From 3f128fad63bf9f61b93829b31b56c8e07879e426 Mon Sep 17 00:00:00 2001 From: iOS Date: Sat, 15 Jan 2022 18:45:21 +0100 Subject: [PATCH] saturday cleanup --- .obsidian/community-plugins.json | 4 +- .obsidian/plugins/fantasy-calendar/data.json | 17 +- .../obsidian-activity-history/data.json | 14 +- .../plugins/obsidian-multiselect/main.js | 528 + .../obsidian-multiselect/manifest.json | 1 + .../plugins/obsidian-multiselect/styles.css | 65 + .../obsidian-reminder-plugin/data.json | 47 +- .../plugins/obsidian-task-collector/data.json | 15 + .../plugins/obsidian-task-collector/main.js | 729 + .../obsidian-task-collector/manifest.json | 10 + .../obsidian-task-collector/styles.css | 56 + .obsidian/plugins/obsidian42-brat/data.json | 3 +- .obsidian/plugins/rss-reader/data.json | 274313 ++++++++------- .obsidian/workspace | 24 +- 00.01 Admin/Obsidian plugins.md | 2 + 00.01 Admin/Templates/Template Person.md | 10 + 00.01 Admin/Test sheet.md | 1 + 01.01 Life Orga/Family.md | 5 +- 01.01 Life Orga/Finances.md | 19 +- 01.01 Life Orga/IT & Computer.md | 27 +- 01.01 Life Orga/Life Admin.md | 21 +- 01.01 Life Orga/Lifestyle.md | 18 +- 01.01 Life Orga/Personal projects.md | 15 +- 01.03 Family/Jérôme Bédier.md | 3 +- 03.03 Food & Wine/@@Recipes.md | 8 + .../Cauliflower with Cashew Crema.md | 141 + .../Crispy Salmon with Bulgur.md | 144 + 03.03 Food & Wine/Kung Pao Cauliflower.md | 154 + .../Sticky & Spicy Baked Cauliflower.md | 134 + 05.01 Computer setup/Storage and Syncing.md | 3 +- 06.02 Investments/Aragon.md | 6 +- 06.02 Investments/Chainlink.md | 6 +- 06.02 Investments/Crypto Tasks.md | 28 +- 06.02 Investments/EOS.md | 6 +- 06.02 Investments/Enjin.md | 6 +- 06.02 Investments/Equity Tasks.md | 14 +- 06.02 Investments/Holochain.md | 4 +- 06.02 Investments/Ocean Protocol.md | 6 +- 06.02 Investments/Polkadot.md | 6 +- 06.02 Investments/VC Tasks.md | 20 +- 40 files changed, 150268 insertions(+), 126365 deletions(-) create mode 100644 .obsidian/plugins/obsidian-multiselect/main.js create mode 100644 .obsidian/plugins/obsidian-multiselect/manifest.json create mode 100644 .obsidian/plugins/obsidian-multiselect/styles.css create mode 100644 .obsidian/plugins/obsidian-task-collector/data.json create mode 100644 .obsidian/plugins/obsidian-task-collector/main.js create mode 100644 .obsidian/plugins/obsidian-task-collector/manifest.json create mode 100644 .obsidian/plugins/obsidian-task-collector/styles.css create mode 100644 03.03 Food & Wine/Cauliflower with Cashew Crema.md create mode 100644 03.03 Food & Wine/Crispy Salmon with Bulgur.md create mode 100644 03.03 Food & Wine/Kung Pao Cauliflower.md create mode 100644 03.03 Food & Wine/Sticky & Spicy Baked Cauliflower.md diff --git a/.obsidian/community-plugins.json b/.obsidian/community-plugins.json index 06171806..75738c60 100644 --- a/.obsidian/community-plugins.json +++ b/.obsidian/community-plugins.json @@ -46,5 +46,7 @@ "obsidian-activity-history", "obsidian-stopwatch-plugin", "obsidian-react-components", - "obsidian-style-settings" + "obsidian-style-settings", + "obsidian-task-collector", + "obsidian-multiselect" ] \ No newline at end of file diff --git a/.obsidian/plugins/fantasy-calendar/data.json b/.obsidian/plugins/fantasy-calendar/data.json index ee0d4b14..d7d28a8b 100644 --- a/.obsidian/plugins/fantasy-calendar/data.json +++ b/.obsidian/plugins/fantasy-calendar/data.json @@ -181,7 +181,7 @@ "offset": 2 }, "current": { - "day": 13, + "day": 16, "month": 0, "year": 2022 }, @@ -853,7 +853,11 @@ "day": 24, "month": 8 }, - "category": "ID_a93b8bba4be8" + "category": "ID_a93b8bba4be8", + "end": { + "day": 24, + "month": 8 + } }, { "id": "ID_a8a998e8ba4a", @@ -1085,12 +1089,7 @@ "month": 2, "day": 31 }, - "category": "ID_3b8a489a19da", - "end": { - "year": 2022, - "month": 2, - "day": 31 - } + "category": "ID_3b8a489a19da" }, { "id": "ID_39284918f8ba", @@ -1145,7 +1144,7 @@ "name": "Task" } ], - "date": 1642056934070, + "date": 1642234501461, "displayWeeks": false } ], diff --git a/.obsidian/plugins/obsidian-activity-history/data.json b/.obsidian/plugins/obsidian-activity-history/data.json index d7638d1c..1bb969c4 100644 --- a/.obsidian/plugins/obsidian-activity-history/data.json +++ b/.obsidian/plugins/obsidian-activity-history/data.json @@ -12,8 +12,8 @@ "checkpointList": [ { "path": "/", - "date": "2022-01-13", - "size": 713270 + "date": "2022-01-15", + "size": 728319 } ], "activityHistory": [ @@ -42,7 +42,15 @@ }, { "date": "2022-01-13", - "value": 13397 + "value": 13565 + }, + { + "date": "2022-01-14", + "value": 20766 + }, + { + "date": "2022-01-15", + "value": 3797 } ] } diff --git a/.obsidian/plugins/obsidian-multiselect/main.js b/.obsidian/plugins/obsidian-multiselect/main.js new file mode 100644 index 00000000..cbb4d618 --- /dev/null +++ b/.obsidian/plugins/obsidian-multiselect/main.js @@ -0,0 +1,528 @@ +/* +THIS IS A GENERATED/BUNDLED FILE BY ESBUILD +if you want to view the source, please visit the github repository of this plugin +*/ + +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 __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()); + }); +}; + +// main.ts +__export(exports, { + default: () => MultiSelect +}); +var import_obsidian5 = __toModule(require("obsidian")); + +// src/settings/settings.ts +var DEFAULT_SETTINGS = { + queries: [] +}; + +// src/queries/Query.ts +var Query = class { + constructor(name = "", description = "", id = "", dataviewJSQuery = null) { + this.name = name; + this.description = description; + this.id = id; + this.dataviewJSQuery = dataviewJSQuery; + } + static copyQuery(target, source) { + target.id = source.id; + target.name = source.name; + target.description = source.description; + target.dataviewJSQuery = source.dataviewJSQuery; + } +}; +var Query_default = Query; + +// src/queries/queryResultsModal.ts +var import_obsidian = __toModule(require("obsidian")); +var QueryResultModal = class extends import_obsidian.Modal { + constructor(app, plugin, query, cursorPosition, file) { + super(app); + this.plugin = plugin; + this.query = query; + this.cursorPosition = cursorPosition; + this.results = []; + this.selectedResults = []; + this.selectedAlias = {}; + this.file = file; + this.prepend = ""; + this.append = ", "; + } + onOpen() { + var _a; + const getResults = (api) => { + return new Function("dv", `return ${this.query.dataviewJSQuery}`)(api); + }; + const valueGrid = this.contentEl.createDiv({ + cls: "modal-results-grid" + }); + if (this.app.plugins.enabledPlugins.has("dataview")) { + const api = (_a = this.app.plugins.plugins.dataview) == null ? void 0 : _a.api; + if (api) { + this.results = getResults(api); + } else + this.plugin.registerEvent(this.app.metadataCache.on("dataview:api-ready", (api2) => this.results = getResults(api2))); + } + this.populateValuesGrid(valueGrid, this.results.map((p) => p.file.path)); + } + buildAliasesList(destFile) { + const frontmatter = this.app.metadataCache.getFileCache(destFile).frontmatter; + return (0, import_obsidian.parseFrontMatterAliases)(frontmatter); + } + buildValueToggler(valueGrid, destFile, aliases) { + const valueSelectorContainer = valueGrid.createDiv({ + cls: "value-selector-container" + }); + const valueTogglerLine = valueSelectorContainer.createDiv({ + cls: "value-toggler-line" + }); + const valueTogglerContainer = valueTogglerLine.createDiv({ + cls: "value-selector-toggler" + }); + const valueToggler = new import_obsidian.ToggleComponent(valueTogglerContainer); + valueToggler.onChange((value) => { + if (value && !this.selectedResults.includes(destFile.path)) { + this.selectedResults.push(destFile.path); + } + if (!value) { + this.selectedResults.remove(destFile.path); + delete this.selectedAlias[destFile.basename]; + } + }); + const valueLabel = valueTogglerLine.createDiv({ + cls: "value-selector-label" + }); + valueLabel.setText(destFile.basename); + valueLabel.onClickEvent((e) => valueToggler.setValue(!valueToggler.getValue())); + if (aliases) { + const aliasesSelectorContainer = valueTogglerLine.createDiv({ + cls: "value-selector-aliases" + }); + (0, import_obsidian.setIcon)(aliasesSelectorContainer, "three-horizontal-bars"); + const aliasesListContainer = valueSelectorContainer.createDiv({ + cls: "aliases-list-container" + }); + aliasesListContainer.style.display = "none"; + aliasesSelectorContainer.onClickEvent((e) => { + if (aliasesListContainer.style.display === "none") { + this.buildAliasSelector(aliasesListContainer, valueLabel, aliases, destFile.basename); + aliasesListContainer.style.display = "inline-block"; + } else { + aliasesListContainer.innerHTML = ""; + aliasesListContainer.style.display = "none"; + } + }); + } + } + buildAliasSelector(aliasesListContainer, valueLabel, aliases, basename) { + aliases.forEach((alias) => { + if (!Object.keys(this.selectedAlias).includes(basename) || this.selectedAlias[basename] !== alias) { + const aliasContainer = aliasesListContainer.createDiv(); + aliasContainer.innerHTML = `\u2022 ${alias}`; + aliasContainer.onClickEvent((e) => { + valueLabel.setText(alias); + this.selectedAlias[basename] = alias; + aliasesListContainer.innerHTML = ""; + aliasesListContainer.style.display = "none"; + }); + } + }); + if (Object.keys(this.selectedAlias).includes(basename) && this.selectedAlias[basename] !== null) { + const aliasContainer = aliasesListContainer.createDiv(); + aliasContainer.innerHTML = `\u2022 ${basename}`; + aliasContainer.onClickEvent((e) => { + valueLabel.setText(basename); + this.selectedAlias[basename] = null; + aliasesListContainer.innerHTML = ""; + aliasesListContainer.style.display = "none"; + }); + } + } + buildMarkDownLink(path) { + const destFile = this.app.metadataCache.getFirstLinkpathDest(path, this.file.path); + const link = this.app.fileManager.generateMarkdownLink(destFile, this.file.path, null, this.selectedAlias[destFile.basename]); + return link; + } + buildNewLine() { + const leaf = this.app.workspace.activeLeaf; + if (leaf.view instanceof import_obsidian.MarkdownView && leaf.view.editor) { + const editor = leaf.view.editor; + const lineAtCursor = editor.getLine(this.cursorPosition.line); + const startLine = lineAtCursor.substr(0, this.cursorPosition.ch); + const content = this.selectedResults.map((r) => this.buildMarkDownLink(r)).map((l) => this.prepend + l).join(this.append); + const endLine = lineAtCursor.substr(this.cursorPosition.ch, lineAtCursor.length - this.cursorPosition.ch); + editor.setLine(this.cursorPosition.line, startLine + content + endLine); + } + } + populateValuesGrid(valueGrid, filePaths) { + filePaths.forEach((filePath) => { + const destFile = this.app.metadataCache.getFirstLinkpathDest(filePath, this.file.path); + this.buildValueToggler(valueGrid, destFile, this.buildAliasesList(destFile)); + }); + const divider = this.contentEl.createDiv(); + divider.innerHTML = "
"; + const helper = this.contentEl.createDiv({ + cls: "separator-helper-label" + }); + helper.setText("prepend/append strings to the links"); + const footer = this.contentEl.createDiv({ + cls: "value-grid-footer" + }); + const separatorContainer = footer.createDiv({ + cls: "separator-container" + }); + const prepend = new import_obsidian.TextComponent(separatorContainer); + prepend.inputEl.size = 10; + prepend.setValue(this.prepend); + const linkLabel = separatorContainer.createDiv({ + cls: "separator-link-label" + }); + linkLabel.setText(" [[Link]] "); + prepend.onChange((value) => this.prepend = value); + const append = new import_obsidian.TextAreaComponent(separatorContainer); + append.inputEl.cols = 3; + append.inputEl.rows = 2; + append.setValue(this.append); + append.onChange((value) => this.append = value); + const buttonsContainer = footer.createDiv({ + cls: "buttons-container" + }); + const saveButton = new import_obsidian.ButtonComponent(buttonsContainer); + saveButton.setIcon("checkmark"); + saveButton.onClick(() => { + console.log(this.selectedResults, this.selectedAlias); + this.buildNewLine(); + this.close(); + }); + const cancelButton = new import_obsidian.ExtraButtonComponent(buttonsContainer); + cancelButton.setIcon("cross"); + cancelButton.onClick(() => this.close()); + } +}; + +// src/settings/settingTab.ts +var import_obsidian4 = __toModule(require("obsidian")); + +// src/settings/QuerySetting.ts +var import_obsidian3 = __toModule(require("obsidian")); + +// src/settings/QuerySettingModal.ts +var import_obsidian2 = __toModule(require("obsidian")); +var QuerySettingsModal = class extends import_obsidian2.Modal { + constructor(app, plugin, parentSettingContainer, parentSetting, query) { + super(app); + this.saved = false; + this.new = true; + this.plugin = plugin; + this.parentSetting = parentSetting; + this.initialQuery = new Query_default(); + this.parentSettingContainer = parentSettingContainer; + if (query) { + this.new = false; + this.query = query; + this.initialQuery.name = query.name; + this.initialQuery.id = query.id; + this.initialQuery.description = query.description; + } else { + let newId = 1; + this.plugin.initialQueries.forEach((query2) => { + if (parseInt(query2.id) && parseInt(query2.id) >= newId) { + newId = parseInt(query2.id) + 1; + } + }); + this.query = new Query_default(); + this.query.id = newId.toString(); + this.initialQuery.id = newId.toString(); + } + } + onOpen() { + if (this.query.name == "") { + this.titleEl.setText(`Add a query`); + } else { + this.titleEl.setText(`Manage query ${this.query.name}`); + } + this.createForm(); + } + onClose() { + Object.assign(this.query, this.initialQuery); + if (!this.new) { + this.parentSetting.setTextContentWithname(); + } else if (this.saved) { + new QuerySetting(this.parentSettingContainer, this.query, this.app, this.plugin); + } + } + createNameInputContainer(parentNode) { + const queryNameContainerLabel = parentNode.createDiv(); + queryNameContainerLabel.setText(`Query Name:`); + const input = new import_obsidian2.TextComponent(parentNode); + const name = this.query.name; + input.setValue(name); + input.setPlaceholder("Name of the query"); + input.onChange((value) => { + this.query.name = value; + this.titleEl.setText(`Manage ${this.query.name}`); + QuerySettingsModal.removeValidationError(input); + }); + return input; + } + createDescriptionInputContainer(parentNode) { + const queryDescriptionContainerLabel = parentNode.createDiv(); + queryDescriptionContainerLabel.setText(`Query Description:`); + const input = new import_obsidian2.TextComponent(parentNode); + const description = this.query.description; + input.setValue(description); + input.setPlaceholder("Description of the query"); + input.onChange((value) => { + this.query.description = value; + QuerySettingsModal.removeValidationError(input); + }); + return input; + } + createDataviewJSInputContainer(parentNode) { + const queryDataviewJSQueryContainerLabel = parentNode.createDiv(); + queryDataviewJSQueryContainerLabel.setText(`DataviewJS query:`); + const input = new import_obsidian2.TextAreaComponent(parentNode); + const dataviewJSQuery = this.query.dataviewJSQuery; + input.inputEl.cols = 100; + input.inputEl.rows = 15; + input.setPlaceholder(`Dataviewjs syntax to query pages +Example: +dv.pages("#SomeTag").where(p => p.field === "some value").sort(p => condition, 'asc')`); + input.setValue(dataviewJSQuery != null ? dataviewJSQuery : ""); + input.onChange((value) => { + this.query.dataviewJSQuery = value; + QuerySettingsModal.removeValidationError(input); + }); + return input; + } + createForm() { + const div = this.contentEl.createDiv({ + cls: "frontmatter-prompt-div" + }); + const mainDiv = div.createDiv({ + cls: "frontmatter-prompt-form" + }); + const nameContainer = mainDiv.createDiv(); + const descriptionContainer = mainDiv.createDiv(); + const dataviewJSQueryContainer = mainDiv.createDiv(); + this.namePromptComponent = this.createNameInputContainer(nameContainer); + this.descriptionPromptComponent = this.createDescriptionInputContainer(descriptionContainer); + this.queryPromptComponent = this.createDataviewJSInputContainer(dataviewJSQueryContainer); + mainDiv.createDiv().createEl("hr"); + const footerEl = this.contentEl.createDiv(); + const footerButtons = new import_obsidian2.Setting(footerEl); + footerButtons.addButton((b) => this.createSaveButton(b)); + footerButtons.addExtraButton((b) => this.createCancelButton(b)); + } + createSaveButton(b) { + b.setTooltip("Save").setIcon("checkmark").onClick(() => __async(this, null, function* () { + let error = false; + if (/^[#>-]/.test(this.query.name)) { + QuerySettingsModal.setValidationError(this.namePromptComponent, this.namePromptComponent.inputEl, "Query name cannot start with #, >, -"); + error = true; + } + if (this.query.name == "") { + QuerySettingsModal.setValidationError(this.namePromptComponent, this.namePromptComponent.inputEl, "Property name can not be Empty"); + error = true; + } + if (error) { + new import_obsidian2.Notice("Fix errors before saving."); + return; + } + this.saved = true; + const currentExistingQuery = this.plugin.initialQueries.filter((q) => q.id == this.query.id)[0]; + if (currentExistingQuery) { + this.plugin.initialQueries.remove(currentExistingQuery); + this.app.commands.removeCommand(`${this.plugin.manifest.id}:multiSelect-${currentExistingQuery.name}`); + } + this.plugin.initialQueries.push(this.query); + this.plugin.addMultiSelectQueryCommand(this.query); + this.initialQuery = this.query; + this.plugin.saveSettings(); + this.close(); + })); + return b; + } + createCancelButton(b) { + b.setIcon("cross").setTooltip("Cancel").onClick(() => { + this.saved = false; + if (this.initialQuery.name != "") { + Object.assign(this.query, this.initialQuery); + } + this.close(); + }); + return b; + } + static setValidationError(textInput, insertAfter, message) { + textInput.inputEl.addClass("is-invalid"); + if (message) { + let mDiv = textInput.inputEl.parentElement.querySelector(".invalid-feedback"); + if (!mDiv) { + mDiv = createDiv({ cls: "invalid-feedback" }); + } + mDiv.innerText = message; + mDiv.insertAfter(insertAfter); + } + } + static removeValidationError(textInput) { + if (textInput.inputEl.hasClass("is-invalid")) { + textInput.inputEl.removeClass("is-invalid"); + textInput.inputEl.parentElement.removeChild(textInput.inputEl.parentElement.lastElementChild); + } + } +}; + +// src/settings/QuerySetting.ts +var QuerySetting = class extends import_obsidian3.Setting { + constructor(containerEl, query, app, plugin) { + super(containerEl); + this.containerEl = containerEl; + this.query = query; + this.app = app; + this.plugin = plugin; + this.setTextContentWithname(); + this.addEditButton(); + this.addDeleteButton(); + } + setTextContentWithname() { + this.setName(this.query.name); + this.setDesc(this.query.description); + } + addEditButton() { + this.addButton((b) => { + b.setIcon("pencil").setTooltip("Edit").onClick(() => { + let modal = new QuerySettingsModal(this.app, this.plugin, this.containerEl, this, this.query); + modal.open(); + }); + }); + } + addDeleteButton() { + this.addButton((b) => { + b.setIcon("trash").setTooltip("Delete").onClick(() => { + const currentExistingQuery = this.plugin.initialQueries.filter((p) => p.id == this.query.id)[0]; + if (currentExistingQuery) { + this.plugin.initialQueries.remove(currentExistingQuery); + this.app.commands.removeCommand(`${this.plugin.manifest.id}:multiSelect-${currentExistingQuery.name}`); + } + this.settingEl.parentElement.removeChild(this.settingEl); + this.plugin.saveSettings(); + }); + }); + } +}; + +// src/settings/settingTab.ts +var MultiSelectSettingTab = class extends import_obsidian4.PluginSettingTab { + constructor(app, plugin) { + super(app, plugin); + this.plugin = plugin; + } + display() { + const { containerEl } = this; + containerEl.empty(); + containerEl.createEl("h2", { text: "Settings for Multi Select." }); + new import_obsidian4.Setting(containerEl).setName("Add New Query").setDesc("Add a new query to select files from result.").addButton((button) => { + let b = button.setTooltip("Add New Query").setButtonText("+").onClick(() => __async(this, null, function* () { + let modal = new QuerySettingsModal(this.app, this.plugin, containerEl); + modal.open(); + })); + return b; + }); + this.plugin.initialQueries.forEach((savedQuery) => { + const query = new Query_default(); + Object.assign(query, savedQuery); + new QuerySetting(containerEl, query, this.app, this.plugin); + }); + } +}; + +// main.ts +var MultiSelect = class extends import_obsidian5.Plugin { + constructor() { + super(...arguments); + this.initialQueries = []; + } + addMultiSelectQueryCommand(query) { + this.addCommand({ + id: `multiSelect-${query.name}`, + name: `Multi Select from ${query.name}`, + callback: () => { + const leaf = this.app.workspace.activeLeaf; + if (leaf.view instanceof import_obsidian5.MarkdownView && leaf.view.editor) { + const queryResultModal = new QueryResultModal(this.app, this, query, leaf.view.editor.getCursor(), leaf.view.file); + queryResultModal.open(); + } + } + }); + } + onload() { + return __async(this, null, function* () { + yield this.loadSettings(); + this.settings.queries.forEach((savedQuery) => { + const query = new Query_default(); + Object.assign(query, savedQuery); + this.initialQueries.push(query); + }); + this.addSettingTab(new MultiSelectSettingTab(this.app, this)); + this.settings.queries.forEach((query) => { + this.addMultiSelectQueryCommand(query); + }); + }); + } + onunload() { + } + loadSettings() { + return __async(this, null, function* () { + this.settings = Object.assign({}, DEFAULT_SETTINGS, yield this.loadData()); + }); + } + saveSettings() { + return __async(this, null, function* () { + this.settings.queries = this.initialQueries; + yield this.saveData(this.settings); + }); + } +}; +//# sourceMappingURL=data:application/json;base64,ewogICJ2ZXJzaW9uIjogMywKICAic291cmNlcyI6IFsibWFpbi50cyIsICJzcmMvc2V0dGluZ3Mvc2V0dGluZ3MudHMiLCAic3JjL3F1ZXJpZXMvUXVlcnkudHMiLCAic3JjL3F1ZXJpZXMvcXVlcnlSZXN1bHRzTW9kYWwudHMiLCAic3JjL3NldHRpbmdzL3NldHRpbmdUYWIudHMiLCAic3JjL3NldHRpbmdzL1F1ZXJ5U2V0dGluZy50cyIsICJzcmMvc2V0dGluZ3MvUXVlcnlTZXR0aW5nTW9kYWwudHMiXSwKICAic291cmNlc0NvbnRlbnQiOiBbImltcG9ydCB7IE1hcmtkb3duVmlldywgUGx1Z2luIH0gZnJvbSAnb2JzaWRpYW4nO1xyXG5pbXBvcnQgeyBNdWx0aVNlbGVjdFNldHRpbmdzLCBERUZBVUxUX1NFVFRJTkdTIH0gZnJvbSBcInNyYy9zZXR0aW5ncy9zZXR0aW5nc1wiXHJcbmltcG9ydCBRdWVyeSBmcm9tIFwic3JjL3F1ZXJpZXMvUXVlcnlcIlxyXG5pbXBvcnQgUXVlcnlSZXN1bHRNb2RhbCBmcm9tIFwic3JjL3F1ZXJpZXMvcXVlcnlSZXN1bHRzTW9kYWxcIlxyXG5pbXBvcnQgc2V0dGluZ1RhYiBmcm9tIFwic3JjL3NldHRpbmdzL3NldHRpbmdUYWJcIlxyXG5cclxuZXhwb3J0IGRlZmF1bHQgY2xhc3MgTXVsdGlTZWxlY3QgZXh0ZW5kcyBQbHVnaW4ge1xyXG5cdHNldHRpbmdzOiBNdWx0aVNlbGVjdFNldHRpbmdzO1xyXG5cdGluaXRpYWxRdWVyaWVzOiBBcnJheTxRdWVyeT4gPSBbXVxyXG5cclxuXHRhZGRNdWx0aVNlbGVjdFF1ZXJ5Q29tbWFuZChxdWVyeTogUXVlcnkpIHtcclxuXHRcdHRoaXMuYWRkQ29tbWFuZCh7XHJcblx0XHRcdGlkOiBgbXVsdGlTZWxlY3QtJHtxdWVyeS5uYW1lfWAsXHJcblx0XHRcdG5hbWU6IGBNdWx0aSBTZWxlY3QgZnJvbSAke3F1ZXJ5Lm5hbWV9YCxcclxuXHRcdFx0Y2FsbGJhY2s6ICgpID0+IHtcclxuXHRcdFx0XHRjb25zdCBsZWFmID0gdGhpcy5hcHAud29ya3NwYWNlLmFjdGl2ZUxlYWZcclxuXHRcdFx0XHRpZiAobGVhZi52aWV3IGluc3RhbmNlb2YgTWFya2Rvd25WaWV3ICYmIGxlYWYudmlldy5lZGl0b3IpIHtcclxuXHRcdFx0XHRcdGNvbnN0IHF1ZXJ5UmVzdWx0TW9kYWwgPSBuZXcgUXVlcnlSZXN1bHRNb2RhbCh0aGlzLmFwcCwgdGhpcywgcXVlcnksIGxlYWYudmlldy5lZGl0b3IuZ2V0Q3Vyc29yKCksIGxlYWYudmlldy5maWxlKVxyXG5cdFx0XHRcdFx0cXVlcnlSZXN1bHRNb2RhbC5vcGVuKClcclxuXHRcdFx0XHR9XHJcblx0XHRcdH0sXHJcblx0XHR9KTtcclxuXHR9XHJcblxyXG5cdGFzeW5jIG9ubG9hZCgpIHtcclxuXHRcdGF3YWl0IHRoaXMubG9hZFNldHRpbmdzKCk7XHJcblx0XHR0aGlzLnNldHRpbmdzLnF1ZXJpZXMuZm9yRWFjaChzYXZlZFF1ZXJ5ID0+IHtcclxuXHRcdFx0Y29uc3QgcXVlcnkgPSBuZXcgUXVlcnkoKVxyXG5cdFx0XHRPYmplY3QuYXNzaWduKHF1ZXJ5LCBzYXZlZFF1ZXJ5KVxyXG5cdFx0XHR0aGlzLmluaXRpYWxRdWVyaWVzLnB1c2gocXVlcnkpXHJcblx0XHR9KVxyXG5cdFx0dGhpcy5hZGRTZXR0aW5nVGFiKG5ldyBzZXR0aW5nVGFiKHRoaXMuYXBwLCB0aGlzKSk7XHJcblx0XHR0aGlzLnNldHRpbmdzLnF1ZXJpZXMuZm9yRWFjaChxdWVyeSA9PiB7XHJcblx0XHRcdHRoaXMuYWRkTXVsdGlTZWxlY3RRdWVyeUNvbW1hbmQocXVlcnkpXHJcblx0XHR9KVxyXG5cclxuXHR9XHJcblxyXG5cdG9udW5sb2FkKCkge1xyXG5cclxuXHR9XHJcblxyXG5cdGFzeW5jIGxvYWRTZXR0aW5ncygpIHtcclxuXHRcdHRoaXMuc2V0dGluZ3MgPSBPYmplY3QuYXNzaWduKHt9LCBERUZBVUxUX1NFVFRJTkdTLCBhd2FpdCB0aGlzLmxvYWREYXRhKCkpO1xyXG5cdH1cclxuXHJcblx0YXN5bmMgc2F2ZVNldHRpbmdzKCkge1xyXG5cdFx0dGhpcy5zZXR0aW5ncy5xdWVyaWVzID0gdGhpcy5pbml0aWFsUXVlcmllc1xyXG5cdFx0YXdhaXQgdGhpcy5zYXZlRGF0YSh0aGlzLnNldHRpbmdzKTtcclxuXHR9XHJcbn1cclxuXHJcblxyXG4iLCAiaW1wb3J0IFF1ZXJ5IGZyb20gXCJzcmMvcXVlcmllcy9RdWVyeVwiXG5cbmV4cG9ydCBpbnRlcmZhY2UgTXVsdGlTZWxlY3RTZXR0aW5ncyB7XG4gICAgcXVlcmllczogQXJyYXk8UXVlcnk+XG59XG5cbmV4cG9ydCBjb25zdCBERUZBVUxUX1NFVFRJTkdTOiBNdWx0aVNlbGVjdFNldHRpbmdzID0ge1xuICAgIHF1ZXJpZXM6IFtdXG59IiwgImludGVyZmFjZSBRdWVyeSB7XG4gICAgaWQ6IHN0cmluZ1xuICAgIG5hbWU6IHN0cmluZ1xuICAgIGRlc2NyaXB0aW9uOiBzdHJpbmdcbiAgICBkYXRhdmlld0pTUXVlcnk/OiBzdHJpbmdcbn1cblxuY2xhc3MgUXVlcnkge1xuXG4gICAgY29uc3RydWN0b3IobmFtZTogc3RyaW5nID0gXCJcIixcbiAgICAgICAgZGVzY3JpcHRpb246IHN0cmluZyA9IFwiXCIsXG4gICAgICAgIGlkOiBzdHJpbmcgPSBcIlwiLFxuICAgICAgICBkYXRhdmlld0pTUXVlcnk6IHN0cmluZyA9IG51bGwpIHtcbiAgICAgICAgdGhpcy5uYW1lID0gbmFtZVxuICAgICAgICB0aGlzLmRlc2NyaXB0aW9uID0gZGVzY3JpcHRpb25cbiAgICAgICAgdGhpcy5pZCA9IGlkXG4gICAgICAgIHRoaXMuZGF0YXZpZXdKU1F1ZXJ5ID0gZGF0YXZpZXdKU1F1ZXJ5XG4gICAgfVxuXG4gICAgc3RhdGljIGNvcHlRdWVyeSh0YXJnZXQ6IFF1ZXJ5LCBzb3VyY2U6IFF1ZXJ5KSB7XG4gICAgICAgIHRhcmdldC5pZCA9IHNvdXJjZS5pZFxuICAgICAgICB0YXJnZXQubmFtZSA9IHNvdXJjZS5uYW1lXG4gICAgICAgIHRhcmdldC5kZXNjcmlwdGlvbiA9IHNvdXJjZS5kZXNjcmlwdGlvblxuICAgICAgICB0YXJnZXQuZGF0YXZpZXdKU1F1ZXJ5ID0gc291cmNlLmRhdGF2aWV3SlNRdWVyeVxuICAgIH1cbn1cblxuZXhwb3J0IGRlZmF1bHQgUXVlcnkiLCAiaW1wb3J0IHtcbiAgICBBcHAsXG4gICAgTW9kYWwsXG4gICAgVEZpbGUsXG4gICAgTWFya2Rvd25WaWV3LFxuICAgIEVkaXRvclBvc2l0aW9uLFxuICAgIEJ1dHRvbkNvbXBvbmVudCxcbiAgICBFeHRyYUJ1dHRvbkNvbXBvbmVudCxcbiAgICBzZXRJY29uLFxuICAgIFRvZ2dsZUNvbXBvbmVudCxcbiAgICBwYXJzZUZyb250TWF0dGVyQWxpYXNlcyxcbiAgICBUZXh0Q29tcG9uZW50LFxuICAgIFRleHRBcmVhQ29tcG9uZW50XG59IGZyb20gXCJvYnNpZGlhblwiXG5pbXBvcnQgTXVsdGlTZWxlY3QgZnJvbSBcIm1haW5cIlxuaW1wb3J0IFF1ZXJ5IGZyb20gXCJzcmMvcXVlcmllcy9RdWVyeVwiXG5cblxuZXhwb3J0IGRlZmF1bHQgY2xhc3MgUXVlcnlSZXN1bHRNb2RhbCBleHRlbmRzIE1vZGFsIHtcbiAgICBxdWVyeTogUXVlcnlcbiAgICBwbHVnaW46IE11bHRpU2VsZWN0XG4gICAgY3Vyc29yUG9zaXRpb246IEVkaXRvclBvc2l0aW9uXG4gICAgcmVzdWx0czogQXJyYXk8c3RyaW5nPlxuICAgIHNlbGVjdGVkUmVzdWx0czogc3RyaW5nW11cbiAgICBzZWxlY3RlZEFsaWFzOiBSZWNvcmQ8c3RyaW5nLCBzdHJpbmc+XG4gICAgZmlsZTogVEZpbGVcbiAgICBwcmVwZW5kOiBzdHJpbmdcbiAgICBhcHBlbmQ6IHN0cmluZ1xuXG4gICAgY29uc3RydWN0b3IoYXBwOiBBcHAsIHBsdWdpbjogTXVsdGlTZWxlY3QsIHF1ZXJ5OiBRdWVyeSwgY3Vyc29yUG9zaXRpb246IEVkaXRvclBvc2l0aW9uLCBmaWxlOiBURmlsZSkge1xuICAgICAgICBzdXBlcihhcHApXG4gICAgICAgIHRoaXMucGx1Z2luID0gcGx1Z2luXG4gICAgICAgIHRoaXMucXVlcnkgPSBxdWVyeVxuICAgICAgICB0aGlzLmN1cnNvclBvc2l0aW9uID0gY3Vyc29yUG9zaXRpb25cbiAgICAgICAgdGhpcy5yZXN1bHRzID0gW11cbiAgICAgICAgdGhpcy5zZWxlY3RlZFJlc3VsdHMgPSBbXVxuICAgICAgICB0aGlzLnNlbGVjdGVkQWxpYXMgPSB7fVxuICAgICAgICB0aGlzLmZpbGUgPSBmaWxlXG4gICAgICAgIHRoaXMucHJlcGVuZCA9IFwiXCJcbiAgICAgICAgdGhpcy5hcHBlbmQgPSBcIiwgXCJcbiAgICB9XG5cbiAgICBvbk9wZW4oKSB7XG4gICAgICAgIC8vQHRzLWlnbm9yZVxuICAgICAgICBjb25zdCBnZXRSZXN1bHRzID0gKGFwaTogRGF0YXZpZXdQbHVnaW5bXCJhcGlcIl0pID0+IHtcbiAgICAgICAgICAgIHJldHVybiAobmV3IEZ1bmN0aW9uKFwiZHZcIiwgYHJldHVybiAke3RoaXMucXVlcnkuZGF0YXZpZXdKU1F1ZXJ5fWApKShhcGkpXG4gICAgICAgIH07XG4gICAgICAgIGNvbnN0IHZhbHVlR3JpZCA9IHRoaXMuY29udGVudEVsLmNyZWF0ZURpdih7XG4gICAgICAgICAgICBjbHM6IFwibW9kYWwtcmVzdWx0cy1ncmlkXCJcbiAgICAgICAgfSlcbiAgICAgICAgaWYgKHRoaXMuYXBwLnBsdWdpbnMuZW5hYmxlZFBsdWdpbnMuaGFzKFwiZGF0YXZpZXdcIikpIHtcbiAgICAgICAgICAgIGNvbnN0IGFwaSA9IHRoaXMuYXBwLnBsdWdpbnMucGx1Z2lucy5kYXRhdmlldz8uYXBpO1xuICAgICAgICAgICAgaWYgKGFwaSkge1xuICAgICAgICAgICAgICAgIHRoaXMucmVzdWx0cyA9IGdldFJlc3VsdHMoYXBpKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGVsc2VcbiAgICAgICAgICAgICAgICB0aGlzLnBsdWdpbi5yZWdpc3RlckV2ZW50KFxuICAgICAgICAgICAgICAgICAgICB0aGlzLmFwcC5tZXRhZGF0YUNhY2hlLm9uKFwiZGF0YXZpZXc6YXBpLXJlYWR5XCIsIChhcGkpID0+XG4gICAgICAgICAgICAgICAgICAgICAgICB0aGlzLnJlc3VsdHMgPSBnZXRSZXN1bHRzKGFwaSlcbiAgICAgICAgICAgICAgICAgICAgKVxuICAgICAgICAgICAgICAgICk7XG4gICAgICAgIH1cbiAgICAgICAgdGhpcy5wb3B1bGF0ZVZhbHVlc0dyaWQodmFsdWVHcmlkLCB0aGlzLnJlc3VsdHMubWFwKChwOiBhbnkpID0+IHAuZmlsZS5wYXRoKSlcbiAgICB9XG5cbiAgICBidWlsZEFsaWFzZXNMaXN0KGRlc3RGaWxlOiBURmlsZSk6IHN0cmluZ1tdIHtcbiAgICAgICAgY29uc3QgZnJvbnRtYXR0ZXIgPSB0aGlzLmFwcC5tZXRhZGF0YUNhY2hlLmdldEZpbGVDYWNoZShkZXN0RmlsZSkuZnJvbnRtYXR0ZXJcbiAgICAgICAgcmV0dXJuIHBhcnNlRnJvbnRNYXR0ZXJBbGlhc2VzKGZyb250bWF0dGVyKVxuICAgIH1cblxuICAgIGJ1aWxkVmFsdWVUb2dnbGVyKHZhbHVlR3JpZDogSFRNTERpdkVsZW1lbnQsIGRlc3RGaWxlOiBURmlsZSwgYWxpYXNlcz86IHN0cmluZ1tdKSB7XG4gICAgICAgIGNvbnN0IHZhbHVlU2VsZWN0b3JDb250YWluZXIgPSB2YWx1ZUdyaWQuY3JlYXRlRGl2KHtcbiAgICAgICAgICAgIGNsczogXCJ2YWx1ZS1zZWxlY3Rvci1jb250YWluZXJcIlxuICAgICAgICB9KVxuICAgICAgICBjb25zdCB2YWx1ZVRvZ2dsZXJMaW5lID0gdmFsdWVTZWxlY3RvckNvbnRhaW5lci5jcmVhdGVEaXYoe1xuICAgICAgICAgICAgY2xzOiBcInZhbHVlLXRvZ2dsZXItbGluZVwiXG4gICAgICAgIH0pXG4gICAgICAgIGNvbnN0IHZhbHVlVG9nZ2xlckNvbnRhaW5lciA9IHZhbHVlVG9nZ2xlckxpbmUuY3JlYXRlRGl2KHtcbiAgICAgICAgICAgIGNsczogXCJ2YWx1ZS1zZWxlY3Rvci10b2dnbGVyXCJcbiAgICAgICAgfSlcbiAgICAgICAgY29uc3QgdmFsdWVUb2dnbGVyID0gbmV3IFRvZ2dsZUNvbXBvbmVudCh2YWx1ZVRvZ2dsZXJDb250YWluZXIpXG4gICAgICAgIHZhbHVlVG9nZ2xlci5vbkNoYW5nZSh2YWx1ZSA9PiB7XG4gICAgICAgICAgICBpZiAodmFsdWUgJiYgIXRoaXMuc2VsZWN0ZWRSZXN1bHRzLmluY2x1ZGVzKGRlc3RGaWxlLnBhdGgpKSB7XG4gICAgICAgICAgICAgICAgdGhpcy5zZWxlY3RlZFJlc3VsdHMucHVzaChkZXN0RmlsZS5wYXRoKVxuICAgICAgICAgICAgfVxuICAgICAgICAgICAgaWYgKCF2YWx1ZSkge1xuICAgICAgICAgICAgICAgIHRoaXMuc2VsZWN0ZWRSZXN1bHRzLnJlbW92ZShkZXN0RmlsZS5wYXRoKVxuICAgICAgICAgICAgICAgIGRlbGV0ZSB0aGlzLnNlbGVjdGVkQWxpYXNbZGVzdEZpbGUuYmFzZW5hbWVdXG4gICAgICAgICAgICB9XG4gICAgICAgIH0pXG4gICAgICAgIGNvbnN0IHZhbHVlTGFiZWwgPSB2YWx1ZVRvZ2dsZXJMaW5lLmNyZWF0ZURpdih7XG4gICAgICAgICAgICBjbHM6IFwidmFsdWUtc2VsZWN0b3ItbGFiZWxcIlxuICAgICAgICB9KVxuICAgICAgICB2YWx1ZUxhYmVsLnNldFRleHQoZGVzdEZpbGUuYmFzZW5hbWUpXG4gICAgICAgIHZhbHVlTGFiZWwub25DbGlja0V2ZW50KGUgPT4gdmFsdWVUb2dnbGVyLnNldFZhbHVlKCF2YWx1ZVRvZ2dsZXIuZ2V0VmFsdWUoKSkpXG4gICAgICAgIGlmIChhbGlhc2VzKSB7XG4gICAgICAgICAgICBjb25zdCBhbGlhc2VzU2VsZWN0b3JDb250YWluZXIgPSB2YWx1ZVRvZ2dsZXJMaW5lLmNyZWF0ZURpdih7XG4gICAgICAgICAgICAgICAgY2xzOiBcInZhbHVlLXNlbGVjdG9yLWFsaWFzZXNcIlxuICAgICAgICAgICAgfSlcbiAgICAgICAgICAgIHNldEljb24oYWxpYXNlc1NlbGVjdG9yQ29udGFpbmVyLCBcInRocmVlLWhvcml6b250YWwtYmFyc1wiKVxuICAgICAgICAgICAgY29uc3QgYWxpYXNlc0xpc3RDb250YWluZXIgPSB2YWx1ZVNlbGVjdG9yQ29udGFpbmVyLmNyZWF0ZURpdih7XG4gICAgICAgICAgICAgICAgY2xzOiBcImFsaWFzZXMtbGlzdC1jb250YWluZXJcIlxuICAgICAgICAgICAgfSlcbiAgICAgICAgICAgIGFsaWFzZXNMaXN0Q29udGFpbmVyLnN0eWxlLmRpc3BsYXkgPSBcIm5vbmVcIlxuICAgICAgICAgICAgYWxpYXNlc1NlbGVjdG9yQ29udGFpbmVyLm9uQ2xpY2tFdmVudChlID0+IHtcbiAgICAgICAgICAgICAgICBpZiAoYWxpYXNlc0xpc3RDb250YWluZXIuc3R5bGUuZGlzcGxheSA9PT0gXCJub25lXCIpIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5idWlsZEFsaWFzU2VsZWN0b3IoYWxpYXNlc0xpc3RDb250YWluZXIsIHZhbHVlTGFiZWwsIGFsaWFzZXMsIGRlc3RGaWxlLmJhc2VuYW1lKVxuICAgICAgICAgICAgICAgICAgICBhbGlhc2VzTGlzdENvbnRhaW5lci5zdHlsZS5kaXNwbGF5ID0gXCJpbmxpbmUtYmxvY2tcIlxuICAgICAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgICAgIGFsaWFzZXNMaXN0Q29udGFpbmVyLmlubmVySFRNTCA9ICcnXG4gICAgICAgICAgICAgICAgICAgIGFsaWFzZXNMaXN0Q29udGFpbmVyLnN0eWxlLmRpc3BsYXkgPSBcIm5vbmVcIlxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH0pXG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBidWlsZEFsaWFzU2VsZWN0b3IoYWxpYXNlc0xpc3RDb250YWluZXI6IEhUTUxEaXZFbGVtZW50LCB2YWx1ZUxhYmVsOiBIVE1MRGl2RWxlbWVudCwgYWxpYXNlczogc3RyaW5nW10sIGJhc2VuYW1lOiBzdHJpbmcpIHtcbiAgICAgICAgYWxpYXNlcy5mb3JFYWNoKGFsaWFzID0+IHtcbiAgICAgICAgICAgIGlmICghT2JqZWN0LmtleXModGhpcy5zZWxlY3RlZEFsaWFzKS5pbmNsdWRlcyhiYXNlbmFtZSkgfHwgdGhpcy5zZWxlY3RlZEFsaWFzW2Jhc2VuYW1lXSAhPT0gYWxpYXMpIHtcbiAgICAgICAgICAgICAgICBjb25zdCBhbGlhc0NvbnRhaW5lciA9IGFsaWFzZXNMaXN0Q29udGFpbmVyLmNyZWF0ZURpdigpXG4gICAgICAgICAgICAgICAgYWxpYXNDb250YWluZXIuaW5uZXJIVE1MID0gYDxzcGFuPlx1MjAyMiAke2FsaWFzfTwvc3Bhbj5gXG4gICAgICAgICAgICAgICAgYWxpYXNDb250YWluZXIub25DbGlja0V2ZW50KGUgPT4ge1xuICAgICAgICAgICAgICAgICAgICB2YWx1ZUxhYmVsLnNldFRleHQoYWxpYXMpXG4gICAgICAgICAgICAgICAgICAgIHRoaXMuc2VsZWN0ZWRBbGlhc1tiYXNlbmFtZV0gPSBhbGlhc1xuICAgICAgICAgICAgICAgICAgICBhbGlhc2VzTGlzdENvbnRhaW5lci5pbm5lckhUTUwgPSBcIlwiXG4gICAgICAgICAgICAgICAgICAgIGFsaWFzZXNMaXN0Q29udGFpbmVyLnN0eWxlLmRpc3BsYXkgPSBcIm5vbmVcIlxuICAgICAgICAgICAgICAgIH0pXG4gICAgICAgICAgICB9XG4gICAgICAgIH0pXG4gICAgICAgIGlmIChPYmplY3Qua2V5cyh0aGlzLnNlbGVjdGVkQWxpYXMpLmluY2x1ZGVzKGJhc2VuYW1lKSAmJiB0aGlzLnNlbGVjdGVkQWxpYXNbYmFzZW5hbWVdICE9PSBudWxsKSB7XG4gICAgICAgICAgICBjb25zdCBhbGlhc0NvbnRhaW5lciA9IGFsaWFzZXNMaXN0Q29udGFpbmVyLmNyZWF0ZURpdigpXG4gICAgICAgICAgICBhbGlhc0NvbnRhaW5lci5pbm5lckhUTUwgPSBgPHNwYW4+XHUyMDIyICR7YmFzZW5hbWV9PC9zcGFuPmBcbiAgICAgICAgICAgIGFsaWFzQ29udGFpbmVyLm9uQ2xpY2tFdmVudChlID0+IHtcbiAgICAgICAgICAgICAgICB2YWx1ZUxhYmVsLnNldFRleHQoYmFzZW5hbWUpXG4gICAgICAgICAgICAgICAgdGhpcy5zZWxlY3RlZEFsaWFzW2Jhc2VuYW1lXSA9IG51bGxcbiAgICAgICAgICAgICAgICBhbGlhc2VzTGlzdENvbnRhaW5lci5pbm5lckhUTUwgPSBcIlwiXG4gICAgICAgICAgICAgICAgYWxpYXNlc0xpc3RDb250YWluZXIuc3R5bGUuZGlzcGxheSA9IFwibm9uZVwiXG4gICAgICAgICAgICB9KVxuICAgICAgICB9XG4gICAgfVxuXG4gICAgYnVpbGRNYXJrRG93bkxpbmsocGF0aDogc3RyaW5nKSB7XG4gICAgICAgIGNvbnN0IGRlc3RGaWxlID0gdGhpcy5hcHAubWV0YWRhdGFDYWNoZS5nZXRGaXJzdExpbmtwYXRoRGVzdChwYXRoLCB0aGlzLmZpbGUucGF0aClcbiAgICAgICAgY29uc3QgbGluayA9IHRoaXMuYXBwLmZpbGVNYW5hZ2VyLmdlbmVyYXRlTWFya2Rvd25MaW5rKFxuICAgICAgICAgICAgZGVzdEZpbGUsXG4gICAgICAgICAgICB0aGlzLmZpbGUucGF0aCxcbiAgICAgICAgICAgIG51bGwsXG4gICAgICAgICAgICB0aGlzLnNlbGVjdGVkQWxpYXNbZGVzdEZpbGUuYmFzZW5hbWVdXG4gICAgICAgIClcbiAgICAgICAgcmV0dXJuIGxpbmtcbiAgICB9XG5cbiAgICBidWlsZE5ld0xpbmUoKTogdm9pZCB7XG4gICAgICAgIGNvbnN0IGxlYWYgPSB0aGlzLmFwcC53b3Jrc3BhY2UuYWN0aXZlTGVhZlxuXG4gICAgICAgIGlmIChsZWFmLnZpZXcgaW5zdGFuY2VvZiBNYXJrZG93blZpZXcgJiYgbGVhZi52aWV3LmVkaXRvcikge1xuICAgICAgICAgICAgY29uc3QgZWRpdG9yID0gbGVhZi52aWV3LmVkaXRvclxuICAgICAgICAgICAgY29uc3QgbGluZUF0Q3Vyc29yID0gZWRpdG9yLmdldExpbmUodGhpcy5jdXJzb3JQb3NpdGlvbi5saW5lKVxuICAgICAgICAgICAgY29uc3Qgc3RhcnRMaW5lID0gbGluZUF0Q3Vyc29yLnN1YnN0cigwLCB0aGlzLmN1cnNvclBvc2l0aW9uLmNoKVxuICAgICAgICAgICAgY29uc3QgY29udGVudCA9IHRoaXMuc2VsZWN0ZWRSZXN1bHRzLm1hcChyID0+IHRoaXMuYnVpbGRNYXJrRG93bkxpbmsocikpLm1hcChsID0+IHRoaXMucHJlcGVuZCArIGwpLmpvaW4odGhpcy5hcHBlbmQpXG4gICAgICAgICAgICBjb25zdCBlbmRMaW5lID0gbGluZUF0Q3Vyc29yLnN1YnN0cih0aGlzLmN1cnNvclBvc2l0aW9uLmNoLCBsaW5lQXRDdXJzb3IubGVuZ3RoIC0gdGhpcy5jdXJzb3JQb3NpdGlvbi5jaClcbiAgICAgICAgICAgIGVkaXRvci5zZXRMaW5lKHRoaXMuY3Vyc29yUG9zaXRpb24ubGluZSwgc3RhcnRMaW5lICsgY29udGVudCArIGVuZExpbmUpXG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwb3B1bGF0ZVZhbHVlc0dyaWQodmFsdWVHcmlkOiBIVE1MRGl2RWxlbWVudCwgZmlsZVBhdGhzOiBzdHJpbmdbXSkge1xuICAgICAgICBmaWxlUGF0aHMuZm9yRWFjaChmaWxlUGF0aCA9PiB7XG4gICAgICAgICAgICBjb25zdCBkZXN0RmlsZSA9IHRoaXMuYXBwLm1ldGFkYXRhQ2FjaGUuZ2V0Rmlyc3RMaW5rcGF0aERlc3QoZmlsZVBhdGgsIHRoaXMuZmlsZS5wYXRoKVxuICAgICAgICAgICAgdGhpcy5idWlsZFZhbHVlVG9nZ2xlcih2YWx1ZUdyaWQsIGRlc3RGaWxlLCB0aGlzLmJ1aWxkQWxpYXNlc0xpc3QoZGVzdEZpbGUpKVxuICAgICAgICB9KVxuICAgICAgICBjb25zdCBkaXZpZGVyID0gdGhpcy5jb250ZW50RWwuY3JlYXRlRGl2KClcbiAgICAgICAgZGl2aWRlci5pbm5lckhUTUwgPSBcIjxocj5cIlxuXG4gICAgICAgIGNvbnN0IGhlbHBlciA9IHRoaXMuY29udGVudEVsLmNyZWF0ZURpdih7XG4gICAgICAgICAgICBjbHM6IFwic2VwYXJhdG9yLWhlbHBlci1sYWJlbFwiXG4gICAgICAgIH0pXG4gICAgICAgIGhlbHBlci5zZXRUZXh0KFwicHJlcGVuZC9hcHBlbmQgc3RyaW5ncyB0byB0aGUgbGlua3NcIilcbiAgICAgICAgY29uc3QgZm9vdGVyID0gdGhpcy5jb250ZW50RWwuY3JlYXRlRGl2KHtcbiAgICAgICAgICAgIGNsczogXCJ2YWx1ZS1ncmlkLWZvb3RlclwiXG4gICAgICAgIH0pXG4gICAgICAgIGNvbnN0IHNlcGFyYXRvckNvbnRhaW5lciA9IGZvb3Rlci5jcmVhdGVEaXYoe1xuICAgICAgICAgICAgY2xzOiAnc2VwYXJhdG9yLWNvbnRhaW5lcidcbiAgICAgICAgfSlcbiAgICAgICAgY29uc3QgcHJlcGVuZCA9IG5ldyBUZXh0Q29tcG9uZW50KHNlcGFyYXRvckNvbnRhaW5lcilcbiAgICAgICAgcHJlcGVuZC5pbnB1dEVsLnNpemUgPSAxMFxuICAgICAgICBwcmVwZW5kLnNldFZhbHVlKHRoaXMucHJlcGVuZClcbiAgICAgICAgY29uc3QgbGlua0xhYmVsID0gc2VwYXJhdG9yQ29udGFpbmVyLmNyZWF0ZURpdih7XG4gICAgICAgICAgICBjbHM6IFwic2VwYXJhdG9yLWxpbmstbGFiZWxcIlxuICAgICAgICB9KVxuICAgICAgICBsaW5rTGFiZWwuc2V0VGV4dChcIiBbW0xpbmtdXSBcIilcbiAgICAgICAgcHJlcGVuZC5vbkNoYW5nZSh2YWx1ZSA9PiB0aGlzLnByZXBlbmQgPSB2YWx1ZSlcbiAgICAgICAgY29uc3QgYXBwZW5kID0gbmV3IFRleHRBcmVhQ29tcG9uZW50KHNlcGFyYXRvckNvbnRhaW5lcilcbiAgICAgICAgYXBwZW5kLmlucHV0RWwuY29scyA9IDNcbiAgICAgICAgYXBwZW5kLmlucHV0RWwucm93cyA9IDJcbiAgICAgICAgYXBwZW5kLnNldFZhbHVlKHRoaXMuYXBwZW5kKVxuICAgICAgICBhcHBlbmQub25DaGFuZ2UodmFsdWUgPT4gdGhpcy5hcHBlbmQgPSB2YWx1ZSlcbiAgICAgICAgY29uc3QgYnV0dG9uc0NvbnRhaW5lciA9IGZvb3Rlci5jcmVhdGVEaXYoe1xuICAgICAgICAgICAgY2xzOiAnYnV0dG9ucy1jb250YWluZXInXG4gICAgICAgIH0pXG4gICAgICAgIGNvbnN0IHNhdmVCdXR0b24gPSBuZXcgQnV0dG9uQ29tcG9uZW50KGJ1dHRvbnNDb250YWluZXIpXG4gICAgICAgIHNhdmVCdXR0b24uc2V0SWNvbihcImNoZWNrbWFya1wiKVxuICAgICAgICBzYXZlQnV0dG9uLm9uQ2xpY2soKCkgPT4ge1xuICAgICAgICAgICAgY29uc29sZS5sb2codGhpcy5zZWxlY3RlZFJlc3VsdHMsIHRoaXMuc2VsZWN0ZWRBbGlhcylcbiAgICAgICAgICAgIHRoaXMuYnVpbGROZXdMaW5lKClcbiAgICAgICAgICAgIHRoaXMuY2xvc2UoKVxuICAgICAgICB9KVxuICAgICAgICBjb25zdCBjYW5jZWxCdXR0b24gPSBuZXcgRXh0cmFCdXR0b25Db21wb25lbnQoYnV0dG9uc0NvbnRhaW5lcilcbiAgICAgICAgY2FuY2VsQnV0dG9uLnNldEljb24oXCJjcm9zc1wiKVxuICAgICAgICBjYW5jZWxCdXR0b24ub25DbGljaygoKSA9PiB0aGlzLmNsb3NlKCkpXG4gICAgfVxufSIsICJpbXBvcnQgeyBQbHVnaW5TZXR0aW5nVGFiLCBBcHAsIFNldHRpbmcsIEJ1dHRvbkNvbXBvbmVudCB9IGZyb20gXCJvYnNpZGlhblwiXG5pbXBvcnQgTXVsdGlTZWxlY3QgZnJvbSBcIm1haW5cIlxuaW1wb3J0IFF1ZXJ5IGZyb20gXCJzcmMvcXVlcmllcy9RdWVyeVwiXG5pbXBvcnQgUXVlcnlTZXR0aW5nIGZyb20gJ3NyYy9zZXR0aW5ncy9RdWVyeVNldHRpbmcnXG5pbXBvcnQgUXVlcnlTZXR0aW5nTW9kYWwgZnJvbSAnc3JjL3NldHRpbmdzL1F1ZXJ5U2V0dGluZ01vZGFsJ1xuXG5leHBvcnQgZGVmYXVsdCBjbGFzcyBNdWx0aVNlbGVjdFNldHRpbmdUYWIgZXh0ZW5kcyBQbHVnaW5TZXR0aW5nVGFiIHtcbiAgICBwbHVnaW46IE11bHRpU2VsZWN0XG5cbiAgICBjb25zdHJ1Y3RvcihhcHA6IEFwcCwgcGx1Z2luOiBNdWx0aVNlbGVjdCkge1xuICAgICAgICBzdXBlcihhcHAsIHBsdWdpbik7XG4gICAgICAgIHRoaXMucGx1Z2luID0gcGx1Z2luO1xuICAgIH1cblxuICAgIGRpc3BsYXkoKTogdm9pZCB7XG4gICAgICAgIGNvbnN0IHsgY29udGFpbmVyRWwgfSA9IHRoaXM7XG5cbiAgICAgICAgY29udGFpbmVyRWwuZW1wdHkoKTtcblxuICAgICAgICBjb250YWluZXJFbC5jcmVhdGVFbCgnaDInLCB7IHRleHQ6ICdTZXR0aW5ncyBmb3IgTXVsdGkgU2VsZWN0LicgfSk7XG5cbiAgICAgICAgLyogQWRkIG5ldyBxdWVyeSovXG4gICAgICAgIG5ldyBTZXR0aW5nKGNvbnRhaW5lckVsKVxuICAgICAgICAgICAgLnNldE5hbWUoXCJBZGQgTmV3IFF1ZXJ5XCIpXG4gICAgICAgICAgICAuc2V0RGVzYyhcIkFkZCBhIG5ldyBxdWVyeSB0byBzZWxlY3QgZmlsZXMgZnJvbSByZXN1bHQuXCIpXG4gICAgICAgICAgICAuYWRkQnV0dG9uKChidXR0b246IEJ1dHRvbkNvbXBvbmVudCk6IEJ1dHRvbkNvbXBvbmVudCA9PiB7XG4gICAgICAgICAgICAgICAgbGV0IGIgPSBidXR0b25cbiAgICAgICAgICAgICAgICAgICAgLnNldFRvb2x0aXAoXCJBZGQgTmV3IFF1ZXJ5XCIpXG4gICAgICAgICAgICAgICAgICAgIC5zZXRCdXR0b25UZXh0KFwiK1wiKVxuICAgICAgICAgICAgICAgICAgICAub25DbGljayhhc3luYyAoKSA9PiB7XG4gICAgICAgICAgICAgICAgICAgICAgICBsZXQgbW9kYWwgPSBuZXcgUXVlcnlTZXR0aW5nTW9kYWwodGhpcy5hcHAsIHRoaXMucGx1Z2luLCBjb250YWluZXJFbCk7XG4gICAgICAgICAgICAgICAgICAgICAgICBtb2RhbC5vcGVuKCk7XG4gICAgICAgICAgICAgICAgICAgIH0pO1xuXG4gICAgICAgICAgICAgICAgcmV0dXJuIGI7XG4gICAgICAgICAgICB9KTtcblxuICAgICAgICAvKiBNYW5hZ2VkIHByb3BlcnRpZXMgdGhhdCBjdXJyZW50bHkgaGF2ZSBwcmVzZXQgdmFsdWVzICovXG4gICAgICAgIHRoaXMucGx1Z2luLmluaXRpYWxRdWVyaWVzLmZvckVhY2goc2F2ZWRRdWVyeSA9PiB7XG4gICAgICAgICAgICBjb25zdCBxdWVyeSA9IG5ldyBRdWVyeSgpXG4gICAgICAgICAgICBPYmplY3QuYXNzaWduKHF1ZXJ5LCBzYXZlZFF1ZXJ5KVxuICAgICAgICAgICAgbmV3IFF1ZXJ5U2V0dGluZyhjb250YWluZXJFbCwgcXVlcnksIHRoaXMuYXBwLCB0aGlzLnBsdWdpbilcbiAgICAgICAgfSlcbiAgICB9XG59IiwgImltcG9ydCB7IEFwcCwgU2V0dGluZyB9IGZyb20gXCJvYnNpZGlhblwiXG5pbXBvcnQgTXVsdGlTZWxlY3QgZnJvbSBcIm1haW5cIlxuaW1wb3J0IFF1ZXJ5IGZyb20gXCJzcmMvcXVlcmllcy9RdWVyeVwiXG5pbXBvcnQgUXVlcnlTZXR0aW5nTW9kYWwgZnJvbSBcInNyYy9zZXR0aW5ncy9RdWVyeVNldHRpbmdNb2RhbFwiXG5cbmV4cG9ydCBkZWZhdWx0IGNsYXNzIFF1ZXJ5U2V0dGluZyBleHRlbmRzIFNldHRpbmcge1xuICAgIHF1ZXJ5OiBRdWVyeVxuICAgIGFwcDogQXBwXG4gICAgcGx1Z2luOiBNdWx0aVNlbGVjdFxuICAgIGNvbnRhaW5lckVsOiBIVE1MRWxlbWVudFxuICAgIGNvbnN0cnVjdG9yKGNvbnRhaW5lckVsOiBIVE1MRWxlbWVudCwgcXVlcnk6IFF1ZXJ5LCBhcHA6IEFwcCwgcGx1Z2luOiBNdWx0aVNlbGVjdCkge1xuICAgICAgICBzdXBlcihjb250YWluZXJFbClcbiAgICAgICAgdGhpcy5jb250YWluZXJFbCA9IGNvbnRhaW5lckVsXG4gICAgICAgIHRoaXMucXVlcnkgPSBxdWVyeVxuICAgICAgICB0aGlzLmFwcCA9IGFwcFxuICAgICAgICB0aGlzLnBsdWdpbiA9IHBsdWdpblxuICAgICAgICB0aGlzLnNldFRleHRDb250ZW50V2l0aG5hbWUoKVxuICAgICAgICB0aGlzLmFkZEVkaXRCdXR0b24oKVxuICAgICAgICB0aGlzLmFkZERlbGV0ZUJ1dHRvbigpXG4gICAgfVxuXG4gICAgc2V0VGV4dENvbnRlbnRXaXRobmFtZSgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5zZXROYW1lKHRoaXMucXVlcnkubmFtZSlcbiAgICAgICAgdGhpcy5zZXREZXNjKHRoaXMucXVlcnkuZGVzY3JpcHRpb24pXG4gICAgfVxuXG5cbiAgICBhZGRFZGl0QnV0dG9uKCk6IHZvaWQge1xuICAgICAgICB0aGlzLmFkZEJ1dHRvbigoYikgPT4ge1xuICAgICAgICAgICAgYi5zZXRJY29uKFwicGVuY2lsXCIpXG4gICAgICAgICAgICAgICAgLnNldFRvb2x0aXAoXCJFZGl0XCIpXG4gICAgICAgICAgICAgICAgLm9uQ2xpY2soKCkgPT4ge1xuICAgICAgICAgICAgICAgICAgICBsZXQgbW9kYWwgPSBuZXcgUXVlcnlTZXR0aW5nTW9kYWwodGhpcy5hcHAsIHRoaXMucGx1Z2luLCB0aGlzLmNvbnRhaW5lckVsLCB0aGlzLCB0aGlzLnF1ZXJ5KTtcbiAgICAgICAgICAgICAgICAgICAgbW9kYWwub3BlbigpO1xuICAgICAgICAgICAgICAgIH0pO1xuICAgICAgICB9KVxuICAgIH1cblxuICAgIGFkZERlbGV0ZUJ1dHRvbigpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5hZGRCdXR0b24oKGIpID0+IHtcbiAgICAgICAgICAgIGIuc2V0SWNvbihcInRyYXNoXCIpXG4gICAgICAgICAgICAgICAgLnNldFRvb2x0aXAoXCJEZWxldGVcIilcbiAgICAgICAgICAgICAgICAub25DbGljaygoKSA9PiB7XG4gICAgICAgICAgICAgICAgICAgIC8vcmVtb3ZlIHRoZSBjb21tYW5kXG4gICAgICAgICAgICAgICAgICAgIGNvbnN0IGN1cnJlbnRFeGlzdGluZ1F1ZXJ5ID0gdGhpcy5wbHVnaW4uaW5pdGlhbFF1ZXJpZXMuZmlsdGVyKHAgPT4gcC5pZCA9PSB0aGlzLnF1ZXJ5LmlkKVswXVxuICAgICAgICAgICAgICAgICAgICBpZiAoY3VycmVudEV4aXN0aW5nUXVlcnkpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMucGx1Z2luLmluaXRpYWxRdWVyaWVzLnJlbW92ZShjdXJyZW50RXhpc3RpbmdRdWVyeSlcbiAgICAgICAgICAgICAgICAgICAgICAgIC8vQHRzLWlnbm9yZVxuICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5hcHAuY29tbWFuZHMucmVtb3ZlQ29tbWFuZChcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBgJHt0aGlzLnBsdWdpbi5tYW5pZmVzdC5pZH06bXVsdGlTZWxlY3QtJHtjdXJyZW50RXhpc3RpbmdRdWVyeS5uYW1lfWBcbiAgICAgICAgICAgICAgICAgICAgICAgICk7XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgdGhpcy5zZXR0aW5nRWwucGFyZW50RWxlbWVudC5yZW1vdmVDaGlsZCh0aGlzLnNldHRpbmdFbClcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5wbHVnaW4uc2F2ZVNldHRpbmdzKClcbiAgICAgICAgICAgICAgICB9KTtcbiAgICAgICAgfSk7XG4gICAgfVxufSIsICJpbXBvcnQgeyBBcHAsIE1vZGFsLCBTZXR0aW5nLCBUZXh0Q29tcG9uZW50LCBOb3RpY2UsIEJ1dHRvbkNvbXBvbmVudCwgRXh0cmFCdXR0b25Db21wb25lbnQsIFRleHRBcmVhQ29tcG9uZW50IH0gZnJvbSBcIm9ic2lkaWFuXCJcbmltcG9ydCBNdWx0aVNlbGVjdCBmcm9tIFwibWFpblwiXG5pbXBvcnQgUXVlcnkgZnJvbSBcInNyYy9xdWVyaWVzL1F1ZXJ5XCJcbmltcG9ydCBRdWVyeVNldHRpbmcgZnJvbSBcInNyYy9zZXR0aW5ncy9RdWVyeVNldHRpbmdcIlxuXG5leHBvcnQgZGVmYXVsdCBjbGFzcyBRdWVyeVNldHRpbmdzTW9kYWwgZXh0ZW5kcyBNb2RhbCB7XG4gICAgbmFtZVByb21wdENvbXBvbmVudDogVGV4dENvbXBvbmVudFxuICAgIGRlc2NyaXB0aW9uUHJvbXB0Q29tcG9uZW50OiBUZXh0Q29tcG9uZW50XG4gICAgcXVlcnlQcm9tcHRDb21wb25lbnQ6IFRleHRBcmVhQ29tcG9uZW50XG4gICAgc2F2ZWQ6IGJvb2xlYW4gPSBmYWxzZVxuICAgIHF1ZXJ5OiBRdWVyeVxuICAgIHBsdWdpbjogTXVsdGlTZWxlY3RcbiAgICBpbml0aWFsUXVlcnk6IFF1ZXJ5XG4gICAgcGFyZW50U2V0dGluZzogUXVlcnlTZXR0aW5nXG4gICAgbmV3OiBib29sZWFuID0gdHJ1ZVxuICAgIHBhcmVudFNldHRpbmdDb250YWluZXI6IEhUTUxFbGVtZW50XG5cblxuICAgIGNvbnN0cnVjdG9yKGFwcDogQXBwLCBwbHVnaW46IE11bHRpU2VsZWN0LCBwYXJlbnRTZXR0aW5nQ29udGFpbmVyOiBIVE1MRWxlbWVudCwgcGFyZW50U2V0dGluZz86IFF1ZXJ5U2V0dGluZywgcXVlcnk/OiBRdWVyeSkge1xuICAgICAgICBzdXBlcihhcHApXG4gICAgICAgIHRoaXMucGx1Z2luID0gcGx1Z2luXG4gICAgICAgIHRoaXMucGFyZW50U2V0dGluZyA9IHBhcmVudFNldHRpbmdcbiAgICAgICAgdGhpcy5pbml0aWFsUXVlcnkgPSBuZXcgUXVlcnkoKVxuICAgICAgICB0aGlzLnBhcmVudFNldHRpbmdDb250YWluZXIgPSBwYXJlbnRTZXR0aW5nQ29udGFpbmVyXG4gICAgICAgIGlmIChxdWVyeSkge1xuICAgICAgICAgICAgdGhpcy5uZXcgPSBmYWxzZVxuICAgICAgICAgICAgdGhpcy5xdWVyeSA9IHF1ZXJ5XG4gICAgICAgICAgICB0aGlzLmluaXRpYWxRdWVyeS5uYW1lID0gcXVlcnkubmFtZVxuICAgICAgICAgICAgdGhpcy5pbml0aWFsUXVlcnkuaWQgPSBxdWVyeS5pZFxuICAgICAgICAgICAgdGhpcy5pbml0aWFsUXVlcnkuZGVzY3JpcHRpb24gPSBxdWVyeS5kZXNjcmlwdGlvblxuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgbGV0IG5ld0lkID0gMVxuICAgICAgICAgICAgdGhpcy5wbHVnaW4uaW5pdGlhbFF1ZXJpZXMuZm9yRWFjaChxdWVyeSA9PiB7XG4gICAgICAgICAgICAgICAgaWYgKHBhcnNlSW50KHF1ZXJ5LmlkKSAmJiBwYXJzZUludChxdWVyeS5pZCkgPj0gbmV3SWQpIHtcbiAgICAgICAgICAgICAgICAgICAgbmV3SWQgPSBwYXJzZUludChxdWVyeS5pZCkgKyAxXG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSlcbiAgICAgICAgICAgIHRoaXMucXVlcnkgPSBuZXcgUXVlcnkoKVxuICAgICAgICAgICAgdGhpcy5xdWVyeS5pZCA9IG5ld0lkLnRvU3RyaW5nKClcbiAgICAgICAgICAgIHRoaXMuaW5pdGlhbFF1ZXJ5LmlkID0gbmV3SWQudG9TdHJpbmcoKVxuICAgICAgICB9XG4gICAgfVxuXG4gICAgb25PcGVuKCk6IHZvaWQge1xuICAgICAgICBpZiAodGhpcy5xdWVyeS5uYW1lID09IFwiXCIpIHtcbiAgICAgICAgICAgIHRoaXMudGl0bGVFbC5zZXRUZXh0KGBBZGQgYSBxdWVyeWApXG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICB0aGlzLnRpdGxlRWwuc2V0VGV4dChgTWFuYWdlIHF1ZXJ5ICR7dGhpcy5xdWVyeS5uYW1lfWApXG4gICAgICAgIH1cbiAgICAgICAgdGhpcy5jcmVhdGVGb3JtKClcbiAgICB9XG5cbiAgICBvbkNsb3NlKCk6IHZvaWQge1xuICAgICAgICBPYmplY3QuYXNzaWduKHRoaXMucXVlcnksIHRoaXMuaW5pdGlhbFF1ZXJ5KVxuICAgICAgICBpZiAoIXRoaXMubmV3KSB7XG4gICAgICAgICAgICB0aGlzLnBhcmVudFNldHRpbmcuc2V0VGV4dENvbnRlbnRXaXRobmFtZSgpXG4gICAgICAgIH0gZWxzZSBpZiAodGhpcy5zYXZlZCkge1xuICAgICAgICAgICAgbmV3IFF1ZXJ5U2V0dGluZyh0aGlzLnBhcmVudFNldHRpbmdDb250YWluZXIsIHRoaXMucXVlcnksIHRoaXMuYXBwLCB0aGlzLnBsdWdpbilcbiAgICAgICAgfVxuICAgIH1cblxuICAgIGNyZWF0ZU5hbWVJbnB1dENvbnRhaW5lcihwYXJlbnROb2RlOiBIVE1MRGl2RWxlbWVudCk6IFRleHRDb21wb25lbnQge1xuICAgICAgICBjb25zdCBxdWVyeU5hbWVDb250YWluZXJMYWJlbCA9IHBhcmVudE5vZGUuY3JlYXRlRGl2KClcbiAgICAgICAgcXVlcnlOYW1lQ29udGFpbmVyTGFiZWwuc2V0VGV4dChgUXVlcnkgTmFtZTpgKVxuICAgICAgICBjb25zdCBpbnB1dCA9IG5ldyBUZXh0Q29tcG9uZW50KHBhcmVudE5vZGUpXG4gICAgICAgIGNvbnN0IG5hbWUgPSB0aGlzLnF1ZXJ5Lm5hbWVcbiAgICAgICAgaW5wdXQuc2V0VmFsdWUobmFtZSlcbiAgICAgICAgaW5wdXQuc2V0UGxhY2Vob2xkZXIoXCJOYW1lIG9mIHRoZSBxdWVyeVwiKVxuICAgICAgICBpbnB1dC5vbkNoYW5nZSh2YWx1ZSA9PiB7XG4gICAgICAgICAgICB0aGlzLnF1ZXJ5Lm5hbWUgPSB2YWx1ZVxuICAgICAgICAgICAgdGhpcy50aXRsZUVsLnNldFRleHQoYE1hbmFnZSAke3RoaXMucXVlcnkubmFtZX1gKVxuICAgICAgICAgICAgUXVlcnlTZXR0aW5nc01vZGFsLnJlbW92ZVZhbGlkYXRpb25FcnJvcihpbnB1dClcbiAgICAgICAgfSlcbiAgICAgICAgcmV0dXJuIGlucHV0XG4gICAgfVxuXG4gICAgY3JlYXRlRGVzY3JpcHRpb25JbnB1dENvbnRhaW5lcihwYXJlbnROb2RlOiBIVE1MRGl2RWxlbWVudCk6IFRleHRDb21wb25lbnQge1xuICAgICAgICBjb25zdCBxdWVyeURlc2NyaXB0aW9uQ29udGFpbmVyTGFiZWwgPSBwYXJlbnROb2RlLmNyZWF0ZURpdigpXG4gICAgICAgIHF1ZXJ5RGVzY3JpcHRpb25Db250YWluZXJMYWJlbC5zZXRUZXh0KGBRdWVyeSBEZXNjcmlwdGlvbjpgKVxuICAgICAgICBjb25zdCBpbnB1dCA9IG5ldyBUZXh0Q29tcG9uZW50KHBhcmVudE5vZGUpXG4gICAgICAgIGNvbnN0IGRlc2NyaXB0aW9uID0gdGhpcy5xdWVyeS5kZXNjcmlwdGlvblxuICAgICAgICBpbnB1dC5zZXRWYWx1ZShkZXNjcmlwdGlvbilcbiAgICAgICAgaW5wdXQuc2V0UGxhY2Vob2xkZXIoXCJEZXNjcmlwdGlvbiBvZiB0aGUgcXVlcnlcIilcbiAgICAgICAgaW5wdXQub25DaGFuZ2UodmFsdWUgPT4ge1xuICAgICAgICAgICAgdGhpcy5xdWVyeS5kZXNjcmlwdGlvbiA9IHZhbHVlXG4gICAgICAgICAgICBRdWVyeVNldHRpbmdzTW9kYWwucmVtb3ZlVmFsaWRhdGlvbkVycm9yKGlucHV0KVxuICAgICAgICB9KVxuICAgICAgICByZXR1cm4gaW5wdXRcbiAgICB9XG5cbiAgICBjcmVhdGVEYXRhdmlld0pTSW5wdXRDb250YWluZXIocGFyZW50Tm9kZTogSFRNTERpdkVsZW1lbnQpOiBUZXh0QXJlYUNvbXBvbmVudCB7XG4gICAgICAgIGNvbnN0IHF1ZXJ5RGF0YXZpZXdKU1F1ZXJ5Q29udGFpbmVyTGFiZWwgPSBwYXJlbnROb2RlLmNyZWF0ZURpdigpXG4gICAgICAgIHF1ZXJ5RGF0YXZpZXdKU1F1ZXJ5Q29udGFpbmVyTGFiZWwuc2V0VGV4dChgRGF0YXZpZXdKUyBxdWVyeTpgKVxuICAgICAgICBjb25zdCBpbnB1dCA9IG5ldyBUZXh0QXJlYUNvbXBvbmVudChwYXJlbnROb2RlKVxuICAgICAgICBjb25zdCBkYXRhdmlld0pTUXVlcnkgPSB0aGlzLnF1ZXJ5LmRhdGF2aWV3SlNRdWVyeVxuICAgICAgICBpbnB1dC5pbnB1dEVsLmNvbHMgPSAxMDBcbiAgICAgICAgaW5wdXQuaW5wdXRFbC5yb3dzID0gMTVcbiAgICAgICAgaW5wdXQuc2V0UGxhY2Vob2xkZXIoXCJEYXRhdmlld2pzIHN5bnRheCB0byBxdWVyeSBwYWdlc1xcbkV4YW1wbGU6XFxuZHYucGFnZXMoXFxcIiNTb21lVGFnXFxcIikud2hlcmUocCA9PiBwLmZpZWxkID09PSBcXFwic29tZSB2YWx1ZVxcXCIpLnNvcnQocCA9PiBjb25kaXRpb24sICdhc2MnKVwiKVxuICAgICAgICBpbnB1dC5zZXRWYWx1ZShkYXRhdmlld0pTUXVlcnkgPz8gXCJcIilcbiAgICAgICAgaW5wdXQub25DaGFuZ2UodmFsdWUgPT4ge1xuICAgICAgICAgICAgdGhpcy5xdWVyeS5kYXRhdmlld0pTUXVlcnkgPSB2YWx1ZVxuICAgICAgICAgICAgUXVlcnlTZXR0aW5nc01vZGFsLnJlbW92ZVZhbGlkYXRpb25FcnJvcihpbnB1dClcbiAgICAgICAgfSlcbiAgICAgICAgcmV0dXJuIGlucHV0XG4gICAgfVxuXG4gICAgY3JlYXRlRm9ybSgpOiB2b2lkIHtcbiAgICAgICAgY29uc3QgZGl2ID0gdGhpcy5jb250ZW50RWwuY3JlYXRlRGl2KHtcbiAgICAgICAgICAgIGNsczogXCJmcm9udG1hdHRlci1wcm9tcHQtZGl2XCJcbiAgICAgICAgfSlcbiAgICAgICAgY29uc3QgbWFpbkRpdiA9IGRpdi5jcmVhdGVEaXYoe1xuICAgICAgICAgICAgY2xzOiBcImZyb250bWF0dGVyLXByb21wdC1mb3JtXCJcbiAgICAgICAgfSlcbiAgICAgICAgLyogUHJvcGVydHkgTmFtZSBTZWN0aW9uICovXG4gICAgICAgIGNvbnN0IG5hbWVDb250YWluZXIgPSBtYWluRGl2LmNyZWF0ZURpdigpXG4gICAgICAgIGNvbnN0IGRlc2NyaXB0aW9uQ29udGFpbmVyID0gbWFpbkRpdi5jcmVhdGVEaXYoKVxuICAgICAgICBjb25zdCBkYXRhdmlld0pTUXVlcnlDb250YWluZXIgPSBtYWluRGl2LmNyZWF0ZURpdigpXG4gICAgICAgIHRoaXMubmFtZVByb21wdENvbXBvbmVudCA9IHRoaXMuY3JlYXRlTmFtZUlucHV0Q29udGFpbmVyKG5hbWVDb250YWluZXIpXG4gICAgICAgIHRoaXMuZGVzY3JpcHRpb25Qcm9tcHRDb21wb25lbnQgPSB0aGlzLmNyZWF0ZURlc2NyaXB0aW9uSW5wdXRDb250YWluZXIoZGVzY3JpcHRpb25Db250YWluZXIpXG4gICAgICAgIHRoaXMucXVlcnlQcm9tcHRDb21wb25lbnQgPSB0aGlzLmNyZWF0ZURhdGF2aWV3SlNJbnB1dENvbnRhaW5lcihkYXRhdmlld0pTUXVlcnlDb250YWluZXIpXG5cbiAgICAgICAgbWFpbkRpdi5jcmVhdGVEaXYoKS5jcmVhdGVFbChcImhyXCIpXG5cbiAgICAgICAgLyogZm9vdGVyIGJ1dHRvbnMqL1xuICAgICAgICBjb25zdCBmb290ZXJFbCA9IHRoaXMuY29udGVudEVsLmNyZWF0ZURpdigpXG4gICAgICAgIGNvbnN0IGZvb3RlckJ1dHRvbnMgPSBuZXcgU2V0dGluZyhmb290ZXJFbClcbiAgICAgICAgZm9vdGVyQnV0dG9ucy5hZGRCdXR0b24oKGIpID0+IHRoaXMuY3JlYXRlU2F2ZUJ1dHRvbihiKSlcbiAgICAgICAgZm9vdGVyQnV0dG9ucy5hZGRFeHRyYUJ1dHRvbigoYikgPT4gdGhpcy5jcmVhdGVDYW5jZWxCdXR0b24oYikpO1xuICAgIH1cblxuICAgIGNyZWF0ZVNhdmVCdXR0b24oYjogQnV0dG9uQ29tcG9uZW50KTogQnV0dG9uQ29tcG9uZW50IHtcbiAgICAgICAgYi5zZXRUb29sdGlwKFwiU2F2ZVwiKVxuICAgICAgICAgICAgLnNldEljb24oXCJjaGVja21hcmtcIilcbiAgICAgICAgICAgIC5vbkNsaWNrKGFzeW5jICgpID0+IHtcbiAgICAgICAgICAgICAgICBsZXQgZXJyb3IgPSBmYWxzZVxuICAgICAgICAgICAgICAgIGlmICgvXlsjPi1dLy50ZXN0KHRoaXMucXVlcnkubmFtZSkpIHtcbiAgICAgICAgICAgICAgICAgICAgUXVlcnlTZXR0aW5nc01vZGFsLnNldFZhbGlkYXRpb25FcnJvcihcbiAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMubmFtZVByb21wdENvbXBvbmVudCwgdGhpcy5uYW1lUHJvbXB0Q29tcG9uZW50LmlucHV0RWwsXG4gICAgICAgICAgICAgICAgICAgICAgICBcIlF1ZXJ5IG5hbWUgY2Fubm90IHN0YXJ0IHdpdGggIywgPiwgLVwiXG4gICAgICAgICAgICAgICAgICAgICk7XG4gICAgICAgICAgICAgICAgICAgIGVycm9yID0gdHJ1ZTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgaWYgKHRoaXMucXVlcnkubmFtZSA9PSBcIlwiKSB7XG4gICAgICAgICAgICAgICAgICAgIFF1ZXJ5U2V0dGluZ3NNb2RhbC5zZXRWYWxpZGF0aW9uRXJyb3IoXG4gICAgICAgICAgICAgICAgICAgICAgICB0aGlzLm5hbWVQcm9tcHRDb21wb25lbnQsIHRoaXMubmFtZVByb21wdENvbXBvbmVudC5pbnB1dEVsLFxuICAgICAgICAgICAgICAgICAgICAgICAgXCJQcm9wZXJ0eSBuYW1lIGNhbiBub3QgYmUgRW1wdHlcIlxuICAgICAgICAgICAgICAgICAgICApO1xuICAgICAgICAgICAgICAgICAgICBlcnJvciA9IHRydWVcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgaWYgKGVycm9yKSB7XG4gICAgICAgICAgICAgICAgICAgIG5ldyBOb3RpY2UoXCJGaXggZXJyb3JzIGJlZm9yZSBzYXZpbmcuXCIpO1xuICAgICAgICAgICAgICAgICAgICByZXR1cm47XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIHRoaXMuc2F2ZWQgPSB0cnVlO1xuICAgICAgICAgICAgICAgIGNvbnN0IGN1cnJlbnRFeGlzdGluZ1F1ZXJ5ID0gdGhpcy5wbHVnaW4uaW5pdGlhbFF1ZXJpZXMuZmlsdGVyKHEgPT4gcS5pZCA9PSB0aGlzLnF1ZXJ5LmlkKVswXVxuICAgICAgICAgICAgICAgIGlmIChjdXJyZW50RXhpc3RpbmdRdWVyeSkge1xuICAgICAgICAgICAgICAgICAgICB0aGlzLnBsdWdpbi5pbml0aWFsUXVlcmllcy5yZW1vdmUoY3VycmVudEV4aXN0aW5nUXVlcnkpXG4gICAgICAgICAgICAgICAgICAgIC8vQHRzLWlnbm9yZVxuICAgICAgICAgICAgICAgICAgICB0aGlzLmFwcC5jb21tYW5kcy5yZW1vdmVDb21tYW5kKFxuICAgICAgICAgICAgICAgICAgICAgICAgYCR7dGhpcy5wbHVnaW4ubWFuaWZlc3QuaWR9Om11bHRpU2VsZWN0LSR7Y3VycmVudEV4aXN0aW5nUXVlcnkubmFtZX1gXG4gICAgICAgICAgICAgICAgICAgICk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIHRoaXMucGx1Z2luLmluaXRpYWxRdWVyaWVzLnB1c2godGhpcy5xdWVyeSlcbiAgICAgICAgICAgICAgICB0aGlzLnBsdWdpbi5hZGRNdWx0aVNlbGVjdFF1ZXJ5Q29tbWFuZCh0aGlzLnF1ZXJ5KVxuICAgICAgICAgICAgICAgIHRoaXMuaW5pdGlhbFF1ZXJ5ID0gdGhpcy5xdWVyeVxuICAgICAgICAgICAgICAgIHRoaXMucGx1Z2luLnNhdmVTZXR0aW5ncygpXG4gICAgICAgICAgICAgICAgdGhpcy5jbG9zZSgpO1xuICAgICAgICAgICAgfSlcbiAgICAgICAgcmV0dXJuIGJcbiAgICB9XG5cbiAgICBjcmVhdGVDYW5jZWxCdXR0b24oYjogRXh0cmFCdXR0b25Db21wb25lbnQpOiBFeHRyYUJ1dHRvbkNvbXBvbmVudCB7XG4gICAgICAgIGIuc2V0SWNvbihcImNyb3NzXCIpXG4gICAgICAgICAgICAuc2V0VG9vbHRpcChcIkNhbmNlbFwiKVxuICAgICAgICAgICAgLm9uQ2xpY2soKCkgPT4ge1xuICAgICAgICAgICAgICAgIHRoaXMuc2F2ZWQgPSBmYWxzZTtcbiAgICAgICAgICAgICAgICAvKiByZXNldCB2YWx1ZXMgZnJvbSBzZXR0aW5ncyAqL1xuICAgICAgICAgICAgICAgIGlmICh0aGlzLmluaXRpYWxRdWVyeS5uYW1lICE9IFwiXCIpIHtcbiAgICAgICAgICAgICAgICAgICAgT2JqZWN0LmFzc2lnbih0aGlzLnF1ZXJ5LCB0aGlzLmluaXRpYWxRdWVyeSlcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgdGhpcy5jbG9zZSgpO1xuICAgICAgICAgICAgfSk7XG4gICAgICAgIHJldHVybiBiO1xuICAgIH1cblxuICAgIC8qIHV0aWxzIGZ1bmN0aW9ucyAqL1xuXG4gICAgc3RhdGljIHNldFZhbGlkYXRpb25FcnJvcih0ZXh0SW5wdXQ6IFRleHRDb21wb25lbnQgfCBUZXh0QXJlYUNvbXBvbmVudCwgaW5zZXJ0QWZ0ZXI6IEVsZW1lbnQsIG1lc3NhZ2U/OiBzdHJpbmcpIHtcbiAgICAgICAgdGV4dElucHV0LmlucHV0RWwuYWRkQ2xhc3MoXCJpcy1pbnZhbGlkXCIpO1xuICAgICAgICBpZiAobWVzc2FnZSkge1xuXG4gICAgICAgICAgICBsZXQgbURpdiA9IHRleHRJbnB1dC5pbnB1dEVsLnBhcmVudEVsZW1lbnQucXVlcnlTZWxlY3RvcihcbiAgICAgICAgICAgICAgICBcIi5pbnZhbGlkLWZlZWRiYWNrXCJcbiAgICAgICAgICAgICkgYXMgSFRNTERpdkVsZW1lbnQ7XG5cbiAgICAgICAgICAgIGlmICghbURpdikge1xuICAgICAgICAgICAgICAgIG1EaXYgPSBjcmVhdGVEaXYoeyBjbHM6IFwiaW52YWxpZC1mZWVkYmFja1wiIH0pO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgbURpdi5pbm5lclRleHQgPSBtZXNzYWdlO1xuICAgICAgICAgICAgbURpdi5pbnNlcnRBZnRlcihpbnNlcnRBZnRlcik7XG4gICAgICAgIH1cbiAgICB9XG4gICAgc3RhdGljIHJlbW92ZVZhbGlkYXRpb25FcnJvcih0ZXh0SW5wdXQ6IFRleHRDb21wb25lbnQgfCBUZXh0QXJlYUNvbXBvbmVudCkge1xuICAgICAgICBpZiAodGV4dElucHV0LmlucHV0RWwuaGFzQ2xhc3MoXCJpcy1pbnZhbGlkXCIpKSB7XG4gICAgICAgICAgICB0ZXh0SW5wdXQuaW5wdXRFbC5yZW1vdmVDbGFzcyhcImlzLWludmFsaWRcIilcbiAgICAgICAgICAgIHRleHRJbnB1dC5pbnB1dEVsLnBhcmVudEVsZW1lbnQucmVtb3ZlQ2hpbGQoXG4gICAgICAgICAgICAgICAgdGV4dElucHV0LmlucHV0RWwucGFyZW50RWxlbWVudC5sYXN0RWxlbWVudENoaWxkXG4gICAgICAgICAgICApXG4gICAgICAgIH1cbiAgICB9XG59Il0sCiAgIm1hcHBpbmdzIjogIjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQTtBQUFBO0FBQUE7QUFBQSx1QkFBcUM7OztBQ005QixJQUFNLG1CQUF3QztBQUFBLEVBQ2pELFNBQVM7QUFBQTs7O0FDQWIsa0JBQVk7QUFBQSxFQUVSLFlBQVksT0FBZSxJQUN2QixjQUFzQixJQUN0QixLQUFhLElBQ2Isa0JBQTBCLE1BQU07QUFDaEMsU0FBSyxPQUFPO0FBQ1osU0FBSyxjQUFjO0FBQ25CLFNBQUssS0FBSztBQUNWLFNBQUssa0JBQWtCO0FBQUE7QUFBQSxTQUdwQixVQUFVLFFBQWUsUUFBZTtBQUMzQyxXQUFPLEtBQUssT0FBTztBQUNuQixXQUFPLE9BQU8sT0FBTztBQUNyQixXQUFPLGNBQWMsT0FBTztBQUM1QixXQUFPLGtCQUFrQixPQUFPO0FBQUE7QUFBQTtBQUl4QyxJQUFPLGdCQUFROzs7QUMzQmYsc0JBYU87QUFLUCxxQ0FBOEMsc0JBQU07QUFBQSxFQVdoRCxZQUFZLEtBQVUsUUFBcUIsT0FBYyxnQkFBZ0MsTUFBYTtBQUNsRyxVQUFNO0FBQ04sU0FBSyxTQUFTO0FBQ2QsU0FBSyxRQUFRO0FBQ2IsU0FBSyxpQkFBaUI7QUFDdEIsU0FBSyxVQUFVO0FBQ2YsU0FBSyxrQkFBa0I7QUFDdkIsU0FBSyxnQkFBZ0I7QUFDckIsU0FBSyxPQUFPO0FBQ1osU0FBSyxVQUFVO0FBQ2YsU0FBSyxTQUFTO0FBQUE7QUFBQSxFQUdsQixTQUFTO0FBMUNiO0FBNENRLFVBQU0sYUFBYSxDQUFDLFFBQStCO0FBQy9DLGFBQVEsSUFBSSxTQUFTLE1BQU0sVUFBVSxLQUFLLE1BQU0sbUJBQW9CO0FBQUE7QUFFeEUsVUFBTSxZQUFZLEtBQUssVUFBVSxVQUFVO0FBQUEsTUFDdkMsS0FBSztBQUFBO0FBRVQsUUFBSSxLQUFLLElBQUksUUFBUSxlQUFlLElBQUksYUFBYTtBQUNqRCxZQUFNLE1BQU0sV0FBSyxJQUFJLFFBQVEsUUFBUSxhQUF6QixtQkFBbUM7QUFDL0MsVUFBSSxLQUFLO0FBQ0wsYUFBSyxVQUFVLFdBQVc7QUFBQTtBQUcxQixhQUFLLE9BQU8sY0FDUixLQUFLLElBQUksY0FBYyxHQUFHLHNCQUFzQixDQUFDLFNBQzdDLEtBQUssVUFBVSxXQUFXO0FBQUE7QUFJMUMsU0FBSyxtQkFBbUIsV0FBVyxLQUFLLFFBQVEsSUFBSSxDQUFDLE1BQVcsRUFBRSxLQUFLO0FBQUE7QUFBQSxFQUczRSxpQkFBaUIsVUFBMkI7QUFDeEMsVUFBTSxjQUFjLEtBQUssSUFBSSxjQUFjLGFBQWEsVUFBVTtBQUNsRSxXQUFPLDZDQUF3QjtBQUFBO0FBQUEsRUFHbkMsa0JBQWtCLFdBQTJCLFVBQWlCLFNBQW9CO0FBQzlFLFVBQU0seUJBQXlCLFVBQVUsVUFBVTtBQUFBLE1BQy9DLEtBQUs7QUFBQTtBQUVULFVBQU0sbUJBQW1CLHVCQUF1QixVQUFVO0FBQUEsTUFDdEQsS0FBSztBQUFBO0FBRVQsVUFBTSx3QkFBd0IsaUJBQWlCLFVBQVU7QUFBQSxNQUNyRCxLQUFLO0FBQUE7QUFFVCxVQUFNLGVBQWUsSUFBSSxnQ0FBZ0I7QUFDekMsaUJBQWEsU0FBUyxXQUFTO0FBQzNCLFVBQUksU0FBUyxDQUFDLEtBQUssZ0JBQWdCLFNBQVMsU0FBUyxPQUFPO0FBQ3hELGFBQUssZ0JBQWdCLEtBQUssU0FBUztBQUFBO0FBRXZDLFVBQUksQ0FBQyxPQUFPO0FBQ1IsYUFBSyxnQkFBZ0IsT0FBTyxTQUFTO0FBQ3JDLGVBQU8sS0FBSyxjQUFjLFNBQVM7QUFBQTtBQUFBO0FBRzNDLFVBQU0sYUFBYSxpQkFBaUIsVUFBVTtBQUFBLE1BQzFDLEtBQUs7QUFBQTtBQUVULGVBQVcsUUFBUSxTQUFTO0FBQzVCLGVBQVcsYUFBYSxPQUFLLGFBQWEsU0FBUyxDQUFDLGFBQWE7QUFDakUsUUFBSSxTQUFTO0FBQ1QsWUFBTSwyQkFBMkIsaUJBQWlCLFVBQVU7QUFBQSxRQUN4RCxLQUFLO0FBQUE7QUFFVCxtQ0FBUSwwQkFBMEI7QUFDbEMsWUFBTSx1QkFBdUIsdUJBQXVCLFVBQVU7QUFBQSxRQUMxRCxLQUFLO0FBQUE7QUFFVCwyQkFBcUIsTUFBTSxVQUFVO0FBQ3JDLCtCQUF5QixhQUFhLE9BQUs7QUFDdkMsWUFBSSxxQkFBcUIsTUFBTSxZQUFZLFFBQVE7QUFDL0MsZUFBSyxtQkFBbUIsc0JBQXNCLFlBQVksU0FBUyxTQUFTO0FBQzVFLCtCQUFxQixNQUFNLFVBQVU7QUFBQSxlQUNsQztBQUNILCtCQUFxQixZQUFZO0FBQ2pDLCtCQUFxQixNQUFNLFVBQVU7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBLEVBTXJELG1CQUFtQixzQkFBc0MsWUFBNEIsU0FBbUIsVUFBa0I7QUFDdEgsWUFBUSxRQUFRLFdBQVM7QUFDckIsVUFBSSxDQUFDLE9BQU8sS0FBSyxLQUFLLGVBQWUsU0FBUyxhQUFhLEtBQUssY0FBYyxjQUFjLE9BQU87QUFDL0YsY0FBTSxpQkFBaUIscUJBQXFCO0FBQzVDLHVCQUFlLFlBQVksZ0JBQVc7QUFDdEMsdUJBQWUsYUFBYSxPQUFLO0FBQzdCLHFCQUFXLFFBQVE7QUFDbkIsZUFBSyxjQUFjLFlBQVk7QUFDL0IsK0JBQXFCLFlBQVk7QUFDakMsK0JBQXFCLE1BQU0sVUFBVTtBQUFBO0FBQUE7QUFBQTtBQUlqRCxRQUFJLE9BQU8sS0FBSyxLQUFLLGVBQWUsU0FBUyxhQUFhLEtBQUssY0FBYyxjQUFjLE1BQU07QUFDN0YsWUFBTSxpQkFBaUIscUJBQXFCO0FBQzVDLHFCQUFlLFlBQVksZ0JBQVc7QUFDdEMscUJBQWUsYUFBYSxPQUFLO0FBQzdCLG1CQUFXLFFBQVE7QUFDbkIsYUFBSyxjQUFjLFlBQVk7QUFDL0IsNkJBQXFCLFlBQVk7QUFDakMsNkJBQXFCLE1BQU0sVUFBVTtBQUFBO0FBQUE7QUFBQTtBQUFBLEVBS2pELGtCQUFrQixNQUFjO0FBQzVCLFVBQU0sV0FBVyxLQUFLLElBQUksY0FBYyxxQkFBcUIsTUFBTSxLQUFLLEtBQUs7QUFDN0UsVUFBTSxPQUFPLEtBQUssSUFBSSxZQUFZLHFCQUM5QixVQUNBLEtBQUssS0FBSyxNQUNWLE1BQ0EsS0FBSyxjQUFjLFNBQVM7QUFFaEMsV0FBTztBQUFBO0FBQUEsRUFHWCxlQUFxQjtBQUNqQixVQUFNLE9BQU8sS0FBSyxJQUFJLFVBQVU7QUFFaEMsUUFBSSxLQUFLLGdCQUFnQixnQ0FBZ0IsS0FBSyxLQUFLLFFBQVE7QUFDdkQsWUFBTSxTQUFTLEtBQUssS0FBSztBQUN6QixZQUFNLGVBQWUsT0FBTyxRQUFRLEtBQUssZUFBZTtBQUN4RCxZQUFNLFlBQVksYUFBYSxPQUFPLEdBQUcsS0FBSyxlQUFlO0FBQzdELFlBQU0sVUFBVSxLQUFLLGdCQUFnQixJQUFJLE9BQUssS0FBSyxrQkFBa0IsSUFBSSxJQUFJLE9BQUssS0FBSyxVQUFVLEdBQUcsS0FBSyxLQUFLO0FBQzlHLFlBQU0sVUFBVSxhQUFhLE9BQU8sS0FBSyxlQUFlLElBQUksYUFBYSxTQUFTLEtBQUssZUFBZTtBQUN0RyxhQUFPLFFBQVEsS0FBSyxlQUFlLE1BQU0sWUFBWSxVQUFVO0FBQUE7QUFBQTtBQUFBLEVBSXZFLG1CQUFtQixXQUEyQixXQUFxQjtBQUMvRCxjQUFVLFFBQVEsY0FBWTtBQUMxQixZQUFNLFdBQVcsS0FBSyxJQUFJLGNBQWMscUJBQXFCLFVBQVUsS0FBSyxLQUFLO0FBQ2pGLFdBQUssa0JBQWtCLFdBQVcsVUFBVSxLQUFLLGlCQUFpQjtBQUFBO0FBRXRFLFVBQU0sVUFBVSxLQUFLLFVBQVU7QUFDL0IsWUFBUSxZQUFZO0FBRXBCLFVBQU0sU0FBUyxLQUFLLFVBQVUsVUFBVTtBQUFBLE1BQ3BDLEtBQUs7QUFBQTtBQUVULFdBQU8sUUFBUTtBQUNmLFVBQU0sU0FBUyxLQUFLLFVBQVUsVUFBVTtBQUFBLE1BQ3BDLEtBQUs7QUFBQTtBQUVULFVBQU0scUJBQXFCLE9BQU8sVUFBVTtBQUFBLE1BQ3hDLEtBQUs7QUFBQTtBQUVULFVBQU0sVUFBVSxJQUFJLDhCQUFjO0FBQ2xDLFlBQVEsUUFBUSxPQUFPO0FBQ3ZCLFlBQVEsU0FBUyxLQUFLO0FBQ3RCLFVBQU0sWUFBWSxtQkFBbUIsVUFBVTtBQUFBLE1BQzNDLEtBQUs7QUFBQTtBQUVULGNBQVUsUUFBUTtBQUNsQixZQUFRLFNBQVMsV0FBUyxLQUFLLFVBQVU7QUFDekMsVUFBTSxTQUFTLElBQUksa0NBQWtCO0FBQ3JDLFdBQU8sUUFBUSxPQUFPO0FBQ3RCLFdBQU8sUUFBUSxPQUFPO0FBQ3RCLFdBQU8sU0FBUyxLQUFLO0FBQ3JCLFdBQU8sU0FBUyxXQUFTLEtBQUssU0FBUztBQUN2QyxVQUFNLG1CQUFtQixPQUFPLFVBQVU7QUFBQSxNQUN0QyxLQUFLO0FBQUE7QUFFVCxVQUFNLGFBQWEsSUFBSSxnQ0FBZ0I7QUFDdkMsZUFBVyxRQUFRO0FBQ25CLGVBQVcsUUFBUSxNQUFNO0FBQ3JCLGNBQVEsSUFBSSxLQUFLLGlCQUFpQixLQUFLO0FBQ3ZDLFdBQUs7QUFDTCxXQUFLO0FBQUE7QUFFVCxVQUFNLGVBQWUsSUFBSSxxQ0FBcUI7QUFDOUMsaUJBQWEsUUFBUTtBQUNyQixpQkFBYSxRQUFRLE1BQU0sS0FBSztBQUFBO0FBQUE7OztBQ2hOeEMsdUJBQWdFOzs7QUNBaEUsdUJBQTZCOzs7QUNBN0IsdUJBQXFIO0FBS3JILHVDQUFnRCx1QkFBTTtBQUFBLEVBYWxELFlBQVksS0FBVSxRQUFxQix3QkFBcUMsZUFBOEIsT0FBZTtBQUN6SCxVQUFNO0FBVlYsaUJBQWlCO0FBS2pCLGVBQWU7QUFNWCxTQUFLLFNBQVM7QUFDZCxTQUFLLGdCQUFnQjtBQUNyQixTQUFLLGVBQWUsSUFBSTtBQUN4QixTQUFLLHlCQUF5QjtBQUM5QixRQUFJLE9BQU87QUFDUCxXQUFLLE1BQU07QUFDWCxXQUFLLFFBQVE7QUFDYixXQUFLLGFBQWEsT0FBTyxNQUFNO0FBQy9CLFdBQUssYUFBYSxLQUFLLE1BQU07QUFDN0IsV0FBSyxhQUFhLGNBQWMsTUFBTTtBQUFBLFdBQ25DO0FBQ0gsVUFBSSxRQUFRO0FBQ1osV0FBSyxPQUFPLGVBQWUsUUFBUSxZQUFTO0FBQ3hDLFlBQUksU0FBUyxPQUFNLE9BQU8sU0FBUyxPQUFNLE9BQU8sT0FBTztBQUNuRCxrQkFBUSxTQUFTLE9BQU0sTUFBTTtBQUFBO0FBQUE7QUFHckMsV0FBSyxRQUFRLElBQUk7QUFDakIsV0FBSyxNQUFNLEtBQUssTUFBTTtBQUN0QixXQUFLLGFBQWEsS0FBSyxNQUFNO0FBQUE7QUFBQTtBQUFBLEVBSXJDLFNBQWU7QUFDWCxRQUFJLEtBQUssTUFBTSxRQUFRLElBQUk7QUFDdkIsV0FBSyxRQUFRLFFBQVE7QUFBQSxXQUNsQjtBQUNILFdBQUssUUFBUSxRQUFRLGdCQUFnQixLQUFLLE1BQU07QUFBQTtBQUVwRCxTQUFLO0FBQUE7QUFBQSxFQUdULFVBQWdCO0FBQ1osV0FBTyxPQUFPLEtBQUssT0FBTyxLQUFLO0FBQy9CLFFBQUksQ0FBQyxLQUFLLEtBQUs7QUFDWCxXQUFLLGNBQWM7QUFBQSxlQUNaLEtBQUssT0FBTztBQUNuQixVQUFJLGFBQWEsS0FBSyx3QkFBd0IsS0FBSyxPQUFPLEtBQUssS0FBSyxLQUFLO0FBQUE7QUFBQTtBQUFBLEVBSWpGLHlCQUF5QixZQUEyQztBQUNoRSxVQUFNLDBCQUEwQixXQUFXO0FBQzNDLDRCQUF3QixRQUFRO0FBQ2hDLFVBQU0sUUFBUSxJQUFJLCtCQUFjO0FBQ2hDLFVBQU0sT0FBTyxLQUFLLE1BQU07QUFDeEIsVUFBTSxTQUFTO0FBQ2YsVUFBTSxlQUFlO0FBQ3JCLFVBQU0sU0FBUyxXQUFTO0FBQ3BCLFdBQUssTUFBTSxPQUFPO0FBQ2xCLFdBQUssUUFBUSxRQUFRLFVBQVUsS0FBSyxNQUFNO0FBQzFDLHlCQUFtQixzQkFBc0I7QUFBQTtBQUU3QyxXQUFPO0FBQUE7QUFBQSxFQUdYLGdDQUFnQyxZQUEyQztBQUN2RSxVQUFNLGlDQUFpQyxXQUFXO0FBQ2xELG1DQUErQixRQUFRO0FBQ3ZDLFVBQU0sUUFBUSxJQUFJLCtCQUFjO0FBQ2hDLFVBQU0sY0FBYyxLQUFLLE1BQU07QUFDL0IsVUFBTSxTQUFTO0FBQ2YsVUFBTSxlQUFlO0FBQ3JCLFVBQU0sU0FBUyxXQUFTO0FBQ3BCLFdBQUssTUFBTSxjQUFjO0FBQ3pCLHlCQUFtQixzQkFBc0I7QUFBQTtBQUU3QyxXQUFPO0FBQUE7QUFBQSxFQUdYLCtCQUErQixZQUErQztBQUMxRSxVQUFNLHFDQUFxQyxXQUFXO0FBQ3RELHVDQUFtQyxRQUFRO0FBQzNDLFVBQU0sUUFBUSxJQUFJLG1DQUFrQjtBQUNwQyxVQUFNLGtCQUFrQixLQUFLLE1BQU07QUFDbkMsVUFBTSxRQUFRLE9BQU87QUFDckIsVUFBTSxRQUFRLE9BQU87QUFDckIsVUFBTSxlQUFlO0FBQUE7QUFBQTtBQUNyQixVQUFNLFNBQVMsNENBQW1CO0FBQ2xDLFVBQU0sU0FBUyxXQUFTO0FBQ3BCLFdBQUssTUFBTSxrQkFBa0I7QUFDN0IseUJBQW1CLHNCQUFzQjtBQUFBO0FBRTdDLFdBQU87QUFBQTtBQUFBLEVBR1gsYUFBbUI7QUFDZixVQUFNLE1BQU0sS0FBSyxVQUFVLFVBQVU7QUFBQSxNQUNqQyxLQUFLO0FBQUE7QUFFVCxVQUFNLFVBQVUsSUFBSSxVQUFVO0FBQUEsTUFDMUIsS0FBSztBQUFBO0FBR1QsVUFBTSxnQkFBZ0IsUUFBUTtBQUM5QixVQUFNLHVCQUF1QixRQUFRO0FBQ3JDLFVBQU0sMkJBQTJCLFFBQVE7QUFDekMsU0FBSyxzQkFBc0IsS0FBSyx5QkFBeUI7QUFDekQsU0FBSyw2QkFBNkIsS0FBSyxnQ0FBZ0M7QUFDdkUsU0FBSyx1QkFBdUIsS0FBSywrQkFBK0I7QUFFaEUsWUFBUSxZQUFZLFNBQVM7QUFHN0IsVUFBTSxXQUFXLEtBQUssVUFBVTtBQUNoQyxVQUFNLGdCQUFnQixJQUFJLHlCQUFRO0FBQ2xDLGtCQUFjLFVBQVUsQ0FBQyxNQUFNLEtBQUssaUJBQWlCO0FBQ3JELGtCQUFjLGVBQWUsQ0FBQyxNQUFNLEtBQUssbUJBQW1CO0FBQUE7QUFBQSxFQUdoRSxpQkFBaUIsR0FBcUM7QUFDbEQsTUFBRSxXQUFXLFFBQ1IsUUFBUSxhQUNSLFFBQVEsTUFBWTtBQUNqQixVQUFJLFFBQVE7QUFDWixVQUFJLFNBQVMsS0FBSyxLQUFLLE1BQU0sT0FBTztBQUNoQywyQkFBbUIsbUJBQ2YsS0FBSyxxQkFBcUIsS0FBSyxvQkFBb0IsU0FDbkQ7QUFFSixnQkFBUTtBQUFBO0FBRVosVUFBSSxLQUFLLE1BQU0sUUFBUSxJQUFJO0FBQ3ZCLDJCQUFtQixtQkFDZixLQUFLLHFCQUFxQixLQUFLLG9CQUFvQixTQUNuRDtBQUVKLGdCQUFRO0FBQUE7QUFFWixVQUFJLE9BQU87QUFDUCxZQUFJLHdCQUFPO0FBQ1g7QUFBQTtBQUVKLFdBQUssUUFBUTtBQUNiLFlBQU0sdUJBQXVCLEtBQUssT0FBTyxlQUFlLE9BQU8sT0FBSyxFQUFFLE1BQU0sS0FBSyxNQUFNLElBQUk7QUFDM0YsVUFBSSxzQkFBc0I7QUFDdEIsYUFBSyxPQUFPLGVBQWUsT0FBTztBQUVsQyxhQUFLLElBQUksU0FBUyxjQUNkLEdBQUcsS0FBSyxPQUFPLFNBQVMsa0JBQWtCLHFCQUFxQjtBQUFBO0FBR3ZFLFdBQUssT0FBTyxlQUFlLEtBQUssS0FBSztBQUNyQyxXQUFLLE9BQU8sMkJBQTJCLEtBQUs7QUFDNUMsV0FBSyxlQUFlLEtBQUs7QUFDekIsV0FBSyxPQUFPO0FBQ1osV0FBSztBQUFBO0FBRWIsV0FBTztBQUFBO0FBQUEsRUFHWCxtQkFBbUIsR0FBK0M7QUFDOUQsTUFBRSxRQUFRLFNBQ0wsV0FBVyxVQUNYLFFBQVEsTUFBTTtBQUNYLFdBQUssUUFBUTtBQUViLFVBQUksS0FBSyxhQUFhLFFBQVEsSUFBSTtBQUM5QixlQUFPLE9BQU8sS0FBSyxPQUFPLEtBQUs7QUFBQTtBQUVuQyxXQUFLO0FBQUE7QUFFYixXQUFPO0FBQUE7QUFBQSxTQUtKLG1CQUFtQixXQUE4QyxhQUFzQixTQUFrQjtBQUM1RyxjQUFVLFFBQVEsU0FBUztBQUMzQixRQUFJLFNBQVM7QUFFVCxVQUFJLE9BQU8sVUFBVSxRQUFRLGNBQWMsY0FDdkM7QUFHSixVQUFJLENBQUMsTUFBTTtBQUNQLGVBQU8sVUFBVSxFQUFFLEtBQUs7QUFBQTtBQUU1QixXQUFLLFlBQVk7QUFDakIsV0FBSyxZQUFZO0FBQUE7QUFBQTtBQUFBLFNBR2xCLHNCQUFzQixXQUE4QztBQUN2RSxRQUFJLFVBQVUsUUFBUSxTQUFTLGVBQWU7QUFDMUMsZ0JBQVUsUUFBUSxZQUFZO0FBQzlCLGdCQUFVLFFBQVEsY0FBYyxZQUM1QixVQUFVLFFBQVEsY0FBYztBQUFBO0FBQUE7QUFBQTs7O0FEek1oRCxpQ0FBMEMseUJBQVE7QUFBQSxFQUs5QyxZQUFZLGFBQTBCLE9BQWMsS0FBVSxRQUFxQjtBQUMvRSxVQUFNO0FBQ04sU0FBSyxjQUFjO0FBQ25CLFNBQUssUUFBUTtBQUNiLFNBQUssTUFBTTtBQUNYLFNBQUssU0FBUztBQUNkLFNBQUs7QUFDTCxTQUFLO0FBQ0wsU0FBSztBQUFBO0FBQUEsRUFHVCx5QkFBK0I7QUFDM0IsU0FBSyxRQUFRLEtBQUssTUFBTTtBQUN4QixTQUFLLFFBQVEsS0FBSyxNQUFNO0FBQUE7QUFBQSxFQUk1QixnQkFBc0I7QUFDbEIsU0FBSyxVQUFVLENBQUMsTUFBTTtBQUNsQixRQUFFLFFBQVEsVUFDTCxXQUFXLFFBQ1gsUUFBUSxNQUFNO0FBQ1gsWUFBSSxRQUFRLElBQUksbUJBQWtCLEtBQUssS0FBSyxLQUFLLFFBQVEsS0FBSyxhQUFhLE1BQU0sS0FBSztBQUN0RixjQUFNO0FBQUE7QUFBQTtBQUFBO0FBQUEsRUFLdEIsa0JBQXdCO0FBQ3BCLFNBQUssVUFBVSxDQUFDLE1BQU07QUFDbEIsUUFBRSxRQUFRLFNBQ0wsV0FBVyxVQUNYLFFBQVEsTUFBTTtBQUVYLGNBQU0sdUJBQXVCLEtBQUssT0FBTyxlQUFlLE9BQU8sT0FBSyxFQUFFLE1BQU0sS0FBSyxNQUFNLElBQUk7QUFDM0YsWUFBSSxzQkFBc0I7QUFDdEIsZUFBSyxPQUFPLGVBQWUsT0FBTztBQUVsQyxlQUFLLElBQUksU0FBUyxjQUNkLEdBQUcsS0FBSyxPQUFPLFNBQVMsa0JBQWtCLHFCQUFxQjtBQUFBO0FBR3ZFLGFBQUssVUFBVSxjQUFjLFlBQVksS0FBSztBQUM5QyxhQUFLLE9BQU87QUFBQTtBQUFBO0FBQUE7QUFBQTs7O0FEL0NoQywwQ0FBbUQsa0NBQWlCO0FBQUEsRUFHaEUsWUFBWSxLQUFVLFFBQXFCO0FBQ3ZDLFVBQU0sS0FBSztBQUNYLFNBQUssU0FBUztBQUFBO0FBQUEsRUFHbEIsVUFBZ0I7QUFDWixVQUFNLEVBQUUsZ0JBQWdCO0FBRXhCLGdCQUFZO0FBRVosZ0JBQVksU0FBUyxNQUFNLEVBQUUsTUFBTTtBQUduQyxRQUFJLHlCQUFRLGFBQ1AsUUFBUSxpQkFDUixRQUFRLGdEQUNSLFVBQVUsQ0FBQyxXQUE2QztBQUNyRCxVQUFJLElBQUksT0FDSCxXQUFXLGlCQUNYLGNBQWMsS0FDZCxRQUFRLE1BQVk7QUFDakIsWUFBSSxRQUFRLElBQUksbUJBQWtCLEtBQUssS0FBSyxLQUFLLFFBQVE7QUFDekQsY0FBTTtBQUFBO0FBR2QsYUFBTztBQUFBO0FBSWYsU0FBSyxPQUFPLGVBQWUsUUFBUSxnQkFBYztBQUM3QyxZQUFNLFFBQVEsSUFBSTtBQUNsQixhQUFPLE9BQU8sT0FBTztBQUNyQixVQUFJLGFBQWEsYUFBYSxPQUFPLEtBQUssS0FBSyxLQUFLO0FBQUE7QUFBQTtBQUFBOzs7QUpuQ2hFLGdDQUF5Qyx3QkFBTztBQUFBLEVBQWhELGNBTkE7QUFNQTtBQUVDLDBCQUErQjtBQUFBO0FBQUEsRUFFL0IsMkJBQTJCLE9BQWM7QUFDeEMsU0FBSyxXQUFXO0FBQUEsTUFDZixJQUFJLGVBQWUsTUFBTTtBQUFBLE1BQ3pCLE1BQU0scUJBQXFCLE1BQU07QUFBQSxNQUNqQyxVQUFVLE1BQU07QUFDZixjQUFNLE9BQU8sS0FBSyxJQUFJLFVBQVU7QUFDaEMsWUFBSSxLQUFLLGdCQUFnQixpQ0FBZ0IsS0FBSyxLQUFLLFFBQVE7QUFDMUQsZ0JBQU0sbUJBQW1CLElBQUksaUJBQWlCLEtBQUssS0FBSyxNQUFNLE9BQU8sS0FBSyxLQUFLLE9BQU8sYUFBYSxLQUFLLEtBQUs7QUFDN0csMkJBQWlCO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQSxFQU1mLFNBQVM7QUFBQTtBQUNkLFlBQU0sS0FBSztBQUNYLFdBQUssU0FBUyxRQUFRLFFBQVEsZ0JBQWM7QUFDM0MsY0FBTSxRQUFRLElBQUk7QUFDbEIsZUFBTyxPQUFPLE9BQU87QUFDckIsYUFBSyxlQUFlLEtBQUs7QUFBQTtBQUUxQixXQUFLLGNBQWMsSUFBSSxzQkFBVyxLQUFLLEtBQUs7QUFDNUMsV0FBSyxTQUFTLFFBQVEsUUFBUSxXQUFTO0FBQ3RDLGFBQUssMkJBQTJCO0FBQUE7QUFBQTtBQUFBO0FBQUEsRUFLbEMsV0FBVztBQUFBO0FBQUEsRUFJTCxlQUFlO0FBQUE7QUFDcEIsV0FBSyxXQUFXLE9BQU8sT0FBTyxJQUFJLGtCQUFrQixNQUFNLEtBQUs7QUFBQTtBQUFBO0FBQUEsRUFHMUQsZUFBZTtBQUFBO0FBQ3BCLFdBQUssU0FBUyxVQUFVLEtBQUs7QUFDN0IsWUFBTSxLQUFLLFNBQVMsS0FBSztBQUFBO0FBQUE7QUFBQTsiLAogICJuYW1lcyI6IFtdCn0K diff --git a/.obsidian/plugins/obsidian-multiselect/manifest.json b/.obsidian/plugins/obsidian-multiselect/manifest.json new file mode 100644 index 00000000..31c7d6b7 --- /dev/null +++ b/.obsidian/plugins/obsidian-multiselect/manifest.json @@ -0,0 +1 @@ +{"id":"obsidian-multiselect","name":"Multi Select","version":"0.0.1","minAppVersion":"0.13.19","description":"Select multiple notes from a dataview query and include their links the current note","author":"mdelobelle","authorUrl":"https://github.com/mdelobelle","isDesktopOnly":false} \ No newline at end of file diff --git a/.obsidian/plugins/obsidian-multiselect/styles.css b/.obsidian/plugins/obsidian-multiselect/styles.css new file mode 100644 index 00000000..11d1f2c2 --- /dev/null +++ b/.obsidian/plugins/obsidian-multiselect/styles.css @@ -0,0 +1,65 @@ +/* Sets all the text color to red! */ +.modal-values-grid { + display: grid; + grid-template-columns: repeat(2, 1fr); +} + +.value-selector-container{ + margin-bottom: 5px; + display: inline +} + +.value-selector-toggler { + display: inline-block; + vertical-align: top; + margin-right: 10px; + padding-top: 3px; +} + +.value-selector-label{ + display: inline-block; + margin-left: 10px; +} + +.value-selector-aliases{ + display: inline-block; + margin-left: 10px; +} + +.aliases-list-container{ + margin-left: 62px; +} + +.value-grid-footer { + align-items: center; + display: flex; + justify-content: space-between; +} + +.separator-container { + display: flex; + justify-content: flex-end; + align-items: center; +} + +.separator-label { + margin-right: 10px; +} + +.separator-link-label { + margin-left: 10px; + margin-right: 10px; + color: var(--text-muted); + font-size: 14px; +} + +.separator-helper-label{ + color: var(--text-muted); + font-size: 14px; +} + +.buttons-container { + display: flex; + align-items: center; +} + diff --git a/.obsidian/plugins/obsidian-reminder-plugin/data.json b/.obsidian/plugins/obsidian-reminder-plugin/data.json index fc3b01f4..04c728cd 100644 --- a/.obsidian/plugins/obsidian-reminder-plugin/data.json +++ b/.obsidian/plugins/obsidian-reminder-plugin/data.json @@ -34,7 +34,7 @@ }, { "title": "[[Storage and Syncing|Storage & Sync]]: Transfer pictures to ED", - "time": "2022-01-14", + "time": "2022-04-15", "rowNumber": 199 } ], @@ -68,14 +68,24 @@ { "title": "[[Life Admin]]: Monitor UK naturalisation (2021-08-02)", "time": "2022-02-02", + "rowNumber": 73 + }, + { + "title": "[[Life Admin]]: Get a [[Life Admin#Swiss Mobile|CH mobile line]]", + "time": "2022-03-31", "rowNumber": 71 + }, + { + "title": "[[Life Admin]]: Cancel UK mobile line", + "time": "2022-03-31", + "rowNumber": 72 } ], "01.01 Life Orga/Lifestyle.md": [ { "title": "[[Lifestyle]]: Continue building [[Lifestyle#Music Library|Music Library]]", "time": "2022-03-30", - "rowNumber": 74 + "rowNumber": 73 }, { "title": "[[Lifestyle]]: Re-start swimming", @@ -85,7 +95,7 @@ { "title": "[[Lifestyle]]: Re-start [[Lifestyle#polo|Polo]]", "time": "2022-06-30", - "rowNumber": 73 + "rowNumber": 72 } ], "05.02 Networks/Server Cloud.md": [ @@ -119,29 +129,34 @@ "06.02 Investments/Equity Tasks.md": [ { "title": "[[Equity Tasks#internet alerts|monitor Equity news and publications]]", - "time": "2022-01-14", + "time": "2022-01-21", "rowNumber": 73 } ], "06.02 Investments/Crypto Tasks.md": [ { "title": "[[Crypto Tasks#internet alerts|monitor Crypto news and publications]]", - "time": "2022-01-14", + "time": "2022-01-21", "rowNumber": 73 } ], "06.02 Investments/VC Tasks.md": [ { "title": "[[VC Tasks#internet alerts|monitor VC news and publications]]", - "time": "2022-01-14", + "time": "2022-01-21", "rowNumber": 73 } ], "01.01 Life Orga/Personal projects.md": [ { - "title": "Refaire [[Personal projects#Chevalière|chevalière]] (Bastard & Flourville)", - "time": "2023-12-31", - "rowNumber": 73 + "title": "Continue [[@lebv.org Tasks|lebv.org]]", + "time": "2022-06-28", + "rowNumber": 76 + }, + { + "title": "Acheter une [[Voitures|voiture]] ⏳ 2022-03-31", + "time": "2022-12-31", + "rowNumber": 77 }, { "title": "Continuer à construire un petit trousseau d'[[Personal projects#art|art]]", @@ -149,14 +164,14 @@ "rowNumber": 74 }, { - "title": "Continue [[@lebv.org Tasks|lebv.org]]", - "time": "2022-06-28", - "rowNumber": 76 + "title": "Caligraph & frame life mementos", + "time": "2023-06-30", + "rowNumber": 75 }, { - "title": "Acheter une [[Voitures|voiture]] ⏳ 2022-03-31", - "time": "2022-12-31", - "rowNumber": 77 + "title": "Refaire [[Personal projects#Chevalière|chevalière]] (Bastard & Flourville)", + "time": "2023-12-31", + "rowNumber": 73 } ], "04.01 lebv.org/Hosting Tasks.md": [ @@ -310,7 +325,7 @@ "01.03 Family/Jérôme Bédier.md": [ { "title": ":birthday: **[[Jérôme Bédier|Jérôme]]**", - "time": "2022-01-14", + "time": "2023-01-14", "rowNumber": 100 } ], diff --git a/.obsidian/plugins/obsidian-task-collector/data.json b/.obsidian/plugins/obsidian-task-collector/data.json new file mode 100644 index 00000000..f163e4ab --- /dev/null +++ b/.obsidian/plugins/obsidian-task-collector/data.json @@ -0,0 +1,15 @@ +{ + "completedAreaHeader": "### Completed to-dos", + "removeExpression": "", + "appendDateFormat": "", + "incompleteTaskValues": " ", + "supportCanceledTasks": true, + "rightClickComplete": false, + "rightClickMark": false, + "rightClickMove": true, + "rightClickReset": false, + "rightClickResetTask": false, + "rightClickResetAll": false, + "rightClickToggleAll": false, + "completedAreaRemoveCheckbox": false +} \ No newline at end of file diff --git a/.obsidian/plugins/obsidian-task-collector/main.js b/.obsidian/plugins/obsidian-task-collector/main.js new file mode 100644 index 00000000..8b173185 --- /dev/null +++ b/.obsidian/plugins/obsidian-task-collector/main.js @@ -0,0 +1,729 @@ +/* +THIS IS A GENERATED/BUNDLED FILE BY ESBUILD +if you want to view the source, please visit the github repository of this plugin +*/ + +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 __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()); + }); +}; + +// src/main.ts +__export(exports, { + default: () => main_default +}); + +// src/taskcollector-Plugin.ts +var import_obsidian4 = __toModule(require("obsidian")); + +// src/taskcollector-TaskCollector.ts +var import_obsidian = __toModule(require("obsidian")); +var TaskCollector = class { + constructor(app) { + this.app = app; + this.app = app; + this.completedOrCanceled = new RegExp(/^(\s*- \[)[xX-](\] .*)$/); + this.anyListItem = new RegExp(/^(\s*- )([^\\[].*)$/); + this.anyTaskMark = new RegExp(/^(\s*- \[).(\] .*)$/); + this.blockRef = new RegExp(/^(.*?)( \^[A-Za-z0-9-]+)?$/); + this.stripTask = new RegExp(/^(\s*-) \[.\] (.*)$/); + } + updateSettings(settings) { + this.settings = settings; + let momentMatchString = null; + if (settings.appendDateFormat) { + const literals = []; + const regex1 = RegExp("(\\[.*?\\]\\]?)", "g"); + let match; + let i = 0; + momentMatchString = settings.appendDateFormat; + while ((match = regex1.exec(momentMatchString)) !== null) { + momentMatchString = momentMatchString.replace(match[0], `%$${i}$%`); + literals.push(match[0].substring(1, match[0].length - 1).replace(/\(/g, "\\(").replace(/\)/g, "\\)").replace(/\[/g, "\\[").replace(/\]/g, "\\]")); + i++; + } + momentMatchString = momentMatchString.replace("YYYY", "\\d{4}").replace("YY", "\\d{2}").replace("DD", "\\d{2}").replace("D", "\\d{1,2}").replace("MMM", "[A-Za-z]{3}").replace("MM", "\\d{2}").replace("M", "\\d{1,2}").replace("HH", "\\d{2}").replace("H", "\\d{1,2}").replace("hh", "\\d{2}").replace("h", "\\d{1,2}").replace("mm", "\\d{2}").replace("m", "\\d{1,2}"); + if (literals.length > 0) { + for (let i2 = 0; i2 < literals.length; i2++) { + momentMatchString = momentMatchString.replace(`%$${i2}$%`, literals[i2]); + } + } + } + const completedTasks = this.settings.supportCanceledTasks ? "xX-" : "xX"; + const rightClickTaskMenu = this.settings.rightClickComplete || this.settings.rightClickMark || this.settings.rightClickMove || this.settings.rightClickResetTask || this.settings.rightClickResetAll || this.settings.rightClickToggleAll; + this.initSettings = { + removeRegExp: this.tryCreateRemoveRegex(this.settings.removeExpression), + resetRegExp: this.tryCreateResetRegex(momentMatchString), + incompleteTaskRegExp: this.tryCreateIncompleteRegex(this.settings.incompleteTaskValues), + rightClickTaskMenu, + completedTasks, + completedTaskRegExp: this.tryCreateCompleteRegex(completedTasks) + }; + } + tryCreateRemoveRegex(param) { + return param ? new RegExp(param, "g") : null; + } + tryCreateResetRegex(param) { + return param ? new RegExp(param + "( \\^[A-Za-z0-9-]+)?$") : null; + } + tryCreateCompleteRegex(param) { + return new RegExp(`^(\\s*- \\[)[${param}](\\] .*)$`); + } + tryCreateIncompleteRegex(param) { + return new RegExp(`^(\\s*- \\[)[${param}](\\] .*)$`); + } + removeCheckboxFromLine(lineText) { + return lineText.replace(this.stripTask, "$1 $2"); + } + completeTaskLine(lineText, mark) { + let marked = lineText.replace(this.initSettings.incompleteTaskRegExp, "$1" + mark + "$2"); + if (this.initSettings.removeRegExp) { + marked = marked.replace(this.initSettings.removeRegExp, ""); + } + if (this.settings.appendDateFormat) { + let blockid = ""; + const match = this.blockRef.exec(marked); + if (match && match[2]) { + marked = match[1]; + blockid = match[2]; + } + if (!marked.endsWith(" ")) { + marked += " "; + } + marked += (0, import_obsidian.moment)().format(this.settings.appendDateFormat) + blockid; + } + return marked; + } + completeEditorLineTask(editor, mark, i) { + const lineText = editor.getLine(i); + const incompleteTask = this.initSettings.incompleteTaskRegExp.exec(lineText); + if (incompleteTask) { + const marked = this.completeTaskLine(lineText, mark); + editor.setLine(i, marked); + } + } + markAllTasksComplete(source, mark) { + const lines = source.split("\n"); + const result = []; + for (const line of lines) { + if (this.initSettings.incompleteTaskRegExp.exec(line)) { + result.push(this.completeTaskLine(line, mark)); + } else { + result.push(line); + } + } + return result.join("\n"); + } + markTaskInSource(source, mark, lines = []) { + const split = source.split("\n"); + for (const n of lines) { + if (!this.anyTaskMark.test(split[n])) { + const match = this.anyListItem.exec(split[n]); + if (match && match[2]) { + console.debug("TC: list item, convert to a task %s", split[n]); + split[n] = match[1] + "[ ] " + match[2]; + } else { + console.debug("TC: not a task or list item %s", split[n]); + continue; + } + } + if (this.initSettings.completedTasks.indexOf(mark) >= 0) { + if (this.isIncompleteTaskLine(split[n])) { + console.debug("TC: complete task with %s: %s", mark, split[n]); + split[n] = this.completeTaskLine(split[n], mark); + } else { + console.debug("TC: task already completed: %s", mark, split[n]); + } + } else if (this.settings.incompleteTaskValues.indexOf(mark) >= 0) { + console.debug("TC: reset task with %s: %s", mark, split[n]); + split[n] = this.resetTaskLine(split[n], mark); + } else if (mark === "Backspace") { + split[n] = this.removeCheckboxFromLine(split[n]); + } else { + console.debug("TC: unrecognized mark %s, check configuration settings", mark); + } + } + return split.join("\n"); + } + resetTaskLine(lineText, mark = " ") { + let marked = lineText.replace(this.anyTaskMark, "$1" + mark + "$2"); + let blockid = ""; + const match = this.blockRef.exec(marked); + if (match && match[2]) { + marked = match[1]; + blockid = match[2]; + } + if (this.initSettings.resetRegExp) { + marked = marked.replace(this.initSettings.resetRegExp, ""); + } + marked = marked.replace(/\s*$/, blockid); + return marked; + } + resetTaskOnLine(editor, i, mark) { + const lineText = editor.getLine(i); + const marked = this.resetTaskLine(lineText, mark); + editor.setLine(i, marked); + } + resetAllTasks(source) { + const LOG_HEADING = this.settings.completedAreaHeader || "## Log"; + const lines = source.split("\n"); + const result = []; + let inCompletedSection = false; + for (const line of lines) { + if (inCompletedSection) { + if (line.startsWith("#") || line.trim() === "---") { + inCompletedSection = false; + } + result.push(line); + } else if (line.trim() === LOG_HEADING) { + inCompletedSection = true; + result.push(line); + } else if (this.completedOrCanceled.exec(line)) { + result.push(this.resetTaskLine(line)); + } else { + result.push(line); + } + } + return result.join("\n"); + } + moveCompletedTasksInFile(source) { + const LOG_HEADING = this.settings.completedAreaHeader || "## Log"; + const lines = source.split("\n"); + if (source.indexOf(LOG_HEADING) < 0) { + if (lines[lines.length - 1].trim() !== "") { + lines.push(""); + } + lines.push(LOG_HEADING); + } + const remaining = []; + const completedSection = []; + const newTasks = []; + let inCompletedSection = false; + let inTask = false; + let completedItemsIndex = lines.length; + for (let line of lines) { + if (inCompletedSection) { + if (line.startsWith("#") || line.trim() === "---") { + inCompletedSection = false; + remaining.push(line); + } else { + completedSection.push(line); + } + } else if (line.trim() === LOG_HEADING) { + inCompletedSection = true; + completedItemsIndex = remaining.push(line); + remaining.push("%%%COMPLETED_ITEMS_GO_HERE%%%"); + } else { + const taskMatch = line.match(/^(\s*)- \[(.)\]/); + if (this.isCompletedTaskLine(line)) { + if (this.settings.completedAreaRemoveCheckbox) { + line = this.removeCheckboxFromLine(line); + } + inTask = true; + newTasks.push(line); + } else if (inTask && !taskMatch && line.match(/^( {2,}|\t)/)) { + newTasks.push(line); + } else { + inTask = false; + remaining.push(line); + } + } + } + let result = remaining.slice(0, completedItemsIndex).concat(...newTasks).concat(...completedSection); + if (completedItemsIndex < remaining.length - 1) { + result = result.concat(remaining.slice(completedItemsIndex + 1)); + } + return result.join("\n"); + } + isCompletedTaskLine(lineText) { + return this.initSettings.completedTaskRegExp.test(lineText); + } + isIncompleteTaskLine(lineText) { + return this.initSettings.incompleteTaskRegExp.test(lineText); + } +}; + +// src/taskcollector-Settings.ts +var DEFAULT_SETTINGS = { + completedAreaHeader: "## Log", + removeExpression: "", + appendDateFormat: "", + incompleteTaskValues: " ", + supportCanceledTasks: false, + rightClickComplete: false, + rightClickMark: false, + rightClickMove: false, + rightClickReset: false, + rightClickResetTask: false, + rightClickResetAll: false, + rightClickToggleAll: false, + completedAreaRemoveCheckbox: false +}; + +// src/taskcollector-SettingsTab.ts +var import_obsidian2 = __toModule(require("obsidian")); +var TaskCollectorSettingsTab = class extends import_obsidian2.PluginSettingTab { + constructor(app, plugin, taskCollector) { + super(app, plugin); + this.plugin = plugin; + this.taskCollector = taskCollector; + } + display() { + this.containerEl.empty(); + this.containerEl.createEl("h1", { text: "Task Collector" }); + const tempSettings = Object.assign(this.taskCollector.settings); + new import_obsidian2.Setting(this.containerEl).setName("Support canceled tasks").setDesc("Use a - to indicate canceled tasks. Canceled tasks are processed in the same way as completed tasks using options below.").addToggle((toggle) => toggle.setValue(tempSettings.supportCanceledTasks).onChange((value) => __async(this, null, function* () { + tempSettings.supportCanceledTasks = value; + this.taskCollector.updateSettings(tempSettings); + yield this.plugin.saveSettings(); + }))); + new import_obsidian2.Setting(this.containerEl).setName("Additional task types").setDesc("Specify the set of single characters that indicate in-progress or incomplete tasks, e.g. 'i> !?D'.").addText((text) => text.setPlaceholder("> !?").setValue(tempSettings.incompleteTaskValues).onChange((value) => __async(this, null, function* () { + if (value.contains("x") || value.contains("X")) { + console.log(`Set of characters should not contain the marker for completed tasks: ${value}`); + } else if (tempSettings.supportCanceledTasks && value.contains("-")) { + console.log(`Set of characters should not contain the marker for canceled tasks: ${value}`); + } else { + if (!value.contains(" ")) { + value = " " + value; + } + tempSettings.incompleteTaskValues = value; + this.taskCollector.updateSettings(tempSettings); + yield this.plugin.saveSettings(); + } + }))); + this.containerEl.createEl("h2", { text: "Completing tasks" }); + this.containerEl.createEl("p", { + text: "Completed tasks, marked by 'x', 'X' (and optionally '-' for canceled items) gain special treatment based on the settings below." + }); + new import_obsidian2.Setting(this.containerEl).setName("Append date to completed task").setDesc("If non-empty, append today's date in the given moment.js string format to the end of the task text.").addMomentFormat((momentFormat) => momentFormat.setPlaceholder("YYYY-MM-DD").setValue(tempSettings.appendDateFormat).onChange((value) => __async(this, null, function* () { + try { + (0, import_obsidian2.moment)().format(value); + tempSettings.appendDateFormat = value; + this.taskCollector.updateSettings(tempSettings); + yield this.plugin.saveSettings(); + } catch (e) { + console.log(`Error parsing specified date format: ${value}`); + } + }))); + new import_obsidian2.Setting(this.containerEl).setName("Remove text in completed task").setDesc("Text matching this regular expression should be removed from the task text. Be careful! Test your expression separately. The global flag, 'g' is used for a per-line match.").addText((text) => text.setPlaceholder(" #(todo|task)").setValue(tempSettings.removeExpression).onChange((value) => __async(this, null, function* () { + try { + this.taskCollector.tryCreateRemoveRegex(value); + tempSettings.removeExpression = value; + this.taskCollector.updateSettings(tempSettings); + yield this.plugin.saveSettings(); + } catch (e) { + console.log(`Error parsing regular expression for text replacement: ${value}`); + } + }))); + this.containerEl.createEl("h2", { text: "Moving completed tasks" }); + new import_obsidian2.Setting(this.containerEl).setName("Completed area header").setDesc(`Completed (or canceled) items will be inserted under the specified header (most recent at the top). When scanning the document for completed/canceled tasks, the contents from this configured header to the next heading or separator (---) will be ignored. This heading will be created if the command is invoked and the heading does not exist. The default heading is '${DEFAULT_SETTINGS.completedAreaHeader}'.`).addText((text) => text.setPlaceholder("## Log").setValue(tempSettings.completedAreaHeader).onChange((value) => __async(this, null, function* () { + tempSettings.completedAreaHeader = value.trim(); + this.taskCollector.updateSettings(tempSettings); + yield this.plugin.saveSettings(); + }))); + new import_obsidian2.Setting(this.containerEl).setName("Remove the checkbox from moved items").setDesc(`Remove the checkbox from completed (or canceled) tasks during the move to the completed area. This transforms tasks into normal list items. Task Collector will not be able to reset these items. They also will not appear in task searches or queries. The default value is: '${DEFAULT_SETTINGS.completedAreaRemoveCheckbox}'.`).addToggle((toggle) => toggle.setValue(tempSettings.completedAreaRemoveCheckbox).onChange((value) => __async(this, null, function* () { + tempSettings.completedAreaRemoveCheckbox = value; + this.taskCollector.updateSettings(tempSettings); + yield this.plugin.saveSettings(); + }))); + this.containerEl.createEl("h2", { text: "Right-click Menu items" }); + this.containerEl.createEl("p", { + text: "Task Collector creates commands that can be bound to hotkeys or accessed using slash commands for marking tasks complete (or canceled) and resetting tasks to an incomplete state. The following settings add right click context menu items for those commands." + }); + new import_obsidian2.Setting(this.containerEl).setName("Add menu item for marking a task").setDesc("Add an item to the right-click menu in edit mode to mark the task _on the current line (or within the current selection)_. This menu item will trigger a quick pop-up modal to select the desired mark value. The selected value will determine follow-on actions: complete, cancel, or reset.").addToggle((toggle) => toggle.setValue(tempSettings.rightClickMark).onChange((value) => __async(this, null, function* () { + tempSettings.rightClickMark = value; + this.taskCollector.updateSettings(tempSettings); + yield this.plugin.saveSettings(); + }))); + new import_obsidian2.Setting(this.containerEl).setName("Add menu item for completing a task").setDesc("Add an item to the right-click menu in edit mode to mark the task _on the current line (or within the current selection)_ complete. If canceled items are supported, an additional menu item will be added to mark selected tasks as canceled.").addToggle((toggle) => toggle.setValue(tempSettings.rightClickComplete).onChange((value) => __async(this, null, function* () { + tempSettings.rightClickComplete = value; + this.taskCollector.updateSettings(tempSettings); + yield this.plugin.saveSettings(); + }))); + new import_obsidian2.Setting(this.containerEl).setName("Add menu item for resetting a task").setDesc("Add an item to the right-click menu in edit mode to reset the task _on the current line (or within the current selection)_.").addToggle((toggle) => toggle.setValue(tempSettings.rightClickResetTask).onChange((value) => __async(this, null, function* () { + tempSettings.rightClickResetTask = value; + this.taskCollector.updateSettings(tempSettings); + yield this.plugin.saveSettings(); + }))); + new import_obsidian2.Setting(this.containerEl).setName("Add menu items for completing all tasks").setDesc("Add an item to the right-click menu in edit mode to mark _all_ incomplete tasks in the current document complete.").addToggle((toggle) => toggle.setValue(tempSettings.rightClickToggleAll).onChange((value) => __async(this, null, function* () { + tempSettings.rightClickToggleAll = value; + this.taskCollector.updateSettings(tempSettings); + yield this.plugin.saveSettings(); + }))); + new import_obsidian2.Setting(this.containerEl).setName("Add menu item for resetting all tasks").setDesc("Add an item to the right-click menu to reset _all_ completed (or canceled) tasks.").addToggle((toggle) => toggle.setValue(tempSettings.rightClickResetAll).onChange((value) => __async(this, null, function* () { + tempSettings.rightClickResetAll = value; + this.taskCollector.updateSettings(tempSettings); + yield this.plugin.saveSettings(); + }))); + new import_obsidian2.Setting(this.containerEl).setName("Add menu item for moving all completed tasks").setDesc("Add an item to the right-click menu to move _all_ completed (or canceled) tasks.").addToggle((toggle) => toggle.setValue(tempSettings.rightClickMove).onChange((value) => __async(this, null, function* () { + tempSettings.rightClickMove = value; + this.taskCollector.updateSettings(tempSettings); + yield this.plugin.saveSettings(); + }))); + } +}; + +// src/taskcollector-TaskMarkModal.ts +var import_obsidian3 = __toModule(require("obsidian")); +function getMark(app, taskCollector) { + return new Promise((resolve) => { + const modal = new TaskMarkModal(app, taskCollector); + modal.onClose = () => { + resolve(modal.chosenMark); + }; + modal.open(); + }); +} +var TaskMarkModal = class extends import_obsidian3.Modal { + constructor(app, taskCollector) { + super(app); + this.taskCollector = taskCollector; + this.containerEl.id = "taskcollector-modal"; + } + onOpen() { + const selector = this.contentEl.createDiv("taskcollector-selector markdown-preview-view"); + const completedTasks = this.taskCollector.settings.supportCanceledTasks ? "xX-" : "xX"; + const completedList = selector.createEl("ul"); + this.addTaskValues(completedList, completedTasks, true); + const list = selector.createEl("ul"); + this.addTaskValues(list, this.taskCollector.settings.incompleteTaskValues, false); + const footer = selector.createEl("nav"); + const esc = footer.createSpan(); + esc.innerHTML = "esc to dismiss"; + const bksp = footer.createSpan(); + bksp.innerHTML = "bksp to remove []"; + const self = this; + const keyListener = function(event) { + self.chosenMark = event.key; + event.preventDefault(); + event.stopImmediatePropagation(); + self.close(); + }; + this.scope.register([], null, keyListener); + this.scope.register(["Shift"], null, keyListener); + } + addTaskValues(list, choices, markComplete) { + const self = this; + for (const character of choices) { + const li = list.createEl("li", { + cls: "task-list-item" + (character == " " ? "" : " is-checked"), + attr: { + "data-task": character + } + }); + li.addEventListener("click", function(event) { + self.chosenMark = character; + self.close(); + }); + const input = li.createEl("input", { + cls: "task-list-item-checkbox", + attr: { + id: "task-list-item-checkbox-" + character, + type: "checkbox", + style: "pointer-events: none;" + } + }); + if (character != " ") { + input.setAttribute("checked", ""); + } + li.createEl("span", { + text: character == " " ? "\u2423" : character, + attr: { + style: "pointer-events: none;" + } + }); + } + } + onClose() { + this.contentEl.empty(); + } +}; + +// src/taskcollector-Plugin.ts +var Icons; +(function(Icons2) { + Icons2["COMPLETE"] = "tc-complete-item"; + Icons2["CANCEL"] = "tc-cancel-item"; + Icons2["RESET"] = "tc-reset-item"; + Icons2["MARK"] = "tc-mark-item"; + Icons2["COMPLETE_ALL"] = "tc-complete-all-items"; + Icons2["CLEAR"] = "tc-clear-all-items"; + Icons2["MOVE"] = "tc-move-all-checked-items"; +})(Icons || (Icons = {})); +var TaskCollectorPlugin = class extends import_obsidian4.Plugin { + constructor() { + super(...arguments); + this.handlersRegistered = false; + } + onload() { + return __async(this, null, function* () { + console.log("loading Task Collector (TC)"); + this.taskCollector = new TaskCollector(this.app); + this.addSettingTab(new TaskCollectorSettingsTab(this.app, this, this.taskCollector)); + yield this.loadSettings(); + (0, import_obsidian4.addIcon)(Icons.COMPLETE, ' '); + (0, import_obsidian4.addIcon)(Icons.CANCEL, ' '); + (0, import_obsidian4.addIcon)(Icons.RESET, ''); + (0, import_obsidian4.addIcon)(Icons.MARK, ''); + (0, import_obsidian4.addIcon)(Icons.COMPLETE_ALL, ''); + (0, import_obsidian4.addIcon)(Icons.CLEAR, ''); + (0, import_obsidian4.addIcon)(Icons.MOVE, ' '); + const completeTaskCommand = { + id: "task-collector-mark-done", + name: "Complete item", + icon: Icons.COMPLETE, + editorCallback: (editor, view) => { + this.markTaskOnLines("x", this.getCurrentLinesFromEditor(editor)); + } + }; + const cancelTaskCommand = { + id: "task-collector-mark-canceled", + name: "Cancel item", + icon: Icons.CANCEL, + editorCallback: (editor, view) => { + this.markTaskOnLines("-", this.getCurrentLinesFromEditor(editor)); + } + }; + const resetTaskCommand = { + id: "task-collector-mark-reset", + name: "Reset item", + icon: Icons.RESET, + editorCallback: (editor, view) => { + this.markTaskOnLines(" ", this.getCurrentLinesFromEditor(editor)); + } + }; + const markTaskCommand = { + id: "task-collector-mark", + name: "Mark item", + icon: Icons.MARK, + editorCallback: (editor, view) => __async(this, null, function* () { + const mark = yield getMark(this.app, this.taskCollector); + if (mark) { + this.markTaskOnLines(mark, this.getCurrentLinesFromEditor(editor)); + } + }) + }; + const completeAllTasksCommand = { + id: "task-collector-mark-all-done", + name: "Complete all tasks", + icon: Icons.COMPLETE_ALL, + callback: () => __async(this, null, function* () { + this.completeAllTasks(); + }) + }; + const clearAllTasksCommand = { + id: "task-collector-clear-all-items", + name: "Reset all completed tasks", + icon: Icons.CLEAR, + callback: () => __async(this, null, function* () { + this.resetAllTasks(); + }) + }; + const moveTaskCommand = { + id: "task-collector-move-completed-tasks", + name: "Move all completed tasks to configured heading", + icon: Icons.MOVE, + callback: () => __async(this, null, function* () { + this.moveAllTasks(); + }) + }; + this.addCommand(completeTaskCommand); + if (this.taskCollector.settings.supportCanceledTasks) { + this.addCommand(cancelTaskCommand); + } + this.addCommand(markTaskCommand); + this.addCommand(resetTaskCommand); + this.addCommand(moveTaskCommand); + this.addCommand(completeAllTasksCommand); + this.addCommand(clearAllTasksCommand); + this.registerHandlers(); + }); + } + getCurrentLinesFromEditor(editor) { + const lines = []; + if (editor.somethingSelected()) { + const cursorStart = editor.getCursor("from"); + const cursorEnd = editor.getCursor("to"); + for (let i = cursorStart.line; i <= cursorEnd.line; i++) { + lines.push(i); + } + editor.setSelection(cursorStart, { + line: cursorEnd.line, + ch: editor.getLine(cursorEnd.line).length + }); + } else { + const anchor = editor.getCursor("from"); + lines.push(anchor.line); + } + return lines; + } + buildMenu(menu, lines) { + if (this.taskCollector.settings.rightClickMark) { + menu.addItem((item) => item.setTitle("(TC) Mark Task").setIcon(Icons.MARK).onClick(() => __async(this, null, function* () { + const mark = yield getMark(this.app, this.taskCollector); + if (mark) { + this.markTaskOnLines(mark, lines); + } + }))); + } + if (this.taskCollector.settings.rightClickComplete) { + menu.addItem((item) => item.setTitle("(TC) Complete Task").setIcon(Icons.COMPLETE).onClick(() => { + this.markTaskOnLines("x", lines); + })); + if (this.taskCollector.settings.supportCanceledTasks) { + menu.addItem((item) => item.setTitle("(TC) Cancel Task").setIcon(Icons.CANCEL).onClick(() => { + this.markTaskOnLines("-", lines); + })); + } + } + if (this.taskCollector.settings.rightClickResetTask) { + menu.addItem((item) => item.setTitle("(TC) Reset Task").setIcon(Icons.RESET).onClick(() => { + this.markTaskOnLines(" ", lines); + })); + } + if (this.taskCollector.settings.rightClickMove) { + menu.addItem((item) => item.setTitle("(TC) Move completed tasks").setIcon(Icons.MOVE).onClick(() => __async(this, null, function* () { + this.moveAllTasks(); + }))); + } + if (this.taskCollector.settings.rightClickToggleAll) { + menu.addItem((item) => item.setTitle("(TC) Complete All Tasks").setIcon(Icons.COMPLETE_ALL).onClick(() => __async(this, null, function* () { + this.completeAllTasks(); + }))); + } + if (this.taskCollector.settings.rightClickResetAll) { + menu.addItem((item) => item.setTitle("(TC) Reset All Tasks").setIcon(Icons.CLEAR).onClick(() => __async(this, null, function* () { + this.resetAllTasks(); + }))); + } + } + markTaskOnLines(mark, lines) { + return __async(this, null, function* () { + const activeFile = this.app.workspace.getActiveFile(); + const source = yield this.app.vault.read(activeFile); + const result = this.taskCollector.markTaskInSource(source, mark, lines); + this.app.vault.modify(activeFile, result); + }); + } + moveAllTasks() { + return __async(this, null, function* () { + const activeFile = this.app.workspace.getActiveFile(); + const source = yield this.app.vault.read(activeFile); + const result = this.taskCollector.moveCompletedTasksInFile(source); + this.app.vault.modify(activeFile, result); + }); + } + completeAllTasks() { + return __async(this, null, function* () { + const activeFile = this.app.workspace.getActiveFile(); + const source = yield this.app.vault.read(activeFile); + const result = this.taskCollector.markAllTasksComplete(source, "x"); + this.app.vault.modify(activeFile, result); + }); + } + resetAllTasks() { + return __async(this, null, function* () { + const activeFile = this.app.workspace.getActiveFile(); + const source = yield this.app.vault.read(activeFile); + const result = this.taskCollector.resetAllTasks(source); + this.app.vault.modify(activeFile, result); + }); + } + registerHandlers() { + if (this.taskCollector.initSettings.rightClickTaskMenu && !this.handlersRegistered) { + this.handlersRegistered = true; + this.registerEvent(this.eventRef = this.app.workspace.on("editor-menu", (menu, editor) => { + this.buildMenu(menu, this.getCurrentLinesFromEditor(editor)); + })); + this.registerMarkdownPostProcessor(this.postProcessor = (el, ctx) => { + const checkboxes = el.querySelectorAll(".task-list-item-checkbox"); + if (!checkboxes.length) + return; + const section = ctx.getSectionInfo(el); + if (!section) + return; + const { lineStart } = section; + for (const checkbox of Array.from(checkboxes)) { + const line = Number(checkbox.dataset.line); + this.registerDomEvent(checkbox.parentElement, "contextmenu", (ev) => { + ev.preventDefault(); + const view = this.app.workspace.getActiveViewOfType(import_obsidian4.MarkdownView); + if (view && view.editor) { + const menu = new import_obsidian4.Menu(this.app); + this.buildMenu(menu, [lineStart + line]); + menu.showAtMouseEvent(ev); + } + }); + } + }); + } + } + unregisterHandlers() { + this.handlersRegistered = false; + this.app.workspace.offref(this.eventRef); + this.eventRef = null; + import_obsidian4.MarkdownPreviewRenderer.unregisterPostProcessor(this.postProcessor); + } + onunload() { + console.log("unloading Task Collector"); + } + loadSettings() { + return __async(this, null, function* () { + const settings = Object.assign({}, DEFAULT_SETTINGS, yield this.loadData()); + this.taskCollector.updateSettings(settings); + }); + } + saveSettings() { + return __async(this, null, function* () { + yield this.saveData(this.taskCollector.settings); + if (this.taskCollector.initSettings.rightClickTaskMenu && !this.handlersRegistered) { + this.registerHandlers(); + } + if (!this.taskCollector.initSettings.rightClickTaskMenu && this.handlersRegistered) { + this.unregisterHandlers(); + } + }); + } +}; + +// src/main.ts +var main_default = TaskCollectorPlugin; diff --git a/.obsidian/plugins/obsidian-task-collector/manifest.json b/.obsidian/plugins/obsidian-task-collector/manifest.json new file mode 100644 index 00000000..0a0417e0 --- /dev/null +++ b/.obsidian/plugins/obsidian-task-collector/manifest.json @@ -0,0 +1,10 @@ +{ + "id": "obsidian-task-collector", + "name": "Task Collector (TC)", + "version": "0.7.3", + "minAppVersion": "0.12.10", + "description": "Manage completed tasks within a document", + "author": "ebullient", + "authorUrl": "https://github.com/ebullient", + "isDesktopOnly": false +} diff --git a/.obsidian/plugins/obsidian-task-collector/styles.css b/.obsidian/plugins/obsidian-task-collector/styles.css new file mode 100644 index 00000000..8f8733d7 --- /dev/null +++ b/.obsidian/plugins/obsidian-task-collector/styles.css @@ -0,0 +1,56 @@ +#taskcollector-modal .modal-close-button { + display: none; +} +#taskcollector-modal .modal { + padding: 10px; + min-width: 200px; + max-width: 300px; +} +#taskcollector-modal .modal-content { + background-color: var(--background-secondary); + margin-top: 0px; +} +#taskcollector-modal .modal .markdown-preview-view { + padding: 5px; +} +#taskcollector-modal .modal .markdown-preview-view ul { + display: flex; + flex-wrap: wrap; + --gap: 3px; + --square: 45px; + margin: calc(-1 * var(--gap)) calc(1 * var(--gap)); + margin-block-start: 0; + margin-block-end: 0; + padding-inline-start: 0; +} +#taskcollector-modal .modal .markdown-preview-view ul > li { + margin: var(--gap); + display: block; + width: var(--square); + height: var(--square); + background-color: var(--background-primary); + border: 1px solid var(--background-modifier-border); + border-radius: 2px; + text-indent: unset; + line-height: var(--square); + text-align: center; +} +#taskcollector-modal .modal .markdown-preview-view ul > li::before { + display: none; +} +#taskcollector-modal .modal .markdown-preview-view ul > li > span { + font-family: var(--font-monospace); +} +#taskcollector-modal .modal .markdown-preview-view ul > li > .task-list-item-checkbox { + margin-right: 4px; +} +#taskcollector-modal .modal .markdown-preview-view nav { + display: flex; + flex-wrap: wrap; + justify-content: space-around; +} +#taskcollector-modal .modal .markdown-preview-view nav span { + display: block; + font-size: .8em; + color: var(--text-muted); +} diff --git a/.obsidian/plugins/obsidian42-brat/data.json b/.obsidian/plugins/obsidian42-brat/data.json index 8a65886f..a35c6a24 100644 --- a/.obsidian/plugins/obsidian42-brat/data.json +++ b/.obsidian/plugins/obsidian42-brat/data.json @@ -1,6 +1,7 @@ { "pluginList": [ - "Quorafind/Obsidian-Big-Calendar", + "mdelobelle/obsidian-multiselect/", + "dbarenholz/obsidian-wordle", "SkepticMystic/email-templates", "nothingislost/obsidian-cooklang-importer", "dbarenholz/obsidian-plaintext", diff --git a/.obsidian/plugins/rss-reader/data.json b/.obsidian/plugins/rss-reader/data.json index 73e9a2ba..a8e14d76 100644 --- a/.obsidian/plugins/rss-reader/data.json +++ b/.obsidian/plugins/rss-reader/data.json @@ -144,16 +144,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": "Bathurst 12 Hour postponed until May", - "description": "The round-the-clock GT enduro was set to run on 25-27 February, however it will now take place on 13-15 May.
The postponement has been prompted by the current outbreak of the Omicron strain of COVID-19 on Australia's east coast, with daily cases currently higher than has been seen at any other point of the pandemic.
NSW alone yesterday recorded 92,264 new positive cases, although that ...Keep reading", - "content": "The round-the-clock GT enduro was set to run on 25-27 February, however it will now take place on 13-15 May.
The postponement has been prompted by the current outbreak of the Omicron strain of COVID-19 on Australia's east coast, with daily cases currently higher than has been seen at any other point of the pandemic.
NSW alone yesterday recorded 92,264 new positive cases, although that ...Keep reading", - "category": "GT", - "link": "https://www.autosport.com/gt/news/bathurst-12-hour-postponed-until-may/7246482/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Toyota uncovers 2022 WRC Rally1 contender", + "description": "The Japanese marque unveiled its new weapon at the WRC’s official 2022 season launch at Hangar-7 in Salzburg, Austria, in front of new FIA president Mohammed Ben Sulayem.
Toyota has elected to continue with the same red, black and white factory livery that made its debut on the Yaris last season.
However, to highlight the new Rally1 regulations there is clear hybrid branding on the flanks ...Keep reading", + "content": "The Japanese marque unveiled its new weapon at the WRC’s official 2022 season launch at Hangar-7 in Salzburg, Austria, in front of new FIA president Mohammed Ben Sulayem.
Toyota has elected to continue with the same red, black and white factory livery that made its debut on the Yaris last season.
However, to highlight the new Rally1 regulations there is clear hybrid branding on the flanks ...Keep reading", + "category": "WRC", + "link": "https://www.autosport.com/wrc/news/toyota-uncovers-2022-wrc-rally1-contender/7303271/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Thu, 13 Jan 2022 18:59:10 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/63v951qY/s6/77-mercedes-amg-team-craft-bam.jpg", + "pubDate": "Sat, 15 Jan 2022 17:25:11 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/0JBno9E0/s6/toyota-gazoo-racing-yaris-rall.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/63v951qY/s6/77-mercedes-amg-team-craft-bam.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/0JBno9E0/s6/toyota-gazoo-racing-yaris-rall.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -162,20 +162,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e9702adf862a787dd55ed24de7d9bff", + "hash": "4ee86b5ff699f7de5bceff09d1490786", "highlights": [] }, { - "title": "The hints of change and lingering questions in the FIA’s Abu Dhabi update", - "description": "It was the kind of information that fans had been eagerly waiting for, and while it did not offer any concrete answers, it at least outlined the state of play and the possible timeline for any decisions and, more importantly, action.
Newly-appointed FIA president Mohammed Ben Sulayem spoke earlier this month of the need to be “proactive, not reactive” when it came to addressing the ...Keep reading", - "content": "It was the kind of information that fans had been eagerly waiting for, and while it did not offer any concrete answers, it at least outlined the state of play and the possible timeline for any decisions and, more importantly, action.
Newly-appointed FIA president Mohammed Ben Sulayem spoke earlier this month of the need to be “proactive, not reactive” when it came to addressing the ...Keep reading", - "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/the-hints-of-change-and-lingering-questions-in-the-fias-abu-dhabi-update/7249657/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "M-Sport reveals bold new-look Puma WRC 2022 challenger", + "description": "The semi-works Ford squad has unveiled a bold new livery for its voyage into the WRC’s new hybrid era, with the team opting for a striking purple and blue colour scheme, featuring sponsorship from energy drinks manufacturer Red Bull. 
M-Sport was the first of the three WRC manufacturers to showcase its Rally1 prototype, choosing to launch at last year’s Goodwood Festival of Speed ...Keep reading", + "content": "The semi-works Ford squad has unveiled a bold new livery for its voyage into the WRC’s new hybrid era, with the team opting for a striking purple and blue colour scheme, featuring sponsorship from energy drinks manufacturer Red Bull. 
M-Sport was the first of the three WRC manufacturers to showcase its Rally1 prototype, choosing to launch at last year’s Goodwood Festival of Speed ...Keep reading", + "category": "WRC", + "link": "https://www.autosport.com/wrc/news/m-sport-reveals-bold-new-look-puma-wrc-2022-challenger/7304143/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Thu, 13 Jan 2022 18:54:23 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/68yApRx0/s6/max-verstappen-red-bull-racing.jpg", + "pubDate": "Sat, 15 Jan 2022 17:16:17 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/YXRnoB50/s6/ford-puma-rally1-livery-1.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/68yApRx0/s6/max-verstappen-red-bull-racing.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/YXRnoB50/s6/ford-puma-rally1-livery-1.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -184,20 +184,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4db12bea4a745802993749bc207860d8", + "hash": "8ae4f4436ffad3f3480109abf66589c5", "highlights": [] }, { - "title": "MotoGP ace Marquez’s vision problems show “clear improvement”", - "description": "The Honda rider missed the final two rounds of the 2021 MotoGP season after a concussion he suffered in a training accident damaged a nerve in his eye and led to a return of the double vision – or diplopia – problems he experienced back in 2011.
Marquez’s racing career was threatened at the end of 2011 when a crash during the Malaysian Moto2 Grand Prix weekend resulted in him suffering ...Keep reading", - "content": "The Honda rider missed the final two rounds of the 2021 MotoGP season after a concussion he suffered in a training accident damaged a nerve in his eye and led to a return of the double vision – or diplopia – problems he experienced back in 2011.
Marquez’s racing career was threatened at the end of 2011 when a crash during the Malaysian Moto2 Grand Prix weekend resulted in him suffering ...Keep reading", - "category": "MotoGP", - "link": "https://www.autosport.com/motogp/news/motogp-ace-marquezs-vision-problems-show-clear-improvement/7249746/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "LIVE: Watch the WRC 2022 season launch", + "description": "Ahead of next weekend’s Monte Carlo season opener, Toyota, Hyundai and M-Sport Ford will today unveil their all-new hybrid beasts at the championship’s official launch at Hangar-7 in Salzburg, Austria, attended by FIA president Mohammed Ben Sulayem.
Hyundai has already showed off its new i20 N earlier this week, but Toyota’s GR Yaris and M-Sport’s Puma are yet to break ...Keep reading", + "content": "Ahead of next weekend’s Monte Carlo season opener, Toyota, Hyundai and M-Sport Ford will today unveil their all-new hybrid beasts at the championship’s official launch at Hangar-7 in Salzburg, Austria, attended by FIA president Mohammed Ben Sulayem.
Hyundai has already showed off its new i20 N earlier this week, but Toyota’s GR Yaris and M-Sport’s Puma are yet to break ...Keep reading", + "category": "WRC", + "link": "https://www.autosport.com/wrc/news/live-watch-the-wrc-2022-season-launch/7302691/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Thu, 13 Jan 2022 18:43:50 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/254AVNE0/s6/marc-marquez-repsol-honda-team.jpg", + "pubDate": "Sat, 15 Jan 2022 16:29:16 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/2jXk1ZP6/s6/the-2019-wrc-season-is-launche.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/254AVNE0/s6/marc-marquez-repsol-honda-team.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/2jXk1ZP6/s6/the-2019-wrc-season-is-launche.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -206,20 +206,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7515b7c52b980eee2e0267e8eeb5e127", + "hash": "d8f69924cf2610d129be690b0f90b777", "highlights": [] }, { - "title": "Alpine announces exit of F1 team chief Budkowski", - "description": "Late last season Budkowski was linked with a possible role at Aston Martin, and the recent departure of team principal Otmar Szafnauer has opened up a potential opportunity at the Silverstone outfit.
Szafnauer’s name has also been mentioned in connection with Alpine in what would be a straight swap of two of F1’s key figures.
Budkowski joined the then Renault team in 2018 in a surprise ...Keep reading", - "content": "Late last season Budkowski was linked with a possible role at Aston Martin, and the recent departure of team principal Otmar Szafnauer has opened up a potential opportunity at the Silverstone outfit.
Szafnauer’s name has also been mentioned in connection with Alpine in what would be a straight swap of two of F1’s key figures.
Budkowski joined the then Renault team in 2018 in a surprise ...Keep reading", - "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/alpine-announces-exit-of-f1-team-boss-budkowski/7246587/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Watch the 24 Hours of Le Mans Virtual live", + "description": "Run successfully last year in conjunction with Motorsport Games, the 24 Hours of Le Mans Virtual returns for 2021 with a bumper roster featuring 200 eRacing drivers – representing 39 different nationalities – piloting the 50 cars (4-drivers in each car in rotation over the 24 hours) located in 28 different countries.
The line-up of drivers includes many star names from all walks of ...Keep reading", + "content": "Run successfully last year in conjunction with Motorsport Games, the 24 Hours of Le Mans Virtual returns for 2021 with a bumper roster featuring 200 eRacing drivers – representing 39 different nationalities – piloting the 50 cars (4-drivers in each car in rotation over the 24 hours) located in 28 different countries.
The line-up of drivers includes many star names from all walks of ...Keep reading", + "category": "Esports", + "link": "https://www.autosport.com/esports/news/watch-the-24-hours-of-le-mans-virtual-live/7300700/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Thu, 13 Jan 2022 16:32:21 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/YN1nzBJ2/s6/marcin-budkowski-executive-dir.jpg", + "pubDate": "Sat, 15 Jan 2022 12:30:24 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/6AEANa96/s6/le-mans-virtual-series-rebelli.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/YN1nzBJ2/s6/marcin-budkowski-executive-dir.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/6AEANa96/s6/le-mans-virtual-series-rebelli.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -228,20 +228,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "239cc3b6653b8525cfda7c13379239e8", + "hash": "bfb3482231ca1c362c9f8c47c5f454a4", "highlights": [] }, { - "title": "FIA sets out next steps and plans for Abu Dhabi F1 investigation", - "description": "The FIA confirmed in the days following Max Verstappen’s last-lap title win over Lewis Hamilton that it would be launching a full investigation into the race restart, which was subject to protests by Mercedes.
Mercedes opted to end its pursuit of action after the FIA announced its plans to analyse what happened in Abu Dhabi, but said it would “actively work with this commission to build a ...Keep reading", - "content": "The FIA confirmed in the days following Max Verstappen’s last-lap title win over Lewis Hamilton that it would be launching a full investigation into the race restart, which was subject to protests by Mercedes.
Mercedes opted to end its pursuit of action after the FIA announced its plans to analyse what happened in Abu Dhabi, but said it would “actively work with this commission to build a ...Keep reading", + "title": "Alfa Romeo still open to fielding Ferrari F1 young drivers in the future", + "description": "Alfa Romeo announced in November that it would race with an all-new driver pairing in 2022 after signing Formula 2 graduate Guanyu Zhou to partner Valtteri Bottas, who joins from Mercedes.
It will be the first time since the start of the team’s existing engine deal and agreement with Ferrari in 2018 that it has not fielded one of the Italian marque’s young drivers in F1.
Current Ferrari ...Keep reading", + "content": "Alfa Romeo announced in November that it would race with an all-new driver pairing in 2022 after signing Formula 2 graduate Guanyu Zhou to partner Valtteri Bottas, who joins from Mercedes.
It will be the first time since the start of the team’s existing engine deal and agreement with Ferrari in 2018 that it has not fielded one of the Italian marque’s young drivers in F1.
Current Ferrari ...Keep reading", "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/fia-announces-next-steps-and-plans-for-abu-dhabi-f1-investigation/7246842/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "link": "https://www.autosport.com/f1/news/alfa-romeo-still-open-to-fielding-ferrari-f1-young-drivers-in-the-future/7280277/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Thu, 13 Jan 2022 16:19:05 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/254A1aQ0/s6/lewis-hamilton-mercedes-w12-le.jpg", + "pubDate": "Sat, 15 Jan 2022 11:58:47 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/0Rrnkpv0/s6/antonio-giovinazzi-alfa-romeo-.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/254A1aQ0/s6/lewis-hamilton-mercedes-w12-le.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/0Rrnkpv0/s6/antonio-giovinazzi-alfa-romeo-.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -250,20 +250,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1a34938a01c28ffe0f4d348bc3bf56a", + "hash": "663dbd0d1a968883af4b5d85b4ac3c95", "highlights": [] }, { - "title": "W Series to host prospective driver test in Arizona for 2022 season", - "description": "Ahead of the series’ third season, it will stage a test at the Inde Motorsports Ranch between 31 January and 4 February using US specification F4 cars.
The all-female championship staged its first-ever round outside of Europe last October at the Circuit of the Americas in support of the US Grand Prix, holding a double-header season finale.
Drivers attending the test include 2020 Britcar ...Keep reading", - "content": "Ahead of the series’ third season, it will stage a test at the Inde Motorsports Ranch between 31 January and 4 February using US specification F4 cars.
The all-female championship staged its first-ever round outside of Europe last October at the Circuit of the Americas in support of the US Grand Prix, holding a double-header season finale.
Drivers attending the test include 2020 Britcar ...Keep reading", - "category": "W Series", - "link": "https://www.autosport.com/w-series/news/w-series-to-host-prospective-driver-test-in-arizona-for-2022-season/7244566/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Prodrive: Audi will \"kill\" competition in Dakar if FIA doesn't intervene", + "description": "The German manufacturer has made a splash on its Dakar debut this year, with its hybrid RS Q e-tron winning four of the 12 stages - including three in the second half of the rally.
It could have realistically contended for overall honours against Toyota and Bahrain Raid Xtreme teams, with only a crash for Stephane Peterhansel on Stage 1 and navigational dramas for Carlos Sainz and Mattias ...Keep reading", + "content": "The German manufacturer has made a splash on its Dakar debut this year, with its hybrid RS Q e-tron winning four of the 12 stages - including three in the second half of the rally.
It could have realistically contended for overall honours against Toyota and Bahrain Raid Xtreme teams, with only a crash for Stephane Peterhansel on Stage 1 and navigational dramas for Carlos Sainz and Mattias ...Keep reading", + "category": "Dakar", + "link": "https://www.autosport.com/dakar/news/prodrive-audi-will-kill-competition-in-dakar-if-fia-doesnt-intervene/7275670/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Thu, 13 Jan 2022 14:30:11 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/YP3n7Ej2/s6/start-action-1.jpg", + "pubDate": "Sat, 15 Jan 2022 10:59:17 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/68yAONG0/s6/224-team-audi-sport-audi-matti.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/YP3n7Ej2/s6/start-action-1.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/68yAONG0/s6/224-team-audi-sport-audi-matti.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -272,20 +272,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "233babd77855a79651b7739a4cd4bc12", + "hash": "2f9c013b99fb1ec125278546ef713ef4", "highlights": [] }, { - "title": "MotoGP legend Rossi joins WRT for 2022 GT World Challenge Europe", - "description": "The 42-year-old retired from MotoGP at the end of the 2021 season, bring to an end a 26-year career in grand prix motorcycle racing that yielded nine world titles across 125cc, 250cc and MotoGP classes and 115 total grand prix victories.
Rossi repeatedly stated last year that he would switch to GT racing at the end of his MotoGP career, having previously contested the Gulf 12 Hours in a Kessel ...Keep reading", - "content": "The 42-year-old retired from MotoGP at the end of the 2021 season, bring to an end a 26-year career in grand prix motorcycle racing that yielded nine world titles across 125cc, 250cc and MotoGP classes and 115 total grand prix victories.
Rossi repeatedly stated last year that he would switch to GT racing at the end of his MotoGP career, having previously contested the Gulf 12 Hours in a Kessel ...Keep reading", - "category": "GT", - "link": "https://www.autosport.com/gt/news/motogp-legend-rossi-joins-wrt-for-2022-gt-world-challenge-europe/7243585/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Gresini Racing first MotoGP team to unveil 2022 bikes", + "description": "The veteran Italian squad, which has raced in the premier class full-time since 2002 – having made its debut in 1998 – returns to running as a truly independent team in 2022 after a seven-year stint starting in 2015 as Aprilia’s factory entrant.
The team was rocked in February of last year when founder and team boss Fausto Gresini tragically passed away from COVID-19.
While the team ...Keep reading", + "content": "The veteran Italian squad, which has raced in the premier class full-time since 2002 – having made its debut in 1998 – returns to running as a truly independent team in 2022 after a seven-year stint starting in 2015 as Aprilia’s factory entrant.
The team was rocked in February of last year when founder and team boss Fausto Gresini tragically passed away from COVID-19.
While the team ...Keep reading", + "category": "MotoGP", + "link": "https://www.autosport.com/motogp/news/gresini-first-motogp-team-to-unveil-2022-bikes/7297932/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Thu, 13 Jan 2022 13:32:16 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6D1nZZG0/s6/valentino-rossi-wrt-audi-r8-gt.jpg", + "pubDate": "Sat, 15 Jan 2022 10:34:29 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/6zQ7WvwY/s6/motogp-gresini-racing-launch-2-2.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6D1nZZG0/s6/valentino-rossi-wrt-audi-r8-gt.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/6zQ7WvwY/s6/motogp-gresini-racing-launch-2-2.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -294,20 +294,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6139fb9cdc7b237a24470ce649f8fb00", + "hash": "dc58f4fc2a5290d9dc1ffb6e5221508f", "highlights": [] }, { - "title": "Alonso \"sad\" to see Honda leave F1 despite McLaren years", - "description": "Honda announced in October 2020 that it would pull out of F1 after the 2021 season, with partner team Red Bull moving the engine production in-house at its Milton Keynes campus for the power units used by both Red Bull Racing and AlphaTauri.
While Honda will aid Red Bull with its power unit, Honda's F1 director Masashi Yamamoto previously stated the development \"will be totally controlled by ...Keep reading", - "content": "Honda announced in October 2020 that it would pull out of F1 after the 2021 season, with partner team Red Bull moving the engine production in-house at its Milton Keynes campus for the power units used by both Red Bull Racing and AlphaTauri.
While Honda will aid Red Bull with its power unit, Honda's F1 director Masashi Yamamoto previously stated the development \"will be totally controlled by ...Keep reading", - "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/alonso-sad-to-see-honda-leave-f1-despite-mclaren-years/7241882/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "The qualities that made retiring legend Whincup a Supercars great ", + "description": "Jamie Whincup hung up his helmet at the conclusion of the 2021 Australian Supercars season. Well, sort of. In a Supercars-specific quirk he’ll probably be back as a co-driver at the Bathurst 1000, so his driving career isn’t completely over.
But the point is he’s no longer a Supercars full-timer – last year’s Great Race represented the end of the greatest driving career in Australian ...Keep reading", + "content": "Jamie Whincup hung up his helmet at the conclusion of the 2021 Australian Supercars season. Well, sort of. In a Supercars-specific quirk he’ll probably be back as a co-driver at the Bathurst 1000, so his driving career isn’t completely over.
But the point is he’s no longer a Supercars full-timer – last year’s Great Race represented the end of the greatest driving career in Australian ...Keep reading", + "category": "Supercars", + "link": "https://www.autosport.com/supercars/news/the-qualities-that-made-retiring-legend-whincup-a-supercars-great-/7240472/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Thu, 13 Jan 2022 12:42:00 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6gnMXpjY/s6/f1-abu-dhabi-gp-2016-fernando-.jpg", + "pubDate": "Sat, 15 Jan 2022 09:33:05 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/0k7LgEA0/s6/race-winner-jamie-whincup-trip.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6gnMXpjY/s6/f1-abu-dhabi-gp-2016-fernando-.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/0k7LgEA0/s6/race-winner-jamie-whincup-trip.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -316,20 +316,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "35ca2b946a4689c377ed9012e6e69719", + "hash": "049ffcea2b8d3264982368be01a7bc45", "highlights": [] }, { - "title": "Dakar 2022, Stage 11: Sainz fastest, Al-Attiyah inches closer to win", - "description": "Sainz was never threatened in the 346km loop near Bisha since he grabbed the lead at the third waypoint from Overdrive’s Lucio Alvarez - the Spaniard successfully tackling the soft dunes towards the end of the stage en route to a comfortable 3m10s victory.
This was Sainz’s second stage win in the Dakar this year and the fourth for Audi’s new hybrid RS Q e-tron contender.
The result ...Keep reading", - "content": "Sainz was never threatened in the 346km loop near Bisha since he grabbed the lead at the third waypoint from Overdrive’s Lucio Alvarez - the Spaniard successfully tackling the soft dunes towards the end of the stage en route to a comfortable 3m10s victory.
This was Sainz’s second stage win in the Dakar this year and the fourth for Audi’s new hybrid RS Q e-tron contender.
The result ...Keep reading", - "category": "Dakar", - "link": "https://www.autosport.com/dakar/news/dakar-2022-stage-11-sainz-fastest-al-attiyah-inches-closer-to-win/7241708/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Honda quit F1 too early, says motorsport boss Yamamoto ", + "description": "In October 2020 Honda announced it would pull the plug on its F1 programme after the 2021 season following seven years of supplying hybrid power units to first McLaren, and then AlphaTauri and Red Bull.
That prompted Red Bull to bring the engine development in-house at its Milton Keynes campus, attracting staff from Honda and various rival teams to spearhead the new Red Bull Powertrains ...Keep reading", + "content": "In October 2020 Honda announced it would pull the plug on its F1 programme after the 2021 season following seven years of supplying hybrid power units to first McLaren, and then AlphaTauri and Red Bull.
That prompted Red Bull to bring the engine development in-house at its Milton Keynes campus, attracting staff from Honda and various rival teams to spearhead the new Red Bull Powertrains ...Keep reading", + "category": "Formula 1", + "link": "https://www.autosport.com/f1/news/honda-quit-f1-too-early-says-motorsport-boss-yamamoto-/7277398/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Thu, 13 Jan 2022 11:54:21 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/0mb9mez2/s6/202-team-audi-sport-audi-carlo.jpg", + "pubDate": "Sat, 15 Jan 2022 08:30:02 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/0qXVapk6/s6/christian-horner-team-principa.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/0mb9mez2/s6/202-team-audi-sport-audi-carlo.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/0qXVapk6/s6/christian-horner-team-principa.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -338,20 +338,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f9ba180e5668b6cb87d2747183a7449", + "hash": "14078c89ceaeb56166037cb0f46a2a19", "highlights": [] }, { - "title": "Woolridge joins Veloce Racing for 2022 Extreme E season", - "description": "The Jean-Eric Vergne and Adrian Newey-backed outfit endured a fraught maiden season in the all-electric SUV off-road racing championship last year.
Two-time W Series champion Jamie Chadwick only contested three of the five rounds as a legacy of calendar clashes.
Meanwhile, experienced team-mate Stephane Sarrazin was ousted ahead of the finale in Dorset following a spate of crashes.
With ...Keep reading", - "content": "The Jean-Eric Vergne and Adrian Newey-backed outfit endured a fraught maiden season in the all-electric SUV off-road racing championship last year.
Two-time W Series champion Jamie Chadwick only contested three of the five rounds as a legacy of calendar clashes.
Meanwhile, experienced team-mate Stephane Sarrazin was ousted ahead of the finale in Dorset following a spate of crashes.
With ...Keep reading", - "category": "Extreme E", - "link": "https://www.autosport.com/extreme-e/news/woolridge-joins-veloce-for-2022-extreme-e-season/7241452/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Wickens to make racing comeback in Hyundai TCR car", + "description": "Wickens has been rehabilitating since his brutal accident in IndyCar’s race at Pocono in August 2018, in which he suffered a thoracic spinal fracture, spinal cord injury, neck fracture, tibia and fibula fractures to both legs, fractures in both hands, a fractured right forearm, fractured elbow, a concussion, four fractured ribs and a pulmonary contusion.
Almost 1000 days later, in May last ...Keep reading", + "content": "Wickens has been rehabilitating since his brutal accident in IndyCar’s race at Pocono in August 2018, in which he suffered a thoracic spinal fracture, spinal cord injury, neck fracture, tibia and fibula fractures to both legs, fractures in both hands, a fractured right forearm, fractured elbow, a concussion, four fractured ribs and a pulmonary contusion.
Almost 1000 days later, in May last ...Keep reading", + "category": "IndyCar", + "link": "https://www.autosport.com/IMSA-Michelin-Pilot-Challenge/news/embargoed-until-315pm-et-815pm-uk-wickens-to-make-racing-comeback-in-hyundai-tcr-car/7275412/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Thu, 13 Jan 2022 11:39:19 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/2jXZJJP6/s6/lance-woolridge-veloce-racing-.jpg", + "pubDate": "Fri, 14 Jan 2022 19:23:44 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/2QzrbVNY/s6/robert-wickens-bryan-herta-aut.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/2jXZJJP6/s6/lance-woolridge-veloce-racing-.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/2QzrbVNY/s6/robert-wickens-bryan-herta-aut.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -360,20 +360,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e62766a6c03c02830e374f887dfeb52", + "hash": "9e4ab5a309eaa73fc48eae4263b8cd1d", "highlights": [] }, { - "title": "WEC confident Sebring opener will go ahead in March despite COVID concerns", - "description": "WEC boss Frederic Lequien is confident the 1000-mile fixture in Florida set for 18 March, the day before the Sebring 12 Hours IMSA SportsCar Championship round, will take place for the first time since 2019.
His expression of confidence comes despite a surge in COVID-19 cases in Florida since December.
\"There is no reason to panic: we are confident that Sebring will go ahead,\" said ...Keep reading", - "content": "WEC boss Frederic Lequien is confident the 1000-mile fixture in Florida set for 18 March, the day before the Sebring 12 Hours IMSA SportsCar Championship round, will take place for the first time since 2019.
His expression of confidence comes despite a surge in COVID-19 cases in Florida since December.
\"There is no reason to panic: we are confident that Sebring will go ahead,\" said ...Keep reading", + "title": "New Porsche LMDh prototype makes test debut", + "description": "The new car ran at the German manufacturer's Weissach test track within the development complex at which its motorsport headquarters are based with Frenchman Frederic Makowiecki at the wheel on Friday.
The Porsche hybrid is understood to have completed multiple laps in what was a delayed roll-out for a car that will bring the marque back to the pinnacle of sportscar racing for the first time ...Keep reading", + "content": "The new car ran at the German manufacturer's Weissach test track within the development complex at which its motorsport headquarters are based with Frenchman Frederic Makowiecki at the wheel on Friday.
The Porsche hybrid is understood to have completed multiple laps in what was a delayed roll-out for a car that will bring the marque back to the pinnacle of sportscar racing for the first time ...Keep reading", "category": "WEC", - "link": "https://www.autosport.com/wec/news/wec-confident-sebring-opener-will-go-ahead-in-march-despite-covid-concerns/7241242/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "link": "https://www.autosport.com/wec/news/new-porsche-lmdh-prototype-makes-test-debut/7279160/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Thu, 13 Jan 2022 11:31:24 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6zQ4ZajY/s6/start-action-1.jpg", + "pubDate": "Fri, 14 Jan 2022 18:45:36 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/YpN5WbM0/s6/porsche-lmdh-1.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6zQ4ZajY/s6/start-action-1.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/YpN5WbM0/s6/porsche-lmdh-1.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -382,42 +382,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7162dd5680eb6f810cf10383b12e6fca", + "hash": "be6a7fd39ef8a7ef7df53728765c33c9", "highlights": [] }, { - "title": "Overnight repair saves M-Sport Monte Carlo WRC test", - "description": "The Ford squad was forced to curtail its running in France on Wednesday after Breen and co-driver Paul Nagle clipped a bridge, sending the Puma into a spin before rolling down a 15 metre drop off the side of the asphalt road, with the car coming to rest on its roof.
Luckily Breen and Nagle escaped the incident unscathed but the crash halted the test and initially threatened to derail the ...Keep reading", - "content": "The Ford squad was forced to curtail its running in France on Wednesday after Breen and co-driver Paul Nagle clipped a bridge, sending the Puma into a spin before rolling down a 15 metre drop off the side of the asphalt road, with the car coming to rest on its roof.
Luckily Breen and Nagle escaped the incident unscathed but the crash halted the test and initially threatened to derail the ...Keep reading", - "category": "WRC", - "link": "https://www.autosport.com/wrc/news/overnight-repair-saves-m-sport-monte-carlo-wrc-test/7241054/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", - "creator": "", - "pubDate": "Thu, 13 Jan 2022 11:25:34 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/0rGgpJd2/s6/adrien-fourmaux-alexandre-cori.jpg", - "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/0rGgpJd2/s6/adrien-fourmaux-alexandre-cori.jpg", - "id": "", - "language": "", - "folder": "00.03 News/Sport EN", - "feed": "Autosport", - "read": false, - "favorite": false, - "created": false, - "tags": [], - "hash": "c63b9f80feb10561f741e9dd45096950", - "highlights": [] - }, - { - "title": "The rise and fall of bargeboards in F1", - "description": "Ross Brawn, together with F1’s technical working group, immediately singled out the complex aerodynamic solution as one of the changes required in order to reduce the aerodynamic wake created by the cars and help produce closer racing in future.
In recent years, driven by the openness of the regulations in that region, the bargeboards had become increasingly complex - and by the end of 2021 ...Keep reading", - "content": "Ross Brawn, together with F1’s technical working group, immediately singled out the complex aerodynamic solution as one of the changes required in order to reduce the aerodynamic wake created by the cars and help produce closer racing in future.
In recent years, driven by the openness of the regulations in that region, the bargeboards had become increasingly complex - and by the end of 2021 ...Keep reading", + "title": "Brown: 2021 a \"very successful year\" despite McLaren's drop to fourth", + "description": "McLaren continued its resurgence in 2020 by claiming third in the championship and scoring two podiums with Lando Norris and Carlos Sainz Jr but couldn't hang onto that position in 2021 as Ferrari swung back after several lean years of its own.
But despite dropping a position in the championship, Brown thinks 2021 was still a landmark year for the Woking team, and not just because of Daniel ...Keep reading", + "content": "McLaren continued its resurgence in 2020 by claiming third in the championship and scoring two podiums with Lando Norris and Carlos Sainz Jr but couldn't hang onto that position in 2021 as Ferrari swung back after several lean years of its own.
But despite dropping a position in the championship, Brown thinks 2021 was still a landmark year for the Woking team, and not just because of Daniel ...Keep reading", "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/rise-and-fall-of-bargeboards-in-f1/7239198/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "link": "https://www.autosport.com/f1/news/brown-2021-a-very-successful-year-despite-mclarens-drop-to-fourth/7268522/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Thu, 13 Jan 2022 10:43:35 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6D1xaOO0/s6/formula-1-styrian-gp-2021-mcla-3.jpg", + "pubDate": "Fri, 14 Jan 2022 16:13:39 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/24vAy3g6/s6/lando-norris-mclaren-mcl35m-1.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6D1xaOO0/s6/formula-1-styrian-gp-2021-mcla-3.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/24vAy3g6/s6/lando-norris-mclaren-mcl35m-1.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -426,20 +404,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0a8ffc968592a7e4a840305d27df280", + "hash": "cae60d79fd6bfc8097c347bcad82eff9", "highlights": [] }, { - "title": "Team Sydney Supercars team sold to drag racer Peter Xiberras", - "description": "The impending sale of the team was first revealed last November, which prompted strong denials by team boss Jonathon Webb via other media outlets.
However, as predicted, the team has indeed changed hands which has seen successful drag racer and businessman Xiberras become the new owner of Team Sydney.
Autosport understands the deal was put to the Supercars Board as early as December but has ...Keep reading", - "content": "The impending sale of the team was first revealed last November, which prompted strong denials by team boss Jonathon Webb via other media outlets.
However, as predicted, the team has indeed changed hands which has seen successful drag racer and businessman Xiberras become the new owner of Team Sydney.
Autosport understands the deal was put to the Supercars Board as early as December but has ...Keep reading", - "category": "Supercars", - "link": "https://www.autosport.com/supercars/news/team-sydney-supercars-team-sold-to-drag-racer-peter-xiberras/7240256/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Correa remains with ART for 2022 Formula 3 season", + "description": "Correa made a sensational comeback with the team last season, following the horrific crash at the aborted 2019 Formula 2 round at Spa-Francorchamps which claimed the life of Anthoine Hubert.
In that accident, Correa suffered serious injuries to his legs and was placed in an induced coma to aid his recovery from acute respiratory distress syndrome.
Following a lengthy period of ...Keep reading", + "content": "Correa made a sensational comeback with the team last season, following the horrific crash at the aborted 2019 Formula 2 round at Spa-Francorchamps which claimed the life of Anthoine Hubert.
In that accident, Correa suffered serious injuries to his legs and was placed in an induced coma to aid his recovery from acute respiratory distress syndrome.
Following a lengthy period of ...Keep reading", + "category": "FIA F3", + "link": "https://www.autosport.com/fia-f3/news/correa-remains-with-art-for-2022-formula-3-season/7275218/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Thu, 13 Jan 2022 10:40:55 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/0mbWZMX2/s6/team-sydney-holden-commodores-.jpg", + "pubDate": "Fri, 14 Jan 2022 15:35:36 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/YN1k5RV2/s6/juan-manuel-correa-art-grand-p.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/0mbWZMX2/s6/team-sydney-holden-commodores-.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/YN1k5RV2/s6/juan-manuel-correa-art-grand-p.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -448,20 +426,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a3761a06f28cc679331351d5bbce3bd", + "hash": "172c97d1623bffc0f6ec2a44591e2857", "highlights": [] }, { - "title": "Top 10 McLaren F1 drivers ranked: Senna, Prost, Hamilton and more", - "description": "Bruce McLaren’s firm made its F1 world championship debut in 1966 and the New Zealander scored its maiden victory in the 1968 Belgian Grand Prix. Since then, 19 other drivers have taken wins for McLaren and seven have won drivers’ titles.
PLUS: The numbers that reveal McLaren's revival
For the selection of the top 10 McLaren F1 drivers, Autosport has considered the amount of success the ...Keep reading", - "content": "Bruce McLaren’s firm made its F1 world championship debut in 1966 and the New Zealander scored its maiden victory in the 1968 Belgian Grand Prix. Since then, 19 other drivers have taken wins for McLaren and seven have won drivers’ titles.
PLUS: The numbers that reveal McLaren's revival
For the selection of the top 10 McLaren F1 drivers, Autosport has considered the amount of success the ...Keep reading", - "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/top-10-mclaren-f1-drivers-ranked-senna-prost-hamilton-and-more/7227506/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Friday favourite: The sonorous BMW that launched a GT racing star", + "description": "Nicky Catsburg’s choice of the BMW Z4 GT3 as his favourite car should come as little surprise, as it was the machine which launched the BMW factory driver’s professional career.
The Dutchman had dominated the Megane Trophy in 2010, and gained GT1 experience in Nissan and Corvette machinery in the 2011 world championship, but had to stump up for a parallel programme in a Db Motorsport Z4 in ...Keep reading", + "content": "Nicky Catsburg’s choice of the BMW Z4 GT3 as his favourite car should come as little surprise, as it was the machine which launched the BMW factory driver’s professional career.
The Dutchman had dominated the Megane Trophy in 2010, and gained GT1 experience in Nissan and Corvette machinery in the 2011 world championship, but had to stump up for a parallel programme in a Db Motorsport Z4 in ...Keep reading", + "category": "GT", + "link": "https://www.autosport.com/gt/news/friday-favourite-the-sonorous-bmw-that-launched-a-gt-racing-star/7239559/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Thu, 13 Jan 2022 10:21:39 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/2wBzd5e0/s6/formula-1-belgian-gp-1988-alai-2.jpg", + "pubDate": "Fri, 14 Jan 2022 15:14:19 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/0RrnGjO0/s6/46-marc-vds-racing-team-bmw-z4.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/2wBzd5e0/s6/formula-1-belgian-gp-1988-alai-2.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/0RrnGjO0/s6/46-marc-vds-racing-team-bmw-z4.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -470,20 +448,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fdeb6f98b09474166de21a869363502", + "hash": "d55ef2a1c56a6e0179fae34512c5d96f", "highlights": [] }, { - "title": "Inside Mercedes's preparations for a virtual fightback at Le Mans", - "description": "The 1999 Le Mans 24 Hours was a catalogue of disasters for Mercedes as first Mark Webber (twice) then Peter Dumbreck experienced with terrifying consequences the aerodynamic instability of its CLR. Its remaining car was withdrawn, and Mercedes hasn’t been back to Le Mans in an official capacity since. Until now – sort of.
This weekend’s final round of the Le Mans Virtual Series, the ...Keep reading", - "content": "The 1999 Le Mans 24 Hours was a catalogue of disasters for Mercedes as first Mark Webber (twice) then Peter Dumbreck experienced with terrifying consequences the aerodynamic instability of its CLR. Its remaining car was withdrawn, and Mercedes hasn’t been back to Le Mans in an official capacity since. Until now – sort of.
This weekend’s final round of the Le Mans Virtual Series, the ...Keep reading", - "category": "Esports", - "link": "https://www.autosport.com/esports/news/inside-mercedess-preparations-for-a-virtual-fightback-at-le-mans/7224315/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "How \"old school NASCAR\" got Next Gen back on track", + "description": "It was less than four months ago, during an interview at Las Vegas Motor Speedway, where Wilson said, “We’re all behind,” when it came to the development and testing of the new car.
At that point, NASCAR had conducted just one multi-car test at Daytona International Speedway, and that produced a list of new issues, including driver cockpit overheating and problems with the car’s ...Keep reading", + "content": "It was less than four months ago, during an interview at Las Vegas Motor Speedway, where Wilson said, “We’re all behind,” when it came to the development and testing of the new car.
At that point, NASCAR had conducted just one multi-car test at Daytona International Speedway, and that produced a list of new issues, including driver cockpit overheating and problems with the car’s ...Keep reading", + "category": "NASCAR", + "link": "https://www.autosport.com/nascar/news/how-old-school-nascar-got-next-gen-back-on-track/7274279/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Thu, 13 Jan 2022 10:12:02 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/YXRnGGR0/s6/mercedes-team-1.jpg", + "pubDate": "Fri, 14 Jan 2022 14:57:04 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/6zQ79nPY/s6/drivers-wait-to-start-testing-.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/YXRnGGR0/s6/mercedes-team-1.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/6zQ79nPY/s6/drivers-wait-to-start-testing-.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -492,20 +470,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "54122f09bf40eba99b6a40adca70675f", + "hash": "bd71be9cc8b75fd1a39f3ff229391044", "highlights": [] }, { - "title": "Kristoffersson to defend World Rallycross title with Volkswagen at start of electric era", - "description": "The four-time WRX champion clinched the title last year in dramatic circumstances at the Nurburgring when he overturned a 17-point deficit to beat fellow Swedish driver Timmy Hansen on wins countback.
Last season Kristoffersson jumped behind the wheel of an Audi S1, with his previous world title triumphs coming in a Volkswagen entry, which he returns to for 2022.
The Kristoffersson ...Keep reading", - "content": "The four-time WRX champion clinched the title last year in dramatic circumstances at the Nurburgring when he overturned a 17-point deficit to beat fellow Swedish driver Timmy Hansen on wins countback.
Last season Kristoffersson jumped behind the wheel of an Audi S1, with his previous world title triumphs coming in a Volkswagen entry, which he returns to for 2022.
The Kristoffersson ...Keep reading", - "category": "World Rallycross", - "link": "https://www.autosport.com/world-rallycross/news/kristoffersson-to-defend-world-rallycross-title-with-volkswagen-at-start-of-electric-era/7239507/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Why Masi's F1 future is the next big decision facing the FIA", + "description": "Newly-elected FIA president Mohammed Ben Sulayem has been handed a difficult task in reviewing what happened in the closing stages of the title decider between Max Verstappen and Lewis Hamilton, and taking action to restore trust among F1 drivers, teams and fans in the governing body.
The hints of change within the update from the FIA should offer some encouragement, even if the timeline ...Keep reading", + "content": "Newly-elected FIA president Mohammed Ben Sulayem has been handed a difficult task in reviewing what happened in the closing stages of the title decider between Max Verstappen and Lewis Hamilton, and taking action to restore trust among F1 drivers, teams and fans in the governing body.
The hints of change within the update from the FIA should offer some encouragement, even if the timeline ...Keep reading", + "category": "Formula 1", + "link": "https://www.autosport.com/f1/news/why-masis-future-is-the-next-big-decision-facing-the-fia/7273507/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Thu, 13 Jan 2022 10:00:11 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/YEQPGvpY/s6/johan-kristoffersson-kyb-eks-j.jpg", + "pubDate": "Fri, 14 Jan 2022 14:14:09 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/YpNKMKZ0/s6/michael-masi-race-director-1.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/YEQPGvpY/s6/johan-kristoffersson-kyb-eks-j.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/YpNKMKZ0/s6/michael-masi-race-director-1.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -514,20 +492,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ceeb0f9a5855100effe3ce84b4683bd6", + "hash": "5e7cae7261df032c98ca8bd105110599", "highlights": [] }, { - "title": "Percat paired with Bathurst-winning engineer for 2022 Supercars season", - "description": "Like Percat, Slater is a new recruit for the Walkinshaw Andretti United squad, joining from the recently-sold Team Sydney.
He adds to an already-stacked engineering line-up at Clayton led by Carl Faux, with Grant McPherson then directly overseeing race engineers Adam De Borre and Slater.
“It’s fantastic to have someone of Geoff’s calibre joining us for 2022, and I’m really excited ...Keep reading", - "content": "Like Percat, Slater is a new recruit for the Walkinshaw Andretti United squad, joining from the recently-sold Team Sydney.
He adds to an already-stacked engineering line-up at Clayton led by Carl Faux, with Grant McPherson then directly overseeing race engineers Adam De Borre and Slater.
“It’s fantastic to have someone of Geoff’s calibre joining us for 2022, and I’m really excited ...Keep reading", - "category": "Supercars", - "link": "https://www.autosport.com/supercars/news/percat-paired-with-bathurst-winning-engineer-for-2022-supercars-season/7239165/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Everything we know about the 2022 Formula 1 season: drivers, cars, tracks & more", + "description": "Once the 2021 Formula 1 season draws to a close, attention will immediately turn to preparations for 2022’s all-new rules.
F1 will receive one of its biggest technical overhauls for next season, with a seismic shift in the aerodynamic regulations, which should act as a soft reset for all of the teams in the championship.
The new regulations have been paired with a number of changes to the ...Keep reading", + "content": "Once the 2021 Formula 1 season draws to a close, attention will immediately turn to preparations for 2022’s all-new rules.
F1 will receive one of its biggest technical overhauls for next season, with a seismic shift in the aerodynamic regulations, which should act as a soft reset for all of the teams in the championship.
The new regulations have been paired with a number of changes to the ...Keep reading", + "category": "Formula 1", + "link": "https://www.autosport.com/f1/news/everything-we-know-about-the-2022-formula-1-season-drivers-cars-tracks-more/6868204/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Thu, 13 Jan 2022 09:39:53 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6O1nKQJ2/s6/5a714ce3-d4ef-7749-51c7-bd6d3d.jpg", + "pubDate": "Fri, 14 Jan 2022 13:58:22 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/YP3zGQB2/s6/the-2022-formula-1-car-launch-.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6O1nKQJ2/s6/5a714ce3-d4ef-7749-51c7-bd6d3d.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/YP3zGQB2/s6/the-2022-formula-1-car-launch-.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -536,20 +514,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "80f278b3efbcf733241cff7fd098ac51", + "hash": "47705b7769561af128ddc8554aa18e01", "highlights": [] }, { - "title": "Magazine: Celebrating motorsport's biggest monsters", - "description": "We’ve selected some of the most outrageous and, in a few cases, ridiculous cars ever to go into competition for our Monsters of Motorsport special. It is a look at some of the cars that can impress and entertain even if they are going around a circuit (or rally stage) all on their own.
There were many candidates for inclusion, so we’ve largely focused on the cars that were dramatic and ...Keep reading", - "content": "We’ve selected some of the most outrageous and, in a few cases, ridiculous cars ever to go into competition for our Monsters of Motorsport special. It is a look at some of the cars that can impress and entertain even if they are going around a circuit (or rally stage) all on their own.
There were many candidates for inclusion, so we’ve largely focused on the cars that were dramatic and ...Keep reading", + "title": "24 Hours of Le Mans Virtual eRacing finale to be broadcast digitally around the world", + "description": "MIAMI, FL - January 14, 2022 - A host of major broadcasters, including Motor Trend in the USA and Eurosport across Europe and Asia, will televise this weekend’s 24 Hours of Le Mans Virtual Series eRacing Finale Event on January 15 and 16, 2022, bringing the exhilarating combined world of motorsport and esports to millions of homes across the globe. This marks the culmination of this year’s ...Keep reading", + "content": "MIAMI, FL - January 14, 2022 - A host of major broadcasters, including Motor Trend in the USA and Eurosport across Europe and Asia, will televise this weekend’s 24 Hours of Le Mans Virtual Series eRacing Finale Event on January 15 and 16, 2022, bringing the exhilarating combined world of motorsport and esports to millions of homes across the globe. This marks the culmination of this year’s ...Keep reading", "category": "General", - "link": "https://www.autosport.com/general/news/magazine-celebrating-motorsports-biggest-monsters/7239009/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "link": "https://www.autosport.com/general/news/24-hours-of-le-mans-virtual-eracing-finale-to-be-broadcast-digitally-around-the-world/7272057/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Thu, 13 Jan 2022 09:28:21 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6zQ7wbkY/s6/magazine130122-1.jpg", + "pubDate": "Fri, 14 Jan 2022 13:01:54 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/27vWOQK0/s6/24-hours-of-le-mans-virtual-er.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6zQ7wbkY/s6/magazine130122-1.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/27vWOQK0/s6/24-hours-of-le-mans-virtual-er.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -558,20 +536,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f64cff1ede1938d7dae0e65463aca76", + "hash": "551eccf68d4caf4e4d466b2e0ecdd3f7", "highlights": [] }, { - "title": "Alfa Romeo confident Andretti talks had \"no impact\" on 2022 F1 plans", - "description": "American motorsport marque Andretti was in talks with the owners of Sauber - which operates the Alfa Romeo-branded F1 team - over a possible takeover in the autumn of last year.
Andretti already enjoys a presence in IndyCar, Formula E, Supercars and Extreme E, and was looking to extend its reach to F1 by purchasing a majority stake in the Sauber Group.
Michael Andretti planned to field ...Keep reading", - "content": "American motorsport marque Andretti was in talks with the owners of Sauber - which operates the Alfa Romeo-branded F1 team - over a possible takeover in the autumn of last year.
Andretti already enjoys a presence in IndyCar, Formula E, Supercars and Extreme E, and was looking to extend its reach to F1 by purchasing a majority stake in the Sauber Group.
Michael Andretti planned to field ...Keep reading", - "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/alfa-romeo-confident-andretti-talks-had-no-impact-on-2022-f1-plans/7238478/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Ed Carpenter Racing signs Daly for full-time 2022 IndyCar ride", + "description": "Ed Carpenter Racing has announced it has signed Conor Daly as a full-time driver in its #20 car for the 2022 IndyCar season.
Daly, who drove the #20 car at the road and street courses during the past two seasons while team owner Ed Carpenter contested the ovals, will now take over the entry for the entire 2022 season.
Daly's future at the team was thrown up in the air when ECR lost its ...Keep reading", + "content": "Ed Carpenter Racing has announced it has signed Conor Daly as a full-time driver in its #20 car for the 2022 IndyCar season.
Daly, who drove the #20 car at the road and street courses during the past two seasons while team owner Ed Carpenter contested the ovals, will now take over the entry for the entire 2022 season.
Daly's future at the team was thrown up in the air when ECR lost its ...Keep reading", + "category": "IndyCar", + "link": "https://www.autosport.com/indycar/news/carpenter-signs-daly-for-full-time-2022-indycar-ride/7271666/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Thu, 13 Jan 2022 09:02:04 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6D1nZkJ0/s6/valtteri-bottas-alfa-romeo-rac.jpg", + "pubDate": "Fri, 14 Jan 2022 12:40:21 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/6AEJ5416/s6/conor-daly-ed-carpenter-racing.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6D1nZkJ0/s6/valtteri-bottas-alfa-romeo-rac.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/6AEJ5416/s6/conor-daly-ed-carpenter-racing.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -580,20 +558,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "402b09082a8da92f61d1daead3a04253", + "hash": "620aa1352083aff3b0a401fa3ec151e5", "highlights": [] }, { - "title": "Calan Williams joins Trident for 2022 F2 season", - "description": "A full-season deal with the Italian squad follows the Australian's cameo at the post-season test in Abu Dhabi late last year.
He was 10th fastest on the first of the three days despite having no experience in F2.
Williams' promotion to F2 follows two seasons in Formula 3 with Jenzer Motorsport, the 2021 campaign yielding his first podium and 19th place in the points.
\"I'm extremely proud ...Keep reading", - "content": "A full-season deal with the Italian squad follows the Australian's cameo at the post-season test in Abu Dhabi late last year.
He was 10th fastest on the first of the three days despite having no experience in F2.
Williams' promotion to F2 follows two seasons in Formula 3 with Jenzer Motorsport, the 2021 campaign yielding his first podium and 19th place in the points.
\"I'm extremely proud ...Keep reading", - "category": "FIA F2", - "link": "https://www.autosport.com/formula2/news/williams-joins-trident-for-2022-f2-season/7237518/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Aston Martin appoints Mike Krack as F1 team principal", + "description": "Krack has followed a similar career path to McLaren team boss Andreas Seidl, having worked with BMW in F1 early in his career before gaining experience in other categories.
He joined Sauber in 2001 and rose to the position of chief engineer in the works BMW era, and spent some time working with current Aston river Sebastian Vettel.
He left Sauber in 2009 and had spells in F3 and the DTM ...Keep reading", + "content": "Krack has followed a similar career path to McLaren team boss Andreas Seidl, having worked with BMW in F1 early in his career before gaining experience in other categories.
He joined Sauber in 2001 and rose to the position of chief engineer in the works BMW era, and spent some time working with current Aston river Sebastian Vettel.
He left Sauber in 2009 and had spells in F3 and the DTM ...Keep reading", + "category": "Formula 1", + "link": "https://www.autosport.com/f1/news/aston-martin-appoints-mike-krack-as-f1-team-principal/7271116/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Thu, 13 Jan 2022 06:15:26 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6b7nrQn0/s6/271739254-459232095595916-6609.jpg", + "pubDate": "Fri, 14 Jan 2022 12:22:52 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/6b7nWpr0/s6/mike-krack-aston-martin-racing.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6b7nrQn0/s6/271739254-459232095595916-6609.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/6b7nWpr0/s6/mike-krack-aston-martin-racing.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -602,20 +580,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "85c6914ce21f8d5badf48ba187d7eb41", + "hash": "40422c157277bc87f1ba7dcb6d15df8e", "highlights": [] }, { - "title": "One Daytona 500 winner's tradition may be altered this season", - "description": "Since 1997, the winner of the Daytona 500 has been presented with the Harley J. Earl Trophy in Victory Lane, and the winning car is put on display in its race-winning condition for one year at the Motorsports Hall of Fame and Museum adjacent to Daytona International Speedway.
However, with the delays in the development of the NASCAR Cup Next Gen car and supply-chain issues for its parts and ...Keep reading", - "content": "Since 1997, the winner of the Daytona 500 has been presented with the Harley J. Earl Trophy in Victory Lane, and the winning car is put on display in its race-winning condition for one year at the Motorsports Hall of Fame and Museum adjacent to Daytona International Speedway.
However, with the delays in the development of the NASCAR Cup Next Gen car and supply-chain issues for its parts and ...Keep reading", - "category": "NASCAR", - "link": "https://www.autosport.com/nascar/news/one-daytona-500-winners-tradition-may-be-altered-this-season/7225913/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Mechanic dies on the last liaison of Dakar 2022", + "description": "Quentin Lavallee, chief mechanic of the #726 Peugeot 205 Turbo 16 that the PH Sport team had managed to bring back to Dakar Classic, died from injuries sustained in a road accident 234km into the transport section.
The incident occurred at 11:30am local time and, according to local authorities, involved the assistance car and a local truck. The Frenchman was only 20 years old.
The team's ...Keep reading", + "content": "Quentin Lavallee, chief mechanic of the #726 Peugeot 205 Turbo 16 that the PH Sport team had managed to bring back to Dakar Classic, died from injuries sustained in a road accident 234km into the transport section.
The incident occurred at 11:30am local time and, according to local authorities, involved the assistance car and a local truck. The Frenchman was only 20 years old.
The team's ...Keep reading", + "category": "Dakar", + "link": "https://www.autosport.com/dakar/news/mechanic-dies-on-the-last-liaison-of-dakar-2022/7271247/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Wed, 12 Jan 2022 21:33:19 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/2wBJQdM0/s6/denny-hamlin-joe-gibbs-racing-.jpg", + "pubDate": "Fri, 14 Jan 2022 12:20:19 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/YN1o4EW2/s6/mechanics-working-on-the-508-h.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/2wBJQdM0/s6/denny-hamlin-joe-gibbs-racing-.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/YN1o4EW2/s6/mechanics-working-on-the-508-h.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -624,20 +602,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c326e37f30266bd38134093a0fdf4d8", + "hash": "52ffb76879d91c961e5739f1617aa1ba", "highlights": [] }, { - "title": "Jacques Villeneuve set for NASCAR Daytona 500 entry", - "description": "Villeneuve has spent Tuesday and Wednesday at Daytona International Speedway driving the #27 Ford in the Next Gen test for Team Hezeberg, a new Cup team this season formed between racing legend Toine Hezemans and Dutch entrepreneur Ernst Berg.
Loris Hezemans, the 2019 NASCAR Euro champion, plans to compete in all the road course events on the Cup schedule in 2022, but is not yet approved for ...Keep reading", - "content": "Villeneuve has spent Tuesday and Wednesday at Daytona International Speedway driving the #27 Ford in the Next Gen test for Team Hezeberg, a new Cup team this season formed between racing legend Toine Hezemans and Dutch entrepreneur Ernst Berg.
Loris Hezemans, the 2019 NASCAR Euro champion, plans to compete in all the road course events on the Cup schedule in 2022, but is not yet approved for ...Keep reading", - "category": "NASCAR", - "link": "https://www.autosport.com/nascar/news/jacques-villeneuve-set-for-nascar-daytona-500-entry/7223174/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Porsche set to sign Abt technical director as new Formula E chief", + "description": "According to Autosport sister site Motorsport-Total.com, Modlinger has departed his role at Abt - where he has worked since 2018 - to take up his new position with Porsche amid a new management structure at the team.
Following the departure of Pascal Zurlinden - Porsche's former head of factory motorsport - last year for personal reasons, the German manufacturer has elected to break down the ...Keep reading", + "content": "According to Autosport sister site Motorsport-Total.com, Modlinger has departed his role at Abt - where he has worked since 2018 - to take up his new position with Porsche amid a new management structure at the team.
Following the departure of Pascal Zurlinden - Porsche's former head of factory motorsport - last year for personal reasons, the German manufacturer has elected to break down the ...Keep reading", + "category": "Formula E", + "link": "https://www.autosport.com/formula-e/news/porsche-set-to-sign-abt-technical-director-as-new-formula-e-chief/7270611/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Wed, 12 Jan 2022 19:03:14 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/YMdnGoK2/s6/-1.jpg", + "pubDate": "Fri, 14 Jan 2022 11:50:28 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/2jXZy7M6/s6/andre-lotterer-porsche-porsche.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/YMdnGoK2/s6/-1.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/2jXZy7M6/s6/andre-lotterer-porsche-porsche.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -646,20 +624,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "270196b521bd6f6d95068534e027fe7f", + "hash": "37324b042d2eb51f5617fbae3387300d", "highlights": [] }, { - "title": "Peugeot must race at Sebring or Spa WEC rounds for Le Mans 24 Hours entry", - "description": "WEC boss Frederic Lequien confirmed that the new Peugeot 9X8 Le Mans Hypercar will be required to race at either the Sebring 1000 Miles season opener in March or round two at Spa in early May if the French manufacturer is to be allowed to take up its two WEC entries for the double-points round on 11-12 June.
\"They must race one event before, so we expect to have them at Spa,\" said ...Keep reading", - "content": "WEC boss Frederic Lequien confirmed that the new Peugeot 9X8 Le Mans Hypercar will be required to race at either the Sebring 1000 Miles season opener in March or round two at Spa in early May if the French manufacturer is to be allowed to take up its two WEC entries for the double-points round on 11-12 June.
\"They must race one event before, so we expect to have them at Spa,\" said ...Keep reading", - "category": "WEC", - "link": "https://www.autosport.com/wec/news/peugeot-must-race-at-sebring-or-spa-wec-rounds-for-le-mans-24-hours-entry/7222809/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Marc Marquez: Doctors didn’t know how long eye injury would take to recover", + "description": "Marquez was forced to miss the final two rounds of the 2021 season when a concussion suffered in a motocross training incident in November led to a return of the double vision issues he previously had in 2011 after a Moto2 crash.
Honda confirmed on Thursday that Marquez's recovery had progressed sufficiently enough for him to return to motorcycle training this week.
But speaking after ...Keep reading", + "content": "Marquez was forced to miss the final two rounds of the 2021 season when a concussion suffered in a motocross training incident in November led to a return of the double vision issues he previously had in 2011 after a Moto2 crash.
Honda confirmed on Thursday that Marquez's recovery had progressed sufficiently enough for him to return to motorcycle training this week.
But speaking after ...Keep reading", + "category": "MotoGP", + "link": "https://www.autosport.com/motogp/news/marc-marquez-doctors-didnt-know-how-long-eye-injury-would-take-to-recover/7270155/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Wed, 12 Jan 2022 18:36:06 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6n9zJ7MY/s6/peugeot-hypercar-9x8-1.jpg", + "pubDate": "Fri, 14 Jan 2022 11:28:19 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/6n9RKweY/s6/marc-marquez-repsol-honda-team.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6n9zJ7MY/s6/peugeot-hypercar-9x8-1.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/6n9RKweY/s6/marc-marquez-repsol-honda-team.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -668,20 +646,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "89c5574f2629a116bf622ed86018ea9e", + "hash": "83ff336c8b2bb1e9773919777a2f233d", "highlights": [] }, { - "title": "WEC rejects ByKolles Le Mans Hypercar entry for 2022", - "description": "WEC boss Frederic Lequien confirmed in the wake of the announcement of a record 39-car entry for the WEC in 2022 on Wednesday morning that it had to reject a number of applications from teams for this season.
But he would not go into detail why the German-based ByKolles team was not able to return to the WEC after a year's absence in the Hypercar car class, which has attracted just six entries ...Keep reading", - "content": "WEC boss Frederic Lequien confirmed in the wake of the announcement of a record 39-car entry for the WEC in 2022 on Wednesday morning that it had to reject a number of applications from teams for this season.
But he would not go into detail why the German-based ByKolles team was not able to return to the WEC after a year's absence in the Hypercar car class, which has attracted just six entries ...Keep reading", - "category": "WEC", - "link": "https://www.autosport.com/wec/news/wec-rejects-bykolles-le-mans-hypercar-entry-for-2022/7222367/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Matsushita joins Honda as Super GT and Super Formula lineups revealed", + "description": "Honda will once again field five cars in Super GT’s top GT500 class, with Team Kunimitsu, ARTA, Real Racing, Nakajima Racing and Team Mugen all entering a single car each.
Its new challenger will be based on the limited-edition Type S version of the NSX road car, which has been spied in testing but has yet to be officially unveiled.
The only change in the driver line-up is the arrival of ...Keep reading", + "content": "Honda will once again field five cars in Super GT’s top GT500 class, with Team Kunimitsu, ARTA, Real Racing, Nakajima Racing and Team Mugen all entering a single car each.
Its new challenger will be based on the limited-edition Type S version of the NSX road car, which has been spied in testing but has yet to be officially unveiled.
The only change in the driver line-up is the arrival of ...Keep reading", + "category": "Super GT", + "link": "https://www.autosport.com/supergt/news/matsushita-joins-honda-as-super-gt-and-super-formula-lineups-revealed/7267846/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Wed, 12 Jan 2022 18:13:31 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6VRo1dv6/s6/bykolles-pmc-project-lmh-1.jpg", + "pubDate": "Fri, 14 Jan 2022 09:40:30 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/Y99AqexY/s6/nobuharu-matsushita-b-max-raci.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6VRo1dv6/s6/bykolles-pmc-project-lmh-1.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/Y99AqexY/s6/nobuharu-matsushita-b-max-raci.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -690,20 +668,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d131bafc3980cbd97b5132e3ce60810b", + "hash": "95d01f165570c40dc8af56ee6c618d1b", "highlights": [] }, { - "title": "Cameron targets wins for Penske LMP2 entry in 2022 WEC campaign", - "description": "It was confirmed today that Penske will run the full WEC season in 2022 with an ORECA-Gibson 07 LMP2 car, ahead of the team’s WEC/IMSA effots with Porsche’s LMDh in 2023.
It will mark the first time Penske has competed at the Le Mans 24 Hours since Mark Donohue and David Hobbs drove the team’s Ferrari 512M but retired early.
The drivers for Penske’s LMP2 effort will be 2018 and ...Keep reading", - "content": "It was confirmed today that Penske will run the full WEC season in 2022 with an ORECA-Gibson 07 LMP2 car, ahead of the team’s WEC/IMSA effots with Porsche’s LMDh in 2023.
It will mark the first time Penske has competed at the Le Mans 24 Hours since Mark Donohue and David Hobbs drove the team’s Ferrari 512M but retired early.
The drivers for Penske’s LMP2 effort will be 2018 and ...Keep reading", - "category": "WEC", - "link": "https://www.autosport.com/wec/news/cameron-targets-wins-for-penske-lmp2-entry-in-2022-wec-campaign/7221824/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "The ‘single bullet’ mentality behind Pourchaire’s F1 hopes", + "description": "As Formula 1’s driver market ‘silly season’ wound down in 2021 and this year’s grid fell into place, Alfa Romeo left it late to finalise its line-up.
Talks with Andretti over a possible takeover of the Sauber Group postponed a final decision on who would partner the incoming Valtteri Bottas in 2022. But the eventual collapse of talks meant that Guanyu Zhou clinched the seat to complete ...Keep reading", + "content": "As Formula 1’s driver market ‘silly season’ wound down in 2021 and this year’s grid fell into place, Alfa Romeo left it late to finalise its line-up.
Talks with Andretti over a possible takeover of the Sauber Group postponed a final decision on who would partner the incoming Valtteri Bottas in 2022. But the eventual collapse of talks meant that Guanyu Zhou clinched the seat to complete ...Keep reading", + "category": "Formula 1", + "link": "https://www.autosport.com/f1/news/the-single-bullet-mentality-behind-pourchaires-f1-hopes/7241872/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Wed, 12 Jan 2022 17:39:36 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/0JBnyoN0/s6/dane-cameron-porsche-motorspor.jpg", + "pubDate": "Fri, 14 Jan 2022 09:35:46 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/0mbeXRk2/s6/theo-pourchaire-alfa-romeo-1.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/0JBnyoN0/s6/dane-cameron-porsche-motorspor.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/0mbeXRk2/s6/theo-pourchaire-alfa-romeo-1.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -712,20 +690,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bd6dd9d2117ddd0ddc887e22bbffa21", + "hash": "067b3e9b610b1b2809dc7f6e01fe4509", "highlights": [] }, { - "title": "WEC champions Pier Guidi and Calado lead Risi GTD Pro lineup at Daytona", - "description": "Pier Guidi and Calado will be joined for the season-opening round of the IMSA SportsCar Championship by WEC regular team-mate Daniel Serra and Davide Rigon, who lost his seat in the factory AF Corse GTE Pro team last year to Miguel Molina.
Giuseppe Risi's Texas-based privateer team has been a regular entrant at Daytona in recent years against the factory teams in GTLM, which has been replaced ...Keep reading", - "content": "Pier Guidi and Calado will be joined for the season-opening round of the IMSA SportsCar Championship by WEC regular team-mate Daniel Serra and Davide Rigon, who lost his seat in the factory AF Corse GTE Pro team last year to Miguel Molina.
Giuseppe Risi's Texas-based privateer team has been a regular entrant at Daytona in recent years against the factory teams in GTLM, which has been replaced ...Keep reading", - "category": "IMSA", - "link": "https://www.autosport.com/imsa/news/wec-champions-pier-guidi-and-calado-lead-risi-gtd-pro-lineup-at-daytona/7221255/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Hauger, Daruvala join Prema in F2 as Red Bull completes junior line-up", + "description": "Reigning FIA Formula 3 champion Hauger will make the step up to F2 to remain with the team he won the title with, while Daruvala joins the Italian outfit from Carlin, where he finished seventh in 2021.
Prema also announced that Jak Crawford will join its F3 line-up alongside fellow rookie Ollie Bearman and Arthur Leclerc – the first full line-up to be confirmed for this year.
The ...Keep reading", + "content": "Reigning FIA Formula 3 champion Hauger will make the step up to F2 to remain with the team he won the title with, while Daruvala joins the Italian outfit from Carlin, where he finished seventh in 2021.
Prema also announced that Jak Crawford will join its F3 line-up alongside fellow rookie Ollie Bearman and Arthur Leclerc – the first full line-up to be confirmed for this year.
The ...Keep reading", + "category": "FIA F3", + "link": "https://www.autosport.com/formula2/news/hauger-daruvala-join-prema-in-f2-as-red-bull-confirms-junior-line-up/7267787/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Wed, 12 Jan 2022 17:01:44 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/254XoDl0/s6/62-risi-competizione-ferrari-4.jpg", + "pubDate": "Fri, 14 Jan 2022 09:34:15 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/0JBJ5WB0/s6/dennis-hauger-prema-racing-1.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/254XoDl0/s6/62-risi-competizione-ferrari-4.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/0JBJ5WB0/s6/dennis-hauger-prema-racing-1.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -734,20 +712,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0468092dcbc7034a251192a01e1fedc2", + "hash": "df558bedb913ccc2a52ebb4c16d55962", "highlights": [] }, { - "title": "Mazepin \"neutral\" with Haas F1 team-mate Schumacher after \"difficult times\"", - "description": "Mazepin and Schumacher were plucked out of Formula 2 to replace Romain Grosjean and Kevin Magnussen at the underperforming Haas outfit, which had severely compromised the 2021 season to focus on the new 2022 car.
While Schumacher and Mazepin generally brought up the rear of the field in a car that was barely developed from its 2020 origins, and didn't contest for points, they still fought each ...Keep reading", - "content": "Mazepin and Schumacher were plucked out of Formula 2 to replace Romain Grosjean and Kevin Magnussen at the underperforming Haas outfit, which had severely compromised the 2021 season to focus on the new 2022 car.
While Schumacher and Mazepin generally brought up the rear of the field in a car that was barely developed from its 2020 origins, and didn't contest for points, they still fought each ...Keep reading", - "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/mazepin-neutral-with-haas-f1-team-mate-schumacher-after-difficult-times/7219150/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Pither linked to Supercars return with PremiAir", + "description": "The 2022 driver market has had new life breathed into it by the sale of Team Sydney to successful businessman and drag racer Peter Xiberras.
The former Tekno Autosports squad is now facing a ground-up rebuild, which means neither of its 2021 drivers, Fabian Coulthard and Garry Jacobson, are guaranteed to continue this season, as was long expected.
Speculation regarding drivers has been in ...Keep reading", + "content": "The 2022 driver market has had new life breathed into it by the sale of Team Sydney to successful businessman and drag racer Peter Xiberras.
The former Tekno Autosports squad is now facing a ground-up rebuild, which means neither of its 2021 drivers, Fabian Coulthard and Garry Jacobson, are guaranteed to continue this season, as was long expected.
Speculation regarding drivers has been in ...Keep reading", + "category": "Supercars", + "link": "https://www.autosport.com/supercars/news/pither-linked-to-supercars-return/7267520/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Wed, 12 Jan 2022 16:30:32 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/27vWbQx0/s6/mick-schumacher-haas-f1-nikita.jpg", + "pubDate": "Fri, 14 Jan 2022 09:24:15 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/2wBmGrq0/s6/chris-pither-team-sydney-holde.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/27vWbQx0/s6/mick-schumacher-haas-f1-nikita.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/2wBmGrq0/s6/chris-pither-team-sydney-holde.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -756,20 +734,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "98a2e60b122bf537b8bfb5bd042c5a65", + "hash": "735095e5aca2fd44824712e5e785de17", "highlights": [] }, { - "title": "Alfa Romeo: Bottas can flourish in F1 outside of Hamilton’s ‘shadow’", - "description": "Bottas has joined Alfa Romeo for the 2022 season after a five-year stint with Mercedes that yielded five constructors’ championship wins and saw him finish as runner-up in the drivers’ standings in 2019 and 2020.
The move to Alfa Romeo came following Mercedes’ decision to sign junior driver George Russell to its team for this year to partner seven-time world champion Hamilton. Hamilton ...Keep reading", - "content": "Bottas has joined Alfa Romeo for the 2022 season after a five-year stint with Mercedes that yielded five constructors’ championship wins and saw him finish as runner-up in the drivers’ standings in 2019 and 2020.
The move to Alfa Romeo came following Mercedes’ decision to sign junior driver George Russell to its team for this year to partner seven-time world champion Hamilton. Hamilton ...Keep reading", - "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/alfa-romeo-bottas-can-flourish-outside-of-hamiltons-shadow/7213789/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Dakar 2022: Toyota's Al-Attiyah dominates to seal fourth title", + "description": "After near-misses in the previous two years, Al-Attiyah led the 44th running of Dakar from start to finish in the new Toyota Hilux T1+, eventually taking the top honours by 27m46s over Sebastien Loeb (Prodrive/Bahrain).
The Qatari driver won only two of the 12 stages, both in the first week, but showed remarkable consistency throughout the rally-raid, while his rivals fell by the wayside with ...Keep reading", + "content": "After near-misses in the previous two years, Al-Attiyah led the 44th running of Dakar from start to finish in the new Toyota Hilux T1+, eventually taking the top honours by 27m46s over Sebastien Loeb (Prodrive/Bahrain).
The Qatari driver won only two of the 12 stages, both in the first week, but showed remarkable consistency throughout the rally-raid, while his rivals fell by the wayside with ...Keep reading", + "category": "Dakar", + "link": "https://www.autosport.com/dakar/news/dakar-2022-toyotas-al-attiyah-dominates-to-seal-fourth-title/7267542/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Wed, 12 Jan 2022 15:07:02 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6zQ7arLY/s6/valtteri-bottas-alfa-romeo-rac.jpg", + "pubDate": "Fri, 14 Jan 2022 09:24:12 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/YN1nWwW2/s6/201-toyota-gazoo-racing-toyota.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/YN1nWwW2/s6/201-toyota-gazoo-racing-toyota.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -778,20 +756,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf03cd473e2ade9de2f6455e819cbbe2", + "hash": "cbb441ac8146a6a011a64d9ad67e7bac", "highlights": [] }, { - "title": "Ricky Collard working on BTCC comeback in Laser Tools Infiniti", - "description": "The 25-year-old son of BTCC veteran Rob Collard made his debut in the series in 2018 when he stood in for his father, who was ruled out on medical grounds following a concussion, for the final four rounds of that season.
At the wheel of a West Surrey Racing-run BMW 125i M Sport, Collard qualified on the front row third time out at Silverstone, and took a best finish of third.
Collard ...Keep reading", - "content": "The 25-year-old son of BTCC veteran Rob Collard made his debut in the series in 2018 when he stood in for his father, who was ruled out on medical grounds following a concussion, for the final four rounds of that season.
At the wheel of a West Surrey Racing-run BMW 125i M Sport, Collard qualified on the front row third time out at Silverstone, and took a best finish of third.
Collard ...Keep reading", - "category": "BTCC", - "link": "https://www.autosport.com/btcc/news/ricky-collard-working-on-btcc-comeback-in-laser-tools-infiniti/7218171/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Toyota signals GT3 intentions with GR GT3 Concept launch", + "description": "Teased by Toyota last week, the GR GT3 Concept acts as a precursor to what would be the Japanese marque's first full GT3 offering under its own brand.
It is not based on any particular existing Toyota model, featuring a much longer front end and more  aggressive posture compared to the marque's current top sports model, the GR Supra.
While a timeframe for the release of the car was not ...Keep reading", + "content": "Teased by Toyota last week, the GR GT3 Concept acts as a precursor to what would be the Japanese marque's first full GT3 offering under its own brand.
It is not based on any particular existing Toyota model, featuring a much longer front end and more  aggressive posture compared to the marque's current top sports model, the GR Supra.
While a timeframe for the release of the car was not ...Keep reading", + "category": "GT", + "link": "https://www.autosport.com/gt/news/toyota-signals-gt3-intentions-with-gr-gt3-concept-launch/7267228/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Wed, 12 Jan 2022 13:54:41 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/24vbpB56/s6/podium-ricky-collard-wsr-bmw-1.jpg", + "pubDate": "Fri, 14 Jan 2022 09:12:46 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/YP3norX2/s6/gr-gt3-concept-1.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/24vbpB56/s6/podium-ricky-collard-wsr-bmw-1.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/YP3norX2/s6/gr-gt3-concept-1.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -800,20 +778,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1aefed87d278124aee0cc712aa72ab0f", + "hash": "68b4757349c687e315bfa141a3282fa5", "highlights": [] }, { - "title": "Loeb 'cannot do more' to catch Dakar leader Al-Attiyah", - "description": "Following Wednesday's Stage 10, Prodrive/Bahrain driver Loeb faces a daunting 32m40s deficit to Al-Attiyah heading into the penultimate stage near Bisha on Thursday, leaving him with a very slim chance of adding a Dakar win to his nine World Rally Championship titles.
Loeb has been on the back foot since he dropped more than half an hour with a troubled Stage 3, hampered by a mechanical issue ...Keep reading", - "content": "Following Wednesday's Stage 10, Prodrive/Bahrain driver Loeb faces a daunting 32m40s deficit to Al-Attiyah heading into the penultimate stage near Bisha on Thursday, leaving him with a very slim chance of adding a Dakar win to his nine World Rally Championship titles.
Loeb has been on the back foot since he dropped more than half an hour with a troubled Stage 3, hampered by a mechanical issue ...Keep reading", - "category": "Dakar", - "link": "https://www.autosport.com/dakar/news/loeb-cannot-do-more-to-catch-dakar-leader-al-attiyah/7217872/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Aston Martin reveals launch date for 2022 Formula 1 car", + "description": "In an email sent to fans on Friday morning, Aston Martin confirmed that the AMR22 car will be unveiled on 10 February from the manufacturer’s headquarters in Gaydon.
It marks a first date in the diary for F1 launch season in 2022, when all 10 teams will unveil significantly revised designs under the overhauled technical regulations for the upcoming campaign.
Ferrari has set a loose plan of ...Keep reading", + "content": "In an email sent to fans on Friday morning, Aston Martin confirmed that the AMR22 car will be unveiled on 10 February from the manufacturer’s headquarters in Gaydon.
It marks a first date in the diary for F1 launch season in 2022, when all 10 teams will unveil significantly revised designs under the overhauled technical regulations for the upcoming campaign.
Ferrari has set a loose plan of ...Keep reading", + "category": "Formula 1", + "link": "https://www.autosport.com/f1/news/aston-martin-reveals-launch-date-for-2022-formula-1-car/7266915/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Wed, 12 Jan 2022 13:38:59 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/0RrnGlv0/s6/dakar-dakar-2022-211-bahrain-r-2.jpg", + "pubDate": "Fri, 14 Jan 2022 08:54:01 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/63v5D9JY/s6/formula-1-aston-martin-launch--2.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/0RrnGlv0/s6/dakar-dakar-2022-211-bahrain-r-2.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/63v5D9JY/s6/formula-1-aston-martin-launch--2.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -822,20 +800,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ebfd78c43f72f80ce145db87f2414ef", + "hash": "2d33cf90d7088a876dcce8b844dee221", "highlights": [] }, { - "title": "McLaren ‘adamantly opposed’ to cost cap raise for sprint race damage", - "description": "F1 debuted its new sprint race weekend format at three events in 2021, holding 100km races on Saturdays that offered points to the top three and set the grid for the race on Sunday.
The trial of the format last year has led to plans being formulated to expand it to six events next year following talks in Saudi Arabia last month. The season-opener in Bahrain has been earmarked to host the first ...Keep reading", - "content": "F1 debuted its new sprint race weekend format at three events in 2021, holding 100km races on Saturdays that offered points to the top three and set the grid for the race on Sunday.
The trial of the format last year has led to plans being formulated to expand it to six events next year following talks in Saudi Arabia last month. The season-opener in Bahrain has been earmarked to host the first ...Keep reading", + "title": "Brundle: Removing Masi won't solve F1 credibility concerns", + "description": "Masi was roundly criticised for his handling of the late safety car restart in the 2021 Abu Dhabi Grand Prix, which resulted in Mercedes driver Lewis Hamilton losing the race lead and the world championship to Red Bull rival Max Verstappen on the final lap.
Masi permitted the lapped cars between Hamilton and Verstappen to pass the safety car, but kept those behind Verstappen in ...Keep reading", + "content": "Masi was roundly criticised for his handling of the late safety car restart in the 2021 Abu Dhabi Grand Prix, which resulted in Mercedes driver Lewis Hamilton losing the race lead and the world championship to Red Bull rival Max Verstappen on the final lap.
Masi permitted the lapped cars between Hamilton and Verstappen to pass the safety car, but kept those behind Verstappen in ...Keep reading", "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/mclaren-adamantly-opposed-to-cost-cap-raise-for-sprint-race-damage/7215935/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "link": "https://www.autosport.com/f1/news/brundle-removing-masi-wont-solve-f1-credibility-concerns/7249156/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Wed, 12 Jan 2022 12:34:28 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/2y3Mv8p6/s6/lando-norris-mclaren-mcl35m-da.jpg", + "pubDate": "Fri, 14 Jan 2022 08:00:03 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/0JBn5wO0/s6/michael-masi-fia-1.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/2y3Mv8p6/s6/lando-norris-mclaren-mcl35m-da.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/0JBn5wO0/s6/michael-masi-fia-1.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -844,20 +822,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e43b47b919c0b5f6d03c27fad9d7da86", + "hash": "06ffce16ee6837302ab32c867a16eac2", "highlights": [] }, { - "title": "Earnhardt: Next Gen introduction not comparable to Car Of Tomorrow ", - "description": "The two-time Daytona 500 winner hasn't raced a Cup car since his retirement following the 2017 season, but is participating in a two-day test at Daytona International Speedway with his former Hendrick Motorsports team while reigning Cup champion Kyle Larson is competing in the Chili Bowl, an important short track midget racing event.
Speaking following the first day of running, 47-year-old ...Keep reading", - "content": "The two-time Daytona 500 winner hasn't raced a Cup car since his retirement following the 2017 season, but is participating in a two-day test at Daytona International Speedway with his former Hendrick Motorsports team while reigning Cup champion Kyle Larson is competing in the Chili Bowl, an important short track midget racing event.
Speaking following the first day of running, 47-year-old ...Keep reading", - "category": "NASCAR", - "link": "https://www.autosport.com/nascar/news/dale-jr-on-next-gens-surgical-steering-and-the-challenge-it-presents/7216581/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Promoted: De Tomaso P72 update: Nurburgring production facility and new partner", + "description": "It’s been a minute since we’ve heard something new about what we originally described as the “impossibly gorgeous” De Tomaso P72 when it debuted in 2019 at the Goodwood Festival of Speed. This reborn supercar from the 1960s stormed up the hill that year amid agape jaws, and the company behind it, a reborn De Tomaso, promised production of 72 units in the coming years.
If you thought ...Keep reading", + "content": "It’s been a minute since we’ve heard something new about what we originally described as the “impossibly gorgeous” De Tomaso P72 when it debuted in 2019 at the Goodwood Festival of Speed. This reborn supercar from the 1960s stormed up the hill that year amid agape jaws, and the company behind it, a reborn De Tomaso, promised production of 72 units in the coming years.
If you thought ...Keep reading", + "category": "Automotive", + "link": "https://www.autosport.com/automotive/news/de-tomaso-p72-update-nurburgring-production-facility-and-new-partner/7268954/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Wed, 12 Jan 2022 12:21:10 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/YBeJq382/s6/dale-earnhardt-jr-jr-motorspor.jpg", + "pubDate": "Fri, 14 Jan 2022 06:29:47 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/24vA5K46/s6/de-tomaso-p72-ms-lead-1.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/YBeJq382/s6/dale-earnhardt-jr-jr-motorspor.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/24vA5K46/s6/de-tomaso-p72-ms-lead-1.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -866,20 +844,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2696800dbc9e1d1704ec1a08526775e0", + "hash": "7e2f0924691d24ab58b19a96367395d6", "highlights": [] }, { - "title": "Dakar 2022, Stage 10: Peterhansel leads Audi 1-2, Loeb beats Al-Attiyah", - "description": "Peterhansel had been in fine form all day in the 375km test near Wadi Ad Dawasir, one of the fastest stages of the rally, running a close second to team-mate Carlos Sainz early on before grabbing the lead at the third waypoint.
Once out in front, the 14-time Dakar winner steadily extended his advantage over the chasing pack, eventually sealing victory in Stage 10 by 2m06s over Sainz.
This ...Keep reading", - "content": "Peterhansel had been in fine form all day in the 375km test near Wadi Ad Dawasir, one of the fastest stages of the rally, running a close second to team-mate Carlos Sainz early on before grabbing the lead at the third waypoint.
Once out in front, the 14-time Dakar winner steadily extended his advantage over the chasing pack, eventually sealing victory in Stage 10 by 2m06s over Sainz.
This ...Keep reading", - "category": "Dakar", - "link": "https://www.autosport.com/dakar/news/dakar-2022-stage-10-peterhansel-leads-audi-1-2-loeb-beats-al-attiyah/7215783/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Bathurst 12 Hour postponed until May", + "description": "The round-the-clock GT enduro was set to run on 25-27 February, however it will now take place on 13-15 May.
The postponement has been prompted by the current outbreak of the Omicron strain of COVID-19 on Australia's east coast, with daily cases currently higher than has been seen at any other point of the pandemic.
NSW alone yesterday recorded 92,264 new positive cases, although that ...Keep reading", + "content": "The round-the-clock GT enduro was set to run on 25-27 February, however it will now take place on 13-15 May.
The postponement has been prompted by the current outbreak of the Omicron strain of COVID-19 on Australia's east coast, with daily cases currently higher than has been seen at any other point of the pandemic.
NSW alone yesterday recorded 92,264 new positive cases, although that ...Keep reading", + "category": "GT", + "link": "https://www.autosport.com/gt/news/bathurst-12-hour-postponed-until-may/7246482/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Wed, 12 Jan 2022 11:30:35 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/YP3ngdQ2/s6/200-team-audi-sport-audi-steph.jpg", + "pubDate": "Thu, 13 Jan 2022 18:59:10 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/63v951qY/s6/77-mercedes-amg-team-craft-bam.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/YP3ngdQ2/s6/200-team-audi-sport-audi-steph.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/63v951qY/s6/77-mercedes-amg-team-craft-bam.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -888,20 +866,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8e8713327d2b20a5f06655a6dae70a4", + "hash": "6e9702adf862a787dd55ed24de7d9bff", "highlights": [] }, { - "title": "M-Sport’s Craig Breen unscathed after WRC Monte Carlo testing crash", - "description": "The pair were driving the new Ford Puma Rally1 hybrid on asphalt roads in France when the incident occurred. Images on social media have captured the car having come to rest on its roof.
M-Sport has confirmed to Autosport that both Breen and Nagle are okay after contact with a bridge post pitched the car off the road, before slowly rolling down a steep banking.
The team is working to repair ...Keep reading", - "content": "The pair were driving the new Ford Puma Rally1 hybrid on asphalt roads in France when the incident occurred. Images on social media have captured the car having come to rest on its roof.
M-Sport has confirmed to Autosport that both Breen and Nagle are okay after contact with a bridge post pitched the car off the road, before slowly rolling down a steep banking.
The team is working to repair ...Keep reading", - "category": "WRC", - "link": "https://www.autosport.com/wrc/news/m-sports-craig-breen-unscathed-after-wrc-monte-carlo-testing-crash/7215763/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "The hints of change and lingering questions in the FIA’s Abu Dhabi update", + "description": "It was the kind of information that fans had been eagerly waiting for, and while it did not offer any concrete answers, it at least outlined the state of play and the possible timeline for any decisions and, more importantly, action.
Newly-appointed FIA president Mohammed Ben Sulayem spoke earlier this month of the need to be “proactive, not reactive” when it came to addressing the ...Keep reading", + "content": "It was the kind of information that fans had been eagerly waiting for, and while it did not offer any concrete answers, it at least outlined the state of play and the possible timeline for any decisions and, more importantly, action.
Newly-appointed FIA president Mohammed Ben Sulayem spoke earlier this month of the need to be “proactive, not reactive” when it came to addressing the ...Keep reading", + "category": "Formula 1", + "link": "https://www.autosport.com/f1/news/the-hints-of-change-and-lingering-questions-in-the-fias-abu-dhabi-update/7249657/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Wed, 12 Jan 2022 11:27:12 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/254AV590/s6/adrien-fourmaux-alexandre-cori.jpg", + "pubDate": "Thu, 13 Jan 2022 18:54:23 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/68yApRx0/s6/max-verstappen-red-bull-racing.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/254AV590/s6/adrien-fourmaux-alexandre-cori.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/68yApRx0/s6/max-verstappen-red-bull-racing.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -910,20 +888,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7cc8fb62b1e2da1dd8dc9f501c9b294d", + "hash": "4db12bea4a745802993749bc207860d8", "highlights": [] }, { - "title": "Bolukbasi makes jump into F2 with Charouz for 2022", - "description": "Bolukbasi makes the step up from the Euroformula Open championship, where he finished fifth overall in the standings with the Van Amersfoort Racing team, which also joins F2 for this season.
The Turkish driver made a one-off Formula Renault Eurocup appearance at Hockenheim in 2019, but turned his attentions to single-seater racing full-time from 2021, competing in Euroformula and the F3 Asian ...Keep reading", - "content": "Bolukbasi makes the step up from the Euroformula Open championship, where he finished fifth overall in the standings with the Van Amersfoort Racing team, which also joins F2 for this season.
The Turkish driver made a one-off Formula Renault Eurocup appearance at Hockenheim in 2019, but turned his attentions to single-seater racing full-time from 2021, competing in Euroformula and the F3 Asian ...Keep reading", - "category": "FIA F2", - "link": "https://www.autosport.com/formula2/news/bolukbasi-makes-jump-into-f2-with-charouz-for-2022/7214174/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "MotoGP ace Marquez’s vision problems show “clear improvement”", + "description": "The Honda rider missed the final two rounds of the 2021 MotoGP season after a concussion he suffered in a training accident damaged a nerve in his eye and led to a return of the double vision – or diplopia – problems he experienced back in 2011.
Marquez’s racing career was threatened at the end of 2011 when a crash during the Malaysian Moto2 Grand Prix weekend resulted in him suffering ...Keep reading", + "content": "The Honda rider missed the final two rounds of the 2021 MotoGP season after a concussion he suffered in a training accident damaged a nerve in his eye and led to a return of the double vision – or diplopia – problems he experienced back in 2011.
Marquez’s racing career was threatened at the end of 2011 when a crash during the Malaysian Moto2 Grand Prix weekend resulted in him suffering ...Keep reading", + "category": "MotoGP", + "link": "https://www.autosport.com/motogp/news/motogp-ace-marquezs-vision-problems-show-clear-improvement/7249746/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Wed, 12 Jan 2022 09:50:13 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/2y3MdE96/s6/cem-bolukbasi-1.jpg", + "pubDate": "Thu, 13 Jan 2022 18:43:50 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/254AVNE0/s6/marc-marquez-repsol-honda-team.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/2y3MdE96/s6/cem-bolukbasi-1.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/254AVNE0/s6/marc-marquez-repsol-honda-team.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -932,20 +910,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b62fe84b70c00aaeb8b5805cffa98fc", + "hash": "7515b7c52b980eee2e0267e8eeb5e127", "highlights": [] }, { - "title": "Ulster Grand Prix to return in 2022 after two-year absence", - "description": "Dubbed ‘the world’s fastest road race’, the Ulster GP has been a staple of the motorcycle road racing scene since its first event back in 1922.
But the event at Dundrod has been plunged into uncertainty for the last two years owing to financial woes and the COVID-19 pandemic.
Former organisers the Dundrod Club were issued with a winding up order in 2020 as a result or accrued debts of ...Keep reading", - "content": "Dubbed ‘the world’s fastest road race’, the Ulster GP has been a staple of the motorcycle road racing scene since its first event back in 1922.
But the event at Dundrod has been plunged into uncertainty for the last two years owing to financial woes and the COVID-19 pandemic.
Former organisers the Dundrod Club were issued with a winding up order in 2020 as a result or accrued debts of ...Keep reading", - "category": "General", - "link": "https://www.autosport.com/tt/news/ulster-grand-prix-to-return-after-two-year-absence/7213990/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Alpine announces exit of F1 team chief Budkowski", + "description": "Late last season Budkowski was linked with a possible role at Aston Martin, and the recent departure of team principal Otmar Szafnauer has opened up a potential opportunity at the Silverstone outfit.
Szafnauer’s name has also been mentioned in connection with Alpine in what would be a straight swap of two of F1’s key figures.
Budkowski joined the then Renault team in 2018 in a surprise ...Keep reading", + "content": "Late last season Budkowski was linked with a possible role at Aston Martin, and the recent departure of team principal Otmar Szafnauer has opened up a potential opportunity at the Silverstone outfit.
Szafnauer’s name has also been mentioned in connection with Alpine in what would be a straight swap of two of F1’s key figures.
Budkowski joined the then Renault team in 2018 in a surprise ...Keep reading", + "category": "Formula 1", + "link": "https://www.autosport.com/f1/news/alpine-announces-exit-of-f1-team-boss-budkowski/7246587/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Wed, 12 Jan 2022 09:39:08 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6zQRJKLY/s6/1002463-1.jpg", + "pubDate": "Thu, 13 Jan 2022 16:32:21 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/YN1nzBJ2/s6/marcin-budkowski-executive-dir.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6zQRJKLY/s6/1002463-1.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/YN1nzBJ2/s6/marcin-budkowski-executive-dir.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -954,20 +932,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "99d58faac05256b59183914602f1f323", + "hash": "239cc3b6653b8525cfda7c13379239e8", "highlights": [] }, { - "title": "Hulkenberg: \"Pretty damn fast\" F1 2022 cars may still be hard to follow", - "description": "F1 will introduce a new technical ruleset for this year, featuring an overhaul of the aerodynamic regulations that could shake up the pecking order.
The goal of the new regulations is to make the field more competitive and allow drivers to race wheel-to-wheel more without losing as much downforce due to dirty air coming off cars ahead of them.
The cars were expected to be several seconds ...Keep reading", - "content": "F1 will introduce a new technical ruleset for this year, featuring an overhaul of the aerodynamic regulations that could shake up the pecking order.
The goal of the new regulations is to make the field more competitive and allow drivers to race wheel-to-wheel more without losing as much downforce due to dirty air coming off cars ahead of them.
The cars were expected to be several seconds ...Keep reading", + "title": "FIA sets out next steps and plans for Abu Dhabi F1 investigation", + "description": "The FIA confirmed in the days following Max Verstappen’s last-lap title win over Lewis Hamilton that it would be launching a full investigation into the race restart, which was subject to protests by Mercedes.
Mercedes opted to end its pursuit of action after the FIA announced its plans to analyse what happened in Abu Dhabi, but said it would “actively work with this commission to build a ...Keep reading", + "content": "The FIA confirmed in the days following Max Verstappen’s last-lap title win over Lewis Hamilton that it would be launching a full investigation into the race restart, which was subject to protests by Mercedes.
Mercedes opted to end its pursuit of action after the FIA announced its plans to analyse what happened in Abu Dhabi, but said it would “actively work with this commission to build a ...Keep reading", "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/hulkenberg-pretty-damn-fast-f1-2022-cars-may-still-be-hard-to-follow/7213489/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "link": "https://www.autosport.com/f1/news/fia-announces-next-steps-and-plans-for-abu-dhabi-f1-investigation/7246842/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Wed, 12 Jan 2022 09:14:06 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/01WAWnxY/s6/nico-hulkenberg-reserve-driver.jpg", + "pubDate": "Thu, 13 Jan 2022 16:19:05 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/254A1aQ0/s6/lewis-hamilton-mercedes-w12-le.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/01WAWnxY/s6/nico-hulkenberg-reserve-driver.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/254A1aQ0/s6/lewis-hamilton-mercedes-w12-le.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -976,20 +954,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa0dc20df2518741abb0ba030a760c68", + "hash": "f1a34938a01c28ffe0f4d348bc3bf56a", "highlights": [] }, { - "title": "Penske LMP2 entry headlines record 39-car grid in 2022 WEC", - "description": "Penske's entry with a solo ORECA-Gibson 07 was confirmed on the publication of the full list of participants on Wednesday morning.
The American operation is entering LMP2 as it gears up for the arrival of Porsche's new LMDh prototype with which it will undertake factory campaigns for the German manufacturer in both the WEC and the IMSA SportsCar Championship from 2023.
The ORECA will be ...Keep reading", - "content": "Penske's entry with a solo ORECA-Gibson 07 was confirmed on the publication of the full list of participants on Wednesday morning.
The American operation is entering LMP2 as it gears up for the arrival of Porsche's new LMDh prototype with which it will undertake factory campaigns for the German manufacturer in both the WEC and the IMSA SportsCar Championship from 2023.
The ORECA will be ...Keep reading", - "category": "WEC", - "link": "https://www.autosport.com/wec/news/penske-lmp2-entry-headlines-record-39-car-grid-in-2022-wec/7201521/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "W Series to host prospective driver test in Arizona for 2022 season", + "description": "Ahead of the series’ third season, it will stage a test at the Inde Motorsports Ranch between 31 January and 4 February using US specification F4 cars.
The all-female championship staged its first-ever round outside of Europe last October at the Circuit of the Americas in support of the US Grand Prix, holding a double-header season finale.
Drivers attending the test include 2020 Britcar ...Keep reading", + "content": "Ahead of the series’ third season, it will stage a test at the Inde Motorsports Ranch between 31 January and 4 February using US specification F4 cars.
The all-female championship staged its first-ever round outside of Europe last October at the Circuit of the Americas in support of the US Grand Prix, holding a double-header season finale.
Drivers attending the test include 2020 Britcar ...Keep reading", + "category": "W Series", + "link": "https://www.autosport.com/w-series/news/w-series-to-host-prospective-driver-test-in-arizona-for-2022-season/7244566/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Wed, 12 Jan 2022 09:00:44 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/2jXZROM6/s6/6-penske-oreca-lmp2-p-helio-ca.jpg", + "pubDate": "Thu, 13 Jan 2022 14:30:11 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/YP3n7Ej2/s6/start-action-1.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/2jXZROM6/s6/6-penske-oreca-lmp2-p-helio-ca.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/YP3n7Ej2/s6/start-action-1.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -998,20 +976,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ebf64cf9df3af419f0f615498f2e9928", + "hash": "233babd77855a79651b7739a4cd4bc12", "highlights": [] }, { - "title": "Kubica, Deletraz join Prema LMP2 team for 2022 WEC", - "description": "Single-seater powerhouse Prema announced last year its planned entry into the WEC in the LMP2 division in partnership with Ferrari squad Iron Lynx, and on Wednesday it revealed the full driving squad for its solo ORECA 07-Gibson.
Kubica and Deletraz are joined at the Italian team by sportscar newcomer Lorenzo Colombo, a race winner in FIA Formula 3 last year with Campos.
The one-car effort ...Keep reading", - "content": "Single-seater powerhouse Prema announced last year its planned entry into the WEC in the LMP2 division in partnership with Ferrari squad Iron Lynx, and on Wednesday it revealed the full driving squad for its solo ORECA 07-Gibson.
Kubica and Deletraz are joined at the Italian team by sportscar newcomer Lorenzo Colombo, a race winner in FIA Formula 3 last year with Campos.
The one-car effort ...Keep reading", - "category": "WEC", - "link": "https://www.autosport.com/wec/news/kubica-deletraz-join-prema-lmp2-team-for-2022-wec-season/7212679/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "MotoGP legend Rossi joins WRT for 2022 GT World Challenge Europe", + "description": "The 42-year-old retired from MotoGP at the end of the 2021 season, bring to an end a 26-year career in grand prix motorcycle racing that yielded nine world titles across 125cc, 250cc and MotoGP classes and 115 total grand prix victories.
Rossi repeatedly stated last year that he would switch to GT racing at the end of his MotoGP career, having previously contested the Gulf 12 Hours in a Kessel ...Keep reading", + "content": "The 42-year-old retired from MotoGP at the end of the 2021 season, bring to an end a 26-year career in grand prix motorcycle racing that yielded nine world titles across 125cc, 250cc and MotoGP classes and 115 total grand prix victories.
Rossi repeatedly stated last year that he would switch to GT racing at the end of his MotoGP career, having previously contested the Gulf 12 Hours in a Kessel ...Keep reading", + "category": "GT", + "link": "https://www.autosport.com/gt/news/motogp-legend-rossi-joins-wrt-for-2022-gt-world-challenge-europe/7243585/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Wed, 12 Jan 2022 08:27:02 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6D1xMN70/s6/european-le-mans-series-red-bu-2.jpg", + "pubDate": "Thu, 13 Jan 2022 13:32:16 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/6D1nZZG0/s6/valentino-rossi-wrt-audi-r8-gt.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6D1xMN70/s6/european-le-mans-series-red-bu-2.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/6D1nZZG0/s6/valentino-rossi-wrt-audi-r8-gt.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -1020,20 +998,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "94198240b6d3983697bbfde9c92eb465", + "hash": "6139fb9cdc7b237a24470ce649f8fb00", "highlights": [] }, { - "title": "Next Gen test at Daytona produced \"pretty hard racing\"", - "description": "Just over two hours into the first of a two-day test, NASCAR asked teams to run a 10-lap drafting test on the 2.5-mile superspeedway.
In the test, the cars utilised an aero package featuring 510 horsepower with a seven-inch spoiler. While NASCAR didn’t immediately release timing and scoring data from the session, officials said the speeds were “comparable” to those seen at Daytona during ...Keep reading", - "content": "Just over two hours into the first of a two-day test, NASCAR asked teams to run a 10-lap drafting test on the 2.5-mile superspeedway.
In the test, the cars utilised an aero package featuring 510 horsepower with a seven-inch spoiler. While NASCAR didn’t immediately release timing and scoring data from the session, officials said the speeds were “comparable” to those seen at Daytona during ...Keep reading", - "category": "NASCAR", - "link": "https://www.autosport.com/nascar/news/next-gen-test-at-daytona-produced-pretty-hard-racing/7201760/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Alonso \"sad\" to see Honda leave F1 despite McLaren years", + "description": "Honda announced in October 2020 that it would pull out of F1 after the 2021 season, with partner team Red Bull moving the engine production in-house at its Milton Keynes campus for the power units used by both Red Bull Racing and AlphaTauri.
While Honda will aid Red Bull with its power unit, Honda's F1 director Masashi Yamamoto previously stated the development \"will be totally controlled by ...Keep reading", + "content": "Honda announced in October 2020 that it would pull out of F1 after the 2021 season, with partner team Red Bull moving the engine production in-house at its Milton Keynes campus for the power units used by both Red Bull Racing and AlphaTauri.
While Honda will aid Red Bull with its power unit, Honda's F1 director Masashi Yamamoto previously stated the development \"will be totally controlled by ...Keep reading", + "category": "Formula 1", + "link": "https://www.autosport.com/f1/news/alonso-sad-to-see-honda-leave-f1-despite-mclaren-years/7241882/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Tue, 11 Jan 2022 21:15:15 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/2jXdJ4z6/s6/nascar-next-gen-cars-1.jpg", + "pubDate": "Thu, 13 Jan 2022 12:42:00 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/6gnMXpjY/s6/f1-abu-dhabi-gp-2016-fernando-.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/2jXdJ4z6/s6/nascar-next-gen-cars-1.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/6gnMXpjY/s6/f1-abu-dhabi-gp-2016-fernando-.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -1042,64 +1020,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ec1fc469cd597266fc51919dce7376a", + "hash": "35ca2b946a4689c377ed9012e6e69719", "highlights": [] }, { - "title": "Al-Attyiah given belated FIA seat belt penalty, keeps Dakar lead", - "description": "Al-Attiyah’s sanction follows some controversy over the absence of a penalty imposed on Bahrain Raid Xtreme on Monday after a spare tyre was lost by Sebastien Loeb. But today, the sporting stewards decided that a time penalty was fit for Al-Attiyah’s infraction.
As seen by officials in a video published on social media, Al-Attiyah and co-driver Mathieu Baumel did not have their seat belts ...Keep reading", - "content": "Al-Attiyah’s sanction follows some controversy over the absence of a penalty imposed on Bahrain Raid Xtreme on Monday after a spare tyre was lost by Sebastien Loeb. But today, the sporting stewards decided that a time penalty was fit for Al-Attiyah’s infraction.
As seen by officials in a video published on social media, Al-Attiyah and co-driver Mathieu Baumel did not have their seat belts ...Keep reading", + "title": "Dakar 2022, Stage 11: Sainz fastest, Al-Attiyah inches closer to win", + "description": "Sainz was never threatened in the 346km loop near Bisha since he grabbed the lead at the third waypoint from Overdrive’s Lucio Alvarez - the Spaniard successfully tackling the soft dunes towards the end of the stage en route to a comfortable 3m10s victory.
This was Sainz’s second stage win in the Dakar this year and the fourth for Audi’s new hybrid RS Q e-tron contender.
The result ...Keep reading", + "content": "Sainz was never threatened in the 346km loop near Bisha since he grabbed the lead at the third waypoint from Overdrive’s Lucio Alvarez - the Spaniard successfully tackling the soft dunes towards the end of the stage en route to a comfortable 3m10s victory.
This was Sainz’s second stage win in the Dakar this year and the fourth for Audi’s new hybrid RS Q e-tron contender.
The result ...Keep reading", "category": "Dakar", - "link": "https://www.autosport.com/dakar/news/dakar-leader-al-attyiah-hit-by-belated-fia-seat-belt-penalty/7200144/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 19:30:43 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/0qXVqNy6/s6/dakar-dakar-2022-201-toyota-ga-2.jpg", - "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/0qXVqNy6/s6/dakar-dakar-2022-201-toyota-ga-2.jpg", - "id": "", - "language": "", - "folder": "00.03 News/Sport EN", - "feed": "Autosport", - "read": false, - "favorite": false, - "created": false, - "tags": [], - "hash": "e1126d362ff85c70d03e1e7038c23b2e", - "highlights": [] - }, - { - "title": "Lundgaard relishing IndyCar despite “no idea” what can be changed", - "description": "The 20-year-old Dane finished 12th in his second season of F2 in 2021 with ART Grand Prix, slipping back from seventh in a 2020 rookie season that featured two wins.
Lundgaard made his IndyCar debut with RLL on the Indianapolis Motor Speedway road course last August and qualified an impressive fourth - having only managed one day of testing at Barber Motorsports Park prior to the event - before ...Keep reading", - "content": "The 20-year-old Dane finished 12th in his second season of F2 in 2021 with ART Grand Prix, slipping back from seventh in a 2020 rookie season that featured two wins.
Lundgaard made his IndyCar debut with RLL on the Indianapolis Motor Speedway road course last August and qualified an impressive fourth - having only managed one day of testing at Barber Motorsports Park prior to the event - before ...Keep reading", - "category": "IndyCar", - "link": "https://www.autosport.com/indycar/news/lundgaard-relishing-indycar-despite-no-idea-what-can-be-changed/7197631/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 18:13:50 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6VREg4d6/s6/christian-lundgaard-rahal-lett.jpg", - "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6VREg4d6/s6/christian-lundgaard-rahal-lett.jpg", - "id": "", - "language": "", - "folder": "00.03 News/Sport EN", - "feed": "Autosport", - "read": false, - "favorite": false, - "created": false, - "tags": [], - "hash": "386aea7483e24f22bad42095737d56dc", - "highlights": [] - }, - { - "title": "Montoya to return to Indy 500 with Arrow McLaren SP", - "description": "The ex-McLaren Formula 1 driver, who conquered the Indy 500 as a rookie in 2000 with Chip Ganassi Racing and then won it for Team Penske in 2015, will again join Arrow McLaren SP’s full-time drivers Pato O’Ward and Felix Rosenqvist at both the Grand Prix of Indianapolis and the 500.
A team release stated that 46-year-old Montoya completes its line-up for the Month of May, although it is ...Keep reading", - "content": "The ex-McLaren Formula 1 driver, who conquered the Indy 500 as a rookie in 2000 with Chip Ganassi Racing and then won it for Team Penske in 2015, will again join Arrow McLaren SP’s full-time drivers Pato O’Ward and Felix Rosenqvist at both the Grand Prix of Indianapolis and the 500.
A team release stated that 46-year-old Montoya completes its line-up for the Month of May, although it is ...Keep reading", - "category": "IndyCar", - "link": "https://www.autosport.com/indycar/news/montoya-to-return-to-the-indy-500-with-arrow-mclaren-sp/7197276/?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-11-sainz-fastest-al-attiyah-inches-closer-to-win/7241708/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Tue, 11 Jan 2022 16:43:22 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/2QzrZzmY/s6/juan-pablo-montoya-arrow-mclar.jpg", + "pubDate": "Thu, 13 Jan 2022 11:54:21 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/0mb9mez2/s6/202-team-audi-sport-audi-carlo.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/2QzrZzmY/s6/juan-pablo-montoya-arrow-mclar.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/0mb9mez2/s6/202-team-audi-sport-audi-carlo.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -1108,20 +1042,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0374fd8d29201803127a9e84c94cb47", + "hash": "6f9ba180e5668b6cb87d2747183a7449", "highlights": [] }, { - "title": "Ocon learned \"quite a lot\" from Alonso in first season as F1 team-mates", - "description": "Alonso made his return to F1 in 2021 after two seasons away, partnering Ocon at Alpine.
Ocon managed to score his maiden grand prix victory by taking a shock win at the Hungarian Grand Prix, aided by Alonso, who managed to halt Lewis Hamilton's charge with a brilliant defensive display.
The duo helped Alpine secure fifth place in the constructors' championship, and appeared to enjoy a ...Keep reading", - "content": "Alonso made his return to F1 in 2021 after two seasons away, partnering Ocon at Alpine.
Ocon managed to score his maiden grand prix victory by taking a shock win at the Hungarian Grand Prix, aided by Alonso, who managed to halt Lewis Hamilton's charge with a brilliant defensive display.
The duo helped Alpine secure fifth place in the constructors' championship, and appeared to enjoy a ...Keep reading", - "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/ocon-learned-quite-a-lot-from-alonso-in-first-season-as-teammates/7191396/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Woolridge joins Veloce Racing for 2022 Extreme E season", + "description": "The Jean-Eric Vergne and Adrian Newey-backed outfit endured a fraught maiden season in the all-electric SUV off-road racing championship last year.
Two-time W Series champion Jamie Chadwick only contested three of the five rounds as a legacy of calendar clashes.
Meanwhile, experienced team-mate Stephane Sarrazin was ousted ahead of the finale in Dorset following a spate of crashes.
With ...Keep reading", + "content": "The Jean-Eric Vergne and Adrian Newey-backed outfit endured a fraught maiden season in the all-electric SUV off-road racing championship last year.
Two-time W Series champion Jamie Chadwick only contested three of the five rounds as a legacy of calendar clashes.
Meanwhile, experienced team-mate Stephane Sarrazin was ousted ahead of the finale in Dorset following a spate of crashes.
With ...Keep reading", + "category": "Extreme E", + "link": "https://www.autosport.com/extreme-e/news/woolridge-joins-veloce-for-2022-extreme-e-season/7241452/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Tue, 11 Jan 2022 16:19:11 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/0oOGgma0/s6/esteban-ocon-alpine-f1-bumps-f.jpg", + "pubDate": "Thu, 13 Jan 2022 11:39:19 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/2jXZJJP6/s6/lance-woolridge-veloce-racing-.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/0oOGgma0/s6/esteban-ocon-alpine-f1-bumps-f.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/2jXZJJP6/s6/lance-woolridge-veloce-racing-.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -1130,20 +1064,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b1413f4cffddf7824aa90f1f854585a", + "hash": "4e62766a6c03c02830e374f887dfeb52", "highlights": [] }, { - "title": "Ex-F1 driver Gutierrez joins Inter Europol for 2022 WEC campaign", - "description": "Gutierrez, who raced for Sauber in 2013-14 and Haas in 2016, will drive Inter Europol's LMP2 ORECA-Gibson 07 alongside team regulars Alex Brundle and Kuba Smiechowski in the six-round WEC.
The Mexican is returning to active competition for the first time since 2017 after four seasons focussing on his roles with Mercedes, which straddled F1 and Formula E.
He is replacing Renger van de Zande ...Keep reading", - "content": "Gutierrez, who raced for Sauber in 2013-14 and Haas in 2016, will drive Inter Europol's LMP2 ORECA-Gibson 07 alongside team regulars Alex Brundle and Kuba Smiechowski in the six-round WEC.
The Mexican is returning to active competition for the first time since 2017 after four seasons focussing on his roles with Mercedes, which straddled F1 and Formula E.
He is replacing Renger van de Zande ...Keep reading", + "title": "WEC confident Sebring opener will go ahead in March despite COVID concerns", + "description": "WEC boss Frederic Lequien is confident the 1000-mile fixture in Florida set for 18 March, the day before the Sebring 12 Hours IMSA SportsCar Championship round, will take place for the first time since 2019.
His expression of confidence comes despite a surge in COVID-19 cases in Florida since December.
\"There is no reason to panic: we are confident that Sebring will go ahead,\" said ...Keep reading", + "content": "WEC boss Frederic Lequien is confident the 1000-mile fixture in Florida set for 18 March, the day before the Sebring 12 Hours IMSA SportsCar Championship round, will take place for the first time since 2019.
His expression of confidence comes despite a surge in COVID-19 cases in Florida since December.
\"There is no reason to panic: we are confident that Sebring will go ahead,\" said ...Keep reading", "category": "WEC", - "link": "https://www.autosport.com/wec/news/ex-f1-driver-gutierrez-joins-inter-europol-for-2022-wec-campaign/7196528/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "link": "https://www.autosport.com/wec/news/wec-confident-sebring-opener-will-go-ahead-in-march-despite-covid-concerns/7241242/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Tue, 11 Jan 2022 15:44:40 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/YpN5O9N0/s6/esteban-gutierrez-1.jpg", + "pubDate": "Thu, 13 Jan 2022 11:31:24 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/6zQ4ZajY/s6/start-action-1.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/YpN5O9N0/s6/esteban-gutierrez-1.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/6zQ4ZajY/s6/start-action-1.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -1152,20 +1086,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "346bb5d456de6c77139ee3a9ae7341dc", + "hash": "7162dd5680eb6f810cf10383b12e6fca", "highlights": [] }, { - "title": " How leader Gasly blossomed in his 'best F1 season so far'", - "description": "Gasly was one of the standout F1 performers in 2021, taking a podium in Baku alongside several top six finishes. It propelled Gasly up to ninth in the drivers' championship with 110 points, just five points behind McLaren's Daniel Ricciardo and well ahead of rookie team-mate Yuki Tsunoda (32).
The Frenchman has steadily blossomed with the Faenza outfit after being demoted by Red Bull halfway ...Keep reading", - "content": "Gasly was one of the standout F1 performers in 2021, taking a podium in Baku alongside several top six finishes. It propelled Gasly up to ninth in the drivers' championship with 110 points, just five points behind McLaren's Daniel Ricciardo and well ahead of rookie team-mate Yuki Tsunoda (32).
The Frenchman has steadily blossomed with the Faenza outfit after being demoted by Red Bull halfway ...Keep reading", - "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/-how-leader-gasly-blossomed-in-best-season-so-far-in-f1-2021/7193761/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Overnight repair saves M-Sport Monte Carlo WRC test", + "description": "The Ford squad was forced to curtail its running in France on Wednesday after Breen and co-driver Paul Nagle clipped a bridge, sending the Puma into a spin before rolling down a 15 metre drop off the side of the asphalt road, with the car coming to rest on its roof.
Luckily Breen and Nagle escaped the incident unscathed but the crash halted the test and initially threatened to derail the ...Keep reading", + "content": "The Ford squad was forced to curtail its running in France on Wednesday after Breen and co-driver Paul Nagle clipped a bridge, sending the Puma into a spin before rolling down a 15 metre drop off the side of the asphalt road, with the car coming to rest on its roof.
Luckily Breen and Nagle escaped the incident unscathed but the crash halted the test and initially threatened to derail the ...Keep reading", + "category": "WRC", + "link": "https://www.autosport.com/wrc/news/overnight-repair-saves-m-sport-monte-carlo-wrc-test/7241054/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Tue, 11 Jan 2022 15:10:09 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/0Rrn3ar0/s6/pierre-gasly-alphatauri-1.jpg", + "pubDate": "Thu, 13 Jan 2022 11:25:34 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/0rGgpJd2/s6/adrien-fourmaux-alexandre-cori.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/0Rrn3ar0/s6/pierre-gasly-alphatauri-1.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/0rGgpJd2/s6/adrien-fourmaux-alexandre-cori.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -1174,42 +1108,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b17d57785a82f03fb13a00fe516c918a", + "hash": "c63b9f80feb10561f741e9dd45096950", "highlights": [] }, { - "title": "Armstrong exits Ferrari Driver Academy, Ilott on “gap year\" in IndyCar", - "description": "Armstrong, 21, joined Ferrari’s young driver programme in 2017, and has spent the last two years racing in FIA Formula 2.
The New Zealander is yet to confirm his racing plans for the year ahead, but Ferrari revealed on Tuesday that he was no longer part of its junior set-up as the academy began its work for the year ahead.
Ferrari also said that Ilott, who spent last year as customer team ...Keep reading", - "content": "Armstrong, 21, joined Ferrari’s young driver programme in 2017, and has spent the last two years racing in FIA Formula 2.
The New Zealander is yet to confirm his racing plans for the year ahead, but Ferrari revealed on Tuesday that he was no longer part of its junior set-up as the academy began its work for the year ahead.
Ferrari also said that Ilott, who spent last year as customer team ...Keep reading", + "title": "The rise and fall of bargeboards in F1", + "description": "Ross Brawn, together with F1’s technical working group, immediately singled out the complex aerodynamic solution as one of the changes required in order to reduce the aerodynamic wake created by the cars and help produce closer racing in future.
In recent years, driven by the openness of the regulations in that region, the bargeboards had become increasingly complex - and by the end of 2021 ...Keep reading", + "content": "Ross Brawn, together with F1’s technical working group, immediately singled out the complex aerodynamic solution as one of the changes required in order to reduce the aerodynamic wake created by the cars and help produce closer racing in future.
In recent years, driven by the openness of the regulations in that region, the bargeboards had become increasingly complex - and by the end of 2021 ...Keep reading", "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/armstrong-exits-ferrari-driver-academy-ilott-on-gap-year-in-indycar/7195767/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 15:01:45 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/68yDGqG0/s6/fia-f2-silverstone-2021-marcus-2.jpg", - "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/68yDGqG0/s6/fia-f2-silverstone-2021-marcus-2.jpg", - "id": "", - "language": "", - "folder": "00.03 News/Sport EN", - "feed": "Autosport", - "read": false, - "favorite": false, - "created": false, - "tags": [], - "hash": "4435c543a6e3cfb081ece219b50887b5", - "highlights": [] - }, - { - "title": "The Clio revamp that will boost a hidden club racing gem", - "description": "It was one of the worst-kept secrets in national paddocks last season, with little attempt to hide the news that many welcomed. The popular Clio 182 Championship was going to introduce a new model of car, the Renault Clio 197/200, and the series was being rebranded as the Clio Sport Championship.
Despite it only being officially announced in November at MotorsportDays LIVE, those already in the ...Keep reading", - "content": "It was one of the worst-kept secrets in national paddocks last season, with little attempt to hide the news that many welcomed. The popular Clio 182 Championship was going to introduce a new model of car, the Renault Clio 197/200, and the series was being rebranded as the Clio Sport Championship.
Despite it only being officially announced in November at MotorsportDays LIVE, those already in the ...Keep reading", - "category": "National", - "link": "https://www.autosport.com/national/news/the-clio-revamp-that-will-boost-a-hidden-club-racing-gem/7192009/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "link": "https://www.autosport.com/f1/news/rise-and-fall-of-bargeboards-in-f1/7239198/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Tue, 11 Jan 2022 14:18:00 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/YP3ngye2/s6/stefan-mackley-renault-clio-75.jpg", + "pubDate": "Thu, 13 Jan 2022 10:43:35 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/6D1xaOO0/s6/formula-1-styrian-gp-2021-mcla-3.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/YP3ngye2/s6/stefan-mackley-renault-clio-75.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/6D1xaOO0/s6/formula-1-styrian-gp-2021-mcla-3.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -1218,20 +1130,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "411b61e28685423d27cdce3d45731d96", + "hash": "b0a8ffc968592a7e4a840305d27df280", "highlights": [] }, { - "title": "Breen: Hybrid power brings \"third dimension\" to WRC driving", - "description": "The WRC will debut new Rally1 regulations, built around the introduction of hybrid technology, at next week's Monte Carlo Rally.
All-new Rally1 WRC cars feature a 100kW hybrid unit that is coupled to a 1.6 litre internal combustion engine, which pushes out 500 horsepower in short bursts when the two are working in tandem.
Drivers will have the use of an extra 130 horsepower in the form of ...Keep reading", - "content": "The WRC will debut new Rally1 regulations, built around the introduction of hybrid technology, at next week's Monte Carlo Rally.
All-new Rally1 WRC cars feature a 100kW hybrid unit that is coupled to a 1.6 litre internal combustion engine, which pushes out 500 horsepower in short bursts when the two are working in tandem.
Drivers will have the use of an extra 130 horsepower in the form of ...Keep reading", - "category": "WRC", - "link": "https://www.autosport.com/wrc/news/breen-hybrid-power-brings-third-dimension-to-wrc-driving/7193743/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Team Sydney Supercars team sold to drag racer Peter Xiberras", + "description": "The impending sale of the team was first revealed last November, which prompted strong denials by team boss Jonathon Webb via other media outlets.
However, as predicted, the team has indeed changed hands which has seen successful drag racer and businessman Xiberras become the new owner of Team Sydney.
Autosport understands the deal was put to the Supercars Board as early as December but has ...Keep reading", + "content": "The impending sale of the team was first revealed last November, which prompted strong denials by team boss Jonathon Webb via other media outlets.
However, as predicted, the team has indeed changed hands which has seen successful drag racer and businessman Xiberras become the new owner of Team Sydney.
Autosport understands the deal was put to the Supercars Board as early as December but has ...Keep reading", + "category": "Supercars", + "link": "https://www.autosport.com/supercars/news/team-sydney-supercars-team-sold-to-drag-racer-peter-xiberras/7240256/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Tue, 11 Jan 2022 13:09:59 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/0mbe53k2/s6/wrc-rally-finland-2021-craig-b-2.jpg", + "pubDate": "Thu, 13 Jan 2022 10:40:55 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/0mbWZMX2/s6/team-sydney-holden-commodores-.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/0mbe53k2/s6/wrc-rally-finland-2021-craig-b-2.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/0mbWZMX2/s6/team-sydney-holden-commodores-.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -1240,20 +1152,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b22fa5fc0d7b54324c2b9ab5096e33be", + "hash": "5a3761a06f28cc679331351d5bbce3bd", "highlights": [] }, { - "title": "Yelloly and van der Linde join BMW's IMSA GTD Pro lineup at Daytona", - "description": "Yelloly and van der Linde will be making their first IMSA appearances as part of the Rahal-run BMW Team RLL works team that claimed GTLM victories at Daytona in 2019 and 2020, as the new-for-2022 GTD Pro class for GT3 cars with all-professional driver lineups replaces GTLM. 
BMW will contest the full IMSA GTD Pro campaign with two all-new M4 GT3s run by RLL, but has yet to clarify its ...Keep reading", - "content": "Yelloly and van der Linde will be making their first IMSA appearances as part of the Rahal-run BMW Team RLL works team that claimed GTLM victories at Daytona in 2019 and 2020, as the new-for-2022 GTD Pro class for GT3 cars with all-professional driver lineups replaces GTLM. 
BMW will contest the full IMSA GTD Pro campaign with two all-new M4 GT3s run by RLL, but has yet to clarify its ...Keep reading", - "category": "IMSA", - "link": "https://www.autosport.com/imsa/news/yelloly-and-van-der-linde-join-bmw-imsa-gtd-pro-lineup-at-daytona/7192936/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Top 10 McLaren F1 drivers ranked: Senna, Prost, Hamilton and more", + "description": "Bruce McLaren’s firm made its F1 world championship debut in 1966 and the New Zealander scored its maiden victory in the 1968 Belgian Grand Prix. Since then, 19 other drivers have taken wins for McLaren and seven have won drivers’ titles.
PLUS: The numbers that reveal McLaren's revival
For the selection of the top 10 McLaren F1 drivers, Autosport has considered the amount of success the ...Keep reading", + "content": "Bruce McLaren’s firm made its F1 world championship debut in 1966 and the New Zealander scored its maiden victory in the 1968 Belgian Grand Prix. Since then, 19 other drivers have taken wins for McLaren and seven have won drivers’ titles.
PLUS: The numbers that reveal McLaren's revival
For the selection of the top 10 McLaren F1 drivers, Autosport has considered the amount of success the ...Keep reading", + "category": "Formula 1", + "link": "https://www.autosport.com/f1/news/top-10-mclaren-f1-drivers-ranked-senna-prost-hamilton-and-more/7227506/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Tue, 11 Jan 2022 12:25:43 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/0oOjay70/s6/bmw-m4-gt3-being-tested-by-bmw.jpg", + "pubDate": "Thu, 13 Jan 2022 10:21:39 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/2wBzd5e0/s6/formula-1-belgian-gp-1988-alai-2.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/0oOjay70/s6/bmw-m4-gt3-being-tested-by-bmw.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/2wBzd5e0/s6/formula-1-belgian-gp-1988-alai-2.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -1262,20 +1174,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1625357bf21b50f2d0c54a61145232d5", + "hash": "1fdeb6f98b09474166de21a869363502", "highlights": [] }, { - "title": "Arthur Leclerc stays with Prema for FIA F3 in 2022", - "description": "The Monegasque driver took two wins in his rookie season in 2021 at Monza and Zandvoort, as well as pole and P2 in Budapest, finishing 10th in the standings with 79 points.
Leclerc said: “I am extremely happy to continue the work we started with PREMA Racing in the 2021 FIA Formula 3 Championship.
PLUS: How F3's champion bounced back in 2021
“I think we did a good job last year, and ...Keep reading", - "content": "The Monegasque driver took two wins in his rookie season in 2021 at Monza and Zandvoort, as well as pole and P2 in Budapest, finishing 10th in the standings with 79 points.
Leclerc said: “I am extremely happy to continue the work we started with PREMA Racing in the 2021 FIA Formula 3 Championship.
PLUS: How F3's champion bounced back in 2021
“I think we did a good job last year, and ...Keep reading", - "category": "FIA F3", - "link": "https://www.autosport.com/fia-f3/news/arthur-leclerc-stays-with-prema-for-fia-f3-in-2022/7191261/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Inside Mercedes's preparations for a virtual fightback at Le Mans", + "description": "The 1999 Le Mans 24 Hours was a catalogue of disasters for Mercedes as first Mark Webber (twice) then Peter Dumbreck experienced with terrifying consequences the aerodynamic instability of its CLR. Its remaining car was withdrawn, and Mercedes hasn’t been back to Le Mans in an official capacity since. Until now – sort of.
This weekend’s final round of the Le Mans Virtual Series, the ...Keep reading", + "content": "The 1999 Le Mans 24 Hours was a catalogue of disasters for Mercedes as first Mark Webber (twice) then Peter Dumbreck experienced with terrifying consequences the aerodynamic instability of its CLR. Its remaining car was withdrawn, and Mercedes hasn’t been back to Le Mans in an official capacity since. Until now – sort of.
This weekend’s final round of the Le Mans Virtual Series, the ...Keep reading", + "category": "Esports", + "link": "https://www.autosport.com/esports/news/inside-mercedess-preparations-for-a-virtual-fightback-at-le-mans/7224315/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Tue, 11 Jan 2022 10:28:40 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/0mbexpX2/s6/race-winner-arthur-leclerc-pre.jpg", + "pubDate": "Thu, 13 Jan 2022 10:12:02 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/YXRnGGR0/s6/mercedes-team-1.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/0mbexpX2/s6/race-winner-arthur-leclerc-pre.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/YXRnGGR0/s6/mercedes-team-1.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -1284,20 +1196,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f84c972dd346f9fbb15d92a921d460f", + "hash": "54122f09bf40eba99b6a40adca70675f", "highlights": [] }, { - "title": "Triple DTM champion Rast joins Abt for 2022 series return", - "description": "Rast left the DTM after clinching his third title in 2020 to focus on a full-season programme in Formula E, where he scored a best finish of second in Mexico.
Following Audi's departure from the all-electric series in favour of new projects in the Dakar Rally and LMDh, it was revealed last October that Rast would make his DTM return in 2022 along with leading development on Audi's ...Keep reading", - "content": "Rast left the DTM after clinching his third title in 2020 to focus on a full-season programme in Formula E, where he scored a best finish of second in Mexico.
Following Audi's departure from the all-electric series in favour of new projects in the Dakar Rally and LMDh, it was revealed last October that Rast would make his DTM return in 2022 along with leading development on Audi's ...Keep reading", - "category": "DTM", - "link": "https://www.autosport.com/dtm/news/triple-dtm-champion-rast-joins-abt-for-2022-series-return/7172792/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Kristoffersson to defend World Rallycross title with Volkswagen at start of electric era", + "description": "The four-time WRX champion clinched the title last year in dramatic circumstances at the Nurburgring when he overturned a 17-point deficit to beat fellow Swedish driver Timmy Hansen on wins countback.
Last season Kristoffersson jumped behind the wheel of an Audi S1, with his previous world title triumphs coming in a Volkswagen entry, which he returns to for 2022.
The Kristoffersson ...Keep reading", + "content": "The four-time WRX champion clinched the title last year in dramatic circumstances at the Nurburgring when he overturned a 17-point deficit to beat fellow Swedish driver Timmy Hansen on wins countback.
Last season Kristoffersson jumped behind the wheel of an Audi S1, with his previous world title triumphs coming in a Volkswagen entry, which he returns to for 2022.
The Kristoffersson ...Keep reading", + "category": "World Rallycross", + "link": "https://www.autosport.com/world-rallycross/news/kristoffersson-to-defend-world-rallycross-title-with-volkswagen-at-start-of-electric-era/7239507/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Tue, 11 Jan 2022 09:13:46 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6VRnGBl6/s6/rene-rast-abt-sportsline-1.jpg", + "pubDate": "Thu, 13 Jan 2022 10:00:11 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/YEQPGvpY/s6/johan-kristoffersson-kyb-eks-j.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6VRnGBl6/s6/rene-rast-abt-sportsline-1.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/YEQPGvpY/s6/johan-kristoffersson-kyb-eks-j.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -1306,20 +1218,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "95887e5b8ef9169ef18dfa750e77fc48", + "hash": "ceeb0f9a5855100effe3ce84b4683bd6", "highlights": [] }, { - "title": "Harvick: NASCAR Next Gen Cup car ‘the same, but different’", - "description": "NASCAR has made a revolutionary change to its premier stock car class this season, with teams no longer fabricating their own cars from scratch but assembling them from a common supply chain to dramatically cut costs.
In the video (above) NASCAR’s managing director of vehicle systems Brandon Thomas explains how the chassis has been broken into modular front and rear ‘clips’ that bolt on ...Keep reading", - "content": "NASCAR has made a revolutionary change to its premier stock car class this season, with teams no longer fabricating their own cars from scratch but assembling them from a common supply chain to dramatically cut costs.
In the video (above) NASCAR’s managing director of vehicle systems Brandon Thomas explains how the chassis has been broken into modular front and rear ‘clips’ that bolt on ...Keep reading", - "category": "NASCAR", - "link": "https://www.autosport.com/nascar/news/harvick-nascar-next-gen-car-the-same-but-different/7176301/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Percat paired with Bathurst-winning engineer for 2022 Supercars season", + "description": "Like Percat, Slater is a new recruit for the Walkinshaw Andretti United squad, joining from the recently-sold Team Sydney.
He adds to an already-stacked engineering line-up at Clayton led by Carl Faux, with Grant McPherson then directly overseeing race engineers Adam De Borre and Slater.
“It’s fantastic to have someone of Geoff’s calibre joining us for 2022, and I’m really excited ...Keep reading", + "content": "Like Percat, Slater is a new recruit for the Walkinshaw Andretti United squad, joining from the recently-sold Team Sydney.
He adds to an already-stacked engineering line-up at Clayton led by Carl Faux, with Grant McPherson then directly overseeing race engineers Adam De Borre and Slater.
“It’s fantastic to have someone of Geoff’s calibre joining us for 2022, and I’m really excited ...Keep reading", + "category": "Supercars", + "link": "https://www.autosport.com/supercars/news/percat-paired-with-bathurst-winning-engineer-for-2022-supercars-season/7239165/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Mon, 10 Jan 2022 19:04:02 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6n9RQwgY/s6/kevin-harvick-stewart-haas-rac.jpg", + "pubDate": "Thu, 13 Jan 2022 09:39:53 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/6O1nKQJ2/s6/5a714ce3-d4ef-7749-51c7-bd6d3d.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6n9RQwgY/s6/kevin-harvick-stewart-haas-rac.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/6O1nKQJ2/s6/5a714ce3-d4ef-7749-51c7-bd6d3d.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -1328,20 +1240,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "23121a75edddb5b9cead4693c0630e02", + "hash": "80f278b3efbcf733241cff7fd098ac51", "highlights": [] }, { - "title": "IndyCar and Motorsport Network launch global fan survey", - "description": "Following the success of the most recent F1 global fan survey in partnership with F1, Motorsport Network and Nielsen last October, the latest effort sees a new survey launched on North America’s top level open-wheel racing series ahead of the 2022 season.
Fans have the chance to make their voices heard and the survey is open to anyone over 16. It will run for three weeks, starting on 10 ...Keep reading", - "content": "Following the success of the most recent F1 global fan survey in partnership with F1, Motorsport Network and Nielsen last October, the latest effort sees a new survey launched on North America’s top level open-wheel racing series ahead of the 2022 season.
Fans have the chance to make their voices heard and the survey is open to anyone over 16. It will run for three weeks, starting on 10 ...Keep reading", + "title": "Magazine: Celebrating motorsport's biggest monsters", + "description": "We’ve selected some of the most outrageous and, in a few cases, ridiculous cars ever to go into competition for our Monsters of Motorsport special. It is a look at some of the cars that can impress and entertain even if they are going around a circuit (or rally stage) all on their own.
There were many candidates for inclusion, so we’ve largely focused on the cars that were dramatic and ...Keep reading", + "content": "We’ve selected some of the most outrageous and, in a few cases, ridiculous cars ever to go into competition for our Monsters of Motorsport special. It is a look at some of the cars that can impress and entertain even if they are going around a circuit (or rally stage) all on their own.
There were many candidates for inclusion, so we’ve largely focused on the cars that were dramatic and ...Keep reading", "category": "General", - "link": "https://www.autosport.com/general/news/indycar-and-motorsport-network-launch-global-fan-survey/7172620/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "link": "https://www.autosport.com/general/news/magazine-celebrating-motorsports-biggest-monsters/7239009/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Mon, 10 Jan 2022 15:23:08 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/0qXVbQg6/s6/indycar-and-motorsport-network.jpg", + "pubDate": "Thu, 13 Jan 2022 09:28:21 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/6zQ7wbkY/s6/magazine130122-1.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/0qXVbQg6/s6/indycar-and-motorsport-network.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/6zQ7wbkY/s6/magazine130122-1.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -1350,20 +1262,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fabe427dcb8d69ad5942f7b4585ad16f", + "hash": "0f64cff1ede1938d7dae0e65463aca76", "highlights": [] }, { - "title": "Espargaro gained \"realistic\" understanding of Marquez's MotoGP speed in 2021", - "description": "The 2013 Moto2 world champion switched from KTM to the factory Honda squad last season, ending a largely difficult campaign with one podium and pole position to his credit.
Despite missing four races through injury and crashing out of four others, Marquez won three times and was comfortably top Honda rider in seventh in the standings – 42 points clear of Espargaro.
The 2021 season was ...Keep reading", - "content": "The 2013 Moto2 world champion switched from KTM to the factory Honda squad last season, ending a largely difficult campaign with one podium and pole position to his credit.
Despite missing four races through injury and crashing out of four others, Marquez won three times and was comfortably top Honda rider in seventh in the standings – 42 points clear of Espargaro.
The 2021 season was ...Keep reading", - "category": "MotoGP", - "link": "https://www.autosport.com/motogp/news/espargaro-gained-realistic-understanding-of-marquezs-motogp-speed-in-2021/7170453/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Calan Williams joins Trident for 2022 F2 season", + "description": "A full-season deal with the Italian squad follows the Australian's cameo at the post-season test in Abu Dhabi late last year.
He was 10th fastest on the first of the three days despite having no experience in F2.
Williams' promotion to F2 follows two seasons in Formula 3 with Jenzer Motorsport, the 2021 campaign yielding his first podium and 19th place in the points.
\"I'm extremely proud ...Keep reading", + "content": "A full-season deal with the Italian squad follows the Australian's cameo at the post-season test in Abu Dhabi late last year.
He was 10th fastest on the first of the three days despite having no experience in F2.
Williams' promotion to F2 follows two seasons in Formula 3 with Jenzer Motorsport, the 2021 campaign yielding his first podium and 19th place in the points.
\"I'm extremely proud ...Keep reading", + "category": "FIA F2", + "link": "https://www.autosport.com/formula2/news/williams-joins-trident-for-2022-f2-season/7237518/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Mon, 10 Jan 2022 13:14:16 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/YEQP9K5Y/s6/marc-marquez-repsol-honda-team.jpg", + "pubDate": "Thu, 13 Jan 2022 06:15:26 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/6b7nrQn0/s6/271739254-459232095595916-6609.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/YEQP9K5Y/s6/marc-marquez-repsol-honda-team.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/6b7nrQn0/s6/271739254-459232095595916-6609.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -1372,7 +1284,7 @@ "favorite": false, "created": false, "tags": [], - "hash": "4fc397391ae6870c1ebbd4a8351b06f7", + "hash": "85c6914ce21f8d5badf48ba187d7eb41", "highlights": [] }, { @@ -2189,13 +2101,13 @@ "description": "Kinja RSS", "items": [ { - "title": "Someone Finally Fixed The Tesla Model S Yoke, But It Will Cost You", - "description": "

Someone has finally come up with a solution to Tesla’s much maligned yoke on the Model S Plaid, but it’s going to cost you.

Read more...

", - "content": "

Someone has finally come up with a solution to Tesla’s much maligned yoke on the Model S Plaid, but it’s going to cost you.

Read more...

", - "category": "tesla", - "link": "https://jalopnik.com/someone-finally-fixed-the-tesla-model-s-yoke-but-it-wi-1848354898", - "creator": "Andy Kalmowitz", - "pubDate": "Thu, 13 Jan 2022 20:14:37 GMT", + "title": "A Drone Is The Best Way To Show Off A New WRC Car", + "description": "

A new season of the FIA World Rally Championship is quickly approaching. The season-opening Rallye Monte Carlo is less than a week away. With a new set of regulations, WRC teams have been teasing and eventually revealing their new Rally1 cars ahead of the season. Earlier this week, Hyundai Motorsport unveiled its new…

Read more...

", + "content": "

A new season of the FIA World Rally Championship is quickly approaching. The season-opening Rallye Monte Carlo is less than a week away. With a new set of regulations, WRC teams have been teasing and eventually revealing their new Rally1 cars ahead of the season. Earlier this week, Hyundai Motorsport unveiled its new…

Read more...

", + "category": "rally pyramid", + "link": "https://jalopnik.com/a-drone-is-the-best-way-to-show-off-a-new-wrc-car-1848366876", + "creator": "Ryan Erik King", + "pubDate": "Sat, 15 Jan 2022 16:35:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2207,17 +2119,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "33847be4f6fd071a4097ee49ae9c3e7e", + "hash": "107666fcd573cea6bae82899c9db178d", "highlights": [] }, { - "title": "The 2023 Honda HR-V Wants You To Think It Can Go Places And Do Things", - "description": "

The third-generation Honda HR-V was unveiled last year, but that was the version for everyone outside of North America. Here, Honda plans an HR-V with slightly different styling and a later release date, because we’re special. Honda released teaser images of the 2023 HR-V on Thursday.

Read more...

", - "content": "

The third-generation Honda HR-V was unveiled last year, but that was the version for everyone outside of North America. Here, Honda plans an HR-V with slightly different styling and a later release date, because we’re special. Honda released teaser images of the 2023 HR-V on Thursday.

Read more...

", - "category": "hr v", - "link": "https://jalopnik.com/the-2023-honda-hr-v-wants-you-to-think-it-can-go-places-1848354716", - "creator": "Erik Shilling", - "pubDate": "Thu, 13 Jan 2022 20:13:34 GMT", + "title": "Chevrolet Impala Soars Over Michigan Overpass In Huge Crash", + "description": "

Admittedly, I’m a big fan of Forza Horizon 5. A video game where I can launch my car across an undulating landscape is just the perfect platform for endless hours of entertainment. However, I could never conceive of doing anything from that carefree virtual space to our real world of broken bones and vehicular damage.…

Read more...

", + "content": "

Admittedly, I’m a big fan of Forza Horizon 5. A video game where I can launch my car across an undulating landscape is just the perfect platform for endless hours of entertainment. However, I could never conceive of doing anything from that carefree virtual space to our real world of broken bones and vehicular damage.…

Read more...

", + "category": "chevrolet", + "link": "https://jalopnik.com/chevrolet-impala-soars-over-michigan-overpass-in-huge-c-1848366515", + "creator": "Ryan Erik King", + "pubDate": "Sat, 15 Jan 2022 14:15:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2229,17 +2141,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d630348b0fc7c2f1df4fb2c80e852fc", + "hash": "c2dcef7295d2c99d5c594b75f85da068", "highlights": [] }, { - "title": "The Most Popular Vehicle In Your State Is Probably A Ford F-150 Pickup", - "description": "

You don’t need me to tell you that the prices of both new and used cars have skyrocketed in recent months — we’ve covered that plenty here on Jalopnik. Instead, I’m here to tell you what vehicles people are actually buying when they do buck up and spend the money, and the answer is probably a Ford F-150.

Read more...

", - "content": "

You don’t need me to tell you that the prices of both new and used cars have skyrocketed in recent months — we’ve covered that plenty here on Jalopnik. Instead, I’m here to tell you what vehicles people are actually buying when they do buck up and spend the money, and the answer is probably a Ford F-150.

Read more...

", - "category": "ford f 150", - "link": "https://jalopnik.com/the-most-popular-vehicle-in-your-state-is-probably-a-fo-1848354841", + "title": "Man Who Rammed Into Dealership, Walked Around With AK-47, Still Not Found", + "description": "

In early January, one man rammed into a car dealership in the Austin, Texas area and then entered the building with an AK-47 in what appeared to be a pursuit of someone inside, local news station KXAN reports.

Read more...

", + "content": "

In early January, one man rammed into a car dealership in the Austin, Texas area and then entered the building with an AK-47 in what appeared to be a pursuit of someone inside, local news station KXAN reports.

Read more...

", + "category": "dodge", + "link": "https://jalopnik.com/man-who-rammed-into-dealership-walked-around-with-ak-4-1848362887", "creator": "Elizabeth Blackstock", - "pubDate": "Thu, 13 Jan 2022 20:04:44 GMT", + "pubDate": "Sat, 15 Jan 2022 00:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2251,17 +2163,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "06133bf71c31ecb13eb0c3cf9b6f3c6c", + "hash": "00f1761bab465ca85109d320cb5b6a90", "highlights": [] }, { - "title": "Car NFTs Create New, Exciting Way For Cars To Pollute The Environment", - "description": "

Imagine if your car could pump CO2 into the environment all while sitting in your garage. I know, it’s a dream few have dared to realize but now you can! And you don’t even need to own the actual physical car! Just a picture of the car and some code will deliver plenty of sweet, planet warming carbon straight into…

Read more...

", - "content": "

Imagine if your car could pump CO2 into the environment all while sitting in your garage. I know, it’s a dream few have dared to realize but now you can! And you don’t even need to own the actual physical car! Just a picture of the car and some code will deliver plenty of sweet, planet warming carbon straight into…

Read more...

", - "category": "draftnft bank", - "link": "https://jalopnik.com/car-nfts-create-new-exciting-way-for-cars-to-pollute-t-1848351483", - "creator": "Erin Marquis", - "pubDate": "Thu, 13 Jan 2022 19:51:00 GMT", + "title": "Dakar Rally Competitors Celebrate Podium With Marriage Proposal", + "description": "

If you’d just finished the Dakar Rally on two wheels, how would you want to celebrate? For Yamaha teammates Javi Vega and Sara Garcia, completing the most demanding race in the world was the perfect occasion for a marriage proposal — and yes, it was successful.

Read more...

", + "content": "

If you’d just finished the Dakar Rally on two wheels, how would you want to celebrate? For Yamaha teammates Javi Vega and Sara Garcia, completing the most demanding race in the world was the perfect occasion for a marriage proposal — and yes, it was successful.

Read more...

", + "category": "dakar rally", + "link": "https://jalopnik.com/dakar-rally-competitors-celebrate-podium-with-marriage-1848362249", + "creator": "Elizabeth Blackstock", + "pubDate": "Fri, 14 Jan 2022 23:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2273,17 +2185,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc07e169c446b3a433ff7cd2a9e5ba66", + "hash": "bbe2e22e8d3ec385b462822aa7bb3d10", "highlights": [] }, { - "title": "Customer Is Suing BMW For Favoring Its Dealers In Buybacks", - "description": "

A California man is suing BMW after finding that the company’s lease agreement favors selling its leased vehicles to branded dealers over third-party dealers, Automotive News reports.

Read more...

", - "content": "

A California man is suing BMW after finding that the company’s lease agreement favors selling its leased vehicles to branded dealers over third-party dealers, Automotive News reports.

Read more...

", - "category": "bmw", - "link": "https://jalopnik.com/customer-is-suing-bmw-for-favoring-its-dealers-in-buyba-1848353355", - "creator": "Lawrence Hodge", - "pubDate": "Thu, 13 Jan 2022 19:02:00 GMT", + "title": "Kyle Larson Credits Big-Screen TVs For His Latest Chili Bowl Win", + "description": "

We all know Kyle Larson is an undisputed talent on the dirt track scene, but the driver is currently crediting his recent win at the Chili Bowl Midget Nationals to one thing: Television.

Read more...

", + "content": "

We all know Kyle Larson is an undisputed talent on the dirt track scene, but the driver is currently crediting his recent win at the Chili Bowl Midget Nationals to one thing: Television.

Read more...

", + "category": "kyle larson", + "link": "https://jalopnik.com/kyle-larson-credits-big-screen-tvs-for-his-latest-chili-1848363820", + "creator": "Elizabeth Blackstock", + "pubDate": "Fri, 14 Jan 2022 22:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2295,17 +2207,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e79ed0577010e89652423e150641ac2f", + "hash": "6024e72a6a379fa34b9e67130f5caaa8", "highlights": [] }, { - "title": "Ford Focus RS, Saab 9-3 Viggen, Subaru Legacy GT-B: The Dopest Cars I Found For Sale Online", - "description": "

Another week means another entry into our series featuring the sweet cars I found for sale online. This time we have Ford’s hottest hatch, a twin turbo Subaru wagon, and two-wheel-drive motorcycle.

Read more...

", - "content": "

Another week means another entry into our series featuring the sweet cars I found for sale online. This time we have Ford’s hottest hatch, a twin turbo Subaru wagon, and two-wheel-drive motorcycle.

Read more...

", - "category": "cars", - "link": "https://jalopnik.com/ford-focus-rs-saab-9-3-viggen-subaru-legacy-gt-b-the-1848353827", - "creator": "Mercedes Streeter", - "pubDate": "Thu, 13 Jan 2022 18:49:18 GMT", + "title": "MotoGP Riders Blink Fewer Times Than Us Normal Folks", + "description": "

An Italian pharmaceutical firm, SIFI, conducted a study with the help of LCR Honda to learn the impact racing has on the eyes of professional motorcycle riders. The study found that MotoGP riders are not prone to dry, irritated eyes despite exposure to stressful conditions like headwinds and UV rays. More importantly,…

Read more...

", + "content": "

An Italian pharmaceutical firm, SIFI, conducted a study with the help of LCR Honda to learn the impact racing has on the eyes of professional motorcycle riders. The study found that MotoGP riders are not prone to dry, irritated eyes despite exposure to stressful conditions like headwinds and UV rays. More importantly,…

Read more...

", + "category": "blink", + "link": "https://jalopnik.com/motogp-riders-blink-fewer-times-than-us-normal-folks-1848363789", + "creator": "José Rodríguez Jr.", + "pubDate": "Fri, 14 Jan 2022 21:35:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2317,17 +2229,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "92efbfb48f43adeb1cab33ebf9c719fb", + "hash": "377de49f6f932658d540b584518eacff", "highlights": [] }, { - "title": "Quit Your Whining, A Manual Toyota Supra May Be Coming To The U.S.", - "description": "

People in the U.S. have been waiting for the Toyota GR Supra to offer a manual transmission pretty much since the car was first revealed. Well, wait no more as a new report seems to all but confirm that a 6-speed is coming.

Read more...

", - "content": "

People in the U.S. have been waiting for the Toyota GR Supra to offer a manual transmission pretty much since the car was first revealed. Well, wait no more as a new report seems to all but confirm that a 6-speed is coming.

Read more...

", - "category": "toyota", - "link": "https://jalopnik.com/quit-your-whining-a-manual-toyota-supra-may-be-coming-1848353631", - "creator": "Andy Kalmowitz", - "pubDate": "Thu, 13 Jan 2022 18:42:44 GMT", + "title": "Remember, The Past Was Garbage: Chrysler Edition", + "description": "

What I’m about to describe to you is one of those things that manages to short-circuit my brain when it comes to how I perceive it: On the one hand, it was ridiculous garbage and should have been embarrassing to the companies that did this. But at the same time, it was wildly clever and did exactly the job it was…

Read more...

", + "content": "

What I’m about to describe to you is one of those things that manages to short-circuit my brain when it comes to how I perceive it: On the one hand, it was ridiculous garbage and should have been embarrassing to the companies that did this. But at the same time, it was wildly clever and did exactly the job it was…

Read more...

", + "category": "chrysler", + "link": "https://jalopnik.com/remember-the-past-was-garbage-chrysler-edition-1848363114", + "creator": "Jason Torchinsky", + "pubDate": "Fri, 14 Jan 2022 21:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2339,17 +2251,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec7d7f0c043b0b2f85792e7fbb2db451", + "hash": "44cd95ebe0d6eef79d454a276d4935e1", "highlights": [] }, { - "title": "I've Got An American Car Terms Dictionary So I Can Finally Fit In Here", - "description": "

America’s a fun place and, on the whole, things are fairly similar to the UK. But dig deeper and it’s a world full strange quirks and bizarre words like “rutabaga” and “sidewalk.” Americans and Brits may both speak the same language, so why is there a host of different phrases that all mean the same thing?

Read more...

", - "content": "

America’s a fun place and, on the whole, things are fairly similar to the UK. But dig deeper and it’s a world full strange quirks and bizarre words like “rutabaga” and “sidewalk.” Americans and Brits may both speak the same language, so why is there a host of different phrases that all mean the same thing?

Read more...

", - "category": "dictionary", - "link": "https://jalopnik.com/ive-got-an-american-car-terms-dictionary-so-i-can-final-1848353223", - "creator": "Owen Bellwood", - "pubDate": "Thu, 13 Jan 2022 18:26:00 GMT", + "title": "One Tesla Model S Has Gone Nearly 1 Million Miles And Needed Some Major Repairs", + "description": "

A Tesla owner in Germany may just have the record for highest-mileage Model S in the world. He recently rolled over 1.5 million kilometers (932,256 freedom miles if you live in the U.S.) in his Model S P85.

Read more...

", + "content": "

A Tesla owner in Germany may just have the record for highest-mileage Model S in the world. He recently rolled over 1.5 million kilometers (932,256 freedom miles if you live in the U.S.) in his Model S P85.

Read more...

", + "category": "tesla", + "link": "https://jalopnik.com/one-tesla-model-s-has-gone-nearly-1-million-miles-and-n-1848362945", + "creator": "Andy Kalmowitz", + "pubDate": "Fri, 14 Jan 2022 20:35:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2361,17 +2273,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b534b0325d3905e5b14e2594834dc2f6", + "hash": "d2f7a12b9779a173120498ba4fc0aa4a", "highlights": [] }, { - "title": "Let's Talk About Agetec's: Racing", - "description": "

It’s beautiful in its simplicity, isn’t it? In 2000, a company called Agetec published a PlayStation game simply titled Racing as part of its budget A1 Games label. It’s absolutely as terrible as you’d expect, but the utter lack of any defining qualities whatsoever has endeared it to me for years.

Read more...

", - "content": "

It’s beautiful in its simplicity, isn’t it? In 2000, a company called Agetec published a PlayStation game simply titled Racing as part of its budget A1 Games label. It’s absolutely as terrible as you’d expect, but the utter lack of any defining qualities whatsoever has endeared it to me for years.

Read more...

", - "category": "space shot", - "link": "https://jalopnik.com/lets-talk-about-agetecs-racing-1848353014", - "creator": "Adam Ismail", - "pubDate": "Thu, 13 Jan 2022 18:23:00 GMT", + "title": "Two Dealership Employees Are Fired After Their Racist Attack Of An Immigrant Family Went Viral", + "description": "

Two employees of a Long Island, NY Toyota dealership were fired after a video of them racially harassing an immigrant family went viral, Automotive News reports.

Read more...

", + "content": "

Two employees of a Long Island, NY Toyota dealership were fired after a video of them racially harassing an immigrant family went viral, Automotive News reports.

Read more...

", + "category": "long island rail road", + "link": "https://jalopnik.com/two-dealership-employees-are-fired-after-their-racist-a-1848362983", + "creator": "Lawrence Hodge", + "pubDate": "Fri, 14 Jan 2022 20:32:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2383,17 +2295,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c4fc5b2dd8addf7bbe55db7934b0fd4", + "hash": "777fd845d69fc240c336ed96b212784e", "highlights": [] }, { - "title": "Reminder: Pre-Ordering A Car You've Never Driven Is A Bad Idea", - "description": "

We get article suggestions all of the time, and often they’re fantastic ideas because, as you know, our readers are very smart. And devastatingly attractive. And while I’m sure that’s the case with this particular article-suggestor, the article suggested isn’t the one I think they had in mind. It involves a new 2021…

Read more...

", - "content": "

We get article suggestions all of the time, and often they’re fantastic ideas because, as you know, our readers are very smart. And devastatingly attractive. And while I’m sure that’s the case with this particular article-suggestor, the article suggested isn’t the one I think they had in mind. It involves a new 2021…

Read more...

", - "category": "bronco", - "link": "https://jalopnik.com/reminder-pre-ordering-a-car-youve-never-driven-is-a-ba-1848353177", - "creator": "Jason Torchinsky", - "pubDate": "Thu, 13 Jan 2022 17:25:56 GMT", + "title": "Robert Wickens Returns To Racing With Hyundai In IMSA TCR After Paralysis", + "description": "

When rising motorsport star Robert Wickens suffered a crash in IndyCar’s Pocono event back in 2018, it wasn’t clear that the Canadian racer would compete again due to severe injuries. Today, though, Wickens has announced that he’s going to be competing in the 2022 IMSA TCR season behind the wheel of an all-Canadian…

Read more...

", + "content": "

When rising motorsport star Robert Wickens suffered a crash in IndyCar’s Pocono event back in 2018, it wasn’t clear that the Canadian racer would compete again due to severe injuries. Today, though, Wickens has announced that he’s going to be competing in the 2022 IMSA TCR season behind the wheel of an all-Canadian…

Read more...

", + "category": "robert wickens", + "link": "https://jalopnik.com/robert-wickens-returns-to-racing-with-hyundai-in-imsa-t-1848359650", + "creator": "Elizabeth Blackstock", + "pubDate": "Fri, 14 Jan 2022 20:15:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2405,17 +2317,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "855cd9413fdb552ced3881e348991671", + "hash": "b75227eaa5d3bf026a69fe19a0dcc87f", "highlights": [] }, { - "title": "I Moved To Boston And My Miata Is Not The Answer For These Roads! What Should I Buy?", - "description": "

Nik recently moved to Boston and he has found that his ND Miata is not the most ideal car for city traffic, terrible roads, and bad winters. He would also prefer something a bit more spacious for hauling gear. What car should he buy?

Read more...

", - "content": "

Nik recently moved to Boston and he has found that his ND Miata is not the most ideal car for city traffic, terrible roads, and bad winters. He would also prefer something a bit more spacious for hauling gear. What car should he buy?

Read more...

", - "category": "miata", - "link": "https://jalopnik.com/i-moved-to-boston-and-my-miata-is-not-the-answer-for-th-1848351747", - "creator": "Tom McParland", - "pubDate": "Thu, 13 Jan 2022 17:14:00 GMT", + "title": "Here Are Best Drive-Thru Restaurants in America", + "description": "

A drive-thru meal can be everything from an on-the-go treat to sustenance on a long journey home. But, where is the best place to stop for your mid-trip fill?

Read more...

", + "content": "

A drive-thru meal can be everything from an on-the-go treat to sustenance on a long journey home. But, where is the best place to stop for your mid-trip fill?

Read more...

", + "category": "restaurants", + "link": "https://jalopnik.com/here-are-best-drive-thru-restaurants-in-america-1848362630", + "creator": "Owen Bellwood", + "pubDate": "Fri, 14 Jan 2022 20:09:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2427,17 +2339,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "84a717c5a2c3bd69dd7f110507e07058", + "hash": "eaa50d545d9f82da338da361dea3c87b", "highlights": [] }, { - "title": "Liberty Walk Worked Its Magic On A Mitsuoka Orochi And Won The Tokyo Auto Salon Before It Even Started", - "description": "

The 2022 Tokyo Auto Salon happens this weekend, and Japan’s most creative tuning companies are bringing their best to the festivities. Among them is Liberty Walk, which chose to do up not a modern supercar for this year’s event but a curious old cult favorite — the infamous Mitsuoka Orochi.

Read more...

", - "content": "

The 2022 Tokyo Auto Salon happens this weekend, and Japan’s most creative tuning companies are bringing their best to the festivities. Among them is Liberty Walk, which chose to do up not a modern supercar for this year’s event but a curious old cult favorite — the infamous Mitsuoka Orochi.

Read more...

", - "category": "orochi", - "link": "https://jalopnik.com/liberty-walk-worked-its-magic-on-a-mitsuoka-orochi-and-1848348135", - "creator": "Adam Ismail", - "pubDate": "Thu, 13 Jan 2022 17:00:00 GMT", + "title": "Please Do Not Pay $49,000 For A 14-Year-Old Dodge Challenger", + "description": "

Look, I get it. You’re two years into a pandemic with no end in sight, you’ve come to the realization that life is both short and precious, and you want to make some changes. Call it cabin fever, call it an early mid-life crisis, but please don’t call the seller of this $49,000 2008 Dodge Challenger. You’re better…

Read more...

", + "content": "

Look, I get it. You’re two years into a pandemic with no end in sight, you’ve come to the realization that life is both short and precious, and you want to make some changes. Call it cabin fever, call it an early mid-life crisis, but please don’t call the seller of this $49,000 2008 Dodge Challenger. You’re better…

Read more...

", + "category": "dodge", + "link": "https://jalopnik.com/please-do-not-pay-49-000-for-a-14-year-old-dodge-chall-1848362600", + "creator": "Steve DaSilva", + "pubDate": "Fri, 14 Jan 2022 19:35:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2449,17 +2361,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2cf503505dba54043e26d6cf7e53209", + "hash": "c681360c4a91d1883a3aa5b434d65462", "highlights": [] }, { - "title": "Local Motors Died Trying To Figure Out AVs", - "description": "

Local Motors, the company behind the first car to ever be openly developed and built using crowd-sourcing, is dead.

Read more...

", - "content": "

Local Motors, the company behind the first car to ever be openly developed and built using crowd-sourcing, is dead.

Read more...

", - "category": "local motors", - "link": "https://jalopnik.com/local-motors-died-trying-to-figure-out-avs-1848352561", - "creator": "Andy Kalmowitz", - "pubDate": "Thu, 13 Jan 2022 16:50:00 GMT", + "title": "Scammers Are Using QR Codes To Steal Credit Card Info At Parking Meters", + "description": "

Municipal leaders across the country are warning drivers not to use QR codes stuck on to parking pay stations. Such QR codes are easily faked, and it seems scammers used them to soak up unsuspecting people’s parking fees, along with their credit card information, in some of the largest cities in the U.S.

Read more...

", + "content": "

Municipal leaders across the country are warning drivers not to use QR codes stuck on to parking pay stations. Such QR codes are easily faked, and it seems scammers used them to soak up unsuspecting people’s parking fees, along with their credit card information, in some of the largest cities in the U.S.

Read more...

", + "category": "redfern", + "link": "https://jalopnik.com/scammers-are-using-qr-codes-to-steal-credit-card-info-a-1848362181", + "creator": "Erin Marquis", + "pubDate": "Fri, 14 Jan 2022 19:20:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2471,17 +2383,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b55ef9522268b4107f6266bf1813ce5", + "hash": "be471210ee7e697fd9492a2fc299ee2a", "highlights": [] }, { - "title": "Valentino Rossi Will Return To Racing, With Two More Wheels", - "description": "

Now some feel good news to round out the week. MotoGP legend Valentino Rossi has confirmed he’ll be racing for Team WRT Audi in the coming GT World Challenge Europe series. As it happens, the 2022 season kicks off with one of two home races for The Doctor, at Imola, on the weekend of April 1.

Read more...

", - "content": "

Now some feel good news to round out the week. MotoGP legend Valentino Rossi has confirmed he’ll be racing for Team WRT Audi in the coming GT World Challenge Europe series. As it happens, the 2022 season kicks off with one of two home races for The Doctor, at Imola, on the weekend of April 1.

Read more...

", - "category": "valentino rossi", - "link": "https://jalopnik.com/valentino-rossi-will-return-to-racing-with-two-more-wh-1848352424", - "creator": "Adam Ismail", - "pubDate": "Thu, 13 Jan 2022 16:36:00 GMT", + "title": "It Is Time For The Superload", + "description": "

We’ve all seen oversize loads on the highway. They’re usually pre-manufactured buildings or wind turbine parts, but I would guess that you have never seen a superload. And maybe not one that takes up two lanes, slowly meandering to its destination. Such a load is currently making its way through Pennsylvania.

Read more...

", + "content": "

We’ve all seen oversize loads on the highway. They’re usually pre-manufactured buildings or wind turbine parts, but I would guess that you have never seen a superload. And maybe not one that takes up two lanes, slowly meandering to its destination. Such a load is currently making its way through Pennsylvania.

Read more...

", + "category": "semi trailer truck", + "link": "https://jalopnik.com/it-is-time-for-the-superload-1848361675", + "creator": "Erik Shilling", + "pubDate": "Fri, 14 Jan 2022 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2493,17 +2405,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0cb8bad1f9eed9bd67140b8f5604655", + "hash": "9f53ef852d27a9c46581a48b66ad785d", "highlights": [] }, { - "title": "Annual Used Car Sales Hit A New Record, And It Won't Be Broken Anytime Soon", - "description": "

Used car sales broke records in 2021, we should hear more on the whereabouts of the Cybertruck soon and Lamborghini’s doing a-OK. All that and more in The Morning Shift for Thursday, January 13, 2022.

Read more...

", - "content": "

Used car sales broke records in 2021, we should hear more on the whereabouts of the Cybertruck soon and Lamborghini’s doing a-OK. All that and more in The Morning Shift for Thursday, January 13, 2022.

Read more...

", - "category": "dodge durango", - "link": "https://jalopnik.com/annual-used-car-sales-hit-a-new-record-and-it-wont-be-1848351316", - "creator": "Adam Ismail", - "pubDate": "Thu, 13 Jan 2022 15:26:00 GMT", + "title": "Medicaid Pays Millions Of Dollars For Medical Transport That Never Arrives", + "description": "

People who rely on medical transportation services are missing appointments or are being left stranded after getting medical care because of driver shortages. Medicaid has paid the companies that run these services despite the shortage, which means that millions of dollars were wasted on rides that never came. And…

Read more...

", + "content": "

People who rely on medical transportation services are missing appointments or are being left stranded after getting medical care because of driver shortages. Medicaid has paid the companies that run these services despite the shortage, which means that millions of dollars were wasted on rides that never came. And…

Read more...

", + "category": "medicaid", + "link": "https://jalopnik.com/medicaid-pays-millions-of-dollars-for-medical-transport-1848361585", + "creator": "José Rodríguez Jr.", + "pubDate": "Fri, 14 Jan 2022 18:40:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2515,17 +2427,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "777ddb6f3f4bc1dd04f384747b057e97", + "hash": "141c3abb3692f42f64dba47a6fb9063e", "highlights": [] }, { - "title": "When Do You Know It's Time To Part Ways With Your Car?", - "description": "

I took my car to the shop in Los Angeles before driving back to New York City this week because the drive belt was squealing and I wanted a general wellness check in any case. They said the water pump was leaking, and also the rear brake shoes needed replacing, and also I wanted new spark plugs. I spent [REDACTED] to…

Read more...

", - "content": "

I took my car to the shop in Los Angeles before driving back to New York City this week because the drive belt was squealing and I wanted a general wellness check in any case. They said the water pump was leaking, and also the rear brake shoes needed replacing, and also I wanted new spark plugs. I spent [REDACTED] to…

Read more...

", - "category": "tire", - "link": "https://jalopnik.com/when-do-you-know-its-time-to-part-ways-with-your-car-1848351928", - "creator": "Erik Shilling", - "pubDate": "Thu, 13 Jan 2022 15:11:34 GMT", + "title": "This Cute Delivery Robot Is Here To Steal Your Heart And Your Job", + "description": "

Robots are here to take over our world, and instead of making them look scary and imposing, you know, like you’d expect from a device that’s threatening our way of life, designers are making them appear adorable. Case in point: the next-generation delivery bot from Nuro, which now adds a pedestrian airbag to further…

Read more...

", + "content": "

Robots are here to take over our world, and instead of making them look scary and imposing, you know, like you’d expect from a device that’s threatening our way of life, designers are making them appear adorable. Case in point: the next-generation delivery bot from Nuro, which now adds a pedestrian airbag to further…

Read more...

", + "category": "delivery robot", + "link": "https://jalopnik.com/this-cute-delivery-robot-is-here-to-steal-your-heart-an-1848361518", + "creator": "Owen Bellwood", + "pubDate": "Fri, 14 Jan 2022 18:23:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2537,17 +2449,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "11fb490e2ef01cdd83a353e69879832d", + "hash": "cb2ff15565bb8cf091aabaf1745b9f4b", "highlights": [] }, { - "title": "Nicholas Cage Likely Didn't Steal This 1967 Mustang GT 500, But Someone Did", - "description": "

Memphis Raines is at it again, folks. Well, not really. There’s little chance Nicholas Cage’s character in the 2000 car crime thriller Gone in 60 Seconds stole this 1967 Shelby Mustang GT 500 – but someone in Oklahoma did.

Read more...

", - "content": "

Memphis Raines is at it again, folks. Well, not really. There’s little chance Nicholas Cage’s character in the 2000 car crime thriller Gone in 60 Seconds stole this 1967 Shelby Mustang GT 500 – but someone in Oklahoma did.

Read more...

", - "category": "nicholas cage", - "link": "https://jalopnik.com/nicholas-cage-likely-didnt-steal-this-1967-mustang-gt-5-1848351703", - "creator": "Andy Kalmowitz", - "pubDate": "Thu, 13 Jan 2022 14:42:00 GMT", + "title": "Florida State Employee Killed In Road Rage Shootout", + "description": "

Florida news outlets are reporting that a former state official was killed during a road rage incident. Outlets also report it was an incident he may have started.

Read more...

", + "content": "

Florida news outlets are reporting that a former state official was killed during a road rage incident. Outlets also report it was an incident he may have started.

Read more...

", + "category": "road rage", + "link": "https://jalopnik.com/florida-state-employee-killed-in-road-rage-shootout-1848361385", + "creator": "Lawrence Hodge", + "pubDate": "Fri, 14 Jan 2022 18:18:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2559,17 +2471,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "74aab35a464b97b60dffa55fc6455911", + "hash": "cca41816bc77eb9e4ff1e15edd0ff67d", "highlights": [] }, { - "title": "This Old Honda Is Getting A K24 With A Huge Turbo Because More Power", - "description": "

Many enthusiasts and even some of our readers consider motorcycles to be deathtraps to never be touched. Indeed, things can go really south after just a simple mistake. So it makes me giggle to find the kinds of motorcycle builds that even true, die-hard motorcyclists might not want to ride. Here’s another, and this…

Read more...

", - "content": "

Many enthusiasts and even some of our readers consider motorcycles to be deathtraps to never be touched. Indeed, things can go really south after just a simple mistake. So it makes me giggle to find the kinds of motorcycle builds that even true, die-hard motorcyclists might not want to ride. Here’s another, and this…

Read more...

", - "category": "k24", - "link": "https://jalopnik.com/this-old-honda-is-getting-a-k24-with-a-huge-turbo-becau-1848349419", - "creator": "Mercedes Streeter", - "pubDate": "Thu, 13 Jan 2022 14:30:00 GMT", + "title": "Man Spends Three Days Trying To Remove Oil Filter, Lives Every Wrencher's Nightmare", + "description": "

To say Tony Rotundo’s first oil change on his recently-acquired 1965 Plymouth Barracuda Formula S was a disaster would be an understatement. The San Francisco-based wrestling photographer suffered for three days trying every trick in the book, turning a clean orange cylinder into a beat-up thin plate and his…

Read more...

", + "content": "

To say Tony Rotundo’s first oil change on his recently-acquired 1965 Plymouth Barracuda Formula S was a disaster would be an understatement. The San Francisco-based wrestling photographer suffered for three days trying every trick in the book, turning a clean orange cylinder into a beat-up thin plate and his…

Read more...

", + "category": "oil filter", + "link": "https://jalopnik.com/man-spends-three-days-trying-to-remove-oil-filter-live-1848361141", + "creator": "David Tracy", + "pubDate": "Fri, 14 Jan 2022 17:33:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2581,39 +2493,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "34795ad7788befee937f4a0a26db7aac", + "hash": "c9e62f9bc6e7d872d52c7054bd3c5476", "highlights": [] }, { - "title": "What's The Best Purple Car?", - "description": "

Last week, Pantone announced its Color of the Year for 2022: 17-3938, Very Peri. It’s a deep, cool purple that, according to Pantone, exudes “carefree confidence and a daring curiosity that animates our creative spirit.” I’m not sure a single color can pull all that off, but I can say this about Very Peri: It would…

Read more...

", - "content": "

Last week, Pantone announced its Color of the Year for 2022: 17-3938, Very Peri. It’s a deep, cool purple that, according to Pantone, exudes “carefree confidence and a daring curiosity that animates our creative spirit.” I’m not sure a single color can pull all that off, but I can say this about Very Peri: It would…

Read more...

", - "category": "purple", - "link": "https://jalopnik.com/whats-the-best-purple-car-1848351200", + "title": "Honda Doesn't Think Americans Are Interested In EVs", + "description": "

EV sales in the U.S. are a small market segment, but one that’s growing quickly. Just 4% of new cars sold here are electric, but their market share is growing 28 percent every year. That growth rate is slower than China or Europe, but faster than the overall auto sales market in the U.S. — slow and steady wins the…

Read more...

", + "content": "

EV sales in the U.S. are a small market segment, but one that’s growing quickly. Just 4% of new cars sold here are electric, but their market share is growing 28 percent every year. That growth rate is slower than China or Europe, but faster than the overall auto sales market in the U.S. — slow and steady wins the…

Read more...

", + "category": "honda", + "link": "https://jalopnik.com/honda-doesnt-think-americans-are-interested-in-evs-1848356108", "creator": "Steve DaSilva", - "pubDate": "Thu, 13 Jan 2022 14:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/Sport EN", - "feed": "Jalopnik", - "read": false, - "favorite": false, - "created": false, - "tags": [], - "hash": "8182fe5f314297761f8f330aea0f384d", - "highlights": [] - }, - { - "title": "Blip: Behold, The Worst Picture I've Ever Seen In A Car Brochure", - "description": "

This image is from a 1971 brochure for the GM Ranger, a short-lived GM brand for (mostly) South Africa that was basically re-badged Opels and Vauxhalls. There’s better photos in the brochure, of course, but I’m dazzled by the choice to use this confusing, blurry image in there. It’s a bold, bold call, especially with…

Read more...

", - "content": "

This image is from a 1971 brochure for the GM Ranger, a short-lived GM brand for (mostly) South Africa that was basically re-badged Opels and Vauxhalls. There’s better photos in the brochure, of course, but I’m dazzled by the choice to use this confusing, blurry image in there. It’s a bold, bold call, especially with…

Read more...

", - "category": "brochure", - "link": "https://jalopnik.com/blip-behold-the-worst-picture-ive-ever-seen-in-a-car-1848351320", - "creator": "Jason Torchinsky", - "pubDate": "Thu, 13 Jan 2022 13:45:00 GMT", + "pubDate": "Fri, 14 Jan 2022 17:31:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2625,17 +2515,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a507dc21d4ec3fd219abdbef63249dd8", + "hash": "d572e4ac5faf0dc0a4301aba4e2c5c8d", "highlights": [] }, { - "title": "At $6,200, Is This 2004 Infiniti G35 A Dream Deal?", - "description": "

According to its insistent ALL CAPS ad, today’s Nice Price or No Dice G35 “runs like a dream or a bat out of hell if you want.” Let’s see if its price tag is equally as flexible.

Read more...

", - "content": "

According to its insistent ALL CAPS ad, today’s Nice Price or No Dice G35 “runs like a dream or a bat out of hell if you want.” Let’s see if its price tag is equally as flexible.

Read more...

", - "category": "infiniti", - "link": "https://jalopnik.com/at-6-200-is-this-2004-infiniti-g35-a-dream-deal-1848344127", - "creator": "Rob Emslie", - "pubDate": "Thu, 13 Jan 2022 13:00:00 GMT", + "title": "The Volkswagen ID.4 Is Secretly A Baja Bug For The Modern Day", + "description": "

The world of crossovers is chock full of vehicles that look like they could go off-road but fall short when the going gets tough. That’s why I was pleasantly surprised when I took a pair of Volkswagen ID.4s for a punishing drive out in the desert in California and found out they could hold their own.

Read more...

", + "content": "

The world of crossovers is chock full of vehicles that look like they could go off-road but fall short when the going gets tough. That’s why I was pleasantly surprised when I took a pair of Volkswagen ID.4s for a punishing drive out in the desert in California and found out they could hold their own.

Read more...

", + "category": "baja bug", + "link": "https://jalopnik.com/the-volkswagen-id-4-is-baja-bug-for-the-modern-day-1848357725", + "creator": "Mercedes Streeter", + "pubDate": "Fri, 14 Jan 2022 17:15:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2647,17 +2537,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9acca2c6eb177c7a09936709faca56d6", + "hash": "747a2ab237def87bd5980ce0a5a43321", "highlights": [] }, { - "title": "Dive Into The High-Speed World Of NHRA In This New Video", - "description": "

Ever wondered what goes on behind the scenes at a National Hot Rod Association drag racing event? The folks over at 1320 Video on YouTube got some excellent behind-the-scenes access to help viewers understand what goes on in the world of professional, top-level drag racing, and it’s a great video for both longtime…

Read more...

", - "content": "

Ever wondered what goes on behind the scenes at a National Hot Rod Association drag racing event? The folks over at 1320 Video on YouTube got some excellent behind-the-scenes access to help viewers understand what goes on in the world of professional, top-level drag racing, and it’s a great video for both longtime…

Read more...

", - "category": "lalita chemello", - "link": "https://jalopnik.com/dive-into-the-high-speed-world-of-nhra-in-this-new-vide-1848348236", + "title": "NASCAR Teams Already Have A Shortage Of Next Gen Cars", + "description": "

Supply chain shortages have rocked the automotive world this year, and the NASCAR Cup Series has been no exception. As the 2022 season comes into focus, many teams are facing the very real possibility that they may not have enough Next Gen cars to get through the first handful of races.

Read more...

", + "content": "

Supply chain shortages have rocked the automotive world this year, and the NASCAR Cup Series has been no exception. As the 2022 season comes into focus, many teams are facing the very real possibility that they may not have enough Next Gen cars to get through the first handful of races.

Read more...

", + "category": "nascar", + "link": "https://jalopnik.com/nascar-teams-already-have-a-shortage-of-next-gen-cars-1848360529", "creator": "Elizabeth Blackstock", - "pubDate": "Thu, 13 Jan 2022 00:00:00 GMT", + "pubDate": "Fri, 14 Jan 2022 16:55:51 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2669,61 +2559,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c64fc1ed4d6471e1170446f48e4ac5f", + "hash": "94d766db6bd71d829ea79a485043e67d", "highlights": [] }, { - "title": "Let's Better Inform Our Friends And Others About Their Cars", - "description": "

I’m not sure about you, but as a car person, I occasionally receive those texts or calls from friends, co-workers and the like that ask, “Hey, this happened with my car… is this bad?” In many cases, the problem is a simple fix that may require a quick trip to the auto part store or a mechanic. Sometimes, it’s a little…

Read more...

", - "content": "

I’m not sure about you, but as a car person, I occasionally receive those texts or calls from friends, co-workers and the like that ask, “Hey, this happened with my car… is this bad?” In many cases, the problem is a simple fix that may require a quick trip to the auto part store or a mechanic. Sometimes, it’s a little…

Read more...

", - "category": "radiator", - "link": "https://jalopnik.com/lets-better-inform-our-friends-and-others-about-their-c-1848348809", - "creator": "Lalita Chemello", - "pubDate": "Wed, 12 Jan 2022 23:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/Sport EN", - "feed": "Jalopnik", - "read": false, - "favorite": false, - "created": false, - "tags": [], - "hash": "e4005847b45cbe08458228be5f7a21b1", - "highlights": [] - }, - { - "title": "You Really Should Read Those Sun Visor Warning Labels", - "description": "

I had a press vehicle recently, and when I pulled down the visor to block the intense rays of that large, glowing orb in the sky — I want to say it’s Jupiter? Anyway, when I pulled down the visor, I was confronted with this big warning label, and I realized that I’m not sure I’ve ever actually read one.

Read more...

", - "content": "

I had a press vehicle recently, and when I pulled down the visor to block the intense rays of that large, glowing orb in the sky — I want to say it’s Jupiter? Anyway, when I pulled down the visor, I was confronted with this big warning label, and I realized that I’m not sure I’ve ever actually read one.

Read more...

", - "category": "labels", - "link": "https://jalopnik.com/you-really-should-read-those-sun-visor-warning-labels-1848348264", - "creator": "Jason Torchinsky", - "pubDate": "Wed, 12 Jan 2022 22:35:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/Sport EN", - "feed": "Jalopnik", - "read": false, - "favorite": false, - "created": false, - "tags": [], - "hash": "136ff3cffb6a691e8e98e3e35a712f26", - "highlights": [] - }, - { - "title": "Toyota C-HR Tops List Of Owner Regret", - "description": "

Tough news for Toyota C-HR owners out there. A Consumer Reports survey showed people who have the little hatchback/crossover-thing have more buyer’s remorse than any other owners.

Read more...

", - "content": "

Tough news for Toyota C-HR owners out there. A Consumer Reports survey showed people who have the little hatchback/crossover-thing have more buyer’s remorse than any other owners.

Read more...

", - "category": "toyota", - "link": "https://jalopnik.com/toyota-c-hr-tops-list-of-owner-regret-1848348279", + "title": "Subaru Made A Really, Really Fast Electric Car", + "description": "

Just like everyone else in the automotive industry, Subaru is getting real weird with it. The company revealed its new STI E-RA concept at the Tokyo Auto Salon, which is an all-electric hypercar designed to demolish records.

Read more...

", + "content": "

Just like everyone else in the automotive industry, Subaru is getting real weird with it. The company revealed its new STI E-RA concept at the Tokyo Auto Salon, which is an all-electric hypercar designed to demolish records.

Read more...

", + "category": "subaru", + "link": "https://jalopnik.com/subaru-made-a-really-really-fast-electric-car-1848360508", "creator": "Andy Kalmowitz", - "pubDate": "Wed, 12 Jan 2022 22:05:00 GMT", + "pubDate": "Fri, 14 Jan 2022 16:29:46 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2735,17 +2581,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "62e50af018f92353c115796668897768", + "hash": "70f2d2c8abc0b883b1173fbc76fdbb69", "highlights": [] }, { - "title": "A Passenger Stormed A Plane's Cockpit Then Tried To Jump Out Of A Window", - "description": "

Tens of thousands of flights have been hampered during the pandemic by passenger behavior, bad weather and even server outages. I thought I’d heard it all until an incident in Honduras yesterday. A passenger ran into the cockpit of a plane, broke a thrust lever, then tried to jump out of a window.

Read more...

", - "content": "

Tens of thousands of flights have been hampered during the pandemic by passenger behavior, bad weather and even server outages. I thought I’d heard it all until an incident in Honduras yesterday. A passenger ran into the cockpit of a plane, broke a thrust lever, then tried to jump out of a window.

Read more...

", - "category": "disaster accident", - "link": "https://jalopnik.com/a-passenger-stormed-a-planes-cockpit-then-tried-to-jump-1848348098", - "creator": "Mercedes Streeter", - "pubDate": "Wed, 12 Jan 2022 21:41:05 GMT", + "title": "The New Civic Type R Looks Good, Sounds Like Elevator Music", + "description": "

The outgoing Civic Type R was a masterpiece in many ways: It was raucous fun to drive, had incredible seats, and sent its power through one of the best-feeling transmissions to ever appear in a street car. Its looks may have been divisive, but the styling had as many fans as detractors. If it had one flaw on which…

Read more...

", + "content": "

The outgoing Civic Type R was a masterpiece in many ways: It was raucous fun to drive, had incredible seats, and sent its power through one of the best-feeling transmissions to ever appear in a street car. Its looks may have been divisive, but the styling had as many fans as detractors. If it had one flaw on which…

Read more...

", + "category": "civic", + "link": "https://jalopnik.com/the-new-civic-type-r-looks-good-sounds-like-elevator-m-1848360277", + "creator": "Steve DaSilva", + "pubDate": "Fri, 14 Jan 2022 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2757,17 +2603,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "57f4e069517e7bef96abf8c3687a5086", + "hash": "4d591e84179f46cdda7cb403ef477491", "highlights": [] }, { - "title": "Apparently Noble Still Exists And Has A New Supercar To Prove It", - "description": "

There’s a brand new car from Noble. Yes, I’m as shocked as you are. But it’s true: British car maker Noble does still exist, and it has created a brand new supercar to prove just that.

Read more...

", - "content": "

There’s a brand new car from Noble. Yes, I’m as shocked as you are. But it’s true: British car maker Noble does still exist, and it has created a brand new supercar to prove just that.

Read more...

", - "category": "noble", - "link": "https://jalopnik.com/apparently-noble-still-exists-and-has-a-new-supercar-to-1848347650", + "title": "Bollinger To Cancel Reservations And Pivot To Commercial Trucks", + "description": "

We should all be used to hearing about delays with angular, electric pickup trucks. But today, EV maker Bollinger announced that it’s postponing its two electric trucks “indefinitely,” which came as a bit of a surprise. Especially because Bollinger said the reason for doing so was to pivot its focus towards making…

Read more...

", + "content": "

We should all be used to hearing about delays with angular, electric pickup trucks. But today, EV maker Bollinger announced that it’s postponing its two electric trucks “indefinitely,” which came as a bit of a surprise. Especially because Bollinger said the reason for doing so was to pivot its focus towards making…

Read more...

", + "category": "bollinger", + "link": "https://jalopnik.com/bollinger-to-cancel-reservations-and-pivot-to-commercia-1848359720", "creator": "Owen Bellwood", - "pubDate": "Wed, 12 Jan 2022 21:05:00 GMT", + "pubDate": "Fri, 14 Jan 2022 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2779,17 +2625,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5bd5302b1ae8d68df7b5aa5df1875004", + "hash": "5ad4842bd5a8aa7c26355d28caf12642", "highlights": [] }, { - "title": "These Were Your Nightmare Road Trip Companions", - "description": "

On any long journey, it can be nice to have a friend alongside you. But not all friends make for good traveling companions, and some bring nasty habits onboard with them.

Read more...

", - "content": "

On any long journey, it can be nice to have a friend alongside you. But not all friends make for good traveling companions, and some bring nasty habits onboard with them.

Read more...

", - "category": "heart", - "link": "https://jalopnik.com/these-were-your-nightmare-road-trip-companions-1848346451", - "creator": "Owen Bellwood", - "pubDate": "Wed, 12 Jan 2022 20:05:00 GMT", + "title": "Toyota Wants Its GR GT3 Concept To Lead To A Street Version", + "description": "

Toyota’s recent midlife crisis kick looks to be going swimmingly. After focusing on reliable, practical cars for so long, the company has been trying to inject life back into its lineup with cars like the Corolla Hatch, GR86, Supra, and never-to-be-seen-on-American-shores GR Yaris — and it’s working. Toyota now makes…

Read more...

", + "content": "

Toyota’s recent midlife crisis kick looks to be going swimmingly. After focusing on reliable, practical cars for so long, the company has been trying to inject life back into its lineup with cars like the Corolla Hatch, GR86, Supra, and never-to-be-seen-on-American-shores GR Yaris — and it’s working. Toyota now makes…

Read more...

", + "category": "toyota", + "link": "https://jalopnik.com/toyota-wants-its-gr-gt3-concept-to-lead-to-a-street-ver-1848359631", + "creator": "Steve DaSilva", + "pubDate": "Fri, 14 Jan 2022 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2801,17 +2647,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ddbbfe5d7362f712cb5d3b2db278435e", + "hash": "d297e051cf8a6cc6fb53775195cb7e7b", "highlights": [] }, { - "title": "A New Fixed Volkswagen Cheater Diesel Could Set You Back Up To $74,000", - "description": "

Dealerships across America are sitting on goldmines. While Volkswagen no longer sells diesels in America, you can still find a surprising number of TDIs for sale on lots, some with fewer than 50 miles on their odometers. But there’s a catch: If you want a new-old Volkswagen diesel, you may have to pay as much as…

Read more...

", - "content": "

Dealerships across America are sitting on goldmines. While Volkswagen no longer sells diesels in America, you can still find a surprising number of TDIs for sale on lots, some with fewer than 50 miles on their odometers. But there’s a catch: If you want a new-old Volkswagen diesel, you may have to pay as much as…

Read more...

", - "category": "volkswagen", - "link": "https://jalopnik.com/a-new-fixed-volkswagen-cheater-diesel-could-set-you-bac-1848345614", - "creator": "Mercedes Streeter", - "pubDate": "Wed, 12 Jan 2022 17:50:00 GMT", + "title": "These Tactics Will Most Likely Not Increase Your Survivability Of A Carjacking", + "description": "

Being assaulted or threatened with violence is terrifying. With the right training and mindset, there are ways to survive, or even better, avoid these encounters. But I cannot stress enough that you should be very critical of any “survival tactics” by social media sensations like Detriot D.U.S.T.

Read more...

", + "content": "

Being assaulted or threatened with violence is terrifying. With the right training and mindset, there are ways to survive, or even better, avoid these encounters. But I cannot stress enough that you should be very critical of any “survival tactics” by social media sensations like Detriot D.U.S.T.

Read more...

", + "category": "carjacking", + "link": "https://jalopnik.com/these-tactics-will-most-likely-not-increase-your-surviv-1848353310", + "creator": "Tom McParland", + "pubDate": "Fri, 14 Jan 2022 15:08:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2823,7 +2669,7 @@ "favorite": false, "created": false, "tags": [], - "hash": "59cdb3c2d01ebab19f90262852a5c231", + "hash": "ec0f712f65ee8d930e09439cc2732f01", "highlights": [] }, { @@ -3240,13 +3086,13 @@ "description": "Fantasy Sports from RotoWire.com", "items": [ { - "title": "Derrick Jones: Out 4-to-6 weeks", - "description": "Jones has been diagnosed with a bone bruise in his right knee that's expected to keep him out for four to six weeks, Shams Charania of The Athletic reports.\n\n Visit RotoWire.com for more analysis on this update.", - "content": "Jones has been diagnosed with a bone bruise in his right knee that's expected to keep him out for four to six weeks, Shams Charania of The Athletic reports.\n\n Visit RotoWire.com for more analysis on this update.", + "title": "Marcus Smart: Still out Saturday", + "description": "Smart (COVID-19 protocols) is out Saturday against the Bulls.\n\n Visit RotoWire.com for more analysis on this update.", + "content": "Smart (COVID-19 protocols) is out Saturday against the Bulls.\n\n Visit RotoWire.com for more analysis on this update.", "category": "", - "link": "https://rotowire.com/basketball/player.php?id=4083", + "link": "https://rotowire.com/basketball/player.php?id=3575", "creator": "", - "pubDate": "Thu, 13 Jan 2022 11:08:00 AM PST", + "pubDate": "Sat, 15 Jan 2022 9:18:00 AM PST", "enclosure": "", "enclosureType": "", "image": "", @@ -3258,17 +3104,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9404f9eeea3c99bd94c3b4eaa7b7ec37", + "hash": "d9ad4b3b1ae661e98ea8b344987c0d55", "highlights": [] }, { - "title": "Malcolm Brogdon: Participates in practice", - "description": "Brogdon (Achilles) participated in Thursday's practice session, Scott Agness of FieldhouseFiles.com reports.\n\n Visit RotoWire.com for more analysis on this update.", - "content": "Brogdon (Achilles) participated in Thursday's practice session, Scott Agness of FieldhouseFiles.com reports.\n\n Visit RotoWire.com for more analysis on this update.", + "title": "Kristaps Porzingis: Clears protocols, unlikely to play", + "description": "Porzingis has cleared the league's health and safety protocols but is unlikely to play Saturday against the Magic, Brad Townsend of The Dallas Morning News reports.\n\n Visit RotoWire.com for more analysis on this update.", + "content": "Porzingis has cleared the league's health and safety protocols but is unlikely to play Saturday against the Magic, Brad Townsend of The Dallas Morning News reports.\n\n Visit RotoWire.com for more analysis on this update.", "category": "", - "link": "https://rotowire.com/basketball/player.php?id=3898", + "link": "https://rotowire.com/basketball/player.php?id=3669", "creator": "", - "pubDate": "Thu, 13 Jan 2022 10:13:00 AM PST", + "pubDate": "Sat, 15 Jan 2022 8:52:00 AM PST", "enclosure": "", "enclosureType": "", "image": "", @@ -3280,17 +3126,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b14c79f9e8fae6db7462af14853aca26", + "hash": "932923bdc6f47f5c468ee154ef957bf5", "highlights": [] }, { - "title": "Clint Capela: Doesn't practice Thursday", - "description": "Capela (ankle) didn't participate in practice Thursday, Sarah K. Spencer of The Atlanta Journal-Constitution reports.\n\n Visit RotoWire.com for more analysis on this update.", - "content": "Capela (ankle) didn't participate in practice Thursday, Sarah K. Spencer of The Atlanta Journal-Constitution reports.\n\n Visit RotoWire.com for more analysis on this update.", + "title": "Gary Trent: Questionable against Bucks", + "description": "Trent (ankle) is questionable for Saturday's game against the Bucks, Blake Murphy of The Athletic reports.\n\n Visit RotoWire.com for more analysis on this update.", + "content": "Trent (ankle) is questionable for Saturday's game against the Bucks, Blake Murphy of The Athletic reports.\n\n Visit RotoWire.com for more analysis on this update.", "category": "", - "link": "https://rotowire.com/basketball/player.php?id=3587", + "link": "https://rotowire.com/basketball/player.php?id=4433", "creator": "", - "pubDate": "Thu, 13 Jan 2022 10:06:00 AM PST", + "pubDate": "Sat, 15 Jan 2022 7:48:00 AM PST", "enclosure": "", "enclosureType": "", "image": "", @@ -3302,17 +3148,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8e104b48d66f4232629a4a97d6d7143", + "hash": "da2e20473c4252893c5d49b2f6720ea6", "highlights": [] }, { - "title": "Kevin Durant: Resting Thursday", - "description": "Durant (rest) won't play Thursday against Oklahoma City, Billy Reinhardt of NetsDaily.com reports.\n\n Visit RotoWire.com for more analysis on this update.", - "content": "Durant (rest) won't play Thursday against Oklahoma City, Billy Reinhardt of NetsDaily.com reports.\n\n Visit RotoWire.com for more analysis on this update.", + "title": "Lonzo Ball: Questionable Saturday", + "description": "Ball (knee) is questionable for Saturday's game against Boston.\n\n Visit RotoWire.com for more analysis on this update.", + "content": "Ball (knee) is questionable for Saturday's game against Boston.\n\n Visit RotoWire.com for more analysis on this update.", "category": "", - "link": "https://rotowire.com/basketball/player.php?id=2811", + "link": "https://rotowire.com/basketball/player.php?id=4110", "creator": "", - "pubDate": "Thu, 13 Jan 2022 10:05:00 AM PST", + "pubDate": "Sat, 15 Jan 2022 7:37:00 AM PST", "enclosure": "", "enclosureType": "", "image": "", @@ -3324,17 +3170,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb7217c05a0fa287a8fe43544dadcec9", + "hash": "d8c41bc60d6311aab408230c19572ecc", "highlights": [] }, { - "title": "Jrue Holiday: Ruled out Thursday", - "description": "Holiday (ankle) is out Thursday against the Warriors.\n\n Visit RotoWire.com for more analysis on this update.", - "content": "Holiday (ankle) is out Thursday against the Warriors.\n\n Visit RotoWire.com for more analysis on this update.", + "title": "Zach LaVine: Won't play Saturday", + "description": "LaVine (knee) won't travel with the team ahead of Saturday's game against Boston, Darnell Mayberry of The Athletic reports.\n\n Visit RotoWire.com for more analysis on this update.", + "content": "LaVine (knee) won't travel with the team ahead of Saturday's game against Boston, Darnell Mayberry of The Athletic reports.\n\n Visit RotoWire.com for more analysis on this update.", "category": "", - "link": "https://rotowire.com/basketball/player.php?id=3029", + "link": "https://rotowire.com/basketball/player.php?id=3597", "creator": "", - "pubDate": "Thu, 13 Jan 2022 9:39:00 AM PST", + "pubDate": "Fri, 14 Jan 2022 7:12:00 PM PST", "enclosure": "", "enclosureType": "", "image": "", @@ -3346,17 +3192,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2441ac7222000a3dbbacdd741bf028f", + "hash": "42773eeef8b9a547c5392e96423e4912", "highlights": [] }, { - "title": "Kristaps Porzingis: Still out Friday", - "description": "Porzingis (COVID-19 protocols) is out Friday against Memphis.\n\n Visit RotoWire.com for more analysis on this update.", - "content": "Porzingis (COVID-19 protocols) is out Friday against Memphis.\n\n Visit RotoWire.com for more analysis on this update.", + "title": "Zach LaVine: Slated to undergo MRI", + "description": "LaVine (knee) will undergo an MRI on Friday, Adrian Wojnarowski of ESPN reports.\n\n Visit RotoWire.com for more analysis on this update.", + "content": "LaVine (knee) will undergo an MRI on Friday, 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=3669", + "link": "https://rotowire.com/basketball/player.php?id=3597", "creator": "", - "pubDate": "Thu, 13 Jan 2022 9:32:00 AM PST", + "pubDate": "Fri, 14 Jan 2022 6:00:00 PM PST", "enclosure": "", "enclosureType": "", "image": "", @@ -3368,17 +3214,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c5dcb85b8c9802ce9ff3d7ee9921faef", + "hash": "c9b4617f3be940162bc3c07687a3074d", "highlights": [] }, { - "title": "Malcolm Brogdon: Won't return Wednesday", - "description": "Brogdon has been ruled out for the remainder of Wednesday's game against the Celtics due to a sore right Achilles.\n\n Visit RotoWire.com for more analysis on this update.", - "content": "Brogdon has been ruled out for the remainder of Wednesday's game against the Celtics due to a sore right Achilles.\n\n Visit RotoWire.com for more analysis on this update.", + "title": "Richaun Holmes: Remains out Friday", + "description": "Holmes (conditioning) has ben ruled out for Friday's game against the Rockets, James Ham of ESPN 1320 Sacramento reports.\n\n Visit RotoWire.com for more analysis on this update.", + "content": "Holmes (conditioning) has ben ruled out for Friday's game against the Rockets, James Ham of ESPN 1320 Sacramento reports.\n\n Visit RotoWire.com for more analysis on this update.", "category": "", - "link": "https://rotowire.com/basketball/player.php?id=3898", + "link": "https://rotowire.com/basketball/player.php?id=3755", "creator": "", - "pubDate": "Wed, 12 Jan 2022 6:26:00 PM PST", + "pubDate": "Fri, 14 Jan 2022 5:21:00 PM PST", "enclosure": "", "enclosureType": "", "image": "", @@ -3390,7 +3236,29 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5e40433ef1ffcf3b397ca5f659affae", + "hash": "b2703b6405637ae863b2256b486b62a2", + "highlights": [] + }, + { + "title": "Anfernee Simons: Not on injury report", + "description": "Simons (personal) isn't on the injury report for Saturday's game against the Wizards, Casey Holdahl of the Trail Blazers' official site reports.\n\n Visit RotoWire.com for more analysis on this update.", + "content": "Simons (personal) isn't on the injury report for Saturday's game against the Wizards, Casey Holdahl of the Trail Blazers' official site reports.\n\n Visit RotoWire.com for more analysis on this update.", + "category": "", + "link": "https://rotowire.com/basketball/player.php?id=4373", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 2:13: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": "200366018b333897ad339dfb2a221f0d", "highlights": [] }, { @@ -3486,6 +3354,28 @@ "image": null, "description": "Latest sports news from aroud the globe, including breaking news, analysis and interviews.", "items": [ + { + "title": "Barcelona still in the chase for Morata signing", + "description": "\n ", + "content": "\n ", + "category": "", + "link": "https://sport360.com/article/football/barcelona/346938/barcelona-still-in-the-chase-for-morata-signing", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 17:23:36 +0400", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Sport EN", + "feed": "Sport360", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "58f29463e49150dbeb226dfc1544ee33", + "highlights": [] + }, { "title": "Fleetwood, Westwood & Hatton latest stars confirmed for Abu Dhabi HSBC Championship", "description": "\n ", @@ -4303,6 +4193,644 @@ "image": "https://www.lequipe.fr/rss/logo_RSS.gif", "description": "L'Equipe.fr, Toute l'actualité du Rugby", "items": [ + { + "title": "Rugby - CE - Le Racing s'en sort face aux Ospreys et se qualifie pour les huitièmes de finale de Coupe d'Europe", + "description": "Le Racing est parvenu à s'imposer au bout d'un match brouillon sur le terrain des Ospreys (25-10), samedi lors de la 3e journée de Coupe d'Europe. Les Franciliens sont qualifiés en huitièmes de finale.", + "content": "Le Racing est parvenu à s'imposer au bout d'un match brouillon sur le terrain des Ospreys (25-10), samedi lors de la 3e journée de Coupe d'Europe. Les Franciliens sont qualifiés en huitièmes de finale.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Le-racing-s-en-sort-face-aux-ospreys-et-se-qualifie-pour-les-huitiemes-de-finale-de-coupe-d-europe/1310755#xtor=RSS-1", + "creator": "", + "pubDate": "Sat, 15 Jan 2022 18:03:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/teddy-baubigny-et-les-racingmen-se-sont-imposes-face-aux-ospreys-g-caddick-afp/1500000001592853/0:0,1994:1330-665-335-70/62d06.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/teddy-baubigny-et-les-racingmen-se-sont-imposes-face-aux-ospreys-g-caddick-afp/1500000001592853/0:0,1994:1330-665-335-70/62d06.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "334d87c69afb49dd61899de917f1f4c4", + "highlights": [] + }, + { + "title": "Rugby - CE - Toulouse chute face aux Wasps en Coupe d'Europe", + "description": "Le Stade Toulousain, champion d'Europe en titre, s'est incliné sur le terrain des Wasps à Coventry samedi (30-22), à l'occasion de la 3e journée de Champions Cup.", + "content": "Le Stade Toulousain, champion d'Europe en titre, s'est incliné sur le terrain des Wasps à Coventry samedi (30-22), à l'occasion de la 3e journée de Champions Cup.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Toulouse-chute-face-aux-wasps-en-coupe-d-europe/1310730#xtor=RSS-1", + "creator": "", + "pubDate": "Sat, 15 Jan 2022 16:07:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/martin-page-relo-en-rouge-subit-un-choc-tete-contre-tete-avec-l-arriere-des-wasps-jacob-umaga-sancti/1500000001592794/0:0,1997:1331-665-335-70/21176.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/martin-page-relo-en-rouge-subit-un-choc-tete-contre-tete-avec-l-arriere-des-wasps-jacob-umaga-sancti/1500000001592794/0:0,1997:1331-665-335-70/21176.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "13322c8ed4c2adc825e30951b5a5a301", + "highlights": [] + }, + { + "title": "Rugby - CE - UBB - Plusieurs cas de Covid-19 à l'UBB, Santiago Cordero à la mêlée face aux Scarlets", + "description": "Plusieurs joueurs de l'UBB dont Maxime Lucu et François Trinh-Duc ont été testés positifs au Covid-19. Du coup, l'ailier Santiago Cordero jouera à la mêlée face aux Scarlets dimanche en Coupe d'Europe (16h15). Matthieu Jalibert est lui aussi propulsé dans le quinze de départ.", + "content": "Plusieurs joueurs de l'UBB dont Maxime Lucu et François Trinh-Duc ont été testés positifs au Covid-19. Du coup, l'ailier Santiago Cordero jouera à la mêlée face aux Scarlets dimanche en Coupe d'Europe (16h15). Matthieu Jalibert est lui aussi propulsé dans le quinze de départ.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Plusieurs-cas-de-covid-19-a-l-ubb-santiago-cordero-a-la-melee-face-aux-scarlets/1310704#xtor=RSS-1", + "creator": "", + "pubDate": "Sat, 15 Jan 2022 13:16:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/santiago-cordero-va-jouer-a-la-melee-contre-les-scarlets-b-papon-l-equipe/1500000001592739/0:0,1995:1330-665-335-70/f64de.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/santiago-cordero-va-jouer-a-la-melee-contre-les-scarlets-b-papon-l-equipe/1500000001592739/0:0,1995:1330-665-335-70/f64de.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "604c13793d6b4ca7704ee4a195eddc65", + "highlights": [] + }, + { + "title": "Rugby à 7 - CM - Les Fidji, touchés par le Covid-19, absents de l'étape de Malaga du circuit mondial", + "description": "La sélection des îles Fidji a déclaré forfait pour l'étape du circuit mondial, qui aura lieu à Malaga le week-end prochain. Plusieurs de ses joueurs ont été testés positifs au Covid-19.", + "content": "La sélection des îles Fidji a déclaré forfait pour l'étape du circuit mondial, qui aura lieu à Malaga le week-end prochain. Plusieurs de ses joueurs ont été testés positifs au Covid-19.", + "category": "", + "link": "https://www.lequipe.fr/Rugby-a-7/Actualites/Les-fidji-touches-par-le-covid-19-absents-de-l-etape-de-malaga-du-circuit-mondial/1310680#xtor=RSS-1", + "creator": "", + "pubDate": "Sat, 15 Jan 2022 09:29:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/les-fidji-ont-renonce-a-l-etape-de-malaga-n-nishimura-aflo-presse-sports/1500000001592697/0:0,1998:1332-665-335-70/2cd55.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/les-fidji-ont-renonce-a-l-etape-de-malaga-n-nishimura-aflo-presse-sports/1500000001592697/0:0,1998:1332-665-335-70/2cd55.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1ace0857d04fe33889031f0b60f8ccd0", + "highlights": [] + }, + { + "title": "Rugby - Pro D2 - Oyonnax prend la tête du classement après sa victoire à Carcassonne", + "description": "Oyonnax s'est imposé vendredi soir à Carcassonne pour le compte de la 17e journée de Pro D2 et prend la tête du classement. Vannes a également signé une belle performance à Grenoble.", + "content": "Oyonnax s'est imposé vendredi soir à Carcassonne pour le compte de la 17e journée de Pro D2 et prend la tête du classement. Vannes a également signé une belle performance à Grenoble.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Oyonnax-prend-la-tete-du-classement-apres-sa-victoire-a-carcassonne/1310650#xtor=RSS-1", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 23:50:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/lovobalavu-et-oyonnax-s-etaient-imposes-la-journee-precedente-contre-grenoble-b-papon-l-equipe/1500000001592634/0:0,1998:1332-665-335-70/eb1c4.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/lovobalavu-et-oyonnax-s-etaient-imposes-la-journee-precedente-contre-grenoble-b-papon-l-equipe/1500000001592634/0:0,1998:1332-665-335-70/eb1c4.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6250a52ca8c49b76c4e8c4ced9dd490f", + "highlights": [] + }, + { + "title": "Rugby - Challenge - Brive s'impose devant Pau en Challenge européen, Biarritz dominé par Newcastle", + "description": "Brive est parvenu à battre Pau dans le duel franco-français de Challenge européen (33-25, 3e journée), vendredi, alors que Biarritz a été défait à domicile par Newcastle (13-17).", + "content": "Brive est parvenu à battre Pau dans le duel franco-français de Challenge européen (33-25, 3e journée), vendredi, alors que Biarritz a été défait à domicile par Newcastle (13-17).", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Brive-s-impose-devant-pau-en-challenge-europeen-biarritz-domine-par-newcastle/1310649#xtor=RSS-1", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 23:49:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/tedo-abzhandadze-et-les-brivistes-l-ont-emporte-contre-pau-en-challenge-europeen-alain-mounic-l-equi/1500000001592633/29:19,1968:1312-665-335-70/41fec.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/tedo-abzhandadze-et-les-brivistes-l-ont-emporte-contre-pau-en-challenge-europeen-alain-mounic-l-equi/1500000001592633/29:19,1968:1312-665-335-70/41fec.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "51d490b9ba386ac64a0ac1d6f88d8fda", + "highlights": [] + }, + { + "title": "Rugby - CE - Le Munster s'impose face à Castres en toute fin de match en Coupe d'Europe", + "description": "Le Munster est venu à bout d'une équipe de Castres séduisante malgré un quinze remanié, vendredi (13-16), lors de la troisième journée de Coupe d'Europe.", + "content": "Le Munster est venu à bout d'une équipe de Castres séduisante malgré un quinze remanié, vendredi (13-16), lors de la troisième journée de Coupe d'Europe.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Le-munster-s-impose-face-a-castres-en-toute-fin-de-match-en-coupe-d-europe/1310638#xtor=RSS-1", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 22:54:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/le-numero-8-jack-o-donoghue-plaque-par-rory-kockott-lors-du-match-aller-afp/1500000001592599/0:0,1998:1332-665-335-70/d6629.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/le-numero-8-jack-o-donoghue-plaque-par-rory-kockott-lors-du-match-aller-afp/1500000001592599/0:0,1998:1332-665-335-70/d6629.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "638a412c66054cbc9fdcfd1c5b3c882c", + "highlights": [] + }, + { + "title": "Rugby - CE - MHR - Guilhem Guirado (Montpellier) : « C'est maintenant que je lance ma saison »", + "description": "Blessé lors du premier match de la saison à Toulon début septembre et entré en jeu à Exeter mi-décembre avant de contracter le Covid-19, Guilhem Guirado a hâte de rejouer. Il sera le capitaine d'un MHR remanié dimanche sur la pelouse du Leinster (14 heures).", + "content": "Blessé lors du premier match de la saison à Toulon début septembre et entré en jeu à Exeter mi-décembre avant de contracter le Covid-19, Guilhem Guirado a hâte de rejouer. Il sera le capitaine d'un MHR remanié dimanche sur la pelouse du Leinster (14 heures).", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Guilhem-guirado-montpellier-c-est-maintenant-que-je-lance-ma-saison/1310532#xtor=RSS-1", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 16:29:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/le-talonneur-de-montpellier-guilhem-guirado-b-papon-l-equipe/1500000001592379/7:103,1831:1319-665-335-70/e5628.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/le-talonneur-de-montpellier-guilhem-guirado-b-papon-l-equipe/1500000001592379/7:103,1831:1319-665-335-70/e5628.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "973a462d8c04d690658793c9fa0d1fde", + "highlights": [] + }, + { + "title": "Rugby - Top 14 - Le programme des matches reportés connu en Top 14", + "description": "La Ligue Nationale de Rugby (LNR) vient d'annoncer la reprogrammation des matches reportés de la 13e, 14e et 15e journées ainsi que la programmation des prochains matches de Top 14.", + "content": "La Ligue Nationale de Rugby (LNR) vient d'annoncer la reprogrammation des matches reportés de la 13e, 14e et 15e journées ainsi que la programmation des prochains matches de Top 14.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Le-programme-des-matches-reportes-connue-en-top-14/1310527#xtor=RSS-1", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 16:12:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/la-reprogrammation-des-matches-de-top-14-a-ete-annoncee-a-martin-l-equipe/1500000001592369/29:19,1969:1312-665-335-70/2ea44.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/la-reprogrammation-des-matches-de-top-14-a-ete-annoncee-a-martin-l-equipe/1500000001592369/29:19,1969:1312-665-335-70/2ea44.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2a99a83e14729dce6d81aa5a92260016", + "highlights": [] + }, + { + "title": "Rugby - CE - SF - Nicolas Sanchez et Ngani Laumape titulaires avec le Stade Français contre Bristol en Coupe d'Europe", + "description": "L'ouvreur argentin et le centre néo-zélandais sont titulaires ce samedi (21h) pour la rencontre de Coupe d'Europe à Bristol.", + "content": "L'ouvreur argentin et le centre néo-zélandais sont titulaires ce samedi (21h) pour la rencontre de Coupe d'Europe à Bristol.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Nicolas-sanchez-et-ngani-laumape-titulaires-avec-le-stade-francais-contre-bristol-en-coupe-d-europe/1310494#xtor=RSS-1", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 14:21:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/nicolas-sanchez-est-titulaire-au-poste-d-ouvreur-face-a-bristol-r-perrocheau-l-equipe/1500000001592306/367:270,1853:1261-665-335-70/c8d99.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/nicolas-sanchez-est-titulaire-au-poste-d-ouvreur-face-a-bristol-r-perrocheau-l-equipe/1500000001592306/367:270,1853:1261-665-335-70/c8d99.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f02143a614e0c087bf6e9a28cfb9ad54", + "highlights": [] + }, + { + "title": "Rugby - CE - ASM - Compositions : Clermont avec Penaud au centre face à Sale en Coupe d'Europe", + "description": "Pour la réception de Sale, dimanche en Coupe d'Europe (18 h 30), Clermont va titulariser son traditionnel ailier, Damian Penaud, au centre de sa ligne de trois-quarts.", + "content": "Pour la réception de Sale, dimanche en Coupe d'Europe (18 h 30), Clermont va titulariser son traditionnel ailier, Damian Penaud, au centre de sa ligne de trois-quarts.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Compositions-clermont-avec-penaud-au-centre-face-a-sale-en-coupe-d-europe/1310492#xtor=RSS-1", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 14:16:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/damian-penaud-sera-titulaire-au-centre-avec-l-asm-dimanche-a-mounic-l-equipe/1500000001592304/503:270,1903:1203-665-335-70/e0042.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/damian-penaud-sera-titulaire-au-centre-avec-l-asm-dimanche-a-mounic-l-equipe/1500000001592304/503:270,1903:1203-665-335-70/e0042.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "516c7178f6f374b3bea2e82f60363267", + "highlights": [] + }, + { + "title": "Rugby - CE - Toulouse débutera avec Martin Page-Relo à la place d'Antoine Dupont chez les Wasps", + "description": "En déplacement aux Wasps, samedi (14h00) en Coupe d'Europe, le Stade Toulousain devra se passer d'Antoine Dupont, blessé. C'est le jeune Martin Page-Relo, 23 ans, qui démarrera la partie en 9 au côté de Romain Ntamack.", + "content": "En déplacement aux Wasps, samedi (14h00) en Coupe d'Europe, le Stade Toulousain devra se passer d'Antoine Dupont, blessé. C'est le jeune Martin Page-Relo, 23 ans, qui démarrera la partie en 9 au côté de Romain Ntamack.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Toulouse-debutera-avec-martin-page-relo-a-la-place-d-antoine-dupont-chez-les-wasps/1310489#xtor=RSS-1", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 14:10:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/martin-page-relo-en-2019-f-lancelot-l-equipe/1500000001592301/0:0,1998:1332-665-335-70/8e17e.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/martin-page-relo-en-2019-f-lancelot-l-equipe/1500000001592301/0:0,1998:1332-665-335-70/8e17e.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bdc97267b99b13074e6bb517b04bdba4", + "highlights": [] + }, + { + "title": "Rugby - CE - R92 - Du changement, surtout devant, côté Racing 92 pour aller défier les Ospreys", + "description": "Le Racing 92 se déplace avec la grosse équipe au pays de Galles pour défier les Ospreys samedi (16h15), mais avec un pack remanié par rapport à celui qui avait dominé Clermont.", + "content": "Le Racing 92 se déplace avec la grosse équipe au pays de Galles pour défier les Ospreys samedi (16h15), mais avec un pack remanié par rapport à celui qui avait dominé Clermont.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Du-changement-surtout-devant-cote-racing-92-pour-aller-defier-les-ospreys/1310484#xtor=RSS-1", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 13:55:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/baptiste-chouzenoux-sera-titulaire-samedi-face-aux-ospreys-n-luttiau-l-equipe/1500000001592297/0:0,1998:1332-665-335-70/0a4da.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/baptiste-chouzenoux-sera-titulaire-samedi-face-aux-ospreys-n-luttiau-l-equipe/1500000001592297/0:0,1998:1332-665-335-70/0a4da.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "59f94e42174aaf27964702cbcab52022", + "highlights": [] + }, + { + "title": "Rugby - CE - UBB - Trinh-Duc enchaîne à l'ouverture avec l'UBB en Coupe d'Europe", + "description": "Pour la réception des Scarlets dimanche (16h15), l'Union Bordeaux-Bègles sera emmenée par la paire Lucu-Trinh-Duc à la charnière.", + "content": "Pour la réception des Scarlets dimanche (16h15), l'Union Bordeaux-Bègles sera emmenée par la paire Lucu-Trinh-Duc à la charnière.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Trinh-duc-enchaine-a-l-ouverture-avec-l-ubb-en-coupe-d-europe/1310482#xtor=RSS-1", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 13:54:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/francois-trinh-duc-est-de-nouveau-titulaire-a-l-ouverture-b-papon-l-equipe/1500000001592294/0:0,1995:1330-665-335-70/9b576.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/francois-trinh-duc-est-de-nouveau-titulaire-a-l-ouverture-b-papon-l-equipe/1500000001592294/0:0,1995:1330-665-335-70/9b576.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c4085772154645843a5ff7d3265dba8c", + "highlights": [] + }, + { + "title": "Rugby - CE - MHR - Compositions : Montpellier fait tourner pour son voyage au Leinster en Coupe d'Europe", + "description": "Attendu à Dublin pour défier le Leinster, dimanche en Coupe d'Europe (14h00), Montpellier, qui se remet de nombreux cas positifs au Covid, va se déplacer avec une équipe largement remaniée.", + "content": "Attendu à Dublin pour défier le Leinster, dimanche en Coupe d'Europe (14h00), Montpellier, qui se remet de nombreux cas positifs au Covid, va se déplacer avec une équipe largement remaniée.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Compositions-montpellier-fait-tourner-pour-son-voyage-au-leinster-en-coupe-d-europe/1310480#xtor=RSS-1", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 13:49:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/guilhem-guirado-sera-titulaire-une-premiere-depuis-plus-de-quatre-mois-b-papon-l-equipe/1500000001592292/0:0,1994:1329-665-335-70/70dbf.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/guilhem-guirado-sera-titulaire-une-premiere-depuis-plus-de-quatre-mois-b-papon-l-equipe/1500000001592292/0:0,1994:1329-665-335-70/70dbf.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "817dfc69ce792705b7c06b30bb6a9608", + "highlights": [] + }, + { + "title": "Rugby - CE - La Rochelle - Pierre Popelin à l'ouverture avec La Rochelle contre Bath, Will Skelton absent", + "description": "Pierre Popelin, qui n'avait plus été titularisé à l'ouverture depuis le mois d'octobre, va retrouver le poste de n°10 contre Bath samedi (18h30) en Coupe d'Europe.", + "content": "Pierre Popelin, qui n'avait plus été titularisé à l'ouverture depuis le mois d'octobre, va retrouver le poste de n°10 contre Bath samedi (18h30) en Coupe d'Europe.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Pierre-popelin-a-l-ouverture-avec-la-rochelle-contre-bath-will-skelton-absent/1310477#xtor=RSS-1", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 13:35:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/pierre-popelin-butera-contre-bath-r-perrocheau-l-equipe/1500000001592287/0:0,1995:1330-665-335-70/86e95.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/pierre-popelin-butera-contre-bath-r-perrocheau-l-equipe/1500000001592287/0:0,1995:1330-665-335-70/86e95.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8b5c69bff5397c539c5b449f761f2065", + "highlights": [] + }, + { + "title": "Rugby - CE - Castres - Castres-Munster maintenu malgré la détection de cas positifs au Covid-19", + "description": "Ce vendredi, le Castres Olympique a annoncé la détection de six cas positifs au Covid-19. Le match prévu ce vendredi (21h00) est pour le moment maintenu.", + "content": "Ce vendredi, le Castres Olympique a annoncé la détection de six cas positifs au Covid-19. Le match prévu ce vendredi (21h00) est pour le moment maintenu.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Castres-munster-maintenu-malgre-la-detection-de-cas-positifs-au-covid-19/1310475#xtor=RSS-1", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 13:33:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/le-match-de-champions-cup-entre-castres-et-le-munster-devrait-etre-maintenu-n-luttiau-l-equipe/1500000001592285/0:0,1998:1332-665-335-70/ae296.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/le-match-de-champions-cup-entre-castres-et-le-munster-devrait-etre-maintenu-n-luttiau-l-equipe/1500000001592285/0:0,1998:1332-665-335-70/ae296.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "72883c1bfdf46c4d2817dd41c8b32f9d", + "highlights": [] + }, + { + "title": "Rugby - Pro D2 - Le Stade Montois échoue à Nevers, Agen victorieux à Narbonne", + "description": "Le leader montois a échoué en déplacement à Nevers ce jeudi, alors qu'Agen de son côté se relance un peu plus après sa victoire à Narbonne, dernier de la Pro D2.", + "content": "Le leader montois a échoué en déplacement à Nevers ce jeudi, alors qu'Agen de son côté se relance un peu plus après sa victoire à Narbonne, dernier de la Pro D2.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Le-stade-montois-echoue-a-nevers-agen-victorieux-a-narbonne/1310408#xtor=RSS-1", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 00:26:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/les-leaders-montois-se-sont-inclines-face-a-nevers-n-luttiau-l-equipe/1500000001592164/0:0,1995:1330-665-335-70/bacd0.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/les-leaders-montois-se-sont-inclines-face-a-nevers-n-luttiau-l-equipe/1500000001592164/0:0,1995:1330-665-335-70/bacd0.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a18c5493923e7f4fc8e8773327fc2645", + "highlights": [] + }, + { + "title": "Rugby - CE - Racing 92 - Gaël Fickou : « La Coupe d'Europe est toujours aussi prestigieuse »", + "description": "Avant d'affronter les Ospreys samedi (16h15), le trois-quarts centre du Racing Gaël Fickou estime que la Coupe d'Europe conserve toute son importance malgré le Covid-19 qui a perturbé son bon déroulement en décembre.", + "content": "Avant d'affronter les Ospreys samedi (16h15), le trois-quarts centre du Racing Gaël Fickou estime que la Coupe d'Europe conserve toute son importance malgré le Covid-19 qui a perturbé son bon déroulement en décembre.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Gael-fickou-la-coupe-d-europe-est-toujours-aussi-prestigieuse/1310309#xtor=RSS-1", + "creator": "", + "pubDate": "Thu, 13 Jan 2022 17:46:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/gael-fickou-le-trois-quarts-centre-du-racing-p-lahalle-l-equipe/1500000001591997/0:0,1995:1330-665-335-70/9b706.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/gael-fickou-le-trois-quarts-centre-du-racing-p-lahalle-l-equipe/1500000001591997/0:0,1995:1330-665-335-70/9b706.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "606b9066ee7ed07e919b257f8cd58ca8", + "highlights": [] + }, + { + "title": "Rugby - Top 14 - Les matches de Top 14 reportés se disputeront lors des week-ends du Tournoi des Six Nations", + "description": "La LNR a acté le principe de reprogrammation des matches reportés de Top 14. Ils se disputeront durant les week-ends du Tournoi des Six Nations les 12 février et 12 et 19 mars.", + "content": "La LNR a acté le principe de reprogrammation des matches reportés de Top 14. Ils se disputeront durant les week-ends du Tournoi des Six Nations les 12 février et 12 et 19 mars.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Les-matches-de-top-14-reportes-se-disputeront-lors-des-week-ends-du-tournoi-des-six-nations/1310307#xtor=RSS-1", + "creator": "", + "pubDate": "Thu, 13 Jan 2022 17:44:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/-s-mantey-l-equipe/1500000001591995/0:0,1998:1332-665-335-70/edc8b.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/-s-mantey-l-equipe/1500000001591995/0:0,1998:1332-665-335-70/edc8b.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "dd968373705f3146524f19129e4f0bde", + "highlights": [] + }, + { + "title": "Rugby - Top 14 - Transferts - Le talonneur Teddy Baubigny (Racing 92) va rejoindre Toulon", + "description": "Le talonneur international du Racing 92 s'est engagé pour les quatre prochaines saisons au RC Toulon.", + "content": "Le talonneur international du Racing 92 s'est engagé pour les quatre prochaines saisons au RC Toulon.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Le-talonneur-teddy-baubigny-racing-92-va-rejoindre-toulon/1310300#xtor=RSS-1", + "creator": "", + "pubDate": "Thu, 13 Jan 2022 17:09:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/jones-luke-baubigny-teddy-p-lahalle-l-equipe/1500000001591979/0:0,1998:1332-665-335-70/a29e1.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/jones-luke-baubigny-teddy-p-lahalle-l-equipe/1500000001591979/0:0,1998:1332-665-335-70/a29e1.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "535b82362b061fe82a8374dba2b65c7c", + "highlights": [] + }, + { + "title": "Rugby - Tournoi - ITA - L'Italie avec Paolo Garbisi (Montpellier) mais sans Sergio Parisse (Toulon) pour le Tournoi des Six Nations", + "description": "Le sélectionneur de l'Italie Kieran Crowley a dévoilé son groupe pour le Tournoi, jeudi. Sergio Parisse, qui espère jouer un ou des derniers matches en sélection, n'en fait pour le moment pas partie.", + "content": "Le sélectionneur de l'Italie Kieran Crowley a dévoilé son groupe pour le Tournoi, jeudi. Sergio Parisse, qui espère jouer un ou des derniers matches en sélection, n'en fait pour le moment pas partie.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/L-italie-avec-paolo-garbisi-montpellier-mais-sans-sergio-parisse-toulon-pour-le-tournoi-des-six-nations/1310298#xtor=RSS-1", + "creator": "", + "pubDate": "Thu, 13 Jan 2022 17:02:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/sergio-parisse-va-devoir-patienter-avant-de-rejouer-avec-l-italie-n-luttiau-l-equipe/1500000001591970/318:210,1893:1260-665-335-70/d088e.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/sergio-parisse-va-devoir-patienter-avant-de-rejouer-avec-l-italie-n-luttiau-l-equipe/1500000001591970/318:210,1893:1260-665-335-70/d088e.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e3d3961049bc047a3a587ce892a653cc", + "highlights": [] + }, + { + "title": "Rugby - CE - Stade Français - Léo Barré avant Bristol-Stade Français : « Une revanche du match face au Connacht »", + "description": "Le jeune demi d'ouverture ou trois-quarts centre du Stade Français, Léo Barré (19 ans), est revenu sur le match de samedi (21h) face à Bristol et sur son plaisir de jouer.", + "content": "Le jeune demi d'ouverture ou trois-quarts centre du Stade Français, Léo Barré (19 ans), est revenu sur le match de samedi (21h) face à Bristol et sur son plaisir de jouer.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Leo-barre-avant-bristol-stade-francais-une-revanche-du-match-face-au-connacht/1310287#xtor=RSS-1", + "creator": "", + "pubDate": "Thu, 13 Jan 2022 16:27:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/leo-barre-face-a-jack-carty-lors-de-la-defaite-du-stade-francais-au-connacht-o-keniry-getty-afp/1500000001591949/0:0,1849:1233-665-335-70/ac181.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/leo-barre-face-a-jack-carty-lors-de-la-defaite-du-stade-francais-au-connacht-o-keniry-getty-afp/1500000001591949/0:0,1849:1233-665-335-70/ac181.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "64d5985555c0aecd75008fafadb8537d", + "highlights": [] + }, + { + "title": "Rugby - CE - ST - Deux cas positifs au Stade Toulousain, le match face aux Wasps maintenu", + "description": "Deux joueurs de club rouge et noir ont été testés positifs au Covid-19 en début de semaine. D'autres cas n'ont pas été détectés depuis. Toulouse s'envolera bien pour l'Angleterre, vendredi matin, pour y défier les Wasps samedi (14h) en Coupe d'Europe.", + "content": "Deux joueurs de club rouge et noir ont été testés positifs au Covid-19 en début de semaine. D'autres cas n'ont pas été détectés depuis. Toulouse s'envolera bien pour l'Angleterre, vendredi matin, pour y défier les Wasps samedi (14h) en Coupe d'Europe.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Deux-cas-positifs-au-stade-toulousain-le-match-face-aux-wasps-maintenu/1310282#xtor=RSS-1", + "creator": "", + "pubDate": "Thu, 13 Jan 2022 16:12:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/ugo-mola-le-manager-du-stade-toulousain-e-garnier-l-equipe/1500000001591938/0:0,1998:1332-665-335-70/85049.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/ugo-mola-le-manager-du-stade-toulousain-e-garnier-l-equipe/1500000001591938/0:0,1998:1332-665-335-70/85049.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "928c6079fadab9db1a63a586eb095eb0", + "highlights": [] + }, + { + "title": "Rugby - CE - Toulouse - Toulouse : Antoine Dupont forfait face aux Wasps en Coupe d'Europe", + "description": "Le manager de Toulouse Ugo Mola a annoncé ce jeudi que le demi de mêlée Antoine Dupont était blessé, sans en dire plus. Il ne jouera pas ce week-end en Coupe d'Europe mais sa présence avec les Bleus pour le début du Tournoi ne semble pas remise en cause.", + "content": "Le manager de Toulouse Ugo Mola a annoncé ce jeudi que le demi de mêlée Antoine Dupont était blessé, sans en dire plus. Il ne jouera pas ce week-end en Coupe d'Europe mais sa présence avec les Bleus pour le début du Tournoi ne semble pas remise en cause.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Toulouse-antoine-dupont-blesse-et-forfait-face-aux-wasps-en-coupe-d-europe/1310260#xtor=RSS-1", + "creator": "", + "pubDate": "Thu, 13 Jan 2022 15:52:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/antoine-dupont-ne-jouera-pas-face-aux-wasps-samedi-b-cremel-l-equipe/1500000001591894/0:0,1995:1330-665-335-70/89a76.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/antoine-dupont-ne-jouera-pas-face-aux-wasps-samedi-b-cremel-l-equipe/1500000001591894/0:0,1995:1330-665-335-70/89a76.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2c911ecc28dcb127da9053d402e046ec", + "highlights": [] + }, + { + "title": "Rugby - CE - La Rochelle - Des cas positifs au Covid cette semaine à la Rochelle, pas de menace sur le match contre Bath", + "description": "Ronan O'Gara a expliqué ce jeudi en conférence de presse que « trois-quatre » nouveaux cas positifs au Covid avaient été détectés dans l'effectif maritime depuis la semaine dernière.", + "content": "Ronan O'Gara a expliqué ce jeudi en conférence de presse que « trois-quatre » nouveaux cas positifs au Covid avaient été détectés dans l'effectif maritime depuis la semaine dernière.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Des-cas-positifs-au-covid-cette-semaine-a-la-rochelle-pas-de-menace-sur-le-match-contre-bath/1310273#xtor=RSS-1", + "creator": "", + "pubDate": "Thu, 13 Jan 2022 15:47:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/marcel-deflandre-accueillera-le-match-la-rochelle-bath-ce-samedi-n-luttiau-l-equipe/1500000001591924/0:0,1995:1330-665-335-70/2cc82.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/marcel-deflandre-accueillera-le-match-la-rochelle-bath-ce-samedi-n-luttiau-l-equipe/1500000001591924/0:0,1995:1330-665-335-70/2cc82.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8b9db27b8a1800504411c8fa9e26c84d", + "highlights": [] + }, + { + "title": "Rugby - CE - Castres fait tourner face au Munster en Coupe d'Europe", + "description": "Pour affronter le Munster ce vendredi (21 h), le CO ne conservera que deux joueurs par rapport à l'équipe qui a battu le Stade Français le week-end dernier en Top 14.", + "content": "Pour affronter le Munster ce vendredi (21 h), le CO ne conservera que deux joueurs par rapport à l'équipe qui a battu le Stade Français le week-end dernier en Top 14.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Castres-fait-tourner-face-au-munster-en-coupe-d-europe/1310248#xtor=RSS-1", + "creator": "", + "pubDate": "Thu, 13 Jan 2022 14:02:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/benjamin-botica-sera-aligne-d-entree-face-au-munster-f-lancelot-l-equipe/1500000001591870/0:0,1998:1332-665-335-70/58d02.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/benjamin-botica-sera-aligne-d-entree-face-au-munster-f-lancelot-l-equipe/1500000001591870/0:0,1998:1332-665-335-70/58d02.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c8e49bae472736517e8632dc41a7404b", + "highlights": [] + }, + { + "title": "Rugby - Top 14 - Montpellier - Philippe Saint-André allume la volte-face de Reda Wardi qui ne viendra pas à Montpellier", + "description": "Alors qu'il avait donné sa promesse de rejoindre le MHR pour trois ans, Reda Wardi, pilier gauche de 26 ans, a prolongé à La Rochelle. Ce qui a fortement agacé PSA, le manager montpelliérain.", + "content": "Alors qu'il avait donné sa promesse de rejoindre le MHR pour trois ans, Reda Wardi, pilier gauche de 26 ans, a prolongé à La Rochelle. Ce qui a fortement agacé PSA, le manager montpelliérain.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Philippe-saint-andre-allume-la-volte-face-de-reda-wardi-qui-ne-viendra-pas-a-montpellier/1310240#xtor=RSS-1", + "creator": "", + "pubDate": "Thu, 13 Jan 2022 13:08:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/philippe-saint-andre-le-manager-du-mhr-ryan-hiscott-inpho-presse-sports/1500000001591862/0:0,1997:1332-665-335-70/3a796.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/philippe-saint-andre-le-manager-du-mhr-ryan-hiscott-inpho-presse-sports/1500000001591862/0:0,1997:1332-665-335-70/3a796.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a5b60c10e15822962739a9304e4373d7", + "highlights": [] + }, + { + "title": "Rugby - CE - Coupe d'Europe : les restrictions de voyage depuis le Royaume-Uni assouplies", + "description": "Le gouvernement français a décidé d'assouplir les conditions de voyage pour les personnes arrivant du Royaume-Uni. Une bonne nouvelle pour les Coupes d'Europe de rugby qui doivent rependre ce week-end.", + "content": "Le gouvernement français a décidé d'assouplir les conditions de voyage pour les personnes arrivant du Royaume-Uni. Une bonne nouvelle pour les Coupes d'Europe de rugby qui doivent rependre ce week-end.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Coupe-d-europe-les-restrictions-de-voyage-depuis-le-royaume-uni-assouplies/1310230#xtor=RSS-1", + "creator": "", + "pubDate": "Thu, 13 Jan 2022 11:50:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/clermont-ici-lors-de-sa-defaite-contre-l-ulster-23-29-recoit-sale-ce-dimanche-a-martin-l-equipe/1500000001591843/0:0,1997:1331-665-335-70/74837.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/clermont-ici-lors-de-sa-defaite-contre-l-ulster-23-29-recoit-sale-ce-dimanche-a-martin-l-equipe/1500000001591843/0:0,1997:1331-665-335-70/74837.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c9082aec3d4a1eabd4667c2c19d3f0b0", + "highlights": [] + }, { "title": "Rugby - CE - Coronavirus - L'EPCR confirme les matches nuls pour les rencontres reportées de la 2e journée de Coupe d'Europe", "description": "L'EPCR a confirmé ce mardi soir que les sept rencontres des Coupes d'Europe reportées au mois de décembre se solderaient par un match nul 0-0.", @@ -14062,6 +14590,512 @@ "image": "https://www.lerugbynistere.fr/imgs/design/logo-rugbynistere-default.png", "description": "Retrouvez ici nos derniers articles", "items": [ + { + "title": "Dupont dépendance, pas de rythme, approximatif, les réseaux sociaux allument Toulouse", + "description": "La défaite du Stade Toulousain face aux Wasps en Champions Cup malgré la supériorité numérique a laissé un goût amer dans la bouche des supporters.", + "content": "\nCatastrophique.\n— Sebastien MisterFrak (@misterfrak12) January 15, 2022\n\n\nC'est la Antoine Dupont dépendance <3 :=\"\" dans=\"\" la=\"\" victoire=\"\" comme=\"\" dans=\"\" la=\"\" d=\"\" faite=\"\" vive=\"\" le=\"\" stade=\"\" toulousain=\"\" p=\"\"> — Mad-Max85 (@PaillatMaxime1) January 15, 2022\n\n\n\nPrendre 30 point contre une équipe à 14 c’est honteux. On a été que des pompes à vélo c’est affligeant avec un jeu déconstruit et sans aucun sens, des conquêtes approximatives et trop peu d’envie. Match qui devra servir de leçon à tous\n— Bastien (@Babagua33) January 15, 2022\n\n\nUn match nul sans joué contre cette équipe très moyenne, un manque de rythme assez normal, des mauvais choix (beaucoup), un arbitre qui a compensé le carton rouge en fermant les yeux le reste du match, triste campagne..\n— leboulardtoulousain (@boulardtoulouse) January 15, 2022\n\n\nOn est dans le dur ; pas de rythme, joueurs pas au niveau, fébrile, ... Nos internationaux ne sont plus au niveau depuis les blacks et la dépendance Dupont !!! Y’a du boulot et les doublons arrivent ! Allez les 🔴⚫️\n— Lolo33 (@Lolo3343125985) January 15, 2022\n\n\nHonteuxDébarrassez le club des joueurs qui sont indignes de notre maillot. Il en va de notre survie\n— 🏆⭐❤️ LE DOUBLÉ 🖤🛡️🏆 (@AngelusCap) January 15, 2022\n\n\nMonumental win for @WaspsRugby with 14 men against @ChampionsCup holders Toulouse! So much fight and guts by everyone involved!\n— Andy Goode (@AndyGoode10) January 15, 2022\n\n\nThis is one of THE European wins here from @WaspsRugby - so, so impressive 👏🏻👏🏻👏🏻👏🏻\n— Paul Morgan (@PaulMorganrugby) January 15, 2022\n\n\nAvec sa présence au sol, Julien Marchand aurait pas fait de mal à Toulouse aujourd’hui… #WASST #WASvST\n— Thomas Corbet (@thomascorbet_mo) January 15, 2022\n\n\nToulouse a manqué de conservation dans ce match. Et quelques relances approximatives mal gérées... C'est frustrant. Trop de matchs annulés ces dernières semaines? #WASvST #WASST\n— Jérémy 🏉 (@rugbydavant) January 15, 2022\n\n\nBon, c'était très très, très pénible #WASvST\n— Dim/Svam (@DimSvam) January 15, 2022\n\n\n🏉 Perdre 30-22 à quinze contre quatorze pendant 50 mn !!! Très inquiétant ce Stade Toulousain qui déjoue et incapable de gagner en l’absence de Dupont 🔴 #WASvST pic.twitter.com/5FXrzEOA2Q\n— PhGault journaliste (@Philippe_Gault) January 15, 2022\n\n\nJ'ai comme l'impression que les Wasps ont trouvé LA manière de défendre face au Stade Toulousain. Presque sûr que si il y avait eu Dupont, ça aurait quand même été le même tarif. #WASvST #WASTLS\n— Erwan HARZIC (@EHarzic) January 15, 2022\n\n\nJe dis pas qu on est Dupont dépendant je dis juste que depuis qu il est plus présent on joue plus, c est dingue #WASvST\n— amariall 100% 💉 (@yoshispower) January 15, 2022\n\n\nIl faut assumer aussi, on est clairement à chier depuis 3/4 matchs, on propose rien dans le jeu, on fait des mauvais choix sur des actions décisives (balles clermont, le 2v1 de Ramos,….) Il va falloir recommencer à respecter le rugby si on veut gagner de nouveau. #WASvST\n— kobefal (@kobefal) January 15, 2022\n\n\nL arbitrage est peut etre limite, mais y a absolument rien à dire.Toulouse déjoue completement . #WASvST\n— Booling A. (@a_booling) January 15, 2022\n\n\nAllez on va oublier ce match ! Apéro !#WASPSST #WASvST\n— Guitoune (@Guingas31) January 15, 2022\n\n\nAprès Leicester invaincu en championnat et en coupe d'Europe, le champion en titre. AMENEZ BOUS LES ALL BLACKS, LES SPRINGBOKS, N'IMPORTE QUI !!! DEPUIS LE DEBUT #WASvST https://t.co/QoojYP4CGc\n— B2ODA (@MoeJarler) January 15, 2022\n", + "category": "", + "link": "https://www.lerugbynistere.fr/news/dupont-dependance-pas-de-rythme-approximatif-les-reseaux-sociaux-pas-tendre-avec-toulouse-1501221649.php", + "creator": "", + "pubDate": "2022-01-15 16:52:00", + "enclosure": "https://www.lerugbynistere.fr/photos/pas-de-rythme-approximatif-les-reseaux-sociaux-pas-tendre-avec-toulouse-15-01-22-3315.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/pas-de-rythme-approximatif-les-reseaux-sociaux-pas-tendre-avec-toulouse-15-01-22-3315.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2f6944c505dc5af957517dc1703a154b", + "highlights": [] + }, + { + "title": "RESUME VIDEO/RESULTAT. À 15 contre 14, Toulouse tombe dans le piège des Wasps", + "description": "Toulouse n'a pas réussi à dominer les Wasps sur leur pelouse ce samedi dans le cadre de la 3e journée de Champions Cup. Un déplacement à zéro point.", + "content": "RUGBY. Equipe de France. Blessé et forfait, Antoine Dupont sera-t-il apte pour le 6 Nations ?Sans Antoine Dupont, le Stade Toulousain s'est incliné sans bonus sur la pelouse des Wasps ce samedi en Champion Cup. Les hommes d'Ugo Mola ont pourtant marqué trois essais par Cros (1e), Mauvaka (60e) et Meafou (81e). Mais ils ont aussi encaissé trois réalisations par A. Alo (18e), B. Shields (22e) et surtout A. Barbeary (67e). C'est ce troisième essai qui a fait le plus de mal aux visiteurs. Punis par le pied de Gopperth, ils étaient revenus à cinq longueurs des locaux (20-15). Lesquels étaient pourtant réduits à 14 depuis le carton rouge adressé à Jacob Umaga. VIDEO. Champions Cup. Le carton rouge de Jacob Umaga face à Toulouse était-il sévère ?A 14, les locaux ont fait plus que résister. Ils ont été plus agressifs que les champions d'Europe en titre et les ont poussés à la faute et aux maladresses. Malgré une certaine domination des avants, on a senti que les Toulousains n'étaient pas aussi efficaces qu'à l'accoutumée derrière. Il faut dire qu'ils n'ont pas beaucoup joué ces dernières semaines en raison des reports. Cinquièmes avec seulement sept points au compteur, ils devront s'imposer la semaine prochaine face à Cardiff pour se qualifier pour les 8es de finale.\n\nLes Wasps ont fait preuve de caractère en remportant le match à 14 joueurs contre le @stadetoulousain 👊Le compte-rendu : https://t.co/Lop6dU1ZvX pic.twitter.com/n1FDOAF7eQ\n— Champions Cup France (@ChampionsCup_FR) January 15, 2022\n", + "category": "", + "link": "https://www.lerugbynistere.fr/videos/resume-videoresultat-a-15-contre-14-un-toulouse-peu-inspire-sincline-chez-les-wasps-1501221631.php", + "creator": "", + "pubDate": "2022-01-15 16:40:00", + "enclosure": "https://www.lerugbynistere.fr/photos/resume-videoresultat-a-15-contre-14-un-toulouse-peu-inspire-sincline-chez-les-wasps-15-01-22-2527.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/resume-videoresultat-a-15-contre-14-un-toulouse-peu-inspire-sincline-chez-les-wasps-15-01-22-2527.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fe244bee5a8f9337abce9fd8f856788a", + "highlights": [] + }, + { + "title": "VIDEO. Champions Cup. Le carton rouge de Jacob Umaga face à Toulouse était-il sévère ?", + "description": "L'arrière des Wasps Jacob Umaga a été exclu face au Stade Toulousain en Champions Cup pour un plaquage dangereux sur Martin Page-Relo.", + "content": "\n\nLe match de Champions Cup entre les Wasps et Toulouse a été marqué par l'exclusion définitive de Jacob Umaga en fin de première période. L'arrière de la formation anglaise a été exclu pour un plaquage jugé dangereux par le corps arbitral sur le demi de mêlée toulousain Martin Page-Relo (qui a passé et réussi un protocole commotion). Un carton rouge que certains observateurs ont estimé sévère. Jugeant que le contact entre les deux têtes était involontaire. Cependant, il faut rappeler que World Rugby demande clairement à protéger la tête des joueurs et notamment des porteurs de balle. \"La technique du 15 noir est vraiment pas idéale dans cette situation\", analyse notre arbitre maison Dédé Puiledébut. \nPoint Arbitrage :\nLe degré de danger est élevé. L'intensité est haute. Je ne vois pas de circonstance atténuante qui diminuerait la sanction.\n\n ", + "category": "", + "link": "https://www.lerugbynistere.fr/videos/video-champions-cup-le-carton-rouge-de-jacob-umaga-face-a-toulouse-etait-il-severe-1501221511.php", + "creator": "", + "pubDate": "2022-01-15 15:15:00", + "enclosure": "https://www.lerugbynistere.fr/photos/le-carton-rouge-de-jacob-umaga-face-a-toulouse-etait-il-severe-15-01-22-8104.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/le-carton-rouge-de-jacob-umaga-face-a-toulouse-etait-il-severe-15-01-22-8104.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "31302fca7c93e19609932f6dec4e9e90", + "highlights": [] + }, + { + "title": "VIDEO. Filipo Nakosi (Castres) fait du petit bois avec les défenseurs du Munster", + "description": "L'ailier fidjien Filipo Nakosi a fait parler sa puissance avec Castres face au Munster ce vendredi après une prise de balle impressionnante en bord de touche.", + "content": "RÉSUMÉ VIDÉO. RÉSULTAT. Un Castres vaillant crucifié par le Munster en fin de match en Champion CupCe vendredi soir, Castres s'est incliné de peu malgré un très bel essai dès l'entame. Les Tarnais n'ont pas démérité, mais ils ont été crucifiés par un essai dans les derniers instants de la partie. Malgré leurs efforts, ils n'ont pas été mesure d'inscrire un second essai qui leur aurait permis d'être à l'abri. Ils ont pourtant eu des occasions comme en fin de premier période lorsque Filipo Nakosi a été servi en bord de touche derrière une mêlée par Kockott. Rien n'était fait, mais l'ancien Agenais a fait parler sa puissance. Il a tout d'abord fait exploser le demi de mêlée international irlandais Conor Murray. Evité un deuxième retour avant de renverser Andrew Conway, un autre international irlandais, comme une quille. \n\nQuand Filipo Nakosi a le ballon dans ses mains, il faut être solide en face 💥Attendez de voir le ralenti ! pic.twitter.com/U41thdEz8w\n— Champions Cup France (@ChampionsCup_FR) January 15, 2022\n", + "category": "", + "link": "https://www.lerugbynistere.fr/videos/video-filipo-nakosi-castres-fait-du-petit-bois-avec-les-defenseurs-du-munster-1501221426.php", + "creator": "", + "pubDate": "2022-01-15 14:30:00", + "enclosure": "https://www.lerugbynistere.fr/photos/filipo-nakosi-castres-fait-du-petit-bois-avec-les-defenseurs-du-munster-15-01-22-2184.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/filipo-nakosi-castres-fait-du-petit-bois-avec-les-defenseurs-du-munster-15-01-22-2184.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1e1f0618fe951936baf01208d616e212", + "highlights": [] + }, + { + "title": "VIDEO. Appuis de feu, vista et sang-froid, un Marcus Smith de Gala a porté les Harlequins vers la victoire", + "description": "Ce vendredi soir, les Harlequins ont décroché leur billet pour les 8es de finale de la Champions Cup en battant Cardiff grâce à un excellent Marcus Smith.", + "content": "Antoine Dupont au sommet du Top 100 de Rugby Pass, Ntamack et Alldritt très bien placésAntoine Dupont pourrait faire se faire voler la vedette lors du prochain Tournoi des 6 Nations. Ce vendredi soir, Marcus Smith a été le grand artisan de la victoire des Harlequins sur la pelouse de Cardiff. Un succès qui permet aux Anglais d'être qualifiés pour les 8es de finale. L'ouvreur international a été déterminant sur les essais de Lynagh dès l'entame du match puis de Green avant la pause grâce à de très belles passes au pied. Il s'est ensuite mué en héros en inscrivant l'essai puis la pénalité de la victoire après la fin du temps réglementaire. Ses appuis de feu et ses vista, sans oublier son sang-froid ont fait la différence chez les Blues.\n", + "category": "", + "link": "https://www.lerugbynistere.fr/videos/video-appuis-de-feu-vista-et-sang-froid-un-marcus-smith-de-gala-a-porte-les-harlequins-vers-la-victoire-1501221324.php", + "creator": "", + "pubDate": "2022-01-15 13:25:00", + "enclosure": "https://www.lerugbynistere.fr/photos/appuis-de-feu-vista-et-sang-froid-un-marcus-smith-de-gala-a-porte-les-harlequins-vers-la-victoire-15-01-22-4111.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/appuis-de-feu-vista-et-sang-froid-un-marcus-smith-de-gala-a-porte-les-harlequins-vers-la-victoire-15-01-22-4111.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0a8bc3b545500595c68abb989ba45c86", + "highlights": [] + }, + { + "title": "RUGBY. TOP 14. Raisuqe, le fantasque ailier renait de ses cendres sur l'aile de la troisième ligne du CO", + "description": "Josaia Raisuqe, l’ancien ailier neversois, semble être comme un poisson dans l’eau depuis son replacement sur l’aile de la 3e ligne castraise.", + "content": "Sans faire de bruit, le Castres Olympique s’installe bien confortablement dans les 6 premiers du classement. Avec sa dernière victoire face au Stade Français, le CO a enregistré un 4 succès de rang en TOP 14. Josaia Raisque, très en vu face au club francilien, est à l’image de son club, il monte en puissance. Après avoir commencé sa carrière en pro du côté du Stade Français. L’ailier fidjien pose ses valises à l’USON en 2017. Joueur rapide et solide, il terrorisera les défenses de PRO D2 durant ses 4 années et jaune et bleu. Lors de l’exercice 2018-2019, il finira meilleur marqueur de l’antichambre du TOP 14 avec 15 réalisations au compteur. Connu pour ses exploits sportifs, le Fidjien s’est aussi fait remarquer par quelques pétages de plomb. Il avait d’ailleurs commencé sa carrière en France par un licenciement dans la capitale après une affaire d’agression sexuelle en compagnie de Waisea.Coupe d'Europe. Waisea vs Radradra : ⚠ Alerte ! Duel de magiciens en vueAvec pas moins de 5 cartons rouges et 10 cartons jaunes depuis le début de sa carrière, l’ancien ailier collectionne les semaines de suspension. On se souvient tous d’ailleurs de l’action qui a marqué la PRO D2 voire la planète rugby la saison passée. Après le coup de sifflet final qui actait la victoire de Nevers sur la pelouse de Béziers. Raisuqe avait complétement craqué et soulevé l’arbitre, tel un trophée, pour célébrer la victoire. Une sortie de route qui avait couté 5 semaines de suspension à l’intéressé. Moins en vue lors de ses dernières saisons en terres bourguignonnes. Pierre-Henri Broncan, lui, a senti le bon coup et comptait bien faire ressortir le joueur fantastique qui avait éblouie le public de PRO D2. Arrivé à l’intersaison dans le Tarn, le Fidjien semble s’être parfaitement acclimaté à l’environnement, mais pas à son poste habituel.\nPro D2 - Josaia Raisuqe (Nevers) n'échappe à la suspension pour avoir manqué de respect à l'arbitre\nÀ l’aile, la vie n’est pas toujours belle\nArrivé en tant qu’ailier à l’intersaison, l'Îlien ne sera pas resté longtemps sur le côté de l’attaque castraise. En effet, depuis 6 rencontres, l’ancien Neversois a quitté son aile pour venir se réchauffer dans le pack castrais. Replacé en troisième ligne par son entraineur Pierre-Henri Broncan, Raisuqe parais renaître de ses cendres. Placé à son poste habituel en début de saison, l’intéressé paraissait ne pas être à l’aise comme par le passé. Le funambule fidjien était en réalité en difficulté avec une nouvelle règle de World Rugby avait confié son entraineur via RMC : « Je pense qu’il a été martyrisé cet été par la règle 50/22 en amical contre Montauban. Contrairement à ce qu’il faisait à Nevers, il ne se déplaçait plus. Il ne bougeait pas de son aile et ne touchait plus de ballon ! En plus il arrivait dans un nouveau club et n’était pas en confiance. » Le manager castrais est même allé jusqu’à appeler son ancien entraineur à Nevers, Xavier Pameja, pour comprendre le changement de comportement de son ailier. Ajoutez à cela une pénurie de troisième ligne dans l’effectif castrais avec les absences de Babillot, Onambele et Delaporte. Cela a donc poussé Pierre-Henri Broncan à replacer l’international à 7 sur le côté de la troisième ligne. Une idée qui pour l’instant, est une réelle réussite.\nUn replacement gagnant\nPour la première fois de sa carrière, à l’occasion de la 11e journée de TOP 14, Josaia Raisuqe entre en jeu en 3e ligne à la place de Kevin Kornath pour les 13 dernières minutes du match. Depuis le joueur n’a été laissé au repos uniquement face au Munster pour la deuxième journée européenne. C’est contre les Harlequins que le fidjien s’est révélé en 3e ligne. L’ancien ailier a été l’auteur d’une énorme performance et s’est même offert un essai pour sa première titularisation à son nouveau poste.\n \nLa semaine dernière, lors de la réception du Stade Français, le Fidjien a été monstrueux face à son ancien club. Le troisième ligne a distribué des tampons et a récupéré de précieux ballons tout au long de la partie, il nous a également offert une magnifique course de plus de 80m. Une prestation plus qu’aboutie comme le confie son entraineur : « Il a fait 80 minutes de très haut niveau samedi. Et pour un joueur très indiscipliné, il est passé de soulever des arbitres à ne pas prendre de pénalités. Je suis très heureux de son recrutement. En plus, c’est un super garçon à entraîner, qui avait une très mauvaise image dans le rugby français, mais qui est en train de se faire un nom et une place dans le Top 14, alors que la France rigolait de lui la saison dernière, sur un geste qui était toutefois de bonne humeur, de joie. Mais aujourd’hui, c’est l’image de notre club, c’est un mélange de jeune, d’anciens, qui ne lâchent pas. Et on a besoin de joueurs atypiques comme lui. »Un changement de poste qui n’aurait été possible sans l’accord et l’enthousiasme de l’intéressé : « J’ai discuté avec lui et lui ai proposé de monter en troisième ligne. Il était ravi et je l’ai senti libéré. Il s’est dit : « Je vais aller où je veux. » Il s’est engagé à fond pour réussir. C’est un vrai professionnel », confiait son entraineur. À l’instar de ses homologues Dakuwaqa ou bien Kunatani, Raisuqe a encore démontré que les joueurs fidjiens étaient de réels athlètes capables d’être de véritables couteaux suisses dans un effectif.", + "category": "", + "link": "https://www.lerugbynistere.fr/news/rugby-top-14-raisuqe-le-fantasque-ailier-renait-de-ses-cendres-sur-laile-de-la-troisieme-ligne-du-co-1401221548.php", + "creator": "", + "pubDate": "2022-01-15 12:00:00", + "enclosure": "https://www.lerugbynistere.fr/photos/josaia-raisuqe-14-01-22-7712.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/josaia-raisuqe-14-01-22-7712.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3ba9b2324bbdadc9b3239046650d62b9", + "highlights": [] + }, + { + "title": "COUPE D'EUROPE. Champions Cup. Bristol-Paris : duel entre équipes malades ?", + "description": "Bristol reçoit Paris ce samedi soir. L'occasion de comparer deux équipes en proie aux doutes, qui connaissent une saison difficile dans leur championnat respectif.", + "content": "Alors c'est quoi le problème ? C'est la question que tout le monde se pose, à l'évocation des Bristol Bears et du Stade Français, adversaires en Champions Cup samedi soir. Les deux équipes, qui peuvent s'appuyer sur deux mécènes à leur tête (Steve Lansdown chez les Anglais, Hans-Peter Wild du côté parisien), possèdent des joueurs de renom à quasiment chaque poste. Et pourtant, dire que les deux formations galèrent sérieusement relèverait de l'euphémisme. Les ''Ours'' n'ont de mordant que leur nom et pointent à une insipide 11ᵉ place en championnat, bien loin de leurs ambitions initiales. Forts de seulement 4 petites victoires en 12 rencontres, ces derniers ne semblent pas en mesure de rééditer les performances des années précédentes. Pour rappel, les joueurs du sud de l'Angleterre s'étaient posés en candidats légitimes au titre ces dernières saisons. 3ᵉ il y a deux ans, 1er à la fin de la saison régulière l'an passé, Bristol en revanche, cale au moment de se hisser en finale. La défaite face aux Harlequins en demie il y a de ça quelques mois, et alors qu'ils menaient 28-0, a forcément dû faire mal aux têtes.\n\nCoupe d'Europe. Waisea vs Radradra : ⚠ Alerte ! Duel de magiciens en vu\nLe Stade Français c'est presque la copie conforme de son alter-ego anglais, à quelques exceptions près. S'il est l'un des plus grands clubs français, il peine depuis une dizaine d'années à retrouver son lustre d'antan. Alors certes, il y aura eu ce titre de 2015, acquis à la suite de phases finales de très haut vol. Ou ce Challenge Européen 2017, conséquence d'une révolte salutaire des joueurs après l'annonce de la fusion, finalement avortée, avec le Racing 92. Mais à part ça, pas grand-chose à se mettre sous la dent. On peut rajouter cette qualification dans le top 6 l'an passé, seulement la deuxième en plus de dix ans, au prix d'une remontée folle et de 6 succès de rang. La preuve que ce groupe a des ressources, du cœur et surtout de la qualité. Mais pourtant, au cours de cet exercice 2021/2022, le Stade Français n'a pas été en mesure de surfer sur la dynamique de la saison dernière. Si bien, qu'il paraît presque irrémédiablement largué dans la course aux plays-offs, à 9 points de la sixième place. Pire, dixièmes, les protégés de Gonzalo Quesada ne pointent qu'à cinq points de Brive, premier relégable. Mais méfions-nous quand même, le passé nous ayant appris, que c'est lorsqu'on le croit mort que le Stade Français renaît de ses cendres.\nRUGBY. VIDEO. Le Stade Français retrouve des couleurs face à l’USAP\nDes individualités certes, mais un collectif friable\nSur le papier, les deux formations possèdent néanmoins des individualités de renom. Pêle-mêle, côté anglais, on retrouve des Sheedy, Sinckler, Hughes, Radradra, Randall, Attwood, Luatua ou Piutau. Même son de cloche chez les soldats rose avec des Latu, Kremer, Macalou, Sanchez, Waisea, Laumape, Naivalu, Veainu, Hamdaoui. Et on en passe, bien évidemment. Alors comment expliquer une telle méforme, au moment où les deux équipes vont croiser le fer, ce samedi soir sur la pelouse de l'Ashton Gate Stadium ? \nRUGBY. Coupe d'Europe. Feu vert pour la 3e journée avec l'assouplissement de la règle d'isolement\nLa première réponse toute simple, ce sont que ces individualités ne répondent pas présent. Pas besoin de chercher midi à 14h. Alors pas toutes on vous l'accorde. Mais du côté du Stade Français par exemple, Nicolas Sanchez ne parvient pas à réaliser de nouveau les performances qui ont fait de lui l'ouvreur phare des Pumas durant les années 2010. Ok, il s'est récemment blessé et n'a que peu joué cette année. Certes, le joueur peut être une bonne alternative à Segonds, l'Argentin étant plus porté sur l'offensif que son coéquipier. Mais force est de constater que l'ancien pensionnaire des Jaguares n'a jamais réellement convaincu dans les travées de Jean Bouin, avec des performances trop irrégulières. Idem avec Ngani Laumape, qui excepté son match contre Montpellier, ne semble être que l'ombre du centre All Black qui martyrisait les défenses en Aotearoa grâce à sa puissance phénoménale. Du côté de Bristol, l'exemple le plus frappant reste Semi Radradra. Sûrement l'un des meilleurs trois-quarts centre de la planète il y a peu, le Fidjien éprouve toutes les peines du monde lui-aussi, à retrouver son niveau d'avant blessure. Facteur X de sa formation auparavant, il n'a disputé que 4 petits matchs cette saison pour 3 défaites. Il n'a effectué son retour que le 3 décembre dernier, l'une des explications à cette méforme. Mais nous sommes en droit d'en attendre plus d'un joueur de sa trempe, évidemment. D'autres stars déçoivent aussi, à l'instar de Charles Piutau, joueur le mieux payé de la planète, qui ne devrait pas être conservé à l'issue de la saison.Guitoune, Piutau, Saili... ces stars qui pourraient jouer pour un autre pays en 2023\nMais surtout, le plus symptomatique reste le manque de repère dans chaque équipe. Prenons l'exemple des Parisiens. Plusieurs fois, les joueurs du Stade Français ont répété ne pas respecter le plan de jeu. Et vu de l'extérieur, cela semble criant. Les joueurs ne manquent pas de talent, mais chaque action parait désorganisée, sans fil de conducteur et en manque d'inspiration. On ne compte plus les jeux aux pieds, parfois bons, parfois systématiques d'un demi de mêlée stadiste ou de Joris Segonds. Si le pack parisien s'est densifié en comparaison des années précédentes, les trois-quarts, sevrés de ballons ne parviennent pas à exprimer tout leur potentiel. Et quel dommage quand vous comptez dans vos rangs des Waisea, Laumape, Veainu, Etien, Hamdaoui et consorts, le tout animé par un Segonds ou Sanchez, sans oublier le prometteur Barré.Coupe d'Europe. Waisea vs Radradra : ⚠ Alerte ! Duel de magiciens en vue\nBristol en bonne position, Paris presque condamné\nDe son côté, Bristol est en position idéale pour se qualifier...sans même avoir joué ! Les hommes de Pat Lam ont hérité d'une victoire bonifiée lors de la 1ère journée face à des Scarlets forfaits à cause du Covid. Puis d'un match nul suite à une décision de l'EPCR face au Stade Français. Résultat, 7 points en deux matchs ! Lunaire. Les Parisiens de leur côté, se retrouvent dos au mur avec seulement deux points, acquis donc lors du match annulé contre Bristol. Pour le compte de la première journée, les coéquipiers de Paul Gabrillagues s'étaient lourdement inclinés sur les terres du Connacht, à Galway. Il faudra donc espérer décrocher un bon résultat ce samedi en Angleterre puis s'imposer face au Connacht pour espérer une qualification. L'affaire est loin d'être facile, mais comme évoqué plus haut, impossible n'est pas Stade Français. \nCOUPE D'EUROPE. Quel impact ont les matchs nuls sur le classement de la Champions Cup ?", + "category": "", + "link": "https://www.lerugbynistere.fr/news/champions-cup-bristol-stade-francais-duel-entre-equipes-malades-1401222309.php", + "creator": "", + "pubDate": "2022-01-15 12:00:00", + "enclosure": "https://www.lerugbynistere.fr/photos/t-15-01-22-5172.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/t-15-01-22-5172.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fff8e2ad567486b1affb97e73d173264", + "highlights": [] + }, + { + "title": "CHAMPIONS CUP. George Moala vs Rohan Jan Van Rensburg : le duel des boules de flipper", + "description": "Au centre lors du Sale vs Clermont de dimanche, se retrouveront deux des garçons les plus tranchants d'Europe ballon en main. Ça va faire BOOM !", + "content": "Aimez-vous les boules de nerfs ? La question peut paraître étrange au premier abord, mais si on la pose, c'est tout simplement parce que le choc de dimanche en coupe d'Europe va opposer probablement deux des plus grosses boules de flipper de l'Europe du rugby. Et que puisque c'est le genre de rencontre à ne manquer sous aucun prétexte, autant s'assurer que vous soyez en phase avec les fers de lance de chaque équipe ; ceux qui pourraient très certainement avoir un rôle prépondérant sur le résultat de ce match.\nVIDEO. Vous voulez vous réveiller ? Regardez cette compilation des HITS de la tournée des Lions Britanniques !\nD'un côté le Clermontois George Moala, 31 ans, 1m81 pour 106kg et probablement meilleur auvergnat de ces dernières saisons, tant il y a un ASM avec, et sans lui. De l'autre, le requin de Sale Johan Ranse Van Rensburg, 27 piges, 1m85 pour 109kg et plus gros casseur de plaquages de cette équipe de la banlieue de Manchester. Deux garçons explosifs au possible, excellents dans le défi physique et à la trajectoire quelque peu similaire : celle de n'avoir jamais connu les joies de la sélection, ou presque (4 capes pour le NZ, 1 seule pour le Sud-Af), malgré un potentiel pratiquement sans équivalent au poste de premier centre...\nLes Blacks ont souvent fait fi des boules de bowling\nIl faut dire que les deux points d'ancrages ont des profils relativement atypiques, qui n'ont jamais vraiment joué en leur faveur pour obtenir le précieux sésame du ticket pour l'équipe nationale. Pour Moala, l'idée a souvent consisté à dire qu'il était probablement un joueur au profil trop uniforme pour venir concurrencer réellement les détenteurs du poste de centre dans un pays où les talents poussent sur les arbres. Une fois que Nonu et Smith ont tiré leur révérence ? Ce fut au tour de Crotty, SBW, Fekitoa et Lienert-Brown de se partager les places à prendre. Des joueurs assurément moins puissants que Moala, mais à la palette technique probablement plus élargie, aussi. Ce qui valut, quelques années plus tard, la même mise au ban pour un certain Ngani Laumape, aujourd'hui parisien...\nPas de place au centre pour les exilés en Afrique du Sud\nDu côté de \"RJVR\", ce sont plutôt les pépins physiques et la prise de retard importante sur ses concurrents directs (De Allende et Kriel pour ne citer qu'eux) à une certaine époque qui l'ont finalement toujours plus ou moins éloigné des radars de la sélection. Et puis les années sont passées et celui que l'on surnomme \"la bête de Carrington\" s'est clairement épanoui grâce à l'exil, du côté de l'Angleterre. Jamais suffisamment pour être rappelé, François Steyn et Lukhanyo Am complétant le groupe au poste en Afrique du Sud, et pourtant si souvent évoqué dans les médias et plébiscité par la vox populi pour venir fourrer ses gros cuisseaux au milieu de la ligne de 3/4 des Springboks. Mais il n'y avait visiblement pas de place pour lui, ni pour Jan Serfontein, et tous les autres (jeunes) phénomènes sud-af évoluant en Europe.\nLa liberté par l'exil\nBref, vous l'aurez compris, ce dimanche, ce sont bien deux joueurs au profil et à la trajectoire relativement similaires qui s'affronteront sur la pelouse de l'AJ Bell Stadium. Deux garçons capables de scorer également, à l'image des 20 essais inscrits en 58 matchs pour le Sud-Africain depuis son arrivée à Sale... ou des 25 essais marqués par Moala depuis sa venue au pied des volcans... Avec peut-être un léger avantage pour Van Rensburg, en sa capacité à ne pas évoluer que dans un profil de bulldozer et à beaucoup faire jouer autour de lui. Et oui, ce que l'on ne vous a pas dit sur l'ancien joueur des Lions, c'est qu'il a beau avoir toujours été le gars le plus volumineux parmi ses coéquipiers, lui se plaît avant tout à être un joueur élégant et dévoreur d'espaces. Pour autant, l'on a rarement été aussi curieux à l'idée de voir le premier choc de la partie entre deux numéros 12. Attention, ça va faire BOOM ! \n", + "category": "", + "link": "https://www.lerugbynistere.fr/news/champions-cup-george-moala-vs-rohan-jan-van-rensburg-le-duel-des-boules-de-flipper-1401221800.php", + "creator": "", + "pubDate": "2022-01-15 11:00:00", + "enclosure": "https://www.lerugbynistere.fr/photos/yt-14-01-22-7772.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/yt-14-01-22-7772.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a559e03f0ebc9b5c3149e63451c8433e", + "highlights": [] + }, + { + "title": "CLASSEMENT PRO D2. Oyonnax impressionne et prend la tête du championnat [VIDEO]", + "description": "Battu à Nevers, Mont-de-Marsan a laissé la place de leader de la Pro D2 à Oyonnax, large vainqueur de Carcassonne sur sa pelouse. Le point sur le classement.", + "content": " La Pro D2 a un nouveau leader. Après la défaite de Mont-de-Marsan à Nevers, c'est Oyonnax qui occupe la première place du championnat. La formation de l'Ain n'a pas fait dans les sentiments ce vendredi soir à Carcassonne avec un succès bonifié. L'USO compte désormais quatre longueurs d'avance sur les Montois. Bayonne reste dans la course aux deux premières places après avoir dominé Aurillac. La mauvaise opération de cette 17e journée est à mettre au crédit du FCG. Grenoble s'est incliné au Stade des Alpes face à Vannes. Les Isérois vont devoir lutter pour le maintien. Avec 28 unités seulement au compteur, ils sont sous la menace de Bourg-en-Bresse, premier relégable à seulement deux points derrière. La fin de saison va être tendue en haut comme en bas du classement.\nLes résultats de la 17e journée de Pro D2 :\n\nNarbonne 24 - 26 Agen\nNevers 27 - 6 Mont-de-Marsan\nBéziers (reporté) Montauban \nBayonne 31 - 6 Aurillac\nColomiers 32 - 29 Rouen\nGrenoble 10 - 25 Vannes\nBourg-en-Bresse 24 - 24 Aix-en-Provence\nCarcassonne 13 - 32 Oyonnax\n\nLe classement de Pro D2 :\n\nOyonnax 65 pts 🔼\nMont-de-Marsan 61 pts 🔽\nBayonne 59 pts\nNevers 46 pts 🔼\nColomiers 45 pts \nMontauban 44 pts 🔽\nCarcassonne 36 pts 🔼\nAurillac 35 pts\nVannes 35 pts 🔼\nProvence Rugby 35 pts 🔽 \nBéziers 31 pts 🔽\nAgen 30 pts 🔼\nGrenoble 28 pts 🔽\nRouen 28 pts 🔽\nBourg-en-Bresse 26 pts\nNarbonne 18 pts\n", + "category": "", + "link": "https://www.lerugbynistere.fr/videos/classement-pro-d2-oyonnax-impressionne-et-prend-la-tete-du-championnat-video-1501221027.php", + "creator": "", + "pubDate": "2022-01-15 10:30:00", + "enclosure": "https://www.lerugbynistere.fr/photos/pro-d2-oyonnax-impressionne-et-prend-la-tete-du-championnat-video-15-01-22-1169.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/pro-d2-oyonnax-impressionne-et-prend-la-tete-du-championnat-video-15-01-22-1169.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "71c0867d79c97370079a06a6b2603577", + "highlights": [] + }, + { + "title": "RÉSUMÉ VIDÉO. RÉSULTAT. Un Castres vaillant crucifié par le Munster en fin de match en Champion Cup", + "description": "Ce vendredi soir, Castres s'est incliné sur sa pelouse dans le cadre de la troisième journée de Champions Cup face au Munster malgré un bel essai de Larregain.", + "content": "Grosse déception dans les rangs de Castres après la courte défaite à domicile face au Munster dans le cadre de la troisième journée de Coupe d'Europe. \"On voulait rendre fier nos supporters. On craque à deux minutes de la fin, c’est terrible\", a commenté Loïc Jacquet via le site de l'EPCR. Le CO empoche un troisième bonus défensif. Mais cela ne va guère faire le bonheur des Castrais. Après une première pénalité de Crowley, c'est la formation locale qui a inscrit le premier essai par Thomas Larregain après une passe au pied sublime de Ben Botica. Ce dernier a permis aux siens de reprendre l'avantage avant l'heure de jeu après que Crowley a passé deux nouvelles pénalités. Mais les locaux n'étaient pas à l'abri d'un essai (13-6). Une réalisation qu'ils n'ont pas été en mesure d'empêcher. A deux minutes de la sirène, et après un bon travail des avants, Coombe a pris ses responsabilités et détendu le bras pour passer l'ovale derrière la ligne de craie. Cruel pour le CO. Le Munster est déjà qualité pour les 8es de finale.", + "category": "", + "link": "https://www.lerugbynistere.fr/videos/resume-video-resultat-un-castres-vaillant-crucifie-par-le-munster-en-fin-de-match-en-champion-cup-1501221001.php", + "creator": "", + "pubDate": "2022-01-15 10:03:00", + "enclosure": "https://www.lerugbynistere.fr/photos/un-castres-vaillant-crucifie-par-le-munster-en-fin-de-match-en-champion-cup-15-01-22-5011.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/un-castres-vaillant-crucifie-par-le-munster-en-fin-de-match-en-champion-cup-15-01-22-5011.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "923f531f762093881fc4b664d125813d", + "highlights": [] + }, + { + "title": "INSOLITE. Et si les premières parties de rugby avaient été jouées… SOUS L’EAU", + "description": "Dans l’archipel des Tonga, une discipline sportive séculaire consiste à mélanger rugby et plongée, son nom : le kasivaki.", + "content": "Et non vous n’avez pas mal lu. Depuis des siècles, une tradition aux Tonga consiste à pratiquer le rugby sous l’eau. Le tout avec une pierre en guise de ballon. Le but ? Voir deux équipes s’affronter afin d’amener le glorieux caillou dans une zone définie à l’avance. Un sport très dangereux puisque le monolithe en question pouvait peser plusieurs dizaines de kilos. En octobre dernier, Milika Pusiaki en parlait au média Radio New Zealand. L’artiste tongienne et connaisseuse de cette tradition décrit le contexte de cette discipline : “C'est vraiment un ancien sport tongien qui était purement pratiqué pour le divertissement. Le but était de montrer ses compétences, sa force et son endurance au combat aquatique[...]. Ils descendaient dans les fonds marins et se tenaient entre deux rochers de corail mou, une équipe à l'est et l'autre à l'ouest... C'est comme jouer au rugby sous l'eau avec un rocher.”\nMilika Pusiaki est une artiste locale reconnue. Danseuse et chanteuse, elle participe grandement à la conservation et la promotion de la culture tongienne.De perdu pour le rugby à capitaine du Pays de Galles, découvrez la fantastique histoire d'Ellis JenkinsUne tradition qui vous rend curieux ? Rien de plus normal en tant que fan d’ovalie et amateur de cocktail sous les cocotiers. Cependant, vous risquez d’être surpris… Ou plutôt vous allez être rassurés, puisque la discipline ancestrale a été interdite suite aux nombreux morts, notamment par noyade. C’est le premier roi des Tonga George Tupou Ier qui mit fin à cette pratique durant son règne, entre 1845 et 1893 selon Ancient Origins. En effet, cet homme d’État unifia les différentes tribus tongiennes. Il en profita pour créer la première constitution du pays et en profita pour abolir plusieurs coutumes de l’ancien régime. Le kasivaki en fait partie. Le jeu étant considéré par le monarque comme un spectacle macabre ayant pour seul but d’amuser les chefs.\nUne passion qui n’a ni âge, ni frontière\nAvant cela, on ne sait pas jusqu’à quand cette tradition remonterait. Selon Ancient Origins, il semblerait que le “kasivaki pourrait avoir été culturellement similaire aux jeux de balle d’anciennes civilisations américaines ou aux Jeux olympiques antiques. Ils étaient des fêtes et des cérémonies religieuses autant que des événements sportifs. De la même manière, le kasivaki pourrait avoir eu des liens sociaux, politiques et peut-être spirituels plus profonds avec le mode de vie des Tongiens, au-delà de son rôle de divertissement pour les élites.” Milika Pusiaki explique également que le vainqueur “se voyait offrir un titre spécial et recevait parfois un terrain en guise de prix. Il était définitivement élevé en termes de titre et de hiérarchie dans la société tongienne. C'était un honneur pour les hommes de jouer pour le roi. Ils ne le faisaient pas pour leur propre bénéfice, ils étaient ravis de voir le chef ou le roi lui-même et que ce dernier apprécie ce qu'ils font. C'est tout ce qui comptait pour eux. À la fin de la journée, ils sont satisfaits de savoir que leur supérieur, le roi, sa majesté ou même le noble est heureux en regardant le jeu.”INTERNATIONAL. Fekitoa pourrait jouer la Coupe du Monde 2023 avec... les Tonga !\nDe la même façon, les Européens s'adonnent à des parties de soûle au moyen-âge. Ce sport étant souvent considéré comme l’ancêtre commun du football et du rugby. Extrêmement violent, il aurait, lui aussi, été la cible de nombreuses interdictions au cours de son histoire. Au XIVe siècle, les rois de France Philippe V et Charles V ordonnèrent chacun leur tour l'interdiction de cette pratique très populaire, sans grand succès. Cette activité voyait s’affronter deux équipes. Elles devaient alors amener un ballon d’un point A à un point B. A cette occasion tous les coups pouvaient être permis, cela dépendait des règles établies à l’avance. Un chapitre du livre Une Histoire populaire du Football de Mickaël Correia parle de cette discipline. Dans cette étude, les sociologues Norbert Elias et Eric Dunning évoque : “Bien que les autorités aient considéré cette activité comme étant un comportement asocial, s’amuser avec une balle - même si l’on se brisait des os et saignait du nez - demeura pendant des siècles le passe-temps favori du peuple dans la majeure partie du pays.” Et aujourd’hui encore, il semblerait que les quelques centaines de milliers de personnes qui courent chaque week-end sur un terrain ballon en main donnent toujours raison aux deux chercheurs. À la seule différence, que les comportements violents ont eu heureusement tendance à disparaître, ou à diminuer en intensité tout du moins.RUGBY. INSOLITE. Il y a 40 ans, les All Blacks affrontaient… l’Auvergne !\nUne potentielle renaissance ?\nAujourd’hui, le caractère toujours aussi dangereux du kasivaki empêche de le faire pleinement revivre. Cependant, une discipline étrangement similaire a vu le jour ces dernières années au Japon. Appelé Water Rock, elle reprend sensiblement les mêmes règles. Milika Pusiaki commentait cette pratique apparemment indépendante de la tradition issue des Tonga. Elle dit : “C'est exactement la version de kasivaki dont parlait les anciens, c'est exactement comme ça... c'est comme voir ce que les ancêtres ont fait dans le passé.” \n\nUnder the clear waters of Okinawa, a different kind of rugby is happening with a 35 kg stone. #RugbyBuildsCharacter pic.twitter.com/516JWaKb9Y\n— World Rugby (@WorldRugby) June 9, 2017\n\nElle explique néanmoins que le principe de soulever un rocher de 35 kilos sous l’eau en guise de sport restait trop dangereux et propice aux noyades. L’artiste parle alors des changements que les joueurs devraient apporter pour actualiser le jeu. Elle précise : “Je pense que s'il doit être relancé, nous devrions faire quelque chose de léger et le faire juste dans l'eau sans plonger pour autant. Faisons-le en tant que jeu original tongien, mais demandons à nos frères palagi (termes désignant les occidentaux) d'essayer pour une fois. Nous le faisons toujours à la manière occidentale (le rugby), mais nous avons nos propres jeux traditionnels qui pourraient être relancés et élevés dans un style plus professionnel.” On retrouve également une pratique sportive similaire dans une activité méconnue et moins dangereuse : le rugby subaquatique.VIDEO. RUGBY. L’immense carrière de Jonah Lomu retracée dans un reportage plein d’émotions", + "category": "", + "link": "https://www.lerugbynistere.fr/news/insolite-et-si-les-premieres-parties-de-rugby-avaient-ete-jouees-sous-leau-1401221713.php", + "creator": "", + "pubDate": "2022-01-14 17:20:00", + "enclosure": "https://www.lerugbynistere.fr/photos/glougloucouv-14-01-22-1873.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/glougloucouv-14-01-22-1873.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8af1154cbab2cdbe8e38d30ba8e82a57", + "highlights": [] + }, + { + "title": "PRONOSTICS. Champions Cup. Les Wasps vont-ils faire tomber Toulouse, champion d'Europe en titre ?", + "description": "Place aux pronostics avec notre partenaire Winamax avec le déplacement de Toulouse chez les Wasps ainsi que les réceptions du Munster par Castres et de Bath par La Rochelle.", + "content": "Vos Matchs de Rugby Wasps/Toulouse, la Rochelle/Bath à quelle heure et sur quelle chaîne ?Place aux pronostics avec notre partenaire Winamax. Ce week-end on joue la troisième journée de Champions Cup et de Challenge Cup. Suite à la décision de l'EPCR de ne pas rejouer les matchs reportés, ce troisième tour est décisif. Ainsi, Toulouse doit aller chercher des points chez les Wasps. La tâche ne sera pas facile pour Castres face au Munster. Tandis que les Rochelais ont une occasion de sécuriser leur place pour les 8es face à Bath.\nCastres vs Munster (vendredi à 21h)\nLes deux formations sont dans une dynamique différente sur le plan européen. Les Castrais ont perdu leur deux premiers matchs quand les Irlandais occupent la deuxième place de la poule avec deux succès. Le CO avait pourtant fait de la Coupe d'Europe l'un de ses objectifs cette saison. S'ils veulent voir les 8es de finale, il leur faudra l'emporter ce vendredi soir. Ils sont toujours en course pour la qualification grâce aux deux points de bonus défensifs glanés. Le pari sûr : succès du Munster coté à 1,20.\nLe pari audacieux : les Castrais ne sont pas favoris avec une cote à 4,20.\nPour parier sur ce match, c'est par ici\nLa Rochelle vs Bath (samedi à 18h)\nUne victoire, un match nul, les finalistes de la saison précédente occupent pour l'heure la 4e place de leur groupe. La réception de Bath, en difficulté en Premiership, doit leur permettre de sécuriser une place pour les phases finales. \"Le Stade Rochelais a remporté sept de ses neuf matchs à domicile dans la compétition, dont les quatre derniers\", nous indique l'EPCR. Le résultat de cette rencontre ne fait pas vraiment débat.Champions Cup. COMPOSITION. Alldritt capitaine, Popelin à l'ouverture pour La Rochelle, retour de Redpath à BathLe pari sûr : victoire des Rochelais, cote, 1,01.\nLe pari audacieux : succès de Bath, coté à 20.\nPour parier sur ce match, c'est par ici\nWasps vs Toulouse (samedi à 14h)\nC'est une équipe de Toulouse compétitive qui se déplace en Angleterre. Bien que privé d'Antoine Dupont en raison d'une gêne au genou, le champion d'Europe en titre voudra faire un résultat chez les Wasps. En effet, le résultat du match aller les place pour l'heure dans une position inconfortable. En cas de défaite, ils pourraient voir la concurrence leur passer devant et se retrouver à la lutte pour une place pour les phases finales.CHAMPIONS CUP. Les Wasps, pire équipe pour se relancer pour le Stade Toulousain ?Le pari sûr : 1,22, c'est la cote pour une victoire du Stade Toulousain.\nLe pari audacieux : les Wasps en tête à la pause puis succès du Stade Toulousain, cote à 5,20.\n \nPour parier sur ce match, c'est par ici \nN'oubliez pas les copains : votre 1er pari remboursé jusqu’à 100 € avec l'offre Winamax ! De quoi se tenter un pari audacieux ?\nEn partenariat avec Winamax.", + "category": "", + "link": "https://www.lerugbynistere.fr/news/pronostics-champions-cup-les-wasps-vont-ils-faire-tomber-toulouse-champion-deurope-en-titre-1401221653.php", + "creator": "", + "pubDate": "2022-01-14 17:05:00", + "enclosure": "https://www.lerugbynistere.fr/photos/pronostics-top-14-le-stade-toulousain-va-t-il-tomber-a-biarritz-01-10-21-4646.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/pronostics-top-14-le-stade-toulousain-va-t-il-tomber-a-biarritz-01-10-21-4646.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "35d8112eba35898184b014c52ae39a70", + "highlights": [] + }, + { + "title": "TOP 14. RUGBY. Les dates et horaires des matchs reportés sont connus !", + "description": "La LNR a annoncé les dates et horaires des matchs reportés durant les dernières journées de Top 14.", + "content": "Les 10 équipes concernées vont pouvoir s’organiser. Les clubs de Top 14 savent désormais quand auront lieu les différentes rencontres reportées à l’occasion de la 13eme, 14eme et 15eme journée de première division. Un rattrapage sur trois différentes semaines étalé durant les différentes échéances partagées avec le XV de France à l’occasion du Tournoi des VI Nations. Les doublons seront donc bien chargés pour certains.Top 14/Pro D2. Les jauges proportionnelles sur le point d'être mises en place !\nC’est notamment le cas du RCT qui n’a pas joué depuis le 17 décembre et qui compte 3 matchs de retard. Plus qu’aucune autre équipe de l’élite. Les coéquipiers d’Aymeric Luc devront alors rivaliser d’ingéniosité pour effectuer les roulements adéquats dans leur effectif. Le but étant de s’extirper du bas du classement. Les équipes fournissant un grand nombre d’internationaux devraient également être pénalisées par ce calendrier. Certaines rencontres comme celles opposant le RCT au Stade Rochelais, ainsi que les rencontres Racing 92 vs Section Paloise et CA Brive vs ASM Clermont se déroulent en même temps que des rencontres du Tournoi des VI Nations. Cependant, ne vous inquiétez pas, aucune des rencontres n’a évidemment lieu durant un match des Bleus. L’honneur est sauf.RUGBY. C'était presque inévitable : premier report de la saison en Pro D2\nLes rencontres reportées sont :\n\n11 février 2022 : Stade Toulousain - Stade Français (21h00)\n12 février 2022 : Racing 92 - Section Paloise (14h15) / CA Brive - ASM Clermont (15h00) / RC Toulon - Union Bordeaux-Bègles (21h05)\n12 mars 2022 : Montpellier HR - RC Toulon (21h05)\n19 mars 2022 : RC Toulon - Stade Rochelais (17h15)\n20 mars 2022 : Stade Toulousain - Montpellier HR (21h05)\n\n\n#TOP14La @LNRofficiel a fixé les dates de reprogrammation des 7 matches de TOP 14 en retard, qui n’avaient pas pu se jouer lors des 13e, 14e et 15e Journées 🗓️⏰ pic.twitter.com/zEqyTTTgJz\n— TOP 14 Rugby (@top14rugby) January 14, 2022\n", + "category": "", + "link": "https://www.lerugbynistere.fr/news/top-14-rugby-les-dates-et-horaires-des-matchs-reportes-sont-connues-1401221623.php", + "creator": "", + "pubDate": "2022-01-14 16:25:00", + "enclosure": "https://www.lerugbynistere.fr/photos/reports-14-01-22-2505.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/reports-14-01-22-2505.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2769fb4414c1b4c23404bad1323ff629", + "highlights": [] + }, + { + "title": "6 Nations. Italie. Parisse absent, ''il a besoin de retrouver de la confiance'', estime Crowley", + "description": "Sergio Parisse n'a pas été retenu dans le groupe de l'Italie pour participer aux deux premiers matchs du Tournoi des 6 Nations. Le sélectionneur Kieran Crowley s'en est expliqué.", + "content": "Ce jeudi, Kieran Crowley, le sélectionneur de l'Italie a dévoilé sa liste pour préparer les deux premiers matchs du Tournoi des Six Nations. La Squadra Azzura entamera sa campagne européenne à Paris face aux Bleus (6 février), avant de recevoir l'Angleterre une semaine plus tard, au Stadio Olimpico de Rome. Une liste sans Sergio Parisse qui avait pourtant émis le souhait de participer à ce tournoi, pour finir en beauté son histoire avec la Nazionale. \nVIDEO. INSOLITE. ''Papi'' Sergio Parisse recadré avec humour par sa femme\nMais cela ne signifie pas pour autant que le numéro 8 âgé de 38 ans, ne portera pas le maillot Azzurri. Et pour cause, Kieran Crowley s'est exprimé à ce sujet et a expliqué son absence due notamment au manque de temps de jeu. On rappelle que Parisse, victime d'une fracture du scaphoïde en début de saison, a effectué récemment son retour à la compétition : ''Il est revenu depuis sa blessure mais il n'a joué que 60 minutes avec son club'', indique Crowley dans des propos rapportés par L'Équipe. ''Il n'a pas joué ces trois-quatre dernières semaines à cause de la situation sanitaire. On a discuté et on a convenu que le plan serait qu'il rejoue avec son club, ils ont quatre matchs dans les prochaines semaines. Ensuite, on reconsidérera une convocation pour le match contre l'Irlande (27 février) ou pour les deux derniers (Écosse le 12 mats et Pays de Galles le 19 mars). Il a besoin de retrouver de la confiance après avoir passé autant de temps sans jouer''.  ", + "category": "", + "link": "https://www.lerugbynistere.fr/news/6-nations-italie-il-a-besoin-de-retrouver-de-la-confiance-crowley-sexplique-sur-la-non-convocation-de-parisse-1401221441.php", + "creator": "", + "pubDate": "2022-01-14 14:45:00", + "enclosure": "https://www.lerugbynistere.fr/photos/t-14-01-22-265.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/t-14-01-22-265.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5690df7ae17dfced472e1089e866a021", + "highlights": [] + }, + { + "title": "VIDEO. PRO D2. Lucas Blanc mystifie la défense de Mont-de-Marsan et Nevers fait tomber le leader", + "description": "Mont-de-Marsan a subi la loi de Nevers au stade du Pré Fleuri en Pro D2. Sa première place est désormais en danger. Oyonnax pourrait en profiter.", + "content": "Presque inimaginable il y a quelques semaines. Mont-de-Marsan pourrait perdre sa première place aux dépens d'Oyonnax, qui se déplace sur la pelouse de Carcassonne ce vendredi. Battu largement par Nevers (27-6), ce dernier monte provisoirement à la 4ᵉ place du classement et confirme ses intentions de jouer les phases finales du championnat.\nLes Landais défaillants en conquête\nLes hommes de Patrick Milhet subissent un coup d'arrêt. Eux si impériaux et superbes lors de la phase aller, ils ne furent que l'ombre d'eux-mêmes durant 80 minutes. Au contraire de Nevers, entreprenant et récompensé de trois essais. Dont celui de Lucas Blanc, qui d'un crochet intérieur, a passé en revue la défense montoise aux abois. Les choix des Neversois d'aller en touche au lieu de tenter la pénalité leur ont été bénéfiques. Et rarement nous avons vu Mont-de-Marsan malmené à ce point physiquement cette saison. À l'image de Issam Hamel et Joris Cazenave qui concluaient deux ballons portés du paquet d'avant bourguignon en deuxième mi-temps.\n", + "category": "", + "link": "https://www.lerugbynistere.fr/news/video-pro-d2-lucas-blanc-mystifie-la-defense-de-mont-de-marsan-et-nevers-fait-tomber-le-leader-1401221340.php", + "creator": "", + "pubDate": "2022-01-14 14:00:00", + "enclosure": "https://www.lerugbynistere.fr/photos/ezoh-14-01-22-9535.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/ezoh-14-01-22-9535.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "69c5433546e2b932d7241fadc6f83d19", + "highlights": [] + }, + { + "title": "Top 14. Mais où est passée la magie de Virimi Vakatawa, aka l'ancien meilleur centre du monde ?", + "description": "À 3 semaines du Tournoi, la forme ballante de Virimi Vakatawa depuis plusieurs mois inquiète. D'autant qu'il s'est une nouvelle fois blessé samedi dernier...", + "content": "Avant la dernière tournée de novembre, on disait ici et là que Virimi Vakatawa avait beau compter sur un statut d'intouchable pour services rendus, le centre de 29 ans était en perte de vitesse avec le Racing. Plus aussi tranchant que les saisons précédentes, moins capable de jouer dans le dos des défenses aussi et, en sus, souvent gêné par des pépins, on s'était même posé la question de savoir si Fabien Galthié et son staff choisiraient de faire de lui leur 13 titulaire au moment d'affronter l'Argentine, la Géorgie et les Blacks. Une énième blessure (fracture des côtes) avait finalement répondu à notre question avant même d'avoir eu le temps de finir de la poser. \n[STATISTIQUES] L'absence de Virimi Vakatawa sera-t-elle préjudiciable au XV de France ?\nSauf que depuis, le ressenti est devenu tendance, et \"Viri\" n'a malheureusement pas plus retrouvé aujourd'hui qu'hier ses performances des années passées... Un exemple ? Son match poussif face à Clermont samedi dernier, où il fut directement impliqué sur les 2 essais auvergnats et franchement dominé par la puissance brute de l'ancien All Black George Moala. Avec en conclusion... une énième blessure au genou et une sortie prématurée à la 43ème minute de jeu. Mais alors c'est quoi le problème avec Vakatawa ? Paie-t-il des saisons trop chargées les années précédentes ? Ses genoux le handicapent-ils tant que ça ? Ou bien est-il tout simplement redevenu un joueur \"normal\" ? Parmi les plus proches observateurs du Racing 92, notre confrère Marc Duzan, du Midi Olympique, expliquait en début de semaine : \nVirimi Vakatawa est désormais loin d’être le meilleur centre du monde comme lorsqu’il a prolongé son contrat au Racing. Mais Virimi Vakatawa est blessé au genou et n’est jamais véritablement revenu de sa blessure au genou. On voit qu’il traine la patte. Avant qu’il redevienne le joueur qu’il a été, il faut qu’il soigne son genou et ensuite ça ira bien. \nPour autant, le principal intéressé, lui, jurait \"commencer à se sentir mieux\" en décembre, pour L'Équipe. \"Les genoux, franchement, ça va très bien. Je n’ai plus besoin de strap pour jouer\", détaillait-il. Il semblerait néanmoins que ceux-ci lui aient à nouveau fait faux bon... Car si l'on voulait également une preuve par les chiffres de la moindre efficacité de Virimi depuis près d'un an, L'Équipe nous apprend aussi qu'il franchit moins (0,4 break par match contre 0,7), avance moins (32 mètres/match contre 57), réalise moins de offload, moins de passes décisives et casse moins de plaquages (1,7/match contre 3,2) que la saison dernière. Pire, si l'on remonte plus loin, avec ses 5 petits essais sur les 2 dernières saisons, Virimi est même à des années-lumières du niveau qui était le sien à la finition lorsqu'il était - à juste titre - considéré par beaucoup comme le meilleur numéro 13 de la planète.\nVakatawa nous fait lever de notre canapé avec une passe magique pour l'essai de Dupont [VIDEO]Entre les saisons 2018/2019 et 2019/2020, le natif de Rangiora venait en effet de claquer 27 essais en 45 titularisations avec le Racing et marchait tout simplement sur l'eau, alors que seul Semi Radradra était en mesure de le regarder dans les yeux. Aujourd'hui, l'ancien bordelais est, lui aussi, quelque peu en dedans et qu'on se le dise, les Lukhanyo Am ou Rieko Ioane leur sont passés largement devant dans la hiérarchie mondiale du poste. \nPari gagnant ou manque de rythme logique : on a suivi le match de Virimi Vakatawa face à l'Angleterre\n\n\n\n\nMaxime Machenaud, qui le côtoie tous les jours au Racing, a peut-être un élément d'explication lui aussi. \"On a tous, à un moment ou à un autre, des performances moins bonnes, on ne peut pas toujours être au top niveau.(...) Est-ce qu’on n’attend pas trop de lui, aussi ? C’est quelqu’un qui a été à un tel niveau, qu’il est difficile de se maintenir si haut.\" Et si le futur demi de mêlée de Bayonne avait raison : si son coéquipier avait finalement sur performé les saisons précédentes ? Avec tout ce que le roi du offload a montré durant sa carrière, on jurerait qu'en grande forme physique, il retrouverait son niveau d'antan en quelques mois seulement. Qu'à cela ne tienne, prions pour que le magicien retrouve des genoux sains. Et alors, comme le dit Marc Duzan, \"il ne fera aucun doute que Vakatawa sera le trois-quarts centre de l’équipe de France aux côtés de Gaël Fickou pour la Coupe du monde de 2023.”\n\n\n\n", + "category": "", + "link": "https://www.lerugbynistere.fr/news/top-14-mais-ou-est-passe-la-magie-de-virimi-vakatawa-aka-lancien-meilleur-centre-du-monde-1401221320.php", + "creator": "", + "pubDate": "2022-01-14 13:25:00", + "enclosure": "https://www.lerugbynistere.fr/photos/yt-14-01-22-3335.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/yt-14-01-22-3335.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9eb6e199d29462403302f61bb6634bdb", + "highlights": [] + }, + { + "title": "Champions Cup. COMPOSITION. Alldritt capitaine, Popelin à l'ouverture pour La Rochelle, retour de Redpath à Bath", + "description": "La Rochelle accueille ce samedi les Anglais de Bath à Deflandre. Pour cette récontre, le staff rochelais a sorti l'artillerie lourde. Découvrez les compositions des deux formations.", + "content": "Ce samedi, sous les coups de 18h30, le Stade Rochelais accueille Bath, lanterne rouge du championnat anglais qui a cependant glané son premier succès le week-end dernier. Pour cette rencontre, Ronan O'Gara a logiquement envoyé sa grosse équipe. On retrouve donc Grégory Aldritt en numéro 8 qui officiera en tant que capitaine. Brice Dulin fait son retour à l'arrière tout comme Jonathan Danty au centre. Pierre Bourgarit débutera au talonnage tandis que Romain Sazy sera aligné avec Rémi Picquette en seconde ligne. Le polyvalent Pierre Popelin commencera la partie à l'ouverture tandis que Jules Plisson sera sur le banc. Pour rappel, en raison de cas de covid, les Rochelais n'ont plus disputé le moindre match depuis le 2 janvier dernier. \n\nLa Rochelle\n\n1\nPriso\n2\nBourgarit\n3\nAtonio\n\n\n4\nSazy\n5\nPicquette\n\n\n6\nPa.Boudehent\n8\nAlldritt (cap)\n7\nBourdeau\n\n\n9\nKerr-Barlow\n10\nPopelin\n\n\n11\nRhule\n12\nDanty\n13\nSinzelle\n14\nLeyds\n\n\n15\nDulin\n\n\n16\nBosch\n17\nAouf\n18\nPapidze\n19\nLavault\n\n20\nTanguy\n21\nLe Bail\n22\nPlisson\n23\nPi.Boudehent\n\n\nDu côté de Bath, ni Danny Cipriani, ni Sam Underhill ne figurent sur la feuille de match. En revanche, et c'est un petit évènement, le jeune prometteur international écossais Cameron Redpath fait son retour après 8 longs mois de convalescence. Habituellement centre, il débutera avec le numéro 10 dans le dos. Charlie Ewels sera le capitaine tandis que Ben Spencer et Jonathan Joseph seront tous deux titulaires. \n\nBath\n\n1\nSchoeman\n2\nDoughty\n3\nRae\n\n\n4\nMcNally\n5\nEwels(cap)\n\n\n6\nEllis\n8\nBayliss\n7\nRichards\n\n\n9\nB.Spencer\n10\nRedpath\n\n\n11\nMuir\n12\nClark\n13\nJoseph\n14\nPrydie\n\n\n15\nMcConnochie\n\n\n16\nDu Toit\n17\nMorozov\n18\nJonker\n19\nW.Spencer\n\n20\nWilliams\n21\nSimpson\n22\nButt\n22\nHamer-Webb\n\n", + "category": "", + "link": "https://www.lerugbynistere.fr/news/champions-cup-la-rochelle-avec-ses-cadres-pour-affronter-bath-1401221238.php", + "creator": "", + "pubDate": "2022-01-14 13:16:00", + "enclosure": "https://www.lerugbynistere.fr/photos/t-14-01-22-8090.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/t-14-01-22-8090.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "95292cd5f7d0fd2560cde4c3f70074cb", + "highlights": [] + }, + { + "title": "Champions Cup. Ntamack capitaine, Balès sur le banc, la composition de Toulouse face aux Wasps", + "description": "Sans Antoine Dupont blessé au genou, le champion d'Europe en titre Toulouse se déplace chez les Wasps avec l'intention de ramener la victoire.", + "content": "Outre l'absence d'Antoine Dupont, pas de surprise côté toulousain. C'est le jeune Page-Relo qui est propulsé titulaire aux côtés de Romain Ntamack, capitaine, à la charnière. Balès est lui remplaçant. Thibaud Flament, retrouvera ses anciens coéquipiers anglais également. \nLes Wasps pourront compter sur la titularisation de Jimmy Gopperth au centre, ainsi que de l'international Brad Shields en position de flanker. À noter aussi la titularisation à l'arrière du jeune prometteur Umaga-Jenson, neveu de la légende Tana Umaga.\n\nWasps\n\n1\nMartinez\n2\nCruse\n3\nAlo\n\n\n4\nCardall\n5\nGaskell\n\n\n6\nBarbeary\n8\nWillis\n7\nShields (c)\n\n\n9\nWolstenholme\n10\nAtkinson\n\n\n11\nBassett\n12\nGopperth\n13\nOdogwu\n14\nCrossdale\n\n\n15\nUmaga\n\n\n16\nFrost\n17\nNearchou\n18\nScholtz\n19\nCarr\n\n20\nYoung\n21\nPorter\n22\nMiller\n23\nMills\n\n\n\n\nStade Toulousain\n\n1\nBaille\n2\nMauvaka\n3\nAldegheri\n\n\n4\nFlament\n5\nRi.Arnold\n\n\n6\nJelonch\n8\nTolophua\n7\nPlacines\n\n\n9\nPage-Relo\n10\nNtamack (c)\n\n\n11\nLebel\n12\nAkhi\n13\nGuitoune\n14\nMallia\n\n\n15\nRamos\n\n\n16\nCramont\n17\nNeti\n18\nTafili\n19\nMeafou\n\n20\nYouyoutte\n21\nBalès\n22\nNanai-Williams\n23\nMédard\n\n\n", + "category": "", + "link": "https://www.lerugbynistere.fr/news/composition-toulouse-avec-ses-bleus-sans-dupont-face-aux-wasps-1401221232.php", + "creator": "", + "pubDate": "2022-01-14 13:15:00", + "enclosure": "https://www.lerugbynistere.fr/photos/piug-14-01-22-4536.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/piug-14-01-22-4536.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fd7f3a82da9c6261e64f6d448762b3e7", + "highlights": [] + }, + { + "title": "POINT TRANSFERT. Baubigny au RCT, Hanrahan sur le départ, Fichten vers Biarritz ?", + "description": "On fait le point sur les annonces officielles et les rumeurs qui ont agité le marché des transferts cette semaine en Top 14 et en Pro D2.", + "content": "Top 14\nClermont\nÀ l'instar de Camille Lopez, JJ Hanrahan devrait quitter l'ASM. Il pourrait rejoindre Newport pour les trois prochaines années. Clermont pourra compter sur Jules Plisson et Anthony Belleau. Selon la presse irlandaise, l'ancien centre international irlandais Jared Payne pourrait devenir le coach de la défense de la formation auvergnate. Il occupe ce poste à l'Ulster.\nToulon\nLe RCT a officialisé la signature du talonneur du Racing 92 Teddy Baubigny jusqu'en 2026.\nBiarritz\nLe BO lorgne le pilier du MHR Grégory Fichten mais aussi le centre d'Oyonnax Théo Millet. Le Parisien Charlie Francoz devrait débarquer.\nPau\nClément Laporte pourrait quitter le LOU à la fin de la saison pour la Section Paloise.\nLa Rochelle\nProlongation du Fidjien Levani Botia jusqu'en 2024. Reda Wardi va également rester. Le pilier avait pourtant donné son accord à Montpellier. Dany Priso, Facundo Bosch et Ramiro Herrera ne seront pas conservés. Victor Vito est, lui aussi, sur le départ.De Paris au XV d'Irlande, en passant par Galway : la belle histoire d'Ultan Dillane\nPro D2\nNevers\nL’international zimbabwéen du SOC Cleopas Kundiona jouera à Nevers. Un contrat de deux ans est évoqué. Le deuxième ligne Maxence Barjaud a prolongé 2025. Le pilier de Montauban Kamaliele Tufele va par ailleurs débarquer à l'USON.\nBayonne\nLe pilier Swan Cormenier a prolongé jusqu'en 2024 tout comme le troisième ligne Robin Dioné. Le troisième ligne Aitor Hourcade reste jusqu'en 2025.\nRouen\nLe LOU a prêté son pilier espoir Hugo N’Diaye (21 ans) jusqu'à la fin de la saison. Le 3e ligne Samuel Maximin débarque du MHR.\nVannes\nDeux ans de plus pour le talonneur Cyril Blanchard.\nAurillac\nGiorgi Kartvelishvili (pilier) reste pour quatre ans supplémentaires.\nMont-de-Marsan\nLe pilier Jean-Luc Innocente a signé jusqu'en 2024.\nProvence Rugby\nProlongation jusqu'en 2024 du jeune talonneur Lucas Martin.\nColomiers\nProlongation de Peni Rokoduguni pour une saison supplémentaire (+1 saison en option).", + "category": "", + "link": "https://www.lerugbynistere.fr/news/point-transfert-baubigny-au-rct-hanrahan-sur-le-depart-fichten-vers-biarritz-1401221218.php", + "creator": "", + "pubDate": "2022-01-14 12:20:00", + "enclosure": "https://www.lerugbynistere.fr/photos/hanrahan-14-01-22-9593.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/hanrahan-14-01-22-9593.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9b7da23c9ec3f4d7de109fe207761a72", + "highlights": [] + }, + { + "title": "VIDEO. PRO D2. Un poteau rentrant et une première victoire d'Agen à l'extérieur cette saison", + "description": "Pour l'ouverture de la 17ᵉ journée de Pro D2, Agen est allé gagner à Narbonne grâce à un drop dans les dernières minutes du Sud-Africain Danré Gerber.", + "content": "Le SU Agen de Bernard Goutta a enregistré sa première victoire sur la pelouse de Narbonne (24-26). Les Agenais ont pris leur revanche face aux Audois, ces derniers s'étant imposés à Armandie le 8 octobre dernier (15-17). Bernard Goutta enregistre sa première victoire sur le banc Bleu et Blanc. De quoi donner de l'air aux coéquipiers du capitaine Vincent Farré. Les Narbonnais eux, s'enfoncent à la dernière place du championnat, et voient leur espoir de maintien en Pro D2 se compromettre fortement. Un gros coup dur porté aux hommes de Julien Seron.\nRamoka décisif\nLe début de match était pourtant prometteur pour les oranges. Entreprenants et ambitieux balle en main, ils commettaient néanmoins des fautes qui permettaient au buteur adverse Danré Gerber de maintenir Agen dans le match. Le Narbonnais Aston Fortuin, suite à un ballon déployé dans les 22 Lot-et-Garonnais, échappait à un défenseur et s'en allait marquer le premier essai de son équipe, concluant ainsi une forte période de domination (22'). Agen faisait bloc, et se recentrait sur sa défense et sa combativité. En témoigne le centre Kolinio Ramoka qui sauvait son équipe d'un essai de Fortuin (déjà lui) quelques minutes plus tôt, en retournant ce dernier qui avait franchi la ligne d'en-but.\n\n13-9 seulement à la mi-temps. Et les Agenais ne se faisaient pas prier pour revenir dans la rencontre et prendre le score. Sur un ballon de récupération très vite exploité sur les extérieurs, Paul Graou tape au pied et les Narbonnais sous pression concèdent une pénalité à cinq mètres de leurs en-but. Ce dernier jouait vite et envoyait son capitaine Farré à hauteur dans l'en-but. Jason Robertson, demi d'ouverture Narbonnais, redonnait l'avantage à son équipe, mais à un quart d'heure de la fin, Ramoka se montrait une nouvelle fois décisif en arrivant lancé dans la ligne adverse (67'). \nEncore une affaire de drop pour Agen\nNarbonne revint en fin de match grâce à un bel essai en bout de ligne de Pierre Justes à 7 minutes du terme. Agen réagissait vite et Falatea s'écroulait dans l'en-but, mais retourné. Renvoie d'en-but de Robertson, qui commit l'erreur de taper directement sur Danré Gerber. Celui-ci, d'un magnifique drop, et avec l'aide du poteau, scella le score. Robertson eut l'opportunité de se rattraper, mais manquait son drop face aux poteaux, à l'image de Manuel Ordas la semaine dernière face à cette même équipe d'Agen. Le SUA, avec de la réussite, sort vainqueur de Narbonne, et peut désormais travailler sereinement dans la stabilité. Narbonne lui, accuse le coup, et aura du mal à assurer son maintien.\nRésumé du match en cliquant ci-dessous (vers Youtube).\n", + "category": "", + "link": "https://www.lerugbynistere.fr/news/video-pro-d2-premiere-victoire-dagen-a-lexterieur-grace-a-un-drop-poteau-rentrant-1401221111.php", + "creator": "", + "pubDate": "2022-01-14 11:30:00", + "enclosure": "https://www.lerugbynistere.fr/photos/piug-14-01-22-8069.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/piug-14-01-22-8069.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9cfccba87087fb3287a6eff9e2fd755a", + "highlights": [] + }, + { + "title": "Antoine Dupont au sommet du Top 100 de Rugby Pass, Ntamack et Alldritt très bien placés", + "description": "Rugby Pass a dévoilé son Top 100 des meilleurs joueurs en 2021. On retrouve trois éléments de l'équipe de France dans le Top 20 dont Antoine Dupont.", + "content": "RUGBY. Equipe de France. Blessé et forfait, Antoine Dupont sera-t-il apte pour le 6 Nations ?Antoine Dupont n'a plus joué avec Toulouse depuis un mois mais il continue de faire l'actualité. Tel est le lot du meilleur joueur du monde 2021. Actuellement blessé (gêne au genou qui l'a obligé à subir une infiltration), le demi de mêlée de l'équipe de France accumule les distinctions. Certaines plus honorifiques que d'autres. À l'instar de nombreux médias, Rugby Pass a ainsi classé le numéro 9 tricolore à la première place de son Top 100 annuel. \"La récente renaissance du rugby français s'est largement centrée autour du demi-arrière Antoine Dupont\", estime le très sérieux site anglais. Si la France possède une excellente génération de joueurs, peu ont son influence sur le jeu des Bleus. Dupont occupe donc la première place devant d'autres joueurs emblématiques comme Siya Kolisi et Ardie Savea. Le classement a été établi en prenant en compte les performances de l'an passé, mais aussi celles des années précédentes, l'influence dans l'équipe ainsi que la manière dont les joueurs se sont comportés en club et au niveau national.\n\n\nAntoine Dupont\nEben Etzebeth\nSiya Kolisi\nTadhg Furlong\nMichael Hooper\nArdie Savea\nRomain Ntamack\nLukhanyo Am\nMaro Itoje\nWill Jordan\n\n\nNotez que la France est aussi représentée par Romain Ntamack. L'ouvreur des Bleus et de Toulouse occupe la 7e place. \"Bien qu'il n'ait disputé que cinq tests cette année, la classe et la qualité de la star des Bleus le propulsent en haut du classement, signe de son influence dans la configuration française.\" Un troisième Tricolore s'est invité dans le Top 20. Le copain d'enfance de Dupont Grégory Alldritt est en effet 15e. Il forme avec les deux Toulousains un axe 8-9-10 de classe mondiale selon Rugby Pass. \"Malgré le nombre considérable de joueurs talentueux en France à son poste, Alldritt est sans doute le premier choix et l'un des premiers noms sur la feuille de match\". On retrouve aussi deux Néo-zélandais dans ce Top 10 et un seul Anglais. La nation la mieux représentée est l'Afrique du Sud.WORLD RUGBY AWARDS. Malheureusement, Lukhanyo Am n’est pas invité à la fête", + "category": "", + "link": "https://www.lerugbynistere.fr/news/antoine-dupont-au-sommet-du-top-100-de-rugby-pass-ntamack-et-alldritt-tres-bien-places-1401221102.php", + "creator": "", + "pubDate": "2022-01-14 11:05:00", + "enclosure": "https://www.lerugbynistere.fr/photos/dupont-au-sommet-du-top-100-de-rugby-pass-ntamack-et-alldritt-tres-bien-places-14-01-22-4169.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/dupont-au-sommet-du-top-100-de-rugby-pass-ntamack-et-alldritt-tres-bien-places-14-01-22-4169.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4bef7aa62cf9e3f7f02bb01bd361bf14", + "highlights": [] + }, + { + "title": "RUGBY. C'était presque inévitable : premier report de la saison en Pro D2", + "description": "Le match de Pro D2 entre Béziers et Montauban comptant pour la 17e journée a été reporté pour cause de cas de Covid dans les rangs de l'ASBH.", + "content": "\n#PROD2 A la suite d'une série de tests de contrôle prévus, la LNR a constaté que l’AS Béziers Hérault se trouve dans l'incapacité de jouer dans les conditions prévues par le nouveau protocole COVID-19.Le match @ASBHOfficiel / @UsmSapiacRugby est reporté à une date ultérieure pic.twitter.com/2dZbHtp132\n— Rugby PRO D2 (@rugbyprod2) January 13, 2022\n\nA l'instar du Top 14, la Pro D2 n'aura pas pu éviter l'inévitable. Après seize journées sans report, la deuxième division a connu sa première annulation. Montauban n'a en effet pas pu se déplacer à Béziers en raison de cas de covid dans ses rangs. \"À la suite d’une série de tests de contrôle prévus par le protocole Covid-19 de la LNR, l’AS Béziers Hérault a sollicité le report de la rencontre AS Béziers Hérault / US Montalbanaise comptant pour la 17e journée de Pro D2, conformément au nouveau protocole sanitaire voté par le Comité directeur de la LNR le 29 décembre 2021\", peut-on lire dans le communiqué de la Ligue. L'ASBH ne respectait pas l'une des conditions requises pour jouer la rencontre, à savoir : posséder six joueurs de premières lignes disponibles.\n\nDe ce fait, nous vous informons que :\n- Tous les billets restent valables pour la date du report.\n- Le détenteur d'un billet acheté en boutique pourra bénéficier d'un avoir, pour cela, merci de prendre contact par mail : boutique@asbh.net\n- Pour l'achat d'un billet en ligne, merci de prendre contact avec le service billetterie par mail : n.cristofol@asbh.net en précisant : nom, prénom, identifiant de transaction et montant.\n\nLa Dépêche explique que seulement trois remplaçants avaient été couchés sur la feuille de match dont seulement un joueur de première ligne. Il ne faisait donc pas vraiment de doute quant à l'issue de cette rencontre. Pour l'heure, la date du report n'est pas encore connue. Néanmoins, le comité directeur de la LNR a validé plusieurs week-ends pour rattraper les matchs : 5 février, 19 mars, 26 mars, 30 avril. Les matches reportés sont reprogrammés prioritairement par ordre chronologique de programmation dans le calendrier. Notez également qu'en cas de reprogrammation en semaine, chaque club ne sera concerné que pour une seule rencontre (en semaine) sur une période d'un mois. Au classement, Béziers est 11e et Montauban 5e avant les autres résultats de cette 17e journée.", + "category": "", + "link": "https://www.lerugbynistere.fr/news/rugby-cetait-presque-inevitable-premier-report-de-la-saison-en-pro-d2-140122637.php", + "creator": "", + "pubDate": "2022-01-14 06:45:00", + "enclosure": "https://www.lerugbynistere.fr/photos/rugby-premier-report-de-la-saison-en-pro-d2-14-01-22-6146.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/rugby-premier-report-de-la-saison-en-pro-d2-14-01-22-6146.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ca63f31f07da21ebc87144b22df2df03", + "highlights": [] + }, + { + "title": "Top 14. Mais où est passé la magie de Virimi Vakatawa, aka l'ancien meilleur centre du monde ?", + "description": "À 3 semaines du Tournoi, la forme ballante de Virimi Vakatawa depuis plusieurs mois inquiète. D'autant qu'il s'est une nouvelle fois blessé samedi dernier...", + "content": "Avant la dernière tournée de novembre, on disait ici et là que Virimi Vakatawa avait beau compter sur un statut d'intouchable pour services rendus, le centre de 29 ans était en perte de vitesse avec le Racing. Plus aussi tranchant que les saisons précédentes, moins capable de jouer dans le dos des défenses aussi et, en sus, souvent gêné par des pépins, on s'était même posé la question de savoir si Fabien Galthié et son staff choisiraient de faire de lui leur 13 titulaire au moment d'affronter l'Argentine, la Géorgie et les Blacks. Une énième blessure (fracture des côtes) avait finalement répondu à notre question avant même d'avoir eu le temps de finir de la poser. \n[STATISTIQUES] L'absence de Virimi Vakatawa sera-t-elle préjudiciable au XV de France ?\nSauf que depuis, le ressenti est devenu tendance, et \"Viri\" n'a malheureusement pas plus retrouvé aujourd'hui qu'hier ses performances des années passées... Un exemple ? Son match poussif face à Clermont samedi dernier, où il fut directement impliqué sur les 2 essais auvergnats et franchement dominé par la puissance brute de l'ancien All Black George Moala. Avec en conclusion... une énième blessure au genou et une sortie prématurée à la 43ème minute de jeu. Mais alors c'est quoi le problème avec Vakatawa ? Paie-t-il des saisons trop chargées les années précédentes ? Ses genoux le handicapent-ils tant que ça ? Ou bien est-il tout simplement redevenu un joueur \"normal\" ? Parmi les plus proches observateurs du Racing 92, notre confrère Marc Duzan, du Midi Olympique, expliquait en début de semaine : \nVirimi Vakatawa est désormais loin d’être le meilleur centre du monde comme lorsqu’il a prolongé son contrat au Racing. Mais Virimi Vakatawa est blessé au genou et n’est jamais véritablement revenu de sa blessure au genou. On voit qu’il traine la patte. Avant qu’il redevienne le joueur qu’il a été, il faut qu’il soigne son genou et ensuite ça ira bien. \nPour autant, le principal intéressé, lui, jurait \"commencer à se sentir mieux\" en décembre, pour L'Équipe. \"Les genoux, franchement, ça va très bien. Je n’ai plus besoin de strap pour jouer\", détaillait-il. Il semblerait néanmoins que ceux-ci lui aient à nouveau fait faux bon... Car si l'on voulait également une preuve par les chiffres de la moindre efficacité de Virimi depuis près d'un an, L'Équipe nous apprend aussi qu'il franchit moins (0,4 break par match contre 0,7), avance moins (32 mètres/match contre 57), réalise moins de offload, moins de passes décisives et casse moins de plaquages (1,7/match contre 3,2) que la saison dernière. Pire, si l'on remonte plus loin, avec ses 5 petits essais sur les 2 dernières saisons, Virimi est même à des années-lumières du niveau qui était le sien à la finition lorsqu'il était - à juste titre - considéré par beaucoup comme le meilleur numéro 13 de la planète.\nVakatawa nous fait lever de notre canapé avec une passe magique pour l'essai de Dupont [VIDEO]Entre les saisons 2018/2019 et 2019/2020, le natif de Rangiora venait en effet de claquer 27 essais en 45 titularisations avec le Racing et marchait tout simplement sur l'eau, alors que seul Semi Radradra était en mesure de le regarder dans les yeux. Aujourd'hui, l'ancien bordelais est, lui aussi, quelque peu en dedans et qu'on se le dise, les Lukhanyo Am ou Rieko Ioane leur sont passés largement devant dans la hiérarchie mondiale du poste. \nPari gagnant ou manque de rythme logique : on a suivi le match de Virimi Vakatawa face à l'Angleterre\n\n\n\n\nMaxime Machenaud, qui le côtoie tous les jours au Racing, a peut-être un élément d'explication lui aussi. \"On a tous, à un moment ou à un autre, des performances moins bonnes, on ne peut pas toujours être au top niveau.(...) Est-ce qu’on n’attend pas trop de lui, aussi ? C’est quelqu’un qui a été à un tel niveau, qu’il est difficile de se maintenir si haut.\" Et si le futur demi de mêlée de Bayonne avait raison : si son coéquipier avait finalement sur performé les saisons précédentes ? Avec tout ce que le roi du offload a montré durant sa carrière, on jurerait qu'en grande forme physique, il retrouverait son niveau d'antan en quelques mois seulement. Qu'à cela ne tienne, prions pour que le magicien retrouve des genoux sains. Et alors, comme le dit Marc Duzan, \"il ne fera aucun doute que Vakatawa sera le trois-quarts centre de l’équipe de France aux côtés de Gaël Fickou pour la Coupe du monde de 2023.”\n\n\n\n", + "category": "", + "link": "https://www.lerugbynistere.fr/news/top-14-mais-ou-est-passe-la-magie-de-virimi-vakatawa-aka-lancien-meilleur-centre-du-monde-1401221320.php", + "creator": "", + "pubDate": "2022-01-14 13:25:00", + "enclosure": "https://www.lerugbynistere.fr/photos/yt-14-01-22-3335.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/yt-14-01-22-3335.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4b472b2ef28c4a88d818575478ae5133", + "highlights": [] + }, { "title": "RUGBY. TOP 14. Trevor Nyakane, la recrue qu'il fallait pour redorer la conquête du Racing 92 ?", "description": "Trevor Nyakane, le champion du monde Sud-Africain qui peut faire du bien à un Racing 92 en grande difficulté depuis le début d’année.", @@ -14106,6 +15140,28 @@ "hash": "fd1c129e99d7dc5429575ec05cd1a7d7", "highlights": [] }, + { + "title": "VIDEO. PRO D2. Un poteau rentrant et une première d'Agen à l'extérieur cette saison", + "description": "Pour l'ouverture de la 17ᵉ journée de Pro D2, Agen est allé gagner à Narbonne grâce à un drop dans les dernières minutes du Sud-Africain Danré Gerber.", + "content": "Le SU Agen de Bernard Goutta a enregistré sa première victoire sur la pelouse de Narbonne (24-26). Les Agenais ont pris leur revanche face aux Audois, ces derniers s'étant imposés à Armandie le 8 octobre dernier (15-17). Bernard Goutta enregistre sa première victoire sur le banc Bleu et Blanc. De quoi donner de l'air aux coéquipiers du capitaine Vincent Farré. Les Narbonnais eux, s'enfoncent à la dernière place du championnat, et voient leur espoir de maintien en Pro D2 se compromettre fortement. Un gros coup dur porté aux hommes de Julien Seron.\nRamoka décisif\nLe début de match était pourtant prometteur pour les oranges. Entreprenants et ambitieux balle en main, ils commettaient néanmoins des fautes qui permettaient au buteur adverse Danré Gerber de maintenir Agen dans le match. Le Narbonnais Aston Fortuin, suite à un ballon déployé dans les 22 Lot-et-Garonnais, échappait à un défenseur et s'en allait marquer le premier essai de son équipe, concluant ainsi une forte période de domination (22'). Agen faisait bloc, et se recentrait sur sa défense et sa combativité. En témoigne le centre Kolinio Ramoka qui sauvait son équipe d'un essai de Fortuin (déjà lui) quelques minutes plus tôt, en retournant ce dernier qui avait franchi la ligne d'en-but.\n\n13-9 seulement à la mi-temps. Et les Agenais ne se faisaient pas prier pour revenir dans la rencontre et prendre le score. Sur un ballon de récupération très vite exploité sur les extérieurs, Paul Graou tape au pied et les Narbonnais sous pression concèdent une pénalité à cinq mètres de leurs en-but. Ce dernier jouait vite et envoyait son capitaine Farré à hauteur dans l'en-but. Jason Robertson, demi d'ouverture Narbonnais, redonnait l'avantage à son équipe, mais à un quart d'heure de la fin, Ramoka se montrait une nouvelle fois décisif en arrivant lancé dans la ligne adverse (67'). \nEncore une affaire de drop pour Agen\nNarbonne revint en fin de match grâce à un bel essai en bout de ligne de Pierre Justes à 7 minutes du terme. Agen réagissait vite et Falatea s'écroulait dans l'en-but, mais retourné. Renvoie d'en-but de Robertson, qui commit l'erreur de taper directement sur Danré Gerber. Celui-ci, d'un magnifique drop, et avec l'aide du poteau, scella le score. Robertson eut l'opportunité de se rattraper, mais manquait son drop face aux poteaux, à l'image de Manuel Ordas la semaine dernière face à cette même équipe d'Agen. Le SUA, avec de la réussite, sort vainqueur de Narbonne, et peut désormais travailler sereinement dans la stabilité. Narbonne lui, accuse le coup, et aura du mal à assurer son maintien.\nRésumé du match en cliquant ci-dessous (vers Youtube).\n", + "category": "", + "link": "https://www.lerugbynistere.fr/news/video-pro-d2-premiere-victoire-dagen-a-lexterieur-grace-a-un-drop-poteau-rentrant-1401221111.php", + "creator": "", + "pubDate": "2022-01-14 11:30:00", + "enclosure": "https://www.lerugbynistere.fr/photos/piug-14-01-22-8069.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/piug-14-01-22-8069.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "933744bfb0fd292e45cfd94c22178a7e", + "highlights": [] + }, { "title": "CHAMPIONS CUP. Les Wasps, pire équipe pour se relancer pour le Stade Toulousain ?", "description": "Alors que Toulouse a subi les aléas du Covid et vu 2 de ses 3 derniers matchs reportés, il affrontera les Wasps, tombeurs de Leicester, jusqu'ici invaincu.", @@ -24376,16 +25432,16 @@ "description": "Retrouvez sur RMC Sport toute l'actualité sportive en continu et en direct: football, mercato, rugby, basket, tennis, formule 1…", "items": [ { - "title": "PSG: Rico proche de Majorque", - "description": "En manque de temps de jeu au PSG, Sergio Rico est proche d’un départ temporaire cet hiver. Le gardien espagnol est sérieusement désiré par Majorque qui avance sur ce dossier.

", - "content": "En manque de temps de jeu au PSG, Sergio Rico est proche d’un départ temporaire cet hiver. Le gardien espagnol est sérieusement désiré par Majorque qui avance sur ce dossier.

", + "title": "Mercato: appels, sanction suspendue... comment ça va se passer pour l'OM et Gueye, punis par la Fifa", + "description": "Les appels présentés devant le Tribunal arbitral du sport (TAS) par l'OM et par Pape Gueye vont porter sur le fond de la sanction infligée au joueur et à son club, mais viseront aussi à obtenir un effet suspensif de la sanction.

", + "content": "Les appels présentés devant le Tribunal arbitral du sport (TAS) par l'OM et par Pape Gueye vont porter sur le fond de la sanction infligée au joueur et à son club, mais viseront aussi à obtenir un effet suspensif de la sanction.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/psg-rico-proche-de-majorque_AV-202201130561.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-appels-sanction-suspendue-comment-ca-va-se-passer-pour-l-om-et-gueye-punis-par-la-fifa_AV-202201150256.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 20:31:54 GMT", - "enclosure": "https://images.bfmtv.com/R7dAJvXUzbJE92ULtss6s3itjvU=/0x16:1600x916/800x0/images/-870018.jpg", + "pubDate": "Sat, 15 Jan 2022 17:39:19 GMT", + "enclosure": "https://images.bfmtv.com/U3ohsdL4GzuoOAw5t-cLyS0ORlU=/0x0:1200x675/800x0/images/Pape-Gueye-1215823.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/R7dAJvXUzbJE92ULtss6s3itjvU=/0x16:1600x916/800x0/images/-870018.jpg", + "image": "https://images.bfmtv.com/U3ohsdL4GzuoOAw5t-cLyS0ORlU=/0x0:1200x675/800x0/images/Pape-Gueye-1215823.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24394,20 +25450,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7f2d5d248d3e26a644f8cd47036248f", + "hash": "30d3cab15a793faed38c3943c7d7b019", "highlights": [] }, { - "title": "Mercato en direct: Rico proche de Majorque", - "description": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", - "content": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", + "title": "PSG-Brest en direct: un trio Di Maria-Icardi-Mbappé côté parisien", + "description": "Une semaine après son nul contre l'OL (1-1), le PSG reçoit Brest ce samedi soir en Ligue 1. Une rencontre à suivre à 21h sur RMC Sport.

", + "content": "Une semaine après son nul contre l'OL (1-1), le PSG reçoit Brest ce samedi soir en Ligue 1. Une rencontre à suivre à 21h sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-toutes-les-infos-et-rumeurs-du-13-janvier-2022_LN-202201130053.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-brest-en-direct-paris-veut-renouer-avec-la-victoire_LS-202201150230.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 06:04:16 GMT", - "enclosure": "https://images.bfmtv.com/R7dAJvXUzbJE92ULtss6s3itjvU=/0x16:1600x916/800x0/images/-870018.jpg", + "pubDate": "Sat, 15 Jan 2022 16:14:36 GMT", + "enclosure": "https://images.bfmtv.com/dV1vDdLpoLLk7S-QjtAzfiQFOUA=/0x125:2048x1277/800x0/images/Brest-PSG-en-aout-2021-1215734.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/R7dAJvXUzbJE92ULtss6s3itjvU=/0x16:1600x916/800x0/images/-870018.jpg", + "image": "https://images.bfmtv.com/dV1vDdLpoLLk7S-QjtAzfiQFOUA=/0x125:2048x1277/800x0/images/Brest-PSG-en-aout-2021-1215734.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24416,20 +25472,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b11d998de442edbe0f87a5cf461b281", + "hash": "1f322c67652e68bede0bc8deede16d19", "highlights": [] }, { - "title": "OL: \"Normalement, j'aurais été viré par rapport aux résultats\", reconnaît Bosz", - "description": "Dans un entretien donné au Progrès, Peter Bosz reconnaît que son bilan de ses premiers mois à l'OL n'est pas à la hauteur des ambitions d'un tel club. Avant d'affronter Troyes dimanche pour la 21e journée de Ligue 1, les Gones sont seulement 11es de Ligue 1.

", - "content": "Dans un entretien donné au Progrès, Peter Bosz reconnaît que son bilan de ses premiers mois à l'OL n'est pas à la hauteur des ambitions d'un tel club. Avant d'affronter Troyes dimanche pour la 21e journée de Ligue 1, les Gones sont seulement 11es de Ligue 1.

", + "title": "Les pronos hippiques du dimanche 16 janvier 2022", + "description": "Le Quinté+ du dimanche 16 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 16 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/ligue-1/ol-normalement-j-aurais-ete-vire-par-rapport-aux-resultats-reconnait-bosz_AV-202201130554.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-dimanche-16-janvier-2022_AN-202201150254.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 19:59:13 GMT", - "enclosure": "https://images.bfmtv.com/FCQ4Fav9UGTxFunjdTjnIzO_RGA=/0x106:2048x1258/800x0/images/Peter-BOSZ-le-05-12-2021-1214653.jpg", + "pubDate": "Sat, 15 Jan 2022 17:29:19 GMT", + "enclosure": "https://images.bfmtv.com/05rerKP0NKmfcQ0A8lpKSKUE00g=/0x42:800x492/800x0/images/Les-pronos-hippiques-du-16-janvier-2022-1215591.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/FCQ4Fav9UGTxFunjdTjnIzO_RGA=/0x106:2048x1258/800x0/images/Peter-BOSZ-le-05-12-2021-1214653.jpg", + "image": "https://images.bfmtv.com/05rerKP0NKmfcQ0A8lpKSKUE00g=/0x42:800x492/800x0/images/Les-pronos-hippiques-du-16-janvier-2022-1215591.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24438,20 +25494,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0cfa76e2312fa7c83378ecddb0dec494", + "hash": "03e0544a7b75daee3ede5889653c316b", "highlights": [] }, { - "title": "Equipe de France: \"Ils étaient méchants\", Evra raconte les tensions avec Lizarazu ou Zidane", - "description": "Invité de l'émission Rothen s'enflamme sur RMC, Patrice Evra s’est longuement épanché sur les tensions qui régnaient en Bleus entre les jeunes et les anciens au début des années 2000. L’ancien international, appuyé par Jérôme Rothen, regrette une vraie \"méchanceté\" de la part des tauliers, revenant sur des épisodes impliquant Bixente Lizarazu et Zinédine Zidane notamment.

", - "content": "Invité de l'émission Rothen s'enflamme sur RMC, Patrice Evra s’est longuement épanché sur les tensions qui régnaient en Bleus entre les jeunes et les anciens au début des années 2000. L’ancien international, appuyé par Jérôme Rothen, regrette une vraie \"méchanceté\" de la part des tauliers, revenant sur des épisodes impliquant Bixente Lizarazu et Zinédine Zidane notamment.

", + "title": "Covid-19: Djokovic, nouveau symbole des anti-pass vaccinal dans les manifestations en France", + "description": "En marge des protestations contre le pass sanitaire en France ce samedi, des manifestants ont apporté leur soutien à Novak Djokovic, qui pourrait être expulsé d'Australie.

", + "content": "En marge des protestations contre le pass sanitaire en France ce samedi, des manifestants ont apporté leur soutien à Novak Djokovic, qui pourrait être expulsé d'Australie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-ils-etaient-mechants-evra-raconte-les-tensions-avec-lizarazu-ou-zidane_AV-202201130552.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/covid-19-djokovic-nouveau-symbole-des-anti-pass-vaccinal-dans-les-manifestations-en-france_AD-202201150252.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 19:53:53 GMT", - "enclosure": "https://images.bfmtv.com/1xHdZTNqz2APC5IAaj_7VjWqFEo=/0x183:2032x1326/800x0/images/Jerome-Rothen-et-Patrice-Evra-1214658.jpg", + "pubDate": "Sat, 15 Jan 2022 17:21:10 GMT", + "enclosure": "https://images.bfmtv.com/XtK1bf3i0tvCSOdpOhzXO0WI2qw=/0x47:768x479/800x0/images/Des-opposants-au-pass-sanitaire-qui-va-devenir-un-pass-vaccinal-manifestent-le-15-janvier-2022-a-Paris-1215825.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/1xHdZTNqz2APC5IAaj_7VjWqFEo=/0x183:2032x1326/800x0/images/Jerome-Rothen-et-Patrice-Evra-1214658.jpg", + "image": "https://images.bfmtv.com/XtK1bf3i0tvCSOdpOhzXO0WI2qw=/0x47:768x479/800x0/images/Des-opposants-au-pass-sanitaire-qui-va-devenir-un-pass-vaccinal-manifestent-le-15-janvier-2022-a-Paris-1215825.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24460,20 +25516,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d52b8edcffcdff5a9cb8aaa4504b83ad", + "hash": "a4a39f428559398ed0847f40fbc51730", "highlights": [] }, { - "title": "Boxe: le combat Yoka-Hrgovic officiel, le plus gros défi de la carrière du Français", - "description": "Tony Yoka a officiellement accepté le défi de Filip Hrgovic et disputera ainsi une demi-finale mondiale IBF chez les poids lourds. L’occasion de retrouvailles avec le Croate qu’il avait dominé aux JO 2016.

", - "content": "Tony Yoka a officiellement accepté le défi de Filip Hrgovic et disputera ainsi une demi-finale mondiale IBF chez les poids lourds. L’occasion de retrouvailles avec le Croate qu’il avait dominé aux JO 2016.

", + "title": "Premier League: le bijou de Saint-Maximin ne suffit pas à Newcastle, qui coule encore", + "description": "Allan Saint-Maximin a longtemps cru offrir la victoire à Newcastle ce samedi dans le match de la peur face à Watford (1-1). Mais les Magpies ont concédé le nul dans les dernières minutes.

", + "content": "Allan Saint-Maximin a longtemps cru offrir la victoire à Newcastle ce samedi dans le match de la peur face à Watford (1-1). Mais les Magpies ont concédé le nul dans les dernières minutes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-le-combat-yoka-hrgovic-officiel-le-plus-gros-defi-de-la-carriere-du-francais_AV-202201130549.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-le-bijou-de-saint-maximin-ne-suffit-pas-a-newcastle-qui-coule-encore_AV-202201150248.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 19:44:03 GMT", - "enclosure": "https://images.bfmtv.com/rGc_NWiwlKso2NS2A2Wi7A6fbUY=/0x117:2048x1269/800x0/images/Tony-Yoka-1136249.jpg", + "pubDate": "Sat, 15 Jan 2022 17:06:52 GMT", + "enclosure": "https://images.bfmtv.com/B_hhnxZsy77X8aSMSWI5XHVtMdo=/4x0:4004x2250/800x0/images/-879529.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/rGc_NWiwlKso2NS2A2Wi7A6fbUY=/0x117:2048x1269/800x0/images/Tony-Yoka-1136249.jpg", + "image": "https://images.bfmtv.com/B_hhnxZsy77X8aSMSWI5XHVtMdo=/4x0:4004x2250/800x0/images/-879529.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24482,20 +25538,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4abc600d744bfa10ae6fa74f3cc9f9ef", + "hash": "3e425043584dff47ee80073705005c43", "highlights": [] }, { - "title": "Volley: Duflos non reconduit, Marquet futur entraîneur de l’Arago de Sète", - "description": "INFO RMC SPORT - Le club héraultais a annoncé ce jeudi qu’il ne renouvellera pas le contrat de son coach, Patrick Duflos, malgré les bons résultats. Selon nos informations exclusives, l’ancien technicien de Cannes, Luc Marquet, va signer pour 3 saisons.

", - "content": "INFO RMC SPORT - Le club héraultais a annoncé ce jeudi qu’il ne renouvellera pas le contrat de son coach, Patrick Duflos, malgré les bons résultats. Selon nos informations exclusives, l’ancien technicien de Cannes, Luc Marquet, va signer pour 3 saisons.

", + "title": "Bayern: très beau but de Tolisso, triplé de Lewandowski qui passe le cap des 300", + "description": "Face à Cologne, le Bayern Munich n’a pas tremblé pour s’offrir une nouvelle victoire en Bundesliga (4-0), après sa défaite surprise vendredi dernier contre le Borussia Monchengladbach. Grâce à notamment un beau but de Tolisso et un triplé de Lewandowski, les Bavarois ont six points d’avance sur leur dauphin, Dortmund.

", + "content": "Face à Cologne, le Bayern Munich n’a pas tremblé pour s’offrir une nouvelle victoire en Bundesliga (4-0), après sa défaite surprise vendredi dernier contre le Borussia Monchengladbach. Grâce à notamment un beau but de Tolisso et un triplé de Lewandowski, les Bavarois ont six points d’avance sur leur dauphin, Dortmund.

", "category": "", - "link": "https://rmcsport.bfmtv.com/volley/volley-duflos-non-reconduit-marquet-futur-entraineur-de-l-arago-de-sete_AN-202201130537.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bayern-tres-beau-but-de-tolisso-triple-de-lewandowski-qui-passe-le-cap-des-300_AV-202201150234.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 19:06:32 GMT", - "enclosure": "https://images.bfmtv.com/96szGUXaov6O8pQvdUwZjuJzzt0=/0x0:1200x675/800x0/images/Luc-Marquet-futur-entraineur-de-Sete-1214646.jpg", + "pubDate": "Sat, 15 Jan 2022 16:33:48 GMT", + "enclosure": "https://images.bfmtv.com/ZbyHBGLwwWBvHwrIk82PcA4qlkU=/2x0:4498x2529/800x0/images/-862460.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/96szGUXaov6O8pQvdUwZjuJzzt0=/0x0:1200x675/800x0/images/Luc-Marquet-futur-entraineur-de-Sete-1214646.jpg", + "image": "https://images.bfmtv.com/ZbyHBGLwwWBvHwrIk82PcA4qlkU=/2x0:4498x2529/800x0/images/-862460.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24504,20 +25560,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8fc551157b2284143fdfce33a64ce37", + "hash": "eed7adf79b83115d6d67d04b4320a8d6", "highlights": [] }, { - "title": "PSG: Messi a eu du mal à se remettre du Covid et devrait manquer Brest samedi", - "description": "Dans un post Instagram, Lionel Messi révèle avoir eu besoin d'un peu plus de temps que prévu pour se remettre de son test positif au coronavirus. Le PSG devrait affronter Brest sans lui ce samedi lors de la 21e journée de Ligue 1.

", - "content": "Dans un post Instagram, Lionel Messi révèle avoir eu besoin d'un peu plus de temps que prévu pour se remettre de son test positif au coronavirus. Le PSG devrait affronter Brest sans lui ce samedi lors de la 21e journée de Ligue 1.

", + "title": "Open d'Australie: un entraîneur croate dans le même cas que Djokovic expulsé", + "description": "Filip Serdarusic, qui avait bénéficié, comme Novak Djokovic, d'une exemption médicale pour entrer sur le sol australien pour l'Open d'Australie, a été expulsé du pays.

", + "content": "Filip Serdarusic, qui avait bénéficié, comme Novak Djokovic, d'une exemption médicale pour entrer sur le sol australien pour l'Open d'Australie, a été expulsé du pays.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-messi-a-eu-du-mal-a-se-remettre-du-covid-et-devrait-manquer-brest-samedi_AV-202201130533.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-un-entraineur-croate-dans-le-meme-cas-que-djokovic-expulse_AD-202201150232.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 18:54:25 GMT", - "enclosure": "https://images.bfmtv.com/ni32IcptHzq1Mfl9D6wyPCXBoAo=/0x0:2048x1152/800x0/images/Lionel-MESSI-le-12-12-2021-1214602.jpg", + "pubDate": "Sat, 15 Jan 2022 16:26:10 GMT", + "enclosure": "https://images.bfmtv.com/K9ICD7aSFyKFK7dEQc40VtbJZSk=/0x40:768x472/800x0/images/Le-portrait-du-champion-de-tennis-serbe-Novak-Djokovic-sur-une-banniere-deployee-par-ses-supporteurs-le-9-janvier-2022-a-Melbourne-en-Australie-1212341.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ni32IcptHzq1Mfl9D6wyPCXBoAo=/0x0:2048x1152/800x0/images/Lionel-MESSI-le-12-12-2021-1214602.jpg", + "image": "https://images.bfmtv.com/K9ICD7aSFyKFK7dEQc40VtbJZSk=/0x40:768x472/800x0/images/Le-portrait-du-champion-de-tennis-serbe-Novak-Djokovic-sur-une-banniere-deployee-par-ses-supporteurs-le-9-janvier-2022-a-Melbourne-en-Australie-1212341.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24526,20 +25582,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab85cdb66bb1375d805e3721cd44ac70", + "hash": "1ca0b1b01d0fbf4477be0f8bf47e9dc0", "highlights": [] }, { - "title": "OM: \"J’ai encore des poils de sa barbe sur ma paire de crampons\", Evra raconte son coup de pied à un supporter", - "description": "Fin 2017, le contrat de Patrice Evra à l'OM avait été résilié après le geste fou du latéral gauche. Avant un match de Ligue Europa, il avait adressé un coup de pied à un supporter qui l'avait provoqué. Il est revenu sur cet épisode ce jeudi dans l'émission \"Rothen s'enflamme\" sur RMC.

", - "content": "Fin 2017, le contrat de Patrice Evra à l'OM avait été résilié après le geste fou du latéral gauche. Avant un match de Ligue Europa, il avait adressé un coup de pied à un supporter qui l'avait provoqué. Il est revenu sur cet épisode ce jeudi dans l'émission \"Rothen s'enflamme\" sur RMC.

", + "title": "Champions Cup: tenant du titre, Toulouse s'incline chez les Waps à 15 contre 14", + "description": "Le Stade Toulousain, qui a longtemps évolué en supériorité numérique sur le terrain des Wasps, s'est sabordé ce samedi lors de la 3e journée de Champions Cup, s'inclinant (30-22) pour la première fois de la saison.

", + "content": "Le Stade Toulousain, qui a longtemps évolué en supériorité numérique sur le terrain des Wasps, s'est sabordé ce samedi lors de la 3e journée de Champions Cup, s'inclinant (30-22) pour la première fois de la saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-j-ai-encore-des-poils-de-sa-barbe-sur-ma-paire-de-crampons-evra-raconte-son-coup-de-pied-a-un-supporter_AV-202201130523.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-tenant-du-titre-toulouse-s-incline-chez-les-waps-a-15-contre-14_AV-202201150227.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 18:30:59 GMT", - "enclosure": "https://images.bfmtv.com/ICNXBGFvwADztI5O5Vs2zQ3hnik=/0x84:2048x1236/800x0/images/Le-2-novembre-2017-Evra-avait-donne-un-coup-de-pied-haut-a-un-supporter-de-l-OM-1214498.jpg", + "pubDate": "Sat, 15 Jan 2022 15:53:52 GMT", + "enclosure": "https://images.bfmtv.com/d6KQ9ad30afdeGD7bfTSCcD6vAE=/0x80:1200x755/800x0/images/Romain-Ntamack-1215782.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ICNXBGFvwADztI5O5Vs2zQ3hnik=/0x84:2048x1236/800x0/images/Le-2-novembre-2017-Evra-avait-donne-un-coup-de-pied-haut-a-un-supporter-de-l-OM-1214498.jpg", + "image": "https://images.bfmtv.com/d6KQ9ad30afdeGD7bfTSCcD6vAE=/0x80:1200x755/800x0/images/Romain-Ntamack-1215782.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24548,20 +25604,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "25eda078802f90cf6f6612116a20a1c9", + "hash": "b45898fa81ee3796a4dbb275daf93b64", "highlights": [] }, { - "title": "Knysna, Ferguson, Domenech, Zidane... L'interview intégrale de Patrice Evra dans Rothen s'enflamme", - "description": "Patrice Evra était l'invité exceptionnel de l'émission Rothen s'enflamme sur RMC ce jeudi, dans le cadre de la sortie de son livre \"I love this game\". Une heure passionnante, durant laquelle l'ancien joueur a tout dit, de Knysna à sa brouille avec Jérôme Rothen, avec un mot pour Kylian Mbappé.

", - "content": "Patrice Evra était l'invité exceptionnel de l'émission Rothen s'enflamme sur RMC ce jeudi, dans le cadre de la sortie de son livre \"I love this game\". Une heure passionnante, durant laquelle l'ancien joueur a tout dit, de Knysna à sa brouille avec Jérôme Rothen, avec un mot pour Kylian Mbappé.

", + "title": "Saint-Etienne: les supporters des Verts manifestent avec des masques de Romeyer et Caïazzo en clowns", + "description": "Avant le coup d'envoi du match de la 21e journée de Ligue 1 entre Saint-Etienne et Lens ce samedi au stade Geoffroy-Guichard, les supporters stéphanois ont à nouveau exprimé leur colère à l’égard des deux présidents de l’ASSE en manifestant avec des masques de clowns à l’effigie de Roland Romeyer et Bernard Caïazzo.

", + "content": "Avant le coup d'envoi du match de la 21e journée de Ligue 1 entre Saint-Etienne et Lens ce samedi au stade Geoffroy-Guichard, les supporters stéphanois ont à nouveau exprimé leur colère à l’égard des deux présidents de l’ASSE en manifestant avec des masques de clowns à l’effigie de Roland Romeyer et Bernard Caïazzo.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/knysna-ferguson-domenech-zidane-l-interview-integrale-de-patrice-evra-dans-rothen-s-enflamme_AV-202201130511.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-les-supporters-des-verts-manifestent-avec-des-masques-de-romeyer-et-caiazzo-en-clowns_AV-202201150225.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 18:22:22 GMT", - "enclosure": "https://images.bfmtv.com/vghfiYDOdNRTnQebzOGv2otAX0M=/0x0:624x351/800x0/images/Patrice-Evra-dans-Rothen-s-enflamme-sur-RMC-1214361.jpg", + "pubDate": "Sat, 15 Jan 2022 15:46:35 GMT", + "enclosure": "https://images.bfmtv.com/hbf9pWe5gAv9dq4YD8ue4TS5A8w=/0x0:2048x1152/800x0/images/Saint-Etienne-Lens-les-supporters-de-l-ASSE-portent-des-masques-de-clown-1215790.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/vghfiYDOdNRTnQebzOGv2otAX0M=/0x0:624x351/800x0/images/Patrice-Evra-dans-Rothen-s-enflamme-sur-RMC-1214361.jpg", + "image": "https://images.bfmtv.com/hbf9pWe5gAv9dq4YD8ue4TS5A8w=/0x0:2048x1152/800x0/images/Saint-Etienne-Lens-les-supporters-de-l-ASSE-portent-des-masques-de-clown-1215790.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24570,20 +25626,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff8ee48140f55d0a65ff58096b6d0805", + "hash": "8c5edb76e6a086ad0df17f320a6b5f7e", "highlights": [] }, { - "title": "UFC: Qu'est-ce qu'on a le droit de faire, ou pas, dans un combat de MMA?", - "description": "Champion des lourds, Francis Ngannou défend sa ceinture le 22 janvier lors de l’événement UFC 270 à Anaheim (Californie) contre Ciryl Gane, qui tentera de devenir le premier combattant français champion dans la grande organisation de MMA (en direct et en exclusivité sur RMC Sport). L’occasion de revenir sur l’évolution réglementaire d’un sport qui a commencé avec de très rares interdictions mais a dû se structurer sur ce plan pour se crédibiliser. Tout n’est pas permis à l’UFC. Loin de là.

", - "content": "Champion des lourds, Francis Ngannou défend sa ceinture le 22 janvier lors de l’événement UFC 270 à Anaheim (Californie) contre Ciryl Gane, qui tentera de devenir le premier combattant français champion dans la grande organisation de MMA (en direct et en exclusivité sur RMC Sport). L’occasion de revenir sur l’évolution réglementaire d’un sport qui a commencé avec de très rares interdictions mais a dû se structurer sur ce plan pour se crédibiliser. Tout n’est pas permis à l’UFC. Loin de là.

", + "title": "Chelsea: Tuchel allume Lukaku et ses \"nombreuses pertes de balle\" après la défaite contre Manchester City", + "description": "Titularisé en pointe du 3-4-3 de Chelsea face à Manchester City ce samedi (défaite 1-0), Romelu Lukaku est loin d'avoir marqué des points aux yeux de Thomas Tuchel, qui n'a pas caché sa colère après le coup de sifflet final.

", + "content": "Titularisé en pointe du 3-4-3 de Chelsea face à Manchester City ce samedi (défaite 1-0), Romelu Lukaku est loin d'avoir marqué des points aux yeux de Thomas Tuchel, qui n'a pas caché sa colère après le coup de sifflet final.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/mma/ufc-qu-est-ce-qu-on-a-le-droit-de-faire-ou-pas-dans-un-combat-de-mma_AV-202201130508.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-tuchel-allume-lukaku-et-ses-nombreuses-pertes-de-balle-apres-la-defaite-contre-manchester-city_AV-202201150222.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 18:20:25 GMT", - "enclosure": "https://images.bfmtv.com/ptMpUBI4wZxPr7lX7rp_3mZOUCE=/0x21:1200x696/800x0/images/Khabib-Nurmagomedov-a-droite-lors-de-son-combat-contre-Conor-McGregor-867228.jpg", + "pubDate": "Sat, 15 Jan 2022 15:38:48 GMT", + "enclosure": "https://images.bfmtv.com/mQ2W2hKpzpR7mONn84Xa3_MTKaI=/0x0:2048x1152/800x0/images/1208115.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ptMpUBI4wZxPr7lX7rp_3mZOUCE=/0x21:1200x696/800x0/images/Khabib-Nurmagomedov-a-droite-lors-de-son-combat-contre-Conor-McGregor-867228.jpg", + "image": "https://images.bfmtv.com/mQ2W2hKpzpR7mONn84Xa3_MTKaI=/0x0:2048x1152/800x0/images/1208115.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24592,64 +25648,64 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b1df2fbd3513535c22ed611254c6587", + "hash": "f89359f6c331a2c27eb370cac1ca6d7e", "highlights": [] }, { - "title": "Mercato: L’OM a sondé Nicolás Tagliafico, de l'Ajax", - "description": "Jorge Sampaoli rêverait d’attirer à Marseille Nicolás Tagliafico, l’International argentin de l’Ajax, pour évoluer dans le couloir gauche de l’OM. La piste a été activée, mais le dossier est très compliqué.

", - "content": "Jorge Sampaoli rêverait d’attirer à Marseille Nicolás Tagliafico, l’International argentin de l’Ajax, pour évoluer dans le couloir gauche de l’OM. La piste a été activée, mais le dossier est très compliqué.

", + "title": "Bordeaux: Gourcuff a de la \"peine\" de voir les Girondins dans cette situation", + "description": "Avec un seul point d’avance sur le premier relégable Lorient, les Girondins de Bordeaux vivent une saison compliquée. Invité par France Bleu Gironde, Yoan Gourcuff a confié ses impressions sur la situation d’un club où il a joué pendant deux ans.

", + "content": "Avec un seul point d’avance sur le premier relégable Lorient, les Girondins de Bordeaux vivent une saison compliquée. Invité par France Bleu Gironde, Yoan Gourcuff a confié ses impressions sur la situation d’un club où il a joué pendant deux ans.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/olympique-marseille/mercato-l-om-a-sonde-nicolas-tagliafico-de-l-ajax_AN-202201130507.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-gourcuff-a-de-la-peine-de-voir-les-girondins-dans-cette-situation_AV-202201150211.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 18:19:12 GMT", - "enclosure": "https://images.bfmtv.com/f92rFM2Go0qIW-rI9SGT6SD3ZCk=/0x58:2048x1210/800x0/images/Nicola-Tagliafico-de-l-Ajax-le-decembre-2021-1214603.jpg", + "pubDate": "Sat, 15 Jan 2022 15:22:38 GMT", + "enclosure": "https://images.bfmtv.com/O3-4GzLfDHuJwP90FXu-samXwKc=/0x121:2032x1264/800x0/images/Yoann-Gourcuff-1215776.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/f92rFM2Go0qIW-rI9SGT6SD3ZCk=/0x58:2048x1210/800x0/images/Nicola-Tagliafico-de-l-Ajax-le-decembre-2021-1214603.jpg", + "image": "https://images.bfmtv.com/O3-4GzLfDHuJwP90FXu-samXwKc=/0x121:2032x1264/800x0/images/Yoann-Gourcuff-1215776.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9a379c15f3e5d99b34195b376ce84b8e", + "hash": "b3b5ca50ea8d93e0afddf17277487bc8", "highlights": [] }, { - "title": "\"Tout le monde voulait sa peau\": Evra raconte le malaise Gourcuff à Knysna", - "description": "Invité exceptionnel de l'émission \"Rothen s'enflamme\" ce jeudi sur RMC, à l'occasion de la sortie de son livre autobiographique \"I love this game\", Patrice Evra est revenu l'histoire pour le moins compliquée entre Yoann Gourcuff et l'équipe de France.

", - "content": "Invité exceptionnel de l'émission \"Rothen s'enflamme\" ce jeudi sur RMC, à l'occasion de la sortie de son livre autobiographique \"I love this game\", Patrice Evra est revenu l'histoire pour le moins compliquée entre Yoann Gourcuff et l'équipe de France.

", + "title": "Premier League: Tottenham-Arsenal reporté faute de Gunners disponibles", + "description": "Le match de la 22e journée de Premier League entre Tottenham et Arsenal était prévu dimanche 16 janvier à 17h30. Mais la rencontre a été reportée en raison de nombreuses absences dans l'effectif des Gunners, pour cause de Covid mais pas seulement.

", + "content": "Le match de la 22e journée de Premier League entre Tottenham et Arsenal était prévu dimanche 16 janvier à 17h30. Mais la rencontre a été reportée en raison de nombreuses absences dans l'effectif des Gunners, pour cause de Covid mais pas seulement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/tout-le-monde-voulait-sa-peau-evra-raconte-le-malaise-gourcuff-a-knysna_AV-202201130504.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-tottenham-arsenal-reporte-faute-de-gunners-disponibles_AV-202201150209.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 18:17:10 GMT", - "enclosure": "https://images.bfmtv.com/1TItNZnGdD5zA7l399Mx9op7Upo=/0x38:2048x1190/800x0/images/Franck-RIBERY-Yoann-GOURCUFF-Patrice-EVRA-21-03-2011-1214435.jpg", + "pubDate": "Sat, 15 Jan 2022 15:17:16 GMT", + "enclosure": "https://images.bfmtv.com/ORbdufURlJ235GjSSqsiIglSpO4=/0x65:2048x1217/800x0/images/Arsenal-Tottenham-1215779.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/1TItNZnGdD5zA7l399Mx9op7Upo=/0x38:2048x1190/800x0/images/Franck-RIBERY-Yoann-GOURCUFF-Patrice-EVRA-21-03-2011-1214435.jpg", + "image": "https://images.bfmtv.com/ORbdufURlJ235GjSSqsiIglSpO4=/0x65:2048x1217/800x0/images/Arsenal-Tottenham-1215779.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3b1b1557702c3558854c9f8739d7a836", + "hash": "df203fbe5c77d4cb1db55e6fba468bcb", "highlights": [] }, { - "title": "Ligue 1 en direct: Messi, qui a mis du temps à se remettre du Covid, devrait manquer PSG-Brest", - "description": "Suivez en direct toutes les informations sur la 21e journée de Ligue 1 qui débute vendredi avec le match entre Nice et Nantes.

", - "content": "Suivez en direct toutes les informations sur la 21e journée de Ligue 1 qui débute vendredi avec le match entre Nice et Nantes.

", + "title": "Lille: Zhegrova explique pourquoi il a choisi le LOSC plutôt que l'OM", + "description": "Arrivé vendredi au Losc en provenance du FC Bâle, l’ailier kosovar Edon Zhegrova (22 ans) était aussi suivi par l’Olympique de Marseille. Présentée samedi à la veille du match de clôture de la 21e journée de Ligue 1 Marseille-Lille, la recrue hivernale a expliqué pourquoi elle a opté pour les Dogues plutôt qu'en faveur du club phocéen.

", + "content": "Arrivé vendredi au Losc en provenance du FC Bâle, l’ailier kosovar Edon Zhegrova (22 ans) était aussi suivi par l’Olympique de Marseille. Présentée samedi à la veille du match de clôture de la 21e journée de Ligue 1 Marseille-Lille, la recrue hivernale a expliqué pourquoi elle a opté pour les Dogues plutôt qu'en faveur du club phocéen.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-toutes-les-infos-avant-la-21e-journee_LN-202201120214.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lille-zhegrova-explique-pourquoi-il-a-choisi-le-losc-plutot-que-l-om_AV-202201150205.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 09:45:49 GMT", - "enclosure": "https://images.bfmtv.com/VFvnO8pgNWRKwEHOZMGW5edtwpU=/0x83:2048x1235/800x0/images/Lionel-Messi-1202257.jpg", + "pubDate": "Sat, 15 Jan 2022 15:04:17 GMT", + "enclosure": "https://images.bfmtv.com/lRJQ5AfozBIZUz1xnYBdnlkJaHw=/5x0:501x279/800x0/images/Losc-Edon-Zhegrova-1215766.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/VFvnO8pgNWRKwEHOZMGW5edtwpU=/0x83:2048x1235/800x0/images/Lionel-Messi-1202257.jpg", + "image": "https://images.bfmtv.com/lRJQ5AfozBIZUz1xnYBdnlkJaHw=/5x0:501x279/800x0/images/Losc-Edon-Zhegrova-1215766.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24658,20 +25714,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dfae2acc428dd3e81baa0504d118fae3", + "hash": "6e2835b2e564b611722e06f767b9f365", "highlights": [] }, { - "title": "Brésil: Renan Lodi pas convoqué parce qu'il n'est pas totalement vacciné", - "description": "Renan Lodi n'a pas été appelé pour les prochains matchs de l'équipe nationale du Brésil contre l'Equateur et le Paraguay. Le latéral de l'Atlético, dont le cycle vaccinal n'est pas complet, ne peut pas entrer en Equateur en raison des protocoles sanitaires en vigueur.

", - "content": "Renan Lodi n'a pas été appelé pour les prochains matchs de l'équipe nationale du Brésil contre l'Equateur et le Paraguay. Le latéral de l'Atlético, dont le cycle vaccinal n'est pas complet, ne peut pas entrer en Equateur en raison des protocoles sanitaires en vigueur.

", + "title": "CAN: plus de travail ni d'école après 14h, la folle mesure du Cameroun pour remplir les stades", + "description": "Alors que les tribunes sonnent creux depuis le début de la CAN, le gouvernement camerounais a décidé de suspendre l'école et les activités professionnelles à partir de 14 heures pour permettre au public d'aller au stade.

", + "content": "Alors que les tribunes sonnent creux depuis le début de la CAN, le gouvernement camerounais a décidé de suspendre l'école et les activités professionnelles à partir de 14 heures pour permettre au public d'aller au stade.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bresil-renan-lodi-pas-convoque-parce-qu-il-n-est-pas-totalement-vaccine_AV-202201130499.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-plus-de-travail-ni-d-ecole-apres-14h-la-folle-mesure-du-cameroun-pour-remplir-les-stades_AV-202201150201.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 18:10:38 GMT", - "enclosure": "https://images.bfmtv.com/6Cchhcgka7m5Lnv4csi2U6x6Y1g=/0x0:2048x1152/800x0/images/Renan-LODI-le-02-07-2021-1214546.jpg", + "pubDate": "Sat, 15 Jan 2022 14:51:54 GMT", + "enclosure": "https://images.bfmtv.com/3ywMnGFocijjYfeTsdZwktUNlFw=/32x3:2016x1119/800x0/images/Peu-de-public-en-tribunes-derriere-les-joueurs-du-Ghana-a-la-CAN-2022-1212205.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/6Cchhcgka7m5Lnv4csi2U6x6Y1g=/0x0:2048x1152/800x0/images/Renan-LODI-le-02-07-2021-1214546.jpg", + "image": "https://images.bfmtv.com/3ywMnGFocijjYfeTsdZwktUNlFw=/32x3:2016x1119/800x0/images/Peu-de-public-en-tribunes-derriere-les-joueurs-du-Ghana-a-la-CAN-2022-1212205.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24680,42 +25736,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "b367a7f5856f63b5c0f99bf4a023f3ac", + "hash": "457e107cc0381cb7eb860739d4e2fdaf", "highlights": [] }, { - "title": "Cameroun-Ethiopie en direct: grâce à Toko Ekambi et Aboubakar, les Lions indomptables se propulsent en 8es", - "description": "Vainqueur de l'Ethiopie (4-1) jeudi à Yaoundé, quatre jours après avoir renversé le Burkina Faso en ouverture, le Cameroun est la première sélection qualifiée pour les 8es de finale de la CAN. Le pays hôte a fait la différence grâce à deux doublés de Karl Toko Ekambi et Vincent Aboubakar.

", - "content": "Vainqueur de l'Ethiopie (4-1) jeudi à Yaoundé, quatre jours après avoir renversé le Burkina Faso en ouverture, le Cameroun est la première sélection qualifiée pour les 8es de finale de la CAN. Le pays hôte a fait la différence grâce à deux doublés de Karl Toko Ekambi et Vincent Aboubakar.

", + "title": "ASSE-Lens en direct: Les Sang et Or trouvent la faille", + "description": "Au terme d'une première période très accrochée, les Verts se sont vu récompenser par un but de Boudebouz au terme d'un contre (38e). La lanterne rouge se donne pour l'instant de l'air face à Lens. Suivez la seconde période en direct sur RMC Sport.

", + "content": "Au terme d'une première période très accrochée, les Verts se sont vu récompenser par un but de Boudebouz au terme d'un contre (38e). La lanterne rouge se donne pour l'instant de l'air face à Lens. Suivez la seconde période en direct sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-suivez-cameroun-ethiopie-en-direct_LS-202201130295.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-saint-etienne-lens-en-direct_LS-202201150200.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 14:30:00 GMT", - "enclosure": "https://images.bfmtv.com/f8avewO4oazrgQrDz3G2oXocnQ0=/0x106:2048x1258/800x0/images/Vincent-Aboubakar-le-13-janvier-2022-1214525.jpg", + "pubDate": "Sat, 15 Jan 2022 14:44:43 GMT", + "enclosure": "https://images.bfmtv.com/b3jEukF2NtlbT9jGAVC1j8p_h-0=/7x111:2039x1254/800x0/images/1215854.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/f8avewO4oazrgQrDz3G2oXocnQ0=/0x106:2048x1258/800x0/images/Vincent-Aboubakar-le-13-janvier-2022-1214525.jpg", + "image": "https://images.bfmtv.com/b3jEukF2NtlbT9jGAVC1j8p_h-0=/7x111:2039x1254/800x0/images/1215854.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a21c7af8ce983ad725e0d4dd5e15e32e", + "hash": "4ec4664da2996db1ae47d67ecdd76441", "highlights": [] }, { - "title": "Les véritables insultes dans le vestiaire, Domenech... Evra et Anelka racontent les dessous de Knysna", - "description": "Invité exceptionnel de l'émission Rothen s'enflamme sur RMC pour la sortie de son livre, Patrice Evra est revenu en longueur sur l'épisode Knysna en 2010, véritable traumatisme de l'équipe de France, du comportement de Raymond Domenech aux mots réels de Nicolas Anelka, qui a lui aussi donné ses explications.

", - "content": "Invité exceptionnel de l'émission Rothen s'enflamme sur RMC pour la sortie de son livre, Patrice Evra est revenu en longueur sur l'épisode Knysna en 2010, véritable traumatisme de l'équipe de France, du comportement de Raymond Domenech aux mots réels de Nicolas Anelka, qui a lui aussi donné ses explications.

", + "title": "Le sport face au Covid en direct: le choc Tottenham-Arsenal officiellement reporté", + "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par la Coupe d'Europe de rugby. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par la Coupe d'Europe de rugby. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/les-veritables-insultes-dans-le-vestiaire-domenech-evra-et-anelka-racontent-les-dessous-de-knysna_AN-202201130481.html", + "link": "https://rmcsport.bfmtv.com/rugby/le-sport-face-au-covid-en-direct-un-boycott-de-la-coupe-d-europe-des-clubs-anglais_LN-202201110177.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 17:54:41 GMT", - "enclosure": "https://images.bfmtv.com/CZx1K1Ca0RXCAm0OIG8fDDW39Xk=/0x0:640x360/800x0/images/Patrice-Evra-invite-de-Rothen-s-enflamme-sur-RMC-1214367.jpg", + "pubDate": "Tue, 11 Jan 2022 09:06:28 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": "https://images.bfmtv.com/CZx1K1Ca0RXCAm0OIG8fDDW39Xk=/0x0:640x360/800x0/images/Patrice-Evra-invite-de-Rothen-s-enflamme-sur-RMC-1214367.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", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24724,20 +25780,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dad56a355b66447d5fc1d96688fd839e", + "hash": "16d64094d19a4908cd3fb83b0a8c9b3d", "highlights": [] }, { - "title": "Équipe de France: Évra raconte une improbable \"embrouille\" sur les repas halal", - "description": "En Équipe de France, lorsque Raymond Domenech en était le sélectionneur, les buffets halal étaient parfois source de polémique, notamment parce que des joueurs non-musulmans aimaient piocher dedans, selon Patrice Évra, invité jeudi soir de Rothen s'enflamme sur RMC.

", - "content": "En Équipe de France, lorsque Raymond Domenech en était le sélectionneur, les buffets halal étaient parfois source de polémique, notamment parce que des joueurs non-musulmans aimaient piocher dedans, selon Patrice Évra, invité jeudi soir de Rothen s'enflamme sur RMC.

", + "title": "Premier League: Manchester City étouffe Chelsea et s'envole vers le titre", + "description": "Manchester City a remporté 1-0 son choc face à Chelsea, samedi lors de la 22e journée de Premier League. D'une frappe à l'entrée de la surface, à la 70e minute, Kevin De Bruyne a inscrit le seul but de la rencontre. Les Skyblues sont seuls en tête du classement, avec 13 points d'avance sur les Blues.

", + "content": "Manchester City a remporté 1-0 son choc face à Chelsea, samedi lors de la 22e journée de Premier League. D'une frappe à l'entrée de la surface, à la 70e minute, Kevin De Bruyne a inscrit le seul but de la rencontre. Les Skyblues sont seuls en tête du classement, avec 13 points d'avance sur les Blues.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-evra-raconte-une-improbable-embrouille-sur-les-repas-halal_AN-202201130477.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-manchester-city-etouffe-chelsea-et-s-envole-vers-le-titre_AV-202201150196.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 17:51:00 GMT", - "enclosure": "https://images.bfmtv.com/0DIfBPugUJEkVnluyIdG8OI0J0Y=/1x18:657x387/800x0/images/Patrice-Evra-dans-Rothen-s-enflamme-sur-RMC-1214356.jpg", + "pubDate": "Sat, 15 Jan 2022 14:35:31 GMT", + "enclosure": "https://images.bfmtv.com/AM6kqFY_poCHVPyoiFQ1YUiJhB8=/0x106:2048x1258/800x0/images/Manchester-City-Chelsea-1215765.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/0DIfBPugUJEkVnluyIdG8OI0J0Y=/1x18:657x387/800x0/images/Patrice-Evra-dans-Rothen-s-enflamme-sur-RMC-1214356.jpg", + "image": "https://images.bfmtv.com/AM6kqFY_poCHVPyoiFQ1YUiJhB8=/0x106:2048x1258/800x0/images/Manchester-City-Chelsea-1215765.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24746,20 +25802,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2632e644bc83fc06127cb21f336735c0", + "hash": "0b7cd3baa650080eec33a54d2444a07a", "highlights": [] }, { - "title": "Les pronos hippiques du vendredi 14 janvier 2022", - "description": "Le Quinté+ du vendredi 14 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 vendredi 14 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": "CAN en direct: le Cameroun suspend les activités professionnelles à partir de 14h pour remplir les stades", + "description": "Suivez en direct la Coupe d'Afrique des nations et toutes les informations liées au tournoi qui se dispute cette année au Cameroun. Deux matchs sont au programme ce samedi : Nigéria-Soudan (17h) et Guinée-Bissau-Egypte (20h).

", + "content": "Suivez en direct la Coupe d'Afrique des nations et toutes les informations liées au tournoi qui se dispute cette année au Cameroun. Deux matchs sont au programme ce samedi : Nigéria-Soudan (17h) et Guinée-Bissau-Egypte (20h).

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-vendredi-14-janvier-2022_AN-202201130470.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-en-direct-toutes-les-infos_LN-202201100133.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 17:43:41 GMT", - "enclosure": "https://images.bfmtv.com/UzFWTErITvEtITha9m4qEkTNBi0=/1x35:337x224/800x0/images/Les-pronos-hippiques-du-vendredi-14-janvier-2022-1214350.jpg", + "pubDate": "Mon, 10 Jan 2022 08:03:07 GMT", + "enclosure": "https://images.bfmtv.com/XsAA9WxlRQGeaOza6uhQyi8KdnM=/0x6:2048x1158/800x0/images/CAN-2022-illustration-1214526.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/UzFWTErITvEtITha9m4qEkTNBi0=/1x35:337x224/800x0/images/Les-pronos-hippiques-du-vendredi-14-janvier-2022-1214350.jpg", + "image": "https://images.bfmtv.com/XsAA9WxlRQGeaOza6uhQyi8KdnM=/0x6:2048x1158/800x0/images/CAN-2022-illustration-1214526.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24768,20 +25824,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5bd52d8070d4b44abc560ce395b9a8a2", + "hash": "abc973503ffe4ab2d6d751ddb2e3ec73", "highlights": [] }, { - "title": "Équipe de France: Evra raconte le malaise avec Gallas lorsque Domenech l’a nommé capitaine", - "description": "Lors de son passage dans Rothen s’enflamme, ce jeudi sur RMC, Patrice Evra a révélé comment Raymond Domenech l’a nommé capitaine de l’équipe de France avant la Coupe du monde 2010 en Afrique du Sud. Un choix qui n’a du tout plu à William Gallas à l’époque.

", - "content": "Lors de son passage dans Rothen s’enflamme, ce jeudi sur RMC, Patrice Evra a révélé comment Raymond Domenech l’a nommé capitaine de l’équipe de France avant la Coupe du monde 2010 en Afrique du Sud. Un choix qui n’a du tout plu à William Gallas à l’époque.

", + "title": "Mercato: Marcelo ne veut pas retourner en Turquie malgré une offre acceptée par l'OL", + "description": "Ecarté du groupe professionnel en début de saison, Marcelo joue depuis plusieurs mois avec la réserve de l’Olympique Lyonnais. Cet hiver, le défenseur aurait pu revenir en Turquie, plus précisément à Fatih Karagümrük qui a fait une offre acceptée par les Gones. Mais le Brésilien s'oppose pour l'instant à ce transfert.

", + "content": "Ecarté du groupe professionnel en début de saison, Marcelo joue depuis plusieurs mois avec la réserve de l’Olympique Lyonnais. Cet hiver, le défenseur aurait pu revenir en Turquie, plus précisément à Fatih Karagümrük qui a fait une offre acceptée par les Gones. Mais le Brésilien s'oppose pour l'instant à ce transfert.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-evra-raconte-le-malaise-avec-gallas-lorsque-domenech-l-a-nomme-capitaine_AV-202201130468.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-marcelo-ne-veut-pas-retourner-en-turquie-malgre-une-offre-acceptee-par-l-ol_AV-202201150189.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 17:42:01 GMT", - "enclosure": "https://images.bfmtv.com/nAv41SCufrmR1wuoyqa10n35Y5g=/12x86:1676x1022/800x0/images/Patrice-Evra-et-Raymond-Domenech-1214437.jpg", + "pubDate": "Sat, 15 Jan 2022 14:13:00 GMT", + "enclosure": "https://images.bfmtv.com/RHcOWdc6-VaOpMuuf0VORyMY23M=/0x106:2048x1258/800x0/images/Le-Bresilien-Marcelo-sous-le-maillot-de-l-OL-1085383.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/nAv41SCufrmR1wuoyqa10n35Y5g=/12x86:1676x1022/800x0/images/Patrice-Evra-et-Raymond-Domenech-1214437.jpg", + "image": "https://images.bfmtv.com/RHcOWdc6-VaOpMuuf0VORyMY23M=/0x106:2048x1258/800x0/images/Le-Bresilien-Marcelo-sous-le-maillot-de-l-OL-1085383.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24790,20 +25846,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b6f10dcad5dc65ee03950199f283081", + "hash": "04b2fa730398e2af3c63db9715ce75c0", "highlights": [] }, { - "title": "CAN 2022: une fusillade fait plusieurs blessés dans une ville qui héberge des sélections", - "description": "Des échanges de tirs ont eu lieu mercredi à Buea (Cameroun) entre militaires et hommes armés. Les soupçons portent sur des séparatistes, qui avaient menacé les sélections en lice pour la CAN 2022 s'entraînant dans cette localité de l'ouest du pays.

", - "content": "Des échanges de tirs ont eu lieu mercredi à Buea (Cameroun) entre militaires et hommes armés. Les soupçons portent sur des séparatistes, qui avaient menacé les sélections en lice pour la CAN 2022 s'entraînant dans cette localité de l'ouest du pays.

", + "title": "Ski alpin: pourquoi la victoire de Kriechmayr sur la descente de Wengen a créé la polémique", + "description": "Vincent Kriechmayr a remporté ce samedi la deuxième descente de Wengen, comptant pour la Coupe du monde de ski alpin, devant le Suisse Beat Feuz. Mais pour ses détracteurs, l'Autrichien n'aurait pas dû prendre part à l'épreuve.

", + "content": "Vincent Kriechmayr a remporté ce samedi la deuxième descente de Wengen, comptant pour la Coupe du monde de ski alpin, devant le Suisse Beat Feuz. Mais pour ses détracteurs, l'Autrichien n'aurait pas dû prendre part à l'épreuve.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-une-fusillade-fait-plusieurs-blesses-dans-une-ville-qui-heberge-des-selections_AV-202201130459.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/ski-alpin-pourquoi-la-victoire-de-kriechmayr-sur-la-descente-de-wengen-a-cree-la-polemique_AV-202201150187.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 17:32:46 GMT", - "enclosure": "https://images.bfmtv.com/XsAA9WxlRQGeaOza6uhQyi8KdnM=/0x6:2048x1158/800x0/images/CAN-2022-illustration-1214526.jpg", + "pubDate": "Sat, 15 Jan 2022 14:06:26 GMT", + "enclosure": "https://images.bfmtv.com/5uhfgVzN5P-BWd7Eu-IwVCYbOpI=/0x74:2048x1226/800x0/images/Kriechmayr-1215762.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/XsAA9WxlRQGeaOza6uhQyi8KdnM=/0x6:2048x1158/800x0/images/CAN-2022-illustration-1214526.jpg", + "image": "https://images.bfmtv.com/5uhfgVzN5P-BWd7Eu-IwVCYbOpI=/0x74:2048x1226/800x0/images/Kriechmayr-1215762.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24812,20 +25868,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae36a144b5e2372aa34b5f908c663166", + "hash": "95bc498172aed4219c814a33d8389208", "highlights": [] }, { - "title": "F1: la FIA annonce \"une analyse détaillée\" après la fin de championnat folle entre Hamilton et Verstappen", - "description": "La dernière saison de Formule 1 a beau s'être terminée en décembre dernier avec le Grand Prix d’Abu Dhabi, celle-ci fait toujours parler. Dans un communiqué, la Fédération internationale de l’automobile a annoncé le début d’une \"analyse détaillée\" sur les évènements survenus. Une discussion sur la safety car aura aussi lieu.

", - "content": "La dernière saison de Formule 1 a beau s'être terminée en décembre dernier avec le Grand Prix d’Abu Dhabi, celle-ci fait toujours parler. Dans un communiqué, la Fédération internationale de l’automobile a annoncé le début d’une \"analyse détaillée\" sur les évènements survenus. Une discussion sur la safety car aura aussi lieu.

", + "title": "Ospreys-Racing en direct: le Racing se sort du piège gallois et continue son sans-faute", + "description": "Le Racing s’impose 25 à 10 sur la pelouse des Ospreys et continue son sans-faute en Champions Cup.

", + "content": "Le Racing s’impose 25 à 10 sur la pelouse des Ospreys et continue son sans-faute en Champions Cup.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-la-fia-annonce-une-analyse-detaillee-apres-la-fin-de-championnat-folle-entre-hamilton-et-verstappen_AV-202201130452.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-ospreys-racing-en-direct_LS-202201150186.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 17:25:56 GMT", - "enclosure": "https://images.bfmtv.com/VRoU0p4wHtIJ7bn8xhhuJ11ykeU=/0x38:768x470/800x0/images/L-ex-pilote-de-rallye-emirati-et-vice-president-de-la-FIA-Mohammed-Ben-Sulayem-lors-d-un-point-presse-a-Kuwait-City-le-12-avril-2012-1190082.jpg", + "pubDate": "Sat, 15 Jan 2022 13:56:20 GMT", + "enclosure": "https://images.bfmtv.com/a-HEIgmArjgGdNiz3nuXwkYnjew=/0x68:2048x1220/800x0/images/Gael-Fickou-lors-du-match-de-Champions-Cup-Ospreys-Racing-le-15-janvier-2022-1215843.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/VRoU0p4wHtIJ7bn8xhhuJ11ykeU=/0x38:768x470/800x0/images/L-ex-pilote-de-rallye-emirati-et-vice-president-de-la-FIA-Mohammed-Ben-Sulayem-lors-d-un-point-presse-a-Kuwait-City-le-12-avril-2012-1190082.jpg", + "image": "https://images.bfmtv.com/a-HEIgmArjgGdNiz3nuXwkYnjew=/0x68:2048x1220/800x0/images/Gael-Fickou-lors-du-match-de-Champions-Cup-Ospreys-Racing-le-15-janvier-2022-1215843.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24834,20 +25890,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "30fd273e44d9a05ff9aed8e067a1a1f4", + "hash": "5d6b96accc7942ec9512b58737b9e45e", "highlights": [] }, { - "title": "Évra sur Mbappé: \"Il est formaté, je veux qu'il dérape\"", - "description": "Au micro de RMC, dans Rothen s'enflamme, Patrice Évra a dit souhaiter que Kylian Mbappé adopte une communication moins lisse. \"Il est formaté\", déplore l'ancien défenseur international français.

", - "content": "Au micro de RMC, dans Rothen s'enflamme, Patrice Évra a dit souhaiter que Kylian Mbappé adopte une communication moins lisse. \"Il est formaté\", déplore l'ancien défenseur international français.

", + "title": "Mercato: Renard, Katoto, Baltimore... Quel avenir pour les Bleues la saison prochaine?", + "description": "Au moins huit internationales françaises ne savent pas où elles évolueront la saison prochaine. La capitaine emblématique de l'OL Wendie Renard en fait partie. Les discussions entre son club et ses conseillers semblent patiner alors qu'elle arrive en fin de contrat.

", + "content": "Au moins huit internationales françaises ne savent pas où elles évolueront la saison prochaine. La capitaine emblématique de l'OL Wendie Renard en fait partie. Les discussions entre son club et ses conseillers semblent patiner alors qu'elle arrive en fin de contrat.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/evra-sur-mbappe-il-est-formate-je-veux-qu-il-derape_AN-202201130443.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-renard-katoto-baltimore-quel-avenir-pour-les-bleues-la-saison-prochaine_AV-202201150185.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 17:18:01 GMT", - "enclosure": "https://images.bfmtv.com/vghfiYDOdNRTnQebzOGv2otAX0M=/0x0:624x351/800x0/images/Patrice-Evra-dans-Rothen-s-enflamme-sur-RMC-1214361.jpg", + "pubDate": "Sat, 15 Jan 2022 13:55:34 GMT", + "enclosure": "https://images.bfmtv.com/BlCXl5K7lC-DVIQ6CC6Nq3Ih7kw=/0x36:2048x1188/800x0/images/Wendie-RENARD-OL-le-06-08-2021-1215750.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/vghfiYDOdNRTnQebzOGv2otAX0M=/0x0:624x351/800x0/images/Patrice-Evra-dans-Rothen-s-enflamme-sur-RMC-1214361.jpg", + "image": "https://images.bfmtv.com/BlCXl5K7lC-DVIQ6CC6Nq3Ih7kw=/0x36:2048x1188/800x0/images/Wendie-RENARD-OL-le-06-08-2021-1215750.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24856,20 +25912,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1be815e556cab6864caa1c4edb8b2051", + "hash": "82ecb3299241c322b889b616d6c410ee", "highlights": [] }, { - "title": "La réconciliation entre Évra et Rothen après la grosse brouille lors de PSG-Manchester United", - "description": "Invité de Rothen s'enflamme, jeudi sur RMC, Patrice Évra a acté sa réconciliation avec Jérôme Rothen. Les deux hommes s'étaient brouillés en 2019, à la suite de vidéos insultantes du défenseur de Manchester United à l'égard du PSG et de son ancien coéquipier de l'AS Monaco. \"Je me suis excusé\", affirme aujourd'hui l'ancien capitaine des Bleus.

", - "content": "Invité de Rothen s'enflamme, jeudi sur RMC, Patrice Évra a acté sa réconciliation avec Jérôme Rothen. Les deux hommes s'étaient brouillés en 2019, à la suite de vidéos insultantes du défenseur de Manchester United à l'égard du PSG et de son ancien coéquipier de l'AS Monaco. \"Je me suis excusé\", affirme aujourd'hui l'ancien capitaine des Bleus.

", + "title": "PSG: Navas positif au Covid-19 et forfait contre Brest", + "description": "Le gardien costaricien du PSG Keylor Navas a été testé positif au Covid-19. Il manquera donc la réception du Stade Brestois ce samedi (21h) pour le compte de la 21e journée de Ligue 1.

", + "content": "Le gardien costaricien du PSG Keylor Navas a été testé positif au Covid-19. Il manquera donc la réception du Stade Brestois ce samedi (21h) pour le compte de la 21e journée de Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/la-reconciliation-entre-evra-et-rothen-apres-la-grosse-brouille-lors-de-psg-manchester-united_AN-202201130435.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-navas-positif-au-covid-19-et-forfait-contre-brest_AV-202201150174.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 17:07:31 GMT", - "enclosure": "https://images.bfmtv.com/ufo_BOvTYGenyZENBC6WhN6DXcM=/0x3:720x408/800x0/images/Jerome-Rothen-et-Patrice-Evra-dans-Rothen-s-enflamme-sur-RMC-1214364.jpg", + "pubDate": "Sat, 15 Jan 2022 13:38:04 GMT", + "enclosure": "https://images.bfmtv.com/2Pr4tbAztuJqbOnUHHz6pcMHWR4=/0x131:2048x1283/800x0/images/Keylor-Navas-le-19-09-2021-PSG-1215741.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ufo_BOvTYGenyZENBC6WhN6DXcM=/0x3:720x408/800x0/images/Jerome-Rothen-et-Patrice-Evra-dans-Rothen-s-enflamme-sur-RMC-1214364.jpg", + "image": "https://images.bfmtv.com/2Pr4tbAztuJqbOnUHHz6pcMHWR4=/0x131:2048x1283/800x0/images/Keylor-Navas-le-19-09-2021-PSG-1215741.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24878,20 +25934,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "23a822e52552863783bd3178e359a637", + "hash": "369b5f4b0f950bafe3567945b1320c99", "highlights": [] }, { - "title": "OL: Aulas pense toujours à Laurent Blanc pour remplacer Bosz", - "description": "Arrivé l’été dernier pour remplacer Rudi Garcia, Peter Bosz est sous contrat avec l’Olympique Lyonnais jusqu’en juin 2023. Mais Jean-Michel Aulas semble déjà avoir une idée sur son potentiel successeur, le Néerlandais étant en sursis.

", - "content": "Arrivé l’été dernier pour remplacer Rudi Garcia, Peter Bosz est sous contrat avec l’Olympique Lyonnais jusqu’en juin 2023. Mais Jean-Michel Aulas semble déjà avoir une idée sur son potentiel successeur, le Néerlandais étant en sursis.

", + "title": "Mercato en direct: Marcelo refuse un retour en Turquie", + "description": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", + "content": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/olympique-lyon/ol-aulas-pense-toujours-a-laurent-blanc-pour-remplacer-bosz_AV-202201130408.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-toutes-les-infos-et-rumeurs-du-13-janvier-2022_LN-202201130053.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 16:33:26 GMT", - "enclosure": "https://images.bfmtv.com/G_6RaF5SDA0IeFEh_N1mTLl5-o4=/0x39:768x471/800x0/images/Le-president-de-l-Olympique-lyonnais-Jean-Michel-Aulas-lors-de-la-presentation-officielle-du-defenseur-allemand-Jerome-Boateng-le-25-aout-2021-au-Groupama-Stadium-1184516.jpg", + "pubDate": "Thu, 13 Jan 2022 06:04:16 GMT", + "enclosure": "https://images.bfmtv.com/RHcOWdc6-VaOpMuuf0VORyMY23M=/0x106:2048x1258/800x0/images/Le-Bresilien-Marcelo-sous-le-maillot-de-l-OL-1085383.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/G_6RaF5SDA0IeFEh_N1mTLl5-o4=/0x39:768x471/800x0/images/Le-president-de-l-Olympique-lyonnais-Jean-Michel-Aulas-lors-de-la-presentation-officielle-du-defenseur-allemand-Jerome-Boateng-le-25-aout-2021-au-Groupama-Stadium-1184516.jpg", + "image": "https://images.bfmtv.com/RHcOWdc6-VaOpMuuf0VORyMY23M=/0x106:2048x1258/800x0/images/Le-Bresilien-Marcelo-sous-le-maillot-de-l-OL-1085383.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24900,20 +25956,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e453bf6cc7b6256dd3fe8b803206fe75", + "hash": "41390f4356bfa7b5a5398c8958799b01", "highlights": [] }, { - "title": "Biathlon: Fillon Maillet s'offre le sprint de Ruhpolding et prend le large au classement", - "description": "En s'offrant ce jeudi, en Allemagne, le sprint de Ruhpolding devant l'Allemand Benedikt Doll et le Biélorusse Anton Smolski, Quentin Fillon Maillet a pris une belle avance au classement général de la Coupe du monde. Et se rapproche doucement mais sûrement du gros globe de cristal.

", - "content": "En s'offrant ce jeudi, en Allemagne, le sprint de Ruhpolding devant l'Allemand Benedikt Doll et le Biélorusse Anton Smolski, Quentin Fillon Maillet a pris une belle avance au classement général de la Coupe du monde. Et se rapproche doucement mais sûrement du gros globe de cristal.

", + "title": "Lille: Ben Arfa, Botman… La mise au point de Létang sur le mercato du LOSC", + "description": "En marge de la présentation d’Edon Zhegrova ce samedi à Lille, le président du Losc Olivier Létang a fait le point sur les dossiers chauds du mercato d'hiver. Et en particulier sur la possible arrivée d'Hatem Ben Arfa.

", + "content": "En marge de la présentation d’Edon Zhegrova ce samedi à Lille, le président du Losc Olivier Létang a fait le point sur les dossiers chauds du mercato d'hiver. Et en particulier sur la possible arrivée d'Hatem Ben Arfa.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-fillon-maillet-s-offre-le-sprint-de-ruhpolding-et-prend-le-large-au-classement_AV-202201130369.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/lille-ben-arfa-botman-la-mise-au-point-de-letang-sur-le-mercato-du-losc_AV-202201150172.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 15:35:04 GMT", - "enclosure": "https://images.bfmtv.com/caSJuCMUcLGtyhq8w86bVaxfF5Y=/0x106:2048x1258/800x0/images/Quentin-Fillon-Maillet-le-13-janvier-2022-1214431.jpg", + "pubDate": "Sat, 15 Jan 2022 13:34:14 GMT", + "enclosure": "https://images.bfmtv.com/nSxIfho0lWXkIrCfKNtNrJYhLJg=/0x0:2048x1152/800x0/images/Hatem-Ben-Arfa-avec-les-Girondins-en-janvier-2021-1215732.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/caSJuCMUcLGtyhq8w86bVaxfF5Y=/0x106:2048x1258/800x0/images/Quentin-Fillon-Maillet-le-13-janvier-2022-1214431.jpg", + "image": "https://images.bfmtv.com/nSxIfho0lWXkIrCfKNtNrJYhLJg=/0x0:2048x1152/800x0/images/Hatem-Ben-Arfa-avec-les-Girondins-en-janvier-2021-1215732.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24922,20 +25978,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d7d259591be97285110630072ebf537", + "hash": "cc64849beb9680073aeaaca9387dd0e9", "highlights": [] }, { - "title": "Coupe du monde 2022: le Brésil convoque Paqueta, Guimaraes et Marquinhos pour les qualifs", - "description": "En vue des qualifications à la Coupe du monde 2022, le Brésil a dévoilé sa liste de joueurs pour les rencontres face à l’Equateur et le Paraguay. Les Lyonnais Lucas Paqueta et Bruno Guimaraes seront de la partie tandis que Neymar, toujours pas apte à rejouer n’est pas appelé.

", - "content": "En vue des qualifications à la Coupe du monde 2022, le Brésil a dévoilé sa liste de joueurs pour les rencontres face à l’Equateur et le Paraguay. Les Lyonnais Lucas Paqueta et Bruno Guimaraes seront de la partie tandis que Neymar, toujours pas apte à rejouer n’est pas appelé.

", + "title": "Serie A: Shevchenko déjà viré du Genoa", + "description": "Arrivé en novembre dernier pour remplacer Davide Ballardini, Andryi Shevchenko quitte déjà son poste d’entraîneur au Genoa. 19e en Serie A, le club italien n’a plus gagné en championnat depuis le mois de septembre.

", + "content": "Arrivé en novembre dernier pour remplacer Davide Ballardini, Andryi Shevchenko quitte déjà son poste d’entraîneur au Genoa. 19e en Serie A, le club italien n’a plus gagné en championnat depuis le mois de septembre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/coupe-du-monde-2022-le-bresil-convoque-paqueta-guimaraes-et-marquinhos-pour-les-qualifs_AV-202201130360.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-shevchenko-deja-vire-du-genoa_AV-202201150159.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 15:14:01 GMT", - "enclosure": "https://images.bfmtv.com/1ry7LAs5pQr5GRnWdp-Yft9I8gM=/0x33:768x465/800x0/images/Neymar-d-celebre-son-but-sur-penalty-pour-le-Bresil-contre-l-Equateur-en-compagnie-de-son-coequipier-Lucas-Paqueta-a-Porto-Alegre-le-4-juin-2021-1041330.jpg", + "pubDate": "Sat, 15 Jan 2022 13:07:03 GMT", + "enclosure": "https://images.bfmtv.com/huEqGTPIN3YjfcY-IjU8LXFqp8s=/0x0:768x432/800x0/images/L-entraineur-ukrainien-Andriy-Shevchenko-avant-le-match-contre-la-Serbie-comptant-pour-les-eliminatoires-de-l-Euro-2020-le-17-novembre-2019-a-Belgrade-1161772.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/1ry7LAs5pQr5GRnWdp-Yft9I8gM=/0x33:768x465/800x0/images/Neymar-d-celebre-son-but-sur-penalty-pour-le-Bresil-contre-l-Equateur-en-compagnie-de-son-coequipier-Lucas-Paqueta-a-Porto-Alegre-le-4-juin-2021-1041330.jpg", + "image": "https://images.bfmtv.com/huEqGTPIN3YjfcY-IjU8LXFqp8s=/0x0:768x432/800x0/images/L-entraineur-ukrainien-Andriy-Shevchenko-avant-le-match-contre-la-Serbie-comptant-pour-les-eliminatoires-de-l-Euro-2020-le-17-novembre-2019-a-Belgrade-1161772.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24944,20 +26000,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fad21c086acbbfe593104790a2a2127f", + "hash": "a01b69cc9afc0d599495d10842cced71", "highlights": [] }, { - "title": "Lens: \"Ça ne me perturbe pas du tout\", Haise serein sur l’avenir de Fofana", - "description": "Interrogé en conférence de presse sur l’avenir de Seko Fofana au RC Lens, le coach Franck Haise a confirmé ne pas être \"perturbé\" par la situation du milieu de terrain. Selon nos informations, les dirigeants ont refusé une offre de Burnley pour l’Ivoirien.

", - "content": "Interrogé en conférence de presse sur l’avenir de Seko Fofana au RC Lens, le coach Franck Haise a confirmé ne pas être \"perturbé\" par la situation du milieu de terrain. Selon nos informations, les dirigeants ont refusé une offre de Burnley pour l’Ivoirien.

", + "title": "Mercato: Newcastle a contacté le PSG pour Navas", + "description": "Selon nos informations, Newcastle United a envisagé le recrutement de Keylor Navas, au cours de ce mercato hivernal. Mais le club anglais, 19e de Premier League, s'est heurté à un refus de la direction du PSG.

", + "content": "Selon nos informations, Newcastle United a envisagé le recrutement de Keylor Navas, au cours de ce mercato hivernal. Mais le club anglais, 19e de Premier League, s'est heurté à un refus de la direction du PSG.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-ca-ne-me-perturbe-pas-du-tout-haise-serein-sur-l-avenir-de-fofana_AV-202201130358.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-newcastle-a-contacte-le-psg-pour-navas_AV-202201150154.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 15:10:25 GMT", - "enclosure": "https://images.bfmtv.com/2do_xQDPUPbcLdFLgcUhg0d84Lc=/0x39:768x471/800x0/images/La-joie-du-milieu-de-terrain-ivoirien-de-Lens-Seko-Fofana-apres-avoir-marque-contre-Clermont-lors-de-la-16e-journee-de-Ligue-1-le-1er-decembre-2021-au-Stade-Gabriel-Montpied-1203525.jpg", + "pubDate": "Sat, 15 Jan 2022 13:00:38 GMT", + "enclosure": "https://images.bfmtv.com/qFK1-x--uYjSHdN_yh2uPh98hVw=/0x30:1776x1029/800x0/images/Navas-1215699.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/2do_xQDPUPbcLdFLgcUhg0d84Lc=/0x39:768x471/800x0/images/La-joie-du-milieu-de-terrain-ivoirien-de-Lens-Seko-Fofana-apres-avoir-marque-contre-Clermont-lors-de-la-16e-journee-de-Ligue-1-le-1er-decembre-2021-au-Stade-Gabriel-Montpied-1203525.jpg", + "image": "https://images.bfmtv.com/qFK1-x--uYjSHdN_yh2uPh98hVw=/0x30:1776x1029/800x0/images/Navas-1215699.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24966,20 +26022,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5bfb013e8c7ffc2362aa97a54c9c086d", + "hash": "44c7c8d6a5692157c3532471f1827089", "highlights": [] }, { - "title": "XV de France: Dupont, toujours, blessé, mais devrait être sélectionné pour le Tournoi", - "description": "Le demi de mêlée international du Stade Toulousain Antoine Dupont n’a plus foulé les pelouses depuis 11 décembre. Absent de l’entraînement depuis trois semaines, encore forfait ce week-end aux Wasps, il est annoncé blessé par son club. Et mardi Fabien Galthié annonce sa liste pour préparer le Tournoi des VI Nations.

", - "content": "Le demi de mêlée international du Stade Toulousain Antoine Dupont n’a plus foulé les pelouses depuis 11 décembre. Absent de l’entraînement depuis trois semaines, encore forfait ce week-end aux Wasps, il est annoncé blessé par son club. Et mardi Fabien Galthié annonce sa liste pour préparer le Tournoi des VI Nations.

", + "title": "Mercato: pourquoi l'OM, sanctionné par la Fifa, est en conflit avec Watford dans le dossier Pape Gueye", + "description": "La Fifa a sanctionné l'OM d'une interdiction de recrutement dans le cadre du litige qui oppose le club phocéen à Watford au sujet de Pape Gueye. En 2020, le milieu sénégalais s'était engagé en faveur des Hornets avant de se rétracter et de rejoindre Marseille.

", + "content": "La Fifa a sanctionné l'OM d'une interdiction de recrutement dans le cadre du litige qui oppose le club phocéen à Watford au sujet de Pape Gueye. En 2020, le milieu sénégalais s'était engagé en faveur des Hornets avant de se rétracter et de rejoindre Marseille.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/xv-de-france/xv-de-france-dupont-blesse-jouera-t-il-le-debut-du-tournoi_AV-202201130353.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/mercato-pourquoi-l-om-sanctionne-par-la-fifa-est-en-conflit-avec-watford-dans-le-dossier-pape-gueye_AV-202201150151.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 15:00:33 GMT", - "enclosure": "https://images.bfmtv.com/evlilv2LNN1Icysry_SdXb_uUsI=/0x38:2048x1190/800x0/images/Antoine-Dupont-1185725.jpg", + "pubDate": "Sat, 15 Jan 2022 12:50:32 GMT", + "enclosure": "https://images.bfmtv.com/Zv5J2uqeib0zu5iPxnQouci0c7M=/0x30:2048x1182/800x0/images/Pape-GUEYE-OM-le-28-11-2021-1215680.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/evlilv2LNN1Icysry_SdXb_uUsI=/0x38:2048x1190/800x0/images/Antoine-Dupont-1185725.jpg", + "image": "https://images.bfmtv.com/Zv5J2uqeib0zu5iPxnQouci0c7M=/0x30:2048x1182/800x0/images/Pape-GUEYE-OM-le-28-11-2021-1215680.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24988,20 +26044,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "498bbdaeab2f454c8c53c28316da3c17", + "hash": "891a13515cd8f8d69dc92d948be0d83a", "highlights": [] }, { - "title": "Mercato: C'est officiel, Cédric Bakambu est le nouvel attaquant de l'OM", - "description": "l'attaquant congolais était sans club depuis son départ de Chine.

", - "content": "l'attaquant congolais était sans club depuis son départ de Chine.

", + "title": "PRONOS PARIS RMC Les paris du 15 janvier sur St Etienne – Lens – Ligue 1", + "description": "Notre pronostic: Lens s’impose à St Etienne (2.00)

", + "content": "Notre pronostic: Lens s’impose à St Etienne (2.00)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/olympique-marseille/mercato-c-est-officiel-cedric-bakambu-est-le-nouvel-attaquant-de-l-om_AV-202201130350.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-15-janvier-sur-st-etienne-lens-ligue-1_AN-202201140324.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 14:44:01 GMT", - "enclosure": "https://images.bfmtv.com/qi66JMi-TmG41E6_sGR5k-XTZgA=/4x3:2164x1218/800x0/images/-857601.jpg", + "pubDate": "Fri, 14 Jan 2022 23:05:00 GMT", + "enclosure": "https://images.bfmtv.com/94eJUw1o7g7Fmn_YDhZBJ7yf8JQ=/0x104:1984x1220/800x0/images/Jonathan-Clauss-Lens-1215218.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/qi66JMi-TmG41E6_sGR5k-XTZgA=/4x3:2164x1218/800x0/images/-857601.jpg", + "image": "https://images.bfmtv.com/94eJUw1o7g7Fmn_YDhZBJ7yf8JQ=/0x104:1984x1220/800x0/images/Jonathan-Clauss-Lens-1215218.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25010,20 +26066,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "77ef3590c851a82b1ba2d793cb0b4c24", + "hash": "0be45e24cfeff17715ed04dcd4a2ef18", "highlights": [] }, { - "title": "Cristiano Ronaldo se voit jouer au-delà de 40 ans", - "description": "Le quintuple ballon d'or de 36 ans n'a pas du tout l'intention de raccrocher les crampons tout de suite.

", - "content": "Le quintuple ballon d'or de 36 ans n'a pas du tout l'intention de raccrocher les crampons tout de suite.

", + "title": "Manchester United: Rangnick a oublié qu'il avait donné un jour de repos à ses joueurs", + "description": "En venant à bout d’Aston Villa (1-0) en FA Cup cette semaine, Manchester United s’est rassuré après sa défaite contre Wolverhampton la semaine passée. Mais mardi, le coach Ralf Rangnick avait oublié qu’il avait accordé un jour de congé à ses joueurs, et s'est présenté seul au centre d’entraînement.

", + "content": "En venant à bout d’Aston Villa (1-0) en FA Cup cette semaine, Manchester United s’est rassuré après sa défaite contre Wolverhampton la semaine passée. Mais mardi, le coach Ralf Rangnick avait oublié qu’il avait accordé un jour de congé à ses joueurs, et s'est présenté seul au centre d’entraînement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/cristiano-ronaldo-se-voit-jouer-au-dela-de-40-ans_AD-202201130340.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-rangnick-a-oublie-qu-il-avait-donne-un-jour-de-repos-a-ses-joueurs_AV-202201150148.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 14:18:21 GMT", - "enclosure": "https://images.bfmtv.com/_Ez80uQx66XM0opBUWcvuEZaAn4=/0x106:2048x1258/800x0/images/Cristiano-Ronaldo-le-1er-septembre-2021-a-36-ans-1214394.jpg", + "pubDate": "Sat, 15 Jan 2022 12:45:04 GMT", + "enclosure": "https://images.bfmtv.com/VZpvAaryeSmDkEAekaNzVcqkFRs=/0x78:2048x1230/800x0/images/Ralf-Rangnick-1179316.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/_Ez80uQx66XM0opBUWcvuEZaAn4=/0x106:2048x1258/800x0/images/Cristiano-Ronaldo-le-1er-septembre-2021-a-36-ans-1214394.jpg", + "image": "https://images.bfmtv.com/VZpvAaryeSmDkEAekaNzVcqkFRs=/0x78:2048x1230/800x0/images/Ralf-Rangnick-1179316.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25032,20 +26088,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c885e76cbba4d5f2b83ebc73b0342216", + "hash": "abaabab11c5a27a965ba884d0a82a63f", "highlights": [] }, { - "title": "Mercato en direct: L'OM a sondé Tagliafico (Ajax)", - "description": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", - "content": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", + "title": "ASSE-Lens en direct: Des nouveautés dans le onze des Verts", + "description": "Suite de la 21e journée de Ligue 1 avec une affiche déséquilibrée entre l'AS Saint-Etienne et le RC Lens ce samedi après-midi à Geoffroy-Guichard. Coup d'envoi du match à 17h, à suivre en direct dans notre live commenté.

", + "content": "Suite de la 21e journée de Ligue 1 avec une affiche déséquilibrée entre l'AS Saint-Etienne et le RC Lens ce samedi après-midi à Geoffroy-Guichard. Coup d'envoi du match à 17h, à suivre en direct dans notre live commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-toutes-les-infos-et-rumeurs-du-13-janvier-2022_LN-202201130053.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-saint-etienne-lens-en-direct_LS-202201150200.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 06:04:16 GMT", - "enclosure": "https://images.bfmtv.com/ioKtwtAkgteF4zvcWm00gpsVgqM=/2x21:1186x687/800x0/images/-864682.jpg", + "pubDate": "Sat, 15 Jan 2022 14:44:43 GMT", + "enclosure": "https://images.bfmtv.com/PI7t_LQxbDFE0vKnUI8FSuYsj6Q=/0x134:2048x1286/800x0/images/Paul-Bernardoni-1203862.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ioKtwtAkgteF4zvcWm00gpsVgqM=/2x21:1186x687/800x0/images/-864682.jpg", + "image": "https://images.bfmtv.com/PI7t_LQxbDFE0vKnUI8FSuYsj6Q=/0x134:2048x1286/800x0/images/Paul-Bernardoni-1203862.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25054,42 +26110,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "b01396cdfff33b57dbcfa8634de1837a", + "hash": "f201ec33cc5373e2e716147e03d1b457", "highlights": [] }, { - "title": "Dakar 2022: al-Attiyah et Sunderland tout proches du titre", - "description": "Nasser al-Attiyah se rapproche du titre sur le Dakar 2022. Le Qatarien dispose de 33 minutes d'avance sur Sébastien Loeb dans la catégorie auto. Chez les motards, c'est Sam Sunderland qui se rapproche du sacre.

", - "content": "Nasser al-Attiyah se rapproche du titre sur le Dakar 2022. Le Qatarien dispose de 33 minutes d'avance sur Sébastien Loeb dans la catégorie auto. Chez les motards, c'est Sam Sunderland qui se rapproche du sacre.

", + "title": "Ospreys-Racing en direct: le Racing veut faire le plein de points", + "description": "La 3e journée de la Champions Cup continue avec un duel gallo-français entre les Ospreys et le Racing (16h15). Leaders de la poule A, les Franciliens se déplacent chez les bons derniers du classement et veulent ramener le maximum de points.

", + "content": "La 3e journée de la Champions Cup continue avec un duel gallo-français entre les Ospreys et le Racing (16h15). Leaders de la poule A, les Franciliens se déplacent chez les bons derniers du classement et veulent ramener le maximum de points.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/dakar-2022-al-attiyah-et-sunderland-tout-proches-du-titre_AV-202201130336.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-ospreys-racing-en-direct_LS-202201150186.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 14:14:25 GMT", - "enclosure": "https://images.bfmtv.com/TKux2UZSD0pZP8-YDQM9NGR3mI4=/0x70:1008x637/800x0/images/-749678.jpg", + "pubDate": "Sat, 15 Jan 2022 13:56:20 GMT", + "enclosure": "https://images.bfmtv.com/La77jEDerRjPvzCNRC1qV-smImw=/1x250:1361x1015/800x0/images/Teddy-Thomas-et-Gael-Fickou-sous-les-couleurs-du-Racing-1049303.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/TKux2UZSD0pZP8-YDQM9NGR3mI4=/0x70:1008x637/800x0/images/-749678.jpg", + "image": "https://images.bfmtv.com/La77jEDerRjPvzCNRC1qV-smImw=/1x250:1361x1015/800x0/images/Teddy-Thomas-et-Gael-Fickou-sous-les-couleurs-du-Racing-1049303.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f103295538c5a9086707e371c6622627", + "hash": "663a98f803f34cfd38c8ae2cf4276b8f", "highlights": [] }, { - "title": "CAN: la CAF enquête sur l’arbitrage de Tunisie-Mali, après la fin de match lunaire", - "description": "Lors du match de Coupe d’Afrique des nations entre la Tunisie et le Mali, l’arbitre de la rencontre Janny Sikazwe s’est \"distingué\" en sifflant à deux reprises la fin de la rencontre avant la fin du temps réglementaire. La Confédération africaine de football annonce mener une enquête.

", - "content": "Lors du match de Coupe d’Afrique des nations entre la Tunisie et le Mali, l’arbitre de la rencontre Janny Sikazwe s’est \"distingué\" en sifflant à deux reprises la fin de la rencontre avant la fin du temps réglementaire. La Confédération africaine de football annonce mener une enquête.

", + "title": "PRONOS PARIS RMC Le buteur du jour du 15 janvier – Ligue 1", + "description": "Notre pronostic: Arnaud Kalimuendo marque à St Etienne… s’il joue (2.75)

", + "content": "Notre pronostic: Arnaud Kalimuendo marque à St Etienne… s’il joue (2.75)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-la-caf-enquete-sur-l-arbitrage-de-tunisie-mali-apres-la-fin-de-match-lunaire_AV-202201130335.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-buteur-du-jour-du-15-janvier-ligue-1_AN-202201140323.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 14:11:47 GMT", - "enclosure": "https://images.bfmtv.com/th39yMnx1PgzgNfpeus2FbrGJFU=/0x160:2048x1312/800x0/images/Tunisie-Mali-le-12-01-2022-1213791.jpg", + "pubDate": "Fri, 14 Jan 2022 23:04:00 GMT", + "enclosure": "https://images.bfmtv.com/leFsavpIMa_7T2acLvT7zzKPubU=/7x107:1991x1223/800x0/images/Arnaud-Kalimuendo-Lens-1215217.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/th39yMnx1PgzgNfpeus2FbrGJFU=/0x160:2048x1312/800x0/images/Tunisie-Mali-le-12-01-2022-1213791.jpg", + "image": "https://images.bfmtv.com/leFsavpIMa_7T2acLvT7zzKPubU=/7x107:1991x1223/800x0/images/Arnaud-Kalimuendo-Lens-1215217.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25098,20 +26154,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fec1ea423cd0768bcd0db831341fa192", + "hash": "202657f69ac31b77ce955cdadc7961a8", "highlights": [] }, { - "title": "Ligue 1: \"Paris est au-dessus de tout le monde\", Der Zakarian répond aux critiques sur le PSG", - "description": "Pour la 21e journée de la Ligue 1, Brest se déplacera au Parc des princes samedi (à 21h) pour affronter le PSG. Une rencontre redoutée par le coach Michel Der Zakarian qui, en conférence de presse, a souligné l’efficacité des coéquipiers de Kylian Mbappé.

", - "content": "Pour la 21e journée de la Ligue 1, Brest se déplacera au Parc des princes samedi (à 21h) pour affronter le PSG. Une rencontre redoutée par le coach Michel Der Zakarian qui, en conférence de presse, a souligné l’efficacité des coéquipiers de Kylian Mbappé.

", + "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier du 15 janvier – Ligue 1", + "description": "Mon pronostic : 0-0, 0-1 ou 0-2 entre Saint-Etienne et Lens (3.25)

", + "content": "Mon pronostic : 0-0, 0-1 ou 0-2 entre Saint-Etienne et Lens (3.25)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-paris-est-au-dessus-de-tout-le-monde-der-zakarian-repond-aux-critiques-sur-le-psg_AV-202201130326.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-15-janvier-ligue-1_AN-202201150147.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 13:43:55 GMT", - "enclosure": "https://images.bfmtv.com/UuEFwOoN85mIe3xopTexusxuA2A=/0x93:2048x1245/800x0/images/Michel-Der-Zakarian-1053070.jpg", + "pubDate": "Sat, 15 Jan 2022 12:43:54 GMT", + "enclosure": "https://images.bfmtv.com/htf618rk9sRp9lPmlN6v9OrQNpQ=/0x0:1984x1116/800x0/images/P-Berg-1215711.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/UuEFwOoN85mIe3xopTexusxuA2A=/0x93:2048x1245/800x0/images/Michel-Der-Zakarian-1053070.jpg", + "image": "https://images.bfmtv.com/htf618rk9sRp9lPmlN6v9OrQNpQ=/0x0:1984x1116/800x0/images/P-Berg-1215711.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25120,20 +26176,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2f60d0b92fe32c5736a61d1193c85e0", + "hash": "028846b2789a2cd1b0b1a41ef6104bd8", "highlights": [] }, { - "title": "\"Les autres joueurs passent pour des idiots\", tacle Tsitsipas sur l'affaire Djokovic", - "description": "Interrogé par un média indien, Stefanos Tsitsipas a réagi à l’affaire Novak Djokovic. En glissant un petit tacle au n°1 mondial, qui est arrivé à Melbourne non-vacciné. Le Serbe ne sait toujours pas s’il sera autorisé à participer à l’Open d’Australie la semaine prochaine.

", - "content": "Interrogé par un média indien, Stefanos Tsitsipas a réagi à l’affaire Novak Djokovic. En glissant un petit tacle au n°1 mondial, qui est arrivé à Melbourne non-vacciné. Le Serbe ne sait toujours pas s’il sera autorisé à participer à l’Open d’Australie la semaine prochaine.

", + "title": "PRONOS PARIS RMC Les paris du 15 janvier sur Paris-SG - Brest – Ligue 1", + "description": "Notre pronostic: le Paris-SG bat Brest et Mbappé marque (1.64)

", + "content": "Notre pronostic: le Paris-SG bat Brest et Mbappé marque (1.64)

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/les-autres-joueurs-passent-pour-des-idiots-tacle-tsitsipas-sur-l-affaire-djokovic_AV-202201130317.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-15-janvier-sur-paris-sg-brest-ligue-1_AN-202201140321.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 13:30:35 GMT", - "enclosure": "https://images.bfmtv.com/LkCUNHUKomsBPrBFDSj2ZxaPe8A=/0x17:2048x1169/800x0/images/Stefanos-Tsitsipas-1120675.jpg", + "pubDate": "Fri, 14 Jan 2022 23:03:00 GMT", + "enclosure": "https://images.bfmtv.com/mFnbgPX5KWVxkyJ35GOImomW1uE=/0x104:1984x1220/800x0/images/Kylian-Mbappe-Paris-SG-1215214.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/LkCUNHUKomsBPrBFDSj2ZxaPe8A=/0x17:2048x1169/800x0/images/Stefanos-Tsitsipas-1120675.jpg", + "image": "https://images.bfmtv.com/mFnbgPX5KWVxkyJ35GOImomW1uE=/0x104:1984x1220/800x0/images/Kylian-Mbappe-Paris-SG-1215214.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25142,20 +26198,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a70e9edd97a97e27d73d2ddec67deaf2", + "hash": "4d3a9989c078cdf27c6ffc7ac4b7ccc0", "highlights": [] }, { - "title": "Mercato en direct: Aulas pense toujours à Laurent Blanc", - "description": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", - "content": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", + "title": "PRONOS PARIS RMC Le pari football de Coach Courbis du 15 janvier – Ligue 1", + "description": "Mon pronostic : Paris bat Brest, au moins trois buts dans le match et Mbappé marque (1.90)

", + "content": "Mon pronostic : Paris bat Brest, au moins trois buts dans le match et Mbappé marque (1.90)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-toutes-les-infos-et-rumeurs-du-13-janvier-2022_LN-202201130053.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-15-janvier-ligue-1_AN-202201150144.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 06:04:16 GMT", - "enclosure": "https://images.bfmtv.com/6z9Ag-6twWf8A_6vgLZ0z5Cpe1s=/0x24:2048x1176/800x0/images/Laurent-Blanc-entraineur-d-Al-Rayyan-au-Qatar-1150726.jpg", + "pubDate": "Sat, 15 Jan 2022 12:38:42 GMT", + "enclosure": "https://images.bfmtv.com/tHnrOEMipYK_8NiIzGto0pDUuCM=/0x8:1984x1124/800x0/images/K-Mbappe-1215709.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/6z9Ag-6twWf8A_6vgLZ0z5Cpe1s=/0x24:2048x1176/800x0/images/Laurent-Blanc-entraineur-d-Al-Rayyan-au-Qatar-1150726.jpg", + "image": "https://images.bfmtv.com/tHnrOEMipYK_8NiIzGto0pDUuCM=/0x8:1984x1124/800x0/images/K-Mbappe-1215709.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25164,20 +26220,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8fcb777e7a0146c28a96bdae7ff723a9", + "hash": "2a65d5e5b54945e81bb41631acdf3bab", "highlights": [] }, { - "title": "CAN en direct: la CAF enquête sur l'arbitre de Tunisie-Mali", - "description": "Suivez en direct la Coupe d'Afrique des nations. Trois matchs étaient au programme mercredi: Tunisie-Mali (0-1), Mauritanie-Gambie (0-1), Guinée Equatoriale-Côte d'Ivoire (0-1).

", - "content": "Suivez en direct la Coupe d'Afrique des nations. Trois matchs étaient au programme mercredi: Tunisie-Mali (0-1), Mauritanie-Gambie (0-1), Guinée Equatoriale-Côte d'Ivoire (0-1).

", + "title": "PSG en direct: Navas forfait contre Brest", + "description": "Le PSG affrontera Brest ce samedi soir en Ligue 1 (21h). Suivez les dernières infos du club de la capitale sur RMC Sport.

", + "content": "Le PSG affrontera Brest ce samedi soir en Ligue 1 (21h). Suivez les dernières infos du club de la capitale sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-en-direct-toutes-les-infos_LN-202201100133.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-en-direct-toujours-pas-de-messi-ou-neymar_LN-202201140208.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 08:03:07 GMT", - "enclosure": "https://images.bfmtv.com/eRm0gTDbPrF0zrBT4z1er4HbgL4=/0x61:2048x1213/800x0/images/Janny-Sikazwe-1214024.jpg", + "pubDate": "Fri, 14 Jan 2022 10:43:38 GMT", + "enclosure": "https://images.bfmtv.com/BWWxD1RJXkZ_nx0MiopDbU8GA1g=/0x106:2048x1258/800x0/images/Keylor-Navas-1146558.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/eRm0gTDbPrF0zrBT4z1er4HbgL4=/0x61:2048x1213/800x0/images/Janny-Sikazwe-1214024.jpg", + "image": "https://images.bfmtv.com/BWWxD1RJXkZ_nx0MiopDbU8GA1g=/0x106:2048x1258/800x0/images/Keylor-Navas-1146558.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25186,20 +26242,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae1303a8337ab03901f2ace5377f8570", + "hash": "a82d00eb559257acbcee207bb8639b5d", "highlights": [] }, { - "title": "OM: accord total pour Bakambu, la piste Kolasinac, quelques détails à régler pour Benedetto", - "description": "Arrivée imminente pour le nouvel attaquant de l'Olympique de Marseille Cédric Bakambu, avec qui le club a bouclé un accord total. La piste Sead Kolasinac est elle à l'étude.

", - "content": "Arrivée imminente pour le nouvel attaquant de l'Olympique de Marseille Cédric Bakambu, avec qui le club a bouclé un accord total. La piste Sead Kolasinac est elle à l'étude.

", + "title": "Mercato: l'OM interdit de recrutement par la Fifa dans l'affaire Pape Gueye", + "description": "La Fifa a décidé de sanctionner l'OM d'une interdiction de recrutement en raison du litige opposant le club phocéen à Watford dans le cadre du transfert de Pape Gueye. Marseille a prévu de faire appel devant le TAS.

", + "content": "La Fifa a décidé de sanctionner l'OM d'une interdiction de recrutement en raison du litige opposant le club phocéen à Watford dans le cadre du transfert de Pape Gueye. Marseille a prévu de faire appel devant le TAS.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/olympique-marseille/om-bakambu-accord-total-benedetto-encore-quelques-details-a-regler-avec-boca_AV-202201130304.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/mercato-l-om-interdit-de-recrutement-par-la-fifa-dans-l-affaire-pape-gueye_AV-202201150130.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 12:53:52 GMT", - "enclosure": "https://images.bfmtv.com/qi66JMi-TmG41E6_sGR5k-XTZgA=/4x3:2164x1218/800x0/images/-857601.jpg", + "pubDate": "Sat, 15 Jan 2022 12:03:29 GMT", + "enclosure": "https://images.bfmtv.com/d3ewbIFvhQ5ESM8Pq6DOIT3kR5E=/0x203:2048x1355/800x0/images/Pape-GUEYE-OM-le-4-decembre-2021-1215659.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/qi66JMi-TmG41E6_sGR5k-XTZgA=/4x3:2164x1218/800x0/images/-857601.jpg", + "image": "https://images.bfmtv.com/d3ewbIFvhQ5ESM8Pq6DOIT3kR5E=/0x203:2048x1355/800x0/images/Pape-GUEYE-OM-le-4-decembre-2021-1215659.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25208,64 +26264,64 @@ "favorite": false, "created": false, "tags": [], - "hash": "bde4fac1842565849717bf1616a14191", + "hash": "560967597d942d2fa90970e11f6a031c", "highlights": [] }, { - "title": "Surf: la frayeur glaçante de Justine Dupont, qui a frôlé la mort à Nazaré", - "description": "La surfeuse française Justine Dupont a raconté avoir frôlé la mort après avoir chuté dans les immenses vagues de Nazaré (Portugal) ces derniers jours. Elle a raconté son immense frayeur sur Instagram.

", - "content": "La surfeuse française Justine Dupont a raconté avoir frôlé la mort après avoir chuté dans les immenses vagues de Nazaré (Portugal) ces derniers jours. Elle a raconté son immense frayeur sur Instagram.

", + "title": "Wasps-Toulouse en direct: coup d'arrêt pour Toulouse, battu par de vaillants Anglais", + "description": "A 15 contre 14 pendant une bonne partie de la rencontre, Toulouse s'est incliné chez les Wasps ce samedi en Champions Cup (30-22).

", + "content": "A 15 contre 14 pendant une bonne partie de la rencontre, Toulouse s'est incliné chez les Wasps ce samedi en Champions Cup (30-22).

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-extremes/surf-la-frayeur-glacante-de-justine-dupont-qui-a-frole-la-mort-a-nazare_AV-202201130303.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-wasps-toulouse-en-direct_LS-202201150127.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 12:52:58 GMT", - "enclosure": "https://images.bfmtv.com/EGgj29uGZuFBBV1cOtfBhbGhM70=/0x106:2048x1258/800x0/images/Justine-Dupont-sur-une-grosse-vague-a-Teahupoo-beach-en-aout-2021-1214326.jpg", + "pubDate": "Sat, 15 Jan 2022 11:51:19 GMT", + "enclosure": "https://images.bfmtv.com/mif-94Ms0vyDwOPuIq5kfq-mUPk=/0x106:2048x1258/800x0/images/Romain-Ntamack-Stade-Toulousain-1210738.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/EGgj29uGZuFBBV1cOtfBhbGhM70=/0x106:2048x1258/800x0/images/Justine-Dupont-sur-une-grosse-vague-a-Teahupoo-beach-en-aout-2021-1214326.jpg", + "image": "https://images.bfmtv.com/mif-94Ms0vyDwOPuIq5kfq-mUPk=/0x106:2048x1258/800x0/images/Romain-Ntamack-Stade-Toulousain-1210738.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9e0c4d88731b8541da1e4c4d73f85281", + "hash": "138000942386754f2723b457328b351e", "highlights": [] }, { - "title": "Open d’Australie: \"Les exemptions ont ouvert une brèche\", estime Grosjean sur l’affaire Djokovic", - "description": "Malgré la présence du joueur serbe dans le tableau du tirage au sort de l’Open d’Australie, la participation de Novak Djokovic est incertaine. Dans un entretien pour Ouest-France, Sébastien Grosjean a donné son avis sur la situation vue d'Australie.

", - "content": "Malgré la présence du joueur serbe dans le tableau du tirage au sort de l’Open d’Australie, la participation de Novak Djokovic est incertaine. Dans un entretien pour Ouest-France, Sébastien Grosjean a donné son avis sur la situation vue d'Australie.

", + "title": "Adélaïde: Rinderknech privé de son premier titre par le revenant Kokkinakis", + "description": "En quête d'un premier titre sur le circuit ATP, le tennisman français Arthur Rinderknech a été battu en finale du tournoi d'Adélaïde face à Thanasi Kokkinakis ce samedi. Vainqueur en trois sets devant son public, l'Australien, en larmes, triomphe pour la première fois après avoir vécu une longue traversée du désert.

", + "content": "En quête d'un premier titre sur le circuit ATP, le tennisman français Arthur Rinderknech a été battu en finale du tournoi d'Adélaïde face à Thanasi Kokkinakis ce samedi. Vainqueur en trois sets devant son public, l'Australien, en larmes, triomphe pour la première fois après avoir vécu une longue traversée du désert.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-les-exemptions-ont-ouvert-une-breche-estime-grosjean-sur-l-affaire-djokovic_AV-202201130300.html", + "link": "https://rmcsport.bfmtv.com/tennis/atp/adelaide-rinderknech-prive-de-son-premier-titre-par-le-revenant-kokkinakis_AD-202201150120.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 12:46:50 GMT", - "enclosure": "https://images.bfmtv.com/jzg9NmZPPPdFIDCLnF_T7Po0PpE=/0x0:768x432/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": "Sat, 15 Jan 2022 11:31:22 GMT", + "enclosure": "https://images.bfmtv.com/z1odN7EsTOQ6G8Y5aOBdq2JhrZE=/0x0:2048x1152/800x0/images/Le-Francais-Rinderknech-s-est-incline-en-finale-du-tournoi-d-Adelaide-face-a-Kokkinakis-1215666.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/jzg9NmZPPPdFIDCLnF_T7Po0PpE=/0x0:768x432/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", + "image": "https://images.bfmtv.com/z1odN7EsTOQ6G8Y5aOBdq2JhrZE=/0x0:2048x1152/800x0/images/Le-Francais-Rinderknech-s-est-incline-en-finale-du-tournoi-d-Adelaide-face-a-Kokkinakis-1215666.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c7e60c572a0337cb9f8c007ecff661ec", + "hash": "4fc89ab1c1425258c270a063b0f97b07", "highlights": [] }, { - "title": "Belgique: la grève des joueurs de Mouscron, club de Gérard Lopez, qui ne sont pas payés", - "description": "En deuxième division belge, rien ne va plus à l’Excel Mouscron. Le club, dont l’actionnaire majoritaire est Gérard Lopez, n’a pas payé ses joueurs lors du mois de décembre. En réaction, ces derniers ont décidé, selon la presse belge, de faire grève en ne s’entraînant plus.

", - "content": "En deuxième division belge, rien ne va plus à l’Excel Mouscron. Le club, dont l’actionnaire majoritaire est Gérard Lopez, n’a pas payé ses joueurs lors du mois de décembre. En réaction, ces derniers ont décidé, selon la presse belge, de faire grève en ne s’entraînant plus.

", + "title": "Mercato: l'énorme somme que le LOSC demanderait pour Botman", + "description": "Le Losc aurait informé Newcastle United qu'une offre de 55 millions d'euros serait nécessaire pour un transfert de Sven Botman dès ce mercato d'hiver, selon la presse britannique. Avec cette somme prohibitive, le club nordiste veut faire savoir qu'il ne souhaite pas se séparer de son jeune défenseur central.

", + "content": "Le Losc aurait informé Newcastle United qu'une offre de 55 millions d'euros serait nécessaire pour un transfert de Sven Botman dès ce mercato d'hiver, selon la presse britannique. Avec cette somme prohibitive, le club nordiste veut faire savoir qu'il ne souhaite pas se séparer de son jeune défenseur central.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/belgique-la-greve-des-joueurs-de-mouscron-club-de-gerard-lopez-qui-ne-sont-pas-payes_AV-202201130293.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-l-enorme-somme-que-le-losc-demanderait-pour-botman_AV-202201150113.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 12:27:42 GMT", - "enclosure": "https://images.bfmtv.com/f927sWTglf92PioJHKKA4xJtmfk=/0x0:2048x1152/800x0/images/Gerard-Lopez-1174569.jpg", + "pubDate": "Sat, 15 Jan 2022 11:22:26 GMT", + "enclosure": "https://images.bfmtv.com/l15eFuFaiQ8hY2UNmU6XzyAJgEI=/252x155:1516x866/800x0/images/Botman-Lille-1148236.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/f927sWTglf92PioJHKKA4xJtmfk=/0x0:2048x1152/800x0/images/Gerard-Lopez-1174569.jpg", + "image": "https://images.bfmtv.com/l15eFuFaiQ8hY2UNmU6XzyAJgEI=/252x155:1516x866/800x0/images/Botman-Lille-1148236.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25274,20 +26330,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3cc96d3e263743a3711dc095784f44f1", + "hash": "e0dc029471075e0440373bf1358f233f", "highlights": [] }, { - "title": "Handball: ces Bleus que vous allez découvrir pendant l’Euro 2022", - "description": "La France entame l’Euro 2022 en Hongrie à Szeged ce jeudi à 20h30 contre la Croatie. Les Bleus, amputés de nombreux joueurs, vont devoir s’appuyer sur des jeunes inexpérimentés au niveau international mais pleins de talent.

", - "content": "La France entame l’Euro 2022 en Hongrie à Szeged ce jeudi à 20h30 contre la Croatie. Les Bleus, amputés de nombreux joueurs, vont devoir s’appuyer sur des jeunes inexpérimentés au niveau international mais pleins de talent.

", + "title": "OM: Guendouzi raconte son coup de foudre \"indescriptible\" pour Marseille", + "description": "Auteur d'une première partie de saison plus qu'aboutie, Mattéo Guendouzi se régale à l'OM, où il a tout de suite été adopté par les supporters. Dans une interview à La Provence ce samedi, le jeune milieu de terrain raconte son amour naissant pour ce club.

", + "content": "Auteur d'une première partie de saison plus qu'aboutie, Mattéo Guendouzi se régale à l'OM, où il a tout de suite été adopté par les supporters. Dans une interview à La Provence ce samedi, le jeune milieu de terrain raconte son amour naissant pour ce club.

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/handball-ces-bleus-que-vous-allez-decouvrir-pendant-l-euro-2022_AV-202201130290.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-guendouzi-raconte-son-coup-de-foudre-indescriptible-pour-marseille_AV-202201150103.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 12:20:15 GMT", - "enclosure": "https://images.bfmtv.com/GJCiT3Y1VW_WVmturQeFAgXEXOY=/0x0:2048x1152/800x0/images/Aymeric-Minne-lors-de-France-Allemagne-le-9-janvier-2022-1214286.jpg", + "pubDate": "Sat, 15 Jan 2022 10:56:50 GMT", + "enclosure": "https://images.bfmtv.com/5pUeNICv0FAup8E1ebVMR4omENQ=/0x87:2048x1239/800x0/images/Matteo-Guendouzi-lors-de-Marseille-Lorient-le-17-10-2021-1215632.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/GJCiT3Y1VW_WVmturQeFAgXEXOY=/0x0:2048x1152/800x0/images/Aymeric-Minne-lors-de-France-Allemagne-le-9-janvier-2022-1214286.jpg", + "image": "https://images.bfmtv.com/5pUeNICv0FAup8E1ebVMR4omENQ=/0x87:2048x1239/800x0/images/Matteo-Guendouzi-lors-de-Marseille-Lorient-le-17-10-2021-1215632.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25296,20 +26352,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "680286a539879fd9a3469d45b4f90d86", + "hash": "e2d249dc208a7835918687ee7285e2e4", "highlights": [] }, { - "title": "Mercato: Lens repousse une offre de Premier League pour Fofana", - "description": "Le RC Lens a reçu une proposition de Burnley pour Seko Fofana. Mais le club nordiste a décidé de ne pas donner suite. Les Sang et Or souhaitent conserver leur capitaine cet hiver, afin de tenter d’accrocher une place européenne en Ligue 1.

", - "content": "Le RC Lens a reçu une proposition de Burnley pour Seko Fofana. Mais le club nordiste a décidé de ne pas donner suite. Les Sang et Or souhaitent conserver leur capitaine cet hiver, afin de tenter d’accrocher une place européenne en Ligue 1.

", + "title": "Ligue 1: suivez Saint-Etienne-Lens en direct", + "description": "Suite de la 21e journée de Ligue 1 avec une affiche déséquilibrée entre l'AS Saint-Etienne et le RC Lens ce samedi après-midi à Geoffroy-Guichard. Coup d'envoi du match à 17h, à suivre en direct dans notre live commenté.

", + "content": "Suite de la 21e journée de Ligue 1 avec une affiche déséquilibrée entre l'AS Saint-Etienne et le RC Lens ce samedi après-midi à Geoffroy-Guichard. Coup d'envoi du match à 17h, à suivre en direct dans notre live commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-lens-repousse-une-offre-de-premier-league-pour-fofana_AV-202201130286.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-saint-etienne-lens-en-direct_LS-202201150200.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 12:05:32 GMT", - "enclosure": "https://images.bfmtv.com/nS06IcZKaD1hzMBo_G2AvX_j3jI=/154x311:2010x1355/800x0/images/Seko-Fofana-1204195.jpg", + "pubDate": "Sat, 15 Jan 2022 14:44:43 GMT", + "enclosure": "https://images.bfmtv.com/nXKsZCaqrT4v6WKonXY23Z1907k=/7x184:1975x1291/800x0/images/Lens-s-est-impose-4-1-contre-Metz-1153183.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/nS06IcZKaD1hzMBo_G2AvX_j3jI=/154x311:2010x1355/800x0/images/Seko-Fofana-1204195.jpg", + "image": "https://images.bfmtv.com/nXKsZCaqrT4v6WKonXY23Z1907k=/7x184:1975x1291/800x0/images/Lens-s-est-impose-4-1-contre-Metz-1153183.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25318,20 +26374,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "166869676e2c1c2e41ea1b3ba6653026", + "hash": "da12eebffaff217bbaf1b672cf0843e6", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari du jour du 13 janvier – Supercoupe - Espagne", - "description": "Notre pronostic : l’Atletico Madrid bat l’Athletic Bilbao à Djeddah (1.96)

", - "content": "Notre pronostic : l’Atletico Madrid bat l’Athletic Bilbao à Djeddah (1.96)

", + "title": "Wasps-Toulouse en direct: Toulouse reste mené malgré la supériorité numérique", + "description": "La 3e journée de la Champions Cup se poursuit avec le déplacement périlleux de Toulouse sur la pelouse des Anglais des Wasps. Coup d’envoi à 18h30 !

", + "content": "La 3e journée de la Champions Cup se poursuit avec le déplacement périlleux de Toulouse sur la pelouse des Anglais des Wasps. Coup d’envoi à 18h30 !

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-13-janvier-supercoupe-espagne_AN-202201120436.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-wasps-toulouse-en-direct_LS-202201150127.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 23:05:00 GMT", - "enclosure": "https://images.bfmtv.com/bI8ANvq3tm6-MO9lD0X5soY7JQw=/0x76:1984x1192/800x0/images/Celebration-Atletico-1213692.jpg", + "pubDate": "Sat, 15 Jan 2022 11:51:19 GMT", + "enclosure": "https://images.bfmtv.com/mif-94Ms0vyDwOPuIq5kfq-mUPk=/0x106:2048x1258/800x0/images/Romain-Ntamack-Stade-Toulousain-1210738.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/bI8ANvq3tm6-MO9lD0X5soY7JQw=/0x76:1984x1192/800x0/images/Celebration-Atletico-1213692.jpg", + "image": "https://images.bfmtv.com/mif-94Ms0vyDwOPuIq5kfq-mUPk=/0x106:2048x1258/800x0/images/Romain-Ntamack-Stade-Toulousain-1210738.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25340,20 +26396,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b3bafee42aedafc2f7df488ffb12286b", + "hash": "28031dcd2ceb716665d8979de4af2081", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le nul du jour du 13 janvier – EFL Cup – Angleterre", - "description": "Notre pronostic : pas de vainqueur entre Liverpool et Arsenal (3.65)

", - "content": "Notre pronostic : pas de vainqueur entre Liverpool et Arsenal (3.65)

", + "title": "Mercato: le PSG veut aussi dégraisser chez les jeunes", + "description": "Doté d’un effectif professionnel très fourni, le PSG axe son mercato hivernal sur un dégraissage. Mais les pros ne sont pas les seuls à être concernés. Selon nos informations, le leader de Ligue 1 essaie aussi de trouver des solutions pour de nombreux jeunes en manque de temps de jeu.

", + "content": "Doté d’un effectif professionnel très fourni, le PSG axe son mercato hivernal sur un dégraissage. Mais les pros ne sont pas les seuls à être concernés. Selon nos informations, le leader de Ligue 1 essaie aussi de trouver des solutions pour de nombreux jeunes en manque de temps de jeu.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-13-janvier-efl-cup-angleterre_AN-202201120442.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-psg-veut-aussi-degraisser-chez-les-jeunes_AV-202201150094.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/96ksRVPKZia73oQaFj1wc24GwqU=/0x134:2000x1259/800x0/images/J-Klopp-et-M-Arteta-1213698.jpg", + "pubDate": "Sat, 15 Jan 2022 10:34:31 GMT", + "enclosure": "https://images.bfmtv.com/gZ1jU3ZcxG-CwibTGs-8dgHatdA=/0x97:2048x1249/800x0/images/Nathan-Bitumazala-1215639.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/96ksRVPKZia73oQaFj1wc24GwqU=/0x134:2000x1259/800x0/images/J-Klopp-et-M-Arteta-1213698.jpg", + "image": "https://images.bfmtv.com/gZ1jU3ZcxG-CwibTGs-8dgHatdA=/0x97:2048x1249/800x0/images/Nathan-Bitumazala-1215639.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25362,20 +26418,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "13060dd27c927204a7f233ca21d0fa80", + "hash": "6f7fb270be87ecd0aade40175122c22b", "highlights": [] }, { - "title": "Cameroun-Ethiopie en direct: les Lions indomptables s'envolent grâce à Aboubakar", - "description": "Vainqueur du Burkina Faso en ouverture de la Coupe d'Afrique des nations, le Cameroun défie ce jeudi l'Ethiopie (17h) au Stade d'Olembé de Yaoundé lors de la deuxième journée des poules. Les partenaires de Vincent Aboubakar peuvent devenir les premiers qualifiés pour les huitièmes de de finale et se rapprocheront de la première place du groupe A avec un succès.

", - "content": "Vainqueur du Burkina Faso en ouverture de la Coupe d'Afrique des nations, le Cameroun défie ce jeudi l'Ethiopie (17h) au Stade d'Olembé de Yaoundé lors de la deuxième journée des poules. Les partenaires de Vincent Aboubakar peuvent devenir les premiers qualifiés pour les huitièmes de de finale et se rapprocheront de la première place du groupe A avec un succès.

", + "title": "Equipe de France: Benzema refuse de parler de \"concurrence\" avec Mbappé, qui le \"motive\"", + "description": "Dans un entretien à France Football, Karim Benzema a encore chanté les louanges de Kylian Mbappé. L'attaquant du Real Madrid estime que les performances du Parisien le poussent à faire toujours mieux, en club et en équipe de France.

", + "content": "Dans un entretien à France Football, Karim Benzema a encore chanté les louanges de Kylian Mbappé. L'attaquant du Real Madrid estime que les performances du Parisien le poussent à faire toujours mieux, en club et en équipe de France.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-suivez-cameroun-ethiopie-en-direct_LS-202201130295.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-benzema-refuse-d-etre-mis-en-concurrence-avec-mbappe-qui-le-motive_AV-202201150092.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 14:30:00 GMT", - "enclosure": "https://images.bfmtv.com/f8avewO4oazrgQrDz3G2oXocnQ0=/0x106:2048x1258/800x0/images/Vincent-Aboubakar-le-13-janvier-2022-1214525.jpg", + "pubDate": "Sat, 15 Jan 2022 10:25:31 GMT", + "enclosure": "https://images.bfmtv.com/-NB2ZYvD22vXxr1izDySUlV8PGA=/8x23:1672x959/800x0/images/Karim-Benzema-et-Kylian-Mbappe-1168129.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/f8avewO4oazrgQrDz3G2oXocnQ0=/0x106:2048x1258/800x0/images/Vincent-Aboubakar-le-13-janvier-2022-1214525.jpg", + "image": "https://images.bfmtv.com/-NB2ZYvD22vXxr1izDySUlV8PGA=/8x23:1672x959/800x0/images/Karim-Benzema-et-Kylian-Mbappe-1168129.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25384,20 +26440,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "77338b0e2b11c5c18afed6c646ca8a75", + "hash": "799e3254a4a6bdcdab6bb5cddf4ac203", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari football de Coach Courbis du 13 janvier – EFL Cup", - "description": "Mon pronostic : Liverpool bat Arsenal (1.80)

", - "content": "Mon pronostic : Liverpool bat Arsenal (1.80)

", + "title": "Ghana: \"Une petite équipe\", André Ayew tacle le Gabon après l'embrouille à la CAN", + "description": "L'ex-Marseillais André Ayew n'a pas digéré le match nul concédé par le Ghana face au Gabon (1-1) vendredi lors de la Coupe d'Afrique des nations. Il estime que ses adversaires ont manqué de fair-play sur leur but inscrit en toute fin de match.

", + "content": "L'ex-Marseillais André Ayew n'a pas digéré le match nul concédé par le Ghana face au Gabon (1-1) vendredi lors de la Coupe d'Afrique des nations. Il estime que ses adversaires ont manqué de fair-play sur leur but inscrit en toute fin de match.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-13-janvier-efl-cup_AN-202201130276.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/ghana-une-petite-equipe-andre-ayew-tacle-le-gabon-apres-l-embrouille-a-la-can_AV-202201150085.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 11:53:47 GMT", - "enclosure": "https://images.bfmtv.com/e8b1vHMU9jc5QhWzPbm1BaZmSok=/0x0:2000x1125/800x0/images/D-Jota-1214292.jpg", + "pubDate": "Sat, 15 Jan 2022 10:03:36 GMT", + "enclosure": "https://images.bfmtv.com/x2escZWXYY9RN4AHtZtN7nyS_hM=/0x46:2048x1198/800x0/images/Andre-Ayew-apres-Gabon-Ghana-le-14-janvier-2022-1215620.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/e8b1vHMU9jc5QhWzPbm1BaZmSok=/0x0:2000x1125/800x0/images/D-Jota-1214292.jpg", + "image": "https://images.bfmtv.com/x2escZWXYY9RN4AHtZtN7nyS_hM=/0x46:2048x1198/800x0/images/Andre-Ayew-apres-Gabon-Ghana-le-14-janvier-2022-1215620.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25406,20 +26462,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8527c1dd0a75ae414ee8bf75395a3164", + "hash": "539ceea8095c84a0d6cd8af522a7df31", "highlights": [] }, { - "title": "CAN 2022: déjà plusieurs couacs et polémiques qui éclipsent le jeu", - "description": "Entre les polémiques arbitrales, le niveau de jeu un peu décevant ou encore les conséquences de la crise liée au Covid-19, la Coupe d’Afrique des nations connait de nombreux soubresauts en seulement quelques jours, depuis le match d’ouverture dimanche dernier.

", - "content": "Entre les polémiques arbitrales, le niveau de jeu un peu décevant ou encore les conséquences de la crise liée au Covid-19, la Coupe d’Afrique des nations connait de nombreux soubresauts en seulement quelques jours, depuis le match d’ouverture dimanche dernier.

", + "title": "Open d'Australie en direct: les images de Djokovic de retour en rétention à l'hôtel", + "description": "L'Open d'Australie 2022 débute dans quelques jours (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation (une deuxième fois) du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "content": "L'Open d'Australie 2022 débute dans quelques jours (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation (une deuxième fois) du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-deja-plusieurs-couacs-et-polemiques-qui-eclipsent-le-jeu_AV-202201130272.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 11:43:36 GMT", - "enclosure": "https://images.bfmtv.com/-BOFJq1EsCTuofOKN7H0MEGT8TM=/0x0:2048x1152/800x0/images/La-CAN-2022-au-Cameroun-1214267.jpg", + "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", + "enclosure": "https://images.bfmtv.com/sQfzUDRkkdtKKZK4B0ikn0YfbHM=/0x5:2048x1157/800x0/images/Novak-Djokovic-1214866.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/-BOFJq1EsCTuofOKN7H0MEGT8TM=/0x0:2048x1152/800x0/images/La-CAN-2022-au-Cameroun-1214267.jpg", + "image": "https://images.bfmtv.com/sQfzUDRkkdtKKZK4B0ikn0YfbHM=/0x5:2048x1157/800x0/images/Novak-Djokovic-1214866.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25428,20 +26484,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "704fe4b79e8441035b9c026d9545fbcd", + "hash": "026c23c8c96709ea04c98642307e5f47", "highlights": [] }, { - "title": "Top 14: Hastoy, Teddy Thomas arrivent, Vito part, le point sur le mercato de la Rochelle qui détonne", - "description": "Le Stade Rochelais réalise actuellement un recrutement qui fait du bruit. Tanga, Hastoy, Teddy Thomas, Seuteni sont, entre autres, des renforts de poids pour le club double finaliste la saison passée. Mais à l’inverse, beaucoup de joueurs vont partir. Et non des moindres. Le point sur ces mouvements.

", - "content": "Le Stade Rochelais réalise actuellement un recrutement qui fait du bruit. Tanga, Hastoy, Teddy Thomas, Seuteni sont, entre autres, des renforts de poids pour le club double finaliste la saison passée. Mais à l’inverse, beaucoup de joueurs vont partir. Et non des moindres. Le point sur ces mouvements.

", + "title": "Nice: Galtier tacle ses joueurs malgré la victoire contre Nantes", + "description": "Christophe Galtier n'a pas apprécié le comportement de certains de ses joueurs vendredi lors de la victoire de l'OGC Nice face au FC Nantes (2-1), en ouverture de la 21e journée de Ligue 1. Le coach des Aiglons a constaté du \"relâchement\".

", + "content": "Christophe Galtier n'a pas apprécié le comportement de certains de ses joueurs vendredi lors de la victoire de l'OGC Nice face au FC Nantes (2-1), en ouverture de la 21e journée de Ligue 1. Le coach des Aiglons a constaté du \"relâchement\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-hastoy-teddy-thomas-arrivent-vito-part-le-point-sur-le-mercato-de-la-rochelle-qui-detonne_AV-202201130260.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/nice-galtier-tacle-ses-joueurs-malgre-la-victoire-contre-nantes_AV-202201150037.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 11:17:09 GMT", - "enclosure": "https://images.bfmtv.com/vIFJTznRuwpBaA5jGzP49Yy00rE=/0x106:2048x1258/800x0/images/Teddy-Thomas-avec-le-Racing-92-1181257.jpg", + "pubDate": "Sat, 15 Jan 2022 07:32:26 GMT", + "enclosure": "https://images.bfmtv.com/mQ1LYbImXbcX9oQJGlc_hZGl_Fg=/0x27:2048x1179/800x0/images/Christophe-GALTIER-le-09-01-2022-1215563.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/vIFJTznRuwpBaA5jGzP49Yy00rE=/0x106:2048x1258/800x0/images/Teddy-Thomas-avec-le-Racing-92-1181257.jpg", + "image": "https://images.bfmtv.com/mQ1LYbImXbcX9oQJGlc_hZGl_Fg=/0x27:2048x1179/800x0/images/Christophe-GALTIER-le-09-01-2022-1215563.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25450,20 +26506,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "229a53afb6966d8fde8767986202a907", + "hash": "c2ba33a11dd2b65226b49fe59ac9a640", "highlights": [] }, { - "title": "Rugby: feu vert pour les matchs en France des Anglais et Gallois en Coupes d’Europe", - "description": "Comme annoncé par RMC Sport mardi, les autorités françaises vont assouplir la règle de l’isolement de 48 heures imposée au citoyens britanniques se rendant en France. Les clubs anglais et gallois vont pouvoir jouer leurs rencontres de Coupes d’Europe ce week-end.

", - "content": "Comme annoncé par RMC Sport mardi, les autorités françaises vont assouplir la règle de l’isolement de 48 heures imposée au citoyens britanniques se rendant en France. Les clubs anglais et gallois vont pouvoir jouer leurs rencontres de Coupes d’Europe ce week-end.

", + "title": "Que font les instances pour lutter contre l'homophobie dans le football?", + "description": "Si Patrice Évra a affirmé avoir joué avec plusieurs footballeurs homosexuels, les coming out dans le ballon rond demeurent peu nombreux, mais les actes homophobes perdurent. Pour lutter contre l'homophobie, des initiatives sont parfois menées par les instances dirigeantes.

", + "content": "Si Patrice Évra a affirmé avoir joué avec plusieurs footballeurs homosexuels, les coming out dans le ballon rond demeurent peu nombreux, mais les actes homophobes perdurent. Pour lutter contre l'homophobie, des initiatives sont parfois menées par les instances dirigeantes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/rugby-feu-vert-pour-les-matchs-en-france-des-anglais-et-gallois-en-coupes-d-europe_AV-202201130256.html", + "link": "https://rmcsport.bfmtv.com/societe/que-font-les-instances-pour-lutter-contre-l-homophobie-dans-le-football_AV-202201150011.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 11:10:09 GMT", - "enclosure": "https://images.bfmtv.com/7WncXundaTqZLHdtwmtFKLmjsUs=/0x84:2048x1236/800x0/images/Les-autorites-francaises-vont-assouplir-la-regle-de-l-isolement-de-48-heures-imposee-au-citoyens-britanniques-se-rendant-en-France-1214257.jpg", + "pubDate": "Sat, 15 Jan 2022 07:00:00 GMT", + "enclosure": "https://images.bfmtv.com/BV8u7SV9dcsq9OCI_xSW5WnBw4Y=/0x325:1488x1162/800x0/images/Neymar-LGBT-1214299.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/7WncXundaTqZLHdtwmtFKLmjsUs=/0x84:2048x1236/800x0/images/Les-autorites-francaises-vont-assouplir-la-regle-de-l-isolement-de-48-heures-imposee-au-citoyens-britanniques-se-rendant-en-France-1214257.jpg", + "image": "https://images.bfmtv.com/BV8u7SV9dcsq9OCI_xSW5WnBw4Y=/0x325:1488x1162/800x0/images/Neymar-LGBT-1214299.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25472,20 +26528,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "90fccbb14d82c5ffe3c9e3f89b533d7b", + "hash": "4e9d11fed99352b991b48a979028776b", "highlights": [] }, { - "title": "Mercato: ce que Nantes a proposé à Kolo Muani pour essayer de prolonger son contrat", - "description": "Randal Kolo Muani quittera le FC Nantes cet été, en fin de contrat. Sans rapporter un centime à son club formateur. Des Canaris qui ont échoué à faire prolonger leur attaquant dans un dossier chaotique.

", - "content": "Randal Kolo Muani quittera le FC Nantes cet été, en fin de contrat. Sans rapporter un centime à son club formateur. Des Canaris qui ont échoué à faire prolonger leur attaquant dans un dossier chaotique.

", + "title": "Open d'Australie: les images du retour de Djokovic à son hôtel de rétention, accueilli par des manifestants", + "description": "Renvoyé en rétention administrative samedi à Melbourne après l'annulation de son visa pour la deuxième fois par le gouvernement australien, Novak Djokovic a été conduit au Park Hotel de Melbourne, où il s'était déjà retrouvé bloqué.

", + "content": "Renvoyé en rétention administrative samedi à Melbourne après l'annulation de son visa pour la deuxième fois par le gouvernement australien, Novak Djokovic a été conduit au Park Hotel de Melbourne, où il s'était déjà retrouvé bloqué.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-ce-que-nantes-a-propose-a-kolo-muani-pour-essayer-de-prolonger-son-contrat_AV-202201130254.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-les-images-du-retour-de-djokovic-a-son-hotel-de-retention-accueilli-par-des-manifestants_AV-202201150034.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 11:05:00 GMT", - "enclosure": "https://images.bfmtv.com/FrU7E0ZM77xBP43PgefS9_0_xHM=/0x0:2048x1152/800x0/images/Randal-Kolo-Muani-avec-Nantes-1186150.jpg", + "pubDate": "Sat, 15 Jan 2022 06:55:00 GMT", + "enclosure": "https://images.bfmtv.com/FDCR1gA5L00CWvUsVGbN4vM6r_w=/0x14:2048x1166/800x0/images/Novak-DJOKOVIC-le-13-01-2022-en-Australie-1215546.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/FrU7E0ZM77xBP43PgefS9_0_xHM=/0x0:2048x1152/800x0/images/Randal-Kolo-Muani-avec-Nantes-1186150.jpg", + "image": "https://images.bfmtv.com/FDCR1gA5L00CWvUsVGbN4vM6r_w=/0x14:2048x1166/800x0/images/Novak-DJOKOVIC-le-13-01-2022-en-Australie-1215546.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25494,20 +26550,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "79962a37a6f5a3eb4bfa2ffafd5a3214", + "hash": "24b20a14cf1b6b5fc3ee99a21822fbc6", "highlights": [] }, { - "title": "Cris de singe, jets de bananes… Evra raconte le racisme qu’il a subi durant sa carrière", - "description": "De passage sur le plateau de BFMTV, Patrice Evra est revenu sur certains passages douloureux de sa carrière, à l’occasion de la sortie de son autobiographie \"I love this game\". L’ancien capitaine de l’équipe de France a expliqué avoir été victime de racisme, notamment en Italie.

", - "content": "De passage sur le plateau de BFMTV, Patrice Evra est revenu sur certains passages douloureux de sa carrière, à l’occasion de la sortie de son autobiographie \"I love this game\". L’ancien capitaine de l’équipe de France a expliqué avoir été victime de racisme, notamment en Italie.

", + "title": "Nadal sur Djokovic: \"L'Open d'Australie est bien plus important que n'importe quel joueur\"", + "description": "Rafael Nadal a commenté ce samedi le renvoi en rétention administrative de Novak Djokovic en Australie. Tout en assurant avoir beaucoup de respect pour le Serbe, l'Espagnol estime être en désaccord avec lui sur \"beaucoup de choses\".

", + "content": "Rafael Nadal a commenté ce samedi le renvoi en rétention administrative de Novak Djokovic en Australie. Tout en assurant avoir beaucoup de respect pour le Serbe, l'Espagnol estime être en désaccord avec lui sur \"beaucoup de choses\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/cris-de-singe-jets-de-bananes-evra-raconte-le-racisme-qu-il-a-subi-durant-sa-carriere_AV-202201130252.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/nadal-sur-djokovic-l-open-d-australie-est-bien-plus-important-que-n-importe-quel-joueur_AV-202201150023.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 11:03:16 GMT", - "enclosure": "https://images.bfmtv.com/FBwKA6GNo0XOyHTTJuhPKP7D-20=/0x0:1280x720/800x0/images/Patrice-Evra-sur-BFMTV-1214216.jpg", + "pubDate": "Sat, 15 Jan 2022 06:26:35 GMT", + "enclosure": "https://images.bfmtv.com/SjXUSI39aPIqWmd3EvplTzW0ujY=/0x45:2048x1197/800x0/images/Novak-DJOKOVIC-et-Rafael-NADAL-le-11-avril-2021-a-Monaco-1215523.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/FBwKA6GNo0XOyHTTJuhPKP7D-20=/0x0:1280x720/800x0/images/Patrice-Evra-sur-BFMTV-1214216.jpg", + "image": "https://images.bfmtv.com/SjXUSI39aPIqWmd3EvplTzW0ujY=/0x45:2048x1197/800x0/images/Novak-DJOKOVIC-et-Rafael-NADAL-le-11-avril-2021-a-Monaco-1215523.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25516,64 +26572,64 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b6bbfc0824d3337a4b482336cfda26e", + "hash": "3817412f5fc3c1ebcd88c1165ef266de", "highlights": [] }, { - "title": "Le traître à Knysna? Evra s’interroge sur Domenech ou \"un grand joueur\" de l'équipe de France", - "description": "Patrice Evra, ancien capitaine de l'équipe de France, est revenu sur la fameuse grève des joueurs lors de la Coupe du monde 2010 à Knysna, ce jeudi sur BFMTV. Il fait notamment part de ses doutes sur l’identité du traître.

", - "content": "Patrice Evra, ancien capitaine de l'équipe de France, est revenu sur la fameuse grève des joueurs lors de la Coupe du monde 2010 à Knysna, ce jeudi sur BFMTV. Il fait notamment part de ses doutes sur l’identité du traître.

", + "title": "Open d'Australie: comment les autorités justifient le retour en rétention de Djokovic", + "description": "Novak Djokovic a été renvoyé en rétention administrative samedi après l'annulation de son visa pour la deuxième fois par le gouvernement australien la veille, et dans l'attente d'une décision de justice sur son cas, selon des documents judiciaires. Selon le gouvernement, la présence du Serbe en Australie \"pourrait encourager le sentiment anti-vaccination\".

", + "content": "Novak Djokovic a été renvoyé en rétention administrative samedi après l'annulation de son visa pour la deuxième fois par le gouvernement australien la veille, et dans l'attente d'une décision de justice sur son cas, selon des documents judiciaires. Selon le gouvernement, la présence du Serbe en Australie \"pourrait encourager le sentiment anti-vaccination\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/le-traitre-a-knysna-evra-s-interroge-sur-domenech-ou-un-grand-joueur-de-l-equipe-de-france_AV-202201130240.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-comment-les-autorites-justifient-le-retour-en-retention-de-djokovic_AV-202201150019.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 10:48:18 GMT", - "enclosure": "https://images.bfmtv.com/F7x1X3pH5Uvr1yB4FOO8hgquvh8=/0x0:1280x720/800x0/images/Patrice-Evra-sur-le-plateau-de-BFMTV-1214233.jpg", + "pubDate": "Sat, 15 Jan 2022 06:12:33 GMT", + "enclosure": "https://images.bfmtv.com/aPJw0PyRBmVlCekny63KqOGr6y4=/0x11:2048x1163/800x0/images/Novak-DJOKOVIC-en-Australie-le-12-janvier-2022-1215522.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/F7x1X3pH5Uvr1yB4FOO8hgquvh8=/0x0:1280x720/800x0/images/Patrice-Evra-sur-le-plateau-de-BFMTV-1214233.jpg", + "image": "https://images.bfmtv.com/aPJw0PyRBmVlCekny63KqOGr6y4=/0x11:2048x1163/800x0/images/Novak-DJOKOVIC-en-Australie-le-12-janvier-2022-1215522.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4f10ce31576a67c30dad96537469eb6c", + "hash": "3c1d097b4c0c159786dba036d5e7c580", "highlights": [] }, { - "title": "OM: Bakambu, accord total, Benedetto encore quelques détails à régler avec Boca", - "description": "Arrivée imminente pour le nouvel attaquant de l'Olympique de Marseille.

", - "content": "Arrivée imminente pour le nouvel attaquant de l'Olympique de Marseille.

", + "title": "Open d'Australie: Djokovic de nouveau placé en rétention, en attendant l'audience décisive", + "description": "Avant son audience prévue dimanche à 9h30 heure locale (23h30 en France), Novak Djokovic a été arrêté par les autorités australiennes et de nouveau placé en rétention.

", + "content": "Avant son audience prévue dimanche à 9h30 heure locale (23h30 en France), Novak Djokovic a été arrêté par les autorités australiennes et de nouveau placé en rétention.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/olympique-marseille/om-bakambu-accord-total-benedetto-encore-quelques-details-a-regler-avec-boca_AV-202201130304.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-djokovic-de-nouveau-place-en-retention-en-attendant-l-audience-decisive_AV-202201150016.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 12:53:52 GMT", - "enclosure": "https://images.bfmtv.com/qi66JMi-TmG41E6_sGR5k-XTZgA=/4x3:2164x1218/800x0/images/-857601.jpg", + "pubDate": "Sat, 15 Jan 2022 00:21:50 GMT", + "enclosure": "https://images.bfmtv.com/t62D-cnf-GOjrLQTn470RjIbvzM=/0x11:768x443/800x0/images/Novak-Djokovic-a-l-entrainement-avant-l-Open-d-Australie-a-Melbourne-le-14-janvier-2022-1214963.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/qi66JMi-TmG41E6_sGR5k-XTZgA=/4x3:2164x1218/800x0/images/-857601.jpg", + "image": "https://images.bfmtv.com/t62D-cnf-GOjrLQTn470RjIbvzM=/0x11:768x443/800x0/images/Novak-Djokovic-a-l-entrainement-avant-l-Open-d-Australie-a-Melbourne-le-14-janvier-2022-1214963.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "569372db67137d63b8e220626f9b1c19", + "hash": "85936d8bcdf5e74dcc47e54de6a05727", "highlights": [] }, { - "title": "Mercato en direct: accord total pour Bakambu à l'OM", - "description": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", - "content": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", + "title": "PRONOS PARIS RMC Le nul du jour du 15 janvier – Ligue 2", + "description": "Notre pronostic: pas de vainqueur entre Quevilly et Amiens (3.30)

", + "content": "Notre pronostic: pas de vainqueur entre Quevilly et Amiens (3.30)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-toutes-les-infos-et-rumeurs-du-13-janvier-2022_LN-202201130053.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-15-janvier-ligue-2_AN-202201140319.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 06:04:16 GMT", - "enclosure": "https://images.bfmtv.com/MJoOtsy1EFcri8EL-iRv-KZ6nI8=/0x102:2048x1254/800x0/images/Cedric-Bakambu-lors-de-RD-Congo-Zimbabwe-le-30-06-2019-1213747.jpg", + "pubDate": "Fri, 14 Jan 2022 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/DqXCxCDwix26woz8d2nbMThGxvA=/0x104:1984x1220/800x0/images/Amiens-Quevilly-lors-du-match-aller-1215211.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/MJoOtsy1EFcri8EL-iRv-KZ6nI8=/0x102:2048x1254/800x0/images/Cedric-Bakambu-lors-de-RD-Congo-Zimbabwe-le-30-06-2019-1213747.jpg", + "image": "https://images.bfmtv.com/DqXCxCDwix26woz8d2nbMThGxvA=/0x104:1984x1220/800x0/images/Amiens-Quevilly-lors-du-match-aller-1215211.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25582,64 +26638,64 @@ "favorite": false, "created": false, "tags": [], - "hash": "6585db2f7caa94a0fd36f101df745824", + "hash": "16269467faee9e75a64eec2328ca96d6", "highlights": [] }, { - "title": "Juventus: vers une non prolongation de Dybala, libre cet été", - "description": "En négociations avancées avec la Juventus pour prolonger son contrat qui arrivera à son terme en juin 2022, Paulo Dybala pourrait finalement faire faux bond à son club. Selon Tyc Sport, l’attaquant aurait décidé de ne pas renouveler et de commencer à écouter les offres d'autres clubs.

", - "content": "En négociations avancées avec la Juventus pour prolonger son contrat qui arrivera à son terme en juin 2022, Paulo Dybala pourrait finalement faire faux bond à son club. Selon Tyc Sport, l’attaquant aurait décidé de ne pas renouveler et de commencer à écouter les offres d'autres clubs.

", + "title": "PRONOS PARIS RMC Le pari extérieur du 15 janvier – Série A - Italie", + "description": "Notre pronostic: la Lazio gagne sur la pelouse de la Salernitana (1.44)

", + "content": "Notre pronostic: la Lazio gagne sur la pelouse de la Salernitana (1.44)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/juventus-vers-une-non-prolongation-de-dybala-libre-cet-ete_AV-202201130233.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-exterieur-du-15-janvier-serie-a-italie_AN-202201140316.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 10:43:39 GMT", - "enclosure": "https://images.bfmtv.com/17pyjKVsmRBMZ7V6c5Izs9wo7D4=/0x0:768x432/800x0/images/Le-capitaine-de-la-Juve-Paulo-Dybala-buteur-dans-le-match-fou-4-3-sur-la-pelouse-de-l-AS-Roma-le-9-janvier-2022-1213262.jpg", + "pubDate": "Fri, 14 Jan 2022 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/kVvoZ4UkZ67q4sBo8Wb0AEe69XY=/0x104:2000x1229/800x0/images/Ciro-Immobile-Lazio-1215206.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/17pyjKVsmRBMZ7V6c5Izs9wo7D4=/0x0:768x432/800x0/images/Le-capitaine-de-la-Juve-Paulo-Dybala-buteur-dans-le-match-fou-4-3-sur-la-pelouse-de-l-AS-Roma-le-9-janvier-2022-1213262.jpg", + "image": "https://images.bfmtv.com/kVvoZ4UkZ67q4sBo8Wb0AEe69XY=/0x104:2000x1229/800x0/images/Ciro-Immobile-Lazio-1215206.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "202d02e1e6af54a4418cee52a92b8ec0", + "hash": "6ea27da5007b1fdd22dc20f85b462acc", "highlights": [] }, { - "title": "Le témoignage traumatisant de Patrice Evra, victime de viols quand il était enfant", - "description": "Invité sur BFMTV pour présenter son autobiographie \"I love this game\" qui sort ce jeudi, Patrice Evra est revenu les viols dont il a été victime lorsqu'il était au collège.

", - "content": "Invité sur BFMTV pour présenter son autobiographie \"I love this game\" qui sort ce jeudi, Patrice Evra est revenu les viols dont il a été victime lorsqu'il était au collège.

", + "title": "Champions Cup: Castres battu sur le fil par le Munster", + "description": "Castres a concédé ce vendredi sa troisième défaite en autant de matchs de Champions Cup ce vendredi, face aux Irlandais du Munster (13-16).

", + "content": "Castres a concédé ce vendredi sa troisième défaite en autant de matchs de Champions Cup ce vendredi, face aux Irlandais du Munster (13-16).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/le-temoignage-traumatisant-de-patrice-evra-victime-de-viols-quand-il-etait-enfant_AV-202201130226.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-castres-battu-sur-le-fil-par-le-munster_AD-202201140530.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 10:24:13 GMT", - "enclosure": "https://images.bfmtv.com/XHHfxVXfyvTHug6yUu3RGVkxcHE=/0x0:1280x720/800x0/images/Patrice-Evra-sur-BFMTV-1214215.jpg", + "pubDate": "Fri, 14 Jan 2022 22:55:53 GMT", + "enclosure": "https://images.bfmtv.com/amqyc3MQGGxx44mzadospBuyWqw=/0x0:1984x1116/800x0/images/Castres-s-incline-en-Coupe-d-Europe-1215494.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/XHHfxVXfyvTHug6yUu3RGVkxcHE=/0x0:1280x720/800x0/images/Patrice-Evra-sur-BFMTV-1214215.jpg", + "image": "https://images.bfmtv.com/amqyc3MQGGxx44mzadospBuyWqw=/0x0:1984x1116/800x0/images/Castres-s-incline-en-Coupe-d-Europe-1215494.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0525cd65359d1c167ef9df14877624c8", + "hash": "af536365877f009964a24a56ec966f9a", "highlights": [] }, { - "title": "Boxe: Eddie Hearn confirme que Yoka veut combattre Hrgovic", - "description": "Eddie Hearn, puissant promoteur de la boxe, a confirmé que Tony Yoka souhaitait combattre le Croate Filip Hrgovic. Le vainqueur pourrait défier Oleksandr Usyk, champion du monde IBF, ou le Britannique Anthony Joshua.

", - "content": "Eddie Hearn, puissant promoteur de la boxe, a confirmé que Tony Yoka souhaitait combattre le Croate Filip Hrgovic. Le vainqueur pourrait défier Oleksandr Usyk, champion du monde IBF, ou le Britannique Anthony Joshua.

", + "title": "Mercato: mis sous pression par Dortmund, Haaland admet qu'il va bientôt devoir trancher", + "description": "Après le succès face à Fribourg ce vendredi en Bundesliga (5-1), Erling Haaland a révélé que le Borussia Dortmund lui mettait la pression afin qu'il prenne une décision sur son avenir.

", + "content": "Après le succès face à Fribourg ce vendredi en Bundesliga (5-1), Erling Haaland a révélé que le Borussia Dortmund lui mettait la pression afin qu'il prenne une décision sur son avenir.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-eddie-hearn-confirme-que-yoka-veut-combattre-hrgovic_AV-202201130221.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-mis-sous-pression-par-dortmund-haaland-admet-qu-il-va-bientot-devoir-trancher_AN-202201140520.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 10:07:35 GMT", - "enclosure": "https://images.bfmtv.com/dku8-S6QofUfR5wDianTwv9ah7A=/0x100:2048x1252/800x0/images/Tony-Yoka-1157891.jpg", + "pubDate": "Fri, 14 Jan 2022 22:27:39 GMT", + "enclosure": "https://images.bfmtv.com/AQrMyu44vwcThMNExaNUDGGjdYo=/0x19:656x388/800x0/images/L-attaquant-norvegien-de-Dortmund-Erling-Braut-Haaland-apres-avoir-remporte-le-match-de-premiere-division-allemande-entre-le-Borussia-Dortmund-et-Mayence-a-Dortmund-dans-l-ouest-de-l-Allemagne-le-16-octobre-2021-1148403.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/dku8-S6QofUfR5wDianTwv9ah7A=/0x100:2048x1252/800x0/images/Tony-Yoka-1157891.jpg", + "image": "https://images.bfmtv.com/AQrMyu44vwcThMNExaNUDGGjdYo=/0x19:656x388/800x0/images/L-attaquant-norvegien-de-Dortmund-Erling-Braut-Haaland-apres-avoir-remporte-le-match-de-premiere-division-allemande-entre-le-Borussia-Dortmund-et-Mayence-a-Dortmund-dans-l-ouest-de-l-Allemagne-le-16-octobre-2021-1148403.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25648,20 +26704,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b3656a8eb98dc165fc2d63568fcacd9e", + "hash": "e7b95c78b09357a5cc8c710422113b01", "highlights": [] }, { - "title": "UFC: De migrant à champion, le destin façon film du surpuissant Francis Ngannou", - "description": "Champion des lourds de l’UFC depuis mars dernier, Francis Ngannou remet sa ceinture en jeu le 22 janvier à Anaheim (Californie) contre le Français Ciryl Gane lors de l’événement UFC 270 (en direct et en exclusivité sur RMC Sport). Une étape de plus dans le parcours incroyable du Camerounais, ancien migrant qui a dormi dans un parking parisien avant de conquérir le MMA avec la grosse force de frappe au monde.

", - "content": "Champion des lourds de l’UFC depuis mars dernier, Francis Ngannou remet sa ceinture en jeu le 22 janvier à Anaheim (Californie) contre le Français Ciryl Gane lors de l’événement UFC 270 (en direct et en exclusivité sur RMC Sport). Une étape de plus dans le parcours incroyable du Camerounais, ancien migrant qui a dormi dans un parking parisien avant de conquérir le MMA avec la grosse force de frappe au monde.

", + "title": "Mercato en direct: Haaland estime que Dortmund lui met la pression sur son avenir", + "description": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", + "content": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/mma/ufc-de-migrant-a-champion-le-destin-facon-film-du-surpuissant-francis-ngannou_AV-202201130216.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-toutes-les-infos-et-rumeurs-du-13-janvier-2022_LN-202201130053.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 09:58:16 GMT", - "enclosure": "https://images.bfmtv.com/JMJQOFC84Kzz3HrnV9cU1LMe_z0=/0x0:2048x1152/800x0/images/Francis-Ngannou-996920.jpg", + "pubDate": "Thu, 13 Jan 2022 06:04:16 GMT", + "enclosure": "https://images.bfmtv.com/GawTHn3scCFboeFWYEvkwTkacl8=/0x0:2048x1152/800x0/images/Dortmund-Erling-Haaland-1211371.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/JMJQOFC84Kzz3HrnV9cU1LMe_z0=/0x0:2048x1152/800x0/images/Francis-Ngannou-996920.jpg", + "image": "https://images.bfmtv.com/GawTHn3scCFboeFWYEvkwTkacl8=/0x0:2048x1152/800x0/images/Dortmund-Erling-Haaland-1211371.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25670,64 +26726,64 @@ "favorite": false, "created": false, "tags": [], - "hash": "55e5dbf0c6ce8facbe84781219827350", + "hash": "6303ffee614df60a9fd0071b66445244", "highlights": [] }, { - "title": "Everton: Digne tacle Benitez dans son message d’adieu, avant de rejoindre Aston Villa", - "description": "A l’heure d’officialiser son transfert à Aston Villa, Lucas Digne a posté un message d’adieu aux supporters d’Everton sur les réseaux sociaux. Et le latéral gauche de 28 ans en a profité pour tacler son entraîneur Rafael Benitez, avec qui il entretient une relation tendue.

", - "content": "A l’heure d’officialiser son transfert à Aston Villa, Lucas Digne a posté un message d’adieu aux supporters d’Everton sur les réseaux sociaux. Et le latéral gauche de 28 ans en a profité pour tacler son entraîneur Rafael Benitez, avec qui il entretient une relation tendue.

", + "title": "Ligue 1: Nice bat Nantes et poursuit sa belle série de victoires", + "description": "Grâce à Dolberg et Thuram, l’OGC Nice a battu le FC Nantes 2-1 à l’Allianz Riviera ce vendredi en ouverture de la 21e journée de Ligue 1. Le Gym enchaîne un quatrième succès de rang en championnat et consolide son statut de dauphin du PSG.

", + "content": "Grâce à Dolberg et Thuram, l’OGC Nice a battu le FC Nantes 2-1 à l’Allianz Riviera ce vendredi en ouverture de la 21e journée de Ligue 1. Le Gym enchaîne un quatrième succès de rang en championnat et consolide son statut de dauphin du PSG.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/everton-digne-tacle-benitez-dans-son-message-d-adieu-avant-de-rejoindre-aston-villa_AV-202201130212.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-nice-bat-nantes-et-poursuit-sa-belle-serie-de-victoires_AV-202201140511.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 09:52:40 GMT", - "enclosure": "https://images.bfmtv.com/FtTrwMvzZAFIlWdwEJfhyOx-KUE=/0x194:1344x950/800x0/images/Lucas-Digne-1214200.jpg", + "pubDate": "Fri, 14 Jan 2022 22:02:59 GMT", + "enclosure": "https://images.bfmtv.com/0kZuQJBXRNI7LGrh2Xq7wUOQ_7s=/0x0:2048x1152/800x0/images/Nice-Nantes-la-joie-de-Dolberg-felicite-par-ses-equipiers-dont-Thuram-1215472.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/FtTrwMvzZAFIlWdwEJfhyOx-KUE=/0x194:1344x950/800x0/images/Lucas-Digne-1214200.jpg", + "image": "https://images.bfmtv.com/0kZuQJBXRNI7LGrh2Xq7wUOQ_7s=/0x0:2048x1152/800x0/images/Nice-Nantes-la-joie-de-Dolberg-felicite-par-ses-equipiers-dont-Thuram-1215472.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b59d6c7881804330bdb6cc44415b600d", + "hash": "a063c3b393962573023c1ab9c5c83f5c", "highlights": [] }, { - "title": "Barça-Real: Xavi est venu féliciter Benzema après son récital", - "description": "Le Real Madrid a battu le FC Barcelone, mercredi à Riyad, en demi-finale de la Supercoupe d’Espagne (3-2, ap). Un succès impulsé par Karim Benzema, étincelant dans ce clasico délocalisé en Arabie Saoudite. L’attaquant des Bleus a d’ailleurs reçu les félicitations de Xavi.

", - "content": "Le Real Madrid a battu le FC Barcelone, mercredi à Riyad, en demi-finale de la Supercoupe d’Espagne (3-2, ap). Un succès impulsé par Karim Benzema, étincelant dans ce clasico délocalisé en Arabie Saoudite. L’attaquant des Bleus a d’ailleurs reçu les félicitations de Xavi.

", + "title": "Nice-Nantes en direct: le bon coup des Aiglons en haut du classement", + "description": "L'OGC Nice a remporté une quatrième victoire d'affilée en Ligue 1 en s'imposant à domicile face à Nantes (2-1), vendredi en ouverture de la 21e journée. Les hommes de Christophe Galtier consolident leur position de dauphin du PSG.

", + "content": "L'OGC Nice a remporté une quatrième victoire d'affilée en Ligue 1 en s'imposant à domicile face à Nantes (2-1), vendredi en ouverture de la 21e journée. Les hommes de Christophe Galtier consolident leur position de dauphin du PSG.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/barca-real-xavi-est-venu-feliciter-benzema-apres-son-recital_AV-202201130204.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/nice-nantes-en-direct-les-aiglons-veulent-solidifier-leur-place-de-dauphin_LS-202201140447.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 09:31:03 GMT", - "enclosure": "https://images.bfmtv.com/MX8Ybd3ASlp37tEF3_NLFoKbl3o=/0x133:2048x1285/800x0/images/Karim-Benzema-1214143.jpg", + "pubDate": "Fri, 14 Jan 2022 18:16:18 GMT", + "enclosure": "https://images.bfmtv.com/BuhzlK8MJ2j4CtTCs2sBtu5RlFA=/0x106:2048x1258/800x0/images/Nice-Nantes-1215442.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/MX8Ybd3ASlp37tEF3_NLFoKbl3o=/0x133:2048x1285/800x0/images/Karim-Benzema-1214143.jpg", + "image": "https://images.bfmtv.com/BuhzlK8MJ2j4CtTCs2sBtu5RlFA=/0x106:2048x1258/800x0/images/Nice-Nantes-1215442.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c510fc395459f90a7281994085f1465e", + "hash": "fd80507f89df4b23953a083440172841", "highlights": [] }, { - "title": "Manchester United: Ronaldo soutient Rangnick mais n’est pas là pour viser \"la 6e ou 7e place\"", - "description": "Cristiano Ronaldo s’est exprimé ce jeudi sur la situation de Manchester United en Premier League. Avant le match contre Aston Villa lors de la 22e journée, le Portugais a affirmé sa confiance en Ralf Rangnick et veut se battre pour le podium.

", - "content": "Cristiano Ronaldo s’est exprimé ce jeudi sur la situation de Manchester United en Premier League. Avant le match contre Aston Villa lors de la 22e journée, le Portugais a affirmé sa confiance en Ralf Rangnick et veut se battre pour le podium.

", + "title": "Tottenham: Ndombele écarté par Conte?", + "description": "Une semaine après avoir été sifflé par ses propres supporters lors du troisième tour de FA Cup face à Morecambe (D3), le milieu de terrain français de Tottenham Tanguy Ndombele s’est entraîné à l’écart du groupe d'Antonio Conte cette semaine, rapporte le site Football-London.

", + "content": "Une semaine après avoir été sifflé par ses propres supporters lors du troisième tour de FA Cup face à Morecambe (D3), le milieu de terrain français de Tottenham Tanguy Ndombele s’est entraîné à l’écart du groupe d'Antonio Conte cette semaine, rapporte le site Football-London.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-ronaldo-soutient-rangnick-mais-n-est-pas-la-pour-viser-la-6e-ou-7e-place_AV-202201130196.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/tottenham-ndombele-ecarte-par-conte_AV-202201140507.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 09:13:47 GMT", - "enclosure": "https://images.bfmtv.com/uQDy09PHSI_wOpOPFAbe-klP0iI=/0x0:2048x1152/800x0/images/Cristiano-Ronaldo-avec-Manchester-United-le-3-janvier-2022-1214142.jpg", + "pubDate": "Fri, 14 Jan 2022 21:53:24 GMT", + "enclosure": "https://images.bfmtv.com/eDyp88DjxoLfSazcB_TWQ1f5W5E=/0x0:2032x1143/800x0/images/Tottenham-Tanguy-Ndombele-1215454.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/uQDy09PHSI_wOpOPFAbe-klP0iI=/0x0:2048x1152/800x0/images/Cristiano-Ronaldo-avec-Manchester-United-le-3-janvier-2022-1214142.jpg", + "image": "https://images.bfmtv.com/eDyp88DjxoLfSazcB_TWQ1f5W5E=/0x0:2032x1143/800x0/images/Tottenham-Tanguy-Ndombele-1215454.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25736,42 +26792,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "93d6089a0a0d680cedbb7a0b56d389db", + "hash": "537055520e895dee5668c9066d68b962", "highlights": [] }, { - "title": "Saut d'obstacles: tollé en Allemagne, le cavalier star Beerbaum accusé de maltraitance sur ses chevaux", - "description": "La polémique enfle en Allemagne, autour d'une de ses stars: le cavalier Ludger Beerbaum, quadruple champion olympique de saut d'obstacles, est accusé, après une longue enquête de la chaîne RTL, de maltraitance sur ses chevaux à l'entraînement.

", - "content": "La polémique enfle en Allemagne, autour d'une de ses stars: le cavalier Ludger Beerbaum, quadruple champion olympique de saut d'obstacles, est accusé, après une longue enquête de la chaîne RTL, de maltraitance sur ses chevaux à l'entraînement.

", + "title": "Bundesliga: grâce à des doublés de Meunier et Haaland, Dortmund cartonne contre Fribourg", + "description": "En ouverture de la 19e journée de Bundesliga, le Borussia Dortmund s'est facilement imposé ce vendredi face à Fribourg (5-1), grâce notamment à des doublés de Thomas Meunier et Erling Haaland.

", + "content": "En ouverture de la 19e journée de Bundesliga, le Borussia Dortmund s'est facilement imposé ce vendredi face à Fribourg (5-1), grâce notamment à des doublés de Thomas Meunier et Erling Haaland.

", "category": "", - "link": "https://rmcsport.bfmtv.com/equitation/saut-d-obstacles-tolle-en-allemagne-le-cavalier-star-beerbaum-accuse-de-maltraitance-sur-ses-chevaux_AN-202201130184.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-grace-a-des-doubles-de-meunier-et-haaland-dortmund-cartonne-contre-fribourg_AN-202201140503.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 09:03:22 GMT", - "enclosure": "https://images.bfmtv.com/2u7D6onXMTEoiQHh33FjR1umZHQ=/0x150:2048x1302/800x0/images/Le-cavalier-allemand-Ludger-Beerbaum-a-Aix-la-Chapelle-en-2019-1214119.jpg", + "pubDate": "Fri, 14 Jan 2022 21:30:24 GMT", + "enclosure": "https://images.bfmtv.com/bAO7dFH4-1diMsJwxNVeKLmZztI=/0x261:2000x1386/800x0/images/Les-joueurs-de-Dortmund-celebrent-un-but-face-a-Fribourg-1215447.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/2u7D6onXMTEoiQHh33FjR1umZHQ=/0x150:2048x1302/800x0/images/Le-cavalier-allemand-Ludger-Beerbaum-a-Aix-la-Chapelle-en-2019-1214119.jpg", + "image": "https://images.bfmtv.com/bAO7dFH4-1diMsJwxNVeKLmZztI=/0x261:2000x1386/800x0/images/Les-joueurs-de-Dortmund-celebrent-un-but-face-a-Fribourg-1215447.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4b815f297ae3bf461c6b3ac8573fd5e6", + "hash": "adea104c349b3700ce1582166c9bf1c6", "highlights": [] }, { - "title": "OM: Nasser Larguet, directeur du centre de formation, dit tout à Scouting", - "description": "Episode exceptionnel de Scouting, le podcast RMC qui vous fait découvrir les talents de demain.

", - "content": "Episode exceptionnel de Scouting, le podcast RMC qui vous fait découvrir les talents de demain.

", + "title": "Juventus: le message d'Allegri à Dybala après les rumeurs de non prolongation", + "description": "En fin de contrat en juin prochain, Paulo Dybala n'a pas encore prolongé pourrait quitter la Juve cet été. Pourtant, Massimiliano Allegri assure que l'Argentin reste une pièce maîtresse des Bianconeri.

", + "content": "En fin de contrat en juin prochain, Paulo Dybala n'a pas encore prolongé pourrait quitter la Juve cet été. Pourtant, Massimiliano Allegri assure que l'Argentin reste une pièce maîtresse des Bianconeri.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/olympique-marseille/om-nasser-larguet-directeur-du-centre-de-formation-dit-tout-a-scouting_AV-202201130178.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/juventus-le-message-d-allegri-a-dybala-apres-les-rumeurs-de-non-prolongation_AV-202201140500.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 08:55:13 GMT", - "enclosure": "https://images.bfmtv.com/mVKYys2TbxMsVe_d8sXdyhKyqFA=/0x0:2048x1152/800x0/images/Nasser-Larguet-980611.jpg", + "pubDate": "Fri, 14 Jan 2022 21:18:00 GMT", + "enclosure": "https://images.bfmtv.com/MA2bV55eOagj8Tf6b-jU1anl3bk=/0x45:1968x1152/800x0/images/Paulo-Dybala-Juventus-1190424.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/mVKYys2TbxMsVe_d8sXdyhKyqFA=/0x0:2048x1152/800x0/images/Nasser-Larguet-980611.jpg", + "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", @@ -25780,20 +26836,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0228ad28358253510068d1b1c4deb67", + "hash": "dd614ca73044b92301249731832dab97", "highlights": [] }, { - "title": "Affaire Agnel: une partie de l’entourage connaissait les faits reprochés", - "description": "Selon une enquête de Radio France, plusieurs personnes avaient connaissance de relations sexuelles entre Yannick Agnel et une jeune fille de Lionel Horter, alors âgée de 13 ans. Le nageur est accusé de viol sur mineur.

", - "content": "Selon une enquête de Radio France, plusieurs personnes avaient connaissance de relations sexuelles entre Yannick Agnel et une jeune fille de Lionel Horter, alors âgée de 13 ans. Le nageur est accusé de viol sur mineur.

", + "title": "CAN 2022: ça part en bagarre générale après le nul entre le Gabon et le Ghana", + "description": "Le Gabon a arraché le match nul dans les dernières minutes de sa rencontre face au Ghana (1-1), à la Coupe d'Afrique des nations. Un résultat qui a engendré de grosses tensions: une bagarre générale a éclaté au coup de sifflet final.

", + "content": "Le Gabon a arraché le match nul dans les dernières minutes de sa rencontre face au Ghana (1-1), à la Coupe d'Afrique des nations. Un résultat qui a engendré de grosses tensions: une bagarre générale a éclaté au coup de sifflet final.

", "category": "", - "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-une-partie-de-l-entourage-connaissait-les-faits-reproches_AV-202201130169.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-ca-part-en-bagarre-generale-apres-le-nul-entre-le-gabon-et-le-ghana_AN-202201140495.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 08:50:29 GMT", - "enclosure": "https://images.bfmtv.com/ztUa5qdnjfHbOLXLvFzHhOPuybQ=/0x96:2048x1248/800x0/images/Yannick-Agnel-1214132.jpg", + "pubDate": "Fri, 14 Jan 2022 21:08:50 GMT", + "enclosure": "https://images.bfmtv.com/NuyUsEX_g1p984k6jxImx9QMC1w=/0x187:2048x1339/800x0/images/L-arbitre-de-Gabon-Ghana-a-la-CAN-apres-une-bagarre-generale-1215448.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ztUa5qdnjfHbOLXLvFzHhOPuybQ=/0x96:2048x1248/800x0/images/Yannick-Agnel-1214132.jpg", + "image": "https://images.bfmtv.com/NuyUsEX_g1p984k6jxImx9QMC1w=/0x187:2048x1339/800x0/images/L-arbitre-de-Gabon-Ghana-a-la-CAN-apres-une-bagarre-generale-1215448.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25802,42 +26858,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "e061990a62473255f3325c576f0cdd0c", + "hash": "563645e7368d602586859cdd18e09bb2", "highlights": [] }, { - "title": "F1: réunion décisive pour l’avenir d’Hamilton entre Wolff et le président de la FIA", - "description": "Toto Wolff, le patron de Mercedes, va rencontrer ce vendredi Mohammed Ben Sulayem, le nouveau président de la FIA. Les deux hommes vont évoquer le dernier Grand Prix d’Abou Dhabi, qui a coûté un huitième titre à Lewis Hamilton. Cette réunion au sommet pourrait influer sur le futur du pilote britannique.

", - "content": "Toto Wolff, le patron de Mercedes, va rencontrer ce vendredi Mohammed Ben Sulayem, le nouveau président de la FIA. Les deux hommes vont évoquer le dernier Grand Prix d’Abou Dhabi, qui a coûté un huitième titre à Lewis Hamilton. Cette réunion au sommet pourrait influer sur le futur du pilote britannique.

", + "title": "CAN en direct: sans Aubameyang, le Gabon arrache le nul face au Ghana, grosse tension après le match", + "description": "Suivez en direct la Coupe d'Afrique des nations. Trois matchs étaient au programme mercredi: Tunisie-Mali (0-1), Mauritanie-Gambie (0-1), Guinée Equatoriale-Côte d'Ivoire (0-1).

", + "content": "Suivez en direct la Coupe d'Afrique des nations. Trois matchs étaient au programme mercredi: Tunisie-Mali (0-1), Mauritanie-Gambie (0-1), Guinée Equatoriale-Côte d'Ivoire (0-1).

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-reunion-decisive-pour-l-avenir-d-hamilton-entre-wolff-et-le-president-de-la-fia_AV-202201130154.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-en-direct-toutes-les-infos_LN-202201100133.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 08:28:27 GMT", - "enclosure": "https://images.bfmtv.com/jaEgn9I4QK3ZnAsLteeSvsh5ghs=/0x87:2048x1239/800x0/images/Lewis-Hamilton-1196030.jpg", + "pubDate": "Mon, 10 Jan 2022 08:03:07 GMT", + "enclosure": "https://images.bfmtv.com/_aKhiNWM08L3vFRXVhnVtAnCAYs=/0x80:2048x1232/800x0/images/Andre-Ayew-avec-le-Ghana-face-au-Gabon-a-la-CAN-2022-1215441.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/jaEgn9I4QK3ZnAsLteeSvsh5ghs=/0x87:2048x1239/800x0/images/Lewis-Hamilton-1196030.jpg", + "image": "https://images.bfmtv.com/_aKhiNWM08L3vFRXVhnVtAnCAYs=/0x80:2048x1232/800x0/images/Andre-Ayew-avec-le-Ghana-face-au-Gabon-a-la-CAN-2022-1215441.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8b08c7c66c8c8f62973e30a7e0205201", + "hash": "f54c722269c26c1bc858f7556ef6ab1f", "highlights": [] }, { - "title": "Juventus: Bonucci s’en prend à un dirigeant de l’Inter en plein match", - "description": "Leonardo Bonucci, défenseur de la Juventus, s’en est pris à un dirigeant de l’Inter Milan, le secrétaire technique Cristiano Mozillo, après le but victorieux d’Alexis Sanchez, mercredi en Supercoupe d’Italie.

", - "content": "Leonardo Bonucci, défenseur de la Juventus, s’en est pris à un dirigeant de l’Inter Milan, le secrétaire technique Cristiano Mozillo, après le but victorieux d’Alexis Sanchez, mercredi en Supercoupe d’Italie.

", + "title": "Open d'Australie: le président serbe accuse le Premier ministre australien de \"maltraiter\" Djokovic", + "description": "Aleksandar Vucic, le président de la Serbie, s'est emporté à l'égard du Premier ministre australien, en affirmant qu'il \"maltraitait Novak Djokovic, dont le visa a de nouveau été refusé.

", + "content": "Aleksandar Vucic, le président de la Serbie, s'est emporté à l'égard du Premier ministre australien, en affirmant qu'il \"maltraitait Novak Djokovic, dont le visa a de nouveau été refusé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/juventus-bonucci-s-en-prend-a-un-dirigeant-de-l-inter-en-plein-match_AV-202201130151.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-le-president-serbe-accuse-le-premier-ministre-australien-de-maltraiter-djokovic_AD-202201140483.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 08:17:33 GMT", - "enclosure": "https://images.bfmtv.com/VvG5z2AQTR0h2nY6psxQLISUlzc=/0x174:2032x1317/800x0/images/Leonardo-Bonucci-1214094.jpg", + "pubDate": "Fri, 14 Jan 2022 20:27:55 GMT", + "enclosure": "https://images.bfmtv.com/gk5QrYdokqigp7IP6Qfj0_geSc8=/0x5:768x437/800x0/images/Le-champion-de-tennis-serbe-Novak-Djokovic-lors-d-un-entrainement-pour-l-Open-d-Australie-le-14-janvier-2022-a-Melbourne-1215175.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/VvG5z2AQTR0h2nY6psxQLISUlzc=/0x174:2032x1317/800x0/images/Leonardo-Bonucci-1214094.jpg", + "image": "https://images.bfmtv.com/gk5QrYdokqigp7IP6Qfj0_geSc8=/0x5:768x437/800x0/images/Le-champion-de-tennis-serbe-Novak-Djokovic-lors-d-un-entrainement-pour-l-Open-d-Australie-le-14-janvier-2022-a-Melbourne-1215175.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25846,20 +26902,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "796b99103470d6894b21f31999e111b9", + "hash": "80ca9ee73ec7f70a71b07060b2bd07e1", "highlights": [] }, { - "title": "Open d'Australie: le tableau est connu, Monfils potentiellement sur la route de Djokovic", - "description": "Le tirage au sort de l'Open d'Australie a été effectué ce jeudi et il a réservé deux chocs 100% français. Gaël Monfils, lui, pourrait lui croiser la route de Novak Djokovic, s'il n'est pas expulsé, lors d'un potentiel huitième de finale.

", - "content": "Le tirage au sort de l'Open d'Australie a été effectué ce jeudi et il a réservé deux chocs 100% français. Gaël Monfils, lui, pourrait lui croiser la route de Novak Djokovic, s'il n'est pas expulsé, lors d'un potentiel huitième de finale.

", + "title": "Gabon: Aubameyang et Lemina souffriraient de \"lésions cardiaques\" post-Covid", + "description": "Pierre-Emerick Aubameyang, Mario Lemina et Axel Meyé sont absents pour le deuxième match du Gabon à CAN face au Ghana ce vendredi à Yaoundé. Après avoir été positifs au Covid, ils présenteraient des lésions cardiaques selon la commission médicale de la CAF.

", + "content": "Pierre-Emerick Aubameyang, Mario Lemina et Axel Meyé sont absents pour le deuxième match du Gabon à CAN face au Ghana ce vendredi à Yaoundé. Après avoir été positifs au Covid, ils présenteraient des lésions cardiaques selon la commission médicale de la CAF.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-le-tableau-est-connu-monfils-potentiellement-sur-la-route-de-djokovic_AD-202201130149.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/gabon-aubameyang-et-lemina-souffriraient-de-lesions-cardiaques-post-covid_AN-202201140482.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 08:13:27 GMT", - "enclosure": "https://images.bfmtv.com/gkTIC6aHxH7Y5h8tNt8wpHJl67Y=/0x155:2048x1307/800x0/images/Gael-Monfils-1214105.jpg", + "pubDate": "Fri, 14 Jan 2022 20:10:57 GMT", + "enclosure": "https://images.bfmtv.com/Tr8KgzE54HpewSHncpmIFh2Yd2g=/6x109:2038x1252/800x0/images/Pierre-Emerick-Aubameyang-avec-le-Gabon-1215432.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/gkTIC6aHxH7Y5h8tNt8wpHJl67Y=/0x155:2048x1307/800x0/images/Gael-Monfils-1214105.jpg", + "image": "https://images.bfmtv.com/Tr8KgzE54HpewSHncpmIFh2Yd2g=/6x109:2038x1252/800x0/images/Pierre-Emerick-Aubameyang-avec-le-Gabon-1215432.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25868,20 +26924,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "810ac21aae0e2a17dbd4fd9568e2992f", + "hash": "41855498ac15e4a16ab28066ec2a66df", "highlights": [] }, { - "title": "Mercato: \"Une solution doit être trouvé rapidement\", le Barça met la pression sur Dembélé", - "description": "En marge du clasico entre le Barça et le Real (victoire 3-2 du Real a.p.), la rirection du Barça a fait le point sur les dossiers chauds du mercato catalan, à commencer par le cas Dembélé.

", - "content": "En marge du clasico entre le Barça et le Real (victoire 3-2 du Real a.p.), la rirection du Barça a fait le point sur les dossiers chauds du mercato catalan, à commencer par le cas Dembélé.

", + "title": "Ligue des champions féminine: le clasico Barça-Real en passe de battre un record d'affluence", + "description": "Le FC Barcelone a annoncé ce vendredi avoir écoulé 70.000 billets pour le quart de finale retour de la Ligue des champions féminine face au Real Madrid, prévu le 30 mars. Le record d'affluence pourrait être largement battu.

", + "content": "Le FC Barcelone a annoncé ce vendredi avoir écoulé 70.000 billets pour le quart de finale retour de la Ligue des champions féminine face au Real Madrid, prévu le 30 mars. Le record d'affluence pourrait être largement battu.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-une-solution-doit-etre-trouve-rapidement-le-barca-met-la-pression-sur-dembele_AV-202201130143.html", + "link": "https://rmcsport.bfmtv.com/football/feminin/ligue-des-champions-feminine-le-clasico-barca-real-en-passe-de-battre-un-record-d-affluence_AD-202201140481.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 08:01:02 GMT", - "enclosure": "https://images.bfmtv.com/y9BeOBtQx6ILslxGKv26wkiB2fY=/0x42:2048x1194/800x0/images/Ousmane-Dembele-Barca-1202212.jpg", + "pubDate": "Fri, 14 Jan 2022 20:08:42 GMT", + "enclosure": "https://images.bfmtv.com/3rm3G_19FWVTT5tU3-tU-wFW8Ww=/0x0:1984x1116/800x0/images/Alexia-Putellas-et-ses-coequipieres-face-a-Koge-en-Ligue-des-champions-1215425.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/y9BeOBtQx6ILslxGKv26wkiB2fY=/0x42:2048x1194/800x0/images/Ousmane-Dembele-Barca-1202212.jpg", + "image": "https://images.bfmtv.com/3rm3G_19FWVTT5tU3-tU-wFW8Ww=/0x0:1984x1116/800x0/images/Alexia-Putellas-et-ses-coequipieres-face-a-Koge-en-Ligue-des-champions-1215425.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25890,20 +26946,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6389f83e7cac95608585b32f95964483", + "hash": "37137cf756f0d042f70ae1bbd1f13147", "highlights": [] }, { - "title": "Mercato en direct: Lens a reçu une offre de Burnley pour Fofana mais ne donnera pas suite", - "description": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", - "content": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", + "title": "Equipe de France: Evra prend la défense de Pogba face aux \"haineux\"", + "description": "Dans un entretien à Téléfoot, Patrice Evra estime que Paul Pogba peut certes faire mieux mais qu'il attire de la jalousie de la part de gens qui ne veulent pas le voir réussir.

", + "content": "Dans un entretien à Téléfoot, Patrice Evra estime que Paul Pogba peut certes faire mieux mais qu'il attire de la jalousie de la part de gens qui ne veulent pas le voir réussir.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-toutes-les-infos-et-rumeurs-du-13-janvier-2022_LN-202201130053.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-evra-prend-la-defense-de-pogba-face-aux-haineux_AV-202201140478.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 06:04:16 GMT", - "enclosure": "https://images.bfmtv.com/nS06IcZKaD1hzMBo_G2AvX_j3jI=/154x311:2010x1355/800x0/images/Seko-Fofana-1204195.jpg", + "pubDate": "Fri, 14 Jan 2022 20:03:43 GMT", + "enclosure": "https://images.bfmtv.com/eePtEnHAk7fQmgmpYd7jp1k5SGQ=/0x36:2048x1188/800x0/images/Paul-Pogba-1163983.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/nS06IcZKaD1hzMBo_G2AvX_j3jI=/154x311:2010x1355/800x0/images/Seko-Fofana-1204195.jpg", + "image": "https://images.bfmtv.com/eePtEnHAk7fQmgmpYd7jp1k5SGQ=/0x36:2048x1188/800x0/images/Paul-Pogba-1163983.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25912,20 +26968,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c416ff4de741b9e9ec931682c6e3e333", + "hash": "ed134e08712567b0717b1e677a974ed7", "highlights": [] }, { - "title": "Open d'Australie: décision encore repoussée pour Djokovic, toujours menacé d'expulsion", - "description": "Novak Djokovic ne sait toujours pas s'il pourra bien participer au prochain Open d'Australie. Selon les médias locaux, aucune décision n'a été prise ce jeudi par le ministre australien de l'Immigration Alex Hawke concernant une possible expulsion du pays.

", - "content": "Novak Djokovic ne sait toujours pas s'il pourra bien participer au prochain Open d'Australie. Selon les médias locaux, aucune décision n'a été prise ce jeudi par le ministre australien de l'Immigration Alex Hawke concernant une possible expulsion du pays.

", + "title": "CAN 2022: le coup de gueule de Mané contre la programmation des matchs du Sénégal", + "description": "Après le match nul du Sénégal face à la Guinée (0-0) ce vendredi à la CAN 2022, Sadio Mané a pesté contre la programmation des matchs, sachant que son équipe a joué deux fois à 13 heures heure locale (14 heures en France).

", + "content": "Après le match nul du Sénégal face à la Guinée (0-0) ce vendredi à la CAN 2022, Sadio Mané a pesté contre la programmation des matchs, sachant que son équipe a joué deux fois à 13 heures heure locale (14 heures en France).

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-decision-encore-repoussee-pour-djokovic-toujours-menace-d-expulsion_AV-202201130122.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-le-coup-de-gueule-de-mane-contre-la-programmation-des-matchs-du-senegal_AN-202201140468.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 07:30:25 GMT", - "enclosure": "https://images.bfmtv.com/4sMg5cFm8Sbhh8YWCqouLuvZ4ls=/0x0:2048x1152/800x0/images/Novak-Djokovic-a-l-entrainement-en-Australie-le-13-janvier-2022-1214072.jpg", + "pubDate": "Fri, 14 Jan 2022 19:27:47 GMT", + "enclosure": "https://images.bfmtv.com/58XcqXbU5btXlph-nEzH8E3OKGk=/0x91:2048x1243/800x0/images/Sadio-Mane-le-19-06-2018-1211074.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/4sMg5cFm8Sbhh8YWCqouLuvZ4ls=/0x0:2048x1152/800x0/images/Novak-Djokovic-a-l-entrainement-en-Australie-le-13-janvier-2022-1214072.jpg", + "image": "https://images.bfmtv.com/58XcqXbU5btXlph-nEzH8E3OKGk=/0x91:2048x1243/800x0/images/Sadio-Mane-le-19-06-2018-1211074.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25934,20 +26990,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4240fb52818203e635ecee36d147c9bb", + "hash": "60f0e3abdf8762fab307d3838198af80", "highlights": [] }, { - "title": "CAN 2022: l’arbitre de Tunisie-Mali victime d’une insolation?", - "description": "L’arbitre de la rencontre Tunisie-Mali (0-1) qui a sifflé la fin du match trop tôt à deux reprises mercredi, aurait été victime d’une insolation en fin de rencontre.

", - "content": "L’arbitre de la rencontre Tunisie-Mali (0-1) qui a sifflé la fin du match trop tôt à deux reprises mercredi, aurait été victime d’une insolation en fin de rencontre.

", + "title": "\"Footballgate\" en Belgique: le parquet veut un procès pour 57 suspects, dont Mogi Bayat", + "description": "Le parquet fédéral belge a annoncé ce vendredi vouloir renvoyer devant un tribunal 56 personnes et une société commerciale, soupçonnées de fraude.

", + "content": "Le parquet fédéral belge a annoncé ce vendredi vouloir renvoyer devant un tribunal 56 personnes et une société commerciale, soupçonnées de fraude.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-l-arbitre-de-tunisie-mali-victime-d-une-insolation_AV-202201130094.html", + "link": "https://rmcsport.bfmtv.com/football/footballgate-en-belgique-le-parquet-veut-un-proces-pour-57-suspects-dont-mogi-bayat_AD-202201140452.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 06:59:46 GMT", - "enclosure": "https://images.bfmtv.com/eRm0gTDbPrF0zrBT4z1er4HbgL4=/0x61:2048x1213/800x0/images/Janny-Sikazwe-1214024.jpg", + "pubDate": "Fri, 14 Jan 2022 18:24:34 GMT", + "enclosure": "https://images.bfmtv.com/ZpnoyR3ZB_pmTACBai2ZC2YLRV0=/0x0:2048x1152/800x0/images/Mogi-Bayat-1137913.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/eRm0gTDbPrF0zrBT4z1er4HbgL4=/0x61:2048x1213/800x0/images/Janny-Sikazwe-1214024.jpg", + "image": "https://images.bfmtv.com/ZpnoyR3ZB_pmTACBai2ZC2YLRV0=/0x0:2048x1152/800x0/images/Mogi-Bayat-1137913.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25956,20 +27012,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff9cd44fc8c9f4ba14c8540b81c47d08", + "hash": "7d192189fc4749a87227a5dadc26682e", "highlights": [] }, { - "title": "Open d’Australie: un documentaire Netflix en préparation sur Djokovic", - "description": "La plateforme Netflix travaillerait actuellement sur une série documentaire consacrée à Novak Djokovic. Une équipe l’aurait notamment suivi lors de son périple avant l’Open d’Australie, filmant des images inédites du Serbe pendant toute l’affaire.

", - "content": "La plateforme Netflix travaillerait actuellement sur une série documentaire consacrée à Novak Djokovic. Une équipe l’aurait notamment suivi lors de son périple avant l’Open d’Australie, filmant des images inédites du Serbe pendant toute l’affaire.

", + "title": "Le sport face au Covid en direct: Arsenal demande le report du choc face à Tottenham", + "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par la Coupe d'Europe de rugby. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par la Coupe d'Europe de rugby. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-un-documentaire-netflix-en-preparation-sur-djokovic_AV-202201130093.html", + "link": "https://rmcsport.bfmtv.com/rugby/le-sport-face-au-covid-en-direct-un-boycott-de-la-coupe-d-europe-des-clubs-anglais_LN-202201110177.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 06:59:46 GMT", - "enclosure": "https://images.bfmtv.com/9DfLJQqSFZczJv8yzt4Xn0mJjWE=/0x0:2048x1152/800x0/images/Novak-Djokovic-avec-ses-entraineurs-avant-l-Open-d-Australie-le-12-janvier-2022-1214022.jpg", + "pubDate": "Tue, 11 Jan 2022 09:06:28 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": "https://images.bfmtv.com/9DfLJQqSFZczJv8yzt4Xn0mJjWE=/0x0:2048x1152/800x0/images/Novak-Djokovic-avec-ses-entraineurs-avant-l-Open-d-Australie-le-12-janvier-2022-1214022.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", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25978,20 +27034,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d335bebd9242d807201786fdef9c5fbb", + "hash": "0703ed39f74a5cd48894bb702577c1d5", "highlights": [] }, { - "title": "Open d'Australie en direct: la décision pour Djokovic encore repoussée", - "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", - "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "title": "Mercato: PSG-Mbappé, le dialogue continue pour une courte prolongation", + "description": "Comme évoqué il y a quelques mois par RMC Sport et ce vendredi par Téléfoot, les discussions ne sont pas rompues entre Kylian Mbappé et le PSG. Le dialogue porte désormais sur une possible prolongation de courte durée.

", + "content": "Comme évoqué il y a quelques mois par RMC Sport et ce vendredi par Téléfoot, les discussions ne sont pas rompues entre Kylian Mbappé et le PSG. Le dialogue porte désormais sur une possible prolongation de courte durée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-psg-mbappe-le-dialogue-continue-pour-une-courte-prolongation_AV-202201140441.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", - "enclosure": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", + "pubDate": "Fri, 14 Jan 2022 18:11:45 GMT", + "enclosure": "https://images.bfmtv.com/MWArH2RUz4L35mTradxvacxZAKA=/0x87:2048x1239/800x0/images/Kylian-Mbappe-avec-le-PSG-le-7-decembre-2021-1211206.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", + "image": "https://images.bfmtv.com/MWArH2RUz4L35mTradxvacxZAKA=/0x87:2048x1239/800x0/images/Kylian-Mbappe-avec-le-PSG-le-7-decembre-2021-1211206.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26000,20 +27056,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "84c062dbdfd449e1d1dd423515d6fde6", + "hash": "30ddc35e19d3a42645b309b468feac85", "highlights": [] }, { - "title": "Open d'Australie: une jauge de 50% fixée dans les tribunes", - "description": "Le gouvernement australien a annoncé la mise en place d'une jauge d'accueil de 50% dans les stades pour les matchs de l'Open d'Australie.

", - "content": "Le gouvernement australien a annoncé la mise en place d'une jauge d'accueil de 50% dans les stades pour les matchs de l'Open d'Australie.

", + "title": "CAN 2022: le milieu du Sénégal et de l’OM Pape Gueye suspendu par la Fifa", + "description": "En marge du match de la CAN entre le Sénégal et la Guinée (0-0) ce vendredi à Bafoussam, le sélectionneur des Lions Aliou Cissé a annoncé que son milieu de terrain Pape Gueye a été suspendu par la Fifa. Une décision consécutive au différend entre son club, l’OM, et Watford, avec lequel l’ex-Havrais avait signé un pré-contrat avant de rejoindre le club phocéen en 2020.

", + "content": "En marge du match de la CAN entre le Sénégal et la Guinée (0-0) ce vendredi à Bafoussam, le sélectionneur des Lions Aliou Cissé a annoncé que son milieu de terrain Pape Gueye a été suspendu par la Fifa. Une décision consécutive au différend entre son club, l’OM, et Watford, avec lequel l’ex-Havrais avait signé un pré-contrat avant de rejoindre le club phocéen en 2020.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-une-jauge-de-50-fixee-dans-les-tribunes_AD-202201130071.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-le-milieu-du-senegal-et-de-l-om-pape-gueye-suspendu-par-la-fifa_AD-202201140435.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 06:25:16 GMT", - "enclosure": "https://images.bfmtv.com/m5U_-VB2XQpX29ujJ3vYFh4YolQ=/0x163:2048x1315/800x0/images/Novak-Djokovic-en-decembre-2021-1212385.jpg", + "pubDate": "Fri, 14 Jan 2022 18:02:41 GMT", + "enclosure": "https://images.bfmtv.com/rneUA1_Qe3yBPGCpilmdlVGeTN0=/0x0:2048x1152/800x0/images/Senegal-Zimbabwe-le-milieu-de-terrain-Pape-Gueye-face-a-Nevere-Tigere-1215355.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/m5U_-VB2XQpX29ujJ3vYFh4YolQ=/0x163:2048x1315/800x0/images/Novak-Djokovic-en-decembre-2021-1212385.jpg", + "image": "https://images.bfmtv.com/rneUA1_Qe3yBPGCpilmdlVGeTN0=/0x0:2048x1152/800x0/images/Senegal-Zimbabwe-le-milieu-de-terrain-Pape-Gueye-face-a-Nevere-Tigere-1215355.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26022,20 +27078,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fae79cd84db484604409173eb3f2cc3b", + "hash": "cab0491257ec4c96bde0c164ac4dc561", "highlights": [] }, { - "title": "Open d’Australie: Djokovic figure bien au tableau mais toujours sous la menace", - "description": "Novak Djokovic est bien tête de série numéro un de l’Open d’Australie comme l’a confirmé le tirage au sort qui lui a réservé un premier tour contre son compatriote serbe, Miomir Kecmanovic. Mais la menace d’une expulsion d’Australie plane toujours.

", - "content": "Novak Djokovic est bien tête de série numéro un de l’Open d’Australie comme l’a confirmé le tirage au sort qui lui a réservé un premier tour contre son compatriote serbe, Miomir Kecmanovic. Mais la menace d’une expulsion d’Australie plane toujours.

", + "title": "Ligue 1: Di Meco allume Aulas après ses propos sur Blanc et Bosz", + "description": "Eric Di Meco n'a pas mâché ses mots à l'intention de Jean-Michel Aulas, après sa sortie concernant Laurent Blanc et Peter Bosz. Il estime que le président de l'OL n'est plus le même depuis quelques semaines.

", + "content": "Eric Di Meco n'a pas mâché ses mots à l'intention de Jean-Michel Aulas, après sa sortie concernant Laurent Blanc et Peter Bosz. Il estime que le président de l'OL n'est plus le même depuis quelques semaines.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-djokovic-figure-bien-au-tableau-mais-toujours-sous-la-menace_AV-202201130049.html", + "link": "https://rmcsport.bfmtv.com/replay-emissions/super-moscato-show/ligue-1-di-meco-allume-aulas-apres-ses-propos-sur-blanc-et-bosz_AV-202201140427.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 05:59:35 GMT", - "enclosure": "https://images.bfmtv.com/kfkiJgB0ccUdKPvGRV7F_XPTU1Y=/10x0:2042x1143/800x0/images/Novak-Djokovic-a-l-entrainement-ce-mardi-1212577.jpg", + "pubDate": "Fri, 14 Jan 2022 17:56:36 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": "https://images.bfmtv.com/kfkiJgB0ccUdKPvGRV7F_XPTU1Y=/10x0:2042x1143/800x0/images/Novak-Djokovic-a-l-entrainement-ce-mardi-1212577.jpg", + "image": "https://images.bfmtv.com/UGHynbgsZ__Bb-yuqzYL1MBo4no=/0x200:2048x1352/800x0/images/Jean-Michel-Aulas-face-a-la-presse-apres-OL-OM-1173221.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26044,20 +27100,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "715474755a19abf5c57a7cbd0cf2607e", + "hash": "c992fca4f083c2de565c01de83ee789d", "highlights": [] }, { - "title": "Bordeaux: Lopez confirme Petkovic jusqu'à la fin de la saison", - "description": "Gérard Lopez, président de Lille, a accordé une interview à Sud-Ouest, dans laquelle il maintient sa confiance à l'entraîneur Vladimir Petkovic jusqu'à la fin de la saison malgré les mauvais résultats.

", - "content": "Gérard Lopez, président de Lille, a accordé une interview à Sud-Ouest, dans laquelle il maintient sa confiance à l'entraîneur Vladimir Petkovic jusqu'à la fin de la saison malgré les mauvais résultats.

", + "title": "Qatar: Ousmane Coulibaly rassure et remercie James Rodriguez après son malaise cardiaque", + "description": "Victime d'un malaise cardiaque le week-end dernier lors d'un match au Qatar, le défenseur malien Ousmane Coulibaly a donné des nouvelles rassurantes sur ses réseaux sociaux. Il en a profité pour remercier tous ceux qui lui ont sauvé la vie.

", + "content": "Victime d'un malaise cardiaque le week-end dernier lors d'un match au Qatar, le défenseur malien Ousmane Coulibaly a donné des nouvelles rassurantes sur ses réseaux sociaux. Il en a profité pour remercier tous ceux qui lui ont sauvé la vie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/bordeaux-lopez-confirme-petkovic-jusqu-a-la-fin-de-la-saison_AV-202201130023.html", + "link": "https://rmcsport.bfmtv.com/football/qatar-ousmane-coulibaly-rassure-et-remercie-james-rodriguez-apres-son-malaise-cardiaque_AN-202201140400.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 05:25:03 GMT", - "enclosure": "https://images.bfmtv.com/yRcdKyxom6hPuwifienFuiCbOlo=/0x105:2048x1257/800x0/images/Vladimir-Petkovic-1202967.jpg", + "pubDate": "Fri, 14 Jan 2022 17:23:12 GMT", + "enclosure": "https://images.bfmtv.com/1T0wpnogv6mMgAW1IvMyWtEylms=/0x0:2032x1143/800x0/images/Ousmane-Coulibaly-avec-le-Mali-en-janvier-2017-1215289.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/yRcdKyxom6hPuwifienFuiCbOlo=/0x105:2048x1257/800x0/images/Vladimir-Petkovic-1202967.jpg", + "image": "https://images.bfmtv.com/1T0wpnogv6mMgAW1IvMyWtEylms=/0x0:2032x1143/800x0/images/Ousmane-Coulibaly-avec-le-Mali-en-janvier-2017-1215289.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26066,20 +27122,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd9b03224242abc17cfd792e68c403fa", + "hash": "70112149d612bda0e77b9a64e2d316da", "highlights": [] }, { - "title": "Open d'Australie: le tirage au sort retardé", - "description": "Les organisateurs de l'Open d'Australie ont annoncé le report du tirage au sort des tableaux principaux alors que le doute que la participation de Novak Djokovic est de plus en plus grand.

", - "content": "Les organisateurs de l'Open d'Australie ont annoncé le report du tirage au sort des tableaux principaux alors que le doute que la participation de Novak Djokovic est de plus en plus grand.

", + "title": "Open d'Australie en direct: Djokovic actuellement interrogé par les agents de l'immigration", + "description": "L'Open d'Australie 2022 débute dans quelques jours (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation (une deuxième fois) du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "content": "L'Open d'Australie 2022 débute dans quelques jours (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation (une deuxième fois) du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-le-tirage-au-sort-retarde_AD-202201130015.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 04:50:30 GMT", - "enclosure": "https://images.bfmtv.com/ggjvadxlEPLCLQbvw18Feo-Mxl4=/0x61:2048x1213/800x0/images/Novak-Djokovic-1213271.jpg", + "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", + "enclosure": "https://images.bfmtv.com/sQfzUDRkkdtKKZK4B0ikn0YfbHM=/0x5:2048x1157/800x0/images/Novak-Djokovic-1214866.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ggjvadxlEPLCLQbvw18Feo-Mxl4=/0x61:2048x1213/800x0/images/Novak-Djokovic-1213271.jpg", + "image": "https://images.bfmtv.com/sQfzUDRkkdtKKZK4B0ikn0YfbHM=/0x5:2048x1157/800x0/images/Novak-Djokovic-1214866.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26088,20 +27144,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f69592934874c724bdf9f6319458ee4f", + "hash": "b428999706b99f88ab57ad83342ead74", "highlights": [] }, { - "title": "Bordeaux: Koscielny encaisse mal la décision du club de se séparer de lui", - "description": "Les dirigeants des Girondins de Bordeaux ont signifié à Laurent Koscielny qui souhaitait se séparer de lui et qu’il ne finirait pas la saison en Aquitaine. Auprès de L’Equipe, le défenseur central a fait part de son choc et dément tout problème d’investissement.

", - "content": "Les dirigeants des Girondins de Bordeaux ont signifié à Laurent Koscielny qui souhaitait se séparer de lui et qu’il ne finirait pas la saison en Aquitaine. Auprès de L’Equipe, le défenseur central a fait part de son choc et dément tout problème d’investissement.

", + "title": "Mercato: Accord de principe entre Ben Arfa et Lille", + "description": "Comme révélé par L’Equipe ce vendredi, le LOSC a entamé les discussions avec Hatem Ben Arfa en vue du remplacement de Yusuf Yazici, sur le départ. L’international français (34 ans) est libre depuis la fin de son contrat avec les Girondins de Bordeaux en juin dernier. Un accord de principe a été trouvé entre les deux parties.

", + "content": "Comme révélé par L’Equipe ce vendredi, le LOSC a entamé les discussions avec Hatem Ben Arfa en vue du remplacement de Yusuf Yazici, sur le départ. L’international français (34 ans) est libre depuis la fin de son contrat avec les Girondins de Bordeaux en juin dernier. Un accord de principe a été trouvé entre les deux parties.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-koscielny-encaisse-mal-la-decision-du-club-de-se-separer-de-lui_AV-202201130013.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-lille-discute-avec-ben-arfa_AV-202201140364.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 00:16:34 GMT", - "enclosure": "https://images.bfmtv.com/s3ZtXKRyg26jmcKKI3TgrlrfmYE=/0x184:2048x1336/800x0/images/Laurent-KOSCIELNY-1213833.jpg", + "pubDate": "Fri, 14 Jan 2022 16:20:51 GMT", + "enclosure": "https://images.bfmtv.com/J-wJdTTtYpJ32hQIbCvXWfcKFCk=/71x2:1767x956/800x0/images/-874524.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/s3ZtXKRyg26jmcKKI3TgrlrfmYE=/0x184:2048x1336/800x0/images/Laurent-KOSCIELNY-1213833.jpg", + "image": "https://images.bfmtv.com/J-wJdTTtYpJ32hQIbCvXWfcKFCk=/71x2:1767x956/800x0/images/-874524.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26110,20 +27166,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f36fb9d914aef171b0f5b63a399f171", + "hash": "8a1a691c45d69e56063891b0960df5ad", "highlights": [] }, { - "title": "L’Australie va expulser Djokovic selon la presse locale, l’Espagne ouvre aussi une enquête", - "description": "La journée de jeudi devrait être décisive pour l’avenir de Novak Djokovic. Plusieurs médias australiens indiquent que la tendance est à une expulsion du pays par décision du ministre de l’Immigration, Alex Hawke. L’Espagne aurait aussi décidé d’enquêter sur une possible entrée illégale du Serbe sur son territoire.

", - "content": "La journée de jeudi devrait être décisive pour l’avenir de Novak Djokovic. Plusieurs médias australiens indiquent que la tendance est à une expulsion du pays par décision du ministre de l’Immigration, Alex Hawke. L’Espagne aurait aussi décidé d’enquêter sur une possible entrée illégale du Serbe sur son territoire.

", + "title": "Ligue 2: l’AC Ajaccio traite la LFP de \"xénophobe\", la Ligue envisage de porter plainte", + "description": "Un conflit oppose l'AC Ajaccio, leader de Ligue 2, et la LFP après que le défenseur du club corse Oumar Gonzalez a été puni de deux matchs de suspension dont un avec sursis par la commission de discipline.

", + "content": "Un conflit oppose l'AC Ajaccio, leader de Ligue 2, et la LFP après que le défenseur du club corse Oumar Gonzalez a été puni de deux matchs de suspension dont un avec sursis par la commission de discipline.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/l-australie-va-expulser-djokovic-selon-la-presse-locale-l-espagne-ouvre-aussi-une-enquete_AV-202201120621.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-2/ligue-2-l-ac-ajaccio-traite-la-lfp-de-xenophobe-la-ligue-envisage-de-porter-plainte_AV-202201140388.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 23:52:19 GMT", - "enclosure": "https://images.bfmtv.com/4FMgsPchVR7T_2M4AZINGLauf-k=/0x16:768x448/800x0/images/Le-Serbe-Novak-Djokovic-s-entraine-pour-l-Open-d-Australie-le-12-janvier-2022-a-Melbourne-1213133.jpg", + "pubDate": "Fri, 14 Jan 2022 17:05:37 GMT", + "enclosure": "https://images.bfmtv.com/B4Pt93TyGDpfobXn2PvgGSAqT4U=/0x58:2048x1210/800x0/images/Christian-Leca-president-de-l-AC-Ajaccio-1215295.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/4FMgsPchVR7T_2M4AZINGLauf-k=/0x16:768x448/800x0/images/Le-Serbe-Novak-Djokovic-s-entraine-pour-l-Open-d-Australie-le-12-janvier-2022-a-Melbourne-1213133.jpg", + "image": "https://images.bfmtv.com/B4Pt93TyGDpfobXn2PvgGSAqT4U=/0x58:2048x1210/800x0/images/Christian-Leca-president-de-l-AC-Ajaccio-1215295.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26132,20 +27188,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "279046924a7d7b84c498d44aa6858fe4", + "hash": "7bc9d29cf861fe64b83cee4526af4122", "highlights": [] }, { - "title": "Boxe: Yoka aurait accepté le défi de Hrgovic pour une demi-finale mondiale", - "description": "Le boxeur français Tony Yoka, dont le combat face au Congolais Martin Bakole a été reporté, aurait donné son aval pour affronter le Croate Filip Hrgovic en demi-finale IBF.

", - "content": "Le boxeur français Tony Yoka, dont le combat face au Congolais Martin Bakole a été reporté, aurait donné son aval pour affronter le Croate Filip Hrgovic en demi-finale IBF.

", + "title": "Tournoi des VI Nations: finalement du public pour Galles-France", + "description": "Alors qu'une délocalisation de pays de Galles-France avait été évoquée, la rencontre du tournoi des six nations aura bien lieu au Millenium Stadium le 11 mars prochain.

", + "content": "Alors qu'une délocalisation de pays de Galles-France avait été évoquée, la rencontre du tournoi des six nations aura bien lieu au Millenium Stadium le 11 mars prochain.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-yoka-aurait-accepte-le-defi-de-hrgovic-pour-une-demi-finale-mondiale_AV-202201120612.html", + "link": "https://rmcsport.bfmtv.com/rugby/tournoi-des-vi-nations-finalement-du-public-pour-galles-france_AD-202201140381.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 23:07:32 GMT", - "enclosure": "https://images.bfmtv.com/rGc_NWiwlKso2NS2A2Wi7A6fbUY=/0x117:2048x1269/800x0/images/Tony-Yoka-1136249.jpg", + "pubDate": "Fri, 14 Jan 2022 16:47:40 GMT", + "enclosure": "https://images.bfmtv.com/pkFJZeCe-W4qNlE4mW7A34gMiXQ=/0x174:2032x1317/800x0/images/Damian-Penaud-apres-son-essai-avec-le-XV-de-France-1171395.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/rGc_NWiwlKso2NS2A2Wi7A6fbUY=/0x117:2048x1269/800x0/images/Tony-Yoka-1136249.jpg", + "image": "https://images.bfmtv.com/pkFJZeCe-W4qNlE4mW7A34gMiXQ=/0x174:2032x1317/800x0/images/Damian-Penaud-apres-son-essai-avec-le-XV-de-France-1171395.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26154,20 +27210,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "70da7586940be34150607600dd7da669", + "hash": "4149f8d6b300e11eeaf07c3059e10896", "highlights": [] }, { - "title": "Mercato en direct: Lopez garde confiance en Petkovic mais ne veut plus de Koscielny", - "description": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", - "content": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", + "title": "Ligue 1 en direct: L2 : l’AC Ajaccio traite la LFP de \"xénophobe\", la Ligue envisage de porter plainte", + "description": "Suivez en direct toutes les informations sur la 21e journée de Ligue 1 qui débute vendredi avec le match entre Nice et Nantes.

", + "content": "Suivez en direct toutes les informations sur la 21e journée de Ligue 1 qui débute vendredi avec le match entre Nice et Nantes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-toutes-les-infos-et-rumeurs-du-13-janvier-2022_LN-202201130053.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-toutes-les-infos-avant-la-21e-journee_LN-202201120214.html", "creator": "", - "pubDate": "Thu, 13 Jan 2022 06:04:16 GMT", - "enclosure": "https://images.bfmtv.com/LDQzdq7oyc8HKL5O2UHdRhLYmM0=/0x150:2048x1302/800x0/images/Admar-Lopes-aux-cotes-de-Vladimir-Petkovic-1209769.jpg", + "pubDate": "Wed, 12 Jan 2022 09:45:49 GMT", + "enclosure": "https://images.bfmtv.com/POtXjMKji15jK0iwHOXcAfVDRW4=/0x106:2048x1258/800x0/images/Le-logo-de-l-AC-Ajaccio-1215288.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/LDQzdq7oyc8HKL5O2UHdRhLYmM0=/0x150:2048x1302/800x0/images/Admar-Lopes-aux-cotes-de-Vladimir-Petkovic-1209769.jpg", + "image": "https://images.bfmtv.com/POtXjMKji15jK0iwHOXcAfVDRW4=/0x106:2048x1258/800x0/images/Le-logo-de-l-AC-Ajaccio-1215288.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26176,20 +27232,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c10551972c13b42bceac0cf2364a1088", + "hash": "f8bf5bdb878ff32bad730563e28f6b0c", "highlights": [] }, { - "title": "Open d'Australie en direct: Djokovic est bien sur le tableau, comme tête de série numéro 1", - "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", - "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "title": "Ligue 1: \"On a de l’humour mais...\", Bordeaux résilie son contrat avec Winamax", + "description": "Les Girondins ont décidé de rompre leur partenariat avec leur sponsor principal Winamax. Ils estiment que le site de poker en ligne \"s’était désolidarisé\" du club dans sa communication, notamment lors de la défaite contre l'OM.

", + "content": "Les Girondins ont décidé de rompre leur partenariat avec leur sponsor principal Winamax. Ils estiment que le site de poker en ligne \"s’était désolidarisé\" du club dans sa communication, notamment lors de la défaite contre l'OM.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-on-a-de-l-humour-mais-bordeaux-resilie-son-contrat-avec-winamax_AV-202201140373.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", - "enclosure": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", + "pubDate": "Fri, 14 Jan 2022 16:29:55 GMT", + "enclosure": "https://images.bfmtv.com/h_X7DIsh8XxQDBcrNxOqvn2QO6g=/0x0:1200x675/800x0/images/Gerard-Lopez-1133044.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", + "image": "https://images.bfmtv.com/h_X7DIsh8XxQDBcrNxOqvn2QO6g=/0x0:1200x675/800x0/images/Gerard-Lopez-1133044.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26198,20 +27254,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "91681d5318a79080218c39aeb1baabbf", + "hash": "95063af7ecc07f22386a0622ff983c98", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari africain du 13 janvier – CAN", - "description": "Notre pronostic : le Cameroun s’impose contre l’Ethiopie, moins de 2,5 buts dans le match (2.20)

", - "content": "Notre pronostic : le Cameroun s’impose contre l’Ethiopie, moins de 2,5 buts dans le match (2.20)

", + "title": "Open d'Australie: ce qui attend Djokovic d'ici dimanche", + "description": "Novak Djokovic va avoir un agenda chargé pour les deux prochains jours. Après l'annulation de son visa par le ministre australien de l'Immigration, le Serbe va se présenter devant les services de l'immigration dès samedi matin, heure locale.

", + "content": "Novak Djokovic va avoir un agenda chargé pour les deux prochains jours. Après l'annulation de son visa par le ministre australien de l'Immigration, le Serbe va se présenter devant les services de l'immigration dès samedi matin, heure locale.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-africain-du-13-janvier-can_AN-202201120438.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-ce-qui-attend-djokovic-d-ici-dimanche_AV-202201140346.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 23:04:00 GMT", - "enclosure": "https://images.bfmtv.com/ta3KyykhRuCXwB5sHPylMa_RkKQ=/8x0:1976x1107/800x0/images/Celebration-Cameroun-1213694.jpg", + "pubDate": "Fri, 14 Jan 2022 15:57:27 GMT", + "enclosure": "https://images.bfmtv.com/gk5QrYdokqigp7IP6Qfj0_geSc8=/0x5:768x437/800x0/images/Le-champion-de-tennis-serbe-Novak-Djokovic-lors-d-un-entrainement-pour-l-Open-d-Australie-le-14-janvier-2022-a-Melbourne-1215175.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ta3KyykhRuCXwB5sHPylMa_RkKQ=/8x0:1976x1107/800x0/images/Celebration-Cameroun-1213694.jpg", + "image": "https://images.bfmtv.com/gk5QrYdokqigp7IP6Qfj0_geSc8=/0x5:768x437/800x0/images/Le-champion-de-tennis-serbe-Novak-Djokovic-lors-d-un-entrainement-pour-l-Open-d-Australie-le-14-janvier-2022-a-Melbourne-1215175.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26220,20 +27276,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3cd6723d131e0120adac33ec0d99fc8c", + "hash": "9bed1f818dd6bc8d13fa0bc3041a3eb9", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari de folie du 13 janvier – Coupe d’Italie", - "description": "Notre pronostic : Naples gagne face à la Fiorentina, les deux équipes marquent, Vlahovic buteur (6.00)

", - "content": "Notre pronostic : Naples gagne face à la Fiorentina, les deux équipes marquent, Vlahovic buteur (6.00)

", + "title": "Bundesliga: Santos Borré règle ses comptes avec \"l'irrespectueux\" Haaland après leur embrouille", + "description": "L’attaquant colombien de l’Eintracht Francfort Rafael Santos Borré a raconté son altercation verbale avec Erling Haaland survenue le week-end passé lors de la réception du Borussia Dortmund (2-3) en Bundesliga. Le joueur sud-américain n'est pas tendre avec le crack norvégien.

", + "content": "L’attaquant colombien de l’Eintracht Francfort Rafael Santos Borré a raconté son altercation verbale avec Erling Haaland survenue le week-end passé lors de la réception du Borussia Dortmund (2-3) en Bundesliga. Le joueur sud-américain n'est pas tendre avec le crack norvégien.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-13-janvier-coupe-d-italie_AN-202201120452.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-santos-borre-regle-ses-comptes-avec-l-irrespectueux-haaland-apres-leur-embrouille_AV-202201140343.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/LmoUfKKgVL5sUqgoEBBQqmCwhs4=/0x76:1984x1192/800x0/images/Celebration-Naples-1213708.jpg", + "pubDate": "Fri, 14 Jan 2022 15:52:51 GMT", + "enclosure": "https://images.bfmtv.com/l-chm9MuGFWzi1pmXIdBEWumeGE=/0x73:2032x1216/800x0/images/Francfort-Dortmund-la-joie-du-buteur-colombien-Rafael-Santos-Borre-1215232.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/LmoUfKKgVL5sUqgoEBBQqmCwhs4=/0x76:1984x1192/800x0/images/Celebration-Naples-1213708.jpg", + "image": "https://images.bfmtv.com/l-chm9MuGFWzi1pmXIdBEWumeGE=/0x73:2032x1216/800x0/images/Francfort-Dortmund-la-joie-du-buteur-colombien-Rafael-Santos-Borre-1215232.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26242,20 +27298,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f316c323697cb9bf94b09a267097f78", + "hash": "af04ac27ae96d5dadc872cb473046e1c", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari sûr du 13 janvier – Coupe d’Italie", - "description": "Notre pronostic : le Milan AC s’impose face au Genoa (1.29)

", - "content": "Notre pronostic : le Milan AC s’impose face au Genoa (1.29)

", + "title": "Mercato: Lille a trouvé le remplaçant d'Ikoné", + "description": "À la recherche d’un remplaçant à Jonathan Ikoné parti cet hiver à la Fiorentina, Lille a trouvé sa perle rare. Selon les informations de la presse suisse que nous sommes en mesure de confirmer, l’ailier droit du FC Bâle Edon Zhegrova devrait s’engager dans les prochains jours avec le champion en titre.

", + "content": "À la recherche d’un remplaçant à Jonathan Ikoné parti cet hiver à la Fiorentina, Lille a trouvé sa perle rare. Selon les informations de la presse suisse que nous sommes en mesure de confirmer, l’ailier droit du FC Bâle Edon Zhegrova devrait s’engager dans les prochains jours avec le champion en titre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-13-janvier-coupe-d-italie_AN-202201120455.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-lille-a-trouve-le-remplacant-d-ikone_AV-202201140341.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/hQjYPqjUo6M5ERPlVU6HbfpzSsE=/0x38:2000x1163/800x0/images/Celebration-Milan-1213719.jpg", + "pubDate": "Fri, 14 Jan 2022 15:49:44 GMT", + "enclosure": "https://images.bfmtv.com/hRQeX-kS-1h4eNm2DQPUU-a1pRw=/0x0:2048x1152/800x0/images/Edon-Zhegrova-1215191.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/hQjYPqjUo6M5ERPlVU6HbfpzSsE=/0x38:2000x1163/800x0/images/Celebration-Milan-1213719.jpg", + "image": "https://images.bfmtv.com/hRQeX-kS-1h4eNm2DQPUU-a1pRw=/0x0:2048x1152/800x0/images/Edon-Zhegrova-1215191.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26264,20 +27320,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0af738d4c0fd84aef79662673e6e019a", + "hash": "6b25fab6393cd6ef5fa946a50c6dcc1c", "highlights": [] }, { - "title": "Equipe de France: le message de Deschamps sur \"les devoirs\" des Bleus", - "description": "Invité de l’émission \"C à vous\" ce mercredi sur France 5, Didier Deschamps s’est confié sur les devoirs et les responsabilités des joueurs de l’équipe de France, au-delà des enjeux sportifs.

", - "content": "Invité de l’émission \"C à vous\" ce mercredi sur France 5, Didier Deschamps s’est confié sur les devoirs et les responsabilités des joueurs de l’équipe de France, au-delà des enjeux sportifs.

", + "title": "Le clip d'un rappeur à la gloire de l'OM (et de Payet) fait un petit carton", + "description": "Invité sur la chaîne Youtube de l'OM à lâcher un freestyle inédit, le rappeur marseillais Kemmler a dévoilé un morceau qui a tout de suite trouvé son public.

", + "content": "Invité sur la chaîne Youtube de l'OM à lâcher un freestyle inédit, le rappeur marseillais Kemmler a dévoilé un morceau qui a tout de suite trouvé son public.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-le-message-de-deschamps-sur-les-devoirs-des-bleus_AV-202201120605.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/le-clip-d-un-rappeur-a-la-gloire-de-l-om-et-de-payet-fait-un-petit-carton_AV-202201140335.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 22:39:34 GMT", - "enclosure": "https://images.bfmtv.com/SxRabSpXRqSfi0T0m1BpORzo5kI=/0x68:2048x1220/800x0/images/Didier-Deschamps-1213894.jpg", + "pubDate": "Fri, 14 Jan 2022 15:34:20 GMT", + "enclosure": "https://images.bfmtv.com/ggpnr3e-c0dnRN0qfN3MeVAXVD4=/0x26:1024x602/800x0/images/Kemmler-Dimitri-Payet-OM-SESSIONS-1215208.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/SxRabSpXRqSfi0T0m1BpORzo5kI=/0x68:2048x1220/800x0/images/Didier-Deschamps-1213894.jpg", + "image": "https://images.bfmtv.com/ggpnr3e-c0dnRN0qfN3MeVAXVD4=/0x26:1024x602/800x0/images/Kemmler-Dimitri-Payet-OM-SESSIONS-1215208.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26286,20 +27342,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ed24f20c3e34279c339e69b9bf9d75b", + "hash": "df6745e19af0a3955d5156c0900a859b", "highlights": [] }, { - "title": "League Cup: Chelsea en finale en sortant Tottenham", - "description": "Déjà vainqueur 2-0 à l'aller, Chelsea a validé son billet pour la finale de League Cup en s’imposant à Tottenham (1-0) pas récompensé de ses efforts, mercredi.

", - "content": "Déjà vainqueur 2-0 à l'aller, Chelsea a validé son billet pour la finale de League Cup en s’imposant à Tottenham (1-0) pas récompensé de ses efforts, mercredi.

", + "title": "Ancienne joueuse du PSG, Nadia Nadim est devenue docteur", + "description": "Aujourd’hui au Racing Louisville aux Etats-Unis, Nadia Nadim prépare sa reconversion après sa carrière de footballeuse. L’attaquante passée par le PSG a annoncé sur les réseaux sociaux qu’elle est devenue docteur. Un titre auquel elle tenait après avoir confié il y a quelques mois vouloir se spécialiser dans la chirurgie reconstructrice.

", + "content": "Aujourd’hui au Racing Louisville aux Etats-Unis, Nadia Nadim prépare sa reconversion après sa carrière de footballeuse. L’attaquante passée par le PSG a annoncé sur les réseaux sociaux qu’elle est devenue docteur. Un titre auquel elle tenait après avoir confié il y a quelques mois vouloir se spécialiser dans la chirurgie reconstructrice.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/league-cup-chelsea-en-finale-en-sortant-tottenham_AD-202201120600.html", + "link": "https://rmcsport.bfmtv.com/societe/ancienne-joueuse-du-psg-nadia-nadim-est-devenue-docteur_AV-202201140330.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 22:16:09 GMT", - "enclosure": "https://images.bfmtv.com/RaQiJ9S7WI10tI0G1y3hKDzv-cQ=/0x123:2032x1266/800x0/images/La-joie-des-joueurs-de-Chelsea-1211340.jpg", + "pubDate": "Fri, 14 Jan 2022 15:24:26 GMT", + "enclosure": "https://images.bfmtv.com/nlzhaRpJQwqRrvSKp_KQbQ12o04=/0x0:1200x675/800x0/images/Nadia-Nadim-en-finale-de-lEuro-2017-avec-le-Danemark-contre-les-Pays-Bas-849334.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/RaQiJ9S7WI10tI0G1y3hKDzv-cQ=/0x123:2032x1266/800x0/images/La-joie-des-joueurs-de-Chelsea-1211340.jpg", + "image": "https://images.bfmtv.com/nlzhaRpJQwqRrvSKp_KQbQ12o04=/0x0:1200x675/800x0/images/Nadia-Nadim-en-finale-de-lEuro-2017-avec-le-Danemark-contre-les-Pays-Bas-849334.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26308,20 +27364,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ce05512727d04d76c9e592ddeed9c7d", + "hash": "2becce4d21adb7f8d92c01a9a15f75dd", "highlights": [] }, { - "title": "Barça-Real: un Clasico avec une pluie de buts, Benzema en grande forme", - "description": "Le Barça et Le Real sont à la lutte ce mercredi en demi-finale de la Supercoupe d’Espagne (1-1). Avec un but plein de réussite de Luuk De Jong, les Catalans avaient répondu à l’ouverture du score de Vinicius sur un service de Benzema. L'attaquant français a ensuite marqué.

", - "content": "Le Barça et Le Real sont à la lutte ce mercredi en demi-finale de la Supercoupe d’Espagne (1-1). Avec un but plein de réussite de Luuk De Jong, les Catalans avaient répondu à l’ouverture du score de Vinicius sur un service de Benzema. L'attaquant français a ensuite marqué.

", + "title": "Nice-Nantes en direct: les Aiglons veulent solidifier leur place de dauphin", + "description": "Dauphin du PSG, l'OGC Nice accueille Nantes ce vendredi (21 heures), en ouverture de la 21e journée de Ligue 1. Une affiche prometteuse entre deux équipes en forme à l'Allianz Riviera.

", + "content": "Dauphin du PSG, l'OGC Nice accueille Nantes ce vendredi (21 heures), en ouverture de la 21e journée de Ligue 1. Une affiche prometteuse entre deux équipes en forme à l'Allianz Riviera.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/barca-real-benzema-decisif-un-but-chanceux-pour-le-barca_AV-202201120552.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/nice-nantes-en-direct-les-aiglons-veulent-solidifier-leur-place-de-dauphin_LS-202201140447.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 20:07:00 GMT", - "enclosure": "https://images.bfmtv.com/gxnqa3wq9vcSxGcMztmMmHmerVc=/0x39:768x471/800x0/images/L-attaquant-du-Real-Karim-Benzema-frappe-au-but-contre-Valence-le-8-janvier-2022-a-Madrid-1211221.jpg", + "pubDate": "Fri, 14 Jan 2022 18:16:18 GMT", + "enclosure": "https://images.bfmtv.com/6n_2rPd4z-dmVZ17AYZGYHX6OtA=/0x103:1984x1219/800x0/images/A-Gouiri-1192486.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/gxnqa3wq9vcSxGcMztmMmHmerVc=/0x39:768x471/800x0/images/L-attaquant-du-Real-Karim-Benzema-frappe-au-but-contre-Valence-le-8-janvier-2022-a-Madrid-1211221.jpg", + "image": "https://images.bfmtv.com/6n_2rPd4z-dmVZ17AYZGYHX6OtA=/0x103:1984x1219/800x0/images/A-Gouiri-1192486.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26330,20 +27386,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e222f7970c86a319980f835d7617b7aa", + "hash": "29022daa56cdbcd2ba312be1a64a52a0", "highlights": [] }, { - "title": "Barça-Real: Valverde et un excellent Benzema envoient Madrid en finale de la Supercoupe d'Espagne", - "description": "Le Real Madrid a arraché le Clasico face au FC Barcelone (3-2 après prolongation), mercredi. Les coéquipiers de Benzema sont qualifiés pour la finale de la Supercoupe d'Espagne, prévue dimanche. L'adversaire sera l'Atlético de Madrid ou l'Athletic Bilbao, qui s'affrontent jeudi.

", - "content": "Le Real Madrid a arraché le Clasico face au FC Barcelone (3-2 après prolongation), mercredi. Les coéquipiers de Benzema sont qualifiés pour la finale de la Supercoupe d'Espagne, prévue dimanche. L'adversaire sera l'Atlético de Madrid ou l'Athletic Bilbao, qui s'affrontent jeudi.

", + "title": "Mercato en direct: le dialogue se poursuit entre Mbappé et le PSG pour une courte prolongation", + "description": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", + "content": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/supercoupe-d-espagne/barca-real-valverde-et-un-excellent-benzema-envoient-madrid-en-finale-de-la-supercoupe-d-espagne_AV-202201120597.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-toutes-les-infos-et-rumeurs-du-13-janvier-2022_LN-202201130053.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 22:10:32 GMT", - "enclosure": "https://images.bfmtv.com/lMbU-4Zzx0OvqMD1cR7_c65CdOk=/179x282:1651x1110/800x0/images/Real-Barca-1213887.jpg", + "pubDate": "Thu, 13 Jan 2022 06:04:16 GMT", + "enclosure": "https://images.bfmtv.com/2OtHkpSHcC4v6XmPHkUDlXMn2zs=/0x40:768x472/800x0/images/Kylian-Mbappe-contre-l-Olympique-Lyonnais-lors-du-match-aller-remporte-par-Paris-au-Parc-des-Princes-le-19-septembre-2021-1211567.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/lMbU-4Zzx0OvqMD1cR7_c65CdOk=/179x282:1651x1110/800x0/images/Real-Barca-1213887.jpg", + "image": "https://images.bfmtv.com/2OtHkpSHcC4v6XmPHkUDlXMn2zs=/0x40:768x472/800x0/images/Kylian-Mbappe-contre-l-Olympique-Lyonnais-lors-du-match-aller-remporte-par-Paris-au-Parc-des-Princes-le-19-septembre-2021-1211567.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26352,20 +27408,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "926cfe513158c674d17cfad741bf493f", + "hash": "0884ebd4d83dcd2ba03e67f86cfe4d28", "highlights": [] }, { - "title": "Incidents OL-OM: la licence FFF d'un supporter lyonnais, \"à l’origine d’un jet de bouteille\", suspendue", - "description": "Un supporter lyonnais, \"à l’origine d’un jet de bouteille en direction d’un acteur du jeu\" lors du match de Ligue 1 entre l'OL et Marseille le 21 novembre, a été sanctionné par la commission de discipline de la LFP. Sa licence FFF est suspendue jusqu'au 31 décembre 2022.

", - "content": "Un supporter lyonnais, \"à l’origine d’un jet de bouteille en direction d’un acteur du jeu\" lors du match de Ligue 1 entre l'OL et Marseille le 21 novembre, a été sanctionné par la commission de discipline de la LFP. Sa licence FFF est suspendue jusqu'au 31 décembre 2022.

", + "title": "CAN en direct: le joueur de l'OM et du Sénégal Pape Gueye suspendu par la Fifa", + "description": "Suivez en direct la Coupe d'Afrique des nations. Trois matchs étaient au programme mercredi: Tunisie-Mali (0-1), Mauritanie-Gambie (0-1), Guinée Equatoriale-Côte d'Ivoire (0-1).

", + "content": "Suivez en direct la Coupe d'Afrique des nations. Trois matchs étaient au programme mercredi: Tunisie-Mali (0-1), Mauritanie-Gambie (0-1), Guinée Equatoriale-Côte d'Ivoire (0-1).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-la-licence-fff-d-un-supporter-lyonnais-a-l-origine-d-un-jet-de-bouteille-suspendue_AV-202201120592.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-en-direct-toutes-les-infos_LN-202201100133.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 21:52:39 GMT", - "enclosure": "https://images.bfmtv.com/0tRiTOX7MfMWsrv9shnrXGG7Y4Q=/0x212:2048x1364/800x0/images/Lyon-OM-le-21-11-2021-1213867.jpg", + "pubDate": "Mon, 10 Jan 2022 08:03:07 GMT", + "enclosure": "https://images.bfmtv.com/Jnpa55_xfboL9_kQ_NLLvbPEolM=/14x41:2046x1184/800x0/images/Pape-GUEYE-1124931.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/0tRiTOX7MfMWsrv9shnrXGG7Y4Q=/0x212:2048x1364/800x0/images/Lyon-OM-le-21-11-2021-1213867.jpg", + "image": "https://images.bfmtv.com/Jnpa55_xfboL9_kQ_NLLvbPEolM=/14x41:2046x1184/800x0/images/Pape-GUEYE-1124931.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26374,20 +27430,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1df16276f9c54255cbcdaa70a9e7a667", + "hash": "3a33fb4ff840f89912c43cc2b59b002d", "highlights": [] }, { - "title": "Barça-Real en direct: les Madrilènes qualifiés en finale de la Supercoupe d'Espagne", - "description": "Le FC Barcelone et le Real Madrid ont rendez-vous ce mercredi du côté de Riyad, capitale de l'Arabie saoudite, pour la première demi-finale de la Supercoupe d'Espagne. Un Clasico à suivre en direct commenté sur RMC Sport. Coup d'envoi à 20h.

", - "content": "Le FC Barcelone et le Real Madrid ont rendez-vous ce mercredi du côté de Riyad, capitale de l'Arabie saoudite, pour la première demi-finale de la Supercoupe d'Espagne. Un Clasico à suivre en direct commenté sur RMC Sport. Coup d'envoi à 20h.

", + "title": "Biathlon (Ruhpolding): les Bleues triomphent sur le relais, une bonne nouvelle avant les JO", + "description": "L'équipe féminine de biathlon tricolore a remporté ce vendredi le relais de Ruhpolding en Allemagne. Une excellente performance à quelque semaines des Jeux olympiques d'hiver à Pékin où elles viseront une médaille.

", + "content": "L'équipe féminine de biathlon tricolore a remporté ce vendredi le relais de Ruhpolding en Allemagne. Une excellente performance à quelque semaines des Jeux olympiques d'hiver à Pékin où elles viseront une médaille.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/supercoupe-d-espagne/supercoupe-d-espagne-en-direct-suivez-le-clasico-barca-real-en-demi-finale_LS-202201120446.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-ruhpolding-les-bleues-triomphent-sur-le-relais-une-bonne-nouvelle-avant-les-jo_AV-202201140328.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 17:20:37 GMT", - "enclosure": "https://images.bfmtv.com/IHUuXJwKOXPtIu1hbT3uVoZIEaw=/0x49:2048x1201/800x0/images/Barca-Real-1213870.jpg", + "pubDate": "Fri, 14 Jan 2022 15:18:02 GMT", + "enclosure": "https://images.bfmtv.com/WbAv-fRh5VIHnVI4OgXEP-86afk=/0x0:2048x1152/800x0/images/La-Francaise-Chloe-Chevalier-lors-du-relais-feminin-de-Ruhpolding-le-14-janvier-2021-1215220.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/IHUuXJwKOXPtIu1hbT3uVoZIEaw=/0x49:2048x1201/800x0/images/Barca-Real-1213870.jpg", + "image": "https://images.bfmtv.com/WbAv-fRh5VIHnVI4OgXEP-86afk=/0x0:2048x1152/800x0/images/La-Francaise-Chloe-Chevalier-lors-du-relais-feminin-de-Ruhpolding-le-14-janvier-2021-1215220.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26396,20 +27452,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "547a94e96a63305cfa688761d87162c9", + "hash": "34ed092161a2327f99e5e8c6e15a9939", "highlights": [] }, { - "title": "CAN 2022: la Côte d'Ivoire domine la Guinée Equatoriale grâce à Gradel", - "description": "La Côte d'Ivoire n'a pas forcé son talent pour ouvrir sa campagne dans le Groupe E de la Coupe d'Afrique des Nations 2022 par une courte victoire, logique mais décevante, contre la Guinée équatoriale (1-0), mercredi à Douala.

", - "content": "La Côte d'Ivoire n'a pas forcé son talent pour ouvrir sa campagne dans le Groupe E de la Coupe d'Afrique des Nations 2022 par une courte victoire, logique mais décevante, contre la Guinée équatoriale (1-0), mercredi à Douala.

", + "title": "Maroc-Comores en direct: grâce à Amallah et Aboukhlal, les Marocains qualifiés pour les huitièmes de finale", + "description": "Malgré un grand Ben Boina, le Maroc se qualifie pour les huitièmes de finale de la compétition avec ce succès 2-0 face aux Comores. Amallah et Aboukhlal ont offert la qualification à leur sélection.

", + "content": "Malgré un grand Ben Boina, le Maroc se qualifie pour les huitièmes de finale de la compétition avec ce succès 2-0 face aux Comores. Amallah et Aboukhlal ont offert la qualification à leur sélection.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-la-cote-d-ivoire-domine-la-guinee-equatoriale-grace-a-gradel_AD-202201120584.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/maroc-comores-en-direct-les-marocains-veulent-valider-leur-ticket-pour-les-8es_LS-202201140327.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 21:28:27 GMT", - "enclosure": "https://images.bfmtv.com/uwmLvnEDcoB2ymmI9BDxNG9TgCI=/0x40:768x472/800x0/images/La-joie-de-l-attaquant-ivoirien-Max-Alain-Gradel-d-apres-avoir-ouvert-le-score-contre-la-Guinee-Equatoriale-lors-de-leur-match-de-poule-de-la-Coupe-d-Afrique-des-nations-le-12-janvier-2022-au-Stade-de-Japoma-a-Douala-1213871.jpg", + "pubDate": "Fri, 14 Jan 2022 15:06:31 GMT", + "enclosure": "https://images.bfmtv.com/ntifJNIu35ym1ej2Pzy6BZJ0oeg=/0x9:2048x1161/800x0/images/Maroc-1215361.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/uwmLvnEDcoB2ymmI9BDxNG9TgCI=/0x40:768x472/800x0/images/La-joie-de-l-attaquant-ivoirien-Max-Alain-Gradel-d-apres-avoir-ouvert-le-score-contre-la-Guinee-Equatoriale-lors-de-leur-match-de-poule-de-la-Coupe-d-Afrique-des-nations-le-12-janvier-2022-au-Stade-de-Japoma-a-Douala-1213871.jpg", + "image": "https://images.bfmtv.com/ntifJNIu35ym1ej2Pzy6BZJ0oeg=/0x9:2048x1161/800x0/images/Maroc-1215361.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26418,20 +27474,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "75f4f38d6ccb58071ef38a0e25291f63", + "hash": "cabf15747ab14e6d2c02b069abd5104f", "highlights": [] }, { - "title": "PSG: Pochettino donne le \"secret\" pour bien intégrer les nouveaux joueurs", - "description": "Le PSG a connu un été actif en 2021 avec de nombreuses nouvelles signatures dont Lionel Messi, Gianluigi Donnarumma, Sergio Ramos, Nuno Mendes, Achraf Hakimi ou encore Georginio Wijnaldum. Sur le site du club, Mauricio Pochettino a livré sa méthode pour l’intégration des recrues.

", - "content": "Le PSG a connu un été actif en 2021 avec de nombreuses nouvelles signatures dont Lionel Messi, Gianluigi Donnarumma, Sergio Ramos, Nuno Mendes, Achraf Hakimi ou encore Georginio Wijnaldum. Sur le site du club, Mauricio Pochettino a livré sa méthode pour l’intégration des recrues.

", + "title": "OM: pourquoi Bakambu ne pourra pas jouer contre Lille", + "description": "Nouvelle recrue de l'OM, Cédric Bakambu manquera ce dimanche le choc de la 21e journée de Ligue 1 contre Lille au Vélodrome (20h45). Son contrat sera seulement homologué la semaine prochaine par la LFP.

", + "content": "Nouvelle recrue de l'OM, Cédric Bakambu manquera ce dimanche le choc de la 21e journée de Ligue 1 contre Lille au Vélodrome (20h45). Son contrat sera seulement homologué la semaine prochaine par la LFP.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pochettino-donne-le-secret-pour-bien-integrer-les-nouveaux-joueurs_AV-202201120579.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-pourquoi-bakambu-ne-pourra-pas-jouer-contre-lille_AV-202201140326.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 21:14:15 GMT", - "enclosure": "https://images.bfmtv.com/8ETljshnemy-T8Cn7ReCNvv9WrQ=/0x80:2048x1232/800x0/images/Mauricio-Pochettino-parle-tactique-avec-Lionel-Messi-1182571.jpg", + "pubDate": "Fri, 14 Jan 2022 15:03:50 GMT", + "enclosure": "https://images.bfmtv.com/N55z1g28lj9mOU2T7pj-2FZCzGw=/0x124:2048x1276/800x0/images/Jorge-SAMPAOLI-Cedric-BAKAMBU-et-Pablo-LONGORIA-14-janvier-2022-OM-1215180.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/8ETljshnemy-T8Cn7ReCNvv9WrQ=/0x80:2048x1232/800x0/images/Mauricio-Pochettino-parle-tactique-avec-Lionel-Messi-1182571.jpg", + "image": "https://images.bfmtv.com/N55z1g28lj9mOU2T7pj-2FZCzGw=/0x124:2048x1276/800x0/images/Jorge-SAMPAOLI-Cedric-BAKAMBU-et-Pablo-LONGORIA-14-janvier-2022-OM-1215180.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26440,20 +27496,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1c3c6e04494ae3a0b3704c5508c6974", + "hash": "9992f5d50b44c851dfe1c1acf9f44e1f", "highlights": [] }, { - "title": "CAN en direct: la Côte d'Ivoire démarre bien contre la Guinée Equatoriale", - "description": "Suivez en direct la Coupe d'Afrique des nations. Trois matchs étaient au programme mercredi: Tunisie-Mali (0-1), Mauritanie-Gambie (0-1), Guinée Equatoriale-Côte d'Ivoire (0-1).

", - "content": "Suivez en direct la Coupe d'Afrique des nations. Trois matchs étaient au programme mercredi: Tunisie-Mali (0-1), Mauritanie-Gambie (0-1), Guinée Equatoriale-Côte d'Ivoire (0-1).

", + "title": "Volley: non-reconduit à Sète, Duflos veut répondre \"sur le terrain\"", + "description": "L’entraîneur de l’Arago de Sète, Patrick Duflos, revient pour RMC Sport sur la décision de la direction du club de ne pas reconduire son contrat à la fin de la saison. Si le technicien de la formation héraultaise, actuellement deuxième de la Ligue A, ne comprend pas son éviction, il reste plus motivé que jamais pour finir en trombe.

", + "content": "L’entraîneur de l’Arago de Sète, Patrick Duflos, revient pour RMC Sport sur la décision de la direction du club de ne pas reconduire son contrat à la fin de la saison. Si le technicien de la formation héraultaise, actuellement deuxième de la Ligue A, ne comprend pas son éviction, il reste plus motivé que jamais pour finir en trombe.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-en-direct-toutes-les-infos_LN-202201100133.html", + "link": "https://rmcsport.bfmtv.com/volley/volley-non-reconduit-a-sete-duflos-veut-repondre-sur-le-terrain_AV-202201140322.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 08:03:07 GMT", - "enclosure": "https://images.bfmtv.com/4UqT6VwTgq8eRlWaYO6C_LpS2lk=/0x27:2048x1179/800x0/images/Guinee-Equatoriale-Cote-d-Ivoire-le-12-01-2022-1213864.jpg", + "pubDate": "Fri, 14 Jan 2022 14:55:55 GMT", + "enclosure": "https://images.bfmtv.com/U964CvCo9uytjtwZ_yujusanNCE=/0x0:2048x1152/800x0/images/Patrick-Duflos-donne-ses-consignes-aux-joueurs-de-volley-de-Sete-lors-d-un-match-de-championnat-le-20-octobre-2021-1215199.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/4UqT6VwTgq8eRlWaYO6C_LpS2lk=/0x27:2048x1179/800x0/images/Guinee-Equatoriale-Cote-d-Ivoire-le-12-01-2022-1213864.jpg", + "image": "https://images.bfmtv.com/U964CvCo9uytjtwZ_yujusanNCE=/0x0:2048x1152/800x0/images/Patrick-Duflos-donne-ses-consignes-aux-joueurs-de-volley-de-Sete-lors-d-un-match-de-championnat-le-20-octobre-2021-1215199.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26462,20 +27518,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad83806784996419227a887b2419a7d0", + "hash": "e8c4ae91d438427b250e89aa79c2cd8d", "highlights": [] }, { - "title": "Propos racistes lors de Toulouse-Rodez: le Téfécé sanctionné d'un point de retrait", - "description": "Toulouse a été sanctionné ce mercredi par le retrait d'un point avec sursis en raison des insultes racistes proférées par un supporter contre le gardien de Rodez, Lionel Mpasi, le 13 décembre. Il avait été traité de \"sale singe\" par un individu.

", - "content": "Toulouse a été sanctionné ce mercredi par le retrait d'un point avec sursis en raison des insultes racistes proférées par un supporter contre le gardien de Rodez, Lionel Mpasi, le 13 décembre. Il avait été traité de \"sale singe\" par un individu.

", + "title": "PSG: la date visée par Neymar pour son retour à la compétition", + "description": "Blessé à la cheville gauche depuis fin novembre, l’attaquant brésilien du PSG Neymar espère revenir à la compétition le 6 février pour le déplacement à Lille lors de la 23e journée de Ligue 1. A neuf jours du choc face au Real Madrid en 8e de finale aller Ligue des champions au Parc des Princes.

", + "content": "Blessé à la cheville gauche depuis fin novembre, l’attaquant brésilien du PSG Neymar espère revenir à la compétition le 6 février pour le déplacement à Lille lors de la 23e journée de Ligue 1. A neuf jours du choc face au Real Madrid en 8e de finale aller Ligue des champions au Parc des Princes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-2/propos-racistes-lors-de-toulouse-rodez-le-tefece-sanctionne-d-un-point-de-retrait_AV-202201120574.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-la-date-visee-par-neymar-pour-son-retour-a-la-competition_AV-202201140313.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 21:01:05 GMT", - "enclosure": "https://images.bfmtv.com/cznh7oeloPrx4C9mM5meMCHlZao=/0x39:2048x1191/800x0/images/Toulouse-Rodez-le-13-12-2021-1213856.jpg", + "pubDate": "Fri, 14 Jan 2022 14:44:57 GMT", + "enclosure": "https://images.bfmtv.com/Suc4Zy8d_YgEyu4xIafnBZEbkqc=/0x2:1920x1082/800x0/images/Neymar-espere-effectuer-son-retour-face-au-Losc-1215196.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/cznh7oeloPrx4C9mM5meMCHlZao=/0x39:2048x1191/800x0/images/Toulouse-Rodez-le-13-12-2021-1213856.jpg", + "image": "https://images.bfmtv.com/Suc4Zy8d_YgEyu4xIafnBZEbkqc=/0x2:1920x1082/800x0/images/Neymar-espere-effectuer-son-retour-face-au-Losc-1215196.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26484,20 +27540,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8511b74275a4f3a458486e3ec8a08a3d", + "hash": "8ecab6bc93354f9aa22bd01e75fa48a3", "highlights": [] }, { - "title": "Ligue 1: Lopez annonce que Koscielny \"ne terminera pas la saison\" à Bordeaux", - "description": "Dans un entretien donné à Sud Ouest, Gérard Lopez confirme que Bordeaux compte se séparer cet hiver de Laurent Koscielny et explique les raisons de ce choix fort. Il promet que l'ancien joueur d'Arsenal partira en janvier.

", - "content": "Dans un entretien donné à Sud Ouest, Gérard Lopez confirme que Bordeaux compte se séparer cet hiver de Laurent Koscielny et explique les raisons de ce choix fort. Il promet que l'ancien joueur d'Arsenal partira en janvier.

", + "title": "Bordeaux: poussé vers la sortie, Koscielny reste le capitaine de Petkovic", + "description": "En conférence de presse avant le match de Bordeaux à Rennes, prévu dimanche en Ligue 1, Vladimir Petkovic a confirmé ce vendredi Laurent Koscielny dans son rôle de capitaine, alors que la direction lui a montré la porte de sortie.

", + "content": "En conférence de presse avant le match de Bordeaux à Rennes, prévu dimanche en Ligue 1, Vladimir Petkovic a confirmé ce vendredi Laurent Koscielny dans son rôle de capitaine, alors que la direction lui a montré la porte de sortie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-lopez-annonce-que-koscielny-ne-terminera-pas-la-saison-a-bordeaux_AV-202201120564.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-pousse-vers-la-sortie-koscielny-reste-le-capitaine-de-petkovic_AV-202201140305.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 20:38:01 GMT", - "enclosure": "https://images.bfmtv.com/s3ZtXKRyg26jmcKKI3TgrlrfmYE=/0x184:2048x1336/800x0/images/Laurent-KOSCIELNY-1213833.jpg", + "pubDate": "Fri, 14 Jan 2022 14:26:35 GMT", + "enclosure": "https://images.bfmtv.com/YZos-rh4LEXjAAAixtd1nPl8G14=/0x52:2048x1204/800x0/images/Petkovic-Koscielny-1215179.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/s3ZtXKRyg26jmcKKI3TgrlrfmYE=/0x184:2048x1336/800x0/images/Laurent-KOSCIELNY-1213833.jpg", + "image": "https://images.bfmtv.com/YZos-rh4LEXjAAAixtd1nPl8G14=/0x52:2048x1204/800x0/images/Petkovic-Koscielny-1215179.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26506,42 +27562,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "5871e1a687c77156061b8b09877f1f6e", + "hash": "619bdf7980b5e92ddee03adac8a6726b", "highlights": [] }, { - "title": "CAN 2022: un passé polémique pour l'arbitre du surréaliste Tunisie-Mali", - "description": "Au sifflet ce mercredi lors du match de la Coupe d'Afrique des nations 2022 entre la Tunisie et le Mali (0-1), le Zambien Janny Sikazwe a provoqué la colère des Aigles de Carthage en sifflant la fin du match dans l'incompréhension générale. Il n'en est pas à sa première polémique.

", - "content": "Au sifflet ce mercredi lors du match de la Coupe d'Afrique des nations 2022 entre la Tunisie et le Mali (0-1), le Zambien Janny Sikazwe a provoqué la colère des Aigles de Carthage en sifflant la fin du match dans l'incompréhension générale. Il n'en est pas à sa première polémique.

", + "title": "JO 2022: l'histoire folle de Benjamin Alexander, ancien DJ et premier skieur alpin pour la Jamaïque aux Jeux d'hiver", + "description": "Né d'un père jamaïcain et d'une mère anglaise, Benjamin Alexander (38 ans) deviendra à Pékin le premier athlète à porter les couleurs de la Jamaïque lors d'une épreuve de ski alpin aux Jeux olympiques d'hiver. Une consécration pour cet ancien DJ et mannequin reconverti dans la haute finance et qui a découvert le ski en 2015.

", + "content": "Né d'un père jamaïcain et d'une mère anglaise, Benjamin Alexander (38 ans) deviendra à Pékin le premier athlète à porter les couleurs de la Jamaïque lors d'une épreuve de ski alpin aux Jeux olympiques d'hiver. Une consécration pour cet ancien DJ et mannequin reconverti dans la haute finance et qui a découvert le ski en 2015.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-un-passe-polemique-pour-l-arbitre-du-surrealiste-tunisie-mali_AV-202201120542.html", + "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-2022-l-histoire-folle-de-benjamin-alexander-ancien-dj-et-premier-skieur-alpin-pour-la-jamaique-aux-jeux-d-hiver_AV-202201140304.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 19:36:10 GMT", - "enclosure": "https://images.bfmtv.com/th39yMnx1PgzgNfpeus2FbrGJFU=/0x160:2048x1312/800x0/images/Tunisie-Mali-le-12-01-2022-1213791.jpg", + "pubDate": "Fri, 14 Jan 2022 14:20:33 GMT", + "enclosure": "https://images.bfmtv.com/dCVISzWPQoJXsyPrMGTxHIhunVw=/0x1:2048x1153/800x0/images/Benjamin-Alexander-le-21-12-2021-1215082.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/th39yMnx1PgzgNfpeus2FbrGJFU=/0x160:2048x1312/800x0/images/Tunisie-Mali-le-12-01-2022-1213791.jpg", + "image": "https://images.bfmtv.com/dCVISzWPQoJXsyPrMGTxHIhunVw=/0x1:2048x1153/800x0/images/Benjamin-Alexander-le-21-12-2021-1215082.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ffe15bbc5d3a572fb5bbe54d7bcfa720", + "hash": "fcf41b6dce99b2902f2f110ffcb73827", "highlights": [] }, { - "title": "Mercato: ça discute toujours entre Monaco et Newcastle pour Badiashile", - "description": "Actuellement blessé pour six semaines, Benoît Badiashile intéresse toujours Newcastle. Les Magpies continuent de discuter avec Monaco pour un transfert cet hiver.

", - "content": "Actuellement blessé pour six semaines, Benoît Badiashile intéresse toujours Newcastle. Les Magpies continuent de discuter avec Monaco pour un transfert cet hiver.

", + "title": "OL: Aulas tempère ses propos sur Bosz et Blanc", + "description": "Jean-Michel Aulas a renouvelé sa confiance en Peter Bosz ce vendredi sur les réseaux sociaux. Au lendemain d'une sortie où il rappelait le besoin de résultats de l'OL, le président lyonnais a assuré qu'il ne mettait pas la pression sur l'entraîneur de l'équipe première.\n

", + "content": "Jean-Michel Aulas a renouvelé sa confiance en Peter Bosz ce vendredi sur les réseaux sociaux. Au lendemain d'une sortie où il rappelait le besoin de résultats de l'OL, le président lyonnais a assuré qu'il ne mettait pas la pression sur l'entraîneur de l'équipe première.\n

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-ca-discute-toujours-entre-monaco-et-newcastle-pour-badiashile_AV-202201120535.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-aulas-tempere-ses-propos-sur-bosz-et-blanc_AV-202201140299.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 19:14:19 GMT", - "enclosure": "https://images.bfmtv.com/xxFlWe8m29ppL6v1KP5e_PHvK8g=/0x42:768x474/800x0/images/Le-defenseur-de-Monaco-Benoit-Badiashile-lors-du-match-de-Ligue-1-contre-le-Paris-SG-au-Parc-des-Princes-le-21-fevrier-2021-1027621.jpg", + "pubDate": "Fri, 14 Jan 2022 14:06:27 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": "https://images.bfmtv.com/xxFlWe8m29ppL6v1KP5e_PHvK8g=/0x42:768x474/800x0/images/Le-defenseur-de-Monaco-Benoit-Badiashile-lors-du-match-de-Ligue-1-contre-le-Paris-SG-au-Parc-des-Princes-le-21-fevrier-2021-1027621.jpg", + "image": "https://images.bfmtv.com/UGHynbgsZ__Bb-yuqzYL1MBo4no=/0x200:2048x1352/800x0/images/Jean-Michel-Aulas-face-a-la-presse-apres-OL-OM-1173221.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26550,20 +27606,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ede96ade35789a98c2f58fd96dab7b89", + "hash": "68c9961179c8e74bb091c0d1eb5ac18b", "highlights": [] }, { - "title": "Open d'Australie: la tendance serait à l'expulsion de Djokovic, une décision attendue jeudi", - "description": "Le gouvernement australien serait de plus en plus enclin à expulser Novak Djokovic, à quelques jours du début de l'Open d'Australie. Une décision est espérée pour ce jeudi.

", - "content": "Le gouvernement australien serait de plus en plus enclin à expulser Novak Djokovic, à quelques jours du début de l'Open d'Australie. Une décision est espérée pour ce jeudi.

", + "title": "OL: Bosz toujours sous le charme d’Azmoun mais…", + "description": "Peter Bosz a confirmé ce vendredi qu’il appréciait les qualités de Sardar Azmoun mais ne sait pas si Lyon le recrutera pendant le mercato hivernal. L’attaquant iranien du Zenith Saint-Pétersbourg reste l’une des cibles de l’OL et de l’entraîneur néerlandais depuis l’été 2021.

", + "content": "Peter Bosz a confirmé ce vendredi qu’il appréciait les qualités de Sardar Azmoun mais ne sait pas si Lyon le recrutera pendant le mercato hivernal. L’attaquant iranien du Zenith Saint-Pétersbourg reste l’une des cibles de l’OL et de l’entraîneur néerlandais depuis l’été 2021.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-la-tendance-serait-a-l-expulsion-de-djokovic-une-decision-attendue-jeudi_AV-202201120527.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-bosz-toujours-sous-le-charme-d-azmoun-mais_AV-202201140291.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 19:00:01 GMT", - "enclosure": "https://images.bfmtv.com/oow58x_AEmBptB-vz1jvMvVIwks=/0x56:1648x983/800x0/images/Novak-Djokovic-1213135.jpg", + "pubDate": "Fri, 14 Jan 2022 13:51:22 GMT", + "enclosure": "https://images.bfmtv.com/dyHppjO1IS3cjRi_4U3Q5M0MxxM=/0x0:2048x1152/800x0/images/Sardar-Azmoun-avec-le-Zenith-Saint-Petersbourg-le-24-octobre-2021-1215170.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/oow58x_AEmBptB-vz1jvMvVIwks=/0x56:1648x983/800x0/images/Novak-Djokovic-1213135.jpg", + "image": "https://images.bfmtv.com/dyHppjO1IS3cjRi_4U3Q5M0MxxM=/0x0:2048x1152/800x0/images/Sardar-Azmoun-avec-le-Zenith-Saint-Petersbourg-le-24-octobre-2021-1215170.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26572,20 +27628,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7469c0f46b747b6195effc957d1bb3d", + "hash": "99e10aa658780e43ba4017b96d5a0371", "highlights": [] }, { - "title": "Mercato: pourquoi l'OM va recruter Bakambu", - "description": "Libre depuis la fin de son aventure en Chine, et très apprécié par Pablo Longoria, le buteur congolais Cédric Bakambu devrait bientôt s'engager en faveur de l'OM. Il s'agit d'une opportunité de marché pour le club phocéen.

", - "content": "Libre depuis la fin de son aventure en Chine, et très apprécié par Pablo Longoria, le buteur congolais Cédric Bakambu devrait bientôt s'engager en faveur de l'OM. Il s'agit d'une opportunité de marché pour le club phocéen.

", + "title": "PSG en direct: Neymar pourrait rejouer contre Lille début février", + "description": "A la veille d'affronter Brest, le PSG organise une conférence de presse avec Mauricio Pochettino, à suivre à partir de 13h.

", + "content": "A la veille d'affronter Brest, le PSG organise une conférence de presse avec Mauricio Pochettino, à suivre à partir de 13h.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-pourquoi-l-om-va-recruter-bakambu_AV-202201120507.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-en-direct-toujours-pas-de-messi-ou-neymar_LN-202201140208.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 18:30:10 GMT", - "enclosure": "https://images.bfmtv.com/MJoOtsy1EFcri8EL-iRv-KZ6nI8=/0x102:2048x1254/800x0/images/Cedric-Bakambu-lors-de-RD-Congo-Zimbabwe-le-30-06-2019-1213747.jpg", + "pubDate": "Fri, 14 Jan 2022 10:43:38 GMT", + "enclosure": "https://images.bfmtv.com/BV8u7SV9dcsq9OCI_xSW5WnBw4Y=/0x325:1488x1162/800x0/images/Neymar-LGBT-1214299.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/MJoOtsy1EFcri8EL-iRv-KZ6nI8=/0x102:2048x1254/800x0/images/Cedric-Bakambu-lors-de-RD-Congo-Zimbabwe-le-30-06-2019-1213747.jpg", + "image": "https://images.bfmtv.com/BV8u7SV9dcsq9OCI_xSW5WnBw4Y=/0x325:1488x1162/800x0/images/Neymar-LGBT-1214299.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26594,20 +27650,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "126d89602cc7b5d9e212a0059842ea3e", + "hash": "2d2748bdb3442db3011431e69e72feda", "highlights": [] }, { - "title": "Barça-Real, les compos: Ferran Torres fait ses débuts, Alaba finalement absent", - "description": "Pour la demi-finale de Supercoupe d'Espagne, Ferran Torres fait ses débuts avec le Barça contre le Real Madrid (20h). L'attaquant espagnol est titulaire avec Luuk de Jong, préféré à Memphis Depay. En face, Carlo Ancelotti a dû composer avec le forfait de dernière minute de David Alaba.

", - "content": "Pour la demi-finale de Supercoupe d'Espagne, Ferran Torres fait ses débuts avec le Barça contre le Real Madrid (20h). L'attaquant espagnol est titulaire avec Luuk de Jong, préféré à Memphis Depay. En face, Carlo Ancelotti a dû composer avec le forfait de dernière minute de David Alaba.

", + "title": "OM: Longoria écarte un départ de Milik ou Dieng cet hiver", + "description": "L’arrivée de Cédric Bakambu (30 ans) n’entraînera pas un départ d’Arkadiusz Milik, un peu décevant cette saison, ou de Bamba Dieng. Pablo Longoria, président de l’OM, l’a assuré, ce vendredi en conférence de presse.

", + "content": "L’arrivée de Cédric Bakambu (30 ans) n’entraînera pas un départ d’Arkadiusz Milik, un peu décevant cette saison, ou de Bamba Dieng. Pablo Longoria, président de l’OM, l’a assuré, ce vendredi en conférence de presse.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/supercoupe-d-espagne/barca-real-les-compos-ferran-torres-fait-ses-debuts-alaba-finalement-absent_AV-202201120498.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/om-longoria-ecarte-un-depart-de-milik-ou-dieng-cet-hiver_AV-202201140288.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 18:20:13 GMT", - "enclosure": "https://images.bfmtv.com/yWZtAyLbJ4kh4K7UhwTob6Db9VM=/0x46:1888x1108/800x0/images/Ferran-Torres-1213034.jpg", + "pubDate": "Fri, 14 Jan 2022 13:38:26 GMT", + "enclosure": "https://images.bfmtv.com/xqVR-7I-8L4h1yrcL93xd7L_frM=/15x148:1999x1264/800x0/images/A-Milik-1191800.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/yWZtAyLbJ4kh4K7UhwTob6Db9VM=/0x46:1888x1108/800x0/images/Ferran-Torres-1213034.jpg", + "image": "https://images.bfmtv.com/xqVR-7I-8L4h1yrcL93xd7L_frM=/15x148:1999x1264/800x0/images/A-Milik-1191800.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26616,20 +27672,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9339480d306a7fca31f70f620483d33b", + "hash": "be469de7a7452f29eb12f4bd159884e3", "highlights": [] }, { - "title": "Open d'Australie en direct: le gouvernement pencherait pour l'expulsion de Djokovic", - "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", - "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "title": "Mercato en direct: Lille discute avec Ben Arfa", + "description": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", + "content": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-toutes-les-infos-et-rumeurs-du-13-janvier-2022_LN-202201130053.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", - "enclosure": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", + "pubDate": "Thu, 13 Jan 2022 06:04:16 GMT", + "enclosure": "https://images.bfmtv.com/3UmUjltPb1PSRz0KSZNESZa4V2k=/0x42:1968x1149/800x0/images/Hatem-Ben-Arfa-Bordeaux-967791.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", + "image": "https://images.bfmtv.com/3UmUjltPb1PSRz0KSZNESZa4V2k=/0x42:1968x1149/800x0/images/Hatem-Ben-Arfa-Bordeaux-967791.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26638,20 +27694,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "11d2ac8b4f41aca400f4b867a35af940", + "hash": "dc42121abbec16f5c7f5dc9c1d37b639", "highlights": [] }, { - "title": "JO 2022: tests, cas contact... les règles autour du Covid-19 pour les athlètes à Pékin", - "description": "Le 4 février, les Jeux olympiques d'hiver à Pékin débuteront. Dans cette période compliquée où le Covid-19 continue à se propager, le directeur adjoint des JO, Pierre Ducrey, a donné des précisions sur la marche à suivre pour les athlètres, en cas de contamination par le virus.

", - "content": "Le 4 février, les Jeux olympiques d'hiver à Pékin débuteront. Dans cette période compliquée où le Covid-19 continue à se propager, le directeur adjoint des JO, Pierre Ducrey, a donné des précisions sur la marche à suivre pour les athlètres, en cas de contamination par le virus.

", + "title": "Maroc-Comores en direct: les Marocains veulent valider leur ticket pour les 8es", + "description": "Après son succès face au Ghana en ouverture (1-0), le Maroc peut déjà valider son billet pour les 8es de finale de la CAN en cas de victoire face aux Comores, ce vendredi (17 heures).

", + "content": "Après son succès face au Ghana en ouverture (1-0), le Maroc peut déjà valider son billet pour les 8es de finale de la CAN en cas de victoire face aux Comores, ce vendredi (17 heures).

", "category": "", - "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-2022-tests-cas-contact-les-regles-autour-du-covid-19-pour-les-athletes-a-pekin_AV-202201120493.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/maroc-comores-en-direct-les-marocains-veulent-valider-leur-ticket-pour-les-8es_LS-202201140327.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 18:10:52 GMT", - "enclosure": "https://images.bfmtv.com/6rA9tEwcDn3dvs77M1Ernl6INso=/0x32:2048x1184/800x0/images/Jeux-olympiques-d-hiver-1213716.jpg", + "pubDate": "Fri, 14 Jan 2022 15:06:31 GMT", + "enclosure": "https://images.bfmtv.com/VrhJX8Z-7bZWuF2Jd5cVJA_tzBk=/0x138:2048x1290/800x0/images/Le-Maroc-face-a-la-Guinee-le-16-novembre-2021-1212074.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/6rA9tEwcDn3dvs77M1Ernl6INso=/0x32:2048x1184/800x0/images/Jeux-olympiques-d-hiver-1213716.jpg", + "image": "https://images.bfmtv.com/VrhJX8Z-7bZWuF2Jd5cVJA_tzBk=/0x138:2048x1290/800x0/images/Le-Maroc-face-a-la-Guinee-le-16-novembre-2021-1212074.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26660,42 +27716,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8201956097d8f42e6d8456afecef0d3", + "hash": "b26eb435603ca999ea47c197e279ca01", "highlights": [] }, { - "title": "Mercato: Cho est très suivi... mais les clubs jouent la montre", - "description": "Considéré comme un joueur très prometteur depuis ses débuts sous les couleurs d'Angers la saison dernière, Mohamed-Ali Cho agite l'actualité des transferts. Selon nos informations, les Angevins sont ouverts aux négociations mais souhaitent garder leur attaquant jusqu'à la fin de la saison.

", - "content": "Considéré comme un joueur très prometteur depuis ses débuts sous les couleurs d'Angers la saison dernière, Mohamed-Ali Cho agite l'actualité des transferts. Selon nos informations, les Angevins sont ouverts aux négociations mais souhaitent garder leur attaquant jusqu'à la fin de la saison.

", + "title": "Le sport face au Covid en direct: de nouveaux cas à Manchester City", + "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par la Coupe d'Europe de rugby. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par la Coupe d'Europe de rugby. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-cho-est-tres-suivi-mais-les-clubs-jouent-la-montre_AV-202201120485.html", + "link": "https://rmcsport.bfmtv.com/rugby/le-sport-face-au-covid-en-direct-un-boycott-de-la-coupe-d-europe-des-clubs-anglais_LN-202201110177.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 18:00:42 GMT", - "enclosure": "https://images.bfmtv.com/EI7VnpWKY9_YFlrHmhC7hDt8nww=/0x0:2048x1152/800x0/images/Mohamed-Ali-Cho-avec-Angers-1154004.jpg", + "pubDate": "Tue, 11 Jan 2022 09:06:28 GMT", + "enclosure": "https://images.bfmtv.com/CeR6vjCYuZDP636tYMzIJh3koHw=/0x39:768x471/800x0/images/Le-manager-de-Manchester-City-Pep-Guardiola-lors-d-un-match-de-Premier-League-contre-West-Ham-United-le-28-novembre-2021-a-Manchester-1190427.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/EI7VnpWKY9_YFlrHmhC7hDt8nww=/0x0:2048x1152/800x0/images/Mohamed-Ali-Cho-avec-Angers-1154004.jpg", + "image": "https://images.bfmtv.com/CeR6vjCYuZDP636tYMzIJh3koHw=/0x39:768x471/800x0/images/Le-manager-de-Manchester-City-Pep-Guardiola-lors-d-un-match-de-Premier-League-contre-West-Ham-United-le-28-novembre-2021-a-Manchester-1190427.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "716c7b4a1920e3ea1dc555d32082319f", + "hash": "a9466dd29d13b991c2b4a8cd61680694", "highlights": [] }, { - "title": "Mercato: Arsenal cible Arthur, la Juve pense à Guimarães", - "description": "Peu actif sur le marché des transferts cet hiver, la tendance pourrait vite changer à Arsenal. Selon nos informations, les Gunners veulent un milieu de terrain et la priorité se nomme Arthur. Des négociations ont lieu avec la Juventus qui, de son côté, pense à Bruno Guimarães.

", - "content": "Peu actif sur le marché des transferts cet hiver, la tendance pourrait vite changer à Arsenal. Selon nos informations, les Gunners veulent un milieu de terrain et la priorité se nomme Arthur. Des négociations ont lieu avec la Juventus qui, de son côté, pense à Bruno Guimarães.

", + "title": "OM en direct: Longoria exclut un départ de Milik après l'arrivée de Bakambu", + "description": "Au lendemain de l'annonce de son recrutement à l'OM, Cédric Bakambu a été présenté ce vendredi à la presse. Après l'intervention de l'attaquant et du président Pablo Longoria, Jorge Sampaoli s'est aussi exprimé face aux journalistes, alors que son équipe recevra Lille dans deux jours en clôture de la 21e journée de Ligue 1.

", + "content": "Au lendemain de l'annonce de son recrutement à l'OM, Cédric Bakambu a été présenté ce vendredi à la presse. Après l'intervention de l'attaquant et du président Pablo Longoria, Jorge Sampaoli s'est aussi exprimé face aux journalistes, alors que son équipe recevra Lille dans deux jours en clôture de la 21e journée de Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-arsenal-cible-arthur-la-juve-pense-a-guimaraes_AV-202201120471.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-en-direct-suivez-la-presentation-de-bakambu-et-la-conf-de-sampaoli-avant-le-choc-contre-lille_LN-202201140197.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 17:53:16 GMT", - "enclosure": "https://images.bfmtv.com/3qqpobWXK062RyfYuukGjHD3hvs=/0x212:2048x1364/800x0/images/Le-Bresilien-Arthur-avec-la-Juventus-en-decembre-2021-1213499.jpg", + "pubDate": "Fri, 14 Jan 2022 10:28:08 GMT", + "enclosure": "https://images.bfmtv.com/NdNoKxOpVyxNHx0BlR0NN1eJgE4=/0x42:2048x1194/800x0/images/Pablo-LONGORIA-1162047.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/3qqpobWXK062RyfYuukGjHD3hvs=/0x212:2048x1364/800x0/images/Le-Bresilien-Arthur-avec-la-Juventus-en-decembre-2021-1213499.jpg", + "image": "https://images.bfmtv.com/NdNoKxOpVyxNHx0BlR0NN1eJgE4=/0x42:2048x1194/800x0/images/Pablo-LONGORIA-1162047.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26704,20 +27760,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e07c7c62f435e90779e67c4597e10df", + "hash": "ffa84b8e105357b6fb8f60c08f5d78b3", "highlights": [] }, { - "title": "Barça-Real: sur quelle chaîne et à quelle heure regarder la demi-finale de la Supercoupe d'Espagne", - "description": "Le FC Barcelone et le Real Madrid s'affrontent ce mercredi en Arabie saoudite en demi-finale de la Supercoupe d'Espagne (20h). Un Clasico à suivre sur la chaîne L'Equipe et le site RMC Sport en live commenté.

", - "content": "Le FC Barcelone et le Real Madrid s'affrontent ce mercredi en Arabie saoudite en demi-finale de la Supercoupe d'Espagne (20h). Un Clasico à suivre sur la chaîne L'Equipe et le site RMC Sport en live commenté.

", + "title": "OM: Bakambu explique pourquoi il a dit oui à Longoria et rassure sur sa forme", + "description": "Au lendemain de sa signature à Marseille pour deux ans et demi, Cédric Bakambu a été présenté aux médias ce vendredi. L'attaquant congolais, qui a tenu à rappeler son surnom (\"Bakagoal\"), n'a éludé aucune question.

", + "content": "Au lendemain de sa signature à Marseille pour deux ans et demi, Cédric Bakambu a été présenté aux médias ce vendredi. L'attaquant congolais, qui a tenu à rappeler son surnom (\"Bakagoal\"), n'a éludé aucune question.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/supercoupe-d-espagne/barca-real-sur-quelle-chaine-et-a-quelle-heure-regarder-la-demi-finale-de-la-supercoupe-d-espagne_AV-202201120463.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-bakambu-explique-pourquoi-il-a-dit-oui-a-longoria-et-rassure-sur-sa-forme_AV-202201140287.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 17:45:25 GMT", - "enclosure": "https://images.bfmtv.com/DaNkfrY7iYt8F4YDapbw8RwBK5U=/0x103:2048x1255/800x0/images/Karim-BENZEMA-le-04-12-2021-1213709.jpg", + "pubDate": "Fri, 14 Jan 2022 13:33:59 GMT", + "enclosure": "https://images.bfmtv.com/YeaMTFbM-D-qWTyH2lzoBwhVtcs=/0x0:1024x576/800x0/images/Bakambu-lors-de-sa-presentation-a-l-OM-le-14-janvier-2022-1215149.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/DaNkfrY7iYt8F4YDapbw8RwBK5U=/0x103:2048x1255/800x0/images/Karim-BENZEMA-le-04-12-2021-1213709.jpg", + "image": "https://images.bfmtv.com/YeaMTFbM-D-qWTyH2lzoBwhVtcs=/0x0:1024x576/800x0/images/Bakambu-lors-de-sa-presentation-a-l-OM-le-14-janvier-2022-1215149.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26726,20 +27782,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "967364e810f5a12f1ec98a26b26f0c15", + "hash": "aab3f955ece457f12f724a684cc67bbb", "highlights": [] }, { - "title": "CAN 2022: triple erreur d'hymne lors de Mauritanie-Gambie", - "description": "L'hymne de la Mauritanie, qui affronte la Gambie ce mercredi à la CAN 2022, n'a pas été diffusé. Les organisateurs du match ont diffusé trois fois le mauvais hymne, avant de renoncer et de se contenter de l'hymne de la Gambie.

", - "content": "L'hymne de la Mauritanie, qui affronte la Gambie ce mercredi à la CAN 2022, n'a pas été diffusé. Les organisateurs du match ont diffusé trois fois le mauvais hymne, avant de renoncer et de se contenter de l'hymne de la Gambie.

", + "title": "Affaire Djokovic: cinq questions pour comprendre la nouvelle annulation de visa et les prochaines étapes", + "description": "La participation de Novak Djokovic au prochain Open d'Australie semble compromise après l'annulation de son visa ce vendredi par le ministre australien de l'Immigration. Le joueur de tennis serbe a déposé un recours devant la justice dont l'issue pourrait grandement impacter le tournoi à Melbourne. On devrait être fixé dimanche sur son sort, mais l'affaire a été transférée à la justice fédérale.

", + "content": "La participation de Novak Djokovic au prochain Open d'Australie semble compromise après l'annulation de son visa ce vendredi par le ministre australien de l'Immigration. Le joueur de tennis serbe a déposé un recours devant la justice dont l'issue pourrait grandement impacter le tournoi à Melbourne. On devrait être fixé dimanche sur son sort, mais l'affaire a été transférée à la justice fédérale.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-triple-erreur-d-hymne-lors-de-mauritanie-gambie_AV-202201120460.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/affaire-djokovic-cinq-questions-pour-comprendre-sa-nouvelle-annulation-de-visa-en-australie_AV-202201140183.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 17:34:34 GMT", - "enclosure": "https://images.bfmtv.com/XCDvuUpA8_iekQknW9WGsRHG5yo=/0x0:1920x1080/800x0/images/Mauritanie-1213715.jpg", + "pubDate": "Fri, 14 Jan 2022 09:56:14 GMT", + "enclosure": "https://images.bfmtv.com/MRPFJ7bxw8bWspdZvTVpULWxZ00=/0x0:2048x1152/800x0/images/Novak-Djokovic-lors-d-un-entrainement-en-Australie-le-13-janvier-2022-1214994.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/XCDvuUpA8_iekQknW9WGsRHG5yo=/0x0:1920x1080/800x0/images/Mauritanie-1213715.jpg", + "image": "https://images.bfmtv.com/MRPFJ7bxw8bWspdZvTVpULWxZ00=/0x0:2048x1152/800x0/images/Novak-Djokovic-lors-d-un-entrainement-en-Australie-le-13-janvier-2022-1214994.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26748,20 +27804,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a4f4a58864612791c76c197341935a7", + "hash": "251bb6962b233934b01d9653bf6516b3", "highlights": [] }, { - "title": "CAN 2022: une réserve déposée par la Tunisie qui ne veut pas en rester-là après sa défaite face au Mali", - "description": "Hussein Junayah, chef de délégation tunisienne, a confirmé ce mercredi le dépôt d’une réserve par la Tunisie après la fin de match folle de son premier match de la CAN 2022 contre le Mali. Une réclamation formulée après avoir vu l’arbitre siffler la fin de match trop tôt, à deux reprises.

", - "content": "Hussein Junayah, chef de délégation tunisienne, a confirmé ce mercredi le dépôt d’une réserve par la Tunisie après la fin de match folle de son premier match de la CAN 2022 contre le Mali. Une réclamation formulée après avoir vu l’arbitre siffler la fin de match trop tôt, à deux reprises.

", + "title": "PSG: Pochettino confirme le forfait de Messi face à Brest et donne des nouvelles de Neymar", + "description": "Mauricio Pochettino a confirmé le forfait de Lionel Messi face à Brest, samedi (21h, 21e journée). Il a aussi donné des nouvelles de Neymar qui progresse.

", + "content": "Mauricio Pochettino a confirmé le forfait de Lionel Messi face à Brest, samedi (21h, 21e journée). Il a aussi donné des nouvelles de Neymar qui progresse.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-une-reserve-deposee-par-la-tunisie-qui-ne-veut-pas-en-rester-la-apres-sa-defaite-face-au-mali_AV-202201120443.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pochettino-confirme-le-forfait-de-messi-face-a-brest-et-donne-des-nouvelles-de-neymar_AV-202201140279.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 17:18:12 GMT", - "enclosure": "https://images.bfmtv.com/5HUXgBQmy6aII7p9k_1-TO5DjTc=/0x106:2048x1258/800x0/images/Des-supporters-tunisiens-lors-du-match-de-la-CAN-2022-contre-le-Mali-1213690.jpg", + "pubDate": "Fri, 14 Jan 2022 13:00:35 GMT", + "enclosure": "https://images.bfmtv.com/ZDJsQDZhULuDL5I-3kIPMgejAMc=/0x83:2048x1235/800x0/images/Lionel-Messi-1215126.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/5HUXgBQmy6aII7p9k_1-TO5DjTc=/0x106:2048x1258/800x0/images/Des-supporters-tunisiens-lors-du-match-de-la-CAN-2022-contre-le-Mali-1213690.jpg", + "image": "https://images.bfmtv.com/ZDJsQDZhULuDL5I-3kIPMgejAMc=/0x83:2048x1235/800x0/images/Lionel-Messi-1215126.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26770,20 +27826,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f2c7f217f893b4b5ae07cd18f647fca", + "hash": "c2c6c0ca075cd88e46ee1759bc5f337a", "highlights": [] }, { - "title": "Bordeaux: mis à l'écart du groupe pro, Zerkane se défend face aux rumeurs", - "description": "Dans un message posté sur ses réseaux sociaux, Mehdi Zerkane confirme avoir été mis à l'écart du groupe professionnel des Girondins de Bordeaux. Le milieu algérien assure en revanche ne jamais avoir menti concernant ses tests PCR.

", - "content": "Dans un message posté sur ses réseaux sociaux, Mehdi Zerkane confirme avoir été mis à l'écart du groupe professionnel des Girondins de Bordeaux. Le milieu algérien assure en revanche ne jamais avoir menti concernant ses tests PCR.

", + "title": "Bayern Munich: Davies victime d’une myocardite après une infection au Covid", + "description": "Touché récemment par le Covid-19, Alphonse Davies va manquer plusieurs semaines de compétition, mais pour une autre raison. Le coach du Bayern Munich Julian Nagelsmann a annoncé ce vendredi que le latéral gauche a \"des signes de myocardite légère\".

", + "content": "Touché récemment par le Covid-19, Alphonse Davies va manquer plusieurs semaines de compétition, mais pour une autre raison. Le coach du Bayern Munich Julian Nagelsmann a annoncé ce vendredi que le latéral gauche a \"des signes de myocardite légère\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-mis-a-l-ecart-du-groupe-pro-zerkane-se-defend-face-aux-rumeurs_AV-202201120431.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bayern-munich-davies-victime-d-une-myocardite-apres-une-infection-au-covid_AV-202201140273.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 17:01:42 GMT", - "enclosure": "https://images.bfmtv.com/uH4O7PEMNpHB27v64KzLuulQSVU=/0x106:2048x1258/800x0/images/Mehdi-ZERKANE-lors-de-Marseille-Bordeaux-le-15-08-2021-1213649.jpg", + "pubDate": "Fri, 14 Jan 2022 12:57:26 GMT", + "enclosure": "https://images.bfmtv.com/_2Z1gAI1pkjr5FFIn4K6um7DSI8=/0x194:2048x1346/800x0/images/Alphonso-Davies-993482.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/uH4O7PEMNpHB27v64KzLuulQSVU=/0x106:2048x1258/800x0/images/Mehdi-ZERKANE-lors-de-Marseille-Bordeaux-le-15-08-2021-1213649.jpg", + "image": "https://images.bfmtv.com/_2Z1gAI1pkjr5FFIn4K6um7DSI8=/0x194:2048x1346/800x0/images/Alphonso-Davies-993482.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26792,20 +27848,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1414ef3b939b9066486596583d9e66be", + "hash": "63185d450ed92265ff37624e003e131d", "highlights": [] }, { - "title": "Le clan Raiola dément une hospitalisation d'urgence et parle d'une intervention programmée", - "description": "La Gazzetta dello Sport annonçait ce mercredi l’hospitalisation en urgence de Mino Raiola en Italie. Sur son compte twitter, le clan de l’agent de joueurs a rassuré sur son état de santé.

", - "content": "La Gazzetta dello Sport annonçait ce mercredi l’hospitalisation en urgence de Mino Raiola en Italie. Sur son compte twitter, le clan de l’agent de joueurs a rassuré sur son état de santé.

", + "title": "Sénégal-Guinée en direct: Tout le monde a souffert, surtout les spectateurs", + "description": "Deuxième match de la CAN pour les Lions de la Teranga après leur victorie inaugurale très poussive.

", + "content": "Deuxième match de la CAN pour les Lions de la Teranga après leur victorie inaugurale très poussive.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/le-clan-raiola-dement-une-hospitalisation-d-urgence-et-parle-d-une-intervention-programmee_AV-202201120424.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/senegal-guinee-en-direct-le-senegal-joue-deja-sa-qualif_LS-202201140269.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 16:57:31 GMT", - "enclosure": "https://images.bfmtv.com/CCFaJiyfMkumdMwTzE8ucLbQVRQ=/0x109:2048x1261/800x0/images/Mino-Raiola-1018259.jpg", + "pubDate": "Fri, 14 Jan 2022 12:48:49 GMT", + "enclosure": "https://images.bfmtv.com/2Qnm-bPUQusTV7bg4ZOcnfEqS2o=/0x51:2032x1194/800x0/images/Le-Senegal-entre-en-lice-ce-lundi-1211778.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/CCFaJiyfMkumdMwTzE8ucLbQVRQ=/0x109:2048x1261/800x0/images/Mino-Raiola-1018259.jpg", + "image": "https://images.bfmtv.com/2Qnm-bPUQusTV7bg4ZOcnfEqS2o=/0x51:2032x1194/800x0/images/Le-Senegal-entre-en-lice-ce-lundi-1211778.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26814,20 +27870,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "95205a56d1ff7632a8f6571c2c1628b9", + "hash": "d0e19640ad2ad44c51a795d4f6c59e14", "highlights": [] }, { - "title": "Nice: Galtier n'exclut pas de nouveaux départs au mercato", - "description": "Deuxième en Ligue 1 derrière le PSG, l’OGC Nice a accueilli en prêt Jordan Amavi pour combler le départ d’Hassane Kamara. En conférence de presse, le technicien Christophe Galtier a été interrogé sur la suite du mercato.

", - "content": "Deuxième en Ligue 1 derrière le PSG, l’OGC Nice a accueilli en prêt Jordan Amavi pour combler le départ d’Hassane Kamara. En conférence de presse, le technicien Christophe Galtier a été interrogé sur la suite du mercato.

", + "title": "PRONOS PARIS RMC Les paris du 14 janvier sur Nice - Nantes – Ligue 1", + "description": "Notre pronostic: Nice bat Nantes et Gouiri ou Delort buteur (2.10)

", + "content": "Notre pronostic: Nice bat Nantes et Gouiri ou Delort buteur (2.10)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/nice-galtier-n-exclut-pas-de-nouveaux-departs-au-mercato_AV-202201120408.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-14-janvier-sur-nice-nantes-ligue-1_AN-202201130386.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 16:43:24 GMT", - "enclosure": "https://images.bfmtv.com/pLPoYALitRE1lHLdYSMBZkx32z0=/0x0:1200x675/800x0/images/Christophe-Galtier-1211477.jpg", + "pubDate": "Thu, 13 Jan 2022 23:05:00 GMT", + "enclosure": "https://images.bfmtv.com/7-kCm7wVFVk9TkrnHhiZ8Rx0ozg=/0x104:2000x1229/800x0/images/Gouiri-et-Delort-Nice-1214451.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/pLPoYALitRE1lHLdYSMBZkx32z0=/0x0:1200x675/800x0/images/Christophe-Galtier-1211477.jpg", + "image": "https://images.bfmtv.com/7-kCm7wVFVk9TkrnHhiZ8Rx0ozg=/0x104:2000x1229/800x0/images/Gouiri-et-Delort-Nice-1214451.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26836,20 +27892,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9bb0c43876f19807ca4ce0db5c643b57", + "hash": "9653c877a6f6a3cc65018a06d9a666d7", "highlights": [] }, { - "title": "Mercato en direct: la Juventus pense à Bruno Guimarães", - "description": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", - "content": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", + "title": "PRONOS PARIS RMC Le pari football de Jérôme Rothen du 14 janvier – Ligue 1", + "description": "Mon pronostic : Nice bat Nantes sans encaisser de but (2.45)

", + "content": "Mon pronostic : Nice bat Nantes sans encaisser de but (2.45)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-lucas-digne-en-direction-d-aston-villa_LN-202201100063.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-jerome-rothen-du-14-janvier-ligue-1_AN-202201140268.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 06:35:48 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": "Fri, 14 Jan 2022 12:46:58 GMT", + "enclosure": "https://images.bfmtv.com/-aFrCteV0DT-GexeIZ5aUihqfd8=/0x104:1984x1220/800x0/images/Nice-1215131.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/HrOrNUPqAfmgfJq8X0z35bdEQuk=/0x55:2048x1207/800x0/images/Bruno-Guimaraes-lors-du-match-face-a-Strasbourg-le-12-septembre-1126773.jpg", + "image": "https://images.bfmtv.com/-aFrCteV0DT-GexeIZ5aUihqfd8=/0x104:1984x1220/800x0/images/Nice-1215131.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26858,20 +27914,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "644643cc096ca1e460c7501d6360430e", + "hash": "0721d520ab35285168f5ac9a8115bd51", "highlights": [] }, { - "title": "CAN 2022: les Maliens aussi n'ont pas compris la fin de match rocambolesque contre la Tunisie", - "description": "Le match Tunisie-Mali (0-1) de la Coupe d’Afrique des nations 2022 s'est terminé de manière chaotique ce mercredi avec un coup de sifflet final sifflé trop tôt à deux reprises. Le défenseur malien Massadio Haïdara a expliqué pourquoi son équipe a fini par revenir sur le terrain.

", - "content": "Le match Tunisie-Mali (0-1) de la Coupe d’Afrique des nations 2022 s'est terminé de manière chaotique ce mercredi avec un coup de sifflet final sifflé trop tôt à deux reprises. Le défenseur malien Massadio Haïdara a expliqué pourquoi son équipe a fini par revenir sur le terrain.

", + "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier du 14 janvier – Ligue 1", + "description": "Mon pronostic : Nice bat Nantes, Gouiri ou Dolberg buteur (2.90)

", + "content": "Mon pronostic : Nice bat Nantes, Gouiri ou Dolberg buteur (2.90)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-les-maliens-aussi-n-ont-pas-compris-la-fin-de-match-rocambolesque-contre-la-tunisie_AV-202201120400.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-14-janvier-ligue-1_AN-202201140264.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 16:32:16 GMT", - "enclosure": "https://images.bfmtv.com/ZGA5shTwNhuV6OQVjMlAqXn0rL8=/0x196:2048x1348/800x0/images/Massadio-Haidara-et-Hannibal-Mejbri-lors-de-Tunisie-Mali-CAN-le-12-janvier-2022-1213614.jpg", + "pubDate": "Fri, 14 Jan 2022 12:38:43 GMT", + "enclosure": "https://images.bfmtv.com/KsNYtiPkWHlfmGFvJNdnNG0Sfqg=/3x31:1987x1147/800x0/images/A-Gouiri-1215125.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ZGA5shTwNhuV6OQVjMlAqXn0rL8=/0x196:2048x1348/800x0/images/Massadio-Haidara-et-Hannibal-Mejbri-lors-de-Tunisie-Mali-CAN-le-12-janvier-2022-1213614.jpg", + "image": "https://images.bfmtv.com/KsNYtiPkWHlfmGFvJNdnNG0Sfqg=/3x31:1987x1147/800x0/images/A-Gouiri-1215125.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26880,20 +27936,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4697f88eb18203a8b9dc42a3a8922d14", + "hash": "938461df834c6e342b6427882ef5ef32", "highlights": [] }, { - "title": "\"J’ai perdu six kilos\": Cassano raconte son calvaire sous Covid", - "description": "Lors d’un live Twitch avec son ancien coéquipier en sélection Christian Vieri, Antonio Cassano s'est exprimé sur sa récente hospitalisation. Il a connu des complications après avoir été testé positif au coronavirus.

", - "content": "Lors d’un live Twitch avec son ancien coéquipier en sélection Christian Vieri, Antonio Cassano s'est exprimé sur sa récente hospitalisation. Il a connu des complications après avoir été testé positif au coronavirus.

", + "title": "Open d'Australie en direct: Djokovic de retour en rétention samedi matin?", + "description": "L'Open d'Australie 2022 débute dans quelques jours (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation (une deuxième fois) du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "content": "L'Open d'Australie 2022 débute dans quelques jours (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation (une deuxième fois) du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/j-ai-perdu-six-kilos-cassano-raconte-son-calvaire-sous-covid_AV-202201120377.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 16:02:12 GMT", - "enclosure": "https://images.bfmtv.com/5EClgXk8z9qSrNNlCNywcIeAAls=/0x106:1968x1213/800x0/images/Antonio-Cassano-1213599.jpg", + "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", + "enclosure": "https://images.bfmtv.com/sQfzUDRkkdtKKZK4B0ikn0YfbHM=/0x5:2048x1157/800x0/images/Novak-Djokovic-1214866.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/5EClgXk8z9qSrNNlCNywcIeAAls=/0x106:1968x1213/800x0/images/Antonio-Cassano-1213599.jpg", + "image": "https://images.bfmtv.com/sQfzUDRkkdtKKZK4B0ikn0YfbHM=/0x5:2048x1157/800x0/images/Novak-Djokovic-1214866.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26902,20 +27958,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b923323b7f0fceb82a3cf51bc5700487", + "hash": "2d42af5b5507af978c05a8ae47d9296b", "highlights": [] }, { - "title": "CAN 2022: fin de match totalement dingue et polémique, l'arbitre de Tunisie-Mali a sifflé trop tôt", - "description": "Le Mali s'est imposé 1-0 face à la Tunisie, ce mercredi à la CAN 2022. Mais la fin du match a été sifflée trop tôt par l'arbitre, à deux reprises. Le match aurait dû reprendre, à la suite de cette erreur, mais les Tunisiens ne sont pas revenus sur la pelouse.

", - "content": "Le Mali s'est imposé 1-0 face à la Tunisie, ce mercredi à la CAN 2022. Mais la fin du match a été sifflée trop tôt par l'arbitre, à deux reprises. Le match aurait dû reprendre, à la suite de cette erreur, mais les Tunisiens ne sont pas revenus sur la pelouse.

", + "title": "Ligue 1 en direct: Bosz répond à Aulas", + "description": "Suivez en direct toutes les informations sur la 21e journée de Ligue 1 qui débute vendredi avec le match entre Nice et Nantes.

", + "content": "Suivez en direct toutes les informations sur la 21e journée de Ligue 1 qui débute vendredi avec le match entre Nice et Nantes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-fin-de-match-totalement-dingue-et-polemique-l-arbitre-de-tunisie-mali-a-siffle-trop-tot_AV-202201120364.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-toutes-les-infos-avant-la-21e-journee_LN-202201120214.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 15:38:30 GMT", - "enclosure": "https://images.bfmtv.com/bMHwLXsTe1TmcKZmIMqZG5PzSsQ=/0x0:1920x1080/800x0/images/Janny-Sikazwe-1213585.jpg", + "pubDate": "Wed, 12 Jan 2022 09:45:49 GMT", + "enclosure": "https://images.bfmtv.com/L14dKUjTnn7A8ro1JXM-FjNQhnM=/0x49:2048x1201/800x0/images/Peter-Bosz-a-Lyon-en-septembre-2021-1210510.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/bMHwLXsTe1TmcKZmIMqZG5PzSsQ=/0x0:1920x1080/800x0/images/Janny-Sikazwe-1213585.jpg", + "image": "https://images.bfmtv.com/L14dKUjTnn7A8ro1JXM-FjNQhnM=/0x49:2048x1201/800x0/images/Peter-Bosz-a-Lyon-en-septembre-2021-1210510.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26924,20 +27980,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "85f5851dbbf8dd9bb24b60ad23ccba1b", + "hash": "c050a1d55feed9cadb9585c351ae7743", "highlights": [] }, { - "title": "Premier League: la prolongation de Salah à Liverpool \"en bonne voie\", selon Klopp", - "description": "Sous contrat avec Liverpool jusqu'en juin 2023, Mohammed Salah avait évoqué cette semaine sa volonté de prolonger son contrat avec les Reds. Ce mercredi, son entraîneur Jürgen Klopp a assuré devant la presse que ce dossier est \"en bonne voie\".

", - "content": "Sous contrat avec Liverpool jusqu'en juin 2023, Mohammed Salah avait évoqué cette semaine sa volonté de prolonger son contrat avec les Reds. Ce mercredi, son entraîneur Jürgen Klopp a assuré devant la presse que ce dossier est \"en bonne voie\".

", + "title": "PRONOS PARIS RMC Le pari rugby de Denis Charvet du 14 janvier – Coupe d’Europe", + "description": "Mon pronostic : le Munster gagne à Castres entre 8 et 14 points d’écart (3.50)

", + "content": "Mon pronostic : le Munster gagne à Castres entre 8 et 14 points d’écart (3.50)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-la-prolongation-de-salah-a-liverpool-en-bonne-voie-selon-klopp_AV-202201120360.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-rugby-de-denis-charvet-du-14-janvier-coupe-d-europe_AN-202201140261.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 15:15:38 GMT", - "enclosure": "https://images.bfmtv.com/VeTYHw7BzEiL9YCz0Fee8DIjGd4=/0x0:2000x1125/800x0/images/Mohamed-Salah-Liverpool-1173218.jpg", + "pubDate": "Fri, 14 Jan 2022 12:19:31 GMT", + "enclosure": "https://images.bfmtv.com/2Ni58zs_KqchHlqYL2eCXNHmERw=/0x50:1984x1166/800x0/images/Munster-1215118.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/VeTYHw7BzEiL9YCz0Fee8DIjGd4=/0x0:2000x1125/800x0/images/Mohamed-Salah-Liverpool-1173218.jpg", + "image": "https://images.bfmtv.com/2Ni58zs_KqchHlqYL2eCXNHmERw=/0x50:1984x1166/800x0/images/Munster-1215118.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26946,42 +28002,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "67c256b7b95869251a6a32c98b8e6df2", + "hash": "976088983ebdc577861bef51d8f5d71d", "highlights": [] }, { - "title": "Barça-Real en direct: nouvelle égalisation, prolongation en cours", - "description": "Le FC Barcelone et le Real Madrid ont rendez-vous ce mercredi du côté de Riyad, capitale de l'Arabie saoudite, pour la première demi-finale de la Supercoupe d'Espagne. Un Clasico à suivre en direct commenté sur RMC Sport. Coup d'envoi à 20h.

", - "content": "Le FC Barcelone et le Real Madrid ont rendez-vous ce mercredi du côté de Riyad, capitale de l'Arabie saoudite, pour la première demi-finale de la Supercoupe d'Espagne. Un Clasico à suivre en direct commenté sur RMC Sport. Coup d'envoi à 20h.

", + "title": "Dakar: un jeune mécanicien français est mort dans un accident", + "description": "Les organisateurs du Dakar ont annoncé la mort d’un mécanicien dans un accident entre le véhicule d’assistance qu’il conduisait et un camion local, ce vendredi.

", + "content": "Les organisateurs du Dakar ont annoncé la mort d’un mécanicien dans un accident entre le véhicule d’assistance qu’il conduisait et un camion local, ce vendredi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/supercoupe-d-espagne/supercoupe-d-espagne-en-direct-suivez-le-clasico-barca-real-en-demi-finale_LS-202201120446.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/rallye/dakar-un-mecanicien-francais-est-mort-dans-un-accident_AV-202201140256.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 17:20:37 GMT", - "enclosure": "https://images.bfmtv.com/3VAiDhwqY0_Ddx5ye8Oww0SPBrA=/0x0:2048x1152/800x0/images/Barca-Real-1213862.jpg", + "pubDate": "Fri, 14 Jan 2022 12:08:11 GMT", + "enclosure": "https://images.bfmtv.com/JOHRCK606YEXFREFKidxoMEjAvk=/0x0:768x432/800x0/images/Philippe-Boutron-grievement-blesse-dans-l-explosion-de-son-vehicule-a-Jeddah-en-Arabie-Saoudite-avant-le-depart-du-Dakar-2022-le-30-decembre-est-sorti-du-coma-a-declare-jeudi-son-fils-dans-une-entretien-a-RMC-1209611.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/3VAiDhwqY0_Ddx5ye8Oww0SPBrA=/0x0:2048x1152/800x0/images/Barca-Real-1213862.jpg", + "image": "https://images.bfmtv.com/JOHRCK606YEXFREFKidxoMEjAvk=/0x0:768x432/800x0/images/Philippe-Boutron-grievement-blesse-dans-l-explosion-de-son-vehicule-a-Jeddah-en-Arabie-Saoudite-avant-le-depart-du-Dakar-2022-le-30-decembre-est-sorti-du-coma-a-declare-jeudi-son-fils-dans-une-entretien-a-RMC-1209611.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fd83e72207f5bf65e05303c147cef1bb", + "hash": "8031c26d1d0b79103bef12c47636042a", "highlights": [] }, { - "title": "Barça-Real: Benzema décisif, un but chanceux pour le Barça", - "description": "Le Barça et Le Real sont dos-à-dos à la pause ce mercredi en demi-finale de la Supercoupe d’Espagne (1-1). Avec un but plein de réussite de Luuk De Jong, les Catalans ont répondu à l’ouverture du score de Vinicius sur un service de Benzema.

", - "content": "Le Barça et Le Real sont dos-à-dos à la pause ce mercredi en demi-finale de la Supercoupe d’Espagne (1-1). Avec un but plein de réussite de Luuk De Jong, les Catalans ont répondu à l’ouverture du score de Vinicius sur un service de Benzema.

", + "title": "CAN en direct: six cas de Covid pour la Tunisie", + "description": "Suivez en direct la Coupe d'Afrique des nations. Trois matchs étaient au programme mercredi: Tunisie-Mali (0-1), Mauritanie-Gambie (0-1), Guinée Equatoriale-Côte d'Ivoire (0-1).

", + "content": "Suivez en direct la Coupe d'Afrique des nations. Trois matchs étaient au programme mercredi: Tunisie-Mali (0-1), Mauritanie-Gambie (0-1), Guinée Equatoriale-Côte d'Ivoire (0-1).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/barca-real-benzema-decisif-un-but-chanceux-pour-le-barca_AV-202201120552.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-en-direct-toutes-les-infos_LN-202201100133.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 20:07:00 GMT", - "enclosure": "https://images.bfmtv.com/gxnqa3wq9vcSxGcMztmMmHmerVc=/0x39:768x471/800x0/images/L-attaquant-du-Real-Karim-Benzema-frappe-au-but-contre-Valence-le-8-janvier-2022-a-Madrid-1211221.jpg", + "pubDate": "Mon, 10 Jan 2022 08:03:07 GMT", + "enclosure": "https://images.bfmtv.com/_UqA6yzn7vpmXCrnDTiKiF_h_mU=/0x197:2048x1349/800x0/images/Naim-Sliti-avec-la-Tunisie-1215113.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/gxnqa3wq9vcSxGcMztmMmHmerVc=/0x39:768x471/800x0/images/L-attaquant-du-Real-Karim-Benzema-frappe-au-but-contre-Valence-le-8-janvier-2022-a-Madrid-1211221.jpg", + "image": "https://images.bfmtv.com/_UqA6yzn7vpmXCrnDTiKiF_h_mU=/0x197:2048x1349/800x0/images/Naim-Sliti-avec-la-Tunisie-1215113.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26990,20 +28046,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6e1009a9132a4e1520bdcd9d7d2bcb4", + "hash": "1d08dc79ef7819fd3518d039d793f0a7", "highlights": [] }, { - "title": "CAN en direct: triple erreur d'hymne lors de Mauritanie-Gambie", - "description": "Suivez en direct la Coupe d'Afrique des nations avec au programme, ce mercredi, trois matchs: Tunisie-Mali (14h), Mauritanie-Gambie (17h), Guinée Equatoriale-Côte d'Ivoire (20h).

", - "content": "Suivez en direct la Coupe d'Afrique des nations avec au programme, ce mercredi, trois matchs: Tunisie-Mali (14h), Mauritanie-Gambie (17h), Guinée Equatoriale-Côte d'Ivoire (20h).

", + "title": "Mercato en direct: Bosz apprécie toujours Azmoun", + "description": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", + "content": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-en-direct-toutes-les-infos_LN-202201100133.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-toutes-les-infos-et-rumeurs-du-13-janvier-2022_LN-202201130053.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 08:03:07 GMT", - "enclosure": "https://images.bfmtv.com/egF2CKmDnfpM1s53hMEww5G9g7Y=/0x106:2048x1258/800x0/images/Mauritanie-1213666.jpg", + "pubDate": "Thu, 13 Jan 2022 06:04:16 GMT", + "enclosure": "https://images.bfmtv.com/UQ843aOjuJwAElfm6c3SIOEHtA4=/0x0:2048x1152/800x0/images/Sardar-Azmoun-avec-le-Zenith-contre-Chelsea-le-8-decembre-2021-1215145.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/egF2CKmDnfpM1s53hMEww5G9g7Y=/0x106:2048x1258/800x0/images/Mauritanie-1213666.jpg", + "image": "https://images.bfmtv.com/UQ843aOjuJwAElfm6c3SIOEHtA4=/0x0:2048x1152/800x0/images/Sardar-Azmoun-avec-le-Zenith-contre-Chelsea-le-8-decembre-2021-1215145.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27012,20 +28068,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e350a11491778732a0cfb9f4d5046c4a", + "hash": "fffd41306cc8717796a5b2174908882b", "highlights": [] }, { - "title": "Mercato: l'énorme chèque que préparerait Newcastle pour Haïdara", - "description": "Racheté par un fond d’investissement saoudien en octobre dernier, Newcastle se montre comme prévu actif pour ce mercato hivernal. Après Kieran Trippier, les Magpies voudraient tenter le coup pour Amadou Haïdara. Pour conclure ce dossier, les Anglais seraient prêts à investir beaucoup d’argent.

", - "content": "Racheté par un fond d’investissement saoudien en octobre dernier, Newcastle se montre comme prévu actif pour ce mercato hivernal. Après Kieran Trippier, les Magpies voudraient tenter le coup pour Amadou Haïdara. Pour conclure ce dossier, les Anglais seraient prêts à investir beaucoup d’argent.

", + "title": "Sénégal-Guinée en direct: Le Sénégal en grande souffrance face à la Guinée", + "description": "Deuxième match pour les Lions de la Teranga après leur victorie inaugurale très poussive.

", + "content": "Deuxième match pour les Lions de la Teranga après leur victorie inaugurale très poussive.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-l-enorme-cheque-que-preparerait-newcastle-pour-haidara_AV-202201120356.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/senegal-guinee-en-direct-le-senegal-joue-deja-sa-qualif_LS-202201140269.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 15:07:20 GMT", - "enclosure": "https://images.bfmtv.com/s28OX2VmRuvhSnn7hDaOHW2wf_s=/0x0:2048x1152/800x0/images/Amadou-Haidara-1213569.jpg", + "pubDate": "Fri, 14 Jan 2022 12:48:49 GMT", + "enclosure": "https://images.bfmtv.com/2Qnm-bPUQusTV7bg4ZOcnfEqS2o=/0x51:2032x1194/800x0/images/Le-Senegal-entre-en-lice-ce-lundi-1211778.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/s28OX2VmRuvhSnn7hDaOHW2wf_s=/0x0:2048x1152/800x0/images/Amadou-Haidara-1213569.jpg", + "image": "https://images.bfmtv.com/2Qnm-bPUQusTV7bg4ZOcnfEqS2o=/0x51:2032x1194/800x0/images/Le-Senegal-entre-en-lice-ce-lundi-1211778.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27034,20 +28090,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "57a0f34b4c29689265d4414642d556a4", + "hash": "1d3ddbff653f0d3ab865b3813878a2a9", "highlights": [] }, { - "title": "CAN 2022: au Cameroun, un premier match organisé en zone de guerre", - "description": "Dans les deux régions Sud-Ouest et Nord-Ouest, où vit l'essentiel de la minorité anglophone d'un pays majoritairement francophone, les groupes armés séparatistes et les forces de sécurité dépêchées par Yaoundé s'affrontent dans un conflit meurtrier qui a fait plusieurs milliers de morts et déplacé des centaines de milliers de personnes.

", - "content": "Dans les deux régions Sud-Ouest et Nord-Ouest, où vit l'essentiel de la minorité anglophone d'un pays majoritairement francophone, les groupes armés séparatistes et les forces de sécurité dépêchées par Yaoundé s'affrontent dans un conflit meurtrier qui a fait plusieurs milliers de morts et déplacé des centaines de milliers de personnes.

", + "title": "UFC: le pub de McGregor en Irlande attaqué au cocktail Molotov", + "description": "Le bar appartenant à la star de l’UFC Conor McGregor a fait l’objet d’une attaque au cocktail Molotov dans la nuit de mercredi à jeudi à Dublin. Aucun blessé n’est à déplorer mais une enquête a été ouverte par la police irlandaise suite à cet incident.

", + "content": "Le bar appartenant à la star de l’UFC Conor McGregor a fait l’objet d’une attaque au cocktail Molotov dans la nuit de mercredi à jeudi à Dublin. Aucun blessé n’est à déplorer mais une enquête a été ouverte par la police irlandaise suite à cet incident.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-au-cameroun-un-premier-match-organise-en-zone-de-guerre_AV-202201120349.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/mma/ufc-le-pub-de-mc-gregor-en-irlande-attaque-au-cocktail-molotov_AV-202201140236.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 14:49:51 GMT", - "enclosure": "https://images.bfmtv.com/sQC8MiFA0zZHPCTxQcGoyefsIeM=/0x0:1200x675/800x0/images/Ibrahima-Kona-celebre-l-ouverture-du-score-avec-ses-coequipiers-1213570.jpg", + "pubDate": "Fri, 14 Jan 2022 11:34:50 GMT", + "enclosure": "https://images.bfmtv.com/ZiCNmUBUJvS8MaJG97Qlm0m-5nY=/14x0:2030x1134/800x0/images/Conor-McGregor-en-costume-avant-son-duel-face-a-Dustin-Poirier-en-juillet-2021-1215081.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/sQC8MiFA0zZHPCTxQcGoyefsIeM=/0x0:1200x675/800x0/images/Ibrahima-Kona-celebre-l-ouverture-du-score-avec-ses-coequipiers-1213570.jpg", + "image": "https://images.bfmtv.com/ZiCNmUBUJvS8MaJG97Qlm0m-5nY=/14x0:2030x1134/800x0/images/Conor-McGregor-en-costume-avant-son-duel-face-a-Dustin-Poirier-en-juillet-2021-1215081.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27056,20 +28112,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d07ed010a1a531937ec509ab855f8b7", + "hash": "60fe9ff54c3e77ab6992fe7bd3085a64", "highlights": [] }, { - "title": "Explosion sur le Dakar: où en est l'enquête?", - "description": "Près de deux semaines après l'explosion qui a gravement blessé un pilote du Dakar 2022 avant même le départ de la course, l'enquête se poursuit.

", - "content": "Près de deux semaines après l'explosion qui a gravement blessé un pilote du Dakar 2022 avant même le départ de la course, l'enquête se poursuit.

", + "title": "Le sport face au Covid en direct: un nouveau match de Premier League reporté", + "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par la Coupe d'Europe de rugby. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par la Coupe d'Europe de rugby. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/rallye/explosion-sur-le-dakar-ou-en-est-l-enquete_AV-202201120338.html", + "link": "https://rmcsport.bfmtv.com/rugby/le-sport-face-au-covid-en-direct-un-boycott-de-la-coupe-d-europe-des-clubs-anglais_LN-202201110177.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 14:15:19 GMT", - "enclosure": "https://images.bfmtv.com/JOHRCK606YEXFREFKidxoMEjAvk=/0x0:768x432/800x0/images/Philippe-Boutron-grievement-blesse-dans-l-explosion-de-son-vehicule-a-Jeddah-en-Arabie-Saoudite-avant-le-depart-du-Dakar-2022-le-30-decembre-est-sorti-du-coma-a-declare-jeudi-son-fils-dans-une-entretien-a-RMC-1209611.jpg", + "pubDate": "Tue, 11 Jan 2022 09:06:28 GMT", + "enclosure": "https://images.bfmtv.com/c7oR23ZA9dNTIOrmMNWCCVYDMMA=/0x0:2032x1143/800x0/images/La-Premier-League-face-au-Covid-19-1190272.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/JOHRCK606YEXFREFKidxoMEjAvk=/0x0:768x432/800x0/images/Philippe-Boutron-grievement-blesse-dans-l-explosion-de-son-vehicule-a-Jeddah-en-Arabie-Saoudite-avant-le-depart-du-Dakar-2022-le-30-decembre-est-sorti-du-coma-a-declare-jeudi-son-fils-dans-une-entretien-a-RMC-1209611.jpg", + "image": "https://images.bfmtv.com/c7oR23ZA9dNTIOrmMNWCCVYDMMA=/0x0:2032x1143/800x0/images/La-Premier-League-face-au-Covid-19-1190272.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27078,20 +28134,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e6d38a8066dcda18eeb3b11bbff4602", + "hash": "a3f869e5e1e720e01ba7cc8eef2810e9", "highlights": [] }, { - "title": "L'agent star Mino Raiola hospitalisé et opéré en urgence à Milan", - "description": "Mino Raiola a été hospitalisé d'urgence en Italie pour une raison encore inconnue, annoncent la Gazzetta dello Sport et Sportmediaset. Le sulfureux agent est sous observation désormais.

", - "content": "Mino Raiola a été hospitalisé d'urgence en Italie pour une raison encore inconnue, annoncent la Gazzetta dello Sport et Sportmediaset. Le sulfureux agent est sous observation désormais.

", + "title": "OL: Majri est enceinte, une première chez les Bleues en activité", + "description": "Heureux événement pour Amel Majri, qui d’ici quelques mois va devenir maman. L’Olympique Lyonnais a annoncé la nouvelle ce vendredi et assure que le staff médical suivra de près le déroulement de la grossesse. La joueuse deviendra également la première internationale française à avoir un enfant durant sa carrière.

", + "content": "Heureux événement pour Amel Majri, qui d’ici quelques mois va devenir maman. L’Olympique Lyonnais a annoncé la nouvelle ce vendredi et assure que le staff médical suivra de près le déroulement de la grossesse. La joueuse deviendra également la première internationale française à avoir un enfant durant sa carrière.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/l-agent-star-mino-raiola-hospitalise-et-opere-en-urgence-a-milan_AV-202201120336.html", + "link": "https://rmcsport.bfmtv.com/football/feminin/ol-majri-est-enceinte-une-premiere-chez-les-bleues-en-activite_AV-202201140217.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 14:04:08 GMT", - "enclosure": "https://images.bfmtv.com/Tmtg6a-sivsbX1OTZ0VLyQ8r0UA=/0x0:2048x1152/800x0/images/Mino-Raiola-l-agent-d-Erling-Haaland-999054.jpg", + "pubDate": "Fri, 14 Jan 2022 10:55:31 GMT", + "enclosure": "https://images.bfmtv.com/-diHU_4jphHU8LIafspxZQUHfPY=/0x59:2048x1211/800x0/images/Amel-Majri-avec-l-OL-1139477.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Tmtg6a-sivsbX1OTZ0VLyQ8r0UA=/0x0:2048x1152/800x0/images/Mino-Raiola-l-agent-d-Erling-Haaland-999054.jpg", + "image": "https://images.bfmtv.com/-diHU_4jphHU8LIafspxZQUHfPY=/0x59:2048x1211/800x0/images/Amel-Majri-avec-l-OL-1139477.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27100,20 +28156,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cca3d37696a7be64f7924809bbeb614f", + "hash": "526c58bcdaf26dfcfc38210e205abac1", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari du jour du 12 janvier – Supercoupe - Espagne", - "description": "Notre pronostic : le Real Madrid bat Barcelone à Djeddah (1.90)

", - "content": "Notre pronostic : le Real Madrid bat Barcelone à Djeddah (1.90)

", + "title": "OM-Lille: les virages du Vélodrome fermés en raison de la jauge à 5.000 spectateurs", + "description": "Pour la réception du Losc dimanche en clôture de la 21e journée de Ligue 1, l'OM devra respecter la jauge sanitaire de 5.000 personnes maximum au Vélodrome en raison des restrictions liées au coronavirus. Les deux virages, nord et sud, seront fermés.

", + "content": "Pour la réception du Losc dimanche en clôture de la 21e journée de Ligue 1, l'OM devra respecter la jauge sanitaire de 5.000 personnes maximum au Vélodrome en raison des restrictions liées au coronavirus. Les deux virages, nord et sud, seront fermés.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-12-janvier-supercoupe-espagne_AN-202201110394.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-lille-les-virages-du-velodrome-fermes-en-raison-de-la-jauge-a-5-000-spectateurs_AV-202201140212.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 13:58:00 GMT", - "enclosure": "https://images.bfmtv.com/giMaQ44YeJJPx2rake6IszjvCew=/0x136:2000x1261/800x0/images/K-Benzema-1212893.jpg", + "pubDate": "Fri, 14 Jan 2022 10:46:58 GMT", + "enclosure": "https://images.bfmtv.com/z8lSY4P_CWA1sAQPJrGhIsJ820U=/0x106:2048x1258/800x0/images/Des-supporters-de-l-OM-face-au-PSG-le-24-octobre-2021-1215043.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/giMaQ44YeJJPx2rake6IszjvCew=/0x136:2000x1261/800x0/images/K-Benzema-1212893.jpg", + "image": "https://images.bfmtv.com/z8lSY4P_CWA1sAQPJrGhIsJ820U=/0x106:2048x1258/800x0/images/Des-supporters-de-l-OM-face-au-PSG-le-24-octobre-2021-1215043.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27122,20 +28178,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "26fe009e107e88da3e96a4e1403058a6", + "hash": "ce77eb8409071089de79a2645d4561a0", "highlights": [] }, { - "title": "Supercoupe d'Espagne en direct: suivez le Clasico Barça-Real en demi-finale", - "description": "Le FC Barcelone et le Real Madrid ont rendez-vous ce mercredi du côté de Riyad, capitale de l'Arabie saoudite, pour la première demi-finale de la Supercoupe d'Espagne. Un Clasico à suivre en direct commenté sur RMC Sport. Coup d'envoi à 20h.

", - "content": "Le FC Barcelone et le Real Madrid ont rendez-vous ce mercredi du côté de Riyad, capitale de l'Arabie saoudite, pour la première demi-finale de la Supercoupe d'Espagne. Un Clasico à suivre en direct commenté sur RMC Sport. Coup d'envoi à 20h.

", + "title": "Mercato: le montant des transferts au plus bas depuis cinq ans, mais des joueurs français courtisés", + "description": "En raison de la crise sanitaire, la valeur globale des transactions (4,2 milliards d'euros) sur le marché des transferts du football masculin a baissé pour la deuxième année consécutive (-33,8% par rapport à 2019). Pour autant, le mercato demeure très actif.

", + "content": "En raison de la crise sanitaire, la valeur globale des transactions (4,2 milliards d'euros) sur le marché des transferts du football masculin a baissé pour la deuxième année consécutive (-33,8% par rapport à 2019). Pour autant, le mercato demeure très actif.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/supercoupe-d-espagne/supercoupe-d-espagne-en-direct-suivez-le-clasico-barca-real-en-demi-finale_LS-202201120446.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-montant-des-transferts-au-plus-bas-depuis-cinq-ans-mais-des-joueurs-francais-courtises_AV-202201140207.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 17:20:37 GMT", - "enclosure": "https://images.bfmtv.com/OL6Ls3n3BmDA5Du389THnf9pvYA=/0x0:2048x1152/800x0/images/Eric-Garcia-et-Karim-Benzema-lors-de-Barca-Real-le-24-octobre-2021-1213691.jpg", + "pubDate": "Fri, 14 Jan 2022 10:41:52 GMT", + "enclosure": "https://images.bfmtv.com/t8Zu9i5GjpfChK5VQnbm0s6zj4o=/0x27:2048x1179/800x0/images/Varane-1215035.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/OL6Ls3n3BmDA5Du389THnf9pvYA=/0x0:2048x1152/800x0/images/Eric-Garcia-et-Karim-Benzema-lors-de-Barca-Real-le-24-octobre-2021-1213691.jpg", + "image": "https://images.bfmtv.com/t8Zu9i5GjpfChK5VQnbm0s6zj4o=/0x27:2048x1179/800x0/images/Varane-1215035.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27144,20 +28200,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad91db1e12e4c75e7f1ac348de3af2b5", + "hash": "6e887c947e556d5b93711597119665fc", "highlights": [] }, { - "title": "Open d'Australie en direct: les journalistes internationaux \"préoccupés\" par l'attitude de Djokovic", - "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", - "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "title": "Qatar: que devient Laurent Blanc, qui intéresse toujours Aulas et l'OL ?", + "description": "Apprécié du président de l'OL Jean-Michel Aulas, qui avait déjà pensé à lui pour succéder à Sylvinho en 2019, Laurent Blanc est toujours en poste au Qatar. Le technicien français connaît une saison compliquée avec Al-Rayyan.

", + "content": "Apprécié du président de l'OL Jean-Michel Aulas, qui avait déjà pensé à lui pour succéder à Sylvinho en 2019, Laurent Blanc est toujours en poste au Qatar. Le technicien français connaît une saison compliquée avec Al-Rayyan.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/qatar-que-devient-laurent-blanc-qui-interesse-toujours-aulas-et-l-ol_AV-202201140202.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", - "enclosure": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", + "pubDate": "Fri, 14 Jan 2022 10:35:15 GMT", + "enclosure": "https://images.bfmtv.com/KNWp-H6nAJa-MHKi9-HwkL3g82Q=/0x0:2048x1152/800x0/images/Laurent-Blanc-a-Doha-le-18-fevrier-2021-1214969.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", + "image": "https://images.bfmtv.com/KNWp-H6nAJa-MHKi9-HwkL3g82Q=/0x0:2048x1152/800x0/images/Laurent-Blanc-a-Doha-le-18-fevrier-2021-1214969.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27166,20 +28222,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e39b4658a7923b849dc17a2ac9ebfd43", + "hash": "05c7e59c3f913c1f04821bf040fae586", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 12 janvier – NBA", - "description": "Mon pronostic : Brooklyn s’impose à Chicago (2.00)

", - "content": "Mon pronostic : Brooklyn s’impose à Chicago (2.00)

", + "title": "Les pronos hippiques du samedi 15 janvier 2022", + "description": "Le Quinté+ du samedi 15 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 15 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/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-12-janvier-nba_AN-202201120334.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-samedi-15-janvier-2022_AN-202201140190.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 13:57:25 GMT", - "enclosure": "https://images.bfmtv.com/Ih-HREMJic-rj6HJwuCDl6qDIM0=/0x35:2000x1160/800x0/images/K-Irving-1213551.jpg", + "pubDate": "Fri, 14 Jan 2022 10:14:15 GMT", + "enclosure": "https://images.bfmtv.com/K8bHXhYUFULnnQntlKCH3YEicrE=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-15-janvier-2022-1215022.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Ih-HREMJic-rj6HJwuCDl6qDIM0=/0x35:2000x1160/800x0/images/K-Irving-1213551.jpg", + "image": "https://images.bfmtv.com/K8bHXhYUFULnnQntlKCH3YEicrE=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-15-janvier-2022-1215022.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27188,20 +28244,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "849ba6104257bc5d713fbdef26026bf4", + "hash": "3a891e1ec144946de365802bd0e3211a", "highlights": [] }, { - "title": "Bundesliga: comment le foot allemand a changé de dimension au début des années 2000", - "description": "Dans le podcast After Galaxy pour RMC Sport, Polo Breitner et Patrick Guillou analysent l'évolution du football allemand depuis deux décennies, avec une transformation soudaine du modèle traditionnel rendue possible grâve à l'émergence de \"nouveaux\" clubs, dont le RB Leipzig.

", - "content": "Dans le podcast After Galaxy pour RMC Sport, Polo Breitner et Patrick Guillou analysent l'évolution du football allemand depuis deux décennies, avec une transformation soudaine du modèle traditionnel rendue possible grâve à l'émergence de \"nouveaux\" clubs, dont le RB Leipzig.

", + "title": "F1: prodige des circuits, Théo Pourchaire doit passer... son permis de conduire", + "description": "Le jeune pilote français Théo Pourchaire (18 ans), qui évolue en Formule 2, passe ce vendredi son permis de conduire à Grasse, alors que la F1 se rapproche à grand pas pour lui.

", + "content": "Le jeune pilote français Théo Pourchaire (18 ans), qui évolue en Formule 2, passe ce vendredi son permis de conduire à Grasse, alors que la F1 se rapproche à grand pas pour lui.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-comment-le-foot-allemand-a-change-de-dimension-au-debut-des-annees-2000_AV-202201120331.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-prodige-des-circuits-theo-pourchaire-doit-passer-son-permis-de-conduire_AV-202201140173.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 13:53:31 GMT", - "enclosure": "https://images.bfmtv.com/IImgyR5-imtmq8LzSEBQv_zyrcE=/0x0:1200x675/800x0/images/Leipzig-1213520.jpg", + "pubDate": "Fri, 14 Jan 2022 09:36:53 GMT", + "enclosure": "https://images.bfmtv.com/Q3EL4KF0mploRGQ_2_J23XDu6rQ=/0x0:2048x1152/800x0/images/Theo-Pourchaire-1170654.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/IImgyR5-imtmq8LzSEBQv_zyrcE=/0x0:1200x675/800x0/images/Leipzig-1213520.jpg", + "image": "https://images.bfmtv.com/Q3EL4KF0mploRGQ_2_J23XDu6rQ=/0x0:2048x1152/800x0/images/Theo-Pourchaire-1170654.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27210,20 +28266,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "771dc702280ad777f57e12ee9be6584c", + "hash": "d3e5d0b4616ecf0e0fd90cd519949d38", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier du 12 janvier – Supercoupe d’Espagne", - "description": "Mon pronostic : le Real Madrid gagne contre Barcelone à Djeddah, les deux équipes marquent (3.30)

", - "content": "Mon pronostic : le Real Madrid gagne contre Barcelone à Djeddah, les deux équipes marquent (3.30)

", + "title": "Dakar: Al-Attiyah sacré pour la 4e fois en auto, Sunderland titré en moto", + "description": "Le Qatarien Nasser al-Attiyah (Toyota) a remporté pour la quatrième fois de sa carrière le 4e Dakar en auto devant le Français Sébastien Loeb, ce vendredi. Le Britannique Sam Sunderland (KTM) est, lui, titré pour la deuxième fois en moto.

", + "content": "Le Qatarien Nasser al-Attiyah (Toyota) a remporté pour la quatrième fois de sa carrière le 4e Dakar en auto devant le Français Sébastien Loeb, ce vendredi. Le Britannique Sam Sunderland (KTM) est, lui, titré pour la deuxième fois en moto.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-12-janvier-supercoupe-d-espagne_AN-202201120329.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/rallye/dakar-al-attiyah-sacre-pour-la-4e-fois-en-auto-sunderland-titre-en-moto_AD-202201140168.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 13:49:23 GMT", - "enclosure": "https://images.bfmtv.com/yjNm8NF-Mkc-DvcfC5QkfWDVGGM=/0x265:2000x1390/800x0/images/K-Benzema-et-Vinicius-Jr-1213548.jpg", + "pubDate": "Fri, 14 Jan 2022 09:23:13 GMT", + "enclosure": "https://images.bfmtv.com/FAFOGXesM4CHFQYW8Q3xFGkJPlA=/0x131:2048x1283/800x0/images/Nasser-al-Attiyah-1214980.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/yjNm8NF-Mkc-DvcfC5QkfWDVGGM=/0x265:2000x1390/800x0/images/K-Benzema-et-Vinicius-Jr-1213548.jpg", + "image": "https://images.bfmtv.com/FAFOGXesM4CHFQYW8Q3xFGkJPlA=/0x131:2048x1283/800x0/images/Nasser-al-Attiyah-1214980.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27232,20 +28288,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d41e544858b946732545531092ca6aec", + "hash": "15924eb8225a9bbabdc22d454eca7fb8", "highlights": [] }, { - "title": "Nantes: Kombouaré n’écartera pas Kolo Muani, au cœur d’un conflit avec le club", - "description": "Antoine Kombouaré, entraîneur de Nantes, n’a pas l’intention d’écarter Randal Kolo Muani, au cœur d’un imbroglio avec le club qui a saisi la Fifa pour contester un accord qu’il aurait passé avec Francfort.

", - "content": "Antoine Kombouaré, entraîneur de Nantes, n’a pas l’intention d’écarter Randal Kolo Muani, au cœur d’un imbroglio avec le club qui a saisi la Fifa pour contester un accord qu’il aurait passé avec Francfort.

", + "title": "Mercato: le PSG officialise le transfert de Fadiga à l’Olympiacos, un nouveau Titi quitte Paris", + "description": "Comme annoncé par RMC Sport, le PSG a officialisé le transfert de Bandiougou Fadiga (20 ans) à l’Olympiacos, ce vendredi. Le jeune milieu de terrain n’a pas été utilisé par Mauricio Pochettino cette saison.

", + "content": "Comme annoncé par RMC Sport, le PSG a officialisé le transfert de Bandiougou Fadiga (20 ans) à l’Olympiacos, ce vendredi. Le jeune milieu de terrain n’a pas été utilisé par Mauricio Pochettino cette saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/nantes-kombouare-n-ecartera-pas-kolo-muani-au-coeur-d-un-conflit-avec-le-club_AV-202201120322.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-psg-officialise-le-transfert-de-fadiga-a-l-olympiacos-un-nouveau-titi-quitte-paris_AV-202201140155.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 13:22:28 GMT", - "enclosure": "https://images.bfmtv.com/uTPTKfy2Pwh7Sv3Yb8smUzq-_JA=/13x80:1997x1196/800x0/images/Randal-Kolo-Muani-1035032.jpg", + "pubDate": "Fri, 14 Jan 2022 09:05:58 GMT", + "enclosure": "https://images.bfmtv.com/hGjcWaEsMcGUKaT5FDEnYwTD-fk=/0x54:2048x1206/800x0/images/Bandiougou-Fadiga-1214951.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/uTPTKfy2Pwh7Sv3Yb8smUzq-_JA=/13x80:1997x1196/800x0/images/Randal-Kolo-Muani-1035032.jpg", + "image": "https://images.bfmtv.com/hGjcWaEsMcGUKaT5FDEnYwTD-fk=/0x54:2048x1206/800x0/images/Bandiougou-Fadiga-1214951.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27254,20 +28310,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "93e2aa5603bbcb7be0d533d44e258a96", + "hash": "72abe18997f5d7941c718029aa3dc741", "highlights": [] }, { - "title": "PSG Handball: Prandi quitte l’hôpital après son agression au couteau", - "description": "Le club du PSG Handball a annoncé ce mercredi la fin de l’hospitalisation de son joueur Elohim Prandi. Victime d’une agression au couteau lors du réveillon du 31 décembre, l’international français de 23 ans devrait pouvoir rejouer dans quelques semaines.

", - "content": "Le club du PSG Handball a annoncé ce mercredi la fin de l’hospitalisation de son joueur Elohim Prandi. Victime d’une agression au couteau lors du réveillon du 31 décembre, l’international français de 23 ans devrait pouvoir rejouer dans quelques semaines.

", + "title": "Mercato en direct: Jesus Corona file à Séville", + "description": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", + "content": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/psg-handball-prandi-quitte-l-hopital-apres-son-agression-au-couteau_AV-202201120317.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-toutes-les-infos-et-rumeurs-du-13-janvier-2022_LN-202201130053.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 13:16:08 GMT", - "enclosure": "https://images.bfmtv.com/syi296F2c1D3kcBLgJwcOLnHiYU=/0x87:2048x1239/800x0/images/Elohim-Prandi-avec-le-PSG-Handball-en-novembre-2021-1213534.jpg", + "pubDate": "Thu, 13 Jan 2022 06:04:16 GMT", + "enclosure": "https://images.bfmtv.com/-JX58A2hsbXX7noA29uEmAvLZ0A=/0x106:2048x1258/800x0/images/Jesus-Corona-avec-Porto-en-decembre-2021-1215054.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/syi296F2c1D3kcBLgJwcOLnHiYU=/0x87:2048x1239/800x0/images/Elohim-Prandi-avec-le-PSG-Handball-en-novembre-2021-1213534.jpg", + "image": "https://images.bfmtv.com/-JX58A2hsbXX7noA29uEmAvLZ0A=/0x106:2048x1258/800x0/images/Jesus-Corona-avec-Porto-en-decembre-2021-1215054.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27276,20 +28332,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "df1966d6c8bdd3c436040e62288a6539", + "hash": "0c53c8d32cc79ef4f43025dbe8267960", "highlights": [] }, { - "title": "Coman prolonge son contrat au Bayern jusqu’en 2027", - "description": "Après plusieurs mois de négociations, Kingsley Coman a officiellement prolongé son contrat avec le Bayern Munich jusqu’en 2027. RMC Sport avait annoncé cette semaine un accord entre l’ailier et le club allemand.

", - "content": "Après plusieurs mois de négociations, Kingsley Coman a officiellement prolongé son contrat avec le Bayern Munich jusqu’en 2027. RMC Sport avait annoncé cette semaine un accord entre l’ailier et le club allemand.

", + "title": "PSG en direct: Toujours pas de Messi ou Neymar", + "description": "A la veille d'affronter Brest, le PSG organise une conférence de presse avec Mauricio Pochettino, à suivre à partir de 13h.

", + "content": "A la veille d'affronter Brest, le PSG organise une conférence de presse avec Mauricio Pochettino, à suivre à partir de 13h.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/coman-prolonge-son-contrat-au-bayern-jusqu-en-2027_AV-202201120316.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-en-direct-toujours-pas-de-messi-ou-neymar_LN-202201140208.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 13:03:56 GMT", - "enclosure": "https://images.bfmtv.com/95P5vJuV3NREvIBAbwFGljZnQBM=/0x0:768x432/800x0/images/L-attaquant-francais-du-Bayern-Munich-Kingsley-Coman-celebre-un-but-contre-Hoffenheim-en-Bundesliga-le-23-octobre-2021-a-Munich-1213521.jpg", + "pubDate": "Fri, 14 Jan 2022 10:43:38 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/95P5vJuV3NREvIBAbwFGljZnQBM=/0x0:768x432/800x0/images/L-attaquant-francais-du-Bayern-Munich-Kingsley-Coman-celebre-un-but-contre-Hoffenheim-en-Bundesliga-le-23-octobre-2021-a-Munich-1213521.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", @@ -27298,20 +28354,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f953e13d3f7ff3b80b77abfc9cddf5f8", + "hash": "e0b25d7cf7057fa3e9953f77e01f940e", "highlights": [] }, { - "title": "OM: Larguet explique comment ça se passe au quotidien avec Sampaoli pour les jeunes", - "description": "Nasser Larguet a répondu aux questions de RMC Sport dans le podcast Scouting ce mercredi. Le directeur du centre de formation de l’OM est notamment revenu sur son travail au quotidien avec Jorge Sampaoli afin de favoriser les jeunes formés au club.

", - "content": "Nasser Larguet a répondu aux questions de RMC Sport dans le podcast Scouting ce mercredi. Le directeur du centre de formation de l’OM est notamment revenu sur son travail au quotidien avec Jorge Sampaoli afin de favoriser les jeunes formés au club.

", + "title": "OM en direct: suivez la présentation de Bakambu et la conf' de Sampaoli avant le choc contre Lille", + "description": "Au lendemain de l'annonce de son recrutement à l'OM, Cédric Bakambu sera présenté ce vendredi à la presse. Après l'intervention de l'attaquant et du président Pablo Longoria, Jorge Sampaoli s'exprimera face aux journalistes. Le technicien précisera la situation du groupe marseillais avant la réception de Lille dans deux jours en clôture de la 21e journée de Ligue 1.

", + "content": "Au lendemain de l'annonce de son recrutement à l'OM, Cédric Bakambu sera présenté ce vendredi à la presse. Après l'intervention de l'attaquant et du président Pablo Longoria, Jorge Sampaoli s'exprimera face aux journalistes. Le technicien précisera la situation du groupe marseillais avant la réception de Lille dans deux jours en clôture de la 21e journée de Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-larguet-explique-comment-ca-se-passe-au-quotidien-avec-sampaoli-pour-les-jeunes_AV-202201120313.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-en-direct-suivez-la-presentation-de-bakambu-et-la-conf-de-sampaoli-avant-le-choc-contre-lille_LN-202201140197.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 12:54:35 GMT", - "enclosure": "https://images.bfmtv.com/640s_rsKoPVA2kQwc4JU6m68UZg=/0x141:2048x1293/800x0/images/Nasser-Larguet-lors-d-une-conference-de-presse-avec-l-OM-en-mars-2021-1213517.jpg", + "pubDate": "Fri, 14 Jan 2022 10:28:08 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": "https://images.bfmtv.com/640s_rsKoPVA2kQwc4JU6m68UZg=/0x141:2048x1293/800x0/images/Nasser-Larguet-lors-d-une-conference-de-presse-avec-l-OM-en-mars-2021-1213517.jpg", + "image": "https://images.bfmtv.com/S6P-ly-VyNAbiAX4H3XrRgIkbEA=/0x106:2048x1258/800x0/images/Jorge-Sampaoli-en-conference-de-presse-avec-l-OM-1159133.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27320,20 +28376,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bb140b178a68a74fcf685a400567fb6", + "hash": "5e53f74c43d15a8436fb6eba5f9fa24c", "highlights": [] }, { - "title": "Coupe de France féminine: un choc PSG-OL en huitième de finale", - "description": "Le tirage au sort des huitièmes de finale de la Coupe de France féminine a réservé un choc entre le PSG et l’OL, ce mercredi. Le match aura lieu le 30 janvier.

", - "content": "Le tirage au sort des huitièmes de finale de la Coupe de France féminine a réservé un choc entre le PSG et l’OL, ce mercredi. Le match aura lieu le 30 janvier.

", + "title": "Open d'Australie en direct: les avocats de Djokovic demandent un blocage de son expulsion", + "description": "L'Open d'Australie 2022 débute dans quelques jours (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation (une deuxième fois) du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "content": "L'Open d'Australie 2022 débute dans quelques jours (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation (une deuxième fois) du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/feminin/coupe-de-france-feminine-un-choc-psg-ol-en-huitieme-de-finale_AV-202201120308.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 12:40:50 GMT", - "enclosure": "https://images.bfmtv.com/bZQBenHu5pKmhJucrXFytvdv6JE=/0x115:2048x1267/800x0/images/Delphine-Cascarino-face-a-Sandy-Baltimore-1213518.jpg", + "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", + "enclosure": "https://images.bfmtv.com/sQfzUDRkkdtKKZK4B0ikn0YfbHM=/0x5:2048x1157/800x0/images/Novak-Djokovic-1214866.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/bZQBenHu5pKmhJucrXFytvdv6JE=/0x115:2048x1267/800x0/images/Delphine-Cascarino-face-a-Sandy-Baltimore-1213518.jpg", + "image": "https://images.bfmtv.com/sQfzUDRkkdtKKZK4B0ikn0YfbHM=/0x5:2048x1157/800x0/images/Novak-Djokovic-1214866.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27342,20 +28398,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba3e437f775bd318f26fd5e052133072", + "hash": "a732e0dc8559942056f411237a375107", "highlights": [] }, { - "title": "Supercoupe d’Espagne: \"J’aime le Barça de Xavi\", les propos classes d’Ancelotti avant le clasico", - "description": "Pour la demi-finale de la Supercoupe d’Espagne, le Real Madrid et le FC Barcelone s’affronteront en Arabie Saoudite ce mercredi (à 20h). Devant la presse, le coach madrilène Carlo Ancelotti a donné son avis sur le Barça de Xavi. Une équipe qu’il semble apprécier.

", - "content": "Pour la demi-finale de la Supercoupe d’Espagne, le Real Madrid et le FC Barcelone s’affronteront en Arabie Saoudite ce mercredi (à 20h). Devant la presse, le coach madrilène Carlo Ancelotti a donné son avis sur le Barça de Xavi. Une équipe qu’il semble apprécier.

", + "title": "Ligue 1 en direct: les dernières infos et les confs du jour", + "description": "Suivez en direct toutes les informations sur la 21e journée de Ligue 1 qui débute vendredi avec le match entre Nice et Nantes.

", + "content": "Suivez en direct toutes les informations sur la 21e journée de Ligue 1 qui débute vendredi avec le match entre Nice et Nantes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/supercoupe-d-espagne/supercoupe-d-espagne-j-aime-le-barca-de-xavi-les-propos-classes-d-ancelotti-avant-le-clasico_AV-202201120304.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-toutes-les-infos-avant-la-21e-journee_LN-202201120214.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 12:05:15 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": "Wed, 12 Jan 2022 09:45:49 GMT", + "enclosure": "https://images.bfmtv.com/VFvnO8pgNWRKwEHOZMGW5edtwpU=/0x83:2048x1235/800x0/images/Lionel-Messi-1202257.jpg", "enclosureType": "image/jpg", - "image": "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", + "image": "https://images.bfmtv.com/VFvnO8pgNWRKwEHOZMGW5edtwpU=/0x83:2048x1235/800x0/images/Lionel-Messi-1202257.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27364,20 +28420,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9cd9a0a485bf70bd8a42409f26be2831", + "hash": "45f3e17db6c92fa5251801b791ba889c", "highlights": [] }, { - "title": "Tunisie-Mali en direct: la Tunisie a déposé une réserve technique et ne veut pas en rester là", - "description": "Belle affiche pour le premier match du jour à la CAN, Tunisie-Mali, coup d'envoi à 14h. Si les Maliens l'ont emporté (1-0) sur un penalty d'Ibrahima Koné, la fin de la rencontre a été marquée par des minutes rocambolesques et ubuesques. L'arbitre central a sifflé trop tôt et provoqué une énorme polémique.

", - "content": "Belle affiche pour le premier match du jour à la CAN, Tunisie-Mali, coup d'envoi à 14h. Si les Maliens l'ont emporté (1-0) sur un penalty d'Ibrahima Koné, la fin de la rencontre a été marquée par des minutes rocambolesques et ubuesques. L'arbitre central a sifflé trop tôt et provoqué une énorme polémique.

", + "title": "Le sport face au Covid en direct: Monaco obtient une jauge à 5.000 spectateurs à Louis II", + "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par la Coupe d'Europe de rugby. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par la Coupe d'Europe de rugby. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/tunisie-mali-en-direct-choc-au-programme_LS-202201120298.html", + "link": "https://rmcsport.bfmtv.com/rugby/le-sport-face-au-covid-en-direct-un-boycott-de-la-coupe-d-europe-des-clubs-anglais_LN-202201110177.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 12:00:53 GMT", - "enclosure": "https://images.bfmtv.com/AtxFStaKOxr9S_K7oPoLbaRHTlg=/0x80:2048x1232/800x0/images/Mondher-Kebaier-le-selectionneur-de-la-Tunisie-lors-du-match-de-la-CAN-2022-contre-le-Mali-1213603.jpg", + "pubDate": "Tue, 11 Jan 2022 09:06:28 GMT", + "enclosure": "https://images.bfmtv.com/O6idlTz76LOfsN2BrQtFaXIcCYA=/0x190:2048x1342/800x0/images/L-entree-au-centre-d-entrainement-de-Monaco-le-7-janvier-2022-1215013.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/AtxFStaKOxr9S_K7oPoLbaRHTlg=/0x80:2048x1232/800x0/images/Mondher-Kebaier-le-selectionneur-de-la-Tunisie-lors-du-match-de-la-CAN-2022-contre-le-Mali-1213603.jpg", + "image": "https://images.bfmtv.com/O6idlTz76LOfsN2BrQtFaXIcCYA=/0x190:2048x1342/800x0/images/L-entree-au-centre-d-entrainement-de-Monaco-le-7-janvier-2022-1215013.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27386,20 +28442,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e1ad47abeb9493f0645c8347096eadd", + "hash": "67c14af816fa682e7e3586c0d46069ea", "highlights": [] }, { - "title": "PSG: le club reporte son stage au Qatar", - "description": "Le PSG a choisi de reporter sa tournée hivernale prévue au Qatar du 16 au 20 janvier 2022. Si le club francilien devait s'envoler pour Doha après le match de Ligue 1 contre Brest samedi, le programme est finalement chamboulé.

", - "content": "Le PSG a choisi de reporter sa tournée hivernale prévue au Qatar du 16 au 20 janvier 2022. Si le club francilien devait s'envoler pour Doha après le match de Ligue 1 contre Brest samedi, le programme est finalement chamboulé.

", + "title": "Affaire Djokovic: cinq questions pour comprendre sa nouvelle annulation de visa en Australie", + "description": "La participation de Novak Djokovic au prochain Open d'Australie semble compromise après l'annulation de son visa ce vendredi par le ministre australien de l'Immigration. Le joueur de tennis serbe va déposer un recours devant la justice dont l'issue pourrait grandement impacter le tournoi à Melbourne.

", + "content": "La participation de Novak Djokovic au prochain Open d'Australie semble compromise après l'annulation de son visa ce vendredi par le ministre australien de l'Immigration. Le joueur de tennis serbe va déposer un recours devant la justice dont l'issue pourrait grandement impacter le tournoi à Melbourne.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-le-club-reporte-son-stage-au-qatar_AV-202201120291.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/affaire-djokovic-cinq-questions-pour-comprendre-sa-nouvelle-annulation-de-visa-en-australie_AV-202201140183.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 11:53:42 GMT", - "enclosure": "https://images.bfmtv.com/-fJ5IyfKlvVvmZGSyWDO6vlnfa8=/14x0:2046x1143/800x0/images/Kylian-Mbappe-a-l-entrainement-du-PSG-le-8-janvier-2022-1213480.jpg", + "pubDate": "Fri, 14 Jan 2022 09:56:14 GMT", + "enclosure": "https://images.bfmtv.com/MRPFJ7bxw8bWspdZvTVpULWxZ00=/0x0:2048x1152/800x0/images/Novak-Djokovic-lors-d-un-entrainement-en-Australie-le-13-janvier-2022-1214994.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/-fJ5IyfKlvVvmZGSyWDO6vlnfa8=/14x0:2046x1143/800x0/images/Kylian-Mbappe-a-l-entrainement-du-PSG-le-8-janvier-2022-1213480.jpg", + "image": "https://images.bfmtv.com/MRPFJ7bxw8bWspdZvTVpULWxZ00=/0x0:2048x1152/800x0/images/Novak-Djokovic-lors-d-un-entrainement-en-Australie-le-13-janvier-2022-1214994.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27408,20 +28464,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "803709a8a047af62581bc3d1471f8894", + "hash": "f9b80ef056e3c9fe20ab19ca2edb663b", "highlights": [] }, { - "title": "Supercoupe d’Espagne: le clasico Barça-Real est-il devenu un match banal?", - "description": "Le FC Barcelone et le Real Madrid vont s’affronter en demi-finale de la Supercoupe d’Espagne, ce mercredi en Arabie Saoudite (20h). Un clasico qui suscite beaucoup moins de passion qu’il y a quelques années. Explications.

", - "content": "Le FC Barcelone et le Real Madrid vont s’affronter en demi-finale de la Supercoupe d’Espagne, ce mercredi en Arabie Saoudite (20h). Un clasico qui suscite beaucoup moins de passion qu’il y a quelques années. Explications.

", + "title": "Open d'Australie: Djokovic risque trois ans d'interdiction de territoire après l'annulation de son visa", + "description": "La deuxième annulation du visa de Novak Djokovic implique que ce dernier, qui visait un 21e titre record du Grand Chelem à l'Open d'Australie, risque une interdiction d'entrée dans le pays pendant trois ans, sauf dans certaines circonstances.

", + "content": "La deuxième annulation du visa de Novak Djokovic implique que ce dernier, qui visait un 21e titre record du Grand Chelem à l'Open d'Australie, risque une interdiction d'entrée dans le pays pendant trois ans, sauf dans certaines circonstances.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/supercoupe-d-espagne-le-clasico-barca-real-est-il-devenu-un-match-banal_AV-202201120285.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-djokovic-risque-trois-ans-d-interdiction-de-territoire-apres-l-annulation-de-son-visa_AV-202201140142.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 11:48:26 GMT", - "enclosure": "https://images.bfmtv.com/wqe2IVXhDC2HlAeCUm4pyw0KHws=/0x69:2048x1221/800x0/images/Jordi-Alba-et-Marco-Asensio-1213439.jpg", + "pubDate": "Fri, 14 Jan 2022 08:28:49 GMT", + "enclosure": "https://images.bfmtv.com/DFfIQyffzXJ2Xeqinr-_u5bbRjY=/0x93:2048x1245/800x0/images/Djokovic-1214918.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/wqe2IVXhDC2HlAeCUm4pyw0KHws=/0x69:2048x1221/800x0/images/Jordi-Alba-et-Marco-Asensio-1213439.jpg", + "image": "https://images.bfmtv.com/DFfIQyffzXJ2Xeqinr-_u5bbRjY=/0x93:2048x1245/800x0/images/Djokovic-1214918.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27430,20 +28486,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8c05937705628a139fcc3b2cbf87d4d", + "hash": "2ffe4837e0c3acb8bf191510f2e4fd58", "highlights": [] }, { - "title": "Ligue 1 en direct: le PSG reporte sa tournée au Qatar", - "description": "Suivez en direct toutes les informations sur la 21e journée de Ligue 1 qui débute vendredi avec le match entre Nice et Nantes.

", - "content": "Suivez en direct toutes les informations sur la 21e journée de Ligue 1 qui débute vendredi avec le match entre Nice et Nantes.

", + "title": "Equipe de France: Deschamps ne ferme pas la porte à Benitez", + "description": "Naturalisé français le 10 décembre dernier, Walter Benitez peut prétendre à jouer en équipe de France. Une hypothèse que n’écarte pas Didier Deschamps, même s’il reste évasif sur le sujet.

", + "content": "Naturalisé français le 10 décembre dernier, Walter Benitez peut prétendre à jouer en équipe de France. Une hypothèse que n’écarte pas Didier Deschamps, même s’il reste évasif sur le sujet.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-toutes-les-infos-avant-la-21e-journee_LN-202201120214.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-deschamps-ne-ferme-pas-la-porte-a-benitez_AV-202201140137.html", "creator": "", - "pubDate": "Wed, 12 Jan 2022 09:45:49 GMT", - "enclosure": "https://images.bfmtv.com/hEu3q-mRoRZPyCwqmaUoiBYfDKM=/0x27:2048x1179/800x0/images/Vannes-PSG-1203433.jpg", + "pubDate": "Fri, 14 Jan 2022 08:23:34 GMT", + "enclosure": "https://images.bfmtv.com/6ZxDFzHpoCtNp3SAPk5MOBy9nvE=/0x106:2048x1258/800x0/images/Walter-Benitez-1214932.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/hEu3q-mRoRZPyCwqmaUoiBYfDKM=/0x27:2048x1179/800x0/images/Vannes-PSG-1203433.jpg", + "image": "https://images.bfmtv.com/6ZxDFzHpoCtNp3SAPk5MOBy9nvE=/0x106:2048x1258/800x0/images/Walter-Benitez-1214932.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27452,130 +28508,130 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb96a4bc6c77047bbf07cc900b058608", + "hash": "0aa17cef19465bcdfb7943a909ea7132", "highlights": [] }, { - "title": "Mercato en direct: Torres enfin enregistré avec le Barça", - "description": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", - "content": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", + "title": "Open d’Australie: le dernier espoir de Djokovic après la nouvelle annulation de son visa", + "description": "La nouvelle annulation du visa de Novak Djokovic compromet très sérieusement ses chances de participer à l’Open d’Australie même si ses avocats contre-attaquer et comptent sur une réponse de la justice dimanche.

", + "content": "La nouvelle annulation du visa de Novak Djokovic compromet très sérieusement ses chances de participer à l’Open d’Australie même si ses avocats contre-attaquer et comptent sur une réponse de la justice dimanche.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-lucas-digne-en-direction-d-aston-villa_LN-202201100063.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-le-dernier-espoir-de-djokovic-apres-la-nouvelle-annulation-de-son-visa_AV-202201140118.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 06:35:48 GMT", - "enclosure": "https://images.bfmtv.com/yWZtAyLbJ4kh4K7UhwTob6Db9VM=/0x46:1888x1108/800x0/images/Ferran-Torres-1213034.jpg", + "pubDate": "Fri, 14 Jan 2022 07:40:59 GMT", + "enclosure": "https://images.bfmtv.com/xncYqu_g9NlZd5oeN5trtm_JeSU=/0x0:2048x1152/800x0/images/Novak-Djokovic-1214895.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/yWZtAyLbJ4kh4K7UhwTob6Db9VM=/0x46:1888x1108/800x0/images/Ferran-Torres-1213034.jpg", + "image": "https://images.bfmtv.com/xncYqu_g9NlZd5oeN5trtm_JeSU=/0x0:2048x1152/800x0/images/Novak-Djokovic-1214895.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "8f8cbd24f4d54f1dc2fcfb343f58d1dc", + "hash": "c72cd95b8567a50e1360b5ce1267ba6f", "highlights": [] }, { - "title": "Algérie: l’échange lunaire entre Belmadi et un journaliste à la CAN sur la météo en Afrique", - "description": "Djamel Belmadi n’a pas apprécié les questions d’un journaliste après le nul de l’Algérie contre la Sierra Leone (0-0) ce mardi pendant la CAN 2022 disputée au Cameroun. L’occasion d’un échange totalement improbable entre les deux hommes autour, notamment, de la météo.

", - "content": "Djamel Belmadi n’a pas apprécié les questions d’un journaliste après le nul de l’Algérie contre la Sierra Leone (0-0) ce mardi pendant la CAN 2022 disputée au Cameroun. L’occasion d’un échange totalement improbable entre les deux hommes autour, notamment, de la météo.

", + "title": "Open d'Australie: le visa de Djokovic annulé par le ministre australien de l'Immigration", + "description": "Alex Hawke, ministre australien de l'Immigration, a utilisé son pouvoir pour annuler le visa permettant à Novak Djokovic de rester dans le pays en raison de son statut sanitaire. Les avocats du numéro 1 mondial vont déposer un recours devant la justice.

", + "content": "Alex Hawke, ministre australien de l'Immigration, a utilisé son pouvoir pour annuler le visa permettant à Novak Djokovic de rester dans le pays en raison de son statut sanitaire. Les avocats du numéro 1 mondial vont déposer un recours devant la justice.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/algerie-l-echange-lunaire-entre-belmadi-et-un-journaliste-a-la-can-sur-la-meteo-en-afrique_AV-202201110491.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-le-visa-de-djokovic-annule-par-le-ministre-australien-de-l-immigration_AV-202201140103.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 19:53:17 GMT", - "enclosure": "https://images.bfmtv.com/uawZoIvhYX6KalbKVLorYg_s3T4=/0x298:2048x1450/800x0/images/Djamel-Belmadi-en-conference-de-presse-apres-Algerie-Sierra-Leone-a-la-CAN-2022-1213016.jpg", + "pubDate": "Fri, 14 Jan 2022 07:10:01 GMT", + "enclosure": "https://images.bfmtv.com/xy6wy8xl5Qhl7VuC0GzVywqJfBI=/0x106:2048x1258/800x0/images/Novak-Djokovic-a-Melbourne-le-12-janvier-2022-1214871.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/uawZoIvhYX6KalbKVLorYg_s3T4=/0x298:2048x1450/800x0/images/Djamel-Belmadi-en-conference-de-presse-apres-Algerie-Sierra-Leone-a-la-CAN-2022-1213016.jpg", + "image": "https://images.bfmtv.com/xy6wy8xl5Qhl7VuC0GzVywqJfBI=/0x106:2048x1258/800x0/images/Novak-Djokovic-a-Melbourne-le-12-janvier-2022-1214871.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5fdc484ccb6b1cf2936ebf1c12520363", + "hash": "541b73a020dd024adddea9d1f89f8d4f", "highlights": [] }, { - "title": "Dolberg, Sagnan, Agier... Comment les sportifs doivent vivre avec le diabète", - "description": "Diagnostiqué diabétique de type 1 il y a deux mois, l’attaquant de l’OGC Nice Kasper Dolberg continue de s’adapter à son traitement. Pour mieux comprendre cette maladie et sa gestion, RMC Sport est allé à la rencontre de sportifs de haut niveau diabétiques et de spécialistes de la maladie. Décryptage.

", - "content": "Diagnostiqué diabétique de type 1 il y a deux mois, l’attaquant de l’OGC Nice Kasper Dolberg continue de s’adapter à son traitement. Pour mieux comprendre cette maladie et sa gestion, RMC Sport est allé à la rencontre de sportifs de haut niveau diabétiques et de spécialistes de la maladie. Décryptage.

", + "title": "Mercato: le Real veut arracher Araujo au Barça", + "description": "Selon les informations d’une radio catalane, le Real Madrid espère attirer le défenseur du FC Barcelone, Ronald Araujo (22 ans), en le poussant à ne pas prolonger son contrat qui court jusqu’en 2023.

", + "content": "Selon les informations d’une radio catalane, le Real Madrid espère attirer le défenseur du FC Barcelone, Ronald Araujo (22 ans), en le poussant à ne pas prolonger son contrat qui court jusqu’en 2023.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/dolberg-sagnan-agier-comment-les-sportifs-doivent-vivre-avec-le-diabete_AV-202201110485.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-real-veut-arracher-araujo-au-barca_AV-202201140081.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 19:40:42 GMT", - "enclosure": "https://images.bfmtv.com/t2jce7C5V77su7X0bvSKAdEUAS4=/15x20:1999x1136/800x0/images/Kasper-Dolberg-Nice-1117070.jpg", + "pubDate": "Fri, 14 Jan 2022 06:40:23 GMT", + "enclosure": "https://images.bfmtv.com/wscQ-LblcfwU8zW6CYXlY27qqvA=/0x78:2048x1230/800x0/images/Ronald-Araujo-1214840.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/t2jce7C5V77su7X0bvSKAdEUAS4=/15x20:1999x1136/800x0/images/Kasper-Dolberg-Nice-1117070.jpg", + "image": "https://images.bfmtv.com/wscQ-LblcfwU8zW6CYXlY27qqvA=/0x78:2048x1230/800x0/images/Ronald-Araujo-1214840.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "98c0e14300afa6548cf3295c7bbd3b06", + "hash": "4946d19f5a0af311b3d7174f0cbad2f4", "highlights": [] }, { - "title": "PSG: le procès en appel d'Al-Khelaïfi en Suisse programmé en mars", - "description": "Le procès en appel de Nasser Al-Khelaïfi, patron de beIN Media et du PSG, dans une affaire de droits TV impliquant également l'ex-numéro 2 de la Fifa Jérôme Valcke, se tiendra du 7 au 10 mars en Suisse, selon des documents du Tribunal fédéral.

", - "content": "Le procès en appel de Nasser Al-Khelaïfi, patron de beIN Media et du PSG, dans une affaire de droits TV impliquant également l'ex-numéro 2 de la Fifa Jérôme Valcke, se tiendra du 7 au 10 mars en Suisse, selon des documents du Tribunal fédéral.

", + "title": "Manchester United: Ronaldo déconcerté par le manque de professionnalisme de ses coéquipiers", + "description": "Cristiano Ronaldo s’inquiéterait de l’attitude de ses coéquipiers à Manchester United, de leur manque de travail et de professionnalisme.

", + "content": "Cristiano Ronaldo s’inquiéterait de l’attitude de ses coéquipiers à Manchester United, de leur manque de travail et de professionnalisme.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-le-proces-en-appel-d-al-khelaifi-en-suisse-programme-en-mars_AV-202201110476.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-ronaldo-deconcerte-par-le-manque-de-professionnalisme-de-ses-coequipiers_AV-202201140041.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 19:29:26 GMT", - "enclosure": "https://images.bfmtv.com/0o6cdMgtKrkjxakEqPAoIj81lLk=/0x106:2048x1258/800x0/images/Le-president-du-PSG-Nasser-Al-Khelaifi-en-aout-2021-1213015.jpg", + "pubDate": "Fri, 14 Jan 2022 05:51:17 GMT", + "enclosure": "https://images.bfmtv.com/uQDy09PHSI_wOpOPFAbe-klP0iI=/0x0:2048x1152/800x0/images/Cristiano-Ronaldo-avec-Manchester-United-le-3-janvier-2022-1214142.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/0o6cdMgtKrkjxakEqPAoIj81lLk=/0x106:2048x1258/800x0/images/Le-president-du-PSG-Nasser-Al-Khelaifi-en-aout-2021-1213015.jpg", + "image": "https://images.bfmtv.com/uQDy09PHSI_wOpOPFAbe-klP0iI=/0x0:2048x1152/800x0/images/Cristiano-Ronaldo-avec-Manchester-United-le-3-janvier-2022-1214142.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "4e51b82d9b743df3a7f346c1c2d9d694", + "hash": "fdf4a15961201bb6319705efd1a80cad", "highlights": [] }, { - "title": "Open d'Australie: de plus en plus de doutes autour du test positif de Djokovic, possiblement faux", - "description": "Le test positif au Covid-19 de Novak Djokovic, qu'il présente comme datant du 16 décembre, pourrait avoir été falsifié. Plusieurs éléments montrent que le joueur serbe pourrait en fait avoir été testé positif le 26 décembre. Ou pas du tout...

", - "content": "Le test positif au Covid-19 de Novak Djokovic, qu'il présente comme datant du 16 décembre, pourrait avoir été falsifié. Plusieurs éléments montrent que le joueur serbe pourrait en fait avoir été testé positif le 26 décembre. Ou pas du tout...

", + "title": "CAN 2022: Khazri a senti que l’arbitre de Tunisie-Mali \"perdait le fil\"", + "description": "Wahbi Khazri, attaquant de la Tunisie, a ressenti un arbitre à la dérive à la fin du match Tunisie-Mali, mercredi, que l’officiel a arrêté à deux reprises avant le coup de sifflet final.

", + "content": "Wahbi Khazri, attaquant de la Tunisie, a ressenti un arbitre à la dérive à la fin du match Tunisie-Mali, mercredi, que l’officiel a arrêté à deux reprises avant le coup de sifflet final.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-de-plus-en-plus-de-doutes-autour-du-test-positif-de-djokovic-possiblement-faux_AV-202201110466.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-khazri-a-senti-que-l-arbitre-de-tunisie-mali-perdait-le-fil_AV-202201140025.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 18:49:09 GMT", - "enclosure": "https://images.bfmtv.com/m5U_-VB2XQpX29ujJ3vYFh4YolQ=/0x163:2048x1315/800x0/images/Novak-Djokovic-en-decembre-2021-1212385.jpg", + "pubDate": "Fri, 14 Jan 2022 05:26:54 GMT", + "enclosure": "https://images.bfmtv.com/QLxW-9Svbc3FPT_irjlcepnj4bk=/0x87:2048x1239/800x0/images/Wahbi-Khazri-1214779.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/m5U_-VB2XQpX29ujJ3vYFh4YolQ=/0x163:2048x1315/800x0/images/Novak-Djokovic-en-decembre-2021-1212385.jpg", + "image": "https://images.bfmtv.com/QLxW-9Svbc3FPT_irjlcepnj4bk=/0x87:2048x1239/800x0/images/Wahbi-Khazri-1214779.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "29d61e81e23b1e11c5cc6a64a7e7c2aa", + "hash": "59cad90d64c4bce68aa75f522c9f1cb9", "highlights": [] }, { - "title": "Cyclisme: mission podium sur le Tour, la Groupama-FDJ dévoile ses objectifs pour 2022", - "description": "L’équipe Groupama-FDJ, dirigée par Marc Madiot, a dévoilé ce mardi matin lors d’une visioconférence de presse ses ambitions pour la nouvelle saison. A savoir essuyer l’échec de 2021 et remporter au moins une étape sur chacun des trois grands tours, mais aussi obtenir \"un podium sur le Tour de France\".

", - "content": "L’équipe Groupama-FDJ, dirigée par Marc Madiot, a dévoilé ce mardi matin lors d’une visioconférence de presse ses ambitions pour la nouvelle saison. A savoir essuyer l’échec de 2021 et remporter au moins une étape sur chacun des trois grands tours, mais aussi obtenir \"un podium sur le Tour de France\".

", + "title": "Sous pression, le gouvernement australien maintient la menace sur Djokovic", + "description": "Le gouvernement australien a rappelé sa fermeté sur sa politique d'entrée sur le sol face au covid. Mais la décision sur une éventuelle expulsion de Novak Djokovic se fait toujours attendre à trois jours du début de l'Open d'Australie.

", + "content": "Le gouvernement australien a rappelé sa fermeté sur sa politique d'entrée sur le sol face au covid. Mais la décision sur une éventuelle expulsion de Novak Djokovic se fait toujours attendre à trois jours du début de l'Open d'Australie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/cyclisme/cyclisme-mission-podium-sur-le-tour-la-groupama-fdj-devoile-ses-objectifs-pour-2022_AV-202201110452.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/sous-pression-le-gouvernement-australien-maintient-la-menace-sur-djokovic_AD-202201140014.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 18:24:35 GMT", - "enclosure": "https://images.bfmtv.com/6aeXwlUm9Jb4hUD0DfP-7ISq9-Q=/0x0:2048x1152/800x0/images/Marc-Madiot-patron-de-la-Groupama-FDJ-en-2018-1212961.jpg", + "pubDate": "Fri, 14 Jan 2022 04:51:24 GMT", + "enclosure": "https://images.bfmtv.com/GSfOimJRHh_FveGlKSp1PnKQqiQ=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-s-entraine-en-vue-de-l-Open-d-Australie-le-14-janvier-2022-a-Melbourne-1214767.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/6aeXwlUm9Jb4hUD0DfP-7ISq9-Q=/0x0:2048x1152/800x0/images/Marc-Madiot-patron-de-la-Groupama-FDJ-en-2018-1212961.jpg", + "image": "https://images.bfmtv.com/GSfOimJRHh_FveGlKSp1PnKQqiQ=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-s-entraine-en-vue-de-l-Open-d-Australie-le-14-janvier-2022-a-Melbourne-1214767.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27584,20 +28640,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e68a3ed7efb96aae7092a9e1b46212de", + "hash": "c32a02c9acb992dfbefe8157fd607e49", "highlights": [] }, { - "title": "Coupes d’Europe de rugby: vers des assouplissements pour les clubs anglais et gallois en France", - "description": "INFO RMC SPORT. Les clubs anglais et gallois qui se déplacent sur le territoire français, menaçaient de boycotter la troisième journée de Champions Cup et de Challenge européen ce week-end en raison des restrictions sanitaires liées au Covid-19. Mais la règle de l’isolement de 48h imposée aux citoyens britanniques devrait finalement être levée prochainement. Dès vendredi? Pour le moment, mieux vaut rester prudent…

", - "content": "INFO RMC SPORT. Les clubs anglais et gallois qui se déplacent sur le territoire français, menaçaient de boycotter la troisième journée de Champions Cup et de Challenge européen ce week-end en raison des restrictions sanitaires liées au Covid-19. Mais la règle de l’isolement de 48h imposée aux citoyens britanniques devrait finalement être levée prochainement. Dès vendredi? Pour le moment, mieux vaut rester prudent…

", + "title": "CAN 2022: la réserve de la Tunisie rejetée, la victoire du Mali entérinée", + "description": "Le sort du rocambolesque Tunisie-Mali a été tranché par la commission d’organisation de la Coupe d’Afrique des Nations 2022. La réserve des Aigles de Carthage n’a pas été retenue et par conséquent la victoire malienne a été actée, 1-0.

", + "content": "Le sort du rocambolesque Tunisie-Mali a été tranché par la commission d’organisation de la Coupe d’Afrique des Nations 2022. La réserve des Aigles de Carthage n’a pas été retenue et par conséquent la victoire malienne a été actée, 1-0.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/coupes-d-europe-de-rugby-vers-des-assouplissements-pour-les-clubs-anglais-et-gallois-en-france_AV-202201110459.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-la-reserve-de-la-tunisie-rejetee-la-victoire-du-mali-enterinee_AV-202201140013.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 18:11:36 GMT", - "enclosure": "https://images.bfmtv.com/qEKynRN-MjW9-kxuX9BGUbYfZZI=/0x107:2048x1259/800x0/images/Un-ballon-de-la-Champions-Cup-en-decembre-2021-1212993.jpg", + "pubDate": "Fri, 14 Jan 2022 00:19:10 GMT", + "enclosure": "https://images.bfmtv.com/th39yMnx1PgzgNfpeus2FbrGJFU=/0x160:2048x1312/800x0/images/Tunisie-Mali-le-12-01-2022-1213791.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/qEKynRN-MjW9-kxuX9BGUbYfZZI=/0x107:2048x1259/800x0/images/Un-ballon-de-la-Champions-Cup-en-decembre-2021-1212993.jpg", + "image": "https://images.bfmtv.com/th39yMnx1PgzgNfpeus2FbrGJFU=/0x160:2048x1312/800x0/images/Tunisie-Mali-le-12-01-2022-1213791.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27606,42 +28662,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "b515e0d35183d21193beab2f40a5a1c4", + "hash": "4a2673162f6b9c2d5170294b4cb1cb18", "highlights": [] }, { - "title": "Open d'Australie en direct: de plus en plus de doutes sur l'authenticité du test positif de Djokovic", - "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", - "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "title": "CAN en direct: la réserve de la Tunisie rejetée, la victoire du Mali entérinée", + "description": "Suivez en direct la Coupe d'Afrique des nations. Trois matchs étaient au programme mercredi: Tunisie-Mali (0-1), Mauritanie-Gambie (0-1), Guinée Equatoriale-Côte d'Ivoire (0-1).

", + "content": "Suivez en direct la Coupe d'Afrique des nations. Trois matchs étaient au programme mercredi: Tunisie-Mali (0-1), Mauritanie-Gambie (0-1), Guinée Equatoriale-Côte d'Ivoire (0-1).

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-en-direct-toutes-les-infos_LN-202201100133.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", - "enclosure": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", + "pubDate": "Mon, 10 Jan 2022 08:03:07 GMT", + "enclosure": "https://images.bfmtv.com/bMHwLXsTe1TmcKZmIMqZG5PzSsQ=/0x0:1920x1080/800x0/images/Janny-Sikazwe-1213585.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", + "image": "https://images.bfmtv.com/bMHwLXsTe1TmcKZmIMqZG5PzSsQ=/0x0:1920x1080/800x0/images/Janny-Sikazwe-1213585.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "da09912736f2d084f11c3c96adf1039c", + "hash": "97b66be0c15654724dfc981b7dc113bc", "highlights": [] }, { - "title": "Coupes d'Europe de rugby: l’EPCR justifie sa curieuse décision sur les matchs nuls", - "description": "Comme annoncé par RMC Sport, l’EPCR a communiqué ce mardi sur l'issue des matchs de la deuxième journée des Coupes d’Europe de rugby reportés à cause du Covid-19. L’instance a opté pour des résultats nuls pour toutes ces rencontres et a justifié sa position.

", - "content": "Comme annoncé par RMC Sport, l’EPCR a communiqué ce mardi sur l'issue des matchs de la deuxième journée des Coupes d’Europe de rugby reportés à cause du Covid-19. L’instance a opté pour des résultats nuls pour toutes ces rencontres et a justifié sa position.

", + "title": "Ski de bosses: deuxième victoire consécutive pour Laffont", + "description": "La Française Perrine Laffont a remporté jeudi la compétition de Coupe du monde de ski de bosses à Deer Valley (Etats-Unis), cinq jours après sa victoire à Mont Tremblant (Canada).

", + "content": "La Française Perrine Laffont a remporté jeudi la compétition de Coupe du monde de ski de bosses à Deer Valley (Etats-Unis), cinq jours après sa victoire à Mont Tremblant (Canada).

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/coupes-d-europe-de-rugby-l-epcr-justifie-sa-curieuse-decision-sur-les-matchs-nuls_AV-202201110417.html", + "link": "https://rmcsport.bfmtv.com/jeux-olympiques/ski-de-bosses-deuxieme-victoire-consecutive-pour-laffont_AD-202201130622.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 17:37:51 GMT", - "enclosure": "https://images.bfmtv.com/tx7y9Tdf_sw4pu9uHlfgh2N9omc=/0x50:2048x1202/800x0/images/Un-poteau-de-corner-de-la-Champions-Cup-en-decembre-2021-1210374.jpg", + "pubDate": "Thu, 13 Jan 2022 23:43:17 GMT", + "enclosure": "https://images.bfmtv.com/IMfMNO7OGRMYomJSHjMKenCEtBk=/0x40:768x472/800x0/images/Perrine-Laffont-lors-d-une-etape-de-Coupe-du-monde-a-Park-City-aux-Etats-Unis-le-4-fevrier-2021-1190413.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/tx7y9Tdf_sw4pu9uHlfgh2N9omc=/0x50:2048x1202/800x0/images/Un-poteau-de-corner-de-la-Champions-Cup-en-decembre-2021-1210374.jpg", + "image": "https://images.bfmtv.com/IMfMNO7OGRMYomJSHjMKenCEtBk=/0x40:768x472/800x0/images/Perrine-Laffont-lors-d-une-etape-de-Coupe-du-monde-a-Park-City-aux-Etats-Unis-le-4-fevrier-2021-1190413.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27650,20 +28706,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eaeb4b3e9b661306862013ac483b798a", + "hash": "514c044c9866dfcc4278d0e0b5102839", "highlights": [] }, { - "title": "Barça: Xavi espère que son premier Clasico contre le Real sera un tournant dans la saison", - "description": "À l'occasion de la demi-finale de la Supercoupe d'Espagne ce mercredi (20h), le FC Barcelone et le Real Madrid s'affronteront. Une rencontre particulière pour Xavi qui vivra son premier Clasico sur le banc du Barça. Devant la presse, l'Espagnol a donné des indications sur les potentiels retours de blessure et ses impressions sur ce match si particulier.

", - "content": "À l'occasion de la demi-finale de la Supercoupe d'Espagne ce mercredi (20h), le FC Barcelone et le Real Madrid s'affronteront. Une rencontre particulière pour Xavi qui vivra son premier Clasico sur le banc du Barça. Devant la presse, l'Espagnol a donné des indications sur les potentiels retours de blessure et ses impressions sur ce match si particulier.

", + "title": "Coupe d’Italie : Giroud et Hernandez décisifs, l’AC Milan en quarts", + "description": "L’AC Milan a décroché sa qualification pour les quarts de finale de la Coupe d’Italie en dominant le Genoa ce jeudi après prolongation (3-1). Un match au cours duquel Olivier Giroud a inscrit un nouveau but.

", + "content": "L’AC Milan a décroché sa qualification pour les quarts de finale de la Coupe d’Italie en dominant le Genoa ce jeudi après prolongation (3-1). Un match au cours duquel Olivier Giroud a inscrit un nouveau but.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/supercoupe-d-espagne/barca-xavi-espere-que-son-premier-clasico-contre-le-real-sera-un-tournant-dans-la-saison_AV-202201110410.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/coupe-d-italie-giroud-et-hernandez-decisifs-l-ac-milan-en-quarts_AV-202201130620.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 17:27:54 GMT", - "enclosure": "https://images.bfmtv.com/TE5c5igzo1lnvyslVNt7M3OqNhg=/0x40:768x472/800x0/images/L-entraineur-du-FC-Barcelone-Xavi-lors-du-match-a-Grenade-le-8-janvier-2022-1211224.jpg", + "pubDate": "Thu, 13 Jan 2022 23:30:33 GMT", + "enclosure": "https://images.bfmtv.com/vYeqsdVfXlza_tnHzA0rnpQ2L7I=/0x121:2048x1273/800x0/images/Olivier-Giroud-AC-Milan-le-6-janvier-2022-1210063.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/TE5c5igzo1lnvyslVNt7M3OqNhg=/0x40:768x472/800x0/images/L-entraineur-du-FC-Barcelone-Xavi-lors-du-match-a-Grenade-le-8-janvier-2022-1211224.jpg", + "image": "https://images.bfmtv.com/vYeqsdVfXlza_tnHzA0rnpQ2L7I=/0x121:2048x1273/800x0/images/Olivier-Giroud-AC-Milan-le-6-janvier-2022-1210063.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27672,20 +28728,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9995c863c3fb1211c8210a5ca32e6ec9", + "hash": "c91a1cc6d23209233b5bfadb16b31a70", "highlights": [] }, { - "title": "Jauges, remboursement des PGE, aides pour les salles... Les pistes du gouvernement pour soulager le monde du sport", - "description": "Des acteurs du monde du sport étaient ce mardi au ministère de l'Économie et des Finances pour réclamer des aides supplémentaires face aux nouvelles restrictions sanitaires. Des pistes sont à l'étude.

", - "content": "Des acteurs du monde du sport étaient ce mardi au ministère de l'Économie et des Finances pour réclamer des aides supplémentaires face aux nouvelles restrictions sanitaires. Des pistes sont à l'étude.

", + "title": "PRONOS PARIS RMC Le pari sûr du 14 janvier – Bundesliga – Allemagne", + "description": "Notre pronostic: Dortmund bat Fribourg (1.52)

", + "content": "Notre pronostic: Dortmund bat Fribourg (1.52)

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/jauges-remboursement-des-pge-aides-pour-les-salles-les-pistes-du-gouvernement-pour-soulager-le-monde-du-sport_AV-202201110402.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-14-janvier-bundesliga-allemagne_AN-202201130385.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 17:18:14 GMT", - "enclosure": "https://images.bfmtv.com/2p3mSd2Xl3iPiKY5rBoVtpp-PAg=/0x0:768x432/800x0/images/Le-ministre-francais-de-l-Economie-Bruno-Le-Maire-sur-le-perron-de-l-Elysee-a-Paris-le-22-decembre-2021-1201637.jpg", + "pubDate": "Thu, 13 Jan 2022 23:04:00 GMT", + "enclosure": "https://images.bfmtv.com/Sc98X3lp5BClLxwzhlS3hlhMYjg=/0x104:1984x1220/800x0/images/Raphael-Guerreiro-Dortmund-1214450.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/2p3mSd2Xl3iPiKY5rBoVtpp-PAg=/0x0:768x432/800x0/images/Le-ministre-francais-de-l-Economie-Bruno-Le-Maire-sur-le-perron-de-l-Elysee-a-Paris-le-22-decembre-2021-1201637.jpg", + "image": "https://images.bfmtv.com/Sc98X3lp5BClLxwzhlS3hlhMYjg=/0x104:1984x1220/800x0/images/Raphael-Guerreiro-Dortmund-1214450.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27694,42 +28750,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "984bc94c1d86f80be96976140d3d24d8", + "hash": "6401b85d2e9a2ce54ac88be1a0aaccc5", "highlights": [] }, { - "title": "CAN 2022: les larmes du gardien de la Sierra Leone après son match héroïque contre l’Algérie", - "description": "La Sierra Leone a obtenu le nul contre l’Algérie (0-0) ce mardi lors de la CAN 2022 disputée au Cameroun. Elu homme du match après une énorme prestation, le gardien sierraléonais Mohamed Kamara s’est laissé submerger par l’émotion et a fondu en larmes après une performance record.

", - "content": "La Sierra Leone a obtenu le nul contre l’Algérie (0-0) ce mardi lors de la CAN 2022 disputée au Cameroun. Elu homme du match après une énorme prestation, le gardien sierraléonais Mohamed Kamara s’est laissé submerger par l’émotion et a fondu en larmes après une performance record.

", + "title": "PRONOS PARIS RMC Le pari buteur du jour du 14 janvier – Bundesliga – Allemagne", + "description": "Notre pronostic: Erling Haaland marque contre Fribourg (1.54)

", + "content": "Notre pronostic: Erling Haaland marque contre Fribourg (1.54)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-les-larmes-du-gardien-de-la-sierra-leone-apres-son-match-heroique-contre-l-algerie_AV-202201110391.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-buteur-du-jour-du-14-janvier-bundesliga-allemagne_AN-202201130383.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 17:05:09 GMT", - "enclosure": "https://images.bfmtv.com/C5EdKzjyGzKIYVpzm7Z9lWpfc6c=/14x222:2046x1365/800x0/images/Mohamed-Kamara-gardien-de-la-Sierra-Leone-contre-l-Algerie-a-la-CAN-2022-1212886.jpg", + "pubDate": "Thu, 13 Jan 2022 23:03:00 GMT", + "enclosure": "https://images.bfmtv.com/InG5fsoLjIIS4Fs7zB8-ckMm8xg=/0x104:1984x1220/800x0/images/Erling-Haaland-Dortmund-1214448.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/C5EdKzjyGzKIYVpzm7Z9lWpfc6c=/14x222:2046x1365/800x0/images/Mohamed-Kamara-gardien-de-la-Sierra-Leone-contre-l-Algerie-a-la-CAN-2022-1212886.jpg", + "image": "https://images.bfmtv.com/InG5fsoLjIIS4Fs7zB8-ckMm8xg=/0x104:1984x1220/800x0/images/Erling-Haaland-Dortmund-1214448.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d43bd6ecc443a893de6445a4613ccaae", + "hash": "6aff370684124a7a8e2c95163fa60070", "highlights": [] }, { - "title": "Monaco: un éventuel transfert de Badiashile à Newcastle compromis par sa blessure?", - "description": "Absent pour les six prochaines semaines à cause d’une blessure à la cuisse, Benoît Badiashile était pourtant une cible sérieuse pour Newcastle. Selon RMC Sport, des discussions entre les Anglais et Monaco ont eu lieu, une offre importante devait même être envoyée. Mais le pépin physique du Français pourrait chambouler ce dossier.

", - "content": "Absent pour les six prochaines semaines à cause d’une blessure à la cuisse, Benoît Badiashile était pourtant une cible sérieuse pour Newcastle. Selon RMC Sport, des discussions entre les Anglais et Monaco ont eu lieu, une offre importante devait même être envoyée. Mais le pépin physique du Français pourrait chambouler ce dossier.

", + "title": "PRONOS PARIS RMC Le nul du jour du 14 janvier – Süper Lig - Turquie", + "description": "Notre pronostic: pas de vainqueur entre Malatyaspor et Göztepe (3.15)

", + "content": "Notre pronostic: pas de vainqueur entre Malatyaspor et Göztepe (3.15)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/monaco-un-eventuel-transfert-de-badiashile-a-newcastle-compromis-par-sa-blessure_AV-202201110380.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-14-janvier-super-lig-turquie_AN-202201130381.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 16:42:24 GMT", - "enclosure": "https://images.bfmtv.com/xxFlWe8m29ppL6v1KP5e_PHvK8g=/0x42:768x474/800x0/images/Le-defenseur-de-Monaco-Benoit-Badiashile-lors-du-match-de-Ligue-1-contre-le-Paris-SG-au-Parc-des-Princes-le-21-fevrier-2021-1027621.jpg", + "pubDate": "Thu, 13 Jan 2022 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/U3JOVXo79en_PTITd6goUlp8PDU=/0x104:1984x1220/800x0/images/Ballon-de-foot-1214445.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/xxFlWe8m29ppL6v1KP5e_PHvK8g=/0x42:768x474/800x0/images/Le-defenseur-de-Monaco-Benoit-Badiashile-lors-du-match-de-Ligue-1-contre-le-Paris-SG-au-Parc-des-Princes-le-21-fevrier-2021-1027621.jpg", + "image": "https://images.bfmtv.com/U3JOVXo79en_PTITd6goUlp8PDU=/0x104:1984x1220/800x0/images/Ballon-de-foot-1214445.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27738,20 +28794,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "74fbb7ed2e545b30eb3808b5c8115897", + "hash": "bdc434fd4417a800512c47a732cd15b7", "highlights": [] }, { - "title": "Bordeaux: Koscielny s'entraîne finalement avec le groupe pro mais...", - "description": "Un temps annoncé en équipe réserve comme Paul Baysse et Mehdi Zerkane, le capitaine Laurent Koscielny fait finalement encore partie de l'équipe première des Girondins de Bordeaux. Le club espère malgré tout une résiliation de contrat.

", - "content": "Un temps annoncé en équipe réserve comme Paul Baysse et Mehdi Zerkane, le capitaine Laurent Koscielny fait finalement encore partie de l'équipe première des Girondins de Bordeaux. Le club espère malgré tout une résiliation de contrat.

", + "title": "Open d'Australie en direct: une audience en urgence convoquée ce vendredi pour Djokovic", + "description": "L'Open d'Australie 2022 débute dans quelques jours (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation (une deuxième fois) du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "content": "L'Open d'Australie 2022 débute dans quelques jours (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation (une deuxième fois) du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-koscielny-s-entraine-finalement-avec-le-groupe-pro-mais_AV-202201110368.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 16:28:24 GMT", - "enclosure": "https://images.bfmtv.com/-8UJh-J2hBnEvDELokSJY-WxGNQ=/14x57:2046x1200/800x0/images/Koscielny-1212833.jpg", + "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", + "enclosure": "https://images.bfmtv.com/sQfzUDRkkdtKKZK4B0ikn0YfbHM=/0x5:2048x1157/800x0/images/Novak-Djokovic-1214866.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/-8UJh-J2hBnEvDELokSJY-WxGNQ=/14x57:2046x1200/800x0/images/Koscielny-1212833.jpg", + "image": "https://images.bfmtv.com/sQfzUDRkkdtKKZK4B0ikn0YfbHM=/0x5:2048x1157/800x0/images/Novak-Djokovic-1214866.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27760,20 +28816,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b8858ee45338c429a407319ceeeeb2f", + "hash": "23fe3fbf132ee3e7922772f7f1e53e8b", "highlights": [] }, { - "title": "Toulouse: Dupont absent pour la troisième semaine de suite", - "description": "Antoine Dupont n’a toujours pas participé à l’entraînement du Stade Toulousain ce mardi et demeure incertain pour le match de Champions Cup samedi prochain sur le terrain des Wasps.

", - "content": "Antoine Dupont n’a toujours pas participé à l’entraînement du Stade Toulousain ce mardi et demeure incertain pour le match de Champions Cup samedi prochain sur le terrain des Wasps.

", + "title": "Mercato en direct: le PSG vend un de ses jeunes à l'Olympiacos", + "description": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", + "content": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/toulouse-dupont-absent-pour-la-troisieme-semaine-de-suite_AV-202201110364.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-toutes-les-infos-et-rumeurs-du-13-janvier-2022_LN-202201130053.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 16:22:20 GMT", - "enclosure": "https://images.bfmtv.com/y9kmNdcQBl9-63ZJQZy1pSszrYU=/14x0:2046x1143/800x0/images/Antoine-Dupont-avec-Toulouse-le-11-decembre-2021-1212840.jpg", + "pubDate": "Thu, 13 Jan 2022 06:04:16 GMT", + "enclosure": "https://images.bfmtv.com/hGjcWaEsMcGUKaT5FDEnYwTD-fk=/0x54:2048x1206/800x0/images/Bandiougou-Fadiga-1214951.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/y9kmNdcQBl9-63ZJQZy1pSszrYU=/14x0:2046x1143/800x0/images/Antoine-Dupont-avec-Toulouse-le-11-decembre-2021-1212840.jpg", + "image": "https://images.bfmtv.com/hGjcWaEsMcGUKaT5FDEnYwTD-fk=/0x54:2048x1206/800x0/images/Bandiougou-Fadiga-1214951.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27782,20 +28838,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4625a58ee7ea8fd2327ccf6720f7425", + "hash": "e5ee43f9fe5fb6057f583544c7753c80", "highlights": [] }, { - "title": "CAN 2022: \"On a failli à notre tâche\", la frustration de Belmadi après le nul de l’Algérie", - "description": "Djamel Belmadi a réagi ce mardi au match nul de l’Algérie contre la Sierra Leone (0-0) lors de la CAN 2022. Le sélectionneur des Fennecs n’a pas apprécié le manque d’efficacité de son équipe et a appelé à une remise en question pour la suite de la compétition.

", - "content": "Djamel Belmadi a réagi ce mardi au match nul de l’Algérie contre la Sierra Leone (0-0) lors de la CAN 2022. Le sélectionneur des Fennecs n’a pas apprécié le manque d’efficacité de son équipe et a appelé à une remise en question pour la suite de la compétition.

", + "title": "PRONOS PARIS RMC Le pari de folie du 14 janvier – CAN", + "description": "Notre pronostic: le Ghana bat le Gabon 1-0 (4.60)

", + "content": "Notre pronostic: le Ghana bat le Gabon 1-0 (4.60)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-on-a-failli-a-notre-tache-la-frustration-de-belmadi-apres-le-nul-de-l-algerie_AV-202201110351.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-14-janvier-can_AN-202201130378.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 15:53:43 GMT", - "enclosure": "https://images.bfmtv.com/EUebvJ8ECR9kPy4K3Q1urMTIW2Y=/0x212:2048x1364/800x0/images/Djamel-Belmadi-le-selectionneur-de-l-Algerie-lors-de-la-CAN-2022-1212824.jpg", + "pubDate": "Thu, 13 Jan 2022 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/KCDTo8JVhDaXztGktoffB-fpNnY=/0x104:2000x1229/800x0/images/Andre-Ayew-Ghana-1214443.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/EUebvJ8ECR9kPy4K3Q1urMTIW2Y=/0x212:2048x1364/800x0/images/Djamel-Belmadi-le-selectionneur-de-l-Algerie-lors-de-la-CAN-2022-1212824.jpg", + "image": "https://images.bfmtv.com/KCDTo8JVhDaXztGktoffB-fpNnY=/0x104:2000x1229/800x0/images/Andre-Ayew-Ghana-1214443.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27804,20 +28860,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "59ad0c85986b2ab0ac02908324f5791f", + "hash": "e2c1fa6a0b51ac52097180e9ae14a73a", "highlights": [] }, { - "title": "Mercato: ce que demande Reims pour Ekitike, qui intéresse Newcastle", - "description": "Hugo Ekitike intéresse plusieurs clubs étrangers, notamment Newcastle et Dortmund. Le Stade de Reims, qui souhaite conserver son jeune attaquant de 19 ans jusqu'à la fin de la saison, demande plus de 30 millions d'euros pour un transfert (avec prêt) dès cet hiver.

", - "content": "Hugo Ekitike intéresse plusieurs clubs étrangers, notamment Newcastle et Dortmund. Le Stade de Reims, qui souhaite conserver son jeune attaquant de 19 ans jusqu'à la fin de la saison, demande plus de 30 millions d'euros pour un transfert (avec prêt) dès cet hiver.

", + "title": "Mercato: en échec en Serie B, Jérémy Ménez va rebondir à Malte", + "description": "Dans l’impasse à la Reggina, en deuxième division italienne, Jérémy Ménez a trouvé une porte de sortie étonnante. L’ancien international tricolore, 34 ans, va s’engager à Malte sous la forme d’un prêt avec les Hamrun Spartans, selon des médias italiens et maltais.

", + "content": "Dans l’impasse à la Reggina, en deuxième division italienne, Jérémy Ménez a trouvé une porte de sortie étonnante. L’ancien international tricolore, 34 ans, va s’engager à Malte sous la forme d’un prêt avec les Hamrun Spartans, selon des médias italiens et maltais.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-ce-que-demande-reims-pour-ekitike-qui-interesse-newcastle_AV-202201110345.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-echec-en-serie-b-jeremy-menez-va-rebondir-a-malte_AV-202201130612.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 15:44:20 GMT", - "enclosure": "https://images.bfmtv.com/cbge1eG-aRmJdX3bzkSgGMjOCRM=/0x150:2048x1302/800x0/images/Ekitike-1212816.jpg", + "pubDate": "Thu, 13 Jan 2022 23:00:14 GMT", + "enclosure": "https://images.bfmtv.com/2kYrH8jLjoHvWY4NASRZka7xIzM=/0x78:2048x1230/800x0/images/Jeremy-Menez-1214734.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/cbge1eG-aRmJdX3bzkSgGMjOCRM=/0x150:2048x1302/800x0/images/Ekitike-1212816.jpg", + "image": "https://images.bfmtv.com/2kYrH8jLjoHvWY4NASRZka7xIzM=/0x78:2048x1230/800x0/images/Jeremy-Menez-1214734.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27826,20 +28882,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c9bffa177c4bef1a7837da0a94fc583", + "hash": "c5b7236b157dd60c4e9906d57e001c3b", "highlights": [] }, { - "title": "Mercato: Corchia a refusé les Verts", - "description": "L’AS Saint-Etienne continue de se montrer active sur le marché des transferts. RMC Sport est en mesure d’annoncer que les Verts se sont intéressés à la situation de Sébastien Corchia. Mais le latéral droit n’a pas donné suite et a décidé de finir la saison avec le FC Nantes.

", - "content": "L’AS Saint-Etienne continue de se montrer active sur le marché des transferts. RMC Sport est en mesure d’annoncer que les Verts se sont intéressés à la situation de Sébastien Corchia. Mais le latéral droit n’a pas donné suite et a décidé de finir la saison avec le FC Nantes.

", + "title": "League Cup: Arsenal résiste à Liverpool en infériorité numérique", + "description": "Rapidement réduit à 10 avec l'expulsion de Granit Xhaka, Arsenal a tenu bon face à un Liverpool (0-0) en panne d'inspiration offensive, jeudi, à Anfield, pour la demi-finale aller de la Coupe de la Ligue anglaise.

", + "content": "Rapidement réduit à 10 avec l'expulsion de Granit Xhaka, Arsenal a tenu bon face à un Liverpool (0-0) en panne d'inspiration offensive, jeudi, à Anfield, pour la demi-finale aller de la Coupe de la Ligue anglaise.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-corchia-a-refuse-les-verts_AV-202201110339.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/league-cup-arsenal-resiste-a-liverpool-en-inferiorite-numerique_AD-202201130606.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 15:36:34 GMT", - "enclosure": "https://images.bfmtv.com/I6uNi48GPat3-soVu_X8wErW04o=/0x0:1984x1116/800x0/images/-984003.jpg", + "pubDate": "Thu, 13 Jan 2022 22:39:33 GMT", + "enclosure": "https://images.bfmtv.com/6VrA4UUvqyL3EE4aMysZ4dLiuQ0=/0x0:1200x675/800x0/images/Diogo-Jota-et-Bukayo-Saka-League-Cup-Liverpool-Arsenal-1214731.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/I6uNi48GPat3-soVu_X8wErW04o=/0x0:1984x1116/800x0/images/-984003.jpg", + "image": "https://images.bfmtv.com/6VrA4UUvqyL3EE4aMysZ4dLiuQ0=/0x0:1200x675/800x0/images/Diogo-Jota-et-Bukayo-Saka-League-Cup-Liverpool-Arsenal-1214731.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27848,20 +28904,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4a2a1583447910e0ce5169dc33c8dc8", + "hash": "d337aa8ad740e4673cd18c595111ff92", "highlights": [] }, { - "title": "Bordeaux: Baysse réagit après sa mise à l’écart", - "description": "Paul Baysse et plusieurs joueurs des Girondins ont été mis à l’écart du groupe professionnel ce mardi. Le défenseur bordelais a répondu à des internautes pour leur expliquer sa situation.

", - "content": "Paul Baysse et plusieurs joueurs des Girondins ont été mis à l’écart du groupe professionnel ce mardi. Le défenseur bordelais a répondu à des internautes pour leur expliquer sa situation.

", + "title": "Prix de Belgique : Trois derniers tickets pour le Prix d'Amérique", + "description": "Dernière des six courses qualificatives au Prix d'Amérique (30 janvier), le Prix de Belgique est programmé ce dimanche 16 janvier sur l'hippodrome de Vincennes et offrira trois tickets pour le Championnat du Monde de trot attelé.

", + "content": "Dernière des six courses qualificatives au Prix d'Amérique (30 janvier), le Prix de Belgique est programmé ce dimanche 16 janvier sur l'hippodrome de Vincennes et offrira trois tickets pour le Championnat du Monde de trot attelé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-baysse-reagit-apres-sa-mise-a-l-ecart_AV-202201110338.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/prix-de-belgique-trois-derniers-tickets-pour-le-prix-d-amerique_AN-202201130597.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 15:21:45 GMT", - "enclosure": "https://images.bfmtv.com/sGpmmSyRck7fDdIJfVN3ozYpA7A=/0x106:2048x1258/800x0/images/Paul-Baysse-avec-Bordeaux-en-fevrier-2021-1212811.jpg", + "pubDate": "Thu, 13 Jan 2022 22:27:26 GMT", + "enclosure": "https://images.bfmtv.com/SQsrDl-oBduzYsIYOsPdQ0MEG1g=/7x46:791x487/800x0/images/Gu-d-Heripre-est-une-priorite-dans-le-Prix-de-Belgique-1214722.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/sGpmmSyRck7fDdIJfVN3ozYpA7A=/0x106:2048x1258/800x0/images/Paul-Baysse-avec-Bordeaux-en-fevrier-2021-1212811.jpg", + "image": "https://images.bfmtv.com/SQsrDl-oBduzYsIYOsPdQ0MEG1g=/7x46:791x487/800x0/images/Gu-d-Heripre-est-une-priorite-dans-le-Prix-de-Belgique-1214722.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27870,20 +28926,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e62ea6031137b53ff47f79d7fe63e831", + "hash": "9208eccada33c6570f1ebcf942baebd2", "highlights": [] }, { - "title": "PSG: \"Je n’ai pas choisi d’être une superstar\", le nouvel extrait du documentaire Netflix sur Neymar", - "description": "Le 25 janvier, le documentaire Netflix, \"Neymar, le chaos parfait\", sera diffusé. À quelques jours de la sortie, la plateforme a sorti un nouvel extrait où l’on voit des interventions de Lionel Messi et Kylian Mbappé. Ainsi que celle du Brésilien, s’exprimant sur sa médiatisation précoce.

", - "content": "Le 25 janvier, le documentaire Netflix, \"Neymar, le chaos parfait\", sera diffusé. À quelques jours de la sortie, la plateforme a sorti un nouvel extrait où l’on voit des interventions de Lionel Messi et Kylian Mbappé. Ainsi que celle du Brésilien, s’exprimant sur sa médiatisation précoce.

", + "title": "Supercoupe d'Espagne: sans Griezmann, l’Atlético privé de finale par Bilbao et les frères Williams", + "description": "Les Basques ont éliminé l’Atlético de Madrid jeudi (2-1) en Supercoupe d'Espagne, pour s'offrir le droit d'affronter le Real Madrid en finale. Tenants du titre, ils défendront leur couronne dimanche à Riyad (Arabie saoudite).

", + "content": "Les Basques ont éliminé l’Atlético de Madrid jeudi (2-1) en Supercoupe d'Espagne, pour s'offrir le droit d'affronter le Real Madrid en finale. Tenants du titre, ils défendront leur couronne dimanche à Riyad (Arabie saoudite).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-je-n-ai-pas-choisi-d-etre-une-superstar-le-nouvel-extrait-du-documentaire-netflix-sur-neymar_AV-202201110336.html", + "link": "https://rmcsport.bfmtv.com/football/supercoupe-d-espagne/supercoupe-d-espagne-sans-griezmann-l-atletico-prive-de-finale-par-bilbao-et-les-freres-williams_AV-202201130595.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 15:14:42 GMT", - "enclosure": "https://images.bfmtv.com/ipwj0lO5pW1aTpMZucRXDgJkkVo=/0x345:1808x1362/800x0/images/Neymar-avec-le-PSG-sous-une-fine-neige-1177172.jpg", + "pubDate": "Thu, 13 Jan 2022 22:20:27 GMT", + "enclosure": "https://images.bfmtv.com/nrSgfOtfXjVRiTSBRojiq1kUrMk=/0x49:2048x1201/800x0/images/Nico-Williams-le-13-janvier-2022-1214713.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ipwj0lO5pW1aTpMZucRXDgJkkVo=/0x345:1808x1362/800x0/images/Neymar-avec-le-PSG-sous-une-fine-neige-1177172.jpg", + "image": "https://images.bfmtv.com/nrSgfOtfXjVRiTSBRojiq1kUrMk=/0x49:2048x1201/800x0/images/Nico-Williams-le-13-janvier-2022-1214713.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27892,20 +28948,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1de56f547a71d38f6dce4d8490ffc61f", + "hash": "3aa99af1a5e84d7a1018bbd070a5b5b3", "highlights": [] }, { - "title": "CAN 2022: très décevante, l'Algérie concède le nul face à la Sierra Leone", - "description": "Bousculée et décevante dans le jeu, l'Algérie a concédé le match nul ce mardi face à la Sierra Leone (0-0), 108e nation au classement FIFA. Peu inspirés offensivement, les Fennecs sont tombés sur un excellent Kamara dans les buts.

", - "content": "Bousculée et décevante dans le jeu, l'Algérie a concédé le match nul ce mardi face à la Sierra Leone (0-0), 108e nation au classement FIFA. Peu inspirés offensivement, les Fennecs sont tombés sur un excellent Kamara dans les buts.

", + "title": "Euroligue: Monaco s'offre le Bayern et le droit de rêver encore aux play-offs", + "description": "Voeu exaucé sur le Rocher: Monaco a remporté son premier match d'Euroligue de l'année 2022 sur le parquet du Bayern Munich (83-78) jeudi lors de la 21e journée.

", + "content": "Voeu exaucé sur le Rocher: Monaco a remporté son premier match d'Euroligue de l'année 2022 sur le parquet du Bayern Munich (83-78) jeudi lors de la 21e journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-tres-decevante-l-algerie-concede-le-nul-face-a-la-sierra-leone_AN-202201110332.html", + "link": "https://rmcsport.bfmtv.com/basket/euroligue-monaco-s-offre-le-bayern-et-le-droit-de-rever-encore-aux-play-offs_AD-202201130592.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 14:57:54 GMT", - "enclosure": "https://images.bfmtv.com/qSzhPjT13oGT3obRIs0Q4r7Jucg=/0x224:1984x1340/800x0/images/Yacine-Brahimi-face-a-la-Sierra-Leone-lors-de-la-CAN-2022-1212787.jpg", + "pubDate": "Thu, 13 Jan 2022 22:14:33 GMT", + "enclosure": "https://images.bfmtv.com/VS4e5m7vFlAQCmSiN7RUwSrxH2I=/0x27:2048x1179/800x0/images/Monaco-Bayern-basket-Euroligue-1165642.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/qSzhPjT13oGT3obRIs0Q4r7Jucg=/0x224:1984x1340/800x0/images/Yacine-Brahimi-face-a-la-Sierra-Leone-lors-de-la-CAN-2022-1212787.jpg", + "image": "https://images.bfmtv.com/VS4e5m7vFlAQCmSiN7RUwSrxH2I=/0x27:2048x1179/800x0/images/Monaco-Bayern-basket-Euroligue-1165642.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27914,42 +28970,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "eae300d24c110b99afe392baf6542f0f", + "hash": "b9f58dc2ff2c4f630a083fd36e1c4bd6", "highlights": [] }, { - "title": "Nigeria-Egypte en direct: les Super Eagles s'imposent sans trembler face à de petits Pharaons", - "description": "Sans vraiment être mis en danger, le Nigéria remporte ce premier choc de la CAN 2022, grâce à un but sublime d'Iheanacho (31e). Beaucoup trop esseulé, Salah n'a pas su faire la différence pour l'Égypte.

", - "content": "Sans vraiment être mis en danger, le Nigéria remporte ce premier choc de la CAN 2022, grâce à un but sublime d'Iheanacho (31e). Beaucoup trop esseulé, Salah n'a pas su faire la différence pour l'Égypte.

", + "title": "Ligue 1: le communiqué cinglant de l'UNFP pour charger Bordeaux", + "description": "Visiblement révoltée par les mises à l'écart de Paul Baysse et Mehdi Zerkane, et la situation de Laurent Koscielny, l'UNFP s'en prend durement aux Girondins dans un communiqué ce jeudi.

", + "content": "Visiblement révoltée par les mises à l'écart de Paul Baysse et Mehdi Zerkane, et la situation de Laurent Koscielny, l'UNFP s'en prend durement aux Girondins dans un communiqué ce jeudi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-en-direct-suivez-le-choc-entre-le-nigeria-et-l-egypte_LS-202201110328.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-le-communique-cinglant-de-l-unfp-pour-charger-bordeaux_AV-202201130587.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 14:46:53 GMT", - "enclosure": "https://images.bfmtv.com/CO14jbSddhIx8R3Do5OveJZDPIQ=/0x141:2048x1293/800x0/images/1212946.jpg", + "pubDate": "Thu, 13 Jan 2022 22:02:18 GMT", + "enclosure": "https://images.bfmtv.com/h_X7DIsh8XxQDBcrNxOqvn2QO6g=/0x0:1200x675/800x0/images/Gerard-Lopez-1133044.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/CO14jbSddhIx8R3Do5OveJZDPIQ=/0x141:2048x1293/800x0/images/1212946.jpg", + "image": "https://images.bfmtv.com/h_X7DIsh8XxQDBcrNxOqvn2QO6g=/0x0:1200x675/800x0/images/Gerard-Lopez-1133044.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ae139c4c3c8a7dc4bcc2b1671b3ff2f3", + "hash": "9117953f179434d79d42a5c2455b14bd", "highlights": [] }, { - "title": "Top 14: Botia prolonge à La Rochelle", - "description": "La Rochelle a officialisé ce mardi la prolongation de Levani Botia pour deux saisons supplémentaires. Le puissant fidjien espère ainsi rester compétitif en Top 14 afin de séduire son sélectionneur avant la Coupe du monde 2023 en France.

", - "content": "La Rochelle a officialisé ce mardi la prolongation de Levani Botia pour deux saisons supplémentaires. Le puissant fidjien espère ainsi rester compétitif en Top 14 afin de séduire son sélectionneur avant la Coupe du monde 2023 en France.

", + "title": "Belgique: Mouscron confirme la grève de ses joueurs et charge le Losc", + "description": "Les joueurs de l’Excel Mouscron, qui évoluent en 2e division belge, sont en grève depuis ce jeudi. Une situation confirmée par la direction, qui accuse son ancien club partenaire, Lille, d’être responsable de ses grosses difficultés financières.

", + "content": "Les joueurs de l’Excel Mouscron, qui évoluent en 2e division belge, sont en grève depuis ce jeudi. Une situation confirmée par la direction, qui accuse son ancien club partenaire, Lille, d’être responsable de ses grosses difficultés financières.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-botia-prolonge-a-la-rochelle_AV-202201110323.html", + "link": "https://rmcsport.bfmtv.com/football/belgique-mouscron-confirme-la-greve-de-ses-joueurs-et-charge-le-losc_AV-202201130575.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 14:40:43 GMT", - "enclosure": "https://images.bfmtv.com/zLI7ahm70RPo8fNe6-EPyE5Gp3s=/0x212:2048x1364/800x0/images/Levani-Botia-avec-La-Rochelle-contre-le-MHR-le-2-octobre-2021-1212783.jpg", + "pubDate": "Thu, 13 Jan 2022 21:22:13 GMT", + "enclosure": "https://images.bfmtv.com/K2NBK5TuFhRXjnhg8gST6qPYx9k=/0x248:1904x1319/800x0/images/Olivier-Letang-1123159.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/zLI7ahm70RPo8fNe6-EPyE5Gp3s=/0x212:2048x1364/800x0/images/Levani-Botia-avec-La-Rochelle-contre-le-MHR-le-2-octobre-2021-1212783.jpg", + "image": "https://images.bfmtv.com/K2NBK5TuFhRXjnhg8gST6qPYx9k=/0x248:1904x1319/800x0/images/Olivier-Letang-1123159.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27958,20 +29014,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d5f64810a64475eb259960a6baca4a1", + "hash": "df48ab437856660f4b105d1c486beab5", "highlights": [] }, { - "title": "OL: Reine-Adelaïde a fait son retour à l’entraînement collectif", - "description": "Absent des terrains depuis une rupture des ligaments croisés en février dernier, Jeff Reine-Adelaïde voit enfin le bout du tunnel. Le milieu de terrain était de retour ce mardi à l’entraînement collectif avec l’Olympique Lyonnais.

", - "content": "Absent des terrains depuis une rupture des ligaments croisés en février dernier, Jeff Reine-Adelaïde voit enfin le bout du tunnel. Le milieu de terrain était de retour ce mardi à l’entraînement collectif avec l’Olympique Lyonnais.

", + "title": "Euro de hand: les Bleus démarrent parfaitement contre la Croatie", + "description": "Champions olympiques il y a un peu plus de cinq mois à Tokyo, les Français ont démarré l'Euro par une victoire face à la Croatie (27-22) ce jeudi à Szeged (Hongrie). Ils affronteront l'Ukraine samedi (18h) et la Serbie lundi (20h30).

", + "content": "Champions olympiques il y a un peu plus de cinq mois à Tokyo, les Français ont démarré l'Euro par une victoire face à la Croatie (27-22) ce jeudi à Szeged (Hongrie). Ils affronteront l'Ukraine samedi (18h) et la Serbie lundi (20h30).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-reine-adelaide-a-fait-son-retour-a-l-entrainement-collectif_AV-202201110318.html", + "link": "https://rmcsport.bfmtv.com/handball/euro-de-hand-les-bleus-demarrent-parfaitement-contre-la-croatie_AV-202201130571.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 14:27:17 GMT", - "enclosure": "https://images.bfmtv.com/j7O2j0-XB5UrDPNH2EM6g0aBifs=/10x2:1050x587/800x0/images/-872972.jpg", + "pubDate": "Thu, 13 Jan 2022 21:04:57 GMT", + "enclosure": "https://images.bfmtv.com/dHBf5VOzJR_2qWbc18kU6bpfx5o=/0x121:2048x1273/800x0/images/Croatie-France-le-13-janvier-2022-1214685.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/j7O2j0-XB5UrDPNH2EM6g0aBifs=/10x2:1050x587/800x0/images/-872972.jpg", + "image": "https://images.bfmtv.com/dHBf5VOzJR_2qWbc18kU6bpfx5o=/0x121:2048x1273/800x0/images/Croatie-France-le-13-janvier-2022-1214685.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27980,20 +29036,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "925a85416e0b5691b8afd5b27d87c262", + "hash": "b89d2f4995306e33253f1ea4917a22c1", "highlights": [] }, { - "title": "Open d'Australie: en plein match, Tomic parie un restaurant avec l'arbitre qu'il a le Covid", - "description": "Bernard Tomic, malade, s'est plaint du protocole Covid de l'Open d'Australie à l'occasion d'un changement de côté, lors de son match des qualifications, perdu face au Russe Safiullin.

", - "content": "Bernard Tomic, malade, s'est plaint du protocole Covid de l'Open d'Australie à l'occasion d'un changement de côté, lors de son match des qualifications, perdu face au Russe Safiullin.

", + "title": "Mercato en direct: Le Real voudrait piquer un espoir au Barça", + "description": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", + "content": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-plein-match-tomic-parie-un-restaurant-avec-l-arbitre-qu-il-a-le-covid_AV-202201110309.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-toutes-les-infos-et-rumeurs-du-13-janvier-2022_LN-202201130053.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 14:00:45 GMT", - "enclosure": "https://images.bfmtv.com/qnzZrHsVLp4FQad0-bfq-XBr3BE=/0x0:1200x675/800x0/images/Bernard-Tomic-1212759.jpg", + "pubDate": "Thu, 13 Jan 2022 06:04:16 GMT", + "enclosure": "https://images.bfmtv.com/IHUuXJwKOXPtIu1hbT3uVoZIEaw=/0x49:2048x1201/800x0/images/Barca-Real-1213870.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/qnzZrHsVLp4FQad0-bfq-XBr3BE=/0x0:1200x675/800x0/images/Bernard-Tomic-1212759.jpg", + "image": "https://images.bfmtv.com/IHUuXJwKOXPtIu1hbT3uVoZIEaw=/0x49:2048x1201/800x0/images/Barca-Real-1213870.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28002,20 +29058,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccf8032874f279702ddf2dd74ab7cf80", + "hash": "9c9cfb32cc44541ae90e4e4d1882cc12", "highlights": [] }, { - "title": "Premier League: Liverpool n'avait en réalité qu'un seul positif", - "description": "Alors que Liverpool a vu son match de League Cup face à Arsenal être reporté en raison de nombreux cas de Covid du côté des Reds, Jürgen Klopp a assuré que la majorité des tests étaient des faux positifs.

", - "content": "Alors que Liverpool a vu son match de League Cup face à Arsenal être reporté en raison de nombreux cas de Covid du côté des Reds, Jürgen Klopp a assuré que la majorité des tests étaient des faux positifs.

", + "title": "Open d'Australie en direct: le visa de Djokovic annulé une deuxième fois", + "description": "L'Open d'Australie 2022 débute dans quelques jours (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation (une deuxième fois) du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "content": "L'Open d'Australie 2022 débute dans quelques jours (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation (une deuxième fois) du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-liverpool-n-avait-en-realite-qu-un-seul-positif_AV-202201110308.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 13:58:56 GMT", - "enclosure": "https://images.bfmtv.com/rjLd4-t38zmZeARPJFbwOTkWgyo=/0x0:768x432/800x0/images/L-Allemand-Jurgen-Klopp-l-entraineur-emblematique-de-Liverpool-pendant-le-match-de-Premier-League-contre-Chelsea-a-Anfield-Road-le-28-aout-2021-a-Liverpool-1128247.jpg", + "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", + "enclosure": "https://images.bfmtv.com/sQfzUDRkkdtKKZK4B0ikn0YfbHM=/0x5:2048x1157/800x0/images/Novak-Djokovic-1214866.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/rjLd4-t38zmZeARPJFbwOTkWgyo=/0x0:768x432/800x0/images/L-Allemand-Jurgen-Klopp-l-entraineur-emblematique-de-Liverpool-pendant-le-match-de-Premier-League-contre-Chelsea-a-Anfield-Road-le-28-aout-2021-a-Liverpool-1128247.jpg", + "image": "https://images.bfmtv.com/sQfzUDRkkdtKKZK4B0ikn0YfbHM=/0x5:2048x1157/800x0/images/Novak-Djokovic-1214866.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28024,20 +29080,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b51792accb2ef92918b01a16b87056b5", + "hash": "0bb3a188b0777eadf7aa6ad9514f774f", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari du jour du 11 janvier – Série A – Italie", - "description": "Notre pronostic : Bologne ne perd pas à Cagliari et moins de 3,5 buts (1.82)

", - "content": "Notre pronostic : Bologne ne perd pas à Cagliari et moins de 3,5 buts (1.82)

", + "title": "Nantes: Augustin convoqué contre Nice, plus d'un an après son dernier match", + "description": "Confronté à plusieurs absences, Antoine Kombouaré a convoqué un groupe très rajeuni pour le déplacement du FC Nantes vendredi à Nice en Ligue 1. Un groupe dans lequel on retrouve aussi Jean-Kevin Augustin, dont le dernier match en pro remonte à novembre 2020.

", + "content": "Confronté à plusieurs absences, Antoine Kombouaré a convoqué un groupe très rajeuni pour le déplacement du FC Nantes vendredi à Nice en Ligue 1. Un groupe dans lequel on retrouve aussi Jean-Kevin Augustin, dont le dernier match en pro remonte à novembre 2020.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-11-janvier-serie-a-italie_AN-202201100438.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/nantes-augustin-convoque-contre-nice-plus-d-un-an-apres-son-dernier-match_AV-202201130567.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/bgBAQZyaeGSIrnywcXJKjokgKqA=/0x0:1984x1116/800x0/images/S-Mihajlovic-1212197.jpg", + "pubDate": "Thu, 13 Jan 2022 20:46:55 GMT", + "enclosure": "https://images.bfmtv.com/QLlk7PpwqbE6_ZEvkH_s87yVYVQ=/0x13:2048x1165/800x0/images/Jean-Kevin-Augustin-1214666.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/bgBAQZyaeGSIrnywcXJKjokgKqA=/0x0:1984x1116/800x0/images/S-Mihajlovic-1212197.jpg", + "image": "https://images.bfmtv.com/QLlk7PpwqbE6_ZEvkH_s87yVYVQ=/0x13:2048x1165/800x0/images/Jean-Kevin-Augustin-1214666.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28046,20 +29102,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "06306cd45ea3757561747b649181bffd", + "hash": "df88a412d13efd110c8d3bf016704b24", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari football de Rolland Courbis du 11 janvier – CAN", - "description": "Mon pronostic : l’Egypte ne perd pas contre le Nigéria et les deux équipes marquent (2.85)

", - "content": "Mon pronostic : l’Egypte ne perd pas contre le Nigéria et les deux équipes marquent (2.85)

", + "title": "PSG: Rico proche de Majorque, Fadiga à l'Olympiakos", + "description": "En manque de temps de jeu au PSG, Sergio Rico est proche d’un départ temporaire cet hiver. Le gardien espagnol est sérieusement désiré par Majorque qui avance sur ce dossier. Bandiougou Fadiga est lui transféré à l'Olympiakos.

", + "content": "En manque de temps de jeu au PSG, Sergio Rico est proche d’un départ temporaire cet hiver. Le gardien espagnol est sérieusement désiré par Majorque qui avance sur ce dossier. Bandiougou Fadiga est lui transféré à l'Olympiakos.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-rolland-courbis-du-11-janvier-can_AN-202201110306.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/psg-rico-proche-de-majorque_AV-202201130561.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 13:47:46 GMT", - "enclosure": "https://images.bfmtv.com/PJBYCr0UCbfHcmABMl0yy5rKxbk=/0x168:2000x1293/800x0/images/M-Salah-1212753.jpg", + "pubDate": "Thu, 13 Jan 2022 20:31:54 GMT", + "enclosure": "https://images.bfmtv.com/R7dAJvXUzbJE92ULtss6s3itjvU=/0x16:1600x916/800x0/images/-870018.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/PJBYCr0UCbfHcmABMl0yy5rKxbk=/0x168:2000x1293/800x0/images/M-Salah-1212753.jpg", + "image": "https://images.bfmtv.com/R7dAJvXUzbJE92ULtss6s3itjvU=/0x16:1600x916/800x0/images/-870018.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28068,64 +29124,64 @@ "favorite": false, "created": false, "tags": [], - "hash": "c99f561cda419c6eaae2c9ed7d1c3485", + "hash": "51784983d81fdd7030b0257e27e0512a", "highlights": [] }, { - "title": "Open d'Australie: l'amertume de Voracova contre les organisateurs", - "description": "Retenue dans le même hôtel que Novak Djokovic à cause d’une annulation de son visa, Renata Voracova, qui a depuis quitté l’Australie, a exprimé sa rancœur envers les organisateurs de l’Open d’Australie.

", - "content": "Retenue dans le même hôtel que Novak Djokovic à cause d’une annulation de son visa, Renata Voracova, qui a depuis quitté l’Australie, a exprimé sa rancœur envers les organisateurs de l’Open d’Australie.

", + "title": "OL: \"Normalement, j'aurais été viré par rapport aux résultats\", reconnaît Bosz", + "description": "Dans un entretien donné au Progrès, Peter Bosz reconnaît que son bilan de ses premiers mois à l'OL n'est pas à la hauteur des ambitions d'un tel club. Avant d'affronter Troyes dimanche pour la 21e journée de Ligue 1, les Gones sont seulement 11es de Ligue 1.

", + "content": "Dans un entretien donné au Progrès, Peter Bosz reconnaît que son bilan de ses premiers mois à l'OL n'est pas à la hauteur des ambitions d'un tel club. Avant d'affronter Troyes dimanche pour la 21e journée de Ligue 1, les Gones sont seulement 11es de Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-d-australie-l-amertume-de-voracova-contre-les-organisateurs_AV-202201110303.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-normalement-j-aurais-ete-vire-par-rapport-aux-resultats-reconnait-bosz_AV-202201130554.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 13:35:47 GMT", - "enclosure": "https://images.bfmtv.com/99-rbUjcAWqEcS26QsMZelUwXE8=/0x27:2048x1179/800x0/images/Renata-Voracova-en-novembre-2020-1210362.jpg", + "pubDate": "Thu, 13 Jan 2022 19:59:13 GMT", + "enclosure": "https://images.bfmtv.com/FCQ4Fav9UGTxFunjdTjnIzO_RGA=/0x106:2048x1258/800x0/images/Peter-BOSZ-le-05-12-2021-1214653.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/99-rbUjcAWqEcS26QsMZelUwXE8=/0x27:2048x1179/800x0/images/Renata-Voracova-en-novembre-2020-1210362.jpg", + "image": "https://images.bfmtv.com/FCQ4Fav9UGTxFunjdTjnIzO_RGA=/0x106:2048x1258/800x0/images/Peter-BOSZ-le-05-12-2021-1214653.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f1a97ef31872e1a19b06596d17731c1d", + "hash": "0cfa76e2312fa7c83378ecddb0dec494", "highlights": [] }, { - "title": "Les pronos hippiques du mercredi 12 janvier 2022", - "description": "Le Quinté+ du mercredi 12 janvier 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 mercredi 12 janvier 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": "Equipe de France: \"Ils étaient méchants\", Evra raconte les tensions avec Lizarazu ou Zidane", + "description": "Invité de l'émission Rothen s'enflamme sur RMC, Patrice Evra s’est longuement épanché sur les tensions qui régnaient en Bleus entre les jeunes et les anciens au début des années 2000. L’ancien international, appuyé par Jérôme Rothen, regrette une vraie \"méchanceté\" de la part des tauliers, revenant sur des épisodes impliquant Bixente Lizarazu et Zinédine Zidane notamment.

", + "content": "Invité de l'émission Rothen s'enflamme sur RMC, Patrice Evra s’est longuement épanché sur les tensions qui régnaient en Bleus entre les jeunes et les anciens au début des années 2000. L’ancien international, appuyé par Jérôme Rothen, regrette une vraie \"méchanceté\" de la part des tauliers, revenant sur des épisodes impliquant Bixente Lizarazu et Zinédine Zidane notamment.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-mercredi-12-janvier-2022_AN-202201110301.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-ils-etaient-mechants-evra-raconte-les-tensions-avec-lizarazu-ou-zidane_AV-202201130552.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 13:33:27 GMT", - "enclosure": "https://images.bfmtv.com/7xIzpPTOzQzt1r9ZEHEUK98Fihw=/1x35:337x224/800x0/images/Les-pronos-hippiques-du-12-janvier-2022-1212041.jpg", + "pubDate": "Thu, 13 Jan 2022 19:53:53 GMT", + "enclosure": "https://images.bfmtv.com/1xHdZTNqz2APC5IAaj_7VjWqFEo=/0x183:2032x1326/800x0/images/Jerome-Rothen-et-Patrice-Evra-1214658.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/7xIzpPTOzQzt1r9ZEHEUK98Fihw=/1x35:337x224/800x0/images/Les-pronos-hippiques-du-12-janvier-2022-1212041.jpg", + "image": "https://images.bfmtv.com/1xHdZTNqz2APC5IAaj_7VjWqFEo=/0x183:2032x1326/800x0/images/Jerome-Rothen-et-Patrice-Evra-1214658.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "8a2a3c9e9df2c1b943a60007d00584f4", + "hash": "d52b8edcffcdff5a9cb8aaa4504b83ad", "highlights": [] }, { - "title": "Mercato en direct: un retour en Espagne à l'étude pour Rico", - "description": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", - "content": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", + "title": "Boxe: le combat Yoka-Hrgovic officiel, le plus gros défi de la carrière du Français", + "description": "Tony Yoka a officiellement accepté le défi de Filip Hrgovic et disputera ainsi une demi-finale mondiale IBF chez les poids lourds. L’occasion de retrouvailles avec le Croate qu’il avait dominé aux JO 2016.

", + "content": "Tony Yoka a officiellement accepté le défi de Filip Hrgovic et disputera ainsi une demi-finale mondiale IBF chez les poids lourds. L’occasion de retrouvailles avec le Croate qu’il avait dominé aux JO 2016.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-lucas-digne-en-direction-d-aston-villa_LN-202201100063.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-le-combat-yoka-hrgovic-officiel-le-plus-gros-defi-de-la-carriere-du-francais_AV-202201130549.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 06:35:48 GMT", - "enclosure": "https://images.bfmtv.com/R7dAJvXUzbJE92ULtss6s3itjvU=/0x16:1600x916/800x0/images/-870018.jpg", + "pubDate": "Thu, 13 Jan 2022 19:44:03 GMT", + "enclosure": "https://images.bfmtv.com/rGc_NWiwlKso2NS2A2Wi7A6fbUY=/0x117:2048x1269/800x0/images/Tony-Yoka-1136249.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/R7dAJvXUzbJE92ULtss6s3itjvU=/0x16:1600x916/800x0/images/-870018.jpg", + "image": "https://images.bfmtv.com/rGc_NWiwlKso2NS2A2Wi7A6fbUY=/0x117:2048x1269/800x0/images/Tony-Yoka-1136249.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28134,20 +29190,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b3e869a9ce30683a4b483219ca5122f", + "hash": "4abc600d744bfa10ae6fa74f3cc9f9ef", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 11 janvier – NBA", - "description": "Mon pronostic : Toronto s’impose face à Phoenix (2.55)

", - "content": "Mon pronostic : Toronto s’impose face à Phoenix (2.55)

", + "title": "Mercato en direct: Rico proche de Majorque, Fadiga à l'Olympiakos", + "description": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", + "content": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-11-janvier-nba_AN-202201110297.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-toutes-les-infos-et-rumeurs-du-13-janvier-2022_LN-202201130053.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 13:17:29 GMT", - "enclosure": "https://images.bfmtv.com/rXf9eI61Q4kWQiTsHNe8zLgA4eA=/0x216:1984x1332/800x0/images/F-VanVleet-1212736.jpg", + "pubDate": "Thu, 13 Jan 2022 06:04:16 GMT", + "enclosure": "https://images.bfmtv.com/R7dAJvXUzbJE92ULtss6s3itjvU=/0x16:1600x916/800x0/images/-870018.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/rXf9eI61Q4kWQiTsHNe8zLgA4eA=/0x216:1984x1332/800x0/images/F-VanVleet-1212736.jpg", + "image": "https://images.bfmtv.com/R7dAJvXUzbJE92ULtss6s3itjvU=/0x16:1600x916/800x0/images/-870018.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28156,20 +29212,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c5fa92f2c2a0d16379c04ee7e8df5cd", + "hash": "a041b479951102b17acc6567da6352cd", "highlights": [] }, { - "title": "Nigeria-Egypte: les Super Eagles avec Iheanacho et Simon, l'Égypte menée par Salah", - "description": "Premier choc de cette CAN 2022 dans le groupe D. Orphelin de Victor Osimhen, le Nigéria affronte l'Égypte de Mohamed Salah. Une très belle affiche à suivre à partir de 17h dans notre live commenté.

", - "content": "Premier choc de cette CAN 2022 dans le groupe D. Orphelin de Victor Osimhen, le Nigéria affronte l'Égypte de Mohamed Salah. Une très belle affiche à suivre à partir de 17h dans notre live commenté.

", + "title": "Volley: Duflos non reconduit, Marquet futur entraîneur de l’Arago de Sète", + "description": "INFO RMC SPORT - Le club héraultais a annoncé ce jeudi qu’il ne renouvellera pas le contrat de son coach, Patrick Duflos, malgré les bons résultats. Selon nos informations exclusives, l’ancien technicien de Cannes, Luc Marquet, va signer pour 3 saisons.

", + "content": "INFO RMC SPORT - Le club héraultais a annoncé ce jeudi qu’il ne renouvellera pas le contrat de son coach, Patrick Duflos, malgré les bons résultats. Selon nos informations exclusives, l’ancien technicien de Cannes, Luc Marquet, va signer pour 3 saisons.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-en-direct-suivez-le-choc-entre-le-nigeria-et-l-egypte_LS-202201110328.html", + "link": "https://rmcsport.bfmtv.com/volley/volley-duflos-non-reconduit-marquet-futur-entraineur-de-l-arago-de-sete_AN-202201130537.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 14:46:53 GMT", - "enclosure": "https://images.bfmtv.com/kyJfScnDiT94BPCTseNasmaOH8E=/16x95:1984x1202/800x0/images/M-Salah-1212235.jpg", + "pubDate": "Thu, 13 Jan 2022 19:06:32 GMT", + "enclosure": "https://images.bfmtv.com/96szGUXaov6O8pQvdUwZjuJzzt0=/0x0:1200x675/800x0/images/Luc-Marquet-futur-entraineur-de-Sete-1214646.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/kyJfScnDiT94BPCTseNasmaOH8E=/16x95:1984x1202/800x0/images/M-Salah-1212235.jpg", + "image": "https://images.bfmtv.com/96szGUXaov6O8pQvdUwZjuJzzt0=/0x0:1200x675/800x0/images/Luc-Marquet-futur-entraineur-de-Sete-1214646.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28178,20 +29234,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bdc689a9338eb0774711ce589ed2208", + "hash": "c8fc551157b2284143fdfce33a64ce37", "highlights": [] }, { - "title": "Athlétisme: Deon Lendore, médaillé olympique en 2012, est mort dans un accident de voiture", - "description": "Deon Lendore, médaillé de bronze avec le relais 4x400m de Trinidad-et-Tobago aux Jeux olympiques de Londres en 2012, est mort dans un accident de voiture au Texas, lundi soir. Il avait 29 ans.

", - "content": "Deon Lendore, médaillé de bronze avec le relais 4x400m de Trinidad-et-Tobago aux Jeux olympiques de Londres en 2012, est mort dans un accident de voiture au Texas, lundi soir. Il avait 29 ans.

", + "title": "PSG: Messi a eu du mal à se remettre du Covid et devrait manquer Brest samedi", + "description": "Dans un post Instagram, Lionel Messi révèle avoir eu besoin d'un peu plus de temps que prévu pour se remettre de son test positif au coronavirus. Le PSG devrait affronter Brest sans lui ce samedi lors de la 21e journée de Ligue 1.

", + "content": "Dans un post Instagram, Lionel Messi révèle avoir eu besoin d'un peu plus de temps que prévu pour se remettre de son test positif au coronavirus. Le PSG devrait affronter Brest sans lui ce samedi lors de la 21e journée de Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/athletisme/athletisme-deon-lendore-medaille-olympique-en-2012-est-mort-dans-un-accident-de-voiture_AV-202201110296.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-messi-a-eu-du-mal-a-se-remettre-du-covid-et-devrait-manquer-brest-samedi_AV-202201130533.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 13:17:05 GMT", - "enclosure": "https://images.bfmtv.com/lkgDfjuPnfLUR5V9CljUepKdVjs=/0x0:2048x1152/800x0/images/Deon-Lendore-1212730.jpg", + "pubDate": "Thu, 13 Jan 2022 18:54:25 GMT", + "enclosure": "https://images.bfmtv.com/ni32IcptHzq1Mfl9D6wyPCXBoAo=/0x0:2048x1152/800x0/images/Lionel-MESSI-le-12-12-2021-1214602.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/lkgDfjuPnfLUR5V9CljUepKdVjs=/0x0:2048x1152/800x0/images/Deon-Lendore-1212730.jpg", + "image": "https://images.bfmtv.com/ni32IcptHzq1Mfl9D6wyPCXBoAo=/0x0:2048x1152/800x0/images/Lionel-MESSI-le-12-12-2021-1214602.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28200,20 +29256,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8d695f3e0a980e955b268c3d5c875bc", + "hash": "ab85cdb66bb1375d805e3721cd44ac70", "highlights": [] }, { - "title": "Bordeaux: Koscielny, Baysse, Maja... les raisons des mises à l'écart", - "description": "Les Girondins de Bordeaux ont décidé de mettre à l'écart plusieurs joueurs de l'effectif professionnel, dont Laurent Koscielny. Il s'agit surtout d'un choix sportif et économique de la direction.

", - "content": "Les Girondins de Bordeaux ont décidé de mettre à l'écart plusieurs joueurs de l'effectif professionnel, dont Laurent Koscielny. Il s'agit surtout d'un choix sportif et économique de la direction.

", + "title": "OM: \"J’ai encore des poils de sa barbe sur ma paire de crampons\", Evra raconte son coup de pied à un supporter", + "description": "Fin 2017, le contrat de Patrice Evra à l'OM avait été résilié après le geste fou du latéral gauche. Avant un match de Ligue Europa, il avait adressé un coup de pied à un supporter qui l'avait provoqué. Il est revenu sur cet épisode ce jeudi dans l'émission \"Rothen s'enflamme\" sur RMC.

", + "content": "Fin 2017, le contrat de Patrice Evra à l'OM avait été résilié après le geste fou du latéral gauche. Avant un match de Ligue Europa, il avait adressé un coup de pied à un supporter qui l'avait provoqué. Il est revenu sur cet épisode ce jeudi dans l'émission \"Rothen s'enflamme\" sur RMC.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-koscielny-baysse-maja-les-raisons-des-mises-a-l-ecart_AN-202201110294.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-j-ai-encore-des-poils-de-sa-barbe-sur-ma-paire-de-crampons-evra-raconte-son-coup-de-pied-a-un-supporter_AV-202201130523.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 12:57:13 GMT", - "enclosure": "https://images.bfmtv.com/ZJutHFLebX-zCizCUfgkA-UU3-M=/0x0:1024x576/800x0/images/-849695.jpg", + "pubDate": "Thu, 13 Jan 2022 18:30:59 GMT", + "enclosure": "https://images.bfmtv.com/ICNXBGFvwADztI5O5Vs2zQ3hnik=/0x84:2048x1236/800x0/images/Le-2-novembre-2017-Evra-avait-donne-un-coup-de-pied-haut-a-un-supporter-de-l-OM-1214498.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ZJutHFLebX-zCizCUfgkA-UU3-M=/0x0:1024x576/800x0/images/-849695.jpg", + "image": "https://images.bfmtv.com/ICNXBGFvwADztI5O5Vs2zQ3hnik=/0x84:2048x1236/800x0/images/Le-2-novembre-2017-Evra-avait-donne-un-coup-de-pied-haut-a-un-supporter-de-l-OM-1214498.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28222,20 +29278,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6847cc50726d447fc86a40bd3d2e1aba", + "hash": "25eda078802f90cf6f6612116a20a1c9", "highlights": [] }, { - "title": "CAN 2022: la compo très offensive de l’Algérie face à la Sierra Leone", - "description": "L’Algérie entame la remise en jeu de son titre à la Coupe d’Afrique des Nations 2022 ce mardi face à la Sierra Leone (14h). Djamel Belmadi a réservé quelques surprises dans sa composition pour l’occasion.

", - "content": "L’Algérie entame la remise en jeu de son titre à la Coupe d’Afrique des Nations 2022 ce mardi face à la Sierra Leone (14h). Djamel Belmadi a réservé quelques surprises dans sa composition pour l’occasion.

", + "title": "Knysna, Ferguson, Domenech, Zidane... L'interview intégrale de Patrice Evra dans Rothen s'enflamme", + "description": "Patrice Evra était l'invité exceptionnel de l'émission Rothen s'enflamme sur RMC ce jeudi, dans le cadre de la sortie de son livre \"I love this game\". Une heure passionnante, durant laquelle l'ancien joueur a tout dit, de Knysna à sa brouille avec Jérôme Rothen, avec un mot pour Kylian Mbappé.

", + "content": "Patrice Evra était l'invité exceptionnel de l'émission Rothen s'enflamme sur RMC ce jeudi, dans le cadre de la sortie de son livre \"I love this game\". Une heure passionnante, durant laquelle l'ancien joueur a tout dit, de Knysna à sa brouille avec Jérôme Rothen, avec un mot pour Kylian Mbappé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-la-compo-tres-offensive-de-l-algerie-face-a-la-sierra-leone_AV-202201110288.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/knysna-ferguson-domenech-zidane-l-interview-integrale-de-patrice-evra-dans-rothen-s-enflamme_AV-202201130511.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 12:39:30 GMT", - "enclosure": "https://images.bfmtv.com/VQoRKRNpIy2W24BPMQqzXwPLDM4=/0x68:2048x1220/800x0/images/Riayd-Mahez-a-gauche-Djamel-Belmadi-au-centre-et-Yacine-Brahimi-1212722.jpg", + "pubDate": "Thu, 13 Jan 2022 18:22:22 GMT", + "enclosure": "https://images.bfmtv.com/vghfiYDOdNRTnQebzOGv2otAX0M=/0x0:624x351/800x0/images/Patrice-Evra-dans-Rothen-s-enflamme-sur-RMC-1214361.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/VQoRKRNpIy2W24BPMQqzXwPLDM4=/0x68:2048x1220/800x0/images/Riayd-Mahez-a-gauche-Djamel-Belmadi-au-centre-et-Yacine-Brahimi-1212722.jpg", + "image": "https://images.bfmtv.com/vghfiYDOdNRTnQebzOGv2otAX0M=/0x0:624x351/800x0/images/Patrice-Evra-dans-Rothen-s-enflamme-sur-RMC-1214361.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28244,20 +29300,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f2f56aa27eed4662176bb1145bd0bc2", + "hash": "ff8ee48140f55d0a65ff58096b6d0805", "highlights": [] }, { - "title": "Mercato: Coman va bien prolonger au Bayern Munich", - "description": "Comme annoncé par L’Équipe, Kingsley Coman va étendre le contrat qui le lie actuellement au Bayern Munich jusqu’en 2023. Selon nos informations, un accord a bien été trouvé entre l’ailier de 25 ans et le club bavarois.

", - "content": "Comme annoncé par L’Équipe, Kingsley Coman va étendre le contrat qui le lie actuellement au Bayern Munich jusqu’en 2023. Selon nos informations, un accord a bien été trouvé entre l’ailier de 25 ans et le club bavarois.

", + "title": "UFC: Qu'est-ce qu'on a le droit de faire, ou pas, dans un combat de MMA?", + "description": "Champion des lourds, Francis Ngannou défend sa ceinture le 22 janvier lors de l’événement UFC 270 à Anaheim (Californie) contre Ciryl Gane, qui tentera de devenir le premier combattant français champion dans la grande organisation de MMA (en direct et en exclusivité sur RMC Sport). L’occasion de revenir sur l’évolution réglementaire d’un sport qui a commencé avec de très rares interdictions mais a dû se structurer sur ce plan pour se crédibiliser. Tout n’est pas permis à l’UFC. Loin de là.

", + "content": "Champion des lourds, Francis Ngannou défend sa ceinture le 22 janvier lors de l’événement UFC 270 à Anaheim (Californie) contre Ciryl Gane, qui tentera de devenir le premier combattant français champion dans la grande organisation de MMA (en direct et en exclusivité sur RMC Sport). L’occasion de revenir sur l’évolution réglementaire d’un sport qui a commencé avec de très rares interdictions mais a dû se structurer sur ce plan pour se crédibiliser. Tout n’est pas permis à l’UFC. Loin de là.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-coman-va-bien-prolonger-au-bayern-munich_AV-202201110283.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/mma/ufc-qu-est-ce-qu-on-a-le-droit-de-faire-ou-pas-dans-un-combat-de-mma_AV-202201130508.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 12:29:46 GMT", - "enclosure": "https://images.bfmtv.com/iLwpfNZFuS-v-n51VCwtoAuqTpI=/0x41:768x473/800x0/images/Le-Bayern-Munich-reste-sur-un-succes-a-domicile-2-0-contre-Mayence-avec-notamment-un-but-de-Kingsley-Coman-le-11-decembre-2021-1188039.jpg", + "pubDate": "Thu, 13 Jan 2022 18:20:25 GMT", + "enclosure": "https://images.bfmtv.com/ptMpUBI4wZxPr7lX7rp_3mZOUCE=/0x21:1200x696/800x0/images/Khabib-Nurmagomedov-a-droite-lors-de-son-combat-contre-Conor-McGregor-867228.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/iLwpfNZFuS-v-n51VCwtoAuqTpI=/0x41:768x473/800x0/images/Le-Bayern-Munich-reste-sur-un-succes-a-domicile-2-0-contre-Mayence-avec-notamment-un-but-de-Kingsley-Coman-le-11-decembre-2021-1188039.jpg", + "image": "https://images.bfmtv.com/ptMpUBI4wZxPr7lX7rp_3mZOUCE=/0x21:1200x696/800x0/images/Khabib-Nurmagomedov-a-droite-lors-de-son-combat-contre-Conor-McGregor-867228.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28266,64 +29322,64 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f4ad0315b128eb4c94a92a2597ea016", + "hash": "3b1df2fbd3513535c22ed611254c6587", "highlights": [] }, { - "title": "F1: en attendant l’enquête de la FIA, le futur de Lewis Hamilton toujours incertain", - "description": "Plusieurs semaines après avoir perdu le titre mondial de Formule 1 à Abu Dhabi, Lewis Hamilton ne sait pas encore s’il sera présent ou non lors de la prochaine saison. Selon Sky Sports, l’Anglais attend les résultats de l’enquête de la Fédération internationale de l’automobile sur les évènements ayant conduit à sa défaite.

", - "content": "Plusieurs semaines après avoir perdu le titre mondial de Formule 1 à Abu Dhabi, Lewis Hamilton ne sait pas encore s’il sera présent ou non lors de la prochaine saison. Selon Sky Sports, l’Anglais attend les résultats de l’enquête de la Fédération internationale de l’automobile sur les évènements ayant conduit à sa défaite.

", + "title": "Mercato: L’OM a sondé Nicolás Tagliafico, de l'Ajax", + "description": "Jorge Sampaoli rêverait d’attirer à Marseille Nicolás Tagliafico, l’International argentin de l’Ajax, pour évoluer dans le couloir gauche de l’OM. La piste a été activée, mais le dossier est très compliqué.

", + "content": "Jorge Sampaoli rêverait d’attirer à Marseille Nicolás Tagliafico, l’International argentin de l’Ajax, pour évoluer dans le couloir gauche de l’OM. La piste a été activée, mais le dossier est très compliqué.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-en-attendant-l-enquete-de-la-fia-le-futur-de-lewis-hamilton-toujours-incertain_AV-202201110273.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/olympique-marseille/mercato-l-om-a-sonde-nicolas-tagliafico-de-l-ajax_AN-202201130507.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 11:57:21 GMT", - "enclosure": "https://images.bfmtv.com/jaEgn9I4QK3ZnAsLteeSvsh5ghs=/0x87:2048x1239/800x0/images/Lewis-Hamilton-1196030.jpg", + "pubDate": "Thu, 13 Jan 2022 18:19:12 GMT", + "enclosure": "https://images.bfmtv.com/f92rFM2Go0qIW-rI9SGT6SD3ZCk=/0x58:2048x1210/800x0/images/Nicola-Tagliafico-de-l-Ajax-le-decembre-2021-1214603.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/jaEgn9I4QK3ZnAsLteeSvsh5ghs=/0x87:2048x1239/800x0/images/Lewis-Hamilton-1196030.jpg", + "image": "https://images.bfmtv.com/f92rFM2Go0qIW-rI9SGT6SD3ZCk=/0x58:2048x1210/800x0/images/Nicola-Tagliafico-de-l-Ajax-le-decembre-2021-1214603.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "798fc324a0011f5a0ddbf4e7d33d1d6c", + "hash": "9a379c15f3e5d99b34195b376ce84b8e", "highlights": [] }, { - "title": "Mercato: Bakambu sur le point de signer à l’OM", - "description": "L’OM est tout proche de parvenir à un accord avec l’attaquant congolais Cédric Bakambu, selon L’Equipe. L’ex-Sochalien aurait été convaincu par le discours de Jorge Sampaoli.

", - "content": "L’OM est tout proche de parvenir à un accord avec l’attaquant congolais Cédric Bakambu, selon L’Equipe. L’ex-Sochalien aurait été convaincu par le discours de Jorge Sampaoli.

", + "title": "\"Tout le monde voulait sa peau\": Evra raconte le malaise Gourcuff à Knysna", + "description": "Invité exceptionnel de l'émission \"Rothen s'enflamme\" ce jeudi sur RMC, à l'occasion de la sortie de son livre autobiographique \"I love this game\", Patrice Evra est revenu l'histoire pour le moins compliquée entre Yoann Gourcuff et l'équipe de France.

", + "content": "Invité exceptionnel de l'émission \"Rothen s'enflamme\" ce jeudi sur RMC, à l'occasion de la sortie de son livre autobiographique \"I love this game\", Patrice Evra est revenu l'histoire pour le moins compliquée entre Yoann Gourcuff et l'équipe de France.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-bakambu-sur-le-point-de-signer-a-l-om_AV-202201110264.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/tout-le-monde-voulait-sa-peau-evra-raconte-le-malaise-gourcuff-a-knysna_AV-202201130504.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 11:45:12 GMT", - "enclosure": "https://images.bfmtv.com/Cdxo3-x2SAGVS55znbj8dQTsd5s=/0x0:1200x675/800x0/images/Cedric-Bakambu-1212684.jpg", + "pubDate": "Thu, 13 Jan 2022 18:17:10 GMT", + "enclosure": "https://images.bfmtv.com/1TItNZnGdD5zA7l399Mx9op7Upo=/0x38:2048x1190/800x0/images/Franck-RIBERY-Yoann-GOURCUFF-Patrice-EVRA-21-03-2011-1214435.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Cdxo3-x2SAGVS55znbj8dQTsd5s=/0x0:1200x675/800x0/images/Cedric-Bakambu-1212684.jpg", + "image": "https://images.bfmtv.com/1TItNZnGdD5zA7l399Mx9op7Upo=/0x38:2048x1190/800x0/images/Franck-RIBERY-Yoann-GOURCUFF-Patrice-EVRA-21-03-2011-1214435.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "cee807dc1c4b7a88d32b8d139bc55517", + "hash": "3b1b1557702c3558854c9f8739d7a836", "highlights": [] }, { - "title": "CAN en direct: \"On a failli à notre tâche\", regrette Belmadi après le nul de l’Algérie", - "description": "Les Algériens, grandissimes favoris de la CAN rentrent en piste ce mardi dans un premier match très abordable face au Sierra Leone. Mais les Fennecs se sont ratés et ont concédé le nul (0-0) face un adversaire à leur portée.

", - "content": "Les Algériens, grandissimes favoris de la CAN rentrent en piste ce mardi dans un premier match très abordable face au Sierra Leone. Mais les Fennecs se sont ratés et ont concédé le nul (0-0) face un adversaire à leur portée.

", + "title": "PSG: Rico proche de Majorque", + "description": "En manque de temps de jeu au PSG, Sergio Rico est proche d’un départ temporaire cet hiver. Le gardien espagnol est sérieusement désiré par Majorque qui avance sur ce dossier.

", + "content": "En manque de temps de jeu au PSG, Sergio Rico est proche d’un départ temporaire cet hiver. Le gardien espagnol est sérieusement désiré par Majorque qui avance sur ce dossier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-en-direct-l-algerie-entre-en-scene_LS-202201110263.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/psg-rico-proche-de-majorque_AV-202201130561.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 11:41:45 GMT", - "enclosure": "https://images.bfmtv.com/REQWnrC-KhfzCp7v2mYoh8TsT3c=/0x0:2048x1152/800x0/images/Djamel-Belmadi-lors-du-match-Algerie-Sierra-Leone-a-la-CAN-2022-1212815.jpg", + "pubDate": "Thu, 13 Jan 2022 20:31:54 GMT", + "enclosure": "https://images.bfmtv.com/R7dAJvXUzbJE92ULtss6s3itjvU=/0x16:1600x916/800x0/images/-870018.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/REQWnrC-KhfzCp7v2mYoh8TsT3c=/0x0:2048x1152/800x0/images/Djamel-Belmadi-lors-du-match-Algerie-Sierra-Leone-a-la-CAN-2022-1212815.jpg", + "image": "https://images.bfmtv.com/R7dAJvXUzbJE92ULtss6s3itjvU=/0x16:1600x916/800x0/images/-870018.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28332,20 +29388,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba334520d44449943bd1b52ba50469ec", + "hash": "c7f2d5d248d3e26a644f8cd47036248f", "highlights": [] }, { - "title": "CAN 2022: l’Algérie peut battre le record d’invincibilité historique de l’Italie", - "description": "En cas de bon parcours lors de la Coupe d’Afrique des nations 2022, l’Algérie a l’occasion de marquer l’histoire du football au Cameroun. L’équipe de Djamel Belmadi peut battre le record d’invincibilité établi par l’Italie l’an passé.

", - "content": "En cas de bon parcours lors de la Coupe d’Afrique des nations 2022, l’Algérie a l’occasion de marquer l’histoire du football au Cameroun. L’équipe de Djamel Belmadi peut battre le record d’invincibilité établi par l’Italie l’an passé.

", + "title": "Mercato en direct: Rico proche de Majorque", + "description": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", + "content": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-l-algerie-peut-battre-le-record-d-invincibilite-historique-de-l-italie_AV-202201110260.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-toutes-les-infos-et-rumeurs-du-13-janvier-2022_LN-202201130053.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 11:41:16 GMT", - "enclosure": "https://images.bfmtv.com/EA8r4SMBf2N1TYE7come6kmFI_c=/0x106:2048x1258/800x0/images/Algerie-1212683.jpg", + "pubDate": "Thu, 13 Jan 2022 06:04:16 GMT", + "enclosure": "https://images.bfmtv.com/R7dAJvXUzbJE92ULtss6s3itjvU=/0x16:1600x916/800x0/images/-870018.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/EA8r4SMBf2N1TYE7come6kmFI_c=/0x106:2048x1258/800x0/images/Algerie-1212683.jpg", + "image": "https://images.bfmtv.com/R7dAJvXUzbJE92ULtss6s3itjvU=/0x16:1600x916/800x0/images/-870018.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28354,20 +29410,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "af3b446b57e1aef7430e73b29e7133ab", + "hash": "0b11d998de442edbe0f87a5cf461b281", "highlights": [] }, { - "title": "Bordeaux: trois joueurs, dont le capitaine Koscielny, écartés", - "description": "Les Girondins de Bordeaux ont annoncé ce mardi que trois joueurs de l'effectif professionnel (Koscielny, Baysse et Zerkane) ont été écartés du groupe.

", - "content": "Les Girondins de Bordeaux ont annoncé ce mardi que trois joueurs de l'effectif professionnel (Koscielny, Baysse et Zerkane) ont été écartés du groupe.

", + "title": "Ligue 1 en direct: Messi, qui a mis du temps à se remettre du Covid, devrait manquer PSG-Brest", + "description": "Suivez en direct toutes les informations sur la 21e journée de Ligue 1 qui débute vendredi avec le match entre Nice et Nantes.

", + "content": "Suivez en direct toutes les informations sur la 21e journée de Ligue 1 qui débute vendredi avec le match entre Nice et Nantes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-trois-joueurs-dont-le-capitaine-koscielny-ecartes_AD-202201110257.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-toutes-les-infos-avant-la-21e-journee_LN-202201120214.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 11:37:05 GMT", - "enclosure": "https://images.bfmtv.com/q7nXeu_2yPs64mWMzw4BwfDcbhc=/0x26:1200x701/800x0/images/-959060.jpg", + "pubDate": "Wed, 12 Jan 2022 09:45:49 GMT", + "enclosure": "https://images.bfmtv.com/VFvnO8pgNWRKwEHOZMGW5edtwpU=/0x83:2048x1235/800x0/images/Lionel-Messi-1202257.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/q7nXeu_2yPs64mWMzw4BwfDcbhc=/0x26:1200x701/800x0/images/-959060.jpg", + "image": "https://images.bfmtv.com/VFvnO8pgNWRKwEHOZMGW5edtwpU=/0x83:2048x1235/800x0/images/Lionel-Messi-1202257.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28376,20 +29432,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fdf8abddb7d387b1340165c4f4ff36c9", + "hash": "dfae2acc428dd3e81baa0504d118fae3", "highlights": [] }, { - "title": "Mercato: Boca Juniors aimerait recruter Pastore", - "description": "Selon ESPN Argentina, les dirigeants de Boca Juniors aimeraient tenter un joli coup en recrutant Javier Pastore (32 ans), qui évolue à Elche depuis le début de saison.

", - "content": "Selon ESPN Argentina, les dirigeants de Boca Juniors aimeraient tenter un joli coup en recrutant Javier Pastore (32 ans), qui évolue à Elche depuis le début de saison.

", + "title": "Brésil: Renan Lodi pas convoqué parce qu'il n'est pas totalement vacciné", + "description": "Renan Lodi n'a pas été appelé pour les prochains matchs de l'équipe nationale du Brésil contre l'Equateur et le Paraguay. Le latéral de l'Atlético, dont le cycle vaccinal n'est pas complet, ne peut pas entrer en Equateur en raison des protocoles sanitaires en vigueur.

", + "content": "Renan Lodi n'a pas été appelé pour les prochains matchs de l'équipe nationale du Brésil contre l'Equateur et le Paraguay. Le latéral de l'Atlético, dont le cycle vaccinal n'est pas complet, ne peut pas entrer en Equateur en raison des protocoles sanitaires en vigueur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-boca-juniors-aimerait-recruter-pastore_AV-202201110256.html", + "link": "https://rmcsport.bfmtv.com/football/bresil-renan-lodi-pas-convoque-parce-qu-il-n-est-pas-totalement-vaccine_AV-202201130499.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 11:34:07 GMT", - "enclosure": "https://images.bfmtv.com/1-ECsOmJkwT1FrcPXIcKE29K1Mo=/0x79:2048x1231/800x0/images/Javier-Pastore-1212675.jpg", + "pubDate": "Thu, 13 Jan 2022 18:10:38 GMT", + "enclosure": "https://images.bfmtv.com/6Cchhcgka7m5Lnv4csi2U6x6Y1g=/0x0:2048x1152/800x0/images/Renan-LODI-le-02-07-2021-1214546.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/1-ECsOmJkwT1FrcPXIcKE29K1Mo=/0x79:2048x1231/800x0/images/Javier-Pastore-1212675.jpg", + "image": "https://images.bfmtv.com/6Cchhcgka7m5Lnv4csi2U6x6Y1g=/0x0:2048x1152/800x0/images/Renan-LODI-le-02-07-2021-1214546.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28398,42 +29454,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "92047ced12563f06cbe0522d2ad080e6", + "hash": "b367a7f5856f63b5c0f99bf4a023f3ac", "highlights": [] }, { - "title": "Dakar: De Villiers triomphe en auto, al-Attiyah reprend du temps à Loeb", - "description": "Giniel De Villiers a remporté la 9e étape du Dakar ce mardi, alors que Sébastien Loeb a perdu du temps sur Nasser al-Attiyah. Chez les motos, Adrien Van Beveren reste dans le coup pour la victoire finale.

", - "content": "Giniel De Villiers a remporté la 9e étape du Dakar ce mardi, alors que Sébastien Loeb a perdu du temps sur Nasser al-Attiyah. Chez les motos, Adrien Van Beveren reste dans le coup pour la victoire finale.

", + "title": "Cameroun-Ethiopie en direct: grâce à Toko Ekambi et Aboubakar, les Lions indomptables se propulsent en 8es", + "description": "Vainqueur de l'Ethiopie (4-1) jeudi à Yaoundé, quatre jours après avoir renversé le Burkina Faso en ouverture, le Cameroun est la première sélection qualifiée pour les 8es de finale de la CAN. Le pays hôte a fait la différence grâce à deux doublés de Karl Toko Ekambi et Vincent Aboubakar.

", + "content": "Vainqueur de l'Ethiopie (4-1) jeudi à Yaoundé, quatre jours après avoir renversé le Burkina Faso en ouverture, le Cameroun est la première sélection qualifiée pour les 8es de finale de la CAN. Le pays hôte a fait la différence grâce à deux doublés de Karl Toko Ekambi et Vincent Aboubakar.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/dakar-de-villiers-triomphe-en-auto-al-attiyah-reprend-du-temps-a-loeb_AD-202201110255.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-suivez-cameroun-ethiopie-en-direct_LS-202201130295.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 11:32:15 GMT", - "enclosure": "https://images.bfmtv.com/5AWTJhM9k_faLqPfyonj3ybzWNI=/0x69:768x501/800x0/images/Le-Sud-Africain-Giniel-De-Villiers-lors-de-la-3e-etape-du-rallye-Dakar-entre-al-Artawiya-et-al-Qaysumah-en-Arabie-saoudite-le-4-janvier-2022-1212669.jpg", + "pubDate": "Thu, 13 Jan 2022 14:30:00 GMT", + "enclosure": "https://images.bfmtv.com/f8avewO4oazrgQrDz3G2oXocnQ0=/0x106:2048x1258/800x0/images/Vincent-Aboubakar-le-13-janvier-2022-1214525.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/5AWTJhM9k_faLqPfyonj3ybzWNI=/0x69:768x501/800x0/images/Le-Sud-Africain-Giniel-De-Villiers-lors-de-la-3e-etape-du-rallye-Dakar-entre-al-Artawiya-et-al-Qaysumah-en-Arabie-saoudite-le-4-janvier-2022-1212669.jpg", + "image": "https://images.bfmtv.com/f8avewO4oazrgQrDz3G2oXocnQ0=/0x106:2048x1258/800x0/images/Vincent-Aboubakar-le-13-janvier-2022-1214525.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "411da86dacca5d0190ddeaa16124ae71", + "hash": "a21c7af8ce983ad725e0d4dd5e15e32e", "highlights": [] }, { - "title": "Mercato: Salah met la pression sur Liverpool pour prolonger", - "description": "Sous contrat avec Liverpool jusqu'en 2023, Mohamed Salah (29 ans) veut rester chez les Reds et lance un appel du pied à son club, qui doit prendre une décision.

", - "content": "Sous contrat avec Liverpool jusqu'en 2023, Mohamed Salah (29 ans) veut rester chez les Reds et lance un appel du pied à son club, qui doit prendre une décision.

", + "title": "Les véritables insultes dans le vestiaire, Domenech... Evra et Anelka racontent les dessous de Knysna", + "description": "Invité exceptionnel de l'émission Rothen s'enflamme sur RMC pour la sortie de son livre, Patrice Evra est revenu en longueur sur l'épisode Knysna en 2010, véritable traumatisme de l'équipe de France, du comportement de Raymond Domenech aux mots réels de Nicolas Anelka, qui a lui aussi donné ses explications.

", + "content": "Invité exceptionnel de l'émission Rothen s'enflamme sur RMC pour la sortie de son livre, Patrice Evra est revenu en longueur sur l'épisode Knysna en 2010, véritable traumatisme de l'équipe de France, du comportement de Raymond Domenech aux mots réels de Nicolas Anelka, qui a lui aussi donné ses explications.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-salah-met-la-pression-sur-liverpool-pour-prolonger_AV-202201110252.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/les-veritables-insultes-dans-le-vestiaire-domenech-evra-et-anelka-racontent-les-dessous-de-knysna_AN-202201130481.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 11:26:43 GMT", - "enclosure": "https://images.bfmtv.com/qAN0pKfimKs6uJxjEWRlyoClRFY=/0x100:1968x1207/800x0/images/M-Salah-1195310.jpg", + "pubDate": "Thu, 13 Jan 2022 17:54:41 GMT", + "enclosure": "https://images.bfmtv.com/CZx1K1Ca0RXCAm0OIG8fDDW39Xk=/0x0:640x360/800x0/images/Patrice-Evra-invite-de-Rothen-s-enflamme-sur-RMC-1214367.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/qAN0pKfimKs6uJxjEWRlyoClRFY=/0x100:1968x1207/800x0/images/M-Salah-1195310.jpg", + "image": "https://images.bfmtv.com/CZx1K1Ca0RXCAm0OIG8fDDW39Xk=/0x0:640x360/800x0/images/Patrice-Evra-invite-de-Rothen-s-enflamme-sur-RMC-1214367.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28442,20 +29498,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d90d975a872f9fa662b366f47a437635", + "hash": "dad56a355b66447d5fc1d96688fd839e", "highlights": [] }, { - "title": "Coupes d’Europe de rugby: match nul pour tout le monde, la surprenante décision de l’EPCR", - "description": "INFO RMC SPORT - L'EPCR a pris la décision de ne pas permettre aux matches reportés en décembre de se jouer. Il a été décidé que les sept matches en question se solderaient par un match nul. Un choix forcément mal vécu du côté des clubs français.

", - "content": "INFO RMC SPORT - L'EPCR a pris la décision de ne pas permettre aux matches reportés en décembre de se jouer. Il a été décidé que les sept matches en question se solderaient par un match nul. Un choix forcément mal vécu du côté des clubs français.

", + "title": "Équipe de France: Évra raconte une improbable \"embrouille\" sur les repas halal", + "description": "En Équipe de France, lorsque Raymond Domenech en était le sélectionneur, les buffets halal étaient parfois source de polémique, notamment parce que des joueurs non-musulmans aimaient piocher dedans, selon Patrice Évra, invité jeudi soir de Rothen s'enflamme sur RMC.

", + "content": "En Équipe de France, lorsque Raymond Domenech en était le sélectionneur, les buffets halal étaient parfois source de polémique, notamment parce que des joueurs non-musulmans aimaient piocher dedans, selon Patrice Évra, invité jeudi soir de Rothen s'enflamme sur RMC.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/coupes-d-europe-de-rugby-match-nul-pour-tout-le-monde-la-surprenante-decision-de-l-epcr_AV-202201110246.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-evra-raconte-une-improbable-embrouille-sur-les-repas-halal_AN-202201130477.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 11:20:23 GMT", - "enclosure": "https://images.bfmtv.com/i_tj0DtmQk-cApVNRhGj_tjkpRw=/0x0:1200x675/800x0/images/Champions-Cup-1212644.jpg", + "pubDate": "Thu, 13 Jan 2022 17:51:00 GMT", + "enclosure": "https://images.bfmtv.com/0DIfBPugUJEkVnluyIdG8OI0J0Y=/1x18:657x387/800x0/images/Patrice-Evra-dans-Rothen-s-enflamme-sur-RMC-1214356.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/i_tj0DtmQk-cApVNRhGj_tjkpRw=/0x0:1200x675/800x0/images/Champions-Cup-1212644.jpg", + "image": "https://images.bfmtv.com/0DIfBPugUJEkVnluyIdG8OI0J0Y=/1x18:657x387/800x0/images/Patrice-Evra-dans-Rothen-s-enflamme-sur-RMC-1214356.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28464,20 +29520,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ab6b9567440fd144de503f6b267c2cb", + "hash": "2632e644bc83fc06127cb21f336735c0", "highlights": [] }, { - "title": "Monaco: Badiashile absent plusieurs semaines", - "description": "Sorti sur blessure lors du match nul entre le FC Nantes et l’AS Monaco (0-0), Benoît Badiashile n’est pas près de retrouver les terrains. Selon nos informations, le défenseur sera absent pendant six semaines.

", - "content": "Sorti sur blessure lors du match nul entre le FC Nantes et l’AS Monaco (0-0), Benoît Badiashile n’est pas près de retrouver les terrains. Selon nos informations, le défenseur sera absent pendant six semaines.

", + "title": "Les pronos hippiques du vendredi 14 janvier 2022", + "description": "Le Quinté+ du vendredi 14 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 vendredi 14 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/ligue-1/monaco-badiashile-absent-plusieurs-semaines_AV-202201110235.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-vendredi-14-janvier-2022_AN-202201130470.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 10:52:32 GMT", - "enclosure": "https://images.bfmtv.com/sQLc4LjenasTLcGI3zLvXHsjD18=/0x0:2048x1152/800x0/images/Benoit-Badiashile-1103485.jpg", + "pubDate": "Thu, 13 Jan 2022 17:43:41 GMT", + "enclosure": "https://images.bfmtv.com/UzFWTErITvEtITha9m4qEkTNBi0=/1x35:337x224/800x0/images/Les-pronos-hippiques-du-vendredi-14-janvier-2022-1214350.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/sQLc4LjenasTLcGI3zLvXHsjD18=/0x0:2048x1152/800x0/images/Benoit-Badiashile-1103485.jpg", + "image": "https://images.bfmtv.com/UzFWTErITvEtITha9m4qEkTNBi0=/1x35:337x224/800x0/images/Les-pronos-hippiques-du-vendredi-14-janvier-2022-1214350.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28486,20 +29542,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ee8ec30aa24e13601bf173520b0d666", + "hash": "5bd52d8070d4b44abc560ce395b9a8a2", "highlights": [] }, { - "title": "CAN en direct: L'Algérie entre en scène", - "description": "Les Algériens, grandissimes favoris de la CAN rentrent en piste ce mardi dans un premier match très abordable face au Sierra Leone. Coup d'envoi à 14h.

", - "content": "Les Algériens, grandissimes favoris de la CAN rentrent en piste ce mardi dans un premier match très abordable face au Sierra Leone. Coup d'envoi à 14h.

", + "title": "Équipe de France: Evra raconte le malaise avec Gallas lorsque Domenech l’a nommé capitaine", + "description": "Lors de son passage dans Rothen s’enflamme, ce jeudi sur RMC, Patrice Evra a révélé comment Raymond Domenech l’a nommé capitaine de l’équipe de France avant la Coupe du monde 2010 en Afrique du Sud. Un choix qui n’a du tout plu à William Gallas à l’époque.

", + "content": "Lors de son passage dans Rothen s’enflamme, ce jeudi sur RMC, Patrice Evra a révélé comment Raymond Domenech l’a nommé capitaine de l’équipe de France avant la Coupe du monde 2010 en Afrique du Sud. Un choix qui n’a du tout plu à William Gallas à l’époque.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-en-direct-l-algerie-entre-en-scene_LS-202201110263.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-evra-raconte-le-malaise-avec-gallas-lorsque-domenech-l-a-nomme-capitaine_AV-202201130468.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 11:41:45 GMT", - "enclosure": "https://images.bfmtv.com/0vfcYWwOKBdClFGHuWKRAzz09w0=/0x0:2048x1152/800x0/images/L-Algerie-qualifiee-pour-la-finale-de-la-Coupe-Arabe-1190635.jpg", + "pubDate": "Thu, 13 Jan 2022 17:42:01 GMT", + "enclosure": "https://images.bfmtv.com/nAv41SCufrmR1wuoyqa10n35Y5g=/12x86:1676x1022/800x0/images/Patrice-Evra-et-Raymond-Domenech-1214437.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/nAv41SCufrmR1wuoyqa10n35Y5g=/12x86:1676x1022/800x0/images/Patrice-Evra-et-Raymond-Domenech-1214437.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28508,20 +29564,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "19cf063bc1fb2e7f2fbce9a4bea71e83", + "hash": "9b6f10dcad5dc65ee03950199f283081", "highlights": [] }, { - "title": "CAN 2022: où en est l’Algérie depuis son sacre lors de la dernière édition?", - "description": "L’Algérie va entamer sa Coupe d’Afrique des nations 2022 face au Sierra Leone, ce mardi près de Douala (14h). Avec confiance et ambition. Favoris à leur propre succession, les coéquipiers de Riyad Mahrez n’ont plus perdu depuis leur sacre il y a deux ans et demi en Égypte.

", - "content": "L’Algérie va entamer sa Coupe d’Afrique des nations 2022 face au Sierra Leone, ce mardi près de Douala (14h). Avec confiance et ambition. Favoris à leur propre succession, les coéquipiers de Riyad Mahrez n’ont plus perdu depuis leur sacre il y a deux ans et demi en Égypte.

", + "title": "CAN 2022: une fusillade fait plusieurs blessés dans une ville qui héberge des sélections", + "description": "Des échanges de tirs ont eu lieu mercredi à Buea (Cameroun) entre militaires et hommes armés. Les soupçons portent sur des séparatistes, qui avaient menacé les sélections en lice pour la CAN 2022 s'entraînant dans cette localité de l'ouest du pays.

", + "content": "Des échanges de tirs ont eu lieu mercredi à Buea (Cameroun) entre militaires et hommes armés. Les soupçons portent sur des séparatistes, qui avaient menacé les sélections en lice pour la CAN 2022 s'entraînant dans cette localité de l'ouest du pays.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-ou-en-est-l-algerie-depuis-son-sacre-lors-de-la-derniere-edition_AV-202201110220.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-une-fusillade-fait-plusieurs-blesses-dans-une-ville-qui-heberge-des-selections_AV-202201130459.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 10:42:34 GMT", - "enclosure": "https://images.bfmtv.com/zA6FwNWwkrWoh6Cc-8giD_lPMmw=/0x105:2048x1257/800x0/images/Riyad-Mahrez-1212635.jpg", + "pubDate": "Thu, 13 Jan 2022 17:32:46 GMT", + "enclosure": "https://images.bfmtv.com/XsAA9WxlRQGeaOza6uhQyi8KdnM=/0x6:2048x1158/800x0/images/CAN-2022-illustration-1214526.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/zA6FwNWwkrWoh6Cc-8giD_lPMmw=/0x105:2048x1257/800x0/images/Riyad-Mahrez-1212635.jpg", + "image": "https://images.bfmtv.com/XsAA9WxlRQGeaOza6uhQyi8KdnM=/0x6:2048x1158/800x0/images/CAN-2022-illustration-1214526.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28530,20 +29586,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "847c122094ba15aa2b53b89b17c88867", + "hash": "ae36a144b5e2372aa34b5f908c663166", "highlights": [] }, { - "title": "Pentathlon moderne: l'affaire de maltraitance d'un cheval aux JO de Tokyo classée sans suite", - "description": "Accusée d'avoir maltraitée son cheval lors des Jeux olympiques de Tokyo, la pentathlète Annika Schleu a vu les poursuites judiciaires abandonnées ce mardi.

", - "content": "Accusée d'avoir maltraitée son cheval lors des Jeux olympiques de Tokyo, la pentathlète Annika Schleu a vu les poursuites judiciaires abandonnées ce mardi.

", + "title": "F1: la FIA annonce \"une analyse détaillée\" après la fin de championnat folle entre Hamilton et Verstappen", + "description": "La dernière saison de Formule 1 a beau s'être terminée en décembre dernier avec le Grand Prix d’Abu Dhabi, celle-ci fait toujours parler. Dans un communiqué, la Fédération internationale de l’automobile a annoncé le début d’une \"analyse détaillée\" sur les évènements survenus. Une discussion sur la safety car aura aussi lieu.

", + "content": "La dernière saison de Formule 1 a beau s'être terminée en décembre dernier avec le Grand Prix d’Abu Dhabi, celle-ci fait toujours parler. Dans un communiqué, la Fédération internationale de l’automobile a annoncé le début d’une \"analyse détaillée\" sur les évènements survenus. Une discussion sur la safety car aura aussi lieu.

", "category": "", - "link": "https://rmcsport.bfmtv.com/jeux-olympiques/pentathlon-moderne-l-affaire-de-maltraitance-d-un-cheval-aux-jo-de-tokyo-classee-sans-suite_AD-202201110212.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-la-fia-annonce-une-analyse-detaillee-apres-la-fin-de-championnat-folle-entre-hamilton-et-verstappen_AV-202201130452.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 10:28:16 GMT", - "enclosure": "https://images.bfmtv.com/j9NP8XruUhEz6vYYuJ6lOKh1eDE=/0x0:2048x1152/800x0/images/Annika-Schleu-1083617.jpg", + "pubDate": "Thu, 13 Jan 2022 17:25:56 GMT", + "enclosure": "https://images.bfmtv.com/VRoU0p4wHtIJ7bn8xhhuJ11ykeU=/0x38:768x470/800x0/images/L-ex-pilote-de-rallye-emirati-et-vice-president-de-la-FIA-Mohammed-Ben-Sulayem-lors-d-un-point-presse-a-Kuwait-City-le-12-avril-2012-1190082.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/j9NP8XruUhEz6vYYuJ6lOKh1eDE=/0x0:2048x1152/800x0/images/Annika-Schleu-1083617.jpg", + "image": "https://images.bfmtv.com/VRoU0p4wHtIJ7bn8xhhuJ11ykeU=/0x38:768x470/800x0/images/L-ex-pilote-de-rallye-emirati-et-vice-president-de-la-FIA-Mohammed-Ben-Sulayem-lors-d-un-point-presse-a-Kuwait-City-le-12-avril-2012-1190082.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28552,20 +29608,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5801d42dda9f7f649c83d16ab6feb234", + "hash": "30fd273e44d9a05ff9aed8e067a1a1f4", "highlights": [] }, { - "title": "Rugby à XIII: la France organisera la Coupe du monde 2025", - "description": "Pour la première fois depuis 53 ans, la France va accueillir la Coupe du monde de rugby à XIII en 2025. Pendant cinq semaines, quatre compétitions (femmes, hommes, fauteuils et jeunes) seront jouées.

", - "content": "Pour la première fois depuis 53 ans, la France va accueillir la Coupe du monde de rugby à XIII en 2025. Pendant cinq semaines, quatre compétitions (femmes, hommes, fauteuils et jeunes) seront jouées.

", + "title": "Évra sur Mbappé: \"Il est formaté, je veux qu'il dérape\"", + "description": "Au micro de RMC, dans Rothen s'enflamme, Patrice Évra a dit souhaiter que Kylian Mbappé adopte une communication moins lisse. \"Il est formaté\", déplore l'ancien défenseur international français.

", + "content": "Au micro de RMC, dans Rothen s'enflamme, Patrice Évra a dit souhaiter que Kylian Mbappé adopte une communication moins lisse. \"Il est formaté\", déplore l'ancien défenseur international français.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/rugby-a-xiii-la-france-organisera-la-coupe-du-monde-2025_AD-202201110209.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/evra-sur-mbappe-il-est-formate-je-veux-qu-il-derape_AN-202201130443.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 10:20:42 GMT", - "enclosure": "https://images.bfmtv.com/RdkZbhYyhcq1X5wpBOvuTl26qHU=/0x119:1984x1235/800x0/images/L-equipe-de-France-de-rugby-a-XIII-face-a-l-Angleterre-1212618.jpg", + "pubDate": "Thu, 13 Jan 2022 17:18:01 GMT", + "enclosure": "https://images.bfmtv.com/vghfiYDOdNRTnQebzOGv2otAX0M=/0x0:624x351/800x0/images/Patrice-Evra-dans-Rothen-s-enflamme-sur-RMC-1214361.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/RdkZbhYyhcq1X5wpBOvuTl26qHU=/0x119:1984x1235/800x0/images/L-equipe-de-France-de-rugby-a-XIII-face-a-l-Angleterre-1212618.jpg", + "image": "https://images.bfmtv.com/vghfiYDOdNRTnQebzOGv2otAX0M=/0x0:624x351/800x0/images/Patrice-Evra-dans-Rothen-s-enflamme-sur-RMC-1214361.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28574,42 +29630,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "582df635dd3e75015c2549599393d7a1", + "hash": "1be815e556cab6864caa1c4edb8b2051", "highlights": [] }, { - "title": "Turquie: Ahmet Calik, international turc, meurt dans un accident de la route", - "description": "Le footballeur turc Ahmet Çalik (28 ans, 8 sélections), qui évoluait à Konyaspor, a perdu la vie après un accident au volant de son véhicule ce mardi.

", - "content": "Le footballeur turc Ahmet Çalik (28 ans, 8 sélections), qui évoluait à Konyaspor, a perdu la vie après un accident au volant de son véhicule ce mardi.

", + "title": "La réconciliation entre Évra et Rothen après la grosse brouille lors de PSG-Manchester United", + "description": "Invité de Rothen s'enflamme, jeudi sur RMC, Patrice Évra a acté sa réconciliation avec Jérôme Rothen. Les deux hommes s'étaient brouillés en 2019, à la suite de vidéos insultantes du défenseur de Manchester United à l'égard du PSG et de son ancien coéquipier de l'AS Monaco. \"Je me suis excusé\", affirme aujourd'hui l'ancien capitaine des Bleus.

", + "content": "Invité de Rothen s'enflamme, jeudi sur RMC, Patrice Évra a acté sa réconciliation avec Jérôme Rothen. Les deux hommes s'étaient brouillés en 2019, à la suite de vidéos insultantes du défenseur de Manchester United à l'égard du PSG et de son ancien coéquipier de l'AS Monaco. \"Je me suis excusé\", affirme aujourd'hui l'ancien capitaine des Bleus.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/turquie-ahmet-calik-international-turc-meurt-dans-un-accident-de-la-route_AV-202201110206.html", + "link": "https://rmcsport.bfmtv.com/football/la-reconciliation-entre-evra-et-rothen-apres-la-grosse-brouille-lors-de-psg-manchester-united_AN-202201130435.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 10:15:54 GMT", - "enclosure": "https://images.bfmtv.com/FPzNFH0mtUZV1vRfXLPR4LIQcek=/0x0:1200x675/800x0/images/Ahmet-Calik-1212626.jpg", + "pubDate": "Thu, 13 Jan 2022 17:07:31 GMT", + "enclosure": "https://images.bfmtv.com/ufo_BOvTYGenyZENBC6WhN6DXcM=/0x3:720x408/800x0/images/Jerome-Rothen-et-Patrice-Evra-dans-Rothen-s-enflamme-sur-RMC-1214364.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/FPzNFH0mtUZV1vRfXLPR4LIQcek=/0x0:1200x675/800x0/images/Ahmet-Calik-1212626.jpg", + "image": "https://images.bfmtv.com/ufo_BOvTYGenyZENBC6WhN6DXcM=/0x3:720x408/800x0/images/Jerome-Rothen-et-Patrice-Evra-dans-Rothen-s-enflamme-sur-RMC-1214364.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "884f9a1d18c79e787562aa28534ef5f7", + "hash": "23a822e52552863783bd3178e359a637", "highlights": [] }, { - "title": "Cyclisme: Pinot fera son grand retour sur le Tour de France en 2022", - "description": "La formation Groupama-FDJ a annoncé la présence de Thibaut Pinot sur le Tour de France 2022 après avoir manqué celui de 2021. Il visera le classement général, tout comme son équipier David Gaudu, également aligné sur la Grande Boucle.

", - "content": "La formation Groupama-FDJ a annoncé la présence de Thibaut Pinot sur le Tour de France 2022 après avoir manqué celui de 2021. Il visera le classement général, tout comme son équipier David Gaudu, également aligné sur la Grande Boucle.

", + "title": "OL: Aulas pense toujours à Laurent Blanc pour remplacer Bosz", + "description": "Arrivé l’été dernier pour remplacer Rudi Garcia, Peter Bosz est sous contrat avec l’Olympique Lyonnais jusqu’en juin 2023. Mais Jean-Michel Aulas semble déjà avoir une idée sur son potentiel successeur, le Néerlandais étant en sursis.

", + "content": "Arrivé l’été dernier pour remplacer Rudi Garcia, Peter Bosz est sous contrat avec l’Olympique Lyonnais jusqu’en juin 2023. Mais Jean-Michel Aulas semble déjà avoir une idée sur son potentiel successeur, le Néerlandais étant en sursis.

", "category": "", - "link": "https://rmcsport.bfmtv.com/cyclisme/tour-de-france/cyclisme-pinot-participera-au-tour-de-france-2022_AV-202201110203.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/olympique-lyon/ol-aulas-pense-toujours-a-laurent-blanc-pour-remplacer-bosz_AV-202201130408.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 10:12:04 GMT", - "enclosure": "https://images.bfmtv.com/MTk2X-kkyHsY681S3ti7kqF4viE=/0x83:1600x983/800x0/images/-842516.jpg", + "pubDate": "Thu, 13 Jan 2022 16:33:26 GMT", + "enclosure": "https://images.bfmtv.com/G_6RaF5SDA0IeFEh_N1mTLl5-o4=/0x39:768x471/800x0/images/Le-president-de-l-Olympique-lyonnais-Jean-Michel-Aulas-lors-de-la-presentation-officielle-du-defenseur-allemand-Jerome-Boateng-le-25-aout-2021-au-Groupama-Stadium-1184516.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/MTk2X-kkyHsY681S3ti7kqF4viE=/0x83:1600x983/800x0/images/-842516.jpg", + "image": "https://images.bfmtv.com/G_6RaF5SDA0IeFEh_N1mTLl5-o4=/0x39:768x471/800x0/images/Le-president-de-l-Olympique-lyonnais-Jean-Michel-Aulas-lors-de-la-presentation-officielle-du-defenseur-allemand-Jerome-Boateng-le-25-aout-2021-au-Groupama-Stadium-1184516.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28618,42 +29674,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "1061bff486fb202eb71ea85324aceece", + "hash": "e453bf6cc7b6256dd3fe8b803206fe75", "highlights": [] }, { - "title": "Mercato: révélation de la saison et très courtisé, le parcours étonnant d'Ekitike passé par le Danemark", - "description": "Révélation du début de saison avec Reims, Hugo Ekitike (19 ans) se retrouve cité parmi les cibles des très ambitieux propriétaires de Newcastle. Une reconnaissance pour le jeune joueur qui a fait un détour par le Danemark pour se forger une carapace avant de percer dans son club formateur.

", - "content": "Révélation du début de saison avec Reims, Hugo Ekitike (19 ans) se retrouve cité parmi les cibles des très ambitieux propriétaires de Newcastle. Une reconnaissance pour le jeune joueur qui a fait un détour par le Danemark pour se forger une carapace avant de percer dans son club formateur.

", + "title": "Biathlon: Fillon Maillet s'offre le sprint de Ruhpolding et prend le large au classement", + "description": "En s'offrant ce jeudi, en Allemagne, le sprint de Ruhpolding devant l'Allemand Benedikt Doll et le Biélorusse Anton Smolski, Quentin Fillon Maillet a pris une belle avance au classement général de la Coupe du monde. Et se rapproche doucement mais sûrement du gros globe de cristal.

", + "content": "En s'offrant ce jeudi, en Allemagne, le sprint de Ruhpolding devant l'Allemand Benedikt Doll et le Biélorusse Anton Smolski, Quentin Fillon Maillet a pris une belle avance au classement général de la Coupe du monde. Et se rapproche doucement mais sûrement du gros globe de cristal.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-revelation-de-la-saison-et-tres-courtise-le-parcours-etonnant-d-ekitike-passe-par-le-danemark_AV-202201110201.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-fillon-maillet-s-offre-le-sprint-de-ruhpolding-et-prend-le-large-au-classement_AV-202201130369.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 10:11:08 GMT", - "enclosure": "https://images.bfmtv.com/jKx4C-nkuX53aSev7AR6_fJqID4=/0x32:2048x1184/800x0/images/Hugo-Ekitike-1212613.jpg", + "pubDate": "Thu, 13 Jan 2022 15:35:04 GMT", + "enclosure": "https://images.bfmtv.com/caSJuCMUcLGtyhq8w86bVaxfF5Y=/0x106:2048x1258/800x0/images/Quentin-Fillon-Maillet-le-13-janvier-2022-1214431.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/jKx4C-nkuX53aSev7AR6_fJqID4=/0x32:2048x1184/800x0/images/Hugo-Ekitike-1212613.jpg", + "image": "https://images.bfmtv.com/caSJuCMUcLGtyhq8w86bVaxfF5Y=/0x106:2048x1258/800x0/images/Quentin-Fillon-Maillet-le-13-janvier-2022-1214431.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "068d92b482a455aee4e9fc48e72d97f3", + "hash": "9d7d259591be97285110630072ebf537", "highlights": [] }, { - "title": "UFC: Ngannou à l'affiche au cinéma du prochain Jackass", - "description": "Alors qu'il disputera le titre des poids lourds à l'UFC face au Français Ciryl Gane le samedi 22 janvier à Anaheim, en exclusivité sur RMC Sport, le Camerounais Francis Ngannou sera présent au casting du prochain Jackass, dont la sortie est prévue en février.

", - "content": "Alors qu'il disputera le titre des poids lourds à l'UFC face au Français Ciryl Gane le samedi 22 janvier à Anaheim, en exclusivité sur RMC Sport, le Camerounais Francis Ngannou sera présent au casting du prochain Jackass, dont la sortie est prévue en février.

", + "title": "Coupe du monde 2022: le Brésil convoque Paqueta, Guimaraes et Marquinhos pour les qualifs", + "description": "En vue des qualifications à la Coupe du monde 2022, le Brésil a dévoilé sa liste de joueurs pour les rencontres face à l’Equateur et le Paraguay. Les Lyonnais Lucas Paqueta et Bruno Guimaraes seront de la partie tandis que Neymar, toujours pas apte à rejouer n’est pas appelé.

", + "content": "En vue des qualifications à la Coupe du monde 2022, le Brésil a dévoilé sa liste de joueurs pour les rencontres face à l’Equateur et le Paraguay. Les Lyonnais Lucas Paqueta et Bruno Guimaraes seront de la partie tandis que Neymar, toujours pas apte à rejouer n’est pas appelé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/ufc-ngannou-a-l-affiche-au-cinema-du-prochain-jackass_AV-202201110198.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/coupe-du-monde-2022-le-bresil-convoque-paqueta-guimaraes-et-marquinhos-pour-les-qualifs_AV-202201130360.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 10:04:55 GMT", - "enclosure": "https://images.bfmtv.com/LcHzrYhavXXEWlf-S5p2suMaAKI=/0x0:1920x1080/800x0/images/UFC-Le-choc-pour-le-titre-Ngannou-Gane-officialise-pour-le-22-janvier-en-Californie-1152809.jpg", + "pubDate": "Thu, 13 Jan 2022 15:14:01 GMT", + "enclosure": "https://images.bfmtv.com/1ry7LAs5pQr5GRnWdp-Yft9I8gM=/0x33:768x465/800x0/images/Neymar-d-celebre-son-but-sur-penalty-pour-le-Bresil-contre-l-Equateur-en-compagnie-de-son-coequipier-Lucas-Paqueta-a-Porto-Alegre-le-4-juin-2021-1041330.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/LcHzrYhavXXEWlf-S5p2suMaAKI=/0x0:1920x1080/800x0/images/UFC-Le-choc-pour-le-titre-Ngannou-Gane-officialise-pour-le-22-janvier-en-Californie-1152809.jpg", + "image": "https://images.bfmtv.com/1ry7LAs5pQr5GRnWdp-Yft9I8gM=/0x33:768x465/800x0/images/Neymar-d-celebre-son-but-sur-penalty-pour-le-Bresil-contre-l-Equateur-en-compagnie-de-son-coequipier-Lucas-Paqueta-a-Porto-Alegre-le-4-juin-2021-1041330.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28662,20 +29718,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "15e6ea905461299d5fd1b2011c0dcad7", + "hash": "fad21c086acbbfe593104790a2a2127f", "highlights": [] }, { - "title": "Open d’Australie: Djokovic tête de série N.1 malgré sa menace d’expulsion", - "description": "Le numéro un mondial Novak Djokovic sera tête de série N.1 de l'Open d'Australie qui commence le 17 janvier, sa participation au premier tournoi majeur de l'année restant toutefois menacée par ses problèmes de visa liés à l'épidémie de Covid-19.

", - "content": "Le numéro un mondial Novak Djokovic sera tête de série N.1 de l'Open d'Australie qui commence le 17 janvier, sa participation au premier tournoi majeur de l'année restant toutefois menacée par ses problèmes de visa liés à l'épidémie de Covid-19.

", + "title": "Lens: \"Ça ne me perturbe pas du tout\", Haise serein sur l’avenir de Fofana", + "description": "Interrogé en conférence de presse sur l’avenir de Seko Fofana au RC Lens, le coach Franck Haise a confirmé ne pas être \"perturbé\" par la situation du milieu de terrain. Selon nos informations, les dirigeants ont refusé une offre de Burnley pour l’Ivoirien.

", + "content": "Interrogé en conférence de presse sur l’avenir de Seko Fofana au RC Lens, le coach Franck Haise a confirmé ne pas être \"perturbé\" par la situation du milieu de terrain. Selon nos informations, les dirigeants ont refusé une offre de Burnley pour l’Ivoirien.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-d-australie-djokovic-tete-de-serie-n-1-malgre-sa-menace-d-expulsion_AD-202201110195.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-ca-ne-me-perturbe-pas-du-tout-haise-serein-sur-l-avenir-de-fofana_AV-202201130358.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 09:56:31 GMT", - "enclosure": "https://images.bfmtv.com/kfkiJgB0ccUdKPvGRV7F_XPTU1Y=/10x0:2042x1143/800x0/images/Novak-Djokovic-a-l-entrainement-ce-mardi-1212577.jpg", + "pubDate": "Thu, 13 Jan 2022 15:10:25 GMT", + "enclosure": "https://images.bfmtv.com/2do_xQDPUPbcLdFLgcUhg0d84Lc=/0x39:768x471/800x0/images/La-joie-du-milieu-de-terrain-ivoirien-de-Lens-Seko-Fofana-apres-avoir-marque-contre-Clermont-lors-de-la-16e-journee-de-Ligue-1-le-1er-decembre-2021-au-Stade-Gabriel-Montpied-1203525.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/kfkiJgB0ccUdKPvGRV7F_XPTU1Y=/10x0:2042x1143/800x0/images/Novak-Djokovic-a-l-entrainement-ce-mardi-1212577.jpg", + "image": "https://images.bfmtv.com/2do_xQDPUPbcLdFLgcUhg0d84Lc=/0x39:768x471/800x0/images/La-joie-du-milieu-de-terrain-ivoirien-de-Lens-Seko-Fofana-apres-avoir-marque-contre-Clermont-lors-de-la-16e-journee-de-Ligue-1-le-1er-decembre-2021-au-Stade-Gabriel-Montpied-1203525.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28684,20 +29740,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "80ac48a78270e3f23f6365896ffde660", + "hash": "5bfb013e8c7ffc2362aa97a54c9c086d", "highlights": [] }, { - "title": "Barça: le clan Dembélé agacé par la gestion sportive du Français", - "description": "L’entourage proche d'Ousmane Dembélé a fait part de son étonnement concernant la gestion sportive du champion du monde 2018, utilisé par son entraîneur mercredi dernier, alors qu’il n’avait pas encore repris l’entraînement après son infection au Covid-19.

", - "content": "L’entourage proche d'Ousmane Dembélé a fait part de son étonnement concernant la gestion sportive du champion du monde 2018, utilisé par son entraîneur mercredi dernier, alors qu’il n’avait pas encore repris l’entraînement après son infection au Covid-19.

", + "title": "XV de France: Dupont, toujours, blessé, mais devrait être sélectionné pour le Tournoi", + "description": "Le demi de mêlée international du Stade Toulousain Antoine Dupont n’a plus foulé les pelouses depuis 11 décembre. Absent de l’entraînement depuis trois semaines, encore forfait ce week-end aux Wasps, il est annoncé blessé par son club. Et mardi Fabien Galthié annonce sa liste pour préparer le Tournoi des VI Nations.

", + "content": "Le demi de mêlée international du Stade Toulousain Antoine Dupont n’a plus foulé les pelouses depuis 11 décembre. Absent de l’entraînement depuis trois semaines, encore forfait ce week-end aux Wasps, il est annoncé blessé par son club. Et mardi Fabien Galthié annonce sa liste pour préparer le Tournoi des VI Nations.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/barca-le-clan-dembele-agace-par-la-gestion-sportive-du-francais_AV-202201110188.html", + "link": "https://rmcsport.bfmtv.com/rugby/xv-de-france/xv-de-france-dupont-blesse-jouera-t-il-le-debut-du-tournoi_AV-202201130353.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 09:38:28 GMT", - "enclosure": "https://images.bfmtv.com/SnOC4h1ri7unK6XIx7S2NODokTE=/0x0:1200x675/800x0/images/Ousmane-Dembele-1212606.jpg", + "pubDate": "Thu, 13 Jan 2022 15:00:33 GMT", + "enclosure": "https://images.bfmtv.com/evlilv2LNN1Icysry_SdXb_uUsI=/0x38:2048x1190/800x0/images/Antoine-Dupont-1185725.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/SnOC4h1ri7unK6XIx7S2NODokTE=/0x0:1200x675/800x0/images/Ousmane-Dembele-1212606.jpg", + "image": "https://images.bfmtv.com/evlilv2LNN1Icysry_SdXb_uUsI=/0x38:2048x1190/800x0/images/Antoine-Dupont-1185725.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28706,20 +29762,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "701f8bd4185688a4a73a45df10450bfa", + "hash": "498bbdaeab2f454c8c53c28316da3c17", "highlights": [] }, { - "title": "Rugby: un boycott des clubs anglais de la Coupe d'Europe ?", - "description": "Alors que la Coupe d'Europe de rugby reprend ce week-end, plusieurs clubs anglais qui doivent se rendre en France sont inquiets et pourraient refuser de venir en raison des restrictions sanitaires.

", - "content": "Alors que la Coupe d'Europe de rugby reprend ce week-end, plusieurs clubs anglais qui doivent se rendre en France sont inquiets et pourraient refuser de venir en raison des restrictions sanitaires.

", + "title": "Mercato: C'est officiel, Cédric Bakambu est le nouvel attaquant de l'OM", + "description": "l'attaquant congolais était sans club depuis son départ de Chine.

", + "content": "l'attaquant congolais était sans club depuis son départ de Chine.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/rugby-un-boycott-des-clubs-anglais-de-la-coupe-d-europe_AV-202201110186.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/olympique-marseille/mercato-c-est-officiel-cedric-bakambu-est-le-nouvel-attaquant-de-l-om_AV-202201130350.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 09:35:14 GMT", - "enclosure": "https://images.bfmtv.com/G2dpsK4BsIT0iLshnFcsWBRA29w=/0x39:768x471/800x0/images/Les-matches-entre-clubs-francais-et-britanniques-prevus-samedi-et-dimanche-dans-les-deux-Coupes-d-Europe-de-rugby-ont-ete-reportes-en-raison-des-restrictions-de-deplacement-entre-les-deux-pays-1190377.jpg", + "pubDate": "Thu, 13 Jan 2022 14:44:01 GMT", + "enclosure": "https://images.bfmtv.com/qi66JMi-TmG41E6_sGR5k-XTZgA=/4x3:2164x1218/800x0/images/-857601.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/G2dpsK4BsIT0iLshnFcsWBRA29w=/0x39:768x471/800x0/images/Les-matches-entre-clubs-francais-et-britanniques-prevus-samedi-et-dimanche-dans-les-deux-Coupes-d-Europe-de-rugby-ont-ete-reportes-en-raison-des-restrictions-de-deplacement-entre-les-deux-pays-1190377.jpg", + "image": "https://images.bfmtv.com/qi66JMi-TmG41E6_sGR5k-XTZgA=/4x3:2164x1218/800x0/images/-857601.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28728,20 +29784,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a27b7c2593a0076e757e38d26131115", + "hash": "77ef3590c851a82b1ba2d793cb0b4c24", "highlights": [] }, { - "title": "Le sport face au Covid en direct: un boycott de la Coupe d’Europe de rugby des clubs anglais ?", - "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par la Coupe d'Europe de rugby. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", - "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par la Coupe d'Europe de rugby. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "title": "Cristiano Ronaldo se voit jouer au-delà de 40 ans", + "description": "Le quintuple ballon d'or de 36 ans n'a pas du tout l'intention de raccrocher les crampons tout de suite.

", + "content": "Le quintuple ballon d'or de 36 ans n'a pas du tout l'intention de raccrocher les crampons tout de suite.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/le-sport-face-au-covid-en-direct-un-boycott-de-la-coupe-d-europe-des-clubs-anglais_LN-202201110177.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/cristiano-ronaldo-se-voit-jouer-au-dela-de-40-ans_AD-202201130340.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 09:06:28 GMT", - "enclosure": "https://images.bfmtv.com/G2dpsK4BsIT0iLshnFcsWBRA29w=/0x39:768x471/800x0/images/Les-matches-entre-clubs-francais-et-britanniques-prevus-samedi-et-dimanche-dans-les-deux-Coupes-d-Europe-de-rugby-ont-ete-reportes-en-raison-des-restrictions-de-deplacement-entre-les-deux-pays-1190377.jpg", + "pubDate": "Thu, 13 Jan 2022 14:18:21 GMT", + "enclosure": "https://images.bfmtv.com/_Ez80uQx66XM0opBUWcvuEZaAn4=/0x106:2048x1258/800x0/images/Cristiano-Ronaldo-le-1er-septembre-2021-a-36-ans-1214394.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/G2dpsK4BsIT0iLshnFcsWBRA29w=/0x39:768x471/800x0/images/Les-matches-entre-clubs-francais-et-britanniques-prevus-samedi-et-dimanche-dans-les-deux-Coupes-d-Europe-de-rugby-ont-ete-reportes-en-raison-des-restrictions-de-deplacement-entre-les-deux-pays-1190377.jpg", + "image": "https://images.bfmtv.com/_Ez80uQx66XM0opBUWcvuEZaAn4=/0x106:2048x1258/800x0/images/Cristiano-Ronaldo-le-1er-septembre-2021-a-36-ans-1214394.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28750,20 +29806,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fed1585ecb3256a5a21519e0fcbb604e", + "hash": "c885e76cbba4d5f2b83ebc73b0342216", "highlights": [] }, { - "title": "Algérie-Sierra Leone: sur quelle chaîne et à quelle heure regarder le match de la CAN 2022?", - "description": "L’Algérie entame sa Coupe d’Afrique des nations 2022 face au Sierra Leone, ce mardi près de Douala (14h). Les partenaires de Riyad Mahrez sont annoncés comme les grands favoris à leur propre succession.

", - "content": "L’Algérie entame sa Coupe d’Afrique des nations 2022 face au Sierra Leone, ce mardi près de Douala (14h). Les partenaires de Riyad Mahrez sont annoncés comme les grands favoris à leur propre succession.

", + "title": "Mercato en direct: L'OM a sondé Tagliafico (Ajax)", + "description": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", + "content": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/algerie-sierra-leone-sur-quelle-chaine-et-a-quelle-heure-regarder-le-match-de-la-can-2022_AV-202201110174.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-toutes-les-infos-et-rumeurs-du-13-janvier-2022_LN-202201130053.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 09:01:00 GMT", - "enclosure": "https://images.bfmtv.com/Gu4bMDuO4fRFK5og-ZVyhfGrTFs=/0x0:2048x1152/800x0/images/Djamel-Belmadi-et-Riyad-Mahrez-1147223.jpg", + "pubDate": "Thu, 13 Jan 2022 06:04:16 GMT", + "enclosure": "https://images.bfmtv.com/ioKtwtAkgteF4zvcWm00gpsVgqM=/2x21:1186x687/800x0/images/-864682.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Gu4bMDuO4fRFK5og-ZVyhfGrTFs=/0x0:2048x1152/800x0/images/Djamel-Belmadi-et-Riyad-Mahrez-1147223.jpg", + "image": "https://images.bfmtv.com/ioKtwtAkgteF4zvcWm00gpsVgqM=/2x21:1186x687/800x0/images/-864682.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28772,42 +29828,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "9aee7abfc333eb0ff2037e82b3d77b66", + "hash": "b01396cdfff33b57dbcfa8634de1837a", "highlights": [] }, { - "title": "Mercato: flop à Nantes, Emond transféré au Standard de Liège", - "description": "Après deux ans décevants à Nantes, Renaud Emond retourne, selon nos informations, au Standard de Liège, où il avait évolué de 2016 à 2020. Le transfert est estimé à 200.000 euros.

", - "content": "Après deux ans décevants à Nantes, Renaud Emond retourne, selon nos informations, au Standard de Liège, où il avait évolué de 2016 à 2020. Le transfert est estimé à 200.000 euros.

", - "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-flop-a-nantes-emond-transfere-au-standard-de-liege_AV-202201110173.html", + "title": "Dakar 2022: al-Attiyah et Sunderland tout proches du titre", + "description": "Nasser al-Attiyah se rapproche du titre sur le Dakar 2022. Le Qatarien dispose de 33 minutes d'avance sur Sébastien Loeb dans la catégorie auto. Chez les motards, c'est Sam Sunderland qui se rapproche du sacre.

", + "content": "Nasser al-Attiyah se rapproche du titre sur le Dakar 2022. Le Qatarien dispose de 33 minutes d'avance sur Sébastien Loeb dans la catégorie auto. Chez les motards, c'est Sam Sunderland qui se rapproche du sacre.

", + "category": "", + "link": "https://rmcsport.bfmtv.com/auto-moto/dakar-2022-al-attiyah-et-sunderland-tout-proches-du-titre_AV-202201130336.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 08:59:51 GMT", - "enclosure": "https://images.bfmtv.com/CrDjUhUCPPwuoyPzN1C3p6_2HKU=/0x33:1984x1149/800x0/images/Renaud-Emond-avec-Nantes-face-a-l-AS-Vitre-en-Coupe-de-France-1212584.jpg", + "pubDate": "Thu, 13 Jan 2022 14:14:25 GMT", + "enclosure": "https://images.bfmtv.com/TKux2UZSD0pZP8-YDQM9NGR3mI4=/0x70:1008x637/800x0/images/-749678.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/CrDjUhUCPPwuoyPzN1C3p6_2HKU=/0x33:1984x1149/800x0/images/Renaud-Emond-avec-Nantes-face-a-l-AS-Vitre-en-Coupe-de-France-1212584.jpg", + "image": "https://images.bfmtv.com/TKux2UZSD0pZP8-YDQM9NGR3mI4=/0x70:1008x637/800x0/images/-749678.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "324572b8096ae9e7f9360ba65ec614ef", + "hash": "f103295538c5a9086707e371c6622627", "highlights": [] }, { - "title": "Evra raconte sa discussion avec Le Graët sur le racisme", - "description": "Dans un chapitre de son livre (I love this game, éditions Hugo Sport, 13 anvier 2022) consacré au fiasco de Knysna, Patrice Evra a évoqué la perception raciste qu'aurait une partie de l'opinion en France avec la sélection nationale. Interrogé à ce propos sur France Inter, l’ex-international est revenu sur le dérapage de Noël Le Graët, minimisant le racisme dans le foot français, et la discussion qui s’en est suivie entre les deux hommes.

", - "content": "Dans un chapitre de son livre (I love this game, éditions Hugo Sport, 13 anvier 2022) consacré au fiasco de Knysna, Patrice Evra a évoqué la perception raciste qu'aurait une partie de l'opinion en France avec la sélection nationale. Interrogé à ce propos sur France Inter, l’ex-international est revenu sur le dérapage de Noël Le Graët, minimisant le racisme dans le foot français, et la discussion qui s’en est suivie entre les deux hommes.

", + "title": "CAN: la CAF enquête sur l’arbitrage de Tunisie-Mali, après la fin de match lunaire", + "description": "Lors du match de Coupe d’Afrique des nations entre la Tunisie et le Mali, l’arbitre de la rencontre Janny Sikazwe s’est \"distingué\" en sifflant à deux reprises la fin de la rencontre avant la fin du temps réglementaire. La Confédération africaine de football annonce mener une enquête.

", + "content": "Lors du match de Coupe d’Afrique des nations entre la Tunisie et le Mali, l’arbitre de la rencontre Janny Sikazwe s’est \"distingué\" en sifflant à deux reprises la fin de la rencontre avant la fin du temps réglementaire. La Confédération africaine de football annonce mener une enquête.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/evra-raconte-sa-discussion-avec-le-graet-sur-le-racisme_AV-202201110169.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-la-caf-enquete-sur-l-arbitrage-de-tunisie-mali-apres-la-fin-de-match-lunaire_AV-202201130335.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 08:50:11 GMT", - "enclosure": "https://images.bfmtv.com/DMcxYvIw1yo7wZAHHX1pmSBevCg=/0x30:1200x705/800x0/images/Patrice-Evra-1212586.jpg", + "pubDate": "Thu, 13 Jan 2022 14:11:47 GMT", + "enclosure": "https://images.bfmtv.com/th39yMnx1PgzgNfpeus2FbrGJFU=/0x160:2048x1312/800x0/images/Tunisie-Mali-le-12-01-2022-1213791.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/DMcxYvIw1yo7wZAHHX1pmSBevCg=/0x30:1200x705/800x0/images/Patrice-Evra-1212586.jpg", + "image": "https://images.bfmtv.com/th39yMnx1PgzgNfpeus2FbrGJFU=/0x160:2048x1312/800x0/images/Tunisie-Mali-le-12-01-2022-1213791.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28816,20 +29872,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "825832047bdec75265c93a01d8d4d69f", + "hash": "fec1ea423cd0768bcd0db831341fa192", "highlights": [] }, { - "title": "Open d’Australie: Djokovic a-t-il menti ? Un QR code suspect au cœur de l’enquête", - "description": "Novak Djokovic, autorisé à rester en Australie lundi, fait l’objet de plusieurs enquêtes de la part des autorités australiennes qui le soupçonnent d’avoir menti à l’aéroport et qui s’intéressent à un QR Code suspect.

", - "content": "Novak Djokovic, autorisé à rester en Australie lundi, fait l’objet de plusieurs enquêtes de la part des autorités australiennes qui le soupçonnent d’avoir menti à l’aéroport et qui s’intéressent à un QR Code suspect.

", + "title": "Ligue 1: \"Paris est au-dessus de tout le monde\", Der Zakarian répond aux critiques sur le PSG", + "description": "Pour la 21e journée de la Ligue 1, Brest se déplacera au Parc des princes samedi (à 21h) pour affronter le PSG. Une rencontre redoutée par le coach Michel Der Zakarian qui, en conférence de presse, a souligné l’efficacité des coéquipiers de Kylian Mbappé.

", + "content": "Pour la 21e journée de la Ligue 1, Brest se déplacera au Parc des princes samedi (à 21h) pour affronter le PSG. Une rencontre redoutée par le coach Michel Der Zakarian qui, en conférence de presse, a souligné l’efficacité des coéquipiers de Kylian Mbappé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-djokovic-a-t-il-menti-un-qr-code-suspect-au-coeur-de-l-enquete_AV-202201110167.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-paris-est-au-dessus-de-tout-le-monde-der-zakarian-repond-aux-critiques-sur-le-psg_AV-202201130326.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 08:44:46 GMT", - "enclosure": "https://images.bfmtv.com/kfkiJgB0ccUdKPvGRV7F_XPTU1Y=/10x0:2042x1143/800x0/images/Novak-Djokovic-a-l-entrainement-ce-mardi-1212577.jpg", + "pubDate": "Thu, 13 Jan 2022 13:43:55 GMT", + "enclosure": "https://images.bfmtv.com/UuEFwOoN85mIe3xopTexusxuA2A=/0x93:2048x1245/800x0/images/Michel-Der-Zakarian-1053070.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/kfkiJgB0ccUdKPvGRV7F_XPTU1Y=/10x0:2042x1143/800x0/images/Novak-Djokovic-a-l-entrainement-ce-mardi-1212577.jpg", + "image": "https://images.bfmtv.com/UuEFwOoN85mIe3xopTexusxuA2A=/0x93:2048x1245/800x0/images/Michel-Der-Zakarian-1053070.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28838,20 +29894,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4b2155224857a6375c46980233eb918", + "hash": "b2f60d0b92fe32c5736a61d1193c85e0", "highlights": [] }, { - "title": "Mercato: Oscar dans le viseur du Barça pour remplacer Coutinho", - "description": "En quête d'un remplaçant de Philippe Coutinho, parti à Aston Villa, le Barça s'intéresserait à Oscar, l'ancien joueur de Chelsea, qui fait le bonheur du championnat chinois.

", - "content": "En quête d'un remplaçant de Philippe Coutinho, parti à Aston Villa, le Barça s'intéresserait à Oscar, l'ancien joueur de Chelsea, qui fait le bonheur du championnat chinois.

", + "title": "\"Les autres joueurs passent pour des idiots\", tacle Tsitsipas sur l'affaire Djokovic", + "description": "Interrogé par un média indien, Stefanos Tsitsipas a réagi à l’affaire Novak Djokovic. En glissant un petit tacle au n°1 mondial, qui est arrivé à Melbourne non-vacciné. Le Serbe ne sait toujours pas s’il sera autorisé à participer à l’Open d’Australie la semaine prochaine.

", + "content": "Interrogé par un média indien, Stefanos Tsitsipas a réagi à l’affaire Novak Djokovic. En glissant un petit tacle au n°1 mondial, qui est arrivé à Melbourne non-vacciné. Le Serbe ne sait toujours pas s’il sera autorisé à participer à l’Open d’Australie la semaine prochaine.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-oscar-dans-le-viseur-du-barca-pour-remplacer-coutinho_AV-202201110163.html", + "link": "https://rmcsport.bfmtv.com/tennis/les-autres-joueurs-passent-pour-des-idiots-tacle-tsitsipas-sur-l-affaire-djokovic_AV-202201130317.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 08:37:16 GMT", - "enclosure": "https://images.bfmtv.com/RdXbMF4CPDbRJpSE2LoC4cco7pc=/10x0:1002x558/800x0/images/-796781.jpg", + "pubDate": "Thu, 13 Jan 2022 13:30:35 GMT", + "enclosure": "https://images.bfmtv.com/LkCUNHUKomsBPrBFDSj2ZxaPe8A=/0x17:2048x1169/800x0/images/Stefanos-Tsitsipas-1120675.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/RdXbMF4CPDbRJpSE2LoC4cco7pc=/10x0:1002x558/800x0/images/-796781.jpg", + "image": "https://images.bfmtv.com/LkCUNHUKomsBPrBFDSj2ZxaPe8A=/0x17:2048x1169/800x0/images/Stefanos-Tsitsipas-1120675.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28860,20 +29916,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ae118640fff54918d177e6ec1329dcd", + "hash": "a70e9edd97a97e27d73d2ddec67deaf2", "highlights": [] }, { - "title": "OL: Guimaraes évasif sur une prolongation après le départ de Juninho", - "description": "Dans une interview à Globo Esporte, Bruno Guimaraes a confié ne pas se préoccuper d’une prolongation de contrat avec l’OL, rapidement discutée avec Juninho, parti depuis. Il veut d’abord se concentrer à faire remonter Lyon au classement.

", - "content": "Dans une interview à Globo Esporte, Bruno Guimaraes a confié ne pas se préoccuper d’une prolongation de contrat avec l’OL, rapidement discutée avec Juninho, parti depuis. Il veut d’abord se concentrer à faire remonter Lyon au classement.

", + "title": "Mercato en direct: Aulas pense toujours à Laurent Blanc", + "description": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", + "content": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/ol-guimaraes-evasif-sur-une-prolongation-apres-le-depart-de-juninho_AV-202201110138.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-toutes-les-infos-et-rumeurs-du-13-janvier-2022_LN-202201130053.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 07:54:43 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": "Thu, 13 Jan 2022 06:04:16 GMT", + "enclosure": "https://images.bfmtv.com/6z9Ag-6twWf8A_6vgLZ0z5Cpe1s=/0x24:2048x1176/800x0/images/Laurent-Blanc-entraineur-d-Al-Rayyan-au-Qatar-1150726.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/HrOrNUPqAfmgfJq8X0z35bdEQuk=/0x55:2048x1207/800x0/images/Bruno-Guimaraes-lors-du-match-face-a-Strasbourg-le-12-septembre-1126773.jpg", + "image": "https://images.bfmtv.com/6z9Ag-6twWf8A_6vgLZ0z5Cpe1s=/0x24:2048x1176/800x0/images/Laurent-Blanc-entraineur-d-Al-Rayyan-au-Qatar-1150726.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28882,20 +29938,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8591c343de4cf1486e95882c22a396d4", + "hash": "8fcb777e7a0146c28a96bdae7ff723a9", "highlights": [] }, { - "title": "Open d'Australie: Inquiétude sécuritaire après des affrontements entre la police et les fans de Djokovic", - "description": "Après des échauffourées entre les fans de Novak Djokovic et la police, la sécurité autour de l'Open d'Australie pourrait être renforcée, alors que le Serbe ne sait toujours pas s'il pourra défendre son titre à Melbourne.

", - "content": "Après des échauffourées entre les fans de Novak Djokovic et la police, la sécurité autour de l'Open d'Australie pourrait être renforcée, alors que le Serbe ne sait toujours pas s'il pourra défendre son titre à Melbourne.

", + "title": "CAN en direct: la CAF enquête sur l'arbitre de Tunisie-Mali", + "description": "Suivez en direct la Coupe d'Afrique des nations. Trois matchs étaient au programme mercredi: Tunisie-Mali (0-1), Mauritanie-Gambie (0-1), Guinée Equatoriale-Côte d'Ivoire (0-1).

", + "content": "Suivez en direct la Coupe d'Afrique des nations. Trois matchs étaient au programme mercredi: Tunisie-Mali (0-1), Mauritanie-Gambie (0-1), Guinée Equatoriale-Côte d'Ivoire (0-1).

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-inquietude-securitaire-apres-des-affrontements-entre-la-police-et-les-fans-de-djokovic_AV-202201110137.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-en-direct-toutes-les-infos_LN-202201100133.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 07:52:49 GMT", - "enclosure": "https://images.bfmtv.com/a9fOAVb4ThS1M2eWAWA4pW_ta2E=/0x57:768x489/800x0/images/La-voiture-transportant-Novak-Djokovic-se-fraie-difficilement-la-route-parmi-ses-supporters-heureux-de-sa-sortie-de-retention-a-Melbourne-le-9-janvier-2022-1212279.jpg", + "pubDate": "Mon, 10 Jan 2022 08:03:07 GMT", + "enclosure": "https://images.bfmtv.com/eRm0gTDbPrF0zrBT4z1er4HbgL4=/0x61:2048x1213/800x0/images/Janny-Sikazwe-1214024.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/a9fOAVb4ThS1M2eWAWA4pW_ta2E=/0x57:768x489/800x0/images/La-voiture-transportant-Novak-Djokovic-se-fraie-difficilement-la-route-parmi-ses-supporters-heureux-de-sa-sortie-de-retention-a-Melbourne-le-9-janvier-2022-1212279.jpg", + "image": "https://images.bfmtv.com/eRm0gTDbPrF0zrBT4z1er4HbgL4=/0x61:2048x1213/800x0/images/Janny-Sikazwe-1214024.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28904,20 +29960,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "09f6e3bd28ae56ae7e9fd9d53b3ea5bd", + "hash": "ae1303a8337ab03901f2ace5377f8570", "highlights": [] }, { - "title": "La pollution plutôt que le covid: le foot anglais conseille aux joueurs d'utiliser leurs voitures plutôt que les cars", - "description": "Pour lutter contre les risques de contagion face au variant Omicron, liée à la pandémie de Covid-19, la Premier League pourrait envisager une mesure drastique pour ses clubs.

", - "content": "Pour lutter contre les risques de contagion face au variant Omicron, liée à la pandémie de Covid-19, la Premier League pourrait envisager une mesure drastique pour ses clubs.

", + "title": "OM: accord total pour Bakambu, la piste Kolasinac, quelques détails à régler pour Benedetto", + "description": "Arrivée imminente pour le nouvel attaquant de l'Olympique de Marseille Cédric Bakambu, avec qui le club a bouclé un accord total. La piste Sead Kolasinac est elle à l'étude.

", + "content": "Arrivée imminente pour le nouvel attaquant de l'Olympique de Marseille Cédric Bakambu, avec qui le club a bouclé un accord total. La piste Sead Kolasinac est elle à l'étude.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/la-pollution-plutot-que-le-covid-le-foot-anglais-conseille-aux-joueurs-d-utiliser-leurs-voitures-plutot-que-les-cars_AV-202201110132.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/olympique-marseille/om-bakambu-accord-total-benedetto-encore-quelques-details-a-regler-avec-boca_AV-202201130304.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 07:50:30 GMT", - "enclosure": "https://images.bfmtv.com/R9fQjpfbj8WhmQPlZbyxEIhJ9Do=/0x106:2048x1258/800x0/images/La-Premier-League-face-au-spectre-du-Covid-19-1195170.jpg", + "pubDate": "Thu, 13 Jan 2022 12:53:52 GMT", + "enclosure": "https://images.bfmtv.com/qi66JMi-TmG41E6_sGR5k-XTZgA=/4x3:2164x1218/800x0/images/-857601.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/R9fQjpfbj8WhmQPlZbyxEIhJ9Do=/0x106:2048x1258/800x0/images/La-Premier-League-face-au-spectre-du-Covid-19-1195170.jpg", + "image": "https://images.bfmtv.com/qi66JMi-TmG41E6_sGR5k-XTZgA=/4x3:2164x1218/800x0/images/-857601.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28926,64 +29982,64 @@ "favorite": false, "created": false, "tags": [], - "hash": "24d19e29b6414a5cf94ac02c147e4200", + "hash": "bde4fac1842565849717bf1616a14191", "highlights": [] }, { - "title": "Open d’Australie: \"Djokovic doit se faire vacciner s’il veut faire le Grand Chelem en 2022\", estime Bartoli", - "description": "Marion Bartoli, ancienne championne de tennis française désormais membre de la Dream Team RMC Sport, estime que Novak Djokovic se heurtera à de nouveaux écueils s’il refuse de se faire vacciner.

", - "content": "Marion Bartoli, ancienne championne de tennis française désormais membre de la Dream Team RMC Sport, estime que Novak Djokovic se heurtera à de nouveaux écueils s’il refuse de se faire vacciner.

", + "title": "Surf: la frayeur glaçante de Justine Dupont, qui a frôlé la mort à Nazaré", + "description": "La surfeuse française Justine Dupont a raconté avoir frôlé la mort après avoir chuté dans les immenses vagues de Nazaré (Portugal) ces derniers jours. Elle a raconté son immense frayeur sur Instagram.

", + "content": "La surfeuse française Justine Dupont a raconté avoir frôlé la mort après avoir chuté dans les immenses vagues de Nazaré (Portugal) ces derniers jours. Elle a raconté son immense frayeur sur Instagram.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-djokovic-doit-se-faire-vacciner-s-il-veut-faire-le-grand-chelem-en-2022-estime-bartoli_AV-202201110115.html", + "link": "https://rmcsport.bfmtv.com/sports-extremes/surf-la-frayeur-glacante-de-justine-dupont-qui-a-frole-la-mort-a-nazare_AV-202201130303.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 07:33:25 GMT", - "enclosure": "https://images.bfmtv.com/wPargP9SsUvYjg8EpKKmAl5LuXk=/255x356:2047x1364/800x0/images/Novak-Djokovic-1208293.jpg", + "pubDate": "Thu, 13 Jan 2022 12:52:58 GMT", + "enclosure": "https://images.bfmtv.com/EGgj29uGZuFBBV1cOtfBhbGhM70=/0x106:2048x1258/800x0/images/Justine-Dupont-sur-une-grosse-vague-a-Teahupoo-beach-en-aout-2021-1214326.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/wPargP9SsUvYjg8EpKKmAl5LuXk=/255x356:2047x1364/800x0/images/Novak-Djokovic-1208293.jpg", + "image": "https://images.bfmtv.com/EGgj29uGZuFBBV1cOtfBhbGhM70=/0x106:2048x1258/800x0/images/Justine-Dupont-sur-une-grosse-vague-a-Teahupoo-beach-en-aout-2021-1214326.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "f44c71701d307ff53fb77ab91fc0c898", + "hash": "9e0c4d88731b8541da1e4c4d73f85281", "highlights": [] }, { - "title": "Bayern Munich: Coman en passe de prolonger avec un gros contrat à la clé", - "description": "Selon les informations du quotidien L’Equipe, Kingsley Coman va prolonger son contrat de trois ans avec le Bayern Munich, et obtenir une très forte revalorisation salariale.

", - "content": "Selon les informations du quotidien L’Equipe, Kingsley Coman va prolonger son contrat de trois ans avec le Bayern Munich, et obtenir une très forte revalorisation salariale.

", + "title": "Open d’Australie: \"Les exemptions ont ouvert une brèche\", estime Grosjean sur l’affaire Djokovic", + "description": "Malgré la présence du joueur serbe dans le tableau du tirage au sort de l’Open d’Australie, la participation de Novak Djokovic est incertaine. Dans un entretien pour Ouest-France, Sébastien Grosjean a donné son avis sur la situation vue d'Australie.

", + "content": "Malgré la présence du joueur serbe dans le tableau du tirage au sort de l’Open d’Australie, la participation de Novak Djokovic est incertaine. Dans un entretien pour Ouest-France, Sébastien Grosjean a donné son avis sur la situation vue d'Australie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/bayern-munich-coman-en-passe-de-prolonger-avec-un-gros-contrat-a-la-cle_AV-202201110106.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-les-exemptions-ont-ouvert-une-breche-estime-grosjean-sur-l-affaire-djokovic_AV-202201130300.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 07:16:41 GMT", - "enclosure": "https://images.bfmtv.com/gSruzfMzfKBQwi4Q9B2milRRcfA=/0x32:1200x707/800x0/images/Kingsley-Coman-1212497.jpg", + "pubDate": "Thu, 13 Jan 2022 12:46:50 GMT", + "enclosure": "https://images.bfmtv.com/jzg9NmZPPPdFIDCLnF_T7Po0PpE=/0x0:768x432/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": "https://images.bfmtv.com/gSruzfMzfKBQwi4Q9B2milRRcfA=/0x32:1200x707/800x0/images/Kingsley-Coman-1212497.jpg", + "image": "https://images.bfmtv.com/jzg9NmZPPPdFIDCLnF_T7Po0PpE=/0x0:768x432/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", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "406ba2bbd0487c69b9c054fc54020541", + "hash": "c7e60c572a0337cb9f8c007ecff661ec", "highlights": [] }, { - "title": "Japon: Miura, le vétéran du football, trouve un nouveau club à 54 ans", - "description": "Le joueur professionnel le plus vieux du monde, Kazuyoshi Miura, bientôt 55 ans, prolonge le plaisir. Le Japonais s'est engagé avec un club de quatrième division dans son pays.

", - "content": "Le joueur professionnel le plus vieux du monde, Kazuyoshi Miura, bientôt 55 ans, prolonge le plaisir. Le Japonais s'est engagé avec un club de quatrième division dans son pays.

", + "title": "Belgique: la grève des joueurs de Mouscron, club de Gérard Lopez, qui ne sont pas payés", + "description": "En deuxième division belge, rien ne va plus à l’Excel Mouscron. Le club, dont l’actionnaire majoritaire est Gérard Lopez, n’a pas payé ses joueurs lors du mois de décembre. En réaction, ces derniers ont décidé, selon la presse belge, de faire grève en ne s’entraînant plus.

", + "content": "En deuxième division belge, rien ne va plus à l’Excel Mouscron. Le club, dont l’actionnaire majoritaire est Gérard Lopez, n’a pas payé ses joueurs lors du mois de décembre. En réaction, ces derniers ont décidé, selon la presse belge, de faire grève en ne s’entraînant plus.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/japon-miura-le-veteran-du-football-trouve-un-nouveau-club-a-54-ans_AV-202201110087.html", + "link": "https://rmcsport.bfmtv.com/football/belgique-la-greve-des-joueurs-de-mouscron-club-de-gerard-lopez-qui-ne-sont-pas-payes_AV-202201130293.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 06:56:03 GMT", - "enclosure": "https://images.bfmtv.com/FJmB0JAyC8vpHvazDqNF5MRnO4w=/0x64:768x496/800x0/images/Japanese-footballer-Kazuyoshi-Miura-right-says-he-wants-to-continue-playing-at-the-age-of-54-1202628.jpg", + "pubDate": "Thu, 13 Jan 2022 12:27:42 GMT", + "enclosure": "https://images.bfmtv.com/f927sWTglf92PioJHKKA4xJtmfk=/0x0:2048x1152/800x0/images/Gerard-Lopez-1174569.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/FJmB0JAyC8vpHvazDqNF5MRnO4w=/0x64:768x496/800x0/images/Japanese-footballer-Kazuyoshi-Miura-right-says-he-wants-to-continue-playing-at-the-age-of-54-1202628.jpg", + "image": "https://images.bfmtv.com/f927sWTglf92PioJHKKA4xJtmfk=/0x0:2048x1152/800x0/images/Gerard-Lopez-1174569.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28992,20 +30048,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cae897cb2d7b729e3ac890b38be8a9f1", + "hash": "3cc96d3e263743a3711dc095784f44f1", "highlights": [] }, { - "title": "Tours: \"Modène c’est la Dream Team du volley\", s’impatiente Kevin Tillie avant le choc", - "description": "Le Tours Volley-Ball accueille la formation italienne de Modène et son armada de stars, mercredi en huitièmes de finale de la CEV Cup. Pour le retour d’Earvin Ngapeth dans la salle qui l’a vu naître au plus haut niveau, le TVB n’est pas favori de cette double confrontation, mais le champion olympique Kévin Tillie affirme que le club le plus titré de Ligue A vendra chèrement sa peau.

", - "content": "Le Tours Volley-Ball accueille la formation italienne de Modène et son armada de stars, mercredi en huitièmes de finale de la CEV Cup. Pour le retour d’Earvin Ngapeth dans la salle qui l’a vu naître au plus haut niveau, le TVB n’est pas favori de cette double confrontation, mais le champion olympique Kévin Tillie affirme que le club le plus titré de Ligue A vendra chèrement sa peau.

", + "title": "Handball: ces Bleus que vous allez découvrir pendant l’Euro 2022", + "description": "La France entame l’Euro 2022 en Hongrie à Szeged ce jeudi à 20h30 contre la Croatie. Les Bleus, amputés de nombreux joueurs, vont devoir s’appuyer sur des jeunes inexpérimentés au niveau international mais pleins de talent.

", + "content": "La France entame l’Euro 2022 en Hongrie à Szeged ce jeudi à 20h30 contre la Croatie. Les Bleus, amputés de nombreux joueurs, vont devoir s’appuyer sur des jeunes inexpérimentés au niveau international mais pleins de talent.

", "category": "", - "link": "https://rmcsport.bfmtv.com/volley/volley-tours-modene-c-est-la-dream-team-du-volley-s-impatiente-kevin-tillie-avant-le-choc_AV-202201110055.html", + "link": "https://rmcsport.bfmtv.com/handball/handball-ces-bleus-que-vous-allez-decouvrir-pendant-l-euro-2022_AV-202201130290.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 06:16:10 GMT", - "enclosure": "https://images.bfmtv.com/UERnjRkDvGtb3hm9Y5-FNNldErU=/0x0:1200x675/800x0/images/Kevin-Tillie-1212438.jpg", + "pubDate": "Thu, 13 Jan 2022 12:20:15 GMT", + "enclosure": "https://images.bfmtv.com/GJCiT3Y1VW_WVmturQeFAgXEXOY=/0x0:2048x1152/800x0/images/Aymeric-Minne-lors-de-France-Allemagne-le-9-janvier-2022-1214286.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/UERnjRkDvGtb3hm9Y5-FNNldErU=/0x0:1200x675/800x0/images/Kevin-Tillie-1212438.jpg", + "image": "https://images.bfmtv.com/GJCiT3Y1VW_WVmturQeFAgXEXOY=/0x0:2048x1152/800x0/images/Aymeric-Minne-lors-de-France-Allemagne-le-9-janvier-2022-1214286.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29014,20 +30070,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb5ac7a555581beb65a13c0a6ec9fecf", + "hash": "680286a539879fd9a3469d45b4f90d86", "highlights": [] }, { - "title": "Open d’Australie: les autorités suspectent Djokovic d'avoir fourni de fausses preuves", - "description": "Selon The Herald Sun, les autorités australiennes enquêtent pour savoir si Novak Djojovic a pu fournir de fausses preuves sur son formulaire d’entrée au pays. En attendant, le gouvernement temporise sur une éventuelle annulation de son visa.

", - "content": "Selon The Herald Sun, les autorités australiennes enquêtent pour savoir si Novak Djojovic a pu fournir de fausses preuves sur son formulaire d’entrée au pays. En attendant, le gouvernement temporise sur une éventuelle annulation de son visa.

", + "title": "Mercato: Lens repousse une offre de Premier League pour Fofana", + "description": "Le RC Lens a reçu une proposition de Burnley pour Seko Fofana. Mais le club nordiste a décidé de ne pas donner suite. Les Sang et Or souhaitent conserver leur capitaine cet hiver, afin de tenter d’accrocher une place européenne en Ligue 1.

", + "content": "Le RC Lens a reçu une proposition de Burnley pour Seko Fofana. Mais le club nordiste a décidé de ne pas donner suite. Les Sang et Or souhaitent conserver leur capitaine cet hiver, afin de tenter d’accrocher une place européenne en Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-les-autorites-suspectent-djokovic-d-avoir-fourni-de-fausses-preuves_AV-202201110045.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-lens-repousse-une-offre-de-premier-league-pour-fofana_AV-202201130286.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 05:56:28 GMT", - "enclosure": "https://images.bfmtv.com/I7vuHOp6Ca77HPTadmDWMzOZGbg=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-02-11-2021-1210870.jpg", + "pubDate": "Thu, 13 Jan 2022 12:05:32 GMT", + "enclosure": "https://images.bfmtv.com/nS06IcZKaD1hzMBo_G2AvX_j3jI=/154x311:2010x1355/800x0/images/Seko-Fofana-1204195.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/I7vuHOp6Ca77HPTadmDWMzOZGbg=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-02-11-2021-1210870.jpg", + "image": "https://images.bfmtv.com/nS06IcZKaD1hzMBo_G2AvX_j3jI=/154x311:2010x1355/800x0/images/Seko-Fofana-1204195.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29036,20 +30092,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e73da24b6400e894a7183aa4665cd082", + "hash": "166869676e2c1c2e41ea1b3ba6653026", "highlights": [] }, { - "title": "Open d'Australie en direct: la police australienne enquête sur d'éventuelles fausses preuves", - "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", - "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "title": "PRONOS PARIS RMC Le pari du jour du 13 janvier – Supercoupe - Espagne", + "description": "Notre pronostic : l’Atletico Madrid bat l’Athletic Bilbao à Djeddah (1.96)

", + "content": "Notre pronostic : l’Atletico Madrid bat l’Athletic Bilbao à Djeddah (1.96)

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-13-janvier-supercoupe-espagne_AN-202201120436.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", - "enclosure": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", + "pubDate": "Wed, 12 Jan 2022 23:05:00 GMT", + "enclosure": "https://images.bfmtv.com/bI8ANvq3tm6-MO9lD0X5soY7JQw=/0x76:1984x1192/800x0/images/Celebration-Atletico-1213692.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", + "image": "https://images.bfmtv.com/bI8ANvq3tm6-MO9lD0X5soY7JQw=/0x76:1984x1192/800x0/images/Celebration-Atletico-1213692.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29058,20 +30114,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0baffd05bc5a2f08abfeba9cdcd85a40", + "hash": "b3bafee42aedafc2f7df488ffb12286b", "highlights": [] }, { - "title": "Aston Villa: Gerrard confirme la piste Digne", - "description": "Steven Gerrard, manager d’Aston Villa a confirmé s’intéresser à Lucas Digne (28 ans), arrière gauche d’Everton sur le départ.

", - "content": "Steven Gerrard, manager d’Aston Villa a confirmé s’intéresser à Lucas Digne (28 ans), arrière gauche d’Everton sur le départ.

", + "title": "PRONOS PARIS RMC Le nul du jour du 13 janvier – EFL Cup – Angleterre", + "description": "Notre pronostic : pas de vainqueur entre Liverpool et Arsenal (3.65)

", + "content": "Notre pronostic : pas de vainqueur entre Liverpool et Arsenal (3.65)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/aston-villa-gerrard-confirme-la-piste-digne_AV-202201110027.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-13-janvier-efl-cup-angleterre_AN-202201120442.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 05:24:08 GMT", - "enclosure": "https://images.bfmtv.com/hfzKJ9WJeftX8DYnCzH2cPbVWdU=/0x116:2000x1241/800x0/images/Lucas-Digne-et-Rafael-Benitez-1185589.jpg", + "pubDate": "Wed, 12 Jan 2022 23:03:00 GMT", + "enclosure": "https://images.bfmtv.com/96ksRVPKZia73oQaFj1wc24GwqU=/0x134:2000x1259/800x0/images/J-Klopp-et-M-Arteta-1213698.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/hfzKJ9WJeftX8DYnCzH2cPbVWdU=/0x116:2000x1241/800x0/images/Lucas-Digne-et-Rafael-Benitez-1185589.jpg", + "image": "https://images.bfmtv.com/96ksRVPKZia73oQaFj1wc24GwqU=/0x134:2000x1259/800x0/images/J-Klopp-et-M-Arteta-1213698.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29080,20 +30136,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "54004f31e56cb21386a7aafd2b13b0d3", + "hash": "13060dd27c927204a7f233ca21d0fa80", "highlights": [] }, { - "title": "Open d'Australie: Djokovic à l'entraînement en attendant la décision du gouvernement", - "description": "Novak Djokovic s'est entraîné mardi matin sur les courts de l'Open d'Australie au lendemain de sa libération du centre où il était retenu depuis son arrivée. Sa présence sur place reste encore suspendue à la décision du ministre de l'Immigration.

", - "content": "Novak Djokovic s'est entraîné mardi matin sur les courts de l'Open d'Australie au lendemain de sa libération du centre où il était retenu depuis son arrivée. Sa présence sur place reste encore suspendue à la décision du ministre de l'Immigration.

", + "title": "Cameroun-Ethiopie en direct: les Lions indomptables s'envolent grâce à Aboubakar", + "description": "Vainqueur du Burkina Faso en ouverture de la Coupe d'Afrique des nations, le Cameroun défie ce jeudi l'Ethiopie (17h) au Stade d'Olembé de Yaoundé lors de la deuxième journée des poules. Les partenaires de Vincent Aboubakar peuvent devenir les premiers qualifiés pour les huitièmes de de finale et se rapprocheront de la première place du groupe A avec un succès.

", + "content": "Vainqueur du Burkina Faso en ouverture de la Coupe d'Afrique des nations, le Cameroun défie ce jeudi l'Ethiopie (17h) au Stade d'Olembé de Yaoundé lors de la deuxième journée des poules. Les partenaires de Vincent Aboubakar peuvent devenir les premiers qualifiés pour les huitièmes de de finale et se rapprocheront de la première place du groupe A avec un succès.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-djokovic-a-l-entrainement-en-attendant-la-decision-du-gouvernement_AV-202201110017.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-suivez-cameroun-ethiopie-en-direct_LS-202201130295.html", "creator": "", - "pubDate": "Tue, 11 Jan 2022 04:57:16 GMT", - "enclosure": "https://images.bfmtv.com/r9zaWjoOSReX3MNrLwB_JHe4SnA=/0x0:2048x1152/800x0/images/Novak-Djokovic-1208151.jpg", + "pubDate": "Thu, 13 Jan 2022 14:30:00 GMT", + "enclosure": "https://images.bfmtv.com/f8avewO4oazrgQrDz3G2oXocnQ0=/0x106:2048x1258/800x0/images/Vincent-Aboubakar-le-13-janvier-2022-1214525.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/r9zaWjoOSReX3MNrLwB_JHe4SnA=/0x0:2048x1152/800x0/images/Novak-Djokovic-1208151.jpg", + "image": "https://images.bfmtv.com/f8avewO4oazrgQrDz3G2oXocnQ0=/0x106:2048x1258/800x0/images/Vincent-Aboubakar-le-13-janvier-2022-1214525.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29102,20 +30158,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "126f4b1c18e67f17772c1493f6fe2298", + "hash": "77338b0e2b11c5c18afed6c646ca8a75", "highlights": [] }, { - "title": "Gabon: la Fifa ouvre une enquête sur le scandale de pédophilie", - "description": "La Fifa a annoncé ce lundi l’ouverture d’une enquête face à la gravité des accusations portées contre certains responsables du football gabonais. Des entraîneurs et des dirigeants sont soupçonnés d’avoir abusé de centaines d’enfants.

", - "content": "La Fifa a annoncé ce lundi l’ouverture d’une enquête face à la gravité des accusations portées contre certains responsables du football gabonais. Des entraîneurs et des dirigeants sont soupçonnés d’avoir abusé de centaines d’enfants.

", + "title": "PRONOS PARIS RMC Le pari football de Coach Courbis du 13 janvier – EFL Cup", + "description": "Mon pronostic : Liverpool bat Arsenal (1.80)

", + "content": "Mon pronostic : Liverpool bat Arsenal (1.80)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/gabon-la-fifa-ouvre-une-enquete-sur-le-scandale-de-pedophilie_AN-202201100590.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-13-janvier-efl-cup_AN-202201130276.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 23:32:35 GMT", - "enclosure": "https://images.bfmtv.com/6ns6v3MCFsQz768yQBLDhWRT2J8=/0x106:2048x1258/800x0/images/Illustration-ballon-de-football-993925.jpg", + "pubDate": "Thu, 13 Jan 2022 11:53:47 GMT", + "enclosure": "https://images.bfmtv.com/e8b1vHMU9jc5QhWzPbm1BaZmSok=/0x0:2000x1125/800x0/images/D-Jota-1214292.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/6ns6v3MCFsQz768yQBLDhWRT2J8=/0x106:2048x1258/800x0/images/Illustration-ballon-de-football-993925.jpg", + "image": "https://images.bfmtv.com/e8b1vHMU9jc5QhWzPbm1BaZmSok=/0x0:2000x1125/800x0/images/D-Jota-1214292.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29124,20 +30180,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0135deca7831ea0a4c0cffad629079be", + "hash": "8527c1dd0a75ae414ee8bf75395a3164", "highlights": [] }, { - "title": "Open d’Australie: l’ATP sort du silence et défend Djokovic", - "description": "L’ATP a officiellement réagi ce lundi à l’affaire Djokovic dans la foulée du verdict du tribunal australien. Autorisé par la justice à rester sur le territoire en vue de l’Open d’Australie, le joueur de tennis serbe est toujours dans le viseur des autorités en raison de sa non-vaccination contre le Covid-19.

", - "content": "L’ATP a officiellement réagi ce lundi à l’affaire Djokovic dans la foulée du verdict du tribunal australien. Autorisé par la justice à rester sur le territoire en vue de l’Open d’Australie, le joueur de tennis serbe est toujours dans le viseur des autorités en raison de sa non-vaccination contre le Covid-19.

", + "title": "CAN 2022: déjà plusieurs couacs et polémiques qui éclipsent le jeu", + "description": "Entre les polémiques arbitrales, le niveau de jeu un peu décevant ou encore les conséquences de la crise liée au Covid-19, la Coupe d’Afrique des nations connait de nombreux soubresauts en seulement quelques jours, depuis le match d’ouverture dimanche dernier.

", + "content": "Entre les polémiques arbitrales, le niveau de jeu un peu décevant ou encore les conséquences de la crise liée au Covid-19, la Coupe d’Afrique des nations connait de nombreux soubresauts en seulement quelques jours, depuis le match d’ouverture dimanche dernier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-l-atp-juge-l-affaire-djokovic-prejudiciable-sur-tous-les-fronts_AV-202201100586.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-deja-plusieurs-couacs-et-polemiques-qui-eclipsent-le-jeu_AV-202201130272.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 23:08:39 GMT", - "enclosure": "https://images.bfmtv.com/m5U_-VB2XQpX29ujJ3vYFh4YolQ=/0x163:2048x1315/800x0/images/Novak-Djokovic-en-decembre-2021-1212385.jpg", + "pubDate": "Thu, 13 Jan 2022 11:43:36 GMT", + "enclosure": "https://images.bfmtv.com/-BOFJq1EsCTuofOKN7H0MEGT8TM=/0x0:2048x1152/800x0/images/La-CAN-2022-au-Cameroun-1214267.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/m5U_-VB2XQpX29ujJ3vYFh4YolQ=/0x163:2048x1315/800x0/images/Novak-Djokovic-en-decembre-2021-1212385.jpg", + "image": "https://images.bfmtv.com/-BOFJq1EsCTuofOKN7H0MEGT8TM=/0x0:2048x1152/800x0/images/La-CAN-2022-au-Cameroun-1214267.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29146,20 +30202,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b28241513bc6474163a88d7e2b84ec14", + "hash": "704fe4b79e8441035b9c026d9545fbcd", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari sûr du 11 janvier – Premier League – Angleterre", - "description": "Notre pronostic : Southampton ne perd pas face à Brentford (1.26)

", - "content": "Notre pronostic : Southampton ne perd pas face à Brentford (1.26)

", + "title": "Top 14: Hastoy, Teddy Thomas arrivent, Vito part, le point sur le mercato de la Rochelle qui détonne", + "description": "Le Stade Rochelais réalise actuellement un recrutement qui fait du bruit. Tanga, Hastoy, Teddy Thomas, Seuteni sont, entre autres, des renforts de poids pour le club double finaliste la saison passée. Mais à l’inverse, beaucoup de joueurs vont partir. Et non des moindres. Le point sur ces mouvements.

", + "content": "Le Stade Rochelais réalise actuellement un recrutement qui fait du bruit. Tanga, Hastoy, Teddy Thomas, Seuteni sont, entre autres, des renforts de poids pour le club double finaliste la saison passée. Mais à l’inverse, beaucoup de joueurs vont partir. Et non des moindres. Le point sur ces mouvements.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-11-janvier-premier-league-angleterre_AN-202201100447.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-hastoy-teddy-thomas-arrivent-vito-part-le-point-sur-le-mercato-de-la-rochelle-qui-detonne_AV-202201130260.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/x_GapBqnCka9GZZzBgAQjuE79o4=/0x51:1984x1167/800x0/images/S-Long-1212212.jpg", + "pubDate": "Thu, 13 Jan 2022 11:17:09 GMT", + "enclosure": "https://images.bfmtv.com/vIFJTznRuwpBaA5jGzP49Yy00rE=/0x106:2048x1258/800x0/images/Teddy-Thomas-avec-le-Racing-92-1181257.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/x_GapBqnCka9GZZzBgAQjuE79o4=/0x51:1984x1167/800x0/images/S-Long-1212212.jpg", + "image": "https://images.bfmtv.com/vIFJTznRuwpBaA5jGzP49Yy00rE=/0x106:2048x1258/800x0/images/Teddy-Thomas-avec-le-Racing-92-1181257.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29168,20 +30224,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "86e1be727e6ad70d2c2a26e5f12b4c10", + "hash": "229a53afb6966d8fde8767986202a907", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari africain du 11 janvier – CAN", - "description": "Notre pronostic : l’Egypte ne perd pas contre le Nigéria et au moins deux buts (2.05)

", - "content": "Notre pronostic : l’Egypte ne perd pas contre le Nigéria et au moins deux buts (2.05)

", + "title": "Rugby: feu vert pour les matchs en France des Anglais et Gallois en Coupes d’Europe", + "description": "Comme annoncé par RMC Sport mardi, les autorités françaises vont assouplir la règle de l’isolement de 48 heures imposée au citoyens britanniques se rendant en France. Les clubs anglais et gallois vont pouvoir jouer leurs rencontres de Coupes d’Europe ce week-end.

", + "content": "Comme annoncé par RMC Sport mardi, les autorités françaises vont assouplir la règle de l’isolement de 48 heures imposée au citoyens britanniques se rendant en France. Les clubs anglais et gallois vont pouvoir jouer leurs rencontres de Coupes d’Europe ce week-end.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-africain-du-11-janvier-can_AN-202201100464.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/rugby-feu-vert-pour-les-matchs-en-france-des-anglais-et-gallois-en-coupes-d-europe_AV-202201130256.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/q2l8DQRDTp7dBnkuGUwXffAO60U=/0x0:1984x1116/800x0/images/M-Salah-1212235.jpg", + "pubDate": "Thu, 13 Jan 2022 11:10:09 GMT", + "enclosure": "https://images.bfmtv.com/7WncXundaTqZLHdtwmtFKLmjsUs=/0x84:2048x1236/800x0/images/Les-autorites-francaises-vont-assouplir-la-regle-de-l-isolement-de-48-heures-imposee-au-citoyens-britanniques-se-rendant-en-France-1214257.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/q2l8DQRDTp7dBnkuGUwXffAO60U=/0x0:1984x1116/800x0/images/M-Salah-1212235.jpg", + "image": "https://images.bfmtv.com/7WncXundaTqZLHdtwmtFKLmjsUs=/0x84:2048x1236/800x0/images/Les-autorites-francaises-vont-assouplir-la-regle-de-l-isolement-de-48-heures-imposee-au-citoyens-britanniques-se-rendant-en-France-1214257.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29190,20 +30246,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ca0112f2460aff42651305996c06426", + "hash": "90fccbb14d82c5ffe3c9e3f89b533d7b", "highlights": [] }, { - "title": "Mercato: de Just Fontaine à Ikea, la vidéo très drôle de Reims pour la signature de Cajuste", - "description": "Jens Cajuste s’est engagé ce lundi en faveur du Stade de Reims jusqu’en 2026. Le club champenois s’est fendu d’une jolie vidéo pour officialiser la signature du milieu international suédois de 22 ans.

", - "content": "Jens Cajuste s’est engagé ce lundi en faveur du Stade de Reims jusqu’en 2026. Le club champenois s’est fendu d’une jolie vidéo pour officialiser la signature du milieu international suédois de 22 ans.

", + "title": "Mercato: ce que Nantes a proposé à Kolo Muani pour essayer de prolonger son contrat", + "description": "Randal Kolo Muani quittera le FC Nantes cet été, en fin de contrat. Sans rapporter un centime à son club formateur. Des Canaris qui ont échoué à faire prolonger leur attaquant dans un dossier chaotique.

", + "content": "Randal Kolo Muani quittera le FC Nantes cet été, en fin de contrat. Sans rapporter un centime à son club formateur. Des Canaris qui ont échoué à faire prolonger leur attaquant dans un dossier chaotique.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-de-just-fontaine-a-ikea-la-video-tres-drole-de-reims-pour-la-signature-de-cajuste_AV-202201100581.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-ce-que-nantes-a-propose-a-kolo-muani-pour-essayer-de-prolonger-son-contrat_AV-202201130254.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 22:56:08 GMT", - "enclosure": "https://images.bfmtv.com/Q6CLkQUPkTe_eeK9GU98-GDAAYo=/0x303:1840x1338/800x0/images/Jens-Cajuste-en-octobre-2021-avec-la-Suede-1212368.jpg", + "pubDate": "Thu, 13 Jan 2022 11:05:00 GMT", + "enclosure": "https://images.bfmtv.com/FrU7E0ZM77xBP43PgefS9_0_xHM=/0x0:2048x1152/800x0/images/Randal-Kolo-Muani-avec-Nantes-1186150.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Q6CLkQUPkTe_eeK9GU98-GDAAYo=/0x303:1840x1338/800x0/images/Jens-Cajuste-en-octobre-2021-avec-la-Suede-1212368.jpg", + "image": "https://images.bfmtv.com/FrU7E0ZM77xBP43PgefS9_0_xHM=/0x0:2048x1152/800x0/images/Randal-Kolo-Muani-avec-Nantes-1186150.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29212,20 +30268,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bf8495b8d2f37a0f344877d2b274d12", + "hash": "79962a37a6f5a3eb4bfa2ffafd5a3214", "highlights": [] }, { - "title": "PSG: la fresque géante de Mbappé taguée à Bondy, le joueur menacé", - "description": "Comme le rapporte Le Parisien, la grande fresque rendant hommage à Kylian Mbappé sur un immeuble de Bondy (Seine-Saint-Denis) a été taguée le week-end dernier, notamment avec une menace de mort. Une dégradation qui serait liée à la bouillante campagne locale pour l'élection municipale.

", - "content": "Comme le rapporte Le Parisien, la grande fresque rendant hommage à Kylian Mbappé sur un immeuble de Bondy (Seine-Saint-Denis) a été taguée le week-end dernier, notamment avec une menace de mort. Une dégradation qui serait liée à la bouillante campagne locale pour l'élection municipale.

", + "title": "Cris de singe, jets de bananes… Evra raconte le racisme qu’il a subi durant sa carrière", + "description": "De passage sur le plateau de BFMTV, Patrice Evra est revenu sur certains passages douloureux de sa carrière, à l’occasion de la sortie de son autobiographie \"I love this game\". L’ancien capitaine de l’équipe de France a expliqué avoir été victime de racisme, notamment en Italie.

", + "content": "De passage sur le plateau de BFMTV, Patrice Evra est revenu sur certains passages douloureux de sa carrière, à l’occasion de la sortie de son autobiographie \"I love this game\". L’ancien capitaine de l’équipe de France a expliqué avoir été victime de racisme, notamment en Italie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-la-fresque-geante-de-mbappe-taguee-a-bondy-le-joueur-menace_AV-202201100578.html", + "link": "https://rmcsport.bfmtv.com/football/cris-de-singe-jets-de-bananes-evra-raconte-le-racisme-qu-il-a-subi-durant-sa-carriere_AV-202201130252.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 22:48:11 GMT", - "enclosure": "https://images.bfmtv.com/3KBPaY9HxlZdv1Uk5ZElN3PSUtY=/0x0:2048x1152/800x0/images/Kylian-Mbappe-sous-le-maillot-du-PSG-1204449.jpg", + "pubDate": "Thu, 13 Jan 2022 11:03:16 GMT", + "enclosure": "https://images.bfmtv.com/FBwKA6GNo0XOyHTTJuhPKP7D-20=/0x0:1280x720/800x0/images/Patrice-Evra-sur-BFMTV-1214216.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/3KBPaY9HxlZdv1Uk5ZElN3PSUtY=/0x0:2048x1152/800x0/images/Kylian-Mbappe-sous-le-maillot-du-PSG-1204449.jpg", + "image": "https://images.bfmtv.com/FBwKA6GNo0XOyHTTJuhPKP7D-20=/0x0:1280x720/800x0/images/Patrice-Evra-sur-BFMTV-1214216.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29234,64 +30290,64 @@ "favorite": false, "created": false, "tags": [], - "hash": "377f4936c02671b50e0a51c172ebc351", + "hash": "1b6bbfc0824d3337a4b482336cfda26e", "highlights": [] }, { - "title": "Tour de France, Liège-Bastogne-Liège, Mondiaux... Le programme d'Alaphilippe en 2022", - "description": "Le double champion du monde français Julian Alaphilippe a dévoilé ce lundi son programme pour l'année 2022. Le coureur de la Quick-Step fera l'impasse sur le Tour des Flandres mais sera bien au départ du Tour de France. Et des Mondiaux, évidemment.

", - "content": "Le double champion du monde français Julian Alaphilippe a dévoilé ce lundi son programme pour l'année 2022. Le coureur de la Quick-Step fera l'impasse sur le Tour des Flandres mais sera bien au départ du Tour de France. Et des Mondiaux, évidemment.

", + "title": "Le traître à Knysna? Evra s’interroge sur Domenech ou \"un grand joueur\" de l'équipe de France", + "description": "Patrice Evra, ancien capitaine de l'équipe de France, est revenu sur la fameuse grève des joueurs lors de la Coupe du monde 2010 à Knysna, ce jeudi sur BFMTV. Il fait notamment part de ses doutes sur l’identité du traître.

", + "content": "Patrice Evra, ancien capitaine de l'équipe de France, est revenu sur la fameuse grève des joueurs lors de la Coupe du monde 2010 à Knysna, ce jeudi sur BFMTV. Il fait notamment part de ses doutes sur l’identité du traître.

", "category": "", - "link": "https://rmcsport.bfmtv.com/cyclisme/tour-de-france-liege-bastogne-liege-mondiaux-le-programme-d-alaphilippe-en-2022_AV-202201100562.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/le-traitre-a-knysna-evra-s-interroge-sur-domenech-ou-un-grand-joueur-de-l-equipe-de-france_AV-202201130240.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 22:06:26 GMT", - "enclosure": "https://images.bfmtv.com/1p3ro1aYeVf20V6utamptXHaIzc=/0x68:2048x1220/800x0/images/Julian-Alaphilippe-1157489.jpg", + "pubDate": "Thu, 13 Jan 2022 10:48:18 GMT", + "enclosure": "https://images.bfmtv.com/F7x1X3pH5Uvr1yB4FOO8hgquvh8=/0x0:1280x720/800x0/images/Patrice-Evra-sur-le-plateau-de-BFMTV-1214233.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/1p3ro1aYeVf20V6utamptXHaIzc=/0x68:2048x1220/800x0/images/Julian-Alaphilippe-1157489.jpg", + "image": "https://images.bfmtv.com/F7x1X3pH5Uvr1yB4FOO8hgquvh8=/0x0:1280x720/800x0/images/Patrice-Evra-sur-le-plateau-de-BFMTV-1214233.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "17d4baa4fc72526013dcb4f8b8b215ba", + "hash": "4f10ce31576a67c30dad96537469eb6c", "highlights": [] }, { - "title": "Manchester United: un peu d'air pour Rangnick après une victoire laborieuse contre Aston Villa", - "description": "Manchester United a battu Aston Villa ce lundi lors des 32es de finale de FA Cup à Old Trafford (1-0). Unique buteur de la rencontre, Scott McTominay a redonné le sourire à son entraîneur Ralf Rangnick après des jours compliqués en interne.

", - "content": "Manchester United a battu Aston Villa ce lundi lors des 32es de finale de FA Cup à Old Trafford (1-0). Unique buteur de la rencontre, Scott McTominay a redonné le sourire à son entraîneur Ralf Rangnick après des jours compliqués en interne.

", + "title": "OM: Bakambu, accord total, Benedetto encore quelques détails à régler avec Boca", + "description": "Arrivée imminente pour le nouvel attaquant de l'Olympique de Marseille.

", + "content": "Arrivée imminente pour le nouvel attaquant de l'Olympique de Marseille.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/fa-cup/manchester-united-un-peu-d-air-pour-rangnick-apres-une-victoire-laborieuse-contre-aston-villa_AV-202201100561.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/olympique-marseille/om-bakambu-accord-total-benedetto-encore-quelques-details-a-regler-avec-boca_AV-202201130304.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 22:01:02 GMT", - "enclosure": "https://images.bfmtv.com/NyG8ou97xZz2gicEmx-jTco-jJY=/0x0:2048x1152/800x0/images/Ralf-Rangnick-et-Marcus-Rashford-lors-d-un-match-de-Manchester-United-le-10-janvier-2022-1212355.jpg", + "pubDate": "Thu, 13 Jan 2022 12:53:52 GMT", + "enclosure": "https://images.bfmtv.com/qi66JMi-TmG41E6_sGR5k-XTZgA=/4x3:2164x1218/800x0/images/-857601.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/NyG8ou97xZz2gicEmx-jTco-jJY=/0x0:2048x1152/800x0/images/Ralf-Rangnick-et-Marcus-Rashford-lors-d-un-match-de-Manchester-United-le-10-janvier-2022-1212355.jpg", + "image": "https://images.bfmtv.com/qi66JMi-TmG41E6_sGR5k-XTZgA=/4x3:2164x1218/800x0/images/-857601.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "a06efb1d84b3b71fd298540c6c093e64", + "hash": "569372db67137d63b8e220626f9b1c19", "highlights": [] }, { - "title": "CAN 2022: Eto’o demande \"pardon\" aux journalistes algériens agressés au Cameroun", - "description": "Au lendemain de l’agression subie par trois journalistes algériens à Douala, en marge de la CAN 2022, Samuel Eto’o leur a apporté son soutien. Le président de la Fédération camerounaise a appelé les autorités de son pays à garantir la sécurité de \"ses frères\", venus suivre la compétition des Fennecs.

", - "content": "Au lendemain de l’agression subie par trois journalistes algériens à Douala, en marge de la CAN 2022, Samuel Eto’o leur a apporté son soutien. Le président de la Fédération camerounaise a appelé les autorités de son pays à garantir la sécurité de \"ses frères\", venus suivre la compétition des Fennecs.

", + "title": "Mercato en direct: accord total pour Bakambu à l'OM", + "description": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", + "content": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-eto-o-demande-pardon-aux-journalistes-algeriens-agresses-au-cameroun_AV-202201100554.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-toutes-les-infos-et-rumeurs-du-13-janvier-2022_LN-202201130053.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 21:38:58 GMT", - "enclosure": "https://images.bfmtv.com/NiKswCe565JW_Ni8JY1QexY_T7Q=/0x123:2048x1275/800x0/images/Samuel-Eto-o-1212350.jpg", + "pubDate": "Thu, 13 Jan 2022 06:04:16 GMT", + "enclosure": "https://images.bfmtv.com/MJoOtsy1EFcri8EL-iRv-KZ6nI8=/0x102:2048x1254/800x0/images/Cedric-Bakambu-lors-de-RD-Congo-Zimbabwe-le-30-06-2019-1213747.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/NiKswCe565JW_Ni8JY1QexY_T7Q=/0x123:2048x1275/800x0/images/Samuel-Eto-o-1212350.jpg", + "image": "https://images.bfmtv.com/MJoOtsy1EFcri8EL-iRv-KZ6nI8=/0x102:2048x1254/800x0/images/Cedric-Bakambu-lors-de-RD-Congo-Zimbabwe-le-30-06-2019-1213747.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29300,64 +30356,64 @@ "favorite": false, "created": false, "tags": [], - "hash": "4270d09de11605f748067ea05a631b18", + "hash": "6585db2f7caa94a0fd36f101df745824", "highlights": [] }, { - "title": "Maroc: Halilhodzic félicite Boufal, qui n’avait \"pas fait grand-chose depuis quatre ans\"", - "description": "Le Maroc s’est imposé face au Ghana, ce lundi, pour son entrée en lice dans la CAN 2022 (1-0). Les Lions de l’Atlas ont fait la différence grâce à un but tardif de Sofiane Boufal. L’occasion pour Vahid Halilhodzic de féliciter l'attaquant d’Angers. A sa façon.

", - "content": "Le Maroc s’est imposé face au Ghana, ce lundi, pour son entrée en lice dans la CAN 2022 (1-0). Les Lions de l’Atlas ont fait la différence grâce à un but tardif de Sofiane Boufal. L’occasion pour Vahid Halilhodzic de féliciter l'attaquant d’Angers. A sa façon.

", + "title": "Juventus: vers une non prolongation de Dybala, libre cet été", + "description": "En négociations avancées avec la Juventus pour prolonger son contrat qui arrivera à son terme en juin 2022, Paulo Dybala pourrait finalement faire faux bond à son club. Selon Tyc Sport, l’attaquant aurait décidé de ne pas renouveler et de commencer à écouter les offres d'autres clubs.

", + "content": "En négociations avancées avec la Juventus pour prolonger son contrat qui arrivera à son terme en juin 2022, Paulo Dybala pourrait finalement faire faux bond à son club. Selon Tyc Sport, l’attaquant aurait décidé de ne pas renouveler et de commencer à écouter les offres d'autres clubs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/maroc-halilhodzic-felicite-boufal-qui-n-avait-pas-fait-grand-chose-depuis-quatre-ans_AD-202201100549.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/juventus-vers-une-non-prolongation-de-dybala-libre-cet-ete_AV-202201130233.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 21:05:48 GMT", - "enclosure": "https://images.bfmtv.com/IRNnTaxxK8oI2Bk5LjwxyEusJ1Y=/0x74:2048x1226/800x0/images/Sofiane-Boufal-1212334.jpg", + "pubDate": "Thu, 13 Jan 2022 10:43:39 GMT", + "enclosure": "https://images.bfmtv.com/17pyjKVsmRBMZ7V6c5Izs9wo7D4=/0x0:768x432/800x0/images/Le-capitaine-de-la-Juve-Paulo-Dybala-buteur-dans-le-match-fou-4-3-sur-la-pelouse-de-l-AS-Roma-le-9-janvier-2022-1213262.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/IRNnTaxxK8oI2Bk5LjwxyEusJ1Y=/0x74:2048x1226/800x0/images/Sofiane-Boufal-1212334.jpg", + "image": "https://images.bfmtv.com/17pyjKVsmRBMZ7V6c5Izs9wo7D4=/0x0:768x432/800x0/images/Le-capitaine-de-la-Juve-Paulo-Dybala-buteur-dans-le-match-fou-4-3-sur-la-pelouse-de-l-AS-Roma-le-9-janvier-2022-1213262.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "55ca767a81ffe861df9859855f194cec", + "hash": "202d02e1e6af54a4418cee52a92b8ec0", "highlights": [] }, { - "title": "Mercato: Newcastle pourrait faire une offre XXL à Reims pour Ekitike, révélation de L1", - "description": "Newcastle discuterait avec Reims pour un transfert du jeune attaquant français Hugo Ekitike lors du mercato hivernal. La presse anglaise évoque une somme avoisinant les 35 millions d'euros.

", - "content": "Newcastle discuterait avec Reims pour un transfert du jeune attaquant français Hugo Ekitike lors du mercato hivernal. La presse anglaise évoque une somme avoisinant les 35 millions d'euros.

", + "title": "Le témoignage traumatisant de Patrice Evra, victime de viols quand il était enfant", + "description": "Invité sur BFMTV pour présenter son autobiographie \"I love this game\" qui sort ce jeudi, Patrice Evra est revenu les viols dont il a été victime lorsqu'il était au collège.

", + "content": "Invité sur BFMTV pour présenter son autobiographie \"I love this game\" qui sort ce jeudi, Patrice Evra est revenu les viols dont il a été victime lorsqu'il était au collège.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-newcastle-pourrait-faire-une-offre-xxl-a-reims-pour-ekitike-revelation-de-l1_AV-202201100548.html", + "link": "https://rmcsport.bfmtv.com/football/le-temoignage-traumatisant-de-patrice-evra-victime-de-viols-quand-il-etait-enfant_AV-202201130226.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 21:01:33 GMT", - "enclosure": "https://images.bfmtv.com/lKxSxcIsNlzlk6bPP-SOGrg-azI=/0x0:2048x1152/800x0/images/Hugo-Ekitike-avec-Reims-le-22-decembre-2022-1212331.jpg", + "pubDate": "Thu, 13 Jan 2022 10:24:13 GMT", + "enclosure": "https://images.bfmtv.com/XHHfxVXfyvTHug6yUu3RGVkxcHE=/0x0:1280x720/800x0/images/Patrice-Evra-sur-BFMTV-1214215.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/lKxSxcIsNlzlk6bPP-SOGrg-azI=/0x0:2048x1152/800x0/images/Hugo-Ekitike-avec-Reims-le-22-decembre-2022-1212331.jpg", + "image": "https://images.bfmtv.com/XHHfxVXfyvTHug6yUu3RGVkxcHE=/0x0:1280x720/800x0/images/Patrice-Evra-sur-BFMTV-1214215.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "426d35a1a8bdc8a671f3ce3a00c83791", + "hash": "0525cd65359d1c167ef9df14877624c8", "highlights": [] }, { - "title": "Insultes racistes: \"Arrêtez de faire les aveugles\", le cri du coeur de la Rémoise Magou Doucouré", - "description": "La joueuse du Stade de Reims et des équipes de France de jeunes, Magou Doucouré, a été victime dimanche d'insultes racistes à Lens en Coupe de France. Ce lundi, elle a publié sur les réseaux sociaux une lettre dans laquelle elle exprime sa colère et son désarroi.

", - "content": "La joueuse du Stade de Reims et des équipes de France de jeunes, Magou Doucouré, a été victime dimanche d'insultes racistes à Lens en Coupe de France. Ce lundi, elle a publié sur les réseaux sociaux une lettre dans laquelle elle exprime sa colère et son désarroi.

", + "title": "Boxe: Eddie Hearn confirme que Yoka veut combattre Hrgovic", + "description": "Eddie Hearn, puissant promoteur de la boxe, a confirmé que Tony Yoka souhaitait combattre le Croate Filip Hrgovic. Le vainqueur pourrait défier Oleksandr Usyk, champion du monde IBF, ou le Britannique Anthony Joshua.

", + "content": "Eddie Hearn, puissant promoteur de la boxe, a confirmé que Tony Yoka souhaitait combattre le Croate Filip Hrgovic. Le vainqueur pourrait défier Oleksandr Usyk, champion du monde IBF, ou le Britannique Anthony Joshua.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/feminin/insultes-racistes-arretez-de-faire-les-aveugles-le-cri-du-coeur-de-la-remoise-magou-doucoure_AN-202201100545.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-eddie-hearn-confirme-que-yoka-veut-combattre-hrgovic_AV-202201130221.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 20:49:04 GMT", - "enclosure": "https://images.bfmtv.com/HPhdHeico0X85xcRgvSjrkKnNHw=/0x128:2048x1280/800x0/images/La-Remoise-Magou-Doucoure-en-octobre-2021-1212335.jpg", + "pubDate": "Thu, 13 Jan 2022 10:07:35 GMT", + "enclosure": "https://images.bfmtv.com/dku8-S6QofUfR5wDianTwv9ah7A=/0x100:2048x1252/800x0/images/Tony-Yoka-1157891.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/HPhdHeico0X85xcRgvSjrkKnNHw=/0x128:2048x1280/800x0/images/La-Remoise-Magou-Doucoure-en-octobre-2021-1212335.jpg", + "image": "https://images.bfmtv.com/dku8-S6QofUfR5wDianTwv9ah7A=/0x100:2048x1252/800x0/images/Tony-Yoka-1157891.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29366,20 +30422,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f34e601cb6263083c551942836a176f5", + "hash": "b3656a8eb98dc165fc2d63568fcacd9e", "highlights": [] }, { - "title": "OM: pour Di Meco, les Marseillais en ont \"peut-être fait un peu beaucoup\" après la victoire à Bordeaux", - "description": "L’OM a remporté vendredi une précieuse victoire à Bordeaux (1-0) lors de la 20e journée de Ligue 1. Après 44 ans de disette, Marseille s’est imposé en Gironde et Eric Di Meco a jugé ce lundi au micro de RMC que les supporters et joueurs phocéens en ont peut-être trop fait pendant leurs célébrations.

", - "content": "L’OM a remporté vendredi une précieuse victoire à Bordeaux (1-0) lors de la 20e journée de Ligue 1. Après 44 ans de disette, Marseille s’est imposé en Gironde et Eric Di Meco a jugé ce lundi au micro de RMC que les supporters et joueurs phocéens en ont peut-être trop fait pendant leurs célébrations.

", + "title": "UFC: De migrant à champion, le destin façon film du surpuissant Francis Ngannou", + "description": "Champion des lourds de l’UFC depuis mars dernier, Francis Ngannou remet sa ceinture en jeu le 22 janvier à Anaheim (Californie) contre le Français Ciryl Gane lors de l’événement UFC 270 (en direct et en exclusivité sur RMC Sport). Une étape de plus dans le parcours incroyable du Camerounais, ancien migrant qui a dormi dans un parking parisien avant de conquérir le MMA avec la grosse force de frappe au monde.

", + "content": "Champion des lourds de l’UFC depuis mars dernier, Francis Ngannou remet sa ceinture en jeu le 22 janvier à Anaheim (Californie) contre le Français Ciryl Gane lors de l’événement UFC 270 (en direct et en exclusivité sur RMC Sport). Une étape de plus dans le parcours incroyable du Camerounais, ancien migrant qui a dormi dans un parking parisien avant de conquérir le MMA avec la grosse force de frappe au monde.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-pour-di-meco-les-marseillais-en-ont-peut-etre-fait-un-peu-beaucoup-apres-la-victoire-a-bordeaux_AV-202201100537.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/mma/ufc-de-migrant-a-champion-le-destin-facon-film-du-surpuissant-francis-ngannou_AV-202201130216.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 20:23:32 GMT", - "enclosure": "https://images.bfmtv.com/4XmEXMaKzW4ckMEaYOpF0OglwCs=/0x0:2032x1143/800x0/images/William-Saliba-et-les-Marseillais-celebrent-un-but-a-Bordeaux-le-7-janvier-2022-1212306.jpg", + "pubDate": "Thu, 13 Jan 2022 09:58:16 GMT", + "enclosure": "https://images.bfmtv.com/JMJQOFC84Kzz3HrnV9cU1LMe_z0=/0x0:2048x1152/800x0/images/Francis-Ngannou-996920.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/4XmEXMaKzW4ckMEaYOpF0OglwCs=/0x0:2032x1143/800x0/images/William-Saliba-et-les-Marseillais-celebrent-un-but-a-Bordeaux-le-7-janvier-2022-1212306.jpg", + "image": "https://images.bfmtv.com/JMJQOFC84Kzz3HrnV9cU1LMe_z0=/0x0:2048x1152/800x0/images/Francis-Ngannou-996920.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29388,64 +30444,64 @@ "favorite": false, "created": false, "tags": [], - "hash": "54b401de039a4e9e915abefd61403212", + "hash": "55e5dbf0c6ce8facbe84781219827350", "highlights": [] }, { - "title": "Serie A: la Salernitana de Ribéry échappe in extremis à l’exclusion", - "description": "La Salernitana va pouvoir terminer sa saison en Serie A. Le club de Franck Ribéry a annoncé ce lundi son changement de propriétaire. Une condition sine qua non à son maintien dans l’élite du foot italien.

", - "content": "La Salernitana va pouvoir terminer sa saison en Serie A. Le club de Franck Ribéry a annoncé ce lundi son changement de propriétaire. Une condition sine qua non à son maintien dans l’élite du foot italien.

", + "title": "Everton: Digne tacle Benitez dans son message d’adieu, avant de rejoindre Aston Villa", + "description": "A l’heure d’officialiser son transfert à Aston Villa, Lucas Digne a posté un message d’adieu aux supporters d’Everton sur les réseaux sociaux. Et le latéral gauche de 28 ans en a profité pour tacler son entraîneur Rafael Benitez, avec qui il entretient une relation tendue.

", + "content": "A l’heure d’officialiser son transfert à Aston Villa, Lucas Digne a posté un message d’adieu aux supporters d’Everton sur les réseaux sociaux. Et le latéral gauche de 28 ans en a profité pour tacler son entraîneur Rafael Benitez, avec qui il entretient une relation tendue.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-la-salernitana-de-ribery-echappe-in-extremis-a-l-exclusion_AV-202201100526.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/everton-digne-tacle-benitez-dans-son-message-d-adieu-avant-de-rejoindre-aston-villa_AV-202201130212.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 19:52:05 GMT", - "enclosure": "https://images.bfmtv.com/Uli6zMsnC0R4OLhyixwsRNij9Kk=/0x39:2048x1191/800x0/images/Franck-Ribery-avec-la-Salernitana-1154649.jpg", + "pubDate": "Thu, 13 Jan 2022 09:52:40 GMT", + "enclosure": "https://images.bfmtv.com/FtTrwMvzZAFIlWdwEJfhyOx-KUE=/0x194:1344x950/800x0/images/Lucas-Digne-1214200.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Uli6zMsnC0R4OLhyixwsRNij9Kk=/0x39:2048x1191/800x0/images/Franck-Ribery-avec-la-Salernitana-1154649.jpg", + "image": "https://images.bfmtv.com/FtTrwMvzZAFIlWdwEJfhyOx-KUE=/0x194:1344x950/800x0/images/Lucas-Digne-1214200.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "043eb09714abbfc4e81e6a730780b506", + "hash": "b59d6c7881804330bdb6cc44415b600d", "highlights": [] }, { - "title": "Explosion sur le Dakar: la difficile quête de vérité", - "description": "Onze jours après l'explosion d'un véhicule à Djeddah (Arabie saoudite) en marge du Dakar 2022, dans laquelle le pilote Philippe Boutron a été blessé, l'enquête française pour tentative d'assassinat terroriste peine à avancer, et les autorités saoudiennes ne jouent pas forcément le jeu. Une vidéo pourrait toutefois permettre d'en savoir plus.

", - "content": "Onze jours après l'explosion d'un véhicule à Djeddah (Arabie saoudite) en marge du Dakar 2022, dans laquelle le pilote Philippe Boutron a été blessé, l'enquête française pour tentative d'assassinat terroriste peine à avancer, et les autorités saoudiennes ne jouent pas forcément le jeu. Une vidéo pourrait toutefois permettre d'en savoir plus.

", + "title": "Barça-Real: Xavi est venu féliciter Benzema après son récital", + "description": "Le Real Madrid a battu le FC Barcelone, mercredi à Riyad, en demi-finale de la Supercoupe d’Espagne (3-2, ap). Un succès impulsé par Karim Benzema, étincelant dans ce clasico délocalisé en Arabie Saoudite. L’attaquant des Bleus a d’ailleurs reçu les félicitations de Xavi.

", + "content": "Le Real Madrid a battu le FC Barcelone, mercredi à Riyad, en demi-finale de la Supercoupe d’Espagne (3-2, ap). Un succès impulsé par Karim Benzema, étincelant dans ce clasico délocalisé en Arabie Saoudite. L’attaquant des Bleus a d’ailleurs reçu les félicitations de Xavi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/explosion-sur-le-dakar-la-difficile-quete-de-verite_AV-202201100519.html", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-real-xavi-est-venu-feliciter-benzema-apres-son-recital_AV-202201130204.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 19:37:08 GMT", - "enclosure": "https://images.bfmtv.com/JOHRCK606YEXFREFKidxoMEjAvk=/0x0:768x432/800x0/images/Philippe-Boutron-grievement-blesse-dans-l-explosion-de-son-vehicule-a-Jeddah-en-Arabie-Saoudite-avant-le-depart-du-Dakar-2022-le-30-decembre-est-sorti-du-coma-a-declare-jeudi-son-fils-dans-une-entretien-a-RMC-1209611.jpg", + "pubDate": "Thu, 13 Jan 2022 09:31:03 GMT", + "enclosure": "https://images.bfmtv.com/MX8Ybd3ASlp37tEF3_NLFoKbl3o=/0x133:2048x1285/800x0/images/Karim-Benzema-1214143.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/JOHRCK606YEXFREFKidxoMEjAvk=/0x0:768x432/800x0/images/Philippe-Boutron-grievement-blesse-dans-l-explosion-de-son-vehicule-a-Jeddah-en-Arabie-Saoudite-avant-le-depart-du-Dakar-2022-le-30-decembre-est-sorti-du-coma-a-declare-jeudi-son-fils-dans-une-entretien-a-RMC-1209611.jpg", + "image": "https://images.bfmtv.com/MX8Ybd3ASlp37tEF3_NLFoKbl3o=/0x133:2048x1285/800x0/images/Karim-Benzema-1214143.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "8ddad70b51865fedf53e7f582cb19c9d", + "hash": "c510fc395459f90a7281994085f1465e", "highlights": [] }, { - "title": "Lille: Yazici bientôt prêté en Russie?", - "description": "Selon Foot Mercato, Yusuf Yazici pourrait rapidement s’engager avec le CSKA Moscou. Lille aurait trouvé un accord avec le club russe pour le prêt avec option d'achat de son milieu de terrain turc.

", - "content": "Selon Foot Mercato, Yusuf Yazici pourrait rapidement s’engager avec le CSKA Moscou. Lille aurait trouvé un accord avec le club russe pour le prêt avec option d'achat de son milieu de terrain turc.

", + "title": "Manchester United: Ronaldo soutient Rangnick mais n’est pas là pour viser \"la 6e ou 7e place\"", + "description": "Cristiano Ronaldo s’est exprimé ce jeudi sur la situation de Manchester United en Premier League. Avant le match contre Aston Villa lors de la 22e journée, le Portugais a affirmé sa confiance en Ralf Rangnick et veut se battre pour le podium.

", + "content": "Cristiano Ronaldo s’est exprimé ce jeudi sur la situation de Manchester United en Premier League. Avant le match contre Aston Villa lors de la 22e journée, le Portugais a affirmé sa confiance en Ralf Rangnick et veut se battre pour le podium.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/lille-yazici-bientot-prete-en-russie_AV-202201100505.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-ronaldo-soutient-rangnick-mais-n-est-pas-la-pour-viser-la-6e-ou-7e-place_AV-202201130196.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 19:01:12 GMT", - "enclosure": "https://images.bfmtv.com/hCYhRqzaWWku9OnBJyEIN5YatiM=/14x41:2046x1184/800x0/images/Yusuf-Yazici-1212282.jpg", + "pubDate": "Thu, 13 Jan 2022 09:13:47 GMT", + "enclosure": "https://images.bfmtv.com/uQDy09PHSI_wOpOPFAbe-klP0iI=/0x0:2048x1152/800x0/images/Cristiano-Ronaldo-avec-Manchester-United-le-3-janvier-2022-1214142.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/hCYhRqzaWWku9OnBJyEIN5YatiM=/14x41:2046x1184/800x0/images/Yusuf-Yazici-1212282.jpg", + "image": "https://images.bfmtv.com/uQDy09PHSI_wOpOPFAbe-klP0iI=/0x0:2048x1152/800x0/images/Cristiano-Ronaldo-avec-Manchester-United-le-3-janvier-2022-1214142.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29454,42 +30510,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ee2064b523c0782afed9c7771d1327d", + "hash": "93d6089a0a0d680cedbb7a0b56d389db", "highlights": [] }, { - "title": "Rennes: \"Bruno Genesio ne sera jamais un excellent entraineur\", tacle Rothen", - "description": "Jérôme Rothen a pointé ce lundi sur RMC les manques de Bruno Genesio sur le banc de Rennes. Malgré la quatrième place des Bretons en Ligue 1, l'ancien milieu de terrain ne voit pas l’entraîneur français comme un technicien de top niveau.

", - "content": "Jérôme Rothen a pointé ce lundi sur RMC les manques de Bruno Genesio sur le banc de Rennes. Malgré la quatrième place des Bretons en Ligue 1, l'ancien milieu de terrain ne voit pas l’entraîneur français comme un technicien de top niveau.

", + "title": "Saut d'obstacles: tollé en Allemagne, le cavalier star Beerbaum accusé de maltraitance sur ses chevaux", + "description": "La polémique enfle en Allemagne, autour d'une de ses stars: le cavalier Ludger Beerbaum, quadruple champion olympique de saut d'obstacles, est accusé, après une longue enquête de la chaîne RTL, de maltraitance sur ses chevaux à l'entraînement.

", + "content": "La polémique enfle en Allemagne, autour d'une de ses stars: le cavalier Ludger Beerbaum, quadruple champion olympique de saut d'obstacles, est accusé, après une longue enquête de la chaîne RTL, de maltraitance sur ses chevaux à l'entraînement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/rennes-bruno-genesio-ne-sera-jamais-un-excellent-entraineur-tacle-rothen_AV-202201100501.html", + "link": "https://rmcsport.bfmtv.com/equitation/saut-d-obstacles-tolle-en-allemagne-le-cavalier-star-beerbaum-accuse-de-maltraitance-sur-ses-chevaux_AN-202201130184.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 18:52:36 GMT", - "enclosure": "https://images.bfmtv.com/I0Q3XPO1LdajL3vbykWwv_wYygw=/0x0:2048x1152/800x0/images/Bruno-Genesio-l-entraineur-de-Rennes-le-22-decembre-2021-1212272.jpg", + "pubDate": "Thu, 13 Jan 2022 09:03:22 GMT", + "enclosure": "https://images.bfmtv.com/2u7D6onXMTEoiQHh33FjR1umZHQ=/0x150:2048x1302/800x0/images/Le-cavalier-allemand-Ludger-Beerbaum-a-Aix-la-Chapelle-en-2019-1214119.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/I0Q3XPO1LdajL3vbykWwv_wYygw=/0x0:2048x1152/800x0/images/Bruno-Genesio-l-entraineur-de-Rennes-le-22-decembre-2021-1212272.jpg", + "image": "https://images.bfmtv.com/2u7D6onXMTEoiQHh33FjR1umZHQ=/0x150:2048x1302/800x0/images/Le-cavalier-allemand-Ludger-Beerbaum-a-Aix-la-Chapelle-en-2019-1214119.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "7109f0b0694b8cc6f017099e9f4691bb", + "hash": "4b815f297ae3bf461c6b3ac8573fd5e6", "highlights": [] }, { - "title": "UFC: pourquoi le combat Ngannou-Gane est un événement poids lourd pour le sport français", - "description": "Ciryl Gane peut devenir le premier Français champion \"incontesté\" à l’UFC s’il bat le Camerounais Francis Ngannou le 22 janvier à Anaheim (Californie). Un rendez-vous qui représente beaucoup pour les sports de combat français et même le sport tricolore de façon globale. Et qui peut faire beaucoup pour la notoriété de \"Bon Gamin\" dans son pays comme ailleurs, mais aussi pour le développement du MMA en France.

", - "content": "Ciryl Gane peut devenir le premier Français champion \"incontesté\" à l’UFC s’il bat le Camerounais Francis Ngannou le 22 janvier à Anaheim (Californie). Un rendez-vous qui représente beaucoup pour les sports de combat français et même le sport tricolore de façon globale. Et qui peut faire beaucoup pour la notoriété de \"Bon Gamin\" dans son pays comme ailleurs, mais aussi pour le développement du MMA en France.

", + "title": "OM: Nasser Larguet, directeur du centre de formation, dit tout à Scouting", + "description": "Episode exceptionnel de Scouting, le podcast RMC qui vous fait découvrir les talents de demain.

", + "content": "Episode exceptionnel de Scouting, le podcast RMC qui vous fait découvrir les talents de demain.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/mma/ufc-pourquoi-ngannou-gane-est-un-evenement-poids-lourd-pour-le-sport-francais_AV-202201100486.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/olympique-marseille/om-nasser-larguet-directeur-du-centre-de-formation-dit-tout-a-scouting_AV-202201130178.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 18:29:35 GMT", - "enclosure": "https://images.bfmtv.com/LcHzrYhavXXEWlf-S5p2suMaAKI=/0x0:1920x1080/800x0/images/UFC-Le-choc-pour-le-titre-Ngannou-Gane-officialise-pour-le-22-janvier-en-Californie-1152809.jpg", + "pubDate": "Thu, 13 Jan 2022 08:55:13 GMT", + "enclosure": "https://images.bfmtv.com/mVKYys2TbxMsVe_d8sXdyhKyqFA=/0x0:2048x1152/800x0/images/Nasser-Larguet-980611.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/LcHzrYhavXXEWlf-S5p2suMaAKI=/0x0:1920x1080/800x0/images/UFC-Le-choc-pour-le-titre-Ngannou-Gane-officialise-pour-le-22-janvier-en-Californie-1152809.jpg", + "image": "https://images.bfmtv.com/mVKYys2TbxMsVe_d8sXdyhKyqFA=/0x0:2048x1152/800x0/images/Nasser-Larguet-980611.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29498,20 +30554,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2900ca9c9f3bcd423d486556ce2e8d0b", + "hash": "a0228ad28358253510068d1b1c4deb67", "highlights": [] }, { - "title": "Ligue 1: les nouvelles dates de Lille-Lorient et Montpellier-Troyes", - "description": "La LFP a officialisé ce lundi la date à laquelle seront joués les matchs de la 20e journée de Ligue 1 entre Lille et Lorient ainsi qu’entre Montpellier et Troyes. Les deux rencontres reportées en raison de nombreux cas positifs au Covid-19 ont été décalées au mercredi 19 janvier.

", - "content": "La LFP a officialisé ce lundi la date à laquelle seront joués les matchs de la 20e journée de Ligue 1 entre Lille et Lorient ainsi qu’entre Montpellier et Troyes. Les deux rencontres reportées en raison de nombreux cas positifs au Covid-19 ont été décalées au mercredi 19 janvier.

", + "title": "Affaire Agnel: une partie de l’entourage connaissait les faits reprochés", + "description": "Selon une enquête de Radio France, plusieurs personnes avaient connaissance de relations sexuelles entre Yannick Agnel et une jeune fille de Lionel Horter, alors âgée de 13 ans. Le nageur est accusé de viol sur mineur.

", + "content": "Selon une enquête de Radio France, plusieurs personnes avaient connaissance de relations sexuelles entre Yannick Agnel et une jeune fille de Lionel Horter, alors âgée de 13 ans. Le nageur est accusé de viol sur mineur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-les-nouvelles-dates-de-lille-lorient-et-montpellier-troyes_AV-202201100476.html", + "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-une-partie-de-l-entourage-connaissait-les-faits-reproches_AV-202201130169.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 18:09:46 GMT", - "enclosure": "https://images.bfmtv.com/fETdF-lXcvBGypdnm9Yd9LCs12E=/0x0:2048x1152/800x0/images/Burak-Yilmaz-avec-Lille-le-22-decembre-2021-1212241.jpg", + "pubDate": "Thu, 13 Jan 2022 08:50:29 GMT", + "enclosure": "https://images.bfmtv.com/ztUa5qdnjfHbOLXLvFzHhOPuybQ=/0x96:2048x1248/800x0/images/Yannick-Agnel-1214132.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/fETdF-lXcvBGypdnm9Yd9LCs12E=/0x0:2048x1152/800x0/images/Burak-Yilmaz-avec-Lille-le-22-decembre-2021-1212241.jpg", + "image": "https://images.bfmtv.com/ztUa5qdnjfHbOLXLvFzHhOPuybQ=/0x96:2048x1248/800x0/images/Yannick-Agnel-1214132.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29520,42 +30576,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc9198a2c710c414be082f1b6f3388f7", + "hash": "e061990a62473255f3325c576f0cdd0c", "highlights": [] }, { - "title": "CAN 2022: pourquoi les stades sonnent creux au Cameroun depuis le début du tournoi", - "description": "A l'exception du match d'ouverture avec le pays hôte, les stades de la Coupe d'Afrique des Nations 2022 sont désertés par le public camerounais depuis dimanche. Une situation liée à plusieurs facteurs, comme le Covid-19 ou simplement le prix des places.

", - "content": "A l'exception du match d'ouverture avec le pays hôte, les stades de la Coupe d'Afrique des Nations 2022 sont désertés par le public camerounais depuis dimanche. Une situation liée à plusieurs facteurs, comme le Covid-19 ou simplement le prix des places.

", + "title": "F1: réunion décisive pour l’avenir d’Hamilton entre Wolff et le président de la FIA", + "description": "Toto Wolff, le patron de Mercedes, va rencontrer ce vendredi Mohammed Ben Sulayem, le nouveau président de la FIA. Les deux hommes vont évoquer le dernier Grand Prix d’Abou Dhabi, qui a coûté un huitième titre à Lewis Hamilton. Cette réunion au sommet pourrait influer sur le futur du pilote britannique.

", + "content": "Toto Wolff, le patron de Mercedes, va rencontrer ce vendredi Mohammed Ben Sulayem, le nouveau président de la FIA. Les deux hommes vont évoquer le dernier Grand Prix d’Abou Dhabi, qui a coûté un huitième titre à Lewis Hamilton. Cette réunion au sommet pourrait influer sur le futur du pilote britannique.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-pourquoi-les-stades-sonnent-creux-au-cameroun-depuis-le-debut-du-tournoi_AV-202201100466.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-reunion-decisive-pour-l-avenir-d-hamilton-entre-wolff-et-le-president-de-la-fia_AV-202201130154.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 17:56:03 GMT", - "enclosure": "https://images.bfmtv.com/3ywMnGFocijjYfeTsdZwktUNlFw=/32x3:2016x1119/800x0/images/Peu-de-public-en-tribunes-derriere-les-joueurs-du-Ghana-a-la-CAN-2022-1212205.jpg", + "pubDate": "Thu, 13 Jan 2022 08:28:27 GMT", + "enclosure": "https://images.bfmtv.com/jaEgn9I4QK3ZnAsLteeSvsh5ghs=/0x87:2048x1239/800x0/images/Lewis-Hamilton-1196030.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/3ywMnGFocijjYfeTsdZwktUNlFw=/32x3:2016x1119/800x0/images/Peu-de-public-en-tribunes-derriere-les-joueurs-du-Ghana-a-la-CAN-2022-1212205.jpg", + "image": "https://images.bfmtv.com/jaEgn9I4QK3ZnAsLteeSvsh5ghs=/0x87:2048x1239/800x0/images/Lewis-Hamilton-1196030.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "25ae2664e3f19ada57adeca8ba4f1c0b", + "hash": "8b08c7c66c8c8f62973e30a7e0205201", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le nul du jour du 10 janvier – Liga NOS - Portugal", - "description": "Notre pronostic : pas de vainqueur entre le Gil Vincente et le Vitoria Guimaraes (3.15)

", - "content": "Notre pronostic : pas de vainqueur entre le Gil Vincente et le Vitoria Guimaraes (3.15)

", + "title": "Juventus: Bonucci s’en prend à un dirigeant de l’Inter en plein match", + "description": "Leonardo Bonucci, défenseur de la Juventus, s’en est pris à un dirigeant de l’Inter Milan, le secrétaire technique Cristiano Mozillo, après le but victorieux d’Alexis Sanchez, mercredi en Supercoupe d’Italie.

", + "content": "Leonardo Bonucci, défenseur de la Juventus, s’en est pris à un dirigeant de l’Inter Milan, le secrétaire technique Cristiano Mozillo, après le but victorieux d’Alexis Sanchez, mercredi en Supercoupe d’Italie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-10-janvier-liga-nos-portugal_AN-202201090149.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/juventus-bonucci-s-en-prend-a-un-dirigeant-de-l-inter-en-plein-match_AV-202201130151.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/ZRAFDoVepRVaQcCMJTdQey-uM0k=/0x125:2000x1250/800x0/images/Pepa-1211467.jpg", + "pubDate": "Thu, 13 Jan 2022 08:17:33 GMT", + "enclosure": "https://images.bfmtv.com/VvG5z2AQTR0h2nY6psxQLISUlzc=/0x174:2032x1317/800x0/images/Leonardo-Bonucci-1214094.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ZRAFDoVepRVaQcCMJTdQey-uM0k=/0x125:2000x1250/800x0/images/Pepa-1211467.jpg", + "image": "https://images.bfmtv.com/VvG5z2AQTR0h2nY6psxQLISUlzc=/0x174:2032x1317/800x0/images/Leonardo-Bonucci-1214094.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29564,20 +30620,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0aa614429315cad96cd04e0375f0fd7", + "hash": "796b99103470d6894b21f31999e111b9", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 10 janvier – NBA", - "description": "Mon pronostic : Milwaukee gagne à Charlotte (1.78)

", - "content": "Mon pronostic : Milwaukee gagne à Charlotte (1.78)

", + "title": "Open d'Australie: le tableau est connu, Monfils potentiellement sur la route de Djokovic", + "description": "Le tirage au sort de l'Open d'Australie a été effectué ce jeudi et il a réservé deux chocs 100% français. Gaël Monfils, lui, pourrait lui croiser la route de Novak Djokovic, s'il n'est pas expulsé, lors d'un potentiel huitième de finale.

", + "content": "Le tirage au sort de l'Open d'Australie a été effectué ce jeudi et il a réservé deux chocs 100% français. Gaël Monfils, lui, pourrait lui croiser la route de Novak Djokovic, s'il n'est pas expulsé, lors d'un potentiel huitième de finale.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-10-janvier-nba_AN-202201100428.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-le-tableau-est-connu-monfils-potentiellement-sur-la-route-de-djokovic_AD-202201130149.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 17:10:00 GMT", - "enclosure": "https://images.bfmtv.com/2vqQNwNbIW1HtcRL02KR2-wKetg=/0x2:1984x1118/800x0/images/G-Antetokounmpo-1212180.jpg", + "pubDate": "Thu, 13 Jan 2022 08:13:27 GMT", + "enclosure": "https://images.bfmtv.com/gkTIC6aHxH7Y5h8tNt8wpHJl67Y=/0x155:2048x1307/800x0/images/Gael-Monfils-1214105.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/2vqQNwNbIW1HtcRL02KR2-wKetg=/0x2:1984x1118/800x0/images/G-Antetokounmpo-1212180.jpg", + "image": "https://images.bfmtv.com/gkTIC6aHxH7Y5h8tNt8wpHJl67Y=/0x155:2048x1307/800x0/images/Gael-Monfils-1214105.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29586,20 +30642,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4aa2aa59f3fb273f1ff085c6f6e113cd", + "hash": "810ac21aae0e2a17dbd4fd9568e2992f", "highlights": [] }, { - "title": "La Rochelle: Wardi a finalement donné son accord pour rester", - "description": "INFO RMC SPORT. Le pilier gauche Reda Wardi, qui s’était engagé à Montpellier, a finalement décidé de rester à La Rochelle. Il a donné son accord aux dirigeants maritimes.

", - "content": "INFO RMC SPORT. Le pilier gauche Reda Wardi, qui s’était engagé à Montpellier, a finalement décidé de rester à La Rochelle. Il a donné son accord aux dirigeants maritimes.

", + "title": "Mercato: \"Une solution doit être trouvé rapidement\", le Barça met la pression sur Dembélé", + "description": "En marge du clasico entre le Barça et le Real (victoire 3-2 du Real a.p.), la rirection du Barça a fait le point sur les dossiers chauds du mercato catalan, à commencer par le cas Dembélé.

", + "content": "En marge du clasico entre le Barça et le Real (victoire 3-2 du Real a.p.), la rirection du Barça a fait le point sur les dossiers chauds du mercato catalan, à commencer par le cas Dembélé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/la-rochelle-wardi-a-finalement-donne-son-accord-pour-rester_AV-202201100423.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-une-solution-doit-etre-trouve-rapidement-le-barca-met-la-pression-sur-dembele_AV-202201130143.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 17:04:25 GMT", - "enclosure": "https://images.bfmtv.com/dV8MLIvoIniiTYEqIedvcCo6Y5I=/0x0:2048x1152/800x0/images/Reda-Wardi-avec-La-Rochelle-en-Champions-Cup-le-12-decembre-2021-1212166.jpg", + "pubDate": "Thu, 13 Jan 2022 08:01:02 GMT", + "enclosure": "https://images.bfmtv.com/y9BeOBtQx6ILslxGKv26wkiB2fY=/0x42:2048x1194/800x0/images/Ousmane-Dembele-Barca-1202212.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/dV8MLIvoIniiTYEqIedvcCo6Y5I=/0x0:2048x1152/800x0/images/Reda-Wardi-avec-La-Rochelle-en-Champions-Cup-le-12-decembre-2021-1212166.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", @@ -29608,20 +30664,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6eed441b7b77a8b9aa885ae67721ab4", + "hash": "6389f83e7cac95608585b32f95964483", "highlights": [] }, { - "title": "Mercato: pourquoi le dossier Mateta à Saint-Etienne coince encore", - "description": "L’AS Saint-Etienne cherche à recruter Jean-Philippe Mateta pendant le mercato hivernal. Malgré un accord avec l’attaquant de 24 ans, le club stéphanois voit le dossier bloqué en raison de sa situation contractuelle.

", - "content": "L’AS Saint-Etienne cherche à recruter Jean-Philippe Mateta pendant le mercato hivernal. Malgré un accord avec l’attaquant de 24 ans, le club stéphanois voit le dossier bloqué en raison de sa situation contractuelle.

", + "title": "Mercato en direct: Lens a reçu une offre de Burnley pour Fofana mais ne donnera pas suite", + "description": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", + "content": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-pourquoi-le-dossier-mateta-a-saint-etienne-coince-encore_AV-202201100403.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-toutes-les-infos-et-rumeurs-du-13-janvier-2022_LN-202201130053.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 16:39:28 GMT", - "enclosure": "https://images.bfmtv.com/YldLPn9IACXWJJ6hhL46rj5x1QY=/0x0:2048x1152/800x0/images/Jean-Philippe-Mateta-tout-sourire-avec-Crystal-Palace-le-28-decembre-2021-1212137.jpg", + "pubDate": "Thu, 13 Jan 2022 06:04:16 GMT", + "enclosure": "https://images.bfmtv.com/nS06IcZKaD1hzMBo_G2AvX_j3jI=/154x311:2010x1355/800x0/images/Seko-Fofana-1204195.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/YldLPn9IACXWJJ6hhL46rj5x1QY=/0x0:2048x1152/800x0/images/Jean-Philippe-Mateta-tout-sourire-avec-Crystal-Palace-le-28-decembre-2021-1212137.jpg", + "image": "https://images.bfmtv.com/nS06IcZKaD1hzMBo_G2AvX_j3jI=/154x311:2010x1355/800x0/images/Seko-Fofana-1204195.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29630,20 +30686,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "03f45b0498e3212f299d9b23693f6087", + "hash": "c416ff4de741b9e9ec931682c6e3e333", "highlights": [] }, { - "title": "OM: Alvaro Gonzalez n'est pas insensible à l’intérêt de Valence", - "description": "A la recherche d’un défenseur central afin de se renforcer cet hiver, Valence cible Alvaro Gonzalez. Une piste qui fait réfléchir le défenseur de l’OM, sur lequel s’appuie assez peu Jorge Sampaoli.

", - "content": "A la recherche d’un défenseur central afin de se renforcer cet hiver, Valence cible Alvaro Gonzalez. Une piste qui fait réfléchir le défenseur de l’OM, sur lequel s’appuie assez peu Jorge Sampaoli.

", + "title": "Open d'Australie: décision encore repoussée pour Djokovic, toujours menacé d'expulsion", + "description": "Novak Djokovic ne sait toujours pas s'il pourra bien participer au prochain Open d'Australie. Selon les médias locaux, aucune décision n'a été prise ce jeudi par le ministre australien de l'Immigration Alex Hawke concernant une possible expulsion du pays.

", + "content": "Novak Djokovic ne sait toujours pas s'il pourra bien participer au prochain Open d'Australie. Selon les médias locaux, aucune décision n'a été prise ce jeudi par le ministre australien de l'Immigration Alex Hawke concernant une possible expulsion du pays.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/om-alvaro-gonzalez-n-est-pas-insensible-a-l-interet-de-valence_AV-202201100402.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-decision-encore-repoussee-pour-djokovic-toujours-menace-d-expulsion_AV-202201130122.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 16:36:19 GMT", - "enclosure": "https://images.bfmtv.com/2jb6fZpDGT9-22cFE1XFQex6MDk=/0x106:2048x1258/800x0/images/Alvaro-Gonzalez-1204024.jpg", + "pubDate": "Thu, 13 Jan 2022 07:30:25 GMT", + "enclosure": "https://images.bfmtv.com/4sMg5cFm8Sbhh8YWCqouLuvZ4ls=/0x0:2048x1152/800x0/images/Novak-Djokovic-a-l-entrainement-en-Australie-le-13-janvier-2022-1214072.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/2jb6fZpDGT9-22cFE1XFQex6MDk=/0x106:2048x1258/800x0/images/Alvaro-Gonzalez-1204024.jpg", + "image": "https://images.bfmtv.com/4sMg5cFm8Sbhh8YWCqouLuvZ4ls=/0x0:2048x1152/800x0/images/Novak-Djokovic-a-l-entrainement-en-Australie-le-13-janvier-2022-1214072.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29652,64 +30708,64 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb5c6dd06c7c50185baf038d72a098df", + "hash": "4240fb52818203e635ecee36d147c9bb", "highlights": [] }, { - "title": "Ligue 2: Toulouse-Nancy reporté à cause de la pluie", - "description": "Le maire de Toulouse a annoncé ce lundi le report du match de la 20e journée de Ligue 2 prévu dans le soirée entre le Téfécé et Nancy. Les pluies dilluviennes et un risque de crue de la Garonne à proximité du Stradium ont causé cette décision.

", - "content": "Le maire de Toulouse a annoncé ce lundi le report du match de la 20e journée de Ligue 2 prévu dans le soirée entre le Téfécé et Nancy. Les pluies dilluviennes et un risque de crue de la Garonne à proximité du Stradium ont causé cette décision.

", + "title": "CAN 2022: l’arbitre de Tunisie-Mali victime d’une insolation?", + "description": "L’arbitre de la rencontre Tunisie-Mali (0-1) qui a sifflé la fin du match trop tôt à deux reprises mercredi, aurait été victime d’une insolation en fin de rencontre.

", + "content": "L’arbitre de la rencontre Tunisie-Mali (0-1) qui a sifflé la fin du match trop tôt à deux reprises mercredi, aurait été victime d’une insolation en fin de rencontre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-2/ligue-2-toulouse-nancy-reporte-a-cause-de-la-pluie_AV-202201100375.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-l-arbitre-de-tunisie-mali-victime-d-une-insolation_AV-202201130094.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 15:41:17 GMT", - "enclosure": "https://images.bfmtv.com/px6YY0EHCdHrXGXTPxjCcTLT8QQ=/0x66:2048x1218/800x0/images/Le-logo-du-Tefece-avant-un-match-de-L2-en-decembre-2021-1212097.jpg", + "pubDate": "Thu, 13 Jan 2022 06:59:46 GMT", + "enclosure": "https://images.bfmtv.com/eRm0gTDbPrF0zrBT4z1er4HbgL4=/0x61:2048x1213/800x0/images/Janny-Sikazwe-1214024.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/px6YY0EHCdHrXGXTPxjCcTLT8QQ=/0x66:2048x1218/800x0/images/Le-logo-du-Tefece-avant-un-match-de-L2-en-decembre-2021-1212097.jpg", + "image": "https://images.bfmtv.com/eRm0gTDbPrF0zrBT4z1er4HbgL4=/0x61:2048x1213/800x0/images/Janny-Sikazwe-1214024.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2f06727cbe5e64d765ef3eb8038b365f", + "hash": "ff9cd44fc8c9f4ba14c8540b81c47d08", "highlights": [] }, { - "title": "Top 14: un an après avoir soulevé un arbitre, Raisuqe ne fait plus rire", - "description": "L’ailier fidjien Josaia Raisuqe avait créé la sensation en janvier 2021, en soulevant de joie l’arbitre de la rencontre Béziers-Nevers. Un an plus tard, désormais sous le maillot du Castres Olympique et reconverti troisième ligne aile, il ne fait plus rire les gens. Bien au contraire, ses prestations font même le bonheur du CO. Explications d’une reconversion.

", - "content": "L’ailier fidjien Josaia Raisuqe avait créé la sensation en janvier 2021, en soulevant de joie l’arbitre de la rencontre Béziers-Nevers. Un an plus tard, désormais sous le maillot du Castres Olympique et reconverti troisième ligne aile, il ne fait plus rire les gens. Bien au contraire, ses prestations font même le bonheur du CO. Explications d’une reconversion.

", + "title": "Open d’Australie: un documentaire Netflix en préparation sur Djokovic", + "description": "La plateforme Netflix travaillerait actuellement sur une série documentaire consacrée à Novak Djokovic. Une équipe l’aurait notamment suivi lors de son périple avant l’Open d’Australie, filmant des images inédites du Serbe pendant toute l’affaire.

", + "content": "La plateforme Netflix travaillerait actuellement sur une série documentaire consacrée à Novak Djokovic. Une équipe l’aurait notamment suivi lors de son périple avant l’Open d’Australie, filmant des images inédites du Serbe pendant toute l’affaire.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-un-an-apres-avoir-souleve-un-arbitre-raisuqe-ne-fait-plus-rire_AV-202201100369.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-un-documentaire-netflix-en-preparation-sur-djokovic_AV-202201130093.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 15:30:43 GMT", - "enclosure": "https://images.bfmtv.com/t9D7Ss2QbX6b5onVY7sEyWrCDIk=/0x0:2048x1152/800x0/images/Josaia-Raisuqe-avec-Castres-le-12-decembre-2021-1212085.jpg", + "pubDate": "Thu, 13 Jan 2022 06:59:46 GMT", + "enclosure": "https://images.bfmtv.com/9DfLJQqSFZczJv8yzt4Xn0mJjWE=/0x0:2048x1152/800x0/images/Novak-Djokovic-avec-ses-entraineurs-avant-l-Open-d-Australie-le-12-janvier-2022-1214022.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/t9D7Ss2QbX6b5onVY7sEyWrCDIk=/0x0:2048x1152/800x0/images/Josaia-Raisuqe-avec-Castres-le-12-decembre-2021-1212085.jpg", + "image": "https://images.bfmtv.com/9DfLJQqSFZczJv8yzt4Xn0mJjWE=/0x0:2048x1152/800x0/images/Novak-Djokovic-avec-ses-entraineurs-avant-l-Open-d-Australie-le-12-janvier-2022-1214022.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "20489e9a4d9bacf31c8484ed97e9927c", + "hash": "d335bebd9242d807201786fdef9c5fbb", "highlights": [] }, { - "title": "CAN 2022 : le Sénégal s’en sort dans le temps additionnel face au Zimbabwe", - "description": "Un penalty de Sadio Mané au bout du temps additionnel a sauvé le Sénégal d’un faux-pas face au Zimbabwe (1-0) lundi à Bafoussam. A défaut de convaincre, les Lions assurent le service minimum pour leur entrée en lice dans cette CAN 2022.

", - "content": "Un penalty de Sadio Mané au bout du temps additionnel a sauvé le Sénégal d’un faux-pas face au Zimbabwe (1-0) lundi à Bafoussam. A défaut de convaincre, les Lions assurent le service minimum pour leur entrée en lice dans cette CAN 2022.

", + "title": "Open d'Australie en direct: la décision pour Djokovic encore repoussée", + "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-le-senegal-s-en-sort-dans-le-temps-additionnel-face-au-zimbabwe_AV-202201100367.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 15:26:37 GMT", - "enclosure": "https://images.bfmtv.com/YXVEpV3c5BFAPo6ElTgqofoOI-s=/78x0:2014x1089/800x0/images/Senegal-Zimbabwe-Sadio-Mane-a-sauve-les-Lions-en-fin-de-match-1212080.jpg", + "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", + "enclosure": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/YXVEpV3c5BFAPo6ElTgqofoOI-s=/78x0:2014x1089/800x0/images/Senegal-Zimbabwe-Sadio-Mane-a-sauve-les-Lions-en-fin-de-match-1212080.jpg", + "image": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29718,42 +30774,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "11d31577f2a395516d334ffc8bda829e", + "hash": "84c062dbdfd449e1d1dd423515d6fde6", "highlights": [] }, { - "title": "Barça: une clause pour partir libre dans le nouveau contrat d'Umtiti", - "description": "Selon la Cadena Ser, Samuel Umtiti a inclus plusieurs clauses dans sa prolongation de contrat inattendue avec le FC Barcelone. L’une d’elles permettra au défenseur français de partir librement s’il le souhaite, à partir de l’été 2023.

", - "content": "Selon la Cadena Ser, Samuel Umtiti a inclus plusieurs clauses dans sa prolongation de contrat inattendue avec le FC Barcelone. L’une d’elles permettra au défenseur français de partir librement s’il le souhaite, à partir de l’été 2023.

", + "title": "Open d'Australie: une jauge de 50% fixée dans les tribunes", + "description": "Le gouvernement australien a annoncé la mise en place d'une jauge d'accueil de 50% dans les stades pour les matchs de l'Open d'Australie.

", + "content": "Le gouvernement australien a annoncé la mise en place d'une jauge d'accueil de 50% dans les stades pour les matchs de l'Open d'Australie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/barca-une-clause-pour-partir-libre-dans-le-nouveau-contrat-d-umtiti_AV-202201100365.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-une-jauge-de-50-fixee-dans-les-tribunes_AD-202201130071.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 15:23:31 GMT", - "enclosure": "https://images.bfmtv.com/U3QPNb5kKWZJMzUnpljgN52hYLU=/0x0:2048x1152/800x0/images/Samuel-Umtiti-1081492.jpg", + "pubDate": "Thu, 13 Jan 2022 06:25:16 GMT", + "enclosure": "https://images.bfmtv.com/m5U_-VB2XQpX29ujJ3vYFh4YolQ=/0x163:2048x1315/800x0/images/Novak-Djokovic-en-decembre-2021-1212385.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/U3QPNb5kKWZJMzUnpljgN52hYLU=/0x0:2048x1152/800x0/images/Samuel-Umtiti-1081492.jpg", + "image": "https://images.bfmtv.com/m5U_-VB2XQpX29ujJ3vYFh4YolQ=/0x163:2048x1315/800x0/images/Novak-Djokovic-en-decembre-2021-1212385.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0e8cd6da71acab11ccd84d2c3d51dc6a", + "hash": "fae79cd84db484604409173eb3f2cc3b", "highlights": [] }, { - "title": "Maroc-Ghana en direct: Boufal offre la victoire aux Lions de l'Atlas", - "description": "Premier match et premier choc du groupe C entre les deux favoris du groupe, le Maroc et le Ghana.

", - "content": "Premier match et premier choc du groupe C entre les deux favoris du groupe, le Maroc et le Ghana.

", + "title": "Open d’Australie: Djokovic figure bien au tableau mais toujours sous la menace", + "description": "Novak Djokovic est bien tête de série numéro un de l’Open d’Australie comme l’a confirmé le tirage au sort qui lui a réservé un premier tour contre son compatriote serbe, Miomir Kecmanovic. Mais la menace d’une expulsion d’Australie plane toujours.

", + "content": "Novak Djokovic est bien tête de série numéro un de l’Open d’Australie comme l’a confirmé le tirage au sort qui lui a réservé un premier tour contre son compatriote serbe, Miomir Kecmanovic. Mais la menace d’une expulsion d’Australie plane toujours.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/maroc-ghana-en-direct-le-premier-choc-de-la-can_LS-202201100360.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-djokovic-figure-bien-au-tableau-mais-toujours-sous-la-menace_AV-202201130049.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 15:12:11 GMT", - "enclosure": "https://images.bfmtv.com/VrhJX8Z-7bZWuF2Jd5cVJA_tzBk=/0x138:2048x1290/800x0/images/Le-Maroc-face-a-la-Guinee-le-16-novembre-2021-1212074.jpg", + "pubDate": "Thu, 13 Jan 2022 05:59:35 GMT", + "enclosure": "https://images.bfmtv.com/kfkiJgB0ccUdKPvGRV7F_XPTU1Y=/10x0:2042x1143/800x0/images/Novak-Djokovic-a-l-entrainement-ce-mardi-1212577.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/VrhJX8Z-7bZWuF2Jd5cVJA_tzBk=/0x138:2048x1290/800x0/images/Le-Maroc-face-a-la-Guinee-le-16-novembre-2021-1212074.jpg", + "image": "https://images.bfmtv.com/kfkiJgB0ccUdKPvGRV7F_XPTU1Y=/10x0:2042x1143/800x0/images/Novak-Djokovic-a-l-entrainement-ce-mardi-1212577.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29762,20 +30818,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "89b6910760d2271542a4fb46952f7369", + "hash": "715474755a19abf5c57a7cbd0cf2607e", "highlights": [] }, { - "title": "Top 14: des reports prévus pendant le Tournoi des VI Nations", - "description": "Après les reports de sept matchs ces dernières semaines pour cause de Covid, le Top 14 va devoir rattraper son retard dans les semaines à venir, en particulier lors du Tournoi des VI Nations. En croisant les doigts pour que la crise sanitaire laisse un peu plus tranquille les clubs français…\n

", - "content": "Après les reports de sept matchs ces dernières semaines pour cause de Covid, le Top 14 va devoir rattraper son retard dans les semaines à venir, en particulier lors du Tournoi des VI Nations. En croisant les doigts pour que la crise sanitaire laisse un peu plus tranquille les clubs français…\n

", + "title": "Bordeaux: Lopez confirme Petkovic jusqu'à la fin de la saison", + "description": "Gérard Lopez, président de Lille, a accordé une interview à Sud-Ouest, dans laquelle il maintient sa confiance à l'entraîneur Vladimir Petkovic jusqu'à la fin de la saison malgré les mauvais résultats.

", + "content": "Gérard Lopez, président de Lille, a accordé une interview à Sud-Ouest, dans laquelle il maintient sa confiance à l'entraîneur Vladimir Petkovic jusqu'à la fin de la saison malgré les mauvais résultats.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14-des-reports-prevus-pendant-le-tournoi-des-vi-nations_AV-202201100357.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/bordeaux-lopez-confirme-petkovic-jusqu-a-la-fin-de-la-saison_AV-202201130023.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 15:04:37 GMT", - "enclosure": "https://images.bfmtv.com/-GdwSsTuMy-W7667rRBN9pPtCrk=/0x102:2048x1254/800x0/images/Toulon-1202349.jpg", + "pubDate": "Thu, 13 Jan 2022 05:25:03 GMT", + "enclosure": "https://images.bfmtv.com/yRcdKyxom6hPuwifienFuiCbOlo=/0x105:2048x1257/800x0/images/Vladimir-Petkovic-1202967.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/-GdwSsTuMy-W7667rRBN9pPtCrk=/0x102:2048x1254/800x0/images/Toulon-1202349.jpg", + "image": "https://images.bfmtv.com/yRcdKyxom6hPuwifienFuiCbOlo=/0x105:2048x1257/800x0/images/Vladimir-Petkovic-1202967.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29784,42 +30840,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "d9ac32eb337837f4262dfaec91c2edde", + "hash": "cd9b03224242abc17cfd792e68c403fa", "highlights": [] }, { - "title": "Mercato: Lille a refusé les approches anglaises pour Botman, dont une très grosse somme de Newcastle", - "description": "Le Losc, plus solide sur le plan financier, ne compte pas se séparer de son défenseur central néerlandais Sven Botman au mercato d'hiver malgré l'intérêt des formations de Premier League et plusieurs offres de Newcastle.

", - "content": "Le Losc, plus solide sur le plan financier, ne compte pas se séparer de son défenseur central néerlandais Sven Botman au mercato d'hiver malgré l'intérêt des formations de Premier League et plusieurs offres de Newcastle.

", + "title": "Open d'Australie: le tirage au sort retardé", + "description": "Les organisateurs de l'Open d'Australie ont annoncé le report du tirage au sort des tableaux principaux alors que le doute que la participation de Novak Djokovic est de plus en plus grand.

", + "content": "Les organisateurs de l'Open d'Australie ont annoncé le report du tirage au sort des tableaux principaux alors que le doute que la participation de Novak Djokovic est de plus en plus grand.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-lille-a-refuse-les-approches-anglaises-pour-botman-dont-une-tres-grosse-somme-de-newcastle_AV-202201100338.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-le-tirage-au-sort-retarde_AD-202201130015.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 14:03:32 GMT", - "enclosure": "https://images.bfmtv.com/q6bdCBJv_C_8UqoEbmLfCHsin2g=/0x0:2048x1152/800x0/images/Lille-Lyon-le-defenseur-du-Losc-Sven-Botman-avec-le-gardien-lyonnais-Anthony-Lopes-1212039.jpg", + "pubDate": "Thu, 13 Jan 2022 04:50:30 GMT", + "enclosure": "https://images.bfmtv.com/ggjvadxlEPLCLQbvw18Feo-Mxl4=/0x61:2048x1213/800x0/images/Novak-Djokovic-1213271.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/q6bdCBJv_C_8UqoEbmLfCHsin2g=/0x0:2048x1152/800x0/images/Lille-Lyon-le-defenseur-du-Losc-Sven-Botman-avec-le-gardien-lyonnais-Anthony-Lopes-1212039.jpg", + "image": "https://images.bfmtv.com/ggjvadxlEPLCLQbvw18Feo-Mxl4=/0x61:2048x1213/800x0/images/Novak-Djokovic-1213271.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "419203e8b5ab3e20f1010418490a63c6", + "hash": "f69592934874c724bdf9f6319458ee4f", "highlights": [] }, { - "title": "OL-PSG en direct: Lyon cède le match nul à Paris en fin de match", - "description": "Dans le choc de la 20e journée de Ligue 1, Lyon a mis en difficulté le PSG grâce à une première mi-temps parfaitement maîtrisée, avant de céder en fin de rencontre sur une frappe de Kehrer. L'OL doit se contenter du match nul, 1-1, et stagne encore au classement.

", - "content": "Dans le choc de la 20e journée de Ligue 1, Lyon a mis en difficulté le PSG grâce à une première mi-temps parfaitement maîtrisée, avant de céder en fin de rencontre sur une frappe de Kehrer. L'OL doit se contenter du match nul, 1-1, et stagne encore au classement.

", + "title": "Bordeaux: Koscielny encaisse mal la décision du club de se séparer de lui", + "description": "Les dirigeants des Girondins de Bordeaux ont signifié à Laurent Koscielny qui souhaitait se séparer de lui et qu’il ne finirait pas la saison en Aquitaine. Auprès de L’Equipe, le défenseur central a fait part de son choc et dément tout problème d’investissement.

", + "content": "Les dirigeants des Girondins de Bordeaux ont signifié à Laurent Koscielny qui souhaitait se séparer de lui et qu’il ne finirait pas la saison en Aquitaine. Auprès de L’Equipe, le défenseur central a fait part de son choc et dément tout problème d’investissement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-le-choc-entre-l-ol-et-le-psg_LS-202201090172.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-koscielny-encaisse-mal-la-decision-du-club-de-se-separer-de-lui_AV-202201130013.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 16:17:57 GMT", - "enclosure": "https://images.bfmtv.com/ed1c8THrfanFjIKNjQUK7oLEJ6I=/0x106:2048x1258/800x0/images/Guimaraes-et-Verratti-au-duel-lors-d-OL-PSG-le-9-janvier-2022-1211593.jpg", + "pubDate": "Thu, 13 Jan 2022 00:16:34 GMT", + "enclosure": "https://images.bfmtv.com/s3ZtXKRyg26jmcKKI3TgrlrfmYE=/0x184:2048x1336/800x0/images/Laurent-KOSCIELNY-1213833.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ed1c8THrfanFjIKNjQUK7oLEJ6I=/0x106:2048x1258/800x0/images/Guimaraes-et-Verratti-au-duel-lors-d-OL-PSG-le-9-janvier-2022-1211593.jpg", + "image": "https://images.bfmtv.com/s3ZtXKRyg26jmcKKI3TgrlrfmYE=/0x184:2048x1336/800x0/images/Laurent-KOSCIELNY-1213833.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29828,20 +30884,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ce73e9430b98c4e26618eda7444e7e0", + "hash": "1f36fb9d914aef171b0f5b63a399f171", "highlights": [] }, { - "title": "Open d’Australie: la famille de Djokovic célèbre \"la plus grande victoire de sa carrière\"", - "description": "La famille de Novak Djokovic, libéré du centre de rétention où il était placé depuis l'annulation de son visa, a organisé une conférence de presse à Belgrade ce lundi.

", - "content": "La famille de Novak Djokovic, libéré du centre de rétention où il était placé depuis l'annulation de son visa, a organisé une conférence de presse à Belgrade ce lundi.

", + "title": "L’Australie va expulser Djokovic selon la presse locale, l’Espagne ouvre aussi une enquête", + "description": "La journée de jeudi devrait être décisive pour l’avenir de Novak Djokovic. Plusieurs médias australiens indiquent que la tendance est à une expulsion du pays par décision du ministre de l’Immigration, Alex Hawke. L’Espagne aurait aussi décidé d’enquêter sur une possible entrée illégale du Serbe sur son territoire.

", + "content": "La journée de jeudi devrait être décisive pour l’avenir de Novak Djokovic. Plusieurs médias australiens indiquent que la tendance est à une expulsion du pays par décision du ministre de l’Immigration, Alex Hawke. L’Espagne aurait aussi décidé d’enquêter sur une possible entrée illégale du Serbe sur son territoire.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-la-famille-de-djokovic-celebre-la-plus-grande-victoire-de-sa-carriere_AV-202201100332.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/l-australie-va-expulser-djokovic-selon-la-presse-locale-l-espagne-ouvre-aussi-une-enquete_AV-202201120621.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 13:48:43 GMT", - "enclosure": "https://images.bfmtv.com/SJa79bJel25pyGRUO3FV-6DS8l8=/0x124:1200x799/800x0/images/Srdan-Djokovic-1212036.jpg", + "pubDate": "Wed, 12 Jan 2022 23:52:19 GMT", + "enclosure": "https://images.bfmtv.com/4FMgsPchVR7T_2M4AZINGLauf-k=/0x16:768x448/800x0/images/Le-Serbe-Novak-Djokovic-s-entraine-pour-l-Open-d-Australie-le-12-janvier-2022-a-Melbourne-1213133.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/SJa79bJel25pyGRUO3FV-6DS8l8=/0x124:1200x799/800x0/images/Srdan-Djokovic-1212036.jpg", + "image": "https://images.bfmtv.com/4FMgsPchVR7T_2M4AZINGLauf-k=/0x16:768x448/800x0/images/Le-Serbe-Novak-Djokovic-s-entraine-pour-l-Open-d-Australie-le-12-janvier-2022-a-Melbourne-1213133.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29850,20 +30906,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e6ab61749d6dd386d5e5685aefca2006", + "hash": "279046924a7d7b84c498d44aa6858fe4", "highlights": [] }, { - "title": "PSG: le coup de gueule de Mbappé pour défendre Camille, une jeune fille malade insultée sur les réseaux sociaux", - "description": "L’attaquant du Paris Saint-Germain, Kylian Mbappé, a posté ce lundi un message de soutien à l’égard de Camille. Cette jeune fille victime d’une maladie rare avait posté une vidéo dans laquelle elle demandait notamment à l’attaquant du PSG de rester à Paris avant d'être la cible d'insultes sur les réseaux sociaux.

", - "content": "L’attaquant du Paris Saint-Germain, Kylian Mbappé, a posté ce lundi un message de soutien à l’égard de Camille. Cette jeune fille victime d’une maladie rare avait posté une vidéo dans laquelle elle demandait notamment à l’attaquant du PSG de rester à Paris avant d'être la cible d'insultes sur les réseaux sociaux.

", + "title": "Boxe: Yoka aurait accepté le défi de Hrgovic pour une demi-finale mondiale", + "description": "Le boxeur français Tony Yoka, dont le combat face au Congolais Martin Bakole a été reporté, aurait donné son aval pour affronter le Croate Filip Hrgovic en demi-finale IBF.

", + "content": "Le boxeur français Tony Yoka, dont le combat face au Congolais Martin Bakole a été reporté, aurait donné son aval pour affronter le Croate Filip Hrgovic en demi-finale IBF.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-le-coup-de-gueule-de-mbappe-pour-defendre-camille-une-jeune-fille-malade-insultee-sur-les-reseaux-sociaux_AV-202201100331.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-yoka-aurait-accepte-le-defi-de-hrgovic-pour-une-demi-finale-mondiale_AV-202201120612.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 13:45:14 GMT", - "enclosure": "https://images.bfmtv.com/B-ENYaxiRbWey3zX74rYQ7cRuCI=/0x0:2048x1152/800x0/images/PSG-Kylian-Mbappe-a-adresse-un-message-de-soutien-a-la-petite-Camille-1212027.jpg", + "pubDate": "Wed, 12 Jan 2022 23:07:32 GMT", + "enclosure": "https://images.bfmtv.com/rGc_NWiwlKso2NS2A2Wi7A6fbUY=/0x117:2048x1269/800x0/images/Tony-Yoka-1136249.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/B-ENYaxiRbWey3zX74rYQ7cRuCI=/0x0:2048x1152/800x0/images/PSG-Kylian-Mbappe-a-adresse-un-message-de-soutien-a-la-petite-Camille-1212027.jpg", + "image": "https://images.bfmtv.com/rGc_NWiwlKso2NS2A2Wi7A6fbUY=/0x117:2048x1269/800x0/images/Tony-Yoka-1136249.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29872,42 +30928,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "218c4e2ad32b8f8cca8082bbba4d4028", + "hash": "70da7586940be34150607600dd7da669", "highlights": [] }, { - "title": "Open d'Australie: déjà sur le court pour s'entraîner, Djokovic remercie le juge", - "description": "Novak Djokovic s'est exprimé pour la première fois depuis que le juge a annulé... l'annulation de son visa. Le Serbe veut rester en Australie pour aller chercher un 10e titre à Melbourne.

", - "content": "Novak Djokovic s'est exprimé pour la première fois depuis que le juge a annulé... l'annulation de son visa. Le Serbe veut rester en Australie pour aller chercher un 10e titre à Melbourne.

", + "title": "Mercato en direct: Lopez garde confiance en Petkovic mais ne veut plus de Koscielny", + "description": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", + "content": "Suivez en direct toutes les infos et rumeurs sur les transferts du mercato d'hiver, ouvert depuis le 1er janvier jusqu'au 31. Si certaines stars peuvent déjà négocier leur contrat pour la saison prochaine comme Kylian Mbappé, Paul Pogba ou encore Ousmane Dembélé, les clubs s'activent aussi pour se renforcer d'ici la fin du mois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-deja-sur-le-court-pour-s-entrainer-djokovic-remercie-le-juge_AV-202201100329.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-toutes-les-infos-et-rumeurs-du-13-janvier-2022_LN-202201130053.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 13:40:20 GMT", - "enclosure": "https://images.bfmtv.com/I7vuHOp6Ca77HPTadmDWMzOZGbg=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-02-11-2021-1210870.jpg", + "pubDate": "Thu, 13 Jan 2022 06:04:16 GMT", + "enclosure": "https://images.bfmtv.com/LDQzdq7oyc8HKL5O2UHdRhLYmM0=/0x150:2048x1302/800x0/images/Admar-Lopes-aux-cotes-de-Vladimir-Petkovic-1209769.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/I7vuHOp6Ca77HPTadmDWMzOZGbg=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-02-11-2021-1210870.jpg", + "image": "https://images.bfmtv.com/LDQzdq7oyc8HKL5O2UHdRhLYmM0=/0x150:2048x1302/800x0/images/Admar-Lopes-aux-cotes-de-Vladimir-Petkovic-1209769.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a9747d262c9c0e0049063b6775fdfaa", + "hash": "c10551972c13b42bceac0cf2364a1088", "highlights": [] }, { - "title": "CAN 2022: deux blessés après l'agression des journalistes algériens", - "description": "Au lendemain de l'agression subie par trois journalistes algériens en marge de la CAN 2022, la Confédération africaine a condamné ces actes dont les détails sont désormais connus.

", - "content": "Au lendemain de l'agression subie par trois journalistes algériens en marge de la CAN 2022, la Confédération africaine a condamné ces actes dont les détails sont désormais connus.

", + "title": "Open d'Australie en direct: Djokovic est bien sur le tableau, comme tête de série numéro 1", + "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-deux-blesses-apres-l-agression-des-journalistes-algeriens_AV-202201100326.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 13:35:27 GMT", - "enclosure": "https://images.bfmtv.com/vRqDAKeLXVBBq9lHnrNSbM_4hWU=/0x119:2048x1271/800x0/images/Qui-va-remporter-la-CAN-2022-au-Cameroun-1211291.jpg", + "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", + "enclosure": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/vRqDAKeLXVBBq9lHnrNSbM_4hWU=/0x119:2048x1271/800x0/images/Qui-va-remporter-la-CAN-2022-au-Cameroun-1211291.jpg", + "image": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29916,20 +30972,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca363019e88c54d8e2d257a2a0d4350a", + "hash": "91681d5318a79080218c39aeb1baabbf", "highlights": [] }, { - "title": "OM: Alvaro Gonzalez dans le viseur de Valence", - "description": "Selon La Provence et le média espagnol Super Deporte, Valence s’intéresse au défenseur de l’OM, Alvaro Gonzalez (32 ans). Le club souhaiterait le recruter dès le mois de janvier.

", - "content": "Selon La Provence et le média espagnol Super Deporte, Valence s’intéresse au défenseur de l’OM, Alvaro Gonzalez (32 ans). Le club souhaiterait le recruter dès le mois de janvier.

", + "title": "PRONOS PARIS RMC Le pari africain du 13 janvier – CAN", + "description": "Notre pronostic : le Cameroun s’impose contre l’Ethiopie, moins de 2,5 buts dans le match (2.20)

", + "content": "Notre pronostic : le Cameroun s’impose contre l’Ethiopie, moins de 2,5 buts dans le match (2.20)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/om-alvaro-gonzalez-dans-le-viseur-de-valence_AV-202201100316.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-africain-du-13-janvier-can_AN-202201120438.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 13:07:57 GMT", - "enclosure": "https://images.bfmtv.com/2jb6fZpDGT9-22cFE1XFQex6MDk=/0x106:2048x1258/800x0/images/Alvaro-Gonzalez-1204024.jpg", + "pubDate": "Wed, 12 Jan 2022 23:04:00 GMT", + "enclosure": "https://images.bfmtv.com/ta3KyykhRuCXwB5sHPylMa_RkKQ=/8x0:1976x1107/800x0/images/Celebration-Cameroun-1213694.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/2jb6fZpDGT9-22cFE1XFQex6MDk=/0x106:2048x1258/800x0/images/Alvaro-Gonzalez-1204024.jpg", + "image": "https://images.bfmtv.com/ta3KyykhRuCXwB5sHPylMa_RkKQ=/8x0:1976x1107/800x0/images/Celebration-Cameroun-1213694.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29938,20 +30994,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "da24460c3a1693eab2de2c581b2ecef8", + "hash": "3cd6723d131e0120adac33ec0d99fc8c", "highlights": [] }, { - "title": "Open d'Australie en direct: le clan Djokovic tient une conférence de presse", - "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", - "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "title": "PRONOS PARIS RMC Le pari de folie du 13 janvier – Coupe d’Italie", + "description": "Notre pronostic : Naples gagne face à la Fiorentina, les deux équipes marquent, Vlahovic buteur (6.00)

", + "content": "Notre pronostic : Naples gagne face à la Fiorentina, les deux équipes marquent, Vlahovic buteur (6.00)

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-13-janvier-coupe-d-italie_AN-202201120452.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", - "enclosure": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", + "pubDate": "Wed, 12 Jan 2022 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/LmoUfKKgVL5sUqgoEBBQqmCwhs4=/0x76:1984x1192/800x0/images/Celebration-Naples-1213708.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", + "image": "https://images.bfmtv.com/LmoUfKKgVL5sUqgoEBBQqmCwhs4=/0x76:1984x1192/800x0/images/Celebration-Naples-1213708.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29960,20 +31016,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "de50dc5e56047b2e104c1b08a01242fb", + "hash": "4f316c323697cb9bf94b09a267097f78", "highlights": [] }, { - "title": "Coup dur pour l’Italie et la Juve, saison probablement terminée pour Chiesa", - "description": "Grand artisan du triomphe de l’Italie à l’Euro, Federico Chiesa est victime d’une rupture du ligament croisé antérieur du genou gauche annonce son club, la Juventus Turin ce lundi. L’attaquant de la Vieille Dame ne devrait pas rejouer avant la fin de la saison et manquera les barrages pour la Coupe du monde avec la Nazionale.

", - "content": "Grand artisan du triomphe de l’Italie à l’Euro, Federico Chiesa est victime d’une rupture du ligament croisé antérieur du genou gauche annonce son club, la Juventus Turin ce lundi. L’attaquant de la Vieille Dame ne devrait pas rejouer avant la fin de la saison et manquera les barrages pour la Coupe du monde avec la Nazionale.

", + "title": "PRONOS PARIS RMC Le pari sûr du 13 janvier – Coupe d’Italie", + "description": "Notre pronostic : le Milan AC s’impose face au Genoa (1.29)

", + "content": "Notre pronostic : le Milan AC s’impose face au Genoa (1.29)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/coup-dur-pour-l-italie-et-la-juve-saison-terminee-pour-chiesa_AV-202201100309.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-13-janvier-coupe-d-italie_AN-202201120455.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 12:49:12 GMT", - "enclosure": "https://images.bfmtv.com/8_CHR8oM24ygsc7OqskxlF7SI08=/0x107:2048x1259/800x0/images/Juve-Federico-Chiesa-gravement-blesse-au-genou-1211993.jpg", + "pubDate": "Wed, 12 Jan 2022 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/hQjYPqjUo6M5ERPlVU6HbfpzSsE=/0x38:2000x1163/800x0/images/Celebration-Milan-1213719.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/8_CHR8oM24ygsc7OqskxlF7SI08=/0x107:2048x1259/800x0/images/Juve-Federico-Chiesa-gravement-blesse-au-genou-1211993.jpg", + "image": "https://images.bfmtv.com/hQjYPqjUo6M5ERPlVU6HbfpzSsE=/0x38:2000x1163/800x0/images/Celebration-Milan-1213719.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -29982,20 +31038,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "66cd05b73abe9e3f890a66f468a1f203", + "hash": "0af738d4c0fd84aef79662673e6e019a", "highlights": [] }, { - "title": "JO de Pékin 2022: en cas d'accident, pas touche aux véhicules olympiques", - "description": "Afin de protéger un maximum la bulle sanitaire mise en place pour les Jeux olympiques 2022, les habitants de Pékin doivent garder leurs distances avec les véhicules officiels.

", - "content": "Afin de protéger un maximum la bulle sanitaire mise en place pour les Jeux olympiques 2022, les habitants de Pékin doivent garder leurs distances avec les véhicules officiels.

", + "title": "Equipe de France: le message de Deschamps sur \"les devoirs\" des Bleus", + "description": "Invité de l’émission \"C à vous\" ce mercredi sur France 5, Didier Deschamps s’est confié sur les devoirs et les responsabilités des joueurs de l’équipe de France, au-delà des enjeux sportifs.

", + "content": "Invité de l’émission \"C à vous\" ce mercredi sur France 5, Didier Deschamps s’est confié sur les devoirs et les responsabilités des joueurs de l’équipe de France, au-delà des enjeux sportifs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-de-pekin-2022-en-cas-d-accident-pas-touche-aux-vehicules-olympiques_AD-202201100307.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-le-message-de-deschamps-sur-les-devoirs-des-bleus_AV-202201120605.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 12:46:54 GMT", - "enclosure": "https://images.bfmtv.com/IIanF4OAZxOo0YhhLnWhVpQAiuQ=/0x106:2048x1258/800x0/images/Les-anneaux-olympiques-devant-l-Hotel-de-ville-de-Paris-le-6-septembre-1132097.jpg", + "pubDate": "Wed, 12 Jan 2022 22:39:34 GMT", + "enclosure": "https://images.bfmtv.com/SxRabSpXRqSfi0T0m1BpORzo5kI=/0x68:2048x1220/800x0/images/Didier-Deschamps-1213894.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/IIanF4OAZxOo0YhhLnWhVpQAiuQ=/0x106:2048x1258/800x0/images/Les-anneaux-olympiques-devant-l-Hotel-de-ville-de-Paris-le-6-septembre-1132097.jpg", + "image": "https://images.bfmtv.com/SxRabSpXRqSfi0T0m1BpORzo5kI=/0x68:2048x1220/800x0/images/Didier-Deschamps-1213894.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30004,64 +31060,64 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2dbaa3e24d76fc8dd200a068e57c8df", + "hash": "4ed24f20c3e34279c339e69b9bf9d75b", "highlights": [] }, { - "title": "Mercato: Ronaldo au Barça, la rumeur insensée de la presse catalane", - "description": "Selon Sport, Jorge Mendes, agent de Cristiano Ronaldo bien vu du côté du FC Barcelone, penserait proposer le nom du Portugais au club catalan, intimement lié à Lionel Messi, grand rival de la star portugaise.

", - "content": "Selon Sport, Jorge Mendes, agent de Cristiano Ronaldo bien vu du côté du FC Barcelone, penserait proposer le nom du Portugais au club catalan, intimement lié à Lionel Messi, grand rival de la star portugaise.

", + "title": "League Cup: Chelsea en finale en sortant Tottenham", + "description": "Déjà vainqueur 2-0 à l'aller, Chelsea a validé son billet pour la finale de League Cup en s’imposant à Tottenham (1-0) pas récompensé de ses efforts, mercredi.

", + "content": "Déjà vainqueur 2-0 à l'aller, Chelsea a validé son billet pour la finale de League Cup en s’imposant à Tottenham (1-0) pas récompensé de ses efforts, mercredi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-ronaldo-au-barca-la-rumeur-insensee-de-la-presse-catalane_AV-202201100301.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/league-cup-chelsea-en-finale-en-sortant-tottenham_AD-202201120600.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 12:26:35 GMT", - "enclosure": "https://images.bfmtv.com/GJ7WoMMK8k3bqj8P_1yh1hObC3M=/0x174:2032x1317/800x0/images/Cristiano-Ronaldo-1181991.jpg", + "pubDate": "Wed, 12 Jan 2022 22:16:09 GMT", + "enclosure": "https://images.bfmtv.com/RaQiJ9S7WI10tI0G1y3hKDzv-cQ=/0x123:2032x1266/800x0/images/La-joie-des-joueurs-de-Chelsea-1211340.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/GJ7WoMMK8k3bqj8P_1yh1hObC3M=/0x174:2032x1317/800x0/images/Cristiano-Ronaldo-1181991.jpg", + "image": "https://images.bfmtv.com/RaQiJ9S7WI10tI0G1y3hKDzv-cQ=/0x123:2032x1266/800x0/images/La-joie-des-joueurs-de-Chelsea-1211340.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8d40120169f6a71eafb53e59b2ec9d0d", + "hash": "6ce05512727d04d76c9e592ddeed9c7d", "highlights": [] }, { - "title": "Dakar 2022: Loeb revient sur al-Attiyah, Sunderland dépasse Van Beveren en moto", - "description": "Le Suédois Mattias Ekstrom (Audi) a remporté la huitième étape du Dakar 2022, une spéciale de 395 km entre al Dawadimi et Wadi ad Dawasir (Arabie saoudite), au cours de laquelle le Français Sébastien Loeb, deuxième au général, a repris 8 minutes au leader. En moto, Sam Sunderland (KTM) s’est imposé.

", - "content": "Le Suédois Mattias Ekstrom (Audi) a remporté la huitième étape du Dakar 2022, une spéciale de 395 km entre al Dawadimi et Wadi ad Dawasir (Arabie saoudite), au cours de laquelle le Français Sébastien Loeb, deuxième au général, a repris 8 minutes au leader. En moto, Sam Sunderland (KTM) s’est imposé.

", + "title": "Barça-Real: un Clasico avec une pluie de buts, Benzema en grande forme", + "description": "Le Barça et Le Real sont à la lutte ce mercredi en demi-finale de la Supercoupe d’Espagne (1-1). Avec un but plein de réussite de Luuk De Jong, les Catalans avaient répondu à l’ouverture du score de Vinicius sur un service de Benzema. L'attaquant français a ensuite marqué.

", + "content": "Le Barça et Le Real sont à la lutte ce mercredi en demi-finale de la Supercoupe d’Espagne (1-1). Avec un but plein de réussite de Luuk De Jong, les Catalans avaient répondu à l’ouverture du score de Vinicius sur un service de Benzema. L'attaquant français a ensuite marqué.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/dakar-2022-loeb-revient-sur-al-attiyah-sunderland-depasse-van-beveren-en-moto_AD-202201100296.html", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-real-benzema-decisif-un-but-chanceux-pour-le-barca_AV-202201120552.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 12:19:33 GMT", - "enclosure": "https://images.bfmtv.com/K-1kPS6WRxeQgRfn18qqjFNQwUg=/0x17:768x449/800x0/images/La-Prodrive-pilotee-par-Sebastien-Loeb-assiste-de-son-co-pilote-belge-Fabian-Lurquin-lors-de-la-2e-etape-du-rallye-raid-Dakar-2022-une-speciale-entre-Ha-il-et-al-Qaisumah-Arabie-saoudite-le-3-janvier-2022-1203163.jpg", + "pubDate": "Wed, 12 Jan 2022 20:07:00 GMT", + "enclosure": "https://images.bfmtv.com/gxnqa3wq9vcSxGcMztmMmHmerVc=/0x39:768x471/800x0/images/L-attaquant-du-Real-Karim-Benzema-frappe-au-but-contre-Valence-le-8-janvier-2022-a-Madrid-1211221.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/K-1kPS6WRxeQgRfn18qqjFNQwUg=/0x17:768x449/800x0/images/La-Prodrive-pilotee-par-Sebastien-Loeb-assiste-de-son-co-pilote-belge-Fabian-Lurquin-lors-de-la-2e-etape-du-rallye-raid-Dakar-2022-une-speciale-entre-Ha-il-et-al-Qaisumah-Arabie-saoudite-le-3-janvier-2022-1203163.jpg", + "image": "https://images.bfmtv.com/gxnqa3wq9vcSxGcMztmMmHmerVc=/0x39:768x471/800x0/images/L-attaquant-du-Real-Karim-Benzema-frappe-au-but-contre-Valence-le-8-janvier-2022-a-Madrid-1211221.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ca803f7ffa4274e23d929d459b3dc9d7", + "hash": "e222f7970c86a319980f835d7617b7aa", "highlights": [] }, { - "title": "Barça: prolongation surprise d'Umtiti, avec une baisse de salaire qui aide Ferran Torres", - "description": "Samuel Umtiti a prolongé jusqu'en 2026 avec une baisse de salaire, qui permet au Barça d'inscrire l'Espagnol Ferran Torres en Liga.

", - "content": "Samuel Umtiti a prolongé jusqu'en 2026 avec une baisse de salaire, qui permet au Barça d'inscrire l'Espagnol Ferran Torres en Liga.

", + "title": "Barça-Real: Valverde et un excellent Benzema envoient Madrid en finale de la Supercoupe d'Espagne", + "description": "Le Real Madrid a arraché le Clasico face au FC Barcelone (3-2 après prolongation), mercredi. Les coéquipiers de Benzema sont qualifiés pour la finale de la Supercoupe d'Espagne, prévue dimanche. L'adversaire sera l'Atlético de Madrid ou l'Athletic Bilbao, qui s'affrontent jeudi.

", + "content": "Le Real Madrid a arraché le Clasico face au FC Barcelone (3-2 après prolongation), mercredi. Les coéquipiers de Benzema sont qualifiés pour la finale de la Supercoupe d'Espagne, prévue dimanche. L'adversaire sera l'Atlético de Madrid ou l'Athletic Bilbao, qui s'affrontent jeudi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/barca-prolongation-surprise-d-umtiti-avec-une-baisse-de-salaire-qui-aide-ferran-torres_AV-202201100283.html", + "link": "https://rmcsport.bfmtv.com/football/supercoupe-d-espagne/barca-real-valverde-et-un-excellent-benzema-envoient-madrid-en-finale-de-la-supercoupe-d-espagne_AV-202201120597.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 11:55:15 GMT", - "enclosure": "https://images.bfmtv.com/T7CwXmDE2CIUFx7lnY_u8jG113M=/0x0:1200x675/800x0/images/Samuel-Umtiti-1211960.jpg", + "pubDate": "Wed, 12 Jan 2022 22:10:32 GMT", + "enclosure": "https://images.bfmtv.com/lMbU-4Zzx0OvqMD1cR7_c65CdOk=/179x282:1651x1110/800x0/images/Real-Barca-1213887.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/T7CwXmDE2CIUFx7lnY_u8jG113M=/0x0:1200x675/800x0/images/Samuel-Umtiti-1211960.jpg", + "image": "https://images.bfmtv.com/lMbU-4Zzx0OvqMD1cR7_c65CdOk=/179x282:1651x1110/800x0/images/Real-Barca-1213887.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30070,20 +31126,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb2b8e45c7e4991341479ce3fdd95604", + "hash": "926cfe513158c674d17cfad741bf493f", "highlights": [] }, { - "title": "Pourquoi Ziyech ne dispute-t-il pas la CAN avec le Maroc?", - "description": "Le joueur de Chelsea, Hakim Ziyech, n'a pas été retenu pour la CAN 2022, alors que le Maroc entame la compétition ce lundi face au Ghana (17h). Et pour cause, le joueur est en froid avec Vahid Halilhodzic, le sélectionneur des Lions de l'Atlas.

", - "content": "Le joueur de Chelsea, Hakim Ziyech, n'a pas été retenu pour la CAN 2022, alors que le Maroc entame la compétition ce lundi face au Ghana (17h). Et pour cause, le joueur est en froid avec Vahid Halilhodzic, le sélectionneur des Lions de l'Atlas.

", + "title": "Incidents OL-OM: la licence FFF d'un supporter lyonnais, \"à l’origine d’un jet de bouteille\", suspendue", + "description": "Un supporter lyonnais, \"à l’origine d’un jet de bouteille en direction d’un acteur du jeu\" lors du match de Ligue 1 entre l'OL et Marseille le 21 novembre, a été sanctionné par la commission de discipline de la LFP. Sa licence FFF est suspendue jusqu'au 31 décembre 2022.

", + "content": "Un supporter lyonnais, \"à l’origine d’un jet de bouteille en direction d’un acteur du jeu\" lors du match de Ligue 1 entre l'OL et Marseille le 21 novembre, a été sanctionné par la commission de discipline de la LFP. Sa licence FFF est suspendue jusqu'au 31 décembre 2022.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/pourquoi-ziyech-ne-dispute-t-il-pas-la-can-avec-le-maroc_AV-202201100279.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-la-licence-fff-d-un-supporter-lyonnais-a-l-origine-d-un-jet-de-bouteille-suspendue_AV-202201120592.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 11:51:00 GMT", - "enclosure": "https://images.bfmtv.com/nx5KD835lz6FXUjHMeWPWC-7g0M=/0x49:2000x1174/800x0/images/Hakim-Ziyech-avec-le-Maroc-lors-des-qualifications-pour-le-Mondial-2022-1211937.jpg", + "pubDate": "Wed, 12 Jan 2022 21:52:39 GMT", + "enclosure": "https://images.bfmtv.com/0tRiTOX7MfMWsrv9shnrXGG7Y4Q=/0x212:2048x1364/800x0/images/Lyon-OM-le-21-11-2021-1213867.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/nx5KD835lz6FXUjHMeWPWC-7g0M=/0x49:2000x1174/800x0/images/Hakim-Ziyech-avec-le-Maroc-lors-des-qualifications-pour-le-Mondial-2022-1211937.jpg", + "image": "https://images.bfmtv.com/0tRiTOX7MfMWsrv9shnrXGG7Y4Q=/0x212:2048x1364/800x0/images/Lyon-OM-le-21-11-2021-1213867.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30092,20 +31148,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4079fe0d05ab5847004abc6275e2cdc6", + "hash": "1df16276f9c54255cbcdaa70a9e7a667", "highlights": [] }, { - "title": "Les pronos hippiques du mardi 11 janvier 2022", - "description": "Le Quinté+ du mardi 11 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 mardi 11 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": "Barça-Real en direct: les Madrilènes qualifiés en finale de la Supercoupe d'Espagne", + "description": "Le FC Barcelone et le Real Madrid ont rendez-vous ce mercredi du côté de Riyad, capitale de l'Arabie saoudite, pour la première demi-finale de la Supercoupe d'Espagne. Un Clasico à suivre en direct commenté sur RMC Sport. Coup d'envoi à 20h.

", + "content": "Le FC Barcelone et le Real Madrid ont rendez-vous ce mercredi du côté de Riyad, capitale de l'Arabie saoudite, pour la première demi-finale de la Supercoupe d'Espagne. Un Clasico à suivre en direct commenté sur RMC Sport. Coup d'envoi à 20h.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-mardi-11-janvier-2022_AN-202201100259.html", + "link": "https://rmcsport.bfmtv.com/football/supercoupe-d-espagne/supercoupe-d-espagne-en-direct-suivez-le-clasico-barca-real-en-demi-finale_LS-202201120446.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 11:22:17 GMT", - "enclosure": "https://images.bfmtv.com/Vn5Xf8XVnOsjjv9FjBRbsPGEuq0=/1x35:337x224/800x0/images/Les-pronos-hippiques-du-mardi-11-janvier-2022-1211896.jpg", + "pubDate": "Wed, 12 Jan 2022 17:20:37 GMT", + "enclosure": "https://images.bfmtv.com/IHUuXJwKOXPtIu1hbT3uVoZIEaw=/0x49:2048x1201/800x0/images/Barca-Real-1213870.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Vn5Xf8XVnOsjjv9FjBRbsPGEuq0=/1x35:337x224/800x0/images/Les-pronos-hippiques-du-mardi-11-janvier-2022-1211896.jpg", + "image": "https://images.bfmtv.com/IHUuXJwKOXPtIu1hbT3uVoZIEaw=/0x49:2048x1201/800x0/images/Barca-Real-1213870.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30114,20 +31170,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "95515e965d7827a1263cc599ce1ca4f9", + "hash": "547a94e96a63305cfa688761d87162c9", "highlights": [] }, { - "title": "Djokovic: les 20 minutes qui ont tout changé pour son entrée en Australie", - "description": "Alors qu'un juge a annulé... l'annulation de visa de Novak Djokovic, les retranscriptions de son audition par la police des frontières font apparaître qu'un délai trop court accordé au Serbe à la frontière pourrait sauver la participation du numéro 1 mondial à l'Open d'Australie. Un délai de 20 minutes.

", - "content": "Alors qu'un juge a annulé... l'annulation de visa de Novak Djokovic, les retranscriptions de son audition par la police des frontières font apparaître qu'un délai trop court accordé au Serbe à la frontière pourrait sauver la participation du numéro 1 mondial à l'Open d'Australie. Un délai de 20 minutes.

", + "title": "CAN 2022: la Côte d'Ivoire domine la Guinée Equatoriale grâce à Gradel", + "description": "La Côte d'Ivoire n'a pas forcé son talent pour ouvrir sa campagne dans le Groupe E de la Coupe d'Afrique des Nations 2022 par une courte victoire, logique mais décevante, contre la Guinée équatoriale (1-0), mercredi à Douala.

", + "content": "La Côte d'Ivoire n'a pas forcé son talent pour ouvrir sa campagne dans le Groupe E de la Coupe d'Afrique des Nations 2022 par une courte victoire, logique mais décevante, contre la Guinée équatoriale (1-0), mercredi à Douala.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/djokovic-les-20-minutes-qui-ont-tout-change-pour-son-entree-en-australie_AV-202201100255.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-la-cote-d-ivoire-domine-la-guinee-equatoriale-grace-a-gradel_AD-202201120584.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 11:15:30 GMT", - "enclosure": "https://images.bfmtv.com/wPargP9SsUvYjg8EpKKmAl5LuXk=/255x356:2047x1364/800x0/images/Novak-Djokovic-1208293.jpg", + "pubDate": "Wed, 12 Jan 2022 21:28:27 GMT", + "enclosure": "https://images.bfmtv.com/uwmLvnEDcoB2ymmI9BDxNG9TgCI=/0x40:768x472/800x0/images/La-joie-de-l-attaquant-ivoirien-Max-Alain-Gradel-d-apres-avoir-ouvert-le-score-contre-la-Guinee-Equatoriale-lors-de-leur-match-de-poule-de-la-Coupe-d-Afrique-des-nations-le-12-janvier-2022-au-Stade-de-Japoma-a-Douala-1213871.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/wPargP9SsUvYjg8EpKKmAl5LuXk=/255x356:2047x1364/800x0/images/Novak-Djokovic-1208293.jpg", + "image": "https://images.bfmtv.com/uwmLvnEDcoB2ymmI9BDxNG9TgCI=/0x40:768x472/800x0/images/La-joie-de-l-attaquant-ivoirien-Max-Alain-Gradel-d-apres-avoir-ouvert-le-score-contre-la-Guinee-Equatoriale-lors-de-leur-match-de-poule-de-la-Coupe-d-Afrique-des-nations-le-12-janvier-2022-au-Stade-de-Japoma-a-Douala-1213871.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30136,20 +31192,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "950045acdfe64076843da79c365cb682", + "hash": "75f4f38d6ccb58071ef38a0e25291f63", "highlights": [] }, { - "title": "PSG: Michut, Simons... les jeunes pour relancer l’équipe?", - "description": "Les entrées en jeu de Xavi Simons et Edouard Michut ont bien aidé au PSG à décrocher le match nul à Lyon (1-1), dimanche. Elles offrent aussi une alternative à Mauricio Pochettino pour amorcer une concurrence.

", - "content": "Les entrées en jeu de Xavi Simons et Edouard Michut ont bien aidé au PSG à décrocher le match nul à Lyon (1-1), dimanche. Elles offrent aussi une alternative à Mauricio Pochettino pour amorcer une concurrence.

", + "title": "PSG: Pochettino donne le \"secret\" pour bien intégrer les nouveaux joueurs", + "description": "Le PSG a connu un été actif en 2021 avec de nombreuses nouvelles signatures dont Lionel Messi, Gianluigi Donnarumma, Sergio Ramos, Nuno Mendes, Achraf Hakimi ou encore Georginio Wijnaldum. Sur le site du club, Mauricio Pochettino a livré sa méthode pour l’intégration des recrues.

", + "content": "Le PSG a connu un été actif en 2021 avec de nombreuses nouvelles signatures dont Lionel Messi, Gianluigi Donnarumma, Sergio Ramos, Nuno Mendes, Achraf Hakimi ou encore Georginio Wijnaldum. Sur le site du club, Mauricio Pochettino a livré sa méthode pour l’intégration des recrues.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-michut-simons-les-jeunes-pour-relancer-l-equipe_AV-202201100251.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pochettino-donne-le-secret-pour-bien-integrer-les-nouveaux-joueurs_AV-202201120579.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 11:12:37 GMT", - "enclosure": "https://images.bfmtv.com/Bou0GDfIzGuV3qm-B0iV16h9jR4=/0x191:2048x1343/800x0/images/Edouard-Michut-n-38-et-Xavi-Simons-avec-des-tresses-blondes-en-arriere-plan-ont-marque-les-esprits-dimanche-1211926.jpg", + "pubDate": "Wed, 12 Jan 2022 21:14:15 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/Bou0GDfIzGuV3qm-B0iV16h9jR4=/0x191:2048x1343/800x0/images/Edouard-Michut-n-38-et-Xavi-Simons-avec-des-tresses-blondes-en-arriere-plan-ont-marque-les-esprits-dimanche-1211926.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", @@ -30158,20 +31214,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "da8836e1b48e892103a862a63918e794", + "hash": "a1c3c6e04494ae3a0b3704c5508c6974", "highlights": [] }, { - "title": "Maroc-Ghana en direct: Boufal fait plier les Ghanéens", - "description": "Premier match et premier choc du groupe C entre les deux favoris du groupe, le Maroc et le Ghana.

", - "content": "Premier match et premier choc du groupe C entre les deux favoris du groupe, le Maroc et le Ghana.

", + "title": "CAN en direct: la Côte d'Ivoire démarre bien contre la Guinée Equatoriale", + "description": "Suivez en direct la Coupe d'Afrique des nations. Trois matchs étaient au programme mercredi: Tunisie-Mali (0-1), Mauritanie-Gambie (0-1), Guinée Equatoriale-Côte d'Ivoire (0-1).

", + "content": "Suivez en direct la Coupe d'Afrique des nations. Trois matchs étaient au programme mercredi: Tunisie-Mali (0-1), Mauritanie-Gambie (0-1), Guinée Equatoriale-Côte d'Ivoire (0-1).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/maroc-ghana-en-direct-le-premier-choc-de-la-can_LS-202201100360.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-en-direct-toutes-les-infos_LN-202201100133.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 15:12:11 GMT", - "enclosure": "https://images.bfmtv.com/VrhJX8Z-7bZWuF2Jd5cVJA_tzBk=/0x138:2048x1290/800x0/images/Le-Maroc-face-a-la-Guinee-le-16-novembre-2021-1212074.jpg", + "pubDate": "Mon, 10 Jan 2022 08:03:07 GMT", + "enclosure": "https://images.bfmtv.com/4UqT6VwTgq8eRlWaYO6C_LpS2lk=/0x27:2048x1179/800x0/images/Guinee-Equatoriale-Cote-d-Ivoire-le-12-01-2022-1213864.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/VrhJX8Z-7bZWuF2Jd5cVJA_tzBk=/0x138:2048x1290/800x0/images/Le-Maroc-face-a-la-Guinee-le-16-novembre-2021-1212074.jpg", + "image": "https://images.bfmtv.com/4UqT6VwTgq8eRlWaYO6C_LpS2lk=/0x27:2048x1179/800x0/images/Guinee-Equatoriale-Cote-d-Ivoire-le-12-01-2022-1213864.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30180,20 +31236,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5682dda5537dd0f2d28ffe38e4b8a146", + "hash": "ad83806784996419227a887b2419a7d0", "highlights": [] }, { - "title": "Open d'Australie: \"La justice a parlé\", Nadal soutient Djokovic", - "description": "Interrogé par une radio espagnole, Rafael Nadal pense que Novak Djokovic devrait participer à l'Open d'Australie, alors que \"la justice a parlé.\"

", - "content": "Interrogé par une radio espagnole, Rafael Nadal pense que Novak Djokovic devrait participer à l'Open d'Australie, alors que \"la justice a parlé.\"

", + "title": "Propos racistes lors de Toulouse-Rodez: le Téfécé sanctionné d'un point de retrait", + "description": "Toulouse a été sanctionné ce mercredi par le retrait d'un point avec sursis en raison des insultes racistes proférées par un supporter contre le gardien de Rodez, Lionel Mpasi, le 13 décembre. Il avait été traité de \"sale singe\" par un individu.

", + "content": "Toulouse a été sanctionné ce mercredi par le retrait d'un point avec sursis en raison des insultes racistes proférées par un supporter contre le gardien de Rodez, Lionel Mpasi, le 13 décembre. Il avait été traité de \"sale singe\" par un individu.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-la-justice-a-parle-nadal-soutient-djokovic_AD-202201100247.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-2/propos-racistes-lors-de-toulouse-rodez-le-tefece-sanctionne-d-un-point-de-retrait_AV-202201120574.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 11:09:21 GMT", - "enclosure": "https://images.bfmtv.com/1n4ehUdD0EvjV4EoGv_iTrZzKOA=/0x0:768x432/800x0/images/Rafael-Nadal-vainqueur-du-Lituanien-Ricardas-Berankis-le-6-janvier-2022-a-Melbourne-s-est-hisse-en-demi-finale-sans-jouer-1210476.jpg", + "pubDate": "Wed, 12 Jan 2022 21:01:05 GMT", + "enclosure": "https://images.bfmtv.com/cznh7oeloPrx4C9mM5meMCHlZao=/0x39:2048x1191/800x0/images/Toulouse-Rodez-le-13-12-2021-1213856.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/1n4ehUdD0EvjV4EoGv_iTrZzKOA=/0x0:768x432/800x0/images/Rafael-Nadal-vainqueur-du-Lituanien-Ricardas-Berankis-le-6-janvier-2022-a-Melbourne-s-est-hisse-en-demi-finale-sans-jouer-1210476.jpg", + "image": "https://images.bfmtv.com/cznh7oeloPrx4C9mM5meMCHlZao=/0x39:2048x1191/800x0/images/Toulouse-Rodez-le-13-12-2021-1213856.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30202,20 +31258,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "deb039d9514db108c0dd0b42a30b1a98", + "hash": "8511b74275a4f3a458486e3ec8a08a3d", "highlights": [] }, { - "title": "PSG: Neymar de retour à Paris, la course contre-la-montre continue avant le Real", - "description": "Après avoir passé les fêtes dans son pays, au Brésil, l’attaquant du PSG, Neymar, est rentré en France. Mais le Brésilien, blessé à la cheville gauche, ne devrait pas reprendre l’entraînement avant trois semaines. Et reste encore incertain pour le 8eme de finale de Ligue des champions face au Real Madrid.

", - "content": "Après avoir passé les fêtes dans son pays, au Brésil, l’attaquant du PSG, Neymar, est rentré en France. Mais le Brésilien, blessé à la cheville gauche, ne devrait pas reprendre l’entraînement avant trois semaines. Et reste encore incertain pour le 8eme de finale de Ligue des champions face au Real Madrid.

", + "title": "Ligue 1: Lopez annonce que Koscielny \"ne terminera pas la saison\" à Bordeaux", + "description": "Dans un entretien donné à Sud Ouest, Gérard Lopez confirme que Bordeaux compte se séparer cet hiver de Laurent Koscielny et explique les raisons de ce choix fort. Il promet que l'ancien joueur d'Arsenal partira en janvier.

", + "content": "Dans un entretien donné à Sud Ouest, Gérard Lopez confirme que Bordeaux compte se séparer cet hiver de Laurent Koscielny et explique les raisons de ce choix fort. Il promet que l'ancien joueur d'Arsenal partira en janvier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-neymar-de-retour-a-paris-la-course-contre-la-montre-continue-avant-le-real_AV-202201100246.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-lopez-annonce-que-koscielny-ne-terminera-pas-la-saison-a-bordeaux_AV-202201120564.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 11:06:02 GMT", - "enclosure": "https://images.bfmtv.com/POuiMZtfD7KH2pWghxJEyBFUtk4=/0x0:2048x1152/800x0/images/Neymar-1171633.jpg", + "pubDate": "Wed, 12 Jan 2022 20:38:01 GMT", + "enclosure": "https://images.bfmtv.com/s3ZtXKRyg26jmcKKI3TgrlrfmYE=/0x184:2048x1336/800x0/images/Laurent-KOSCIELNY-1213833.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/POuiMZtfD7KH2pWghxJEyBFUtk4=/0x0:2048x1152/800x0/images/Neymar-1171633.jpg", + "image": "https://images.bfmtv.com/s3ZtXKRyg26jmcKKI3TgrlrfmYE=/0x184:2048x1336/800x0/images/Laurent-KOSCIELNY-1213833.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30224,42 +31280,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "80187a1a7d11e37c4716c66b4ecbea50", + "hash": "5871e1a687c77156061b8b09877f1f6e", "highlights": [] }, { - "title": "Open d’Australie: Djokovic est libre, le gouvernement australien toujours en réflexion sur son expulsion", - "description": "Novak Djokovic a remporté la première bataille juridique face aux autorités australiennes. Après la décision de la Cour du circuit fédéral d’annuler… l’annulation du visa du Serbe, ce dernier est libre de ses mouvements. Mais le gouvernement fédéral peut encore l’expulser à tout moment.

", - "content": "Novak Djokovic a remporté la première bataille juridique face aux autorités australiennes. Après la décision de la Cour du circuit fédéral d’annuler… l’annulation du visa du Serbe, ce dernier est libre de ses mouvements. Mais le gouvernement fédéral peut encore l’expulser à tout moment.

", + "title": "CAN 2022: un passé polémique pour l'arbitre du surréaliste Tunisie-Mali", + "description": "Au sifflet ce mercredi lors du match de la Coupe d'Afrique des nations 2022 entre la Tunisie et le Mali (0-1), le Zambien Janny Sikazwe a provoqué la colère des Aigles de Carthage en sifflant la fin du match dans l'incompréhension générale. Il n'en est pas à sa première polémique.

", + "content": "Au sifflet ce mercredi lors du match de la Coupe d'Afrique des nations 2022 entre la Tunisie et le Mali (0-1), le Zambien Janny Sikazwe a provoqué la colère des Aigles de Carthage en sifflant la fin du match dans l'incompréhension générale. Il n'en est pas à sa première polémique.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-d-australie-djokovic-est-libre-le-gouvernement-australien-toujours-en-reflexion-sur-son-expulsion_AV-202201100239.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-un-passe-polemique-pour-l-arbitre-du-surrealiste-tunisie-mali_AV-202201120542.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 10:58:22 GMT", - "enclosure": "https://images.bfmtv.com/7OTGwa8VbU8LuIpDz_SsQDsbXI4=/0x57:768x489/800x0/images/Des-membres-de-la-communaute-serbe-manifestent-devant-le-centre-de-retention-de-Melbourne-ou-leur-compatriote-Novak-Djokovic-a-ete-place-apres-son-interdiction-d-entree-sur-le-territoire-australien-en-raison-de-son-statut-vaccinal-le-8-janvier-2022-1211167.jpg", + "pubDate": "Wed, 12 Jan 2022 19:36:10 GMT", + "enclosure": "https://images.bfmtv.com/th39yMnx1PgzgNfpeus2FbrGJFU=/0x160:2048x1312/800x0/images/Tunisie-Mali-le-12-01-2022-1213791.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/7OTGwa8VbU8LuIpDz_SsQDsbXI4=/0x57:768x489/800x0/images/Des-membres-de-la-communaute-serbe-manifestent-devant-le-centre-de-retention-de-Melbourne-ou-leur-compatriote-Novak-Djokovic-a-ete-place-apres-son-interdiction-d-entree-sur-le-territoire-australien-en-raison-de-son-statut-vaccinal-le-8-janvier-2022-1211167.jpg", + "image": "https://images.bfmtv.com/th39yMnx1PgzgNfpeus2FbrGJFU=/0x160:2048x1312/800x0/images/Tunisie-Mali-le-12-01-2022-1213791.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "2f131b24336bc111c9c1b9ef4884de35", + "hash": "ffe15bbc5d3a572fb5bbe54d7bcfa720", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari football d'Eric Di Meco du 10 janvier - CAN", - "description": "Mon pronostic : le Ghana ne perd pas face au Maroc et moins de trois buts (1.98)

", - "content": "Mon pronostic : le Ghana ne perd pas face au Maroc et moins de trois buts (1.98)

", + "title": "Mercato: ça discute toujours entre Monaco et Newcastle pour Badiashile", + "description": "Actuellement blessé pour six semaines, Benoît Badiashile intéresse toujours Newcastle. Les Magpies continuent de discuter avec Monaco pour un transfert cet hiver.

", + "content": "Actuellement blessé pour six semaines, Benoît Badiashile intéresse toujours Newcastle. Les Magpies continuent de discuter avec Monaco pour un transfert cet hiver.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-d-eric-di-meco-du-10-janvier-can_AN-202201100236.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-ca-discute-toujours-entre-monaco-et-newcastle-pour-badiashile_AV-202201120535.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 10:52:26 GMT", - "enclosure": "https://images.bfmtv.com/sxQJMsIFfh_hz_6c28kBhkXHkU8=/0x0:2000x1125/800x0/images/M-Rajevac-1211914.jpg", + "pubDate": "Wed, 12 Jan 2022 19:14:19 GMT", + "enclosure": "https://images.bfmtv.com/xxFlWe8m29ppL6v1KP5e_PHvK8g=/0x42:768x474/800x0/images/Le-defenseur-de-Monaco-Benoit-Badiashile-lors-du-match-de-Ligue-1-contre-le-Paris-SG-au-Parc-des-Princes-le-21-fevrier-2021-1027621.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/sxQJMsIFfh_hz_6c28kBhkXHkU8=/0x0:2000x1125/800x0/images/M-Rajevac-1211914.jpg", + "image": "https://images.bfmtv.com/xxFlWe8m29ppL6v1KP5e_PHvK8g=/0x42:768x474/800x0/images/Le-defenseur-de-Monaco-Benoit-Badiashile-lors-du-match-de-Ligue-1-contre-le-Paris-SG-au-Parc-des-Princes-le-21-fevrier-2021-1027621.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30268,20 +31324,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d550aaf29d51386ca08f4a8e51447922", + "hash": "ede96ade35789a98c2f58fd96dab7b89", "highlights": [] }, { - "title": "CAN 2022: 132e nation mondiale, la belle histoire des Comores pour leur première participation", - "description": "Qualifiés pour la première CAN de leur histoire, les Comores affrontent le Gabon, ce lundi (20 heures). Un événement historique pour le pays, reconnu par la Fifa en 2005.

", - "content": "Qualifiés pour la première CAN de leur histoire, les Comores affrontent le Gabon, ce lundi (20 heures). Un événement historique pour le pays, reconnu par la Fifa en 2005.

", + "title": "Open d'Australie: la tendance serait à l'expulsion de Djokovic, une décision attendue jeudi", + "description": "Le gouvernement australien serait de plus en plus enclin à expulser Novak Djokovic, à quelques jours du début de l'Open d'Australie. Une décision est espérée pour ce jeudi.

", + "content": "Le gouvernement australien serait de plus en plus enclin à expulser Novak Djokovic, à quelques jours du début de l'Open d'Australie. Une décision est espérée pour ce jeudi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-132e-nation-mondiale-la-belle-histoire-des-comores-pour-leur-premiere-participation_AN-202201100225.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-la-tendance-serait-a-l-expulsion-de-djokovic-une-decision-attendue-jeudi_AV-202201120527.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 10:39:20 GMT", - "enclosure": "https://images.bfmtv.com/IBEhlqoIAq9nXHNPO0Bs156s4cQ=/0x53:2000x1178/800x0/images/Les-Comores-face-a-l-Egypte-en-2021-1211867.jpg", + "pubDate": "Wed, 12 Jan 2022 19:00:01 GMT", + "enclosure": "https://images.bfmtv.com/oow58x_AEmBptB-vz1jvMvVIwks=/0x56:1648x983/800x0/images/Novak-Djokovic-1213135.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/IBEhlqoIAq9nXHNPO0Bs156s4cQ=/0x53:2000x1178/800x0/images/Les-Comores-face-a-l-Egypte-en-2021-1211867.jpg", + "image": "https://images.bfmtv.com/oow58x_AEmBptB-vz1jvMvVIwks=/0x56:1648x983/800x0/images/Novak-Djokovic-1213135.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30290,20 +31346,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb4220ab669c8b3e18d191c2f6de2e4d", + "hash": "c7469c0f46b747b6195effc957d1bb3d", "highlights": [] }, { - "title": "Ludovic Lacay, des tables de poker aux… assurances pour animaux !", - "description": "Invité dimanche soir du RMC Poker Show, Ludovic Lacay, ex-légende du poker français, est revenu sur sa toute nouvelle aventure. Il y a quelques mois, il a fondé Napo.pet, une assurance pour chiens et chats en Angleterre.

", - "content": "Invité dimanche soir du RMC Poker Show, Ludovic Lacay, ex-légende du poker français, est revenu sur sa toute nouvelle aventure. Il y a quelques mois, il a fondé Napo.pet, une assurance pour chiens et chats en Angleterre.

", + "title": "Mercato: pourquoi l'OM va recruter Bakambu", + "description": "Libre depuis la fin de son aventure en Chine, et très apprécié par Pablo Longoria, le buteur congolais Cédric Bakambu devrait bientôt s'engager en faveur de l'OM. Il s'agit d'une opportunité de marché pour le club phocéen.

", + "content": "Libre depuis la fin de son aventure en Chine, et très apprécié par Pablo Longoria, le buteur congolais Cédric Bakambu devrait bientôt s'engager en faveur de l'OM. Il s'agit d'une opportunité de marché pour le club phocéen.

", "category": "", - "link": "https://rmcsport.bfmtv.com/poker/ludovic-lacay-des-tables-de-poker-aux-assurances-pour-animaux_AN-202201100191.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-pourquoi-l-om-va-recruter-bakambu_AV-202201120507.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 06:18:39 GMT", - "enclosure": "https://images.bfmtv.com/pW0up9z0N48ls6daCKeKVB2zxDQ=/4x54:996x612/800x0/images/Ludovic-Lacay-des-tables-de-poker-aux-assurances-pour-animaux-1211866.jpg", + "pubDate": "Wed, 12 Jan 2022 18:30:10 GMT", + "enclosure": "https://images.bfmtv.com/MJoOtsy1EFcri8EL-iRv-KZ6nI8=/0x102:2048x1254/800x0/images/Cedric-Bakambu-lors-de-RD-Congo-Zimbabwe-le-30-06-2019-1213747.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/pW0up9z0N48ls6daCKeKVB2zxDQ=/4x54:996x612/800x0/images/Ludovic-Lacay-des-tables-de-poker-aux-assurances-pour-animaux-1211866.jpg", + "image": "https://images.bfmtv.com/MJoOtsy1EFcri8EL-iRv-KZ6nI8=/0x102:2048x1254/800x0/images/Cedric-Bakambu-lors-de-RD-Congo-Zimbabwe-le-30-06-2019-1213747.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30312,20 +31368,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4965676407b6f82da0ebbf47ae8178c", + "hash": "126d89602cc7b5d9e212a0059842ea3e", "highlights": [] }, { - "title": "PSG: la réponse de Verratti aux critiques sur le jeu parisien", - "description": "Après le match nul du PSG à Lyon (1-1) dimanche en clôture de la 20eme journée de Ligue 1, le milieu de terrain parisien Marco Verratti s’est exprimé sur le jeu pratiqué par son équipe et souvent critiqué depuis le début de la saison.

", - "content": "Après le match nul du PSG à Lyon (1-1) dimanche en clôture de la 20eme journée de Ligue 1, le milieu de terrain parisien Marco Verratti s’est exprimé sur le jeu pratiqué par son équipe et souvent critiqué depuis le début de la saison.

", + "title": "Barça-Real, les compos: Ferran Torres fait ses débuts, Alaba finalement absent", + "description": "Pour la demi-finale de Supercoupe d'Espagne, Ferran Torres fait ses débuts avec le Barça contre le Real Madrid (20h). L'attaquant espagnol est titulaire avec Luuk de Jong, préféré à Memphis Depay. En face, Carlo Ancelotti a dû composer avec le forfait de dernière minute de David Alaba.

", + "content": "Pour la demi-finale de Supercoupe d'Espagne, Ferran Torres fait ses débuts avec le Barça contre le Real Madrid (20h). L'attaquant espagnol est titulaire avec Luuk de Jong, préféré à Memphis Depay. En face, Carlo Ancelotti a dû composer avec le forfait de dernière minute de David Alaba.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-la-reponse-de-verratti-aux-critiques-sur-le-jeu-parisien_AV-202201100205.html", + "link": "https://rmcsport.bfmtv.com/football/supercoupe-d-espagne/barca-real-les-compos-ferran-torres-fait-ses-debuts-alaba-finalement-absent_AV-202201120498.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 10:10:23 GMT", - "enclosure": "https://images.bfmtv.com/qjCpDctQmKItkXImP1uS3pE_-18=/0x5:2048x1157/800x0/images/OL-PSG-Marco-Verratti-face-a-Maxence-Caqueret-1211870.jpg", + "pubDate": "Wed, 12 Jan 2022 18:20:13 GMT", + "enclosure": "https://images.bfmtv.com/yWZtAyLbJ4kh4K7UhwTob6Db9VM=/0x46:1888x1108/800x0/images/Ferran-Torres-1213034.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/qjCpDctQmKItkXImP1uS3pE_-18=/0x5:2048x1157/800x0/images/OL-PSG-Marco-Verratti-face-a-Maxence-Caqueret-1211870.jpg", + "image": "https://images.bfmtv.com/yWZtAyLbJ4kh4K7UhwTob6Db9VM=/0x46:1888x1108/800x0/images/Ferran-Torres-1213034.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30334,20 +31390,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b639416ec1b0592e837fac8739b4a08", + "hash": "9339480d306a7fca31f70f620483d33b", "highlights": [] }, { - "title": "Open d’Australie: la grande confusion sur le cas Djokovic après le verdict", - "description": "Après la demande de libération ordonnée par la justice australienne, Novak Djokovic n’est pas encore apparu publiquement. Il serait toujours avec ses avocats alors que son père annonce qu’il a de nouveau été arrêté. Une information démentie.

", - "content": "Après la demande de libération ordonnée par la justice australienne, Novak Djokovic n’est pas encore apparu publiquement. Il serait toujours avec ses avocats alors que son père annonce qu’il a de nouveau été arrêté. Une information démentie.

", + "title": "Open d'Australie en direct: le gouvernement pencherait pour l'expulsion de Djokovic", + "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-mais-ou-est-passe-novak-djokovic_AV-202201100203.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 10:05:00 GMT", - "enclosure": "https://images.bfmtv.com/05xMDiDRXvafcvuQMdrAk3qFi8k=/0x138:2048x1290/800x0/images/Un-fan-de-Novak-Djokovic-1211871.jpg", + "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", + "enclosure": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/05xMDiDRXvafcvuQMdrAk3qFi8k=/0x138:2048x1290/800x0/images/Un-fan-de-Novak-Djokovic-1211871.jpg", + "image": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30356,20 +31412,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a3600cb485f28942f6a729bc242f9b1", + "hash": "11d2ac8b4f41aca400f4b867a35af940", "highlights": [] }, { - "title": "Open d’Australie: vaccin, test positif... ce que Djokovic a déclaré à son arrivée à la frontière australienne", - "description": "Lors de son arrivée à l'aéroport de Melbourne mercredi dernier, Novak Djokovic a été surpris de se voir refuser l'entrée sur le territoire australien par la police aux frontières, et s'imaginait que la décision venait de bien plus haut.

", - "content": "Lors de son arrivée à l'aéroport de Melbourne mercredi dernier, Novak Djokovic a été surpris de se voir refuser l'entrée sur le territoire australien par la police aux frontières, et s'imaginait que la décision venait de bien plus haut.

", + "title": "JO 2022: tests, cas contact... les règles autour du Covid-19 pour les athlètes à Pékin", + "description": "Le 4 février, les Jeux olympiques d'hiver à Pékin débuteront. Dans cette période compliquée où le Covid-19 continue à se propager, le directeur adjoint des JO, Pierre Ducrey, a donné des précisions sur la marche à suivre pour les athlètres, en cas de contamination par le virus.

", + "content": "Le 4 février, les Jeux olympiques d'hiver à Pékin débuteront. Dans cette période compliquée où le Covid-19 continue à se propager, le directeur adjoint des JO, Pierre Ducrey, a donné des précisions sur la marche à suivre pour les athlètres, en cas de contamination par le virus.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-djokovic-revient-sur-son-arrivee-chahutee-dans-une-declaration-sous-serment_AV-202201100190.html", + "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-2022-tests-cas-contact-les-regles-autour-du-covid-19-pour-les-athletes-a-pekin_AV-202201120493.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 09:41:21 GMT", - "enclosure": "https://images.bfmtv.com/62ogJg4CrN6VGPx5FCaIqRqx6Xg=/0x38:2048x1190/800x0/images/Novak-Djokovic-1208278.jpg", + "pubDate": "Wed, 12 Jan 2022 18:10:52 GMT", + "enclosure": "https://images.bfmtv.com/6rA9tEwcDn3dvs77M1Ernl6INso=/0x32:2048x1184/800x0/images/Jeux-olympiques-d-hiver-1213716.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/62ogJg4CrN6VGPx5FCaIqRqx6Xg=/0x38:2048x1190/800x0/images/Novak-Djokovic-1208278.jpg", + "image": "https://images.bfmtv.com/6rA9tEwcDn3dvs77M1Ernl6INso=/0x32:2048x1184/800x0/images/Jeux-olympiques-d-hiver-1213716.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30378,42 +31434,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ad421cf65a029c079cbd039d07ec6fc", + "hash": "b8201956097d8f42e6d8456afecef0d3", "highlights": [] }, { - "title": "Mercato: les Rangers penseraient toujours à Xavi Simons", - "description": "Selon le Daily Record, les Glasgow Rangers s’intéressent de près au jeune milieu de terrain du PSG, Xavi Simons, en fin de contrat dans la capitale.

", - "content": "Selon le Daily Record, les Glasgow Rangers s’intéressent de près au jeune milieu de terrain du PSG, Xavi Simons, en fin de contrat dans la capitale.

", + "title": "Mercato: Cho est très suivi... mais les clubs jouent la montre", + "description": "Considéré comme un joueur très prometteur depuis ses débuts sous les couleurs d'Angers la saison dernière, Mohamed-Ali Cho agite l'actualité des transferts. Selon nos informations, les Angevins sont ouverts aux négociations mais souhaitent garder leur attaquant jusqu'à la fin de la saison.

", + "content": "Considéré comme un joueur très prometteur depuis ses débuts sous les couleurs d'Angers la saison dernière, Mohamed-Ali Cho agite l'actualité des transferts. Selon nos informations, les Angevins sont ouverts aux négociations mais souhaitent garder leur attaquant jusqu'à la fin de la saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-les-rangers-penseraient-toujours-a-xavi-simons_AV-202201100178.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-cho-est-tres-suivi-mais-les-clubs-jouent-la-montre_AV-202201120485.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 09:19:59 GMT", - "enclosure": "https://images.bfmtv.com/_c0p0E-b13x9BKZ8TIbH8yLSleM=/0x0:2048x1152/800x0/images/PSG-Xavi-Simons-face-a-l-OL-1211839.jpg", + "pubDate": "Wed, 12 Jan 2022 18:00:42 GMT", + "enclosure": "https://images.bfmtv.com/EI7VnpWKY9_YFlrHmhC7hDt8nww=/0x0:2048x1152/800x0/images/Mohamed-Ali-Cho-avec-Angers-1154004.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/_c0p0E-b13x9BKZ8TIbH8yLSleM=/0x0:2048x1152/800x0/images/PSG-Xavi-Simons-face-a-l-OL-1211839.jpg", + "image": "https://images.bfmtv.com/EI7VnpWKY9_YFlrHmhC7hDt8nww=/0x0:2048x1152/800x0/images/Mohamed-Ali-Cho-avec-Angers-1154004.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "37a2cf2980eaf1389b882e22c48b7d89", + "hash": "716c7b4a1920e3ea1dc555d32082319f", "highlights": [] }, { - "title": "CAN 2022: grève, fête et covid… la préparation polémique du Gabon avant son entrée en lice", - "description": "Les joueurs du Gabon ont refusé de s’entraîner dimanche pour protester contre des primes non-versées. Une préparation compliquée alors que la sélection débute la CAN 2022 ce lundi contre les Comores (20h).

", - "content": "Les joueurs du Gabon ont refusé de s’entraîner dimanche pour protester contre des primes non-versées. Une préparation compliquée alors que la sélection débute la CAN 2022 ce lundi contre les Comores (20h).

", + "title": "Mercato: Arsenal cible Arthur, la Juve pense à Guimarães", + "description": "Peu actif sur le marché des transferts cet hiver, la tendance pourrait vite changer à Arsenal. Selon nos informations, les Gunners veulent un milieu de terrain et la priorité se nomme Arthur. Des négociations ont lieu avec la Juventus qui, de son côté, pense à Bruno Guimarães.

", + "content": "Peu actif sur le marché des transferts cet hiver, la tendance pourrait vite changer à Arsenal. Selon nos informations, les Gunners veulent un milieu de terrain et la priorité se nomme Arthur. Des négociations ont lieu avec la Juventus qui, de son côté, pense à Bruno Guimarães.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-greve-fete-et-covid-la-preparation-polemique-du-gabon-avant-son-entree-en-lice_AV-202201100168.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-arsenal-cible-arthur-la-juve-pense-a-guimaraes_AV-202201120471.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 09:11:45 GMT", - "enclosure": "https://images.bfmtv.com/6kaxALG7lHM3G4xYNcZLTeGAIwY=/0x150:2048x1302/800x0/images/Aaron-Boupendza-1211841.jpg", + "pubDate": "Wed, 12 Jan 2022 17:53:16 GMT", + "enclosure": "https://images.bfmtv.com/3qqpobWXK062RyfYuukGjHD3hvs=/0x212:2048x1364/800x0/images/Le-Bresilien-Arthur-avec-la-Juventus-en-decembre-2021-1213499.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/6kaxALG7lHM3G4xYNcZLTeGAIwY=/0x150:2048x1302/800x0/images/Aaron-Boupendza-1211841.jpg", + "image": "https://images.bfmtv.com/3qqpobWXK062RyfYuukGjHD3hvs=/0x212:2048x1364/800x0/images/Le-Bresilien-Arthur-avec-la-Juventus-en-decembre-2021-1213499.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30422,20 +31478,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1441b9ba2355f4991a4d5e9aa015b03a", + "hash": "0e07c7c62f435e90779e67c4597e10df", "highlights": [] }, { - "title": "Mercato: Cavani veut rester à Manchester United, selon Rangnick", - "description": "Pisté par le FC Barcelone, Edinson Cavani aurait confié à Ralf Rangnick son intention de rester à Manchester United jusqu'à la fin de la saison.

", - "content": "Pisté par le FC Barcelone, Edinson Cavani aurait confié à Ralf Rangnick son intention de rester à Manchester United jusqu'à la fin de la saison.

", + "title": "Barça-Real: sur quelle chaîne et à quelle heure regarder la demi-finale de la Supercoupe d'Espagne", + "description": "Le FC Barcelone et le Real Madrid s'affrontent ce mercredi en Arabie saoudite en demi-finale de la Supercoupe d'Espagne (20h). Un Clasico à suivre sur la chaîne L'Equipe et le site RMC Sport en live commenté.

", + "content": "Le FC Barcelone et le Real Madrid s'affrontent ce mercredi en Arabie saoudite en demi-finale de la Supercoupe d'Espagne (20h). Un Clasico à suivre sur la chaîne L'Equipe et le site RMC Sport en live commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/mercato-cavani-veut-rester-a-manchester-united-selon-rangnick_AV-202201100165.html", + "link": "https://rmcsport.bfmtv.com/football/supercoupe-d-espagne/barca-real-sur-quelle-chaine-et-a-quelle-heure-regarder-la-demi-finale-de-la-supercoupe-d-espagne_AV-202201120463.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 09:03:01 GMT", - "enclosure": "https://images.bfmtv.com/E02npgaJBPEbXi7LK7xdJsPImaY=/0x0:1984x1116/800x0/images/Edinson-Cavani-et-Ralf-Rangnick-1211748.jpg", + "pubDate": "Wed, 12 Jan 2022 17:45:25 GMT", + "enclosure": "https://images.bfmtv.com/DaNkfrY7iYt8F4YDapbw8RwBK5U=/0x103:2048x1255/800x0/images/Karim-BENZEMA-le-04-12-2021-1213709.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/E02npgaJBPEbXi7LK7xdJsPImaY=/0x0:1984x1116/800x0/images/Edinson-Cavani-et-Ralf-Rangnick-1211748.jpg", + "image": "https://images.bfmtv.com/DaNkfrY7iYt8F4YDapbw8RwBK5U=/0x103:2048x1255/800x0/images/Karim-BENZEMA-le-04-12-2021-1213709.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30444,20 +31500,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "112932fb70ee6bc2476b464b12bfbab9", + "hash": "967364e810f5a12f1ec98a26b26f0c15", "highlights": [] }, { - "title": "Tennis: Kyrgios annonce avoir été testé positif au Covid-19", - "description": "Forfait pour le tournoi de Sydney qui débute ce lundi, Nick Kyrgios a été testé positif au Covid-19. Le fantasque joueur espère toujours pouvoir disputer l’Open d’Australie (17-30 janvier).

", - "content": "Forfait pour le tournoi de Sydney qui débute ce lundi, Nick Kyrgios a été testé positif au Covid-19. Le fantasque joueur espère toujours pouvoir disputer l’Open d’Australie (17-30 janvier).

", + "title": "CAN 2022: triple erreur d'hymne lors de Mauritanie-Gambie", + "description": "L'hymne de la Mauritanie, qui affronte la Gambie ce mercredi à la CAN 2022, n'a pas été diffusé. Les organisateurs du match ont diffusé trois fois le mauvais hymne, avant de renoncer et de se contenter de l'hymne de la Gambie.

", + "content": "L'hymne de la Mauritanie, qui affronte la Gambie ce mercredi à la CAN 2022, n'a pas été diffusé. Les organisateurs du match ont diffusé trois fois le mauvais hymne, avant de renoncer et de se contenter de l'hymne de la Gambie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/tennis-kyrgios-annonce-avoir-ete-teste-positif-au-covid-19_AD-202201100164.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-triple-erreur-d-hymne-lors-de-mauritanie-gambie_AV-202201120460.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 09:00:17 GMT", - "enclosure": "https://images.bfmtv.com/nDfJ0-fzE5o0UOhfxf7BFoxqC4o=/0x107:2048x1259/800x0/images/Nick-Kyrgios-en-septembre-2021-pendant-la-Laver-Cup-1210317.jpg", + "pubDate": "Wed, 12 Jan 2022 17:34:34 GMT", + "enclosure": "https://images.bfmtv.com/XCDvuUpA8_iekQknW9WGsRHG5yo=/0x0:1920x1080/800x0/images/Mauritanie-1213715.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/nDfJ0-fzE5o0UOhfxf7BFoxqC4o=/0x107:2048x1259/800x0/images/Nick-Kyrgios-en-septembre-2021-pendant-la-Laver-Cup-1210317.jpg", + "image": "https://images.bfmtv.com/XCDvuUpA8_iekQknW9WGsRHG5yo=/0x0:1920x1080/800x0/images/Mauritanie-1213715.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30466,42 +31522,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "255804262ba2a70245c21f0b4293a972", + "hash": "0a4f4a58864612791c76c197341935a7", "highlights": [] }, { - "title": "Open d’Australie: mais où est passé Novak Djokovic?", - "description": "Après la demande de libération ordonnée par la justice australienne, Novak Djokovic n’est pas encore apparu publiquement. Il serait toujours avec ses avocats alors que son père annonce qu’il a de nouveau été arrêté. Une information démentie.

", - "content": "Après la demande de libération ordonnée par la justice australienne, Novak Djokovic n’est pas encore apparu publiquement. Il serait toujours avec ses avocats alors que son père annonce qu’il a de nouveau été arrêté. Une information démentie.

", + "title": "CAN 2022: une réserve déposée par la Tunisie qui ne veut pas en rester-là après sa défaite face au Mali", + "description": "Hussein Junayah, chef de délégation tunisienne, a confirmé ce mercredi le dépôt d’une réserve par la Tunisie après la fin de match folle de son premier match de la CAN 2022 contre le Mali. Une réclamation formulée après avoir vu l’arbitre siffler la fin de match trop tôt, à deux reprises.

", + "content": "Hussein Junayah, chef de délégation tunisienne, a confirmé ce mercredi le dépôt d’une réserve par la Tunisie après la fin de match folle de son premier match de la CAN 2022 contre le Mali. Une réclamation formulée après avoir vu l’arbitre siffler la fin de match trop tôt, à deux reprises.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-mais-ou-est-passe-novak-djokovic_AV-202201100203.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-une-reserve-deposee-par-la-tunisie-qui-ne-veut-pas-en-rester-la-apres-sa-defaite-face-au-mali_AV-202201120443.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 10:05:00 GMT", - "enclosure": "https://images.bfmtv.com/05xMDiDRXvafcvuQMdrAk3qFi8k=/0x138:2048x1290/800x0/images/Un-fan-de-Novak-Djokovic-1211871.jpg", + "pubDate": "Wed, 12 Jan 2022 17:18:12 GMT", + "enclosure": "https://images.bfmtv.com/5HUXgBQmy6aII7p9k_1-TO5DjTc=/0x106:2048x1258/800x0/images/Des-supporters-tunisiens-lors-du-match-de-la-CAN-2022-contre-le-Mali-1213690.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/05xMDiDRXvafcvuQMdrAk3qFi8k=/0x138:2048x1290/800x0/images/Un-fan-de-Novak-Djokovic-1211871.jpg", + "image": "https://images.bfmtv.com/5HUXgBQmy6aII7p9k_1-TO5DjTc=/0x106:2048x1258/800x0/images/Des-supporters-tunisiens-lors-du-match-de-la-CAN-2022-contre-le-Mali-1213690.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e247a0584d2d52e98f9a7f14c8ceaacf", + "hash": "6f2c7f217f893b4b5ae07cd18f647fca", "highlights": [] }, { - "title": "Open d'Australie en direct: Djokovic dans l'attente de la décision du ministre de l'Immigration", - "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", - "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "title": "Bordeaux: mis à l'écart du groupe pro, Zerkane se défend face aux rumeurs", + "description": "Dans un message posté sur ses réseaux sociaux, Mehdi Zerkane confirme avoir été mis à l'écart du groupe professionnel des Girondins de Bordeaux. Le milieu algérien assure en revanche ne jamais avoir menti concernant ses tests PCR.

", + "content": "Dans un message posté sur ses réseaux sociaux, Mehdi Zerkane confirme avoir été mis à l'écart du groupe professionnel des Girondins de Bordeaux. Le milieu algérien assure en revanche ne jamais avoir menti concernant ses tests PCR.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-mis-a-l-ecart-du-groupe-pro-zerkane-se-defend-face-aux-rumeurs_AV-202201120431.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", - "enclosure": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", + "pubDate": "Wed, 12 Jan 2022 17:01:42 GMT", + "enclosure": "https://images.bfmtv.com/uH4O7PEMNpHB27v64KzLuulQSVU=/0x106:2048x1258/800x0/images/Mehdi-ZERKANE-lors-de-Marseille-Bordeaux-le-15-08-2021-1213649.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", + "image": "https://images.bfmtv.com/uH4O7PEMNpHB27v64KzLuulQSVU=/0x106:2048x1258/800x0/images/Mehdi-ZERKANE-lors-de-Marseille-Bordeaux-le-15-08-2021-1213649.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30510,64 +31566,64 @@ "favorite": false, "created": false, "tags": [], - "hash": "62a53d304edbc0157c68a14e3a58cecf", + "hash": "1414ef3b939b9066486596583d9e66be", "highlights": [] }, { - "title": "NBA: le contre incroyable de Ja Morant face aux Lakers", - "description": "Une nouvelle fois monstrueux face aux Lakers de Los Angeles (127-119), Ja Morant a gratifié les spectateurs d'un contre monumental devant Avery Bradley.

", - "content": "Une nouvelle fois monstrueux face aux Lakers de Los Angeles (127-119), Ja Morant a gratifié les spectateurs d'un contre monumental devant Avery Bradley.

", + "title": "Le clan Raiola dément une hospitalisation d'urgence et parle d'une intervention programmée", + "description": "La Gazzetta dello Sport annonçait ce mercredi l’hospitalisation en urgence de Mino Raiola en Italie. Sur son compte twitter, le clan de l’agent de joueurs a rassuré sur son état de santé.

", + "content": "La Gazzetta dello Sport annonçait ce mercredi l’hospitalisation en urgence de Mino Raiola en Italie. Sur son compte twitter, le clan de l’agent de joueurs a rassuré sur son état de santé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/nba/nba-le-contre-incroyable-de-ja-morant-face-aux-lakers_AN-202201100160.html", + "link": "https://rmcsport.bfmtv.com/societe/le-clan-raiola-dement-une-hospitalisation-d-urgence-et-parle-d-une-intervention-programmee_AV-202201120424.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 08:40:55 GMT", - "enclosure": "https://images.bfmtv.com/Ziuj7502J3V215II0rUB7KNzdQs=/0x0:1984x1116/800x0/images/Ja-Morant-le-joueur-des-Memphis-Grizzlies-1211804.jpg", + "pubDate": "Wed, 12 Jan 2022 16:57:31 GMT", + "enclosure": "https://images.bfmtv.com/CCFaJiyfMkumdMwTzE8ucLbQVRQ=/0x109:2048x1261/800x0/images/Mino-Raiola-1018259.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Ziuj7502J3V215II0rUB7KNzdQs=/0x0:1984x1116/800x0/images/Ja-Morant-le-joueur-des-Memphis-Grizzlies-1211804.jpg", + "image": "https://images.bfmtv.com/CCFaJiyfMkumdMwTzE8ucLbQVRQ=/0x109:2048x1261/800x0/images/Mino-Raiola-1018259.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bcbb4a85dfd792bff11de76dbce32778", + "hash": "95205a56d1ff7632a8f6571c2c1628b9", "highlights": [] }, { - "title": "Tottenham: le malaise Ndombele, poussé vers un départ au mercato", - "description": "Sifflé par ses propres supporters dimanche lors du match de FA Cup face à Morecambe (D3), le milieu de terrain français de Tottenham, Tanguy Ndombele, n'entre pas dans les plans d’Antonio Conte. Les Spurs semblent désormais ouverts à un départ de l’ex-Lyonnais au mercato d’hiver.

", - "content": "Sifflé par ses propres supporters dimanche lors du match de FA Cup face à Morecambe (D3), le milieu de terrain français de Tottenham, Tanguy Ndombele, n'entre pas dans les plans d’Antonio Conte. Les Spurs semblent désormais ouverts à un départ de l’ex-Lyonnais au mercato d’hiver.

", + "title": "Nice: Galtier n'exclut pas de nouveaux départs au mercato", + "description": "Deuxième en Ligue 1 derrière le PSG, l’OGC Nice a accueilli en prêt Jordan Amavi pour combler le départ d’Hassane Kamara. En conférence de presse, le technicien Christophe Galtier a été interrogé sur la suite du mercato.

", + "content": "Deuxième en Ligue 1 derrière le PSG, l’OGC Nice a accueilli en prêt Jordan Amavi pour combler le départ d’Hassane Kamara. En conférence de presse, le technicien Christophe Galtier a été interrogé sur la suite du mercato.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/tottenham-le-malaise-ndombele-pousse-vers-un-depart-au-mercato_AV-202201100150.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/nice-galtier-n-exclut-pas-de-nouveaux-departs-au-mercato_AV-202201120408.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 08:27:21 GMT", - "enclosure": "https://images.bfmtv.com/s-_etLZC9YZ7eubYJcO4kjF-eQc=/0x1:2048x1153/800x0/images/Un-malaise-Tanguy-Ndombele-a-Tottenham-1211807.jpg", + "pubDate": "Wed, 12 Jan 2022 16:43:24 GMT", + "enclosure": "https://images.bfmtv.com/pLPoYALitRE1lHLdYSMBZkx32z0=/0x0:1200x675/800x0/images/Christophe-Galtier-1211477.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/s-_etLZC9YZ7eubYJcO4kjF-eQc=/0x1:2048x1153/800x0/images/Un-malaise-Tanguy-Ndombele-a-Tottenham-1211807.jpg", + "image": "https://images.bfmtv.com/pLPoYALitRE1lHLdYSMBZkx32z0=/0x0:1200x675/800x0/images/Christophe-Galtier-1211477.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c6f1bc76d4c43e12476a12b8d671279f", + "hash": "9bb0c43876f19807ca4ce0db5c643b57", "highlights": [] }, { - "title": "CAN en direct: le Sénégal et le Maroc entrent en lice, les joueurs du Gabon toujours en grève", - "description": "Suivez en direct la Coupe d'Afrique des nations avec au programme, ce lundi, quatre matchs: Sénégal-Zimbabwe (14h), Guinée-Malawi (17h), Maroc-Ghana (17h) et Comores-Gabon (20h).

", - "content": "Suivez en direct la Coupe d'Afrique des nations avec au programme, ce lundi, quatre matchs: Sénégal-Zimbabwe (14h), Guinée-Malawi (17h), Maroc-Ghana (17h) et Comores-Gabon (20h).

", + "title": "Mercato en direct: la Juventus pense à Bruno Guimarães", + "description": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", + "content": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-en-direct-toutes-les-infos_LN-202201100133.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-lucas-digne-en-direction-d-aston-villa_LN-202201100063.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 08:03:07 GMT", - "enclosure": "https://images.bfmtv.com/2Qnm-bPUQusTV7bg4ZOcnfEqS2o=/0x51:2032x1194/800x0/images/Le-Senegal-entre-en-lice-ce-lundi-1211778.jpg", + "pubDate": "Mon, 10 Jan 2022 06:35:48 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": "https://images.bfmtv.com/2Qnm-bPUQusTV7bg4ZOcnfEqS2o=/0x51:2032x1194/800x0/images/Le-Senegal-entre-en-lice-ce-lundi-1211778.jpg", + "image": "https://images.bfmtv.com/HrOrNUPqAfmgfJq8X0z35bdEQuk=/0x55:2048x1207/800x0/images/Bruno-Guimaraes-lors-du-match-face-a-Strasbourg-le-12-septembre-1126773.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30576,20 +31632,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c980c0414e3247af8ef5da6cd0d8759", + "hash": "644643cc096ca1e460c7501d6360430e", "highlights": [] }, { - "title": "NBA: Après deux ans et demi d'absence, Thompson réussit un retour épatant avec les Warriors", - "description": "Absent des parquets pendant 941 jours, Klay Thompson a rejoué ce dimanche lors de la victoire des Warriors de Golden State face aux Cavaliers de Cleveland.

", - "content": "Absent des parquets pendant 941 jours, Klay Thompson a rejoué ce dimanche lors de la victoire des Warriors de Golden State face aux Cavaliers de Cleveland.

", + "title": "CAN 2022: les Maliens aussi n'ont pas compris la fin de match rocambolesque contre la Tunisie", + "description": "Le match Tunisie-Mali (0-1) de la Coupe d’Afrique des nations 2022 s'est terminé de manière chaotique ce mercredi avec un coup de sifflet final sifflé trop tôt à deux reprises. Le défenseur malien Massadio Haïdara a expliqué pourquoi son équipe a fini par revenir sur le terrain.

", + "content": "Le match Tunisie-Mali (0-1) de la Coupe d’Afrique des nations 2022 s'est terminé de manière chaotique ce mercredi avec un coup de sifflet final sifflé trop tôt à deux reprises. Le défenseur malien Massadio Haïdara a expliqué pourquoi son équipe a fini par revenir sur le terrain.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/nba/nba-apres-deux-ans-et-demi-d-absence-thompson-reussit-un-retour-epatant-avec-les-warriors_AD-202201100105.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-les-maliens-aussi-n-ont-pas-compris-la-fin-de-match-rocambolesque-contre-la-tunisie_AV-202201120400.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 07:29:25 GMT", - "enclosure": "https://images.bfmtv.com/khrdfoACUCqSQ8cCJQxn7o0JY0k=/7x62:2391x1403/800x0/images/-815537.jpg", + "pubDate": "Wed, 12 Jan 2022 16:32:16 GMT", + "enclosure": "https://images.bfmtv.com/ZGA5shTwNhuV6OQVjMlAqXn0rL8=/0x196:2048x1348/800x0/images/Massadio-Haidara-et-Hannibal-Mejbri-lors-de-Tunisie-Mali-CAN-le-12-janvier-2022-1213614.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/khrdfoACUCqSQ8cCJQxn7o0JY0k=/7x62:2391x1403/800x0/images/-815537.jpg", + "image": "https://images.bfmtv.com/ZGA5shTwNhuV6OQVjMlAqXn0rL8=/0x196:2048x1348/800x0/images/Massadio-Haidara-et-Hannibal-Mejbri-lors-de-Tunisie-Mali-CAN-le-12-janvier-2022-1213614.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30598,20 +31654,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1f8a5b2d57b64d9f68ba84d2d318964", + "hash": "4697f88eb18203a8b9dc42a3a8922d14", "highlights": [] }, { - "title": "Open d’Australie: Comment le gouvernement peut expulser Djokovic quand même", - "description": "Si la justice a ordonné sa libération immédiate, Novak Djokovic peut encore être expulsé par le gouvernement australien et le ministre de l’Immigration qui envisage d’utiliser son pouvoir personnel.

", - "content": "Si la justice a ordonné sa libération immédiate, Novak Djokovic peut encore être expulsé par le gouvernement australien et le ministre de l’Immigration qui envisage d’utiliser son pouvoir personnel.

", + "title": "\"J’ai perdu six kilos\": Cassano raconte son calvaire sous Covid", + "description": "Lors d’un live Twitch avec son ancien coéquipier en sélection Christian Vieri, Antonio Cassano s'est exprimé sur sa récente hospitalisation. Il a connu des complications après avoir été testé positif au coronavirus.

", + "content": "Lors d’un live Twitch avec son ancien coéquipier en sélection Christian Vieri, Antonio Cassano s'est exprimé sur sa récente hospitalisation. Il a connu des complications après avoir été testé positif au coronavirus.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-comment-le-gouvernement-peut-expulser-djokovic-quand-meme_AV-202201100101.html", + "link": "https://rmcsport.bfmtv.com/societe/j-ai-perdu-six-kilos-cassano-raconte-son-calvaire-sous-covid_AV-202201120377.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 07:22:02 GMT", - "enclosure": "https://images.bfmtv.com/FmrGyUZ-bTfCAW2yZa3fBB85Lng=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-6-novembre-2021-1210035.jpg", + "pubDate": "Wed, 12 Jan 2022 16:02:12 GMT", + "enclosure": "https://images.bfmtv.com/5EClgXk8z9qSrNNlCNywcIeAAls=/0x106:1968x1213/800x0/images/Antonio-Cassano-1213599.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/FmrGyUZ-bTfCAW2yZa3fBB85Lng=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-6-novembre-2021-1210035.jpg", + "image": "https://images.bfmtv.com/5EClgXk8z9qSrNNlCNywcIeAAls=/0x106:1968x1213/800x0/images/Antonio-Cassano-1213599.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30620,20 +31676,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4cec40e920f9f7c7a86ade3b1eebfd8f", + "hash": "b923323b7f0fceb82a3cf51bc5700487", "highlights": [] }, { - "title": "Earvin Ngapeth de retour à Tours, là où tout a commencé pour le prodige du volley français", - "description": "Qualifié pour les huitièmes de finale de la CEV Cup avec Modène, Earvin Ngapeth retrouve le Palais des Sports de Grenon, à Tours, où il a commencé sa carrière professionnelle sous le maillot du TVB, en 2008. Son papa, Eric, et ses anciens coéquipiers se souviennent. 

", - "content": "Qualifié pour les huitièmes de finale de la CEV Cup avec Modène, Earvin Ngapeth retrouve le Palais des Sports de Grenon, à Tours, où il a commencé sa carrière professionnelle sous le maillot du TVB, en 2008. Son papa, Eric, et ses anciens coéquipiers se souviennent. 

", + "title": "CAN 2022: fin de match totalement dingue et polémique, l'arbitre de Tunisie-Mali a sifflé trop tôt", + "description": "Le Mali s'est imposé 1-0 face à la Tunisie, ce mercredi à la CAN 2022. Mais la fin du match a été sifflée trop tôt par l'arbitre, à deux reprises. Le match aurait dû reprendre, à la suite de cette erreur, mais les Tunisiens ne sont pas revenus sur la pelouse.

", + "content": "Le Mali s'est imposé 1-0 face à la Tunisie, ce mercredi à la CAN 2022. Mais la fin du match a été sifflée trop tôt par l'arbitre, à deux reprises. Le match aurait dû reprendre, à la suite de cette erreur, mais les Tunisiens ne sont pas revenus sur la pelouse.

", "category": "", - "link": "https://rmcsport.bfmtv.com/volley/earvin-ngapeth-de-retour-a-tours-souvenirs-du-jour-ou-le-destin-du-prodige-a-bascule_AV-202201100013.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-fin-de-match-totalement-dingue-et-polemique-l-arbitre-de-tunisie-mali-a-siffle-trop-tot_AV-202201120364.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 07:00:00 GMT", - "enclosure": "https://images.bfmtv.com/_bKfaQLaoIOLOYSDUSF54hBir_M=/0x0:1200x675/800x0/images/Earvin-Ngapeth-exulte-avec-son-entraineur-Andrea-Giani-1211569.jpg", + "pubDate": "Wed, 12 Jan 2022 15:38:30 GMT", + "enclosure": "https://images.bfmtv.com/bMHwLXsTe1TmcKZmIMqZG5PzSsQ=/0x0:1920x1080/800x0/images/Janny-Sikazwe-1213585.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/_bKfaQLaoIOLOYSDUSF54hBir_M=/0x0:1200x675/800x0/images/Earvin-Ngapeth-exulte-avec-son-entraineur-Andrea-Giani-1211569.jpg", + "image": "https://images.bfmtv.com/bMHwLXsTe1TmcKZmIMqZG5PzSsQ=/0x0:1920x1080/800x0/images/Janny-Sikazwe-1213585.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30642,20 +31698,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "39af0b7bcf8ac7b8916f9da09d8143c8", + "hash": "85f5851dbbf8dd9bb24b60ad23ccba1b", "highlights": [] }, { - "title": "Open d’Australie: la justice ordonne la libération immédiate de Djokovic", - "description": "La justice australienne a ordonné la libération immédiate de Novak Djokovic de son lieu de rétention pour immigrés, ce lundi. Mais le gouvernement australien peut toujours annuler le visa du Serbe.

", - "content": "La justice australienne a ordonné la libération immédiate de Novak Djokovic de son lieu de rétention pour immigrés, ce lundi. Mais le gouvernement australien peut toujours annuler le visa du Serbe.

", + "title": "Premier League: la prolongation de Salah à Liverpool \"en bonne voie\", selon Klopp", + "description": "Sous contrat avec Liverpool jusqu'en juin 2023, Mohammed Salah avait évoqué cette semaine sa volonté de prolonger son contrat avec les Reds. Ce mercredi, son entraîneur Jürgen Klopp a assuré devant la presse que ce dossier est \"en bonne voie\".

", + "content": "Sous contrat avec Liverpool jusqu'en juin 2023, Mohammed Salah avait évoqué cette semaine sa volonté de prolonger son contrat avec les Reds. Ce mercredi, son entraîneur Jürgen Klopp a assuré devant la presse que ce dossier est \"en bonne voie\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-la-justice-ordonne-la-liberation-immediate-de-djokovic_AV-202201100073.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-la-prolongation-de-salah-a-liverpool-en-bonne-voie-selon-klopp_AV-202201120360.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 06:43:01 GMT", - "enclosure": "https://images.bfmtv.com/wPargP9SsUvYjg8EpKKmAl5LuXk=/255x356:2047x1364/800x0/images/Novak-Djokovic-1208293.jpg", + "pubDate": "Wed, 12 Jan 2022 15:15:38 GMT", + "enclosure": "https://images.bfmtv.com/VeTYHw7BzEiL9YCz0Fee8DIjGd4=/0x0:2000x1125/800x0/images/Mohamed-Salah-Liverpool-1173218.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/wPargP9SsUvYjg8EpKKmAl5LuXk=/255x356:2047x1364/800x0/images/Novak-Djokovic-1208293.jpg", + "image": "https://images.bfmtv.com/VeTYHw7BzEiL9YCz0Fee8DIjGd4=/0x0:2000x1125/800x0/images/Mohamed-Salah-Liverpool-1173218.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30664,42 +31720,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae6e393ac956ad1487d5cad957eb614d", + "hash": "67c256b7b95869251a6a32c98b8e6df2", "highlights": [] }, { - "title": "Mercato en direct: Lucas Digne en direction d'Aston Villa", - "description": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", - "content": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", + "title": "Barça-Real en direct: nouvelle égalisation, prolongation en cours", + "description": "Le FC Barcelone et le Real Madrid ont rendez-vous ce mercredi du côté de Riyad, capitale de l'Arabie saoudite, pour la première demi-finale de la Supercoupe d'Espagne. Un Clasico à suivre en direct commenté sur RMC Sport. Coup d'envoi à 20h.

", + "content": "Le FC Barcelone et le Real Madrid ont rendez-vous ce mercredi du côté de Riyad, capitale de l'Arabie saoudite, pour la première demi-finale de la Supercoupe d'Espagne. Un Clasico à suivre en direct commenté sur RMC Sport. Coup d'envoi à 20h.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-lucas-digne-en-direction-d-aston-villa_LN-202201100063.html", + "link": "https://rmcsport.bfmtv.com/football/supercoupe-d-espagne/supercoupe-d-espagne-en-direct-suivez-le-clasico-barca-real-en-demi-finale_LS-202201120446.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 06:35:48 GMT", - "enclosure": "https://images.bfmtv.com/jN7XpErmzNKydu7A014B3rO1Ep8=/0x0:1184x666/800x0/images/-877559.jpg", + "pubDate": "Wed, 12 Jan 2022 17:20:37 GMT", + "enclosure": "https://images.bfmtv.com/3VAiDhwqY0_Ddx5ye8Oww0SPBrA=/0x0:2048x1152/800x0/images/Barca-Real-1213862.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/jN7XpErmzNKydu7A014B3rO1Ep8=/0x0:1184x666/800x0/images/-877559.jpg", + "image": "https://images.bfmtv.com/3VAiDhwqY0_Ddx5ye8Oww0SPBrA=/0x0:2048x1152/800x0/images/Barca-Real-1213862.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "a3f1228af654e9c7023ab2acfed0eaa7", + "hash": "fd83e72207f5bf65e05303c147cef1bb", "highlights": [] }, { - "title": "CAN 2022: la Fédération algérienne condamne l'agression de trois journalistes", - "description": "Dans un communiqué, la Fédération algérienne de football a apporté son soutien aux trois journalistes agressés en marge de la Coupe d'Afrique des nations.

", - "content": "Dans un communiqué, la Fédération algérienne de football a apporté son soutien aux trois journalistes agressés en marge de la Coupe d'Afrique des nations.

", + "title": "Barça-Real: Benzema décisif, un but chanceux pour le Barça", + "description": "Le Barça et Le Real sont dos-à-dos à la pause ce mercredi en demi-finale de la Supercoupe d’Espagne (1-1). Avec un but plein de réussite de Luuk De Jong, les Catalans ont répondu à l’ouverture du score de Vinicius sur un service de Benzema.

", + "content": "Le Barça et Le Real sont dos-à-dos à la pause ce mercredi en demi-finale de la Supercoupe d’Espagne (1-1). Avec un but plein de réussite de Luuk De Jong, les Catalans ont répondu à l’ouverture du score de Vinicius sur un service de Benzema.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-la-federation-algerienne-condamne-l-agression-de-trois-journalistes_AV-202201100056.html", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-real-benzema-decisif-un-but-chanceux-pour-le-barca_AV-202201120552.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 06:23:06 GMT", - "enclosure": "https://images.bfmtv.com/0vfcYWwOKBdClFGHuWKRAzz09w0=/0x0:2048x1152/800x0/images/L-Algerie-qualifiee-pour-la-finale-de-la-Coupe-Arabe-1190635.jpg", + "pubDate": "Wed, 12 Jan 2022 20:07:00 GMT", + "enclosure": "https://images.bfmtv.com/gxnqa3wq9vcSxGcMztmMmHmerVc=/0x39:768x471/800x0/images/L-attaquant-du-Real-Karim-Benzema-frappe-au-but-contre-Valence-le-8-janvier-2022-a-Madrid-1211221.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/gxnqa3wq9vcSxGcMztmMmHmerVc=/0x39:768x471/800x0/images/L-attaquant-du-Real-Karim-Benzema-frappe-au-but-contre-Valence-le-8-janvier-2022-a-Madrid-1211221.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30708,20 +31764,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "45acbdadd8da96d20f148436ea27431b", + "hash": "f6e1009a9132a4e1520bdcd9d7d2bcb4", "highlights": [] }, { - "title": "PSG: Verratti conquis par Simons et Michut", - "description": "Marco Verratti a salué l’entrée remarquée des jeunes milieux de terrain du PSG, Xavi Simons et Edouard Michut, dimanche lors du match entre Lyon et le PSG (1-1).

", - "content": "Marco Verratti a salué l’entrée remarquée des jeunes milieux de terrain du PSG, Xavi Simons et Edouard Michut, dimanche lors du match entre Lyon et le PSG (1-1).

", + "title": "CAN en direct: triple erreur d'hymne lors de Mauritanie-Gambie", + "description": "Suivez en direct la Coupe d'Afrique des nations avec au programme, ce mercredi, trois matchs: Tunisie-Mali (14h), Mauritanie-Gambie (17h), Guinée Equatoriale-Côte d'Ivoire (20h).

", + "content": "Suivez en direct la Coupe d'Afrique des nations avec au programme, ce mercredi, trois matchs: Tunisie-Mali (14h), Mauritanie-Gambie (17h), Guinée Equatoriale-Côte d'Ivoire (20h).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-verratti-conquis-par-simons-et-michut_AV-202201100046.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-en-direct-toutes-les-infos_LN-202201100133.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 06:11:53 GMT", - "enclosure": "https://images.bfmtv.com/THaRShrnxhC6bOG3AWW0p07G8A0=/0x212:2048x1364/800x0/images/Edouard-Michut-et-Xavi-Simons-1211685.jpg", + "pubDate": "Mon, 10 Jan 2022 08:03:07 GMT", + "enclosure": "https://images.bfmtv.com/egF2CKmDnfpM1s53hMEww5G9g7Y=/0x106:2048x1258/800x0/images/Mauritanie-1213666.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/THaRShrnxhC6bOG3AWW0p07G8A0=/0x212:2048x1364/800x0/images/Edouard-Michut-et-Xavi-Simons-1211685.jpg", + "image": "https://images.bfmtv.com/egF2CKmDnfpM1s53hMEww5G9g7Y=/0x106:2048x1258/800x0/images/Mauritanie-1213666.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30730,20 +31786,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7dce0e01d347793233406c53fc678e1a", + "hash": "e350a11491778732a0cfb9f4d5046c4a", "highlights": [] }, { - "title": "Barça: Piqué se moque d’Emery avec la remontada", - "description": "Unai Emery, entraîneur de Villarreal, s’est emporté contre la communication de Gérard Piqué sur les réseaux sociaux. Ce à quoi le défenseur du Barça a répondu par une provoquante référence à la remontada subie par Emery avec le PSG face au Barça en 2017.

", - "content": "Unai Emery, entraîneur de Villarreal, s’est emporté contre la communication de Gérard Piqué sur les réseaux sociaux. Ce à quoi le défenseur du Barça a répondu par une provoquante référence à la remontada subie par Emery avec le PSG face au Barça en 2017.

", + "title": "Mercato: l'énorme chèque que préparerait Newcastle pour Haïdara", + "description": "Racheté par un fond d’investissement saoudien en octobre dernier, Newcastle se montre comme prévu actif pour ce mercato hivernal. Après Kieran Trippier, les Magpies voudraient tenter le coup pour Amadou Haïdara. Pour conclure ce dossier, les Anglais seraient prêts à investir beaucoup d’argent.

", + "content": "Racheté par un fond d’investissement saoudien en octobre dernier, Newcastle se montre comme prévu actif pour ce mercato hivernal. Après Kieran Trippier, les Magpies voudraient tenter le coup pour Amadou Haïdara. Pour conclure ce dossier, les Anglais seraient prêts à investir beaucoup d’argent.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/barca-pique-se-moque-d-emery-avec-la-remontada_AV-202201100025.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-l-enorme-cheque-que-preparerait-newcastle-pour-haidara_AV-202201120356.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 05:30:38 GMT", - "enclosure": "https://images.bfmtv.com/N_bvharRYU-miHqxx3O8UvLCepw=/0x0:2048x1152/800x0/images/Gerard-Pique-1211663.jpg", + "pubDate": "Wed, 12 Jan 2022 15:07:20 GMT", + "enclosure": "https://images.bfmtv.com/s28OX2VmRuvhSnn7hDaOHW2wf_s=/0x0:2048x1152/800x0/images/Amadou-Haidara-1213569.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/N_bvharRYU-miHqxx3O8UvLCepw=/0x0:2048x1152/800x0/images/Gerard-Pique-1211663.jpg", + "image": "https://images.bfmtv.com/s28OX2VmRuvhSnn7hDaOHW2wf_s=/0x0:2048x1152/800x0/images/Amadou-Haidara-1213569.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30752,20 +31808,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8e3dcb229631c9fce86e152f5ca9621", + "hash": "57a0f34b4c29689265d4414642d556a4", "highlights": [] }, { - "title": "Open d'Australie: début d'audience chaotique pour l'appel de Djokovic", - "description": "L'audience en appel de Novak Djokovic a débuté dans la nuit de dimanche à lundi en France de manière un peu chaotique en raison de l'affluence mondiale inhabituelle sur les retransmissions en direct et en ligne des débats.

", - "content": "L'audience en appel de Novak Djokovic a débuté dans la nuit de dimanche à lundi en France de manière un peu chaotique en raison de l'affluence mondiale inhabituelle sur les retransmissions en direct et en ligne des débats.

", + "title": "CAN 2022: au Cameroun, un premier match organisé en zone de guerre", + "description": "Dans les deux régions Sud-Ouest et Nord-Ouest, où vit l'essentiel de la minorité anglophone d'un pays majoritairement francophone, les groupes armés séparatistes et les forces de sécurité dépêchées par Yaoundé s'affrontent dans un conflit meurtrier qui a fait plusieurs milliers de morts et déplacé des centaines de milliers de personnes.

", + "content": "Dans les deux régions Sud-Ouest et Nord-Ouest, où vit l'essentiel de la minorité anglophone d'un pays majoritairement francophone, les groupes armés séparatistes et les forces de sécurité dépêchées par Yaoundé s'affrontent dans un conflit meurtrier qui a fait plusieurs milliers de morts et déplacé des centaines de milliers de personnes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-debut-d-audience-chaotique-pour-l-appel-de-djokovic_AV-202201100015.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-au-cameroun-un-premier-match-organise-en-zone-de-guerre_AV-202201120349.html", "creator": "", - "pubDate": "Mon, 10 Jan 2022 04:55:08 GMT", - "enclosure": "https://images.bfmtv.com/BZOsuZcPEthaxcXaKTnoMotg3BU=/40x313:1896x1357/800x0/images/Novak-Djokovic-le-7-novembre-2021-a-Paris-1210418.jpg", + "pubDate": "Wed, 12 Jan 2022 14:49:51 GMT", + "enclosure": "https://images.bfmtv.com/sQC8MiFA0zZHPCTxQcGoyefsIeM=/0x0:1200x675/800x0/images/Ibrahima-Kona-celebre-l-ouverture-du-score-avec-ses-coequipiers-1213570.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/BZOsuZcPEthaxcXaKTnoMotg3BU=/40x313:1896x1357/800x0/images/Novak-Djokovic-le-7-novembre-2021-a-Paris-1210418.jpg", + "image": "https://images.bfmtv.com/sQC8MiFA0zZHPCTxQcGoyefsIeM=/0x0:1200x675/800x0/images/Ibrahima-Kona-celebre-l-ouverture-du-score-avec-ses-coequipiers-1213570.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30774,20 +31830,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb3221f8cec27916af4898dd822c299a", + "hash": "8d07ed010a1a531937ec509ab855f8b7", "highlights": [] }, { - "title": "OL-PSG: Michut et Simons savourent leur première de la saison en Ligue 1", - "description": "Xavi Simons et Edouard Michut sont entrés en jeu ce dimanche face à l'OL (1-1) lors de la 20e journée de Ligue 1, disputant leurs premières minutes de la saison en championnat avec le PSG. Les deux jeunes talents se sont illustrés, avec notamment une passe décisive pour Michut.

", - "content": "Xavi Simons et Edouard Michut sont entrés en jeu ce dimanche face à l'OL (1-1) lors de la 20e journée de Ligue 1, disputant leurs premières minutes de la saison en championnat avec le PSG. Les deux jeunes talents se sont illustrés, avec notamment une passe décisive pour Michut.

", + "title": "Explosion sur le Dakar: où en est l'enquête?", + "description": "Près de deux semaines après l'explosion qui a gravement blessé un pilote du Dakar 2022 avant même le départ de la course, l'enquête se poursuit.

", + "content": "Près de deux semaines après l'explosion qui a gravement blessé un pilote du Dakar 2022 avant même le départ de la course, l'enquête se poursuit.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-psg-michut-et-simons-savourent-leur-premiere-de-la-saison-en-ligue-1_AV-202201090261.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/rallye/explosion-sur-le-dakar-ou-en-est-l-enquete_AV-202201120338.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 23:50:57 GMT", - "enclosure": "https://images.bfmtv.com/z1PAinRll1K5Pz6c8dF_bcE2eGI=/0x106:2048x1258/800x0/images/Simons-Michut-1211638.jpg", + "pubDate": "Wed, 12 Jan 2022 14:15:19 GMT", + "enclosure": "https://images.bfmtv.com/JOHRCK606YEXFREFKidxoMEjAvk=/0x0:768x432/800x0/images/Philippe-Boutron-grievement-blesse-dans-l-explosion-de-son-vehicule-a-Jeddah-en-Arabie-Saoudite-avant-le-depart-du-Dakar-2022-le-30-decembre-est-sorti-du-coma-a-declare-jeudi-son-fils-dans-une-entretien-a-RMC-1209611.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/z1PAinRll1K5Pz6c8dF_bcE2eGI=/0x106:2048x1258/800x0/images/Simons-Michut-1211638.jpg", + "image": "https://images.bfmtv.com/JOHRCK606YEXFREFKidxoMEjAvk=/0x0:768x432/800x0/images/Philippe-Boutron-grievement-blesse-dans-l-explosion-de-son-vehicule-a-Jeddah-en-Arabie-Saoudite-avant-le-depart-du-Dakar-2022-le-30-decembre-est-sorti-du-coma-a-declare-jeudi-son-fils-dans-une-entretien-a-RMC-1209611.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30796,20 +31852,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3764a8aecd01ccaf4d799bbd48506f0", + "hash": "3e6d38a8066dcda18eeb3b11bbff4602", "highlights": [] }, { - "title": "Coupe de France (F): Lens condamne des insultes racistes à l'encontre de la capitaine de Reims", - "description": "Le 16e de finale de Coupe de France féminine disputé ce dimanche entre Reims et le RC Lens (3-1) a été perturbé par des insultes racistes, prononcées par un fan lensois à l'encontre de Magou Doucouré, capitaine rémoise pour la partie. Le club sang et or condamne le comportement de ce supporter, qui se retrouve interdit de toute manifestation du RCL, qui va également porter plainte.

", - "content": "Le 16e de finale de Coupe de France féminine disputé ce dimanche entre Reims et le RC Lens (3-1) a été perturbé par des insultes racistes, prononcées par un fan lensois à l'encontre de Magou Doucouré, capitaine rémoise pour la partie. Le club sang et or condamne le comportement de ce supporter, qui se retrouve interdit de toute manifestation du RCL, qui va également porter plainte.

", + "title": "L'agent star Mino Raiola hospitalisé et opéré en urgence à Milan", + "description": "Mino Raiola a été hospitalisé d'urgence en Italie pour une raison encore inconnue, annoncent la Gazzetta dello Sport et Sportmediaset. Le sulfureux agent est sous observation désormais.

", + "content": "Mino Raiola a été hospitalisé d'urgence en Italie pour une raison encore inconnue, annoncent la Gazzetta dello Sport et Sportmediaset. Le sulfureux agent est sous observation désormais.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/feminin/coupe-de-france-f-lens-condamne-des-insultes-racistes-a-l-encontre-de-la-capitaine-de-reims_AV-202201090255.html", + "link": "https://rmcsport.bfmtv.com/football/l-agent-star-mino-raiola-hospitalise-et-opere-en-urgence-a-milan_AV-202201120336.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 23:11:37 GMT", - "enclosure": "https://images.bfmtv.com/KPelDdXwfgSnoeugu8QTd6Z7ddI=/0x106:2048x1258/800x0/images/Lens-1211621.jpg", + "pubDate": "Wed, 12 Jan 2022 14:04:08 GMT", + "enclosure": "https://images.bfmtv.com/Tmtg6a-sivsbX1OTZ0VLyQ8r0UA=/0x0:2048x1152/800x0/images/Mino-Raiola-l-agent-d-Erling-Haaland-999054.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/KPelDdXwfgSnoeugu8QTd6Z7ddI=/0x106:2048x1258/800x0/images/Lens-1211621.jpg", + "image": "https://images.bfmtv.com/Tmtg6a-sivsbX1OTZ0VLyQ8r0UA=/0x0:2048x1152/800x0/images/Mino-Raiola-l-agent-d-Erling-Haaland-999054.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30818,20 +31874,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "79f5fd6912676cafc4b28ba2bc6688aa", + "hash": "cca3d37696a7be64f7924809bbeb614f", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari du jour du 10 janvier – Ligue 2", - "description": "Notre pronostic : Toulouse bat Nancy par au moins deux buts d’écart (2.15)

", - "content": "Notre pronostic : Toulouse bat Nancy par au moins deux buts d’écart (2.15)

", + "title": "PRONOS PARIS RMC Le pari du jour du 12 janvier – Supercoupe - Espagne", + "description": "Notre pronostic : le Real Madrid bat Barcelone à Djeddah (1.90)

", + "content": "Notre pronostic : le Real Madrid bat Barcelone à Djeddah (1.90)

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-10-janvier-ligue-2_AN-202201090142.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-12-janvier-supercoupe-espagne_AN-202201110394.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/WgLo8DjJmfyK7GrH3_bQhmY-F6Y=/0x36:1984x1152/800x0/images/Toulouse-1211455.jpg", + "pubDate": "Wed, 12 Jan 2022 13:58:00 GMT", + "enclosure": "https://images.bfmtv.com/giMaQ44YeJJPx2rake6IszjvCew=/0x136:2000x1261/800x0/images/K-Benzema-1212893.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/WgLo8DjJmfyK7GrH3_bQhmY-F6Y=/0x36:1984x1152/800x0/images/Toulouse-1211455.jpg", + "image": "https://images.bfmtv.com/giMaQ44YeJJPx2rake6IszjvCew=/0x136:2000x1261/800x0/images/K-Benzema-1212893.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30840,20 +31896,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6cee0ce98104ff949ff8b6c307616a91", + "hash": "26fe009e107e88da3e96a4e1403058a6", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari sûr du 10 janvier – Liga – Espagne", - "description": "Notre pronostic : l’Espanyol Barcelone ne perd pas face à Elche (1.22)

", - "content": "Notre pronostic : l’Espanyol Barcelone ne perd pas face à Elche (1.22)

", + "title": "Supercoupe d'Espagne en direct: suivez le Clasico Barça-Real en demi-finale", + "description": "Le FC Barcelone et le Real Madrid ont rendez-vous ce mercredi du côté de Riyad, capitale de l'Arabie saoudite, pour la première demi-finale de la Supercoupe d'Espagne. Un Clasico à suivre en direct commenté sur RMC Sport. Coup d'envoi à 20h.

", + "content": "Le FC Barcelone et le Real Madrid ont rendez-vous ce mercredi du côté de Riyad, capitale de l'Arabie saoudite, pour la première demi-finale de la Supercoupe d'Espagne. Un Clasico à suivre en direct commenté sur RMC Sport. Coup d'envoi à 20h.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-10-janvier-liga-espagne_AN-202201090155.html", + "link": "https://rmcsport.bfmtv.com/football/supercoupe-d-espagne/supercoupe-d-espagne-en-direct-suivez-le-clasico-barca-real-en-demi-finale_LS-202201120446.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/a8UrDuN4NqtsWoOfBCc0nj2EYfY=/0x0:2000x1125/800x0/images/Espanyol-Barcelone-1211473.jpg", + "pubDate": "Wed, 12 Jan 2022 17:20:37 GMT", + "enclosure": "https://images.bfmtv.com/OL6Ls3n3BmDA5Du389THnf9pvYA=/0x0:2048x1152/800x0/images/Eric-Garcia-et-Karim-Benzema-lors-de-Barca-Real-le-24-octobre-2021-1213691.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/a8UrDuN4NqtsWoOfBCc0nj2EYfY=/0x0:2000x1125/800x0/images/Espanyol-Barcelone-1211473.jpg", + "image": "https://images.bfmtv.com/OL6Ls3n3BmDA5Du389THnf9pvYA=/0x0:2048x1152/800x0/images/Eric-Garcia-et-Karim-Benzema-lors-de-Barca-Real-le-24-octobre-2021-1213691.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30862,20 +31918,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa9009032d8d4fe7d6d26bae6ae9f9db", + "hash": "ad91db1e12e4c75e7f1ac348de3af2b5", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari africain du 10 janvier – CAN 2022", - "description": "Notre pronostic : le Maroc ne perd pas face au Ghana et les deux équipes marquent (2.55)

", - "content": "Notre pronostic : le Maroc ne perd pas face au Ghana et les deux équipes marquent (2.55)

", + "title": "Open d'Australie en direct: les journalistes internationaux \"préoccupés\" par l'attitude de Djokovic", + "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-africain-du-10-janvier-can-2022_AN-202201090158.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/RQWGE714iTXqnfbjGMbQBXaRd70=/0x104:2000x1229/800x0/images/Maroc-1211476.jpg", + "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", + "enclosure": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/RQWGE714iTXqnfbjGMbQBXaRd70=/0x104:2000x1229/800x0/images/Maroc-1211476.jpg", + "image": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30884,20 +31940,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ec08769adf006053cb6ffbee8ded6f2", + "hash": "e39b4658a7923b849dc17a2ac9ebfd43", "highlights": [] }, { - "title": "CAN 2022: la presse algérienne dénonce l’agression de trois journalistes au Cameroun", - "description": "Selon le média DZ Foot, trois journalistes algériens auraient été agressés ce dimanche au Cameroun, en marge de la Coupe d’Afrique des nations 2022. Les reporters auraient reçu des coups de couteaux, avant de se faire dérober des objets personnels.

", - "content": "Selon le média DZ Foot, trois journalistes algériens auraient été agressés ce dimanche au Cameroun, en marge de la Coupe d’Afrique des nations 2022. Les reporters auraient reçu des coups de couteaux, avant de se faire dérober des objets personnels.

", + "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 12 janvier – NBA", + "description": "Mon pronostic : Brooklyn s’impose à Chicago (2.00)

", + "content": "Mon pronostic : Brooklyn s’impose à Chicago (2.00)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-la-presse-algerienne-denonce-l-agression-de-trois-journalistes-au-cameroun_AN-202201090251.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-12-janvier-nba_AN-202201120334.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 22:53:13 GMT", - "enclosure": "https://images.bfmtv.com/tB04BCHss6gNg4XLGridrX00Z60=/16x4:2032x1138/800x0/images/Stade-d-Olembe-au-Cameroun-1211630.jpg", + "pubDate": "Wed, 12 Jan 2022 13:57:25 GMT", + "enclosure": "https://images.bfmtv.com/Ih-HREMJic-rj6HJwuCDl6qDIM0=/0x35:2000x1160/800x0/images/K-Irving-1213551.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/tB04BCHss6gNg4XLGridrX00Z60=/16x4:2032x1138/800x0/images/Stade-d-Olembe-au-Cameroun-1211630.jpg", + "image": "https://images.bfmtv.com/Ih-HREMJic-rj6HJwuCDl6qDIM0=/0x35:2000x1160/800x0/images/K-Irving-1213551.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30906,20 +31962,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "842e717a6ba163a7ad1eb04c648cf2ae", + "hash": "849ba6104257bc5d713fbdef26026bf4", "highlights": [] }, { - "title": "CAN 2022 en direct: trois journalistes algériens agressés au couteau", - "description": "Le coup d’envoi de la Coupe d’Afrique des nations a été donné ce dimanche avec le match d’ouverture remporté par le Cameroun, pays hôte de la compétition, contre le Burkina Faso (2-1). Retrouvez toutes les infos sur cette CAN 2022 en direct sur RMC Sport dans notre live commenté.

", - "content": "Le coup d’envoi de la Coupe d’Afrique des nations a été donné ce dimanche avec le match d’ouverture remporté par le Cameroun, pays hôte de la compétition, contre le Burkina Faso (2-1). Retrouvez toutes les infos sur cette CAN 2022 en direct sur RMC Sport dans notre live commenté.

", + "title": "Bundesliga: comment le foot allemand a changé de dimension au début des années 2000", + "description": "Dans le podcast After Galaxy pour RMC Sport, Polo Breitner et Patrick Guillou analysent l'évolution du football allemand depuis deux décennies, avec une transformation soudaine du modèle traditionnel rendue possible grâve à l'émergence de \"nouveaux\" clubs, dont le RB Leipzig.

", + "content": "Dans le podcast After Galaxy pour RMC Sport, Polo Breitner et Patrick Guillou analysent l'évolution du football allemand depuis deux décennies, avec une transformation soudaine du modèle traditionnel rendue possible grâve à l'émergence de \"nouveaux\" clubs, dont le RB Leipzig.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-en-direct-toutes-les-infos-avant-le-match-d-ouverture-cameroun-burkina-faso_LN-202201090016.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-comment-le-foot-allemand-a-change-de-dimension-au-debut-des-annees-2000_AV-202201120331.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 07:07:21 GMT", - "enclosure": "https://images.bfmtv.com/E6fNglc5SsWDKxQH5JZh_sKTIBI=/0x56:2048x1208/800x0/images/Qui-va-remporter-la-CAN-2022-au-Cameroun-1211286.jpg", + "pubDate": "Wed, 12 Jan 2022 13:53:31 GMT", + "enclosure": "https://images.bfmtv.com/IImgyR5-imtmq8LzSEBQv_zyrcE=/0x0:1200x675/800x0/images/Leipzig-1213520.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/E6fNglc5SsWDKxQH5JZh_sKTIBI=/0x56:2048x1208/800x0/images/Qui-va-remporter-la-CAN-2022-au-Cameroun-1211286.jpg", + "image": "https://images.bfmtv.com/IImgyR5-imtmq8LzSEBQv_zyrcE=/0x0:1200x675/800x0/images/Leipzig-1213520.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30928,20 +31984,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "02c0583911badd4cc8cd4df2627bbb66", + "hash": "771dc702280ad777f57e12ee9be6584c", "highlights": [] }, { - "title": "OL-PSG: \"Si on continue avec cet état d'esprit, on va pouvoir se relever\", juge Lopes", - "description": "L'OL a commencé sa deuxième partie de saison avec un nul (1-1) face au PSG, lors de la 20e journée de Ligue 1 ce dimanche. Après la rencontre, Anthony Lopes a souligné l'état d'esprit de son équipe et espère que cette performance servira pour la suite.

", - "content": "L'OL a commencé sa deuxième partie de saison avec un nul (1-1) face au PSG, lors de la 20e journée de Ligue 1 ce dimanche. Après la rencontre, Anthony Lopes a souligné l'état d'esprit de son équipe et espère que cette performance servira pour la suite.

", + "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier du 12 janvier – Supercoupe d’Espagne", + "description": "Mon pronostic : le Real Madrid gagne contre Barcelone à Djeddah, les deux équipes marquent (3.30)

", + "content": "Mon pronostic : le Real Madrid gagne contre Barcelone à Djeddah, les deux équipes marquent (3.30)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-psg-si-on-continue-avec-cet-etat-d-esprit-on-va-pouvoir-se-relever-juge-lopes_AV-202201090245.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-12-janvier-supercoupe-d-espagne_AN-202201120329.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 22:23:36 GMT", - "enclosure": "https://images.bfmtv.com/GC4PtF5ahigM8TA34kecZzFpmTk=/0x0:2048x1152/800x0/images/Anthony-Lopes-1211614.jpg", + "pubDate": "Wed, 12 Jan 2022 13:49:23 GMT", + "enclosure": "https://images.bfmtv.com/yjNm8NF-Mkc-DvcfC5QkfWDVGGM=/0x265:2000x1390/800x0/images/K-Benzema-et-Vinicius-Jr-1213548.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/GC4PtF5ahigM8TA34kecZzFpmTk=/0x0:2048x1152/800x0/images/Anthony-Lopes-1211614.jpg", + "image": "https://images.bfmtv.com/yjNm8NF-Mkc-DvcfC5QkfWDVGGM=/0x265:2000x1390/800x0/images/K-Benzema-et-Vinicius-Jr-1213548.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30950,20 +32006,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0526a83ef3a1c2b7c3e250217c0806e", + "hash": "d41e544858b946732545531092ca6aec", "highlights": [] }, { - "title": "OL-PSG: \"On ne lâche jamais\", le sauveur Kehrer met en avant la mentalité parisienne", - "description": "Buteur ce dimanche lors du déplacement sur le terrain de l'OL (1-1), pour la 20e journée de Ligue 1, Thilo Kehrer a souligné après la rencontre la mentalité du PSG. Mais le défenseur allemand estime aussi que les Parisiens peuvent mieux faire.

", - "content": "Buteur ce dimanche lors du déplacement sur le terrain de l'OL (1-1), pour la 20e journée de Ligue 1, Thilo Kehrer a souligné après la rencontre la mentalité du PSG. Mais le défenseur allemand estime aussi que les Parisiens peuvent mieux faire.

", + "title": "Nantes: Kombouaré n’écartera pas Kolo Muani, au cœur d’un conflit avec le club", + "description": "Antoine Kombouaré, entraîneur de Nantes, n’a pas l’intention d’écarter Randal Kolo Muani, au cœur d’un imbroglio avec le club qui a saisi la Fifa pour contester un accord qu’il aurait passé avec Francfort.

", + "content": "Antoine Kombouaré, entraîneur de Nantes, n’a pas l’intention d’écarter Randal Kolo Muani, au cœur d’un imbroglio avec le club qui a saisi la Fifa pour contester un accord qu’il aurait passé avec Francfort.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-psg-on-ne-lache-jamais-le-sauveur-kehrer-met-en-avant-la-mentalite-parisienne_AV-202201090240.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/nantes-kombouare-n-ecartera-pas-kolo-muani-au-coeur-d-un-conflit-avec-le-club_AV-202201120322.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 21:59:18 GMT", - "enclosure": "https://images.bfmtv.com/FtQjBm-_26IGmLWNJJaKBYB1A00=/0x106:2048x1258/800x0/images/Kehrer-1211608.jpg", + "pubDate": "Wed, 12 Jan 2022 13:22:28 GMT", + "enclosure": "https://images.bfmtv.com/uTPTKfy2Pwh7Sv3Yb8smUzq-_JA=/13x80:1997x1196/800x0/images/Randal-Kolo-Muani-1035032.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/FtQjBm-_26IGmLWNJJaKBYB1A00=/0x106:2048x1258/800x0/images/Kehrer-1211608.jpg", + "image": "https://images.bfmtv.com/uTPTKfy2Pwh7Sv3Yb8smUzq-_JA=/13x80:1997x1196/800x0/images/Randal-Kolo-Muani-1035032.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30972,20 +32028,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fdd231ff0aefdd0a851696161266a008", + "hash": "93e2aa5603bbcb7be0d533d44e258a96", "highlights": [] }, { - "title": "Open d'Australie en direct: Le gouvernement envisage d'expulser Djokovic quand même", - "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", - "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "title": "PSG Handball: Prandi quitte l’hôpital après son agression au couteau", + "description": "Le club du PSG Handball a annoncé ce mercredi la fin de l’hospitalisation de son joueur Elohim Prandi. Victime d’une agression au couteau lors du réveillon du 31 décembre, l’international français de 23 ans devrait pouvoir rejouer dans quelques semaines.

", + "content": "Le club du PSG Handball a annoncé ce mercredi la fin de l’hospitalisation de son joueur Elohim Prandi. Victime d’une agression au couteau lors du réveillon du 31 décembre, l’international français de 23 ans devrait pouvoir rejouer dans quelques semaines.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", + "link": "https://rmcsport.bfmtv.com/handball/psg-handball-prandi-quitte-l-hopital-apres-son-agression-au-couteau_AV-202201120317.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", - "enclosure": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", + "pubDate": "Wed, 12 Jan 2022 13:16:08 GMT", + "enclosure": "https://images.bfmtv.com/syi296F2c1D3kcBLgJwcOLnHiYU=/0x87:2048x1239/800x0/images/Elohim-Prandi-avec-le-PSG-Handball-en-novembre-2021-1213534.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", + "image": "https://images.bfmtv.com/syi296F2c1D3kcBLgJwcOLnHiYU=/0x87:2048x1239/800x0/images/Elohim-Prandi-avec-le-PSG-Handball-en-novembre-2021-1213534.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -30994,20 +32050,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a88f46e95ded71b83db87676a07c5374", + "hash": "df1966d6c8bdd3c436040e62288a6539", "highlights": [] }, { - "title": "OL-PSG: Paris déçoit encore, Lyon n’a pas su saisir sa chance", - "description": "L’OL et le PSG ont fait match nul au Groupama Stadium, ce dimanche, en clôture de la 20e journée de Ligue 1 (1-1). Après l’ouverture du score de Lucas Paqueta, Thilo Kehrer a égalisé en fin de rencontre.

", - "content": "L’OL et le PSG ont fait match nul au Groupama Stadium, ce dimanche, en clôture de la 20e journée de Ligue 1 (1-1). Après l’ouverture du score de Lucas Paqueta, Thilo Kehrer a égalisé en fin de rencontre.

", + "title": "Coman prolonge son contrat au Bayern jusqu’en 2027", + "description": "Après plusieurs mois de négociations, Kingsley Coman a officiellement prolongé son contrat avec le Bayern Munich jusqu’en 2027. RMC Sport avait annoncé cette semaine un accord entre l’ailier et le club allemand.

", + "content": "Après plusieurs mois de négociations, Kingsley Coman a officiellement prolongé son contrat avec le Bayern Munich jusqu’en 2027. RMC Sport avait annoncé cette semaine un accord entre l’ailier et le club allemand.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-psg-paris-decoit-encore-lyon-n-a-pas-su-saisir-sa-chance_AV-202201090239.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/coman-prolonge-son-contrat-au-bayern-jusqu-en-2027_AV-202201120316.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 21:58:18 GMT", - "enclosure": "https://images.bfmtv.com/FRc_8J3FBHKSSqT6PYtaU7xW1Bc=/14x16:2046x1159/800x0/images/OL-PSG-1211609.jpg", + "pubDate": "Wed, 12 Jan 2022 13:03:56 GMT", + "enclosure": "https://images.bfmtv.com/95P5vJuV3NREvIBAbwFGljZnQBM=/0x0:768x432/800x0/images/L-attaquant-francais-du-Bayern-Munich-Kingsley-Coman-celebre-un-but-contre-Hoffenheim-en-Bundesliga-le-23-octobre-2021-a-Munich-1213521.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/FRc_8J3FBHKSSqT6PYtaU7xW1Bc=/14x16:2046x1159/800x0/images/OL-PSG-1211609.jpg", + "image": "https://images.bfmtv.com/95P5vJuV3NREvIBAbwFGljZnQBM=/0x0:768x432/800x0/images/L-attaquant-francais-du-Bayern-Munich-Kingsley-Coman-celebre-un-but-contre-Hoffenheim-en-Bundesliga-le-23-octobre-2021-a-Munich-1213521.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31016,20 +32072,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4b0357d79440f4318d738a2084b351a", + "hash": "f953e13d3f7ff3b80b77abfc9cddf5f8", "highlights": [] }, { - "title": "Tottenham: Conte met un coup de pression à Ndombele pour qu'il fasse taire les critiques", - "description": "Antonio Conte n'a pas été étonné d'entendre les fans de Tottenham signifier leur mécontentement à l'égard de Tanguy Ndombele en le sifflant ce dimanche, en FA Cup. Le technicien italien a même estimé que cette colère était légitime.

", - "content": "Antonio Conte n'a pas été étonné d'entendre les fans de Tottenham signifier leur mécontentement à l'égard de Tanguy Ndombele en le sifflant ce dimanche, en FA Cup. Le technicien italien a même estimé que cette colère était légitime.

", + "title": "OM: Larguet explique comment ça se passe au quotidien avec Sampaoli pour les jeunes", + "description": "Nasser Larguet a répondu aux questions de RMC Sport dans le podcast Scouting ce mercredi. Le directeur du centre de formation de l’OM est notamment revenu sur son travail au quotidien avec Jorge Sampaoli afin de favoriser les jeunes formés au club.

", + "content": "Nasser Larguet a répondu aux questions de RMC Sport dans le podcast Scouting ce mercredi. Le directeur du centre de formation de l’OM est notamment revenu sur son travail au quotidien avec Jorge Sampaoli afin de favoriser les jeunes formés au club.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/tottenham-conte-met-un-coup-de-pression-a-ndombele-pour-qu-il-fasse-taire-les-critiques_AV-202201090238.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-larguet-explique-comment-ca-se-passe-au-quotidien-avec-sampaoli-pour-les-jeunes_AV-202201120313.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 21:48:45 GMT", - "enclosure": "https://images.bfmtv.com/UUkQsjlzIy8n2FawEydNuZphVBI=/0x0:1200x675/800x0/images/Tanguy-Ndombele-1211597.jpg", + "pubDate": "Wed, 12 Jan 2022 12:54:35 GMT", + "enclosure": "https://images.bfmtv.com/640s_rsKoPVA2kQwc4JU6m68UZg=/0x141:2048x1293/800x0/images/Nasser-Larguet-lors-d-une-conference-de-presse-avec-l-OM-en-mars-2021-1213517.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/UUkQsjlzIy8n2FawEydNuZphVBI=/0x0:1200x675/800x0/images/Tanguy-Ndombele-1211597.jpg", + "image": "https://images.bfmtv.com/640s_rsKoPVA2kQwc4JU6m68UZg=/0x141:2048x1293/800x0/images/Nasser-Larguet-lors-d-une-conference-de-presse-avec-l-OM-en-mars-2021-1213517.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31038,20 +32094,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dff055a337c5f4c42f34c0c3633e2af9", + "hash": "6bb140b178a68a74fcf685a400567fb6", "highlights": [] }, { - "title": "CAN 2022 en direct: le Cap Vert démarre par une victoire contre l'Ethiopie", - "description": "La Coupe d’Afrique des nations 2022 débutera le 9 janvier au Cameroun. Suivez toutes les dernières infos liées à la compétition sur RMC Sport.

", - "content": "La Coupe d’Afrique des nations 2022 débutera le 9 janvier au Cameroun. Suivez toutes les dernières infos liées à la compétition sur RMC Sport.

", + "title": "Coupe de France féminine: un choc PSG-OL en huitième de finale", + "description": "Le tirage au sort des huitièmes de finale de la Coupe de France féminine a réservé un choc entre le PSG et l’OL, ce mercredi. Le match aura lieu le 30 janvier.

", + "content": "Le tirage au sort des huitièmes de finale de la Coupe de France féminine a réservé un choc entre le PSG et l’OL, ce mercredi. Le match aura lieu le 30 janvier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-suivez-toute-l-actualite-de-la-competition-en-direct_LS-202201050158.html", + "link": "https://rmcsport.bfmtv.com/football/feminin/coupe-de-france-feminine-un-choc-psg-ol-en-huitieme-de-finale_AV-202201120308.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 09:10:25 GMT", - "enclosure": "https://images.bfmtv.com/g4nVp-ETke-JIVmuHTmJjVHqI_Y=/14x73:2046x1216/800x0/images/La-celebration-du-Cap-Vert-pour-son-entree-en-lice-a-la-CAN-2022-1211585.jpg", + "pubDate": "Wed, 12 Jan 2022 12:40:50 GMT", + "enclosure": "https://images.bfmtv.com/bZQBenHu5pKmhJucrXFytvdv6JE=/0x115:2048x1267/800x0/images/Delphine-Cascarino-face-a-Sandy-Baltimore-1213518.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/g4nVp-ETke-JIVmuHTmJjVHqI_Y=/14x73:2046x1216/800x0/images/La-celebration-du-Cap-Vert-pour-son-entree-en-lice-a-la-CAN-2022-1211585.jpg", + "image": "https://images.bfmtv.com/bZQBenHu5pKmhJucrXFytvdv6JE=/0x115:2048x1267/800x0/images/Delphine-Cascarino-face-a-Sandy-Baltimore-1213518.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31060,20 +32116,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ad045f4f427156a98ea0bff08e8f8d6", + "hash": "ba3e437f775bd318f26fd5e052133072", "highlights": [] }, { - "title": "Atlético: le but sublime de Correa face à Villarreal, un lob du rond central", - "description": "Angel Correa a inscrit, avec l'Atlético, un lob depuis le rond central qui a totalement surpris le gardien de Villarreal, dimanche soir, pour l'un des buts de l'année, si ce n'est le but de la saison, en Liga.

", - "content": "Angel Correa a inscrit, avec l'Atlético, un lob depuis le rond central qui a totalement surpris le gardien de Villarreal, dimanche soir, pour l'un des buts de l'année, si ce n'est le but de la saison, en Liga.

", + "title": "Supercoupe d’Espagne: \"J’aime le Barça de Xavi\", les propos classes d’Ancelotti avant le clasico", + "description": "Pour la demi-finale de la Supercoupe d’Espagne, le Real Madrid et le FC Barcelone s’affronteront en Arabie Saoudite ce mercredi (à 20h). Devant la presse, le coach madrilène Carlo Ancelotti a donné son avis sur le Barça de Xavi. Une équipe qu’il semble apprécier.

", + "content": "Pour la demi-finale de la Supercoupe d’Espagne, le Real Madrid et le FC Barcelone s’affronteront en Arabie Saoudite ce mercredi (à 20h). Devant la presse, le coach madrilène Carlo Ancelotti a donné son avis sur le Barça de Xavi. Une équipe qu’il semble apprécier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/atletico-le-but-sublime-de-correa-face-a-villarreal-un-lob-du-rond-central_AV-202201090228.html", + "link": "https://rmcsport.bfmtv.com/football/supercoupe-d-espagne/supercoupe-d-espagne-j-aime-le-barca-de-xavi-les-propos-classes-d-ancelotti-avant-le-clasico_AV-202201120304.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 20:49:44 GMT", - "enclosure": "https://images.bfmtv.com/7zxH1lRnBTFJM8rhUAESTmLwN4Y=/0x124:1200x799/800x0/images/Angel-Correa-1211581.jpg", + "pubDate": "Wed, 12 Jan 2022 12:05:15 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": "https://images.bfmtv.com/7zxH1lRnBTFJM8rhUAESTmLwN4Y=/0x124:1200x799/800x0/images/Angel-Correa-1211581.jpg", + "image": "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", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31082,20 +32138,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "138fd177bab1580ba456b143e9265bac", + "hash": "9cd9a0a485bf70bd8a42409f26be2831", "highlights": [] }, { - "title": "Monaco: \"La mentalité, on l'a\", juge Clement après sa première à Nantes", - "description": "Pour la première de Philippe Clement sur le banc de touche, Monaco n'a pas réussi à s'imposer (0-0) lors de son déplacement à Nantes, pour le compte de la 20e journée de Ligue 1. En conférence de presse, le technicien belge a noté les points positifs après quatre jours de travail avec ses joueurs.

", - "content": "Pour la première de Philippe Clement sur le banc de touche, Monaco n'a pas réussi à s'imposer (0-0) lors de son déplacement à Nantes, pour le compte de la 20e journée de Ligue 1. En conférence de presse, le technicien belge a noté les points positifs après quatre jours de travail avec ses joueurs.

", + "title": "Tunisie-Mali en direct: la Tunisie a déposé une réserve technique et ne veut pas en rester là", + "description": "Belle affiche pour le premier match du jour à la CAN, Tunisie-Mali, coup d'envoi à 14h. Si les Maliens l'ont emporté (1-0) sur un penalty d'Ibrahima Koné, la fin de la rencontre a été marquée par des minutes rocambolesques et ubuesques. L'arbitre central a sifflé trop tôt et provoqué une énorme polémique.

", + "content": "Belle affiche pour le premier match du jour à la CAN, Tunisie-Mali, coup d'envoi à 14h. Si les Maliens l'ont emporté (1-0) sur un penalty d'Ibrahima Koné, la fin de la rencontre a été marquée par des minutes rocambolesques et ubuesques. L'arbitre central a sifflé trop tôt et provoqué une énorme polémique.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/monaco-la-mentalite-on-l-a-juge-clement-apres-sa-premiere-a-nantes_AV-202201090227.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/tunisie-mali-en-direct-choc-au-programme_LS-202201120298.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 20:36:51 GMT", - "enclosure": "https://images.bfmtv.com/6eqaBv8wm2mxBod-ZXYpAvwRjYg=/0x83:2048x1235/800x0/images/Philippe-Clement-1211576.jpg", + "pubDate": "Wed, 12 Jan 2022 12:00:53 GMT", + "enclosure": "https://images.bfmtv.com/AtxFStaKOxr9S_K7oPoLbaRHTlg=/0x80:2048x1232/800x0/images/Mondher-Kebaier-le-selectionneur-de-la-Tunisie-lors-du-match-de-la-CAN-2022-contre-le-Mali-1213603.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/6eqaBv8wm2mxBod-ZXYpAvwRjYg=/0x83:2048x1235/800x0/images/Philippe-Clement-1211576.jpg", + "image": "https://images.bfmtv.com/AtxFStaKOxr9S_K7oPoLbaRHTlg=/0x80:2048x1232/800x0/images/Mondher-Kebaier-le-selectionneur-de-la-Tunisie-lors-du-match-de-la-CAN-2022-contre-le-Mali-1213603.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31104,20 +32160,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9d9d04452bedec6c9c4871bc397c4cc", + "hash": "2e1ad47abeb9493f0645c8347096eadd", "highlights": [] }, { - "title": "Nantes: pressenti à Francfort, Kolo Muani assure qu'il n'est pas \"au courant\"", - "description": "Si le FC Nantes a saisi la FIFA dans le cadre du départ en fin de saison de Randal Kolo Muani, qui se serait engagé avant le 1er janvier avec l'Eintracht Francfort, le principal intéressé assure ne pas être \"au courant\" de cette signature. L'attaquant veut \"penser au terrain\" et \"tout donner\" d'ici la fin de l'exercice avec son club formateur.

", - "content": "Si le FC Nantes a saisi la FIFA dans le cadre du départ en fin de saison de Randal Kolo Muani, qui se serait engagé avant le 1er janvier avec l'Eintracht Francfort, le principal intéressé assure ne pas être \"au courant\" de cette signature. L'attaquant veut \"penser au terrain\" et \"tout donner\" d'ici la fin de l'exercice avec son club formateur.

", + "title": "PSG: le club reporte son stage au Qatar", + "description": "Le PSG a choisi de reporter sa tournée hivernale prévue au Qatar du 16 au 20 janvier 2022. Si le club francilien devait s'envoler pour Doha après le match de Ligue 1 contre Brest samedi, le programme est finalement chamboulé.

", + "content": "Le PSG a choisi de reporter sa tournée hivernale prévue au Qatar du 16 au 20 janvier 2022. Si le club francilien devait s'envoler pour Doha après le match de Ligue 1 contre Brest samedi, le programme est finalement chamboulé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/nantes-pressenti-a-francfort-kolo-muani-assure-qu-il-n-est-pas-au-courant_AV-202201090224.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-le-club-reporte-son-stage-au-qatar_AV-202201120291.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 20:15:49 GMT", - "enclosure": "https://images.bfmtv.com/ey4qdt2QahRlX4S2yj1h1zEFlDo=/0x106:2048x1258/800x0/images/Kolo-Muani-le-22-decembre-2021-lors-du-match-entre-Nantes-et-Saint-Etienne-1211577.jpg", + "pubDate": "Wed, 12 Jan 2022 11:53:42 GMT", + "enclosure": "https://images.bfmtv.com/-fJ5IyfKlvVvmZGSyWDO6vlnfa8=/14x0:2046x1143/800x0/images/Kylian-Mbappe-a-l-entrainement-du-PSG-le-8-janvier-2022-1213480.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ey4qdt2QahRlX4S2yj1h1zEFlDo=/0x106:2048x1258/800x0/images/Kolo-Muani-le-22-decembre-2021-lors-du-match-entre-Nantes-et-Saint-Etienne-1211577.jpg", + "image": "https://images.bfmtv.com/-fJ5IyfKlvVvmZGSyWDO6vlnfa8=/14x0:2046x1143/800x0/images/Kylian-Mbappe-a-l-entrainement-du-PSG-le-8-janvier-2022-1213480.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31126,20 +32182,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a7b16f4515928b50d256d2ad44f8ca9", + "hash": "803709a8a047af62581bc3d1471f8894", "highlights": [] }, { - "title": "Serie A: la Juve renverse la Roma après un finish de folie", - "description": "Longtemps menée 3-1 par la Roma de José Mourinho, la Juventus Turin s’est finalement imposée 4-3 à l’issue d’un match renversant. Pellegrini a raté le penalty de l'égalisation en fin de match, après l'expulsion de De Ligt.

", - "content": "Longtemps menée 3-1 par la Roma de José Mourinho, la Juventus Turin s’est finalement imposée 4-3 à l’issue d’un match renversant. Pellegrini a raté le penalty de l'égalisation en fin de match, après l'expulsion de De Ligt.

", + "title": "Supercoupe d’Espagne: le clasico Barça-Real est-il devenu un match banal?", + "description": "Le FC Barcelone et le Real Madrid vont s’affronter en demi-finale de la Supercoupe d’Espagne, ce mercredi en Arabie Saoudite (20h). Un clasico qui suscite beaucoup moins de passion qu’il y a quelques années. Explications.

", + "content": "Le FC Barcelone et le Real Madrid vont s’affronter en demi-finale de la Supercoupe d’Espagne, ce mercredi en Arabie Saoudite (20h). Un clasico qui suscite beaucoup moins de passion qu’il y a quelques années. Explications.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-la-juve-renverse-la-roma-apres-un-finish-de-folie_AV-202201090222.html", + "link": "https://rmcsport.bfmtv.com/football/liga/supercoupe-d-espagne-le-clasico-barca-real-est-il-devenu-un-match-banal_AV-202201120285.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 20:01:06 GMT", - "enclosure": "https://images.bfmtv.com/zhzqe-6sSLeQwy4YabvmScd193Y=/0x0:1200x675/800x0/images/La-joie-des-Turinois-au-coup-de-sifflet-final-1211574.jpg", + "pubDate": "Wed, 12 Jan 2022 11:48:26 GMT", + "enclosure": "https://images.bfmtv.com/wqe2IVXhDC2HlAeCUm4pyw0KHws=/0x69:2048x1221/800x0/images/Jordi-Alba-et-Marco-Asensio-1213439.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/zhzqe-6sSLeQwy4YabvmScd193Y=/0x0:1200x675/800x0/images/La-joie-des-Turinois-au-coup-de-sifflet-final-1211574.jpg", + "image": "https://images.bfmtv.com/wqe2IVXhDC2HlAeCUm4pyw0KHws=/0x69:2048x1221/800x0/images/Jordi-Alba-et-Marco-Asensio-1213439.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31148,20 +32204,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6eccae3579a0ae81a2a9b866d2901939", + "hash": "e8c05937705628a139fcc3b2cbf87d4d", "highlights": [] }, { - "title": "Open d'Australie en direct: la justice ordonne la libération de Djokovic", - "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", - "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "title": "Ligue 1 en direct: le PSG reporte sa tournée au Qatar", + "description": "Suivez en direct toutes les informations sur la 21e journée de Ligue 1 qui débute vendredi avec le match entre Nice et Nantes.

", + "content": "Suivez en direct toutes les informations sur la 21e journée de Ligue 1 qui débute vendredi avec le match entre Nice et Nantes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-toutes-les-infos-avant-la-21e-journee_LN-202201120214.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", - "enclosure": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", + "pubDate": "Wed, 12 Jan 2022 09:45:49 GMT", + "enclosure": "https://images.bfmtv.com/hEu3q-mRoRZPyCwqmaUoiBYfDKM=/0x27:2048x1179/800x0/images/Vannes-PSG-1203433.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.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", @@ -31170,20 +32226,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0f0fa6c8ef655cc6dd82cf53f636339", + "hash": "fb96a4bc6c77047bbf07cc900b058608", "highlights": [] }, { - "title": "CAN 2022: sélectionneur du Sénégal, Aliou Cissé assume le statut de favori", - "description": "Avant l'entrée en lice du Sénégal lundi en Coupe d'Afrique des nations face au Zimbabwe, Aliou Cissé a assumé ce dimanche en conférence de presse l'ambition de victoire finale. Le sélectionneur des Lions juge \"normal\" que son équipe soit considérée comme favorite.

", - "content": "Avant l'entrée en lice du Sénégal lundi en Coupe d'Afrique des nations face au Zimbabwe, Aliou Cissé a assumé ce dimanche en conférence de presse l'ambition de victoire finale. Le sélectionneur des Lions juge \"normal\" que son équipe soit considérée comme favorite.

", + "title": "Mercato en direct: Torres enfin enregistré avec le Barça", + "description": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", + "content": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-selectionneur-du-senegal-aliou-cisse-assume-le-statut-de-favori_AV-202201090217.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-lucas-digne-en-direction-d-aston-villa_LN-202201100063.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 19:31:10 GMT", - "enclosure": "https://images.bfmtv.com/oikMvuboBIQR8fMcaOJoJWrHt4U=/0x106:2048x1258/800x0/images/Aliou-Cisse-1211559.jpg", + "pubDate": "Mon, 10 Jan 2022 06:35:48 GMT", + "enclosure": "https://images.bfmtv.com/yWZtAyLbJ4kh4K7UhwTob6Db9VM=/0x46:1888x1108/800x0/images/Ferran-Torres-1213034.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/oikMvuboBIQR8fMcaOJoJWrHt4U=/0x106:2048x1258/800x0/images/Aliou-Cisse-1211559.jpg", + "image": "https://images.bfmtv.com/yWZtAyLbJ4kh4K7UhwTob6Db9VM=/0x46:1888x1108/800x0/images/Ferran-Torres-1213034.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31192,42 +32248,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "735499d30a7187dc360c723844e5dbe5", + "hash": "8f8cbd24f4d54f1dc2fcfb343f58d1dc", "highlights": [] }, { - "title": "Le sport face au Covid en direct: Everton-Leicester reporté en Premier League", - "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", - "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "title": "Algérie: l’échange lunaire entre Belmadi et un journaliste à la CAN sur la météo en Afrique", + "description": "Djamel Belmadi n’a pas apprécié les questions d’un journaliste après le nul de l’Algérie contre la Sierra Leone (0-0) ce mardi pendant la CAN 2022 disputée au Cameroun. L’occasion d’un échange totalement improbable entre les deux hommes autour, notamment, de la météo.

", + "content": "Djamel Belmadi n’a pas apprécié les questions d’un journaliste après le nul de l’Algérie contre la Sierra Leone (0-0) ce mardi pendant la CAN 2022 disputée au Cameroun. L’occasion d’un échange totalement improbable entre les deux hommes autour, notamment, de la météo.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/le-sport-face-au-coronavirus-suivez-toutes-les-infos-en-direct_LN-202201060115.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/algerie-l-echange-lunaire-entre-belmadi-et-un-journaliste-a-la-can-sur-la-meteo-en-afrique_AV-202201110491.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 07:32:06 GMT", - "enclosure": "https://images.bfmtv.com/oVxFp2iz8EmxugrXMveJoGsDPyA=/0x0:2048x1152/800x0/images/Brendan-Rodgers-1169234.jpg", + "pubDate": "Tue, 11 Jan 2022 19:53:17 GMT", + "enclosure": "https://images.bfmtv.com/uawZoIvhYX6KalbKVLorYg_s3T4=/0x298:2048x1450/800x0/images/Djamel-Belmadi-en-conference-de-presse-apres-Algerie-Sierra-Leone-a-la-CAN-2022-1213016.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/oVxFp2iz8EmxugrXMveJoGsDPyA=/0x0:2048x1152/800x0/images/Brendan-Rodgers-1169234.jpg", + "image": "https://images.bfmtv.com/uawZoIvhYX6KalbKVLorYg_s3T4=/0x298:2048x1450/800x0/images/Djamel-Belmadi-en-conference-de-presse-apres-Algerie-Sierra-Leone-a-la-CAN-2022-1213016.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "6e1de8d663bc4f1f95ac07699c081d68", + "hash": "5fdc484ccb6b1cf2936ebf1c12520363", "highlights": [] }, { - "title": "Cameroun-Burkina Faso: la technique d’Aboubakar, qui tire ses penalties sans regarder le ballon", - "description": "Vincent Aboubakar a offert la victoire au Cameroun en transformant deux penalties face au Burkina Faso ce dimanche, lors du match d’ouverture de la CAN 2022 (2-1). Le capitaine des Lions Indomptables n’a pas tremblé au moment d’envoyer le cuir au fond des filets. Avec une attitude assez originale.

", - "content": "Vincent Aboubakar a offert la victoire au Cameroun en transformant deux penalties face au Burkina Faso ce dimanche, lors du match d’ouverture de la CAN 2022 (2-1). Le capitaine des Lions Indomptables n’a pas tremblé au moment d’envoyer le cuir au fond des filets. Avec une attitude assez originale.

", + "title": "Dolberg, Sagnan, Agier... Comment les sportifs doivent vivre avec le diabète", + "description": "Diagnostiqué diabétique de type 1 il y a deux mois, l’attaquant de l’OGC Nice Kasper Dolberg continue de s’adapter à son traitement. Pour mieux comprendre cette maladie et sa gestion, RMC Sport est allé à la rencontre de sportifs de haut niveau diabétiques et de spécialistes de la maladie. Décryptage.

", + "content": "Diagnostiqué diabétique de type 1 il y a deux mois, l’attaquant de l’OGC Nice Kasper Dolberg continue de s’adapter à son traitement. Pour mieux comprendre cette maladie et sa gestion, RMC Sport est allé à la rencontre de sportifs de haut niveau diabétiques et de spécialistes de la maladie. Décryptage.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/cameroun-burkina-faso-la-technique-d-aboubakar-qui-tire-ses-penalties-sans-regarder-le-ballon_AV-202201090214.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/dolberg-sagnan-agier-comment-les-sportifs-doivent-vivre-avec-le-diabete_AV-202201110485.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 19:13:49 GMT", - "enclosure": "https://images.bfmtv.com/X5vtcGmwpwwst2NFUZm2hp29-rM=/14x70:2046x1213/800x0/images/Vincent-Aboubakar-1211558.jpg", + "pubDate": "Tue, 11 Jan 2022 19:40:42 GMT", + "enclosure": "https://images.bfmtv.com/t2jce7C5V77su7X0bvSKAdEUAS4=/15x20:1999x1136/800x0/images/Kasper-Dolberg-Nice-1117070.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/X5vtcGmwpwwst2NFUZm2hp29-rM=/14x70:2046x1213/800x0/images/Vincent-Aboubakar-1211558.jpg", + "image": "https://images.bfmtv.com/t2jce7C5V77su7X0bvSKAdEUAS4=/15x20:1999x1136/800x0/images/Kasper-Dolberg-Nice-1117070.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31236,20 +32292,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f44d89a34e2388bdc7a1e317103111c0", + "hash": "98c0e14300afa6548cf3295c7bbd3b06", "highlights": [] }, { - "title": "OL-PSG, les compos: Dubois de retour en piston, Wijnaldum enchaîne sur l'aile", - "description": "Pour son premier match de la phase retour, l'OL reçoit le PSG ce dimanche (20h45) lors de la 20e journée de Ligue 1. Mauro Icardi débutera du côté parisien, alors que Rayan Cherki est laissé sur le banc par Peter Bosz, qui donne la priorité à Lucas Paqueta.

", - "content": "Pour son premier match de la phase retour, l'OL reçoit le PSG ce dimanche (20h45) lors de la 20e journée de Ligue 1. Mauro Icardi débutera du côté parisien, alors que Rayan Cherki est laissé sur le banc par Peter Bosz, qui donne la priorité à Lucas Paqueta.

", + "title": "PSG: le procès en appel d'Al-Khelaïfi en Suisse programmé en mars", + "description": "Le procès en appel de Nasser Al-Khelaïfi, patron de beIN Media et du PSG, dans une affaire de droits TV impliquant également l'ex-numéro 2 de la Fifa Jérôme Valcke, se tiendra du 7 au 10 mars en Suisse, selon des documents du Tribunal fédéral.

", + "content": "Le procès en appel de Nasser Al-Khelaïfi, patron de beIN Media et du PSG, dans une affaire de droits TV impliquant également l'ex-numéro 2 de la Fifa Jérôme Valcke, se tiendra du 7 au 10 mars en Suisse, selon des documents du Tribunal fédéral.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-psg-les-compos-dubois-de-retour-en-piston-wijnaldum-enchaine-sur-l-aile_AV-202201090211.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-le-proces-en-appel-d-al-khelaifi-en-suisse-programme-en-mars_AV-202201110476.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 18:56:58 GMT", - "enclosure": "https://images.bfmtv.com/xOOg8MDBd_e-RSUgA2UsVuO0tm0=/0x40:768x472/800x0/images/La-joie-du-milieu-de-terrain-neerlandais-du-Paris-Saint-Germain-Georginio-Wijnaldum-apres-avoir-egalise-1-1-face-a-Lens-lors-de-la-17e-journee-de-Ligue-1-le-4-decembre-2021-au-Stade-Bollaert-Delelis-1181798.jpg", + "pubDate": "Tue, 11 Jan 2022 19:29:26 GMT", + "enclosure": "https://images.bfmtv.com/0o6cdMgtKrkjxakEqPAoIj81lLk=/0x106:2048x1258/800x0/images/Le-president-du-PSG-Nasser-Al-Khelaifi-en-aout-2021-1213015.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/xOOg8MDBd_e-RSUgA2UsVuO0tm0=/0x40:768x472/800x0/images/La-joie-du-milieu-de-terrain-neerlandais-du-Paris-Saint-Germain-Georginio-Wijnaldum-apres-avoir-egalise-1-1-face-a-Lens-lors-de-la-17e-journee-de-Ligue-1-le-4-decembre-2021-au-Stade-Bollaert-Delelis-1181798.jpg", + "image": "https://images.bfmtv.com/0o6cdMgtKrkjxakEqPAoIj81lLk=/0x106:2048x1258/800x0/images/Le-president-du-PSG-Nasser-Al-Khelaifi-en-aout-2021-1213015.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31258,42 +32314,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "71c6ed2023560cb1dea3e351112815d7", + "hash": "4e51b82d9b743df3a7f346c1c2d9d694", "highlights": [] }, { - "title": "Mercato: en froid total avec Benitez, Lucas Digne tout proche d'Aston Villa", - "description": "En froid avec Rafael Benitez à Everton, Lucas Digne pourrait quitter les Toffees cet hiver. Pisté par plusieurs clubs de Premier League, l'international français intéresse fortement Aston Villa, qui a transmis une première offre.

", - "content": "En froid avec Rafael Benitez à Everton, Lucas Digne pourrait quitter les Toffees cet hiver. Pisté par plusieurs clubs de Premier League, l'international français intéresse fortement Aston Villa, qui a transmis une première offre.

", + "title": "Open d'Australie: de plus en plus de doutes autour du test positif de Djokovic, possiblement faux", + "description": "Le test positif au Covid-19 de Novak Djokovic, qu'il présente comme datant du 16 décembre, pourrait avoir été falsifié. Plusieurs éléments montrent que le joueur serbe pourrait en fait avoir été testé positif le 26 décembre. Ou pas du tout...

", + "content": "Le test positif au Covid-19 de Novak Djokovic, qu'il présente comme datant du 16 décembre, pourrait avoir été falsifié. Plusieurs éléments montrent que le joueur serbe pourrait en fait avoir été testé positif le 26 décembre. Ou pas du tout...

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-froid-total-avec-benitez-lucas-digne-tout-proche-d-aston-villa_AV-202201090207.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-de-plus-en-plus-de-doutes-autour-du-test-positif-de-djokovic-possiblement-faux_AV-202201110466.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 18:49:02 GMT", - "enclosure": "https://images.bfmtv.com/MD2iBgm1LbqmG6y65i-knXGuwio=/0x75:768x507/800x0/images/Le-defenseur-d-Everton-Lucas-Digne-lors-de-la-rencontre-de-Premier-League-contre-Liverpool-au-Goodison-Park-de-Liverpool-le-1er-decembre-2021-1201079.jpg", + "pubDate": "Tue, 11 Jan 2022 18:49:09 GMT", + "enclosure": "https://images.bfmtv.com/m5U_-VB2XQpX29ujJ3vYFh4YolQ=/0x163:2048x1315/800x0/images/Novak-Djokovic-en-decembre-2021-1212385.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/MD2iBgm1LbqmG6y65i-knXGuwio=/0x75:768x507/800x0/images/Le-defenseur-d-Everton-Lucas-Digne-lors-de-la-rencontre-de-Premier-League-contre-Liverpool-au-Goodison-Park-de-Liverpool-le-1er-decembre-2021-1201079.jpg", + "image": "https://images.bfmtv.com/m5U_-VB2XQpX29ujJ3vYFh4YolQ=/0x163:2048x1315/800x0/images/Novak-Djokovic-en-decembre-2021-1212385.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "bbec17653aef881af3f491f95fcdeeb0", + "hash": "29d61e81e23b1e11c5cc6a64a7e7c2aa", "highlights": [] }, { - "title": "Mercato: Nantes saisit la FIFA pour le départ de Kolo Muani", - "description": "Le FC Nantes a saisi la FIFA dans le cadre du départ en fin de saison de son buteur Randal Kolo Muani. Si Fribourg et les Canaris avaient trouvé un accord à hauteur de 9 millions d'euros, le buteur de 23 ans a refusé de partir. Il aurait déjà signé, à l'automne dernier, avec l'Eintracht Francfort, selon la direction des Canaris, ce qui est contraire à la règlementation.

", - "content": "Le FC Nantes a saisi la FIFA dans le cadre du départ en fin de saison de son buteur Randal Kolo Muani. Si Fribourg et les Canaris avaient trouvé un accord à hauteur de 9 millions d'euros, le buteur de 23 ans a refusé de partir. Il aurait déjà signé, à l'automne dernier, avec l'Eintracht Francfort, selon la direction des Canaris, ce qui est contraire à la règlementation.

", + "title": "Cyclisme: mission podium sur le Tour, la Groupama-FDJ dévoile ses objectifs pour 2022", + "description": "L’équipe Groupama-FDJ, dirigée par Marc Madiot, a dévoilé ce mardi matin lors d’une visioconférence de presse ses ambitions pour la nouvelle saison. A savoir essuyer l’échec de 2021 et remporter au moins une étape sur chacun des trois grands tours, mais aussi obtenir \"un podium sur le Tour de France\".

", + "content": "L’équipe Groupama-FDJ, dirigée par Marc Madiot, a dévoilé ce mardi matin lors d’une visioconférence de presse ses ambitions pour la nouvelle saison. A savoir essuyer l’échec de 2021 et remporter au moins une étape sur chacun des trois grands tours, mais aussi obtenir \"un podium sur le Tour de France\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-nantes-saisit-la-fifa-pour-le-depart-de-kolo-muani_AV-202201090204.html", + "link": "https://rmcsport.bfmtv.com/cyclisme/cyclisme-mission-podium-sur-le-tour-la-groupama-fdj-devoile-ses-objectifs-pour-2022_AV-202201110452.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 18:37:55 GMT", - "enclosure": "https://images.bfmtv.com/RuVRF7uf9ycEvUNYKMaIn4cID8E=/0x106:2048x1258/800x0/images/Randal-Kolo-Muani-1211545.jpg", + "pubDate": "Tue, 11 Jan 2022 18:24:35 GMT", + "enclosure": "https://images.bfmtv.com/6aeXwlUm9Jb4hUD0DfP-7ISq9-Q=/0x0:2048x1152/800x0/images/Marc-Madiot-patron-de-la-Groupama-FDJ-en-2018-1212961.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/RuVRF7uf9ycEvUNYKMaIn4cID8E=/0x106:2048x1258/800x0/images/Randal-Kolo-Muani-1211545.jpg", + "image": "https://images.bfmtv.com/6aeXwlUm9Jb4hUD0DfP-7ISq9-Q=/0x0:2048x1152/800x0/images/Marc-Madiot-patron-de-la-Groupama-FDJ-en-2018-1212961.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31302,20 +32358,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "22ba86c6f6127d7598a4b233e6a49374", + "hash": "e68a3ed7efb96aae7092a9e1b46212de", "highlights": [] }, { - "title": "Le mercato en direct: Nantes a saisi la Fifa pour Kolo Muani", - "description": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", - "content": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", + "title": "Coupes d’Europe de rugby: vers des assouplissements pour les clubs anglais et gallois en France", + "description": "INFO RMC SPORT. Les clubs anglais et gallois qui se déplacent sur le territoire français, menaçaient de boycotter la troisième journée de Champions Cup et de Challenge européen ce week-end en raison des restrictions sanitaires liées au Covid-19. Mais la règle de l’isolement de 48h imposée aux citoyens britanniques devrait finalement être levée prochainement. Dès vendredi? Pour le moment, mieux vaut rester prudent…

", + "content": "INFO RMC SPORT. Les clubs anglais et gallois qui se déplacent sur le territoire français, menaçaient de boycotter la troisième journée de Champions Cup et de Challenge européen ce week-end en raison des restrictions sanitaires liées au Covid-19. Mais la règle de l’isolement de 48h imposée aux citoyens britanniques devrait finalement être levée prochainement. Dès vendredi? Pour le moment, mieux vaut rester prudent…

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/le-mercato-en-direct-les-infos-et-rumeurs-du-6-janvier-2022_LN-202201060107.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/coupes-d-europe-de-rugby-vers-des-assouplissements-pour-les-clubs-anglais-et-gallois-en-france_AV-202201110459.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 07:20:37 GMT", - "enclosure": "https://images.bfmtv.com/uTPTKfy2Pwh7Sv3Yb8smUzq-_JA=/13x80:1997x1196/800x0/images/Randal-Kolo-Muani-1035032.jpg", + "pubDate": "Tue, 11 Jan 2022 18:11:36 GMT", + "enclosure": "https://images.bfmtv.com/qEKynRN-MjW9-kxuX9BGUbYfZZI=/0x107:2048x1259/800x0/images/Un-ballon-de-la-Champions-Cup-en-decembre-2021-1212993.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/uTPTKfy2Pwh7Sv3Yb8smUzq-_JA=/13x80:1997x1196/800x0/images/Randal-Kolo-Muani-1035032.jpg", + "image": "https://images.bfmtv.com/qEKynRN-MjW9-kxuX9BGUbYfZZI=/0x107:2048x1259/800x0/images/Un-ballon-de-la-Champions-Cup-en-decembre-2021-1212993.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31324,42 +32380,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb5480d2a04f358f702f9eafab1cac8c", + "hash": "b515e0d35183d21193beab2f40a5a1c4", "highlights": [] }, { - "title": "Cameroun-Burkina Faso en direct: \"On doit faire beaucoup mieux\", lâche Aboubakar, malgré la victoire", - "description": "La CAN 2022 débute ce dimanche avec le pays hôte, le Cameroun, qui affronte le Burkina Faso en match d'ouverture (17h). Les Camerounais partent avec beaucoup d'ambition, sportivement et sur le plan de l'image du pays organisateur.

", - "content": "La CAN 2022 débute ce dimanche avec le pays hôte, le Cameroun, qui affronte le Burkina Faso en match d'ouverture (17h). Les Camerounais partent avec beaucoup d'ambition, sportivement et sur le plan de l'image du pays organisateur.

", + "title": "Open d'Australie en direct: de plus en plus de doutes sur l'authenticité du test positif de Djokovic", + "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-le-match-d-ouverture-cameroun-burkina-faso-en-direct_LS-202201090134.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 14:20:16 GMT", - "enclosure": "https://images.bfmtv.com/mzAKCIO_ofS72Vik41xEv2HPKkI=/14x28:2030x1162/800x0/images/Vincent-Aboubakar-double-buteur-avec-le-Cameroun-face-au-Burkina-Faso-lors-du-match-d-ouverture-de-la-CAN-2022-1211508.jpg", + "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", + "enclosure": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/mzAKCIO_ofS72Vik41xEv2HPKkI=/14x28:2030x1162/800x0/images/Vincent-Aboubakar-double-buteur-avec-le-Cameroun-face-au-Burkina-Faso-lors-du-match-d-ouverture-de-la-CAN-2022-1211508.jpg", + "image": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "bcff90cdd413bb31ebaebf86a6da51ad", + "hash": "da09912736f2d084f11c3c96adf1039c", "highlights": [] }, { - "title": "CAN 2022: le Cameroun réussit son entrée, après un scénario renversant contre le Burkina Faso", - "description": "Le Cameroun, pays organisateur de la Coupe d'Afrique des nations, s'est imposé 2-1 contre le Burkina Faso lors du match d'ouverture, ce dimanche à Yaoundé.

", - "content": "Le Cameroun, pays organisateur de la Coupe d'Afrique des nations, s'est imposé 2-1 contre le Burkina Faso lors du match d'ouverture, ce dimanche à Yaoundé.

", + "title": "Coupes d'Europe de rugby: l’EPCR justifie sa curieuse décision sur les matchs nuls", + "description": "Comme annoncé par RMC Sport, l’EPCR a communiqué ce mardi sur l'issue des matchs de la deuxième journée des Coupes d’Europe de rugby reportés à cause du Covid-19. L’instance a opté pour des résultats nuls pour toutes ces rencontres et a justifié sa position.

", + "content": "Comme annoncé par RMC Sport, l’EPCR a communiqué ce mardi sur l'issue des matchs de la deuxième journée des Coupes d’Europe de rugby reportés à cause du Covid-19. L’instance a opté pour des résultats nuls pour toutes ces rencontres et a justifié sa position.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-le-cameroun-reussit-son-entree-apres-un-scenario-renversant-contre-le-burkina-faso_AV-202201090197.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/coupes-d-europe-de-rugby-l-epcr-justifie-sa-curieuse-decision-sur-les-matchs-nuls_AV-202201110417.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 18:11:25 GMT", - "enclosure": "https://images.bfmtv.com/2q9mk5vgE7TV0yde1StWz5OiVrU=/0x45:1200x720/800x0/images/Vincent-Aboubakar-1211535.jpg", + "pubDate": "Tue, 11 Jan 2022 17:37:51 GMT", + "enclosure": "https://images.bfmtv.com/tx7y9Tdf_sw4pu9uHlfgh2N9omc=/0x50:2048x1202/800x0/images/Un-poteau-de-corner-de-la-Champions-Cup-en-decembre-2021-1210374.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/2q9mk5vgE7TV0yde1StWz5OiVrU=/0x45:1200x720/800x0/images/Vincent-Aboubakar-1211535.jpg", + "image": "https://images.bfmtv.com/tx7y9Tdf_sw4pu9uHlfgh2N9omc=/0x50:2048x1202/800x0/images/Un-poteau-de-corner-de-la-Champions-Cup-en-decembre-2021-1210374.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31368,42 +32424,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a6168820685a1b8a8abd98f2a4ebcc8", + "hash": "eaeb4b3e9b661306862013ac483b798a", "highlights": [] }, { - "title": "Nantes-Monaco: triste première pour Clement avec l'ASM, qui perd encore du terrain", - "description": "Monaco a concédé le nul (0-0) ce dimanche en déplacement à Nantes, lors de la 20e journée de Ligue 1, pour la première sur le banc de Philippe Clement. Après une bonne entame, les Monégasques ont baissé de rythme, laissant en seconde période des opportunités aux Canaris pour s'imposer.

", - "content": "Monaco a concédé le nul (0-0) ce dimanche en déplacement à Nantes, lors de la 20e journée de Ligue 1, pour la première sur le banc de Philippe Clement. Après une bonne entame, les Monégasques ont baissé de rythme, laissant en seconde période des opportunités aux Canaris pour s'imposer.

", + "title": "Barça: Xavi espère que son premier Clasico contre le Real sera un tournant dans la saison", + "description": "À l'occasion de la demi-finale de la Supercoupe d'Espagne ce mercredi (20h), le FC Barcelone et le Real Madrid s'affronteront. Une rencontre particulière pour Xavi qui vivra son premier Clasico sur le banc du Barça. Devant la presse, l'Espagnol a donné des indications sur les potentiels retours de blessure et ses impressions sur ce match si particulier.

", + "content": "À l'occasion de la demi-finale de la Supercoupe d'Espagne ce mercredi (20h), le FC Barcelone et le Real Madrid s'affronteront. Une rencontre particulière pour Xavi qui vivra son premier Clasico sur le banc du Barça. Devant la presse, l'Espagnol a donné des indications sur les potentiels retours de blessure et ses impressions sur ce match si particulier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/nantes-monaco-triste-premiere-pour-clement-avec-l-asm-qui-perd-encore-du-terrain_AV-202201090193.html", + "link": "https://rmcsport.bfmtv.com/football/supercoupe-d-espagne/barca-xavi-espere-que-son-premier-clasico-contre-le-real-sera-un-tournant-dans-la-saison_AV-202201110410.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 18:00:08 GMT", - "enclosure": "https://images.bfmtv.com/fMT8xMhmNfpaLYvamswACBy1jPs=/0x106:2048x1258/800x0/images/Sofiane-Diop-1211520.jpg", + "pubDate": "Tue, 11 Jan 2022 17:27:54 GMT", + "enclosure": "https://images.bfmtv.com/TE5c5igzo1lnvyslVNt7M3OqNhg=/0x40:768x472/800x0/images/L-entraineur-du-FC-Barcelone-Xavi-lors-du-match-a-Grenade-le-8-janvier-2022-1211224.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/fMT8xMhmNfpaLYvamswACBy1jPs=/0x106:2048x1258/800x0/images/Sofiane-Diop-1211520.jpg", + "image": "https://images.bfmtv.com/TE5c5igzo1lnvyslVNt7M3OqNhg=/0x40:768x472/800x0/images/L-entraineur-du-FC-Barcelone-Xavi-lors-du-match-a-Grenade-le-8-janvier-2022-1211224.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "57a7fa29b381abd9d13176107920b6f7", + "hash": "9995c863c3fb1211c8210a5ca32e6ec9", "highlights": [] }, { - "title": "Coupe d’Europe rugby: réunion lundi pour ajuster le format des compétitions", - "description": "Les huitièmes de finale de la Champions Cup pourraient se dérouler sur un seul match, et non pas sur des confrontations aller-retour. C’est l’option portée par la Ligue nationale de rugby afin de reprogrammer, début avril, les matchs reportés de la deuxième journée. Lundi, le board de l’EPCR doit se positionner sur le sujet.

", - "content": "Les huitièmes de finale de la Champions Cup pourraient se dérouler sur un seul match, et non pas sur des confrontations aller-retour. C’est l’option portée par la Ligue nationale de rugby afin de reprogrammer, début avril, les matchs reportés de la deuxième journée. Lundi, le board de l’EPCR doit se positionner sur le sujet.

", + "title": "Jauges, remboursement des PGE, aides pour les salles... Les pistes du gouvernement pour soulager le monde du sport", + "description": "Des acteurs du monde du sport étaient ce mardi au ministère de l'Économie et des Finances pour réclamer des aides supplémentaires face aux nouvelles restrictions sanitaires. Des pistes sont à l'étude.

", + "content": "Des acteurs du monde du sport étaient ce mardi au ministère de l'Économie et des Finances pour réclamer des aides supplémentaires face aux nouvelles restrictions sanitaires. Des pistes sont à l'étude.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe-rugby-reunion-lundi-pour-ajuster-le-format-des-competitions_AV-202201090189.html", + "link": "https://rmcsport.bfmtv.com/societe/jauges-remboursement-des-pge-aides-pour-les-salles-les-pistes-du-gouvernement-pour-soulager-le-monde-du-sport_AV-202201110402.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 17:41:07 GMT", - "enclosure": "https://images.bfmtv.com/tx7y9Tdf_sw4pu9uHlfgh2N9omc=/0x50:2048x1202/800x0/images/Un-poteau-de-corner-de-la-Champions-Cup-en-decembre-2021-1210374.jpg", + "pubDate": "Tue, 11 Jan 2022 17:18:14 GMT", + "enclosure": "https://images.bfmtv.com/2p3mSd2Xl3iPiKY5rBoVtpp-PAg=/0x0:768x432/800x0/images/Le-ministre-francais-de-l-Economie-Bruno-Le-Maire-sur-le-perron-de-l-Elysee-a-Paris-le-22-decembre-2021-1201637.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/tx7y9Tdf_sw4pu9uHlfgh2N9omc=/0x50:2048x1202/800x0/images/Un-poteau-de-corner-de-la-Champions-Cup-en-decembre-2021-1210374.jpg", + "image": "https://images.bfmtv.com/2p3mSd2Xl3iPiKY5rBoVtpp-PAg=/0x0:768x432/800x0/images/Le-ministre-francais-de-l-Economie-Bruno-Le-Maire-sur-le-perron-de-l-Elysee-a-Paris-le-22-decembre-2021-1201637.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31412,42 +32468,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d40c86203e2f3b7c34f56e36c9d8a09", + "hash": "984bc94c1d86f80be96976140d3d24d8", "highlights": [] }, { - "title": "Open d'Australie: Murray espère que Djokovic \"va bien\"", - "description": "Toujours en attente d'une décision concernant sa participation à l'Open d'Australie, Novak Djokovic a reçu le soutien d'Andy Murray, qui espère que le numéro 1 mondial \"va bien\".

", - "content": "Toujours en attente d'une décision concernant sa participation à l'Open d'Australie, Novak Djokovic a reçu le soutien d'Andy Murray, qui espère que le numéro 1 mondial \"va bien\".

", + "title": "CAN 2022: les larmes du gardien de la Sierra Leone après son match héroïque contre l’Algérie", + "description": "La Sierra Leone a obtenu le nul contre l’Algérie (0-0) ce mardi lors de la CAN 2022 disputée au Cameroun. Elu homme du match après une énorme prestation, le gardien sierraléonais Mohamed Kamara s’est laissé submerger par l’émotion et a fondu en larmes après une performance record.

", + "content": "La Sierra Leone a obtenu le nul contre l’Algérie (0-0) ce mardi lors de la CAN 2022 disputée au Cameroun. Elu homme du match après une énorme prestation, le gardien sierraléonais Mohamed Kamara s’est laissé submerger par l’émotion et a fondu en larmes après une performance record.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-murray-espere-que-djokovic-va-bien_AV-202201090187.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-les-larmes-du-gardien-de-la-sierra-leone-apres-son-match-heroique-contre-l-algerie_AV-202201110391.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 17:26:58 GMT", - "enclosure": "https://images.bfmtv.com/I7vuHOp6Ca77HPTadmDWMzOZGbg=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-02-11-2021-1210870.jpg", + "pubDate": "Tue, 11 Jan 2022 17:05:09 GMT", + "enclosure": "https://images.bfmtv.com/C5EdKzjyGzKIYVpzm7Z9lWpfc6c=/14x222:2046x1365/800x0/images/Mohamed-Kamara-gardien-de-la-Sierra-Leone-contre-l-Algerie-a-la-CAN-2022-1212886.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/I7vuHOp6Ca77HPTadmDWMzOZGbg=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-02-11-2021-1210870.jpg", + "image": "https://images.bfmtv.com/C5EdKzjyGzKIYVpzm7Z9lWpfc6c=/14x222:2046x1365/800x0/images/Mohamed-Kamara-gardien-de-la-Sierra-Leone-contre-l-Algerie-a-la-CAN-2022-1212886.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "ea2da6aa8cd30f5fe05baa76f175603f", + "hash": "d43bd6ecc443a893de6445a4613ccaae", "highlights": [] }, { - "title": "Open d'Australie: comment va se dérouler l'audience décisive pour Djokovic", - "description": "Le numéro un mondial Novak Djokovic, privé de visa à Melbourne, va se battre pour rester en Australie - et participer au premier tournoi du Grand Chelem de la saison - dans la nuit de dimanche à lundi devant un tribunal fédéral. Explications.

", - "content": "Le numéro un mondial Novak Djokovic, privé de visa à Melbourne, va se battre pour rester en Australie - et participer au premier tournoi du Grand Chelem de la saison - dans la nuit de dimanche à lundi devant un tribunal fédéral. Explications.

", + "title": "Monaco: un éventuel transfert de Badiashile à Newcastle compromis par sa blessure?", + "description": "Absent pour les six prochaines semaines à cause d’une blessure à la cuisse, Benoît Badiashile était pourtant une cible sérieuse pour Newcastle. Selon RMC Sport, des discussions entre les Anglais et Monaco ont eu lieu, une offre importante devait même être envoyée. Mais le pépin physique du Français pourrait chambouler ce dossier.

", + "content": "Absent pour les six prochaines semaines à cause d’une blessure à la cuisse, Benoît Badiashile était pourtant une cible sérieuse pour Newcastle. Selon RMC Sport, des discussions entre les Anglais et Monaco ont eu lieu, une offre importante devait même être envoyée. Mais le pépin physique du Français pourrait chambouler ce dossier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-comment-va-se-derouler-l-audience-decisive-pour-djokovic_AV-202201090041.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/monaco-un-eventuel-transfert-de-badiashile-a-newcastle-compromis-par-sa-blessure_AV-202201110380.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 09:12:00 GMT", - "enclosure": "https://images.bfmtv.com/lbvYVNceePIILr1Jk1_n03is5rw=/0x39:768x471/800x0/images/Le-numero-un-mondial-serbe-Novak-Djokovic-pendant-la-finale-de-l-Open-d-Australie-a-Melbourne-le-21-fevrier-2021-1208188.jpg", + "pubDate": "Tue, 11 Jan 2022 16:42:24 GMT", + "enclosure": "https://images.bfmtv.com/xxFlWe8m29ppL6v1KP5e_PHvK8g=/0x42:768x474/800x0/images/Le-defenseur-de-Monaco-Benoit-Badiashile-lors-du-match-de-Ligue-1-contre-le-Paris-SG-au-Parc-des-Princes-le-21-fevrier-2021-1027621.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/lbvYVNceePIILr1Jk1_n03is5rw=/0x39:768x471/800x0/images/Le-numero-un-mondial-serbe-Novak-Djokovic-pendant-la-finale-de-l-Open-d-Australie-a-Melbourne-le-21-fevrier-2021-1208188.jpg", + "image": "https://images.bfmtv.com/xxFlWe8m29ppL6v1KP5e_PHvK8g=/0x42:768x474/800x0/images/Le-defenseur-de-Monaco-Benoit-Badiashile-lors-du-match-de-Ligue-1-contre-le-Paris-SG-au-Parc-des-Princes-le-21-fevrier-2021-1027621.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31456,20 +32512,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc1bb2db86b4cc0ca57018a9cb089973", + "hash": "74fbb7ed2e545b30eb3808b5c8115897", "highlights": [] }, { - "title": "PSG: la \"bonne rentrée\" de Diallo, l'absence d'Hamraoui... Ollé-Nicolle explique ses choix", - "description": "Didier Ollé-Nicolle, l'entraîneur des féminines du PSG, qualifiées pour les huitièmes de finale de la Coupe de France aux dépens de Dijon (0-0, 5-4 tab), a expliqué ce qui l'avait poussé à enclencher le retour d'Aminata Diallo, sans pour autant récupérer Kheira Hamraoui.

", - "content": "Didier Ollé-Nicolle, l'entraîneur des féminines du PSG, qualifiées pour les huitièmes de finale de la Coupe de France aux dépens de Dijon (0-0, 5-4 tab), a expliqué ce qui l'avait poussé à enclencher le retour d'Aminata Diallo, sans pour autant récupérer Kheira Hamraoui.

", + "title": "Bordeaux: Koscielny s'entraîne finalement avec le groupe pro mais...", + "description": "Un temps annoncé en équipe réserve comme Paul Baysse et Mehdi Zerkane, le capitaine Laurent Koscielny fait finalement encore partie de l'équipe première des Girondins de Bordeaux. Le club espère malgré tout une résiliation de contrat.

", + "content": "Un temps annoncé en équipe réserve comme Paul Baysse et Mehdi Zerkane, le capitaine Laurent Koscielny fait finalement encore partie de l'équipe première des Girondins de Bordeaux. Le club espère malgré tout une résiliation de contrat.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/feminin/psg-la-bonne-rentree-de-diallo-l-absence-d-hamraoui-olle-nicolle-explique-ses-choix_AV-202201090184.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-koscielny-s-entraine-finalement-avec-le-groupe-pro-mais_AV-202201110368.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 17:13:40 GMT", - "enclosure": "https://images.bfmtv.com/vSfraXq6eUfUir0pSCB7aex-iKI=/0x0:1200x675/800x0/images/Didier-Olle-Nicolle-1211515.jpg", + "pubDate": "Tue, 11 Jan 2022 16:28:24 GMT", + "enclosure": "https://images.bfmtv.com/-8UJh-J2hBnEvDELokSJY-WxGNQ=/14x57:2046x1200/800x0/images/Koscielny-1212833.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/vSfraXq6eUfUir0pSCB7aex-iKI=/0x0:1200x675/800x0/images/Didier-Olle-Nicolle-1211515.jpg", + "image": "https://images.bfmtv.com/-8UJh-J2hBnEvDELokSJY-WxGNQ=/14x57:2046x1200/800x0/images/Koscielny-1212833.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31478,20 +32534,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "94b69dd161e91809fd043b05a9908973", + "hash": "4b8858ee45338c429a407319ceeeeb2f", "highlights": [] }, { - "title": "PSG: Neymar revient bien ce dimanche à Paris, comme prévu", - "description": "Toujours en phase de rééducation après sa blessure à la cheville, Neymar est attendu ce dimanche à Paris, alors qu'il a bénéficié de quelques jours supplémentaires de la part du PSG pour se soigner au Brésil.

", - "content": "Toujours en phase de rééducation après sa blessure à la cheville, Neymar est attendu ce dimanche à Paris, alors qu'il a bénéficié de quelques jours supplémentaires de la part du PSG pour se soigner au Brésil.

", + "title": "Toulouse: Dupont absent pour la troisième semaine de suite", + "description": "Antoine Dupont n’a toujours pas participé à l’entraînement du Stade Toulousain ce mardi et demeure incertain pour le match de Champions Cup samedi prochain sur le terrain des Wasps.

", + "content": "Antoine Dupont n’a toujours pas participé à l’entraînement du Stade Toulousain ce mardi et demeure incertain pour le match de Champions Cup samedi prochain sur le terrain des Wasps.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-neymar-revient-bien-ce-dimanche-a-paris-comme-prevu_AV-202201090180.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/toulouse-dupont-absent-pour-la-troisieme-semaine-de-suite_AV-202201110364.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 16:57:26 GMT", - "enclosure": "https://images.bfmtv.com/_VK-JXkOWQRNX0idPTWnA3GkOU8=/0x0:2048x1152/800x0/images/Neymar-1177801.jpg", + "pubDate": "Tue, 11 Jan 2022 16:22:20 GMT", + "enclosure": "https://images.bfmtv.com/y9kmNdcQBl9-63ZJQZy1pSszrYU=/14x0:2046x1143/800x0/images/Antoine-Dupont-avec-Toulouse-le-11-decembre-2021-1212840.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/_VK-JXkOWQRNX0idPTWnA3GkOU8=/0x0:2048x1152/800x0/images/Neymar-1177801.jpg", + "image": "https://images.bfmtv.com/y9kmNdcQBl9-63ZJQZy1pSszrYU=/14x0:2046x1143/800x0/images/Antoine-Dupont-avec-Toulouse-le-11-decembre-2021-1212840.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31500,20 +32556,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc1dea44bfb1fa17d3ec7100896bc55b", + "hash": "c4625a58ee7ea8fd2327ccf6720f7425", "highlights": [] }, { - "title": "Coupe de France féminine: le PSG se fait peur mais file en huitièmes de finale, Diallo a rejoué", - "description": "Championnes de France en titre, les féminines du PSG se sont qualifiées de justesse face à Dijon en 16e de finale de la Coupe de France. La rencontre a été marquée par le retour d'Aminata Diallo.

", - "content": "Championnes de France en titre, les féminines du PSG se sont qualifiées de justesse face à Dijon en 16e de finale de la Coupe de France. La rencontre a été marquée par le retour d'Aminata Diallo.

", + "title": "CAN 2022: \"On a failli à notre tâche\", la frustration de Belmadi après le nul de l’Algérie", + "description": "Djamel Belmadi a réagi ce mardi au match nul de l’Algérie contre la Sierra Leone (0-0) lors de la CAN 2022. Le sélectionneur des Fennecs n’a pas apprécié le manque d’efficacité de son équipe et a appelé à une remise en question pour la suite de la compétition.

", + "content": "Djamel Belmadi a réagi ce mardi au match nul de l’Algérie contre la Sierra Leone (0-0) lors de la CAN 2022. Le sélectionneur des Fennecs n’a pas apprécié le manque d’efficacité de son équipe et a appelé à une remise en question pour la suite de la compétition.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/feminin/coupe-de-france-feminine-le-psg-se-fait-peur-mais-file-en-huitiemes-de-finale-diallo-a-rejoue_AD-202201090176.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-on-a-failli-a-notre-tache-la-frustration-de-belmadi-apres-le-nul-de-l-algerie_AV-202201110351.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 16:33:21 GMT", - "enclosure": "https://images.bfmtv.com/cJRxopBgVanXURGH3dOfl-EK6eI=/13x54:1997x1170/800x0/images/Aminata-Diallo-de-retour-avec-le-PSG-face-a-Dijon-le-9-janvier-2022-1211500.jpg", + "pubDate": "Tue, 11 Jan 2022 15:53:43 GMT", + "enclosure": "https://images.bfmtv.com/EUebvJ8ECR9kPy4K3Q1urMTIW2Y=/0x212:2048x1364/800x0/images/Djamel-Belmadi-le-selectionneur-de-l-Algerie-lors-de-la-CAN-2022-1212824.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/cJRxopBgVanXURGH3dOfl-EK6eI=/13x54:1997x1170/800x0/images/Aminata-Diallo-de-retour-avec-le-PSG-face-a-Dijon-le-9-janvier-2022-1211500.jpg", + "image": "https://images.bfmtv.com/EUebvJ8ECR9kPy4K3Q1urMTIW2Y=/0x212:2048x1364/800x0/images/Djamel-Belmadi-le-selectionneur-de-l-Algerie-lors-de-la-CAN-2022-1212824.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31522,20 +32578,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "275c4eaca92ed911780a7a3f8cbd3889", + "hash": "59ad0c85986b2ab0ac02908324f5791f", "highlights": [] }, { - "title": "CAN 2022 en direct: Yaoundé en liesse pour le match d'ouverture", - "description": "Le coup d’envoi de la Coupe d’Afrique des nations sera donné ce dimanche avec le match d’ouverture entre le Cameroun, pays hôte de la compétition, et le Burkina Faso à 17h au stade d’Olembe de Yaoundé. Ce match sera suivi par la 2eme rencontre du groupe A Ethiopie-Cap Vert à 20h. Retrouvez toutes les infos sur cette CAN 2022 en direct sur RMC Sport dans notre live commenté.

", - "content": "Le coup d’envoi de la Coupe d’Afrique des nations sera donné ce dimanche avec le match d’ouverture entre le Cameroun, pays hôte de la compétition, et le Burkina Faso à 17h au stade d’Olembe de Yaoundé. Ce match sera suivi par la 2eme rencontre du groupe A Ethiopie-Cap Vert à 20h. Retrouvez toutes les infos sur cette CAN 2022 en direct sur RMC Sport dans notre live commenté.

", + "title": "Mercato: ce que demande Reims pour Ekitike, qui intéresse Newcastle", + "description": "Hugo Ekitike intéresse plusieurs clubs étrangers, notamment Newcastle et Dortmund. Le Stade de Reims, qui souhaite conserver son jeune attaquant de 19 ans jusqu'à la fin de la saison, demande plus de 30 millions d'euros pour un transfert (avec prêt) dès cet hiver.

", + "content": "Hugo Ekitike intéresse plusieurs clubs étrangers, notamment Newcastle et Dortmund. Le Stade de Reims, qui souhaite conserver son jeune attaquant de 19 ans jusqu'à la fin de la saison, demande plus de 30 millions d'euros pour un transfert (avec prêt) dès cet hiver.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-en-direct-toutes-les-infos-avant-le-match-d-ouverture-cameroun-burkina-faso_LN-202201090016.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-ce-que-demande-reims-pour-ekitike-qui-interesse-newcastle_AV-202201110345.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 07:07:21 GMT", - "enclosure": "https://images.bfmtv.com/BHEY0Wn1D0H7hFxHFVhiwGTSyWo=/0x67:2000x1192/800x0/images/Des-chapeaux-du-Cameroun-a-Yaounde-1211385.jpg", + "pubDate": "Tue, 11 Jan 2022 15:44:20 GMT", + "enclosure": "https://images.bfmtv.com/cbge1eG-aRmJdX3bzkSgGMjOCRM=/0x150:2048x1302/800x0/images/Ekitike-1212816.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/BHEY0Wn1D0H7hFxHFVhiwGTSyWo=/0x67:2000x1192/800x0/images/Des-chapeaux-du-Cameroun-a-Yaounde-1211385.jpg", + "image": "https://images.bfmtv.com/cbge1eG-aRmJdX3bzkSgGMjOCRM=/0x150:2048x1302/800x0/images/Ekitike-1212816.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31544,20 +32600,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fffad648b674f07ebfc8401509fc5de1", + "hash": "8c9bffa177c4bef1a7837da0a94fc583", "highlights": [] }, { - "title": "PSG: Aminata Diallo a rejoué, deux mois après l'affaire Hamraoui", - "description": "Deux mois après son dernier match, et le début de l'affaire Kheira Hamraoui dans laquelle elle avait été un temps inquiétée, Aminata Diallo a de nouveau foulé un terrain ce dimanche lors de la victoire du PSG face à Dijon en 16e de finale de Coupe de France (0-0, 5-4 tab). L'internationale française a disputé 12 minutes.

", - "content": "Deux mois après son dernier match, et le début de l'affaire Kheira Hamraoui dans laquelle elle avait été un temps inquiétée, Aminata Diallo a de nouveau foulé un terrain ce dimanche lors de la victoire du PSG face à Dijon en 16e de finale de Coupe de France (0-0, 5-4 tab). L'internationale française a disputé 12 minutes.

", + "title": "Mercato: Corchia a refusé les Verts", + "description": "L’AS Saint-Etienne continue de se montrer active sur le marché des transferts. RMC Sport est en mesure d’annoncer que les Verts se sont intéressés à la situation de Sébastien Corchia. Mais le latéral droit n’a pas donné suite et a décidé de finir la saison avec le FC Nantes.

", + "content": "L’AS Saint-Etienne continue de se montrer active sur le marché des transferts. RMC Sport est en mesure d’annoncer que les Verts se sont intéressés à la situation de Sébastien Corchia. Mais le latéral droit n’a pas donné suite et a décidé de finir la saison avec le FC Nantes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/feminin/psg-feminines-aminata-diallo-a-rejoue-deux-mois-apres-l-affaire-hamraoui_AV-202201090164.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-corchia-a-refuse-les-verts_AV-202201110339.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 15:46:40 GMT", - "enclosure": "https://images.bfmtv.com/BtAE_sMq1s8ZJxBUGQqgBGW2pM8=/0x38:2048x1190/800x0/images/Aminata-Diallo-1164653.jpg", + "pubDate": "Tue, 11 Jan 2022 15:36:34 GMT", + "enclosure": "https://images.bfmtv.com/I6uNi48GPat3-soVu_X8wErW04o=/0x0:1984x1116/800x0/images/-984003.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/BtAE_sMq1s8ZJxBUGQqgBGW2pM8=/0x38:2048x1190/800x0/images/Aminata-Diallo-1164653.jpg", + "image": "https://images.bfmtv.com/I6uNi48GPat3-soVu_X8wErW04o=/0x0:1984x1116/800x0/images/-984003.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31566,20 +32622,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "026c1187f84b94088852c5358e50fbb7", + "hash": "d4a2a1583447910e0ce5169dc33c8dc8", "highlights": [] }, { - "title": "Nice: Galtier dément un coup de bluff avec les joueurs positifs au Covid", - "description": "Christophe Galtier s’est défendu ce dimanche en conférence de presse d’avoir voulu tromper son monde avec les cas Covid au sein de son groupe. Annoncée au complet la veille du match face à Brest, remporté 3-0, l’équipe de Nice s’est retrouvée amputée de trois joueurs juste avant le coup d’envoi.

", - "content": "Christophe Galtier s’est défendu ce dimanche en conférence de presse d’avoir voulu tromper son monde avec les cas Covid au sein de son groupe. Annoncée au complet la veille du match face à Brest, remporté 3-0, l’équipe de Nice s’est retrouvée amputée de trois joueurs juste avant le coup d’envoi.

", + "title": "Bordeaux: Baysse réagit après sa mise à l’écart", + "description": "Paul Baysse et plusieurs joueurs des Girondins ont été mis à l’écart du groupe professionnel ce mardi. Le défenseur bordelais a répondu à des internautes pour leur expliquer sa situation.

", + "content": "Paul Baysse et plusieurs joueurs des Girondins ont été mis à l’écart du groupe professionnel ce mardi. Le défenseur bordelais a répondu à des internautes pour leur expliquer sa situation.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/nice-galtier-dement-un-coup-de-bluff-avec-les-joueurs-positifs-au-covid_AV-202201090162.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-baysse-reagit-apres-sa-mise-a-l-ecart_AV-202201110338.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 15:37:34 GMT", - "enclosure": "https://images.bfmtv.com/pLPoYALitRE1lHLdYSMBZkx32z0=/0x0:1200x675/800x0/images/Christophe-Galtier-1211477.jpg", + "pubDate": "Tue, 11 Jan 2022 15:21:45 GMT", + "enclosure": "https://images.bfmtv.com/sGpmmSyRck7fDdIJfVN3ozYpA7A=/0x106:2048x1258/800x0/images/Paul-Baysse-avec-Bordeaux-en-fevrier-2021-1212811.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/pLPoYALitRE1lHLdYSMBZkx32z0=/0x0:1200x675/800x0/images/Christophe-Galtier-1211477.jpg", + "image": "https://images.bfmtv.com/sGpmmSyRck7fDdIJfVN3ozYpA7A=/0x106:2048x1258/800x0/images/Paul-Baysse-avec-Bordeaux-en-fevrier-2021-1212811.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31588,42 +32644,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "63409308371e9b102ac0e71cb60fbf1a", + "hash": "e62ea6031137b53ff47f79d7fe63e831", "highlights": [] }, { - "title": "Dakar 2022: Loeb remporte la 7e étape et talonne de nouveau Al-Attiyah", - "description": "Le pilote français Sébastien Loeb a remporté dimanche sa deuxième victoire d'étape sur le Dakar 2022. Forcé d'attaquer pour refaire son retour sur le leader, Nasser al-Attiyah, le voilà désormais deuxième au général.

", - "content": "Le pilote français Sébastien Loeb a remporté dimanche sa deuxième victoire d'étape sur le Dakar 2022. Forcé d'attaquer pour refaire son retour sur le leader, Nasser al-Attiyah, le voilà désormais deuxième au général.

", + "title": "PSG: \"Je n’ai pas choisi d’être une superstar\", le nouvel extrait du documentaire Netflix sur Neymar", + "description": "Le 25 janvier, le documentaire Netflix, \"Neymar, le chaos parfait\", sera diffusé. À quelques jours de la sortie, la plateforme a sorti un nouvel extrait où l’on voit des interventions de Lionel Messi et Kylian Mbappé. Ainsi que celle du Brésilien, s’exprimant sur sa médiatisation précoce.

", + "content": "Le 25 janvier, le documentaire Netflix, \"Neymar, le chaos parfait\", sera diffusé. À quelques jours de la sortie, la plateforme a sorti un nouvel extrait où l’on voit des interventions de Lionel Messi et Kylian Mbappé. Ainsi que celle du Brésilien, s’exprimant sur sa médiatisation précoce.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/dakar-2022-loeb-remporte-la-7e-etape-et-talonne-de-nouveau-al-attiyah_AV-202201090156.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-je-n-ai-pas-choisi-d-etre-une-superstar-le-nouvel-extrait-du-documentaire-netflix-sur-neymar_AV-202201110336.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 15:19:12 GMT", - "enclosure": "https://images.bfmtv.com/K-1kPS6WRxeQgRfn18qqjFNQwUg=/0x17:768x449/800x0/images/La-Prodrive-pilotee-par-Sebastien-Loeb-assiste-de-son-co-pilote-belge-Fabian-Lurquin-lors-de-la-2e-etape-du-rallye-raid-Dakar-2022-une-speciale-entre-Ha-il-et-al-Qaisumah-Arabie-saoudite-le-3-janvier-2022-1203163.jpg", + "pubDate": "Tue, 11 Jan 2022 15:14:42 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": "https://images.bfmtv.com/K-1kPS6WRxeQgRfn18qqjFNQwUg=/0x17:768x449/800x0/images/La-Prodrive-pilotee-par-Sebastien-Loeb-assiste-de-son-co-pilote-belge-Fabian-Lurquin-lors-de-la-2e-etape-du-rallye-raid-Dakar-2022-une-speciale-entre-Ha-il-et-al-Qaisumah-Arabie-saoudite-le-3-janvier-2022-1203163.jpg", + "image": "https://images.bfmtv.com/ipwj0lO5pW1aTpMZucRXDgJkkVo=/0x345:1808x1362/800x0/images/Neymar-avec-le-PSG-sous-une-fine-neige-1177172.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "19882bca041e7bf72550dabc3e5faf6b", + "hash": "1de56f547a71d38f6dce4d8490ffc61f", "highlights": [] }, { - "title": "Nantes-Monaco en direct: les Monégasques accrochés à Nantes pour la première de Clément", - "description": "Revivez dans les conditions du direct sur notre site le match nul et vierge entre Nantes et Monaco (0-0), pour le compte de la 20e journée de Ligue 1.

", - "content": "Revivez dans les conditions du direct sur notre site le match nul et vierge entre Nantes et Monaco (0-0), pour le compte de la 20e journée de Ligue 1.

", + "title": "CAN 2022: très décevante, l'Algérie concède le nul face à la Sierra Leone", + "description": "Bousculée et décevante dans le jeu, l'Algérie a concédé le match nul ce mardi face à la Sierra Leone (0-0), 108e nation au classement FIFA. Peu inspirés offensivement, les Fennecs sont tombés sur un excellent Kamara dans les buts.

", + "content": "Bousculée et décevante dans le jeu, l'Algérie a concédé le match nul ce mardi face à la Sierra Leone (0-0), 108e nation au classement FIFA. Peu inspirés offensivement, les Fennecs sont tombés sur un excellent Kamara dans les buts.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/nantes-monaco-en-direct-premiere-sur-le-banc-monegasque-de-philippe-clement_LS-202201090151.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-tres-decevante-l-algerie-concede-le-nul-face-a-la-sierra-leone_AN-202201110332.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 15:12:02 GMT", - "enclosure": "https://images.bfmtv.com/l_rW36t-Hh1YY62EDDcKyxK_-I0=/0x74:2048x1226/800x0/images/Alexander-Nuebel-1166864.jpg", + "pubDate": "Tue, 11 Jan 2022 14:57:54 GMT", + "enclosure": "https://images.bfmtv.com/qSzhPjT13oGT3obRIs0Q4r7Jucg=/0x224:1984x1340/800x0/images/Yacine-Brahimi-face-a-la-Sierra-Leone-lors-de-la-CAN-2022-1212787.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/l_rW36t-Hh1YY62EDDcKyxK_-I0=/0x74:2048x1226/800x0/images/Alexander-Nuebel-1166864.jpg", + "image": "https://images.bfmtv.com/qSzhPjT13oGT3obRIs0Q4r7Jucg=/0x224:1984x1340/800x0/images/Yacine-Brahimi-face-a-la-Sierra-Leone-lors-de-la-CAN-2022-1212787.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31632,42 +32688,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "35ada6e4c1b3ee092c65cd231d168196", + "hash": "eae300d24c110b99afe392baf6542f0f", "highlights": [] }, { - "title": "Open d'Australie: le gouvernement australien réclame de la fermeté contre Djokovic avant l'audience décisive", - "description": "Le gouvernement australien souligne ce dimanche que le numéro 1 mondial de tennis Novak Djokovic \"n'est pas vacciné contre le Covid-19\" et estime que son combat juridique pour rester dans le pays est voué à l'échec, à quelques heures de l'examen de son recours.

", - "content": "Le gouvernement australien souligne ce dimanche que le numéro 1 mondial de tennis Novak Djokovic \"n'est pas vacciné contre le Covid-19\" et estime que son combat juridique pour rester dans le pays est voué à l'échec, à quelques heures de l'examen de son recours.

", + "title": "Nigeria-Egypte en direct: les Super Eagles s'imposent sans trembler face à de petits Pharaons", + "description": "Sans vraiment être mis en danger, le Nigéria remporte ce premier choc de la CAN 2022, grâce à un but sublime d'Iheanacho (31e). Beaucoup trop esseulé, Salah n'a pas su faire la différence pour l'Égypte.

", + "content": "Sans vraiment être mis en danger, le Nigéria remporte ce premier choc de la CAN 2022, grâce à un but sublime d'Iheanacho (31e). Beaucoup trop esseulé, Salah n'a pas su faire la différence pour l'Égypte.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-le-gouvernement-australien-reclame-de-la-fermete-contre-djokovic-avant-l-audience-decisive_AV-202201090147.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-en-direct-suivez-le-choc-entre-le-nigeria-et-l-egypte_LS-202201110328.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 14:54:50 GMT", - "enclosure": "https://images.bfmtv.com/FmrGyUZ-bTfCAW2yZa3fBB85Lng=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-6-novembre-2021-1210035.jpg", + "pubDate": "Tue, 11 Jan 2022 14:46:53 GMT", + "enclosure": "https://images.bfmtv.com/CO14jbSddhIx8R3Do5OveJZDPIQ=/0x141:2048x1293/800x0/images/1212946.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/FmrGyUZ-bTfCAW2yZa3fBB85Lng=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-6-novembre-2021-1210035.jpg", + "image": "https://images.bfmtv.com/CO14jbSddhIx8R3Do5OveJZDPIQ=/0x141:2048x1293/800x0/images/1212946.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "ef4dac20f628d2ccaafeba3db1743030", + "hash": "ae139c4c3c8a7dc4bcc2b1671b3ff2f3", "highlights": [] }, { - "title": "LOU: un an de plus pour Francisco Gomez Kodela", - "description": "Alors qu'il arrivait en fin de contrat, le pilier droit argentin de Lyon, Francisco Gómez Kodela, a prolongé son aventure avec le LOU d'une saison supplémentaire.

", - "content": "Alors qu'il arrivait en fin de contrat, le pilier droit argentin de Lyon, Francisco Gómez Kodela, a prolongé son aventure avec le LOU d'une saison supplémentaire.

", + "title": "Top 14: Botia prolonge à La Rochelle", + "description": "La Rochelle a officialisé ce mardi la prolongation de Levani Botia pour deux saisons supplémentaires. Le puissant fidjien espère ainsi rester compétitif en Top 14 afin de séduire son sélectionneur avant la Coupe du monde 2023 en France.

", + "content": "La Rochelle a officialisé ce mardi la prolongation de Levani Botia pour deux saisons supplémentaires. Le puissant fidjien espère ainsi rester compétitif en Top 14 afin de séduire son sélectionneur avant la Coupe du monde 2023 en France.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/lou-un-an-de-plus-pour-francisco-gomez-kodela_AN-202201090140.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-botia-prolonge-a-la-rochelle_AV-202201110323.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 14:35:14 GMT", - "enclosure": "https://images.bfmtv.com/ri3GLz0MXE34S9Ar3WZRg0yShBk=/0x51:2048x1203/800x0/images/Francisco-Gomez-Kodela-avec-le-LOU-en-fevrier-2021-1211457.jpg", + "pubDate": "Tue, 11 Jan 2022 14:40:43 GMT", + "enclosure": "https://images.bfmtv.com/zLI7ahm70RPo8fNe6-EPyE5Gp3s=/0x212:2048x1364/800x0/images/Levani-Botia-avec-La-Rochelle-contre-le-MHR-le-2-octobre-2021-1212783.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ri3GLz0MXE34S9Ar3WZRg0yShBk=/0x51:2048x1203/800x0/images/Francisco-Gomez-Kodela-avec-le-LOU-en-fevrier-2021-1211457.jpg", + "image": "https://images.bfmtv.com/zLI7ahm70RPo8fNe6-EPyE5Gp3s=/0x212:2048x1364/800x0/images/Levani-Botia-avec-La-Rochelle-contre-le-MHR-le-2-octobre-2021-1212783.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31676,20 +32732,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa9eb832a2b60ae00b29b5dbc2d7f09e", + "hash": "9d5f64810a64475eb259960a6baca4a1", "highlights": [] }, { - "title": "Open d'Australie en direct: le gouvernement australien réclame un refus de visa pour Djokovic", - "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", - "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "title": "OL: Reine-Adelaïde a fait son retour à l’entraînement collectif", + "description": "Absent des terrains depuis une rupture des ligaments croisés en février dernier, Jeff Reine-Adelaïde voit enfin le bout du tunnel. Le milieu de terrain était de retour ce mardi à l’entraînement collectif avec l’Olympique Lyonnais.

", + "content": "Absent des terrains depuis une rupture des ligaments croisés en février dernier, Jeff Reine-Adelaïde voit enfin le bout du tunnel. Le milieu de terrain était de retour ce mardi à l’entraînement collectif avec l’Olympique Lyonnais.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-reine-adelaide-a-fait-son-retour-a-l-entrainement-collectif_AV-202201110318.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", - "enclosure": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", + "pubDate": "Tue, 11 Jan 2022 14:27:17 GMT", + "enclosure": "https://images.bfmtv.com/j7O2j0-XB5UrDPNH2EM6g0aBifs=/10x2:1050x587/800x0/images/-872972.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", + "image": "https://images.bfmtv.com/j7O2j0-XB5UrDPNH2EM6g0aBifs=/10x2:1050x587/800x0/images/-872972.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31698,42 +32754,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "1559124278588a447c5ae86af0ff04f7", + "hash": "925a85416e0b5691b8afd5b27d87c262", "highlights": [] }, { - "title": "OL-PSG en direct: Paqueta donne l'avantage à Lyon dès le début du match !", - "description": "La 20e journée de Ligue 1 réserve ce dimanche un choc entre l'OL et le PSG (20h45). Les Lyonnais, en quête de points pour remonter dans les places européennes, évolueront dans un stade qui sonnera creux en raison de la jauge, face à des Parisiens sans Lionel Messi ni Neymar.

", - "content": "La 20e journée de Ligue 1 réserve ce dimanche un choc entre l'OL et le PSG (20h45). Les Lyonnais, en quête de points pour remonter dans les places européennes, évolueront dans un stade qui sonnera creux en raison de la jauge, face à des Parisiens sans Lionel Messi ni Neymar.

", + "title": "Open d'Australie: en plein match, Tomic parie un restaurant avec l'arbitre qu'il a le Covid", + "description": "Bernard Tomic, malade, s'est plaint du protocole Covid de l'Open d'Australie à l'occasion d'un changement de côté, lors de son match des qualifications, perdu face au Russe Safiullin.

", + "content": "Bernard Tomic, malade, s'est plaint du protocole Covid de l'Open d'Australie à l'occasion d'un changement de côté, lors de son match des qualifications, perdu face au Russe Safiullin.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-le-choc-entre-l-ol-et-le-psg_LS-202201090172.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-plein-match-tomic-parie-un-restaurant-avec-l-arbitre-qu-il-a-le-covid_AV-202201110309.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 16:17:57 GMT", - "enclosure": "https://images.bfmtv.com/6MvALmSO8hF__LhwfhK5mNVRmEk=/0x83:2048x1235/800x0/images/Lucas-Paqueta-buteur-avec-l-OL-contre-Paris-le-9-janvier-2022-1211578.jpg", + "pubDate": "Tue, 11 Jan 2022 14:00:45 GMT", + "enclosure": "https://images.bfmtv.com/qnzZrHsVLp4FQad0-bfq-XBr3BE=/0x0:1200x675/800x0/images/Bernard-Tomic-1212759.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/6MvALmSO8hF__LhwfhK5mNVRmEk=/0x83:2048x1235/800x0/images/Lucas-Paqueta-buteur-avec-l-OL-contre-Paris-le-9-janvier-2022-1211578.jpg", + "image": "https://images.bfmtv.com/qnzZrHsVLp4FQad0-bfq-XBr3BE=/0x0:1200x675/800x0/images/Bernard-Tomic-1212759.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "801db252141d94dfc4da1bff23898818", + "hash": "ccf8032874f279702ddf2dd74ab7cf80", "highlights": [] }, { - "title": "Australie: Josh Cavallo victime de propos homophobes après son coming-out remarqué", - "description": "Le footballeur australien Josh Cavallo, qui avait révélé son homosexualité en octobre dernier, a été la cible d'abus homophobes, samedi, lors d'un match de championnat local. Sur les réseaux sociaux, il a assuré qu'il allait continuer à se battre.

", - "content": "Le footballeur australien Josh Cavallo, qui avait révélé son homosexualité en octobre dernier, a été la cible d'abus homophobes, samedi, lors d'un match de championnat local. Sur les réseaux sociaux, il a assuré qu'il allait continuer à se battre.

", + "title": "Premier League: Liverpool n'avait en réalité qu'un seul positif", + "description": "Alors que Liverpool a vu son match de League Cup face à Arsenal être reporté en raison de nombreux cas de Covid du côté des Reds, Jürgen Klopp a assuré que la majorité des tests étaient des faux positifs.

", + "content": "Alors que Liverpool a vu son match de League Cup face à Arsenal être reporté en raison de nombreux cas de Covid du côté des Reds, Jürgen Klopp a assuré que la majorité des tests étaient des faux positifs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/australie-josh-cavallo-victime-de-propos-homophobes-apres-son-coming-out-remarque_AV-202201090137.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-liverpool-n-avait-en-realite-qu-un-seul-positif_AV-202201110308.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 14:24:52 GMT", - "enclosure": "https://images.bfmtv.com/m7MByGSNeWjeQO6N1QkMvwfQY7U=/0x33:512x321/800x0/images/Le-milieu-de-terrain-australien-Josh-Cavallo-avec-le-maillot-de-son-equipe-d-Adelaide-United-1155552.jpg", + "pubDate": "Tue, 11 Jan 2022 13:58:56 GMT", + "enclosure": "https://images.bfmtv.com/rjLd4-t38zmZeARPJFbwOTkWgyo=/0x0:768x432/800x0/images/L-Allemand-Jurgen-Klopp-l-entraineur-emblematique-de-Liverpool-pendant-le-match-de-Premier-League-contre-Chelsea-a-Anfield-Road-le-28-aout-2021-a-Liverpool-1128247.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/m7MByGSNeWjeQO6N1QkMvwfQY7U=/0x33:512x321/800x0/images/Le-milieu-de-terrain-australien-Josh-Cavallo-avec-le-maillot-de-son-equipe-d-Adelaide-United-1155552.jpg", + "image": "https://images.bfmtv.com/rjLd4-t38zmZeARPJFbwOTkWgyo=/0x0:768x432/800x0/images/L-Allemand-Jurgen-Klopp-l-entraineur-emblematique-de-Liverpool-pendant-le-match-de-Premier-League-contre-Chelsea-a-Anfield-Road-le-28-aout-2021-a-Liverpool-1128247.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31742,20 +32798,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a0973b81e4aafcae31e099d09867ace", + "hash": "b51792accb2ef92918b01a16b87056b5", "highlights": [] }, { - "title": "Brest-Nice: le gros coup des Aiglons, qui repassent deuxièmes à dix contre onze", - "description": "Malgré l'exclusion sévère de Morgan Schneiderlin dès la 20e minute de jeu, Nice a su faire le dos rond pour s'imposer à Brest (3-0) ce dimanche et faire l'une des bonnes opérations de la journée, en reprenant la deuxième place de L1. Notamment grâce à un grand Benitez.

", - "content": "Malgré l'exclusion sévère de Morgan Schneiderlin dès la 20e minute de jeu, Nice a su faire le dos rond pour s'imposer à Brest (3-0) ce dimanche et faire l'une des bonnes opérations de la journée, en reprenant la deuxième place de L1. Notamment grâce à un grand Benitez.

", + "title": "PRONOS PARIS RMC Le pari du jour du 11 janvier – Série A – Italie", + "description": "Notre pronostic : Bologne ne perd pas à Cagliari et moins de 3,5 buts (1.82)

", + "content": "Notre pronostic : Bologne ne perd pas à Cagliari et moins de 3,5 buts (1.82)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/brest-nice-le-gros-coup-des-aiglons-qui-repassent-deuxiemes-a-dix-contre-onze_AN-202201090130.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-11-janvier-serie-a-italie_AN-202201100438.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 14:02:44 GMT", - "enclosure": "https://images.bfmtv.com/48KV4X7qHaEbc2iRFNv8CMPhbYg=/0x0:2000x1125/800x0/images/La-joie-des-Nicois-face-a-Brest-le-9-janvier-2022-1211434.jpg", + "pubDate": "Mon, 10 Jan 2022 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/bgBAQZyaeGSIrnywcXJKjokgKqA=/0x0:1984x1116/800x0/images/S-Mihajlovic-1212197.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/48KV4X7qHaEbc2iRFNv8CMPhbYg=/0x0:2000x1125/800x0/images/La-joie-des-Nicois-face-a-Brest-le-9-janvier-2022-1211434.jpg", + "image": "https://images.bfmtv.com/bgBAQZyaeGSIrnywcXJKjokgKqA=/0x0:1984x1116/800x0/images/S-Mihajlovic-1212197.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31764,20 +32820,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4fd85a617b0254207aae15d21cb62f4", + "hash": "06306cd45ea3757561747b649181bffd", "highlights": [] }, { - "title": "OL-PSG en direct: Wijnaldum de nouveau sur l'aile, Dubois de retour côté lyonnais", - "description": "La 20e journée de Ligue 1 réserve ce dimanche un choc entre l'OL et le PSG (20h45). Les Lyonnais, en quête de points pour remonter dans les places européennes, évolueront dans un stade qui sonnera creux en raison de la jauge, face à des Parisiens sans Lionel Messi ni Neymar.

", - "content": "La 20e journée de Ligue 1 réserve ce dimanche un choc entre l'OL et le PSG (20h45). Les Lyonnais, en quête de points pour remonter dans les places européennes, évolueront dans un stade qui sonnera creux en raison de la jauge, face à des Parisiens sans Lionel Messi ni Neymar.

", + "title": "PRONOS PARIS RMC Le pari football de Rolland Courbis du 11 janvier – CAN", + "description": "Mon pronostic : l’Egypte ne perd pas contre le Nigéria et les deux équipes marquent (2.85)

", + "content": "Mon pronostic : l’Egypte ne perd pas contre le Nigéria et les deux équipes marquent (2.85)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-le-choc-entre-l-ol-et-le-psg_LS-202201090172.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-rolland-courbis-du-11-janvier-can_AN-202201110306.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 16:17:57 GMT", - "enclosure": "https://images.bfmtv.com/6c8HaYyJfSouALwyrb5aB_1wiCM=/9x0:1705x954/800x0/images/Georginio-Wijnaldum-1144811.jpg", + "pubDate": "Tue, 11 Jan 2022 13:47:46 GMT", + "enclosure": "https://images.bfmtv.com/PJBYCr0UCbfHcmABMl0yy5rKxbk=/0x168:2000x1293/800x0/images/M-Salah-1212753.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/6c8HaYyJfSouALwyrb5aB_1wiCM=/9x0:1705x954/800x0/images/Georginio-Wijnaldum-1144811.jpg", + "image": "https://images.bfmtv.com/PJBYCr0UCbfHcmABMl0yy5rKxbk=/0x168:2000x1293/800x0/images/M-Salah-1212753.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31786,42 +32842,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b940d445753351c49f2b8bcb0e2abc8", + "hash": "c99f561cda419c6eaae2c9ed7d1c3485", "highlights": [] }, { - "title": "Les pronos hippiques du lundi 10 janvier 2022", - "description": "Le Quinté+ du lundi 10 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 lundi 10 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": "Open d'Australie: l'amertume de Voracova contre les organisateurs", + "description": "Retenue dans le même hôtel que Novak Djokovic à cause d’une annulation de son visa, Renata Voracova, qui a depuis quitté l’Australie, a exprimé sa rancœur envers les organisateurs de l’Open d’Australie.

", + "content": "Retenue dans le même hôtel que Novak Djokovic à cause d’une annulation de son visa, Renata Voracova, qui a depuis quitté l’Australie, a exprimé sa rancœur envers les organisateurs de l’Open d’Australie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-lundi-10-janvier-2022_AN-202201090126.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-d-australie-l-amertume-de-voracova-contre-les-organisateurs_AV-202201110303.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 13:51:15 GMT", - "enclosure": "https://images.bfmtv.com/Lit38bQb0fjgPYlJ6_-HJWmEWsM=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-vendredi-31-decembre-2021-1201160.jpg", + "pubDate": "Tue, 11 Jan 2022 13:35:47 GMT", + "enclosure": "https://images.bfmtv.com/99-rbUjcAWqEcS26QsMZelUwXE8=/0x27:2048x1179/800x0/images/Renata-Voracova-en-novembre-2020-1210362.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/99-rbUjcAWqEcS26QsMZelUwXE8=/0x27:2048x1179/800x0/images/Renata-Voracova-en-novembre-2020-1210362.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "46d02df55f0427a1692df3f5cf064d26", + "hash": "f1a97ef31872e1a19b06596d17731c1d", "highlights": [] }, { - "title": "Serie A: l’AC Milan repasse en tête avec un doublé d’Hernandez", - "description": "En attendant le résultat de l’Inter face à la Lazio ce dimanche soir, l’AC Milan a pris provisoirement les commandes de la Serie A après sa large victoire sur la pelouse de Venise (3-0). Un succès auquel a activement participé le Français Théo Hernandez, auteur d'un doublé.

", - "content": "En attendant le résultat de l’Inter face à la Lazio ce dimanche soir, l’AC Milan a pris provisoirement les commandes de la Serie A après sa large victoire sur la pelouse de Venise (3-0). Un succès auquel a activement participé le Français Théo Hernandez, auteur d'un doublé.

", + "title": "Les pronos hippiques du mercredi 12 janvier 2022", + "description": "Le Quinté+ du mercredi 12 janvier 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 mercredi 12 janvier 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/serie-a/serie-a-l-ac-milan-repasse-en-tete-avec-un-double-d-hernandez_AV-202201090122.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-mercredi-12-janvier-2022_AN-202201110301.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 13:38:36 GMT", - "enclosure": "https://images.bfmtv.com/f0YvgWWHXGIKTEvZh7NLHcEEqQQ=/0x0:2032x1143/800x0/images/AC-Milan-Theo-Hernandez-a-inscrit-un-double-face-a-Venise-1211433.jpg", + "pubDate": "Tue, 11 Jan 2022 13:33:27 GMT", + "enclosure": "https://images.bfmtv.com/7xIzpPTOzQzt1r9ZEHEUK98Fihw=/1x35:337x224/800x0/images/Les-pronos-hippiques-du-12-janvier-2022-1212041.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/f0YvgWWHXGIKTEvZh7NLHcEEqQQ=/0x0:2032x1143/800x0/images/AC-Milan-Theo-Hernandez-a-inscrit-un-double-face-a-Venise-1211433.jpg", + "image": "https://images.bfmtv.com/7xIzpPTOzQzt1r9ZEHEUK98Fihw=/1x35:337x224/800x0/images/Les-pronos-hippiques-du-12-janvier-2022-1212041.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31830,20 +32886,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8faf23dbe3f6347cd4c5968adbc5619b", + "hash": "8a2a3c9e9df2c1b943a60007d00584f4", "highlights": [] }, { - "title": "Manchester United: Rangnick aurait été surpris de trouver le groupe dans un état déplorable", - "description": "La presse anglaise se fait l'écho des premières semaines compliquées de Ralf Rangnick à la tête de Manchester United. L'Allemand, débarqué un peu précipitamment sur le banc des Red Devils, aurait du mal à prendre ses marques et pointerait les problèmes de solidarité de son groupe.

", - "content": "La presse anglaise se fait l'écho des premières semaines compliquées de Ralf Rangnick à la tête de Manchester United. L'Allemand, débarqué un peu précipitamment sur le banc des Red Devils, aurait du mal à prendre ses marques et pointerait les problèmes de solidarité de son groupe.

", + "title": "Mercato en direct: un retour en Espagne à l'étude pour Rico", + "description": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", + "content": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-rangnick-aurait-ete-surpris-de-trouver-le-groupe-dans-un-etat-deplorable_AN-202201090121.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-lucas-digne-en-direction-d-aston-villa_LN-202201100063.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 13:34:40 GMT", - "enclosure": "https://images.bfmtv.com/Fv4qmKfw5Y0hdGw6NvzPBWz02DI=/16x63:2048x1206/800x0/images/Ralf-Rangnick-1184647.jpg", + "pubDate": "Mon, 10 Jan 2022 06:35:48 GMT", + "enclosure": "https://images.bfmtv.com/R7dAJvXUzbJE92ULtss6s3itjvU=/0x16:1600x916/800x0/images/-870018.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Fv4qmKfw5Y0hdGw6NvzPBWz02DI=/16x63:2048x1206/800x0/images/Ralf-Rangnick-1184647.jpg", + "image": "https://images.bfmtv.com/R7dAJvXUzbJE92ULtss6s3itjvU=/0x16:1600x916/800x0/images/-870018.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31852,42 +32908,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "124f1f20bc1694f6680b00544e9dee58", + "hash": "8b3e869a9ce30683a4b483219ca5122f", "highlights": [] }, { - "title": "OL-PSG en direct: Wijnaldum attendu sur l'aile, les dernières infos compos", - "description": "La 20e journée de Ligue 1 réserve ce dimanche un choc entre l'OL et le PSG (20h45). Les Lyonnais, en quête de points pour remonter dans les places européennes, évolueront dans un stade qui sonnera creux en raison de la jauge, face à des Parisiens sans Lionel Messi ni Neymar.

", - "content": "La 20e journée de Ligue 1 réserve ce dimanche un choc entre l'OL et le PSG (20h45). Les Lyonnais, en quête de points pour remonter dans les places européennes, évolueront dans un stade qui sonnera creux en raison de la jauge, face à des Parisiens sans Lionel Messi ni Neymar.

", + "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 11 janvier – NBA", + "description": "Mon pronostic : Toronto s’impose face à Phoenix (2.55)

", + "content": "Mon pronostic : Toronto s’impose face à Phoenix (2.55)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-le-choc-entre-l-ol-et-le-psg_LS-202201090172.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-11-janvier-nba_AN-202201110297.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 16:17:57 GMT", - "enclosure": "https://images.bfmtv.com/6c8HaYyJfSouALwyrb5aB_1wiCM=/9x0:1705x954/800x0/images/Georginio-Wijnaldum-1144811.jpg", + "pubDate": "Tue, 11 Jan 2022 13:17:29 GMT", + "enclosure": "https://images.bfmtv.com/rXf9eI61Q4kWQiTsHNe8zLgA4eA=/0x216:1984x1332/800x0/images/F-VanVleet-1212736.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/6c8HaYyJfSouALwyrb5aB_1wiCM=/9x0:1705x954/800x0/images/Georginio-Wijnaldum-1144811.jpg", + "image": "https://images.bfmtv.com/rXf9eI61Q4kWQiTsHNe8zLgA4eA=/0x216:1984x1332/800x0/images/F-VanVleet-1212736.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0d11b735a71e1d724dd814d69cf49141", + "hash": "2c5fa92f2c2a0d16379c04ee7e8df5cd", "highlights": [] }, { - "title": "Nice: le coup de bluff de Galtier sur les positifs au Covid-19", - "description": "Après avoir annoncé des cas positifs au Covid-19, puis un groupe au complet pour affronter Brest ce dimanche lors de la 20e journée de Ligue 1, l’entraîneur de Nice Christophe Galtier a finalement composé sans Melvin Bard, Calvin Stengs et sa recrue hivernale Jordan Amavi. Les trois Aiglons sont positifs au Covid, selon L’Equipe.

", - "content": "Après avoir annoncé des cas positifs au Covid-19, puis un groupe au complet pour affronter Brest ce dimanche lors de la 20e journée de Ligue 1, l’entraîneur de Nice Christophe Galtier a finalement composé sans Melvin Bard, Calvin Stengs et sa recrue hivernale Jordan Amavi. Les trois Aiglons sont positifs au Covid, selon L’Equipe.

", + "title": "Nigeria-Egypte: les Super Eagles avec Iheanacho et Simon, l'Égypte menée par Salah", + "description": "Premier choc de cette CAN 2022 dans le groupe D. Orphelin de Victor Osimhen, le Nigéria affronte l'Égypte de Mohamed Salah. Une très belle affiche à suivre à partir de 17h dans notre live commenté.

", + "content": "Premier choc de cette CAN 2022 dans le groupe D. Orphelin de Victor Osimhen, le Nigéria affronte l'Égypte de Mohamed Salah. Une très belle affiche à suivre à partir de 17h dans notre live commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/nice-le-coup-de-bluff-de-galtier-sur-les-positifs-au-covid-19_AV-202201090118.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-en-direct-suivez-le-choc-entre-le-nigeria-et-l-egypte_LS-202201110328.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 13:06:07 GMT", - "enclosure": "https://images.bfmtv.com/KkIoi5YABk6A9S2oBDz450LrbL0=/0x118:2048x1270/800x0/images/Christophe-Galtier-1156369.jpg", + "pubDate": "Tue, 11 Jan 2022 14:46:53 GMT", + "enclosure": "https://images.bfmtv.com/kyJfScnDiT94BPCTseNasmaOH8E=/16x95:1984x1202/800x0/images/M-Salah-1212235.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/KkIoi5YABk6A9S2oBDz450LrbL0=/0x118:2048x1270/800x0/images/Christophe-Galtier-1156369.jpg", + "image": "https://images.bfmtv.com/kyJfScnDiT94BPCTseNasmaOH8E=/16x95:1984x1202/800x0/images/M-Salah-1212235.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31896,20 +32952,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1afad9dd22b5cef0a699a1288983f195", + "hash": "6bdc689a9338eb0774711ce589ed2208", "highlights": [] }, { - "title": "Multiplex Ligue 1 en direct: Strasbourg sans adversaire dans le derby, Clermont évite le pire", - "description": "Pas de suspense ni de grand spectacle dans le derby de l'est, remporté sans difficulté par Strasbourg (2-0), porté par l'inévitable Ajorque. Clermont tient tête à Reims (0-0), malgré une infériorité numérique pendant 75 minutes, dans ce multiplex tronqué de deux rencontres.

", - "content": "Pas de suspense ni de grand spectacle dans le derby de l'est, remporté sans difficulté par Strasbourg (2-0), porté par l'inévitable Ajorque. Clermont tient tête à Reims (0-0), malgré une infériorité numérique pendant 75 minutes, dans ce multiplex tronqué de deux rencontres.

", + "title": "Athlétisme: Deon Lendore, médaillé olympique en 2012, est mort dans un accident de voiture", + "description": "Deon Lendore, médaillé de bronze avec le relais 4x400m de Trinidad-et-Tobago aux Jeux olympiques de Londres en 2012, est mort dans un accident de voiture au Texas, lundi soir. Il avait 29 ans.

", + "content": "Deon Lendore, médaillé de bronze avec le relais 4x400m de Trinidad-et-Tobago aux Jeux olympiques de Londres en 2012, est mort dans un accident de voiture au Texas, lundi soir. Il avait 29 ans.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-metz-strasbourg-et-clermont-reims-en-direct_LS-202201090116.html", + "link": "https://rmcsport.bfmtv.com/athletisme/athletisme-deon-lendore-medaille-olympique-en-2012-est-mort-dans-un-accident-de-voiture_AV-202201110296.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 12:48:45 GMT", - "enclosure": "https://images.bfmtv.com/ZaPRO96KVhb6zUfPa5swVOG4KMA=/0x89:2048x1241/800x0/images/1211492.jpg", + "pubDate": "Tue, 11 Jan 2022 13:17:05 GMT", + "enclosure": "https://images.bfmtv.com/lkgDfjuPnfLUR5V9CljUepKdVjs=/0x0:2048x1152/800x0/images/Deon-Lendore-1212730.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ZaPRO96KVhb6zUfPa5swVOG4KMA=/0x89:2048x1241/800x0/images/1211492.jpg", + "image": "https://images.bfmtv.com/lkgDfjuPnfLUR5V9CljUepKdVjs=/0x0:2048x1152/800x0/images/Deon-Lendore-1212730.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31918,20 +32974,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f23ec7b938fbe7f3fcf5da9a6e940516", + "hash": "a8d695f3e0a980e955b268c3d5c875bc", "highlights": [] }, { - "title": "Barça: Garcia absent cinq semaines, une nouvelle tuile pour Xavi avant le Clasico", - "description": "Rejoint dans les dernières minutes à Grenade (1-1) ce samedi, le Barça a également perdu Eric Garcia, touché à la cuisse.

", - "content": "Rejoint dans les dernières minutes à Grenade (1-1) ce samedi, le Barça a également perdu Eric Garcia, touché à la cuisse.

", + "title": "Bordeaux: Koscielny, Baysse, Maja... les raisons des mises à l'écart", + "description": "Les Girondins de Bordeaux ont décidé de mettre à l'écart plusieurs joueurs de l'effectif professionnel, dont Laurent Koscielny. Il s'agit surtout d'un choix sportif et économique de la direction.

", + "content": "Les Girondins de Bordeaux ont décidé de mettre à l'écart plusieurs joueurs de l'effectif professionnel, dont Laurent Koscielny. Il s'agit surtout d'un choix sportif et économique de la direction.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/barca-garcia-absent-cinq-semaines-une-nouvelle-tuile-pour-xavi-avant-le-clasico_AV-202201090114.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-koscielny-baysse-maja-les-raisons-des-mises-a-l-ecart_AN-202201110294.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 12:37:59 GMT", - "enclosure": "https://images.bfmtv.com/grlFQ-Pz3vjgFTQ00-la_mdYgB8=/0x10:1984x1126/800x0/images/Eric-Garcia-face-a-Grenade-le-8-janvier-2022-1211394.jpg", + "pubDate": "Tue, 11 Jan 2022 12:57:13 GMT", + "enclosure": "https://images.bfmtv.com/ZJutHFLebX-zCizCUfgkA-UU3-M=/0x0:1024x576/800x0/images/-849695.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/grlFQ-Pz3vjgFTQ00-la_mdYgB8=/0x10:1984x1126/800x0/images/Eric-Garcia-face-a-Grenade-le-8-janvier-2022-1211394.jpg", + "image": "https://images.bfmtv.com/ZJutHFLebX-zCizCUfgkA-UU3-M=/0x0:1024x576/800x0/images/-849695.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31940,42 +32996,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "b054ad2a8d5c5d7d26050c5be3fa8d0c", + "hash": "6847cc50726d447fc86a40bd3d2e1aba", "highlights": [] }, { - "title": "Dakar 2022: le Français Van Beveren prend la tête en moto après la 7e étape", - "description": "Onzième à l'issue de la spéciale de dimanche sur le Dakar, le Français Adrien Van Beveren (Yamaha) en profite tout de même pour prendre les commandes du classement dans la catégorie moto.

", - "content": "Onzième à l'issue de la spéciale de dimanche sur le Dakar, le Français Adrien Van Beveren (Yamaha) en profite tout de même pour prendre les commandes du classement dans la catégorie moto.

", + "title": "CAN 2022: la compo très offensive de l’Algérie face à la Sierra Leone", + "description": "L’Algérie entame la remise en jeu de son titre à la Coupe d’Afrique des Nations 2022 ce mardi face à la Sierra Leone (14h). Djamel Belmadi a réservé quelques surprises dans sa composition pour l’occasion.

", + "content": "L’Algérie entame la remise en jeu de son titre à la Coupe d’Afrique des Nations 2022 ce mardi face à la Sierra Leone (14h). Djamel Belmadi a réservé quelques surprises dans sa composition pour l’occasion.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/dakar-2022-le-francais-van-beveren-prend-la-tete-en-moto-apres-la-7e-etape_AV-202201090107.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-la-compo-tres-offensive-de-l-algerie-face-a-la-sierra-leone_AV-202201110288.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 12:17:15 GMT", - "enclosure": "https://images.bfmtv.com/q4h1vkU62SyPKxWXjfgdOUkawOA=/0x104:2048x1256/800x0/images/Adrien-Van-Beveren-Yamaha-1211411.jpg", + "pubDate": "Tue, 11 Jan 2022 12:39:30 GMT", + "enclosure": "https://images.bfmtv.com/VQoRKRNpIy2W24BPMQqzXwPLDM4=/0x68:2048x1220/800x0/images/Riayd-Mahez-a-gauche-Djamel-Belmadi-au-centre-et-Yacine-Brahimi-1212722.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/q4h1vkU62SyPKxWXjfgdOUkawOA=/0x104:2048x1256/800x0/images/Adrien-Van-Beveren-Yamaha-1211411.jpg", + "image": "https://images.bfmtv.com/VQoRKRNpIy2W24BPMQqzXwPLDM4=/0x68:2048x1220/800x0/images/Riayd-Mahez-a-gauche-Djamel-Belmadi-au-centre-et-Yacine-Brahimi-1212722.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5d4c88e92ce447cbd2bfdda913dd08d4", + "hash": "7f2f56aa27eed4662176bb1145bd0bc2", "highlights": [] }, { - "title": "Biathlon (Oberhof): Fillon Maillet remporte la poursuite et récupère le dossard jaune", - "description": "Parti en 9e position, Quentin Fillon Maillet a remporté ce dimanche sa troisième victoire d'affilée sur une poursuite à Oberhof (Allemagne). Coup double pour le Français, qui reprend le dossard jaune de leader à Emilien Jacquelin.

", - "content": "Parti en 9e position, Quentin Fillon Maillet a remporté ce dimanche sa troisième victoire d'affilée sur une poursuite à Oberhof (Allemagne). Coup double pour le Français, qui reprend le dossard jaune de leader à Emilien Jacquelin.

", + "title": "Mercato: Coman va bien prolonger au Bayern Munich", + "description": "Comme annoncé par L’Équipe, Kingsley Coman va étendre le contrat qui le lie actuellement au Bayern Munich jusqu’en 2023. Selon nos informations, un accord a bien été trouvé entre l’ailier de 25 ans et le club bavarois.

", + "content": "Comme annoncé par L’Équipe, Kingsley Coman va étendre le contrat qui le lie actuellement au Bayern Munich jusqu’en 2023. Selon nos informations, un accord a bien été trouvé entre l’ailier de 25 ans et le club bavarois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-oberhof-fillon-maillet-remporte-la-poursuite-et-recupere-le-dossard-jaune_AN-202201090104.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-coman-va-bien-prolonger-au-bayern-munich_AV-202201110283.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 12:09:12 GMT", - "enclosure": "https://images.bfmtv.com/zWxyTLC1FVGmTCq_Z6-BTU9watQ=/0x40:768x472/800x0/images/La-joie-du-Francais-Quentin-Fillon-Maillet-vainqueur-de-la-poursuite-comptant-pour-la-Coupe-du-monde-de-biathlon-le-18-decembre-2021-au-Grand-Bornand-1190982.jpg", + "pubDate": "Tue, 11 Jan 2022 12:29:46 GMT", + "enclosure": "https://images.bfmtv.com/iLwpfNZFuS-v-n51VCwtoAuqTpI=/0x41:768x473/800x0/images/Le-Bayern-Munich-reste-sur-un-succes-a-domicile-2-0-contre-Mayence-avec-notamment-un-but-de-Kingsley-Coman-le-11-decembre-2021-1188039.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/zWxyTLC1FVGmTCq_Z6-BTU9watQ=/0x40:768x472/800x0/images/La-joie-du-Francais-Quentin-Fillon-Maillet-vainqueur-de-la-poursuite-comptant-pour-la-Coupe-du-monde-de-biathlon-le-18-decembre-2021-au-Grand-Bornand-1190982.jpg", + "image": "https://images.bfmtv.com/iLwpfNZFuS-v-n51VCwtoAuqTpI=/0x41:768x473/800x0/images/Le-Bayern-Munich-reste-sur-un-succes-a-domicile-2-0-contre-Mayence-avec-notamment-un-but-de-Kingsley-Coman-le-11-decembre-2021-1188039.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -31984,20 +33040,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e42c95db72945cd8a0ba3ced0a2798b", + "hash": "0f4ad0315b128eb4c94a92a2597ea016", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari du jour du 9 janvier – Ligue 1", - "description": "Notre pronostic : le PSG ne perd pas à Lyon et au moins trois buts dans la rencontre (1.88)

", - "content": "Notre pronostic : le PSG ne perd pas à Lyon et au moins trois buts dans la rencontre (1.88)

", + "title": "F1: en attendant l’enquête de la FIA, le futur de Lewis Hamilton toujours incertain", + "description": "Plusieurs semaines après avoir perdu le titre mondial de Formule 1 à Abu Dhabi, Lewis Hamilton ne sait pas encore s’il sera présent ou non lors de la prochaine saison. Selon Sky Sports, l’Anglais attend les résultats de l’enquête de la Fédération internationale de l’automobile sur les évènements ayant conduit à sa défaite.

", + "content": "Plusieurs semaines après avoir perdu le titre mondial de Formule 1 à Abu Dhabi, Lewis Hamilton ne sait pas encore s’il sera présent ou non lors de la prochaine saison. Selon Sky Sports, l’Anglais attend les résultats de l’enquête de la Fédération internationale de l’automobile sur les évènements ayant conduit à sa défaite.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-9-janvier-ligue-1_AN-202201080188.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-en-attendant-l-enquete-de-la-fia-le-futur-de-lewis-hamilton-toujours-incertain_AV-202201110273.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 23:05:00 GMT", - "enclosure": "https://images.bfmtv.com/fIjUjWr8NFFHVfEm5iYnkdpFjbM=/0x60:2000x1185/800x0/images/M-Verratti-1211110.jpg", + "pubDate": "Tue, 11 Jan 2022 11:57:21 GMT", + "enclosure": "https://images.bfmtv.com/jaEgn9I4QK3ZnAsLteeSvsh5ghs=/0x87:2048x1239/800x0/images/Lewis-Hamilton-1196030.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/fIjUjWr8NFFHVfEm5iYnkdpFjbM=/0x60:2000x1185/800x0/images/M-Verratti-1211110.jpg", + "image": "https://images.bfmtv.com/jaEgn9I4QK3ZnAsLteeSvsh5ghs=/0x87:2048x1239/800x0/images/Lewis-Hamilton-1196030.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32006,20 +33062,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b67a3beeaee294dbf98d1bd64c22a2bf", + "hash": "798fc324a0011f5a0ddbf4e7d33d1d6c", "highlights": [] }, { - "title": "Cameroun-Burkina Faso en direct: les Lions Indomptables proches d'un premier succès", - "description": "La CAN 2022 débute ce dimanche avec le pays hôte, le Cameroun, qui affronte le Burkina Faso en match d'ouverture (17h). Les Camerounais partent avec beaucoup d'ambition, sportivement et sur le plan de l'image du pays organisateur.

", - "content": "La CAN 2022 débute ce dimanche avec le pays hôte, le Cameroun, qui affronte le Burkina Faso en match d'ouverture (17h). Les Camerounais partent avec beaucoup d'ambition, sportivement et sur le plan de l'image du pays organisateur.

", + "title": "Mercato: Bakambu sur le point de signer à l’OM", + "description": "L’OM est tout proche de parvenir à un accord avec l’attaquant congolais Cédric Bakambu, selon L’Equipe. L’ex-Sochalien aurait été convaincu par le discours de Jorge Sampaoli.

", + "content": "L’OM est tout proche de parvenir à un accord avec l’attaquant congolais Cédric Bakambu, selon L’Equipe. L’ex-Sochalien aurait été convaincu par le discours de Jorge Sampaoli.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-le-match-d-ouverture-cameroun-burkina-faso-en-direct_LS-202201090134.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-bakambu-sur-le-point-de-signer-a-l-om_AV-202201110264.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 14:20:16 GMT", - "enclosure": "https://images.bfmtv.com/mzAKCIO_ofS72Vik41xEv2HPKkI=/14x28:2030x1162/800x0/images/Vincent-Aboubakar-double-buteur-avec-le-Cameroun-face-au-Burkina-Faso-lors-du-match-d-ouverture-de-la-CAN-2022-1211508.jpg", + "pubDate": "Tue, 11 Jan 2022 11:45:12 GMT", + "enclosure": "https://images.bfmtv.com/Cdxo3-x2SAGVS55znbj8dQTsd5s=/0x0:1200x675/800x0/images/Cedric-Bakambu-1212684.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/mzAKCIO_ofS72Vik41xEv2HPKkI=/14x28:2030x1162/800x0/images/Vincent-Aboubakar-double-buteur-avec-le-Cameroun-face-au-Burkina-Faso-lors-du-match-d-ouverture-de-la-CAN-2022-1211508.jpg", + "image": "https://images.bfmtv.com/Cdxo3-x2SAGVS55znbj8dQTsd5s=/0x0:1200x675/800x0/images/Cedric-Bakambu-1212684.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32028,20 +33084,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a46eb11f2315eb80f5fac0af1c915e4", + "hash": "cee807dc1c4b7a88d32b8d139bc55517", "highlights": [] }, { - "title": "Le mercato en direct: Hernandez vers une prolongation à Milan", - "description": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", - "content": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", + "title": "CAN en direct: \"On a failli à notre tâche\", regrette Belmadi après le nul de l’Algérie", + "description": "Les Algériens, grandissimes favoris de la CAN rentrent en piste ce mardi dans un premier match très abordable face au Sierra Leone. Mais les Fennecs se sont ratés et ont concédé le nul (0-0) face un adversaire à leur portée.

", + "content": "Les Algériens, grandissimes favoris de la CAN rentrent en piste ce mardi dans un premier match très abordable face au Sierra Leone. Mais les Fennecs se sont ratés et ont concédé le nul (0-0) face un adversaire à leur portée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/le-mercato-en-direct-les-infos-et-rumeurs-du-6-janvier-2022_LN-202201060107.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-en-direct-l-algerie-entre-en-scene_LS-202201110263.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 07:20:37 GMT", - "enclosure": "https://images.bfmtv.com/SF0hpfh8xzxyrrI9r5cql8ga4G8=/0x104:2000x1229/800x0/images/Theo-Hernandez-Milan-1178745.jpg", + "pubDate": "Tue, 11 Jan 2022 11:41:45 GMT", + "enclosure": "https://images.bfmtv.com/REQWnrC-KhfzCp7v2mYoh8TsT3c=/0x0:2048x1152/800x0/images/Djamel-Belmadi-lors-du-match-Algerie-Sierra-Leone-a-la-CAN-2022-1212815.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/SF0hpfh8xzxyrrI9r5cql8ga4G8=/0x104:2000x1229/800x0/images/Theo-Hernandez-Milan-1178745.jpg", + "image": "https://images.bfmtv.com/REQWnrC-KhfzCp7v2mYoh8TsT3c=/0x0:2048x1152/800x0/images/Djamel-Belmadi-lors-du-match-Algerie-Sierra-Leone-a-la-CAN-2022-1212815.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32050,20 +33106,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "263306fdda786fb00d2fc375e8869742", + "hash": "ba334520d44449943bd1b52ba50469ec", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari football de Coach Courbis du 9 janvier – Ligue 1", - "description": "Mon pronostic : match nul entre Lyon et le PSG (3.90)

", - "content": "Mon pronostic : match nul entre Lyon et le PSG (3.90)

", + "title": "CAN 2022: l’Algérie peut battre le record d’invincibilité historique de l’Italie", + "description": "En cas de bon parcours lors de la Coupe d’Afrique des nations 2022, l’Algérie a l’occasion de marquer l’histoire du football au Cameroun. L’équipe de Djamel Belmadi peut battre le record d’invincibilité établi par l’Italie l’an passé.

", + "content": "En cas de bon parcours lors de la Coupe d’Afrique des nations 2022, l’Algérie a l’occasion de marquer l’histoire du football au Cameroun. L’équipe de Djamel Belmadi peut battre le record d’invincibilité établi par l’Italie l’an passé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-9-janvier-ligue-1_AN-202201090101.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-l-algerie-peut-battre-le-record-d-invincibilite-historique-de-l-italie_AV-202201110260.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 11:58:04 GMT", - "enclosure": "https://images.bfmtv.com/PZo9viu0k618WCvew9bJBFkS1YU=/0x8:2000x1133/800x0/images/A-Lopes-1211402.jpg", + "pubDate": "Tue, 11 Jan 2022 11:41:16 GMT", + "enclosure": "https://images.bfmtv.com/EA8r4SMBf2N1TYE7come6kmFI_c=/0x106:2048x1258/800x0/images/Algerie-1212683.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/PZo9viu0k618WCvew9bJBFkS1YU=/0x8:2000x1133/800x0/images/A-Lopes-1211402.jpg", + "image": "https://images.bfmtv.com/EA8r4SMBf2N1TYE7come6kmFI_c=/0x106:2048x1258/800x0/images/Algerie-1212683.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32072,20 +33128,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0bc84a169cee1ad33de6fc93df2c98db", + "hash": "af3b446b57e1aef7430e73b29e7133ab", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier du 9 janvier – Ligue 1", - "description": "Mon pronostic : Strasbourg gagne à Metz et au moins trois buts dans la rencontre (2.50)

", - "content": "Mon pronostic : Strasbourg gagne à Metz et au moins trois buts dans la rencontre (2.50)

", + "title": "Bordeaux: trois joueurs, dont le capitaine Koscielny, écartés", + "description": "Les Girondins de Bordeaux ont annoncé ce mardi que trois joueurs de l'effectif professionnel (Koscielny, Baysse et Zerkane) ont été écartés du groupe.

", + "content": "Les Girondins de Bordeaux ont annoncé ce mardi que trois joueurs de l'effectif professionnel (Koscielny, Baysse et Zerkane) ont été écartés du groupe.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-9-janvier-ligue-1_AN-202201090098.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-trois-joueurs-dont-le-capitaine-koscielny-ecartes_AD-202201110257.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 11:57:56 GMT", - "enclosure": "https://images.bfmtv.com/8cz02asrA3Jl9i8lNzom_B54T00=/0x104:1984x1220/800x0/images/Strasbourg-1211407.jpg", + "pubDate": "Tue, 11 Jan 2022 11:37:05 GMT", + "enclosure": "https://images.bfmtv.com/q7nXeu_2yPs64mWMzw4BwfDcbhc=/0x26:1200x701/800x0/images/-959060.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/8cz02asrA3Jl9i8lNzom_B54T00=/0x104:1984x1220/800x0/images/Strasbourg-1211407.jpg", + "image": "https://images.bfmtv.com/q7nXeu_2yPs64mWMzw4BwfDcbhc=/0x26:1200x701/800x0/images/-959060.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32094,20 +33150,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f8bd62da399d4d03cf4601b90214af02", + "hash": "fdf8abddb7d387b1340165c4f4ff36c9", "highlights": [] }, { - "title": "Cameroun-Burkina Faso en direct: Aboubakar relance les Lions Indomptables", - "description": "La CAN 2022 débute ce dimanche avec le pays hôte, le Cameroun, qui affronte le Burkina Faso en match d'ouverture (17h). Les Camerounais partent avec beaucoup d'ambition, sportivement et sur le plan de l'image du pays organisateur.

", - "content": "La CAN 2022 débute ce dimanche avec le pays hôte, le Cameroun, qui affronte le Burkina Faso en match d'ouverture (17h). Les Camerounais partent avec beaucoup d'ambition, sportivement et sur le plan de l'image du pays organisateur.

", + "title": "Mercato: Boca Juniors aimerait recruter Pastore", + "description": "Selon ESPN Argentina, les dirigeants de Boca Juniors aimeraient tenter un joli coup en recrutant Javier Pastore (32 ans), qui évolue à Elche depuis le début de saison.

", + "content": "Selon ESPN Argentina, les dirigeants de Boca Juniors aimeraient tenter un joli coup en recrutant Javier Pastore (32 ans), qui évolue à Elche depuis le début de saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-le-match-d-ouverture-cameroun-burkina-faso-en-direct_LS-202201090134.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-boca-juniors-aimerait-recruter-pastore_AV-202201110256.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 14:20:16 GMT", - "enclosure": "https://images.bfmtv.com/eSMpPLs_Lf8yooTRGhyPJYUoYeQ=/14x41:2046x1184/800x0/images/Bertrand-Traore-lors-de-Cameroun-Burkina-Faso-le-9-janvier-2022-1211503.jpg", + "pubDate": "Tue, 11 Jan 2022 11:34:07 GMT", + "enclosure": "https://images.bfmtv.com/1-ECsOmJkwT1FrcPXIcKE29K1Mo=/0x79:2048x1231/800x0/images/Javier-Pastore-1212675.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/eSMpPLs_Lf8yooTRGhyPJYUoYeQ=/14x41:2046x1184/800x0/images/Bertrand-Traore-lors-de-Cameroun-Burkina-Faso-le-9-janvier-2022-1211503.jpg", + "image": "https://images.bfmtv.com/1-ECsOmJkwT1FrcPXIcKE29K1Mo=/0x79:2048x1231/800x0/images/Javier-Pastore-1212675.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32116,20 +33172,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e30a25c7b851a722177e5cbc4bb4ff70", + "hash": "92047ced12563f06cbe0522d2ad080e6", "highlights": [] }, { - "title": "Ligue 1: suivez en direct le choc entre l'OL et le PSG", - "description": "La 20e journée de Ligue 1 réserve ce dimanche un choc entre l'OL et le PSG (20h45). Les Lyonnais, en quête de points pour remonter dans les places européennes, évolueront dans un stade qui sonnera creux en raison de la jauge, face à des Parisiens sans Lionel Messi ni Neymar.

", - "content": "La 20e journée de Ligue 1 réserve ce dimanche un choc entre l'OL et le PSG (20h45). Les Lyonnais, en quête de points pour remonter dans les places européennes, évolueront dans un stade qui sonnera creux en raison de la jauge, face à des Parisiens sans Lionel Messi ni Neymar.

", + "title": "Dakar: De Villiers triomphe en auto, al-Attiyah reprend du temps à Loeb", + "description": "Giniel De Villiers a remporté la 9e étape du Dakar ce mardi, alors que Sébastien Loeb a perdu du temps sur Nasser al-Attiyah. Chez les motos, Adrien Van Beveren reste dans le coup pour la victoire finale.

", + "content": "Giniel De Villiers a remporté la 9e étape du Dakar ce mardi, alors que Sébastien Loeb a perdu du temps sur Nasser al-Attiyah. Chez les motos, Adrien Van Beveren reste dans le coup pour la victoire finale.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-le-choc-entre-l-ol-et-le-psg_LS-202201090172.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/dakar-de-villiers-triomphe-en-auto-al-attiyah-reprend-du-temps-a-loeb_AD-202201110255.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 16:17:57 GMT", - "enclosure": "https://images.bfmtv.com/MWArH2RUz4L35mTradxvacxZAKA=/0x87:2048x1239/800x0/images/Kylian-Mbappe-avec-le-PSG-le-7-decembre-2021-1211206.jpg", + "pubDate": "Tue, 11 Jan 2022 11:32:15 GMT", + "enclosure": "https://images.bfmtv.com/5AWTJhM9k_faLqPfyonj3ybzWNI=/0x69:768x501/800x0/images/Le-Sud-Africain-Giniel-De-Villiers-lors-de-la-3e-etape-du-rallye-Dakar-entre-al-Artawiya-et-al-Qaysumah-en-Arabie-saoudite-le-4-janvier-2022-1212669.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/MWArH2RUz4L35mTradxvacxZAKA=/0x87:2048x1239/800x0/images/Kylian-Mbappe-avec-le-PSG-le-7-decembre-2021-1211206.jpg", + "image": "https://images.bfmtv.com/5AWTJhM9k_faLqPfyonj3ybzWNI=/0x69:768x501/800x0/images/Le-Sud-Africain-Giniel-De-Villiers-lors-de-la-3e-etape-du-rallye-Dakar-entre-al-Artawiya-et-al-Qaysumah-en-Arabie-saoudite-le-4-janvier-2022-1212669.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32138,20 +33194,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "689c3324d8c9869f3c9145916c751258", + "hash": "411da86dacca5d0190ddeaa16124ae71", "highlights": [] }, { - "title": "Nantes-Monaco en direct: les Monégasques perdent deux joueurs sur blessure!", - "description": "Suivez en direct commenté sur notre site la rencontre Nantes - Monaco, comptant pour la 20e journée de Ligue 1. Le coup d'envoi est prévu à 17h.

", - "content": "Suivez en direct commenté sur notre site la rencontre Nantes - Monaco, comptant pour la 20e journée de Ligue 1. Le coup d'envoi est prévu à 17h.

", + "title": "Mercato: Salah met la pression sur Liverpool pour prolonger", + "description": "Sous contrat avec Liverpool jusqu'en 2023, Mohamed Salah (29 ans) veut rester chez les Reds et lance un appel du pied à son club, qui doit prendre une décision.

", + "content": "Sous contrat avec Liverpool jusqu'en 2023, Mohamed Salah (29 ans) veut rester chez les Reds et lance un appel du pied à son club, qui doit prendre une décision.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/nantes-monaco-en-direct-premiere-sur-le-banc-monegasque-de-philippe-clement_LS-202201090151.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-salah-met-la-pression-sur-liverpool-pour-prolonger_AV-202201110252.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 15:12:02 GMT", - "enclosure": "https://images.bfmtv.com/l_rW36t-Hh1YY62EDDcKyxK_-I0=/0x74:2048x1226/800x0/images/Alexander-Nuebel-1166864.jpg", + "pubDate": "Tue, 11 Jan 2022 11:26:43 GMT", + "enclosure": "https://images.bfmtv.com/qAN0pKfimKs6uJxjEWRlyoClRFY=/0x100:1968x1207/800x0/images/M-Salah-1195310.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/l_rW36t-Hh1YY62EDDcKyxK_-I0=/0x74:2048x1226/800x0/images/Alexander-Nuebel-1166864.jpg", + "image": "https://images.bfmtv.com/qAN0pKfimKs6uJxjEWRlyoClRFY=/0x100:1968x1207/800x0/images/M-Salah-1195310.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32160,20 +33216,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b7fa2efd75f7557a3fbd13cf21c9998", + "hash": "d90d975a872f9fa662b366f47a437635", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari de folie du 9 janvier – Ligue 1", - "description": "Notre pronostic : match nul entre Metz et Strasbourg (3.80)

", - "content": "Notre pronostic : match nul entre Metz et Strasbourg (3.80)

", + "title": "Coupes d’Europe de rugby: match nul pour tout le monde, la surprenante décision de l’EPCR", + "description": "INFO RMC SPORT - L'EPCR a pris la décision de ne pas permettre aux matches reportés en décembre de se jouer. Il a été décidé que les sept matches en question se solderaient par un match nul. Un choix forcément mal vécu du côté des clubs français.

", + "content": "INFO RMC SPORT - L'EPCR a pris la décision de ne pas permettre aux matches reportés en décembre de se jouer. Il a été décidé que les sept matches en question se solderaient par un match nul. Un choix forcément mal vécu du côté des clubs français.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-9-janvier-ligue-1_AN-202201080185.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/coupes-d-europe-de-rugby-match-nul-pour-tout-le-monde-la-surprenante-decision-de-l-epcr_AV-202201110246.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/YwN-Ic_9RRrWK9sQ_Me5doJWQR0=/1x36:2001x1161/800x0/images/F-Antonetti-1211108.jpg", + "pubDate": "Tue, 11 Jan 2022 11:20:23 GMT", + "enclosure": "https://images.bfmtv.com/i_tj0DtmQk-cApVNRhGj_tjkpRw=/0x0:1200x675/800x0/images/Champions-Cup-1212644.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/YwN-Ic_9RRrWK9sQ_Me5doJWQR0=/1x36:2001x1161/800x0/images/F-Antonetti-1211108.jpg", + "image": "https://images.bfmtv.com/i_tj0DtmQk-cApVNRhGj_tjkpRw=/0x0:1200x675/800x0/images/Champions-Cup-1212644.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32182,20 +33238,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1338245128525c047323be16c64cb01f", + "hash": "8ab6b9567440fd144de503f6b267c2cb", "highlights": [] }, { - "title": "OL: Dembélé a \"honte\" du classement des Lyonnais en L1", - "description": "Avant de défier le PSG ce dimanche soir en clôture de la 20e journée de Ligue 1 au Groupama Stadium, l’avant-centre de l’OL Moussa Dembélé a reconnu auprès de Téléfoot que la première partie de saison des Gones, seulement 13es du classement, n’était pas du tout satisfaisante.

", - "content": "Avant de défier le PSG ce dimanche soir en clôture de la 20e journée de Ligue 1 au Groupama Stadium, l’avant-centre de l’OL Moussa Dembélé a reconnu auprès de Téléfoot que la première partie de saison des Gones, seulement 13es du classement, n’était pas du tout satisfaisante.

", + "title": "Monaco: Badiashile absent plusieurs semaines", + "description": "Sorti sur blessure lors du match nul entre le FC Nantes et l’AS Monaco (0-0), Benoît Badiashile n’est pas près de retrouver les terrains. Selon nos informations, le défenseur sera absent pendant six semaines.

", + "content": "Sorti sur blessure lors du match nul entre le FC Nantes et l’AS Monaco (0-0), Benoît Badiashile n’est pas près de retrouver les terrains. Selon nos informations, le défenseur sera absent pendant six semaines.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-dembele-a-honte-du-classement-des-lyonnais-en-l1_AV-202201090089.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/monaco-badiashile-absent-plusieurs-semaines_AV-202201110235.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 11:37:59 GMT", - "enclosure": "https://images.bfmtv.com/5O4JnWQbyCkXEJCCnfSWsSTeiho=/0x0:2048x1152/800x0/images/OL-l-attaquant-lyonnais-Moussa-Dembele-1211392.jpg", + "pubDate": "Tue, 11 Jan 2022 10:52:32 GMT", + "enclosure": "https://images.bfmtv.com/sQLc4LjenasTLcGI3zLvXHsjD18=/0x0:2048x1152/800x0/images/Benoit-Badiashile-1103485.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/5O4JnWQbyCkXEJCCnfSWsSTeiho=/0x0:2048x1152/800x0/images/OL-l-attaquant-lyonnais-Moussa-Dembele-1211392.jpg", + "image": "https://images.bfmtv.com/sQLc4LjenasTLcGI3zLvXHsjD18=/0x0:2048x1152/800x0/images/Benoit-Badiashile-1103485.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32204,20 +33260,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "20f6c4198210ee8dd0be7c064cab0c9a", + "hash": "3ee8ec30aa24e13601bf173520b0d666", "highlights": [] }, { - "title": "Open d'Australie: le patron du tournoi espère toujours la présence de Djokovic", - "description": "Craig Tiley, le directeur de l'Open d'Australie, s'est exprimé ce dimanche dans des médias australiens au sujet de l'affaire Djokovic. Il espère voir le numéro un mondial sur les courts de Melbourne.\n

", - "content": "Craig Tiley, le directeur de l'Open d'Australie, s'est exprimé ce dimanche dans des médias australiens au sujet de l'affaire Djokovic. Il espère voir le numéro un mondial sur les courts de Melbourne.\n

", + "title": "CAN en direct: L'Algérie entre en scène", + "description": "Les Algériens, grandissimes favoris de la CAN rentrent en piste ce mardi dans un premier match très abordable face au Sierra Leone. Coup d'envoi à 14h.

", + "content": "Les Algériens, grandissimes favoris de la CAN rentrent en piste ce mardi dans un premier match très abordable face au Sierra Leone. Coup d'envoi à 14h.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-le-patron-du-tournoi-espere-toujours-la-presence-de-djokovic_AV-202201090085.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-en-direct-l-algerie-entre-en-scene_LS-202201110263.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 11:29:00 GMT", - "enclosure": "https://images.bfmtv.com/BZOsuZcPEthaxcXaKTnoMotg3BU=/40x313:1896x1357/800x0/images/Novak-Djokovic-le-7-novembre-2021-a-Paris-1210418.jpg", + "pubDate": "Tue, 11 Jan 2022 11:41:45 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/BZOsuZcPEthaxcXaKTnoMotg3BU=/40x313:1896x1357/800x0/images/Novak-Djokovic-le-7-novembre-2021-a-Paris-1210418.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", @@ -32226,20 +33282,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bda638d0f5c99101e188c0fdd3b938d4", + "hash": "19cf063bc1fb2e7f2fbce9a4bea71e83", "highlights": [] }, { - "title": "OM: Longoria a doublé la prime de victoire à Bordeaux", - "description": "Selon La Provence, le président de l'OM Pablo Longoria a doublé la prime de match de ses joueurs après le succès historique face à Bordeaux (1-0), vendredi soir en Ligue 1.

", - "content": "Selon La Provence, le président de l'OM Pablo Longoria a doublé la prime de match de ses joueurs après le succès historique face à Bordeaux (1-0), vendredi soir en Ligue 1.

", + "title": "CAN 2022: où en est l’Algérie depuis son sacre lors de la dernière édition?", + "description": "L’Algérie va entamer sa Coupe d’Afrique des nations 2022 face au Sierra Leone, ce mardi près de Douala (14h). Avec confiance et ambition. Favoris à leur propre succession, les coéquipiers de Riyad Mahrez n’ont plus perdu depuis leur sacre il y a deux ans et demi en Égypte.

", + "content": "L’Algérie va entamer sa Coupe d’Afrique des nations 2022 face au Sierra Leone, ce mardi près de Douala (14h). Avec confiance et ambition. Favoris à leur propre succession, les coéquipiers de Riyad Mahrez n’ont plus perdu depuis leur sacre il y a deux ans et demi en Égypte.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-longoria-a-double-la-prime-de-victoire-a-bordeaux_AV-202201090079.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-ou-en-est-l-algerie-depuis-son-sacre-lors-de-la-derniere-edition_AV-202201110220.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 11:08:48 GMT", - "enclosure": "https://images.bfmtv.com/c8da3XKic-RAqNL0IAqLL4u6YAI=/0x40:768x472/800x0/images/La-joie-des-Marseillais-apres-l-ouverture-du-score-contre-Bordeaux-lors-de-la-20e-journee-de-Ligue-1-le-7-janvier-2022-au-Matmut-Stadium-1210819.jpg", + "pubDate": "Tue, 11 Jan 2022 10:42:34 GMT", + "enclosure": "https://images.bfmtv.com/zA6FwNWwkrWoh6Cc-8giD_lPMmw=/0x105:2048x1257/800x0/images/Riyad-Mahrez-1212635.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/c8da3XKic-RAqNL0IAqLL4u6YAI=/0x40:768x472/800x0/images/La-joie-des-Marseillais-apres-l-ouverture-du-score-contre-Bordeaux-lors-de-la-20e-journee-de-Ligue-1-le-7-janvier-2022-au-Matmut-Stadium-1210819.jpg", + "image": "https://images.bfmtv.com/zA6FwNWwkrWoh6Cc-8giD_lPMmw=/0x105:2048x1257/800x0/images/Riyad-Mahrez-1212635.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32248,20 +33304,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f8a449ec93c3fff35a6856fefb286e9a", + "hash": "847c122094ba15aa2b53b89b17c88867", "highlights": [] }, { - "title": "\"Que pasa hermano?\": une embrouille d’Haaland en espagnol enflamme la presse madrilène", - "description": "Alors qu’Erling Haaland est pressenti au Real Madrid ou au FC Barcelone la saison prochaine, les médias ibériques s’amusent d’une altercation verbale en espagnol entre le crack du Borussia Dortmund et l’attaquant colombien de l’Eintracht Francfort Rafael Santos Borré, survenue samedi lors de la 18e journée de Bundesliga.

", - "content": "Alors qu’Erling Haaland est pressenti au Real Madrid ou au FC Barcelone la saison prochaine, les médias ibériques s’amusent d’une altercation verbale en espagnol entre le crack du Borussia Dortmund et l’attaquant colombien de l’Eintracht Francfort Rafael Santos Borré, survenue samedi lors de la 18e journée de Bundesliga.

", + "title": "Pentathlon moderne: l'affaire de maltraitance d'un cheval aux JO de Tokyo classée sans suite", + "description": "Accusée d'avoir maltraitée son cheval lors des Jeux olympiques de Tokyo, la pentathlète Annika Schleu a vu les poursuites judiciaires abandonnées ce mardi.

", + "content": "Accusée d'avoir maltraitée son cheval lors des Jeux olympiques de Tokyo, la pentathlète Annika Schleu a vu les poursuites judiciaires abandonnées ce mardi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/que-pasa-hermano-une-embrouille-d-haaland-en-espagnol-enflamme-la-presse-madrilene_AV-202201090077.html", + "link": "https://rmcsport.bfmtv.com/jeux-olympiques/pentathlon-moderne-l-affaire-de-maltraitance-d-un-cheval-aux-jo-de-tokyo-classee-sans-suite_AD-202201110212.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 11:03:29 GMT", - "enclosure": "https://images.bfmtv.com/GawTHn3scCFboeFWYEvkwTkacl8=/0x0:2048x1152/800x0/images/Dortmund-Erling-Haaland-1211371.jpg", + "pubDate": "Tue, 11 Jan 2022 10:28:16 GMT", + "enclosure": "https://images.bfmtv.com/j9NP8XruUhEz6vYYuJ6lOKh1eDE=/0x0:2048x1152/800x0/images/Annika-Schleu-1083617.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/GawTHn3scCFboeFWYEvkwTkacl8=/0x0:2048x1152/800x0/images/Dortmund-Erling-Haaland-1211371.jpg", + "image": "https://images.bfmtv.com/j9NP8XruUhEz6vYYuJ6lOKh1eDE=/0x0:2048x1152/800x0/images/Annika-Schleu-1083617.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32270,20 +33326,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d7b8c94fd7fbca9b4e77c5ec7623643", + "hash": "5801d42dda9f7f649c83d16ab6feb234", "highlights": [] }, { - "title": "PSG féminines: Aminata Diallo a rejoué, deux mois après l'affaire Hamraoui", - "description": "Deux mois après son dernier match, et le début de l'affaire Kheira Hamraoui dans laquelle elle avait été un temps inquiétée, Aminata Diallo a de nouveau foulé un terrain ce dimanche lors de la victoire du PSG face à Dijon en 16e de finale de Coupe de France (0-0, 5-4 tab). L'internationale française a disputé 12 minutes.

", - "content": "Deux mois après son dernier match, et le début de l'affaire Kheira Hamraoui dans laquelle elle avait été un temps inquiétée, Aminata Diallo a de nouveau foulé un terrain ce dimanche lors de la victoire du PSG face à Dijon en 16e de finale de Coupe de France (0-0, 5-4 tab). L'internationale française a disputé 12 minutes.

", + "title": "Rugby à XIII: la France organisera la Coupe du monde 2025", + "description": "Pour la première fois depuis 53 ans, la France va accueillir la Coupe du monde de rugby à XIII en 2025. Pendant cinq semaines, quatre compétitions (femmes, hommes, fauteuils et jeunes) seront jouées.

", + "content": "Pour la première fois depuis 53 ans, la France va accueillir la Coupe du monde de rugby à XIII en 2025. Pendant cinq semaines, quatre compétitions (femmes, hommes, fauteuils et jeunes) seront jouées.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/feminin/psg-feminines-aminata-diallo-a-rejoue-deux-mois-apres-l-affaire-hamraoui_AV-202201090164.html", + "link": "https://rmcsport.bfmtv.com/rugby/rugby-a-xiii-la-france-organisera-la-coupe-du-monde-2025_AD-202201110209.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 15:46:40 GMT", - "enclosure": "https://images.bfmtv.com/BtAE_sMq1s8ZJxBUGQqgBGW2pM8=/0x38:2048x1190/800x0/images/Aminata-Diallo-1164653.jpg", + "pubDate": "Tue, 11 Jan 2022 10:20:42 GMT", + "enclosure": "https://images.bfmtv.com/RdkZbhYyhcq1X5wpBOvuTl26qHU=/0x119:1984x1235/800x0/images/L-equipe-de-France-de-rugby-a-XIII-face-a-l-Angleterre-1212618.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/BtAE_sMq1s8ZJxBUGQqgBGW2pM8=/0x38:2048x1190/800x0/images/Aminata-Diallo-1164653.jpg", + "image": "https://images.bfmtv.com/RdkZbhYyhcq1X5wpBOvuTl26qHU=/0x119:1984x1235/800x0/images/L-equipe-de-France-de-rugby-a-XIII-face-a-l-Angleterre-1212618.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32292,42 +33348,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "b46eb1a9f897032b8e2c84421901bc3d", + "hash": "582df635dd3e75015c2549599393d7a1", "highlights": [] }, { - "title": "Cameroun-Burkina Faso en direct: c'est parti pour la CAN 2022!", - "description": "La CAN 2022 débute ce dimanche avec le pays hôte, le Cameroun, qui affronte le Burkina Faso en match d'ouverture (17h). Les Camerounais partent avec beaucoup d'ambition, sportivement et sur le plan de l'image du pays organisateur.

", - "content": "La CAN 2022 débute ce dimanche avec le pays hôte, le Cameroun, qui affronte le Burkina Faso en match d'ouverture (17h). Les Camerounais partent avec beaucoup d'ambition, sportivement et sur le plan de l'image du pays organisateur.

", + "title": "Turquie: Ahmet Calik, international turc, meurt dans un accident de la route", + "description": "Le footballeur turc Ahmet Çalik (28 ans, 8 sélections), qui évoluait à Konyaspor, a perdu la vie après un accident au volant de son véhicule ce mardi.

", + "content": "Le footballeur turc Ahmet Çalik (28 ans, 8 sélections), qui évoluait à Konyaspor, a perdu la vie après un accident au volant de son véhicule ce mardi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-le-match-d-ouverture-cameroun-burkina-faso-en-direct_LS-202201090134.html", + "link": "https://rmcsport.bfmtv.com/football/turquie-ahmet-calik-international-turc-meurt-dans-un-accident-de-la-route_AV-202201110206.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 14:20:16 GMT", - "enclosure": "https://images.bfmtv.com/KLRMzVaGP80nWLXmRv5lruKwnxo=/0x77:1984x1193/800x0/images/Karl-Toko-Ekambi-avec-le-Cameroun-en-novembre-2021-1211236.jpg", + "pubDate": "Tue, 11 Jan 2022 10:15:54 GMT", + "enclosure": "https://images.bfmtv.com/FPzNFH0mtUZV1vRfXLPR4LIQcek=/0x0:1200x675/800x0/images/Ahmet-Calik-1212626.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/KLRMzVaGP80nWLXmRv5lruKwnxo=/0x77:1984x1193/800x0/images/Karl-Toko-Ekambi-avec-le-Cameroun-en-novembre-2021-1211236.jpg", + "image": "https://images.bfmtv.com/FPzNFH0mtUZV1vRfXLPR4LIQcek=/0x0:1200x675/800x0/images/Ahmet-Calik-1212626.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "07d93bf3163bdbe8c23e36b7ae8aede3", + "hash": "884f9a1d18c79e787562aa28534ef5f7", "highlights": [] }, { - "title": "Nantes-Monaco en direct: première sur le banc monégasque de Philippe Clément", - "description": "Suivez en direct commenté sur notre site la rencontre Nantes - Monaco, comptant pour la 20e journée de Ligue 1. Le coup d'envoi est prévu à 17h.

", - "content": "Suivez en direct commenté sur notre site la rencontre Nantes - Monaco, comptant pour la 20e journée de Ligue 1. Le coup d'envoi est prévu à 17h.

", + "title": "Cyclisme: Pinot fera son grand retour sur le Tour de France en 2022", + "description": "La formation Groupama-FDJ a annoncé la présence de Thibaut Pinot sur le Tour de France 2022 après avoir manqué celui de 2021. Il visera le classement général, tout comme son équipier David Gaudu, également aligné sur la Grande Boucle.

", + "content": "La formation Groupama-FDJ a annoncé la présence de Thibaut Pinot sur le Tour de France 2022 après avoir manqué celui de 2021. Il visera le classement général, tout comme son équipier David Gaudu, également aligné sur la Grande Boucle.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/nantes-monaco-en-direct-premiere-sur-le-banc-monegasque-de-philippe-clement_LS-202201090151.html", + "link": "https://rmcsport.bfmtv.com/cyclisme/tour-de-france/cyclisme-pinot-participera-au-tour-de-france-2022_AV-202201110203.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 15:12:02 GMT", - "enclosure": "https://images.bfmtv.com/l_rW36t-Hh1YY62EDDcKyxK_-I0=/0x74:2048x1226/800x0/images/Alexander-Nuebel-1166864.jpg", + "pubDate": "Tue, 11 Jan 2022 10:12:04 GMT", + "enclosure": "https://images.bfmtv.com/MTk2X-kkyHsY681S3ti7kqF4viE=/0x83:1600x983/800x0/images/-842516.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/l_rW36t-Hh1YY62EDDcKyxK_-I0=/0x74:2048x1226/800x0/images/Alexander-Nuebel-1166864.jpg", + "image": "https://images.bfmtv.com/MTk2X-kkyHsY681S3ti7kqF4viE=/0x83:1600x983/800x0/images/-842516.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32336,42 +33392,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "79036143a33016f41d12124e38636286", + "hash": "1061bff486fb202eb71ea85324aceece", "highlights": [] }, { - "title": "Multiplex Ligue 1 en direct: Strasbourg sérieux dans le derby, Clermont pousse à dix", - "description": "Réduit à dix dès la 13e minute, Clermont tient tête à Reims à la pause (0-0). Pas de but non plus dans l'autre rencontre de ce multiplex, le derby entre Metz et Strasbourg (0-0). Suivez la seconde période dans notre live commenté.

", - "content": "Réduit à dix dès la 13e minute, Clermont tient tête à Reims à la pause (0-0). Pas de but non plus dans l'autre rencontre de ce multiplex, le derby entre Metz et Strasbourg (0-0). Suivez la seconde période dans notre live commenté.

", + "title": "Mercato: révélation de la saison et très courtisé, le parcours étonnant d'Ekitike passé par le Danemark", + "description": "Révélation du début de saison avec Reims, Hugo Ekitike (19 ans) se retrouve cité parmi les cibles des très ambitieux propriétaires de Newcastle. Une reconnaissance pour le jeune joueur qui a fait un détour par le Danemark pour se forger une carapace avant de percer dans son club formateur.

", + "content": "Révélation du début de saison avec Reims, Hugo Ekitike (19 ans) se retrouve cité parmi les cibles des très ambitieux propriétaires de Newcastle. Une reconnaissance pour le jeune joueur qui a fait un détour par le Danemark pour se forger une carapace avant de percer dans son club formateur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-metz-strasbourg-et-clermont-reims-en-direct_LS-202201090116.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-revelation-de-la-saison-et-tres-courtise-le-parcours-etonnant-d-ekitike-passe-par-le-danemark_AV-202201110201.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 12:48:45 GMT", - "enclosure": "https://images.bfmtv.com/EP49_D4WpQBaoJbkjz4ueCOcJfA=/0x106:2048x1258/800x0/images/1211474.jpg", + "pubDate": "Tue, 11 Jan 2022 10:11:08 GMT", + "enclosure": "https://images.bfmtv.com/jKx4C-nkuX53aSev7AR6_fJqID4=/0x32:2048x1184/800x0/images/Hugo-Ekitike-1212613.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/EP49_D4WpQBaoJbkjz4ueCOcJfA=/0x106:2048x1258/800x0/images/1211474.jpg", + "image": "https://images.bfmtv.com/jKx4C-nkuX53aSev7AR6_fJqID4=/0x32:2048x1184/800x0/images/Hugo-Ekitike-1212613.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "a4d705fed722efbb4b540497980e3e35", + "hash": "068d92b482a455aee4e9fc48e72d97f3", "highlights": [] }, { - "title": "Melbourne: Nadal titré pour son retour sur le circuit", - "description": "A quelques jours de l'Open d'Australie, Rafael Nadal s'est imposé en finale du tournoi ATP 250 de Melbourne ce dimanche, dominant l'Américain Maxime Cressy (7-6, 6-3).

", - "content": "A quelques jours de l'Open d'Australie, Rafael Nadal s'est imposé en finale du tournoi ATP 250 de Melbourne ce dimanche, dominant l'Américain Maxime Cressy (7-6, 6-3).

", + "title": "UFC: Ngannou à l'affiche au cinéma du prochain Jackass", + "description": "Alors qu'il disputera le titre des poids lourds à l'UFC face au Français Ciryl Gane le samedi 22 janvier à Anaheim, en exclusivité sur RMC Sport, le Camerounais Francis Ngannou sera présent au casting du prochain Jackass, dont la sortie est prévue en février.

", + "content": "Alors qu'il disputera le titre des poids lourds à l'UFC face au Français Ciryl Gane le samedi 22 janvier à Anaheim, en exclusivité sur RMC Sport, le Camerounais Francis Ngannou sera présent au casting du prochain Jackass, dont la sortie est prévue en février.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/atp/melbourne-nadal-titre-pour-son-retour-sur-le-circuit_AV-202201090071.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/ufc-ngannou-a-l-affiche-au-cinema-du-prochain-jackass_AV-202201110198.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 10:41:26 GMT", - "enclosure": "https://images.bfmtv.com/hgZVstpZybYt6pCDF_XeTFtI5wk=/0x93:2048x1245/800x0/images/Rafael-Nadal-a-Melbourne-1211365.jpg", + "pubDate": "Tue, 11 Jan 2022 10:04:55 GMT", + "enclosure": "https://images.bfmtv.com/LcHzrYhavXXEWlf-S5p2suMaAKI=/0x0:1920x1080/800x0/images/UFC-Le-choc-pour-le-titre-Ngannou-Gane-officialise-pour-le-22-janvier-en-Californie-1152809.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/hgZVstpZybYt6pCDF_XeTFtI5wk=/0x93:2048x1245/800x0/images/Rafael-Nadal-a-Melbourne-1211365.jpg", + "image": "https://images.bfmtv.com/LcHzrYhavXXEWlf-S5p2suMaAKI=/0x0:1920x1080/800x0/images/UFC-Le-choc-pour-le-titre-Ngannou-Gane-officialise-pour-le-22-janvier-en-Californie-1152809.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32380,20 +33436,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "36005287e8cb3a82eb9339a48fde0fad", + "hash": "15e6ea905461299d5fd1b2011c0dcad7", "highlights": [] }, { - "title": "OM: dans le dur à Elche, Benedetto pourrait retourner à Boca Juniors", - "description": "Dans un entretien accordé au média argentin TyC Sports, le directeur sportif de Boca Juniors, Jorge Bermudez, a expliqué travailler pour un retour de Dario Benedetto au club. Alors que l'attaquant est actuellement prêté à Elche, l'OM souhaiterait toutefois récupérer une partie des 18 millions d'euros investis sur le joueur à l'été 2019.

", - "content": "Dans un entretien accordé au média argentin TyC Sports, le directeur sportif de Boca Juniors, Jorge Bermudez, a expliqué travailler pour un retour de Dario Benedetto au club. Alors que l'attaquant est actuellement prêté à Elche, l'OM souhaiterait toutefois récupérer une partie des 18 millions d'euros investis sur le joueur à l'été 2019.

", + "title": "Open d’Australie: Djokovic tête de série N.1 malgré sa menace d’expulsion", + "description": "Le numéro un mondial Novak Djokovic sera tête de série N.1 de l'Open d'Australie qui commence le 17 janvier, sa participation au premier tournoi majeur de l'année restant toutefois menacée par ses problèmes de visa liés à l'épidémie de Covid-19.

", + "content": "Le numéro un mondial Novak Djokovic sera tête de série N.1 de l'Open d'Australie qui commence le 17 janvier, sa participation au premier tournoi majeur de l'année restant toutefois menacée par ses problèmes de visa liés à l'épidémie de Covid-19.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/om-dans-le-dur-a-elche-benedetto-pourrait-retourner-a-boca-juniors_AV-202201090069.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-d-australie-djokovic-tete-de-serie-n-1-malgre-sa-menace-d-expulsion_AD-202201110195.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 10:27:06 GMT", - "enclosure": "https://images.bfmtv.com/dM6hRC82JU8tmwwRxdU0OelQk8w=/0x100:2032x1243/800x0/images/Dario-Benedetto-avec-Elche-le-23-octobre-2021-1211339.jpg", + "pubDate": "Tue, 11 Jan 2022 09:56:31 GMT", + "enclosure": "https://images.bfmtv.com/kfkiJgB0ccUdKPvGRV7F_XPTU1Y=/10x0:2042x1143/800x0/images/Novak-Djokovic-a-l-entrainement-ce-mardi-1212577.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/dM6hRC82JU8tmwwRxdU0OelQk8w=/0x100:2032x1243/800x0/images/Dario-Benedetto-avec-Elche-le-23-octobre-2021-1211339.jpg", + "image": "https://images.bfmtv.com/kfkiJgB0ccUdKPvGRV7F_XPTU1Y=/10x0:2042x1143/800x0/images/Novak-Djokovic-a-l-entrainement-ce-mardi-1212577.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32402,20 +33458,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "86f669a5f375415b1720e4c548166d62", + "hash": "80ac48a78270e3f23f6365896ffde660", "highlights": [] }, { - "title": "CAN 2022: le match d'ouverture Cameroun-Burkina Faso en direct", - "description": "La CAN 2022 débute ce dimanche avec le pays hôte, le Cameroun, qui affronte le Burkina Faso en match d'ouverture (17h). Les Camerounais partent avec beaucoup d'ambition, sportivement et sur le plan de l'image du pays organisateur.

", - "content": "La CAN 2022 débute ce dimanche avec le pays hôte, le Cameroun, qui affronte le Burkina Faso en match d'ouverture (17h). Les Camerounais partent avec beaucoup d'ambition, sportivement et sur le plan de l'image du pays organisateur.

", + "title": "Barça: le clan Dembélé agacé par la gestion sportive du Français", + "description": "L’entourage proche d'Ousmane Dembélé a fait part de son étonnement concernant la gestion sportive du champion du monde 2018, utilisé par son entraîneur mercredi dernier, alors qu’il n’avait pas encore repris l’entraînement après son infection au Covid-19.

", + "content": "L’entourage proche d'Ousmane Dembélé a fait part de son étonnement concernant la gestion sportive du champion du monde 2018, utilisé par son entraîneur mercredi dernier, alors qu’il n’avait pas encore repris l’entraînement après son infection au Covid-19.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-le-match-d-ouverture-cameroun-burkina-faso-en-direct_LS-202201090134.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/barca-le-clan-dembele-agace-par-la-gestion-sportive-du-francais_AV-202201110188.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 14:20:16 GMT", - "enclosure": "https://images.bfmtv.com/KLRMzVaGP80nWLXmRv5lruKwnxo=/0x77:1984x1193/800x0/images/Karl-Toko-Ekambi-avec-le-Cameroun-en-novembre-2021-1211236.jpg", + "pubDate": "Tue, 11 Jan 2022 09:38:28 GMT", + "enclosure": "https://images.bfmtv.com/SnOC4h1ri7unK6XIx7S2NODokTE=/0x0:1200x675/800x0/images/Ousmane-Dembele-1212606.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/KLRMzVaGP80nWLXmRv5lruKwnxo=/0x77:1984x1193/800x0/images/Karl-Toko-Ekambi-avec-le-Cameroun-en-novembre-2021-1211236.jpg", + "image": "https://images.bfmtv.com/SnOC4h1ri7unK6XIx7S2NODokTE=/0x0:1200x675/800x0/images/Ousmane-Dembele-1212606.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32424,20 +33480,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea1bcc6da42be5ad6e2277e92fa688cc", + "hash": "701f8bd4185688a4a73a45df10450bfa", "highlights": [] }, { - "title": "Multiplex Ligue 1 en direct: Strasbourg domine le derby, Clermont à dix", - "description": "Après les reports d'Angers-ASSE et de Montpellier-Troyes, seuls deux matchs se disputent dans le multiplex de la 20e journée de Ligue 1: Metz-Strasbourg et Clermont-Reims. Des affiches à suivre à partir de 15h dans notre direct commenté.

", - "content": "Après les reports d'Angers-ASSE et de Montpellier-Troyes, seuls deux matchs se disputent dans le multiplex de la 20e journée de Ligue 1: Metz-Strasbourg et Clermont-Reims. Des affiches à suivre à partir de 15h dans notre direct commenté.

", + "title": "Rugby: un boycott des clubs anglais de la Coupe d'Europe ?", + "description": "Alors que la Coupe d'Europe de rugby reprend ce week-end, plusieurs clubs anglais qui doivent se rendre en France sont inquiets et pourraient refuser de venir en raison des restrictions sanitaires.

", + "content": "Alors que la Coupe d'Europe de rugby reprend ce week-end, plusieurs clubs anglais qui doivent se rendre en France sont inquiets et pourraient refuser de venir en raison des restrictions sanitaires.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-metz-strasbourg-et-clermont-reims-en-direct_LS-202201090116.html", + "link": "https://rmcsport.bfmtv.com/rugby/rugby-un-boycott-des-clubs-anglais-de-la-coupe-d-europe_AV-202201110186.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 12:48:45 GMT", - "enclosure": "https://images.bfmtv.com/ZBNpYGG4OTrjCru8g-D5YYNM2b0=/0x104:1984x1220/800x0/images/Ludovic-Ajorque-Strasbourg-1192530.jpg", + "pubDate": "Tue, 11 Jan 2022 09:35:14 GMT", + "enclosure": "https://images.bfmtv.com/G2dpsK4BsIT0iLshnFcsWBRA29w=/0x39:768x471/800x0/images/Les-matches-entre-clubs-francais-et-britanniques-prevus-samedi-et-dimanche-dans-les-deux-Coupes-d-Europe-de-rugby-ont-ete-reportes-en-raison-des-restrictions-de-deplacement-entre-les-deux-pays-1190377.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ZBNpYGG4OTrjCru8g-D5YYNM2b0=/0x104:1984x1220/800x0/images/Ludovic-Ajorque-Strasbourg-1192530.jpg", + "image": "https://images.bfmtv.com/G2dpsK4BsIT0iLshnFcsWBRA29w=/0x39:768x471/800x0/images/Les-matches-entre-clubs-francais-et-britanniques-prevus-samedi-et-dimanche-dans-les-deux-Coupes-d-Europe-de-rugby-ont-ete-reportes-en-raison-des-restrictions-de-deplacement-entre-les-deux-pays-1190377.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32446,20 +33502,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "588bb0f62b557a898009089350ee388d", + "hash": "0a27b7c2593a0076e757e38d26131115", "highlights": [] }, { - "title": "CAN 2022 en direct: déjà une grosse ambiance à Yaoundé avant le match d'ouverture", - "description": "Le coup d’envoi de la Coupe d’Afrique des nations sera donné ce dimanche avec le match d’ouverture entre le Cameroun, pays hôte de la compétition, et le Burkina Faso à 17h au stade d’Olembe de Yaoundé. Ce match sera suivi par la 2eme rencontre du groupe A Ethiopie-Cap Vert à 20h. Retrouvez toutes les infos sur cette CAN 2022 en direct sur RMC Sport dans notre live commenté.

", - "content": "Le coup d’envoi de la Coupe d’Afrique des nations sera donné ce dimanche avec le match d’ouverture entre le Cameroun, pays hôte de la compétition, et le Burkina Faso à 17h au stade d’Olembe de Yaoundé. Ce match sera suivi par la 2eme rencontre du groupe A Ethiopie-Cap Vert à 20h. Retrouvez toutes les infos sur cette CAN 2022 en direct sur RMC Sport dans notre live commenté.

", + "title": "Le sport face au Covid en direct: un boycott de la Coupe d’Europe de rugby des clubs anglais ?", + "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par la Coupe d'Europe de rugby. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par la Coupe d'Europe de rugby. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-en-direct-toutes-les-infos-avant-le-match-d-ouverture-cameroun-burkina-faso_LN-202201090016.html", + "link": "https://rmcsport.bfmtv.com/rugby/le-sport-face-au-covid-en-direct-un-boycott-de-la-coupe-d-europe-des-clubs-anglais_LN-202201110177.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 07:07:21 GMT", - "enclosure": "https://images.bfmtv.com/BHEY0Wn1D0H7hFxHFVhiwGTSyWo=/0x67:2000x1192/800x0/images/Des-chapeaux-du-Cameroun-a-Yaounde-1211385.jpg", + "pubDate": "Tue, 11 Jan 2022 09:06:28 GMT", + "enclosure": "https://images.bfmtv.com/G2dpsK4BsIT0iLshnFcsWBRA29w=/0x39:768x471/800x0/images/Les-matches-entre-clubs-francais-et-britanniques-prevus-samedi-et-dimanche-dans-les-deux-Coupes-d-Europe-de-rugby-ont-ete-reportes-en-raison-des-restrictions-de-deplacement-entre-les-deux-pays-1190377.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/BHEY0Wn1D0H7hFxHFVhiwGTSyWo=/0x67:2000x1192/800x0/images/Des-chapeaux-du-Cameroun-a-Yaounde-1211385.jpg", + "image": "https://images.bfmtv.com/G2dpsK4BsIT0iLshnFcsWBRA29w=/0x39:768x471/800x0/images/Les-matches-entre-clubs-francais-et-britanniques-prevus-samedi-et-dimanche-dans-les-deux-Coupes-d-Europe-de-rugby-ont-ete-reportes-en-raison-des-restrictions-de-deplacement-entre-les-deux-pays-1190377.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32468,20 +33524,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "79ecb5ea42084c6ab006ff2c88b50baa", + "hash": "fed1585ecb3256a5a21519e0fcbb604e", "highlights": [] }, { - "title": "Brest-Nice en direct: les Aiglons s'imposent à Brest et reviennent sur l'OM", - "description": "Suite de la 20e journée de Ligue 1 avec le duel entre Brest et Nice, dès 13h ce dimanche. Les Aiglons veulent rester au contact de l'OM, 2e du championnat, mais vont devoir pour cela se défaire de Bretons en grande forme depuis la fin de l'année 2021.

", - "content": "Suite de la 20e journée de Ligue 1 avec le duel entre Brest et Nice, dès 13h ce dimanche. Les Aiglons veulent rester au contact de l'OM, 2e du championnat, mais vont devoir pour cela se défaire de Bretons en grande forme depuis la fin de l'année 2021.

", + "title": "Algérie-Sierra Leone: sur quelle chaîne et à quelle heure regarder le match de la CAN 2022?", + "description": "L’Algérie entame sa Coupe d’Afrique des nations 2022 face au Sierra Leone, ce mardi près de Douala (14h). Les partenaires de Riyad Mahrez sont annoncés comme les grands favoris à leur propre succession.

", + "content": "L’Algérie entame sa Coupe d’Afrique des nations 2022 face au Sierra Leone, ce mardi près de Douala (14h). Les partenaires de Riyad Mahrez sont annoncés comme les grands favoris à leur propre succession.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-brest-nice-en-direct_LS-202201090067.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/algerie-sierra-leone-sur-quelle-chaine-et-a-quelle-heure-regarder-le-match-de-la-can-2022_AV-202201110174.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 10:21:57 GMT", - "enclosure": "https://images.bfmtv.com/BE_7DrtUu27xZsQI0xU0e-4SZVY=/0x143:2048x1295/800x0/images/Brest-Nice-le-9-janvier-2021-1211431.jpg", + "pubDate": "Tue, 11 Jan 2022 09:01:00 GMT", + "enclosure": "https://images.bfmtv.com/Gu4bMDuO4fRFK5og-ZVyhfGrTFs=/0x0:2048x1152/800x0/images/Djamel-Belmadi-et-Riyad-Mahrez-1147223.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/BE_7DrtUu27xZsQI0xU0e-4SZVY=/0x143:2048x1295/800x0/images/Brest-Nice-le-9-janvier-2021-1211431.jpg", + "image": "https://images.bfmtv.com/Gu4bMDuO4fRFK5og-ZVyhfGrTFs=/0x0:2048x1152/800x0/images/Djamel-Belmadi-et-Riyad-Mahrez-1147223.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32490,20 +33546,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b19183a5b6f258294549784aa8c426a8", + "hash": "9aee7abfc333eb0ff2037e82b3d77b66", "highlights": [] }, { - "title": "PSG en direct: 24 joueurs retenus pour défier l'OL, et beaucoup de jeunes", - "description": "Le PSG se déplacera dimanche soir au Groupama Stadium (20h45) pour y défier l'OL en clôture de la 20e journée de Ligue 1. Après la conférence de presse de l'entraîneur parisien Mauricio Pochettino, le groupe parisien décimé par l'absence de nombreux joueurs positifs au Covid, commence à se dessiner. De nombreux jeunes seront du voyage dans le Rhône.

", - "content": "Le PSG se déplacera dimanche soir au Groupama Stadium (20h45) pour y défier l'OL en clôture de la 20e journée de Ligue 1. Après la conférence de presse de l'entraîneur parisien Mauricio Pochettino, le groupe parisien décimé par l'absence de nombreux joueurs positifs au Covid, commence à se dessiner. De nombreux jeunes seront du voyage dans le Rhône.

", + "title": "Mercato: flop à Nantes, Emond transféré au Standard de Liège", + "description": "Après deux ans décevants à Nantes, Renaud Emond retourne, selon nos informations, au Standard de Liège, où il avait évolué de 2016 à 2020. Le transfert est estimé à 200.000 euros.

", + "content": "Après deux ans décevants à Nantes, Renaud Emond retourne, selon nos informations, au Standard de Liège, où il avait évolué de 2016 à 2020. Le transfert est estimé à 200.000 euros.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-en-direct-la-conf-de-pochettino-avant-le-choc-contre-l-ol_LN-202201080068.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-flop-a-nantes-emond-transfere-au-standard-de-liege_AV-202201110173.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 09:59:16 GMT", - "enclosure": "https://images.bfmtv.com/JwAR07WP8cy0_Jlz43by5bA_nus=/0x121:2048x1273/800x0/images/Xavi-Simons-et-Edouard-Michut-1203683.jpg", + "pubDate": "Tue, 11 Jan 2022 08:59:51 GMT", + "enclosure": "https://images.bfmtv.com/CrDjUhUCPPwuoyPzN1C3p6_2HKU=/0x33:1984x1149/800x0/images/Renaud-Emond-avec-Nantes-face-a-l-AS-Vitre-en-Coupe-de-France-1212584.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/JwAR07WP8cy0_Jlz43by5bA_nus=/0x121:2048x1273/800x0/images/Xavi-Simons-et-Edouard-Michut-1203683.jpg", + "image": "https://images.bfmtv.com/CrDjUhUCPPwuoyPzN1C3p6_2HKU=/0x33:1984x1149/800x0/images/Renaud-Emond-avec-Nantes-face-a-l-AS-Vitre-en-Coupe-de-France-1212584.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32512,20 +33568,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fff25fd7762ddb6c9fd76c3c825dd953", + "hash": "324572b8096ae9e7f9360ba65ec614ef", "highlights": [] }, { - "title": "OL-PSG: à quelle heure et sur quelle chaîne suivre le choc de la 20e journée de Ligue 1", - "description": "L'OL recevra le PSG ce dimanche soir au Groupama Stadium en clôture de la 20e journée de Ligue 1. Une rencontre à suivre à 20h45 sur la plateforme Prime Vidéo d'Amazon.

", - "content": "L'OL recevra le PSG ce dimanche soir au Groupama Stadium en clôture de la 20e journée de Ligue 1. Une rencontre à suivre à 20h45 sur la plateforme Prime Vidéo d'Amazon.

", + "title": "Evra raconte sa discussion avec Le Graët sur le racisme", + "description": "Dans un chapitre de son livre (I love this game, éditions Hugo Sport, 13 anvier 2022) consacré au fiasco de Knysna, Patrice Evra a évoqué la perception raciste qu'aurait une partie de l'opinion en France avec la sélection nationale. Interrogé à ce propos sur France Inter, l’ex-international est revenu sur le dérapage de Noël Le Graët, minimisant le racisme dans le foot français, et la discussion qui s’en est suivie entre les deux hommes.

", + "content": "Dans un chapitre de son livre (I love this game, éditions Hugo Sport, 13 anvier 2022) consacré au fiasco de Knysna, Patrice Evra a évoqué la perception raciste qu'aurait une partie de l'opinion en France avec la sélection nationale. Interrogé à ce propos sur France Inter, l’ex-international est revenu sur le dérapage de Noël Le Graët, minimisant le racisme dans le foot français, et la discussion qui s’en est suivie entre les deux hommes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-psg-a-quelle-heure-et-sur-quelle-chaine-suivre-le-choc-de-la-20e-journee-de-ligue-1_AV-202201090065.html", + "link": "https://rmcsport.bfmtv.com/football/evra-raconte-sa-discussion-avec-le-graet-sur-le-racisme_AV-202201110169.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 10:17:48 GMT", - "enclosure": "https://images.bfmtv.com/xoMEtRmiB0RcG5Q2mFg-CLYefgc=/0x124:2048x1276/800x0/images/Marquinhos-lors-de-PSG-OL-en-septembre-2021-1211359.jpg", + "pubDate": "Tue, 11 Jan 2022 08:50:11 GMT", + "enclosure": "https://images.bfmtv.com/DMcxYvIw1yo7wZAHHX1pmSBevCg=/0x30:1200x705/800x0/images/Patrice-Evra-1212586.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/xoMEtRmiB0RcG5Q2mFg-CLYefgc=/0x124:2048x1276/800x0/images/Marquinhos-lors-de-PSG-OL-en-septembre-2021-1211359.jpg", + "image": "https://images.bfmtv.com/DMcxYvIw1yo7wZAHHX1pmSBevCg=/0x30:1200x705/800x0/images/Patrice-Evra-1212586.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32534,20 +33590,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4127d8aaa720eb2a446d2fe02f85d617", + "hash": "825832047bdec75265c93a01d8d4d69f", "highlights": [] }, { - "title": "Chelsea: Lewis Baker a disputé son 2e match avec les Blues... en huit ans", - "description": "Entré en jeu contre Chesterfield (5-1) samedi en 32e de finale de la FA Cup à Stamford Bridge, le milieu de terrain de Chelsea Lewis Baker, 26 ans, a fait sa première apparition avec les Blues en match officiel depuis le mois janvier 2014.

", - "content": "Entré en jeu contre Chesterfield (5-1) samedi en 32e de finale de la FA Cup à Stamford Bridge, le milieu de terrain de Chelsea Lewis Baker, 26 ans, a fait sa première apparition avec les Blues en match officiel depuis le mois janvier 2014.

", + "title": "Open d’Australie: Djokovic a-t-il menti ? Un QR code suspect au cœur de l’enquête", + "description": "Novak Djokovic, autorisé à rester en Australie lundi, fait l’objet de plusieurs enquêtes de la part des autorités australiennes qui le soupçonnent d’avoir menti à l’aéroport et qui s’intéressent à un QR Code suspect.

", + "content": "Novak Djokovic, autorisé à rester en Australie lundi, fait l’objet de plusieurs enquêtes de la part des autorités australiennes qui le soupçonnent d’avoir menti à l’aéroport et qui s’intéressent à un QR Code suspect.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-lewis-baker-a-dispute-son-2e-match-avec-les-blues-en-huit-ans_AV-202201090059.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-djokovic-a-t-il-menti-un-qr-code-suspect-au-coeur-de-l-enquete_AV-202201110167.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 09:59:10 GMT", - "enclosure": "https://images.bfmtv.com/pA6Tc4VWkIeDATkcfyAArM3ZavA=/0x0:2048x1152/800x0/images/Lewis-Baker-avec-Chelsea-face-a-Chesterfield-en-FA-Cup-1211344.jpg", + "pubDate": "Tue, 11 Jan 2022 08:44:46 GMT", + "enclosure": "https://images.bfmtv.com/kfkiJgB0ccUdKPvGRV7F_XPTU1Y=/10x0:2042x1143/800x0/images/Novak-Djokovic-a-l-entrainement-ce-mardi-1212577.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/pA6Tc4VWkIeDATkcfyAArM3ZavA=/0x0:2048x1152/800x0/images/Lewis-Baker-avec-Chelsea-face-a-Chesterfield-en-FA-Cup-1211344.jpg", + "image": "https://images.bfmtv.com/kfkiJgB0ccUdKPvGRV7F_XPTU1Y=/10x0:2042x1143/800x0/images/Novak-Djokovic-a-l-entrainement-ce-mardi-1212577.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32556,20 +33612,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd3e8b7cc7b0c1963f4b1f2d98eb53db", + "hash": "b4b2155224857a6375c46980233eb918", "highlights": [] }, { - "title": "Mercato: Ronaldo s'interrogerait déjà sur son avenir à Manchester United", - "description": "Inquiet des résultats, de l'ambiance, et du style de Ralf Rangnick à Manchester United, Cristiano Ronaldo aurait convoqué selon le Sun son agent en Angleterre pour discuter avec lui de son avenir. \"Rien n'a été exclu\", explique au tabloïd un proche du Portugais.

", - "content": "Inquiet des résultats, de l'ambiance, et du style de Ralf Rangnick à Manchester United, Cristiano Ronaldo aurait convoqué selon le Sun son agent en Angleterre pour discuter avec lui de son avenir. \"Rien n'a été exclu\", explique au tabloïd un proche du Portugais.

", + "title": "Mercato: Oscar dans le viseur du Barça pour remplacer Coutinho", + "description": "En quête d'un remplaçant de Philippe Coutinho, parti à Aston Villa, le Barça s'intéresserait à Oscar, l'ancien joueur de Chelsea, qui fait le bonheur du championnat chinois.

", + "content": "En quête d'un remplaçant de Philippe Coutinho, parti à Aston Villa, le Barça s'intéresserait à Oscar, l'ancien joueur de Chelsea, qui fait le bonheur du championnat chinois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-ronaldo-s-interrogerait-deja-sur-son-avenir-a-manchester-united_AV-202201090056.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-oscar-dans-le-viseur-du-barca-pour-remplacer-coutinho_AV-202201110163.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 09:55:04 GMT", - "enclosure": "https://images.bfmtv.com/GJ7WoMMK8k3bqj8P_1yh1hObC3M=/0x174:2032x1317/800x0/images/Cristiano-Ronaldo-1181991.jpg", + "pubDate": "Tue, 11 Jan 2022 08:37:16 GMT", + "enclosure": "https://images.bfmtv.com/RdXbMF4CPDbRJpSE2LoC4cco7pc=/10x0:1002x558/800x0/images/-796781.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/GJ7WoMMK8k3bqj8P_1yh1hObC3M=/0x174:2032x1317/800x0/images/Cristiano-Ronaldo-1181991.jpg", + "image": "https://images.bfmtv.com/RdXbMF4CPDbRJpSE2LoC4cco7pc=/10x0:1002x558/800x0/images/-796781.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32578,20 +33634,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fdf68de7348adbfad9b83cfa8a0cad6b", + "hash": "0ae118640fff54918d177e6ec1329dcd", "highlights": [] }, { - "title": "Open d'Australie en direct: le patron du tournoi croit encore à la participation de Djokovic", - "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", - "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "title": "OL: Guimaraes évasif sur une prolongation après le départ de Juninho", + "description": "Dans une interview à Globo Esporte, Bruno Guimaraes a confié ne pas se préoccuper d’une prolongation de contrat avec l’OL, rapidement discutée avec Juninho, parti depuis. Il veut d’abord se concentrer à faire remonter Lyon au classement.

", + "content": "Dans une interview à Globo Esporte, Bruno Guimaraes a confié ne pas se préoccuper d’une prolongation de contrat avec l’OL, rapidement discutée avec Juninho, parti depuis. Il veut d’abord se concentrer à faire remonter Lyon au classement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/ol-guimaraes-evasif-sur-une-prolongation-apres-le-depart-de-juninho_AV-202201110138.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", - "enclosure": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", + "pubDate": "Tue, 11 Jan 2022 07:54:43 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": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", + "image": "https://images.bfmtv.com/HrOrNUPqAfmgfJq8X0z35bdEQuk=/0x55:2048x1207/800x0/images/Bruno-Guimaraes-lors-du-match-face-a-Strasbourg-le-12-septembre-1126773.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32600,42 +33656,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb4b36a262d83bbbac446cdb259167ca", + "hash": "8591c343de4cf1486e95882c22a396d4", "highlights": [] }, { - "title": "Adélaïde: Monfils s’offre un joli titre à une semaine de l’Open d’Australie", - "description": "Le Français Gaël Monfils a battu le Russe Karen Khachanov en deux sets (6-4- 6-4) en finale du tournoi ATP 250 d’Adélaïde ce dimanche. A 35 ans, le Parisen remporte le 11eme titre de sa carrière, le premier depuis 2020. De bon augure à une semaine du coup d’envoi de l’Open d’Australie.

", - "content": "Le Français Gaël Monfils a battu le Russe Karen Khachanov en deux sets (6-4- 6-4) en finale du tournoi ATP 250 d’Adélaïde ce dimanche. A 35 ans, le Parisen remporte le 11eme titre de sa carrière, le premier depuis 2020. De bon augure à une semaine du coup d’envoi de l’Open d’Australie.

", + "title": "Open d'Australie: Inquiétude sécuritaire après des affrontements entre la police et les fans de Djokovic", + "description": "Après des échauffourées entre les fans de Novak Djokovic et la police, la sécurité autour de l'Open d'Australie pourrait être renforcée, alors que le Serbe ne sait toujours pas s'il pourra défendre son titre à Melbourne.

", + "content": "Après des échauffourées entre les fans de Novak Djokovic et la police, la sécurité autour de l'Open d'Australie pourrait être renforcée, alors que le Serbe ne sait toujours pas s'il pourra défendre son titre à Melbourne.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/atp/adelaide-monfils-s-offre-un-joli-titre-a-une-semaine-de-l-open-d-australie_AV-202201090039.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-inquietude-securitaire-apres-des-affrontements-entre-la-police-et-les-fans-de-djokovic_AV-202201110137.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 09:01:23 GMT", - "enclosure": "https://images.bfmtv.com/YBeBASGQMcyl13EOuQpmrslqR5E=/0x0:2048x1152/800x0/images/Gael-Monfils-remporte-le-tournoi-d-Adelaide-1211329.jpg", + "pubDate": "Tue, 11 Jan 2022 07:52:49 GMT", + "enclosure": "https://images.bfmtv.com/a9fOAVb4ThS1M2eWAWA4pW_ta2E=/0x57:768x489/800x0/images/La-voiture-transportant-Novak-Djokovic-se-fraie-difficilement-la-route-parmi-ses-supporters-heureux-de-sa-sortie-de-retention-a-Melbourne-le-9-janvier-2022-1212279.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/YBeBASGQMcyl13EOuQpmrslqR5E=/0x0:2048x1152/800x0/images/Gael-Monfils-remporte-le-tournoi-d-Adelaide-1211329.jpg", + "image": "https://images.bfmtv.com/a9fOAVb4ThS1M2eWAWA4pW_ta2E=/0x57:768x489/800x0/images/La-voiture-transportant-Novak-Djokovic-se-fraie-difficilement-la-route-parmi-ses-supporters-heureux-de-sa-sortie-de-retention-a-Melbourne-le-9-janvier-2022-1212279.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "04a9bf02c346b699932a62403a32bcc3", + "hash": "09f6e3bd28ae56ae7e9fd9d53b3ea5bd", "highlights": [] }, { - "title": "Le mercato en direct: Ronaldo s'interrogerait déjà sur son avenir à Manchester United", - "description": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", - "content": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", + "title": "La pollution plutôt que le covid: le foot anglais conseille aux joueurs d'utiliser leurs voitures plutôt que les cars", + "description": "Pour lutter contre les risques de contagion face au variant Omicron, liée à la pandémie de Covid-19, la Premier League pourrait envisager une mesure drastique pour ses clubs.

", + "content": "Pour lutter contre les risques de contagion face au variant Omicron, liée à la pandémie de Covid-19, la Premier League pourrait envisager une mesure drastique pour ses clubs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/le-mercato-en-direct-les-infos-et-rumeurs-du-6-janvier-2022_LN-202201060107.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/la-pollution-plutot-que-le-covid-le-foot-anglais-conseille-aux-joueurs-d-utiliser-leurs-voitures-plutot-que-les-cars_AV-202201110132.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 07:20:37 GMT", - "enclosure": "https://images.bfmtv.com/GJ7WoMMK8k3bqj8P_1yh1hObC3M=/0x174:2032x1317/800x0/images/Cristiano-Ronaldo-1181991.jpg", + "pubDate": "Tue, 11 Jan 2022 07:50:30 GMT", + "enclosure": "https://images.bfmtv.com/R9fQjpfbj8WhmQPlZbyxEIhJ9Do=/0x106:2048x1258/800x0/images/La-Premier-League-face-au-spectre-du-Covid-19-1195170.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/GJ7WoMMK8k3bqj8P_1yh1hObC3M=/0x174:2032x1317/800x0/images/Cristiano-Ronaldo-1181991.jpg", + "image": "https://images.bfmtv.com/R9fQjpfbj8WhmQPlZbyxEIhJ9Do=/0x106:2048x1258/800x0/images/La-Premier-League-face-au-spectre-du-Covid-19-1195170.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32644,20 +33700,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a60f1a539f020540631cc19a03660da", + "hash": "24d19e29b6414a5cf94ac02c147e4200", "highlights": [] }, { - "title": "Brest-Nice en direct: les Aiglons veulent rester sur le podium", - "description": "Suite de la 20e journée de Ligue 1 avec le duel entre Brest et Nice, dès 13h ce dimanche. Les Aiglons veulent rester au contact de l'OM, 2e du championnat, mais vont devoir pour cela se défaire de Bretons en grande forme depuis la fin de l'année 2021.

", - "content": "Suite de la 20e journée de Ligue 1 avec le duel entre Brest et Nice, dès 13h ce dimanche. Les Aiglons veulent rester au contact de l'OM, 2e du championnat, mais vont devoir pour cela se défaire de Bretons en grande forme depuis la fin de l'année 2021.

", + "title": "Open d’Australie: \"Djokovic doit se faire vacciner s’il veut faire le Grand Chelem en 2022\", estime Bartoli", + "description": "Marion Bartoli, ancienne championne de tennis française désormais membre de la Dream Team RMC Sport, estime que Novak Djokovic se heurtera à de nouveaux écueils s’il refuse de se faire vacciner.

", + "content": "Marion Bartoli, ancienne championne de tennis française désormais membre de la Dream Team RMC Sport, estime que Novak Djokovic se heurtera à de nouveaux écueils s’il refuse de se faire vacciner.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-brest-nice-en-direct_LS-202201090067.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-djokovic-doit-se-faire-vacciner-s-il-veut-faire-le-grand-chelem-en-2022-estime-bartoli_AV-202201110115.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 10:21:57 GMT", - "enclosure": "https://images.bfmtv.com/h2qBGbEa3xpaG5cwAuR4oEKiWbk=/0x28:1200x703/800x0/images/Romain-Faivre-1163126.jpg", + "pubDate": "Tue, 11 Jan 2022 07:33:25 GMT", + "enclosure": "https://images.bfmtv.com/wPargP9SsUvYjg8EpKKmAl5LuXk=/255x356:2047x1364/800x0/images/Novak-Djokovic-1208293.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/h2qBGbEa3xpaG5cwAuR4oEKiWbk=/0x28:1200x703/800x0/images/Romain-Faivre-1163126.jpg", + "image": "https://images.bfmtv.com/wPargP9SsUvYjg8EpKKmAl5LuXk=/255x356:2047x1364/800x0/images/Novak-Djokovic-1208293.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32666,42 +33722,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3d14c1c03f3747d0fcec92b2fe69639", + "hash": "f44c71701d307ff53fb77ab91fc0c898", "highlights": [] }, { - "title": "Barça: Piqué se mêle à la polémique du penalty pour le Real contre Valence", - "description": "Le défenseur central du Barça Gerard Piqué est venu apporter son soutien à Valence sur Twitter, après leur défaite face au Real (4-1) samedi soir. De quoi ajouter un peu d'huile sur le feu avant le Clasico en coupe d'Espagne mercredi prochain.

", - "content": "Le défenseur central du Barça Gerard Piqué est venu apporter son soutien à Valence sur Twitter, après leur défaite face au Real (4-1) samedi soir. De quoi ajouter un peu d'huile sur le feu avant le Clasico en coupe d'Espagne mercredi prochain.

", + "title": "Bayern Munich: Coman en passe de prolonger avec un gros contrat à la clé", + "description": "Selon les informations du quotidien L’Equipe, Kingsley Coman va prolonger son contrat de trois ans avec le Bayern Munich, et obtenir une très forte revalorisation salariale.

", + "content": "Selon les informations du quotidien L’Equipe, Kingsley Coman va prolonger son contrat de trois ans avec le Bayern Munich, et obtenir une très forte revalorisation salariale.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/barca-pique-se-mele-a-la-polemique-du-penalty-pour-le-real-contre-valence_AV-202201090033.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bayern-munich-coman-en-passe-de-prolonger-avec-un-gros-contrat-a-la-cle_AV-202201110106.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 08:24:00 GMT", - "enclosure": "https://images.bfmtv.com/mZTItPgzUw0XQDompC-rqlLVS9Y=/0x18:2048x1170/800x0/images/Pique-1184813.jpg", + "pubDate": "Tue, 11 Jan 2022 07:16:41 GMT", + "enclosure": "https://images.bfmtv.com/gSruzfMzfKBQwi4Q9B2milRRcfA=/0x32:1200x707/800x0/images/Kingsley-Coman-1212497.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/mZTItPgzUw0XQDompC-rqlLVS9Y=/0x18:2048x1170/800x0/images/Pique-1184813.jpg", + "image": "https://images.bfmtv.com/gSruzfMzfKBQwi4Q9B2milRRcfA=/0x32:1200x707/800x0/images/Kingsley-Coman-1212497.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5e50ea450e04a74ea1a8dabe0e44ee9a", + "hash": "406ba2bbd0487c69b9c054fc54020541", "highlights": [] }, { - "title": "Rennes: Bourigeaud pointe \"un problème de comportement\" après la défaite à Lens", - "description": "Le capitaine du Stade Rennais Benjamin Bourigeaud n’a pas aimé l’attitude de son équipe, vaincue à Lens (0-1) samedi lors de la 20e journée de Ligue 1. Et il l'a fait savoir.

", - "content": "Le capitaine du Stade Rennais Benjamin Bourigeaud n’a pas aimé l’attitude de son équipe, vaincue à Lens (0-1) samedi lors de la 20e journée de Ligue 1. Et il l'a fait savoir.

", + "title": "Japon: Miura, le vétéran du football, trouve un nouveau club à 54 ans", + "description": "Le joueur professionnel le plus vieux du monde, Kazuyoshi Miura, bientôt 55 ans, prolonge le plaisir. Le Japonais s'est engagé avec un club de quatrième division dans son pays.

", + "content": "Le joueur professionnel le plus vieux du monde, Kazuyoshi Miura, bientôt 55 ans, prolonge le plaisir. Le Japonais s'est engagé avec un club de quatrième division dans son pays.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/rennes-bourigeaud-pointe-un-probleme-de-comportement-apres-la-defaite-a-lens_AV-202201090030.html", + "link": "https://rmcsport.bfmtv.com/football/japon-miura-le-veteran-du-football-trouve-un-nouveau-club-a-54-ans_AV-202201110087.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 08:08:20 GMT", - "enclosure": "https://images.bfmtv.com/RT2jEatafxgn2HzGl1WAGrijU_4=/0x0:2048x1152/800x0/images/Le-Rennais-Benjamin-Bourigeaud-face-a-Lens-1211297.jpg", + "pubDate": "Tue, 11 Jan 2022 06:56:03 GMT", + "enclosure": "https://images.bfmtv.com/FJmB0JAyC8vpHvazDqNF5MRnO4w=/0x64:768x496/800x0/images/Japanese-footballer-Kazuyoshi-Miura-right-says-he-wants-to-continue-playing-at-the-age-of-54-1202628.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/RT2jEatafxgn2HzGl1WAGrijU_4=/0x0:2048x1152/800x0/images/Le-Rennais-Benjamin-Bourigeaud-face-a-Lens-1211297.jpg", + "image": "https://images.bfmtv.com/FJmB0JAyC8vpHvazDqNF5MRnO4w=/0x64:768x496/800x0/images/Japanese-footballer-Kazuyoshi-Miura-right-says-he-wants-to-continue-playing-at-the-age-of-54-1202628.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32710,42 +33766,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "40eb2106ef8d9dc03885c6c04eb902cf", + "hash": "cae897cb2d7b729e3ac890b38be8a9f1", "highlights": [] }, { - "title": "Liga: Benzema \"fier et heureux\" d’avoir atteint la barre des 300 buts avec le Real Madrid", - "description": "L’avant-centre du Real Madrid Karim Benzema a participé à l’écrasante victoire de son équipe face Valence (4-1) samedi en Liga en inscrivant ses 300e et 301e buts sous les couleurs du club merengue. Un exploit qui \"rend très heureux\" l’ex-joueur de l'OL.

", - "content": "L’avant-centre du Real Madrid Karim Benzema a participé à l’écrasante victoire de son équipe face Valence (4-1) samedi en Liga en inscrivant ses 300e et 301e buts sous les couleurs du club merengue. Un exploit qui \"rend très heureux\" l’ex-joueur de l'OL.

", + "title": "Tours: \"Modène c’est la Dream Team du volley\", s’impatiente Kevin Tillie avant le choc", + "description": "Le Tours Volley-Ball accueille la formation italienne de Modène et son armada de stars, mercredi en huitièmes de finale de la CEV Cup. Pour le retour d’Earvin Ngapeth dans la salle qui l’a vu naître au plus haut niveau, le TVB n’est pas favori de cette double confrontation, mais le champion olympique Kévin Tillie affirme que le club le plus titré de Ligue A vendra chèrement sa peau.

", + "content": "Le Tours Volley-Ball accueille la formation italienne de Modène et son armada de stars, mercredi en huitièmes de finale de la CEV Cup. Pour le retour d’Earvin Ngapeth dans la salle qui l’a vu naître au plus haut niveau, le TVB n’est pas favori de cette double confrontation, mais le champion olympique Kévin Tillie affirme que le club le plus titré de Ligue A vendra chèrement sa peau.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/liga-benzema-fier-et-heureux-d-avoir-atteint-la-barre-des-300-buts-avec-le-real-madrid_AV-202201090013.html", + "link": "https://rmcsport.bfmtv.com/volley/volley-tours-modene-c-est-la-dream-team-du-volley-s-impatiente-kevin-tillie-avant-le-choc_AV-202201110055.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 06:39:12 GMT", - "enclosure": "https://images.bfmtv.com/_FG1nD-ftLc7hpccF1miwzI58ck=/0x106:2048x1258/800x0/images/Karim-Benzema-a-franchi-la-barre-des-300-buts-avec-le-Real-Madrid-1211281.jpg", + "pubDate": "Tue, 11 Jan 2022 06:16:10 GMT", + "enclosure": "https://images.bfmtv.com/UERnjRkDvGtb3hm9Y5-FNNldErU=/0x0:1200x675/800x0/images/Kevin-Tillie-1212438.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/_FG1nD-ftLc7hpccF1miwzI58ck=/0x106:2048x1258/800x0/images/Karim-Benzema-a-franchi-la-barre-des-300-buts-avec-le-Real-Madrid-1211281.jpg", + "image": "https://images.bfmtv.com/UERnjRkDvGtb3hm9Y5-FNNldErU=/0x0:1200x675/800x0/images/Kevin-Tillie-1212438.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f271169eb5c6d5b224897f6841b2f66e", + "hash": "cb5ac7a555581beb65a13c0a6ec9fecf", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le nul du jour du 9 janvier – Ligue 1", - "description": "Notre pronostic : pas de vainqueur entre Clermont et Reims (3.05)

", - "content": "Notre pronostic : pas de vainqueur entre Clermont et Reims (3.05)

", + "title": "Open d’Australie: les autorités suspectent Djokovic d'avoir fourni de fausses preuves", + "description": "Selon The Herald Sun, les autorités australiennes enquêtent pour savoir si Novak Djojovic a pu fournir de fausses preuves sur son formulaire d’entrée au pays. En attendant, le gouvernement temporise sur une éventuelle annulation de son visa.

", + "content": "Selon The Herald Sun, les autorités australiennes enquêtent pour savoir si Novak Djojovic a pu fournir de fausses preuves sur son formulaire d’entrée au pays. En attendant, le gouvernement temporise sur une éventuelle annulation de son visa.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-9-janvier-ligue-1_AN-202201080186.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-les-autorites-suspectent-djokovic-d-avoir-fourni-de-fausses-preuves_AV-202201110045.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 23:04:00 GMT", - "enclosure": "https://images.bfmtv.com/HHxu8S_GYvUAVoYo6ijUDggykfo=/0x42:2000x1167/800x0/images/Bayo-1211109.jpg", + "pubDate": "Tue, 11 Jan 2022 05:56:28 GMT", + "enclosure": "https://images.bfmtv.com/I7vuHOp6Ca77HPTadmDWMzOZGbg=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-02-11-2021-1210870.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/HHxu8S_GYvUAVoYo6ijUDggykfo=/0x42:2000x1167/800x0/images/Bayo-1211109.jpg", + "image": "https://images.bfmtv.com/I7vuHOp6Ca77HPTadmDWMzOZGbg=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-02-11-2021-1210870.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32754,20 +33810,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3aea9df7ff1915b58323e17fc4c7ba5b", + "hash": "e73da24b6400e894a7183aa4665cd082", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari sûr du 9 janvier – Ligue 1", - "description": "Notre pronostic : Monaco ne perd pas à Nantes (1.34)

", - "content": "Notre pronostic : Monaco ne perd pas à Nantes (1.34)

", + "title": "Open d'Australie en direct: la police australienne enquête sur d'éventuelles fausses preuves", + "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-9-janvier-ligue-1_AN-202201080184.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/Pk_QfZP_uOi48epGPiCuUciguy0=/0x18:2000x1143/800x0/images/Philippe-Clement-1211107.jpg", + "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", + "enclosure": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Pk_QfZP_uOi48epGPiCuUciguy0=/0x18:2000x1143/800x0/images/Philippe-Clement-1211107.jpg", + "image": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32776,20 +33832,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ffb384b09619b815f89d8844b9c8ac97", + "hash": "0baffd05bc5a2f08abfeba9cdcd85a40", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le buteur du jour du 9 janvier – Ligue 1", - "description": "Notre pronostic : Gouiri (Nice) marque à Brest s’il joue (3.10)

", - "content": "Notre pronostic : Gouiri (Nice) marque à Brest s’il joue (3.10)

", + "title": "Aston Villa: Gerrard confirme la piste Digne", + "description": "Steven Gerrard, manager d’Aston Villa a confirmé s’intéresser à Lucas Digne (28 ans), arrière gauche d’Everton sur le départ.

", + "content": "Steven Gerrard, manager d’Aston Villa a confirmé s’intéresser à Lucas Digne (28 ans), arrière gauche d’Everton sur le départ.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-buteur-du-jour-du-9-janvier-ligue-1_AN-202201080182.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/aston-villa-gerrard-confirme-la-piste-digne_AV-202201110027.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/IcStU4RRVrdUh--vjgZWFtZBh2U=/0x104:1984x1220/800x0/images/A-Gouiri-1211104.jpg", + "pubDate": "Tue, 11 Jan 2022 05:24:08 GMT", + "enclosure": "https://images.bfmtv.com/hfzKJ9WJeftX8DYnCzH2cPbVWdU=/0x116:2000x1241/800x0/images/Lucas-Digne-et-Rafael-Benitez-1185589.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/IcStU4RRVrdUh--vjgZWFtZBh2U=/0x104:1984x1220/800x0/images/A-Gouiri-1211104.jpg", + "image": "https://images.bfmtv.com/hfzKJ9WJeftX8DYnCzH2cPbVWdU=/0x116:2000x1241/800x0/images/Lucas-Digne-et-Rafael-Benitez-1185589.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32798,20 +33854,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "476d489073f281f60f779a0889ef728c", + "hash": "54004f31e56cb21386a7aafd2b13b0d3", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari à domicile du 9 janvier – Liga - Espagne", - "description": "Notre pronostic : le FC Séville bat Getafe (1.60)

", - "content": "Notre pronostic : le FC Séville bat Getafe (1.60)

", + "title": "Open d'Australie: Djokovic à l'entraînement en attendant la décision du gouvernement", + "description": "Novak Djokovic s'est entraîné mardi matin sur les courts de l'Open d'Australie au lendemain de sa libération du centre où il était retenu depuis son arrivée. Sa présence sur place reste encore suspendue à la décision du ministre de l'Immigration.

", + "content": "Novak Djokovic s'est entraîné mardi matin sur les courts de l'Open d'Australie au lendemain de sa libération du centre où il était retenu depuis son arrivée. Sa présence sur place reste encore suspendue à la décision du ministre de l'Immigration.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-a-domicile-du-9-janvier-ligue-1_AN-202201080183.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-djokovic-a-l-entrainement-en-attendant-la-decision-du-gouvernement_AV-202201110017.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 22:59:00 GMT", - "enclosure": "https://images.bfmtv.com/IM2ZtDD5PZ5vSJIf_wkUEBWTrNc=/0x104:1984x1220/800x0/images/FC-Seville-1211106.jpg", + "pubDate": "Tue, 11 Jan 2022 04:57:16 GMT", + "enclosure": "https://images.bfmtv.com/r9zaWjoOSReX3MNrLwB_JHe4SnA=/0x0:2048x1152/800x0/images/Novak-Djokovic-1208151.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/IM2ZtDD5PZ5vSJIf_wkUEBWTrNc=/0x104:1984x1220/800x0/images/FC-Seville-1211106.jpg", + "image": "https://images.bfmtv.com/r9zaWjoOSReX3MNrLwB_JHe4SnA=/0x0:2048x1152/800x0/images/Novak-Djokovic-1208151.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32820,20 +33876,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a653d92293ad537744af895d4b62b9b9", + "hash": "126f4b1c18e67f17772c1493f6fe2298", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari africain du 9 janvier - CAN 2022", - "description": "Notre pronostic : le Cameroun bat le Burkina Faso et moins de 3,5 buts (1.78)

", - "content": "Notre pronostic : le Cameroun bat le Burkina Faso et moins de 3,5 buts (1.78)

", + "title": "Gabon: la Fifa ouvre une enquête sur le scandale de pédophilie", + "description": "La Fifa a annoncé ce lundi l’ouverture d’une enquête face à la gravité des accusations portées contre certains responsables du football gabonais. Des entraîneurs et des dirigeants sont soupçonnés d’avoir abusé de centaines d’enfants.

", + "content": "La Fifa a annoncé ce lundi l’ouverture d’une enquête face à la gravité des accusations portées contre certains responsables du football gabonais. Des entraîneurs et des dirigeants sont soupçonnés d’avoir abusé de centaines d’enfants.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-africain-du-9-janvier-can-2022_AN-202201090008.html", + "link": "https://rmcsport.bfmtv.com/football/gabon-la-fifa-ouvre-une-enquete-sur-le-scandale-de-pedophilie_AN-202201100590.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 22:58:00 GMT", - "enclosure": "https://images.bfmtv.com/Skiydcd1cQYwFgCeyiiyPymfJMU=/0x50:1984x1166/800x0/images/Cameroun-1211124.jpg", + "pubDate": "Mon, 10 Jan 2022 23:32:35 GMT", + "enclosure": "https://images.bfmtv.com/6ns6v3MCFsQz768yQBLDhWRT2J8=/0x106:2048x1258/800x0/images/Illustration-ballon-de-football-993925.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Skiydcd1cQYwFgCeyiiyPymfJMU=/0x50:1984x1166/800x0/images/Cameroun-1211124.jpg", + "image": "https://images.bfmtv.com/6ns6v3MCFsQz768yQBLDhWRT2J8=/0x106:2048x1258/800x0/images/Illustration-ballon-de-football-993925.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32842,20 +33898,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "60f2fee8a04ef33f19c0331379d72150", + "hash": "0135deca7831ea0a4c0cffad629079be", "highlights": [] }, { - "title": "Lens-Rennes: en colère contre ses joueurs, Genesio parle de match \"inacceptable\"", - "description": "L'entraîneur de Rennes Bruno Genesio n'avait pas de mots assez durs pour qualifier la prestation de ses joueurs, battus à Lens (0-1) samedi soir, lors de la 20e journée de Ligue 1.

", - "content": "L'entraîneur de Rennes Bruno Genesio n'avait pas de mots assez durs pour qualifier la prestation de ses joueurs, battus à Lens (0-1) samedi soir, lors de la 20e journée de Ligue 1.

", + "title": "Open d’Australie: l’ATP sort du silence et défend Djokovic", + "description": "L’ATP a officiellement réagi ce lundi à l’affaire Djokovic dans la foulée du verdict du tribunal australien. Autorisé par la justice à rester sur le territoire en vue de l’Open d’Australie, le joueur de tennis serbe est toujours dans le viseur des autorités en raison de sa non-vaccination contre le Covid-19.

", + "content": "L’ATP a officiellement réagi ce lundi à l’affaire Djokovic dans la foulée du verdict du tribunal australien. Autorisé par la justice à rester sur le territoire en vue de l’Open d’Australie, le joueur de tennis serbe est toujours dans le viseur des autorités en raison de sa non-vaccination contre le Covid-19.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-rennes-en-colere-contre-ses-joueurs-genesio-parle-de-match-inacceptable_AV-202201080293.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-l-atp-juge-l-affaire-djokovic-prejudiciable-sur-tous-les-fronts_AV-202201100586.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 22:52:17 GMT", - "enclosure": "https://images.bfmtv.com/XWopuVxuStyOGvjoLpZTsccx_Kc=/0x0:1200x675/800x0/images/Bruno-Genesio-etait-en-colere-apres-la-defaite-a-Lens-1211237.jpg", + "pubDate": "Mon, 10 Jan 2022 23:08:39 GMT", + "enclosure": "https://images.bfmtv.com/m5U_-VB2XQpX29ujJ3vYFh4YolQ=/0x163:2048x1315/800x0/images/Novak-Djokovic-en-decembre-2021-1212385.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/XWopuVxuStyOGvjoLpZTsccx_Kc=/0x0:1200x675/800x0/images/Bruno-Genesio-etait-en-colere-apres-la-defaite-a-Lens-1211237.jpg", + "image": "https://images.bfmtv.com/m5U_-VB2XQpX29ujJ3vYFh4YolQ=/0x163:2048x1315/800x0/images/Novak-Djokovic-en-decembre-2021-1212385.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32864,20 +33920,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "28c46c540a98ee22dae5377a06cf6b68", + "hash": "b28241513bc6474163a88d7e2b84ec14", "highlights": [] }, { - "title": "Le mercato en direct: Benedetto vers un retour à Boca", - "description": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", - "content": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", + "title": "PRONOS PARIS RMC Le pari sûr du 11 janvier – Premier League – Angleterre", + "description": "Notre pronostic : Southampton ne perd pas face à Brentford (1.26)

", + "content": "Notre pronostic : Southampton ne perd pas face à Brentford (1.26)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/le-mercato-en-direct-les-infos-et-rumeurs-du-6-janvier-2022_LN-202201060107.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-11-janvier-premier-league-angleterre_AN-202201100447.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 07:20:37 GMT", - "enclosure": "https://images.bfmtv.com/IsjqiHDGs11ihpxkhOyI7stDZAw=/799x197:2031x890/800x0/images/Benedetto-1086850.jpg", + "pubDate": "Mon, 10 Jan 2022 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/x_GapBqnCka9GZZzBgAQjuE79o4=/0x51:1984x1167/800x0/images/S-Long-1212212.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/IsjqiHDGs11ihpxkhOyI7stDZAw=/799x197:2031x890/800x0/images/Benedetto-1086850.jpg", + "image": "https://images.bfmtv.com/x_GapBqnCka9GZZzBgAQjuE79o4=/0x51:1984x1167/800x0/images/S-Long-1212212.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32886,20 +33942,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "86fd1f22c1f5ca9f38508469b19174d2", + "hash": "86e1be727e6ad70d2c2a26e5f12b4c10", "highlights": [] }, { - "title": "Top 14: le Racing 92 se reprend contre Clermont après quatre défaites", - "description": "Après quatre revers de rang, le Racing 92 a arraché sa première victoire en Top 14 depuis fin octobre, en battant Clermont (33-28), samedi, au soir de la 15e journée du championnat de France.

", - "content": "Après quatre revers de rang, le Racing 92 a arraché sa première victoire en Top 14 depuis fin octobre, en battant Clermont (33-28), samedi, au soir de la 15e journée du championnat de France.

", + "title": "PRONOS PARIS RMC Le pari africain du 11 janvier – CAN", + "description": "Notre pronostic : l’Egypte ne perd pas contre le Nigéria et au moins deux buts (2.05)

", + "content": "Notre pronostic : l’Egypte ne perd pas contre le Nigéria et au moins deux buts (2.05)

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-le-racing-92-se-reprend-contre-clermont-apres-quatre-defaites_AV-202201080286.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-africain-du-11-janvier-can_AN-202201100464.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 22:26:26 GMT", - "enclosure": "https://images.bfmtv.com/E9OVaDeR0fRIGvM9MYvE1gL9xQk=/0x0:1200x675/800x0/images/Gael-Fickou-1211229.jpg", + "pubDate": "Mon, 10 Jan 2022 23:00:00 GMT", + "enclosure": "https://images.bfmtv.com/q2l8DQRDTp7dBnkuGUwXffAO60U=/0x0:1984x1116/800x0/images/M-Salah-1212235.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/E9OVaDeR0fRIGvM9MYvE1gL9xQk=/0x0:1200x675/800x0/images/Gael-Fickou-1211229.jpg", + "image": "https://images.bfmtv.com/q2l8DQRDTp7dBnkuGUwXffAO60U=/0x0:1984x1116/800x0/images/M-Salah-1212235.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32908,20 +33964,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "201da00c960ed2bc719aec74d56ac520", + "hash": "2ca0112f2460aff42651305996c06426", "highlights": [] }, { - "title": "Lens-Rennes en direct: Lens s'impose au finish, Rennes reste hors du top 3, Genesio en colère", - "description": "Lens s’impose au finish face à Rennes grâce à Wesley Said, score final 1 à 0 ! Avec ce résultat, les Racing remonte à la 6e place trois points de la 3e place.

", - "content": "Lens s’impose au finish face à Rennes grâce à Wesley Said, score final 1 à 0 ! Avec ce résultat, les Racing remonte à la 6e place trois points de la 3e place.

", + "title": "Mercato: de Just Fontaine à Ikea, la vidéo très drôle de Reims pour la signature de Cajuste", + "description": "Jens Cajuste s’est engagé ce lundi en faveur du Stade de Reims jusqu’en 2026. Le club champenois s’est fendu d’une jolie vidéo pour officialiser la signature du milieu international suédois de 22 ans.

", + "content": "Jens Cajuste s’est engagé ce lundi en faveur du Stade de Reims jusqu’en 2026. Le club champenois s’est fendu d’une jolie vidéo pour officialiser la signature du milieu international suédois de 22 ans.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-rennes-en-direct-un-choc-pour-le-haut-de-tableau_LS-202201080212.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-de-just-fontaine-a-ikea-la-video-tres-drole-de-reims-pour-la-signature-de-cajuste_AV-202201100581.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 16:18:41 GMT", - "enclosure": "https://images.bfmtv.com/4Ppc8ce1EEFgH0kjHg0bCm34JWY=/0x106:2048x1258/800x0/images/Wesley-Said-buteur-pour-Lens-le-8-janvier-2022-1211217.jpg", + "pubDate": "Mon, 10 Jan 2022 22:56:08 GMT", + "enclosure": "https://images.bfmtv.com/Q6CLkQUPkTe_eeK9GU98-GDAAYo=/0x303:1840x1338/800x0/images/Jens-Cajuste-en-octobre-2021-avec-la-Suede-1212368.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/4Ppc8ce1EEFgH0kjHg0bCm34JWY=/0x106:2048x1258/800x0/images/Wesley-Said-buteur-pour-Lens-le-8-janvier-2022-1211217.jpg", + "image": "https://images.bfmtv.com/Q6CLkQUPkTe_eeK9GU98-GDAAYo=/0x303:1840x1338/800x0/images/Jens-Cajuste-en-octobre-2021-avec-la-Suede-1212368.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32930,20 +33986,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a379f384e3a0f1cfb67530d605effd6", + "hash": "6bf8495b8d2f37a0f344877d2b274d12", "highlights": [] }, { - "title": "Liga: avec un doublé contre Valence, Benzema dépasse la barre des 300 buts avec le Real", - "description": "Porté par Karim Benzema, auteur de ses 300e et 301e buts avec le Real Madrid, le club madrilène a corrigé Valence (4-1) et prend provisoirement huit points d'avance sur le FC Séville, qui reçoit Getafe dimanche.

", - "content": "Porté par Karim Benzema, auteur de ses 300e et 301e buts avec le Real Madrid, le club madrilène a corrigé Valence (4-1) et prend provisoirement huit points d'avance sur le FC Séville, qui reçoit Getafe dimanche.

", + "title": "PSG: la fresque géante de Mbappé taguée à Bondy, le joueur menacé", + "description": "Comme le rapporte Le Parisien, la grande fresque rendant hommage à Kylian Mbappé sur un immeuble de Bondy (Seine-Saint-Denis) a été taguée le week-end dernier, notamment avec une menace de mort. Une dégradation qui serait liée à la bouillante campagne locale pour l'élection municipale.

", + "content": "Comme le rapporte Le Parisien, la grande fresque rendant hommage à Kylian Mbappé sur un immeuble de Bondy (Seine-Saint-Denis) a été taguée le week-end dernier, notamment avec une menace de mort. Une dégradation qui serait liée à la bouillante campagne locale pour l'élection municipale.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/liga-avec-un-double-contre-valence-benzema-depasse-la-barre-des-300-buts-avec-le-real_AV-202201080281.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-la-fresque-geante-de-mbappe-taguee-a-bondy-le-joueur-menace_AV-202201100578.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 22:06:58 GMT", - "enclosure": "https://images.bfmtv.com/97rmhEiJzkF2IVVD_1VGhKhetBw=/0x0:1200x675/800x0/images/Karim-Benzema-1211219.jpg", + "pubDate": "Mon, 10 Jan 2022 22:48:11 GMT", + "enclosure": "https://images.bfmtv.com/3KBPaY9HxlZdv1Uk5ZElN3PSUtY=/0x0:2048x1152/800x0/images/Kylian-Mbappe-sous-le-maillot-du-PSG-1204449.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/97rmhEiJzkF2IVVD_1VGhKhetBw=/0x0:1200x675/800x0/images/Karim-Benzema-1211219.jpg", + "image": "https://images.bfmtv.com/3KBPaY9HxlZdv1Uk5ZElN3PSUtY=/0x0:2048x1152/800x0/images/Kylian-Mbappe-sous-le-maillot-du-PSG-1204449.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32952,20 +34008,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d22e7780214dbda16e3aac3e083f3dc7", + "hash": "377f4936c02671b50e0a51c172ebc351", "highlights": [] }, { - "title": "Ligue 1: le coup parfait de Lens face à Rennes grâce à Saïd, course à l'Europe ultra serrée", - "description": "Alors que Rennes avait l'opportunité de grimper sur le podium, les hommes de Bruno Genesio sont tombés dans les dernières minutes à Lens (1-0) ce samedi. Les Bretons restent au pied du podium, tandis que les Lensois se rapprochent des places européennes.

", - "content": "Alors que Rennes avait l'opportunité de grimper sur le podium, les hommes de Bruno Genesio sont tombés dans les dernières minutes à Lens (1-0) ce samedi. Les Bretons restent au pied du podium, tandis que les Lensois se rapprochent des places européennes.

", + "title": "Tour de France, Liège-Bastogne-Liège, Mondiaux... Le programme d'Alaphilippe en 2022", + "description": "Le double champion du monde français Julian Alaphilippe a dévoilé ce lundi son programme pour l'année 2022. Le coureur de la Quick-Step fera l'impasse sur le Tour des Flandres mais sera bien au départ du Tour de France. Et des Mondiaux, évidemment.

", + "content": "Le double champion du monde français Julian Alaphilippe a dévoilé ce lundi son programme pour l'année 2022. Le coureur de la Quick-Step fera l'impasse sur le Tour des Flandres mais sera bien au départ du Tour de France. Et des Mondiaux, évidemment.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-le-coup-parfait-de-lens-face-a-rennes-grace-a-said-course-a-l-europe-ultra-serree_AN-202201080279.html", + "link": "https://rmcsport.bfmtv.com/cyclisme/tour-de-france-liege-bastogne-liege-mondiaux-le-programme-d-alaphilippe-en-2022_AV-202201100562.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 22:01:22 GMT", - "enclosure": "https://images.bfmtv.com/SpdErlpHYLoJpWxt4Zlf1QWFVQo=/0x106:2048x1258/800x0/images/Said-sauveur-de-Lens-face-a-Rennes-le-8-janvier-2022-1211218.jpg", + "pubDate": "Mon, 10 Jan 2022 22:06:26 GMT", + "enclosure": "https://images.bfmtv.com/1p3ro1aYeVf20V6utamptXHaIzc=/0x68:2048x1220/800x0/images/Julian-Alaphilippe-1157489.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/SpdErlpHYLoJpWxt4Zlf1QWFVQo=/0x106:2048x1258/800x0/images/Said-sauveur-de-Lens-face-a-Rennes-le-8-janvier-2022-1211218.jpg", + "image": "https://images.bfmtv.com/1p3ro1aYeVf20V6utamptXHaIzc=/0x68:2048x1220/800x0/images/Julian-Alaphilippe-1157489.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32974,20 +34030,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4cb91e42b7aa5820a038e27086531a7", + "hash": "17d4baa4fc72526013dcb4f8b8b215ba", "highlights": [] }, { - "title": "CAN 2022 en direct: toutes les infos avant le match d’ouverture Cameroun-Burkina Faso", - "description": "Le coup d’envoi de la Coupe d’Afrique des nations sera donné ce dimanche avec le match d’ouverture entre le Cameroun, pays hôte de la compétition, et le Burkina Faso à 17h au stade d’Olembe de Yaoundé. Ce match sera suivi par la 2eme rencontre du groupe A Ethiopie-Cap Vert à 20h. Retrouvez toutes les infos sur cette CAN 2022 en direct sur RMC Sport dans notre live commenté.

", - "content": "Le coup d’envoi de la Coupe d’Afrique des nations sera donné ce dimanche avec le match d’ouverture entre le Cameroun, pays hôte de la compétition, et le Burkina Faso à 17h au stade d’Olembe de Yaoundé. Ce match sera suivi par la 2eme rencontre du groupe A Ethiopie-Cap Vert à 20h. Retrouvez toutes les infos sur cette CAN 2022 en direct sur RMC Sport dans notre live commenté.

", + "title": "Manchester United: un peu d'air pour Rangnick après une victoire laborieuse contre Aston Villa", + "description": "Manchester United a battu Aston Villa ce lundi lors des 32es de finale de FA Cup à Old Trafford (1-0). Unique buteur de la rencontre, Scott McTominay a redonné le sourire à son entraîneur Ralf Rangnick après des jours compliqués en interne.

", + "content": "Manchester United a battu Aston Villa ce lundi lors des 32es de finale de FA Cup à Old Trafford (1-0). Unique buteur de la rencontre, Scott McTominay a redonné le sourire à son entraîneur Ralf Rangnick après des jours compliqués en interne.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-en-direct-toutes-les-infos-avant-le-match-d-ouverture-cameroun-burkina-faso_LN-202201090016.html", + "link": "https://rmcsport.bfmtv.com/football/fa-cup/manchester-united-un-peu-d-air-pour-rangnick-apres-une-victoire-laborieuse-contre-aston-villa_AV-202201100561.html", "creator": "", - "pubDate": "Sun, 09 Jan 2022 07:07:21 GMT", - "enclosure": "https://images.bfmtv.com/TEJW-uS-CVl4WuVZ3so7ZlRkfig=/0x37:2048x1189/800x0/images/Karl-Toko-Ekambi-et-le-Cameroun-lancent-la-CAN-2022-face-au-Burkina-Faso-dimanche-a-17h-1211284.jpg", + "pubDate": "Mon, 10 Jan 2022 22:01:02 GMT", + "enclosure": "https://images.bfmtv.com/NyG8ou97xZz2gicEmx-jTco-jJY=/0x0:2048x1152/800x0/images/Ralf-Rangnick-et-Marcus-Rashford-lors-d-un-match-de-Manchester-United-le-10-janvier-2022-1212355.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/TEJW-uS-CVl4WuVZ3so7ZlRkfig=/0x37:2048x1189/800x0/images/Karl-Toko-Ekambi-et-le-Cameroun-lancent-la-CAN-2022-face-au-Burkina-Faso-dimanche-a-17h-1211284.jpg", + "image": "https://images.bfmtv.com/NyG8ou97xZz2gicEmx-jTco-jJY=/0x0:2048x1152/800x0/images/Ralf-Rangnick-et-Marcus-Rashford-lors-d-un-match-de-Manchester-United-le-10-janvier-2022-1212355.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -32996,42 +34052,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "51408f2d3507ff84313c63857ec7d8f8", + "hash": "a06efb1d84b3b71fd298540c6c093e64", "highlights": [] }, { - "title": "Estoril-Porto: les belles images du fils Conceiçao qui offre la victoire à son père", - "description": "Francisco Conceiçao a offert la victoire au FC Porto, entraîné par son père, Sergio Conceiçao, dans le temps additionnel, alors qu'il venait tout juste de faire son apparition sur le terrain, contre Estoril (3-2). Il s'est ensuite jeté dans les bras de son père pour nous offrir la séquence émotion de la soirée.

", - "content": "Francisco Conceiçao a offert la victoire au FC Porto, entraîné par son père, Sergio Conceiçao, dans le temps additionnel, alors qu'il venait tout juste de faire son apparition sur le terrain, contre Estoril (3-2). Il s'est ensuite jeté dans les bras de son père pour nous offrir la séquence émotion de la soirée.

", + "title": "CAN 2022: Eto’o demande \"pardon\" aux journalistes algériens agressés au Cameroun", + "description": "Au lendemain de l’agression subie par trois journalistes algériens à Douala, en marge de la CAN 2022, Samuel Eto’o leur a apporté son soutien. Le président de la Fédération camerounaise a appelé les autorités de son pays à garantir la sécurité de \"ses frères\", venus suivre la compétition des Fennecs.

", + "content": "Au lendemain de l’agression subie par trois journalistes algériens à Douala, en marge de la CAN 2022, Samuel Eto’o leur a apporté son soutien. Le président de la Fédération camerounaise a appelé les autorités de son pays à garantir la sécurité de \"ses frères\", venus suivre la compétition des Fennecs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/primeira-liga/estoril-porto-les-belles-images-du-fils-conceicao-qui-offre-la-victoire-a-son-pere_AV-202201080278.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-eto-o-demande-pardon-aux-journalistes-algeriens-agresses-au-cameroun_AV-202201100554.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 21:58:22 GMT", - "enclosure": "https://images.bfmtv.com/62frIWg3OoHH4lMZtRjdCcBPXj0=/0x8:1200x683/800x0/images/La-belle-etreinte-entre-Sergio-Conceicao-et-son-fils-Francisco-1211211.jpg", + "pubDate": "Mon, 10 Jan 2022 21:38:58 GMT", + "enclosure": "https://images.bfmtv.com/NiKswCe565JW_Ni8JY1QexY_T7Q=/0x123:2048x1275/800x0/images/Samuel-Eto-o-1212350.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/62frIWg3OoHH4lMZtRjdCcBPXj0=/0x8:1200x683/800x0/images/La-belle-etreinte-entre-Sergio-Conceicao-et-son-fils-Francisco-1211211.jpg", + "image": "https://images.bfmtv.com/NiKswCe565JW_Ni8JY1QexY_T7Q=/0x123:2048x1275/800x0/images/Samuel-Eto-o-1212350.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f57b221c7462fe2edbf2ccdc0660049b", + "hash": "4270d09de11605f748067ea05a631b18", "highlights": [] }, { - "title": "Mercato: Wright appelle Arsenal à faire venir Wijnaldum en prêt du PSG", - "description": "Alors que Mikel Arteta affirme qu'il lui manque un élément au milieu de terrain, l'ancienne légende d'Arsenal, Ian Wright, pense que Georginio Wijnaldum serait une bonne affaire pour les Gunners. D'autant que le Néerlandais joue moins au PSG.

", - "content": "Alors que Mikel Arteta affirme qu'il lui manque un élément au milieu de terrain, l'ancienne légende d'Arsenal, Ian Wright, pense que Georginio Wijnaldum serait une bonne affaire pour les Gunners. D'autant que le Néerlandais joue moins au PSG.

", + "title": "Maroc: Halilhodzic félicite Boufal, qui n’avait \"pas fait grand-chose depuis quatre ans\"", + "description": "Le Maroc s’est imposé face au Ghana, ce lundi, pour son entrée en lice dans la CAN 2022 (1-0). Les Lions de l’Atlas ont fait la différence grâce à un but tardif de Sofiane Boufal. L’occasion pour Vahid Halilhodzic de féliciter l'attaquant d’Angers. A sa façon.

", + "content": "Le Maroc s’est imposé face au Ghana, ce lundi, pour son entrée en lice dans la CAN 2022 (1-0). Les Lions de l’Atlas ont fait la différence grâce à un but tardif de Sofiane Boufal. L’occasion pour Vahid Halilhodzic de féliciter l'attaquant d’Angers. A sa façon.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-wright-appelle-arsenal-a-faire-venir-wijnaldum-en-pret-du-psg_AV-202201080274.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/maroc-halilhodzic-felicite-boufal-qui-n-avait-pas-fait-grand-chose-depuis-quatre-ans_AD-202201100549.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 21:29:23 GMT", - "enclosure": "https://images.bfmtv.com/mCZdH6QvtIaZEL6MsZkDH6O-f3c=/0x54:1200x729/800x0/images/Georginio-Wijnaldum-1141840.jpg", + "pubDate": "Mon, 10 Jan 2022 21:05:48 GMT", + "enclosure": "https://images.bfmtv.com/IRNnTaxxK8oI2Bk5LjwxyEusJ1Y=/0x74:2048x1226/800x0/images/Sofiane-Boufal-1212334.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/mCZdH6QvtIaZEL6MsZkDH6O-f3c=/0x54:1200x729/800x0/images/Georginio-Wijnaldum-1141840.jpg", + "image": "https://images.bfmtv.com/IRNnTaxxK8oI2Bk5LjwxyEusJ1Y=/0x74:2048x1226/800x0/images/Sofiane-Boufal-1212334.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -33040,20 +34096,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f467777e8576bec7410559ad10b7e310", + "hash": "55ca767a81ffe861df9859855f194cec", "highlights": [] }, { - "title": "CAN: l’étonnant protocole Covid de la CAF pour reporter le moins de matchs possible", - "description": "La pandémie liée au Covid-19, peut-être plus que le jeu, va rythmer la CAN, qui tente tant bien que mal de passer au travers, quitte à exiger le strict minimum de la part des équipes pour qu’une rencontre puisse se tenir.

", - "content": "La pandémie liée au Covid-19, peut-être plus que le jeu, va rythmer la CAN, qui tente tant bien que mal de passer au travers, quitte à exiger le strict minimum de la part des équipes pour qu’une rencontre puisse se tenir.

", + "title": "Mercato: Newcastle pourrait faire une offre XXL à Reims pour Ekitike, révélation de L1", + "description": "Newcastle discuterait avec Reims pour un transfert du jeune attaquant français Hugo Ekitike lors du mercato hivernal. La presse anglaise évoque une somme avoisinant les 35 millions d'euros.

", + "content": "Newcastle discuterait avec Reims pour un transfert du jeune attaquant français Hugo Ekitike lors du mercato hivernal. La presse anglaise évoque une somme avoisinant les 35 millions d'euros.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-l-etonnant-protocole-covid-de-la-caf-pour-dribbler-la-pandemie_AV-202201080270.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-newcastle-pourrait-faire-une-offre-xxl-a-reims-pour-ekitike-revelation-de-l1_AV-202201100548.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 20:55:28 GMT", - "enclosure": "https://images.bfmtv.com/xFo9sgeGeqyvVrD5DXJggaYPUqY=/0x110:1200x785/800x0/images/Le-Covid-19-perturbe-deja-la-CAN-qui-n-a-pas-encore-demarre-1211203.jpg", + "pubDate": "Mon, 10 Jan 2022 21:01:33 GMT", + "enclosure": "https://images.bfmtv.com/lKxSxcIsNlzlk6bPP-SOGrg-azI=/0x0:2048x1152/800x0/images/Hugo-Ekitike-avec-Reims-le-22-decembre-2022-1212331.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/xFo9sgeGeqyvVrD5DXJggaYPUqY=/0x110:1200x785/800x0/images/Le-Covid-19-perturbe-deja-la-CAN-qui-n-a-pas-encore-demarre-1211203.jpg", + "image": "https://images.bfmtv.com/lKxSxcIsNlzlk6bPP-SOGrg-azI=/0x0:2048x1152/800x0/images/Hugo-Ekitike-avec-Reims-le-22-decembre-2022-1212331.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -33062,20 +34118,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1df0e96671623e9df961c255dba60120", + "hash": "426d35a1a8bdc8a671f3ce3a00c83791", "highlights": [] }, { - "title": "Le Cameroun fin prêt pour sa CAN", - "description": "Après de nombreux mois d'attente, le coup d'envoi de la 33e Coupe d'Afrique des nations sera donné ce dimanche. Et le pays hôte, le Cameroun, est prêt pour l'événement.

", - "content": "Après de nombreux mois d'attente, le coup d'envoi de la 33e Coupe d'Afrique des nations sera donné ce dimanche. Et le pays hôte, le Cameroun, est prêt pour l'événement.

", + "title": "Insultes racistes: \"Arrêtez de faire les aveugles\", le cri du coeur de la Rémoise Magou Doucouré", + "description": "La joueuse du Stade de Reims et des équipes de France de jeunes, Magou Doucouré, a été victime dimanche d'insultes racistes à Lens en Coupe de France. Ce lundi, elle a publié sur les réseaux sociaux une lettre dans laquelle elle exprime sa colère et son désarroi.

", + "content": "La joueuse du Stade de Reims et des équipes de France de jeunes, Magou Doucouré, a été victime dimanche d'insultes racistes à Lens en Coupe de France. Ce lundi, elle a publié sur les réseaux sociaux une lettre dans laquelle elle exprime sa colère et son désarroi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/le-cameroun-fin-pret-pour-sa-can_AV-202201080215.html", + "link": "https://rmcsport.bfmtv.com/football/feminin/insultes-racistes-arretez-de-faire-les-aveugles-le-cri-du-coeur-de-la-remoise-magou-doucoure_AN-202201100545.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 16:29:30 GMT", - "enclosure": "https://images.bfmtv.com/fr3GiQKnwn1OWG8DM2V_LZgrpZI=/0x212:2048x1364/800x0/images/CAN-1194469.jpg", + "pubDate": "Mon, 10 Jan 2022 20:49:04 GMT", + "enclosure": "https://images.bfmtv.com/HPhdHeico0X85xcRgvSjrkKnNHw=/0x128:2048x1280/800x0/images/La-Remoise-Magou-Doucoure-en-octobre-2021-1212335.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/fr3GiQKnwn1OWG8DM2V_LZgrpZI=/0x212:2048x1364/800x0/images/CAN-1194469.jpg", + "image": "https://images.bfmtv.com/HPhdHeico0X85xcRgvSjrkKnNHw=/0x128:2048x1280/800x0/images/La-Remoise-Magou-Doucoure-en-octobre-2021-1212335.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -33084,42 +34140,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1b8d6b843d4357a63abe960a0979838", + "hash": "f34e601cb6263083c551942836a176f5", "highlights": [] }, { - "title": "Bundesliga: la remontada de Dortmund à Francfort", - "description": "Mené 2-0 à 20 minutes du terme de la rencontre, Dortmund a finalement renversé Francfort (3-2) ce samedi, dans le cadre de la 18e journée de Bundesliga. Une façon de combler un peu le retard sur le Bayern, battu vendredi.

", - "content": "Mené 2-0 à 20 minutes du terme de la rencontre, Dortmund a finalement renversé Francfort (3-2) ce samedi, dans le cadre de la 18e journée de Bundesliga. Une façon de combler un peu le retard sur le Bayern, battu vendredi.

", + "title": "OM: pour Di Meco, les Marseillais en ont \"peut-être fait un peu beaucoup\" après la victoire à Bordeaux", + "description": "L’OM a remporté vendredi une précieuse victoire à Bordeaux (1-0) lors de la 20e journée de Ligue 1. Après 44 ans de disette, Marseille s’est imposé en Gironde et Eric Di Meco a jugé ce lundi au micro de RMC que les supporters et joueurs phocéens en ont peut-être trop fait pendant leurs célébrations.

", + "content": "L’OM a remporté vendredi une précieuse victoire à Bordeaux (1-0) lors de la 20e journée de Ligue 1. Après 44 ans de disette, Marseille s’est imposé en Gironde et Eric Di Meco a jugé ce lundi au micro de RMC que les supporters et joueurs phocéens en ont peut-être trop fait pendant leurs célébrations.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-la-remontada-de-dortmund-a-francfort_AD-202201080268.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-pour-di-meco-les-marseillais-en-ont-peut-etre-fait-un-peu-beaucoup-apres-la-victoire-a-bordeaux_AV-202201100537.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 20:35:49 GMT", - "enclosure": "https://images.bfmtv.com/C4JTK41Jkc37sTfYGo-MwWwS0GY=/0x33:2048x1185/800x0/images/La-joie-de-Dortmund-le-8-janvier-2022-lors-d-une-folle-remontada-1211201.jpg", + "pubDate": "Mon, 10 Jan 2022 20:23:32 GMT", + "enclosure": "https://images.bfmtv.com/4XmEXMaKzW4ckMEaYOpF0OglwCs=/0x0:2032x1143/800x0/images/William-Saliba-et-les-Marseillais-celebrent-un-but-a-Bordeaux-le-7-janvier-2022-1212306.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/C4JTK41Jkc37sTfYGo-MwWwS0GY=/0x33:2048x1185/800x0/images/La-joie-de-Dortmund-le-8-janvier-2022-lors-d-une-folle-remontada-1211201.jpg", + "image": "https://images.bfmtv.com/4XmEXMaKzW4ckMEaYOpF0OglwCs=/0x0:2032x1143/800x0/images/William-Saliba-et-les-Marseillais-celebrent-un-but-a-Bordeaux-le-7-janvier-2022-1212306.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "af259a2ccd7d8f35a40b0d9ffea4b723", + "hash": "54b401de039a4e9e915abefd61403212", "highlights": [] }, { - "title": "Pour la Coupe du monde, le Qatar a dû diversifier son offre pour loger les supporters", - "description": "Alors que la Coupe du monde débutera le 21 novembre prochain, le Qatar a dû réfléchir à une offre de logements susceptible de correspondre aux centaines de milliers de personnes attendues pour l'événement.

", - "content": "Alors que la Coupe du monde débutera le 21 novembre prochain, le Qatar a dû réfléchir à une offre de logements susceptible de correspondre aux centaines de milliers de personnes attendues pour l'événement.

", + "title": "Serie A: la Salernitana de Ribéry échappe in extremis à l’exclusion", + "description": "La Salernitana va pouvoir terminer sa saison en Serie A. Le club de Franck Ribéry a annoncé ce lundi son changement de propriétaire. Une condition sine qua non à son maintien dans l’élite du foot italien.

", + "content": "La Salernitana va pouvoir terminer sa saison en Serie A. Le club de Franck Ribéry a annoncé ce lundi son changement de propriétaire. Une condition sine qua non à son maintien dans l’élite du foot italien.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/pour-la-coupe-du-monde-le-qatar-a-du-diversifier-son-offre-pour-loger-les-supporters_AV-202201080266.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-la-salernitana-de-ribery-echappe-in-extremis-a-l-exclusion_AV-202201100526.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 20:10:02 GMT", - "enclosure": "https://images.bfmtv.com/fMM-QE0Jwtn-beLTRhk1CjeYEKQ=/4x221:356x419/800x0/images/Des-hotels-dans-le-desert-au-Qatar-en-vue-du-Mondial-2022-1211196.jpg", + "pubDate": "Mon, 10 Jan 2022 19:52:05 GMT", + "enclosure": "https://images.bfmtv.com/Uli6zMsnC0R4OLhyixwsRNij9Kk=/0x39:2048x1191/800x0/images/Franck-Ribery-avec-la-Salernitana-1154649.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/fMM-QE0Jwtn-beLTRhk1CjeYEKQ=/4x221:356x419/800x0/images/Des-hotels-dans-le-desert-au-Qatar-en-vue-du-Mondial-2022-1211196.jpg", + "image": "https://images.bfmtv.com/Uli6zMsnC0R4OLhyixwsRNij9Kk=/0x39:2048x1191/800x0/images/Franck-Ribery-avec-la-Salernitana-1154649.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -33128,42 +34184,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "874cf735ba11ddb5f4b5ce850d7fae6c", + "hash": "043eb09714abbfc4e81e6a730780b506", "highlights": [] }, { - "title": "Liga: toujours aussi fébrile, le Barça lâche encore des points à Grenade", - "description": "Le Barça, réduit à dix en fin de match, a concédé le nul (1-1) sur la pelouse de Grenade. Luuk de Jong avait ouvert le score pour le club catalan, mais Antonio Puertas a surgi en fin de match pour égaliser.

", - "content": "Le Barça, réduit à dix en fin de match, a concédé le nul (1-1) sur la pelouse de Grenade. Luuk de Jong avait ouvert le score pour le club catalan, mais Antonio Puertas a surgi en fin de match pour égaliser.

", + "title": "Explosion sur le Dakar: la difficile quête de vérité", + "description": "Onze jours après l'explosion d'un véhicule à Djeddah (Arabie saoudite) en marge du Dakar 2022, dans laquelle le pilote Philippe Boutron a été blessé, l'enquête française pour tentative d'assassinat terroriste peine à avancer, et les autorités saoudiennes ne jouent pas forcément le jeu. Une vidéo pourrait toutefois permettre d'en savoir plus.

", + "content": "Onze jours après l'explosion d'un véhicule à Djeddah (Arabie saoudite) en marge du Dakar 2022, dans laquelle le pilote Philippe Boutron a été blessé, l'enquête française pour tentative d'assassinat terroriste peine à avancer, et les autorités saoudiennes ne jouent pas forcément le jeu. Une vidéo pourrait toutefois permettre d'en savoir plus.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/liga-toujours-aussi-febrile-le-barca-lache-encore-des-points-a-grenade_AV-202201080262.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/explosion-sur-le-dakar-la-difficile-quete-de-verite_AV-202201100519.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 19:36:33 GMT", - "enclosure": "https://images.bfmtv.com/kSkjKA3yIfpQeRf_FdSn_yxaEQc=/0x124:1200x799/800x0/images/La-detresse-des-joueurs-du-Barca-a-Grenade-1211193.jpg", + "pubDate": "Mon, 10 Jan 2022 19:37:08 GMT", + "enclosure": "https://images.bfmtv.com/JOHRCK606YEXFREFKidxoMEjAvk=/0x0:768x432/800x0/images/Philippe-Boutron-grievement-blesse-dans-l-explosion-de-son-vehicule-a-Jeddah-en-Arabie-Saoudite-avant-le-depart-du-Dakar-2022-le-30-decembre-est-sorti-du-coma-a-declare-jeudi-son-fils-dans-une-entretien-a-RMC-1209611.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/kSkjKA3yIfpQeRf_FdSn_yxaEQc=/0x124:1200x799/800x0/images/La-detresse-des-joueurs-du-Barca-a-Grenade-1211193.jpg", + "image": "https://images.bfmtv.com/JOHRCK606YEXFREFKidxoMEjAvk=/0x0:768x432/800x0/images/Philippe-Boutron-grievement-blesse-dans-l-explosion-de-son-vehicule-a-Jeddah-en-Arabie-Saoudite-avant-le-depart-du-Dakar-2022-le-30-decembre-est-sorti-du-coma-a-declare-jeudi-son-fils-dans-une-entretien-a-RMC-1209611.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "28e0c4650155e00753eae6c887102bca", + "hash": "8ddad70b51865fedf53e7f582cb19c9d", "highlights": [] }, { - "title": "FA Cup: un carton pour Chelsea, Lukaku buteur après la polémique", - "description": "Chelsea n'a pas tremblé ce samedi pour éliminer Chesterfield, pensionnaire de D5 (5-1) à Stamford Bridge, lors du troisième tour de la Cup. Romelu Lukaku a profité de l'occasion pour marquer.

", - "content": "Chelsea n'a pas tremblé ce samedi pour éliminer Chesterfield, pensionnaire de D5 (5-1) à Stamford Bridge, lors du troisième tour de la Cup. Romelu Lukaku a profité de l'occasion pour marquer.

", + "title": "Lille: Yazici bientôt prêté en Russie?", + "description": "Selon Foot Mercato, Yusuf Yazici pourrait rapidement s’engager avec le CSKA Moscou. Lille aurait trouvé un accord avec le club russe pour le prêt avec option d'achat de son milieu de terrain turc.

", + "content": "Selon Foot Mercato, Yusuf Yazici pourrait rapidement s’engager avec le CSKA Moscou. Lille aurait trouvé un accord avec le club russe pour le prêt avec option d'achat de son milieu de terrain turc.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/fa-cup/fa-cup-un-carton-pour-chelsea-lukaku-buteur-apres-la-polemique_AN-202201080261.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/lille-yazici-bientot-prete-en-russie_AV-202201100505.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 19:31:25 GMT", - "enclosure": "https://images.bfmtv.com/mQ2W2hKpzpR7mONn84Xa3_MTKaI=/0x0:2048x1152/800x0/images/1208115.jpg", + "pubDate": "Mon, 10 Jan 2022 19:01:12 GMT", + "enclosure": "https://images.bfmtv.com/hCYhRqzaWWku9OnBJyEIN5YatiM=/14x41:2046x1184/800x0/images/Yusuf-Yazici-1212282.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/mQ2W2hKpzpR7mONn84Xa3_MTKaI=/0x0:2048x1152/800x0/images/1208115.jpg", + "image": "https://images.bfmtv.com/hCYhRqzaWWku9OnBJyEIN5YatiM=/14x41:2046x1184/800x0/images/Yusuf-Yazici-1212282.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -33172,20 +34228,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "576c04eb276de0cb9cc40dc78d85d8ad", + "hash": "5ee2064b523c0782afed9c7771d1327d", "highlights": [] }, { - "title": "CAN: trois cas positifs pour le Sénégal dont Mendy, à deux jours de son premier match", - "description": "A deux jours de son premier match face au Zimbabwe, le Sénégal déplore trois cas positifs au Covid-19 dans son effectif, dont Edouard Mendy et Kalidou Koulibaly.

", - "content": "A deux jours de son premier match face au Zimbabwe, le Sénégal déplore trois cas positifs au Covid-19 dans son effectif, dont Edouard Mendy et Kalidou Koulibaly.

", + "title": "Rennes: \"Bruno Genesio ne sera jamais un excellent entraineur\", tacle Rothen", + "description": "Jérôme Rothen a pointé ce lundi sur RMC les manques de Bruno Genesio sur le banc de Rennes. Malgré la quatrième place des Bretons en Ligue 1, l'ancien milieu de terrain ne voit pas l’entraîneur français comme un technicien de top niveau.

", + "content": "Jérôme Rothen a pointé ce lundi sur RMC les manques de Bruno Genesio sur le banc de Rennes. Malgré la quatrième place des Bretons en Ligue 1, l'ancien milieu de terrain ne voit pas l’entraîneur français comme un technicien de top niveau.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-trois-cas-positifs-pour-le-senegal-dont-mendy-a-deux-jours-de-son-premier-match_AV-202201080254.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/rennes-bruno-genesio-ne-sera-jamais-un-excellent-entraineur-tacle-rothen_AV-202201100501.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 18:56:43 GMT", - "enclosure": "https://images.bfmtv.com/A5wgRyVSUZWYbwdc9-fwd4mfW3Y=/1x26:2001x1151/800x0/images/Edouard-Mendy-avec-le-Senegal-1211179.jpg", + "pubDate": "Mon, 10 Jan 2022 18:52:36 GMT", + "enclosure": "https://images.bfmtv.com/I0Q3XPO1LdajL3vbykWwv_wYygw=/0x0:2048x1152/800x0/images/Bruno-Genesio-l-entraineur-de-Rennes-le-22-decembre-2021-1212272.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/A5wgRyVSUZWYbwdc9-fwd4mfW3Y=/1x26:2001x1151/800x0/images/Edouard-Mendy-avec-le-Senegal-1211179.jpg", + "image": "https://images.bfmtv.com/I0Q3XPO1LdajL3vbykWwv_wYygw=/0x0:2048x1152/800x0/images/Bruno-Genesio-l-entraineur-de-Rennes-le-22-decembre-2021-1212272.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -33194,20 +34250,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "72d7de4e943e6954fab2fb47431fdae0", + "hash": "7109f0b0694b8cc6f017099e9f4691bb", "highlights": [] }, { - "title": "Top 14: l'UBB conforte sa première place sur le fil contre Brive", - "description": "Bordeaux-Bègles, à la mêlée conquérante, a conforté son statut de leader du Top 14 en allant s'imposer à Brive (22-19) au terme d'une belle remontée ce samedi, à l'occasion de la 15e journée.

", - "content": "Bordeaux-Bègles, à la mêlée conquérante, a conforté son statut de leader du Top 14 en allant s'imposer à Brive (22-19) au terme d'une belle remontée ce samedi, à l'occasion de la 15e journée.

", + "title": "UFC: pourquoi le combat Ngannou-Gane est un événement poids lourd pour le sport français", + "description": "Ciryl Gane peut devenir le premier Français champion \"incontesté\" à l’UFC s’il bat le Camerounais Francis Ngannou le 22 janvier à Anaheim (Californie). Un rendez-vous qui représente beaucoup pour les sports de combat français et même le sport tricolore de façon globale. Et qui peut faire beaucoup pour la notoriété de \"Bon Gamin\" dans son pays comme ailleurs, mais aussi pour le développement du MMA en France.

", + "content": "Ciryl Gane peut devenir le premier Français champion \"incontesté\" à l’UFC s’il bat le Camerounais Francis Ngannou le 22 janvier à Anaheim (Californie). Un rendez-vous qui représente beaucoup pour les sports de combat français et même le sport tricolore de façon globale. Et qui peut faire beaucoup pour la notoriété de \"Bon Gamin\" dans son pays comme ailleurs, mais aussi pour le développement du MMA en France.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-l-ubb-conforte-sa-premiere-place-sur-le-fil-contre-brive_AV-202201080253.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/mma/ufc-pourquoi-ngannou-gane-est-un-evenement-poids-lourd-pour-le-sport-francais_AV-202201100486.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 18:50:47 GMT", - "enclosure": "https://images.bfmtv.com/rGro4P_-466qchjs9iUWqQNbg5Y=/0x74:1200x749/800x0/images/Francois-Trinh-Duc-1211187.jpg", + "pubDate": "Mon, 10 Jan 2022 18:29:35 GMT", + "enclosure": "https://images.bfmtv.com/LcHzrYhavXXEWlf-S5p2suMaAKI=/0x0:1920x1080/800x0/images/UFC-Le-choc-pour-le-titre-Ngannou-Gane-officialise-pour-le-22-janvier-en-Californie-1152809.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/rGro4P_-466qchjs9iUWqQNbg5Y=/0x74:1200x749/800x0/images/Francois-Trinh-Duc-1211187.jpg", + "image": "https://images.bfmtv.com/LcHzrYhavXXEWlf-S5p2suMaAKI=/0x0:1920x1080/800x0/images/UFC-Le-choc-pour-le-titre-Ngannou-Gane-officialise-pour-le-22-janvier-en-Californie-1152809.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -33216,20 +34272,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "80238aaa744e6a97cc2c5551f5152fe8", + "hash": "2900ca9c9f3bcd423d486556ce2e8d0b", "highlights": [] }, { - "title": "Serie A: la capacité des stades limitée à 5.000 spectateurs à cause du Covid", - "description": "Comme en France, la capacité des stades italiens sera limitée à 5.000 spectateurs dans le but de freiner la propagion

", - "content": "Comme en France, la capacité des stades italiens sera limitée à 5.000 spectateurs dans le but de freiner la propagion

", + "title": "Ligue 1: les nouvelles dates de Lille-Lorient et Montpellier-Troyes", + "description": "La LFP a officialisé ce lundi la date à laquelle seront joués les matchs de la 20e journée de Ligue 1 entre Lille et Lorient ainsi qu’entre Montpellier et Troyes. Les deux rencontres reportées en raison de nombreux cas positifs au Covid-19 ont été décalées au mercredi 19 janvier.

", + "content": "La LFP a officialisé ce lundi la date à laquelle seront joués les matchs de la 20e journée de Ligue 1 entre Lille et Lorient ainsi qu’entre Montpellier et Troyes. Les deux rencontres reportées en raison de nombreux cas positifs au Covid-19 ont été décalées au mercredi 19 janvier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-la-capacite-des-stades-limitee-a-5-000-spectateurs-a-cause-du-covid_AD-202201080252.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-les-nouvelles-dates-de-lille-lorient-et-montpellier-troyes_AV-202201100476.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 18:43:30 GMT", - "enclosure": "https://images.bfmtv.com/dPuT4sW6qi0I724DLwVcWoZpDUE=/0x212:2048x1364/800x0/images/Les-supporters-lors-du-match-Udinese-AC-Milan-1211180.jpg", + "pubDate": "Mon, 10 Jan 2022 18:09:46 GMT", + "enclosure": "https://images.bfmtv.com/fETdF-lXcvBGypdnm9Yd9LCs12E=/0x0:2048x1152/800x0/images/Burak-Yilmaz-avec-Lille-le-22-decembre-2021-1212241.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/dPuT4sW6qi0I724DLwVcWoZpDUE=/0x212:2048x1364/800x0/images/Les-supporters-lors-du-match-Udinese-AC-Milan-1211180.jpg", + "image": "https://images.bfmtv.com/fETdF-lXcvBGypdnm9Yd9LCs12E=/0x0:2048x1152/800x0/images/Burak-Yilmaz-avec-Lille-le-22-decembre-2021-1212241.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -33238,64 +34294,64 @@ "favorite": false, "created": false, "tags": [], - "hash": "782ba4f88ee057ad6991aa8744a98a7c", + "hash": "dc9198a2c710c414be082f1b6f3388f7", "highlights": [] }, { - "title": "Qatar: un ancien joueur de Ligue 1 s'écroule sur le terrain en plein match", - "description": "Le footballeur d'Al-Wakrah (Qatar) Ousmane Coulibaly s'est effondré dans son but alors qu'il disputait une rencontre de son championnat face à Al-Rayyan, et que la mi-temps allait être sifflée. L'ancien défenseur de Brest a pu être réanimé et va bien, selon les médias qataris.

", - "content": "Le footballeur d'Al-Wakrah (Qatar) Ousmane Coulibaly s'est effondré dans son but alors qu'il disputait une rencontre de son championnat face à Al-Rayyan, et que la mi-temps allait être sifflée. L'ancien défenseur de Brest a pu être réanimé et va bien, selon les médias qataris.

", + "title": "CAN 2022: pourquoi les stades sonnent creux au Cameroun depuis le début du tournoi", + "description": "A l'exception du match d'ouverture avec le pays hôte, les stades de la Coupe d'Afrique des Nations 2022 sont désertés par le public camerounais depuis dimanche. Une situation liée à plusieurs facteurs, comme le Covid-19 ou simplement le prix des places.

", + "content": "A l'exception du match d'ouverture avec le pays hôte, les stades de la Coupe d'Afrique des Nations 2022 sont désertés par le public camerounais depuis dimanche. Une situation liée à plusieurs facteurs, comme le Covid-19 ou simplement le prix des places.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/qatar-un-ancien-joueur-de-ligue-1-s-ecroule-sur-le-terrain-en-plein-match_AV-202201080246.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-pourquoi-les-stades-sonnent-creux-au-cameroun-depuis-le-debut-du-tournoi_AV-202201100466.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 18:24:20 GMT", - "enclosure": "https://images.bfmtv.com/ZkOfDN2a_Zx1oBIoLb1ZKL7mdyc=/321x2:1473x650/800x0/images/Les-joueurs-accourent-vers-le-but-ou-Coulibaly-vient-tout-juste-de-s-effondrer-1211173.jpg", + "pubDate": "Mon, 10 Jan 2022 17:56:03 GMT", + "enclosure": "https://images.bfmtv.com/3ywMnGFocijjYfeTsdZwktUNlFw=/32x3:2016x1119/800x0/images/Peu-de-public-en-tribunes-derriere-les-joueurs-du-Ghana-a-la-CAN-2022-1212205.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ZkOfDN2a_Zx1oBIoLb1ZKL7mdyc=/321x2:1473x650/800x0/images/Les-joueurs-accourent-vers-le-but-ou-Coulibaly-vient-tout-juste-de-s-effondrer-1211173.jpg", + "image": "https://images.bfmtv.com/3ywMnGFocijjYfeTsdZwktUNlFw=/32x3:2016x1119/800x0/images/Peu-de-public-en-tribunes-derriere-les-joueurs-du-Ghana-a-la-CAN-2022-1212205.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a683af7beae9ea74bb8a8639f4a171cb", + "hash": "25ae2664e3f19ada57adeca8ba4f1c0b", "highlights": [] }, { - "title": "Coupe de France féminine: scène surréaliste à Bordeaux, la 2e gardienne entre comme joueuse de champ", - "description": "Lors du 16e de finale de la Coupe de France féminine entre Bordeaux et l'OL, Mylène Chavas, la deuxième gardienne des Girondines, est entrée en jeu... dans le champ alors qu'il n'y avait plus de remplaçantes.

", - "content": "Lors du 16e de finale de la Coupe de France féminine entre Bordeaux et l'OL, Mylène Chavas, la deuxième gardienne des Girondines, est entrée en jeu... dans le champ alors qu'il n'y avait plus de remplaçantes.

", + "title": "PRONOS PARIS RMC Le nul du jour du 10 janvier – Liga NOS - Portugal", + "description": "Notre pronostic : pas de vainqueur entre le Gil Vincente et le Vitoria Guimaraes (3.15)

", + "content": "Notre pronostic : pas de vainqueur entre le Gil Vincente et le Vitoria Guimaraes (3.15)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/feminin/coupe-de-france-feminine-scene-surrealiste-a-bordeaux-la-2e-gardienne-entre-comme-joueuse-de-champ_AN-202201080243.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-10-janvier-liga-nos-portugal_AN-202201090149.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 18:04:39 GMT", - "enclosure": "https://images.bfmtv.com/bkc11JTc94Kzx6m0OsP0nWJ-V2M=/0x0:1984x1116/800x0/images/Mylene-Chavas-face-a-Wolfsburg-1211164.jpg", + "pubDate": "Sun, 09 Jan 2022 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/ZRAFDoVepRVaQcCMJTdQey-uM0k=/0x125:2000x1250/800x0/images/Pepa-1211467.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/bkc11JTc94Kzx6m0OsP0nWJ-V2M=/0x0:1984x1116/800x0/images/Mylene-Chavas-face-a-Wolfsburg-1211164.jpg", + "image": "https://images.bfmtv.com/ZRAFDoVepRVaQcCMJTdQey-uM0k=/0x125:2000x1250/800x0/images/Pepa-1211467.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "88edad4c8a661a80d46cc476fcf5faae", + "hash": "b0aa614429315cad96cd04e0375f0fd7", "highlights": [] }, { - "title": "CAN 2022 en direct: Edouard Mendy et Kalidou Koulibaly positifs au Covid-19", - "description": "La Coupe d’Afrique des nations 2022 débutera le 9 janvier au Cameroun. Suivez toutes les dernières infos liées à la compétition sur RMC Sport.

", - "content": "La Coupe d’Afrique des nations 2022 débutera le 9 janvier au Cameroun. Suivez toutes les dernières infos liées à la compétition sur RMC Sport.

", + "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 10 janvier – NBA", + "description": "Mon pronostic : Milwaukee gagne à Charlotte (1.78)

", + "content": "Mon pronostic : Milwaukee gagne à Charlotte (1.78)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-suivez-toute-l-actualite-de-la-competition-en-direct_LS-202201050158.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-10-janvier-nba_AN-202201100428.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 09:10:25 GMT", - "enclosure": "https://images.bfmtv.com/QHoz-bDqXbZfqSB1nLoxf5x0YyE=/0x0:2048x1152/800x0/images/Edouard-Mendy-avec-le-Senegal-1178333.jpg", + "pubDate": "Mon, 10 Jan 2022 17:10:00 GMT", + "enclosure": "https://images.bfmtv.com/2vqQNwNbIW1HtcRL02KR2-wKetg=/0x2:1984x1118/800x0/images/G-Antetokounmpo-1212180.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/QHoz-bDqXbZfqSB1nLoxf5x0YyE=/0x0:2048x1152/800x0/images/Edouard-Mendy-avec-le-Senegal-1178333.jpg", + "image": "https://images.bfmtv.com/2vqQNwNbIW1HtcRL02KR2-wKetg=/0x2:1984x1118/800x0/images/G-Antetokounmpo-1212180.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -33304,42 +34360,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "e67bfe4232d3217646b466eac89a9ebe", + "hash": "4aa2aa59f3fb273f1ff085c6f6e113cd", "highlights": [] }, { - "title": "Mercato: l'OM confirme l'achat de Pau Lopez, avec une subtilité", - "description": "Prêté par la Roma à l'OM, Pau Lopez va rester un joueur marseillais. Son option d'achat a été levée et le joueur a donné son accord, condition existentielle pour valider l'opération.

", - "content": "Prêté par la Roma à l'OM, Pau Lopez va rester un joueur marseillais. Son option d'achat a été levée et le joueur a donné son accord, condition existentielle pour valider l'opération.

", + "title": "La Rochelle: Wardi a finalement donné son accord pour rester", + "description": "INFO RMC SPORT. Le pilier gauche Reda Wardi, qui s’était engagé à Montpellier, a finalement décidé de rester à La Rochelle. Il a donné son accord aux dirigeants maritimes.

", + "content": "INFO RMC SPORT. Le pilier gauche Reda Wardi, qui s’était engagé à Montpellier, a finalement décidé de rester à La Rochelle. Il a donné son accord aux dirigeants maritimes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-l-om-confirme-l-achat-de-pau-lopez-avec-une-subtilite_AV-202201080242.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/la-rochelle-wardi-a-finalement-donne-son-accord-pour-rester_AV-202201100423.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 18:00:00 GMT", - "enclosure": "https://images.bfmtv.com/dHxpbh3p7AqhEia-KVa_a4yRVEE=/3x46:1891x1108/800x0/images/Pau-Lopez-OM-le-22-decembre-2021-1210777.jpg", + "pubDate": "Mon, 10 Jan 2022 17:04:25 GMT", + "enclosure": "https://images.bfmtv.com/dV8MLIvoIniiTYEqIedvcCo6Y5I=/0x0:2048x1152/800x0/images/Reda-Wardi-avec-La-Rochelle-en-Champions-Cup-le-12-decembre-2021-1212166.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/dHxpbh3p7AqhEia-KVa_a4yRVEE=/3x46:1891x1108/800x0/images/Pau-Lopez-OM-le-22-decembre-2021-1210777.jpg", + "image": "https://images.bfmtv.com/dV8MLIvoIniiTYEqIedvcCo6Y5I=/0x0:2048x1152/800x0/images/Reda-Wardi-avec-La-Rochelle-en-Champions-Cup-le-12-decembre-2021-1212166.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e033fe78ddea623bc4b8bff5062c8bd5", + "hash": "b6eed441b7b77a8b9aa885ae67721ab4", "highlights": [] }, { - "title": "PSG: West Ham apprécie Abdou Diallo", - "description": "Le club anglais de West Ham étudie la possibilité de se faire prêter le défenseur du PSG Abdou Diallo. Mais les Hammers n'ont pas encore entamé les discussions avec la direction parisienne.

", - "content": "Le club anglais de West Ham étudie la possibilité de se faire prêter le défenseur du PSG Abdou Diallo. Mais les Hammers n'ont pas encore entamé les discussions avec la direction parisienne.

", + "title": "Mercato: pourquoi le dossier Mateta à Saint-Etienne coince encore", + "description": "L’AS Saint-Etienne cherche à recruter Jean-Philippe Mateta pendant le mercato hivernal. Malgré un accord avec l’attaquant de 24 ans, le club stéphanois voit le dossier bloqué en raison de sa situation contractuelle.

", + "content": "L’AS Saint-Etienne cherche à recruter Jean-Philippe Mateta pendant le mercato hivernal. Malgré un accord avec l’attaquant de 24 ans, le club stéphanois voit le dossier bloqué en raison de sa situation contractuelle.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/psg-west-ham-apprecie-abdou-diallo_AV-202201080241.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-pourquoi-le-dossier-mateta-a-saint-etienne-coince-encore_AV-202201100403.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 17:56:31 GMT", - "enclosure": "https://images.bfmtv.com/G7S_VrPX7mXJCLrLC_6qesWlcnY=/0x0:2048x1152/800x0/images/Le-defenseur-du-PSG-Abdou-Diallo-plait-a-West-Ham-1211176.jpg", + "pubDate": "Mon, 10 Jan 2022 16:39:28 GMT", + "enclosure": "https://images.bfmtv.com/YldLPn9IACXWJJ6hhL46rj5x1QY=/0x0:2048x1152/800x0/images/Jean-Philippe-Mateta-tout-sourire-avec-Crystal-Palace-le-28-decembre-2021-1212137.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/G7S_VrPX7mXJCLrLC_6qesWlcnY=/0x0:2048x1152/800x0/images/Le-defenseur-du-PSG-Abdou-Diallo-plait-a-West-Ham-1211176.jpg", + "image": "https://images.bfmtv.com/YldLPn9IACXWJJ6hhL46rj5x1QY=/0x0:2048x1152/800x0/images/Jean-Philippe-Mateta-tout-sourire-avec-Crystal-Palace-le-28-decembre-2021-1212137.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -33348,20 +34404,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd334553c2f0d47a70794fce820828cb", + "hash": "03f45b0498e3212f299d9b23693f6087", "highlights": [] }, { - "title": "FA Cup: pour la première de Trippier, Newcastle éliminé par une D3 anglaise", - "description": "Opposé à Cambridge United, un club de troisième division anglaise, pour les 32es de finale de la FA Cup, Newcastle sort déjà de la compétition avec une défaite 1-0. Une rencontre à laquelle la nouvelle recrue Kieran Trippier avait pris part.

", - "content": "Opposé à Cambridge United, un club de troisième division anglaise, pour les 32es de finale de la FA Cup, Newcastle sort déjà de la compétition avec une défaite 1-0. Une rencontre à laquelle la nouvelle recrue Kieran Trippier avait pris part.

", + "title": "OM: Alvaro Gonzalez n'est pas insensible à l’intérêt de Valence", + "description": "A la recherche d’un défenseur central afin de se renforcer cet hiver, Valence cible Alvaro Gonzalez. Une piste qui fait réfléchir le défenseur de l’OM, sur lequel s’appuie assez peu Jorge Sampaoli.

", + "content": "A la recherche d’un défenseur central afin de se renforcer cet hiver, Valence cible Alvaro Gonzalez. Une piste qui fait réfléchir le défenseur de l’OM, sur lequel s’appuie assez peu Jorge Sampaoli.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/fa-cup/fa-cup-pour-la-premiere-de-trippier-newcastle-elimine-par-une-d3-anglaise_AV-202201080239.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/om-alvaro-gonzalez-n-est-pas-insensible-a-l-interet-de-valence_AV-202201100402.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 17:48:32 GMT", - "enclosure": "https://images.bfmtv.com/B_hhnxZsy77X8aSMSWI5XHVtMdo=/4x0:4004x2250/800x0/images/-879529.jpg", + "pubDate": "Mon, 10 Jan 2022 16:36:19 GMT", + "enclosure": "https://images.bfmtv.com/2jb6fZpDGT9-22cFE1XFQex6MDk=/0x106:2048x1258/800x0/images/Alvaro-Gonzalez-1204024.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/B_hhnxZsy77X8aSMSWI5XHVtMdo=/4x0:4004x2250/800x0/images/-879529.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", @@ -33370,20 +34426,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "52e959c7edd3d0bc5ce11bfe7a399138", + "hash": "cb5c6dd06c7c50185baf038d72a098df", "highlights": [] }, { - "title": "Bordeaux-OM: le message de Kwateng après sa photo polémique avec Harit", - "description": "Amis d’enfance depuis leur apprentissage au centre de formation du FC Nantes, Enock Kwateng et Amine Harit ont posé ensemble, tout sourire, après le match Bordeaux-OM (0-1) vendredi au Matmut-Atlantique. Le cliché, relayé sur les réseaux sociaux, a provoqué de nombreuses réactions et poussé le défenseur bordelais à réagir.

", - "content": "Amis d’enfance depuis leur apprentissage au centre de formation du FC Nantes, Enock Kwateng et Amine Harit ont posé ensemble, tout sourire, après le match Bordeaux-OM (0-1) vendredi au Matmut-Atlantique. Le cliché, relayé sur les réseaux sociaux, a provoqué de nombreuses réactions et poussé le défenseur bordelais à réagir.

", + "title": "Ligue 2: Toulouse-Nancy reporté à cause de la pluie", + "description": "Le maire de Toulouse a annoncé ce lundi le report du match de la 20e journée de Ligue 2 prévu dans le soirée entre le Téfécé et Nancy. Les pluies dilluviennes et un risque de crue de la Garonne à proximité du Stradium ont causé cette décision.

", + "content": "Le maire de Toulouse a annoncé ce lundi le report du match de la 20e journée de Ligue 2 prévu dans le soirée entre le Téfécé et Nancy. Les pluies dilluviennes et un risque de crue de la Garonne à proximité du Stradium ont causé cette décision.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-le-message-de-kwateng-apres-sa-photo-polemique-avec-harit_AV-202201080233.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-2/ligue-2-toulouse-nancy-reporte-a-cause-de-la-pluie_AV-202201100375.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 17:33:08 GMT", - "enclosure": "https://images.bfmtv.com/x1l9zi1Vs7BQeCu9rpvdFGPElR0=/0x0:2048x1152/800x0/images/Enock-Kwateng-avec-les-Girondins-face-a-l-OM-le-7-janvier-2022-1211163.jpg", + "pubDate": "Mon, 10 Jan 2022 15:41:17 GMT", + "enclosure": "https://images.bfmtv.com/px6YY0EHCdHrXGXTPxjCcTLT8QQ=/0x66:2048x1218/800x0/images/Le-logo-du-Tefece-avant-un-match-de-L2-en-decembre-2021-1212097.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/x1l9zi1Vs7BQeCu9rpvdFGPElR0=/0x0:2048x1152/800x0/images/Enock-Kwateng-avec-les-Girondins-face-a-l-OM-le-7-janvier-2022-1211163.jpg", + "image": "https://images.bfmtv.com/px6YY0EHCdHrXGXTPxjCcTLT8QQ=/0x66:2048x1218/800x0/images/Le-logo-du-Tefece-avant-un-match-de-L2-en-decembre-2021-1212097.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -33392,42 +34448,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c5f7ba3c75abedc284f137632e9e1e3", + "hash": "2f06727cbe5e64d765ef3eb8038b365f", "highlights": [] }, { - "title": "Barça: un record de vieillesse pour Dani Alves en Liga", - "description": "Titulaire ce samedi face à Grenade, Dani Alves devient le joueur le plus âgé du club catalan à débuter un match de Liga, à 38 ans et 247 jours.

", - "content": "Titulaire ce samedi face à Grenade, Dani Alves devient le joueur le plus âgé du club catalan à débuter un match de Liga, à 38 ans et 247 jours.

", + "title": "Top 14: un an après avoir soulevé un arbitre, Raisuqe ne fait plus rire", + "description": "L’ailier fidjien Josaia Raisuqe avait créé la sensation en janvier 2021, en soulevant de joie l’arbitre de la rencontre Béziers-Nevers. Un an plus tard, désormais sous le maillot du Castres Olympique et reconverti troisième ligne aile, il ne fait plus rire les gens. Bien au contraire, ses prestations font même le bonheur du CO. Explications d’une reconversion.

", + "content": "L’ailier fidjien Josaia Raisuqe avait créé la sensation en janvier 2021, en soulevant de joie l’arbitre de la rencontre Béziers-Nevers. Un an plus tard, désormais sous le maillot du Castres Olympique et reconverti troisième ligne aile, il ne fait plus rire les gens. Bien au contraire, ses prestations font même le bonheur du CO. Explications d’une reconversion.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/barca-un-record-de-vieillesse-pour-dani-alves-en-liga_AV-202201080231.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-un-an-apres-avoir-souleve-un-arbitre-raisuqe-ne-fait-plus-rire_AV-202201100369.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 17:29:43 GMT", - "enclosure": "https://images.bfmtv.com/k6twlV_EOIM3gWFIsITckebQEFM=/0x71:2048x1223/800x0/images/Dani-Alves-1201799.jpg", + "pubDate": "Mon, 10 Jan 2022 15:30:43 GMT", + "enclosure": "https://images.bfmtv.com/t9D7Ss2QbX6b5onVY7sEyWrCDIk=/0x0:2048x1152/800x0/images/Josaia-Raisuqe-avec-Castres-le-12-decembre-2021-1212085.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/k6twlV_EOIM3gWFIsITckebQEFM=/0x71:2048x1223/800x0/images/Dani-Alves-1201799.jpg", + "image": "https://images.bfmtv.com/t9D7Ss2QbX6b5onVY7sEyWrCDIk=/0x0:2048x1152/800x0/images/Josaia-Raisuqe-avec-Castres-le-12-decembre-2021-1212085.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "b0d3366245dc24771069dfee395d8cc4", + "hash": "20489e9a4d9bacf31c8484ed97e9927c", "highlights": [] }, { - "title": "FA Cup: jet de bouteille et chants homophobes… Millwall-Crystal Palace marqué par des incidents", - "description": "La rencontre de FA Cup entre Millwall et Crystal Palace a été marquée par plusieurs incidents. Si les Eagles ont remporté la rencontre 2-1, les supporters de l’autre camp se sont tristement illustrés avec un jet de bouteille sur la tête de Michael Olise et des chants homophobes envers Conor Gallagher.

", - "content": "La rencontre de FA Cup entre Millwall et Crystal Palace a été marquée par plusieurs incidents. Si les Eagles ont remporté la rencontre 2-1, les supporters de l’autre camp se sont tristement illustrés avec un jet de bouteille sur la tête de Michael Olise et des chants homophobes envers Conor Gallagher.

", + "title": "CAN 2022 : le Sénégal s’en sort dans le temps additionnel face au Zimbabwe", + "description": "Un penalty de Sadio Mané au bout du temps additionnel a sauvé le Sénégal d’un faux-pas face au Zimbabwe (1-0) lundi à Bafoussam. A défaut de convaincre, les Lions assurent le service minimum pour leur entrée en lice dans cette CAN 2022.

", + "content": "Un penalty de Sadio Mané au bout du temps additionnel a sauvé le Sénégal d’un faux-pas face au Zimbabwe (1-0) lundi à Bafoussam. A défaut de convaincre, les Lions assurent le service minimum pour leur entrée en lice dans cette CAN 2022.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/fa-cup/fa-cup-jet-de-bouteille-et-chants-homophobes-millwall-crystal-palace-marque-par-des-incidents_AV-202201080230.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-le-senegal-s-en-sort-dans-le-temps-additionnel-face-au-zimbabwe_AV-202201100367.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 17:21:55 GMT", - "enclosure": "https://images.bfmtv.com/cZI1z8IPdQY5e4LvimbF-U3SKrg=/0x0:2048x1152/800x0/images/Conor-Gallagher-1211149.jpg", + "pubDate": "Mon, 10 Jan 2022 15:26:37 GMT", + "enclosure": "https://images.bfmtv.com/YXVEpV3c5BFAPo6ElTgqofoOI-s=/78x0:2014x1089/800x0/images/Senegal-Zimbabwe-Sadio-Mane-a-sauve-les-Lions-en-fin-de-match-1212080.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/cZI1z8IPdQY5e4LvimbF-U3SKrg=/0x0:2048x1152/800x0/images/Conor-Gallagher-1211149.jpg", + "image": "https://images.bfmtv.com/YXVEpV3c5BFAPo6ElTgqofoOI-s=/78x0:2014x1089/800x0/images/Senegal-Zimbabwe-Sadio-Mane-a-sauve-les-Lions-en-fin-de-match-1212080.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -33436,64 +34492,64 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3f448439899953b5a9dee9bf052f371", + "hash": "11d31577f2a395516d334ffc8bda829e", "highlights": [] }, { - "title": "Le mercato en direct: l'OM confirme l'achat de Pau Lopez", - "description": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", - "content": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", + "title": "Barça: une clause pour partir libre dans le nouveau contrat d'Umtiti", + "description": "Selon la Cadena Ser, Samuel Umtiti a inclus plusieurs clauses dans sa prolongation de contrat inattendue avec le FC Barcelone. L’une d’elles permettra au défenseur français de partir librement s’il le souhaite, à partir de l’été 2023.

", + "content": "Selon la Cadena Ser, Samuel Umtiti a inclus plusieurs clauses dans sa prolongation de contrat inattendue avec le FC Barcelone. L’une d’elles permettra au défenseur français de partir librement s’il le souhaite, à partir de l’été 2023.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/le-mercato-en-direct-les-infos-et-rumeurs-du-6-janvier-2022_LN-202201060107.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/barca-une-clause-pour-partir-libre-dans-le-nouveau-contrat-d-umtiti_AV-202201100365.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 07:20:37 GMT", - "enclosure": "https://images.bfmtv.com/N9PnD2aeW6K_ejA0WiEYDl3nHfQ=/0x137:2048x1289/800x0/images/Pau-Lopez-1168979.jpg", + "pubDate": "Mon, 10 Jan 2022 15:23:31 GMT", + "enclosure": "https://images.bfmtv.com/U3QPNb5kKWZJMzUnpljgN52hYLU=/0x0:2048x1152/800x0/images/Samuel-Umtiti-1081492.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/N9PnD2aeW6K_ejA0WiEYDl3nHfQ=/0x137:2048x1289/800x0/images/Pau-Lopez-1168979.jpg", + "image": "https://images.bfmtv.com/U3QPNb5kKWZJMzUnpljgN52hYLU=/0x0:2048x1152/800x0/images/Samuel-Umtiti-1081492.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "57d5badc2ec9132eaf2bc2e8fc0832d1", + "hash": "0e8cd6da71acab11ccd84d2c3d51dc6a", "highlights": [] }, { - "title": "Bundesliga: Nkunku fait le show avec Leipzig, qui renverse Mayence", - "description": "Entré à la pause, Christopher Nkunku a grandement participé à la large victoire de Leipzig (4-1) contre Mayence, avec un but et deux passes décisives, samedi en Bundesliga. \n

", - "content": "Entré à la pause, Christopher Nkunku a grandement participé à la large victoire de Leipzig (4-1) contre Mayence, avec un but et deux passes décisives, samedi en Bundesliga. \n

", + "title": "Maroc-Ghana en direct: Boufal offre la victoire aux Lions de l'Atlas", + "description": "Premier match et premier choc du groupe C entre les deux favoris du groupe, le Maroc et le Ghana.

", + "content": "Premier match et premier choc du groupe C entre les deux favoris du groupe, le Maroc et le Ghana.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-nunku-fait-le-show-avec-leipzig-qui-renverse-mayence_AV-202201080228.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/maroc-ghana-en-direct-le-premier-choc-de-la-can_LS-202201100360.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 17:04:25 GMT", - "enclosure": "https://images.bfmtv.com/XgQkUiqhJ9SjncDJC7Wi_nb4C-E=/0x19:1200x694/800x0/images/Christopher-Nkunku-1211155.jpg", + "pubDate": "Mon, 10 Jan 2022 15:12:11 GMT", + "enclosure": "https://images.bfmtv.com/VrhJX8Z-7bZWuF2Jd5cVJA_tzBk=/0x138:2048x1290/800x0/images/Le-Maroc-face-a-la-Guinee-le-16-novembre-2021-1212074.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/XgQkUiqhJ9SjncDJC7Wi_nb4C-E=/0x19:1200x694/800x0/images/Christopher-Nkunku-1211155.jpg", + "image": "https://images.bfmtv.com/VrhJX8Z-7bZWuF2Jd5cVJA_tzBk=/0x138:2048x1290/800x0/images/Le-Maroc-face-a-la-Guinee-le-16-novembre-2021-1212074.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "39d5ab9fef04863526b74d88cda5cc22", + "hash": "89b6910760d2271542a4fb46952f7369", "highlights": [] }, { - "title": "Le vif plaidoyer de Joshua pour la boxe féminine", - "description": "Figure des lourds, Anthony Joshua veut que la boxe féminine reçoive autant d'éloges que celle des hommes alors que Natasha Jonas se prépare à devenir enfin championne du monde à 37 ans.

", - "content": "Figure des lourds, Anthony Joshua veut que la boxe féminine reçoive autant d'éloges que celle des hommes alors que Natasha Jonas se prépare à devenir enfin championne du monde à 37 ans.

", + "title": "Top 14: des reports prévus pendant le Tournoi des VI Nations", + "description": "Après les reports de sept matchs ces dernières semaines pour cause de Covid, le Top 14 va devoir rattraper son retard dans les semaines à venir, en particulier lors du Tournoi des VI Nations. En croisant les doigts pour que la crise sanitaire laisse un peu plus tranquille les clubs français…\n

", + "content": "Après les reports de sept matchs ces dernières semaines pour cause de Covid, le Top 14 va devoir rattraper son retard dans les semaines à venir, en particulier lors du Tournoi des VI Nations. En croisant les doigts pour que la crise sanitaire laisse un peu plus tranquille les clubs français…\n

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/le-vif-plaidoyer-de-joshua-pour-la-boxe-feminine_AN-202201080221.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14-des-reports-prevus-pendant-le-tournoi-des-vi-nations_AV-202201100357.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 16:46:01 GMT", - "enclosure": "https://images.bfmtv.com/4pIJEkqtcWIufJxqMcwb40-WmMo=/0x62:2032x1205/800x0/images/Anthony-Joshua-987595.jpg", + "pubDate": "Mon, 10 Jan 2022 15:04:37 GMT", + "enclosure": "https://images.bfmtv.com/-GdwSsTuMy-W7667rRBN9pPtCrk=/0x102:2048x1254/800x0/images/Toulon-1202349.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/4pIJEkqtcWIufJxqMcwb40-WmMo=/0x62:2032x1205/800x0/images/Anthony-Joshua-987595.jpg", + "image": "https://images.bfmtv.com/-GdwSsTuMy-W7667rRBN9pPtCrk=/0x102:2048x1254/800x0/images/Toulon-1202349.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -33502,42 +34558,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "074cfc6c41c37bcb147c555208b10425", + "hash": "d9ac32eb337837f4262dfaec91c2edde", "highlights": [] }, { - "title": "Tennis: Nadal, une finale pour son retour juste avant l'Open d'Australie", - "description": "À une semaine de l'Open d'Australie, Rafael Nadal reprend du rythme au tournoi ATP 250 de Melbourne. Opposé ce samedi à Emil Ruusuvori, l'Espagnol s'est défait de son adversaire en deux sets. Le numéro 6 mondial sera opposé en finale à Maxime Cressy.

", - "content": "À une semaine de l'Open d'Australie, Rafael Nadal reprend du rythme au tournoi ATP 250 de Melbourne. Opposé ce samedi à Emil Ruusuvori, l'Espagnol s'est défait de son adversaire en deux sets. Le numéro 6 mondial sera opposé en finale à Maxime Cressy.

", + "title": "Mercato: Lille a refusé les approches anglaises pour Botman, dont une très grosse somme de Newcastle", + "description": "Le Losc, plus solide sur le plan financier, ne compte pas se séparer de son défenseur central néerlandais Sven Botman au mercato d'hiver malgré l'intérêt des formations de Premier League et plusieurs offres de Newcastle.

", + "content": "Le Losc, plus solide sur le plan financier, ne compte pas se séparer de son défenseur central néerlandais Sven Botman au mercato d'hiver malgré l'intérêt des formations de Premier League et plusieurs offres de Newcastle.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/tennis-nadal-une-finale-pour-son-retour-juste-avant-l-open-d-australie_AV-202201080220.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-lille-a-refuse-les-approches-anglaises-pour-botman-dont-une-tres-grosse-somme-de-newcastle_AV-202201100338.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 16:40:27 GMT", - "enclosure": "https://images.bfmtv.com/hLidhKyJj0vPH33Q5gvI_n5YgvQ=/0x0:768x432/800x0/images/La-joie-de-l-Espagnol-Rafael-Nadal-qualifie-samedi-pour-la-finale-du-tournoi-ATP-250-de-Melbourne-apres-sa-victoire-6-4-7-5-face-au-Finlandais-Emil-Ruusuvuori-le-8-janvier-2022-1211099.jpg", + "pubDate": "Mon, 10 Jan 2022 14:03:32 GMT", + "enclosure": "https://images.bfmtv.com/q6bdCBJv_C_8UqoEbmLfCHsin2g=/0x0:2048x1152/800x0/images/Lille-Lyon-le-defenseur-du-Losc-Sven-Botman-avec-le-gardien-lyonnais-Anthony-Lopes-1212039.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/hLidhKyJj0vPH33Q5gvI_n5YgvQ=/0x0:768x432/800x0/images/La-joie-de-l-Espagnol-Rafael-Nadal-qualifie-samedi-pour-la-finale-du-tournoi-ATP-250-de-Melbourne-apres-sa-victoire-6-4-7-5-face-au-Finlandais-Emil-Ruusuvuori-le-8-janvier-2022-1211099.jpg", + "image": "https://images.bfmtv.com/q6bdCBJv_C_8UqoEbmLfCHsin2g=/0x0:2048x1152/800x0/images/Lille-Lyon-le-defenseur-du-Losc-Sven-Botman-avec-le-gardien-lyonnais-Anthony-Lopes-1212039.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "4ece1113041ffd809c25586b43891674", + "hash": "419203e8b5ab3e20f1010418490a63c6", "highlights": [] }, { - "title": "Top 14: grâce à son succès face au Stade français, Castres monte sur le podium", - "description": "Le Castres Olympique a battu le Stade Français 15-9 ce samedi en ouverture de la 15e journée de Top 14. Avec ce quatrième succès de rang, le CO monte provisoirement sur le podium.

", - "content": "Le Castres Olympique a battu le Stade Français 15-9 ce samedi en ouverture de la 15e journée de Top 14. Avec ce quatrième succès de rang, le CO monte provisoirement sur le podium.

", + "title": "OL-PSG en direct: Lyon cède le match nul à Paris en fin de match", + "description": "Dans le choc de la 20e journée de Ligue 1, Lyon a mis en difficulté le PSG grâce à une première mi-temps parfaitement maîtrisée, avant de céder en fin de rencontre sur une frappe de Kehrer. L'OL doit se contenter du match nul, 1-1, et stagne encore au classement.

", + "content": "Dans le choc de la 20e journée de Ligue 1, Lyon a mis en difficulté le PSG grâce à une première mi-temps parfaitement maîtrisée, avant de céder en fin de rencontre sur une frappe de Kehrer. L'OL doit se contenter du match nul, 1-1, et stagne encore au classement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-grace-a-son-succes-face-au-stade-francais-castres-monte-sur-le-podium_AD-202201080218.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-le-choc-entre-l-ol-et-le-psg_LS-202201090172.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 16:35:30 GMT", - "enclosure": "https://images.bfmtv.com/AbIjvMzcPK7d5Fzg0trkfj--S7Y=/0x0:2048x1152/800x0/images/Catres-Stade-Francais-Macalou-face-a-Staniforth-1211144.jpg", + "pubDate": "Sun, 09 Jan 2022 16:17:57 GMT", + "enclosure": "https://images.bfmtv.com/ed1c8THrfanFjIKNjQUK7oLEJ6I=/0x106:2048x1258/800x0/images/Guimaraes-et-Verratti-au-duel-lors-d-OL-PSG-le-9-janvier-2022-1211593.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/AbIjvMzcPK7d5Fzg0trkfj--S7Y=/0x0:2048x1152/800x0/images/Catres-Stade-Francais-Macalou-face-a-Staniforth-1211144.jpg", + "image": "https://images.bfmtv.com/ed1c8THrfanFjIKNjQUK7oLEJ6I=/0x106:2048x1258/800x0/images/Guimaraes-et-Verratti-au-duel-lors-d-OL-PSG-le-9-janvier-2022-1211593.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -33546,20 +34602,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5e2cbc61cb30cdff229a0989e476d70", + "hash": "5ce73e9430b98c4e26618eda7444e7e0", "highlights": [] }, { - "title": "Lens-Rennes en direct: Lens s'impose au finish, Rennes reste hors du top 3", - "description": "Lens s’impose au finish face à Rennes grâce à Wesley Said, score final 1 à 0 ! Avec ce résultat, les Racing remonte à la 6e place trois points de la 3e place.

", - "content": "Lens s’impose au finish face à Rennes grâce à Wesley Said, score final 1 à 0 ! Avec ce résultat, les Racing remonte à la 6e place trois points de la 3e place.

", + "title": "Open d’Australie: la famille de Djokovic célèbre \"la plus grande victoire de sa carrière\"", + "description": "La famille de Novak Djokovic, libéré du centre de rétention où il était placé depuis l'annulation de son visa, a organisé une conférence de presse à Belgrade ce lundi.

", + "content": "La famille de Novak Djokovic, libéré du centre de rétention où il était placé depuis l'annulation de son visa, a organisé une conférence de presse à Belgrade ce lundi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-rennes-en-direct-un-choc-pour-le-haut-de-tableau_LS-202201080212.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-la-famille-de-djokovic-celebre-la-plus-grande-victoire-de-sa-carriere_AV-202201100332.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 16:18:41 GMT", - "enclosure": "https://images.bfmtv.com/4Ppc8ce1EEFgH0kjHg0bCm34JWY=/0x106:2048x1258/800x0/images/Wesley-Said-buteur-pour-Lens-le-8-janvier-2022-1211217.jpg", + "pubDate": "Mon, 10 Jan 2022 13:48:43 GMT", + "enclosure": "https://images.bfmtv.com/SJa79bJel25pyGRUO3FV-6DS8l8=/0x124:1200x799/800x0/images/Srdan-Djokovic-1212036.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/4Ppc8ce1EEFgH0kjHg0bCm34JWY=/0x106:2048x1258/800x0/images/Wesley-Said-buteur-pour-Lens-le-8-janvier-2022-1211217.jpg", + "image": "https://images.bfmtv.com/SJa79bJel25pyGRUO3FV-6DS8l8=/0x124:1200x799/800x0/images/Srdan-Djokovic-1212036.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -33568,20 +34624,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "67cf58786fe3ce4bd47679d06a7f836c", + "hash": "e6ab61749d6dd386d5e5685aefca2006", "highlights": [] }, { - "title": "Mercato: après le Real, un club gallois ou la retraite pour Bale?", - "description": "Après huit années au Real Madrid, Gareth Bale devrait quitter l’Espagne à la fin de la saison. Si son avenir est loin d’être fixé, l’ailier pourrait faire un choix étonnant. D’après Sky Sports, en cas de qualification du pays de Galles pour la Coupe du monde 2022, le Gallois pourrait signer un contrat de courte durée avec un club. Cardiff et Swansea sont évoqués.

", - "content": "Après huit années au Real Madrid, Gareth Bale devrait quitter l’Espagne à la fin de la saison. Si son avenir est loin d’être fixé, l’ailier pourrait faire un choix étonnant. D’après Sky Sports, en cas de qualification du pays de Galles pour la Coupe du monde 2022, le Gallois pourrait signer un contrat de courte durée avec un club. Cardiff et Swansea sont évoqués.

", + "title": "PSG: le coup de gueule de Mbappé pour défendre Camille, une jeune fille malade insultée sur les réseaux sociaux", + "description": "L’attaquant du Paris Saint-Germain, Kylian Mbappé, a posté ce lundi un message de soutien à l’égard de Camille. Cette jeune fille victime d’une maladie rare avait posté une vidéo dans laquelle elle demandait notamment à l’attaquant du PSG de rester à Paris avant d'être la cible d'insultes sur les réseaux sociaux.

", + "content": "L’attaquant du Paris Saint-Germain, Kylian Mbappé, a posté ce lundi un message de soutien à l’égard de Camille. Cette jeune fille victime d’une maladie rare avait posté une vidéo dans laquelle elle demandait notamment à l’attaquant du PSG de rester à Paris avant d'être la cible d'insultes sur les réseaux sociaux.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-apres-le-real-bale-dans-un-club-gallois-la-saison-prochaine_AV-202201080213.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-le-coup-de-gueule-de-mbappe-pour-defendre-camille-une-jeune-fille-malade-insultee-sur-les-reseaux-sociaux_AV-202201100331.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 16:24:05 GMT", - "enclosure": "https://images.bfmtv.com/z7H3MWRLh-ZaPMw7R-_lCLTiwwE=/0x0:768x432/800x0/images/Le-capitaine-gallois-Gareth-Bale-lors-de-son-premier-match-a-l-Euro-contre-la-Suisse-a-Bakou-le-12-juin-2021-1048791.jpg", + "pubDate": "Mon, 10 Jan 2022 13:45:14 GMT", + "enclosure": "https://images.bfmtv.com/B-ENYaxiRbWey3zX74rYQ7cRuCI=/0x0:2048x1152/800x0/images/PSG-Kylian-Mbappe-a-adresse-un-message-de-soutien-a-la-petite-Camille-1212027.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/z7H3MWRLh-ZaPMw7R-_lCLTiwwE=/0x0:768x432/800x0/images/Le-capitaine-gallois-Gareth-Bale-lors-de-son-premier-match-a-l-Euro-contre-la-Suisse-a-Bakou-le-12-juin-2021-1048791.jpg", + "image": "https://images.bfmtv.com/B-ENYaxiRbWey3zX74rYQ7cRuCI=/0x0:2048x1152/800x0/images/PSG-Kylian-Mbappe-a-adresse-un-message-de-soutien-a-la-petite-Camille-1212027.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -33590,42 +34646,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "32e28a0c618a7c2496c789ac96d4c735", + "hash": "218c4e2ad32b8f8cca8082bbba4d4028", "highlights": [] }, { - "title": "Manchester United: le retour de Pogba encore repoussé", - "description": "L'entraîneur de Manchester United Ralf Rangnick a annoncé que Paul Pogba, blessé à une cuisse, sera encore absent des terrains pendant au minimum un mois.

", - "content": "L'entraîneur de Manchester United Ralf Rangnick a annoncé que Paul Pogba, blessé à une cuisse, sera encore absent des terrains pendant au minimum un mois.

", + "title": "Open d'Australie: déjà sur le court pour s'entraîner, Djokovic remercie le juge", + "description": "Novak Djokovic s'est exprimé pour la première fois depuis que le juge a annulé... l'annulation de son visa. Le Serbe veut rester en Australie pour aller chercher un 10e titre à Melbourne.

", + "content": "Novak Djokovic s'est exprimé pour la première fois depuis que le juge a annulé... l'annulation de son visa. Le Serbe veut rester en Australie pour aller chercher un 10e titre à Melbourne.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-le-retour-de-pogba-encore-repousse_AV-202201080205.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-deja-sur-le-court-pour-s-entrainer-djokovic-remercie-le-juge_AV-202201100329.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 16:08:45 GMT", - "enclosure": "https://images.bfmtv.com/6JbLOd4clL9MFD-Z1CTDcDXGigE=/0x0:1200x675/800x0/images/Paul-Pogba-1154939.jpg", + "pubDate": "Mon, 10 Jan 2022 13:40:20 GMT", + "enclosure": "https://images.bfmtv.com/I7vuHOp6Ca77HPTadmDWMzOZGbg=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-02-11-2021-1210870.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/6JbLOd4clL9MFD-Z1CTDcDXGigE=/0x0:1200x675/800x0/images/Paul-Pogba-1154939.jpg", + "image": "https://images.bfmtv.com/I7vuHOp6Ca77HPTadmDWMzOZGbg=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-02-11-2021-1210870.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "1a9a0b6f94b403b03ade4301ff2d527e", + "hash": "0a9747d262c9c0e0049063b6775fdfaa", "highlights": [] }, { - "title": "Lens-Rennes en direct: les deux équipes sans solution", - "description": "Le Stade Rennais (4e), à la peine en décembre, se déplace à Lens (9e) ce samedi soir avec l'ambition de se rassurer en ce début d'année 2022. Cette rencontre, alléchante à plus d'un titre, vous pourrez la suivre grâce à notre direct commenté. Coup d'envoi prévu à 21h !

", - "content": "Le Stade Rennais (4e), à la peine en décembre, se déplace à Lens (9e) ce samedi soir avec l'ambition de se rassurer en ce début d'année 2022. Cette rencontre, alléchante à plus d'un titre, vous pourrez la suivre grâce à notre direct commenté. Coup d'envoi prévu à 21h !

", + "title": "CAN 2022: deux blessés après l'agression des journalistes algériens", + "description": "Au lendemain de l'agression subie par trois journalistes algériens en marge de la CAN 2022, la Confédération africaine a condamné ces actes dont les détails sont désormais connus.

", + "content": "Au lendemain de l'agression subie par trois journalistes algériens en marge de la CAN 2022, la Confédération africaine a condamné ces actes dont les détails sont désormais connus.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-rennes-en-direct-un-choc-pour-le-haut-de-tableau_LS-202201080212.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-deux-blesses-apres-l-agression-des-journalistes-algeriens_AV-202201100326.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 16:18:41 GMT", - "enclosure": "https://images.bfmtv.com/bjqCcMy-hxErbWaDq6TuJPD0JwY=/0x96:2048x1248/800x0/images/Doku-et-Medina-au-duel-lors-de-Lens-Rennes-le-8-janvier-2022-1211214.jpg", + "pubDate": "Mon, 10 Jan 2022 13:35:27 GMT", + "enclosure": "https://images.bfmtv.com/vRqDAKeLXVBBq9lHnrNSbM_4hWU=/0x119:2048x1271/800x0/images/Qui-va-remporter-la-CAN-2022-au-Cameroun-1211291.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/bjqCcMy-hxErbWaDq6TuJPD0JwY=/0x96:2048x1248/800x0/images/Doku-et-Medina-au-duel-lors-de-Lens-Rennes-le-8-janvier-2022-1211214.jpg", + "image": "https://images.bfmtv.com/vRqDAKeLXVBBq9lHnrNSbM_4hWU=/0x119:2048x1271/800x0/images/Qui-va-remporter-la-CAN-2022-au-Cameroun-1211291.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -33634,20 +34690,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9bc98ced4d3c33deb5c8fe68411eea12", + "hash": "ca363019e88c54d8e2d257a2a0d4350a", "highlights": [] }, { - "title": "National: des supporters de Laval attaqués au Red Star, qui porte plainte", - "description": "La rencontre de la 17e journée de National entre le Red Star et Laval (1-2) a été marquée vendredi soir par des incidents entre supporters au stade Bauer de Saint-Ouen. Deux fans du club mayennais ont été légèrement blessés. La formation de Saint-Ouen va porter plainte contre X.

", - "content": "La rencontre de la 17e journée de National entre le Red Star et Laval (1-2) a été marquée vendredi soir par des incidents entre supporters au stade Bauer de Saint-Ouen. Deux fans du club mayennais ont été légèrement blessés. La formation de Saint-Ouen va porter plainte contre X.

", + "title": "OM: Alvaro Gonzalez dans le viseur de Valence", + "description": "Selon La Provence et le média espagnol Super Deporte, Valence s’intéresse au défenseur de l’OM, Alvaro Gonzalez (32 ans). Le club souhaiterait le recruter dès le mois de janvier.

", + "content": "Selon La Provence et le média espagnol Super Deporte, Valence s’intéresse au défenseur de l’OM, Alvaro Gonzalez (32 ans). Le club souhaiterait le recruter dès le mois de janvier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/national/national-des-supporters-de-laval-attaques-au-red-star-qui-porte-plainte_AN-202201080199.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/om-alvaro-gonzalez-dans-le-viseur-de-valence_AV-202201100316.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 15:29:27 GMT", - "enclosure": "https://images.bfmtv.com/5cUjWiT4GYQZa6SIfarrWqoJfMM=/0x0:2048x1152/800x0/images/Red-Star-Laval-Thibault-Vialla-a-gauche-face-au-Lavallois-Remy-Duterte-1211115.jpg", + "pubDate": "Mon, 10 Jan 2022 13:07:57 GMT", + "enclosure": "https://images.bfmtv.com/2jb6fZpDGT9-22cFE1XFQex6MDk=/0x106:2048x1258/800x0/images/Alvaro-Gonzalez-1204024.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/5cUjWiT4GYQZa6SIfarrWqoJfMM=/0x0:2048x1152/800x0/images/Red-Star-Laval-Thibault-Vialla-a-gauche-face-au-Lavallois-Remy-Duterte-1211115.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", @@ -33656,20 +34712,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e9e8c2c39d2a947f8952abdb85ba637", + "hash": "da24460c3a1693eab2de2c581b2ecef8", "highlights": [] }, { - "title": "Open d'Australie: Djokovic a-t-il menti sur son test positif?", - "description": "Alors que le clan de Novak Djokovic indique que celui-ci a été testé positif au Covid-19 le 16 décembre dernier, le Serbe a été aperçu à un événement le lendemain, sans masque. Ce qui pose énormément de questions.

", - "content": "Alors que le clan de Novak Djokovic indique que celui-ci a été testé positif au Covid-19 le 16 décembre dernier, le Serbe a été aperçu à un événement le lendemain, sans masque. Ce qui pose énormément de questions.

", + "title": "Open d'Australie en direct: le clan Djokovic tient une conférence de presse", + "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-djokovic-a-t-il-menti-sur-son-test-positif_AV-202201080195.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 15:21:01 GMT", - "enclosure": "https://images.bfmtv.com/BZOsuZcPEthaxcXaKTnoMotg3BU=/40x313:1896x1357/800x0/images/Novak-Djokovic-le-7-novembre-2021-a-Paris-1210418.jpg", + "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", + "enclosure": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/BZOsuZcPEthaxcXaKTnoMotg3BU=/40x313:1896x1357/800x0/images/Novak-Djokovic-le-7-novembre-2021-a-Paris-1210418.jpg", + "image": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -33678,42 +34734,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d795f9deaa1b886a167c1c3a253860c", + "hash": "de50dc5e56047b2e104c1b08a01242fb", "highlights": [] }, { - "title": "Mercato: qui est Fabio Blanco, la nouvelle recrue du Barça", - "description": "Le FC Barcelone compte une nouvelle recrue. Après Ferran Torres, les Catalans se sont attachés les services de Fabio Blanco. Cet ailier droit de 17 ans arrive de l’Eintracht Francfort et a signé un contrat jusqu’en 2024. Formé à Valence, il jouera dans un premier temps avec la réserve du Barça.

", - "content": "Le FC Barcelone compte une nouvelle recrue. Après Ferran Torres, les Catalans se sont attachés les services de Fabio Blanco. Cet ailier droit de 17 ans arrive de l’Eintracht Francfort et a signé un contrat jusqu’en 2024. Formé à Valence, il jouera dans un premier temps avec la réserve du Barça.

", + "title": "Coup dur pour l’Italie et la Juve, saison probablement terminée pour Chiesa", + "description": "Grand artisan du triomphe de l’Italie à l’Euro, Federico Chiesa est victime d’une rupture du ligament croisé antérieur du genou gauche annonce son club, la Juventus Turin ce lundi. L’attaquant de la Vieille Dame ne devrait pas rejouer avant la fin de la saison et manquera les barrages pour la Coupe du monde avec la Nazionale.

", + "content": "Grand artisan du triomphe de l’Italie à l’Euro, Federico Chiesa est victime d’une rupture du ligament croisé antérieur du genou gauche annonce son club, la Juventus Turin ce lundi. L’attaquant de la Vieille Dame ne devrait pas rejouer avant la fin de la saison et manquera les barrages pour la Coupe du monde avec la Nazionale.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-qui-est-fabio-blanco-la-nouvelle-recrue-du-barca_AV-202201080193.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/coup-dur-pour-l-italie-et-la-juve-saison-terminee-pour-chiesa_AV-202201100309.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 15:10:47 GMT", - "enclosure": "https://images.bfmtv.com/iXI90ksqYtjT-GPvGU0HTjBLSWw=/0x61:2048x1213/800x0/images/Fabio-Blanco-1211019.jpg", + "pubDate": "Mon, 10 Jan 2022 12:49:12 GMT", + "enclosure": "https://images.bfmtv.com/8_CHR8oM24ygsc7OqskxlF7SI08=/0x107:2048x1259/800x0/images/Juve-Federico-Chiesa-gravement-blesse-au-genou-1211993.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/iXI90ksqYtjT-GPvGU0HTjBLSWw=/0x61:2048x1213/800x0/images/Fabio-Blanco-1211019.jpg", + "image": "https://images.bfmtv.com/8_CHR8oM24ygsc7OqskxlF7SI08=/0x107:2048x1259/800x0/images/Juve-Federico-Chiesa-gravement-blesse-au-genou-1211993.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a72fdbc986da5cd0cf64fe80f7e307e0", + "hash": "66cd05b73abe9e3f890a66f468a1f203", "highlights": [] }, { - "title": "Lens-Rennes en direct: il ne manque que les buts", - "description": "Le Stade Rennais (4e), à la peine en décembre, se déplace à Lens (9e) ce samedi soir avec l'ambition de se rassurer en ce début d'année 2022. Cette rencontre, alléchante à plus d'un titre, vous pourrez la suivre grâce à notre direct commenté. Coup d'envoi prévu à 21h !

", - "content": "Le Stade Rennais (4e), à la peine en décembre, se déplace à Lens (9e) ce samedi soir avec l'ambition de se rassurer en ce début d'année 2022. Cette rencontre, alléchante à plus d'un titre, vous pourrez la suivre grâce à notre direct commenté. Coup d'envoi prévu à 21h !

", + "title": "JO de Pékin 2022: en cas d'accident, pas touche aux véhicules olympiques", + "description": "Afin de protéger un maximum la bulle sanitaire mise en place pour les Jeux olympiques 2022, les habitants de Pékin doivent garder leurs distances avec les véhicules officiels.

", + "content": "Afin de protéger un maximum la bulle sanitaire mise en place pour les Jeux olympiques 2022, les habitants de Pékin doivent garder leurs distances avec les véhicules officiels.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-rennes-en-direct-un-choc-pour-le-haut-de-tableau_LS-202201080212.html", + "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-de-pekin-2022-en-cas-d-accident-pas-touche-aux-vehicules-olympiques_AD-202201100307.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 16:18:41 GMT", - "enclosure": "https://images.bfmtv.com/DVQq3koLqRquJ89CWWUwK7uixHs=/0x106:2048x1258/800x0/images/Gael-Kakuta-avec-Lens-le-5-janvier-2022-1211194.jpg", + "pubDate": "Mon, 10 Jan 2022 12:46:54 GMT", + "enclosure": "https://images.bfmtv.com/IIanF4OAZxOo0YhhLnWhVpQAiuQ=/0x106:2048x1258/800x0/images/Les-anneaux-olympiques-devant-l-Hotel-de-ville-de-Paris-le-6-septembre-1132097.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/DVQq3koLqRquJ89CWWUwK7uixHs=/0x106:2048x1258/800x0/images/Gael-Kakuta-avec-Lens-le-5-janvier-2022-1211194.jpg", + "image": "https://images.bfmtv.com/IIanF4OAZxOo0YhhLnWhVpQAiuQ=/0x106:2048x1258/800x0/images/Les-anneaux-olympiques-devant-l-Hotel-de-ville-de-Paris-le-6-septembre-1132097.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -33722,64 +34778,64 @@ "favorite": false, "created": false, "tags": [], - "hash": "87f252204a7faa323b5cb61159fbe905", + "hash": "a2dbaa3e24d76fc8dd200a068e57c8df", "highlights": [] }, { - "title": "Mercato: l'énorme salaire qu'Insigne va toucher à Toronto l'été prochain", - "description": "Le Toronto FC a officialisé ce samedi la signature de Lorenzo Insigne pour juillet prochain, avec un contrat XXL de 4 ans à la clé pour l'ailier gauche. A 30 ans, l'international italien va découvrir la MLS, un nouveau championnat pour lui, qui a passé pratiquement l'intégralité de sa carrière à Naples, son club formateur.

", - "content": "Le Toronto FC a officialisé ce samedi la signature de Lorenzo Insigne pour juillet prochain, avec un contrat XXL de 4 ans à la clé pour l'ailier gauche. A 30 ans, l'international italien va découvrir la MLS, un nouveau championnat pour lui, qui a passé pratiquement l'intégralité de sa carrière à Naples, son club formateur.

", + "title": "Mercato: Ronaldo au Barça, la rumeur insensée de la presse catalane", + "description": "Selon Sport, Jorge Mendes, agent de Cristiano Ronaldo bien vu du côté du FC Barcelone, penserait proposer le nom du Portugais au club catalan, intimement lié à Lionel Messi, grand rival de la star portugaise.

", + "content": "Selon Sport, Jorge Mendes, agent de Cristiano Ronaldo bien vu du côté du FC Barcelone, penserait proposer le nom du Portugais au club catalan, intimement lié à Lionel Messi, grand rival de la star portugaise.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-l-enorme-salaire-qu-insigne-va-toucher-a-toronto-l-ete-prochain_AV-202201080189.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-ronaldo-au-barca-la-rumeur-insensee-de-la-presse-catalane_AV-202201100301.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 14:55:36 GMT", - "enclosure": "https://images.bfmtv.com/WylVDyXnSbHnpox4rJ3c_VqB-bo=/0x0:2048x1152/800x0/images/Lorenzo-Insigne-1211105.jpg", + "pubDate": "Mon, 10 Jan 2022 12:26:35 GMT", + "enclosure": "https://images.bfmtv.com/GJ7WoMMK8k3bqj8P_1yh1hObC3M=/0x174:2032x1317/800x0/images/Cristiano-Ronaldo-1181991.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/WylVDyXnSbHnpox4rJ3c_VqB-bo=/0x0:2048x1152/800x0/images/Lorenzo-Insigne-1211105.jpg", + "image": "https://images.bfmtv.com/GJ7WoMMK8k3bqj8P_1yh1hObC3M=/0x174:2032x1317/800x0/images/Cristiano-Ronaldo-1181991.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "7563e77d2dc284aa6076c52df14b54aa", + "hash": "8d40120169f6a71eafb53e59b2ec9d0d", "highlights": [] }, { - "title": "Lens-Rennes en direct: objectif top 3 pour les Bretons", - "description": "Le Stade Rennais (4e), à la peine en décembre, se déplace à Lens (9e) ce samedi soir avec l'ambition de se rassurer en ce début d'année 2022. Cette rencontre, alléchante à plus d'un titre, vous pourrez la suivre grâce à notre direct commenté. Coup d'envoi prévu à 21h !

", - "content": "Le Stade Rennais (4e), à la peine en décembre, se déplace à Lens (9e) ce samedi soir avec l'ambition de se rassurer en ce début d'année 2022. Cette rencontre, alléchante à plus d'un titre, vous pourrez la suivre grâce à notre direct commenté. Coup d'envoi prévu à 21h !

", + "title": "Dakar 2022: Loeb revient sur al-Attiyah, Sunderland dépasse Van Beveren en moto", + "description": "Le Suédois Mattias Ekstrom (Audi) a remporté la huitième étape du Dakar 2022, une spéciale de 395 km entre al Dawadimi et Wadi ad Dawasir (Arabie saoudite), au cours de laquelle le Français Sébastien Loeb, deuxième au général, a repris 8 minutes au leader. En moto, Sam Sunderland (KTM) s’est imposé.

", + "content": "Le Suédois Mattias Ekstrom (Audi) a remporté la huitième étape du Dakar 2022, une spéciale de 395 km entre al Dawadimi et Wadi ad Dawasir (Arabie saoudite), au cours de laquelle le Français Sébastien Loeb, deuxième au général, a repris 8 minutes au leader. En moto, Sam Sunderland (KTM) s’est imposé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-rennes-en-direct-un-choc-pour-le-haut-de-tableau_LS-202201080212.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/dakar-2022-loeb-revient-sur-al-attiyah-sunderland-depasse-van-beveren-en-moto_AD-202201100296.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 16:18:41 GMT", - "enclosure": "https://images.bfmtv.com/DVQq3koLqRquJ89CWWUwK7uixHs=/0x106:2048x1258/800x0/images/Gael-Kakuta-avec-Lens-le-5-janvier-2022-1211194.jpg", + "pubDate": "Mon, 10 Jan 2022 12:19:33 GMT", + "enclosure": "https://images.bfmtv.com/K-1kPS6WRxeQgRfn18qqjFNQwUg=/0x17:768x449/800x0/images/La-Prodrive-pilotee-par-Sebastien-Loeb-assiste-de-son-co-pilote-belge-Fabian-Lurquin-lors-de-la-2e-etape-du-rallye-raid-Dakar-2022-une-speciale-entre-Ha-il-et-al-Qaisumah-Arabie-saoudite-le-3-janvier-2022-1203163.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/DVQq3koLqRquJ89CWWUwK7uixHs=/0x106:2048x1258/800x0/images/Gael-Kakuta-avec-Lens-le-5-janvier-2022-1211194.jpg", + "image": "https://images.bfmtv.com/K-1kPS6WRxeQgRfn18qqjFNQwUg=/0x17:768x449/800x0/images/La-Prodrive-pilotee-par-Sebastien-Loeb-assiste-de-son-co-pilote-belge-Fabian-Lurquin-lors-de-la-2e-etape-du-rallye-raid-Dakar-2022-une-speciale-entre-Ha-il-et-al-Qaisumah-Arabie-saoudite-le-3-janvier-2022-1203163.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "373926632894a8939dca647882d879e4", + "hash": "ca803f7ffa4274e23d929d459b3dc9d7", "highlights": [] }, { - "title": "Nice: un groupe finalement au complet à Brest, Amavi présent", - "description": "Après avoir fait planer le doute sur la présence de plusieurs joueurs de l’OGC Nice, positifs au Covid, pour le match de Ligue 1 face à Brest dimanche dans le Finistère, l’entraîneur des Aiglons Christophe Galtier a finalement convoqué un groupe au complet à l’exception des internationaux africains convoqués pour disputer la CAN. Tout juste prêté par l’OM, Jordan Amavi est du déplacement en Bretagne.

", - "content": "Après avoir fait planer le doute sur la présence de plusieurs joueurs de l’OGC Nice, positifs au Covid, pour le match de Ligue 1 face à Brest dimanche dans le Finistère, l’entraîneur des Aiglons Christophe Galtier a finalement convoqué un groupe au complet à l’exception des internationaux africains convoqués pour disputer la CAN. Tout juste prêté par l’OM, Jordan Amavi est du déplacement en Bretagne.

", + "title": "Barça: prolongation surprise d'Umtiti, avec une baisse de salaire qui aide Ferran Torres", + "description": "Samuel Umtiti a prolongé jusqu'en 2026 avec une baisse de salaire, qui permet au Barça d'inscrire l'Espagnol Ferran Torres en Liga.

", + "content": "Samuel Umtiti a prolongé jusqu'en 2026 avec une baisse de salaire, qui permet au Barça d'inscrire l'Espagnol Ferran Torres en Liga.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/nice-un-groupe-finalement-au-complet-a-brest-amavi-present_AV-202201080187.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/barca-prolongation-surprise-d-umtiti-avec-une-baisse-de-salaire-qui-aide-ferran-torres_AV-202201100283.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 14:49:35 GMT", - "enclosure": "https://images.bfmtv.com/gk2sRRZmEKlJwC4SDSQGtuKdyQE=/0x0:2048x1152/800x0/images/Jordan-Amavi-a-l-entrainement-avec-Nice-1211098.jpg", + "pubDate": "Mon, 10 Jan 2022 11:55:15 GMT", + "enclosure": "https://images.bfmtv.com/T7CwXmDE2CIUFx7lnY_u8jG113M=/0x0:1200x675/800x0/images/Samuel-Umtiti-1211960.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/gk2sRRZmEKlJwC4SDSQGtuKdyQE=/0x0:2048x1152/800x0/images/Jordan-Amavi-a-l-entrainement-avec-Nice-1211098.jpg", + "image": "https://images.bfmtv.com/T7CwXmDE2CIUFx7lnY_u8jG113M=/0x0:1200x675/800x0/images/Samuel-Umtiti-1211960.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -33788,20 +34844,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4912df195a68cd3f0d25f13ce84746a5", + "hash": "fb2b8e45c7e4991341479ce3fdd95604", "highlights": [] }, { - "title": "CAN 2022: Algérie, Sénégal, Maroc... Gros plan sur les favoris du tournoi et leurs vedettes", - "description": "C'est ce dimanche à Yaoundé que s'ouvre la 33e édition de la Coupe d'Afrique des Nations. Avec une question : qui succèdera à l'Algérie ? Les Fennecs font logiquement partie des favoris, au même titre que le Sénégal ou le Maroc.

", - "content": "C'est ce dimanche à Yaoundé que s'ouvre la 33e édition de la Coupe d'Afrique des Nations. Avec une question : qui succèdera à l'Algérie ? Les Fennecs font logiquement partie des favoris, au même titre que le Sénégal ou le Maroc.

", + "title": "Pourquoi Ziyech ne dispute-t-il pas la CAN avec le Maroc?", + "description": "Le joueur de Chelsea, Hakim Ziyech, n'a pas été retenu pour la CAN 2022, alors que le Maroc entame la compétition ce lundi face au Ghana (17h). Et pour cause, le joueur est en froid avec Vahid Halilhodzic, le sélectionneur des Lions de l'Atlas.

", + "content": "Le joueur de Chelsea, Hakim Ziyech, n'a pas été retenu pour la CAN 2022, alors que le Maroc entame la compétition ce lundi face au Ghana (17h). Et pour cause, le joueur est en froid avec Vahid Halilhodzic, le sélectionneur des Lions de l'Atlas.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-algerie-senegal-maroc-gros-plan-sur-les-favoris-du-tournoi-et-leurs-vedettes_AV-202201080181.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/pourquoi-ziyech-ne-dispute-t-il-pas-la-can-avec-le-maroc_AV-202201100279.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 14:37:50 GMT", - "enclosure": "https://images.bfmtv.com/58XcqXbU5btXlph-nEzH8E3OKGk=/0x91:2048x1243/800x0/images/Sadio-Mane-le-19-06-2018-1211074.jpg", + "pubDate": "Mon, 10 Jan 2022 11:51:00 GMT", + "enclosure": "https://images.bfmtv.com/nx5KD835lz6FXUjHMeWPWC-7g0M=/0x49:2000x1174/800x0/images/Hakim-Ziyech-avec-le-Maroc-lors-des-qualifications-pour-le-Mondial-2022-1211937.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/58XcqXbU5btXlph-nEzH8E3OKGk=/0x91:2048x1243/800x0/images/Sadio-Mane-le-19-06-2018-1211074.jpg", + "image": "https://images.bfmtv.com/nx5KD835lz6FXUjHMeWPWC-7g0M=/0x49:2000x1174/800x0/images/Hakim-Ziyech-avec-le-Maroc-lors-des-qualifications-pour-le-Mondial-2022-1211937.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -33810,20 +34866,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "57d4f4ac73f35203fb0f36e42832162b", + "hash": "4079fe0d05ab5847004abc6275e2cdc6", "highlights": [] }, { - "title": "Ski alpin: Pinturault sur le podium du géant d'Abelboden, Odermatt triomphe à domicile", - "description": "Alexis Pinturault a terminé à la 3e place du géant d'Abelboden ce samedi en Suisse. Le skieur français a été devancé par Marco Odermatt, vainqueur devant son public, et l'Autrichien Manuel Feller.

", - "content": "Alexis Pinturault a terminé à la 3e place du géant d'Abelboden ce samedi en Suisse. Le skieur français a été devancé par Marco Odermatt, vainqueur devant son public, et l'Autrichien Manuel Feller.

", + "title": "Les pronos hippiques du mardi 11 janvier 2022", + "description": "Le Quinté+ du mardi 11 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 mardi 11 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/sports-d-hiver/ski-alpin/ski-alpin-pinturault-sur-le-podium-du-geant-d-abelboden-odermatt-triomphe-a-domicile_AD-202201080179.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-mardi-11-janvier-2022_AN-202201100259.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 14:26:48 GMT", - "enclosure": "https://images.bfmtv.com/zjb0VBDAyoPP5c2qoa4IEK0_SHw=/0x40:768x472/800x0/images/Le-Francais-Alexis-Pinturault-lors-de-la-premiere-manche-du-geant-de-Coupe-du-monde-d-Adelboden-Suisse-le-8-janvier-2022-1210985.jpg", + "pubDate": "Mon, 10 Jan 2022 11:22:17 GMT", + "enclosure": "https://images.bfmtv.com/Vn5Xf8XVnOsjjv9FjBRbsPGEuq0=/1x35:337x224/800x0/images/Les-pronos-hippiques-du-mardi-11-janvier-2022-1211896.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/zjb0VBDAyoPP5c2qoa4IEK0_SHw=/0x40:768x472/800x0/images/Le-Francais-Alexis-Pinturault-lors-de-la-premiere-manche-du-geant-de-Coupe-du-monde-d-Adelboden-Suisse-le-8-janvier-2022-1210985.jpg", + "image": "https://images.bfmtv.com/Vn5Xf8XVnOsjjv9FjBRbsPGEuq0=/1x35:337x224/800x0/images/Les-pronos-hippiques-du-mardi-11-janvier-2022-1211896.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -33832,20 +34888,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a554273397af5cfa7ee7ff50d1390c30", + "hash": "95515e965d7827a1263cc599ce1ca4f9", "highlights": [] }, { - "title": "Lens-Rennes en direct: un choc pour le haut de tableau", - "description": "Le Stade Rennais (4e), à la peine en décembre, se déplace à Lens (9e) ce samedi soir avec l'ambition de se rassurer en ce début d'année 2022. Cette rencontre, alléchante à plus d'un titre, vous pourrez la suivre grâce à notre direct commenté. Coup d'envoi prévu à 21h !

", - "content": "Le Stade Rennais (4e), à la peine en décembre, se déplace à Lens (9e) ce samedi soir avec l'ambition de se rassurer en ce début d'année 2022. Cette rencontre, alléchante à plus d'un titre, vous pourrez la suivre grâce à notre direct commenté. Coup d'envoi prévu à 21h !

", + "title": "Djokovic: les 20 minutes qui ont tout changé pour son entrée en Australie", + "description": "Alors qu'un juge a annulé... l'annulation de visa de Novak Djokovic, les retranscriptions de son audition par la police des frontières font apparaître qu'un délai trop court accordé au Serbe à la frontière pourrait sauver la participation du numéro 1 mondial à l'Open d'Australie. Un délai de 20 minutes.

", + "content": "Alors qu'un juge a annulé... l'annulation de visa de Novak Djokovic, les retranscriptions de son audition par la police des frontières font apparaître qu'un délai trop court accordé au Serbe à la frontière pourrait sauver la participation du numéro 1 mondial à l'Open d'Australie. Un délai de 20 minutes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-rennes-en-direct-un-choc-pour-le-haut-de-tableau_LS-202201080212.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/djokovic-les-20-minutes-qui-ont-tout-change-pour-son-entree-en-australie_AV-202201100255.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 16:18:41 GMT", - "enclosure": "https://images.bfmtv.com/4e4tkCfVCnZwdiMpMdpUZDjiuY8=/0x0:1200x675/800x0/images/Gael-Kakuta-et-Jeremy-Doku-1211142.jpg", + "pubDate": "Mon, 10 Jan 2022 11:15:30 GMT", + "enclosure": "https://images.bfmtv.com/wPargP9SsUvYjg8EpKKmAl5LuXk=/255x356:2047x1364/800x0/images/Novak-Djokovic-1208293.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/4e4tkCfVCnZwdiMpMdpUZDjiuY8=/0x0:1200x675/800x0/images/Gael-Kakuta-et-Jeremy-Doku-1211142.jpg", + "image": "https://images.bfmtv.com/wPargP9SsUvYjg8EpKKmAl5LuXk=/255x356:2047x1364/800x0/images/Novak-Djokovic-1208293.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -33854,20 +34910,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7567377eba3eaabc4f651bd21c2cf3eb", + "hash": "950045acdfe64076843da79c365cb682", "highlights": [] }, { - "title": "Ligue 1 en direct: Nice finalement au complet à Brest, première pour Amavi", - "description": "La Ligue 1 reprend ce week-end après deux semaines de coupure. La 20e journée a débuté vendredi avec la victoire historique de l'OM à Bordeaux (0-1). Elle se poursuit samedi soir avec Lens-Rennes.

", - "content": "La Ligue 1 reprend ce week-end après deux semaines de coupure. La 20e journée a débuté vendredi avec la victoire historique de l'OM à Bordeaux (0-1). Elle se poursuit samedi soir avec Lens-Rennes.

", + "title": "PSG: Michut, Simons... les jeunes pour relancer l’équipe?", + "description": "Les entrées en jeu de Xavi Simons et Edouard Michut ont bien aidé au PSG à décrocher le match nul à Lyon (1-1), dimanche. Elles offrent aussi une alternative à Mauricio Pochettino pour amorcer une concurrence.

", + "content": "Les entrées en jeu de Xavi Simons et Edouard Michut ont bien aidé au PSG à décrocher le match nul à Lyon (1-1), dimanche. Elles offrent aussi une alternative à Mauricio Pochettino pour amorcer une concurrence.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-suivez-toutes-les-infos-de-la-20e-journee_LN-202201050142.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-michut-simons-les-jeunes-pour-relancer-l-equipe_AV-202201100251.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 08:19:35 GMT", - "enclosure": "https://images.bfmtv.com/gk2sRRZmEKlJwC4SDSQGtuKdyQE=/0x0:2048x1152/800x0/images/Jordan-Amavi-a-l-entrainement-avec-Nice-1211098.jpg", + "pubDate": "Mon, 10 Jan 2022 11:12:37 GMT", + "enclosure": "https://images.bfmtv.com/Bou0GDfIzGuV3qm-B0iV16h9jR4=/0x191:2048x1343/800x0/images/Edouard-Michut-n-38-et-Xavi-Simons-avec-des-tresses-blondes-en-arriere-plan-ont-marque-les-esprits-dimanche-1211926.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/gk2sRRZmEKlJwC4SDSQGtuKdyQE=/0x0:2048x1152/800x0/images/Jordan-Amavi-a-l-entrainement-avec-Nice-1211098.jpg", + "image": "https://images.bfmtv.com/Bou0GDfIzGuV3qm-B0iV16h9jR4=/0x191:2048x1343/800x0/images/Edouard-Michut-n-38-et-Xavi-Simons-avec-des-tresses-blondes-en-arriere-plan-ont-marque-les-esprits-dimanche-1211926.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -33876,20 +34932,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "189264a4d58b4276f8410751cba798e2", + "hash": "da8836e1b48e892103a862a63918e794", "highlights": [] }, { - "title": "PSG: Diallo de retour dans le groupe pour la Coupe de France, mais pas Hamraoui", - "description": "Aminata Diallo a été convoquée pour le match de Coupe de France du PSG féminin, ce dimanche face à Dijon. Deux mois après son agression, sa coéquipière Kheira Hamraoui, qui postulait elle aussi à une place dans le groupe, n'y figure pas.

", - "content": "Aminata Diallo a été convoquée pour le match de Coupe de France du PSG féminin, ce dimanche face à Dijon. Deux mois après son agression, sa coéquipière Kheira Hamraoui, qui postulait elle aussi à une place dans le groupe, n'y figure pas.

", + "title": "Maroc-Ghana en direct: Boufal fait plier les Ghanéens", + "description": "Premier match et premier choc du groupe C entre les deux favoris du groupe, le Maroc et le Ghana.

", + "content": "Premier match et premier choc du groupe C entre les deux favoris du groupe, le Maroc et le Ghana.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/feminin/psg-diallo-de-retour-dans-le-groupe-pour-la-coupe-de-france-mais-pas-hamraoui_AV-202201080175.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/maroc-ghana-en-direct-le-premier-choc-de-la-can_LS-202201100360.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 14:21:30 GMT", - "enclosure": "https://images.bfmtv.com/BtAE_sMq1s8ZJxBUGQqgBGW2pM8=/0x38:2048x1190/800x0/images/Aminata-Diallo-1164653.jpg", + "pubDate": "Mon, 10 Jan 2022 15:12:11 GMT", + "enclosure": "https://images.bfmtv.com/VrhJX8Z-7bZWuF2Jd5cVJA_tzBk=/0x138:2048x1290/800x0/images/Le-Maroc-face-a-la-Guinee-le-16-novembre-2021-1212074.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/BtAE_sMq1s8ZJxBUGQqgBGW2pM8=/0x38:2048x1190/800x0/images/Aminata-Diallo-1164653.jpg", + "image": "https://images.bfmtv.com/VrhJX8Z-7bZWuF2Jd5cVJA_tzBk=/0x138:2048x1290/800x0/images/Le-Maroc-face-a-la-Guinee-le-16-novembre-2021-1212074.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -33898,20 +34954,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e414cad0b7bb56bb8e6fdcc12a403a31", + "hash": "5682dda5537dd0f2d28ffe38e4b8a146", "highlights": [] }, { - "title": "Ski alpin: privé de JO sur blessure, Muffat-Jeandet dénonce un \"système pourri\"", - "description": "Lors du slalom de Zagreb il y a quelques jours, Victor Muffat-Jeandet s'est fracturé le péroné de la jambe droite. À cause de cette blessure qui nécessite une opération, le Français va manquer les Jeux Olympiques à Pékin. Interrogé par l'AFP, le skieur a poussé un gros coup de gueule.

", - "content": "Lors du slalom de Zagreb il y a quelques jours, Victor Muffat-Jeandet s'est fracturé le péroné de la jambe droite. À cause de cette blessure qui nécessite une opération, le Français va manquer les Jeux Olympiques à Pékin. Interrogé par l'AFP, le skieur a poussé un gros coup de gueule.

", + "title": "Open d'Australie: \"La justice a parlé\", Nadal soutient Djokovic", + "description": "Interrogé par une radio espagnole, Rafael Nadal pense que Novak Djokovic devrait participer à l'Open d'Australie, alors que \"la justice a parlé.\"

", + "content": "Interrogé par une radio espagnole, Rafael Nadal pense que Novak Djokovic devrait participer à l'Open d'Australie, alors que \"la justice a parlé.\"

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/ski-alpin-prive-de-jo-sur-blessure-muffat-jeandet-denonce-un-systeme-pourri_AV-202201080154.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-la-justice-a-parle-nadal-soutient-djokovic_AD-202201100247.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 13:51:04 GMT", - "enclosure": "https://images.bfmtv.com/drPSw5IhJcRoYQumAYIzgUCd5d8=/0x26:768x458/800x0/images/Victor-Muffat-Jeandet-sur-la-piste-du-slalom-de-Zagreb-avant-sa-blessure-le-6-janvier-2022-1209841.jpg", + "pubDate": "Mon, 10 Jan 2022 11:09:21 GMT", + "enclosure": "https://images.bfmtv.com/1n4ehUdD0EvjV4EoGv_iTrZzKOA=/0x0:768x432/800x0/images/Rafael-Nadal-vainqueur-du-Lituanien-Ricardas-Berankis-le-6-janvier-2022-a-Melbourne-s-est-hisse-en-demi-finale-sans-jouer-1210476.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/drPSw5IhJcRoYQumAYIzgUCd5d8=/0x26:768x458/800x0/images/Victor-Muffat-Jeandet-sur-la-piste-du-slalom-de-Zagreb-avant-sa-blessure-le-6-janvier-2022-1209841.jpg", + "image": "https://images.bfmtv.com/1n4ehUdD0EvjV4EoGv_iTrZzKOA=/0x0:768x432/800x0/images/Rafael-Nadal-vainqueur-du-Lituanien-Ricardas-Berankis-le-6-janvier-2022-a-Melbourne-s-est-hisse-en-demi-finale-sans-jouer-1210476.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -33920,86 +34976,86 @@ "favorite": false, "created": false, "tags": [], - "hash": "60920c637a7c61a82802d4fe9c32ae97", + "hash": "deb039d9514db108c0dd0b42a30b1a98", "highlights": [] }, { - "title": "OM: Radonjic souhaiterait déjà quitter le Benfica", - "description": "Actuellement prêté par l'OM du côté du Benfica Lisbonne, Nemanja Radonjic souhaiterait déjà quitter le Portugal selon A Bola. L'ailier serbe n'a été titularisé qu'à une seule reprise depuis le début de saison.

", - "content": "Actuellement prêté par l'OM du côté du Benfica Lisbonne, Nemanja Radonjic souhaiterait déjà quitter le Portugal selon A Bola. L'ailier serbe n'a été titularisé qu'à une seule reprise depuis le début de saison.

", + "title": "PSG: Neymar de retour à Paris, la course contre-la-montre continue avant le Real", + "description": "Après avoir passé les fêtes dans son pays, au Brésil, l’attaquant du PSG, Neymar, est rentré en France. Mais le Brésilien, blessé à la cheville gauche, ne devrait pas reprendre l’entraînement avant trois semaines. Et reste encore incertain pour le 8eme de finale de Ligue des champions face au Real Madrid.

", + "content": "Après avoir passé les fêtes dans son pays, au Brésil, l’attaquant du PSG, Neymar, est rentré en France. Mais le Brésilien, blessé à la cheville gauche, ne devrait pas reprendre l’entraînement avant trois semaines. Et reste encore incertain pour le 8eme de finale de Ligue des champions face au Real Madrid.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/om-radonjic-souhaiterait-deja-quitter-le-benfica_AV-202201080152.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-neymar-de-retour-a-paris-la-course-contre-la-montre-continue-avant-le-real_AV-202201100246.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 13:45:01 GMT", - "enclosure": "https://images.bfmtv.com/9DgQLEnAIrPNWjwel6CBK13qsh4=/0x106:2048x1258/800x0/images/Nemanja-Radonjic-1211049.jpg", + "pubDate": "Mon, 10 Jan 2022 11:06:02 GMT", + "enclosure": "https://images.bfmtv.com/POuiMZtfD7KH2pWghxJEyBFUtk4=/0x0:2048x1152/800x0/images/Neymar-1171633.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/9DgQLEnAIrPNWjwel6CBK13qsh4=/0x106:2048x1258/800x0/images/Nemanja-Radonjic-1211049.jpg", + "image": "https://images.bfmtv.com/POuiMZtfD7KH2pWghxJEyBFUtk4=/0x0:2048x1152/800x0/images/Neymar-1171633.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9f00b6c85bd7a14d80c81d5a29f57dfe", + "hash": "80187a1a7d11e37c4716c66b4ecbea50", "highlights": [] }, { - "title": "Adélaïde: Monfils en finale à une semaine de l'Open d'Australie", - "description": "En grande forme, le Français Gaël Monfils a décroché son ticket pour la finale du tournoi d'Adélaïde après sa victoire ce samedi en demi-finale face à l'Australien Thanasi Kokkinakis. A une semaine du coup d'envoi de l'Open d'Australie, il briguera le titre face au Russe Karen Khachanov.

", - "content": "En grande forme, le Français Gaël Monfils a décroché son ticket pour la finale du tournoi d'Adélaïde après sa victoire ce samedi en demi-finale face à l'Australien Thanasi Kokkinakis. A une semaine du coup d'envoi de l'Open d'Australie, il briguera le titre face au Russe Karen Khachanov.

", + "title": "Open d’Australie: Djokovic est libre, le gouvernement australien toujours en réflexion sur son expulsion", + "description": "Novak Djokovic a remporté la première bataille juridique face aux autorités australiennes. Après la décision de la Cour du circuit fédéral d’annuler… l’annulation du visa du Serbe, ce dernier est libre de ses mouvements. Mais le gouvernement fédéral peut encore l’expulser à tout moment.

", + "content": "Novak Djokovic a remporté la première bataille juridique face aux autorités australiennes. Après la décision de la Cour du circuit fédéral d’annuler… l’annulation du visa du Serbe, ce dernier est libre de ses mouvements. Mais le gouvernement fédéral peut encore l’expulser à tout moment.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/atp/adelaide-monfils-en-finale-a-une-semaine-de-l-open-d-australie_AD-202201080150.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-d-australie-djokovic-est-libre-le-gouvernement-australien-toujours-en-reflexion-sur-son-expulsion_AV-202201100239.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 13:42:19 GMT", - "enclosure": "https://images.bfmtv.com/zHq8kjJ-Dd516hvLSr_WJitvd_Y=/0x0:2048x1152/800x0/images/Gael-Monfils-a-Adelaide-le-3-janvier-2022-1211054.jpg", + "pubDate": "Mon, 10 Jan 2022 10:58:22 GMT", + "enclosure": "https://images.bfmtv.com/7OTGwa8VbU8LuIpDz_SsQDsbXI4=/0x57:768x489/800x0/images/Des-membres-de-la-communaute-serbe-manifestent-devant-le-centre-de-retention-de-Melbourne-ou-leur-compatriote-Novak-Djokovic-a-ete-place-apres-son-interdiction-d-entree-sur-le-territoire-australien-en-raison-de-son-statut-vaccinal-le-8-janvier-2022-1211167.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/zHq8kjJ-Dd516hvLSr_WJitvd_Y=/0x0:2048x1152/800x0/images/Gael-Monfils-a-Adelaide-le-3-janvier-2022-1211054.jpg", + "image": "https://images.bfmtv.com/7OTGwa8VbU8LuIpDz_SsQDsbXI4=/0x57:768x489/800x0/images/Des-membres-de-la-communaute-serbe-manifestent-devant-le-centre-de-retention-de-Melbourne-ou-leur-compatriote-Novak-Djokovic-a-ete-place-apres-son-interdiction-d-entree-sur-le-territoire-australien-en-raison-de-son-statut-vaccinal-le-8-janvier-2022-1211167.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "602e214d2bae5f6b869051d9092bae8c", + "hash": "2f131b24336bc111c9c1b9ef4884de35", "highlights": [] }, { - "title": "Boxe: enfin un adversaire de renom pour Yoka?", - "description": "Après le report de son combat face à Martin Bakole pour des raisons sanitaires, le boxeur français Tony Yoka a reçu une proposition de l’IBF pour un combat face au Croate Filip Hrgovic. Si le champion olympique 2016 accepte, le vainqueur de ce duel pourrait devenir le challenger officiel d’Oleksander Usyk, champion IBF des lourds, et tombeur d'Anthony Joshua.

", - "content": "Après le report de son combat face à Martin Bakole pour des raisons sanitaires, le boxeur français Tony Yoka a reçu une proposition de l’IBF pour un combat face au Croate Filip Hrgovic. Si le champion olympique 2016 accepte, le vainqueur de ce duel pourrait devenir le challenger officiel d’Oleksander Usyk, champion IBF des lourds, et tombeur d'Anthony Joshua.

", + "title": "PRONOS PARIS RMC Le pari football d'Eric Di Meco du 10 janvier - CAN", + "description": "Mon pronostic : le Ghana ne perd pas face au Maroc et moins de trois buts (1.98)

", + "content": "Mon pronostic : le Ghana ne perd pas face au Maroc et moins de trois buts (1.98)

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-enfin-un-adversaire-de-renom-pour-yoka_AV-202201080147.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-d-eric-di-meco-du-10-janvier-can_AN-202201100236.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 13:38:58 GMT", - "enclosure": "https://images.bfmtv.com/O97MaNlnoPQyeDd-mYmMGQ3O5YQ=/0x118:2048x1270/800x0/images/Tony-Yoka-1136249.jpg", + "pubDate": "Mon, 10 Jan 2022 10:52:26 GMT", + "enclosure": "https://images.bfmtv.com/sxQJMsIFfh_hz_6c28kBhkXHkU8=/0x0:2000x1125/800x0/images/M-Rajevac-1211914.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/O97MaNlnoPQyeDd-mYmMGQ3O5YQ=/0x118:2048x1270/800x0/images/Tony-Yoka-1136249.jpg", + "image": "https://images.bfmtv.com/sxQJMsIFfh_hz_6c28kBhkXHkU8=/0x0:2000x1125/800x0/images/M-Rajevac-1211914.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "85a723207f7abd52934d1306a210ada9", + "hash": "d550aaf29d51386ca08f4a8e51447922", "highlights": [] }, { - "title": "Open d'Australie en direct: Djokovic aurait participé à un événement public après son test positif", - "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", - "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "title": "CAN 2022: 132e nation mondiale, la belle histoire des Comores pour leur première participation", + "description": "Qualifiés pour la première CAN de leur histoire, les Comores affrontent le Gabon, ce lundi (20 heures). Un événement historique pour le pays, reconnu par la Fifa en 2005.

", + "content": "Qualifiés pour la première CAN de leur histoire, les Comores affrontent le Gabon, ce lundi (20 heures). Un événement historique pour le pays, reconnu par la Fifa en 2005.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-132e-nation-mondiale-la-belle-histoire-des-comores-pour-leur-premiere-participation_AN-202201100225.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", - "enclosure": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", + "pubDate": "Mon, 10 Jan 2022 10:39:20 GMT", + "enclosure": "https://images.bfmtv.com/IBEhlqoIAq9nXHNPO0Bs156s4cQ=/0x53:2000x1178/800x0/images/Les-Comores-face-a-l-Egypte-en-2021-1211867.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", + "image": "https://images.bfmtv.com/IBEhlqoIAq9nXHNPO0Bs156s4cQ=/0x53:2000x1178/800x0/images/Les-Comores-face-a-l-Egypte-en-2021-1211867.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34008,20 +35064,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "db4a55a301a3fa26833adcbb8a4f354a", + "hash": "cb4220ab669c8b3e18d191c2f6de2e4d", "highlights": [] }, { - "title": "Mercato: la déclaration d'amour de Griezmann à l'Atlético", - "description": "Prêté par le FC Barcelone à l’Atlético de Madrid l’été dernier, Antoine Griezmann savoure son retour chez les Colchoneros. Alors qu’une obligation d’achat est présente dans l'offre émise par la formation espagnole, l’attaquant français a assuré dans un entretien accordé à Transfermarkt vouloir rester chez les Rojiblancos le plus longtemps possible.

", - "content": "Prêté par le FC Barcelone à l’Atlético de Madrid l’été dernier, Antoine Griezmann savoure son retour chez les Colchoneros. Alors qu’une obligation d’achat est présente dans l'offre émise par la formation espagnole, l’attaquant français a assuré dans un entretien accordé à Transfermarkt vouloir rester chez les Rojiblancos le plus longtemps possible.

", + "title": "Ludovic Lacay, des tables de poker aux… assurances pour animaux !", + "description": "Invité dimanche soir du RMC Poker Show, Ludovic Lacay, ex-légende du poker français, est revenu sur sa toute nouvelle aventure. Il y a quelques mois, il a fondé Napo.pet, une assurance pour chiens et chats en Angleterre.

", + "content": "Invité dimanche soir du RMC Poker Show, Ludovic Lacay, ex-légende du poker français, est revenu sur sa toute nouvelle aventure. Il y a quelques mois, il a fondé Napo.pet, une assurance pour chiens et chats en Angleterre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/mercato-la-declaration-d-amour-de-griezmann-a-l-atletico_AV-202201080142.html", + "link": "https://rmcsport.bfmtv.com/poker/ludovic-lacay-des-tables-de-poker-aux-assurances-pour-animaux_AN-202201100191.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 13:21:47 GMT", - "enclosure": "https://images.bfmtv.com/0VE_J_3aNuSWo6-224_RZzmtWTk=/0x13:768x445/800x0/images/L-attaquant-francais-de-l-Atletico-Madrid-Antoine-Griezmann-buteur-a-Cadix-le-28-novembre-2021-est-touche-par-le-Covid-19-1201670.jpg", + "pubDate": "Mon, 10 Jan 2022 06:18:39 GMT", + "enclosure": "https://images.bfmtv.com/pW0up9z0N48ls6daCKeKVB2zxDQ=/4x54:996x612/800x0/images/Ludovic-Lacay-des-tables-de-poker-aux-assurances-pour-animaux-1211866.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/0VE_J_3aNuSWo6-224_RZzmtWTk=/0x13:768x445/800x0/images/L-attaquant-francais-de-l-Atletico-Madrid-Antoine-Griezmann-buteur-a-Cadix-le-28-novembre-2021-est-touche-par-le-Covid-19-1201670.jpg", + "image": "https://images.bfmtv.com/pW0up9z0N48ls6daCKeKVB2zxDQ=/4x54:996x612/800x0/images/Ludovic-Lacay-des-tables-de-poker-aux-assurances-pour-animaux-1211866.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34030,64 +35086,64 @@ "favorite": false, "created": false, "tags": [], - "hash": "0881e97e6465ebd2fe4e12af6a16c67f", + "hash": "c4965676407b6f82da0ebbf47ae8178c", "highlights": [] }, { - "title": "Open d'Australie: \"Notre corps c'est notre outil de travail\", Herbert défend Djokovic", - "description": "Dans un entretien à l'Equipe ce samedi, Pierre-Hugues Herbert, qui a renoncé à participer à l'Open d'Australie, revient sur son statut de joueur non-vacciné sur le circuit, qu'il partage avec Novak Djokovic. Le Français, qui assure ne pas être \"anti-vax\", défend la position du joueur serbe, bloqué dans un centre de rétention ces derniers jours en raison d'un problème de visa.

", - "content": "Dans un entretien à l'Equipe ce samedi, Pierre-Hugues Herbert, qui a renoncé à participer à l'Open d'Australie, revient sur son statut de joueur non-vacciné sur le circuit, qu'il partage avec Novak Djokovic. Le Français, qui assure ne pas être \"anti-vax\", défend la position du joueur serbe, bloqué dans un centre de rétention ces derniers jours en raison d'un problème de visa.

", + "title": "PSG: la réponse de Verratti aux critiques sur le jeu parisien", + "description": "Après le match nul du PSG à Lyon (1-1) dimanche en clôture de la 20eme journée de Ligue 1, le milieu de terrain parisien Marco Verratti s’est exprimé sur le jeu pratiqué par son équipe et souvent critiqué depuis le début de la saison.

", + "content": "Après le match nul du PSG à Lyon (1-1) dimanche en clôture de la 20eme journée de Ligue 1, le milieu de terrain parisien Marco Verratti s’est exprimé sur le jeu pratiqué par son équipe et souvent critiqué depuis le début de la saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-notre-corps-c-est-notre-outil-de-travail-herbert-defend-djokovic_AV-202201080138.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-la-reponse-de-verratti-aux-critiques-sur-le-jeu-parisien_AV-202201100205.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 13:08:50 GMT", - "enclosure": "https://images.bfmtv.com/-KuRwy87Q4x0BiufBzDLer7TfHU=/0x0:768x432/800x0/images/Le-Francais-Pierre-Hugues-Herbert-lors-de-son-match-contre-l-Espagnol-Carlos-Alcaraz-au-Paris-Masters-ATP-le-2-novembre-2021-a-l-AccorHotels-Arena-1210060.jpg", + "pubDate": "Mon, 10 Jan 2022 10:10:23 GMT", + "enclosure": "https://images.bfmtv.com/qjCpDctQmKItkXImP1uS3pE_-18=/0x5:2048x1157/800x0/images/OL-PSG-Marco-Verratti-face-a-Maxence-Caqueret-1211870.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/-KuRwy87Q4x0BiufBzDLer7TfHU=/0x0:768x432/800x0/images/Le-Francais-Pierre-Hugues-Herbert-lors-de-son-match-contre-l-Espagnol-Carlos-Alcaraz-au-Paris-Masters-ATP-le-2-novembre-2021-a-l-AccorHotels-Arena-1210060.jpg", + "image": "https://images.bfmtv.com/qjCpDctQmKItkXImP1uS3pE_-18=/0x5:2048x1157/800x0/images/OL-PSG-Marco-Verratti-face-a-Maxence-Caqueret-1211870.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4dbb6a986964da56d8f3b744c43b14b7", + "hash": "9b639416ec1b0592e837fac8739b4a08", "highlights": [] }, { - "title": "Ski alpin: Worley deuxième du géant à Kranjska Gora", - "description": "Victorieuse à Lienz le 28 décembre, la Française Tessa Worley a signé un deuxième podium cette saison, en terminant derrière Sara Hector ce samedi, lors du géant de Coupe du monde de Kranjska Gora, en Slovénie.

", - "content": "Victorieuse à Lienz le 28 décembre, la Française Tessa Worley a signé un deuxième podium cette saison, en terminant derrière Sara Hector ce samedi, lors du géant de Coupe du monde de Kranjska Gora, en Slovénie.

", + "title": "Open d’Australie: la grande confusion sur le cas Djokovic après le verdict", + "description": "Après la demande de libération ordonnée par la justice australienne, Novak Djokovic n’est pas encore apparu publiquement. Il serait toujours avec ses avocats alors que son père annonce qu’il a de nouveau été arrêté. Une information démentie.

", + "content": "Après la demande de libération ordonnée par la justice australienne, Novak Djokovic n’est pas encore apparu publiquement. Il serait toujours avec ses avocats alors que son père annonce qu’il a de nouveau été arrêté. Une information démentie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/ski-alpin-worley-deuxieme-du-geant-a-kranjska-gora_AV-202201080135.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-mais-ou-est-passe-novak-djokovic_AV-202201100203.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 13:03:49 GMT", - "enclosure": "https://images.bfmtv.com/bo-VbGSK4DPyILDoQ3YZ1Afffus=/0x106:2048x1258/800x0/images/Tessa-Worley-1211034.jpg", + "pubDate": "Mon, 10 Jan 2022 10:05:00 GMT", + "enclosure": "https://images.bfmtv.com/05xMDiDRXvafcvuQMdrAk3qFi8k=/0x138:2048x1290/800x0/images/Un-fan-de-Novak-Djokovic-1211871.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/bo-VbGSK4DPyILDoQ3YZ1Afffus=/0x106:2048x1258/800x0/images/Tessa-Worley-1211034.jpg", + "image": "https://images.bfmtv.com/05xMDiDRXvafcvuQMdrAk3qFi8k=/0x138:2048x1290/800x0/images/Un-fan-de-Novak-Djokovic-1211871.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bc6755d8e7150af62ee94821880d3d66", + "hash": "1a3600cb485f28942f6a729bc242f9b1", "highlights": [] }, { - "title": "CAN 2022: premier adversaire du Cameroun, le Burkina crie au \"scandale\" après d'étonnants tests Covid", - "description": "Opposé dimanche (17h) au Cameroun pour l'ouverture de la Coupe d'Afrique des Nations 2022, le Burkina Faso a haussé le ton au sujet du protocole lié aux tests Covid-19. Le capitaine de la sélection, Bertrand Traoré, a même dénoncé ce samedi \"un scandale\".

", - "content": "Opposé dimanche (17h) au Cameroun pour l'ouverture de la Coupe d'Afrique des Nations 2022, le Burkina Faso a haussé le ton au sujet du protocole lié aux tests Covid-19. Le capitaine de la sélection, Bertrand Traoré, a même dénoncé ce samedi \"un scandale\".

", + "title": "Open d’Australie: vaccin, test positif... ce que Djokovic a déclaré à son arrivée à la frontière australienne", + "description": "Lors de son arrivée à l'aéroport de Melbourne mercredi dernier, Novak Djokovic a été surpris de se voir refuser l'entrée sur le territoire australien par la police aux frontières, et s'imaginait que la décision venait de bien plus haut.

", + "content": "Lors de son arrivée à l'aéroport de Melbourne mercredi dernier, Novak Djokovic a été surpris de se voir refuser l'entrée sur le territoire australien par la police aux frontières, et s'imaginait que la décision venait de bien plus haut.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-premier-adversaire-du-cameroun-le-burkina-crie-au-scandale-apres-d-etonnants-tests-covid_AV-202201080133.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-djokovic-revient-sur-son-arrivee-chahutee-dans-une-declaration-sous-serment_AV-202201100190.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 12:59:03 GMT", - "enclosure": "https://images.bfmtv.com/WtEgpo0aMFmsX0VsLKtk7Hk_Qk8=/0x172:2048x1324/800x0/images/Burkina-Faso-v-Cameroun-24-01-2021-1211033.jpg", + "pubDate": "Mon, 10 Jan 2022 09:41:21 GMT", + "enclosure": "https://images.bfmtv.com/62ogJg4CrN6VGPx5FCaIqRqx6Xg=/0x38:2048x1190/800x0/images/Novak-Djokovic-1208278.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/WtEgpo0aMFmsX0VsLKtk7Hk_Qk8=/0x172:2048x1324/800x0/images/Burkina-Faso-v-Cameroun-24-01-2021-1211033.jpg", + "image": "https://images.bfmtv.com/62ogJg4CrN6VGPx5FCaIqRqx6Xg=/0x38:2048x1190/800x0/images/Novak-Djokovic-1208278.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34096,42 +35152,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "afff2d99c07fda253d5daa2093c5b49e", + "hash": "6ad421cf65a029c079cbd039d07ec6fc", "highlights": [] }, { - "title": "PSG: Pochettino rassure sur l'état de forme d'Icardi après une étonnante photo", - "description": "Passé en conférence de presse ce samedi à la veille du choc face à l'OL (ce dimanche à 20h45), lors de la 20e journée de Ligue 1, Mauricio Pochettino a donné des nouvelles de l'état de forme de Mauro Icardi. Face à la pénurie de joueurs offensifs, l'entraîneur du PSG pourrait associer l'attaquant argentin à Kylian Mbappé, même si les deux hommes ont peu joué ensemble cette saison.

", - "content": "Passé en conférence de presse ce samedi à la veille du choc face à l'OL (ce dimanche à 20h45), lors de la 20e journée de Ligue 1, Mauricio Pochettino a donné des nouvelles de l'état de forme de Mauro Icardi. Face à la pénurie de joueurs offensifs, l'entraîneur du PSG pourrait associer l'attaquant argentin à Kylian Mbappé, même si les deux hommes ont peu joué ensemble cette saison.

", + "title": "Mercato: les Rangers penseraient toujours à Xavi Simons", + "description": "Selon le Daily Record, les Glasgow Rangers s’intéressent de près au jeune milieu de terrain du PSG, Xavi Simons, en fin de contrat dans la capitale.

", + "content": "Selon le Daily Record, les Glasgow Rangers s’intéressent de près au jeune milieu de terrain du PSG, Xavi Simons, en fin de contrat dans la capitale.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pochettino-rassure-sur-l-etat-de-forme-d-icardi-apres-une-etonnante-photo_AV-202201080132.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-les-rangers-penseraient-toujours-a-xavi-simons_AV-202201100178.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 12:57:43 GMT", - "enclosure": "https://images.bfmtv.com/34MHIT5q9SA-gqzlF3XmPJtmSds=/0x11:2048x1163/800x0/images/Mauro-Icardi-avec-le-PSG-1203202.jpg", + "pubDate": "Mon, 10 Jan 2022 09:19:59 GMT", + "enclosure": "https://images.bfmtv.com/_c0p0E-b13x9BKZ8TIbH8yLSleM=/0x0:2048x1152/800x0/images/PSG-Xavi-Simons-face-a-l-OL-1211839.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/34MHIT5q9SA-gqzlF3XmPJtmSds=/0x11:2048x1163/800x0/images/Mauro-Icardi-avec-le-PSG-1203202.jpg", + "image": "https://images.bfmtv.com/_c0p0E-b13x9BKZ8TIbH8yLSleM=/0x0:2048x1152/800x0/images/PSG-Xavi-Simons-face-a-l-OL-1211839.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "70fea2cebc8b78cb652457dcc39c1b8f", + "hash": "37a2cf2980eaf1389b882e22c48b7d89", "highlights": [] }, { - "title": "Le mercato en direct: Insigne rejoindra la MLS la saison prochaine", - "description": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", - "content": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", + "title": "CAN 2022: grève, fête et covid… la préparation polémique du Gabon avant son entrée en lice", + "description": "Les joueurs du Gabon ont refusé de s’entraîner dimanche pour protester contre des primes non-versées. Une préparation compliquée alors que la sélection débute la CAN 2022 ce lundi contre les Comores (20h).

", + "content": "Les joueurs du Gabon ont refusé de s’entraîner dimanche pour protester contre des primes non-versées. Une préparation compliquée alors que la sélection débute la CAN 2022 ce lundi contre les Comores (20h).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/le-mercato-en-direct-les-infos-et-rumeurs-du-6-janvier-2022_LN-202201060107.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-greve-fete-et-covid-la-preparation-polemique-du-gabon-avant-son-entree-en-lice_AV-202201100168.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 07:20:37 GMT", - "enclosure": "https://images.bfmtv.com/21K-e8ya2o2vUxjhdzqmz0lgqFs=/0x0:2048x1152/800x0/images/Lorenzo-Insigne-1167111.jpg", + "pubDate": "Mon, 10 Jan 2022 09:11:45 GMT", + "enclosure": "https://images.bfmtv.com/6kaxALG7lHM3G4xYNcZLTeGAIwY=/0x150:2048x1302/800x0/images/Aaron-Boupendza-1211841.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/21K-e8ya2o2vUxjhdzqmz0lgqFs=/0x0:2048x1152/800x0/images/Lorenzo-Insigne-1167111.jpg", + "image": "https://images.bfmtv.com/6kaxALG7lHM3G4xYNcZLTeGAIwY=/0x150:2048x1302/800x0/images/Aaron-Boupendza-1211841.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34140,20 +35196,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "37440ee31073483e02d9336eba763536", + "hash": "1441b9ba2355f4991a4d5e9aa015b03a", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari du jour du 8 janvier - Ligue 1", - "description": "Notre pronostic: Rennes ne perd pas à Lens, Laborde ou Terrier marque... s'ils jouent (2.05)

", - "content": "Notre pronostic: Rennes ne perd pas à Lens, Laborde ou Terrier marque... s'ils jouent (2.05)

", + "title": "Mercato: Cavani veut rester à Manchester United, selon Rangnick", + "description": "Pisté par le FC Barcelone, Edinson Cavani aurait confié à Ralf Rangnick son intention de rester à Manchester United jusqu'à la fin de la saison.

", + "content": "Pisté par le FC Barcelone, Edinson Cavani aurait confié à Ralf Rangnick son intention de rester à Manchester United jusqu'à la fin de la saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-8-janvier-ligue-1_AN-202201070349.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/mercato-cavani-veut-rester-a-manchester-united-selon-rangnick_AV-202201100165.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 23:04:00 GMT", - "enclosure": "https://images.bfmtv.com/fXqtM3Yii6oQ-AkXDKIsrkFX250=/0x104:2000x1229/800x0/images/Terrier-et-Laborde-Rennes-1210571.jpg", + "pubDate": "Mon, 10 Jan 2022 09:03:01 GMT", + "enclosure": "https://images.bfmtv.com/E02npgaJBPEbXi7LK7xdJsPImaY=/0x0:1984x1116/800x0/images/Edinson-Cavani-et-Ralf-Rangnick-1211748.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/fXqtM3Yii6oQ-AkXDKIsrkFX250=/0x104:2000x1229/800x0/images/Terrier-et-Laborde-Rennes-1210571.jpg", + "image": "https://images.bfmtv.com/E02npgaJBPEbXi7LK7xdJsPImaY=/0x0:1984x1116/800x0/images/Edinson-Cavani-et-Ralf-Rangnick-1211748.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34162,20 +35218,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f9289aab8e3ced478e18bc47ac0db47", + "hash": "112932fb70ee6bc2476b464b12bfbab9", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier du 8 janvier – Ligue 1", - "description": "Mon pronostic : Rennes ne perd pas à Lens, nul à la mi-temps et les deux équipes marquent (5.00)

", - "content": "Mon pronostic : Rennes ne perd pas à Lens, nul à la mi-temps et les deux équipes marquent (5.00)

", + "title": "Tennis: Kyrgios annonce avoir été testé positif au Covid-19", + "description": "Forfait pour le tournoi de Sydney qui débute ce lundi, Nick Kyrgios a été testé positif au Covid-19. Le fantasque joueur espère toujours pouvoir disputer l’Open d’Australie (17-30 janvier).

", + "content": "Forfait pour le tournoi de Sydney qui débute ce lundi, Nick Kyrgios a été testé positif au Covid-19. Le fantasque joueur espère toujours pouvoir disputer l’Open d’Australie (17-30 janvier).

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-8-janvier-ligue-1_AN-202201080122.html", + "link": "https://rmcsport.bfmtv.com/tennis/tennis-kyrgios-annonce-avoir-ete-teste-positif-au-covid-19_AD-202201100164.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 12:25:51 GMT", - "enclosure": "https://images.bfmtv.com/vbD6dwlbV90jS7o4bN6MtITT-a8=/0x20:1984x1136/800x0/images/B-Bourigeaud-1211017.jpg", + "pubDate": "Mon, 10 Jan 2022 09:00:17 GMT", + "enclosure": "https://images.bfmtv.com/nDfJ0-fzE5o0UOhfxf7BFoxqC4o=/0x107:2048x1259/800x0/images/Nick-Kyrgios-en-septembre-2021-pendant-la-Laver-Cup-1210317.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/vbD6dwlbV90jS7o4bN6MtITT-a8=/0x20:1984x1136/800x0/images/B-Bourigeaud-1211017.jpg", + "image": "https://images.bfmtv.com/nDfJ0-fzE5o0UOhfxf7BFoxqC4o=/0x107:2048x1259/800x0/images/Nick-Kyrgios-en-septembre-2021-pendant-la-Laver-Cup-1210317.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34184,42 +35240,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9e53d2d99a56cd51da0f8670ba2e7e5", + "hash": "255804262ba2a70245c21f0b4293a972", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari football de Rolland Courbis du 8 janvier – Ligue 1", - "description": "Mon pronostic : Rennes ne perd pas à Lens, les deux équipes marquent et Laborde buteur (4.50)

", - "content": "Mon pronostic : Rennes ne perd pas à Lens, les deux équipes marquent et Laborde buteur (4.50)

", + "title": "Open d’Australie: mais où est passé Novak Djokovic?", + "description": "Après la demande de libération ordonnée par la justice australienne, Novak Djokovic n’est pas encore apparu publiquement. Il serait toujours avec ses avocats alors que son père annonce qu’il a de nouveau été arrêté. Une information démentie.

", + "content": "Après la demande de libération ordonnée par la justice australienne, Novak Djokovic n’est pas encore apparu publiquement. Il serait toujours avec ses avocats alors que son père annonce qu’il a de nouveau été arrêté. Une information démentie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-rolland-courbis-du-8-janvier-ligue-1_AN-202201080121.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-mais-ou-est-passe-novak-djokovic_AV-202201100203.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 12:24:05 GMT", - "enclosure": "https://images.bfmtv.com/OAHDsrUdV5tDsyYS0U6SseEldzQ=/7x107:1991x1223/800x0/images/G-Laborde-1211016.jpg", + "pubDate": "Mon, 10 Jan 2022 10:05:00 GMT", + "enclosure": "https://images.bfmtv.com/05xMDiDRXvafcvuQMdrAk3qFi8k=/0x138:2048x1290/800x0/images/Un-fan-de-Novak-Djokovic-1211871.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/OAHDsrUdV5tDsyYS0U6SseEldzQ=/7x107:1991x1223/800x0/images/G-Laborde-1211016.jpg", + "image": "https://images.bfmtv.com/05xMDiDRXvafcvuQMdrAk3qFi8k=/0x138:2048x1290/800x0/images/Un-fan-de-Novak-Djokovic-1211871.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "593e66fbadd099910d1ec9af4176f505", + "hash": "e247a0584d2d52e98f9a7f14c8ceaacf", "highlights": [] }, { - "title": "PSG: Messi forfait contre l'OL, d'autres absences de taille côté parisien", - "description": "Le PSG sera opposé dimanche à l’Olympique Lyonnais pour la 20e journée de Ligue 1. Une rencontre où les Parisiens ne pourront pas compter sur Lionel Messi. Dans son point médical de ce samedi, le leader du championnat a aussi annoncé sept autres absents.

", - "content": "Le PSG sera opposé dimanche à l’Olympique Lyonnais pour la 20e journée de Ligue 1. Une rencontre où les Parisiens ne pourront pas compter sur Lionel Messi. Dans son point médical de ce samedi, le leader du championnat a aussi annoncé sept autres absents.

", + "title": "Open d'Australie en direct: Djokovic dans l'attente de la décision du ministre de l'Immigration", + "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-messi-forfait-contre-l-ol-d-autres-absences-de-taille-cote-parisien_AV-202201080116.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 12:03:25 GMT", - "enclosure": "https://images.bfmtv.com/-gKW9IUS-Jh-YyJzGw83vLcdK2Y=/0x19:768x451/800x0/images/La-superstar-du-Paris-Saint-Germain-l-attaquant-argentin-Lionel-Messi-le-7-decembre-au-Parc-des-Princes-a-Paris-1202736.jpg", + "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", + "enclosure": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/-gKW9IUS-Jh-YyJzGw83vLcdK2Y=/0x19:768x451/800x0/images/La-superstar-du-Paris-Saint-Germain-l-attaquant-argentin-Lionel-Messi-le-7-decembre-au-Parc-des-Princes-a-Paris-1202736.jpg", + "image": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34228,64 +35284,64 @@ "favorite": false, "created": false, "tags": [], - "hash": "44b6ca7bbc2cd49146126bfaf6c6e1d8", + "hash": "62a53d304edbc0157c68a14e3a58cecf", "highlights": [] }, { - "title": "Open d'Australie: Djokovic a participé à un événement public... après son test positif au Covid", - "description": "Nouvelle polémique en vue pour Novak Djokovic. Le tennisman serbe, qui a tenté d'obtenir une dérogation médicale pour l'Open d'Australie après avoir contracté le Covid-19 mi-décembre, a participé après la date de son test positif à un événement public, sans masque.

", - "content": "Nouvelle polémique en vue pour Novak Djokovic. Le tennisman serbe, qui a tenté d'obtenir une dérogation médicale pour l'Open d'Australie après avoir contracté le Covid-19 mi-décembre, a participé après la date de son test positif à un événement public, sans masque.

", + "title": "NBA: le contre incroyable de Ja Morant face aux Lakers", + "description": "Une nouvelle fois monstrueux face aux Lakers de Los Angeles (127-119), Ja Morant a gratifié les spectateurs d'un contre monumental devant Avery Bradley.

", + "content": "Une nouvelle fois monstrueux face aux Lakers de Los Angeles (127-119), Ja Morant a gratifié les spectateurs d'un contre monumental devant Avery Bradley.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-djokovic-a-participe-a-un-evenement-public-apres-son-test-positif-au-covid_AV-202201080113.html", + "link": "https://rmcsport.bfmtv.com/basket/nba/nba-le-contre-incroyable-de-ja-morant-face-aux-lakers_AN-202201100160.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 11:57:04 GMT", - "enclosure": "https://images.bfmtv.com/FmrGyUZ-bTfCAW2yZa3fBB85Lng=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-6-novembre-2021-1210035.jpg", + "pubDate": "Mon, 10 Jan 2022 08:40:55 GMT", + "enclosure": "https://images.bfmtv.com/Ziuj7502J3V215II0rUB7KNzdQs=/0x0:1984x1116/800x0/images/Ja-Morant-le-joueur-des-Memphis-Grizzlies-1211804.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/FmrGyUZ-bTfCAW2yZa3fBB85Lng=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-6-novembre-2021-1210035.jpg", + "image": "https://images.bfmtv.com/Ziuj7502J3V215II0rUB7KNzdQs=/0x0:1984x1116/800x0/images/Ja-Morant-le-joueur-des-Memphis-Grizzlies-1211804.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "81000a5cdf75dbc7b7cd0e81feeb2c4c", + "hash": "bcbb4a85dfd792bff11de76dbce32778", "highlights": [] }, { - "title": "Manchester United: le clan Pogba dément une offre de prolongation XXL", - "description": "Alors qu'il est en fin de contrat en juin 2022 avec Manchester United, l’avenir de Paul Pogba est attentivement scruté. Cette semaine, The Sun évoquait une offre de prolongation transmise au milieu de terrain par les Mancuniens. Une information démentie par un proche du Français, auprès du Daily Mail.

", - "content": "Alors qu'il est en fin de contrat en juin 2022 avec Manchester United, l’avenir de Paul Pogba est attentivement scruté. Cette semaine, The Sun évoquait une offre de prolongation transmise au milieu de terrain par les Mancuniens. Une information démentie par un proche du Français, auprès du Daily Mail.

", + "title": "Tottenham: le malaise Ndombele, poussé vers un départ au mercato", + "description": "Sifflé par ses propres supporters dimanche lors du match de FA Cup face à Morecambe (D3), le milieu de terrain français de Tottenham, Tanguy Ndombele, n'entre pas dans les plans d’Antonio Conte. Les Spurs semblent désormais ouverts à un départ de l’ex-Lyonnais au mercato d’hiver.

", + "content": "Sifflé par ses propres supporters dimanche lors du match de FA Cup face à Morecambe (D3), le milieu de terrain français de Tottenham, Tanguy Ndombele, n'entre pas dans les plans d’Antonio Conte. Les Spurs semblent désormais ouverts à un départ de l’ex-Lyonnais au mercato d’hiver.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/manchester-united-le-clan-pogba-dement-une-offre-de-prolongation-xxl_AV-202201080103.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/tottenham-le-malaise-ndombele-pousse-vers-un-depart-au-mercato_AV-202201100150.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 11:27:54 GMT", - "enclosure": "https://images.bfmtv.com/pjz7BvDzkBjHDBeXbVpDyj2JSTE=/0x52:2048x1204/800x0/images/Paul-Pogba-1168884.jpg", + "pubDate": "Mon, 10 Jan 2022 08:27:21 GMT", + "enclosure": "https://images.bfmtv.com/s-_etLZC9YZ7eubYJcO4kjF-eQc=/0x1:2048x1153/800x0/images/Un-malaise-Tanguy-Ndombele-a-Tottenham-1211807.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/pjz7BvDzkBjHDBeXbVpDyj2JSTE=/0x52:2048x1204/800x0/images/Paul-Pogba-1168884.jpg", + "image": "https://images.bfmtv.com/s-_etLZC9YZ7eubYJcO4kjF-eQc=/0x1:2048x1153/800x0/images/Un-malaise-Tanguy-Ndombele-a-Tottenham-1211807.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "195e6890f172d3b0626d3fe54ddb327d", + "hash": "c6f1bc76d4c43e12476a12b8d671279f", "highlights": [] }, { - "title": "Bordeaux-OM: Ocampos a chambré Koundé dans le vestiaire de Séville", - "description": "Grâce à un but de Cengiz Under, l’Olympique de Marseille a mis fin ce vendredi à une série de 44 ans sans victoire à Bordeaux. Une rencontre suivie par deux anciens de la Ligue 1, aujourd’hui coéquipiers au Séville FC: Lucas Ocampos et Jules Koundé. L’occasion pour l'ex-Olympien de chambrer l'ex-Girondin.

", - "content": "Grâce à un but de Cengiz Under, l’Olympique de Marseille a mis fin ce vendredi à une série de 44 ans sans victoire à Bordeaux. Une rencontre suivie par deux anciens de la Ligue 1, aujourd’hui coéquipiers au Séville FC: Lucas Ocampos et Jules Koundé. L’occasion pour l'ex-Olympien de chambrer l'ex-Girondin.

", + "title": "CAN en direct: le Sénégal et le Maroc entrent en lice, les joueurs du Gabon toujours en grève", + "description": "Suivez en direct la Coupe d'Afrique des nations avec au programme, ce lundi, quatre matchs: Sénégal-Zimbabwe (14h), Guinée-Malawi (17h), Maroc-Ghana (17h) et Comores-Gabon (20h).

", + "content": "Suivez en direct la Coupe d'Afrique des nations avec au programme, ce lundi, quatre matchs: Sénégal-Zimbabwe (14h), Guinée-Malawi (17h), Maroc-Ghana (17h) et Comores-Gabon (20h).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-ocampos-a-chambre-kounde-dans-le-vestiaire-de-seville_AV-202201080092.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-en-direct-toutes-les-infos_LN-202201100133.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 10:59:45 GMT", - "enclosure": "https://images.bfmtv.com/3cGUamZt5OnYDRTXmOBZGgkfAgM=/0x135:2048x1287/800x0/images/Lucas-Ocampos-1210989.jpg", + "pubDate": "Mon, 10 Jan 2022 08:03:07 GMT", + "enclosure": "https://images.bfmtv.com/2Qnm-bPUQusTV7bg4ZOcnfEqS2o=/0x51:2032x1194/800x0/images/Le-Senegal-entre-en-lice-ce-lundi-1211778.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/3cGUamZt5OnYDRTXmOBZGgkfAgM=/0x135:2048x1287/800x0/images/Lucas-Ocampos-1210989.jpg", + "image": "https://images.bfmtv.com/2Qnm-bPUQusTV7bg4ZOcnfEqS2o=/0x51:2032x1194/800x0/images/Le-Senegal-entre-en-lice-ce-lundi-1211778.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34294,20 +35350,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e22950bfdc9bcbd9d40d62fedd538b98", + "hash": "5c980c0414e3247af8ef5da6cd0d8759", "highlights": [] }, { - "title": "Format, organisation, favoris... Les clés de la CAN 2022 avant le grand coup d'envoi", - "description": "Avec trois ans de retard, la 33e édition de la Coupe d'Afrique des Nations pose ses valises au Cameroun à partir de dimanche et jusqu'au 6 février. En plus du pays hôte, on y retrouvera le plateau habituel de favoris, avec en tête l'Algérie et le Sénégal.

", - "content": "Avec trois ans de retard, la 33e édition de la Coupe d'Afrique des Nations pose ses valises au Cameroun à partir de dimanche et jusqu'au 6 février. En plus du pays hôte, on y retrouvera le plateau habituel de favoris, avec en tête l'Algérie et le Sénégal.

", + "title": "NBA: Après deux ans et demi d'absence, Thompson réussit un retour épatant avec les Warriors", + "description": "Absent des parquets pendant 941 jours, Klay Thompson a rejoué ce dimanche lors de la victoire des Warriors de Golden State face aux Cavaliers de Cleveland.

", + "content": "Absent des parquets pendant 941 jours, Klay Thompson a rejoué ce dimanche lors de la victoire des Warriors de Golden State face aux Cavaliers de Cleveland.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/format-organisation-favoris-les-cles-de-la-can-2022-avant-le-grand-coup-d-envoi_AV-202201080085.html", + "link": "https://rmcsport.bfmtv.com/basket/nba/nba-apres-deux-ans-et-demi-d-absence-thompson-reussit-un-retour-epatant-avec-les-warriors_AD-202201100105.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 10:43:04 GMT", - "enclosure": "https://images.bfmtv.com/jlDeZ07ZYm1T778AGwnwa_DxamM=/0x0:2048x1152/800x0/images/Yacine-Brahimi-et-Riyad-Mahrez-lors-de-la-victoire-de-l-Algerie-a-la-CAN-le-19-juillet-2019-1210916.jpg", + "pubDate": "Mon, 10 Jan 2022 07:29:25 GMT", + "enclosure": "https://images.bfmtv.com/khrdfoACUCqSQ8cCJQxn7o0JY0k=/7x62:2391x1403/800x0/images/-815537.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/jlDeZ07ZYm1T778AGwnwa_DxamM=/0x0:2048x1152/800x0/images/Yacine-Brahimi-et-Riyad-Mahrez-lors-de-la-victoire-de-l-Algerie-a-la-CAN-le-19-juillet-2019-1210916.jpg", + "image": "https://images.bfmtv.com/khrdfoACUCqSQ8cCJQxn7o0JY0k=/7x62:2391x1403/800x0/images/-815537.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34316,20 +35372,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f259110cbe0c4d0d359e4ea6fee8ef5", + "hash": "a1f8a5b2d57b64d9f68ba84d2d318964", "highlights": [] }, { - "title": "Open d'Australie: l'appel de Djokovic sera télévisé", - "description": "Logé dans un centre de rétention en attendant le verdict de son appel, pour sa demande de visa qui a été refusée par les autorités australiennes, Novak Djokovic sera fixé ce lundi. Le gouvernement a par ailleurs indiqué que l'audience sera retransmise en direct, qui permettra de savoir si le joueur de 34 ans pourra participer à la prochaine édition de l'Open d'Australie.

", - "content": "Logé dans un centre de rétention en attendant le verdict de son appel, pour sa demande de visa qui a été refusée par les autorités australiennes, Novak Djokovic sera fixé ce lundi. Le gouvernement a par ailleurs indiqué que l'audience sera retransmise en direct, qui permettra de savoir si le joueur de 34 ans pourra participer à la prochaine édition de l'Open d'Australie.

", + "title": "Open d’Australie: Comment le gouvernement peut expulser Djokovic quand même", + "description": "Si la justice a ordonné sa libération immédiate, Novak Djokovic peut encore être expulsé par le gouvernement australien et le ministre de l’Immigration qui envisage d’utiliser son pouvoir personnel.

", + "content": "Si la justice a ordonné sa libération immédiate, Novak Djokovic peut encore être expulsé par le gouvernement australien et le ministre de l’Immigration qui envisage d’utiliser son pouvoir personnel.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-l-appel-de-djokovic-sera-televise_AV-202201080075.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-comment-le-gouvernement-peut-expulser-djokovic-quand-meme_AV-202201100101.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 10:19:43 GMT", - "enclosure": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", + "pubDate": "Mon, 10 Jan 2022 07:22:02 GMT", + "enclosure": "https://images.bfmtv.com/FmrGyUZ-bTfCAW2yZa3fBB85Lng=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-6-novembre-2021-1210035.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", + "image": "https://images.bfmtv.com/FmrGyUZ-bTfCAW2yZa3fBB85Lng=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-6-novembre-2021-1210035.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34338,20 +35394,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7977919a74dbee120c6a40b88d918d6", + "hash": "4cec40e920f9f7c7a86ade3b1eebfd8f", "highlights": [] }, { - "title": "PSG en direct: Ramos et de nombreux jeunes dans le groupe face à l'OL", - "description": "Le PSG se déplacera dimanche soir au Groupama Stadium (20h45) pour y défier l'OL en clôture de la 20e journée de Ligue 1. Après la conférence de presse de l'entraîneur parisien Mauricio Pochettino, le groupe parisien décimé par l'absence de nombreux joueurs positifs au Covid, commence à se dessiner. De nombreux jeunes seront du voyage dans le Rhône.

", - "content": "Le PSG se déplacera dimanche soir au Groupama Stadium (20h45) pour y défier l'OL en clôture de la 20e journée de Ligue 1. Après la conférence de presse de l'entraîneur parisien Mauricio Pochettino, le groupe parisien décimé par l'absence de nombreux joueurs positifs au Covid, commence à se dessiner. De nombreux jeunes seront du voyage dans le Rhône.

", + "title": "Earvin Ngapeth de retour à Tours, là où tout a commencé pour le prodige du volley français", + "description": "Qualifié pour les huitièmes de finale de la CEV Cup avec Modène, Earvin Ngapeth retrouve le Palais des Sports de Grenon, à Tours, où il a commencé sa carrière professionnelle sous le maillot du TVB, en 2008. Son papa, Eric, et ses anciens coéquipiers se souviennent. 

", + "content": "Qualifié pour les huitièmes de finale de la CEV Cup avec Modène, Earvin Ngapeth retrouve le Palais des Sports de Grenon, à Tours, où il a commencé sa carrière professionnelle sous le maillot du TVB, en 2008. Son papa, Eric, et ses anciens coéquipiers se souviennent. 

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-en-direct-la-conf-de-pochettino-avant-le-choc-contre-l-ol_LN-202201080068.html", + "link": "https://rmcsport.bfmtv.com/volley/earvin-ngapeth-de-retour-a-tours-souvenirs-du-jour-ou-le-destin-du-prodige-a-bascule_AV-202201100013.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 09:59:16 GMT", - "enclosure": "https://images.bfmtv.com/JwAR07WP8cy0_Jlz43by5bA_nus=/0x121:2048x1273/800x0/images/Xavi-Simons-et-Edouard-Michut-1203683.jpg", + "pubDate": "Mon, 10 Jan 2022 07:00:00 GMT", + "enclosure": "https://images.bfmtv.com/_bKfaQLaoIOLOYSDUSF54hBir_M=/0x0:1200x675/800x0/images/Earvin-Ngapeth-exulte-avec-son-entraineur-Andrea-Giani-1211569.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/JwAR07WP8cy0_Jlz43by5bA_nus=/0x121:2048x1273/800x0/images/Xavi-Simons-et-Edouard-Michut-1203683.jpg", + "image": "https://images.bfmtv.com/_bKfaQLaoIOLOYSDUSF54hBir_M=/0x0:1200x675/800x0/images/Earvin-Ngapeth-exulte-avec-son-entraineur-Andrea-Giani-1211569.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34360,42 +35416,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "8cc1fdcb53c0e6f33f7e15c1087fcecc", + "hash": "39af0b7bcf8ac7b8916f9da09d8143c8", "highlights": [] }, { - "title": "Tottenham: Conte met déjà la pression à sa direction", - "description": "En conférence de presse vendredi, avant un match comptant pour le 3e Tour de FA Cup, Antonio Conte est revenu sur ses objectfis avec Tottenham, où il s'est engagé en novembre dernier jusqu'en juin 2023. Le technicien italien invite l'ensemble du club à s'aligner sur ses ambitions, forcément élevées.

", - "content": "En conférence de presse vendredi, avant un match comptant pour le 3e Tour de FA Cup, Antonio Conte est revenu sur ses objectfis avec Tottenham, où il s'est engagé en novembre dernier jusqu'en juin 2023. Le technicien italien invite l'ensemble du club à s'aligner sur ses ambitions, forcément élevées.

", + "title": "Open d’Australie: la justice ordonne la libération immédiate de Djokovic", + "description": "La justice australienne a ordonné la libération immédiate de Novak Djokovic de son lieu de rétention pour immigrés, ce lundi. Mais le gouvernement australien peut toujours annuler le visa du Serbe.

", + "content": "La justice australienne a ordonné la libération immédiate de Novak Djokovic de son lieu de rétention pour immigrés, ce lundi. Mais le gouvernement australien peut toujours annuler le visa du Serbe.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/tottenham-conte-met-deja-la-pression-a-sa-direction_AV-202201080055.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-la-justice-ordonne-la-liberation-immediate-de-djokovic_AV-202201100073.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 09:33:30 GMT", - "enclosure": "https://images.bfmtv.com/MoVp1pNIsIX7Pk0dmtmho4USKjA=/0x49:2048x1201/800x0/images/Antonio-Conte-1208192.jpg", + "pubDate": "Mon, 10 Jan 2022 06:43:01 GMT", + "enclosure": "https://images.bfmtv.com/wPargP9SsUvYjg8EpKKmAl5LuXk=/255x356:2047x1364/800x0/images/Novak-Djokovic-1208293.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/MoVp1pNIsIX7Pk0dmtmho4USKjA=/0x49:2048x1201/800x0/images/Antonio-Conte-1208192.jpg", + "image": "https://images.bfmtv.com/wPargP9SsUvYjg8EpKKmAl5LuXk=/255x356:2047x1364/800x0/images/Novak-Djokovic-1208293.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b7ccf0d35afacd3c190f63b9bf2a3e78", + "hash": "ae6e393ac956ad1487d5cad957eb614d", "highlights": [] }, { - "title": "OM: l'accueil bouillant des supporters après la victoire historique à Bordeaux", - "description": "Victorieux vendredi soir à Bordeaux (1-0) pour la première fois depuis 1977, les joueurs de l'OM ont eu droit à un accueil bouillant au milieu de la nuit, à leur retour à l'aéroport de Marignane.

", - "content": "Victorieux vendredi soir à Bordeaux (1-0) pour la première fois depuis 1977, les joueurs de l'OM ont eu droit à un accueil bouillant au milieu de la nuit, à leur retour à l'aéroport de Marignane.

", + "title": "Mercato en direct: Lucas Digne en direction d'Aston Villa", + "description": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", + "content": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-l-accueil-bouillant-des-supporters-apres-la-victoire-historique-a-bordeaux_AV-202201080050.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-lucas-digne-en-direction-d-aston-villa_LN-202201100063.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 09:22:54 GMT", - "enclosure": "https://images.bfmtv.com/VuML4IwiUrszuYQB8nUd5opRYso=/2x14:1282x734/800x0/images/Amine-Harit-et-Matteo-Guendouzi-1210932.jpg", + "pubDate": "Mon, 10 Jan 2022 06:35:48 GMT", + "enclosure": "https://images.bfmtv.com/jN7XpErmzNKydu7A014B3rO1Ep8=/0x0:1184x666/800x0/images/-877559.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/VuML4IwiUrszuYQB8nUd5opRYso=/2x14:1282x734/800x0/images/Amine-Harit-et-Matteo-Guendouzi-1210932.jpg", + "image": "https://images.bfmtv.com/jN7XpErmzNKydu7A014B3rO1Ep8=/0x0:1184x666/800x0/images/-877559.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34404,20 +35460,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c63662214a2ce46de1e84a97dd6381d", + "hash": "a3f1228af654e9c7023ab2acfed0eaa7", "highlights": [] }, { - "title": "PSG en direct: de nombreux jeunes dans le groupe parisien face à l'OL", - "description": "Le PSG se déplacera dimanche soir au Groupama Stadium (20h45) pour y défier l'OL en clôture de la 20e journée de Ligue 1. Après la conférence de presse de l'entraîneur parisien Mauricio Pochettino, le groupe parisien décimé par l'absence de nombreux joueurs positifs au Covid, commence à se dessiner. De nombreux jeunes seront du voyage dans le Rhône.

", - "content": "Le PSG se déplacera dimanche soir au Groupama Stadium (20h45) pour y défier l'OL en clôture de la 20e journée de Ligue 1. Après la conférence de presse de l'entraîneur parisien Mauricio Pochettino, le groupe parisien décimé par l'absence de nombreux joueurs positifs au Covid, commence à se dessiner. De nombreux jeunes seront du voyage dans le Rhône.

", + "title": "CAN 2022: la Fédération algérienne condamne l'agression de trois journalistes", + "description": "Dans un communiqué, la Fédération algérienne de football a apporté son soutien aux trois journalistes agressés en marge de la Coupe d'Afrique des nations.

", + "content": "Dans un communiqué, la Fédération algérienne de football a apporté son soutien aux trois journalistes agressés en marge de la Coupe d'Afrique des nations.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-en-direct-la-conf-de-pochettino-avant-le-choc-contre-l-ol_LN-202201080068.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-la-federation-algerienne-condamne-l-agression-de-trois-journalistes_AV-202201100056.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 09:59:16 GMT", - "enclosure": "https://images.bfmtv.com/JwAR07WP8cy0_Jlz43by5bA_nus=/0x121:2048x1273/800x0/images/Xavi-Simons-et-Edouard-Michut-1203683.jpg", + "pubDate": "Mon, 10 Jan 2022 06:23:06 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/JwAR07WP8cy0_Jlz43by5bA_nus=/0x121:2048x1273/800x0/images/Xavi-Simons-et-Edouard-Michut-1203683.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", @@ -34426,20 +35482,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4929ebd522561183d4e273a544f6e23", + "hash": "45acbdadd8da96d20f148436ea27431b", "highlights": [] }, { - "title": "OL: \"Il a changé ma vie\", le bel hommage de Paqueta pour Juninho", - "description": "Dans un entretien donné à Prime Vidéo, le Lyonnais Lucas Paqueta s'est confié sur les liens qui l'unissent à Juninho. L'ancien directeur sportif de l'OL avait poussé pour le faire venir à Lyon en 2020.

", - "content": "Dans un entretien donné à Prime Vidéo, le Lyonnais Lucas Paqueta s'est confié sur les liens qui l'unissent à Juninho. L'ancien directeur sportif de l'OL avait poussé pour le faire venir à Lyon en 2020.

", + "title": "PSG: Verratti conquis par Simons et Michut", + "description": "Marco Verratti a salué l’entrée remarquée des jeunes milieux de terrain du PSG, Xavi Simons et Edouard Michut, dimanche lors du match entre Lyon et le PSG (1-1).

", + "content": "Marco Verratti a salué l’entrée remarquée des jeunes milieux de terrain du PSG, Xavi Simons et Edouard Michut, dimanche lors du match entre Lyon et le PSG (1-1).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-il-a-change-ma-vie-le-bel-hommage-de-paqueta-pour-juninho_AV-202201080039.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-verratti-conquis-par-simons-et-michut_AV-202201100046.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 08:46:02 GMT", - "enclosure": "https://images.bfmtv.com/8z50jiMlrqDfivPnhwX1G8VFw70=/0x36:2048x1188/800x0/images/Lucas-PAQUETA-le-19-09-2021-1210904.jpg", + "pubDate": "Mon, 10 Jan 2022 06:11:53 GMT", + "enclosure": "https://images.bfmtv.com/THaRShrnxhC6bOG3AWW0p07G8A0=/0x212:2048x1364/800x0/images/Edouard-Michut-et-Xavi-Simons-1211685.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/8z50jiMlrqDfivPnhwX1G8VFw70=/0x36:2048x1188/800x0/images/Lucas-PAQUETA-le-19-09-2021-1210904.jpg", + "image": "https://images.bfmtv.com/THaRShrnxhC6bOG3AWW0p07G8A0=/0x212:2048x1364/800x0/images/Edouard-Michut-et-Xavi-Simons-1211685.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34448,20 +35504,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbf190e2e881eb4737bfcf138aa7f831", + "hash": "7dce0e01d347793233406c53fc678e1a", "highlights": [] }, { - "title": "Open d'Australie: les avocats de Djokovic justifient son exemption médicale", - "description": "Les avocats de Novak Djokovic ont transmis ce samedi un document aux autorités australiennes, justifiant l'exemption médicale du numéro un mondial. Infecté en décembre dernier du coronavirus, le Serbe pensait pouvoir obtenir son visa pour entrer en Australie, qui a finalement été refusé.

", - "content": "Les avocats de Novak Djokovic ont transmis ce samedi un document aux autorités australiennes, justifiant l'exemption médicale du numéro un mondial. Infecté en décembre dernier du coronavirus, le Serbe pensait pouvoir obtenir son visa pour entrer en Australie, qui a finalement été refusé.

", + "title": "Barça: Piqué se moque d’Emery avec la remontada", + "description": "Unai Emery, entraîneur de Villarreal, s’est emporté contre la communication de Gérard Piqué sur les réseaux sociaux. Ce à quoi le défenseur du Barça a répondu par une provoquante référence à la remontada subie par Emery avec le PSG face au Barça en 2017.

", + "content": "Unai Emery, entraîneur de Villarreal, s’est emporté contre la communication de Gérard Piqué sur les réseaux sociaux. Ce à quoi le défenseur du Barça a répondu par une provoquante référence à la remontada subie par Emery avec le PSG face au Barça en 2017.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-les-avocats-de-djokovic-justifient-son-exemption-medicale_AV-202201080029.html", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-pique-se-moque-d-emery-avec-la-remontada_AV-202201100025.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 08:07:12 GMT", - "enclosure": "https://images.bfmtv.com/BZOsuZcPEthaxcXaKTnoMotg3BU=/40x313:1896x1357/800x0/images/Novak-Djokovic-le-7-novembre-2021-a-Paris-1210418.jpg", + "pubDate": "Mon, 10 Jan 2022 05:30:38 GMT", + "enclosure": "https://images.bfmtv.com/N_bvharRYU-miHqxx3O8UvLCepw=/0x0:2048x1152/800x0/images/Gerard-Pique-1211663.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/BZOsuZcPEthaxcXaKTnoMotg3BU=/40x313:1896x1357/800x0/images/Novak-Djokovic-le-7-novembre-2021-a-Paris-1210418.jpg", + "image": "https://images.bfmtv.com/N_bvharRYU-miHqxx3O8UvLCepw=/0x0:2048x1152/800x0/images/Gerard-Pique-1211663.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34470,20 +35526,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "67cf02256474e3c8893360a38bb3be93", + "hash": "d8e3dcb229631c9fce86e152f5ca9621", "highlights": [] }, { - "title": "Ligue 1: la stat qui montre à quel point l'OM est devenu solide défensivement", - "description": "Victorieux de Bordeaux ce vendredi en ouverture de la 20e journée de Ligue 1 (1-0), l'OM a gardé une nouvelle fois sa cage inviolée en championnat. L'équipe de Jorge Sampaoli a réalisé déjà son dixième \"clean sheet\" de la saison.

", - "content": "Victorieux de Bordeaux ce vendredi en ouverture de la 20e journée de Ligue 1 (1-0), l'OM a gardé une nouvelle fois sa cage inviolée en championnat. L'équipe de Jorge Sampaoli a réalisé déjà son dixième \"clean sheet\" de la saison.

", + "title": "Open d'Australie: début d'audience chaotique pour l'appel de Djokovic", + "description": "L'audience en appel de Novak Djokovic a débuté dans la nuit de dimanche à lundi en France de manière un peu chaotique en raison de l'affluence mondiale inhabituelle sur les retransmissions en direct et en ligne des débats.

", + "content": "L'audience en appel de Novak Djokovic a débuté dans la nuit de dimanche à lundi en France de manière un peu chaotique en raison de l'affluence mondiale inhabituelle sur les retransmissions en direct et en ligne des débats.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-la-stat-qui-montre-a-quel-point-l-om-est-devenu-solide-defensivement_AV-202201080026.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-debut-d-audience-chaotique-pour-l-appel-de-djokovic_AV-202201100015.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 07:51:19 GMT", - "enclosure": "https://images.bfmtv.com/01a-uD1ZM_EoGtHbG8OP32q6Fz4=/0x106:2048x1258/800x0/images/Pau-Lopez-1210891.jpg", + "pubDate": "Mon, 10 Jan 2022 04:55:08 GMT", + "enclosure": "https://images.bfmtv.com/BZOsuZcPEthaxcXaKTnoMotg3BU=/40x313:1896x1357/800x0/images/Novak-Djokovic-le-7-novembre-2021-a-Paris-1210418.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/01a-uD1ZM_EoGtHbG8OP32q6Fz4=/0x106:2048x1258/800x0/images/Pau-Lopez-1210891.jpg", + "image": "https://images.bfmtv.com/BZOsuZcPEthaxcXaKTnoMotg3BU=/40x313:1896x1357/800x0/images/Novak-Djokovic-le-7-novembre-2021-a-Paris-1210418.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34492,20 +35548,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eed6b44c8511d9180b35962b5f8f1865", + "hash": "eb3221f8cec27916af4898dd822c299a", "highlights": [] }, { - "title": "Mercato: Ribéry a été proposé à un club brésilien cet hiver", - "description": "Actuellement sous contrat avec la Salernitana, dernier de Serie A, Franck Ribéry (38 ans) a été proposé au club brésilien de Ceara. C'est le président du club qui a révélé cette information.

", - "content": "Actuellement sous contrat avec la Salernitana, dernier de Serie A, Franck Ribéry (38 ans) a été proposé au club brésilien de Ceara. C'est le président du club qui a révélé cette information.

", + "title": "OL-PSG: Michut et Simons savourent leur première de la saison en Ligue 1", + "description": "Xavi Simons et Edouard Michut sont entrés en jeu ce dimanche face à l'OL (1-1) lors de la 20e journée de Ligue 1, disputant leurs premières minutes de la saison en championnat avec le PSG. Les deux jeunes talents se sont illustrés, avec notamment une passe décisive pour Michut.

", + "content": "Xavi Simons et Edouard Michut sont entrés en jeu ce dimanche face à l'OL (1-1) lors de la 20e journée de Ligue 1, disputant leurs premières minutes de la saison en championnat avec le PSG. Les deux jeunes talents se sont illustrés, avec notamment une passe décisive pour Michut.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-ribery-a-ete-propose-a-un-club-bresilien-cet-hiver_AV-202201080023.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-psg-michut-et-simons-savourent-leur-premiere-de-la-saison-en-ligue-1_AV-202201090261.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 07:33:00 GMT", - "enclosure": "https://images.bfmtv.com/WdGZi2gYw47eQj4sF0Kv9FlkdDw=/0x49:2048x1201/800x0/images/Franck-RIBERY-1210880.jpg", + "pubDate": "Sun, 09 Jan 2022 23:50:57 GMT", + "enclosure": "https://images.bfmtv.com/z1PAinRll1K5Pz6c8dF_bcE2eGI=/0x106:2048x1258/800x0/images/Simons-Michut-1211638.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/WdGZi2gYw47eQj4sF0Kv9FlkdDw=/0x49:2048x1201/800x0/images/Franck-RIBERY-1210880.jpg", + "image": "https://images.bfmtv.com/z1PAinRll1K5Pz6c8dF_bcE2eGI=/0x106:2048x1258/800x0/images/Simons-Michut-1211638.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34514,20 +35570,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef37793cc00b915e4a4b4e2215cba0ec", + "hash": "e3764a8aecd01ccaf4d799bbd48506f0", "highlights": [] }, { - "title": "Le mercato en direct: le Barça mise sur un jeune de 17 ans", - "description": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", - "content": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", + "title": "Coupe de France (F): Lens condamne des insultes racistes à l'encontre de la capitaine de Reims", + "description": "Le 16e de finale de Coupe de France féminine disputé ce dimanche entre Reims et le RC Lens (3-1) a été perturbé par des insultes racistes, prononcées par un fan lensois à l'encontre de Magou Doucouré, capitaine rémoise pour la partie. Le club sang et or condamne le comportement de ce supporter, qui se retrouve interdit de toute manifestation du RCL, qui va également porter plainte.

", + "content": "Le 16e de finale de Coupe de France féminine disputé ce dimanche entre Reims et le RC Lens (3-1) a été perturbé par des insultes racistes, prononcées par un fan lensois à l'encontre de Magou Doucouré, capitaine rémoise pour la partie. Le club sang et or condamne le comportement de ce supporter, qui se retrouve interdit de toute manifestation du RCL, qui va également porter plainte.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/le-mercato-en-direct-les-infos-et-rumeurs-du-6-janvier-2022_LN-202201060107.html", + "link": "https://rmcsport.bfmtv.com/football/feminin/coupe-de-france-f-lens-condamne-des-insultes-racistes-a-l-encontre-de-la-capitaine-de-reims_AV-202201090255.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 07:20:37 GMT", - "enclosure": "https://images.bfmtv.com/LlGFfodNOQicGfM7L6yAzYhzMko=/0x106:2048x1258/800x0/images/Fabio-Blanco-1211019.jpg", + "pubDate": "Sun, 09 Jan 2022 23:11:37 GMT", + "enclosure": "https://images.bfmtv.com/KPelDdXwfgSnoeugu8QTd6Z7ddI=/0x106:2048x1258/800x0/images/Lens-1211621.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/LlGFfodNOQicGfM7L6yAzYhzMko=/0x106:2048x1258/800x0/images/Fabio-Blanco-1211019.jpg", + "image": "https://images.bfmtv.com/KPelDdXwfgSnoeugu8QTd6Z7ddI=/0x106:2048x1258/800x0/images/Lens-1211621.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34536,20 +35592,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "502da29d24dfa6cf08ad07ea6830fd9c", + "hash": "79f5fd6912676cafc4b28ba2bc6688aa", "highlights": [] }, { - "title": "Bordeaux: Costil s'estime \"responsable\" de la défaite contre l'OM", - "description": "Capitaine des Girondins, Benoît Costil a tenu à faire son mea culpa après son erreur sur le seul but inscrit vendredi soir lors de la victoire de l'OM (1-0) au Matmut-Atlantique. Il a promis de vite relever la tête pour aider Bordeaux à remonter au classement.

", - "content": "Capitaine des Girondins, Benoît Costil a tenu à faire son mea culpa après son erreur sur le seul but inscrit vendredi soir lors de la victoire de l'OM (1-0) au Matmut-Atlantique. Il a promis de vite relever la tête pour aider Bordeaux à remonter au classement.

", + "title": "PRONOS PARIS RMC Le pari du jour du 10 janvier – Ligue 2", + "description": "Notre pronostic : Toulouse bat Nancy par au moins deux buts d’écart (2.15)

", + "content": "Notre pronostic : Toulouse bat Nancy par au moins deux buts d’écart (2.15)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-costil-s-estime-responsable-de-la-defaite-contre-l-om_AV-202201080017.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-10-janvier-ligue-2_AN-202201090142.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 07:08:38 GMT", - "enclosure": "https://images.bfmtv.com/hHJpUYeo6Yewu5w2ivW6vZBRLmE=/0x12:2048x1164/800x0/images/Benoit-Costil-lors-de-Bordeaux-OM-le-7-janvier-2021-1210872.jpg", + "pubDate": "Sun, 09 Jan 2022 23:03:00 GMT", + "enclosure": "https://images.bfmtv.com/WgLo8DjJmfyK7GrH3_bQhmY-F6Y=/0x36:1984x1152/800x0/images/Toulouse-1211455.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/hHJpUYeo6Yewu5w2ivW6vZBRLmE=/0x12:2048x1164/800x0/images/Benoit-Costil-lors-de-Bordeaux-OM-le-7-janvier-2021-1210872.jpg", + "image": "https://images.bfmtv.com/WgLo8DjJmfyK7GrH3_bQhmY-F6Y=/0x36:1984x1152/800x0/images/Toulouse-1211455.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34558,20 +35614,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fbbf2c1854d61e20ddf2d3de7d349750", + "hash": "6cee0ce98104ff949ff8b6c307616a91", "highlights": [] }, { - "title": "Open d'Australie: le patron du tennis australien fier de son \"travail incroyable\" dans l'affaire Djokovic", - "description": "Venu dans l'espoir de défendre son titre à l'Open d'Australie, Novak Djokovic est toujours bloqué dans un centre de rétention de Melbourne en raison de l'annulation de son visa. Pointé du doigt dans cette affaire, le patron de la fédération australienne de tennis s'est défendu samedi.

", - "content": "Venu dans l'espoir de défendre son titre à l'Open d'Australie, Novak Djokovic est toujours bloqué dans un centre de rétention de Melbourne en raison de l'annulation de son visa. Pointé du doigt dans cette affaire, le patron de la fédération australienne de tennis s'est défendu samedi.

", + "title": "PRONOS PARIS RMC Le pari sûr du 10 janvier – Liga – Espagne", + "description": "Notre pronostic : l’Espanyol Barcelone ne perd pas face à Elche (1.22)

", + "content": "Notre pronostic : l’Espanyol Barcelone ne perd pas face à Elche (1.22)

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-le-patron-du-tennis-australien-fier-de-son-travail-incroyable-dans-l-affaire-djokovic_AV-202201080016.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-10-janvier-liga-espagne_AN-202201090155.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 06:50:39 GMT", - "enclosure": "https://images.bfmtv.com/I7vuHOp6Ca77HPTadmDWMzOZGbg=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-02-11-2021-1210870.jpg", + "pubDate": "Sun, 09 Jan 2022 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/a8UrDuN4NqtsWoOfBCc0nj2EYfY=/0x0:2000x1125/800x0/images/Espanyol-Barcelone-1211473.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/I7vuHOp6Ca77HPTadmDWMzOZGbg=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-02-11-2021-1210870.jpg", + "image": "https://images.bfmtv.com/a8UrDuN4NqtsWoOfBCc0nj2EYfY=/0x0:2000x1125/800x0/images/Espanyol-Barcelone-1211473.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34580,20 +35636,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c56a35364bece0b9aaadfb2288ce2cf6", + "hash": "fa9009032d8d4fe7d6d26bae6ae9f9db", "highlights": [] }, { - "title": "Ligue 1: les supporters du PSG interdits de déplacement à Lyon", - "description": "Opposé dimanche à l'OL dans le choc de la 20e journée de Ligue 1 (20h45), le PSG sera privé du soutien de ses supporters. Ils ne sont pas autorisés à se rendre au Groupama Stadium, selon un arrêté du ministère de l'Intérieur.

", - "content": "Opposé dimanche à l'OL dans le choc de la 20e journée de Ligue 1 (20h45), le PSG sera privé du soutien de ses supporters. Ils ne sont pas autorisés à se rendre au Groupama Stadium, selon un arrêté du ministère de l'Intérieur.

", + "title": "PRONOS PARIS RMC Le pari africain du 10 janvier – CAN 2022", + "description": "Notre pronostic : le Maroc ne perd pas face au Ghana et les deux équipes marquent (2.55)

", + "content": "Notre pronostic : le Maroc ne perd pas face au Ghana et les deux équipes marquent (2.55)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-les-supporters-du-psg-interdits-de-deplacement-a-lyon_AV-202201080010.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-africain-du-10-janvier-can-2022_AN-202201090158.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 06:24:50 GMT", - "enclosure": "https://images.bfmtv.com/_D4y5WRvgifm-52BPFa9NosJ1uU=/0x106:2048x1258/800x0/images/Des-supporters-du-PSG-le-19-12-2021-1210869.jpg", + "pubDate": "Sun, 09 Jan 2022 23:00:00 GMT", + "enclosure": "https://images.bfmtv.com/RQWGE714iTXqnfbjGMbQBXaRd70=/0x104:2000x1229/800x0/images/Maroc-1211476.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/_D4y5WRvgifm-52BPFa9NosJ1uU=/0x106:2048x1258/800x0/images/Des-supporters-du-PSG-le-19-12-2021-1210869.jpg", + "image": "https://images.bfmtv.com/RQWGE714iTXqnfbjGMbQBXaRd70=/0x104:2000x1229/800x0/images/Maroc-1211476.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34602,20 +35658,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba0e6f992505084e3287b639ed99e542", + "hash": "7ec08769adf006053cb6ffbee8ded6f2", "highlights": [] }, { - "title": "PSG en direct: \"Toutes les équipes sont diminuées\", estime Pochettino", - "description": "Le PSG se déplacera dimanche soir au Groupama Stadium (20h45) pour y défier l'OL en clôture de la 20e journée de Ligue 1. A la veille du choc, l'entraîneur parisien Mauricio Pochettino s'exprimera ce samedi devant la presse. Une conférence à suivre sur RMC Sport à partir de 13h.

", - "content": "Le PSG se déplacera dimanche soir au Groupama Stadium (20h45) pour y défier l'OL en clôture de la 20e journée de Ligue 1. A la veille du choc, l'entraîneur parisien Mauricio Pochettino s'exprimera ce samedi devant la presse. Une conférence à suivre sur RMC Sport à partir de 13h.

", + "title": "CAN 2022: la presse algérienne dénonce l’agression de trois journalistes au Cameroun", + "description": "Selon le média DZ Foot, trois journalistes algériens auraient été agressés ce dimanche au Cameroun, en marge de la Coupe d’Afrique des nations 2022. Les reporters auraient reçu des coups de couteaux, avant de se faire dérober des objets personnels.

", + "content": "Selon le média DZ Foot, trois journalistes algériens auraient été agressés ce dimanche au Cameroun, en marge de la Coupe d’Afrique des nations 2022. Les reporters auraient reçu des coups de couteaux, avant de se faire dérober des objets personnels.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-en-direct-la-conf-de-pochettino-avant-le-choc-contre-l-ol_LN-202201080068.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-la-presse-algerienne-denonce-l-agression-de-trois-journalistes-au-cameroun_AN-202201090251.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 09:59:16 GMT", - "enclosure": "https://images.bfmtv.com/iGLN1yrHhsSO2N8LYGPpP2rD8kY=/0x0:2048x1152/800x0/images/Mauricio-POCHETTINO-1170296.jpg", + "pubDate": "Sun, 09 Jan 2022 22:53:13 GMT", + "enclosure": "https://images.bfmtv.com/tB04BCHss6gNg4XLGridrX00Z60=/16x4:2032x1138/800x0/images/Stade-d-Olembe-au-Cameroun-1211630.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/iGLN1yrHhsSO2N8LYGPpP2rD8kY=/0x0:2048x1152/800x0/images/Mauricio-POCHETTINO-1170296.jpg", + "image": "https://images.bfmtv.com/tB04BCHss6gNg4XLGridrX00Z60=/16x4:2032x1138/800x0/images/Stade-d-Olembe-au-Cameroun-1211630.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34624,20 +35680,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "55ca21ee3340e84f40ffd58d19cdb115", + "hash": "842e717a6ba163a7ad1eb04c648cf2ae", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le nul du jour du 8 janvier - Ligue 2", - "description": "Notre pronostic: pas de vainqueur entre Le Havre et Sochaux (3.10)

", - "content": "Notre pronostic: pas de vainqueur entre Le Havre et Sochaux (3.10)

", + "title": "CAN 2022 en direct: trois journalistes algériens agressés au couteau", + "description": "Le coup d’envoi de la Coupe d’Afrique des nations a été donné ce dimanche avec le match d’ouverture remporté par le Cameroun, pays hôte de la compétition, contre le Burkina Faso (2-1). Retrouvez toutes les infos sur cette CAN 2022 en direct sur RMC Sport dans notre live commenté.

", + "content": "Le coup d’envoi de la Coupe d’Afrique des nations a été donné ce dimanche avec le match d’ouverture remporté par le Cameroun, pays hôte de la compétition, contre le Burkina Faso (2-1). Retrouvez toutes les infos sur cette CAN 2022 en direct sur RMC Sport dans notre live commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-8-janvier-ligue-2_AN-202201070346.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-en-direct-toutes-les-infos-avant-le-match-d-ouverture-cameroun-burkina-faso_LN-202201090016.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/nElTQyHXeEYIcfpGAoq47-5wvto=/0x104:2000x1229/800x0/images/Tony-Mauricio-Sochaux-1210568.jpg", + "pubDate": "Sun, 09 Jan 2022 07:07:21 GMT", + "enclosure": "https://images.bfmtv.com/E6fNglc5SsWDKxQH5JZh_sKTIBI=/0x56:2048x1208/800x0/images/Qui-va-remporter-la-CAN-2022-au-Cameroun-1211286.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/nElTQyHXeEYIcfpGAoq47-5wvto=/0x104:2000x1229/800x0/images/Tony-Mauricio-Sochaux-1210568.jpg", + "image": "https://images.bfmtv.com/E6fNglc5SsWDKxQH5JZh_sKTIBI=/0x56:2048x1208/800x0/images/Qui-va-remporter-la-CAN-2022-au-Cameroun-1211286.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34646,20 +35702,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ca989ddab419842ddd22ffff83f6910", + "hash": "02c0583911badd4cc8cd4df2627bbb66", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari sûr du 8 janvier - F.A Cup - Angleterre", - "description": "Notre pronostic: Leicester bat Watford (1.58)

", - "content": "Notre pronostic: Leicester bat Watford (1.58)

", + "title": "OL-PSG: \"Si on continue avec cet état d'esprit, on va pouvoir se relever\", juge Lopes", + "description": "L'OL a commencé sa deuxième partie de saison avec un nul (1-1) face au PSG, lors de la 20e journée de Ligue 1 ce dimanche. Après la rencontre, Anthony Lopes a souligné l'état d'esprit de son équipe et espère que cette performance servira pour la suite.

", + "content": "L'OL a commencé sa deuxième partie de saison avec un nul (1-1) face au PSG, lors de la 20e journée de Ligue 1 ce dimanche. Après la rencontre, Anthony Lopes a souligné l'état d'esprit de son équipe et espère que cette performance servira pour la suite.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-8-janvier-f-a-cup-angleterre_AN-202201070344.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-psg-si-on-continue-avec-cet-etat-d-esprit-on-va-pouvoir-se-relever-juge-lopes_AV-202201090245.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/QJ8GXvKUhqOGk3IjhGw7QdyWzNc=/0x104:2000x1229/800x0/images/James-Maddison-Leicester-1210567.jpg", + "pubDate": "Sun, 09 Jan 2022 22:23:36 GMT", + "enclosure": "https://images.bfmtv.com/GC4PtF5ahigM8TA34kecZzFpmTk=/0x0:2048x1152/800x0/images/Anthony-Lopes-1211614.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/QJ8GXvKUhqOGk3IjhGw7QdyWzNc=/0x104:2000x1229/800x0/images/James-Maddison-Leicester-1210567.jpg", + "image": "https://images.bfmtv.com/GC4PtF5ahigM8TA34kecZzFpmTk=/0x0:2048x1152/800x0/images/Anthony-Lopes-1211614.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34668,20 +35724,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4dfc3c4706861dce15df5caa42e6dc84", + "hash": "e0526a83ef3a1c2b7c3e250217c0806e", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le buteur du jour du 8 janvier - Bundesliga - Allemagne", - "description": "Notre pronostic: Erling Haaland marque à Francfort... s'il joue (1.76)

", - "content": "Notre pronostic: Erling Haaland marque à Francfort... s'il joue (1.76)

", + "title": "OL-PSG: \"On ne lâche jamais\", le sauveur Kehrer met en avant la mentalité parisienne", + "description": "Buteur ce dimanche lors du déplacement sur le terrain de l'OL (1-1), pour la 20e journée de Ligue 1, Thilo Kehrer a souligné après la rencontre la mentalité du PSG. Mais le défenseur allemand estime aussi que les Parisiens peuvent mieux faire.

", + "content": "Buteur ce dimanche lors du déplacement sur le terrain de l'OL (1-1), pour la 20e journée de Ligue 1, Thilo Kehrer a souligné après la rencontre la mentalité du PSG. Mais le défenseur allemand estime aussi que les Parisiens peuvent mieux faire.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-buteur-du-jour-du-8-janvier-bundesliga-allemagne_AN-202201070341.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-psg-on-ne-lache-jamais-le-sauveur-kehrer-met-en-avant-la-mentalite-parisienne_AV-202201090240.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/ZzM1CLWivbNY4JGtO5qr9smYTP0=/0x106:2000x1231/800x0/images/Erling-Haaland-Dortmund-1210560.jpg", + "pubDate": "Sun, 09 Jan 2022 21:59:18 GMT", + "enclosure": "https://images.bfmtv.com/FtQjBm-_26IGmLWNJJaKBYB1A00=/0x106:2048x1258/800x0/images/Kehrer-1211608.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ZzM1CLWivbNY4JGtO5qr9smYTP0=/0x106:2000x1231/800x0/images/Erling-Haaland-Dortmund-1210560.jpg", + "image": "https://images.bfmtv.com/FtQjBm-_26IGmLWNJJaKBYB1A00=/0x106:2048x1258/800x0/images/Kehrer-1211608.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34690,42 +35746,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "7208e506436a89392630fb6387ba796c", + "hash": "fdd231ff0aefdd0a851696161266a008", "highlights": [] }, { - "title": "Open d'Australie en direct: l'appel de Djokovic sera retransmis en direct", - "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", - "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "title": "Open d'Australie en direct: Le gouvernement envisage d'expulser Djokovic quand même", + "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", "category": "", "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", "creator": "", "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", - "enclosure": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", + "enclosure": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", + "image": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5516c7fc5cbe9b1c4df48455e2b0905f", + "hash": "a88f46e95ded71b83db87676a07c5374", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari rugby de Denis Charvet du 7 janvier - Top 14", - "description": "Mon pronostic : le Racing 92 bat Clermont avec au moins 15 points d'écart (2.55)

", - "content": "Mon pronostic : le Racing 92 bat Clermont avec au moins 15 points d'écart (2.55)

", + "title": "OL-PSG: Paris déçoit encore, Lyon n’a pas su saisir sa chance", + "description": "L’OL et le PSG ont fait match nul au Groupama Stadium, ce dimanche, en clôture de la 20e journée de Ligue 1 (1-1). Après l’ouverture du score de Lucas Paqueta, Thilo Kehrer a égalisé en fin de rencontre.

", + "content": "L’OL et le PSG ont fait match nul au Groupama Stadium, ce dimanche, en clôture de la 20e journée de Ligue 1 (1-1). Après l’ouverture du score de Lucas Paqueta, Thilo Kehrer a égalisé en fin de rencontre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-rugby-de-denis-charvet-du-7-janvier-top-14_AN-202201070503.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-psg-paris-decoit-encore-lyon-n-a-pas-su-saisir-sa-chance_AV-202201090239.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 22:59:00 GMT", - "enclosure": "https://images.bfmtv.com/p3gvTcVRZLSxdOsCkV6N4OAoK8Y=/0x104:1984x1220/800x0/images/Racing-92-1210759.jpg", + "pubDate": "Sun, 09 Jan 2022 21:58:18 GMT", + "enclosure": "https://images.bfmtv.com/FRc_8J3FBHKSSqT6PYtaU7xW1Bc=/14x16:2046x1159/800x0/images/OL-PSG-1211609.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/p3gvTcVRZLSxdOsCkV6N4OAoK8Y=/0x104:1984x1220/800x0/images/Racing-92-1210759.jpg", + "image": "https://images.bfmtv.com/FRc_8J3FBHKSSqT6PYtaU7xW1Bc=/14x16:2046x1159/800x0/images/OL-PSG-1211609.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34734,20 +35790,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8fb8c8713b2951f2165122eeb590e4a5", + "hash": "f4b0357d79440f4318d738a2084b351a", "highlights": [] }, { - "title": "Bordeaux-OM: Payet \"fier\" d'avoir brisé la malédiction face aux Girondins", - "description": "Ce vendredi, l'OM a mis fin à une disette de 44 ans en s'imposant à Bordeaux (1-0) en ouverture de la 20e journée de Ligue. De quoi rendre fier son capitaine Dimitri Payet.

", - "content": "Ce vendredi, l'OM a mis fin à une disette de 44 ans en s'imposant à Bordeaux (1-0) en ouverture de la 20e journée de Ligue. De quoi rendre fier son capitaine Dimitri Payet.

", + "title": "Tottenham: Conte met un coup de pression à Ndombele pour qu'il fasse taire les critiques", + "description": "Antonio Conte n'a pas été étonné d'entendre les fans de Tottenham signifier leur mécontentement à l'égard de Tanguy Ndombele en le sifflant ce dimanche, en FA Cup. Le technicien italien a même estimé que cette colère était légitime.

", + "content": "Antonio Conte n'a pas été étonné d'entendre les fans de Tottenham signifier leur mécontentement à l'égard de Tanguy Ndombele en le sifflant ce dimanche, en FA Cup. Le technicien italien a même estimé que cette colère était légitime.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-payet-fier-d-avoir-brise-la-malediction-face-aux-girondins_AV-202201070586.html", + "link": "https://rmcsport.bfmtv.com/football/tottenham-conte-met-un-coup-de-pression-a-ndombele-pour-qu-il-fasse-taire-les-critiques_AV-202201090238.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 22:46:00 GMT", - "enclosure": "https://images.bfmtv.com/FBfyoZDCwuXj55B6I3eJZ0ydF_U=/0x135:2048x1287/800x0/images/Dimitri-Payet-1210382.jpg", + "pubDate": "Sun, 09 Jan 2022 21:48:45 GMT", + "enclosure": "https://images.bfmtv.com/UUkQsjlzIy8n2FawEydNuZphVBI=/0x0:1200x675/800x0/images/Tanguy-Ndombele-1211597.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/FBfyoZDCwuXj55B6I3eJZ0ydF_U=/0x135:2048x1287/800x0/images/Dimitri-Payet-1210382.jpg", + "image": "https://images.bfmtv.com/UUkQsjlzIy8n2FawEydNuZphVBI=/0x0:1200x675/800x0/images/Tanguy-Ndombele-1211597.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34756,20 +35812,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "44f64b2fb05e5b88139d2e4cbd6d7472", + "hash": "dff055a337c5f4c42f34c0c3633e2af9", "highlights": [] }, { - "title": "CAN 2022: le coup de gueule lunaire de Roger Milla à propos des pays du Maghreb", - "description": "A deux jours du coup d'envoi de la CAN 2022, organisée au Cameroun, Roger Milla s'en est pris violemment aux pays du Maghreb, notamment le Maroc et l'Egypte, qui ne doivent pas \"mettre le bordel\" en Afrique.

", - "content": "A deux jours du coup d'envoi de la CAN 2022, organisée au Cameroun, Roger Milla s'en est pris violemment aux pays du Maghreb, notamment le Maroc et l'Egypte, qui ne doivent pas \"mettre le bordel\" en Afrique.

", + "title": "CAN 2022 en direct: le Cap Vert démarre par une victoire contre l'Ethiopie", + "description": "La Coupe d’Afrique des nations 2022 débutera le 9 janvier au Cameroun. Suivez toutes les dernières infos liées à la compétition sur RMC Sport.

", + "content": "La Coupe d’Afrique des nations 2022 débutera le 9 janvier au Cameroun. Suivez toutes les dernières infos liées à la compétition sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-le-coup-de-gueule-lunaire-de-roger-milla-a-propos-des-pays-du-maghreb_AV-202201070563.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-suivez-toute-l-actualite-de-la-competition-en-direct_LS-202201050158.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 22:26:45 GMT", - "enclosure": "https://images.bfmtv.com/owpkdIu7eGCz7CMywZbrVXQzXu0=/0x127:2000x1252/800x0/images/Roger-Milla-1210821.jpg", + "pubDate": "Wed, 05 Jan 2022 09:10:25 GMT", + "enclosure": "https://images.bfmtv.com/g4nVp-ETke-JIVmuHTmJjVHqI_Y=/14x73:2046x1216/800x0/images/La-celebration-du-Cap-Vert-pour-son-entree-en-lice-a-la-CAN-2022-1211585.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/owpkdIu7eGCz7CMywZbrVXQzXu0=/0x127:2000x1252/800x0/images/Roger-Milla-1210821.jpg", + "image": "https://images.bfmtv.com/g4nVp-ETke-JIVmuHTmJjVHqI_Y=/14x73:2046x1216/800x0/images/La-celebration-du-Cap-Vert-pour-son-entree-en-lice-a-la-CAN-2022-1211585.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34778,20 +35834,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fda0924216aa48d3b0feee16709c4157", + "hash": "6ad045f4f427156a98ea0bff08e8f8d6", "highlights": [] }, { - "title": "Bordeaux-OM en direct: Marseille s'offre une petite victoire historique chez les Girondins", - "description": "L'OM a mis fin à la malédiction ! Après 44 ans d'attente, les Marseillais se sont imposés sur une petite victoire 1-0 sur la pelouse de Bordeaux, grâce à Ünder, dans un match marqué surtout par le contexte de la pandémie de Covid, qui a touché les deux équipes.

", - "content": "L'OM a mis fin à la malédiction ! Après 44 ans d'attente, les Marseillais se sont imposés sur une petite victoire 1-0 sur la pelouse de Bordeaux, grâce à Ünder, dans un match marqué surtout par le contexte de la pandémie de Covid, qui a touché les deux équipes.

", + "title": "Atlético: le but sublime de Correa face à Villarreal, un lob du rond central", + "description": "Angel Correa a inscrit, avec l'Atlético, un lob depuis le rond central qui a totalement surpris le gardien de Villarreal, dimanche soir, pour l'un des buts de l'année, si ce n'est le but de la saison, en Liga.

", + "content": "Angel Correa a inscrit, avec l'Atlético, un lob depuis le rond central qui a totalement surpris le gardien de Villarreal, dimanche soir, pour l'un des buts de l'année, si ce n'est le but de la saison, en Liga.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-en-direct-une-affiche-sous-le-signe-du-covid_LS-202201070328.html", + "link": "https://rmcsport.bfmtv.com/football/liga/atletico-le-but-sublime-de-correa-face-a-villarreal-un-lob-du-rond-central_AV-202201090228.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 14:39:16 GMT", - "enclosure": "https://images.bfmtv.com/f9-c7EzWo_YNis3qiTHODV1pGrk=/0x27:2048x1179/800x0/images/Duel-entre-Elis-et-Saliba-lors-de-Bordeaux-OM-le-7-janvier-2021-1210804.jpg", + "pubDate": "Sun, 09 Jan 2022 20:49:44 GMT", + "enclosure": "https://images.bfmtv.com/7zxH1lRnBTFJM8rhUAESTmLwN4Y=/0x124:1200x799/800x0/images/Angel-Correa-1211581.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/f9-c7EzWo_YNis3qiTHODV1pGrk=/0x27:2048x1179/800x0/images/Duel-entre-Elis-et-Saliba-lors-de-Bordeaux-OM-le-7-janvier-2021-1210804.jpg", + "image": "https://images.bfmtv.com/7zxH1lRnBTFJM8rhUAESTmLwN4Y=/0x124:1200x799/800x0/images/Angel-Correa-1211581.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34800,20 +35856,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "274a55e3937296491abcdbdec3d5cb06", + "hash": "138fd177bab1580ba456b143e9265bac", "highlights": [] }, { - "title": "Handball: Valentin Porte testé positif au Covid à quelques jours de l'Euro", - "description": "Tout juste promu capitaine de l'équipe de France de handball, Valentin Porte a été testé positif au Covid-19, à une semaine du début de l'Euro, qui démarre le 13 janvier en Hongrie et en Slovaquie.

", - "content": "Tout juste promu capitaine de l'équipe de France de handball, Valentin Porte a été testé positif au Covid-19, à une semaine du début de l'Euro, qui démarre le 13 janvier en Hongrie et en Slovaquie.

", + "title": "Monaco: \"La mentalité, on l'a\", juge Clement après sa première à Nantes", + "description": "Pour la première de Philippe Clement sur le banc de touche, Monaco n'a pas réussi à s'imposer (0-0) lors de son déplacement à Nantes, pour le compte de la 20e journée de Ligue 1. En conférence de presse, le technicien belge a noté les points positifs après quatre jours de travail avec ses joueurs.

", + "content": "Pour la première de Philippe Clement sur le banc de touche, Monaco n'a pas réussi à s'imposer (0-0) lors de son déplacement à Nantes, pour le compte de la 20e journée de Ligue 1. En conférence de presse, le technicien belge a noté les points positifs après quatre jours de travail avec ses joueurs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/handball-valentin-porte-teste-positif-au-covid-a-quelques-jours-de-l-euro_AV-202201070556.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/monaco-la-mentalite-on-l-a-juge-clement-apres-sa-premiere-a-nantes_AV-202201090227.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 21:59:54 GMT", - "enclosure": "https://images.bfmtv.com/uEY4LUU2hRO4PV6IVHkUe9PTCtw=/0x0:768x432/800x0/images/Le-Montpellierain-Valentin-Porte-lors-dun-match-amical-de-lequipe-de-France-contre-la-Slovenie-le-8-janvier-2017-a-Montpellier-990737.jpg", + "pubDate": "Sun, 09 Jan 2022 20:36:51 GMT", + "enclosure": "https://images.bfmtv.com/6eqaBv8wm2mxBod-ZXYpAvwRjYg=/0x83:2048x1235/800x0/images/Philippe-Clement-1211576.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/uEY4LUU2hRO4PV6IVHkUe9PTCtw=/0x0:768x432/800x0/images/Le-Montpellierain-Valentin-Porte-lors-dun-match-amical-de-lequipe-de-France-contre-la-Slovenie-le-8-janvier-2017-a-Montpellier-990737.jpg", + "image": "https://images.bfmtv.com/6eqaBv8wm2mxBod-ZXYpAvwRjYg=/0x83:2048x1235/800x0/images/Philippe-Clement-1211576.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34822,20 +35878,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a8570018e2382c3e10890da4340750b", + "hash": "b9d9d04452bedec6c9c4871bc397c4cc", "highlights": [] }, { - "title": "Ligue 1: l’OM s’impose enfin à Bordeaux et brise une malédiction de 44 ans", - "description": "Au terme d’une rencontre peu emballante, Marseille s’est imposé face aux Girondins ce vendredi soir (1-0) en ouverture de la 20e journée de Ligue 1. Grâce à un but d'Ünder, l’OM met fin à la série de 44 ans sans victoire à Bordeaux.

", - "content": "Au terme d’une rencontre peu emballante, Marseille s’est imposé face aux Girondins ce vendredi soir (1-0) en ouverture de la 20e journée de Ligue 1. Grâce à un but d'Ünder, l’OM met fin à la série de 44 ans sans victoire à Bordeaux.

", + "title": "Nantes: pressenti à Francfort, Kolo Muani assure qu'il n'est pas \"au courant\"", + "description": "Si le FC Nantes a saisi la FIFA dans le cadre du départ en fin de saison de Randal Kolo Muani, qui se serait engagé avant le 1er janvier avec l'Eintracht Francfort, le principal intéressé assure ne pas être \"au courant\" de cette signature. L'attaquant veut \"penser au terrain\" et \"tout donner\" d'ici la fin de l'exercice avec son club formateur.

", + "content": "Si le FC Nantes a saisi la FIFA dans le cadre du départ en fin de saison de Randal Kolo Muani, qui se serait engagé avant le 1er janvier avec l'Eintracht Francfort, le principal intéressé assure ne pas être \"au courant\" de cette signature. L'attaquant veut \"penser au terrain\" et \"tout donner\" d'ici la fin de l'exercice avec son club formateur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/l-om-s-impose-enfin-a-bordeaux-et-brise-la-malediction_AV-202201070555.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/nantes-pressenti-a-francfort-kolo-muani-assure-qu-il-n-est-pas-au-courant_AV-202201090224.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 21:57:02 GMT", - "enclosure": "https://images.bfmtv.com/mF-srPMzOqHQRn96Wr50FdjIRPs=/0x146:2048x1298/800x0/images/Les-Marseillais-affrontaient-Bordeaux-vendredi-1210810.jpg", + "pubDate": "Sun, 09 Jan 2022 20:15:49 GMT", + "enclosure": "https://images.bfmtv.com/ey4qdt2QahRlX4S2yj1h1zEFlDo=/0x106:2048x1258/800x0/images/Kolo-Muani-le-22-decembre-2021-lors-du-match-entre-Nantes-et-Saint-Etienne-1211577.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/mF-srPMzOqHQRn96Wr50FdjIRPs=/0x146:2048x1298/800x0/images/Les-Marseillais-affrontaient-Bordeaux-vendredi-1210810.jpg", + "image": "https://images.bfmtv.com/ey4qdt2QahRlX4S2yj1h1zEFlDo=/0x106:2048x1258/800x0/images/Kolo-Muani-le-22-decembre-2021-lors-du-match-entre-Nantes-et-Saint-Etienne-1211577.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34844,42 +35900,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8d01b9e8fa1760044444376cbea3090", + "hash": "4a7b16f4515928b50d256d2ad44f8ca9", "highlights": [] }, { - "title": "Le mercato en direct: Martial dans le viseur de Newcastle", - "description": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", - "content": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", + "title": "Serie A: la Juve renverse la Roma après un finish de folie", + "description": "Longtemps menée 3-1 par la Roma de José Mourinho, la Juventus Turin s’est finalement imposée 4-3 à l’issue d’un match renversant. Pellegrini a raté le penalty de l'égalisation en fin de match, après l'expulsion de De Ligt.

", + "content": "Longtemps menée 3-1 par la Roma de José Mourinho, la Juventus Turin s’est finalement imposée 4-3 à l’issue d’un match renversant. Pellegrini a raté le penalty de l'égalisation en fin de match, après l'expulsion de De Ligt.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/le-mercato-en-direct-les-infos-et-rumeurs-du-6-janvier-2022_LN-202201060107.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-la-juve-renverse-la-roma-apres-un-finish-de-folie_AV-202201090222.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 07:20:37 GMT", - "enclosure": "https://images.bfmtv.com/Gsadc6Y9kpSH8kubxJtxP75QLD4=/0x0:1936x1089/800x0/images/Anthony-Martial-1195120.jpg", + "pubDate": "Sun, 09 Jan 2022 20:01:06 GMT", + "enclosure": "https://images.bfmtv.com/zhzqe-6sSLeQwy4YabvmScd193Y=/0x0:1200x675/800x0/images/La-joie-des-Turinois-au-coup-de-sifflet-final-1211574.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Gsadc6Y9kpSH8kubxJtxP75QLD4=/0x0:1936x1089/800x0/images/Anthony-Martial-1195120.jpg", + "image": "https://images.bfmtv.com/zhzqe-6sSLeQwy4YabvmScd193Y=/0x0:1200x675/800x0/images/La-joie-des-Turinois-au-coup-de-sifflet-final-1211574.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "537afd9f00890205891722750515bc69", + "hash": "6eccae3579a0ae81a2a9b866d2901939", "highlights": [] }, { - "title": "Ski: fin de saison et pas de JO pour Muffat-Jeandet", - "description": "Gravement blessé à la cheville lors du slalom de Zagreb, finalement annulé, Victor Muffat-Jeandet doit renoncer aux Jeux olympiques de Pékin. Sa saison est terminée.

", - "content": "Gravement blessé à la cheville lors du slalom de Zagreb, finalement annulé, Victor Muffat-Jeandet doit renoncer aux Jeux olympiques de Pékin. Sa saison est terminée.

", + "title": "Open d'Australie en direct: la justice ordonne la libération de Djokovic", + "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/ski-fin-de-saison-et-pas-de-jo-pour-muffat-jeandet_AN-202201070551.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 21:33:00 GMT", - "enclosure": "https://images.bfmtv.com/drPSw5IhJcRoYQumAYIzgUCd5d8=/0x26:768x458/800x0/images/Victor-Muffat-Jeandet-sur-la-piste-du-slalom-de-Zagreb-avant-sa-blessure-le-6-janvier-2022-1209841.jpg", + "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", + "enclosure": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/drPSw5IhJcRoYQumAYIzgUCd5d8=/0x26:768x458/800x0/images/Victor-Muffat-Jeandet-sur-la-piste-du-slalom-de-Zagreb-avant-sa-blessure-le-6-janvier-2022-1209841.jpg", + "image": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34888,20 +35944,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "db0f774eac19879d16da45c9a869d52e", + "hash": "b0f0fa6c8ef655cc6dd82cf53f636339", "highlights": [] }, { - "title": "Equipe de France: \"Sans lui, pas de deuxième étoile\", Griezmann défend Umtiti", - "description": "Antoine Griezmann a pris la défense de Samuel Umtiti sur les réseaux sociaux, le qualifiant de professionnel \"irréprochable\" malgré sa situation délicate en club avec le Barça.

", - "content": "Antoine Griezmann a pris la défense de Samuel Umtiti sur les réseaux sociaux, le qualifiant de professionnel \"irréprochable\" malgré sa situation délicate en club avec le Barça.

", + "title": "CAN 2022: sélectionneur du Sénégal, Aliou Cissé assume le statut de favori", + "description": "Avant l'entrée en lice du Sénégal lundi en Coupe d'Afrique des nations face au Zimbabwe, Aliou Cissé a assumé ce dimanche en conférence de presse l'ambition de victoire finale. Le sélectionneur des Lions juge \"normal\" que son équipe soit considérée comme favorite.

", + "content": "Avant l'entrée en lice du Sénégal lundi en Coupe d'Afrique des nations face au Zimbabwe, Aliou Cissé a assumé ce dimanche en conférence de presse l'ambition de victoire finale. Le sélectionneur des Lions juge \"normal\" que son équipe soit considérée comme favorite.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-sans-lui-pas-de-deuxieme-etoile-griezmann-defend-umtiti_AV-202201070544.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-selectionneur-du-senegal-aliou-cisse-assume-le-statut-de-favori_AV-202201090217.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 21:03:05 GMT", - "enclosure": "https://images.bfmtv.com/2KIH9Fm7F9GR0mNZ8FFn8LENN1k=/1x0:1697x954/800x0/images/-840032.jpg", + "pubDate": "Sun, 09 Jan 2022 19:31:10 GMT", + "enclosure": "https://images.bfmtv.com/oikMvuboBIQR8fMcaOJoJWrHt4U=/0x106:2048x1258/800x0/images/Aliou-Cisse-1211559.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/2KIH9Fm7F9GR0mNZ8FFn8LENN1k=/1x0:1697x954/800x0/images/-840032.jpg", + "image": "https://images.bfmtv.com/oikMvuboBIQR8fMcaOJoJWrHt4U=/0x106:2048x1258/800x0/images/Aliou-Cisse-1211559.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34910,20 +35966,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9dca2374fce53d077b61661d67584ae6", + "hash": "735499d30a7187dc360c723844e5dbe5", "highlights": [] }, { - "title": "PSG en direct: Messi toujours absent de l'entraînement à la veille du choc contre l'OL", - "description": "Le PSG se déplacera dimanche soir au Groupama Stadium (20h45) pour y défier l'OL en clôture de la 20e journée de Ligue 1. A la veille du choc, l'entraîneur parisien Mauricio Pochettino s'exprimera ce samedi devant la presse. Une conférence à suivre sur RMC Sport à partir de 13h.

", - "content": "Le PSG se déplacera dimanche soir au Groupama Stadium (20h45) pour y défier l'OL en clôture de la 20e journée de Ligue 1. A la veille du choc, l'entraîneur parisien Mauricio Pochettino s'exprimera ce samedi devant la presse. Une conférence à suivre sur RMC Sport à partir de 13h.

", + "title": "Le sport face au Covid en direct: Everton-Leicester reporté en Premier League", + "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-en-direct-la-conf-de-pochettino-avant-le-choc-contre-l-ol_LN-202201080068.html", + "link": "https://rmcsport.bfmtv.com/football/le-sport-face-au-coronavirus-suivez-toutes-les-infos-en-direct_LN-202201060115.html", "creator": "", - "pubDate": "Sat, 08 Jan 2022 09:59:16 GMT", - "enclosure": "https://images.bfmtv.com/SvFdBaT5IAjyEIvZ6IdxS_YOu8w=/0x39:2048x1191/800x0/images/Lionel-Messi-1204389.jpg", + "pubDate": "Thu, 06 Jan 2022 07:32:06 GMT", + "enclosure": "https://images.bfmtv.com/oVxFp2iz8EmxugrXMveJoGsDPyA=/0x0:2048x1152/800x0/images/Brendan-Rodgers-1169234.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/SvFdBaT5IAjyEIvZ6IdxS_YOu8w=/0x39:2048x1191/800x0/images/Lionel-Messi-1204389.jpg", + "image": "https://images.bfmtv.com/oVxFp2iz8EmxugrXMveJoGsDPyA=/0x0:2048x1152/800x0/images/Brendan-Rodgers-1169234.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34932,20 +35988,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b89a8c3bd29e1b1da9879e60e20be7e", + "hash": "6e1de8d663bc4f1f95ac07699c081d68", "highlights": [] }, { - "title": "\"Metz a montré sa capacité à résister dans des moments difficiles\", estime le directeur sportif", - "description": "A deux jours du derby face à Strasbourg, Philippe Gaillot, le directeur sportif du FC Metz, revient sur les dossiers du mercato hivernal et sur la saison des Grenats, actuellement 18e du championnat avant d'attaquer la phase retour.

", - "content": "A deux jours du derby face à Strasbourg, Philippe Gaillot, le directeur sportif du FC Metz, revient sur les dossiers du mercato hivernal et sur la saison des Grenats, actuellement 18e du championnat avant d'attaquer la phase retour.

", + "title": "Cameroun-Burkina Faso: la technique d’Aboubakar, qui tire ses penalties sans regarder le ballon", + "description": "Vincent Aboubakar a offert la victoire au Cameroun en transformant deux penalties face au Burkina Faso ce dimanche, lors du match d’ouverture de la CAN 2022 (2-1). Le capitaine des Lions Indomptables n’a pas tremblé au moment d’envoyer le cuir au fond des filets. Avec une attitude assez originale.

", + "content": "Vincent Aboubakar a offert la victoire au Cameroun en transformant deux penalties face au Burkina Faso ce dimanche, lors du match d’ouverture de la CAN 2022 (2-1). Le capitaine des Lions Indomptables n’a pas tremblé au moment d’envoyer le cuir au fond des filets. Avec une attitude assez originale.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/metz-a-montre-sa-capacite-a-resister-dans-des-moments-difficiles-estime-le-directeur-sportif_AV-202201070539.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/cameroun-burkina-faso-la-technique-d-aboubakar-qui-tire-ses-penalties-sans-regarder-le-ballon_AV-202201090214.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 20:36:48 GMT", - "enclosure": "https://images.bfmtv.com/0TWPrETDTtxWLV5Z0_FMvVbnbp4=/0x0:2000x1125/800x0/images/Philippe-Gaillot-lors-du-match-face-a-Reims-en-2015-1210582.jpg", + "pubDate": "Sun, 09 Jan 2022 19:13:49 GMT", + "enclosure": "https://images.bfmtv.com/X5vtcGmwpwwst2NFUZm2hp29-rM=/14x70:2046x1213/800x0/images/Vincent-Aboubakar-1211558.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/0TWPrETDTtxWLV5Z0_FMvVbnbp4=/0x0:2000x1125/800x0/images/Philippe-Gaillot-lors-du-match-face-a-Reims-en-2015-1210582.jpg", + "image": "https://images.bfmtv.com/X5vtcGmwpwwst2NFUZm2hp29-rM=/14x70:2046x1213/800x0/images/Vincent-Aboubakar-1211558.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34954,20 +36010,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0c474cd33ed68ee059490e1c2e15c44", + "hash": "f44d89a34e2388bdc7a1e317103111c0", "highlights": [] }, { - "title": "Mercato: l'option d'achat de Pau Lopez levée par l'OM", - "description": "Prêté par la Roma à l'OM, Pau Lopez est officiellement devenu un joueur marseillais. Son option d'achat a été levée alors que le gardien dispute son 20e match avec Marseille ce vendredi face à Bordeaux.

", - "content": "Prêté par la Roma à l'OM, Pau Lopez est officiellement devenu un joueur marseillais. Son option d'achat a été levée alors que le gardien dispute son 20e match avec Marseille ce vendredi face à Bordeaux.

", + "title": "OL-PSG, les compos: Dubois de retour en piston, Wijnaldum enchaîne sur l'aile", + "description": "Pour son premier match de la phase retour, l'OL reçoit le PSG ce dimanche (20h45) lors de la 20e journée de Ligue 1. Mauro Icardi débutera du côté parisien, alors que Rayan Cherki est laissé sur le banc par Peter Bosz, qui donne la priorité à Lucas Paqueta.

", + "content": "Pour son premier match de la phase retour, l'OL reçoit le PSG ce dimanche (20h45) lors de la 20e journée de Ligue 1. Mauro Icardi débutera du côté parisien, alors que Rayan Cherki est laissé sur le banc par Peter Bosz, qui donne la priorité à Lucas Paqueta.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-l-option-d-achat-de-pau-lopez-levee-par-l-om_AV-202201070538.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-psg-les-compos-dubois-de-retour-en-piston-wijnaldum-enchaine-sur-l-aile_AV-202201090211.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 20:34:02 GMT", - "enclosure": "https://images.bfmtv.com/YEsKZmX4gY0eyjgl3SIVZLF2Ki0=/0x46:2048x1198/800x0/images/Pau-Lopez-1169054.jpg", + "pubDate": "Sun, 09 Jan 2022 18:56:58 GMT", + "enclosure": "https://images.bfmtv.com/xOOg8MDBd_e-RSUgA2UsVuO0tm0=/0x40:768x472/800x0/images/La-joie-du-milieu-de-terrain-neerlandais-du-Paris-Saint-Germain-Georginio-Wijnaldum-apres-avoir-egalise-1-1-face-a-Lens-lors-de-la-17e-journee-de-Ligue-1-le-4-decembre-2021-au-Stade-Bollaert-Delelis-1181798.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/YEsKZmX4gY0eyjgl3SIVZLF2Ki0=/0x46:2048x1198/800x0/images/Pau-Lopez-1169054.jpg", + "image": "https://images.bfmtv.com/xOOg8MDBd_e-RSUgA2UsVuO0tm0=/0x40:768x472/800x0/images/La-joie-du-milieu-de-terrain-neerlandais-du-Paris-Saint-Germain-Georginio-Wijnaldum-apres-avoir-egalise-1-1-face-a-Lens-lors-de-la-17e-journee-de-Ligue-1-le-4-decembre-2021-au-Stade-Bollaert-Delelis-1181798.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34976,20 +36032,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "98351604812af15e9fc0b650d3325516", + "hash": "71c6ed2023560cb1dea3e351112815d7", "highlights": [] }, { - "title": "Saint-Etienne: Puel répond à Romeyer après sa charge sur le non recrutement", - "description": "Claude Puel a réagi ce vendredi aux attaques de Roland Romeyer sur la mauvaise gestion du recrutement l’été dernier. Le président de Saint-Etienne désigne Puel comme seul responsable mais l’ancien coach des Verts se défend.

", - "content": "Claude Puel a réagi ce vendredi aux attaques de Roland Romeyer sur la mauvaise gestion du recrutement l’été dernier. Le président de Saint-Etienne désigne Puel comme seul responsable mais l’ancien coach des Verts se défend.

", + "title": "Mercato: en froid total avec Benitez, Lucas Digne tout proche d'Aston Villa", + "description": "En froid avec Rafael Benitez à Everton, Lucas Digne pourrait quitter les Toffees cet hiver. Pisté par plusieurs clubs de Premier League, l'international français intéresse fortement Aston Villa, qui a transmis une première offre.

", + "content": "En froid avec Rafael Benitez à Everton, Lucas Digne pourrait quitter les Toffees cet hiver. Pisté par plusieurs clubs de Premier League, l'international français intéresse fortement Aston Villa, qui a transmis une première offre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-puel-repond-a-romeyer-apres-sa-charge-sur-le-non-recrutement_AV-202201070533.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-froid-total-avec-benitez-lucas-digne-tout-proche-d-aston-villa_AV-202201090207.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 20:23:55 GMT", - "enclosure": "https://images.bfmtv.com/IbW8NFZBjf8hlJDA1nTBgwuCCVE=/0x73:768x505/800x0/images/L-entraineur-de-Saint-Etienne-Claude-Puel-lors-du-match-a-domicile-contre-Angers-comptant-pour-la-11e-journee-de-Ligue-1-le-22-octobre-2021-au-Stade-Geoffroy-Guichard-1182264.jpg", + "pubDate": "Sun, 09 Jan 2022 18:49:02 GMT", + "enclosure": "https://images.bfmtv.com/MD2iBgm1LbqmG6y65i-knXGuwio=/0x75:768x507/800x0/images/Le-defenseur-d-Everton-Lucas-Digne-lors-de-la-rencontre-de-Premier-League-contre-Liverpool-au-Goodison-Park-de-Liverpool-le-1er-decembre-2021-1201079.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/IbW8NFZBjf8hlJDA1nTBgwuCCVE=/0x73:768x505/800x0/images/L-entraineur-de-Saint-Etienne-Claude-Puel-lors-du-match-a-domicile-contre-Angers-comptant-pour-la-11e-journee-de-Ligue-1-le-22-octobre-2021-au-Stade-Geoffroy-Guichard-1182264.jpg", + "image": "https://images.bfmtv.com/MD2iBgm1LbqmG6y65i-knXGuwio=/0x75:768x507/800x0/images/Le-defenseur-d-Everton-Lucas-Digne-lors-de-la-rencontre-de-Premier-League-contre-Liverpool-au-Goodison-Park-de-Liverpool-le-1er-decembre-2021-1201079.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -34998,20 +36054,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5887278bb5b5ade336f60944d09484f", + "hash": "bbec17653aef881af3f491f95fcdeeb0", "highlights": [] }, { - "title": "Bordeaux-OM, les compos: Costil de retour, Harit et Luis Henrique titulaires", - "description": "Plombés par de nombreux cas de Covid, Bordeaux et l'OM alignent un onze très remanié. Les Marseillais vont tenter de briser la série d'invincibilité des Girondins à domicile, qui dure depuis 44 ans.

", - "content": "Plombés par de nombreux cas de Covid, Bordeaux et l'OM alignent un onze très remanié. Les Marseillais vont tenter de briser la série d'invincibilité des Girondins à domicile, qui dure depuis 44 ans.

", + "title": "Mercato: Nantes saisit la FIFA pour le départ de Kolo Muani", + "description": "Le FC Nantes a saisi la FIFA dans le cadre du départ en fin de saison de son buteur Randal Kolo Muani. Si Fribourg et les Canaris avaient trouvé un accord à hauteur de 9 millions d'euros, le buteur de 23 ans a refusé de partir. Il aurait déjà signé, à l'automne dernier, avec l'Eintracht Francfort, selon la direction des Canaris, ce qui est contraire à la règlementation.

", + "content": "Le FC Nantes a saisi la FIFA dans le cadre du départ en fin de saison de son buteur Randal Kolo Muani. Si Fribourg et les Canaris avaient trouvé un accord à hauteur de 9 millions d'euros, le buteur de 23 ans a refusé de partir. Il aurait déjà signé, à l'automne dernier, avec l'Eintracht Francfort, selon la direction des Canaris, ce qui est contraire à la règlementation.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-les-compos-costil-de-retour-harit-et-luis-henrique-titulaires_AV-202201070514.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-nantes-saisit-la-fifa-pour-le-depart-de-kolo-muani_AV-202201090204.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 19:33:26 GMT", - "enclosure": "https://images.bfmtv.com/FBfyoZDCwuXj55B6I3eJZ0ydF_U=/0x135:2048x1287/800x0/images/Dimitri-Payet-1210382.jpg", + "pubDate": "Sun, 09 Jan 2022 18:37:55 GMT", + "enclosure": "https://images.bfmtv.com/RuVRF7uf9ycEvUNYKMaIn4cID8E=/0x106:2048x1258/800x0/images/Randal-Kolo-Muani-1211545.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/FBfyoZDCwuXj55B6I3eJZ0ydF_U=/0x135:2048x1287/800x0/images/Dimitri-Payet-1210382.jpg", + "image": "https://images.bfmtv.com/RuVRF7uf9ycEvUNYKMaIn4cID8E=/0x106:2048x1258/800x0/images/Randal-Kolo-Muani-1211545.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35020,20 +36076,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0072b967fdd4bce57235da635924691c", + "hash": "22ba86c6f6127d7598a4b233e6a49374", "highlights": [] }, { - "title": "Barça: le club dément fermement le montant des salaires publiés dans la presse", - "description": "Le Barça a répondu ce vendredi à la publication d’une liste des plus gros salaires du club par une émission catalane, avec Piqué, Busquets, Alba et Umtiti en tête. Le club dément formellement.

", - "content": "Le Barça a répondu ce vendredi à la publication d’une liste des plus gros salaires du club par une émission catalane, avec Piqué, Busquets, Alba et Umtiti en tête. Le club dément formellement.

", + "title": "Le mercato en direct: Nantes a saisi la Fifa pour Kolo Muani", + "description": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", + "content": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/barca-le-club-dement-fermement-le-montant-des-salaires-publies-dans-la-presse_AV-202201070511.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/le-mercato-en-direct-les-infos-et-rumeurs-du-6-janvier-2022_LN-202201060107.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 19:21:52 GMT", - "enclosure": "https://images.bfmtv.com/VCbnHbiaaqcRZ-cSGDPE4_eALW4=/0x40:768x472/800x0/images/Le-milieu-de-terrain-de-Barcelone-Sergio-Busquets-les-defenseurs-francais-Samuel-Umtiti-et-l-Espagnol-Gerard-Pique-et-l-attaquant-marocain-Abde-Ezzalzouli-apres-un-but-encaisse-face-a-Osasuna-lors-de-la-17e-journee-de-LaLiga-le-12-decembre-2021-a-Pampelonne-1187088.jpg", + "pubDate": "Thu, 06 Jan 2022 07:20:37 GMT", + "enclosure": "https://images.bfmtv.com/uTPTKfy2Pwh7Sv3Yb8smUzq-_JA=/13x80:1997x1196/800x0/images/Randal-Kolo-Muani-1035032.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/VCbnHbiaaqcRZ-cSGDPE4_eALW4=/0x40:768x472/800x0/images/Le-milieu-de-terrain-de-Barcelone-Sergio-Busquets-les-defenseurs-francais-Samuel-Umtiti-et-l-Espagnol-Gerard-Pique-et-l-attaquant-marocain-Abde-Ezzalzouli-apres-un-but-encaisse-face-a-Osasuna-lors-de-la-17e-journee-de-LaLiga-le-12-decembre-2021-a-Pampelonne-1187088.jpg", + "image": "https://images.bfmtv.com/uTPTKfy2Pwh7Sv3Yb8smUzq-_JA=/13x80:1997x1196/800x0/images/Randal-Kolo-Muani-1035032.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35042,20 +36098,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d11e5addb04f1f417bd35de366dadb83", + "hash": "fb5480d2a04f358f702f9eafab1cac8c", "highlights": [] }, { - "title": "Ligue 1: les dirigeants de Reims fustigent l'arbitrage après le match face à l'OM", - "description": "Sanctionnés après le match face à l'OM le 22 décembre (1-1), les dirigeants du Stade de Reims ont réagi via un communiqué, en critiquant fermement l'arbitrage.

", - "content": "Sanctionnés après le match face à l'OM le 22 décembre (1-1), les dirigeants du Stade de Reims ont réagi via un communiqué, en critiquant fermement l'arbitrage.

", + "title": "Cameroun-Burkina Faso en direct: \"On doit faire beaucoup mieux\", lâche Aboubakar, malgré la victoire", + "description": "La CAN 2022 débute ce dimanche avec le pays hôte, le Cameroun, qui affronte le Burkina Faso en match d'ouverture (17h). Les Camerounais partent avec beaucoup d'ambition, sportivement et sur le plan de l'image du pays organisateur.

", + "content": "La CAN 2022 débute ce dimanche avec le pays hôte, le Cameroun, qui affronte le Burkina Faso en match d'ouverture (17h). Les Camerounais partent avec beaucoup d'ambition, sportivement et sur le plan de l'image du pays organisateur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-les-dirigeants-de-reims-fustigent-l-arbitrage-apres-le-match-face-a-l-om_AV-202201070506.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-le-match-d-ouverture-cameroun-burkina-faso-en-direct_LS-202201090134.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 19:10:31 GMT", - "enclosure": "https://images.bfmtv.com/Jr_i5htBR3tMUYK2S5tx9VratuI=/0x106:2048x1258/800x0/images/Jean-Pierre-Caillot-1040806.jpg", + "pubDate": "Sun, 09 Jan 2022 14:20:16 GMT", + "enclosure": "https://images.bfmtv.com/mzAKCIO_ofS72Vik41xEv2HPKkI=/14x28:2030x1162/800x0/images/Vincent-Aboubakar-double-buteur-avec-le-Cameroun-face-au-Burkina-Faso-lors-du-match-d-ouverture-de-la-CAN-2022-1211508.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Jr_i5htBR3tMUYK2S5tx9VratuI=/0x106:2048x1258/800x0/images/Jean-Pierre-Caillot-1040806.jpg", + "image": "https://images.bfmtv.com/mzAKCIO_ofS72Vik41xEv2HPKkI=/14x28:2030x1162/800x0/images/Vincent-Aboubakar-double-buteur-avec-le-Cameroun-face-au-Burkina-Faso-lors-du-match-d-ouverture-de-la-CAN-2022-1211508.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35064,20 +36120,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ec9b4b4ffe56a86211edc5004fc193a", + "hash": "bcff90cdd413bb31ebaebf86a6da51ad", "highlights": [] }, { - "title": "Bordeaux-OM: l'accueil bouillant des supporters girondins à l'arrivée des joueurs", - "description": "Alors que Bordeaux-OM se jouera à huis clos ce vendredi en Ligue 1, les Ultramarines ont accueilli les joueurs bordelais avec des fumigènes à leur arrivée au Matmut-Atlantique.

", - "content": "Alors que Bordeaux-OM se jouera à huis clos ce vendredi en Ligue 1, les Ultramarines ont accueilli les joueurs bordelais avec des fumigènes à leur arrivée au Matmut-Atlantique.

", + "title": "CAN 2022: le Cameroun réussit son entrée, après un scénario renversant contre le Burkina Faso", + "description": "Le Cameroun, pays organisateur de la Coupe d'Afrique des nations, s'est imposé 2-1 contre le Burkina Faso lors du match d'ouverture, ce dimanche à Yaoundé.

", + "content": "Le Cameroun, pays organisateur de la Coupe d'Afrique des nations, s'est imposé 2-1 contre le Burkina Faso lors du match d'ouverture, ce dimanche à Yaoundé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-l-accueil-bouillant-des-supporters-girondins-a-l-arrivee-des-joueurs_AV-202201070501.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-le-cameroun-reussit-son-entree-apres-un-scenario-renversant-contre-le-burkina-faso_AV-202201090197.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 18:56:26 GMT", - "enclosure": "https://images.bfmtv.com/ql9PV-pyFbTij9EOZCahduybAoo=/0x150:2048x1302/800x0/images/Supporters-Bordeaux-1197661.jpg", + "pubDate": "Sun, 09 Jan 2022 18:11:25 GMT", + "enclosure": "https://images.bfmtv.com/2q9mk5vgE7TV0yde1StWz5OiVrU=/0x45:1200x720/800x0/images/Vincent-Aboubakar-1211535.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ql9PV-pyFbTij9EOZCahduybAoo=/0x150:2048x1302/800x0/images/Supporters-Bordeaux-1197661.jpg", + "image": "https://images.bfmtv.com/2q9mk5vgE7TV0yde1StWz5OiVrU=/0x45:1200x720/800x0/images/Vincent-Aboubakar-1211535.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35086,42 +36142,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "5803935ab43b0ba61d15062e5ec96c44", + "hash": "7a6168820685a1b8a8abd98f2a4ebcc8", "highlights": [] }, { - "title": "Open d'Australie en direct: le clan Djokovic s'exprime enfin sur sa situation vaccinale", - "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", - "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "title": "Nantes-Monaco: triste première pour Clement avec l'ASM, qui perd encore du terrain", + "description": "Monaco a concédé le nul (0-0) ce dimanche en déplacement à Nantes, lors de la 20e journée de Ligue 1, pour la première sur le banc de Philippe Clement. Après une bonne entame, les Monégasques ont baissé de rythme, laissant en seconde période des opportunités aux Canaris pour s'imposer.

", + "content": "Monaco a concédé le nul (0-0) ce dimanche en déplacement à Nantes, lors de la 20e journée de Ligue 1, pour la première sur le banc de Philippe Clement. Après une bonne entame, les Monégasques ont baissé de rythme, laissant en seconde période des opportunités aux Canaris pour s'imposer.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/nantes-monaco-triste-premiere-pour-clement-avec-l-asm-qui-perd-encore-du-terrain_AV-202201090193.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", - "enclosure": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", + "pubDate": "Sun, 09 Jan 2022 18:00:08 GMT", + "enclosure": "https://images.bfmtv.com/fMT8xMhmNfpaLYvamswACBy1jPs=/0x106:2048x1258/800x0/images/Sofiane-Diop-1211520.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", + "image": "https://images.bfmtv.com/fMT8xMhmNfpaLYvamswACBy1jPs=/0x106:2048x1258/800x0/images/Sofiane-Diop-1211520.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "85ab2131edb441fa0ea17ba0e63f34b1", + "hash": "57a7fa29b381abd9d13176107920b6f7", "highlights": [] }, { - "title": "Le sport face au Covid en direct: Toulon-La Rochelle et Toulouse-Montpellier reportés", - "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", - "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "title": "Coupe d’Europe rugby: réunion lundi pour ajuster le format des compétitions", + "description": "Les huitièmes de finale de la Champions Cup pourraient se dérouler sur un seul match, et non pas sur des confrontations aller-retour. C’est l’option portée par la Ligue nationale de rugby afin de reprogrammer, début avril, les matchs reportés de la deuxième journée. Lundi, le board de l’EPCR doit se positionner sur le sujet.

", + "content": "Les huitièmes de finale de la Champions Cup pourraient se dérouler sur un seul match, et non pas sur des confrontations aller-retour. C’est l’option portée par la Ligue nationale de rugby afin de reprogrammer, début avril, les matchs reportés de la deuxième journée. Lundi, le board de l’EPCR doit se positionner sur le sujet.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/le-sport-face-au-coronavirus-suivez-toutes-les-infos-en-direct_LN-202201060115.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe-rugby-reunion-lundi-pour-ajuster-le-format-des-competitions_AV-202201090189.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 07:32:06 GMT", - "enclosure": "https://images.bfmtv.com/J_qT8WMi9ZNE8Vh-0wWOjwg6uZU=/0x106:2048x1258/800x0/images/Toulon-1208127.jpg", + "pubDate": "Sun, 09 Jan 2022 17:41:07 GMT", + "enclosure": "https://images.bfmtv.com/tx7y9Tdf_sw4pu9uHlfgh2N9omc=/0x50:2048x1202/800x0/images/Un-poteau-de-corner-de-la-Champions-Cup-en-decembre-2021-1210374.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/J_qT8WMi9ZNE8Vh-0wWOjwg6uZU=/0x106:2048x1258/800x0/images/Toulon-1208127.jpg", + "image": "https://images.bfmtv.com/tx7y9Tdf_sw4pu9uHlfgh2N9omc=/0x50:2048x1202/800x0/images/Un-poteau-de-corner-de-la-Champions-Cup-en-decembre-2021-1210374.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35130,20 +36186,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f613dc4fc142d3198cb9df10f36139a2", + "hash": "2d40c86203e2f3b7c34f56e36c9d8a09", "highlights": [] }, { - "title": "Top 14: la LNR confirme les reports de Toulon-La Rochelle et Toulouse-Montpellier", - "description": "Toulon-La Rochelle et Toulouse-Montpellier, prévus dimanche dans le cadre de la 15e journée de Top 14, sont bel et bien reportés pour cause de Covid. La Ligue Nationale de Rugby l’a confirmé ce soir. 

", - "content": "Toulon-La Rochelle et Toulouse-Montpellier, prévus dimanche dans le cadre de la 15e journée de Top 14, sont bel et bien reportés pour cause de Covid. La Ligue Nationale de Rugby l’a confirmé ce soir. 

", + "title": "Open d'Australie: Murray espère que Djokovic \"va bien\"", + "description": "Toujours en attente d'une décision concernant sa participation à l'Open d'Australie, Novak Djokovic a reçu le soutien d'Andy Murray, qui espère que le numéro 1 mondial \"va bien\".

", + "content": "Toujours en attente d'une décision concernant sa participation à l'Open d'Australie, Novak Djokovic a reçu le soutien d'Andy Murray, qui espère que le numéro 1 mondial \"va bien\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-la-lnr-confirme-les-reports-de-toulon-la-rochelle-et-toulouse-montpellier_AN-202201070495.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-murray-espere-que-djokovic-va-bien_AV-202201090187.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 18:40:31 GMT", - "enclosure": "https://images.bfmtv.com/mif-94Ms0vyDwOPuIq5kfq-mUPk=/0x106:2048x1258/800x0/images/Romain-Ntamack-Stade-Toulousain-1210738.jpg", + "pubDate": "Sun, 09 Jan 2022 17:26:58 GMT", + "enclosure": "https://images.bfmtv.com/I7vuHOp6Ca77HPTadmDWMzOZGbg=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-02-11-2021-1210870.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/mif-94Ms0vyDwOPuIq5kfq-mUPk=/0x106:2048x1258/800x0/images/Romain-Ntamack-Stade-Toulousain-1210738.jpg", + "image": "https://images.bfmtv.com/I7vuHOp6Ca77HPTadmDWMzOZGbg=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-02-11-2021-1210870.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35152,20 +36208,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d9257e80c9f71706d718007671091ec", + "hash": "ea2da6aa8cd30f5fe05baa76f175603f", "highlights": [] }, { - "title": "Le mercato en direct: option d'achat levée par l'OM pour Pau Lopez", - "description": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouver toutes les infos et rumeurs du mercato sur RMC Sport.

", - "content": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouver toutes les infos et rumeurs du mercato sur RMC Sport.

", + "title": "Open d'Australie: comment va se dérouler l'audience décisive pour Djokovic", + "description": "Le numéro un mondial Novak Djokovic, privé de visa à Melbourne, va se battre pour rester en Australie - et participer au premier tournoi du Grand Chelem de la saison - dans la nuit de dimanche à lundi devant un tribunal fédéral. Explications.

", + "content": "Le numéro un mondial Novak Djokovic, privé de visa à Melbourne, va se battre pour rester en Australie - et participer au premier tournoi du Grand Chelem de la saison - dans la nuit de dimanche à lundi devant un tribunal fédéral. Explications.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/le-mercato-en-direct-les-infos-et-rumeurs-du-6-janvier-2022_LN-202201060107.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-comment-va-se-derouler-l-audience-decisive-pour-djokovic_AV-202201090041.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 07:20:37 GMT", - "enclosure": "https://images.bfmtv.com/dHxpbh3p7AqhEia-KVa_a4yRVEE=/3x46:1891x1108/800x0/images/Pau-Lopez-OM-le-22-decembre-2021-1210777.jpg", + "pubDate": "Sun, 09 Jan 2022 09:12:00 GMT", + "enclosure": "https://images.bfmtv.com/lbvYVNceePIILr1Jk1_n03is5rw=/0x39:768x471/800x0/images/Le-numero-un-mondial-serbe-Novak-Djokovic-pendant-la-finale-de-l-Open-d-Australie-a-Melbourne-le-21-fevrier-2021-1208188.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/dHxpbh3p7AqhEia-KVa_a4yRVEE=/3x46:1891x1108/800x0/images/Pau-Lopez-OM-le-22-decembre-2021-1210777.jpg", + "image": "https://images.bfmtv.com/lbvYVNceePIILr1Jk1_n03is5rw=/0x39:768x471/800x0/images/Le-numero-un-mondial-serbe-Novak-Djokovic-pendant-la-finale-de-l-Open-d-Australie-a-Melbourne-le-21-fevrier-2021-1208188.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35174,20 +36230,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "93471173237be15725829c35995b4697", + "hash": "fc1bb2db86b4cc0ca57018a9cb089973", "highlights": [] }, { - "title": "Manchester City: ce qu'on sait des conditions strictes de liberté sous caution de Benjamin Mendy", - "description": "Accusé de sept viols et d’une agression sexuelle, Benjamin Mendy a été libéré sous caution ce vendredi. Placé sous contrôle judiciaire par la justice britannique, le latéral de Manchester City devra respecter des conditions strictes.

", - "content": "Accusé de sept viols et d’une agression sexuelle, Benjamin Mendy a été libéré sous caution ce vendredi. Placé sous contrôle judiciaire par la justice britannique, le latéral de Manchester City devra respecter des conditions strictes.

", + "title": "PSG: la \"bonne rentrée\" de Diallo, l'absence d'Hamraoui... Ollé-Nicolle explique ses choix", + "description": "Didier Ollé-Nicolle, l'entraîneur des féminines du PSG, qualifiées pour les huitièmes de finale de la Coupe de France aux dépens de Dijon (0-0, 5-4 tab), a expliqué ce qui l'avait poussé à enclencher le retour d'Aminata Diallo, sans pour autant récupérer Kheira Hamraoui.

", + "content": "Didier Ollé-Nicolle, l'entraîneur des féminines du PSG, qualifiées pour les huitièmes de finale de la Coupe de France aux dépens de Dijon (0-0, 5-4 tab), a expliqué ce qui l'avait poussé à enclencher le retour d'Aminata Diallo, sans pour autant récupérer Kheira Hamraoui.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-city-ce-qu-on-sait-des-conditions-strictes-de-liberte-sous-caution-de-benjamin-mendy_AV-202201070471.html", + "link": "https://rmcsport.bfmtv.com/football/feminin/psg-la-bonne-rentree-de-diallo-l-absence-d-hamraoui-olle-nicolle-explique-ses-choix_AV-202201090184.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 18:13:32 GMT", - "enclosure": "https://images.bfmtv.com/xv2A_DroL-3nXEbh7qaCgn9U8KQ=/0x0:512x288/800x0/images/Le-defenseur-francais-de-Manchester-City-Benjamin-Mendy-le-4-novembre-2018-en-Premier-League-a-domicile-contre-Southampton-1167717.jpg", + "pubDate": "Sun, 09 Jan 2022 17:13:40 GMT", + "enclosure": "https://images.bfmtv.com/vSfraXq6eUfUir0pSCB7aex-iKI=/0x0:1200x675/800x0/images/Didier-Olle-Nicolle-1211515.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/xv2A_DroL-3nXEbh7qaCgn9U8KQ=/0x0:512x288/800x0/images/Le-defenseur-francais-de-Manchester-City-Benjamin-Mendy-le-4-novembre-2018-en-Premier-League-a-domicile-contre-Southampton-1167717.jpg", + "image": "https://images.bfmtv.com/vSfraXq6eUfUir0pSCB7aex-iKI=/0x0:1200x675/800x0/images/Didier-Olle-Nicolle-1211515.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35196,20 +36252,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b03fe090cac22ca5373f9b3b7b171d75", + "hash": "94b69dd161e91809fd043b05a9908973", "highlights": [] }, { - "title": "Mercato: Kolo Muani refuse d’aller à Fribourg… malgré une grosse offre acceptée par Nantes", - "description": "En fin de contrat à l’issue de la saison avec le FC Nantes, Kolo Muani aurait pu quitter cet hiver son club formateur. Selon nos informations, Fribourg s’était mis d’accord financièrement avec les Nantais avec une offre de 9 millions. Mais le buteur a refusé la proposition du club allemand.

", - "content": "En fin de contrat à l’issue de la saison avec le FC Nantes, Kolo Muani aurait pu quitter cet hiver son club formateur. Selon nos informations, Fribourg s’était mis d’accord financièrement avec les Nantais avec une offre de 9 millions. Mais le buteur a refusé la proposition du club allemand.

", + "title": "PSG: Neymar revient bien ce dimanche à Paris, comme prévu", + "description": "Toujours en phase de rééducation après sa blessure à la cheville, Neymar est attendu ce dimanche à Paris, alors qu'il a bénéficié de quelques jours supplémentaires de la part du PSG pour se soigner au Brésil.

", + "content": "Toujours en phase de rééducation après sa blessure à la cheville, Neymar est attendu ce dimanche à Paris, alors qu'il a bénéficié de quelques jours supplémentaires de la part du PSG pour se soigner au Brésil.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-kolo-muani-refuse-d-aller-a-fribourg-malgre-une-offre-de-9-millions-acceptee-par-nantes_AV-202201070465.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-neymar-revient-bien-ce-dimanche-a-paris-comme-prevu_AV-202201090180.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 18:00:11 GMT", - "enclosure": "https://images.bfmtv.com/uTPTKfy2Pwh7Sv3Yb8smUzq-_JA=/13x80:1997x1196/800x0/images/Randal-Kolo-Muani-1035032.jpg", + "pubDate": "Sun, 09 Jan 2022 16:57:26 GMT", + "enclosure": "https://images.bfmtv.com/_VK-JXkOWQRNX0idPTWnA3GkOU8=/0x0:2048x1152/800x0/images/Neymar-1177801.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/uTPTKfy2Pwh7Sv3Yb8smUzq-_JA=/13x80:1997x1196/800x0/images/Randal-Kolo-Muani-1035032.jpg", + "image": "https://images.bfmtv.com/_VK-JXkOWQRNX0idPTWnA3GkOU8=/0x0:2048x1152/800x0/images/Neymar-1177801.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35218,20 +36274,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b81388ccdb294e045eae52f652ed3141", + "hash": "dc1dea44bfb1fa17d3ec7100896bc55b", "highlights": [] }, { - "title": "FIFA 22: Mbappé, Payet, Benzema... les attaquants nommés pour l'équipe de l'année", - "description": "EA Sports a dévoilé ce vendredi la liste des attaquants en concurrence pour intégrer la très attendue Team of The Year du mode de jeu Ultimate Team sur FIFA 22. Les fans seront invités à voter pendant une semaine pour leurs favoris.

", - "content": "EA Sports a dévoilé ce vendredi la liste des attaquants en concurrence pour intégrer la très attendue Team of The Year du mode de jeu Ultimate Team sur FIFA 22. Les fans seront invités à voter pendant une semaine pour leurs favoris.

", + "title": "Coupe de France féminine: le PSG se fait peur mais file en huitièmes de finale, Diallo a rejoué", + "description": "Championnes de France en titre, les féminines du PSG se sont qualifiées de justesse face à Dijon en 16e de finale de la Coupe de France. La rencontre a été marquée par le retour d'Aminata Diallo.

", + "content": "Championnes de France en titre, les féminines du PSG se sont qualifiées de justesse face à Dijon en 16e de finale de la Coupe de France. La rencontre a été marquée par le retour d'Aminata Diallo.

", "category": "", - "link": "https://rmcsport.bfmtv.com/e-sport/fifa-22-mbappe-payet-benzema-les-attaquants-nommes-pour-l-equipe-de-l-annee_AV-202201070463.html", + "link": "https://rmcsport.bfmtv.com/football/feminin/coupe-de-france-feminine-le-psg-se-fait-peur-mais-file-en-huitiemes-de-finale-diallo-a-rejoue_AD-202201090176.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 17:56:50 GMT", - "enclosure": "https://images.bfmtv.com/8KNapitgKEk_sbY1aW3YXhZ2-Jg=/0x0:2048x1152/800x0/images/Karim-Benzema-et-Kylian-Mbappe-1165781.jpg", + "pubDate": "Sun, 09 Jan 2022 16:33:21 GMT", + "enclosure": "https://images.bfmtv.com/cJRxopBgVanXURGH3dOfl-EK6eI=/13x54:1997x1170/800x0/images/Aminata-Diallo-de-retour-avec-le-PSG-face-a-Dijon-le-9-janvier-2022-1211500.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/8KNapitgKEk_sbY1aW3YXhZ2-Jg=/0x0:2048x1152/800x0/images/Karim-Benzema-et-Kylian-Mbappe-1165781.jpg", + "image": "https://images.bfmtv.com/cJRxopBgVanXURGH3dOfl-EK6eI=/13x54:1997x1170/800x0/images/Aminata-Diallo-de-retour-avec-le-PSG-face-a-Dijon-le-9-janvier-2022-1211500.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35240,20 +36296,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0200f011feb370723500dd647d2c635d", + "hash": "275c4eaca92ed911780a7a3f8cbd3889", "highlights": [] }, { - "title": "Rugby: le jeune Toulonnais hospitalisé pour problèmes cardiaques est rentré chez lui", - "description": "Hospitalisé en raison de problèmes cardiaques, le jeune joueur du RC Toulon a passé des examens ce vendredi et a pu sortir de l'hôpital.

", - "content": "Hospitalisé en raison de problèmes cardiaques, le jeune joueur du RC Toulon a passé des examens ce vendredi et a pu sortir de l'hôpital.

", + "title": "CAN 2022 en direct: Yaoundé en liesse pour le match d'ouverture", + "description": "Le coup d’envoi de la Coupe d’Afrique des nations sera donné ce dimanche avec le match d’ouverture entre le Cameroun, pays hôte de la compétition, et le Burkina Faso à 17h au stade d’Olembe de Yaoundé. Ce match sera suivi par la 2eme rencontre du groupe A Ethiopie-Cap Vert à 20h. Retrouvez toutes les infos sur cette CAN 2022 en direct sur RMC Sport dans notre live commenté.

", + "content": "Le coup d’envoi de la Coupe d’Afrique des nations sera donné ce dimanche avec le match d’ouverture entre le Cameroun, pays hôte de la compétition, et le Burkina Faso à 17h au stade d’Olembe de Yaoundé. Ce match sera suivi par la 2eme rencontre du groupe A Ethiopie-Cap Vert à 20h. Retrouvez toutes les infos sur cette CAN 2022 en direct sur RMC Sport dans notre live commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/rugby-le-jeune-toulonnais-hospitalise-pour-problemes-cardiaques-est-rentre-chez-lui_AV-202201070458.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-en-direct-toutes-les-infos-avant-le-match-d-ouverture-cameroun-burkina-faso_LN-202201090016.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 17:50:38 GMT", - "enclosure": "https://images.bfmtv.com/Ujl71RdEXpRrkPyqmqkCOMdQIkM=/0x39:768x471/800x0/images/L-entraineur-de-Toulon-Franck-Azema-avant-le-match-de-Top-14-contre-Clermont-le-7-novembre-2021-au-Stade-Marcel-Michelin-1179428.jpg", + "pubDate": "Sun, 09 Jan 2022 07:07:21 GMT", + "enclosure": "https://images.bfmtv.com/BHEY0Wn1D0H7hFxHFVhiwGTSyWo=/0x67:2000x1192/800x0/images/Des-chapeaux-du-Cameroun-a-Yaounde-1211385.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Ujl71RdEXpRrkPyqmqkCOMdQIkM=/0x39:768x471/800x0/images/L-entraineur-de-Toulon-Franck-Azema-avant-le-match-de-Top-14-contre-Clermont-le-7-novembre-2021-au-Stade-Marcel-Michelin-1179428.jpg", + "image": "https://images.bfmtv.com/BHEY0Wn1D0H7hFxHFVhiwGTSyWo=/0x67:2000x1192/800x0/images/Des-chapeaux-du-Cameroun-a-Yaounde-1211385.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35262,20 +36318,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3388eae8e355e55ec452ec64e1b39231", + "hash": "fffad648b674f07ebfc8401509fc5de1", "highlights": [] }, { - "title": "Le champion du monde junior de tir meurt après s'être accidentellement tiré une balle dans le ventre", - "description": "Cristian Ghilli, champion du monde junior de tir, est décédé à 19 ans jeudi après s'être accidentellement tiré une balle dans le ventre alors qu'il chassait avec ses amis.

", - "content": "Cristian Ghilli, champion du monde junior de tir, est décédé à 19 ans jeudi après s'être accidentellement tiré une balle dans le ventre alors qu'il chassait avec ses amis.

", + "title": "PSG: Aminata Diallo a rejoué, deux mois après l'affaire Hamraoui", + "description": "Deux mois après son dernier match, et le début de l'affaire Kheira Hamraoui dans laquelle elle avait été un temps inquiétée, Aminata Diallo a de nouveau foulé un terrain ce dimanche lors de la victoire du PSG face à Dijon en 16e de finale de Coupe de France (0-0, 5-4 tab). L'internationale française a disputé 12 minutes.

", + "content": "Deux mois après son dernier match, et le début de l'affaire Kheira Hamraoui dans laquelle elle avait été un temps inquiétée, Aminata Diallo a de nouveau foulé un terrain ce dimanche lors de la victoire du PSG face à Dijon en 16e de finale de Coupe de France (0-0, 5-4 tab). L'internationale française a disputé 12 minutes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-extremes/le-champion-du-monde-junior-de-tir-meurt-apres-s-etre-accidentellement-tire-une-balle-dans-le-ventre_AN-202201070456.html", + "link": "https://rmcsport.bfmtv.com/football/feminin/psg-feminines-aminata-diallo-a-rejoue-deux-mois-apres-l-affaire-hamraoui_AV-202201090164.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 17:48:36 GMT", - "enclosure": "https://images.bfmtv.com/h8RID-pP6ONkS5_fs6-28IxNJeI=/0x128:1984x1244/800x0/images/Un-pistolet-1210664.jpg", + "pubDate": "Sun, 09 Jan 2022 15:46:40 GMT", + "enclosure": "https://images.bfmtv.com/BtAE_sMq1s8ZJxBUGQqgBGW2pM8=/0x38:2048x1190/800x0/images/Aminata-Diallo-1164653.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/h8RID-pP6ONkS5_fs6-28IxNJeI=/0x128:1984x1244/800x0/images/Un-pistolet-1210664.jpg", + "image": "https://images.bfmtv.com/BtAE_sMq1s8ZJxBUGQqgBGW2pM8=/0x38:2048x1190/800x0/images/Aminata-Diallo-1164653.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35284,20 +36340,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "31c58d0842d1df9765688096bd6037ef", + "hash": "026c1187f84b94088852c5358e50fbb7", "highlights": [] }, { - "title": "Manchester United: Rangnick nie toute tension dans le vestiaire mancunien", - "description": "Installé sur le banc de Manchester United afin d’assurer l’intérim jusqu’à la fin de la saison, Ralf Rangnickfait déjà l'objet de critiques. Face à la presse, le technicien a nié l’existence de tensions dans le vestiaire, tout en admettant la présence de joueurs mécontents de leur sort.

", - "content": "Installé sur le banc de Manchester United afin d’assurer l’intérim jusqu’à la fin de la saison, Ralf Rangnickfait déjà l'objet de critiques. Face à la presse, le technicien a nié l’existence de tensions dans le vestiaire, tout en admettant la présence de joueurs mécontents de leur sort.

", + "title": "Nice: Galtier dément un coup de bluff avec les joueurs positifs au Covid", + "description": "Christophe Galtier s’est défendu ce dimanche en conférence de presse d’avoir voulu tromper son monde avec les cas Covid au sein de son groupe. Annoncée au complet la veille du match face à Brest, remporté 3-0, l’équipe de Nice s’est retrouvée amputée de trois joueurs juste avant le coup d’envoi.

", + "content": "Christophe Galtier s’est défendu ce dimanche en conférence de presse d’avoir voulu tromper son monde avec les cas Covid au sein de son groupe. Annoncée au complet la veille du match face à Brest, remporté 3-0, l’équipe de Nice s’est retrouvée amputée de trois joueurs juste avant le coup d’envoi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-rangnick-nie-toute-tension-dans-le-vestiaire-mancunien_AV-202201070454.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/nice-galtier-dement-un-coup-de-bluff-avec-les-joueurs-positifs-au-covid_AV-202201090162.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 17:47:21 GMT", - "enclosure": "https://images.bfmtv.com/CieoJ1vEzoUQPTNpENFDMcr9dYY=/0x0:2032x1143/800x0/images/Ralf-Rangnick-1184647.jpg", + "pubDate": "Sun, 09 Jan 2022 15:37:34 GMT", + "enclosure": "https://images.bfmtv.com/pLPoYALitRE1lHLdYSMBZkx32z0=/0x0:1200x675/800x0/images/Christophe-Galtier-1211477.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/CieoJ1vEzoUQPTNpENFDMcr9dYY=/0x0:2032x1143/800x0/images/Ralf-Rangnick-1184647.jpg", + "image": "https://images.bfmtv.com/pLPoYALitRE1lHLdYSMBZkx32z0=/0x0:1200x675/800x0/images/Christophe-Galtier-1211477.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35306,42 +36362,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f7908e732d4f3940d85e235d192aa11", + "hash": "63409308371e9b102ac0e71cb60fbf1a", "highlights": [] }, { - "title": "Coupe de France: Bergerac recevra Saint-Etienne... à Périgueux", - "description": "Bergerac doit recevoir Saint-Etienne le dimanche 30 janvier en huitième de finale de Coupe de France. Mais, à cause des restrictions sanitaires, les locaux devront en fait jouer dans le stade des voisins de Périgueux.

", - "content": "Bergerac doit recevoir Saint-Etienne le dimanche 30 janvier en huitième de finale de Coupe de France. Mais, à cause des restrictions sanitaires, les locaux devront en fait jouer dans le stade des voisins de Périgueux.

", + "title": "Dakar 2022: Loeb remporte la 7e étape et talonne de nouveau Al-Attiyah", + "description": "Le pilote français Sébastien Loeb a remporté dimanche sa deuxième victoire d'étape sur le Dakar 2022. Forcé d'attaquer pour refaire son retour sur le leader, Nasser al-Attiyah, le voilà désormais deuxième au général.

", + "content": "Le pilote français Sébastien Loeb a remporté dimanche sa deuxième victoire d'étape sur le Dakar 2022. Forcé d'attaquer pour refaire son retour sur le leader, Nasser al-Attiyah, le voilà désormais deuxième au général.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-bergerac-recevra-saint-etienne-a-perigueux_AV-202201070435.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/dakar-2022-loeb-remporte-la-7e-etape-et-talonne-de-nouveau-al-attiyah_AV-202201090156.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 17:22:42 GMT", - "enclosure": "https://images.bfmtv.com/rJRN9j6VeDWjbqkazsGdohjz0Nc=/0x52:768x484/800x0/images/Les-joueurs-de-Bergerac-vainqueurs-du-FC-Metz-au-Stade-de-Campreal-dans-l-une-des-grosses-surprises-des-32e-de-finale-de-la-Coupe-de-France-le-19-decembre-2021-1201222.jpg", + "pubDate": "Sun, 09 Jan 2022 15:19:12 GMT", + "enclosure": "https://images.bfmtv.com/K-1kPS6WRxeQgRfn18qqjFNQwUg=/0x17:768x449/800x0/images/La-Prodrive-pilotee-par-Sebastien-Loeb-assiste-de-son-co-pilote-belge-Fabian-Lurquin-lors-de-la-2e-etape-du-rallye-raid-Dakar-2022-une-speciale-entre-Ha-il-et-al-Qaisumah-Arabie-saoudite-le-3-janvier-2022-1203163.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/rJRN9j6VeDWjbqkazsGdohjz0Nc=/0x52:768x484/800x0/images/Les-joueurs-de-Bergerac-vainqueurs-du-FC-Metz-au-Stade-de-Campreal-dans-l-une-des-grosses-surprises-des-32e-de-finale-de-la-Coupe-de-France-le-19-decembre-2021-1201222.jpg", + "image": "https://images.bfmtv.com/K-1kPS6WRxeQgRfn18qqjFNQwUg=/0x17:768x449/800x0/images/La-Prodrive-pilotee-par-Sebastien-Loeb-assiste-de-son-co-pilote-belge-Fabian-Lurquin-lors-de-la-2e-etape-du-rallye-raid-Dakar-2022-une-speciale-entre-Ha-il-et-al-Qaisumah-Arabie-saoudite-le-3-janvier-2022-1203163.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "31c8e5dc1f6abde5cece6a3ed159abc8", + "hash": "19882bca041e7bf72550dabc3e5faf6b", "highlights": [] }, { - "title": "Chelsea: \"C’est l’une des options\", Tuchel évoque un potentiel retour en janvier d’Emerson Palmieri", - "description": "À la recherche d’un latéral gauche pour pallier la longue blessure de Ben Chilwell, Chelsea pourrait embêter l’OL. Interrogé par la presse sur un potentiel retour en janvier d’Emerson Palmieri, Thomas Tuchel n’a pas fermé la porte à cette option.

", - "content": "À la recherche d’un latéral gauche pour pallier la longue blessure de Ben Chilwell, Chelsea pourrait embêter l’OL. Interrogé par la presse sur un potentiel retour en janvier d’Emerson Palmieri, Thomas Tuchel n’a pas fermé la porte à cette option.

", + "title": "Nantes-Monaco en direct: les Monégasques accrochés à Nantes pour la première de Clément", + "description": "Revivez dans les conditions du direct sur notre site le match nul et vierge entre Nantes et Monaco (0-0), pour le compte de la 20e journée de Ligue 1.

", + "content": "Revivez dans les conditions du direct sur notre site le match nul et vierge entre Nantes et Monaco (0-0), pour le compte de la 20e journée de Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/chelsea-c-est-l-une-des-options-tuchel-evoque-un-potentiel-retour-en-janvier-d-emerson-palmieri_AV-202201070427.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/nantes-monaco-en-direct-premiere-sur-le-banc-monegasque-de-philippe-clement_LS-202201090151.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 17:16:49 GMT", - "enclosure": "https://images.bfmtv.com/hoVJfuweoH_x-HgUAmos0P6bdiQ=/0x30:2048x1182/800x0/images/Emerson-Palmieri-1185779.jpg", + "pubDate": "Sun, 09 Jan 2022 15:12:02 GMT", + "enclosure": "https://images.bfmtv.com/l_rW36t-Hh1YY62EDDcKyxK_-I0=/0x74:2048x1226/800x0/images/Alexander-Nuebel-1166864.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/hoVJfuweoH_x-HgUAmos0P6bdiQ=/0x30:2048x1182/800x0/images/Emerson-Palmieri-1185779.jpg", + "image": "https://images.bfmtv.com/l_rW36t-Hh1YY62EDDcKyxK_-I0=/0x74:2048x1226/800x0/images/Alexander-Nuebel-1166864.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35350,20 +36406,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "436c847ef293c60d603f5ef567aa1937", + "hash": "35ada6e4c1b3ee092c65cd231d168196", "highlights": [] }, { - "title": "Ligue 1 en direct: première sanction pour Saint-Etienne, avec un parcage visiteurs suspendu", - "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.

", + "title": "Open d'Australie: le gouvernement australien réclame de la fermeté contre Djokovic avant l'audience décisive", + "description": "Le gouvernement australien souligne ce dimanche que le numéro 1 mondial de tennis Novak Djokovic \"n'est pas vacciné contre le Covid-19\" et estime que son combat juridique pour rester dans le pays est voué à l'échec, à quelques heures de l'examen de son recours.

", + "content": "Le gouvernement australien souligne ce dimanche que le numéro 1 mondial de tennis Novak Djokovic \"n'est pas vacciné contre le Covid-19\" et estime que son combat juridique pour rester dans le pays est voué à l'échec, à quelques heures de l'examen de son recours.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-suivez-toutes-les-infos-de-la-20e-journee_LN-202201050142.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-le-gouvernement-australien-reclame-de-la-fermete-contre-djokovic-avant-l-audience-decisive_AV-202201090147.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 08:19:35 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": "Sun, 09 Jan 2022 14:54:50 GMT", + "enclosure": "https://images.bfmtv.com/FmrGyUZ-bTfCAW2yZa3fBB85Lng=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-6-novembre-2021-1210035.jpg", "enclosureType": "image/jpg", - "image": "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", + "image": "https://images.bfmtv.com/FmrGyUZ-bTfCAW2yZa3fBB85Lng=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-6-novembre-2021-1210035.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35372,20 +36428,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f529b12a39d9413fbd10f41c6e38cbca", + "hash": "ef4dac20f628d2ccaafeba3db1743030", "highlights": [] }, { - "title": "Bordeaux-OM en direct: Ünder profite d'une bourde de Costil et ouvre le score", - "description": "Bordeaux reçoit l'OM ce vendredi soir (21 heures) et espère conserver ses 44 ans d’invincibilité à domicile contre l’OM. Longtemps incertaine à cause de nombreux cas de Covid chez les Girondins, la rencontre a finalement été maintenue, et sera à suivre en direct sur RMC Sport. L’effectif marseillais est lui aussi touché.

", - "content": "Bordeaux reçoit l'OM ce vendredi soir (21 heures) et espère conserver ses 44 ans d’invincibilité à domicile contre l’OM. Longtemps incertaine à cause de nombreux cas de Covid chez les Girondins, la rencontre a finalement été maintenue, et sera à suivre en direct sur RMC Sport. L’effectif marseillais est lui aussi touché.

", + "title": "LOU: un an de plus pour Francisco Gomez Kodela", + "description": "Alors qu'il arrivait en fin de contrat, le pilier droit argentin de Lyon, Francisco Gómez Kodela, a prolongé son aventure avec le LOU d'une saison supplémentaire.

", + "content": "Alors qu'il arrivait en fin de contrat, le pilier droit argentin de Lyon, Francisco Gómez Kodela, a prolongé son aventure avec le LOU d'une saison supplémentaire.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-en-direct-une-affiche-sous-le-signe-du-covid_LS-202201070328.html", + "link": "https://rmcsport.bfmtv.com/rugby/lou-un-an-de-plus-pour-francisco-gomez-kodela_AN-202201090140.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 14:39:16 GMT", - "enclosure": "https://images.bfmtv.com/f9-c7EzWo_YNis3qiTHODV1pGrk=/0x27:2048x1179/800x0/images/Duel-entre-Elis-et-Saliba-lors-de-Bordeaux-OM-le-7-janvier-2021-1210804.jpg", + "pubDate": "Sun, 09 Jan 2022 14:35:14 GMT", + "enclosure": "https://images.bfmtv.com/ri3GLz0MXE34S9Ar3WZRg0yShBk=/0x51:2048x1203/800x0/images/Francisco-Gomez-Kodela-avec-le-LOU-en-fevrier-2021-1211457.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/f9-c7EzWo_YNis3qiTHODV1pGrk=/0x27:2048x1179/800x0/images/Duel-entre-Elis-et-Saliba-lors-de-Bordeaux-OM-le-7-janvier-2021-1210804.jpg", + "image": "https://images.bfmtv.com/ri3GLz0MXE34S9Ar3WZRg0yShBk=/0x51:2048x1203/800x0/images/Francisco-Gomez-Kodela-avec-le-LOU-en-fevrier-2021-1211457.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35394,11 +36450,11 @@ "favorite": false, "created": false, "tags": [], - "hash": "64c6a1b48809a0eb10428d41d7ea7ad9", + "hash": "fa9eb832a2b60ae00b29b5dbc2d7f09e", "highlights": [] }, { - "title": "Open d'Australie en direct: coincé à l'hôtel, Djokovic sort du silence et remercie ses soutiens", + "title": "Open d'Australie en direct: le gouvernement australien réclame un refus de visa pour Djokovic", "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", "category": "", @@ -35416,20 +36472,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "39ef07675ae99ceee02255c0dced0fe9", + "hash": "1559124278588a447c5ae86af0ff04f7", "highlights": [] }, { - "title": "Open d'Australie: insectes, fenêtres bloquées, l'hôtel où est coincé Djokovic fait beaucoup parler", - "description": "Depuis jeudi, Novak Djokovic est retenu par les autorités australiennes dans un hôtel connu pour accueillir des migrants et des voyageurs en situation irrégulière. Un lieu du centre-ville qui fait beaucoup parler.

", - "content": "Depuis jeudi, Novak Djokovic est retenu par les autorités australiennes dans un hôtel connu pour accueillir des migrants et des voyageurs en situation irrégulière. Un lieu du centre-ville qui fait beaucoup parler.

", + "title": "OL-PSG en direct: Paqueta donne l'avantage à Lyon dès le début du match !", + "description": "La 20e journée de Ligue 1 réserve ce dimanche un choc entre l'OL et le PSG (20h45). Les Lyonnais, en quête de points pour remonter dans les places européennes, évolueront dans un stade qui sonnera creux en raison de la jauge, face à des Parisiens sans Lionel Messi ni Neymar.

", + "content": "La 20e journée de Ligue 1 réserve ce dimanche un choc entre l'OL et le PSG (20h45). Les Lyonnais, en quête de points pour remonter dans les places européennes, évolueront dans un stade qui sonnera creux en raison de la jauge, face à des Parisiens sans Lionel Messi ni Neymar.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-insectes-fenetres-bloquees-l-hotel-ou-est-coince-djokovic-fait-beaucoup-parler_AV-202201070410.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-le-choc-entre-l-ol-et-le-psg_LS-202201090172.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 16:49:10 GMT", - "enclosure": "https://images.bfmtv.com/7sWPHgiu42vH8hUG_3KCQlgXNUw=/0x206:2048x1358/800x0/images/Devant-le-Park-Hotel-a-Melbourne-1210616.jpg", + "pubDate": "Sun, 09 Jan 2022 16:17:57 GMT", + "enclosure": "https://images.bfmtv.com/6MvALmSO8hF__LhwfhK5mNVRmEk=/0x83:2048x1235/800x0/images/Lucas-Paqueta-buteur-avec-l-OL-contre-Paris-le-9-janvier-2022-1211578.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/7sWPHgiu42vH8hUG_3KCQlgXNUw=/0x206:2048x1358/800x0/images/Devant-le-Park-Hotel-a-Melbourne-1210616.jpg", + "image": "https://images.bfmtv.com/6MvALmSO8hF__LhwfhK5mNVRmEk=/0x83:2048x1235/800x0/images/Lucas-Paqueta-buteur-avec-l-OL-contre-Paris-le-9-janvier-2022-1211578.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35438,20 +36494,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c71dfc9670dd40be10f2df317889a161", + "hash": "801db252141d94dfc4da1bff23898818", "highlights": [] }, { - "title": "OL-PSG: combien Lyon va perdre à cause de la jauge à 5000 spectateurs?", - "description": "Alors que l'OL s'apprête à recevoir le PSG et Saint-Etienne en janvier en Ligue 1, seulement 5.000 personnes pourront assister à ces deux rencontres. Un sacré coup dur pour le club selon Xavier Pierrot, directeur général adjoint en charge du Groupama Stadium.

", - "content": "Alors que l'OL s'apprête à recevoir le PSG et Saint-Etienne en janvier en Ligue 1, seulement 5.000 personnes pourront assister à ces deux rencontres. Un sacré coup dur pour le club selon Xavier Pierrot, directeur général adjoint en charge du Groupama Stadium.

", + "title": "Australie: Josh Cavallo victime de propos homophobes après son coming-out remarqué", + "description": "Le footballeur australien Josh Cavallo, qui avait révélé son homosexualité en octobre dernier, a été la cible d'abus homophobes, samedi, lors d'un match de championnat local. Sur les réseaux sociaux, il a assuré qu'il allait continuer à se battre.

", + "content": "Le footballeur australien Josh Cavallo, qui avait révélé son homosexualité en octobre dernier, a été la cible d'abus homophobes, samedi, lors d'un match de championnat local. Sur les réseaux sociaux, il a assuré qu'il allait continuer à se battre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-psg-combien-lyon-va-perdre-a-cause-de-la-jauge-a-5000-spectateurs_AV-202201070396.html", + "link": "https://rmcsport.bfmtv.com/football/australie-josh-cavallo-victime-de-propos-homophobes-apres-son-coming-out-remarque_AV-202201090137.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 16:32:38 GMT", - "enclosure": "https://images.bfmtv.com/ZuZQt6KsnmWLAZfzjNlXA7ix9Ec=/0x32:640x392/800x0/images/Pelouse-Groupama-Stadium-1185694.jpg", + "pubDate": "Sun, 09 Jan 2022 14:24:52 GMT", + "enclosure": "https://images.bfmtv.com/m7MByGSNeWjeQO6N1QkMvwfQY7U=/0x33:512x321/800x0/images/Le-milieu-de-terrain-australien-Josh-Cavallo-avec-le-maillot-de-son-equipe-d-Adelaide-United-1155552.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ZuZQt6KsnmWLAZfzjNlXA7ix9Ec=/0x32:640x392/800x0/images/Pelouse-Groupama-Stadium-1185694.jpg", + "image": "https://images.bfmtv.com/m7MByGSNeWjeQO6N1QkMvwfQY7U=/0x33:512x321/800x0/images/Le-milieu-de-terrain-australien-Josh-Cavallo-avec-le-maillot-de-son-equipe-d-Adelaide-United-1155552.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35460,20 +36516,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f803807f5c003769760cac37b9e033d4", + "hash": "0a0973b81e4aafcae31e099d09867ace", "highlights": [] }, { - "title": "Jauges des stades, Roland-Garros... Maracineau détaille les conséquences du pass vaccinal pour le sport", - "description": "Roxana Maracineanu a expliqué ce vendredi les contours de la stratégie du gouvernement pour gérer l'impact du Covid-19 dans le sport français. Dans un entretien accordé à RMC Sport, la ministre des Sports a dévoilé le fonctionnement des jauges dans les stades ou du pass vaccinal. Elle a également réagi aux polémiques autour de Novak Djokovic à l'Open d'Australie et du Dakar.

", - "content": "Roxana Maracineanu a expliqué ce vendredi les contours de la stratégie du gouvernement pour gérer l'impact du Covid-19 dans le sport français. Dans un entretien accordé à RMC Sport, la ministre des Sports a dévoilé le fonctionnement des jauges dans les stades ou du pass vaccinal. Elle a également réagi aux polémiques autour de Novak Djokovic à l'Open d'Australie et du Dakar.

", + "title": "Brest-Nice: le gros coup des Aiglons, qui repassent deuxièmes à dix contre onze", + "description": "Malgré l'exclusion sévère de Morgan Schneiderlin dès la 20e minute de jeu, Nice a su faire le dos rond pour s'imposer à Brest (3-0) ce dimanche et faire l'une des bonnes opérations de la journée, en reprenant la deuxième place de L1. Notamment grâce à un grand Benitez.

", + "content": "Malgré l'exclusion sévère de Morgan Schneiderlin dès la 20e minute de jeu, Nice a su faire le dos rond pour s'imposer à Brest (3-0) ce dimanche et faire l'une des bonnes opérations de la journée, en reprenant la deuxième place de L1. Notamment grâce à un grand Benitez.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/jauges-dans-les-stades-footballeurs-roland-garros-maracineau-detaille-les-consequences-du-pass-vaccinal-pour-le-monde-du-sport_AV-202201070379.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/brest-nice-le-gros-coup-des-aiglons-qui-repassent-deuxiemes-a-dix-contre-onze_AN-202201090130.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 16:04:48 GMT", - "enclosure": "https://images.bfmtv.com/I0c7H-LqBFQMDgqjF5TZd8LGMUo=/0x0:1280x720/800x0/images/Jauge-proportionnelle-pass-vaccinal-Maracineanu-justifie-les-mesures-face-au-Covid-1210517.jpg", + "pubDate": "Sun, 09 Jan 2022 14:02:44 GMT", + "enclosure": "https://images.bfmtv.com/48KV4X7qHaEbc2iRFNv8CMPhbYg=/0x0:2000x1125/800x0/images/La-joie-des-Nicois-face-a-Brest-le-9-janvier-2022-1211434.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/I0c7H-LqBFQMDgqjF5TZd8LGMUo=/0x0:1280x720/800x0/images/Jauge-proportionnelle-pass-vaccinal-Maracineanu-justifie-les-mesures-face-au-Covid-1210517.jpg", + "image": "https://images.bfmtv.com/48KV4X7qHaEbc2iRFNv8CMPhbYg=/0x0:2000x1125/800x0/images/La-joie-des-Nicois-face-a-Brest-le-9-janvier-2022-1211434.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35482,20 +36538,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ad59b223ae74a6ac709c868aa13a5e5", + "hash": "f4fd85a617b0254207aae15d21cb62f4", "highlights": [] }, { - "title": "The Best: les trois finalistes pour le trophée de meilleur joueur de l'année sont connus", - "description": "La FIFA a annoncé vendredi après-midi les trois finalistes nommés pour le trophée du meilleur joueur de l’année 2021. Ça se jouera entre Robert Lewandowski, Lionel Messi et Mohamed Salah.

", - "content": "La FIFA a annoncé vendredi après-midi les trois finalistes nommés pour le trophée du meilleur joueur de l’année 2021. Ça se jouera entre Robert Lewandowski, Lionel Messi et Mohamed Salah.

", + "title": "OL-PSG en direct: Wijnaldum de nouveau sur l'aile, Dubois de retour côté lyonnais", + "description": "La 20e journée de Ligue 1 réserve ce dimanche un choc entre l'OL et le PSG (20h45). Les Lyonnais, en quête de points pour remonter dans les places européennes, évolueront dans un stade qui sonnera creux en raison de la jauge, face à des Parisiens sans Lionel Messi ni Neymar.

", + "content": "La 20e journée de Ligue 1 réserve ce dimanche un choc entre l'OL et le PSG (20h45). Les Lyonnais, en quête de points pour remonter dans les places européennes, évolueront dans un stade qui sonnera creux en raison de la jauge, face à des Parisiens sans Lionel Messi ni Neymar.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/the-best-les-trois-finalistes-pour-le-trophee-de-meilleur-joueur-de-l-annee-sont-connus_AV-202201070363.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-le-choc-entre-l-ol-et-le-psg_LS-202201090172.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 15:43:53 GMT", - "enclosure": "https://images.bfmtv.com/QSLWm4T8gqzDcRDhsuhkG1ey2Vk=/0x110:1376x884/800x0/images/Lionel-Messi-lors-du-trophee-The-Best-en-2019-1210549.jpg", + "pubDate": "Sun, 09 Jan 2022 16:17:57 GMT", + "enclosure": "https://images.bfmtv.com/6c8HaYyJfSouALwyrb5aB_1wiCM=/9x0:1705x954/800x0/images/Georginio-Wijnaldum-1144811.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/QSLWm4T8gqzDcRDhsuhkG1ey2Vk=/0x110:1376x884/800x0/images/Lionel-Messi-lors-du-trophee-The-Best-en-2019-1210549.jpg", + "image": "https://images.bfmtv.com/6c8HaYyJfSouALwyrb5aB_1wiCM=/9x0:1705x954/800x0/images/Georginio-Wijnaldum-1144811.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35504,20 +36560,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc498f4a38b93846ee3e74483ceb3790", + "hash": "8b940d445753351c49f2b8bcb0e2abc8", "highlights": [] }, { - "title": "FA Cup: pourquoi Arsenal a décidé d'enlever le rouge de son maillot domicile", - "description": "Afin d'alerter l'opinion sur les attaques au couteau qui touchent Londres depuis des mois, les Gunners porteront dimanche un maillot spécial lors de leur rencontre de FA Cup contre Nottingham Forest.

", - "content": "Afin d'alerter l'opinion sur les attaques au couteau qui touchent Londres depuis des mois, les Gunners porteront dimanche un maillot spécial lors de leur rencontre de FA Cup contre Nottingham Forest.

", + "title": "Les pronos hippiques du lundi 10 janvier 2022", + "description": "Le Quinté+ du lundi 10 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 lundi 10 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/fa-cup/fa-cup-pourquoi-arsenal-a-decide-d-enlever-le-rouge-de-son-maillot-domicile_AV-202201070357.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-lundi-10-janvier-2022_AN-202201090126.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 15:31:02 GMT", - "enclosure": "https://images.bfmtv.com/ZMMYq3tfQXNxO-k2a0oJmYEnxmU=/0x106:2048x1258/800x0/images/Arsenal-en-League-Cup-le-21-decembre-2021-1210526.jpg", + "pubDate": "Sun, 09 Jan 2022 13:51:15 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": "https://images.bfmtv.com/ZMMYq3tfQXNxO-k2a0oJmYEnxmU=/0x106:2048x1258/800x0/images/Arsenal-en-League-Cup-le-21-decembre-2021-1210526.jpg", + "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", @@ -35526,20 +36582,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b912ac316a699a622ab3796c7473a56", + "hash": "46d02df55f0427a1692df3f5cf064d26", "highlights": [] }, { - "title": "Les pronos hippiques du samedi 8 janvier 2022", - "description": " Le Quinté+ du samedi 8 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 8 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": "Serie A: l’AC Milan repasse en tête avec un doublé d’Hernandez", + "description": "En attendant le résultat de l’Inter face à la Lazio ce dimanche soir, l’AC Milan a pris provisoirement les commandes de la Serie A après sa large victoire sur la pelouse de Venise (3-0). Un succès auquel a activement participé le Français Théo Hernandez, auteur d'un doublé.

", + "content": "En attendant le résultat de l’Inter face à la Lazio ce dimanche soir, l’AC Milan a pris provisoirement les commandes de la Serie A après sa large victoire sur la pelouse de Venise (3-0). Un succès auquel a activement participé le Français Théo Hernandez, auteur d'un doublé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-samedi-8-janvier-2022_AN-202201070352.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-l-ac-milan-repasse-en-tete-avec-un-double-d-hernandez_AV-202201090122.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 15:17:04 GMT", - "enclosure": "https://images.bfmtv.com/Lit38bQb0fjgPYlJ6_-HJWmEWsM=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-vendredi-31-decembre-2021-1201160.jpg", + "pubDate": "Sun, 09 Jan 2022 13:38:36 GMT", + "enclosure": "https://images.bfmtv.com/f0YvgWWHXGIKTEvZh7NLHcEEqQQ=/0x0:2032x1143/800x0/images/AC-Milan-Theo-Hernandez-a-inscrit-un-double-face-a-Venise-1211433.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/f0YvgWWHXGIKTEvZh7NLHcEEqQQ=/0x0:2032x1143/800x0/images/AC-Milan-Theo-Hernandez-a-inscrit-un-double-face-a-Venise-1211433.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35548,20 +36604,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc5b8fb544e1407de2d63948be6490d9", + "hash": "8faf23dbe3f6347cd4c5968adbc5619b", "highlights": [] }, { - "title": "L'OM pourrait obtenir un rabais sur le loyer du Vélodrome", - "description": "Désireux d'obtenir un rabais sur le loyer de l'Orange Vélodrome à cause de pertes liées au Covid-19, l'Olympique de Marseille a vu le maire de la ville Benoît Payan être enclin à évoquer cette question.

", - "content": "Désireux d'obtenir un rabais sur le loyer de l'Orange Vélodrome à cause de pertes liées au Covid-19, l'Olympique de Marseille a vu le maire de la ville Benoît Payan être enclin à évoquer cette question.

", + "title": "Manchester United: Rangnick aurait été surpris de trouver le groupe dans un état déplorable", + "description": "La presse anglaise se fait l'écho des premières semaines compliquées de Ralf Rangnick à la tête de Manchester United. L'Allemand, débarqué un peu précipitamment sur le banc des Red Devils, aurait du mal à prendre ses marques et pointerait les problèmes de solidarité de son groupe.

", + "content": "La presse anglaise se fait l'écho des premières semaines compliquées de Ralf Rangnick à la tête de Manchester United. L'Allemand, débarqué un peu précipitamment sur le banc des Red Devils, aurait du mal à prendre ses marques et pointerait les problèmes de solidarité de son groupe.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/l-om-pourrait-obtenir-un-rabais-sur-le-loyer-du-velodrome_AV-202201070351.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-rangnick-aurait-ete-surpris-de-trouver-le-groupe-dans-un-etat-deplorable_AN-202201090121.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 15:15:34 GMT", - "enclosure": "https://images.bfmtv.com/jIfJLxNw3iBTctknh53_7jtNYA8=/0x0:2048x1152/800x0/images/Le-stade-Velodrome-lors-d-OM-Lokomotiv-1185706.jpg", + "pubDate": "Sun, 09 Jan 2022 13:34:40 GMT", + "enclosure": "https://images.bfmtv.com/Fv4qmKfw5Y0hdGw6NvzPBWz02DI=/16x63:2048x1206/800x0/images/Ralf-Rangnick-1184647.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/jIfJLxNw3iBTctknh53_7jtNYA8=/0x0:2048x1152/800x0/images/Le-stade-Velodrome-lors-d-OM-Lokomotiv-1185706.jpg", + "image": "https://images.bfmtv.com/Fv4qmKfw5Y0hdGw6NvzPBWz02DI=/16x63:2048x1206/800x0/images/Ralf-Rangnick-1184647.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35570,42 +36626,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "a61ff28a4236dc27eed27e8e080fa919", + "hash": "124f1f20bc1694f6680b00544e9dee58", "highlights": [] }, { - "title": "Bordeaux-OM en direct: Costil de retour dans les buts bordelais", - "description": "Bordeaux reçoit l'OM ce vendredi soir (21 heures) et espère conserver ses 44 ans d’invincibilité à domicile contre l’OM. Longtemps incertaine à cause de nombreux cas de Covid chez les Girondins, la rencontre a finalement été maintenue, et sera à suivre en direct sur RMC Sport. L’effectif marseillais est lui aussi touché.

", - "content": "Bordeaux reçoit l'OM ce vendredi soir (21 heures) et espère conserver ses 44 ans d’invincibilité à domicile contre l’OM. Longtemps incertaine à cause de nombreux cas de Covid chez les Girondins, la rencontre a finalement été maintenue, et sera à suivre en direct sur RMC Sport. L’effectif marseillais est lui aussi touché.

", + "title": "OL-PSG en direct: Wijnaldum attendu sur l'aile, les dernières infos compos", + "description": "La 20e journée de Ligue 1 réserve ce dimanche un choc entre l'OL et le PSG (20h45). Les Lyonnais, en quête de points pour remonter dans les places européennes, évolueront dans un stade qui sonnera creux en raison de la jauge, face à des Parisiens sans Lionel Messi ni Neymar.

", + "content": "La 20e journée de Ligue 1 réserve ce dimanche un choc entre l'OL et le PSG (20h45). Les Lyonnais, en quête de points pour remonter dans les places européennes, évolueront dans un stade qui sonnera creux en raison de la jauge, face à des Parisiens sans Lionel Messi ni Neymar.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-en-direct-une-affiche-sous-le-signe-du-covid_LS-202201070328.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-le-choc-entre-l-ol-et-le-psg_LS-202201090172.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 14:39:16 GMT", - "enclosure": "https://images.bfmtv.com/FBfyoZDCwuXj55B6I3eJZ0ydF_U=/0x135:2048x1287/800x0/images/Dimitri-Payet-1210382.jpg", + "pubDate": "Sun, 09 Jan 2022 16:17:57 GMT", + "enclosure": "https://images.bfmtv.com/6c8HaYyJfSouALwyrb5aB_1wiCM=/9x0:1705x954/800x0/images/Georginio-Wijnaldum-1144811.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/FBfyoZDCwuXj55B6I3eJZ0ydF_U=/0x135:2048x1287/800x0/images/Dimitri-Payet-1210382.jpg", + "image": "https://images.bfmtv.com/6c8HaYyJfSouALwyrb5aB_1wiCM=/9x0:1705x954/800x0/images/Georginio-Wijnaldum-1144811.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "2ad7e82f475220e23975097bd4785085", + "hash": "0d11b735a71e1d724dd814d69cf49141", "highlights": [] }, { - "title": "Mercato: Kolo Muani refuse d’aller à Fribourg… malgré une offre acceptée par Nantes", - "description": "En fin de contrat à l’issue de la saison avec le FC Nantes, Kolo Muani aurait pu quitter cet hiver son club formateur. Selon nos informations, Fribourg s’était mis d’accord financièrement avec les Nantais avec une offre de 9 millions. Mais le buteur a refusé la proposition du club allemand.

", - "content": "En fin de contrat à l’issue de la saison avec le FC Nantes, Kolo Muani aurait pu quitter cet hiver son club formateur. Selon nos informations, Fribourg s’était mis d’accord financièrement avec les Nantais avec une offre de 9 millions. Mais le buteur a refusé la proposition du club allemand.

", + "title": "Nice: le coup de bluff de Galtier sur les positifs au Covid-19", + "description": "Après avoir annoncé des cas positifs au Covid-19, puis un groupe au complet pour affronter Brest ce dimanche lors de la 20e journée de Ligue 1, l’entraîneur de Nice Christophe Galtier a finalement composé sans Melvin Bard, Calvin Stengs et sa recrue hivernale Jordan Amavi. Les trois Aiglons sont positifs au Covid, selon L’Equipe.

", + "content": "Après avoir annoncé des cas positifs au Covid-19, puis un groupe au complet pour affronter Brest ce dimanche lors de la 20e journée de Ligue 1, l’entraîneur de Nice Christophe Galtier a finalement composé sans Melvin Bard, Calvin Stengs et sa recrue hivernale Jordan Amavi. Les trois Aiglons sont positifs au Covid, selon L’Equipe.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-kolo-muani-refuse-d-aller-a-fribourg-malgre-une-offre-de-9-millions-acceptee-par-nantes_AV-202201070465.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/nice-le-coup-de-bluff-de-galtier-sur-les-positifs-au-covid-19_AV-202201090118.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 18:00:11 GMT", - "enclosure": "https://images.bfmtv.com/uTPTKfy2Pwh7Sv3Yb8smUzq-_JA=/13x80:1997x1196/800x0/images/Randal-Kolo-Muani-1035032.jpg", + "pubDate": "Sun, 09 Jan 2022 13:06:07 GMT", + "enclosure": "https://images.bfmtv.com/KkIoi5YABk6A9S2oBDz450LrbL0=/0x118:2048x1270/800x0/images/Christophe-Galtier-1156369.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/uTPTKfy2Pwh7Sv3Yb8smUzq-_JA=/13x80:1997x1196/800x0/images/Randal-Kolo-Muani-1035032.jpg", + "image": "https://images.bfmtv.com/KkIoi5YABk6A9S2oBDz450LrbL0=/0x118:2048x1270/800x0/images/Christophe-Galtier-1156369.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35614,20 +36670,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "589c1b3d2de3ca672c52f1edc13505f4", + "hash": "1afad9dd22b5cef0a699a1288983f195", "highlights": [] }, { - "title": "Biathlon (Oberhof): Julia Simon s'offre un troisième podium de suite sur le sprint", - "description": "À l'occasion de la Coupe du monde de Biathlon, la Française Julia Simon a terminé à la deuxième place au sprint d'Oberhof (Allemagne) ce vendredi. La Norvégienne Marta Olsbu Roeiseland a remporté l'étape.

", - "content": "À l'occasion de la Coupe du monde de Biathlon, la Française Julia Simon a terminé à la deuxième place au sprint d'Oberhof (Allemagne) ce vendredi. La Norvégienne Marta Olsbu Roeiseland a remporté l'étape.

", + "title": "Multiplex Ligue 1 en direct: Strasbourg sans adversaire dans le derby, Clermont évite le pire", + "description": "Pas de suspense ni de grand spectacle dans le derby de l'est, remporté sans difficulté par Strasbourg (2-0), porté par l'inévitable Ajorque. Clermont tient tête à Reims (0-0), malgré une infériorité numérique pendant 75 minutes, dans ce multiplex tronqué de deux rencontres.

", + "content": "Pas de suspense ni de grand spectacle dans le derby de l'est, remporté sans difficulté par Strasbourg (2-0), porté par l'inévitable Ajorque. Clermont tient tête à Reims (0-0), malgré une infériorité numérique pendant 75 minutes, dans ce multiplex tronqué de deux rencontres.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-oberhof-julia-simon-s-offre-un-troisieme-podium-de-suite-sur-le-sprint_AV-202201070347.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-metz-strasbourg-et-clermont-reims-en-direct_LS-202201090116.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 15:09:02 GMT", - "enclosure": "https://images.bfmtv.com/rpa5YTizTlIxyQTizVfnunBd7T8=/0x0:768x432/800x0/images/Julia-Simon-lancee-vers-sa-2e-place-au-sprint-d-Oberhof-le-7-janvier-2022-1210547.jpg", + "pubDate": "Sun, 09 Jan 2022 12:48:45 GMT", + "enclosure": "https://images.bfmtv.com/ZaPRO96KVhb6zUfPa5swVOG4KMA=/0x89:2048x1241/800x0/images/1211492.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/rpa5YTizTlIxyQTizVfnunBd7T8=/0x0:768x432/800x0/images/Julia-Simon-lancee-vers-sa-2e-place-au-sprint-d-Oberhof-le-7-janvier-2022-1210547.jpg", + "image": "https://images.bfmtv.com/ZaPRO96KVhb6zUfPa5swVOG4KMA=/0x89:2048x1241/800x0/images/1211492.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35636,20 +36692,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bc684daba996ffcdd1233939643711b", + "hash": "f23ec7b938fbe7f3fcf5da9a6e940516", "highlights": [] }, { - "title": "Les pronos hippiques du dimanche 9 janvier 2022", - "description": " Le Quinté+ du dimanche 9 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 9 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": "Barça: Garcia absent cinq semaines, une nouvelle tuile pour Xavi avant le Clasico", + "description": "Rejoint dans les dernières minutes à Grenade (1-1) ce samedi, le Barça a également perdu Eric Garcia, touché à la cuisse.

", + "content": "Rejoint dans les dernières minutes à Grenade (1-1) ce samedi, le Barça a également perdu Eric Garcia, touché à la cuisse.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-dimanche-9-janvier-2022_AN-202201070342.html", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-garcia-absent-cinq-semaines-une-nouvelle-tuile-pour-xavi-avant-le-clasico_AV-202201090114.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 15:02:09 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": "Sun, 09 Jan 2022 12:37:59 GMT", + "enclosure": "https://images.bfmtv.com/grlFQ-Pz3vjgFTQ00-la_mdYgB8=/0x10:1984x1126/800x0/images/Eric-Garcia-face-a-Grenade-le-8-janvier-2022-1211394.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/grlFQ-Pz3vjgFTQ00-la_mdYgB8=/0x10:1984x1126/800x0/images/Eric-Garcia-face-a-Grenade-le-8-janvier-2022-1211394.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35658,42 +36714,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "d31410d36537743e98522d752dc271f8", + "hash": "b054ad2a8d5c5d7d26050c5be3fa8d0c", "highlights": [] }, { - "title": "Mercato: Benitez assure que Digne veut partir", - "description": "Pas dans les plans de Rafael Benitez, Lucas Digne a de grandes chances de quitter Everton au mois de janvier. En conférence de presse ce vendredi, son entraîneur a confirmé le désir de partir du latéral gauche. Plusieurs clubs de Premier League suivraient le Français.

", - "content": "Pas dans les plans de Rafael Benitez, Lucas Digne a de grandes chances de quitter Everton au mois de janvier. En conférence de presse ce vendredi, son entraîneur a confirmé le désir de partir du latéral gauche. Plusieurs clubs de Premier League suivraient le Français.

", + "title": "Dakar 2022: le Français Van Beveren prend la tête en moto après la 7e étape", + "description": "Onzième à l'issue de la spéciale de dimanche sur le Dakar, le Français Adrien Van Beveren (Yamaha) en profite tout de même pour prendre les commandes du classement dans la catégorie moto.

", + "content": "Onzième à l'issue de la spéciale de dimanche sur le Dakar, le Français Adrien Van Beveren (Yamaha) en profite tout de même pour prendre les commandes du classement dans la catégorie moto.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-benitez-assure-que-digne-veut-partir_AV-202201070334.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/dakar-2022-le-francais-van-beveren-prend-la-tete-en-moto-apres-la-7e-etape_AV-202201090107.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 14:47:27 GMT", - "enclosure": "https://images.bfmtv.com/MD2iBgm1LbqmG6y65i-knXGuwio=/0x75:768x507/800x0/images/Le-defenseur-d-Everton-Lucas-Digne-lors-de-la-rencontre-de-Premier-League-contre-Liverpool-au-Goodison-Park-de-Liverpool-le-1er-decembre-2021-1201079.jpg", + "pubDate": "Sun, 09 Jan 2022 12:17:15 GMT", + "enclosure": "https://images.bfmtv.com/q4h1vkU62SyPKxWXjfgdOUkawOA=/0x104:2048x1256/800x0/images/Adrien-Van-Beveren-Yamaha-1211411.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/MD2iBgm1LbqmG6y65i-knXGuwio=/0x75:768x507/800x0/images/Le-defenseur-d-Everton-Lucas-Digne-lors-de-la-rencontre-de-Premier-League-contre-Liverpool-au-Goodison-Park-de-Liverpool-le-1er-decembre-2021-1201079.jpg", + "image": "https://images.bfmtv.com/q4h1vkU62SyPKxWXjfgdOUkawOA=/0x104:2048x1256/800x0/images/Adrien-Van-Beveren-Yamaha-1211411.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "6fa4f76cefc6ecdbec0e9494ff0c4550", + "hash": "5d4c88e92ce447cbd2bfdda913dd08d4", "highlights": [] }, { - "title": "Manchester City: Benjamin Mendy libéré sous caution en attendant son procès pour viols", - "description": "Le défenseur international français de Manchester City Benjamin Mendy, accusé de sept viols et d'une agression sexuelle, a été libéré et placé sous contrôle judiciaire vendredi par la justice britannique.

", - "content": "Le défenseur international français de Manchester City Benjamin Mendy, accusé de sept viols et d'une agression sexuelle, a été libéré et placé sous contrôle judiciaire vendredi par la justice britannique.

", + "title": "Biathlon (Oberhof): Fillon Maillet remporte la poursuite et récupère le dossard jaune", + "description": "Parti en 9e position, Quentin Fillon Maillet a remporté ce dimanche sa troisième victoire d'affilée sur une poursuite à Oberhof (Allemagne). Coup double pour le Français, qui reprend le dossard jaune de leader à Emilien Jacquelin.

", + "content": "Parti en 9e position, Quentin Fillon Maillet a remporté ce dimanche sa troisième victoire d'affilée sur une poursuite à Oberhof (Allemagne). Coup double pour le Français, qui reprend le dossard jaune de leader à Emilien Jacquelin.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-city-benjamin-mendy-libere-sous-caution-en-attendant-son-proces_AV-202201070324.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-oberhof-fillon-maillet-remporte-la-poursuite-et-recupere-le-dossard-jaune_AN-202201090104.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 14:30:21 GMT", - "enclosure": "https://images.bfmtv.com/Eto7W7jsRpmt9B8YaWDDEmSFN88=/6x83:2038x1226/800x0/images/Benjamin-Mendy-1125215.jpg", + "pubDate": "Sun, 09 Jan 2022 12:09:12 GMT", + "enclosure": "https://images.bfmtv.com/zWxyTLC1FVGmTCq_Z6-BTU9watQ=/0x40:768x472/800x0/images/La-joie-du-Francais-Quentin-Fillon-Maillet-vainqueur-de-la-poursuite-comptant-pour-la-Coupe-du-monde-de-biathlon-le-18-decembre-2021-au-Grand-Bornand-1190982.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Eto7W7jsRpmt9B8YaWDDEmSFN88=/6x83:2038x1226/800x0/images/Benjamin-Mendy-1125215.jpg", + "image": "https://images.bfmtv.com/zWxyTLC1FVGmTCq_Z6-BTU9watQ=/0x40:768x472/800x0/images/La-joie-du-Francais-Quentin-Fillon-Maillet-vainqueur-de-la-poursuite-comptant-pour-la-Coupe-du-monde-de-biathlon-le-18-decembre-2021-au-Grand-Bornand-1190982.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35702,20 +36758,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d2bf30b36732202bd8a2bef689ec535", + "hash": "9e42c95db72945cd8a0ba3ced0a2798b", "highlights": [] }, { - "title": "Coupe de France: Versailles ne pourra pas recevoir Toulouse à cause... de son château", - "description": "Club de National 2, le FC Versailles 78 devait recevoir Toulouse en huitièmes de finale de la Coupe de France fin janvier. Mais le match se jouera finalement au Stadium à cause d'un improbable problème d'éclairage... et de Louis XIV.

", - "content": "Club de National 2, le FC Versailles 78 devait recevoir Toulouse en huitièmes de finale de la Coupe de France fin janvier. Mais le match se jouera finalement au Stadium à cause d'un improbable problème d'éclairage... et de Louis XIV.

", + "title": "PRONOS PARIS RMC Le pari du jour du 9 janvier – Ligue 1", + "description": "Notre pronostic : le PSG ne perd pas à Lyon et au moins trois buts dans la rencontre (1.88)

", + "content": "Notre pronostic : le PSG ne perd pas à Lyon et au moins trois buts dans la rencontre (1.88)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-versailles-ne-pourra-pas-recevoir-toulouse-a-cause-de-son-chateau_AV-202201070322.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-9-janvier-ligue-1_AN-202201080188.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 14:20:17 GMT", - "enclosure": "https://images.bfmtv.com/YokMes3cpWjzuR9kt0tmqdjXBwo=/0x33:2048x1185/800x0/images/Les-joueurs-de-Toulouse-en-Coupe-de-France-le-18-12-2021-1210513.jpg", + "pubDate": "Sat, 08 Jan 2022 23:05:00 GMT", + "enclosure": "https://images.bfmtv.com/fIjUjWr8NFFHVfEm5iYnkdpFjbM=/0x60:2000x1185/800x0/images/M-Verratti-1211110.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/YokMes3cpWjzuR9kt0tmqdjXBwo=/0x33:2048x1185/800x0/images/Les-joueurs-de-Toulouse-en-Coupe-de-France-le-18-12-2021-1210513.jpg", + "image": "https://images.bfmtv.com/fIjUjWr8NFFHVfEm5iYnkdpFjbM=/0x60:2000x1185/800x0/images/M-Verratti-1211110.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35724,20 +36780,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "49e2b2eba11e2b46b36f1a1a6b7ab2fa", + "hash": "b67a3beeaee294dbf98d1bd64c22a2bf", "highlights": [] }, { - "title": "Open d'Australie: toujours enfermé, Djokovic sort du silence et remercie ses soutiens", - "description": "Alors que sa participation à l’Open d’Australie reste plus qu'incertaine, Novak Djokovic est pour l’heure coincé dans un hôtel à Melbourne. Via un message sur Instagram, le Serbe a remercié ce vendredi ses fans pour leur soutien.

", - "content": "Alors que sa participation à l’Open d’Australie reste plus qu'incertaine, Novak Djokovic est pour l’heure coincé dans un hôtel à Melbourne. Via un message sur Instagram, le Serbe a remercié ce vendredi ses fans pour leur soutien.

", + "title": "Cameroun-Burkina Faso en direct: les Lions Indomptables proches d'un premier succès", + "description": "La CAN 2022 débute ce dimanche avec le pays hôte, le Cameroun, qui affronte le Burkina Faso en match d'ouverture (17h). Les Camerounais partent avec beaucoup d'ambition, sportivement et sur le plan de l'image du pays organisateur.

", + "content": "La CAN 2022 débute ce dimanche avec le pays hôte, le Cameroun, qui affronte le Burkina Faso en match d'ouverture (17h). Les Camerounais partent avec beaucoup d'ambition, sportivement et sur le plan de l'image du pays organisateur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-toujours-enferme-djokovic-sort-du-silence-et-remercie-ses-soutiens_AV-202201070315.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-le-match-d-ouverture-cameroun-burkina-faso-en-direct_LS-202201090134.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 14:09:59 GMT", - "enclosure": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", + "pubDate": "Sun, 09 Jan 2022 14:20:16 GMT", + "enclosure": "https://images.bfmtv.com/mzAKCIO_ofS72Vik41xEv2HPKkI=/14x28:2030x1162/800x0/images/Vincent-Aboubakar-double-buteur-avec-le-Cameroun-face-au-Burkina-Faso-lors-du-match-d-ouverture-de-la-CAN-2022-1211508.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", + "image": "https://images.bfmtv.com/mzAKCIO_ofS72Vik41xEv2HPKkI=/14x28:2030x1162/800x0/images/Vincent-Aboubakar-double-buteur-avec-le-Cameroun-face-au-Burkina-Faso-lors-du-match-d-ouverture-de-la-CAN-2022-1211508.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35746,20 +36802,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f7b6b4268751e79599a4071e5d488ad", + "hash": "9a46eb11f2315eb80f5fac0af1c915e4", "highlights": [] }, { - "title": "Bordeaux-OM en direct: ambiance bouillante pour l'arrivée du bus girondin", - "description": "Bordeaux reçoit l'OM ce vendredi soir (21 heures) et espère conserver ses 44 ans d’invincibilité à domicile contre l’OM. Longtemps incertaine à cause de nombreux cas de Covid chez les Girondins, la rencontre a finalement été maintenue, et sera à suivre en direct sur RMC Sport. L’effectif marseillais est lui aussi touché.

", - "content": "Bordeaux reçoit l'OM ce vendredi soir (21 heures) et espère conserver ses 44 ans d’invincibilité à domicile contre l’OM. Longtemps incertaine à cause de nombreux cas de Covid chez les Girondins, la rencontre a finalement été maintenue, et sera à suivre en direct sur RMC Sport. L’effectif marseillais est lui aussi touché.

", + "title": "Le mercato en direct: Hernandez vers une prolongation à Milan", + "description": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", + "content": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-en-direct-une-affiche-sous-le-signe-du-covid_LS-202201070328.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/le-mercato-en-direct-les-infos-et-rumeurs-du-6-janvier-2022_LN-202201060107.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 14:39:16 GMT", - "enclosure": "https://images.bfmtv.com/FBfyoZDCwuXj55B6I3eJZ0ydF_U=/0x135:2048x1287/800x0/images/Dimitri-Payet-1210382.jpg", + "pubDate": "Thu, 06 Jan 2022 07:20:37 GMT", + "enclosure": "https://images.bfmtv.com/SF0hpfh8xzxyrrI9r5cql8ga4G8=/0x104:2000x1229/800x0/images/Theo-Hernandez-Milan-1178745.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/FBfyoZDCwuXj55B6I3eJZ0ydF_U=/0x135:2048x1287/800x0/images/Dimitri-Payet-1210382.jpg", + "image": "https://images.bfmtv.com/SF0hpfh8xzxyrrI9r5cql8ga4G8=/0x104:2000x1229/800x0/images/Theo-Hernandez-Milan-1178745.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35768,20 +36824,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5643feae5f9f69198a068c20d8d4014", + "hash": "263306fdda786fb00d2fc375e8869742", "highlights": [] }, { - "title": "Top 14: Toulon-La Rochelle et Toulouse-Montpellier toujours en sursis", - "description": "Alors que les deux rencontres de Top 14, prévues dimanche, devaient être reportées ce vendredi, la Ligue nationale de rugby temporise en espérant un dénouement positif. Qui ne viendra peut-être pas...

", - "content": "Alors que les deux rencontres de Top 14, prévues dimanche, devaient être reportées ce vendredi, la Ligue nationale de rugby temporise en espérant un dénouement positif. Qui ne viendra peut-être pas...

", + "title": "PRONOS PARIS RMC Le pari football de Coach Courbis du 9 janvier – Ligue 1", + "description": "Mon pronostic : match nul entre Lyon et le PSG (3.90)

", + "content": "Mon pronostic : match nul entre Lyon et le PSG (3.90)

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-toulon-la-rochelle-et-toulouse-montpellier-toujours-en-sursis_AV-202201070313.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-9-janvier-ligue-1_AN-202201090101.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 14:05:59 GMT", - "enclosure": "https://images.bfmtv.com/KXO0j8un-Rum8uRdo_dTCBOHTtM=/0x40:768x472/800x0/images/Quatre-rencontres-de-la-13e-journee-de-Top-14-programmees-les-26-et-27-decembre-ont-ete-reportees-en-raison-de-contaminations-dans-les-equipes-1202461.jpg", + "pubDate": "Sun, 09 Jan 2022 11:58:04 GMT", + "enclosure": "https://images.bfmtv.com/PZo9viu0k618WCvew9bJBFkS1YU=/0x8:2000x1133/800x0/images/A-Lopes-1211402.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/KXO0j8un-Rum8uRdo_dTCBOHTtM=/0x40:768x472/800x0/images/Quatre-rencontres-de-la-13e-journee-de-Top-14-programmees-les-26-et-27-decembre-ont-ete-reportees-en-raison-de-contaminations-dans-les-equipes-1202461.jpg", + "image": "https://images.bfmtv.com/PZo9viu0k618WCvew9bJBFkS1YU=/0x8:2000x1133/800x0/images/A-Lopes-1211402.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35790,20 +36846,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "52f0c23f7bb838d41f89c89e3d5b9c40", + "hash": "0bc84a169cee1ad33de6fc93df2c98db", "highlights": [] }, { - "title": "Ligue 1: Kombouaré, Antonetti... La grogne monte contre le nouveau protocole sanitaire", - "description": "Quelques entraîneurs de Ligue 1, comme Antoine Kombouaré ou Frédéric Antonetti, s’agacent de l’opacité du nouveau protocole sanitaire mis en place pour lutter contre la propagation du Covid.

", - "content": "Quelques entraîneurs de Ligue 1, comme Antoine Kombouaré ou Frédéric Antonetti, s’agacent de l’opacité du nouveau protocole sanitaire mis en place pour lutter contre la propagation du Covid.

", + "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier du 9 janvier – Ligue 1", + "description": "Mon pronostic : Strasbourg gagne à Metz et au moins trois buts dans la rencontre (2.50)

", + "content": "Mon pronostic : Strasbourg gagne à Metz et au moins trois buts dans la rencontre (2.50)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-kombouare-antonetti-la-grogne-monte-contre-le-nouveau-protocole-sanitaire_AV-202201070311.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-9-janvier-ligue-1_AN-202201090098.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 14:04:27 GMT", - "enclosure": "https://images.bfmtv.com/2t8TKsZkHFXQvo53tigOnFxZt2E=/0x52:1584x943/800x0/images/Antoine-Kombouare-1210493.jpg", + "pubDate": "Sun, 09 Jan 2022 11:57:56 GMT", + "enclosure": "https://images.bfmtv.com/8cz02asrA3Jl9i8lNzom_B54T00=/0x104:1984x1220/800x0/images/Strasbourg-1211407.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/2t8TKsZkHFXQvo53tigOnFxZt2E=/0x52:1584x943/800x0/images/Antoine-Kombouare-1210493.jpg", + "image": "https://images.bfmtv.com/8cz02asrA3Jl9i8lNzom_B54T00=/0x104:1984x1220/800x0/images/Strasbourg-1211407.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35812,20 +36868,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e001412c58bfbcde925e0fb68ff2f88c", + "hash": "f8bd62da399d4d03cf4601b90214af02", "highlights": [] }, { - "title": "Mercato: Kolo Muani refuse d’aller à Fribourg… malgré une offre de 9 millions acceptée par Nantes", - "description": "En fin de contrat à l’issue de la saison avec le FC Nantes, Kolo Muani aurait pu quitter cet hiver son club formateur. Selon nos informations, Fribourg s’était mis d’accord financièrement avec les Nantais avec une offre de 9 millions. Mais le buteur a refusé la proposition du club allemand.

", - "content": "En fin de contrat à l’issue de la saison avec le FC Nantes, Kolo Muani aurait pu quitter cet hiver son club formateur. Selon nos informations, Fribourg s’était mis d’accord financièrement avec les Nantais avec une offre de 9 millions. Mais le buteur a refusé la proposition du club allemand.

", + "title": "Cameroun-Burkina Faso en direct: Aboubakar relance les Lions Indomptables", + "description": "La CAN 2022 débute ce dimanche avec le pays hôte, le Cameroun, qui affronte le Burkina Faso en match d'ouverture (17h). Les Camerounais partent avec beaucoup d'ambition, sportivement et sur le plan de l'image du pays organisateur.

", + "content": "La CAN 2022 débute ce dimanche avec le pays hôte, le Cameroun, qui affronte le Burkina Faso en match d'ouverture (17h). Les Camerounais partent avec beaucoup d'ambition, sportivement et sur le plan de l'image du pays organisateur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-kolo-muani-refuse-d-aller-a-fribourg-malgre-une-offre-de-9-millions-acceptee-par-nantes_AV-202201070465.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-le-match-d-ouverture-cameroun-burkina-faso-en-direct_LS-202201090134.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 18:00:11 GMT", - "enclosure": "https://images.bfmtv.com/uTPTKfy2Pwh7Sv3Yb8smUzq-_JA=/13x80:1997x1196/800x0/images/Randal-Kolo-Muani-1035032.jpg", + "pubDate": "Sun, 09 Jan 2022 14:20:16 GMT", + "enclosure": "https://images.bfmtv.com/eSMpPLs_Lf8yooTRGhyPJYUoYeQ=/14x41:2046x1184/800x0/images/Bertrand-Traore-lors-de-Cameroun-Burkina-Faso-le-9-janvier-2022-1211503.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/uTPTKfy2Pwh7Sv3Yb8smUzq-_JA=/13x80:1997x1196/800x0/images/Randal-Kolo-Muani-1035032.jpg", + "image": "https://images.bfmtv.com/eSMpPLs_Lf8yooTRGhyPJYUoYeQ=/14x41:2046x1184/800x0/images/Bertrand-Traore-lors-de-Cameroun-Burkina-Faso-le-9-janvier-2022-1211503.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35834,20 +36890,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "afebe73478805183be318d0dda566910", + "hash": "e30a25c7b851a722177e5cbc4bb4ff70", "highlights": [] }, { - "title": "Le sport face au Covid en direct: l'EPCR confirme le maintien des prochains matchs de Coupe d'Europe", - "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", - "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "title": "Ligue 1: suivez en direct le choc entre l'OL et le PSG", + "description": "La 20e journée de Ligue 1 réserve ce dimanche un choc entre l'OL et le PSG (20h45). Les Lyonnais, en quête de points pour remonter dans les places européennes, évolueront dans un stade qui sonnera creux en raison de la jauge, face à des Parisiens sans Lionel Messi ni Neymar.

", + "content": "La 20e journée de Ligue 1 réserve ce dimanche un choc entre l'OL et le PSG (20h45). Les Lyonnais, en quête de points pour remonter dans les places européennes, évolueront dans un stade qui sonnera creux en raison de la jauge, face à des Parisiens sans Lionel Messi ni Neymar.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/le-sport-face-au-coronavirus-suivez-toutes-les-infos-en-direct_LN-202201060115.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-le-choc-entre-l-ol-et-le-psg_LS-202201090172.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 07:32:06 GMT", - "enclosure": "https://images.bfmtv.com/hs1QOBtYz1oUrYzARsvEO3IhZ6w=/0x0:768x432/800x0/images/Le-flanker-Anthony-Delonch-marque-le-1er-essai-de-Toulouse-face-a-Cardiff-lors-de-la-1ere-journee-du-groupe-B-de-la-Coupe-d-Europe-le-11-decembre-2021-au-Cardiff-Arms-Park-1186537.jpg", + "pubDate": "Sun, 09 Jan 2022 16:17:57 GMT", + "enclosure": "https://images.bfmtv.com/MWArH2RUz4L35mTradxvacxZAKA=/0x87:2048x1239/800x0/images/Kylian-Mbappe-avec-le-PSG-le-7-decembre-2021-1211206.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/hs1QOBtYz1oUrYzARsvEO3IhZ6w=/0x0:768x432/800x0/images/Le-flanker-Anthony-Delonch-marque-le-1er-essai-de-Toulouse-face-a-Cardiff-lors-de-la-1ere-journee-du-groupe-B-de-la-Coupe-d-Europe-le-11-decembre-2021-au-Cardiff-Arms-Park-1186537.jpg", + "image": "https://images.bfmtv.com/MWArH2RUz4L35mTradxvacxZAKA=/0x87:2048x1239/800x0/images/Kylian-Mbappe-avec-le-PSG-le-7-decembre-2021-1211206.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35856,20 +36912,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8f210ff62beca6cfa168d4f16b893d1", + "hash": "689c3324d8c9869f3c9145916c751258", "highlights": [] }, { - "title": "Bordeaux-OM en direct: moins d'absents que prévu pour les Girondins", - "description": "Bordeaux reçoit l'OM ce vendredi soir (21 heures) et espère conserver ses 44 ans d’invincibilité à domicile contre l’OM. Longtemps incertaine à cause de nombreux cas de Covid chez les Girondins, la rencontre a finalement été maintenue, et sera à suivre en direct sur RMC Sport. L’effectif marseillais est lui aussi touché.

", - "content": "Bordeaux reçoit l'OM ce vendredi soir (21 heures) et espère conserver ses 44 ans d’invincibilité à domicile contre l’OM. Longtemps incertaine à cause de nombreux cas de Covid chez les Girondins, la rencontre a finalement été maintenue, et sera à suivre en direct sur RMC Sport. L’effectif marseillais est lui aussi touché.

", + "title": "Nantes-Monaco en direct: les Monégasques perdent deux joueurs sur blessure!", + "description": "Suivez en direct commenté sur notre site la rencontre Nantes - Monaco, comptant pour la 20e journée de Ligue 1. Le coup d'envoi est prévu à 17h.

", + "content": "Suivez en direct commenté sur notre site la rencontre Nantes - Monaco, comptant pour la 20e journée de Ligue 1. Le coup d'envoi est prévu à 17h.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-en-direct-une-affiche-sous-le-signe-du-covid_LS-202201070328.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/nantes-monaco-en-direct-premiere-sur-le-banc-monegasque-de-philippe-clement_LS-202201090151.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 14:39:16 GMT", - "enclosure": "https://images.bfmtv.com/FBfyoZDCwuXj55B6I3eJZ0ydF_U=/0x135:2048x1287/800x0/images/Dimitri-Payet-1210382.jpg", + "pubDate": "Sun, 09 Jan 2022 15:12:02 GMT", + "enclosure": "https://images.bfmtv.com/l_rW36t-Hh1YY62EDDcKyxK_-I0=/0x74:2048x1226/800x0/images/Alexander-Nuebel-1166864.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/FBfyoZDCwuXj55B6I3eJZ0ydF_U=/0x135:2048x1287/800x0/images/Dimitri-Payet-1210382.jpg", + "image": "https://images.bfmtv.com/l_rW36t-Hh1YY62EDDcKyxK_-I0=/0x74:2048x1226/800x0/images/Alexander-Nuebel-1166864.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35878,20 +36934,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2feb5c1e113aa3bd30b9cb8937f26d38", + "hash": "8b7fa2efd75f7557a3fbd13cf21c9998", "highlights": [] }, { - "title": "OL: son avenir tranché fin février? Bosz commente la sortie d'Aulas", - "description": "Peter Bosz reste encore l’entraîneur de l’OL malgré un début de saison compliqué et une décevante 13e place en championnat. Avant la 20e journée de Ligue 1 et la réception du PSG, le technicien néerlandais s’est confié ce vendredi sur sa relation avec Jean-Michel Aulas et ses dirigeants.

", - "content": "Peter Bosz reste encore l’entraîneur de l’OL malgré un début de saison compliqué et une décevante 13e place en championnat. Avant la 20e journée de Ligue 1 et la réception du PSG, le technicien néerlandais s’est confié ce vendredi sur sa relation avec Jean-Michel Aulas et ses dirigeants.

", + "title": "PRONOS PARIS RMC Le pari de folie du 9 janvier – Ligue 1", + "description": "Notre pronostic : match nul entre Metz et Strasbourg (3.80)

", + "content": "Notre pronostic : match nul entre Metz et Strasbourg (3.80)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-son-avenir-tranche-fin-fevrier-bosz-commente-la-sortie-d-aulas_AV-202201070306.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-9-janvier-ligue-1_AN-202201080185.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 13:49:31 GMT", - "enclosure": "https://images.bfmtv.com/L14dKUjTnn7A8ro1JXM-FjNQhnM=/0x49:2048x1201/800x0/images/Peter-Bosz-a-Lyon-en-septembre-2021-1210510.jpg", + "pubDate": "Sat, 08 Jan 2022 23:03:00 GMT", + "enclosure": "https://images.bfmtv.com/YwN-Ic_9RRrWK9sQ_Me5doJWQR0=/1x36:2001x1161/800x0/images/F-Antonetti-1211108.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/L14dKUjTnn7A8ro1JXM-FjNQhnM=/0x49:2048x1201/800x0/images/Peter-Bosz-a-Lyon-en-septembre-2021-1210510.jpg", + "image": "https://images.bfmtv.com/YwN-Ic_9RRrWK9sQ_Me5doJWQR0=/1x36:2001x1161/800x0/images/F-Antonetti-1211108.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35900,20 +36956,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cda3774cc9898895a7e06545a241beab", + "hash": "1338245128525c047323be16c64cb01f", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari du jour du 7 janvier - Ligue 1", - "description": "Notre pronostic: Marseille ne perd pas à Bordeaux et Payet marque.... s'il joue (2.75)

", - "content": "Notre pronostic: Marseille ne perd pas à Bordeaux et Payet marque.... s'il joue (2.75)

", + "title": "OL: Dembélé a \"honte\" du classement des Lyonnais en L1", + "description": "Avant de défier le PSG ce dimanche soir en clôture de la 20e journée de Ligue 1 au Groupama Stadium, l’avant-centre de l’OL Moussa Dembélé a reconnu auprès de Téléfoot que la première partie de saison des Gones, seulement 13es du classement, n’était pas du tout satisfaisante.

", + "content": "Avant de défier le PSG ce dimanche soir en clôture de la 20e journée de Ligue 1 au Groupama Stadium, l’avant-centre de l’OL Moussa Dembélé a reconnu auprès de Téléfoot que la première partie de saison des Gones, seulement 13es du classement, n’était pas du tout satisfaisante.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-7-janvier-ligue-1_AN-202201060301.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-dembele-a-honte-du-classement-des-lyonnais-en-l1_AV-202201090089.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/LTmLhjdQpBN7P92H8elyfuBh9nU=/0x104:2000x1229/800x0/images/Dimitri-Payet-Marseille-1209792.jpg", + "pubDate": "Sun, 09 Jan 2022 11:37:59 GMT", + "enclosure": "https://images.bfmtv.com/5O4JnWQbyCkXEJCCnfSWsSTeiho=/0x0:2048x1152/800x0/images/OL-l-attaquant-lyonnais-Moussa-Dembele-1211392.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/LTmLhjdQpBN7P92H8elyfuBh9nU=/0x104:2000x1229/800x0/images/Dimitri-Payet-Marseille-1209792.jpg", + "image": "https://images.bfmtv.com/5O4JnWQbyCkXEJCCnfSWsSTeiho=/0x0:2048x1152/800x0/images/OL-l-attaquant-lyonnais-Moussa-Dembele-1211392.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35922,20 +36978,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ca8eaafd6fd847cf63593613d51a692", + "hash": "20f6c4198210ee8dd0be7c064cab0c9a", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier du 7 janvier - Ligue 1", - "description": "Mon pronostic : Marseille gagne à Bordeaux sans encaisser de but (2.50)

", - "content": "Mon pronostic : Marseille gagne à Bordeaux sans encaisser de but (2.50)

", + "title": "Open d'Australie: le patron du tournoi espère toujours la présence de Djokovic", + "description": "Craig Tiley, le directeur de l'Open d'Australie, s'est exprimé ce dimanche dans des médias australiens au sujet de l'affaire Djokovic. Il espère voir le numéro un mondial sur les courts de Melbourne.\n

", + "content": "Craig Tiley, le directeur de l'Open d'Australie, s'est exprimé ce dimanche dans des médias australiens au sujet de l'affaire Djokovic. Il espère voir le numéro un mondial sur les courts de Melbourne.\n

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-7-janvier-ligue-1_AN-202201070300.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-le-patron-du-tournoi-espere-toujours-la-presence-de-djokovic_AV-202201090085.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 13:41:51 GMT", - "enclosure": "https://images.bfmtv.com/pznztw2lXgZSpIw-Dy77qpKr_Ss=/0x0:2000x1125/800x0/images/Marseille-1210511.jpg", + "pubDate": "Sun, 09 Jan 2022 11:29:00 GMT", + "enclosure": "https://images.bfmtv.com/BZOsuZcPEthaxcXaKTnoMotg3BU=/40x313:1896x1357/800x0/images/Novak-Djokovic-le-7-novembre-2021-a-Paris-1210418.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/pznztw2lXgZSpIw-Dy77qpKr_Ss=/0x0:2000x1125/800x0/images/Marseille-1210511.jpg", + "image": "https://images.bfmtv.com/BZOsuZcPEthaxcXaKTnoMotg3BU=/40x313:1896x1357/800x0/images/Novak-Djokovic-le-7-novembre-2021-a-Paris-1210418.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35944,20 +37000,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fd9b03136a5d36fe8d680549a5ef3f37", + "hash": "bda638d0f5c99101e188c0fdd3b938d4", "highlights": [] }, { - "title": "Ligue 1 en direct: Messi s'entraîne encore tout seul, sa participation à Lyon-PSG incertaine", - "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.

", + "title": "OM: Longoria a doublé la prime de victoire à Bordeaux", + "description": "Selon La Provence, le président de l'OM Pablo Longoria a doublé la prime de match de ses joueurs après le succès historique face à Bordeaux (1-0), vendredi soir en Ligue 1.

", + "content": "Selon La Provence, le président de l'OM Pablo Longoria a doublé la prime de match de ses joueurs après le succès historique face à Bordeaux (1-0), vendredi soir en Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-suivez-toutes-les-infos-de-la-20e-journee_LN-202201050142.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-longoria-a-double-la-prime-de-victoire-a-bordeaux_AV-202201090079.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 08:19:35 GMT", - "enclosure": "https://images.bfmtv.com/Aq7-TpBSDzgWTGjyyybroJNI9c0=/0x0:2048x1152/800x0/images/Lionel-Messi-grimace-lors-d-un-match-avec-le-PSG-1203452.jpg", + "pubDate": "Sun, 09 Jan 2022 11:08:48 GMT", + "enclosure": "https://images.bfmtv.com/c8da3XKic-RAqNL0IAqLL4u6YAI=/0x40:768x472/800x0/images/La-joie-des-Marseillais-apres-l-ouverture-du-score-contre-Bordeaux-lors-de-la-20e-journee-de-Ligue-1-le-7-janvier-2022-au-Matmut-Stadium-1210819.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Aq7-TpBSDzgWTGjyyybroJNI9c0=/0x0:2048x1152/800x0/images/Lionel-Messi-grimace-lors-d-un-match-avec-le-PSG-1203452.jpg", + "image": "https://images.bfmtv.com/c8da3XKic-RAqNL0IAqLL4u6YAI=/0x40:768x472/800x0/images/La-joie-des-Marseillais-apres-l-ouverture-du-score-contre-Bordeaux-lors-de-la-20e-journee-de-Ligue-1-le-7-janvier-2022-au-Matmut-Stadium-1210819.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35966,20 +37022,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ee3e9ccedef4d38147516399fbe9451", + "hash": "f8a449ec93c3fff35a6856fefb286e9a", "highlights": [] }, { - "title": "Open d'Australie en direct: Djokovic sort du silence et remercie ses soutiens", - "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", - "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "title": "\"Que pasa hermano?\": une embrouille d’Haaland en espagnol enflamme la presse madrilène", + "description": "Alors qu’Erling Haaland est pressenti au Real Madrid ou au FC Barcelone la saison prochaine, les médias ibériques s’amusent d’une altercation verbale en espagnol entre le crack du Borussia Dortmund et l’attaquant colombien de l’Eintracht Francfort Rafael Santos Borré, survenue samedi lors de la 18e journée de Bundesliga.

", + "content": "Alors qu’Erling Haaland est pressenti au Real Madrid ou au FC Barcelone la saison prochaine, les médias ibériques s’amusent d’une altercation verbale en espagnol entre le crack du Borussia Dortmund et l’attaquant colombien de l’Eintracht Francfort Rafael Santos Borré, survenue samedi lors de la 18e journée de Bundesliga.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/que-pasa-hermano-une-embrouille-d-haaland-en-espagnol-enflamme-la-presse-madrilene_AV-202201090077.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", - "enclosure": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", + "pubDate": "Sun, 09 Jan 2022 11:03:29 GMT", + "enclosure": "https://images.bfmtv.com/GawTHn3scCFboeFWYEvkwTkacl8=/0x0:2048x1152/800x0/images/Dortmund-Erling-Haaland-1211371.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", + "image": "https://images.bfmtv.com/GawTHn3scCFboeFWYEvkwTkacl8=/0x0:2048x1152/800x0/images/Dortmund-Erling-Haaland-1211371.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -35988,20 +37044,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a90764ea8b4f5e690dbeac8e072f334", + "hash": "3d7b8c94fd7fbca9b4e77c5ec7623643", "highlights": [] }, { - "title": "Bordeaux-OM: 44 ans, une série d'invincibilité rarissime en Europe", - "description": "Invaincus à domicile en championnat face à l'OM depuis 1977, les Girondins de Bordeaux tenteront de prolonger leur record ce vendredi en ouverture de la 20e journée de Ligue 1. En Europe, une telle série d'invincibilité contre une autre équipe est très rare.

", - "content": "Invaincus à domicile en championnat face à l'OM depuis 1977, les Girondins de Bordeaux tenteront de prolonger leur record ce vendredi en ouverture de la 20e journée de Ligue 1. En Europe, une telle série d'invincibilité contre une autre équipe est très rare.

", + "title": "PSG féminines: Aminata Diallo a rejoué, deux mois après l'affaire Hamraoui", + "description": "Deux mois après son dernier match, et le début de l'affaire Kheira Hamraoui dans laquelle elle avait été un temps inquiétée, Aminata Diallo a de nouveau foulé un terrain ce dimanche lors de la victoire du PSG face à Dijon en 16e de finale de Coupe de France (0-0, 5-4 tab). L'internationale française a disputé 12 minutes.

", + "content": "Deux mois après son dernier match, et le début de l'affaire Kheira Hamraoui dans laquelle elle avait été un temps inquiétée, Aminata Diallo a de nouveau foulé un terrain ce dimanche lors de la victoire du PSG face à Dijon en 16e de finale de Coupe de France (0-0, 5-4 tab). L'internationale française a disputé 12 minutes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-une-serie-d-invincibilite-rarissime-en-europe_AV-202201070294.html", + "link": "https://rmcsport.bfmtv.com/football/feminin/psg-feminines-aminata-diallo-a-rejoue-deux-mois-apres-l-affaire-hamraoui_AV-202201090164.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 13:26:16 GMT", - "enclosure": "https://images.bfmtv.com/GnBeKprjZ9RchrEpu90JiIiyA-w=/0x8:2048x1160/800x0/images/Remi-Oudin-le-15-aout-2021-lors-de-Marseille-Bordeaux-1210409.jpg", + "pubDate": "Sun, 09 Jan 2022 15:46:40 GMT", + "enclosure": "https://images.bfmtv.com/BtAE_sMq1s8ZJxBUGQqgBGW2pM8=/0x38:2048x1190/800x0/images/Aminata-Diallo-1164653.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/GnBeKprjZ9RchrEpu90JiIiyA-w=/0x8:2048x1160/800x0/images/Remi-Oudin-le-15-aout-2021-lors-de-Marseille-Bordeaux-1210409.jpg", + "image": "https://images.bfmtv.com/BtAE_sMq1s8ZJxBUGQqgBGW2pM8=/0x38:2048x1190/800x0/images/Aminata-Diallo-1164653.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36010,20 +37066,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff10499fbf775471bac2dbf0e744f765", + "hash": "b46eb1a9f897032b8e2c84421901bc3d", "highlights": [] }, { - "title": "OL: Boateng tire la sonnette d'alarme avant le choc contre le PSG", - "description": "En conférence de presse ce vendredi avant le choc face au PSG dimanche soir (20h45), le défenseur central de l'OL Jérôme Boateng a rappelé l'importance de cette deuxième moitié de saison et exhorte ses coéquipiers comme lui-même à \"s'améliorer pour remonter au classement\".

", - "content": "En conférence de presse ce vendredi avant le choc face au PSG dimanche soir (20h45), le défenseur central de l'OL Jérôme Boateng a rappelé l'importance de cette deuxième moitié de saison et exhorte ses coéquipiers comme lui-même à \"s'améliorer pour remonter au classement\".

", + "title": "Cameroun-Burkina Faso en direct: c'est parti pour la CAN 2022!", + "description": "La CAN 2022 débute ce dimanche avec le pays hôte, le Cameroun, qui affronte le Burkina Faso en match d'ouverture (17h). Les Camerounais partent avec beaucoup d'ambition, sportivement et sur le plan de l'image du pays organisateur.

", + "content": "La CAN 2022 débute ce dimanche avec le pays hôte, le Cameroun, qui affronte le Burkina Faso en match d'ouverture (17h). Les Camerounais partent avec beaucoup d'ambition, sportivement et sur le plan de l'image du pays organisateur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-psg-boateng-tire-la-sonnette-d-alarme-avant-le-choc_AV-202201070289.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-le-match-d-ouverture-cameroun-burkina-faso-en-direct_LS-202201090134.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 13:09:00 GMT", - "enclosure": "https://images.bfmtv.com/ZWpzvxQy1S7AAUDH25hrckkwUf8=/0x54:2032x1197/800x0/images/Jerome-Boateng-1162781.jpg", + "pubDate": "Sun, 09 Jan 2022 14:20:16 GMT", + "enclosure": "https://images.bfmtv.com/KLRMzVaGP80nWLXmRv5lruKwnxo=/0x77:1984x1193/800x0/images/Karl-Toko-Ekambi-avec-le-Cameroun-en-novembre-2021-1211236.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ZWpzvxQy1S7AAUDH25hrckkwUf8=/0x54:2032x1197/800x0/images/Jerome-Boateng-1162781.jpg", + "image": "https://images.bfmtv.com/KLRMzVaGP80nWLXmRv5lruKwnxo=/0x77:1984x1193/800x0/images/Karl-Toko-Ekambi-avec-le-Cameroun-en-novembre-2021-1211236.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36032,20 +37088,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c09fa3eca30c3a7f6f8482a42758bb52", + "hash": "07d93bf3163bdbe8c23e36b7ae8aede3", "highlights": [] }, { - "title": "Real Madrid: Gareth Bale à la retraite en fin de saison?", - "description": "Sous contrat avec le Real Madrid jusqu’à la fin de la saison, Gareth Bale réfléchirait à son avenir dans le football. The Athletic assure qu’une prolongation n’est pas à l’ordre du jour, mais aussi qu’en cas de non-qualification du pays de Galles pour le Mondial 2022, l’ailier pourrait prendre sa retraite.

", - "content": "Sous contrat avec le Real Madrid jusqu’à la fin de la saison, Gareth Bale réfléchirait à son avenir dans le football. The Athletic assure qu’une prolongation n’est pas à l’ordre du jour, mais aussi qu’en cas de non-qualification du pays de Galles pour le Mondial 2022, l’ailier pourrait prendre sa retraite.

", + "title": "Nantes-Monaco en direct: première sur le banc monégasque de Philippe Clément", + "description": "Suivez en direct commenté sur notre site la rencontre Nantes - Monaco, comptant pour la 20e journée de Ligue 1. Le coup d'envoi est prévu à 17h.

", + "content": "Suivez en direct commenté sur notre site la rencontre Nantes - Monaco, comptant pour la 20e journée de Ligue 1. Le coup d'envoi est prévu à 17h.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/real-madrid-gareth-bale-a-la-retraite-en-fin-de-saison_AV-202201070280.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/nantes-monaco-en-direct-premiere-sur-le-banc-monegasque-de-philippe-clement_LS-202201090151.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 12:38:18 GMT", - "enclosure": "https://images.bfmtv.com/z7H3MWRLh-ZaPMw7R-_lCLTiwwE=/0x0:768x432/800x0/images/Le-capitaine-gallois-Gareth-Bale-lors-de-son-premier-match-a-l-Euro-contre-la-Suisse-a-Bakou-le-12-juin-2021-1048791.jpg", + "pubDate": "Sun, 09 Jan 2022 15:12:02 GMT", + "enclosure": "https://images.bfmtv.com/l_rW36t-Hh1YY62EDDcKyxK_-I0=/0x74:2048x1226/800x0/images/Alexander-Nuebel-1166864.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/z7H3MWRLh-ZaPMw7R-_lCLTiwwE=/0x0:768x432/800x0/images/Le-capitaine-gallois-Gareth-Bale-lors-de-son-premier-match-a-l-Euro-contre-la-Suisse-a-Bakou-le-12-juin-2021-1048791.jpg", + "image": "https://images.bfmtv.com/l_rW36t-Hh1YY62EDDcKyxK_-I0=/0x74:2048x1226/800x0/images/Alexander-Nuebel-1166864.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36054,20 +37110,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2122c4c1ec524024dce03e08ddf458c2", + "hash": "79036143a33016f41d12124e38636286", "highlights": [] }, { - "title": "Open d'Australie: une bourde des organisateurs au cœur du fiasco Djokovic?", - "description": "Venu à Melbourne pour défendre son titre à l'Open d'Australie, Novak Djokovic a vu son visa d'entrée annulé et s'est retrouvé placé à l'isolement dans un hôtel. Selon les médias australiens, la responsabilité des organisateurs du tournoi est engagée dans cette affaire.

", - "content": "Venu à Melbourne pour défendre son titre à l'Open d'Australie, Novak Djokovic a vu son visa d'entrée annulé et s'est retrouvé placé à l'isolement dans un hôtel. Selon les médias australiens, la responsabilité des organisateurs du tournoi est engagée dans cette affaire.

", + "title": "Multiplex Ligue 1 en direct: Strasbourg sérieux dans le derby, Clermont pousse à dix", + "description": "Réduit à dix dès la 13e minute, Clermont tient tête à Reims à la pause (0-0). Pas de but non plus dans l'autre rencontre de ce multiplex, le derby entre Metz et Strasbourg (0-0). Suivez la seconde période dans notre live commenté.

", + "content": "Réduit à dix dès la 13e minute, Clermont tient tête à Reims à la pause (0-0). Pas de but non plus dans l'autre rencontre de ce multiplex, le derby entre Metz et Strasbourg (0-0). Suivez la seconde période dans notre live commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-une-bourde-des-organisateurs-au-coeur-du-fiasco-djokovic_AV-202201070272.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-metz-strasbourg-et-clermont-reims-en-direct_LS-202201090116.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 12:16:35 GMT", - "enclosure": "https://images.bfmtv.com/BZOsuZcPEthaxcXaKTnoMotg3BU=/40x313:1896x1357/800x0/images/Novak-Djokovic-le-7-novembre-2021-a-Paris-1210418.jpg", + "pubDate": "Sun, 09 Jan 2022 12:48:45 GMT", + "enclosure": "https://images.bfmtv.com/EP49_D4WpQBaoJbkjz4ueCOcJfA=/0x106:2048x1258/800x0/images/1211474.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/BZOsuZcPEthaxcXaKTnoMotg3BU=/40x313:1896x1357/800x0/images/Novak-Djokovic-le-7-novembre-2021-a-Paris-1210418.jpg", + "image": "https://images.bfmtv.com/EP49_D4WpQBaoJbkjz4ueCOcJfA=/0x106:2048x1258/800x0/images/1211474.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36076,20 +37132,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfe306d3dc72b707bc498ea5c0407372", + "hash": "a4d705fed722efbb4b540497980e3e35", "highlights": [] }, { - "title": "Top 14: Un joueur du RCT hospitalisé, Toulon-La Rochelle va être reporté", - "description": "Alors que le club de Toulon fait face à une vague de covid, le manager de Toulon a expliqué en conf de presse qu'un joueur avait dû être hospitalisé. Selon nos informations, le match face à La Rochelle va être reporté.

", - "content": "Alors que le club de Toulon fait face à une vague de covid, le manager de Toulon a expliqué en conf de presse qu'un joueur avait dû être hospitalisé. Selon nos informations, le match face à La Rochelle va être reporté.

", + "title": "Melbourne: Nadal titré pour son retour sur le circuit", + "description": "A quelques jours de l'Open d'Australie, Rafael Nadal s'est imposé en finale du tournoi ATP 250 de Melbourne ce dimanche, dominant l'Américain Maxime Cressy (7-6, 6-3).

", + "content": "A quelques jours de l'Open d'Australie, Rafael Nadal s'est imposé en finale du tournoi ATP 250 de Melbourne ce dimanche, dominant l'Américain Maxime Cressy (7-6, 6-3).

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-un-joueur-du-rct-hospitalise-toulon-la-rochelle-va-etre-reporte_AN-202201070267.html", + "link": "https://rmcsport.bfmtv.com/tennis/atp/melbourne-nadal-titre-pour-son-retour-sur-le-circuit_AV-202201090071.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 12:13:28 GMT", - "enclosure": "https://images.bfmtv.com/uJinIDwuxZdfhjYy7Un6w9S8JiE=/0x106:2048x1258/800x0/images/Franck-Azema-au-milieu-des-joueurs-du-RCT-le-17-decembre-2021-1210468.jpg", + "pubDate": "Sun, 09 Jan 2022 10:41:26 GMT", + "enclosure": "https://images.bfmtv.com/hgZVstpZybYt6pCDF_XeTFtI5wk=/0x93:2048x1245/800x0/images/Rafael-Nadal-a-Melbourne-1211365.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/uJinIDwuxZdfhjYy7Un6w9S8JiE=/0x106:2048x1258/800x0/images/Franck-Azema-au-milieu-des-joueurs-du-RCT-le-17-decembre-2021-1210468.jpg", + "image": "https://images.bfmtv.com/hgZVstpZybYt6pCDF_XeTFtI5wk=/0x93:2048x1245/800x0/images/Rafael-Nadal-a-Melbourne-1211365.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36098,20 +37154,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7717718d40c3913b2b9f560b6992e201", + "hash": "36005287e8cb3a82eb9339a48fde0fad", "highlights": [] }, { - "title": "Biathlon (Oberhof): Jacquelin deuxième du sprint et toujours leader au général", - "description": "À l’occasion de la Coupe du monde de biathlon, le Français Emilien Jacquelin a fini à la deuxième place du sprint d’Oberhof derrière Alexander Loginov ce vendredi. Le Français conserve malgré tout son dossard jaune.

", - "content": "À l’occasion de la Coupe du monde de biathlon, le Français Emilien Jacquelin a fini à la deuxième place du sprint d’Oberhof derrière Alexander Loginov ce vendredi. Le Français conserve malgré tout son dossard jaune.

", + "title": "OM: dans le dur à Elche, Benedetto pourrait retourner à Boca Juniors", + "description": "Dans un entretien accordé au média argentin TyC Sports, le directeur sportif de Boca Juniors, Jorge Bermudez, a expliqué travailler pour un retour de Dario Benedetto au club. Alors que l'attaquant est actuellement prêté à Elche, l'OM souhaiterait toutefois récupérer une partie des 18 millions d'euros investis sur le joueur à l'été 2019.

", + "content": "Dans un entretien accordé au média argentin TyC Sports, le directeur sportif de Boca Juniors, Jorge Bermudez, a expliqué travailler pour un retour de Dario Benedetto au club. Alors que l'attaquant est actuellement prêté à Elche, l'OM souhaiterait toutefois récupérer une partie des 18 millions d'euros investis sur le joueur à l'été 2019.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-oberhof-jacquelin-deuxieme-du-sprint-et-toujours-leader-au-general_AV-202201070266.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/om-dans-le-dur-a-elche-benedetto-pourrait-retourner-a-boca-juniors_AV-202201090069.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 12:09:38 GMT", - "enclosure": "https://images.bfmtv.com/k-IcDvdioxWGsc8gwNLZAczU0iw=/226x382:1954x1354/800x0/images/Emilien-Jacquelin-1191344.jpg", + "pubDate": "Sun, 09 Jan 2022 10:27:06 GMT", + "enclosure": "https://images.bfmtv.com/dM6hRC82JU8tmwwRxdU0OelQk8w=/0x100:2032x1243/800x0/images/Dario-Benedetto-avec-Elche-le-23-octobre-2021-1211339.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/k-IcDvdioxWGsc8gwNLZAczU0iw=/226x382:1954x1354/800x0/images/Emilien-Jacquelin-1191344.jpg", + "image": "https://images.bfmtv.com/dM6hRC82JU8tmwwRxdU0OelQk8w=/0x100:2032x1243/800x0/images/Dario-Benedetto-avec-Elche-le-23-octobre-2021-1211339.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36120,20 +37176,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c47308d1b006740a23a936a437e8d231", + "hash": "86f669a5f375415b1720e4c548166d62", "highlights": [] }, { - "title": "Le sport face au Covid en direct: Un joueur du RCT hospitalisé, Toulon-La Rochelle va être reporté", - "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", - "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "title": "CAN 2022: le match d'ouverture Cameroun-Burkina Faso en direct", + "description": "La CAN 2022 débute ce dimanche avec le pays hôte, le Cameroun, qui affronte le Burkina Faso en match d'ouverture (17h). Les Camerounais partent avec beaucoup d'ambition, sportivement et sur le plan de l'image du pays organisateur.

", + "content": "La CAN 2022 débute ce dimanche avec le pays hôte, le Cameroun, qui affronte le Burkina Faso en match d'ouverture (17h). Les Camerounais partent avec beaucoup d'ambition, sportivement et sur le plan de l'image du pays organisateur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/le-sport-face-au-coronavirus-suivez-toutes-les-infos-en-direct_LN-202201060115.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-le-match-d-ouverture-cameroun-burkina-faso-en-direct_LS-202201090134.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 07:32:06 GMT", - "enclosure": "https://images.bfmtv.com/kvSHN8gAJF3OO9d4ZvfcdUlrii8=/0x64:1600x964/800x0/images/-879308.jpg", + "pubDate": "Sun, 09 Jan 2022 14:20:16 GMT", + "enclosure": "https://images.bfmtv.com/KLRMzVaGP80nWLXmRv5lruKwnxo=/0x77:1984x1193/800x0/images/Karl-Toko-Ekambi-avec-le-Cameroun-en-novembre-2021-1211236.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/kvSHN8gAJF3OO9d4ZvfcdUlrii8=/0x64:1600x964/800x0/images/-879308.jpg", + "image": "https://images.bfmtv.com/KLRMzVaGP80nWLXmRv5lruKwnxo=/0x77:1984x1193/800x0/images/Karl-Toko-Ekambi-avec-le-Cameroun-en-novembre-2021-1211236.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36142,20 +37198,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b10b04acf3744da1ecf7d8f0bca2cba", + "hash": "ea1bcc6da42be5ad6e2277e92fa688cc", "highlights": [] }, { - "title": "Saint-Etienne: Dupraz prêt à accueillir Alvaro Gonzalez \"les bras ouverts\"", - "description": "En quête de recrues pour assurer son maintien en Ligue 1, Saint-Etienne s’active pour renforcer son effectif. Sur les antennes de France Bleu, l’entraîneur Pascal Dupraz a confirmé la piste Jean-Philippe Mateta et évoqué celle conduisant au Marseillais Alvaro Gonzalez. Tout en ouvrant la porte à plusieurs départs.

", - "content": "En quête de recrues pour assurer son maintien en Ligue 1, Saint-Etienne s’active pour renforcer son effectif. Sur les antennes de France Bleu, l’entraîneur Pascal Dupraz a confirmé la piste Jean-Philippe Mateta et évoqué celle conduisant au Marseillais Alvaro Gonzalez. Tout en ouvrant la porte à plusieurs départs.

", + "title": "Multiplex Ligue 1 en direct: Strasbourg domine le derby, Clermont à dix", + "description": "Après les reports d'Angers-ASSE et de Montpellier-Troyes, seuls deux matchs se disputent dans le multiplex de la 20e journée de Ligue 1: Metz-Strasbourg et Clermont-Reims. Des affiches à suivre à partir de 15h dans notre direct commenté.

", + "content": "Après les reports d'Angers-ASSE et de Montpellier-Troyes, seuls deux matchs se disputent dans le multiplex de la 20e journée de Ligue 1: Metz-Strasbourg et Clermont-Reims. Des affiches à suivre à partir de 15h dans notre direct commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/saint-etienne-dupraz-pret-a-accueillir-alvaro-gonzalez-les-bras-ouverts_AV-202201070247.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-metz-strasbourg-et-clermont-reims-en-direct_LS-202201090116.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 11:52:30 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": "Sun, 09 Jan 2022 12:48:45 GMT", + "enclosure": "https://images.bfmtv.com/ZBNpYGG4OTrjCru8g-D5YYNM2b0=/0x104:1984x1220/800x0/images/Ludovic-Ajorque-Strasbourg-1192530.jpg", "enclosureType": "image/jpg", - "image": "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", + "image": "https://images.bfmtv.com/ZBNpYGG4OTrjCru8g-D5YYNM2b0=/0x104:1984x1220/800x0/images/Ludovic-Ajorque-Strasbourg-1192530.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36164,20 +37220,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f26839bf115e94e80ccb008c675e112d", + "hash": "588bb0f62b557a898009089350ee388d", "highlights": [] }, { - "title": "Bayonne officialise la signature de Camille Lopez", - "description": "L’Aviron Bayonnais a officialisé ce vendredi la signature de Camille Lopez, à la fin de la saison de Top 14 avec Clermont. Le pensionnaire de Pro D2 a confirmé avoir trouvé un accord pour deux ans avec l’ouvreur international qui sera associé en charnière à Maxime Machenaud.

", - "content": "L’Aviron Bayonnais a officialisé ce vendredi la signature de Camille Lopez, à la fin de la saison de Top 14 avec Clermont. Le pensionnaire de Pro D2 a confirmé avoir trouvé un accord pour deux ans avec l’ouvreur international qui sera associé en charnière à Maxime Machenaud.

", + "title": "CAN 2022 en direct: déjà une grosse ambiance à Yaoundé avant le match d'ouverture", + "description": "Le coup d’envoi de la Coupe d’Afrique des nations sera donné ce dimanche avec le match d’ouverture entre le Cameroun, pays hôte de la compétition, et le Burkina Faso à 17h au stade d’Olembe de Yaoundé. Ce match sera suivi par la 2eme rencontre du groupe A Ethiopie-Cap Vert à 20h. Retrouvez toutes les infos sur cette CAN 2022 en direct sur RMC Sport dans notre live commenté.

", + "content": "Le coup d’envoi de la Coupe d’Afrique des nations sera donné ce dimanche avec le match d’ouverture entre le Cameroun, pays hôte de la compétition, et le Burkina Faso à 17h au stade d’Olembe de Yaoundé. Ce match sera suivi par la 2eme rencontre du groupe A Ethiopie-Cap Vert à 20h. Retrouvez toutes les infos sur cette CAN 2022 en direct sur RMC Sport dans notre live commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/bayonne-officialise-la-signature-de-camille-lopez_AV-202201070242.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-en-direct-toutes-les-infos-avant-le-match-d-ouverture-cameroun-burkina-faso_LN-202201090016.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 11:44:29 GMT", - "enclosure": "https://images.bfmtv.com/fGuVGifHqS1sqRAVOyYxKWfMdbU=/0x46:2048x1198/800x0/images/Camille-Lopez-avec-Clermont-le-1er-janvier-2022-1210419.jpg", + "pubDate": "Sun, 09 Jan 2022 07:07:21 GMT", + "enclosure": "https://images.bfmtv.com/BHEY0Wn1D0H7hFxHFVhiwGTSyWo=/0x67:2000x1192/800x0/images/Des-chapeaux-du-Cameroun-a-Yaounde-1211385.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/fGuVGifHqS1sqRAVOyYxKWfMdbU=/0x46:2048x1198/800x0/images/Camille-Lopez-avec-Clermont-le-1er-janvier-2022-1210419.jpg", + "image": "https://images.bfmtv.com/BHEY0Wn1D0H7hFxHFVhiwGTSyWo=/0x67:2000x1192/800x0/images/Des-chapeaux-du-Cameroun-a-Yaounde-1211385.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36186,20 +37242,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1cb174cbcf91ebc216cac4ad07bb22c9", + "hash": "79ecb5ea42084c6ab006ff2c88b50baa", "highlights": [] }, { - "title": "Dakar 2022: Terranova remporte la 6e étape, Loeb perd sa deuxième place", - "description": "L'Argentin Orlando Terranova (Prodrive) a remporté vendredi la sixième étape du Dakar 2022, sur une spéciale de 348 km, une première depuis 2015 pour sa 14e participation.

", - "content": "L'Argentin Orlando Terranova (Prodrive) a remporté vendredi la sixième étape du Dakar 2022, sur une spéciale de 348 km, une première depuis 2015 pour sa 14e participation.

", + "title": "Brest-Nice en direct: les Aiglons s'imposent à Brest et reviennent sur l'OM", + "description": "Suite de la 20e journée de Ligue 1 avec le duel entre Brest et Nice, dès 13h ce dimanche. Les Aiglons veulent rester au contact de l'OM, 2e du championnat, mais vont devoir pour cela se défaire de Bretons en grande forme depuis la fin de l'année 2021.

", + "content": "Suite de la 20e journée de Ligue 1 avec le duel entre Brest et Nice, dès 13h ce dimanche. Les Aiglons veulent rester au contact de l'OM, 2e du championnat, mais vont devoir pour cela se défaire de Bretons en grande forme depuis la fin de l'année 2021.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/dakar-2022-terranova-remporte-la-6e-etape-loeb-perd-sa-deuxieme-place_AN-202201070238.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-brest-nice-en-direct_LS-202201090067.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 11:39:51 GMT", - "enclosure": "https://images.bfmtv.com/zKdF01OWTdLm4gHcNNUQVNQPtU4=/0x28:768x460/800x0/images/Orlando-Terranova-avec-son-copilote-Daniel-Oliveras-Carreras-sur-les-routes-du-Dakar-en-direction-d-al-Qaysumah-le-4-janvier-2022-1210412.jpg", + "pubDate": "Sun, 09 Jan 2022 10:21:57 GMT", + "enclosure": "https://images.bfmtv.com/BE_7DrtUu27xZsQI0xU0e-4SZVY=/0x143:2048x1295/800x0/images/Brest-Nice-le-9-janvier-2021-1211431.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/zKdF01OWTdLm4gHcNNUQVNQPtU4=/0x28:768x460/800x0/images/Orlando-Terranova-avec-son-copilote-Daniel-Oliveras-Carreras-sur-les-routes-du-Dakar-en-direction-d-al-Qaysumah-le-4-janvier-2022-1210412.jpg", + "image": "https://images.bfmtv.com/BE_7DrtUu27xZsQI0xU0e-4SZVY=/0x143:2048x1295/800x0/images/Brest-Nice-le-9-janvier-2021-1211431.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36208,20 +37264,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ec2741262edf37c365e93e393e2419d", + "hash": "b19183a5b6f258294549784aa8c426a8", "highlights": [] }, { - "title": "Tennis: Monfils en pleine bourre avant l'Open d'Australie", - "description": "Le Français Gaël Monfils s'est qualifié pour les demi-finales du tournoi d'Adelaïde, ce vendredi, en balayant l'Américain Tommy Paul (6-4, 6-1). De bon augure avant l'Open d'Australie.

", - "content": "Le Français Gaël Monfils s'est qualifié pour les demi-finales du tournoi d'Adelaïde, ce vendredi, en balayant l'Américain Tommy Paul (6-4, 6-1). De bon augure avant l'Open d'Australie.

", + "title": "PSG en direct: 24 joueurs retenus pour défier l'OL, et beaucoup de jeunes", + "description": "Le PSG se déplacera dimanche soir au Groupama Stadium (20h45) pour y défier l'OL en clôture de la 20e journée de Ligue 1. Après la conférence de presse de l'entraîneur parisien Mauricio Pochettino, le groupe parisien décimé par l'absence de nombreux joueurs positifs au Covid, commence à se dessiner. De nombreux jeunes seront du voyage dans le Rhône.

", + "content": "Le PSG se déplacera dimanche soir au Groupama Stadium (20h45) pour y défier l'OL en clôture de la 20e journée de Ligue 1. Après la conférence de presse de l'entraîneur parisien Mauricio Pochettino, le groupe parisien décimé par l'absence de nombreux joueurs positifs au Covid, commence à se dessiner. De nombreux jeunes seront du voyage dans le Rhône.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/atp/tennis-monfils-en-pleine-bourre-avant-l-open-d-australie_AD-202201070229.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-en-direct-la-conf-de-pochettino-avant-le-choc-contre-l-ol_LN-202201080068.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 11:22:32 GMT", - "enclosure": "https://images.bfmtv.com/nGtartLrCGvBHsXDTL-Gri1NY6A=/0x0:2048x1152/800x0/images/Gael-Monfils-1210395.jpg", + "pubDate": "Sat, 08 Jan 2022 09:59:16 GMT", + "enclosure": "https://images.bfmtv.com/JwAR07WP8cy0_Jlz43by5bA_nus=/0x121:2048x1273/800x0/images/Xavi-Simons-et-Edouard-Michut-1203683.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/nGtartLrCGvBHsXDTL-Gri1NY6A=/0x0:2048x1152/800x0/images/Gael-Monfils-1210395.jpg", + "image": "https://images.bfmtv.com/JwAR07WP8cy0_Jlz43by5bA_nus=/0x121:2048x1273/800x0/images/Xavi-Simons-et-Edouard-Michut-1203683.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36230,20 +37286,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c834a689b776d21895af90fb7a87fe99", + "hash": "fff25fd7762ddb6c9fd76c3c825dd953", "highlights": [] }, { - "title": "Open d'Australie: une joueuse tchèque dans la même situation (et le même hôtel) que Djokovic", - "description": "Renata Voráčová, 81e joueuse mondiale, est actuellement bloquée dans le même hôtel que le Serbe Novak Djokovic après l'annulation de son visa par les autorités australiennes.

", - "content": "Renata Voráčová, 81e joueuse mondiale, est actuellement bloquée dans le même hôtel que le Serbe Novak Djokovic après l'annulation de son visa par les autorités australiennes.

", + "title": "OL-PSG: à quelle heure et sur quelle chaîne suivre le choc de la 20e journée de Ligue 1", + "description": "L'OL recevra le PSG ce dimanche soir au Groupama Stadium en clôture de la 20e journée de Ligue 1. Une rencontre à suivre à 20h45 sur la plateforme Prime Vidéo d'Amazon.

", + "content": "L'OL recevra le PSG ce dimanche soir au Groupama Stadium en clôture de la 20e journée de Ligue 1. Une rencontre à suivre à 20h45 sur la plateforme Prime Vidéo d'Amazon.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-une-joueuse-tcheque-dans-la-meme-situation-et-le-meme-hotel-que-djokovic_AV-202201070226.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-psg-a-quelle-heure-et-sur-quelle-chaine-suivre-le-choc-de-la-20e-journee-de-ligue-1_AV-202201090065.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 11:17:55 GMT", - "enclosure": "https://images.bfmtv.com/99-rbUjcAWqEcS26QsMZelUwXE8=/0x27:2048x1179/800x0/images/Renata-Voracova-en-novembre-2020-1210362.jpg", + "pubDate": "Sun, 09 Jan 2022 10:17:48 GMT", + "enclosure": "https://images.bfmtv.com/xoMEtRmiB0RcG5Q2mFg-CLYefgc=/0x124:2048x1276/800x0/images/Marquinhos-lors-de-PSG-OL-en-septembre-2021-1211359.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/99-rbUjcAWqEcS26QsMZelUwXE8=/0x27:2048x1179/800x0/images/Renata-Voracova-en-novembre-2020-1210362.jpg", + "image": "https://images.bfmtv.com/xoMEtRmiB0RcG5Q2mFg-CLYefgc=/0x124:2048x1276/800x0/images/Marquinhos-lors-de-PSG-OL-en-septembre-2021-1211359.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36252,20 +37308,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "38ce89857766ec70cb65c4ff37fead86", + "hash": "4127d8aaa720eb2a446d2fe02f85d617", "highlights": [] }, { - "title": "Ligue 1: à quelle heure et sur quelle chaîne suivre Bordeaux-OM", - "description": "Longtemps menacée de report, la rencontre entre Bordeaux et l’OM est pour le moment maintenue ce vendredi (21h, 20e journée de Ligue 1). Les Marseillais visent une première victoire en Gironde depuis 1977.

", - "content": "Longtemps menacée de report, la rencontre entre Bordeaux et l’OM est pour le moment maintenue ce vendredi (21h, 20e journée de Ligue 1). Les Marseillais visent une première victoire en Gironde depuis 1977.

", + "title": "Chelsea: Lewis Baker a disputé son 2e match avec les Blues... en huit ans", + "description": "Entré en jeu contre Chesterfield (5-1) samedi en 32e de finale de la FA Cup à Stamford Bridge, le milieu de terrain de Chelsea Lewis Baker, 26 ans, a fait sa première apparition avec les Blues en match officiel depuis le mois janvier 2014.

", + "content": "Entré en jeu contre Chesterfield (5-1) samedi en 32e de finale de la FA Cup à Stamford Bridge, le milieu de terrain de Chelsea Lewis Baker, 26 ans, a fait sa première apparition avec les Blues en match officiel depuis le mois janvier 2014.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-a-quelle-heure-et-sur-quelle-chaine-suivre-bordeaux-om_AV-202201070219.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-lewis-baker-a-dispute-son-2e-match-avec-les-blues-en-huit-ans_AV-202201090059.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 11:10:18 GMT", - "enclosure": "https://images.bfmtv.com/FBfyoZDCwuXj55B6I3eJZ0ydF_U=/0x135:2048x1287/800x0/images/Dimitri-Payet-1210382.jpg", + "pubDate": "Sun, 09 Jan 2022 09:59:10 GMT", + "enclosure": "https://images.bfmtv.com/pA6Tc4VWkIeDATkcfyAArM3ZavA=/0x0:2048x1152/800x0/images/Lewis-Baker-avec-Chelsea-face-a-Chesterfield-en-FA-Cup-1211344.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/FBfyoZDCwuXj55B6I3eJZ0ydF_U=/0x135:2048x1287/800x0/images/Dimitri-Payet-1210382.jpg", + "image": "https://images.bfmtv.com/pA6Tc4VWkIeDATkcfyAArM3ZavA=/0x0:2048x1152/800x0/images/Lewis-Baker-avec-Chelsea-face-a-Chesterfield-en-FA-Cup-1211344.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36274,20 +37330,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "26fc4b2feb1a8747d8b16e4423c84443", + "hash": "cd3e8b7cc7b0c1963f4b1f2d98eb53db", "highlights": [] }, { - "title": "Lille: Faivre, Ferhat, Botman... Quel mercato d'hiver pour les Dogues?", - "description": "À l'entame de cette deuxième partie de saison pour Lille, RMC Sport fait le point sur l'effectif des Dogues. Avec plusieurs joueurs en fin de contrat, un départ de Jonathan Ikoné - qui pourrait en appeler d'autres - et des renforts souhaités par Gourvennec, le mercato hivernal devrait être chargé pour le club nordiste.

", - "content": "À l'entame de cette deuxième partie de saison pour Lille, RMC Sport fait le point sur l'effectif des Dogues. Avec plusieurs joueurs en fin de contrat, un départ de Jonathan Ikoné - qui pourrait en appeler d'autres - et des renforts souhaités par Gourvennec, le mercato hivernal devrait être chargé pour le club nordiste.

", + "title": "Mercato: Ronaldo s'interrogerait déjà sur son avenir à Manchester United", + "description": "Inquiet des résultats, de l'ambiance, et du style de Ralf Rangnick à Manchester United, Cristiano Ronaldo aurait convoqué selon le Sun son agent en Angleterre pour discuter avec lui de son avenir. \"Rien n'a été exclu\", explique au tabloïd un proche du Portugais.

", + "content": "Inquiet des résultats, de l'ambiance, et du style de Ralf Rangnick à Manchester United, Cristiano Ronaldo aurait convoqué selon le Sun son agent en Angleterre pour discuter avec lui de son avenir. \"Rien n'a été exclu\", explique au tabloïd un proche du Portugais.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/lille-faivre-ferhat-botman-quel-mercato-d-hiver-pour-les-dogues_AV-202201070215.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-ronaldo-s-interrogerait-deja-sur-son-avenir-a-manchester-united_AV-202201090056.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 11:02:57 GMT", - "enclosure": "https://images.bfmtv.com/2mfYIxb-wdn2Dj1v0ROhShlT7_U=/0x0:2048x1152/800x0/images/Jonathan-David-lors-du-match-aller-entre-le-LOSC-et-Wolfsburg-le-14-septembre-1184059.jpg", + "pubDate": "Sun, 09 Jan 2022 09:55:04 GMT", + "enclosure": "https://images.bfmtv.com/GJ7WoMMK8k3bqj8P_1yh1hObC3M=/0x174:2032x1317/800x0/images/Cristiano-Ronaldo-1181991.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/2mfYIxb-wdn2Dj1v0ROhShlT7_U=/0x0:2048x1152/800x0/images/Jonathan-David-lors-du-match-aller-entre-le-LOSC-et-Wolfsburg-le-14-septembre-1184059.jpg", + "image": "https://images.bfmtv.com/GJ7WoMMK8k3bqj8P_1yh1hObC3M=/0x174:2032x1317/800x0/images/Cristiano-Ronaldo-1181991.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36296,20 +37352,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "71198705e7a5df1839b1775101d3bf4a", + "hash": "fdf68de7348adbfad9b83cfa8a0cad6b", "highlights": [] }, { - "title": "Bordeaux-OM: un groupe marseillais également très affaibli", - "description": "Jorge Sampaoli doit se passer de plusieurs cadres, dont certains positifs au Covid, pour le déplacement de l’OM à Bordeaux, ce vendredi (21h, 20e journée de Ligue 1). Milik, Gerson, Rongier, Alvaro et Mandanda sont absents du groupe.

", - "content": "Jorge Sampaoli doit se passer de plusieurs cadres, dont certains positifs au Covid, pour le déplacement de l’OM à Bordeaux, ce vendredi (21h, 20e journée de Ligue 1). Milik, Gerson, Rongier, Alvaro et Mandanda sont absents du groupe.

", + "title": "Open d'Australie en direct: le patron du tournoi croit encore à la participation de Djokovic", + "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-un-groupe-marseillais-egalement-tres-affaibli_AV-202201070207.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 10:50:11 GMT", - "enclosure": "https://images.bfmtv.com/4aKQ1PHE6uyc-U1Knsh_hUCjMFU=/0x11:2048x1163/800x0/images/Arkadiusz-MILIK-1185137.jpg", + "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", + "enclosure": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/4aKQ1PHE6uyc-U1Knsh_hUCjMFU=/0x11:2048x1163/800x0/images/Arkadiusz-MILIK-1185137.jpg", + "image": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36318,42 +37374,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ee68de23e24fa28aba5797ff941e5a2", + "hash": "eb4b36a262d83bbbac446cdb259167ca", "highlights": [] }, { - "title": "OL en direct: \"Tout le monde doit faire mieux, y compris moi\", prévient Boateng", - "description": "L'OL recevra le PSG dimanche soir (20h45) en clôture de la 20e journée de Ligue 1. A deux jours du choc, l'entraîneur lyonnais Peter Bosz s'exprimera ce vendredi devant la presse. Une conférence à suivre en direct commenté sur RMC Sport à partir de 12h45.

", - "content": "L'OL recevra le PSG dimanche soir (20h45) en clôture de la 20e journée de Ligue 1. A deux jours du choc, l'entraîneur lyonnais Peter Bosz s'exprimera ce vendredi devant la presse. Une conférence à suivre en direct commenté sur RMC Sport à partir de 12h45.

", + "title": "Adélaïde: Monfils s’offre un joli titre à une semaine de l’Open d’Australie", + "description": "Le Français Gaël Monfils a battu le Russe Karen Khachanov en deux sets (6-4- 6-4) en finale du tournoi ATP 250 d’Adélaïde ce dimanche. A 35 ans, le Parisen remporte le 11eme titre de sa carrière, le premier depuis 2020. De bon augure à une semaine du coup d’envoi de l’Open d’Australie.

", + "content": "Le Français Gaël Monfils a battu le Russe Karen Khachanov en deux sets (6-4- 6-4) en finale du tournoi ATP 250 d’Adélaïde ce dimanche. A 35 ans, le Parisen remporte le 11eme titre de sa carrière, le premier depuis 2020. De bon augure à une semaine du coup d’envoi de l’Open d’Australie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-en-direct-la-conf-de-bosz-avant-le-choc-contre-le-psg_LN-202201070203.html", + "link": "https://rmcsport.bfmtv.com/tennis/atp/adelaide-monfils-s-offre-un-joli-titre-a-une-semaine-de-l-open-d-australie_AV-202201090039.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 10:43:14 GMT", - "enclosure": "https://images.bfmtv.com/Ug0e-tIVto5FxNqCxHgfE1z7-wE=/0x0:2048x1152/800x0/images/Jerome-Boateng-OL-1140165.jpg", + "pubDate": "Sun, 09 Jan 2022 09:01:23 GMT", + "enclosure": "https://images.bfmtv.com/YBeBASGQMcyl13EOuQpmrslqR5E=/0x0:2048x1152/800x0/images/Gael-Monfils-remporte-le-tournoi-d-Adelaide-1211329.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Ug0e-tIVto5FxNqCxHgfE1z7-wE=/0x0:2048x1152/800x0/images/Jerome-Boateng-OL-1140165.jpg", + "image": "https://images.bfmtv.com/YBeBASGQMcyl13EOuQpmrslqR5E=/0x0:2048x1152/800x0/images/Gael-Monfils-remporte-le-tournoi-d-Adelaide-1211329.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "5dc9d8a722f829fee397c573e7f3ab7f", + "hash": "04a9bf02c346b699932a62403a32bcc3", "highlights": [] }, { - "title": "Ligue 1: pourquoi trois matchs sont reportés mais pas Bordeaux-OM", - "description": "Trois rencontres de la 20e journée de Ligue 1 ont déjà été reportées pour ce week-end, mais pas Bordeaux-OM malgré l’intense pression des dirigeants bordelais. Ces derniers paient la stricte application du protocole sanitaire.

", - "content": "Trois rencontres de la 20e journée de Ligue 1 ont déjà été reportées pour ce week-end, mais pas Bordeaux-OM malgré l’intense pression des dirigeants bordelais. Ces derniers paient la stricte application du protocole sanitaire.

", + "title": "Le mercato en direct: Ronaldo s'interrogerait déjà sur son avenir à Manchester United", + "description": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", + "content": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-pourquoi-trois-matchs-sont-reportes-mais-pas-bordeaux-om_AV-202201070200.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/le-mercato-en-direct-les-infos-et-rumeurs-du-6-janvier-2022_LN-202201060107.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 10:38:42 GMT", - "enclosure": "https://images.bfmtv.com/oZs1FSnrVo0COaoVMQevEAFARsg=/0x49:2048x1201/800x0/images/Yacine-Adli-lors-du-match-aller-a-Marseille-1210352.jpg", + "pubDate": "Thu, 06 Jan 2022 07:20:37 GMT", + "enclosure": "https://images.bfmtv.com/GJ7WoMMK8k3bqj8P_1yh1hObC3M=/0x174:2032x1317/800x0/images/Cristiano-Ronaldo-1181991.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/oZs1FSnrVo0COaoVMQevEAFARsg=/0x49:2048x1201/800x0/images/Yacine-Adli-lors-du-match-aller-a-Marseille-1210352.jpg", + "image": "https://images.bfmtv.com/GJ7WoMMK8k3bqj8P_1yh1hObC3M=/0x174:2032x1317/800x0/images/Cristiano-Ronaldo-1181991.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36362,20 +37418,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "80c46b315886ad51659c55e310b74398", + "hash": "7a60f1a539f020540631cc19a03660da", "highlights": [] }, { - "title": "Mercato: le Barça prête Coutinho et entame son dégraissage", - "description": "Philippe Coutinho va quitter le Barça lors du mercato hivernal et rejoindre Aston Villa. Le prêt avec option d’achat du milieu offensif brésilien a été officialisé ce vendredi par les deux clubs.

", - "content": "Philippe Coutinho va quitter le Barça lors du mercato hivernal et rejoindre Aston Villa. Le prêt avec option d’achat du milieu offensif brésilien a été officialisé ce vendredi par les deux clubs.

", + "title": "Brest-Nice en direct: les Aiglons veulent rester sur le podium", + "description": "Suite de la 20e journée de Ligue 1 avec le duel entre Brest et Nice, dès 13h ce dimanche. Les Aiglons veulent rester au contact de l'OM, 2e du championnat, mais vont devoir pour cela se défaire de Bretons en grande forme depuis la fin de l'année 2021.

", + "content": "Suite de la 20e journée de Ligue 1 avec le duel entre Brest et Nice, dès 13h ce dimanche. Les Aiglons veulent rester au contact de l'OM, 2e du championnat, mais vont devoir pour cela se défaire de Bretons en grande forme depuis la fin de l'année 2021.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-barca-prete-coutinho-et-entame-son-degraissage_AV-202201070196.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-brest-nice-en-direct_LS-202201090067.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 10:31:48 GMT", - "enclosure": "https://images.bfmtv.com/xvfYfu16MYRhHceLT2XYz0Ifmgc=/0x36:2048x1188/800x0/images/Philippe-Coutinho-avec-le-Barca-le-2-octobre-2021-1210356.jpg", + "pubDate": "Sun, 09 Jan 2022 10:21:57 GMT", + "enclosure": "https://images.bfmtv.com/h2qBGbEa3xpaG5cwAuR4oEKiWbk=/0x28:1200x703/800x0/images/Romain-Faivre-1163126.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/xvfYfu16MYRhHceLT2XYz0Ifmgc=/0x36:2048x1188/800x0/images/Philippe-Coutinho-avec-le-Barca-le-2-octobre-2021-1210356.jpg", + "image": "https://images.bfmtv.com/h2qBGbEa3xpaG5cwAuR4oEKiWbk=/0x28:1200x703/800x0/images/Romain-Faivre-1163126.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36384,42 +37440,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "f578a3b845a434291f24fa3b86b05f91", + "hash": "f3d14c1c03f3747d0fcec92b2fe69639", "highlights": [] }, { - "title": "Open d’Australie: \"Il est humain\", le soutien inattendu de Kyrgios à Djokovic", - "description": "Nick Kyrgios a posté vendredi un message de soutien à Novak Djokovic après le refus de son visa pour entrer sur le territoire australien et ainsi disputer l’Open d’Australie. Souvent très critique à l’égard du Serbe, le tennisman de 26 ans réclame un meilleur traitement du numéro 1 mondial.

", - "content": "Nick Kyrgios a posté vendredi un message de soutien à Novak Djokovic après le refus de son visa pour entrer sur le territoire australien et ainsi disputer l’Open d’Australie. Souvent très critique à l’égard du Serbe, le tennisman de 26 ans réclame un meilleur traitement du numéro 1 mondial.

", + "title": "Barça: Piqué se mêle à la polémique du penalty pour le Real contre Valence", + "description": "Le défenseur central du Barça Gerard Piqué est venu apporter son soutien à Valence sur Twitter, après leur défaite face au Real (4-1) samedi soir. De quoi ajouter un peu d'huile sur le feu avant le Clasico en coupe d'Espagne mercredi prochain.

", + "content": "Le défenseur central du Barça Gerard Piqué est venu apporter son soutien à Valence sur Twitter, après leur défaite face au Real (4-1) samedi soir. De quoi ajouter un peu d'huile sur le feu avant le Clasico en coupe d'Espagne mercredi prochain.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-il-est-humain-le-soutien-inattendu-de-kyrgios-a-djokovic_AV-202201070180.html", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-pique-se-mele-a-la-polemique-du-penalty-pour-le-real-contre-valence_AV-202201090033.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 09:55:26 GMT", - "enclosure": "https://images.bfmtv.com/nDfJ0-fzE5o0UOhfxf7BFoxqC4o=/0x107:2048x1259/800x0/images/Nick-Kyrgios-en-septembre-2021-pendant-la-Laver-Cup-1210317.jpg", + "pubDate": "Sun, 09 Jan 2022 08:24:00 GMT", + "enclosure": "https://images.bfmtv.com/mZTItPgzUw0XQDompC-rqlLVS9Y=/0x18:2048x1170/800x0/images/Pique-1184813.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/nDfJ0-fzE5o0UOhfxf7BFoxqC4o=/0x107:2048x1259/800x0/images/Nick-Kyrgios-en-septembre-2021-pendant-la-Laver-Cup-1210317.jpg", + "image": "https://images.bfmtv.com/mZTItPgzUw0XQDompC-rqlLVS9Y=/0x18:2048x1170/800x0/images/Pique-1184813.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "300284d60fa70f109896ff21041b38d1", + "hash": "5e50ea450e04a74ea1a8dabe0e44ee9a", "highlights": [] }, { - "title": "PSG: Hamraoui et Diallo pourraient rejouer dimanche, deux mois après la mystérieuse agression", - "description": "Pour la première fois depuis sa violente agression subie début novembre, Kheira Hamraoui postule à une place dans le groupe du PSG pour le 16e de finale de Coupe de France contre Dijon dimanche. Aminata Diallo, qui avait été placée en garde à vue dans cette affaire avant d'être relâchée, pourrait elle aussi retrouver les terrains.

", - "content": "Pour la première fois depuis sa violente agression subie début novembre, Kheira Hamraoui postule à une place dans le groupe du PSG pour le 16e de finale de Coupe de France contre Dijon dimanche. Aminata Diallo, qui avait été placée en garde à vue dans cette affaire avant d'être relâchée, pourrait elle aussi retrouver les terrains.

", + "title": "Rennes: Bourigeaud pointe \"un problème de comportement\" après la défaite à Lens", + "description": "Le capitaine du Stade Rennais Benjamin Bourigeaud n’a pas aimé l’attitude de son équipe, vaincue à Lens (0-1) samedi lors de la 20e journée de Ligue 1. Et il l'a fait savoir.

", + "content": "Le capitaine du Stade Rennais Benjamin Bourigeaud n’a pas aimé l’attitude de son équipe, vaincue à Lens (0-1) samedi lors de la 20e journée de Ligue 1. Et il l'a fait savoir.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/feminin/psg-hamraoui-et-diallo-pourraient-rejouer-dimanche_AV-202201070174.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/rennes-bourigeaud-pointe-un-probleme-de-comportement-apres-la-defaite-a-lens_AV-202201090030.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 09:44:46 GMT", - "enclosure": "https://images.bfmtv.com/VUqHVAYBJwWMn0RbG5qALNdbQ48=/0x0:1728x972/800x0/images/Aminata-Diallo-et-Kheira-Hamraoui-1164094.jpg", + "pubDate": "Sun, 09 Jan 2022 08:08:20 GMT", + "enclosure": "https://images.bfmtv.com/RT2jEatafxgn2HzGl1WAGrijU_4=/0x0:2048x1152/800x0/images/Le-Rennais-Benjamin-Bourigeaud-face-a-Lens-1211297.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/VUqHVAYBJwWMn0RbG5qALNdbQ48=/0x0:1728x972/800x0/images/Aminata-Diallo-et-Kheira-Hamraoui-1164094.jpg", + "image": "https://images.bfmtv.com/RT2jEatafxgn2HzGl1WAGrijU_4=/0x0:2048x1152/800x0/images/Le-Rennais-Benjamin-Bourigeaud-face-a-Lens-1211297.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36428,42 +37484,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf4142b5d68ff8e3b0f03b481552dc5f", + "hash": "40eb2106ef8d9dc03885c6c04eb902cf", "highlights": [] }, { - "title": "Ligue 1: Montpellier-Troyes également reporté", - "description": "Un troisième match de la 20e journée de Ligue 1 a été reporté en raison de trop nombreux cas de Covid: prévu dimanche à 15h, Montpellier-Troyes se jouera à une date ultérieure.

", - "content": "Un troisième match de la 20e journée de Ligue 1 a été reporté en raison de trop nombreux cas de Covid: prévu dimanche à 15h, Montpellier-Troyes se jouera à une date ultérieure.

", + "title": "Liga: Benzema \"fier et heureux\" d’avoir atteint la barre des 300 buts avec le Real Madrid", + "description": "L’avant-centre du Real Madrid Karim Benzema a participé à l’écrasante victoire de son équipe face Valence (4-1) samedi en Liga en inscrivant ses 300e et 301e buts sous les couleurs du club merengue. Un exploit qui \"rend très heureux\" l’ex-joueur de l'OL.

", + "content": "L’avant-centre du Real Madrid Karim Benzema a participé à l’écrasante victoire de son équipe face Valence (4-1) samedi en Liga en inscrivant ses 300e et 301e buts sous les couleurs du club merengue. Un exploit qui \"rend très heureux\" l’ex-joueur de l'OL.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-montpellier-troyes-egalement-reporte_AV-202201070163.html", + "link": "https://rmcsport.bfmtv.com/football/liga/liga-benzema-fier-et-heureux-d-avoir-atteint-la-barre-des-300-buts-avec-le-real-madrid_AV-202201090013.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 09:34:26 GMT", - "enclosure": "https://images.bfmtv.com/U47hDXNftU3pUlEa4Vdn0RobJ5o=/0x106:2048x1258/800x0/images/Florent-Mollet-1210326.jpg", + "pubDate": "Sun, 09 Jan 2022 06:39:12 GMT", + "enclosure": "https://images.bfmtv.com/_FG1nD-ftLc7hpccF1miwzI58ck=/0x106:2048x1258/800x0/images/Karim-Benzema-a-franchi-la-barre-des-300-buts-avec-le-Real-Madrid-1211281.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/U47hDXNftU3pUlEa4Vdn0RobJ5o=/0x106:2048x1258/800x0/images/Florent-Mollet-1210326.jpg", + "image": "https://images.bfmtv.com/_FG1nD-ftLc7hpccF1miwzI58ck=/0x106:2048x1258/800x0/images/Karim-Benzema-a-franchi-la-barre-des-300-buts-avec-le-Real-Madrid-1211281.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "d4c63e614fe4b807357c99a9a8de7a92", + "hash": "f271169eb5c6d5b224897f6841b2f66e", "highlights": [] }, { - "title": "Mercato: le Newcastle saoudien officialise sa première recrue... avant d'autres renforts", - "description": "Les Magpies ont enregistré ce vendredi l'arrivée du latéral droit Kieran Trippier. L'international anglais lance le mercato hivernal du nouveau riche de la Premier League, racheté début octobre par un fonds d'investissement saoudien.

", - "content": "Les Magpies ont enregistré ce vendredi l'arrivée du latéral droit Kieran Trippier. L'international anglais lance le mercato hivernal du nouveau riche de la Premier League, racheté début octobre par un fonds d'investissement saoudien.

", + "title": "PRONOS PARIS RMC Le nul du jour du 9 janvier – Ligue 1", + "description": "Notre pronostic : pas de vainqueur entre Clermont et Reims (3.05)

", + "content": "Notre pronostic : pas de vainqueur entre Clermont et Reims (3.05)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-newcastle-saoudien-officialise-sa-premiere-recrue-avant-d-autres-renforts_AN-202201070161.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-9-janvier-ligue-1_AN-202201080186.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 09:29:30 GMT", - "enclosure": "https://images.bfmtv.com/dbz_39A5p1CfBkgYmLwVzphqB00=/0x106:2048x1258/800x0/images/Kieran-Trippier-1210284.jpg", + "pubDate": "Sat, 08 Jan 2022 23:04:00 GMT", + "enclosure": "https://images.bfmtv.com/HHxu8S_GYvUAVoYo6ijUDggykfo=/0x42:2000x1167/800x0/images/Bayo-1211109.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/dbz_39A5p1CfBkgYmLwVzphqB00=/0x106:2048x1258/800x0/images/Kieran-Trippier-1210284.jpg", + "image": "https://images.bfmtv.com/HHxu8S_GYvUAVoYo6ijUDggykfo=/0x42:2000x1167/800x0/images/Bayo-1211109.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36472,20 +37528,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d006cab6d8db5348f81ec8ed2df9071c", + "hash": "3aea9df7ff1915b58323e17fc4c7ba5b", "highlights": [] }, { - "title": "Ligue 1 en direct: Kombouaré peste contre les tests, \"une connerie, une aberration\"", - "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.

", + "title": "PRONOS PARIS RMC Le pari sûr du 9 janvier – Ligue 1", + "description": "Notre pronostic : Monaco ne perd pas à Nantes (1.34)

", + "content": "Notre pronostic : Monaco ne perd pas à Nantes (1.34)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-suivez-toutes-les-infos-de-la-20e-journee_LN-202201050142.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-9-janvier-ligue-1_AN-202201080184.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 08:19:35 GMT", - "enclosure": "https://images.bfmtv.com/tru-36sddlugE2kXJ3eUWsRnGYI=/0x0:1200x675/800x0/images/Antoine-Kombouare-1177738.jpg", + "pubDate": "Sat, 08 Jan 2022 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/Pk_QfZP_uOi48epGPiCuUciguy0=/0x18:2000x1143/800x0/images/Philippe-Clement-1211107.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/tru-36sddlugE2kXJ3eUWsRnGYI=/0x0:1200x675/800x0/images/Antoine-Kombouare-1177738.jpg", + "image": "https://images.bfmtv.com/Pk_QfZP_uOi48epGPiCuUciguy0=/0x18:2000x1143/800x0/images/Philippe-Clement-1211107.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36494,20 +37550,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c3d4f8bf2771e0820c5a6999b06f0e4", + "hash": "ffb384b09619b815f89d8844b9c8ac97", "highlights": [] }, { - "title": "Barça: les plus gros salaires du vestiaire révélés, Umtiti très haut dans le classement", - "description": "La chaine catalane Esport3 a révélé les plus gros salaires des joueurs du FC Barcelone, jeudi soir. Les trois capitaines Gerard Piqué, Sergio Busquets et Jordi Alba sont en tête, mais Samuel Umtiti est aussi très bien placé.

", - "content": "La chaine catalane Esport3 a révélé les plus gros salaires des joueurs du FC Barcelone, jeudi soir. Les trois capitaines Gerard Piqué, Sergio Busquets et Jordi Alba sont en tête, mais Samuel Umtiti est aussi très bien placé.

", + "title": "PRONOS PARIS RMC Le buteur du jour du 9 janvier – Ligue 1", + "description": "Notre pronostic : Gouiri (Nice) marque à Brest s’il joue (3.10)

", + "content": "Notre pronostic : Gouiri (Nice) marque à Brest s’il joue (3.10)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/barca-les-plus-gros-salaires-du-vestiaire-reveles-umtiti-tres-haut-dans-le-classement_AV-202201070150.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-buteur-du-jour-du-9-janvier-ligue-1_AN-202201080182.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 09:05:30 GMT", - "enclosure": "https://images.bfmtv.com/nC1sREgw6IdaQ8o_N_ooa2LRiqU=/0x46:2048x1198/800x0/images/Gerard-Pique-1210305.jpg", + "pubDate": "Sat, 08 Jan 2022 23:00:00 GMT", + "enclosure": "https://images.bfmtv.com/IcStU4RRVrdUh--vjgZWFtZBh2U=/0x104:1984x1220/800x0/images/A-Gouiri-1211104.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/nC1sREgw6IdaQ8o_N_ooa2LRiqU=/0x46:2048x1198/800x0/images/Gerard-Pique-1210305.jpg", + "image": "https://images.bfmtv.com/IcStU4RRVrdUh--vjgZWFtZBh2U=/0x104:1984x1220/800x0/images/A-Gouiri-1211104.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36516,20 +37572,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6fe3d8bb71e8caae4c26b501bb403707", + "hash": "476d489073f281f60f779a0889ef728c", "highlights": [] }, { - "title": "Double Contact - Rohff: \"Je ne suis pas un fervent de Messi\"", - "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 \"Grand Monsieur\", on a rencontré Rohff. Le taulier du 94 nous parle de ses virées au Parc des Princes, des débuts de Messi au PSG et de sa connexion avec Antoine Griezmann.

", - "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 \"Grand Monsieur\", on a rencontré Rohff. Le taulier du 94 nous parle de ses virées au Parc des Princes, des débuts de Messi au PSG et de sa connexion avec Antoine Griezmann.

", + "title": "PRONOS PARIS RMC Le pari à domicile du 9 janvier – Liga - Espagne", + "description": "Notre pronostic : le FC Séville bat Getafe (1.60)

", + "content": "Notre pronostic : le FC Séville bat Getafe (1.60)

", "category": "", - "link": "https://rmcsport.bfmtv.com/replay-emissions/double-contact/double-contact-rohff-je-ne-suis-pas-un-fervent-de-messi_AV-202201070008.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-a-domicile-du-9-janvier-ligue-1_AN-202201080183.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 09:00:00 GMT", - "enclosure": "https://images.bfmtv.com/HsmB6G3NKiM80i-i-tx3TA9dTTI=/0x0:1920x1080/800x0/images/Rohff-1209685.jpg", + "pubDate": "Sat, 08 Jan 2022 22:59:00 GMT", + "enclosure": "https://images.bfmtv.com/IM2ZtDD5PZ5vSJIf_wkUEBWTrNc=/0x104:1984x1220/800x0/images/FC-Seville-1211106.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/HsmB6G3NKiM80i-i-tx3TA9dTTI=/0x0:1920x1080/800x0/images/Rohff-1209685.jpg", + "image": "https://images.bfmtv.com/IM2ZtDD5PZ5vSJIf_wkUEBWTrNc=/0x104:1984x1220/800x0/images/FC-Seville-1211106.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36538,20 +37594,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce2b2271ce2d86649c23d2acdd11a664", + "hash": "a653d92293ad537744af895d4b62b9b9", "highlights": [] }, { - "title": "Mercato: Mukiele dans le viseur de l'Atlético de Madrid", - "description": "L’Atlético de Madrid a contacté le club de Leipzig afin de connaître les conditions d’un éventuel transfert de Nordi Mukiele lors du mercato hivernal. La direction madrilène suit le latéral droit français depuis plusieurs saisons et pourrait tenter sa chance.

", - "content": "L’Atlético de Madrid a contacté le club de Leipzig afin de connaître les conditions d’un éventuel transfert de Nordi Mukiele lors du mercato hivernal. La direction madrilène suit le latéral droit français depuis plusieurs saisons et pourrait tenter sa chance.

", + "title": "PRONOS PARIS RMC Le pari africain du 9 janvier - CAN 2022", + "description": "Notre pronostic : le Cameroun bat le Burkina Faso et moins de 3,5 buts (1.78)

", + "content": "Notre pronostic : le Cameroun bat le Burkina Faso et moins de 3,5 buts (1.78)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-mukiele-dans-le-viseur-de-l-atletico-de-madrid_AV-202201070137.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-africain-du-9-janvier-can-2022_AN-202201090008.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 08:43:58 GMT", - "enclosure": "https://images.bfmtv.com/fDe7zVq5OMEug1mDY9Q7mKiwQSc=/14x0:2046x1143/800x0/images/Nordi-Mukiele-avec-Leipzig-le-30-octobre-2021-1210290.jpg", + "pubDate": "Sat, 08 Jan 2022 22:58:00 GMT", + "enclosure": "https://images.bfmtv.com/Skiydcd1cQYwFgCeyiiyPymfJMU=/0x50:1984x1166/800x0/images/Cameroun-1211124.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/fDe7zVq5OMEug1mDY9Q7mKiwQSc=/14x0:2046x1143/800x0/images/Nordi-Mukiele-avec-Leipzig-le-30-octobre-2021-1210290.jpg", + "image": "https://images.bfmtv.com/Skiydcd1cQYwFgCeyiiyPymfJMU=/0x50:1984x1166/800x0/images/Cameroun-1211124.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36560,20 +37616,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f2c65e3d6c9b05de22b0c5b9b9b9edc", + "hash": "60f2fee8a04ef33f19c0331379d72150", "highlights": [] }, { - "title": "Explosion sur le Dakar: Le Drian confirme les soupçons d'acte terroriste, et envisage un arrêt de la course", - "description": "Invité de Bourdin Direct sur RMC ce vendredi, Jean-Yves Le Drian, ministre des Affaires étrangères, confirme la piste terroriste après l’explosion de la voiture de Philippe Boutron, le 30 décembre dernier. Il aurait aussi aimé que le rallye-raid soit arrêté après cet évènement. \"La question reste posée\", confie-t-il.

", - "content": "Invité de Bourdin Direct sur RMC ce vendredi, Jean-Yves Le Drian, ministre des Affaires étrangères, confirme la piste terroriste après l’explosion de la voiture de Philippe Boutron, le 30 décembre dernier. Il aurait aussi aimé que le rallye-raid soit arrêté après cet évènement. \"La question reste posée\", confie-t-il.

", + "title": "Lens-Rennes: en colère contre ses joueurs, Genesio parle de match \"inacceptable\"", + "description": "L'entraîneur de Rennes Bruno Genesio n'avait pas de mots assez durs pour qualifier la prestation de ses joueurs, battus à Lens (0-1) samedi soir, lors de la 20e journée de Ligue 1.

", + "content": "L'entraîneur de Rennes Bruno Genesio n'avait pas de mots assez durs pour qualifier la prestation de ses joueurs, battus à Lens (0-1) samedi soir, lors de la 20e journée de Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/explosion-sur-le-dakar-le-drian-confirme-les-soupcons-d-acte-terroriste-et-envisage-un-arret-de-la-course_AV-202201070123.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-rennes-en-colere-contre-ses-joueurs-genesio-parle-de-match-inacceptable_AV-202201080293.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 08:11:05 GMT", - "enclosure": "https://images.bfmtv.com/EY690UPmsglRPBnl5smMx9eNu20=/0x0:1280x720/800x0/images/Jean-Yves-Le-Drian-dans-Bourdin-Direct-1210272.jpg", + "pubDate": "Sat, 08 Jan 2022 22:52:17 GMT", + "enclosure": "https://images.bfmtv.com/XWopuVxuStyOGvjoLpZTsccx_Kc=/0x0:1200x675/800x0/images/Bruno-Genesio-etait-en-colere-apres-la-defaite-a-Lens-1211237.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/EY690UPmsglRPBnl5smMx9eNu20=/0x0:1280x720/800x0/images/Jean-Yves-Le-Drian-dans-Bourdin-Direct-1210272.jpg", + "image": "https://images.bfmtv.com/XWopuVxuStyOGvjoLpZTsccx_Kc=/0x0:1200x675/800x0/images/Bruno-Genesio-etait-en-colere-apres-la-defaite-a-Lens-1211237.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36582,20 +37638,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2782a1cf6871b1b785c03034e3e91ce0", + "hash": "28c46c540a98ee22dae5377a06cf6b68", "highlights": [] }, { - "title": "Saint-Etienne: \"Le club appartient à deux clowns\", Romeyer admet qu'il ne peut pas rivaliser", - "description": "Roland Romeyer a accordé ce vendredi un entretien au journal Le Progrès afin d’analyser la situation du club de Saint-Etienne. Le président du directoire de l’actuel dernier de Ligue 1 confirme le besoin de vendre car lui et son associé Bernard Caïazzo n’ont pas les moyens de lutter.

", - "content": "Roland Romeyer a accordé ce vendredi un entretien au journal Le Progrès afin d’analyser la situation du club de Saint-Etienne. Le président du directoire de l’actuel dernier de Ligue 1 confirme le besoin de vendre car lui et son associé Bernard Caïazzo n’ont pas les moyens de lutter.

", + "title": "Le mercato en direct: Benedetto vers un retour à Boca", + "description": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", + "content": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-le-club-appartient-a-deux-clowns-romeyer-admet-qu-il-ne-peut-pas-rivaliser_AV-202201070118.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/le-mercato-en-direct-les-infos-et-rumeurs-du-6-janvier-2022_LN-202201060107.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 08:04:02 GMT", - "enclosure": "https://images.bfmtv.com/CyYjnzzcBq01JlxRika0GSXPcBI=/0x0:2048x1152/800x0/images/Roland-Romeyer-president-du-directoire-de-l-ASSE-le-5-decembre-2021-1210269.jpg", + "pubDate": "Thu, 06 Jan 2022 07:20:37 GMT", + "enclosure": "https://images.bfmtv.com/IsjqiHDGs11ihpxkhOyI7stDZAw=/799x197:2031x890/800x0/images/Benedetto-1086850.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/CyYjnzzcBq01JlxRika0GSXPcBI=/0x0:2048x1152/800x0/images/Roland-Romeyer-president-du-directoire-de-l-ASSE-le-5-decembre-2021-1210269.jpg", + "image": "https://images.bfmtv.com/IsjqiHDGs11ihpxkhOyI7stDZAw=/799x197:2031x890/800x0/images/Benedetto-1086850.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36604,20 +37660,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "97797dc6d584244985373b7fa1e19131", + "hash": "86fd1f22c1f5ca9f38508469b19174d2", "highlights": [] }, { - "title": "\"Zidane au PSG au plus tard en juin 2022\", la prédiction de Daniel Riolo", - "description": "Après le coup Messi, l'éditorialiste de RMC a récidivé ce jeudi soir dans l'After Foot.

", - "content": "Après le coup Messi, l'éditorialiste de RMC a récidivé ce jeudi soir dans l'After Foot.

", + "title": "Top 14: le Racing 92 se reprend contre Clermont après quatre défaites", + "description": "Après quatre revers de rang, le Racing 92 a arraché sa première victoire en Top 14 depuis fin octobre, en battant Clermont (33-28), samedi, au soir de la 15e journée du championnat de France.

", + "content": "Après quatre revers de rang, le Racing 92 a arraché sa première victoire en Top 14 depuis fin octobre, en battant Clermont (33-28), samedi, au soir de la 15e journée du championnat de France.

", "category": "", - "link": "https://rmcsport.bfmtv.com/replay-emissions/after-foot/zidane-au-psg-au-plus-tard-en-juin-2022-la-prediction-de-daniel-riolo_AV-202201070115.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-le-racing-92-se-reprend-contre-clermont-apres-quatre-defaites_AV-202201080286.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 07:56:41 GMT", - "enclosure": "https://images.bfmtv.com/SdhV6Inu65bw1D5jLvrfgQ8Ee_w=/0x0:1920x1080/800x0/images/Zinedine-Zidane-988542.jpg", + "pubDate": "Sat, 08 Jan 2022 22:26:26 GMT", + "enclosure": "https://images.bfmtv.com/E9OVaDeR0fRIGvM9MYvE1gL9xQk=/0x0:1200x675/800x0/images/Gael-Fickou-1211229.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/SdhV6Inu65bw1D5jLvrfgQ8Ee_w=/0x0:1920x1080/800x0/images/Zinedine-Zidane-988542.jpg", + "image": "https://images.bfmtv.com/E9OVaDeR0fRIGvM9MYvE1gL9xQk=/0x0:1200x675/800x0/images/Gael-Fickou-1211229.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36626,20 +37682,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c6cdbbd929c98176d7ee475da6880fc", + "hash": "201da00c960ed2bc719aec74d56ac520", "highlights": [] }, { - "title": "Manchester City: les enjeux de la nouvelle audience de Benjamin Mendy", - "description": "Le défenseur de 27 ans, toujours incarcéré, est attendu ce vendredi pour une nouvelle audience. Visé par sept chefs d'accusation de viol, ses avocats doivent défendre une prochaine libération conditionnelle.

", - "content": "Le défenseur de 27 ans, toujours incarcéré, est attendu ce vendredi pour une nouvelle audience. Visé par sept chefs d'accusation de viol, ses avocats doivent défendre une prochaine libération conditionnelle.

", + "title": "Lens-Rennes en direct: Lens s'impose au finish, Rennes reste hors du top 3, Genesio en colère", + "description": "Lens s’impose au finish face à Rennes grâce à Wesley Said, score final 1 à 0 ! Avec ce résultat, les Racing remonte à la 6e place trois points de la 3e place.

", + "content": "Lens s’impose au finish face à Rennes grâce à Wesley Said, score final 1 à 0 ! Avec ce résultat, les Racing remonte à la 6e place trois points de la 3e place.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-city-les-enjeux-de-la-nouvelle-audience-de-benjamin-mendy_AN-202201070107.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-rennes-en-direct-un-choc-pour-le-haut-de-tableau_LS-202201080212.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 07:48:36 GMT", - "enclosure": "https://images.bfmtv.com/ilMdkFT_mlDCZNXHfAUloB2N1kI=/0x37:768x469/800x0/images/Benjamin-Mendy-arrivant-a-l-entrainement-avec-l-equipe-de-France-le-11-novembre-2019-a-Clairefontaine-en-Yvelines-1193103.jpg", + "pubDate": "Sat, 08 Jan 2022 16:18:41 GMT", + "enclosure": "https://images.bfmtv.com/4Ppc8ce1EEFgH0kjHg0bCm34JWY=/0x106:2048x1258/800x0/images/Wesley-Said-buteur-pour-Lens-le-8-janvier-2022-1211217.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ilMdkFT_mlDCZNXHfAUloB2N1kI=/0x37:768x469/800x0/images/Benjamin-Mendy-arrivant-a-l-entrainement-avec-l-equipe-de-France-le-11-novembre-2019-a-Clairefontaine-en-Yvelines-1193103.jpg", + "image": "https://images.bfmtv.com/4Ppc8ce1EEFgH0kjHg0bCm34JWY=/0x106:2048x1258/800x0/images/Wesley-Said-buteur-pour-Lens-le-8-janvier-2022-1211217.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36648,20 +37704,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5746ddbf27f3e89d2bc5e372381323a6", + "hash": "8a379f384e3a0f1cfb67530d605effd6", "highlights": [] }, { - "title": "Maracineanu confirme des jauges proportionnelles après l’entrée en vigueur du pass vaccinal", - "description": "Roxana Maracineanu, ministre déléguée des Sports, a confirmé ce vendredi sur France Info, la mise en place de jauges proportionnelles à la capacité des stades. Celles-ci seront appliquées après le vote de la loi sur l'instauration du pass vaccinal.

", - "content": "Roxana Maracineanu, ministre déléguée des Sports, a confirmé ce vendredi sur France Info, la mise en place de jauges proportionnelles à la capacité des stades. Celles-ci seront appliquées après le vote de la loi sur l'instauration du pass vaccinal.

", + "title": "Liga: avec un doublé contre Valence, Benzema dépasse la barre des 300 buts avec le Real", + "description": "Porté par Karim Benzema, auteur de ses 300e et 301e buts avec le Real Madrid, le club madrilène a corrigé Valence (4-1) et prend provisoirement huit points d'avance sur le FC Séville, qui reçoit Getafe dimanche.

", + "content": "Porté par Karim Benzema, auteur de ses 300e et 301e buts avec le Real Madrid, le club madrilène a corrigé Valence (4-1) et prend provisoirement huit points d'avance sur le FC Séville, qui reçoit Getafe dimanche.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/maracineanu-confirme-des-jauges-proportionnelles-apres-l-entree-en-vigueur-du-pass-vaccinal_AV-202201070106.html", + "link": "https://rmcsport.bfmtv.com/football/liga/liga-avec-un-double-contre-valence-benzema-depasse-la-barre-des-300-buts-avec-le-real_AV-202201080281.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 07:47:11 GMT", - "enclosure": "https://images.bfmtv.com/j2mIEQLXpulCS74oXoYtIOLKp9Y=/0x212:2048x1364/800x0/images/Pas-de-jauge-proportionnee-dans-les-stades-en-France-1203620.jpg", + "pubDate": "Sat, 08 Jan 2022 22:06:58 GMT", + "enclosure": "https://images.bfmtv.com/97rmhEiJzkF2IVVD_1VGhKhetBw=/0x0:1200x675/800x0/images/Karim-Benzema-1211219.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/j2mIEQLXpulCS74oXoYtIOLKp9Y=/0x212:2048x1364/800x0/images/Pas-de-jauge-proportionnee-dans-les-stades-en-France-1203620.jpg", + "image": "https://images.bfmtv.com/97rmhEiJzkF2IVVD_1VGhKhetBw=/0x0:1200x675/800x0/images/Karim-Benzema-1211219.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36670,20 +37726,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a14f339ac9787d333ab63c2c9d9770bc", + "hash": "d22e7780214dbda16e3aac3e083f3dc7", "highlights": [] }, { - "title": "PSG: Hamraoui et Diallo pourraient rejouer dimanche", - "description": "Pour la première fois depuis sa violente agression subie début novembre, Kheira Hamraoui postule à une place dans le groupe du PSG pour le 16e de finale de Coupe de France contre Dijon dimanche. Aminata Diallo, qui avait été placée en garde à vue dans cette affaire avant d'être relâchée, pourrait elle aussi retrouver les terrains.

", - "content": "Pour la première fois depuis sa violente agression subie début novembre, Kheira Hamraoui postule à une place dans le groupe du PSG pour le 16e de finale de Coupe de France contre Dijon dimanche. Aminata Diallo, qui avait été placée en garde à vue dans cette affaire avant d'être relâchée, pourrait elle aussi retrouver les terrains.

", + "title": "Ligue 1: le coup parfait de Lens face à Rennes grâce à Saïd, course à l'Europe ultra serrée", + "description": "Alors que Rennes avait l'opportunité de grimper sur le podium, les hommes de Bruno Genesio sont tombés dans les dernières minutes à Lens (1-0) ce samedi. Les Bretons restent au pied du podium, tandis que les Lensois se rapprochent des places européennes.

", + "content": "Alors que Rennes avait l'opportunité de grimper sur le podium, les hommes de Bruno Genesio sont tombés dans les dernières minutes à Lens (1-0) ce samedi. Les Bretons restent au pied du podium, tandis que les Lensois se rapprochent des places européennes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/feminin/psg-hamraoui-et-diallo-pourraient-rejouer-dimanche_AV-202201070174.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-le-coup-parfait-de-lens-face-a-rennes-grace-a-said-course-a-l-europe-ultra-serree_AN-202201080279.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 09:44:46 GMT", - "enclosure": "https://images.bfmtv.com/VUqHVAYBJwWMn0RbG5qALNdbQ48=/0x0:1728x972/800x0/images/Aminata-Diallo-et-Kheira-Hamraoui-1164094.jpg", + "pubDate": "Sat, 08 Jan 2022 22:01:22 GMT", + "enclosure": "https://images.bfmtv.com/SpdErlpHYLoJpWxt4Zlf1QWFVQo=/0x106:2048x1258/800x0/images/Said-sauveur-de-Lens-face-a-Rennes-le-8-janvier-2022-1211218.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/VUqHVAYBJwWMn0RbG5qALNdbQ48=/0x0:1728x972/800x0/images/Aminata-Diallo-et-Kheira-Hamraoui-1164094.jpg", + "image": "https://images.bfmtv.com/SpdErlpHYLoJpWxt4Zlf1QWFVQo=/0x106:2048x1258/800x0/images/Said-sauveur-de-Lens-face-a-Rennes-le-8-janvier-2022-1211218.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36692,20 +37748,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc73cd55fa1e172a6673cf5601b24c32", + "hash": "b4cb91e42b7aa5820a038e27086531a7", "highlights": [] }, { - "title": "Le sport face au covid en direct: Un troisième match de Ligue 1 reporté", - "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", - "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "title": "CAN 2022 en direct: toutes les infos avant le match d’ouverture Cameroun-Burkina Faso", + "description": "Le coup d’envoi de la Coupe d’Afrique des nations sera donné ce dimanche avec le match d’ouverture entre le Cameroun, pays hôte de la compétition, et le Burkina Faso à 17h au stade d’Olembe de Yaoundé. Ce match sera suivi par la 2eme rencontre du groupe A Ethiopie-Cap Vert à 20h. Retrouvez toutes les infos sur cette CAN 2022 en direct sur RMC Sport dans notre live commenté.

", + "content": "Le coup d’envoi de la Coupe d’Afrique des nations sera donné ce dimanche avec le match d’ouverture entre le Cameroun, pays hôte de la compétition, et le Burkina Faso à 17h au stade d’Olembe de Yaoundé. Ce match sera suivi par la 2eme rencontre du groupe A Ethiopie-Cap Vert à 20h. Retrouvez toutes les infos sur cette CAN 2022 en direct sur RMC Sport dans notre live commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/le-sport-face-au-coronavirus-suivez-toutes-les-infos-en-direct_LN-202201060115.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-en-direct-toutes-les-infos-avant-le-match-d-ouverture-cameroun-burkina-faso_LN-202201090016.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 07:32:06 GMT", - "enclosure": "https://images.bfmtv.com/QXKGkKfWQ-sSu21-e-OCS8tapxo=/0x208:1984x1324/800x0/images/Montpellier-1181621.jpg", + "pubDate": "Sun, 09 Jan 2022 07:07:21 GMT", + "enclosure": "https://images.bfmtv.com/TEJW-uS-CVl4WuVZ3so7ZlRkfig=/0x37:2048x1189/800x0/images/Karl-Toko-Ekambi-et-le-Cameroun-lancent-la-CAN-2022-face-au-Burkina-Faso-dimanche-a-17h-1211284.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/QXKGkKfWQ-sSu21-e-OCS8tapxo=/0x208:1984x1324/800x0/images/Montpellier-1181621.jpg", + "image": "https://images.bfmtv.com/TEJW-uS-CVl4WuVZ3so7ZlRkfig=/0x37:2048x1189/800x0/images/Karl-Toko-Ekambi-et-le-Cameroun-lancent-la-CAN-2022-face-au-Burkina-Faso-dimanche-a-17h-1211284.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36714,42 +37770,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "295e422023835868aa3bb5f055569517", + "hash": "51408f2d3507ff84313c63857ec7d8f8", "highlights": [] }, { - "title": "PSG: Messi non convoqué avec l'Argentine fin janvier?", - "description": "Alors que l'Argentine doit disputer, fin janvier et début février, deux rencontres face au Chili et à la Colombie, le sélectionneur de l'Albiceleste Lionel Scaloni pourrait laisser Lionel Messi au repos, à en croire le média national TyC Sports.

", - "content": "Alors que l'Argentine doit disputer, fin janvier et début février, deux rencontres face au Chili et à la Colombie, le sélectionneur de l'Albiceleste Lionel Scaloni pourrait laisser Lionel Messi au repos, à en croire le média national TyC Sports.

", + "title": "Estoril-Porto: les belles images du fils Conceiçao qui offre la victoire à son père", + "description": "Francisco Conceiçao a offert la victoire au FC Porto, entraîné par son père, Sergio Conceiçao, dans le temps additionnel, alors qu'il venait tout juste de faire son apparition sur le terrain, contre Estoril (3-2). Il s'est ensuite jeté dans les bras de son père pour nous offrir la séquence émotion de la soirée.

", + "content": "Francisco Conceiçao a offert la victoire au FC Porto, entraîné par son père, Sergio Conceiçao, dans le temps additionnel, alors qu'il venait tout juste de faire son apparition sur le terrain, contre Estoril (3-2). Il s'est ensuite jeté dans les bras de son père pour nous offrir la séquence émotion de la soirée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-messi-non-convoque-avec-l-argentine-fin-janvier_AV-202201070072.html", + "link": "https://rmcsport.bfmtv.com/football/primeira-liga/estoril-porto-les-belles-images-du-fils-conceicao-qui-offre-la-victoire-a-son-pere_AV-202201080278.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 06:49:04 GMT", - "enclosure": "https://images.bfmtv.com/VFvnO8pgNWRKwEHOZMGW5edtwpU=/0x83:2048x1235/800x0/images/Lionel-Messi-1202257.jpg", + "pubDate": "Sat, 08 Jan 2022 21:58:22 GMT", + "enclosure": "https://images.bfmtv.com/62frIWg3OoHH4lMZtRjdCcBPXj0=/0x8:1200x683/800x0/images/La-belle-etreinte-entre-Sergio-Conceicao-et-son-fils-Francisco-1211211.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/VFvnO8pgNWRKwEHOZMGW5edtwpU=/0x83:2048x1235/800x0/images/Lionel-Messi-1202257.jpg", + "image": "https://images.bfmtv.com/62frIWg3OoHH4lMZtRjdCcBPXj0=/0x8:1200x683/800x0/images/La-belle-etreinte-entre-Sergio-Conceicao-et-son-fils-Francisco-1211211.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "2104b7039a115ad0f5373f7a0299d61d", + "hash": "f57b221c7462fe2edbf2ccdc0660049b", "highlights": [] }, { - "title": "AC Milan: Pioli déclare sa flamme au Français Pierre Kalulu", - "description": "Stefano Pioli, entraîneur de l’AC Milan, s’est enthousiasmé pour son jeune défenseur français, Pierre Kalulu (21 ans) après la victoire face à l’AS Rome (3-1), jeudi lors de la 20e journée de Serie A.

", - "content": "Stefano Pioli, entraîneur de l’AC Milan, s’est enthousiasmé pour son jeune défenseur français, Pierre Kalulu (21 ans) après la victoire face à l’AS Rome (3-1), jeudi lors de la 20e journée de Serie A.

", + "title": "Mercato: Wright appelle Arsenal à faire venir Wijnaldum en prêt du PSG", + "description": "Alors que Mikel Arteta affirme qu'il lui manque un élément au milieu de terrain, l'ancienne légende d'Arsenal, Ian Wright, pense que Georginio Wijnaldum serait une bonne affaire pour les Gunners. D'autant que le Néerlandais joue moins au PSG.

", + "content": "Alors que Mikel Arteta affirme qu'il lui manque un élément au milieu de terrain, l'ancienne légende d'Arsenal, Ian Wright, pense que Georginio Wijnaldum serait une bonne affaire pour les Gunners. D'autant que le Néerlandais joue moins au PSG.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/ac-milan-pioli-declare-sa-flamme-au-francais-pierre-kalulu_AV-202201070069.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-wright-appelle-arsenal-a-faire-venir-wijnaldum-en-pret-du-psg_AV-202201080274.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 06:46:08 GMT", - "enclosure": "https://images.bfmtv.com/v9qXIFuichjimsZ-TwRrpCpz4fw=/0x0:2048x1152/800x0/images/Pierre-Kalulu-1210205.jpg", + "pubDate": "Sat, 08 Jan 2022 21:29:23 GMT", + "enclosure": "https://images.bfmtv.com/mCZdH6QvtIaZEL6MsZkDH6O-f3c=/0x54:1200x729/800x0/images/Georginio-Wijnaldum-1141840.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/v9qXIFuichjimsZ-TwRrpCpz4fw=/0x0:2048x1152/800x0/images/Pierre-Kalulu-1210205.jpg", + "image": "https://images.bfmtv.com/mCZdH6QvtIaZEL6MsZkDH6O-f3c=/0x54:1200x729/800x0/images/Georginio-Wijnaldum-1141840.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36758,20 +37814,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1754b68f8a1270bd7444490ca2b39c0", + "hash": "f467777e8576bec7410559ad10b7e310", "highlights": [] }, { - "title": "Juventus: Kean victime de cris racistes contre Naples?", - "description": "Moise Kean, attaquant de la Juventus, aurait été victime de cris racistes jeudi lors de la rencontre face à Naples (1-1), lors de la 20e journée de Serie A.

", - "content": "Moise Kean, attaquant de la Juventus, aurait été victime de cris racistes jeudi lors de la rencontre face à Naples (1-1), lors de la 20e journée de Serie A.

", + "title": "CAN: l’étonnant protocole Covid de la CAF pour reporter le moins de matchs possible", + "description": "La pandémie liée au Covid-19, peut-être plus que le jeu, va rythmer la CAN, qui tente tant bien que mal de passer au travers, quitte à exiger le strict minimum de la part des équipes pour qu’une rencontre puisse se tenir.

", + "content": "La pandémie liée au Covid-19, peut-être plus que le jeu, va rythmer la CAN, qui tente tant bien que mal de passer au travers, quitte à exiger le strict minimum de la part des équipes pour qu’une rencontre puisse se tenir.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/juventus-kean-victime-de-cris-racistes-a-naples_AV-202201070046.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-l-etonnant-protocole-covid-de-la-caf-pour-dribbler-la-pandemie_AV-202201080270.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 06:05:25 GMT", - "enclosure": "https://images.bfmtv.com/B78F-c4P4YF5PRGX6i9rToX9zh8=/0x321:2032x1464/800x0/images/Moise-Kean-1210172.jpg", + "pubDate": "Sat, 08 Jan 2022 20:55:28 GMT", + "enclosure": "https://images.bfmtv.com/xFo9sgeGeqyvVrD5DXJggaYPUqY=/0x110:1200x785/800x0/images/Le-Covid-19-perturbe-deja-la-CAN-qui-n-a-pas-encore-demarre-1211203.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/B78F-c4P4YF5PRGX6i9rToX9zh8=/0x321:2032x1464/800x0/images/Moise-Kean-1210172.jpg", + "image": "https://images.bfmtv.com/xFo9sgeGeqyvVrD5DXJggaYPUqY=/0x110:1200x785/800x0/images/Le-Covid-19-perturbe-deja-la-CAN-qui-n-a-pas-encore-demarre-1211203.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36780,20 +37836,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "57fff5e9de4c0a50901a2923a8fb1aad", + "hash": "1df0e96671623e9df961c255dba60120", "highlights": [] }, { - "title": "AS Rome: Mourinho sort les vieux dossiers pour répondre aux fans de l'AC Milan", - "description": "José Mourinho a répondu aux moqueries du public de San Siro, jeudi lors de la défaite de l’AS Rome sur le terrain de l’AC Milan (3-1), par une anecdote sur l’intérêt que lui avaient porté les dirigeants milanais il y a trois ans.

", - "content": "José Mourinho a répondu aux moqueries du public de San Siro, jeudi lors de la défaite de l’AS Rome sur le terrain de l’AC Milan (3-1), par une anecdote sur l’intérêt que lui avaient porté les dirigeants milanais il y a trois ans.

", + "title": "Le Cameroun fin prêt pour sa CAN", + "description": "Après de nombreux mois d'attente, le coup d'envoi de la 33e Coupe d'Afrique des nations sera donné ce dimanche. Et le pays hôte, le Cameroun, est prêt pour l'événement.

", + "content": "Après de nombreux mois d'attente, le coup d'envoi de la 33e Coupe d'Afrique des nations sera donné ce dimanche. Et le pays hôte, le Cameroun, est prêt pour l'événement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/as-rome-mourinho-sort-les-vieux-dossiers-pour-repondre-aux-fans-de-l-ac-milan_AV-202201070025.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/le-cameroun-fin-pret-pour-sa-can_AV-202201080215.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 05:30:48 GMT", - "enclosure": "https://images.bfmtv.com/yAk7lUo30stgb0NDYDb15ZDywOc=/0x105:2048x1257/800x0/images/Jose-Mourinho-1210146.jpg", + "pubDate": "Sat, 08 Jan 2022 16:29:30 GMT", + "enclosure": "https://images.bfmtv.com/fr3GiQKnwn1OWG8DM2V_LZgrpZI=/0x212:2048x1364/800x0/images/CAN-1194469.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/yAk7lUo30stgb0NDYDb15ZDywOc=/0x105:2048x1257/800x0/images/Jose-Mourinho-1210146.jpg", + "image": "https://images.bfmtv.com/fr3GiQKnwn1OWG8DM2V_LZgrpZI=/0x212:2048x1364/800x0/images/CAN-1194469.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36802,42 +37858,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "a36ca636beb7481e7fe5e5750fb23668", + "hash": "c1b8d6b843d4357a63abe960a0979838", "highlights": [] }, { - "title": "NBA: Fournier bat son record de points et enflamme le Madison Square Garden", - "description": "Evan Fournier a battu son record de points (41) permettant à New York de renverser Boston (108-105), jeudi en NBA. Le Français a mis le feu au Madison Square Garden.

", - "content": "Evan Fournier a battu son record de points (41) permettant à New York de renverser Boston (108-105), jeudi en NBA. Le Français a mis le feu au Madison Square Garden.

", + "title": "Bundesliga: la remontada de Dortmund à Francfort", + "description": "Mené 2-0 à 20 minutes du terme de la rencontre, Dortmund a finalement renversé Francfort (3-2) ce samedi, dans le cadre de la 18e journée de Bundesliga. Une façon de combler un peu le retard sur le Bayern, battu vendredi.

", + "content": "Mené 2-0 à 20 minutes du terme de la rencontre, Dortmund a finalement renversé Francfort (3-2) ce samedi, dans le cadre de la 18e journée de Bundesliga. Une façon de combler un peu le retard sur le Bayern, battu vendredi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/nba/nba-fournier-bat-son-record-de-points-et-enflamme-le-madison-square-garden_AD-202201070020.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-la-remontada-de-dortmund-a-francfort_AD-202201080268.html", "creator": "", - "pubDate": "Fri, 07 Jan 2022 04:55:08 GMT", - "enclosure": "https://images.bfmtv.com/hdySNLmmu1avEgED7uOqqKDyoDA=/0x204:2048x1356/800x0/images/Evan-Fournier-en-feu-face-a-Boston-1210141.jpg", + "pubDate": "Sat, 08 Jan 2022 20:35:49 GMT", + "enclosure": "https://images.bfmtv.com/C4JTK41Jkc37sTfYGo-MwWwS0GY=/0x33:2048x1185/800x0/images/La-joie-de-Dortmund-le-8-janvier-2022-lors-d-une-folle-remontada-1211201.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/hdySNLmmu1avEgED7uOqqKDyoDA=/0x204:2048x1356/800x0/images/Evan-Fournier-en-feu-face-a-Boston-1210141.jpg", + "image": "https://images.bfmtv.com/C4JTK41Jkc37sTfYGo-MwWwS0GY=/0x33:2048x1185/800x0/images/La-joie-de-Dortmund-le-8-janvier-2022-lors-d-une-folle-remontada-1211201.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "1d6ed846062ae6a6c61b0b79396d1a02", + "hash": "af259a2ccd7d8f35a40b0d9ffea4b723", "highlights": [] }, { - "title": "NBA: placé en protocole anti-Covid, Gobert va rater plusieurs matchs", - "description": "Rudy Gobert va manquer au minimum les trois prochains matchs NBA des Utah Jazz. Le pivot français est contraint de se soumettre au protocole anti-Covid de la ligue.

", - "content": "Rudy Gobert va manquer au minimum les trois prochains matchs NBA des Utah Jazz. Le pivot français est contraint de se soumettre au protocole anti-Covid de la ligue.

", + "title": "Pour la Coupe du monde, le Qatar a dû diversifier son offre pour loger les supporters", + "description": "Alors que la Coupe du monde débutera le 21 novembre prochain, le Qatar a dû réfléchir à une offre de logements susceptible de correspondre aux centaines de milliers de personnes attendues pour l'événement.

", + "content": "Alors que la Coupe du monde débutera le 21 novembre prochain, le Qatar a dû réfléchir à une offre de logements susceptible de correspondre aux centaines de milliers de personnes attendues pour l'événement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/nba/nba-place-en-protocole-anti-covid-gobert-va-rater-plusieurs-matchs_AV-202201060584.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/pour-la-coupe-du-monde-le-qatar-a-du-diversifier-son-offre-pour-loger-les-supporters_AV-202201080266.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 23:47:16 GMT", - "enclosure": "https://images.bfmtv.com/7ZDIQrKHcqdd7XF1F2qg3duS-g8=/0x17:2048x1169/800x0/images/Rudy-Gobert-le-20-10-2021-1210116.jpg", + "pubDate": "Sat, 08 Jan 2022 20:10:02 GMT", + "enclosure": "https://images.bfmtv.com/fMM-QE0Jwtn-beLTRhk1CjeYEKQ=/4x221:356x419/800x0/images/Des-hotels-dans-le-desert-au-Qatar-en-vue-du-Mondial-2022-1211196.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/7ZDIQrKHcqdd7XF1F2qg3duS-g8=/0x17:2048x1169/800x0/images/Rudy-Gobert-le-20-10-2021-1210116.jpg", + "image": "https://images.bfmtv.com/fMM-QE0Jwtn-beLTRhk1CjeYEKQ=/4x221:356x419/800x0/images/Des-hotels-dans-le-desert-au-Qatar-en-vue-du-Mondial-2022-1211196.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36846,42 +37902,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "621158b39b2e6b919d9c7f5cb698ac49", + "hash": "874cf735ba11ddb5f4b5ce850d7fae6c", "highlights": [] }, { - "title": "Atlético: inquiétude pour Griezmann, sorti sur blessure en Coupe du Roi", - "description": "Remplaçant lors du 16e de finale de Coupe du Roi largement remporté par l’Atlético face au Rayo Majadahonda (5-0), jeudi soir, l’attaquant français Antoine Griezmann a marqué un joli but avant de se blesser en fin de match, quelques minutes après son entrée en jeu.

", - "content": "Remplaçant lors du 16e de finale de Coupe du Roi largement remporté par l’Atlético face au Rayo Majadahonda (5-0), jeudi soir, l’attaquant français Antoine Griezmann a marqué un joli but avant de se blesser en fin de match, quelques minutes après son entrée en jeu.

", + "title": "Liga: toujours aussi fébrile, le Barça lâche encore des points à Grenade", + "description": "Le Barça, réduit à dix en fin de match, a concédé le nul (1-1) sur la pelouse de Grenade. Luuk de Jong avait ouvert le score pour le club catalan, mais Antonio Puertas a surgi en fin de match pour égaliser.

", + "content": "Le Barça, réduit à dix en fin de match, a concédé le nul (1-1) sur la pelouse de Grenade. Luuk de Jong avait ouvert le score pour le club catalan, mais Antonio Puertas a surgi en fin de match pour égaliser.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/atletico-inquietude-pour-griezmann-sorti-sur-blessure-en-coupe-du-roi_AV-202201060580.html", + "link": "https://rmcsport.bfmtv.com/football/liga/liga-toujours-aussi-febrile-le-barca-lache-encore-des-points-a-grenade_AV-202201080262.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 23:06:00 GMT", - "enclosure": "https://images.bfmtv.com/GafUn24koAZNwNiiUmho1VwOm1w=/0x79:2048x1231/800x0/images/Antoine-Griezmann-Atletico-de-Madrid-le-21-novembre-2021-1210115.jpg", + "pubDate": "Sat, 08 Jan 2022 19:36:33 GMT", + "enclosure": "https://images.bfmtv.com/kSkjKA3yIfpQeRf_FdSn_yxaEQc=/0x124:1200x799/800x0/images/La-detresse-des-joueurs-du-Barca-a-Grenade-1211193.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/GafUn24koAZNwNiiUmho1VwOm1w=/0x79:2048x1231/800x0/images/Antoine-Griezmann-Atletico-de-Madrid-le-21-novembre-2021-1210115.jpg", + "image": "https://images.bfmtv.com/kSkjKA3yIfpQeRf_FdSn_yxaEQc=/0x124:1200x799/800x0/images/La-detresse-des-joueurs-du-Barca-a-Grenade-1211193.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "737e31d8c4e31a39cae4ca6666f55720", + "hash": "28e0c4650155e00753eae6c887102bca", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari sûr du 7 janvier - Bundesliga - Allemagne", - "description": "Notre pronostic: le Bayern bat Mönchengladbach (1.35)

", - "content": "Notre pronostic: le Bayern bat Mönchengladbach (1.35)

", + "title": "FA Cup: un carton pour Chelsea, Lukaku buteur après la polémique", + "description": "Chelsea n'a pas tremblé ce samedi pour éliminer Chesterfield, pensionnaire de D5 (5-1) à Stamford Bridge, lors du troisième tour de la Cup. Romelu Lukaku a profité de l'occasion pour marquer.

", + "content": "Chelsea n'a pas tremblé ce samedi pour éliminer Chesterfield, pensionnaire de D5 (5-1) à Stamford Bridge, lors du troisième tour de la Cup. Romelu Lukaku a profité de l'occasion pour marquer.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-7-janvier-bundesliga-allemagne_AN-202201060297.html", + "link": "https://rmcsport.bfmtv.com/football/fa-cup/fa-cup-un-carton-pour-chelsea-lukaku-buteur-apres-la-polemique_AN-202201080261.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/3k8FKOquB2r25QVisyvrD3azSyU=/0x104:1984x1220/800x0/images/Robert-Lewandowski-Bayern-1209790.jpg", + "pubDate": "Sat, 08 Jan 2022 19:31:25 GMT", + "enclosure": "https://images.bfmtv.com/mQ2W2hKpzpR7mONn84Xa3_MTKaI=/0x0:2048x1152/800x0/images/1208115.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/3k8FKOquB2r25QVisyvrD3azSyU=/0x104:1984x1220/800x0/images/Robert-Lewandowski-Bayern-1209790.jpg", + "image": "https://images.bfmtv.com/mQ2W2hKpzpR7mONn84Xa3_MTKaI=/0x0:2048x1152/800x0/images/1208115.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36890,20 +37946,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b714e17d9ae929bdb86ab99dff499aa", + "hash": "576c04eb276de0cb9cc40dc78d85d8ad", "highlights": [] }, { - "title": "Mercato: Coutinho bien parti pour rejoindre Aston Villa en prêt", - "description": "Cela semble se préciser pour Philippe Coutinho. Le Brésilien de 29 ans aurait donné son accord pour rejoindre le club de Steven Gerrard, Aston Villa, qui serait en négociations très avancées avec le Barça. Un prêt pourrait être officialisé dès vendredi.

", - "content": "Cela semble se préciser pour Philippe Coutinho. Le Brésilien de 29 ans aurait donné son accord pour rejoindre le club de Steven Gerrard, Aston Villa, qui serait en négociations très avancées avec le Barça. Un prêt pourrait être officialisé dès vendredi.

", + "title": "CAN: trois cas positifs pour le Sénégal dont Mendy, à deux jours de son premier match", + "description": "A deux jours de son premier match face au Zimbabwe, le Sénégal déplore trois cas positifs au Covid-19 dans son effectif, dont Edouard Mendy et Kalidou Koulibaly.

", + "content": "A deux jours de son premier match face au Zimbabwe, le Sénégal déplore trois cas positifs au Covid-19 dans son effectif, dont Edouard Mendy et Kalidou Koulibaly.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-coutinho-bien-parti-pour-rejoindre-aston-villa-en-pret_AV-202201060574.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-trois-cas-positifs-pour-le-senegal-dont-mendy-a-deux-jours-de-son-premier-match_AV-202201080254.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 22:30:32 GMT", - "enclosure": "https://images.bfmtv.com/xcLXIWfQ5zOtL0R4Zrqgpsq-bvI=/0x0:2048x1152/800x0/images/Philippe-Coutinho-1159183.jpg", + "pubDate": "Sat, 08 Jan 2022 18:56:43 GMT", + "enclosure": "https://images.bfmtv.com/A5wgRyVSUZWYbwdc9-fwd4mfW3Y=/1x26:2001x1151/800x0/images/Edouard-Mendy-avec-le-Senegal-1211179.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/xcLXIWfQ5zOtL0R4Zrqgpsq-bvI=/0x0:2048x1152/800x0/images/Philippe-Coutinho-1159183.jpg", + "image": "https://images.bfmtv.com/A5wgRyVSUZWYbwdc9-fwd4mfW3Y=/1x26:2001x1151/800x0/images/Edouard-Mendy-avec-le-Senegal-1211179.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36912,20 +37968,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e08c9050fbe2b0005b473f1dd0556a3e", + "hash": "72d7de4e943e6954fab2fb47431fdae0", "highlights": [] }, { - "title": "Serie A: accrochée par Naples, la Juve continue de faire du surplace", - "description": "La grosse affiche du soir en Serie A n'a donné aucun vainqueur entre la Juventus et Naples (1-1). Un résultat qui fait les affaires de l'Inter et de son dauphin, l'AC Milan.

", - "content": "La grosse affiche du soir en Serie A n'a donné aucun vainqueur entre la Juventus et Naples (1-1). Un résultat qui fait les affaires de l'Inter et de son dauphin, l'AC Milan.

", + "title": "Top 14: l'UBB conforte sa première place sur le fil contre Brive", + "description": "Bordeaux-Bègles, à la mêlée conquérante, a conforté son statut de leader du Top 14 en allant s'imposer à Brive (22-19) au terme d'une belle remontée ce samedi, à l'occasion de la 15e journée.

", + "content": "Bordeaux-Bègles, à la mêlée conquérante, a conforté son statut de leader du Top 14 en allant s'imposer à Brive (22-19) au terme d'une belle remontée ce samedi, à l'occasion de la 15e journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-accrochee-par-naples-la-juve-continue-de-faire-du-surplace_AV-202201060563.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-l-ubb-conforte-sa-premiere-place-sur-le-fil-contre-brive_AV-202201080253.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 21:48:55 GMT", - "enclosure": "https://images.bfmtv.com/KfjdulbsrGg3wnRHWLh2UcOoYDI=/0x106:2048x1258/800x0/images/1210094.jpg", + "pubDate": "Sat, 08 Jan 2022 18:50:47 GMT", + "enclosure": "https://images.bfmtv.com/rGro4P_-466qchjs9iUWqQNbg5Y=/0x74:1200x749/800x0/images/Francois-Trinh-Duc-1211187.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/KfjdulbsrGg3wnRHWLh2UcOoYDI=/0x106:2048x1258/800x0/images/1210094.jpg", + "image": "https://images.bfmtv.com/rGro4P_-466qchjs9iUWqQNbg5Y=/0x74:1200x749/800x0/images/Francois-Trinh-Duc-1211187.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36934,20 +37990,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f651fc9277b9c3d463e73cd0f21cf62b", + "hash": "80238aaa744e6a97cc2c5551f5152fe8", "highlights": [] }, { - "title": "AC Milan: Giroud s'amuse de \"la malédiction\" du numéro 9", - "description": "Auteur de sa cinquième réalisation de la saison jeudi contre la Roma (3-1), Olivier Giroud démontre à 35 ans qu’il n’a rien perdu de son efficacité. Et semble avoir chassé les mauvais esprits qui hantaient le numéro 9 milanais depuis Filippo Inzaghi.

", - "content": "Auteur de sa cinquième réalisation de la saison jeudi contre la Roma (3-1), Olivier Giroud démontre à 35 ans qu’il n’a rien perdu de son efficacité. Et semble avoir chassé les mauvais esprits qui hantaient le numéro 9 milanais depuis Filippo Inzaghi.

", + "title": "Serie A: la capacité des stades limitée à 5.000 spectateurs à cause du Covid", + "description": "Comme en France, la capacité des stades italiens sera limitée à 5.000 spectateurs dans le but de freiner la propagion

", + "content": "Comme en France, la capacité des stades italiens sera limitée à 5.000 spectateurs dans le but de freiner la propagion

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/ac-milan-giroud-s-amuse-de-la-malediction-du-numero-9_AV-202201060553.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-la-capacite-des-stades-limitee-a-5-000-spectateurs-a-cause-du-covid_AD-202201080252.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 21:30:54 GMT", - "enclosure": "https://images.bfmtv.com/vONKUi2PdJm6LLE_vhe73bRjI4o=/0x291:1936x1380/800x0/images/Olivier-Giroud-AC-Milan-le-6-janvier-2022-1210092.jpg", + "pubDate": "Sat, 08 Jan 2022 18:43:30 GMT", + "enclosure": "https://images.bfmtv.com/dPuT4sW6qi0I724DLwVcWoZpDUE=/0x212:2048x1364/800x0/images/Les-supporters-lors-du-match-Udinese-AC-Milan-1211180.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/vONKUi2PdJm6LLE_vhe73bRjI4o=/0x291:1936x1380/800x0/images/Olivier-Giroud-AC-Milan-le-6-janvier-2022-1210092.jpg", + "image": "https://images.bfmtv.com/dPuT4sW6qi0I724DLwVcWoZpDUE=/0x212:2048x1364/800x0/images/Les-supporters-lors-du-match-Udinese-AC-Milan-1211180.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -36956,64 +38012,64 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a5632a967f963b54616695fe1a7699b", + "hash": "782ba4f88ee057ad6991aa8744a98a7c", "highlights": [] }, { - "title": "\"Je n'ai rien fait de mal\", se défend Platini face aux accusations d'escroquerie", - "description": "Accusé \"d’escroquerie\" tout comme l’ancien président de la FIFA Sepp Blatter, Michel Platini revient sur ses ennuis judiciaires au micro d’Europe 1. Il se défend de toute responsabilité: \"On a inventé un arriéré de salaire, un truc bidon\".

", - "content": "Accusé \"d’escroquerie\" tout comme l’ancien président de la FIFA Sepp Blatter, Michel Platini revient sur ses ennuis judiciaires au micro d’Europe 1. Il se défend de toute responsabilité: \"On a inventé un arriéré de salaire, un truc bidon\".

", + "title": "Qatar: un ancien joueur de Ligue 1 s'écroule sur le terrain en plein match", + "description": "Le footballeur d'Al-Wakrah (Qatar) Ousmane Coulibaly s'est effondré dans son but alors qu'il disputait une rencontre de son championnat face à Al-Rayyan, et que la mi-temps allait être sifflée. L'ancien défenseur de Brest a pu être réanimé et va bien, selon les médias qataris.

", + "content": "Le footballeur d'Al-Wakrah (Qatar) Ousmane Coulibaly s'est effondré dans son but alors qu'il disputait une rencontre de son championnat face à Al-Rayyan, et que la mi-temps allait être sifflée. L'ancien défenseur de Brest a pu être réanimé et va bien, selon les médias qataris.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/je-n-ai-rien-fait-de-mal-se-defend-platini-face-aux-accusations-d-escroquerie_AV-202201060552.html", + "link": "https://rmcsport.bfmtv.com/football/qatar-un-ancien-joueur-de-ligue-1-s-ecroule-sur-le-terrain-en-plein-match_AV-202201080246.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 21:23:15 GMT", - "enclosure": "https://images.bfmtv.com/NBKmQBMuTqfhLxfjvIvwSljM6Ek=/0x40:768x472/800x0/images/Lex-patron-du-foot-europeen-Michel-Platini-le-31-aout-2020-a-Berne-en-Suisse-981150.jpg", + "pubDate": "Sat, 08 Jan 2022 18:24:20 GMT", + "enclosure": "https://images.bfmtv.com/ZkOfDN2a_Zx1oBIoLb1ZKL7mdyc=/321x2:1473x650/800x0/images/Les-joueurs-accourent-vers-le-but-ou-Coulibaly-vient-tout-juste-de-s-effondrer-1211173.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/NBKmQBMuTqfhLxfjvIvwSljM6Ek=/0x40:768x472/800x0/images/Lex-patron-du-foot-europeen-Michel-Platini-le-31-aout-2020-a-Berne-en-Suisse-981150.jpg", + "image": "https://images.bfmtv.com/ZkOfDN2a_Zx1oBIoLb1ZKL7mdyc=/321x2:1473x650/800x0/images/Les-joueurs-accourent-vers-le-but-ou-Coulibaly-vient-tout-juste-de-s-effondrer-1211173.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "b419045964a039c3dbb3de8aeca64dd2", + "hash": "a683af7beae9ea74bb8a8639f4a171cb", "highlights": [] }, { - "title": "Mercato: \"Paqueta au PSG? Ce n’est pas à l’ordre du jour\", assure l'agent du Lyonnais", - "description": "Joint ce jeudi par RMC Sport, Eduardo Uram, l'agent de Lucas Paqueta, dément tout contact entre le milieu de terrain brésilien de l'OL et le PSG. \"Il n’y a aucun appel\", explique-t-il.

", - "content": "Joint ce jeudi par RMC Sport, Eduardo Uram, l'agent de Lucas Paqueta, dément tout contact entre le milieu de terrain brésilien de l'OL et le PSG. \"Il n’y a aucun appel\", explique-t-il.

", + "title": "Coupe de France féminine: scène surréaliste à Bordeaux, la 2e gardienne entre comme joueuse de champ", + "description": "Lors du 16e de finale de la Coupe de France féminine entre Bordeaux et l'OL, Mylène Chavas, la deuxième gardienne des Girondines, est entrée en jeu... dans le champ alors qu'il n'y avait plus de remplaçantes.

", + "content": "Lors du 16e de finale de la Coupe de France féminine entre Bordeaux et l'OL, Mylène Chavas, la deuxième gardienne des Girondines, est entrée en jeu... dans le champ alors qu'il n'y avait plus de remplaçantes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-paqueta-au-psg-ce-n-est-pas-a-l-ordre-du-jour-assure-l-agent-du-lyonnais_AV-202201060548.html", + "link": "https://rmcsport.bfmtv.com/football/feminin/coupe-de-france-feminine-scene-surrealiste-a-bordeaux-la-2e-gardienne-entre-comme-joueuse-de-champ_AN-202201080243.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 21:05:15 GMT", - "enclosure": "https://images.bfmtv.com/5YXuio3x2ra5VwoCp8mczZtpivo=/0x33:2048x1185/800x0/images/Lucas-PAQUETA-le-11-09-2021-1210088.jpg", + "pubDate": "Sat, 08 Jan 2022 18:04:39 GMT", + "enclosure": "https://images.bfmtv.com/bkc11JTc94Kzx6m0OsP0nWJ-V2M=/0x0:1984x1116/800x0/images/Mylene-Chavas-face-a-Wolfsburg-1211164.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/5YXuio3x2ra5VwoCp8mczZtpivo=/0x33:2048x1185/800x0/images/Lucas-PAQUETA-le-11-09-2021-1210088.jpg", + "image": "https://images.bfmtv.com/bkc11JTc94Kzx6m0OsP0nWJ-V2M=/0x0:1984x1116/800x0/images/Mylene-Chavas-face-a-Wolfsburg-1211164.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "b53674f9718ee74f062108f57f6581c6", + "hash": "88edad4c8a661a80d46cc476fcf5faae", "highlights": [] }, { - "title": "L’UNFP hausse le ton et appelle la LFP à \"protéger\" les joueurs face au coronavirus", - "description": "Dans un communiqué ce jeudi, l’UNFP réagit à la situation sanitaire qui continue de bouleverser la Ligue 1. Le syndicat des joueurs semble pousser pour un remodelage du protocole sanitaire, alors que les cas positifs et les reports s’enchaînent.

", - "content": "Dans un communiqué ce jeudi, l’UNFP réagit à la situation sanitaire qui continue de bouleverser la Ligue 1. Le syndicat des joueurs semble pousser pour un remodelage du protocole sanitaire, alors que les cas positifs et les reports s’enchaînent.

", + "title": "CAN 2022 en direct: Edouard Mendy et Kalidou Koulibaly positifs au Covid-19", + "description": "La Coupe d’Afrique des nations 2022 débutera le 9 janvier au Cameroun. Suivez toutes les dernières infos liées à la compétition sur RMC Sport.

", + "content": "La Coupe d’Afrique des nations 2022 débutera le 9 janvier au Cameroun. Suivez toutes les dernières infos liées à la compétition sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/l-unfp-hausse-le-ton-et-appelle-la-lfp-a-proteger-les-joueurs-face-au-coronavirus_AV-202201060537.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-suivez-toute-l-actualite-de-la-competition-en-direct_LS-202201050158.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 20:37:50 GMT", - "enclosure": "https://images.bfmtv.com/HB0qraobMu58pwvSGme9jyfcZLM=/0x22:1024x598/800x0/images/-866455.jpg", + "pubDate": "Wed, 05 Jan 2022 09:10:25 GMT", + "enclosure": "https://images.bfmtv.com/QHoz-bDqXbZfqSB1nLoxf5x0YyE=/0x0:2048x1152/800x0/images/Edouard-Mendy-avec-le-Senegal-1178333.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/HB0qraobMu58pwvSGme9jyfcZLM=/0x22:1024x598/800x0/images/-866455.jpg", + "image": "https://images.bfmtv.com/QHoz-bDqXbZfqSB1nLoxf5x0YyE=/0x0:2048x1152/800x0/images/Edouard-Mendy-avec-le-Senegal-1178333.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37022,42 +38078,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "affb3be1008d23bfbaaa826d9cd60da2", + "hash": "e67bfe4232d3217646b466eac89a9ebe", "highlights": [] }, { - "title": "Bordeaux-OM: pas de nouveau cas positif chez les Girondins, le report s’éloigne", - "description": "À la veille d’accueillir l’OM pour la 20e journée de Ligue 1, les Girondins ne déplorent pas de nouveau cas de Covid-19 ce jeudi. Alors que le club bordelais a demandé un report, le maintien du match semble de plus en plus probable.

", - "content": "À la veille d’accueillir l’OM pour la 20e journée de Ligue 1, les Girondins ne déplorent pas de nouveau cas de Covid-19 ce jeudi. Alors que le club bordelais a demandé un report, le maintien du match semble de plus en plus probable.

", + "title": "Mercato: l'OM confirme l'achat de Pau Lopez, avec une subtilité", + "description": "Prêté par la Roma à l'OM, Pau Lopez va rester un joueur marseillais. Son option d'achat a été levée et le joueur a donné son accord, condition existentielle pour valider l'opération.

", + "content": "Prêté par la Roma à l'OM, Pau Lopez va rester un joueur marseillais. Son option d'achat a été levée et le joueur a donné son accord, condition existentielle pour valider l'opération.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-pas-de-nouveau-cas-positif-chez-les-girondins-le-report-s-eloigne_AV-202201060529.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-l-om-confirme-l-achat-de-pau-lopez-avec-une-subtilite_AV-202201080242.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 20:03:40 GMT", - "enclosure": "https://images.bfmtv.com/9ks6DFX53cVvfUMN_Syk_JIzweg=/0x61:1200x736/800x0/images/Girondins-de-Bordeaux-1202494.jpg", + "pubDate": "Sat, 08 Jan 2022 18:00:00 GMT", + "enclosure": "https://images.bfmtv.com/dHxpbh3p7AqhEia-KVa_a4yRVEE=/3x46:1891x1108/800x0/images/Pau-Lopez-OM-le-22-decembre-2021-1210777.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/dHxpbh3p7AqhEia-KVa_a4yRVEE=/3x46:1891x1108/800x0/images/Pau-Lopez-OM-le-22-decembre-2021-1210777.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "c3b655b54fc9dec331e7fe20302d6578", + "hash": "e033fe78ddea623bc4b8bff5062c8bd5", "highlights": [] }, { - "title": "Serie A: avec un but de Giroud et un grand Maignan, l’AC Milan surclasse la Roma", - "description": "Les Milanais se sont largement imposés à domicile face à l’AS Roma (3-1), jeudi soir en match de la 20e journée de Serie A. Olivier Giroud a marqué son premier but depuis deux mois, Zlatan Ibrahimovic a manqué un penalty dans les dernières secondes.

", - "content": "Les Milanais se sont largement imposés à domicile face à l’AS Roma (3-1), jeudi soir en match de la 20e journée de Serie A. Olivier Giroud a marqué son premier but depuis deux mois, Zlatan Ibrahimovic a manqué un penalty dans les dernières secondes.

", + "title": "PSG: West Ham apprécie Abdou Diallo", + "description": "Le club anglais de West Ham étudie la possibilité de se faire prêter le défenseur du PSG Abdou Diallo. Mais les Hammers n'ont pas encore entamé les discussions avec la direction parisienne.

", + "content": "Le club anglais de West Ham étudie la possibilité de se faire prêter le défenseur du PSG Abdou Diallo. Mais les Hammers n'ont pas encore entamé les discussions avec la direction parisienne.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-avec-un-but-de-giroud-et-un-grand-maignan-l-ac-milan-surclasse-la-roma_AN-202201060523.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/psg-west-ham-apprecie-abdou-diallo_AV-202201080241.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 19:47:05 GMT", - "enclosure": "https://images.bfmtv.com/vYeqsdVfXlza_tnHzA0rnpQ2L7I=/0x121:2048x1273/800x0/images/Olivier-Giroud-AC-Milan-le-6-janvier-2022-1210063.jpg", + "pubDate": "Sat, 08 Jan 2022 17:56:31 GMT", + "enclosure": "https://images.bfmtv.com/G7S_VrPX7mXJCLrLC_6qesWlcnY=/0x0:2048x1152/800x0/images/Le-defenseur-du-PSG-Abdou-Diallo-plait-a-West-Ham-1211176.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/vYeqsdVfXlza_tnHzA0rnpQ2L7I=/0x121:2048x1273/800x0/images/Olivier-Giroud-AC-Milan-le-6-janvier-2022-1210063.jpg", + "image": "https://images.bfmtv.com/G7S_VrPX7mXJCLrLC_6qesWlcnY=/0x0:2048x1152/800x0/images/Le-defenseur-du-PSG-Abdou-Diallo-plait-a-West-Ham-1211176.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37066,20 +38122,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2291e3a52817b55f56e7f90f42e9aaf3", + "hash": "cd334553c2f0d47a70794fce820828cb", "highlights": [] }, { - "title": "Le sport face au covid en direct: Maracineanu confirme la mise en place de jauges proportionnelles", - "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", - "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "title": "FA Cup: pour la première de Trippier, Newcastle éliminé par une D3 anglaise", + "description": "Opposé à Cambridge United, un club de troisième division anglaise, pour les 32es de finale de la FA Cup, Newcastle sort déjà de la compétition avec une défaite 1-0. Une rencontre à laquelle la nouvelle recrue Kieran Trippier avait pris part.

", + "content": "Opposé à Cambridge United, un club de troisième division anglaise, pour les 32es de finale de la FA Cup, Newcastle sort déjà de la compétition avec une défaite 1-0. Une rencontre à laquelle la nouvelle recrue Kieran Trippier avait pris part.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/le-sport-face-au-coronavirus-suivez-toutes-les-infos-en-direct_LN-202201060115.html", + "link": "https://rmcsport.bfmtv.com/football/fa-cup/fa-cup-pour-la-premiere-de-trippier-newcastle-elimine-par-une-d3-anglaise_AV-202201080239.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 07:32:06 GMT", - "enclosure": "https://images.bfmtv.com/j2mIEQLXpulCS74oXoYtIOLKp9Y=/0x212:2048x1364/800x0/images/Pas-de-jauge-proportionnee-dans-les-stades-en-France-1203620.jpg", + "pubDate": "Sat, 08 Jan 2022 17:48:32 GMT", + "enclosure": "https://images.bfmtv.com/B_hhnxZsy77X8aSMSWI5XHVtMdo=/4x0:4004x2250/800x0/images/-879529.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/j2mIEQLXpulCS74oXoYtIOLKp9Y=/0x212:2048x1364/800x0/images/Pas-de-jauge-proportionnee-dans-les-stades-en-France-1203620.jpg", + "image": "https://images.bfmtv.com/B_hhnxZsy77X8aSMSWI5XHVtMdo=/4x0:4004x2250/800x0/images/-879529.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37088,42 +38144,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "c42793e5accb555683177a3e8171a852", + "hash": "52e959c7edd3d0bc5ce11bfe7a399138", "highlights": [] }, { - "title": "Open d’Australie: le président serbe dénonce \"une chasse politique\" contre Djokovic", - "description": "Le président serbe Aleksandar Vucic a une nouvelle fois haussé le ton ce jeudi face à la situation de Novak Djokovic, qui passe sa deuxième nuit en Australie dans un centre de rétention de Melbourne après l'annulation de son visa.

", - "content": "Le président serbe Aleksandar Vucic a une nouvelle fois haussé le ton ce jeudi face à la situation de Novak Djokovic, qui passe sa deuxième nuit en Australie dans un centre de rétention de Melbourne après l'annulation de son visa.

", + "title": "Bordeaux-OM: le message de Kwateng après sa photo polémique avec Harit", + "description": "Amis d’enfance depuis leur apprentissage au centre de formation du FC Nantes, Enock Kwateng et Amine Harit ont posé ensemble, tout sourire, après le match Bordeaux-OM (0-1) vendredi au Matmut-Atlantique. Le cliché, relayé sur les réseaux sociaux, a provoqué de nombreuses réactions et poussé le défenseur bordelais à réagir.

", + "content": "Amis d’enfance depuis leur apprentissage au centre de formation du FC Nantes, Enock Kwateng et Amine Harit ont posé ensemble, tout sourire, après le match Bordeaux-OM (0-1) vendredi au Matmut-Atlantique. Le cliché, relayé sur les réseaux sociaux, a provoqué de nombreuses réactions et poussé le défenseur bordelais à réagir.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-le-president-serbe-denonce-une-chasse-politique-contre-djokovic_AD-202201060510.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-le-message-de-kwateng-apres-sa-photo-polemique-avec-harit_AV-202201080233.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 19:25:38 GMT", - "enclosure": "https://images.bfmtv.com/FmrGyUZ-bTfCAW2yZa3fBB85Lng=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-6-novembre-2021-1210035.jpg", + "pubDate": "Sat, 08 Jan 2022 17:33:08 GMT", + "enclosure": "https://images.bfmtv.com/x1l9zi1Vs7BQeCu9rpvdFGPElR0=/0x0:2048x1152/800x0/images/Enock-Kwateng-avec-les-Girondins-face-a-l-OM-le-7-janvier-2022-1211163.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/FmrGyUZ-bTfCAW2yZa3fBB85Lng=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-6-novembre-2021-1210035.jpg", + "image": "https://images.bfmtv.com/x1l9zi1Vs7BQeCu9rpvdFGPElR0=/0x0:2048x1152/800x0/images/Enock-Kwateng-avec-les-Girondins-face-a-l-OM-le-7-janvier-2022-1211163.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "753db27cb66ddee2f365abb8c0eafa4c", + "hash": "5c5f7ba3c75abedc284f137632e9e1e3", "highlights": [] }, { - "title": "FC Séville: le très joli but de Koundé en Coupe du Roi", - "description": "Le défenseur français du FC Séville Jules Koundé s’est distingué ce jeudi en Coupe du Roi, en inscrivant un joli but face au Real Saragosse. Le club andalou s'est qualifié pour les 8es de finale (2-0).

", - "content": "Le défenseur français du FC Séville Jules Koundé s’est distingué ce jeudi en Coupe du Roi, en inscrivant un joli but face au Real Saragosse. Le club andalou s'est qualifié pour les 8es de finale (2-0).

", + "title": "Barça: un record de vieillesse pour Dani Alves en Liga", + "description": "Titulaire ce samedi face à Grenade, Dani Alves devient le joueur le plus âgé du club catalan à débuter un match de Liga, à 38 ans et 247 jours.

", + "content": "Titulaire ce samedi face à Grenade, Dani Alves devient le joueur le plus âgé du club catalan à débuter un match de Liga, à 38 ans et 247 jours.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/copa-del-rey/fc-seville-le-tres-joli-but-de-kounde-en-coupe-du-roi_AV-202201060500.html", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-un-record-de-vieillesse-pour-dani-alves-en-liga_AV-202201080231.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 19:00:56 GMT", - "enclosure": "https://images.bfmtv.com/UJ5J__O1pST6A5cJ8MHr4XPmZFA=/0x106:2048x1258/800x0/images/1210023.jpg", + "pubDate": "Sat, 08 Jan 2022 17:29:43 GMT", + "enclosure": "https://images.bfmtv.com/k6twlV_EOIM3gWFIsITckebQEFM=/0x71:2048x1223/800x0/images/Dani-Alves-1201799.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/UJ5J__O1pST6A5cJ8MHr4XPmZFA=/0x106:2048x1258/800x0/images/1210023.jpg", + "image": "https://images.bfmtv.com/k6twlV_EOIM3gWFIsITckebQEFM=/0x71:2048x1223/800x0/images/Dani-Alves-1201799.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37132,20 +38188,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "afe128e96078ebd4ec51f9f232bf53f8", + "hash": "b0d3366245dc24771069dfee395d8cc4", "highlights": [] }, { - "title": "Maracineanu écrit à Le Graët après les images polémiques des spectateurs amassés lors de Lens-Lille", - "description": "L'application de la jauge des 5.000 spectateurs en tribunes à Lens, mardi lors du 16e de finale de Coupe de France contre Lille, avait largement fait parler. Dans un courrier adressé à Noël Le Graët mercredi, la ministre chargée des Sports a rappelé à la FFF de veiller au respect de la distanciation physique dans les stades.

", - "content": "L'application de la jauge des 5.000 spectateurs en tribunes à Lens, mardi lors du 16e de finale de Coupe de France contre Lille, avait largement fait parler. Dans un courrier adressé à Noël Le Graët mercredi, la ministre chargée des Sports a rappelé à la FFF de veiller au respect de la distanciation physique dans les stades.

", + "title": "FA Cup: jet de bouteille et chants homophobes… Millwall-Crystal Palace marqué par des incidents", + "description": "La rencontre de FA Cup entre Millwall et Crystal Palace a été marquée par plusieurs incidents. Si les Eagles ont remporté la rencontre 2-1, les supporters de l’autre camp se sont tristement illustrés avec un jet de bouteille sur la tête de Michael Olise et des chants homophobes envers Conor Gallagher.

", + "content": "La rencontre de FA Cup entre Millwall et Crystal Palace a été marquée par plusieurs incidents. Si les Eagles ont remporté la rencontre 2-1, les supporters de l’autre camp se sont tristement illustrés avec un jet de bouteille sur la tête de Michael Olise et des chants homophobes envers Conor Gallagher.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/maracineanu-ecrit-a-le-graet-apres-les-images-polemiques-des-spectateurs-lors-de-lens-lille_AV-202201060499.html", + "link": "https://rmcsport.bfmtv.com/football/fa-cup/fa-cup-jet-de-bouteille-et-chants-homophobes-millwall-crystal-palace-marque-par-des-incidents_AV-202201080230.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 18:46:00 GMT", - "enclosure": "https://images.bfmtv.com/QIQdYa8Oj5LgPcWS1Olfab92HR0=/0x288:1904x1359/800x0/images/Stade-Bollaert-le-4-janvier-2022-1210036.jpg", + "pubDate": "Sat, 08 Jan 2022 17:21:55 GMT", + "enclosure": "https://images.bfmtv.com/cZI1z8IPdQY5e4LvimbF-U3SKrg=/0x0:2048x1152/800x0/images/Conor-Gallagher-1211149.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/QIQdYa8Oj5LgPcWS1Olfab92HR0=/0x288:1904x1359/800x0/images/Stade-Bollaert-le-4-janvier-2022-1210036.jpg", + "image": "https://images.bfmtv.com/cZI1z8IPdQY5e4LvimbF-U3SKrg=/0x0:2048x1152/800x0/images/Conor-Gallagher-1211149.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37154,20 +38210,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fb86fc35f6ef841e5fea5b1c885a91e", + "hash": "e3f448439899953b5a9dee9bf052f371", "highlights": [] }, { - "title": "Top 14: la réponse ferme de O’Gara à Lemaitre sur un éventuel report de Toulon-La Rochelle", - "description": "Le RCT est frappé par de nombreux cas de Covid dans son effectif, et son président Bernard Lemaitre a assuré que le club ne \"jouera pas à La Rochelle\", dimanche (15e journée de Top 14). Une prise de position peu goûtée par Ronan O’Gara, le manager rochelais, qui entend se plier à la décision de la LNR.

", - "content": "Le RCT est frappé par de nombreux cas de Covid dans son effectif, et son président Bernard Lemaitre a assuré que le club ne \"jouera pas à La Rochelle\", dimanche (15e journée de Top 14). Une prise de position peu goûtée par Ronan O’Gara, le manager rochelais, qui entend se plier à la décision de la LNR.

", + "title": "Le mercato en direct: l'OM confirme l'achat de Pau Lopez", + "description": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", + "content": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-la-reponse-ferme-de-o-gara-a-lemaitre-sur-un-eventuel-report-de-toulon-la-rochelle_AV-202201060487.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/le-mercato-en-direct-les-infos-et-rumeurs-du-6-janvier-2022_LN-202201060107.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 18:35:08 GMT", - "enclosure": "https://images.bfmtv.com/JwjlLuN1X2r798CTJba7P7OsXnk=/0x143:2048x1295/800x0/images/Ronan-O-Gara-1016895.jpg", + "pubDate": "Thu, 06 Jan 2022 07:20:37 GMT", + "enclosure": "https://images.bfmtv.com/N9PnD2aeW6K_ejA0WiEYDl3nHfQ=/0x137:2048x1289/800x0/images/Pau-Lopez-1168979.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/JwjlLuN1X2r798CTJba7P7OsXnk=/0x143:2048x1295/800x0/images/Ronan-O-Gara-1016895.jpg", + "image": "https://images.bfmtv.com/N9PnD2aeW6K_ejA0WiEYDl3nHfQ=/0x137:2048x1289/800x0/images/Pau-Lopez-1168979.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37176,42 +38232,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e0da488296e27b16595e4322928febe", + "hash": "57d5badc2ec9132eaf2bc2e8fc0832d1", "highlights": [] }, { - "title": "Mercato: Rothen estime que le PSG n’a pas besoin de Paqueta", - "description": "Annoncé dans le viseur du PSG, le Lyonnais Lucas Paqueta ne serait pas la recrue idéale pour notre consultant Jérôme Rothen. Au micro de RMC, il explique ce jeudi que ce profil ne doit pas être la priorité du club.

", - "content": "Annoncé dans le viseur du PSG, le Lyonnais Lucas Paqueta ne serait pas la recrue idéale pour notre consultant Jérôme Rothen. Au micro de RMC, il explique ce jeudi que ce profil ne doit pas être la priorité du club.

", + "title": "Bundesliga: Nkunku fait le show avec Leipzig, qui renverse Mayence", + "description": "Entré à la pause, Christopher Nkunku a grandement participé à la large victoire de Leipzig (4-1) contre Mayence, avec un but et deux passes décisives, samedi en Bundesliga. \n

", + "content": "Entré à la pause, Christopher Nkunku a grandement participé à la large victoire de Leipzig (4-1) contre Mayence, avec un but et deux passes décisives, samedi en Bundesliga. \n

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/mercato-rothen-estime-que-le-psg-n-a-pas-besoin-de-paqueta_AV-202201060469.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-nunku-fait-le-show-avec-leipzig-qui-renverse-mayence_AV-202201080228.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 18:17:19 GMT", - "enclosure": "https://images.bfmtv.com/eDwGBQSW1hg4g1G7b4PRQNJkdks=/0x33:2048x1185/800x0/images/Lucas-PAQUETA-1181914.jpg", + "pubDate": "Sat, 08 Jan 2022 17:04:25 GMT", + "enclosure": "https://images.bfmtv.com/XgQkUiqhJ9SjncDJC7Wi_nb4C-E=/0x19:1200x694/800x0/images/Christopher-Nkunku-1211155.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/eDwGBQSW1hg4g1G7b4PRQNJkdks=/0x33:2048x1185/800x0/images/Lucas-PAQUETA-1181914.jpg", + "image": "https://images.bfmtv.com/XgQkUiqhJ9SjncDJC7Wi_nb4C-E=/0x19:1200x694/800x0/images/Christopher-Nkunku-1211155.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "1ad0e3275066cfb0bb031e0d06af22e4", + "hash": "39d5ab9fef04863526b74d88cda5cc22", "highlights": [] }, { - "title": "\"Je t’affronterai sur un ring, dans un octogone ou une cabine téléphonique\", Ngannou se chauffe avec Fury", - "description": "A deux grosses semaines de son combat dantesque contre Ciryl Gane pour le titre de champion du monde UFC poids lourds (le 23 janvier sur RMC Sport 2), Francis Ngannou a été défié par la légende anglaise de la boxe, Tyson Fury. S’en est suivi un échange savoureux entre les deux combattants sur les réseaux.

", - "content": "A deux grosses semaines de son combat dantesque contre Ciryl Gane pour le titre de champion du monde UFC poids lourds (le 23 janvier sur RMC Sport 2), Francis Ngannou a été défié par la légende anglaise de la boxe, Tyson Fury. S’en est suivi un échange savoureux entre les deux combattants sur les réseaux.

", + "title": "Le vif plaidoyer de Joshua pour la boxe féminine", + "description": "Figure des lourds, Anthony Joshua veut que la boxe féminine reçoive autant d'éloges que celle des hommes alors que Natasha Jonas se prépare à devenir enfin championne du monde à 37 ans.

", + "content": "Figure des lourds, Anthony Joshua veut que la boxe féminine reçoive autant d'éloges que celle des hommes alors que Natasha Jonas se prépare à devenir enfin championne du monde à 37 ans.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/mma/je-t-affronterai-sur-un-ring-dans-un-octogone-ou-une-cabine-telephonique-ngannou-se-chauffe-avec-fury_AV-202201060448.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/le-vif-plaidoyer-de-joshua-pour-la-boxe-feminine_AN-202201080221.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 17:43:55 GMT", - "enclosure": "https://images.bfmtv.com/dr0h4zQWKHuflylVqPxs1p_afec=/0x47:2048x1199/800x0/images/Francis-Ngannou-1175050.jpg", + "pubDate": "Sat, 08 Jan 2022 16:46:01 GMT", + "enclosure": "https://images.bfmtv.com/4pIJEkqtcWIufJxqMcwb40-WmMo=/0x62:2032x1205/800x0/images/Anthony-Joshua-987595.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/dr0h4zQWKHuflylVqPxs1p_afec=/0x47:2048x1199/800x0/images/Francis-Ngannou-1175050.jpg", + "image": "https://images.bfmtv.com/4pIJEkqtcWIufJxqMcwb40-WmMo=/0x62:2032x1205/800x0/images/Anthony-Joshua-987595.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37220,20 +38276,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "67bce3f09fe7929e9dea3136c1a04d7a", + "hash": "074cfc6c41c37bcb147c555208b10425", "highlights": [] }, { - "title": "Coupe d'Europe de rugby: une réunion prévue en début de semaine", - "description": "En début de semaine prochaine, le Ministère chargé des Sports aura une réunion avec le centre interministériel de crise pour évoquer les événements internationaux.

", - "content": "En début de semaine prochaine, le Ministère chargé des Sports aura une réunion avec le centre interministériel de crise pour évoquer les événements internationaux.

", + "title": "Tennis: Nadal, une finale pour son retour juste avant l'Open d'Australie", + "description": "À une semaine de l'Open d'Australie, Rafael Nadal reprend du rythme au tournoi ATP 250 de Melbourne. Opposé ce samedi à Emil Ruusuvori, l'Espagnol s'est défait de son adversaire en deux sets. Le numéro 6 mondial sera opposé en finale à Maxime Cressy.

", + "content": "À une semaine de l'Open d'Australie, Rafael Nadal reprend du rythme au tournoi ATP 250 de Melbourne. Opposé ce samedi à Emil Ruusuvori, l'Espagnol s'est défait de son adversaire en deux sets. Le numéro 6 mondial sera opposé en finale à Maxime Cressy.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe-de-rugby-une-reunion-prevue-en-debut-de-semaine_AV-202201060444.html", + "link": "https://rmcsport.bfmtv.com/tennis/tennis-nadal-une-finale-pour-son-retour-juste-avant-l-open-d-australie_AV-202201080220.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 17:38:59 GMT", - "enclosure": "https://images.bfmtv.com/QSbpRIHkrMFLPXKjy4x8d9CK41Y=/0x106:2048x1258/800x0/images/Stade-Francais-01-01-2022-1209970.jpg", + "pubDate": "Sat, 08 Jan 2022 16:40:27 GMT", + "enclosure": "https://images.bfmtv.com/hLidhKyJj0vPH33Q5gvI_n5YgvQ=/0x0:768x432/800x0/images/La-joie-de-l-Espagnol-Rafael-Nadal-qualifie-samedi-pour-la-finale-du-tournoi-ATP-250-de-Melbourne-apres-sa-victoire-6-4-7-5-face-au-Finlandais-Emil-Ruusuvuori-le-8-janvier-2022-1211099.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/QSbpRIHkrMFLPXKjy4x8d9CK41Y=/0x106:2048x1258/800x0/images/Stade-Francais-01-01-2022-1209970.jpg", + "image": "https://images.bfmtv.com/hLidhKyJj0vPH33Q5gvI_n5YgvQ=/0x0:768x432/800x0/images/La-joie-de-l-Espagnol-Rafael-Nadal-qualifie-samedi-pour-la-finale-du-tournoi-ATP-250-de-Melbourne-apres-sa-victoire-6-4-7-5-face-au-Finlandais-Emil-Ruusuvuori-le-8-janvier-2022-1211099.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37242,20 +38298,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "629faecdf08a77c61d6ebea60d4dbf4b", + "hash": "4ece1113041ffd809c25586b43891674", "highlights": [] }, { - "title": "Le sport face au covid en direct: l'UNFP demande du \"bon sens\" à la LFP pour le protocole", - "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", - "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "title": "Top 14: grâce à son succès face au Stade français, Castres monte sur le podium", + "description": "Le Castres Olympique a battu le Stade Français 15-9 ce samedi en ouverture de la 15e journée de Top 14. Avec ce quatrième succès de rang, le CO monte provisoirement sur le podium.

", + "content": "Le Castres Olympique a battu le Stade Français 15-9 ce samedi en ouverture de la 15e journée de Top 14. Avec ce quatrième succès de rang, le CO monte provisoirement sur le podium.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/le-sport-face-au-coronavirus-suivez-toutes-les-infos-en-direct_LN-202201060115.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-grace-a-son-succes-face-au-stade-francais-castres-monte-sur-le-podium_AD-202201080218.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 07:32:06 GMT", - "enclosure": "https://images.bfmtv.com/5jePSDUWy67l4CAx5VdMJSFtlg8=/0x33:752x456/800x0/images/Le-president-de-l-Union-Nationale-des-Footballeurs-Professionnels-UNFP-Philippe-Piat-arrive-au-siege-de-la-Ligue-de-Football-Professionnel-LFP-le-1er-fevrier-2021-a-Paris-1184656.jpg", + "pubDate": "Sat, 08 Jan 2022 16:35:30 GMT", + "enclosure": "https://images.bfmtv.com/AbIjvMzcPK7d5Fzg0trkfj--S7Y=/0x0:2048x1152/800x0/images/Catres-Stade-Francais-Macalou-face-a-Staniforth-1211144.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/5jePSDUWy67l4CAx5VdMJSFtlg8=/0x33:752x456/800x0/images/Le-president-de-l-Union-Nationale-des-Footballeurs-Professionnels-UNFP-Philippe-Piat-arrive-au-siege-de-la-Ligue-de-Football-Professionnel-LFP-le-1er-fevrier-2021-a-Paris-1184656.jpg", + "image": "https://images.bfmtv.com/AbIjvMzcPK7d5Fzg0trkfj--S7Y=/0x0:2048x1152/800x0/images/Catres-Stade-Francais-Macalou-face-a-Staniforth-1211144.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37264,20 +38320,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fee435caaa878c81afeb858c82d34d8e", + "hash": "e5e2cbc61cb30cdff229a0989e476d70", "highlights": [] }, { - "title": "Lens: le conseiller de Fofana répond aux rumeurs sur le PSG et l'OM", - "description": "Epatant dans l’entrejeu depuis son arrivée au RC Lens à l’été 2020, Seko Fofana sera probablement un des noms qui ressortira le plus lors du prochain mercato estival. Un des conseillers du joueur, Antony Mendez a été interrogé par Foot Mercato sur l’avenir de l’Ivoirien.

", - "content": "Epatant dans l’entrejeu depuis son arrivée au RC Lens à l’été 2020, Seko Fofana sera probablement un des noms qui ressortira le plus lors du prochain mercato estival. Un des conseillers du joueur, Antony Mendez a été interrogé par Foot Mercato sur l’avenir de l’Ivoirien.

", + "title": "Lens-Rennes en direct: Lens s'impose au finish, Rennes reste hors du top 3", + "description": "Lens s’impose au finish face à Rennes grâce à Wesley Said, score final 1 à 0 ! Avec ce résultat, les Racing remonte à la 6e place trois points de la 3e place.

", + "content": "Lens s’impose au finish face à Rennes grâce à Wesley Said, score final 1 à 0 ! Avec ce résultat, les Racing remonte à la 6e place trois points de la 3e place.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-le-conseiller-de-fofana-repond-aux-rumeurs-sur-le-psg-et-l-om_AV-202201060429.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-rennes-en-direct-un-choc-pour-le-haut-de-tableau_LS-202201080212.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 17:19:32 GMT", - "enclosure": "https://images.bfmtv.com/nS06IcZKaD1hzMBo_G2AvX_j3jI=/154x311:2010x1355/800x0/images/Seko-Fofana-1204195.jpg", + "pubDate": "Sat, 08 Jan 2022 16:18:41 GMT", + "enclosure": "https://images.bfmtv.com/4Ppc8ce1EEFgH0kjHg0bCm34JWY=/0x106:2048x1258/800x0/images/Wesley-Said-buteur-pour-Lens-le-8-janvier-2022-1211217.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/nS06IcZKaD1hzMBo_G2AvX_j3jI=/154x311:2010x1355/800x0/images/Seko-Fofana-1204195.jpg", + "image": "https://images.bfmtv.com/4Ppc8ce1EEFgH0kjHg0bCm34JWY=/0x106:2048x1258/800x0/images/Wesley-Said-buteur-pour-Lens-le-8-janvier-2022-1211217.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37286,20 +38342,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "359b0c008981a1e8aab4e7257bf4a227", + "hash": "67cf58786fe3ce4bd47679d06a7f836c", "highlights": [] }, { - "title": "Ligue 1: 13 cas de Covid à Troyes, qui veut reporter son match à Montpellier", - "description": "L’ESTAC annonce ce jeudi que 13 joueurs de son effectif ont été testés positifs au Covid à trois jours du déplacement à Montpellier en Ligue 1 (dimanche, 15h). Le club troyen demande le report du match.

", - "content": "L’ESTAC annonce ce jeudi que 13 joueurs de son effectif ont été testés positifs au Covid à trois jours du déplacement à Montpellier en Ligue 1 (dimanche, 15h). Le club troyen demande le report du match.

", + "title": "Mercato: après le Real, un club gallois ou la retraite pour Bale?", + "description": "Après huit années au Real Madrid, Gareth Bale devrait quitter l’Espagne à la fin de la saison. Si son avenir est loin d’être fixé, l’ailier pourrait faire un choix étonnant. D’après Sky Sports, en cas de qualification du pays de Galles pour la Coupe du monde 2022, le Gallois pourrait signer un contrat de courte durée avec un club. Cardiff et Swansea sont évoqués.

", + "content": "Après huit années au Real Madrid, Gareth Bale devrait quitter l’Espagne à la fin de la saison. Si son avenir est loin d’être fixé, l’ailier pourrait faire un choix étonnant. D’après Sky Sports, en cas de qualification du pays de Galles pour la Coupe du monde 2022, le Gallois pourrait signer un contrat de courte durée avec un club. Cardiff et Swansea sont évoqués.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-13-cas-de-covid-a-troyes-qui-veut-reporter-son-match-a-montpellier_AV-202201060424.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-apres-le-real-bale-dans-un-club-gallois-la-saison-prochaine_AV-202201080213.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 17:12:37 GMT", - "enclosure": "https://images.bfmtv.com/HApQiC-eEjYRDPNTdnTXe6WOkos=/0x106:2048x1258/800x0/images/1209930.jpg", + "pubDate": "Sat, 08 Jan 2022 16:24:05 GMT", + "enclosure": "https://images.bfmtv.com/z7H3MWRLh-ZaPMw7R-_lCLTiwwE=/0x0:768x432/800x0/images/Le-capitaine-gallois-Gareth-Bale-lors-de-son-premier-match-a-l-Euro-contre-la-Suisse-a-Bakou-le-12-juin-2021-1048791.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/HApQiC-eEjYRDPNTdnTXe6WOkos=/0x106:2048x1258/800x0/images/1209930.jpg", + "image": "https://images.bfmtv.com/z7H3MWRLh-ZaPMw7R-_lCLTiwwE=/0x0:768x432/800x0/images/Le-capitaine-gallois-Gareth-Bale-lors-de-son-premier-match-a-l-Euro-contre-la-Suisse-a-Bakou-le-12-juin-2021-1048791.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37308,20 +38364,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f43d03fb4892856e0e09db1b6e1fb01", + "hash": "32e28a0c618a7c2496c789ac96d4c735", "highlights": [] }, { - "title": "Les pronos hippiques du vendredi 7 janvier 2022", - "description": "Le Quinté+ du vendredi 7 janvier 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 vendredi 7 janvier 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": "Manchester United: le retour de Pogba encore repoussé", + "description": "L'entraîneur de Manchester United Ralf Rangnick a annoncé que Paul Pogba, blessé à une cuisse, sera encore absent des terrains pendant au minimum un mois.

", + "content": "L'entraîneur de Manchester United Ralf Rangnick a annoncé que Paul Pogba, blessé à une cuisse, sera encore absent des terrains pendant au minimum un mois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-vendredi-7-janvier-2022_AN-202201060416.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-le-retour-de-pogba-encore-repousse_AV-202201080205.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 17:05:12 GMT", - "enclosure": "https://images.bfmtv.com/GQaUGFwumiKpGHZ2b6GbBjhsPpE=/1x35:337x224/800x0/images/Les-pronos-hippiques-du-23-decembre-2021-1192733.jpg", + "pubDate": "Sat, 08 Jan 2022 16:08:45 GMT", + "enclosure": "https://images.bfmtv.com/6JbLOd4clL9MFD-Z1CTDcDXGigE=/0x0:1200x675/800x0/images/Paul-Pogba-1154939.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/GQaUGFwumiKpGHZ2b6GbBjhsPpE=/1x35:337x224/800x0/images/Les-pronos-hippiques-du-23-decembre-2021-1192733.jpg", + "image": "https://images.bfmtv.com/6JbLOd4clL9MFD-Z1CTDcDXGigE=/0x0:1200x675/800x0/images/Paul-Pogba-1154939.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37330,20 +38386,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9993f43bc4634a0d68da7cdc03cdd4bf", + "hash": "1a9a0b6f94b403b03ade4301ff2d527e", "highlights": [] }, { - "title": "Manchester United: Ronaldo a-t-il vraiment changé le jeu de son équipe?", - "description": "Critiqué par certains qui estiment qu’il dénature le jeu de Manchester United, Cristiano Ronaldo a-t-il réellement un impact négatif sur le jeu de sa nouvelle équipe ? RMC Sport décrypte l'apport du quintuple Ballon d’or sur le collectif des Red Devils.

", - "content": "Critiqué par certains qui estiment qu’il dénature le jeu de Manchester United, Cristiano Ronaldo a-t-il réellement un impact négatif sur le jeu de sa nouvelle équipe ? RMC Sport décrypte l'apport du quintuple Ballon d’or sur le collectif des Red Devils.

", + "title": "Lens-Rennes en direct: les deux équipes sans solution", + "description": "Le Stade Rennais (4e), à la peine en décembre, se déplace à Lens (9e) ce samedi soir avec l'ambition de se rassurer en ce début d'année 2022. Cette rencontre, alléchante à plus d'un titre, vous pourrez la suivre grâce à notre direct commenté. Coup d'envoi prévu à 21h !

", + "content": "Le Stade Rennais (4e), à la peine en décembre, se déplace à Lens (9e) ce samedi soir avec l'ambition de se rassurer en ce début d'année 2022. Cette rencontre, alléchante à plus d'un titre, vous pourrez la suivre grâce à notre direct commenté. Coup d'envoi prévu à 21h !

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-ronaldo-a-t-il-vraiment-change-le-jeu-de-son-equipe_AV-202201060412.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-rennes-en-direct-un-choc-pour-le-haut-de-tableau_LS-202201080212.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 16:57:46 GMT", - "enclosure": "https://images.bfmtv.com/XGwN8CAOKgeqZgr2-eyBbwcWmag=/0x65:2048x1217/800x0/images/1209872.jpg", + "pubDate": "Sat, 08 Jan 2022 16:18:41 GMT", + "enclosure": "https://images.bfmtv.com/bjqCcMy-hxErbWaDq6TuJPD0JwY=/0x96:2048x1248/800x0/images/Doku-et-Medina-au-duel-lors-de-Lens-Rennes-le-8-janvier-2022-1211214.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/XGwN8CAOKgeqZgr2-eyBbwcWmag=/0x65:2048x1217/800x0/images/1209872.jpg", + "image": "https://images.bfmtv.com/bjqCcMy-hxErbWaDq6TuJPD0JwY=/0x96:2048x1248/800x0/images/Doku-et-Medina-au-duel-lors-de-Lens-Rennes-le-8-janvier-2022-1211214.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37352,20 +38408,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "70a2e935e0a54571dedadb32787ba5c4", + "hash": "9bc98ced4d3c33deb5c8fe68411eea12", "highlights": [] }, { - "title": "L'entourage d'al-Fayed, ex propriétaire de Fulham, donne de ses nouvelles et le dit toujours dans le foot", - "description": "Ex beau-père de la princesse Diana, Mohamed al-Fayed a marqué les esprits en Premier League lors de son arrivée à la tête de Fulham, en 1997. Son entourage donne aujourd'hui de ses nouvelles, précisant quà 92 ans, il reste impliqué dans le football.

", - "content": "Ex beau-père de la princesse Diana, Mohamed al-Fayed a marqué les esprits en Premier League lors de son arrivée à la tête de Fulham, en 1997. Son entourage donne aujourd'hui de ses nouvelles, précisant quà 92 ans, il reste impliqué dans le football.

", + "title": "National: des supporters de Laval attaqués au Red Star, qui porte plainte", + "description": "La rencontre de la 17e journée de National entre le Red Star et Laval (1-2) a été marquée vendredi soir par des incidents entre supporters au stade Bauer de Saint-Ouen. Deux fans du club mayennais ont été légèrement blessés. La formation de Saint-Ouen va porter plainte contre X.

", + "content": "La rencontre de la 17e journée de National entre le Red Star et Laval (1-2) a été marquée vendredi soir par des incidents entre supporters au stade Bauer de Saint-Ouen. Deux fans du club mayennais ont été légèrement blessés. La formation de Saint-Ouen va porter plainte contre X.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/l-entourage-d-al-fayed-ex-proprietaire-de-fulham-donne-de-ses-nouvelles-et-le-dit-toujours-dans-le-foot_AN-202201060410.html", + "link": "https://rmcsport.bfmtv.com/football/national/national-des-supporters-de-laval-attaques-au-red-star-qui-porte-plainte_AN-202201080199.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 16:53:33 GMT", - "enclosure": "https://images.bfmtv.com/AZxMz9zKmqPKHTOOyezxN-q2Ztc=/0x182:2048x1334/800x0/images/Mohamed-al-Fayed-ancien-dirigeant-de-Fulham-1209908.jpg", + "pubDate": "Sat, 08 Jan 2022 15:29:27 GMT", + "enclosure": "https://images.bfmtv.com/5cUjWiT4GYQZa6SIfarrWqoJfMM=/0x0:2048x1152/800x0/images/Red-Star-Laval-Thibault-Vialla-a-gauche-face-au-Lavallois-Remy-Duterte-1211115.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/AZxMz9zKmqPKHTOOyezxN-q2Ztc=/0x182:2048x1334/800x0/images/Mohamed-al-Fayed-ancien-dirigeant-de-Fulham-1209908.jpg", + "image": "https://images.bfmtv.com/5cUjWiT4GYQZa6SIfarrWqoJfMM=/0x0:2048x1152/800x0/images/Red-Star-Laval-Thibault-Vialla-a-gauche-face-au-Lavallois-Remy-Duterte-1211115.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37374,20 +38430,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "47c73a745e105010812f70598bcfa0df", + "hash": "8e9e8c2c39d2a947f8952abdb85ba637", "highlights": [] }, { - "title": "Incidents Jura Sud-ASSE: suspension conservatoire de parcage visiteurs pour les Verts", - "description": "Après les incidents partis du parcage de l’ASSE lors du 16e de finale de Coupe de France contre Jura Sud, Saint-Etienne risque l’interdiction de déplacement de ses supporters jusqu’à la fin de la saison.

", - "content": "Après les incidents partis du parcage de l’ASSE lors du 16e de finale de Coupe de France contre Jura Sud, Saint-Etienne risque l’interdiction de déplacement de ses supporters jusqu’à la fin de la saison.

", + "title": "Open d'Australie: Djokovic a-t-il menti sur son test positif?", + "description": "Alors que le clan de Novak Djokovic indique que celui-ci a été testé positif au Covid-19 le 16 décembre dernier, le Serbe a été aperçu à un événement le lendemain, sans masque. Ce qui pose énormément de questions.

", + "content": "Alors que le clan de Novak Djokovic indique que celui-ci a été testé positif au Covid-19 le 16 décembre dernier, le Serbe a été aperçu à un événement le lendemain, sans masque. Ce qui pose énormément de questions.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-jura-sud-asse-suspension-conservatoire-de-parcage-visiteurs-pour-les-verts_AV-202201060403.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-djokovic-a-t-il-menti-sur-son-test-positif_AV-202201080195.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 16:43:51 GMT", - "enclosure": "https://images.bfmtv.com/XCt4P_dg6zOhusjvakPdyDYqXx8=/0x106:2048x1258/800x0/images/Le-parcage-de-Saint-Etienne-face-a-Jura-Sud-en-Coupe-de-France-1209917.jpg", + "pubDate": "Sat, 08 Jan 2022 15:21:01 GMT", + "enclosure": "https://images.bfmtv.com/BZOsuZcPEthaxcXaKTnoMotg3BU=/40x313:1896x1357/800x0/images/Novak-Djokovic-le-7-novembre-2021-a-Paris-1210418.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/XCt4P_dg6zOhusjvakPdyDYqXx8=/0x106:2048x1258/800x0/images/Le-parcage-de-Saint-Etienne-face-a-Jura-Sud-en-Coupe-de-France-1209917.jpg", + "image": "https://images.bfmtv.com/BZOsuZcPEthaxcXaKTnoMotg3BU=/40x313:1896x1357/800x0/images/Novak-Djokovic-le-7-novembre-2021-a-Paris-1210418.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37396,42 +38452,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "08b6e543763d98f03a68b9856efd3d58", + "hash": "9d795f9deaa1b886a167c1c3a253860c", "highlights": [] }, { - "title": "CAN: le sélectionneur de la Sierra Leone victime de menaces de mort", - "description": "Ce dimanche, la Coupe d’Afrique des nations commencera officiellement. Une compétition à laquelle participera la Sierra Leone qui compte dans son groupe l’Algérie, la Côte d’Ivoire et la Guinée Equatoriale. Mais dans un entretien à BBC Sport Africa, le sélectionneur John Keister confie avoir reçu des menaces de mort, au moment de faire la liste des joueurs.

", - "content": "Ce dimanche, la Coupe d’Afrique des nations commencera officiellement. Une compétition à laquelle participera la Sierra Leone qui compte dans son groupe l’Algérie, la Côte d’Ivoire et la Guinée Equatoriale. Mais dans un entretien à BBC Sport Africa, le sélectionneur John Keister confie avoir reçu des menaces de mort, au moment de faire la liste des joueurs.

", + "title": "Mercato: qui est Fabio Blanco, la nouvelle recrue du Barça", + "description": "Le FC Barcelone compte une nouvelle recrue. Après Ferran Torres, les Catalans se sont attachés les services de Fabio Blanco. Cet ailier droit de 17 ans arrive de l’Eintracht Francfort et a signé un contrat jusqu’en 2024. Formé à Valence, il jouera dans un premier temps avec la réserve du Barça.

", + "content": "Le FC Barcelone compte une nouvelle recrue. Après Ferran Torres, les Catalans se sont attachés les services de Fabio Blanco. Cet ailier droit de 17 ans arrive de l’Eintracht Francfort et a signé un contrat jusqu’en 2024. Formé à Valence, il jouera dans un premier temps avec la réserve du Barça.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-le-selectionneur-de-la-sierra-leone-victime-de-menaces-de-mort_AV-202201060395.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-qui-est-fabio-blanco-la-nouvelle-recrue-du-barca_AV-202201080193.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 16:32:47 GMT", - "enclosure": "https://images.bfmtv.com/X5Hz6IFlu5dc5uDtgylnVx3zPy0=/0x106:2048x1258/800x0/images/CAN-1194469.jpg", + "pubDate": "Sat, 08 Jan 2022 15:10:47 GMT", + "enclosure": "https://images.bfmtv.com/iXI90ksqYtjT-GPvGU0HTjBLSWw=/0x61:2048x1213/800x0/images/Fabio-Blanco-1211019.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/X5Hz6IFlu5dc5uDtgylnVx3zPy0=/0x106:2048x1258/800x0/images/CAN-1194469.jpg", + "image": "https://images.bfmtv.com/iXI90ksqYtjT-GPvGU0HTjBLSWw=/0x61:2048x1213/800x0/images/Fabio-Blanco-1211019.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "dfb9b16872d7f4cc4b05815c45d01bed", + "hash": "a72fdbc986da5cd0cf64fe80f7e307e0", "highlights": [] }, { - "title": "PSG: Di Maria positif au coronavirus avant le choc contre l'OL", - "description": "Le PSG a enregistré un nouveau cas de Covid-19 jeudi, avec Angel Di Maria. Son forfait est donc quasiment acté pour le déplacement à Lyon dimanche (20h45).

", - "content": "Le PSG a enregistré un nouveau cas de Covid-19 jeudi, avec Angel Di Maria. Son forfait est donc quasiment acté pour le déplacement à Lyon dimanche (20h45).

", + "title": "Lens-Rennes en direct: il ne manque que les buts", + "description": "Le Stade Rennais (4e), à la peine en décembre, se déplace à Lens (9e) ce samedi soir avec l'ambition de se rassurer en ce début d'année 2022. Cette rencontre, alléchante à plus d'un titre, vous pourrez la suivre grâce à notre direct commenté. Coup d'envoi prévu à 21h !

", + "content": "Le Stade Rennais (4e), à la peine en décembre, se déplace à Lens (9e) ce samedi soir avec l'ambition de se rassurer en ce début d'année 2022. Cette rencontre, alléchante à plus d'un titre, vous pourrez la suivre grâce à notre direct commenté. Coup d'envoi prévu à 21h !

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-di-maria-positif-au-coronavirus-avant-le-choc-contre-l-ol_AV-202201060387.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-rennes-en-direct-un-choc-pour-le-haut-de-tableau_LS-202201080212.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 16:22:33 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": "Sat, 08 Jan 2022 16:18:41 GMT", + "enclosure": "https://images.bfmtv.com/DVQq3koLqRquJ89CWWUwK7uixHs=/0x106:2048x1258/800x0/images/Gael-Kakuta-avec-Lens-le-5-janvier-2022-1211194.jpg", "enclosureType": "image/jpg", - "image": "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", + "image": "https://images.bfmtv.com/DVQq3koLqRquJ89CWWUwK7uixHs=/0x106:2048x1258/800x0/images/Gael-Kakuta-avec-Lens-le-5-janvier-2022-1211194.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37440,20 +38496,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b78208dbf73c5c993e8a474c5754c497", + "hash": "87f252204a7faa323b5cb61159fbe905", "highlights": [] }, { - "title": "Ngannou vs Gane: le Français revient sur la scène virale de Ngannou qui le snobe au Madison", - "description": "EXCLU RMC Sport - A deux grosses semaines du combat événement du début de l’année 2022 entre Ciryl Gane et la superstar Francis Ngannou pour le titre de champion du monde UFC des poids lourds (à suivre le 23 janvier sur RMC Sport 2), le Français est revenu sur la scène qui avait fait le tour des réseaux, lorsque Ngannou avait froidement ignoré son clan à New York.

", - "content": "EXCLU RMC Sport - A deux grosses semaines du combat événement du début de l’année 2022 entre Ciryl Gane et la superstar Francis Ngannou pour le titre de champion du monde UFC des poids lourds (à suivre le 23 janvier sur RMC Sport 2), le Français est revenu sur la scène qui avait fait le tour des réseaux, lorsque Ngannou avait froidement ignoré son clan à New York.

", + "title": "Mercato: l'énorme salaire qu'Insigne va toucher à Toronto l'été prochain", + "description": "Le Toronto FC a officialisé ce samedi la signature de Lorenzo Insigne pour juillet prochain, avec un contrat XXL de 4 ans à la clé pour l'ailier gauche. A 30 ans, l'international italien va découvrir la MLS, un nouveau championnat pour lui, qui a passé pratiquement l'intégralité de sa carrière à Naples, son club formateur.

", + "content": "Le Toronto FC a officialisé ce samedi la signature de Lorenzo Insigne pour juillet prochain, avec un contrat XXL de 4 ans à la clé pour l'ailier gauche. A 30 ans, l'international italien va découvrir la MLS, un nouveau championnat pour lui, qui a passé pratiquement l'intégralité de sa carrière à Naples, son club formateur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/ngannou-vs-gane-le-francais-revient-sur-la-scene-virale-de-ngannou-qui-le-snobe-au-madison_AV-202201060383.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-l-enorme-salaire-qu-insigne-va-toucher-a-toronto-l-ete-prochain_AV-202201080189.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 16:17:51 GMT", - "enclosure": "https://images.bfmtv.com/nTa1tOo3tnLbgFL1H1UQP1HEwyc=/0x20:1200x695/800x0/images/-881027.jpg", + "pubDate": "Sat, 08 Jan 2022 14:55:36 GMT", + "enclosure": "https://images.bfmtv.com/WylVDyXnSbHnpox4rJ3c_VqB-bo=/0x0:2048x1152/800x0/images/Lorenzo-Insigne-1211105.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/nTa1tOo3tnLbgFL1H1UQP1HEwyc=/0x20:1200x695/800x0/images/-881027.jpg", + "image": "https://images.bfmtv.com/WylVDyXnSbHnpox4rJ3c_VqB-bo=/0x0:2048x1152/800x0/images/Lorenzo-Insigne-1211105.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37462,20 +38518,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "341420f978c9fff485765cd2e7a567f7", + "hash": "7563e77d2dc284aa6076c52df14b54aa", "highlights": [] }, { - "title": "Ski: Muffat-Jeandet se fracture la cheville à un mois des JO", - "description": "Alors qu'il disputait ce jeudi le slalom de la Coupe du monde de Zagreb, le skieur Victor Muffat-Jeandet s'est blessé sur la piste. La Fédération française de ski a annoncé que le skieur souffre d'une fracture de la cheville droite. Un coup dur qui arrive à un mois des Jeux olympiques à Pékin.

", - "content": "Alors qu'il disputait ce jeudi le slalom de la Coupe du monde de Zagreb, le skieur Victor Muffat-Jeandet s'est blessé sur la piste. La Fédération française de ski a annoncé que le skieur souffre d'une fracture de la cheville droite. Un coup dur qui arrive à un mois des Jeux olympiques à Pékin.

", + "title": "Lens-Rennes en direct: objectif top 3 pour les Bretons", + "description": "Le Stade Rennais (4e), à la peine en décembre, se déplace à Lens (9e) ce samedi soir avec l'ambition de se rassurer en ce début d'année 2022. Cette rencontre, alléchante à plus d'un titre, vous pourrez la suivre grâce à notre direct commenté. Coup d'envoi prévu à 21h !

", + "content": "Le Stade Rennais (4e), à la peine en décembre, se déplace à Lens (9e) ce samedi soir avec l'ambition de se rassurer en ce début d'année 2022. Cette rencontre, alléchante à plus d'un titre, vous pourrez la suivre grâce à notre direct commenté. Coup d'envoi prévu à 21h !

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/ski-muffat-jeandet-se-fracture-la-cheville-a-un-mois-des-jo_AV-202201060372.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-rennes-en-direct-un-choc-pour-le-haut-de-tableau_LS-202201080212.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 15:59:08 GMT", - "enclosure": "https://images.bfmtv.com/drPSw5IhJcRoYQumAYIzgUCd5d8=/0x26:768x458/800x0/images/Victor-Muffat-Jeandet-sur-la-piste-du-slalom-de-Zagreb-avant-sa-blessure-le-6-janvier-2022-1209841.jpg", + "pubDate": "Sat, 08 Jan 2022 16:18:41 GMT", + "enclosure": "https://images.bfmtv.com/DVQq3koLqRquJ89CWWUwK7uixHs=/0x106:2048x1258/800x0/images/Gael-Kakuta-avec-Lens-le-5-janvier-2022-1211194.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/drPSw5IhJcRoYQumAYIzgUCd5d8=/0x26:768x458/800x0/images/Victor-Muffat-Jeandet-sur-la-piste-du-slalom-de-Zagreb-avant-sa-blessure-le-6-janvier-2022-1209841.jpg", + "image": "https://images.bfmtv.com/DVQq3koLqRquJ89CWWUwK7uixHs=/0x106:2048x1258/800x0/images/Gael-Kakuta-avec-Lens-le-5-janvier-2022-1211194.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37484,20 +38540,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "aabd8b342c0ab03b0733d8071334de40", + "hash": "373926632894a8939dca647882d879e4", "highlights": [] }, { - "title": "Open d’Australie: la conférence de presse lunaire de la famille Djokovic, qui crie au scandale", - "description": "La famille Djokovic a organisé une conférence de presse ce jeudi, pour protester contre la situation de Novak Djokovic, bloqué dans un hôtel de Melbourne. Entre nationalisme, scandale diplomatique et religion.

", - "content": "La famille Djokovic a organisé une conférence de presse ce jeudi, pour protester contre la situation de Novak Djokovic, bloqué dans un hôtel de Melbourne. Entre nationalisme, scandale diplomatique et religion.

", + "title": "Nice: un groupe finalement au complet à Brest, Amavi présent", + "description": "Après avoir fait planer le doute sur la présence de plusieurs joueurs de l’OGC Nice, positifs au Covid, pour le match de Ligue 1 face à Brest dimanche dans le Finistère, l’entraîneur des Aiglons Christophe Galtier a finalement convoqué un groupe au complet à l’exception des internationaux africains convoqués pour disputer la CAN. Tout juste prêté par l’OM, Jordan Amavi est du déplacement en Bretagne.

", + "content": "Après avoir fait planer le doute sur la présence de plusieurs joueurs de l’OGC Nice, positifs au Covid, pour le match de Ligue 1 face à Brest dimanche dans le Finistère, l’entraîneur des Aiglons Christophe Galtier a finalement convoqué un groupe au complet à l’exception des internationaux africains convoqués pour disputer la CAN. Tout juste prêté par l’OM, Jordan Amavi est du déplacement en Bretagne.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-d-australie-la-conference-de-presse-lunaire-de-la-famille-djokovic-qui-crie-au-scandale_AV-202201060363.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/nice-un-groupe-finalement-au-complet-a-brest-amavi-present_AV-202201080187.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 15:44:24 GMT", - "enclosure": "https://images.bfmtv.com/_T1axoxgdJ94D_sjHR_vY-dc9Z0=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-salue-les-supporters-a-son-arrivee-sur-le-court-avant-la-finale-de-l-Open-d-Australie-contre-le-Russe-Daniil-Medvedev-le-21-fevrier-2021-a-Melbourne-1203771.jpg", + "pubDate": "Sat, 08 Jan 2022 14:49:35 GMT", + "enclosure": "https://images.bfmtv.com/gk2sRRZmEKlJwC4SDSQGtuKdyQE=/0x0:2048x1152/800x0/images/Jordan-Amavi-a-l-entrainement-avec-Nice-1211098.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/_T1axoxgdJ94D_sjHR_vY-dc9Z0=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-salue-les-supporters-a-son-arrivee-sur-le-court-avant-la-finale-de-l-Open-d-Australie-contre-le-Russe-Daniil-Medvedev-le-21-fevrier-2021-a-Melbourne-1203771.jpg", + "image": "https://images.bfmtv.com/gk2sRRZmEKlJwC4SDSQGtuKdyQE=/0x0:2048x1152/800x0/images/Jordan-Amavi-a-l-entrainement-avec-Nice-1211098.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37506,20 +38562,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "684d2038f995a2d564ced0b6b0b01b3e", + "hash": "4912df195a68cd3f0d25f13ce84746a5", "highlights": [] }, { - "title": "Fifa The Best: les trois finalistes pour le trophée de meilleur entraîneur de l’année", - "description": "Après avoir dévoilé les candidats pour remporter le prix Puskas et le titre de meilleur gardien de l’année, la FIFA a donné ce jeudi les noms des trois finalistes qui seront départagés par des votes pour remporter le trophée d'entraîneur de l’année.

", - "content": "Après avoir dévoilé les candidats pour remporter le prix Puskas et le titre de meilleur gardien de l’année, la FIFA a donné ce jeudi les noms des trois finalistes qui seront départagés par des votes pour remporter le trophée d'entraîneur de l’année.

", + "title": "CAN 2022: Algérie, Sénégal, Maroc... Gros plan sur les favoris du tournoi et leurs vedettes", + "description": "C'est ce dimanche à Yaoundé que s'ouvre la 33e édition de la Coupe d'Afrique des Nations. Avec une question : qui succèdera à l'Algérie ? Les Fennecs font logiquement partie des favoris, au même titre que le Sénégal ou le Maroc.

", + "content": "C'est ce dimanche à Yaoundé que s'ouvre la 33e édition de la Coupe d'Afrique des Nations. Avec une question : qui succèdera à l'Algérie ? Les Fennecs font logiquement partie des favoris, au même titre que le Sénégal ou le Maroc.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/fifa-the-best-les-trois-finalistes-pour-le-trophee-de-meilleur-entraineur-de-l-annee_AV-202201060357.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-algerie-senegal-maroc-gros-plan-sur-les-favoris-du-tournoi-et-leurs-vedettes_AV-202201080181.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 15:32:35 GMT", - "enclosure": "https://images.bfmtv.com/2vH9hx-PmTyNF-ExQBpYCfC1F1Q=/0x40:2048x1192/800x0/images/Tuchel-Guardiola-1036551.jpg", + "pubDate": "Sat, 08 Jan 2022 14:37:50 GMT", + "enclosure": "https://images.bfmtv.com/58XcqXbU5btXlph-nEzH8E3OKGk=/0x91:2048x1243/800x0/images/Sadio-Mane-le-19-06-2018-1211074.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/2vH9hx-PmTyNF-ExQBpYCfC1F1Q=/0x40:2048x1192/800x0/images/Tuchel-Guardiola-1036551.jpg", + "image": "https://images.bfmtv.com/58XcqXbU5btXlph-nEzH8E3OKGk=/0x91:2048x1243/800x0/images/Sadio-Mane-le-19-06-2018-1211074.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37528,20 +38584,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "85681a8dd97d33f2f7a8edb152cab6f4", + "hash": "57d4f4ac73f35203fb0f36e42832162b", "highlights": [] }, { - "title": "Clermont: Yohan Beheregaray vers la prolongation", - "description": "Le talonneur Yohan Beheregaray, en fin de Clermont l’été prochain, devrait prolonger son contrat.

", - "content": "Le talonneur Yohan Beheregaray, en fin de Clermont l’été prochain, devrait prolonger son contrat.

", + "title": "Ski alpin: Pinturault sur le podium du géant d'Abelboden, Odermatt triomphe à domicile", + "description": "Alexis Pinturault a terminé à la 3e place du géant d'Abelboden ce samedi en Suisse. Le skieur français a été devancé par Marco Odermatt, vainqueur devant son public, et l'Autrichien Manuel Feller.

", + "content": "Alexis Pinturault a terminé à la 3e place du géant d'Abelboden ce samedi en Suisse. Le skieur français a été devancé par Marco Odermatt, vainqueur devant son public, et l'Autrichien Manuel Feller.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/clermont-yohan-beheregaray-vers-la-prolongation_AV-202201060346.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/ski-alpin-pinturault-sur-le-podium-du-geant-d-abelboden-odermatt-triomphe-a-domicile_AD-202201080179.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 15:16:16 GMT", - "enclosure": "https://images.bfmtv.com/Ak6YgF8jD1YLfutW3765nqzlDRs=/0x106:2048x1258/800x0/images/Yohan-Beheregaray-1209842.jpg", + "pubDate": "Sat, 08 Jan 2022 14:26:48 GMT", + "enclosure": "https://images.bfmtv.com/zjb0VBDAyoPP5c2qoa4IEK0_SHw=/0x40:768x472/800x0/images/Le-Francais-Alexis-Pinturault-lors-de-la-premiere-manche-du-geant-de-Coupe-du-monde-d-Adelboden-Suisse-le-8-janvier-2022-1210985.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Ak6YgF8jD1YLfutW3765nqzlDRs=/0x106:2048x1258/800x0/images/Yohan-Beheregaray-1209842.jpg", + "image": "https://images.bfmtv.com/zjb0VBDAyoPP5c2qoa4IEK0_SHw=/0x40:768x472/800x0/images/Le-Francais-Alexis-Pinturault-lors-de-la-premiere-manche-du-geant-de-Coupe-du-monde-d-Adelboden-Suisse-le-8-janvier-2022-1210985.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37550,20 +38606,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0caeeb761fbd89d54dbb044c299cb831", + "hash": "a554273397af5cfa7ee7ff50d1390c30", "highlights": [] }, { - "title": "Bordeaux-OM: Marseille craint encore un report de dernière minute", - "description": "L’OM a prévu de s’envoler ce vendredi matin pour rejoindre Bordeaux afin d’affronter les Girondins, ce vendredi, en ouverture de la 20e journée de Ligue 1 (21h). Mais les Marseillais redoutent que la rencontre soit reportée au dernier moment en raison des nombreux cas de Covid-19 chez leurs adversaires.

", - "content": "L’OM a prévu de s’envoler ce vendredi matin pour rejoindre Bordeaux afin d’affronter les Girondins, ce vendredi, en ouverture de la 20e journée de Ligue 1 (21h). Mais les Marseillais redoutent que la rencontre soit reportée au dernier moment en raison des nombreux cas de Covid-19 chez leurs adversaires.

", + "title": "Lens-Rennes en direct: un choc pour le haut de tableau", + "description": "Le Stade Rennais (4e), à la peine en décembre, se déplace à Lens (9e) ce samedi soir avec l'ambition de se rassurer en ce début d'année 2022. Cette rencontre, alléchante à plus d'un titre, vous pourrez la suivre grâce à notre direct commenté. Coup d'envoi prévu à 21h !

", + "content": "Le Stade Rennais (4e), à la peine en décembre, se déplace à Lens (9e) ce samedi soir avec l'ambition de se rassurer en ce début d'année 2022. Cette rencontre, alléchante à plus d'un titre, vous pourrez la suivre grâce à notre direct commenté. Coup d'envoi prévu à 21h !

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-bordeaux-marseille-craint-encore-un-report-de-derniere-minute_AV-202201060343.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-rennes-en-direct-un-choc-pour-le-haut-de-tableau_LS-202201080212.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 14:57:31 GMT", - "enclosure": "https://images.bfmtv.com/Vg9waK9myY-4HyGw3DYx18RcE6c=/0x36:2048x1188/800x0/images/Jorge-Sampaoli-1167225.jpg", + "pubDate": "Sat, 08 Jan 2022 16:18:41 GMT", + "enclosure": "https://images.bfmtv.com/4e4tkCfVCnZwdiMpMdpUZDjiuY8=/0x0:1200x675/800x0/images/Gael-Kakuta-et-Jeremy-Doku-1211142.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Vg9waK9myY-4HyGw3DYx18RcE6c=/0x36:2048x1188/800x0/images/Jorge-Sampaoli-1167225.jpg", + "image": "https://images.bfmtv.com/4e4tkCfVCnZwdiMpMdpUZDjiuY8=/0x0:1200x675/800x0/images/Gael-Kakuta-et-Jeremy-Doku-1211142.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37572,20 +38628,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4e535fb3fb41107598e7c3a76a96f63", + "hash": "7567377eba3eaabc4f651bd21c2cf3eb", "highlights": [] }, { - "title": "Leeds: les parents interdits de stade en cas d'intrusion de leurs enfants sur la pelouse", - "description": "Dans un communiqué publié ce jeudi, Leeds United annonce qu’une interdiction de stade d’un an sera prononcée pour les parents des enfants qui foulent la pelouse d’Elland Road, comme cela avait été le cas dimanche dernier.

", - "content": "Dans un communiqué publié ce jeudi, Leeds United annonce qu’une interdiction de stade d’un an sera prononcée pour les parents des enfants qui foulent la pelouse d’Elland Road, comme cela avait été le cas dimanche dernier.

", + "title": "Ligue 1 en direct: Nice finalement au complet à Brest, première pour Amavi", + "description": "La Ligue 1 reprend ce week-end après deux semaines de coupure. La 20e journée a débuté vendredi avec la victoire historique de l'OM à Bordeaux (0-1). Elle se poursuit samedi soir avec Lens-Rennes.

", + "content": "La Ligue 1 reprend ce week-end après deux semaines de coupure. La 20e journée a débuté vendredi avec la victoire historique de l'OM à Bordeaux (0-1). Elle se poursuit samedi soir avec Lens-Rennes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/leeds-les-parents-interdits-de-stade-en-cas-d-intrusion-de-leurs-enfants-sur-la-pelouse_AV-202201060342.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": "Thu, 06 Jan 2022 14:54:55 GMT", - "enclosure": "https://images.bfmtv.com/rtWhrZQcPklkO4ok0M4k6SoIVGU=/0x127:2048x1279/800x0/images/1209828.jpg", + "pubDate": "Wed, 05 Jan 2022 08:19:35 GMT", + "enclosure": "https://images.bfmtv.com/gk2sRRZmEKlJwC4SDSQGtuKdyQE=/0x0:2048x1152/800x0/images/Jordan-Amavi-a-l-entrainement-avec-Nice-1211098.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/rtWhrZQcPklkO4ok0M4k6SoIVGU=/0x127:2048x1279/800x0/images/1209828.jpg", + "image": "https://images.bfmtv.com/gk2sRRZmEKlJwC4SDSQGtuKdyQE=/0x0:2048x1152/800x0/images/Jordan-Amavi-a-l-entrainement-avec-Nice-1211098.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37594,20 +38650,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5cb2c217f0fd69f244f75daee2a6191", + "hash": "189264a4d58b4276f8410751cba798e2", "highlights": [] }, { - "title": "Cyclisme: les championnats de France sur route 2023 dans le Nord", - "description": "Ce jeudi, la Fédération française de cyclisme a annoncé que les championnats de France de cyclisme sur route auront lieu dans le Nord de la France. Certains détails de l'évènement prévu pour 2023 ont été précisés par l'instance.

", - "content": "Ce jeudi, la Fédération française de cyclisme a annoncé que les championnats de France de cyclisme sur route auront lieu dans le Nord de la France. Certains détails de l'évènement prévu pour 2023 ont été précisés par l'instance.

", + "title": "PSG: Diallo de retour dans le groupe pour la Coupe de France, mais pas Hamraoui", + "description": "Aminata Diallo a été convoquée pour le match de Coupe de France du PSG féminin, ce dimanche face à Dijon. Deux mois après son agression, sa coéquipière Kheira Hamraoui, qui postulait elle aussi à une place dans le groupe, n'y figure pas.

", + "content": "Aminata Diallo a été convoquée pour le match de Coupe de France du PSG féminin, ce dimanche face à Dijon. Deux mois après son agression, sa coéquipière Kheira Hamraoui, qui postulait elle aussi à une place dans le groupe, n'y figure pas.

", "category": "", - "link": "https://rmcsport.bfmtv.com/cyclisme/cyclisme-les-championnats-de-france-sur-route-2023-dans-le-nord_AV-202201060341.html", + "link": "https://rmcsport.bfmtv.com/football/feminin/psg-diallo-de-retour-dans-le-groupe-pour-la-coupe-de-france-mais-pas-hamraoui_AV-202201080175.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 14:46:49 GMT", - "enclosure": "https://images.bfmtv.com/bajN6M4W_oFJOx1RLzICgT4_tqM=/7x111:2039x1254/800x0/images/L-epreuve-masculine-de-cyclisme-sur-route-aux-JO-1073094.jpg", + "pubDate": "Sat, 08 Jan 2022 14:21:30 GMT", + "enclosure": "https://images.bfmtv.com/BtAE_sMq1s8ZJxBUGQqgBGW2pM8=/0x38:2048x1190/800x0/images/Aminata-Diallo-1164653.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/bajN6M4W_oFJOx1RLzICgT4_tqM=/7x111:2039x1254/800x0/images/L-epreuve-masculine-de-cyclisme-sur-route-aux-JO-1073094.jpg", + "image": "https://images.bfmtv.com/BtAE_sMq1s8ZJxBUGQqgBGW2pM8=/0x38:2048x1190/800x0/images/Aminata-Diallo-1164653.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37616,20 +38672,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8b50c192d6c4b13df3a0b0b1133a718", + "hash": "e414cad0b7bb56bb8e6fdcc12a403a31", "highlights": [] }, { - "title": "Serie A: imbroglio avec un adversaire forfait, l'Inter veut plus de \"clarté\" sur les règles Covid", - "description": "Alors que l’Inter Milan est allé à Bologne ce jeudi pour constater le forfait de son adversaire, le club milanais a réclamé plus de clarté et d’uniformité dans le protocole sanitaire en place. Car les situations ubuesques se multiplient en Serie A.

", - "content": "Alors que l’Inter Milan est allé à Bologne ce jeudi pour constater le forfait de son adversaire, le club milanais a réclamé plus de clarté et d’uniformité dans le protocole sanitaire en place. Car les situations ubuesques se multiplient en Serie A.

", + "title": "Ski alpin: privé de JO sur blessure, Muffat-Jeandet dénonce un \"système pourri\"", + "description": "Lors du slalom de Zagreb il y a quelques jours, Victor Muffat-Jeandet s'est fracturé le péroné de la jambe droite. À cause de cette blessure qui nécessite une opération, le Français va manquer les Jeux Olympiques à Pékin. Interrogé par l'AFP, le skieur a poussé un gros coup de gueule.

", + "content": "Lors du slalom de Zagreb il y a quelques jours, Victor Muffat-Jeandet s'est fracturé le péroné de la jambe droite. À cause de cette blessure qui nécessite une opération, le Français va manquer les Jeux Olympiques à Pékin. Interrogé par l'AFP, le skieur a poussé un gros coup de gueule.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-imbroglio-avec-un-adversaire-forfait-l-inter-veut-plus-de-clarte-sur-les-regles-covid_AV-202201060330.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/ski-alpin-prive-de-jo-sur-blessure-muffat-jeandet-denonce-un-systeme-pourri_AV-202201080154.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 14:29:19 GMT", - "enclosure": "https://images.bfmtv.com/APSDjlx2ocu5yrO7UF1COFFEAQo=/0x79:768x511/800x0/images/La-joie-des-joueurs-de-l-Inter-Milan-apres-leur-victoire-a-domicile-4-0-face-a-Cagliari-lors-de-la-17e-journee-de-Serie-A-le-12-decembre-2021-au-Stade-Giusepppe-Meazza-1187186.jpg", + "pubDate": "Sat, 08 Jan 2022 13:51:04 GMT", + "enclosure": "https://images.bfmtv.com/drPSw5IhJcRoYQumAYIzgUCd5d8=/0x26:768x458/800x0/images/Victor-Muffat-Jeandet-sur-la-piste-du-slalom-de-Zagreb-avant-sa-blessure-le-6-janvier-2022-1209841.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/APSDjlx2ocu5yrO7UF1COFFEAQo=/0x79:768x511/800x0/images/La-joie-des-joueurs-de-l-Inter-Milan-apres-leur-victoire-a-domicile-4-0-face-a-Cagliari-lors-de-la-17e-journee-de-Serie-A-le-12-decembre-2021-au-Stade-Giusepppe-Meazza-1187186.jpg", + "image": "https://images.bfmtv.com/drPSw5IhJcRoYQumAYIzgUCd5d8=/0x26:768x458/800x0/images/Victor-Muffat-Jeandet-sur-la-piste-du-slalom-de-Zagreb-avant-sa-blessure-le-6-janvier-2022-1209841.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37638,86 +38694,86 @@ "favorite": false, "created": false, "tags": [], - "hash": "e76a30dd41f2fa7107745a3e3e28ffd4", + "hash": "60920c637a7c61a82802d4fe9c32ae97", "highlights": [] }, { - "title": "Bordeaux-OM: les craintes de Sampaoli pour \"l'image de la Ligue 1\"", - "description": "Jorge Sampaoli s’est présenté ce jeudi face à la presse à la veille du déplacement de l’OM à Bordeaux lors de la 20e journée de Ligue 1. L’entraîneur marseillais comprend la colère des Girondins après le maintien du match malgré de nombreux cas positifs au Covid-19 dans leur équipe.

", - "content": "Jorge Sampaoli s’est présenté ce jeudi face à la presse à la veille du déplacement de l’OM à Bordeaux lors de la 20e journée de Ligue 1. L’entraîneur marseillais comprend la colère des Girondins après le maintien du match malgré de nombreux cas positifs au Covid-19 dans leur équipe.

", + "title": "OM: Radonjic souhaiterait déjà quitter le Benfica", + "description": "Actuellement prêté par l'OM du côté du Benfica Lisbonne, Nemanja Radonjic souhaiterait déjà quitter le Portugal selon A Bola. L'ailier serbe n'a été titularisé qu'à une seule reprise depuis le début de saison.

", + "content": "Actuellement prêté par l'OM du côté du Benfica Lisbonne, Nemanja Radonjic souhaiterait déjà quitter le Portugal selon A Bola. L'ailier serbe n'a été titularisé qu'à une seule reprise depuis le début de saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-les-craintes-de-sampaoli-pour-l-image-de-la-ligue-1_AV-202201060326.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/om-radonjic-souhaiterait-deja-quitter-le-benfica_AV-202201080152.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 14:19:59 GMT", - "enclosure": "https://images.bfmtv.com/007aBldWJzO4lxXUJ90slJ1XKJw=/0x0:2048x1152/800x0/images/Jorge-Sampaoli-pendant-un-match-de-l-OM-1209821.jpg", + "pubDate": "Sat, 08 Jan 2022 13:45:01 GMT", + "enclosure": "https://images.bfmtv.com/9DgQLEnAIrPNWjwel6CBK13qsh4=/0x106:2048x1258/800x0/images/Nemanja-Radonjic-1211049.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/007aBldWJzO4lxXUJ90slJ1XKJw=/0x0:2048x1152/800x0/images/Jorge-Sampaoli-pendant-un-match-de-l-OM-1209821.jpg", + "image": "https://images.bfmtv.com/9DgQLEnAIrPNWjwel6CBK13qsh4=/0x106:2048x1258/800x0/images/Nemanja-Radonjic-1211049.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "ff209d64ecbcd38a9c7f5bfa6ab9a3dc", + "hash": "9f00b6c85bd7a14d80c81d5a29f57dfe", "highlights": [] }, { - "title": "Tennis: situation très drôle autour d'Opelka, en galère de casquette à cause d'une fiente d'oiseau", - "description": "L’Américain Reilly Opelka a vu son huitième de finale du Melbourne Summer Set contre Maxime Cressy être interrompu quelques instants pour une situation surprenante. Un oiseau a déféqué sur la casquette du 26e joueur mondial et l’a contraint à en chercher une autre.

", - "content": "L’Américain Reilly Opelka a vu son huitième de finale du Melbourne Summer Set contre Maxime Cressy être interrompu quelques instants pour une situation surprenante. Un oiseau a déféqué sur la casquette du 26e joueur mondial et l’a contraint à en chercher une autre.

", + "title": "Adélaïde: Monfils en finale à une semaine de l'Open d'Australie", + "description": "En grande forme, le Français Gaël Monfils a décroché son ticket pour la finale du tournoi d'Adélaïde après sa victoire ce samedi en demi-finale face à l'Australien Thanasi Kokkinakis. A une semaine du coup d'envoi de l'Open d'Australie, il briguera le titre face au Russe Karen Khachanov.

", + "content": "En grande forme, le Français Gaël Monfils a décroché son ticket pour la finale du tournoi d'Adélaïde après sa victoire ce samedi en demi-finale face à l'Australien Thanasi Kokkinakis. A une semaine du coup d'envoi de l'Open d'Australie, il briguera le titre face au Russe Karen Khachanov.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/tennis-situation-tres-drole-autour-d-opelka-en-galere-de-casquette-a-cause-d-une-fiente-d-oiseau_AV-202201060319.html", + "link": "https://rmcsport.bfmtv.com/tennis/atp/adelaide-monfils-en-finale-a-une-semaine-de-l-open-d-australie_AD-202201080150.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 13:53:26 GMT", - "enclosure": "https://images.bfmtv.com/05twDeHZQPgU2409QHGFgFIEP_A=/0x134:2048x1286/800x0/images/Reily-Opelka-lors-du-Melbourne-Summer-Set-1209795.jpg", + "pubDate": "Sat, 08 Jan 2022 13:42:19 GMT", + "enclosure": "https://images.bfmtv.com/zHq8kjJ-Dd516hvLSr_WJitvd_Y=/0x0:2048x1152/800x0/images/Gael-Monfils-a-Adelaide-le-3-janvier-2022-1211054.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/05twDeHZQPgU2409QHGFgFIEP_A=/0x134:2048x1286/800x0/images/Reily-Opelka-lors-du-Melbourne-Summer-Set-1209795.jpg", + "image": "https://images.bfmtv.com/zHq8kjJ-Dd516hvLSr_WJitvd_Y=/0x0:2048x1152/800x0/images/Gael-Monfils-a-Adelaide-le-3-janvier-2022-1211054.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "261c84339a7d89c2d85176f46cfb04ee", + "hash": "602e214d2bae5f6b869051d9092bae8c", "highlights": [] }, { - "title": "Le sport face au covid en direct: Draxler à son tour testé positif", - "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", - "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "title": "Boxe: enfin un adversaire de renom pour Yoka?", + "description": "Après le report de son combat face à Martin Bakole pour des raisons sanitaires, le boxeur français Tony Yoka a reçu une proposition de l’IBF pour un combat face au Croate Filip Hrgovic. Si le champion olympique 2016 accepte, le vainqueur de ce duel pourrait devenir le challenger officiel d’Oleksander Usyk, champion IBF des lourds, et tombeur d'Anthony Joshua.

", + "content": "Après le report de son combat face à Martin Bakole pour des raisons sanitaires, le boxeur français Tony Yoka a reçu une proposition de l’IBF pour un combat face au Croate Filip Hrgovic. Si le champion olympique 2016 accepte, le vainqueur de ce duel pourrait devenir le challenger officiel d’Oleksander Usyk, champion IBF des lourds, et tombeur d'Anthony Joshua.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/le-sport-face-au-coronavirus-suivez-toutes-les-infos-en-direct_LN-202201060115.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-enfin-un-adversaire-de-renom-pour-yoka_AV-202201080147.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 07:32:06 GMT", - "enclosure": "https://images.bfmtv.com/mp1UlNMHlN1ERebEBP8kjEs0zN0=/0x39:2032x1182/800x0/images/Julian-Draxler-1023566.jpg", + "pubDate": "Sat, 08 Jan 2022 13:38:58 GMT", + "enclosure": "https://images.bfmtv.com/O97MaNlnoPQyeDd-mYmMGQ3O5YQ=/0x118:2048x1270/800x0/images/Tony-Yoka-1136249.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/mp1UlNMHlN1ERebEBP8kjEs0zN0=/0x39:2032x1182/800x0/images/Julian-Draxler-1023566.jpg", + "image": "https://images.bfmtv.com/O97MaNlnoPQyeDd-mYmMGQ3O5YQ=/0x118:2048x1270/800x0/images/Tony-Yoka-1136249.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "0b826c26a6b2b1e2a895104a1fee4984", + "hash": "85a723207f7abd52934d1306a210ada9", "highlights": [] }, { - "title": "Bordeaux-OM: \"Ce n'est pas notre problème\", répond Harit sur l'effectif girondin très amoindri", - "description": "L’OM affrontera vendredi (21h) une équipe de Bordeaux amoindrie par le Covid. Ce qui n’entache pas la motivation des Marseillais, bien décidés à stopper leur terrible série, a assuré Amine Harit ce jeudi.

", - "content": "L’OM affrontera vendredi (21h) une équipe de Bordeaux amoindrie par le Covid. Ce qui n’entache pas la motivation des Marseillais, bien décidés à stopper leur terrible série, a assuré Amine Harit ce jeudi.

", + "title": "Open d'Australie en direct: Djokovic aurait participé à un événement public après son test positif", + "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-ce-n-est-pas-notre-probleme-repond-harit-sur-l-effectif-girondin-tres-amoindri_AV-202201060311.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 13:37:43 GMT", - "enclosure": "https://images.bfmtv.com/yEq-pxWV2_mMhqlnbpGUHmKDjbE=/0x88:2032x1231/800x0/images/Amine-Harit-1138822.jpg", + "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", + "enclosure": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/yEq-pxWV2_mMhqlnbpGUHmKDjbE=/0x88:2032x1231/800x0/images/Amine-Harit-1138822.jpg", + "image": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37726,20 +38782,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0fd1f7d6354aae6133683e87d265ea1", + "hash": "db4a55a301a3fa26833adcbb8a4f354a", "highlights": [] }, { - "title": "Pau: Jordan Joseph devrait rester la saison prochaine", - "description": "INFO RMC Sport - Le troisième ligne centre Jordan Joseph, prêté par le Racing depuis le mois d’octobre jusqu’à la fin de saison, devrait bel et bien poursuivre son aventure paloise l’an prochain.

", - "content": "INFO RMC Sport - Le troisième ligne centre Jordan Joseph, prêté par le Racing depuis le mois d’octobre jusqu’à la fin de saison, devrait bel et bien poursuivre son aventure paloise l’an prochain.

", + "title": "Mercato: la déclaration d'amour de Griezmann à l'Atlético", + "description": "Prêté par le FC Barcelone à l’Atlético de Madrid l’été dernier, Antoine Griezmann savoure son retour chez les Colchoneros. Alors qu’une obligation d’achat est présente dans l'offre émise par la formation espagnole, l’attaquant français a assuré dans un entretien accordé à Transfermarkt vouloir rester chez les Rojiblancos le plus longtemps possible.

", + "content": "Prêté par le FC Barcelone à l’Atlético de Madrid l’été dernier, Antoine Griezmann savoure son retour chez les Colchoneros. Alors qu’une obligation d’achat est présente dans l'offre émise par la formation espagnole, l’attaquant français a assuré dans un entretien accordé à Transfermarkt vouloir rester chez les Rojiblancos le plus longtemps possible.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/pau-jordan-joseph-devrait-rester-la-saison-prochaine_AN-202201060308.html", + "link": "https://rmcsport.bfmtv.com/football/liga/mercato-la-declaration-d-amour-de-griezmann-a-l-atletico_AV-202201080142.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 13:27:40 GMT", - "enclosure": "https://images.bfmtv.com/y_76C0P7wn3iniQvzAOA2jrDdlI=/0x93:2048x1245/800x0/images/Jordan-Joseph-1209801.jpg", + "pubDate": "Sat, 08 Jan 2022 13:21:47 GMT", + "enclosure": "https://images.bfmtv.com/0VE_J_3aNuSWo6-224_RZzmtWTk=/0x13:768x445/800x0/images/L-attaquant-francais-de-l-Atletico-Madrid-Antoine-Griezmann-buteur-a-Cadix-le-28-novembre-2021-est-touche-par-le-Covid-19-1201670.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/y_76C0P7wn3iniQvzAOA2jrDdlI=/0x93:2048x1245/800x0/images/Jordan-Joseph-1209801.jpg", + "image": "https://images.bfmtv.com/0VE_J_3aNuSWo6-224_RZzmtWTk=/0x13:768x445/800x0/images/L-attaquant-francais-de-l-Atletico-Madrid-Antoine-Griezmann-buteur-a-Cadix-le-28-novembre-2021-est-touche-par-le-Covid-19-1201670.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37748,64 +38804,64 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d1742bf45c2661ce1d001ab8ffc6b68", + "hash": "0881e97e6465ebd2fe4e12af6a16c67f", "highlights": [] }, { - "title": "PSG: Messi s’est entraîné à part, à trois jours du choc contre l'OL", - "description": "Revenu d’Argentine après son test négatif au Covid-19, Lionel Messi a repris l’entraînement ce jeudi au Camp des Loges. Mais l’attaquant du PSG a travaillé à l’écart de ses coéquipiers, à trois jours du match face à l’OL au Groupama Stadium, dimanche en Ligue 1 (20h45).

", - "content": "Revenu d’Argentine après son test négatif au Covid-19, Lionel Messi a repris l’entraînement ce jeudi au Camp des Loges. Mais l’attaquant du PSG a travaillé à l’écart de ses coéquipiers, à trois jours du match face à l’OL au Groupama Stadium, dimanche en Ligue 1 (20h45).

", + "title": "Open d'Australie: \"Notre corps c'est notre outil de travail\", Herbert défend Djokovic", + "description": "Dans un entretien à l'Equipe ce samedi, Pierre-Hugues Herbert, qui a renoncé à participer à l'Open d'Australie, revient sur son statut de joueur non-vacciné sur le circuit, qu'il partage avec Novak Djokovic. Le Français, qui assure ne pas être \"anti-vax\", défend la position du joueur serbe, bloqué dans un centre de rétention ces derniers jours en raison d'un problème de visa.

", + "content": "Dans un entretien à l'Equipe ce samedi, Pierre-Hugues Herbert, qui a renoncé à participer à l'Open d'Australie, revient sur son statut de joueur non-vacciné sur le circuit, qu'il partage avec Novak Djokovic. Le Français, qui assure ne pas être \"anti-vax\", défend la position du joueur serbe, bloqué dans un centre de rétention ces derniers jours en raison d'un problème de visa.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-messi-s-est-entraine-a-part-a-trois-jours-du-choc-contre-l-ol_AV-202201060304.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-notre-corps-c-est-notre-outil-de-travail-herbert-defend-djokovic_AV-202201080138.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 13:07:32 GMT", - "enclosure": "https://images.bfmtv.com/RjIfkz3lc-niSiGMkKCSQXVcqlo=/0x8:2048x1160/800x0/images/Lionel-MESSI-1182042.jpg", + "pubDate": "Sat, 08 Jan 2022 13:08:50 GMT", + "enclosure": "https://images.bfmtv.com/-KuRwy87Q4x0BiufBzDLer7TfHU=/0x0:768x432/800x0/images/Le-Francais-Pierre-Hugues-Herbert-lors-de-son-match-contre-l-Espagnol-Carlos-Alcaraz-au-Paris-Masters-ATP-le-2-novembre-2021-a-l-AccorHotels-Arena-1210060.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/RjIfkz3lc-niSiGMkKCSQXVcqlo=/0x8:2048x1160/800x0/images/Lionel-MESSI-1182042.jpg", + "image": "https://images.bfmtv.com/-KuRwy87Q4x0BiufBzDLer7TfHU=/0x0:768x432/800x0/images/Le-Francais-Pierre-Hugues-Herbert-lors-de-son-match-contre-l-Espagnol-Carlos-Alcaraz-au-Paris-Masters-ATP-le-2-novembre-2021-a-l-AccorHotels-Arena-1210060.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "eb8b45b6832aed3f025b76e5988558a9", + "hash": "4dbb6a986964da56d8f3b744c43b14b7", "highlights": [] }, { - "title": "League Cup: Tottenham dénonce les chants homophobes de ses supporters contre Chelsea", - "description": "Battu 2-0 par Chelsea mercredi en League Cup, Tottenham a également vu certains de ses supporters entonner des chants homophobes à Stamford Bridge. Dans un communiqué, les Londoniens ont fustigé ce comportement..

", - "content": "Battu 2-0 par Chelsea mercredi en League Cup, Tottenham a également vu certains de ses supporters entonner des chants homophobes à Stamford Bridge. Dans un communiqué, les Londoniens ont fustigé ce comportement..

", + "title": "Ski alpin: Worley deuxième du géant à Kranjska Gora", + "description": "Victorieuse à Lienz le 28 décembre, la Française Tessa Worley a signé un deuxième podium cette saison, en terminant derrière Sara Hector ce samedi, lors du géant de Coupe du monde de Kranjska Gora, en Slovénie.

", + "content": "Victorieuse à Lienz le 28 décembre, la Française Tessa Worley a signé un deuxième podium cette saison, en terminant derrière Sara Hector ce samedi, lors du géant de Coupe du monde de Kranjska Gora, en Slovénie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/league-cup/league-cup-tottenham-denonce-les-chants-homophobes-des-supporters-contre-chelsea_AV-202201060303.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/ski-alpin-worley-deuxieme-du-geant-a-kranjska-gora_AV-202201080135.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 13:06:18 GMT", - "enclosure": "https://images.bfmtv.com/FYbFOq7OF_QeZqjtCVKNb7p3xk4=/0x20:2048x1172/800x0/images/1192177.jpg", + "pubDate": "Sat, 08 Jan 2022 13:03:49 GMT", + "enclosure": "https://images.bfmtv.com/bo-VbGSK4DPyILDoQ3YZ1Afffus=/0x106:2048x1258/800x0/images/Tessa-Worley-1211034.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/FYbFOq7OF_QeZqjtCVKNb7p3xk4=/0x20:2048x1172/800x0/images/1192177.jpg", + "image": "https://images.bfmtv.com/bo-VbGSK4DPyILDoQ3YZ1Afffus=/0x106:2048x1258/800x0/images/Tessa-Worley-1211034.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "d6d7ad1c14b2d47a81a57c88b09912fb", + "hash": "bc6755d8e7150af62ee94821880d3d66", "highlights": [] }, { - "title": "Manchester United: le départ de Woodward fixé, du changement dans l'état-major du club", - "description": "Vice-président exécutif de Manchester United depuis 2012, Ed Woodward quittera bientôt officiellement le club. Les Reds Devils ont annoncé la nouvelle avec un communiqué ainsi que le nom du nouveau directeur général, qui sera Richard Arnold à partir du 1er février 2022.

", - "content": "Vice-président exécutif de Manchester United depuis 2012, Ed Woodward quittera bientôt officiellement le club. Les Reds Devils ont annoncé la nouvelle avec un communiqué ainsi que le nom du nouveau directeur général, qui sera Richard Arnold à partir du 1er février 2022.

", + "title": "CAN 2022: premier adversaire du Cameroun, le Burkina crie au \"scandale\" après d'étonnants tests Covid", + "description": "Opposé dimanche (17h) au Cameroun pour l'ouverture de la Coupe d'Afrique des Nations 2022, le Burkina Faso a haussé le ton au sujet du protocole lié aux tests Covid-19. Le capitaine de la sélection, Bertrand Traoré, a même dénoncé ce samedi \"un scandale\".

", + "content": "Opposé dimanche (17h) au Cameroun pour l'ouverture de la Coupe d'Afrique des Nations 2022, le Burkina Faso a haussé le ton au sujet du protocole lié aux tests Covid-19. Le capitaine de la sélection, Bertrand Traoré, a même dénoncé ce samedi \"un scandale\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-le-depart-de-woodward-fixe-du-changement-dans-l-etat-major-du-club_AV-202201060294.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-premier-adversaire-du-cameroun-le-burkina-crie-au-scandale-apres-d-etonnants-tests-covid_AV-202201080133.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 12:49:34 GMT", - "enclosure": "https://images.bfmtv.com/o6eLejf2vK56RjRHWoG-uxHlkp8=/0x55:1488x892/800x0/images/Ed-Woodward-1014563.jpg", + "pubDate": "Sat, 08 Jan 2022 12:59:03 GMT", + "enclosure": "https://images.bfmtv.com/WtEgpo0aMFmsX0VsLKtk7Hk_Qk8=/0x172:2048x1324/800x0/images/Burkina-Faso-v-Cameroun-24-01-2021-1211033.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/o6eLejf2vK56RjRHWoG-uxHlkp8=/0x55:1488x892/800x0/images/Ed-Woodward-1014563.jpg", + "image": "https://images.bfmtv.com/WtEgpo0aMFmsX0VsLKtk7Hk_Qk8=/0x172:2048x1324/800x0/images/Burkina-Faso-v-Cameroun-24-01-2021-1211033.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37814,42 +38870,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "5241229682c0a549ff9badfe9e1757d4", + "hash": "afff2d99c07fda253d5daa2093c5b49e", "highlights": [] }, { - "title": "Bordeaux-OM: Lopes \"comprend le sentiment des supporters\" après le communiqué cinglant des ultras", - "description": "Admar Lopes a été interrogé ce jeudi sur la décision d’organiser Bordeaux-OM à huis clos, compte tenu de l'incertitude autour du sort de la rencontre de Ligue 1. Mais le directeur technique des Girondins a dit comprendre la colère des supporters bordelais, qui se sont fendu d'un communiqué cinglant mercredi.

", - "content": "Admar Lopes a été interrogé ce jeudi sur la décision d’organiser Bordeaux-OM à huis clos, compte tenu de l'incertitude autour du sort de la rencontre de Ligue 1. Mais le directeur technique des Girondins a dit comprendre la colère des supporters bordelais, qui se sont fendu d'un communiqué cinglant mercredi.

", + "title": "PSG: Pochettino rassure sur l'état de forme d'Icardi après une étonnante photo", + "description": "Passé en conférence de presse ce samedi à la veille du choc face à l'OL (ce dimanche à 20h45), lors de la 20e journée de Ligue 1, Mauricio Pochettino a donné des nouvelles de l'état de forme de Mauro Icardi. Face à la pénurie de joueurs offensifs, l'entraîneur du PSG pourrait associer l'attaquant argentin à Kylian Mbappé, même si les deux hommes ont peu joué ensemble cette saison.

", + "content": "Passé en conférence de presse ce samedi à la veille du choc face à l'OL (ce dimanche à 20h45), lors de la 20e journée de Ligue 1, Mauricio Pochettino a donné des nouvelles de l'état de forme de Mauro Icardi. Face à la pénurie de joueurs offensifs, l'entraîneur du PSG pourrait associer l'attaquant argentin à Kylian Mbappé, même si les deux hommes ont peu joué ensemble cette saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-lopes-comprend-le-sentiment-des-supporters-apres-le-communique-cinglant-des-ultras_AV-202201060291.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pochettino-rassure-sur-l-etat-de-forme-d-icardi-apres-une-etonnante-photo_AV-202201080132.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 12:40:46 GMT", - "enclosure": "https://images.bfmtv.com/LDQzdq7oyc8HKL5O2UHdRhLYmM0=/0x150:2048x1302/800x0/images/Admar-Lopes-aux-cotes-de-Vladimir-Petkovic-1209769.jpg", + "pubDate": "Sat, 08 Jan 2022 12:57:43 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/LDQzdq7oyc8HKL5O2UHdRhLYmM0=/0x150:2048x1302/800x0/images/Admar-Lopes-aux-cotes-de-Vladimir-Petkovic-1209769.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", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "7c24a14737059bcc3fe444388f348383", + "hash": "70fea2cebc8b78cb652457dcc39c1b8f", "highlights": [] }, { - "title": "Le sport face au covid en direct: Troyes veut reporter son match à Montpellier", - "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", - "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "title": "Le mercato en direct: Insigne rejoindra la MLS la saison prochaine", + "description": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", + "content": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/le-sport-face-au-coronavirus-suivez-toutes-les-infos-en-direct_LN-202201060115.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/le-mercato-en-direct-les-infos-et-rumeurs-du-6-janvier-2022_LN-202201060107.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 07:32:06 GMT", - "enclosure": "https://images.bfmtv.com/kSC_tHgKYczp0AZOdluddhy2hk0=/0x0:1792x1008/800x0/images/Adil-Rami-Troyes-1177340.jpg", + "pubDate": "Thu, 06 Jan 2022 07:20:37 GMT", + "enclosure": "https://images.bfmtv.com/21K-e8ya2o2vUxjhdzqmz0lgqFs=/0x0:2048x1152/800x0/images/Lorenzo-Insigne-1167111.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/kSC_tHgKYczp0AZOdluddhy2hk0=/0x0:1792x1008/800x0/images/Adil-Rami-Troyes-1177340.jpg", + "image": "https://images.bfmtv.com/21K-e8ya2o2vUxjhdzqmz0lgqFs=/0x0:2048x1152/800x0/images/Lorenzo-Insigne-1167111.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37858,20 +38914,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dfa851d9bedae77972d87d33bc5a3acd", + "hash": "37440ee31073483e02d9336eba763536", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari du jour du 6 janvier - Série A - Italie", - "description": "Notre pronostic: la Juventus ne perd pas contre Naples et les deux équipes marquent (2.10)

", - "content": "Notre pronostic: la Juventus ne perd pas contre Naples et les deux équipes marquent (2.10)

", + "title": "PRONOS PARIS RMC Le pari du jour du 8 janvier - Ligue 1", + "description": "Notre pronostic: Rennes ne perd pas à Lens, Laborde ou Terrier marque... s'ils jouent (2.05)

", + "content": "Notre pronostic: Rennes ne perd pas à Lens, Laborde ou Terrier marque... s'ils jouent (2.05)

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-6-janvier-serie-a-italie_AN-202201050448.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-8-janvier-ligue-1_AN-202201070349.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 23:04:00 GMT", - "enclosure": "https://images.bfmtv.com/gV3upP7Pb64OMD7e7kN2_o_qwm4=/0x104:1984x1220/800x0/images/Morata-et-Kean-Juventus-1208008.jpg", + "pubDate": "Fri, 07 Jan 2022 23:04:00 GMT", + "enclosure": "https://images.bfmtv.com/fXqtM3Yii6oQ-AkXDKIsrkFX250=/0x104:2000x1229/800x0/images/Terrier-et-Laborde-Rennes-1210571.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/gV3upP7Pb64OMD7e7kN2_o_qwm4=/0x104:1984x1220/800x0/images/Morata-et-Kean-Juventus-1208008.jpg", + "image": "https://images.bfmtv.com/fXqtM3Yii6oQ-AkXDKIsrkFX250=/0x104:2000x1229/800x0/images/Terrier-et-Laborde-Rennes-1210571.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37880,20 +38936,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "66af61e5db5867f5fdf4b6fdb1453d15", + "hash": "3f9289aab8e3ced478e18bc47ac0db47", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari football de Coach Courbis du 6 janvier - Série A - Italie", - "description": "Mon pronostic : la Juventus bat Naples et les deux équipes marquent (3.55)

", - "content": "Mon pronostic : la Juventus bat Naples et les deux équipes marquent (3.55)

", + "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier du 8 janvier – Ligue 1", + "description": "Mon pronostic : Rennes ne perd pas à Lens, nul à la mi-temps et les deux équipes marquent (5.00)

", + "content": "Mon pronostic : Rennes ne perd pas à Lens, nul à la mi-temps et les deux équipes marquent (5.00)

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-6-janvier-serie-a-italie_AN-202201060289.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-8-janvier-ligue-1_AN-202201080122.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 12:36:35 GMT", - "enclosure": "https://images.bfmtv.com/ksYf9REhy-s4PI4mmDa0aOsXHc8=/0x7:2000x1132/800x0/images/Juventus-1209760.jpg", + "pubDate": "Sat, 08 Jan 2022 12:25:51 GMT", + "enclosure": "https://images.bfmtv.com/vbD6dwlbV90jS7o4bN6MtITT-a8=/0x20:1984x1136/800x0/images/B-Bourigeaud-1211017.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ksYf9REhy-s4PI4mmDa0aOsXHc8=/0x7:2000x1132/800x0/images/Juventus-1209760.jpg", + "image": "https://images.bfmtv.com/vbD6dwlbV90jS7o4bN6MtITT-a8=/0x20:1984x1136/800x0/images/B-Bourigeaud-1211017.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37902,20 +38958,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "97ad04ad58c1921da4d093fd2f8ef771", + "hash": "f9e53d2d99a56cd51da0f8670ba2e7e5", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 6 janvier – NBA", - "description": "Mon pronostic : Phoenix bat les Clippers et Booker marque au moins 25 points (1.74)

", - "content": "Mon pronostic : Phoenix bat les Clippers et Booker marque au moins 25 points (1.74)

", + "title": "PRONOS PARIS RMC Le pari football de Rolland Courbis du 8 janvier – Ligue 1", + "description": "Mon pronostic : Rennes ne perd pas à Lens, les deux équipes marquent et Laborde buteur (4.50)

", + "content": "Mon pronostic : Rennes ne perd pas à Lens, les deux équipes marquent et Laborde buteur (4.50)

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-6-janvier-nba_AN-202201060286.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-rolland-courbis-du-8-janvier-ligue-1_AN-202201080121.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 12:33:04 GMT", - "enclosure": "https://images.bfmtv.com/_HZKKRDqafv0kBScp6JkgK3OU_Q=/0x0:2000x1125/800x0/images/D-Booker-1209772.jpg", + "pubDate": "Sat, 08 Jan 2022 12:24:05 GMT", + "enclosure": "https://images.bfmtv.com/OAHDsrUdV5tDsyYS0U6SseEldzQ=/7x107:1991x1223/800x0/images/G-Laborde-1211016.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/_HZKKRDqafv0kBScp6JkgK3OU_Q=/0x0:2000x1125/800x0/images/D-Booker-1209772.jpg", + "image": "https://images.bfmtv.com/OAHDsrUdV5tDsyYS0U6SseEldzQ=/7x107:1991x1223/800x0/images/G-Laborde-1211016.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37924,20 +38980,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c10e168c45bdaede63bda74de9e83a3f", + "hash": "593e66fbadd099910d1ec9af4176f505", "highlights": [] }, { - "title": "\"On n’est pas respectés\", la colère de Lopes sur le maintien de Bordeaux-OM, un forfait pas exclu", - "description": "Touché par de nombreux cas de Covid, Bordeaux a demandé le report de son match contre l’OM, prévu ce vendredi lors de la 20e journée de Ligue 1 (21h). Mais la LFP a refusé. De quoi mettre en colère la direction des Girondins, a l’image d’Admar Lopes.

", - "content": "Touché par de nombreux cas de Covid, Bordeaux a demandé le report de son match contre l’OM, prévu ce vendredi lors de la 20e journée de Ligue 1 (21h). Mais la LFP a refusé. De quoi mettre en colère la direction des Girondins, a l’image d’Admar Lopes.

", + "title": "PSG: Messi forfait contre l'OL, d'autres absences de taille côté parisien", + "description": "Le PSG sera opposé dimanche à l’Olympique Lyonnais pour la 20e journée de Ligue 1. Une rencontre où les Parisiens ne pourront pas compter sur Lionel Messi. Dans son point médical de ce samedi, le leader du championnat a aussi annoncé sept autres absents.

", + "content": "Le PSG sera opposé dimanche à l’Olympique Lyonnais pour la 20e journée de Ligue 1. Une rencontre où les Parisiens ne pourront pas compter sur Lionel Messi. Dans son point médical de ce samedi, le leader du championnat a aussi annoncé sept autres absents.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/on-n-est-pas-respectes-la-colere-de-lopes-sur-le-maintien-de-bordeaux-om-un-forfait-pas-exclu_AV-202201060285.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-messi-forfait-contre-l-ol-d-autres-absences-de-taille-cote-parisien_AV-202201080116.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 12:30:18 GMT", - "enclosure": "https://images.bfmtv.com/18VEvgXR5BF3YzEedQ0sRPg_7Jw=/0x47:2048x1199/800x0/images/Admar-Lopes-1103918.jpg", + "pubDate": "Sat, 08 Jan 2022 12:03:25 GMT", + "enclosure": "https://images.bfmtv.com/-gKW9IUS-Jh-YyJzGw83vLcdK2Y=/0x19:768x451/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/18VEvgXR5BF3YzEedQ0sRPg_7Jw=/0x47:2048x1199/800x0/images/Admar-Lopes-1103918.jpg", + "image": "https://images.bfmtv.com/-gKW9IUS-Jh-YyJzGw83vLcdK2Y=/0x19:768x451/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", @@ -37946,20 +39002,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d7868b54dc7bb63bc66699bd97fb8fd", + "hash": "44b6ca7bbc2cd49146126bfaf6c6e1d8", "highlights": [] }, { - "title": "Ligue 1 en direct: Messi a repris avec le PSG mais à part", - "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.

", + "title": "Open d'Australie: Djokovic a participé à un événement public... après son test positif au Covid", + "description": "Nouvelle polémique en vue pour Novak Djokovic. Le tennisman serbe, qui a tenté d'obtenir une dérogation médicale pour l'Open d'Australie après avoir contracté le Covid-19 mi-décembre, a participé après la date de son test positif à un événement public, sans masque.

", + "content": "Nouvelle polémique en vue pour Novak Djokovic. Le tennisman serbe, qui a tenté d'obtenir une dérogation médicale pour l'Open d'Australie après avoir contracté le Covid-19 mi-décembre, a participé après la date de son test positif à un événement public, sans masque.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-suivez-toutes-les-infos-de-la-20e-journee_LN-202201050142.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-djokovic-a-participe-a-un-evenement-public-apres-son-test-positif-au-covid_AV-202201080113.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 08:19:35 GMT", - "enclosure": "https://images.bfmtv.com/GSl5GZAzmx9t11cy_Z_PFAghj4o=/0x65:2048x1217/800x0/images/Lionel-Messi-1184826.jpg", + "pubDate": "Sat, 08 Jan 2022 11:57:04 GMT", + "enclosure": "https://images.bfmtv.com/FmrGyUZ-bTfCAW2yZa3fBB85Lng=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-6-novembre-2021-1210035.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/FmrGyUZ-bTfCAW2yZa3fBB85Lng=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-6-novembre-2021-1210035.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37968,20 +39024,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "27b230bc99b10e840df40167c1266359", + "hash": "81000a5cdf75dbc7b7cd0e81feeb2c4c", "highlights": [] }, { - "title": "Mercato: Matuidi pisté par Troyes cet hiver?", - "description": "Blaise Matuidi dispose encore d’un an de contrat avec l’Inter Miami en MLS mais le nom du milieu de terrain circule en Ligue 1. A la recherche de renforts, Troyes aimerait rapatrier le joueur de 34 ans dans son club formateur, pendant le mercato hivernal.

", - "content": "Blaise Matuidi dispose encore d’un an de contrat avec l’Inter Miami en MLS mais le nom du milieu de terrain circule en Ligue 1. A la recherche de renforts, Troyes aimerait rapatrier le joueur de 34 ans dans son club formateur, pendant le mercato hivernal.

", + "title": "Manchester United: le clan Pogba dément une offre de prolongation XXL", + "description": "Alors qu'il est en fin de contrat en juin 2022 avec Manchester United, l’avenir de Paul Pogba est attentivement scruté. Cette semaine, The Sun évoquait une offre de prolongation transmise au milieu de terrain par les Mancuniens. Une information démentie par un proche du Français, auprès du Daily Mail.

", + "content": "Alors qu'il est en fin de contrat en juin 2022 avec Manchester United, l’avenir de Paul Pogba est attentivement scruté. Cette semaine, The Sun évoquait une offre de prolongation transmise au milieu de terrain par les Mancuniens. Une information démentie par un proche du Français, auprès du Daily Mail.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-matuidi-piste-par-troyes-cet-hiver_AV-202201060281.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/manchester-united-le-clan-pogba-dement-une-offre-de-prolongation-xxl_AV-202201080103.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 12:16:25 GMT", - "enclosure": "https://images.bfmtv.com/gFRW3TGv7SiOJHlG5slrdhPufGc=/0x0:2048x1152/800x0/images/Blaise-Matuidi-lors-d-un-match-de-MLS-avec-l-Inter-Miami-1209715.jpg", + "pubDate": "Sat, 08 Jan 2022 11:27:54 GMT", + "enclosure": "https://images.bfmtv.com/pjz7BvDzkBjHDBeXbVpDyj2JSTE=/0x52:2048x1204/800x0/images/Paul-Pogba-1168884.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/gFRW3TGv7SiOJHlG5slrdhPufGc=/0x0:2048x1152/800x0/images/Blaise-Matuidi-lors-d-un-match-de-MLS-avec-l-Inter-Miami-1209715.jpg", + "image": "https://images.bfmtv.com/pjz7BvDzkBjHDBeXbVpDyj2JSTE=/0x52:2048x1204/800x0/images/Paul-Pogba-1168884.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -37990,20 +39046,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f93927c8912bc41c9ccf5261c9bc20ff", + "hash": "195e6890f172d3b0626d3fe54ddb327d", "highlights": [] }, { - "title": "Bordeaux-OM (J-1) en direct: suivez la conférence de presse de Marseille", - "description": "Suivez en direct ce jeudi les conférences de presse avant le match entre Bordeaux et l'OM, vendredi (21h, 20e journée de Ligue 1). Les Girondins, touchés par le covid, ont demandé le report de la rencontre.

", - "content": "Suivez en direct ce jeudi les conférences de presse avant le match entre Bordeaux et l'OM, vendredi (21h, 20e journée de Ligue 1). Les Girondins, touchés par le covid, ont demandé le report de la rencontre.

", + "title": "Bordeaux-OM: Ocampos a chambré Koundé dans le vestiaire de Séville", + "description": "Grâce à un but de Cengiz Under, l’Olympique de Marseille a mis fin ce vendredi à une série de 44 ans sans victoire à Bordeaux. Une rencontre suivie par deux anciens de la Ligue 1, aujourd’hui coéquipiers au Séville FC: Lucas Ocampos et Jules Koundé. L’occasion pour l'ex-Olympien de chambrer l'ex-Girondin.

", + "content": "Grâce à un but de Cengiz Under, l’Olympique de Marseille a mis fin ce vendredi à une série de 44 ans sans victoire à Bordeaux. Une rencontre suivie par deux anciens de la Ligue 1, aujourd’hui coéquipiers au Séville FC: Lucas Ocampos et Jules Koundé. L’occasion pour l'ex-Olympien de chambrer l'ex-Girondin.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-j-1-en-direct-suivez-les-confs-de-petkovic-et-sampaoli_LN-202201060200.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-ocampos-a-chambre-kounde-dans-le-vestiaire-de-seville_AV-202201080092.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 10:07:07 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": "Sat, 08 Jan 2022 10:59:45 GMT", + "enclosure": "https://images.bfmtv.com/3cGUamZt5OnYDRTXmOBZGgkfAgM=/0x135:2048x1287/800x0/images/Lucas-Ocampos-1210989.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/S6P-ly-VyNAbiAX4H3XrRgIkbEA=/0x106:2048x1258/800x0/images/Jorge-Sampaoli-en-conference-de-presse-avec-l-OM-1159133.jpg", + "image": "https://images.bfmtv.com/3cGUamZt5OnYDRTXmOBZGgkfAgM=/0x135:2048x1287/800x0/images/Lucas-Ocampos-1210989.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38012,20 +39068,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "546964d5b52515a4993f42dcaaa9c96e", + "hash": "e22950bfdc9bcbd9d40d62fedd538b98", "highlights": [] }, { - "title": "Le sport face au covid en direct: gros cluster à Manchester City, Guardiola positif", - "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", - "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "title": "Format, organisation, favoris... Les clés de la CAN 2022 avant le grand coup d'envoi", + "description": "Avec trois ans de retard, la 33e édition de la Coupe d'Afrique des Nations pose ses valises au Cameroun à partir de dimanche et jusqu'au 6 février. En plus du pays hôte, on y retrouvera le plateau habituel de favoris, avec en tête l'Algérie et le Sénégal.

", + "content": "Avec trois ans de retard, la 33e édition de la Coupe d'Afrique des Nations pose ses valises au Cameroun à partir de dimanche et jusqu'au 6 février. En plus du pays hôte, on y retrouvera le plateau habituel de favoris, avec en tête l'Algérie et le Sénégal.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/le-sport-face-au-coronavirus-suivez-toutes-les-infos-en-direct_LN-202201060115.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/format-organisation-favoris-les-cles-de-la-can-2022-avant-le-grand-coup-d-envoi_AV-202201080085.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 07:32:06 GMT", - "enclosure": "https://images.bfmtv.com/brg6yR3Ig64bfEalMMcGo3uWHLM=/0x22:768x454/800x0/images/L-entraineur-espagnol-de-Manchester-City-Pep-Guardiola-lors-de-la-defaite-a-domicile-2-0-face-a-Crystal-Palace-au-cours-de-la-10e-journee-de-Premier-League-le-30-octobre-2021-a-l-Etihad-Stadium-1157092.jpg", + "pubDate": "Sat, 08 Jan 2022 10:43:04 GMT", + "enclosure": "https://images.bfmtv.com/jlDeZ07ZYm1T778AGwnwa_DxamM=/0x0:2048x1152/800x0/images/Yacine-Brahimi-et-Riyad-Mahrez-lors-de-la-victoire-de-l-Algerie-a-la-CAN-le-19-juillet-2019-1210916.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/brg6yR3Ig64bfEalMMcGo3uWHLM=/0x22:768x454/800x0/images/L-entraineur-espagnol-de-Manchester-City-Pep-Guardiola-lors-de-la-defaite-a-domicile-2-0-face-a-Crystal-Palace-au-cours-de-la-10e-journee-de-Premier-League-le-30-octobre-2021-a-l-Etihad-Stadium-1157092.jpg", + "image": "https://images.bfmtv.com/jlDeZ07ZYm1T778AGwnwa_DxamM=/0x0:2048x1152/800x0/images/Yacine-Brahimi-et-Riyad-Mahrez-lors-de-la-victoire-de-l-Algerie-a-la-CAN-le-19-juillet-2019-1210916.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38034,20 +39090,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8609c7f8db87269b44e6733a60a4e41", + "hash": "2f259110cbe0c4d0d359e4ea6fee8ef5", "highlights": [] }, { - "title": "Barça: le retour de la piste Martial, après l’échec du dossier Morata", - "description": "Voulant s’attacher les services d’un buteur pour la deuxième partie de saison, le FC Barcelone s’intéresserait, selon Sport, à la situation d’Anthony Martial. Après l’échec de la piste Alvaro Morata, les Catalans ne seraient pas fermés à l’idée de proposer un prêt avec une option d’achat de 40 millions d'euros à Manchester United.

", - "content": "Voulant s’attacher les services d’un buteur pour la deuxième partie de saison, le FC Barcelone s’intéresserait, selon Sport, à la situation d’Anthony Martial. Après l’échec de la piste Alvaro Morata, les Catalans ne seraient pas fermés à l’idée de proposer un prêt avec une option d’achat de 40 millions d'euros à Manchester United.

", + "title": "Open d'Australie: l'appel de Djokovic sera télévisé", + "description": "Logé dans un centre de rétention en attendant le verdict de son appel, pour sa demande de visa qui a été refusée par les autorités australiennes, Novak Djokovic sera fixé ce lundi. Le gouvernement a par ailleurs indiqué que l'audience sera retransmise en direct, qui permettra de savoir si le joueur de 34 ans pourra participer à la prochaine édition de l'Open d'Australie.

", + "content": "Logé dans un centre de rétention en attendant le verdict de son appel, pour sa demande de visa qui a été refusée par les autorités australiennes, Novak Djokovic sera fixé ce lundi. Le gouvernement a par ailleurs indiqué que l'audience sera retransmise en direct, qui permettra de savoir si le joueur de 34 ans pourra participer à la prochaine édition de l'Open d'Australie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/barca-le-retour-de-la-piste-martial-apres-l-echec-du-dossier-morata_AV-202201060279.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-l-appel-de-djokovic-sera-televise_AV-202201080075.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 12:05:35 GMT", - "enclosure": "https://images.bfmtv.com/Gsadc6Y9kpSH8kubxJtxP75QLD4=/0x0:1936x1089/800x0/images/Anthony-Martial-1195120.jpg", + "pubDate": "Sat, 08 Jan 2022 10:19:43 GMT", + "enclosure": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Gsadc6Y9kpSH8kubxJtxP75QLD4=/0x0:1936x1089/800x0/images/Anthony-Martial-1195120.jpg", + "image": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38056,20 +39112,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "53e22bacd1e4d4490cfe0b0d595cd048", + "hash": "c7977919a74dbee120c6a40b88d918d6", "highlights": [] }, { - "title": "NBA: de retour sur les parquets mais non vacciné, Irving ne demande aucune dérogation", - "description": "Ecarté par les Brooklyn Nets en début de saison devant son refus de se faire vacciner, Kyrie Irving a pu retrouver la compétition en participant à la victoire de son équipe face aux Indiana Pacers. Devant la presse, l’arrière assure assumer son choix et ne demande aucune dérogation pour disputer plus de rencontres.

", - "content": "Ecarté par les Brooklyn Nets en début de saison devant son refus de se faire vacciner, Kyrie Irving a pu retrouver la compétition en participant à la victoire de son équipe face aux Indiana Pacers. Devant la presse, l’arrière assure assumer son choix et ne demande aucune dérogation pour disputer plus de rencontres.

", + "title": "PSG en direct: Ramos et de nombreux jeunes dans le groupe face à l'OL", + "description": "Le PSG se déplacera dimanche soir au Groupama Stadium (20h45) pour y défier l'OL en clôture de la 20e journée de Ligue 1. Après la conférence de presse de l'entraîneur parisien Mauricio Pochettino, le groupe parisien décimé par l'absence de nombreux joueurs positifs au Covid, commence à se dessiner. De nombreux jeunes seront du voyage dans le Rhône.

", + "content": "Le PSG se déplacera dimanche soir au Groupama Stadium (20h45) pour y défier l'OL en clôture de la 20e journée de Ligue 1. Après la conférence de presse de l'entraîneur parisien Mauricio Pochettino, le groupe parisien décimé par l'absence de nombreux joueurs positifs au Covid, commence à se dessiner. De nombreux jeunes seront du voyage dans le Rhône.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/nba/nba-de-retour-sur-les-parquets-mais-non-vaccine-irving-ne-demande-aucune-derogation_AV-202201060261.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-en-direct-la-conf-de-pochettino-avant-le-choc-contre-l-ol_LN-202201080068.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 11:49:26 GMT", - "enclosure": "https://images.bfmtv.com/RhmQtQnN5eiLbKsOz4nn9Np2Dik=/0x26:752x449/800x0/images/Le-meneur-star-des-Brooklyn-Nets-Kyrie-Irving-en-action-sur-le-parquet-des-Pacers-d-Indiana-pour-son-retour-a-la-competition-le-5-janvier-2022-1209623.jpg", + "pubDate": "Sat, 08 Jan 2022 09:59:16 GMT", + "enclosure": "https://images.bfmtv.com/JwAR07WP8cy0_Jlz43by5bA_nus=/0x121:2048x1273/800x0/images/Xavi-Simons-et-Edouard-Michut-1203683.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/RhmQtQnN5eiLbKsOz4nn9Np2Dik=/0x26:752x449/800x0/images/Le-meneur-star-des-Brooklyn-Nets-Kyrie-Irving-en-action-sur-le-parquet-des-Pacers-d-Indiana-pour-son-retour-a-la-competition-le-5-janvier-2022-1209623.jpg", + "image": "https://images.bfmtv.com/JwAR07WP8cy0_Jlz43by5bA_nus=/0x121:2048x1273/800x0/images/Xavi-Simons-et-Edouard-Michut-1203683.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38078,42 +39134,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4935379016ad22f3b5ce4fac16ea1bc", + "hash": "8cc1fdcb53c0e6f33f7e15c1087fcecc", "highlights": [] }, { - "title": "CAN 2022: polémique autour d'Aubameyang et Lemina, vus en boîte de nuit puis positifs au Covid", - "description": "A trois jours du début de la CAN 2022, Pierre-Emerick Aubameyang et Mario Lemina ont été testés positifs au Covid-19 ce jeudi. Les deux joueurs avaient été vus en boîte de nuit et sans masque quelques jours plus tôt, en marge de leur stage de préparation.

", - "content": "A trois jours du début de la CAN 2022, Pierre-Emerick Aubameyang et Mario Lemina ont été testés positifs au Covid-19 ce jeudi. Les deux joueurs avaient été vus en boîte de nuit et sans masque quelques jours plus tôt, en marge de leur stage de préparation.

", + "title": "Tottenham: Conte met déjà la pression à sa direction", + "description": "En conférence de presse vendredi, avant un match comptant pour le 3e Tour de FA Cup, Antonio Conte est revenu sur ses objectfis avec Tottenham, où il s'est engagé en novembre dernier jusqu'en juin 2023. Le technicien italien invite l'ensemble du club à s'aligner sur ses ambitions, forcément élevées.

", + "content": "En conférence de presse vendredi, avant un match comptant pour le 3e Tour de FA Cup, Antonio Conte est revenu sur ses objectfis avec Tottenham, où il s'est engagé en novembre dernier jusqu'en juin 2023. Le technicien italien invite l'ensemble du club à s'aligner sur ses ambitions, forcément élevées.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-polemique-autour-d-aubameyang-et-lemina-vus-en-boite-de-nuit-puis-positifs-au-covid_AV-202201060243.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/tottenham-conte-met-deja-la-pression-a-sa-direction_AV-202201080055.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 11:29:52 GMT", - "enclosure": "https://images.bfmtv.com/hUZ_eiC_gwLhSjlkWBxootfMcTY=/0x40:768x472/800x0/images/La-joie-de-l-attaquant-gabonais-d-Arsenal-Pierre-Emerick-Aubameyang-apres-avoir-marque-le-2e-but-contre-Tottenham-lors-de-leur-match-de-Premier-League-le-26-septembre-2021-a-l-Emirates-Stadium-a-Londres-1135517.jpg", + "pubDate": "Sat, 08 Jan 2022 09:33:30 GMT", + "enclosure": "https://images.bfmtv.com/MoVp1pNIsIX7Pk0dmtmho4USKjA=/0x49:2048x1201/800x0/images/Antonio-Conte-1208192.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/hUZ_eiC_gwLhSjlkWBxootfMcTY=/0x40:768x472/800x0/images/La-joie-de-l-attaquant-gabonais-d-Arsenal-Pierre-Emerick-Aubameyang-apres-avoir-marque-le-2e-but-contre-Tottenham-lors-de-leur-match-de-Premier-League-le-26-septembre-2021-a-l-Emirates-Stadium-a-Londres-1135517.jpg", + "image": "https://images.bfmtv.com/MoVp1pNIsIX7Pk0dmtmho4USKjA=/0x49:2048x1201/800x0/images/Antonio-Conte-1208192.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "3e86cead6c15dafe084a8e1957182faa", + "hash": "b7ccf0d35afacd3c190f63b9bf2a3e78", "highlights": [] }, { - "title": "Vers un retrait de la Grande-Bretagne pour l'organisation de la Coupe du monde 2030?", - "description": "Selon le Times, la Grande-Bretagne et l’Irlande pourraient renoncer à leur candidature pour l’organisation de la Coupe du monde 2030. Et se rabattraient plutôt sur l’Euro 2028.

", - "content": "Selon le Times, la Grande-Bretagne et l’Irlande pourraient renoncer à leur candidature pour l’organisation de la Coupe du monde 2030. Et se rabattraient plutôt sur l’Euro 2028.

", + "title": "OM: l'accueil bouillant des supporters après la victoire historique à Bordeaux", + "description": "Victorieux vendredi soir à Bordeaux (1-0) pour la première fois depuis 1977, les joueurs de l'OM ont eu droit à un accueil bouillant au milieu de la nuit, à leur retour à l'aéroport de Marignane.

", + "content": "Victorieux vendredi soir à Bordeaux (1-0) pour la première fois depuis 1977, les joueurs de l'OM ont eu droit à un accueil bouillant au milieu de la nuit, à leur retour à l'aéroport de Marignane.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/vers-un-retrait-de-la-grande-bretagne-pour-l-organisation-de-la-coupe-du-monde-2030_AV-202201060240.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-l-accueil-bouillant-des-supporters-apres-la-victoire-historique-a-bordeaux_AV-202201080050.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 11:23:18 GMT", - "enclosure": "https://images.bfmtv.com/KxKffygD1PrIdvafvqxipzYhClk=/0x105:2048x1257/800x0/images/Gareth-Southgate-1066175.jpg", + "pubDate": "Sat, 08 Jan 2022 09:22:54 GMT", + "enclosure": "https://images.bfmtv.com/VuML4IwiUrszuYQB8nUd5opRYso=/2x14:1282x734/800x0/images/Amine-Harit-et-Matteo-Guendouzi-1210932.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/KxKffygD1PrIdvafvqxipzYhClk=/0x105:2048x1257/800x0/images/Gareth-Southgate-1066175.jpg", + "image": "https://images.bfmtv.com/VuML4IwiUrszuYQB8nUd5opRYso=/2x14:1282x734/800x0/images/Amine-Harit-et-Matteo-Guendouzi-1210932.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38122,20 +39178,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "32efaa5db8fe7f63d6eef5bbc17883e6", + "hash": "3c63662214a2ce46de1e84a97dd6381d", "highlights": [] }, { - "title": "Lyon: Charlie Ngatai parti pour rester?", - "description": "Le centre international néo-zélandais Charlie Ngatai pourrait finalement toujours porter les couleurs du LOU la saison prochaine.

", - "content": "Le centre international néo-zélandais Charlie Ngatai pourrait finalement toujours porter les couleurs du LOU la saison prochaine.

", + "title": "PSG en direct: de nombreux jeunes dans le groupe parisien face à l'OL", + "description": "Le PSG se déplacera dimanche soir au Groupama Stadium (20h45) pour y défier l'OL en clôture de la 20e journée de Ligue 1. Après la conférence de presse de l'entraîneur parisien Mauricio Pochettino, le groupe parisien décimé par l'absence de nombreux joueurs positifs au Covid, commence à se dessiner. De nombreux jeunes seront du voyage dans le Rhône.

", + "content": "Le PSG se déplacera dimanche soir au Groupama Stadium (20h45) pour y défier l'OL en clôture de la 20e journée de Ligue 1. Après la conférence de presse de l'entraîneur parisien Mauricio Pochettino, le groupe parisien décimé par l'absence de nombreux joueurs positifs au Covid, commence à se dessiner. De nombreux jeunes seront du voyage dans le Rhône.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/lyon-charlie-ngatai-parti-pour-rester_AV-202201060235.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-en-direct-la-conf-de-pochettino-avant-le-choc-contre-l-ol_LN-202201080068.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 11:17:53 GMT", - "enclosure": "https://images.bfmtv.com/ZpSnOmhW7xiyw5PW2iEm597Zg5Y=/0x128:2048x1280/800x0/images/Charlie-Ngatai-LOU-1209703.jpg", + "pubDate": "Sat, 08 Jan 2022 09:59:16 GMT", + "enclosure": "https://images.bfmtv.com/JwAR07WP8cy0_Jlz43by5bA_nus=/0x121:2048x1273/800x0/images/Xavi-Simons-et-Edouard-Michut-1203683.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ZpSnOmhW7xiyw5PW2iEm597Zg5Y=/0x128:2048x1280/800x0/images/Charlie-Ngatai-LOU-1209703.jpg", + "image": "https://images.bfmtv.com/JwAR07WP8cy0_Jlz43by5bA_nus=/0x121:2048x1273/800x0/images/Xavi-Simons-et-Edouard-Michut-1203683.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38144,20 +39200,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfc739857f1253140a7464ef0fca57c0", + "hash": "f4929ebd522561183d4e273a544f6e23", "highlights": [] }, { - "title": "OM: plusieurs joueurs absents de l’entraînement avant Bordeaux, dont certains positifs au Covid", - "description": "Plusieurs joueurs de l'OM étaient absents de la séance d’entraînement programmée ce jeudi à la veille du déplacement à Bordeaux, prévu vendredi (21h, 20e journée de Ligue 1). Certains d’entre eux sont positifs au Covid.

", - "content": "Plusieurs joueurs de l'OM étaient absents de la séance d’entraînement programmée ce jeudi à la veille du déplacement à Bordeaux, prévu vendredi (21h, 20e journée de Ligue 1). Certains d’entre eux sont positifs au Covid.

", + "title": "OL: \"Il a changé ma vie\", le bel hommage de Paqueta pour Juninho", + "description": "Dans un entretien donné à Prime Vidéo, le Lyonnais Lucas Paqueta s'est confié sur les liens qui l'unissent à Juninho. L'ancien directeur sportif de l'OL avait poussé pour le faire venir à Lyon en 2020.

", + "content": "Dans un entretien donné à Prime Vidéo, le Lyonnais Lucas Paqueta s'est confié sur les liens qui l'unissent à Juninho. L'ancien directeur sportif de l'OL avait poussé pour le faire venir à Lyon en 2020.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-plusieurs-joueurs-absents-de-l-entrainement-avant-bordeaux-dont-certains-positifs-au-covid_AV-202201060232.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-il-a-change-ma-vie-le-bel-hommage-de-paqueta-pour-juninho_AV-202201080039.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 11:09:37 GMT", - "enclosure": "https://images.bfmtv.com/o_GNMXiCGJ8mXpV7bLEWpPXRHP4=/0x52:2048x1204/800x0/images/Arkadiusz-Milik-et-Valentin-Rongier-etaient-absents-de-l-entrainement-ce-jeudi-1209695.jpg", + "pubDate": "Sat, 08 Jan 2022 08:46:02 GMT", + "enclosure": "https://images.bfmtv.com/8z50jiMlrqDfivPnhwX1G8VFw70=/0x36:2048x1188/800x0/images/Lucas-PAQUETA-le-19-09-2021-1210904.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/o_GNMXiCGJ8mXpV7bLEWpPXRHP4=/0x52:2048x1204/800x0/images/Arkadiusz-Milik-et-Valentin-Rongier-etaient-absents-de-l-entrainement-ce-jeudi-1209695.jpg", + "image": "https://images.bfmtv.com/8z50jiMlrqDfivPnhwX1G8VFw70=/0x36:2048x1188/800x0/images/Lucas-PAQUETA-le-19-09-2021-1210904.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38166,20 +39222,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5912cc03146e18790b133b63e442a150", + "hash": "cbf190e2e881eb4737bfcf138aa7f831", "highlights": [] }, { - "title": "Roma: Smalling se fait finalement vacciner face à la menace de ne plus jouer", - "description": "Opposé au vaccin contre le Covid-19, Chris Smalling va finalement se résoudre à la piqûre. La crainte de ne plus être autorisé semble avoir convaincu le défenseur de l’AS Roma de se faire vacciner.

", - "content": "Opposé au vaccin contre le Covid-19, Chris Smalling va finalement se résoudre à la piqûre. La crainte de ne plus être autorisé semble avoir convaincu le défenseur de l’AS Roma de se faire vacciner.

", + "title": "Open d'Australie: les avocats de Djokovic justifient son exemption médicale", + "description": "Les avocats de Novak Djokovic ont transmis ce samedi un document aux autorités australiennes, justifiant l'exemption médicale du numéro un mondial. Infecté en décembre dernier du coronavirus, le Serbe pensait pouvoir obtenir son visa pour entrer en Australie, qui a finalement été refusé.

", + "content": "Les avocats de Novak Djokovic ont transmis ce samedi un document aux autorités australiennes, justifiant l'exemption médicale du numéro un mondial. Infecté en décembre dernier du coronavirus, le Serbe pensait pouvoir obtenir son visa pour entrer en Australie, qui a finalement été refusé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/roma-smalling-se-fait-finalement-vacciner-face-a-la-menace-de-ne-plus-jouer_AV-202201060230.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-les-avocats-de-djokovic-justifient-son-exemption-medicale_AV-202201080029.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 11:06:54 GMT", - "enclosure": "https://images.bfmtv.com/HAjnETVLM-BbGsbKmPhDCytpNzQ=/0x134:2048x1286/800x0/images/Chris-Smalling-avec-l-AS-Rome-1209679.jpg", + "pubDate": "Sat, 08 Jan 2022 08:07:12 GMT", + "enclosure": "https://images.bfmtv.com/BZOsuZcPEthaxcXaKTnoMotg3BU=/40x313:1896x1357/800x0/images/Novak-Djokovic-le-7-novembre-2021-a-Paris-1210418.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/HAjnETVLM-BbGsbKmPhDCytpNzQ=/0x134:2048x1286/800x0/images/Chris-Smalling-avec-l-AS-Rome-1209679.jpg", + "image": "https://images.bfmtv.com/BZOsuZcPEthaxcXaKTnoMotg3BU=/40x313:1896x1357/800x0/images/Novak-Djokovic-le-7-novembre-2021-a-Paris-1210418.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38188,20 +39244,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7991f28d466be0ff217e154bc899ecf8", + "hash": "67cf02256474e3c8893360a38bb3be93", "highlights": [] }, { - "title": "Top 14: le joueur de Toulouse Rory Arnold vers le Japon", - "description": "INFO RMC Sport – Le deuxième ligne australien Rory Arnold, en fin de contrat, devrait quitter le Stade Toulousain l’été prochain pour rejoindre le Japon.\n

", - "content": "INFO RMC Sport – Le deuxième ligne australien Rory Arnold, en fin de contrat, devrait quitter le Stade Toulousain l’été prochain pour rejoindre le Japon.\n

", + "title": "Ligue 1: la stat qui montre à quel point l'OM est devenu solide défensivement", + "description": "Victorieux de Bordeaux ce vendredi en ouverture de la 20e journée de Ligue 1 (1-0), l'OM a gardé une nouvelle fois sa cage inviolée en championnat. L'équipe de Jorge Sampaoli a réalisé déjà son dixième \"clean sheet\" de la saison.

", + "content": "Victorieux de Bordeaux ce vendredi en ouverture de la 20e journée de Ligue 1 (1-0), l'OM a gardé une nouvelle fois sa cage inviolée en championnat. L'équipe de Jorge Sampaoli a réalisé déjà son dixième \"clean sheet\" de la saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-le-joueur-de-toulouse-rory-arnold-vers-le-japon_AV-202201060227.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-la-stat-qui-montre-a-quel-point-l-om-est-devenu-solide-defensivement_AV-202201080026.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 11:04:37 GMT", - "enclosure": "https://images.bfmtv.com/k9dejuPNVuM70YCgGfv5J3JyxzI=/0x0:2048x1152/800x0/images/Rory-Arnold-1209684.jpg", + "pubDate": "Sat, 08 Jan 2022 07:51:19 GMT", + "enclosure": "https://images.bfmtv.com/01a-uD1ZM_EoGtHbG8OP32q6Fz4=/0x106:2048x1258/800x0/images/Pau-Lopez-1210891.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/k9dejuPNVuM70YCgGfv5J3JyxzI=/0x0:2048x1152/800x0/images/Rory-Arnold-1209684.jpg", + "image": "https://images.bfmtv.com/01a-uD1ZM_EoGtHbG8OP32q6Fz4=/0x106:2048x1258/800x0/images/Pau-Lopez-1210891.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38210,20 +39266,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e7ea13287793c635c23e03707439bddc", + "hash": "eed6b44c8511d9180b35962b5f8f1865", "highlights": [] }, { - "title": "Ligue 1: Lille-Lorient officiellement reporté", - "description": "La rencontre entre Lille et Lorient, prévue samedi (17h, 20e journée de Ligue 1), a été officiellemenet reportée par la LFP en raison de trop nombreux cas de joueurs positifs dans les rangs bretons.

", - "content": "La rencontre entre Lille et Lorient, prévue samedi (17h, 20e journée de Ligue 1), a été officiellemenet reportée par la LFP en raison de trop nombreux cas de joueurs positifs dans les rangs bretons.

", + "title": "Mercato: Ribéry a été proposé à un club brésilien cet hiver", + "description": "Actuellement sous contrat avec la Salernitana, dernier de Serie A, Franck Ribéry (38 ans) a été proposé au club brésilien de Ceara. C'est le président du club qui a révélé cette information.

", + "content": "Actuellement sous contrat avec la Salernitana, dernier de Serie A, Franck Ribéry (38 ans) a été proposé au club brésilien de Ceara. C'est le président du club qui a révélé cette information.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-lille-lorient-officiellement-reporte_AV-202201060218.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-ribery-a-ete-propose-a-un-club-bresilien-cet-hiver_AV-202201080023.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 10:47:30 GMT", - "enclosure": "https://images.bfmtv.com/vogS-oiH6GTYC041CN6EamKvhQc=/0x0:2048x1152/800x0/images/Terem-Moffi-au-duel-avec-Sven-Botman-1209678.jpg", + "pubDate": "Sat, 08 Jan 2022 07:33:00 GMT", + "enclosure": "https://images.bfmtv.com/WdGZi2gYw47eQj4sF0Kv9FlkdDw=/0x49:2048x1201/800x0/images/Franck-RIBERY-1210880.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/vogS-oiH6GTYC041CN6EamKvhQc=/0x0:2048x1152/800x0/images/Terem-Moffi-au-duel-avec-Sven-Botman-1209678.jpg", + "image": "https://images.bfmtv.com/WdGZi2gYw47eQj4sF0Kv9FlkdDw=/0x49:2048x1201/800x0/images/Franck-RIBERY-1210880.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38232,20 +39288,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b3acdc51bb8c2b42ce6840af8ada9f04", + "hash": "ef37793cc00b915e4a4b4e2215cba0ec", "highlights": [] }, { - "title": "Double Contact - Shotas: \"Mbappé doit rester au PSG, je ne veux rien savoir\"", - "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 \"Cauchemars et rêves\", on a rencontré Shotas. Le rappeur du Seven Binks nous parle du rendement de Kylian Mbappé, de l’aura de Sadio Mané et de sa fascination pour Lionel Messi.

", - "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 \"Cauchemars et rêves\", on a rencontré Shotas. Le rappeur du Seven Binks nous parle du rendement de Kylian Mbappé, de l’aura de Sadio Mané et de sa fascination pour Lionel Messi.

", + "title": "Le mercato en direct: le Barça mise sur un jeune de 17 ans", + "description": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", + "content": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/replay-emissions/double-contact/double-contact-shotas-mbappe-doit-rester-au-psg-je-ne-veux-rien-savoir_AV-202201060209.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/le-mercato-en-direct-les-infos-et-rumeurs-du-6-janvier-2022_LN-202201060107.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 10:29:13 GMT", - "enclosure": "https://images.bfmtv.com/qtuYtxtglqFUbPljqV576WGhO5s=/0x0:1920x1080/800x0/images/Shotas-1203731.jpg", + "pubDate": "Thu, 06 Jan 2022 07:20:37 GMT", + "enclosure": "https://images.bfmtv.com/LlGFfodNOQicGfM7L6yAzYhzMko=/0x106:2048x1258/800x0/images/Fabio-Blanco-1211019.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/qtuYtxtglqFUbPljqV576WGhO5s=/0x0:1920x1080/800x0/images/Shotas-1203731.jpg", + "image": "https://images.bfmtv.com/LlGFfodNOQicGfM7L6yAzYhzMko=/0x106:2048x1258/800x0/images/Fabio-Blanco-1211019.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38254,20 +39310,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3be54b0e10b8f7f798bebb4c22528f18", + "hash": "502da29d24dfa6cf08ad07ea6830fd9c", "highlights": [] }, { - "title": "PSG: la déclaration enflammée de Macron à Mbappé dans une lettre", - "description": "Emmanuel Macron, président de la République, a adressé, dans L’Equipe, une lettre à Kylian Mbappé dans laquelle il encense le talent du joueur mais aussi son exemplarité et sa citoyenneté hors des terrains.

", - "content": "Emmanuel Macron, président de la République, a adressé, dans L’Equipe, une lettre à Kylian Mbappé dans laquelle il encense le talent du joueur mais aussi son exemplarité et sa citoyenneté hors des terrains.

", + "title": "Bordeaux: Costil s'estime \"responsable\" de la défaite contre l'OM", + "description": "Capitaine des Girondins, Benoît Costil a tenu à faire son mea culpa après son erreur sur le seul but inscrit vendredi soir lors de la victoire de l'OM (1-0) au Matmut-Atlantique. Il a promis de vite relever la tête pour aider Bordeaux à remonter au classement.

", + "content": "Capitaine des Girondins, Benoît Costil a tenu à faire son mea culpa après son erreur sur le seul but inscrit vendredi soir lors de la victoire de l'OM (1-0) au Matmut-Atlantique. Il a promis de vite relever la tête pour aider Bordeaux à remonter au classement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-la-declaration-enflammee-de-macron-a-mbappe_AV-202201060199.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-costil-s-estime-responsable-de-la-defaite-contre-l-om_AV-202201080017.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 10:07:04 GMT", - "enclosure": "https://images.bfmtv.com/vP5Jof6QoeyUH_49JNUyxG0-tx0=/6x28:1350x784/800x0/images/-828548.jpg", + "pubDate": "Sat, 08 Jan 2022 07:08:38 GMT", + "enclosure": "https://images.bfmtv.com/hHJpUYeo6Yewu5w2ivW6vZBRLmE=/0x12:2048x1164/800x0/images/Benoit-Costil-lors-de-Bordeaux-OM-le-7-janvier-2021-1210872.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/vP5Jof6QoeyUH_49JNUyxG0-tx0=/6x28:1350x784/800x0/images/-828548.jpg", + "image": "https://images.bfmtv.com/hHJpUYeo6Yewu5w2ivW6vZBRLmE=/0x12:2048x1164/800x0/images/Benoit-Costil-lors-de-Bordeaux-OM-le-7-janvier-2021-1210872.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38276,20 +39332,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c45479a3eb8332fe5d16e9a0bce77679", + "hash": "fbbf2c1854d61e20ddf2d3de7d349750", "highlights": [] }, { - "title": "TOUT COMPRENDRE sur l'affaire Djokovic à l'Open d'Australie", - "description": "Novak Djokovic s’est vu refusé l’accès au territoire australien en raison d’un visa non conforme aux exigences liées à la crise du Covid-19. Opposé à la vaccination, la participation du numéro 1 mondial au prochain Open d’Australie semble très incertaine. Tour d'horizon de l'affaire, qui dépasse le cadre du tennis.

", - "content": "Novak Djokovic s’est vu refusé l’accès au territoire australien en raison d’un visa non conforme aux exigences liées à la crise du Covid-19. Opposé à la vaccination, la participation du numéro 1 mondial au prochain Open d’Australie semble très incertaine. Tour d'horizon de l'affaire, qui dépasse le cadre du tennis.

", + "title": "Open d'Australie: le patron du tennis australien fier de son \"travail incroyable\" dans l'affaire Djokovic", + "description": "Venu dans l'espoir de défendre son titre à l'Open d'Australie, Novak Djokovic est toujours bloqué dans un centre de rétention de Melbourne en raison de l'annulation de son visa. Pointé du doigt dans cette affaire, le patron de la fédération australienne de tennis s'est défendu samedi.

", + "content": "Venu dans l'espoir de défendre son titre à l'Open d'Australie, Novak Djokovic est toujours bloqué dans un centre de rétention de Melbourne en raison de l'annulation de son visa. Pointé du doigt dans cette affaire, le patron de la fédération australienne de tennis s'est défendu samedi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/tout-comprendre-sur-l-affaire-djokovic-a-l-open-d-australie_AV-202201060189.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-le-patron-du-tennis-australien-fier-de-son-travail-incroyable-dans-l-affaire-djokovic_AV-202201080016.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 09:55:14 GMT", - "enclosure": "https://images.bfmtv.com/mhX_CZuSdU2VKk7NAMjSxzkxIiE=/0x0:2048x1152/800x0/images/Novak-Djokovic-avec-un-masque-anti-Covid-1209631.jpg", + "pubDate": "Sat, 08 Jan 2022 06:50:39 GMT", + "enclosure": "https://images.bfmtv.com/I7vuHOp6Ca77HPTadmDWMzOZGbg=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-02-11-2021-1210870.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/mhX_CZuSdU2VKk7NAMjSxzkxIiE=/0x0:2048x1152/800x0/images/Novak-Djokovic-avec-un-masque-anti-Covid-1209631.jpg", + "image": "https://images.bfmtv.com/I7vuHOp6Ca77HPTadmDWMzOZGbg=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-02-11-2021-1210870.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38298,20 +39354,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "18e480cad09f34630318166d026f7f93", + "hash": "c56a35364bece0b9aaadfb2288ce2cf6", "highlights": [] }, { - "title": "Moto: l’enduropale du Touquet repoussé d’un mois à cause du Covid", - "description": "L’enduro du Touquet, célèbre course moto organisée sur les plages de la Côte d’Opale, a été reporté d’un mois en raison de la cinquième vague de contamination au coronavirus. Il se déroulera du 25 au 27 février.

", - "content": "L’enduro du Touquet, célèbre course moto organisée sur les plages de la Côte d’Opale, a été reporté d’un mois en raison de la cinquième vague de contamination au coronavirus. Il se déroulera du 25 au 27 février.

", + "title": "Ligue 1: les supporters du PSG interdits de déplacement à Lyon", + "description": "Opposé dimanche à l'OL dans le choc de la 20e journée de Ligue 1 (20h45), le PSG sera privé du soutien de ses supporters. Ils ne sont pas autorisés à se rendre au Groupama Stadium, selon un arrêté du ministère de l'Intérieur.

", + "content": "Opposé dimanche à l'OL dans le choc de la 20e journée de Ligue 1 (20h45), le PSG sera privé du soutien de ses supporters. Ils ne sont pas autorisés à se rendre au Groupama Stadium, selon un arrêté du ministère de l'Intérieur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/moto-l-enduro-du-touquet-repousse-d-un-mois-a-cause-du-covid_AV-202201060181.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-les-supporters-du-psg-interdits-de-deplacement-a-lyon_AV-202201080010.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 09:39:04 GMT", - "enclosure": "https://images.bfmtv.com/5iooTpqT3l7WiQLqPctgJ5d8OqY=/0x211:2048x1363/800x0/images/L-enduro-du-Touquet-1209616.jpg", + "pubDate": "Sat, 08 Jan 2022 06:24:50 GMT", + "enclosure": "https://images.bfmtv.com/_D4y5WRvgifm-52BPFa9NosJ1uU=/0x106:2048x1258/800x0/images/Des-supporters-du-PSG-le-19-12-2021-1210869.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/5iooTpqT3l7WiQLqPctgJ5d8OqY=/0x211:2048x1363/800x0/images/L-enduro-du-Touquet-1209616.jpg", + "image": "https://images.bfmtv.com/_D4y5WRvgifm-52BPFa9NosJ1uU=/0x106:2048x1258/800x0/images/Des-supporters-du-PSG-le-19-12-2021-1210869.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38320,20 +39376,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a2da47b0d967e46c942c761f4e220df", + "hash": "ba0e6f992505084e3287b639ed99e542", "highlights": [] }, { - "title": "Manchester United: les doutes de certains joueurs sur les compétences de Rangnick", - "description": "Selon Sky Sports, plusieurs joueurs de Manchester United s’interrogeraient sur les aptitudes de Ralf Rangnick à diriger leur équipe. Depuis son arrivée fin novembre, le coach allemand ne parvient pas à fédérer un vestiaire au sein duquel règne une ambiance délétère.

", - "content": "Selon Sky Sports, plusieurs joueurs de Manchester United s’interrogeraient sur les aptitudes de Ralf Rangnick à diriger leur équipe. Depuis son arrivée fin novembre, le coach allemand ne parvient pas à fédérer un vestiaire au sein duquel règne une ambiance délétère.

", + "title": "PSG en direct: \"Toutes les équipes sont diminuées\", estime Pochettino", + "description": "Le PSG se déplacera dimanche soir au Groupama Stadium (20h45) pour y défier l'OL en clôture de la 20e journée de Ligue 1. A la veille du choc, l'entraîneur parisien Mauricio Pochettino s'exprimera ce samedi devant la presse. Une conférence à suivre sur RMC Sport à partir de 13h.

", + "content": "Le PSG se déplacera dimanche soir au Groupama Stadium (20h45) pour y défier l'OL en clôture de la 20e journée de Ligue 1. A la veille du choc, l'entraîneur parisien Mauricio Pochettino s'exprimera ce samedi devant la presse. Une conférence à suivre sur RMC Sport à partir de 13h.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-les-doutes-de-certains-joueurs-sur-les-competences-de-rangnick_AV-202201060180.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-en-direct-la-conf-de-pochettino-avant-le-choc-contre-l-ol_LN-202201080068.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 09:37:46 GMT", - "enclosure": "https://images.bfmtv.com/Iqb62K1AjQyfYgpqezj24yD12pY=/0x106:2048x1258/800x0/images/Ralf-RANGNICK-1186211.jpg", + "pubDate": "Sat, 08 Jan 2022 09:59:16 GMT", + "enclosure": "https://images.bfmtv.com/iGLN1yrHhsSO2N8LYGPpP2rD8kY=/0x0:2048x1152/800x0/images/Mauricio-POCHETTINO-1170296.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Iqb62K1AjQyfYgpqezj24yD12pY=/0x106:2048x1258/800x0/images/Ralf-RANGNICK-1186211.jpg", + "image": "https://images.bfmtv.com/iGLN1yrHhsSO2N8LYGPpP2rD8kY=/0x0:2048x1152/800x0/images/Mauricio-POCHETTINO-1170296.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38342,20 +39398,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "76ffdb7b9a38dbf8a7ca75cadcbb1573", + "hash": "55ca21ee3340e84f40ffd58d19cdb115", "highlights": [] }, { - "title": "L’avocat de Ménès dénonce \"une pression malveillante\" après l’ouverture d’une nouvelle enquête", - "description": "L’avocat de Pierre Ménès a réagi à l’ouverture de l’enquête contre son client par le parquet de Nanterre pour des faits présumés de \"harcèlement sexuel\" et \"d’agressions sexuelles\" après un signalement de l'Inspection du travail suite à une enquête interne chez Canal+.

", - "content": "L’avocat de Pierre Ménès a réagi à l’ouverture de l’enquête contre son client par le parquet de Nanterre pour des faits présumés de \"harcèlement sexuel\" et \"d’agressions sexuelles\" après un signalement de l'Inspection du travail suite à une enquête interne chez Canal+.

", + "title": "PRONOS PARIS RMC Le nul du jour du 8 janvier - Ligue 2", + "description": "Notre pronostic: pas de vainqueur entre Le Havre et Sochaux (3.10)

", + "content": "Notre pronostic: pas de vainqueur entre Le Havre et Sochaux (3.10)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/l-avocat-de-menes-denonce-une-pression-malveillante-apres-l-ouverture-d-une-nouvelle-enquete_AV-202201060164.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-8-janvier-ligue-2_AN-202201070346.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 08:51:58 GMT", - "enclosure": "https://images.bfmtv.com/JwRfTvMKyAklKOdqgUkmsnzj1og=/0x106:1200x781/800x0/images/-880895.jpg", + "pubDate": "Fri, 07 Jan 2022 23:03:00 GMT", + "enclosure": "https://images.bfmtv.com/nElTQyHXeEYIcfpGAoq47-5wvto=/0x104:2000x1229/800x0/images/Tony-Mauricio-Sochaux-1210568.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/JwRfTvMKyAklKOdqgUkmsnzj1og=/0x106:1200x781/800x0/images/-880895.jpg", + "image": "https://images.bfmtv.com/nElTQyHXeEYIcfpGAoq47-5wvto=/0x104:2000x1229/800x0/images/Tony-Mauricio-Sochaux-1210568.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38364,20 +39420,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "28a22fcff36d962fae1f824c4483f0d3", + "hash": "2ca989ddab419842ddd22ffff83f6910", "highlights": [] }, { - "title": "Mercato: le Bayern Munich ferait de Dembélé sa priorité pour remplacer Coman", - "description": "Selon L’Équipe, le Bayern Munich aurait l’intention de recruter Ousmane Dembélé l’été prochain en cas de départ de Kingsley Coman, qui n’a toujours pas prolongé. L’ailier du Barça, dont le contrat s’achèvera à la fin de la saison, pourrait débarquer libre en Bavière.

", - "content": "Selon L’Équipe, le Bayern Munich aurait l’intention de recruter Ousmane Dembélé l’été prochain en cas de départ de Kingsley Coman, qui n’a toujours pas prolongé. L’ailier du Barça, dont le contrat s’achèvera à la fin de la saison, pourrait débarquer libre en Bavière.

", + "title": "PRONOS PARIS RMC Le pari sûr du 8 janvier - F.A Cup - Angleterre", + "description": "Notre pronostic: Leicester bat Watford (1.58)

", + "content": "Notre pronostic: Leicester bat Watford (1.58)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-bayern-munich-ferait-de-dembele-sa-priorite-pour-remplacer-coman_AV-202201060157.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-8-janvier-f-a-cup-angleterre_AN-202201070344.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 08:38:29 GMT", - "enclosure": "https://images.bfmtv.com/y9BeOBtQx6ILslxGKv26wkiB2fY=/0x42:2048x1194/800x0/images/Ousmane-Dembele-Barca-1202212.jpg", + "pubDate": "Fri, 07 Jan 2022 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/QJ8GXvKUhqOGk3IjhGw7QdyWzNc=/0x104:2000x1229/800x0/images/James-Maddison-Leicester-1210567.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/y9BeOBtQx6ILslxGKv26wkiB2fY=/0x42:2048x1194/800x0/images/Ousmane-Dembele-Barca-1202212.jpg", + "image": "https://images.bfmtv.com/QJ8GXvKUhqOGk3IjhGw7QdyWzNc=/0x104:2000x1229/800x0/images/James-Maddison-Leicester-1210567.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38386,20 +39442,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5cea56947d61c93a0e2b8ea90895c7f", + "hash": "4dfc3c4706861dce15df5caa42e6dc84", "highlights": [] }, { - "title": "Open d’Australie: Djokovic obtient un sursis jusqu'à lundi", - "description": "Les avocats de Novak Djokovic ont lancé un recours en justice contre l’annulation du visa du joueur serbe. Après une première audience jeudi, le juge a décidé d’en convoquer une nouvelle lundi, offrant un sursis au numéro 1 mondial.

", - "content": "Les avocats de Novak Djokovic ont lancé un recours en justice contre l’annulation du visa du joueur serbe. Après une première audience jeudi, le juge a décidé d’en convoquer une nouvelle lundi, offrant un sursis au numéro 1 mondial.

", + "title": "PRONOS PARIS RMC Le buteur du jour du 8 janvier - Bundesliga - Allemagne", + "description": "Notre pronostic: Erling Haaland marque à Francfort... s'il joue (1.76)

", + "content": "Notre pronostic: Erling Haaland marque à Francfort... s'il joue (1.76)

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-djokovic-obtient-un-sursis-jusqu-a-lundi_AV-202201060153.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-buteur-du-jour-du-8-janvier-bundesliga-allemagne_AN-202201070341.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 08:24:51 GMT", - "enclosure": "https://images.bfmtv.com/gxwYJd3a9rEr764RJni2N_ncgiM=/0x0:2048x1152/800x0/images/Novak-DJOKOVIC-1170970.jpg", + "pubDate": "Fri, 07 Jan 2022 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/ZzM1CLWivbNY4JGtO5qr9smYTP0=/0x106:2000x1231/800x0/images/Erling-Haaland-Dortmund-1210560.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/gxwYJd3a9rEr764RJni2N_ncgiM=/0x0:2048x1152/800x0/images/Novak-DJOKOVIC-1170970.jpg", + "image": "https://images.bfmtv.com/ZzM1CLWivbNY4JGtO5qr9smYTP0=/0x106:2000x1231/800x0/images/Erling-Haaland-Dortmund-1210560.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38408,42 +39464,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca0ce5733bf5ef1c982c9320f7e197b7", + "hash": "7208e506436a89392630fb6387ba796c", "highlights": [] }, { - "title": "Open d’Australie: la fédération australienne avait été prévenue d’un éventuel problème pour Djokovic", - "description": "La presse australienne assure ce jeudi que la Fédération de tennis locale avait été prévenue à deux reprises que l’exemption de vaccination contre le Covid-19 dont a bénéficié Novak Djokovic pourrait poser problème avec les autorités.

", - "content": "La presse australienne assure ce jeudi que la Fédération de tennis locale avait été prévenue à deux reprises que l’exemption de vaccination contre le Covid-19 dont a bénéficié Novak Djokovic pourrait poser problème avec les autorités.

", + "title": "Open d'Australie en direct: l'appel de Djokovic sera retransmis en direct", + "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-la-federation-australienne-avait-ete-prevenue-d-un-eventuel-probleme-pour-djokovic_AV-202201060142.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 08:07:04 GMT", - "enclosure": "https://images.bfmtv.com/wPargP9SsUvYjg8EpKKmAl5LuXk=/255x356:2047x1364/800x0/images/Novak-Djokovic-1208293.jpg", + "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", + "enclosure": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/wPargP9SsUvYjg8EpKKmAl5LuXk=/255x356:2047x1364/800x0/images/Novak-Djokovic-1208293.jpg", + "image": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "d154fb02210c736fb8064f5d096bb69a", + "hash": "5516c7fc5cbe9b1c4df48455e2b0905f", "highlights": [] }, { - "title": "Dakar: \"C’est forcément une bombe qui a explosé sous la voiture\", le témoignage fort des proches de Philippe Boutron, grièvement blessé", - "description": "Une semaine après l’explosion ayant grièvement blessé le pilote Philippe Boutron sur le Dakar, son fils, Benoît, journaliste RMC Sport, et son copilote Mayel Barbet ont témoigné sur RMC, ce jeudi et demandent des explications sur ce qu’ils assurent être un attentat.

", - "content": "Une semaine après l’explosion ayant grièvement blessé le pilote Philippe Boutron sur le Dakar, son fils, Benoît, journaliste RMC Sport, et son copilote Mayel Barbet ont témoigné sur RMC, ce jeudi et demandent des explications sur ce qu’ils assurent être un attentat.

", + "title": "PRONOS PARIS RMC Le pari rugby de Denis Charvet du 7 janvier - Top 14", + "description": "Mon pronostic : le Racing 92 bat Clermont avec au moins 15 points d'écart (2.55)

", + "content": "Mon pronostic : le Racing 92 bat Clermont avec au moins 15 points d'écart (2.55)

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/dakar-c-est-forcement-une-bombe-qui-a-explose-sous-la-voiture-le-temoignage-fort-des-proches-de-philippe-boutron-grievement-blesse_AV-202201060117.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-rugby-de-denis-charvet-du-7-janvier-top-14_AN-202201070503.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 07:35:34 GMT", - "enclosure": "https://images.bfmtv.com/ZKxgz1aYuR-eDDNXZ_fAQcvkcV0=/0x0:1280x720/800x0/images/Mayeul-Barbet-et-Benoit-Boutron-sur-le-plateau-d-Apolline-Matin-1208279.jpg", + "pubDate": "Fri, 07 Jan 2022 22:59:00 GMT", + "enclosure": "https://images.bfmtv.com/p3gvTcVRZLSxdOsCkV6N4OAoK8Y=/0x104:1984x1220/800x0/images/Racing-92-1210759.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ZKxgz1aYuR-eDDNXZ_fAQcvkcV0=/0x0:1280x720/800x0/images/Mayeul-Barbet-et-Benoit-Boutron-sur-le-plateau-d-Apolline-Matin-1208279.jpg", + "image": "https://images.bfmtv.com/p3gvTcVRZLSxdOsCkV6N4OAoK8Y=/0x104:1984x1220/800x0/images/Racing-92-1210759.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38452,20 +39508,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2336e5307b6c65ff54125af2bdb2bf8d", + "hash": "8fb8c8713b2951f2165122eeb590e4a5", "highlights": [] }, { - "title": "Le mercato en direct: le Bayern à l'affût pour Dembélé", - "description": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouver toutes les infos et rumeurs du mercato sur RMC Sport.

", - "content": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouver toutes les infos et rumeurs du mercato sur RMC Sport.

", + "title": "Bordeaux-OM: Payet \"fier\" d'avoir brisé la malédiction face aux Girondins", + "description": "Ce vendredi, l'OM a mis fin à une disette de 44 ans en s'imposant à Bordeaux (1-0) en ouverture de la 20e journée de Ligue. De quoi rendre fier son capitaine Dimitri Payet.

", + "content": "Ce vendredi, l'OM a mis fin à une disette de 44 ans en s'imposant à Bordeaux (1-0) en ouverture de la 20e journée de Ligue. De quoi rendre fier son capitaine Dimitri Payet.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/le-mercato-en-direct-les-infos-et-rumeurs-du-6-janvier-2022_LN-202201060107.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-payet-fier-d-avoir-brise-la-malediction-face-aux-girondins_AV-202201070586.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 07:20:37 GMT", - "enclosure": "https://images.bfmtv.com/Sp2CWgZQjXpOX1-QYm61QWHBfoM=/0x0:2048x1152/800x0/images/Ousmane-Dembele-1202435.jpg", + "pubDate": "Fri, 07 Jan 2022 22:46:00 GMT", + "enclosure": "https://images.bfmtv.com/FBfyoZDCwuXj55B6I3eJZ0ydF_U=/0x135:2048x1287/800x0/images/Dimitri-Payet-1210382.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Sp2CWgZQjXpOX1-QYm61QWHBfoM=/0x0:2048x1152/800x0/images/Ousmane-Dembele-1202435.jpg", + "image": "https://images.bfmtv.com/FBfyoZDCwuXj55B6I3eJZ0ydF_U=/0x135:2048x1287/800x0/images/Dimitri-Payet-1210382.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38474,20 +39530,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9f6c52d33b6fda1559e5b721fe81c05", + "hash": "44f64b2fb05e5b88139d2e4cbd6d7472", "highlights": [] }, { - "title": "Le sport face au covid en direct: Lille-Lorient officiellement reporté", - "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", - "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "title": "CAN 2022: le coup de gueule lunaire de Roger Milla à propos des pays du Maghreb", + "description": "A deux jours du coup d'envoi de la CAN 2022, organisée au Cameroun, Roger Milla s'en est pris violemment aux pays du Maghreb, notamment le Maroc et l'Egypte, qui ne doivent pas \"mettre le bordel\" en Afrique.

", + "content": "A deux jours du coup d'envoi de la CAN 2022, organisée au Cameroun, Roger Milla s'en est pris violemment aux pays du Maghreb, notamment le Maroc et l'Egypte, qui ne doivent pas \"mettre le bordel\" en Afrique.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/le-sport-face-au-coronavirus-suivez-toutes-les-infos-en-direct_LN-202201060115.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-le-coup-de-gueule-lunaire-de-roger-milla-a-propos-des-pays-du-maghreb_AV-202201070563.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 07:32:06 GMT", - "enclosure": "https://images.bfmtv.com/2mfYIxb-wdn2Dj1v0ROhShlT7_U=/0x0:2048x1152/800x0/images/Jonathan-David-lors-du-match-aller-entre-le-LOSC-et-Wolfsburg-le-14-septembre-1184059.jpg", + "pubDate": "Fri, 07 Jan 2022 22:26:45 GMT", + "enclosure": "https://images.bfmtv.com/owpkdIu7eGCz7CMywZbrVXQzXu0=/0x127:2000x1252/800x0/images/Roger-Milla-1210821.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/2mfYIxb-wdn2Dj1v0ROhShlT7_U=/0x0:2048x1152/800x0/images/Jonathan-David-lors-du-match-aller-entre-le-LOSC-et-Wolfsburg-le-14-septembre-1184059.jpg", + "image": "https://images.bfmtv.com/owpkdIu7eGCz7CMywZbrVXQzXu0=/0x127:2000x1252/800x0/images/Roger-Milla-1210821.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38496,20 +39552,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a16ef1f68decb2b4bcb8112d7323e6d", + "hash": "fda0924216aa48d3b0feee16709c4157", "highlights": [] }, { - "title": "Bordeaux-OM (J-1) en direct: suivez la conf de Petkovic", - "description": "Suivez en direct ce jeudi les conférences de presse avant le match entre Bordeaux et l'OM, vendredi (21h, 20e journée de Ligue 1). Les Girondins, touchés par le covid, ont demandé le report de la rencontre.

", - "content": "Suivez en direct ce jeudi les conférences de presse avant le match entre Bordeaux et l'OM, vendredi (21h, 20e journée de Ligue 1). Les Girondins, touchés par le covid, ont demandé le report de la rencontre.

", + "title": "Bordeaux-OM en direct: Marseille s'offre une petite victoire historique chez les Girondins", + "description": "L'OM a mis fin à la malédiction ! Après 44 ans d'attente, les Marseillais se sont imposés sur une petite victoire 1-0 sur la pelouse de Bordeaux, grâce à Ünder, dans un match marqué surtout par le contexte de la pandémie de Covid, qui a touché les deux équipes.

", + "content": "L'OM a mis fin à la malédiction ! Après 44 ans d'attente, les Marseillais se sont imposés sur une petite victoire 1-0 sur la pelouse de Bordeaux, grâce à Ünder, dans un match marqué surtout par le contexte de la pandémie de Covid, qui a touché les deux équipes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-j-1-en-direct-suivez-les-confs-de-petkovic-et-sampaoli_LN-202201060200.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-en-direct-une-affiche-sous-le-signe-du-covid_LS-202201070328.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 10:07:07 GMT", - "enclosure": "https://images.bfmtv.com/YepwXST0CX0LXycw8u33FqrXmIs=/0x0:1696x954/800x0/images/Petkovic-1171765.jpg", + "pubDate": "Fri, 07 Jan 2022 14:39:16 GMT", + "enclosure": "https://images.bfmtv.com/f9-c7EzWo_YNis3qiTHODV1pGrk=/0x27:2048x1179/800x0/images/Duel-entre-Elis-et-Saliba-lors-de-Bordeaux-OM-le-7-janvier-2021-1210804.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/YepwXST0CX0LXycw8u33FqrXmIs=/0x0:1696x954/800x0/images/Petkovic-1171765.jpg", + "image": "https://images.bfmtv.com/f9-c7EzWo_YNis3qiTHODV1pGrk=/0x27:2048x1179/800x0/images/Duel-entre-Elis-et-Saliba-lors-de-Bordeaux-OM-le-7-janvier-2021-1210804.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38518,20 +39574,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "36654c27c4087131b784280a95e4f81e", + "hash": "274a55e3937296491abcdbdec3d5cb06", "highlights": [] }, { - "title": "Open d’Australie: le père de Djokovic le présente en \"leader du monde libre\"", - "description": "L'Australie a annulé le visa de Novak Djokovic qui était arrivé à l'aéroport de Melbourne dépourvu des documents nécessaires à l'entrée dans le pays. Le tennisman serbe a reçu un soutien appuyé de son père qui l’a érigé en chantre des personnes les plus démunies dans le monde.

", - "content": "L'Australie a annulé le visa de Novak Djokovic qui était arrivé à l'aéroport de Melbourne dépourvu des documents nécessaires à l'entrée dans le pays. Le tennisman serbe a reçu un soutien appuyé de son père qui l’a érigé en chantre des personnes les plus démunies dans le monde.

", + "title": "Handball: Valentin Porte testé positif au Covid à quelques jours de l'Euro", + "description": "Tout juste promu capitaine de l'équipe de France de handball, Valentin Porte a été testé positif au Covid-19, à une semaine du début de l'Euro, qui démarre le 13 janvier en Hongrie et en Slovaquie.

", + "content": "Tout juste promu capitaine de l'équipe de France de handball, Valentin Porte a été testé positif au Covid-19, à une semaine du début de l'Euro, qui démarre le 13 janvier en Hongrie et en Slovaquie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-le-pere-de-djokovic-le-presente-en-leader-du-monde-libre_AV-202201060072.html", + "link": "https://rmcsport.bfmtv.com/handball/handball-valentin-porte-teste-positif-au-covid-a-quelques-jours-de-l-euro_AV-202201070556.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 06:41:30 GMT", - "enclosure": "https://images.bfmtv.com/n8iyGtPdqKyaEoFVcYLESBTVdBc=/0x80:2048x1232/800x0/images/Novak-Djokovic-et-son-pere-Srdjan-1208222.jpg", + "pubDate": "Fri, 07 Jan 2022 21:59:54 GMT", + "enclosure": "https://images.bfmtv.com/uEY4LUU2hRO4PV6IVHkUe9PTCtw=/0x0:768x432/800x0/images/Le-Montpellierain-Valentin-Porte-lors-dun-match-amical-de-lequipe-de-France-contre-la-Slovenie-le-8-janvier-2017-a-Montpellier-990737.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/n8iyGtPdqKyaEoFVcYLESBTVdBc=/0x80:2048x1232/800x0/images/Novak-Djokovic-et-son-pere-Srdjan-1208222.jpg", + "image": "https://images.bfmtv.com/uEY4LUU2hRO4PV6IVHkUe9PTCtw=/0x0:768x432/800x0/images/Le-Montpellierain-Valentin-Porte-lors-dun-match-amical-de-lequipe-de-France-contre-la-Slovenie-le-8-janvier-2017-a-Montpellier-990737.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38540,20 +39596,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "90467096512451bf0ad31fd08c21fb77", + "hash": "7a8570018e2382c3e10890da4340750b", "highlights": [] }, { - "title": "\"Le niveau de Tottenham a beaucoup baissé ces dernières années\", lâche Conte", - "description": "Antonio Conte, manager de Tottenham, a reconnu la nette supériorité de Chelsea face à son équipe, mercredi en demi-finale aller de la League Cup (0-2). Il estime que le niveau de l’équipe s’est dégradé ces dernières saisons.

", - "content": "Antonio Conte, manager de Tottenham, a reconnu la nette supériorité de Chelsea face à son équipe, mercredi en demi-finale aller de la League Cup (0-2). Il estime que le niveau de l’équipe s’est dégradé ces dernières saisons.

", + "title": "Ligue 1: l’OM s’impose enfin à Bordeaux et brise une malédiction de 44 ans", + "description": "Au terme d’une rencontre peu emballante, Marseille s’est imposé face aux Girondins ce vendredi soir (1-0) en ouverture de la 20e journée de Ligue 1. Grâce à un but d'Ünder, l’OM met fin à la série de 44 ans sans victoire à Bordeaux.

", + "content": "Au terme d’une rencontre peu emballante, Marseille s’est imposé face aux Girondins ce vendredi soir (1-0) en ouverture de la 20e journée de Ligue 1. Grâce à un but d'Ünder, l’OM met fin à la série de 44 ans sans victoire à Bordeaux.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/le-niveau-de-tottenham-a-beaucoup-baisse-ces-dernieres-annees-lache-conte_AV-202201060045.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/l-om-s-impose-enfin-a-bordeaux-et-brise-la-malediction_AV-202201070555.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 06:03:00 GMT", - "enclosure": "https://images.bfmtv.com/MoVp1pNIsIX7Pk0dmtmho4USKjA=/0x49:2048x1201/800x0/images/Antonio-Conte-1208192.jpg", + "pubDate": "Fri, 07 Jan 2022 21:57:02 GMT", + "enclosure": "https://images.bfmtv.com/mF-srPMzOqHQRn96Wr50FdjIRPs=/0x146:2048x1298/800x0/images/Les-Marseillais-affrontaient-Bordeaux-vendredi-1210810.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/MoVp1pNIsIX7Pk0dmtmho4USKjA=/0x49:2048x1201/800x0/images/Antonio-Conte-1208192.jpg", + "image": "https://images.bfmtv.com/mF-srPMzOqHQRn96Wr50FdjIRPs=/0x146:2048x1298/800x0/images/Les-Marseillais-affrontaient-Bordeaux-vendredi-1210810.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38562,42 +39618,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "37edee4a049c1bc2f72748f3a1133017", + "hash": "c8d01b9e8fa1760044444376cbea3090", "highlights": [] }, { - "title": "Open d'Australie en direct: un sursis pour Djokovic", - "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", - "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "title": "Le mercato en direct: Martial dans le viseur de Newcastle", + "description": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", + "content": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouvez toutes les infos et rumeurs du mercato sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/le-mercato-en-direct-les-infos-et-rumeurs-du-6-janvier-2022_LN-202201060107.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", - "enclosure": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", + "pubDate": "Thu, 06 Jan 2022 07:20:37 GMT", + "enclosure": "https://images.bfmtv.com/Gsadc6Y9kpSH8kubxJtxP75QLD4=/0x0:1936x1089/800x0/images/Anthony-Martial-1195120.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", + "image": "https://images.bfmtv.com/Gsadc6Y9kpSH8kubxJtxP75QLD4=/0x0:1936x1089/800x0/images/Anthony-Martial-1195120.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "27cba24a8a7db8f1e63b3c39961faf51", + "hash": "537afd9f00890205891722750515bc69", "highlights": [] }, { - "title": "Open d'Australie: Djokovic dépose un recours en justice après l'annulation de son visa", - "description": "Comme attendu, Novak Djokovic a déposé un recours en justice pour contester le refus de son visa pour entrer en Australie, jeudi, et disputer l'Open d'Australie.

", - "content": "Comme attendu, Novak Djokovic a déposé un recours en justice pour contester le refus de son visa pour entrer en Australie, jeudi, et disputer l'Open d'Australie.

", + "title": "Ski: fin de saison et pas de JO pour Muffat-Jeandet", + "description": "Gravement blessé à la cheville lors du slalom de Zagreb, finalement annulé, Victor Muffat-Jeandet doit renoncer aux Jeux olympiques de Pékin. Sa saison est terminée.

", + "content": "Gravement blessé à la cheville lors du slalom de Zagreb, finalement annulé, Victor Muffat-Jeandet doit renoncer aux Jeux olympiques de Pékin. Sa saison est terminée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-djokovic-depose-un-recours-en-justice-apres-l-annulation-de-son-visa_AD-202201060021.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/ski-fin-de-saison-et-pas-de-jo-pour-muffat-jeandet_AN-202201070551.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 05:13:23 GMT", - "enclosure": "https://images.bfmtv.com/hXryxjwYGpx9QEIeO0KXePg8CDc=/0x115:2048x1267/800x0/images/Novak-Djokovic-avec-la-Serbie-1181279.jpg", + "pubDate": "Fri, 07 Jan 2022 21:33:00 GMT", + "enclosure": "https://images.bfmtv.com/drPSw5IhJcRoYQumAYIzgUCd5d8=/0x26:768x458/800x0/images/Victor-Muffat-Jeandet-sur-la-piste-du-slalom-de-Zagreb-avant-sa-blessure-le-6-janvier-2022-1209841.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/hXryxjwYGpx9QEIeO0KXePg8CDc=/0x115:2048x1267/800x0/images/Novak-Djokovic-avec-la-Serbie-1181279.jpg", + "image": "https://images.bfmtv.com/drPSw5IhJcRoYQumAYIzgUCd5d8=/0x26:768x458/800x0/images/Victor-Muffat-Jeandet-sur-la-piste-du-slalom-de-Zagreb-avant-sa-blessure-le-6-janvier-2022-1209841.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38606,20 +39662,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "da7a7d1ff34d9ad82fb0e0253d3089fe", + "hash": "db0f774eac19879d16da45c9a869d52e", "highlights": [] }, { - "title": "Open d’Australie: d’autres joueurs seraient entrés avec le même visa que Djokovic", - "description": "Selon certains médias australiens, des joueurs ont reçu le feu vert pour entrer en Australie avec le même visa que Novak Djokovic, invité, lui, à quitter le pays au terme d’une invraisemblable nuit passée à l’aéroport.

", - "content": "Selon certains médias australiens, des joueurs ont reçu le feu vert pour entrer en Australie avec le même visa que Novak Djokovic, invité, lui, à quitter le pays au terme d’une invraisemblable nuit passée à l’aéroport.

", + "title": "Equipe de France: \"Sans lui, pas de deuxième étoile\", Griezmann défend Umtiti", + "description": "Antoine Griezmann a pris la défense de Samuel Umtiti sur les réseaux sociaux, le qualifiant de professionnel \"irréprochable\" malgré sa situation délicate en club avec le Barça.

", + "content": "Antoine Griezmann a pris la défense de Samuel Umtiti sur les réseaux sociaux, le qualifiant de professionnel \"irréprochable\" malgré sa situation délicate en club avec le Barça.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-d-autres-joueurs-seraient-entres-avec-le-meme-visa-que-djokovic_AV-202201060019.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-sans-lui-pas-de-deuxieme-etoile-griezmann-defend-umtiti_AV-202201070544.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 05:00:20 GMT", - "enclosure": "https://images.bfmtv.com/nkPKNST4XSFPDj6OAqUIRuDMzeQ=/0x8:2048x1160/800x0/images/Novak-Djokovic-1179654.jpg", + "pubDate": "Fri, 07 Jan 2022 21:03:05 GMT", + "enclosure": "https://images.bfmtv.com/2KIH9Fm7F9GR0mNZ8FFn8LENN1k=/1x0:1697x954/800x0/images/-840032.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/nkPKNST4XSFPDj6OAqUIRuDMzeQ=/0x8:2048x1160/800x0/images/Novak-Djokovic-1179654.jpg", + "image": "https://images.bfmtv.com/2KIH9Fm7F9GR0mNZ8FFn8LENN1k=/1x0:1697x954/800x0/images/-840032.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38628,20 +39684,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "673c3f2702d1b80e4bb71d29c8d53424", + "hash": "9dca2374fce53d077b61661d67584ae6", "highlights": [] }, { - "title": "Open d'Australie: les avocats de Djokovic vont riposter après l'annulation de son visa", - "description": "L'Australie a annulé jeudi le visa de Novak Djokovic qui était arrivé à l'aéroport de Melbourne afin d'y disputer le premier Grand Chelem de l'année. Ses avocats vont contre-attaquer.

", - "content": "L'Australie a annulé jeudi le visa de Novak Djokovic qui était arrivé à l'aéroport de Melbourne afin d'y disputer le premier Grand Chelem de l'année. Ses avocats vont contre-attaquer.

", + "title": "PSG en direct: Messi toujours absent de l'entraînement à la veille du choc contre l'OL", + "description": "Le PSG se déplacera dimanche soir au Groupama Stadium (20h45) pour y défier l'OL en clôture de la 20e journée de Ligue 1. A la veille du choc, l'entraîneur parisien Mauricio Pochettino s'exprimera ce samedi devant la presse. Une conférence à suivre sur RMC Sport à partir de 13h.

", + "content": "Le PSG se déplacera dimanche soir au Groupama Stadium (20h45) pour y défier l'OL en clôture de la 20e journée de Ligue 1. A la veille du choc, l'entraîneur parisien Mauricio Pochettino s'exprimera ce samedi devant la presse. Une conférence à suivre sur RMC Sport à partir de 13h.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-les-avocats-de-djokovic-vont-riposter-apres-l-annulation-de-son-visa_AV-202201060017.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-en-direct-la-conf-de-pochettino-avant-le-choc-contre-l-ol_LN-202201080068.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 00:25:00 GMT", - "enclosure": "https://images.bfmtv.com/r9zaWjoOSReX3MNrLwB_JHe4SnA=/0x0:2048x1152/800x0/images/Novak-Djokovic-1208151.jpg", + "pubDate": "Sat, 08 Jan 2022 09:59:16 GMT", + "enclosure": "https://images.bfmtv.com/SvFdBaT5IAjyEIvZ6IdxS_YOu8w=/0x39:2048x1191/800x0/images/Lionel-Messi-1204389.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/r9zaWjoOSReX3MNrLwB_JHe4SnA=/0x0:2048x1152/800x0/images/Novak-Djokovic-1208151.jpg", + "image": "https://images.bfmtv.com/SvFdBaT5IAjyEIvZ6IdxS_YOu8w=/0x39:2048x1191/800x0/images/Lionel-Messi-1204389.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38650,20 +39706,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a0dd3850d912db0811e2a6609b99af9", + "hash": "3b89a8c3bd29e1b1da9879e60e20be7e", "highlights": [] }, { - "title": "Open d'Australie: Djokovic, un habitué des polémiques", - "description": "Novak Djokovic croyait avoir fait le plus difficile en obtenant une dérogation médicale pour pouvoir participer à l'Open d'Australie, mais le visa du N.1 mondial a été annulé à l'aéroport de Melbourne. Une nouvelle polémique dans sa carrière.

", - "content": "Novak Djokovic croyait avoir fait le plus difficile en obtenant une dérogation médicale pour pouvoir participer à l'Open d'Australie, mais le visa du N.1 mondial a été annulé à l'aéroport de Melbourne. Une nouvelle polémique dans sa carrière.

", + "title": "\"Metz a montré sa capacité à résister dans des moments difficiles\", estime le directeur sportif", + "description": "A deux jours du derby face à Strasbourg, Philippe Gaillot, le directeur sportif du FC Metz, revient sur les dossiers du mercato hivernal et sur la saison des Grenats, actuellement 18e du championnat avant d'attaquer la phase retour.

", + "content": "A deux jours du derby face à Strasbourg, Philippe Gaillot, le directeur sportif du FC Metz, revient sur les dossiers du mercato hivernal et sur la saison des Grenats, actuellement 18e du championnat avant d'attaquer la phase retour.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-djokovic-un-habitue-des-polemiques_AV-202201050575.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/metz-a-montre-sa-capacite-a-resister-dans-des-moments-difficiles-estime-le-directeur-sportif_AV-202201070539.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 23:39:25 GMT", - "enclosure": "https://images.bfmtv.com/k85UazHeyPrZqGRLebFq9miTz5E=/0x93:2048x1245/800x0/images/Novak-Djokovic-1208138.jpg", + "pubDate": "Fri, 07 Jan 2022 20:36:48 GMT", + "enclosure": "https://images.bfmtv.com/0TWPrETDTtxWLV5Z0_FMvVbnbp4=/0x0:2000x1125/800x0/images/Philippe-Gaillot-lors-du-match-face-a-Reims-en-2015-1210582.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/k85UazHeyPrZqGRLebFq9miTz5E=/0x93:2048x1245/800x0/images/Novak-Djokovic-1208138.jpg", + "image": "https://images.bfmtv.com/0TWPrETDTtxWLV5Z0_FMvVbnbp4=/0x0:2000x1125/800x0/images/Philippe-Gaillot-lors-du-match-face-a-Reims-en-2015-1210582.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38672,20 +39728,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbbd3624f491e54225db23f4f27a0948", + "hash": "e0c474cd33ed68ee059490e1c2e15c44", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari sûr du 6 janvier - Série A - Italie", - "description": "Notre pronostic: l'Inter s'impose à Bologne (1.54)

", - "content": "Notre pronostic: l'Inter s'impose à Bologne (1.54)

", + "title": "Mercato: l'option d'achat de Pau Lopez levée par l'OM", + "description": "Prêté par la Roma à l'OM, Pau Lopez est officiellement devenu un joueur marseillais. Son option d'achat a été levée alors que le gardien dispute son 20e match avec Marseille ce vendredi face à Bordeaux.

", + "content": "Prêté par la Roma à l'OM, Pau Lopez est officiellement devenu un joueur marseillais. Son option d'achat a été levée alors que le gardien dispute son 20e match avec Marseille ce vendredi face à Bordeaux.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-6-janvier-serie-a-italie_AN-202201050446.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-l-option-d-achat-de-pau-lopez-levee-par-l-om_AV-202201070538.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/aIttlEcbNggKcs3gDfUxtMwtXiI=/0x104:1984x1220/800x0/images/Lautaro-Martinez-Inter-1208006.jpg", + "pubDate": "Fri, 07 Jan 2022 20:34:02 GMT", + "enclosure": "https://images.bfmtv.com/YEsKZmX4gY0eyjgl3SIVZLF2Ki0=/0x46:2048x1198/800x0/images/Pau-Lopez-1169054.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/aIttlEcbNggKcs3gDfUxtMwtXiI=/0x104:1984x1220/800x0/images/Lautaro-Martinez-Inter-1208006.jpg", + "image": "https://images.bfmtv.com/YEsKZmX4gY0eyjgl3SIVZLF2Ki0=/0x46:2048x1198/800x0/images/Pau-Lopez-1169054.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38694,20 +39750,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "32c583727103299486797eecdc6a2bdd", + "hash": "98351604812af15e9fc0b650d3325516", "highlights": [] }, { - "title": "Bordeaux-OM (J-1) en direct: des joueurs marseillais positifs au covid", - "description": "Suivez en direct ce jeudi les conférences de presse avant le match entre Bordeaux et l'OM, vendredi (21h, 20e journée de Ligue 1). Les Girondins, touchés par le covid, ont demandé le report de la rencontre.

", - "content": "Suivez en direct ce jeudi les conférences de presse avant le match entre Bordeaux et l'OM, vendredi (21h, 20e journée de Ligue 1). Les Girondins, touchés par le covid, ont demandé le report de la rencontre.

", + "title": "Saint-Etienne: Puel répond à Romeyer après sa charge sur le non recrutement", + "description": "Claude Puel a réagi ce vendredi aux attaques de Roland Romeyer sur la mauvaise gestion du recrutement l’été dernier. Le président de Saint-Etienne désigne Puel comme seul responsable mais l’ancien coach des Verts se défend.

", + "content": "Claude Puel a réagi ce vendredi aux attaques de Roland Romeyer sur la mauvaise gestion du recrutement l’été dernier. Le président de Saint-Etienne désigne Puel comme seul responsable mais l’ancien coach des Verts se défend.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-j-1-en-direct-suivez-les-confs-de-petkovic-et-sampaoli_LN-202201060200.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-puel-repond-a-romeyer-apres-sa-charge-sur-le-non-recrutement_AV-202201070533.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 10:07:07 GMT", - "enclosure": "https://images.bfmtv.com/_5I6zXXscBfSH6BleqEjpcvCVPc=/0x129:2032x1272/800x0/images/Jorge-SAMPAOLI-1174514.jpg", + "pubDate": "Fri, 07 Jan 2022 20:23:55 GMT", + "enclosure": "https://images.bfmtv.com/IbW8NFZBjf8hlJDA1nTBgwuCCVE=/0x73:768x505/800x0/images/L-entraineur-de-Saint-Etienne-Claude-Puel-lors-du-match-a-domicile-contre-Angers-comptant-pour-la-11e-journee-de-Ligue-1-le-22-octobre-2021-au-Stade-Geoffroy-Guichard-1182264.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/_5I6zXXscBfSH6BleqEjpcvCVPc=/0x129:2032x1272/800x0/images/Jorge-SAMPAOLI-1174514.jpg", + "image": "https://images.bfmtv.com/IbW8NFZBjf8hlJDA1nTBgwuCCVE=/0x73:768x505/800x0/images/L-entraineur-de-Saint-Etienne-Claude-Puel-lors-du-match-a-domicile-contre-Angers-comptant-pour-la-11e-journee-de-Ligue-1-le-22-octobre-2021-au-Stade-Geoffroy-Guichard-1182264.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38716,20 +39772,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "90f5db50ce79a2f3caaa5177058ef373", + "hash": "f5887278bb5b5ade336f60944d09484f", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari à domicile du 6 janvier - Série A - Italie", - "description": "Notre pronostic: la Sampdoria bat Cagliari (1.84)

", - "content": "Notre pronostic: la Sampdoria bat Cagliari (1.84)

", + "title": "Bordeaux-OM, les compos: Costil de retour, Harit et Luis Henrique titulaires", + "description": "Plombés par de nombreux cas de Covid, Bordeaux et l'OM alignent un onze très remanié. Les Marseillais vont tenter de briser la série d'invincibilité des Girondins à domicile, qui dure depuis 44 ans.

", + "content": "Plombés par de nombreux cas de Covid, Bordeaux et l'OM alignent un onze très remanié. Les Marseillais vont tenter de briser la série d'invincibilité des Girondins à domicile, qui dure depuis 44 ans.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-a-domicile-du-6-janvier-serie-a-italie_AN-202201050440.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-les-compos-costil-de-retour-harit-et-luis-henrique-titulaires_AV-202201070514.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/CDd3dgkEiqUD8D7cqDiwmsdmDxA=/0x103:2000x1228/800x0/images/Manolo-Gabbiadini-Sampdoria-1207997.jpg", + "pubDate": "Fri, 07 Jan 2022 19:33:26 GMT", + "enclosure": "https://images.bfmtv.com/FBfyoZDCwuXj55B6I3eJZ0ydF_U=/0x135:2048x1287/800x0/images/Dimitri-Payet-1210382.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/CDd3dgkEiqUD8D7cqDiwmsdmDxA=/0x103:2000x1228/800x0/images/Manolo-Gabbiadini-Sampdoria-1207997.jpg", + "image": "https://images.bfmtv.com/FBfyoZDCwuXj55B6I3eJZ0ydF_U=/0x135:2048x1287/800x0/images/Dimitri-Payet-1210382.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38738,20 +39794,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8cebfa67d598858278f8a3e9d89e7ede", + "hash": "0072b967fdd4bce57235da635924691c", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le buteur du jour du 6 janvier - Série A - Italie", - "description": "Notre pronostic: Dusan Vlahovic marque contre l'Udinese... s'il joue (1.86)

", - "content": "Notre pronostic: Dusan Vlahovic marque contre l'Udinese... s'il joue (1.86)

", + "title": "Barça: le club dément fermement le montant des salaires publiés dans la presse", + "description": "Le Barça a répondu ce vendredi à la publication d’une liste des plus gros salaires du club par une émission catalane, avec Piqué, Busquets, Alba et Umtiti en tête. Le club dément formellement.

", + "content": "Le Barça a répondu ce vendredi à la publication d’une liste des plus gros salaires du club par une émission catalane, avec Piqué, Busquets, Alba et Umtiti en tête. Le club dément formellement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-30-decembre-super-league-grece_AN-202201050451.html", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-le-club-dement-fermement-le-montant-des-salaires-publies-dans-la-presse_AV-202201070511.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/KGoJ3ZA9zyb3JZghU_PHP454XzM=/0x103:2000x1228/800x0/images/Dusan-Vlahovic-Fiorentina-1208013.jpg", + "pubDate": "Fri, 07 Jan 2022 19:21:52 GMT", + "enclosure": "https://images.bfmtv.com/VCbnHbiaaqcRZ-cSGDPE4_eALW4=/0x40:768x472/800x0/images/Le-milieu-de-terrain-de-Barcelone-Sergio-Busquets-les-defenseurs-francais-Samuel-Umtiti-et-l-Espagnol-Gerard-Pique-et-l-attaquant-marocain-Abde-Ezzalzouli-apres-un-but-encaisse-face-a-Osasuna-lors-de-la-17e-journee-de-LaLiga-le-12-decembre-2021-a-Pampelonne-1187088.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/KGoJ3ZA9zyb3JZghU_PHP454XzM=/0x103:2000x1228/800x0/images/Dusan-Vlahovic-Fiorentina-1208013.jpg", + "image": "https://images.bfmtv.com/VCbnHbiaaqcRZ-cSGDPE4_eALW4=/0x40:768x472/800x0/images/Le-milieu-de-terrain-de-Barcelone-Sergio-Busquets-les-defenseurs-francais-Samuel-Umtiti-et-l-Espagnol-Gerard-Pique-et-l-attaquant-marocain-Abde-Ezzalzouli-apres-un-but-encaisse-face-a-Osasuna-lors-de-la-17e-journee-de-LaLiga-le-12-decembre-2021-a-Pampelonne-1187088.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38760,20 +39816,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4817a6e7c5231723b4035491d9f570f7", + "hash": "d11e5addb04f1f417bd35de366dadb83", "highlights": [] }, { - "title": "Top 14: décision vendredi pour Toulon-La Rochelle", - "description": "La rencontre de Top 14 entre Toulon et La Rochelle, prévue ce dimanche (18h), est sous la menace d'un report, souhaité par le RCT. Président du club varois, Bernard Lemaitre a déjà indiqué qu’il ne voulait pas disputer ce match dans ces conditions.

", - "content": "La rencontre de Top 14 entre Toulon et La Rochelle, prévue ce dimanche (18h), est sous la menace d'un report, souhaité par le RCT. Président du club varois, Bernard Lemaitre a déjà indiqué qu’il ne voulait pas disputer ce match dans ces conditions.

", + "title": "Ligue 1: les dirigeants de Reims fustigent l'arbitrage après le match face à l'OM", + "description": "Sanctionnés après le match face à l'OM le 22 décembre (1-1), les dirigeants du Stade de Reims ont réagi via un communiqué, en critiquant fermement l'arbitrage.

", + "content": "Sanctionnés après le match face à l'OM le 22 décembre (1-1), les dirigeants du Stade de Reims ont réagi via un communiqué, en critiquant fermement l'arbitrage.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-decision-vendredi-pour-toulon-la-rochelle_AV-202201050567.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-les-dirigeants-de-reims-fustigent-l-arbitrage-apres-le-match-face-a-l-om_AV-202201070506.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 22:51:19 GMT", - "enclosure": "https://images.bfmtv.com/J_qT8WMi9ZNE8Vh-0wWOjwg6uZU=/0x106:2048x1258/800x0/images/Toulon-1208127.jpg", + "pubDate": "Fri, 07 Jan 2022 19:10:31 GMT", + "enclosure": "https://images.bfmtv.com/Jr_i5htBR3tMUYK2S5tx9VratuI=/0x106:2048x1258/800x0/images/Jean-Pierre-Caillot-1040806.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/J_qT8WMi9ZNE8Vh-0wWOjwg6uZU=/0x106:2048x1258/800x0/images/Toulon-1208127.jpg", + "image": "https://images.bfmtv.com/Jr_i5htBR3tMUYK2S5tx9VratuI=/0x106:2048x1258/800x0/images/Jean-Pierre-Caillot-1040806.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38782,20 +39838,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "01f84d1533d77cb9da97455a8a350548", + "hash": "7ec9b4b4ffe56a86211edc5004fc193a", "highlights": [] }, { - "title": "Open d'Australie: \"Les règles sont les règles\", le Premier ministre australien se justifie sur le cas Djokovic", - "description": "Dans un message publié sur son compte Twitter, le premier ministre australien Scott Morrison a confirmé que le visa de Novak Djokovic, lui permettant en théorie d'entrer sur le territoire et donc de disputer l'Open d'Australie, était annulé.

", - "content": "Dans un message publié sur son compte Twitter, le premier ministre australien Scott Morrison a confirmé que le visa de Novak Djokovic, lui permettant en théorie d'entrer sur le territoire et donc de disputer l'Open d'Australie, était annulé.

", + "title": "Bordeaux-OM: l'accueil bouillant des supporters girondins à l'arrivée des joueurs", + "description": "Alors que Bordeaux-OM se jouera à huis clos ce vendredi en Ligue 1, les Ultramarines ont accueilli les joueurs bordelais avec des fumigènes à leur arrivée au Matmut-Atlantique.

", + "content": "Alors que Bordeaux-OM se jouera à huis clos ce vendredi en Ligue 1, les Ultramarines ont accueilli les joueurs bordelais avec des fumigènes à leur arrivée au Matmut-Atlantique.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-personne-n-est-au-dessus-des-regles-le-premier-ministre-australien-se-justifie-sur-le-cas-djokovic_AV-202201050565.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-l-accueil-bouillant-des-supporters-girondins-a-l-arrivee-des-joueurs_AV-202201070501.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 22:39:26 GMT", - "enclosure": "https://images.bfmtv.com/sNOBdQ_2n2cA7BW80_NJPdFnG1Q=/0x0:2048x1152/800x0/images/Djokovic-1208122.jpg", + "pubDate": "Fri, 07 Jan 2022 18:56:26 GMT", + "enclosure": "https://images.bfmtv.com/ql9PV-pyFbTij9EOZCahduybAoo=/0x150:2048x1302/800x0/images/Supporters-Bordeaux-1197661.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/sNOBdQ_2n2cA7BW80_NJPdFnG1Q=/0x0:2048x1152/800x0/images/Djokovic-1208122.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", @@ -38804,20 +39860,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4206cfe691e0f13ecc3dfa12eb7e5a63", + "hash": "5803935ab43b0ba61d15062e5ec96c44", "highlights": [] }, { - "title": "League Cup: Lukaku copieusement chambré par les supporters de Tottenham", - "description": "Pour son grand retour sur les terrains, Romelu Lukaku n’a pas marqué face à Tottenham lors de la victoire de Chelsea en demi-finale aller de League Cup face à Tottenham (2-0) mercredi. Le Belge a été chambré par les supporters des Spurs et n'a pas manqué de leur répondre.

", - "content": "Pour son grand retour sur les terrains, Romelu Lukaku n’a pas marqué face à Tottenham lors de la victoire de Chelsea en demi-finale aller de League Cup face à Tottenham (2-0) mercredi. Le Belge a été chambré par les supporters des Spurs et n'a pas manqué de leur répondre.

", + "title": "Open d'Australie en direct: le clan Djokovic s'exprime enfin sur sa situation vaccinale", + "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/league-cup/league-cup-lukaku-copieusement-chambre-par-les-supporters-de-tottenham_AV-202201050560.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 22:20:32 GMT", - "enclosure": "https://images.bfmtv.com/a9v6dL_qOo2tuRSCdFNxdQT4AXo=/0x88:2048x1240/800x0/images/1208115.jpg", + "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", + "enclosure": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/a9v6dL_qOo2tuRSCdFNxdQT4AXo=/0x88:2048x1240/800x0/images/1208115.jpg", + "image": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38826,20 +39882,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff81b1d43d79c1be7cd692c453e34c02", + "hash": "85ab2131edb441fa0ea17ba0e63f34b1", "highlights": [] }, { - "title": "Open d'Australie: le président serbe accuse l'Australie de \"mauvais traitement\" envers Djokovic", - "description": "Le président de la Serbie Aleksandar Vucic s'en est pris publiquement à l'Australie au sujet de Novak Djokovic, dont le visa a été annulé par les autorités australiennes. Le Serbe, qui comptait participer à l'Open d'Australie, doit quitter le pays.

", - "content": "Le président de la Serbie Aleksandar Vucic s'en est pris publiquement à l'Australie au sujet de Novak Djokovic, dont le visa a été annulé par les autorités australiennes. Le Serbe, qui comptait participer à l'Open d'Australie, doit quitter le pays.

", + "title": "Le sport face au Covid en direct: Toulon-La Rochelle et Toulouse-Montpellier reportés", + "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-le-president-serbe-accuse-l-australie-de-mauvais-traitement-envers-djokovic_AV-202201050554.html", + "link": "https://rmcsport.bfmtv.com/football/le-sport-face-au-coronavirus-suivez-toutes-les-infos-en-direct_LN-202201060115.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 22:02:51 GMT", - "enclosure": "https://images.bfmtv.com/dX7-8MCz7JAMw8KE1ZMSFHzOZGM=/0x77:2048x1229/800x0/images/Novak-DJOKOVIC-1208113.jpg", + "pubDate": "Thu, 06 Jan 2022 07:32:06 GMT", + "enclosure": "https://images.bfmtv.com/J_qT8WMi9ZNE8Vh-0wWOjwg6uZU=/0x106:2048x1258/800x0/images/Toulon-1208127.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/dX7-8MCz7JAMw8KE1ZMSFHzOZGM=/0x77:2048x1229/800x0/images/Novak-DJOKOVIC-1208113.jpg", + "image": "https://images.bfmtv.com/J_qT8WMi9ZNE8Vh-0wWOjwg6uZU=/0x106:2048x1258/800x0/images/Toulon-1208127.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38848,20 +39904,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "797900bf9708aaa7c6714bf3c563a551", + "hash": "f613dc4fc142d3198cb9df10f36139a2", "highlights": [] }, { - "title": "Le sport face au coronavirus en direct: Djokovic conteste l'annulation de son visa en Australie", - "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", - "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "title": "Top 14: la LNR confirme les reports de Toulon-La Rochelle et Toulouse-Montpellier", + "description": "Toulon-La Rochelle et Toulouse-Montpellier, prévus dimanche dans le cadre de la 15e journée de Top 14, sont bel et bien reportés pour cause de Covid. La Ligue Nationale de Rugby l’a confirmé ce soir. 

", + "content": "Toulon-La Rochelle et Toulouse-Montpellier, prévus dimanche dans le cadre de la 15e journée de Top 14, sont bel et bien reportés pour cause de Covid. La Ligue Nationale de Rugby l’a confirmé ce soir. 

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/le-sport-face-au-coronavirus-suivez-toutes-les-infos-en-direct_LN-202201060115.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-la-lnr-confirme-les-reports-de-toulon-la-rochelle-et-toulouse-montpellier_AN-202201070495.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 07:32:06 GMT", - "enclosure": "https://images.bfmtv.com/62ogJg4CrN6VGPx5FCaIqRqx6Xg=/0x38:2048x1190/800x0/images/Novak-Djokovic-1208278.jpg", + "pubDate": "Fri, 07 Jan 2022 18:40:31 GMT", + "enclosure": "https://images.bfmtv.com/mif-94Ms0vyDwOPuIq5kfq-mUPk=/0x106:2048x1258/800x0/images/Romain-Ntamack-Stade-Toulousain-1210738.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/62ogJg4CrN6VGPx5FCaIqRqx6Xg=/0x38:2048x1190/800x0/images/Novak-Djokovic-1208278.jpg", + "image": "https://images.bfmtv.com/mif-94Ms0vyDwOPuIq5kfq-mUPk=/0x106:2048x1258/800x0/images/Romain-Ntamack-Stade-Toulousain-1210738.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38870,20 +39926,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "90a102c3a81d35191954a8f39493d502", + "hash": "2d9257e80c9f71706d718007671091ec", "highlights": [] }, { - "title": "Le sport face au coronavirus en direct: Djokovic en passe de quitter l'Australie après l'annulation de son visa", - "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 mercato en direct: option d'achat levée par l'OM pour Pau Lopez", + "description": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouver toutes les infos et rumeurs du mercato sur RMC Sport.

", + "content": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouver toutes les infos et rumeurs du mercato sur RMC Sport.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/transferts/le-mercato-en-direct-les-infos-et-rumeurs-du-6-janvier-2022_LN-202201060107.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 07:45:21 GMT", - "enclosure": "https://images.bfmtv.com/LjzAx3DKLI6C2Ar3zSdlhec5CIo=/0x76:2048x1228/800x0/images/Novak-Djokovic-1200704.jpg", + "pubDate": "Thu, 06 Jan 2022 07:20:37 GMT", + "enclosure": "https://images.bfmtv.com/dHxpbh3p7AqhEia-KVa_a4yRVEE=/3x46:1891x1108/800x0/images/Pau-Lopez-OM-le-22-decembre-2021-1210777.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/LjzAx3DKLI6C2Ar3zSdlhec5CIo=/0x76:2048x1228/800x0/images/Novak-Djokovic-1200704.jpg", + "image": "https://images.bfmtv.com/dHxpbh3p7AqhEia-KVa_a4yRVEE=/3x46:1891x1108/800x0/images/Pau-Lopez-OM-le-22-decembre-2021-1210777.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38892,20 +39948,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a8e90c3afb350a988ed1ac69256a5bf", + "hash": "93471173237be15725829c35995b4697", "highlights": [] }, { - "title": "Open d'Australie: le visa de Djokovic annulé, l'Australie lui demande de quitter le pays", - "description": "Selon plusieurs médias dont The Age et le Telegraph, le visa de Novak Djokovic pour entrer sur le sol australien a été annulé. Les autorités locales lui demandent désormais de quitter le pays ce jeudi.

", - "content": "Selon plusieurs médias dont The Age et le Telegraph, le visa de Novak Djokovic pour entrer sur le sol australien a été annulé. Les autorités locales lui demandent désormais de quitter le pays ce jeudi.

", + "title": "Manchester City: ce qu'on sait des conditions strictes de liberté sous caution de Benjamin Mendy", + "description": "Accusé de sept viols et d’une agression sexuelle, Benjamin Mendy a été libéré sous caution ce vendredi. Placé sous contrôle judiciaire par la justice britannique, le latéral de Manchester City devra respecter des conditions strictes.

", + "content": "Accusé de sept viols et d’une agression sexuelle, Benjamin Mendy a été libéré sous caution ce vendredi. Placé sous contrôle judiciaire par la justice britannique, le latéral de Manchester City devra respecter des conditions strictes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-le-visa-de-djokovic-annule-l-australie-lui-demande-de-quitter-le-pays_AV-202201050546.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-city-ce-qu-on-sait-des-conditions-strictes-de-liberte-sous-caution-de-benjamin-mendy_AV-202201070471.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 21:40:49 GMT", - "enclosure": "https://images.bfmtv.com/nkPKNST4XSFPDj6OAqUIRuDMzeQ=/0x8:2048x1160/800x0/images/Novak-Djokovic-1179654.jpg", + "pubDate": "Fri, 07 Jan 2022 18:13:32 GMT", + "enclosure": "https://images.bfmtv.com/xv2A_DroL-3nXEbh7qaCgn9U8KQ=/0x0:512x288/800x0/images/Le-defenseur-francais-de-Manchester-City-Benjamin-Mendy-le-4-novembre-2018-en-Premier-League-a-domicile-contre-Southampton-1167717.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/nkPKNST4XSFPDj6OAqUIRuDMzeQ=/0x8:2048x1160/800x0/images/Novak-Djokovic-1179654.jpg", + "image": "https://images.bfmtv.com/xv2A_DroL-3nXEbh7qaCgn9U8KQ=/0x0:512x288/800x0/images/Le-defenseur-francais-de-Manchester-City-Benjamin-Mendy-le-4-novembre-2018-en-Premier-League-a-domicile-contre-Southampton-1167717.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38914,20 +39970,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d9acc2cf5e7664658703e162615a24f", + "hash": "b03fe090cac22ca5373f9b3b7b171d75", "highlights": [] }, { - "title": "Serie A: refus de reports, forfaits probables.. énorme imbroglio à cause du Covid-19", - "description": "À la veille de la 20e journée de Serie A, le championnat italien est plongé dans le flou total alors que les cas de Covid-19 se multiplient. Ce qui pourrait donner à des situations farfelues, avec plusieurs équipes se présentant seules sur le terrain.

", - "content": "À la veille de la 20e journée de Serie A, le championnat italien est plongé dans le flou total alors que les cas de Covid-19 se multiplient. Ce qui pourrait donner à des situations farfelues, avec plusieurs équipes se présentant seules sur le terrain.

", + "title": "Mercato: Kolo Muani refuse d’aller à Fribourg… malgré une grosse offre acceptée par Nantes", + "description": "En fin de contrat à l’issue de la saison avec le FC Nantes, Kolo Muani aurait pu quitter cet hiver son club formateur. Selon nos informations, Fribourg s’était mis d’accord financièrement avec les Nantais avec une offre de 9 millions. Mais le buteur a refusé la proposition du club allemand.

", + "content": "En fin de contrat à l’issue de la saison avec le FC Nantes, Kolo Muani aurait pu quitter cet hiver son club formateur. Selon nos informations, Fribourg s’était mis d’accord financièrement avec les Nantais avec une offre de 9 millions. Mais le buteur a refusé la proposition du club allemand.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-refus-de-reports-forfaits-probables-enorme-imbroglio-a-cause-du-covid-19_AV-202201050544.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-kolo-muani-refuse-d-aller-a-fribourg-malgre-une-offre-de-9-millions-acceptee-par-nantes_AV-202201070465.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 21:35:56 GMT", - "enclosure": "https://images.bfmtv.com/C_zec8ufuSEKDeeX342vo392Xms=/0x212:2048x1364/800x0/images/1208096.jpg", + "pubDate": "Fri, 07 Jan 2022 18:00:11 GMT", + "enclosure": "https://images.bfmtv.com/uTPTKfy2Pwh7Sv3Yb8smUzq-_JA=/13x80:1997x1196/800x0/images/Randal-Kolo-Muani-1035032.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/C_zec8ufuSEKDeeX342vo392Xms=/0x212:2048x1364/800x0/images/1208096.jpg", + "image": "https://images.bfmtv.com/uTPTKfy2Pwh7Sv3Yb8smUzq-_JA=/13x80:1997x1196/800x0/images/Randal-Kolo-Muani-1035032.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38936,20 +39992,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f527285bdfd26fe531c670e49ce478b5", + "hash": "b81388ccdb294e045eae52f652ed3141", "highlights": [] }, { - "title": "Chelsea: Kanté à nouveau testé positif au coronavirus", - "description": "Absents lors de la demi-finale aller de League Cup entre Chelsea et Tottenham ce mercredi, N'Golo Kanté et Thiago Silva ont été testés positifs au coronavirus. Ce n'est pas une première pour le Français.

", - "content": "Absents lors de la demi-finale aller de League Cup entre Chelsea et Tottenham ce mercredi, N'Golo Kanté et Thiago Silva ont été testés positifs au coronavirus. Ce n'est pas une première pour le Français.

", + "title": "FIFA 22: Mbappé, Payet, Benzema... les attaquants nommés pour l'équipe de l'année", + "description": "EA Sports a dévoilé ce vendredi la liste des attaquants en concurrence pour intégrer la très attendue Team of The Year du mode de jeu Ultimate Team sur FIFA 22. Les fans seront invités à voter pendant une semaine pour leurs favoris.

", + "content": "EA Sports a dévoilé ce vendredi la liste des attaquants en concurrence pour intégrer la très attendue Team of The Year du mode de jeu Ultimate Team sur FIFA 22. Les fans seront invités à voter pendant une semaine pour leurs favoris.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-kante-a-nouveau-teste-positif-au-coronavirus_AV-202201050538.html", + "link": "https://rmcsport.bfmtv.com/e-sport/fifa-22-mbappe-payet-benzema-les-attaquants-nommes-pour-l-equipe-de-l-annee_AV-202201070463.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 21:09:40 GMT", - "enclosure": "https://images.bfmtv.com/xqSLU7VwkpouF68IIxeP6qOfC8E=/0x108:2032x1251/800x0/images/N-Golo-KANTE-1208095.jpg", + "pubDate": "Fri, 07 Jan 2022 17:56:50 GMT", + "enclosure": "https://images.bfmtv.com/8KNapitgKEk_sbY1aW3YXhZ2-Jg=/0x0:2048x1152/800x0/images/Karim-Benzema-et-Kylian-Mbappe-1165781.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/xqSLU7VwkpouF68IIxeP6qOfC8E=/0x108:2032x1251/800x0/images/N-Golo-KANTE-1208095.jpg", + "image": "https://images.bfmtv.com/8KNapitgKEk_sbY1aW3YXhZ2-Jg=/0x0:2048x1152/800x0/images/Karim-Benzema-et-Kylian-Mbappe-1165781.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38958,20 +40014,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5a7831e1ec1cd81d5c5b48e106205ca", + "hash": "0200f011feb370723500dd647d2c635d", "highlights": [] }, { - "title": "Open d'Australie en direct: les fans de Djokovic affluent à l'aéroport de Melbourne", - "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", - "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "title": "Rugby: le jeune Toulonnais hospitalisé pour problèmes cardiaques est rentré chez lui", + "description": "Hospitalisé en raison de problèmes cardiaques, le jeune joueur du RC Toulon a passé des examens ce vendredi et a pu sortir de l'hôpital.

", + "content": "Hospitalisé en raison de problèmes cardiaques, le jeune joueur du RC Toulon a passé des examens ce vendredi et a pu sortir de l'hôpital.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/rugby-le-jeune-toulonnais-hospitalise-pour-problemes-cardiaques-est-rentre-chez-lui_AV-202201070458.html", "creator": "", - "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", - "enclosure": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", + "pubDate": "Fri, 07 Jan 2022 17:50:38 GMT", + "enclosure": "https://images.bfmtv.com/Ujl71RdEXpRrkPyqmqkCOMdQIkM=/0x39:768x471/800x0/images/L-entraineur-de-Toulon-Franck-Azema-avant-le-match-de-Top-14-contre-Clermont-le-7-novembre-2021-au-Stade-Marcel-Michelin-1179428.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", + "image": "https://images.bfmtv.com/Ujl71RdEXpRrkPyqmqkCOMdQIkM=/0x39:768x471/800x0/images/L-entraineur-de-Toulon-Franck-Azema-avant-le-match-de-Top-14-contre-Clermont-le-7-novembre-2021-au-Stade-Marcel-Michelin-1179428.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -38980,20 +40036,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d070b15b8bb15ea11b6fc113b43729a", + "hash": "3388eae8e355e55ec452ec64e1b39231", "highlights": [] }, { - "title": "PSG: le message fort de Mbappé pour lutter contre le racisme", - "description": "Au cours d'un entretien avec CNN, Kylian Mbappé est revenu sur les insultes racistes qu'il a subies sur les réseaux sociaux lors du dernier Euro, à l'issue de l'élimination de l'équipe de France face à la Suisse. L'attaquant du PSG se dit blessé par les messages et invite tous les acteurs du football à s'impliquer contre ce fléau.

", - "content": "Au cours d'un entretien avec CNN, Kylian Mbappé est revenu sur les insultes racistes qu'il a subies sur les réseaux sociaux lors du dernier Euro, à l'issue de l'élimination de l'équipe de France face à la Suisse. L'attaquant du PSG se dit blessé par les messages et invite tous les acteurs du football à s'impliquer contre ce fléau.

", + "title": "Le champion du monde junior de tir meurt après s'être accidentellement tiré une balle dans le ventre", + "description": "Cristian Ghilli, champion du monde junior de tir, est décédé à 19 ans jeudi après s'être accidentellement tiré une balle dans le ventre alors qu'il chassait avec ses amis.

", + "content": "Cristian Ghilli, champion du monde junior de tir, est décédé à 19 ans jeudi après s'être accidentellement tiré une balle dans le ventre alors qu'il chassait avec ses amis.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-le-message-fort-de-mbappe-pour-lutter-contre-le-racisme_AV-202201050537.html", + "link": "https://rmcsport.bfmtv.com/sports-extremes/le-champion-du-monde-junior-de-tir-meurt-apres-s-etre-accidentellement-tire-une-balle-dans-le-ventre_AN-202201070456.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 20:47:00 GMT", - "enclosure": "https://images.bfmtv.com/WNVOoeuxD9VO9-pKSCdfFnT40-E=/0x36:2048x1188/800x0/images/Kylian-Mbappe-lors-de-France-Kazakhstan-1166280.jpg", + "pubDate": "Fri, 07 Jan 2022 17:48:36 GMT", + "enclosure": "https://images.bfmtv.com/h8RID-pP6ONkS5_fs6-28IxNJeI=/0x128:1984x1244/800x0/images/Un-pistolet-1210664.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/WNVOoeuxD9VO9-pKSCdfFnT40-E=/0x36:2048x1188/800x0/images/Kylian-Mbappe-lors-de-France-Kazakhstan-1166280.jpg", + "image": "https://images.bfmtv.com/h8RID-pP6ONkS5_fs6-28IxNJeI=/0x128:1984x1244/800x0/images/Un-pistolet-1210664.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39002,20 +40058,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "986e6c9a50c06fabea648089406a2a96", + "hash": "31c58d0842d1df9765688096bd6037ef", "highlights": [] }, { - "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.

", + "title": "Manchester United: Rangnick nie toute tension dans le vestiaire mancunien", + "description": "Installé sur le banc de Manchester United afin d’assurer l’intérim jusqu’à la fin de la saison, Ralf Rangnickfait déjà l'objet de critiques. Face à la presse, le technicien a nié l’existence de tensions dans le vestiaire, tout en admettant la présence de joueurs mécontents de leur sort.

", + "content": "Installé sur le banc de Manchester United afin d’assurer l’intérim jusqu’à la fin de la saison, Ralf Rangnickfait déjà l'objet de critiques. Face à la presse, le technicien a nié l’existence de tensions dans le vestiaire, tout en admettant la présence de joueurs mécontents de leur sort.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-morata-se-rapproche-du-barca_LN-202201030030.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-rangnick-nie-toute-tension-dans-le-vestiaire-mancunien_AV-202201070454.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 17:47:21 GMT", + "enclosure": "https://images.bfmtv.com/CieoJ1vEzoUQPTNpENFDMcr9dYY=/0x0:2032x1143/800x0/images/Ralf-Rangnick-1184647.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/CieoJ1vEzoUQPTNpENFDMcr9dYY=/0x0:2032x1143/800x0/images/Ralf-Rangnick-1184647.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39024,20 +40080,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "46bfe8ea1c0dbad311844251ad88ec30", + "hash": "6f7908e732d4f3940d85e235d192aa11", "highlights": [] }, { - "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.

", + "title": "Coupe de France: Bergerac recevra Saint-Etienne... à Périgueux", + "description": "Bergerac doit recevoir Saint-Etienne le dimanche 30 janvier en huitième de finale de Coupe de France. Mais, à cause des restrictions sanitaires, les locaux devront en fait jouer dans le stade des voisins de Périgueux.

", + "content": "Bergerac doit recevoir Saint-Etienne le dimanche 30 janvier en huitième de finale de Coupe de France. Mais, à cause des restrictions sanitaires, les locaux devront en fait jouer dans le stade des voisins de Périgueux.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/coupe-du-roi-dembele-permet-au-barca-de-s-en-sortir-contre-une-d3_AV-202201050526.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-bergerac-recevra-saint-etienne-a-perigueux_AV-202201070435.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 20:25:53 GMT", - "enclosure": "https://images.bfmtv.com/ebAP1wHjLmU4Br3mkCI3JyKpjqM=/0x0:2048x1152/800x0/images/Ousmane-Dembele-1208082.jpg", + "pubDate": "Fri, 07 Jan 2022 17:22:42 GMT", + "enclosure": "https://images.bfmtv.com/rJRN9j6VeDWjbqkazsGdohjz0Nc=/0x52:768x484/800x0/images/Les-joueurs-de-Bergerac-vainqueurs-du-FC-Metz-au-Stade-de-Campreal-dans-l-une-des-grosses-surprises-des-32e-de-finale-de-la-Coupe-de-France-le-19-decembre-2021-1201222.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ebAP1wHjLmU4Br3mkCI3JyKpjqM=/0x0:2048x1152/800x0/images/Ousmane-Dembele-1208082.jpg", + "image": "https://images.bfmtv.com/rJRN9j6VeDWjbqkazsGdohjz0Nc=/0x52:768x484/800x0/images/Les-joueurs-de-Bergerac-vainqueurs-du-FC-Metz-au-Stade-de-Campreal-dans-l-une-des-grosses-surprises-des-32e-de-finale-de-la-Coupe-de-France-le-19-decembre-2021-1201222.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39046,20 +40102,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8695bb10cc181987226ec3da4bc51950", + "hash": "31c8e5dc1f6abde5cece6a3ed159abc8", "highlights": [] }, { - "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.

", + "title": "Chelsea: \"C’est l’une des options\", Tuchel évoque un potentiel retour en janvier d’Emerson Palmieri", + "description": "À la recherche d’un latéral gauche pour pallier la longue blessure de Ben Chilwell, Chelsea pourrait embêter l’OL. Interrogé par la presse sur un potentiel retour en janvier d’Emerson Palmieri, Thomas Tuchel n’a pas fermé la porte à cette option.

", + "content": "À la recherche d’un latéral gauche pour pallier la longue blessure de Ben Chilwell, Chelsea pourrait embêter l’OL. Interrogé par la presse sur un potentiel retour en janvier d’Emerson Palmieri, Thomas Tuchel n’a pas fermé la porte à cette option.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-rothen-tacle-l-attitude-de-messi-vis-a-vis-de-pochettino_AV-202201050524.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/chelsea-c-est-l-une-des-options-tuchel-evoque-un-potentiel-retour-en-janvier-d-emerson-palmieri_AV-202201070427.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 17:16:49 GMT", + "enclosure": "https://images.bfmtv.com/hoVJfuweoH_x-HgUAmos0P6bdiQ=/0x30:2048x1182/800x0/images/Emerson-Palmieri-1185779.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/8ETljshnemy-T8Cn7ReCNvv9WrQ=/0x80:2048x1232/800x0/images/Mauricio-Pochettino-parle-tactique-avec-Lionel-Messi-1182571.jpg", + "image": "https://images.bfmtv.com/hoVJfuweoH_x-HgUAmos0P6bdiQ=/0x30:2048x1182/800x0/images/Emerson-Palmieri-1185779.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39068,20 +40124,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9fa313d25eb1dcdf58e7ef3edf2f357", + "hash": "436c847ef293c60d603f5ef567aa1937", "highlights": [] }, { - "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.

", + "title": "Ligue 1 en direct: première sanction pour Saint-Etienne, avec un parcage visiteurs suspendu", + "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/ligue-1/psg-reprise-dans-les-prochains-jours-pour-messi-kurzawa-positif-au-covid-19_AV-202201050518.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": "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", + "pubDate": "Wed, 05 Jan 2022 08:19:35 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": "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", + "image": "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", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39090,20 +40146,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b88f4ef0a3a94cee4dfa6eb9efbe631", + "hash": "f529b12a39d9413fbd10f41c6e38cbca", "highlights": [] }, { - "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.

", + "title": "Bordeaux-OM en direct: Ünder profite d'une bourde de Costil et ouvre le score", + "description": "Bordeaux reçoit l'OM ce vendredi soir (21 heures) et espère conserver ses 44 ans d’invincibilité à domicile contre l’OM. Longtemps incertaine à cause de nombreux cas de Covid chez les Girondins, la rencontre a finalement été maintenue, et sera à suivre en direct sur RMC Sport. L’effectif marseillais est lui aussi touché.

", + "content": "Bordeaux reçoit l'OM ce vendredi soir (21 heures) et espère conserver ses 44 ans d’invincibilité à domicile contre l’OM. Longtemps incertaine à cause de nombreux cas de Covid chez les Girondins, la rencontre a finalement été maintenue, et sera à suivre en direct sur RMC Sport. L’effectif marseillais est lui aussi touché.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-en-direct-une-affiche-sous-le-signe-du-covid_LS-202201070328.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 19:53:08 GMT", - "enclosure": "https://images.bfmtv.com/DyhwMUeeVqHVtQmyhXJ6gf4uYeY=/0x106:2048x1258/800x0/images/1190779.jpg", + "pubDate": "Fri, 07 Jan 2022 14:39:16 GMT", + "enclosure": "https://images.bfmtv.com/f9-c7EzWo_YNis3qiTHODV1pGrk=/0x27:2048x1179/800x0/images/Duel-entre-Elis-et-Saliba-lors-de-Bordeaux-OM-le-7-janvier-2021-1210804.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/DyhwMUeeVqHVtQmyhXJ6gf4uYeY=/0x106:2048x1258/800x0/images/1190779.jpg", + "image": "https://images.bfmtv.com/f9-c7EzWo_YNis3qiTHODV1pGrk=/0x27:2048x1179/800x0/images/Duel-entre-Elis-et-Saliba-lors-de-Bordeaux-OM-le-7-janvier-2021-1210804.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39112,20 +40168,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "13208f438226ce9fbd533e19d65f4a2f", + "hash": "64c6a1b48809a0eb10428d41d7ea7ad9", "highlights": [] }, { - "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.

", + "title": "Open d'Australie en direct: coincé à l'hôtel, Djokovic sort du silence et remercie ses soutiens", + "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", + "enclosure": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", "enclosureType": "image/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", + "image": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39134,20 +40190,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "96edacbb104f30bb0507ebc670ecf11a", + "hash": "39ef07675ae99ceee02255c0dced0fe9", "highlights": [] }, { - "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.

", + "title": "Open d'Australie: insectes, fenêtres bloquées, l'hôtel où est coincé Djokovic fait beaucoup parler", + "description": "Depuis jeudi, Novak Djokovic est retenu par les autorités australiennes dans un hôtel connu pour accueillir des migrants et des voyageurs en situation irrégulière. Un lieu du centre-ville qui fait beaucoup parler.

", + "content": "Depuis jeudi, Novak Djokovic est retenu par les autorités australiennes dans un hôtel connu pour accueillir des migrants et des voyageurs en situation irrégulière. Un lieu du centre-ville qui fait beaucoup parler.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-umtiti-s-ajoute-a-la-longue-liste-des-cibles-de-newcastle_AV-202201050497.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-insectes-fenetres-bloquees-l-hotel-ou-est-coince-djokovic-fait-beaucoup-parler_AV-202201070410.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 19:17:22 GMT", - "enclosure": "https://images.bfmtv.com/37kDBIXdkA_0BssMY4Vk3wc3b24=/0x0:2048x1152/800x0/images/Samuel-Umtiti-1172213.jpg", + "pubDate": "Fri, 07 Jan 2022 16:49:10 GMT", + "enclosure": "https://images.bfmtv.com/7sWPHgiu42vH8hUG_3KCQlgXNUw=/0x206:2048x1358/800x0/images/Devant-le-Park-Hotel-a-Melbourne-1210616.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/37kDBIXdkA_0BssMY4Vk3wc3b24=/0x0:2048x1152/800x0/images/Samuel-Umtiti-1172213.jpg", + "image": "https://images.bfmtv.com/7sWPHgiu42vH8hUG_3KCQlgXNUw=/0x206:2048x1358/800x0/images/Devant-le-Park-Hotel-a-Melbourne-1210616.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39156,20 +40212,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "74d0def0fb314da23c67b2dc27ce741f", + "hash": "c71dfc9670dd40be10f2df317889a161", "highlights": [] }, { - "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.

", + "title": "OL-PSG: combien Lyon va perdre à cause de la jauge à 5000 spectateurs?", + "description": "Alors que l'OL s'apprête à recevoir le PSG et Saint-Etienne en janvier en Ligue 1, seulement 5.000 personnes pourront assister à ces deux rencontres. Un sacré coup dur pour le club selon Xavier Pierrot, directeur général adjoint en charge du Groupama Stadium.

", + "content": "Alors que l'OL s'apprête à recevoir le PSG et Saint-Etienne en janvier en Ligue 1, seulement 5.000 personnes pourront assister à ces deux rencontres. Un sacré coup dur pour le club selon Xavier Pierrot, directeur général adjoint en charge du Groupama Stadium.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-amavi-retourne-a-nice-prete-avec-option-d-achat-par-l-om_AV-202201050492.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-psg-combien-lyon-va-perdre-a-cause-de-la-jauge-a-5000-spectateurs_AV-202201070396.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 19:08:54 GMT", - "enclosure": "https://images.bfmtv.com/CiNjjtFeUvkDIiqa7xGTLWwBWoY=/0x111:2048x1263/800x0/images/Jordan-Amavi-1180945.jpg", + "pubDate": "Fri, 07 Jan 2022 16:32:38 GMT", + "enclosure": "https://images.bfmtv.com/ZuZQt6KsnmWLAZfzjNlXA7ix9Ec=/0x32:640x392/800x0/images/Pelouse-Groupama-Stadium-1185694.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/CiNjjtFeUvkDIiqa7xGTLWwBWoY=/0x111:2048x1263/800x0/images/Jordan-Amavi-1180945.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", @@ -39178,20 +40234,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "247d58f91dc658276ba52ab3fd10c367", + "hash": "f803807f5c003769760cac37b9e033d4", "highlights": [] }, { - "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.

", + "title": "Jauges des stades, Roland-Garros... Maracineau détaille les conséquences du pass vaccinal pour le sport", + "description": "Roxana Maracineanu a expliqué ce vendredi les contours de la stratégie du gouvernement pour gérer l'impact du Covid-19 dans le sport français. Dans un entretien accordé à RMC Sport, la ministre des Sports a dévoilé le fonctionnement des jauges dans les stades ou du pass vaccinal. Elle a également réagi aux polémiques autour de Novak Djokovic à l'Open d'Australie et du Dakar.

", + "content": "Roxana Maracineanu a expliqué ce vendredi les contours de la stratégie du gouvernement pour gérer l'impact du Covid-19 dans le sport français. Dans un entretien accordé à RMC Sport, la ministre des Sports a dévoilé le fonctionnement des jauges dans les stades ou du pass vaccinal. Elle a également réagi aux polémiques autour de Novak Djokovic à l'Open d'Australie et du Dakar.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/league-cup/chelsea-apres-ses-excuses-lukaku-de-retour-comme-titulaire-en-league-cup_AV-202201050491.html", + "link": "https://rmcsport.bfmtv.com/societe/jauges-dans-les-stades-footballeurs-roland-garros-maracineau-detaille-les-consequences-du-pass-vaccinal-pour-le-monde-du-sport_AV-202201070379.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 16:04:48 GMT", + "enclosure": "https://images.bfmtv.com/I0c7H-LqBFQMDgqjF5TZd8LGMUo=/0x0:1280x720/800x0/images/Jauge-proportionnelle-pass-vaccinal-Maracineanu-justifie-les-mesures-face-au-Covid-1210517.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/I0c7H-LqBFQMDgqjF5TZd8LGMUo=/0x0:1280x720/800x0/images/Jauge-proportionnelle-pass-vaccinal-Maracineanu-justifie-les-mesures-face-au-Covid-1210517.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39200,20 +40256,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5625152f7a210676815f3cba0caec6fc", + "hash": "8ad59b223ae74a6ac709c868aa13a5e5", "highlights": [] }, { - "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.

", + "title": "The Best: les trois finalistes pour le trophée de meilleur joueur de l'année sont connus", + "description": "La FIFA a annoncé vendredi après-midi les trois finalistes nommés pour le trophée du meilleur joueur de l’année 2021. Ça se jouera entre Robert Lewandowski, Lionel Messi et Mohamed Salah.

", + "content": "La FIFA a annoncé vendredi après-midi les trois finalistes nommés pour le trophée du meilleur joueur de l’année 2021. Ça se jouera entre Robert Lewandowski, Lionel Messi et Mohamed Salah.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/the-best-les-trois-finalistes-pour-le-trophee-de-meilleur-joueur-de-l-annee-sont-connus_AV-202201070363.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 18:43:58 GMT", - "enclosure": "https://images.bfmtv.com/4_ojKsToykFunVmyvmmLCqIRnpI=/0x40:2048x1192/800x0/images/JO-Pekin-1184741.jpg", + "pubDate": "Fri, 07 Jan 2022 15:43:53 GMT", + "enclosure": "https://images.bfmtv.com/QSLWm4T8gqzDcRDhsuhkG1ey2Vk=/0x110:1376x884/800x0/images/Lionel-Messi-lors-du-trophee-The-Best-en-2019-1210549.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/4_ojKsToykFunVmyvmmLCqIRnpI=/0x40:2048x1192/800x0/images/JO-Pekin-1184741.jpg", + "image": "https://images.bfmtv.com/QSLWm4T8gqzDcRDhsuhkG1ey2Vk=/0x110:1376x884/800x0/images/Lionel-Messi-lors-du-trophee-The-Best-en-2019-1210549.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39222,20 +40278,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e5469e164813ab4f8de1a001d9f7909", + "hash": "fc498f4a38b93846ee3e74483ceb3790", "highlights": [] }, { - "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.

", + "title": "FA Cup: pourquoi Arsenal a décidé d'enlever le rouge de son maillot domicile", + "description": "Afin d'alerter l'opinion sur les attaques au couteau qui touchent Londres depuis des mois, les Gunners porteront dimanche un maillot spécial lors de leur rencontre de FA Cup contre Nottingham Forest.

", + "content": "Afin d'alerter l'opinion sur les attaques au couteau qui touchent Londres depuis des mois, les Gunners porteront dimanche un maillot spécial lors de leur rencontre de FA Cup contre Nottingham Forest.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-l-appel-de-l-om-rejete-par-la-fff_AV-202201050478.html", + "link": "https://rmcsport.bfmtv.com/football/fa-cup/fa-cup-pourquoi-arsenal-a-decide-d-enlever-le-rouge-de-son-maillot-domicile_AV-202201070357.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 15:31:02 GMT", + "enclosure": "https://images.bfmtv.com/ZMMYq3tfQXNxO-k2a0oJmYEnxmU=/0x106:2048x1258/800x0/images/Arsenal-en-League-Cup-le-21-decembre-2021-1210526.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/HUIle36ERb8WjXM7JbTN-xOU1oY=/0x212:2048x1364/800x0/images/Dimitri-Payet-au-sol-lors-d-OL-OM-1173034.jpg", + "image": "https://images.bfmtv.com/ZMMYq3tfQXNxO-k2a0oJmYEnxmU=/0x106:2048x1258/800x0/images/Arsenal-en-League-Cup-le-21-decembre-2021-1210526.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39244,20 +40300,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "276e336bd008390502a78ae0d1025ebd", + "hash": "1b912ac316a699a622ab3796c7473a56", "highlights": [] }, { - "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.

", + "title": "Les pronos hippiques du samedi 8 janvier 2022", + "description": " Le Quinté+ du samedi 8 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 8 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/ligue-1/ligue-1-en-direct-suivez-toutes-les-infos-de-la-20e-journee_LN-202201050142.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-samedi-8-janvier-2022_AN-202201070352.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 15:17:04 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": "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", + "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", @@ -39266,20 +40322,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa99c44db04d18bc9b9689e1d50dfe67", + "hash": "cc5b8fb544e1407de2d63948be6490d9", "highlights": [] }, { - "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.

", + "title": "L'OM pourrait obtenir un rabais sur le loyer du Vélodrome", + "description": "Désireux d'obtenir un rabais sur le loyer de l'Orange Vélodrome à cause de pertes liées au Covid-19, l'Olympique de Marseille a vu le maire de la ville Benoît Payan être enclin à évoquer cette question.

", + "content": "Désireux d'obtenir un rabais sur le loyer de l'Orange Vélodrome à cause de pertes liées au Covid-19, l'Olympique de Marseille a vu le maire de la ville Benoît Payan être enclin à évoquer cette question.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/l-om-pourrait-obtenir-un-rabais-sur-le-loyer-du-velodrome_AV-202201070351.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 18:00:21 GMT", - "enclosure": "https://images.bfmtv.com/VUbR0U7gqE5-mr9AO1kbGwYKxME=/0x106:2048x1258/800x0/images/Baptiste-Serin-1207983.jpg", + "pubDate": "Fri, 07 Jan 2022 15:15:34 GMT", + "enclosure": "https://images.bfmtv.com/jIfJLxNw3iBTctknh53_7jtNYA8=/0x0:2048x1152/800x0/images/Le-stade-Velodrome-lors-d-OM-Lokomotiv-1185706.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/VUbR0U7gqE5-mr9AO1kbGwYKxME=/0x106:2048x1258/800x0/images/Baptiste-Serin-1207983.jpg", + "image": "https://images.bfmtv.com/jIfJLxNw3iBTctknh53_7jtNYA8=/0x0:2048x1152/800x0/images/Le-stade-Velodrome-lors-d-OM-Lokomotiv-1185706.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39288,20 +40344,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5edeaf5660c2f98688aa7f450e255e5c", + "hash": "a61ff28a4236dc27eed27e8e080fa919", "highlights": [] }, { - "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).

", + "title": "Bordeaux-OM en direct: Costil de retour dans les buts bordelais", + "description": "Bordeaux reçoit l'OM ce vendredi soir (21 heures) et espère conserver ses 44 ans d’invincibilité à domicile contre l’OM. Longtemps incertaine à cause de nombreux cas de Covid chez les Girondins, la rencontre a finalement été maintenue, et sera à suivre en direct sur RMC Sport. L’effectif marseillais est lui aussi touché.

", + "content": "Bordeaux reçoit l'OM ce vendredi soir (21 heures) et espère conserver ses 44 ans d’invincibilité à domicile contre l’OM. Longtemps incertaine à cause de nombreux cas de Covid chez les Girondins, la rencontre a finalement été maintenue, et sera à suivre en direct sur RMC Sport. L’effectif marseillais est lui aussi touché.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-clermont-strasbourg-et-angers-asse-reprogrammes-en-janvier_AV-202201050438.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-en-direct-une-affiche-sous-le-signe-du-covid_LS-202201070328.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 17:43:28 GMT", - "enclosure": "https://images.bfmtv.com/NA5X9gaTX_OL3E7GOz2_vAGf0sU=/7x111:2039x1254/800x0/images/1207984.jpg", + "pubDate": "Fri, 07 Jan 2022 14:39:16 GMT", + "enclosure": "https://images.bfmtv.com/FBfyoZDCwuXj55B6I3eJZ0ydF_U=/0x135:2048x1287/800x0/images/Dimitri-Payet-1210382.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/NA5X9gaTX_OL3E7GOz2_vAGf0sU=/7x111:2039x1254/800x0/images/1207984.jpg", + "image": "https://images.bfmtv.com/FBfyoZDCwuXj55B6I3eJZ0ydF_U=/0x135:2048x1287/800x0/images/Dimitri-Payet-1210382.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39310,20 +40366,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2afbd028aa8e1c02cb730d8afd044c0d", + "hash": "2ad7e82f475220e23975097bd4785085", "highlights": [] }, { - "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.

", + "title": "Mercato: Kolo Muani refuse d’aller à Fribourg… malgré une offre acceptée par Nantes", + "description": "En fin de contrat à l’issue de la saison avec le FC Nantes, Kolo Muani aurait pu quitter cet hiver son club formateur. Selon nos informations, Fribourg s’était mis d’accord financièrement avec les Nantais avec une offre de 9 millions. Mais le buteur a refusé la proposition du club allemand.

", + "content": "En fin de contrat à l’issue de la saison avec le FC Nantes, Kolo Muani aurait pu quitter cet hiver son club formateur. Selon nos informations, Fribourg s’était mis d’accord financièrement avec les Nantais avec une offre de 9 millions. Mais le buteur a refusé la proposition du club allemand.

", "category": "", - "link": "https://rmcsport.bfmtv.com/cyclisme/cyclo-cross-pourquoi-van-aert-et-van-der-poel-renoncent-au-mondial_AV-202201050432.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-kolo-muani-refuse-d-aller-a-fribourg-malgre-une-offre-de-9-millions-acceptee-par-nantes_AV-202201070465.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 18:00:11 GMT", + "enclosure": "https://images.bfmtv.com/uTPTKfy2Pwh7Sv3Yb8smUzq-_JA=/13x80:1997x1196/800x0/images/Randal-Kolo-Muani-1035032.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/zk_NoZlAPytAo_Ygs-M5KoWN244=/0x106:2048x1258/800x0/images/Van-Aert-Van-der-Poel-1206245.jpg", + "image": "https://images.bfmtv.com/uTPTKfy2Pwh7Sv3Yb8smUzq-_JA=/13x80:1997x1196/800x0/images/Randal-Kolo-Muani-1035032.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39332,20 +40388,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c06b40be2078321ae1a69770e9913c40", + "hash": "589c1b3d2de3ca672c52f1edc13505f4", "highlights": [] }, { - "title": "Le sport face au coronavirus en direct: le visa de Djokovic annulé, il est en passe de quitter l'Australie", - "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": "Biathlon (Oberhof): Julia Simon s'offre un troisième podium de suite sur le sprint", + "description": "À l'occasion de la Coupe du monde de Biathlon, la Française Julia Simon a terminé à la deuxième place au sprint d'Oberhof (Allemagne) ce vendredi. La Norvégienne Marta Olsbu Roeiseland a remporté l'étape.

", + "content": "À l'occasion de la Coupe du monde de Biathlon, la Française Julia Simon a terminé à la deuxième place au sprint d'Oberhof (Allemagne) ce vendredi. La Norvégienne Marta Olsbu Roeiseland a remporté l'étape.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-oberhof-julia-simon-s-offre-un-troisieme-podium-de-suite-sur-le-sprint_AV-202201070347.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 07:45:21 GMT", - "enclosure": "https://images.bfmtv.com/LjzAx3DKLI6C2Ar3zSdlhec5CIo=/0x76:2048x1228/800x0/images/Novak-Djokovic-1200704.jpg", + "pubDate": "Fri, 07 Jan 2022 15:09:02 GMT", + "enclosure": "https://images.bfmtv.com/rpa5YTizTlIxyQTizVfnunBd7T8=/0x0:768x432/800x0/images/Julia-Simon-lancee-vers-sa-2e-place-au-sprint-d-Oberhof-le-7-janvier-2022-1210547.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/LjzAx3DKLI6C2Ar3zSdlhec5CIo=/0x76:2048x1228/800x0/images/Novak-Djokovic-1200704.jpg", + "image": "https://images.bfmtv.com/rpa5YTizTlIxyQTizVfnunBd7T8=/0x0:768x432/800x0/images/Julia-Simon-lancee-vers-sa-2e-place-au-sprint-d-Oberhof-le-7-janvier-2022-1210547.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39354,20 +40410,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b3df06e0d7276d24ac5a698f1489b303", + "hash": "6bc684daba996ffcdd1233939643711b", "highlights": [] }, { - "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. 

", + "title": "Les pronos hippiques du dimanche 9 janvier 2022", + "description": " Le Quinté+ du dimanche 9 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 9 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/ligue-1/les-ultras-bordelais-craignent-des-debordements-si-le-match-contre-l-om-est-maintenu_AV-202201050424.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-dimanche-9-janvier-2022_AN-202201070342.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 17:22:58 GMT", - "enclosure": "https://images.bfmtv.com/ql9PV-pyFbTij9EOZCahduybAoo=/0x150:2048x1302/800x0/images/Supporters-Bordeaux-1197661.jpg", + "pubDate": "Fri, 07 Jan 2022 15:02:09 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": "https://images.bfmtv.com/ql9PV-pyFbTij9EOZCahduybAoo=/0x150:2048x1302/800x0/images/Supporters-Bordeaux-1197661.jpg", + "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", @@ -39376,20 +40432,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fadf9142d7ac1ff2fce42137d8b9d4d2", + "hash": "d31410d36537743e98522d752dc271f8", "highlights": [] }, { - "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.

", + "title": "Mercato: Benitez assure que Digne veut partir", + "description": "Pas dans les plans de Rafael Benitez, Lucas Digne a de grandes chances de quitter Everton au mois de janvier. En conférence de presse ce vendredi, son entraîneur a confirmé le désir de partir du latéral gauche. Plusieurs clubs de Premier League suivraient le Français.

", + "content": "Pas dans les plans de Rafael Benitez, Lucas Digne a de grandes chances de quitter Everton au mois de janvier. En conférence de presse ce vendredi, son entraîneur a confirmé le désir de partir du latéral gauche. Plusieurs clubs de Premier League suivraient le Français.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-benitez-assure-que-digne-veut-partir_AV-202201070334.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 14:47:27 GMT", + "enclosure": "https://images.bfmtv.com/MD2iBgm1LbqmG6y65i-knXGuwio=/0x75:768x507/800x0/images/Le-defenseur-d-Everton-Lucas-Digne-lors-de-la-rencontre-de-Premier-League-contre-Liverpool-au-Goodison-Park-de-Liverpool-le-1er-decembre-2021-1201079.jpg", "enclosureType": "image/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", + "image": "https://images.bfmtv.com/MD2iBgm1LbqmG6y65i-knXGuwio=/0x75:768x507/800x0/images/Le-defenseur-d-Everton-Lucas-Digne-lors-de-la-rencontre-de-Premier-League-contre-Liverpool-au-Goodison-Park-de-Liverpool-le-1er-decembre-2021-1201079.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39398,20 +40454,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "363d3e0fa33031a3a32bb8e06bffa98f", + "hash": "6fa4f76cefc6ecdbec0e9494ff0c4550", "highlights": [] }, { - "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.

", + "title": "Manchester City: Benjamin Mendy libéré sous caution en attendant son procès pour viols", + "description": "Le défenseur international français de Manchester City Benjamin Mendy, accusé de sept viols et d'une agression sexuelle, a été libéré et placé sous contrôle judiciaire vendredi par la justice britannique.

", + "content": "Le défenseur international français de Manchester City Benjamin Mendy, accusé de sept viols et d'une agression sexuelle, a été libéré et placé sous contrôle judiciaire vendredi par la justice britannique.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-city-benjamin-mendy-libere-sous-caution-en-attendant-son-proces_AV-202201070324.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 16:35:29 GMT", - "enclosure": "https://images.bfmtv.com/kmlXIibkhhsvi8I6pWFZ0NRHMH8=/0x106:2048x1258/800x0/images/Waisea-Nayacalevu-1206506.jpg", + "pubDate": "Fri, 07 Jan 2022 14:30:21 GMT", + "enclosure": "https://images.bfmtv.com/Eto7W7jsRpmt9B8YaWDDEmSFN88=/6x83:2038x1226/800x0/images/Benjamin-Mendy-1125215.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/kmlXIibkhhsvi8I6pWFZ0NRHMH8=/0x106:2048x1258/800x0/images/Waisea-Nayacalevu-1206506.jpg", + "image": "https://images.bfmtv.com/Eto7W7jsRpmt9B8YaWDDEmSFN88=/6x83:2038x1226/800x0/images/Benjamin-Mendy-1125215.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39420,20 +40476,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc0182939131157d895b7a2a6c781d89", + "hash": "5d2bf30b36732202bd8a2bef689ec535", "highlights": [] }, { - "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.

", + "title": "Coupe de France: Versailles ne pourra pas recevoir Toulouse à cause... de son château", + "description": "Club de National 2, le FC Versailles 78 devait recevoir Toulouse en huitièmes de finale de la Coupe de France fin janvier. Mais le match se jouera finalement au Stadium à cause d'un improbable problème d'éclairage... et de Louis XIV.

", + "content": "Club de National 2, le FC Versailles 78 devait recevoir Toulouse en huitièmes de finale de la Coupe de France fin janvier. Mais le match se jouera finalement au Stadium à cause d'un improbable problème d'éclairage... et de Louis XIV.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/oleg-petrov-monaco-nous-ne-pouvons-pas-perdre-de-temps_AV-202201050382.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-versailles-ne-pourra-pas-recevoir-toulouse-a-cause-de-son-chateau_AV-202201070322.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 16:28:17 GMT", - "enclosure": "https://images.bfmtv.com/-ZySETmxpfpdft-Qugj2lTxkOJw=/90x4:1210x634/800x0/images/-839521.jpg", + "pubDate": "Fri, 07 Jan 2022 14:20:17 GMT", + "enclosure": "https://images.bfmtv.com/YokMes3cpWjzuR9kt0tmqdjXBwo=/0x33:2048x1185/800x0/images/Les-joueurs-de-Toulouse-en-Coupe-de-France-le-18-12-2021-1210513.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/-ZySETmxpfpdft-Qugj2lTxkOJw=/90x4:1210x634/800x0/images/-839521.jpg", + "image": "https://images.bfmtv.com/YokMes3cpWjzuR9kt0tmqdjXBwo=/0x33:2048x1185/800x0/images/Les-joueurs-de-Toulouse-en-Coupe-de-France-le-18-12-2021-1210513.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39442,20 +40498,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b3b3b9569cb1a0b31e4cad7647f636c4", + "hash": "49e2b2eba11e2b46b36f1a1a6b7ab2fa", "highlights": [] }, { - "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.

", + "title": "Open d'Australie: toujours enfermé, Djokovic sort du silence et remercie ses soutiens", + "description": "Alors que sa participation à l’Open d’Australie reste plus qu'incertaine, Novak Djokovic est pour l’heure coincé dans un hôtel à Melbourne. Via un message sur Instagram, le Serbe a remercié ce vendredi ses fans pour leur soutien.

", + "content": "Alors que sa participation à l’Open d’Australie reste plus qu'incertaine, Novak Djokovic est pour l’heure coincé dans un hôtel à Melbourne. Via un message sur Instagram, le Serbe a remercié ce vendredi ses fans pour leur soutien.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-toujours-enferme-djokovic-sort-du-silence-et-remercie-ses-soutiens_AV-202201070315.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 14:09:59 GMT", + "enclosure": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", "enclosureType": "image/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", + "image": "https://images.bfmtv.com/MHKBkcgJz2STW_i-KaPMxTclEaM=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-au-balcon-de-son-hotel-lors-du-dernier-jour-de-ses-deux-semaines-de-quarantaine-le-28-janvier-2021-a-Adelaide-imposees-aux-joueurs-avant-le-debut-de-l-Open-d-Australie-a-Melbourne-en-raison-de-la-crise-sanitaire-1210059.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39464,20 +40520,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6d91867fe5fc0a34957d33b1b0fc251", + "hash": "4f7b6b4268751e79599a4071e5d488ad", "highlights": [] }, { - "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.

", + "title": "Bordeaux-OM en direct: ambiance bouillante pour l'arrivée du bus girondin", + "description": "Bordeaux reçoit l'OM ce vendredi soir (21 heures) et espère conserver ses 44 ans d’invincibilité à domicile contre l’OM. Longtemps incertaine à cause de nombreux cas de Covid chez les Girondins, la rencontre a finalement été maintenue, et sera à suivre en direct sur RMC Sport. L’effectif marseillais est lui aussi touché.

", + "content": "Bordeaux reçoit l'OM ce vendredi soir (21 heures) et espère conserver ses 44 ans d’invincibilité à domicile contre l’OM. Longtemps incertaine à cause de nombreux cas de Covid chez les Girondins, la rencontre a finalement été maintenue, et sera à suivre en direct sur RMC Sport. L’effectif marseillais est lui aussi touché.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-en-direct-une-affiche-sous-le-signe-du-covid_LS-202201070328.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 14:39:16 GMT", + "enclosure": "https://images.bfmtv.com/FBfyoZDCwuXj55B6I3eJZ0ydF_U=/0x135:2048x1287/800x0/images/Dimitri-Payet-1210382.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/KEtKPxD1VWS1uJ8JJKYc-qNWjig=/0x137:2048x1289/800x0/images/Florian-Wirtz-le-nouveau-crack-du-Bayer-Leverkusen-1205469.jpg", + "image": "https://images.bfmtv.com/FBfyoZDCwuXj55B6I3eJZ0ydF_U=/0x135:2048x1287/800x0/images/Dimitri-Payet-1210382.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39486,20 +40542,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "37fa92aed3e020d024afba7362d24b3d", + "hash": "e5643feae5f9f69198a068c20d8d4014", "highlights": [] }, { - "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.

", + "title": "Top 14: Toulon-La Rochelle et Toulouse-Montpellier toujours en sursis", + "description": "Alors que les deux rencontres de Top 14, prévues dimanche, devaient être reportées ce vendredi, la Ligue nationale de rugby temporise en espérant un dénouement positif. Qui ne viendra peut-être pas...

", + "content": "Alors que les deux rencontres de Top 14, prévues dimanche, devaient être reportées ce vendredi, la Ligue nationale de rugby temporise en espérant un dénouement positif. Qui ne viendra peut-être pas...

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-toulon-la-rochelle-et-toulouse-montpellier-toujours-en-sursis_AV-202201070313.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 14:05:59 GMT", + "enclosure": "https://images.bfmtv.com/KXO0j8un-Rum8uRdo_dTCBOHTtM=/0x40:768x472/800x0/images/Quatre-rencontres-de-la-13e-journee-de-Top-14-programmees-les-26-et-27-decembre-ont-ete-reportees-en-raison-de-contaminations-dans-les-equipes-1202461.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/nkYGyglA6e2erS9A5az1SpuxUCI=/0x0:2048x1152/800x0/images/Allianz-Arena-huis-clos-1180916.jpg", + "image": "https://images.bfmtv.com/KXO0j8un-Rum8uRdo_dTCBOHTtM=/0x40:768x472/800x0/images/Quatre-rencontres-de-la-13e-journee-de-Top-14-programmees-les-26-et-27-decembre-ont-ete-reportees-en-raison-de-contaminations-dans-les-equipes-1202461.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39508,20 +40564,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f99d8a02ee5e7ea7571e7bef98a1f44", + "hash": "52f0c23f7bb838d41f89c89e3d5b9c40", "highlights": [] }, { - "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.

", + "title": "Ligue 1: Kombouaré, Antonetti... La grogne monte contre le nouveau protocole sanitaire", + "description": "Quelques entraîneurs de Ligue 1, comme Antoine Kombouaré ou Frédéric Antonetti, s’agacent de l’opacité du nouveau protocole sanitaire mis en place pour lutter contre la propagation du Covid.

", + "content": "Quelques entraîneurs de Ligue 1, comme Antoine Kombouaré ou Frédéric Antonetti, s’agacent de l’opacité du nouveau protocole sanitaire mis en place pour lutter contre la propagation du Covid.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-kombouare-antonetti-la-grogne-monte-contre-le-nouveau-protocole-sanitaire_AV-202201070311.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 14:04:27 GMT", + "enclosure": "https://images.bfmtv.com/2t8TKsZkHFXQvo53tigOnFxZt2E=/0x52:1584x943/800x0/images/Antoine-Kombouare-1210493.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/NLebtc3BaWiJuleWj5rtZCelu2Q=/0x106:2048x1258/800x0/images/Javairo-Dilrosun-et-Sekou-Mara-avec-Bordeaux-1203216.jpg", + "image": "https://images.bfmtv.com/2t8TKsZkHFXQvo53tigOnFxZt2E=/0x52:1584x943/800x0/images/Antoine-Kombouare-1210493.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39530,20 +40586,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "059e3c5db0879ae2b71d8144387a7e05", + "hash": "e001412c58bfbcde925e0fb68ff2f88c", "highlights": [] }, { - "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é.

", + "title": "Mercato: Kolo Muani refuse d’aller à Fribourg… malgré une offre de 9 millions acceptée par Nantes", + "description": "En fin de contrat à l’issue de la saison avec le FC Nantes, Kolo Muani aurait pu quitter cet hiver son club formateur. Selon nos informations, Fribourg s’était mis d’accord financièrement avec les Nantais avec une offre de 9 millions. Mais le buteur a refusé la proposition du club allemand.

", + "content": "En fin de contrat à l’issue de la saison avec le FC Nantes, Kolo Muani aurait pu quitter cet hiver son club formateur. Selon nos informations, Fribourg s’était mis d’accord financièrement avec les Nantais avec une offre de 9 millions. Mais le buteur a refusé la proposition du club allemand.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-kolo-muani-refuse-d-aller-a-fribourg-malgre-une-offre-de-9-millions-acceptee-par-nantes_AV-202201070465.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 18:00:11 GMT", + "enclosure": "https://images.bfmtv.com/uTPTKfy2Pwh7Sv3Yb8smUzq-_JA=/13x80:1997x1196/800x0/images/Randal-Kolo-Muani-1035032.jpg", "enclosureType": "image/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", + "image": "https://images.bfmtv.com/uTPTKfy2Pwh7Sv3Yb8smUzq-_JA=/13x80:1997x1196/800x0/images/Randal-Kolo-Muani-1035032.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39552,20 +40608,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd7dec3786f8a11ea6d2eb329f3a5103", + "hash": "afebe73478805183be318d0dda566910", "highlights": [] }, { - "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.

", + "title": "Le sport face au Covid en direct: l'EPCR confirme le maintien des prochains matchs de Coupe d'Europe", + "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/toulon-la-rochelle-le-casse-tete-face-au-covid-19_AV-202201050353.html", + "link": "https://rmcsport.bfmtv.com/football/le-sport-face-au-coronavirus-suivez-toutes-les-infos-en-direct_LN-202201060115.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 07:32:06 GMT", + "enclosure": "https://images.bfmtv.com/hs1QOBtYz1oUrYzARsvEO3IhZ6w=/0x0:768x432/800x0/images/Le-flanker-Anthony-Delonch-marque-le-1er-essai-de-Toulouse-face-a-Cardiff-lors-de-la-1ere-journee-du-groupe-B-de-la-Coupe-d-Europe-le-11-decembre-2021-au-Cardiff-Arms-Park-1186537.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/H5SuA15AKhXtoxoARlIovw9AXYo=/0x212:2048x1364/800x0/images/Cheslin-Kolbe-et-le-staff-de-Toulon-dans-l-attente-1205630.jpg", + "image": "https://images.bfmtv.com/hs1QOBtYz1oUrYzARsvEO3IhZ6w=/0x0:768x432/800x0/images/Le-flanker-Anthony-Delonch-marque-le-1er-essai-de-Toulouse-face-a-Cardiff-lors-de-la-1ere-journee-du-groupe-B-de-la-Coupe-d-Europe-le-11-decembre-2021-au-Cardiff-Arms-Park-1186537.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39574,20 +40630,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "440f4d9532118f378679533ba3913635", + "hash": "a8f210ff62beca6cfa168d4f16b893d1", "highlights": [] }, { - "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

", + "title": "Bordeaux-OM en direct: moins d'absents que prévu pour les Girondins", + "description": "Bordeaux reçoit l'OM ce vendredi soir (21 heures) et espère conserver ses 44 ans d’invincibilité à domicile contre l’OM. Longtemps incertaine à cause de nombreux cas de Covid chez les Girondins, la rencontre a finalement été maintenue, et sera à suivre en direct sur RMC Sport. L’effectif marseillais est lui aussi touché.

", + "content": "Bordeaux reçoit l'OM ce vendredi soir (21 heures) et espère conserver ses 44 ans d’invincibilité à domicile contre l’OM. Longtemps incertaine à cause de nombreux cas de Covid chez les Girondins, la rencontre a finalement été maintenue, et sera à suivre en direct sur RMC Sport. L’effectif marseillais est lui aussi touché.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-en-direct-une-affiche-sous-le-signe-du-covid_LS-202201070328.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 14:39:16 GMT", + "enclosure": "https://images.bfmtv.com/FBfyoZDCwuXj55B6I3eJZ0ydF_U=/0x135:2048x1287/800x0/images/Dimitri-Payet-1210382.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/FBfyoZDCwuXj55B6I3eJZ0ydF_U=/0x135:2048x1287/800x0/images/Dimitri-Payet-1210382.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39596,20 +40652,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e57cdea6015614b25baecf6a3b60f51e", + "hash": "2feb5c1e113aa3bd30b9cb8937f26d38", "highlights": [] }, { - "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.

", + "title": "OL: son avenir tranché fin février? Bosz commente la sortie d'Aulas", + "description": "Peter Bosz reste encore l’entraîneur de l’OL malgré un début de saison compliqué et une décevante 13e place en championnat. Avant la 20e journée de Ligue 1 et la réception du PSG, le technicien néerlandais s’est confié ce vendredi sur sa relation avec Jean-Michel Aulas et ses dirigeants.

", + "content": "Peter Bosz reste encore l’entraîneur de l’OL malgré un début de saison compliqué et une décevante 13e place en championnat. Avant la 20e journée de Ligue 1 et la réception du PSG, le technicien néerlandais s’est confié ce vendredi sur sa relation avec Jean-Michel Aulas et ses dirigeants.

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/hand-avant-l-euro-les-bleus-vont-affronter-l-allemagne-en-preparation_AV-202201050349.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-son-avenir-tranche-fin-fevrier-bosz-commente-la-sortie-d-aulas_AV-202201070306.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 13:49:31 GMT", + "enclosure": "https://images.bfmtv.com/L14dKUjTnn7A8ro1JXM-FjNQhnM=/0x49:2048x1201/800x0/images/Peter-Bosz-a-Lyon-en-septembre-2021-1210510.jpg", "enclosureType": "image/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", + "image": "https://images.bfmtv.com/L14dKUjTnn7A8ro1JXM-FjNQhnM=/0x49:2048x1201/800x0/images/Peter-Bosz-a-Lyon-en-septembre-2021-1210510.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39618,20 +40674,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "36435b0aff045cc187deabf7d7aa411d", + "hash": "cda3774cc9898895a7e06545a241beab", "highlights": [] }, { - "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).

", + "title": "PRONOS PARIS RMC Le pari du jour du 7 janvier - Ligue 1", + "description": "Notre pronostic: Marseille ne perd pas à Bordeaux et Payet marque.... s'il joue (2.75)

", + "content": "Notre pronostic: Marseille ne perd pas à Bordeaux et Payet marque.... s'il joue (2.75)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/the-best-les-trois-finalistes-pour-le-trophee-de-gardien-de-l-annee-devoiles_AV-202201050344.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-7-janvier-ligue-1_AN-202201060301.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 15:20:04 GMT", - "enclosure": "https://images.bfmtv.com/zlNDmwq2xsKh6btZv47GFApUJmU=/0x92:2048x1244/800x0/images/Edouard-Mendy-1177817.jpg", + "pubDate": "Thu, 06 Jan 2022 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/LTmLhjdQpBN7P92H8elyfuBh9nU=/0x104:2000x1229/800x0/images/Dimitri-Payet-Marseille-1209792.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/zlNDmwq2xsKh6btZv47GFApUJmU=/0x92:2048x1244/800x0/images/Edouard-Mendy-1177817.jpg", + "image": "https://images.bfmtv.com/LTmLhjdQpBN7P92H8elyfuBh9nU=/0x104:2000x1229/800x0/images/Dimitri-Payet-Marseille-1209792.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39640,20 +40696,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "704cc0615f64cb262e3d69df5eef3199", + "hash": "5ca8eaafd6fd847cf63593613d51a692", "highlights": [] }, { - "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.

", + "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier du 7 janvier - Ligue 1", + "description": "Mon pronostic : Marseille gagne à Bordeaux sans encaisser de but (2.50)

", + "content": "Mon pronostic : Marseille gagne à Bordeaux sans encaisser de but (2.50)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/cassano-hospitalise-a-cause-du-covid-19_AV-202201050341.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-7-janvier-ligue-1_AN-202201070300.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 15:13:43 GMT", - "enclosure": "https://images.bfmtv.com/Xi_j8GBrpiCwqw5mwSUEmW2hvr0=/0x32:2032x1175/800x0/images/Cassano-977275.jpg", + "pubDate": "Fri, 07 Jan 2022 13:41:51 GMT", + "enclosure": "https://images.bfmtv.com/pznztw2lXgZSpIw-Dy77qpKr_Ss=/0x0:2000x1125/800x0/images/Marseille-1210511.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Xi_j8GBrpiCwqw5mwSUEmW2hvr0=/0x32:2032x1175/800x0/images/Cassano-977275.jpg", + "image": "https://images.bfmtv.com/pznztw2lXgZSpIw-Dy77qpKr_Ss=/0x0:2000x1125/800x0/images/Marseille-1210511.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39662,20 +40718,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ba8d485cff0244253fca617d14cd163", + "hash": "fd9b03136a5d36fe8d680549a5ef3f37", "highlights": [] }, { - "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.

", + "title": "Ligue 1 en direct: Messi s'entraîne encore tout seul, sa participation à Lyon-PSG incertaine", + "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/ligue-1/ol-la-jauge-limitee-a-5-000-places-est-injuste-s-emporte-le-responsable-du-stade_AV-202201050334.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": "Wed, 05 Jan 2022 15:01:19 GMT", - "enclosure": "https://images.bfmtv.com/ZuZQt6KsnmWLAZfzjNlXA7ix9Ec=/0x32:640x392/800x0/images/Pelouse-Groupama-Stadium-1185694.jpg", + "pubDate": "Wed, 05 Jan 2022 08:19:35 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/ZuZQt6KsnmWLAZfzjNlXA7ix9Ec=/0x32:640x392/800x0/images/Pelouse-Groupama-Stadium-1185694.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", @@ -39684,20 +40740,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8187ecf7cfa1a5817f9d77ba02401c38", + "hash": "8ee3e9ccedef4d38147516399fbe9451", "highlights": [] }, { - "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é.

", + "title": "Open d'Australie en direct: Djokovic sort du silence et remercie ses soutiens", + "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 07:45:21 GMT", - "enclosure": "https://images.bfmtv.com/SwKj8a1sYJsodPrVzDv3m-BvEdA=/0x2:5536x3116/800x0/images/-861261.jpg", + "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", + "enclosure": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/SwKj8a1sYJsodPrVzDv3m-BvEdA=/0x2:5536x3116/800x0/images/-861261.jpg", + "image": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39706,20 +40762,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "debc18b81966cf695edc397bf4342a5e", + "hash": "0a90764ea8b4f5e690dbeac8e072f334", "highlights": [] }, { - "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.

", + "title": "Bordeaux-OM: 44 ans, une série d'invincibilité rarissime en Europe", + "description": "Invaincus à domicile en championnat face à l'OM depuis 1977, les Girondins de Bordeaux tenteront de prolonger leur record ce vendredi en ouverture de la 20e journée de Ligue 1. En Europe, une telle série d'invincibilité contre une autre équipe est très rare.

", + "content": "Invaincus à domicile en championnat face à l'OM depuis 1977, les Girondins de Bordeaux tenteront de prolonger leur record ce vendredi en ouverture de la 20e journée de Ligue 1. En Europe, une telle série d'invincibilité contre une autre équipe est très rare.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-morata-se-rapproche-du-barca_LN-202201030030.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-une-serie-d-invincibilite-rarissime-en-europe_AV-202201070294.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 06:10:44 GMT", - "enclosure": "https://images.bfmtv.com/fw0ILX1SZJ_PVRwVf4wwVW7AW8Q=/0x39:2048x1191/800x0/images/Jordan-Amavi-1022208.jpg", + "pubDate": "Fri, 07 Jan 2022 13:26:16 GMT", + "enclosure": "https://images.bfmtv.com/GnBeKprjZ9RchrEpu90JiIiyA-w=/0x8:2048x1160/800x0/images/Remi-Oudin-le-15-aout-2021-lors-de-Marseille-Bordeaux-1210409.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/fw0ILX1SZJ_PVRwVf4wwVW7AW8Q=/0x39:2048x1191/800x0/images/Jordan-Amavi-1022208.jpg", + "image": "https://images.bfmtv.com/GnBeKprjZ9RchrEpu90JiIiyA-w=/0x8:2048x1160/800x0/images/Remi-Oudin-le-15-aout-2021-lors-de-Marseille-Bordeaux-1210409.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39728,20 +40784,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f151fcd6baa7d75d1f54d887efd189ff", + "hash": "ff10499fbf775471bac2dbf0e744f765", "highlights": [] }, { - "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.

", + "title": "OL: Boateng tire la sonnette d'alarme avant le choc contre le PSG", + "description": "En conférence de presse ce vendredi avant le choc face au PSG dimanche soir (20h45), le défenseur central de l'OL Jérôme Boateng a rappelé l'importance de cette deuxième moitié de saison et exhorte ses coéquipiers comme lui-même à \"s'améliorer pour remonter au classement\".

", + "content": "En conférence de presse ce vendredi avant le choc face au PSG dimanche soir (20h45), le défenseur central de l'OL Jérôme Boateng a rappelé l'importance de cette deuxième moitié de saison et exhorte ses coéquipiers comme lui-même à \"s'améliorer pour remonter au classement\".

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-psg-boateng-tire-la-sonnette-d-alarme-avant-le-choc_AV-202201070289.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 13:09:00 GMT", + "enclosure": "https://images.bfmtv.com/ZWpzvxQy1S7AAUDH25hrckkwUf8=/0x54:2032x1197/800x0/images/Jerome-Boateng-1162781.jpg", "enclosureType": "image/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", + "image": "https://images.bfmtv.com/ZWpzvxQy1S7AAUDH25hrckkwUf8=/0x54:2032x1197/800x0/images/Jerome-Boateng-1162781.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39750,20 +40806,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2cf0393d7f768577c3016c819033dd4e", + "hash": "c09fa3eca30c3a7f6f8482a42758bb52", "highlights": [] }, { - "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

", + "title": "Real Madrid: Gareth Bale à la retraite en fin de saison?", + "description": "Sous contrat avec le Real Madrid jusqu’à la fin de la saison, Gareth Bale réfléchirait à son avenir dans le football. The Athletic assure qu’une prolongation n’est pas à l’ordre du jour, mais aussi qu’en cas de non-qualification du pays de Galles pour le Mondial 2022, l’ailier pourrait prendre sa retraite.

", + "content": "Sous contrat avec le Real Madrid jusqu’à la fin de la saison, Gareth Bale réfléchirait à son avenir dans le football. The Athletic assure qu’une prolongation n’est pas à l’ordre du jour, mais aussi qu’en cas de non-qualification du pays de Galles pour le Mondial 2022, l’ailier pourrait prendre sa retraite.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/liga/real-madrid-gareth-bale-a-la-retraite-en-fin-de-saison_AV-202201070280.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 12:38:18 GMT", + "enclosure": "https://images.bfmtv.com/z7H3MWRLh-ZaPMw7R-_lCLTiwwE=/0x0:768x432/800x0/images/Le-capitaine-gallois-Gareth-Bale-lors-de-son-premier-match-a-l-Euro-contre-la-Suisse-a-Bakou-le-12-juin-2021-1048791.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/z7H3MWRLh-ZaPMw7R-_lCLTiwwE=/0x0:768x432/800x0/images/Le-capitaine-gallois-Gareth-Bale-lors-de-son-premier-match-a-l-Euro-contre-la-Suisse-a-Bakou-le-12-juin-2021-1048791.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39772,20 +40828,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6255b2fcc84625f403afec192b0125e1", + "hash": "2122c4c1ec524024dce03e08ddf458c2", "highlights": [] }, { - "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.

", + "title": "Open d'Australie: une bourde des organisateurs au cœur du fiasco Djokovic?", + "description": "Venu à Melbourne pour défendre son titre à l'Open d'Australie, Novak Djokovic a vu son visa d'entrée annulé et s'est retrouvé placé à l'isolement dans un hôtel. Selon les médias australiens, la responsabilité des organisateurs du tournoi est engagée dans cette affaire.

", + "content": "Venu à Melbourne pour défendre son titre à l'Open d'Australie, Novak Djokovic a vu son visa d'entrée annulé et s'est retrouvé placé à l'isolement dans un hôtel. Selon les médias australiens, la responsabilité des organisateurs du tournoi est engagée dans cette affaire.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/le-psg-a-un-nouveau-sponsor-officiel-une-marque-d-eau-minerale_AV-202201050328.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-une-bourde-des-organisateurs-au-coeur-du-fiasco-djokovic_AV-202201070272.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 14:54:22 GMT", - "enclosure": "https://images.bfmtv.com/Nr4yjyvmMTpcFIPsCrsMr9mkePI=/0x55:1600x955/800x0/images/-819431.jpg", + "pubDate": "Fri, 07 Jan 2022 12:16:35 GMT", + "enclosure": "https://images.bfmtv.com/BZOsuZcPEthaxcXaKTnoMotg3BU=/40x313:1896x1357/800x0/images/Novak-Djokovic-le-7-novembre-2021-a-Paris-1210418.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Nr4yjyvmMTpcFIPsCrsMr9mkePI=/0x55:1600x955/800x0/images/-819431.jpg", + "image": "https://images.bfmtv.com/BZOsuZcPEthaxcXaKTnoMotg3BU=/40x313:1896x1357/800x0/images/Novak-Djokovic-le-7-novembre-2021-a-Paris-1210418.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39794,20 +40850,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "55c53194061756364a7da4fec337a3e4", + "hash": "bfe306d3dc72b707bc498ea5c0407372", "highlights": [] }, { - "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.

", + "title": "Top 14: Un joueur du RCT hospitalisé, Toulon-La Rochelle va être reporté", + "description": "Alors que le club de Toulon fait face à une vague de covid, le manager de Toulon a expliqué en conf de presse qu'un joueur avait dû être hospitalisé. Selon nos informations, le match face à La Rochelle va être reporté.

", + "content": "Alors que le club de Toulon fait face à une vague de covid, le manager de Toulon a expliqué en conf de presse qu'un joueur avait dû être hospitalisé. Selon nos informations, le match face à La Rochelle va être reporté.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-un-joueur-du-rct-hospitalise-toulon-la-rochelle-va-etre-reporte_AN-202201070267.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 12:13:28 GMT", + "enclosure": "https://images.bfmtv.com/uJinIDwuxZdfhjYy7Un6w9S8JiE=/0x106:2048x1258/800x0/images/Franck-Azema-au-milieu-des-joueurs-du-RCT-le-17-decembre-2021-1210468.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/uJinIDwuxZdfhjYy7Un6w9S8JiE=/0x106:2048x1258/800x0/images/Franck-Azema-au-milieu-des-joueurs-du-RCT-le-17-decembre-2021-1210468.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39816,20 +40872,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "73962644fefcc08e5ffbfd7b2bb489af", + "hash": "7717718d40c3913b2b9f560b6992e201", "highlights": [] }, { - "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).

", + "title": "Biathlon (Oberhof): Jacquelin deuxième du sprint et toujours leader au général", + "description": "À l’occasion de la Coupe du monde de biathlon, le Français Emilien Jacquelin a fini à la deuxième place du sprint d’Oberhof derrière Alexander Loginov ce vendredi. Le Français conserve malgré tout son dossard jaune.

", + "content": "À l’occasion de la Coupe du monde de biathlon, le Français Emilien Jacquelin a fini à la deuxième place du sprint d’Oberhof derrière Alexander Loginov ce vendredi. Le Français conserve malgré tout son dossard jaune.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-le-programme-de-messi-pour-son-retour-a-paris_AV-202201050316.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-oberhof-jacquelin-deuxieme-du-sprint-et-toujours-leader-au-general_AV-202201070266.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 12:09:38 GMT", + "enclosure": "https://images.bfmtv.com/k-IcDvdioxWGsc8gwNLZAczU0iw=/226x382:1954x1354/800x0/images/Emilien-Jacquelin-1191344.jpg", "enclosureType": "image/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", + "image": "https://images.bfmtv.com/k-IcDvdioxWGsc8gwNLZAczU0iw=/226x382:1954x1354/800x0/images/Emilien-Jacquelin-1191344.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39838,20 +40894,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f7d18a9f0e11d449b53c066f1c997e3", + "hash": "c47308d1b006740a23a936a437e8d231", "highlights": [] }, { - "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.

", + "title": "Le sport face au Covid en direct: Un joueur du RCT hospitalisé, Toulon-La Rochelle va être reporté", + "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/dakar-2022-al-attiyah-remporte-la-4e-etape-en-auto-devant-loeb-et-sainz_AV-202201050311.html", + "link": "https://rmcsport.bfmtv.com/football/le-sport-face-au-coronavirus-suivez-toutes-les-infos-en-direct_LN-202201060115.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 14:22:48 GMT", - "enclosure": "https://images.bfmtv.com/jvsWDHtv1orEOjmeDNg3s1DIxY4=/0x71:1008x638/800x0/images/-749678.jpg", + "pubDate": "Thu, 06 Jan 2022 07:32:06 GMT", + "enclosure": "https://images.bfmtv.com/kvSHN8gAJF3OO9d4ZvfcdUlrii8=/0x64:1600x964/800x0/images/-879308.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/jvsWDHtv1orEOjmeDNg3s1DIxY4=/0x71:1008x638/800x0/images/-749678.jpg", + "image": "https://images.bfmtv.com/kvSHN8gAJF3OO9d4ZvfcdUlrii8=/0x64:1600x964/800x0/images/-879308.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39860,20 +40916,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bef8f9d38ce6f0f28be372be31574c72", + "hash": "9b10b04acf3744da1ecf7d8f0bca2cba", "highlights": [] }, { - "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.

", + "title": "Saint-Etienne: Dupraz prêt à accueillir Alvaro Gonzalez \"les bras ouverts\"", + "description": "En quête de recrues pour assurer son maintien en Ligue 1, Saint-Etienne s’active pour renforcer son effectif. Sur les antennes de France Bleu, l’entraîneur Pascal Dupraz a confirmé la piste Jean-Philippe Mateta et évoqué celle conduisant au Marseillais Alvaro Gonzalez. Tout en ouvrant la porte à plusieurs départs.

", + "content": "En quête de recrues pour assurer son maintien en Ligue 1, Saint-Etienne s’active pour renforcer son effectif. Sur les antennes de France Bleu, l’entraîneur Pascal Dupraz a confirmé la piste Jean-Philippe Mateta et évoqué celle conduisant au Marseillais Alvaro Gonzalez. Tout en ouvrant la porte à plusieurs départs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-l-atterrissage-de-djokovic-retarde-pour-un-probleme-de-visa_AV-202201050304.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/saint-etienne-dupraz-pret-a-accueillir-alvaro-gonzalez-les-bras-ouverts_AV-202201070247.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 14:08:31 GMT", - "enclosure": "https://images.bfmtv.com/LjzAx3DKLI6C2Ar3zSdlhec5CIo=/0x76:2048x1228/800x0/images/Novak-Djokovic-1200704.jpg", + "pubDate": "Fri, 07 Jan 2022 11:52:30 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": "https://images.bfmtv.com/LjzAx3DKLI6C2Ar3zSdlhec5CIo=/0x76:2048x1228/800x0/images/Novak-Djokovic-1200704.jpg", + "image": "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", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39882,20 +40938,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4cdc6ae926dd25829ce1a8fc8ea819c7", + "hash": "f26839bf115e94e80ccb008c675e112d", "highlights": [] }, { - "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.

", + "title": "Bayonne officialise la signature de Camille Lopez", + "description": "L’Aviron Bayonnais a officialisé ce vendredi la signature de Camille Lopez, à la fin de la saison de Top 14 avec Clermont. Le pensionnaire de Pro D2 a confirmé avoir trouvé un accord pour deux ans avec l’ouvreur international qui sera associé en charnière à Maxime Machenaud.

", + "content": "L’Aviron Bayonnais a officialisé ce vendredi la signature de Camille Lopez, à la fin de la saison de Top 14 avec Clermont. Le pensionnaire de Pro D2 a confirmé avoir trouvé un accord pour deux ans avec l’ouvreur international qui sera associé en charnière à Maxime Machenaud.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-jeudi-6-janvier-2022_AN-202201050299.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/bayonne-officialise-la-signature-de-camille-lopez_AV-202201070242.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 11:44:29 GMT", + "enclosure": "https://images.bfmtv.com/fGuVGifHqS1sqRAVOyYxKWfMdbU=/0x46:2048x1198/800x0/images/Camille-Lopez-avec-Clermont-le-1er-janvier-2022-1210419.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/PwR7MfmB838-K2H__A6nh8ODZf8=/1x35:337x224/800x0/images/Les-pronos-hippiques-du-mercredi-5-janvier-2022-1203345.jpg", + "image": "https://images.bfmtv.com/fGuVGifHqS1sqRAVOyYxKWfMdbU=/0x46:2048x1198/800x0/images/Camille-Lopez-avec-Clermont-le-1er-janvier-2022-1210419.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39904,20 +40960,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f578941f704fb8a1a3bcc1e6cce05a2e", + "hash": "1cb174cbcf91ebc216cac4ad07bb22c9", "highlights": [] }, { - "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.

", + "title": "Dakar 2022: Terranova remporte la 6e étape, Loeb perd sa deuxième place", + "description": "L'Argentin Orlando Terranova (Prodrive) a remporté vendredi la sixième étape du Dakar 2022, sur une spéciale de 348 km, une première depuis 2015 pour sa 14e participation.

", + "content": "L'Argentin Orlando Terranova (Prodrive) a remporté vendredi la sixième étape du Dakar 2022, sur une spéciale de 348 km, une première depuis 2015 pour sa 14e participation.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/auto-moto/dakar-2022-terranova-remporte-la-6e-etape-loeb-perd-sa-deuxieme-place_AN-202201070238.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 11:39:51 GMT", + "enclosure": "https://images.bfmtv.com/zKdF01OWTdLm4gHcNNUQVNQPtU4=/0x28:768x460/800x0/images/Orlando-Terranova-avec-son-copilote-Daniel-Oliveras-Carreras-sur-les-routes-du-Dakar-en-direction-d-al-Qaysumah-le-4-janvier-2022-1210412.jpg", "enclosureType": "image/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", + "image": "https://images.bfmtv.com/zKdF01OWTdLm4gHcNNUQVNQPtU4=/0x28:768x460/800x0/images/Orlando-Terranova-avec-son-copilote-Daniel-Oliveras-Carreras-sur-les-routes-du-Dakar-en-direction-d-al-Qaysumah-le-4-janvier-2022-1210412.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39926,20 +40982,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9262db9c874e761c63038c57381628bd", + "hash": "8ec2741262edf37c365e93e393e2419d", "highlights": [] }, { - "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.

", + "title": "Tennis: Monfils en pleine bourre avant l'Open d'Australie", + "description": "Le Français Gaël Monfils s'est qualifié pour les demi-finales du tournoi d'Adelaïde, ce vendredi, en balayant l'Américain Tommy Paul (6-4, 6-1). De bon augure avant l'Open d'Australie.

", + "content": "Le Français Gaël Monfils s'est qualifié pour les demi-finales du tournoi d'Adelaïde, ce vendredi, en balayant l'Américain Tommy Paul (6-4, 6-1). De bon augure avant l'Open d'Australie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-suivez-toutes-les-infos-de-la-20e-journee_LN-202201050142.html", + "link": "https://rmcsport.bfmtv.com/tennis/atp/tennis-monfils-en-pleine-bourre-avant-l-open-d-australie_AD-202201070229.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 11:22:32 GMT", + "enclosure": "https://images.bfmtv.com/nGtartLrCGvBHsXDTL-Gri1NY6A=/0x0:2048x1152/800x0/images/Gael-Monfils-1210395.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/NLebtc3BaWiJuleWj5rtZCelu2Q=/0x106:2048x1258/800x0/images/Javairo-Dilrosun-et-Sekou-Mara-avec-Bordeaux-1203216.jpg", + "image": "https://images.bfmtv.com/nGtartLrCGvBHsXDTL-Gri1NY6A=/0x0:2048x1152/800x0/images/Gael-Monfils-1210395.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39948,20 +41004,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5979790dbbc9fd67d2478253f21df9f3", + "hash": "c834a689b776d21895af90fb7a87fe99", "highlights": [] }, { - "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.

", + "title": "Open d'Australie: une joueuse tchèque dans la même situation (et le même hôtel) que Djokovic", + "description": "Renata Voráčová, 81e joueuse mondiale, est actuellement bloquée dans le même hôtel que le Serbe Novak Djokovic après l'annulation de son visa par les autorités australiennes.

", + "content": "Renata Voráčová, 81e joueuse mondiale, est actuellement bloquée dans le même hôtel que le Serbe Novak Djokovic après l'annulation de son visa par les autorités australiennes.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-une-joueuse-tcheque-dans-la-meme-situation-et-le-meme-hotel-que-djokovic_AV-202201070226.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 11:17:55 GMT", + "enclosure": "https://images.bfmtv.com/99-rbUjcAWqEcS26QsMZelUwXE8=/0x27:2048x1179/800x0/images/Renata-Voracova-en-novembre-2020-1210362.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/99-rbUjcAWqEcS26QsMZelUwXE8=/0x27:2048x1179/800x0/images/Renata-Voracova-en-novembre-2020-1210362.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39970,20 +41026,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe71d64b3bfcc458e95f75d894409817", + "hash": "38ce89857766ec70cb65c4ff37fead86", "highlights": [] }, { - "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.

", + "title": "Ligue 1: à quelle heure et sur quelle chaîne suivre Bordeaux-OM", + "description": "Longtemps menacée de report, la rencontre entre Bordeaux et l’OM est pour le moment maintenue ce vendredi (21h, 20e journée de Ligue 1). Les Marseillais visent une première victoire en Gironde depuis 1977.

", + "content": "Longtemps menacée de report, la rencontre entre Bordeaux et l’OM est pour le moment maintenue ce vendredi (21h, 20e journée de Ligue 1). Les Marseillais visent une première victoire en Gironde depuis 1977.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-morata-se-rapproche-du-barca_LN-202201030030.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-a-quelle-heure-et-sur-quelle-chaine-suivre-bordeaux-om_AV-202201070219.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 11:10:18 GMT", + "enclosure": "https://images.bfmtv.com/FBfyoZDCwuXj55B6I3eJZ0ydF_U=/0x135:2048x1287/800x0/images/Dimitri-Payet-1210382.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/8JhaJ1Kl-WYImHhWTz7S2q5AsbE=/0x0:2048x1152/800x0/images/Philippe-Coutinho-sur-le-banc-du-Barca-1161747.jpg", + "image": "https://images.bfmtv.com/FBfyoZDCwuXj55B6I3eJZ0ydF_U=/0x135:2048x1287/800x0/images/Dimitri-Payet-1210382.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -39992,20 +41048,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e830bc2db18af0c401fa8e87005ce58", + "hash": "26fc4b2feb1a8747d8b16e4423c84443", "highlights": [] }, { - "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.

", + "title": "Lille: Faivre, Ferhat, Botman... Quel mercato d'hiver pour les Dogues?", + "description": "À l'entame de cette deuxième partie de saison pour Lille, RMC Sport fait le point sur l'effectif des Dogues. Avec plusieurs joueurs en fin de contrat, un départ de Jonathan Ikoné - qui pourrait en appeler d'autres - et des renforts souhaités par Gourvennec, le mercato hivernal devrait être chargé pour le club nordiste.

", + "content": "À l'entame de cette deuxième partie de saison pour Lille, RMC Sport fait le point sur l'effectif des Dogues. Avec plusieurs joueurs en fin de contrat, un départ de Jonathan Ikoné - qui pourrait en appeler d'autres - et des renforts souhaités par Gourvennec, le mercato hivernal devrait être chargé pour le club nordiste.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-tuchel-ironise-sur-la-gravite-de-l-affaire-lukaku_AV-202201050294.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/lille-faivre-ferhat-botman-quel-mercato-d-hiver-pour-les-dogues_AV-202201070215.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 13:35:10 GMT", - "enclosure": "https://images.bfmtv.com/txQZtl4ZH99p8D1NIuPrJg3cgF0=/0x125:1200x800/800x0/images/Thomas-Tuchel-1204583.jpg", + "pubDate": "Fri, 07 Jan 2022 11:02:57 GMT", + "enclosure": "https://images.bfmtv.com/2mfYIxb-wdn2Dj1v0ROhShlT7_U=/0x0:2048x1152/800x0/images/Jonathan-David-lors-du-match-aller-entre-le-LOSC-et-Wolfsburg-le-14-septembre-1184059.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/txQZtl4ZH99p8D1NIuPrJg3cgF0=/0x125:1200x800/800x0/images/Thomas-Tuchel-1204583.jpg", + "image": "https://images.bfmtv.com/2mfYIxb-wdn2Dj1v0ROhShlT7_U=/0x0:2048x1152/800x0/images/Jonathan-David-lors-du-match-aller-entre-le-LOSC-et-Wolfsburg-le-14-septembre-1184059.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40014,20 +41070,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e5d932c3e45d2f7792ca57c8e2ab8b1", + "hash": "71198705e7a5df1839b1775101d3bf4a", "highlights": [] }, { - "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.

", + "title": "Bordeaux-OM: un groupe marseillais également très affaibli", + "description": "Jorge Sampaoli doit se passer de plusieurs cadres, dont certains positifs au Covid, pour le déplacement de l’OM à Bordeaux, ce vendredi (21h, 20e journée de Ligue 1). Milik, Gerson, Rongier, Alvaro et Mandanda sont absents du groupe.

", + "content": "Jorge Sampaoli doit se passer de plusieurs cadres, dont certains positifs au Covid, pour le déplacement de l’OM à Bordeaux, ce vendredi (21h, 20e journée de Ligue 1). Milik, Gerson, Rongier, Alvaro et Mandanda sont absents du groupe.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-un-groupe-marseillais-egalement-tres-affaibli_AV-202201070207.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 13:30:14 GMT", - "enclosure": "https://images.bfmtv.com/5QX6aQ38yxgCeBRj18odr11Q8SI=/0x208:2048x1360/800x0/images/Guillaume-Martin-1204565.jpg", + "pubDate": "Fri, 07 Jan 2022 10:50:11 GMT", + "enclosure": "https://images.bfmtv.com/4aKQ1PHE6uyc-U1Knsh_hUCjMFU=/0x11:2048x1163/800x0/images/Arkadiusz-MILIK-1185137.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/5QX6aQ38yxgCeBRj18odr11Q8SI=/0x208:2048x1360/800x0/images/Guillaume-Martin-1204565.jpg", + "image": "https://images.bfmtv.com/4aKQ1PHE6uyc-U1Knsh_hUCjMFU=/0x11:2048x1163/800x0/images/Arkadiusz-MILIK-1185137.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40036,20 +41092,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d16a5465e056aa7c7c7ecac26f9df71", + "hash": "0ee68de23e24fa28aba5797ff941e5a2", "highlights": [] }, { - "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) !

", + "title": "OL en direct: \"Tout le monde doit faire mieux, y compris moi\", prévient Boateng", + "description": "L'OL recevra le PSG dimanche soir (20h45) en clôture de la 20e journée de Ligue 1. A deux jours du choc, l'entraîneur lyonnais Peter Bosz s'exprimera ce vendredi devant la presse. Une conférence à suivre en direct commenté sur RMC Sport à partir de 12h45.

", + "content": "L'OL recevra le PSG dimanche soir (20h45) en clôture de la 20e journée de Ligue 1. A deux jours du choc, l'entraîneur lyonnais Peter Bosz s'exprimera ce vendredi devant la presse. Une conférence à suivre en direct commenté sur RMC Sport à partir de 12h45.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-5-janvier-nba_AN-202201050288.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-en-direct-la-conf-de-bosz-avant-le-choc-contre-le-psg_LN-202201070203.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 13:27:36 GMT", - "enclosure": "https://images.bfmtv.com/p3NSdMsIsMq3ClQhgRTRvHUGx4U=/7x153:1991x1269/800x0/images/Doncic-1204656.jpg", + "pubDate": "Fri, 07 Jan 2022 10:43:14 GMT", + "enclosure": "https://images.bfmtv.com/Ug0e-tIVto5FxNqCxHgfE1z7-wE=/0x0:2048x1152/800x0/images/Jerome-Boateng-OL-1140165.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/p3NSdMsIsMq3ClQhgRTRvHUGx4U=/7x153:1991x1269/800x0/images/Doncic-1204656.jpg", + "image": "https://images.bfmtv.com/Ug0e-tIVto5FxNqCxHgfE1z7-wE=/0x0:2048x1152/800x0/images/Jerome-Boateng-OL-1140165.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40058,20 +41114,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "02bb7773a9a4aae33cce3737d757ab98", + "hash": "5dc9d8a722f829fee397c573e7f3ab7f", "highlights": [] }, { - "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.

", + "title": "Ligue 1: pourquoi trois matchs sont reportés mais pas Bordeaux-OM", + "description": "Trois rencontres de la 20e journée de Ligue 1 ont déjà été reportées pour ce week-end, mais pas Bordeaux-OM malgré l’intense pression des dirigeants bordelais. Ces derniers paient la stricte application du protocole sanitaire.

", + "content": "Trois rencontres de la 20e journée de Ligue 1 ont déjà été reportées pour ce week-end, mais pas Bordeaux-OM malgré l’intense pression des dirigeants bordelais. Ces derniers paient la stricte application du protocole sanitaire.

", "category": "", - "link": "https://rmcsport.bfmtv.com/cyclisme/paris-nice-pas-de-derogation-au-pass-vaccinal-previent-prudhomme_AV-202201050286.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-pourquoi-trois-matchs-sont-reportes-mais-pas-bordeaux-om_AV-202201070200.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 10:38:42 GMT", + "enclosure": "https://images.bfmtv.com/oZs1FSnrVo0COaoVMQevEAFARsg=/0x49:2048x1201/800x0/images/Yacine-Adli-lors-du-match-aller-a-Marseille-1210352.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/qnS8nSy92mgaIewzuOS6hATAspI=/0x131:2048x1283/800x0/images/Christian-Prudhomme-le-directeur-du-Tour-de-France-1204557.jpg", + "image": "https://images.bfmtv.com/oZs1FSnrVo0COaoVMQevEAFARsg=/0x49:2048x1201/800x0/images/Yacine-Adli-lors-du-match-aller-a-Marseille-1210352.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40080,20 +41136,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0712ef174a3be8f1f8c5917bb541c05c", + "hash": "80c46b315886ad51659c55e310b74398", "highlights": [] }, { - "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é.

", + "title": "Mercato: le Barça prête Coutinho et entame son dégraissage", + "description": "Philippe Coutinho va quitter le Barça lors du mercato hivernal et rejoindre Aston Villa. Le prêt avec option d’achat du milieu offensif brésilien a été officialisé ce vendredi par les deux clubs.

", + "content": "Philippe Coutinho va quitter le Barça lors du mercato hivernal et rejoindre Aston Villa. Le prêt avec option d’achat du milieu offensif brésilien a été officialisé ce vendredi par les deux clubs.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-barca-prete-coutinho-et-entame-son-degraissage_AV-202201070196.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 10:31:48 GMT", + "enclosure": "https://images.bfmtv.com/xvfYfu16MYRhHceLT2XYz0Ifmgc=/0x36:2048x1188/800x0/images/Philippe-Coutinho-avec-le-Barca-le-2-octobre-2021-1210356.jpg", "enclosureType": "image/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", + "image": "https://images.bfmtv.com/xvfYfu16MYRhHceLT2XYz0Ifmgc=/0x36:2048x1188/800x0/images/Philippe-Coutinho-avec-le-Barca-le-2-octobre-2021-1210356.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40102,20 +41158,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f42d0f0360bc0ae3c60bd458fbd9326f", + "hash": "f578a3b845a434291f24fa3b86b05f91", "highlights": [] }, { - "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)

", + "title": "Open d’Australie: \"Il est humain\", le soutien inattendu de Kyrgios à Djokovic", + "description": "Nick Kyrgios a posté vendredi un message de soutien à Novak Djokovic après le refus de son visa pour entrer sur le territoire australien et ainsi disputer l’Open d’Australie. Souvent très critique à l’égard du Serbe, le tennisman de 26 ans réclame un meilleur traitement du numéro 1 mondial.

", + "content": "Nick Kyrgios a posté vendredi un message de soutien à Novak Djokovic après le refus de son visa pour entrer sur le territoire australien et ainsi disputer l’Open d’Australie. Souvent très critique à l’égard du Serbe, le tennisman de 26 ans réclame un meilleur traitement du numéro 1 mondial.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-il-est-humain-le-soutien-inattendu-de-kyrgios-a-djokovic_AV-202201070180.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 12:39:59 GMT", - "enclosure": "https://images.bfmtv.com/pujdMv_UKDcO4SbaykPoAH_ZcRw=/0x132:2000x1257/800x0/images/Lukaku-1204556.jpg", + "pubDate": "Fri, 07 Jan 2022 09:55:26 GMT", + "enclosure": "https://images.bfmtv.com/nDfJ0-fzE5o0UOhfxf7BFoxqC4o=/0x107:2048x1259/800x0/images/Nick-Kyrgios-en-septembre-2021-pendant-la-Laver-Cup-1210317.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/pujdMv_UKDcO4SbaykPoAH_ZcRw=/0x132:2000x1257/800x0/images/Lukaku-1204556.jpg", + "image": "https://images.bfmtv.com/nDfJ0-fzE5o0UOhfxf7BFoxqC4o=/0x107:2048x1259/800x0/images/Nick-Kyrgios-en-septembre-2021-pendant-la-Laver-Cup-1210317.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40124,20 +41180,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ed7a8a094289410e99ad964fae2aa66", + "hash": "300284d60fa70f109896ff21041b38d1", "highlights": [] }, { - "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.

", + "title": "PSG: Hamraoui et Diallo pourraient rejouer dimanche, deux mois après la mystérieuse agression", + "description": "Pour la première fois depuis sa violente agression subie début novembre, Kheira Hamraoui postule à une place dans le groupe du PSG pour le 16e de finale de Coupe de France contre Dijon dimanche. Aminata Diallo, qui avait été placée en garde à vue dans cette affaire avant d'être relâchée, pourrait elle aussi retrouver les terrains.

", + "content": "Pour la première fois depuis sa violente agression subie début novembre, Kheira Hamraoui postule à une place dans le groupe du PSG pour le 16e de finale de Coupe de France contre Dijon dimanche. Aminata Diallo, qui avait été placée en garde à vue dans cette affaire avant d'être relâchée, pourrait elle aussi retrouver les terrains.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/feminin/psg-hamraoui-et-diallo-pourraient-rejouer-dimanche_AV-202201070174.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 09:44:46 GMT", + "enclosure": "https://images.bfmtv.com/VUqHVAYBJwWMn0RbG5qALNdbQ48=/0x0:1728x972/800x0/images/Aminata-Diallo-et-Kheira-Hamraoui-1164094.jpg", "enclosureType": "image/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", + "image": "https://images.bfmtv.com/VUqHVAYBJwWMn0RbG5qALNdbQ48=/0x0:1728x972/800x0/images/Aminata-Diallo-et-Kheira-Hamraoui-1164094.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40146,20 +41202,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b8aad699b564f41601b1514dd43cefd", + "hash": "bf4142b5d68ff8e3b0f03b481552dc5f", "highlights": [] }, { - "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.

", + "title": "Ligue 1: Montpellier-Troyes également reporté", + "description": "Un troisième match de la 20e journée de Ligue 1 a été reporté en raison de trop nombreux cas de Covid: prévu dimanche à 15h, Montpellier-Troyes se jouera à une date ultérieure.

", + "content": "Un troisième match de la 20e journée de Ligue 1 a été reporté en raison de trop nombreux cas de Covid: prévu dimanche à 15h, Montpellier-Troyes se jouera à une date ultérieure.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-montpellier-troyes-egalement-reporte_AV-202201070163.html", "creator": "", - "pubDate": "Wed, 05 Jan 2022 12:33:49 GMT", - "enclosure": "https://images.bfmtv.com/PAJA4emEceqLPptVmX8-QtewZtk=/0x26:1024x602/800x0/images/-866139.jpg", + "pubDate": "Fri, 07 Jan 2022 09:34:26 GMT", + "enclosure": "https://images.bfmtv.com/U47hDXNftU3pUlEa4Vdn0RobJ5o=/0x106:2048x1258/800x0/images/Florent-Mollet-1210326.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/PAJA4emEceqLPptVmX8-QtewZtk=/0x26:1024x602/800x0/images/-866139.jpg", + "image": "https://images.bfmtv.com/U47hDXNftU3pUlEa4Vdn0RobJ5o=/0x106:2048x1258/800x0/images/Florent-Mollet-1210326.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40168,20 +41224,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c8d86e1215f9c9fda7b38f28acf1c5d", + "hash": "d4c63e614fe4b807357c99a9a8de7a92", "highlights": [] }, { - "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.

", + "title": "Mercato: le Newcastle saoudien officialise sa première recrue... avant d'autres renforts", + "description": "Les Magpies ont enregistré ce vendredi l'arrivée du latéral droit Kieran Trippier. L'international anglais lance le mercato hivernal du nouveau riche de la Premier League, racheté début octobre par un fonds d'investissement saoudien.

", + "content": "Les Magpies ont enregistré ce vendredi l'arrivée du latéral droit Kieran Trippier. L'international anglais lance le mercato hivernal du nouveau riche de la Premier League, racheté début octobre par un fonds d'investissement saoudien.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-le-retour-de-ronaldo-a-plombe-bruno-fernandes-selon-andy-cole_AV-202201050268.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-newcastle-saoudien-officialise-sa-premiere-recrue-avant-d-autres-renforts_AN-202201070161.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 09:29:30 GMT", + "enclosure": "https://images.bfmtv.com/dbz_39A5p1CfBkgYmLwVzphqB00=/0x106:2048x1258/800x0/images/Kieran-Trippier-1210284.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/hz3h1pa-RrunW7OMM13iime8Kck=/0x54:2048x1206/800x0/images/Cristiano-Ronaldo-et-Bruno-Fernandes-1204514.jpg", + "image": "https://images.bfmtv.com/dbz_39A5p1CfBkgYmLwVzphqB00=/0x106:2048x1258/800x0/images/Kieran-Trippier-1210284.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40190,20 +41246,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b8f49c8ccf2a9f6b110a6923282924f", + "hash": "d006cab6d8db5348f81ec8ed2df9071c", "highlights": [] }, { - "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.

", + "title": "Ligue 1 en direct: Kombouaré peste contre les tests, \"une connerie, une aberration\"", + "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/transferts/mercato-nice-officialise-le-depart-de-kamara-a-watford_AV-202201040441.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": "Tue, 04 Jan 2022 19:02:23 GMT", - "enclosure": "https://images.bfmtv.com/yox5oNsAd2lNfpxFSGvBNdrpzEY=/0x106:2048x1258/800x0/images/Hassane-Kamara-1194384.jpg", + "pubDate": "Wed, 05 Jan 2022 08:19:35 GMT", + "enclosure": "https://images.bfmtv.com/tru-36sddlugE2kXJ3eUWsRnGYI=/0x0:1200x675/800x0/images/Antoine-Kombouare-1177738.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/yox5oNsAd2lNfpxFSGvBNdrpzEY=/0x106:2048x1258/800x0/images/Hassane-Kamara-1194384.jpg", + "image": "https://images.bfmtv.com/tru-36sddlugE2kXJ3eUWsRnGYI=/0x0:1200x675/800x0/images/Antoine-Kombouare-1177738.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40212,20 +41268,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "281905de316775d76ad4fa6b24bf4fec", + "hash": "3c3d4f8bf2771e0820c5a6999b06f0e4", "highlights": [] }, { - "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.

", + "title": "Barça: les plus gros salaires du vestiaire révélés, Umtiti très haut dans le classement", + "description": "La chaine catalane Esport3 a révélé les plus gros salaires des joueurs du FC Barcelone, jeudi soir. Les trois capitaines Gerard Piqué, Sergio Busquets et Jordi Alba sont en tête, mais Samuel Umtiti est aussi très bien placé.

", + "content": "La chaine catalane Esport3 a révélé les plus gros salaires des joueurs du FC Barcelone, jeudi soir. Les trois capitaines Gerard Piqué, Sergio Busquets et Jordi Alba sont en tête, mais Samuel Umtiti est aussi très bien placé.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-les-plus-gros-salaires-du-vestiaire-reveles-umtiti-tres-haut-dans-le-classement_AV-202201070150.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 09:05:30 GMT", + "enclosure": "https://images.bfmtv.com/nC1sREgw6IdaQ8o_N_ooa2LRiqU=/0x46:2048x1198/800x0/images/Gerard-Pique-1210305.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/HftP_s4rc1AKvqwv_JKfLlvr0mg=/0x104:1984x1220/800x0/images/S-Diop-1170352.jpg", + "image": "https://images.bfmtv.com/nC1sREgw6IdaQ8o_N_ooa2LRiqU=/0x46:2048x1198/800x0/images/Gerard-Pique-1210305.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40234,20 +41290,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a02808f187ff75faaf4d891ca1595303", + "hash": "6fe3d8bb71e8caae4c26b501bb403707", "highlights": [] }, { - "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.

", + "title": "Double Contact - Rohff: \"Je ne suis pas un fervent de Messi\"", + "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 \"Grand Monsieur\", on a rencontré Rohff. Le taulier du 94 nous parle de ses virées au Parc des Princes, des débuts de Messi au PSG et de sa connexion avec Antoine Griezmann.

", + "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 \"Grand Monsieur\", on a rencontré Rohff. Le taulier du 94 nous parle de ses virées au Parc des Princes, des débuts de Messi au PSG et de sa connexion avec Antoine Griezmann.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-plusieurs-joueurs-denoncent-le-traitement-de-faveur-reserve-a-djokovic_AV-202201040426.html", + "link": "https://rmcsport.bfmtv.com/replay-emissions/double-contact/double-contact-rohff-je-ne-suis-pas-un-fervent-de-messi_AV-202201070008.html", "creator": "", - "pubDate": "Tue, 04 Jan 2022 18:29:12 GMT", - "enclosure": "https://images.bfmtv.com/LjzAx3DKLI6C2Ar3zSdlhec5CIo=/0x76:2048x1228/800x0/images/Novak-Djokovic-1200704.jpg", + "pubDate": "Fri, 07 Jan 2022 09:00:00 GMT", + "enclosure": "https://images.bfmtv.com/HsmB6G3NKiM80i-i-tx3TA9dTTI=/0x0:1920x1080/800x0/images/Rohff-1209685.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/LjzAx3DKLI6C2Ar3zSdlhec5CIo=/0x76:2048x1228/800x0/images/Novak-Djokovic-1200704.jpg", + "image": "https://images.bfmtv.com/HsmB6G3NKiM80i-i-tx3TA9dTTI=/0x0:1920x1080/800x0/images/Rohff-1209685.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40256,20 +41312,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "de5ebcf52aa6d6d34c650d84f28a55d9", + "hash": "ce2b2271ce2d86649c23d2acdd11a664", "highlights": [] }, { - "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.

", + "title": "Mercato: Mukiele dans le viseur de l'Atlético de Madrid", + "description": "L’Atlético de Madrid a contacté le club de Leipzig afin de connaître les conditions d’un éventuel transfert de Nordi Mukiele lors du mercato hivernal. La direction madrilène suit le latéral droit français depuis plusieurs saisons et pourrait tenter sa chance.

", + "content": "L’Atlético de Madrid a contacté le club de Leipzig afin de connaître les conditions d’un éventuel transfert de Nordi Mukiele lors du mercato hivernal. La direction madrilène suit le latéral droit français depuis plusieurs saisons et pourrait tenter sa chance.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-morata-se-rapproche-du-barca_LN-202201030030.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-mukiele-dans-le-viseur-de-l-atletico-de-madrid_AV-202201070137.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 06:10:44 GMT", - "enclosure": "https://images.bfmtv.com/MWlhMZ6EC5jmXEug7W7-OxOyK3U=/0x106:2048x1258/800x0/images/Nicolas-Usai-1204074.jpg", + "pubDate": "Fri, 07 Jan 2022 08:43:58 GMT", + "enclosure": "https://images.bfmtv.com/fDe7zVq5OMEug1mDY9Q7mKiwQSc=/14x0:2046x1143/800x0/images/Nordi-Mukiele-avec-Leipzig-le-30-octobre-2021-1210290.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/MWlhMZ6EC5jmXEug7W7-OxOyK3U=/0x106:2048x1258/800x0/images/Nicolas-Usai-1204074.jpg", + "image": "https://images.bfmtv.com/fDe7zVq5OMEug1mDY9Q7mKiwQSc=/14x0:2046x1143/800x0/images/Nordi-Mukiele-avec-Leipzig-le-30-octobre-2021-1210290.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40278,20 +41334,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "243a4290732fa9fd8a1da665a12bd88d", + "hash": "1f2c65e3d6c9b05de22b0c5b9b9b9edc", "highlights": [] }, { - "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.

", + "title": "Explosion sur le Dakar: Le Drian confirme les soupçons d'acte terroriste, et envisage un arrêt de la course", + "description": "Invité de Bourdin Direct sur RMC ce vendredi, Jean-Yves Le Drian, ministre des Affaires étrangères, confirme la piste terroriste après l’explosion de la voiture de Philippe Boutron, le 30 décembre dernier. Il aurait aussi aimé que le rallye-raid soit arrêté après cet évènement. \"La question reste posée\", confie-t-il.

", + "content": "Invité de Bourdin Direct sur RMC ce vendredi, Jean-Yves Le Drian, ministre des Affaires étrangères, confirme la piste terroriste après l’explosion de la voiture de Philippe Boutron, le 30 décembre dernier. Il aurait aussi aimé que le rallye-raid soit arrêté après cet évènement. \"La question reste posée\", confie-t-il.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/toulouse-dupont-toujours-absent-a-l-entrainement-les-freres-arnold-de-retour_AV-202201040416.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/explosion-sur-le-dakar-le-drian-confirme-les-soupcons-d-acte-terroriste-et-envisage-un-arret-de-la-course_AV-202201070123.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 08:11:05 GMT", + "enclosure": "https://images.bfmtv.com/EY690UPmsglRPBnl5smMx9eNu20=/0x0:1280x720/800x0/images/Jean-Yves-Le-Drian-dans-Bourdin-Direct-1210272.jpg", "enclosureType": "image/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", + "image": "https://images.bfmtv.com/EY690UPmsglRPBnl5smMx9eNu20=/0x0:1280x720/800x0/images/Jean-Yves-Le-Drian-dans-Bourdin-Direct-1210272.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40300,20 +41356,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "db99ec2522d1639b0f152687fd0eb45d", + "hash": "2782a1cf6871b1b785c03034e3e91ce0", "highlights": [] }, { - "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.

", + "title": "Saint-Etienne: \"Le club appartient à deux clowns\", Romeyer admet qu'il ne peut pas rivaliser", + "description": "Roland Romeyer a accordé ce vendredi un entretien au journal Le Progrès afin d’analyser la situation du club de Saint-Etienne. Le président du directoire de l’actuel dernier de Ligue 1 confirme le besoin de vendre car lui et son associé Bernard Caïazzo n’ont pas les moyens de lutter.

", + "content": "Roland Romeyer a accordé ce vendredi un entretien au journal Le Progrès afin d’analyser la situation du club de Saint-Etienne. Le président du directoire de l’actuel dernier de Ligue 1 confirme le besoin de vendre car lui et son associé Bernard Caïazzo n’ont pas les moyens de lutter.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-un-pacte-scelle-entre-le-barca-et-le-clan-haaland_AV-202201040412.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-le-club-appartient-a-deux-clowns-romeyer-admet-qu-il-ne-peut-pas-rivaliser_AV-202201070118.html", "creator": "", - "pubDate": "Tue, 04 Jan 2022 18:09:03 GMT", - "enclosure": "https://images.bfmtv.com/AmmeTdx90qzXi6igIvzqFlj0Vvg=/0x71:2048x1223/800x0/images/Erling-Haaland-1202205.jpg", + "pubDate": "Fri, 07 Jan 2022 08:04:02 GMT", + "enclosure": "https://images.bfmtv.com/CyYjnzzcBq01JlxRika0GSXPcBI=/0x0:2048x1152/800x0/images/Roland-Romeyer-president-du-directoire-de-l-ASSE-le-5-decembre-2021-1210269.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/AmmeTdx90qzXi6igIvzqFlj0Vvg=/0x71:2048x1223/800x0/images/Erling-Haaland-1202205.jpg", + "image": "https://images.bfmtv.com/CyYjnzzcBq01JlxRika0GSXPcBI=/0x0:2048x1152/800x0/images/Roland-Romeyer-president-du-directoire-de-l-ASSE-le-5-decembre-2021-1210269.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40322,20 +41378,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "daf8be8e6b5bd93be28850309b627db3", + "hash": "97797dc6d584244985373b7fa1e19131", "highlights": [] }, { - "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.

", + "title": "\"Zidane au PSG au plus tard en juin 2022\", la prédiction de Daniel Riolo", + "description": "Après le coup Messi, l'éditorialiste de RMC a récidivé ce jeudi soir dans l'After Foot.

", + "content": "Après le coup Messi, l'éditorialiste de RMC a récidivé ce jeudi soir dans l'After Foot.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-alvaro-gonzalez-ne-veut-pas-quitter-l-om_AV-202201040397.html", + "link": "https://rmcsport.bfmtv.com/replay-emissions/after-foot/zidane-au-psg-au-plus-tard-en-juin-2022-la-prediction-de-daniel-riolo_AV-202201070115.html", "creator": "", - "pubDate": "Tue, 04 Jan 2022 17:49:02 GMT", - "enclosure": "https://images.bfmtv.com/2jb6fZpDGT9-22cFE1XFQex6MDk=/0x106:2048x1258/800x0/images/Alvaro-Gonzalez-1204024.jpg", + "pubDate": "Fri, 07 Jan 2022 07:56:41 GMT", + "enclosure": "https://images.bfmtv.com/SdhV6Inu65bw1D5jLvrfgQ8Ee_w=/0x0:1920x1080/800x0/images/Zinedine-Zidane-988542.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/2jb6fZpDGT9-22cFE1XFQex6MDk=/0x106:2048x1258/800x0/images/Alvaro-Gonzalez-1204024.jpg", + "image": "https://images.bfmtv.com/SdhV6Inu65bw1D5jLvrfgQ8Ee_w=/0x0:1920x1080/800x0/images/Zinedine-Zidane-988542.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40344,20 +41400,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b6dd5123f0e129d823cc011bdcb824f", + "hash": "2c6cdbbd929c98176d7ee475da6880fc", "highlights": [] }, { - "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.

", + "title": "Manchester City: les enjeux de la nouvelle audience de Benjamin Mendy", + "description": "Le défenseur de 27 ans, toujours incarcéré, est attendu ce vendredi pour une nouvelle audience. Visé par sept chefs d'accusation de viol, ses avocats doivent défendre une prochaine libération conditionnelle.

", + "content": "Le défenseur de 27 ans, toujours incarcéré, est attendu ce vendredi pour une nouvelle audience. Visé par sept chefs d'accusation de viol, ses avocats doivent défendre une prochaine libération conditionnelle.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/rallye/dakar-une-enquete-ouverte-pour-tentative-d-assassinat-terroriste_AV-202201040389.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-city-les-enjeux-de-la-nouvelle-audience-de-benjamin-mendy_AN-202201070107.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 07:48:36 GMT", + "enclosure": "https://images.bfmtv.com/ilMdkFT_mlDCZNXHfAUloB2N1kI=/0x37:768x469/800x0/images/Benjamin-Mendy-arrivant-a-l-entrainement-avec-l-equipe-de-France-le-11-novembre-2019-a-Clairefontaine-en-Yvelines-1193103.jpg", "enclosureType": "image/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", + "image": "https://images.bfmtv.com/ilMdkFT_mlDCZNXHfAUloB2N1kI=/0x37:768x469/800x0/images/Benjamin-Mendy-arrivant-a-l-entrainement-avec-l-equipe-de-France-le-11-novembre-2019-a-Clairefontaine-en-Yvelines-1193103.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40366,20 +41422,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "763df46e182058dd2ad1821262ade941", + "hash": "5746ddbf27f3e89d2bc5e372381323a6", "highlights": [] }, { - "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é.

", + "title": "Maracineanu confirme des jauges proportionnelles après l’entrée en vigueur du pass vaccinal", + "description": "Roxana Maracineanu, ministre déléguée des Sports, a confirmé ce vendredi sur France Info, la mise en place de jauges proportionnelles à la capacité des stades. Celles-ci seront appliquées après le vote de la loi sur l'instauration du pass vaccinal.

", + "content": "Roxana Maracineanu, ministre déléguée des Sports, a confirmé ce vendredi sur France Info, la mise en place de jauges proportionnelles à la capacité des stades. Celles-ci seront appliquées après le vote de la loi sur l'instauration du pass vaccinal.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/maracineanu-confirme-des-jauges-proportionnelles-apres-l-entree-en-vigueur-du-pass-vaccinal_AV-202201070106.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 07:45:21 GMT", - "enclosure": "https://images.bfmtv.com/PwG10oetAXGMxoT0MbLeO6ovomE=/0x106:2048x1258/800x0/images/ASVEL-1204011.jpg", + "pubDate": "Fri, 07 Jan 2022 07:47:11 GMT", + "enclosure": "https://images.bfmtv.com/j2mIEQLXpulCS74oXoYtIOLKp9Y=/0x212:2048x1364/800x0/images/Pas-de-jauge-proportionnee-dans-les-stades-en-France-1203620.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/PwG10oetAXGMxoT0MbLeO6ovomE=/0x106:2048x1258/800x0/images/ASVEL-1204011.jpg", + "image": "https://images.bfmtv.com/j2mIEQLXpulCS74oXoYtIOLKp9Y=/0x212:2048x1364/800x0/images/Pas-de-jauge-proportionnee-dans-les-stades-en-France-1203620.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40388,20 +41444,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "537a076edf4dc490a28c524e4bb99071", + "hash": "a14f339ac9787d333ab63c2c9d9770bc", "highlights": [] }, { - "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.

", + "title": "PSG: Hamraoui et Diallo pourraient rejouer dimanche", + "description": "Pour la première fois depuis sa violente agression subie début novembre, Kheira Hamraoui postule à une place dans le groupe du PSG pour le 16e de finale de Coupe de France contre Dijon dimanche. Aminata Diallo, qui avait été placée en garde à vue dans cette affaire avant d'être relâchée, pourrait elle aussi retrouver les terrains.

", + "content": "Pour la première fois depuis sa violente agression subie début novembre, Kheira Hamraoui postule à une place dans le groupe du PSG pour le 16e de finale de Coupe de France contre Dijon dimanche. Aminata Diallo, qui avait été placée en garde à vue dans cette affaire avant d'être relâchée, pourrait elle aussi retrouver les terrains.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-huit-supporters-parisiens-interdits-de-stade_AV-202201040374.html", + "link": "https://rmcsport.bfmtv.com/football/feminin/psg-hamraoui-et-diallo-pourraient-rejouer-dimanche_AV-202201070174.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 09:44:46 GMT", + "enclosure": "https://images.bfmtv.com/VUqHVAYBJwWMn0RbG5qALNdbQ48=/0x0:1728x972/800x0/images/Aminata-Diallo-et-Kheira-Hamraoui-1164094.jpg", "enclosureType": "image/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", + "image": "https://images.bfmtv.com/VUqHVAYBJwWMn0RbG5qALNdbQ48=/0x0:1728x972/800x0/images/Aminata-Diallo-et-Kheira-Hamraoui-1164094.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40410,20 +41466,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "88d9d74b968611920c378de13f6eec34", + "hash": "bc73cd55fa1e172a6673cf5601b24c32", "highlights": [] }, { - "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.

", + "title": "Le sport face au covid en direct: Un troisième match de Ligue 1 reporté", + "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-angers-va-preter-bernardoni-et-thioub-a-saint-etienne_AV-202201040370.html", + "link": "https://rmcsport.bfmtv.com/football/le-sport-face-au-coronavirus-suivez-toutes-les-infos-en-direct_LN-202201060115.html", "creator": "", - "pubDate": "Tue, 04 Jan 2022 17:12:31 GMT", - "enclosure": "https://images.bfmtv.com/0FFJi4mjJFyMEgpYMMofDo7LhWs=/0x106:2048x1258/800x0/images/Paul-Bernardoni-1203862.jpg", + "pubDate": "Thu, 06 Jan 2022 07:32:06 GMT", + "enclosure": "https://images.bfmtv.com/QXKGkKfWQ-sSu21-e-OCS8tapxo=/0x208:1984x1324/800x0/images/Montpellier-1181621.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/0FFJi4mjJFyMEgpYMMofDo7LhWs=/0x106:2048x1258/800x0/images/Paul-Bernardoni-1203862.jpg", + "image": "https://images.bfmtv.com/QXKGkKfWQ-sSu21-e-OCS8tapxo=/0x208:1984x1324/800x0/images/Montpellier-1181621.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40432,20 +41488,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a6b7f6d70dcca8f350c7f513a969b80", + "hash": "295e422023835868aa3bb5f055569517", "highlights": [] }, { - "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.

", + "title": "PSG: Messi non convoqué avec l'Argentine fin janvier?", + "description": "Alors que l'Argentine doit disputer, fin janvier et début février, deux rencontres face au Chili et à la Colombie, le sélectionneur de l'Albiceleste Lionel Scaloni pourrait laisser Lionel Messi au repos, à en croire le média national TyC Sports.

", + "content": "Alors que l'Argentine doit disputer, fin janvier et début février, deux rencontres face au Chili et à la Colombie, le sélectionneur de l'Albiceleste Lionel Scaloni pourrait laisser Lionel Messi au repos, à en croire le média national TyC Sports.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-16e-de-finale-suivez-lens-lille-en-direct_LS-202201040369.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-messi-non-convoque-avec-l-argentine-fin-janvier_AV-202201070072.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 06:49:04 GMT", + "enclosure": "https://images.bfmtv.com/VFvnO8pgNWRKwEHOZMGW5edtwpU=/0x83:2048x1235/800x0/images/Lionel-Messi-1202257.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/dFWZszQ4j1ruqvTXEPcVsxkeVDs=/0x79:1200x754/800x0/images/Le-trophee-tant-convoite-de-la-Coupe-de-France-1191388.jpg", + "image": "https://images.bfmtv.com/VFvnO8pgNWRKwEHOZMGW5edtwpU=/0x83:2048x1235/800x0/images/Lionel-Messi-1202257.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40454,20 +41510,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3bda084af550fbc4a9dd4c3ddf5aadf1", + "hash": "2104b7039a115ad0f5373f7a0299d61d", "highlights": [] }, { - "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.

", + "title": "AC Milan: Pioli déclare sa flamme au Français Pierre Kalulu", + "description": "Stefano Pioli, entraîneur de l’AC Milan, s’est enthousiasmé pour son jeune défenseur français, Pierre Kalulu (21 ans) après la victoire face à l’AS Rome (3-1), jeudi lors de la 20e journée de Serie A.

", + "content": "Stefano Pioli, entraîneur de l’AC Milan, s’est enthousiasmé pour son jeune défenseur français, Pierre Kalulu (21 ans) après la victoire face à l’AS Rome (3-1), jeudi lors de la 20e journée de Serie A.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/serie-a/ac-milan-pioli-declare-sa-flamme-au-francais-pierre-kalulu_AV-202201070069.html", "creator": "", - "pubDate": "Tue, 04 Jan 2022 17:04:14 GMT", - "enclosure": "https://images.bfmtv.com/e7iSomGzIAaZF129LEC4asMlm5g=/0x46:2048x1198/800x0/images/Miralem-Pjanic-1156268.jpg", + "pubDate": "Fri, 07 Jan 2022 06:46:08 GMT", + "enclosure": "https://images.bfmtv.com/v9qXIFuichjimsZ-TwRrpCpz4fw=/0x0:2048x1152/800x0/images/Pierre-Kalulu-1210205.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/e7iSomGzIAaZF129LEC4asMlm5g=/0x46:2048x1198/800x0/images/Miralem-Pjanic-1156268.jpg", + "image": "https://images.bfmtv.com/v9qXIFuichjimsZ-TwRrpCpz4fw=/0x0:2048x1152/800x0/images/Pierre-Kalulu-1210205.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40476,20 +41532,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "01b57a7c082f4d0a011df345c4ec358f", + "hash": "f1754b68f8a1270bd7444490ca2b39c0", "highlights": [] }, { - "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.

", + "title": "Juventus: Kean victime de cris racistes contre Naples?", + "description": "Moise Kean, attaquant de la Juventus, aurait été victime de cris racistes jeudi lors de la rencontre face à Naples (1-1), lors de la 20e journée de Serie A.

", + "content": "Moise Kean, attaquant de la Juventus, aurait été victime de cris racistes jeudi lors de la rencontre face à Naples (1-1), lors de la 20e journée de Serie A.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/serie-a/juventus-kean-victime-de-cris-racistes-a-naples_AV-202201070046.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 06:05:25 GMT", + "enclosure": "https://images.bfmtv.com/B78F-c4P4YF5PRGX6i9rToX9zh8=/0x321:2032x1464/800x0/images/Moise-Kean-1210172.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/kSrIzBnva4l45DUD_AZQKQcy9zc=/0x106:2048x1258/800x0/images/Jura-Sud-ASSE-1202789.jpg", + "image": "https://images.bfmtv.com/B78F-c4P4YF5PRGX6i9rToX9zh8=/0x321:2032x1464/800x0/images/Moise-Kean-1210172.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40498,20 +41554,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9fc232b7e5ef3c465f2e222a24a31b27", + "hash": "57fff5e9de4c0a50901a2923a8fb1aad", "highlights": [] }, { - "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.

", + "title": "AS Rome: Mourinho sort les vieux dossiers pour répondre aux fans de l'AC Milan", + "description": "José Mourinho a répondu aux moqueries du public de San Siro, jeudi lors de la défaite de l’AS Rome sur le terrain de l’AC Milan (3-1), par une anecdote sur l’intérêt que lui avaient porté les dirigeants milanais il y a trois ans.

", + "content": "José Mourinho a répondu aux moqueries du public de San Siro, jeudi lors de la défaite de l’AS Rome sur le terrain de l’AC Milan (3-1), par une anecdote sur l’intérêt que lui avaient porté les dirigeants milanais il y a trois ans.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/coronavirus-un-assouplissement-des-jauges-devrait-etre-possible-pour-certaines-enceintes_AV-202201040339.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/as-rome-mourinho-sort-les-vieux-dossiers-pour-repondre-aux-fans-de-l-ac-milan_AV-202201070025.html", "creator": "", - "pubDate": "Tue, 04 Jan 2022 16:39:40 GMT", - "enclosure": "https://images.bfmtv.com/pZRi3JVNpuBG1dDv6va6qzLhoYs=/0x106:2048x1258/800x0/images/Parc-des-Princes-1203966.jpg", + "pubDate": "Fri, 07 Jan 2022 05:30:48 GMT", + "enclosure": "https://images.bfmtv.com/yAk7lUo30stgb0NDYDb15ZDywOc=/0x105:2048x1257/800x0/images/Jose-Mourinho-1210146.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/pZRi3JVNpuBG1dDv6va6qzLhoYs=/0x106:2048x1258/800x0/images/Parc-des-Princes-1203966.jpg", + "image": "https://images.bfmtv.com/yAk7lUo30stgb0NDYDb15ZDywOc=/0x105:2048x1257/800x0/images/Jose-Mourinho-1210146.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40520,20 +41576,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1175bc42c6148e52432e0edd660fb1f4", + "hash": "a36ca636beb7481e7fe5e5750fb23668", "highlights": [] }, { - "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.

", + "title": "NBA: Fournier bat son record de points et enflamme le Madison Square Garden", + "description": "Evan Fournier a battu son record de points (41) permettant à New York de renverser Boston (108-105), jeudi en NBA. Le Français a mis le feu au Madison Square Garden.

", + "content": "Evan Fournier a battu son record de points (41) permettant à New York de renverser Boston (108-105), jeudi en NBA. Le Français a mis le feu au Madison Square Garden.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/basket/nba/nba-fournier-bat-son-record-de-points-et-enflamme-le-madison-square-garden_AD-202201070020.html", "creator": "", - "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", + "pubDate": "Fri, 07 Jan 2022 04:55:08 GMT", + "enclosure": "https://images.bfmtv.com/hdySNLmmu1avEgED7uOqqKDyoDA=/0x204:2048x1356/800x0/images/Evan-Fournier-en-feu-face-a-Boston-1210141.jpg", "enclosureType": "image/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", + "image": "https://images.bfmtv.com/hdySNLmmu1avEgED7uOqqKDyoDA=/0x204:2048x1356/800x0/images/Evan-Fournier-en-feu-face-a-Boston-1210141.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40542,20 +41598,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b40e4055af04470354a625d21360b678", + "hash": "1d6ed846062ae6a6c61b0b79396d1a02", "highlights": [] }, { - "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.

", + "title": "NBA: placé en protocole anti-Covid, Gobert va rater plusieurs matchs", + "description": "Rudy Gobert va manquer au minimum les trois prochains matchs NBA des Utah Jazz. Le pivot français est contraint de se soumettre au protocole anti-Covid de la ligue.

", + "content": "Rudy Gobert va manquer au minimum les trois prochains matchs NBA des Utah Jazz. Le pivot français est contraint de se soumettre au protocole anti-Covid de la ligue.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/clermont-o-connor-et-beria-vont-prolonger_AV-202201040327.html", + "link": "https://rmcsport.bfmtv.com/basket/nba/nba-place-en-protocole-anti-covid-gobert-va-rater-plusieurs-matchs_AV-202201060584.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 23:47:16 GMT", + "enclosure": "https://images.bfmtv.com/7ZDIQrKHcqdd7XF1F2qg3duS-g8=/0x17:2048x1169/800x0/images/Rudy-Gobert-le-20-10-2021-1210116.jpg", "enclosureType": "image/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", + "image": "https://images.bfmtv.com/7ZDIQrKHcqdd7XF1F2qg3duS-g8=/0x17:2048x1169/800x0/images/Rudy-Gobert-le-20-10-2021-1210116.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40564,20 +41620,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "315dd80f5e7c3619281711b6de6a8061", + "hash": "621158b39b2e6b919d9c7f5cb698ac49", "highlights": [] }, { - "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.

", + "title": "Atlético: inquiétude pour Griezmann, sorti sur blessure en Coupe du Roi", + "description": "Remplaçant lors du 16e de finale de Coupe du Roi largement remporté par l’Atlético face au Rayo Majadahonda (5-0), jeudi soir, l’attaquant français Antoine Griezmann a marqué un joli but avant de se blesser en fin de match, quelques minutes après son entrée en jeu.

", + "content": "Remplaçant lors du 16e de finale de Coupe du Roi largement remporté par l’Atlético face au Rayo Majadahonda (5-0), jeudi soir, l’attaquant français Antoine Griezmann a marqué un joli but avant de se blesser en fin de match, quelques minutes après son entrée en jeu.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-southampton-rachete-par-un-puissant-homme-d-affaires-serbe_AV-202201040325.html", + "link": "https://rmcsport.bfmtv.com/football/liga/atletico-inquietude-pour-griezmann-sorti-sur-blessure-en-coupe-du-roi_AV-202201060580.html", "creator": "", - "pubDate": "Tue, 04 Jan 2022 16:16:02 GMT", - "enclosure": "https://images.bfmtv.com/Guv5jz8qAyqHT4JnluLc2WYjWC8=/0x0:2048x1152/800x0/images/Southampton-1203855.jpg", + "pubDate": "Thu, 06 Jan 2022 23:06:00 GMT", + "enclosure": "https://images.bfmtv.com/GafUn24koAZNwNiiUmho1VwOm1w=/0x79:2048x1231/800x0/images/Antoine-Griezmann-Atletico-de-Madrid-le-21-novembre-2021-1210115.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Guv5jz8qAyqHT4JnluLc2WYjWC8=/0x0:2048x1152/800x0/images/Southampton-1203855.jpg", + "image": "https://images.bfmtv.com/GafUn24koAZNwNiiUmho1VwOm1w=/0x79:2048x1231/800x0/images/Antoine-Griezmann-Atletico-de-Madrid-le-21-novembre-2021-1210115.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40586,20 +41642,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "00462cd54ed722a21947502c5c36516a", + "hash": "737e31d8c4e31a39cae4ca6666f55720", "highlights": [] }, { - "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.

", + "title": "PRONOS PARIS RMC Le pari sûr du 7 janvier - Bundesliga - Allemagne", + "description": "Notre pronostic: le Bayern bat Mönchengladbach (1.35)

", + "content": "Notre pronostic: le Bayern bat Mönchengladbach (1.35)

", "category": "", - "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-2022-qui-pour-porter-le-drapeau-francais_AN-202201040306.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-7-janvier-bundesliga-allemagne_AN-202201060297.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/3k8FKOquB2r25QVisyvrD3azSyU=/0x104:1984x1220/800x0/images/Robert-Lewandowski-Bayern-1209790.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/J3kyXpu79u4waxchzB0ADsEJ7MY=/0x105:2048x1257/800x0/images/Tessa-Worley-le-28-decembre-2021-1203858.jpg", + "image": "https://images.bfmtv.com/3k8FKOquB2r25QVisyvrD3azSyU=/0x104:1984x1220/800x0/images/Robert-Lewandowski-Bayern-1209790.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40608,20 +41664,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "20c91778dbb232007e9b309ccaaa8f3b", + "hash": "0b714e17d9ae929bdb86ab99dff499aa", "highlights": [] }, { - "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.

", + "title": "Mercato: Coutinho bien parti pour rejoindre Aston Villa en prêt", + "description": "Cela semble se préciser pour Philippe Coutinho. Le Brésilien de 29 ans aurait donné son accord pour rejoindre le club de Steven Gerrard, Aston Villa, qui serait en négociations très avancées avec le Barça. Un prêt pourrait être officialisé dès vendredi.

", + "content": "Cela semble se préciser pour Philippe Coutinho. Le Brésilien de 29 ans aurait donné son accord pour rejoindre le club de Steven Gerrard, Aston Villa, qui serait en négociations très avancées avec le Barça. Un prêt pourrait être officialisé dès vendredi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-azpilicueta-dans-le-viseur-de-l-atletico-de-madrid-pour-remplacer-trippier_AV-202201040304.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-coutinho-bien-parti-pour-rejoindre-aston-villa-en-pret_AV-202201060574.html", "creator": "", - "pubDate": "Tue, 04 Jan 2022 15:23:36 GMT", - "enclosure": "https://images.bfmtv.com/wvmp3H2hEiY69cNXDyPbinSeajM=/0x0:2032x1143/800x0/images/Cesar-Azpilicueta-1167554.jpg", + "pubDate": "Thu, 06 Jan 2022 22:30:32 GMT", + "enclosure": "https://images.bfmtv.com/xcLXIWfQ5zOtL0R4Zrqgpsq-bvI=/0x0:2048x1152/800x0/images/Philippe-Coutinho-1159183.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/wvmp3H2hEiY69cNXDyPbinSeajM=/0x0:2032x1143/800x0/images/Cesar-Azpilicueta-1167554.jpg", + "image": "https://images.bfmtv.com/xcLXIWfQ5zOtL0R4Zrqgpsq-bvI=/0x0:2048x1152/800x0/images/Philippe-Coutinho-1159183.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40630,20 +41686,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "80aac30ea445b00aa8f8bbaae460b3ce", + "hash": "e08c9050fbe2b0005b473f1dd0556a3e", "highlights": [] }, { - "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.

", + "title": "Serie A: accrochée par Naples, la Juve continue de faire du surplace", + "description": "La grosse affiche du soir en Serie A n'a donné aucun vainqueur entre la Juventus et Naples (1-1). Un résultat qui fait les affaires de l'Inter et de son dauphin, l'AC Milan.

", + "content": "La grosse affiche du soir en Serie A n'a donné aucun vainqueur entre la Juventus et Naples (1-1). Un résultat qui fait les affaires de l'Inter et de son dauphin, l'AC Milan.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-accrochee-par-naples-la-juve-continue-de-faire-du-surplace_AV-202201060563.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 21:48:55 GMT", + "enclosure": "https://images.bfmtv.com/KfjdulbsrGg3wnRHWLh2UcOoYDI=/0x106:2048x1258/800x0/images/1210094.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/KfjdulbsrGg3wnRHWLh2UcOoYDI=/0x106:2048x1258/800x0/images/1210094.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40652,20 +41708,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea2f234a478cef29409123a63aa07b46", + "hash": "f651fc9277b9c3d463e73cd0f21cf62b", "highlights": [] }, { - "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.

", + "title": "AC Milan: Giroud s'amuse de \"la malédiction\" du numéro 9", + "description": "Auteur de sa cinquième réalisation de la saison jeudi contre la Roma (3-1), Olivier Giroud démontre à 35 ans qu’il n’a rien perdu de son efficacité. Et semble avoir chassé les mauvais esprits qui hantaient le numéro 9 milanais depuis Filippo Inzaghi.

", + "content": "Auteur de sa cinquième réalisation de la saison jeudi contre la Roma (3-1), Olivier Giroud démontre à 35 ans qu’il n’a rien perdu de son efficacité. Et semble avoir chassé les mauvais esprits qui hantaient le numéro 9 milanais depuis Filippo Inzaghi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-coutinho-pourrait-rapidement-quitter-le-barca_AV-202201040301.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/ac-milan-giroud-s-amuse-de-la-malediction-du-numero-9_AV-202201060553.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 21:30:54 GMT", + "enclosure": "https://images.bfmtv.com/vONKUi2PdJm6LLE_vhe73bRjI4o=/0x291:1936x1380/800x0/images/Olivier-Giroud-AC-Milan-le-6-janvier-2022-1210092.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/vONKUi2PdJm6LLE_vhe73bRjI4o=/0x291:1936x1380/800x0/images/Olivier-Giroud-AC-Milan-le-6-janvier-2022-1210092.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40674,20 +41730,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f1a2b788cf279df091b5bab8bf637a6", + "hash": "1a5632a967f963b54616695fe1a7699b", "highlights": [] }, { - "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\".

", + "title": "\"Je n'ai rien fait de mal\", se défend Platini face aux accusations d'escroquerie", + "description": "Accusé \"d’escroquerie\" tout comme l’ancien président de la FIFA Sepp Blatter, Michel Platini revient sur ses ennuis judiciaires au micro d’Europe 1. Il se défend de toute responsabilité: \"On a inventé un arriéré de salaire, un truc bidon\".

", + "content": "Accusé \"d’escroquerie\" tout comme l’ancien président de la FIFA Sepp Blatter, Michel Platini revient sur ses ennuis judiciaires au micro d’Europe 1. Il se défend de toute responsabilité: \"On a inventé un arriéré de salaire, un truc bidon\".

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/je-n-ai-rien-fait-de-mal-se-defend-platini-face-aux-accusations-d-escroquerie_AV-202201060552.html", "creator": "", - "pubDate": "Tue, 04 Jan 2022 15:13:01 GMT", - "enclosure": "https://images.bfmtv.com/oyUQBnhURTPxZl7enwLLfAMaCpo=/14x147:2030x1281/800x0/images/Illustration-Dakar-2022-1203676.jpg", + "pubDate": "Thu, 06 Jan 2022 21:23:15 GMT", + "enclosure": "https://images.bfmtv.com/NBKmQBMuTqfhLxfjvIvwSljM6Ek=/0x40:768x472/800x0/images/Lex-patron-du-foot-europeen-Michel-Platini-le-31-aout-2020-a-Berne-en-Suisse-981150.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/oyUQBnhURTPxZl7enwLLfAMaCpo=/14x147:2030x1281/800x0/images/Illustration-Dakar-2022-1203676.jpg", + "image": "https://images.bfmtv.com/NBKmQBMuTqfhLxfjvIvwSljM6Ek=/0x40:768x472/800x0/images/Lex-patron-du-foot-europeen-Michel-Platini-le-31-aout-2020-a-Berne-en-Suisse-981150.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40696,20 +41752,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b20d25134e1d02e950b3bbf3d4c47452", + "hash": "b419045964a039c3dbb3de8aeca64dd2", "highlights": [] }, { - "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.

", + "title": "Mercato: \"Paqueta au PSG? Ce n’est pas à l’ordre du jour\", assure l'agent du Lyonnais", + "description": "Joint ce jeudi par RMC Sport, Eduardo Uram, l'agent de Lucas Paqueta, dément tout contact entre le milieu de terrain brésilien de l'OL et le PSG. \"Il n’y a aucun appel\", explique-t-il.

", + "content": "Joint ce jeudi par RMC Sport, Eduardo Uram, l'agent de Lucas Paqueta, dément tout contact entre le milieu de terrain brésilien de l'OL et le PSG. \"Il n’y a aucun appel\", explique-t-il.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/prix-puskas-les-trois-finalistes-devoiles_AV-202201040296.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-paqueta-au-psg-ce-n-est-pas-a-l-ordre-du-jour-assure-l-agent-du-lyonnais_AV-202201060548.html", "creator": "", - "pubDate": "Tue, 04 Jan 2022 15:10:31 GMT", - "enclosure": "https://images.bfmtv.com/jHVwiICFy53XdxbeTYRgjnaO4a0=/0x106:2048x1258/800x0/images/1203848.jpg", + "pubDate": "Thu, 06 Jan 2022 21:05:15 GMT", + "enclosure": "https://images.bfmtv.com/5YXuio3x2ra5VwoCp8mczZtpivo=/0x33:2048x1185/800x0/images/Lucas-PAQUETA-le-11-09-2021-1210088.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/jHVwiICFy53XdxbeTYRgjnaO4a0=/0x106:2048x1258/800x0/images/1203848.jpg", + "image": "https://images.bfmtv.com/5YXuio3x2ra5VwoCp8mczZtpivo=/0x33:2048x1185/800x0/images/Lucas-PAQUETA-le-11-09-2021-1210088.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40718,20 +41774,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0955db48dc0b2de5e9bd397ec07bff57", + "hash": "b53674f9718ee74f062108f57f6581c6", "highlights": [] }, { - "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.

", + "title": "L’UNFP hausse le ton et appelle la LFP à \"protéger\" les joueurs face au coronavirus", + "description": "Dans un communiqué ce jeudi, l’UNFP réagit à la situation sanitaire qui continue de bouleverser la Ligue 1. Le syndicat des joueurs semble pousser pour un remodelage du protocole sanitaire, alors que les cas positifs et les reports s’enchaînent.

", + "content": "Dans un communiqué ce jeudi, l’UNFP réagit à la situation sanitaire qui continue de bouleverser la Ligue 1. Le syndicat des joueurs semble pousser pour un remodelage du protocole sanitaire, alors que les cas positifs et les reports s’enchaînent.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-lukaku-a-presente-ses-excuses-tuchel-annonce-son-retour-dans-le-groupe_AV-202201040288.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/l-unfp-hausse-le-ton-et-appelle-la-lfp-a-proteger-les-joueurs-face-au-coronavirus_AV-202201060537.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 20:37:50 GMT", + "enclosure": "https://images.bfmtv.com/HB0qraobMu58pwvSGme9jyfcZLM=/0x22:1024x598/800x0/images/-866455.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Xs2VH-qCrBZG9QXyYHBBl8CR66Q=/0x55:1632x973/800x0/images/Romelu-Lukaku-et-Thomas-Tuchel-1203067.jpg", + "image": "https://images.bfmtv.com/HB0qraobMu58pwvSGme9jyfcZLM=/0x22:1024x598/800x0/images/-866455.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40740,20 +41796,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "14cbaa65b89162e57b633d93f3063fef", + "hash": "affb3be1008d23bfbaaa826d9cd60da2", "highlights": [] }, { - "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).

", + "title": "Bordeaux-OM: pas de nouveau cas positif chez les Girondins, le report s’éloigne", + "description": "À la veille d’accueillir l’OM pour la 20e journée de Ligue 1, les Girondins ne déplorent pas de nouveau cas de Covid-19 ce jeudi. Alors que le club bordelais a demandé un report, le maintien du match semble de plus en plus probable.

", + "content": "À la veille d’accueillir l’OM pour la 20e journée de Ligue 1, les Girondins ne déplorent pas de nouveau cas de Covid-19 ce jeudi. Alors que le club bordelais a demandé un report, le maintien du match semble de plus en plus probable.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-donnarumma-positif_AV-202201040286.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-pas-de-nouveau-cas-positif-chez-les-girondins-le-report-s-eloigne_AV-202201060529.html", "creator": "", - "pubDate": "Tue, 04 Jan 2022 14:47:15 GMT", - "enclosure": "https://images.bfmtv.com/CVDFgz-yMF4mG2qPjpQFKybhLf4=/0x0:2048x1152/800x0/images/Gianluigi-Donnarumma-1178036.jpg", + "pubDate": "Thu, 06 Jan 2022 20:03:40 GMT", + "enclosure": "https://images.bfmtv.com/9ks6DFX53cVvfUMN_Syk_JIzweg=/0x61:1200x736/800x0/images/Girondins-de-Bordeaux-1202494.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/CVDFgz-yMF4mG2qPjpQFKybhLf4=/0x0:2048x1152/800x0/images/Gianluigi-Donnarumma-1178036.jpg", + "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", @@ -40762,20 +41818,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9143eb6592c354024a743797ff179326", + "hash": "c3b655b54fc9dec331e7fe20302d6578", "highlights": [] }, { - "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.

", + "title": "Serie A: avec un but de Giroud et un grand Maignan, l’AC Milan surclasse la Roma", + "description": "Les Milanais se sont largement imposés à domicile face à l’AS Roma (3-1), jeudi soir en match de la 20e journée de Serie A. Olivier Giroud a marqué son premier but depuis deux mois, Zlatan Ibrahimovic a manqué un penalty dans les dernières secondes.

", + "content": "Les Milanais se sont largement imposés à domicile face à l’AS Roma (3-1), jeudi soir en match de la 20e journée de Serie A. Olivier Giroud a marqué son premier but depuis deux mois, Zlatan Ibrahimovic a manqué un penalty dans les dernières secondes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/bayern-sane-et-upamecano-a-leur-tour-positifs-au-covid_AV-202201040283.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-avec-un-but-de-giroud-et-un-grand-maignan-l-ac-milan-surclasse-la-roma_AN-202201060523.html", "creator": "", - "pubDate": "Tue, 04 Jan 2022 14:42:15 GMT", - "enclosure": "https://images.bfmtv.com/VMWGJtyusLfIhFiHBbpgd0LU9Bg=/0x106:2048x1258/800x0/images/1203837.jpg", + "pubDate": "Thu, 06 Jan 2022 19:47:05 GMT", + "enclosure": "https://images.bfmtv.com/vYeqsdVfXlza_tnHzA0rnpQ2L7I=/0x121:2048x1273/800x0/images/Olivier-Giroud-AC-Milan-le-6-janvier-2022-1210063.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/VMWGJtyusLfIhFiHBbpgd0LU9Bg=/0x106:2048x1258/800x0/images/1203837.jpg", + "image": "https://images.bfmtv.com/vYeqsdVfXlza_tnHzA0rnpQ2L7I=/0x121:2048x1273/800x0/images/Olivier-Giroud-AC-Milan-le-6-janvier-2022-1210063.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40784,20 +41840,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ff8ff186b905976681ec29003d68add", + "hash": "2291e3a52817b55f56e7f90f42e9aaf3", "highlights": [] }, { - "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.

", + "title": "Le sport face au covid en direct: Maracineanu confirme la mise en place de jauges proportionnelles", + "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-2/mercato-pascal-plancque-mis-a-pied-par-nimes_AV-202201040277.html", + "link": "https://rmcsport.bfmtv.com/football/le-sport-face-au-coronavirus-suivez-toutes-les-infos-en-direct_LN-202201060115.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 07:32:06 GMT", + "enclosure": "https://images.bfmtv.com/j2mIEQLXpulCS74oXoYtIOLKp9Y=/0x212:2048x1364/800x0/images/Pas-de-jauge-proportionnee-dans-les-stades-en-France-1203620.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/-cZb3QyXZnjcp1jc_QT-A0fqO0Q=/0x13:1008x580/800x0/images/Pascal-Plancque-963639.jpg", + "image": "https://images.bfmtv.com/j2mIEQLXpulCS74oXoYtIOLKp9Y=/0x212:2048x1364/800x0/images/Pas-de-jauge-proportionnee-dans-les-stades-en-France-1203620.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40806,20 +41862,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c70d11e5deebf53a09ad176e02a5517a", + "hash": "c42793e5accb555683177a3e8171a852", "highlights": [] }, { - "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)

", + "title": "Open d’Australie: le président serbe dénonce \"une chasse politique\" contre Djokovic", + "description": "Le président serbe Aleksandar Vucic a une nouvelle fois haussé le ton ce jeudi face à la situation de Novak Djokovic, qui passe sa deuxième nuit en Australie dans un centre de rétention de Melbourne après l'annulation de son visa.

", + "content": "Le président serbe Aleksandar Vucic a une nouvelle fois haussé le ton ce jeudi face à la situation de Novak Djokovic, qui passe sa deuxième nuit en Australie dans un centre de rétention de Melbourne après l'annulation de son visa.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-4-janvier-coupe-de-france_AN-202201030267.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-le-president-serbe-denonce-une-chasse-politique-contre-djokovic_AD-202201060510.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/17FdPLcYXKTrwjS9l5wifNGD9Pc=/0x48:2000x1173/800x0/images/Y-Yazici-1203159.jpg", + "pubDate": "Thu, 06 Jan 2022 19:25:38 GMT", + "enclosure": "https://images.bfmtv.com/FmrGyUZ-bTfCAW2yZa3fBB85Lng=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-6-novembre-2021-1210035.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/17FdPLcYXKTrwjS9l5wifNGD9Pc=/0x48:2000x1173/800x0/images/Y-Yazici-1203159.jpg", + "image": "https://images.bfmtv.com/FmrGyUZ-bTfCAW2yZa3fBB85Lng=/0x0:2048x1152/800x0/images/Novak-Djokovic-le-6-novembre-2021-1210035.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40828,20 +41884,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "777e868109853cc5f3e1b78479d82e48", + "hash": "753db27cb66ddee2f365abb8c0eafa4c", "highlights": [] }, { - "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)

", + "title": "FC Séville: le très joli but de Koundé en Coupe du Roi", + "description": "Le défenseur français du FC Séville Jules Koundé s’est distingué ce jeudi en Coupe du Roi, en inscrivant un joli but face au Real Saragosse. Le club andalou s'est qualifié pour les 8es de finale (2-0).

", + "content": "Le défenseur français du FC Séville Jules Koundé s’est distingué ce jeudi en Coupe du Roi, en inscrivant un joli but face au Real Saragosse. Le club andalou s'est qualifié pour les 8es de finale (2-0).

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-4-janvier-nba_AN-202201040269.html", + "link": "https://rmcsport.bfmtv.com/football/copa-del-rey/fc-seville-le-tres-joli-but-de-kounde-en-coupe-du-roi_AV-202201060500.html", "creator": "", - "pubDate": "Tue, 04 Jan 2022 14:01:14 GMT", - "enclosure": "https://images.bfmtv.com/B4AfiX0Nn5Unm4ZjdokYA7uFOaY=/0x24:2000x1149/800x0/images/J-Morrant-1203817.jpg", + "pubDate": "Thu, 06 Jan 2022 19:00:56 GMT", + "enclosure": "https://images.bfmtv.com/UJ5J__O1pST6A5cJ8MHr4XPmZFA=/0x106:2048x1258/800x0/images/1210023.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/B4AfiX0Nn5Unm4ZjdokYA7uFOaY=/0x24:2000x1149/800x0/images/J-Morrant-1203817.jpg", + "image": "https://images.bfmtv.com/UJ5J__O1pST6A5cJ8MHr4XPmZFA=/0x106:2048x1258/800x0/images/1210023.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40850,20 +41906,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c87cb5307fedba4c2116b9b99b836ea", + "hash": "afe128e96078ebd4ec51f9f232bf53f8", "highlights": [] }, { - "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.

", + "title": "Maracineanu écrit à Le Graët après les images polémiques des spectateurs amassés lors de Lens-Lille", + "description": "L'application de la jauge des 5.000 spectateurs en tribunes à Lens, mardi lors du 16e de finale de Coupe de France contre Lille, avait largement fait parler. Dans un courrier adressé à Noël Le Graët mercredi, la ministre chargée des Sports a rappelé à la FFF de veiller au respect de la distanciation physique dans les stades.

", + "content": "L'application de la jauge des 5.000 spectateurs en tribunes à Lens, mardi lors du 16e de finale de Coupe de France contre Lille, avait largement fait parler. Dans un courrier adressé à Noël Le Graët mercredi, la ministre chargée des Sports a rappelé à la FFF de veiller au respect de la distanciation physique dans les stades.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-andre-onana-va-signer-un-contrat-de-cinq-ans-avec-l-inter_AV-202201040135.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/maracineanu-ecrit-a-le-graet-apres-les-images-polemiques-des-spectateurs-lors-de-lens-lille_AV-202201060499.html", "creator": "", - "pubDate": "Tue, 04 Jan 2022 09:10:38 GMT", - "enclosure": "https://images.bfmtv.com/nL_zBJGOmTN9cgE-McdRP_1MsJc=/0x0:1200x675/800x0/images/-962900.jpg", + "pubDate": "Thu, 06 Jan 2022 18:46:00 GMT", + "enclosure": "https://images.bfmtv.com/QIQdYa8Oj5LgPcWS1Olfab92HR0=/0x288:1904x1359/800x0/images/Stade-Bollaert-le-4-janvier-2022-1210036.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/nL_zBJGOmTN9cgE-McdRP_1MsJc=/0x0:1200x675/800x0/images/-962900.jpg", + "image": "https://images.bfmtv.com/QIQdYa8Oj5LgPcWS1Olfab92HR0=/0x288:1904x1359/800x0/images/Stade-Bollaert-le-4-janvier-2022-1210036.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40872,20 +41928,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "631c020abf6ce91b7609cf369e34fd33", + "hash": "1fb86fc35f6ef841e5fea5b1c885a91e", "highlights": [] }, { - "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.

", + "title": "Top 14: la réponse ferme de O’Gara à Lemaitre sur un éventuel report de Toulon-La Rochelle", + "description": "Le RCT est frappé par de nombreux cas de Covid dans son effectif, et son président Bernard Lemaitre a assuré que le club ne \"jouera pas à La Rochelle\", dimanche (15e journée de Top 14). Une prise de position peu goûtée par Ronan O’Gara, le manager rochelais, qui entend se plier à la décision de la LNR.

", + "content": "Le RCT est frappé par de nombreux cas de Covid dans son effectif, et son président Bernard Lemaitre a assuré que le club ne \"jouera pas à La Rochelle\", dimanche (15e journée de Top 14). Une prise de position peu goûtée par Ronan O’Gara, le manager rochelais, qui entend se plier à la décision de la LNR.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-arsenal-veut-vendre-aubameyang-mais-pas-encore-a-n-importe-quel-prix_AV-202201040131.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-la-reponse-ferme-de-o-gara-a-lemaitre-sur-un-eventuel-report-de-toulon-la-rochelle_AV-202201060487.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 18:35:08 GMT", + "enclosure": "https://images.bfmtv.com/JwjlLuN1X2r798CTJba7P7OsXnk=/0x143:2048x1295/800x0/images/Ronan-O-Gara-1016895.jpg", "enclosureType": "image/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", + "image": "https://images.bfmtv.com/JwjlLuN1X2r798CTJba7P7OsXnk=/0x143:2048x1295/800x0/images/Ronan-O-Gara-1016895.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40894,20 +41950,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "611b3de1ffd799afe80355f442f477bf", + "hash": "4e0da488296e27b16595e4322928febe", "highlights": [] }, { - "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.

", + "title": "Mercato: Rothen estime que le PSG n’a pas besoin de Paqueta", + "description": "Annoncé dans le viseur du PSG, le Lyonnais Lucas Paqueta ne serait pas la recrue idéale pour notre consultant Jérôme Rothen. Au micro de RMC, il explique ce jeudi que ce profil ne doit pas être la priorité du club.

", + "content": "Annoncé dans le viseur du PSG, le Lyonnais Lucas Paqueta ne serait pas la recrue idéale pour notre consultant Jérôme Rothen. Au micro de RMC, il explique ce jeudi que ce profil ne doit pas être la priorité du club.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-morata-se-rapproche-du-barca_LN-202201030030.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/mercato-rothen-estime-que-le-psg-n-a-pas-besoin-de-paqueta_AV-202201060469.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 18:17:19 GMT", + "enclosure": "https://images.bfmtv.com/eDwGBQSW1hg4g1G7b4PRQNJkdks=/0x33:2048x1185/800x0/images/Lucas-PAQUETA-1181914.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/mAAztGoZ3RaOD-t-lMUbMmouFqA=/0x0:1200x675/800x0/images/Andre-Onana-1157427.jpg", + "image": "https://images.bfmtv.com/eDwGBQSW1hg4g1G7b4PRQNJkdks=/0x33:2048x1185/800x0/images/Lucas-PAQUETA-1181914.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40916,20 +41972,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef137d55c958fc527093c548a2fde289", + "hash": "1ad0e3275066cfb0bb031e0d06af22e4", "highlights": [] }, { - "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.

", + "title": "\"Je t’affronterai sur un ring, dans un octogone ou une cabine téléphonique\", Ngannou se chauffe avec Fury", + "description": "A deux grosses semaines de son combat dantesque contre Ciryl Gane pour le titre de champion du monde UFC poids lourds (le 23 janvier sur RMC Sport 2), Francis Ngannou a été défié par la légende anglaise de la boxe, Tyson Fury. S’en est suivi un échange savoureux entre les deux combattants sur les réseaux.

", + "content": "A deux grosses semaines de son combat dantesque contre Ciryl Gane pour le titre de champion du monde UFC poids lourds (le 23 janvier sur RMC Sport 2), Francis Ngannou a été défié par la légende anglaise de la boxe, Tyson Fury. S’en est suivi un échange savoureux entre les deux combattants sur les réseaux.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/mma/je-t-affronterai-sur-un-ring-dans-un-octogone-ou-une-cabine-telephonique-ngannou-se-chauffe-avec-fury_AV-202201060448.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 17:43:55 GMT", + "enclosure": "https://images.bfmtv.com/dr0h4zQWKHuflylVqPxs1p_afec=/0x47:2048x1199/800x0/images/Francis-Ngannou-1175050.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/F80EQJJJ0f5xFlmk0CEy1_dCXlc=/0x172:2048x1324/800x0/images/La-delegation-marocaine-lors-de-la-Coupe-arabe-1203649.jpg", + "image": "https://images.bfmtv.com/dr0h4zQWKHuflylVqPxs1p_afec=/0x47:2048x1199/800x0/images/Francis-Ngannou-1175050.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40938,20 +41994,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5120fd8c497674ab4428d25987f7da02", + "hash": "67bce3f09fe7929e9dea3136c1a04d7a", "highlights": [] }, { - "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\".

", + "title": "Coupe d'Europe de rugby: une réunion prévue en début de semaine", + "description": "En début de semaine prochaine, le Ministère chargé des Sports aura une réunion avec le centre interministériel de crise pour évoquer les événements internationaux.

", + "content": "En début de semaine prochaine, le Ministère chargé des Sports aura une réunion avec le centre interministériel de crise pour évoquer les événements internationaux.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/troyes-le-message-classe-de-batlles-pour-son-depart_AV-202201040121.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe-de-rugby-une-reunion-prevue-en-debut-de-semaine_AV-202201060444.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 17:38:59 GMT", + "enclosure": "https://images.bfmtv.com/QSbpRIHkrMFLPXKjy4x8d9CK41Y=/0x106:2048x1258/800x0/images/Stade-Francais-01-01-2022-1209970.jpg", "enclosureType": "image/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", + "image": "https://images.bfmtv.com/QSbpRIHkrMFLPXKjy4x8d9CK41Y=/0x106:2048x1258/800x0/images/Stade-Francais-01-01-2022-1209970.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40960,20 +42016,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "94378e829ae0aafac578d19a00adddec", + "hash": "629faecdf08a77c61d6ebea60d4dbf4b", "highlights": [] }, { - "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é.

", + "title": "Le sport face au covid en direct: l'UNFP demande du \"bon sens\" à la LFP pour le protocole", + "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/le-sport-face-au-coronavirus-suivez-toutes-les-infos-en-direct_LN-202201060115.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 07:32:06 GMT", + "enclosure": "https://images.bfmtv.com/5jePSDUWy67l4CAx5VdMJSFtlg8=/0x33:752x456/800x0/images/Le-president-de-l-Union-Nationale-des-Footballeurs-Professionnels-UNFP-Philippe-Piat-arrive-au-siege-de-la-Ligue-de-Football-Professionnel-LFP-le-1er-fevrier-2021-a-Paris-1184656.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/WR-omLG18ChYyjHnbF4PiB_5hyw=/0x106:2048x1258/800x0/images/Le-stade-Olembe-au-Cameroun-1203643.jpg", + "image": "https://images.bfmtv.com/5jePSDUWy67l4CAx5VdMJSFtlg8=/0x33:752x456/800x0/images/Le-president-de-l-Union-Nationale-des-Footballeurs-Professionnels-UNFP-Philippe-Piat-arrive-au-siege-de-la-Ligue-de-Football-Professionnel-LFP-le-1er-fevrier-2021-a-Paris-1184656.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -40982,20 +42038,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4187fa6e21e5284e57d11b8059ca98b5", + "hash": "fee435caaa878c81afeb858c82d34d8e", "highlights": [] }, { - "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.

", + "title": "Lens: le conseiller de Fofana répond aux rumeurs sur le PSG et l'OM", + "description": "Epatant dans l’entrejeu depuis son arrivée au RC Lens à l’été 2020, Seko Fofana sera probablement un des noms qui ressortira le plus lors du prochain mercato estival. Un des conseillers du joueur, Antony Mendez a été interrogé par Foot Mercato sur l’avenir de l’Ivoirien.

", + "content": "Epatant dans l’entrejeu depuis son arrivée au RC Lens à l’été 2020, Seko Fofana sera probablement un des noms qui ressortira le plus lors du prochain mercato estival. Un des conseillers du joueur, Antony Mendez a été interrogé par Foot Mercato sur l’avenir de l’Ivoirien.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lyon-isole-a-dubai-paqueta-est-de-retour-a-lyon_AV-202201040110.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-le-conseiller-de-fofana-repond-aux-rumeurs-sur-le-psg-et-l-om_AV-202201060429.html", "creator": "", - "pubDate": "Tue, 04 Jan 2022 08:16:58 GMT", - "enclosure": "https://images.bfmtv.com/L6TGFiWGvnJXnPqoxzNLCCvGHnI=/0x0:1984x1116/800x0/images/Lucas-Paqueta-1190343.jpg", + "pubDate": "Thu, 06 Jan 2022 17:19:32 GMT", + "enclosure": "https://images.bfmtv.com/nS06IcZKaD1hzMBo_G2AvX_j3jI=/154x311:2010x1355/800x0/images/Seko-Fofana-1204195.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/L6TGFiWGvnJXnPqoxzNLCCvGHnI=/0x0:1984x1116/800x0/images/Lucas-Paqueta-1190343.jpg", + "image": "https://images.bfmtv.com/nS06IcZKaD1hzMBo_G2AvX_j3jI=/154x311:2010x1355/800x0/images/Seko-Fofana-1204195.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41004,20 +42060,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "71510be2dd0c9734ba261a14df8dc000", + "hash": "359b0c008981a1e8aab4e7257bf4a227", "highlights": [] }, { - "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.

", + "title": "Ligue 1: 13 cas de Covid à Troyes, qui veut reporter son match à Montpellier", + "description": "L’ESTAC annonce ce jeudi que 13 joueurs de son effectif ont été testés positifs au Covid à trois jours du déplacement à Montpellier en Ligue 1 (dimanche, 15h). Le club troyen demande le report du match.

", + "content": "L’ESTAC annonce ce jeudi que 13 joueurs de son effectif ont été testés positifs au Covid à trois jours du déplacement à Montpellier en Ligue 1 (dimanche, 15h). Le club troyen demande le report du match.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/vannes-psg-apres-son-triple-mbappe-encense-par-tout-le-monde_AV-202201040100.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-13-cas-de-covid-a-troyes-qui-veut-reporter-son-match-a-montpellier_AV-202201060424.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 17:12:37 GMT", + "enclosure": "https://images.bfmtv.com/HApQiC-eEjYRDPNTdnTXe6WOkos=/0x106:2048x1258/800x0/images/1209930.jpg", "enclosureType": "image/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", + "image": "https://images.bfmtv.com/HApQiC-eEjYRDPNTdnTXe6WOkos=/0x106:2048x1258/800x0/images/1209930.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41026,20 +42082,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "31692c76f1d0cf8f0b7bbda45e3e716c", + "hash": "2f43d03fb4892856e0e09db1b6e1fb01", "highlights": [] }, { - "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.

", + "title": "Les pronos hippiques du vendredi 7 janvier 2022", + "description": "Le Quinté+ du vendredi 7 janvier 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 vendredi 7 janvier 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/transferts/om-alvaro-s-amuse-d-une-rumeur-l-envoyant-a-strasbourg_AV-202201040098.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-vendredi-7-janvier-2022_AN-202201060416.html", "creator": "", - "pubDate": "Tue, 04 Jan 2022 07:43:02 GMT", - "enclosure": "https://images.bfmtv.com/sVPG4BJPNvn_rZ6s_JoZ7iXBa9o=/170x242:2042x1295/800x0/images/Alvaro-1117724.jpg", + "pubDate": "Thu, 06 Jan 2022 17:05:12 GMT", + "enclosure": "https://images.bfmtv.com/GQaUGFwumiKpGHZ2b6GbBjhsPpE=/1x35:337x224/800x0/images/Les-pronos-hippiques-du-23-decembre-2021-1192733.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/sVPG4BJPNvn_rZ6s_JoZ7iXBa9o=/170x242:2042x1295/800x0/images/Alvaro-1117724.jpg", + "image": "https://images.bfmtv.com/GQaUGFwumiKpGHZ2b6GbBjhsPpE=/1x35:337x224/800x0/images/Les-pronos-hippiques-du-23-decembre-2021-1192733.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41048,20 +42104,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa5c816d280af25cdee5620781342281", + "hash": "9993f43bc4634a0d68da7cdc03cdd4bf", "highlights": [] }, { - "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.

", + "title": "Manchester United: Ronaldo a-t-il vraiment changé le jeu de son équipe?", + "description": "Critiqué par certains qui estiment qu’il dénature le jeu de Manchester United, Cristiano Ronaldo a-t-il réellement un impact négatif sur le jeu de sa nouvelle équipe ? RMC Sport décrypte l'apport du quintuple Ballon d’or sur le collectif des Red Devils.

", + "content": "Critiqué par certains qui estiment qu’il dénature le jeu de Manchester United, Cristiano Ronaldo a-t-il réellement un impact négatif sur le jeu de sa nouvelle équipe ? RMC Sport décrypte l'apport du quintuple Ballon d’or sur le collectif des Red Devils.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/atp-cup-pas-d-exploit-pour-la-france-eliminee-apres-sa-defaite-contre-l-italie_AV-202201040092.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-ronaldo-a-t-il-vraiment-change-le-jeu-de-son-equipe_AV-202201060412.html", "creator": "", - "pubDate": "Tue, 04 Jan 2022 07:33:19 GMT", - "enclosure": "https://images.bfmtv.com/VhDEUM6nsdERugqNn6ezs4TKSlM=/0x0:1200x675/800x0/images/Arthur-Rinderknech-1203586.jpg", + "pubDate": "Thu, 06 Jan 2022 16:57:46 GMT", + "enclosure": "https://images.bfmtv.com/XGwN8CAOKgeqZgr2-eyBbwcWmag=/0x65:2048x1217/800x0/images/1209872.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/VhDEUM6nsdERugqNn6ezs4TKSlM=/0x0:1200x675/800x0/images/Arthur-Rinderknech-1203586.jpg", + "image": "https://images.bfmtv.com/XGwN8CAOKgeqZgr2-eyBbwcWmag=/0x65:2048x1217/800x0/images/1209872.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41070,20 +42126,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d69a60c11a3456256b98752cdd15cf4", + "hash": "70a2e935e0a54571dedadb32787ba5c4", "highlights": [] }, { - "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.

", + "title": "L'entourage d'al-Fayed, ex propriétaire de Fulham, donne de ses nouvelles et le dit toujours dans le foot", + "description": "Ex beau-père de la princesse Diana, Mohamed al-Fayed a marqué les esprits en Premier League lors de son arrivée à la tête de Fulham, en 1997. Son entourage donne aujourd'hui de ses nouvelles, précisant quà 92 ans, il reste impliqué dans le football.

", + "content": "Ex beau-père de la princesse Diana, Mohamed al-Fayed a marqué les esprits en Premier League lors de son arrivée à la tête de Fulham, en 1997. Son entourage donne aujourd'hui de ses nouvelles, précisant quà 92 ans, il reste impliqué dans le football.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-lukaku-attendu-contre-tottenham-apres-une-discussion-avec-tuchel_AV-202201040064.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/l-entourage-d-al-fayed-ex-proprietaire-de-fulham-donne-de-ses-nouvelles-et-le-dit-toujours-dans-le-foot_AN-202201060410.html", "creator": "", - "pubDate": "Tue, 04 Jan 2022 06:55:00 GMT", - "enclosure": "https://images.bfmtv.com/GE3tDMtCQC25E_C8FMare9k2bQI=/0x0:1200x675/800x0/images/Romelu-Lukaku-1203545.jpg", + "pubDate": "Thu, 06 Jan 2022 16:53:33 GMT", + "enclosure": "https://images.bfmtv.com/AZxMz9zKmqPKHTOOyezxN-q2Ztc=/0x182:2048x1334/800x0/images/Mohamed-al-Fayed-ancien-dirigeant-de-Fulham-1209908.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/GE3tDMtCQC25E_C8FMare9k2bQI=/0x0:1200x675/800x0/images/Romelu-Lukaku-1203545.jpg", + "image": "https://images.bfmtv.com/AZxMz9zKmqPKHTOOyezxN-q2Ztc=/0x182:2048x1334/800x0/images/Mohamed-al-Fayed-ancien-dirigeant-de-Fulham-1209908.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41092,20 +42148,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6097cc0434408ae2e147c3a8f59e7bfd", + "hash": "47c73a745e105010812f70598bcfa0df", "highlights": [] }, { - "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.

", + "title": "Incidents Jura Sud-ASSE: suspension conservatoire de parcage visiteurs pour les Verts", + "description": "Après les incidents partis du parcage de l’ASSE lors du 16e de finale de Coupe de France contre Jura Sud, Saint-Etienne risque l’interdiction de déplacement de ses supporters jusqu’à la fin de la saison.

", + "content": "Après les incidents partis du parcage de l’ASSE lors du 16e de finale de Coupe de France contre Jura Sud, Saint-Etienne risque l’interdiction de déplacement de ses supporters jusqu’à la fin de la saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-haaland-souhaiterait-choisir-son-nouveau-club-des-janvier_AV-202201040060.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-jura-sud-asse-suspension-conservatoire-de-parcage-visiteurs-pour-les-verts_AV-202201060403.html", "creator": "", - "pubDate": "Tue, 04 Jan 2022 06:51:40 GMT", - "enclosure": "https://images.bfmtv.com/tQ_QP0QMLBihRnidlrVstYclm64=/0x150:2048x1302/800x0/images/Erling-HAALAND-1191208.jpg", + "pubDate": "Thu, 06 Jan 2022 16:43:51 GMT", + "enclosure": "https://images.bfmtv.com/XCt4P_dg6zOhusjvakPdyDYqXx8=/0x106:2048x1258/800x0/images/Le-parcage-de-Saint-Etienne-face-a-Jura-Sud-en-Coupe-de-France-1209917.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/tQ_QP0QMLBihRnidlrVstYclm64=/0x150:2048x1302/800x0/images/Erling-HAALAND-1191208.jpg", + "image": "https://images.bfmtv.com/XCt4P_dg6zOhusjvakPdyDYqXx8=/0x106:2048x1258/800x0/images/Le-parcage-de-Saint-Etienne-face-a-Jura-Sud-en-Coupe-de-France-1209917.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41114,20 +42170,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f3b396f504ae44d32911278eb33c829", + "hash": "08b6e543763d98f03a68b9856efd3d58", "highlights": [] }, { - "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.

", + "title": "CAN: le sélectionneur de la Sierra Leone victime de menaces de mort", + "description": "Ce dimanche, la Coupe d’Afrique des nations commencera officiellement. Une compétition à laquelle participera la Sierra Leone qui compte dans son groupe l’Algérie, la Côte d’Ivoire et la Guinée Equatoriale. Mais dans un entretien à BBC Sport Africa, le sélectionneur John Keister confie avoir reçu des menaces de mort, au moment de faire la liste des joueurs.

", + "content": "Ce dimanche, la Coupe d’Afrique des nations commencera officiellement. Une compétition à laquelle participera la Sierra Leone qui compte dans son groupe l’Algérie, la Côte d’Ivoire et la Guinée Equatoriale. Mais dans un entretien à BBC Sport Africa, le sélectionneur John Keister confie avoir reçu des menaces de mort, au moment de faire la liste des joueurs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/psg-pochettino-salue-l-implication-de-mbappe-malgre-sa-situation-contractuelle_AV-202201040041.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-le-selectionneur-de-la-sierra-leone-victime-de-menaces-de-mort_AV-202201060395.html", "creator": "", - "pubDate": "Tue, 04 Jan 2022 06:21:16 GMT", - "enclosure": "https://images.bfmtv.com/8iarB3lOygtG6zhN4zvCvx022M8=/0x0:1200x675/800x0/images/Kylian-Mbappe-1203519.jpg", + "pubDate": "Thu, 06 Jan 2022 16:32:47 GMT", + "enclosure": "https://images.bfmtv.com/X5Hz6IFlu5dc5uDtgylnVx3zPy0=/0x106:2048x1258/800x0/images/CAN-1194469.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/8iarB3lOygtG6zhN4zvCvx022M8=/0x0:1200x675/800x0/images/Kylian-Mbappe-1203519.jpg", + "image": "https://images.bfmtv.com/X5Hz6IFlu5dc5uDtgylnVx3zPy0=/0x106:2048x1258/800x0/images/CAN-1194469.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41136,20 +42192,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "10d80cd751e083ac19b0a5e0ea2bc787", + "hash": "dfb9b16872d7f4cc4b05815c45d01bed", "highlights": [] }, { - "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.

", + "title": "PSG: Di Maria positif au coronavirus avant le choc contre l'OL", + "description": "Le PSG a enregistré un nouveau cas de Covid-19 jeudi, avec Angel Di Maria. Son forfait est donc quasiment acté pour le déplacement à Lyon dimanche (20h45).

", + "content": "Le PSG a enregistré un nouveau cas de Covid-19 jeudi, avec Angel Di Maria. Son forfait est donc quasiment acté pour le déplacement à Lyon dimanche (20h45).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/vannes-psg-comment-lavenant-a-recupere-le-maillot-de-mbappe_AV-202201040032.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-di-maria-positif-au-coronavirus-avant-le-choc-contre-l-ol_AV-202201060387.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 16:22:33 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": "https://images.bfmtv.com/1IoNyANhHMm-qwfZDM-zeaSWIKQ=/0x212:2048x1364/800x0/images/Kylian-Mbappe-1203509.jpg", + "image": "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", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41158,20 +42214,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b93a314c60c74bb2877fde6cfa2a9dad", + "hash": "b78208dbf73c5c993e8a474c5754c497", "highlights": [] }, { - "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.

", + "title": "Ngannou vs Gane: le Français revient sur la scène virale de Ngannou qui le snobe au Madison", + "description": "EXCLU RMC Sport - A deux grosses semaines du combat événement du début de l’année 2022 entre Ciryl Gane et la superstar Francis Ngannou pour le titre de champion du monde UFC des poids lourds (à suivre le 23 janvier sur RMC Sport 2), le Français est revenu sur la scène qui avait fait le tour des réseaux, lorsque Ngannou avait froidement ignoré son clan à New York.

", + "content": "EXCLU RMC Sport - A deux grosses semaines du combat événement du début de l’année 2022 entre Ciryl Gane et la superstar Francis Ngannou pour le titre de champion du monde UFC des poids lourds (à suivre le 23 janvier sur RMC Sport 2), le Français est revenu sur la scène qui avait fait le tour des réseaux, lorsque Ngannou avait froidement ignoré son clan à New York.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-les-dates-avancees-lors-de-la-prochaine-saison_AV-202201040021.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/ngannou-vs-gane-le-francais-revient-sur-la-scene-virale-de-ngannou-qui-le-snobe-au-madison_AV-202201060383.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 16:17:51 GMT", + "enclosure": "https://images.bfmtv.com/nTa1tOo3tnLbgFL1H1UQP1HEwyc=/0x20:1200x695/800x0/images/-881027.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/GrC0p8uPEBxuFrkqM3S_IZ08Xv4=/0x162:2048x1314/800x0/images/Le-trophee-de-la-Ligue-des-champions-1203497.jpg", + "image": "https://images.bfmtv.com/nTa1tOo3tnLbgFL1H1UQP1HEwyc=/0x20:1200x695/800x0/images/-881027.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41180,20 +42236,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "39ee7d24d786128b1128ce75a3e85616", + "hash": "341420f978c9fff485765cd2e7a567f7", "highlights": [] }, { - "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.

", + "title": "Ski: Muffat-Jeandet se fracture la cheville à un mois des JO", + "description": "Alors qu'il disputait ce jeudi le slalom de la Coupe du monde de Zagreb, le skieur Victor Muffat-Jeandet s'est blessé sur la piste. La Fédération française de ski a annoncé que le skieur souffre d'une fracture de la cheville droite. Un coup dur qui arrive à un mois des Jeux olympiques à Pékin.

", + "content": "Alors qu'il disputait ce jeudi le slalom de la Coupe du monde de Zagreb, le skieur Victor Muffat-Jeandet s'est blessé sur la piste. La Fédération française de ski a annoncé que le skieur souffre d'une fracture de la cheville droite. Un coup dur qui arrive à un mois des Jeux olympiques à Pékin.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-umtiti-fait-perdre-patience-au-barca_AV-202201040009.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/ski-muffat-jeandet-se-fracture-la-cheville-a-un-mois-des-jo_AV-202201060372.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 15:59:08 GMT", + "enclosure": "https://images.bfmtv.com/drPSw5IhJcRoYQumAYIzgUCd5d8=/0x26:768x458/800x0/images/Victor-Muffat-Jeandet-sur-la-piste-du-slalom-de-Zagreb-avant-sa-blessure-le-6-janvier-2022-1209841.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/rHF7-1TVwoO7TdWNerp2QKp8taQ=/0x204:2032x1347/800x0/images/Samuel-Umtiti-face-a-Osasuna-1187078.jpg", + "image": "https://images.bfmtv.com/drPSw5IhJcRoYQumAYIzgUCd5d8=/0x26:768x458/800x0/images/Victor-Muffat-Jeandet-sur-la-piste-du-slalom-de-Zagreb-avant-sa-blessure-le-6-janvier-2022-1209841.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41202,20 +42258,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e995ecbf2cbc7129196d7fc77da3bb5", + "hash": "aabd8b342c0ab03b0733d8071334de40", "highlights": [] }, { - "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.

", + "title": "Open d’Australie: la conférence de presse lunaire de la famille Djokovic, qui crie au scandale", + "description": "La famille Djokovic a organisé une conférence de presse ce jeudi, pour protester contre la situation de Novak Djokovic, bloqué dans un hôtel de Melbourne. Entre nationalisme, scandale diplomatique et religion.

", + "content": "La famille Djokovic a organisé une conférence de presse ce jeudi, pour protester contre la situation de Novak Djokovic, bloqué dans un hôtel de Melbourne. Entre nationalisme, scandale diplomatique et religion.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/pourquoi-l-om-a-souhaite-la-bonne-annee-avec-un-joueur-du-rct_AV-202201030505.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-d-australie-la-conference-de-presse-lunaire-de-la-famille-djokovic-qui-crie-au-scandale_AV-202201060363.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 23:39:29 GMT", - "enclosure": "https://images.bfmtv.com/VgiOrZZVcuB3WGujPIDApglqoTk=/0x124:2048x1276/800x0/images/Leone-Nakarawa-1203456.jpg", + "pubDate": "Thu, 06 Jan 2022 15:44:24 GMT", + "enclosure": "https://images.bfmtv.com/_T1axoxgdJ94D_sjHR_vY-dc9Z0=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-salue-les-supporters-a-son-arrivee-sur-le-court-avant-la-finale-de-l-Open-d-Australie-contre-le-Russe-Daniil-Medvedev-le-21-fevrier-2021-a-Melbourne-1203771.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/VgiOrZZVcuB3WGujPIDApglqoTk=/0x124:2048x1276/800x0/images/Leone-Nakarawa-1203456.jpg", + "image": "https://images.bfmtv.com/_T1axoxgdJ94D_sjHR_vY-dc9Z0=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-salue-les-supporters-a-son-arrivee-sur-le-court-avant-la-finale-de-l-Open-d-Australie-contre-le-Russe-Daniil-Medvedev-le-21-fevrier-2021-a-Melbourne-1203771.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41224,20 +42280,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "826d9a229124c3623a4f65e55c252071", + "hash": "684d2038f995a2d564ced0b6b0b01b3e", "highlights": [] }, { - "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.

", + "title": "Fifa The Best: les trois finalistes pour le trophée de meilleur entraîneur de l’année", + "description": "Après avoir dévoilé les candidats pour remporter le prix Puskas et le titre de meilleur gardien de l’année, la FIFA a donné ce jeudi les noms des trois finalistes qui seront départagés par des votes pour remporter le trophée d'entraîneur de l’année.

", + "content": "Après avoir dévoilé les candidats pour remporter le prix Puskas et le titre de meilleur gardien de l’année, la FIFA a donné ce jeudi les noms des trois finalistes qui seront départagés par des votes pour remporter le trophée d'entraîneur de l’année.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/fifa-the-best-les-trois-finalistes-pour-le-trophee-de-meilleur-entraineur-de-l-annee_AV-202201060357.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 15:32:35 GMT", + "enclosure": "https://images.bfmtv.com/2vH9hx-PmTyNF-ExQBpYCfC1F1Q=/0x40:2048x1192/800x0/images/Tuchel-Guardiola-1036551.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Aq7-TpBSDzgWTGjyyybroJNI9c0=/0x0:2048x1152/800x0/images/Lionel-Messi-grimace-lors-d-un-match-avec-le-PSG-1203452.jpg", + "image": "https://images.bfmtv.com/2vH9hx-PmTyNF-ExQBpYCfC1F1Q=/0x40:2048x1192/800x0/images/Tuchel-Guardiola-1036551.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41246,20 +42302,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f6cd7664ae910751cf4a54484bfd747", + "hash": "85681a8dd97d33f2f7a8edb152cab6f4", "highlights": [] }, { - "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.

", + "title": "Clermont: Yohan Beheregaray vers la prolongation", + "description": "Le talonneur Yohan Beheregaray, en fin de Clermont l’été prochain, devrait prolonger son contrat.

", + "content": "Le talonneur Yohan Beheregaray, en fin de Clermont l’été prochain, devrait prolonger son contrat.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/chelsea-un-depart-hivernal-de-lukaku-n-est-pas-d-actualite_AV-202201030490.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/clermont-yohan-beheregaray-vers-la-prolongation_AV-202201060346.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 22:46:16 GMT", - "enclosure": "https://images.bfmtv.com/nqvh4lARgz6tmqG3I-Tlca2yncU=/0x33:1984x1149/800x0/images/R-Lukaku-1135903.jpg", + "pubDate": "Thu, 06 Jan 2022 15:16:16 GMT", + "enclosure": "https://images.bfmtv.com/Ak6YgF8jD1YLfutW3765nqzlDRs=/0x106:2048x1258/800x0/images/Yohan-Beheregaray-1209842.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/nqvh4lARgz6tmqG3I-Tlca2yncU=/0x33:1984x1149/800x0/images/R-Lukaku-1135903.jpg", + "image": "https://images.bfmtv.com/Ak6YgF8jD1YLfutW3765nqzlDRs=/0x106:2048x1258/800x0/images/Yohan-Beheregaray-1209842.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41268,20 +42324,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6edede30e294c98af435ecde585004a4", + "hash": "0caeeb761fbd89d54dbb044c299cb831", "highlights": [] }, { - "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.

", + "title": "Bordeaux-OM: Marseille craint encore un report de dernière minute", + "description": "L’OM a prévu de s’envoler ce vendredi matin pour rejoindre Bordeaux afin d’affronter les Girondins, ce vendredi, en ouverture de la 20e journée de Ligue 1 (21h). Mais les Marseillais redoutent que la rencontre soit reportée au dernier moment en raison des nombreux cas de Covid-19 chez leurs adversaires.

", + "content": "L’OM a prévu de s’envoler ce vendredi matin pour rejoindre Bordeaux afin d’affronter les Girondins, ce vendredi, en ouverture de la 20e journée de Ligue 1 (21h). Mais les Marseillais redoutent que la rencontre soit reportée au dernier moment en raison des nombreux cas de Covid-19 chez leurs adversaires.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/psg-mbappe-franchit-deja-la-barre-des-200-buts-chez-les-pros_AV-202201030485.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-bordeaux-marseille-craint-encore-un-report-de-derniere-minute_AV-202201060343.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 14:57:31 GMT", + "enclosure": "https://images.bfmtv.com/Vg9waK9myY-4HyGw3DYx18RcE6c=/0x36:2048x1188/800x0/images/Jorge-Sampaoli-1167225.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/HwrrJLgbHniBEEPg24RW-4IUwpo=/0x124:2048x1276/800x0/images/Kylian-Mbappe-avec-le-PSG-contre-Vannes-1203435.jpg", + "image": "https://images.bfmtv.com/Vg9waK9myY-4HyGw3DYx18RcE6c=/0x36:2048x1188/800x0/images/Jorge-Sampaoli-1167225.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41290,20 +42346,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5286a11cfb3e801b009c82862e3ddc94", + "hash": "f4e535fb3fb41107598e7c3a76a96f63", "highlights": [] }, { - "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.

", + "title": "Leeds: les parents interdits de stade en cas d'intrusion de leurs enfants sur la pelouse", + "description": "Dans un communiqué publié ce jeudi, Leeds United annonce qu’une interdiction de stade d’un an sera prononcée pour les parents des enfants qui foulent la pelouse d’Elland Road, comme cela avait été le cas dimanche dernier.

", + "content": "Dans un communiqué publié ce jeudi, Leeds United annonce qu’une interdiction de stade d’un an sera prononcée pour les parents des enfants qui foulent la pelouse d’Elland Road, comme cela avait été le cas dimanche dernier.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/premier-league/leeds-les-parents-interdits-de-stade-en-cas-d-intrusion-de-leurs-enfants-sur-la-pelouse_AV-202201060342.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 22:19:05 GMT", - "enclosure": "https://images.bfmtv.com/hEu3q-mRoRZPyCwqmaUoiBYfDKM=/0x27:2048x1179/800x0/images/Vannes-PSG-1203433.jpg", + "pubDate": "Thu, 06 Jan 2022 14:54:55 GMT", + "enclosure": "https://images.bfmtv.com/rtWhrZQcPklkO4ok0M4k6SoIVGU=/0x127:2048x1279/800x0/images/1209828.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/hEu3q-mRoRZPyCwqmaUoiBYfDKM=/0x27:2048x1179/800x0/images/Vannes-PSG-1203433.jpg", + "image": "https://images.bfmtv.com/rtWhrZQcPklkO4ok0M4k6SoIVGU=/0x127:2048x1279/800x0/images/1209828.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41312,20 +42368,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b0f205936dd629de17548771e84a431", + "hash": "a5cb2c217f0fd69f244f75daee2a6191", "highlights": [] }, { - "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.

", + "title": "Cyclisme: les championnats de France sur route 2023 dans le Nord", + "description": "Ce jeudi, la Fédération française de cyclisme a annoncé que les championnats de France de cyclisme sur route auront lieu dans le Nord de la France. Certains détails de l'évènement prévu pour 2023 ont été précisés par l'instance.

", + "content": "Ce jeudi, la Fédération française de cyclisme a annoncé que les championnats de France de cyclisme sur route auront lieu dans le Nord de la France. Certains détails de l'évènement prévu pour 2023 ont été précisés par l'instance.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/vannes-psg-le-match-brievement-interrompu-a-cause-d-un-drone_AV-202201030473.html", + "link": "https://rmcsport.bfmtv.com/cyclisme/cyclisme-les-championnats-de-france-sur-route-2023-dans-le-nord_AV-202201060341.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 14:46:49 GMT", + "enclosure": "https://images.bfmtv.com/bajN6M4W_oFJOx1RLzICgT4_tqM=/7x111:2039x1254/800x0/images/L-epreuve-masculine-de-cyclisme-sur-route-aux-JO-1073094.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/5QLGB84tFw__kGzh_o2S-67BGzw=/0x134:2048x1286/800x0/images/Vannes-PSG-1203422.jpg", + "image": "https://images.bfmtv.com/bajN6M4W_oFJOx1RLzICgT4_tqM=/7x111:2039x1254/800x0/images/L-epreuve-masculine-de-cyclisme-sur-route-aux-JO-1073094.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41334,20 +42390,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7dd4dbfdc8514662d167005b08a941d", + "hash": "b8b50c192d6c4b13df3a0b0b1133a718", "highlights": [] }, { - "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.

", + "title": "Serie A: imbroglio avec un adversaire forfait, l'Inter veut plus de \"clarté\" sur les règles Covid", + "description": "Alors que l’Inter Milan est allé à Bologne ce jeudi pour constater le forfait de son adversaire, le club milanais a réclamé plus de clarté et d’uniformité dans le protocole sanitaire en place. Car les situations ubuesques se multiplient en Serie A.

", + "content": "Alors que l’Inter Milan est allé à Bologne ce jeudi pour constater le forfait de son adversaire, le club milanais a réclamé plus de clarté et d’uniformité dans le protocole sanitaire en place. Car les situations ubuesques se multiplient en Serie A.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/comment-l-ol-s-est-reorganise-apres-le-depart-de-juninho_AV-202201030464.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-imbroglio-avec-un-adversaire-forfait-l-inter-veut-plus-de-clarte-sur-les-regles-covid_AV-202201060330.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 14:29:19 GMT", + "enclosure": "https://images.bfmtv.com/APSDjlx2ocu5yrO7UF1COFFEAQo=/0x79:768x511/800x0/images/La-joie-des-joueurs-de-l-Inter-Milan-apres-leur-victoire-a-domicile-4-0-face-a-Cagliari-lors-de-la-17e-journee-de-Serie-A-le-12-decembre-2021-au-Stade-Giusepppe-Meazza-1187186.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Em7uO1H3TUkiK0z_IwX8ShrsRI0=/0x212:2048x1364/800x0/images/Jean-Michel-Aulas-et-Bruno-Cheyrou-a-l-OL-1203405.jpg", + "image": "https://images.bfmtv.com/APSDjlx2ocu5yrO7UF1COFFEAQo=/0x79:768x511/800x0/images/La-joie-des-joueurs-de-l-Inter-Milan-apres-leur-victoire-a-domicile-4-0-face-a-Cagliari-lors-de-la-17e-journee-de-Serie-A-le-12-decembre-2021-au-Stade-Giusepppe-Meazza-1187186.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41356,20 +42412,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ac03dd1833988c3a10424392a7e9c4c", + "hash": "e76a30dd41f2fa7107745a3e3e28ffd4", "highlights": [] }, { - "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.

", + "title": "Bordeaux-OM: les craintes de Sampaoli pour \"l'image de la Ligue 1\"", + "description": "Jorge Sampaoli s’est présenté ce jeudi face à la presse à la veille du déplacement de l’OM à Bordeaux lors de la 20e journée de Ligue 1. L’entraîneur marseillais comprend la colère des Girondins après le maintien du match malgré de nombreux cas positifs au Covid-19 dans leur équipe.

", + "content": "Jorge Sampaoli s’est présenté ce jeudi face à la presse à la veille du déplacement de l’OM à Bordeaux lors de la 20e journée de Ligue 1. L’entraîneur marseillais comprend la colère des Girondins après le maintien du match malgré de nombreux cas positifs au Covid-19 dans leur équipe.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/coronavirus-les-jauges-proportionnelles-dans-les-stades-retoquees-a-l-assemblee_AV-202201030461.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-les-craintes-de-sampaoli-pour-l-image-de-la-ligue-1_AV-202201060326.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 14:19:59 GMT", + "enclosure": "https://images.bfmtv.com/007aBldWJzO4lxXUJ90slJ1XKJw=/0x0:2048x1152/800x0/images/Jorge-Sampaoli-pendant-un-match-de-l-OM-1209821.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/XCeaUEiuiTWPBWmMnD5m5I925pY=/0x153:2048x1305/800x0/images/Des-spectateurs-au-Matmut-Stadium-de-Lyon-1203406.jpg", + "image": "https://images.bfmtv.com/007aBldWJzO4lxXUJ90slJ1XKJw=/0x0:2048x1152/800x0/images/Jorge-Sampaoli-pendant-un-match-de-l-OM-1209821.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41378,20 +42434,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b3ccc47c7a8d3d86dca96e11e4e0966a", + "hash": "ff209d64ecbcd38a9c7f5bfa6ab9a3dc", "highlights": [] }, { - "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.

", + "title": "Tennis: situation très drôle autour d'Opelka, en galère de casquette à cause d'une fiente d'oiseau", + "description": "L’Américain Reilly Opelka a vu son huitième de finale du Melbourne Summer Set contre Maxime Cressy être interrompu quelques instants pour une situation surprenante. Un oiseau a déféqué sur la casquette du 26e joueur mondial et l’a contraint à en chercher une autre.

", + "content": "L’Américain Reilly Opelka a vu son huitième de finale du Melbourne Summer Set contre Maxime Cressy être interrompu quelques instants pour une situation surprenante. Un oiseau a déféqué sur la casquette du 26e joueur mondial et l’a contraint à en chercher une autre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-thiago-silva-prolonge-a-chelsea-jusqu-en-2023_AV-202201030457.html", + "link": "https://rmcsport.bfmtv.com/tennis/tennis-situation-tres-drole-autour-d-opelka-en-galere-de-casquette-a-cause-d-une-fiente-d-oiseau_AV-202201060319.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 20:12:13 GMT", - "enclosure": "https://images.bfmtv.com/mIuk0BiSbMjk72ClFb44_ktRZXg=/0x31:1200x706/800x0/images/-876280.jpg", + "pubDate": "Thu, 06 Jan 2022 13:53:26 GMT", + "enclosure": "https://images.bfmtv.com/05twDeHZQPgU2409QHGFgFIEP_A=/0x134:2048x1286/800x0/images/Reily-Opelka-lors-du-Melbourne-Summer-Set-1209795.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/mIuk0BiSbMjk72ClFb44_ktRZXg=/0x31:1200x706/800x0/images/-876280.jpg", + "image": "https://images.bfmtv.com/05twDeHZQPgU2409QHGFgFIEP_A=/0x134:2048x1286/800x0/images/Reily-Opelka-lors-du-Melbourne-Summer-Set-1209795.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41400,20 +42456,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9e62cde761cdfef398840213896c1bb", + "hash": "261c84339a7d89c2d85176f46cfb04ee", "highlights": [] }, { - "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.

", + "title": "Le sport face au covid en direct: Draxler à son tour testé positif", + "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-wolverhampton-punit-manchester-united-et-gache-le-retour-de-phil-jones_AV-202201030449.html", + "link": "https://rmcsport.bfmtv.com/football/le-sport-face-au-coronavirus-suivez-toutes-les-infos-en-direct_LN-202201060115.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 19:51:25 GMT", - "enclosure": "https://images.bfmtv.com/LzoLOADLGLnLfP1tUSWvqFz1xbc=/0x215:2048x1367/800x0/images/Manchester-United-Wolverhampton-1203390.jpg", + "pubDate": "Thu, 06 Jan 2022 07:32:06 GMT", + "enclosure": "https://images.bfmtv.com/mp1UlNMHlN1ERebEBP8kjEs0zN0=/0x39:2032x1182/800x0/images/Julian-Draxler-1023566.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/LzoLOADLGLnLfP1tUSWvqFz1xbc=/0x215:2048x1367/800x0/images/Manchester-United-Wolverhampton-1203390.jpg", + "image": "https://images.bfmtv.com/mp1UlNMHlN1ERebEBP8kjEs0zN0=/0x39:2032x1182/800x0/images/Julian-Draxler-1023566.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41422,20 +42478,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a23194950347619ef48f608dd236ed1", + "hash": "0b826c26a6b2b1e2a895104a1fee4984", "highlights": [] }, { - "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.

", + "title": "Bordeaux-OM: \"Ce n'est pas notre problème\", répond Harit sur l'effectif girondin très amoindri", + "description": "L’OM affrontera vendredi (21h) une équipe de Bordeaux amoindrie par le Covid. Ce qui n’entache pas la motivation des Marseillais, bien décidés à stopper leur terrible série, a assuré Amine Harit ce jeudi.

", + "content": "L’OM affrontera vendredi (21h) une équipe de Bordeaux amoindrie par le Covid. Ce qui n’entache pas la motivation des Marseillais, bien décidés à stopper leur terrible série, a assuré Amine Harit ce jeudi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/vannes-psg-les-compos-pochettino-aligne-deux-jeunes-mbappe-bien-titulaire_AV-202201030447.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-ce-n-est-pas-notre-probleme-repond-harit-sur-l-effectif-girondin-tres-amoindri_AV-202201060311.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 13:37:43 GMT", + "enclosure": "https://images.bfmtv.com/yEq-pxWV2_mMhqlnbpGUHmKDjbE=/0x88:2032x1231/800x0/images/Amine-Harit-1138822.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/pdGtKwvpo7wB5WRmqpOG3zuymI8=/0x30:2048x1182/800x0/images/Kylian-Mbappe-et-Marco-Verratti-avec-le-PSG-1203283.jpg", + "image": "https://images.bfmtv.com/yEq-pxWV2_mMhqlnbpGUHmKDjbE=/0x88:2032x1231/800x0/images/Amine-Harit-1138822.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41444,20 +42500,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c674d11bf43f5815f35d756a96c6231d", + "hash": "d0fd1f7d6354aae6133683e87d265ea1", "highlights": [] }, { - "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.

", + "title": "Pau: Jordan Joseph devrait rester la saison prochaine", + "description": "INFO RMC Sport - Le troisième ligne centre Jordan Joseph, prêté par le Racing depuis le mois d’octobre jusqu’à la fin de saison, devrait bel et bien poursuivre son aventure paloise l’an prochain.

", + "content": "INFO RMC Sport - Le troisième ligne centre Jordan Joseph, prêté par le Racing depuis le mois d’octobre jusqu’à la fin de saison, devrait bel et bien poursuivre son aventure paloise l’an prochain.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/pau-jordan-joseph-devrait-rester-la-saison-prochaine_AN-202201060308.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 18:53:04 GMT", - "enclosure": "https://images.bfmtv.com/f7kF7l_J8yEtNZvyuauHdDfj0dw=/0x212:2048x1364/800x0/images/Football-1203362.jpg", + "pubDate": "Thu, 06 Jan 2022 13:27:40 GMT", + "enclosure": "https://images.bfmtv.com/y_76C0P7wn3iniQvzAOA2jrDdlI=/0x93:2048x1245/800x0/images/Jordan-Joseph-1209801.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/f7kF7l_J8yEtNZvyuauHdDfj0dw=/0x212:2048x1364/800x0/images/Football-1203362.jpg", + "image": "https://images.bfmtv.com/y_76C0P7wn3iniQvzAOA2jrDdlI=/0x93:2048x1245/800x0/images/Jordan-Joseph-1209801.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41466,20 +42522,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "09c8fe4f90b43bf8b7e0711623968864", + "hash": "6d1742bf45c2661ce1d001ab8ffc6b68", "highlights": [] }, { - "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.

", + "title": "PSG: Messi s’est entraîné à part, à trois jours du choc contre l'OL", + "description": "Revenu d’Argentine après son test négatif au Covid-19, Lionel Messi a repris l’entraînement ce jeudi au Camp des Loges. Mais l’attaquant du PSG a travaillé à l’écart de ses coéquipiers, à trois jours du match face à l’OL au Groupama Stadium, dimanche en Ligue 1 (20h45).

", + "content": "Revenu d’Argentine après son test négatif au Covid-19, Lionel Messi a repris l’entraînement ce jeudi au Camp des Loges. Mais l’attaquant du PSG a travaillé à l’écart de ses coéquipiers, à trois jours du match face à l’OL au Groupama Stadium, dimanche en Ligue 1 (20h45).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-rothen-fracasse-le-sketch-neymar-et-sa-gestion-par-leonardo_AV-202201030422.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-messi-s-est-entraine-a-part-a-trois-jours-du-choc-contre-l-ol_AV-202201060304.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 13:07:32 GMT", + "enclosure": "https://images.bfmtv.com/RjIfkz3lc-niSiGMkKCSQXVcqlo=/0x8:2048x1160/800x0/images/Lionel-MESSI-1182042.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/6PzDyQPCUEAO0CtgtKgoW0aqcDw=/14x0:2046x1143/800x0/images/Neymar-celebre-un-but-avec-le-PSG-1203357.jpg", + "image": "https://images.bfmtv.com/RjIfkz3lc-niSiGMkKCSQXVcqlo=/0x8:2048x1160/800x0/images/Lionel-MESSI-1182042.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41488,20 +42544,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8851e106da22abb077ede263d3cd11f", + "hash": "eb8b45b6832aed3f025b76e5988558a9", "highlights": [] }, { - "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.

", + "title": "League Cup: Tottenham dénonce les chants homophobes de ses supporters contre Chelsea", + "description": "Battu 2-0 par Chelsea mercredi en League Cup, Tottenham a également vu certains de ses supporters entonner des chants homophobes à Stamford Bridge. Dans un communiqué, les Londoniens ont fustigé ce comportement..

", + "content": "Battu 2-0 par Chelsea mercredi en League Cup, Tottenham a également vu certains de ses supporters entonner des chants homophobes à Stamford Bridge. Dans un communiqué, les Londoniens ont fustigé ce comportement..

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/league-cup/league-cup-tottenham-denonce-les-chants-homophobes-des-supporters-contre-chelsea_AV-202201060303.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 13:06:18 GMT", + "enclosure": "https://images.bfmtv.com/FYbFOq7OF_QeZqjtCVKNb7p3xk4=/0x20:2048x1172/800x0/images/1192177.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/6O263gi0nR1dCEEfJ2qCQn92bWg=/0x0:2048x1152/800x0/images/Gerard-Lopez-en-tribunes-a-Bordeaux-1203228.jpg", + "image": "https://images.bfmtv.com/FYbFOq7OF_QeZqjtCVKNb7p3xk4=/0x20:2048x1172/800x0/images/1192177.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41510,20 +42566,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "76e27f66e60c57f6fc16f65a1b00718e", + "hash": "d6d7ad1c14b2d47a81a57c88b09912fb", "highlights": [] }, { - "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.

", + "title": "Manchester United: le départ de Woodward fixé, du changement dans l'état-major du club", + "description": "Vice-président exécutif de Manchester United depuis 2012, Ed Woodward quittera bientôt officiellement le club. Les Reds Devils ont annoncé la nouvelle avec un communiqué ainsi que le nom du nouveau directeur général, qui sera Richard Arnold à partir du 1er février 2022.

", + "content": "Vice-président exécutif de Manchester United depuis 2012, Ed Woodward quittera bientôt officiellement le club. Les Reds Devils ont annoncé la nouvelle avec un communiqué ainsi que le nom du nouveau directeur général, qui sera Richard Arnold à partir du 1er février 2022.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-le-depart-de-woodward-fixe-du-changement-dans-l-etat-major-du-club_AV-202201060294.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 15:56:40 GMT", - "enclosure": "https://images.bfmtv.com/y9BeOBtQx6ILslxGKv26wkiB2fY=/0x42:2048x1194/800x0/images/Ousmane-Dembele-Barca-1202212.jpg", + "pubDate": "Thu, 06 Jan 2022 12:49:34 GMT", + "enclosure": "https://images.bfmtv.com/o6eLejf2vK56RjRHWoG-uxHlkp8=/0x55:1488x892/800x0/images/Ed-Woodward-1014563.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/y9BeOBtQx6ILslxGKv26wkiB2fY=/0x42:2048x1194/800x0/images/Ousmane-Dembele-Barca-1202212.jpg", + "image": "https://images.bfmtv.com/o6eLejf2vK56RjRHWoG-uxHlkp8=/0x55:1488x892/800x0/images/Ed-Woodward-1014563.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41532,20 +42588,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e53f9a4cd7636474eadef9b5f7c326b7", + "hash": "5241229682c0a549ff9badfe9e1757d4", "highlights": [] }, { - "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.

", + "title": "Bordeaux-OM: Lopes \"comprend le sentiment des supporters\" après le communiqué cinglant des ultras", + "description": "Admar Lopes a été interrogé ce jeudi sur la décision d’organiser Bordeaux-OM à huis clos, compte tenu de l'incertitude autour du sort de la rencontre de Ligue 1. Mais le directeur technique des Girondins a dit comprendre la colère des supporters bordelais, qui se sont fendu d'un communiqué cinglant mercredi.

", + "content": "Admar Lopes a été interrogé ce jeudi sur la décision d’organiser Bordeaux-OM à huis clos, compte tenu de l'incertitude autour du sort de la rencontre de Ligue 1. Mais le directeur technique des Girondins a dit comprendre la colère des supporters bordelais, qui se sont fendu d'un communiqué cinglant mercredi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-vannes-psg-en-direct_LS-202201030305.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-lopes-comprend-le-sentiment-des-supporters-apres-le-communique-cinglant-des-ultras_AV-202201060291.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 15:29:34 GMT", - "enclosure": "https://images.bfmtv.com/WzZYpfwfLB2EGTL9S1b5A4WguYw=/0x46:1984x1162/800x0/images/K-Mbappe-1203075.jpg", + "pubDate": "Thu, 06 Jan 2022 12:40:46 GMT", + "enclosure": "https://images.bfmtv.com/LDQzdq7oyc8HKL5O2UHdRhLYmM0=/0x150:2048x1302/800x0/images/Admar-Lopes-aux-cotes-de-Vladimir-Petkovic-1209769.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/WzZYpfwfLB2EGTL9S1b5A4WguYw=/0x46:1984x1162/800x0/images/K-Mbappe-1203075.jpg", + "image": "https://images.bfmtv.com/LDQzdq7oyc8HKL5O2UHdRhLYmM0=/0x150:2048x1302/800x0/images/Admar-Lopes-aux-cotes-de-Vladimir-Petkovic-1209769.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41554,20 +42610,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6642a75a0197bf40a27f897a447bd9a", + "hash": "7c24a14737059bcc3fe444388f348383", "highlights": [] }, { - "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.

", + "title": "Le sport face au covid en direct: Troyes veut reporter son match à Montpellier", + "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-la-juventus-a-contacte-le-psg-pour-icardi_AV-202201030299.html", + "link": "https://rmcsport.bfmtv.com/football/le-sport-face-au-coronavirus-suivez-toutes-les-infos-en-direct_LN-202201060115.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 07:32:06 GMT", + "enclosure": "https://images.bfmtv.com/kSC_tHgKYczp0AZOdluddhy2hk0=/0x0:1792x1008/800x0/images/Adil-Rami-Troyes-1177340.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/34MHIT5q9SA-gqzlF3XmPJtmSds=/0x11:2048x1163/800x0/images/Mauro-Icardi-avec-le-PSG-1203202.jpg", + "image": "https://images.bfmtv.com/kSC_tHgKYczp0AZOdluddhy2hk0=/0x0:1792x1008/800x0/images/Adil-Rami-Troyes-1177340.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41576,20 +42632,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1533beefd08ebf9a95047aaf80249df4", + "hash": "dfa851d9bedae77972d87d33bc5a3acd", "highlights": [] }, { - "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.

", + "title": "PRONOS PARIS RMC Le pari du jour du 6 janvier - Série A - Italie", + "description": "Notre pronostic: la Juventus ne perd pas contre Naples et les deux équipes marquent (2.10)

", + "content": "Notre pronostic: la Juventus ne perd pas contre Naples et les deux équipes marquent (2.10)

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-6-janvier-serie-a-italie_AN-202201050448.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 15:20:43 GMT", - "enclosure": "https://images.bfmtv.com/t4W_4xWOQzs6SvEB7JxggafUfRU=/0x62:1200x737/800x0/images/Elohim-Prandi-1203194.jpg", + "pubDate": "Wed, 05 Jan 2022 23:04:00 GMT", + "enclosure": "https://images.bfmtv.com/gV3upP7Pb64OMD7e7kN2_o_qwm4=/0x104:1984x1220/800x0/images/Morata-et-Kean-Juventus-1208008.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/t4W_4xWOQzs6SvEB7JxggafUfRU=/0x62:1200x737/800x0/images/Elohim-Prandi-1203194.jpg", + "image": "https://images.bfmtv.com/gV3upP7Pb64OMD7e7kN2_o_qwm4=/0x104:1984x1220/800x0/images/Morata-et-Kean-Juventus-1208008.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41598,20 +42654,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dbe547e5d19e74a0f9abd12630d7a41c", + "hash": "66af61e5db5867f5fdf4b6fdb1453d15", "highlights": [] }, { - "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.

", + "title": "PRONOS PARIS RMC Le pari football de Coach Courbis du 6 janvier - Série A - Italie", + "description": "Mon pronostic : la Juventus bat Naples et les deux équipes marquent (3.55)

", + "content": "Mon pronostic : la Juventus bat Naples et les deux équipes marquent (3.55)

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-6-janvier-serie-a-italie_AN-202201060289.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 12:36:35 GMT", + "enclosure": "https://images.bfmtv.com/ksYf9REhy-s4PI4mmDa0aOsXHc8=/0x7:2000x1132/800x0/images/Juventus-1209760.jpg", "enclosureType": "image/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", + "image": "https://images.bfmtv.com/ksYf9REhy-s4PI4mmDa0aOsXHc8=/0x7:2000x1132/800x0/images/Juventus-1209760.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41620,20 +42676,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad5ed0971be86c057b4d22a83aecc4d3", + "hash": "97ad04ad58c1921da4d093fd2f8ef771", "highlights": [] }, { - "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.

", + "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 6 janvier – NBA", + "description": "Mon pronostic : Phoenix bat les Clippers et Booker marque au moins 25 points (1.74)

", + "content": "Mon pronostic : Phoenix bat les Clippers et Booker marque au moins 25 points (1.74)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-cuisance-rebondit-en-serie-a_AV-202201030291.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-6-janvier-nba_AN-202201060286.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 15:07:05 GMT", - "enclosure": "https://images.bfmtv.com/3XjZDt5EN65IgolEQJjO1AsF3Ws=/0x106:2048x1258/800x0/images/Michael-Cuisance-989642.jpg", + "pubDate": "Thu, 06 Jan 2022 12:33:04 GMT", + "enclosure": "https://images.bfmtv.com/_HZKKRDqafv0kBScp6JkgK3OU_Q=/0x0:2000x1125/800x0/images/D-Booker-1209772.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/3XjZDt5EN65IgolEQJjO1AsF3Ws=/0x106:2048x1258/800x0/images/Michael-Cuisance-989642.jpg", + "image": "https://images.bfmtv.com/_HZKKRDqafv0kBScp6JkgK3OU_Q=/0x0:2000x1125/800x0/images/D-Booker-1209772.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41642,20 +42698,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc4ced2fc5b075366c32b293f982990d", + "hash": "c10e168c45bdaede63bda74de9e83a3f", "highlights": [] }, { - "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.

", + "title": "\"On n’est pas respectés\", la colère de Lopes sur le maintien de Bordeaux-OM, un forfait pas exclu", + "description": "Touché par de nombreux cas de Covid, Bordeaux a demandé le report de son match contre l’OM, prévu ce vendredi lors de la 20e journée de Ligue 1 (21h). Mais la LFP a refusé. De quoi mettre en colère la direction des Girondins, a l’image d’Admar Lopes.

", + "content": "Touché par de nombreux cas de Covid, Bordeaux a demandé le report de son match contre l’OM, prévu ce vendredi lors de la 20e journée de Ligue 1 (21h). Mais la LFP a refusé. De quoi mettre en colère la direction des Girondins, a l’image d’Admar Lopes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/troyes-bruno-irles-officiellement-nomme-en-remplacement-de-laurent-batlles_AV-202201030269.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/on-n-est-pas-respectes-la-colere-de-lopes-sur-le-maintien-de-bordeaux-om-un-forfait-pas-exclu_AV-202201060285.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 14:25:26 GMT", - "enclosure": "https://images.bfmtv.com/bmAdQ0jLR_RpUBQFOrK9uuSYCfs=/0x106:2048x1258/800x0/images/Bruno-Irles-1203150.jpg", + "pubDate": "Thu, 06 Jan 2022 12:30:18 GMT", + "enclosure": "https://images.bfmtv.com/18VEvgXR5BF3YzEedQ0sRPg_7Jw=/0x47:2048x1199/800x0/images/Admar-Lopes-1103918.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/bmAdQ0jLR_RpUBQFOrK9uuSYCfs=/0x106:2048x1258/800x0/images/Bruno-Irles-1203150.jpg", + "image": "https://images.bfmtv.com/18VEvgXR5BF3YzEedQ0sRPg_7Jw=/0x47:2048x1199/800x0/images/Admar-Lopes-1103918.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41664,20 +42720,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e7820c310d602d13dd3f6ddc03f35d08", + "hash": "7d7868b54dc7bb63bc66699bd97fb8fd", "highlights": [] }, { - "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

", + "title": "Ligue 1 en direct: Messi a repris avec le PSG mais à part", + "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/tennis/tennis-monfils-va-jouer-avec-des-raquettes-decathlon_AV-202201030268.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": "Mon, 03 Jan 2022 14:20:05 GMT", - "enclosure": "https://images.bfmtv.com/1VqWmfOgyK8XTa4_p7Nbx3At5fE=/0x0:1200x675/800x0/images/Gael-Monfils-1203145.jpg", + "pubDate": "Wed, 05 Jan 2022 08:19:35 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/1VqWmfOgyK8XTa4_p7Nbx3At5fE=/0x0:1200x675/800x0/images/Gael-Monfils-1203145.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", @@ -41686,20 +42742,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "80a7b5c120bbaca857e880af88f8179b", + "hash": "27b230bc99b10e840df40167c1266359", "highlights": [] }, { - "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.

", + "title": "Mercato: Matuidi pisté par Troyes cet hiver?", + "description": "Blaise Matuidi dispose encore d’un an de contrat avec l’Inter Miami en MLS mais le nom du milieu de terrain circule en Ligue 1. A la recherche de renforts, Troyes aimerait rapatrier le joueur de 34 ans dans son club formateur, pendant le mercato hivernal.

", + "content": "Blaise Matuidi dispose encore d’un an de contrat avec l’Inter Miami en MLS mais le nom du milieu de terrain circule en Ligue 1. A la recherche de renforts, Troyes aimerait rapatrier le joueur de 34 ans dans son club formateur, pendant le mercato hivernal.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-matuidi-piste-par-troyes-cet-hiver_AV-202201060281.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 12:16:25 GMT", + "enclosure": "https://images.bfmtv.com/gFRW3TGv7SiOJHlG5slrdhPufGc=/0x0:2048x1152/800x0/images/Blaise-Matuidi-lors-d-un-match-de-MLS-avec-l-Inter-Miami-1209715.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/yg-tc2MhRHHA4g-Xe9-tlhyladU=/304x80:2048x1061/800x0/images/Xavi-Simons-et-Edouard-Michut-1160980.jpg", + "image": "https://images.bfmtv.com/gFRW3TGv7SiOJHlG5slrdhPufGc=/0x0:2048x1152/800x0/images/Blaise-Matuidi-lors-d-un-match-de-MLS-avec-l-Inter-Miami-1209715.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41708,20 +42764,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c327d9dea9bfcf2d12975dcbe283d5e", + "hash": "f93927c8912bc41c9ccf5261c9bc20ff", "highlights": [] }, { - "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.

", + "title": "Bordeaux-OM (J-1) en direct: suivez la conférence de presse de Marseille", + "description": "Suivez en direct ce jeudi les conférences de presse avant le match entre Bordeaux et l'OM, vendredi (21h, 20e journée de Ligue 1). Les Girondins, touchés par le covid, ont demandé le report de la rencontre.

", + "content": "Suivez en direct ce jeudi les conférences de presse avant le match entre Bordeaux et l'OM, vendredi (21h, 20e journée de Ligue 1). Les Girondins, touchés par le covid, ont demandé le report de la rencontre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/liga-tout-le-monde-peut-se-preparer-le-barca-est-de-retour-annonce-laporta_AV-202201030254.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-j-1-en-direct-suivez-les-confs-de-petkovic-et-sampaoli_LN-202201060200.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 10:07:07 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": "https://images.bfmtv.com/C1TO6crkVIOSdWoXUHul_4fbF_k=/0x68:2048x1220/800x0/images/Joan-Laporta-1170972.jpg", + "image": "https://images.bfmtv.com/S6P-ly-VyNAbiAX4H3XrRgIkbEA=/0x106:2048x1258/800x0/images/Jorge-Sampaoli-en-conference-de-presse-avec-l-OM-1159133.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41730,20 +42786,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5eab7fc113cdf6eff34166d8ab6d108", + "hash": "546964d5b52515a4993f42dcaaa9c96e", "highlights": [] }, { - "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.

", + "title": "Le sport face au covid en direct: gros cluster à Manchester City, Guardiola positif", + "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/metz-le-club-lorrain-deplore-quatre-cas-de-covid-avant-d-affronter-strasbourg_AV-202201030253.html", + "link": "https://rmcsport.bfmtv.com/football/le-sport-face-au-coronavirus-suivez-toutes-les-infos-en-direct_LN-202201060115.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 13:22:59 GMT", - "enclosure": "https://images.bfmtv.com/GNa3R_eyx0tqhimLuwxGgVAuMJE=/0x0:1200x675/800x0/images/Opa-Nguette-1203139.jpg", + "pubDate": "Thu, 06 Jan 2022 07:32:06 GMT", + "enclosure": "https://images.bfmtv.com/brg6yR3Ig64bfEalMMcGo3uWHLM=/0x22:768x454/800x0/images/L-entraineur-espagnol-de-Manchester-City-Pep-Guardiola-lors-de-la-defaite-a-domicile-2-0-face-a-Crystal-Palace-au-cours-de-la-10e-journee-de-Premier-League-le-30-octobre-2021-a-l-Etihad-Stadium-1157092.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/GNa3R_eyx0tqhimLuwxGgVAuMJE=/0x0:1200x675/800x0/images/Opa-Nguette-1203139.jpg", + "image": "https://images.bfmtv.com/brg6yR3Ig64bfEalMMcGo3uWHLM=/0x22:768x454/800x0/images/L-entraineur-espagnol-de-Manchester-City-Pep-Guardiola-lors-de-la-defaite-a-domicile-2-0-face-a-Crystal-Palace-au-cours-de-la-10e-journee-de-Premier-League-le-30-octobre-2021-a-l-Etihad-Stadium-1157092.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41752,20 +42808,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a54277fdaa08e99977bc4801d60f8307", + "hash": "b8609c7f8db87269b44e6733a60a4e41", "highlights": [] }, { - "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.

", + "title": "Barça: le retour de la piste Martial, après l’échec du dossier Morata", + "description": "Voulant s’attacher les services d’un buteur pour la deuxième partie de saison, le FC Barcelone s’intéresserait, selon Sport, à la situation d’Anthony Martial. Après l’échec de la piste Alvaro Morata, les Catalans ne seraient pas fermés à l’idée de proposer un prêt avec une option d’achat de 40 millions d'euros à Manchester United.

", + "content": "Voulant s’attacher les services d’un buteur pour la deuxième partie de saison, le FC Barcelone s’intéresserait, selon Sport, à la situation d’Anthony Martial. Après l’échec de la piste Alvaro Morata, les Catalans ne seraient pas fermés à l’idée de proposer un prêt avec une option d’achat de 40 millions d'euros à Manchester United.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-trippier-la-premiere-grosse-signature-de-newcastle_AV-202201030251.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/barca-le-retour-de-la-piste-martial-apres-l-echec-du-dossier-morata_AV-202201060279.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 13:17:51 GMT", - "enclosure": "https://images.bfmtv.com/qCspGlmJ3jlKpE0Xq8Yz-nLbaj0=/0x0:1024x576/800x0/images/-880256.jpg", + "pubDate": "Thu, 06 Jan 2022 12:05:35 GMT", + "enclosure": "https://images.bfmtv.com/Gsadc6Y9kpSH8kubxJtxP75QLD4=/0x0:1936x1089/800x0/images/Anthony-Martial-1195120.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/qCspGlmJ3jlKpE0Xq8Yz-nLbaj0=/0x0:1024x576/800x0/images/-880256.jpg", + "image": "https://images.bfmtv.com/Gsadc6Y9kpSH8kubxJtxP75QLD4=/0x0:1936x1089/800x0/images/Anthony-Martial-1195120.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41774,20 +42830,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5fa8ec1437667aa25f5c6f44af42181a", + "hash": "53e22bacd1e4d4490cfe0b0d595cd048", "highlights": [] }, { - "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.

", + "title": "NBA: de retour sur les parquets mais non vacciné, Irving ne demande aucune dérogation", + "description": "Ecarté par les Brooklyn Nets en début de saison devant son refus de se faire vacciner, Kyrie Irving a pu retrouver la compétition en participant à la victoire de son équipe face aux Indiana Pacers. Devant la presse, l’arrière assure assumer son choix et ne demande aucune dérogation pour disputer plus de rencontres.

", + "content": "Ecarté par les Brooklyn Nets en début de saison devant son refus de se faire vacciner, Kyrie Irving a pu retrouver la compétition en participant à la victoire de son équipe face aux Indiana Pacers. Devant la presse, l’arrière assure assumer son choix et ne demande aucune dérogation pour disputer plus de rencontres.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-hamilton-ne-repond-plus-au-nouveau-president-de-la-fia_AV-202201030247.html", + "link": "https://rmcsport.bfmtv.com/basket/nba/nba-de-retour-sur-les-parquets-mais-non-vaccine-irving-ne-demande-aucune-derogation_AV-202201060261.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 13:02:38 GMT", - "enclosure": "https://images.bfmtv.com/sfiK02HvzBuD8MtLy_HDGC8hnxE=/0x87:2048x1239/800x0/images/Lewis-HAMILTON-1186987.jpg", + "pubDate": "Thu, 06 Jan 2022 11:49:26 GMT", + "enclosure": "https://images.bfmtv.com/RhmQtQnN5eiLbKsOz4nn9Np2Dik=/0x26:752x449/800x0/images/Le-meneur-star-des-Brooklyn-Nets-Kyrie-Irving-en-action-sur-le-parquet-des-Pacers-d-Indiana-pour-son-retour-a-la-competition-le-5-janvier-2022-1209623.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/sfiK02HvzBuD8MtLy_HDGC8hnxE=/0x87:2048x1239/800x0/images/Lewis-HAMILTON-1186987.jpg", + "image": "https://images.bfmtv.com/RhmQtQnN5eiLbKsOz4nn9Np2Dik=/0x26:752x449/800x0/images/Le-meneur-star-des-Brooklyn-Nets-Kyrie-Irving-en-action-sur-le-parquet-des-Pacers-d-Indiana-pour-son-retour-a-la-competition-le-5-janvier-2022-1209623.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41796,20 +42852,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "de94c592e3ff76008ae3a1896532d542", + "hash": "f4935379016ad22f3b5ce4fac16ea1bc", "highlights": [] }, { - "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.

", + "title": "CAN 2022: polémique autour d'Aubameyang et Lemina, vus en boîte de nuit puis positifs au Covid", + "description": "A trois jours du début de la CAN 2022, Pierre-Emerick Aubameyang et Mario Lemina ont été testés positifs au Covid-19 ce jeudi. Les deux joueurs avaient été vus en boîte de nuit et sans masque quelques jours plus tôt, en marge de leur stage de préparation.

", + "content": "A trois jours du début de la CAN 2022, Pierre-Emerick Aubameyang et Mario Lemina ont été testés positifs au Covid-19 ce jeudi. Les deux joueurs avaient été vus en boîte de nuit et sans masque quelques jours plus tôt, en marge de leur stage de préparation.

", "category": "", - "link": "https://rmcsport.bfmtv.com/cyclisme/cyclisme-froome-blesse-au-genou-le-flou-sur-sa-reprise_AV-202201030242.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-polemique-autour-d-aubameyang-et-lemina-vus-en-boite-de-nuit-puis-positifs-au-covid_AV-202201060243.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 12:48:26 GMT", - "enclosure": "https://images.bfmtv.com/3mCkAlpzt6A1kUxwJoVUMN14aAg=/0x106:2048x1258/800x0/images/Chris-Froome-1203130.jpg", + "pubDate": "Thu, 06 Jan 2022 11:29:52 GMT", + "enclosure": "https://images.bfmtv.com/hUZ_eiC_gwLhSjlkWBxootfMcTY=/0x40:768x472/800x0/images/La-joie-de-l-attaquant-gabonais-d-Arsenal-Pierre-Emerick-Aubameyang-apres-avoir-marque-le-2e-but-contre-Tottenham-lors-de-leur-match-de-Premier-League-le-26-septembre-2021-a-l-Emirates-Stadium-a-Londres-1135517.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/3mCkAlpzt6A1kUxwJoVUMN14aAg=/0x106:2048x1258/800x0/images/Chris-Froome-1203130.jpg", + "image": "https://images.bfmtv.com/hUZ_eiC_gwLhSjlkWBxootfMcTY=/0x40:768x472/800x0/images/La-joie-de-l-attaquant-gabonais-d-Arsenal-Pierre-Emerick-Aubameyang-apres-avoir-marque-le-2e-but-contre-Tottenham-lors-de-leur-match-de-Premier-League-le-26-septembre-2021-a-l-Emirates-Stadium-a-Londres-1135517.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41818,20 +42874,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ea6b2a773aff24044dc178180c2e96b", + "hash": "3e86cead6c15dafe084a8e1957182faa", "highlights": [] }, { - "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.

", + "title": "Vers un retrait de la Grande-Bretagne pour l'organisation de la Coupe du monde 2030?", + "description": "Selon le Times, la Grande-Bretagne et l’Irlande pourraient renoncer à leur candidature pour l’organisation de la Coupe du monde 2030. Et se rabattraient plutôt sur l’Euro 2028.

", + "content": "Selon le Times, la Grande-Bretagne et l’Irlande pourraient renoncer à leur candidature pour l’organisation de la Coupe du monde 2030. Et se rabattraient plutôt sur l’Euro 2028.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/vers-un-retrait-de-la-grande-bretagne-pour-l-organisation-de-la-coupe-du-monde-2030_AV-202201060240.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 11:23:18 GMT", + "enclosure": "https://images.bfmtv.com/KxKffygD1PrIdvafvqxipzYhClk=/0x105:2048x1257/800x0/images/Gareth-Southgate-1066175.jpg", "enclosureType": "image/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", + "image": "https://images.bfmtv.com/KxKffygD1PrIdvafvqxipzYhClk=/0x105:2048x1257/800x0/images/Gareth-Southgate-1066175.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41840,20 +42896,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "916bf95bf880bf0ded7a99404b8b233d", + "hash": "32efaa5db8fe7f63d6eef5bbc17883e6", "highlights": [] }, { - "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.

", + "title": "Lyon: Charlie Ngatai parti pour rester?", + "description": "Le centre international néo-zélandais Charlie Ngatai pourrait finalement toujours porter les couleurs du LOU la saison prochaine.

", + "content": "Le centre international néo-zélandais Charlie Ngatai pourrait finalement toujours porter les couleurs du LOU la saison prochaine.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/euro/et-maintenant-infantino-propose-un-euro-tous-les-deux-ans_AV-202201030235.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/lyon-charlie-ngatai-parti-pour-rester_AV-202201060235.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 12:18:08 GMT", - "enclosure": "https://images.bfmtv.com/-NPUx7gEnWkcbW8Fs8ot7MFP_H8=/0x92:2048x1244/800x0/images/Gianni-Infantino-1192191.jpg", + "pubDate": "Thu, 06 Jan 2022 11:17:53 GMT", + "enclosure": "https://images.bfmtv.com/ZpSnOmhW7xiyw5PW2iEm597Zg5Y=/0x128:2048x1280/800x0/images/Charlie-Ngatai-LOU-1209703.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/-NPUx7gEnWkcbW8Fs8ot7MFP_H8=/0x92:2048x1244/800x0/images/Gianni-Infantino-1192191.jpg", + "image": "https://images.bfmtv.com/ZpSnOmhW7xiyw5PW2iEm597Zg5Y=/0x128:2048x1280/800x0/images/Charlie-Ngatai-LOU-1209703.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41862,20 +42918,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "444f56a64a707de100692d730d1d18be", + "hash": "cfc739857f1253140a7464ef0fca57c0", "highlights": [] }, { - "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.

", + "title": "OM: plusieurs joueurs absents de l’entraînement avant Bordeaux, dont certains positifs au Covid", + "description": "Plusieurs joueurs de l'OM étaient absents de la séance d’entraînement programmée ce jeudi à la veille du déplacement à Bordeaux, prévu vendredi (21h, 20e journée de Ligue 1). Certains d’entre eux sont positifs au Covid.

", + "content": "Plusieurs joueurs de l'OM étaient absents de la séance d’entraînement programmée ce jeudi à la veille du déplacement à Bordeaux, prévu vendredi (21h, 20e journée de Ligue 1). Certains d’entre eux sont positifs au Covid.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-plusieurs-joueurs-absents-de-l-entrainement-avant-bordeaux-dont-certains-positifs-au-covid_AV-202201060232.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 11:52:34 GMT", - "enclosure": "https://images.bfmtv.com/Lmzp_LrGcYvzp7HgJzlpvdmkZ0Q=/7x0:1991x1116/800x0/images/H-Ekitike-1176638.jpg", + "pubDate": "Thu, 06 Jan 2022 11:09:37 GMT", + "enclosure": "https://images.bfmtv.com/o_GNMXiCGJ8mXpV7bLEWpPXRHP4=/0x52:2048x1204/800x0/images/Arkadiusz-Milik-et-Valentin-Rongier-etaient-absents-de-l-entrainement-ce-jeudi-1209695.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Lmzp_LrGcYvzp7HgJzlpvdmkZ0Q=/7x0:1991x1116/800x0/images/H-Ekitike-1176638.jpg", + "image": "https://images.bfmtv.com/o_GNMXiCGJ8mXpV7bLEWpPXRHP4=/0x52:2048x1204/800x0/images/Arkadiusz-Milik-et-Valentin-Rongier-etaient-absents-de-l-entrainement-ce-jeudi-1209695.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41884,20 +42940,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d68e214432c372d2ef4a28eda059af8b", + "hash": "5912cc03146e18790b133b63e442a150", "highlights": [] }, { - "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.

", + "title": "Roma: Smalling se fait finalement vacciner face à la menace de ne plus jouer", + "description": "Opposé au vaccin contre le Covid-19, Chris Smalling va finalement se résoudre à la piqûre. La crainte de ne plus être autorisé semble avoir convaincu le défenseur de l’AS Roma de se faire vacciner.

", + "content": "Opposé au vaccin contre le Covid-19, Chris Smalling va finalement se résoudre à la piqûre. La crainte de ne plus être autorisé semble avoir convaincu le défenseur de l’AS Roma de se faire vacciner.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-montant-que-le-psg-devrait-recuperer-apres-le-transfert-d-ikone_AV-202201030207.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/roma-smalling-se-fait-finalement-vacciner-face-a-la-menace-de-ne-plus-jouer_AV-202201060230.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 11:38:29 GMT", - "enclosure": "https://images.bfmtv.com/VABc32o8qfeZKj8wsdklEmGxJRo=/0x0:1200x675/800x0/images/Jonathan-Ikone-1203076.jpg", + "pubDate": "Thu, 06 Jan 2022 11:06:54 GMT", + "enclosure": "https://images.bfmtv.com/HAjnETVLM-BbGsbKmPhDCytpNzQ=/0x134:2048x1286/800x0/images/Chris-Smalling-avec-l-AS-Rome-1209679.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/VABc32o8qfeZKj8wsdklEmGxJRo=/0x0:1200x675/800x0/images/Jonathan-Ikone-1203076.jpg", + "image": "https://images.bfmtv.com/HAjnETVLM-BbGsbKmPhDCytpNzQ=/0x134:2048x1286/800x0/images/Chris-Smalling-avec-l-AS-Rome-1209679.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41906,20 +42962,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cdb7388bdf8008b24948b712816da124", + "hash": "7991f28d466be0ff217e154bc899ecf8", "highlights": [] }, { - "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.

", + "title": "Top 14: le joueur de Toulouse Rory Arnold vers le Japon", + "description": "INFO RMC Sport – Le deuxième ligne australien Rory Arnold, en fin de contrat, devrait quitter le Stade Toulousain l’été prochain pour rejoindre le Japon.\n

", + "content": "INFO RMC Sport – Le deuxième ligne australien Rory Arnold, en fin de contrat, devrait quitter le Stade Toulousain l’été prochain pour rejoindre le Japon.\n

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-barca-ouvre-la-porte-sur-le-dossier-haaland_AV-202201030203.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-le-joueur-de-toulouse-rory-arnold-vers-le-japon_AV-202201060227.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 11:32:22 GMT", - "enclosure": "https://images.bfmtv.com/Ux99a7ozpxHsOQImOcoveurnKSw=/0x18:1200x693/800x0/images/Joan-Laporta-1168479.jpg", + "pubDate": "Thu, 06 Jan 2022 11:04:37 GMT", + "enclosure": "https://images.bfmtv.com/k9dejuPNVuM70YCgGfv5J3JyxzI=/0x0:2048x1152/800x0/images/Rory-Arnold-1209684.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Ux99a7ozpxHsOQImOcoveurnKSw=/0x18:1200x693/800x0/images/Joan-Laporta-1168479.jpg", + "image": "https://images.bfmtv.com/k9dejuPNVuM70YCgGfv5J3JyxzI=/0x0:2048x1152/800x0/images/Rory-Arnold-1209684.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41928,20 +42984,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "25165a32a1ebb9f34d56d472230c3197", + "hash": "e7ea13287793c635c23e03707439bddc", "highlights": [] }, { - "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.

", + "title": "Ligue 1: Lille-Lorient officiellement reporté", + "description": "La rencontre entre Lille et Lorient, prévue samedi (17h, 20e journée de Ligue 1), a été officiellemenet reportée par la LFP en raison de trop nombreux cas de joueurs positifs dans les rangs bretons.

", + "content": "La rencontre entre Lille et Lorient, prévue samedi (17h, 20e journée de Ligue 1), a été officiellemenet reportée par la LFP en raison de trop nombreux cas de joueurs positifs dans les rangs bretons.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/dakar-l-etape-du-jour-pour-loeb_AD-202201030196.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-lille-lorient-officiellement-reporte_AV-202201060218.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 10:47:30 GMT", + "enclosure": "https://images.bfmtv.com/vogS-oiH6GTYC041CN6EamKvhQc=/0x0:2048x1152/800x0/images/Terem-Moffi-au-duel-avec-Sven-Botman-1209678.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/vogS-oiH6GTYC041CN6EamKvhQc=/0x0:2048x1152/800x0/images/Terem-Moffi-au-duel-avec-Sven-Botman-1209678.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41950,20 +43006,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d133ae9c0c4e14c04b214be55fa12bb", + "hash": "b3acdc51bb8c2b42ce6840af8ada9f04", "highlights": [] }, { - "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)

", + "title": "Double Contact - Shotas: \"Mbappé doit rester au PSG, je ne veux rien savoir\"", + "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 \"Cauchemars et rêves\", on a rencontré Shotas. Le rappeur du Seven Binks nous parle du rendement de Kylian Mbappé, de l’aura de Sadio Mané et de sa fascination pour Lionel Messi.

", + "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 \"Cauchemars et rêves\", on a rencontré Shotas. Le rappeur du Seven Binks nous parle du rendement de Kylian Mbappé, de l’aura de Sadio Mané et de sa fascination pour Lionel Messi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-3-janvier-premier-league-angleterre_AN-202201020115.html", + "link": "https://rmcsport.bfmtv.com/replay-emissions/double-contact/double-contact-shotas-mbappe-doit-rester-au-psg-je-ne-veux-rien-savoir_AV-202201060209.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/UHCNgCALQDdgDdSmmyDCHyGcuw0=/0x87:2000x1212/800x0/images/Manchester-United-1202698.jpg", + "pubDate": "Thu, 06 Jan 2022 10:29:13 GMT", + "enclosure": "https://images.bfmtv.com/qtuYtxtglqFUbPljqV576WGhO5s=/0x0:1920x1080/800x0/images/Shotas-1203731.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/UHCNgCALQDdgDdSmmyDCHyGcuw0=/0x87:2000x1212/800x0/images/Manchester-United-1202698.jpg", + "image": "https://images.bfmtv.com/qtuYtxtglqFUbPljqV576WGhO5s=/0x0:1920x1080/800x0/images/Shotas-1203731.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41972,20 +43028,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4cedbb898b891af4160a52cae94d4265", + "hash": "3be54b0e10b8f7f798bebb4c22528f18", "highlights": [] }, { - "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)

", + "title": "PSG: la déclaration enflammée de Macron à Mbappé dans une lettre", + "description": "Emmanuel Macron, président de la République, a adressé, dans L’Equipe, une lettre à Kylian Mbappé dans laquelle il encense le talent du joueur mais aussi son exemplarité et sa citoyenneté hors des terrains.

", + "content": "Emmanuel Macron, président de la République, a adressé, dans L’Equipe, une lettre à Kylian Mbappé dans laquelle il encense le talent du joueur mais aussi son exemplarité et sa citoyenneté hors des terrains.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-3-janvier-liga-espagne_AN-202201020111.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-la-declaration-enflammee-de-macron-a-mbappe_AV-202201060199.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/wJkHUBW4ulwIg58xOylWzVpMgcE=/0x208:2000x1333/800x0/images/FC-Seville-1202694.jpg", + "pubDate": "Thu, 06 Jan 2022 10:07:04 GMT", + "enclosure": "https://images.bfmtv.com/vP5Jof6QoeyUH_49JNUyxG0-tx0=/6x28:1350x784/800x0/images/-828548.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/wJkHUBW4ulwIg58xOylWzVpMgcE=/0x208:2000x1333/800x0/images/FC-Seville-1202694.jpg", + "image": "https://images.bfmtv.com/vP5Jof6QoeyUH_49JNUyxG0-tx0=/6x28:1350x784/800x0/images/-828548.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -41994,20 +43050,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0e202a7983c1fd115abbe61380eaa82", + "hash": "c45479a3eb8332fe5d16e9a0bce77679", "highlights": [] }, { - "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)

", + "title": "TOUT COMPRENDRE sur l'affaire Djokovic à l'Open d'Australie", + "description": "Novak Djokovic s’est vu refusé l’accès au territoire australien en raison d’un visa non conforme aux exigences liées à la crise du Covid-19. Opposé à la vaccination, la participation du numéro 1 mondial au prochain Open d’Australie semble très incertaine. Tour d'horizon de l'affaire, qui dépasse le cadre du tennis.

", + "content": "Novak Djokovic s’est vu refusé l’accès au territoire australien en raison d’un visa non conforme aux exigences liées à la crise du Covid-19. Opposé à la vaccination, la participation du numéro 1 mondial au prochain Open d’Australie semble très incertaine. Tour d'horizon de l'affaire, qui dépasse le cadre du tennis.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-3-janvier-coupe-de-france_AN-202201020109.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/tout-comprendre-sur-l-affaire-djokovic-a-l-open-d-australie_AV-202201060189.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/HFe8b09ur5kwLfd8XTjstY6Wrlk=/0x36:1984x1152/800x0/images/PSG-1202692.jpg", + "pubDate": "Thu, 06 Jan 2022 09:55:14 GMT", + "enclosure": "https://images.bfmtv.com/mhX_CZuSdU2VKk7NAMjSxzkxIiE=/0x0:2048x1152/800x0/images/Novak-Djokovic-avec-un-masque-anti-Covid-1209631.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/HFe8b09ur5kwLfd8XTjstY6Wrlk=/0x36:1984x1152/800x0/images/PSG-1202692.jpg", + "image": "https://images.bfmtv.com/mhX_CZuSdU2VKk7NAMjSxzkxIiE=/0x0:2048x1152/800x0/images/Novak-Djokovic-avec-un-masque-anti-Covid-1209631.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42016,20 +43072,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "86fa5f3146e10471b3704789d404d4d9", + "hash": "18e480cad09f34630318166d026f7f93", "highlights": [] }, { - "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)

", + "title": "Moto: l’enduropale du Touquet repoussé d’un mois à cause du Covid", + "description": "L’enduro du Touquet, célèbre course moto organisée sur les plages de la Côte d’Opale, a été reporté d’un mois en raison de la cinquième vague de contamination au coronavirus. Il se déroulera du 25 au 27 février.

", + "content": "L’enduro du Touquet, célèbre course moto organisée sur les plages de la Côte d’Opale, a été reporté d’un mois en raison de la cinquième vague de contamination au coronavirus. Il se déroulera du 25 au 27 février.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/auto-moto/moto-l-enduro-du-touquet-repousse-d-un-mois-a-cause-du-covid_AV-202201060181.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 11:17:46 GMT", - "enclosure": "https://images.bfmtv.com/WzZYpfwfLB2EGTL9S1b5A4WguYw=/0x46:1984x1162/800x0/images/K-Mbappe-1203075.jpg", + "pubDate": "Thu, 06 Jan 2022 09:39:04 GMT", + "enclosure": "https://images.bfmtv.com/5iooTpqT3l7WiQLqPctgJ5d8OqY=/0x211:2048x1363/800x0/images/L-enduro-du-Touquet-1209616.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/WzZYpfwfLB2EGTL9S1b5A4WguYw=/0x46:1984x1162/800x0/images/K-Mbappe-1203075.jpg", + "image": "https://images.bfmtv.com/5iooTpqT3l7WiQLqPctgJ5d8OqY=/0x211:2048x1363/800x0/images/L-enduro-du-Touquet-1209616.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42038,20 +43094,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ddaffcaeedbf376c54947adfc6ee3c48", + "hash": "3a2da47b0d967e46c942c761f4e220df", "highlights": [] }, { - "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.

", + "title": "Manchester United: les doutes de certains joueurs sur les compétences de Rangnick", + "description": "Selon Sky Sports, plusieurs joueurs de Manchester United s’interrogeraient sur les aptitudes de Ralf Rangnick à diriger leur équipe. Depuis son arrivée fin novembre, le coach allemand ne parvient pas à fédérer un vestiaire au sein duquel règne une ambiance délétère.

", + "content": "Selon Sky Sports, plusieurs joueurs de Manchester United s’interrogeraient sur les aptitudes de Ralf Rangnick à diriger leur équipe. Depuis son arrivée fin novembre, le coach allemand ne parvient pas à fédérer un vestiaire au sein duquel règne une ambiance délétère.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-lukaku-les-raisons-d-une-polemique-a-115-millions-d-euros_AV-202201030194.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-les-doutes-de-certains-joueurs-sur-les-competences-de-rangnick_AV-202201060180.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 09:37:46 GMT", + "enclosure": "https://images.bfmtv.com/Iqb62K1AjQyfYgpqezj24yD12pY=/0x106:2048x1258/800x0/images/Ralf-RANGNICK-1186211.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Xs2VH-qCrBZG9QXyYHBBl8CR66Q=/0x55:1632x973/800x0/images/Romelu-Lukaku-et-Thomas-Tuchel-1203067.jpg", + "image": "https://images.bfmtv.com/Iqb62K1AjQyfYgpqezj24yD12pY=/0x106:2048x1258/800x0/images/Ralf-RANGNICK-1186211.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42060,20 +43116,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "28e1f973379f5f56f2caf8fff6a8b731", + "hash": "76ffdb7b9a38dbf8a7ca75cadcbb1573", "highlights": [] }, { - "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.

", + "title": "L’avocat de Ménès dénonce \"une pression malveillante\" après l’ouverture d’une nouvelle enquête", + "description": "L’avocat de Pierre Ménès a réagi à l’ouverture de l’enquête contre son client par le parquet de Nanterre pour des faits présumés de \"harcèlement sexuel\" et \"d’agressions sexuelles\" après un signalement de l'Inspection du travail suite à une enquête interne chez Canal+.

", + "content": "L’avocat de Pierre Ménès a réagi à l’ouverture de l’enquête contre son client par le parquet de Nanterre pour des faits présumés de \"harcèlement sexuel\" et \"d’agressions sexuelles\" après un signalement de l'Inspection du travail suite à une enquête interne chez Canal+.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-barca-met-la-pression-a-dembele_AV-202201030193.html", + "link": "https://rmcsport.bfmtv.com/football/l-avocat-de-menes-denonce-une-pression-malveillante-apres-l-ouverture-d-une-nouvelle-enquete_AV-202201060164.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 11:15:00 GMT", - "enclosure": "https://images.bfmtv.com/y9BeOBtQx6ILslxGKv26wkiB2fY=/0x42:2048x1194/800x0/images/Ousmane-Dembele-Barca-1202212.jpg", + "pubDate": "Thu, 06 Jan 2022 08:51:58 GMT", + "enclosure": "https://images.bfmtv.com/JwRfTvMKyAklKOdqgUkmsnzj1og=/0x106:1200x781/800x0/images/-880895.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/y9BeOBtQx6ILslxGKv26wkiB2fY=/0x42:2048x1194/800x0/images/Ousmane-Dembele-Barca-1202212.jpg", + "image": "https://images.bfmtv.com/JwRfTvMKyAklKOdqgUkmsnzj1og=/0x106:1200x781/800x0/images/-880895.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42082,20 +43138,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2512cdf619b7b41396e530b3c74b792d", + "hash": "28a22fcff36d962fae1f824c4483f0d3", "highlights": [] }, { - "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.

", + "title": "Mercato: le Bayern Munich ferait de Dembélé sa priorité pour remplacer Coman", + "description": "Selon L’Équipe, le Bayern Munich aurait l’intention de recruter Ousmane Dembélé l’été prochain en cas de départ de Kingsley Coman, qui n’a toujours pas prolongé. L’ailier du Barça, dont le contrat s’achèvera à la fin de la saison, pourrait débarquer libre en Bavière.

", + "content": "Selon L’Équipe, le Bayern Munich aurait l’intention de recruter Ousmane Dembélé l’été prochain en cas de départ de Kingsley Coman, qui n’a toujours pas prolongé. L’ailier du Barça, dont le contrat s’achèvera à la fin de la saison, pourrait débarquer libre en Bavière.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-bayern-munich-ferait-de-dembele-sa-priorite-pour-remplacer-coman_AV-202201060157.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 08:38:29 GMT", + "enclosure": "https://images.bfmtv.com/y9BeOBtQx6ILslxGKv26wkiB2fY=/0x42:2048x1194/800x0/images/Ousmane-Dembele-Barca-1202212.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/wb_o6tPNT30KEvT0LLtK6cYse_8=/0x52:2048x1204/800x0/images/Danilo-Pereira-qui-enlace-Achraf-Hakimi-positif-au-coronavirus-1203045.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", @@ -42104,20 +43160,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "be66d6c9b870fdd4f7b55109712e830f", + "hash": "d5cea56947d61c93a0e2b8ea90895c7f", "highlights": [] }, { - "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.

", + "title": "Open d’Australie: Djokovic obtient un sursis jusqu'à lundi", + "description": "Les avocats de Novak Djokovic ont lancé un recours en justice contre l’annulation du visa du joueur serbe. Après une première audience jeudi, le juge a décidé d’en convoquer une nouvelle lundi, offrant un sursis au numéro 1 mondial.

", + "content": "Les avocats de Novak Djokovic ont lancé un recours en justice contre l’annulation du visa du joueur serbe. Après une première audience jeudi, le juge a décidé d’en convoquer une nouvelle lundi, offrant un sursis au numéro 1 mondial.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-djokovic-obtient-un-sursis-jusqu-a-lundi_AV-202201060153.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 10:22:50 GMT", - "enclosure": "https://images.bfmtv.com/dn6QARwVOzYf2UbWVn7tjbXGJh0=/0x42:2048x1194/800x0/images/Mbappe-Griezmann-1203022.jpg", + "pubDate": "Thu, 06 Jan 2022 08:24:51 GMT", + "enclosure": "https://images.bfmtv.com/gxwYJd3a9rEr764RJni2N_ncgiM=/0x0:2048x1152/800x0/images/Novak-DJOKOVIC-1170970.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/dn6QARwVOzYf2UbWVn7tjbXGJh0=/0x42:2048x1194/800x0/images/Mbappe-Griezmann-1203022.jpg", + "image": "https://images.bfmtv.com/gxwYJd3a9rEr764RJni2N_ncgiM=/0x0:2048x1152/800x0/images/Novak-DJOKOVIC-1170970.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42126,20 +43182,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "10c039121178f5c3bd948731fa8d7277", + "hash": "ca0ce5733bf5ef1c982c9320f7e197b7", "highlights": [] }, { - "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.

", + "title": "Open d’Australie: la fédération australienne avait été prévenue d’un éventuel problème pour Djokovic", + "description": "La presse australienne assure ce jeudi que la Fédération de tennis locale avait été prévenue à deux reprises que l’exemption de vaccination contre le Covid-19 dont a bénéficié Novak Djokovic pourrait poser problème avec les autorités.

", + "content": "La presse australienne assure ce jeudi que la Fédération de tennis locale avait été prévenue à deux reprises que l’exemption de vaccination contre le Covid-19 dont a bénéficié Novak Djokovic pourrait poser problème avec les autorités.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-la-federation-australienne-avait-ete-prevenue-d-un-eventuel-probleme-pour-djokovic_AV-202201060142.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 08:07:04 GMT", + "enclosure": "https://images.bfmtv.com/wPargP9SsUvYjg8EpKKmAl5LuXk=/255x356:2047x1364/800x0/images/Novak-Djokovic-1208293.jpg", "enclosureType": "image/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", + "image": "https://images.bfmtv.com/wPargP9SsUvYjg8EpKKmAl5LuXk=/255x356:2047x1364/800x0/images/Novak-Djokovic-1208293.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42148,20 +43204,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e75d4f9ddb4edda7a75c17a2e758f59", + "hash": "d154fb02210c736fb8064f5d096bb69a", "highlights": [] }, { - "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.

", + "title": "Dakar: \"C’est forcément une bombe qui a explosé sous la voiture\", le témoignage fort des proches de Philippe Boutron, grièvement blessé", + "description": "Une semaine après l’explosion ayant grièvement blessé le pilote Philippe Boutron sur le Dakar, son fils, Benoît, journaliste RMC Sport, et son copilote Mayel Barbet ont témoigné sur RMC, ce jeudi et demandent des explications sur ce qu’ils assurent être un attentat.

", + "content": "Une semaine après l’explosion ayant grièvement blessé le pilote Philippe Boutron sur le Dakar, son fils, Benoît, journaliste RMC Sport, et son copilote Mayel Barbet ont témoigné sur RMC, ce jeudi et demandent des explications sur ce qu’ils assurent être un attentat.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/bayern-la-drole-d-anecdote-de-hoeness-pour-retenir-ribery-a-munich-en-2010_AV-202201030157.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/dakar-c-est-forcement-une-bombe-qui-a-explose-sous-la-voiture-le-temoignage-fort-des-proches-de-philippe-boutron-grievement-blesse_AV-202201060117.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 10:15:31 GMT", - "enclosure": "https://images.bfmtv.com/g6gNTHIGcTlAVIRkWEioqIyjGAA=/159x0:1183x576/800x0/images/-840905.jpg", + "pubDate": "Thu, 06 Jan 2022 07:35:34 GMT", + "enclosure": "https://images.bfmtv.com/ZKxgz1aYuR-eDDNXZ_fAQcvkcV0=/0x0:1280x720/800x0/images/Mayeul-Barbet-et-Benoit-Boutron-sur-le-plateau-d-Apolline-Matin-1208279.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/g6gNTHIGcTlAVIRkWEioqIyjGAA=/159x0:1183x576/800x0/images/-840905.jpg", + "image": "https://images.bfmtv.com/ZKxgz1aYuR-eDDNXZ_fAQcvkcV0=/0x0:1280x720/800x0/images/Mayeul-Barbet-et-Benoit-Boutron-sur-le-plateau-d-Apolline-Matin-1208279.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42170,20 +43226,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "88b30624dbd3f94201a09f7e0f5e1039", + "hash": "2336e5307b6c65ff54125af2bdb2bf8d", "highlights": [] }, { - "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.

", + "title": "Le mercato en direct: le Bayern à l'affût pour Dembélé", + "description": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouver toutes les infos et rumeurs du mercato sur RMC Sport.

", + "content": "Le mercato hivernal bat et son plein et les clubs européens multiplient les pistes pour renforcer leur équipe cette saison. L'avenir des joueurs dont le contrat expirera en juin prochain fait également beaucoup parler alors que plusieurs stars comme Kylian Mbappé ou encore Ousmane Dembélé seront libres dans quelques mois et peuvent déjà signer avec l'équipe de leur choix. Retrouver toutes les infos et rumeurs du mercato sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-toutes-les-infos-avant-la-20e-journee_LN-202201030144.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/le-mercato-en-direct-les-infos-et-rumeurs-du-6-janvier-2022_LN-202201060107.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 07:20:37 GMT", + "enclosure": "https://images.bfmtv.com/Sp2CWgZQjXpOX1-QYm61QWHBfoM=/0x0:2048x1152/800x0/images/Ousmane-Dembele-1202435.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/NDPI3bx_rRyzTc83IpR-OiKXkBE=/0x0:1200x675/800x0/images/Les-Girondins-de-Bordeaux-1193040.jpg", + "image": "https://images.bfmtv.com/Sp2CWgZQjXpOX1-QYm61QWHBfoM=/0x0:2048x1152/800x0/images/Ousmane-Dembele-1202435.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42192,20 +43248,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f0f924901da23ba5ce6d7a1d53f219b", + "hash": "e9f6c52d33b6fda1559e5b721fe81c05", "highlights": [] }, { - "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.

", + "title": "Le sport face au covid en direct: Lille-Lorient officiellement reporté", + "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pourquoi-on-verra-tres-peu-messi-en-janvier-avec-paris_AV-202201030142.html", + "link": "https://rmcsport.bfmtv.com/football/le-sport-face-au-coronavirus-suivez-toutes-les-infos-en-direct_LN-202201060115.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 07:32:06 GMT", + "enclosure": "https://images.bfmtv.com/2mfYIxb-wdn2Dj1v0ROhShlT7_U=/0x0:2048x1152/800x0/images/Jonathan-David-lors-du-match-aller-entre-le-LOSC-et-Wolfsburg-le-14-septembre-1184059.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/LBkj2E1LhMaj7RHhOUNo2hU4f3U=/0x104:1984x1220/800x0/images/Lionel-Messi-et-Enzo-Le-Fee-lors-de-Lorient-PSG-1193536.jpg", + "image": "https://images.bfmtv.com/2mfYIxb-wdn2Dj1v0ROhShlT7_U=/0x0:2048x1152/800x0/images/Jonathan-David-lors-du-match-aller-entre-le-LOSC-et-Wolfsburg-le-14-septembre-1184059.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42214,20 +43270,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a933c6588a46dde1903a997b3a7eba8f", + "hash": "1a16ef1f68decb2b4bcb8112d7323e6d", "highlights": [] }, { - "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.

", + "title": "Bordeaux-OM (J-1) en direct: suivez la conf de Petkovic", + "description": "Suivez en direct ce jeudi les conférences de presse avant le match entre Bordeaux et l'OM, vendredi (21h, 20e journée de Ligue 1). Les Girondins, touchés par le covid, ont demandé le report de la rencontre.

", + "content": "Suivez en direct ce jeudi les conférences de presse avant le match entre Bordeaux et l'OM, vendredi (21h, 20e journée de Ligue 1). Les Girondins, touchés par le covid, ont demandé le report de la rencontre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/dakar-peterhansel-mis-hors-course-mais-il-va-poursuivre-son-parcours_AV-202201030141.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-j-1-en-direct-suivez-les-confs-de-petkovic-et-sampaoli_LN-202201060200.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 09:33:02 GMT", - "enclosure": "https://images.bfmtv.com/h2doS6vtzDglfkwTZPM8QuS0yBw=/0x106:2048x1258/800x0/images/Stephane-Peterhansel-1203002.jpg", + "pubDate": "Thu, 06 Jan 2022 10:07:07 GMT", + "enclosure": "https://images.bfmtv.com/YepwXST0CX0LXycw8u33FqrXmIs=/0x0:1696x954/800x0/images/Petkovic-1171765.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/h2doS6vtzDglfkwTZPM8QuS0yBw=/0x106:2048x1258/800x0/images/Stephane-Peterhansel-1203002.jpg", + "image": "https://images.bfmtv.com/YepwXST0CX0LXycw8u33FqrXmIs=/0x0:1696x954/800x0/images/Petkovic-1171765.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42236,20 +43292,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "11ab9237c29c2e785e2cf7404f215052", + "hash": "36654c27c4087131b784280a95e4f81e", "highlights": [] }, { - "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.

", + "title": "Open d’Australie: le père de Djokovic le présente en \"leader du monde libre\"", + "description": "L'Australie a annulé le visa de Novak Djokovic qui était arrivé à l'aéroport de Melbourne dépourvu des documents nécessaires à l'entrée dans le pays. Le tennisman serbe a reçu un soutien appuyé de son père qui l’a érigé en chantre des personnes les plus démunies dans le monde.

", + "content": "L'Australie a annulé le visa de Novak Djokovic qui était arrivé à l'aéroport de Melbourne dépourvu des documents nécessaires à l'entrée dans le pays. Le tennisman serbe a reçu un soutien appuyé de son père qui l’a érigé en chantre des personnes les plus démunies dans le monde.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-lukaku-aurait-decide-de-quitter-chelsea_AV-202201030137.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-le-pere-de-djokovic-le-presente-en-leader-du-monde-libre_AV-202201060072.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 06:41:30 GMT", + "enclosure": "https://images.bfmtv.com/n8iyGtPdqKyaEoFVcYLESBTVdBc=/0x80:2048x1232/800x0/images/Novak-Djokovic-et-son-pere-Srdjan-1208222.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/n8iyGtPdqKyaEoFVcYLESBTVdBc=/0x80:2048x1232/800x0/images/Novak-Djokovic-et-son-pere-Srdjan-1208222.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42258,20 +43314,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c5c16f350b2e02d3357a1f9a3309933c", + "hash": "90467096512451bf0ad31fd08c21fb77", "highlights": [] }, { - "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.

", + "title": "\"Le niveau de Tottenham a beaucoup baissé ces dernières années\", lâche Conte", + "description": "Antonio Conte, manager de Tottenham, a reconnu la nette supériorité de Chelsea face à son équipe, mercredi en demi-finale aller de la League Cup (0-2). Il estime que le niveau de l’équipe s’est dégradé ces dernières saisons.

", + "content": "Antonio Conte, manager de Tottenham, a reconnu la nette supériorité de Chelsea face à son équipe, mercredi en demi-finale aller de la League Cup (0-2). Il estime que le niveau de l’équipe s’est dégradé ces dernières saisons.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/tennis-positif-au-covid-19-gasquet-est-a-l-isolement_AV-202201030130.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/le-niveau-de-tottenham-a-beaucoup-baisse-ces-dernieres-annees-lache-conte_AV-202201060045.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 06:03:00 GMT", + "enclosure": "https://images.bfmtv.com/MoVp1pNIsIX7Pk0dmtmho4USKjA=/0x49:2048x1201/800x0/images/Antonio-Conte-1208192.jpg", "enclosureType": "image/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", + "image": "https://images.bfmtv.com/MoVp1pNIsIX7Pk0dmtmho4USKjA=/0x49:2048x1201/800x0/images/Antonio-Conte-1208192.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42280,20 +43336,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "55bb81642228dd6dabd4d8f491e98879", + "hash": "37edee4a049c1bc2f72748f3a1133017", "highlights": [] }, { - "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.

", + "title": "Open d'Australie en direct: un sursis pour Djokovic", + "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/atletico-griezmann-teste-negatif-apres-sa-quarantaine_AV-202201030119.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", + "enclosure": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", "enclosureType": "image/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", + "image": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42302,20 +43358,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9c1916703c2e984cffb120eefe27627", + "hash": "27cba24a8a7db8f1e63b3c39961faf51", "highlights": [] }, { - "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é.

", + "title": "Open d'Australie: Djokovic dépose un recours en justice après l'annulation de son visa", + "description": "Comme attendu, Novak Djokovic a déposé un recours en justice pour contester le refus de son visa pour entrer en Australie, jeudi, et disputer l'Open d'Australie.

", + "content": "Comme attendu, Novak Djokovic a déposé un recours en justice pour contester le refus de son visa pour entrer en Australie, jeudi, et disputer l'Open d'Australie.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-djokovic-depose-un-recours-en-justice-apres-l-annulation-de-son-visa_AD-202201060021.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 07:45:21 GMT", - "enclosure": "https://images.bfmtv.com/DmhoC1XLc9d-FHYK5P5G5ynwfCo=/0x61:2016x1195/800x0/images/Petkovic-1201957.jpg", + "pubDate": "Thu, 06 Jan 2022 05:13:23 GMT", + "enclosure": "https://images.bfmtv.com/hXryxjwYGpx9QEIeO0KXePg8CDc=/0x115:2048x1267/800x0/images/Novak-Djokovic-avec-la-Serbie-1181279.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/DmhoC1XLc9d-FHYK5P5G5ynwfCo=/0x61:2016x1195/800x0/images/Petkovic-1201957.jpg", + "image": "https://images.bfmtv.com/hXryxjwYGpx9QEIeO0KXePg8CDc=/0x115:2048x1267/800x0/images/Novak-Djokovic-avec-la-Serbie-1181279.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42324,20 +43380,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "66ef641ba0c4bc65f66c4cc2074d49e1", + "hash": "da7a7d1ff34d9ad82fb0e0253d3089fe", "highlights": [] }, { - "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.

", + "title": "Open d’Australie: d’autres joueurs seraient entrés avec le même visa que Djokovic", + "description": "Selon certains médias australiens, des joueurs ont reçu le feu vert pour entrer en Australie avec le même visa que Novak Djokovic, invité, lui, à quitter le pays au terme d’une invraisemblable nuit passée à l’aéroport.

", + "content": "Selon certains médias australiens, des joueurs ont reçu le feu vert pour entrer en Australie avec le même visa que Novak Djokovic, invité, lui, à quitter le pays au terme d’une invraisemblable nuit passée à l’aéroport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/pays-bas-le-coup-de-foudre-entre-une-arbitre-et-un-joueur_AV-202201030082.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-d-autres-joueurs-seraient-entres-avec-le-meme-visa-que-djokovic_AV-202201060019.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 05:00:20 GMT", + "enclosure": "https://images.bfmtv.com/nkPKNST4XSFPDj6OAqUIRuDMzeQ=/0x8:2048x1160/800x0/images/Novak-Djokovic-1179654.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/BeJODwZ21iSCF63Kn02OVedVJmk=/0x159:1984x1275/800x0/images/Jeff-Hardeveld-lors-d-un-match-contre-l-Ajax-1202920.jpg", + "image": "https://images.bfmtv.com/nkPKNST4XSFPDj6OAqUIRuDMzeQ=/0x8:2048x1160/800x0/images/Novak-Djokovic-1179654.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42346,20 +43402,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2986575a4fe409856f19c07ba5581ab1", + "hash": "673c3f2702d1b80e4bb71d29c8d53424", "highlights": [] }, { - "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.

", + "title": "Open d'Australie: les avocats de Djokovic vont riposter après l'annulation de son visa", + "description": "L'Australie a annulé jeudi le visa de Novak Djokovic qui était arrivé à l'aéroport de Melbourne afin d'y disputer le premier Grand Chelem de l'année. Ses avocats vont contre-attaquer.

", + "content": "L'Australie a annulé jeudi le visa de Novak Djokovic qui était arrivé à l'aéroport de Melbourne afin d'y disputer le premier Grand Chelem de l'année. Ses avocats vont contre-attaquer.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-lukaku-severement-critique-en-angleterre_AV-202201030071.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-les-avocats-de-djokovic-vont-riposter-apres-l-annulation-de-son-visa_AV-202201060017.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 00:25:00 GMT", + "enclosure": "https://images.bfmtv.com/r9zaWjoOSReX3MNrLwB_JHe4SnA=/0x0:2048x1152/800x0/images/Novak-Djokovic-1208151.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/r9zaWjoOSReX3MNrLwB_JHe4SnA=/0x0:2048x1152/800x0/images/Novak-Djokovic-1208151.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42368,20 +43424,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6569dc37dbbe965e2dcc506746171b42", + "hash": "4a0dd3850d912db0811e2a6609b99af9", "highlights": [] }, { - "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.

", + "title": "Open d'Australie: Djokovic, un habitué des polémiques", + "description": "Novak Djokovic croyait avoir fait le plus difficile en obtenant une dérogation médicale pour pouvoir participer à l'Open d'Australie, mais le visa du N.1 mondial a été annulé à l'aéroport de Melbourne. Une nouvelle polémique dans sa carrière.

", + "content": "Novak Djokovic croyait avoir fait le plus difficile en obtenant une dérogation médicale pour pouvoir participer à l'Open d'Australie, mais le visa du N.1 mondial a été annulé à l'aéroport de Melbourne. Une nouvelle polémique dans sa carrière.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-djokovic-un-habitue-des-polemiques_AV-202201050575.html", "creator": "", - "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", + "pubDate": "Wed, 05 Jan 2022 23:39:25 GMT", + "enclosure": "https://images.bfmtv.com/k85UazHeyPrZqGRLebFq9miTz5E=/0x93:2048x1245/800x0/images/Novak-Djokovic-1208138.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/w7mEZJaAPFiBQVF2-d_nvJITKns=/0x0:2032x1143/800x0/images/Xavi-SImons-1202917.jpg", + "image": "https://images.bfmtv.com/k85UazHeyPrZqGRLebFq9miTz5E=/0x93:2048x1245/800x0/images/Novak-Djokovic-1208138.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42390,20 +43446,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "51464ef1f13ea1e68cd4afba759c51dc", + "hash": "cbbd3624f491e54225db23f4f27a0948", "highlights": [] }, { - "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.

", + "title": "PRONOS PARIS RMC Le pari sûr du 6 janvier - Série A - Italie", + "description": "Notre pronostic: l'Inter s'impose à Bologne (1.54)

", + "content": "Notre pronostic: l'Inter s'impose à Bologne (1.54)

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-6-janvier-serie-a-italie_AN-202201050446.html", "creator": "", - "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", + "pubDate": "Wed, 05 Jan 2022 23:03:00 GMT", + "enclosure": "https://images.bfmtv.com/aIttlEcbNggKcs3gDfUxtMwtXiI=/0x104:1984x1220/800x0/images/Lautaro-Martinez-Inter-1208006.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/0rN3IwFaJEkCksLHfVYL4duYoiU=/0x175:1984x1291/800x0/images/Steve-Mandanda-contre-Chauvigny-1202887.jpg", + "image": "https://images.bfmtv.com/aIttlEcbNggKcs3gDfUxtMwtXiI=/0x104:1984x1220/800x0/images/Lautaro-Martinez-Inter-1208006.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42412,20 +43468,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "79f95231cec64a7afc25fdf6fb182483", + "hash": "32c583727103299486797eecdc6a2bdd", "highlights": [] }, { - "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.

", + "title": "Bordeaux-OM (J-1) en direct: des joueurs marseillais positifs au covid", + "description": "Suivez en direct ce jeudi les conférences de presse avant le match entre Bordeaux et l'OM, vendredi (21h, 20e journée de Ligue 1). Les Girondins, touchés par le covid, ont demandé le report de la rencontre.

", + "content": "Suivez en direct ce jeudi les conférences de presse avant le match entre Bordeaux et l'OM, vendredi (21h, 20e journée de Ligue 1). Les Girondins, touchés par le covid, ont demandé le report de la rencontre.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-j-1-en-direct-suivez-les-confs-de-petkovic-et-sampaoli_LN-202201060200.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 10:07:07 GMT", + "enclosure": "https://images.bfmtv.com/_5I6zXXscBfSH6BleqEjpcvCVPc=/0x129:2032x1272/800x0/images/Jorge-SAMPAOLI-1174514.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/mv6fXd6JBmKa2pfHA28Y3qM4jXg=/0x14:2048x1166/800x0/images/Matteo-Guendouzi-lors-du-match-face-a-Chauvigny-1202898.jpg", + "image": "https://images.bfmtv.com/_5I6zXXscBfSH6BleqEjpcvCVPc=/0x129:2032x1272/800x0/images/Jorge-SAMPAOLI-1174514.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42434,20 +43490,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a64266ccd89d9082b72eb8a590b17e57", + "hash": "90f5db50ce79a2f3caaa5177058ef373", "highlights": [] }, { - "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.

", + "title": "PRONOS PARIS RMC Le pari à domicile du 6 janvier - Série A - Italie", + "description": "Notre pronostic: la Sampdoria bat Cagliari (1.84)

", + "content": "Notre pronostic: la Sampdoria bat Cagliari (1.84)

", "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-a-domicile-du-6-janvier-serie-a-italie_AN-202201050440.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 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/CDd3dgkEiqUD8D7cqDiwmsdmDxA=/0x103:2000x1228/800x0/images/Manolo-Gabbiadini-Sampdoria-1207997.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/CDd3dgkEiqUD8D7cqDiwmsdmDxA=/0x103:2000x1228/800x0/images/Manolo-Gabbiadini-Sampdoria-1207997.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42456,20 +43512,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c6ee540b45d72e84c57499484c20f16", + "hash": "8cebfa67d598858278f8a3e9d89e7ede", "highlights": [] }, { - "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.

", + "title": "PRONOS PARIS RMC Le buteur du jour du 6 janvier - Série A - Italie", + "description": "Notre pronostic: Dusan Vlahovic marque contre l'Udinese... s'il joue (1.86)

", + "content": "Notre pronostic: Dusan Vlahovic marque contre l'Udinese... s'il joue (1.86)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-morata-se-rapproche-du-barca_LN-202201030030.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-30-decembre-super-league-grece_AN-202201050451.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 06:10:44 GMT", - "enclosure": "https://images.bfmtv.com/uNfMC7J8g9IkfQsHDwd4qU59cNI=/0x0:2048x1152/800x0/images/Alvaro-Morata-Juventus-1201715.jpg", + "pubDate": "Wed, 05 Jan 2022 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/KGoJ3ZA9zyb3JZghU_PHP454XzM=/0x103:2000x1228/800x0/images/Dusan-Vlahovic-Fiorentina-1208013.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/uNfMC7J8g9IkfQsHDwd4qU59cNI=/0x0:2048x1152/800x0/images/Alvaro-Morata-Juventus-1201715.jpg", + "image": "https://images.bfmtv.com/KGoJ3ZA9zyb3JZghU_PHP454XzM=/0x103:2000x1228/800x0/images/Dusan-Vlahovic-Fiorentina-1208013.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42478,20 +43534,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "553c7bd97fc3a931dea8044d5afcf881", + "hash": "4817a6e7c5231723b4035491d9f570f7", "highlights": [] }, { - "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.

", + "title": "Top 14: décision vendredi pour Toulon-La Rochelle", + "description": "La rencontre de Top 14 entre Toulon et La Rochelle, prévue ce dimanche (18h), est sous la menace d'un report, souhaité par le RCT. Président du club varois, Bernard Lemaitre a déjà indiqué qu’il ne voulait pas disputer ce match dans ces conditions.

", + "content": "La rencontre de Top 14 entre Toulon et La Rochelle, prévue ce dimanche (18h), est sous la menace d'un report, souhaité par le RCT. Président du club varois, Bernard Lemaitre a déjà indiqué qu’il ne voulait pas disputer ce match dans ces conditions.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-un-dj-argentin-menace-apres-le-test-positif-de-messi_AV-202201030027.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-decision-vendredi-pour-toulon-la-rochelle_AV-202201050567.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 06:00:28 GMT", - "enclosure": "https://images.bfmtv.com/VFvnO8pgNWRKwEHOZMGW5edtwpU=/0x83:2048x1235/800x0/images/Lionel-Messi-1202257.jpg", + "pubDate": "Wed, 05 Jan 2022 22:51:19 GMT", + "enclosure": "https://images.bfmtv.com/J_qT8WMi9ZNE8Vh-0wWOjwg6uZU=/0x106:2048x1258/800x0/images/Toulon-1208127.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/VFvnO8pgNWRKwEHOZMGW5edtwpU=/0x83:2048x1235/800x0/images/Lionel-Messi-1202257.jpg", + "image": "https://images.bfmtv.com/J_qT8WMi9ZNE8Vh-0wWOjwg6uZU=/0x106:2048x1258/800x0/images/Toulon-1208127.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42500,20 +43556,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0296e68cfa793684f31de4eff410cf07", + "hash": "01f84d1533d77cb9da97455a8a350548", "highlights": [] }, { - "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.

", + "title": "Open d'Australie: \"Les règles sont les règles\", le Premier ministre australien se justifie sur le cas Djokovic", + "description": "Dans un message publié sur son compte Twitter, le premier ministre australien Scott Morrison a confirmé que le visa de Novak Djokovic, lui permettant en théorie d'entrer sur le territoire et donc de disputer l'Open d'Australie, était annulé.

", + "content": "Dans un message publié sur son compte Twitter, le premier ministre australien Scott Morrison a confirmé que le visa de Novak Djokovic, lui permettant en théorie d'entrer sur le territoire et donc de disputer l'Open d'Australie, était annulé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-morata-au-barca-ce-serait-brulant_AV-202201030018.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-personne-n-est-au-dessus-des-regles-le-premier-ministre-australien-se-justifie-sur-le-cas-djokovic_AV-202201050565.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 05:34:29 GMT", - "enclosure": "https://images.bfmtv.com/uNfMC7J8g9IkfQsHDwd4qU59cNI=/0x0:2048x1152/800x0/images/Alvaro-Morata-Juventus-1201715.jpg", + "pubDate": "Wed, 05 Jan 2022 22:39:26 GMT", + "enclosure": "https://images.bfmtv.com/sNOBdQ_2n2cA7BW80_NJPdFnG1Q=/0x0:2048x1152/800x0/images/Djokovic-1208122.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/uNfMC7J8g9IkfQsHDwd4qU59cNI=/0x0:2048x1152/800x0/images/Alvaro-Morata-Juventus-1201715.jpg", + "image": "https://images.bfmtv.com/sNOBdQ_2n2cA7BW80_NJPdFnG1Q=/0x0:2048x1152/800x0/images/Djokovic-1208122.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42522,20 +43578,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c09f16d8ccb0750bdf7e582509bb287", + "hash": "4206cfe691e0f13ecc3dfa12eb7e5a63", "highlights": [] }, { - "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.

", + "title": "League Cup: Lukaku copieusement chambré par les supporters de Tottenham", + "description": "Pour son grand retour sur les terrains, Romelu Lukaku n’a pas marqué face à Tottenham lors de la victoire de Chelsea en demi-finale aller de League Cup face à Tottenham (2-0) mercredi. Le Belge a été chambré par les supporters des Spurs et n'a pas manqué de leur répondre.

", + "content": "Pour son grand retour sur les terrains, Romelu Lukaku n’a pas marqué face à Tottenham lors de la victoire de Chelsea en demi-finale aller de League Cup face à Tottenham (2-0) mercredi. Le Belge a été chambré par les supporters des Spurs et n'a pas manqué de leur répondre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/barca-xavi-remercie-les-deux-sauveurs-de-son-equipe_AV-202201030009.html", + "link": "https://rmcsport.bfmtv.com/football/league-cup/league-cup-lukaku-copieusement-chambre-par-les-supporters-de-tottenham_AV-202201050560.html", "creator": "", - "pubDate": "Mon, 03 Jan 2022 05:01:35 GMT", - "enclosure": "https://images.bfmtv.com/oTn_hXX34LCdzFeDx74B_YJsxm4=/0x99:2048x1251/800x0/images/Xavi-1202861.jpg", + "pubDate": "Wed, 05 Jan 2022 22:20:32 GMT", + "enclosure": "https://images.bfmtv.com/a9v6dL_qOo2tuRSCdFNxdQT4AXo=/0x88:2048x1240/800x0/images/1208115.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/oTn_hXX34LCdzFeDx74B_YJsxm4=/0x99:2048x1251/800x0/images/Xavi-1202861.jpg", + "image": "https://images.bfmtv.com/a9v6dL_qOo2tuRSCdFNxdQT4AXo=/0x88:2048x1240/800x0/images/1208115.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42544,20 +43600,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "feffeee16d5b7450417517d46f2c5a53", + "hash": "ff81b1d43d79c1be7cd692c453e34c02", "highlights": [] }, { - "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.

", + "title": "Open d'Australie: le président serbe accuse l'Australie de \"mauvais traitement\" envers Djokovic", + "description": "Le président de la Serbie Aleksandar Vucic s'en est pris publiquement à l'Australie au sujet de Novak Djokovic, dont le visa a été annulé par les autorités australiennes. Le Serbe, qui comptait participer à l'Open d'Australie, doit quitter le pays.

", + "content": "Le président de la Serbie Aleksandar Vucic s'en est pris publiquement à l'Australie au sujet de Novak Djokovic, dont le visa a été annulé par les autorités australiennes. Le Serbe, qui comptait participer à l'Open d'Australie, doit quitter le pays.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-le-president-serbe-accuse-l-australie-de-mauvais-traitement-envers-djokovic_AV-202201050554.html", "creator": "", - "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", + "pubDate": "Wed, 05 Jan 2022 22:02:51 GMT", + "enclosure": "https://images.bfmtv.com/dX7-8MCz7JAMw8KE1ZMSFHzOZGM=/0x77:2048x1229/800x0/images/Novak-DJOKOVIC-1208113.jpg", "enclosureType": "image/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", + "image": "https://images.bfmtv.com/dX7-8MCz7JAMw8KE1ZMSFHzOZGM=/0x77:2048x1229/800x0/images/Novak-DJOKOVIC-1208113.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42566,20 +43622,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d04d35c93f8994a2de4271e80bfd645e", + "hash": "797900bf9708aaa7c6714bf3c563a551", "highlights": [] }, { - "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.

", + "title": "Le sport face au coronavirus en direct: Djokovic conteste l'annulation de son visa en Australie", + "description": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", + "content": "La propagation du variant Omicron rend de plus en plus incertain le déroulement de nombreux événements sportifs, en France et dans le reste du monde. De la Ligue 1 à la Premier League, en passant par l’Open d’Australie. Retrouvez toutes les infos liées au Covid-19 en direct sur RMC Sport.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/le-sport-face-au-coronavirus-suivez-toutes-les-infos-en-direct_LN-202201060115.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 23:28:09 GMT", - "enclosure": "https://images.bfmtv.com/kghkQ5WB2eiuvUGWsLPHIMmlQyM=/0x54:2048x1206/800x0/images/Antonio-Brown-1202842.jpg", + "pubDate": "Thu, 06 Jan 2022 07:32:06 GMT", + "enclosure": "https://images.bfmtv.com/62ogJg4CrN6VGPx5FCaIqRqx6Xg=/0x38:2048x1190/800x0/images/Novak-Djokovic-1208278.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/kghkQ5WB2eiuvUGWsLPHIMmlQyM=/0x54:2048x1206/800x0/images/Antonio-Brown-1202842.jpg", + "image": "https://images.bfmtv.com/62ogJg4CrN6VGPx5FCaIqRqx6Xg=/0x38:2048x1190/800x0/images/Novak-Djokovic-1208278.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42588,20 +43644,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c58c633059e2f7f00244ef545d2696f1", + "hash": "90a102c3a81d35191954a8f39493d502", "highlights": [] }, { - "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.

", + "title": "Le sport face au coronavirus en direct: Djokovic en passe de quitter l'Australie après l'annulation de son visa", + "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/handball/psg-handball-des-precisions-emergent-sur-l-agression-a-coups-de-couteau-de-prandi_AN-202201020228.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 23:15:02 GMT", - "enclosure": "https://images.bfmtv.com/5WFgxOk0yJWoM9gCJrxHW3DAhgM=/0x106:2048x1258/800x0/images/Elohim-Prandi-PSG-Handball-1202840.jpg", + "pubDate": "Mon, 03 Jan 2022 07:45:21 GMT", + "enclosure": "https://images.bfmtv.com/LjzAx3DKLI6C2Ar3zSdlhec5CIo=/0x76:2048x1228/800x0/images/Novak-Djokovic-1200704.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/5WFgxOk0yJWoM9gCJrxHW3DAhgM=/0x106:2048x1258/800x0/images/Elohim-Prandi-PSG-Handball-1202840.jpg", + "image": "https://images.bfmtv.com/LjzAx3DKLI6C2Ar3zSdlhec5CIo=/0x76:2048x1228/800x0/images/Novak-Djokovic-1200704.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42610,20 +43666,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "89552f08e38d193d9e28eb5755349068", + "hash": "1a8e90c3afb350a988ed1ac69256a5bf", "highlights": [] }, { - "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.

", + "title": "Open d'Australie: le visa de Djokovic annulé, l'Australie lui demande de quitter le pays", + "description": "Selon plusieurs médias dont The Age et le Telegraph, le visa de Novak Djokovic pour entrer sur le sol australien a été annulé. Les autorités locales lui demandent désormais de quitter le pays ce jeudi.

", + "content": "Selon plusieurs médias dont The Age et le Telegraph, le visa de Novak Djokovic pour entrer sur le sol australien a été annulé. Les autorités locales lui demandent désormais de quitter le pays ce jeudi.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-le-visa-de-djokovic-annule-l-australie-lui-demande-de-quitter-le-pays_AV-202201050546.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 22:38:08 GMT", - "enclosure": "https://images.bfmtv.com/5E1xPvUvOOzSmVWvqHAp_WE7fz4=/0x212:2048x1364/800x0/images/Illustration-Dakar-1202837.jpg", + "pubDate": "Wed, 05 Jan 2022 21:40:49 GMT", + "enclosure": "https://images.bfmtv.com/nkPKNST4XSFPDj6OAqUIRuDMzeQ=/0x8:2048x1160/800x0/images/Novak-Djokovic-1179654.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/5E1xPvUvOOzSmVWvqHAp_WE7fz4=/0x212:2048x1364/800x0/images/Illustration-Dakar-1202837.jpg", + "image": "https://images.bfmtv.com/nkPKNST4XSFPDj6OAqUIRuDMzeQ=/0x8:2048x1160/800x0/images/Novak-Djokovic-1179654.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42632,20 +43688,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "202144d3c95c50a79a6637dcfd5ea9ed", + "hash": "1d9acc2cf5e7664658703e162615a24f", "highlights": [] }, { - "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.

", + "title": "Serie A: refus de reports, forfaits probables.. énorme imbroglio à cause du Covid-19", + "description": "À la veille de la 20e journée de Serie A, le championnat italien est plongé dans le flou total alors que les cas de Covid-19 se multiplient. Ce qui pourrait donner à des situations farfelues, avec plusieurs équipes se présentant seules sur le terrain.

", + "content": "À la veille de la 20e journée de Serie A, le championnat italien est plongé dans le flou total alors que les cas de Covid-19 se multiplient. Ce qui pourrait donner à des situations farfelues, avec plusieurs équipes se présentant seules sur le terrain.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-refus-de-reports-forfaits-probables-enorme-imbroglio-a-cause-du-covid-19_AV-202201050544.html", "creator": "", - "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", + "pubDate": "Wed, 05 Jan 2022 21:35:56 GMT", + "enclosure": "https://images.bfmtv.com/C_zec8ufuSEKDeeX342vo392Xms=/0x212:2048x1364/800x0/images/1208096.jpg", "enclosureType": "image/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", + "image": "https://images.bfmtv.com/C_zec8ufuSEKDeeX342vo392Xms=/0x212:2048x1364/800x0/images/1208096.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42654,20 +43710,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "24e2aaa503e926d6856aa9783e53a71d", + "hash": "f527285bdfd26fe531c670e49ce478b5", "highlights": [] }, { - "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.

", + "title": "Chelsea: Kanté à nouveau testé positif au coronavirus", + "description": "Absents lors de la demi-finale aller de League Cup entre Chelsea et Tottenham ce mercredi, N'Golo Kanté et Thiago Silva ont été testés positifs au coronavirus. Ce n'est pas une première pour le Français.

", + "content": "Absents lors de la demi-finale aller de League Cup entre Chelsea et Tottenham ce mercredi, N'Golo Kanté et Thiago Silva ont été testés positifs au coronavirus. Ce n'est pas une première pour le Français.

", "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/premier-league/chelsea-kante-a-nouveau-teste-positif-au-coronavirus_AV-202201050538.html", "creator": "", - "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", + "pubDate": "Wed, 05 Jan 2022 21:09:40 GMT", + "enclosure": "https://images.bfmtv.com/xqSLU7VwkpouF68IIxeP6qOfC8E=/0x108:2032x1251/800x0/images/N-Golo-KANTE-1208095.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Pkn3Sx4rdm6SpdZXZci-kY70WYQ=/0x87:2048x1239/800x0/images/Les-Marseillais-apres-le-but-de-Milik-1202825.jpg", + "image": "https://images.bfmtv.com/xqSLU7VwkpouF68IIxeP6qOfC8E=/0x108:2032x1251/800x0/images/N-Golo-KANTE-1208095.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42676,20 +43732,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f235ea1e0944248017c348bf0c549e34", + "hash": "f5a7831e1ec1cd81d5c5b48e106205ca", "highlights": [] }, { - "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.

", + "title": "Open d'Australie en direct: les fans de Djokovic affluent à l'aéroport de Melbourne", + "description": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", + "content": "L'Open d'Australie 2022 débute dans moins de deux semaines (17-30 janvier) mais se retrouve déjà au coeur de l'actualité avec l'annulation du visa de Novak Djokovic, tenant du titre, invité à quitter le pays.

", "category": "", - "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", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-en-direct-toutes-les-infos_LN-202201060027.html", "creator": "", - "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", + "pubDate": "Thu, 06 Jan 2022 05:29:34 GMT", + "enclosure": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/uw1ykruIUoV2ZYLzrwjJGNumdwM=/0x0:1200x675/800x0/images/Les-ultras-du-CUP-1202832.jpg", + "image": "https://images.bfmtv.com/suQ6fcMv2UDYPIoLDyHatS4WnBY=/0x58:2048x1210/800x0/images/Novak-Djokovic-apres-son-sacre-a-l-Open-d-Australie-en-2021-1208163.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42698,20 +43754,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8e874e51c16c1c0844dc794e272a457", + "hash": "8d070b15b8bb15ea11b6fc113b43729a", "highlights": [] }, { - "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.

", + "title": "PSG: le message fort de Mbappé pour lutter contre le racisme", + "description": "Au cours d'un entretien avec CNN, Kylian Mbappé est revenu sur les insultes racistes qu'il a subies sur les réseaux sociaux lors du dernier Euro, à l'issue de l'élimination de l'équipe de France face à la Suisse. L'attaquant du PSG se dit blessé par les messages et invite tous les acteurs du football à s'impliquer contre ce fléau.

", + "content": "Au cours d'un entretien avec CNN, Kylian Mbappé est revenu sur les insultes racistes qu'il a subies sur les réseaux sociaux lors du dernier Euro, à l'issue de l'élimination de l'équipe de France face à la Suisse. L'attaquant du PSG se dit blessé par les messages et invite tous les acteurs du football à s'impliquer contre ce fléau.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-l-om-n-a-laisse-aucune-chance-a-chauvigny_AV-202201020218.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-le-message-fort-de-mbappe-pour-lutter-contre-le-racisme_AV-202201050537.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 21:52:39 GMT", - "enclosure": "https://images.bfmtv.com/kyF-dODLltdVKiaQ2LEGtLEeNWQ=/0x87:2048x1239/800x0/images/OM-Chauvigny-1202829.jpg", + "pubDate": "Wed, 05 Jan 2022 20:47:00 GMT", + "enclosure": "https://images.bfmtv.com/WNVOoeuxD9VO9-pKSCdfFnT40-E=/0x36:2048x1188/800x0/images/Kylian-Mbappe-lors-de-France-Kazakhstan-1166280.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/kyF-dODLltdVKiaQ2LEGtLEeNWQ=/0x87:2048x1239/800x0/images/OM-Chauvigny-1202829.jpg", + "image": "https://images.bfmtv.com/WNVOoeuxD9VO9-pKSCdfFnT40-E=/0x36:2048x1188/800x0/images/Kylian-Mbappe-lors-de-France-Kazakhstan-1166280.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42720,20 +43776,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f4003c93b668f07b62e35dc134afa28", + "hash": "986e6c9a50c06fabea648089406a2a96", "highlights": [] }, { - "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

", + "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/handball/victime-d-une-violente-agression-au-couteau-prandi-n-est-pas-disponible-pour-l-euro-de-handball_AD-202201020227.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 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", + "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/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", + "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", @@ -42742,20 +43798,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8296100b67057b3dc024a2594b5cafbb", + "hash": "46bfe8ea1c0dbad311844251ad88ec30", "highlights": [] }, { - "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.

", + "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/premier-league/chelsea-tuchel-va-rencontrer-lukaku-ce-lundi-pour-decider-de-son-sort_AV-202201020216.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 21:41:46 GMT", - "enclosure": "https://images.bfmtv.com/NPgOEIzp_haQSpkO0mq4hFHfc7o=/0x294:2048x1446/800x0/images/Tuchel-Lukaku-1201916.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/NPgOEIzp_haQSpkO0mq4hFHfc7o=/0x294:2048x1446/800x0/images/Tuchel-Lukaku-1201916.jpg", + "image": "https://images.bfmtv.com/ebAP1wHjLmU4Br3mkCI3JyKpjqM=/0x0:2048x1152/800x0/images/Ousmane-Dembele-1208082.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42764,20 +43820,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "aee254a55949b91ce42fcc3a1d53fa68", + "hash": "8695bb10cc181987226ec3da4bc51950", "highlights": [] }, { - "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.

", + "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/ligue-1/troyes-le-montant-que-va-payer-l-estac-pour-recruter-irles_AV-202201020208.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 20:47:37 GMT", - "enclosure": "https://images.bfmtv.com/6rsKgLOwZK4s3jThgJfB1bfcmrE=/0x39:1200x714/800x0/images/Bruno-Irles-1202824.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/6rsKgLOwZK4s3jThgJfB1bfcmrE=/0x39:1200x714/800x0/images/Bruno-Irles-1202824.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", @@ -42786,20 +43842,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a1e1e1f1cc4ba9983a07a5efd6ce07b", + "hash": "a9fa313d25eb1dcdf58e7ef3edf2f357", "highlights": [] }, { - "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.

", + "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/auto-moto/rallye/dakar-un-accrochage-lunaire-entre-une-moto-a-l-arret-et-une-voiture-sur-la-premiere-etape_AV-202201020207.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 20:42:19 GMT", - "enclosure": "https://images.bfmtv.com/Wkpzm4FwaTn737jwl_aMC18vJQg=/0x164:2048x1316/800x0/images/Giniel-de-Villiers-sur-le-Dakar-2022-1202823.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/Wkpzm4FwaTn737jwl_aMC18vJQg=/0x164:2048x1316/800x0/images/Giniel-de-Villiers-sur-le-Dakar-2022-1202823.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", @@ -42808,20 +43864,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4dfb93fe1e2cb46cd8d580631edb55d4", + "hash": "9b88f4ef0a3a94cee4dfa6eb9efbe631", "highlights": [] }, { - "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.

", + "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/coupe-de-france/coupe-de-france-tous-les-resultats-des-16es-de-finale-avec-quelques-surprises_AV-202201020206.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 20:21:43 GMT", - "enclosure": "https://images.bfmtv.com/sd8vAZUlJniSJOf8dqfv9YdyzO4=/0x87:2048x1239/800x0/images/Nancy-1202819.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/sd8vAZUlJniSJOf8dqfv9YdyzO4=/0x87:2048x1239/800x0/images/Nancy-1202819.jpg", + "image": "https://images.bfmtv.com/DyhwMUeeVqHVtQmyhXJ6gf4uYeY=/0x106:2048x1258/800x0/images/1190779.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42830,20 +43886,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7eee8b886930a49086cadc9236df8057", + "hash": "13208f438226ce9fbd533e19d65f4a2f", "highlights": [] }, { - "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.

", + "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-une-victoire-en-forme-de-petit-miracle-pour-castres-contre-la-rochelle_AD-202201020205.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 20:13:13 GMT", - "enclosure": "https://images.bfmtv.com/yYjSd_SiSZufzOJm00TjmbKvY6s=/0x17:2048x1169/800x0/images/Filipo-Nakosi-Castres-contre-les-Rochelais-1202820.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/yYjSd_SiSZufzOJm00TjmbKvY6s=/0x17:2048x1169/800x0/images/Filipo-Nakosi-Castres-contre-les-Rochelais-1202820.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", @@ -42852,20 +43908,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "565ce51f64e01264a61cd551b2821651", + "hash": "96edacbb104f30bb0507ebc670ecf11a", "highlights": [] }, { - "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.

", + "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/coupe-de-france/psg-danilo-pereira-place-a-l-isolement-par-precaution_AV-202201020203.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": "Sun, 02 Jan 2022 19:38:00 GMT", - "enclosure": "https://images.bfmtv.com/-g6O_wA4FcnccmBGCANHB60fDDc=/0x49:2048x1201/800x0/images/Danilo-Pereira-1001259.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/-g6O_wA4FcnccmBGCANHB60fDDc=/0x49:2048x1201/800x0/images/Danilo-Pereira-1001259.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", @@ -42874,20 +43930,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "27d2509cef928f8235411f90e00b8988", + "hash": "74d0def0fb314da23c67b2dc27ce741f", "highlights": [] }, { - "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: 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-en-direct-suivez-les-16es-de-finale_LS-202201020072.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 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": "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/5IOjDM-xYjqRJJzp7JZhA5obPZs=/0x306:960x846/800x0/images/Les-fumigenes-pendant-le-match-entre-Jura-Sud-et-Saint-Etienne-1202773.jpg", + "image": "https://images.bfmtv.com/CiNjjtFeUvkDIiqa7xGTLWwBWoY=/0x111:2048x1263/800x0/images/Jordan-Amavi-1180945.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -42896,20 +43952,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f373c9588f1aee200ff84d0c5c89a672", + "hash": "247d58f91dc658276ba52ab3fd10c367", "highlights": [] }, { - "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.

", + "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-suivez-chauvigny-om-en-direct_LS-202201020167.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:25:28 GMT", - "enclosure": "https://images.bfmtv.com/Pkn3Sx4rdm6SpdZXZci-kY70WYQ=/0x87:2048x1239/800x0/images/Les-Marseillais-apres-le-but-de-Milik-1202825.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/Pkn3Sx4rdm6SpdZXZci-kY70WYQ=/0x87:2048x1239/800x0/images/Les-Marseillais-apres-le-but-de-Milik-1202825.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", @@ -42918,20 +43974,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "942ac94377d3e77b0d64e2618a0d6b80", + "hash": "5625152f7a210676815f3cba0caec6fc", "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": "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/premier-league/chelsea-c-est-clairement-rouge-fustige-azpilicueta-apres-la-faute-de-mane_AV-202201020197.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": "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 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/Eua5nt6L0CDfYUBiQPtuhe82-60=/0x43:2000x1168/800x0/images/Sadio-Mane-lors-de-Chelsea-Liverpool-1202794.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", @@ -42940,20 +43996,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "59b05be56d18aa5ed860e0dfd91b6f97", + "hash": "5e5469e164813ab4f8de1a001d9f7909", "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": "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/nancy-il-faut-vite-qu-on-arrete-de-perdre-du-temps-pedretti-tacle-sa-direction_AD-202201020190.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 18:39:22 GMT", - "enclosure": "https://images.bfmtv.com/qYjVWJ1IC7NnpjyveWSdPL-xG5Q=/73x146:1993x1226/800x0/images/Benoit-Pedretti-1193202.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/qYjVWJ1IC7NnpjyveWSdPL-xG5Q=/73x146:1993x1226/800x0/images/Benoit-Pedretti-1193202.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", @@ -42962,20 +44018,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "070eee91cf0021f8d8f2efa9bb5b9267", + "hash": "276e336bd008390502a78ae0d1025ebd", "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": "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/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/ligue-1-en-direct-suivez-toutes-les-infos-de-la-20e-journee_LN-202201050142.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 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/auVJdO9hv-y9SrgmX-pL7UZz6FU=/0x212:2048x1364/800x0/images/Jura-Sud-ASSE-1202790.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", @@ -42984,20 +44040,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "038e750255b14afa767de8ebe7cf906d", + "hash": "fa99c44db04d18bc9b9689e1d50dfe67", "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": "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/premier-league/chelsea-liverpool-un-choc-fabuleux-et-un-nul-spectaculaire-ca-profite-a-manchester-city_AV-202201020184.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 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 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/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/VUbR0U7gqE5-mr9AO1kbGwYKxME=/0x106:2048x1258/800x0/images/Baptiste-Serin-1207983.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -43006,20 +44062,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c7d6d03355eb1da241ef23b9525b2be", + "hash": "5edeaf5660c2f98688aa7f450e255e5c", "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": "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/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/ligue-1/ligue-1-clermont-strasbourg-et-angers-asse-reprogrammes-en-janvier_AV-202201050438.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 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/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/NA5X9gaTX_OL3E7GOz2_vAGf0sU=/7x111:2039x1254/800x0/images/1207984.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -43028,20 +44084,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1e0f5e81f6926e7329f3bffa517600e", + "hash": "2afbd028aa8e1c02cb730d8afd044c0d", "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": "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/coupe-de-france/coupe-de-france-cette-fois-nantes-a-laisse-la-recette-a-vitre_AV-202201020169.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 17:28:28 GMT", - "enclosure": "https://images.bfmtv.com/36GpmlRkbY4R2giJXobBCDGk10s=/0x49:2048x1201/800x0/images/Nantes-Vitre-1202756.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/36GpmlRkbY4R2giJXobBCDGk10s=/0x49:2048x1201/800x0/images/Nantes-Vitre-1202756.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", @@ -43050,20 +44106,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "47dc459decf7e62bc3753e50b11ebaab", + "hash": "c06b40be2078321ae1a69770e9913c40", "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": "Le sport face au coronavirus en direct: le visa de Djokovic annulé, il est en passe de quitter l'Australie", + "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/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/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 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": "Mon, 03 Jan 2022 07:45:21 GMT", + "enclosure": "https://images.bfmtv.com/LjzAx3DKLI6C2Ar3zSdlhec5CIo=/0x76:2048x1228/800x0/images/Novak-Djokovic-1200704.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/LjzAx3DKLI6C2Ar3zSdlhec5CIo=/0x76:2048x1228/800x0/images/Novak-Djokovic-1200704.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -43072,20 +44128,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "af4215fe2c75d42e14e520a597a9f0c9", + "hash": "b3df06e0d7276d24ac5a698f1489b303", "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": "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/serie-a/as-roma-sacramento-n-est-plus-l-adjoint-de-mourinho_AV-202201010174.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": "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 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/qpWMC1YKO_TLM-cgdFJK1rMjHvI=/0x0:1200x675/800x0/images/Joao-Sacramento-1202440.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", @@ -43094,20 +44150,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e21c6ff87d2bf4bfce97bfe07245264", + "hash": "fadf9142d7ac1ff2fce42137d8b9d4d2", "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": "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/coupe-de-france/coupe-de-france-inquiet-kombouare-refuse-de-s-enflammer-apres-le-qualification_AV-202201020157.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 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 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/dN_d9rSVKL6UeiN_G9Wcz3IwY_E=/0x0:1200x675/800x0/images/Antoine-Kombouare-1202746.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", @@ -43116,20 +44172,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1bdb820c1896bd63d3958a943ebffc55", + "hash": "363d3e0fa33031a3a32bb8e06bffa98f", "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": "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/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/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 16:36:32 GMT", - "enclosure": "https://images.bfmtv.com/DeqXQ0lsI1pdc9Kp1AF29uIgHuE=/0x184:2048x1336/800x0/images/Jimmy-Briand-1179854.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/DeqXQ0lsI1pdc9Kp1AF29uIgHuE=/0x184:2048x1336/800x0/images/Jimmy-Briand-1179854.jpg", + "image": "https://images.bfmtv.com/kmlXIibkhhsvi8I6pWFZ0NRHMH8=/0x106:2048x1258/800x0/images/Waisea-Nayacalevu-1206506.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -43138,20 +44194,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6df233c82b2aa5142f0e90cc1c28835", + "hash": "dc0182939131157d895b7a2a6c781d89", "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": "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/coupe-de-france/rennes-le-coup-de-gueule-de-genesio-contre-les-dirigeants-du-football-francais_AV-202201020148.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: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 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/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/-ZySETmxpfpdft-Qugj2lTxkOJw=/90x4:1210x634/800x0/images/-839521.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -43160,20 +44216,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5822a22b7fbffc17582e25c2dda17729", + "hash": "b3b3b9569cb1a0b31e4cad7647f636c4", "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": "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/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/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 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 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/GSl5GZAzmx9t11cy_Z_PFAghj4o=/0x65:2048x1217/800x0/images/Lionel-Messi-1184826.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", @@ -43182,20 +44238,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "64d4e8d891f08c3ced8441aa341f5c94", + "hash": "c6d91867fe5fc0a34957d33b1b0fc251", "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": "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/premier-league/premier-league-chelsea-liverpool-en-direct_LS-202201020143.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 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 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/T_9sb5VdlC7cipO7Ig9bK7owd84=/0x223:2048x1375/800x0/images/Salah-lors-du-choc-Chelsea-Liverpool-1202780.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", @@ -43204,20 +44260,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "588e3df3ee2a647b067b6ec8c0b1f3bb", + "hash": "37fa92aed3e020d024afba7362d24b3d", "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": "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/bundesliga/bundesliga-victime-d-un-accident-de-scooter-l-entraineur-de-francfort-opere-du-visage_AN-202201020142.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 15:42:58 GMT", - "enclosure": "https://images.bfmtv.com/73-Kofwv6SaHFcf0isayGRsfLxg=/0x73:1984x1189/800x0/images/Oliver-Glasner-1202727.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/73-Kofwv6SaHFcf0isayGRsfLxg=/0x73:1984x1189/800x0/images/Oliver-Glasner-1202727.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", @@ -43226,20 +44282,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "763b0791676cac88fec2baf41ffa0db2", + "hash": "0f99d8a02ee5e7ea7571e7bef98a1f44", "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": "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/football/transferts/troyes-irles-arrive-lundi-poyet-a-ete-contacte_AV-202201020139.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 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 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/s20k_9qefwxLQQSU9TL_o7rqYyo=/0x28:1200x703/800x0/images/Bruno-Irles-1202724.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", @@ -43248,20 +44304,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b96dae3b1b39355a66aedf7016a6a67", + "hash": "059e3c5db0879ae2b71d8144387a7e05", "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": "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/paris-hippique/prix-de-bourgogne-cokstile-s-impose-avec-autorite_AN-202201020138.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 15:26:43 GMT", - "enclosure": "https://images.bfmtv.com/HoQtL8rzfhPiiah9lrbctDPlizM=/0x41:800x491/800x0/images/Cokstile-triomphe-dans-le-Prix-de-Bourgogne-1202728.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/HoQtL8rzfhPiiah9lrbctDPlizM=/0x41:800x491/800x0/images/Cokstile-triomphe-dans-le-Prix-de-Bourgogne-1202728.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", @@ -43270,20 +44326,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "00b0ab270d0d0b3654929576fce8febb", + "hash": "bd7dec3786f8a11ea6d2eb329f3a5103", "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": "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/liga/liga-surprise-le-real-debute-2022-par-une-defaite-a-getafe_AV-202201020136.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 15:01:20 GMT", - "enclosure": "https://images.bfmtv.com/Ye4MF4mbIyMlwwCXkgmNUaItNR0=/0x146:2048x1298/800x0/images/Karim-Benzema-1202716.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/Ye4MF4mbIyMlwwCXkgmNUaItNR0=/0x146:2048x1298/800x0/images/Karim-Benzema-1202716.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", @@ -43292,20 +44348,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2bdb188eaf4cc2ff6a292a52b9cbc64", + "hash": "440f4d9532118f378679533ba3913635", "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": "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/coupe-de-france/coupe-de-france-pas-de-miracle-pour-les-jeunes-de-bordeaux-nantes-assure_AV-202201020134.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 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 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/5nrbXzCqe7lcwb-v8U77Gk63FPY=/0x57:1200x732/800x0/images/Romain-Faivre-et-Johaneko-Louis-Jean-1202718.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", @@ -43314,20 +44370,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c80ae5e55ed6b681ecaf09e8205ba852", + "hash": "e57cdea6015614b25baecf6a3b60f51e", "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": "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/coupe-d-afrique-des-nations/can-la-replique-de-watford-au-senegal-sur-la-polemique-sarr_AV-202201020133.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 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: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/Az8r_n7M0m3q6WZhlF74fugtDsY=/0x0:2048x1152/800x0/images/Ismaila-Sarr-avec-Watford-1202715.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", @@ -43336,20 +44392,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d4813c25e8f47643a0229490a1344e1", + "hash": "36435b0aff045cc187deabf7d7aa411d", "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": "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/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/the-best-les-trois-finalistes-pour-le-trophee-de-gardien-de-l-annee-devoiles_AV-202201050344.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: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/Rt3AFtBcKNQ3xDLofZLYd5QEVVA=/0x0:2048x1152/800x0/images/Edinson-Cavani-lors-de-Newcastle-vs-Manchester-United-1196051.jpg", + "image": "https://images.bfmtv.com/zlNDmwq2xsKh6btZv47GFApUJmU=/0x92:2048x1244/800x0/images/Edouard-Mendy-1177817.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -43358,20 +44414,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "afc481470840ce75edf6e9fe33152653", + "hash": "704cc0615f64cb262e3d69df5eef3199", "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": "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/paris-hippique/les-pronos-hippiques-du-lundi-3-janvier-2022_AN-202201020124.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 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: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/58tkO2rpNGRQsRRsDsFrc0Ph_Pc=/4x3:1252x705/800x0/images/Les-pronos-hippiques-du-dimanche-28-novembre-2021-1176702.jpg", + "image": "https://images.bfmtv.com/Xi_j8GBrpiCwqw5mwSUEmW2hvr0=/0x32:2032x1175/800x0/images/Cassano-977275.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -43380,20 +44436,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b765b60b9af7e9cea85f2a422d839195", + "hash": "3ba8d485cff0244253fca617d14cd163", "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": "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/coupe-de-france-le-but-genial-d-un-defenseur-de-versailles-en-16e-de-finale_AV-202201020123.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 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: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/7-hv8Y8ncT9VrBD3ZkgPtdpoaaM=/0x77:2048x1229/800x0/images/Makan-Traore-ici-au-centre-en-novembre-2021-1202706.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", @@ -43402,20 +44458,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6bb5edf79cfb10aa7977c6784fbb4f9", + "hash": "8187ecf7cfa1a5817f9d77ba02401c38", "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": "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/coupe-de-france/coupe-de-france-suivez-chauvigny-om-en-direct_LS-202201020167.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 17:25:28 GMT", - "enclosure": "https://images.bfmtv.com/2-oxFvWKAf1Km5ZJbPVOTwUUuSg=/0x58:2048x1210/800x0/images/Dimitri-Payet-avec-l-OM-1191239.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/2-oxFvWKAf1Km5ZJbPVOTwUUuSg=/0x58:2048x1210/800x0/images/Dimitri-Payet-avec-l-OM-1191239.jpg", + "image": "https://images.bfmtv.com/SwKj8a1sYJsodPrVzDv3m-BvEdA=/0x2:5536x3116/800x0/images/-861261.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -43424,20 +44480,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ae78f81f53f37fee7c7ce04801465ec", + "hash": "debc18b81966cf695edc397bf4342a5e", "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 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/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-morata-se-rapproche-du-barca_LN-202201030030.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": "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/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/fw0ILX1SZJ_PVRwVf4wwVW7AW8Q=/0x39:2048x1191/800x0/images/Jordan-Amavi-1022208.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -43446,20 +44502,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3da74261626edca7cb24d936467a3fb", + "hash": "f151fcd6baa7d75d1f54d887efd189ff", "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": "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/football/transferts/barca-dembele-traite-de-mercenaire-par-la-presse-catalane_AV-202201020121.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 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 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/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/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", @@ -43468,20 +44524,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6a0122b9edf8e650fbf8b3dce6c4fb44", + "hash": "2cf0393d7f768577c3016c819033dd4e", "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": "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/transferts/psg-pochettino-n-a-aucune-inquietude-sur-l-etat-d-esprit-de-mbappe_AV-202201020117.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: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: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/OgaEuMkMjtlKnumt1eAzYqXjhXc=/0x0:1616x909/800x0/images/Kylian-Mbappe-en-discussion-avec-Mauricio-Pochettino-avant-Barca-PSG-969952.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", @@ -43490,20 +44546,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c14ebc20736a344982b322031a40affa", + "hash": "6255b2fcc84625f403afec192b0125e1", "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": "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/auto-moto/rallye/dakar-al-attiyah-en-tete-peterhansel-perd-deja-tres-gros_AV-202201020116.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": "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 14:54:22 GMT", + "enclosure": "https://images.bfmtv.com/Nr4yjyvmMTpcFIPsCrsMr9mkePI=/0x55:1600x955/800x0/images/-819431.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/Nr4yjyvmMTpcFIPsCrsMr9mkePI=/0x55:1600x955/800x0/images/-819431.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -43512,20 +44568,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bef505dcf6f03f9fc13e7d7fa101cf0b", + "hash": "55c53194061756364a7da4fec337a3e4", "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": "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/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/transferts/mercato-il-reste-a-la-juve-allegri-scelle-l-avenir-de-morata-qui-n-ira-pas-au-barca_AV-202201050323.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 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/OVpKkoH8hOmywNcXEAjza2Uqofs=/0x208:1984x1324/800x0/images/Une-cage-de-MMA-1202689.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", @@ -43534,20 +44590,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "af2865aa062c37dcdcc8c7fe1a03f6f0", + "hash": "73962644fefcc08e5ffbfd7b2bb489af", "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": "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/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/psg-le-programme-de-messi-pour-son-retour-a-paris_AV-202201050316.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 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/_VK-JXkOWQRNX0idPTWnA3GkOU8=/0x0:2048x1152/800x0/images/Neymar-1177801.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", @@ -43556,20 +44612,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b11e491df2c6f2af3f87e751c891097c", + "hash": "4f7d18a9f0e11d449b53c066f1c997e3", "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": "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/football/transferts/mercato-une-premiere-vente-hivernale-se-precise-pour-le-barca_AV-202201020021.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": "Sun, 02 Jan 2022 07:53:04 GMT", - "enclosure": "https://images.bfmtv.com/8TXVusKfCPN0Ai0ojRyLlRYPrpE=/0x0:2048x1152/800x0/images/Neto-1202579.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/8TXVusKfCPN0Ai0ojRyLlRYPrpE=/0x0:2048x1152/800x0/images/Neto-1202579.jpg", + "image": "https://images.bfmtv.com/jvsWDHtv1orEOjmeDNg3s1DIxY4=/0x71:1008x638/800x0/images/-749678.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -43578,20 +44634,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "af11de424a2bb5cb83b168000f7d7ebb", + "hash": "bef8f9d38ce6f0f28be372be31574c72", "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": "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/sports-de-combat/boxe/boxe-le-veteran-ortiz-vient-a-bout-de-martin-sur-ko-technique_AN-202201020017.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": "Sun, 02 Jan 2022 07:40:00 GMT", - "enclosure": "https://images.bfmtv.com/HhCJzuVRhwODfT1hW436T0eeLzM=/0x0:1920x1080/800x0/images/Luis-Ortiz-1202568.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/HhCJzuVRhwODfT1hW436T0eeLzM=/0x0:1920x1080/800x0/images/Luis-Ortiz-1202568.jpg", + "image": "https://images.bfmtv.com/LjzAx3DKLI6C2Ar3zSdlhec5CIo=/0x76:2048x1228/800x0/images/Novak-Djokovic-1200704.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -43600,20 +44656,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0707e6e051332687ae40841dda3d69a", + "hash": "4cdc6ae926dd25829ce1a8fc8ea819c7", "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": "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/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/paris-hippique/les-pronos-hippiques-du-jeudi-6-janvier-2022_AN-202201050299.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 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/Btt8xafmTK0M0dSpMVzIBf2sVmM=/0x38:2048x1190/800x0/images/DeMar-DeRozan-1202567.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", @@ -43622,20 +44678,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ebff6777e63d5487e1b11d9bc47ea38", + "hash": "f578941f704fb8a1a3bcc1e6cce05a2e", "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": "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/premier-league/chelsea-apres-ses-declarations-tuchel-pourrait-sanctionner-lukaku_AV-202201020010.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": "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 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/NPgOEIzp_haQSpkO0mq4hFHfc7o=/0x294:2048x1446/800x0/images/Tuchel-Lukaku-1201916.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", @@ -43644,20 +44700,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a955caf45f831cae07b775245b007e90", + "hash": "9262db9c874e761c63038c57381628bd", "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": "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/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/ligue-1-en-direct-suivez-toutes-les-infos-de-la-20e-journee_LN-202201050142.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 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/lqaLApIuKWHpBXX5Y6-dZpC_EgQ=/0x36:1984x1152/800x0/images/T-Savanier-1202396.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", @@ -43666,20 +44722,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c405bdf2adbad42d2f855c20e2072678", + "hash": "5979790dbbc9fd67d2478253f21df9f3", "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": "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/pari-sportif/pronos-paris-rmc-le-pari-sur-du-2-janvier-coupe-de-france_AN-202201010133.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 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/wYfuO80_MAPLzlseBdMGEAVT1dY=/0x104:1984x1220/800x0/images/Monaco-1202386.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/wYfuO80_MAPLzlseBdMGEAVT1dY=/0x104:1984x1220/800x0/images/Monaco-1202386.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", @@ -43688,20 +44744,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1751a3c0e703db2f1e8c6d7f940672f", + "hash": "fe71d64b3bfcc458e95f75d894409817", "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": "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/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-2-janvier-liga-espagne_AN-202201010136.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 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/Q3C06DrIeENltzdAQx-P51LhExE=/0x104:1984x1220/800x0/images/Xavi-1202390.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/Q3C06DrIeENltzdAQx-P51LhExE=/0x104:1984x1220/800x0/images/Xavi-1202390.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", @@ -43710,20 +44766,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9cd261393f2c8ee0a8f16361b6735e7e", + "hash": "8e830bc2db18af0c401fa8e87005ce58", "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": "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/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-2-janvier-premier-league-angleterre_AN-202201010134.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-tuchel-ironise-sur-la-gravite-de-l-affaire-lukaku_AV-202201050294.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 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/It03CQ5t8oZxX2SUznObUWmE_ks=/0x75:1808x1092/800x0/images/J-Klopp-1202387.jpg", + "image": "https://images.bfmtv.com/txQZtl4ZH99p8D1NIuPrJg3cgF0=/0x125:1200x800/800x0/images/Thomas-Tuchel-1204583.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -43732,20 +44788,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "69eedb9735918ca01ef16c9f7733a6c8", + "hash": "7e5d932c3e45d2f7792ca57c8e2ab8b1", "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": "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/rugby/top-14/top-14-clermont-bat-toulouse-avec-un-camille-lopez-decisif_AV-202201010243.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 22:54:34 GMT", - "enclosure": "https://images.bfmtv.com/GUZREuEgOGAbCzESzr6an7tKD4k=/0x0:1200x675/800x0/images/Camille-Lopez-1202526.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/GUZREuEgOGAbCzESzr6an7tKD4k=/0x0:1200x675/800x0/images/Camille-Lopez-1202526.jpg", + "image": "https://images.bfmtv.com/5QX6aQ38yxgCeBRj18odr11Q8SI=/0x208:2048x1360/800x0/images/Guillaume-Martin-1204565.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -43754,20 +44810,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "893224716b71b1865608c974365b2556", + "hash": "8d16a5465e056aa7c7c7ecac26f9df71", "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": "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/chauvigny-om-sur-quelle-chaine-regarder-le-16e-de-finale-de-coupe-de-france-des-olympiens_AV-202201010242.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 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:27:36 GMT", + "enclosure": "https://images.bfmtv.com/p3NSdMsIsMq3ClQhgRTRvHUGx4U=/7x153:1991x1269/800x0/images/Doncic-1204656.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/p3NSdMsIsMq3ClQhgRTRvHUGx4U=/7x153:1991x1269/800x0/images/Doncic-1204656.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -43776,20 +44832,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f7ba916c63593fbded55fae1d0ad427", + "hash": "02bb7773a9a4aae33cce3737d757ab98", "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": "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/transferts/mercato-troyes-a-choisi-irles-pour-succeder-a-batlles_AV-202201010231.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 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: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/qVpKG1CkJGPYXcBzJbZ-kaUZt1o=/0x0:1200x675/800x0/images/Bruno-Irles-1202515.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", @@ -43798,20 +44854,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8323af6ee06b4f9d08999781a769a72e", + "hash": "0712ef174a3be8f1f8c5917bb541c05c", "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": "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/rugby/top-14/top-14-suivez-clermont-toulouse-en-direct_LS-202201010198.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 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": "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/FmgufRC5ZEbqcspZf5gWLk8lDOI=/0x187:2048x1339/800x0/images/Tiberghien-lors-du-match-de-Top-14-entre-Clermont-et-Toulouse-1202506.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", @@ -43820,20 +44876,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "489e9b29830731b9354ba7e66f8c38ec", + "hash": "f42d0f0360bc0ae3c60bd458fbd9326f", "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": "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/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/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-5-janvier-coupe-de-la-ligue_AN-202201050275.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 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/Zkdv3nDgfbGzU9DuaWp8pAQoARg=/6x0:2022x1134/800x0/images/Une-explosion-en-marge-du-Dakar-2022-en-Arabie-saoudite-1202512.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", @@ -43842,20 +44898,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7324f923ca418dcf8fc77e71d65ad29a", + "hash": "4ed7a8a094289410e99ad964fae2aa66", "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": "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/handball/psg-handball-ouverture-d-une-enquete-apres-la-violente-agression-de-prandi_AV-202201010225.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 21:24:01 GMT", - "enclosure": "https://images.bfmtv.com/rMhCLt_P3kG6OZc8gjmFSAuECss=/0x71:2048x1223/800x0/images/Elohim-Prandi-avec-le-PSG-Handball-1202507.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/rMhCLt_P3kG6OZc8gjmFSAuECss=/0x71:2048x1223/800x0/images/Elohim-Prandi-avec-le-PSG-Handball-1202507.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", @@ -43864,20 +44920,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a92c82d47b678f5a11658810a60db565", + "hash": "8b8aad699b564f41601b1514dd43cefd", "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": "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-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.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": "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 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/Qdp_qAN4yva42to2_3OfoZqDGq8=/2x50:2018x1184/800x0/images/Bruno-Irles-sur-le-banc-de-Quevilly-Rouen-1202511.jpg", + "image": "https://images.bfmtv.com/PAJA4emEceqLPptVmX8-QtewZtk=/0x26:1024x602/800x0/images/-866139.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -43886,20 +44942,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "af86c93b9d66c0ff8f46428437837089", + "hash": "9c8d86e1215f9c9fda7b38f28acf1c5d", "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": "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/coupe-d-afrique-des-nations/can-2022-un-investissement-colossal-pour-le-cameroun_AV-202201010222.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 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 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/I7i2Rnt4SWqyj4wzlWaar6HKCwY=/0x65:2048x1217/800x0/images/Le-stade-omnisport-Paul-Biya-d-Olembe-au-Cameroun-1202484.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", @@ -43908,20 +44964,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "44f01cc7408e9aaca6d67addf3414d64", + "hash": "4b8f49c8ccf2a9f6b110a6923282924f", "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": "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/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/football/transferts/mercato-nice-officialise-le-depart-de-kamara-a-watford_AV-202201040441.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": "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/9ks6DFX53cVvfUMN_Syk_JIzweg=/0x61:1200x736/800x0/images/Girondins-de-Bordeaux-1202494.jpg", + "image": "https://images.bfmtv.com/yox5oNsAd2lNfpxFSGvBNdrpzEY=/0x106:2048x1258/800x0/images/Hassane-Kamara-1194384.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -43930,20 +44986,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1647ca98428c1faa4b8b062d165bca65", + "hash": "281905de316775d76ad4fa6b24bf4fec", "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": "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/football/ligue-1/psg-quatre-joueurs-positifs-au-covid-19-pour-la-reprise_AV-202201010220.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 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": "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/2l3-lBQ9Y_V3KkfKoMoVp1RWLaU=/0x0:2048x1152/800x0/images/Les-joueurs-du-PSG-pendant-un-match-1202505.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", @@ -43952,20 +45008,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1eb2d695c9d9fc4fd0fdbb337455ba2f", + "hash": "a02808f187ff75faaf4d891ca1595303", "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": "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/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/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 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": "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/XjfLwXDxJNZOe5og1aNxQQvU5NU=/0x42:1440x852/800x0/images/Manuel-Lanzini-celebre-par-ses-coequipiers-de-West-Ham-1202498.jpg", + "image": "https://images.bfmtv.com/LjzAx3DKLI6C2Ar3zSdlhec5CIo=/0x76:2048x1228/800x0/images/Novak-Djokovic-1200704.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -43974,20 +45030,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "846cb0cc115ccd2dff81c54a8a673bd8", + "hash": "de5ebcf52aa6d6d34c650d84f28a55d9", "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": "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/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-en-direct-morata-se-rapproche-du-barca_LN-202201030030.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": "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/y2axQLQVuVYsWcHQfUkwm-gKqNo=/0x0:2048x1152/800x0/images/Les-joueurs-du-PSG-avant-un-match-1202499.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", @@ -43996,20 +45052,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c93c9d4b9b473af1167688f4e11ffd4", + "hash": "243a4290732fa9fd8a1da665a12bd88d", "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": "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/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/rugby/top-14/toulouse-dupont-toujours-absent-a-l-entrainement-les-freres-arnold-de-retour_AV-202201040416.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": "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/n1gbxlGYce4nsk1-yMHefmix7SE=/0x0:2048x1152/800x0/images/David-Castera-directeur-du-Dakar-1202497.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", @@ -44018,20 +45074,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "902d63088eb86a26032721f0f965fdae", + "hash": "db99ec2522d1639b0f152687fd0eb45d", "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": "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/mercato-qui-est-vanderson-la-premiere-recrue-hivernale-de-monaco_AV-202201010212.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 19:16:33 GMT", - "enclosure": "https://images.bfmtv.com/wNA3RObD54qlRHpJE1pdn0q2WWU=/0x0:2048x1152/800x0/images/Le-Bresilien-Vanderson-a-droite-avec-Gremio-1192493.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/wNA3RObD54qlRHpJE1pdn0q2WWU=/0x0:2048x1152/800x0/images/Le-Bresilien-Vanderson-a-droite-avec-Gremio-1192493.jpg", + "image": "https://images.bfmtv.com/AmmeTdx90qzXi6igIvzqFlj0Vvg=/0x71:2048x1223/800x0/images/Erling-Haaland-1202205.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -44040,20 +45096,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b91b6bd692da5e8666e3f48b34cb14c", + "hash": "daf8be8e6b5bd93be28850309b627db3", "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": "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/liga/real-madrid-ancelotti-s-exprime-sur-les-possibles-transferts-de-mbappe-et-haaland_AV-202201010206.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 18:55:45 GMT", - "enclosure": "https://images.bfmtv.com/9Od5--8Dx83AvSQ6wPUIiLmbwQ0=/0x0:1200x675/800x0/images/Carlo-Ancelotti-1202477.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/9Od5--8Dx83AvSQ6wPUIiLmbwQ0=/0x0:1200x675/800x0/images/Carlo-Ancelotti-1202477.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", @@ -44062,20 +45118,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "58f8f3e07eece8fbebdb8d398ee50ba3", + "hash": "1b6dd5123f0e129d823cc011bdcb824f", "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": "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/handball/psg-handball-prandi-victime-d-une-violente-agression-et-de-plusieurs-coups-de-couteaux_AN-202201010197.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 18:20:28 GMT", - "enclosure": "https://images.bfmtv.com/rB0CZ6T00UiY2S-nCzX0hsJMv8s=/14x32:2046x1175/800x0/images/Elohim-Prandi-1202470.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/rB0CZ6T00UiY2S-nCzX0hsJMv8s=/14x32:2046x1175/800x0/images/Elohim-Prandi-1202470.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", @@ -44084,20 +45140,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "060d31f50e8374db5bf94e9feb113055", + "hash": "763df46e182058dd2ad1821262ade941", "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 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/auto-moto/rallye/dakar-un-pilote-serieusement-blesse-par-un-engin-explosif_AN-202201010193.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 18:05:59 GMT", - "enclosure": "https://images.bfmtv.com/O4LDFE9ir1kOu0Btm2M6RfTCXBE=/0x4:2048x1156/800x0/images/Philippe-Boutron-lors-du-Dakar-2009-1202458.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/O4LDFE9ir1kOu0Btm2M6RfTCXBE=/0x4:2048x1156/800x0/images/Philippe-Boutron-lors-du-Dakar-2009-1202458.jpg", + "image": "https://images.bfmtv.com/PwG10oetAXGMxoT0MbLeO6ovomE=/0x106:2048x1258/800x0/images/ASVEL-1204011.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -44106,20 +45162,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e6623f0b09d1301db00e540f939dbd1b", + "hash": "537a076edf4dc490a28c524e4bb99071", "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": "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/watford-tottenham-les-spurs-arrachent-un-precieux-succes-dans-les-dernieres-minutes_AV-202201010189.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 17:46:08 GMT", - "enclosure": "https://images.bfmtv.com/7MxUdWv8B-jJ6QXgG4UhHTh0jps=/0x0:1200x675/800x0/images/Davinson-Sanchez-1202456.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/7MxUdWv8B-jJ6QXgG4UhHTh0jps=/0x0:1200x675/800x0/images/Davinson-Sanchez-1202456.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", @@ -44128,20 +45184,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "41c0d55d271aad2bc4ee2e00b120c397", + "hash": "88d9d74b968611920c378de13f6eec34", "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: 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/ligue-1/psg-kurzawa-et-draxler-de-retour-a-l-entrainement-collectif_AV-202201010186.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-angers-va-preter-bernardoni-et-thioub-a-saint-etienne_AV-202201040370.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": "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/CX1mnJlmFiM6r_AKBVzyqX8nxmA=/14x0:2046x1143/800x0/images/Julian-Draxler-et-Layvin-Kurzawa-lors-d-un-exercice-du-PSG-1202450.jpg", + "image": "https://images.bfmtv.com/0FFJi4mjJFyMEgpYMMofDo7LhWs=/0x106:2048x1258/800x0/images/Paul-Bernardoni-1203862.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -44150,20 +45206,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d6612f5e69757b423d9e6c9d8f92db1", + "hash": "8a6b7f6d70dcca8f350c7f513a969b80", "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": "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/football/premier-league/arsenal-manchester-city-arsenal-etait-meilleur-admet-guardiola-apres-une-victoire-chanceuse_AV-202201010181.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 17:08:27 GMT", - "enclosure": "https://images.bfmtv.com/4atSHfmFd3OcuZmtQNMs207IbWg=/0x87:2048x1239/800x0/images/Pep-Guardiola-1202439.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/4atSHfmFd3OcuZmtQNMs207IbWg=/0x87:2048x1239/800x0/images/Pep-Guardiola-1202439.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", @@ -44172,20 +45228,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ebe6f2b290a5acda73583817e36c48b5", + "hash": "3bda084af550fbc4a9dd4c3ddf5aadf1", "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: 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/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-pjanic-conseille-a-de-ligt-de-rester-a-la-juventus-et-de-ne-pas-aller-au-barca_AV-202201040362.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 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/Sp2CWgZQjXpOX1-QYm61QWHBfoM=/0x0:2048x1152/800x0/images/Ousmane-Dembele-1202435.jpg", + "image": "https://images.bfmtv.com/e7iSomGzIAaZF129LEC4asMlm5g=/0x46:2048x1198/800x0/images/Miralem-Pjanic-1156268.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -44194,20 +45250,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b056ca400abcc1215ac4d03a9a273f55", + "hash": "01b57a7c082f4d0a011df345c4ec358f", "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": "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/arsenal-manchester-city-lacazette-frustre-par-certaines-decisions-arbitrales_AV-202201010163.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 15:58:32 GMT", - "enclosure": "https://images.bfmtv.com/D_HtEMEv4TplVHMmNJvYE2PfdU8=/0x0:1200x675/800x0/images/Alexandre-Lacazette-1202428.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/D_HtEMEv4TplVHMmNJvYE2PfdU8=/0x0:1200x675/800x0/images/Alexandre-Lacazette-1202428.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", @@ -44216,20 +45272,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea501654b17876a09a3e6be6ed1cb37a", + "hash": "9fc232b7e5ef3c465f2e222a24a31b27", "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": "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/chelsea-s-entrainer-et-ne-pas-donner-d-interviews-tuchel-insiste-sur-lukaku_AV-202201010155.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 15:27:59 GMT", - "enclosure": "https://images.bfmtv.com/NPgOEIzp_haQSpkO0mq4hFHfc7o=/0x294:2048x1446/800x0/images/Tuchel-Lukaku-1201916.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/NPgOEIzp_haQSpkO0mq4hFHfc7o=/0x294:2048x1446/800x0/images/Tuchel-Lukaku-1201916.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", @@ -44238,20 +45294,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5cea75464523d1e58de49572e68afda6", + "hash": "1175bc42c6148e52432e0edd660fb1f4", "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": "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/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/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 15:24:25 GMT", - "enclosure": "https://images.bfmtv.com/It03CQ5t8oZxX2SUznObUWmE_ks=/0x75:1808x1092/800x0/images/J-Klopp-1202387.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/It03CQ5t8oZxX2SUznObUWmE_ks=/0x75:1808x1092/800x0/images/J-Klopp-1202387.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", @@ -44260,20 +45316,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9bab4f3a641ecfb0e5ce6212653541e5", + "hash": "b40e4055af04470354a625d21360b678", "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": "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/premier-league/arsenal-manchester-city-les-minutes-de-folies-qui-ont-fait-basculer-le-choc_AV-202201010144.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: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 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/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/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", @@ -44282,20 +45338,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "67c42bf4c547516051554e254af3c862", + "hash": "315dd80f5e7c3619281711b6de6a8061", "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": "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/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.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": "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 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/NKbHQRnIgnMEp1Eac2jLnt7hf98=/0x0:2048x1152/800x0/images/Niko-Kovac-1017667.jpg", + "image": "https://images.bfmtv.com/Guv5jz8qAyqHT4JnluLc2WYjWC8=/0x0:2048x1152/800x0/images/Southampton-1203855.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -44304,20 +45360,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "26f7587563fb225c68384158a2e0f4e4", + "hash": "00462cd54ed722a21947502c5c36516a", "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": "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/rugby/top-14/top-14-suivez-clermont-toulouse-en-direct_LS-202201010198.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 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 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/AllAB8ECuyWRgAuvz-6QkaD2GMs=/0x0:2048x1152/800x0/images/Tani-Vili-Clermont-1188836.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", @@ -44326,20 +45382,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e5efd3de914061606f92f3161485020", + "hash": "20c91778dbb232007e9b309ccaaa8f3b", "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: 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/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-azpilicueta-dans-le-viseur-de-l-atletico-de-madrid-pour-remplacer-trippier_AV-202201040304.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 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/1FoxpAwS57ZPu_aYJgvaGfsL04c=/0x90:2048x1242/800x0/images/Coman-et-Tolisso-1202454.jpg", + "image": "https://images.bfmtv.com/wvmp3H2hEiY69cNXDyPbinSeajM=/0x0:2032x1143/800x0/images/Cesar-Azpilicueta-1167554.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -44348,20 +45404,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a721079cdc9c4927c98738f26171d31", + "hash": "80aac30ea445b00aa8f8bbaae460b3ce", "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": "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/premier-league/premier-league-manchester-city-renverse-arsenal-apres-un-scenario-fou_AV-202201010142.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 14:44:56 GMT", - "enclosure": "https://images.bfmtv.com/9HWBWtXu7jyBELYA8lbNEtMfMTM=/0x212:2048x1364/800x0/images/Arsenal-Manchester-City-1202392.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/9HWBWtXu7jyBELYA8lbNEtMfMTM=/0x212:2048x1364/800x0/images/Arsenal-Manchester-City-1202392.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", @@ -44370,20 +45426,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2a0a48c7d56a7a0263d1db5e5186293", + "hash": "ea2f234a478cef29409123a63aa07b46", "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": "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/premier-league-arsenal-man-city-en-direct_LS-202201010074.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-coutinho-pourrait-rapidement-quitter-le-barca_AV-202201040301.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 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/9_FUjkmWimIh9n0l5QWRLs888Mc=/0x0:2048x1152/800x0/images/Arsenal-Manchester-City-1202385.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", @@ -44392,20 +45448,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2987cbbd2e4a6d3143a9dfde6bce725", + "hash": "8f1a2b788cf279df091b5bab8bf637a6", "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": "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/football/transferts/monaco-clement-devrait-assister-au-match-contre-quevilly-rouen_AV-202201010131.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 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 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/D9yAJsWIYfUxyZZj5MpBtp7Cdvk=/0x106:2048x1258/800x0/images/Philippe-Clement-entraineur-de-bruges-1183468.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", @@ -44414,20 +45470,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8219fcf39c9ce1e213c93a5919beb197", + "hash": "b20d25134e1d02e950b3bbf3d4c47452", "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": "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/ligue-1/ligue-1-saint-etienne-devoile-un-nouveau-logo-choisi-par-les-supporters_AV-202201010129.html", + "link": "https://rmcsport.bfmtv.com/football/prix-puskas-les-trois-finalistes-devoiles_AV-202201040296.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 15:10:31 GMT", + "enclosure": "https://images.bfmtv.com/jHVwiICFy53XdxbeTYRgjnaO4a0=/0x106:2048x1258/800x0/images/1203848.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/0HFKSZNfAPnKA9aktW2g78VEhjk=/0x212:2048x1364/800x0/images/ASSE-1202382.jpg", + "image": "https://images.bfmtv.com/jHVwiICFy53XdxbeTYRgjnaO4a0=/0x106:2048x1258/800x0/images/1203848.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -44436,20 +45492,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a28fbf34ebc00555069d61fce76eef6", + "hash": "0955db48dc0b2de5e9bd397ec07bff57", "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": "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/paris-hippique/les-pronos-hippiques-du-dimanche-2-janvier-2022_AN-202201010125.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": "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 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/Tnxm-g01f-kmK3W-AADEuf_3HL0=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-2-janvier-2022-1201926.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", @@ -44458,20 +45514,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "46ff7d6e58be95805202bd643b12ee5d", + "hash": "14cbaa65b89162e57b633d93f3063fef", "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": "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/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/football/ligue-1/psg-donnarumma-positif_AV-202201040286.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 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/Fbx4PQzRJtDmXKR2XNKCxDBSKcw=/0x0:1920x1080/800x0/images/Arsenal-Manchester-City-1202373.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", @@ -44480,20 +45536,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a271ccb3343bdbeeb7a6b0715a5734e", + "hash": "9143eb6592c354024a743797ff179326", "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": "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/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/bundesliga/bayern-sane-et-upamecano-a-leur-tour-positifs-au-covid_AV-202201040283.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 14:42:15 GMT", + "enclosure": "https://images.bfmtv.com/VMWGJtyusLfIhFiHBbpgd0LU9Bg=/0x106:2048x1258/800x0/images/1203837.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/VMWGJtyusLfIhFiHBbpgd0LU9Bg=/0x106:2048x1258/800x0/images/1203837.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -44502,20 +45558,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b964ba81239715c022a70f56620b471", + "hash": "7ff8ff186b905976681ec29003d68add", "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": "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/football/coupe-d-afrique-des-nations/can-2022-le-match-de-preparation-algerie-gambie-annule_AV-202201010112.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 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 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/0vfcYWwOKBdClFGHuWKRAzz09w0=/0x0:2048x1152/800x0/images/L-Algerie-qualifiee-pour-la-finale-de-la-Coupe-Arabe-1190635.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", @@ -44524,20 +45580,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ef2f7f55909e9233102cec892b844f8", + "hash": "c70d11e5deebf53a09ad176e02a5517a", "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": "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/premier-league/arsenal-manchester-city-cancelo-titulaire-deux-jours-apres-son-agression_AV-202201010110.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": "Sat, 01 Jan 2022 12:25:54 GMT", - "enclosure": "https://images.bfmtv.com/CZimpdxEjetRdi7gDQeonASRJUc=/0x61:2048x1213/800x0/images/Joao-Cancelo-1201784.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/CZimpdxEjetRdi7gDQeonASRJUc=/0x61:2048x1213/800x0/images/Joao-Cancelo-1201784.jpg", + "image": "https://images.bfmtv.com/17FdPLcYXKTrwjS9l5wifNGD9Pc=/0x48:2000x1173/800x0/images/Y-Yazici-1203159.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -44546,20 +45602,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "355f9e5ea71cd75f19254dbbb92b9ac4", + "hash": "777e868109853cc5f3e1b78479d82e48", "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": "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/rugby/top-14/top-14-montpellier-toulon-reporte-en-raison-du-coronavirus_AV-202201010108.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 12:14:20 GMT", - "enclosure": "https://images.bfmtv.com/-GdwSsTuMy-W7667rRBN9pPtCrk=/0x102:2048x1254/800x0/images/Toulon-1202349.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/-GdwSsTuMy-W7667rRBN9pPtCrk=/0x102:2048x1254/800x0/images/Toulon-1202349.jpg", + "image": "https://images.bfmtv.com/B4AfiX0Nn5Unm4ZjdokYA7uFOaY=/0x24:2000x1149/800x0/images/J-Morrant-1203817.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -44568,20 +45624,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4471d4b684cb7d80f38892211350370", + "hash": "0c87cb5307fedba4c2116b9b99b836ea", "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": "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/euro/kjaer-si-je-sais-que-eriksen-va-bien-alors-je-vais-bien_AV-202201010106.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 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 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/Z89ZrcZjK3-MX-8a1GzYPKyw92g=/7x113:2039x1256/800x0/images/Simon-Kjaer-1202350.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", @@ -44590,20 +45646,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "85fbf4e3532e09413d9e5f74e5c6df1c", + "hash": "631c020abf6ce91b7609cf369e34fd33", "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": "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/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-1er-janvier-premier-league-angleterre_AN-202112310163.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": "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 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/JTkvFl30TRz1rKzAUPvK7CP_4l8=/0x65:1984x1181/800x0/images/Manchester-City-1201955.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", @@ -44612,20 +45668,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1105b73b625d698d6afe1c501157c4ac", + "hash": "611b3de1ffd799afe80355f442f477bf", "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": "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/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/transferts/mercato-en-direct-morata-se-rapproche-du-barca_LN-202201030030.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": "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/21g6vuQoAEXWrqQCSpRdH42hNoI=/0x40:2000x1165/800x0/images/O-Edouard-1202353.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", @@ -44634,20 +45690,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1ad0da2be8bde77ac3a11568bf7dbb6", + "hash": "ef137d55c958fc527093c548a2fde289", "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": "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-boga-va-quitter-sassuolo-pour-rejoindre-l-atalanta_AV-202201010096.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": "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 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/MoWL2uHrEFOgEmdjoY8qoF5_ECQ=/0x28:2032x1171/800x0/images/Jeremie-BOGA-1202322.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", @@ -44656,20 +45712,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b12e888dc570d881af1f088fb600a72", + "hash": "5120fd8c497674ab4428d25987f7da02", "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": "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/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-1/troyes-le-message-classe-de-batlles-pour-son-depart_AV-202201040121.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 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/RZgAPBtXFGLEBkj_DcneetkDtx8=/0x112:2000x1237/800x0/images/K-De-Bruyne-1202339.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", @@ -44678,20 +45734,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a10814f00314e709c3a854496ace211", + "hash": "94378e829ae0aafac578d19a00adddec", "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": "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/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.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:41:46 GMT", - "enclosure": "https://images.bfmtv.com/c6SRyI-JHQNtF95YORl8EiE3a7c=/0x58:2048x1210/800x0/images/Sacramento-et-Mourinho-1202438.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/c6SRyI-JHQNtF95YORl8EiE3a7c=/0x58:2048x1210/800x0/images/Sacramento-et-Mourinho-1202438.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", @@ -44700,20 +45756,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfe86616c418be15d538cac155cc1838", + "hash": "4187fa6e21e5284e57d11b8059ca98b5", "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": "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/basket/nba/nba-le-bron-james-termine-2021-par-une-demonstration-face-aux-blazers_AV-202201010069.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 10:52:56 GMT", - "enclosure": "https://images.bfmtv.com/KKQZ9AA4rmad9dKs7A-ppI1STz4=/0x0:2048x1152/800x0/images/LeBron-JAMES-1202316.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/KKQZ9AA4rmad9dKs7A-ppI1STz4=/0x0:2048x1152/800x0/images/LeBron-JAMES-1202316.jpg", + "image": "https://images.bfmtv.com/L6TGFiWGvnJXnPqoxzNLCCvGHnI=/0x0:1984x1116/800x0/images/Lucas-Paqueta-1190343.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -44722,20 +45778,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8dfc4ea0f9617bed6c1eb0ed10fba074", + "hash": "71510be2dd0c9734ba261a14df8dc000", "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": "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/premier-league/nouvel-an-2022-les-voeux-de-ronaldo-pour-manchester-united_AV-202201010068.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 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 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/AixAZoQF--tcfwbLMpwOb-lhl5o=/0x85:2048x1237/800x0/images/Cristiano-Ronaldo-1202302.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", @@ -44744,20 +45800,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4100ff4445a000f238935c2f8bd49aa", + "hash": "31692c76f1d0cf8f0b7bbda45e3e716c", "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": "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-super-agent-du-football-juan-figer-est-mort_AV-202201010063.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 10:36:45 GMT", - "enclosure": "https://images.bfmtv.com/zkn4QZYr7KyDlnNdWzRu4WPHpMk=/0x125:2048x1277/800x0/images/Dunga-Maradona-1202317.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/zkn4QZYr7KyDlnNdWzRu4WPHpMk=/0x125:2048x1277/800x0/images/Dunga-Maradona-1202317.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", @@ -44766,20 +45822,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "33b2b28aac12df2e500db833ae32aa2e", + "hash": "fa5c816d280af25cdee5620781342281", "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": "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/football/transferts/mercato-mbappe-pogba-dembele-ces-joueurs-libres-de-signer-ou-ils-veulent_AV-202201010060.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 10:24:23 GMT", - "enclosure": "https://images.bfmtv.com/zHoAW8kKM4qV3xEUEynmRf6l74g=/0x61:2048x1213/800x0/images/Ousmane-DEMBELE-et-Kylian-MBAPPE-1202289.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/zHoAW8kKM4qV3xEUEynmRf6l74g=/0x61:2048x1213/800x0/images/Ousmane-DEMBELE-et-Kylian-MBAPPE-1202289.jpg", + "image": "https://images.bfmtv.com/VhDEUM6nsdERugqNn6ezs4TKSlM=/0x0:1200x675/800x0/images/Arthur-Rinderknech-1203586.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -44788,20 +45844,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "28de4db8c9b5ef77115d97e8c488d4a4", + "hash": "7d69a60c11a3456256b98752cdd15cf4", "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": "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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-lukaku-attendu-contre-tottenham-apres-une-discussion-avec-tuchel_AV-202201040064.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 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/lAryvFN8ymppuePIqJqrA4RExd4=/913x106:2033x736/800x0/images/Xavi-Dembele-1202421.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", @@ -44810,20 +45866,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3c48c04f18c88e6ec0f0526143609d0", + "hash": "6097cc0434408ae2e147c3a8f59e7bfd", "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": "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/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-haaland-souhaiterait-choisir-son-nouveau-club-des-janvier_AV-202201040060.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 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/da9Dq1hRXRMfT0rgxTqJRNqMZfI=/0x49:2048x1201/800x0/images/Xavi-lors-d-une-conference-de-presse-du-Barca-1183631.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", @@ -44832,20 +45888,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfbe3db218187fc83208eeae97d84e96", + "hash": "9f3b396f504ae44d32911278eb33c829", "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": "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/societe/legion-d-honneur-tigana-dumerc-ces-anciens-sportifs-decores-au-1er-janvier_AV-202201010052.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 09:55:57 GMT", - "enclosure": "https://images.bfmtv.com/VUZ9OWEOxsjXOHVCBu0rx8JpIVc=/0x128:2048x1280/800x0/images/Tigana-1202291.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/VUZ9OWEOxsjXOHVCBu0rx8JpIVc=/0x128:2048x1280/800x0/images/Tigana-1202291.jpg", + "image": "https://images.bfmtv.com/8iarB3lOygtG6zhN4zvCvx022M8=/0x0:1200x675/800x0/images/Kylian-Mbappe-1203519.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -44854,20 +45910,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "968141f01af837b734b696b80a0389bf", + "hash": "10d80cd751e083ac19b0a5e0ea2bc787", "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": "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/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/coupe-de-france/vannes-psg-comment-lavenant-a-recupere-le-maillot-de-mbappe_AV-202201040032.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 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/BdrDG-XQugu-1ygBfIEkGL7_hSw=/0x36:2048x1188/800x0/images/Didier-DESCHAMPS-1202275.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", @@ -44876,20 +45932,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ffc1dff44c71541ba0504c5ece4764a", + "hash": "b93a314c60c74bb2877fde6cfa2a9dad", "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": "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/serie-a/serie-a-la-salernitana-trouve-un-repreneur-in-extremis-et-evite-l-exclusion_AV-202201010027.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": "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 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/rYchJQAca_UcCYJfzYRgr1rXbQE=/0x31:2048x1183/800x0/images/Franck-RIBERY-1202260.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", @@ -44898,20 +45954,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f24a34f0734a31097699dc72a07617a4", + "hash": "39ee7d24d786128b1128ce75a3e85616", "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": "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/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/mercato-umtiti-fait-perdre-patience-au-barca_AV-202201040009.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 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/p5ToGYOBzTeMerayIJeVAIWIxvE=/0x64:1984x1180/800x0/images/Manchester-City-1201955.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", @@ -44920,20 +45976,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c2b433f4d63bc247acda8d580567792", + "hash": "6e995ecbf2cbc7129196d7fc77da3bb5", "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": "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/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/football/ligue-1/pourquoi-l-om-a-souhaite-la-bonne-annee-avec-un-joueur-du-rct_AV-202201030505.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": "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": "https://images.bfmtv.com/o395N2GwUTHKR-WP2JH6DH66il8=/0x106:2048x1258/800x0/images/1202157.jpg", + "image": "https://images.bfmtv.com/VgiOrZZVcuB3WGujPIDApglqoTk=/0x124:2048x1276/800x0/images/Leone-Nakarawa-1203456.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -44942,20 +45998,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce8d626acbb6c97d23a51831a28eb67f", + "hash": "826d9a229124c3623a4f65e55c252071", "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": "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/ligue-1/psg-pour-2022-messi-souhaite-la-fin-du-virus-de-merde_AV-202201010021.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": "Sat, 01 Jan 2022 07:30:40 GMT", - "enclosure": "https://images.bfmtv.com/VFvnO8pgNWRKwEHOZMGW5edtwpU=/0x83:2048x1235/800x0/images/Lionel-Messi-1202257.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/VFvnO8pgNWRKwEHOZMGW5edtwpU=/0x83:2048x1235/800x0/images/Lionel-Messi-1202257.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", @@ -44964,20 +46020,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ddb4d7f6d9f47e3743c6c86e29bcdf4", + "hash": "3f6cd7664ae910751cf4a54484bfd747", "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": "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-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/chelsea-un-depart-hivernal-de-lukaku-n-est-pas-d-actualite_AV-202201030490.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: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/ye2NLstYA584JZ19jsGqFzKySkM=/0x58:2048x1210/800x0/images/Philippe-Clement-1202001.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", @@ -44986,20 +46042,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dac8e92a85562db8de55fb47f9388d38", + "hash": "6edede30e294c98af435ecde585004a4", "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: 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/premier-league/premier-league-arsenal-man-city-en-direct_LS-202201010074.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": "Sat, 01 Jan 2022 11:11:01 GMT", - "enclosure": "https://images.bfmtv.com/Pg6b0GEKNlZ61FZxJr0pbpDTSfk=/0x18:1824x1044/800x0/images/Saka-1202378.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/Pg6b0GEKNlZ61FZxJr0pbpDTSfk=/0x18:1824x1044/800x0/images/Saka-1202378.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", @@ -45008,20 +46064,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "31fd6529e05ad12677f0ce4a0128ee33", + "hash": "5286a11cfb3e801b009c82862e3ddc94", "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": "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/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-le-psg-deroule-a-vannes-avec-ses-jeunes-et-un-triple-de-mbappe_AV-202201030484.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 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/n2oPscmWXpigLGfVnphn_RFhS7c=/0x212:2048x1364/800x0/images/Les-joueurs-du-RCT-1202138.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", @@ -45030,20 +46086,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0c69cdddc78b3e8a20088578ce9ebfa", + "hash": "5b0f205936dd629de17548771e84a431", "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": "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/le-mercato-d-hiver-est-officiellement-ouvert-et-ca-s-annonce-bouillant_AV-202112310366.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": "Fri, 31 Dec 2021 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/y9BeOBtQx6ILslxGKv26wkiB2fY=/0x42:2048x1194/800x0/images/Ousmane-Dembele-Barca-1202212.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/y9BeOBtQx6ILslxGKv26wkiB2fY=/0x42:2048x1194/800x0/images/Ousmane-Dembele-Barca-1202212.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", @@ -45052,20 +46108,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7378b7e0276158ddbd43008630711f4d", + "hash": "c7dd4dbfdc8514662d167005b08a941d", "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": "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/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-1er-janvier-premier-league-angleterre_AN-202112310162.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 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/wL2dSOSdZeUW_FCEbBXp7EFeGTo=/0x57:2000x1182/800x0/images/Tottenham-1201953.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/wL2dSOSdZeUW_FCEbBXp7EFeGTo=/0x57:2000x1182/800x0/images/Tottenham-1201953.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", @@ -45074,20 +46130,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f01189b2c7ec6b925cd58616777db51", + "hash": "8ac03dd1833988c3a10424392a7e9c4c", "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": "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/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/coronavirus-les-jauges-proportionnelles-dans-les-stades-retoquees-a-l-assemblee_AV-202201030461.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 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": "", + "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", @@ -45096,20 +46152,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0dc975e2d63922cb4dcf9b4936c11275", + "hash": "b3ccc47c7a8d3d86dca96e11e4e0966a", "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": "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/football/coupe-du-monde-jo-tour-de-france-le-calendrier-2022-des-principaux-evenements-sportifs_AV-202112310217.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 22:30:00 GMT", - "enclosure": "https://images.bfmtv.com/CnrEvSNK_0w1h1qJf78xgxFzFIU=/0x185:2048x1337/800x0/images/Pekin-2022-1002626.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/CnrEvSNK_0w1h1qJf78xgxFzFIU=/0x185:2048x1337/800x0/images/Pekin-2022-1002626.jpg", + "image": "https://images.bfmtv.com/mIuk0BiSbMjk72ClFb44_ktRZXg=/0x31:1200x706/800x0/images/-876280.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -45118,20 +46174,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d10d7a9ce1ded211ea3c8717e68d3bf", + "hash": "a9e62cde761cdfef398840213896c1bb", "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": "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/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/premier-league/premier-league-wolverhampton-punit-manchester-united-et-gache-le-retour-de-phil-jones_AV-202201030449.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 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/AmmeTdx90qzXi6igIvzqFlj0Vvg=/0x71:2048x1223/800x0/images/Erling-Haaland-1202205.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", @@ -45140,20 +46196,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3cdd5019b58710eb312691fb33c7a5ea", + "hash": "5a23194950347619ef48f608dd236ed1", "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": "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/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/vannes-psg-les-compos-pochettino-aligne-deux-jeunes-mbappe-bien-titulaire_AV-202201030447.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 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/OTJDgF_VciAeGKfM4d4gBwuOFEo=/113x273:2033x1353/800x0/images/Equipe-de-France-1194759.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", @@ -45162,20 +46218,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f9da92557839840f37c6053dbfd4a38", + "hash": "c674d11bf43f5815f35d756a96c6231d", "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": "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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.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": "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 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/ye2NLstYA584JZ19jsGqFzKySkM=/0x58:2048x1210/800x0/images/Philippe-Clement-1202001.jpg", + "image": "https://images.bfmtv.com/f7kF7l_J8yEtNZvyuauHdDfj0dw=/0x212:2048x1364/800x0/images/Football-1203362.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -45184,20 +46240,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "462ca60a77a18c35abb84fe83ec0b342", + "hash": "09c8fe4f90b43bf8b7e0711623968864", "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": "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/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.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:41:46 GMT", - "enclosure": "https://images.bfmtv.com/JPHWnaWUFrKIu1b0IDnQpjYxDko=/0x1:2048x1153/800x0/images/Philippe-Coutinho-avec-Barcelone-1163208.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/JPHWnaWUFrKIu1b0IDnQpjYxDko=/0x1:2048x1153/800x0/images/Philippe-Coutinho-avec-Barcelone-1163208.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", @@ -45206,20 +46262,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "729ed4a2acc0394f485f034b94957806", + "hash": "e8851e106da22abb077ede263d3cd11f", "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": "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/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/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 14:32:54 GMT", - "enclosure": "https://images.bfmtv.com/wGC0Ao23Jnwd2L2WgGf2drqNWKI=/0x106:2048x1258/800x0/images/1191419.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/wGC0Ao23Jnwd2L2WgGf2drqNWKI=/0x106:2048x1258/800x0/images/1191419.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", @@ -45228,20 +46284,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d45649031b7c8dd8b90ac538b452b008", + "hash": "76e27f66e60c57f6fc16f65a1b00718e", "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": "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/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/transferts/mercato-le-psg-surveille-la-situation-de-dembele-qui-demande-un-enorme-salaire-au-barca_AV-202201030314.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 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/aoackss-BnHpSdwqZRuZdVBspi4=/0x175:2048x1327/800x0/images/Coupe-de-France-OM-1201528.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", @@ -45250,20 +46306,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1aecfdf2a4bd4c5fc6e3775a38afa0f1", + "hash": "e53f9a4cd7636474eadef9b5f7c326b7", "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": "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/societe/quels-sportifs-et-evenements-ont-le-plus-cartonne-dans-les-recherches-google-en-2021_AV-202112310335.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 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 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/l72t_GvytaQoaAUqWR1t9-Wh5X8=/0x68:2048x1220/800x0/images/Kylian-Mbappe-avec-les-Bleus-pendant-l-Euro-1202166.jpg", + "image": "https://images.bfmtv.com/WzZYpfwfLB2EGTL9S1b5A4WguYw=/0x46:1984x1162/800x0/images/K-Mbappe-1203075.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -45272,20 +46328,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "49e3ccba43913f3ed725150b11aa2b89", + "hash": "a6642a75a0197bf40a27f897a447bd9a", "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": "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/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/transferts/mercato-la-juventus-a-contacte-le-psg-pour-icardi_AV-202201030299.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 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/o395N2GwUTHKR-WP2JH6DH66il8=/0x106:2048x1258/800x0/images/1202157.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", @@ -45294,20 +46350,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2fe830310ff4c52633bf47b209e270f6", + "hash": "1533beefd08ebf9a95047aaf80249df4", "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": "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/premier-league/manchester-city-agresse-jeudi-cancelo-deja-disponible-pour-affronter-arsenal_AV-202112310320.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 19:08:23 GMT", - "enclosure": "https://images.bfmtv.com/aKfW57ejOcfINrtR3sEdzVXQWIo=/0x65:2048x1217/800x0/images/1202112.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/aKfW57ejOcfINrtR3sEdzVXQWIo=/0x65:2048x1217/800x0/images/1202112.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", @@ -45316,20 +46372,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "956dfbc2a556ee330086255233a1fa8c", + "hash": "dbe547e5d19e74a0f9abd12630d7a41c", "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": "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-demis-de-ses-fonctions-kovac-a-dit-au-revoir-a-ses-joueurs_AV-202112310313.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 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 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/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/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", @@ -45338,20 +46394,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee45a7fe473be2cc73320df354a9b90d", + "hash": "ad5ed0971be86c057b4d22a83aecc4d3", "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": "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/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-cuisance-rebondit-en-serie-a_AV-202201030291.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 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/n2oPscmWXpigLGfVnphn_RFhS7c=/0x212:2048x1364/800x0/images/Les-joueurs-du-RCT-1202138.jpg", + "image": "https://images.bfmtv.com/3XjZDt5EN65IgolEQJjO1AsF3Ws=/0x106:2048x1258/800x0/images/Michael-Cuisance-989642.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -45360,20 +46416,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0caea0fff31ce5d1b69081e442757dfb", + "hash": "cc4ced2fc5b075366c32b293f982990d", "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": "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/football/arabie-saoudite-que-devient-bafe-gomis-troisieme-meilleur-buteur-francais-de-l-annee-2021_AV-202112310304.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 18:32:43 GMT", - "enclosure": "https://images.bfmtv.com/gV3wYL_sjI7nqzjklCybTys66dI=/0x45:2048x1197/800x0/images/1202069.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/gV3wYL_sjI7nqzjklCybTys66dI=/0x45:2048x1197/800x0/images/1202069.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", @@ -45382,20 +46438,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec404df474339a7be304ffa6c0b7da6e", + "hash": "e7820c310d602d13dd3f6ddc03f35d08", "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": "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/handball/handball-luka-karabatic-forfait-pour-l-euro_AV-202112310299.html", + "link": "https://rmcsport.bfmtv.com/tennis/tennis-monfils-va-jouer-avec-des-raquettes-decathlon_AV-202201030268.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 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/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/1VqWmfOgyK8XTa4_p7Nbx3At5fE=/0x0:1200x675/800x0/images/Gael-Monfils-1203145.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -45404,20 +46460,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d894415f89a74da2ff87fe5f211b6794", + "hash": "80a7b5c120bbaca857e880af88f8179b", "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": "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/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/psg-simons-michut-gharbi-ces-jeunes-parisiens-qui-pourraient-avoir-leur-chance-a-vannes_AV-202201030265.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 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/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/yg-tc2MhRHHA4g-Xe9-tlhyladU=/304x80:2048x1061/800x0/images/Xavi-Simons-et-Edouard-Michut-1160980.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -45426,20 +46482,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "988bf13b50ad308354cbace555d8eaae", + "hash": "5c327d9dea9bfcf2d12975dcbe283d5e", "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": "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/transferts/barca-flou-total-autour-de-depay-deja-pousse-vers-la-sortie_AV-202112310276.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 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 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/BYLJg3iXEv-CAw5KCqumJcsEif4=/0x27:2048x1179/800x0/images/Memphis-Depay-avec-le-Barca-1202082.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", @@ -45448,20 +46504,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "42962811322034ebe1c44315ff2ad5f2", + "hash": "a5eab7fc113cdf6eff34166d8ab6d108", "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": "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/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/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 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 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/MA2bV55eOagj8Tf6b-jU1anl3bk=/0x45:1968x1152/800x0/images/Paulo-Dybala-Juventus-1190424.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", @@ -45470,20 +46526,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "adc2053cca9f0c4f44f65a190465d25f", + "hash": "a54277fdaa08e99977bc4801d60f8307", "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": "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/ligue-1/monaco-qui-est-philippe-clement-le-probable-successeur-de-niko-kovac_AV-202112310237.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-trippier-la-premiere-grosse-signature-de-newcastle_AV-202201030251.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 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/ye2NLstYA584JZ19jsGqFzKySkM=/0x58:2048x1210/800x0/images/Philippe-Clement-1202001.jpg", + "image": "https://images.bfmtv.com/qCspGlmJ3jlKpE0Xq8Yz-nLbaj0=/0x0:1024x576/800x0/images/-880256.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -45492,20 +46548,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f579091edda83013eab5dbb3eccd0b82", + "hash": "5fa8ec1437667aa25f5c6f44af42181a", "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": "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/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/auto-moto/f1/f1-hamilton-ne-repond-plus-au-nouveau-president-de-la-fia_AV-202201030247.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 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/1Ga-x_3H07U4PAs5CnVb4CHkFXc=/0x20:2048x1172/800x0/images/Kylian-Mbappe-celebre-un-but-du-PSG-1201992.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", @@ -45514,20 +46570,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f5ddc137e7276589cdafbe21d7fc05b", + "hash": "de94c592e3ff76008ae3a1896532d542", "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": "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/societe/echecs-sacre-champion-du-monde-vachier-lagrave-se-fixe-un-nouvel-objectif-ambitieux_AN-202112310235.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 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 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/wV6ropE8VMtwXt_GMtDgCjH03D8=/0x0:2048x1152/800x0/images/Maxime-Vachier-Lagrave-champion-du-monde-2021-de-blitz-1202030.jpg", + "image": "https://images.bfmtv.com/3mCkAlpzt6A1kUxwJoVUMN14aAg=/0x106:2048x1258/800x0/images/Chris-Froome-1203130.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -45536,20 +46592,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eab8f8857e8a66a201aa6a46484464df", + "hash": "1ea6b2a773aff24044dc178180c2e96b", "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": "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/rugby/top-14/top-14-la-rochelle-signe-le-fidjien-tabu-comme-joker-medical-de-botia_AV-202112310230.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 15:42:58 GMT", - "enclosure": "https://images.bfmtv.com/E5AtelwZhtqbjYaDEf8kfPjlOdc=/0x106:2048x1258/800x0/images/Stade-Rochelais-1202029.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/E5AtelwZhtqbjYaDEf8kfPjlOdc=/0x106:2048x1258/800x0/images/Stade-Rochelais-1202029.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", @@ -45558,20 +46614,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "11bb8f5f5faa1672a8e959652ed8bf7e", + "hash": "916bf95bf880bf0ded7a99404b8b233d", "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": "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/sports-de-combat/mma/ufc-ngannou-veut-boxer-contre-fury-et-wilder_AV-202112310228.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 15:37:18 GMT", - "enclosure": "https://images.bfmtv.com/JMJQOFC84Kzz3HrnV9cU1LMe_z0=/0x0:2048x1152/800x0/images/Francis-Ngannou-996920.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/JMJQOFC84Kzz3HrnV9cU1LMe_z0=/0x0:2048x1152/800x0/images/Francis-Ngannou-996920.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", @@ -45580,20 +46636,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "27ab7985046eda0c9ba7cb7071fd85f3", + "hash": "444f56a64a707de100692d730d1d18be", "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": "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/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/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 15:29:58 GMT", - "enclosure": "https://images.bfmtv.com/-Uv5W4fbGWA_WXD2SPFoUIqycu4=/0x0:2048x1152/800x0/images/Ez-Abde-1194710.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/-Uv5W4fbGWA_WXD2SPFoUIqycu4=/0x0:2048x1152/800x0/images/Ez-Abde-1194710.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", @@ -45602,20 +46658,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5304241d3a935945d9ffe6c751b1a2e4", + "hash": "d68e214432c372d2ef4a28eda059af8b", "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": "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/football/transferts/saint-etienne-sako-propose-a-aubameyang-de-revenir-pour-aider-le-club_AV-202112310225.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": "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 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/_Y1K6KE3ECW7K9HcWxCJMW8E4e8=/0x0:2048x1152/800x0/images/Bakary-Sako-et-Pierre-Emerick-Aubameyang-1202002.jpg", + "image": "https://images.bfmtv.com/VABc32o8qfeZKj8wsdklEmGxJRo=/0x0:1200x675/800x0/images/Jonathan-Ikone-1203076.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -45624,20 +46680,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd59b74706b7c15881331ea13657330e", + "hash": "cdb7388bdf8008b24948b712816da124", "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: 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/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-barca-ouvre-la-porte-sur-le-dossier-haaland_AV-202201030203.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 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/S5bZUIjXGFnqwWq8nLQUOZVCEwI=/0x0:2048x1152/800x0/images/1194531.jpg", + "image": "https://images.bfmtv.com/Ux99a7ozpxHsOQImOcoveurnKSw=/0x18:1200x693/800x0/images/Joan-Laporta-1168479.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -45646,20 +46702,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d816ee825094970d7147583ec1a545f0", + "hash": "25165a32a1ebb9f34d56d472230c3197", "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": "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/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/dakar-l-etape-du-jour-pour-loeb_AD-202201030196.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 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/XyVFZflHcJbfPo7QA4zcrx-ur6A=/0x0:2048x1152/800x0/images/Jurgen-Klopp-entraineur-de-Liverpool-1202017.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", @@ -45668,20 +46724,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "36d84c8820c4ee17739f01d1f4a7ce07", + "hash": "0d133ae9c0c4e14c04b214be55fa12bb", "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": "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/ligue-1/psg-mbappe-deja-de-retour-a-l-entrainement-avant-le-reste-du-groupe_AV-202112310209.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 14:27:10 GMT", - "enclosure": "https://images.bfmtv.com/-ooTN7QWQG6P1LIt26xZ6pU-1KU=/0x589:1040x1174/800x0/images/1202013.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/-ooTN7QWQG6P1LIt26xZ6pU-1KU=/0x589:1040x1174/800x0/images/1202013.jpg", + "image": "https://images.bfmtv.com/UHCNgCALQDdgDdSmmyDCHyGcuw0=/0x87:2000x1212/800x0/images/Manchester-United-1202698.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -45690,20 +46746,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "38c4dcb66f019ec79b2a46d19dbe8d30", + "hash": "4cedbb898b891af4160a52cae94d4265", "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": "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/football/transferts/om-sampaoli-dresse-le-profil-recherche-pour-le-mercato-d-hiver_AV-202112310207.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 14:24:48 GMT", - "enclosure": "https://images.bfmtv.com/Vg9waK9myY-4HyGw3DYx18RcE6c=/0x36:2048x1188/800x0/images/Jorge-Sampaoli-1167225.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/Vg9waK9myY-4HyGw3DYx18RcE6c=/0x36:2048x1188/800x0/images/Jorge-Sampaoli-1167225.jpg", + "image": "https://images.bfmtv.com/wJkHUBW4ulwIg58xOylWzVpMgcE=/0x208:2000x1333/800x0/images/FC-Seville-1202694.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -45712,20 +46768,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "922b8b6d478e9e084eac0f991089cd1b", + "hash": "a0e202a7983c1fd115abbe61380eaa82", "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": "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/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/pari-sportif/pronos-paris-rmc-le-pari-sur-du-3-janvier-coupe-de-france_AN-202201020109.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": "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/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/HFe8b09ur5kwLfd8XTjstY6Wrlk=/0x36:1984x1152/800x0/images/PSG-1202692.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -45734,20 +46790,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "20a34f00f5ef3c84831f52c4f4c62910", + "hash": "86fa5f3146e10471b3704789d404d4d9", "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": "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/football/premier-league/premier-league-southampton-newcastle-reporte-a-cause-du-covid_AD-202112310200.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 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: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/mE5vL_bptE56dxgTw560yR-ZsT4=/0x76:2048x1228/800x0/images/Newcastle-1181657.jpg", + "image": "https://images.bfmtv.com/WzZYpfwfLB2EGTL9S1b5A4WguYw=/0x46:1984x1162/800x0/images/K-Mbappe-1203075.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -45756,20 +46812,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ca7bd2ca842c37284d9584c011485e7", + "hash": "ddaffcaeedbf376c54947adfc6ee3c48", "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": "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/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-31-decembre-liga-espagne_AN-202112300008.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": "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: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/F7D3NMentMaBt6hR3B1YkyeaDMQ=/0x0:2000x1125/800x0/images/Guedes-et-Soler-Valence-1201163.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", @@ -45778,20 +46834,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb5eb44ed71f4bfb22faf108a1a950f8", + "hash": "28e1f973379f5f56f2caf8fff6a8b731", "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 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/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-met-la-pression-a-dembele_AV-202201030193.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: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/bKdWN2uJQRS665cVbfYYyvi9Dtk=/0x0:2000x1125/800x0/images/RJ-Nembhard-1201999.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", @@ -45800,20 +46856,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3a9f9409c87e47d0f222cd1687a6191", + "hash": "2512cdf619b7b41396e530b3c74b792d", "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": "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/football/l-as-pirae-club-de-tahiti-va-participer-a-la-coupe-du-monde-des-clubs_AV-202112310193.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": "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 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/lUwMAXonxruZnOHuFla_6dSbJSs=/0x58:1440x868/800x0/images/Coupe-du-monde-des-clubs-1201940.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", @@ -45822,20 +46878,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "23d58eafabc087f16c4fb275eddf8054", + "hash": "be66d6c9b870fdd4f7b55109712e830f", "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": "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/serie-a/inter-la-banderole-des-supporters-qui-en-veulent-toujours-a-lukaku_AV-202112310192.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 13:34:34 GMT", - "enclosure": "https://images.bfmtv.com/T0IExq6Tl_5-V_xuOGaBnrYHlis=/0x0:2048x1152/800x0/images/Romelu-LUKAKU-1201970.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/T0IExq6Tl_5-V_xuOGaBnrYHlis=/0x0:2048x1152/800x0/images/Romelu-LUKAKU-1201970.jpg", + "image": "https://images.bfmtv.com/dn6QARwVOzYf2UbWVn7tjbXGJh0=/0x42:2048x1194/800x0/images/Mbappe-Griezmann-1203022.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -45844,20 +46900,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "79a13a730701a7bc1a9e385f4e594d5e", + "hash": "10c039121178f5c3bd948731fa8d7277", "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": "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/cyclisme/cyclisme-sorti-de-l-hopital-ullrich-remercie-armstrong-apres-avoir-encore-echappe-a-la-mort_AV-202112310191.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 13:27:59 GMT", - "enclosure": "https://images.bfmtv.com/MQM_1Lr8bn3w72z4egZkcetmyxU=/3x99:1859x1143/800x0/images/Jan-Ullrich-1201975.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/MQM_1Lr8bn3w72z4egZkcetmyxU=/3x99:1859x1143/800x0/images/Jan-Ullrich-1201975.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", @@ -45866,20 +46922,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2947ee4de4b141d96de1f2bb4d1273af", + "hash": "1e75d4f9ddb4edda7a75c17a2e758f59", "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": "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/ligue-1/ligue-1-angers-asse-reporte-en-raison-du-coronavirus_AV-202112310190.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 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": "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/x_1-sqkJiV0BF_b6NrF9KBHvtbw=/7x107:1991x1223/800x0/images/L-equipe-d-Angers-est-decimee-par-le-Covid-1201977.jpg", + "image": "https://images.bfmtv.com/g6gNTHIGcTlAVIRkWEioqIyjGAA=/159x0:1183x576/800x0/images/-840905.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -45888,20 +46944,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa2883394f53dba44912ba4b0d39d0b3", + "hash": "88b30624dbd3f94201a09f7e0f5e1039", "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": "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/tennis/open-d-australie-nadal-est-arrive-a-melbourne_AV-202112310189.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 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 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/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/NDPI3bx_rRyzTc83IpR-OiKXkBE=/0x0:1200x675/800x0/images/Les-Girondins-de-Bordeaux-1193040.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -45910,20 +46966,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3b5d23de9b59a1e5d9cb851096f0929", + "hash": "7f0f924901da23ba5ce6d7a1d53f219b", "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": "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/football/transferts/mercato-monaco-proche-d-un-accord-avec-clement-pour-remplacer-kovac_AV-202112310188.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 13:21:07 GMT", - "enclosure": "https://images.bfmtv.com/Vh2pG4kACdaTR_j9wyfkGR3-Bxo=/0x62:1200x737/800x0/images/-851105.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/Vh2pG4kACdaTR_j9wyfkGR3-Bxo=/0x62:1200x737/800x0/images/-851105.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", @@ -45932,20 +46988,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d26213c84de44d830d5a5b552fdd709f", + "hash": "a933c6588a46dde1903a997b3a7eba8f", "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": "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/coupe-de-france/om-en-direct-suivez-la-conference-de-presse-de-sampaoli-avant-chauvigny_LN-202112310109.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 08:57:14 GMT", - "enclosure": "https://images.bfmtv.com/oO2yjZnuS7Vh1oR91K0MwbObO8g=/141x134:2045x1205/800x0/images/Jorge-Sampaoli-1176051.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/oO2yjZnuS7Vh1oR91K0MwbObO8g=/141x134:2045x1205/800x0/images/Jorge-Sampaoli-1176051.jpg", + "image": "https://images.bfmtv.com/h2doS6vtzDglfkwTZPM8QuS0yBw=/0x106:2048x1258/800x0/images/Stephane-Peterhansel-1203002.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -45954,20 +47010,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dcce3f7a38d86263404ddbf24a98b726", + "hash": "11ab9237c29c2e785e2cf7404f215052", "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": "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/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-lukaku-aurait-decide-de-quitter-chelsea_AV-202201030137.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 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/V-0DOsSBZnX6-AiNrztflMnaJPc=/6x54:2038x1197/800x0/images/Ui-Jo-Hwang-remplace-lors-d-un-match-de-Bordeaux-1202000.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", @@ -45976,20 +47032,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3cdb5047566982a2bf5fddff669ec8fa", + "hash": "c5c16f350b2e02d3357a1f9a3309933c", "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": "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/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/tennis/tennis-positif-au-covid-19-gasquet-est-a-l-isolement_AV-202201030130.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 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/DmhoC1XLc9d-FHYK5P5G5ynwfCo=/0x61:2016x1195/800x0/images/Petkovic-1201957.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", @@ -45998,20 +47054,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "18ec00fa67564617d9ec4578b1f915b1", + "hash": "55bb81642228dd6dabd4d8f491e98879", "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": "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/ligue-1/ol-plusieurs-cas-positifs-au-coronavirus-le-stage-en-espagne-reporte_AV-202112310168.html", + "link": "https://rmcsport.bfmtv.com/football/liga/atletico-griezmann-teste-negatif-apres-sa-quarantaine_AV-202201030119.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 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/_XqeETwkPsiGgLKip6OVNKbC_sU=/0x0:2048x1152/800x0/images/Lucas-PAQUETA-1201958.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", @@ -46020,20 +47076,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb6356aebab572527cbee8849d2a21bc", + "hash": "a9c1916703c2e984cffb120eefe27627", "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": "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/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/le-sport-face-au-coronavirus-en-direct-le-coup-de-gueule-de-genesio-contre-les-instances-du-foot-francais_LN-202201030088.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 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/hp8oo6V9o7ZDaQelM56h0WEVIaA=/0x68:1200x743/800x0/images/Le-trophee-tant-convoite-de-la-Coupe-de-France-1191388.jpg", + "image": "https://images.bfmtv.com/DmhoC1XLc9d-FHYK5P5G5ynwfCo=/0x61:2016x1195/800x0/images/Petkovic-1201957.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -46042,20 +47098,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b22dc782b2e8d711f5d1b84d19ffe662", + "hash": "66ef641ba0c4bc65f66c4cc2074d49e1", "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": "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/premier-league-le-mea-culpa-de-bielsa-face-aux-grosses-difficultes-de-leeds_AV-202112310149.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 11:27:22 GMT", - "enclosure": "https://images.bfmtv.com/lEVKLec8yZzRswQ5qYrhMqrXF8I=/0x0:2048x1152/800x0/images/Marcelo-Bielsa-1201931.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/lEVKLec8yZzRswQ5qYrhMqrXF8I=/0x0:2048x1152/800x0/images/Marcelo-Bielsa-1201931.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", @@ -46064,20 +47120,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d11d355bda43cdf1718ee2b7be09d43", + "hash": "2986575a4fe409856f19c07ba5581ab1", "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": "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/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/premier-league/chelsea-lukaku-severement-critique-en-angleterre_AV-202201030071.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 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/yUN6a3DDdwHYsjZ5G2NaiTHNoCk=/0x212:2048x1364/800x0/images/Sebastien-Loeb-et-son-co-pilote-Fabian-Lurquin-1201906.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", @@ -46086,20 +47142,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "449a97831b49f4fd1a4ed5f25b202f76", + "hash": "6569dc37dbbe965e2dcc506746171b42", "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": "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/primeira-liga/le-fc-porto-seule-equipe-invaincue-dans-les-grands-championnats-d-europe-en-2021_AV-202112310144.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 10:57:29 GMT", - "enclosure": "https://images.bfmtv.com/B0hhcwdTQze31WgIiUvh12E6tuY=/0x283:2048x1435/800x0/images/FC-Porto-1201927.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/B0hhcwdTQze31WgIiUvh12E6tuY=/0x283:2048x1435/800x0/images/FC-Porto-1201927.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", @@ -46108,20 +47164,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6997209e4f1d6f77d903a6aee205baa", + "hash": "51464ef1f13ea1e68cd4afba759c51dc", "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": "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/football/coupe-d-afrique-des-nations/can-2022-osimhen-declare-finalement-forfait-avec-le-nigeria_AV-202112310140.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 10:41:51 GMT", - "enclosure": "https://images.bfmtv.com/Co0hfwiKAydloJ3mZBGTKxm4lzg=/2x2:4402x2477/800x0/images/-876571.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/Co0hfwiKAydloJ3mZBGTKxm4lzg=/2x2:4402x2477/800x0/images/-876571.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", @@ -46130,20 +47186,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d7130d7e7e781fbc5666f645f9f20337", + "hash": "79f95231cec64a7afc25fdf6fb182483", "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": "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/paris-hippique/les-pronos-hippiques-du-samedi-1er-janvier_AN-202112310136.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 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 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/Lit38bQb0fjgPYlJ6_-HJWmEWsM=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-vendredi-31-decembre-2021-1201160.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", @@ -46152,20 +47208,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "933a6ad3f073e88b5befcdc17af14f6c", + "hash": "a64266ccd89d9082b72eb8a590b17e57", "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": "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/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/D9yAJsWIYfUxyZZj5MpBtp7Cdvk=/0x106:2048x1258/800x0/images/Philippe-Clement-entraineur-de-bruges-1183468.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": "https://images.bfmtv.com/D9yAJsWIYfUxyZZj5MpBtp7Cdvk=/0x106:2048x1258/800x0/images/Philippe-Clement-entraineur-de-bruges-1183468.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", @@ -46174,20 +47230,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "897b97206dc6a1f452e5a0a9e0910057", + "hash": "9c6ee540b45d72e84c57499484c20f16", "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": "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/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-en-direct-morata-se-rapproche-du-barca_LN-202201030030.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 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/4D9oh8O__W3jmh7baPLqfPbDAVQ=/0x13:2048x1165/800x0/images/Angers-1201646.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", @@ -46196,20 +47252,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d153a0d3d523030a11fa0479f12c657e", + "hash": "553c7bd97fc3a931dea8044d5afcf881", "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": "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/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/ligue-1/psg-un-dj-argentin-menace-apres-le-test-positif-de-messi_AV-202201030027.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 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/NPgOEIzp_haQSpkO0mq4hFHfc7o=/0x294:2048x1446/800x0/images/Tuchel-Lukaku-1201916.jpg", + "image": "https://images.bfmtv.com/VFvnO8pgNWRKwEHOZMGW5edtwpU=/0x83:2048x1235/800x0/images/Lionel-Messi-1202257.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -46218,20 +47274,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f0ca110518ee745a299edf90106bd1a", + "hash": "0296e68cfa793684f31de4eff410cf07", "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": "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/football/transferts/mercato-le-losc-confirme-le-depart-d-ikone-a-la-fiorentina_AV-202112310128.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-morata-au-barca-ce-serait-brulant_AV-202201030018.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 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/qte-QcQ2fcKdKT668fGHjFWCG9o=/129x117:2033x1188/800x0/images/Jonathan-Ikone-1193924.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", @@ -46240,20 +47296,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fd80095c1b50536c5148c74799ef20eb", + "hash": "1c09f16d8ccb0750bdf7e582509bb287", "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": "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/transferts/mercato-vlahovic-serait-le-plan-b-du-barca-en-cas-d-echec-pour-haaland_AV-202112310120.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 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 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/8MSPUVoeo7lo31Z6Z_TAEgvhEJI=/0x0:1968x1107/800x0/images/Dusan-Vlahovic-Fiorentina-1186009.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", @@ -46262,20 +47318,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6a6c62b71974c777e25bd5072ed9244", + "hash": "feffeee16d5b7450417517d46f2c5a53", "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": "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/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-l-om-laisse-une-partie-de-la-recette-a-chauvigny_AV-202201020232.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": "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/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/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", @@ -46284,20 +47340,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f12327d3ce818d42ad46fdd3b85b92f", + "hash": "d04d35c93f8994a2de4271e80bfd645e", "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": "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/premier-league-tuchel-rappele-a-l-ordre-apres-sa-declaration-contre-un-arbitre_AV-202112310100.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 08:26:30 GMT", - "enclosure": "https://images.bfmtv.com/qjHMD0xLfnwew4CklC-zakkaLdQ=/0x49:2048x1201/800x0/images/Thomas-Tuchel-1201874.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/qjHMD0xLfnwew4CklC-zakkaLdQ=/0x49:2048x1201/800x0/images/Thomas-Tuchel-1201874.jpg", + "image": "https://images.bfmtv.com/kghkQ5WB2eiuvUGWsLPHIMmlQyM=/0x54:2048x1206/800x0/images/Antonio-Brown-1202842.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -46306,20 +47362,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "796b6a200a97b6a8fdbc7bd27222a18a", + "hash": "c58c633059e2f7f00244ef545d2696f1", "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": "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-united-l-hommage-d-un-club-pour-les-80-ans-de-sir-alex-ferguson_AV-202112310098.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 08:22:05 GMT", - "enclosure": "https://images.bfmtv.com/jH8iRFOaO6boJXh8H80aA99-OBM=/0x75:2048x1227/800x0/images/Alex-Ferguson-1201873.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/jH8iRFOaO6boJXh8H80aA99-OBM=/0x75:2048x1227/800x0/images/Alex-Ferguson-1201873.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", @@ -46328,20 +47384,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "136090c92b2ae3663a8916ee5442c95d", + "hash": "89552f08e38d193d9e28eb5755349068", "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": "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/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/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": "Fri, 31 Dec 2021 07:48:10 GMT", - "enclosure": "https://images.bfmtv.com/bNkEo5tEHZt6sS0hnCRVETkJFew=/0x106:2048x1258/800x0/images/supporters-LOSC-1194336.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/bNkEo5tEHZt6sS0hnCRVETkJFew=/0x106:2048x1258/800x0/images/supporters-LOSC-1194336.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", @@ -46350,20 +47406,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "320d068fd067f21e26c6c48a214c95f7", + "hash": "202144d3c95c50a79a6637dcfd5ea9ed", "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": "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/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/liga/liga-l-arret-exceptionnel-de-ter-stegen-qui-sauve-le-barca-a-deux-points-du-podium_AV-202201020222.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": "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/O97MaNlnoPQyeDd-mYmMGQ3O5YQ=/0x118:2048x1270/800x0/images/Tony-Yoka-1136249.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", @@ -46372,20 +47428,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9fa2ee1fc6d1cedb357ed76cafde748", + "hash": "24e2aaa503e926d6856aa9783e53a71d", "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": "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/basket/nba/nba-la-colere-de-draymond-green-apres-le-report-de-denver-golden-state_AN-202112310058.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-suivez-chauvigny-om-en-direct_LS-202201020167.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": "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/T8xP67BvOtkiXbJiGqfTEPYxgfQ=/7x107:1991x1223/800x0/images/Draymond-Green-au-Chase-Center-1201816.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", @@ -46394,20 +47450,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1c6c2d4a9bb040d9aea6cb3a764d539", + "hash": "f235ea1e0944248017c348bf0c549e34", "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": "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/gabon-trois-entraineurs-de-football-mis-en-examen-pour-pedophilie_AD-202112310038.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": "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": "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/KxmAb_5Cnz4wU6I6roI8e6yuW3w=/0x103:1984x1219/800x0/images/Ballon-de-foot-1064209.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", @@ -46416,20 +47472,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "71f66ef6f8bde0a6c52de2fd659f3847", + "hash": "d8e874e51c16c1c0844dc794e272a457", "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 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/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-n-a-laisse-aucune-chance-a-chauvigny_AV-202201020218.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 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/k6twlV_EOIM3gWFIsITckebQEFM=/0x71:2048x1223/800x0/images/Dani-Alves-1201799.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", @@ -46438,20 +47494,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "96644e9ee055a3ea86fcd7b3d6c0eeb1", + "hash": "7f4003c93b668f07b62e35dc134afa28", "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": "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/premier-league/mercato-cristiano-ronaldo-est-tres-heureux-a-manchester-united-assure-jorge-mendes_AV-202112310024.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": "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 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/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/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", @@ -46460,20 +47516,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c90e20e54179018c49edc5ddead1a544", + "hash": "8296100b67057b3dc024a2594b5cafbb", "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": "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-city-joao-cancelo-agresse-lors-d-un-cambriolage_AV-202112310015.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": "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 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/CZimpdxEjetRdi7gDQeonASRJUc=/0x61:2048x1213/800x0/images/Joao-Cancelo-1201784.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", @@ -46482,20 +47538,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "700ed8f9133d096d0df0b37267903283", + "hash": "aee254a55949b91ce42fcc3a1d53fa68", "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": "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/primeira-liga/portugal-porto-remporte-un-choc-spectaculaire-face-a-benfica_AV-202112300376.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 23:36:44 GMT", - "enclosure": "https://images.bfmtv.com/R9FXyhBhmjauMJy6WrLxy9oWQL0=/0x0:1184x666/800x0/images/Porto-Benfica-1201757.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/R9FXyhBhmjauMJy6WrLxy9oWQL0=/0x0:1184x666/800x0/images/Porto-Benfica-1201757.jpg", + "image": "https://images.bfmtv.com/6rsKgLOwZK4s3jThgJfB1bfcmrE=/0x39:1200x714/800x0/images/Bruno-Irles-1202824.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -46504,20 +47560,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e67ef2ccaa0eab75ff10b13875345a8c", + "hash": "4a1e1e1f1cc4ba9983a07a5efd6ce07b", "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": "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/ligue-1/bordeaux-a-la-treve-gerard-lopez-dresse-le-tres-mauvais-bilan-comptable-des-girondins_AV-202112300372.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 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 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/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/Wkpzm4FwaTn737jwl_aMC18vJQg=/0x164:2048x1316/800x0/images/Giniel-de-Villiers-sur-le-Dakar-2022-1202823.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -46526,20 +47582,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6cded65cb87b0f8bc43a2cb8d9528500", + "hash": "4dfb93fe1e2cb46cd8d580631edb55d4", "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: 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/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-tous-les-resultats-des-16es-de-finale-avec-quelques-surprises_AV-202201020206.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 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/jUQQT1sduMaaMfhUokDRFFKtnjk=/0x65:2048x1217/800x0/images/Paqueta-1201948.jpg", + "image": "https://images.bfmtv.com/sd8vAZUlJniSJOf8dqfv9YdyzO4=/0x87:2048x1239/800x0/images/Nancy-1202819.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -46548,20 +47604,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe2207afd43701a799f17992cdfdf6ca", + "hash": "7eee8b886930a49086cadc9236df8057", "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": "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/z-IomjsZkjqzmyZftwq07-rCuD0=/0x46:2048x1198/800x0/images/Ikone-1194520.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/z-IomjsZkjqzmyZftwq07-rCuD0=/0x46:2048x1198/800x0/images/Ikone-1194520.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", @@ -46570,20 +47626,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "715ceea19eaf1cc1255f52221f6afc74", + "hash": "565ce51f64e01264a61cd551b2821651", "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": "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/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/psg-danilo-pereira-place-a-l-isolement-par-precaution_AV-202201020203.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 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/oO2yjZnuS7Vh1oR91K0MwbObO8g=/141x134:2045x1205/800x0/images/Jorge-Sampaoli-1176051.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", @@ -46592,20 +47648,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f804fabb7ddb5c68ccb06c8686045e1", + "hash": "27d2509cef928f8235411f90e00b8988", "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": "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/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/football/coupe-de-france/coupe-de-france-en-direct-suivez-les-16es-de-finale_LS-202201020072.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 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/3i2TaUH-YKBg_hQCChQcXkQmsKk=/0x131:2048x1283/800x0/images/Le-stade-Velodrome-lors-d-OM-Lokomotiv-1185706.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", @@ -46614,20 +47670,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3651fcd04c726cb9ba460862852145b", + "hash": "f373c9588f1aee200ff84d0c5c89a672", "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": "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/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/coupe-de-france/coupe-de-france-suivez-chauvigny-om-en-direct_LS-202201020167.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 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/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/Pkn3Sx4rdm6SpdZXZci-kY70WYQ=/0x87:2048x1239/800x0/images/Les-Marseillais-apres-le-but-de-Milik-1202825.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -46636,20 +47692,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5b4ad8365a9938872ce24fa3d2bc451", + "hash": "942ac94377d3e77b0d64e2618a0d6b80", "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": "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/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/premier-league/chelsea-c-est-clairement-rouge-fustige-azpilicueta-apres-la-faute-de-mane_AV-202201020197.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 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/W4twdeFoVAR5-HVylMsdqpeIy5c=/6x109:2038x1252/800x0/images/Gerard-Lopez-1201722.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", @@ -46658,20 +47714,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c147976c86680284689d5981a3770b1", + "hash": "59b05be56d18aa5ed860e0dfd91b6f97", "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": "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/coupe-d-afrique-des-nations/can-2022-quatre-joueurs-du-cameroun-positifs-au-covid-19_AD-202112300357.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 22:02:17 GMT", - "enclosure": "https://images.bfmtv.com/L_CpwTnIMHEwnbIxboFGkOU9CzM=/0x54:1200x729/800x0/images/Cameroun-1201732.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/L_CpwTnIMHEwnbIxboFGkOU9CzM=/0x54:1200x729/800x0/images/Cameroun-1201732.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", @@ -46680,20 +47736,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9786abb9a5f0e865ae8e702c9adb220a", + "hash": "070eee91cf0021f8d8f2efa9bb5b9267", "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": "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/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/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 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 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/ZeW_U10GNxq0uK_lxSS7yFnAdMY=/0x118:2048x1270/800x0/images/Abdessamad-EZZALZOULI-1201544.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", @@ -46702,20 +47758,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "298687081e30d192afee6cd4255eb4b2", + "hash": "038e750255b14afa767de8ebe7cf906d", "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": "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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.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 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 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/gKa4XiICJpUQAbtM4nroz2BRLpg=/0x47:2048x1199/800x0/images/Alvaro-Morata-et-Massimiliano-Allegri-lors-de-Juventus-Genoa-1182693.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", @@ -46724,20 +47780,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0edd29b086ef64229857e443115f03dc", + "hash": "2c7d6d03355eb1da241ef23b9525b2be", "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": "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/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300019.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 05:51:41 GMT", - "enclosure": "https://images.bfmtv.com/h_X7DIsh8XxQDBcrNxOqvn2QO6g=/0x0:1200x675/800x0/images/Gerard-Lopez-1133044.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/h_X7DIsh8XxQDBcrNxOqvn2QO6g=/0x0:1200x675/800x0/images/Gerard-Lopez-1133044.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", @@ -46746,20 +47802,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3358d2358ac2055f4db934171761f3c6", + "hash": "f1e0f5e81f6926e7329f3bffa517600e", "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: 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/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-cette-fois-nantes-a-laisse-la-recette-a-vitre_AV-202201020169.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 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/MLBdh4eQpk9OE_DQEE0RMBQfKNs=/4x289:3604x2314/800x0/images/-865884.jpg", + "image": "https://images.bfmtv.com/36GpmlRkbY4R2giJXobBCDGk10s=/0x49:2048x1201/800x0/images/Nantes-Vitre-1202756.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -46768,20 +47824,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "558c79e55e6c3588d5b60b86b1caa6d1", + "hash": "47dc459decf7e62bc3753e50b11ebaab", "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": "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/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-bastia-elimine-clermont-rennes-tombe-aux-tirs-au-but-contre-le-dernier-de-ligue-2_AN-202201020164.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: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/uNfMC7J8g9IkfQsHDwd4qU59cNI=/0x0:2048x1152/800x0/images/Alvaro-Morata-Juventus-1201715.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", @@ -46790,20 +47846,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1368239fb22210e3e0227031eb2ed8bd", + "hash": "af4215fe2c75d42e14e520a597a9f0c9", "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": "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/transferts/monaco-les-joueurs-surpris-par-le-timing-du-depart-de-kovac_AV-202112300344.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 20:09:44 GMT", - "enclosure": "https://images.bfmtv.com/lU_Iu9Ut0P_NcPIqjuxpttrUOos=/0x62:1200x737/800x0/images/Niko-Kovac-977925.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/lU_Iu9Ut0P_NcPIqjuxpttrUOos=/0x62:1200x737/800x0/images/Niko-Kovac-977925.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", @@ -46812,20 +47868,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "52b8be71c57807c5adf3e6a7fa1fd815", + "hash": "5e21c6ff87d2bf4bfce97bfe07245264", "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": "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/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/coupe-de-france-inquiet-kombouare-refuse-de-s-enflammer-apres-le-qualification_AV-202201020157.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 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/EOC1FDJ41vOEXuUUJOtUX1Yd1R4=/0x42:2048x1194/800x0/images/Romelo-Lukaku-1201291.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", @@ -46834,20 +47890,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bbbfd0f1e7bbe5275265b374ff7dfb26", + "hash": "1bdb820c1896bd63d3958a943ebffc55", "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": "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/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/bordeaux-le-match-ne-devait-pas-se-jouer-peste-briand-sur-le-protocole-covid_AV-202201020154.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 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/YA_0TbzsQnKT8lUHRDZ0QHCG34Y=/0x59:2048x1211/800x0/images/Mohamed-El-AROUCH-le-17-07-2021-1201583.jpg", + "image": "https://images.bfmtv.com/DeqXQ0lsI1pdc9Kp1AF29uIgHuE=/0x184:2048x1336/800x0/images/Jimmy-Briand-1179854.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -46856,20 +47912,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "25566be4a2535dae38c1e8dcac0b4838", + "hash": "b6df233c82b2aa5142f0e90cc1c28835", "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": "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/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/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 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 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/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/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", @@ -46878,20 +47934,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "79ba1ba969a0e292644bcb7344b2ff16", + "hash": "5822a22b7fbffc17582e25c2dda17729", "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": "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/football/ligue-1/strasbourg-caci-vers-un-depart-cet-hiver-en-bundesliga_AV-202112300312.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 18:18:44 GMT", - "enclosure": "https://images.bfmtv.com/dA1hHDiwTLKdWVjBw25TazVVVqY=/0x106:2048x1258/800x0/images/Anthony-Caci-1201668.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/dA1hHDiwTLKdWVjBw25TazVVVqY=/0x106:2048x1258/800x0/images/Anthony-Caci-1201668.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", @@ -46900,20 +47956,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cab56405c83586411e862371e4e9ca3b", + "hash": "64d4e8d891f08c3ced8441aa341f5c94", "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": "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/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/premier-league/premier-league-chelsea-liverpool-en-direct_LS-202201020143.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 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/o1fFtzyXoFeTZ_l2CkHUmMzUZM4=/0x169:2048x1321/800x0/images/Angers-1201656.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", @@ -46922,20 +47978,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "558d478b0725dfb97d7ac50831551beb", + "hash": "588e3df3ee2a647b067b6ec8c0b1f3bb", "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": "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/saint-etienne-dix-ans-apres-bakary-sako-de-retour-avec-les-verts_AV-202112300292.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 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 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/iaznyTqN-BcRhOkTYx3_I4WxUSo=/0x3:2032x1146/800x0/images/Bakary-Sako-1201618.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", @@ -46944,20 +48000,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4dc20db4ac54c0bfd8ee69eac58889bb", + "hash": "763b0791676cac88fec2baf41ffa0db2", "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": "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/football/serie-a/serie-a-les-footballeurs-sans-pass-vaccinal-ne-pourront-plus-jouer_AV-202112300288.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 17:39:19 GMT", - "enclosure": "https://images.bfmtv.com/qtQMtkZ7Xw81k11y89jKqSOjVwI=/0x106:2048x1258/800x0/images/Roma-Inter-1201619.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/qtQMtkZ7Xw81k11y89jKqSOjVwI=/0x106:2048x1258/800x0/images/Roma-Inter-1201619.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", @@ -46966,20 +48022,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "112417981f34a5225e5491d0dd0024be", + "hash": "2b96dae3b1b39355a66aedf7016a6a67", "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": "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/ligue-1/ligue-1-niko-kovac-n-est-plus-l-entraineur-de-l-as-monaco_AV-202112300278.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 17:23:09 GMT", - "enclosure": "https://images.bfmtv.com/NKbHQRnIgnMEp1Eac2jLnt7hf98=/0x0:2048x1152/800x0/images/Niko-Kovac-1017667.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/NKbHQRnIgnMEp1Eac2jLnt7hf98=/0x0:2048x1152/800x0/images/Niko-Kovac-1017667.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", @@ -46988,20 +48044,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c8fa2fa2bfd9c71788c564c1c8bd1b4", + "hash": "00b0ab270d0d0b3654929576fce8febb", "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": "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/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/liga/liga-surprise-le-real-debute-2022-par-une-defaite-a-getafe_AV-202201020136.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 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/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/Ye4MF4mbIyMlwwCXkgmNUaItNR0=/0x146:2048x1298/800x0/images/Karim-Benzema-1202716.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -47010,20 +48066,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "81e66e4857764749de9ae8633b4c2d8d", + "hash": "b2bdb188eaf4cc2ff6a292a52b9cbc64", "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": "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/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/coupe-de-france-pas-de-miracle-pour-les-jeunes-de-bordeaux-nantes-assure_AV-202201020134.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 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/emhbLyhRNsw_h034xh1WxDC4rjg=/0x20:1968x1127/800x0/images/Jamie-Vardy-Leicester-1008869.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", @@ -47032,20 +48088,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "08955ab09ec4fa0620e815327311f43b", + "hash": "c80ae5e55ed6b681ecaf09e8205ba852", "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": "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/rugby/toulon-baptiste-serin-prolonge-sur-la-duree_AV-202112300259.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 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 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/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/Az8r_n7M0m3q6WZhlF74fugtDsY=/0x0:2048x1152/800x0/images/Ismaila-Sarr-avec-Watford-1202715.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -47054,20 +48110,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca819211832f795b3aee5c72d1a96461", + "hash": "8d4813c25e8f47643a0229490a1344e1", "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": "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/football/transferts/mercato-cuisance-va-quitter-le-bayern-munich-et-rejoindre-venise_AV-202112300253.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 16:44:49 GMT", - "enclosure": "https://images.bfmtv.com/DRIMWAtvgyk7hgMgGiOAKon6o2g=/0x0:1200x675/800x0/images/-873600.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/DRIMWAtvgyk7hgMgGiOAKon6o2g=/0x0:1200x675/800x0/images/-873600.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", @@ -47076,20 +48132,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c2562753cc0980319d6c8643f25e8a8", + "hash": "afc481470840ce75edf6e9fe33152653", "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": "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/transferts/psg-diallo-est-courtise-par-l-ac-milan-mais-le-dossier-est-complexe_AV-202112300250.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 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 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/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/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", @@ -47098,20 +48154,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "487ce4659c89e74ac2d2d18cb77f9f7f", + "hash": "b765b60b9af7e9cea85f2a422d839195", "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": "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/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/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 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 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/0zcmwSizHqx0dzsTSsdC9jdGDdc=/7x46:791x487/800x0/images/L-Italien-Vivid-Wise-As-revient-en-France-avec-des-ambitions-1201575.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", @@ -47120,20 +48176,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b38ef0a7233d0f20304277d1ed54d38", + "hash": "b6bb5edf79cfb10aa7977c6784fbb4f9", "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": "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/premier-league/premier-league-chelsea-a-perdu-173-5-millions-d-euros-en-2020-2021_AV-202112300235.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 15:58:58 GMT", - "enclosure": "https://images.bfmtv.com/qaRWr-hNg9HKfeEKuaH2j0Xb04A=/0x71:2000x1196/800x0/images/Chelsea-1201155.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/qaRWr-hNg9HKfeEKuaH2j0Xb04A=/0x71:2000x1196/800x0/images/Chelsea-1201155.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", @@ -47142,20 +48198,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef20634a09feb8f02c83a4e2257967a9", + "hash": "3ae78f81f53f37fee7c7ce04801465ec", "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": "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/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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.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": "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/GJiTLQH2-NGoj3bxkWjUjR-6-pY=/0x0:2048x1152/800x0/images/Hugo-Lloris-avec-Tottenham-1182706.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", @@ -47164,20 +48220,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "48ee8f73b449d9929237791e1e6e1bf1", + "hash": "c3da74261626edca7cb24d936467a3fb", "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": "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/transferts/mercato-newcastle-intensifie-les-negociations-avec-lille-pour-botman_AV-202112300223.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 15:28:45 GMT", - "enclosure": "https://images.bfmtv.com/l15eFuFaiQ8hY2UNmU6XzyAJgEI=/252x155:1516x866/800x0/images/Botman-Lille-1148236.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/l15eFuFaiQ8hY2UNmU6XzyAJgEI=/252x155:1516x866/800x0/images/Botman-Lille-1148236.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", @@ -47186,20 +48242,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f985409cc167669c57ca9cb847e43f5", + "hash": "6a0122b9edf8e650fbf8b3dce6c4fb44", "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": "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/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.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": "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 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/DRIMWAtvgyk7hgMgGiOAKon6o2g=/0x0:1200x675/800x0/images/-873600.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", @@ -47208,20 +48264,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9dfc084bb1024372e6d081af008b70c2", + "hash": "c14ebc20736a344982b322031a40affa", "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": "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/rugby/top-14-toulouse-estime-que-les-reports-auraient-pu-etre-evites_AV-202112300220.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 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 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/ke-ps9fiy5i69tMzn46Hni-zuEE=/0x83:2048x1235/800x0/images/Ugo-MOLA-1201554.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", @@ -47230,20 +48286,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "04b5eb4968def717fe10ca4e8ba1b05f", + "hash": "bef505dcf6f03f9fc13e7d7fa101cf0b", "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": "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/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/sports-de-combat/le-corps-d-un-combattant-de-mma-retrouve-deux-ans-apres-sa-disparition_AV-202201020108.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 12:14:13 GMT", + "enclosure": "https://images.bfmtv.com/OVpKkoH8hOmywNcXEAjza2Uqofs=/0x208:1984x1324/800x0/images/Une-cage-de-MMA-1202689.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ykMTrWVNb0NNCwa6zYuFmbeIcmk=/0x104:1984x1220/800x0/images/Wahbi-Khazri-Tunisie-1165395.jpg", + "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", @@ -47252,20 +48308,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "667581a9e78beff14bc0d8d34e7e93dc", + "hash": "af2865aa062c37dcdcc8c7fe1a03f6f0", "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": "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/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/psg-neymar-autorise-a-rester-plusieurs-jours-supplementaires-au-bresil_AV-202201020107.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 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/ZeW_U10GNxq0uK_lxSS7yFnAdMY=/0x118:2048x1270/800x0/images/Abdessamad-EZZALZOULI-1201544.jpg", + "image": "https://images.bfmtv.com/_VK-JXkOWQRNX0idPTWnA3GkOU8=/0x0:2048x1152/800x0/images/Neymar-1177801.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -47274,20 +48330,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "918274c5cefaa61ff14c33f68827e656", + "hash": "b11e491df2c6f2af3f87e751c891097c", "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": "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/psg-le-marathon-de-neymar-pour-feter-le-nouvel-an_AV-202112300199.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 14:26:43 GMT", - "enclosure": "https://images.bfmtv.com/r0QcahOijPa0CumVJwNSDM88Od8=/0x27:2048x1179/800x0/images/NEYMAR-JR-1169973.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/r0QcahOijPa0CumVJwNSDM88Od8=/0x27:2048x1179/800x0/images/NEYMAR-JR-1169973.jpg", + "image": "https://images.bfmtv.com/8TXVusKfCPN0Ai0ojRyLlRYPrpE=/0x0:2048x1152/800x0/images/Neto-1202579.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -47296,20 +48352,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4fc87c25c3111482e43bc306daab099e", + "hash": "af11de424a2bb5cb83b168000f7d7ebb", "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": "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/coupe-de-france/coupe-de-france-8-000-personnes-autorisees-en-tribunes-pour-chauvigny-om_AV-202112300197.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 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": "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/nXG3pmZvEhC9NhV_p2y_uzVKp38=/0x106:2048x1258/800x0/images/Matteo-Guendouzi-en-Coupe-de-France-1192507.jpg", + "image": "https://images.bfmtv.com/HhCJzuVRhwODfT1hW436T0eeLzM=/0x0:1920x1080/800x0/images/Luis-Ortiz-1202568.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -47318,20 +48374,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b06a3e0684e8ec82b17fd3b06958f56", + "hash": "a0707e6e051332687ae40841dda3d69a", "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": "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/wright-denonce-a-son-tour-un-manque-de-respect-envers-la-can_AV-202112300194.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 14:11:16 GMT", - "enclosure": "https://images.bfmtv.com/HsTvW2hVLFPT_M_eQKoUsKrwi9Y=/0x39:2048x1191/800x0/images/1201534.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/HsTvW2hVLFPT_M_eQKoUsKrwi9Y=/0x39:2048x1191/800x0/images/1201534.jpg", + "image": "https://images.bfmtv.com/Btt8xafmTK0M0dSpMVzIBf2sVmM=/0x38:2048x1190/800x0/images/DeMar-DeRozan-1202567.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -47340,20 +48396,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "de8c4ae2e141ed3189f7b9b6957497f1", + "hash": "7ebff6777e63d5487e1b11d9bc47ea38", "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": "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/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/premier-league/chelsea-apres-ses-declarations-tuchel-pourrait-sanctionner-lukaku_AV-202201020010.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 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/0fgFY64v7W1LaegIfAeNtItvj8M=/0x175:2048x1327/800x0/images/Le-stade-Velodrome-a-huis-clos-pour-OM-Troyes-1181282.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", @@ -47362,20 +48418,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "57c23dcef95f5da428e7323ff21cd0eb", + "hash": "a955caf45f831cae07b775245b007e90", "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": "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/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-du-jour-du-2-janvier-coupe-de-france_AN-202201010140.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": "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/aoackss-BnHpSdwqZRuZdVBspi4=/0x175:2048x1327/800x0/images/Coupe-de-France-OM-1201528.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", @@ -47384,20 +48440,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7b12aced81fc186f468e106f2957ac3", + "hash": "c405bdf2adbad42d2f855c20e2072678", "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": "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/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-30-decembre-primeira-liga-portugal_AN-202112290218.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": "Wed, 29 Dec 2021 23:04:00 GMT", - "enclosure": "https://images.bfmtv.com/4UED1JuXKxpPWonQqcGly7FqaGs=/0x104:2000x1229/800x0/images/Luis-Diaz-Porto-1201151.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": "", + "image": "https://images.bfmtv.com/wYfuO80_MAPLzlseBdMGEAVT1dY=/0x104:1984x1220/800x0/images/Monaco-1202386.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -47406,20 +48462,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0a9362ba934bd44076bb65f81d23ab8", + "hash": "c1751a3c0e703db2f1e8c6d7f940672f", "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": "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/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-30-decembre-nba_AN-202112300188.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 13:41:37 GMT", - "enclosure": "https://images.bfmtv.com/TowmMWNImsoFaCW7yw2sdj17Kn4=/0x0:1984x1116/800x0/images/Stephen-Curry-1201533.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/TowmMWNImsoFaCW7yw2sdj17Kn4=/0x0:1984x1116/800x0/images/Stephen-Curry-1201533.jpg", + "image": "https://images.bfmtv.com/Q3C06DrIeENltzdAQx-P51LhExE=/0x104:1984x1220/800x0/images/Xavi-1202390.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -47428,20 +48484,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5828a3a578a45b3dbdd11296c4c5ff2e", + "hash": "9cd261393f2c8ee0a8f16361b6735e7e", "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": "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/football/ligue-1/ligue-1-batlles-troyes-les-raisons-du-divorce_AD-202112300185.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 13:31:22 GMT", - "enclosure": "https://images.bfmtv.com/TUrI_iA08HwJQnvemlI1NMboFXg=/6x91:1686x1036/800x0/images/Laurent-Batlles-1023235.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/TUrI_iA08HwJQnvemlI1NMboFXg=/6x91:1686x1036/800x0/images/Laurent-Batlles-1023235.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", @@ -47450,20 +48506,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0359b22d16e11e45db470526e5667f9", + "hash": "69eedb9735918ca01ef16c9f7733a6c8", "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": "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/transferts/mercato-juventus-manchester-united-newcastle-quel-prochain-club-pour-dembele_AV-202112300184.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 13:18:48 GMT", - "enclosure": "https://images.bfmtv.com/oR9-4kvNO0bL3FgaMPy9md44nS4=/0x55:2048x1207/800x0/images/Ousmane-Dembele-1185673.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/oR9-4kvNO0bL3FgaMPy9md44nS4=/0x55:2048x1207/800x0/images/Ousmane-Dembele-1185673.jpg", + "image": "https://images.bfmtv.com/GUZREuEgOGAbCzESzr6an7tKD4k=/0x0:1200x675/800x0/images/Camille-Lopez-1202526.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -47472,20 +48528,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b9bcbab3f1a7df6e48fa198f867b5ae", + "hash": "893224716b71b1865608c974365b2556", "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": "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/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/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 12:58:27 GMT", - "enclosure": "https://images.bfmtv.com/VGYBhYwfPFC0UxyTNUzFVQxocL0=/0x83:1600x983/800x0/images/-848763.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/VGYBhYwfPFC0UxyTNUzFVQxocL0=/0x83:1600x983/800x0/images/-848763.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", @@ -47494,20 +48550,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "85a5c48ec085a251754780a04ead32c4", + "hash": "6f7ba916c63593fbded55fae1d0ad427", "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": "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-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/transferts/mercato-troyes-a-choisi-irles-pour-succeder-a-batlles_AV-202201010231.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": "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/jxjlD1-TJahl6MtH07vYnA4qWY0=/0x106:2048x1258/800x0/images/Gerald-Baticle-1201514.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", @@ -47516,20 +48572,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d1e1983ac7c84911758bc2ca7096ad8", + "hash": "8323af6ee06b4f9d08999781a769a72e", "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": "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/ligue-1/ol-le-bilan-tres-delicat-de-shaqiri-sur-le-depart-des-janvier_AV-202112300174.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 12:37:48 GMT", - "enclosure": "https://images.bfmtv.com/S3AT8BaKuWlsCM3Z0mqXggJuVBY=/10x0:2026x1134/800x0/images/Xherdan-Shaqiri-OL-1128018.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/S3AT8BaKuWlsCM3Z0mqXggJuVBY=/10x0:2026x1134/800x0/images/Xherdan-Shaqiri-OL-1128018.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", @@ -47538,20 +48594,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3cb2884a6dd7f5923ca259fdc658ac12", + "hash": "489e9b29830731b9354ba7e66f8c38ec", "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": "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/football/transferts/mercato-eriksen-s-entraine-en-suisse_AV-202112300172.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 12:23:43 GMT", - "enclosure": "https://images.bfmtv.com/XvxhMrvDBSuSgIaFRVExKtZpIQQ=/0x0:2048x1152/800x0/images/Christian-Eriksen-1156840.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": "https://images.bfmtv.com/XvxhMrvDBSuSgIaFRVExKtZpIQQ=/0x0:2048x1152/800x0/images/Christian-Eriksen-1156840.jpg", + "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", @@ -47560,20 +48616,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee1e611a3d622092b6b48a7dfacc159f", + "hash": "7324f923ca418dcf8fc77e71d65ad29a", "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": "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/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/handball/psg-handball-ouverture-d-une-enquete-apres-la-violente-agression-de-prandi_AV-202201010225.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 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": "https://images.bfmtv.com/2jfZgXhQT4vLU0xQIYcuNU9gXKk=/0x128:2048x1280/800x0/images/Roberto-Lopes-le-defenseur-central-des-Shamrock-Rovers-1201440.jpg", + "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", @@ -47582,20 +48638,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "742ca5c15fc20079c933efaa6fa9b40a", + "hash": "a92c82d47b678f5a11658810a60db565", "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": "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/paris-hippique/les-pronos-hippiques-du-vendredi-31-decembre-2021_AN-202112300160.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 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": "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/Lit38bQb0fjgPYlJ6_-HJWmEWsM=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-vendredi-31-decembre-2021-1201160.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", @@ -47604,20 +48660,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a368c660738c2ba04a422b070817bb05", + "hash": "af86c93b9d66c0ff8f46428437837089", "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": "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/liga/barca-quel-bilan-pour-dembele-en-fin-de-contrat-cet-ete_AV-202112300150.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 11:25:08 GMT", - "enclosure": "https://images.bfmtv.com/e6NVz2lF_Jyw9TOx23kfyUSeFeo=/0x96:1264x807/800x0/images/Ousmane-Dembele-1158851.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": "https://images.bfmtv.com/e6NVz2lF_Jyw9TOx23kfyUSeFeo=/0x96:1264x807/800x0/images/Ousmane-Dembele-1158851.jpg", + "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", @@ -47626,20 +48682,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5fd3b69eb1d4ab41730eb2cc970e5cf8", + "hash": "44f01cc7408e9aaca6d67addf3414d64", "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": "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/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/coupe-de-france-les-girondins-de-bordeaux-a-brest-avec-sept-pros-et-13-jeunes_AV-202201010219.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 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": "https://images.bfmtv.com/2MRtsyrM4pSQMoyhVJTFkjfJTEg=/0x150:2048x1302/800x0/images/Supporters-Olympique-lyonnais-1201465.jpg", + "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", @@ -47648,20 +48704,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "423fea7e137ddff24be4b7af6752347e", + "hash": "1647ca98428c1faa4b8b062d165bca65", "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": "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/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/ligue-1/psg-quatre-joueurs-positifs-au-covid-19-pour-la-reprise_AV-202201010220.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 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": "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/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", @@ -47670,20 +48726,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "22af5b7df3da9fdfc4667381e42bcdf6", + "hash": "1eb2d695c9d9fc4fd0fdbb337455ba2f", "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": "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/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/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 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 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": "https://images.bfmtv.com/JPHWnaWUFrKIu1b0IDnQpjYxDko=/0x1:2048x1153/800x0/images/Philippe-Coutinho-avec-Barcelone-1163208.jpg", + "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", @@ -47692,20 +48748,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "273476f6dfdf4d89d13e1d4b5e551309", + "hash": "846cb0cc115ccd2dff81c54a8a673bd8", "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": "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/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300019.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", + "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", @@ -47714,20 +48770,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7592d251afdd1dbbd0e68b7f0831df21", + "hash": "5c93c9d4b9b473af1167688f4e11ffd4", "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": "\"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/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/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 10:30:31 GMT", - "enclosure": "https://images.bfmtv.com/Lay0pCZAxXwVemqUiwYVA9gDHzg=/0x112:2048x1264/800x0/images/Jack-Grealish-1201441.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", @@ -47736,20 +48792,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "684e8574077e1f51407b65d152313529", + "hash": "902d63088eb86a26032721f0f965fdae", "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: 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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.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 05:41:46 GMT", - "enclosure": "https://images.bfmtv.com/-nIJ64YiA861PaDr_ti_SH-tkZI=/0x27:2048x1179/800x0/images/Ousmane-DEMBELE-1181396.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", @@ -47758,20 +48814,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d90a7ae10a42b2ad79114d16c2c10fe2", + "hash": "5b91b6bd692da5e8666e3f48b34cb14c", "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": "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/premier-league/manchester-city-malgre-l-avance-en-tete-du-classement-guardiola-calme-l-emballement_AV-202112300114.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 09:58:17 GMT", - "enclosure": "https://images.bfmtv.com/nSQwrnJsS2tFXkqOTmSY2gTM1xM=/0x119:2048x1271/800x0/images/Foden-1201304.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", @@ -47780,20 +48836,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "51cb83133ed1c503558c1863ef1660c6", + "hash": "58f8f3e07eece8fbebdb8d398ee50ba3", "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": "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/transferts/mercato-morata-serait-en-contact-avec-le-barca-mais-l-operation-est-compliquee_AV-202112300101.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 09:32:27 GMT", - "enclosure": "https://images.bfmtv.com/0z00ecu55SEyL4CNi0xzE5DMLCM=/0x212:2048x1364/800x0/images/1201434.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", @@ -47802,20 +48858,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1af529ec118a5712b58d4b6b6e2da5e1", + "hash": "060d31f50e8374db5bf94e9feb113055", "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": "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/premier-league/arsenal-ramsdale-raconte-comment-il-a-gagne-20-euros-en-plein-match-contre-leeds_AV-202112300085.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/rallye/dakar-un-pilote-serieusement-blesse-par-un-engin-explosif_AN-202201010193.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 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", @@ -47824,20 +48880,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "be25847976386a1784ed812b54ddace7", + "hash": "e6623f0b09d1301db00e540f939dbd1b", "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": "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/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/watford-tottenham-les-spurs-arrachent-un-precieux-succes-dans-les-dernieres-minutes_AV-202201010189.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 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", @@ -47846,20 +48902,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b982c98823191832c40c37599e1df6fa", + "hash": "41c0d55d271aad2bc4ee2e00b120c397", "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": "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/la-chine-interdit-les-tatouages-a-ses-footballeurs_AN-202112300055.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-kurzawa-et-draxler-de-retour-a-l-entrainement-collectif_AV-202201010186.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": "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", @@ -47868,20 +48924,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "24d3b96795664b894add590a77f69b84", + "hash": "4d6612f5e69757b423d9e6c9d8f92db1", "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": "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/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/football/premier-league/arsenal-manchester-city-arsenal-etait-meilleur-admet-guardiola-apres-une-victoire-chanceuse_AV-202201010181.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 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", @@ -47890,20 +48946,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1a2e900be5999c25b02ecabd3a164fd", + "hash": "ebe6f2b290a5acda73583817e36c48b5", "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": "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/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/barca-xavi-optimiste-avant-la-reunion-de-la-derniere-chance-avec-dembele_AV-202201010172.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 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", @@ -47912,20 +48968,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0361234cabbdbd2a0026cc2d4ae783b5", + "hash": "b056ca400abcc1215ac4d03a9a273f55", "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": "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/football/ligue-1/ligue-1-en-direct-bordeaux-ne-decolere-pas-envers-la-fff_LN-202112300036.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/arsenal-manchester-city-lacazette-frustre-par-certaines-decisions-arbitrales_AV-202201010163.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 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", @@ -47934,20 +48990,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e85b8ac917d90c6172f354d46814a0c", + "hash": "ea501654b17876a09a3e6be6ed1cb37a", "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": "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/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/football/premier-league/chelsea-s-entrainer-et-ne-pas-donner-d-interviews-tuchel-insiste-sur-lukaku_AV-202201010155.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 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", @@ -47956,20 +49012,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "068f7884de82b993a10588c715c0419d", + "hash": "5cea75464523d1e58de49572e68afda6", "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": "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/ligue-1/societe-commerciale-de-la-lfp-les-quatre-fonds-encore-en-lice_AV-202112290388.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 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 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", @@ -47978,20 +49034,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "665f14c4ecccdace6150c2a8426d3544", + "hash": "9bab4f3a641ecfb0e5ce6212653541e5", "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": "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-deprime-bahebeck-a-rompu-son-contrat-avec-le-partizan-belgrade_AV-202112290385.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 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 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", @@ -48000,20 +49056,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e6e38e0ba58507f3e10cbcd5e3fd9b54", + "hash": "67c42bf4c547516051554e254af3c862", "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": "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/transferts/mercato-martial-ziyech-les-pistes-du-barca-pour-remplacer-dembele_AV-202112290383.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 23:07:31 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/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", @@ -48022,20 +49078,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1797755040d07214d571fa9f14a3e292", + "hash": "26f7587563fb225c68384158a2e0f4e4", "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": "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/pari-sportif/pronos-paris-rmc-le-pari-exterieur-du-30-decembre-primeira-liga-portugal_AN-202112290215.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-suivez-clermont-toulouse-en-direct_LS-202201010198.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 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", @@ -48044,20 +49100,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "86c37dbdf34691b66c3d00f3d825f406", + "hash": "3e5efd3de914061606f92f3161485020", "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": "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/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-30-decembre-primeira-liga-portugal_AN-202112290208.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 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/Uesu7WZd-PFbx6mbz8XG6bZoH08=/0x104:2000x1229/800x0/images/Nuno-Santos-Pacos-de-Ferreira-1201140.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", @@ -48066,20 +49122,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "24dcfa5df69be472f7778850c38b7976", + "hash": "9a721079cdc9c4927c98738f26171d31", "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": "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/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/premier-league-manchester-city-renverse-arsenal-apres-un-scenario-fou_AV-202201010142.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 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", @@ -48088,20 +49144,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb0535ea56a9e2e9691cbcf8f855030c", + "hash": "b2a0a48c7d56a7a0263d1db5e5186293", "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": "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/all-star-game-defaite-de-la-selection-francaise-devant-16-000-spectateurs_AV-202112290380.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 22:36:48 GMT", - "enclosure": "https://images.bfmtv.com/m48uH4AEo7GGFQXsk9MQqjLPezY=/0x106:2048x1258/800x0/images/Dylan-Affo-Mama-1201309.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", @@ -48110,20 +49166,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "49021b2f0603b5533becea12f6227f6f", + "hash": "e2987cbbd2e4a6d3143a9dfde6bce725", "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": "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/premier-league-manchester-city-s-envole-en-evitant-le-piege-brentford_AV-202112290375.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 22:15:31 GMT", - "enclosure": "https://images.bfmtv.com/nSQwrnJsS2tFXkqOTmSY2gTM1xM=/0x119:2048x1271/800x0/images/Foden-1201304.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", @@ -48132,20 +49188,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "25987869dcbe91a8998e4197a7d47f2e", + "hash": "8219fcf39c9ce1e213c93a5919beb197", "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": "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-les-negociations-barca-dembele-au-point-mort-la-prolongation-en-grand-danger_AV-202112290369.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 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: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", @@ -48154,20 +49210,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e687c7a547d8ec9ba8ccae17c9449f6c", + "hash": "8a28fbf34ebc00555069d61fce76eef6", "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": "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-dans-le-temps-additionnel-chelsea-concede-le-nul-face-a-brighton_AV-202112290365.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 21:46:41 GMT", - "enclosure": "https://images.bfmtv.com/EOC1FDJ41vOEXuUUJOtUX1Yd1R4=/0x42:2048x1194/800x0/images/Romelo-Lukaku-1201291.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", @@ -48176,20 +49232,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba1660e5389b64562b2732f47e36ce8c", + "hash": "46ff7d6e58be95805202bd643b12ee5d", "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": "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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-27-decembre_LN-202112270035.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": "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 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", @@ -48198,20 +49254,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "aea1558f40ce7a362b09481896454bd6", + "hash": "8a271ccb3343bdbeeb7a6b0715a5734e", "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": "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/nice-legende-du-club-antoine-bonifaci-est-mort_AV-202112290355.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 21:14:18 GMT", - "enclosure": "https://images.bfmtv.com/T9oAuiiwhsgjsEHGprARPT0IoW4=/0x77:2048x1229/800x0/images/Logo-OGC-Nice-1201278.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", @@ -48220,20 +49276,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "166c789a164ea0e1683d3c0f6b98d736", + "hash": "8b964ba81239715c022a70f56620b471", "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": "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/transferts/mercato-c-est-officiel-pour-paulo-sousa-qui-quitte-la-pologne-pour-flamengo_AV-202112290351.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 21:05:36 GMT", - "enclosure": "https://images.bfmtv.com/fyso84EDBwWfIdw8DM0Q9eV8kcE=/0x35:1024x611/800x0/images/-868489.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", @@ -48242,20 +49298,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "231bcac80ec0ea8c938874dbd33dcc65", + "hash": "7ef2f7f55909e9233102cec892b844f8", "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-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/basket/euroligue/euroligue-monaco-domine-le-maccabi-et-se-relance_AD-202112290348.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 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 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", @@ -48264,20 +49320,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b436cb9dbbee1cbee760ea9a9eca9bc", + "hash": "355f9e5ea71cd75f19254dbbb92b9ac4", "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.

", - "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/willy-kambwala-cet-espoir-francais-qui-a-quitte-sochaux-pour-manchester-united_AV-202112290347.html", + "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/rugby/top-14/top-14-montpellier-toulon-reporte-en-raison-du-coronavirus_AV-202201010108.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 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", @@ -48286,20 +49342,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "24fcd85da9f45af8101a92429dbb234f", + "hash": "c4471d4b684cb7d80f38892211350370", "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": "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/transferts/mercato-l-ol-pousse-toujours-pour-azmoun-le-zenith-temporise_AV-202112290345.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 20:25:09 GMT", - "enclosure": "https://images.bfmtv.com/2U4K3S7W7amb3Cr3i0FecTEgKvc=/0x39:2032x1182/800x0/images/Sardar-AZMOUN-1117723.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", @@ -48308,20 +49364,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "88ce431c89d917fde340840139761181", + "hash": "85fbf4e3532e09413d9e5f74e5c6df1c", "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": "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-brentford-man-city-en-direct_LS-202112290342.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 19:56:47 GMT", - "enclosure": "https://images.bfmtv.com/XyHJ2_9IpaCloF25b5HZlmyWyXU=/0x0:2032x1143/800x0/images/Jack-Grealish-1194782.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", @@ -48330,20 +49386,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c619a300b136f0f50a335028d3db7b8", + "hash": "1105b73b625d698d6afe1c501157c4ac", "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": "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/football/liga/real-quatre-nouveaux-tests-positifs-au-covid-19-dont-camavinga_AV-202112290246.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 15:52:13 GMT", - "enclosure": "https://images.bfmtv.com/QlliytcT84C76jC4OJNiwiEMmyQ=/0x0:2048x1152/800x0/images/Eduardo-Camavinga-1156062.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", @@ -48352,19 +49408,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "edc23cbf77f547934f9d40623fc14e2d" + "hash": "b1ad0da2be8bde77ac3a11568bf7dbb6", + "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": "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/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/transferts/mercato-boga-va-quitter-sassuolo-pour-rejoindre-l-atalanta_AV-202201010096.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 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", @@ -48373,19 +49430,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "30dc1e9f778e2876d470808b1604338c" + "hash": "7b12e888dc570d881af1f088fb600a72", + "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": "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/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/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 15:28:32 GMT", - "enclosure": "https://images.bfmtv.com/INkVCtZlviJlQ3Ba0SXwe3HWenE=/0x0:2048x1152/800x0/images/Lucas-Paqueta-1171740.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", @@ -48394,19 +49452,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "45c369dd44690485ca7544700f286b1f" + "hash": "3a10814f00314e709c3a854496ace211", + "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": "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/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-29-decembre-premier-league-angleterre_AN-202112280015.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 15:23:00 GMT", - "enclosure": "https://images.bfmtv.com/-XThBx8267S0d8sEncd7AQcPyJE=/0x151:1984x1267/800x0/images/Phil-Foden-Man-City-1201099.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", @@ -48415,19 +49474,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbcaeffda4d90edc30a641ff9869fe6b" + "hash": "bfe86616c418be15d538cac155cc1838", + "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": "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/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-29-decembre-nba_AN-202112290234.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 15:22:26 GMT", - "enclosure": "https://images.bfmtv.com/PfR7JtbVBa_6NdJiKpOged3yVvc=/0x78:2000x1203/800x0/images/J-Morant-1201165.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", @@ -48436,19 +49496,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "02f3706425af96fc0b4d798a70e4a84f" + "hash": "8dfc4ea0f9617bed6c1eb0ed10fba074", + "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": "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/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/premier-league/nouvel-an-2022-les-voeux-de-ronaldo-pour-manchester-united_AV-202201010068.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 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", @@ -48457,19 +49518,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0695f7f2abec9149ed1b9810d682355e" + "hash": "f4100ff4445a000f238935c2f8bd49aa", + "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": "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/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/football/premier-super-agent-du-football-juan-figer-est-mort_AV-202201010063.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": "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", @@ -48478,19 +49540,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1986c54aed1a2a2525f80d59947b3c1" + "hash": "33b2b28aac12df2e500db833ae32aa2e", + "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": "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/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/football/transferts/mercato-mbappe-pogba-dembele-ces-joueurs-libres-de-signer-ou-ils-veulent_AV-202201010060.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 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", @@ -48499,19 +49562,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "932d2bc173dd0975b41722560b0b3296" + "hash": "28de4db8c9b5ef77115d97e8c488d4a4", + "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 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/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-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.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": "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", @@ -48520,19 +49584,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf70a873fed1e29fe7f2b5fcc51ff5cc" + "hash": "a3c48c04f18c88e6ec0f0526143609d0", + "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": "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/angleterre-sterling-et-southgate-defendent-le-genou-a-terre-contre-le-racisme_AV-202112290221.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 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": "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", @@ -48541,19 +49606,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "88349d5b65a841b1e196e7c65f9430c7" + "hash": "bfbe3db218187fc83208eeae97d84e96", + "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": "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/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/legion-d-honneur-tigana-dumerc-ces-anciens-sportifs-decores-au-1er-janvier_AV-202201010052.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": "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", @@ -48562,19 +49628,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "11ae7d6b92e63998e09b2f81cc3b723b" + "hash": "968141f01af837b734b696b80a0389bf", + "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": "É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-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/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 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 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", @@ -48583,19 +49650,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bfc99db513f2b3a7f0ad01fcf3e5e23" + "hash": "8ffc1dff44c71541ba0504c5ece4764a", + "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": "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/football/ligue-1/ligue-1-reims-annonce-un-accord-de-principe-avec-parme-pour-busi_AV-202112290194.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 13:14:53 GMT", - "enclosure": "https://images.bfmtv.com/mqyiaP3Vp8jwHAHE67H3E_CLgmA=/0x35:2016x1169/800x0/images/Maxime-Busi-1196763.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", @@ -48604,19 +49672,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2dc37be19ef61aca1d14fa3af5ceb5c" + "hash": "f24a34f0734a31097699dc72a07617a4", + "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 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/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-league/premier-league-a-quelle-heure-et-sur-quelle-chaine-suivre-arsenal-manchester-city_AV-202201010026.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 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", @@ -48625,19 +49694,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "89d0c8a48eadd92e321a25abe0bbfbda" + "hash": "2c2b433f4d63bc247acda8d580567792", + "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": "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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-27-decembre_LN-202112270035.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": "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 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", @@ -48646,19 +49716,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5337f634d46d8abb946d605c07ae4222" + "hash": "ce8d626acbb6c97d23a51831a28eb67f", + "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": "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/premier-league/manchester-united-pogba-zlatan-ronaldo-bailly-livre-les-secrets-savoureux-du-vestiaire_AV-202112290182.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 12:36:00 GMT", - "enclosure": "https://images.bfmtv.com/3h-BGDL-V863MMdOvK3Rj24MKfU=/0x46:2048x1198/800x0/images/Bailly-1161546.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", @@ -48667,19 +49738,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "027f489d60f8e72f10709d78556fad9c" + "hash": "2ddb4d7f6d9f47e3743c6c86e29bcdf4", + "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": "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/premier-league/mercato-bernardo-silva-tres-evasif-sur-son-avenir-a-manchester-city_AV-202112290180.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: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: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", @@ -48688,19 +49760,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "664e94a34c3808e3a2dfe832377cf789" + "hash": "dac8e92a85562db8de55fb47f9388d38", + "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": "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/premier-league/premier-league-des-traces-de-cocaine-detectees-dans-plusieurs-stades_AV-202112290178.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 12:19:28 GMT", - "enclosure": "https://images.bfmtv.com/ngDY2iWZfrsla8T0J0ZYpNmEekM=/0x102:2048x1254/800x0/images/Wembley-1201081.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", @@ -48709,19 +49782,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "653f919590b8bb459948687b20ea04b6" + "hash": "31fd6529e05ad12677f0ce4a0128ee33", + "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": "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/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/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:59:38 GMT", - "enclosure": "https://images.bfmtv.com/NDPI3bx_rRyzTc83IpR-OiKXkBE=/0x0:1200x675/800x0/images/Les-Girondins-de-Bordeaux-1193040.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", @@ -48730,19 +49804,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "938538a74099718c3ec7b6319cb5fc1a" + "hash": "c0c69cdddc78b3e8a20088578ce9ebfa", + "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": "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/tennis/tennis-repechage-surprise-pour-la-france-qui-remplace-l-autriche-a-l-atp-cup_AV-202112290171.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:52:29 GMT", - "enclosure": "https://images.bfmtv.com/oUEyDExyGOVqbnX8Oe7fjBi2gWM=/0x106:2048x1258/800x0/images/Ugo-Humbert-1082072.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", @@ -48751,19 +49826,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e0202f4cfbba63bd8807458498e1e9c" + "hash": "7378b7e0276158ddbd43008630711f4d", + "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": "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/paris-hippique/les-pronos-hippiques-du-jeudi-30-decembre_AN-202112290165.html", + "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 11:47:36 GMT", - "enclosure": "https://images.bfmtv.com/bcfg9NfTQxDJzBIiwJdJrXJk1KU=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-jeudi-30-decembre-1201094.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", @@ -48772,17 +49848,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "500b8088f1c27adccf2bd8067f267332" + "hash": "4f01189b2c7ec6b925cd58616777db51", + "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": "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/chelsea-terry-de-retour-chez-les-blues-pour-travailler-avec-les-jeunes_AV-202112290163.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 11:44:18 GMT", - "enclosure": "https://images.bfmtv.com/A1bgu1Nfv6yYzHQEMvI9roxTi40=/0x49:800x499/800x0/images/-787347.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": "", @@ -48793,19 +49870,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b1a68e2384c8cf3bbad2bfbb9514268" + "hash": "0dc975e2d63922cb4dcf9b4936c11275", + "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": "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/football/transferts/france-angleterre-espagne-belgique-toutes-les-dates-du-mercato-d-hiver_AV-202112290160.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": "Wed, 29 Dec 2021 11:28:53 GMT", - "enclosure": "https://images.bfmtv.com/eOXPOr8RD-w0AiaBnSY3aUPy1q0=/0x212:2048x1364/800x0/images/Camp-Nou-1201080.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", @@ -48814,19 +49892,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d74ba37e6074251c660d750753c9fc7f" + "hash": "9d10d7a9ce1ded211ea3c8717e68d3bf", + "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: \"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-manchester-city-ne-remplacera-pas-ferran-torres-cet-hiver_AV-202112290157.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": "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": "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", @@ -48835,19 +49914,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1225df874a87a8a10884b0eb53b0c885" + "hash": "3cdd5019b58710eb312691fb33c7a5ea", + "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": "É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/liga/barca-dembele-umtiti-et-gavi-egalement-positifs-le-cluster-se-confirme_AV-202112290155.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": "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": "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", @@ -48856,19 +49936,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea85e289fe743d466cefa3422859c7ad" + "hash": "5f9da92557839840f37c6053dbfd4a38", + "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": "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/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/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.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: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", @@ -48877,19 +49958,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "12aa60abc7e19b2e34e5f863bd5f9d6b" + "hash": "462ca60a77a18c35abb84fe83ec0b342", + "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": "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/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/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 11:08:38 GMT", - "enclosure": "https://images.bfmtv.com/EaFWwMpN70jpRsY5FvjvPjeAlh4=/8x4:1192x670/800x0/images/-877999.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", @@ -48898,19 +49980,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5e03df01e31e7a7ea230b8accbba6fc" + "hash": "729ed4a2acc0394f485f034b94957806", + "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.

", + "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/premier-league/manchester-city-je-vais-attraper-tes-enfants-dans-le-parking-nasri-raconte-ses-embrouilles-avec-mancini_AV-202112290142.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": "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 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", @@ -48919,19 +50002,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b976609de057d050cbd1d685cf5defb1" + "hash": "d45649031b7c8dd8b90ac538b452b008", + "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": "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/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/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": "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": "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", @@ -48940,19 +50024,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "de661026c060afd80f4895703be8a2fe" + "hash": "1aecfdf2a4bd4c5fc6e3775a38afa0f1", + "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": "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/sports-d-hiver/ski-alpin/ski-alpin-mikaela-shiffrin-annonce-etre-positive-au-covid-19_AD-202112270176.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 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 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", @@ -48961,19 +50046,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4de9d4b04073afcb39fc015a6f289a8a" + "hash": "49e3ccba43913f3ed725150b11aa2b89", + "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": "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/mercato-la-fiorentina-a-fixe-le-prix-pour-sa-pepite-vlahovic_AN-202112270166.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 11:41:41 GMT", - "enclosure": "https://images.bfmtv.com/X2EKOFcbiENLQsFHmOf4lvDDwkA=/0x1:2048x1153/800x0/images/Dusan-Vlahovic-1164583.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", @@ -48982,19 +50068,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "21509a45f4da546f5935733faf906442" + "hash": "2fe830310ff4c52633bf47b209e270f6", + "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": "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/mort-de-l-ex-footballeur-dalian-atkinson-les-excuses-de-la-police-britannique_AD-202112270161.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 11:34:31 GMT", - "enclosure": "https://images.bfmtv.com/WN3Bu2Lv8ROvo9ZJwr5ZtOLgE6s=/0x0:1728x972/800x0/images/Dalian-Atkinson-1020131.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", @@ -49003,19 +50090,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "416cf2785c65fac7b643385c1f9b16de" + "hash": "956dfbc2a556ee330086255233a1fa8c", + "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": "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/transferts/om-caleta-car-dans-le-viseur-de-newcastle_AV-202112270159.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 11:28:45 GMT", - "enclosure": "https://images.bfmtv.com/f4IRtH877dU5d2uH4vQ0kDH1644=/0x0:2048x1152/800x0/images/Duje-Caleta-Car-avec-l-OM-1195307.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", @@ -49024,19 +50112,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1bda98f8094a3173b99a2492525e3ad3" + "hash": "ee45a7fe473be2cc73320df354a9b90d", + "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": "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/championnat-turquie/mario-balotelli-inscrit-le-but-du-week-end-en-turquie_AV-202112270155.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 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: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", @@ -49045,19 +50134,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea0df349370231fa1da79a8332c4e276" + "hash": "0caea0fff31ce5d1b69081e442757dfb", + "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": "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/transferts/gianluca-di-marzio-la-voix-du-mercato-cette-passion-italienne_AD-202112270151.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 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 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", @@ -49066,19 +50156,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5a70468149f4c7b44fb01f207a546ec" + "hash": "ec404df474339a7be304ffa6c0b7da6e", + "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": "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/transferts/mercato-comment-un-barca-surendette-peut-payer-55-millions-pour-ferran-torres_AV-202112270149.html", + "link": "https://rmcsport.bfmtv.com/handball/handball-luka-karabatic-forfait-pour-l-euro_AV-202112310299.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": "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", @@ -49087,19 +50178,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "da854d0aca4873f090777c05cff3a852" + "hash": "d894415f89a74da2ff87fe5f211b6794", + "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": "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/paris-hippique/les-pronos-hippiques-du-mardi-28-decembre_AN-202112270146.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 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 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", @@ -49108,19 +50200,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b63f517f9ed552bd63d2822259f3a92c" + "hash": "988bf13b50ad308354cbace555d8eaae", + "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": "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/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/football/transferts/barca-flou-total-autour-de-depay-deja-pousse-vers-la-sortie_AV-202112310276.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 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", @@ -49129,19 +50222,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "49182e4e6e6a2ccdf3a4954b41aa7d35" + "hash": "42962811322034ebe1c44315ff2ad5f2", + "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": "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/ligue-1/psg-mbappe-en-voyage-a-dubai-pour-une-remise-de-prix_AV-202112270138.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 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 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", @@ -49150,19 +50244,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "146dd69b09415a879baf8ddafb8b7c9c" + "hash": "adc2053cca9f0c4f44f65a190465d25f", + "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: 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/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-qui-est-philippe-clement-le-probable-successeur-de-niko-kovac_AV-202112310237.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 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", @@ -49171,19 +50266,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a4a102044f4435f9691a3c9eaa3bf557" + "hash": "f579091edda83013eab5dbb3eccd0b82", + "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": "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/transferts/mercato-le-real-madrid-va-devoir-consulter-le-psg-dans-le-dossier-mbappe_AV-202112270129.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 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": "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", @@ -49192,19 +50288,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "93c22f062ebed0b225a8cba2f99475ab" + "hash": "9f5ddc137e7276589cdafbe21d7fc05b", + "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": "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/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/societe/echecs-sacre-champion-du-monde-vachier-lagrave-se-fixe-un-nouvel-objectif-ambitieux_AN-202112310235.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 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", @@ -49213,19 +50310,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "728b038ea84177ccc4aaab317e84ae41" + "hash": "eab8f8857e8a66a201aa6a46484464df", + "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": "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/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/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 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 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", @@ -49234,19 +50332,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fdff93ce52b6e5cc516c64d6da097895" + "hash": "11bb8f5f5faa1672a8e959652ed8bf7e", + "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": "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/ligue-1/ligue-1-la-saison-2021-2022-est-la-plus-prolifique-depuis-40-ans_AV-202112270118.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 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 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", @@ -49255,19 +50354,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "80c648543d2d23dcd0e4e4a9030c07c9" + "hash": "27ab7985046eda0c9ba7cb7071fd85f3", + "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": "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/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/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 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 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", @@ -49276,19 +50376,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e233f395ed345b38fee610a17513f595" + "hash": "5304241d3a935945d9ffe6c751b1a2e4", + "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": "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-quand-les-recruteurs-de-l-ol-loupaient-le-jeune-erling-haaland_AV-202112270090.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 07:52:37 GMT", - "enclosure": "https://images.bfmtv.com/PvZe9Cxs9c72UCTmkLM3zW6f18o=/0x104:1984x1220/800x0/images/Erling-Haaland-Dortmund-1152184.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", @@ -49297,19 +50398,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1111fc197b29decb697002a631fea2a0" + "hash": "dd59b74706b7c15881331ea13657330e", + "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": "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/bresil-ronaldo-va-faire-un-gros-cheque-a-la-fifa_AV-202112270089.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 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": "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", @@ -49318,19 +50420,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "15489d1b3164c151a2cf7dd37c60bfef" + "hash": "d816ee825094970d7147583ec1a545f0", + "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": "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/football/premier-league/premier-league-le-beau-geste-de-tottenham-pour-soutenir-les-sans-abri_AN-202112270078.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": "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 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", @@ -49339,19 +50442,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ca37120e456b6c0a61151b429a48903" + "hash": "36d84c8820c4ee17739f01d1f4a7ce07", + "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": "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/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/ligue-1/psg-mbappe-deja-de-retour-a-l-entrainement-avant-le-reste-du-groupe_AV-202112310209.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 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", @@ -49360,19 +50464,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ac1b41ade9b599266e2bffa0602698e" + "hash": "38c4dcb66f019ec79b2a46d19dbe8d30", + "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": "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/football/ligue-1/ligue-1-en-direct-suivez-toutes-les-infos-et-les-conferences-de-presse_LN-202112270043.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/om-sampaoli-dresse-le-profil-recherche-pour-le-mercato-d-hiver_AV-202112310207.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 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", @@ -49381,19 +50486,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2d92a42bf577c0d3efe5e71de2ad46b" + "hash": "922b8b6d478e9e084eac0f991089cd1b", + "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": "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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-27-decembre_LN-202112270035.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": "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 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", @@ -49402,19 +50508,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "05ec62e9c452c55bc2c47f34f5bb0e42" + "hash": "20a34f00f5ef3c84831f52c4f4c62910", + "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": "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/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/premier-league/premier-league-southampton-newcastle-reporte-a-cause-du-covid_AD-202112310200.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 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", @@ -49423,19 +50530,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "57bd34bd2b297057a63b87cc52a5ce96" + "hash": "6ca7bd2ca842c37284d9584c011485e7", + "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": "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/transferts/mercato-surveille-par-le-psg-rudiger-aurait-donne-sa-priorite-au-real-madrid_AV-202112270019.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": "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": "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", @@ -49444,19 +50552,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0597be9b801fc5bcb858d41cf02dfba2" + "hash": "cb5eb44ed71f4bfb22faf108a1a950f8", + "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": "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/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/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-31-decembre-nba_AN-202112310195.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": "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", @@ -49465,19 +50574,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a5d591103dae481c2c7cfff8d57554a" + "hash": "c3a9f9409c87e47d0f222cd1687a6191", + "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": "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/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-27-decembre-premier-league-angleterre_AN-202112260006.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": "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 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", @@ -49486,19 +50596,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "438a149b6af06a547e252fb5dd8c2741" + "hash": "23d58eafabc087f16c4fb275eddf8054", + "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": "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/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-27-decembre-super-lig-turquie_AN-202112260005.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 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 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", @@ -49507,19 +50618,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a0c090f84e3e56bbdf335a86a4b567d" + "hash": "79a13a730701a7bc1a9e385f4e594d5e", + "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": "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/pari-sportif/pronos-paris-rmc-le-pari-sur-du-27-decembre-jupiler-pro-league-belgique_AN-202112260004.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 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/jWyfXj4NduGyohvvedkzOo8JXIU=/15x193:1999x1309/800x0/images/Anderlecht-1194820.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", @@ -49528,19 +50640,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "24af3314f153be6fbfb7e6b72900c7b9" + "hash": "2947ee4de4b141d96de1f2bb4d1273af", + "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": "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/premier-league/brighton-brentford-neal-maupay-boucle-le-boxing-day-avec-un-but-splendide_AV-202112260199.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 22:48:31 GMT", - "enclosure": "https://images.bfmtv.com/_O2DZIvv_fbyC7VBuDgyjeL2rog=/0x106:2048x1258/800x0/images/1195117.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", @@ -49549,19 +50662,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d6afa9fc73aba4be512e413efffc016" + "hash": "aa2883394f53dba44912ba4b0d39d0b3", + "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": "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/handball/handball-un-cluster-chez-les-bleus-a-trois-semaines-de-l-euro_AD-202112260196.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-d-australie-nadal-est-arrive-a-melbourne_AV-202112310189.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 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", @@ -49570,19 +50684,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6da508831578232eecfb6ec5ce06421c" + "hash": "a3b5d23de9b59a1e5d9cb851096f0929", + "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": "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/football/premier-league/premier-league-aston-villa-chelsea-en-direct_LS-202112260154.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 16:17:10 GMT", - "enclosure": "https://images.bfmtv.com/nqvh4lARgz6tmqG3I-Tlca2yncU=/0x33:1984x1149/800x0/images/R-Lukaku-1135903.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", @@ -49591,19 +50706,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b5a6a7db9f7596e7aec0eb2a1707e02" + "hash": "d26213c84de44d830d5a5b552fdd709f", + "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": "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/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/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 16:01:46 GMT", - "enclosure": "https://images.bfmtv.com/bA6KhjCo0USJ41DHuPgOBU-uXHc=/6x111:2038x1254/800x0/images/Facundo-Medina-1195049.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", @@ -49612,19 +50728,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "378c14fed5d6249248f5f90f8175623f" + "hash": "dcce3f7a38d86263404ddbf24a98b726", + "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": "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/ligue-1/ligue-1-suivez-en-direct-le-multiplex-de-la-19e-journee_LS-202112220278.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, 22 Dec 2021 14:52:12 GMT", - "enclosure": "https://images.bfmtv.com/XPKue5eZvlH-vhBdoIRtUxN7gLE=/0x16:1200x691/800x0/images/-955352.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", @@ -49633,19 +50750,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "03d6cc587e375a6a0e461b26971292f5" + "hash": "3cdb5047566982a2bf5fddff669ec8fa", + "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": "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/cyclisme/cyclo-cross-van-aert-domine-van-der-poel-a-termonde-pour-leurs-retrouvailles_AV-202112260147.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 15:39:43 GMT", - "enclosure": "https://images.bfmtv.com/n2XTXTyB8cCnL1TZLOZF0Vprux8=/0x106:2048x1258/800x0/images/1195044.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", @@ -49654,19 +50772,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1198c0ac8884f6ff9deab5da47d049b" + "hash": "18ec00fa67564617d9ec4578b1f915b1", + "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": "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/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/football/ligue-1/ol-plusieurs-cas-positifs-au-coronavirus-le-stage-en-espagne-reporte_AV-202112310168.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 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", @@ -49675,19 +50794,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "00ae078845f9ec929ab23de177da3881" + "hash": "eb6356aebab572527cbee8849d2a21bc", + "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": "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/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/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 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 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", @@ -49696,19 +50816,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "57dcab6b1d98bce618d2e047e77ac66a" + "hash": "b22dc782b2e8d711f5d1b84d19ffe662", + "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": "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/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/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 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 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", @@ -49717,19 +50838,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c19db204e9eea511f93018ab299b1f5" + "hash": "5d11d355bda43cdf1718ee2b7be09d43", + "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": "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/basket/nba/nba-l-organisation-d-un-tournoi-en-pleine-saison-a-l-etude_AV-202112260133.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 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 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", @@ -49738,19 +50860,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9390a2249eddbc1ebe5030891a90aa4e" + "hash": "449a97831b49f4fd1a4ed5f25b202f76", + "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": "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/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/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 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 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", @@ -49759,19 +50882,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a25d0cc758a52be031e19aa78728c3a" + "hash": "b6997209e4f1d6f77d903a6aee205baa", + "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": "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/football/premier-league/boxing-day-en-direct-manchester-city-arsenal-tottenham-en-action_LS-202112260128.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 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": "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", @@ -49780,19 +50904,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb1c398bbea4e22fa6952cd4d3b595a8" + "hash": "d7130d7e7e781fbc5666f645f9f20337", + "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": "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/football/premier-league/premier-league-leeds-aston-villa-reporte-a-son-tour_AD-202112260123.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-samedi-1er-janvier_AN-202112310136.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 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", @@ -49801,19 +50926,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c49178a18a184c4b88bb55fe5721ae50" + "hash": "933a6ad3f073e88b5befcdc17af14f6c", + "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": "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/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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.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": "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", @@ -49822,19 +50948,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "085b797578766f17b2d912a43c27a83c" + "hash": "897b97206dc6a1f452e5a0a9e0910057", + "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": "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/jeux-olympiques/jo-d-hiver-un-objectif-de-15-medailles-pour-la-delegation-tricolore_AV-202112260119.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 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": "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", @@ -49843,19 +50970,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c31f7098fbb2058b90fa188d98ccf91" + "hash": "d153a0d3d523030a11fa0479f12c657e", + "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": "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/football/premier-league/premier-league-positif-au-covid-vieira-place-a-l-isolement_AN-202112260118.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": "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 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", @@ -49864,19 +50992,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "56885c5a1af5a2ead9573dfda3771ca2" + "hash": "7f0ca110518ee745a299edf90106bd1a", + "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": "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/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/football/transferts/mercato-le-losc-confirme-le-depart-d-ikone-a-la-fiorentina_AV-202112310128.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 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", @@ -49885,19 +51014,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce34edb66e5ec0c82c1ace8d24cad20d" + "hash": "fd80095c1b50536c5148c74799ef20eb", + "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": "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-reims-s-offre-definitivement-un-defenseur-de-l-inter-milan_AV-202112260110.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 13:24:33 GMT", - "enclosure": "https://images.bfmtv.com/W8lZpzd0iZ53bY6njjHwGTKJSXM=/0x0:2048x1152/800x0/images/Andreaw-Gravillon-1195011.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", @@ -49906,19 +51036,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b05b9851624acac5f626a69d1bf1e5c9" + "hash": "c6a6c62b71974c777e25bd5072ed9244", + "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": "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/paris-hippique/les-pronos-hippiques-du-lundi-27-decembre-2021_AN-202112260108.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 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 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", @@ -49927,19 +51058,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d8412e358a46162d8fc4782a86780d6" + "hash": "9f12327d3ce818d42ad46fdd3b85b92f", + "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": "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/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/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 13:04:59 GMT", - "enclosure": "https://images.bfmtv.com/CnOabg9F2370G4e9qlIvabMF8EY=/0x0:2048x1152/800x0/images/Florent-MANAUDOU-1151510.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", @@ -49948,19 +51080,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d51fa1aa63b4e61a8c7f71117416813" + "hash": "796b6a200a97b6a8fdbc7bd27222a18a", + "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": "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/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/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 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": "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", @@ -49969,19 +51102,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d9eea16d5fba9a4e38011442934a3902" + "hash": "136090c92b2ae3663a8916ee5442c95d", + "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": "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-du-monde/coupe-du-monde-bonucci-chambre-ronaldo-avant-un-potentiel-barrage_AV-202112260104.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 12:58:54 GMT", - "enclosure": "https://images.bfmtv.com/fEL4Aj32HuTFx-tMhC-romVxB2k=/0x105:2048x1257/800x0/images/Ronaldo-Bonucci-1194985.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", @@ -49990,19 +51124,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "514860eee985ccce923b14a88b271638" + "hash": "320d068fd067f21e26c6c48a214c95f7", + "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": "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/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-14-decembre-2021_LN-202112140154.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": "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 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", @@ -50011,19 +51146,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "25436a0477bc3f67ff644cb26b2ea2d1" + "hash": "b9fa2ee1fc6d1cedb357ed76cafde748", + "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": "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/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/basket/nba/nba-la-colere-de-draymond-green-apres-le-report-de-denver-golden-state_AN-202112310058.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 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", @@ -50032,19 +51168,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d41afa2d0e2bf099082d9bef3bff5c6c" + "hash": "b1c6c2d4a9bb040d9aea6cb3a764d539", + "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": "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/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/gabon-trois-entraineurs-de-football-mis-en-examen-pour-pedophilie_AD-202112310038.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 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", @@ -50053,19 +51190,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "919a2216e3ed10be9f7f12ac3538641e" + "hash": "71f66ef6f8bde0a6c52de2fd659f3847", + "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": "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/transferts/psg-rafinha-a-la-real-sociedad-en-debut-de-semaine_AV-202112260091.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 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 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", @@ -50074,19 +51212,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "73110eb59f6903afea268e599dbe76d3" + "hash": "96644e9ee055a3ea86fcd7b3d6c0eeb1", + "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": "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/transferts/mercato-qui-sont-les-joueurs-libres-en-2022_AV-202112260084.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 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 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", @@ -50095,19 +51234,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b61eba932e30863941a3f2ad35a74912" + "hash": "c90e20e54179018c49edc5ddead1a544", + "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 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/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-city-joao-cancelo-agresse-lors-d-un-cambriolage_AV-202112310015.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 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", @@ -50116,19 +51256,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d75d5ffdda4e060d4d6b9eefb58ed775" + "hash": "700ed8f9133d096d0df0b37267903283", + "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": "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/coupe-d-afrique-des-nations/can-l-algerie-grande-favorite_AV-202112260081.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 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": "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", @@ -50137,19 +51278,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a770b78bbd5db6d4fed6a75816fc6a8" + "hash": "e67ef2ccaa0eab75ff10b13875345a8c", + "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": "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/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/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 09:50:50 GMT", - "enclosure": "https://images.bfmtv.com/ZJg8CqtIwJwKdm1DSqaQcG8noVM=/0x106:2048x1258/800x0/images/Van-der-Poel-Van-Aert-1194934.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", @@ -50158,19 +51300,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2898366e34740820171610636f72890c" + "hash": "6cded65cb87b0f8bc43a2cb8d9528500", + "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": "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/football/premier-league/premier-league-guardiola-milite-pour-le-retour-des-masques-dans-les-stades_AV-202112260063.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 09:47:44 GMT", - "enclosure": "https://images.bfmtv.com/1IBI9NmtYocYqEFNIJrgyWSD7-U=/0x208:2048x1360/800x0/images/Pep-GUARDIOLA-1156444.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", @@ -50179,19 +51322,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff353f79bc9c9b3ae1136c7b251a6570" + "hash": "fe2207afd43701a799f17992cdfdf6ca", + "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": "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/tennis/open-australie/tennis-le-canadien-shapovalov-teste-positif-au-covid-19-a-sydney_AD-202112260055.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 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": "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", @@ -50200,19 +51344,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2df5fd89240b478f0268c7bd48a23d7" + "hash": "715ceea19eaf1cc1255f52221f6afc74", + "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": "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/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/coupe-de-france/om-en-direct-suivez-la-conference-de-presse-de-sampaoli-avant-chauvigny_LN-202112310109.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 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", @@ -50221,19 +51366,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bb27ed7f41b43034eacffc2f0a3c84f" + "hash": "2f804fabb7ddb5c68ccb06c8686045e1", + "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": "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/liga/le-barca-continue-de-vendre-du-merchandising-messi-a-un-prix-astronomique_AV-202112260040.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 08:43:20 GMT", - "enclosure": "https://images.bfmtv.com/e6I9GZOwWmxabiPUdzOl-YkR3So=/0x0:1968x1107/800x0/images/Lionel-Messi-Barcelone-1024149.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", @@ -50242,19 +51388,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1f5276b9ad26e50856c31990d4b88e3" + "hash": "e3651fcd04c726cb9ba460862852145b", + "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 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/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-united-burnley-succes-facile-des-red-devils-avec-un-nouveau-but-de-ronaldo_AV-202112300361.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": "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", @@ -50263,19 +51410,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "439bcface196b59d23f044b56c726f83" + "hash": "a5b4ad8365a9938872ce24fa3d2bc451", + "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": "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/football/transferts/mercato-jeremie-boga-va-bien-s-engager-avec-l-atalanta_AV-202112260034.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": "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 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", @@ -50284,19 +51432,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "65951edc544047d4a64ca4673e78b5dc" + "hash": "0c147976c86680284689d5981a3770b1", + "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": "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/football/transferts/mercato-anthony-martial-une-priorite-pour-le-fc-seville_AV-202112260027.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": "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 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", @@ -50305,19 +51454,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a62792fefcc14830af4c565db69a96b" + "hash": "9786abb9a5f0e865ae8e702c9adb220a", + "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": "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/basket/nba/nba-malgre-la-defaite-des-lakers-le-bron-james-bat-un-nouveau-record_AV-202112260025.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": "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 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", @@ -50326,19 +51476,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a7f9815d7fe56949d67f73bbfbf74f4" + "hash": "298687081e30d192afee6cd4255eb4b2", + "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 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/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/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", @@ -50347,19 +51498,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c9c6569e30e798daef9c7b217b7a443" + "hash": "0edd29b086ef64229857e443115f03dc", + "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": "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/rugby/top-14/top-14-un-boxing-day-entre-buche-glacee-et-covid_AV-202112260016.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 06:27:56 GMT", - "enclosure": "https://images.bfmtv.com/dAjMjMk2iWgN9UmkmU99zNy8PvM=/0x0:2032x1143/800x0/images/Antoine-Dupont-1194875.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", @@ -50368,19 +51520,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4bc65227ae37543f98dfb71a39e0291c" + "hash": "3358d2358ac2055f4db934171761f3c6", + "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": "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/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/premier-league/premier-league-leicester-norwich-reporte-le-programme-du-nouvel-an-ampute_AV-202112300351.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 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", @@ -50389,19 +51542,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1a053f93643dcaa00e33a5f5916b3c4" + "hash": "558c79e55e6c3588d5b60b86b1caa6d1", + "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": "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/judo/judo-teddy-riner-reste-le-sportif-prefere-des-francais_AV-202112250155.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 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 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", @@ -50410,19 +51564,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7535d9392ca8c6d3df682e9df8663ba4" + "hash": "1368239fb22210e3e0227031eb2ed8bd", + "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": "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/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-26-decembre-premier-league-angleterre_AN-202112250009.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 23:06:00 GMT", - "enclosure": "https://images.bfmtv.com/xPm3AORdjbnEHzjbgPfQAKoCuqY=/0x44:2000x1169/800x0/images/Tottenham-1193944.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", @@ -50431,19 +51586,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3774a50fc2ebe1b37cf6cc2193abe1ab" + "hash": "52b8be71c57807c5adf3e6a7fa1fd815", + "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": "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/pari-sportif/pronos-paris-rmc-le-pari-sur-du-26-decembre-premier-league-angleterre_AN-202112250010.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 23:05:00 GMT", - "enclosure": "https://images.bfmtv.com/1N6S6Vxp0ypyrmKCmed4f8b0gTY=/0x73:1984x1189/800x0/images/Arsenal-1193945.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", @@ -50452,19 +51608,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "84ddf4e5f7400b51fd22d010b9eafc01" + "hash": "bbbfd0f1e7bbe5275265b374ff7dfb26", + "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": "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/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-26-decembre-premier-league-angleterre_AN-202112250011.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 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 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", @@ -50473,19 +51630,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "11cf46d7c933ef3c28e9b1fec48c1fb2" + "hash": "25566be4a2535dae38c1e8dcac0b4838", + "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": "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/pari-sportif/pronos-paris-rmc-le-pari-a-domicile-du-26-decembre-premier-league-angleterre_AN-202112250012.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": "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 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", @@ -50494,19 +51652,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e60d20f4d4e8723d5ed731a680acceb1" + "hash": "79ba1ba969a0e292644bcb7344b2ff16", + "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": "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/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-26-decembre-premier-league-angleterre_AN-202112250014.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 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 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", @@ -50515,19 +51674,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "075571a137c663afd9950700bf9595de" + "hash": "cab56405c83586411e862371e4e9ca3b", + "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": "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/basket/nba/nba-pour-noel-jayson-tatum-casse-involontairement-une-dent-de-son-coequipier_AV-202112250153.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 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 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", @@ -50536,19 +51696,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4dc838570ec1afc6b37c1681e0fd5e8f" + "hash": "558d478b0725dfb97d7ac50831551beb", + "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": "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/amour-paix-et-union-le-beau-message-de-pele-apres-sa-sortie-de-l-hopital_AV-202112250152.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 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 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", @@ -50557,19 +51718,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "646acc1b37640124856c73ce784e64c5" + "hash": "4dc20db4ac54c0bfd8ee69eac58889bb", + "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": "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-cartons-alcool-et-brouillard-le-boxing-day-en-cinq-anecdotes_AV-202112250151.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 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 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", @@ -50578,19 +51740,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c87c4c2d5ebfeab2fa1b45d890361453" + "hash": "112417981f34a5225e5491d0dd0024be", + "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": "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-nouvelle-inquietude-pour-le-boxing-day-tottenham-crystal-palace-menace-de-report_AV-202112250149.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 21:33:09 GMT", - "enclosure": "https://images.bfmtv.com/tMNa1mt1kOoP8QW8CJhqQ6SykOs=/7x91:2039x1234/800x0/images/1194850.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", @@ -50599,19 +51762,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "311ebfefc0a2114e4c01992adcef0518" + "hash": "5c8fa2fa2bfd9c71788c564c1c8bd1b4", + "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": "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/famille-pyjama-nba-et-doigt-d-honneur-comment-les-stars-du-foot-ont-fete-noel_AN-202112250146.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 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 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", @@ -50620,19 +51784,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eee42d85aad341f306069e65fac8432a" + "hash": "81e66e4857764749de9ae8633b4c2d8d", + "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": "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/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/leicester-a-cause-d-une-blessure-de-fatigue-vardy-absent-plusieurs-semaines_AV-202112300266.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 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", @@ -50641,19 +51806,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac5cd63a19d8c53a6d7d3374119f1de0" + "hash": "08955ab09ec4fa0620e815327311f43b", + "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": "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/basket/nba/nba-les-knicks-ecrasent-atlanta_AD-202112250145.html", + "link": "https://rmcsport.bfmtv.com/rugby/toulon-baptiste-serin-prolonge-sur-la-duree_AV-202112300259.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 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", @@ -50662,19 +51828,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "adc0a1dbe418ed606e5b4aaaace58296" + "hash": "ca819211832f795b3aee5c72d1a96461", + "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": "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/premier-league/crystal-palace-vieira-s-attend-a-plus-que-quelques-huees-face-a-tottenham_AV-202112250144.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 20:27:05 GMT", - "enclosure": "https://images.bfmtv.com/ULgncPA_OBOKsBweV4yhS7SAyuI=/0x138:2048x1290/800x0/images/1194844.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", @@ -50683,19 +51850,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "68da990f91fa9fa813dcd3855b2f0dfb" + "hash": "9c2562753cc0980319d6c8643f25e8a8", + "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": "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/premier-league/premier-league-le-programme-complet-du-boxing-day-sur-rmc-sport_AV-202112250142.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 19:55:56 GMT", - "enclosure": "https://images.bfmtv.com/mv0ynwlX_h5T1K6X7hqUNaZtCn4=/0x169:2048x1321/800x0/images/1194842.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", @@ -50704,19 +51872,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "19508e73b13e675a78fc293caf6e422a" + "hash": "487ce4659c89e74ac2d2d18cb77f9f7f", + "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": "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/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/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 19:04:42 GMT", - "enclosure": "https://images.bfmtv.com/m-aQwHNGKePw4bmhCJQG4Fo5mvA=/0x15:2048x1167/800x0/images/Steven-Gerrard-1185989.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", @@ -50725,19 +51894,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "09377b3e7d02d7eaa9b33010083f3050" + "hash": "9b38ef0a7233d0f20304277d1ed54d38", + "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": "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/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/premier-league/premier-league-chelsea-a-perdu-173-5-millions-d-euros-en-2020-2021_AV-202112300235.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 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", @@ -50746,19 +51916,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ebcd8d294267105ec9df2a5ea520d636" + "hash": "ef20634a09feb8f02c83a4e2257967a9", + "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": "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-l-as-roma-veut-maitland-niles-en-pret_AV-202112250135.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 18:14:28 GMT", - "enclosure": "https://images.bfmtv.com/3IxBOeWtWdS2pu5f7LTvwtEm1mM=/0x106:2048x1258/800x0/images/1194828.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", @@ -50767,19 +51938,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "63744bc93d6442617c34052cca53a6d7" + "hash": "48ee8f73b449d9929237791e1e6e1bf1", + "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": "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/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/transferts/mercato-newcastle-intensifie-les-negociations-avec-lille-pour-botman_AV-202112300223.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 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", @@ -50788,19 +51960,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1701df488346a3efd8f3a774f8c239b3" + "hash": "6f985409cc167669c57ca9cb847e43f5", + "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": "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/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/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.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 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", @@ -50809,19 +51982,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7a7ad54c8ea3bf810ef0ad468afb178" - }, + "hash": "9dfc084bb1024372e6d081af008b70c2", + "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": "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/l-ancien-parisien-jese-fait-exploser-tiktok-avec-une-danse-avec-sa-compagne_AN-202112250124.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 17:17:41 GMT", - "enclosure": "https://images.bfmtv.com/dSWcwrMLrg-PqzGAg1eFFJfwb84=/0x0:1024x576/800x0/images/-878333.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", @@ -50830,19 +52004,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "68f29df42d6135077f07c35abf04a000" + "hash": "04b5eb4968def717fe10ca4e8ba1b05f", + "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": "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/transferts/mercato-everton-s-interesserait-a-coutinho_AV-202112250121.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 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 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", @@ -50851,19 +52026,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2ad0ea0cda373deb2660735dfc88eb1" + "hash": "667581a9e78beff14bc0d8d34e7e93dc", + "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": "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/basket/nba/nba-la-maison-d-un-joueur-de-philadelphie-prend-feu-en-plein-reveillon_AV-202112250120.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 16:38:46 GMT", - "enclosure": "https://images.bfmtv.com/6RuMwswo5_JZSV1JniqSu4VtuOs=/0x33:2048x1185/800x0/images/Tyrese-Maxey-1194811.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", @@ -50872,19 +52048,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b604f0305462874e5c56b3752236de3b" + "hash": "918274c5cefaa61ff14c33f68827e656", + "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": "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/drame-en-algerie-un-joueur-de-d2-decede-pendant-un-match_AN-202112250118.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 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 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", @@ -50893,19 +52070,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0fc7d661d18f877d71d629b8e695cb65" + "hash": "4fc87c25c3111482e43bc306daab099e", + "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": "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/transferts/mercato-le-barca-sur-mazraoui-en-pensant-a-haaland_AV-202112250116.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 16:05:32 GMT", - "enclosure": "https://images.bfmtv.com/Ek6x-H5xfIq92emQSeODSzBQ8nw=/0x52:2048x1204/800x0/images/Noussair-Mazraoui-1194810.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", @@ -50914,19 +52092,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8be501e8ed87fcc62029f7fc34b59c77" + "hash": "1b06a3e0684e8ec82b17fd3b06958f56", + "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": "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/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/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 16:00:32 GMT", - "enclosure": "https://images.bfmtv.com/49U09D_stjlJZne7WfaehaKDgOo=/0x106:2048x1258/800x0/images/1194809.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", @@ -50935,19 +52114,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3930537e2ad858f5a242ee2350915949" + "hash": "de8c4ae2e141ed3189f7b9b6957497f1", + "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": "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/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/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 15:59:40 GMT", - "enclosure": "https://images.bfmtv.com/05JmFqZnofccaCkNfz5wKHnZPtc=/0x103:1968x1210/800x0/images/Erling-Haaland-Dortmund-1149332.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", @@ -50956,19 +52136,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2fb0949f3fef6522c15df2bd3962dfc8" + "hash": "57c23dcef95f5da428e7323ff21cd0eb", + "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": "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/ligue-1/ligue-1-le-fils-de-mickael-pagis-signe-pro-a-lorient_AN-202112250113.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 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 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", @@ -50977,17 +52158,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "27b4b015d2ba8fbe45c1a66ffd37a5b1" + "hash": "f7b12aced81fc186f468e106f2957ac3", + "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": "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/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/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-30-decembre-primeira-liga-portugal_AN-202112290218.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": "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": "", @@ -50998,19 +52180,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f877dcc0b9a8d8d0bd9f63bf6aa2b1d" + "hash": "e0a9362ba934bd44076bb65f81d23ab8", + "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": "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/football/eredivisie/ajax-tadic-bat-un-record-de-messi-vieux-de-dix-ans_AV-202112250107.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": "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 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", @@ -51019,19 +52202,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ccdb900f99678dece3435ceb1a5d6de" + "hash": "5828a3a578a45b3dbdd11296c4c5ff2e", + "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": "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/football/coupe-d-afrique-des-nations/can-en-direct-les-listes-tombent_LN-202112250105.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 14:42:29 GMT", - "enclosure": "https://images.bfmtv.com/Co0hfwiKAydloJ3mZBGTKxm4lzg=/2x2:4402x2477/800x0/images/-876571.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", @@ -51040,19 +52224,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "18e1c811e62e65c01d85bdefaa3e0e6b" + "hash": "d0359b22d16e11e45db470526e5667f9", + "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": "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/coupe-d-afrique-des-nations/can-osimhen-present-dans-la-selection-du-nigeria_AV-202112250100.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 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 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", @@ -51061,19 +52246,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e44fb04207a4040bdaf5ac92d906f2c" + "hash": "7b9bcbab3f1a7df6e48fa198f867b5ae", + "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": "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/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/algerie-je-veux-des-titres-belmadi-assume-ses-ambitions-pour-la-can-2022_AV-202112300181.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 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", @@ -51082,19 +52268,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d6a8543e86fe23daaa41755565f0a46" + "hash": "85a5c48ec085a251754780a04ead32c4", + "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": "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/basket/euroligue/euroleague-le-bilan-des-francais-a-mi-saison_AN-202112250096.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 13:46:39 GMT", - "enclosure": "https://images.bfmtv.com/RXYZqW2ucS8wN3otvZ7YXWx_dGk=/0x0:2048x1152/800x0/images/Elie-Okobo-lors-de-ASVEL-Kaunas-1139205.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", @@ -51103,19 +52290,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0c4f9e8ff160fe000e9214a1f9b0717" + "hash": "5d1e1983ac7c84911758bc2ca7096ad8", + "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": "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/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/football/ligue-1/ol-le-bilan-tres-delicat-de-shaqiri-sur-le-depart-des-janvier_AV-202112300174.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 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", @@ -51124,19 +52312,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfd61e80196ccc484523cfdd6c0ac28b" + "hash": "3cb2884a6dd7f5923ca259fdc658ac12", + "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": "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/paris-hippique/les-pronos-hippiques-du-dimanche-26-decembre-2021_AN-202112250093.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-eriksen-s-entraine-en-suisse_AV-202112300172.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": "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", @@ -51145,19 +52334,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9ee771f57899b18aa0deba6ddc9bab7" + "hash": "ee1e611a3d622092b6b48a7dfacc159f", + "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": "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/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-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": "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 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", @@ -51166,19 +52356,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8dc84eca79e492e482c900eb08994f6" + "hash": "742ca5c15fc20079c933efaa6fa9b40a", + "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": "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/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/paris-hippique/les-pronos-hippiques-du-vendredi-31-decembre-2021_AN-202112300160.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 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", @@ -51187,19 +52378,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c56e037e584eebf38bb341b79998ef6e" + "hash": "a368c660738c2ba04a422b070817bb05", + "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": "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/equipe-de-france/bleus-benzema-mbappe-deschamps-et-le-defi-d-une-troisieme-etoile_AD-202112250078.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 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 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", @@ -51208,19 +52400,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "21d178b435309a28936ecb8b1cd623c7" + "hash": "5fd3b69eb1d4ab41730eb2cc970e5cf8", + "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": "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/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/ligue-1/ol-recrutement-ambitieux-decisions-fortes-la-lettre-ouverte-d-un-groupe-de-supporters-au-club_AV-202112300145.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 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", @@ -51229,19 +52422,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd8e5efe183fbc151514eccf27ed561a" + "hash": "423fea7e137ddff24be4b7af6752347e", + "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é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-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-depart-surprise-de-laurent-batlles-qui-n-est-plus-l-entraineur-de-troyes_AV-202112300144.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 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", @@ -51250,19 +52444,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a68a66992bc8c8c0cc58c55a5a480c97" + "hash": "22af5b7df3da9fdfc4667381e42bcdf6", + "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": "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/sport-us/nhl-la-reprise-apres-la-treve-de-noel-repoussee-de-lundi-a-mardi_AD-202112250072.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 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 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", @@ -51271,17 +52466,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "33d79b4f3df0bf9490a73b0b6a1408c2" + "hash": "273476f6dfdf4d89d13e1d4b5e551309", + "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": "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/quand-les-footballeurs-se-mettent-au-costume_AD-202112250071.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 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 05:51:41 GMT", + "enclosure": "https://images.bfmtv.com/eJfrE-9cAn9SwAkfiNkQkReHjHQ=/0x0:1200x675/800x0/images/Antoine-Griezmann-1188321.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -51292,17 +52488,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6e2fda821da7300d8e555a4a18857fe" + "hash": "7592d251afdd1dbbd0e68b7f0831df21", + "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": "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/ligue-1/nantes-rien-d-acte-pour-kolo-muani_AN-202112250060.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 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 10:30:31 GMT", + "enclosure": "https://images.bfmtv.com/Lay0pCZAxXwVemqUiwYVA9gDHzg=/0x112:2048x1264/800x0/images/Jack-Grealish-1201441.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -51313,17 +52510,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "f51f56b60de8e38bdae8e5b015f81d3b" + "hash": "684e8574077e1f51407b65d152313529", + "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": "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/sturridge-condamne-a-verser-30-000-dollars-a-l-homme-qui-avait-retrouve-son-chien_AV-202112250059.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 10:09:28 GMT", - "enclosure": "https://images.bfmtv.com/i1vCWqWCW4OZqJL65GxihVjCI0k=/0x137:2048x1289/800x0/images/Sturridge-1194736.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": "", @@ -51334,17 +52532,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b9958857065fd0cf9c03019168782ac" + "hash": "d90a7ae10a42b2ad79114d16c2c10fe2", + "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": "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/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/premier-league/manchester-city-malgre-l-avance-en-tete-du-classement-guardiola-calme-l-emballement_AV-202112300114.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 09:58:17 GMT", + "enclosure": "https://images.bfmtv.com/nSQwrnJsS2tFXkqOTmSY2gTM1xM=/0x119:2048x1271/800x0/images/Foden-1201304.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -51355,17 +52554,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "42c310a828bb3d51c7a839aecfc041e7" + "hash": "51cb83133ed1c503558c1863ef1660c6", + "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": "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/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-23-decembre_LN-202112230124.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": "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 09:32:27 GMT", + "enclosure": "https://images.bfmtv.com/0z00ecu55SEyL4CNi0xzE5DMLCM=/0x212:2048x1364/800x0/images/1201434.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -51376,17 +52576,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "893414ec2ffb3411e02d57be44321cb8" + "hash": "1af529ec118a5712b58d4b6b6e2da5e1", + "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": "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/football/coupe-d-afrique-des-nations/maroc-halilhodzic-repond-fermement-aux-critiques-de-belhanda_AV-202112250044.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": "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 08:47:03 GMT", + "enclosure": "https://images.bfmtv.com/PgHt7T4NoM89rqHQt7M_naofyao=/7x111:2039x1254/800x0/images/1201413.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -51397,17 +52598,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "da0bdacd4850c2667c70fc4556609268" + "hash": "be25847976386a1784ed812b54ddace7", + "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": "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/football/liga/mariage-surprise-pour-ousmane-dembele_AV-202112250040.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": "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 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": "", @@ -51418,17 +52620,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c75e03afc851420a377a97d53a5fe95" + "hash": "b982c98823191832c40c37599e1df6fa", + "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": "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/italie-on-s-est-laisse-aller-apres-l-euro-reconnait-mancini_AV-202112250038.html", + "link": "https://rmcsport.bfmtv.com/football/la-chine-interdit-les-tatouages-a-ses-footballeurs_AN-202112300055.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 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": "", @@ -51439,17 +52642,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a9743816a8fb0deee00f42185821d8b" + "hash": "24d3b96795664b894add590a77f69b84", + "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": "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/football/transferts/mercato-le-bayern-serait-sur-le-point-de-s-offrir-raphinha_AV-202112250035.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": "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 06:43:42 GMT", + "enclosure": "https://images.bfmtv.com/X5Hz6IFlu5dc5uDtgylnVx3zPy0=/0x106:2048x1258/800x0/images/CAN-1194469.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -51460,17 +52664,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "59b99c2cfca42e601c4f3a3d90f5cdd9" + "hash": "c1a2e900be5999c25b02ecabd3a164fd", + "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": "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/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/ligue-1/ol-paqueta-confirme-son-test-positif-et-parle-de-sa-quarantaine-a-dubai_AV-202112300042.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 06:40:38 GMT", + "enclosure": "https://images.bfmtv.com/eDwGBQSW1hg4g1G7b4PRQNJkdks=/0x33:2048x1185/800x0/images/Lucas-PAQUETA-1181914.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -51481,17 +52686,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "97b8cb7bc87882f2c84c0ff7ef9f3476" + "hash": "0361234cabbdbd2a0026cc2d4ae783b5", + "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": "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/football/premier-league/arsenal-aubameyang-nous-manque-c-est-un-gars-gentil-confie-ben-white_AV-202112250024.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": "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 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": "", @@ -51502,17 +52708,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "baa21d344f9f35c613e026e17ce94d2e" + "hash": "6e85b8ac917d90c6172f354d46814a0c", + "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": "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/paris-hippique/les-pronos-hippiques-du-samedi-25-decembre-2021_AN-202112250017.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": "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 05:30:27 GMT", + "enclosure": "https://images.bfmtv.com/Ik7V8lkRJ9e0-OWJEFAkK4xNdLc=/5x39:1941x1128/800x0/images/Thomas-Tuchel-1195105.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -51523,17 +52730,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "b557740532749d59aa38e35cb0de2abe" + "hash": "068f7884de82b993a10588c715c0419d", + "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": "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/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-25-decembre-nba_AN-202112240159.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 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/OT6RVw6gDXh-e_2MndGA2fwBbCY=/0x0:2000x1125/800x0/images/Boston-Celtics-1194395.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": "", @@ -51544,17 +52752,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "9730db2f8c7b169875ea98b5f76cc767" + "hash": "665f14c4ecccdace6150c2a8426d3544", + "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": "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/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-25-decembre-super-lig_AN-202112240156.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 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/OAW9nwMheV6lMH8_Y_kV9hbkSQs=/0x0:1984x1116/800x0/images/Trabzonspor-1194394.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": "", @@ -51565,17 +52774,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "2908a39a9017b64455fb6c3211c82417" + "hash": "e6e38e0ba58507f3e10cbcd5e3fd9b54", + "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": "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/instagram-lewandowski-finit-l-annee-2021-devant-ronaldo-messi-et-mbappe_AV-202112240334.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 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": "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": "", @@ -51586,17 +52796,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "fde95b3e88cd78a0d51950d90e1e1fdc" + "hash": "1797755040d07214d571fa9f14a3e292", + "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": "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/basket/le-panier-de-basket-de-l-annee-a-ete-marque-par-une-enseignante-americaine_AV-202112240335.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 18:47:46 GMT", - "enclosure": "https://images.bfmtv.com/VHAFAkeoER2IiXgUCsqn5o8zgpg=/0x128:448x380/800x0/images/Kathleen-Fitzpatrick-1194638.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": "", @@ -51607,17 +52818,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "10b728afa5cbe8089f1e5ca274fed84c" + "hash": "86c37dbdf34691b66c3d00f3d825f406", + "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": "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/premier-league/liverpool-alexander-arnold-reverait-de-jouer-avec-de-bruyne-et-son_AV-202112240320.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 17:57:23 GMT", - "enclosure": "https://images.bfmtv.com/gUD10TdJAolVNwTsWbTqDsIIjMc=/0x106:2048x1258/800x0/images/1194611.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": "", @@ -51628,17 +52840,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "b40a799a900ce706e3538677edec4153" + "hash": "24dcfa5df69be472f7778850c38b7976", + "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": "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/tennis/open-australie/tennis-95-du-top-100-mondial-est-vaccine-selon-l-atp_AV-202112240295.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": "Fri, 24 Dec 2021 16:54:05 GMT", - "enclosure": "https://images.bfmtv.com/F0ZmwufKJ9v613iEbcLddKHj1Fo=/54x2:1974x1082/800x0/images/1194573.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": "", @@ -51649,17 +52862,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "52a0f97652537f84abee55d412bd0fa8" + "hash": "eb0535ea56a9e2e9691cbcf8f855030c", + "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": "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/basket/euroligue/basket-fenerbahce-la-tuile-pour-nando-de-colo-absent-plusieurs-semaines_AV-202112240278.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 16:15:25 GMT", - "enclosure": "https://images.bfmtv.com/HlqlnAQyv_UjuoRrFIGwm8H-ZCE=/0x106:2048x1258/800x0/images/Nando-de-Colo-1194565.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": "", @@ -51670,17 +52884,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "aaf55dcd5a01946274ae38d4f5599f58" + "hash": "49021b2f0603b5533becea12f6227f6f", + "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": "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/coupe-d-afrique-des-nations/crystal-palace-vieira-prend-la-defense-de-la-can-2022_AV-202112240276.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 16:04:36 GMT", - "enclosure": "https://images.bfmtv.com/CoZuFwavXt54qKvdy8-hqpfzxr0=/0x79:2048x1231/800x0/images/Vieira-1194560.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": "", @@ -51691,17 +52906,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "3013dbdb70ba121e1f5843d1ef606591" + "hash": "25987869dcbe91a8998e4197a7d47f2e", + "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: 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/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-les-negociations-barca-dembele-au-point-mort-la-prolongation-en-grand-danger_AV-202112290369.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 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": "", @@ -51712,17 +52928,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "722ea155357d63047c3de4739c7f8e5b" + "hash": "e687c7a547d8ec9ba8ccae17c9449f6c", + "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": "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/football/transferts/barca-vers-une-fin-de-pret-pour-de-jong-en-route-pour-cadix_AV-202112240273.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 15:51:58 GMT", - "enclosure": "https://images.bfmtv.com/m6vNKZi5l-gd7-wtS4V09zUe_Bc=/0x106:2048x1258/800x0/images/1194531.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": "", @@ -51733,17 +52950,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "3956cda46fe92e7ee0b4095b9726bfa0" + "hash": "ba1660e5389b64562b2732f47e36ce8c", + "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": "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/paris-hippique/deux-epreuves-qualificatives-au-grand-prix-d-amerique-ce-dimanche-a-vincennes_AN-202112240270.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 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": "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": "", @@ -51754,17 +52972,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "3177ad9c6aeb3cf8051adce11d2e4e02" + "hash": "aea1558f40ce7a362b09481896454bd6", + "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": "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/football/euro/danemark-poulsen-raconte-l-arret-cardiaque-d-eriksen-a-l-euro_AV-202112240266.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 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 21:14:18 GMT", + "enclosure": "https://images.bfmtv.com/T9oAuiiwhsgjsEHGprARPT0IoW4=/0x77:2048x1229/800x0/images/Logo-OGC-Nice-1201278.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -51775,17 +52994,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f77f46029a2f9e064ae56e0dbd0b467" + "hash": "166c789a164ea0e1683d3c0f6b98d736", + "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": "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/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-c-est-officiel-pour-paulo-sousa-qui-quitte-la-pologne-pour-flamengo_AV-202112290351.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 21:05:36 GMT", + "enclosure": "https://images.bfmtv.com/fyso84EDBwWfIdw8DM0Q9eV8kcE=/0x35:1024x611/800x0/images/-868489.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -51796,17 +53016,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "011e2fa9edbbb55abbf5c849e26e996d" + "hash": "231bcac80ec0ea8c938874dbd33dcc65", + "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": "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/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/euroligue/euroligue-monaco-domine-le-maccabi-et-se-relance_AD-202112290348.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 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": "", @@ -51817,17 +53038,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a755a545f9f709b5b2d8db88decd1c7" + "hash": "2b436cb9dbbee1cbee760ea9a9eca9bc", + "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": "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/bundesliga/transferts/bayern-nous-avons-lewandowski-kahn-exclut-une-arrivee-d-haaland_AV-202112240261.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 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 20:39:12 GMT", + "enclosure": "https://images.bfmtv.com/DXnnu8BntrDWUP6hUecybaOdlik=/0x0:1232x693/800x0/images/-100161.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -51838,17 +53060,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "edb742fef6bdb9bc886928f5a28f80c8" + "hash": "24fcd85da9f45af8101a92429dbb234f", + "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: 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/transferts/mercato-ikone-a-la-fiorentina-officialisation-imminente_AV-202112240259.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 14:53:26 GMT", - "enclosure": "https://images.bfmtv.com/z-IomjsZkjqzmyZftwq07-rCuD0=/0x46:2048x1198/800x0/images/Ikone-1194520.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": "", @@ -51859,17 +53082,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "2683f1fb0775628b43a476400efd126f" + "hash": "88ce431c89d917fde340840139761181", + "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": "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/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-brentford-man-city-en-direct_LS-202112290342.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 19:56:47 GMT", + "enclosure": "https://images.bfmtv.com/XyHJ2_9IpaCloF25b5HZlmyWyXU=/0x0:2032x1143/800x0/images/Jack-Grealish-1194782.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -51880,17 +53104,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba44d770f544dc371b1b55ef3627b207" + "hash": "3c619a300b136f0f50a335028d3db7b8", + "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": "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/coupe-d-afrique-des-nations/can-le-bordelais-onana-forfait-avec-le-cameroun_AV-202112240247.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 14:30:55 GMT", - "enclosure": "https://images.bfmtv.com/Kf-XVUh87khn_bEP1ks6nqQ35cg=/0x106:2048x1258/800x0/images/1194515.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": "", @@ -51901,17 +53126,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "921519944fbcdcdf0664aad176b3c169" + "hash": "edc23cbf77f547934f9d40623fc14e2d" }, { - "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": "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/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/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 14:22:08 GMT", - "enclosure": "https://images.bfmtv.com/N_AHJ9swVn2BMMCGaDhdApZO7qQ=/0x181:2048x1333/800x0/images/Maxime-Machenaud-1153803.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": "", @@ -51922,17 +53147,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "560283adbb9a7641a28f162460be628f" + "hash": "30dc1e9f778e2876d470808b1604338c" }, { - "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": "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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-23-decembre_LN-202112230124.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": "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 15:28:32 GMT", + "enclosure": "https://images.bfmtv.com/INkVCtZlviJlQ3Ba0SXwe3HWenE=/0x0:2048x1152/800x0/images/Lucas-Paqueta-1171740.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -51943,17 +53168,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c686b31d0384c70cabb256acfda780e" + "hash": "45c369dd44690485ca7544700f286b1f" }, { - "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": "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/cyclisme/cyclisme-amy-pieters-plongee-dans-le-coma-apres-une-grave-chute-a-l-entrainement_AV-202112240236.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:58:49 GMT", - "enclosure": "https://images.bfmtv.com/--cGSjjW4IOfu1T5cECHn4x2wOo=/0x106:2048x1258/800x0/images/Amy-Pieters-1194489.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": "", @@ -51964,17 +53189,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c65b943c7ee314d678ee7a0e7b9d0564" + "hash": "cbcaeffda4d90edc30a641ff9869fe6b" }, { - "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": "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/football/classement-fifa-la-belgique-finit-l-annee-2021-en-tete-les-bleus-sur-le-podium_AV-202112240235.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:55:55 GMT", - "enclosure": "https://images.bfmtv.com/egmiiXmkfPaz6iZw4OHRL6O7DuA=/0x106:2048x1258/800x0/images/Belgique-1194493.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": "", @@ -51985,17 +53210,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5cc122e13d8cd54edd435bf634d20660" + "hash": "02f3706425af96fc0b4d798a70e4a84f" }, { - "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": "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-mourinho-contacte-pour-devenir-le-selectionneur-du-nigeria_AV-202112240232.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:51:29 GMT", - "enclosure": "https://images.bfmtv.com/LOCu0YWefbzczfhNxpg7aWfFtMM=/0x17:2048x1169/800x0/images/Jose-Mourinho-1161585.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": "", @@ -52006,17 +53231,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a170bc1273e81daa73cb27175795cf18" + "hash": "0695f7f2abec9149ed1b9810d682355e" }, { - "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": "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/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-neville-appelle-a-stopper-le-report-systematique-des-matchs-a-cause-du-covid-19_AV-202112290229.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 15:02:05 GMT", + "enclosure": "https://images.bfmtv.com/c7TjtQI-4rMZCYM0F5m97A7bgKM=/0x79:2048x1231/800x0/images/Gary-Neville-1201158.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -52027,17 +53252,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3e75d23b63c23a9d12b090af65b4a5f" + "hash": "e1986c54aed1a2a2525f80d59947b3c1" }, { - "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": "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/transferts/mercato-buffon-se-verrait-bien-jouer-au-mexique-ou-aux-etats-unis_AV-202112240229.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 13:35:43 GMT", - "enclosure": "https://images.bfmtv.com/p1lBKcyU2CexVZsBdut-gUhsbBo=/0x54:2032x1197/800x0/images/Buffon-1194494.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": "", @@ -52048,17 +53273,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e596e5b8694853414573a163ee936f02" + "hash": "932d2bc173dd0975b41722560b0b3296" }, { - "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": "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/paris-hippique/criterium-continental-et-prix-tenor-de-baune-deux-nouveaux-tickets-pour-l-amerique_AN-202112240227.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": "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 14:40:58 GMT", + "enclosure": "https://images.bfmtv.com/8qeADabTXusPa32OKBiM0_byXWk=/0x72:2000x1197/800x0/images/Chelsea-1201155.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -52069,17 +53294,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "92408cad7d1219d41c8f7f2df76f05d7" + "hash": "cf70a873fed1e29fe7f2b5fcc51ff5cc" }, { - "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": "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/manchester-united-ou-en-est-la-prolongation-de-pogba-libre-en-fin-de-saison_AV-202112240224.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 13:18:48 GMT", - "enclosure": "https://images.bfmtv.com/nToYcfLbf0CCmM9cxCVO-6d7V9A=/0x45:2048x1197/800x0/images/Paul-Pogba-1143212.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": "", @@ -52090,17 +53315,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2be9d6c7feb882870b7bb07d36885e22" + "hash": "88349d5b65a841b1e196e7c65f9430c7" }, { - "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": "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/ligue-des-champions/ligue-des-champions-pour-herrera-le-real-est-favori-face-au-psg_AV-202112240223.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 13:12:49 GMT", - "enclosure": "https://images.bfmtv.com/K7Btwz0Ee7S4aLjEunwYEtiO-28=/0x20:2048x1172/800x0/images/Ander-Herrera-1194483.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": "", @@ -52111,17 +53336,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "963713e8394519df1dad218a673c848b" + "hash": "11ae7d6b92e63998e09b2f81cc3b723b" }, { - "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": "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/auto-moto/f1/f1-pour-ecclestone-hamilton-va-prendre-sa-retraite_AV-202112240222.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 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 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": "", @@ -52132,17 +53357,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9234d634443da8bb97a9c6ffab2b31ff" + "hash": "6bfc99db513f2b3a7f0ad01fcf3e5e23" }, { - "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": "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/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/ligue-1/ligue-1-reims-annonce-un-accord-de-principe-avec-parme-pour-busi_AV-202112290194.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 13:14:53 GMT", + "enclosure": "https://images.bfmtv.com/mqyiaP3Vp8jwHAHE67H3E_CLgmA=/0x35:2016x1169/800x0/images/Maxime-Busi-1196763.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -52153,17 +53378,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a42bcaec493d8c69472db14ad8655a58" + "hash": "f2dc37be19ef61aca1d14fa3af5ceb5c" }, { - "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": "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/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/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 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 12:49:57 GMT", + "enclosure": "https://images.bfmtv.com/l5iPVA2D_TatQ_MRIjxGaPaKw1o=/0x178:2048x1330/800x0/images/1192129.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -52174,17 +53399,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fdcb1f5b48b4eea805e58c457fc4dd5e" + "hash": "89d0c8a48eadd92e321a25abe0bbfbda" }, { - "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": "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/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/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-27-decembre_LN-202112270035.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": "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": "", @@ -52195,17 +53420,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b46e112d1cf75a2b62c6a5fd554a83a" + "hash": "5337f634d46d8abb946d605c07ae4222" }, { - "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/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-14-decembre-2021_LN-202112140154.html", + "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-pogba-zlatan-ronaldo-bailly-livre-les-secrets-savoureux-du-vestiaire_AV-202112290182.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 12:36:00 GMT", + "enclosure": "https://images.bfmtv.com/3h-BGDL-V863MMdOvK3Rj24MKfU=/0x46:2048x1198/800x0/images/Bailly-1161546.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -52216,17 +53441,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7618fa38825d9c4a8cf578ec353d0ea5" + "hash": "027f489d60f8e72f10709d78556fad9c" }, { - "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": "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/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/mercato-bernardo-silva-tres-evasif-sur-son-avenir-a-manchester-city_AV-202112290180.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 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": "", @@ -52237,17 +53462,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3189a10872022cf647cb686bc555aff2" + "hash": "664e94a34c3808e3a2dfe832377cf789" }, { - "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": "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/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/football/premier-league/premier-league-des-traces-de-cocaine-detectees-dans-plusieurs-stades_AV-202112290178.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": "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": "", @@ -52258,17 +53483,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b9d685d1368ab2d8e9cbb4e0dca0dd4" + "hash": "653f919590b8bb459948687b20ea04b6" }, { - "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": "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/rugby/stade-toulousain-antoine-dupont-et-julien-marchand-prolongent-jusqu-en-2027-et-2028_AV-202112240168.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": "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 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": "", @@ -52279,17 +53504,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc6239c5af727be7e392babeebb42077" + "hash": "938538a74099718c3ec7b6319cb5fc1a" }, { - "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": "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/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/tennis/tennis-repechage-surprise-pour-la-france-qui-remplace-l-autriche-a-l-atp-cup_AV-202112290171.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 11:52:29 GMT", + "enclosure": "https://images.bfmtv.com/oUEyDExyGOVqbnX8Oe7fjBi2gWM=/0x106:2048x1258/800x0/images/Ugo-Humbert-1082072.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -52300,17 +53525,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cdfd064779c02ce4e375cc68a3a20c5a" + "hash": "5e0202f4cfbba63bd8807458498e1e9c" }, { - "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": "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/transferts/mercato-de-ligt-au-barca-pourquoi-ca-coince_AV-202112240160.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-jeudi-30-decembre_AN-202112290165.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 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": "", @@ -52321,17 +53546,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b53468bd48ef888c6a6580e9a78f8e8" + "hash": "500b8088f1c27adccf2bd8067f267332" }, { - "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": "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/transferts/mercato-watford-negocie-avec-nice-pour-hassane-kamara_AV-202112240157.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": "Fri, 24 Dec 2021 10:46:16 GMT", - "enclosure": "https://images.bfmtv.com/yox5oNsAd2lNfpxFSGvBNdrpzEY=/0x106:2048x1258/800x0/images/Hassane-Kamara-1194384.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": "", @@ -52342,17 +53567,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "619df85e3b1ea1b40900ae043602fb0c" + "hash": "8b1a68e2384c8cf3bbad2bfbb9514268" }, { - "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": "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/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/transferts/france-angleterre-espagne-belgique-toutes-les-dates-du-mercato-d-hiver_AV-202112290160.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 11:28:53 GMT", + "enclosure": "https://images.bfmtv.com/eOXPOr8RD-w0AiaBnSY3aUPy1q0=/0x212:2048x1364/800x0/images/Camp-Nou-1201080.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -52363,17 +53588,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ffef045b185c5af0a3a431b8633b46e1" + "hash": "d74ba37e6074251c660d750753c9fc7f" }, { - "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: 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-face-aux-critiques-herrera-defend-neymar-qui-a-un-coeur-enorme_AV-202112240143.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-manchester-city-ne-remplacera-pas-ferran-torres-cet-hiver_AV-202112290157.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 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": "", @@ -52384,17 +53609,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "37200796270aa745a01b5cae4da6999a" + "hash": "1225df874a87a8a10884b0eb53b0c885" }, { - "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": "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/premier-league/premier-league-everton-en-colere-le-report-du-match-contre-burnley-refuse_AV-202112230375.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 17:44:59 GMT", - "enclosure": "https://images.bfmtv.com/Sn39FVteMC9qg_CffNk3CUymGpE=/0x147:2048x1299/800x0/images/Rafael-Benitez-1194060.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": "", @@ -52405,17 +53630,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5eebd106be75911dce36563e818dde85" + "hash": "ea85e289fe743d466cefa3422859c7ad" }, { - "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": "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/liga/liga-kounde-ecope-d-un-match-de-suspension-pour-son-geste-sur-alba_AV-202112230352.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 17:14:07 GMT", - "enclosure": "https://images.bfmtv.com/AmMv3cvHUyqSMAIZa9C2hSrahGw=/24x2:2024x1127/800x0/images/Kounde-1194040.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": "", @@ -52426,17 +53651,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "be36b6a50c906497f0d957c189838ec5" + "hash": "12aa60abc7e19b2e34e5f863bd5f9d6b" }, { - "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": "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/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/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 16:43:30 GMT", - "enclosure": "https://images.bfmtv.com/1pKLIowBMoTorPaoa5nwkmC9Kuw=/0x0:2048x1152/800x0/images/Vahid-Halilhodzic-997039.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": "", @@ -52447,17 +53672,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf87d925f602f83bc72a0b9533552ab8" + "hash": "f5e03df01e31e7a7ea230b8accbba6fc" }, { - "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": "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/premier-league-rangnick-milite-pour-le-retour-des-cinq-changements_AV-202112230333.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 16:39:10 GMT", - "enclosure": "https://images.bfmtv.com/Iqb62K1AjQyfYgpqezj24yD12pY=/0x106:2048x1258/800x0/images/Ralf-RANGNICK-1186211.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": "", @@ -52468,17 +53693,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "97a97ebf50d3a3316969bf00e938f281" + "hash": "b976609de057d050cbd1d685cf5defb1" }, { - "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": "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/premier-league/premier-league-la-vague-omicron-perturbe-le-boxing-day_AV-202112230321.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 16:17:44 GMT", - "enclosure": "https://images.bfmtv.com/a4QhHFaB4j9vCFKMo0__FEkMbnA=/0x6:2048x1158/800x0/images/Phil-Foden-1194000.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": "", @@ -52489,17 +53714,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d996737a99ccab5ed9165646729a946" + "hash": "de661026c060afd80f4895703be8a2fe" }, { - "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": "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/paris-hippique/les-pronos-hippiques-du-vendredi-24-decembre-2021_AN-202112230317.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 16:13:05 GMT", - "enclosure": "https://images.bfmtv.com/AG93KDPB1d785wVfIqzZVqVLpk0=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-12-decembre-2021-1185851.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": "", @@ -52510,17 +53735,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f787aeb73817b979b9790b0b8db98bc0" + "hash": "4de9d4b04073afcb39fc015a6f289a8a" }, { - "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: 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/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-la-fiorentina-a-fixe-le-prix-pour-sa-pepite-vlahovic_AN-202112270166.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": "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": "", @@ -52531,17 +53756,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2195b98b62af04f0dab30bc4d9099063" + "hash": "21509a45f4da546f5935733faf906442" }, { - "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": "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/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/mort-de-l-ex-footballeur-dalian-atkinson-les-excuses-de-la-police-britannique_AD-202112270161.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": "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": "", @@ -52552,17 +53777,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc341c3f67bf37db96dab589ed461182" + "hash": "416cf2785c65fac7b643385c1f9b16de" }, { - "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": "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/transferts/mercato-guardiola-reconnait-que-le-depart-de-torres-pour-le-barca-est-proche_AV-202112230297.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/om-caleta-car-dans-le-viseur-de-newcastle_AV-202112270159.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": "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": "", @@ -52573,17 +53798,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc45a040c4ed126379cd1b15fa4e1ced" + "hash": "1bda98f8094a3173b99a2492525e3ad3" }, { - "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": "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/transferts/mercato-vers-un-duel-barca-corinthians-pour-cavani_AV-202112230292.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 15:26:37 GMT", - "enclosure": "https://images.bfmtv.com/JSntD3WS5FbXV3kLSBqHYwVGOzA=/0x56:2048x1208/800x0/images/Edinson-Cavani-1160731.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": "", @@ -52594,17 +53819,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae3aed35a1fba0bd19ff746ee43e2ae4" + "hash": "ea0df349370231fa1da79a8332c4e276" }, { - "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": "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/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/transferts/gianluca-di-marzio-la-voix-du-mercato-cette-passion-italienne_AD-202112270151.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": "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": "", @@ -52615,17 +53840,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "26c1e5dcd482f963669b501d84368c74" + "hash": "f5a70468149f4c7b44fb01f207a546ec" }, { - "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": "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/football/ligue-1/saint-etienne-changement-de-cap-pour-le-mercato-des-verts_AV-202112230288.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 15:08:21 GMT", - "enclosure": "https://images.bfmtv.com/9NSXcv4yXNyATDfzjN66EALAsWM=/0x0:2048x1152/800x0/images/Saint-Etienne-1181074.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": "", @@ -52636,17 +53861,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "24e77fd18bd2e55d2c1f31961bd2c796" + "hash": "da854d0aca4873f090777c05cff3a852" }, { - "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": "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/coupe-d-afrique-des-nations/can-le-cameroun-devoile-sa-liste-sans-joel-matip_AD-202112230279.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-mardi-28-decembre_AN-202112270146.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 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": "", @@ -52657,17 +53882,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e818b2845fbf9d6fc68e6399d3de952" + "hash": "b63f517f9ed552bd63d2822259f3a92c" }, { - "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": "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/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/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 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 10:26:25 GMT", + "enclosure": "https://images.bfmtv.com/Iqb62K1AjQyfYgpqezj24yD12pY=/0x106:2048x1258/800x0/images/Ralf-RANGNICK-1186211.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -52678,17 +53903,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c388c88c675bf39f3f32d215a176f439" + "hash": "49182e4e6e6a2ccdf3a4954b41aa7d35" }, { - "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": "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/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/ligue-1/psg-mbappe-en-voyage-a-dubai-pour-une-remise-de-prix_AV-202112270138.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 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": "", @@ -52699,17 +53924,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8fc1728cc0590ec75050134ca836ff78" + "hash": "146dd69b09415a879baf8ddafb8b7c9c" }, { - "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": "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/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/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": "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 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": "", @@ -52720,17 +53945,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d3a0ad57eec8706aba0770dda22ca539" + "hash": "a4a102044f4435f9691a3c9eaa3bf557" }, { - "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": "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/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/transferts/mercato-le-real-madrid-va-devoir-consulter-le-psg-dans-le-dossier-mbappe_AV-202112270129.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 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": "", @@ -52741,17 +53966,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8077ed48f93e2963d587fa280e2b7d8" + "hash": "93c22f062ebed0b225a8cba2f99475ab" }, { - "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": "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/transferts/losc-gourvennec-met-un-petit-coup-de-pression-pour-remplacer-ikone_AV-202112230262.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 13:58:20 GMT", - "enclosure": "https://images.bfmtv.com/6Yfrw4u-m7BHuXdmQfJb6ejTLuQ=/0x20:2048x1172/800x0/images/Jonathan-Ikone-1193924.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": "", @@ -52762,17 +53987,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "54ae0c474d7cbff8db6c7a028a813937" + "hash": "728b038ea84177ccc4aaab317e84ae41" }, { - "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": "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/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/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 13:56:47 GMT", - "enclosure": "https://images.bfmtv.com/JSSGMxyGnrnrrZRLWEPBnA8Lw64=/0x106:2048x1258/800x0/images/Racing-92-1193940.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": "", @@ -52783,17 +54008,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d79f33ec33d73b8936e495c71fe244c3" + "hash": "fdff93ce52b6e5cc516c64d6da097895" }, { - "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": "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/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/football/ligue-1/ligue-1-la-saison-2021-2022-est-la-plus-prolifique-depuis-40-ans_AV-202112270118.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 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": "", @@ -52804,17 +54029,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "53b4087fd399ed9b7e4dc9d47fddadab" + "hash": "80c648543d2d23dcd0e4e4a9030c07c9" }, { - "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": "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/football/ligue-1/ligue-1-guendouzi-majer-laborde-l-equipe-type-des-meilleures-recrues_AV-202112230256.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 13:40:30 GMT", - "enclosure": "https://images.bfmtv.com/IoAkFxR2nh4MYeiZXyAsMe9q7bI=/0x0:2048x1152/800x0/images/Matteo-Guendouzi-1160560.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": "", @@ -52825,17 +54050,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9ca4915006c332e381944ec359d1b9e" + "hash": "e233f395ed345b38fee610a17513f595" }, { - "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": "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/tennis/open-australie/tennis-andy-murray-participera-a-l-open-d-australie_AV-202112230253.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 13:27:23 GMT", - "enclosure": "https://images.bfmtv.com/pD2o3KaAhbvQLqzFQuTCVGBsdZ4=/0x0:2048x1152/800x0/images/Andy-Murray-1193931.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": "", @@ -52846,17 +54071,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "112d02a87e4f0ea91e9401de0ceb1c61" + "hash": "1111fc197b29decb697002a631fea2a0" }, { - "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": "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/ligue-1/ligue-1-les-chiffres-qui-prouvent-que-le-psg-est-vraiment-mbappe-dependant_AV-202112230250.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 13:12:33 GMT", - "enclosure": "https://images.bfmtv.com/vBTyzR6o3VlB1zBbO-cMSWIz2U0=/0x46:2048x1198/800x0/images/Kylian-MBAPPE-1191171.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": "", @@ -52867,17 +54092,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cab4dc55367ea2a8f2569001833194fa" + "hash": "15489d1b3164c151a2cf7dd37c60bfef" }, { - "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": "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/football/premier-league/premier-league-et-covid-19-reunions-decisives-jeudi-apres-midi_AV-202112230247.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": "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 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": "", @@ -52888,17 +54113,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f500d6956f6b7b67c10a937fc1cc573d" + "hash": "2ca37120e456b6c0a61151b429a48903" }, { - "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": "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/ligue-1-quel-bilan-pour-messi-apres-six-mois-au-psg_AV-202112230245.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 12:59:11 GMT", - "enclosure": "https://images.bfmtv.com/alrQPj6aoOxrEDWXeG3-BCitvrA=/0x0:2048x1152/800x0/images/Lionel-Messi-1193870.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": "", @@ -52909,17 +54134,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "90d66ea7d008a4c8ef64b281eec8d463" + "hash": "3ac1b41ade9b599266e2bffa0602698e" }, { - "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": "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-marseille/l-enigme-kamara-une-recrue-au-milieu-quel-mercato-d-hiver-pour-l-om_AV-202112230244.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 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 06:39:27 GMT", + "enclosure": "https://images.bfmtv.com/eAv3NLUc_I2DiutpQmmQVXlYzVY=/0x106:2048x1258/800x0/images/1191345.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -52930,17 +54155,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "454987f0150c8f53701a0ae60d4eb13c" + "hash": "f2d92a42bf577c0d3efe5e71de2ad46b" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-23-decembre-coupe-du-portugal_AN-202112220297.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-27-decembre_LN-202112270035.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 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": "", @@ -52951,17 +54176,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d6da1aa03c51b4637df8ae398b52624" + "hash": "05ec62e9c452c55bc2c47f34f5bb0e42" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-23-decembre-nba_AN-202112230243.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 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 05:58:51 GMT", + "enclosure": "https://images.bfmtv.com/oR9-4kvNO0bL3FgaMPy9md44nS4=/0x55:2048x1207/800x0/images/Ousmane-Dembele-1185673.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -52972,17 +54197,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6cbf7e81b18a0ec8524d64f684b2f1fc" + "hash": "57bd34bd2b297057a63b87cc52a5ce96" }, { - "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: 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/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-surveille-par-le-psg-rudiger-aurait-donne-sa-priorite-au-real-madrid_AV-202112270019.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 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": "", @@ -52993,17 +54218,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "709af3b381b9073a1c9add08ebce8d4e" + "hash": "0597be9b801fc5bcb858d41cf02dfba2" }, { - "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": "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/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/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 12:27:48 GMT", - "enclosure": "https://images.bfmtv.com/Ekxks3YI7SkS_iOzBKujRALc1hA=/0x61:2032x1204/800x0/images/Juergen-Klopp-1176069.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": "", @@ -53014,17 +54239,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "69c9529b99b387943bb14a258dd76845" + "hash": "0a5d591103dae481c2c7cfff8d57554a" }, { - "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": "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/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-du-jour-du-27-decembre-premier-league-angleterre_AN-202112260006.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": "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": "", @@ -53035,17 +54260,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bdb8451a701cf3e9a5b569cc8933459b" + "hash": "438a149b6af06a547e252fb5dd8c2741" }, { - "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": "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/losc-l-emouvante-histoire-derriere-la-celebration-de-la-rose-de-jonathan-david_AV-202112230209.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 11:25:11 GMT", - "enclosure": "https://images.bfmtv.com/ovoLOlaGD6fwlGbE6ur8qQ3o3eo=/0x106:2048x1258/800x0/images/Jonathan-David-1193688.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": "", @@ -53056,17 +54281,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "96a90c3b5bd1b8e5ef7bae114782da29" + "hash": "2a0c090f84e3e56bbdf335a86a4b567d" }, { - "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": "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/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/pari-sportif/pronos-paris-rmc-le-pari-sur-du-27-decembre-jupiler-pro-league-belgique_AN-202112260004.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": "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": "", @@ -53077,17 +54302,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee7c8e4d7a906bc3844ef3cf32974c6f" + "hash": "24af3314f153be6fbfb7e6b72900c7b9" }, { - "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": "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/jeux-olympiques/jo-2022-de-pekin-il-y-aura-certainement-des-infections-redoutent-les-organisateurs_AV-202112230201.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 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": "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": "", @@ -53098,17 +54323,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5c95598b78d2b27a2c12415bd21e253" + "hash": "4d6afa9fc73aba4be512e413efffc016" }, { - "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": "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/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/handball/handball-un-cluster-chez-les-bleus-a-trois-semaines-de-l-euro_AD-202112260196.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": "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": "", @@ -53119,17 +54344,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b58a63657b331de096d36a343b041f0c" + "hash": "6da508831578232eecfb6ec5ce06421c" }, { - "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": "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/transferts/mercato-en-attendant-ferran-torres-le-barca-lance-l-operation-degraissage_AV-202112230189.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 10:44:59 GMT", - "enclosure": "https://images.bfmtv.com/37kDBIXdkA_0BssMY4Vk3wc3b24=/0x0:2048x1152/800x0/images/Samuel-Umtiti-1172213.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": "", @@ -53140,17 +54365,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef4eb6cbfee241eabbfe88846839d9de" + "hash": "7b5a6a7db9f7596e7aec0eb2a1707e02" }, { - "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": "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/ligue-1/ligue-1-les-tops-et-flops-a-mi-saison_AV-202112230186.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 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 16:01:46 GMT", + "enclosure": "https://images.bfmtv.com/bA6KhjCo0USJ41DHuPgOBU-uXHc=/6x111:2038x1254/800x0/images/Facundo-Medina-1195049.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -53161,17 +54386,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e95f2a3cfdfdce5ed5c270f602edf7e7" + "hash": "378c14fed5d6249248f5f90f8175623f" }, { - "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": "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/liga/real-madrid-les-enormes-stats-que-benzema-visera-en-2022_AV-202112230169.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 09:54:52 GMT", - "enclosure": "https://images.bfmtv.com/N4DrPXDXqH__763yhHgpp4VTSqY=/0x106:2048x1258/800x0/images/1193796.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": "", @@ -53182,17 +54407,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5e0ec3419fedd3309539f1daf9321ef" + "hash": "03d6cc587e375a6a0e461b26971292f5" }, { - "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": "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/psg-les-mots-forts-de-herrera-sur-le-niveau-de-la-ligue-1_AV-202112230160.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": "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 15:39:43 GMT", + "enclosure": "https://images.bfmtv.com/n2XTXTyB8cCnL1TZLOZF0Vprux8=/0x106:2048x1258/800x0/images/1195044.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -53203,17 +54428,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7ce11cfb64fe4f7d6006221e1294be5" + "hash": "e1198c0ac8884f6ff9deab5da47d049b" }, { - "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": "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/liga/real-madrid-l-antivirus-benzema-enflamme-la-presse-espagnole-apres-son-double-face-a-bilbao_AV-202112230144.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 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 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": "", @@ -53224,17 +54449,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d9363293f793b9af9a036a6dda82628" + "hash": "00ae078845f9ec929ab23de177da3881" }, { - "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": "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/auto-moto/f1/f1-mick-schumacher-sera-pilote-de-reserve-de-ferrari-en-2022_AV-202112230134.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 08:52:23 GMT", - "enclosure": "https://images.bfmtv.com/2SsgWvpBp7Fi8Ind1y0GBVHx2Wk=/0x106:2048x1258/800x0/images/Mick-Schumacher-1193772.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": "", @@ -53245,17 +54470,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "047918568ec86b106b66c2fd9422c4c7" + "hash": "57dcab6b1d98bce618d2e047e77ac66a" }, { - "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": "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/premier-league/league-cup-des-affrontements-entre-supporters-de-tottenham-et-west-ham_AV-202112230130.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 08:41:14 GMT", - "enclosure": "https://images.bfmtv.com/G0SKaS2lJWvpXjzEGXcVqF5Ai18=/0x28:2048x1180/800x0/images/West-Ham-1193763.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": "", @@ -53266,17 +54491,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b3ddfa597ee39bfaa164fc4477474ec6" + "hash": "9c19db204e9eea511f93018ab299b1f5" }, { - "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": "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/psg-expulse-a-lorient-ramos-est-plus-que-jamais-recordman-des-cartons-rouges_AV-202112230129.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 08:38:19 GMT", - "enclosure": "https://images.bfmtv.com/dZ1S85ZnvmBS2tYdGXCKwvXy4gY=/0x106:2048x1258/800x0/images/1193753.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": "", @@ -53287,17 +54512,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec474971acd47443ccd3e410512b6599" + "hash": "9390a2249eddbc1ebe5030891a90aa4e" }, { - "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": "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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-23-decembre_LN-202112230124.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 08:35:21 GMT", - "enclosure": "https://images.bfmtv.com/37kDBIXdkA_0BssMY4Vk3wc3b24=/0x0:2048x1152/800x0/images/Samuel-Umtiti-1172213.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": "", @@ -53308,17 +54533,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8c7884852183b82e0c3c9efabc4d12c" + "hash": "8a25d0cc758a52be031e19aa78728c3a" }, { - "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": "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/om-reims-quand-kamara-s-attend-a-prendre-un-rouge-avant-d-etre-averti_AV-202112230122.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 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": "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": "", @@ -53329,17 +54554,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef7a2ec9e32d6c78fd23cf7f98a53e2c" + "hash": "cb1c398bbea4e22fa6952cd4d3b595a8" }, { - "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": "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/ligue-1-suivez-en-direct-le-multiplex-de-la-19e-journee_LS-202112220278.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-leeds-aston-villa-reporte-a-son-tour_AD-202112260123.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 14:07:47 GMT", + "enclosure": "https://images.bfmtv.com/hWkTSLyMe8u162ZeJlzfeFLDfOI=/0x120:2048x1272/800x0/images/Raphinha-1194712.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -53350,17 +54575,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "26bc3b3bf51e1aff306ca06139d14645" + "hash": "c49178a18a184c4b88bb55fe5721ae50" }, { - "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": "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/om-reims-payet-ressort-sa-celebration-pere-noel_AV-202112230103.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 07:49:57 GMT", - "enclosure": "https://images.bfmtv.com/8tw2O6171uOBZsgzRTnFCWzijD4=/7x111:2039x1254/800x0/images/1193722.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": "", @@ -53371,17 +54596,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b6e43b9b5f9c0569fcd4fbb0c6063c9" + "hash": "085b797578766f17b2d912a43c27a83c" }, { - "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": "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/transferts/losc-la-reponse-de-gourvennec-sur-un-possible-depart-de-jonathan-david_AV-202112230085.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 07:20:03 GMT", - "enclosure": "https://images.bfmtv.com/ovoLOlaGD6fwlGbE6ur8qQ3o3eo=/0x106:2048x1258/800x0/images/Jonathan-David-1193688.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": "", @@ -53392,17 +54617,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c405277b4f6ff3a386b878bd1efdc894" + "hash": "3c31f7098fbb2058b90fa188d98ccf91" }, { - "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": "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/om-reims-payet-se-plaint-de-la-communication-de-l-arbitre_AV-202112230074.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 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 13:48:32 GMT", + "enclosure": "https://images.bfmtv.com/ULgncPA_OBOKsBweV4yhS7SAyuI=/0x138:2048x1290/800x0/images/1194844.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -53413,17 +54638,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d83bf07c5e963a4f0c0d36e17ed0403c" + "hash": "56885c5a1af5a2ead9573dfda3771ca2" }, { - "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": "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/nantes-7e-de-ligue-1-un-truc-de-dingue-savoure-kombouare_AV-202112230065.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 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 13:41:28 GMT", + "enclosure": "https://images.bfmtv.com/N4w8MdZl8OIMUcHDeJjs1vkDqnw=/0x0:2048x1152/800x0/images/Ez-Abde-1195012.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -53434,17 +54659,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c89ccac6f7310a342a39203a3480ad8d" + "hash": "ce34edb66e5ec0c82c1ace8d24cad20d" }, { - "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": "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/ligue-1/lorient-psg-c-etait-un-petit-psg-les-regrets-de-monconduit-apres-le-nul_AV-202112230048.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-reims-s-offre-definitivement-un-defenseur-de-l-inter-milan_AV-202112260110.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 13:24:33 GMT", + "enclosure": "https://images.bfmtv.com/W8lZpzd0iZ53bY6njjHwGTKJSXM=/0x0:2048x1152/800x0/images/Andreaw-Gravillon-1195011.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -53455,17 +54680,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5cf568ac189921c610162bcde0e5f2e4" + "hash": "b05b9851624acac5f626a69d1bf1e5c9" }, { - "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": "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/ligue-1/saint-etienne-dupraz-veut-se-depecher-de-recruter-des-joueurs_AV-202112230046.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-lundi-27-decembre-2021_AN-202112260108.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 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": "", @@ -53476,17 +54701,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "730657479990e3ccffddc5cb30d0a981" + "hash": "3d8412e358a46162d8fc4782a86780d6" }, { - "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": "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/ol-ca-me-degoute-guimaraes-fustige-l-etat-d-esprit-de-l-equipe_AV-202112230037.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": "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 13:04:59 GMT", + "enclosure": "https://images.bfmtv.com/CnOabg9F2370G4e9qlIvabMF8EY=/0x0:2048x1152/800x0/images/Florent-MANAUDOU-1151510.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -53497,17 +54722,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "68737ac7f27f9fc49c4132a12c225348" + "hash": "3d51fa1aa63b4e61a8c7f71117416813" }, { - "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": "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/lorient-psg-le-message-de-sergio-ramos-apres-son-carton-rouge_AV-202112230025.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": "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: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": "", @@ -53518,17 +54743,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f938b855dc5c09d9d21b7a6aceb4918e" + "hash": "d9eea16d5fba9a4e38011442934a3902" }, { - "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": "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/football/feminin/affaire-hamraoui-abidal-a-ete-entendu-mardi_AD-202112230015.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": "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 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": "", @@ -53539,17 +54764,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f08daebb54ecfaf8472fc7220dd83f4" + "hash": "514860eee985ccce923b14a88b271638" }, { - "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": "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/football/ligue-1/metz-c-est-un-jeu-truque-antonetti-fustige-le-calendrier-de-la-can_AV-202112230014.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, 23 Dec 2021 00:37:10 GMT", - "enclosure": "https://images.bfmtv.com/ZYSi_O-cAJoQIeF950j1wby9K7A=/239x226:1743x1072/800x0/images/Antonetti-1193596.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": "", @@ -53560,17 +54785,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "47052003a99eb6c02111da7debf90304" + "hash": "25436a0477bc3f67ff644cb26b2ea2d1" }, { - "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": "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/antonetti-apres-ol-metz-c-est-a-lyon-que-je-me-suis-fait-le-plus-voler_AV-202112230013.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": "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 12:11:03 GMT", + "enclosure": "https://images.bfmtv.com/rvdHVMq2Xr5FzYne5TmokXzPS9I=/0x109:2000x1234/800x0/images/R-Sterling-1194983.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -53581,17 +54806,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "de4cecfee585391b8405b2fedac3ae40" + "hash": "d41afa2d0e2bf099082d9bef3bff5c6c" }, { - "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: 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/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-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 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 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": "", @@ -53602,17 +54827,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6613cead01d04b862cdac93a6ef15e0e" + "hash": "919a2216e3ed10be9f7f12ac3538641e" }, { - "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": "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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-20-decembre-2021_LN-202112200060.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/psg-rafinha-a-la-real-sociedad-en-debut-de-semaine_AV-202112260091.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 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": "", @@ -53623,17 +54848,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dab813e94b6e7884089bd32e0e81d286" + "hash": "73110eb59f6903afea268e599dbe76d3" }, { - "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": "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/lorient-psg-pochettino-regrette-les-erreurs-mais-se-satisfait-du-classement_AV-202112220483.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 23:08:40 GMT", - "enclosure": "https://images.bfmtv.com/bOvkLu49eMkFvQ4ma2DGeGRy1vc=/185x0:2041x1044/800x0/images/Pochettino-1193587.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": "", @@ -53644,17 +54869,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "122e385e655dfc8d4f62c68de33d24dd" + "hash": "b61eba932e30863941a3f2ad35a74912" }, { - "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": "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/om-reims-abdelhamid-estime-s-etre-fait-un-peu-voler-sur-le-penalty-de-payet_AV-202112220482.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 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 10:43:12 GMT", + "enclosure": "https://images.bfmtv.com/oENeDRjRIRlGKbdO7qFBUlElRBc=/0x106:2048x1258/800x0/images/Stade-Toulousain-1194963.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -53665,17 +54890,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aebf0be06d00c566c4be3fe103440564" + "hash": "d75d5ffdda4e060d4d6b9eefb58ed775" }, { - "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": "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/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-d-afrique-des-nations/can-l-algerie-grande-favorite_AV-202112260081.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 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": "", @@ -53686,17 +54911,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8fdf7ef9bf00c6d431cdf4c326bec55d" + "hash": "2a770b78bbd5db6d4fed6a75816fc6a8" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-sur-du-23-decembre-eredivisie-pays-bas_AN-202112220292.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 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/41dnhr-V3G3PNa6Dp_YvWrc7njw=/0x104:1984x1220/800x0/images/Cody-Gakpo-PSV-Eindhoven-1193182.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": "", @@ -53707,17 +54932,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ebcf4aff45def07d417595f1af0858a0" + "hash": "2898366e34740820171610636f72890c" }, { - "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": "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/ligue-1/lorient-psg-premiere-exclusion-en-ligue-1-pour-ramos-entre-a-la-mi-temps_AV-202112220473.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 22:21:44 GMT", - "enclosure": "https://images.bfmtv.com/R7081Qa-TZbqp2ostXQ5HjDTkgM=/81x42:2033x1140/800x0/images/Sergio-Ramos-1193553.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": "", @@ -53728,17 +54953,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d3a5480c59934417141244ebc191167" + "hash": "ff353f79bc9c9b3ae1136c7b251a6570" }, { - "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/ligue-1/ligue-1-la-bonne-affaire-de-monaco-l-ol-n-avance-plus_AV-202112220466.html", + "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/tennis/open-australie/tennis-le-canadien-shapovalov-teste-positif-au-covid-19-a-sydney_AD-202112260055.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 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": "", @@ -53749,17 +54974,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c5b23f2a11020646a492bf9bac14a11" + "hash": "f2df5fd89240b478f0268c7bd48a23d7" }, { - "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": "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/ligue-1/marseille-reims-payet-arrache-le-nul-au-velodrome_AN-202112220464.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 22:05:43 GMT", - "enclosure": "https://images.bfmtv.com/H4B0j_L5ys6uAThEwho7ENe60rE=/0x212:2048x1364/800x0/images/Dimitri-Payet-1193543.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": "", @@ -53770,17 +54995,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3414d3bcb53217c760b10dcac84ff596" + "hash": "8bb27ed7f41b43034eacffc2f0a3c84f" }, { - "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": "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/football/ligue-1/ligue-1-monaco-rennes-en-direct_LS-202112220386.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 17:42:58 GMT", - "enclosure": "https://images.bfmtv.com/d5kvqoCekdqXglQWeN3fbPFSQ9M=/7x66:1991x1182/800x0/images/Gaetan-Laborde-Rennes-1190436.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": "", @@ -53791,17 +55016,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb35bda1168562ba4b0cc1186c3a8bd1" + "hash": "c1f5276b9ad26e50856c31990d4b88e3" }, { - "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": "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/football/ligue-1/lorient-psg-icardi-sauve-un-point-pour-paris-ramos-exclu_AV-202112220461.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 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 08:35:01 GMT", + "enclosure": "https://images.bfmtv.com/E4hWdAYW2xML1Rhxer5QEJqtGAA=/0x97:2048x1249/800x0/images/Salah-1194911.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -53812,17 +55037,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f72b4cb092963f87b49803fae8929d60" + "hash": "439bcface196b59d23f044b56c726f83" }, { - "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": "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/lorient-psg-en-direct-paris-veut-bien-finir-l-annee_LS-202112220422.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 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 08:11:46 GMT", + "enclosure": "https://images.bfmtv.com/s79ZvwVpik0qLGSg3eI-nqrZIVQ=/4x57:1044x642/800x0/images/-871060.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -53833,17 +55058,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "711e5f4c1fd276c19359348b50497bd2" + "hash": "65951edc544047d4a64ca4673e78b5dc" }, { - "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": "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/ligue-1-suivez-en-direct-le-multiplex-de-la-19e-journee_LS-202112220278.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 14:52:12 GMT", - "enclosure": "https://images.bfmtv.com/FAMjzU33LH55_mSfyqYXODfImk8=/0x101:2032x1244/800x0/images/OM-Reims-1193532.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": "", @@ -53854,17 +55079,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1819cfb24e896b87de74a1d2353f6403" + "hash": "3a62792fefcc14830af4c565db69a96b" }, { - "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": "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/liga/bilbao-real-le-but-somptueux-de-benzema-qui-s-est-offert-un-double_AV-202112220459.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 21:38:50 GMT", - "enclosure": "https://images.bfmtv.com/Sa6-rRJRVMQiud47wsxMUWlg3aA=/0x56:2048x1208/800x0/images/Karim-Benzema-1193537.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": "", @@ -53875,17 +55100,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "55a56c20a992860b154597a08aaeda20" + "hash": "2a7f9815d7fe56949d67f73bbfbf74f4" }, { - "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": "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/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/football/transferts/mercato-en-pole-dans-le-dossier-christensen-le-barca-doit-se-decider_AV-202112260022.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 07:01:20 GMT", + "enclosure": "https://images.bfmtv.com/-2hzFvGZbhiCmJDC2BaANepDbHw=/0x0:2048x1152/800x0/images/Andreas-Christensen-1194882.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -53896,17 +55121,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec6b6b6084f7831197556abd625ec76c" + "hash": "2c9c6569e30e798daef9c7b217b7a443" }, { - "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": "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/serie-a/italie-le-club-de-catane-declare-en-faillite_AV-202112220453.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 21:00:03 GMT", - "enclosure": "https://images.bfmtv.com/y9vvX3HqIb8VzYwqURWG_wH9QLE=/0x0:2032x1143/800x0/images/Catane-1193271.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": "", @@ -53917,17 +55142,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "47797a61990bc9f80a181ca151046887" + "hash": "4bc65227ae37543f98dfb71a39e0291c" }, { - "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": "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/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/premier-league/premier-league-a-quelle-heure-et-sur-quelle-chaine-suivre-le-boxing-day_AV-202112260013.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 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": "", @@ -53938,17 +55163,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "946983b9059ce63a1246f0d51edb6bb9" + "hash": "c1a053f93643dcaa00e33a5f5916b3c4" }, { - "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": "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/jeux-olympiques/jo-2024-le-site-du-tour-preliminaire-de-basket-ne-convainc-pas-la-fiba_AD-202112220451.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 20:49:59 GMT", - "enclosure": "https://images.bfmtv.com/T3aU7rfG8nUfoU_n3c6eWE7Y0iA=/3x57:1059x651/800x0/images/-877420.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": "", @@ -53959,17 +55184,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c6f779b372fbbd3be20eb809c368a39" + "hash": "7535d9392ca8c6d3df682e9df8663ba4" }, { - "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": "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/ligue-1-le-brouillard-fait-reporter-le-match-clermont-strasbourg_AV-202112220449.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 20:28:18 GMT", - "enclosure": "https://images.bfmtv.com/JL0k5XHWPgBX1O8nKFf5Lnvd0-o=/207x329:2031x1355/800x0/images/Clermont-Strasbourg-1193521.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": "", @@ -53980,17 +55205,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cff540a38c5f3a04dc1e9bcef331f419" + "hash": "3774a50fc2ebe1b37cf6cc2193abe1ab" }, { - "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": "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/psg-icardi-n-est-plus-un-joueur-de-foot-s-agace-rothen_AV-202112220440.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 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": "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": "", @@ -54001,17 +55226,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ba896ceb4640be463df274905bc340b" + "hash": "84ddf4e5f7400b51fd22d010b9eafc01" }, { - "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": "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/ligue-1/lorient-psg-les-compos-messi-et-navas-titulaires-ramos-sur-le-banc_AV-202112220434.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 19:18:48 GMT", - "enclosure": "https://images.bfmtv.com/DTq3uqNqJpEDcbiSKOC1tapibls=/0x77:2048x1229/800x0/images/Lionel-Messi-contre-Bruges-1183552.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": "", @@ -54022,17 +55247,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c27e57d64e3bd692628fe2767b598601" + "hash": "11cf46d7c933ef3c28e9b1fec48c1fb2" }, { - "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": "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/monaco-rennes-les-compos-pour-le-choc-de-la-19e-journee_AV-202112220433.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": "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": "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": "", @@ -54043,17 +55268,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5c547503ffaebf64c044af39a5f883d" + "hash": "e60d20f4d4e8723d5ed731a680acceb1" }, { - "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": "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/ligue-1/rennes-laborde-elu-meilleur-joueur-de-ligue-1-en-novembre_AV-202112220427.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 18:59:27 GMT", - "enclosure": "https://images.bfmtv.com/gMClfLpDkhYu2xGUpXYc5AiPM6c=/0x73:2000x1198/800x0/images/G-Laborde-1177665.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": "", @@ -54064,17 +55289,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ad3460958784bfc0f9f66686c66b5bf" + "hash": "075571a137c663afd9950700bf9595de" }, { - "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": "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/feminin/d1/affaire-hamraoui-hayet-abidal-entendue-par-les-enqueteurs_AV-202112220414.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 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": "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": "", @@ -54085,17 +55310,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee0202b366040d56949e239ad7d0b302" + "hash": "4dc838570ec1afc6b37c1681e0fd5e8f" }, { - "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": "\"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/psg-rafinha-devrait-etre-prete-a-la-real-sociedad_AV-202112220412.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": "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 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": "", @@ -54106,17 +55331,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "82a795ceed7f57ca3d161362ab24f546" + "hash": "646acc1b37640124856c73ce784e64c5" }, { - "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": "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/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/football/premier-league/premier-league-cartons-alcool-et-brouillard-le-boxing-day-en-cinq-anecdotes_AV-202112250151.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 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": "", @@ -54127,17 +55352,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "568785d08a1419a47eea39e8950101a4" + "hash": "c87c4c2d5ebfeab2fa1b45d890361453" }, { - "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": "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/ligue-1/bordeaux-lille-maintenu-pas-de-nouveau-cas-de-covid-19-chez-les-girondins_AV-202112220171.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 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 21:33:09 GMT", + "enclosure": "https://images.bfmtv.com/tMNa1mt1kOoP8QW8CJhqQ6SykOs=/7x91:2039x1234/800x0/images/1194850.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -54148,17 +55373,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7f17d22be369539829fc57eabb688c6" + "hash": "311ebfefc0a2114e4c01992adcef0518" }, { - "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": "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/liga/barca-pourquoi-gavi-lace-tres-bizarrement-ses-chaussures_AV-202112220169.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 10:32:30 GMT", - "enclosure": "https://images.bfmtv.com/ZEkmUfmZ7XV61MGPsUsfECfoEE8=/0x106:2048x1258/800x0/images/Gavi-1193051.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": "", @@ -54169,17 +55394,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "182c8da046eec3cd4099841f1e9443d6" + "hash": "eee42d85aad341f306069e65fac8432a" }, { - "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": "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/ligue-1/ligue-1-en-direct-suivez-les-infos-avant-la-19e-journee_LN-202112200099.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 07:59:56 GMT", - "enclosure": "https://images.bfmtv.com/O-Yqjc9X3deqvgnc0r7iQZR6Q4k=/223x315:2015x1323/800x0/images/Girondins-de-Bordeaux-1192739.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": "", @@ -54190,17 +55415,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "74c608682fea1aedcdea376b2d4e62d3" + "hash": "ac5cd63a19d8c53a6d7d3374119f1de0" }, { - "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": "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/football/transferts/mercato-c-est-la-derniere-saison-de-jonathan-david-a-lille-annonce-son-agent_AV-202112220156.html", + "link": "https://rmcsport.bfmtv.com/basket/nba/nba-les-knicks-ecrasent-atlanta_AD-202112250145.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 20:44:41 GMT", + "enclosure": "https://images.bfmtv.com/-IU391xkr4J-dnfMDLRM4Mij-5o=/0x74:2048x1226/800x0/images/1194845.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -54211,17 +55436,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "80d96910b2b365996d4d6c7ebc713c3d" + "hash": "adc0a1dbe418ed606e5b4aaaace58296" }, { - "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": "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/ligue-1/om-rothen-juge-le-traitement-reserve-a-mandanda-desolant_AV-202112220145.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 09:41:10 GMT", - "enclosure": "https://images.bfmtv.com/jSTeWaxgnNCZ8PHuT0P1C9bAm-4=/0x0:1200x675/800x0/images/Steve-Mandanda-1193014.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": "", @@ -54232,17 +55457,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c8ecc05d90b1c2088fc05405b89d32d" + "hash": "68da990f91fa9fa813dcd3855b2f0dfb" }, { - "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": "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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-20-decembre-2021_LN-202112200060.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": "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 19:55:56 GMT", + "enclosure": "https://images.bfmtv.com/mv0ynwlX_h5T1K6X7hqUNaZtCn4=/0x169:2048x1321/800x0/images/1194842.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -54253,17 +55478,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a31193291abc25bdc346e3dc52be542" + "hash": "19508e73b13e675a78fc293caf6e422a" }, { - "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: 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/football/serie-a/juventus-szczesny-tacle-l-arrogance-de-son-equipe_AV-202112220143.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 09:26:06 GMT", - "enclosure": "https://images.bfmtv.com/hisf4tvUXXUpq44d-SmhFLjh9LU=/0x106:2048x1258/800x0/images/Wojciech-Szczesny-1193012.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": "", @@ -54274,17 +55499,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "db9ea0201093949b0d75ee11234614fa" + "hash": "09377b3e7d02d7eaa9b33010083f3050" }, { - "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: 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/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-saka-smith-rowe-martinelli-a-la-decouverte-des-baby-gunners-qui-ont-relance-arsenal_AV-202112250139.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 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": "", @@ -54295,17 +55520,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9fd90c963bf0c70b05ab72191848f15d" + "hash": "ebcd8d294267105ec9df2a5ea520d636" }, { - "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": "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-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/transferts/mercato-l-as-roma-veut-maitland-niles-en-pret_AV-202112250135.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 18:14:28 GMT", + "enclosure": "https://images.bfmtv.com/3IxBOeWtWdS2pu5f7LTvwtEm1mM=/0x106:2048x1258/800x0/images/1194828.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -54316,17 +55541,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb245bb9ee1cc7d1fab68d319b7322e8" + "hash": "63744bc93d6442617c34052cca53a6d7" }, { - "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": "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/liga/seville-barca-un-nul-qui-empeche-xavi-de-dormir_AV-202112220119.html", + "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 08:18:05 GMT", - "enclosure": "https://images.bfmtv.com/ha-BGR6BdAv_M7sE7PVYOLC22qQ=/0x48:2000x1173/800x0/images/Xavi-Hernandez-Barcelone-1176107.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": "", @@ -54337,17 +55562,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e74679fbfb1711653e04c5bf38741fe" + "hash": "1701df488346a3efd8f3a774f8c239b3" }, { - "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": "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/jeux-olympiques/paris-2024-sportifs-atteints-de-trisomie-21-les-oublies-des-jeux-paralympiques_AV-202112210496.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": "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 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": "", @@ -54358,17 +55583,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b8219afe127bbf62a6c480be7ced6ae" + "hash": "a7a7ad54c8ea3bf810ef0ad468afb178" }, { - "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": "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/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/l-ancien-parisien-jese-fait-exploser-tiktok-avec-une-danse-avec-sa-compagne_AN-202112250124.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 17:17:41 GMT", + "enclosure": "https://images.bfmtv.com/dSWcwrMLrg-PqzGAg1eFFJfwb84=/0x0:1024x576/800x0/images/-878333.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -54379,17 +55604,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba648a49b3625b7be251d28245ea6bf8" + "hash": "68f29df42d6135077f07c35abf04a000" }, { - "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": "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/premier-league/chelsea-tuchel-ne-veut-pas-faire-la-chasse-aux-non-vaccines_AV-202112220083.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-everton-s-interesserait-a-coutinho_AV-202112250121.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 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": "", @@ -54400,17 +55625,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "262c49dced959c485d731809625b3878" + "hash": "e2ad0ea0cda373deb2660735dfc88eb1" }, { - "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": "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/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/basket/nba/nba-la-maison-d-un-joueur-de-philadelphie-prend-feu-en-plein-reveillon_AV-202112250120.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 16:38:46 GMT", + "enclosure": "https://images.bfmtv.com/6RuMwswo5_JZSV1JniqSu4VtuOs=/0x33:2048x1185/800x0/images/Tyrese-Maxey-1194811.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -54421,17 +55646,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d37411e080342a3c02987ef2fe524c8" + "hash": "b604f0305462874e5c56b3752236de3b" }, { - "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": "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/football/ligue-1/psg-messi-agite-la-grande-loterie-de-noel-en-espagne_AV-202112220067.html", + "link": "https://rmcsport.bfmtv.com/football/drame-en-algerie-un-joueur-de-d2-decede-pendant-un-match_AN-202112250118.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 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": "", @@ -54442,17 +55667,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "033fa2bf2c7448a56fda845b9758891d" + "hash": "0fc7d661d18f877d71d629b8e695cb65" }, { - "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: 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/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-le-barca-sur-mazraoui-en-pensant-a-haaland_AV-202112250116.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 16:05:32 GMT", + "enclosure": "https://images.bfmtv.com/Ek6x-H5xfIq92emQSeODSzBQ8nw=/0x52:2048x1204/800x0/images/Noussair-Mazraoui-1194810.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -54463,17 +55688,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4974cecc6031e4b652fa76056ab40cb3" + "hash": "8be501e8ed87fcc62029f7fc34b59c77" }, { - "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).

", + "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/football/liga/seville-barca-kounde-est-tombe-dans-le-piege-de-jordi-alba-confie-lopetegui-apres-le-craquage-du-francais_AV-202112220029.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": "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 16:00:32 GMT", + "enclosure": "https://images.bfmtv.com/49U09D_stjlJZne7WfaehaKDgOo=/0x106:2048x1258/800x0/images/1194809.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -54484,17 +55709,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "18ce98b959e718f00d314007ab2ec2a8" + "hash": "3930537e2ad858f5a242ee2350915949" }, { - "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": "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/basket/nba/nba-manu-ginobili-presente-au-hall-of-fame_AD-202112220021.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": "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 15:59:40 GMT", + "enclosure": "https://images.bfmtv.com/05JmFqZnofccaCkNfz5wKHnZPtc=/0x103:1968x1210/800x0/images/Erling-Haaland-Dortmund-1149332.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -54505,17 +55730,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e88e54c4a3dce9dd28b2db128aab4c6" + "hash": "2fb0949f3fef6522c15df2bd3962dfc8" }, { - "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": "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/basket/nba/nba-la-ligue-ne-compte-pas-interrompre-la-saison-malgre-le-variant-omicron_AV-202112220018.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": "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 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": "", @@ -54526,17 +55751,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a07dca9a63b9b1e8859ad7679adf7864" + "hash": "27b4b015d2ba8fbe45c1a66ffd37a5b1" }, { - "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": "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/football/coupe-de-france/incidents-paris-fc-ol-trois-ultras-interpelles_AV-202112210196.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 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 15:02:47 GMT", + "enclosure": "https://images.bfmtv.com/tx3fANiBFJM30yAtNTv2I32WzbU=/0x106:2048x1258/800x0/images/Bilal-Toure-1194802.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -54547,17 +55772,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6cdfc68405ce9bf27a6ddb681d4cb27" + "hash": "1f877dcc0b9a8d8d0bd9f63bf6aa2b1d" }, { - "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": "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-du-jour-du-22-decembre-ligue-1_AN-202112210285.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:06:00 GMT", - "enclosure": "https://images.bfmtv.com/BStochomhfYowammaVmJUM6ULgU=/0x103:2000x1228/800x0/images/Amine-Gouiri-Nice-1192537.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": "", @@ -54568,17 +55793,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d3a20da9ffc5cc9d947d82b20e4e1224" + "hash": "4ccdb900f99678dece3435ceb1a5d6de" }, { - "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": "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-de-folie-du-22-decembre-ligue-1_AN-202112210283.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:05:00 GMT", - "enclosure": "https://images.bfmtv.com/dyqqQCIIGeBevUPrqb70fUw-rZQ=/7x107:1991x1223/800x0/images/Arkadiusz-Milik-Marseille-1192536.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": "", @@ -54589,17 +55814,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8b041fb92ff5e662c7f23fb294853e8" + "hash": "18e1c811e62e65c01d85bdefaa3e0e6b" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-sur-du-22-decembre-ligue-1_AN-202112210280.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 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 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": "", @@ -54610,17 +55835,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d68ee3c04fbde5b0af547eaf298195cf" + "hash": "2e44fb04207a4040bdaf5ac92d906f2c" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-22-decembre-ligue-1_AN-202112210279.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 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 14:05:57 GMT", + "enclosure": "https://images.bfmtv.com/Vvn1wEMtztSx_IpxePq-qkSYTz8=/0x8:2048x1160/800x0/images/Gavi-1194793.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -54631,17 +55856,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6003c6d56922abb4562514826a77fbe" + "hash": "3d6a8543e86fe23daaa41755565f0a46" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-exterieur-du-22-decembre-ligue-1_AN-202112210277.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 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 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": "", @@ -54652,17 +55877,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3adb2a71c152979ab18d578be69e87cb" + "hash": "e0c4f9e8ff160fe000e9214a1f9b0717" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-buteur-du-jour-22-decembre-ligue-1_AN-202112210276.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 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 13:39:24 GMT", + "enclosure": "https://images.bfmtv.com/cOAcfGqqWQYupi0jo7ijrccSbqw=/0x0:1984x1116/800x0/images/Z-Ibrahimovic-1191000.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -54673,17 +55898,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "13ca3f1ffbe79574d756bfbd1be0d52b" + "hash": "bfd61e80196ccc484523cfdd6c0ac28b" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-22-decembre-ligue-1_AN-202112210246.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 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 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": "", @@ -54694,17 +55919,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "38eee30cc763cc5c7566b6ab3bbf79d3" + "hash": "b9ee771f57899b18aa0deba6ddc9bab7" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-22-decembre-ligue-1_AN-202112210242.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 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/6n_2rPd4z-dmVZ17AYZGYHX6OtA=/0x103:1984x1219/800x0/images/A-Gouiri-1192486.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": "", @@ -54715,17 +55940,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "15ef45e3a17991b5316fcb824c95e3aa" + "hash": "b8dc84eca79e492e482c900eb08994f6" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-22-decembre-ligue-1_AN-202112210007.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 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 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": "", @@ -54736,17 +55961,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "de73c1e87f75840cfbf24a9237959f99" + "hash": "c56e037e584eebf38bb341b79998ef6e" }, { - "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": "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/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/equipe-de-france/bleus-benzema-mbappe-deschamps-et-le-defi-d-une-troisieme-etoile_AD-202112250078.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 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": "", @@ -54757,17 +55982,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c5bd85a15db52329bbb81cc5a479b78" + "hash": "21d178b435309a28936ecb8b1cd623c7" }, { - "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": "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/football/league-cup/league-cup-arsenal-etrille-sunderland-avec-un-tres-joli-but-de-nketiah_AD-202112210529.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 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 11:36:05 GMT", + "enclosure": "https://images.bfmtv.com/5ikIgata2C8DJ3UzFImnbAoGPfs=/0x52:2048x1204/800x0/images/Carlos-Sainz-1194767.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -54778,17 +56003,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1cac0b54542846d18e26e60854c4fcfd" + "hash": "dd8e5efe183fbc151514eccf27ed561a" }, { - "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": "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/liga/liga-en-superiorite-numerique-le-barca-cale-encore-contre-seville_AV-202112210525.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 22:33:53 GMT", - "enclosure": "https://images.bfmtv.com/zxBlz9x9DojHNEUlLGqriKUrG1k=/0x70:2000x1195/800x0/images/Barcelone-Seville-1192799.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": "", @@ -54799,17 +56024,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d31f7bea96698433cb452a95113dc0e" + "hash": "a68a66992bc8c8c0cc58c55a5a480c97" }, { - "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": "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/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/sport-us/nhl-la-reprise-apres-la-treve-de-noel-repoussee-de-lundi-a-mardi_AD-202112250072.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 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": "", @@ -54820,17 +56045,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "333b9d9ab4441bbd8b6772c5ee02434a" + "hash": "33d79b4f3df0bf9490a73b0b6a1408c2" }, { - "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": "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/premier-league/covid-19-des-joueurs-de-premier-league-inquiets-face-au-maintien-du-boxing-day_AV-202112210513.html", + "link": "https://rmcsport.bfmtv.com/football/quand-les-footballeurs-se-mettent-au-costume_AD-202112250071.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 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": "", @@ -54841,17 +56066,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb85114e8e8a690a55325bf8a4e3c22d" + "hash": "c6e2fda821da7300d8e555a4a18857fe" }, { - "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": "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/football/premier-league/manchester-city-benjamin-mendy_AV-202112220149.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/nantes-rien-d-acte-pour-kolo-muani_AN-202112250060.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": "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": "", @@ -54862,17 +56087,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf00d9d49e1b1a46661568c56abb44bb" + "hash": "f51f56b60de8e38bdae8e5b015f81d3b" }, { - "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": "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/paris-hippique/les-pronos-hippiques-du-mercredi-22-decembre-2021_AN-202112210413.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 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 10:09:28 GMT", + "enclosure": "https://images.bfmtv.com/i1vCWqWCW4OZqJL65GxihVjCI0k=/0x137:2048x1289/800x0/images/Sturridge-1194736.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -54883,17 +56108,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "458f8913e7b57336726496ad9a59b39b" + "hash": "7b9958857065fd0cf9c03019168782ac" }, { - "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": "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/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/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 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 09:51:06 GMT", + "enclosure": "https://images.bfmtv.com/o3iLNuoRsMVumg6UyOZ0JfCYTcM=/0x105:2048x1257/800x0/images/jean-Michel-Aulas-1194740.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -54904,17 +56129,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d82239cc5bd38974372eef5813e27e7f" + "hash": "42c310a828bb3d51c7a839aecfc041e7" }, { - "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": "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/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/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-23-decembre_LN-202112230124.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": "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": "", @@ -54925,17 +56150,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "88da0f0a55c233329dd76079c7d968df" + "hash": "893414ec2ffb3411e02d57be44321cb8" }, { - "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": "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/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-d-afrique-des-nations/maroc-halilhodzic-repond-fermement-aux-critiques-de-belhanda_AV-202112250044.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 09:05:17 GMT", + "enclosure": "https://images.bfmtv.com/Mnbm8ObDa3FW4k_IU3HEZRlhCXc=/13x24:1469x843/800x0/images/-836619.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -54946,17 +56171,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8d11a08daa658616eccd8dcbac442e7" + "hash": "da0bdacd4850c2667c70fc4556609268" }, { - "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": "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/auto-moto/f1/jean-alesi-sera-juge-en-correctionnelle-apres-sa-garde-a-vue-pour-degradations_AV-202112210370.html", + "link": "https://rmcsport.bfmtv.com/football/liga/mariage-surprise-pour-ousmane-dembele_AV-202112250040.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 08:49:47 GMT", + "enclosure": "https://images.bfmtv.com/e6NVz2lF_Jyw9TOx23kfyUSeFeo=/0x96:1264x807/800x0/images/Ousmane-Dembele-1158851.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -54967,17 +56192,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6daf02cfdd5e48138b1292473bb5bb2e" + "hash": "6c75e03afc851420a377a97d53a5fe95" }, { - "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": "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-des-champions/ligue-des-champions-razzia-sur-les-places-pour-losc-chelsea_AV-202112210351.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 16:15:44 GMT", - "enclosure": "https://images.bfmtv.com/h-x8Y5LZY-cWnmvORiRW0GNWyPQ=/0x106:2048x1258/800x0/images/Lille-1187149.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": "", @@ -54988,17 +56213,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "87f77093cd91034de7b093aadbbaa534" + "hash": "3a9743816a8fb0deee00f42185821d8b" }, { - "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": "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/auto-moto/rallye-wrc-sebastien-loeb-va-participer-au-rallye-de-monte-carlo_AD-202112210350.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 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 08:24:08 GMT", + "enclosure": "https://images.bfmtv.com/hWkTSLyMe8u162ZeJlzfeFLDfOI=/0x120:2048x1272/800x0/images/Raphinha-1194712.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -55009,17 +56234,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c72a8f939b9ccbaac9853bccebc87118" + "hash": "59b99c2cfca42e601c4f3a3d90f5cdd9" }, { - "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": "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/serie-a/serie-a-salernitana-sera-exclue-sans-vente-au-31-decembre_AV-202112210341.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: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 08:09:53 GMT", + "enclosure": "https://images.bfmtv.com/-Uv5W4fbGWA_WXD2SPFoUIqycu4=/0x0:2048x1152/800x0/images/Ez-Abde-1194710.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -55030,17 +56255,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "df99c2361e18534a4a9ef3557c50b6f5" + "hash": "97b8cb7bc87882f2c84c0ff7ef9f3476" }, { - "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": "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/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/premier-league/arsenal-aubameyang-nous-manque-c-est-un-gars-gentil-confie-ben-white_AV-202112250024.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 07:17:13 GMT", + "enclosure": "https://images.bfmtv.com/PsY7erE116b5Ibhvab-A48gqe8M=/0x106:2048x1258/800x0/images/Ben-White-1194700.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -55051,17 +56276,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e49bdd54a0dbc8a386b87e7d3e58a76" + "hash": "baa21d344f9f35c613e026e17ce94d2e" }, { - "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": "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/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/paris-hippique/les-pronos-hippiques-du-samedi-25-decembre-2021_AN-202112250017.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": "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": "", @@ -55072,17 +56297,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bdb66bb506eff9e7b1b296f2968b4df7" + "hash": "b557740532749d59aa38e35cb0de2abe" }, { - "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": "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/coupe-de-france/paris-fc-ol-en-direct-lyon-rentre-en-lice-en-coupe-de-france_LS-202112170458.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": "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 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": "", @@ -55093,17 +56318,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c8d841ee0d456b621d1a00d1db46ef3" + "hash": "9730db2f8c7b169875ea98b5f76cc767" }, { - "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": "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/liga/espagne-27-cas-positifs-dans-une-equipe-un-enorme-cluster-en-seconde-division_AN-202112210327.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 15:35:50 GMT", - "enclosure": "https://images.bfmtv.com/Ft90NQpkcPAghqCffeFAt56pbHM=/0x42:2048x1194/800x0/images/CD-Lugo-1192593.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": "", @@ -55114,17 +56339,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "800130234edfec977aacd9ed242cd793" + "hash": "2908a39a9017b64455fb6c3211c82417" }, { - "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": "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/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/instagram-lewandowski-finit-l-annee-2021-devant-ronaldo-messi-et-mbappe_AV-202112240334.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": "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": "", @@ -55135,17 +56360,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8ea8db43301a16af73be2f752c5ab99" + "hash": "fde95b3e88cd78a0d51950d90e1e1fdc" }, { - "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": "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/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/basket/le-panier-de-basket-de-l-annee-a-ete-marque-par-une-enseignante-americaine_AV-202112240335.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": "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": "", @@ -55156,17 +56381,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9abf285ee4d49433c208445cf74b3d40" + "hash": "10b728afa5cbe8089f1e5ca274fed84c" }, { - "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": "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/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/premier-league/liverpool-alexander-arnold-reverait-de-jouer-avec-de-bruyne-et-son_AV-202112240320.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": "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": "", @@ -55177,17 +56402,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ab02f93694e56853486a89d8d32a170" + "hash": "b40a799a900ce706e3538677edec4153" }, { - "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": "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/ol-bosz-voudrait-rejouer-le-match-contre-le-paris-fc_AV-202112210309.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 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": "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": "", @@ -55198,17 +56423,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "000b21f1fecd95e2da41e763a39e3d64" + "hash": "52a0f97652537f84abee55d412bd0fa8" }, { - "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": "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/auto-moto/mauvaise-blague-ou-litige-familial-les-explications-de-jean-alesi-en-garde-a-vue_AV-202112210304.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 14:42:29 GMT", - "enclosure": "https://images.bfmtv.com/uiUwYeyQ7igB8Pvxo5VmEqVhdzI=/0x254:4928x3026/800x0/images/-808752.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": "", @@ -55219,17 +56444,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c86b5e38394a3eefb2d8ac8f5e2c807" + "hash": "aaf55dcd5a01946274ae38d4f5599f58" }, { - "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": "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/clubs/paris-saint-germain/psg-sept-absents-a-lorient-dont-mbappe-et-verratti_AV-202112210302.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 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 16:04:36 GMT", + "enclosure": "https://images.bfmtv.com/CoZuFwavXt54qKvdy8-hqpfzxr0=/0x79:2048x1231/800x0/images/Vieira-1194560.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -55240,17 +56465,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "79ff32177b702161184bd69bf152dc16" + "hash": "3013dbdb70ba121e1f5843d1ef606591" }, { - "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": "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/ligue-1/psg-pochettino-content-de-la-gestion-des-gardiens-a-paris_AV-202112210300.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 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 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": "", @@ -55261,17 +56486,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d0ffe7879fc5604e801d72cc7203254" + "hash": "722ea155357d63047c3de4739c7f8e5b" }, { - "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/football/ligue-1/psg-pochettino-annonce-une-reprise-a-la-carte-pour-le-mois-de-janvier_AV-202112210290.html", + "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/transferts/barca-vers-une-fin-de-pret-pour-de-jong-en-route-pour-cadix_AV-202112240273.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 15:51:58 GMT", + "enclosure": "https://images.bfmtv.com/m6vNKZi5l-gd7-wtS4V09zUe_Bc=/0x106:2048x1258/800x0/images/1194531.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -55282,17 +56507,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ddd0562ba6b5c62d923c56474a7a0a0c" + "hash": "3956cda46fe92e7ee0b4095b9726bfa0" }, { - "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": "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/football/transferts/mercato-martial-vers-seville-en-pret_AV-202112210284.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 13:44:57 GMT", - "enclosure": "https://images.bfmtv.com/-9EDMBNBEiTBp2KK-0MwkhDlFFg=/0x20:2048x1172/800x0/images/Anthony-MARTIAL-1185795.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": "", @@ -55303,17 +56528,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e46c09a6f1526620dcb29afd6255b037" + "hash": "3177ad9c6aeb3cf8051adce11d2e4e02" }, { - "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": "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/football/ligue-1/om-sampaoli-tres-evasif-sur-le-cas-mandanda_AV-202112210271.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 13:22:18 GMT", - "enclosure": "https://images.bfmtv.com/fM5OsK7dS5gYe2McwXaN3c1wuyg=/0x0:1200x675/800x0/images/Steve-Mandanda-1192523.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": "", @@ -55324,17 +56549,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0d3fad80834aba96e17ec6bb7e3bd7d" + "hash": "4f77f46029a2f9e064ae56e0dbd0b467" }, { - "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": "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/nice-comment-galtier-veut-relancer-gouiri_AV-202112210266.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 13:08:16 GMT", - "enclosure": "https://images.bfmtv.com/6n_2rPd4z-dmVZ17AYZGYHX6OtA=/0x103:1984x1219/800x0/images/A-Gouiri-1192486.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": "", @@ -55345,17 +56570,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c529345c181c7d6061b6c4b8fab161b2" + "hash": "011e2fa9edbbb55abbf5c849e26e996d" }, { - "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": "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/ligue-1/ligue-1-guendouzi-se-voit-rester-tres-longtemps-a-l-om_AV-202112210261.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": "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 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": "", @@ -55366,17 +56591,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6661aecbb7d677aaa03cbdc2dfb4d7f" + "hash": "9a755a545f9f709b5b2d8db88decd1c7" }, { - "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": "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/ligue-1/psg-en-direct-suivez-la-conf-de-pochettino-avant-le-deplacement-a-lorient_LN-202112210255.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/transferts/bayern-nous-avons-lewandowski-kahn-exclut-une-arrivee-d-haaland_AV-202112240261.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 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": "", @@ -55387,17 +56612,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fbd6e2d1197bd14499232593aabbd282" + "hash": "edb742fef6bdb9bc886928f5a28f80c8" }, { - "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": "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/transferts/mercato-vanderson-tout-proche-de-rejoindre-monaco_AV-202112210252.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-ikone-a-la-fiorentina-officialisation-imminente_AV-202112240259.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 14:53:26 GMT", + "enclosure": "https://images.bfmtv.com/z-IomjsZkjqzmyZftwq07-rCuD0=/0x46:2048x1198/800x0/images/Ikone-1194520.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -55408,17 +56633,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e13adfed6d054029bfdbac4d7a41719" + "hash": "2683f1fb0775628b43a476400efd126f" }, { - "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": "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/football/serie-a/serie-a-les-activites-de-la-salernitana-suspendues-a-cause-du-covid_AV-202112210250.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": "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 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": "", @@ -55429,17 +56654,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "224d14ae80a05957a3b66abf45431473" + "hash": "ba44d770f544dc371b1b55ef3627b207" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-21-decembre-ligue-2_AN-202112200267.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": "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 14:30:55 GMT", + "enclosure": "https://images.bfmtv.com/Kf-XVUh87khn_bEP1ks6nqQ35cg=/0x106:2048x1258/800x0/images/1194515.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -55450,17 +56675,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "094a26d395c1560fb9a7fc7dc7fb7026" + "hash": "921519944fbcdcdf0664aad176b3c169" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-21-decembre-nba_AN-202112210248.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": "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 14:22:08 GMT", + "enclosure": "https://images.bfmtv.com/N_AHJ9swVn2BMMCGaDhdApZO7qQ=/0x181:2048x1333/800x0/images/Maxime-Machenaud-1153803.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -55471,17 +56696,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f64fa7d4220857a704d3d3968f0b694" + "hash": "560283adbb9a7641a28f162460be628f" }, { - "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": "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/ligue-1/psg-phenomene-de-precocite-bitshiabu-grandit-tres-vite_AV-202112210244.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 12:09:25 GMT", - "enclosure": "https://images.bfmtv.com/tPTrvZ0zcJ7x5b3ktGryNcONMvA=/0x0:1200x675/800x0/images/El-Chadaille-Bitshiabu-1192468.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": "", @@ -55492,17 +56717,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e379ad9ea9c49d81e94469ab03adeb50" + "hash": "0c686b31d0384c70cabb256acfda780e" }, { - "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": "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/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/cyclisme/cyclisme-amy-pieters-plongee-dans-le-coma-apres-une-grave-chute-a-l-entrainement_AV-202112240236.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 13:58:49 GMT", + "enclosure": "https://images.bfmtv.com/--cGSjjW4IOfu1T5cECHn4x2wOo=/0x106:2048x1258/800x0/images/Amy-Pieters-1194489.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -55513,17 +56738,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ad40cf2a19ddbcdb253fae633a64c3a" + "hash": "c65b943c7ee314d678ee7a0e7b9d0564" }, { - "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": "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/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/classement-fifa-la-belgique-finit-l-annee-2021-en-tete-les-bleus-sur-le-podium_AV-202112240235.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 13:55:55 GMT", + "enclosure": "https://images.bfmtv.com/egmiiXmkfPaz6iZw4OHRL6O7DuA=/0x106:2048x1258/800x0/images/Belgique-1194493.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -55534,17 +56759,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d495062db0b68fd5d8ec5dcddf43994c" + "hash": "5cc122e13d8cd54edd435bf634d20660" }, { - "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": "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/ligue-1/psg-le-message-de-pele-a-mbappe-pour-son-anniversaire_AV-202112200482.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": "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 13:51:29 GMT", + "enclosure": "https://images.bfmtv.com/LOCu0YWefbzczfhNxpg7aWfFtMM=/0x17:2048x1169/800x0/images/Jose-Mourinho-1161585.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -55555,17 +56780,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e0592fa7642d716747966cbe59353ba" + "hash": "a170bc1273e81daa73cb27175795cf18" }, { - "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": "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/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/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 20:56:47 GMT", - "enclosure": "https://images.bfmtv.com/UoeHHxoGyP4u952qX6fgUr7zISM=/0x0:2048x1152/800x0/images/Amandine-Tissier-1192158.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": "", @@ -55576,17 +56801,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0eea6b442a4277716bf997e28dbf4367" + "hash": "c3e75d23b63c23a9d12b090af65b4a5f" }, { - "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": "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/ligue-1/psg-rothen-critique-leonardo-pas-sincere-sur-le-cas-mbappe_AV-202112200474.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 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 13:35:43 GMT", + "enclosure": "https://images.bfmtv.com/p1lBKcyU2CexVZsBdut-gUhsbBo=/0x54:2032x1197/800x0/images/Buffon-1194494.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -55597,17 +56822,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2218482afef97bae578d24e11329210e" + "hash": "e596e5b8694853414573a163ee936f02" }, { - "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": "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/basket/basket-steve-kerr-remplace-popovich-a-la-tete-de-team-usa_AD-202112200471.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 20:30:22 GMT", - "enclosure": "https://images.bfmtv.com/PVlReMFSZlALepvSuqOPs6MgElE=/0x0:2048x1152/800x0/images/Steve-Kerr-1192144.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": "", @@ -55618,17 +56843,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d0dec52b7f1e0dfd8b8d5c9dfe5de85" + "hash": "92408cad7d1219d41c8f7f2df76f05d7" }, { - "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": "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/coupe-de-france/coupe-de-france-la-programmation-des-16es-de-finale_AV-202112200460.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 20:01:07 GMT", - "enclosure": "https://images.bfmtv.com/l5iPVA2D_TatQ_MRIjxGaPaKw1o=/0x178:2048x1330/800x0/images/1192129.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": "", @@ -55639,17 +56864,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "edfa312684e1393da476d48b95f74797" + "hash": "2be9d6c7feb882870b7bb07d36885e22" }, { - "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": "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/basket/asvel-wembanyama-absent-des-parquets-quatre-a-six-semaines_AV-202112200450.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 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:12:49 GMT", + "enclosure": "https://images.bfmtv.com/K7Btwz0Ee7S4aLjEunwYEtiO-28=/0x20:2048x1172/800x0/images/Ander-Herrera-1194483.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -55660,17 +56885,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "70110507dcd87f2aad3d56892e41152b" + "hash": "963713e8394519df1dad218a673c848b" }, { - "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": "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/premier-league/premier-league-leeds-sanctionne-parce-que-ses-joueurs-ont-encercle-l-arbitre-contre-chelsea_AV-202112200445.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 19:38:25 GMT", - "enclosure": "https://images.bfmtv.com/5Nldy1sXAwUnsiO87-F0o9Kzjgg=/0x107:2048x1259/800x0/images/1192068.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": "", @@ -55681,17 +56906,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ae1ef255636b9141f9da7369cb9e4b7" + "hash": "9234d634443da8bb97a9c6ffab2b31ff" }, { - "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: 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/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-une-ong-inquiete-pour-la-securite-des-joueurs-au-cameroun_AV-202112240221.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:06:45 GMT", + "enclosure": "https://images.bfmtv.com/X5Hz6IFlu5dc5uDtgylnVx3zPy0=/0x106:2048x1258/800x0/images/CAN-1194469.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -55702,17 +56927,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c91721a3f52dd9a924bd580f9908371" + "hash": "a42bcaec493d8c69472db14ad8655a58" }, { - "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": "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/football/transferts/mercato-un-viking-au-racing-le-rc-lens-officialise-la-signature-de-berg_AV-202112200443.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 19:26:13 GMT", - "enclosure": "https://images.bfmtv.com/I7RWXdsBXG1DrSXGGJPIGRiCjJk=/0x46:2048x1198/800x0/images/1192100.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": "", @@ -55723,17 +56948,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0974d2e32baa51b6f199b2aeb2aeffd8" + "hash": "fdcb1f5b48b4eea805e58c457fc4dd5e" }, { - "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": "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/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/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 19:14:44 GMT", - "enclosure": "https://images.bfmtv.com/eAv3NLUc_I2DiutpQmmQVXlYzVY=/0x106:2048x1258/800x0/images/1191345.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": "", @@ -55744,17 +56969,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f7cab11c8c302f85612934320a07821" + "hash": "0b46e112d1cf75a2b62c6a5fd554a83a" }, { - "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": "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/football/coupe-de-france/incidents-paris-fc-ol-le-dossier-en-instruction-pas-de-mesures-conservatoires_AV-202112200432.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 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": "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": "", @@ -55765,17 +56990,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fca4a986c5bb853417d96c8cc055621" + "hash": "7618fa38825d9c4a8cf578ec353d0ea5" }, { - "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": "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/om-mandanda-va-faire-un-point-avec-sampaoli-puis-decidera-de-son-avenir_AV-202112200430.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 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 12:02:35 GMT", + "enclosure": "https://images.bfmtv.com/K3VP4Ab-daZPZccQ9eMUoFBVBgk=/0x418:1584x1309/800x0/images/Everton-1070851.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -55786,17 +57011,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9dc6233f55f03bece45cb9f0ac432b97" + "hash": "3189a10872022cf647cb686bc555aff2" }, { - "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": "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/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/coupe-d-afrique-des-nations/can-la-liste-du-senegal-avec-les-marseillais-bamba-dieng-et-pape-gueye_AV-202112240174.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 11:28:31 GMT", + "enclosure": "https://images.bfmtv.com/_nJNRgeUg4ZPqyTFIwLvNV0tcu0=/14x145:2046x1288/800x0/images/Bamba-Dieng-1138769.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -55807,17 +57032,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "767f9e8a4f7fb6943ad43a668220628d" + "hash": "1b9d685d1368ab2d8e9cbb4e0dca0dd4" }, { - "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": "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/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/rugby/stade-toulousain-antoine-dupont-et-julien-marchand-prolongent-jusqu-en-2027-et-2028_AV-202112240168.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 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": "", @@ -55828,17 +57053,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4517ff8ddf17443018c9c617418b949e" + "hash": "cc6239c5af727be7e392babeebb42077" }, { - "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": "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/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/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 17:36:09 GMT", - "enclosure": "https://images.bfmtv.com/vLrqZlcODDEzNIc5_AGGuD1jwyI=/0x0:1200x675/800x0/images/Jorge-Masvidal-1192004.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": "", @@ -55849,17 +57074,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "95985a7665dbee6f862358a59699cc2a" + "hash": "cdfd064779c02ce4e375cc68a3a20c5a" }, { - "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": "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/volley/volley-l-attaquant-de-pointe-geraldo-graciano-vient-renforcer-le-tvb_AV-202112200357.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-de-ligt-au-barca-pourquoi-ca-coince_AV-202112240160.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 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": "", @@ -55870,17 +57095,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d3a9185c56aae2554b0149545070c26" + "hash": "7b53468bd48ef888c6a6580e9a78f8e8" }, { - "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": "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/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/transferts/mercato-watford-negocie-avec-nice-pour-hassane-kamara_AV-202112240157.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 10:46:16 GMT", + "enclosure": "https://images.bfmtv.com/yox5oNsAd2lNfpxFSGvBNdrpzEY=/0x106:2048x1258/800x0/images/Hassane-Kamara-1194384.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -55891,17 +57116,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6752ac8df1c21ef32c14d343aa83258c" + "hash": "619df85e3b1ea1b40900ae043602fb0c" }, { - "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": "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/rugby/top-14/bordeaux-begles-christophe-urios-prolonge-jusqu-en-2025_AN-202112200342.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 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": "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": "", @@ -55912,17 +57137,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7eccec4fe92a2bbe547fe00b7366ddc" + "hash": "ffef045b185c5af0a3a431b8633b46e1" }, { - "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": "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/football/ligue-1/troyes-rami-raconte-comment-il-a-failli-etre-le-bachelor-americain_AV-202112200339.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 16:38:16 GMT", - "enclosure": "https://images.bfmtv.com/x2gmxoLr3QcBWHuHGzL1Ty35YtA=/0x114:2048x1266/800x0/images/1191947.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": "", @@ -55933,17 +57158,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a61959b60aeb42c30cdbeb8e5dd3765" + "hash": "37200796270aa745a01b5cae4da6999a" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-20-decembre-championship-angleterre_AN-202112190197.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": "Sun, 19 Dec 2021 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/hx6UNE8XcIP8DDZJgKARZc4UuOM=/0x104:2000x1229/800x0/images/Fulham-1191397.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": "", @@ -55954,17 +57179,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d5ca34596cdf7b45c0ebc12691b4bb2" + "hash": "5eebd106be75911dce36563e818dde85" }, { - "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": "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/premier-league-les-clubs-anglais-d-accord-pour-maintenir-le-boxing-day_AN-202112200332.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 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": "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": "", @@ -55975,17 +57200,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c602896149b6a2e7e1fae5bf3697b97b" + "hash": "be36b6a50c906497f0d957c189838ec5" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-20-decembre-nba_AN-202112200307.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 15:47:31 GMT", - "enclosure": "https://images.bfmtv.com/y9CXW5crtwoadufmbqvCcrLmp8M=/0x0:2000x1125/800x0/images/R-Jackson-1191946.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": "", @@ -55996,17 +57221,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "33d72f72ba0ee6b28896eef7290c4177" + "hash": "bf87d925f602f83bc72a0b9533552ab8" }, { - "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.

", + "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/football/coupe-du-monde/coupe-du-monde-tous-les-deux-ans-les-arguments-economiques-de-la-fifa-pour-convaincre-les-federations_AV-202112200304.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 15:37:24 GMT", - "enclosure": "https://images.bfmtv.com/97k-WT40SHX6lHuuKkuHVGJgXzo=/0x52:2048x1204/800x0/images/Gianni-Infantino-president-de-la-Fifa-1191911.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": "", @@ -56017,17 +57242,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f9833cd66c6b36e849a6750375c152e" + "hash": "97a97ebf50d3a3316969bf00e938f281" }, { - "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": "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/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-la-vague-omicron-perturbe-le-boxing-day_AV-202112230321.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": "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": "", @@ -56038,17 +57263,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed3b15bf97823b5f4bcafdbb14933716" + "hash": "8d996737a99ccab5ed9165646729a946" }, { - "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": "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/handball/feminin/handball-les-bleues-expliquent-leur-effondrement-en-finale-du-mondial_AV-202112200300.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 15:22:37 GMT", - "enclosure": "https://images.bfmtv.com/sVnU62a89D15rT2l6GsbthCBHLA=/0x58:1200x733/800x0/images/Allison-Pineau-1191929.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": "", @@ -56059,17 +57284,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a637fc636458671f8b3960067e3b9d7e" + "hash": "f787aeb73817b979b9790b0b8db98bc0" }, { - "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: 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/paris-hippique/les-pronos-hippiques-du-mardi-21-decembre-2021_AN-202112200298.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 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": "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": "", @@ -56080,17 +57305,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "266b79334d1c2c120b73b3230ad60f3c" + "hash": "2195b98b62af04f0dab30bc4d9099063" }, { - "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": "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/gabon-un-entraineur-de-foot-accuse-de-centaines-d-agressions-sexuelles-d-enfants-arrete_AD-202112200292.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 14:54:04 GMT", - "enclosure": "https://images.bfmtv.com/IDoW8LqEv-HSo1qDvEemXy60VJs=/0x47:800x497/800x0/images/-809655.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": "", @@ -56101,17 +57326,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "51b39001182e1eac137161b592dbced5" + "hash": "dc341c3f67bf37db96dab589ed461182" }, { - "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": "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/premier-league/chelsea-tuchel-reconnait-avoir-ignore-les-consignes-de-son-staff-medical-sur-kante_AV-202112200284.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 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 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": "", @@ -56122,17 +57347,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d5412b16ec91e31ca2b84301b6d865e" + "hash": "fc45a040c4ed126379cd1b15fa4e1ced" }, { - "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": "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/football/transferts/om-luis-henrique-deja-de-retour-a-botafogo_AV-202112200210.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-vers-un-duel-barca-corinthians-pour-cavani_AV-202112230292.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 15:26:37 GMT", + "enclosure": "https://images.bfmtv.com/JSntD3WS5FbXV3kLSBqHYwVGOzA=/0x56:2048x1208/800x0/images/Edinson-Cavani-1160731.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -56143,17 +57368,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "77a4aa4235f21537da1622bea6ae9e18" + "hash": "ae3aed35a1fba0bd19ff746ee43e2ae4" }, { - "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": "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/tennis/open-australie/tennis-rafael-nadal-teste-positif-au-covid-19_AV-202112200200.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 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 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": "", @@ -56164,17 +57389,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2cfbbfd78defea156aaa21373b77c26c" + "hash": "26c1e5dcd482f963669b501d84368c74" }, { - "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": "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/football/ligue-1/psg-la-reaction-piquante-de-leonardo-aux-critiques-d-ibrahimovic_AV-202112200195.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 11:00:48 GMT", - "enclosure": "https://images.bfmtv.com/cOAcfGqqWQYupi0jo7ijrccSbqw=/0x0:1984x1116/800x0/images/Z-Ibrahimovic-1191000.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": "", @@ -56185,17 +57410,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "806083da7f807ccc648eb0f12b003020" + "hash": "24e77fd18bd2e55d2c1f31961bd2c796" }, { - "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": "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/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/football/coupe-d-afrique-des-nations/can-le-cameroun-devoile-sa-liste-sans-joel-matip_AD-202112230279.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 14:41:15 GMT", + "enclosure": "https://images.bfmtv.com/5_tEiVYNrk-_cSBt2kg3NoJSZEk=/0x107:2048x1259/800x0/images/1193952.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -56206,17 +57431,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7adfd2da820ee1ff14c816ed83a5e083" + "hash": "9e818b2845fbf9d6fc68e6399d3de952" }, { - "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": "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/coupe-de-france/psg-xavi-simons-une-premiere-pleine-de-promesses_AV-202112200173.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 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 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": "", @@ -56227,17 +57452,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5c8e65c1eaeaa1ed8bfd93c3962408b" + "hash": "c388c88c675bf39f3f32d215a176f439" }, { - "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": "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/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/incidents-paris-fc-ol-les-decisions-de-la-commission-de-discipline-connues-lundi_AV-202112230272.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 14:30:13 GMT", + "enclosure": "https://images.bfmtv.com/He0OBKVwB_FLQMsvML9Tag2sk0A=/0x106:2048x1258/800x0/images/1193947.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -56248,17 +57473,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "49deef572f142293cf08ab30f4ea698a" + "hash": "8fc1728cc0590ec75050134ca836ff78" }, { - "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": "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-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/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 10:12:25 GMT", - "enclosure": "https://images.bfmtv.com/vBTyzR6o3VlB1zBbO-cMSWIz2U0=/0x46:2048x1198/800x0/images/Kylian-MBAPPE-1191171.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": "", @@ -56269,17 +57494,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "522df4c7f07e67050e05043d0fc892dc" + "hash": "d3a0ad57eec8706aba0770dda22ca539" }, { - "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": "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/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-d-afrique-des-nations/maroc-halilhodzic-justifie-l-absence-de-ziyech-dans-la-liste-pour-la-can_AV-202112230265.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 14:01:53 GMT", + "enclosure": "https://images.bfmtv.com/afNEJB4AzFjt5gLP964YwUiwXAc=/0x57:1984x1173/800x0/images/-841758.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -56290,17 +57515,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "797e6519de13b4746037ca5cee01c697" + "hash": "e8077ed48f93e2963d587fa280e2b7d8" }, { - "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": "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/coupe-de-france-la-belle-celebration-des-jumeaux-de-mzouazia-avec-les-supporters-de-bordeaux_AV-202112200138.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 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 13:58:20 GMT", + "enclosure": "https://images.bfmtv.com/6Yfrw4u-m7BHuXdmQfJb6ejTLuQ=/0x20:2048x1172/800x0/images/Jonathan-Ikone-1193924.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -56311,17 +57536,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "74ae6a3483e3f5768fcf0ca20701e036" + "hash": "54ae0c474d7cbff8db6c7a028a813937" }, { - "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": "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/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/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 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 13:56:47 GMT", + "enclosure": "https://images.bfmtv.com/JSSGMxyGnrnrrZRLWEPBnA8Lw64=/0x106:2048x1258/800x0/images/Racing-92-1193940.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -56332,17 +57557,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea1c28073d746551e6e6663397db8a1b" + "hash": "d79f33ec33d73b8936e495c71fe244c3" }, { - "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": "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/football/coupe-arabe-le-retour-triomphal-des-fennecs-en-algerie-apres-leur-titre_AV-202112200129.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 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 13:55:37 GMT", + "enclosure": "https://images.bfmtv.com/ZuZQt6KsnmWLAZfzjNlXA7ix9Ec=/0x32:640x392/800x0/images/Pelouse-Groupama-Stadium-1185694.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -56353,17 +57578,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9029f653cd131aa2604060e30f267e0d" + "hash": "53b4087fd399ed9b7e4dc9d47fddadab" }, { - "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": "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/transferts/mercato-tolisso-proche-du-real-madrid_AV-202112200123.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 08:47:43 GMT", - "enclosure": "https://images.bfmtv.com/ZbyHBGLwwWBvHwrIk82PcA4qlkU=/2x0:4498x2529/800x0/images/-862460.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": "", @@ -56374,17 +57599,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "786f4405169baf42a256cbe0d6801587" + "hash": "a9ca4915006c332e381944ec359d1b9e" }, { - "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": "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/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/tennis/open-australie/tennis-andy-murray-participera-a-l-open-d-australie_AV-202112230253.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 13:27:23 GMT", + "enclosure": "https://images.bfmtv.com/pD2o3KaAhbvQLqzFQuTCVGBsdZ4=/0x0:2048x1152/800x0/images/Andy-Murray-1193931.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -56395,17 +57620,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "77fe729c59f17e9ea01a7886489afffd" + "hash": "112d02a87e4f0ea91e9401de0ceb1c61" }, { - "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": "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/transferts/mercato-raiola-ouvre-la-porte-pour-de-ligt-au-psg_AV-202112200106.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 08:20:57 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:12:33 GMT", + "enclosure": "https://images.bfmtv.com/vBTyzR6o3VlB1zBbO-cMSWIz2U0=/0x46:2048x1198/800x0/images/Kylian-MBAPPE-1191171.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -56416,17 +57641,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e562697493d01e1d6db1986a843a21b6" + "hash": "cab4dc55367ea2a8f2569001833194fa" }, { - "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": "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/ligue-1/ligue-1-en-direct-suivez-les-infos-avant-la-19e-journee_LN-202112200099.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 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 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": "", @@ -56437,17 +57662,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "68bda65728964e9ab333fd683c079b0e" + "hash": "f500d6956f6b7b67c10a937fc1cc573d" }, { - "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": "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/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/ligue-1/ligue-1-quel-bilan-pour-messi-apres-six-mois-au-psg_AV-202112230245.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 12:59:11 GMT", + "enclosure": "https://images.bfmtv.com/alrQPj6aoOxrEDWXeG3-BCitvrA=/0x0:2048x1152/800x0/images/Lionel-Messi-1193870.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -56458,17 +57683,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "101a3f401372d0f05a6efffd393ca21a" + "hash": "90d66ea7d008a4c8ef64b281eec8d463" }, { - "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": "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/transferts/mercato-raiola-fait-monter-les-encheres-pour-haaland_AV-202112200089.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 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 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": "", @@ -56479,17 +57704,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e4049cfb58432f3d68c44ef97132054" + "hash": "454987f0150c8f53701a0ae60d4eb13c" }, { - "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": "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/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/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-23-decembre-coupe-du-portugal_AN-202112220297.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": "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": "", @@ -56500,17 +57725,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "75217cd4debf3683f9d166b929c317eb" + "hash": "6d6da1aa03c51b4637df8ae398b52624" }, { - "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": "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/championnat-de-belgique/belgique-le-coup-de-gueule-de-lukaku-apres-les-insultes-racistes-contre-kompany_AV-202112200061.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": "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 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": "", @@ -56521,17 +57746,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "45ce38de739fd6bf8fdcc81e4f73cde6" + "hash": "6cbf7e81b18a0ec8524d64f684b2f1fc" }, { - "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": "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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-20-decembre-2021_LN-202112200060.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": "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 12:30:44 GMT", + "enclosure": "https://images.bfmtv.com/zXa2lgk2acqXdiOYQt-e3yHOED8=/24x0:2024x1125/800x0/images/Liverpool-1193912.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -56542,17 +57767,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc09f6a1c7c45793dd2e183c90b66878" + "hash": "709af3b381b9073a1c9add08ebce8d4e" }, { - "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": "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/football/ligue-1/psg-leonardo-defend-le-bilan-de-messi-et-ses-premiers-mois-incroyables_AV-202112200045.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": "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 12:27:48 GMT", + "enclosure": "https://images.bfmtv.com/Ekxks3YI7SkS_iOzBKujRALc1hA=/0x61:2032x1204/800x0/images/Juergen-Klopp-1176069.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -56563,17 +57788,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "adeda0e49add0e521117070688ac6bc4" + "hash": "69c9529b99b387943bb14a258dd76845" }, { - "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": "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/football/serie-a/ac-milan-l-incomprehension-de-pioli-apres-le-hors-jeu-de-giroud_AV-202112200038.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 06:24:02 GMT", - "enclosure": "https://images.bfmtv.com/3XaGQBFCtSI1NV6UGzKyMFDD8pY=/0x171:2032x1314/800x0/images/Stefano-Pioli-1191591.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": "", @@ -56584,17 +57809,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9afe4f4ab865acbb2ceef257130815f" + "hash": "bdb8451a701cf3e9a5b569cc8933459b" }, { - "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": "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/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/losc-l-emouvante-histoire-derriere-la-celebration-de-la-rose-de-jonathan-david_AV-202112230209.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 11:25:11 GMT", + "enclosure": "https://images.bfmtv.com/ovoLOlaGD6fwlGbE6ur8qQ3o3eo=/0x106:2048x1258/800x0/images/Jonathan-David-1193688.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -56605,17 +57830,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "df0cbf80d982055e2ad5bab082893d43" + "hash": "96a90c3b5bd1b8e5ef7bae114782da29" }, { - "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": "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-la-technique-du-defenseur-de-feignies-aulnoye-pour-recuperer-le-maillot-de-mbappe_AV-202112200018.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": "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 11:13:30 GMT", + "enclosure": "https://images.bfmtv.com/KEUHFabZRp1ERLuiXwEaJFPaq6Q=/6x27:1574x909/800x0/images/Peter-Bosz-1157247.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -56626,17 +57851,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "82a80eb14a7bdc3038be2d424268d855" + "hash": "ee7c8e4d7a906bc3844ef3cf32974c6f" }, { - "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": "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/coupe-de-france/psg-pochettino-justifie-le-remplacement-de-sergio-ramos-a-la-mi-temps_AV-202112200014.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": "Mon, 20 Dec 2021 05:05:56 GMT", - "enclosure": "https://images.bfmtv.com/8lkaVBKw3fmlQ5IKGUw-KmOCWLE=/0x153:2048x1305/800x0/images/Sergio-Ramos-1191563.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": "", @@ -56647,17 +57872,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b96f1fde8d4eb6aa1de881d0acec549e" + "hash": "f5c95598b78d2b27a2c12415bd21e253" }, { - "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": "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/coupe-de-france/coupe-de-france-le-psg-laisse-la-recette-du-match-contre-feignies-aulnoye_AV-202112190278.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 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 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": "", @@ -56668,17 +57893,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a13aff267d5aaa41c8b237646d6ace0d" + "hash": "b58a63657b331de096d36a343b041f0c" }, { - "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": "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/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/transferts/mercato-en-attendant-ferran-torres-le-barca-lance-l-operation-degraissage_AV-202112230189.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 10:44:59 GMT", + "enclosure": "https://images.bfmtv.com/37kDBIXdkA_0BssMY4Vk3wc3b24=/0x0:2048x1152/800x0/images/Samuel-Umtiti-1172213.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -56689,17 +57914,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d29dd75fcb4f17ddca738367b803b2e" + "hash": "ef4eb6cbfee241eabbfe88846839d9de" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-20-decembre-parva-liga-bulgarie_AN-202112190196.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 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/IlcRGL31eTijsyfmg8pQx2dRJqU=/0x104:2000x1229/800x0/images/Ludogorets-1191395.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": "", @@ -56710,17 +57935,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b6b4323d54f8dd1b88b0d6b85291532" + "hash": "e95f2a3cfdfdce5ed5c270f602edf7e7" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-20-decembre-liga-espagne_AN-202112190194.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 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/wsfmcoMbqyh4X3NRUGH0Ywkddvs=/0x63:1984x1179/800x0/images/Valence-1191394.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": "", @@ -56731,17 +57956,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c7678314a2177a51eedb593d1ba4c82" + "hash": "d5e0ec3419fedd3309539f1daf9321ef" }, { - "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": "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/golf/golf-tiger-woods-heureux-et-reconnaissant-de-rejouer-apres-son-grave-accident_AD-202112190272.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 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 09:38:12 GMT", + "enclosure": "https://images.bfmtv.com/IvksgL_dJ9E4wjNeNTZgHX8HtDw=/0x106:2048x1258/800x0/images/Ander-Herrera-1193783.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -56752,17 +57977,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "239873baf4d5f81ba2dba1ed665d51bc" + "hash": "f7ce11cfb64fe4f7d6006221e1294be5" }, { - "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": "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/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/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 22:35:53 GMT", - "enclosure": "https://images.bfmtv.com/QBVKNtHMmtjPJFXkLt4uZrqwPs8=/2x36:1682x981/800x0/images/1191498.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": "", @@ -56773,17 +57998,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a06db909eb69b7952f2859596103ac88" + "hash": "8d9363293f793b9af9a036a6dda82628" }, { - "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": "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/football/liga/liga-le-real-accroche-par-cadix-pour-la-400e-de-benzema_AV-202112190268.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 22:21:02 GMT", - "enclosure": "https://images.bfmtv.com/2YODm26WNNHkjJx0szFUz5KNpwk=/0x59:2048x1211/800x0/images/Real-Madrid-Cadix-1191508.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": "", @@ -56794,17 +58019,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb09aa574c6631089e217f98648af1a2" + "hash": "047918568ec86b106b66c2fd9422c4c7" }, { - "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/serie-a/ac-milan-naples-enorme-polemique-pour-un-hors-jeu-lunaire-siffle-sur-giroud-couche-au-sol_AV-202112190266.html", + "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/premier-league/league-cup-des-affrontements-entre-supporters-de-tottenham-et-west-ham_AV-202112230130.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 08:41:14 GMT", + "enclosure": "https://images.bfmtv.com/G0SKaS2lJWvpXjzEGXcVqF5Ai18=/0x28:2048x1180/800x0/images/West-Ham-1193763.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -56815,17 +58040,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6088699064904f22a4ca06ff261622c7" + "hash": "b3ddfa597ee39bfaa164fc4477474ec6" }, { - "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": "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/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/ligue-1/psg-expulse-a-lorient-ramos-est-plus-que-jamais-recordman-des-cartons-rouges_AV-202112230129.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 08:38:19 GMT", + "enclosure": "https://images.bfmtv.com/dZ1S85ZnvmBS2tYdGXCKwvXy4gY=/0x106:2048x1258/800x0/images/1193753.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -56836,17 +58061,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe8d3f096f793583b7241b91857344fa" + "hash": "ec474971acd47443ccd3e410512b6599" }, { - "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": "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/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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-23-decembre_LN-202112230124.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 08:35:21 GMT", + "enclosure": "https://images.bfmtv.com/37kDBIXdkA_0BssMY4Vk3wc3b24=/0x0:2048x1152/800x0/images/Samuel-Umtiti-1172213.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -56857,17 +58082,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9d47b47c39b7ef8302c53d27e25fd3f" + "hash": "a8c7884852183b82e0c3c9efabc4d12c" }, { - "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": "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/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/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 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 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": "", @@ -56878,17 +58103,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "504806074e795c052813de4d4e350672" + "hash": "ef7a2ec9e32d6c78fd23cf7f98a53e2c" }, { - "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": "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/coupe-de-france-en-direct-le-tirage-au-sort-des-16es-de-finale_LN-202112190191.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": "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": "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": "", @@ -56899,17 +58124,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c98a98030269e409ff30ac381b382093" + "hash": "26bc3b3bf51e1aff306ca06139d14645" }, { - "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": "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/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/ligue-1/om-reims-payet-ressort-sa-celebration-pere-noel_AV-202112230103.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 07:49:57 GMT", + "enclosure": "https://images.bfmtv.com/8tw2O6171uOBZsgzRTnFCWzijD4=/7x111:2039x1254/800x0/images/1193722.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -56920,17 +58145,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "850bf1644508e5e2e92d6e79cbdc5125" + "hash": "4b6e43b9b5f9c0569fcd4fbb0c6063c9" }, { - "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": "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/paris-hippique/les-pronos-hippiques-du-lundi-20-decembre-2021_AN-202112190188.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 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 07:20:03 GMT", + "enclosure": "https://images.bfmtv.com/ovoLOlaGD6fwlGbE6ur8qQ3o3eo=/0x106:2048x1258/800x0/images/Jonathan-David-1193688.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -56941,17 +58166,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0def5ffedf3486a7c8d3e82f073ed828" + "hash": "c405277b4f6ff3a386b878bd1efdc894" }, { - "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": "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/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/ligue-1/om-reims-payet-se-plaint-de-la-communication-de-l-arbitre_AV-202112230074.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 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": "", @@ -56962,17 +58187,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4eae70e07a219158817b9995027e8e40" + "hash": "d83bf07c5e963a4f0c0d36e17ed0403c" }, { - "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": "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/football/coupe-de-france/coupe-de-france-la-surprise-bergerac-qui-elimine-metz_AV-202112190183.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 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 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": "", @@ -56983,17 +58208,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "31a113b7394498ca9c825131fe9cb713" + "hash": "c89ccac6f7310a342a39203a3480ad8d" }, { - "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": "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/sports-d-hiver/ski-alpin/ski-alta-badia-decevant-sur-la-piste-pinturault-souffre-psychologiquement_AV-202112190178.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 14:58:32 GMT", - "enclosure": "https://images.bfmtv.com/46xsxMibncle0wmpzHtbjCX6jGQ=/0x0:1200x675/800x0/images/Alexis-Pinturault-1191356.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": "", @@ -57004,17 +58229,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ca37838eae889c8e89471014a7e6347" + "hash": "5cf568ac189921c610162bcde0e5f2e4" }, { - "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": "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/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/saint-etienne-dupraz-veut-se-depecher-de-recruter-des-joueurs_AV-202112230046.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 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": "", @@ -57025,17 +58250,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dbf0b69d79f2fb9ab12c086dceb3ad14" + "hash": "730657479990e3ccffddc5cb30d0a981" }, { - "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": "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/paris-fc-ol-en-direct-lyon-rentre-en-lice-en-coupe-de-france_LS-202112170458.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": "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": "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": "", @@ -57046,17 +58271,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ccedbfd0fffe75a8abe57d347521ea1" + "hash": "68737ac7f27f9fc49c4132a12c225348" }, { - "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": "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/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/lorient-psg-le-message-de-sergio-ramos-apres-son-carton-rouge_AV-202112230025.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 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": "", @@ -57067,17 +58292,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d9bb6022cf322c6e6611da7c12c83ad4" + "hash": "f938b855dc5c09d9d21b7a6aceb4918e" }, { - "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": "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/football/premier-league/tottenham-liverpool-en-direct-les-spurs-retrouvent-les-terrains-face-aux-reds_LS-202112190169.html", + "link": "https://rmcsport.bfmtv.com/football/feminin/affaire-hamraoui-abidal-a-ete-entendu-mardi_AD-202112230015.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 04:53:38 GMT", + "enclosure": "https://images.bfmtv.com/LCgL8tP9eLg0Ya7oA8sauyluLAg=/0x106:2048x1258/800x0/images/Eric-Abidal-1167449.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -57088,17 +58313,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "54556bede55e75e3cf3f82883e119b7c" + "hash": "5f08daebb54ecfaf8472fc7220dd83f4" }, { - "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": "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/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/metz-c-est-un-jeu-truque-antonetti-fustige-le-calendrier-de-la-can_AV-202112230014.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 00:37:10 GMT", + "enclosure": "https://images.bfmtv.com/ZYSi_O-cAJoQIeF950j1wby9K7A=/239x226:1743x1072/800x0/images/Antonetti-1193596.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -57109,17 +58334,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b183aad48c85e96d92fb453d3f29e996" + "hash": "47052003a99eb6c02111da7debf90304" }, { - "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": "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/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/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 13:57:54 GMT", - "enclosure": "https://images.bfmtv.com/TKU3Hsx1ky6Dwwq3a8RH2nvL2dY=/0x113:2048x1265/800x0/images/Mathieu-Faivre-1191324.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": "", @@ -57130,17 +58355,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "723c4f4db766fe5264ec44e95e486321" + "hash": "de4cecfee585391b8405b2fedac3ae40" }, { - "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": "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/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/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 13:34:45 GMT", - "enclosure": "https://images.bfmtv.com/V6YbWctp0k84iGCW_HrqfUM16_4=/0x0:2048x1152/800x0/images/Jean-Michel-Blanquer-1191314.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": "", @@ -57151,17 +58376,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca57379c04ea339c5fda72dcec83c509" + "hash": "6613cead01d04b862cdac93a6ef15e0e" }, { - "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": "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/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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-20-decembre-2021_LN-202112200060.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": "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": "", @@ -57172,17 +58397,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec506c0a983daec0da57a68e197d7de9" + "hash": "dab813e94b6e7884089bd32e0e81d286" }, { - "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": "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/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/lorient-psg-pochettino-regrette-les-erreurs-mais-se-satisfait-du-classement_AV-202112220483.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 12:49:31 GMT", - "enclosure": "https://images.bfmtv.com/DyhwMUeeVqHVtQmyhXJ6gf4uYeY=/0x106:2048x1258/800x0/images/1190779.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": "", @@ -57193,17 +58418,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "deaeb6b4bc6066cc6e5e3569d1fbad25" + "hash": "122e385e655dfc8d4f62c68de33d24dd" }, { - "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": "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/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/om-reims-abdelhamid-estime-s-etre-fait-un-peu-voler-sur-le-penalty-de-payet_AV-202112220482.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": "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": "", @@ -57214,17 +58439,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c2ac19362451cb18c9a0fd8180a7174" + "hash": "aebf0be06d00c566c4be3fe103440564" }, { - "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": "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/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/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-23-decembre-eredivisie-pays-bas_AN-202112220295.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": "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": "", @@ -57235,17 +58460,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb7b86d026f53f798a70d8255fe4dfc1" + "hash": "8fdf7ef9bf00c6d431cdf4c326bec55d" }, { - "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": "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/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/pari-sportif/pronos-paris-rmc-le-pari-sur-du-23-decembre-eredivisie-pays-bas_AN-202112220292.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": "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": "", @@ -57256,17 +58481,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e61bd7a31ba0517261280c06411b0383" + "hash": "ebcf4aff45def07d417595f1af0858a0" }, { - "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": "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/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/lorient-psg-premiere-exclusion-en-ligue-1-pour-ramos-entre-a-la-mi-temps_AV-202112220473.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": "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": "", @@ -57277,17 +58502,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5a0e90bb1689841ec866aa634a78159" + "hash": "9d3a5480c59934417141244ebc191167" }, { - "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": "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/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/ligue-1/ligue-1-la-bonne-affaire-de-monaco-l-ol-n-avance-plus_AV-202112220466.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 22:08:47 GMT", + "enclosure": "https://images.bfmtv.com/g8WWkxGctcfm3qInxo009rxIEho=/0x0:2048x1152/800x0/images/Wissam-Ben-Yedder-1193542.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -57298,17 +58523,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b46e69d490f627ef2b79379d8777da04" + "hash": "8c5b23f2a11020646a492bf9bac14a11" }, { - "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": "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/coupe-de-france/coupe-de-france-un-maillot-special-pour-l-om-contre-cannet-rocheville_AV-202112190127.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 12:13:14 GMT", - "enclosure": "https://images.bfmtv.com/WxsXHx4z2cPJcUe_fjAKxTIdocY=/0x12:1024x588/800x0/images/Marseille-1191256.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": "", @@ -57319,17 +58544,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2fe7e85ff69cc1f652fb804d65b69068" + "hash": "3414d3bcb53217c760b10dcac84ff596" }, { - "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": "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/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/ligue-1-monaco-rennes-en-direct_LS-202112220386.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 17:42:58 GMT", + "enclosure": "https://images.bfmtv.com/d5kvqoCekdqXglQWeN3fbPFSQ9M=/7x66:1991x1182/800x0/images/Gaetan-Laborde-Rennes-1190436.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -57340,17 +58565,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1c7cc337cbc90125b094e619dbd180a" + "hash": "cb35bda1168562ba4b0cc1186c3a8bd1" }, { - "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": "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/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/lorient-psg-icardi-sauve-un-point-pour-paris-ramos-exclu_AV-202112220461.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 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": "", @@ -57361,17 +58586,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1007e98681b8d959159de463e160263e" + "hash": "f72b4cb092963f87b49803fae8929d60" }, { - "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": "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/transferts/mercato-belaili-confirme-des-negociations-avec-montpellier_AV-202112190098.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lorient-psg-en-direct-paris-veut-bien-finir-l-annee_LS-202112220422.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 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": "", @@ -57382,17 +58607,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "549368f7aa9e9b4f06e8f8fbe84b014c" + "hash": "711e5f4c1fd276c19359348b50497bd2" }, { - "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": "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/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/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/KZhcASgZDgsoipqui9TUSlrCjjI=/0x106:2048x1258/800x0/images/1191392.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": "", @@ -57403,17 +58628,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f0f882f13bfe63e02dd248c24332ffc" + "hash": "1819cfb24e896b87de74a1d2353f6403" }, { - "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": "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/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-16-decembre_LN-202112160105.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": "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 21:38:50 GMT", + "enclosure": "https://images.bfmtv.com/Sa6-rRJRVMQiud47wsxMUWlg3aA=/0x56:2048x1208/800x0/images/Karim-Benzema-1193537.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -57424,17 +58649,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0fd9ef3e6ab0aec1d8c169c75b0ce80d" + "hash": "55a56c20a992860b154597a08aaeda20" }, { - "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": "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/football/liga/seville-fc-atletico-luis-suarez-aurait-insulte-simeone-apres-son-remplacement_AV-202112190080.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 10:21:44 GMT", - "enclosure": "https://images.bfmtv.com/7LXcI15PQWA1t3a5Aec56Y2h_co=/0x0:2048x1152/800x0/images/Luis-Suarez-1191225.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": "", @@ -57445,17 +58670,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5dce8f82f9c61de2e8376871afac47f" + "hash": "ec6b6b6084f7831197556abd625ec76c" }, { - "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": "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/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/serie-a/italie-le-club-de-catane-declare-en-faillite_AV-202112220453.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 21:00:03 GMT", + "enclosure": "https://images.bfmtv.com/y9vvX3HqIb8VzYwqURWG_wH9QLE=/0x0:2032x1143/800x0/images/Catane-1193271.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -57466,17 +58691,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7847622fd6ff54ac782b53431f31fdc9" + "hash": "47797a61990bc9f80a181ca151046887" }, { - "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": "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/transferts/mercato-pour-leonardo-le-psg-a-encore-de-bonnes-possibilites-de-prolonger-mbappe_AV-202112190071.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 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 20:55:15 GMT", + "enclosure": "https://images.bfmtv.com/qwJNwEtcqolSkWWG6-CriFf0Onc=/63x185:2031x1292/800x0/images/Stefano-Domenicali-1193299.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -57487,17 +58712,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e427ffa658b24ba67f8ae173952a442" + "hash": "946983b9059ce63a1246f0d51edb6bb9" }, { - "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": "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/tennis/tennis-de-nouvelles-images-de-peng-shuai-avec-yao-ming-mises-en-ligne_AV-202112190063.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 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 20:49:59 GMT", + "enclosure": "https://images.bfmtv.com/T3aU7rfG8nUfoU_n3c6eWE7Y0iA=/3x57:1059x651/800x0/images/-877420.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -57508,17 +58733,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "507bcc2941952cc954f7116be90cd242" + "hash": "1c6f779b372fbbd3be20eb809c368a39" }, { - "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": "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/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-le-brouillard-fait-reporter-le-match-clermont-strasbourg_AV-202112220449.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 20:28:18 GMT", + "enclosure": "https://images.bfmtv.com/JL0k5XHWPgBX1O8nKFf5Lnvd0-o=/207x329:2031x1355/800x0/images/Clermont-Strasbourg-1193521.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -57529,17 +58754,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c75e43117fb12ac95f5ba3632dd3f011" + "hash": "cff540a38c5f3a04dc1e9bcef331f419" }, { - "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.

", + "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/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/football/ligue-1/psg-icardi-n-est-plus-un-joueur-de-foot-s-agace-rothen_AV-202112220440.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 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": "", @@ -57550,17 +58775,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "93e278f3553526c2e0cd1c14d84d9111" + "hash": "7ba896ceb4640be463df274905bc340b" }, { - "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": "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/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/ligue-1/lorient-psg-les-compos-messi-et-navas-titulaires-ramos-sur-le-banc_AV-202112220434.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 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": "", @@ -57571,17 +58796,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "235d27aff06e308fa1f5f55336f52f05" + "hash": "c27e57d64e3bd692628fe2767b598601" }, { - "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": "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/handball/mondial-de-hand-les-bleues-visent-un-immense-exploit_AD-202112190053.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 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 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": "", @@ -57592,17 +58817,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1107fcb081d9b027a759706fb3eb8eb7" + "hash": "d5c547503ffaebf64c044af39a5f883d" }, { - "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": "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/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/ligue-1/rennes-laborde-elu-meilleur-joueur-de-ligue-1-en-novembre_AV-202112220427.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 18:59:27 GMT", + "enclosure": "https://images.bfmtv.com/gMClfLpDkhYu2xGUpXYc5AiPM6c=/0x73:2000x1198/800x0/images/G-Laborde-1177665.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -57613,17 +58838,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e30483d5fa23cdd84fbc96ba526a9cc" + "hash": "7ad3460958784bfc0f9f66686c66b5bf" }, { - "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": "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/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/football/feminin/d1/affaire-hamraoui-hayet-abidal-entendue-par-les-enqueteurs_AV-202112220414.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 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": "", @@ -57634,17 +58859,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fcc7fcaef830830158893b43b69e0941" + "hash": "ee0202b366040d56949e239ad7d0b302" }, { - "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": "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/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/football/transferts/psg-rafinha-devrait-etre-prete-a-la-real-sociedad_AV-202112220412.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 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": "", @@ -57655,17 +58880,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4341acd23125f0914776cbd03e88bfa6" + "hash": "82a795ceed7f57ca3d161362ab24f546" }, { - "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": "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/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/messi-inefficace-les-fins-de-match-de-l-ol-les-stats-marquantes-de-ligue-1-a-la-mi-saison_AV-202112220176.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 10:49:51 GMT", + "enclosure": "https://images.bfmtv.com/sIwzd4GuQ2q1RPBo39DHkDxCOVg=/0x87:2048x1239/800x0/images/Lionel-MESSI-1191178.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -57676,17 +58901,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b3624382bb5f7c5b23ff3ca4b5df8682" + "hash": "568785d08a1419a47eea39e8950101a4" }, { - "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": "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/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/bordeaux-lille-maintenu-pas-de-nouveau-cas-de-covid-19-chez-les-girondins_AV-202112220171.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 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": "", @@ -57697,17 +58922,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7b2136047d018c563a0b780fa6be747" + "hash": "a7f17d22be369539829fc57eabb688c6" }, { - "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": "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-un-derby-remois-comme-au-bon-vieux-temps-des-annees-90_AN-202112150498.html", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-pourquoi-gavi-lace-tres-bizarrement-ses-chaussures_AV-202112220169.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 10:32:30 GMT", + "enclosure": "https://images.bfmtv.com/ZEkmUfmZ7XV61MGPsUsfECfoEE8=/0x106:2048x1258/800x0/images/Gavi-1193051.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -57718,17 +58943,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "90d9a23bd881539ce0c490e46764662b" + "hash": "182c8da046eec3cd4099841f1e9443d6" }, { - "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": "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/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/ligue-1-en-direct-suivez-les-infos-avant-la-19e-journee_LN-202112200099.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": "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": "", @@ -57739,17 +58964,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f855a72ae7710d3ba6ae4f1aed4da92" + "hash": "74c608682fea1aedcdea376b2d4e62d3" }, { - "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": "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/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/transferts/mercato-c-est-la-derniere-saison-de-jonathan-david-a-lille-annonce-son-agent_AV-202112220156.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 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": "", @@ -57760,17 +58985,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2d1c7183a8d3ca7ac05571d4d1447c3" + "hash": "80d96910b2b365996d4d6c7ebc713c3d" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-19-decembre-liga-espagne_AN-202112180244.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 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/eNcbsygTceASmyhm9pyaD4t2Vw8=/0x0:2000x1125/800x0/images/Getafe-1190996.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": "", @@ -57781,17 +59006,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f22b7fbfb9080928e503e6bdce66a49" + "hash": "1c8ecc05d90b1c2088fc05405b89d32d" }, { - "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 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/pari-sportif/pronos-paris-rmc-le-pari-sur-du-19-decembre-liga-espagne_AN-202112180237.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 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/RSu44TlDnNKmOpt6cilSi__L9gQ=/0x304:1984x1420/800x0/images/Real-Madrid-1190989.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": "", @@ -57802,17 +59027,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9287c08b5a43a88890c514a9fc727bc9" + "hash": "7a31193291abc25bdc346e3dc52be542" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-19-decembre-coupe-de-france_AN-202112180236.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 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/nIktAMntu9xsPEkEFSUZdrsLzSY=/0x0:2000x1125/800x0/images/W-Khazri-1190988.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": "", @@ -57823,17 +59048,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "265a23072b859b373bff3892cca5339b" + "hash": "db9ea0201093949b0d75ee11234614fa" }, { - "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": "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/premier-league/premier-league-un-supporter-de-leeds-arrete-pour-des-propos-racistes_AV-202112180306.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 22:59:19 GMT", - "enclosure": "https://images.bfmtv.com/IreTMvOBcisaB7ebrOuBmyN1AHU=/0x117:1200x792/800x0/images/Leeds-Arsenal-1191086.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": "", @@ -57844,17 +59069,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "175ac88fa1aca749ed1f4173056c48fd" + "hash": "9fd90c963bf0c70b05ab72191848f15d" }, { - "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": "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/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/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 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 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": "", @@ -57865,17 +59090,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5653c9e7cb8d4c6a83fdc13e3ebf76fa" + "hash": "eb245bb9ee1cc7d1fab68d319b7322e8" }, { - "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": "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/rugby/coupe-d-europe/champions-cup-castres-s-incline-de-peu-chez-le-munster_AD-202112180298.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 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": "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": "", @@ -57886,17 +59111,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c735584c83cb30888583566af5c5503" + "hash": "7e74679fbfb1711653e04c5bf38741fe" }, { - "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": "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/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/jeux-olympiques/paris-2024-sportifs-atteints-de-trisomie-21-les-oublies-des-jeux-paralympiques_AV-202112210496.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": "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": "", @@ -57907,17 +59132,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "188480de7153ad2b1492c1de5e49727d" + "hash": "3b8219afe127bbf62a6c480be7ced6ae" }, { - "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": "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-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/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 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 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": "", @@ -57928,17 +59153,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa4a31f7b7ae8fa3125237870479ef01" + "hash": "ba648a49b3625b7be251d28245ea6bf8" }, { - "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": "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/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/premier-league/chelsea-tuchel-ne-veut-pas-faire-la-chasse-aux-non-vaccines_AV-202112220083.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": "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": "", @@ -57949,17 +59174,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2966e55e8d60e170a82e3bde49f467d" + "hash": "262c49dced959c485d731809625b3878" }, { - "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": "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-des-debordements-sur-les-champs-elysees-apres-le-sacre-de-l-algerie_AV-202112180279.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 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 06:55:25 GMT", + "enclosure": "https://images.bfmtv.com/T3Nf4VVDn_skQQ0hutMqTrE3PAk=/0x73:1200x748/800x0/images/Novak-Djokovic-1192893.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -57970,17 +59195,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b516e47a282184c65d471edb9eaf4809" + "hash": "2d37411e080342a3c02987ef2fe524c8" }, { - "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": "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/liga/liga-le-barca-s-en-remet-a-sa-jeunesse-dans-un-match-a-rebondissements_AV-202112180276.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 19:42:39 GMT", - "enclosure": "https://images.bfmtv.com/V-kjEUBFleCKQyLIKQ49RBvblQM=/0x59:1200x734/800x0/images/Gavi-1191033.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": "", @@ -57991,17 +59216,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9ad6c98268a9eccd8496e92ec663d90" + "hash": "033fa2bf2c7448a56fda845b9758891d" }, { - "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: 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/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-le-patron-d-amazon-prime-video-defend-le-prix-de-l-abonnement_AV-202112220040.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 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": "", @@ -58012,17 +59237,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8352b570c73ded29122eabff36f1a48b" + "hash": "4974cecc6031e4b652fa76056ab40cb3" }, { - "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: 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/coupe-de-france/coupe-de-france-rennes-lorient-en-direct_LS-202112180270.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 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 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": "", @@ -58033,17 +59258,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e96291df066bb94cab02e7b3eb65b358" + "hash": "18ce98b959e718f00d314007ab2ec2a8" }, { - "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": "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/ronaldo-s-offre-cruzeiro-le-club-de-ses-debuts_AN-202112180268.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 19:06:34 GMT", - "enclosure": "https://images.bfmtv.com/sK_jofEvt0xzYy9ckIvE-9ubGVY=/0x0:2048x1152/800x0/images/Ronaldo-1191020.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": "", @@ -58054,17 +59279,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "568d487a2bb7749bbc10bc5aaff14fb1" + "hash": "3e88e54c4a3dce9dd28b2db128aab4c6" }, { - "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": "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/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/basket/nba/nba-la-ligue-ne-compte-pas-interrompre-la-saison-malgre-le-variant-omicron_AV-202112220018.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 00:09:32 GMT", + "enclosure": "https://images.bfmtv.com/u9wkkPVnA4MlbRSsg5yZsVwY6-c=/0x0:1200x675/800x0/images/-863823.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -58075,17 +59300,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a75f27d8937c504696bb6b75cd6324d6" + "hash": "a07dca9a63b9b1e8859ad7679adf7864" }, { - "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": "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/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-de-france/incidents-paris-fc-ol-trois-ultras-interpelles_AV-202112210196.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 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": "", @@ -58096,17 +59321,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "91d2e5463bd882a64bb7ae260c92e9a4" + "hash": "c6cdfc68405ce9bf27a6ddb681d4cb27" }, { - "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": "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/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/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-22-decembre-ligue-1_AN-202112210285.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": "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": "", @@ -58117,17 +59342,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "193183fca2c5b2b6fbe3c359a354ee35" + "hash": "d3a20da9ffc5cc9d947d82b20e4e1224" }, { - "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": "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/coupe-de-france/coupe-de-france-suivez-les-32es-de-finale-en-direct_LN-202112180059.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 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": "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": "", @@ -58138,17 +59363,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec95f6f8bae9a2cdeb59183782614b1d" + "hash": "a8b041fb92ff5e662c7f23fb294853e8" }, { - "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": "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/algerie-tunisie-le-bijou-de-sayoud-qui-delivre-les-fennecs-en-finale-de-la-coupe-arabe_AV-202112180255.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 18:02:55 GMT", - "enclosure": "https://images.bfmtv.com/QbzEW-Ds-eqUGzAw8ZfITJ9fQDc=/0x0:2048x1152/800x0/images/La-joie-d-Amir-Sayoud-1191010.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": "", @@ -58159,17 +59384,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3407ffe25385fe37ae086c3734dd9f0" + "hash": "d68ee3c04fbde5b0af547eaf298195cf" }, { - "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": "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/premier-league/covid-19-pas-de-raison-scientifique-de-suspendre-la-premier-league-selon-un-dirigeant_AV-202112180253.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 17:58:06 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 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": "", @@ -58180,17 +59405,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9919f769999e95eba916bab941a9b994" + "hash": "d6003c6d56922abb4562514826a77fbe" }, { - "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": "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/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/pari-sportif/pronos-paris-rmc-le-pari-exterieur-du-22-decembre-ligue-1_AN-202112210277.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": "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": "", @@ -58201,17 +59426,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f31cfbc3554c84ce0717974fbaad026" + "hash": "3adb2a71c152979ab18d578be69e87cb" }, { - "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": "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/football/ligue-1/lille-ingla-a-presente-sa-demission-au-club_AV-202112180242.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 17:21:13 GMT", - "enclosure": "https://images.bfmtv.com/ioaEMkNdbXEcznwAh2VUZ3w8Bl0=/2x248:4738x2912/800x0/images/-876963.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": "", @@ -58222,17 +59447,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3885f0c9afe3829ac8ad43a5edf17d31" + "hash": "13ca3f1ffbe79574d756bfbd1be0d52b" }, { - "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": "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/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/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 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 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": "", @@ -58243,17 +59468,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9dea8ba3d475c88d518ae2efb4743b2" + "hash": "38eee30cc763cc5c7566b6ab3bbf79d3" }, { - "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 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/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-football-de-coach-courbis-du-22-decembre-ligue-1_AN-202112210242.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:00:00 GMT", + "enclosure": "https://images.bfmtv.com/6n_2rPd4z-dmVZ17AYZGYHX6OtA=/0x103:1984x1219/800x0/images/A-Gouiri-1192486.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -58264,17 +59489,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f61aadaff3ecf6f39e61868efbce82c2" + "hash": "15ef45e3a17991b5316fcb824c95e3aa" }, { - "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 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/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-football-de-coach-courbis-du-22-decembre-ligue-1_AN-202112210007.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: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": "", @@ -58285,17 +59510,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "436d0baa8699077c4e4cbe5ae7a651c4" + "hash": "de73c1e87f75840cfbf24a9237959f99" }, { - "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": "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/cannet-rocheville-l-excitation-monte-avant-de-jouer-l-om-en-coupe-de-france_AV-202112180217.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 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 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": "", @@ -58306,17 +59531,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "15e6e9540a0b14ac47509b1f44d1c0ae" + "hash": "7c5bd85a15db52329bbb81cc5a479b78" }, { - "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": "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/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/football/league-cup/league-cup-arsenal-etrille-sunderland-avec-un-tres-joli-but-de-nketiah_AD-202112210529.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 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": "", @@ -58327,17 +59552,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7517c56dde58fc315852081f1185c55b" + "hash": "1cac0b54542846d18e26e60854c4fcfd" }, { - "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/handball/feminin/mondial-de-hand-la-capitaine-des-bleues-coralie-lassource-donne-les-cles-de-la-finale_AV-202112180209.html", + "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/football/liga/liga-en-superiorite-numerique-le-barca-cale-encore-contre-seville_AV-202112210525.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 22:33:53 GMT", + "enclosure": "https://images.bfmtv.com/zxBlz9x9DojHNEUlLGqriKUrG1k=/0x70:2000x1195/800x0/images/Barcelone-Seville-1192799.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -58348,17 +59573,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "52895d6c9345e59ad0931b50fd241bc6" + "hash": "9d31f7bea96698433cb452a95113dc0e" }, { - "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": "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/sports-d-hiver/biathlon/biathlon-grand-bornand-fillon-maillet-signe-un-festival-sur-la-poursuite_AN-202112180201.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": "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 22:22:31 GMT", + "enclosure": "https://images.bfmtv.com/zl2JG9gETipbzMNbDoj1V0Ffc9w=/32x120:1728x1074/800x0/images/Kounde-1192796.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -58369,17 +59594,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0f11c19d0473dcd13d03b9c127aeb7a" + "hash": "333b9d9ab4441bbd8b6772c5ee02434a" }, { - "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": "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/football/bundesliga/bayern-lewandowski-depasse-gerd-muller-et-egale-ronaldo_AV-202112180028.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": "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 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": "", @@ -58390,17 +59615,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f8383f41faaa346f01fb141da8405033" + "hash": "eb85114e8e8a690a55325bf8a4e3c22d" }, { - "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": "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/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/football/premier-league/manchester-city-benjamin-mendy_AV-202112220149.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": "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": "", @@ -58411,17 +59636,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "81ded1910eec22d2ef423a575e4dda2b" + "hash": "cf00d9d49e1b1a46661568c56abb44bb" }, { - "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": "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/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/paris-hippique/les-pronos-hippiques-du-mercredi-22-decembre-2021_AN-202112210413.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 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": "", @@ -58432,17 +59657,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c50f27864b4185a07f3a32bbaaa5720" + "hash": "458f8913e7b57336726496ad9a59b39b" }, { - "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": "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/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/primeira-liga/portugal-le-match-de-la-honte-entre-benfica-et-belenenses-sad-ne-sera-pas-rejoue_AV-202112210412.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 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": "", @@ -58453,17 +59678,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "034613ddbd8af02455a34a5c34b95aff" + "hash": "d82239cc5bd38974372eef5813e27e7f" }, { - "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": "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/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/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: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 17:31:01 GMT", + "enclosure": "https://images.bfmtv.com/tkB3u0NPCgC2jR2nOirGez4ewG0=/0x120:2016x1254/800x0/images/Latifi-1192676.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -58474,17 +59699,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "240c29bd3dd8e139b877fc4fee57f23b" + "hash": "88da0f0a55c233329dd76079c7d968df" }, { - "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": "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/rugby/challenge-europeen/challenge-europeen-toulon-gagne-sans-briller-contre-zebre-premiere-discrete-pour-kolbe_AD-202112170525.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 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 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": "", @@ -58495,17 +59720,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc52122b6f8847e4a8de80c476a8a1d1" + "hash": "b8d11a08daa658616eccd8dcbac442e7" }, { - "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": "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/incidents-paris-fc-ol-aulas-denonce-un-souci-de-societe-et-veut-des-responsabilites-partagees_AV-202112170517.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 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 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": "", @@ -58516,17 +59741,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "12da9cb1fbd4738a2949bcdc14146874" + "hash": "6daf02cfdd5e48138b1292473bb5bb2e" }, { - "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": "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/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/ligue-des-champions/ligue-des-champions-razzia-sur-les-places-pour-losc-chelsea_AV-202112210351.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 16:15:44 GMT", + "enclosure": "https://images.bfmtv.com/h-x8Y5LZY-cWnmvORiRW0GNWyPQ=/0x106:2048x1258/800x0/images/Lille-1187149.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -58537,17 +59762,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce719207334d02caf3fbab705e90c970" + "hash": "87f77093cd91034de7b093aadbbaa534" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-18-decembre-coupe-de-france_AN-202112170338.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 23:04:00 GMT", - "enclosure": "https://images.bfmtv.com/dblBO_N8iIJZVIDfc4_Q1kLlYsM=/0x104:2000x1229/800x0/images/Gaetan-Weissbeck-Sochaux-1190430.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": "", @@ -58558,17 +59783,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fd66ffb7bca695093849f2d22ab7d75e" + "hash": "c72a8f939b9ccbaac9853bccebc87118" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-18-decembre-coupe-de-france_AN-202112170334.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 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/kq9JIuAAxjb4MSbVJXPTOFgJDJ4=/0x104:1984x1220/800x0/images/Gaetan-Charbonnier-Auxerre-1190425.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": "", @@ -58579,17 +59804,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b0b73c5ed1b7a0a8f98e8171e6c0b03" + "hash": "df99c2361e18534a4a9ef3557c50b6f5" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-exterieur-du-18-decembre-serie-a-italie_AN-202112170331.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 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 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": "", @@ -58600,17 +59825,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "993d06bd5381c02672d16e07f23906c1" + "hash": "8e49bdd54a0dbc8a386b87e7d3e58a76" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-sur-du-19-novembre-eredivisie-pays-bas_AN-202112170327.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 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 15:45:13 GMT", + "enclosure": "https://images.bfmtv.com/Eto7W7jsRpmt9B8YaWDDEmSFN88=/6x83:2038x1226/800x0/images/Benjamin-Mendy-1125215.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -58621,17 +59846,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0fa0a3f2138c1880164ccd916d16d99f" + "hash": "bdb66bb506eff9e7b1b296f2968b4df7" }, { - "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": "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/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/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 22:43:20 GMT", - "enclosure": "https://images.bfmtv.com/pAIusNyZzE9kfQ1iIUJSMgyGvk4=/0x125:1536x989/800x0/images/Pierre-Ferracci-au-micro-de-RMC-1190673.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": "", @@ -58642,17 +59867,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6ef1d61004a9af5a190f43c1a1123a8" + "hash": "1c8d841ee0d456b621d1a00d1db46ef3" }, { - "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": "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/coupe-de-france/paris-fc-ol-des-supporters-presents-a-charlety-racontent-les-debordements_AV-202112170505.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 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 15:35:50 GMT", + "enclosure": "https://images.bfmtv.com/Ft90NQpkcPAghqCffeFAt56pbHM=/0x42:2048x1194/800x0/images/CD-Lugo-1192593.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -58663,17 +59888,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfdc7c3adb9fbda1fe81f8e4dec2e673" + "hash": "800130234edfec977aacd9ed242cd793" }, { - "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": "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/paris-fc-ol-en-direct-lyon-rentre-en-lice-en-coupe-de-france_LS-202112170458.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 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 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": "", @@ -58684,17 +59909,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c174707fe33eb5529f2f7ac237085f28" + "hash": "e8ea8db43301a16af73be2f752c5ab99" }, { - "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": "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/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/saint-etienne-dupraz-annonce-que-deux-joueurs-ont-refuse-d-aller-a-la-can-pour-aider-les-verts_AV-202112210316.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 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": "", @@ -58705,17 +59930,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "61d404331ef26f5c3e9b818288a9973e" + "hash": "9abf285ee4d49433c208445cf74b3d40" }, { - "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": "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/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/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 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: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": "", @@ -58726,17 +59951,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d385f7fc1afe5089ec17d5a1106525a" + "hash": "4ab02f93694e56853486a89d8d32a170" }, { - "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": "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/france-danemark-en-direct-suivez-la-demi-finale-du-mondial-feminin-de-handball_LN-202112170332.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 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 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": "", @@ -58747,17 +59972,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ab8b64622c42e67ebe920bd2c87f777" + "hash": "000b21f1fecd95e2da41e763a39e3d64" }, { - "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": "\"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/sports-de-combat/boxe/boxe-scandale-pour-le-francais-soro-injustement-battu-sur-une-erreur-arbitrale_AV-202112170484.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 20:49:14 GMT", - "enclosure": "https://images.bfmtv.com/WYfI0uxkHoKWW3lwZcn7wLEAJ8I=/0x1:2048x1153/800x0/images/Michel-Soro-1190641.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": "", @@ -58768,17 +59993,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0cf9260d3aaf7a4e40c8153b6c8c16bb" + "hash": "4c86b5e38394a3eefb2d8ac8f5e2c807" }, { - "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": "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/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/clubs/paris-saint-germain/psg-sept-absents-a-lorient-dont-mbappe-et-verratti_AV-202112210302.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": "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": "", @@ -58789,17 +60014,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e98774836eafa38e13d4297999de1ad" + "hash": "79ff32177b702161184bd69bf152dc16" }, { - "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": "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/equipe-de-france/equipe-de-france-mbappe-est-serein-sur-son-avenir-selon-deschamps_AV-202112170482.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 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 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": "", @@ -58810,17 +60035,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9d9450b7b302415a5ec6cc9aa84a56e" + "hash": "1d0ffe7879fc5604e801d72cc7203254" }, { - "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": "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/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/psg-pochettino-annonce-une-reprise-a-la-carte-pour-le-mois-de-janvier_AV-202112210290.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 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": "", @@ -58831,17 +60056,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "970063b35e5240fd505d9a5208cc51ef" + "hash": "ddd0562ba6b5c62d923c56474a7a0a0c" }, { - "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": "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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-16-decembre_LN-202112160105.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-martial-vers-seville-en-pret_AV-202112210284.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 13:44:57 GMT", + "enclosure": "https://images.bfmtv.com/-9EDMBNBEiTBp2KK-0MwkhDlFFg=/0x20:2048x1172/800x0/images/Anthony-MARTIAL-1185795.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -58852,17 +60077,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8063c3196c19b3b4d10d69293831e6c2" + "hash": "e46c09a6f1526620dcb29afd6255b037" }, { - "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": "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/paris-hippique/enquete-pour-viol-sur-mineure-contre-l-ex-jockey-david-cottin_AD-202112170472.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 19:15:46 GMT", - "enclosure": "https://images.bfmtv.com/XefRylUGRaMiFY1wRbiq2f3gnNo=/0x0:2048x1152/800x0/images/David-Cottin-1190614.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": "", @@ -58873,17 +60098,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae21ef359bb72ddd5220cbae152c9969" + "hash": "e0d3fad80834aba96e17ec6bb7e3bd7d" }, { - "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": "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/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/nice-comment-galtier-veut-relancer-gouiri_AV-202112210266.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 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": "", @@ -58894,17 +60119,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb10c1cf8acf5fd998d5180beaa71300" + "hash": "c529345c181c7d6061b6c4b8fab161b2" }, { - "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": "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/premier-league/arsenal-aubameyang-ecarte-par-arteta-jusqu-a-la-can-2022-au-moins_AV-202112170465.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 19:02:43 GMT", - "enclosure": "https://images.bfmtv.com/8wHG4dMKx3kSyIp8fUIbfHZuuE4=/0x0:2048x1152/800x0/images/Pierre-Emerick-Aubameyang-1190597.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": "", @@ -58915,17 +60140,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ddc26026800595cd21dfb41fab96eeb" + "hash": "d6661aecbb7d677aaa03cbdc2dfb4d7f" }, { - "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 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/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/ligue-1/psg-en-direct-suivez-la-conf-de-pochettino-avant-le-deplacement-a-lorient_LN-202112210255.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 12:27:14 GMT", + "enclosure": "https://images.bfmtv.com/iGLN1yrHhsSO2N8LYGPpP2rD8kY=/0x0:2048x1152/800x0/images/Mauricio-POCHETTINO-1170296.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -58936,17 +60161,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "35415369aee47a965b46e5bad13291d9" + "hash": "fbd6e2d1197bd14499232593aabbd282" }, { - "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": "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/ligue-1/monaco-gardien-remplacant-majecki-se-lache-en-conference-de-presse-sur-sa-situation_AV-202112170443.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-vanderson-tout-proche-de-rejoindre-monaco_AV-202112210252.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 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": "", @@ -58957,17 +60182,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "088297be36f010ab5c93dfee6fb2c22d" + "hash": "5e13adfed6d054029bfdbac4d7a41719" }, { - "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": "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/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/serie-a/serie-a-les-activites-de-la-salernitana-suspendues-a-cause-du-covid_AV-202112210250.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 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": "", @@ -58978,17 +60203,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f54bed2c225ba17f63d2e9084755d49" + "hash": "224d14ae80a05957a3b66abf45431473" }, { - "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": "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/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/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-21-decembre-ligue-2_AN-202112200267.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 12:14:00 GMT", + "enclosure": "https://images.bfmtv.com/Nb_bCBenp36buoL8yv3Ar19QjIg=/0x208:2000x1333/800x0/images/Paris-FC-1191884.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -58999,17 +60224,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5dd6f688df9a0e8569296c5ef05749eb" + "hash": "094a26d395c1560fb9a7fc7dc7fb7026" }, { - "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": "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/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/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-21-decembre-nba_AN-202112210248.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 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": "", @@ -59020,17 +60245,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0964bc49f4cedd1d67c0ed2d011befe" + "hash": "3f64fa7d4220857a704d3d3968f0b694" }, { - "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": "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-dembele-veut-continuer-au-barca-assure-xavi_AV-202112170402.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 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 12:09:25 GMT", + "enclosure": "https://images.bfmtv.com/tPTrvZ0zcJ7x5b3ktGryNcONMvA=/0x0:1200x675/800x0/images/El-Chadaille-Bitshiabu-1192468.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -59041,17 +60266,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5dda7ebb8f81e39089c12cac6975f2cf" + "hash": "e379ad9ea9c49d81e94469ab03adeb50" }, { - "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": "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/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/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 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": "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": "", @@ -59062,17 +60287,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "738a9cc2265d77da59096ef9ec2367f2" + "hash": "1ad40cf2a19ddbcdb253fae633a64c3a" }, { - "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.

", + "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/football/gabon-enquete-pour-agressions-sexuelles-sur-des-centaines-d-enfants-par-un-entraineur-de-foot_AV-202112170381.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 16:47:09 GMT", - "enclosure": "https://images.bfmtv.com/W-XxDgH0ho_jdLhZ4sa-o_eQeF0=/0x106:2048x1258/800x0/images/Ballon-1190468.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": "", @@ -59083,17 +60308,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ecdf9b1d2b24680a9397f58981f5c62e" + "hash": "d495062db0b68fd5d8ec5dcddf43994c" }, { - "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": "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/zidane-sur-sa-passion-pour-le-padel-un-truc-parfait_AV-202112170375.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 16:34:56 GMT", - "enclosure": "https://images.bfmtv.com/h7eB9lWq2UpSgKSaxe4PMiLmEBA=/0x39:2048x1191/800x0/images/Zinedine-Zidane-1177940.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": "", @@ -59104,17 +60329,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f060badfc2a0bf797538fb803cb1380d" + "hash": "3e0592fa7642d716747966cbe59353ba" }, { - "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": "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/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/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 16:29:48 GMT", - "enclosure": "https://images.bfmtv.com/wG2lD3Z934JPPfpX_i6ReqxACws=/0x197:2048x1349/800x0/images/1190429.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": "", @@ -59125,17 +60350,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "80062e66a52d45124e7952e40c0ea6ec" + "hash": "0eea6b442a4277716bf997e28dbf4367" }, { - "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": "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/premier-league/premier-league-le-ministre-des-sports-britannique-demande-aux-joueurs-de-se-faire-vacciner_AV-202112170362.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 16:17:44 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 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": "", @@ -59146,17 +60371,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1105dc307eadaa9f0d49b3a2ecc34414" + "hash": "2218482afef97bae578d24e11329210e" }, { - "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": "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/premier-league/covid-19-les-coachs-de-premier-league-divises-sur-la-gestion-des-reports_AV-202112170357.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 16:07:52 GMT", - "enclosure": "https://images.bfmtv.com/CXkO8FOPiPSmaRFJ00zH4-Q2uW0=/0x42:2048x1194/800x0/images/MIKEL-ARTETA-1190433.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": "", @@ -59167,17 +60392,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "31e093aa6201bab65a334a60b446ec15" + "hash": "0d0dec52b7f1e0dfd8b8d5c9dfe5de85" }, { - "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": "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/football/transferts/mercato-les-indices-de-leonardo-sur-le-mercato-hivernal-du-psg_AV-202112170356.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 16:04:47 GMT", - "enclosure": "https://images.bfmtv.com/Zx4mBk68ZrNXBklZdOuCu5blbzI=/0x8:2048x1160/800x0/images/LEONARDO-1144094.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": "", @@ -59188,17 +60413,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bedd7a15521789ff268823ed53445e92" + "hash": "edfa312684e1393da476d48b95f74797" }, { - "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": "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/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/basket/asvel-wembanyama-absent-des-parquets-quatre-a-six-semaines_AV-202112200450.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 19:42:00 GMT", + "enclosure": "https://images.bfmtv.com/Iz4dnuP0d0BMrMZg4gnyaD8Vrro=/0x106:2048x1258/800x0/images/Victor-Wembanyama-ASVEL-1164142.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -59209,17 +60434,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ff5339545ecbab8f3f8380dc3678a64" + "hash": "70110507dcd87f2aad3d56892e41152b" }, { - "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": "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/paris-hippique/les-pronos-hippiques-du-samedi-18-decembre-2021_AN-202112170329.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": "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 19:38:25 GMT", + "enclosure": "https://images.bfmtv.com/5Nldy1sXAwUnsiO87-F0o9Kzjgg=/0x107:2048x1259/800x0/images/1192068.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -59230,17 +60455,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e61ed2c0d2bf0edf2bfddaebe30ec099" + "hash": "8ae1ef255636b9141f9da7369cb9e4b7" }, { - "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": "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/football/ligue-des-nations/ligue-des-nations-des-selections-sud-americaines-bientot-integrees_AV-202112170328.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 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": "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": "", @@ -59251,17 +60476,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "27ebc631aa625bd35e688df7e74e418c" + "hash": "6c91721a3f52dd9a924bd580f9908371" }, { - "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": "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/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/football/transferts/mercato-un-viking-au-racing-le-rc-lens-officialise-la-signature-de-berg_AV-202112200443.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 19:26:13 GMT", + "enclosure": "https://images.bfmtv.com/I7RWXdsBXG1DrSXGGJPIGRiCjJk=/0x46:2048x1198/800x0/images/1192100.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -59272,17 +60497,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f189af574c66d9a3040df39817f1a03d" + "hash": "0974d2e32baa51b6f199b2aeb2aeffd8" }, { - "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": "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/football/transferts/mercato-six-mois-apres-son-malaise-cardiaque-eriksen-quitte-l-inter_AD-202112170317.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": "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 19:14:44 GMT", + "enclosure": "https://images.bfmtv.com/eAv3NLUc_I2DiutpQmmQVXlYzVY=/0x106:2048x1258/800x0/images/1191345.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -59293,17 +60518,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5e6a165832c6e513d9bfb9ea7e30ad6" + "hash": "4f7cab11c8c302f85612934320a07821" }, { - "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": "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/ligue-1/incidents-ol-om-aucun-joueur-de-lyon-n-est-venu-voir-payet-regrette-sampaoli_AV-202112170312.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 14:36:53 GMT", - "enclosure": "https://images.bfmtv.com/y9Ag2hVD6DPX13Fi_GsQLJIwMP0=/0x93:2048x1245/800x0/images/Jorge-SAMPAOLI-1129654.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": "", @@ -59314,17 +60539,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "306dd232f33c2ed0fa20a4a155af4af8" + "hash": "1fca4a986c5bb853417d96c8cc055621" }, { - "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": "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/handball/feminin/france-danemark-en-direct-suivez-la-demi-finale-du-mondial-feminin-de-handball_LN-202112170332.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 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 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": "", @@ -59335,17 +60560,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "164dc71358e9eaaff5d36f74fb7f8bf0" + "hash": "9dc6233f55f03bece45cb9f0ac432b97" }, { - "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": "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-champions/ligue-des-champions-le-but-de-messi-lors-de-psg-manchester-city-recompense_AV-202112170309.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 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 18:20:42 GMT", + "enclosure": "https://images.bfmtv.com/PBBm0EIOQC2U2vOnAZPNXckLz-E=/0x131:2048x1283/800x0/images/Pierre-Ferracci-1191228.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -59356,17 +60581,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a426705a8f7be62faa3cd5b7c22ecbb" + "hash": "767f9e8a4f7fb6943ad43a668220628d" }, { - "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": "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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-16-decembre_LN-202112160105.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": "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 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": "", @@ -59377,17 +60602,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3bbc14963ede56430217d8bd399f2a57" + "hash": "4517ff8ddf17443018c9c617418b949e" }, { - "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": "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/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/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 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": "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": "", @@ -59398,17 +60623,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b26c006f3c9a45f6f906cca19a4692bd" + "hash": "95985a7665dbee6f862358a59699cc2a" }, { - "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": "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/rugby/coupe-d-europe/coupes-d-europe-de-rugby-plusieurs-matchs-de-clubs-francais-reportes_AV-202112170288.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 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 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": "", @@ -59419,17 +60644,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1039b552cf0567aad4ac6abc395d3922" + "hash": "9d3a9185c56aae2554b0149545070c26" }, { - "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": "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/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/bundesliga/bundesliga-rummenigge-admet-avoir-recrute-renato-sanches-au-bayern-un-ou-deux-ans-trop-tot_AV-202112200356.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 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": "", @@ -59440,17 +60665,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f37abff5782a279986545b4a2378c96" + "hash": "6752ac8df1c21ef32c14d343aa83258c" }, { - "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": "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/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/rugby/top-14/bordeaux-begles-christophe-urios-prolonge-jusqu-en-2025_AN-202112200342.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 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": "", @@ -59461,17 +60686,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b6e5aa1c4919d151cdd9a454cf2d275" + "hash": "a7eccec4fe92a2bbe547fe00b7366ddc" }, { - "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": "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/auto-moto/fia-l-emirati-ben-sulayem-succede-a-todt-comme-president_AV-202112170280.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:55:38 GMT", - "enclosure": "https://images.bfmtv.com/itaVTmMhKNmqC9Ss9TFpOb34O-M=/0x46:2048x1198/800x0/images/Mohammed-Ben-Sulayem-1190362.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": "", @@ -59482,17 +60707,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1dd69574246dd5407d70d1b0df69b57" + "hash": "2a61959b60aeb42c30cdbeb8e5dd3765" }, { - "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": "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/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/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-20-decembre-championship-angleterre_AN-202112190197.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": "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": "", @@ -59503,17 +60728,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b9424f378115e0cec37dd72ea5f8634" + "hash": "6d5ca34596cdf7b45c0ebc12691b4bb2" }, { - "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": "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/football/ligue-1/psg-mbappe-devient-ambassadeur-de-dior_AV-202112170274.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 12:43:36 GMT", - "enclosure": "https://images.bfmtv.com/r6hQFF3VxofdDFDkiJi1HQWv6rs=/0x34:2048x1186/800x0/images/Kylian-Mbappe-1190332.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": "", @@ -59524,17 +60749,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "135c20cb63043ffb84336b7a969b944e" + "hash": "c602896149b6a2e7e1fae5bf3697b97b" }, { - "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": "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/football/transferts/mercato-olivier-dall-oglio-repond-a-la-rumeur-belaili-a-montpellier_AV-202112170273.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": "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 15:47:31 GMT", + "enclosure": "https://images.bfmtv.com/y9CXW5crtwoadufmbqvCcrLmp8M=/0x0:2000x1125/800x0/images/R-Jackson-1191946.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -59545,17 +60770,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b54e99fdb1dbc165c13bb14a3d4842f4" + "hash": "33d72f72ba0ee6b28896eef7290c4177" }, { - "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": "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/transferts/mercato-le-barca-sur-le-point-de-rompre-le-pret-de-yusuf-demir_AV-202112170270.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": "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 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": "", @@ -59566,17 +60791,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6de89e9aba83909e1f0c9a1b9ab2b02" + "hash": "2f9833cd66c6b36e849a6750375c152e" }, { - "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": "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/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/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-14-decembre-2021_LN-202112140154.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": "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": "", @@ -59587,17 +60812,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aff59975f74ef3c37478654e138e9d2d" + "hash": "ed3b15bf97823b5f4bcafdbb14933716" }, { - "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": "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/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/handball/feminin/handball-les-bleues-expliquent-leur-effondrement-en-finale-du-mondial_AV-202112200300.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 15:22:37 GMT", + "enclosure": "https://images.bfmtv.com/sVnU62a89D15rT2l6GsbthCBHLA=/0x58:1200x733/800x0/images/Allison-Pineau-1191929.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -59608,17 +60833,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d1f5b578cf183e86c082bf335d05869" + "hash": "a637fc636458671f8b3960067e3b9d7e" }, { - "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": "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/premier-league/arsenal-aubameyang-encore-ecarte-pour-le-deplacement-a-leeds_AV-202112170261.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-mardi-21-decembre-2021_AN-202112200298.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 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": "", @@ -59629,17 +60854,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c2ff329dc1aa860014d7e125578debe" + "hash": "266b79334d1c2c120b73b3230ad60f3c" }, { - "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": "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/rugby/coupe-d-europe/champions-cup-racing-ospreys-annule-les-francais-vainqueurs_AV-202112170247.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": "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": "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": "", @@ -59650,17 +60875,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8a675953b5ba755f0907f8caa99ec5c" + "hash": "51b39001182e1eac137161b592dbced5" }, { - "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": "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/rugby/coupe-d-europe/coupes-d-europe-de-rugby-l-incertitude-plane-toujours_AV-202112170242.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": "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 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": "", @@ -59671,17 +60896,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7735e76a4ac1aff9b2a9bc2371c5dbcf" + "hash": "9d5412b16ec91e31ca2b84301b6d865e" }, { - "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": "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/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/om-luis-henrique-deja-de-retour-a-botafogo_AV-202112200210.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 11:28:40 GMT", + "enclosure": "https://images.bfmtv.com/BkzusJT78unceIdcS4Uwn2OxSIQ=/0x109:2048x1261/800x0/images/Luis-Henrique-1003121.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -59692,17 +60917,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a27f90db50cf1746aef845d63669a48c" + "hash": "77a4aa4235f21537da1622bea6ae9e18" }, { - "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": "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/rugby/coupe-d-europe/champions-cup-montpellier-leinster-annule-le-mhr-vainqueur-sur-tapis-vert_AV-202112160469.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 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 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": "", @@ -59713,17 +60938,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8da248652db14c0e3d9a8c5eff0b5d64" + "hash": "2cfbbfd78defea156aaa21373b77c26c" }, { - "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": "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/auto-moto/f1/f1-pour-wolff-hamilton-s-est-fait-voler-sa-couronne_AV-202112160467.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 18:45:06 GMT", - "enclosure": "https://images.bfmtv.com/79Wmz5EnIO1gy3XxII2gKvD32W8=/0x65:2048x1217/800x0/images/Toto-Wolff-et-Lewis-Hamilton-1188838.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": "", @@ -59734,17 +60959,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1958f558cfe13fedd1a504e41c43de0a" + "hash": "806083da7f807ccc648eb0f12b003020" }, { - "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": "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-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/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 18:43:39 GMT", - "enclosure": "https://images.bfmtv.com/LKKsNrevdmwO48NJH1K6tdezzSQ=/0x0:1200x675/800x0/images/Anny-Courtade-1189891.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": "", @@ -59755,17 +60980,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "191bdebb941d7fbf2b83f185b3e2938b" + "hash": "7adfd2da820ee1ff14c816ed83a5e083" }, { - "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": "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-des-nations/ligue-des-nations-tous-les-groupes-avec-un-tirage-terrible-pour-l-italie_AV-202112160437.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 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 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": "", @@ -59776,17 +61001,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4591e11e707625f397b431deb42a3983" + "hash": "d5c8e65c1eaeaa1ed8bfd93c3962408b" }, { - "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": "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-en-direct-le-tirage-au-sort-de-l-edition-2022-2023_LN-202112160276.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 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 10:16:33 GMT", + "enclosure": "https://images.bfmtv.com/eAv3NLUc_I2DiutpQmmQVXlYzVY=/0x106:2048x1258/800x0/images/1191345.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -59797,17 +61022,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5f845a879e0f76abc0bd17f96ae5f75" + "hash": "49deef572f142293cf08ab30f4ea698a" }, { - "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": "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/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/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 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 10:12:25 GMT", + "enclosure": "https://images.bfmtv.com/vBTyzR6o3VlB1zBbO-cMSWIz2U0=/0x46:2048x1198/800x0/images/Kylian-MBAPPE-1191171.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -59818,17 +61043,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "253f8314e3c333671f516dae03fe99eb" + "hash": "522df4c7f07e67050e05043d0fc892dc" }, { - "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": "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/football/ligue-1/psg-sergio-ramos-de-retour-a-l-entrainement-collectif-nuno-mendes-a-part_AV-202112160417.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 17:34:28 GMT", - "enclosure": "https://images.bfmtv.com/XT35VVni4LgVYF9FkBnXJVPbOaY=/0x37:1200x712/800x0/images/Sergio-Ramos-1178510.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": "", @@ -59839,17 +61064,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c578cd48acdf4675cf019fb57ca1384c" + "hash": "797e6519de13b4746037ca5cee01c697" }, { - "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": "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/football/ligue-1/ligue-1-une-prochaine-vente-du-sco-angers_AV-202112160405.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 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 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": "", @@ -59860,17 +61085,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "caf0742349fde89a880834b9dc1110a1" + "hash": "74ae6a3483e3f5768fcf0ca20701e036" }, { - "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-1/ligue-1-en-direct-suivez-toute-l-actualite-du-championnat_LN-202112160104.html", + "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/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 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 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": "", @@ -59881,17 +61106,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f06280d9f96836edcc0461a6da61f7b3" + "hash": "ea1c28073d746551e6e6663397db8a1b" }, { - "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": "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/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/coupe-arabe-le-retour-triomphal-des-fennecs-en-algerie-apres-leur-titre_AV-202112200129.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 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": "", @@ -59902,17 +61127,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c1e30fffec13d3b4f43b7e334b98458" + "hash": "9029f653cd131aa2604060e30f267e0d" }, { - "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": "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/rennes-genesio-donne-les-premieres-tendances-du-mercato-hivernal_AV-202112160391.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-tolisso-proche-du-real-madrid_AV-202112200123.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 08:47:43 GMT", + "enclosure": "https://images.bfmtv.com/ZbyHBGLwwWBvHwrIk82PcA4qlkU=/2x0:4498x2529/800x0/images/-862460.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -59923,17 +61148,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9df6df260f12d017ead6aac8d449e47" + "hash": "786f4405169baf42a256cbe0d6801587" }, { - "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": "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/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/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 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 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": "", @@ -59944,17 +61169,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "97cb534c391f504d3f3db7f83d1d30c5" + "hash": "77fe729c59f17e9ea01a7886489afffd" }, { - "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: 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/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-raiola-ouvre-la-porte-pour-de-ligt-au-psg_AV-202112200106.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 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": "", @@ -59965,17 +61190,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d849271bc03b180942a12e6ee532dfb7" + "hash": "e562697493d01e1d6db1986a843a21b6" }, { - "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": "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/basket/nba/nba-hugo-besson-le-reve-americain-qui-passe-par-l-australie_AV-202112160363.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 16:24:36 GMT", - "enclosure": "https://images.bfmtv.com/Ajjwr7ndXhH_6oRbUk9NGUT5e_o=/0x291:1360x1056/800x0/images/Hugo-Besson-1189729.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": "", @@ -59986,17 +61211,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c610cddac670a4883628679e6701c569" + "hash": "68bda65728964e9ab333fd683c079b0e" }, { - "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": "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/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/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 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 07:55:31 GMT", + "enclosure": "https://images.bfmtv.com/9U14AHZegbwC3X5W0gq-raiBjSk=/0x68:2048x1220/800x0/images/Frederic-Antonetti-1191658.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -60007,17 +61232,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "967567074468883ba524fd64ace70f38" + "hash": "101a3f401372d0f05a6efffd393ca21a" }, { - "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": "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/football/le-president-de-l-uefa-aleksander-ceferin-demande-aux-joueurs-de-se-faire-vacciner_AV-202112160361.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 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 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": "", @@ -60028,17 +61253,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f326aae84a9551801df2553fd96b7ca5" + "hash": "3e4049cfb58432f3d68c44ef97132054" }, { - "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": "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/liga/liga-flambee-de-covid-19-au-real-madrid-quatre-joueurs-dont-bale-positifs_AV-202112160357.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 16:15:43 GMT", - "enclosure": "https://images.bfmtv.com/9ABojczIWaKzdVp8ekaxdT4dVCM=/0x27:2048x1179/800x0/images/Gareth-Bale-1070965.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": "", @@ -60049,17 +61274,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c2133a41c69b9728842d38845efe66b" + "hash": "75217cd4debf3683f9d166b929c317eb" }, { - "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": "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/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/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 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 07:03:11 GMT", + "enclosure": "https://images.bfmtv.com/rtLwx1mmvu4m3o82hmi73r7LyC0=/0x30:2048x1182/800x0/images/Lukaku-1184335.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -60070,17 +61295,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "307d3bc7e65d4b41a69e7c769d6002a3" + "hash": "45ce38de739fd6bf8fdcc81e4f73cde6" }, { - "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": "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/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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-20-decembre-2021_LN-202112200060.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 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": "", @@ -60091,17 +61316,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c3960b3c0e6d4b277e652d4ac574e59" + "hash": "bc09f6a1c7c45793dd2e183c90b66878" }, { - "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": "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/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/ligue-1/psg-leonardo-defend-le-bilan-de-messi-et-ses-premiers-mois-incroyables_AV-202112200045.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 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": "", @@ -60112,17 +61337,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2405dd1a7bcfc4f2caad4cb97f3894d3" + "hash": "adeda0e49add0e521117070688ac6bc4" }, { - "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": "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-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/serie-a/ac-milan-l-incomprehension-de-pioli-apres-le-hors-jeu-de-giroud_AV-202112200038.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 06:24:02 GMT", + "enclosure": "https://images.bfmtv.com/3XaGQBFCtSI1NV6UGzKyMFDD8pY=/0x171:2032x1314/800x0/images/Stefano-Pioli-1191591.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -60133,17 +61358,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d64137d2ebd41ae532f67a6b7fefde5d" + "hash": "a9afe4f4ab865acbb2ceef257130815f" }, { - "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": "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/sports-d-hiver/biathlon/biathlon-bescond-sur-le-podium-du-sprint-au-grand-bornand_AV-202112160330.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 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 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": "", @@ -60154,17 +61379,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef1ec5ba593e292abe9d4277c52e2b32" + "hash": "df0cbf80d982055e2ad5bab082893d43" }, { - "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": "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/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/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 14:56:34 GMT", - "enclosure": "https://images.bfmtv.com/8abQ5W_ZNfNZpOfjA_L1A9gapm0=/0x0:1920x1080/800x0/images/Driks-1189704.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": "", @@ -60175,17 +61400,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd19c32d93231178028f7c274ddd4b38" + "hash": "82a80eb14a7bdc3038be2d424268d855" }, { - "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": "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/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/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 14:54:02 GMT", - "enclosure": "https://images.bfmtv.com/KEUHFabZRp1ERLuiXwEaJFPaq6Q=/6x27:1574x909/800x0/images/Peter-Bosz-1157247.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": "", @@ -60196,17 +61421,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4b56c56a1c42ceffe8a0ee68c13bb71" + "hash": "b96f1fde8d4eb6aa1de881d0acec549e" }, { - "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": "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/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/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 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": "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": "", @@ -60217,17 +61442,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1cb042fcd8a5a2da102daed3eae7786b" + "hash": "a13aff267d5aaa41c8b237646d6ace0d" }, { - "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": "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/coupe-d-afrique-des-nations/can-2022-certains-clubs-ont-menace-des-joueurs-assure-halilhodzic_AV-202112160317.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 14:38:29 GMT", - "enclosure": "https://images.bfmtv.com/1pKLIowBMoTorPaoa5nwkmC9Kuw=/0x0:2048x1152/800x0/images/Vahid-Halilhodzic-997039.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": "", @@ -60238,17 +61463,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "96e66c2bc98fe9a1f85c0f1867035fa8" + "hash": "0d29dd75fcb4f17ddca738367b803b2e" }, { - "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": "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/auto-moto/f1/f1-les-doutes-de-wolff-sur-une-retraite-anticipee-d-hamilton_AV-202112160312.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": "Thu, 16 Dec 2021 14:18:35 GMT", - "enclosure": "https://images.bfmtv.com/MbNC2YX5GIwtAs-bvjcRmTCVenE=/0x39:2048x1191/800x0/images/Wolff-Hamilton-1189689.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": "", @@ -60259,17 +61484,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7493171c6a247f0f8d274cad709636a" + "hash": "1b6b4323d54f8dd1b88b0d6b85291532" }, { - "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": "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/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/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-20-decembre-liga-espagne_AN-202112190194.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": "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": "", @@ -60280,17 +61505,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6cb3c6638b662a708e3e061f3ea5e3f3" + "hash": "0c7678314a2177a51eedb593d1ba4c82" }, { - "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": "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/rugby-la-coupe-d-europe-en-sursis-en-raison-de-la-flambee-du-covid-19_AD-202112160300.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 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": "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": "", @@ -60301,17 +61526,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cefa3f1de59bd7d1cfa0b507a05c9ab6" + "hash": "239873baf4d5f81ba2dba1ed665d51bc" }, { - "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: 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/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-quand-l-arbitre-de-poitiers-lens-chambre-le-public-qui-l-insulte_AV-202112190271.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": "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": "", @@ -60322,17 +61547,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "33154ac934d11cdba04de1542fae869c" + "hash": "a06db909eb69b7952f2859596103ac88" }, { - "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": "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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-16-decembre_LN-202112160105.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:38:53 GMT", - "enclosure": "https://images.bfmtv.com/x2U-lpj-DdQCPsoa0la4nW56v8s=/0x0:2048x1152/800x0/images/Alexis-Sanchez-Inter-Milan-1189502.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": "", @@ -60343,17 +61568,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c581a21140b3faefc83187cec4976700" + "hash": "eb09aa574c6631089e217f98648af1a2" }, { - "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": "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/equipe-de-france/psg-mbappe-en-dit-plus-sur-sa-relation-amicale-avec-macron_AV-202112160135.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 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 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": "", @@ -60364,17 +61589,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4aa347eb882109c71b8e202aa1514a2e" + "hash": "6088699064904f22a4ca06ff261622c7" }, { - "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": "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/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/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 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 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": "", @@ -60385,17 +61610,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "372b9c05093e293335b34578189d6397" + "hash": "fe8d3f096f793583b7241b91857344fa" }, { - "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": "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/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/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": "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 22:11:58 GMT", + "enclosure": "https://images.bfmtv.com/Ls2VUaljqFUzGqol8jDIJxypAK0=/0x0:1200x675/800x0/images/Kylian-Mbappe-1191504.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -60406,17 +61631,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d4d5aa453cfb11e216867863f7a0107" + "hash": "a9d47b47c39b7ef8302c53d27e25fd3f" }, { - "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": "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/basket/basket-le-capitaine-de-tours-ecarte-apres-une-violente-altercation-avec-son-entraineur_AV-202112160128.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 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 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": "", @@ -60427,17 +61652,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f603b5fe8a461e4260d5079b7e50c4ff" + "hash": "504806074e795c052813de4d4e350672" }, { - "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": "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/rugby/top-14/clermont-didier-retiere-nomme-directeur-du-developpement-sportif_AV-202112160125.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 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 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": "", @@ -60448,17 +61673,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "722804be4a7364742fc40b840ca1bd1c" + "hash": "c98a98030269e409ff30ac381b382093" }, { - "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": "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/ligue-1/ligue-1-en-direct-suivez-toute-l-actualite-du-championnat_LN-202112160104.html", + "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 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 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": "", @@ -60469,17 +61694,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aaa58fb9dc0efe38fd7a18106536da5f" + "hash": "850bf1644508e5e2e92d6e79cbdc5125" }, { - "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": "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/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/paris-hippique/les-pronos-hippiques-du-lundi-20-decembre-2021_AN-202112190188.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 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": "", @@ -60490,17 +61715,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9fdbceee3a42442cb0aeb0b7db885beb" + "hash": "0def5ffedf3486a7c8d3e82f073ed828" }, { - "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": "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-quand-mbappe-tentait-a-5-ans-de-dribbler-des-u13_AV-202112160086.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": "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 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": "", @@ -60511,17 +61736,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "da6b729c81c33b9578d99f0bb8c542ca" + "hash": "4eae70e07a219158817b9995027e8e40" }, { - "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": "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/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/coupe-de-france-la-surprise-bergerac-qui-elimine-metz_AV-202112190183.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 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": "", @@ -60532,17 +61757,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0cbd0bf0505d3265850023032c72c369" + "hash": "31a113b7394498ca9c825131fe9cb713" }, { - "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": "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/football/coupe-arabe-le-temps-additionnel-de-qatar-algerie-fait-scandale_AV-202112160056.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": "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 14:58:32 GMT", + "enclosure": "https://images.bfmtv.com/46xsxMibncle0wmpzHtbjCX6jGQ=/0x0:1200x675/800x0/images/Alexis-Pinturault-1191356.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -60553,17 +61778,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aefe7fd653a97301556ca53f27ff67b4" + "hash": "0ca37838eae889c8e89471014a7e6347" }, { - "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": "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/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/incidents-paris-fc-ol-le-club-parisien-denonce-le-laxisme-de-l-ol_AV-202112190177.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 14:49:22 GMT", + "enclosure": "https://images.bfmtv.com/eAv3NLUc_I2DiutpQmmQVXlYzVY=/0x106:2048x1258/800x0/images/1191345.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -60574,17 +61799,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d302cbe6865c1210c77ffe1a5f419af2" + "hash": "dbf0b69d79f2fb9ab12c086dceb3ad14" }, { - "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": "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/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/paris-fc-ol-en-direct-lyon-rentre-en-lice-en-coupe-de-france_LS-202112170458.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": "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": "", @@ -60595,17 +61820,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "00cd99f200c12cca4133eb87ba79771c" + "hash": "7ccedbfd0fffe75a8abe57d347521ea1" }, { - "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.

", + "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/football/ligue-1/psg-mbappe-apprecie-la-franchise-de-pochettino-ne-se-prive-pas-de-tout-lui-dire_AD-202112160023.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": "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 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": "", @@ -60616,17 +61841,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c547cf7ddedd10b48d35c4d359483f95" + "hash": "d9bb6022cf322c6e6611da7c12c83ad4" }, { - "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": "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/football/mercato-en-direct-les-infos-et-rumeurs-du-13-decembre-2021_LN-202112130060.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": "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 14:24:45 GMT", + "enclosure": "https://images.bfmtv.com/qenUxVpCdA8eSTqqIE2RzKAT35E=/0x104:1984x1220/800x0/images/Antonio-Conte-Tottenham-1188508.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -60637,17 +61862,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bda3580ca9ed809fe48ac01641f0885d" + "hash": "54556bede55e75e3cf3f82883e119b7c" }, { - "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": "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/football/ligue-1/psg-mbappe-a-soif-de-cultures-differentes-de-rencontres-avec-des-joueurs_AD-202112150570.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": "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 14:21:34 GMT", + "enclosure": "https://images.bfmtv.com/k-IcDvdioxWGsc8gwNLZAczU0iw=/226x382:1954x1354/800x0/images/Emilien-Jacquelin-1191344.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -60658,17 +61883,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6622a488c2d365d41b7f0ae28156d11a" + "hash": "b183aad48c85e96d92fb453d3f29e996" }, { - "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": "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/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/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 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 13:57:54 GMT", + "enclosure": "https://images.bfmtv.com/TKU3Hsx1ky6Dwwq3a8RH2nvL2dY=/0x113:2048x1265/800x0/images/Mathieu-Faivre-1191324.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -60679,17 +61904,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef7d288a6ed7c7f10cfb334e684aecff" + "hash": "723c4f4db766fe5264ec44e95e486321" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-16-decembre-coupe-de-france_AN-202112150026.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 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 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": "", @@ -60700,17 +61925,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dada20c115bfffaccdae7ae82a6a5cf9" + "hash": "ca57379c04ea339c5fda72dcec83c509" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-exterieur-du-16-decembre-premier-league-angleterre_AN-202112150025.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 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/qenUxVpCdA8eSTqqIE2RzKAT35E=/0x104:1984x1220/800x0/images/Antonio-Conte-Tottenham-1188508.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": "", @@ -60721,17 +61946,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4af5af78a0c9ab642b31dc5f8170f8c4" + "hash": "ec506c0a983daec0da57a68e197d7de9" }, { - "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": "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/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/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 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/2QPz-THmSrJRByr-D0nKqwK90es=/0x89:2000x1214/800x0/images/Mo-Salah-Liverpool-1188506.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": "", @@ -60742,17 +61967,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1a87a8d55708e1ec779baeed03283b9" + "hash": "deaeb6b4bc6066cc6e5e3569d1fbad25" }, { - "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": "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/auto-moto/f1/f1-la-reponse-de-verstappen-a-mercedes-et-aux-critiques-sur-son-titre_AV-202112150559.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 23:00:11 GMT", - "enclosure": "https://images.bfmtv.com/_zJm98pFlFZ19a6ACxPX6ItYrqg=/0x0:1200x675/800x0/images/Max-Verstappen-et-Lewis-Hamilton-1189295.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": "", @@ -60763,17 +61988,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "525aef9d63c0d9cb9e6784a66b668fee" + "hash": "0c2ac19362451cb18c9a0fd8180a7174" }, { - "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": "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/basket/euroligue/euroligue-monaco-se-relance-face-a-kaunas-l-asvel-trebuche-contre-le-zenith_AV-202112150553.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 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 12:46:12 GMT", + "enclosure": "https://images.bfmtv.com/5yIQRtinXKtkM2cWOh17KxrVTNc=/0x104:2000x1229/800x0/images/Stade-Poitevin-1191310.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -60784,17 +62009,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "61cbc1a645e9f006ccc83c6ded23e35c" + "hash": "fb7b86d026f53f798a70d8255fe4dfc1" }, { - "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": "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/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/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-19-decembre-coupe-de-france_AN-202112190141.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 12:44:04 GMT", + "enclosure": "https://images.bfmtv.com/PrxR93XYN1TOeMK687w4rVDXruI=/0x0:1984x1116/800x0/images/F-Antonetti-1191306.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -60805,17 +62030,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3cf33e4bdaf2ac31ac13c86f04141bf" + "hash": "e61bd7a31ba0517261280c06411b0383" }, { - "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": "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/bundesliga/bundesliga-dortmund-assure-les-buteurs-haaland-et-schick-dechaines_AD-202112150545.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 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 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": "", @@ -60826,17 +62051,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8b70e17c758a42446d154d50bc641c5" + "hash": "d5a0e90bb1689841ec866aa634a78159" }, { - "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": "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/premier-league/premier-league-la-bonne-operation-pour-arsenal-qui-domine-west-ham_AV-202112150539.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": "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 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": "", @@ -60847,17 +62072,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e410852acd14a889ab31fc8aceba1d4c" + "hash": "b46e69d490f627ef2b79379d8777da04" }, { - "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": "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/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/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 22:06:10 GMT", - "enclosure": "https://images.bfmtv.com/jNvz69Lu0EdZ4kFRkNb4_ruCjUU=/0x212:2048x1364/800x0/images/CAN-1189297.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": "", @@ -60868,17 +62093,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3d8ec8714015bfc86ba556f54ff7895" + "hash": "2fe7e85ff69cc1f652fb804d65b69068" }, { - "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": "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/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/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 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: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": "", @@ -60889,17 +62114,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "11aa95bad2a47fcf8e78ae1bfc4e069d" + "hash": "a1c7cc337cbc90125b094e619dbd180a" }, { - "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": "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-l-algerie-elimine-le-qatar-lors-d-un-temps-additionnel-completement-fou-de-18-minutes_AV-202112150531.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 21:47:22 GMT", - "enclosure": "https://images.bfmtv.com/pFkf02X6xYpm7sV5-hLTydMehj0=/0x106:2048x1258/800x0/images/Youcef-Belaili-1189279.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": "", @@ -60910,17 +62135,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b51cfd8694587cd2616c1f62dc3fea27" + "hash": "1007e98681b8d959159de463e160263e" }, { - "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": "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/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/football/transferts/mercato-belaili-confirme-des-negociations-avec-montpellier_AV-202112190098.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 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": "", @@ -60931,17 +62156,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "66e5f01d4f827c8fd826fc43be466561" + "hash": "549368f7aa9e9b4f06e8f8fbe84b014c" }, { - "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": "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/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/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, 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 11:03:32 GMT", + "enclosure": "https://images.bfmtv.com/KZhcASgZDgsoipqui9TUSlrCjjI=/0x106:2048x1258/800x0/images/1191392.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -60952,17 +62177,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "35da48408acb90e85ac7e9e665bf7036" + "hash": "4f0f882f13bfe63e02dd248c24332ffc" }, { - "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": "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/transferts/mercato-rudiger-en-fin-de-contrat-a-chelsea-le-psg-surveille_AV-202112150503.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 20:13:31 GMT", - "enclosure": "https://images.bfmtv.com/mqEVyOlgxh-gyJhH0u7svopqks4=/0x76:2048x1228/800x0/images/Antonio-Ruediger-1189245.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": "", @@ -60973,17 +62198,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dcb52484d82b0bb9e00248e027ecdd6b" + "hash": "0fd9ef3e6ab0aec1d8c169c75b0ce80d" }, { - "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": "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/mercato-en-direct-les-infos-et-rumeurs-du-13-decembre-2021_LN-202112130060.html", + "link": "https://rmcsport.bfmtv.com/football/liga/seville-fc-atletico-luis-suarez-aurait-insulte-simeone-apres-son-remplacement_AV-202112190080.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 10:21:44 GMT", + "enclosure": "https://images.bfmtv.com/7LXcI15PQWA1t3a5Aec56Y2h_co=/0x0:2048x1152/800x0/images/Luis-Suarez-1191225.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -60994,17 +62219,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "927b0c9ef7131cc9567b389971da56f5" + "hash": "a5dce8f82f9c61de2e8376871afac47f" }, { - "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": "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/incidents-ol-om-aulas-nie-toute-pression-contre-l-arbitre-et-charge-les-dirigeants-marseillais_AV-202112150491.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 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 10:19:20 GMT", + "enclosure": "https://images.bfmtv.com/tQ_QP0QMLBihRnidlrVstYclm64=/0x150:2048x1302/800x0/images/Erling-HAALAND-1191208.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -61015,17 +62240,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1560dca61f039709c766835b2823cb6d" + "hash": "7847622fd6ff54ac782b53431f31fdc9" }, { - "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": "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/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/transferts/mercato-pour-leonardo-le-psg-a-encore-de-bonnes-possibilites-de-prolonger-mbappe_AV-202112190071.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 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": "", @@ -61036,17 +62261,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4dd71a39ccd944053e97ad48fe683b7d" + "hash": "2e427ffa658b24ba67f8ae173952a442" }, { - "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": "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/coupe-arabe-les-supporters-de-qatar-algerie-et-tunisie-egypte-interdits-de-champs-elysees_AN-202112150477.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": "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 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": "", @@ -61057,17 +62282,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a76f901dc4ad4b213115c86fab4a667e" + "hash": "507bcc2941952cc954f7116be90cd242" }, { - "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": "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-en-direct-l-algerie-et-le-qatar-jouent-une-place-en-finale_LS-202112150474.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 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": "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": "", @@ -61078,17 +62303,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "058043ab54abe1c91d330d4913da2862" + "hash": "c75e43117fb12ac95f5ba3632dd3f011" }, { - "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: 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/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/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": "", @@ -61099,17 +62324,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b20076152362f3913997d3d8694ce2a" + "hash": "93e278f3553526c2e0cd1c14d84d9111" }, { - "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": "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/ligue-1/ol-aulas-a-encore-un-reve-pour-juninho-a-lyon_AV-202112150466.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 18:33:31 GMT", - "enclosure": "https://images.bfmtv.com/91DYCYPmwbklACvwY56DyeW5Rjg=/0x0:1376x774/800x0/images/-848768.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": "", @@ -61120,17 +62345,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "341b918fe8a9c7de5dd86899a7e39bc9" + "hash": "235d27aff06e308fa1f5f55336f52f05" }, { - "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": "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/creation-d-une-supercoupe-europe-amerique-du-sud-pour-les-nations-en-2022_AV-202112150457.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 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 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": "", @@ -61141,17 +62366,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "26268ed02da17db12e3155f73f0ee5fd" + "hash": "1107fcb081d9b027a759706fb3eb8eb7" }, { - "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": "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/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/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 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 08:40:36 GMT", + "enclosure": "https://images.bfmtv.com/sIwzd4GuQ2q1RPBo39DHkDxCOVg=/0x87:2048x1239/800x0/images/Lionel-MESSI-1191178.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -61162,17 +62387,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "89b4efdfd8a3d9b7bc2fc02a22bc0657" + "hash": "8e30483d5fa23cdd84fbc96ba526a9cc" }, { - "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": "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/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/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 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 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": "", @@ -61183,17 +62408,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b12861ccde7dee3673cef5cc4420dbf" + "hash": "fcc7fcaef830830158893b43b69e0941" }, { - "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": "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/football/ligue-1/ligue-1-en-direct-toutes-les-infos-avant-la-18e-journee_LN-202112090152.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": "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 08:04:49 GMT", + "enclosure": "https://images.bfmtv.com/vBTyzR6o3VlB1zBbO-cMSWIz2U0=/0x46:2048x1198/800x0/images/Kylian-MBAPPE-1191171.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -61204,17 +62429,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4a155f8ed228d18eaa26a80d32b7cd8" + "hash": "4341acd23125f0914776cbd03e88bfa6" }, { - "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": "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/football/coupe-arabe-la-tunisie-arrache-la-finale-avec-une-enorme-reussite-en-fin-de-match_AV-202112150410.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 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": "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": "", @@ -61225,17 +62450,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b00a8f68b49b8eb1599e1975d979d85" + "hash": "b3624382bb5f7c5b23ff3ca4b5df8682" }, { - "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": "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/auto-moto/f1/f1-les-images-du-retour-triomphal-de-verstappen-a-l-usine-red-bull_AV-202112150404.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 16:59:12 GMT", - "enclosure": "https://images.bfmtv.com/FtIe33GMwAFIfesezOEWiUcBsRU=/0x47:1568x929/800x0/images/Verstappen-1189107.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": "", @@ -61246,17 +62471,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "419c04f56d0c723384776719d9bb80c1" + "hash": "a7b2136047d018c563a0b780fa6be747" }, { - "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": "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/premier-league-pas-de-report-pour-leicester-tottenham-malgre-de-nombreux-cas-de-covid_AV-202112150395.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 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": "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": "", @@ -61267,17 +62492,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "45563ed62406051c4b1d58a5fa3efe54" + "hash": "90d9a23bd881539ce0c490e46764662b" }, { - "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": "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/barca-l-emouvante-lettre-d-adieu-au-football-de-sergio-aguero_AV-202112150388.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 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 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": "", @@ -61288,17 +62513,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c56019786de53f0f5cbf9daee990268d" + "hash": "9f855a72ae7710d3ba6ae4f1aed4da92" }, { - "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": "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/premier-league/chelsea-tuchel-est-inquiet-pour-l-avenir-de-rudiger-silva-azpilicueta-et-christiansen_AV-202112150386.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 16:37:06 GMT", - "enclosure": "https://images.bfmtv.com/KQh7QJY0XM4qe57-xnyVcQRK8MY=/0x35:2048x1187/800x0/images/Thomas-Tuchel-1130374.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": "", @@ -61309,17 +62534,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7fa9c97113b270332c53885456bc367e" + "hash": "a2d1c7183a8d3ca7ac05571d4d1447c3" }, { - "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": "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/premier-league/tuchel-dit-vouloir-parler-avec-aubameyang-apres-sa-mise-a-l-ecart-a-arsenal_AV-202112150373.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 16:12:46 GMT", - "enclosure": "https://images.bfmtv.com/V3uskyj_wDSmPN6cRbM2aoYwoB8=/0x12:1200x687/800x0/images/-955623.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": "", @@ -61330,17 +62555,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9801c07f8015efb4b3198a99d4b33f31" + "hash": "4f22b7fbfb9080928e503e6bdce66a49" }, { - "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": "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/handball/mondial-handball-apres-quatre-joueuses-camerounaises-une-iranienne-disparait-aussi_AV-202112150367.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 16:07:02 GMT", - "enclosure": "https://images.bfmtv.com/3OLGH0dPk6oUZrzjWdXSv-EgG4I=/10x62:2042x1205/800x0/images/Iran-drapeau-1189090.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": "", @@ -61351,17 +62576,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d42295d2a0e4eaaf03230918f903eea" + "hash": "9287c08b5a43a88890c514a9fc727bc9" }, { - "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": "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/paris-hippique/les-pronos-hippiques-du-jeudi-16-decembre-2021_AN-202112150362.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 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": "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": "", @@ -61372,17 +62597,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2557b5981dc31f33a4c3427f13f1de7" + "hash": "265a23072b859b373bff3892cca5339b" }, { - "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": "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/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/football/premier-league/premier-league-un-supporter-de-leeds-arrete-pour-des-propos-racistes_AV-202112180306.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": "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": "", @@ -61393,17 +62618,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6494df5b65335d8c5526650526787c1a" + "hash": "175ac88fa1aca749ed1f4173056c48fd" }, { - "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/premier-league/liverpool-le-message-de-klopp-sur-la-vaccination-une-question-de-solidarite-et-de-loyaute_AV-202112150348.html", + "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/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 15:33:07 GMT", - "enclosure": "https://images.bfmtv.com/Ekxks3YI7SkS_iOzBKujRALc1hA=/0x61:2032x1204/800x0/images/Juergen-Klopp-1176069.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": "", @@ -61414,17 +62639,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d29057a9f8caedd82616e70478199fd3" + "hash": "5653c9e7cb8d4c6a83fdc13e3ebf76fa" }, { - "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": "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/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/rugby/coupe-d-europe/champions-cup-castres-s-incline-de-peu-chez-le-munster_AD-202112180298.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": "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": "", @@ -61435,17 +62660,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2eabddcaaa385f857e45bb274ffa0073" + "hash": "8c735584c83cb30888583566af5c5503" }, { - "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": "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/paris-truques-un-footballeur-suedois-condamne-pour-un-carton-jaune-arrange_AD-202112150341.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": "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 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": "", @@ -61456,17 +62681,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "60a0f9b57953e0b54a43cc47b1cbf69e" + "hash": "188480de7153ad2b1492c1de5e49727d" }, { - "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": "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/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/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 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 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": "", @@ -61477,17 +62702,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c7ea5f067f510aa37541f6050062958" + "hash": "aa4a31f7b7ae8fa3125237870479ef01" }, { - "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": "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/le-footballeur-le-plus-riche-du-monde-est-desormais-sans-club_AV-202112150338.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 14:59:55 GMT", - "enclosure": "https://images.bfmtv.com/7yLt_XOOb-jicFS56oHO903Es7o=/0x46:800x496/800x0/images/-807080.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": "", @@ -61498,17 +62723,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c15fbb0df43788f1959e2af6782665be" + "hash": "f2966e55e8d60e170a82e3bde49f467d" }, { - "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": "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/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/football/coupe-arabe-des-debordements-sur-les-champs-elysees-apres-le-sacre-de-l-algerie_AV-202112180279.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 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": "", @@ -61519,17 +62744,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e290d5a882357ed98fb0371a604947b" + "hash": "b516e47a282184c65d471edb9eaf4809" }, { - "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": "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/auto-moto/f1/f1-hamilton-a-ete-fait-chevalier-par-le-prince-de-galles_AV-202112150317.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 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 19:42:39 GMT", + "enclosure": "https://images.bfmtv.com/V-kjEUBFleCKQyLIKQ49RBvblQM=/0x59:1200x734/800x0/images/Gavi-1191033.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -61540,17 +62765,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee9cea1e9aa0a5827194a4beb351475e" + "hash": "b9ad6c98268a9eccd8496e92ec663d90" }, { - "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": "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/liga/real-madrid-modric-et-marcelo-positifs-au-covid-19_AV-202112150259.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 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 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": "", @@ -61561,17 +62786,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "be8d5cd23c4885c2b8a327975eca24ec" + "hash": "8352b570c73ded29122eabff36f1a48b" }, { - "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": "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/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/football/coupe-de-france/coupe-de-france-rennes-lorient-en-direct_LS-202112180270.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 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": "", @@ -61582,17 +62807,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ff3533ca3ef95611618583ff645c0ed" + "hash": "e96291df066bb94cab02e7b3eb65b358" }, { - "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": "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/mercato-en-direct-les-infos-et-rumeurs-du-13-decembre-2021_LN-202112130060.html", + "link": "https://rmcsport.bfmtv.com/football/ronaldo-s-offre-cruzeiro-le-club-de-ses-debuts_AN-202112180268.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 19:06:34 GMT", + "enclosure": "https://images.bfmtv.com/sK_jofEvt0xzYy9ckIvE-9ubGVY=/0x0:2048x1152/800x0/images/Ronaldo-1191020.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -61603,17 +62828,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1290eb9a7cc14dac900d3aef59fa117" + "hash": "568d487a2bb7749bbc10bc5aaff14fb1" }, { - "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": "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/feminin/foot-feminin-le-sponsor-titre-barclays-investit-un-montant-record-en-angleterre_AV-202112150253.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 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 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": "", @@ -61624,17 +62849,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "37b7c4eac3e6e813ba50444c15c97e7f" + "hash": "a75f27d8937c504696bb6b75cd6324d6" }, { - "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": "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/barca-les-statistiques-completement-folles-d-aguero-qui-annonce-sa-retraite_AV-202112150251.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 11:25:10 GMT", - "enclosure": "https://images.bfmtv.com/nTLanVi__BKZ7dD8CrX3WMPE01s=/0x0:2048x1152/800x0/images/Sergio-Agueero-1081575.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": "", @@ -61645,17 +62870,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b67199d432e6935b74c92ef9a945c72e" + "hash": "91d2e5463bd882a64bb7ae260c92e9a4" }, { - "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: 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/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-l-algerie-vient-a-bout-de-la-tunisie-et-decroche-son-premier-titre-dans-la-competition_AV-202112180258.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 18:12:01 GMT", + "enclosure": "https://images.bfmtv.com/dClyAqRb6ofIVPCmpu_TbrEq0RA=/0x0:1200x675/800x0/images/Algerie-1191012.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -61666,17 +62891,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "97f345ca3674aaa4291e0b18e92530cd" + "hash": "193183fca2c5b2b6fbe3c359a354ee35" }, { - "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": "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/serie-a/resiliation-de-contrat-attendue-rapidement-pour-eriksen-a-l-inter_AV-202112150243.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 11:04:22 GMT", - "enclosure": "https://images.bfmtv.com/88XOefCItChT2iK_A8svKl_6__o=/0x0:1008x567/800x0/images/-873952.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": "", @@ -61687,17 +62912,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "009c28b8473df9fd4673e8efa64c88d2" + "hash": "ec95f6f8bae9a2cdeb59183782614b1d" }, { - "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": "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/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/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 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 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": "", @@ -61708,17 +62933,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d715ed1665062810982da155386cac06" + "hash": "e3407ffe25385fe37ae086c3734dd9f0" }, { - "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": "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/rugby-francois-trinh-duc-mettra-fin-a-sa-carriere-en-fin-de-saison_AD-202112150220.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 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 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": "", @@ -61729,17 +62954,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "54c9b0bc0beb14c9b6691110abf33096" + "hash": "9919f769999e95eba916bab941a9b994" }, { - "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": "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/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/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 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 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": "", @@ -61750,17 +62975,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f8f3dff29d563857b3d1378a97860e88" + "hash": "9f31cfbc3554c84ce0717974fbaad026" }, { - "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": "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/transferts/mercato-convoite-par-le-barca-haaland-aurait-fixe-une-condition-pour-signer_AV-202112150211.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 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 17:21:13 GMT", + "enclosure": "https://images.bfmtv.com/ioaEMkNdbXEcznwAh2VUZ3w8Bl0=/2x248:4738x2912/800x0/images/-876963.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -61771,17 +62996,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7581a73af55bdb81a4ce8bac15390a2" + "hash": "3885f0c9afe3829ac8ad43a5edf17d31" }, { - "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": "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/ajax-onana-raconte-sa-suspension-pour-dopage-et-son-erreur-de-pilule_AV-202112150203.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 10:04:13 GMT", - "enclosure": "https://images.bfmtv.com/mAAztGoZ3RaOD-t-lMUbMmouFqA=/0x0:1200x675/800x0/images/Andre-Onana-1157427.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": "", @@ -61792,17 +63017,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5c52ab473a88fd8a9a67b7103a408f4" + "hash": "b9dea8ba3d475c88d518ae2efb4743b2" }, { - "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": "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/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/cravate-bmw-maison-familiale-des-biens-de-maradona-vendus-aux-encheres-en-argentine_AD-202112180231.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 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": "", @@ -61813,17 +63038,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7f8b194d7f3b3a083519792986ebe47" + "hash": "f61aadaff3ecf6f39e61868efbce82c2" }, { - "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": "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/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/bundesliga/bayern-wolfsburg-la-raison-improbable-du-remplacement-de-pavard_AV-202112180224.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 16:28:18 GMT", + "enclosure": "https://images.bfmtv.com/iCsIfiN5aos8mMqIIz1AwSh0VGU=/0x0:2048x1152/800x0/images/Benjamin-Pavard-1190969.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -61834,17 +63059,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "22439b2f4092258c938b9ddadec1e313" + "hash": "436d0baa8699077c4e4cbe5ae7a651c4" }, { - "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": "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/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/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 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 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": "", @@ -61855,17 +63080,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa2ce2ba8f142683387ccc6c144a2958" + "hash": "15e6e9540a0b14ac47509b1f44d1c0ae" }, { - "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": "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/rugby/top-14/clermont-vili-et-falatea-ont-donne-leur-accord-a-l-ubb_AV-202112150173.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 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 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": "", @@ -61876,17 +63101,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2abf0344ce1cd8fc8a6ae35a82f2d2ee" + "hash": "7517c56dde58fc315852081f1185c55b" }, { - "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": "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/nba-les-scenes-de-joie-dans-le-vestiaire-apres-le-record-de-curry_AV-202112150151.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 08:36:09 GMT", - "enclosure": "https://images.bfmtv.com/IaEO1kWBXiZM8I0m_xj4MO8uMls=/0x0:1200x675/800x0/images/Stephen-Curry-1188809.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": "", @@ -61897,17 +63122,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4bb5b0862de94eab2195e878c316474" + "hash": "52895d6c9345e59ad0931b50fd241bc6" }, { - "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": "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/liga/barca-dani-alves-un-retour-convaincant-salue-par-xavi_AV-202112150134.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": "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 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": "", @@ -61918,17 +63143,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eff3b303958e339fb2c4c35aa04ac9e2" + "hash": "b0f11c19d0473dcd13d03b9c127aeb7a" }, { - "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": "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/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/football/bundesliga/bayern-lewandowski-depasse-gerd-muller-et-egale-ronaldo_AV-202112180028.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 06:27:45 GMT", + "enclosure": "https://images.bfmtv.com/AS1O-7KU7KxvBsK-UDzfFoYboEU=/0x96:2048x1248/800x0/images/1190713.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -61939,17 +63164,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "33402d6967706880a15dc8ab394d6dd7" + "hash": "f8383f41faaa346f01fb141da8405033" }, { - "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": "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/football/premier-league-bielsa-en-danger-apres-la-deroute-de-leeds-face-a-city_AV-202112150117.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": "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 06:00:00 GMT", + "enclosure": "https://images.bfmtv.com/VFzpxMKJEeVYvhWmPu56ZT_ISvM=/0x24:1200x699/800x0/images/-955606.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -61960,17 +63185,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2cd57adb83f8845a6d6e62e501012de4" + "hash": "81ded1910eec22d2ef423a575e4dda2b" }, { - "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": "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/liga-benzema-recoit-le-trophee-as-du-meilleur-joueur-de-l-annee_AV-202112150091.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": "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 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": "", @@ -61981,17 +63206,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b5fc51bec6d3f0f0a580f177948e26d" + "hash": "3c50f27864b4185a07f3a32bbaaa5720" }, { - "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": "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/bayern-lewandowski-egale-un-record-vieux-de-49-ans-en-bundesliga_AV-202112150074.html", + "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": "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 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": "", @@ -62002,17 +63227,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "55aaec98944de3eefb7485d657e69d54" + "hash": "034613ddbd8af02455a34a5c34b95aff" }, { - "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": "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/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/incidents-paris-fc-ol-les-deux-versions-des-presidents-ferracci-et-aulas-qui-s-affrontent_AV-202112170520.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": "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": "", @@ -62023,17 +63248,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b33f644dbabb1c9e856b7885caf92672" + "hash": "240c29bd3dd8e139b877fc4fee57f23b" }, { - "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": "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/basket/nba-stephen-curry-devient-le-meilleur-shooteur-a-trois-points-de-l-histoire_AV-202112150039.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": "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": "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": "", @@ -62044,17 +63269,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "759f5766ec4088323a48cfd3434b16c6" + "hash": "bc52122b6f8847e4a8de80c476a8a1d1" }, { - "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": "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/serie-a/milan-zlatan-a-rencontre-le-pape-et-s-est-evidemment-vante_AV-202112140521.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 23:32:11 GMT", - "enclosure": "https://images.bfmtv.com/_6Orvot2C92mGTtqcVMPE7g_j-I=/0x27:672x405/800x0/images/Zlatan-Ibrahimovich-avec-le-pape-1188634.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": "", @@ -62065,17 +63290,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "47103a978e69b6211fd71d22ca8fd104" + "hash": "12da9cb1fbd4738a2949bcdc14146874" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-15-decembre-premier-league-angleterre_AN-202112140014.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 23:04:00 GMT", - "enclosure": "https://images.bfmtv.com/vBeGwalABRDkHMCiRxqVPMQZR_k=/0x103:2000x1228/800x0/images/Alexandre-Lacazette-Arsenal-1187826.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": "", @@ -62086,17 +63311,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "96d05b0f3eece8c5a2516b8b2c5c362c" + "hash": "ce719207334d02caf3fbab705e90c970" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-15-decembre-premier-league-angleterre_AN-202112140013.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 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/HuCH_nZIlm7TkcbMHAOu6OODgd0=/0x163:2000x1288/800x0/images/Neal-Maupay-Brighton-1187817.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": "", @@ -62107,17 +63332,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "13cebc14e2b85864aab84878a4960ffd" + "hash": "fd66ffb7bca695093849f2d22ab7d75e" }, { - "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": "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/liga/barca-guardiola-va-faire-le-voyage-en-espagne-pour-la-probable-retraite-d-aguero_AV-202112140515.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 23:02:15 GMT", - "enclosure": "https://images.bfmtv.com/5Zflh6hMxepqjhtViunkcb8CsdM=/0x21:1200x696/800x0/images/-855132.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": "", @@ -62128,17 +63353,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "340006c7f30ae2170f22931cccca4b4b" + "hash": "6b0b73c5ed1b7a0a8f98e8171e6c0b03" }, { - "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)

", + "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/pari-sportif/pronos-paris-rmc-le-pari-sur-du-15-decembre-jupiler-pro-league-belgique_AN-202112140012.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 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/GgGWesmeDBA3fkmljGy8mJdpcxI=/0x104:2000x1229/800x0/images/Deniz-Undav-Union-Saint-Gilloise-1187815.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": "", @@ -62149,17 +63374,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2670d1d1a12c823ab225f46a7e5e2c57" + "hash": "993d06bd5381c02672d16e07f23906c1" }, { - "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": "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/football/premier-league/premier-league-manchester-city-ecrase-leeds-les-sept-buts-de-la-raclee_AV-202112140503.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 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: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": "", @@ -62170,17 +63395,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9613230bf2cca5055a55627ed5b66896" + "hash": "0fa0a3f2138c1880164ccd916d16d99f" }, { - "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": "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/football/ligue-des-champions/ligue-des-champions-benzema-n-a-pas-peur-du-psg_AV-202112140495.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 21:27:46 GMT", - "enclosure": "https://images.bfmtv.com/4D3fsxKj0IXgEOUvp3niu5ePKRg=/0x106:2048x1258/800x0/images/Karim-Benzema-1179583.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": "", @@ -62191,17 +63416,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "21c8ca6f2370dc5521951f1cefd03d31" + "hash": "d6ef1d61004a9af5a190f43c1a1123a8" }, { - "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": "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/football/ligue-1/saint-etienne-dupraz-un-pompier-de-service-aguerri_AV-202112140485.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 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 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": "", @@ -62212,17 +63437,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed0780a9e8c098c891b9b54e2a156e4c" + "hash": "bfdc7c3adb9fbda1fe81f8e4dec2e673" }, { - "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": "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/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/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 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 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": "", @@ -62233,17 +63458,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6413241620022e3f5a6a4f17b342ab7c" + "hash": "c174707fe33eb5529f2f7ac237085f28" }, { - "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": "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/football/coupe-maradona-le-barca-s-incline-pour-la-premiere-de-dani-alves_AV-202112140471.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 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 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": "", @@ -62254,17 +63479,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "723592ea13985f0168d6fbd7fbade8e1" + "hash": "61d404331ef26f5c3e9b818288a9973e" }, { - "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": "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/ligue-1/saint-etienne-pascal-dupraz-debarque-sur-le-banc-des-verts_AV-202112140469.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 19:54:29 GMT", - "enclosure": "https://images.bfmtv.com/jGMuGimiFkQh3GwGDZGBnKqZx30=/0x198:1920x1278/800x0/images/Pascal-Dupraz-1188574.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": "", @@ -62275,17 +63500,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "086781ea94d34da56b0fe0657b13a8dc" + "hash": "8d385f7fc1afe5089ec17d5a1106525a" }, { - "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": "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/bundesliga/bundesliga-le-bayern-se-balade-mais-perd-coman_AV-202112140460.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 19:30:19 GMT", - "enclosure": "https://images.bfmtv.com/gFbHIyDLiFfIX8OgjFG80jZ4qog=/0x93:2048x1245/800x0/images/Serge-Gnabry-1188565.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": "", @@ -62296,17 +63521,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9cec756256b67df0a5ee567808015272" + "hash": "2ab8b64622c42e67ebe920bd2c87f777" }, { - "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": "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/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/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 19:15:02 GMT", - "enclosure": "https://images.bfmtv.com/7lnn1h-RFORjcyrr3SYAq0xSINY=/0x106:2048x1258/800x0/images/Martin-Fourcade-1188542.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": "", @@ -62317,17 +63542,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "65204a67413074ce34ba9136b2c7b9e7" + "hash": "0cf9260d3aaf7a4e40c8153b6c8c16bb" }, { - "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": "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/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/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 19:08:33 GMT", - "enclosure": "https://images.bfmtv.com/QUHtGIo4NH4ZlDKHp6mnF9CW34I=/0x165:2048x1317/800x0/images/Max-Verstappen-1188536.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": "", @@ -62338,17 +63563,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "35f123438f9e4050bff54491aef81f3b" + "hash": "6e98774836eafa38e13d4297999de1ad" }, { - "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": "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/rugby/top-14/top-14-willemse-prolonge-a-montpellier-jusqu-en-2025_AV-202112140450.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 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 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": "", @@ -62359,17 +63584,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b3f53e38a196efa4045e3627773459f" + "hash": "e9d9450b7b302415a5ec6cc9aa84a56e" }, { - "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": "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/transferts/psg-le-message-de-rothen-a-mbappe-sur-son-avenir_AV-202112140442.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 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 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": "", @@ -62380,17 +63605,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb71841b0583357a1fe39d56c9c66e6e" + "hash": "970063b35e5240fd505d9a5208cc51ef" }, { - "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": "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/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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-16-decembre_LN-202112160105.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 17:58:37 GMT", - "enclosure": "https://images.bfmtv.com/ybg6IavD9zTGMbHx7IKieKaaf5E=/2x235:4498x2764/800x0/images/-880740.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": "", @@ -62401,17 +63626,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "da8b82317bd4a9f7a48e73a0ad150ffb" + "hash": "8063c3196c19b3b4d10d69293831e6c2" }, { - "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": "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/test-d-italien-bidon-l-enquete-sur-suarez-classee-jusqu-a-nouvel-ordre_AV-202112140408.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 17:34:50 GMT", - "enclosure": "https://images.bfmtv.com/QUXA437zG7iogTS9Q9W3ROpKcxk=/0x0:2048x1152/800x0/images/Luis-Suarez-1139791.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": "", @@ -62422,17 +63647,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "20a4c7501c6a86ddb0bd00dab6fa2446" + "hash": "ae21ef359bb72ddd5220cbae152c9969" }, { - "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": "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/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/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 17:23:31 GMT", - "enclosure": "https://images.bfmtv.com/lTtzIEIRuI5t64A6vjmcxS-i0q4=/375x117:1911x981/800x0/images/Kylian-Mbappe-1183564.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": "", @@ -62443,17 +63668,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "146a9b38f919f075d6c498f92779a40b" + "hash": "cb10c1cf8acf5fd998d5180beaa71300" }, { - "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": "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/xi-de-l-annee-fifa-fifpro-trois-francais-parmi-les-finalistes_AV-202112140378.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 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 19:02:43 GMT", + "enclosure": "https://images.bfmtv.com/8wHG4dMKx3kSyIp8fUIbfHZuuE4=/0x0:2048x1152/800x0/images/Pierre-Emerick-Aubameyang-1190597.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -62464,17 +63689,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "412e659c2307f7e980e8316edf983ce8" + "hash": "6ddc26026800595cd21dfb41fab96eeb" }, { - "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": "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/ligue-2/ligue-2-grenoble-se-separe-de-son-entraineur_AV-202112140371.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 16:44:10 GMT", - "enclosure": "https://images.bfmtv.com/tY9LOyNYtXYcNFCkqyxlxU8orSE=/0x85:2048x1237/800x0/images/Maurizio-Jacobacci-1188411.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": "", @@ -62485,17 +63710,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "73124311b7708637f70a9357c6b3b348" + "hash": "35415369aee47a965b46e5bad13291d9" }, { - "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": "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-des-champions/psg-real-la-premiere-reaction-de-pochettino-apres-le-tirage-polemique_AV-202112140365.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 16:33:54 GMT", - "enclosure": "https://images.bfmtv.com/iGLN1yrHhsSO2N8LYGPpP2rD8kY=/0x0:2048x1152/800x0/images/Mauricio-POCHETTINO-1170296.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": "", @@ -62506,17 +63731,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7155e5e0d08f2c28604f1ca61e509123" + "hash": "088297be36f010ab5c93dfee6fb2c22d" }, { - "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": "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/ligue-2/propos-racistes-lors-de-toulouse-rodez-mpasi-explique-avoir-ete-insulte-de-sale-singe_AV-202112140362.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 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 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": "", @@ -62527,17 +63752,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4fd98007a88f8ebfd4c50190dd35f19b" + "hash": "8f54bed2c225ba17f63d2e9084755d49" }, { - "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": "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/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/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 16:00:49 GMT", - "enclosure": "https://images.bfmtv.com/UjHqmcKSayAZrVS7t3DfoMeAcfg=/0x106:2048x1258/800x0/images/Wenceslas-Lauret-1188402.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": "", @@ -62548,17 +63773,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "40eaea3e72d18e8040209b12d42ee591" + "hash": "5dd6f688df9a0e8569296c5ef05749eb" }, { - "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": "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/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/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 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 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": "", @@ -62569,17 +63794,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "58e88c4e6ef1622b87a8fe7c223eef12" + "hash": "c0964bc49f4cedd1d67c0ed2d011befe" }, { - "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": "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/ligue-1/incidents-ol-om-marseille-fait-appel-de-la-decision-de-la-commission-de-discipline_AV-202112140325.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 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 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": "", @@ -62590,17 +63815,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b65fc2b2bdd2bc29c9dcc090d31500e4" + "hash": "5dda7ebb8f81e39089c12cac6975f2cf" }, { - "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": "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/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/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 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 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": "", @@ -62611,17 +63836,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9edf679999f0bd0c1fa12d37a4bf1f07" + "hash": "738a9cc2265d77da59096ef9ec2367f2" }, { - "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": "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/transferts/psg-un-depart-plus-que-probable-pour-simons-michut-s-interroge_AV-202112140317.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 15:22:52 GMT", - "enclosure": "https://images.bfmtv.com/CEQKnC5Oc1Wsr7uhEpIc3eDIzYI=/0x106:2048x1258/800x0/images/PSG-1188381.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": "", @@ -62632,17 +63857,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b62210cc0e2c93420e3fb0e34c3fa913" + "hash": "ecdf9b1d2b24680a9397f58981f5c62e" }, { - "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": "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/football/ligue-1/saint-etienne-l-asse-et-claude-puel-c-est-officiellement-fini_AV-202112140315.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 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 16:34:56 GMT", + "enclosure": "https://images.bfmtv.com/h7eB9lWq2UpSgKSaxe4PMiLmEBA=/0x39:2048x1191/800x0/images/Zinedine-Zidane-1177940.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -62653,17 +63878,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0374bd4efb22b8f2fe1873728f42584" + "hash": "f060badfc2a0bf797538fb803cb1380d" }, { - "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": "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/transferts/psg-l-entourage-de-mauro-icardi-dement-une-approche-de-la-juventus_AV-202112140308.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 14:50:52 GMT", - "enclosure": "https://images.bfmtv.com/oSfdFC0O_78nHL18ktXwu7t8y5g=/0x36:2048x1188/800x0/images/Mauro-Icardi-1188370.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": "", @@ -62674,17 +63899,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e71e999ccc506a3e3eb885bdb8fb7c9c" + "hash": "80062e66a52d45124e7952e40c0ea6ec" }, { - "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": "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/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/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 14:33:24 GMT", - "enclosure": "https://images.bfmtv.com/V3uskyj_wDSmPN6cRbM2aoYwoB8=/0x12:1200x687/800x0/images/-955623.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": "", @@ -62695,17 +63920,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f21b19db4db012e8dea3a36984756438" + "hash": "1105dc307eadaa9f0d49b3a2ecc34414" }, { - "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": "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/football/transferts/mercato-le-psg-se-lance-sur-la-pepite-karim-adeyemi_AV-202112140301.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 14:28:42 GMT", - "enclosure": "https://images.bfmtv.com/EeSqyymEvbAeH06UnlUuH0Cqh4M=/0x0:2048x1152/800x0/images/Karim-Adeyemi-1188361.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": "", @@ -62716,17 +63941,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "37d1d4e59fde26b542246c9e3e82da73" + "hash": "31e093aa6201bab65a334a60b446ec15" }, { - "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: 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/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-les-indices-de-leonardo-sur-le-mercato-hivernal-du-psg_AV-202112170356.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 16:04:47 GMT", + "enclosure": "https://images.bfmtv.com/Zx4mBk68ZrNXBklZdOuCu5blbzI=/0x8:2048x1160/800x0/images/LEONARDO-1144094.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -62737,17 +63962,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "62e6e039388104963b6e6a4d6533e0bc" + "hash": "bedd7a15521789ff268823ed53445e92" }, { - "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": "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/football/transferts/mercato-kurzawa-rafinha-rico-le-psg-veut-enfin-degraisser-cet-hiver_AV-202112140297.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 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 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": "", @@ -62758,17 +63983,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5810eeea5b05a0aca78d1d0ce279655" + "hash": "9ff5339545ecbab8f3f8380dc3678a64" }, { - "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": "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/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/paris-hippique/les-pronos-hippiques-du-samedi-18-decembre-2021_AN-202112170329.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 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": "", @@ -62779,17 +64004,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "39137c387bcc4c62bc2bac01916211ec" + "hash": "e61ed2c0d2bf0edf2bfddaebe30ec099" }, { - "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": "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/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-des-nations/ligue-des-nations-des-selections-sud-americaines-bientot-integrees_AV-202112170328.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 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": "", @@ -62800,17 +64025,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "843fc0e247692890e5d6042643b71ef8" + "hash": "27ebc631aa625bd35e688df7e74e418c" }, { - "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": "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-on-a-revu-le-tirage-polemique-pour-comprendre-l-imbroglio_AV-202112140146.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 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 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": "", @@ -62821,17 +64046,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "04d1a1638f7b742077fa632b2902966d" + "hash": "f189af574c66d9a3040df39817f1a03d" }, { - "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": "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/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/transferts/mercato-six-mois-apres-son-malaise-cardiaque-eriksen-quitte-l-inter_AD-202112170317.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 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": "", @@ -62842,17 +64067,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "07633dbbae6815eded90e0833131cc0e" + "hash": "f5e6a165832c6e513d9bfb9ea7e30ad6" }, { - "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": "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/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/ligue-1/incidents-ol-om-aucun-joueur-de-lyon-n-est-venu-voir-payet-regrette-sampaoli_AV-202112170312.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 14:36:53 GMT", + "enclosure": "https://images.bfmtv.com/y9Ag2hVD6DPX13Fi_GsQLJIwMP0=/0x93:2048x1245/800x0/images/Jorge-SAMPAOLI-1129654.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -62863,17 +64088,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5ea02f3541f4c6961308ad8f9b8d990" + "hash": "306dd232f33c2ed0fa20a4a155af4af8" }, { - "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": "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/football/ligue-2/propos-racistes-lors-de-toulouse-rodez-absolument-ecoeure-la-reaction-cash-de-comolli_AV-202112140087.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 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 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": "", @@ -62884,17 +64109,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "91c2b5c8fd2188472f2e32788a86989a" + "hash": "164dc71358e9eaaff5d36f74fb7f8bf0" }, { - "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": "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/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/football/ligue-des-champions/ligue-des-champions-le-but-de-messi-lors-de-psg-manchester-city-recompense_AV-202112170309.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 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": "", @@ -62905,17 +64130,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b10f06cf51eaac11e15fe0e69a9247f2" + "hash": "9a426705a8f7be62faa3cd5b7c22ecbb" }, { - "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": "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/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/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-16-decembre_LN-202112160105.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": "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": "", @@ -62926,17 +64151,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "274ec984250b2e44a783ea5a02b4cdd7" + "hash": "3bbc14963ede56430217d8bd399f2a57" }, { - "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/football/premier-league/manchester-united-le-deplacement-a-brentford-reporte-pour-cause-de-covid-19_AV-202112140045.html", + "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/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": "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 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": "", @@ -62947,17 +64172,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "284ca52d4b02d76067359ff43c7eb6ed" + "hash": "b26c006f3c9a45f6f906cca19a4692bd" }, { - "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": "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-des-champions/ligue-des-champions-la-presse-madrilene-fracasse-l-uefa-apres-le-tirage-au-sort_AV-202112140026.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": "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 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": "", @@ -62968,17 +64193,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "60efc6f294c3b75f9d3cbcef228ecb54" + "hash": "1039b552cf0567aad4ac6abc395d3922" }, { - "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": "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/liga/la-liga-vend-ses-droits-tv-pour-cinq-milliards-d-euros_AV-202112130581.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 23:29:20 GMT", - "enclosure": "https://images.bfmtv.com/O48ruLTsSENnMCX76ritNBrbm4A=/625x347:1825x1022/800x0/images/La-Liga-illustration-1080017.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": "", @@ -62989,17 +64214,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "03aea94736d83d8f0ed7417bff4fde07" + "hash": "7f37abff5782a279986545b4a2378c96" }, { - "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": "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/auto-moto/f1/f1-hamilton-vole-une-absurdite-pour-ecclestone_AV-202112130576.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 23:06:36 GMT", - "enclosure": "https://images.bfmtv.com/FHas7A5S3LcDf5FGnsfHM5LTZvQ=/4x262:4996x3070/800x0/images/-865238.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": "", @@ -63010,17 +64235,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "80ff3b88f4e5fe4f575ba44119ae2042" + "hash": "8b6e5aa1c4919d151cdd9a454cf2d275" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-14-decembre-premier-league-angleterre_AN-202112130331.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 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/-XHWqlgfVLiKWr6R81cah07rc_Y=/0x249:2000x1374/800x0/images/R-Rangnick-1187648.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": "", @@ -63031,17 +64256,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "54cb2103c498f0ff49a350451cf8d2ea" + "hash": "d1dd69574246dd5407d70d1b0df69b57" }, { - "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 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/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-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 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 12:48:07 GMT", + "enclosure": "https://images.bfmtv.com/O8IlRa5hrPs1AEtVgJiapUDHiqU=/63x89:1983x1169/800x0/images/Louis-van-Gaal-1085497.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -63052,17 +64277,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2bde5be5ec541cfeecac75ecd474a25" + "hash": "4b9424f378115e0cec37dd72ea5f8634" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-14-decembre-bundesliga-allemagne_AN-202112130326.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-mbappe-devient-ambassadeur-de-dior_AV-202112170274.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": "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": "", @@ -63073,17 +64298,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "16daff18ee953a15042d5a20e818e677" + "hash": "135c20cb63043ffb84336b7a969b944e" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-sur-du-14-decembre-bundesliga-allemagne_AN-202112130324.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 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 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": "", @@ -63094,17 +64319,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e7a050273922e01b5ece9b44990229d2" + "hash": "b54e99fdb1dbc165c13bb14a3d4842f4" }, { - "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": "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/ligue-2/ligue-2-un-joueur-de-rodez-victime-d-injures-racistes-a-toulouse_AN-202112130565.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 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 12:32:14 GMT", + "enclosure": "https://images.bfmtv.com/c1ai0kgIMlUndIDCMSzATHC7Bmo=/0x0:2048x1152/800x0/images/Yusuf-Demir-1190318.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -63115,17 +64340,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d808a54ec669a25a0c5887649891950" + "hash": "d6de89e9aba83909e1f0c9a1b9ab2b02" }, { - "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": "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/football/transferts/psg-mbappe-a-mis-un-enorme-rateau-a-tottenham-et-a-spider-man_AV-202112130559.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 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": "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": "", @@ -63136,17 +64361,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "60d06acc28cfa78c8c0e1be5baae5a35" + "hash": "aff59975f74ef3c37478654e138e9d2d" }, { - "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": "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/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/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 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 12:11:27 GMT", + "enclosure": "https://images.bfmtv.com/L6TGFiWGvnJXnPqoxzNLCCvGHnI=/0x0:1984x1116/800x0/images/Lucas-Paqueta-1190343.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -63157,17 +64382,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d209fff4329817b441af669052a6c1f8" + "hash": "4d1f5b578cf183e86c082bf335d05869" }, { - "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": "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/transferts/barca-une-rencontre-laporta-raiola-pour-discuter-du-dossier-haaland_AV-202112130545.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 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:08:08 GMT", + "enclosure": "https://images.bfmtv.com/0exFoYg_uakhwOXFX5kWNLSzNRg=/0x24:2048x1176/800x0/images/Pierre-Emerick-Aubameyang-1190313.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -63178,17 +64403,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d288ee446cae7ba9fa325f2ec94adcc0" + "hash": "0c2ff329dc1aa860014d7e125578debe" }, { - "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": "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/handball/mondial-de-hand-les-bleues-maitrisent-la-russie-et-affronteront-la-suede-en-quarts_AN-202112130540.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 21:04:11 GMT", - "enclosure": "https://images.bfmtv.com/rKXk2hucuS4y676f2lrkvnJLtAU=/0x49:2048x1201/800x0/images/Pauletta-Foppa-1187916.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": "", @@ -63199,17 +64424,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f058cd3f16dcec24599a1f531632f88f" + "hash": "a8a675953b5ba755f0907f8caa99ec5c" }, { - "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": "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/football/mercato-en-direct-les-infos-et-rumeurs-du-13-decembre-2021_LN-202112130060.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 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 11:41:02 GMT", + "enclosure": "https://images.bfmtv.com/TiuJcfkdx4T0N2oNnxyq07YzeRY=/15x1:1183x658/800x0/images/-880887.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -63220,17 +64445,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a523da98a8cbba4b470214483fc38a9" + "hash": "7735e76a4ac1aff9b2a9bc2371c5dbcf" }, { - "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": "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-real-madrid-ne-saisira-pas-le-tas-apres-l-imbroglio-du-tirage_AV-202112130532.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 20:45:20 GMT", - "enclosure": "https://images.bfmtv.com/30hLijDPv5gf04o72Xy_pmbctLk=/0x25:2048x1177/800x0/images/Florentino-Perez-1171094.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": "", @@ -63241,17 +64466,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "caca05bb24538a473084b5f30dcbace3" + "hash": "a27f90db50cf1746aef845d63669a48c" }, { - "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": "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/football/primeira-liga/benfica-otamendi-victime-d-un-tres-violent-cambriolage-ceinture-autour-du-cou_AV-202112130523.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 20:14:49 GMT", - "enclosure": "https://images.bfmtv.com/3om1oCLsWq3zOfJYu03AoUlOJw8=/0x52:2048x1204/800x0/images/Nicolas-Otamendi-1187897.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": "", @@ -63262,17 +64487,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "439031177b5cf1c35962836114fdf330" + "hash": "8da248652db14c0e3d9a8c5eff0b5d64" }, { - "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": "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/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/auto-moto/f1/f1-pour-wolff-hamilton-s-est-fait-voler-sa-couronne_AV-202112160467.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": "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": "", @@ -63283,17 +64508,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "926404e00c001c3adbc2e68e76f63e7d" + "hash": "1958f558cfe13fedd1a504e41c43de0a" }, { - "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": "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-le-club-d-esport-mces-stoppe-a-son-tour-sa-collaboration-avec-l-ex-nageur_AV-202112130514.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 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": "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": "", @@ -63304,17 +64529,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "66d96b2eef02b4dbec02666587f28539" + "hash": "191bdebb941d7fbf2b83f185b3e2938b" }, { - "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": "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/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/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 19:22:35 GMT", - "enclosure": "https://images.bfmtv.com/CzLHjfG_UY_TGYkDQh1qszwbQjM=/0x69:1200x744/800x0/images/Sergio-Ramos-1172235.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": "", @@ -63325,17 +64550,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5097e351c06d54637288fb9248bdea86" + "hash": "4591e11e707625f397b431deb42a3983" }, { - "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": "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/societe/gymnastique-pres-de-400-millions-de-dollars-pour-les-victimes-de-larry-nassar_AN-202112130498.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 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": "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": "", @@ -63346,17 +64571,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7fcbe638257f3c3793c44190a5110e30" + "hash": "a5f845a879e0f76abc0bd17f96ae5f75" }, { - "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": "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/jeux-olympiques/paris-2024-les-chiffres-de-la-grandiose-ceremonie-d-ouverture-sur-la-seine_AV-202112130491.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 18:50:23 GMT", - "enclosure": "https://images.bfmtv.com/feG_dshW-JcBX__0na1OgeQgeOY=/0x0:1936x1089/800x0/images/L-embarquement-des-athletes-1187796.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": "", @@ -63367,17 +64592,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "96766e2bd0a660ee8e24e4f88c250d86" + "hash": "253f8314e3c333671f516dae03fe99eb" }, { - "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": "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-le-surnom-peu-flatteur-donne-a-l-uefa-par-les-dirigeants-du-real-en-colere_AV-202112130475.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 18:27:26 GMT", - "enclosure": "https://images.bfmtv.com/LUj40tbr7OhkXtcO9QGtFHti-RQ=/0x106:2048x1258/800x0/images/1187615.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": "", @@ -63388,17 +64613,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "edb26d3eb3f97fc42ad0902e2e3b3d70" + "hash": "c578cd48acdf4675cf019fb57ca1384c" }, { - "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": "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/jeux-olympiques/paris-2024-les-images-de-la-future-ceremonie-d-ouverture-sur-la-seine_AV-202112130471.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 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 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": "", @@ -63409,17 +64634,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "48bbb8ba43beaf717d99492b631259dc" + "hash": "caf0742349fde89a880834b9dc1110a1" }, { - "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": "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/mercato-en-direct-les-infos-et-rumeurs-du-13-decembre-2021_LN-202112130060.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 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 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": "", @@ -63430,17 +64655,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "02665f45ea862f183acf9cc7c7554e30" + "hash": "f06280d9f96836edcc0461a6da61f7b3" }, { - "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": "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/natation/affaire-agnel-la-federation-francaise-de-natation-se-constitue-partie-civile_AV-202112130462.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 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 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": "", @@ -63451,17 +64676,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2b13ee5a61ea2810d7f50d889da6323" + "hash": "8c1e30fffec13d3b4f43b7e334b98458" }, { - "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": "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/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-1/rennes-genesio-donne-les-premieres-tendances-du-mercato-hivernal_AV-202112160391.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 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": "", @@ -63472,17 +64697,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dbd67fb4d732c608daa0b22d1ea9ed04" + "hash": "a9df6df260f12d017ead6aac8d449e47" }, { - "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: 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/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-sur-quelle-chaine-et-a-quelle-heure-regarder-le-tirage-au-sort_AV-202112160365.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 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": "", @@ -63493,17 +64718,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f6b4b693eb3a6c38f314298bb8d192d" + "hash": "97cb534c391f504d3f3db7f83d1d30c5" }, { - "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": "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-toutes-les-dates-des-8es-de-finale-avec-le-psg-et-lille_AV-202112130422.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 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 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": "", @@ -63514,17 +64739,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfd3286604bed165fb4ba934da80f307" + "hash": "d849271bc03b180942a12e6ee532dfb7" }, { - "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": "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/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/basket/nba/nba-hugo-besson-le-reve-americain-qui-passe-par-l-australie_AV-202112160363.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 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": "", @@ -63535,17 +64760,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc186270c817481cdd1ea53fbba0baec" + "hash": "c610cddac670a4883628679e6701c569" }, { - "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": "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/football/ligue-1/lens-annonce-la-prolongation-de-sotoca-facon-koh-lanta_AV-202112130409.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 17:01:01 GMT", - "enclosure": "https://images.bfmtv.com/gcPj1Y_HxekzcWpK2QBrMJaSJfc=/0x106:2048x1258/800x0/images/1187709.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": "", @@ -63556,17 +64781,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa7149e89828be9a1bc3944bb89bb3b8" + "hash": "967567074468883ba524fd64ace70f38" }, { - "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": "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-real-denonce-un-tirage-surprenant-et-regrettable-apres-avoir-herite-du-psg_AV-202112130399.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 16:51:20 GMT", - "enclosure": "https://images.bfmtv.com/s06RGx85PqITw9cPYjfETT4IG5U=/0x6:1200x681/800x0/images/Emilio-Butragueno-1187708.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": "", @@ -63577,17 +64802,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8c524ec331e954951e8519d9d2e9360" + "hash": "f326aae84a9551801df2553fd96b7ca5" }, { - "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": "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/basket/jeep-elite/basket-mitrovic-vire-de-monaco_AV-202112130388.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 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 16:15:43 GMT", + "enclosure": "https://images.bfmtv.com/9ABojczIWaKzdVp8ekaxdT4dVCM=/0x27:2048x1179/800x0/images/Gareth-Bale-1070965.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -63598,17 +64823,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b32459f8ef7577836e997cfb77360cb1" + "hash": "7c2133a41c69b9728842d38845efe66b" }, { - "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": "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/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/psg-mbappe-raconte-comment-il-s-adapte-au-jeu-de-messi-au-quotidien_AV-202112160346.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 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": "", @@ -63619,17 +64844,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "790acbcba929b2ad276a0a25b42cc1f5" + "hash": "307d3bc7e65d4b41a69e7c769d6002a3" }, { - "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": "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/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/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 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 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": "", @@ -63640,17 +64865,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e2ce18fbbb411b016adfcd303ab8bc5" + "hash": "3c3960b3c0e6d4b277e652d4ac574e59" }, { - "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": "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-retrouvailles-attendues-entre-cristiano-ronaldo-et-l-atletico-de-madrid_AV-202112130348.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 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 15:31:05 GMT", + "enclosure": "https://images.bfmtv.com/tru-36sddlugE2kXJ3eUWsRnGYI=/0x0:1200x675/800x0/images/Antoine-Kombouare-1177738.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -63661,17 +64886,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "21e063c6c99591dc676433275191ea08" + "hash": "2405dd1a7bcfc4f2caad4cb97f3894d3" }, { - "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.

", + "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-psg-defiera-le-real-madrid-en-8e-de-finale_AV-202112130343.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 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 15:10:49 GMT", + "enclosure": "https://images.bfmtv.com/pfsvVgVwzdWWwJ0dAACMBbVSaY0=/0x106:2048x1258/800x0/images/Ceferin-1189706.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -63682,17 +64907,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6a080a5e6218adb979128dc1a9564a5b" + "hash": "d64137d2ebd41ae532f67a6b7fefde5d" }, { - "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": "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/rugby/top-14/champions-cup-montpellier-leinster-par-le-covid_AN-202112130342.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 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 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": "", @@ -63703,17 +64928,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "96204aca4309d89e84615d9c73a6ba8f" + "hash": "ef1ec5ba593e292abe9d4277c52e2b32" }, { - "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": "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/ligue-des-champions/ligue-des-champions-le-choc-psg-real-madrid-affole-les-reseaux-sociaux_AV-202112130337.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 15:06:29 GMT", - "enclosure": "https://images.bfmtv.com/qAtsQnaSO42P9Z2nRVxrdMqpWUY=/0x14:1200x689/800x0/images/-878926.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": "", @@ -63724,17 +64949,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fdbf1dc2a406db740b226d446f76250" + "hash": "bd19c32d93231178028f7c274ddd4b38" }, { - "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": "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-psg-real-madrid-les-liaisons-dangereuses_AV-202112130335.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 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 14:54:02 GMT", + "enclosure": "https://images.bfmtv.com/KEUHFabZRp1ERLuiXwEaJFPaq6Q=/6x27:1574x909/800x0/images/Peter-Bosz-1157247.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -63745,17 +64970,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed58f97809c67cac5ad6a37a7e8c287a" + "hash": "d4b56c56a1c42ceffe8a0ee68c13bb71" }, { - "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": "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/transferts/ligue-1-comment-saint-etienne-veut-recruter-au-mercato-d-hiver_AN-202112130332.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 14:54:01 GMT", - "enclosure": "https://images.bfmtv.com/VC3i2AIijniahCULWCvI2c7xXT4=/4x271:3204x2071/800x0/images/-794411.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": "", @@ -63766,17 +64991,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f58227282f941ea733404b0a302a6c9c" + "hash": "1cb042fcd8a5a2da102daed3eae7786b" }, { - "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": "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/ligue-des-champions-ce-sera-bien-chelsea-pour-le-losc_AV-202112130318.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 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 14:38:29 GMT", + "enclosure": "https://images.bfmtv.com/1pKLIowBMoTorPaoa5nwkmC9Kuw=/0x0:2048x1152/800x0/images/Vahid-Halilhodzic-997039.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -63787,17 +65012,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad80053fd582a3a9806169a08bbd14f4" + "hash": "96e66c2bc98fe9a1f85c0f1867035fa8" }, { - "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": "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/football/ligue-des-champions/ligue-des-champions-les-bonnes-affiches-des-8es-de-finale_AV-202112130313.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 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 14:18:35 GMT", + "enclosure": "https://images.bfmtv.com/MbNC2YX5GIwtAs-bvjcRmTCVenE=/0x39:2048x1191/800x0/images/Wolff-Hamilton-1189689.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -63808,17 +65033,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd9ff295b85a4a78cd9386e2eb335486" + "hash": "a7493171c6a247f0f8d274cad709636a" }, { - "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": "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/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-1/incidents-ol-om-tres-abattu-et-terrifie-aulas-en-remet-une-couche-apres-sa-sanction_AV-202112160309.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 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": "", @@ -63829,17 +65054,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b6bd2549f2d9cc1b5f6e80f9242d36e" + "hash": "6cb3c6638b662a708e3e061f3ea5e3f3" }, { - "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": "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/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/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 14:01:41 GMT", - "enclosure": "https://images.bfmtv.com/LUj40tbr7OhkXtcO9QGtFHti-RQ=/0x106:2048x1258/800x0/images/1187615.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": "", @@ -63850,17 +65075,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4175d14480372d60d6ff31cf7e2642d" + "hash": "cefa3f1de59bd7d1cfa0b507a05c9ab6" }, { - "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": "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/europa-conference-league-l-om-defiera-qarabag-en-barrages_AN-202112130290.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 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 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": "", @@ -63871,17 +65096,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a45cdf44c595d6dee8264812d032b8e" + "hash": "33154ac934d11cdba04de1542fae869c" }, { - "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": "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/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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-16-decembre_LN-202112160105.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 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": "", @@ -63892,17 +65117,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "05f12adcd21226628fcdc2b5a1d28316" + "hash": "c581a21140b3faefc83187cec4976700" }, { - "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": "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/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/football/equipe-de-france/psg-mbappe-en-dit-plus-sur-sa-relation-amicale-avec-macron_AV-202112160135.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 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": "", @@ -63913,17 +65138,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff05f264333edce1a8f1eb37cc295c7f" + "hash": "4aa347eb882109c71b8e202aa1514a2e" }, { - "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": "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/chelsea-lille-2019-un-precedent-douloureux-pour-le-losc_AV-202112130275.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 12:40:22 GMT", - "enclosure": "https://images.bfmtv.com/O0Wvsrc1T4D3-hurF2uSLmLm_58=/7x111:2039x1254/800x0/images/1187558.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": "", @@ -63934,17 +65159,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "529551a42912498de9a1e7f8e98f2f23" + "hash": "372b9c05093e293335b34578189d6397" }, { - "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": "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/basket/jeep-elite/basket-mitrovic-vire-de-monaco_AV-202112130388.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 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": "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": "", @@ -63955,17 +65180,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "419b56fd605a960fbe438b66874a8418" + "hash": "6d4d5aa453cfb11e216867863f7a0107" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-13-decembre-ligue-2_AN-202112120168.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": "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 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": "", @@ -63976,17 +65201,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "806f4cd2d475b6c3d1dd5ab940d6a477" + "hash": "f603b5fe8a461e4260d5079b7e50c4ff" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-13-decembre-nba_AN-202112130272.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 12:29:13 GMT", - "enclosure": "https://images.bfmtv.com/eVwzMgQsZNySZ1QqjYQ2JzKFNAg=/0x0:1984x1116/800x0/images/G-Antetokounmpo-1187565.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": "", @@ -63997,17 +65222,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0121fb1fc80eb25b330e1ecbc212d2df" + "hash": "722804be4a7364742fc40b840ca1bd1c" }, { - "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": "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/ligue-des-champions/ligue-des-champions-enorme-polemique-vers-un-nouveau-tirage_AV-202112130271.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 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 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": "", @@ -64018,17 +65243,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "af550b0e160d57f46ce74d1f38f259c7" + "hash": "aaa58fb9dc0efe38fd7a18106536da5f" }, { - "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": "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/football/les-fans-misent-une-fortune-dans-les-cryptomonnaies-liees-au-foot_AV-202112130249.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 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:16:44 GMT", + "enclosure": "https://images.bfmtv.com/KxmAb_5Cnz4wU6I6roI8e6yuW3w=/0x103:1984x1219/800x0/images/Ballon-de-foot-1064209.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -64039,17 +65264,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "34baf817588fc587e58db34d21c88d04" + "hash": "9fdbceee3a42442cb0aeb0b7db885beb" }, { - "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: 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/natation/viol-et-agression-sur-mineure-l-affaire-agnel-en-six-questions_AV-202112130240.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 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 07:08:42 GMT", + "enclosure": "https://images.bfmtv.com/Prwx8OBQIoNbrMYEREpvgksSf98=/0x0:1984x1116/800x0/images/K-Mbappe-1186505.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -64060,17 +65285,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e6f9695af5d687cc917b8b846ded370" + "hash": "da6b729c81c33b9578d99f0bb8c542ca" }, { - "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": "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/ligue-des-champions-le-tirage-au-sort-complet-des-8es-de-finale_AN-202112130238.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 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 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": "", @@ -64081,17 +65306,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b01487ebd69851b5e7888d24a1ce28d7" + "hash": "0cbd0bf0505d3265850023032c72c369" }, { - "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": "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/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/coupe-arabe-le-temps-additionnel-de-qatar-algerie-fait-scandale_AV-202112160056.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": "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": "", @@ -64102,17 +65327,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e4ae138b336a22667eb2a9268ca89ad" + "hash": "aefe7fd653a97301556ca53f27ff67b4" }, { - "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": "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/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/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 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 05:50:54 GMT", + "enclosure": "https://images.bfmtv.com/h7p77Cu1lXmTbQhlQU25adPWrww=/0x11:2048x1163/800x0/images/Lewis-Hamilton-1189361.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -64123,17 +65348,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "73441f5386f0966f86d56e6912c9d2f0" + "hash": "d302cbe6865c1210c77ffe1a5f419af2" }, { - "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": "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/rugby/top-14/bordeaux-begles-alexandre-roumat-vers-toulouse_AN-202112130212.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 10:38:36 GMT", - "enclosure": "https://images.bfmtv.com/x1Zo3FVS-zImas9sVrRRPc2c_s4=/0x62:1200x737/800x0/images/-860043.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": "", @@ -64144,17 +65369,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eae85d4fab4d23c3b523dcecd739d0dd" + "hash": "00cd99f200c12cca4133eb87ba79771c" }, { - "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": "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/liga/barca-aguero-va-annoncer-sa-retraite-cette-semaine_AV-202112130205.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 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 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": "", @@ -64165,17 +65390,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c45a441b5257051d4d90e0d5630fd5a" + "hash": "c547cf7ddedd10b48d35c4d359483f95" }, { - "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": "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/natation/violences-sexuelles-yannick-agnel-reconnait-les-faits_AV-202112130200.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 10:14:58 GMT", - "enclosure": "https://images.bfmtv.com/W6kcKJNSxCl3PGu1CwJs48cRhnY=/0x212:2048x1364/800x0/images/Agnel-1186218.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": "", @@ -64186,17 +65411,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cba99797f8c7f78dc79548ea8856d982" + "hash": "bda3580ca9ed809fe48ac01641f0885d" }, { - "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: 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/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-mbappe-a-soif-de-cultures-differentes-de-rencontres-avec-des-joueurs_AD-202112150570.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": "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": "", @@ -64207,17 +65432,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4dea4ede72c9d85376759828b625f262" + "hash": "6622a488c2d365d41b7f0ae28156d11a" }, { - "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": "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/liga/la-belle-initiative-du-betis-pour-les-enfants-defavorises_AV-202112130189.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 10:01:35 GMT", - "enclosure": "https://images.bfmtv.com/_bLLLjWirs2WZZU4C9Doxsq7cn8=/0x105:2048x1257/800x0/images/1187433.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": "", @@ -64228,17 +65453,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ffd541f5a22b36c39b11b2d454f66a7f" + "hash": "ef7d288a6ed7c7f10cfb334e684aecff" }, { - "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": "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/paris-hippique/les-pronos-hippiques-du-mardi-14-decembre-2021_AN-202112130183.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 09:54:24 GMT", - "enclosure": "https://images.bfmtv.com/_tD8SHQfZq95QXP9VN7qGZsGqbc=/4x51:468x312/800x0/images/Les-pronos-hippiques-du-11-novembre-2021-1163670.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": "", @@ -64249,17 +65474,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "034a139060816b4c4c5df5b6e607f8f9" + "hash": "dada20c115bfffaccdae7ae82a6a5cf9" }, { - "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": "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/liga/barca-la-situation-est-critique-pique-tire-la-sonnette-d-alarme_AV-202112130151.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": "Mon, 13 Dec 2021 09:02:38 GMT", - "enclosure": "https://images.bfmtv.com/4xy8A7vHD8Jh2HNqrIacZgBXJFA=/0x0:2048x1152/800x0/images/Gerard-Pique-1187388.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": "", @@ -64270,17 +65495,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5075e64a0fdbc02d18ea90c12848d536" + "hash": "4af5af78a0c9ab642b31dc5f8170f8c4" }, { - "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": "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/societe/affaire-agnel-en-direct-la-procureure-parle_LN-202112130146.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 08:55:11 GMT", - "enclosure": "https://images.bfmtv.com/rt3XbWxel7P4UOz8KxNgKuPUmfI=/0x1:2048x1153/800x0/images/Yannick-Agnel-en-juillet-2016-1187389.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": "", @@ -64291,17 +65516,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2a73dd7f4b52fc5313a7dada99c8ece" + "hash": "a1a87a8d55708e1ec779baeed03283b9" }, { - "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": "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/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/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 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": "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": "", @@ -64312,17 +65537,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "35e94d2917004c16e5efdb5749243599" + "hash": "525aef9d63c0d9cb9e6784a66b668fee" }, { - "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": "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/ligue-des-champions/psg-marquinhos-donne-des-nouvelles-pas-tres-rassurantes-de-neymar_AV-202112130130.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 08:18:41 GMT", - "enclosure": "https://images.bfmtv.com/bjR7aDSNb9Jz4m9RhScGbLH3peM=/0x0:2048x1152/800x0/images/Marquinhos-et-Neymar-1187364.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": "", @@ -64333,17 +65558,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b608600141befba75beae8883b0dd478" + "hash": "61cbc1a645e9f006ccc83c6ded23e35c" }, { - "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": "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/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/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 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": "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": "", @@ -64354,17 +65579,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7835f702117034763b16368a37f4031e" + "hash": "f3cf33e4bdaf2ac31ac13c86f04141bf" }, { - "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": "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-lille-en-huitieme-de-finale_AV-202112130016.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 07:30:00 GMT", - "enclosure": "https://images.bfmtv.com/h-x8Y5LZY-cWnmvORiRW0GNWyPQ=/0x106:2048x1258/800x0/images/Lille-1187149.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": "", @@ -64375,17 +65600,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "68c2b7c8673a969337574cf7807c8e85" + "hash": "d8b70e17c758a42446d154d50bc641c5" }, { - "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": "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-diane-leyre-miss-france-et-vraie-fan-parisienne_AV-202112130101.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 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 22:08:32 GMT", + "enclosure": "https://images.bfmtv.com/59BsjKpvK0Hdx8DpSz_gQEgzJQY=/0x0:2000x1125/800x0/images/Arsenal-1188966.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -64396,17 +65621,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "096767951dddd35cc67209fc79e8fce1" + "hash": "e410852acd14a889ab31fc8aceba1d4c" }, { - "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": "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/ligue-1-suivez-en-direct-le-choc-allechant-entre-le-psg-et-monaco_LS-202112120223.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": "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 22:06:10 GMT", + "enclosure": "https://images.bfmtv.com/jNvz69Lu0EdZ4kFRkNb4_ruCjUU=/0x212:2048x1364/800x0/images/CAN-1189297.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -64417,17 +65642,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f14b7f605bb4892051aa4b909933fde9" + "hash": "a3d8ec8714015bfc86ba556f54ff7895" }, { - "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": "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-le-tirage-au-sort-des-8es-de-finale-en-direct_LN-202112130087.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 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 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": "", @@ -64438,17 +65663,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7bc24d9edec6ffc147f0eba35769fb5a" + "hash": "11aa95bad2a47fcf8e78ae1bfc4e069d" }, { - "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": "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/rugby/biarritz-couzinet-a-herite-d-une-situation-catastrophique-selon-aldige_AN-202112130017.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": "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 21:47:22 GMT", + "enclosure": "https://images.bfmtv.com/pFkf02X6xYpm7sV5-hLTydMehj0=/0x106:2048x1258/800x0/images/Youcef-Belaili-1189279.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -64459,17 +65684,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac06a09309e6017dc7ee9dfd7f3c222c" + "hash": "b51cfd8694587cd2616c1f62dc3fea27" }, { - "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/mercato-en-direct-les-infos-et-rumeurs-du-13-decembre-2021_LN-202112130060.html", + "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/football/ligue-1/incidents-ol-om-en-colere-apres-sa-suspension-aulas-s-attaque-a-marseille-et-sampaoli_AV-202112150526.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 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": "", @@ -64480,17 +65705,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "03b3df486f3c69e90bc5de5c0f66f55a" + "hash": "66e5f01d4f827c8fd826fc43be466561" }, { - "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": "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-henry-fracasse-la-gestion-du-club-pour-l-avenir-de-mbappe_AV-202112130054.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": "Mon, 13 Dec 2021 06:19:41 GMT", - "enclosure": "https://images.bfmtv.com/IZ_fWG6RjhAH2HPe35x2CLBLzWQ=/4x85:1364x850/800x0/images/Thierry-Henry-1172448.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": "", @@ -64501,17 +65726,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dbde8221dbc4254ac0246d003a0ff9f2" + "hash": "35da48408acb90e85ac7e9e665bf7036" }, { - "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": "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-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/transferts/mercato-rudiger-en-fin-de-contrat-a-chelsea-le-psg-surveille_AV-202112150503.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 20:13:31 GMT", + "enclosure": "https://images.bfmtv.com/mqEVyOlgxh-gyJhH0u7svopqks4=/0x76:2048x1228/800x0/images/Antonio-Ruediger-1189245.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -64522,17 +65747,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c52f0829fd959547ee8011b49ba2531e" + "hash": "dcb52484d82b0bb9e00248e027ecdd6b" }, { - "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": "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/ligue-1/psg-monaco-kovac-predit-beaucoup-de-ballons-d-or-a-mbappe_AV-202112130031.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 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": "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": "", @@ -64543,17 +65768,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3067e3bcc4de8cbac83fedc32625c3d" + "hash": "927b0c9ef7131cc9567b389971da56f5" }, { - "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": "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-pochettino-defend-son-bilan-et-se-compare-aux-autres-grands-d-europe_AV-202112130026.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": "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 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": "", @@ -64564,17 +65789,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8f62e53ba62cffed492b0e0648ab3e4" + "hash": "1560dca61f039709c766835b2823cb6d" }, { - "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": "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/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/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": "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 19:11:05 GMT", + "enclosure": "https://images.bfmtv.com/YLoO4Hgt0frrqvI83qeOXbReCSY=/0x103:2048x1255/800x0/images/Ouvriers-Qatar-1170285.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -64585,17 +65810,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "353b43f638c844a6e00dba044429f358" + "hash": "4dd71a39ccd944053e97ad48fe683b7d" }, { - "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: 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/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-les-supporters-de-qatar-algerie-et-tunisie-egypte-interdits-de-champs-elysees_AN-202112150477.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 18:49:35 GMT", + "enclosure": "https://images.bfmtv.com/cT2kvI-Svc8CAYxtqgismy0VoJM=/6x4:3878x2182/800x0/images/-192323.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -64606,17 +65831,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "db999bd1469dcc8264dd7d9bb4bd08f4" + "hash": "a76f901dc4ad4b213115c86fab4a667e" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-sur-du-13-decembre-serie-a-italie_AN-202112120166.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 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/zgbhzZjOj-ZYoDJCnNbnZdddsLI=/15x0:1999x1116/800x0/images/AS-Rome-1186983.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": "", @@ -64627,17 +65852,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a66a1e2470ee634dec351db15902c2f7" + "hash": "058043ab54abe1c91d330d4913da2862" }, { - "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": "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/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/transferts/mercato-wenger-balaie-la-rumeur-psg_AV-202112150469.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, 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": "", @@ -64648,17 +65873,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b47ea801fd772c94c52e7ff967102d25" + "hash": "6b20076152362f3913997d3d8694ce2a" }, { - "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": "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/ligue-1/saint-etienne-dupraz-tout-proche-du-banc-des-verts_AV-202112120293.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 22:14:11 GMT", - "enclosure": "https://images.bfmtv.com/sP_rwZW6nj9nGRhzLvXGCE-22kQ=/7x108:1991x1224/800x0/images/-877049.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": "", @@ -64669,17 +65894,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "13cc4052e0bcaf4640a3521903a361d9" + "hash": "341b918fe8a9c7de5dd86899a7e39bc9" }, { - "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": "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/football/liga/real-madrid-atletico-le-real-s-impose-tranquillement-grace-a-benzema-et-vinicius_AV-202112120290.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 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": "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": "", @@ -64690,17 +65915,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "83864c3b2d3c0fe8ca12790f62b77766" + "hash": "26268ed02da17db12e3155f73f0ee5fd" }, { - "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": "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/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/ol-la-vive-reponse-d-aulas-sur-rmc-aux-critiques-sur-sa-gestion-du-club_AV-202112150452.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 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": "", @@ -64711,17 +65936,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ff7a93e6bf2cb0c3c9bceb3ec190db7" + "hash": "89b4efdfd8a3d9b7bc2fc02a22bc0657" }, { - "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": "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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-9-decembre_LN-202112090128.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": "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 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": "", @@ -64732,17 +65957,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4c37947c83363f7fbfbb3437e9c27c9" + "hash": "5b12861ccde7dee3673cef5cc4420dbf" }, { - "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": "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/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/ligue-1/ligue-1-en-direct-toutes-les-infos-avant-la-18e-journee_LN-202112090152.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": "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": "", @@ -64753,17 +65978,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d4bc0dde1ebe559366e2e5318b82e11" + "hash": "d4a155f8ed228d18eaa26a80d32b7cd8" }, { - "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: 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/auto-moto/f1/f1-reclamations-rejetees-pour-mercedes-qui-fait-appel_AV-202112120279.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 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 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": "", @@ -64774,17 +65999,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "48218fa084e0052f11c06d74de2cf582" + "hash": "8b00a8f68b49b8eb1599e1975d979d85" }, { - "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": "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/rugby/coupe-d-europe/champions-cup-defaite-de-castres-contre-les-harlequins-avec-bonus-defensif_AD-202112120276.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 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 16:59:12 GMT", + "enclosure": "https://images.bfmtv.com/FtIe33GMwAFIfesezOEWiUcBsRU=/0x47:1568x929/800x0/images/Verstappen-1189107.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -64795,17 +66020,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "03e94e0b89035db0c77380ce7ca6af7c" + "hash": "419c04f56d0c723384776719d9bb80c1" }, { - "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": "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/liga/osasuna-barca-quand-dembele-ne-comprend-pas-qu-il-a-ete-remplace_AV-202112120274.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 19:53:11 GMT", - "enclosure": "https://images.bfmtv.com/aJBYcqzRyyhiUG4s-GqcelqQoGw=/0x0:1200x675/800x0/images/Ousmane-Dembele-1187153.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": "", @@ -64816,17 +66041,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2ebbe48b97ebaa0fdf9f9f4bce0b708" + "hash": "45563ed62406051c4b1d58a5fa3efe54" }, { - "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": "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/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/barca-l-emouvante-lettre-d-adieu-au-football-de-sergio-aguero_AV-202112150388.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 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": "", @@ -64837,17 +66062,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1892cd80d119cbf6955f87a7a9c586ce" + "hash": "c56019786de53f0f5cbf9daee990268d" }, { - "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": "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/football/liga/real-atletico-en-direct-les-merengue-peuvent-prendre-le-large-en-tete_LS-202112120266.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 18:55:56 GMT", - "enclosure": "https://images.bfmtv.com/_8M4UwzOy_jdWisnzZ-jzyiKJV0=/0x99:2048x1251/800x0/images/Benzema-1174670.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": "", @@ -64858,17 +66083,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3479656829da042ca4aca72e709326b1" + "hash": "7fa9c97113b270332c53885456bc367e" }, { - "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": "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/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/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: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 16:12:46 GMT", + "enclosure": "https://images.bfmtv.com/V3uskyj_wDSmPN6cRbM2aoYwoB8=/0x12:1200x687/800x0/images/-955623.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -64879,17 +66104,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "48b0041979df080c132de665397708e0" + "hash": "9801c07f8015efb4b3198a99d4b33f31" }, { - "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": "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/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/handball/mondial-handball-apres-quatre-joueuses-camerounaises-une-iranienne-disparait-aussi_AV-202112150367.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": "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": "", @@ -64900,17 +66125,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b542bc59f8a0206f887aec3672a2169" + "hash": "6d42295d2a0e4eaaf03230918f903eea" }, { - "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": "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/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/paris-hippique/les-pronos-hippiques-du-jeudi-16-decembre-2021_AN-202112150362.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 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": "", @@ -64921,17 +66146,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "714218511c85a4c8862f4c7e18939c5e" + "hash": "e2557b5981dc31f33a4c3427f13f1de7" }, { - "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": "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-ocon-devoile-ses-envies-de-titre-apres-la-bataille-verstappen-hamilton_AV-202112120252.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 18:29:36 GMT", - "enclosure": "https://images.bfmtv.com/fJuzGH3ukLcKFjBAKZRaFXXifG8=/0x58:2048x1210/800x0/images/Esteban-Ocon-1187103.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": "", @@ -64942,17 +66167,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b227cef7f038bc20448daf25afe39d8" + "hash": "6494df5b65335d8c5526650526787c1a" }, { - "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": "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/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/liverpool-le-message-de-klopp-sur-la-vaccination-une-question-de-solidarite-et-de-loyaute_AV-202112150348.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 15:33:07 GMT", + "enclosure": "https://images.bfmtv.com/Ekxks3YI7SkS_iOzBKujRALc1hA=/0x61:2032x1204/800x0/images/Juergen-Klopp-1176069.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -64963,17 +66188,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c35b7c69eed79db17ec4bc4c9cf07f7" + "hash": "d29057a9f8caedd82616e70478199fd3" }, { - "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": "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/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/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 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 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": "", @@ -64984,17 +66209,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a29398cda8bd3d9d55182f4ca64d5527" + "hash": "2eabddcaaa385f857e45bb274ffa0073" }, { - "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": "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/rugby/coupe-d-europe/champions-cup-la-rochelle-reussit-ses-debuts-mais-perd-retiere_AD-202112120234.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 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 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": "", @@ -65005,17 +66230,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8049a2a38d6819ab314eec952e706193" + "hash": "60a0f9b57953e0b54a43cc47b1cbf69e" }, { - "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": "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/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/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 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 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": "", @@ -65026,17 +66251,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "54f0129f90f856ae0850da9308c384ea" + "hash": "9c7ea5f067f510aa37541f6050062958" }, { - "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": "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/football/liga/osasuna-barca-encore-un-nul-et-beaucoup-de-regrets-pour-xavi_AV-202112120228.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 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 14:59:55 GMT", + "enclosure": "https://images.bfmtv.com/7yLt_XOOb-jicFS56oHO903Es7o=/0x46:800x496/800x0/images/-807080.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -65047,17 +66272,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b95eb21d2704a5288e3bd0cc03fef85" + "hash": "c15fbb0df43788f1959e2af6782665be" }, { - "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": "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/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/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 16:25:45 GMT", - "enclosure": "https://images.bfmtv.com/r6ySmwK2rdtR-EICbMhVArHBHro=/0x0:1200x675/800x0/images/Max-Verstappen-1187043.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": "", @@ -65068,17 +66293,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "026e26ff48a8fde5af6c12b7dd237706" + "hash": "8e290d5a882357ed98fb0371a604947b" }, { - "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": "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/grand-prix-d-abu-dhabi-terrible-fin-de-carriere-pour-raikkonen-qui-termine-sur-un-abandon_AV-202112120218.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 16:22:09 GMT", - "enclosure": "https://images.bfmtv.com/T-aydgvuhOm28PoukTEg9FtBy6s=/0x103:2048x1255/800x0/images/Raikkonen-1186994.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": "", @@ -65089,17 +66314,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f1dd297b5665338429652e2ae163b58" + "hash": "ee9cea1e9aa0a5827194a4beb351475e" }, { - "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": "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/football/ligue-1/multi-ligue-1-nice-piege-rennes-bordeaux-et-metz-reagissent_AV-202112120220.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 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 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": "", @@ -65110,17 +66335,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6569dc59397a9888d98719e0ffe4d41c" + "hash": "be8d5cd23c4885c2b8a327975eca24ec" }, { - "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": "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/rugby/coupe-d-europe/champions-cup-le-stade-francais-sombre-au-connacht_AV-202112120214.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 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 11:38:46 GMT", + "enclosure": "https://images.bfmtv.com/b1IH2eGbYrnXSpK5bW23Viu-4bE=/0x106:2048x1258/800x0/images/Osimhen-1173709.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -65131,17 +66356,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "abe412d4c880afabf9c2628d34a2c89b" + "hash": "6ff3533ca3ef95611618583ff645c0ed" }, { - "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": "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/paris-hippique/les-pronos-hippiques-du-lundi-13-decembre-2021_AN-202112120211.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 15:52:16 GMT", - "enclosure": "https://images.bfmtv.com/h81bw7zyh7K2ZJSaeBZas6u91Qo=/72x3:1128x597/800x0/images/Les-pronos-hippiques-du-13-decembre-2021-1186502.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": "", @@ -65152,17 +66377,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "355865c09809a2b272af305cefd9f5dc" + "hash": "c1290eb9a7cc14dac900d3aef59fa117" }, { - "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": "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/paris-hippique/prix-du-bourbonnais-etonnant-cree-la-surprise-en-dominant-face-time-bourbon_AN-202112120210.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 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 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": "", @@ -65173,17 +66398,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0fabc96e8e758cc310681f4d7a2d89d" + "hash": "37b7c4eac3e6e813ba50444c15c97e7f" }, { - "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": "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/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/barca-les-statistiques-completement-folles-d-aguero-qui-annonce-sa-retraite_AV-202112150251.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 11:25:10 GMT", + "enclosure": "https://images.bfmtv.com/nTLanVi__BKZ7dD8CrX3WMPE01s=/0x0:2048x1152/800x0/images/Sergio-Agueero-1081575.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -65194,17 +66419,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4884daeed66db41abca9e4fff71ee277" + "hash": "b67199d432e6935b74c92ef9a945c72e" }, { - "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.

", + "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/auto-moto/f1/f1-c-est-insense-verstappen-extatique-apres-son-titre-de-champion-du-monde_AV-202112120204.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 15:37:00 GMT", - "enclosure": "https://images.bfmtv.com/D110jX3vODIHU6L5fcfcnLgQL0M=/0x0:2048x1152/800x0/images/Max-Verstappen-1187009.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": "", @@ -65215,17 +66440,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8130783fb6d25fd2ed937ebc9353cc68" + "hash": "97f345ca3674aaa4291e0b18e92530cd" }, { - "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": "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-dernier-tour-historique-qui-a-offert-le-titre-a-verstappen_AV-202112120193.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 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 11:04:22 GMT", + "enclosure": "https://images.bfmtv.com/88XOefCItChT2iK_A8svKl_6__o=/0x0:1008x567/800x0/images/-873952.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -65236,17 +66461,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf3c3ae471bdc1a4b3dce06d31a70294" + "hash": "009c28b8473df9fd4673e8efa64c88d2" }, { - "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": "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/auto-moto/f1/f1-hamilton-verstappen-une-annee-de-bagarres-sur-la-piste_AV-202112120187.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 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 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": "", @@ -65257,17 +66482,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8583532ed7937dae0eb0fcef87ee9907" + "hash": "d715ed1665062810982da155386cac06" }, { - "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": "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/auto-moto/f1/f1-verstappen-champion-du-monde-apres-une-folle-bataille-avec-hamilton_AV-202112120185.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 14:56:57 GMT", - "enclosure": "https://images.bfmtv.com/D110jX3vODIHU6L5fcfcnLgQL0M=/0x0:2048x1152/800x0/images/Max-Verstappen-1187009.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": "", @@ -65278,17 +66503,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae24f916f04191be8177c616862e49f8" + "hash": "54c9b0bc0beb14c9b6691110abf33096" }, { - "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": "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/ligue-1/strasbourg-om-en-direct-marseille-veut-reagir-en-alsace_LS-202112120184.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": "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": "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": "", @@ -65299,17 +66524,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "377f7bbad9b507e8e6de100691310c48" + "hash": "f8f3dff29d563857b3d1378a97860e88" }, { - "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": "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/ligue-1/ligue-1-suivez-en-direct-le-choc-allechant-entre-le-psg-et-monaco_LS-202112120223.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 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 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": "", @@ -65320,17 +66545,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4163eaffd2bd5ef41b9456569050bc6" + "hash": "c7581a73af55bdb81a4ce8bac15390a2" }, { - "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": "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/liga/real-atletico-en-direct-les-merengue-peuvent-prendre-le-large-en-tete_LS-202112120266.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 18:55:56 GMT", - "enclosure": "https://images.bfmtv.com/_8M4UwzOy_jdWisnzZ-jzyiKJV0=/0x99:2048x1251/800x0/images/Benzema-1174670.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": "", @@ -65341,17 +66566,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "68b1749f4d7af9a27d9c2307a6094e9c" + "hash": "d5c52ab473a88fd8a9a67b7103a408f4" }, { - "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": "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/ligue-1/ligue-1-lille-et-l-ol-font-du-surplace-apres-un-pietre-nul_AV-202112120172.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 14:02:56 GMT", - "enclosure": "https://images.bfmtv.com/HGocJRJRc-LeiqkPXu0WdEzDQO8=/0x0:2048x1152/800x0/images/Boateng-1186979.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": "", @@ -65362,17 +66587,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "50240e0137365cef70680ab8301dde69" + "hash": "f7f8b194d7f3b3a083519792986ebe47" }, { - "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": "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/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/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 13:29:40 GMT", - "enclosure": "https://images.bfmtv.com/89ueDWtplLffZGh32oDncl9gyzY=/0x106:2048x1258/800x0/images/GP-Abu-Dhabi-1186976.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": "", @@ -65383,17 +66608,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb6b2cba2588c7e1e0328ec3bbe1371a" + "hash": "22439b2f4092258c938b9ddadec1e313" }, { - "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": "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/transferts/mercato-le-bayern-munich-ne-devrait-pas-tenter-haaland_AV-202112120155.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": "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 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": "", @@ -65404,17 +66629,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "42361337020fddbbd87cafeab331c5b0" + "hash": "fa2ce2ba8f142683387ccc6c144a2958" }, { - "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": "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/sports-d-hiver/ski-alpin/val-d-isere-slalom-cocorico-noel-s-impose-a-domicile_AV-202112120149.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 12:52:19 GMT", - "enclosure": "https://images.bfmtv.com/Tn4bOPBVuJwKq--b2t5GO0I56CI=/3x50:2019x1184/800x0/images/Clement-Noel-1186957.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": "", @@ -65425,17 +66650,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "63a78afbb7de036340e9326593d55202" + "hash": "2abf0344ce1cd8fc8a6ae35a82f2d2ee" }, { - "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": "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/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-9-decembre_LN-202112090128.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": "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 08:36:09 GMT", + "enclosure": "https://images.bfmtv.com/IaEO1kWBXiZM8I0m_xj4MO8uMls=/0x0:1200x675/800x0/images/Stephen-Curry-1188809.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -65446,17 +66671,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "45188d592f2ad7596ea4f79a712d021c" + "hash": "d4bb5b0862de94eab2195e878c316474" }, { - "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": "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/championnat-de-belgique/belgique-un-milieu-de-terrain-de-seraing-termine-gardien-contre-anderlecht_AN-202112120128.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 11:19:39 GMT", - "enclosure": "https://images.bfmtv.com/lKwFT5USP7ABk_T5prozmZgvK4U=/36x0:980x531/800x0/images/Theo-Pierrot-1186913.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": "", @@ -65467,17 +66692,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "412a15bca3ab9f0c7a5d523d4d923c1c" + "hash": "eff3b303958e339fb2c4c35aa04ac9e2" }, { - "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": "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/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/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 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 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": "", @@ -65488,17 +66713,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9893de9377f3ab0e19fbc2ddf520e314" + "hash": "33402d6967706880a15dc8ab394d6dd7" }, { - "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": "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/football/premier-league/manchester-united-lindelof-sorti-pour-des-problemes-respiratoires-face-a-norwich_AV-202112120117.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 10:48:23 GMT", - "enclosure": "https://images.bfmtv.com/oBw86tVkc6BsoPfK5cxwWB7NSmE=/0x0:2048x1152/800x0/images/Victor-Lindeloef-1186892.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": "", @@ -65509,17 +66734,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1af064cab8663cd36bd544a3fc890023" + "hash": "2cd57adb83f8845a6d6e62e501012de4" }, { - "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": "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/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/liga/liga-benzema-recoit-le-trophee-as-du-meilleur-joueur-de-l-annee_AV-202112150091.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 07:00:40 GMT", + "enclosure": "https://images.bfmtv.com/4D3fsxKj0IXgEOUvp3niu5ePKRg=/0x106:2048x1258/800x0/images/Karim-Benzema-1179583.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -65530,17 +66755,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "483fbd229aba8c17e9e2ba32dbe6dc13" + "hash": "1b5fc51bec6d3f0f0a580f177948e26d" }, { - "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": "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-1/psg-en-direct-la-conf-de-pochettino-avant-monaco_LN-202112110112.html", + "link": "https://rmcsport.bfmtv.com/football/bayern-lewandowski-egale-un-record-vieux-de-49-ans-en-bundesliga_AV-202112150074.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 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": "", @@ -65551,17 +66776,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c1994a8734b9952c56cec9b9a250572" + "hash": "55aaec98944de3eefb7485d657e69d54" }, { - "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": "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/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/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 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 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": "", @@ -65572,17 +66797,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "263fa09af6ca06898d102d6fcd893bd2" + "hash": "b33f644dbabb1c9e856b7885caf92672" }, { - "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: 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/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-stephen-curry-devient-le-meilleur-shooteur-a-trois-points-de-l-histoire_AV-202112150039.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 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": "", @@ -65593,17 +66818,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "46d14805c45b9999f9f550bc85b417d1" + "hash": "759f5766ec4088323a48cfd3434b16c6" }, { - "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": "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/football/ligue-1/strasbourg-om-comment-sels-est-devenu-un-maillon-fort-du-systeme-stephan_AV-202112120090.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 09:43:03 GMT", - "enclosure": "https://images.bfmtv.com/Vrt5QWONkvLjtN5dG6CJ49cG0Mo=/0x42:2048x1194/800x0/images/Matz-Sels-1186862.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": "", @@ -65614,17 +66839,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "84589d277ac2b3b2a331e9198d43d3d4" + "hash": "47103a978e69b6211fd71d22ca8fd104" }, { - "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": "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/rugby/coupe-d-europe/champions-cup-le-stade-francais-prive-de-quesada-au-connacht_AV-202112120082.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 09:22:20 GMT", - "enclosure": "https://images.bfmtv.com/pZOupTCsDSZJqYpcbjhI9Tkhe7Q=/0x106:2048x1258/800x0/images/Gonzalo-Quesada-1186865.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": "", @@ -65635,17 +66860,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e832f7427ef46e52855d39f9d773496a" + "hash": "96d05b0f3eece8c5a2516b8b2c5c362c" }, { - "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": "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/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/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-15-decembre-premier-league-angleterre_AN-202112140013.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": "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": "", @@ -65656,17 +66881,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee799069083ad3fd84fef004e72f01bb" + "hash": "13cebc14e2b85864aab84878a4960ffd" }, { - "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": "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/auto-moto/f1/gp-d-abu-dhabi-mazepin-forfait-de-derniere-minute_AV-202112120076.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 09:06:00 GMT", - "enclosure": "https://images.bfmtv.com/uRvhgJPgQCYYovVfECgUiMYX-Og=/0x0:2048x1152/800x0/images/Nikita-MAZEPIN-1186839.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": "", @@ -65677,17 +66902,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dbd0147b53bf2bb90b27df939ebebd08" + "hash": "340006c7f30ae2170f22931cccca4b4b" }, { - "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": "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/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/pari-sportif/pronos-paris-rmc-le-pari-sur-du-15-decembre-jupiler-pro-league-belgique_AN-202112140012.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": "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": "", @@ -65698,17 +66923,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d56e227489c89c3f01f5b940c518c00e" + "hash": "2670d1d1a12c823ab225f46a7e5e2c57" }, { - "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": "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/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/premier-league/premier-league-manchester-city-ecrase-leeds-les-sept-buts-de-la-raclee_AV-202112140503.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": "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": "", @@ -65719,17 +66944,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "782fb0fbfa931366b957e6ae722181f5" + "hash": "9613230bf2cca5055a55627ed5b66896" }, { - "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": "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/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/football/ligue-des-champions/ligue-des-champions-benzema-n-a-pas-peur-du-psg_AV-202112140495.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": "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": "", @@ -65740,17 +66965,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bab4561fe4b75bd291d7921eda2d9028" + "hash": "21c8ca6f2370dc5521951f1cefd03d31" }, { - "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": "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/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/ligue-1/saint-etienne-dupraz-un-pompier-de-service-aguerri_AV-202112140485.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 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": "", @@ -65761,17 +66986,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c2bb0baaae10ff9ea331fbe08e732e79" + "hash": "ed0780a9e8c098c891b9b54e2a156e4c" }, { - "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": "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/football/ligue-1/losc-ol-a-quelle-heure-et-sur-quelle-chaine-suivre-le-match_AV-202112120054.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": "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 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": "", @@ -65782,17 +67007,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e69bcec758bb27b60e76c86554675eb" + "hash": "6413241620022e3f5a6a4f17b342ab7c" }, { - "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": "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/football/argentine-les-adieux-tres-emouvants-de-lisandro-lopez-au-racing-club_AV-202112120050.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-maradona-le-barca-s-incline-pour-la-premiere-de-dani-alves_AV-202112140471.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 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": "", @@ -65803,17 +67028,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "75dd8dbb09ece573bf96d48390fc9b4b" + "hash": "723592ea13985f0168d6fbd7fbade8e1" }, { - "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": "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/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/ligue-1/saint-etienne-pascal-dupraz-debarque-sur-le-banc-des-verts_AV-202112140469.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 19:54:29 GMT", + "enclosure": "https://images.bfmtv.com/jGMuGimiFkQh3GwGDZGBnKqZx30=/0x198:1920x1278/800x0/images/Pascal-Dupraz-1188574.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -65824,17 +67049,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b87c31cf3407c9b66f54ecdc1fc21bd" + "hash": "086781ea94d34da56b0fe0657b13a8dc" }, { - "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": "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/sports-de-combat/ufc-269-la-surprise-pena-qui-domine-nunes-invaincue-depuis-2014_AV-202112120039.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-le-bayern-se-balade-mais-perd-coman_AV-202112140460.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 19:30:19 GMT", + "enclosure": "https://images.bfmtv.com/gFbHIyDLiFfIX8OgjFG80jZ4qog=/0x93:2048x1245/800x0/images/Serge-Gnabry-1188565.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -65845,17 +67070,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3cf1a9dc32e6edb7925a2c346990fe9e" + "hash": "9cec756256b67df0a5ee567808015272" }, { - "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": "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/football/ligue-1/asse-en-convalescence-les-verts-ont-la-qualite-pour-se-maintenir-selon-sable_AV-202112120033.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": "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 19:15:02 GMT", + "enclosure": "https://images.bfmtv.com/7lnn1h-RFORjcyrr3SYAq0xSINY=/0x106:2048x1258/800x0/images/Martin-Fourcade-1188542.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -65866,17 +67091,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b4e47e570b15cb7dd21409db3b95435" + "hash": "65204a67413074ce34ba9136b2c7b9e7" }, { - "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": "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/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/auto-moto/f1/le-ras-le-bol-de-jean-luc-roy-sur-la-spectacularisation-de-la-f1_AV-202112140452.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 19:08:33 GMT", + "enclosure": "https://images.bfmtv.com/QUHtGIo4NH4ZlDKHp6mnF9CW34I=/0x165:2048x1317/800x0/images/Max-Verstappen-1188536.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -65887,17 +67112,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "272b29efc142f1dcf9ee5a03ce67cb1a" + "hash": "35f123438f9e4050bff54491aef81f3b" }, { - "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": "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/sports-de-combat/ufc-268-la-soumission-d-oliveira-qui-fait-plier-poirier_AV-202112120024.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-willemse-prolonge-a-montpellier-jusqu-en-2025_AV-202112140450.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 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": "", @@ -65908,17 +67133,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d9a15e5be363cb2b91205e0e2241515" + "hash": "9b3f53e38a196efa4045e3627773459f" }, { - "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": "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-du-jour-du-12-decembre-ligue-1_AN-202112110240.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:06:00 GMT", - "enclosure": "https://images.bfmtv.com/Prwx8OBQIoNbrMYEREpvgksSf98=/0x0:1984x1116/800x0/images/K-Mbappe-1186505.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": "", @@ -65929,17 +67154,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d12711255dd8a737209b1e7b137d10e" + "hash": "fb71841b0583357a1fe39d56c9c66e6e" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-12-decembre-ligue-1_AN-202112110239.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": "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 17:58:37 GMT", + "enclosure": "https://images.bfmtv.com/ybg6IavD9zTGMbHx7IKieKaaf5E=/2x235:4498x2764/800x0/images/-880740.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -65950,17 +67175,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "48fa394bdb0cad71e21c2a3c8f3b5813" + "hash": "da8b82317bd4a9f7a48e73a0ad150ffb" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-12-decembre-ligue-1_AN-202112110244.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 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 17:34:50 GMT", + "enclosure": "https://images.bfmtv.com/QUXA437zG7iogTS9Q9W3ROpKcxk=/0x0:2048x1152/800x0/images/Luis-Suarez-1139791.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -65971,17 +67196,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4abd3af9b8419b88af7e09e1c7c75ac9" + "hash": "20a4c7501c6a86ddb0bd00dab6fa2446" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-sur-du-12-decembre-ligue-1_AN-202112110236.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 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/uJ2w4AFmvNaUGDJ1upCB87X7oqU=/0x147:1984x1263/800x0/images/Angers-1186500.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": "", @@ -65992,17 +67217,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ecfb89ff926d57eeecc4854ed8a7745" + "hash": "146a9b38f919f075d6c498f92779a40b" }, { - "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/pari-sportif/pronos-paris-rmc-le-pari-a-domicile-du-12-decembre-ligue-1_AN-202112110235.html", + "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/xi-de-l-annee-fifa-fifpro-trois-francais-parmi-les-finalistes_AV-202112140378.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 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": "", @@ -66013,17 +67238,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8696a07b2992dfb64b86394d658fc8f8" + "hash": "412e659c2307f7e980e8316edf983ce8" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-a-l-exterieur-du-12-decembre-ligue-1_AN-202112110231.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 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/8Y_8lHbRx1FRFHNlj2dSditGpCA=/0x2:1984x1118/800x0/images/Atalanta-1186497.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": "", @@ -66034,17 +67259,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "649cc569c05677036d898c9010758ac1" + "hash": "73124311b7708637f70a9357c6b3b348" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-buteur-du-12-decembre-ligue-1_AN-202112110230.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 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/41my1EGhK38a-FFyGke5I9aANi4=/0x116:1984x1232/800x0/images/J-David-1186491.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": "", @@ -66055,17 +67280,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f09edcfcfcb5325d094110333ac169c3" + "hash": "7155e5e0d08f2c28604f1ca61e509123" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-a-l-exterieur-du-12-decembre-ligue-1_AN-202112110231.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 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/8Y_8lHbRx1FRFHNlj2dSditGpCA=/0x2:1984x1118/800x0/images/Atalanta-1186497.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": "", @@ -66076,17 +67301,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aac4de0946339776375bf6c96ac6e492" + "hash": "4fd98007a88f8ebfd4c50190dd35f19b" }, { - "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": "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/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/rugby/coupe-d-europe/racing-j-en-ai-encore-dans-le-moteur-savoure-lauret-apres-son-triple-contre-northampton_AV-202112140342.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 16:00:49 GMT", + "enclosure": "https://images.bfmtv.com/UjHqmcKSayAZrVS7t3DfoMeAcfg=/0x106:2048x1258/800x0/images/Wenceslas-Lauret-1188402.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -66097,17 +67322,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2d0269d41a48ed12b3890e67d9ce5ba" + "hash": "40eaea3e72d18e8040209b12d42ee591" }, { - "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": "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/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/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 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 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": "", @@ -66118,17 +67343,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2a920d9dd7bbd50f4378a8b064fe688" + "hash": "58e88c4e6ef1622b87a8fe7c223eef12" }, { - "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": "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/rugby/coupe-d-europe/champions-cup-tres-gros-accroc-pour-un-montpellier-bis_AD-202112110371.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": "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 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": "", @@ -66139,17 +67364,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfdea753cc59dc6f7515d0e75dff338c" + "hash": "b65fc2b2bdd2bc29c9dcc090d31500e4" }, { - "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": "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/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/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 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 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": "", @@ -66160,17 +67385,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4429b084adc91fb61d164b77e09824f" + "hash": "9edf679999f0bd0c1fa12d37a4bf1f07" }, { - "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": "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-l-ac-milan-arrache-le-nul-contre-l-udinese-sur-un-geste-incroyable-signe-zlatan_AV-202112110365.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 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 15:22:52 GMT", + "enclosure": "https://images.bfmtv.com/CEQKnC5Oc1Wsr7uhEpIc3eDIzYI=/0x106:2048x1258/800x0/images/PSG-1188381.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -66181,17 +67406,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1cc44f7a4bbe8a41e8871c8f63f2e10b" + "hash": "b62210cc0e2c93420e3fb0e34c3fa913" }, { - "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": "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/football/ligue-1/ligue-1-reims-saint-etienne-en-direct_LS-202112110324.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 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 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": "", @@ -66202,17 +67427,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e15aac61e0056d92ce3a04f10d083f59" + "hash": "a0374bd4efb22b8f2fe1873728f42584" }, { - "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": "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/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/transferts/psg-l-entourage-de-mauro-icardi-dement-une-approche-de-la-juventus_AV-202112140308.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 14:50:52 GMT", + "enclosure": "https://images.bfmtv.com/oSfdFC0O_78nHL18ktXwu7t8y5g=/0x36:2048x1188/800x0/images/Mauro-Icardi-1188370.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -66223,17 +67448,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dac8660e9025ed05f0d0c7e7e650b354" + "hash": "e71e999ccc506a3e3eb885bdb8fb7c9c" }, { - "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": "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/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/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 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 14:33:24 GMT", + "enclosure": "https://images.bfmtv.com/V3uskyj_wDSmPN6cRbM2aoYwoB8=/0x12:1200x687/800x0/images/-955623.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -66244,17 +67469,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f4c210d9682064e505c1bd838ee4942" + "hash": "f21b19db4db012e8dea3a36984756438" }, { - "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": "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/rugby/coupe-d-europe/champions-cup-debuts-rates-pour-clermont-douche-a-domicile_AD-202112110358.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 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 14:28:42 GMT", + "enclosure": "https://images.bfmtv.com/EeSqyymEvbAeH06UnlUuH0Cqh4M=/0x0:2048x1152/800x0/images/Karim-Adeyemi-1188361.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -66265,17 +67490,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9dde5515a1a7cb40c9da049acb8a4572" + "hash": "37d1d4e59fde26b542246c9e3e82da73" }, { - "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": "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/natation/affaire-agnel-cinq-questions-sur-l-enquete-qui-agite-la-natation-francaise_AV-202112100190.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": "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 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": "", @@ -66286,17 +67511,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "882cf9121a6e92bebd1442bfd8202633" + "hash": "62e6e039388104963b6e6a4d6533e0bc" }, { - "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": "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/premier-league/premier-league-ronaldo-sauve-manchester-rangnick-relance-united_AV-202112110346.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 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 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": "", @@ -66307,17 +67532,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d7823580f8c32c8dd1b8813572f5796" + "hash": "e5810eeea5b05a0aca78d1d0ce279655" }, { - "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": "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/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/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 19:24:33 GMT", - "enclosure": "https://images.bfmtv.com/I7ZmcfWduKzZyiV7hGkcm3Sl1SM=/0x0:2048x1152/800x0/images/Juventus-1186624.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": "", @@ -66328,17 +67553,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccac2785a1a33ec2b53ca96679622167" + "hash": "39137c387bcc4c62bc2bac01916211ec" }, { - "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": "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/natation/affaire-agnel-en-direct-les-dernieres-infos-sur-le-dossier_LN-202112110044.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 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 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": "", @@ -66349,17 +67574,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d400596c1c07f7ef8474c5dc1e146c3a" + "hash": "843fc0e247692890e5d6042643b71ef8" }, { - "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": "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/natation/affaire-agnel-agnel-mis-en-examen-pour-viol-et-agression-sexuelle-sur-mineure_AV-202112110329.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 18:59:57 GMT", - "enclosure": "https://images.bfmtv.com/W6kcKJNSxCl3PGu1CwJs48cRhnY=/0x212:2048x1364/800x0/images/Agnel-1186218.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": "", @@ -66370,17 +67595,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d3140ae24f3c7b15d5732edfdc9150cc" + "hash": "04d1a1638f7b742077fa632b2902966d" }, { - "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": "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/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/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 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 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": "", @@ -66391,17 +67616,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ea5b2842088800f1e331e982fd68d18" + "hash": "07633dbbae6815eded90e0833131cc0e" }, { - "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": "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/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/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 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 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": "", @@ -66412,17 +67637,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc69537b8e04e86a7a1d6f2ff20c2605" + "hash": "f5ea02f3541f4c6961308ad8f9b8d990" }, { - "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": "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/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/ligue-2/propos-racistes-lors-de-toulouse-rodez-absolument-ecoeure-la-reaction-cash-de-comolli_AV-202112140087.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 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": "", @@ -66433,17 +67658,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c9bc51f234c07b667976a9dabf1416a" + "hash": "91c2b5c8fd2188472f2e32788a86989a" }, { - "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": "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-fin-de-serie-tres-rude-pour-brest-corrige-par-le-montpellier-de-dall-oglio_AN-202112110310.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 17:55:52 GMT", - "enclosure": "https://images.bfmtv.com/Sr7kHQYjOKgcjZdhNKniriJQUK8=/0x106:2048x1258/800x0/images/Wahi-1186598.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": "", @@ -66454,38 +67679,38 @@ "favorite": false, "created": false, "tags": [], - "hash": "653d0a324d2fc08ac47f7d8d91d1ed5c" + "hash": "b10f06cf51eaac11e15fe0e69a9247f2" }, { - "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": "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/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/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 17:38:09 GMT", - "enclosure": "https://images.bfmtv.com/qMPnzpgPvTeynMsBzQTbcrGsF_s=/0x0:1200x675/800x0/images/Antonio-Ruediger-1186602.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": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b3a99dd7ac5791153286682729e14d52" + "hash": "274ec984250b2e44a783ea5a02b4cdd7" }, { - "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": "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/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/football/premier-league/manchester-united-le-deplacement-a-brentford-reporte-pour-cause-de-covid-19_AV-202112140045.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 06:13:53 GMT", + "enclosure": "https://images.bfmtv.com/ntOqRwYo00Nf3g5RRqY6AfLMjLc=/0x0:1200x675/800x0/images/Marcus-Rashford-1188021.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -66496,17 +67721,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea8c19d33bf66f82714d0eb374420880" + "hash": "284ca52d4b02d76067359ff43c7eb6ed" }, { - "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: 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/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-la-presse-madrilene-fracasse-l-uefa-apres-le-tirage-au-sort_AV-202112140026.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 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": "", @@ -66517,17 +67742,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e98653fc96d19ed5d90b5af2a7de3d52" + "hash": "60efc6f294c3b75f9d3cbcef228ecb54" }, { - "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": "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/arsenal-la-raison-disciplinaire-pour-laquelle-aubameyang-a-ete-ecarte_AV-202112110288.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 16:57:12 GMT", - "enclosure": "https://images.bfmtv.com/KsB0L39BYlbX-StNQ6Iuy2RHOZs=/0x139:2048x1291/800x0/images/Pierre-Emerick-Aubameyang-1186552.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": "", @@ -66538,17 +67763,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "588b7a810ac5ce518184a8e27a7ca5d7" + "hash": "03aea94736d83d8f0ed7417bff4fde07" }, { - "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": "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/bundesliga/bundesliga-le-bayern-creuse-l-ecart-sur-dortmund-dans-la-course-au-titre_AV-202112110283.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 16:52:17 GMT", - "enclosure": "https://images.bfmtv.com/s545440YMwRI9IedODkLXNAlUbo=/0x34:1200x709/800x0/images/Kingsley-Coman-1186569.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": "", @@ -66559,17 +67784,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b5314adf39dbc89b915485f7b98332e" + "hash": "80ff3b88f4e5fe4f575ba44119ae2042" }, { - "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": "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/natation/affaire-agnel-en-direct-les-dernieres-infos-sur-le-dossier_LN-202112110044.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 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": "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": "", @@ -66580,17 +67805,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "76a43d437900c8cae6c37d90d8b5ea0e" + "hash": "54cb2103c498f0ff49a350451cf8d2ea" }, { - "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": "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/football/ligue-1/ligue-1-reims-saint-etienne-en-direct_LS-202112110324.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 18:40:25 GMT", - "enclosure": "https://images.bfmtv.com/xFO3OqWx-L2vCk3n4wbPRJYjdXU=/0x118:2048x1270/800x0/images/Wahbi-Khazri-1184964.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": "", @@ -66601,17 +67826,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a62809f81f01df1ce0c5798e1388c680" + "hash": "e2bde5be5ec541cfeecac75ecd474a25" }, { - "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": "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/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/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-14-decembre-bundesliga-allemagne_AN-202112130326.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": "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": "", @@ -66622,17 +67847,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0aec1219000bb652e8a4ffafe0dc245b" + "hash": "16daff18ee953a15042d5a20e818e677" }, { - "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": "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/basket/euroleague-heurtel-siffle-et-moque-pour-ses-retrouvailles-avec-barcelone_AV-202112110269.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 16:16:39 GMT", - "enclosure": "https://images.bfmtv.com/vKYIKa24bufk4R3IzxUWp4XKCsw=/0x106:2048x1258/800x0/images/Thomas-Heurtel-1186329.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": "", @@ -66643,17 +67868,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7dc90866dd225b5b2d9a41f3b1385ca2" + "hash": "e7a050273922e01b5ece9b44990229d2" }, { - "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 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/ligue-1/le-graet-pour-une-ligue-3-completement-professionnelle_AV-202112110263.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: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": "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": "", @@ -66664,17 +67889,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "54da53aa2f67ddbd5b7e502ddef3b4d4" + "hash": "2d808a54ec669a25a0c5887649891950" }, { - "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": "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/premier-league/liverpool-l-ovation-d-anfield-pour-le-retour-de-gerrard-avec-aston-villa_AV-202112110260.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:54:13 GMT", - "enclosure": "https://images.bfmtv.com/sFNG0GCm1O20qmpBj65HaDjSig0=/7x110:2039x1253/800x0/images/Steven-Gerrard-1186531.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": "", @@ -66685,17 +67910,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1183f4f15d51cd5dd5551f111c5692ae" + "hash": "60d06acc28cfa78c8c0e1be5baae5a35" }, { - "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": "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/football/transferts/manchester-united-martial-devrait-etre-prete-en-janvier_AV-202112110259.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:44:53 GMT", - "enclosure": "https://images.bfmtv.com/TezFdmS7xJlTPE02EECc42RMhZY=/0x2:1200x677/800x0/images/Anthony-Martial-1186521.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": "", @@ -66706,17 +67931,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ca6a86ea3c198ab5088c21718d458d0" + "hash": "d209fff4329817b441af669052a6c1f8" }, { - "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": "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/ligue-1/mercato-di-maria-en-passe-de-prolonger-au-psg_AV-202112110257.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 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 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": "", @@ -66727,17 +67952,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4b9c2f8b275a447462c93e3ddfee6c8" + "hash": "d288ee446cae7ba9fa325f2ec94adcc0" }, { - "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": "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/sports-d-hiver/biathlon/biathlon-hochfilzen-les-francaises-3es-du-relais_AV-202112110254.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 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 21:04:11 GMT", + "enclosure": "https://images.bfmtv.com/rKXk2hucuS4y676f2lrkvnJLtAU=/0x49:2048x1201/800x0/images/Pauletta-Foppa-1187916.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -66748,17 +67973,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "73689a65f655ad3244140c3353c47186" + "hash": "f058cd3f16dcec24599a1f531632f88f" }, { - "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": "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/handball/feminin/mondial-de-hand-nze-minko-cadre-des-bleues-et-entrepreneuse-feministe_AV-202112110251.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 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 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": "", @@ -66769,17 +67994,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4afb93edd106c591f651d908ba221a9" + "hash": "9a523da98a8cbba4b470214483fc38a9" }, { - "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": "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/rugby/coupe-d-europe/champions-cup-dupont-et-toulouse-reussissent-leur-rentree-europeenne_AV-202112110242.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 15:11:47 GMT", - "enclosure": "https://images.bfmtv.com/HpTvlAIQ-SDAEZLdZMwU1psFXdU=/14x0:2046x1143/800x0/images/Antoine-Dupont-1186490.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": "", @@ -66790,17 +68015,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7feada513fa498fac113a24f841efa33" + "hash": "caca05bb24538a473084b5f30dcbace3" }, { - "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": "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/premier-league/premier-league-manchester-city-assure-le-service-minimum-contre-les-wolves_AV-202112110237.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 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 20:14:49 GMT", + "enclosure": "https://images.bfmtv.com/3om1oCLsWq3zOfJYu03AoUlOJw8=/0x52:2048x1204/800x0/images/Nicolas-Otamendi-1187897.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -66811,17 +68036,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "96e20d64b0a30db870e68e35a0e65b3e" + "hash": "439031177b5cf1c35962836114fdf330" }, { - "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": "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/football/ligue-1/ligue-1-suivez-brest-montpellier-en-direct_LS-202112110234.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": "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 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": "", @@ -66832,17 +68057,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef8d690e923c93a1e43c8b6ee4af478e" + "hash": "926404e00c001c3adbc2e68e76f63e7d" }, { - "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": "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/auto-moto/f1/gp-d-abu-dhabi-comment-verstappen-a-chipe-la-pole-position-a-hamilton_AV-202112110233.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": "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 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": "", @@ -66853,17 +68078,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "763049d0b791ef53a47f7285a126a87b" + "hash": "66d96b2eef02b4dbec02666587f28539" }, { - "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": "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/transferts/mercato-l-ol-avance-sur-le-dossier-azmoun_AV-202112110224.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 14:40:47 GMT", - "enclosure": "https://images.bfmtv.com/2U4K3S7W7amb3Cr3i0FecTEgKvc=/0x39:2032x1182/800x0/images/Sardar-AZMOUN-1117723.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": "", @@ -66874,17 +68099,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e79fd3fba51f9d8d57a8af8e96b308a2" + "hash": "5097e351c06d54637288fb9248bdea86" }, { - "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": "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/samuel-eto-o-elu-president-de-la-federation-camerounaise-de-football_AN-202112110217.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 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 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": "", @@ -66895,38 +68120,38 @@ "favorite": false, "created": false, "tags": [], - "hash": "97e14fcdc31d0d375123dab633d6eafb" + "hash": "7fcbe638257f3c3793c44190a5110e30" }, { - "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": "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/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/jeux-olympiques/paris-2024-les-chiffres-de-la-grandiose-ceremonie-d-ouverture-sur-la-seine_AV-202112130491.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 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": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "786e90ec4cbfc6cd64b2fd9edb67935c" + "hash": "96766e2bd0a660ee8e24e4f88c250d86" }, { - "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 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/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-surnom-peu-flatteur-donne-a-l-uefa-par-les-dirigeants-du-real-en-colere_AV-202112130475.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 18:27:26 GMT", + "enclosure": "https://images.bfmtv.com/LUj40tbr7OhkXtcO9QGtFHti-RQ=/0x106:2048x1258/800x0/images/1187615.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -66937,17 +68162,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a56461cf236ca6379fcd882bbe2bea71" + "hash": "edb26d3eb3f97fc42ad0902e2e3b3d70" }, { - "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": "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/liga/real-benzema-de-retour-pour-le-choc-contre-l-atletico_AV-202112110206.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 14:10:43 GMT", - "enclosure": "https://images.bfmtv.com/ChQ7zEPvYOXtzP5pn50gXWxHzZ0=/0x54:2048x1206/800x0/images/Karim-BENZEMA-1186438.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": "", @@ -66958,17 +68183,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6c403ec7968e7e86f9839154c1463f8" + "hash": "48bbb8ba43beaf717d99492b631259dc" }, { - "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": "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/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/mercato-en-direct-les-infos-et-rumeurs-du-13-decembre-2021_LN-202112130060.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 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": "", @@ -66979,17 +68204,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f2989ad01a01363ff87109f36cf6ca1" + "hash": "02665f45ea862f183acf9cc7c7554e30" }, { - "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: 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/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-9-decembre_LN-202112090128.html", + "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-la-federation-francaise-de-natation-se-constitue-partie-civile_AV-202112130462.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 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": "", @@ -67000,17 +68225,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "56dcd9a1f749935b727938353a2a1f19" + "hash": "f2b13ee5a61ea2810d7f50d889da6323" }, { - "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": "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": "", @@ -67021,17 +68246,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab0277687d3aac76a66191f0ab1f5509" + "hash": "dbd67fb4d732c608daa0b22d1ea9ed04" }, { - "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": "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/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/jeux-olympiques/paris-2024-devoile-les-contours-d-une-impressionnante-ceremonie-d-ouverture_AN-202112130425.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 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": "", @@ -67042,17 +68267,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b6b8df2306db6c4c6fb770e337e31d0" + "hash": "4f6b4b693eb3a6c38f314298bb8d192d" }, { - "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": "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/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/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 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 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": "", @@ -67063,17 +68288,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a71f06d13ee76245b898b06c408f1f5" + "hash": "cfd3286604bed165fb4ba934da80f307" }, { - "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: 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/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-ramos-pret-a-defendre-le-psg-jusqu-a-la-mort-contre-le-real_AV-202112130417.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 17:08:49 GMT", + "enclosure": "https://images.bfmtv.com/7m-qfhTwLE18hCdBBD4kar0LUOg=/0x37:2048x1189/800x0/images/Sergio-RAMOS-1180944.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -67084,17 +68309,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2346d228417692f632721fab4a5c532" + "hash": "bc186270c817481cdd1ea53fbba0baec" }, { - "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": "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/football/ligue-1/psg-ramos-forfait-contre-monaco-kimpembe-incertain_AV-202112110181.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 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 17:01:01 GMT", + "enclosure": "https://images.bfmtv.com/gcPj1Y_HxekzcWpK2QBrMJaSJfc=/0x106:2048x1258/800x0/images/1187709.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -67105,17 +68330,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2635c2d23a819096803804b3d742cc3f" + "hash": "aa7149e89828be9a1bc3944bb89bb3b8" }, { - "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": "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/football/ligue-1/psg-en-direct-la-conf-de-pochettino-avant-monaco_LN-202112110112.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": "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 16:51:20 GMT", + "enclosure": "https://images.bfmtv.com/s06RGx85PqITw9cPYjfETT4IG5U=/0x6:1200x681/800x0/images/Emilio-Butragueno-1187708.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -67126,17 +68351,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "de142e587195b730b7b693985273ca25" + "hash": "b8c524ec331e954951e8519d9d2e9360" }, { - "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": "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/sports-d-hiver/ski-alpin/val-d-isere-slalom-geant-pinturault-deuxieme-derriere-odermatt_AV-202112110177.html", + "link": "https://rmcsport.bfmtv.com/basket/jeep-elite/basket-mitrovic-vire-de-monaco_AV-202112130388.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 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": "", @@ -67147,17 +68372,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3540c3b1b9d927af1b49cb32afada32" + "hash": "b32459f8ef7577836e997cfb77360cb1" }, { - "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": "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/football/ligue-1/ligue-1-suivez-brest-montpellier-en-direct_LS-202112110234.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 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 16:20:10 GMT", + "enclosure": "https://images.bfmtv.com/XjHVG9_NR24yfg8Nt7f68nNHYSM=/7x111:2039x1254/800x0/images/1187688.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -67168,17 +68393,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a23e353a3ec08ef367603104764d90d0" + "hash": "790acbcba929b2ad276a0a25b42cc1f5" }, { - "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": "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/incidents-en-ligue-1-labrune-promet-des-annonces-en-fin-de-semaine-prochaine_AV-202112110173.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 13:01:59 GMT", - "enclosure": "https://images.bfmtv.com/r1cJPiHPLP59IAQ8d2-02euWbcM=/0x128:2048x1280/800x0/images/Vincent-Labrune-1172296.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": "", @@ -67189,17 +68414,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e069a121c3891ab7ae3b0f0e8f6f23a6" + "hash": "0e2ce18fbbb411b016adfcd303ab8bc5" }, { - "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: 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/natation/affaire-agnel-ca-me-touche-particulierement-confie-maracineanu_AV-202112110168.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 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 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": "", @@ -67210,17 +68435,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a39f901205ba233693c9134b5679c93" + "hash": "21e063c6c99591dc676433275191ea08" }, { - "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: 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/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-le-psg-defiera-le-real-madrid-en-8e-de-finale_AV-202112130343.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 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": "", @@ -67231,17 +68456,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f0f002d4fabaf57d0b50794cd14cfef" + "hash": "6a080a5e6218adb979128dc1a9564a5b" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-11-decembre-ligue-1_AN-202112110158.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 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 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": "", @@ -67252,17 +68477,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b415b39857500371b92751259d671bc" + "hash": "96204aca4309d89e84615d9c73a6ba8f" }, { - "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 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/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-choc-psg-real-madrid-affole-les-reseaux-sociaux_AV-202112130337.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 15:06:29 GMT", + "enclosure": "https://images.bfmtv.com/qAtsQnaSO42P9Z2nRVxrdMqpWUY=/0x14:1200x689/800x0/images/-878926.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -67273,17 +68498,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee7d200bcae8cbe0c683a4edc1e451b3" + "hash": "1fdbf1dc2a406db740b226d446f76250" }, { - "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": "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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-9-decembre_LN-202112090128.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-psg-real-madrid-les-liaisons-dangereuses_AV-202112130335.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 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": "", @@ -67294,17 +68519,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0444cd0a44997e2b9148618009e5ebb2" + "hash": "ed58f97809c67cac5ad6a37a7e8c287a" }, { - "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": "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/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/transferts/ligue-1-comment-saint-etienne-veut-recruter-au-mercato-d-hiver_AN-202112130332.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 14:54:01 GMT", + "enclosure": "https://images.bfmtv.com/VC3i2AIijniahCULWCvI2c7xXT4=/4x271:3204x2071/800x0/images/-794411.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -67315,17 +68540,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e98b5c176293e059ff8fd65b95518aa5" + "hash": "f58227282f941ea733404b0a302a6c9c" }, { - "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": "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/football/ligue-1/ol-direction-l-espagne-pour-juninho_AV-202112110152.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 12:09:40 GMT", - "enclosure": "https://images.bfmtv.com/0BUSdo7ZpII1HoAD4jD5kcecp04=/0x16:1024x592/800x0/images/-873563.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": "", @@ -67336,17 +68561,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e1f19661251b0fdb340a72ca84a7886" + "hash": "ad80053fd582a3a9806169a08bbd14f4" }, { - "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 (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/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-bonnes-affiches-des-8es-de-finale_AV-202112130313.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 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": "", @@ -67357,17 +68582,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a22b0fb5a7da18bcaca37d5a37f3fb88" + "hash": "bd9ff295b85a4a78cd9386e2eb335486" }, { - "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 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/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-real-madrid-crie-au-scandale-apres-l-annulation-du-premier-tirage_AV-202112130310.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 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": "", @@ -67378,17 +68603,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e857514fdc4b95693f056ca6df20eff" + "hash": "5b6bd2549f2d9cc1b5f6e80f9242d36e" }, { - "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": "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/jeux-olympiques/jo-d-hiver-2022-douillet-pointe-l-hypocrisie-d-un-boycott-diplomatique-a-pekin_AV-202112110122.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 11:31:37 GMT", - "enclosure": "https://images.bfmtv.com/Oh3L-dYYUvuq_leWTCrKB-Obf70=/0x68:1024x644/800x0/images/-873986.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": "", @@ -67399,17 +68624,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "93f8fd9ea76f07554a97eb3c22dcaf56" + "hash": "e4175d14480372d60d6ff31cf7e2642d" }, { - "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": "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/natation/affaire-agnel-en-direct-les-dernieres-infos-sur-le-dossier_LN-202112110044.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 07:40:25 GMT", - "enclosure": "https://images.bfmtv.com/lZ-WKpzT6izq13Nfk0gLzmM5Dmk=/14x48:2046x1191/800x0/images/Roxana-Maracineanu-1031131.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": "", @@ -67420,17 +68645,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b69c94e8bc0c359742db4d963ccea51f" + "hash": "4a45cdf44c595d6dee8264812d032b8e" }, { - "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: 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/football/luis-fabiano-officialise-sa-retraite_AV-202112110120.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 11:07:26 GMT", - "enclosure": "https://images.bfmtv.com/ZiKMnulgEEcZ-KEb73mFMg6nCZs=/0x18:800x468/800x0/images/-607070.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": "", @@ -67441,17 +68666,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "de9d497480c048ab3bee124dc792e386" + "hash": "05f12adcd21226628fcdc2b5a1d28316" }, { - "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 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": "", @@ -67462,17 +68687,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f8f0edd3d5360ceb4aba3633ad755fbe" + "hash": "ff05f264333edce1a8f1eb37cc295c7f" }, { - "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": "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/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/chelsea-lille-2019-un-precedent-douloureux-pour-le-losc_AV-202112130275.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 12:40:22 GMT", + "enclosure": "https://images.bfmtv.com/O0Wvsrc1T4D3-hurF2uSLmLm_58=/7x111:2039x1254/800x0/images/1187558.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -67483,17 +68708,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb0db4330c419736de96ea3db77b2871" + "hash": "529551a42912498de9a1e7f8e98f2f23" }, { - "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": "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/football/ligue-1/ligue-1-en-direct-toutes-les-infos-avant-la-18e-journee_LN-202112090152.html", + "link": "https://rmcsport.bfmtv.com/basket/jeep-elite/basket-mitrovic-vire-de-monaco_AV-202112130388.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 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": "", @@ -67504,17 +68729,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "375dd67dcc0513b6b1f1d8d474b3b720" + "hash": "419b56fd605a960fbe438b66874a8418" }, { - "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": "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/cyclisme/cyclisme-18-mois-de-prison-pour-les-voleurs-de-velos-des-mondiaux-sur-piste_AV-202112110088.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:03:14 GMT", - "enclosure": "https://images.bfmtv.com/OpH-DY-WZDuZSFR5jExiLZfIZeM=/0x212:2048x1364/800x0/images/Mondiaux-de-cyclisme-1186254.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": "", @@ -67525,59 +68750,59 @@ "favorite": false, "created": false, "tags": [], - "hash": "1af70ff668519285afb9af18d3ccbb80" + "hash": "806f4cd2d475b6c3d1dd5ab940d6a477" }, { - "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": "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/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/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-13-decembre-nba_AN-202112130272.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 12:29:13 GMT", + "enclosure": "https://images.bfmtv.com/eVwzMgQsZNySZ1QqjYQ2JzKFNAg=/0x0:1984x1116/800x0/images/G-Antetokounmpo-1187565.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": "0121fb1fc80eb25b330e1ecbc212d2df" }, { - "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": "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/football/europa-conference-league/europa-conference-league-le-match-tottenham-rennes-definitivement-annule_AV-202112110070.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 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 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": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ff5ecdac7d6f4fff7426de0e086c8e49" + "hash": "af550b0e160d57f46ce74d1f38f259c7" }, { - "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": "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/paris-hippique/prix-du-bourbonnais-face-time-bourbon-en-tete-d-affiche_AN-202112110069.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 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 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": "", @@ -67588,17 +68813,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "595ac81be944e5f5869320e2c5378de3" + "hash": "34baf817588fc587e58db34d21c88d04" }, { - "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": "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/rugby/coupe-d-europe/champions-cup-cardiff-toulouse-en-direct_LS-202112110107.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 10:40:10 GMT", - "enclosure": "https://images.bfmtv.com/pRz5BhI34th2S6A0kr-XgrGi1Js=/0x58:2048x1210/800x0/images/Antoine-Dupont-1136199.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": "", @@ -67609,17 +68834,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0c973c07117a4f3abcc800f7611aa1a" + "hash": "1e6f9695af5d687cc917b8b846ded370" }, { - "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": "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/transferts/barca-laporta-promet-aux-supporters-des-renforts-cet-hiver_AV-202112110064.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 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 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": "", @@ -67630,17 +68855,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa04e876941bdd62fb195828a21eda45" + "hash": "b01487ebd69851b5e7888d24a1ce28d7" }, { - "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": "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/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-des-champions/ligue-des-champions-lille-sera-oppose-a-chelsea-en-8es-de-finale_AN-202112130237.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 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": "", @@ -67651,38 +68876,38 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c80367641411c603b1727357cc0e133" + "hash": "3e4ae138b336a22667eb2a9268ca89ad" }, { - "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": "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/football/ligue-1/psg-en-direct-la-conf-de-pochettino-avant-monaco_LN-202112110112.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 10:51:01 GMT", - "enclosure": "https://images.bfmtv.com/OkxVy7-9k73U51C8jQEGZIR4W4k=/0x4:1200x679/800x0/images/Mauricio-Pochettino-1181815.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": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6a3f35655a57d6950f564941818f6467" + "hash": "73441f5386f0966f86d56e6912c9d2f0" }, { - "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": "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/rugby/coupe-d-europe/champions-cup-cardiff-toulouse-en-direct_LS-202112110107.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/bordeaux-begles-alexandre-roumat-vers-toulouse_AN-202112130212.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 10:38:36 GMT", + "enclosure": "https://images.bfmtv.com/x1Zo3FVS-zImas9sVrRRPc2c_s4=/0x62:1200x737/800x0/images/-860043.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -67693,17 +68918,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "41c9dd989a9a97d0d7253826d1d35a18" + "hash": "eae85d4fab4d23c3b523dcecd739d0dd" }, { - "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": "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/natation/affaire-agnel-en-direct-les-dernieres-infos-sur-le-dossier_LN-202112110044.html", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-aguero-va-annoncer-sa-retraite-cette-semaine_AV-202112130205.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 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": "", @@ -67714,17 +68939,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b3fa9f79bbdabd11d42b9191c3497e7" + "hash": "1c45a441b5257051d4d90e0d5630fd5a" }, { - "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": "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/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/natation/violences-sexuelles-yannick-agnel-reconnait-les-faits_AV-202112130200.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 10:14:58 GMT", + "enclosure": "https://images.bfmtv.com/W6kcKJNSxCl3PGu1CwJs48cRhnY=/0x212:2048x1364/800x0/images/Agnel-1186218.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -67735,17 +68960,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d71503e8c9b9b8bfd5ebf9ef041cf74" + "hash": "cba99797f8c7f78dc79548ea8856d982" }, { - "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": "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/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/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": "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 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": "", @@ -67756,17 +68981,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a73cc9558c15b6748c592d790f14916f" + "hash": "4dea4ede72c9d85376759828b625f262" }, { - "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": "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/football/premier-league/manchester-united-rangnick-ne-fera-pas-le-forcing-pour-retenir-pogba_AV-202112110040.html", + "link": "https://rmcsport.bfmtv.com/football/liga/la-belle-initiative-du-betis-pour-les-enfants-defavorises_AV-202112130189.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 10:01:35 GMT", + "enclosure": "https://images.bfmtv.com/_bLLLjWirs2WZZU4C9Doxsq7cn8=/0x105:2048x1257/800x0/images/1187433.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -67777,17 +69002,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "708d958420bcf5b5d00ffd2f620b2ae1" + "hash": "ffd541f5a22b36c39b11b2d454f66a7f" }, { - "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": "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/ligue-1/mercato-kolo-muani-confirme-qu-il-quittera-nantes-cet-ete_AV-202112110038.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-mardi-14-decembre-2021_AN-202112130183.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 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": "", @@ -67798,17 +69023,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4800e9741e35fbd49a1f5da3e040bd99" + "hash": "034a139060816b4c4c5df5b6e607f8f9" }, { - "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": "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/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/liga/barca-la-situation-est-critique-pique-tire-la-sonnette-d-alarme_AV-202112130151.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 09:02:38 GMT", + "enclosure": "https://images.bfmtv.com/4xy8A7vHD8Jh2HNqrIacZgBXJFA=/0x0:2048x1152/800x0/images/Gerard-Pique-1187388.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -67819,38 +69044,38 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7b8df6b7b87a64e1f3bace7a7592596" + "hash": "5075e64a0fdbc02d18ea90c12848d536" }, { - "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": "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/equipe-de-france/psg-la-mise-au-point-de-deschamps-sur-l-avenir-de-mbappe_AV-202112100550.html", + "link": "https://rmcsport.bfmtv.com/societe/affaire-agnel-en-direct-la-procureure-parle_LN-202112130146.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 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": "2ad13df583f9398aebb6b33054d3bc11" + "hash": "a2a73dd7f4b52fc5313a7dada99c8ece" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-sur-du-11-decembre-serie-a_AN-202112100435.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 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/PYg704X1AE03e0OyYknw5HAnC1M=/0x104:1984x1220/800x0/images/Joie-Fiorentina-1186013.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": "", @@ -67861,17 +69086,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f2f5db8979c84fbc8f4211d0dd7e74f" + "hash": "35e94d2917004c16e5efdb5749243599" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-buteur-du-jour-du-11-decembre-serie-a_AN-202112100430.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 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/705OrojlSM4KdFtpfEUOPkSXqaY=/0x104:1984x1220/800x0/images/Dusan-Vlahovic-Fiorentina-1186009.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": "", @@ -67882,17 +69107,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3421b3d868952abe7ba243b659ed617f" + "hash": "b608600141befba75beae8883b0dd478" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-exterieur-du-11-decembre-serie-a_AN-202112100428.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 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 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": "", @@ -67903,17 +69128,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "07b38c12bd31d5fdbbcc85a0b3a10b8e" + "hash": "7835f702117034763b16368a37f4031e" }, { - "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": "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/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/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 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/p6e93LR6hKqaJGNgUsFUAfBvg1k=/1x209:2001x1334/800x0/images/UBB-1185783.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": "", @@ -67924,17 +69149,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1497e93a5038cc83a1e76abad51910a1" + "hash": "68c2b7c8673a969337574cf7807c8e85" }, { - "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": "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/football/liga/barca-un-ex-educateur-de-la-masia-accuse-d-abus-sexuels-sur-mineurs_AV-202112100542.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 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 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": "", @@ -67945,17 +69170,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "db6abc8480b42081003d2d7aa58fc980" + "hash": "096767951dddd35cc67209fc79e8fce1" }, { - "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": "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/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/ligue-1/ligue-1-suivez-en-direct-le-choc-allechant-entre-le-psg-et-monaco_LS-202112120223.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": "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": "", @@ -67966,38 +69191,38 @@ "favorite": false, "created": false, "tags": [], - "hash": "58b4cf8b28535d8c688b072eecf71b05" + "hash": "f14b7f605bb4892051aa4b909933fde9" }, { - "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": "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/ligue-1/ligue-1-nantes-renverse-lens-et-prive-les-sang-or-du-podium_AV-202112100525.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 22:03:24 GMT", - "enclosure": "https://images.bfmtv.com/k1w_RDr0FuiEWvyJ0gZiZmSV3Js=/0x106:2048x1258/800x0/images/Nantes-Lens-1186116.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": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5e2b0fefacd44d91a163e9c07b02afe8" + "hash": "7bc24d9edec6ffc147f0eba35769fb5a" }, { - "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": "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/rugby/coupe-d-europe/champions-cup-le-racing-ne-rate-pas-ses-debuts-et-corrige-northampton_AV-202112100523.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 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 07:00:00 GMT", + "enclosure": "https://images.bfmtv.com/aTCmpsVkki3kiuJZy1b1zSFrlnU=/0x96:2048x1248/800x0/images/Jean-Baptiste-Aldige-1187184.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -68008,17 +69233,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fcc68d18b5e4b04201055d4212503508" + "hash": "ac06a09309e6017dc7ee9dfd7f3c222c" }, { - "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": "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/basket/euroligue/euroligue-monaco-defait-contre-milan-enchaine-une-cinquieme-defaite_AD-202112100520.html", + "link": "https://rmcsport.bfmtv.com/football/mercato-en-direct-les-infos-et-rumeurs-du-13-decembre-2021_LN-202112130060.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 06:29:19 GMT", + "enclosure": "https://images.bfmtv.com/mZTItPgzUw0XQDompC-rqlLVS9Y=/0x18:2048x1170/800x0/images/Pique-1184813.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -68029,17 +69254,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5662d4c98f7eb18f7695e721ae4a588d" + "hash": "03b3df486f3c69e90bc5de5c0f66f55a" }, { - "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": "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/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/ligue-1/psg-henry-fracasse-la-gestion-du-club-pour-l-avenir-de-mbappe_AV-202112130054.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 06:19:41 GMT", + "enclosure": "https://images.bfmtv.com/IZ_fWG6RjhAH2HPe35x2CLBLzWQ=/4x85:1364x850/800x0/images/Thierry-Henry-1172448.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -68050,17 +69275,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5371afd16e7be5894c1a31963243cd40" + "hash": "dbde8221dbc4254ac0246d003a0ff9f2" }, { - "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 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/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-le-psg-en-huitieme-de-finale_AV-202112130015.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 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": "", @@ -68071,17 +69296,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae2530a9ec3ffaa600dd03212b7ffaa6" + "hash": "c52f0829fd959547ee8011b49ba2531e" }, { - "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-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/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-monaco-kovac-predit-beaucoup-de-ballons-d-or-a-mbappe_AV-202112130031.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 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": "", @@ -68092,17 +69317,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e46eccaf819e2848f46085f43915c07" + "hash": "f3067e3bcc4de8cbac83fedc32625c3d" }, { - "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: 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/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/psg-pochettino-defend-son-bilan-et-se-compare-aux-autres-grands-d-europe_AV-202112130026.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": "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": "", @@ -68113,17 +69338,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0222c8cb0615a7d17e6eced6778bc38e" + "hash": "d8f62e53ba62cffed492b0e0648ab3e4" }, { - "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: à 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/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/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: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 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": "", @@ -68134,38 +69359,38 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac4ade12559ab0d5eef7a6e3dce6d35c" + "hash": "353b43f638c844a6e00dba044429f358" }, { - "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": "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/clauss-nkunku-savanier-bientot-chez-les-bleus-les-reponses-de-deschamps_AV-202112100495.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 19:45:17 GMT", - "enclosure": "https://images.bfmtv.com/10Nm8U3U7Csy0RqSZ8TEKufd0eA=/0x0:2048x1152/800x0/images/Jonathan-Clauss-1154575.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": "3d2b4d096e2d4b946c49e797e82a0a3f" + "hash": "db999bd1469dcc8264dd7d9bb4bd08f4" }, { - "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": "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/ligue-1/ligue-1-en-direct-toutes-les-infos-avant-la-18e-journee_LN-202112090152.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": "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": "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": "", @@ -68176,17 +69401,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "18253fe795bd6bf63df67be8f9757f39" + "hash": "a66a1e2470ee634dec351db15902c2f7" }, { - "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: \"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/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-je-donne-tout-pour-le-club-assure-mbappe-apres-son-double-face-a-monaco_AV-202112120299.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": "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": "", @@ -68197,17 +69422,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed789cbbab6594da2d1f2154d4a09038" + "hash": "b47ea801fd772c94c52e7ff967102d25" }, { - "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": "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/natation/affaire-yannick-agnel-la-federation-francaise-de-natation-pourrait-se-constituer-partie-civile_AV-202112100492.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 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": "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": "", @@ -68218,39 +69443,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c03757be172706eac9f908d30c561e4" + "hash": "13cc4052e0bcaf4640a3521903a361d9" }, { - "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": "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/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/liga/real-madrid-atletico-le-real-s-impose-tranquillement-grace-a-benzema-et-vinicius_AV-202112120290.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": "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", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "552eff9f38e637853e2afd4a9324a38f" + "hash": "83864c3b2d3c0fe8ca12790f62b77766" }, { - "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-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/stade-francais-l-ex-all-black-laumape-veut-jouer-pour-les-tonga_AD-202112100483.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 19:06:46 GMT", - "enclosure": "https://images.bfmtv.com/Ja6wxT2l7tYPTqDH6z1PQ9-whwg=/0x0:2048x1152/800x0/images/Ngani-Laumape-1186073.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", @@ -68258,19 +69485,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "29e8a52196c5d4c76d401306ae8a7384" + "hash": "6ff7a93e6bf2cb0c3c9bceb3ec190db7" }, { - "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": "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/football/ligue-1/nantes-lens-en-direct-les-lensois-veulent-retrouver-le-podium_LS-202112100482.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 19:03:23 GMT", - "enclosure": "https://images.bfmtv.com/M27OTaCcL8dzvNqlHNeqbj0_bOs=/14x0:2030x1134/800x0/images/Nantes-Lens-Kalimuendo-face-a-Cyprien-1186097.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", @@ -68278,39 +69506,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "c5c0f36a8a7ad9ba8cb70e4c1a2cdf49" + "hash": "e4c37947c83363f7fbfbb3437e9c27c9" }, { - "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": "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/deschamps-un-jour-au-psg-l-echange-anime-entre-rothen-et-le-selectionneur-des-bleus_AV-202112100468.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 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 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", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4d40defe5771dcc5b4aa16913dc5d9f6" + "hash": "6d4bc0dde1ebe559366e2e5318b82e11" }, { - "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": "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/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/auto-moto/f1/f1-reclamations-rejetees-pour-mercedes-qui-fait-appel_AV-202112120279.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 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", @@ -68318,39 +69548,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e33b400142b70a9ab44f9bcbcade13a" + "hash": "48218fa084e0052f11c06d74de2cf582" }, { - "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": "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/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/rugby/coupe-d-europe/champions-cup-defaite-de-castres-contre-les-harlequins-avec-bonus-defensif_AD-202112120276.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 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", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0e30893fe15dae71dbd0b05e1633ca35" + "hash": "03e94e0b89035db0c77380ce7ca6af7c" }, { - "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": "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/premier-league/manchester-united-pour-rangnick-pogba-ne-sera-pas-de-retour-avant-quelques-semaines_AV-202112100410.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 17:10:19 GMT", - "enclosure": "https://images.bfmtv.com/pjz7BvDzkBjHDBeXbVpDyj2JSTE=/0x52:2048x1204/800x0/images/Paul-Pogba-1168884.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", @@ -68358,19 +69590,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ede7e61d276054392925ff755a3312cb" + "hash": "e2ebbe48b97ebaa0fdf9f9f4bce0b708" }, { - "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": "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/football/premier-league/premier-league-klopp-est-persuade-que-gerrard-entrainera-un-jour-liverpool_AV-202112100403.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 17:02:11 GMT", - "enclosure": "https://images.bfmtv.com/tk1dhlMcx_b5OtNgPcvKwndrzao=/0x20:2048x1172/800x0/images/Juergen-Klopp-1185947.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", @@ -68378,19 +69611,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "accc46487663ac968a80b686c6d9d7e4" + "hash": "1892cd80d119cbf6955f87a7a9c586ce" }, { - "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": "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/rugby/pro-d2-bayonne-montauban-reporte-a-dimanche-en-raison-des-intemperies_AD-202112100390.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:50:58 GMT", - "enclosure": "https://images.bfmtv.com/MXn7NnyXjASU0sao4x6WcaO1xd4=/0x106:2048x1258/800x0/images/Aviron-bayonnais-1185966.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", @@ -68398,19 +69632,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "96ca3f3ed062e5d9e4b46fa3b2ff128e" + "hash": "3479656829da042ca4aca72e709326b1" }, { - "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": "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/societe/echecs-le-norvegien-magnus-carlsen-conserve-son-titre-de-champion-du-monde_AD-202112100386.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: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": "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", @@ -68418,19 +69653,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "74b1a0fc151ae9b1d888f84749b7cd81" + "hash": "48b0041979df080c132de665397708e0" }, { - "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 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/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/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: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 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", @@ -68438,19 +69674,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "76ed372391fcacd5f82b02e913c79528" + "hash": "4b542bc59f8a0206f887aec3672a2169" }, { - "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": "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/ligue-1/nantes-lens-en-direct-les-lensois-veulent-retrouver-le-podium_LS-202112100482.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 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 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", @@ -68458,19 +69695,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0435b32028881fef93663c54884d612f" + "hash": "714218511c85a4c8862f4c7e18939c5e" }, { - "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": "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/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/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 16:34:41 GMT", - "enclosure": "https://images.bfmtv.com/B55stMn0dCno8dcQswgWE7pSfTU=/0x58:2048x1210/800x0/images/Clement-Noel-1185896.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", @@ -68478,19 +69716,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "13e59952c50955d46833aa5bf6e1cbd2" + "hash": "8b227cef7f038bc20448daf25afe39d8" }, { - "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": "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/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/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 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 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", @@ -68498,19 +69737,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "31874b4dd27c7d1c589bd8f470167853" + "hash": "8c35b7c69eed79db17ec4bc4c9cf07f7" }, { - "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": "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/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/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 16:33:06 GMT", - "enclosure": "https://images.bfmtv.com/2A7lB7vn_U3YoG5JFAavRlBzdns=/0x23:800x473/800x0/images/Taylor-Lapilus-1185915.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", @@ -68518,19 +69758,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ce6c961a6bec71b3619480884813e42" + "hash": "a29398cda8bd3d9d55182f4ca64d5527" }, { - "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": "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/football/transferts/manchester-city-le-dossier-haaland-tend-deja-guardiola_AV-202112100373.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 16:32:12 GMT", - "enclosure": "https://images.bfmtv.com/MsQpjBCYQQrTUMsvqOSleri91Ss=/0x152:2000x1277/800x0/images/Pep-Guardiola-1185926.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", @@ -68538,19 +69779,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f53115d921ffb3d8723ab1c3e8ea9699" + "hash": "8049a2a38d6819ab314eec952e706193" }, { - "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": "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/clubs/olympique-marseille/l-om-officialise-la-signature-d-un-nouveau-contrat-pour-dieng_AV-202112100365.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 16:21:19 GMT", - "enclosure": "https://images.bfmtv.com/p6v9j48T7oW2fVOoE2HxApCL0lg=/6x111:2038x1254/800x0/images/Bamba-Dieng-1138769.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", @@ -68558,19 +69800,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dbb6b2ad70ef90f5510b3bea17c82d95" + "hash": "54f0129f90f856ae0850da9308c384ea" }, { - "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": "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/judo/judo-teddy-riner-blesse-forfait-pour-la-coupe-d-europe_AV-202112100357.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 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 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", @@ -68578,19 +69821,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "627cfaf17b02966a7e27d86028c041d4" + "hash": "9b95eb21d2704a5288e3bd0cc03fef85" }, { - "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": "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/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/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 15:51:24 GMT", - "enclosure": "https://images.bfmtv.com/gngG6BExVY5lJjWCfoce5zi7bSc=/0x212:2048x1364/800x0/images/Javier-Tebas-1185897.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", @@ -68598,19 +69842,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "407a048a78d49a1b35a6489bf0d029de" + "hash": "026e26ff48a8fde5af6c12b7dd237706" }, { - "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: 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/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-terrible-fin-de-carriere-pour-raikkonen-qui-termine-sur-un-abandon_AV-202112120218.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 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", @@ -68618,19 +69863,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "948a250a0905923f6f7bf3fd7fe76dbd" + "hash": "3f1dd297b5665338429652e2ae163b58" }, { - "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": "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/premier-league/aston-villa-gerrard-ne-compte-pas-faire-de-cadeau-a-liverpool_AV-202112100333.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/multi-ligue-1-nice-piege-rennes-bordeaux-et-metz-reagissent_AV-202112120220.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 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", @@ -68638,19 +69884,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c20a377601c0b081cb42f704450ded7" + "hash": "6569dc59397a9888d98719e0ffe4d41c" }, { - "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": "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/ligue-des-champions/psg-mbappe-elu-meilleur-joueur-de-la-semaine-en-ligue-des-champions_AV-202112100331.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-le-stade-francais-sombre-au-connacht_AV-202112120214.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 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", @@ -68658,19 +69905,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a373c5c0ea899b0019c6ffb54b89575a" + "hash": "abe412d4c880afabf9c2628d34a2c89b" }, { - "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": "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/rugby/top-14-jaminet-rejoindra-toulouse-en-fin-de-saison_AV-202112100327.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-lundi-13-decembre-2021_AN-202112120211.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 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", @@ -68678,19 +69926,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5542416cd4c802857884c301d3a4947" + "hash": "355865c09809a2b272af305cefd9f5dc" }, { - "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": "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/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/paris-hippique/prix-du-bourbonnais-etonnant-cree-la-surprise-en-dominant-face-time-bourbon_AN-202112120210.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 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", @@ -68698,19 +69947,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ac9b8c6efe1994c8a5bf566ab6499b3" + "hash": "d0fabc96e8e758cc310681f4d7a2d89d" }, { - "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": "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/paris-hippique/les-pronos-hippiques-du-samedi-11-decembre-2021_AN-202112100325.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": "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 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", @@ -68718,19 +69968,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "38565e58e72f90b0437fb0b599c6cd06" + "hash": "4884daeed66db41abca9e4fff71ee277" }, { - "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": "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/football/ligue-1/om-sampaoli-ne-veut-pas-faire-de-promesse-a-mandanda_AV-202112100323.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": "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 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", @@ -68738,19 +69989,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c37c87c11778d644952b57f2a00b925d" + "hash": "8130783fb6d25fd2ed937ebc9353cc68" }, { - "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": "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/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/gp-d-abu-dhabi-le-dernier-tour-historique-qui-a-offert-le-titre-a-verstappen_AV-202112120193.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 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", @@ -68758,19 +70010,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "05c4319a7c231626876b8e2899c6ac8d" + "hash": "cf3c3ae471bdc1a4b3dce06d31a70294" }, { - "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": "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-on-doit-s-ameliorer-dans-la-finition-dit-sampaoli_AV-202112090644.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 23:27:23 GMT", - "enclosure": "https://images.bfmtv.com/SoEQ6LSzm1yEmP9-irbCsXAGfno=/0x28:1200x703/800x0/images/Jorge-Sampaoli-1179641.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", @@ -68778,39 +70031,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8d9057c24a1897cfe5d99ac30f3a8c9" + "hash": "8583532ed7937dae0eb0fcef87ee9907" }, { - "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": "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/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/auto-moto/f1/f1-verstappen-champion-du-monde-apres-une-folle-bataille-avec-hamilton_AV-202112120185.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 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", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a2e15f4b17bdbd51229fcd695929706b" + "hash": "ae24f916f04191be8177c616862e49f8" }, { - "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": "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/pari-sportif/pronos-paris-rmc-les-paris-du-10-decembre-sur-nantes-lens-ligue-1_AN-202112090337.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/strasbourg-om-en-direct-marseille-veut-reagir-en-alsace_LS-202112120184.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 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", @@ -68818,19 +70073,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f2daab4073cefb5cc9481a240e448cb" + "hash": "377f7bbad9b507e8e6de100691310c48" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-buteur-du-jour-du-10-decembre-ligue-1_AN-202112090336.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 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/nAVRRRzJzTm6NbIRIICdXhKjDXQ=/0x104:1984x1220/800x0/images/Ludovic-Blas-Nantes-1185017.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", @@ -68838,19 +70094,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "51b427fe987708bf4746c80ce970cb2e" + "hash": "e4163eaffd2bd5ef41b9456569050bc6" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-10-decembre-serie-a-italie_AN-202112090333.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 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 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", @@ -68858,19 +70115,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9276aa4eb711c039801d4c0d866c0a21" + "hash": "68b1749f4d7af9a27d9c2307a6094e9c" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-sur-du-10-decembre-jupiler-league-belgique_AN-202112090331.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 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 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", @@ -68878,19 +70136,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1e130b1a620255524b68fbfaae99a5f" + "hash": "50240e0137365cef70680ab8301dde69" }, { - "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 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/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-contact-entre-verstappen-et-hamilton-au-premier-tour_AV-202112120161.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 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", @@ -68898,39 +70157,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d925158b1396109f07218a2f7e7c592" + "hash": "eb6b2cba2588c7e1e0328ec3bbe1371a" }, { - "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": "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/football/europa-league/ligue-europa-les-adversaires-potentiels-du-barca-en-barrage_AV-202112090630.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 22:44:12 GMT", - "enclosure": "https://images.bfmtv.com/mZTItPgzUw0XQDompC-rqlLVS9Y=/0x18:2048x1170/800x0/images/Pique-1184813.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", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6a0498d7db5d391ea41791b2f8e5c46f" + "hash": "42361337020fddbbd87cafeab331c5b0" }, { - "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": "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/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/sports-d-hiver/ski-alpin/val-d-isere-slalom-cocorico-noel-s-impose-a-domicile_AV-202112120149.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 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", @@ -68938,19 +70199,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d18e7384d2086be800a77e32eebbe100" + "hash": "63a78afbb7de036340e9326593d55202" }, { - "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": "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/ligue-des-champions/ligue-des-champions-le-multiplex-en-direct_LS-202112080539.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 18:14:34 GMT", - "enclosure": "https://images.bfmtv.com/mZTItPgzUw0XQDompC-rqlLVS9Y=/0x18:2048x1170/800x0/images/Pique-1184813.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", @@ -68958,59 +70220,62 @@ "favorite": false, "created": false, "tags": [], - "hash": "695db7968e6e1521c8bc7688cc0f234b" + "hash": "45188d592f2ad7596ea4f79a712d021c" }, { - "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": "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/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/championnat-de-belgique/belgique-un-milieu-de-terrain-de-seraing-termine-gardien-contre-anderlecht_AN-202112120128.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 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", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "236623815a9d9e9ed239b847292b6835" + "hash": "412a15bca3ab9f0c7a5d523d4d923c1c" }, { - "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": "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/europa-league/europa-conference-league-les-adversaires-potentiels-de-l-om-en-barrage_AV-202112090607.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 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 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", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "abb51d064a57f65bd4ca9962610965c0" + "hash": "9893de9377f3ab0e19fbc2ddf520e314" }, { - "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": "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-om-domine-le-lokomotiv-moscou-et-decroche-son-repechage-en-europa-conference-league_AV-202112090603.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 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 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", @@ -69018,19 +70283,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7eac4cd1b662e79e70d930991a7dcda" + "hash": "1af064cab8663cd36bd544a3fc890023" }, { - "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": "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/basket/euroligue/euroligue-nouvelle-defaite-pour-l-asvel-face-a-vitoria_AV-202112090600.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 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 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", @@ -69038,19 +70304,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5356e53d9c02ff1920f7a648faf0a5c8" + "hash": "483fbd229aba8c17e9e2ba32dbe6dc13" }, { - "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": "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/societe/accuse-d-agression-sexuelle-pierre-menes-sera-juge-le-8-juin-affirme-son-avocat_AV-202112090593.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 21:21:48 GMT", - "enclosure": "https://images.bfmtv.com/JwRfTvMKyAklKOdqgUkmsnzj1og=/0x106:1200x781/800x0/images/-880895.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", @@ -69058,19 +70325,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "712d73f06f241598ef0d85a1ba7f9526" + "hash": "2c1994a8734b9952c56cec9b9a250572" }, { - "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": "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/handball/feminin/mondial-de-hand-les-francaises-maitrisent-la-pologne-au-tour-principal_AV-202112090589.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 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 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", @@ -69078,19 +70346,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8072a32573578d64668cd2370fb3e1b5" + "hash": "263fa09af6ca06898d102d6fcd893bd2" }, { - "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": "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/europa-league/sturm-graz-monaco-l-asm-remaniee-et-rajeunie-accrochee-en-autriche_AD-202112090578.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 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": "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", @@ -69098,19 +70367,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf9134b1a9a6ec18d756fbca5abe6580" + "hash": "46d14805c45b9999f9f550bc85b417d1" }, { - "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": "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/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/ligue-1/strasbourg-om-comment-sels-est-devenu-un-maillon-fort-du-systeme-stephan_AV-202112120090.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 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", @@ -69118,19 +70388,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f162604dd5a85fe68672c25c197a701f" + "hash": "84589d277ac2b3b2a331e9198d43d3d4" }, { - "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": "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/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/rugby/coupe-d-europe/champions-cup-le-stade-francais-prive-de-quesada-au-connacht_AV-202112120082.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 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", @@ -69138,19 +70409,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "62085a5bc06b970fb3f8a0cf6e5249b6" + "hash": "e832f7427ef46e52855d39f9d773496a" }, { - "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": "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/football/europa-league/ligue-europa-l-ol-se-contente-d-un-triste-nul-face-aux-rangers_AV-202112090557.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": "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 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", @@ -69158,19 +70430,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "36c78388b238bc480d6c3aabf339c05b" + "hash": "ee799069083ad3fd84fef004e72f01bb" }, { - "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": "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/football/premier-league/premier-league-apres-rennes-le-match-de-tottenham-a-brighton-aussi-reporte_AV-202112090554.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 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 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", @@ -69178,39 +70451,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "e85cf4bb577862207d067111da9e03c2" + "hash": "dbd0147b53bf2bb90b27df939ebebd08" }, { - "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": "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/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-des-champions/ligue-des-champions-le-film-de-la-flamboyante-victoire-de-lille-a-wolfsburg_AV-202112120071.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": "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", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "59c381e68bbe4f60d2f92fb7cf162918" + "hash": "d56e227489c89c3f01f5b940c518c00e" }, { - "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": "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/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/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 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 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", @@ -69218,19 +70493,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e4c7796f06bdc3b3e5c50e507fa0d93" + "hash": "782fb0fbfa931366b957e6ae722181f5" }, { - "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": "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/football/transferts/mercato-letang-confirme-des-discussions-avec-la-fiorentina-pour-ikone_AV-202112090528.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: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 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", @@ -69238,19 +70514,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b3369fc49b06f6015079cfe2a6770e6" + "hash": "bab4561fe4b75bd291d7921eda2d9028" }, { - "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": "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/europa-league/om-lokomotiv-moscou-mandanda-et-balerdi-relances-payet-sur-le-banc_AV-202112090526.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:54:00 GMT", - "enclosure": "https://images.bfmtv.com/iaojv_fwSCtHsVsFBX3zOd5khP4=/0x99:2048x1251/800x0/images/Steve-MANDANDA-1161986.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", @@ -69258,19 +70535,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "88c92e0a16415e52ab10a38abce6ad2c" + "hash": "c2bb0baaae10ff9ea331fbe08e732e79" }, { - "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": "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/yannick-agnel-place-en-garde-a-vue-pour-des-faits-supposes-de-viol-sur-mineur_AN-202112090361.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 15:34:29 GMT", - "enclosure": "https://images.bfmtv.com/jvn4do0i9iIXSNwbCRblswam4-Q=/0x74:2048x1226/800x0/images/Yannick-Agnel-1185007.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", @@ -69278,19 +70556,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "404c806502c1f5d92a901c14ca5db972" + "hash": "7e69bcec758bb27b60e76c86554675eb" }, { - "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": "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/pari-sportif/pronos-paris-rmc-les-paris-du-9-decembre-sur-marseille-lokomotiv-moscou-ligue-europa_AN-202112080416.html", + "link": "https://rmcsport.bfmtv.com/football/argentine-les-adieux-tres-emouvants-de-lisandro-lopez-au-racing-club_AV-202112120050.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 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", @@ -69298,19 +70577,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ba5adbbc55fa0a965b319a1b433b59e" + "hash": "75dd8dbb09ece573bf96d48390fc9b4b" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-football-de-rolland-courbis-du-9-decembre-ligue-europa_AN-202112090276.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 12:15:30 GMT", - "enclosure": "https://images.bfmtv.com/d5mmyX8h-DDzlC90ixcXqioiDTk=/13x40:1997x1156/800x0/images/A-Milik-1184930.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", @@ -69318,19 +70598,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "17c876c751fd625729ea899e0af13adf" + "hash": "0b87c31cf3407c9b66f54ecdc1fc21bd" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-9-decembre-nba_AN-202112090499.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 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 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", @@ -69338,19 +70619,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ed14e9bc7cf42c45c9325855e1ccdf4" + "hash": "3cf1a9dc32e6edb7925a2c346990fe9e" }, { - "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": "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/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/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 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 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", @@ -69358,19 +70640,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "77863f46ad22a4f788581166fac16fbf" + "hash": "4b4e47e570b15cb7dd21409db3b95435" }, { - "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": "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/natation/accusation-de-viol-france-info-suspend-sa-collaboration-avec-yannick-agnel_AD-202112090491.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 18:10:13 GMT", - "enclosure": "https://images.bfmtv.com/TOyAyEpgUtYNco9m0zVW6QZz6Po=/0x53:1024x629/800x0/images/-779538.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", @@ -69378,19 +70661,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "350892c6a05c4dd4fc3d4bfa38aa9d23" + "hash": "272b29efc142f1dcf9ee5a03ce67cb1a" }, { - "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": "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/football/ligue-1/incidents-ol-om-rothen-remonte-contre-la-lfp-sur-le-cas-payet_AV-202112090488.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 18:05:30 GMT", - "enclosure": "https://images.bfmtv.com/GRURv_TXtUZ3p8oMt9XMjcPuP1k=/154x126:1530x900/800x0/images/Jerome-Rothen-1132375.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", @@ -69398,19 +70682,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ff7203d64df89c898e078b300a2595c" + "hash": "8d9a15e5be363cb2b91205e0e2241515" }, { - "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": "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/natation/champion-olympique-consultant-e-sport-les-differentes-casquettes-de-yannick-agnel_AN-202112090482.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 17:58:31 GMT", - "enclosure": "https://images.bfmtv.com/dpvpg5ZEe9Ok_Xy6HlICw_xO3-8=/0x197:2048x1349/800x0/images/Yannick-Agnel-en-2016-1185222.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", @@ -69418,39 +70703,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "c05e05d17be7f8f9321494b2592bb103" + "hash": "0d12711255dd8a737209b1e7b137d10e" }, { - "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": "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/clubs/paris-saint-germain/psg-directeur-technique-du-centre-de-formation-cabaye-felicite-simons-et-michut_AV-202112090474.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 17:46:57 GMT", - "enclosure": "https://images.bfmtv.com/I9FOYfZ8IdCANi8gEYpmCLV9D88=/0x26:2048x1178/800x0/images/Yohan-Cabaye-PSG-1038951.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", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "185311c774713e8b1b2ee12113b8579c" + "hash": "48fa394bdb0cad71e21c2a3c8f3b5813" }, { - "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": "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/saint-etienne-ce-que-sable-a-deja-change-depuis-sa-prise-de-fonction_AV-202112090465.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 17:26:29 GMT", - "enclosure": "https://images.bfmtv.com/VUyQ847VnaD-_0PcfQhCepMdf8c=/0x0:2048x1152/800x0/images/Julien-Sable-1185170.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", @@ -69458,19 +70745,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8776259128020ef5d650dfaa5adae4a6" + "hash": "4abd3af9b8419b88af7e09e1c7c75ac9" }, { - "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": "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/football/thierry-henry-veut-encore-entrainer-et-apprend-a-comprendre-la-nouvelle-generation_AV-202112090455.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 17:10:08 GMT", - "enclosure": "https://images.bfmtv.com/IZ_fWG6RjhAH2HPe35x2CLBLzWQ=/4x85:1364x850/800x0/images/Thierry-Henry-1172448.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", @@ -69478,19 +70766,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ace7db7add69dbf15da99931ac445848" + "hash": "2ecfb89ff926d57eeecc4854ed8a7745" }, { - "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": "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/europa-league/sturm-graz-monaco-en-direct-un-duo-volland-ben-yedder-en-attaque_LS-202112090441.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:57:53 GMT", - "enclosure": "https://images.bfmtv.com/a8NBmdJVJViaPOiotehPftV648Q=/0x104:2000x1229/800x0/images/Volland-face-au-Sturm-Graz-1185242.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", @@ -69498,19 +70787,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6de7480ff55a0447941d68cd7cb81a8b" + "hash": "8696a07b2992dfb64b86394d658fc8f8" }, { - "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": "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/europa-league/ol-rangers-les-compos-bosz-fait-tourner-premiere-pour-vogel_AV-202112090439.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 16:54:23 GMT", - "enclosure": "https://images.bfmtv.com/4WXSpLk9F00_bhtkPTw4AqHJjOY=/0x61:1696x1015/800x0/images/Pollersbeck-1185147.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", @@ -69518,19 +70808,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "36d76d4d322e01cd76a5dedc6b1bbf8f" + "hash": "649cc569c05677036d898c9010758ac1" }, { - "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": "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/sports-de-combat/mma/ufc-269-dustin-poirier-l-or-apres-l-argent_AV-202112090428.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 16:43:25 GMT", - "enclosure": "https://images.bfmtv.com/APH2f_WX47CkyojEWTv4QOjIdkM=/0x137:2048x1289/800x0/images/Dustin-Poirier-1185117.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", @@ -69538,39 +70829,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a7c40e8268ef205fb0ef1e894f0e70b" + "hash": "f09edcfcfcb5325d094110333ac169c3" }, { - "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 à 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/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-a-l-exterieur-du-12-decembre-ligue-1_AN-202112110231.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: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", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9091be394bccaa86ceee65da776caef4" + "hash": "aac4de0946339776375bf6c96ac6e492" }, { - "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": "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/europa-league/ligue-europa-om-lokomotiv-moscou-en-direct_LS-202112090420.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 16:33:38 GMT", - "enclosure": "https://images.bfmtv.com/OC_f-b4x_CIz9Ov35325Rwy1-0A=/0x106:2048x1258/800x0/images/1185345.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", @@ -69578,19 +70871,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "17173a601de627ff7b993677ecb6c600" + "hash": "f2d0269d41a48ed12b3890e67d9ce5ba" }, { - "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": "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/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/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 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 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", @@ -69598,19 +70892,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0120025400cdb422d8740ff75fac0897" + "hash": "f2a920d9dd7bbd50f4378a8b064fe688" }, { - "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": "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/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/rugby/coupe-d-europe/champions-cup-tres-gros-accroc-pour-un-montpellier-bis_AD-202112110371.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 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", @@ -69618,19 +70913,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "06e680c43fd38d71661671b05f14197e" + "hash": "cfdea753cc59dc6f7515d0e75dff338c" }, { - "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": "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/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/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 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 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", @@ -69638,19 +70934,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e120b9ecf45e301b72b7b4925ef06796" + "hash": "f4429b084adc91fb61d164b77e09824f" }, { - "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": "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/ligue-des-champions/bayern-barca-lenglet-se-justifie-apres-les-images-polemiques-tout-sourire-avec-lewandowski_AV-202112090383.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 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 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", @@ -69658,19 +70955,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a9f6e24194a25a7227dd3a5a583eb09" + "hash": "1cc44f7a4bbe8a41e8871c8f63f2e10b" }, { - "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": "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/transferts/mercato-raiola-fait-monter-la-pression-pour-haaland_AV-202112090322.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 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 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", @@ -69678,19 +70976,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5db56d8d6983e2f3b52e8796b638126d" + "hash": "e15aac61e0056d92ce3a04f10d083f59" }, { - "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": "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/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/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 14:18:53 GMT", - "enclosure": "https://images.bfmtv.com/7z3UfCv9QAGjasbl781VRIXC3ao=/6x101:2038x1244/800x0/images/Losc-Wolfsburg-1184513.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", @@ -69698,19 +70997,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec2d8737afa117fb75daa42cf5c43c00" + "hash": "dac8660e9025ed05f0d0c7e7e650b354" }, { - "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": "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/ligue-1/om-valentin-rongier-explique-pourquoi-il-ne-marque-presque-jamais_AV-202112090317.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 14:08:28 GMT", - "enclosure": "https://images.bfmtv.com/pf2q1HHQ8NJHTOxQ7bgkHDouQF8=/0x143:2048x1295/800x0/images/Valentin-Rongier-1167218.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", @@ -69718,19 +71018,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2386050bf4582f97deb6ff1d9932b180" + "hash": "9f4c210d9682064e505c1bd838ee4942" }, { - "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": "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/ligue-1/ligue-1-pep-guardiola-comment-l-entraineur-du-stade-rennais-juge-son-surnom_AV-202112090307.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 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 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", @@ -69738,19 +71039,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fafd47d4f8e23796748d3cabaa67ac8e" + "hash": "9dde5515a1a7cb40c9da049acb8a4572" }, { - "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": "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-khazri-dement-avoir-achete-un-immeuble-pour-loger-des-sans-abris_AV-202112090302.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 13:35:19 GMT", - "enclosure": "https://images.bfmtv.com/xFO3OqWx-L2vCk3n4wbPRJYjdXU=/0x118:2048x1270/800x0/images/Wahbi-Khazri-1184964.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", @@ -69758,19 +71060,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "140da4f7c20f1f6f1132caadd148083a" + "hash": "882cf9121a6e92bebd1442bfd8202633" }, { - "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": "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/auto-moto/f1/f1-verstappen-estime-etre-traite-differement-des-autres-pilotes_AV-202112090296.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 13:25:26 GMT", - "enclosure": "https://images.bfmtv.com/xxTqXP4GEp0oC6ytHJ72N0J1wTI=/0x0:2048x1152/800x0/images/Verstappen-1184959.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", @@ -69778,19 +71081,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c72f0e75b29a325e79271251ad713273" + "hash": "6d7823580f8c32c8dd1b8813572f5796" }, { - "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: 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/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-nouveau-coup-d-arret-pour-la-juventus-tenue-en-echec-par-venise_AV-202112110339.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 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", @@ -69798,19 +71102,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c621af4d32e4c15232286095a977990" + "hash": "ccac2785a1a33ec2b53ca96679622167" }, { - "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": "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/losc-gourvennec-savoure-l-accueil-des-fans-apres-la-qualification-en-ligue-des-champions_AV-202112090290.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 13:11:50 GMT", - "enclosure": "https://images.bfmtv.com/vGx4mpoEivRZ9GgnvUE-1i0acd8=/0x0:2048x1152/800x0/images/Jocelyn-Gourvennec-1184969.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", @@ -69818,19 +71123,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c2115da8f5f8d16c9a67fd6a8f8435cb" + "hash": "d400596c1c07f7ef8474c5dc1e146c3a" }, { - "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": "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/cyclisme/tour-de-france/tour-de-france-la-spectatrice-a-la-pancarte-condamnee-a-une-amende_AV-202112090286.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: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 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", @@ -69838,19 +71144,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b32439f83a5c099ca414be500bd1659c" + "hash": "d3140ae24f3c7b15d5732edfdc9150cc" }, { - "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": "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/clubs/olympique-lyon/lyon-juninho-les-raisons-d-un-depart_AV-202112090285.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 12:50:13 GMT", - "enclosure": "https://images.bfmtv.com/91DYCYPmwbklACvwY56DyeW5Rjg=/0x0:1376x774/800x0/images/-848768.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", @@ -69858,19 +71165,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f80b60663ef871d7eb41541e84ef40f2" + "hash": "3ea5b2842088800f1e331e982fd68d18" }, { - "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": "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/football/bundesliga/bayern-affaibli-par-le-covid-kimmich-ne-rejouera-avant-2022_AV-202112090282.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 12:46:57 GMT", - "enclosure": "https://images.bfmtv.com/iBRJP8sRbLkUMZ49ssmzPBjoBe0=/0x106:2048x1258/800x0/images/Joshua-Kimmich-1184948.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", @@ -69878,19 +71186,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "09e5fc3b34f1dc438742ebd583007b37" + "hash": "dc69537b8e04e86a7a1d6f2ff20c2605" }, { - "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": "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/ligue-1/saint-etienne-nomme-entraineur-interimaire-sable-change-de-capitaine_AV-202112090278.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 12:29:11 GMT", - "enclosure": "https://images.bfmtv.com/j63whodjrWYf0KPJdYR0TY2POOk=/0x106:2048x1258/800x0/images/Wahbi-Khazri-1184936.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", @@ -69898,19 +71207,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "efd0bf5158b6a788b38de2eb57f1a8fa" + "hash": "4c9bc51f234c07b667976a9dabf1416a" }, { - "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": "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/football/ligue-des-champions/barca-les-chiffres-desastreux-du-fiasco-en-ligue-des-champions_AV-202112090277.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 12:25:04 GMT", - "enclosure": "https://images.bfmtv.com/3SbOFWHSUMtFJ34Lali5w1sYC1I=/0x0:2048x1152/800x0/images/FC-Barcelone-1184919.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", @@ -69918,39 +71228,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff35931161d791e1ccf15dc659e72185" + "hash": "653d0a324d2fc08ac47f7d8d91d1ed5c" }, { - "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": "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/pari-sportif/pronos-paris-rmc-les-paris-du-9-decembre-sur-lyon-rangers-ligue-europa_AN-202112080418.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": "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 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": "1081daebafa51b3eda52dfac1f9b89c2" + "hash": "b3a99dd7ac5791153286682729e14d52" }, { - "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": "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/ligue-des-champions/barca-bayern-xavi-a-pousse-un-enorme-coup-de-gueule-dans-le-vestiaire_AV-202112090274.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 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 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", @@ -69958,19 +71270,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa69a863643e9f4de1fe77b479889078" + "hash": "ea8c19d33bf66f82714d0eb374420880" }, { - "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": "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/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/football/premier-league/premier-league-liverpool-s-impose-difficilement-face-au-aston-villa-de-gerrard_AV-202112110297.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 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", @@ -69978,19 +71291,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "71bcf8a941b121ee932a35700ce1a655" + "hash": "e98653fc96d19ed5d90b5af2a7de3d52" }, { - "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": "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/ligue-des-champions-54-supporters-du-dynamo-kiev-arretes-lors-d-affrontements-avec-ceux-du-benfica_AV-202112090256.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 11:47:31 GMT", - "enclosure": "https://images.bfmtv.com/Q_QaP8ZWVj7Q-eAtZo0eHla5fes=/0x106:2048x1258/800x0/images/Benfica-1184896.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", @@ -69998,19 +71312,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "85e7e9f0027ee301a21cdaf8e684c1a3" + "hash": "588b7a810ac5ce518184a8e27a7ca5d7" }, { - "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": "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/auto-moto/f1/f1-pour-ecclestone-mercedes-joue-un-jeu-psychologique-avec-verstappen_AV-202112090250.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": "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 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", @@ -70018,19 +71333,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d4098db82b1d874d2036310a0ffaf5d" + "hash": "2b5314adf39dbc89b915485f7b98332e" }, { - "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": "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/football/europa-league/ligue-europa-a-quelle-heure-et-sur-quelle-chaine-suivre-sturm-graz-monaco_AV-202112090246.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 11:35:56 GMT", - "enclosure": "https://images.bfmtv.com/yTnfJiSq2GP8NkwjVGQO6AMIGgU=/0x106:2048x1258/800x0/images/Monaco-1184876.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", @@ -70038,19 +71354,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b36cc6ce8287cf1f88cf94f79793253" + "hash": "76a43d437900c8cae6c37d90d8b5ea0e" }, { - "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": "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/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-reims-saint-etienne-en-direct_LS-202112110324.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 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", @@ -70058,19 +71375,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f78a3825feb426a3ff999e148c20691f" + "hash": "a62809f81f01df1ce0c5798e1388c680" }, { - "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": "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/les-images-geniales-de-nene-qui-reussit-le-challenge-de-la-lucarne-d-evry_AV-202112090237.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 11:20:51 GMT", - "enclosure": "https://images.bfmtv.com/B51zh7OfdYj0owNqILHjHMv_YOY=/0x0:1280x720/800x0/images/Nene-1184929.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", @@ -70078,19 +71396,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "accabc916fcbf0c7a587ea4cd8b78f7a" + "hash": "0aec1219000bb652e8a4ffafe0dc245b" }, { - "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": "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/premier-league/chelsea-tuchel-recadre-ses-joueurs-apres-le-nul-face-au-zenith_AV-202112090225.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 10:57:49 GMT", - "enclosure": "https://images.bfmtv.com/KQh7QJY0XM4qe57-xnyVcQRK8MY=/0x35:2048x1187/800x0/images/Thomas-Tuchel-1130374.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", @@ -70098,19 +71417,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e2065ad3b795c50170063c4711a1348" + "hash": "7dc90866dd225b5b2d9a41f3b1385ca2" }, { - "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": "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/europa-league/ligue-europa-a-quelle-heure-et-sur-quelle-chaine-suivre-om-lokomotiv-moscou_AV-202112090222.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 10:48:21 GMT", - "enclosure": "https://images.bfmtv.com/bXVN-tu7c3E11IExYjiH3GE47WU=/0x106:2048x1258/800x0/images/Pol-Lirola-1184858.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", @@ -70118,19 +71438,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8365e3f8ce2e969b4dd55cf69b0b04ef" + "hash": "54da53aa2f67ddbd5b7e502ddef3b4d4" }, { - "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": "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/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/liverpool-l-ovation-d-anfield-pour-le-retour-de-gerrard-avec-aston-villa_AV-202112110260.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 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", @@ -70138,19 +71459,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa6c39550228c311c8a8321598891b94" + "hash": "1183f4f15d51cd5dd5551f111c5692ae" }, { - "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": "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/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/transferts/manchester-united-martial-devrait-etre-prete-en-janvier_AV-202112110259.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 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", @@ -70158,19 +71480,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9bae2e97dd26316083e8f285c245d68a" + "hash": "5ca6a86ea3c198ab5088c21718d458d0" }, { - "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": "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/tennis/roland-garros/tennis-amelie-mauresmo-nommee-nouvelle-directrice-de-roland-garros_AV-202112090202.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 10:16:13 GMT", - "enclosure": "https://images.bfmtv.com/8sXHfd9h06FlZp4yfQ7AuMM6dkQ=/0x0:2048x1152/800x0/images/Amelie-Mauresmo-1056662.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", @@ -70178,19 +71501,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b07f569688057b5ef40559042899fe8" + "hash": "c4b9c2f8b275a447462c93e3ddfee6c8" }, { - "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": "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/accuse-d-agression-sexuelle-pierre-menes-place-en-garde-a-vue_AN-202112090199.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 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 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", @@ -70198,19 +71522,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "70a089431dd1136fca3a52c65b28f5fa" + "hash": "73689a65f655ad3244140c3353c47186" }, { - "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": "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/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/handball/feminin/mondial-de-hand-nze-minko-cadre-des-bleues-et-entrepreneuse-feministe_AV-202112110251.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 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", @@ -70218,19 +71543,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e995bdf5da4fdcc83bee51d5e3ff24b2" + "hash": "f4afb93edd106c591f651d908ba221a9" }, { - "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": "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/europa-league/ligue-europa-a-quelle-heure-et-sur-quelle-chaine-suivre-ol-glasgow-rangers_AV-202112090193.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 09:54:47 GMT", - "enclosure": "https://images.bfmtv.com/WbU3j8F1IBgZs0QDv4tSIYR6l_4=/0x106:2048x1258/800x0/images/Lyon-1184809.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", @@ -70238,19 +71564,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e6bf24d2fece15fc6bfc5abfb7f7c6f" + "hash": "7feada513fa498fac113a24f841efa33" }, { - "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": "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/ligue-des-champions-quand-aura-lieu-le-tirage-au-sort-des-huitiemes-de-finale_AV-202112090177.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 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: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", @@ -70258,19 +71585,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ef390adfdd76fd60c85c73f1ffd7037" + "hash": "96e20d64b0a30db870e68e35a0e65b3e" }, { - "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": "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/europa-league/ligue-europa-comment-l-om-peut-se-qualifier-pour-l-europa-conference-league_AV-202112090166.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 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: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", @@ -70278,19 +71606,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "36edd2a3893445dcb3ee8632c7054e2b" + "hash": "ef8d690e923c93a1e43c8b6ee4af478e" }, { - "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": "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/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/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 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: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", @@ -70298,19 +71627,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3c991c58a33d58d4772c8839025fba0" + "hash": "763049d0b791ef53a47f7285a126a87b" }, { - "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: 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/auto-moto/f1/f1-le-directeur-de-course-previent-verstappen-en-cas-de-crash_AV-202112090161.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 08:50:55 GMT", - "enclosure": "https://images.bfmtv.com/IUo7tLZx3FAWIzMMRgSy9YeuPcM=/0x106:2048x1258/800x0/images/Max-Verstappen-1184760.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", @@ -70318,19 +71648,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d1fcd23e68928c7c6c11d81bf54fb11" + "hash": "e79fd3fba51f9d8d57a8af8e96b308a2" }, { - "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": "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/ligue-1/ligue-1-en-direct-toutes-les-infos-avant-la-18e-journee_LN-202112090152.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 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 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", @@ -70338,39 +71669,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "910955981c6b35acb9a3c5f15743796e" + "hash": "97e14fcdc31d0d375123dab633d6eafb" }, { - "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": "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/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/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 08:24:08 GMT", - "enclosure": "https://images.bfmtv.com/G2GJI6tBABDGfIrDB3Z43NstQS0=/4x4:1812x1021/800x0/images/Blanquer-sur-RMC-1184769.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": "0016d8c30c06d936dcfa241134ac8fd2" + "hash": "786e90ec4cbfc6cd64b2fd9edb67935c" }, { - "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": "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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-9-decembre_LN-202112090128.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-dimanche-12-decembre-2021_AN-202112110212.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 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", @@ -70378,19 +71711,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "70c8071461d90ca4a281dfbaf481f28a" + "hash": "a56461cf236ca6379fcd882bbe2bea71" }, { - "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": "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/pique-xavi-ter-stegen-l-elimination-du-barca-inspire-les-reseaux-sociaux_AV-202112090126.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 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 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", @@ -70398,19 +71732,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "021af0e1e2c6c79b266eed170fa99df0" + "hash": "f6c403ec7968e7e86f9839154c1463f8" }, { - "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": "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/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/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 07:28:26 GMT", - "enclosure": "https://images.bfmtv.com/Q4JPt8tKl0giPC7hhIrdveBBdUo=/0x0:2048x1152/800x0/images/Thomas-Mueller-1184689.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", @@ -70418,19 +71753,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9bf73c6ed4bf764f3fd42f94d1b999e" + "hash": "5f2989ad01a01363ff87109f36cf6ca1" }, { - "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": "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-attendu-pour-la-spectatrice-a-la-pancarte_AD-202112090103.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 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": "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", @@ -70438,19 +71774,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "501eb42477457c81c806b5db98e2c80f" + "hash": "56dcd9a1f749935b727938353a2a1f19" }, { - "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": "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/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/ligue-1/ligue-1-suivez-brest-montpellier-en-direct_LS-202112110234.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 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", @@ -70458,19 +71795,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "73761d7f16f771392f3a58572a7ee631" + "hash": "ab0277687d3aac76a66191f0ab1f5509" }, { - "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": "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/premier-league/manchester-united-ralf-rangnick-justifie-la-nomination-d-un-psychologue_AV-202112090077.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 06:56:56 GMT", - "enclosure": "https://images.bfmtv.com/CieoJ1vEzoUQPTNpENFDMcr9dYY=/0x0:2032x1143/800x0/images/Ralf-Rangnick-1184647.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", @@ -70478,19 +71816,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a45914776d647560a12f6353ee1e8f3" + "hash": "2b6b8df2306db6c4c6fb770e337e31d0" }, { - "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": "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-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/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 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 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", @@ -70498,19 +71837,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "20bd573e45f88808c4f7a4487adb2633" + "hash": "1a71f06d13ee76245b898b06c408f1f5" }, { - "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": "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/ligue-des-champions-le-multiplex-en-direct_LS-202112080539.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 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 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", @@ -70518,19 +71858,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "740ec72deafbfb45a66af015470adda0" + "hash": "d2346d228417692f632721fab4a5c532" }, { - "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": "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-des-champions/bayern-barca-lenglet-rigole-avec-lewandowski-et-provoque-la-colere-des-supporters-catalans_AV-202112090034.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-ramos-forfait-contre-monaco-kimpembe-incertain_AV-202112110181.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 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", @@ -70538,19 +71879,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dbb7b566480beefa368e951900d4d8c4" + "hash": "2635c2d23a819096803804b3d742cc3f" }, { - "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": "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-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/football/ligue-1/psg-en-direct-la-conf-de-pochettino-avant-monaco_LN-202112110112.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: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", @@ -70558,19 +71900,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "48be83c9c90e726c5d6ee56ea55fcc1c" + "hash": "de142e587195b730b7b693985273ca25" }, { - "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": "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/cyclisme/tour-de-france/tour-de-france-jugement-jeudi-pour-la-spectatrice-a-la-pancarte_AD-202112090011.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": "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": "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", @@ -70578,19 +71921,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b48a8b552251f9648d4269263ea82dc8" + "hash": "f3540c3b1b9d927af1b49cb32afada32" }, { - "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: 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/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", @@ -70598,19 +71942,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee065564f3192f5f4ce7674e72d429c3" + "hash": "a23e353a3ec08ef367603104764d90d0" }, { - "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": "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/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/ligue-1/incidents-en-ligue-1-labrune-promet-des-annonces-en-fin-de-semaine-prochaine_AV-202112110173.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: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", @@ -70618,19 +71963,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a62b2800040a33c5c7c0f193932df7db" + "hash": "e069a121c3891ab7ae3b0f0e8f6f23a6" }, { - "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": "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/barca-un-coup-de-massue-pour-xavi-apres-l-elimination-en-ligue-des-champions_AV-202112090008.html", + "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-ca-me-touche-particulierement-confie-maracineanu_AV-202112110168.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 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", @@ -70638,19 +71984,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "104890f0c63b8724f1275b0927c09215" + "hash": "9a39f901205ba233693c9134b5679c93" }, { - "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": "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/wolfsburg-lille-c-est-historique-les-dogues-laissent-eclater-leur-joie_AV-202112080653.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 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": "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", @@ -70658,19 +72005,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9f463eaec2a63313481d5ff7c9d9cd6" + "hash": "5f0f002d4fabaf57d0b50794cd14cfef" }, { - "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": "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-1/incidents-ol-om-cardoze-explique-que-l-om-voulait-avoir-match-gagne_AV-202112080650.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 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 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", @@ -70678,19 +72026,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ac0fb24770f55747283da033c38fd32" + "hash": "0b415b39857500371b92751259d671bc" }, { - "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": "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/ligue-1-en-direct-les-infos-en-direct-avant-la-18e-journee_LN-202112060283.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": "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": "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", @@ -70698,19 +72047,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d4b9d7fe72179f882854e215d0ce018" + "hash": "ee7d200bcae8cbe0c683a4edc1e451b3" }, { - "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": "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/pari-sportif/pronos-paris-rmc-les-paris-du-9-decembre-sur-tottenham-rennes-ligue-europa-conference_AN-202112080414.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 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/1qXSI53YdnVzaShsqsN6ZbDok2E=/0x104:2000x1229/800x0/images/Kane-et-Truffert-lors-de-Rennes-Tottenham-1184253.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", @@ -70718,19 +72068,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4504887d8cd61ddfa289944f595bf35" + "hash": "0444cd0a44997e2b9148618009e5ebb2" }, { - "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": "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-des-champions/ligue-des-champions-la-deroute-du-barca-yilmaz-greenwood-les-principaux-buts-de-mercredi_AV-202112080638.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 22:48:43 GMT", - "enclosure": "https://images.bfmtv.com/qj-48cFOBC15TKYG1dT65uWyriM=/0x69:2048x1221/800x0/images/Bayern-Barca-1184523.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", @@ -70738,19 +72089,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "607896f35e2b1b08fa0fd2c225706dc5" + "hash": "e98b5c176293e059ff8fd65b95518aa5" }, { - "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": "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-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/ol-direction-l-espagne-pour-juninho_AV-202112110152.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 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", @@ -70758,19 +72110,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b345eab8c9d40431e9d851b46ce3105" + "hash": "2e1f19661251b0fdb340a72ca84a7886" }, { - "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": "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-des-champions/ligue-des-champions-les-adversaires-potentiels-pour-le-psg-et-lille-en-huitiemes_AV-202112080630.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 22:26:59 GMT", - "enclosure": "https://images.bfmtv.com/g5YAk7GIILjNzuwqBugOg4wvmR8=/0x5:2048x1157/800x0/images/PSG-1184529.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", @@ -70778,19 +72131,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4947eb9edc8d553d358b1930cb9f478d" + "hash": "a22b0fb5a7da18bcaca37d5a37f3fb88" }, { - "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": "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/ligue-des-champions-corrige-par-le-bayern-le-barca-se-retrouve-en-ligue-europa_AV-202112080623.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 21:56:01 GMT", - "enclosure": "https://images.bfmtv.com/gEhV3S63TFwRexP3aP5nD8520o4=/0x0:2048x1152/800x0/images/Benjamin-Pavard-et-Ousmane-Dembele-1184512.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", @@ -70798,19 +72152,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "40e0df5a0af3fd344015219af12c1194" + "hash": "7e857514fdc4b95693f056ca6df20eff" }, { - "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": "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-le-losc-qualifie-pour-les-huitiemes-en-surclassant-wolfsburg_AV-202112080622.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 21:55:11 GMT", - "enclosure": "https://images.bfmtv.com/7z3UfCv9QAGjasbl781VRIXC3ao=/6x101:2038x1244/800x0/images/Losc-Wolfsburg-1184513.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", @@ -70818,19 +72173,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a93510ee4912490b2fdd362db90e68a7" + "hash": "93f8fd9ea76f07554a97eb3c22dcaf56" }, { - "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": "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/football/ligue-1/l-om-ecope-d-une-amende-apres-les-propos-racistes-contre-suk_AV-202112080615.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 21:29:03 GMT", - "enclosure": "https://images.bfmtv.com/s8QpeRhbYtmX5j0kIwTWPpp-fpk=/14x191:2030x1325/800x0/images/Hyun-Jun-SUK-1178760.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", @@ -70838,19 +72194,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf3b84a662a6244471624c7e721bb696" + "hash": "b69c94e8bc0c359742db4d963ccea51f" }, { - "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": "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/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/luis-fabiano-officialise-sa-retraite_AV-202112110120.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": "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", @@ -70858,19 +72215,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5b0cc1cb15517f379daedb453e55a71" + "hash": "de9d497480c048ab3bee124dc792e386" }, { - "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": "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-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/rugby/coupe-d-europe/champions-cup-cardiff-toulouse-en-direct_LS-202112110107.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 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", @@ -70878,19 +72236,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "24715ee824de6ce957267ab6ba956ea2" + "hash": "f8f0edd3d5360ceb4aba3633ad755fbe" }, { - "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": "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-atalanta-villarreal-reporte-en-raison-de-la-neige_AV-202112080609.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": "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 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", @@ -70898,19 +72257,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a651086167ed4a84359b8fe6cb3124e" + "hash": "fb0db4330c419736de96ea3db77b2871" }, { - "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": "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-1/incidents-ol-om-un-point-de-retrait-ferme-pour-lyon-le-match-a-rejouer_AV-202112080602.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 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": "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", @@ -70918,19 +72278,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "518e18bb6d6460bb31551a0f84234bdf" + "hash": "375dd67dcc0513b6b1f1d8d474b3b720" }, { - "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": "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-le-but-de-yilmaz-apres-un-contre-express-en-video_AV-202112080599.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 20:24:24 GMT", - "enclosure": "https://images.bfmtv.com/6Kcs-Aq9W0ZMHY6o67hhgfkJ8uc=/0x0:1920x1080/800x0/images/Wolfsburg-Lille-1184486.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", @@ -70938,59 +72299,62 @@ "favorite": false, "created": false, "tags": [], - "hash": "f71bd1f1f6157715df7a641cbc8b8cab" + "hash": "1af70ff668519285afb9af18d3ccbb80" }, { - "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": "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/ligue-des-champions/ligue-des-champions-en-direct-suivez-zenith-chelsea-et-juventus-malmo_LS-202112080498.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 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 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": "e19f3dc130cf8d843c43f8284dfe26ba" + "hash": "0f6805cfed216b1930311a3874a385d9" }, { - "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": "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/golf/golf-tiger-woods-va-reprendre-en-famille-avec-son-fils-charlie_AD-202112080586.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 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 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": "cdeffcb8c95cec0ff80949e20066fcbe" + "hash": "ff5ecdac7d6f4fff7426de0e086c8e49" }, { - "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": "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/tennis/tennis-pourquoi-les-joueurs-du-top-100-sont-si-nombreux-aux-championnats-de-france-interclubs_AV-202112080578.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 19:29:51 GMT", - "enclosure": "https://images.bfmtv.com/gmaoNoAdIji00V_sIeBzuKK0u7A=/0x140:2048x1292/800x0/images/Hugo-Gaston-1164126.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", @@ -70998,19 +72362,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "893aeb7531954ffbd2cf9840a12dcb8d" + "hash": "595ac81be944e5f5869320e2c5378de3" }, { - "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 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-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", @@ -71018,19 +72383,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe8f5c2bc9aefc5276042b2907d3516c" + "hash": "b0c973c07117a4f3abcc800f7611aa1a" }, { - "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": "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/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/football/transferts/barca-laporta-promet-aux-supporters-des-renforts-cet-hiver_AV-202112110064.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 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", @@ -71038,19 +72404,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e56377ac6becb4c3b9fa196e16fc656c" + "hash": "aa04e876941bdd62fb195828a21eda45" }, { - "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": "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-des-champions/ligue-des-champions-le-multiplex-en-direct_LS-202112080539.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 18:14:34 GMT", - "enclosure": "https://images.bfmtv.com/4C_wkUXNkiFbOQDAchM5Cdvyk3E=/0x0:1200x675/800x0/images/Memphis-Depay-1184036.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", @@ -71058,39 +72425,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "3dc403157eb85a1aca89fb152092f500" + "hash": "9c80367641411c603b1727357cc0e133" }, { - "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": "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/ligue-des-champions/wolfsburg-lille-les-compos-avec-la-surprise-gudmundsson_AV-202112080567.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 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: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": "cc31103042d7298291168ae3f6f20e90" + "hash": "6a3f35655a57d6950f564941818f6467" }, { - "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": "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/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/rugby/coupe-d-europe/champions-cup-cardiff-toulouse-en-direct_LS-202112110107.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 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", @@ -71098,19 +72467,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "37c6aab095765164c5f6957f103793fa" + "hash": "41c9dd989a9a97d0d7253826d1d35a18" }, { - "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": "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-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-en-direct-les-dernieres-infos-sur-le-dossier_LN-202112110044.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 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", @@ -71118,19 +72488,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5d2efcd2b11c9038598759842b18bcb" + "hash": "2b3fa9f79bbdabd11d42b9191c3497e7" }, { - "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": "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/jeux-olympiques/jo-2022-de-pekin-le-canada-annonce-a-son-tour-un-boycott-diplomatique_AV-202112080545.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 18:19:24 GMT", - "enclosure": "https://images.bfmtv.com/ov51_jbjOzPIwQKlvQzoB3dl1Qo=/0x0:2048x1152/800x0/images/Justin-Trudeau-1184386.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", @@ -71138,19 +72509,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ec10b682f1f028a0bb5c756243116ee" + "hash": "0d71503e8c9b9b8bfd5ebf9ef041cf74" }, { - "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": "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/football/ligue-1/ol-juninho-confirme-et-explique-son-depart-precipite-cet-hiver_AD-202112080543.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 18:17:24 GMT", - "enclosure": "https://images.bfmtv.com/0BUSdo7ZpII1HoAD4jD5kcecp04=/0x16:1024x592/800x0/images/-873563.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", @@ -71158,19 +72530,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "089003de3109d25bd759e3c192f84923" + "hash": "a73cc9558c15b6748c592d790f14916f" }, { - "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": "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/football/transferts/mercato-en-direct-les-rumeurs-et-infos-du-6-decembre_LN-202112060095.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": "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 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", @@ -71178,19 +72551,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8fa4ad139a86d2a6c010623e6f28b155" + "hash": "708d958420bcf5b5d00ffd2f620b2ae1" }, { - "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": "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/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/football/ligue-1/mercato-kolo-muani-confirme-qu-il-quittera-nantes-cet-ete_AV-202112110038.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": "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", @@ -71198,19 +72572,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6154705c8fb79f7b92993484095e665d" + "hash": "4800e9741e35fbd49a1f5da3e040bd99" }, { - "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": "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/mercato-gallardo-refuse-l-europe-et-reste-a-river-plate_AV-202112080530.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 17:52:04 GMT", - "enclosure": "https://images.bfmtv.com/sUgrITmonJV3R7AJxw0qYpN6lIY=/280x77:2040x1067/800x0/images/Gallardo-1176040.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", @@ -71218,39 +72593,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "f92f209ec5dcfe11e8c288c67b23f325" + "hash": "c7b8df6b7b87a64e1f3bace7a7592596" }, { - "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": "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/liga/atletico-vrsaljko-opere-pour-une-fracture-de-l-arcade-zygomatique_AV-202112080523.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 17:39:16 GMT", - "enclosure": "https://images.bfmtv.com/4BzXIj8UjXt1hCWBICYto61SlPE=/0x104:2048x1256/800x0/images/Atletico-Porto-Vrsaljko-1184365.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": "cf7751d2ca12b555d73ec68fd4861862" + "hash": "2ad13df583f9398aebb6b33054d3bc11" }, { - "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": "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/football/ligue-1/ligue-1-en-direct-les-infos-en-direct-avant-la-18e-journee_LN-202112060283.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-11-decembre-serie-a_AN-202112100435.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": "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", @@ -71258,19 +72635,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4591540b434afa6747dad98f9438f54d" + "hash": "4f2f5db8979c84fbc8f4211d0dd7e74f" }, { - "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": "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-2/bastia-annonce-le-deces-de-jacques-zimako-l-une-de-ses-legendes_AN-202112080515.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 17:28:22 GMT", - "enclosure": "https://images.bfmtv.com/zHUSt8-N9wv2TTRofsMs5kWUfoE=/6x161:2038x1304/800x0/images/Jacques-Zimako-1184356.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", @@ -71278,19 +72656,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "47f6237a1eec49d23d9e9d85eb94cf93" + "hash": "3421b3d868952abe7ba243b659ed617f" }, { - "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": "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/cyclisme/cyclisme-cavendish-et-sa-famille-agresses-a-leur-domicile_AV-202112080510.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 17:22:35 GMT", - "enclosure": "https://images.bfmtv.com/dTRVVU8j8U7pdyLrOHF8oIyBHZg=/0x28:2032x1171/800x0/images/Mark-Cavendish-1184353.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", @@ -71298,19 +72677,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "755c146d6ee6a55bf643dbf5b0c5d907" + "hash": "07b38c12bd31d5fdbbcc85a0b3a10b8e" }, { - "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": "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/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/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 17:14:14 GMT", - "enclosure": "https://images.bfmtv.com/QenoADJixuPsxx3-CxCBIEKY3VE=/0x46:2048x1198/800x0/images/Deontay-Wilder-1147574.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", @@ -71318,19 +72698,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "47022aeabb5917bad4d86f3d24ab0b5a" + "hash": "1497e93a5038cc83a1e76abad51910a1" }, { - "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": "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/auto-moto/f1/f1-jean-todt-proche-d-un-retour-chez-ferrari_AV-202112080500.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 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": "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", @@ -71338,19 +72719,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b82713695be26d0394246e1727f2781" + "hash": "db6abc8480b42081003d2d7aa58fc980" }, { - "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": "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/football/liga/un-joueur-de-valladolid-alcoolise-provoque-un-grave-accident_AN-202112080485.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 16:49:41 GMT", - "enclosure": "https://images.bfmtv.com/EbQCEvq9wrjv6ounG_j45_hWG3c=/0x102:2048x1254/800x0/images/Gonzalo-Plata-1184300.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", @@ -71358,39 +72740,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "15c73936314b7807141eac538d128ba1" + "hash": "58b4cf8b28535d8c688b072eecf71b05" }, { - "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": "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/europa-league/om-lokomotiv-sampaoli-optimiste-pour-payet-qui-n-est-toutefois-pas-a-100_AV-202112080479.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 16:43:02 GMT", - "enclosure": "https://images.bfmtv.com/0VEKOUb26sSoIppb1iYq8zI1xDQ=/0x65:1920x1145/800x0/images/OM-Payet-Sampaoli-1184299.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": "43fa15c21383181417794d34697bdda6" + "hash": "5e2b0fefacd44d91a163e9c07b02afe8" }, { - "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": "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/rugby/top-14/biarritz-le-centre-de-formation-du-bo-place-sous-surveillance_AV-202112080474.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 16:34:47 GMT", - "enclosure": "https://images.bfmtv.com/LxyliE1FYfgalv42YcKISPMbPAQ=/0x106:2048x1258/800x0/images/Biarritz-Olympique-1184314.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", @@ -71398,19 +72782,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bbf26a2bafc2c6825a453a37bb2b178f" + "hash": "fcc68d18b5e4b04201055d4212503508" }, { - "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": "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/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/basket/euroligue/euroligue-monaco-defait-contre-milan-enchaine-une-cinquieme-defaite_AD-202112100520.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 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", @@ -71418,19 +72803,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6a8fa02991276e88662ff3235052d6e3" + "hash": "5662d4c98f7eb18f7695e721ae4a588d" }, { - "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": "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/ligue-des-champions-messi-a-egale-un-prestigieux-record-de-ronaldo-lors-de-psg-bruges_AV-202112080275.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 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 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", @@ -71438,19 +72824,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7bbbbe1ec78ccffe0229cdac7efe9728" + "hash": "5371afd16e7be5894c1a31963243cd40" }, { - "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": "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-des-champions/lille-wolfsbourg-en-direct-le-losc-joue-un-match-a-24-millions_LS-202112080257.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": "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 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", @@ -71458,19 +72845,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1454cbac9e5cc898a6183b6a7a3781c" + "hash": "ae2530a9ec3ffaa600dd03212b7ffaa6" }, { - "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": "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/natation/une-nageuse-australienne-revele-avoir-subi-des-violences-sexuelles-de-la-part-d-un-dirigeant_AV-202112080255.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 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 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", @@ -71478,19 +72866,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c217c8fa2e977f42cfa37dec86c3cae" + "hash": "3e46eccaf819e2848f46085f43915c07" }, { - "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": "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/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/ligue-1-la-belle-initiative-de-strasbourg-avant-la-reception-de-l-om_AV-202112100506.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 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", @@ -71498,19 +72887,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "616e8e2e6b997712630d266b35e37cff" + "hash": "0222c8cb0615a7d17e6eced6778bc38e" }, { - "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": "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-qualification-en-8es-ligue-europa-les-scenarios-possibles-pour-le-losc_AV-202112080246.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 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 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", @@ -71518,39 +72908,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "226cdd81efc05951b50a1f611f1cd6f3" + "hash": "ac4ade12559ab0d5eef7a6e3dce6d35c" }, { - "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": "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/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/football/equipe-de-france/clauss-nkunku-savanier-bientot-chez-les-bleus-les-reponses-de-deschamps_AV-202112100495.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 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": "3e5331e477f1824dddcf6832c5b7a914" + "hash": "3d2b4d096e2d4b946c49e797e82a0a3f" }, { - "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": "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/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/football/ligue-1/ligue-1-en-direct-toutes-les-infos-avant-la-18e-journee_LN-202112090152.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": "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", @@ -71558,19 +72950,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "07c008cbae9a0f9a1a2b5a1bccac71c4" + "hash": "18253fe795bd6bf63df67be8f9757f39" }, { - "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": "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/ligue-des-champions/psg-bruges-on-a-encore-des-choses-a-ameliorer-estime-wijnaldum_AV-202112080225.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: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 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", @@ -71578,19 +72971,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eec7699ef26409bd6ab94e6ee314bfdf" + "hash": "ed789cbbab6594da2d1f2154d4a09038" }, { - "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": "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/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-yannick-agnel-la-federation-francaise-de-natation-pourrait-se-constituer-partie-civile_AV-202112100492.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 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", @@ -71598,38 +72992,38 @@ "favorite": false, "created": false, "tags": [], - "hash": "aca2c118935223e280d9d671bbb0b78b" + "hash": "1c03757be172706eac9f908d30c561e4" }, { - "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": "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/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/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 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 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": "838b0cfa7fcf0e984f469f33545d32e4" + "hash": "552eff9f38e637853e2afd4a9324a38f" }, { - "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": "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/tennis/open-australie/open-d-australie-tsonga-prive-d-invitation-au-profit-de-pouille_AV-202112080213.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 09:33:03 GMT", - "enclosure": "https://images.bfmtv.com/3MHX2A9Ez6dzWQQumZtvd2qjg1w=/0x62:1200x737/800x0/images/-865123.jpg", - "enclosureType": "image/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", "folder": "00.03 News/Sport - FR", @@ -71638,17 +73032,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "89a9ed88a3b6d6b436312c9e60eaad0e" + "hash": "29e8a52196c5d4c76d401306ae8a7384" }, { - "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": "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/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/ligue-1/nantes-lens-en-direct-les-lensois-veulent-retrouver-le-podium_LS-202112100482.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: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", @@ -71658,37 +73052,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c45a26dbea2880f858009936a4f4c64" + "hash": "c5c0f36a8a7ad9ba8cb70e4c1a2cdf49" }, { - "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": "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/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/deschamps-un-jour-au-psg-l-echange-anime-entre-rothen-et-le-selectionneur-des-bleus_AV-202112100468.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 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": "abba2a2c0d13c2485c5f7311a1e06263" + "hash": "4d40defe5771dcc5b4aa16913dc5d9f6" }, { - "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": "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/liga/atletico-de-madrid-joao-felix-souhaiterait-partir-en-janvier-selon-la-presse-espagnole_AV-202112080202.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 09:15:20 GMT", - "enclosure": "https://images.bfmtv.com/aNJIoonj6ZnHxoVrtYMzi21liBc=/0x15:1200x690/800x0/images/Joao-Felix-1183964.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", @@ -71698,37 +73092,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e58c630c0e8577c9763542fb534e7c3" + "hash": "7e33b400142b70a9ab44f9bcbcade13a" }, { - "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": "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/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/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 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 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": "fbb27b6e586d3e87b3bc8f9c16f16c3b" + "hash": "0e30893fe15dae71dbd0b05e1633ca35" }, { - "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": "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/handball/handball-le-calvaire-d-amandine-tissier-championne-de-france-atteinte-de-sclerose-en-plaques_AV-202112080192.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 08:54:49 GMT", - "enclosure": "https://images.bfmtv.com/x0HZAvOO603oVcJOFvWpd4hYNzc=/14x66:2046x1209/800x0/images/Amandine-Tissier-1183958.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", @@ -71738,17 +73132,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f5276ff7078f76048fb83f7d2358bb2" + "hash": "ede7e61d276054392925ff755a3312cb" }, { - "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": "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/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/premier-league/premier-league-klopp-est-persuade-que-gerrard-entrainera-un-jour-liverpool_AV-202112100403.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 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", @@ -71758,17 +73152,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "83bf24f5e9afac9aade6fc4957c35aff" + "hash": "accc46487663ac968a80b686c6d9d7e4" }, { - "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": "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/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/pro-d2-bayonne-montauban-reporte-a-dimanche-en-raison-des-intemperies_AD-202112100390.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 16:50:58 GMT", + "enclosure": "https://images.bfmtv.com/MXn7NnyXjASU0sao4x6WcaO1xd4=/0x106:2048x1258/800x0/images/Aviron-bayonnais-1185966.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -71778,17 +73172,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "06bf9023931f6db6d86d864907776b31" + "hash": "96ca3f3ed062e5d9e4b46fa3b2ff128e" }, { - "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": "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-des-champions/manchester-city-guardiola-critique-walker-apres-son-craquage-qui-va-lui-couter-les-8es_AV-202112080167.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 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 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", @@ -71798,17 +73192,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "33c3e884508d73437e40412ee393fb87" + "hash": "74b1a0fc151ae9b1d888f84749b7cd81" }, { - "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": "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/ol-om-les-sanctions-vont-tomber_AD-202112080149.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 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 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", @@ -71818,17 +73212,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec4439888e7a50972b09f1a9b977ece2" + "hash": "76ed372391fcacd5f82b02e913c79528" }, { - "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": "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/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/ligue-1/nantes-lens-en-direct-les-lensois-veulent-retrouver-le-podium_LS-202112100482.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 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", @@ -71838,17 +73232,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f14200fbbae0a48633001c853632631" + "hash": "0435b32028881fef93663c54884d612f" }, { - "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": "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/equipe-de-france/zidane-devoile-d-autres-photos-de-la-reunion-france-98_AV-202112080137.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 07:46:30 GMT", - "enclosure": "https://images.bfmtv.com/iPSYT8T7AK0Fny4dogXCeY_Ezno=/0x106:2048x1258/800x0/images/Zinedine-Zidane-1042712.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", @@ -71858,17 +73252,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b11d3df9f9976a95c244fe7dc0390d63" + "hash": "13e59952c50955d46833aa5bf6e1cbd2" }, { - "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": "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/ligue-1/asse-romeyer-ne-comprend-pas-les-reactions-de-quelques-abrutis_AV-202112080120.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": "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 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", @@ -71878,17 +73272,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d1b184b0b535abf49b7876e5d4f89ff" + "hash": "31874b4dd27c7d1c589bd8f470167853" }, { - "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": "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/transferts/mercato-en-direct-les-rumeurs-et-infos-du-6-decembre_LN-202112060095.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": "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 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", @@ -71898,17 +73292,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5755d56493a6c15feb4c7d05ca1cc282" + "hash": "4ce6c961a6bec71b3619480884813e42" }, { - "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": "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/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/football/transferts/manchester-city-le-dossier-haaland-tend-deja-guardiola_AV-202112100373.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:32:12 GMT", + "enclosure": "https://images.bfmtv.com/MsQpjBCYQQrTUMsvqOSleri91Ss=/0x152:2000x1277/800x0/images/Pep-Guardiola-1185926.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -71918,17 +73312,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0037b2f6c09b2121a9b16b50d2b207af" + "hash": "f53115d921ffb3d8723ab1c3e8ea9699" }, { - "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": "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-1/ol-juninho-parti-de-lyon-des-janvier_AV-202112080089.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 06:54:12 GMT", - "enclosure": "https://images.bfmtv.com/ffGb7F3CILQOmNb8IF9mSMYsmRM=/0x43:1200x718/800x0/images/Juninho-1034267.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", @@ -71938,17 +73332,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e1582fdd1078a32e6f82dac953607ad" + "hash": "dbb6b2ad70ef90f5510b3bea17c82d95" }, { - "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": "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/football/ligue-des-champions/porto-atletico-pepe-en-veut-a-m-turpin-et-au-var_AV-202112080071.html", + "link": "https://rmcsport.bfmtv.com/judo/judo-teddy-riner-blesse-forfait-pour-la-coupe-d-europe_AV-202112100357.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: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", @@ -71958,17 +73352,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "48f240c85452d89be047fa80d0b49d41" + "hash": "627cfaf17b02966a7e27d86028c041d4" }, { - "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": "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/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/liga/liga-la-fede-espagnole-demolit-tebas-sur-l-accord-entre-la-ligue-et-le-fonds-cvc_AV-202112100344.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 15:51:24 GMT", + "enclosure": "https://images.bfmtv.com/gngG6BExVY5lJjWCfoce5zi7bSc=/0x212:2048x1364/800x0/images/Javier-Tebas-1185897.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -71978,17 +73372,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e25e04e316c99a785a259eaea39399e5" + "hash": "407a048a78d49a1b35a6489bf0d029de" }, { - "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": "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/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/biathlon/biathlon-hochfilzen-braisaz-bouchet-sur-le-podium-du-sprint_AV-202112100342.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 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", @@ -71998,17 +73392,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "18e7df523bc4c5f5d5c2bf2c2c276595" + "hash": "948a250a0905923f6f7bf3fd7fe76dbd" }, { - "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": "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/football/transferts/mercato-en-direct-les-rumeurs-et-infos-du-6-decembre_LN-202112060095.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": "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 15:23:43 GMT", + "enclosure": "https://images.bfmtv.com/jDT_dkHz_nnt0IYp9wy6X0mWeyw=/0x0:1008x567/800x0/images/-866725.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -72018,17 +73412,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a9095201a806ebb4438472e1bdacbaf" + "hash": "1c20a377601c0b081cb42f704450ded7" }, { - "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": "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/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/football/ligue-des-champions/psg-mbappe-elu-meilleur-joueur-de-la-semaine-en-ligue-des-champions_AV-202112100331.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 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", @@ -72038,17 +73432,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc4bbe6e9250a2b398a24be4d25273ce" + "hash": "a373c5c0ea899b0019c6ffb54b89575a" }, { - "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": "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/football/coupe-arabe-un-choc-maroc-algerie-en-quarts_AV-202112080021.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14-jaminet-rejoindra-toulouse-en-fin-de-saison_AV-202112100327.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 14:58:04 GMT", + "enclosure": "https://images.bfmtv.com/U9cz7a0ZzjcVHxU4CwYGALFdYH0=/0x71:2048x1223/800x0/images/Melvyn-JAMINET-1185877.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -72058,17 +73452,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cdd5abb0eab0c81956e08c29059308eb" + "hash": "e5542416cd4c802857884c301d3a4947" }, { - "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": "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/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/bundesliga/bayern-le-covid-ne-devrait-pas-laisser-de-sequelles-a-kimmich-sur-le-long-terme_AD-202112100326.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 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", @@ -72078,17 +73472,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a585401ad057b6b01ebbc82b6f6b935c" + "hash": "6ac9b8c6efe1994c8a5bf566ab6499b3" }, { - "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": "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/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/paris-hippique/les-pronos-hippiques-du-samedi-11-decembre-2021_AN-202112100325.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 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", @@ -72098,17 +73492,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a630e69413065d4a27913ff52f22975" + "hash": "38565e58e72f90b0437fb0b599c6cd06" }, { - "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": "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/handball/feminin/mondial-de-hand-les-bleues-souffrent-mais-s-imposent-contre-le-montenegro_AV-202112070441.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 23:38:26 GMT", - "enclosure": "https://images.bfmtv.com/-6k1-NBBvcZlJzzGRE5HAriPB2w=/0x42:2048x1194/800x0/images/France-Montenegro-1183629.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", @@ -72118,17 +73512,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "27ae6f42acce62a0aea8f6dbb6837023" + "hash": "c37c87c11778d644952b57f2a00b925d" }, { - "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": "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-paris-qualifie-mais-avec-le-pire-bilan-de-l-ere-qsi_AV-202112070440.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 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 14:38:05 GMT", + "enclosure": "https://images.bfmtv.com/fx0B4hUbRRfePOfLuKyMvAWtzFE=/0x0:2048x1152/800x0/images/Pascal-Dupraz-1185840.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -72138,17 +73532,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8d45e4065912f0b075ff45a2ef9ba1c" + "hash": "05c4319a7c231626876b8e2899c6ac8d" }, { - "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": "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/pari-sportif/les-paris-du-08-decembre-sur-wolfsburg-lille-ligue-des-champions_AN-202112070383.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 23:05:00 GMT", - "enclosure": "https://images.bfmtv.com/2hwZqVovjBu6NhdUsP_eAaroUhQ=/0x208:1984x1324/800x0/images/LOSC-1183549.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", @@ -72158,37 +73552,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb83ff783e4d8c63df5dab076740dacc" + "hash": "b8d9057c24a1897cfe5d99ac30f3a8c9" }, { - "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": "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/pari-sportif/prono-paris-rmc-le-pari-du-jour-du-8-decembre-ligue-des-champions_AN-202112070382.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 23:04:00 GMT", - "enclosure": "https://images.bfmtv.com/KGDxayY4DEsKG3AdzkFbdvba1Qk=/0x209:2000x1334/800x0/images/Atalanta-1183548.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": "42892a52c2079a0046cb722b2ca96fd3" + "hash": "a2e15f4b17bdbd51229fcd695929706b" }, { - "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": "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/pari-sportif/prono-paris-rmc-le-pari-de-folie-du-8-decembre-ligue-des-champions_AN-202112070381.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 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/0fpDVAph4Laqdb5ebAPBXw2Fiz4=/7x96:1975x1203/800x0/images/R-Rangnick-1183547.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", @@ -72198,17 +73592,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a80752e37797ee2d954716b72840096" + "hash": "4f2daab4073cefb5cc9481a240e448cb" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-buteur-du-8-decembre-ligue-des-champions_AN-202112070380.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 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/9FJjbYgEZ-9wL1prOzuDPckOZuw=/0x0:1984x1116/800x0/images/Darwin-Nunez-1183546.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", @@ -72218,17 +73612,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c82546eb420416670c0d543222a19d4" + "hash": "51b427fe987708bf4746c80ce970cb2e" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-sur-du-6-decembre-ligue-des-champions_AN-202112070378.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 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/7opxpXluHDuIYg-345rJCYavpaY=/0x208:1984x1324/800x0/images/Benfica-1183545.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", @@ -72238,17 +73632,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7693ae3dba44dfbce5670f8c2c1bf22f" + "hash": "9276aa4eb711c039801d4c0d866c0a21" }, { - "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": "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/ligue-des-champions-les-adversaires-potentiels-du-psg-en-huitiemes-de-finale_AV-202112070437.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 22:57:15 GMT", - "enclosure": "https://images.bfmtv.com/CjxkXjpsOm5xkWS055w_x92iSB8=/0x27:1888x1089/800x0/images/PSG-1183608.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", @@ -72258,17 +73652,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "00fe9a3073c71c11ef3eb361aab4d19e" + "hash": "b1e130b1a620255524b68fbfaae99a5f" }, { - "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": "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/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/liga/liga-le-barca-perd-depay-et-alba-sur-blessures_AV-202112090631.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": "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", @@ -72278,37 +73672,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "b62051277844ede8b920b9605f3a1561" + "hash": "9d925158b1396109f07218a2f7e7c592" }, { - "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: 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/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-les-adversaires-potentiels-du-barca-en-barrage_AV-202112090630.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 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": "b8ab4b22bf747eead8d3d57cd6adac06" + "hash": "6a0498d7db5d391ea41791b2f8e5c46f" }, { - "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": "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/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-feminine-l-ol-surclasse-le-benfica-et-se-qualifie-pour-les-quarts_AN-202112090619.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 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", @@ -72318,77 +73712,77 @@ "favorite": false, "created": false, "tags": [], - "hash": "505d761e7c380686762fc79c9296e862" + "hash": "d18e7384d2086be800a77e32eebbe100" }, { - "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": "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-mbappe-flambe-griezmann-sauve-l-atletico-haller-enchaine-les-moments-forts-de-mardi-en-video_AN-202112070417.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 22:11:17 GMT", - "enclosure": "https://images.bfmtv.com/-8SvI_TbGEBg0CKJ53Dgf4FoBkA=/214x49:2038x1075/800x0/images/Milan-Liverpool-1183575.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", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0f0efa35289bd2166091c8c7daf21067" + "hash": "695db7968e6e1521c8bc7688cc0f234b" }, { - "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": "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-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/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 21:36:44 GMT", - "enclosure": "https://images.bfmtv.com/-SSuP9pasRsmVhk5VXS5o6ZCLfk=/0x212:2048x1364/800x0/images/Pablo-Longoria-1128568.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": "5df789115bd354dd7f451b6f7e192907" + "hash": "236623815a9d9e9ed239b847292b6835" }, { - "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": "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/porto-atletico-les-larmes-de-suarez-apres-sa-sortie-sur-blessure_AV-202112070410.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 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 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": "d0054ed5638817b4b2414f670fee4904" + "hash": "abb51d064a57f65bd4ca9962610965c0" }, { - "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": "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-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/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 20:57:50 GMT", - "enclosure": "https://images.bfmtv.com/QPPH6JgyCtejaraILbvbFzc8DJE=/0x0:2048x1152/800x0/images/PSG-1183556.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", @@ -72398,17 +73792,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "caa76def0e2e2e12869a1788491a3062" + "hash": "c7eac4cd1b662e79e70d930991a7dcda" }, { - "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": "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", @@ -72418,17 +73812,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c8769451603bd59b437de7b2f76c26c" + "hash": "5356e53d9c02ff1920f7a648faf0a5c8" }, { - "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": "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/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/societe/accuse-d-agression-sexuelle-pierre-menes-sera-juge-le-8-juin-affirme-son-avocat_AV-202112090593.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 21:21:48 GMT", + "enclosure": "https://images.bfmtv.com/JwRfTvMKyAklKOdqgUkmsnzj1og=/0x106:1200x781/800x0/images/-880895.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -72438,17 +73832,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a34ac0fe05b612bb492fb9719eac97fd" + "hash": "712d73f06f241598ef0d85a1ba7f9526" }, { - "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": "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/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/handball/feminin/mondial-de-hand-les-francaises-maitrisent-la-pologne-au-tour-principal_AV-202112090589.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 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", @@ -72458,17 +73852,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e425e17bad05909baad1f674f8e089c1" + "hash": "8072a32573578d64668cd2370fb3e1b5" }, { - "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": "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/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/europa-league/sturm-graz-monaco-l-asm-remaniee-et-rajeunie-accrochee-en-autriche_AD-202112090578.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": "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", @@ -72478,17 +73872,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "438b94d6032ab293679f7b0d4f97b1a3" + "hash": "bf9134b1a9a6ec18d756fbca5abe6580" }, { - "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 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/football/ligue-des-champions/ligue-des-champions-real-atletico-ac-milan-le-multiplex-en-direct_LS-202112070316.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 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 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", @@ -72498,17 +73892,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c7271642a537f13501b0c5d37f26e49" + "hash": "f162604dd5a85fe68672c25c197a701f" }, { - "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": "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-mbappe-un-peu-plus-dans-l-histoire-de-la-ligue-des-champions_AV-202112070386.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 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 20:00:10 GMT", + "enclosure": "https://images.bfmtv.com/4fiMuUAXnCSxgg3cOrzhXoN89UY=/0x146:2048x1298/800x0/images/OL-OM-1184497.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -72518,17 +73912,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "33a2d17e980c1e2f6ba247a7931d44b6" + "hash": "62085a5bc06b970fb3f8a0cf6e5249b6" }, { - "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'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-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-ol-se-contente-d-un-triste-nul-face-aux-rangers_AV-202112090557.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 19:42:36 GMT", + "enclosure": "https://images.bfmtv.com/_8vT2jfW1cUvuKAvRa4zfab3mEM=/0x51:2048x1203/800x0/images/Lyon-Rangers-1185303.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -72538,17 +73932,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2bf493e546603f92f7ecd57d75b9498" + "hash": "36c78388b238bc480d6c3aabf339c05b" }, { - "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": "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", @@ -72558,37 +73952,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "512c37798909c1b753750a941800a4dd" + "hash": "e85cf4bb577862207d067111da9e03c2" }, { - "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": "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/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/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 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 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": "18925d65b3ac8dcb514905d97ba98593" + "hash": "59c381e68bbe4f60d2f92fb7cf162918" }, { - "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": "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-le-double-express-de-mbappe-en-video_AV-202112070375.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 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 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", @@ -72598,17 +73992,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5a226acf3c767878fe76716025299db" + "hash": "0e4c7796f06bdc3b3e5c50e507fa0d93" }, { - "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": "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/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/transferts/mercato-letang-confirme-des-discussions-avec-la-fiorentina-pour-ikone_AV-202112090528.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 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", @@ -72618,17 +74012,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6fb8949b49025d9d29b1d05ae8ea4c7e" + "hash": "8b3369fc49b06f6015079cfe2a6770e6" }, { - "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": "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/roland-garros/roland-garros-noah-apporte-son-soutien-a-forget-avec-un-message-desabuse_AV-202112070371.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 17:33:23 GMT", - "enclosure": "https://images.bfmtv.com/BkNmitiFbzvtCuSPj1SDC6NshEk=/0x124:1792x1132/800x0/images/Yannick-Noah-1183505.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", @@ -72638,17 +74032,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3227c53eb53610ebef1d1a74e16d00a8" + "hash": "88c92e0a16415e52ab10a38abce6ad2c" }, { - "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": "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-pochettino-demande-plus-d-investissement-a-ses-hommes-pour-le-bien-de-l-equipe_AV-202112070369.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 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 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", @@ -72658,17 +74052,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d52c861f74b9629ee0b91ef40a875ef" + "hash": "404c806502c1f5d92a901c14ca5db972" }, { - "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": "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/football/ligue-1/psg-pendant-ce-temps-neymar-poursuit-sa-reeducation_AV-202112070367.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 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": "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", @@ -72678,17 +74072,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "12c5ef7986a7ef2a4b6d1cfb17abf058" + "hash": "9ba5adbbc55fa0a965b319a1b433b59e" }, { - "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": "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/clubs/paris-saint-germain/ligue-des-champions-en-direct-psg-bruges-pour-bien-finir_LS-202112070193.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 09:58:59 GMT", - "enclosure": "https://images.bfmtv.com/QPPH6JgyCtejaraILbvbFzc8DJE=/0x0:2048x1152/800x0/images/PSG-1183556.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", @@ -72698,17 +74092,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f64fcd826a9c7a0e27ab84b7a657280e" + "hash": "17c876c751fd625729ea899e0af13adf" }, { - "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": "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/bundesliga/ballon-d-or-lewandowski-calme-le-jeu-apres-ses-declarations-sur-messi_AV-202112070365.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 17:04:12 GMT", - "enclosure": "https://images.bfmtv.com/073q2QzV1BeSJe7oBq5IH823nSw=/0x70:2048x1222/800x0/images/Robert-Lewandowski-1178290.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", @@ -72718,17 +74112,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "691dd16620b76e9d3eea325e6f9404bf" + "hash": "5ed14e9bc7cf42c45c9325855e1ccdf4" }, { - "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": "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/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/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 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 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", @@ -72738,17 +74132,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b526ed5d6df063821b1cdadd0c5784b0" + "hash": "77863f46ad22a4f788581166fac16fbf" }, { - "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": "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/transferts/mercato-en-direct-les-rumeurs-et-infos-du-6-decembre_LN-202112060095.html", + "link": "https://rmcsport.bfmtv.com/natation/accusation-de-viol-france-info-suspend-sa-collaboration-avec-yannick-agnel_AD-202112090491.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:10:13 GMT", + "enclosure": "https://images.bfmtv.com/TOyAyEpgUtYNco9m0zVW6QZz6Po=/0x53:1024x629/800x0/images/-779538.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -72758,17 +74152,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c08f1d9800351930fbd816ec36ee03df" + "hash": "350892c6a05c4dd4fc3d4bfa38aa9d23" }, { - "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": "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/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/ligue-1/incidents-ol-om-rothen-remonte-contre-la-lfp-sur-le-cas-payet_AV-202112090488.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:05:30 GMT", + "enclosure": "https://images.bfmtv.com/GRURv_TXtUZ3p8oMt9XMjcPuP1k=/154x126:1530x900/800x0/images/Jerome-Rothen-1132375.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -72778,17 +74172,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f580282ed04ed4a915663aebe0a9c74c" + "hash": "4ff7203d64df89c898e078b300a2595c" }, { - "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": "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/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/champion-olympique-consultant-e-sport-les-differentes-casquettes-de-yannick-agnel_AN-202112090482.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 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", @@ -72798,37 +74192,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "3732f6e573422212f3d3ff83800396da" + "hash": "c05e05d17be7f8f9321494b2592bb103" }, { - "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": "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/rugby/top-14-pollard-va-quitter-montpellier-pour-rejoindre-leicester_AV-202112070349.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 15:52:29 GMT", - "enclosure": "https://images.bfmtv.com/B5_D51-RY6cLnghlROxUaysh2Kk=/103x58:1783x1003/800x0/images/Handre-Pollard-1131612.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": "909bef89978c1f2ea147655dba03e64f" + "hash": "185311c774713e8b1b2ee12113b8579c" }, { - "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": "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/ligue-des-champions-la-mise-en-garde-du-bayern-munich-au-barca_AV-202112070340.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 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 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", @@ -72838,17 +74232,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "279705c73147a787343bbfa04642e20c" + "hash": "8776259128020ef5d650dfaa5adae4a6" }, { - "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": "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/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/football/thierry-henry-veut-encore-entrainer-et-apprend-a-comprendre-la-nouvelle-generation_AV-202112090455.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 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", @@ -72858,17 +74252,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ea877b01c739bf1c5e60b61bff6a4b6" + "hash": "ace7db7add69dbf15da99931ac445848" }, { - "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": "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/clubs/olympique-marseille/mercato-sergio-gomez-sur-les-tablettes-de-l-om_AV-202112070332.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 15:01:18 GMT", - "enclosure": "https://images.bfmtv.com/tqxImGMjCFy9GHgjyMoJWwGbTuU=/0x106:2048x1258/800x0/images/Sergio-Gomez-1183459.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", @@ -72878,17 +74272,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a570e49a77184ba275510eba6631b6f" + "hash": "6de7480ff55a0447941d68cd7cb81a8b" }, { - "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": "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/ligue-des-champions/juve-la-remise-en-question-de-rabiot_AD-202112070329.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 14:48:46 GMT", - "enclosure": "https://images.bfmtv.com/PvUUpKvTX7FAEll6cC1QJqOXuLM=/0x62:1200x737/800x0/images/Adrien-Rabiot-1163315.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", @@ -72898,17 +74292,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd7df01e734bf879b550b70c67ff4efa" + "hash": "36d76d4d322e01cd76a5dedc6b1bbf8f" }, { - "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": "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/ligue-des-champions/psg-bruges-les-belges-veulent-faire-un-gros-coup-au-parc_AV-202112070326.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 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 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", @@ -72918,37 +74312,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfcef041a71c88914c0f93e53c106682" + "hash": "0a7c40e8268ef205fb0ef1e894f0e70b" }, { - "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": "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/judo/affaire-pinot-schmitt-margaux-pinot-raconte-d-autres-faits-de-violences-d-alain-schmitt_AV-202112070314.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 14:06:37 GMT", - "enclosure": "https://images.bfmtv.com/L1I95mIwfvhAvqT2kbu6coeWsy0=/0x0:1200x675/800x0/images/Margaux-Pinot-1183442.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": "d761015d489d5784f86aadb328a3ee38" + "hash": "9091be394bccaa86ceee65da776caef4" }, { - "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": "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/bundesliga/dortmund-bayern-bellingham-connait-sa-sanction-pour-ses-propos-sur-l-arbitre_AV-202112070306.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 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 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", @@ -72958,17 +74352,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a5681ac8e66d7d1d1cbc74224214e2e" + "hash": "17173a601de627ff7b993677ecb6c600" }, { - "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": "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-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/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 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 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", @@ -72978,17 +74372,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "acc4297a793283e841423461bc2a83a0" + "hash": "0120025400cdb422d8740ff75fac0897" }, { - "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": "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/clubs/paris-saint-germain/ligue-des-champions-en-direct-psg-bruges-pour-bien-finir_LS-202112070193.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 09:58:59 GMT", - "enclosure": "https://images.bfmtv.com/7_Giz3HEviK-9jqjA0PHjQTm6fU=/0x106:2048x1258/800x0/images/PSG-1183551.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", @@ -72998,17 +74392,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bcf7da7a69eb4a0e997a15078481c7b4" + "hash": "06e680c43fd38d71661671b05f14197e" }, { - "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": "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/ligue-des-champions/ligue-des-champions-real-atletico-ac-milan-le-multiplex-en-direct_LS-202112070316.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 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: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", @@ -73018,17 +74412,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3024aab1f0849228867db5c4743952cd" + "hash": "e120b9ecf45e301b72b7b4925ef06796" }, { - "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": "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/champions-cup-forfait-des-scarlets-contre-bristol-a-cause-des-mesures-anti-covid_AD-202112070299.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 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 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", @@ -73038,17 +74432,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "32c627c1dc4f0114762ffe847eb6dd5a" + "hash": "0a9f6e24194a25a7227dd3a5a583eb09" }, { - "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": "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/football/liga/barca-selon-le-real-madrid-je-n-avais-pas-le-niveau-s-amuse-pedri_AV-202112070291.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 13:03:28 GMT", - "enclosure": "https://images.bfmtv.com/--wDVIMj1TatPyL4pUynQ9gctcc=/0x33:2048x1185/800x0/images/Pedri-FC-Barcelone-1175291.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", @@ -73058,17 +74452,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "574be31dc4e8a6c435fd89591ef7a0f6" + "hash": "5db56d8d6983e2f3b52e8796b638126d" }, { - "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/transferts/mercato-icardi-veut-rester-au-psg-cet-hiver_AN-202112070289.html", + "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/ligue-des-champions/coupes-d-europe-les-clubs-francais-se-portent-mieux-la-preuve-en-stat_AV-202112090321.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 14:18:53 GMT", + "enclosure": "https://images.bfmtv.com/7z3UfCv9QAGjasbl781VRIXC3ao=/6x101:2038x1244/800x0/images/Losc-Wolfsburg-1184513.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -73078,17 +74472,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5792c291704d9f65945a7d0ab2df3587" + "hash": "ec2d8737afa117fb75daa42cf5c43c00" }, { - "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: 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/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/ligue-1/om-valentin-rongier-explique-pourquoi-il-ne-marque-presque-jamais_AV-202112090317.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 14:08:28 GMT", + "enclosure": "https://images.bfmtv.com/pf2q1HHQ8NJHTOxQ7bgkHDouQF8=/0x143:2048x1295/800x0/images/Valentin-Rongier-1167218.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -73098,17 +74492,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cab07c6ae8e2af38eba6c94fe92b6231" + "hash": "2386050bf4582f97deb6ff1d9932b180" }, { - "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": "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/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/ligue-1-pep-guardiola-comment-l-entraineur-du-stade-rennais-juge-son-surnom_AV-202112090307.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 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", @@ -73118,17 +74512,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "db1801993885cb5f72f80cf71d689555" + "hash": "fafd47d4f8e23796748d3cabaa67ac8e" }, { - "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": "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/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/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 12:35:23 GMT", - "enclosure": "https://images.bfmtv.com/nUkeHcmaDsFJGKOeDMu3cRVnFbM=/0x0:1200x675/800x0/images/Allan-Saint-Maximin-1157533.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", @@ -73138,17 +74532,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3426de37d3c6c8ef76a0651aa773208" + "hash": "140da4f7c20f1f6f1132caadd148083a" }, { - "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": "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/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/auto-moto/f1/f1-verstappen-estime-etre-traite-differement-des-autres-pilotes_AV-202112090296.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 13:25:26 GMT", + "enclosure": "https://images.bfmtv.com/xxTqXP4GEp0oC6ytHJ72N0J1wTI=/0x0:2048x1152/800x0/images/Verstappen-1184959.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -73158,17 +74552,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c11af1f128fb982a2218d726d1e698aa" + "hash": "c72f0e75b29a325e79271251ad713273" }, { - "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": "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/football/clubs/paris-saint-germain/ligue-des-champions-en-direct-psg-bruges-pour-bien-finir_LS-202112070193.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 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 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", @@ -73178,37 +74572,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "6116d609e2c94230b872fd38de8072fc" + "hash": "6c621af4d32e4c15232286095a977990" }, { - "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": "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/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/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 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 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", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b664b91005b2648a5fc706e38804fa46" + "hash": "c2115da8f5f8d16c9a67fd6a8f8435cb" }, { - "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": "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/feminin/affaire-hamraoui-en-direct-les-dernieres-infos-un-mois-apres-l-agression_LN-202112030167.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": "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 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", @@ -73218,17 +74612,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "15d743b7bd1c2272a12b95bb33791ba4" + "hash": "b32439f83a5c099ca414be500bd1659c" }, { - "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": "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/feminin/psg-hamraoui-et-diallo-les-retrouvailles-avec-le-groupe-ce-mardi_AV-202112070175.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 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 12:50:13 GMT", + "enclosure": "https://images.bfmtv.com/91DYCYPmwbklACvwY56DyeW5Rjg=/0x0:1376x774/800x0/images/-848768.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -73238,17 +74632,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c589bb21edc2d42bcc6e17de3953fbdf" + "hash": "f80b60663ef871d7eb41541e84ef40f2" }, { - "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": "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/transferts/psg-la-photo-de-zidane-a-paris-qui-fait-beaucoup-parler_AV-202112070171.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 09:03:48 GMT", - "enclosure": "https://images.bfmtv.com/I3Sb4DIYuErlJx-F4h3ZkwpqMX4=/0x22:2048x1174/800x0/images/Zinedine-Zidane-1175362.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", @@ -73258,17 +74652,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c06068633f2a4fcffee147254f81328" + "hash": "09e5fc3b34f1dc438742ebd583007b37" }, { - "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: 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/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-nomme-entraineur-interimaire-sable-change-de-capitaine_AV-202112090278.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 12:29:11 GMT", + "enclosure": "https://images.bfmtv.com/j63whodjrWYf0KPJdYR0TY2POOk=/0x106:2048x1258/800x0/images/Wahbi-Khazri-1184936.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -73278,17 +74672,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bdb87a2889b7747be966192e1037933d" + "hash": "efd0bf5158b6a788b38de2eb57f1a8fa" }, { - "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": "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/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/football/ligue-des-champions/barca-les-chiffres-desastreux-du-fiasco-en-ligue-des-champions_AV-202112090277.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 12:25:04 GMT", + "enclosure": "https://images.bfmtv.com/3SbOFWHSUMtFJ34Lali5w1sYC1I=/0x0:2048x1152/800x0/images/FC-Barcelone-1184919.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -73298,17 +74692,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f2e37bc03f5307464ad3d1162e9a597" + "hash": "ff35931161d791e1ccf15dc659e72185" }, { - "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": "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/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/pari-sportif/pronos-paris-rmc-les-paris-du-9-decembre-sur-lyon-rangers-ligue-europa_AN-202112080418.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": "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", @@ -73318,17 +74712,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a704f8ea20c796e6fe390d37fab63c20" + "hash": "1081daebafa51b3eda52dfac1f9b89c2" }, { - "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": "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-des-champions/psg-bruges-leonardo-ne-voulait-pas-me-vendre-assure-nsoki_AV-202112070149.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": "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 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", @@ -73338,17 +74732,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "87ebb99bc0b23ded445931660c7bcbc4" + "hash": "fa69a863643e9f4de1fe77b479889078" }, { - "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": "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-des-champions-match-a-trois-porto-atletico-milan-choc-real-inter-les-enjeux-de-la-soiree_AD-202112070127.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 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: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", @@ -73358,17 +74752,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "03f6f5042cd595512a991775d248599d" + "hash": "71bcf8a941b121ee932a35700ce1a655" }, { - "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": "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-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/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 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 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", @@ -73378,17 +74772,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a84dace584e7a4ab7baabb1eb0f42d3" + "hash": "85e7e9f0027ee301a21cdaf8e684c1a3" }, { - "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": "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/premier-league/tottenham-les-spurs-deplorent-huit-cas-positifs-au-covid-19-selon-la-presse-anglaise_AV-202112070117.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 07:43:08 GMT", - "enclosure": "https://images.bfmtv.com/-2wDRIgTqr2KM2c0Lf2KYweeiuo=/0x0:1200x675/800x0/images/Antonio-Conte-1183179.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", @@ -73398,17 +74792,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "01c0a324fec049b75b538d8d7d972ddf" + "hash": "4d4098db82b1d874d2036310a0ffaf5d" }, { - "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": "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/transferts/mercato-en-direct-les-rumeurs-et-infos-du-6-decembre_LN-202112060095.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": "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 11:35:56 GMT", + "enclosure": "https://images.bfmtv.com/yTnfJiSq2GP8NkwjVGQO6AMIGgU=/0x106:2048x1258/800x0/images/Monaco-1184876.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -73418,17 +74812,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "425671c5b2cea49b465d64d0e0b6b06b" + "hash": "2b36cc6ce8287cf1f88cf94f79793253" }, { - "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": "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/sports-de-combat/boxe/boxe-tommy-fury-renonce-a-son-combat-face-au-youtuber-jake-paul_AV-202112070073.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 06:55:04 GMT", - "enclosure": "https://images.bfmtv.com/t6mYiZ1K7p9QhSRRDpG86CjMVTk=/0x135:2048x1287/800x0/images/Tommy-Fury-1183140.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", @@ -73438,17 +74832,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d136026993687e15d67bfed22c1a02c3" + "hash": "f78a3825feb426a3ff999e148c20691f" }, { - "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": "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/handball/hand-didier-dinart-nomme-selectionneur-de-l-arabie-saoudite_AV-202112070069.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 06:49:12 GMT", - "enclosure": "https://images.bfmtv.com/G9bZIIYMtNb7A4kAXXGHhnG_09k=/0x124:1200x799/800x0/images/Didier-Dinart-1183133.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", @@ -73458,17 +74852,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "071fb543f39774d2ee8b3c10522da82e" + "hash": "accabc916fcbf0c7a587ea4cd8b78f7a" }, { - "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": "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-1/ligue-1-en-direct-les-infos-en-direct-avant-la-18e-journee_LN-202112060283.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 14:11:44 GMT", - "enclosure": "https://images.bfmtv.com/NdNoKxOpVyxNHx0BlR0NN1eJgE4=/0x42:2048x1194/800x0/images/Pablo-LONGORIA-1162047.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", @@ -73478,17 +74872,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4752aa0b6a4cfd84267d8a5fe2c240b2" + "hash": "8e2065ad3b795c50170063c4711a1348" }, { - "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": "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/football/ligue-1/incidents-ol-om-longoria-redoute-des-consequences-si-le-match-est-a-rejouer_AV-202112070053.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": "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 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", @@ -73498,17 +74892,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "85b4ab11bfa148ee2cae366a62824ebe" + "hash": "8365e3f8ce2e969b4dd55cf69b0b04ef" }, { - "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": "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/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/barca-les-lourdes-consequences-economiques-de-l-elimination-en-ligue-des-champions_AV-202112090216.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 10:44:11 GMT", + "enclosure": "https://images.bfmtv.com/mZTItPgzUw0XQDompC-rqlLVS9Y=/0x18:2048x1170/800x0/images/Pique-1184813.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -73518,17 +74912,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2803a1bef973ca2da21cf31854e33cb0" + "hash": "fa6c39550228c311c8a8321598891b94" }, { - "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": "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/football/ligue-1/ol-aulas-propose-de-remplacer-un-joueur-blesse-en-cas-d-incident_AV-202112070030.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": "Tue, 07 Dec 2021 05:49:00 GMT", - "enclosure": "https://images.bfmtv.com/lLVLDV27M0j4AM0BRfpKjGn4wlg=/0x212:2048x1364/800x0/images/Jean-Michel-Aulas-1183085.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", @@ -73538,17 +74932,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "90bc46f90535324ae15022de789cef32" + "hash": "9bae2e97dd26316083e8f285c245d68a" }, { - "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": "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/football/ligue-1/om-longoria-a-trouve-la-raison-des-difficultes-actuelles-de-l-equipe_AV-202112070022.html", + "link": "https://rmcsport.bfmtv.com/tennis/roland-garros/tennis-amelie-mauresmo-nommee-nouvelle-directrice-de-roland-garros_AV-202112090202.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 10:16:13 GMT", + "enclosure": "https://images.bfmtv.com/8sXHfd9h06FlZp4yfQ7AuMM6dkQ=/0x0:2048x1152/800x0/images/Amelie-Mauresmo-1056662.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -73558,17 +74952,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b60c070bfc658d3780f6dd9369b3743" + "hash": "7b07f569688057b5ef40559042899fe8" }, { - "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": "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/tennis/djokovic-participera-a-l-atp-cup-bon-signe-pour-l-open-d-australie_AD-202112070016.html", + "link": "https://rmcsport.bfmtv.com/football/accuse-d-agression-sexuelle-pierre-menes-place-en-garde-a-vue_AN-202112090199.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 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", @@ -73578,17 +74972,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "72a327228fcf890e6427d3fee1785b11" + "hash": "70a089431dd1136fca3a52c65b28f5fa" }, { - "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": "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/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/psg-messi-sans-pitie-avec-ses-enfants-lors-d-un-foot-dans-son-salon_AV-202112090198.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 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", @@ -73598,17 +74992,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c7cc465f3965ee368b61e5f9f57e12d" + "hash": "e995bdf5da4fdcc83bee51d5e3ff24b2" }, { - "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": "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-des-champions/psg-hakimi-juge-sa-relation-avec-messi-et-defend-pochettino_AV-202112060571.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 23:08:25 GMT", - "enclosure": "https://images.bfmtv.com/Z6_mvkHOLiC4131mVQdjZdi4SX4=/0x68:2048x1220/800x0/images/Achraf-Hakimi-1132639.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", @@ -73618,17 +75012,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "38a8bf40aea413baa05d1d9816e2b3fd" + "hash": "4e6bf24d2fece15fc6bfc5abfb7f7c6f" }, { - "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 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/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/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 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 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", @@ -73638,17 +75032,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bdbf7ded048c1b85617d6fd03abb4e0e" + "hash": "4ef390adfdd76fd60c85c73f1ffd7037" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-7-decembre-ligue-des-champions_AN-202112060292.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 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 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", @@ -73658,17 +75052,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "efc9872c10a9f04d3576dc68f89d9e2b" + "hash": "36edd2a3893445dcb3ee8632c7054e2b" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-7-decembre-ligue-des-champions_AN-202112060290.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 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/jHN2J2BCQ0RVUTPev48KJI8vTFI=/1x91:1985x1207/800x0/images/Atletico-Madrid-1182721.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", @@ -73678,17 +75072,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "30c023027a198e4c741f280833460d51" + "hash": "e3c991c58a33d58d4772c8839025fba0" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-buteur-du-7-decembre-ligue-des-champions_AN-202112060288.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 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 08:50:55 GMT", + "enclosure": "https://images.bfmtv.com/IUo7tLZx3FAWIzMMRgSy9YeuPcM=/0x106:2048x1258/800x0/images/Max-Verstappen-1184760.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -73698,17 +75092,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "be72cb67cc2c8715f64ea83fa0b7e1af" + "hash": "6d1fcd23e68928c7c6c11d81bf54fb11" }, { - "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": "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/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/ligue-1/ligue-1-en-direct-toutes-les-infos-avant-la-18e-journee_LN-202112090152.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 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", @@ -73718,17 +75112,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2756ba4fefb8fcec39cc5a4f726c0507" + "hash": "910955981c6b35acb9a3c5f15743796e" }, { - "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": "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/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/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 22:11:54 GMT", - "enclosure": "https://images.bfmtv.com/Dfv1gHTMScCjiyCCA7NXmg-ZEqs=/0x167:2000x1292/800x0/images/Richarlison-1183032.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", @@ -73738,17 +75132,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1350002439a2e913a9bf0ba2ec6984e7" + "hash": "0016d8c30c06d936dcfa241134ac8fd2" }, { - "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": "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-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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-9-decembre_LN-202112090128.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 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", @@ -73758,17 +75152,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae07e0d357be5b02d901274644ee6f57" + "hash": "70c8071461d90ca4a281dfbaf481f28a" }, { - "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": "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/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/pique-xavi-ter-stegen-l-elimination-du-barca-inspire-les-reseaux-sociaux_AV-202112090126.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 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", @@ -73778,17 +75172,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e249a2db99fc4cb1b3333a9f053b646" + "hash": "021af0e1e2c6c79b266eed170fa99df0" }, { - "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": "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/mondial-de-handball-flippes-touchee-a-la-cheville-et-remplacee-par-ahanda_AD-202112060537.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 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 07:28:26 GMT", + "enclosure": "https://images.bfmtv.com/Q4JPt8tKl0giPC7hhIrdveBBdUo=/0x0:2048x1152/800x0/images/Thomas-Mueller-1184689.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -73798,17 +75192,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "283414a67593c72bdd938fe79177e6a5" + "hash": "e9bf73c6ed4bf764f3fd42f94d1b999e" }, { - "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": "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-1/ligue-1-en-direct-les-infos-en-direct-avant-la-18e-journee_LN-202112060283.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 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 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", @@ -73818,17 +75212,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cdc15d089f5c992e767c9b18e60f90b8" + "hash": "501eb42477457c81c806b5db98e2c80f" }, { - "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": "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/incidents-ol-om-dans-son-rapport-m-buquet-accuse-aulas-de-l-avoir-menace_AV-202112060535.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 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 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", @@ -73838,17 +75232,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8cf4853944322d8c0b383b3dbc1159b7" + "hash": "73761d7f16f771392f3a58572a7ee631" }, { - "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": "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/om-rongier-en-dit-plus-sur-la-mauvaise-passe-de-milik_AV-202112060532.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 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 06:56:56 GMT", + "enclosure": "https://images.bfmtv.com/CieoJ1vEzoUQPTNpENFDMcr9dYY=/0x0:2032x1143/800x0/images/Ralf-Rangnick-1184647.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -73858,17 +75252,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "97e4cb18b6a4e629d090a0ac622ec8f3" + "hash": "8a45914776d647560a12f6353ee1e8f3" }, { - "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": "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/rugby/stade-toulousain-julien-marchand-de-retour-a-l-entrainement_AN-202112060526.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 20:43:50 GMT", - "enclosure": "https://images.bfmtv.com/Tz7SJndVrC9CzbqJ_NZVJFmZCWY=/0x54:1984x1170/800x0/images/Julien-Marchand-1055292.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", @@ -73878,17 +75272,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba19c06fcb7759e23dc200dfc3d2d43f" + "hash": "20bd573e45f88808c4f7a4487adb2633" }, { - "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": "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/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/ligue-des-champions/ligue-des-champions-le-multiplex-en-direct_LS-202112080539.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": "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", @@ -73898,57 +75292,57 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbfeb0530aa191ea356e8afc89d42a52" + "hash": "740ec72deafbfb45a66af015470adda0" }, { - "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": "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/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/bayern-barca-lenglet-rigole-avec-lewandowski-et-provoque-la-colere-des-supporters-catalans_AV-202112090034.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 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", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0094e082edf98444ed33817ca39dc393" + "hash": "dbb7b566480beefa368e951900d4d8c4" }, { - "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": "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/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/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 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 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": "7075458e34d68d8d5b700ab0f36d6178" + "hash": "48be83c9c90e726c5d6ee56ea55fcc1c" }, { - "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 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/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-jeudi-pour-la-spectatrice-a-la-pancarte_AD-202112090011.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 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", @@ -73958,37 +75352,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "0bfcc4f889529a47b5136ee30a513631" + "hash": "b48a8b552251f9648d4269263ea82dc8" }, { - "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": "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/psg-j-ai-l-impression-que-pochettino-fait-tout-pour-se-faire-virer-observe-di-meco_AV-202112060497.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 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 00:18:16 GMT", + "enclosure": "https://images.bfmtv.com/9ouFMwyt7N6dCfUt8pQog7ahnpY=/0x106:2048x1258/800x0/images/Basket-illustration-976031.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": "ee065564f3192f5f4ce7674e72d429c3" }, { - "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": "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/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/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 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 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", @@ -73998,37 +75392,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "333e6a5ff0bba1f9d56793d65c3acb0c" + "hash": "a62b2800040a33c5c7c0f193932df7db" }, { - "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: \"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/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-un-coup-de-massue-pour-xavi-apres-l-elimination-en-ligue-des-champions_AV-202112090008.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 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", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "02ac6c7ebd51b151c4b88f85f49f0e21" + "hash": "104890f0c63b8724f1275b0927c09215" }, { - "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": "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/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/wolfsburg-lille-c-est-historique-les-dogues-laissent-eclater-leur-joie_AV-202112080653.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 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", @@ -74038,17 +75432,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "08e549ed5555cb583ffd9a42d7c6c650" + "hash": "e9f463eaec2a63313481d5ff7c9d9cd6" }, { - "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": "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/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-1/incidents-ol-om-cardoze-explique-que-l-om-voulait-avoir-match-gagne_AV-202112080650.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": "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", @@ -74058,37 +75452,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "057120b75427c4d478df1247de71e5a3" + "hash": "6ac0fb24770f55747283da033c38fd32" }, { - "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 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/football/ligue-1/psg-pochettino-laisse-les-joueurs-livres-a-eux-memes-regrette-rothen_AV-202112060416.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 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": "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": "f8433f0173c06ed7cbb38cc4477fc81f" + "hash": "4d4b9d7fe72179f882854e215d0ce018" }, { - "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": "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/sports-de-combat/boxe/anthony-joshua-je-veux-recuperer-mes-ceintures_AV-202112060407.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 17:47:46 GMT", - "enclosure": "https://images.bfmtv.com/4pIJEkqtcWIufJxqMcwb40-WmMo=/0x62:2032x1205/800x0/images/Anthony-Joshua-987595.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", @@ -74098,17 +75492,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "78aa90edc4423bc9846d828dd9b40462" + "hash": "b4504887d8cd61ddfa289944f595bf35" }, { - "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": "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/ligue-1/saint-etienne-sable-assurera-l-interim-apres-la-mise-a-pied-de-claude-puel_AV-202112060392.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 17:26:58 GMT", - "enclosure": "https://images.bfmtv.com/5nv2tBB3AWVGeH6MqETeIxWJSNQ=/0x62:1200x737/800x0/images/-806024.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", @@ -74118,37 +75512,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "8146c78d571f5c7daf07d26d871232e2" + "hash": "607896f35e2b1b08fa0fd2c225706dc5" }, { - "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": "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/mondial-2022-une-equipe-norvegienne-sort-un-maillot-anti-qatar_AV-202112060387.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 17:20:19 GMT", - "enclosure": "https://images.bfmtv.com/KxmAb_5Cnz4wU6I6roI8e6yuW3w=/0x103:1984x1219/800x0/images/Ballon-de-foot-1064209.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", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a485bc5ba06a87d1d64524b4742ec98f" + "hash": "1b345eab8c9d40431e9d851b46ce3105" }, { - "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": "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/monaco-saison-terminee-pour-krepin-diatta-opere-des-croises-avec-succes_AV-202112060373.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 16:54:53 GMT", - "enclosure": "https://images.bfmtv.com/W2CICT7aEggBMneVfYG57sQz7gc=/0x0:1200x675/800x0/images/Krepin-Diatta-1182763.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", @@ -74158,17 +75552,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "df3864e473d054b6e56bca71d2a89746" + "hash": "4947eb9edc8d553d358b1930cb9f478d" }, { - "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": "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-1/ol-coup-dur-pour-denayer-qui-va-etre-absent-deux-mois_AV-202112060365.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 16:46:08 GMT", - "enclosure": "https://images.bfmtv.com/j3yG2YxKSrNdEf4uKE5ZFQiI0dA=/0x34:1200x709/800x0/images/Jason-Denayer-1182334.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", @@ -74178,17 +75572,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "68eefda267056fa546f68cae13857c36" + "hash": "40e0df5a0af3fd344015219af12c1194" }, { - "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": "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/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-des-champions/ligue-des-champions-le-losc-qualifie-pour-les-huitiemes-en-surclassant-wolfsburg_AV-202112080622.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 21:55:11 GMT", + "enclosure": "https://images.bfmtv.com/7z3UfCv9QAGjasbl781VRIXC3ao=/6x101:2038x1244/800x0/images/Losc-Wolfsburg-1184513.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -74198,57 +75592,57 @@ "favorite": false, "created": false, "tags": [], - "hash": "8923affcad3e82ee1d1bad21d3ab9643" + "hash": "a93510ee4912490b2fdd362db90e68a7" }, { - "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": "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/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/l-om-ecope-d-une-amende-apres-les-propos-racistes-contre-suk_AV-202112080615.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": "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": "ec321b5440943767027af8390b6ce9ec" + "hash": "cf3b84a662a6244471624c7e721bb696" }, { - "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": "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/europa-league/ol-les-supporters-des-rangers-interdits-a-lyon_AV-202112060329.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 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 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": "8d745027063502e49a6e81b39a9db723" + "hash": "e5b0cc1cb15517f379daedb453e55a71" }, { - "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": "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/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-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 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 21:05:37 GMT", + "enclosure": "https://images.bfmtv.com/4fiMuUAXnCSxgg3cOrzhXoN89UY=/0x146:2048x1298/800x0/images/OL-OM-1184497.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -74258,17 +75652,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0eb9bb5af0360143294535b1caad5dc0" + "hash": "24715ee824de6ce957267ab6ba956ea2" }, { - "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": "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/ligue-des-champions/psg-les-gens-critiquent-toujours-hakimi-reclame-de-la-patience_AV-202112060322.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 15:26:32 GMT", - "enclosure": "https://images.bfmtv.com/cTPSglOa2Bh96dMyMFmXsfwhMos=/0x0:1200x675/800x0/images/Achraf-Hakimi-1182743.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", @@ -74278,17 +75672,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "685de39923307454d18dd756abc781b5" + "hash": "1a651086167ed4a84359b8fe6cb3124e" }, { - "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": "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/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-1/incidents-ol-om-un-point-de-retrait-ferme-pour-lyon-le-match-a-rejouer_AV-202112080602.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 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", @@ -74298,17 +75692,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1aa75513da60a08e6e62cb24b3cf0e78" + "hash": "518e18bb6d6460bb31551a0f84234bdf" }, { - "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": "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-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/wolfsburg-lille-le-but-de-yilmaz-apres-un-contre-express-en-video_AV-202112080599.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 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", @@ -74318,77 +75712,77 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5f6784125554e35402d402cd975bb8c" + "hash": "f71bd1f1f6157715df7a641cbc8b8cab" }, { - "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: 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/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-en-direct-suivez-zenith-chelsea-et-juventus-malmo_LS-202112080498.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 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", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b3c90ac165f6054a3702a5d8f3189028" + "hash": "e19f3dc130cf8d843c43f8284dfe26ba" }, { - "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": "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/f2-talon-casse-contusions-fittipaldi-presente-ses-blessures-apres-l-accident-avec-pourchaire_AV-202112060302.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 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 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", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "89baa6f2ec2d56cfb3eb98e9c781b114" + "hash": "cdeffcb8c95cec0ff80949e20066fcbe" }, { - "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": "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/ligue-des-champions/real-madrid-casemiro-confiant-pour-l-avenir-de-camavinga_AV-202112060296.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 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 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", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ba58fdb7beb9bae1b61f89086a0f62ec" + "hash": "893aeb7531954ffbd2cf9840a12dcb8d" }, { - "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": "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/football/ligue-des-champions/psg-sergio-ramos-forfait-face-a-bruges-kimpembe-incertain_AV-202112060274.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 13:48:59 GMT", - "enclosure": "https://images.bfmtv.com/7m-qfhTwLE18hCdBBD4kar0LUOg=/0x37:2048x1189/800x0/images/Sergio-RAMOS-1180944.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", @@ -74398,37 +75792,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "8837da6cb1647267432f8574fb7f4509" + "hash": "fe8f5c2bc9aefc5276042b2907d3516c" }, { - "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: \"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/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-en-dessous-de-zero-la-presse-espagnole-enfonce-le-barca-apres-son-elimination_AV-202112090020.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": "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": "6b690c437383048a988a952d5ca78ea7" + "hash": "e56377ac6becb4c3b9fa196e16fc656c" }, { - "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": "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/football/scandale-en-colombie-la-finale-d-accession-en-d1-probablement-truquee_AV-202112060270.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 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 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", @@ -74438,17 +75832,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "53c6a135f2343afe006f68a42f60ade1" + "hash": "3dc403157eb85a1aca89fb152092f500" }, { - "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: 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/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-les-compos-avec-la-surprise-gudmundsson_AV-202112080567.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 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", @@ -74458,17 +75852,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "05f9ec16952fb179df59c422ad1cea93" + "hash": "cc31103042d7298291168ae3f6f20e90" }, { - "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": "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/transferts/mercato-haaland-vinicius-diaby-la-valeur-des-plus-grandes-pepites-du-foot_AV-202112060260.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 13:11:21 GMT", - "enclosure": "https://images.bfmtv.com/iEVcVsNPEkLaDzEu58Z2BQ9jGw0=/0x41:2048x1193/800x0/images/Erling-Haaland-1144123.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", @@ -74478,17 +75872,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5d249cfb7d295b29c6bccff221fe768" + "hash": "37c6aab095765164c5f6957f103793fa" }, { - "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": "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/auto-moto/f1/f1-un-accrochage-pour-un-titre-mondial-prost-senna-schumacher-des-precedents-celebres_AV-202112060253.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 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 22:26:59 GMT", + "enclosure": "https://images.bfmtv.com/g5YAk7GIILjNzuwqBugOg4wvmR8=/0x5:2048x1157/800x0/images/PSG-1184529.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -74498,17 +75892,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "98b0137dc831abadc694555afd2d3350" + "hash": "e5d2efcd2b11c9038598759842b18bcb" }, { - "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": "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/les-grandes-interviews-rmc-sport-les-retrouvailles-gallas-terry-en-2016_AV-202112060251.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 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 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", @@ -74518,17 +75912,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "75571947f0521152b5629aafc38fe87f" + "hash": "9ec10b682f1f028a0bb5c756243116ee" }, { - "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": "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/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-1/ol-juninho-confirme-et-explique-son-depart-precipite-cet-hiver_AD-202112080543.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 18:17:24 GMT", + "enclosure": "https://images.bfmtv.com/0BUSdo7ZpII1HoAD4jD5kcecp04=/0x16:1024x592/800x0/images/-873563.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -74538,17 +75932,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1574acf79fa330e3c449941b7b030f0" + "hash": "089003de3109d25bd759e3c192f84923" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-6-decembre-ligue-2_AN-202112050223.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 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/uuj6HfCeytuLIlBz5FVi3vR5iTk=/0x0:1984x1116/800x0/images/R-Healey-1182151.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", @@ -74558,17 +75952,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8023ee05f836343343f9f3b1955c8807" + "hash": "8fa4ad139a86d2a6c010623e6f28b155" }, { - "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": "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/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-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 12:31:25 GMT", - "enclosure": "https://images.bfmtv.com/ULuDIAbbEflcoxqIlflDsmv5Vc0=/1x0:2001x1125/800x0/images/Atlanta-1182663.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", @@ -74578,17 +75972,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "408e6703e01892a9ee46de51cd8466ef" + "hash": "6154705c8fb79f7b92993484095e665d" }, { - "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": "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/football/equipe-de-france/benzema-blesse-dembele-en-forme-le-week-end-des-bleus_AD-202112060237.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 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 17:52:04 GMT", + "enclosure": "https://images.bfmtv.com/sUgrITmonJV3R7AJxw0qYpN6lIY=/280x77:2040x1067/800x0/images/Gallardo-1176040.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -74598,17 +75992,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1bdcc5097d78214353147218c6f9cc9" + "hash": "f92f209ec5dcfe11e8c288c67b23f325" }, { - "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": "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/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/liga/atletico-vrsaljko-opere-pour-une-fracture-de-l-arcade-zygomatique_AV-202112080523.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 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", @@ -74618,17 +76012,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2d3d11d8ba6bff978672bf28ff6a618" + "hash": "cf7751d2ca12b555d73ec68fd4861862" }, { - "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 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/football/ligue-1/ligue-1-en-direct-les-infos-en-direct-avant-la-18e-journee_LN-202112060283.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", + "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", @@ -74638,17 +76032,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "02c86fa3d1e33a17fb167356a28b2246" + "hash": "4591540b434afa6747dad98f9438f54d" }, { - "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": "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/football/f1-les-cles-de-la-finale-hamilton-verstappen-au-grand-prix-d-abou-dhabi_AD-202112060222.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 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 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", @@ -74658,17 +76052,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1442f014fe427fc8e648e5a7584ae2c8" + "hash": "47f6237a1eec49d23d9e9d85eb94cf93" }, { - "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": "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/football/ligue-des-champions/psg-ramos-bien-present-a-l-entrainement-avant-bruges-kimpembe-absent_AV-202112060213.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 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 17:22:35 GMT", + "enclosure": "https://images.bfmtv.com/dTRVVU8j8U7pdyLrOHF8oIyBHZg=/0x28:2032x1171/800x0/images/Mark-Cavendish-1184353.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -74678,17 +76072,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "afcaa9669bc603a30bd799d48fbe0410" + "hash": "755c146d6ee6a55bf643dbf5b0c5d907" }, { - "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": "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/le-foot-belge-sous-le-choc-apres-les-graves-incidents-lors-de-standard-de-liege-charleroi_AD-202112060209.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 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": "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", @@ -74698,17 +76092,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d7e6edb67db55d5f4a23fd5172f56b7d" + "hash": "47022aeabb5917bad4d86f3d24ab0b5a" }, { - "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": "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/transferts/serie-a-ibrahimovic-espere-rester-toute-sa-vie-a-l-ac-milan_AV-202112060202.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 11:17:29 GMT", - "enclosure": "https://images.bfmtv.com/MwB6p1BxcUGVP4hA4XiaNEj32Eg=/0x39:2048x1191/800x0/images/Zlatan-Ibrahimovic-1182591.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", @@ -74718,17 +76112,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c06f278eacae11ce87018d948fe3f73a" + "hash": "9b82713695be26d0394246e1727f2781" }, { - "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": "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/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/liga/un-joueur-de-valladolid-alcoolise-provoque-un-grave-accident_AN-202112080485.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 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", @@ -74738,17 +76132,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "815f0d28028acb1193b4f4cd709e3a76" + "hash": "15c73936314b7807141eac538d128ba1" }, { - "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": "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/psg-le-clan-messi-douterait-de-pochettino_AV-202112060189.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 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 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", @@ -74758,17 +76152,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d696f7d87b618dc72f17bd944d6cc2f8" + "hash": "43fa15c21383181417794d34697bdda6" }, { - "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": "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/paris-hippique/les-pronos-hippiques-du-mardi-7-decembre-2021_AN-202112060186.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 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": "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", @@ -74778,17 +76172,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "66df6491f903bac75c3e76b894478fa5" + "hash": "bbf26a2bafc2c6825a453a37bb2b178f" }, { - "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": "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/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-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 10:22:42 GMT", - "enclosure": "https://images.bfmtv.com/djsZcl16GekBtbPn2XWA81-MXt4=/0x103:2048x1255/800x0/images/Hamilton-Verstappen-1180042.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", @@ -74798,17 +76192,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7451efa30349186c4fd74ab738ad0682" + "hash": "6a8fa02991276e88662ff3235052d6e3" }, { - "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": "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-verstappen-hamilton-qui-sera-champion-du-monde-s-ils-s-accrochent-a-abu-dhabi_AV-202112060173.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 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 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", @@ -74818,17 +76212,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0b100597d2f6eee05208f9a419e3737" + "hash": "7bbbbe1ec78ccffe0229cdac7efe9728" }, { - "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": "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/ligue-1/ligue-1-saint-etienne-nomme-loic-perrin-coordinateur-sportif_AV-202112060172.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 10:11:21 GMT", - "enclosure": "https://images.bfmtv.com/D4iXoGB4ATUVZcazcZgYRwaqyt0=/0x106:2048x1258/800x0/images/Loic-Perrin-1182556.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", @@ -74838,17 +76232,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d4934d6af5f1482dc5daa6eecb0fd56" + "hash": "d1454cbac9e5cc898a6183b6a7a3781c" }, { - "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": "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/football/bundesliga/bayern-lucas-hernandez-raconte-la-pire-periode-de-sa-carriere_AV-202112060171.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": "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 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", @@ -74858,17 +76252,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ae9834237e774c67f2c30b6f1000831" + "hash": "7c217c8fa2e977f42cfa37dec86c3cae" }, { - "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": "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/poker/justin-bonomo-plus-gros-gagnant-de-l-histoire-du-poker_AN-202112100009.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 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 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", @@ -74878,17 +76272,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a53df4b4fbce89bdb8c664a5efcddbaf" + "hash": "616e8e2e6b997712630d266b35e37cff" }, { - "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": "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/football/ligue-1/pourquoi-l-ol-n-y-arrive-plus-en-ligue-1_AV-202112060167.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 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 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", @@ -74898,17 +76292,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c49050f69607d7dc052b35a486d67a4e" + "hash": "226cdd81efc05951b50a1f611f1cd6f3" }, { - "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": "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/ligue-1/metz-niane-est-toujours-en-train-de-pleurer-antonetti-allume-son-attaquant_AV-202112060157.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:36:40 GMT", - "enclosure": "https://images.bfmtv.com/v4ZbBSm9nQD5Bb_BHnKtFqOUXFo=/0x106:2048x1258/800x0/images/Ibrahima-Niane-1182533.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", @@ -74918,17 +76312,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "96feea01db5270a9960cb6bcddd86857" + "hash": "3e5331e477f1824dddcf6832c5b7a914" }, { - "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": "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/clubs/paris-saint-germain/psg-bruges-j-1-en-direct-la-tension-monte-a-paris_LN-202112060147.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 09:09:03 GMT", - "enclosure": "https://images.bfmtv.com/VcFfGJTTFFmghvpryvCiG7ZQFh0=/0x0:2048x1152/800x0/images/Sergio-Ramos-a-l-entrainement-du-PSG-1182605.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", @@ -74938,17 +76332,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d37dee592084f438d7902c60ec2dbb89" + "hash": "07c008cbae9a0f9a1a2b5a1bccac71c4" }, { - "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": "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/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/psg-bruges-on-a-encore-des-choses-a-ameliorer-estime-wijnaldum_AV-202112080225.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 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", @@ -74958,17 +76352,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc8ad84ad3252691cac43aa877b9b389" + "hash": "eec7699ef26409bd6ab94e6ee314bfdf" }, { - "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": "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/football/transferts/mercato-salah-snobe-le-barca_AV-202112060135.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 08:38:12 GMT", - "enclosure": "https://images.bfmtv.com/gylC9uZZXGD5L_8FphvNaKkgo8k=/0x0:1200x675/800x0/images/Mohamed-Salah-1176780.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", @@ -74978,17 +76372,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ef4901010fafc75c2e9184394743ffa" + "hash": "aca2c118935223e280d9d671bbb0b78b" }, { - "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": "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/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-lille-peut-ecrire-une-des-plus-belles-pages-de-son-histoire_AD-202112080217.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 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", @@ -74998,17 +76392,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3cf4a1763b93e82e14f6bb720208d475" + "hash": "838b0cfa7fcf0e984f469f33545d32e4" }, { - "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": "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/auto-moto/f1/gp-d-arabie-saoudite-hamilton-se-paye-la-conduite-de-verstappen_AV-202112060126.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": "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 09:33:03 GMT", + "enclosure": "https://images.bfmtv.com/3MHX2A9Ez6dzWQQumZtvd2qjg1w=/0x62:1200x737/800x0/images/-865123.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -75018,17 +76412,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb082f1a3d202a9aec63a8231918d5ac" + "hash": "89a9ed88a3b6d6b436312c9e60eaad0e" }, { - "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: à 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/poker/albert-solal-la-chasse-au-record_AN-202112060220.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 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 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", @@ -75038,17 +76432,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ee06e11d7f56dcdbf8b8947500a918b" + "hash": "5c45a26dbea2880f858009936a4f4c64" }, { - "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": "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/clubs/paris-saint-germain/psg-bruges-j-1-en-direct-la-tension-monte-a-paris_LN-202112060147.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 09:09:03 GMT", - "enclosure": "https://images.bfmtv.com/XhNQDRo0j0xLvkebz9Idop5962E=/0x0:1184x666/800x0/images/Mauricio-Pochettino-1179636.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", @@ -75058,17 +76452,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d34e2bc68cca4a3e9940634aac1468a9" + "hash": "abba2a2c0d13c2485c5f7311a1e06263" }, { - "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": "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/ligue-1-la-stat-terrible-et-historique-de-bordeaux-a-domicile_AV-202112060103.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": "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": "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", @@ -75078,17 +76472,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d83932c15739bd4447a099d191686ce" + "hash": "9e58c630c0e8577c9763542fb534e7c3" }, { - "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": "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/football/transferts/mercato-en-direct-les-rumeurs-et-infos-du-6-decembre_LN-202112060095.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": "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: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", @@ -75098,17 +76492,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "796150d8d5058de7c330ae288239d5b0" + "hash": "fbb27b6e586d3e87b3bc8f9c16f16c3b" }, { - "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": "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/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/handball/handball-le-calvaire-d-amandine-tissier-championne-de-france-atteinte-de-sclerose-en-plaques_AV-202112080192.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": "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", @@ -75118,17 +76512,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "58a4d148c490ef9b7aa545e8e0985ab4" + "hash": "1f5276ff7078f76048fb83f7d2358bb2" }, { - "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": "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/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/sports-de-combat/boxe/boxe-la-wbc-impose-a-fury-de-defendre-son-titre-contre-whyte_AV-202112080174.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 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", @@ -75138,17 +76532,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8eceac92a2316cff833d047dbc5e5a3c" + "hash": "83bf24f5e9afac9aade6fc4957c35aff" }, { - "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": "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/football/ligue-1/ligue-1-suivez-bordeaux-ol-en-direct_LS-202112050237.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 16:10:24 GMT", - "enclosure": "https://images.bfmtv.com/Y4ipY_ai5LRaJE086BPMTqdy9SA=/0x106:2048x1258/800x0/images/Bordeaux-OL-1182321.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", @@ -75158,17 +76552,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e6341a363d927f3d039703a5865b844" + "hash": "06bf9023931f6db6d86d864907776b31" }, { - "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": "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/basket/nba/nba-un-gobert-clutch-fait-gagner-utah-contre-cleveland_AV-202112060029.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": "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 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", @@ -75178,17 +76572,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "79ae284fd3415bfb7e6a7fd1e77a0cc8" + "hash": "33c3e884508d73437e40412ee393fb87" }, { - "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": "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/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/football/ol-om-les-sanctions-vont-tomber_AD-202112080149.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 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", @@ -75198,17 +76592,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "917c514cbbaca698514f196c4d4c421b" + "hash": "ec4439888e7a50972b09f1a9b977ece2" }, { - "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": "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-rien-a-voir-avec-le-systeme-bosz-defend-ses-choix-et-n-accable-pas-gusto_AV-202112050338.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 23:20:13 GMT", - "enclosure": "https://images.bfmtv.com/OO3C28NNrFZobBvO5tH8TmS6Cos=/0x68:2048x1220/800x0/images/Peter-BOSZ-1174364.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", @@ -75218,17 +76612,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7086cd58e4d712158533b5540ca76e65" + "hash": "7f14200fbbae0a48633001c853632631" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-6-decembre-liga-espagne_AN-202112050221.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 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/z58sytdUaDInDdkpqQo33-_KRW4=/0x0:1984x1116/800x0/images/D-Suarez-1182150.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", @@ -75238,17 +76632,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "363887378decb92d9d5c4ad063e17c38" + "hash": "b11d3df9f9976a95c244fe7dc0390d63" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-6-decembre-serie-a-italie_AN-202112050220.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 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/eQvyLLt5PM0KHVf5c3NUyvEWY_M=/15x0:1999x1116/800x0/images/Beto-1182148.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", @@ -75258,17 +76652,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5d0546042f9aa0c82704722ab8136fc" + "hash": "7d1b184b0b535abf49b7876e5d4f89ff" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-sur-du-6-decembre-premier-league-angleterre_AN-202112050218.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 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/kj3Ze9ByrlnqgUtTTxZ_4mDbk34=/0x0:2000x1125/800x0/images/A-Ramsdale-1182147.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", @@ -75278,17 +76672,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a78dddb36166232f190772ea28e23e4" + "hash": "5755d56493a6c15feb4c7d05ca1cc282" }, { - "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": "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/rugby/top-14/top-14-le-stade-francais-renversant-face-a-la-rochelle_AD-202112050335.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 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 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", @@ -75298,17 +76692,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "93e4dde4eee54eeecd08b2e1e5e0d1bc" + "hash": "0037b2f6c09b2121a9b16b50d2b207af" }, { - "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": "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/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-1/ol-juninho-parti-de-lyon-des-janvier_AV-202112080089.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 06:54:12 GMT", + "enclosure": "https://images.bfmtv.com/ffGb7F3CILQOmNb8IF9mSMYsmRM=/0x43:1200x718/800x0/images/Juninho-1034267.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -75318,17 +76712,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "438817160f750d7865efe7de790f87ae" + "hash": "3e1582fdd1078a32e6f82dac953607ad" }, { - "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": "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/rugby/top-14/top-14-stade-francais-la-rochelle-en-direct_LS-202112050287.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 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 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", @@ -75338,17 +76732,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "90ab2cc8b5847dc62856ff61f1fc33f5" + "hash": "48f240c85452d89be047fa80d0b49d41" }, { - "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": "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/bordeaux-ol-les-lyonnais-s-inquietent-pour-denayer-sorti-sur-blessure_AV-202112050329.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 21:53:35 GMT", - "enclosure": "https://images.bfmtv.com/j3yG2YxKSrNdEf4uKE5ZFQiI0dA=/0x34:1200x709/800x0/images/Jason-Denayer-1182334.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", @@ -75358,17 +76752,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1460902497e511014066ab5e2b681a5c" + "hash": "e25e04e316c99a785a259eaea39399e5" }, { - "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": "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/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/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 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 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", @@ -75378,17 +76772,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1088a3fd9598370cd653cf9439116e49" + "hash": "18e7df523bc4c5f5d5c2bf2c2c276595" }, { - "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": "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/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/transferts/mercato-en-direct-les-rumeurs-et-infos-du-6-decembre_LN-202112060095.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": "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", @@ -75398,37 +76792,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "e6e39f861aba7b9ba312808aade87b3a" + "hash": "5a9095201a806ebb4438472e1bdacbaf" }, { - "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": "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/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/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 21:20:56 GMT", - "enclosure": "https://images.bfmtv.com/EFMuPxED3PASOmGwkK3UnkpMsGk=/0x0:1200x675/800x0/images/Lewis-Hamilton-1182329.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", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "255972c7c738ed0286178d8a53336c95" + "hash": "dc4bbe6e9250a2b398a24be4d25273ce" }, { - "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": "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/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/coupe-arabe-un-choc-maroc-algerie-en-quarts_AV-202112080021.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 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", @@ -75438,17 +76832,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d43d8b0b727562ba1e89d43ec431ee60" + "hash": "cdd5abb0eab0c81956e08c29059308eb" }, { - "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": "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/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-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 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 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", @@ -75458,17 +76852,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e9ecf9076d9b52947919dee0939ffe1" + "hash": "a585401ad057b6b01ebbc82b6f6b935c" }, { - "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": "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/liga/real-madrid-on-rentre-au-stand-le-message-de-benzema-apres-sa-blessure_AV-202112050310.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 19:59:54 GMT", - "enclosure": "https://images.bfmtv.com/_8M4UwzOy_jdWisnzZ-jzyiKJV0=/0x99:2048x1251/800x0/images/Benzema-1174670.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", @@ -75478,17 +76872,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "544e8e50b217355c29787b92633d1069" + "hash": "8a630e69413065d4a27913ff52f22975" }, { - "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": "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/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/handball/feminin/mondial-de-hand-les-bleues-souffrent-mais-s-imposent-contre-le-montenegro_AV-202112070441.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": "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", @@ -75498,17 +76892,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "296aeaf4d2e11ea06a129057774be7c4" + "hash": "27ae6f42acce62a0aea8f6dbb6837023" }, { - "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": "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/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/ligue-des-champions-paris-qualifie-mais-avec-le-pire-bilan-de-l-ere-qsi_AV-202112070440.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": "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", @@ -75518,17 +76912,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "09440a8f223754de36361e9b9569853a" + "hash": "c8d45e4065912f0b075ff45a2ef9ba1c" }, { - "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": "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/auto-moto/f1/f1-en-direct-suivez-le-grand-prix-d-arabie-saoudite_LS-202112050239.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 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 23:05:00 GMT", + "enclosure": "https://images.bfmtv.com/2hwZqVovjBu6NhdUsP_eAaroUhQ=/0x208:1984x1324/800x0/images/LOSC-1183549.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -75538,17 +76932,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd32d01deaa55cded837ad37effa7583" + "hash": "eb83ff783e4d8c63df5dab076740dacc" }, { - "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": "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/bordeaux-ol-les-compos-le-coup-tactique-de-bosz-avec-une-defense-a-trois_AV-202112050298.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 19:29:11 GMT", - "enclosure": "https://images.bfmtv.com/62K583vTyPjo9TJfMFqzAFdLWWc=/0x17:2048x1169/800x0/images/Lucas-PAQUETA-1151602.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", @@ -75558,17 +76952,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c653b1e5b4bdb6bf4f56c18c8a0ce26" + "hash": "42892a52c2079a0046cb722b2ca96fd3" }, { - "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": "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/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/pari-sportif/prono-paris-rmc-le-pari-de-folie-du-8-decembre-ligue-des-champions_AN-202112070381.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": "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", @@ -75578,17 +76972,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bcef612962424917e3dca466d764800a" + "hash": "5a80752e37797ee2d954716b72840096" }, { - "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": "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/tottenham-norwich-grand-pont-lucarne-lucas-s-offre-un-but-sensationnel_AV-202112050278.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 18:15:12 GMT", - "enclosure": "https://images.bfmtv.com/9FxJ8S4caqNVRcKnwHTw-ePNqFc=/0x59:2048x1211/800x0/images/Lucas-1182244.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", @@ -75598,17 +76992,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "748e766f25b7729209016cd1e3672406" + "hash": "1c82546eb420416670c0d543222a19d4" }, { - "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": "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/football/ligue-1/nice-strasbourg-victoire-eclatante-du-racing-claque-inquietante-pour-les-aiglons_AV-202112050277.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 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:01:00 GMT", + "enclosure": "https://images.bfmtv.com/7opxpXluHDuIYg-345rJCYavpaY=/0x208:1984x1324/800x0/images/Benfica-1183545.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -75618,17 +77012,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6afaca0673ac58d37156f2ba775604f" + "hash": "7693ae3dba44dfbce5670f8c2c1bf22f" }, { - "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": "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/auto-moto/f1/f1-mazepin-agace-par-le-comportement-des-autres-pilotes-envers-lui_AV-202112050274.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 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 22:57:15 GMT", + "enclosure": "https://images.bfmtv.com/CjxkXjpsOm5xkWS055w_x92iSB8=/0x27:1888x1089/800x0/images/PSG-1183608.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -75638,17 +77032,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fcc12a7d34f9dea735ceaba927d39226" + "hash": "00fe9a3073c71c11ef3eb361aab4d19e" }, { - "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: 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/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-la-folle-soiree-de-griezmann-qui-qualifie-l-atletico-pour-les-8es_AV-202112070427.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 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", @@ -75658,17 +77052,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c935eb84657d2c6912f71f6072b4806" + "hash": "b62051277844ede8b920b9605f3a1561" }, { - "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": "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/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/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 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 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", @@ -75678,17 +77072,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "13004eb2145fc0f125fce18420e04817" + "hash": "b8ab4b22bf747eead8d3d57cd6adac06" }, { - "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": "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/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/ligue-des-champions-tous-les-qualifies-pour-les-huitiemes-apres-les-matchs-de-mardi_AV-202112070420.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 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", @@ -75698,37 +77092,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "40b49bd3db7bc5be6e46bda9aaced103" + "hash": "505d761e7c380686762fc79c9296e862" }, { - "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": "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/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/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 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 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": "052847d3294d92f1d404d9be83b303ee" + "hash": "0f0efa35289bd2166091c8c7daf21067" }, { - "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": "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/premier-league/manchester-united-crystal-palace-premiere-victorieuse-mais-perfectible-pour-rangnick_AV-202112050240.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 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 21:36:44 GMT", + "enclosure": "https://images.bfmtv.com/-SSuP9pasRsmVhk5VXS5o6ZCLfk=/0x212:2048x1364/800x0/images/Pablo-Longoria-1128568.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -75738,17 +77132,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c2ea2c34d5a80f7e1ce5d86c75f3daaa" + "hash": "5df789115bd354dd7f451b6f7e192907" }, { - "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": "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/auto-moto/f1/f2-pourchaire-victime-d-un-accident-spectaculaire-et-evacue-a-l-hopital_AV-202112050228.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:43:30 GMT", - "enclosure": "https://images.bfmtv.com/mwm4S7bUqjSQdWOr5jL_GFNkSWc=/0x12:1200x687/800x0/images/-868155.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", @@ -75758,17 +77152,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "239118765ab68c5fb355dceace14a931" + "hash": "d0054ed5638817b4b2414f670fee4904" }, { - "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": "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-suivez-bordeaux-ol-en-direct_LS-202112050237.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 16:10:24 GMT", - "enclosure": "https://images.bfmtv.com/Y4ipY_ai5LRaJE086BPMTqdy9SA=/0x106:2048x1258/800x0/images/Bordeaux-OL-1182321.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", @@ -75778,17 +77172,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0702525b49059ca02b5d13376f864a25" + "hash": "caa76def0e2e2e12869a1788491a3062" }, { - "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": "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/auto-moto/f1/f1-en-direct-suivez-le-grand-prix-d-arabie-saoudite_LS-202112050239.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 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 09:58:59 GMT", + "enclosure": "https://images.bfmtv.com/QPPH6JgyCtejaraILbvbFzc8DJE=/0x0:2048x1152/800x0/images/PSG-1183556.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -75798,17 +77192,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d84762e824d3be472d15c8c84afd94cb" + "hash": "9c8769451603bd59b437de7b2f76c26c" }, { - "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": "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/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-explique-pourquoi-il-a-laisse-le-penalty-a-messi-qui-a-besoin-de-confiance_AN-202112070401.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 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", @@ -75818,17 +77212,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "303e3fea6d96423b39308bccbf8c8f37" + "hash": "a34ac0fe05b612bb492fb9719eac97fd" }, { - "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": "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/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/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 15:41:46 GMT", - "enclosure": "https://images.bfmtv.com/1zuE1n571u5pgVQIssRNbcryLNc=/0x78:1200x753/800x0/images/-842801.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", @@ -75838,17 +77232,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "48018fcf4eaa128d58b67cfeed07d0fd" + "hash": "e425e17bad05909baad1f674f8e089c1" }, { - "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": "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/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-les-doubles-de-mbappe-et-messi-qui-permettent-au-psg-de-torpiller-bruges_AV-202112070393.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 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", @@ -75858,17 +77252,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5232c4758b70f703a4833af6524620be" + "hash": "438b94d6032ab293679f7b0d4f97b1a3" }, { - "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": "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/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-des-champions/ligue-des-champions-real-atletico-ac-milan-le-multiplex-en-direct_LS-202112070316.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 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", @@ -75878,17 +77272,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f97dd489eeb4a78ee661f9fbd9ecdad8" + "hash": "4c7271642a537f13501b0c5d37f26e49" }, { - "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": "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/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/psg-bruges-mbappe-un-peu-plus-dans-l-histoire-de-la-ligue-des-champions_AV-202112070386.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 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", @@ -75898,17 +77292,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1f712242c732a41eea9faee8b1458ec" + "hash": "33a2d17e980c1e2f6ba247a7931d44b6" }, { - "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: 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-nice-strasbourg-en-direct_LS-202112050190.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 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 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", @@ -75918,17 +77312,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d44d7143bd142655863db906fae7ed7" + "hash": "d2bf493e546603f92f7ecd57d75b9498" }, { - "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: 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/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", @@ -75938,17 +77332,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c918ed286b9663a2f593485829e7bd4" + "hash": "512c37798909c1b753750a941800a4dd" }, { - "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": "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/paris-hippique/les-pronos-hippiques-du-lundi-6-decembre-2021_AN-202112050181.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 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 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", @@ -75958,17 +77352,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "81368e021ed3a9608419cb48e0dd2ff4" + "hash": "18925d65b3ac8dcb514905d97ba98593" }, { - "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": "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/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/psg-bruges-le-double-express-de-mbappe-en-video_AV-202112070375.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 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", @@ -75978,17 +77372,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd6c6e63b13d36cfd95692ce6cd3bb59" + "hash": "d5a226acf3c767878fe76716025299db" }, { - "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": "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/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/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 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 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", @@ -75998,17 +77392,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3fb6bd2c29a051003eb4220939f140e7" + "hash": "6fb8949b49025d9d29b1d05ae8ea4c7e" }, { - "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": "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/tennis/coupe-davis-2022-la-france-face-a-l-equateur-en-barrages_AD-202112050170.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 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 17:33:23 GMT", + "enclosure": "https://images.bfmtv.com/BkNmitiFbzvtCuSPj1SDC6NshEk=/0x124:1792x1132/800x0/images/Yannick-Noah-1183505.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -76018,17 +77412,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a75ec6a9f1b25f397db7cab1c382d18d" + "hash": "3227c53eb53610ebef1d1a74e16d00a8" }, { - "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: 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/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-pochettino-demande-plus-d-investissement-a-ses-hommes-pour-le-bien-de-l-equipe_AV-202112070369.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 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", @@ -76038,17 +77432,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "317e37d517496537182c04d5184fb34d" + "hash": "3d52c861f74b9629ee0b91ef40a875ef" }, { - "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: 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/football/ligue-1/ligue-1-suivez-bordeaux-ol-en-direct_LS-202112050237.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 16:10:24 GMT", - "enclosure": "https://images.bfmtv.com/eDwGBQSW1hg4g1G7b4PRQNJkdks=/0x33:2048x1185/800x0/images/Lucas-PAQUETA-1181914.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", @@ -76058,17 +77452,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "999f9300da896937915ccf04f47f9937" + "hash": "12c5ef7986a7ef2a4b6d1cfb17abf058" }, { - "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: \"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/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", @@ -76078,17 +77472,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "39d0dec988812cf7f47b6f9c352c3dec" + "hash": "f64fcd826a9c7a0e27ab84b7a657280e" }, { - "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": "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/handball/feminin/mondial-de-handball-gagneur-hors-pair-philosophe-gueulard-krumbholz-pas-encore-rassasie_AV-202112050162.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 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 17:04:12 GMT", + "enclosure": "https://images.bfmtv.com/073q2QzV1BeSJe7oBq5IH823nSw=/0x70:2048x1222/800x0/images/Robert-Lewandowski-1178290.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -76098,17 +77492,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe96926572fd0903c0f34861c17fcdc7" + "hash": "691dd16620b76e9d3eea325e6f9404bf" }, { - "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: 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/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-les-compos-officielles-avec-messi-mbappe-et-le-duo-lang-de-ketelaere-cote-belge_AV-202112070362.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 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", @@ -76118,17 +77512,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "781ea71c5cd44ae6526e9362a5659327" + "hash": "b526ed5d6df063821b1cdadd0c5784b0" }, { - "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": "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/football/ligue-1/ligue-1-pourquoi-le-psg-commence-a-inquieter_AV-202112050156.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 12:31:27 GMT", - "enclosure": "https://images.bfmtv.com/RjIfkz3lc-niSiGMkKCSQXVcqlo=/0x8:2048x1160/800x0/images/Lionel-MESSI-1182042.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", @@ -76138,17 +77532,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f4755afca37fc2e85c54db980d22fe9" + "hash": "c08f1d9800351930fbd816ec36ee03df" }, { - "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": "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/judo/affaire-pinot-schmitt-le-retour-aupres-des-proches-avant-les-suites-judiciaires_AV-202112050149.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": "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 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", @@ -76158,17 +77552,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "af5e86135ebdd1d1b514ed681bed6753" + "hash": "f580282ed04ed4a915663aebe0a9c74c" }, { - "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: 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/ligue-1-nice-strasbourg-en-direct_LS-202112050190.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 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 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", @@ -76178,17 +77572,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6fa670be8b6f8b7d0e383f788a3f94e4" + "hash": "3732f6e573422212f3d3ff83800396da" }, { - "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": "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-les-bleues-triomphent-au-relais-d-ostersund-premiere-victoire-pour-la-france_AV-202112050168.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 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 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", @@ -76198,17 +77592,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "69bf73102594cf1a69989b8e811a5eb8" + "hash": "909bef89978c1f2ea147655dba03e64f" }, { - "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": "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/les-grandes-interviews-rmc-sport-le-vestiaire-des-champions-du-monde-1998-avec-barthez_AN-202112050014.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 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 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", @@ -76218,37 +77612,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f896d1c8f2b090d11103e38db33e5e2" + "hash": "279705c73147a787343bbfa04642e20c" }, { - "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": "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/liga/real-madrid-ancelotti-inquiet-apres-la-blessure-de-benzema_AV-202112050141.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 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 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", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6892f07a273deaf05866c5fe1168e223" + "hash": "5ea877b01c739bf1c5e60b61bff6a4b6" }, { - "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": "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/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/clubs/olympique-marseille/mercato-sergio-gomez-sur-les-tablettes-de-l-om_AV-202112070332.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 15:01:18 GMT", + "enclosure": "https://images.bfmtv.com/tqxImGMjCFy9GHgjyMoJWwGbTuU=/0x106:2048x1258/800x0/images/Sergio-Gomez-1183459.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -76258,17 +77652,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ffee1f411e31f116cbb135e40e0f397d" + "hash": "2a570e49a77184ba275510eba6631b6f" }, { - "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": "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/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/ligue-des-champions/juve-la-remise-en-question-de-rabiot_AD-202112070329.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": "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", @@ -76278,37 +77672,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee9ddbcc2439ca0daeb4ebe883f8b649" + "hash": "cd7df01e734bf879b550b70c67ff4efa" }, { - "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": "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-verstappen-champion-du-monde-des-ce-dimanche-si_AV-202112040066.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": "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 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", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "173128cfc4cd220026638276ef7486c5" + "hash": "cfcef041a71c88914c0f93e53c106682" }, { - "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": "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/football/ligue-1/asse-rennes-en-direct-les-rennais-peuvent-reprendre-la-deuxieme-place_LS-202112050118.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 11:01:45 GMT", - "enclosure": "https://images.bfmtv.com/KvXyoYgweRwBD1aYDRgDDuO3uhI=/0x0:1200x675/800x0/images/Martin-Terrier-1182065.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", @@ -76318,17 +77712,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c03c53b1bf223f052f5998888eb5f6d" + "hash": "d761015d489d5784f86aadb328a3ee38" }, { - "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": "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/sports-d-hiver/biathlon/biathlon-en-direct-les-bleues-visent-encore-un-podium-au-relais_LN-202112050117.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 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 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", @@ -76338,17 +77732,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c9ead98b4b71199457d68270301a97e" + "hash": "0a5681ac8e66d7d1d1cbc74224214e2e" }, { - "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": "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/serie-a/cassano-raconte-un-clash-avec-cristiano-ronaldo-sur-whats-app_AN-202112050111.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 10:48:42 GMT", - "enclosure": "https://images.bfmtv.com/_fYwte1zYsO_anwAZPLbD8xN8QU=/0x108:2032x1251/800x0/images/Cristiano-Ronaldo-1181991.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", @@ -76358,17 +77752,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b32aec21bdb213faa69d4240b38b4fa7" + "hash": "acc4297a793283e841423461bc2a83a0" }, { - "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": "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/ligue-1-suivez-le-multiplex-de-la-17e-journee-en-direct_LS-202112050106.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 10:44:05 GMT", - "enclosure": "https://images.bfmtv.com/c9eXX0Hz-HZBqBwADyuC3hiPGfA=/0x106:2048x1258/800x0/images/Monaco-Metz-1182104.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", @@ -76378,17 +77772,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "efcb9527925c4e8478e09cd5f0e9ef85" + "hash": "bcf7da7a69eb4a0e997a15078481c7b4" }, { - "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": "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/bundesliga/bundesliga-leipzig-vire-son-entraineur-jesse-marsch_AV-202112050092.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 10:09:02 GMT", - "enclosure": "https://images.bfmtv.com/DXWGWwmTAOFzYAnI08Ux-LZwuf0=/0x31:2048x1183/800x0/images/Jesse-Marsch-1181977.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", @@ -76398,17 +77792,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f09097daef72e06f8c8fd3af659fb1b" + "hash": "3024aab1f0849228867db5c4743952cd" }, { - "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": "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/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/champions-cup-forfait-des-scarlets-contre-bristol-a-cause-des-mesures-anti-covid_AD-202112070299.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 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", @@ -76418,17 +77812,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "542df3c4c628f9466b49b312d7618eb8" + "hash": "32c627c1dc4f0114762ffe847eb6dd5a" }, { - "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": "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/auto-moto/f1/gp-d-arabie-saoudite-le-pere-de-verstappen-pas-tendre-envers-hamilton_AV-202112050075.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 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 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", @@ -76438,17 +77832,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b3187b617a3364ebdb6032400366b535" + "hash": "574be31dc4e8a6c435fd89591ef7a0f6" }, { - "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": "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/sports-de-combat/boxe/boxe-joshua-pret-a-combattre-contre-yoka-n-importe-quand_AV-202112050059.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 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 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", @@ -76458,17 +77852,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f866d22388c055210374c88e7b6fd9b6" + "hash": "5792c291704d9f65945a7d0ab2df3587" }, { - "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": "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/football/bundesliga/dortmund-bayern-le-gros-coup-de-gueule-d-haaland-contre-l-arbitre_AV-202112050054.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 08:44:37 GMT", - "enclosure": "https://images.bfmtv.com/V0VNnUYa8tCz7KvM4G1WQzaWFyQ=/0x40:2048x1192/800x0/images/Erling-HAALAND-1181926.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", @@ -76478,17 +77872,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b86520c2dc3bf891c594cbde0f03f97f" + "hash": "cab07c6ae8e2af38eba6c94fe92b6231" }, { - "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": "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/bundesliga/bundesliga-dortmund-bayern-en-direct_LS-202112040191.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": "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 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", @@ -76498,17 +77892,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "be6d6295263ebb02b24a703d471ef37b" + "hash": "db1801993885cb5f72f80cf71d689555" }, { - "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": "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/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/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 08:09:02 GMT", - "enclosure": "https://images.bfmtv.com/eDwGBQSW1hg4g1G7b4PRQNJkdks=/0x33:2048x1185/800x0/images/Lucas-PAQUETA-1181914.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", @@ -76518,17 +77912,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f63be81be43409e5e06bb47134d7419c" + "hash": "f3426de37d3c6c8ef76a0651aa773208" }, { - "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": "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/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/equipe-de-france/les-grandes-interviews-rmc-sport-le-sacre-de-la-coupe-du-monde-2018-avec-guy-stephan_AV-202112070276.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 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", @@ -76538,17 +77932,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b2400c09fe5a6467e1e075ddcfcd6cc" + "hash": "c11af1f128fb982a2218d726d1e698aa" }, { - "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": "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/bordeaux-lopez-met-la-pression-sur-costil-et-koscielny_AV-202112050041.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 07:35:15 GMT", - "enclosure": "https://images.bfmtv.com/f927sWTglf92PioJHKKA4xJtmfk=/0x0:2048x1152/800x0/images/Gerard-Lopez-1174569.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", @@ -76558,37 +77952,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "f480fed40c922b6afd2eaf63ce62f3c9" + "hash": "6116d609e2c94230b872fd38de8072fc" }, { - "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": "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/football/ligue-1/monaco-metz-boadu-enfin-libere_AV-202112050013.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": "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 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": "93cad69c6ac864ea3f6ae0194a0afbbb" + "hash": "b664b91005b2648a5fc706e38804fa46" }, { - "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": "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/football/ligue-1/asse-rennes-en-direct-les-rennais-peuvent-reprendre-la-deuxieme-place_LS-202112050118.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": "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": "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", @@ -76598,17 +77992,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d7e44833ae34694dbda3512f55ad8e0" + "hash": "15d743b7bd1c2272a12b95bb33791ba4" }, { - "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": "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/sports-d-hiver/biathlon/biathlon-en-direct-les-bleues-visent-encore-un-podium-au-relais_LN-202112050117.html", + "link": "https://rmcsport.bfmtv.com/football/feminin/psg-hamraoui-et-diallo-les-retrouvailles-avec-le-groupe-ce-mardi_AV-202112070175.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 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", @@ -76618,17 +78012,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2017226c994f7b54f19664778f76e390" + "hash": "c589bb21edc2d42bcc6e17de3953fbdf" }, { - "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": "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/football/ligue-1/ligue-1-suivez-le-multiplex-de-la-17e-journee-en-direct_LS-202112050106.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/psg-la-photo-de-zidane-a-paris-qui-fait-beaucoup-parler_AV-202112070171.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 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", @@ -76638,17 +78032,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4e0239c6b931766cca651c792b524dc" + "hash": "0c06068633f2a4fcffee147254f81328" }, { - "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": "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/sports-de-combat/mma/ufc-aldo-trop-fort-pour-font-le-gros-ko-de-fiziev_AN-202112050031.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": "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 08:55:25 GMT", + "enclosure": "https://images.bfmtv.com/kR2YAnKepwQGUK3cwCgBeIO5WsU=/0x22:2048x1174/800x0/images/Arkadiusz-MILIK-1160235.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -76658,17 +78052,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "774e76dcfef92953c24d05c7ace7dade" + "hash": "bdb87a2889b7747be966192e1037933d" }, { - "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": "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-pari-du-jour-du-5-decembre-ligue-1_AN-202112040215.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:06:00 GMT", - "enclosure": "https://images.bfmtv.com/H-mFsjKvJOJB6KR9Nq-VLrz3BJY=/1x0:2001x1125/800x0/images/Monaco-1181628.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", @@ -76678,17 +78072,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c9900fad6dda8f81bfc3bf1cf25cdf5" + "hash": "5f2e37bc03f5307464ad3d1162e9a597" }, { - "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": "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/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/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 23:05:25 GMT", - "enclosure": "https://images.bfmtv.com/OkxVy7-9k73U51C8jQEGZIR4W4k=/0x4:1200x679/800x0/images/Mauricio-Pochettino-1181815.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", @@ -76698,17 +78092,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ecd708292252073f28cc82128cddc110" + "hash": "a704f8ea20c796e6fe390d37fab63c20" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-5-decembre-ligue-1_AN-202112040212.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 23:05:00 GMT", - "enclosure": "https://images.bfmtv.com/vnB3u4aKKI6qTGSJQY3sWvVWEmc=/0x104:1984x1220/800x0/images/H-Ekitike-1181626.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", @@ -76718,17 +78112,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fd18960f8fedda2db87c4613beda2e1" + "hash": "87ebb99bc0b23ded445931660c7bcbc4" }, { - "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": "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/pari-sportif/football/pronos-paris-rmc-le-pari-de-folie-du-5-decembre-ligue-1_AN-202112040209.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 23:04:00 GMT", - "enclosure": "https://images.bfmtv.com/hFqz_9VPSjSNKVpzbdGhPZ95Sq0=/0x131:1984x1247/800x0/images/J-Boateng-1181624.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", @@ -76738,17 +78132,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ffca5af2bbe499e9d4259e3eb4b26ab7" + "hash": "03f6f5042cd595512a991775d248599d" }, { - "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-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/pari-sportif/pronos-paris-rmc-le-pari-sur-du-5-decembre-ligue-1_AN-202112040207.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 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 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", @@ -76758,17 +78152,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f8b63611daf527ae71ec14be3784c2b3" + "hash": "9a84dace584e7a4ab7baabb1eb0f42d3" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-a-domicile-du-5-decembre-ligue-1_AN-202112040199.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 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/EULVGiBXDoaMCKw5qwK0UqLexpM=/7x108:1991x1224/800x0/images/Nice-1181608.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", @@ -76778,17 +78172,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7a2b4e50ac6729990ef3c45fd52e8c0" + "hash": "01c0a324fec049b75b538d8d7d972ddf" }, { - "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": "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/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/mercato-en-direct-les-rumeurs-et-infos-du-6-decembre_LN-202112060095.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": "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", @@ -76798,17 +78192,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5735f253520a57065c208945f3ac61e5" + "hash": "425671c5b2cea49b465d64d0e0b6b06b" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-buteur-du-jour-du-5-decembre-ligue-1_AN-202112040195.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 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/mfBfIC03pOGLE4wwOTlpyrV2bKM=/0x0:1984x1116/800x0/images/L-Blas-1181598.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", @@ -76818,17 +78212,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "898852683c1e1149b9fc1f14be2b2538" + "hash": "d136026993687e15d67bfed22c1a02c3" }, { - "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": "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/rugby/top-14/top-14-le-choc-pour-l-ubb-face-a-toulouse_AD-202112040308.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 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 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", @@ -76838,37 +78232,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "4779fddb9482064474600977dd229279" + "hash": "071fb543f39774d2ee8b3c10522da82e" }, { - "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.

", + "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/bundesliga/dortmund-bayern-bellingham-s-en-prend-a-l-arbitre-qui-a-deja-truque-un-match_AV-202112040307.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 22:35:48 GMT", - "enclosure": "https://images.bfmtv.com/q-alK_kHBwj_Nvt8Z2Hm8c2IAHA=/0x87:1200x762/800x0/images/Jude-Bellingham-1181783.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", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9bdd95a2fb5681161896dc141ae6e83d" + "hash": "4752aa0b6a4cfd84267d8a5fe2c240b2" }, { - "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": "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/lens-psg-fan-des-lensois-verratti-veut-retenir-le-caractere-des-parisiens_AV-202112040306.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 22:31:40 GMT", - "enclosure": "https://images.bfmtv.com/s0qYCPWpHr_RgFYNcflQjskdmQU=/0x37:1200x712/800x0/images/Marco-Verratti-1181791.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", @@ -76878,17 +78272,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee072335b15586943e100005836b24de" + "hash": "85b4ab11bfa148ee2cae366a62824ebe" }, { - "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": "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/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-1/ol-accord-de-naming-entre-ol-groupe-et-ldlc-pour-la-future-arena_AV-202112070046.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 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", @@ -76898,17 +78292,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cad57d0cfa7d2614bd494d51c4570d11" + "hash": "2803a1bef973ca2da21cf31854e33cb0" }, { - "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": "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/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-1/ol-aulas-propose-de-remplacer-un-joueur-blesse-en-cas-d-incident_AV-202112070030.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 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", @@ -76918,17 +78312,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "95df058316fe313eb0ba1a37a9e9f329" + "hash": "90bc46f90535324ae15022de789cef32" }, { - "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": "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/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/ligue-1/om-longoria-a-trouve-la-raison-des-difficultes-actuelles-de-l-equipe_AV-202112070022.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 05:22:06 GMT", + "enclosure": "https://images.bfmtv.com/-SSuP9pasRsmVhk5VXS5o6ZCLfk=/0x212:2048x1364/800x0/images/Pablo-Longoria-1128568.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -76938,17 +78332,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f94fd4c7c79c31e4a6590d07fe71db3" + "hash": "2b60c070bfc658d3780f6dd9369b3743" }, { - "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": "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/volley/volley-rencontre-avec-nicole-premiere-joueuse-transgenre-du-championnat-de-france_AV-202112040297.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 21:12:35 GMT", - "enclosure": "https://images.bfmtv.com/zfCteuUWT1nGEJG3yZoIiy248VA=/0x0:1280x720/800x0/images/Nicole-premiere-joueuse-transgenre-1181617.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", @@ -76958,17 +78352,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7260fe5e26e73ea288c20ff52ceecc33" + "hash": "72a327228fcf890e6427d3fee1785b11" }, { - "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": "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/football/liga/real-sociedad-real-madrid-inquietude-pour-benzema-blesse-avant-une-grosse-semaine_AV-202112040291.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 20:39:57 GMT", - "enclosure": "https://images.bfmtv.com/FyuD78coI0R1bKJJfFST_uaWUHM=/0x0:1184x666/800x0/images/Karim-Benzema-1181765.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", @@ -76978,17 +78372,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a96a65e87c86f63b849df0414944fd8" + "hash": "5c7cc465f3965ee368b61e5f9f57e12d" }, { - "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": "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/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/football/ligue-des-champions/psg-hakimi-juge-sa-relation-avec-messi-et-defend-pochettino_AV-202112060571.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": "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", @@ -76998,17 +78392,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e366bd48d2b06ea25f7af2eccce8cd2d" + "hash": "38a8bf40aea413baa05d1d9816e2b3fd" }, { - "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": "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/football/ligue-1/lille-troyes-jonathan-david-a-tout-change-pour-les-dogues_AV-202112040286.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 20:02:00 GMT", - "enclosure": "https://images.bfmtv.com/_3Z68iXYaZkzy9jd7iS2HaY-Qpo=/0x208:1200x883/800x0/images/Jonathan-David-1181753.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", @@ -77018,17 +78412,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4fcb9dd38c1990293dab0b34ef7f85ad" + "hash": "bdbf7ded048c1b85617d6fd03abb4e0e" }, { - "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": "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/lille-troyes-en-direct-le-losc-veut-confirmer_LS-202112040213.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: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 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", @@ -77038,17 +78432,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "035bc520686f159a31f7f9733ece0805" + "hash": "efc9872c10a9f04d3576dc68f89d9e2b" }, { - "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": "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/bundesliga/bundesliga-lewandowski-plus-fort-que-haaland-le-bayern-croque-dortmund_AV-202112040279.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 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": "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", @@ -77058,17 +78452,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b25abe89f7070af5ba2bffe564e1b4cd" + "hash": "30c023027a198e4c741f280833460d51" }, { - "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": "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/rugby/top-14/top-14-pau-arrache-le-nul-dans-les-derniers-instants-contre-toulon_AD-202112040276.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 19:22:45 GMT", - "enclosure": "https://images.bfmtv.com/HY5iGz6ZEwkGZbLOIajOR8HRCE0=/0x49:2048x1201/800x0/images/Manu-lors-de-Pau-Toulon-1181738.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", @@ -77078,17 +78472,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bb4d55b127404ad82e3c6d5d8d51f19c" + "hash": "be72cb67cc2c8715f64ea83fa0b7e1af" }, { - "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": "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/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/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 18:53:54 GMT", - "enclosure": "https://images.bfmtv.com/AaT-HyH4aOpDY5BgvepF_D9HpJk=/0x17:1200x692/800x0/images/Jorge-Sampaoli-1181720.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", @@ -77098,17 +78492,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "970f21c605815b69b4ca7d3c98befdd7" + "hash": "2756ba4fefb8fcec39cc5a4f726c0507" }, { - "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": "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/bundesliga/bundesliga-dortmund-bayern-en-direct_LS-202112040191.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 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 22:11:54 GMT", + "enclosure": "https://images.bfmtv.com/Dfv1gHTMScCjiyCCA7NXmg-ZEqs=/0x167:2000x1292/800x0/images/Richarlison-1183032.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -77118,17 +78512,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a8e03a6deae324a1eefc901e9fe3c7b" + "hash": "1350002439a2e913a9bf0ba2ec6984e7" }, { - "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": "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/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/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 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": "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", @@ -77138,17 +78532,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9ae0edccf9b640b60556706f88a5fe8" + "hash": "ae07e0d357be5b02d901274644ee6f57" }, { - "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": "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/football/ligue-1/ligue-1-terrible-rechute-pour-l-om-brest-poursuit-son-incroyable-serie_AV-202112040255.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 18:18:34 GMT", - "enclosure": "https://images.bfmtv.com/NZkE1HBWOkfH3XnBOItDfsD6XO4=/0x0:1200x675/800x0/images/Franck-Honorat-1181694.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", @@ -77158,17 +78552,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a9e906075cea4bf2aa20441d6c1ac5e" + "hash": "4e249a2db99fc4cb1b3333a9f053b646" }, { - "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": "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/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/mondial-de-handball-flippes-touchee-a-la-cheville-et-remplacee-par-ahanda_AD-202112060537.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 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", @@ -77178,17 +78572,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d8a5d9f3f66a3be50aca1744f7777fc" + "hash": "283414a67593c72bdd938fe79177e6a5" }, { - "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": "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/football/ligue-1/lens-psg-mbappe-remplacant-face-aux-lensois_AV-202112040242.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 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 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", @@ -77198,37 +78592,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ec51ae805cbdeac846c33650308b2e8" + "hash": "cdc15d089f5c992e767c9b18e60f90b8" }, { - "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": "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/liga/liga-le-barca-perd-gros-face-au-betis-premiere-defaite-pour-xavi_AV-202112040231.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 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 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", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0795387e24055088267623878fe5a52f" + "hash": "8cf4853944322d8c0b383b3dbc1159b7" }, { - "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": "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/premier-league/premier-league-origi-sauve-liverpool-a-wolverhampton-les-reds-leaders_AV-202112040230.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 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 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", @@ -77238,37 +78632,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "aefe5e51bb72cdd7e08d5c067aeeb93d" + "hash": "97e4cb18b6a4e629d090a0ac622ec8f3" }, { - "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": "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/chelsea-tuchel-admet-une-periode-difficile-pour-mendy-et-parle-de-perte-de-confiance_AV-202112040229.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 17:17:11 GMT", - "enclosure": "https://images.bfmtv.com/DR5Y8J8ET5Bm3HIbhobehya74Qk=/255x106:2031x1105/800x0/images/Edouard-Mendy-1155311.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", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6667c90f48fe5f296a9c8a4d10f71b27" + "hash": "ba19c06fcb7759e23dc200dfc3d2d43f" }, { - "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": "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/premier-league/premier-league-premiere-victoire-de-newcastle-face-a-burnley_AV-202112040247.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 17:16:00 GMT", - "enclosure": "https://images.bfmtv.com/mE5vL_bptE56dxgTw560yR-ZsT4=/0x76:2048x1228/800x0/images/Newcastle-1181657.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", @@ -77278,17 +78672,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "65294301d8d7b9fdbbeec6e8f7249c22" + "hash": "cbfeb0530aa191ea356e8afc89d42a52" }, { - "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": "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/premier-league/chelsea-silva-regrette-le-nombre-de-changements-autorises-en-premier-league_AV-202112040216.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 16:48:48 GMT", - "enclosure": "https://images.bfmtv.com/IaSI1NUSwUlxtKSHEqxjIqupEQE=/255x0:2031x999/800x0/images/Thiago-Silva-1021136.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", @@ -77298,37 +78692,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e163459640077899fa6faaf138b2612" + "hash": "0094e082edf98444ed33817ca39dc393" }, { - "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": "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/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/dortmund-bayern-une-plainte-deposee-contre-bellingham-pour-diffamation-envers-l-arbitre_AN-202112060507.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 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", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "645bba89add2e9c18c1670b5ee713223" + "hash": "7075458e34d68d8d5b700ab0f36d6178" }, { - "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": "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/sports-d-hiver/biathlon/biathlon-les-bleus-deuxiemes-du-relais-d-ostersund_AD-202112040197.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 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 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", @@ -77338,37 +78732,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "b40d8a81847afa8b4d127a769f18dfcf" + "hash": "0bfcc4f889529a47b5136ee30a513631" }, { - "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": "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/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/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 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 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": "f173236df3d7d4e4ae13c1a52cd33deb" + "hash": "de95bb03313ad5857b219ee8605d4c1f" }, { - "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: 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/om-brest-les-compos-payet-est-bien-la-milik-encore-sur-le-banc_AV-202112040187.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 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 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", @@ -77378,37 +78772,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3434be0a5ee9c555863b3f9f1f5b1f7" + "hash": "333e6a5ff0bba1f9d56793d65c3acb0c" }, { - "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": "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/rennes-des-peines-de-prison-contre-deux-jeunes-qui-projetaient-un-attentat-au-roazhon-park_AV-202112040180.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 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 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": "e4e8a2fc2b3a6f32f533dd90711f7f98" + "hash": "02ac6c7ebd51b151c4b88f85f49f0e21" }, { - "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": "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/football/premier-league/premier-league-battu-par-west-ham-chelsea-peut-perdre-sa-place-de-leader_AV-202112040173.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 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 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", @@ -77418,17 +78812,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8774f64637e9179aa6a1366b3189cb85" + "hash": "08e549ed5555cb583ffd9a42d7c6c650" }, { - "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": "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/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/coupe-de-france/coupe-de-france-le-match-cannet-rocheville-marseille-se-jouera-au-velodrome_AV-202112060458.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 18:29:15 GMT", + "enclosure": "https://images.bfmtv.com/kL5P5yjhxlXv8aGDxDpLELGkuPQ=/0x210:2048x1362/800x0/images/Velodrome-1159418.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -77438,57 +78832,57 @@ "favorite": false, "created": false, "tags": [], - "hash": "efa0bc97bc2d62ed227c52b7a685e4c5" + "hash": "057120b75427c4d478df1247de71e5a3" }, { - "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": "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/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/psg-pochettino-laisse-les-joueurs-livres-a-eux-memes-regrette-rothen_AV-202112060416.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 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": "0c3e22d2dc6ede481b163252d6119aaa" + "hash": "f8433f0173c06ed7cbb38cc4477fc81f" }, { - "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": "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/premier-league/manchester-united-ibrahimovic-scandalise-apres-avoir-du-payer-un-jus-de-fruit_AV-202112040164.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 14:16:38 GMT", - "enclosure": "https://images.bfmtv.com/0YbQJAuwbQuRlBYaLjtTEWJqxR8=/0x55:2048x1207/800x0/images/Ibrahimovic-1181539.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", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "36c1095ab1739de5a8a88410041f4316" + "hash": "78aa90edc4423bc9846d828dd9b40462" }, { - "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": "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/ecosse-un-homme-arrete-apres-avoir-lance-une-bouteille-sur-un-joueur_AV-202112040160.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 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 17:26:58 GMT", + "enclosure": "https://images.bfmtv.com/5nv2tBB3AWVGeH6MqETeIxWJSNQ=/0x62:1200x737/800x0/images/-806024.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -77498,37 +78892,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c37943a2428ac738d5bf347177af1f0" + "hash": "8146c78d571f5c7daf07d26d871232e2" }, { - "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": "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/paris-hippique/les-pronos-hippiques-du-dimanche-5-decembre-2021_AN-202112040143.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 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 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": "470f8d6bfb8a9a9dc724320aafc3e69a" + "hash": "a485bc5ba06a87d1d64524b4742ec98f" }, { - "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": "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/psg-messi-assure-qu-il-n-a-jamais-cherche-a-etre-le-meilleur_AV-202112040135.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 12:39:19 GMT", - "enclosure": "https://images.bfmtv.com/65hvHoWyoz3ftaSAdyDveczaOd4=/0x0:1200x675/800x0/images/Lionel-Messi-1179555.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", @@ -77538,17 +78932,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "444125b17d07d83c55b925ad872c92d6" + "hash": "df3864e473d054b6e56bca71d2a89746" }, { - "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": "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/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-1/ol-coup-dur-pour-denayer-qui-va-etre-absent-deux-mois_AV-202112060365.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 16:46:08 GMT", + "enclosure": "https://images.bfmtv.com/j3yG2YxKSrNdEf4uKE5ZFQiI0dA=/0x34:1200x709/800x0/images/Jason-Denayer-1182334.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -77558,17 +78952,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4aee5d3913a1d6185644e4ed518dee06" + "hash": "68eefda267056fa546f68cae13857c36" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-4-decembre-ligue-1_AN-202112040122.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 12:02:11 GMT", - "enclosure": "https://images.bfmtv.com/8vn7AIRpfPgppENTg6vpJcHEwwc=/0x30:1984x1146/800x0/images/A-Milik-1181496.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", @@ -77578,57 +78972,57 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d340af99b63f2374c8ecb477247eaa4" + "hash": "8923affcad3e82ee1d1bad21d3ab9643" }, { - "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": "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/les-grandes-interviews-rmc-sport-le-premier-entretien-de-mbappe-a-son-arrivee-au-psg_AN-202112040012.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 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 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": "369c5e2bfb6d1b976552e52a458676c6" + "hash": "ec321b5440943767027af8390b6ce9ec" }, { - "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": "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/sports-d-hiver/biathlon/biathlon-en-direct-les-bleues-veulent-briller-sur-la-poursuite_LN-202112040116.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 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 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": "2e2edeab501757e4bed112c7224a82e0" + "hash": "8d745027063502e49a6e81b39a9db723" }, { - "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": "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/football/bundesliga/bundesliga-dortmund-bayern-en-direct_LS-202112040191.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 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 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", @@ -77638,17 +79032,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "24362c9f9f5d48bb93c4c951fa9800cb" + "hash": "0eb9bb5af0360143294535b1caad5dc0" }, { - "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": "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/lille-troyes-en-direct-le-losc-veut-confirmer_LS-202112040213.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 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 15:26:32 GMT", + "enclosure": "https://images.bfmtv.com/cTPSglOa2Bh96dMyMFmXsfwhMos=/0x0:1200x675/800x0/images/Achraf-Hakimi-1182743.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -77658,17 +79052,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc54ef0cbc9db7ae52a4df3e15d2c551" + "hash": "685de39923307454d18dd756abc781b5" }, { - "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": "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/ligue-1-suivez-en-direct-la-tres-belle-affiche-entre-lens-et-le-psg_LS-202112040220.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 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 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", @@ -77678,17 +79072,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a942f3b17e7c59e472bee3813d860c0" + "hash": "1aa75513da60a08e6e62cb24b3cf0e78" }, { - "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": "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/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-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:47:36 GMT", - "enclosure": "https://images.bfmtv.com/IoAkFxR2nh4MYeiZXyAsMe9q7bI=/0x0:2048x1152/800x0/images/Matteo-Guendouzi-1160560.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", @@ -77698,77 +79092,77 @@ "favorite": false, "created": false, "tags": [], - "hash": "40dd5bf9c997d3eb4c5d4242709e3e5a" + "hash": "f5f6784125554e35402d402cd975bb8c" }, { - "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": "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/football/liga/barca-une-offensive-de-l-ac-milan-pour-umtiti_AV-202112040105.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 11:30:15 GMT", - "enclosure": "https://images.bfmtv.com/x9bnHk5j99Aej1RDcfBsOVaEkE8=/0x68:2048x1220/800x0/images/Samuel-Umtiti-1123672.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": "549fed02b451fc4b8790432a75505250" + "hash": "b3c90ac165f6054a3702a5d8f3189028" }, { - "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": "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/ballon-d-or-les-votes-les-plus-surprenants-des-journalistes_AV-202112040099.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": "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 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", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "3330fd2eaf48e7fe12dad5f2c0121b65" + "hash": "89baa6f2ec2d56cfb3eb98e9c781b114" }, { - "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": "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": "ff2880d9222e9ada49267ccec58a1e63" + "hash": "ba58fdb7beb9bae1b61f89086a0f62ec" }, { - "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": "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/lille-troyes-en-direct-le-losc-veut-confirmer_LS-202112040213.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 17:00:04 GMT", - "enclosure": "https://images.bfmtv.com/750VDUByVahnQLm86lqxxpIM0GU=/0x169:2048x1321/800x0/images/Burak-YILMAZ-1150769.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", @@ -77778,37 +79172,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c891aa9388656440fa94c8c4339c32a" + "hash": "8837da6cb1647267432f8574fb7f4509" }, { - "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": "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", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "bf0bdc5649bc7003831cd7d7d492227e" + "hash": "6b690c437383048a988a952d5ca78ea7" }, { - "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": "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/ligue-1-suivez-en-direct-la-tres-belle-affiche-entre-lens-et-le-psg_LS-202112040220.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 16:54:12 GMT", - "enclosure": "https://images.bfmtv.com/BS-hWN2RmIQoue45PGmjeF7fuTE=/3x25:2035x1168/800x0/images/Kylian-MBAPPE-1181388.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", @@ -77818,17 +79212,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2735eed687fbcb6aa5fc8a7ae565e97c" + "hash": "53c6a135f2343afe006f68a42f60ade1" }, { - "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 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/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-en-direct-les-infos-en-direct-avant-la-18e-journee_LN-202112060283.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 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", @@ -77838,17 +79232,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ae122c115fe85f0c3c4c5f3fcbff232" + "hash": "05f9ec16952fb179df59c422ad1cea93" }, { - "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": "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/premier-league/mercato-newcastle-pret-a-casser-sa-tirelire-pour-lingard_AV-202112040096.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 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 13:11:21 GMT", + "enclosure": "https://images.bfmtv.com/iEVcVsNPEkLaDzEu58Z2BQ9jGw0=/0x41:2048x1193/800x0/images/Erling-Haaland-1144123.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -77858,17 +79252,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "950ddffc49e066af5d70694d397d2b59" + "hash": "a5d249cfb7d295b29c6bccff221fe768" }, { - "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": "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/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/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 10:58:02 GMT", - "enclosure": "https://images.bfmtv.com/LRBpwZRjxi09iAXy0b25LMxrSCw=/0x106:2048x1258/800x0/images/GP-Arabie-Saoudite-1181445.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", @@ -77878,37 +79272,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "c50f61bce450565c27e7e5c43c0ecacc" + "hash": "98b0137dc831abadc694555afd2d3350" }, { - "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": "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/ligue-1-en-direct-toutes-les-infos-de-17e-journee_LN-202112030112.html", + "link": "https://rmcsport.bfmtv.com/football/les-grandes-interviews-rmc-sport-les-retrouvailles-gallas-terry-en-2016_AV-202112060251.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 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", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0f72068f5495ffe7f50725224c578c10" + "hash": "75571947f0521152b5629aafc38fe87f" }, { - "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": "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/bundesliga/bundesliga-dortmund-bayern-en-direct_LS-202112040191.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 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 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", @@ -77918,17 +79312,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "30b5dc3b2bae445d3bb33d0ddfe37d32" + "hash": "d1574acf79fa330e3c449941b7b030f0" }, { - "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": "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/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/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-6-decembre-ligue-2_AN-202112050223.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": "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", @@ -77938,37 +79332,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "47c84b5514cfb65d14e76cffc80d4f98" + "hash": "8023ee05f836343343f9f3b1955c8807" }, { - "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": "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/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-le-pari-basket-de-stephen-brun-du-6-decembre-nba_AN-202112060246.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 12:31:25 GMT", + "enclosure": "https://images.bfmtv.com/ULuDIAbbEflcoxqIlflDsmv5Vc0=/1x0:2001x1125/800x0/images/Atlanta-1182663.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": "1479e765d80f521dbdb4cc89e62058d2" + "hash": "408e6703e01892a9ee46de51cd8466ef" }, { - "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": "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/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/equipe-de-france/benzema-blesse-dembele-en-forme-le-week-end-des-bleus_AD-202112060237.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 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", @@ -77978,17 +79372,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "508a8f43a587c8aff09a6dcf378004d8" + "hash": "f1bdcc5097d78214353147218c6f9cc9" }, { - "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: 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/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-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 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 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", @@ -77998,17 +79392,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "88f8008511484c3f48bd13a473f9fb64" + "hash": "f2d3d11d8ba6bff978672bf28ff6a618" }, { - "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": "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/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/ligue-1/ligue-1-en-direct-les-infos-en-direct-avant-la-18e-journee_LN-202112060283.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 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", @@ -78018,17 +79412,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "74fdab582493cbcc0c464928cb38d564" + "hash": "02c86fa3d1e33a17fb167356a28b2246" }, { - "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: 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/football/transferts/mercato-ousmane-dembele-serait-courtise-par-tottenham_AV-202112040050.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 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 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", @@ -78038,17 +79432,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bb47310130eaccee5008f4e079a064a" + "hash": "1442f014fe427fc8e648e5a7584ae2c8" }, { - "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": "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/football/ligue-1/psg-donnarumma-assure-etre-ami-avec-navas_AV-202112040039.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": "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 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", @@ -78058,17 +79452,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "668db64aee3c12ee2ab7b78c51f0bc12" + "hash": "afcaa9669bc603a30bd799d48fbe0410" }, { - "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": "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/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/football/le-foot-belge-sous-le-choc-apres-les-graves-incidents-lors-de-standard-de-liege-charleroi_AD-202112060209.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 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", @@ -78078,17 +79472,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "261eeaba2df08c8b8af9ee10d7803e25" + "hash": "d7e6edb67db55d5f4a23fd5172f56b7d" }, { - "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": "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/football/transferts/mercato-en-feu-avec-lille-jonathan-david-serait-cible-par-arsenal_AV-202112040031.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": "Sat, 04 Dec 2021 07:15:00 GMT", - "enclosure": "https://images.bfmtv.com/o-t3jfE9OFNmhx61FY09lvmZgSs=/10x57:2042x1200/800x0/images/Jonathan-DAVID-1181385.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", @@ -78098,17 +79492,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4df25b612088f461f6698108fcc31dcc" + "hash": "c06f278eacae11ce87018d948fe3f73a" }, { - "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": "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/football/liga/liga-menace-d-exclusion-des-coupes-d-europe-le-betis-contre-attaque_AV-202112040028.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": "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 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", @@ -78118,17 +79512,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "60909c6046e4e6c11eb9f2b6f57be9fa" + "hash": "815f0d28028acb1193b4f4cd709e3a76" }, { - "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": "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/tennis/open-d-australie-djokovic-entretient-le-flou-sur-sa-participation_AV-202112040014.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-le-clan-messi-douterait-de-pochettino_AV-202112060189.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 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", @@ -78138,17 +79532,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "441b3a1c14e738689b277ecacdf0c528" + "hash": "d696f7d87b618dc72f17bd944d6cc2f8" }, { - "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": "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/football/primeira-liga/portugal-sarabia-et-le-sporting-dominent-benfica-dans-un-intense-derby-de-lisbonne_AV-202112030572.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: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 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", @@ -78158,17 +79552,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0bedafe12913b17958d4f5868547dbdb" + "hash": "66df6491f903bac75c3e76b894478fa5" }, { - "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": "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-du-jour-du-4-decembre-ligue-1_AN-202112030447.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:05:00 GMT", - "enclosure": "https://images.bfmtv.com/cgMMT5uFmAdh3U4Zw20WYHPgq1A=/1x205:2001x1330/800x0/images/Kylian-Mbappe-Paris-SG-1181123.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", @@ -78178,17 +79572,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ebf4da532ff3825604c8663c9409a33" + "hash": "7451efa30349186c4fd74ab738ad0682" }, { - "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: 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/sports-d-hiver/biathlon/biathlon-en-direct-les-bleues-veulent-briller-sur-la-poursuite_LN-202112040116.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": "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 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", @@ -78198,17 +79592,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e46afa25f58ecc517fb6a35a879363d8" + "hash": "a0b100597d2f6eee05208f9a419e3737" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-sur-du-4-decembre-ligue-1_AN-202112030439.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 23:04:00 GMT", - "enclosure": "https://images.bfmtv.com/JzvvviJsGCSURCPfCl4TGt-W5Uc=/7x107:1991x1223/800x0/images/Gerson-Marseille-1181118.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", @@ -78218,17 +79612,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "247fa7e4a0127d04f50d6e5a1c371a70" + "hash": "5d4934d6af5f1482dc5daa6eecb0fd56" }, { - "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": "\"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/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-4-decembre-ligue-1_AN-202112030436.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 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/eYZZAk1D1nvZd6pOXvvXQfuoEhE=/0x104:1984x1220/800x0/images/Jonathan-David-Lille-1181114.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", @@ -78238,17 +79632,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9492f2ab39c6b4894469603e1fed5ebd" + "hash": "7ae9834237e774c67f2c30b6f1000831" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-4-decembre-premier-league-angleterre_AN-202112030432.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 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 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", @@ -78258,17 +79652,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "afe1ed2c7bff1c04b95894707ee85de7" + "hash": "a53df4b4fbce89bdb8c664a5efcddbaf" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-football-de-jerome-rothen-du-4-decembre-ligue-1_AN-202112030310.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 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/Q1GmwmHopEqaIZFAdAkl8kzzL6Q=/0x0:1984x1116/800x0/images/Arnaud-Kalimuendo-1180913.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", @@ -78278,17 +79672,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "36578605e5107e62ae6f2b0681582aff" + "hash": "c49050f69607d7dc052b35a486d67a4e" }, { - "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": "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/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/metz-niane-est-toujours-en-train-de-pleurer-antonetti-allume-son-attaquant_AV-202112060157.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 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", @@ -78298,17 +79692,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0098e766c6bead5d57f2d1e316ee161e" + "hash": "96feea01db5270a9960cb6bcddd86857" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-4-decembre-ligue-1_AN-202112030306.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 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/9QvW1Zxidan4OKjv2xqqWFfaTQM=/0x0:1984x1116/800x0/images/Lionel-Messi-1180906.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", @@ -78318,17 +79712,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff160a50be28d52c7438685b499a53b2" + "hash": "d37dee592084f438d7902c60ec2dbb89" }, { - "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: \"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/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-combat-du-siecle-braking-bad-la-presse-mondiale-s-enflamme-pour-le-duel-hamilton-verstappen_AV-202112060140.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 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", @@ -78338,17 +79732,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "da8bf12b9602684aa43dde13be34c0fc" + "hash": "fc8ad84ad3252691cac43aa877b9b389" }, { - "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": "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/coupe-de-france/coupe-de-france-imbroglio-sur-le-choix-du-stade-de-cannet-om_AV-202112030546.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-salah-snobe-le-barca_AV-202112060135.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 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", @@ -78358,17 +79752,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "52f94e69faaa6d713cd3b534eca87edb" + "hash": "5ef4901010fafc75c2e9184394743ffa" }, { - "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": "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/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/auto-moto/f1/f1-en-direct-suivez-le-grand-prix-d-arabie-saoudite_LS-202112050239.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": "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", @@ -78378,17 +79772,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "43922817061f2de3a04617858fe304af" + "hash": "3cf4a1763b93e82e14f6bb720208d475" }, { - "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": "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/tennis/coupe-davis/coupe-davis-la-croatie-en-finale-saison-terminee-pour-djokovic_AD-202112030542.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 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 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", @@ -78398,17 +79792,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0de0249e724663ea91f42f2980d0b20d" + "hash": "fb082f1a3d202a9aec63a8231918d5ac" }, { - "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": "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/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/albert-solal-la-chasse-au-record_AN-202112060220.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 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", @@ -78418,17 +79812,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c65f5ee169df4675cfad6f7af75cff5" + "hash": "7ee06e11d7f56dcdbf8b8947500a918b" }, { - "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": "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/rugby/top-14/racing-thomas-vers-la-rochelle-a-la-fin-de-saison_AV-202112030531.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 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:09:03 GMT", + "enclosure": "https://images.bfmtv.com/XhNQDRo0j0xLvkebz9Idop5962E=/0x0:1184x666/800x0/images/Mauricio-Pochettino-1179636.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -78438,17 +79832,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c718a9f2cc2acc475c0f05cafedf2f3b" + "hash": "d34e2bc68cca4a3e9940634aac1468a9" }, { - "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": "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/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/ligue-1-la-stat-terrible-et-historique-de-bordeaux-a-domicile_AV-202112060103.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 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", @@ -78458,17 +79852,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "251269b238927d9eeb8ea01745203bf5" + "hash": "7d83932c15739bd4447a099d191686ce" }, { - "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": "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/football/ligue-1/om-en-direct-la-conf-de-sampaoli-et-lirola-avant-brest_LN-202112030234.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-rumeurs-et-infos-du-6-decembre_LN-202112060095.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 07:21:04 GMT", + "enclosure": "https://images.bfmtv.com/nDdUVHO46zoFK6bzjbpRsw3nnSo=/0x67:2048x1219/800x0/images/Loic-Perrin-1174647.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -78478,17 +79872,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "30f5e2d023250d131dc3076c082a42ee" + "hash": "796150d8d5058de7c330ae288239d5b0" }, { - "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": "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/football/clubs/paris-saint-germain/psg-hakimi-juge-la-ligue-1-tres-difficile_AV-202112030468.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 17:47:15 GMT", - "enclosure": "https://images.bfmtv.com/e2le8K0AoWn54anF2myBv0N1mjU=/0x100:1920x1180/800x0/images/Hakimi-1134375.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", @@ -78498,17 +79892,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "52957702de32ac195b30f296a351584a" + "hash": "58a4d148c490ef9b7aa545e8e0985ab4" }, { - "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": "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/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/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 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 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", @@ -78518,17 +79912,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "50d69760342b388bd98945adde607e48" + "hash": "8eceac92a2316cff833d047dbc5e5a3c" }, { - "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": "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/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/football/ligue-1/ligue-1-suivez-bordeaux-ol-en-direct_LS-202112050237.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:10:24 GMT", + "enclosure": "https://images.bfmtv.com/Y4ipY_ai5LRaJE086BPMTqdy9SA=/0x106:2048x1258/800x0/images/Bordeaux-OL-1182321.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -78538,17 +79932,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b1dae55cb3b4728c9fe8046729e444f" + "hash": "7e6341a363d927f3d039703a5865b844" }, { - "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": "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/saint-etienne-le-point-sur-les-dossiers-des-eventuels-repreneurs_AV-202112030423.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 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 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", @@ -78558,17 +79952,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "647c9923fe759aff5b6cb2944105d9c6" + "hash": "79ae284fd3415bfb7e6a7fd1e77a0cc8" }, { - "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": "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/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/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 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 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", @@ -78578,17 +79972,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "11177d1ad1b32a153f63740a07c635fa" + "hash": "917c514cbbaca698514f196c4d4c421b" }, { - "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": "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/football/feminin/affaire-hamraoui-diallo-vers-un-retour-a-l-entrainement-collectif-la-semaine-prochaine_AV-202112030413.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 16:46:13 GMT", - "enclosure": "https://images.bfmtv.com/VUqHVAYBJwWMn0RbG5qALNdbQ48=/0x0:1728x972/800x0/images/Aminata-Diallo-et-Kheira-Hamraoui-1164094.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", @@ -78598,17 +79992,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "600ccc7f84713a9524c1ecef1511bb8c" + "hash": "7086cd58e4d712158533b5540ca76e65" }, { - "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": "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/football/ligue-1/ligue-1-pourquoi-lens-aura-un-maillot-special-face-au-psg_AV-202112030404.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 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": "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", @@ -78618,17 +80012,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "babc662aef59bf0e790dba473f0f9307" + "hash": "363887378decb92d9d5c4ad063e17c38" }, { - "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": "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/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/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-6-decembre-serie-a-italie_AN-202112050220.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": "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", @@ -78638,17 +80032,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad8b2d6a7cf97322fcf2924da6580098" + "hash": "f5d0546042f9aa0c82704722ab8136fc" }, { - "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": "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/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/pari-sportif/pronos-paris-rmc-le-pari-sur-du-6-decembre-premier-league-angleterre_AN-202112050218.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": "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", @@ -78658,17 +80052,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "990471746e4327e4adf2de823be2a51a" + "hash": "0a78dddb36166232f190772ea28e23e4" }, { - "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": "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/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/rugby/top-14/top-14-le-stade-francais-renversant-face-a-la-rochelle_AD-202112050335.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": "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", @@ -78678,17 +80072,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c880ada2535f8f48581cf9ef32298e3" + "hash": "93e4dde4eee54eeecd08b2e1e5e0d1bc" }, { - "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": "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/liga/barca-il-est-intransferable-xavi-met-fin-aux-rumeurs-sur-de-jong_AV-202112030357.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 14:54:11 GMT", - "enclosure": "https://images.bfmtv.com/lDeiLJluOuBYMHuQbn6cKCYNSQo=/0x49:2048x1201/800x0/images/Xavi-HERNANDEZ-1180983.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", @@ -78698,17 +80092,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "682e7e692579f1cc22deb8e1ca056c84" + "hash": "438817160f750d7865efe7de790f87ae" }, { - "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": "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/rennes-gomis-regrette-le-manque-de-consideration-des-joueurs-africains-et-espere-des-solutions_AV-202112030356.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 14:52:36 GMT", - "enclosure": "https://images.bfmtv.com/u2tzGja44fboUtyJ7gYl5uImfh4=/0x104:1984x1220/800x0/images/Alfred-Gomis-Rennes-1103384.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", @@ -78718,17 +80112,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e31e27f76817505fede850d0207772d" + "hash": "90ab2cc8b5847dc62856ff61f1fc33f5" }, { - "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": "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/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/bordeaux-ol-les-lyonnais-s-inquietent-pour-denayer-sorti-sur-blessure_AV-202112050329.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": "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", @@ -78738,17 +80132,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b268624ef23b493af394cb54280fd8e5" + "hash": "1460902497e511014066ab5e2b681a5c" }, { - "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": "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/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/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 14:12:33 GMT", - "enclosure": "https://images.bfmtv.com/L5AG0VfBE3AGTxw9QIQCWZqw5PE=/0x106:2048x1258/800x0/images/Rory-Kockott-1180979.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", @@ -78758,17 +80152,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "90cf5fe01bc3bed5ccd35205dfe6df8d" + "hash": "1088a3fd9598370cd653cf9439116e49" }, { - "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": "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/rugby/top-14/top-14-rory-kockott-fait-le-bilan-avant-de-raccrocher-les-crampons_AV-202112030336.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 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 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", @@ -78778,37 +80172,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "bce23767137fb4e10503dfd69074897a" + "hash": "e6e39f861aba7b9ba312808aade87b3a" }, { - "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": "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-1/om-payet-incertain-contre-brest-sampaoli-veut-apprendre-a-jouer-sans-lui_AV-202112030334.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 13:54:09 GMT", - "enclosure": "https://images.bfmtv.com/vWz4C1O4NYXL9fR-NQEDlfh06x4=/0x106:2048x1258/800x0/images/Dimitri-Payet-1180962.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": "3d3761905e1f1619d0be489ba333d296" + "hash": "255972c7c738ed0286178d8a53336c95" }, { - "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": "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/football/ligue-1/psg-ramos-a-nouveau-forfait-pour-le-match-contre-lens_AV-202112030333.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 13:47:39 GMT", - "enclosure": "https://images.bfmtv.com/7m-qfhTwLE18hCdBBD4kar0LUOg=/0x37:2048x1189/800x0/images/Sergio-RAMOS-1180944.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", @@ -78818,17 +80212,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "161f7d5abdc1879d44c831aa671dc74e" + "hash": "d43d8b0b727562ba1e89d43ec431ee60" }, { - "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": "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/ligue-1/om-sampaoli-ouvre-grand-la-porte-a-un-depart-d-amavi_AV-202112030326.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": "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 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", @@ -78838,17 +80232,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee877257f6a8aacf909c2b76b242ef3c" + "hash": "2e9ecf9076d9b52947919dee0939ffe1" }, { - "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": "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-des-champions/ligue-des-champions-bayern-barca-a-huis-clos-en-raison-du-covid-19_AV-202112030324.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 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 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", @@ -78858,17 +80252,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f18fc5a0d21f643661982431309a7ac5" + "hash": "544e8e50b217355c29787b92633d1069" }, { - "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": "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/football/ligue-1/ol-souci-mental-manque-de-combativite-le-constat-sans-concession-de-caqueret_AV-202112030319.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": "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 19:55:01 GMT", + "enclosure": "https://images.bfmtv.com/AG72qkDrr1LaDPPC3QP6aXYb8Eg=/0x78:1200x753/800x0/images/Kylian-Mbappe-1182294.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -78878,17 +80272,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "58d927129557ff90f0bd632e2523aa49" + "hash": "296aeaf4d2e11ea06a129057774be7c4" }, { - "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": "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/liga/fc-barcelone-laporta-dement-avoir-demande-a-messi-de-jouer-gratuitement_AV-202112030308.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": "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 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", @@ -78898,17 +80292,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3328c0adebe1ce7704f33652c220a4ac" + "hash": "09440a8f223754de36361e9b9569853a" }, { - "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": "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/football/premier-league/les-grandes-interviews-rmc-sport-klopp-l-apotre-du-gegenpressing_AN-202112030014.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 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 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", @@ -78918,17 +80312,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f2a3a8081107baf3992f0880fcccf7b" + "hash": "bd32d01deaa55cded837ad37effa7583" }, { - "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": "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/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/bordeaux-ol-les-compos-le-coup-tactique-de-bosz-avec-une-defense-a-trois_AV-202112050298.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 19:29:11 GMT", + "enclosure": "https://images.bfmtv.com/62K583vTyPjo9TJfMFqzAFdLWWc=/0x17:2048x1169/800x0/images/Lucas-PAQUETA-1151602.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -78938,17 +80332,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a576ec5bbe9b516ff0fef63fdeadd327" + "hash": "8c653b1e5b4bdb6bf4f56c18c8a0ce26" }, { - "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: 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-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-folie-de-verstappen-instant-lunaire-entre-la-fia-et-red-bull-2e-depart-fou_AV-202112050290.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 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", @@ -78958,17 +80352,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "edbe8875051f7db20e062530f116ac8a" + "hash": "bcef612962424917e3dca466d764800a" }, { - "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": "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/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/football/premier-league/tottenham-norwich-grand-pont-lucarne-lucas-s-offre-un-but-sensationnel_AV-202112050278.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 18:15:12 GMT", + "enclosure": "https://images.bfmtv.com/9FxJ8S4caqNVRcKnwHTw-ePNqFc=/0x59:2048x1211/800x0/images/Lucas-1182244.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -78978,17 +80372,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "41d660fac8102a6b26ed96ec10122135" + "hash": "748e766f25b7729209016cd1e3672406" }, { - "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": "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/transferts/mercato-en-direct-les-rumeurs-et-infos-du-2-decembre_LN-202112020061.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": "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 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", @@ -78998,17 +80392,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd9d5bd9958092e46304ecf129c6a639" + "hash": "d6afaca0673ac58d37156f2ba775604f" }, { - "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": "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/ligue-1/clermont-bayo-explique-comment-il-a-rebondi-apres-sa-garde-a-vue_AV-202112030246.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 11:02:42 GMT", - "enclosure": "https://images.bfmtv.com/d0fdwVJTWgVXGllvvW0we7KfvAE=/0x142:2048x1294/800x0/images/Mohamed-Bayo-1180840.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", @@ -79018,17 +80412,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "afe5984e3073bb3112e6756cd43dfecf" + "hash": "fcc12a7d34f9dea735ceaba927d39226" }, { - "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": "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/judo/affaire-pinot-schmitt-en-direct-margaux-pinot-va-s-exprimer-a-18h_LN-202112020373.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": "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 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", @@ -79038,17 +80432,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1f451bdbfbebb799ac7fbfa6ffe59d1" + "hash": "9c935eb84657d2c6912f71f6072b4806" }, { - "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": "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/transferts/mercato-en-direct-les-rumeurs-et-infos-du-2-decembre_LN-202112020061.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": "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 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", @@ -79058,17 +80452,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "943413d12fe601dce17045adcc54cb3e" + "hash": "13004eb2145fc0f125fce18420e04817" }, { - "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": "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/judo/affaire-pinot-schmitt-en-direct-margaux-pinot-va-s-exprimer-a-18h_LN-202112020373.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 15:54:42 GMT", - "enclosure": "https://images.bfmtv.com/CNMV6jPNtqg84LVQ88KlVS8PLO4=/0x0:1280x720/800x0/images/Avocat-Pinot-1180839.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", @@ -79078,17 +80472,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "562020fac04ebbf4ebf9764d5eba0289" + "hash": "40b49bd3db7bc5be6e46bda9aaced103" }, { - "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": "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/ligue-1/psg-ramos-absent-de-l-entrainement-avant-le-deplacement-a-lens_AV-202112030235.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:43:58 GMT", - "enclosure": "https://images.bfmtv.com/XT35VVni4LgVYF9FkBnXJVPbOaY=/0x37:1200x712/800x0/images/Sergio-Ramos-1178510.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", @@ -79098,17 +80492,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "55df7d47affe79a5c7a8576a0f684ff6" + "hash": "052847d3294d92f1d404d9be83b303ee" }, { - "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": "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/ligue-1/om-en-direct-la-conf-de-sampaoli-et-lirola-avant-brest_LN-202112030234.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 10:43:55 GMT", - "enclosure": "https://images.bfmtv.com/y9Ag2hVD6DPX13Fi_GsQLJIwMP0=/0x93:2048x1245/800x0/images/Jorge-SAMPAOLI-1129654.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", @@ -79118,17 +80512,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c4e1d5cbefb4930820e4beacb565f69" + "hash": "c2ea2c34d5a80f7e1ce5d86c75f3daaa" }, { - "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": "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/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/auto-moto/f1/f2-pourchaire-victime-d-un-accident-spectaculaire-et-evacue-a-l-hopital_AV-202112050228.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 15:43:30 GMT", + "enclosure": "https://images.bfmtv.com/mwm4S7bUqjSQdWOr5jL_GFNkSWc=/0x12:1200x687/800x0/images/-868155.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -79138,17 +80532,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "291905b64dd5ce36d5f220d2b7103862" + "hash": "239118765ab68c5fb355dceace14a931" }, { - "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": "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/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/ligue-1-suivez-bordeaux-ol-en-direct_LS-202112050237.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 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", @@ -79158,17 +80552,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0569d77869f9c6810692bbf01ca83662" + "hash": "0702525b49059ca02b5d13376f864a25" }, { - "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": "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/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-en-direct-suivez-le-grand-prix-d-arabie-saoudite_LS-202112050239.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 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", @@ -79178,17 +80572,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e7c39e9168c722b5b248bc2cddbef55" + "hash": "d84762e824d3be472d15c8c84afd94cb" }, { - "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": "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/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/rugby/top-14/top-14-stade-francais-la-rochelle-en-direct_LS-202112050287.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 18:46:50 GMT", + "enclosure": "https://images.bfmtv.com/h9sMXTLk8ayWW_JHPiP1pL8QPC0=/0x0:1184x666/800x0/images/-859705.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -79198,17 +80592,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9bcd7716647a6d9756122e51255fbe3" + "hash": "303e3fea6d96423b39308bccbf8c8f37" }, { - "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": "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/football/liga/barca-dembele-est-meilleur-que-mbappe-estime-laporta_AV-202112030214.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 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 15:41:46 GMT", + "enclosure": "https://images.bfmtv.com/1zuE1n571u5pgVQIssRNbcryLNc=/0x78:1200x753/800x0/images/-842801.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -79218,17 +80612,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4cf45ae28b623190a1909f81c0cab5a5" + "hash": "48018fcf4eaa128d58b67cfeed07d0fd" }, { - "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": "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/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/paris-hippique/cleangame-remporte-la-finale-du-gnt-pour-la-deuxieme-fois-de-sa-carriere_AN-202112050226.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 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", @@ -79238,17 +80632,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e935c680b5950ee38cf8b12b59cf706f" + "hash": "5232c4758b70f703a4833af6524620be" }, { - "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": "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/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/psg-herrera-de-retour-a-l-entrainement-avant-le-match-europeen-contre-bruges_AV-202112050219.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 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", @@ -79258,17 +80652,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1eac6da5b6e98dfd2f43d9034167993" + "hash": "f97dd489eeb4a78ee661f9fbd9ecdad8" }, { - "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": "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/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/ligue-1/saint-etienne-le-message-d-espoir-de-puel-apres-la-deroute-contre-rennes_AV-202112050212.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 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", @@ -79278,17 +80672,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "984b4b0ef0b65606cbad22cc81a044a9" + "hash": "e1f712242c732a41eea9faee8b1458ec" }, { - "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": "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/rugby/rugby-parti-d-afrique-du-sud-fin-du-cauchemar-pour-cardiff_AN-202112030181.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-nice-strasbourg-en-direct_LS-202112050190.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 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", @@ -79298,17 +80692,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef1a913341bb0c33dd2cffde3c2a1003" + "hash": "4d44d7143bd142655863db906fae7ed7" }, { - "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": "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/handball/feminin/hand-le-spleen-post-olympique-des-handballeuses-francaises_AN-202112030169.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 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 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", @@ -79318,17 +80712,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1e77c6ace0c5656b1cfb8c6bdc49265" + "hash": "4c918ed286b9663a2f593485829e7bd4" }, { - "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": "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/feminin/affaire-hamraoui-en-direct-les-dernieres-infos-un-mois-apres-l-agression_LN-202112030167.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 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 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", @@ -79338,17 +80732,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ebe96b400054d02f6bbb33c3a22ce9b4" + "hash": "81368e021ed3a9608419cb48e0dd2ff4" }, { - "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": "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/transferts/psg-la-signature-de-mbappe-au-real-madrid-est-assuree-selon-la-presse-espagnole_AV-202112030165.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 09:04:33 GMT", - "enclosure": "https://images.bfmtv.com/fkGh487h1PgrYsOpsJ_4RFHRjKo=/0x0:2048x1152/800x0/images/Kylian-Mbappe-1179101.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", @@ -79358,17 +80752,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6872998b2c752fdd7568d3e857215363" + "hash": "bd6c6e63b13d36cfd95692ce6cd3bb59" }, { - "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": "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/rugby/top-14/toulon-belleau-a-clermont-west-courtise_AV-202112030163.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 08:59:38 GMT", - "enclosure": "https://images.bfmtv.com/6BvusqzgBU8PejBWg0qRc7chqe8=/0x87:2048x1239/800x0/images/Anthony-Belleau-1180727.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", @@ -79378,17 +80772,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e57cd22bc158d190f3f0808cbf2829c1" + "hash": "3fb6bd2c29a051003eb4220939f140e7" }, { - "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": "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/athletisme/athletisme-deces-de-lamine-diack-ancien-patron-de-la-federation-internationale_AV-202112030161.html", + "link": "https://rmcsport.bfmtv.com/tennis/coupe-davis-2022-la-france-face-a-l-equateur-en-barrages_AD-202112050170.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 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", @@ -79398,17 +80792,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bdda09f3a4d298e3fdcad620f7f0d447" + "hash": "a75ec6a9f1b25f397db7cab1c382d18d" }, { - "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": "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/sorare-la-start-up-francaise-qui-revolutionne-le-football-avec-les-nft_GN-202112030160.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 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 18:46:50 GMT", + "enclosure": "https://images.bfmtv.com/h9sMXTLk8ayWW_JHPiP1pL8QPC0=/0x0:1184x666/800x0/images/-859705.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -79418,17 +80812,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "761c5b853723da30956248ce51c92aa2" + "hash": "317e37d517496537182c04d5184fb34d" }, { - "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": "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/paris-hippique/les-pronos-hippiques-du-samedi-4-decembre_AN-202112030153.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 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 16:10:24 GMT", + "enclosure": "https://images.bfmtv.com/eDwGBQSW1hg4g1G7b4PRQNJkdks=/0x33:2048x1185/800x0/images/Lucas-PAQUETA-1181914.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -79438,17 +80832,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f373cd4db7b0ae58d89a9ea6447590f" + "hash": "999f9300da896937915ccf04f47f9937" }, { - "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": "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/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/sports-d-hiver/biathlon/biathlon-les-bleues-triomphent-au-relais-d-ostersund-premiere-victoire-pour-la-france_AV-202112050168.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 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", @@ -79458,17 +80852,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5bf681b7c7430482b376a6dc49c7b97b" + "hash": "39d0dec988812cf7f47b6f9c352c3dec" }, { - "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": "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/football/ligue-1/incidents-angers-om-une-bombe-agricole-marseillaise-a-l-origine-des-affrontements_AV-202112030149.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": "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 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", @@ -79478,17 +80872,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d240f6f5a101ff56a88ec9517778b7b4" + "hash": "fe96926572fd0903c0f34861c17fcdc7" }, { - "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": "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/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/rugby/top-14/top-14-toulon-officialise-l-arrivee-du-rochelais-west_AV-202112050157.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 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", @@ -79498,17 +80892,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "61db8feaa9b58fed7144605af3cafb6b" + "hash": "781ea71c5cd44ae6526e9362a5659327" }, { - "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": "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/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/ligue-1-pourquoi-le-psg-commence-a-inquieter_AV-202112050156.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 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", @@ -79518,17 +80912,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb2b2b8a9cc2cb3f2a98f90f32a5edea" + "hash": "7f4755afca37fc2e85c54db980d22fe9" }, { - "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": "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/ligue-1/ligue-1-en-direct-toutes-les-infos-de-17e-journee_LN-202112030112.html", + "link": "https://rmcsport.bfmtv.com/judo/affaire-pinot-schmitt-le-retour-aupres-des-proches-avant-les-suites-judiciaires_AV-202112050149.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 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", @@ -79538,17 +80932,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c1172b6d73d0cd29ffa1d7f8702be1f" + "hash": "af5e86135ebdd1d1b514ed681bed6753" }, { - "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": "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/judo/affaire-pinot-l-avocat-de-schmitt-denonce-des-contradictions-dans-le-temoignage-de-la-judoka_AV-202112020617.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-nice-strasbourg-en-direct_LS-202112050190.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 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", @@ -79558,17 +80952,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e76ad5eb40e67d151cbdf2ec6521d96" + "hash": "6fa670be8b6f8b7d0e383f788a3f94e4" }, { - "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": "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-carrick-quitte-le-club-apres-son-interim-reussi_AV-202112020611.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:09:22 GMT", - "enclosure": "https://images.bfmtv.com/KclzY29hZKZSFn1_7p2B_kbNiTs=/0x0:2048x1152/800x0/images/Michael-Carrick-1180480.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", @@ -79578,17 +80972,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "476e3c3708ba80d2022ebe985f3c3e17" + "hash": "69bf73102594cf1a69989b8e811a5eb8" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-3-decembre-primeira-liga-portugal_AN-202112020496.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 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 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", @@ -79598,37 +80992,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba24d5c1184bf03f4c0b55dea0971922" + "hash": "3f896d1c8f2b090d11103e38db33e5e2" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-3-decembre-bundesliga-allemagne_AN-202112020494.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 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 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": "a17e678ff7db65dc0ee50a7a5f0aec56" + "hash": "6892f07a273deaf05866c5fe1168e223" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-sur-du-3-decembre-liga-pari-match-ukraine_AN-202112020490.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 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/ulFnGZbNu6zPjdh_aadNNoSsYos=/0x104:2000x1229/800x0/images/Tete-Shakhtar-1180293.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", @@ -79638,17 +81032,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e86fc3a922a7cf4146f87d3745a4672" + "hash": "ffee1f411e31f116cbb135e40e0f397d" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-exterieur-du-3-decembre-jupiler-league-belgique_AN-202112020484.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 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 11:37:32 GMT", + "enclosure": "https://images.bfmtv.com/m8ZeNRR0eQjhAKlZ3-vsnYUnoPw=/0x216:1984x1332/800x0/images/Lyon-1182028.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -79658,37 +81052,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa3c8db70e4ce1960bb903be943d23d1" + "hash": "ee9ddbcc2439ca0daeb4ebe883f8b649" }, { - "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": "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/premier-league/premier-league-manchester-united-et-ronaldo-se-payent-arsenal_AV-202112020601.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": "Thu, 02 Dec 2021 22:25:54 GMT", - "enclosure": "https://images.bfmtv.com/0yMl_Fw0nxchPAPMmGCxPWGoDoA=/0x0:2048x1152/800x0/images/Cristiano-Ronaldo-1180451.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": "58befd9420696d307a863055beb9631e" + "hash": "173128cfc4cd220026638276ef7486c5" }, { - "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": "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/premier-league/manchester-united-ronaldo-depasse-la-barre-des-800-buts-en-carriere_AV-202112020595.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 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 11:01:45 GMT", + "enclosure": "https://images.bfmtv.com/KvXyoYgweRwBD1aYDRgDDuO3uhI=/0x0:1200x675/800x0/images/Martin-Terrier-1182065.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -79698,17 +81092,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0a62a56784e97fc6a52ddf6bd87e4ff" + "hash": "7c03c53b1bf223f052f5998888eb5f6d" }, { - "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": "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/liga/real-madrid-la-demande-originale-d-ancelotti-a-courtois_AV-202112020581.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 21:40:48 GMT", - "enclosure": "https://images.bfmtv.com/Qp3DU7rwoC4pjEfWko0eknscI7o=/1x107:1825x1133/800x0/images/Carlo-Ancelotti-1180398.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", @@ -79718,17 +81112,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f76b08aeefcab2e4b686928c8a066e94" + "hash": "5c9ead98b4b71199457d68270301a97e" }, { - "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": "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/premier-league/manchester-united-arsenal-le-but-lunaire-encaisse-par-les-red-devils_AN-202112020580.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 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 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", @@ -79738,17 +81132,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "07125551e47afd193e1bf71107ab6ab5" + "hash": "b32aec21bdb213faa69d4240b38b4fa7" }, { - "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": "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/basket/euroligue/euroligue-battus-l-asvel-et-monaco-n-avancent-plus_AD-202112020567.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 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 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", @@ -79758,17 +81152,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "592f049a3be934efb8d4f005a5a6ba16" + "hash": "efcb9527925c4e8478e09cd5f0e9ef85" }, { - "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": "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/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/bundesliga/bundesliga-leipzig-vire-son-entraineur-jesse-marsch_AV-202112050092.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 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", @@ -79778,17 +81172,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "15bba4e59ba9859f78ac6fa45ff10ba3" + "hash": "6f09097daef72e06f8c8fd3af659fb1b" }, { - "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": "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/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/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 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 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", @@ -79798,17 +81192,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b52295276cd64fa6270717c4ec936f3" + "hash": "542df3c4c628f9466b49b312d7618eb8" }, { - "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": "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/football/ligue-1/psg-la-tribune-auteuil-fermee-pour-deux-matchs-apres-son-anniversaire_AV-202112020548.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 20:13:26 GMT", - "enclosure": "https://images.bfmtv.com/xUrHLVn7t4YnCCkvADqGYK42Nw8=/248x465:1832x1356/800x0/images/PSG-Nantes-1180359.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", @@ -79818,17 +81212,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6a229aa4988474b1f6f76b4d646f499" + "hash": "b3187b617a3364ebdb6032400366b535" }, { - "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": "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/football/ligue-1/ligue-1-en-direct-les-informations-avant-la-16e-journee_LN-202111290171.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": "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": "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", @@ -79838,17 +81232,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff0bb1dbd58da2ef30838d3a7ff8390e" + "hash": "f866d22388c055210374c88e7b6fd9b6" }, { - "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": "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/football/ligue-1/ol-aulas-conforte-peter-bosz-et-defend-son-bilan_AV-202112020544.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 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 08:44:37 GMT", + "enclosure": "https://images.bfmtv.com/V0VNnUYa8tCz7KvM4G1WQzaWFyQ=/0x40:2048x1192/800x0/images/Erling-HAALAND-1181926.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -79858,17 +81252,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c559cbeccf94afaa2806c1adbf6e030" + "hash": "b86520c2dc3bf891c594cbde0f03f97f" }, { - "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": "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/premier-league-suivez-manchester-united-arsenal-en-direct_LS-202112020526.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-dortmund-bayern-en-direct_LS-202112040191.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": "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", @@ -79878,17 +81272,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "680ae591cb604632d3f005b2685ff234" + "hash": "be6d6295263ebb02b24a703d471ef37b" }, { - "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": "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/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/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 19:00:59 GMT", - "enclosure": "https://images.bfmtv.com/D8VThAFYgQtZKtXTyST9g-XiFP4=/0x0:1056x594/800x0/images/Jerome-Rothen-1137662.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", @@ -79898,17 +81292,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e5161893e818c40ef6edc08b0b825b1" + "hash": "f63be81be43409e5e06bb47134d7419c" }, { - "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": "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/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/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 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 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", @@ -79918,17 +81312,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "31356b6e52c6b3cc6d670e1ca3174a51" + "hash": "0b2400c09fe5a6467e1e075ddcfcd6cc" }, { - "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": "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/transferts/mercato-dortmund-mysterieux-sur-une-clause-liberatoire-pour-haaland_AV-202112020513.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 18:46:17 GMT", - "enclosure": "https://images.bfmtv.com/ZQlrw-sxxBTqCcOy0jEvCImisA8=/0x0:2048x1152/800x0/images/Erling-Haaland-1176777.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", @@ -79938,17 +81332,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "17d7f74cc097123ef108c75266ff8478" + "hash": "f480fed40c922b6afd2eaf63ce62f3c9" }, { - "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": "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/rugby/top-14-direction-le-stade-francais-pour-morgan-parra_AV-202112020489.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/monaco-metz-boadu-enfin-libere_AV-202112050013.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 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", @@ -79958,17 +81352,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d602467897f24ad2548a76c577d8a4e" + "hash": "93cad69c6ac864ea3f6ae0194a0afbbb" }, { - "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": "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/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/football/ligue-1/asse-rennes-en-direct-les-rennais-peuvent-reprendre-la-deuxieme-place_LS-202112050118.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 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", @@ -79978,17 +81372,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f87872f8c47d47ff0045fc4225d82a95" + "hash": "7d7e44833ae34694dbda3512f55ad8e0" }, { - "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": "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/judo/affaire-pinot-schmitt-ce-que-disent-les-deux-versions-qui-s-affrontent_AV-202112020478.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 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 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", @@ -79998,17 +81392,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "68eff9505ab9f2fdf98720267d7a7086" + "hash": "2017226c994f7b54f19664778f76e390" }, { - "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": "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/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/ligue-1/ligue-1-suivez-le-multiplex-de-la-17e-journee-en-direct_LS-202112050106.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 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", @@ -80018,17 +81412,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3eb1c32afa557bc498b4e9dc4b75e5fa" + "hash": "f4e0239c6b931766cca651c792b524dc" }, { - "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": "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/premier-league/west-ham-moyes-explique-pourquoi-areola-est-derriere-fabianski-dans-la-hierarchie_AV-202112020435.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 17:21:09 GMT", - "enclosure": "https://images.bfmtv.com/I3S3ZttFtVS5AlqrOCLBYQkeBHs=/0x0:2048x1152/800x0/images/Alphonse-Areola-1160509.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", @@ -80038,17 +81432,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9afa3c52fa1a7bcaa09865b83e9deff" + "hash": "774e76dcfef92953c24d05c7ace7dade" }, { - "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": "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/football/feminin/d1/psg-hamraoui-et-diallo-encore-absentes-de-l-entrainement-collectif_AV-202112020412.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 16:54:17 GMT", - "enclosure": "https://images.bfmtv.com/VUqHVAYBJwWMn0RbG5qALNdbQ48=/0x0:1728x972/800x0/images/Aminata-Diallo-et-Kheira-Hamraoui-1164094.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", @@ -80058,17 +81452,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3faeb8e3c9854b8038d7a875541659cb" + "hash": "1c9900fad6dda8f81bfc3bf1cf25cdf5" }, { - "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: 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/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-pochettino-admet-que-ce-n-etait-pas-la-meilleure-soiree-des-parisiens_AV-202112040317.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": "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", @@ -80078,17 +81472,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "81b1515fe9a0a3f0d28f3fe1ea4e4e43" + "hash": "ecd708292252073f28cc82128cddc110" }, { - "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": "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/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/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-5-decembre-ligue-1_AN-202112040212.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": "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", @@ -80098,17 +81492,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0008f06a2a93f6a537c4b7a87432d756" + "hash": "1fd18960f8fedda2db87c4613beda2e1" }, { - "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": "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/football/affaire-hamraoui-diallo-en-direct-toutes-les-infos_LN-202111110108.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, 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": "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", @@ -80118,17 +81512,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2dd66977542b563399a6bd4b86250e0" + "hash": "ffca5af2bbe499e9d4259e3eb4b26ab7" }, { - "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": "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/premier-league/premier-league-newcastle-pret-a-investir-des-grosses-sommes-au-mercato-des-cet-hiver_AV-202112020390.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 16:25:25 GMT", - "enclosure": "https://images.bfmtv.com/DXLZhuyI7tyJfiBQ2UYMoYmfwmI=/0x67:2048x1219/800x0/images/Newcastle-1150737.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", @@ -80138,17 +81532,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4c69490d43e861619b94ce21ba604ec" + "hash": "f8b63611daf527ae71ec14be3784c2b3" }, { - "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": "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/football/premier-league/premier-league-suivez-manchester-united-arsenal-en-direct_LS-202112020526.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 19:10:03 GMT", - "enclosure": "https://images.bfmtv.com/AyQv_Rro9PU84b3IcH4IC80SAQw=/0x120:1872x1173/800x0/images/Cristiano-Ronaldo-1152553.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", @@ -80158,17 +81552,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "08789995be452ffb3222fba9bfe9dab4" + "hash": "c7a2b4e50ac6729990ef3c45fd52e8c0" }, { - "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": "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/rugby/top-14/lou-operation-des-genoux-reussie-pour-bastareaud_AV-202112020388.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 16:20:12 GMT", - "enclosure": "https://images.bfmtv.com/OvMetqdy33bTfbeJtlXNBmEac-o=/0x106:2048x1258/800x0/images/Mathieu-Bastareaud-sur-civiere-1176838.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", @@ -80178,17 +81572,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e19bccab9e03e1a1bd377acfadcef78b" + "hash": "5735f253520a57065c208945f3ac61e5" }, { - "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": "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/covid-19-huis-clos-masques-variant-omicron-le-football-europeen-de-nouveau-menace-en-europe_AV-202112020378.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 16:04:11 GMT", - "enclosure": "https://images.bfmtv.com/sThq4fXlCKAkaw-QIVnk_tju6A8=/74x177:1642x1059/800x0/images/Leipzig-1180125.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", @@ -80198,17 +81592,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "77a3afb5d0837a51c64724663013cd72" + "hash": "898852683c1e1149b9fc1f14be2b2538" }, { - "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": "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/judo/affaire-pinot-schmitt-en-direct-margaux-pinot-va-s-exprimer-a-18h_LN-202112020373.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-le-choc-pour-l-ubb-face-a-toulouse_AD-202112040308.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 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", @@ -80218,37 +81612,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "060102ac573a6ea8192ce222ded8bd17" + "hash": "4779fddb9482064474600977dd229279" }, { - "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": "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/ligue-1-on-vise-l-europe-plaisante-chardonnet-apres-la-serie-historique-de-brest_AV-202112020370.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": "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 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": "27bf17da6fbd154cbf14785b0016ca13" + "hash": "9bdd95a2fb5681161896dc141ae6e83d" }, { - "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": "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/primeira-liga/portugal-decime-par-le-covid-19-belenenses-reclame-le-report-de-son-prochain-match_AD-202112020361.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": "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 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", @@ -80258,17 +81652,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b38f00a36cb180938d076c9c559824fa" + "hash": "ee072335b15586943e100005836b24de" }, { - "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": "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/replay-emissions/double-contact/double-contact-keblack-benzema-n-a-pas-fini-de-nous-surprendre_AV-202112020356.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": "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 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", @@ -80278,17 +81672,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "baa85d85a827ca3b77ab12b4d72a69a1" + "hash": "cad57d0cfa7d2614bd494d51c4570d11" }, { - "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": "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/football/liga/liga-la-justice-espagnole-interdit-la-tenue-de-matchs-de-championnat-a-l-etranger_AV-202112020354.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": "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 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", @@ -80298,17 +81692,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c65ca10cc92b154a99e060b69f326a22" + "hash": "95df058316fe313eb0ba1a37a9e9f329" }, { - "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": "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/rugby/toulon-kolbe-a-repris-l-entrainement-collectif_AV-202112020341.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": "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 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", @@ -80318,17 +81712,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f50a7282e40d20e59df5af952f944965" + "hash": "1f94fd4c7c79c31e4a6590d07fe71db3" }, { - "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": "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/inter-apres-son-malaise-cardiaque-eriksen-a-repris-l-entrainement-au-danemark_AV-202112020337.html", + "link": "https://rmcsport.bfmtv.com/volley/volley-rencontre-avec-nicole-premiere-joueuse-transgenre-du-championnat-de-france_AV-202112040297.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 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", @@ -80338,17 +81732,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "be627292f1a8a0bdb8fa66459ce42b04" + "hash": "7260fe5e26e73ea288c20ff52ceecc33" }, { - "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": "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/ligue-1/incidents-angers-om-le-cnosf-maintient-la-sanction-infligee-a-marseille_AV-202112020334.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": "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 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", @@ -80358,17 +81752,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5317346ea687c22523727fb3615667f2" + "hash": "5a96a65e87c86f63b849df0414944fd8" }, { - "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": "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/transferts/barca-dembele-aurait-tranche-pour-son-avenir-selon-la-presse-espagnole_AV-202112010491.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 19:22:15 GMT", - "enclosure": "https://images.bfmtv.com/T2TwJAv7uP220OOhTLO4Whb2oLc=/37x234:1973x1323/800x0/images/Ousmane-Dembele-1179488.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", @@ -80378,17 +81772,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "548cf4de4afcf90fdf4ed038d1ab9929" + "hash": "e366bd48d2b06ea25f7af2eccce8cd2d" }, { - "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": "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/ligue-1/psg-nice-les-compos-avec-messi-et-le-jeune-dina-ebimbe_AV-202112010489.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 19:18:01 GMT", - "enclosure": "https://images.bfmtv.com/e2nZ9p_0QAxQIftO6uhHsBb5jg8=/0x106:2048x1258/800x0/images/Lionel-MESSI-1179344.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", @@ -80398,17 +81792,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "220cd04a98543135ced8dc28dd62d1ee" + "hash": "4fcb9dd38c1990293dab0b34ef7f85ad" }, { - "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": "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-le-multiplex-en-direct_LS-202112010389.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 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 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", @@ -80418,17 +81812,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca10ac1e6b5f3138d7eae383165c28dd" + "hash": "035bc520686f159a31f7f9733ece0805" }, { - "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": "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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-29-novembre_LN-202111290068.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-lewandowski-plus-fort-que-haaland-le-bayern-croque-dortmund_AV-202112040279.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 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", @@ -80438,17 +81832,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "77306696b6fa0f7f59a9a1dfff10e1c0" + "hash": "b25abe89f7070af5ba2bffe564e1b4cd" }, { - "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": "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/judo/violences-conjugales-accuse-par-pinot-schmitt-denonce-des-menaces-de-mort-apres-sa-relaxe_AV-202112010465.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 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 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", @@ -80458,17 +81852,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "43e311106ebb4ec896917c2767ef8d66" + "hash": "bb4d55b127404ad82e3c6d5d8d51f19c" }, { - "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": "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/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/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 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 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", @@ -80478,17 +81872,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f6efa362396e2df02c765ec385791af" + "hash": "970f21c605815b69b4ca7d3c98befdd7" }, { - "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": "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/ligue-1/ligue-1-nantes-om-en-direct_LS-202112010452.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-dortmund-bayern-en-direct_LS-202112040191.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 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", @@ -80498,17 +81892,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6beada8a321948a3fd3fa6ff5ce31be" + "hash": "2a8e03a6deae324a1eefc901e9fe3c7b" }, { - "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": "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/chelsea-tuchel-explique-les-difficultes-de-saul-avec-les-blues_AV-202112010448.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 18:13:23 GMT", - "enclosure": "https://images.bfmtv.com/KBRmjNrreMv3p9PEELqKunlHLEY=/0x0:1200x675/800x0/images/Thomas-Tuchel-1179445.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", @@ -80518,17 +81912,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "35f2d70f21222fc5eee9c0d99f1247ca" + "hash": "b9ae0edccf9b640b60556706f88a5fe8" }, { - "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": "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/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/ligue-1/ligue-1-terrible-rechute-pour-l-om-brest-poursuit-son-incroyable-serie_AV-202112040255.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 18:18:34 GMT", + "enclosure": "https://images.bfmtv.com/NZkE1HBWOkfH3XnBOItDfsD6XO4=/0x0:1200x675/800x0/images/Franck-Honorat-1181694.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -80538,17 +81932,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "97ee593a73586b1906bbdbd0302b5adc" + "hash": "7a9e906075cea4bf2aa20441d6c1ac5e" }, { - "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": "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/feminin/ol-le-sommer-raconte-son-experience-americaine-dans-le-meilleur-championnat-du-monde_AV-202112010412.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 17:23:21 GMT", - "enclosure": "https://images.bfmtv.com/C6Rj5fOHjODeSA1za7p5nD1ismU=/0x90:1200x765/800x0/images/Eugenie-Le-Sommer-1179403.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", @@ -80558,17 +81952,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "52f631669e6bc5e5b54f675b79dc2d85" + "hash": "3d8a5d9f3f66a3be50aca1744f7777fc" }, { - "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": "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/ligue-1/ligue-1-angers-monaco-en-direct_LS-202112010408.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 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: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", @@ -80578,37 +81972,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b3f5348c276fb134253fdf166ca9ede" + "hash": "9ec51ae805cbdeac846c33650308b2e8" }, { - "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": "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/ligue-1-psg-nice-en-direct_LS-202112010403.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 17:13:42 GMT", - "enclosure": "https://images.bfmtv.com/e2nZ9p_0QAxQIftO6uhHsBb5jg8=/0x106:2048x1258/800x0/images/Lionel-MESSI-1179344.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": "3a216d20b3e638af3f9b1ebce0fb3cfb" + "hash": "0795387e24055088267623878fe5a52f" }, { - "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": "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/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/football/premier-league/premier-league-origi-sauve-liverpool-a-wolverhampton-les-reds-leaders_AV-202112040230.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 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", @@ -80618,37 +82012,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "997bb4b0c9d4ba615d31d6891594c138" + "hash": "aefe5e51bb72cdd7e08d5c067aeeb93d" }, { - "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": "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/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/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 17:05:30 GMT", - "enclosure": "https://images.bfmtv.com/VFzpxMKJEeVYvhWmPu56ZT_ISvM=/0x24:1200x699/800x0/images/-955606.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": "88c4a16430774cfddf43dc5457142807" + "hash": "6667c90f48fe5f296a9c8a4d10f71b27" }, { - "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": "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/coupe-de-france/coupe-de-france-en-direct-le-tirage-des-32e-de-finale_LN-202111290286.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-premiere-victoire-de-newcastle-face-a-burnley_AV-202112040247.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 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", @@ -80658,37 +82052,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "d67be4ea16162efe02d59f214d5bf331" + "hash": "65294301d8d7b9fdbbeec6e8f7249c22" }, { - "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": "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/premier-league/manchester-united-carrick-minimise-la-mise-sur-le-banc-de-ronaldo_AV-202112010381.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 16:45:34 GMT", - "enclosure": "https://images.bfmtv.com/-368HbqZ4lVkloyR4qMVMATREPc=/0x0:1792x1008/800x0/images/Ronaldo-1179359.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": "07cb5659191b56f2792f3bbf896d7322" + "hash": "5e163459640077899fa6faaf138b2612" }, { - "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": "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/transferts/mercato-le-forcing-de-lewandowski-aupres-de-son-agent-pour-rejoindre-le-real-madrid_AV-202112010377.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 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 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", @@ -80698,17 +82092,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2947f44cbf8da83d270cc02dec6fdb57" + "hash": "645bba89add2e9c18c1670b5ee713223" }, { - "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": "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/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/sports-d-hiver/biathlon/biathlon-les-bleus-deuxiemes-du-relais-d-ostersund_AD-202112040197.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 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", @@ -80718,17 +82112,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "45e05f18bd8556e4007b64f0753a3b85" + "hash": "b40d8a81847afa8b4d127a769f18dfcf" }, { - "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": "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/transferts/manchester-united-nkunku-haaland-les-pistes-de-rangnick-pour-le-mercato_AV-202112010356.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 16:01:14 GMT", - "enclosure": "https://images.bfmtv.com/VZpvAaryeSmDkEAekaNzVcqkFRs=/0x78:2048x1230/800x0/images/Ralf-Rangnick-1179316.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", @@ -80738,17 +82132,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f605dc4d2df3ada1175fd60a08de4148" + "hash": "f173236df3d7d4e4ae13c1a52cd33deb" }, { - "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": "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/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/ligue-1/om-brest-les-compos-payet-est-bien-la-milik-encore-sur-le-banc_AV-202112040187.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 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", @@ -80758,17 +82152,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bb91b42cd8f72c688a22d7883b6bba1a" + "hash": "a3434be0a5ee9c555863b3f9f1f5b1f7" }, { - "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": "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/football/liga/barca-accrochage-entre-umtiti-et-des-supporters-qui-ont-bouscule-sa-voiture_AV-202112010348.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 15:49:57 GMT", - "enclosure": "https://images.bfmtv.com/37kDBIXdkA_0BssMY4Vk3wc3b24=/0x0:2048x1152/800x0/images/Samuel-Umtiti-1172213.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", @@ -80778,17 +82172,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d6e356f5ad555873b559f9e8e2bae03" + "hash": "e4e8a2fc2b3a6f32f533dd90711f7f98" }, { - "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": "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/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/premier-league-battu-par-west-ham-chelsea-peut-perdre-sa-place-de-leader_AV-202112040173.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 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", @@ -80798,17 +82192,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d09221c01bcf3dce68ea3dc216a2ca2" + "hash": "8774f64637e9179aa6a1366b3189cb85" }, { - "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": "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/liga/real-madrid-vinicius-veut-aider-benzema-a-remporter-le-ballon-d-or_AV-202112010330.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": "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 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", @@ -80818,17 +82212,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0adf4e04af8532f5bb412dc9dbeaa092" + "hash": "efa0bc97bc2d62ed227c52b7a685e4c5" }, { - "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": "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/om-troyes-les-deux-clubs-publient-un-communique-commun-face-aux-propos-racistes-contre-suk_AV-202112010328.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": "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 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", @@ -80838,37 +82232,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "82981fcb6af4ec61001da8c90ac21df0" + "hash": "0c3e22d2dc6ede481b163252d6119aaa" }, { - "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": "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/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/football/premier-league/manchester-united-ibrahimovic-scandalise-apres-avoir-du-payer-un-jus-de-fruit_AV-202112040164.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 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": "bdb37258c2f3200f52d44f6b85625361" + "hash": "36c1095ab1739de5a8a88410041f4316" }, { - "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": "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/rugby/challenge-europeen-biarritz-jouera-bien-ses-matchs-a-aguilera_AV-202112010318.html", + "link": "https://rmcsport.bfmtv.com/football/ecosse-un-homme-arrete-apres-avoir-lance-une-bouteille-sur-un-joueur_AV-202112040160.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 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", @@ -80878,17 +82272,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb2b71eb21f88f76d100f346435954bc" + "hash": "1c37943a2428ac738d5bf347177af1f0" }, { - "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": "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/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/paris-hippique/les-pronos-hippiques-du-dimanche-5-decembre-2021_AN-202112040143.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 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", @@ -80898,17 +82292,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0905e067d3d1abb11390ce471c827f4" + "hash": "470f8d6bfb8a9a9dc724320aafc3e69a" }, { - "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": "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/liga/barca-enfin-un-accord-avec-setien-pour-ses-indemnites-de-licenciement_AV-202112010314.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": "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 12:39:19 GMT", + "enclosure": "https://images.bfmtv.com/65hvHoWyoz3ftaSAdyDveczaOd4=/0x0:1200x675/800x0/images/Lionel-Messi-1179555.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -80918,17 +82312,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e73206e5bedd9fa783f4d91f7b5e0d8" + "hash": "444125b17d07d83c55b925ad872c92d6" }, { - "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": "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/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/ligue-1-suivez-en-direct-la-tres-belle-affiche-entre-lens-et-le-psg_LS-202112040220.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 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", @@ -80938,17 +82332,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe71668fafae4ac0594de6a65879a222" + "hash": "4aee5d3913a1d6185644e4ed518dee06" }, { - "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": "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/football/ligue-1/ligue-1-en-direct-les-informations-avant-la-16e-journee_LN-202111290171.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": "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 12:02:11 GMT", + "enclosure": "https://images.bfmtv.com/8vn7AIRpfPgppENTg6vpJcHEwwc=/0x30:1984x1146/800x0/images/A-Milik-1181496.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -80958,17 +82352,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4ef9d5807fcd0ad8dc6e551283b29b7" + "hash": "8d340af99b63f2374c8ecb477247eaa4" }, { - "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": "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/psg-pour-eto-o-mbappe-sera-le-plus-grand-pendant-10-ou-15-ans_AV-202111300560.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 21:46:58 GMT", - "enclosure": "https://images.bfmtv.com/a9WdwzfE3GyNrOe6j-Sspp7Xwx0=/0x0:1040x585/800x0/images/-865722.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", @@ -80978,17 +82372,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7a9d22fc829e1b237be35cf2af2c5fa" + "hash": "369c5e2bfb6d1b976552e52a458676c6" }, { - "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": "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/ligue-1/ligue-1-en-direct-les-informations-avant-la-16e-journee_LN-202111290171.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": "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 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", @@ -80998,17 +82392,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbda607ab5ef221faaf53d6e5e1bdd55" + "hash": "2e2edeab501757e4bed112c7224a82e0" }, { - "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": "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/premier-league/premier-league-newcastle-n-y-arrive-toujours-pas_AV-202111300559.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-dortmund-bayern-en-direct_LS-202112040191.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 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", @@ -81018,17 +82412,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c065c53c673773d39c3bc2780a7da27c" + "hash": "24362c9f9f5d48bb93c4c951fa9800cb" }, { - "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": "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/football/feminin/l-angleterre-explose-la-lettonie-20-0-nouveau-record_AN-202111300555.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 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 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", @@ -81038,17 +82432,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e12a5e2586a34f2a24669f46a6590b3d" + "hash": "dc54ef0cbc9db7ae52a4df3e15d2c551" }, { - "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": "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/bundesliga/bayern-vers-un-retour-des-matchs-a-huis-clos-a-l-allianz-arena_AV-202111300538.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: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 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", @@ -81058,17 +82452,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "52068b7f2dd6ca2fa2dbe919f386761f" + "hash": "5a942f3b17e7c59e472bee3813d860c0" }, { - "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": "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/ol-des-filets-installes-a-contrecoeur-devant-les-virages-du-stade_AV-202111300537.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 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 11:47:36 GMT", + "enclosure": "https://images.bfmtv.com/IoAkFxR2nh4MYeiZXyAsMe9q7bI=/0x0:2048x1152/800x0/images/Matteo-Guendouzi-1160560.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -81078,17 +82472,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3371348dde260b1cc0a899a6ff555b94" + "hash": "40dd5bf9c997d3eb4c5d4242709e3e5a" }, { - "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": "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/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/liga/barca-une-offensive-de-l-ac-milan-pour-umtiti_AV-202112040105.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 11:30:15 GMT", + "enclosure": "https://images.bfmtv.com/x9bnHk5j99Aej1RDcfBsOVaEkE8=/0x68:2048x1220/800x0/images/Samuel-Umtiti-1123672.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -81098,17 +82492,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "87ba5b7639cc66d30d6218a04a0f6f36" + "hash": "549fed02b451fc4b8790432a75505250" }, { - "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": "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/natation/natation-pellegrini-fait-ses-adieux-aux-bassins-sur-une-victoire_AD-202111300528.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 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 11:17:50 GMT", + "enclosure": "https://images.bfmtv.com/Hbw8RZKPUV3XWDCzavG5UU3cIr0=/0x24:2048x1176/800x0/images/Lionel-Messi-1181442.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -81118,17 +82512,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c8369167303c1bc1a5bd39e74852651" + "hash": "3330fd2eaf48e7fe12dad5f2c0121b65" }, { - "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": "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/ligue-1/ligue-1-troyes-denonce-des-propos-racistes-contre-suk-face-a-l-om_AV-202111300512.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-dortmund-bayern-en-direct_LS-202112040191.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 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", @@ -81138,17 +82532,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab0385c7fb8c16173a8276247c6f3056" + "hash": "ff2880d9222e9ada49267ccec58a1e63" }, { - "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": "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/equipe-de-france/affaire-de-la-sextape-contrarie-le-graet-repond-aux-critiques-de-valbuena_AV-202111300497.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:53:34 GMT", - "enclosure": "https://images.bfmtv.com/Q1hzB8lfnzc5nvy23KkYLPAc9LM=/0x106:2048x1258/800x0/images/Noel-Le-Graet-1178746.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", @@ -81158,17 +82552,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "adfeb83c7724fe1a6725fa55bb37a1b1" + "hash": "6c891aa9388656440fa94c8c4339c32a" }, { - "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": "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/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/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 18:47:38 GMT", - "enclosure": "https://images.bfmtv.com/Gv6ZNyYYw0if4FUCxjncphxDJ0c=/0x56:2048x1208/800x0/images/Nasser-Al-Khater-1178743.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", @@ -81178,17 +82572,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a11c080e8bc3f3027fc70ba778fb8f09" + "hash": "bf0bdc5649bc7003831cd7d7d492227e" }, { - "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": "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/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/ligue-1-suivez-en-direct-la-tres-belle-affiche-entre-lens-et-le-psg_LS-202112040220.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 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", @@ -81198,17 +82592,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2627c13a969841ba41410254751e7f39" + "hash": "2735eed687fbcb6aa5fc8a7ae565e97c" }, { - "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": "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/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/asse-le-plan-de-serge-bueno-pour-racheter-le-club-et-eviter-un-repreneur-etranger_AV-202112040098.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 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", @@ -81218,17 +82612,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "82cb1415f78d86d6f0d4092cfbea6ee2" + "hash": "5ae122c115fe85f0c3c4c5f3fcbff232" }, { - "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": "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/ligue-1/psg-messi-dans-le-groupe-face-a-nice-mais-pas-ramos_AV-202111300444.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 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: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", @@ -81238,17 +82632,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dddc1435c0b82442f24281c7b8353b14" + "hash": "950ddffc49e066af5d70694d397d2b59" }, { - "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": "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/equipe-de-france/ballon-d-or-pour-le-graet-benzema-meritait-le-podium_AV-202111300429.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 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 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", @@ -81258,37 +82652,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a8a05aeacdf751a9664b12212831791" + "hash": "c50f61bce450565c27e7e5c43c0ecacc" }, { - "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": "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/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/ligue-1-en-direct-toutes-les-infos-de-17e-journee_LN-202112030112.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": "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": "c2895cf19f0a13023c9f9502301c9217" + "hash": "0f72068f5495ffe7f50725224c578c10" }, { - "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 : 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/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", @@ -81298,17 +82692,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b78e68fa37a3ea658e9328330811a89" + "hash": "30b5dc3b2bae445d3bb33d0ddfe37d32" }, { - "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": "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/reims-l-entraineur-oscar-garcia-positif-au-covid-19_AV-202111300406.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 16:53:37 GMT", - "enclosure": "https://images.bfmtv.com/NFlVhu-9WgOgbrXWf0XfAbUu8d4=/0x46:2048x1198/800x0/images/Oscar-Garcia-1178605.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", @@ -81318,37 +82712,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1a914c80825bdb908b84216b01ff864" + "hash": "47c84b5514cfb65d14e76cffc80d4f98" }, { - "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: 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/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", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "8b6107425cf50e8339c2a724dec85364" + "hash": "1479e765d80f521dbdb4cc89e62058d2" }, { - "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": "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/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/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 12:18:31 GMT", - "enclosure": "https://images.bfmtv.com/p6v9j48T7oW2fVOoE2HxApCL0lg=/6x111:2038x1254/800x0/images/Bamba-Dieng-1138769.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", @@ -81358,17 +82752,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a0c5e6ad08f4f9750c008377e3e215c" + "hash": "508a8f43a587c8aff09a6dcf378004d8" }, { - "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": "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/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/om-ce-que-payet-et-mandanda-ont-dit-aux-supporters-pour-eviter-les-debordements_AV-202112040064.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 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", @@ -81378,17 +82772,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "439bfc9d9a942cc8f4af8ebebafd942f" + "hash": "88f8008511484c3f48bd13a473f9fb64" }, { - "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": "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/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/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 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 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", @@ -81398,17 +82792,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7db9042b20c591daf58459e93214330a" + "hash": "74fdab582493cbcc0c464928cb38d564" }, { - "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": "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/premier-league/manchester-united-rangnick-bien-absent-contre-arsenal-carrick-sera-sur-le-banc_AV-202111300372.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-ousmane-dembele-serait-courtise-par-tottenham_AV-202112040050.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 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", @@ -81418,17 +82812,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4434290782f70ed44e86210290c618eb" + "hash": "8bb47310130eaccee5008f4e079a064a" }, { - "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": "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/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/psg-donnarumma-assure-etre-ami-avec-navas_AV-202112040039.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": "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", @@ -81438,17 +82832,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c12c7c43760bc9ced6c19197efa39f91" + "hash": "668db64aee3c12ee2ab7b78c51f0bc12" }, { - "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": "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/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/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 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 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", @@ -81458,17 +82852,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "936aefbdc96f1489c2136a73268a0a6f" + "hash": "261eeaba2df08c8b8af9ee10d7803e25" }, { - "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": "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/football/ligue-1/om-kamara-dement-des-contacts-avec-le-senegal_AV-202111300352.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 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 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", @@ -81478,17 +82872,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd9495d8c752a262b97e51e9ceeb75eb" + "hash": "4df25b612088f461f6698108fcc31dcc" }, { - "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": "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/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/football/liga/liga-menace-d-exclusion-des-coupes-d-europe-le-betis-contre-attaque_AV-202112040028.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 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", @@ -81498,17 +82892,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "79f2b170d03192da1c0b252221043f5a" + "hash": "60909c6046e4e6c11eb9f2b6f57be9fa" }, { - "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": "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/clubs/olympique-marseille/om-les-envies-de-sampaoli-pour-le-mercato-d-hiver_AV-202111300339.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 14:42:19 GMT", - "enclosure": "https://images.bfmtv.com/_5I6zXXscBfSH6BleqEjpcvCVPc=/0x129:2032x1272/800x0/images/Jorge-SAMPAOLI-1174514.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", @@ -81518,17 +82912,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c276107eb6a2b45d1fb84b49fca17ea" + "hash": "441b3a1c14e738689b277ecacdf0c528" }, { - "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": "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/om-kamara-toujours-en-reflexion-pour-son-avenir_AV-202111300333.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 14:33:25 GMT", - "enclosure": "https://images.bfmtv.com/PpxTcy5d7RbsEyo5-EoD42pqCrQ=/0x0:2048x1152/800x0/images/Boubacar-Kamara-avec-l-OM-1178528.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", @@ -81538,17 +82932,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3dcdf490190202e4867dee0304dc2339" + "hash": "0bedafe12913b17958d4f5868547dbdb" }, { - "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": "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/psg-pochettino-defend-le-7e-sacre-de-messi-au-ballon-d-or_AV-202111300322.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 14:11:18 GMT", - "enclosure": "https://images.bfmtv.com/jOX3ZXohOn-RLZsNKV_kHd-37Os=/0x6:1200x681/800x0/images/Pochettino-et-Messi-1178513.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", @@ -81558,17 +82952,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "90e1f44f7837d57fb8ea5317ff7792e0" + "hash": "8ebf4da532ff3825604c8663c9409a33" }, { - "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": "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/ligue-1-en-direct-les-informations-avant-la-16e-journee_LN-202111290171.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": "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 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", @@ -81578,17 +82972,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "150b74cadf957b2e2d138ce48e272827" + "hash": "e46afa25f58ecc517fb6a35a879363d8" }, { - "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": "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/ligue-1/psg-pas-de-concurrence-directe-entre-ramos-et-kimpembe-selon-pochettino_AV-202111300317.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-4-decembre-ligue-1_AN-202112030439.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": "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", @@ -81598,17 +82992,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "37d1e22300dde71f19545815b7ed612f" + "hash": "247fa7e4a0127d04f50d6e5a1c371a70" }, { - "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": "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/transferts/mercato-torres-adeyemi-coutinho-le-barca-pourrait-bouger-cet-hiver_AV-202111300312.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": "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": "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", @@ -81618,17 +83012,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "032545fcfebdd512be14cb6f3f8e63ef" + "hash": "9492f2ab39c6b4894469603e1fed5ebd" }, { - "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": "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/rugby/racing-nyakane-espere-rapidement-tafili-en-contacts-avances_AV-202111300303.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": "Tue, 30 Nov 2021 13:38:38 GMT", - "enclosure": "https://images.bfmtv.com/oPKOUmnf31VVqbExLJuMTLYNRFg=/0x0:1200x675/800x0/images/Trevor-Nyakane-1178500.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", @@ -81638,17 +83032,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9cedced2c96a579335046549830d50c" + "hash": "afe1ed2c7bff1c04b95894707ee85de7" }, { - "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": "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/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/pari-sportif/pronos-paris-rmc-le-pari-football-de-jerome-rothen-du-4-decembre-ligue-1_AN-202112030310.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": "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", @@ -81658,17 +83052,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "57328d548aa0693e435212b328165e9c" + "hash": "36578605e5107e62ae6f2b0681582aff" }, { - "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": "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/psg-nice-messi-incertain-pour-des-symptomes-de-gastro-enterite_AV-202111300295.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": "Tue, 30 Nov 2021 13:07:22 GMT", - "enclosure": "https://images.bfmtv.com/LYwD6tooatVlv9SicDaUDfOdNH4=/0x0:1200x675/800x0/images/Lionel-Messi-1178484.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", @@ -81678,17 +83072,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9840d2e36f93da76901ee9629faa539c" + "hash": "0098e766c6bead5d57f2d1e316ee161e" }, { - "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": "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/football/ligue-1/psg-messi-pourrait-presenter-son-ballon-d-or-des-mercredi-face-a-nice_AV-202111300291.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": "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:01:00 GMT", + "enclosure": "https://images.bfmtv.com/9QvW1Zxidan4OKjv2xqqWFfaTQM=/0x0:1984x1116/800x0/images/Lionel-Messi-1180906.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -81698,17 +83092,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "897c7d6aa72f0846bdb1fe5419fff895" + "hash": "ff160a50be28d52c7438685b499a53b2" }, { - "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 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/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-rugby-de-denis-charvet-du-4-decembre-top-14_AN-202112030305.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:00:00 GMT", + "enclosure": "https://images.bfmtv.com/jWyGYxgFJR5MnBFzzOxO7jSYUfk=/0x104:2000x1229/800x0/images/UBB-1180905.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -81718,17 +83112,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "41ce59367769c7dd7e707cd69b6c4c14" + "hash": "da8bf12b9602684aa43dde13be34c0fc" }, { - "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": "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/ligue-1/om-les-mots-forts-du-president-macron-pour-eyraud_AV-202111300284.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": "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": "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", @@ -81738,17 +83132,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1650498530631d979a5863337b25610" + "hash": "52f94e69faaa6d713cd3b534eca87edb" }, { - "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": "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/transferts/a-doha-ils-veulent-zidane-comme-entraineur-du-psg-selon-fred-hermel_AV-202111290502.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 18:38:48 GMT", - "enclosure": "https://images.bfmtv.com/h7eB9lWq2UpSgKSaxe4PMiLmEBA=/0x39:2048x1191/800x0/images/Zinedine-Zidane-1177940.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", @@ -81758,17 +83152,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5167f6085f9f26d7f39353bc306332fc" + "hash": "43922817061f2de3a04617858fe304af" }, { - "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": "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/premier-league/ballon-d-or-cristiano-ronaldo-clashe-l-organisation-en-piquant-une-enorme-colere_AV-202111290501.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 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 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", @@ -81778,17 +83172,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3da5217d05658b4a022be0e928270c8" + "hash": "0de0249e724663ea91f42f2980d0b20d" }, { - "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": "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/ligue-1/rachat-du-fc-nantes-des-supporters-nantais-fustigent-l-association-a-la-nantaise_AV-202111290473.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 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 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", @@ -81798,17 +83192,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6cd71f4bfc6c5e9f52dcd446336e8af9" + "hash": "9c65f5ee169df4675cfad6f7af75cff5" }, { - "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": "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/handball/bruno-martini-nouveau-president-de-la-lnh-je-n-ai-pas-coupe-le-cordon_AN-202111290463.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 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 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", @@ -81818,17 +83212,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5972108f5244e1c14101aa01c8961760" + "hash": "c718a9f2cc2acc475c0f05cafedf2f3b" }, { - "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": "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/ligue-1/prix-puskas-pourquoi-l-incroyable-but-de-khazri-n-est-pas-dans-la-selection_AV-202111290449.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 17:25:38 GMT", - "enclosure": "https://images.bfmtv.com/mdl4oTXobNBqiGTxOJOGyNVPdVU=/14x0:2046x1143/800x0/images/Wahbi-KHAZRI-1157343.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", @@ -81838,17 +83232,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3cf0f2546a6a6ca0c4bbaaccad045dcf" + "hash": "251269b238927d9eeb8ea01745203bf5" }, { - "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": "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/rugby/top-14/clermont-morgan-parra-ne-restera-pas_AV-202111290443.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 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 10:43:55 GMT", + "enclosure": "https://images.bfmtv.com/NdNoKxOpVyxNHx0BlR0NN1eJgE4=/0x42:2048x1194/800x0/images/Pablo-LONGORIA-1162047.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -81858,17 +83252,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "74386a867990aab5d6b6df0ab44934bb" + "hash": "30f5e2d023250d131dc3076c082a42ee" }, { - "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": "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/rugby/top-14/lou-bastareaud-se-laisse-un-temps-de-reflexion-avant-son-operation_AV-202111290423.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 16:56:37 GMT", - "enclosure": "https://images.bfmtv.com/VifGBdMzcm3KLr31gsDjrOB3EVc=/4x57:1044x642/800x0/images/-861700.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", @@ -81878,17 +83272,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7499c3f4d3b1949ba16ecb3e61897dc8" + "hash": "52957702de32ac195b30f296a351584a" }, { - "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": "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/psg-un-ballon-d-or-de-messi-pourrait-il-rapporter-gros-a-paris_AV-202111290419.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 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 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", @@ -81898,17 +83292,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f36d463fc43017c3db723467bc63cb92" + "hash": "50d69760342b388bd98945adde607e48" }, { - "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": "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/football/ballon-d-or-2021-deux-trophees-supplementaires-decernes_AV-202111290409.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 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 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", @@ -81918,17 +83312,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "64eac1959a5238db4b60e5716124dd76" + "hash": "5b1dae55cb3b4728c9fe8046729e444f" }, { - "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": "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/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/football/ligue-1/saint-etienne-le-point-sur-les-dossiers-des-eventuels-repreneurs_AV-202112030423.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 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", @@ -81938,17 +83332,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2fa1552e8eb5ae0262c11682c912653" + "hash": "647c9923fe759aff5b6cb2944105d9c6" }, { - "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": "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/the-best-la-fifa-rattrape-sa-boulette-avec-edouard-mendy_AV-202111290389.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 16:17:27 GMT", - "enclosure": "https://images.bfmtv.com/zlNDmwq2xsKh6btZv47GFApUJmU=/0x92:2048x1244/800x0/images/Edouard-Mendy-1177817.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", @@ -81958,17 +83352,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae95114384c07be69d3fbf99f2bc3210" + "hash": "11177d1ad1b32a153f63740a07c635fa" }, { - "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": "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/rugby/top-14-le-terrible-verdict-est-tombe-pour-bastareaud_AV-202111290372.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 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 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", @@ -81978,17 +83372,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad6aa91525f75ccd3363970e58f16c3b" + "hash": "600ccc7f84713a9524c1ecef1511bb8c" }, { - "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": "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/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/ligue-1-pourquoi-lens-aura-un-maillot-special-face-au-psg_AV-202112030404.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 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", @@ -81998,17 +83392,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f39579c6a3befc58c59098dafc85fd8c" + "hash": "babc662aef59bf0e790dba473f0f9307" }, { - "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": "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/football/ligue-1/psg-six-a-huit-semaines-d-absence-pour-neymar_AV-202111290365.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 15:35:28 GMT", - "enclosure": "https://images.bfmtv.com/XhddshPxaZy0hCmgHX2LCegVrmY=/0x106:2048x1258/800x0/images/Neymar-1177801.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", @@ -82018,17 +83412,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c45dd9f147326390e71bbbb4fe61ce82" + "hash": "ad8b2d6a7cf97322fcf2924da6580098" }, { - "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": "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/tennis/tsonga-aux-cotes-des-jeunes-talents-du-tennis_AV-202111290355.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 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 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", @@ -82038,17 +83432,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c404791a47c6936ed507dc53600a656" + "hash": "990471746e4327e4adf2de823be2a51a" }, { - "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": "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/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/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 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 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", @@ -82058,17 +83452,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "33f668a84d404b1918a09a9eb7bfb700" + "hash": "9c880ada2535f8f48581cf9ef32298e3" }, { - "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": "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/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/liga/barca-il-est-intransferable-xavi-met-fin-aux-rumeurs-sur-de-jong_AV-202112030357.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 14:54:11 GMT", + "enclosure": "https://images.bfmtv.com/lDeiLJluOuBYMHuQbn6cKCYNSQo=/0x49:2048x1201/800x0/images/Xavi-HERNANDEZ-1180983.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -82078,17 +83472,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ed5c7e72362bba5bd01315a4d246df3" + "hash": "682e7e692579f1cc22deb8e1ca056c84" }, { - "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": "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/paris-hippique/les-pronos-hippiques-du-mardi-30-novembre-2021_AN-202111290348.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 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 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", @@ -82098,17 +83492,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca6bb73b2029489214445dc3a59f4b48" + "hash": "5e31e27f76817505fede850d0207772d" }, { - "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": "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/ligue-1/psg-marquinhos-a-entame-des-discussions-pour-une-prolongation_AV-202111290331.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 14:10:30 GMT", - "enclosure": "https://images.bfmtv.com/4by0-zGS0-wbQhd0G9kZmKaKhGU=/0x106:2048x1258/800x0/images/Marquinhos-1150425.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", @@ -82118,17 +83512,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d9dab24e6321d7d010370f7c0f85acc4" + "hash": "b268624ef23b493af394cb54280fd8e5" }, { - "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": "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/ligue-1/nice-comment-galtier-s-inspire-de-manchester-city-avant-le-match-contre-le-psg_AV-202111290325.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": "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 14:12:33 GMT", + "enclosure": "https://images.bfmtv.com/L5AG0VfBE3AGTxw9QIQCWZqw5PE=/0x106:2048x1258/800x0/images/Rory-Kockott-1180979.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -82138,17 +83532,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ccc369a68eb24f4cd6eb85f7882f8c7" + "hash": "90cf5fe01bc3bed5ccd35205dfe6df8d" }, { - "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": "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/ligue-1/nantes-marcher-sur-l-om-kombouare-s-amuse-de-sa-petite-phrase_AV-202111290323.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 13:47:14 GMT", - "enclosure": "https://images.bfmtv.com/tru-36sddlugE2kXJ3eUWsRnGYI=/0x0:1200x675/800x0/images/Antoine-Kombouare-1177738.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", @@ -82158,17 +83552,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "587a7c2fd2432533b233406072c20066" + "hash": "bce23767137fb4e10503dfd69074897a" }, { - "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": "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/rugby/top-14/toulouse-sofiane-guitoune-prolonge-deux-ans_AV-202111290321.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 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": "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", @@ -82178,17 +83572,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "87e6577628373c0a5416592760d6f42b" + "hash": "3d3761905e1f1619d0be489ba333d296" }, { - "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": "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/ligue-1/nantes-il-ne-travaillait-pas-comment-kombouare-a-relance-lafont_AV-202111290310.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:22:19 GMT", - "enclosure": "https://images.bfmtv.com/HcUfU881kf-H1rGEhDzL8Io4D0I=/0x0:2048x1152/800x0/images/Alban-Lafont-1177726.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", @@ -82198,17 +83592,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "468f2ee0ec61881d80cc7f965add432b" + "hash": "161f7d5abdc1879d44c831aa671dc74e" }, { - "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": "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/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/om-sampaoli-ouvre-grand-la-porte-a-un-depart-d-amavi_AV-202112030326.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 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", @@ -82218,17 +83612,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d205a42c4930b42da170dd7d97b4410" + "hash": "ee877257f6a8aacf909c2b76b242ef3c" }, { - "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": "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/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/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 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 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", @@ -82238,17 +83632,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7048e01587c4026d1ac6eb929bc8be5b" + "hash": "f18fc5a0d21f643661982431309a7ac5" }, { - "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": "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/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/ol-souci-mental-manque-de-combativite-le-constat-sans-concession-de-caqueret_AV-202112030319.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 13:10:32 GMT", + "enclosure": "https://images.bfmtv.com/4LnWvox5iKtoe3hsQ6UOYDUps6U=/0x0:2048x1152/800x0/images/Maxence-CAQUERET-1180926.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -82258,17 +83652,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e2fcbd3288f7816df749dbc8c6ede45" + "hash": "58d927129557ff90f0bd632e2523aa49" }, { - "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": "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/football/coupe-de-france/coupe-de-france-en-direct-le-tirage-des-32e-de-finale_LN-202111290286.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 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 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", @@ -82278,17 +83672,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e272360ec132072d4876a139f4d336b" + "hash": "3328c0adebe1ce7704f33652c220a4ac" }, { - "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": "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/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/football/premier-league/les-grandes-interviews-rmc-sport-klopp-l-apotre-du-gegenpressing_AN-202112030014.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 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", @@ -82298,17 +83692,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "506c5a36977715cdc49e216c866c335d" + "hash": "9f2a3a8081107baf3992f0880fcccf7b" }, { - "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": "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/premier-league/manchester-united-rangnick-officialise-comme-nouvel-entraineur-jusqu-a-la-fin-de-la-saison_AV-202111290268.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:52:28 GMT", - "enclosure": "https://images.bfmtv.com/vLqVUcapHQXnc3FE03wabJ9ajkw=/16x6:2032x1140/800x0/images/Ralf-Rangnick-1177681.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", @@ -82318,17 +83712,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "34d5649b69a8f5dd19ddfdcc0945f63c" + "hash": "a576ec5bbe9b516ff0fef63fdeadd327" }, { - "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": "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/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-des-champions/fc-barcelone-la-presence-de-fati-face-au-bayern-munich-compromise_AV-202112030265.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 11:31:48 GMT", + "enclosure": "https://images.bfmtv.com/j4EVumjbN5t85SMWzTpKCgmxhFA=/0x65:2048x1217/800x0/images/Ansu-Fati-1147589.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -82338,17 +83732,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b18c9eed5895752ca44245b02368e151" + "hash": "edbe8875051f7db20e062530f116ac8a" }, { - "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": "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/football/ballon-d-or-en-direct-messi-benzema-ou-lewandowski-suivez-la-designation-du-vainqueur-2021_LN-202111290303.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 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 11:25:10 GMT", + "enclosure": "https://images.bfmtv.com/Wj8xmcvgRDfbSdQR3mYrrFrlNCU=/0x124:2048x1276/800x0/images/Lewis-Hamilton-1180821.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -82358,17 +83752,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "68d6f467c5547266dcb23b4ee306b2db" + "hash": "41d660fac8102a6b26ed96ec10122135" }, { - "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": "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/coupe-de-france/coupe-de-france-en-direct-le-tirage-des-32e-de-finale_LN-202111290286.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 12:33:41 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 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", @@ -82378,17 +83772,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca3e7f0400b47efca5da49e6291adab9" + "hash": "bd9d5bd9958092e46304ecf129c6a639" }, { - "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": "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/poker/stephane-matheu-un-manager-comble_AN-202111290267.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 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 11:02:42 GMT", + "enclosure": "https://images.bfmtv.com/d0fdwVJTWgVXGllvvW0we7KfvAE=/0x142:2048x1294/800x0/images/Mohamed-Bayo-1180840.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -82398,17 +83792,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aced8db5746b4cabdf36f97aae5244f3" + "hash": "afe5984e3073bb3112e6756cd43dfecf" }, { - "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": "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/rugby/comment-le-rugby-veut-poursuivre-son-implantation-en-banlieue-parisienne_AV-202111290246.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 11:20:30 GMT", - "enclosure": "https://images.bfmtv.com/sDPrdlURk7u49F0vpl-ChZQyado=/0x0:1280x720/800x0/images/Champigny-1177650.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", @@ -82418,17 +83812,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "16d9bf74289c771c2db9b4e761e77068" + "hash": "b1f451bdbfbebb799ac7fbfa6ffe59d1" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-29-novembre-liga-espagne_AN-202111280105.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 11:20:00 GMT", - "enclosure": "https://images.bfmtv.com/IlhC8pbOU9JDcgcSdmwvpVt2ASs=/0x36:2000x1161/800x0/images/Osasuna-1177048.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", @@ -82438,17 +83832,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ed9033dceeb7324f4e6396774498756" + "hash": "943413d12fe601dce17045adcc54cb3e" }, { - "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": "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/pari-sportif/paris-pronos-rmc-le-pari-basket-de-stephen-brun-du-29-novembre-nba_AN-202111290243.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 11:19:03 GMT", - "enclosure": "https://images.bfmtv.com/0fYQGkwJkNRPZfIynH6IlQ3hCTM=/0x119:1984x1235/800x0/images/Houston-1177648.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", @@ -82458,17 +83852,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "33948e2488209e3b4eef8bfd2165dbdb" + "hash": "562020fac04ebbf4ebf9764d5eba0289" }, { - "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": "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/ligue-1/nantes-om-les-supporters-marseillais-encore-interdits-a-la-beaujoire_AV-202111290242.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 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 10:43:58 GMT", + "enclosure": "https://images.bfmtv.com/XT35VVni4LgVYF9FkBnXJVPbOaY=/0x37:1200x712/800x0/images/Sergio-Ramos-1178510.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -82478,17 +83872,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e930bf9c68224170a1b8ac049308bb93" + "hash": "55df7d47affe79a5c7a8576a0f684ff6" }, { - "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": "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/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-1/om-en-direct-la-conf-de-sampaoli-et-lirola-avant-brest_LN-202112030234.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 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", @@ -82498,17 +83892,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f42270938c5bfac0a6870a842e06f317" + "hash": "4c4e1d5cbefb4930820e4beacb565f69" }, { - "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": "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/rugby/top-14/top-14-pas-le-garcon-le-plus-courageux-chabal-se-paye-teddy-thomas_AV-202111290239.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 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 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", @@ -82518,17 +83912,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f4ed47ff33dfdd6684c9e66ce294e65" + "hash": "291905b64dd5ce36d5f220d2b7103862" }, { - "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": "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/le-prochain-mondial-des-clubs-reprogramme-en-fevrier-aux-emirats-arabes-unis_AD-202111290233.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 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": "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", @@ -82538,17 +83932,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "afa22d2b01577c13922f6ce8b196d934" + "hash": "0569d77869f9c6810692bbf01ca83662" }, { - "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": "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/ligue-1/saint-etienne-psg-pourquoi-sergio-ramos-a-reussi-sa-premiere-selon-thierry-henry_AV-202111290223.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 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 10:36:30 GMT", + "enclosure": "https://images.bfmtv.com/n70iREgqhlpmGSqE366nVjyAxgc=/0x56:2048x1208/800x0/images/Cristiano-Ronaldo-1180736.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -82558,17 +83952,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "85efa6d0b922a7081fc4fc2b8ebda16f" + "hash": "9e7c39e9168c722b5b248bc2cddbef55" }, { - "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": "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/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/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 10:29:33 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 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", @@ -82578,17 +83972,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d0edb740f690d8a7798ec161af5e2c5" + "hash": "a9bcd7716647a6d9756122e51255fbe3" }, { - "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": "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/primeira-liga/portugal-13-joueurs-de-belenenses-positifs-au-variant-omicron_AV-202111290198.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 09:54:52 GMT", - "enclosure": "https://images.bfmtv.com/nFAsfGinB4DElwTqXsAi74aNf0I=/0x162:2048x1314/800x0/images/Les-joueurs-du-club-de-Belenenses-1177577.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", @@ -82598,17 +83992,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf1ce347b62f226486290e2a8616138b" + "hash": "4cf45ae28b623190a1909f81c0cab5a5" }, { - "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": "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-le-laureat-remportera-un-cadeau-de-luxe-inedit_AV-202111290194.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 09:50:10 GMT", - "enclosure": "https://images.bfmtv.com/n-EReiG6iIr4a1N4PwNbLb1dG0U=/0x0:2048x1152/800x0/images/La-ceremonie-du-Ballon-d-or-1177571.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", @@ -82618,17 +84012,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9789c997961a69cc19049dad958508a9" + "hash": "e935c680b5950ee38cf8b12b59cf706f" }, { - "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: 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/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/feminin/d1/psg-hamraoui-dit-avoir-ete-menacee-par-le-garde-du-corps-de-diallo_AV-202112030198.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:03:32 GMT", + "enclosure": "https://images.bfmtv.com/s5ADzEEAwLJEcaoIon1FP_qepv8=/0x143:2048x1295/800x0/images/Kheira-Hamraoui-1164543.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -82638,17 +84032,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "33884e408728f86e6d9b5a6fd098d433" + "hash": "e1eac6da5b6e98dfd2f43d9034167993" }, { - "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": "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/premier-league/manchester-united-cristiano-ronaldo-provoque-une-grosse-explication-entre-keane-et-carragher_AV-202111290183.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 09:26:04 GMT", - "enclosure": "https://images.bfmtv.com/hD7QnUo6OJmNTwdEs0uEEt75zX8=/0x63:2048x1215/800x0/images/Cristiano-Ronaldo-1177553.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", @@ -82658,17 +84052,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "28dda79d1f42467c414dddf7d643ed0b" + "hash": "984b4b0ef0b65606cbad22cc81a044a9" }, { - "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": "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/tennis/open-australie/open-d-australie-djokovic-ne-participera-probablement-pas-au-tournoi-confie-son-pere_AD-202111290179.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 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 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", @@ -82678,17 +84072,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "221f2cc9b3c452dcb261ed06f7600279" + "hash": "ef1a913341bb0c33dd2cffde3c2a1003" }, { - "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": "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/ligue-1/ligue-1-en-direct-les-informations-avant-la-16e-journee_LN-202111290171.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 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 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", @@ -82698,17 +84092,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ebdf3b76642f13ae6e52f78f9da6442d" + "hash": "e1e77c6ace0c5656b1cfb8c6bdc49265" }, { - "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": "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/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/feminin/affaire-hamraoui-en-direct-les-dernieres-infos-un-mois-apres-l-agression_LN-202112030167.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 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", @@ -82718,17 +84112,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e4551c892aeb3fbd9762d6e6241c662" + "hash": "ebe96b400054d02f6bbb33c3a22ce9b4" }, { - "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": "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/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/transferts/psg-la-signature-de-mbappe-au-real-madrid-est-assuree-selon-la-presse-espagnole_AV-202112030165.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 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", @@ -82738,17 +84132,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad2bbea4ea8ff0ceeb8a3ac845862afb" + "hash": "6872998b2c752fdd7568d3e857215363" }, { - "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": "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/ballon-d-or-qui-est-le-favori-des-fuites_AV-202111290160.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/toulon-belleau-a-clermont-west-courtise_AV-202112030163.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 08:59:38 GMT", + "enclosure": "https://images.bfmtv.com/6BvusqzgBU8PejBWg0qRc7chqe8=/0x87:2048x1239/800x0/images/Anthony-Belleau-1180727.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -82758,17 +84152,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "769c7829dcdbb457bb19d674e1dc7f60" + "hash": "e57cd22bc158d190f3f0808cbf2829c1" }, { - "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": "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/ballon-d-or-benzema-mbappe-kante-quelles-sont-les-chances-des-francais_AV-202111290147.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 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 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", @@ -82778,17 +84172,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5773e0267f6a671d0c798bad9b22f765" + "hash": "bdda09f3a4d298e3fdcad620f7f0d447" }, { - "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": "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/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/sorare-la-start-up-francaise-qui-revolutionne-le-football-avec-les-nft_GN-202112030160.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 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", @@ -82798,17 +84192,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3de3bcee05b45cbec2c3b67fb101a00d" + "hash": "761c5b853723da30956248ce51c92aa2" }, { - "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": "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/serie-a/naples-la-superbe-statue-en-hommage-a-maradona_AV-202111290119.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-samedi-4-decembre_AN-202112030153.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 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", @@ -82818,17 +84212,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d34544113068aac718139ae6ee45600b" + "hash": "3f373cd4db7b0ae58d89a9ea6447590f" }, { - "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": "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/poker/leo-margets-j-ai-encore-des-etoiles-plein-les-yeux_AN-202111290251.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": "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 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", @@ -82838,17 +84232,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a873c84121dba17898c02560aa8126f4" + "hash": "5bf681b7c7430482b376a6dc49c7b97b" }, { - "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": "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/ballon-d-or-le-jury-les-votes-le-mode-d-emploi-du-tirage_AV-202111290101.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": "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 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", @@ -82858,17 +84252,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8d876c7ce56823f5534b7fa215558b7" + "hash": "d240f6f5a101ff56a88ec9517778b7b4" }, { - "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": "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/football/liga/liga-la-police-aurait-separe-emery-et-xavi-apres-villarreal-barca_AN-202111290093.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": "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 07:49:48 GMT", + "enclosure": "https://images.bfmtv.com/gHkr1s3zOnJUpyoOt06PYMrh9cI=/0x247:2032x1390/800x0/images/Rayan-Cherki-1180660.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -82878,17 +84272,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "baef67949b792c32137e66b6548df519" + "hash": "61db8feaa9b58fed7144605af3cafb6b" }, { - "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": "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/ballon-d-or-les-trois-favoris-benzema-lewandowski-et-messi-au-scanner_AV-202111290014.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": "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 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", @@ -82898,17 +84292,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1679754776a15060b997a663ab1ca79a" + "hash": "eb2b2b8a9cc2cb3f2a98f90f32a5edea" }, { - "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": "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/football/ligue-1/om-troyes-suivez-le-match-en-direct_LS-202111280247.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 18:27:10 GMT", - "enclosure": "https://images.bfmtv.com/uxKSt6hqAm5brN58aALMr7pbDYw=/0x106:2048x1258/800x0/images/Adil-Rami-1177420.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", @@ -82918,17 +84312,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "441aa0415a90184bec5d1bb0c60cb632" + "hash": "4c1172b6d73d0cd29ffa1d7f8702be1f" }, { - "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": "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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-29-novembre_LN-202111290068.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": "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": "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", @@ -82938,17 +84332,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6228f853f98fb261507c14c148114f34" + "hash": "4e76ad5eb40e67d151cbdf2ec6521d96" }, { - "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": "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/asse-psg-neymar-pourrait-etre-absent-six-semaines_AV-202111280275.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 21:24:55 GMT", - "enclosure": "https://images.bfmtv.com/i_AaF-HoU-qZZEYxPk5UXS3aTKc=/0x52:2048x1204/800x0/images/Neymar-1177315.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", @@ -82958,17 +84352,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "30622d15c447d272370cbafc185e01ee" + "hash": "476e3c3708ba80d2022ebe985f3c3e17" }, { - "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": "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-suivez-le-match-en-direct_LS-202111280247.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 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": "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", @@ -82978,17 +84372,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccc69b3c854d6c4db4415a009de6cc6d" + "hash": "ba24d5c1184bf03f4c0b55dea0971922" }, { - "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": "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/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/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-3-decembre-bundesliga-allemagne_AN-202112020494.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": "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", @@ -82998,17 +84392,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f69108a6a16848fee41aa3b3226f313f" + "hash": "a17e678ff7db65dc0ee50a7a5f0aec56" }, { - "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": "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/bordeaux-lopez-charge-ses-joueurs-apres-la-defaite-contre-brest_AV-202111280272.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 20:29:55 GMT", - "enclosure": "https://images.bfmtv.com/f927sWTglf92PioJHKKA4xJtmfk=/0x0:2048x1152/800x0/images/Gerard-Lopez-1174569.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", @@ -83018,17 +84412,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "84fc62d5da5f8b020d2a6c4521f0f473" + "hash": "4e86fc3a922a7cf4146f87d3745a4672" }, { - "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": "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/sports-d-hiver/ski-alpin/killington-slalom-shiffrin-s-offre-une-71e-victoire_AD-202111280271.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 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": "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", @@ -83038,17 +84432,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9164a8107ddb07b8a58703ebafaf380" + "hash": "fa3c8db70e4ce1960bb903be943d23d1" }, { - "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": "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/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/premier-league/premier-league-manchester-united-et-ronaldo-se-payent-arsenal_AV-202112020601.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": "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", @@ -83058,17 +84452,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "23b145d543351a511a360f7eda552715" + "hash": "58befd9420696d307a863055beb9631e" }, { - "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": "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/tennis/coupe-davis/coupe-davis-l-equipe-de-france-eliminee-des-la-phase-de-poules_AV-202111280268.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 19:39:28 GMT", - "enclosure": "https://images.bfmtv.com/jcTViwiEDhQbjDnQI8ysLSNcF6g=/0x0:1200x675/800x0/images/Adrian-Mannarino-1177301.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", @@ -83078,17 +84472,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5fe0402c10cf984325d42642aee94ac3" + "hash": "f0a62a56784e97fc6a52ddf6bd87e4ff" }, { - "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": "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/asse-psg-khazri-s-en-fout-carrement-de-la-prestation-de-ramos_AV-202111280262.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 19:19:08 GMT", - "enclosure": "https://images.bfmtv.com/qmH7jUySYkPlnLUTVlDBP3S-2Mc=/7x111:2039x1254/800x0/images/ASSE-PSG-1177295.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", @@ -83098,17 +84492,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb1bef0b098f9858ccede96e33f0491f" + "hash": "f76b08aeefcab2e4b686928c8a066e94" }, { - "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-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/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-arsenal-le-but-lunaire-encaisse-par-les-red-devils_AN-202112020580.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 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", @@ -83118,17 +84512,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a7ed785ab593b6bad3974b975cd2878" + "hash": "07125551e47afd193e1bf71107ab6ab5" }, { - "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": "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/om-troyes-les-compos-kamara-sur-le-banc-apres-avoir-boude-la-conference-de-presse_AV-202111280260.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 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 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", @@ -83138,17 +84532,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8228df3afb1c5f58c1c2a0acd5e187a9" + "hash": "592f049a3be934efb8d4f005a5a6ba16" }, { - "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": "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/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/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 18:59:01 GMT", - "enclosure": "https://images.bfmtv.com/mpXlxdCmYz46XW59qtOVQpAO4Uo=/242x320:1714x1148/800x0/images/Coupe-de-France-1176976.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", @@ -83158,17 +84552,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ddd9ace5bda3b60369187df0fc32555f" + "hash": "15bba4e59ba9859f78ac6fa45ff10ba3" }, { - "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": "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/ligue-1/ligue-1-bouillant-le-stade-rennais-est-la-meilleure-equipe-d-europe-depuis-octobre_AV-202111280251.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 18:43:17 GMT", - "enclosure": "https://images.bfmtv.com/YTEpR29dxA4DNInQmUI2A-TR4pE=/0x104:1200x779/800x0/images/Jeremy-Doku-1177264.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", @@ -83178,17 +84572,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f6c6bc1a981b7672540b40f388e00ef" + "hash": "0b52295276cd64fa6270717c4ec936f3" }, { - "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": "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/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/football/ligue-1/psg-la-tribune-auteuil-fermee-pour-deux-matchs-apres-son-anniversaire_AV-202112020548.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 20:13:26 GMT", + "enclosure": "https://images.bfmtv.com/xUrHLVn7t4YnCCkvADqGYK42Nw8=/248x465:1832x1356/800x0/images/PSG-Nantes-1180359.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -83198,17 +84592,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "48f64301b3bf7980d010e356d2ae3d54" + "hash": "f6a229aa4988474b1f6f76b4d646f499" }, { - "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": "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/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/ligue-1/ligue-1-en-direct-les-informations-avant-la-16e-journee_LN-202111290171.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": "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", @@ -83218,17 +84612,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff9e63c3a736d286ccf780824d18df9c" + "hash": "ff0bb1dbd58da2ef30838d3a7ff8390e" }, { - "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": "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/rugby/top-14/top-14-racing-ubb-en-direct_LS-202111280242.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 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 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", @@ -83238,17 +84632,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "adaf61fdbebf80fd843dea987a9731cd" + "hash": "2c559cbeccf94afaa2806c1adbf6e030" }, { - "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": "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-l-ol-retrouve-le-gout-de-la-victoire-a-montpellier_AN-202111280239.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 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 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", @@ -83258,17 +84652,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7320dd8f0f297bb7d52c9c7fa5ebd62f" + "hash": "680ae591cb604632d3f005b2685ff234" }, { - "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": "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/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/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 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 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", @@ -83278,17 +84672,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6a41317e2c5b870ec17142f50e3794d" + "hash": "5e5161893e818c40ef6edc08b0b825b1" }, { - "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": "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/ballon-d-or-evra-felicite-deja-messi-pour-son-septieme-sacre_AV-202111280235.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 17:46:09 GMT", - "enclosure": "https://images.bfmtv.com/E_bB2kOcrpM_9ysOh8IpB6bWRFg=/6x48:1094x660/800x0/images/-843411.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", @@ -83298,17 +84692,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ebbdab8db8bd078aea9bdaebb08f16e" + "hash": "31356b6e52c6b3cc6d670e1ca3174a51" }, { - "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": "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/psg-les-stats-impressionnantes-de-sergio-ramos-pour-son-premier-match_AV-202111280232.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 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 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", @@ -83318,17 +84712,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "884955b26e4d5ce61803c7df57ad9340" + "hash": "17d7f74cc097123ef108c75266ff8478" }, { - "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": "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/premier-league/chelsea-manchester-united-ronaldo-sur-le-banc-pour-le-choc-un-choix-tactique_AV-202111280219.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 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 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", @@ -83338,17 +84732,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccbdf6ebf586ab13fb303912d9b74855" + "hash": "4d602467897f24ad2548a76c577d8a4e" }, { - "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": "\"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/asse-psg-les-verts-defendent-macon-victime-d-insultes-apres-la-blessure-de-neymar_AV-202111280215.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 16:37:53 GMT", - "enclosure": "https://images.bfmtv.com/Xn3cowPngo0NB_ewJO9wuXNHU1A=/0x388:992x946/800x0/images/Neymar-1177152.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", @@ -83358,17 +84752,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c04cf9bf15ba3d5503d42bce3d2ad602" + "hash": "f87872f8c47d47ff0045fc4225d82a95" }, { - "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": "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/football/ligue-1/psg-la-triste-serie-de-blessures-de-neymar-s-allonge-encore_AV-202111280214.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 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": "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", @@ -83378,17 +84772,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad9874150f02f2a8c634cce58b996893" + "hash": "68eff9505ab9f2fdf98720267d7a7086" }, { - "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": "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/football/ligue-1/asse-psg-les-images-de-neymar-en-bequilles-en-quittant-le-stade_AV-202111280213.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 16:29:22 GMT", - "enclosure": "https://images.bfmtv.com/O4Xzw8ATguV0UzMVvOAQbK-tNUo=/0x9:800x459/800x0/images/Neymar-1177200.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", @@ -83398,17 +84792,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1640c2792368b9ff46c2947445de779" + "hash": "3eb1c32afa557bc498b4e9dc4b75e5fa" }, { - "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": "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/ligue-1/ligue-1-rennes-nouveau-dauphin-du-psg-bordeaux-plonge_AV-202111280211.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 16:22:38 GMT", - "enclosure": "https://images.bfmtv.com/KoKzl7bbqka38Nej5wEXrmR0uc4=/0x0:1200x675/800x0/images/Gaetan-Laborde-1177199.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", @@ -83418,17 +84812,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3cba1a9735468321380931f75bc94afb" + "hash": "c9afa3c52fa1a7bcaa09865b83e9deff" }, { - "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: 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/covid-l-equipe-du-munster-touchee-et-bloquee-en-afrique-du-sud_AV-202111280209.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 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 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", @@ -83438,17 +84832,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5dfbf39437a5ed89f622a0be0e1aabe1" + "hash": "3faeb8e3c9854b8038d7a875541659cb" }, { - "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": "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-1/ligue-1-montpellier-lyon-en-direct_LS-202111280205.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 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 16:51:59 GMT", + "enclosure": "https://images.bfmtv.com/YseROwdlLP43MBBet8bsucTJm64=/14x0:2030x1134/800x0/images/Max-Verstappen-1180174.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -83458,17 +84852,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2b699c51bcc9119202b5e9a47da8aac" + "hash": "81b1515fe9a0a3f0d28f3fe1ea4e4e43" }, { - "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": "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/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/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 15:07:14 GMT", - "enclosure": "https://images.bfmtv.com/Vv4dIyRjov551onXueYZwhPWFzA=/0x0:1200x675/800x0/images/Timothee-Kolodziejczak-1177177.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", @@ -83478,17 +84872,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e427d2079ad147a9daf26a802b1e3472" + "hash": "0008f06a2a93f6a537c4b7a87432d756" }, { - "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": "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/saint-etienne-psg-le-message-volontaire-de-neymar-apres-sa-grosse-blessure-a-la-cheville_AV-202111280201.html", + "link": "https://rmcsport.bfmtv.com/football/affaire-hamraoui-diallo-en-direct-toutes-les-infos_LN-202111110108.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, 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", @@ -83498,17 +84892,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5528119fefbca4d4a15e2b4c39d0b686" + "hash": "a2dd66977542b563399a6bd4b86250e0" }, { - "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": "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/ligue-1/psg-pochettino-donne-les-premiers-echos-de-la-blessure-de-neymar_AV-202111280197.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 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 16:25:25 GMT", + "enclosure": "https://images.bfmtv.com/DXLZhuyI7tyJfiBQ2UYMoYmfwmI=/0x67:2048x1219/800x0/images/Newcastle-1150737.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -83518,17 +84912,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0046c9b9393107ae6da6b0f6c3016caa" + "hash": "e4c69490d43e861619b94ce21ba604ec" }, { - "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": "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/paris-hippique/les-pronos-hippiques-du-lundi-29-novembre-2021_AN-202111280196.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 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 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", @@ -83538,17 +84932,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "24a4626d655adaeb798099c5821abe08" + "hash": "08789995be452ffb3222fba9bfe9dab4" }, { - "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": "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/rugby/top-14/top-14-racing-ubb-en-direct_LS-202111280242.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 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: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", @@ -83558,17 +84952,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c13c5907595f62f0831073d8fdfa935" + "hash": "e19bccab9e03e1a1bd377acfadcef78b" }, { - "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": "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/premier-league/premier-league-chelsea-manchester-united-en-direct_LS-202111280194.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 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 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", @@ -83578,17 +84972,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8d4f16d361f4b7bf5453849729a9e5d" + "hash": "77a3afb5d0837a51c64724663013cd72" }, { - "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": "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/rugby/top-14/top-14-racing-ubb-en-direct_LS-202111280242.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 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 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", @@ -83598,37 +84992,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5d4a4ca37b3d74a60dbfbbebc76c8a7" + "hash": "060102ac573a6ea8192ce222ded8bd17" }, { - "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": "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-des-champions/manchester-city-psg-les-images-de-l-accrochage-tres-tendu-entre-neymar-et-mahrez_AV-202111280079.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 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 15:47:30 GMT", + "enclosure": "https://images.bfmtv.com/OBENSzYAKXtFKf5ytoOB8SYFDcE=/0x147:2000x1272/800x0/images/B-Chardonnet-1135313.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": "27bf17da6fbd154cbf14785b0016ca13" }, { - "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": "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/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/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 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 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", @@ -83638,37 +85032,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa77517ae8a36c7d585ec1f7840ebd90" + "hash": "b38f00a36cb180938d076c9c559824fa" }, { - "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": "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/montpellier-nicollin-repond-a-maracineanu-apres-son-tacle-aux-clubs-de-foot_AV-202111280063.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 09:20:38 GMT", - "enclosure": "https://images.bfmtv.com/DbKOBcQ0EktMBqzs8D3ms6ecngs=/0x0:2048x1152/800x0/images/Laurent-Nicollin-Montpellier-1132411.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", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bff96238de233f413497463e173e9ef8" + "hash": "baa85d85a827ca3b77ab12b4d72a69a1" }, { - "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": "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/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/liga/liga-la-justice-espagnole-interdit-la-tenue-de-matchs-de-championnat-a-l-etranger_AV-202112020354.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 15:21:45 GMT", + "enclosure": "https://images.bfmtv.com/ZYDcSQCHV5Ou3JlaCPHzqy4geW8=/0x30:2048x1182/800x0/images/Javier-TEBAS-1180096.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -83678,17 +85072,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f16e8e5fc070eca39f85796bd37e7349" + "hash": "c65ca10cc92b154a99e060b69f326a22" }, { - "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": "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-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/rugby/toulon-kolbe-a-repris-l-entrainement-collectif_AV-202112020341.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 14:39:48 GMT", + "enclosure": "https://images.bfmtv.com/E5hc2zgPI5yK6EYe8pTeWWo0GI0=/0x32:2032x1175/800x0/images/Cheslin-KOLBE-1180087.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -83698,17 +85092,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1661c1d81ad86b5fb4ade3b747e48b21" + "hash": "f50a7282e40d20e59df5af952f944965" }, { - "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": "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/primeira-liga/honte-farce-toucher-le-fond-apres-beleneses-benfica-la-presse-portugaise-s-indigne_AV-202111280052.html", + "link": "https://rmcsport.bfmtv.com/football/inter-apres-son-malaise-cardiaque-eriksen-a-repris-l-entrainement-au-danemark_AV-202112020337.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 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", @@ -83718,17 +85112,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1b9f45725d522c24141f509b3c809b4" + "hash": "be627292f1a8a0bdb8fa66459ce42b04" }, { - "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": "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/primeira-liga/portugal-belenenses-et-benfica-chargent-la-ligue-apres-le-match-de-la-honte_AV-202111280051.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": "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 14:28:00 GMT", + "enclosure": "https://images.bfmtv.com/2pWSLlQ4q1ThXeUnGZdqSGjR2fU=/0x54:1200x729/800x0/images/Angers-OM-1133172.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -83738,17 +85132,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "75f0a7e300659db83616fccdab063c6e" + "hash": "5317346ea687c22523727fb3615667f2" }, { - "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": "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/football/ballon-d-or-messi-lewandowski-benzema-une-pluie-de-pretendants_AD-202111280050.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/barca-dembele-aurait-tranche-pour-son-avenir-selon-la-presse-espagnole_AV-202112010491.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": "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", @@ -83758,17 +85152,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a200551281daa664c64a391259117b36" + "hash": "548cf4de4afcf90fdf4ed038d1ab9929" }, { - "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": "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/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/psg-nice-les-compos-avec-messi-et-le-jeune-dina-ebimbe_AV-202112010489.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": "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", @@ -83778,17 +85172,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4d602b22290748f977493fe9fa0be51" + "hash": "220cd04a98543135ced8dc28dd62d1ee" }, { - "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": "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/football/ligue-1/asse-je-ne-suis-pas-fan-du-psg-avoue-boudebouz_AV-202111280040.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-le-multiplex-en-direct_LS-202112010389.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": "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", @@ -83798,17 +85192,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "464841385a2a4536132644951e0a71c9" + "hash": "ca10ac1e6b5f3138d7eae383165c28dd" }, { - "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": "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/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/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-29-novembre_LN-202111290068.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": "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", @@ -83818,17 +85212,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "883cff710b1ff52931bdb2247d2b5ca3" + "hash": "77306696b6fa0f7f59a9a1dfff10e1c0" }, { - "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": "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/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/judo/violences-conjugales-accuse-par-pinot-schmitt-denonce-des-menaces-de-mort-apres-sa-relaxe_AV-202112010465.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": "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", @@ -83838,17 +85232,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "85465724f8815a0c38c748b1da9e55b9" + "hash": "43e311106ebb4ec896917c2767ef8d66" }, { - "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": "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/football/ligue-1/monaco-strasbourg-diop-pret-a-retrouver-son-mentor-stephan_AV-202111280014.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": "Sun, 28 Nov 2021 06:00:00 GMT", - "enclosure": "https://images.bfmtv.com/PDjRFaT_1nb0dJ70aLkA7i9MH7w=/0x22:1200x697/800x0/images/Sofiane-Diop-1176790.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", @@ -83858,17 +85252,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "02eabc044d5bc66f05ad4e83ae61105b" + "hash": "1f6efa362396e2df02c765ec385791af" }, { - "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": "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/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/ligue-1/ligue-1-nantes-om-en-direct_LS-202112010452.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": "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", @@ -83878,17 +85272,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "19b39e339384397d168791da2c2343c9" + "hash": "d6beada8a321948a3fd3fa6ff5ce31be" }, { - "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": "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/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/premier-league/chelsea-tuchel-explique-les-difficultes-de-saul-avec-les-blues_AV-202112010448.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": "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", @@ -83898,17 +85292,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "391d33a4a892c359061561f1902f4d27" + "hash": "35f2d70f21222fc5eee9c0d99f1247ca" }, { - "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": "É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/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-28-novembre-ligue-1_AN-202111270165.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 23:07:00 GMT", - "enclosure": "https://images.bfmtv.com/OfHgXps_5Dn29mnPRp30xBH2ztw=/0x0:1984x1116/800x0/images/H-Aouar-1176641.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", @@ -83918,17 +85312,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "da9d55459d8e13bdf99317925f8f9167" + "hash": "97ee593a73586b1906bbdbd0302b5adc" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-28-novembre-ligue-1_AN-202111270162.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 23:06:00 GMT", - "enclosure": "https://images.bfmtv.com/Lmzp_LrGcYvzp7HgJzlpvdmkZ0Q=/7x0:1991x1116/800x0/images/H-Ekitike-1176638.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", @@ -83938,17 +85332,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "43129a19f2083aa2a0e69f21cacf92f7" + "hash": "52f631669e6bc5e5b54f675b79dc2d85" }, { - "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": "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/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-angers-monaco-en-direct_LS-202112010408.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 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", @@ -83958,17 +85352,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "faf4e424b49bdcd139756b49f08f2ca0" + "hash": "8b3f5348c276fb134253fdf166ca9ede" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-sur-du-28-novembre-ligue-1_AN-202111270156.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-psg-nice-en-direct_LS-202112010403.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": "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", @@ -83978,17 +85372,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f0d0bf993220be9fe50b57c39ef841a" + "hash": "3a216d20b3e638af3f9b1ebce0fb3cfb" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-a-l-exterieur-du-28-novembre-ligue-1_AN-202111270155.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 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/CtO_eOVYCnjnZkh4iAF9YSivsDg=/0x104:2000x1229/800x0/images/Rennes-1176633.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", @@ -83998,17 +85392,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ebb5dfba786eb8393ef4cfa5be057ebe" + "hash": "997bb4b0c9d4ba615d31d6891594c138" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-a-domicile-du-28-novembre-ligue-1_AN-202111270152.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 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/nS13qq5GS7zTKoR777r7QHs8kHU=/0x208:1984x1324/800x0/images/Monaco-1176627.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", @@ -84018,17 +85412,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "178d6addccc51e2999164cac358bf461" + "hash": "88c4a16430774cfddf43dc5457142807" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-buteur-du-jour-du-28-novembre-ligue-1_AN-202111270150.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 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/19svXpCpc-j0M-N95oyc2LNl93E=/0x0:1984x1116/800x0/images/A-Milik-1176625.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", @@ -84038,17 +85432,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fce9d3aec1fa38a1e898d49ec8ad79c2" + "hash": "d67be4ea16162efe02d59f214d5bf331" }, { - "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": "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/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/manchester-united-carrick-minimise-la-mise-sur-le-banc-de-ronaldo_AV-202112010381.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 16:45:34 GMT", + "enclosure": "https://images.bfmtv.com/-368HbqZ4lVkloyR4qMVMATREPc=/0x0:1792x1008/800x0/images/Ronaldo-1179359.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -84058,17 +85452,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b31f6808edd504594e7fca9c29b6a06" + "hash": "07cb5659191b56f2792f3bbf896d7322" }, { - "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": "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/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/transferts/mercato-le-forcing-de-lewandowski-aupres-de-son-agent-pour-rejoindre-le-real-madrid_AV-202112010377.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 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", @@ -84078,17 +85472,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d14e94583aed7902861d5f3f53864eb" + "hash": "2947f44cbf8da83d270cc02dec6fdb57" }, { - "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": "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/copa-libertadores/copa-libertadores-dans-une-finale-100-bresilienne-palmeiras-sacre-pour-la-troisieme-fois_AN-202111270316.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 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 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", @@ -84098,37 +85492,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "184f21ec54874c8618df787c9e87aa75" + "hash": "45e05f18bd8556e4007b64f0753a3b85" }, { - "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": "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/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/transferts/manchester-united-nkunku-haaland-les-pistes-de-rangnick-pour-le-mercato_AV-202112010356.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 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": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "06fe0c2d8f1d85218a91d92af3ff54cf" + "hash": "f605dc4d2df3ada1175fd60a08de4148" }, { - "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: \"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/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/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 22:05:38 GMT", - "enclosure": "https://images.bfmtv.com/oRp8gvQIpAS6t7qxXwkRm9H8yQ8=/0x0:1200x675/800x0/images/Jordan-Lotomba-1176861.jpg", + "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", @@ -84138,17 +85532,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e82b09c9f9eef73bca62088f6514895e" + "hash": "bb91b42cd8f72c688a22d7883b6bba1a" }, { - "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": "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/primeira-liga/portugal-situation-surrealiste-belenenses-demarre-avec-9-joueurs-dont-2-gardiens-contre-benfica_AV-202111270308.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 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 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", @@ -84158,17 +85552,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b5a74e735fd20622da79dba24b39877d" + "hash": "7d6e356f5ad555873b559f9e8e2bae03" }, { - "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": "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/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/judo/violences-conjugales-riner-agbegnenou-et-le-judo-francais-au-soutien-de-margaux-pinot_AV-202112010338.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 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", @@ -84178,17 +85572,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "83afd22b28cba0a00a3a858928a3e124" + "hash": "8d09221c01bcf3dce68ea3dc216a2ca2" }, { - "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": "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/saint-etienne-psg-du-nouveau-cote-parisien-paris-voyage-avec-ses-jeunes-et-ramos_AV-202111270302.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 20:42:20 GMT", - "enclosure": "https://images.bfmtv.com/dvo1R1P2FUB7Tyd1V5X7N27UOzE=/0x50:1200x725/800x0/images/Edouard-Michut-1176848.jpg", + "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", @@ -84198,6712 +85592,7364 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c63f392a4c6a77782bae0caa77d2e16" + "hash": "0adf4e04af8532f5bb412dc9dbeaa092" }, { - "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": "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/serie-a/juventus-realiste-allegri-a-quasiment-dit-adieu-au-titre-de-champion-d-italie_AV-202111270300.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 20:29:36 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": "2725b314ed24fedebe12cb4282f3bbf4" + "hash": "82981fcb6af4ec61001da8c90ac21df0" }, { - "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": "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/auto-moto/rallye/rallye-du-var-nouvel-accident-spectaculaire-un-blesse-grave_AV-202111270296.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 19:55:56 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": "01ab2c9dd75cbc924a5bb97dbafcece8" + "hash": "bdb37258c2f3200f52d44f6b85625361" }, { - "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": "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/transferts/psg-toujours-aucune-discussion-avec-zidane-assurent-des-sources-qataries_AN-202111270292.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 19:33:45 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": "e056a7b5f47c7988b8617238c26dbed9" + "hash": "eb2b71eb21f88f76d100f346435954bc" }, { - "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": "\"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/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/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 19:29:23 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": "f8d52f51507c3e760abbd2eb37bd4007" + "hash": "e0905e067d3d1abb11390ce471c827f4" }, { - "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": "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/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/liga/barca-enfin-un-accord-avec-setien-pour-ses-indemnites-de-licenciement_AV-202112010314.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 19:06:33 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": "c9c91abb315abcc8466e22376174d2fa" + "hash": "3e73206e5bedd9fa783f4d91f7b5e0d8" }, { - "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": "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/ligue-1/om-troyes-under-forfait-payet-dans-le-groupe_AV-202111270282.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 19:00:23 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": "6e443a814d1a6916a42ee2e1d40df41e" + "hash": "fe71668fafae4ac0594de6a65879a222" }, { - "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": "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/top-14/lou-les-deux-genoux-touches-pour-bastareaud-sorti-en-larmes_AD-202111270289.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 18:50:00 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": "fbb52209f09acaf9ca58e5c78bce9d62" + "hash": "b4ef9d5807fcd0ad8dc6e551283b29b7" }, { - "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": "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/ligue-1-suivez-nice-metz-en-direct_LS-202111270277.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 18:42:57 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": "931ee4303547a4e4afb1870843cb6e8f" + "hash": "a7a9d22fc829e1b237be35cf2af2c5fa" }, { - "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": "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/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/ligue-1-en-direct-les-informations-avant-la-16e-journee_LN-202111290171.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 18:23:58 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": "41c8c3c7ac9d73b7d45d6a2b7952f5eb" + "hash": "cbda607ab5ef221faaf53d6e5e1bdd55" }, { - "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": "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/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/premier-league/premier-league-newcastle-n-y-arrive-toujours-pas_AV-202111300559.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 18:16:46 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": "238ca623df3a3a4b48ad0bfa33fa133f" + "hash": "c065c53c673773d39c3bc2780a7da27c" }, { - "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": "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/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/football/feminin/l-angleterre-explose-la-lettonie-20-0-nouveau-record_AN-202111300555.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 17:43:51 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": "ea270f28a8c4e0b9ba4cef8715c951c9" + "hash": "e12a5e2586a34f2a24669f46a6590b3d" }, { - "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": "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/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/bundesliga/bayern-vers-un-retour-des-matchs-a-huis-clos-a-l-allianz-arena_AV-202111300538.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 17:34:05 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": "5637e8e4891c99309196f145af64eceb" + "hash": "52068b7f2dd6ca2fa2dbe919f386761f" }, { - "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": "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/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/ligue-1/ol-des-filets-installes-a-contrecoeur-devant-les-virages-du-stade_AV-202111300537.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 17:25:07 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": "63cc08fc9a8758b6299d15aa4cf6142e" + "hash": "3371348dde260b1cc0a899a6ff555b94" }, { - "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": "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/premier-league/premier-league-le-nouveau-festival-de-liverpool-qui-atteint-un-record-face-a-southampton_AV-202111270253.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 17:19:43 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": "2e230650fe9a7acbe5123db92a32c4c0" + "hash": "87ba5b7639cc66d30d6218a04a0f6f36" }, { - "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": "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/rugby/toulon-lou-les-images-terribles-de-bastareaud-qui-sort-en-larmes-apres-une-grosse-blessure_AD-202111270250.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 17:13:34 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": "0e62b99f88094fe5d40440657851439c" + "hash": "8c8369167303c1bc1a5bd39e74852651" }, { - "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": "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/monaco-kovac-compare-l-importance-de-golovin-a-celle-de-messi-au-barca_AV-202111270246.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 17:04:52 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": "cae6fccc6d015f17bfa2b7320f94a3af" + "hash": "ab0385c7fb8c16173a8276247c6f3056" }, { - "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": "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/rugby/rugby-prives-de-match-a-twickenham-les-samoa-entonnent-quand-meme-leur-hymne_AD-202111270244.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 16:59:07 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": "23c206afceebbce4b97f3e052b10b4c4" + "hash": "adfeb83c7724fe1a6725fa55bb37a1b1" }, { - "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": "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/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/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 16:49:48 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": false, "favorite": false, "created": false, "tags": [], - "hash": "808352ce713cd6c03b1bf796a4595533" + "hash": "a11c080e8bc3f3027fc70ba778fb8f09" }, { - "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": "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/football/liga/real-madrid-ancelotti-garantit-le-cote-gauche-a-vinicius-meme-si-mbappe-arrive_AV-202111270232.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 16:36:34 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": "5acf8c30744fc44098d8ebf1fc00ef5b" + "hash": "2627c13a969841ba41410254751e7f39" }, { - "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": "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/football/serie-a/ac-milan-pioli-annonce-le-retour-de-maignan-face-a-sassuolo_AV-202111270215.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 15:26:10 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": "765aea03a59fb3b833a5d30fef0755f1" + "hash": "82cb1415f78d86d6f0d4092cfbea6ee2" }, { - "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": "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/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/psg-messi-dans-le-groupe-face-a-nice-mais-pas-ramos_AV-202111300444.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 15:03:30 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": "099c602d621abd302e0612e44ef0b23c" + "hash": "dddc1435c0b82442f24281c7b8353b14" }, { - "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": "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/ligue-1/lille-nantes-en-direct-les-lillois-visent-le-top-10_LS-202111270206.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 14:58:32 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": false, "favorite": false, "created": false, "tags": [], - "hash": "d651c81ac772c64a80f090addf080d0f" + "hash": "2a8a05aeacdf751a9664b12212831791" }, { - "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": "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/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/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 14:57:07 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": false, "favorite": false, "created": false, "tags": [], - "hash": "3adc0b0ca223016cd7199216741641a5" + "hash": "c2895cf19f0a13023c9f9502301c9217" }, { - "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": "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/incidents-ol-om-les-lyonnais-preoccupes-par-des-possibles-sanctions_AV-202111270200.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 14:40:12 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": "ab76c1e44a26b31d450f3a440b6089d1" + "hash": "8b78e68fa37a3ea658e9328330811a89" }, { - "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": "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/psg-face-aux-rumeurs-sur-son-avenir-pochettino-assure-que-c-est-bon-signe_AV-202111270186.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 14:04:27 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": "0ff374ceba67919a6598328ee87a750a" + "hash": "b1a914c80825bdb908b84216b01ff864" }, { - "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": "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/football/ligue-1/psg-quatre-forfaits-pour-saint-etienne_AD-202111270179.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 13:47:15 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": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8f51c1f33ddc0d57babf91b455c70518" + "hash": "8b6107425cf50e8339c2a724dec85364" }, { - "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": "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/paris-hippique/les-pronos-hippiques-du-dimanche-28-novembre-2021_AN-202111270178.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 13:31:26 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": "b23229de065d94a5c5f1f952f5bfbf53" + "hash": "1a0c5e6ad08f4f9750c008377e3e215c" }, { - "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": "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/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/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 13:09:16 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": "3e83e68b9e73776722de20ccc6188d7f" + "hash": "439bfc9d9a942cc8f4af8ebebafd942f" }, { - "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": "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/football/serie-a/italie-perquisitions-dans-les-bureaux-de-la-juventus-sur-des-transferts-douteux_AD-202111270172.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 13:08:33 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": "bfd327da4949191edaacd9ed4bac50fc" + "hash": "7db9042b20c591daf58459e93214330a" }, { - "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": "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/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/premier-league/manchester-united-rangnick-bien-absent-contre-arsenal-carrick-sera-sur-le-banc_AV-202111300372.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 13:00:02 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": true, + "read": false, "favorite": false, - "created": true, + "created": false, "tags": [], - "hash": "69cd89d967d51491b0de61a3c4cfa4d4" + "hash": "4434290782f70ed44e86210290c618eb" }, { - "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": "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-de-combat/boxe/boxe-un-boxeur-espagnol-totalement-nu-pour-valider-sa-pesee_AN-202111270166.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 12:46:44 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": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9562f631fb02c2327a4f21bf83e908ae" + "hash": "c12c7c43760bc9ced6c19197efa39f91" }, { - "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": "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/psg-en-direct-la-conference-de-presse-de-pochettino-avant-l-asse_LN-202111270164.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 12:43:40 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": "27f6ebdf6a28d975f4aadaf442e6c413" + "hash": "936aefbdc96f1489c2136a73268a0a6f" }, { - "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": "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/ligue-1/ol-en-direct-la-conf-de-peter-bosz-avant-montpellier_LN-202111270161.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 12:39:49 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": "c7581513e752fe2abc46c334899c579c" + "hash": "bd9495d8c752a262b97e51e9ceeb75eb" }, { - "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": "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/pari-sportif/pronos-paris-rmc-les-paris-du-27-novembre-sur-lille-nantes-ligue-1_AN-202111260352.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 12:20:00 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": false, "favorite": false, "created": false, "tags": [], - "hash": "60ebaeeb5e1ded92a768319a60d7fb5a" + "hash": "79f2b170d03192da1c0b252221043f5a" }, { - "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: 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/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/clubs/olympique-marseille/om-les-envies-de-sampaoli-pour-le-mercato-d-hiver_AV-202111300339.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 12:18:50 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": "12ee87e1fe560f33520302d383f327b0" + "hash": "9c276107eb6a2b45d1fb84b49fca17ea" }, { - "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": "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/pari-sportif/pronos-paris-rmc-les-paris-du-27-novembre-sur-nice-metz-ligue-1_AN-202111260349.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 12:17:00 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": "f8b2c51277d760b93be19dd9e9e522ba" + "hash": "3dcdf490190202e4867dee0304dc2339" }, { - "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": "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/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/ligue-1/psg-pochettino-defend-le-7e-sacre-de-messi-au-ballon-d-or_AV-202111300322.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 12:16:04 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": "e47bd793ac375dbc9dd1c76a41054748" + "hash": "90e1f44f7837d57fb8ea5317ff7792e0" }, { - "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": "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/tennis/coupe-davis/coupe-davis-bartoli-allume-pique-il-ne-connait-rien-au-tennis_AV-202111270128.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 11:28:05 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": "a6c81f180c4d76bf2644f1d83b3c63d1" + "hash": "150b74cadf957b2e2d138ce48e272827" }, { - "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": "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/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/football/ligue-1/psg-pas-de-concurrence-directe-entre-ramos-et-kimpembe-selon-pochettino_AV-202111300317.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 10:36:53 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": "b62eda5869c9177644b5f7f3e65b499c" + "hash": "37d1e22300dde71f19545815b7ed612f" }, { - "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": "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/football/ligue-1/ligue-1-le-gardien-francais-est-il-un-monument-en-peril_AV-202111270109.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 10:36:04 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": "e88b3d1f3375381545d750efd3e444ac" + "hash": "032545fcfebdd512be14cb6f3f8e63ef" }, { - "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": "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/football/transferts/zidane-au-psg-ce-serait-une-trahison-totale-de-marseille-selon-bartoli_AV-202111270093.html", + "link": "https://rmcsport.bfmtv.com/rugby/racing-nyakane-espere-rapidement-tafili-en-contacts-avances_AV-202111300303.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 10:01:46 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": "d51f58f1d4051827825244b6a0ec0269" + "hash": "e9cedced2c96a579335046549830d50c" }, { - "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": "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/societe/les-trois-quarts-des-enfants-ayant-pratique-un-sport-ont-subi-des-abus_AD-202111270088.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 09:50:51 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": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cd75d6c54ca8289974668e1d060401f8" + "hash": "57328d548aa0693e435212b328165e9c" }, { - "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": "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/sports-d-hiver/biathlon/biathlon-la-coupe-du-monde-reprend-les-jo-dans-le-viseur_AD-202111270075.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 09:25:12 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": "23a4a7220645bac11363339f0954860a" + "hash": "9840d2e36f93da76901ee9629faa539c" }, { - "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": "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/rugby/top-14/top-14-retour-aux-affaires-courantes-apres-la-periode-internationale_AD-202111270071.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 09:19:20 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": "8448d92796ca7f3d488f4495d9392896" + "hash": "897c7d6aa72f0846bdb1fe5419fff895" }, { - "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": "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/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/ol-les-mesures-prises-et-reclamees-par-lyon-apres-les-incidents-face-a-l-om_AV-202111300289.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 09:02:25 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": "379081f438fe74a53e0206bf923605d6" + "hash": "41ce59367769c7dd7e707cd69b6c4c14" }, { - "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": "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/transferts/mercato-newcastle-encore-dans-le-flou-en-raison-d-une-mesure-contraignante_AV-202111270061.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-les-mots-forts-du-president-macron-pour-eyraud_AV-202111300284.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 08:49:02 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": "f5a351c67e03cc3d085016d714bab33b" + "hash": "f1650498530631d979a5863337b25610" }, { - "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": "\"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/transferts/barca-les-negociations-pour-la-prolongation-de-dembele-patinent_AV-202111270060.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": "Sat, 27 Nov 2021 08:47:51 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": false, "favorite": false, "created": false, "tags": [], - "hash": "e44cc16b06b74c572881d763de261f53" + "hash": "5167f6085f9f26d7f39353bc306332fc" }, { - "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": "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/tennis/coupe-davis/coupe-davis-defaite-interdite-pour-les-bleus-face-a-la-grande-bretagne_AD-202111270057.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": "Sat, 27 Nov 2021 08:42:16 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": false, "favorite": false, "created": false, "tags": [], - "hash": "3ffda0e53416292bd45e7f875a79bcb5" + "hash": "f3da5217d05658b4a022be0e928270c8" }, { - "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": "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/tennis/wta/la-wta-demeure-profondement-inquiete-pour-la-joueuse-chinoise-peng-shuai_AD-202111270054.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": "Sat, 27 Nov 2021 08:35:01 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": "b03c91c2cdace8b67ee84e5aaf0dc6dd" + "hash": "6cd71f4bfc6c5e9f52dcd446336e8af9" }, { - "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": "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/transferts/manchester-united-l-option-ten-hag-privilegiee-en-cas-d-echec-avec-pochettino_AV-202111270041.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": "Sat, 27 Nov 2021 07:38:11 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": "30bb7bae61c455c5a56a5938c8bcef1a" + "hash": "5972108f5244e1c14101aa01c8961760" }, { - "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": "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/liga/liga-l-improbable-but-gag-de-bilbao-contre-grenade_AV-202111270036.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": "Sat, 27 Nov 2021 07:15:50 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": "2b5bd8e9c85638b368155599e4a13310" + "hash": "3cf0f2546a6a6ca0c4bbaaccad045dcf" }, { - "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": "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/basket/nba/nba-le-bron-james-mis-a-l-amende-pour-une-celebration-obscene_AD-202111270028.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/clermont-morgan-parra-ne-restera-pas_AV-202111290443.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 06:33:09 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": "f728589157d63f4287021176e991309d" + "hash": "74386a867990aab5d6b6df0ab44934bb" }, { - "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": "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/serie-a/serie-a-perquisitions-de-la-brigade-financiere-a-la-juve-agnelli-et-nedved-vises_AV-202111260594.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": "Fri, 26 Nov 2021 23:50:51 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": "df6933885f63e633a7150ce70beb18f0" + "hash": "7499c3f4d3b1949ba16ecb3e61897dc8" }, { - "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": "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/ligue-1/ligue-1-en-direct-les-principales-infos-et-declas-de-la-15e-journee_LN-202111260161.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": "Fri, 26 Nov 2021 08:32:24 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": "6b5c4f67abd08de4ad52de088b09f71a" + "hash": "f36d463fc43017c3db723467bc63cb92" }, { - "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": "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/football/ligue-1/psg-marco-verratti-absent-plusieurs-semaines_AV-202111250658.html", + "link": "https://rmcsport.bfmtv.com/football/ballon-d-or-2021-deux-trophees-supplementaires-decernes_AV-202111290409.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 22:59:36 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": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b3bf9cca30c29f5a331c50c13bbaac2e" + "hash": "64eac1959a5238db4b60e5716124dd76" }, { - "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 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/football/europa-league/brondby-ol-cherki-savoure-son-superbe-double_AV-202111250657.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 22:54:33 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": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f054dc459bc733d6453c6aed76f9cac1" + "hash": "b2fa1552e8eb5ae0262c11682c912653" }, { - "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": "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/om-on-doit-grandir-l-avertissement-de-sampaoli-apres-l-elimination-en-ligue-europa_AV-202111250646.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 22:24:57 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": "7c45765a1602b4120176d0ff8c1b08c3" + "hash": "ae95114384c07be69d3fbf99f2bc3210" }, { - "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": "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/ligue-europa-deja-qualifie-l-ol-plane-toujours-grace-a-cherki_AV-202111250634.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 22:03:26 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": "96bd0d9f14bf6e0a7fb1548a1c6c5b4a" + "hash": "ad6aa91525f75ccd3363970e58f16c3b" }, { - "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: 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/europa-conference-league-tottenham-en-danger-conte-critique-ses-joueurs_AV-202111250631.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 21:58:49 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": "c27b60a88c0d0ea596aa0791a91c0b6d" + "hash": "f39579c6a3befc58c59098dafc85fd8c" }, { - "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": "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/monaco-real-sociedad-une-victoire-et-une-qualification-pour-l-asm_AN-202111250628.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 21:56:28 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": "d8327ca2ce14501fbc2e19060a71e6c8" + "hash": "c45dd9f147326390e71bbbb4fe61ce82" }, { - "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": "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/rennes-je-suis-fache-genesio-tacle-ses-joueurs-malgre-la-qualification_AV-202111250602.html", + "link": "https://rmcsport.bfmtv.com/tennis/tsonga-aux-cotes-des-jeunes-talents-du-tennis_AV-202111290355.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 21:10:58 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": "5f62fec89d4768d7417e2f92bf46a1d9" + "hash": "9c404791a47c6936ed507dc53600a656" }, { - "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": "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/europa-league/om-guendouzi-reconnait-une-enorme-deception-apres-l-elimination-en-ligue-europa_AV-202111250598.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 21:08:44 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": "22b115f89cad8c4cb3a84d8dea5e622d" + "hash": "33f668a84d404b1918a09a9eb7bfb700" }, { - "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": "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/tennis/coupe-davis/coupe-davis-alcaraz-positif-au-covid-19-et-forfait-pour-la-phase-finale_AD-202111250588.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 20:46:58 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": "0bbecb7c417850068e545c54eaae551a" + "hash": "8ed5c7e72362bba5bd01315a4d246df3" }, { - "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": "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/tennis/coupe-davis/coupe-davis-je-ne-suis-pas-au-niveau-regrette-gasquet_AD-202111250575.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 20:25:18 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": "eb4b33901772cf1904c723a74f6c921e" + "hash": "ca6bb73b2029489214445dc3a59f4b48" }, { - "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": "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/football/europa-league/europa-conference-league-laborde-et-mura-envoient-le-stade-rennais-en-huitiemes_AV-202111250558.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 19:56:13 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": "ddc03c67f48312a18b5903ab9b83bb49" + "hash": "d9dab24e6321d7d010370f7c0f85acc4" }, { - "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": "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/europa-league/video-galatasaray-om-marseille-coule-en-turquie-et-sort-de-la-ligue-europa_AN-202111250551.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 19:48:37 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": "87cce5d5a5e377bd6d78b43c7f684846" + "hash": "9ccc369a68eb24f4cd6eb85f7882f8c7" }, { - "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": "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/europa-league/brondby-ol-cherki-keita-lukeba-bosz-fait-confiance-aux-espoirs-lyonnais_AV-202111250540.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 19:24:12 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": "0a95a65c10fa4f03c968a5e8ff20dc53" + "hash": "587a7c2fd2432533b233406072c20066" }, { - "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": "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/europa-league/europa-league-brondby-ol-en-direct_LS-202111250534.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/toulouse-sofiane-guitoune-prolonge-deux-ans_AV-202111290321.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 19:16:31 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": "6d844ecc285a0214fb1c914839f453b2" + "hash": "87e6577628373c0a5416592760d6f42b" }, { - "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": "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/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/football/ligue-1/nantes-il-ne-travaillait-pas-comment-kombouare-a-relance-lafont_AV-202111290310.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 18:47:31 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": "c68501e1d1b71adb666a17f0b3f9e1d5" + "hash": "468f2ee0ec61881d80cc7f965add432b" }, { - "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": "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/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/ballon-d-or-en-direct-messi-benzema-ou-lewandowski-suivez-la-designation-du-vainqueur-2021_LN-202111290303.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 18:18:20 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": "ba452911c479293b01b666ebcf528347" + "hash": "4d205a42c4930b42da170dd7d97b4410" }, { - "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": "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/football/europa-league/ligue-europa-monaco-real-sociedad-en-direct_LS-202111250500.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 18:15:47 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": "3bb2d308bb9e3529afd1b26558c053b6" + "hash": "7048e01587c4026d1ac6eb929bc8be5b" }, { - "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": "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-l-ouverture-du-score-des-turcs-apres-une-erreur-de-kamara_AV-202111250496.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 18:11:27 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": "4cd9e54069d8994a6ad41fb68406e68b" + "hash": "3e2fcbd3288f7816df749dbc8c6ede45" }, { - "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": "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/rugby/top-14-arthur-vincent-va-prolonger-a-montpellier_AV-202111250481.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 17:53:03 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": "36d88b1a27b6159133ff19374bc63160" + "hash": "7e272360ec132072d4876a139f4d336b" }, { - "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": "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/ligue-1/mercato-zidane-pas-encore-au-psg_AV-202111250464.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 17:37:22 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": "c9946776feefdad0da8864a9e5fea92f" + "hash": "506c5a36977715cdc49e216c866c335d" }, { - "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": "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/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/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 17:23:43 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": "245b44bf41b547cf3e7970f661bd3c68" + "hash": "34d5649b69a8f5dd19ddfdcc0945f63c" }, { - "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": "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/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/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 17:22:07 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": "05cd3fdc4c2ef50795cd0613ecd311b9" + "hash": "b18c9eed5895752ca44245b02368e151" }, { - "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": "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/football/liga/barca-toujours-blesse-pedri-ne-devrait-pas-rejouer-avant-2022_AV-202111250442.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:16:28 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": "10504b6557cc5d2734dbdc40ec9ed0fe" + "hash": "68d6f467c5547266dcb23b4ee306b2db" }, { - "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": "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/paris-hippique/les-pronos-hippiques-du-vendredi-26-novembre-2021_AN-202111250439.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 17:12:25 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": "49457793b9d066990b6a9f2a7145c448" + "hash": "ca3e7f0400b47efca5da49e6291adab9" }, { - "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": "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/tests-matchs/xv-de-france-labit-entretient-le-flou-sur-la-concurrence-entre-ntamack-et-jalibert_AV-202111250415.html", + "link": "https://rmcsport.bfmtv.com/poker/stephane-matheu-un-manager-comble_AN-202111290267.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 16:40:37 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": "604199f7ab7c4a7df4298092a66d6ecc" + "hash": "aced8db5746b4cabdf36f97aae5244f3" }, { - "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": "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/europa-league/galatasaray-om-marseille-avec-gerson-et-dieng_AV-202111250406.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 16:30:01 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": "db086e383929a50fc664d01fbb366e6a" + "hash": "16d9bf74289c771c2db9b4e761e77068" }, { - "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": "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/premier-league/manchester-united-aurait-un-accord-avec-rangnick-pour-devenir-le-prochain-coach_AV-202111250387.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 16:01:00 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": "d2300f3609d0136bf400ae139cce8639" + "hash": "8ed9033dceeb7324f4e6396774498756" }, { - "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": "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/le-projet-de-mi-temps-de-25-minutes-en-football-est-retoque_AV-202111250385.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 15:57:36 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": "e60e9d8d0a96c60341d172a8298cb677" + "hash": "33948e2488209e3b4eef8bfd2165dbdb" }, { - "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": "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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-25-novembre_LN-202111250337.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 14:28:58 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": "7636efe8b2141b610c513ceec54e24d0" + "hash": "e930bf9c68224170a1b8ac049308bb93" }, { - "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": "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/europa-league/ligue-europa-suivez-le-choc-bouillant-galatasaray-om_LS-202111250316.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 14:00:00 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": "b8988e34870d243b19adc2740ec45aa7" + "hash": "f42270938c5bfac0a6870a842e06f317" }, { - "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": "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/tennis/coupe-davis/tennis-la-coupe-davis-pourrait-avoir-lieu-a-abu-dhabi-pendant-cinq-ans_AV-202111250144.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 08:18:56 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": "f13e178097192ea6fdb2375cca321600" + "hash": "1f4ed47ff33dfdd6684c9e66ce294e65" }, { - "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": "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/manchester-city-psg-pochettino-renie-ses-principes-avec-ses-stars-selon-thierry-henry_AV-202111250141.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 08:07:59 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": "6f8482e0b095b558cdc7ca6b3100eacc" + "hash": "afa22d2b01577c13922f6ce8b196d934" }, { - "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": "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/rugby/rugby-la-licence-de-radosavljevic-suspendue-par-la-federation-de-rugby-a-xiii_AN-202111250132.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 07:53:01 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": "45319858d88517590779f82d8270177e" + "hash": "85efa6d0b922a7081fc4fc2b8ebda16f" }, { - "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": "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-la-stat-qui-fait-mal-navas-a-touche-plus-de-ballons-que-mbappe_AV-202111250104.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 07:24:19 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": "d44ae559c7f39ff5af73b795da185a26" + "hash": "2d0edb740f690d8a7798ec161af5e2c5" }, { - "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": "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/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/football/primeira-liga/portugal-13-joueurs-de-belenenses-positifs-au-variant-omicron_AV-202111290198.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 07:22:38 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": "640a9298de8e49bfd9cf689c1e34d5a5" + "hash": "bf1ce347b62f226486290e2a8616138b" }, { - "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": "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/psg-pour-rothen-le-trio-messi-mbappe-neymar-n-a-pas-existe-face-a-manchester-city_AV-202111250062.html", + "link": "https://rmcsport.bfmtv.com/football/ballon-d-or-le-laureat-remportera-un-cadeau-de-luxe-inedit_AV-202111290194.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 06:34:27 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": "ecd1b931cf948a5261571a54760e9b21" + "hash": "9789c997961a69cc19049dad958508a9" }, { - "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": "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/psg-les-joueurs-connaissent-ma-situation-pochettino-reagit-encore-aux-rumeurs-sur-son-avenir_AV-202111250060.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": "Thu, 25 Nov 2021 06:32:53 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": "6e0fbc59da13aef183f446cd5c7722c5" + "hash": "33884e408728f86e6d9b5a6fd098d433" }, { - "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": "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/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/football/premier-league/manchester-united-cristiano-ronaldo-provoque-une-grosse-explication-entre-keane-et-carragher_AV-202111290183.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 05:57:38 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": "437b457546af2e24c1170b58cd72ea07" + "hash": "28dda79d1f42467c414dddf7d643ed0b" }, { - "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": "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/football/ligue-des-champions/manchester-city-psg-pochettino-note-des-progres-dans-le-jeu-parisien_AV-202111250030.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": "Thu, 25 Nov 2021 05:34:47 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": "cbe353dfc078117beeed21cad3e802cc" + "hash": "221f2cc9b3c452dcb261ed06f7600279" }, { - "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": "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/football/ligue-des-champions/real-madrid-la-premiere-reaction-de-benzema-apres-sa-condamnation_AV-202111250020.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-les-informations-avant-la-16e-journee_LN-202111290171.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 05:11:01 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": "68c6ac3f3cfb8a1a781ce5f8fe063c40" + "hash": "ebdf3b76642f13ae6e52f78f9da6442d" }, { - "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": "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/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/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": "Thu, 25 Nov 2021 04:55: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": "7b1979d9924792b6b38918055117526b" + "hash": "1e4551c892aeb3fbd9762d6e6241c662" }, { - "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": "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-manu-petit-denonce-les-comportements-scandaleux-de-certains-joueurs-parisiens_AV-202111250016.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": "Thu, 25 Nov 2021 00:18:54 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": "bb8a2853b37a8b6ceb91f8f6ebe4dd3f" + "hash": "ad2bbea4ea8ff0ceeb8a3ac845862afb" }, { - "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": "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-la-heatmap-inquietante-de-paris-accule-sur-son-but_AV-202111240620.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 23:57:04 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": "22620527a44148f544fed869c5945faa" + "hash": "769c7829dcdbb457bb19d674e1dc7f60" }, { - "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: 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/sheriff-real-benzema-encore-buteur-malgre-ses-demeles-judiciaires_AV-202111240619.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 23:26:08 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": "6c9c1b2365752080f02495d36afeb53f" + "hash": "5773e0267f6a671d0c798bad9b22f765" }, { - "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": "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/bruges-leipzig-auteur-d-un-double-nkunku-poursuit-sa-superbe-saison_AV-202111240617.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 23:20:15 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": "90d1340d930e40b7441604ea987d79f0" + "hash": "3de3bcee05b45cbec2c3b67fb101a00d" }, { - "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": "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/pari-sportif/pronos-paris-rmc-les-paris-du-25-novembre-sur-galatasaray-marseille-ligue-europa_AN-202111240374.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 23:04:00 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": "eebe162d8b505395f0bd86335c379ef9" + "hash": "d34544113068aac718139ae6ee45600b" }, { - "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": "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/pari-sportif/pronos-paris-rmc-les-paris-du-25-novembre-sur-monaco-real-sociedad-ligue-europa_AN-202111240368.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 23:03:00 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": "83a2724625cb532b60afe17f51c77edb" + "hash": "a873c84121dba17898c02560aa8126f4" }, { - "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": "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/pari-sportif/pronos-paris-rmc-les-paris-du-25-novembre-sur-brondby-lyon-ligue-europa_AN-202111240367.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 23:02:00 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": "6231646040e72f92a6129672e9a4cb39" + "hash": "b8d876c7ce56823f5534b7fa215558b7" }, { - "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": "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/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/liga/liga-la-police-aurait-separe-emery-et-xavi-apres-villarreal-barca_AN-202111290093.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 23:01:00 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": "2b9c62836fc6c2141039b6f9cf4a1bff" + "hash": "baef67949b792c32137e66b6548df519" }, { - "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": "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-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/football/ballon-d-or-les-trois-favoris-benzema-lewandowski-et-messi-au-scanner_AV-202111290014.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 23:00:55 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": "0216a9a3923298bb7887a3f0b6531e6b" + "hash": "1679754776a15060b997a663ab1ca79a" }, { - "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": "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/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/ligue-1/om-troyes-suivez-le-match-en-direct_LS-202111280247.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 22:45:20 GMT", + "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": "c524f5afd5bb1bf23032b9354e437d9c" + "hash": "441aa0415a90184bec5d1bb0c60cb632" }, { - "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": "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/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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-29-novembre_LN-202111290068.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 22:23:52 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": "3715431d13751e78f6baa2fdcc4c6d33" + "hash": "6228f853f98fb261507c14c148114f34" }, { - "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": "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/ligue-des-champions/ligue-des-champions-les-adversaires-potentiels-pour-le-psg-en-huitiemes_AV-202111240594.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 22:17:43 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": "8a8cfd9275b2ac9c52bfcfd6ebd99ac4" + "hash": "30622d15c447d272370cbafc185e01ee" }, { - "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": "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/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/ligue-1/om-troyes-suivez-le-match-en-direct_LS-202111280247.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 22:04:34 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": "24fd1d92acb0c447030d22d6e0588eb3" + "hash": "ccc69b3c854d6c4db4415a009de6cc6d" }, { - "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": "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/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/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 21:57:23 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": "6e3b9c1176feb34c5cc52ba5a1d9a60e" + "hash": "f69108a6a16848fee41aa3b3226f313f" }, { - "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": "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/manchester-city-psg-le-but-de-mbappe-apres-un-joli-mouvement-collectif_AV-202111240573.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 21:21:15 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": "91b433468b9e5c87deb2fcc8a6f8e769" + "hash": "84fc62d5da5f8b020d2a6c4521f0f473" }, { - "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": "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/football/equipe-de-france/affaire-de-la-sextape-maracineanu-rappelle-le-devoir-d-exemplarite-des-sportifs_AV-202111240572.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 21:19:44 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": "846438894670f7b42b440b59608bda5a" + "hash": "c9164a8107ddb07b8a58703ebafaf380" }, { - "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": "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/ligue-1/saint-etienne-le-numero-24-retire-en-hommage-a-loic-perrin_AV-202111240562.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 21:03:14 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": "e25d25b934276e654759eba77494dab3" + "hash": "23b145d543351a511a360f7eda552715" }, { - "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": "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/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/tennis/coupe-davis/coupe-davis-l-equipe-de-france-eliminee-des-la-phase-de-poules_AV-202111280268.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 13:32:57 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": "8d9c497c1b8ad3c38d442cdfcd1bea32" + "hash": "5fe0402c10cf984325d42642aee94ac3" }, { - "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": "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/liga/fc-barcelone-xavi-emballe-par-le-profil-de-braithwaite_AV-202111240307.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 13:19:56 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": "3f3b3c2fc2c9b4d8d0b0515aa91e4168" + "hash": "eb1bef0b098f9858ccede96e33f0491f" }, { - "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": "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/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/montpellier-ol-bosz-pas-content-du-contenu-malgre-la-victoire-gusto-pas-epargne_AV-202111280261.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 12:58:29 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": "31aac5d0edd88dfd4555d71d4aa98d1d" + "hash": "3a7ed785ab593b6bad3974b975cd2878" }, { - "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, 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/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-les-compos-kamara-sur-le-banc-apres-avoir-boude-la-conference-de-presse_AV-202111280260.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 12:44:35 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": "943420ee4d585df4c14f6cc4724a4233" + "hash": "8228df3afb1c5f58c1c2a0acd5e187a9" }, { - "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": "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/europa-league/ligue-europa-en-direct-les-confs-de-marseille-lyon-et-monaco_LN-202111240293.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 12:43:02 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": "9a1b353cf0412decac5b1062762cf87e" + "hash": "ddd9ace5bda3b60369187df0fc32555f" }, { - "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": "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/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/ligue-1-bouillant-le-stade-rennais-est-la-meilleure-equipe-d-europe-depuis-octobre_AV-202111280251.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 12:30:47 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": "330d90afd765bf866c51d14ba8bfb128" + "hash": "6f6c6bc1a981b7672540b40f388e00ef" }, { - "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": "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/tennis/coupe-davis/coupe-davis-le-coup-des-gueule-des-capitaines-d-equipes-dont-grosjean_AV-202111240286.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 12:21:48 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": "d06a890d50327d37a785a10033588b01" + "hash": "48f64301b3bf7980d010e356d2ae3d54" }, { - "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": "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/transferts/mercato-le-plan-de-dortmund-pour-convaincre-haaland-de-rester_AV-202111240263.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 11:46:29 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": "cb4e70fd4e70836ba4fed0a5a53f4a2b" + "hash": "ff9e63c3a736d286ccf780824d18df9c" }, { - "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": "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/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/rugby/top-14/top-14-racing-ubb-en-direct_LS-202111280242.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 11:32:14 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": "58960903199d55dcf70a033919fbbfc1" + "hash": "adaf61fdbebf80fd843dea987a9731cd" }, { - "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": "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-des-champions/manchester-city-psg-avant-paris-des-skyblues-en-pleine-confiance_AV-202111240250.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 11:22:53 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": "bb8f4f1aac8e4e8bed89a9475f34e2e1" + "hash": "7320dd8f0f297bb7d52c9c7fa5ebd62f" }, { - "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": "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/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/ol-govou-n-a-pas-specialement-envie-de-rejoindre-la-cellule-de-recrutement_AV-202111280237.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 11:15:46 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": "211961a7b418dd7a6eeaba0ddb6db036" + "hash": "b6a41317e2c5b870ec17142f50e3794d" }, { - "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": "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-basket-de-stephen-brun-du-24-novembre-nba_AN-202111240244.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 11:13:08 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": "6a2394fffa2cad962740daefe6efb422" + "hash": "8ebbdab8db8bd078aea9bdaebb08f16e" }, { - "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": "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/football/ligue-des-champions/manchester-city-psg-touche-a-l-entrainement-verratti-vers-un-forfait_AV-202111240240.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 11:05:29 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": "259d7c0e407506893d7a4b5f61ae6d55" + "hash": "884955b26e4d5ce61803c7df57ad9340" }, { - "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": "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/affaire-de-la-sextape-benzema-reste-selectionnable-malgre-sa-condamnation-insiste-le-graet_AV-202111240233.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 10:55:52 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": "1401607e5d4a8f3f8aa7760b58a8704b" + "hash": "ccbdf6ebf586ab13fb303912d9b74855" }, { - "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": "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/ligue-des-champions-suivez-en-direct-le-choc-manchester-city-psg_LS-202111240229.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 10:47:18 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": "4006db0a7827aa8b43b97850e07e5580" + "hash": "c04cf9bf15ba3d5503d42bce3d2ad602" }, { - "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": "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/affaire-de-la-sextape-mathieu-valbuena-est-soulage-par-le-jugement-selon-son-avocat_AV-202111240226.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 10:42:21 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": "f1645539446d452056a65ca46dbd241b" + "hash": "ad9874150f02f2a8c634cce58b996893" }, { - "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": "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/tennis/coupe-davis/coupe-davis-gasquet-prefere-a-gaston-en-equipe-de-france_AV-202111240216.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 10:28:10 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": "9d0d3ade6bba9d1e0994e1516a22d0a2" + "hash": "f1640c2792368b9ff46c2947445de779" }, { - "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: 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-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-rennes-nouveau-dauphin-du-psg-bordeaux-plonge_AV-202111280211.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 10:23:58 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": "3fc496520acaac7abf0a7b939ede2e16" + "hash": "3cba1a9735468321380931f75bc94afb" }, { - "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": "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/football/transferts/manchester-united-valverde-emery-les-dernieres-pistes-pour-le-poste-d-entraineur_AV-202111240200.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 10:12:17 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": "1335a3595d11eb852a3deae088d59a4a" + "hash": "5dfbf39437a5ed89f622a0be0e1aabe1" }, { - "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": "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/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/ligue-1-montpellier-lyon-en-direct_LS-202111280205.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 10:11:52 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": "6ff4a070a17e35db501c472c2972e61a" + "hash": "e2b699c51bcc9119202b5e9a47da8aac" }, { - "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": "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/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/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 10:01:16 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": "25d282d375c0df9d787201814b98d490" + "hash": "e427d2079ad147a9daf26a802b1e3472" }, { - "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": "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/equipe-de-france/equipe-de-france-pour-benzema-un-ciel-bleu-malgre-la-condamnation_AD-202111240191.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 09:51:03 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": "65d7cbc0fa974dcc45a51550ee6e29a7" + "hash": "5528119fefbca4d4a15e2b4c39d0b686" }, { - "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": "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/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/psg-pochettino-donne-les-premiers-echos-de-la-blessure-de-neymar_AV-202111280197.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 09:45:55 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": "111231da9a604eeb6b6456fec5a4af57" + "hash": "0046c9b9393107ae6da6b0f6c3016caa" }, { - "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": "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/europa-league/galatasaray-om-sampaoli-convoque-un-minot-pour-remplacer-payet-suspendu_AV-202111240186.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-lundi-29-novembre-2021_AN-202111280196.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 09:45:08 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": "0349e43f94f584face28fee541ba1f8b" + "hash": "24a4626d655adaeb798099c5821abe08" }, { - "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": "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/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/rugby/top-14/top-14-racing-ubb-en-direct_LS-202111280242.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 09:35:17 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": "52ed4b89a0d932b9597afbf9b4ef96a0" + "hash": "1c13c5907595f62f0831073d8fdfa935" }, { - "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": "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-des-champions/manchester-city-psg-paris-qualifie-pour-les-huitiemes-de-ligue-des-champions-si_AV-202111240175.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-chelsea-manchester-united-en-direct_LS-202111280194.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 09:18:50 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": "2e6e4301e468aab385021d126a782e8a" + "hash": "b8d4f16d361f4b7bf5453849729a9e5d" }, { - "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": "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/societe/proces-de-la-sextape-karim-benzema-reconnu-coupable_AN-202111240163.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-racing-ubb-en-direct_LS-202111280242.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 08:59:59 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": "d2159396b7e89bb953142f511278bd9f" + "hash": "a5d4a4ca37b3d74a60dbfbbebc76c8a7" }, { - "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": "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/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-des-champions/manchester-city-psg-les-images-de-l-accrochage-tres-tendu-entre-neymar-et-mahrez_AV-202111280079.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 08:18:11 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": "55a71c60e7319cf5ae340b513d8b47a7" + "hash": "37513e81c91fea9a7289d4cb5a26f733" }, { - "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": "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/ligue-des-champions/manchester-united-carrick-dedie-la-victoire-en-ligue-des-champions-a-solskjaer_AV-202111240138.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": "Wed, 24 Nov 2021 08:09:21 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": "562ea11d582fbacd841b596aa8b0e468" + "hash": "aa77517ae8a36c7d585ec1f7840ebd90" }, { - "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": "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/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/montpellier-nicollin-repond-a-maracineanu-apres-son-tacle-aux-clubs-de-foot_AV-202111280063.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 07:12:02 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": "fecdc596e3aff392e72516539e1149cd" + "hash": "bff96238de233f413497463e173e9ef8" }, { - "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": "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/voile/transat-jacques-vabre-la-victoire-pour-cammas-et-caudrelier_AN-202111230282.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 14:20:16 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": "d7a21916a9dd30c9930641a5bdea6106" + "hash": "f16e8e5fc070eca39f85796bd37e7349" }, { - "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": "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/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/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 13:59:32 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": "4779fd156d22ddeaef7aca1bc0ac6fcb" + "hash": "1661c1d81ad86b5fb4ade3b747e48b21" }, { - "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": "\"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/manchester-city-psg-guardiola-redoute-l-imprevisibilite-de-messi_AV-202111230271.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 13:30:32 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": "10d2d9c3514b9252e1c4f99863d1d810" + "hash": "a1b9f45725d522c24141f509b3c809b4" }, { - "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": "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/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/primeira-liga/portugal-belenenses-et-benfica-chargent-la-ligue-apres-le-match-de-la-honte_AV-202111280051.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 13:10:58 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": "13a485e3c5934293c67636df8bbbc4e5" + "hash": "75f0a7e300659db83616fccdab063c6e" }, { - "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": "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/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/football/ballon-d-or-messi-lewandowski-benzema-une-pluie-de-pretendants_AD-202111280050.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 12:41:42 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": "47b341081926f535d521cf49bdda8596" + "hash": "a200551281daa664c64a391259117b36" }, { - "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": "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/basket/equipe-de-france-basket-benitez-et-kamagate-dans-la-liste_AV-202111230257.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 12:38:31 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": "a2f0f23bc65dbf2ec073dff54d5cbca8" + "hash": "f4d602b22290748f977493fe9fa0be51" }, { - "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": "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/football/liga/mercato-le-barca-de-plus-en-plus-inquiet-pour-la-prolongation-de-dembele_AV-202111230252.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 12:27:54 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": "549a3c2e7ec6c80e25c6ecfe20447c87" + "hash": "464841385a2a4536132644951e0a71c9" }, { - "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": "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/supporter-du-sc-bastia-eborgne-a-reims-un-policier-renvoye-aux-assises_AV-202111230247.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 12:16:04 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": "bef313cce3b7adbf5c2f558a34c76b01" + "hash": "883cff710b1ff52931bdb2247d2b5ca3" }, { - "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": "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/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/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 12:03:01 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": "a9d3c29f57ffc826840bdf16c2c600a4" + "hash": "85465724f8815a0c38c748b1da9e55b9" }, { - "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": "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/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-1/monaco-strasbourg-diop-pret-a-retrouver-son-mentor-stephan_AV-202111280014.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 11:51:25 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": "a46f4fc15695ae2c517ba4b6d02c3af1" + "hash": "02eabc044d5bc66f05ad4e83ae61105b" }, { - "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": "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/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/ligue-1/nice-metz-composition-d-equipe-style-de-jeu-galtier-menace-de-tout-changer_AV-202111270327.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 11:35:05 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": "39bf25d802534bf7f68973ff1d24c28e" + "hash": "19b39e339384397d168791da2c2343c9" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-23-novembre-nba_AN-202111230219.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 11:22:03 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": "a7da4797528fddc48ffb7180148917f5" + "hash": "391d33a4a892c359061561f1902f4d27" }, { - "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": "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/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/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-28-novembre-ligue-1_AN-202111270165.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 11:14:51 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": "25233b3a750e022e8543152dbd6c6aed" + "hash": "da9d55459d8e13bdf99317925f8f9167" }, { - "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": "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/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/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-28-novembre-ligue-1_AN-202111270162.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 11:10:01 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": "ca429c5349e56db86e087732b5b7c9fd" + "hash": "43129a19f2083aa2a0e69f21cacf92f7" }, { - "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": "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/volley/volley-lam-si-nous-ne-sommes-pas-ecoutes-nous-ne-jouerons-pas-menace-bazin_AV-202111230200.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 10:48:39 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": "2b9ab334f2179d0328eaa31116fc6d96" + "hash": "faf4e424b49bdcd139756b49f08f2ca0" }, { - "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": "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/liga/barca-la-maison-de-fati-cambriolee-avec-des-membres-de-sa-famille-a-l-interieur_AV-202111230197.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 10:44:50 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": "fc95b39ff49b2903ad0167359829c95f" + "hash": "9f0d0bf993220be9fe50b57c39ef841a" }, { - "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": "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-des-champions/manchester-city-psg-grande-premiere-pour-sergio-ramos-dans-le-groupe_AV-202111230192.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 10:42:06 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": "b68827eb411ffbb576af0ad750bdf7f1" + "hash": "ebb5dfba786eb8393ef4cfa5be057ebe" }, { - "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": "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/ligue-1/incidents-ol-om-darmanin-promet-des-decisions-rapides-notamment-sur-le-volet-securite_AV-202111230189.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 10:40:05 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": "e1cac910afc4c309f14dda7dcb3286c0" + "hash": "178d6addccc51e2999164cac358bf461" }, { - "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": "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/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/pari-sportif/pronos-paris-rmc-le-buteur-du-jour-du-28-novembre-ligue-1_AN-202111270150.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 09:48:43 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": "a10393530439f8a01069bb791ba347e7" + "hash": "fce9d3aec1fa38a1e898d49ec8ad79c2" }, { - "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": "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/manchester-united-jorge-mendes-aurait-pousse-pour-le-licenciement-de-solskjaer_AV-202111230160.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 09:42:51 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": "4144700bb5e5d8ae36601179219690fd" + "hash": "5b31f6808edd504594e7fca9c29b6a06" }, { - "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": "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/lille-salzbourg-les-dogues-peuvent-faire-un-grand-pas-vers-les-8es_AV-202111230151.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 09:31:37 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": "4341500a7c5b74e99e4baa56aaceb491" + "hash": "9d14e94583aed7902861d5f3f53864eb" }, { - "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": "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/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/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 08:50:31 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": "90fc2174d7655e3e3a913c02fec577b3" + "hash": "184f21ec54874c8618df787c9e87aa75" }, { - "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": "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/ligue-1/psg-messi-repete-qu-il-reviendra-un-jour-au-barca_AV-202111230125.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 08:21:48 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": "cc42e89308cf09a3cb9971e836af2528" + "hash": "06fe0c2d8f1d85218a91d92af3ff54cf" }, { - "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": "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/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/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 08:20:02 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": "01435052ed61c299d5ba5a4c6bb307cc" + "hash": "e82b09c9f9eef73bca62088f6514895e" }, { - "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": "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/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/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 07:59:22 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": "46a6f07190aa1f8f11a2d2218a433a11" + "hash": "b5a74e735fd20622da79dba24b39877d" }, { - "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": "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/coupe-du-monde/coupe-du-monde-2022-ibrahimovic-confie-avoir-frappe-intentionnellement-azpilicueta_AV-202111230096.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": "Tue, 23 Nov 2021 07:39:43 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": "3b0fb38c3a51c18e1757f9ae359321d2" + "hash": "83afd22b28cba0a00a3a858928a3e124" }, { - "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": "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/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/football/ligue-1/saint-etienne-psg-du-nouveau-cote-parisien-paris-voyage-avec-ses-jeunes-et-ramos_AV-202111270302.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 07:29:32 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": "55bd19074b51226a55ee2530666a7487" + "hash": "8c63f392a4c6a77782bae0caa77d2e16" }, { - "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": "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/football/premier-league/ac-milan-zlatan-estime-le-niveau-technique-de-la-premier-league-surcote_AV-202111230060.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": "Tue, 23 Nov 2021 06:46:45 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": "eeb74c7da13d616fb4b8ca014c2e94ce" + "hash": "2725b314ed24fedebe12cb4282f3bbf4" }, { - "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": "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/football/ligue-des-champions/psg-messi-ravi-d-evoluer-au-sein-d-un-vestiaire-tres-soude_AV-202111230055.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/rallye/rallye-du-var-nouvel-accident-spectaculaire-un-blesse-grave_AV-202111270296.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 06:42:10 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": "0a8fe87fb96fdef9ad755be3f32c8d8b" + "hash": "01ab2c9dd75cbc924a5bb97dbafcece8" }, { - "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": "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/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/transferts/psg-toujours-aucune-discussion-avec-zidane-assurent-des-sources-qataries_AN-202111270292.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 05:58:42 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": "504e2fb81a1b08f6b52b292fc294e095" + "hash": "e056a7b5f47c7988b8617238c26dbed9" }, { - "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": "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/football/liga/real-madrid-les-louanges-de-vinicius-pour-benzema_AV-202111230020.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": "Tue, 23 Nov 2021 05:38:15 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": "e352aca1323255a9b5bfd82432ecbc45" + "hash": "f8d52f51507c3e760abbd2eb37bd4007" }, { - "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": "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/basket/nba/nba-le-bron-james-suspendu-un-match-pour-son-coup-sur-stewart_AV-202111230009.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": "Tue, 23 Nov 2021 05:08:04 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": "82935b336752dac4e2216164ae479680" + "hash": "c9c91abb315abcc8466e22376174d2fa" }, { - "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": "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/voile/transat-jacques-vabre-rogues-et-souben-s-imposent-en-ocean-fifty_AV-202111230007.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-troyes-under-forfait-payet-dans-le-groupe_AV-202111270282.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 04:51:25 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": "04a10081142ff0a001d1b77aa8276c19" + "hash": "6e443a814d1a6916a42ee2e1d40df41e" }, { - "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": "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/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/rugby/top-14/lou-les-deux-genoux-touches-pour-bastareaud-sorti-en-larmes_AD-202111270289.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 23:28:45 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": "59f78a0b9478a61d13866016c988b629" + "hash": "fbb52209f09acaf9ca58e5c78bce9d62" }, { - "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": "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/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/ligue-1-suivez-nice-metz-en-direct_LS-202111270277.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 23:18:11 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": "6c3ec63737411a0a380dc0974fda8e2b" + "hash": "931ee4303547a4e4afb1870843cb6e8f" }, { - "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": "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/tennis/tennis-apres-les-polemiques-l-atp-revoit-la-regle-sur-les-pauses-toilettes_AD-202111220566.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 23:12:18 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": "205578d7d0eab2e44f9db493fa3bf699" + "hash": "41c8c3c7ac9d73b7d45d6a2b7952f5eb" }, { - "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": "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/pari-sportif/pronos-paris-rmc-les-paris-sur-lille-salzbourg-du-23-novembre-ligue-des-champions_AN-202111220315.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 23:06:00 GMT", + "pubDate": "Sat, 27 Nov 2021 18:16:46 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "acbe83b1230205a2be43a379a526113c" + "hash": "238ca623df3a3a4b48ad0bfa33fa133f" }, { - "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: 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/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-23-novembre-ligue-des-champions_AN-202111220314.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 23:05:00 GMT", + "pubDate": "Sat, 27 Nov 2021 17:43:51 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5ef27b49acead3542b53d427bd522bf7" + "hash": "ea270f28a8c4e0b9ba4cef8715c951c9" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-sur-du-23-novembre-ligue-des-champions_AN-202111220312.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 23:04:00 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": "4941b2e819ae5e499fa941938bf8ee82" + "hash": "5637e8e4891c99309196f145af64eceb" }, { - "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": "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/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/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 23:03:00 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": "9749397a49f08a1d7579f01c8da60052" + "hash": "63cc08fc9a8758b6299d15aa4cf6142e" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-pari-a-domicile-du-23-novembre-ligue-des-champions_AN-202111220310.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 23:02:00 GMT", + "pubDate": "Sat, 27 Nov 2021 17:19:43 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fa0343d4749eb1b774fb059efe9af216" + "hash": "2e230650fe9a7acbe5123db92a32c4c0" }, { - "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": "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/pari-sportif/pronos-paris-rmc-le-buteur-du-23-novembre-ligue-des-champions_AN-202111220308.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 23:01:00 GMT", + "pubDate": "Sat, 27 Nov 2021 17:13:34 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8c536503c6542b45d2fcf07f3c35b77f" + "hash": "0e62b99f88094fe5d40440657851439c" }, { - "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": "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/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/monaco-kovac-compare-l-importance-de-golovin-a-celle-de-messi-au-barca_AV-202111270246.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 23:00:00 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": "7c5d45525c03c29ba07bd2a5566eda90" + "hash": "cae6fccc6d015f17bfa2b7320f94a3af" }, { - "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": "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/platini-se-paye-ceux-qui-ne-jurent-que-par-les-statistiques-dans-le-football_AV-202111220564.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 22:59:23 GMT", + "pubDate": "Sat, 27 Nov 2021 16:59:07 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "02cc63da6f2a7c87979191b6dfe9b2dc" + "hash": "23c206afceebbce4b97f3e052b10b4c4" }, { - "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": "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-des-champions/ligue-des-champions-messi-voit-le-psg-parmi-les-favoris-mais-evoque-des-manques_AV-202111220553.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 22:34:23 GMT", + "pubDate": "Sat, 27 Nov 2021 16:49:48 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "86e0c10ea1415dd57060abee6973bcd1" + "hash": "808352ce713cd6c03b1bf796a4595533" }, { - "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": "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-des-champions/manchester-city-psg-un-arbitre-italien-avec-des-souvenirs-contrastes-pour-paris_AV-202111220542.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 22:16:05 GMT", + "pubDate": "Sat, 27 Nov 2021 16:36:34 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7ddd1b95f57069431a30991e5fb3db8f" + "hash": "5acf8c30744fc44098d8ebf1fc00ef5b" }, { - "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": "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-2/ligue-2-dijon-eteint-auxerre-et-sort-de-la-zone-rouge_AD-202111220539.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 22:08:31 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": "609fa9ed7376e4e92e34ab15e9c4aef0" + "hash": "765aea03a59fb3b833a5d30fef0755f1" }, { - "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": "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/ol-om-le-car-des-marseillais-vise-par-des-jets-de-projectiles-apres-la-rencontre_AV-202111220531.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 21:43:26 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": "2a493947dc0c21095116186d3468d69b" + "hash": "099c602d621abd302e0612e44ef0b23c" }, { - "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": "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/argentine-une-ex-liaison-de-maradona-accuse-d-abus-la-star-et-son-entourage_AD-202111220529.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 21:41:56 GMT", + "pubDate": "Sat, 27 Nov 2021 14:58:32 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "55239c4a3c42d1f75b821ca03baedd5e" + "hash": "d651c81ac772c64a80f090addf080d0f" }, { - "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": "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/transferts/mercato-bounedjah-dans-le-viseur-du-barca-la-reponse-de-xavi_AV-202111220522.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 21:16:54 GMT", + "pubDate": "Sat, 27 Nov 2021 14:57:07 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a0aaf6af22b7bdb6b909f29f9d1c8aab" + "hash": "3adc0b0ca223016cd7199216741641a5" }, { - "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": "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/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/incidents-ol-om-les-lyonnais-preoccupes-par-des-possibles-sanctions_AV-202111270200.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 20:46:08 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": "bfa87eb7cbf7adc0b477b08b6db81247" + "hash": "ab76c1e44a26b31d450f3a440b6089d1" }, { - "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": "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/ligue-des-champions/manchester-city-psg-donnarumma-appelle-ses-partenaires-a-souffrir-ensemble-avant-le-choc_AV-202111220507.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 20:31:57 GMT", + "pubDate": "Sat, 27 Nov 2021 14:04:27 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bf88d64689a4ea394e2e16d306a4823f" + "hash": "0ff374ceba67919a6598328ee87a750a" }, { - "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": "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-1/incidents-ol-om-pourquoi-le-groupama-stadium-n-est-pas-equipe-de-filets-anti-projectiles_AV-202111220497.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-quatre-forfaits-pour-saint-etienne_AD-202111270179.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 19:57:15 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": "62396c980fb0fb2907a2598bfe921ad5" + "hash": "8f51c1f33ddc0d57babf91b455c70518" }, { - "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": "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/ligue-2/ligue2-l2-des-incidents-avant-le-match-dijon-auxerre_AN-202111220490.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 19:43:50 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": "ee7251f271c0abec0b6f07f9f59dcafb" + "hash": "b23229de065d94a5c5f1f952f5bfbf53" }, { - "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": "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-di-meco-invite-la-lfp-a-taper-fort-avec-de-lourdes-sanctions_AV-202111220488.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 19:39:27 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": "1bd45863b5cf7ec3ce106e412edaeea6" + "hash": "3e83e68b9e73776722de20ccc6188d7f" }, { - "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": "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-ol-om-les-versions-contradictoires-des-differents-acteurs_AV-202111220486.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 19:23:21 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": "9de8187e8f0a153b91860ecbec6913f8" + "hash": "bfd327da4949191edaacd9ed4bac50fc" }, { - "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": "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/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/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 19:08:28 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": "332d34a5d7fd169ee7ecf8cf253c9166" + "hash": "69cd89d967d51491b0de61a3c4cfa4d4" }, { - "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": "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/ol-om-la-moue-d-henry-ecoutant-aulas-devient-un-meme_AV-202111220469.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 18:54:26 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": "33ad9a8314e437568bdf7c38ee9f7635" + "hash": "9562f631fb02c2327a4f21bf83e908ae" }, { - "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": "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/voile/transat-jacques-vabre-une-arrivee-sous-haute-tension-sociale_AN-202111220454.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 18:25:36 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": "e7bf50e3152cbeecf11c791835eb7033" + "hash": "27f6ebdf6a28d975f4aadaf442e6c413" }, { - "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": "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/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/ol-en-direct-la-conf-de-peter-bosz-avant-montpellier_LN-202111270161.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 17:59:12 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": "f7351092d85613f03f8a05859460b1f4" + "hash": "c7581513e752fe2abc46c334899c579c" }, { - "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": "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-des-champions/manchester-city-psg-ramos-pour-la-premiere-fois-dans-le-groupe_AV-202111220420.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 17:49:11 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": "8c675e1310c2be67ce7f5ea8fe00c1a0" + "hash": "60ebaeeb5e1ded92a768319a60d7fb5a" }, { - "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": "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/clubs/paris-saint-germain/psg-a-quoi-joue-mauricio-pochettino_AV-202111220405.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 17:24:05 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": "7ccd00cd0c65967930f22df2810c1c10" + "hash": "12ee87e1fe560f33520302d383f327b0" }, { - "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": "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/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/pari-sportif/pronos-paris-rmc-les-paris-du-27-novembre-sur-nice-metz-ligue-1_AN-202111260349.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 17:12:52 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": "efa5847226144423d2e53a9d53d1e9c4" + "hash": "f8b2c51277d760b93be19dd9e9e522ba" }, { - "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": "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/ligue-1/incidents-d-ol-om-aulas-s-insurge-contre-un-possible-retrait-de-points_AV-202111220394.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 17:12:05 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": "55ee16e69648304f88d9c348e2f9ca2a" + "hash": "e47bd793ac375dbc9dd1c76a41054748" }, { - "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": "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/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/tennis/coupe-davis/coupe-davis-bartoli-allume-pique-il-ne-connait-rien-au-tennis_AV-202111270128.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 16:59:01 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": "e458d5af2177f1dd81b370a308ac0ac1" + "hash": "a6c81f180c4d76bf2644f1d83b3c63d1" }, { - "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": "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/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-d-hiver/biathlon/biathlon-en-direct-suivez-le-debut-de-la-coupe-du-monde-a-ostersund_LN-202111270111.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 16:54:04 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": "7a9bd5f62e42f28f646174927bc78c3e" + "hash": "b62eda5869c9177644b5f7f3e65b499c" }, { - "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": "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/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/ligue-1-le-gardien-francais-est-il-un-monument-en-peril_AV-202111270109.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 16:40:38 GMT", + "pubDate": "Sat, 27 Nov 2021 10:36:04 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c0cb710f883fb65d9a12f415a9103bf2" + "hash": "e88b3d1f3375381545d750efd3e444ac" }, { - "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": "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/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/transferts/zidane-au-psg-ce-serait-une-trahison-totale-de-marseille-selon-bartoli_AV-202111270093.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 16:38:54 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": "3362d268a11fe890a68ab567ab280698" + "hash": "d51f58f1d4051827825244b6a0ec0269" }, { - "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": "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/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/societe/les-trois-quarts-des-enfants-ayant-pratique-un-sport-ont-subi-des-abus_AD-202111270088.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 15:47:14 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": "7e7649070fb6df3c2820c5fc16c425a1" + "hash": "cd75d6c54ca8289974668e1d060401f8" }, { - "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": "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/football/ligue-1/incidents-ol-om-le-speaker-du-groupama-stadium-livre-sa-version_AV-202111220333.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": "Mon, 22 Nov 2021 15:39:07 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": "ec81bce82fb529c37f9eb111a2a4a0b9" + "hash": "23a4a7220645bac11363339f0954860a" }, { - "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": "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/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/rugby/top-14/top-14-retour-aux-affaires-courantes-apres-la-periode-internationale_AD-202111270071.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 15:13:56 GMT", + "pubDate": "Sat, 27 Nov 2021 09:19:20 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a909fa7cfbcf36db46b055b13556149c" + "hash": "8448d92796ca7f3d488f4495d9392896" }, { - "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": "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/un-ancien-joueur-d-everton-signe-en-2e-division-departementale-dans-les-deux-sevres_AV-202111220323.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": "Mon, 22 Nov 2021 15:06:04 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": "96b06833a05012a9d677f809bcb60015" + "hash": "379081f438fe74a53e0206bf923605d6" }, { - "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": "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/transferts/mercato-en-direct-les-infos-et-rumeurs-du-22-novembre_LN-202111220138.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": "Mon, 22 Nov 2021 08:55:12 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": "bb2a9bbf7a6f19598d4fc005c81f3824" + "hash": "f5a351c67e03cc3d085016d714bab33b" }, { - "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": "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/football/ligue-1/ligue-1-suivez-en-direct-le-bouillant-olympico-ol-om_LS-202111210021.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/barca-les-negociations-pour-la-prolongation-de-dembele-patinent_AV-202111270060.html", "creator": "", - "pubDate": "Sun, 21 Nov 2021 16:00:00 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": "db8abf4bc6f86072438b19fcf7876e00" + "hash": "e44cc16b06b74c572881d763de261f53" }, { - "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": "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/football/ligue-1/monaco-lille-l-asm-arrache-un-point-de-gros-regrets-pour-le-losc_AV-202111190501.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 22:09:20 GMT", + "pubDate": "Sat, 27 Nov 2021 08:42:16 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, - "created": true, + "created": false, "tags": [], - "hash": "6096afabd31a83a5d1d8b506c49c074f" + "hash": "3ffda0e53416292bd45e7f875a79bcb5" }, { - "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": "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/bundesliga/bundesliga-deuxieme-defaite-pour-le-bayern-le-championnat-relance_AD-202111190493.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 21:50:00 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": "eba555505f75ad1398aa5e7bcea97f90" + "hash": "b03c91c2cdace8b67ee84e5aaf0dc6dd" }, { - "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": "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/disparition-de-peng-shuai-des-photos-de-la-joueuse-postees-sur-les-reseaux-sociaux-chinois_AV-202111190490.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 21:30:59 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": "a3b7ffc2464f0bb9940d06413940a225" + "hash": "30bb7bae61c455c5a56a5938c8bcef1a" }, { - "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": "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/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/football/liga/liga-l-improbable-but-gag-de-bilbao-contre-grenade_AV-202111270036.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 21:19:55 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": "3b6bd258642bc8975367ace208c2252b" + "hash": "2b5bd8e9c85638b368155599e4a13310" }, { - "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": "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/premier-league/premier-league-howe-va-rater-son-premier-match-avec-newcastle_AD-202111190486.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 21:05:12 GMT", + "pubDate": "Sat, 27 Nov 2021 06:33:09 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "98469a296ca50e183fa758d5e4ddab94" + "hash": "f728589157d63f4287021176e991309d" }, { - "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": "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/comment-l-image-de-la-ligue-1-s-est-bonifiee-selon-thierry-henry_AV-202111190481.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 20:50:25 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": "c4ef8cd798ee1b8952787ff4edbb6d84" + "hash": "df6933885f63e633a7150ce70beb18f0" }, { - "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": "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/coupe-du-monde/qualifications/uruguay-le-selectionneur-tabarez-vire-apres-une-mauvaise-serie_AV-202111190476.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 20:14:39 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": "cfb2b1bed64e4cb469eccd1e1a7a08a3" + "hash": "6b5c4f67abd08de4ad52de088b09f71a" }, { - "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": "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/basket/euroligue/euroleague-nouvelle-defaite-pour-monaco-surclasse-par-anadolu_AD-202111190471.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-marco-verratti-absent-plusieurs-semaines_AV-202111250658.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 19:54:26 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": "c9b003da82bfc9d88ae4d8299f63a15e" + "hash": "b3bf9cca30c29f5a331c50c13bbaac2e" }, { - "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": "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/rugby/tests-matchs/france-nouvelle-zelande-comment-les-bleus-abordent-le-grand-defi-face-aux-blacks_AV-202111190463.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 19:08:00 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": "87eddd56de0fb31cb93852c4a5ae8637" + "hash": "f054dc459bc733d6453c6aed76f9cac1" }, { - "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": "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-1/ligue-1-suivez-le-match-monaco-lille-en-direct_LS-202111190455.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 19:06:54 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": "cd3caea6af9d2d10bd7d45f36cd2a152" + "hash": "7c45765a1602b4120176d0ff8c1b08c3" }, { - "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": "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/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/europa-league/ligue-europa-deja-qualifie-l-ol-plane-toujours-grace-a-cherki_AV-202111250634.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 18:53:06 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": "a17fe3fc39937073732a0065ad61f507" + "hash": "96bd0d9f14bf6e0a7fb1548a1c6c5b4a" }, { - "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": "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/paris-hippique/prix-de-bretagne-premiere-etape-sur-la-route-du-prix-d-amerique_AN-202111190443.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 18:38:00 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": "2a97378757cdd87c73c5304b5b7a5bd7" + "hash": "c27b60a88c0d0ea596aa0791a91c0b6d" }, { - "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": "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/football/ligue-1/psg-donnarumma-navas-une-concurrence-saine-jusqu-a-quand_AV-202111190432.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 18:08:56 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": "004a8f7a24203ba99136b99c5a206934" + "hash": "d8327ca2ce14501fbc2e19060a71e6c8" }, { - "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": "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/ligue-1-la-dncg-maintient-ses-sanctions-contre-l-om_AV-202111190419.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 17:49:01 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": "2de0daf1fc116e6ca4edf057abc1ee43" + "hash": "5f62fec89d4768d7417e2f92bf46a1d9" }, { - "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": "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/premier-league/manchester-united-solskjaer-veut-voir-la-treve-internationale-comme-un-coup-de-boost_AV-202111190406.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 17:32:49 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": "db759af7739cdf434b0b77b3eccafb65" + "hash": "22b115f89cad8c4cb3a84d8dea5e622d" }, { - "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": "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/liga/barca-la-mise-en-garde-de-xavi-a-de-jong-dont-il-attend-beaucoup-plus_AV-202111190387.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 17:03:12 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": "a699e1140e6fd1f18b75aa5dcd51701c" + "hash": "0bbecb7c417850068e545c54eaae551a" }, { - "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": "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/basket/nba/nba-kanter-clashe-le-bron-james-sur-la-chine_AV-202111190381.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 16:54:34 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": "2416c5374f7ddf2b5445b6874cfd0c66" + "hash": "eb4b33901772cf1904c723a74f6c921e" }, { - "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": "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-des-champions/bayern-non-vaccine-kimmich-absent-face-au-dynamo-kiev_AD-202111190347.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 16:11:57 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": "ffd770779546dc367ee03fde9a89bd76" + "hash": "ddc03c67f48312a18b5903ab9b83bb49" }, { - "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": "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/football/ligue-1/psg-neymar-dans-le-groupe-contre-nantes-pas-marquinhos_AV-202111190328.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 15:45:12 GMT", + "pubDate": "Thu, 25 Nov 2021 19:48:37 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "71d026289bb796e392f5c0405b67e9a5" + "hash": "87cce5d5a5e377bd6d78b43c7f684846" }, { - "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": "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/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/brondby-ol-cherki-keita-lukeba-bosz-fait-confiance-aux-espoirs-lyonnais_AV-202111250540.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 15:42:40 GMT", + "pubDate": "Thu, 25 Nov 2021 19:24:12 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "446c9b00cbfe141cf7397a0a6fec8cbe" + "hash": "0a95a65c10fa4f03c968a5e8ff20dc53" }, { - "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": "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/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/europa-league-brondby-ol-en-direct_LS-202111250534.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 15:38:55 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": "a4eae9d3a7c706d7d16d6ad7258b3abc" + "hash": "6d844ecc285a0214fb1c914839f453b2" }, { - "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": "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/om-under-vers-un-forfait-contre-l-ol_AV-202111190317.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": "Fri, 19 Nov 2021 15:24:49 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": "21c687855cfd551ebff62641c8988039" + "hash": "c68501e1d1b71adb666a17f0b3f9e1d5" }, { - "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": "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/ligue-des-champions/atletico-finalement-griezmann-pourra-affronter-l-ac-milan_AV-202111190314.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": "Fri, 19 Nov 2021 15:16:01 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": "fd3bce63b63457a9cf9fa6a6a383ce2b" + "hash": "ba452911c479293b01b666ebcf528347" }, { - "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": "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://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/football/europa-league/ligue-europa-monaco-real-sociedad-en-direct_LS-202111250500.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 14:47:46 GMT", + "pubDate": "Thu, 25 Nov 2021 18:15:47 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2fa2c5692ed86fbb2c9bf4a0d8e6c522" + "hash": "3bb2d308bb9e3529afd1b26558c053b6" }, { - "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": "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://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/football/europa-league/galatasaray-om-l-ouverture-du-score-des-turcs-apres-une-erreur-de-kamara_AV-202111250496.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 14:43:43 GMT", + "pubDate": "Thu, 25 Nov 2021 18:11:27 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "12b32073b753c16e52400695f8f7902a" + "hash": "4cd9e54069d8994a6ad41fb68406e68b" }, { - "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": "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://rmcsport.bfmtv.com/football/ligue-1/psg-pochettino-optimiste-pour-neymar-et-ramos-avant-nantes_AV-202111190281.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14-arthur-vincent-va-prolonger-a-montpellier_AV-202111250481.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 13:54:13 GMT", + "pubDate": "Thu, 25 Nov 2021 17:53:03 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5ccfd15ba66a8a045d2d21e4020236fc" + "hash": "36d88b1a27b6159133ff19374bc63160" }, { - "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": "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://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/ligue-1/mercato-zidane-pas-encore-au-psg_AV-202111250464.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 13:53:29 GMT", + "pubDate": "Thu, 25 Nov 2021 17:37:22 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d9ba7b8570bb8eb421a49e83d4f001a0" + "hash": "c9946776feefdad0da8864a9e5fea92f" }, { - "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": "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://rmcsport.bfmtv.com/football/transferts/om-sampaoli-aimerait-des-joueurs-confirmes-au-mercato_AV-202111190279.html", + "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": "Fri, 19 Nov 2021 13:50:56 GMT", + "pubDate": "Thu, 25 Nov 2021 17:23:43 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "40af6a71d5b72f2183a70557a7f0b968" + "hash": "245b44bf41b547cf3e7970f661bd3c68" }, { - "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": "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://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/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, 18 Nov 2021 06:27:23 GMT", + "pubDate": "Thu, 25 Nov 2021 17:22:07 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c3c1ef3ef35b822217b1a4158ed84528" + "hash": "05cd3fdc4c2ef50795cd0613ecd311b9" }, { - "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": "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://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/liga/barca-toujours-blesse-pedri-ne-devrait-pas-rejouer-avant-2022_AV-202111250442.html", "creator": "", - "pubDate": "Wed, 17 Nov 2021 08:10:21 GMT", + "pubDate": "Thu, 25 Nov 2021 17:16:28 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "50d98278e6a9fe7350146f04464a1a47" + "hash": "10504b6557cc5d2734dbdc40ec9ed0fe" }, { - "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": "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://rmcsport.bfmtv.com/football/affaire-hamraoui-diallo-en-direct-toutes-les-infos_LN-202111110108.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-vendredi-26-novembre-2021_AN-202111250439.html", "creator": "", - "pubDate": "Thu, 11 Nov 2021 08:43:53 GMT", + "pubDate": "Thu, 25 Nov 2021 17:12:25 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": "49457793b9d066990b6a9f2a7145c448" + }, { - "title": "\" Si Ajaccio dérange, il faut le dire \"", - "description": "Caliméro est donc corse.
\n
\nL'AC Ajaccio s'est fendue ce jeudi soir d'un communiqué assez improbable pour se plaindre de la sanction imposée à son défenseur Oumar Gonzalez. Ce dernier…

", - "content": "Caliméro est donc corse.
\n
\nL'AC Ajaccio s'est fendue ce jeudi soir d'un communiqué assez improbable pour se plaindre de la sanction imposée à son défenseur Oumar Gonzalez. Ce dernier…

", + "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/si-ajaccio-derange-il-faut-le-dire-509500.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T20:17:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-si-ajaccio-derange-il-faut-le-dire-1642104882_x600_articles-509500.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-si-ajaccio-derange-il-faut-le-dire-1642104882_x600_articles-509500.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": "7062f029edf5dad3d8061f78330d2279", - "highlights": [] + "hash": "604199f7ab7c4a7df4298092a66d6ecc" }, { - "title": "La Fiorentina éjecte Naples au bout de la prolongation", - "description": "

", - "content": "

", + "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/la-fiorentina-ejecte-naples-au-bout-de-la-prolongation-509470.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-fiorentina-ejecte-naples-au-bout-de-la-prolongation-1642103136_x600_articles-509470.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-la-fiorentina-ejecte-naples-au-bout-de-la-prolongation-1642103136_x600_articles-509470.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": "3c5f2441de3af59271567c6f06ee703a", - "highlights": [] + "hash": "db086e383929a50fc664d01fbb366e6a" }, { - "title": "En direct : Liverpool - Arsenal", - "description": "0' : GOOD EVENING LADS !
\n
\nOubliez la soirée au bar du jeudi soir. Déjà parce que vous pourrez ...", - "content": "0' : GOOD EVENING LADS !
\n
\nOubliez la soirée au bar du jeudi soir. Déjà parce que vous pourrez ...", + "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/en-direct-liverpool-arsenal-509497.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T19:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-liverpool-arsenal-1642095770_x600_articles-509497.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-en-direct-liverpool-arsenal-1642095770_x600_articles-509497.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": "f07e8e24318e1e8b523f9c15d5c846aa", - "highlights": [] + "hash": "d2300f3609d0136bf400ae139cce8639" }, { - "title": "Le Cameroun ne fait qu'une bouchée de l'Éthiopie", - "description": "

", - "content": "

", + "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.

", "category": "", - "link": "https://www.sofoot.com/le-cameroun-ne-fait-qu-une-bouchee-de-l-ethiopie-509478.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T18:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-cameroun-ne-fait-qu-une-bouchee-de-l-ethiopie-1642096997_x600_articles-509478.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-cameroun-ne-fait-qu-une-bouchee-de-l-ethiopie-1642096997_x600_articles-509478.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": "576084f492974a431aa5e6c7c6c4a608", - "highlights": [] + "hash": "e60e9d8d0a96c60341d172a8298cb677" }, { - "title": "La prochaine Coupe d'Afrique des nations se jouera en été", - "description": "Une nouvelle qui plaira à Watford.
\n
\nLa Confédération africaine de…

", - "content": "Une nouvelle qui plaira à Watford.
\n
\nLa Confédération africaine de…

", + "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/la-prochaine-coupe-d-afrique-des-nations-se-jouera-en-ete-509491.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T17:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-prochaine-coupe-d-afrique-des-nations-se-jouera-en-ete-1642095106_x600_articles-509491.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-la-prochaine-coupe-d-afrique-des-nations-se-jouera-en-ete-1642095106_x600_articles-509491.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": "bddb27308f65f4d8ba3bc07ccca7a7dc", - "highlights": [] + "hash": "7636efe8b2141b610c513ceec54e24d0" }, { - "title": "Brésil : Renan Lodi absent en sélection car pas complètement vacciné ", - "description": "Car le plus important, c'est la santé.
\n
\nCe jeudi, Tite le sélectionneur de l'équipe national du Brésil a dévoilé sa liste pour les matchs face à l'Équateur et le Paraguay le 27…

", - "content": "Car le plus important, c'est la santé.
\n
\nCe jeudi, Tite le sélectionneur de l'équipe national du Brésil a dévoilé sa liste pour les matchs face à l'Équateur et le Paraguay le 27…

", + "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/bresil-renan-lodi-absent-en-selection-car-pas-completement-vaccine-509494.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T17:28:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bresil-renan-lodi-absent-en-selection-car-pas-completement-vaccine-1642094583_x600_articles-509494.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-bresil-renan-lodi-absent-en-selection-car-pas-completement-vaccine-1642094583_x600_articles-509494.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": "97230c673140be8771239231cf6df563", - "highlights": [] + "hash": "b8988e34870d243b19adc2740ec45aa7" }, { - "title": "Chelsea : Kenedy rapatrié plus tôt que prévu de son prêt à Flamengo", - "description": "La fin de mois serait-elle dure pour Roman Abramovitch ?
\n
\nTouché au genou…

", - "content": "La fin de mois serait-elle dure pour Roman Abramovitch ?
\n
\nTouché au genou…

", + "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/chelsea-kenedy-rapatrie-plus-tot-que-prevu-de-son-pret-a-flamengo-509485.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T17:20:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-chelsea-kenedy-rapatrie-plus-tot-que-prevu-de-son-pret-a-flamengo-1642094296_x600_articles-509485.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-chelsea-kenedy-rapatrie-plus-tot-que-prevu-de-son-pret-a-flamengo-1642094296_x600_articles-509485.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": "99580fafcd1bf182c0b4c507333569cd", - "highlights": [] + "hash": "f13e178097192ea6fdb2375cca321600" }, { - "title": "Lyon : Jean-Michel Aulas pense toujours à Laurent Blanc", - "description": "On embrasse Peter Bosz.
\n
\nDans une interview qui sera diffusée sur Europe 1 ce week-end mais

", - "content": "On embrasse Peter Bosz.
\n
\nDans une interview qui sera diffusée sur Europe 1 ce week-end mais


", + "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/lyon-jean-michel-aulas-pense-toujours-a-laurent-blanc-509495.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T17:17:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lyon-jean-michel-aulas-pense-toujours-a-laurent-blanc-1642094124_x600_articles-509495.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-lyon-jean-michel-aulas-pense-toujours-a-laurent-blanc-1642094124_x600_articles-509495.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": "e01122b56700128c1ea9baf3ab2877cf", - "highlights": [] + "hash": "6f8482e0b095b558cdc7ca6b3100eacc" }, { - "title": "Cameroun : Plusieurs blessés lors d'une fusillade à Buéa, ville hôte de la Coupe d'Afrique des nations", - "description": "Le pire vient peut-être d'être évité.
\n
\nSelon des informations de l'AFP dévoilées ce jeudi, une fusillade entre militaires et hommes armés a éclaté ce mercredi à Buea, une ville…

", - "content": "Le pire vient peut-être d'être évité.
\n
\nSelon des informations de l'AFP dévoilées ce jeudi, une fusillade entre militaires et hommes armés a éclaté ce mercredi à Buea, une ville…

", + "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/cameroun-plusieurs-blesses-lors-d-une-fusillade-a-buea-ville-hote-de-la-coupe-d-afrique-des-nations-509493.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T17:13:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-cameroun-plusieurs-blesses-lors-d-une-fusillade-a-buea-ville-hote-de-la-coupe-d-afrique-des-nations-1642093624_x600_articles-509493.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-cameroun-plusieurs-blesses-lors-d-une-fusillade-a-buea-ville-hote-de-la-coupe-d-afrique-des-nations-1642093624_x600_articles-509493.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": "e8db0e73cbd86bb9fb954043b91eee19", - "highlights": [] + "hash": "45319858d88517590779f82d8270177e" }, { - "title": "James Rodríguez (Al-Rayyan) héros au Qatar pour son aide à Ousmane Coulibaly (Al-Wakrah)", - "description": "Le bandit est devenu sauveur.
\n
\nJames Rodríguez a joué un rôle capital pour sauver la vie d'Ousmane Coulibaly, joueur de l'équipe Qatari d'Al-Wakrah victime d'un arrêt…

", - "content": "Le bandit est devenu sauveur.
\n
\nJames Rodríguez a joué un rôle capital pour sauver la vie d'Ousmane Coulibaly, joueur de l'équipe Qatari d'Al-Wakrah victime d'un arrêt…

", + "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/james-rodriguez-al-rayyan-heros-au-qatar-pour-son-aide-a-ousmane-coulibaly-al-wakrah-509488.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T16:56:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-james-rodriguez-al-rayyan-heros-au-qatar-pour-son-aide-a-ousmane-coulibaly-al-wakrah-1642091774_x600_articles-509488.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-james-rodriguez-al-rayyan-heros-au-qatar-pour-son-aide-a-ousmane-coulibaly-al-wakrah-1642091774_x600_articles-509488.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": "21cc9e9e932e765a12af30190caf4071", - "highlights": [] + "hash": "d44ae559c7f39ff5af73b795da185a26" }, { - "title": "Pronostic Guinée Bissau Egypte : Analyse, cotes et pronostic du match de la CAN 2022", - "description": "

L'Egypte se reprend face à la Guinée Bissau

\n
\nOpposés au Soudan pour son entrée en lice dans cette compétition, la Guinée Bissau a déçu en…
", - "content": "

L'Egypte se reprend face à la Guinée Bissau

\n
\nOpposés au Soudan pour son entrée en lice dans cette compétition, la Guinée Bissau a déçu en…
", + "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/pronostic-guinee-bissau-egypte-analyse-cotes-et-pronostic-du-match-de-la-can-2022-509492.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T16:55:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-guinee-bissau-egypte-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1642093970_x600_articles-509492.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-guinee-bissau-egypte-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1642093970_x600_articles-509492.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": "1ac06516f42a91150d9c242073414640", - "highlights": [] + "hash": "640a9298de8e49bfd9cf689c1e34d5a5" }, { - "title": "Supercoupe d'Italie : Leonardo Bonucci (Juventus) écope d'une amende de 10 000 euros pour s'en être pris à un dirigeant de l'Inter", - "description": "La violence, ça ne paye pas.
\n
\nMercredi soir, alors que
la finale de…

", - "content": "La violence, ça ne paye pas.
\n
\nMercredi soir, alors que la finale de…

", + "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/supercoupe-d-italie-leonardo-bonucci-juventus-ecope-d-une-amende-de-10-000-euros-pour-s-en-etre-pris-a-un-dirigeant-de-l-inter-509486.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T16:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-supercoupe-d-italie-leonardo-bonucci-juventus-ecope-d-une-amende-de-10-000-euros-pour-s-en-etre-pris-a-un-dirigeant-de-l-inter-1642091006_x600_articles-509486.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-supercoupe-d-italie-leonardo-bonucci-juventus-ecope-d-une-amende-de-10-000-euros-pour-s-en-etre-pris-a-un-dirigeant-de-l-inter-1642091006_x600_articles-509486.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": "1f4129bcbb6c792fe78f7fd156478426", - "highlights": [] + "hash": "ecd1b931cf948a5261571a54760e9b21" }, { - "title": "Pronostic Nigeria Soudan : Analyse, cotes et pronostic du match de la CAN 2022", - "description": "

Le Nigéria solide face au Soudan

\n
\nOpposé à l'Egypte pour son 1er match de la compétition, le Nigéria a frappé un grand coup en…
", - "content": "

Le Nigéria solide face au Soudan

\n
\nOpposé à l'Egypte pour son 1er match de la compétition, le Nigéria a frappé un grand coup en…
", + "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/pronostic-nigeria-soudan-analyse-cotes-et-pronostic-du-match-de-la-can-2022-509490.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T16:26:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-nigeria-soudan-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1642092876_x600_articles-509490.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-nigeria-soudan-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1642092876_x600_articles-509490.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": "456f3843d4e7f7f4b9e045a68eae10aa", - "highlights": [] + "hash": "6e0fbc59da13aef183f446cd5c7722c5" }, { - "title": "Pronostic Saint-Etienne Lens : Analyse, cotes et pronostic du match de Ligue 1", - "description": "

Lens enfonce Saint-Etienne

\n
\nL'affiche du samedi après-midi en Ligue 1 nous amène à Geoffroy Guichard où Saint-Etienne reçoit le Racing Club de…
", - "content": "

Lens enfonce Saint-Etienne

\n
\nL'affiche du samedi après-midi en Ligue 1 nous amène à Geoffroy Guichard où Saint-Etienne reçoit le Racing Club de…
", + "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/pronostic-saint-etienne-lens-analyse-cotes-et-pronostic-du-match-de-ligue-1-509489.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T16:07:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-saint-etienne-lens-analyse-cotes-et-pronostic-du-match-de-ligue-1-1642090876_x600_articles-509489.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-saint-etienne-lens-analyse-cotes-et-pronostic-du-match-de-ligue-1-1642090876_x600_articles-509489.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": "7ddac4fdacf612986e54685a4fc28f8d", - "highlights": [] + "hash": "437b457546af2e24c1170b58cd72ea07" }, { - "title": "Pronostic Quevilly Rouen Amiens : Analyse, cotes et pronostic du match de Ligue 2", - "description": "

Amiens accroche Quevilly Rouen

\n
\nPromu cette saison, Quevilly Rouen a réalisé une première partie de saison très correcte avec la 12e place…
", - "content": "

Amiens accroche Quevilly Rouen

\n
\nPromu cette saison, Quevilly Rouen a réalisé une première partie de saison très correcte avec la 12e place…
", + "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/pronostic-quevilly-rouen-amiens-analyse-cotes-et-pronostic-du-match-de-ligue-2-509473.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T16:04:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-quevilly-rouen-amiens-analyse-cotes-et-pronostic-du-match-de-ligue-2-1642090189_x600_articles-509473.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-quevilly-rouen-amiens-analyse-cotes-et-pronostic-du-match-de-ligue-2-1642090189_x600_articles-509473.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": "04dc4cba2f7bddf97daef0b6e1f58a4d", - "highlights": [] + "hash": "cbe353dfc078117beeed21cad3e802cc" }, { - "title": "Mats Hummels justifie son mauvais début de saison avec le Borussia Dortmund", - "description": "Adepte de la mauvaise foi.
\n
\nLa semaine dernière, le président du Borussia Dortmund Hans-Joachim Watzke avait déclaré qu'il attendait que Mats Hummels \"revienne à son meilleur…

", - "content": "Adepte de la mauvaise foi.
\n
\nLa semaine dernière, le président du Borussia Dortmund Hans-Joachim Watzke avait déclaré qu'il attendait que Mats Hummels \"revienne à son meilleur…

", + "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/mats-hummels-justifie-son-mauvais-debut-de-saison-avec-le-borussia-dortmund-509481.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T16:03:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-mats-hummels-justifie-son-mauvais-debut-de-saison-avec-le-borussia-dortmund-1642089775_x600_articles-509481.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-mats-hummels-justifie-son-mauvais-debut-de-saison-avec-le-borussia-dortmund-1642089775_x600_articles-509481.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": "dc4be61cb00a1dd96728f24c4c94cc74", - "highlights": [] + "hash": "68c6ac3f3cfb8a1a781ce5f8fe063c40" }, { - "title": "Pronostic PSG Brest : Analyse, cotes et pronostic du match de Ligue 1", - "description": "

Le PSG passe la vitesse supérieure face à Brest

\n
\nLors des 5 dernières journées de Ligue 1, le Paris Saint-Germain a seulement récolté 7 points, qui…
", - "content": "

Le PSG passe la vitesse supérieure face à Brest

\n
\nLors des 5 dernières journées de Ligue 1, le Paris Saint-Germain a seulement récolté 7 points, qui…
", + "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/pronostic-psg-brest-analyse-cotes-et-pronostic-du-match-de-ligue-1-509487.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T15:51:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-psg-brest-analyse-cotes-et-pronostic-du-match-de-ligue-1-1642089896_x600_articles-509487.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-psg-brest-analyse-cotes-et-pronostic-du-match-de-ligue-1-1642089896_x600_articles-509487.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": "0c1a3685e5c5ff1dd38c0c095a4641c3", - "highlights": [] + "hash": "7b1979d9924792b6b38918055117526b" }, { - "title": "Manchester United : Cristiano Ronaldo espère encore être sur les terrains à plus de 40 ans", - "description": "CR∞.
\n
\nLa retraite ? Pas pour tout de suite en ce qui concerne Cristiano Ronaldo, 36 ans. Dans un entretien avec la

", - "content": "CR∞.
\n
\nLa retraite ? Pas pour tout de suite en ce qui concerne Cristiano Ronaldo, 36 ans. Dans un entretien avec la


", + "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/manchester-united-cristiano-ronaldo-espere-encore-etre-sur-les-terrains-a-plus-de-40-ans-509483.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T15:47:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-manchester-united-cristiano-ronaldo-espere-encore-etre-sur-les-terrains-a-plus-de-40-ans-1642088459_x600_articles-509483.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-manchester-united-cristiano-ronaldo-espere-encore-etre-sur-les-terrains-a-plus-de-40-ans-1642088459_x600_articles-509483.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": "0ed8b65c21a3cf1d39dce34c50bf266e", - "highlights": [] + "hash": "bb8a2853b37a8b6ceb91f8f6ebe4dd3f" }, { - "title": "En direct : Cameroun - Éthiopie", - "description": "55' : ABOUBAAKAAAAR BIS REPETITAAAAA !!!! LES LIONS INDOMPTABLES PLIENT LE MATCH EN DEUX ...", - "content": "55' : ABOUBAAKAAAAR BIS REPETITAAAAA !!!! LES LIONS INDOMPTABLES PLIENT LE MATCH EN DEUX ...", + "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/en-direct-cameroun-ethiopie-509429.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T15:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-cameroun-ethiopie-1642093488_x600_articles-alt-509429.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-en-direct-cameroun-ethiopie-1642093488_x600_articles-alt-509429.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": "ffecb14ceb2e94f0499e90f4c7e6f561", - "highlights": [] + "hash": "22620527a44148f544fed869c5945faa" }, { - "title": "Liga : Getafe annonce les arrivées de Borja Mayoral et Gonzalo Villar (AS Roma)", - "description": "Du Colisée au Coliseum.
\n
\nGetafe a officialisé ce jeudi les prêts de deux joueurs de l'AS Rome, Gonzalo Villar et Borja Mayoral, jusqu'à la fin de la saison. Hors des plans de…

", - "content": "Du Colisée au Coliseum.
\n
\nGetafe a officialisé ce jeudi les prêts de deux joueurs de l'AS Rome, Gonzalo Villar et Borja Mayoral, jusqu'à la fin de la saison. Hors des plans de…

", + "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/liga-getafe-annonce-les-arrivees-de-borja-mayoral-et-gonzalo-villar-as-roma-509472.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T15:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-liga-getafe-annonce-les-arrivees-de-borja-mayoral-et-gonzalo-villar-as-roma-1642087620_x600_articles-509472.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-liga-getafe-annonce-les-arrivees-de-borja-mayoral-et-gonzalo-villar-as-roma-1642087620_x600_articles-509472.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": "a1428910c2191bcacc3660804101c682", - "highlights": [] + "hash": "6c9c1b2365752080f02495d36afeb53f" }, { - "title": "L'Olympique de Marseille signe Cédric Bakambu (Beijing Guoan)", - "description": "D'habitude,
les joueurs africains partent pendant la CAN. À l'OM, ils arrivent.
\n", - "content": "D'habitude, les joueurs africains partent pendant la CAN. À l'OM, ils arrivent.
\n", + "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/l-olympique-de-marseille-signe-cedric-bakambu-beijing-guoan-509480.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T14:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-olympique-de-marseille-signe-cedric-bakambu-beijing-guoan-1642085401_x600_articles-509480.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-l-olympique-de-marseille-signe-cedric-bakambu-beijing-guoan-1642085401_x600_articles-509480.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": "82434a8748921739a8343e90ccb04ff0", - "highlights": [] + "hash": "90d1340d930e40b7441604ea987d79f0" }, { - "title": "Royal Excel Mouscron (Belgique) : Les joueurs en grève pour un défaut de paiement de Gérard Lopez", - "description": "Mouscron façon Gabon.
\n
\nLes joueurs du Royal Excel Mouscron…

", - "content": "Mouscron façon Gabon.
\n
\nLes joueurs du Royal Excel Mouscron…

", + "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/royal-excel-mouscron-belgique-les-joueurs-en-greve-pour-un-defaut-de-paiement-de-gerard-lopez-509459.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T14:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-royal-excel-mouscron-belgique-les-joueurs-en-greve-pour-un-defaut-de-paiement-de-gerard-lopez-1642085010_x600_articles-509459.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-royal-excel-mouscron-belgique-les-joueurs-en-greve-pour-un-defaut-de-paiement-de-gerard-lopez-1642085010_x600_articles-509459.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": "def58518dba20568ca8f85f4dbce1bc6", - "highlights": [] + "hash": "eebe162d8b505395f0bd86335c379ef9" }, { - "title": "Pronostic Toulouse Pau : Analyse, cotes et pronostic du match de Ligue 2", - "description": "

Toulouse remonté face à Pau

\n
\nL'objectif principal de Toulouse est de monter en Ligue 1. La formation haut-garonnaise est déterminée à accrocher…
", - "content": "

Toulouse remonté face à Pau

\n
\nL'objectif principal de Toulouse est de monter en Ligue 1. La formation haut-garonnaise est déterminée à accrocher…
", + "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/pronostic-toulouse-pau-analyse-cotes-et-pronostic-du-match-de-ligue-2-509482.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T14:41:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-toulouse-pau-analyse-cotes-et-pronostic-du-match-de-ligue-2-1642085324_x600_articles-509482.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-toulouse-pau-analyse-cotes-et-pronostic-du-match-de-ligue-2-1642085324_x600_articles-509482.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": "8117be0a760406a3b7bd059ead8440a3", - "highlights": [] + "hash": "83a2724625cb532b60afe17f51c77edb" }, { - "title": "Mohamed Ihattaren raconte son calvaire à la Sampdoria", - "description": "Enfin des nouvelles d'Ihattaren.
\n
\nPrêté à la Sampdoria par la Juventus cet été,…

", - "content": "Enfin des nouvelles d'Ihattaren.
\n
\nPrêté à la Sampdoria par la Juventus cet été,…

", + "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/mohamed-ihattaren-raconte-son-calvaire-a-la-sampdoria-509466.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T14:28:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-mohamed-ihattaren-raconte-son-calvaire-a-la-sampdoria-1642083162_x600_articles-509466.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-mohamed-ihattaren-raconte-son-calvaire-a-la-sampdoria-1642083162_x600_articles-509466.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": "7598891ca28855d918f354f21cdca550", - "highlights": [] + "hash": "6231646040e72f92a6129672e9a4cb39" }, { - "title": "West Ham : Pour David Moyes, Jarrod Bowen \"frappe à la porte\" de l'équipe d'Angleterre", - "description": "David Moyes, expert en passes dé.
\n
\nAprès la victoire de West Ham à domicile face à Norwich (2-0) ce mercredi, durant laquelle Jarrod Bowen s'est illustré en marquant un doublé,…

", - "content": "David Moyes, expert en passes dé.
\n
\nAprès la victoire de West Ham à domicile face à Norwich (2-0) ce mercredi, durant laquelle Jarrod Bowen s'est illustré en marquant un doublé,…

", + "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/west-ham-pour-david-moyes-jarrod-bowen-frappe-a-la-porte-de-l-equipe-d-angleterre-509464.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T14:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-west-ham-pour-david-moyes-jarrod-bowen-frappe-a-la-porte-de-l-equipe-d-angleterre-1642081446_x600_articles-509464.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-west-ham-pour-david-moyes-jarrod-bowen-frappe-a-la-porte-de-l-equipe-d-angleterre-1642081446_x600_articles-509464.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": "4ee4e5b566ebab04d7072db9590747e9", - "highlights": [] + "hash": "2b9c62836fc6c2141039b6f9cf4a1bff" }, { - "title": "Pronostic Sochaux Caen : Analyse, cotes et pronostic du match de Ligue 2", - "description": "

Un Sochaux – Caen verrouillé

\n
\nAuteur d'une très bonne saison dernière, Sochaux avait fini au pied des playoffs. Sur leur lancée, les Sochaliens…
", - "content": "

Un Sochaux – Caen verrouillé

\n
\nAuteur d'une très bonne saison dernière, Sochaux avait fini au pied des playoffs. Sur leur lancée, les Sochaliens…
", + "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/pronostic-sochaux-caen-analyse-cotes-et-pronostic-du-match-de-ligue-2-509479.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T14:05:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-sochaux-caen-analyse-cotes-et-pronostic-du-match-de-ligue-2-1642084835_x600_articles-509479.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-sochaux-caen-analyse-cotes-et-pronostic-du-match-de-ligue-2-1642084835_x600_articles-509479.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": "f5b67e39b1e15985e44d3a8a00c82cc6", - "highlights": [] + "hash": "0216a9a3923298bb7887a3f0b6531e6b" }, { - "title": "Pronostic Guingamp Grenoble : Analyse, cotes et pronostic du match de Ligue 2", - "description": "

Guingamp enfonce Grenoble

\n
\nAprès avoir connu une saison dernière très compliquée, l'En Avant Guingamp se trouve actuellement en 11e
", - "content": "

Guingamp enfonce Grenoble

\n
\nAprès avoir connu une saison dernière très compliquée, l'En Avant Guingamp se trouve actuellement en 11e
", + "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-guingamp-grenoble-analyse-cotes-et-pronostic-du-match-de-ligue-2-509474.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T13:51:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-guingamp-grenoble-analyse-cotes-et-pronostic-du-match-de-ligue-2-1642082652_x600_articles-509474.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-guingamp-grenoble-analyse-cotes-et-pronostic-du-match-de-ligue-2-1642082652_x600_articles-509474.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": "fb42c1c720d6db337cab8520baa49af9", - "highlights": [] + "hash": "c524f5afd5bb1bf23032b9354e437d9c" }, { - "title": "CAN 2021 : Le communiqué de la CAF après Tunisie-Mali", - "description": "La CAF réagit à la polémique.
\n
\nLa Confédération africaine de football a fait paraître

", - "content": "La CAF réagit à la polémique.
\n
\nLa Confédération africaine de football a fait paraître


", + "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/can-2021-le-communique-de-la-caf-apres-tunisie-mali-509460.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T13:41:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-can-2021-le-communique-de-la-caf-apres-tunisie-mali-1642080620_x600_articles-509460.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-can-2021-le-communique-de-la-caf-apres-tunisie-mali-1642080620_x600_articles-509460.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": "916aef6536824ba415ca6578d373eddf", - "highlights": [] + "hash": "3715431d13751e78f6baa2fdcc4c6d33" }, { - "title": "Roberto Lopes, le Requin vert", - "description": "Bien entré dans sa CAN à la suite d'une courte victoire sur l'Éthiopie (1-0), le Cap-Vert espère valider son billet pour la suite de la compétition ce jeudi face au Burkina Faso. Pour cela, il pourra compter sur sa tour de contrôle arrivée tout droit de Dublin qui répond au nom de Roberto Lopes. Portrait d'un Requin bleu venu des eaux glacées de la mer d'Irlande qui a bossé dans une banque et qui découvre sa deuxième famille.Au Cap-Vert, une victoire en Coupe d'Afrique des nations n'est jamais banale. Il y a huit ans, les Requins bleus décrochaient pour la première fois le droit de s'inviter à la table du gotha…", - "content": "Au Cap-Vert, une victoire en Coupe d'Afrique des nations n'est jamais banale. Il y a huit ans, les Requins bleus décrochaient pour la première fois le droit de s'inviter à la table du gotha…", + "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/roberto-lopes-le-requin-vert-509465.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T13:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-roberto-lopes-le-requin-vert-1642074929_x600_articles-alt-509465.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-roberto-lopes-le-requin-vert-1642074929_x600_articles-alt-509465.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": "5ae7eddc6d3a90c7a2b6cbed00477a3d", - "highlights": [] + "hash": "8a8cfd9275b2ac9c52bfcfd6ebd99ac4" }, { - "title": "Daniel Farke (ex-Norwich) prend les rênes de Krasnodar", - "description": "Deux petits mois de vacances et ça repart.
\n
\nEntraîneur de Norwich entre mai 2017 et novembre dernier, Daniel Farke a fini par laisser les Canaries dans une bien mauvaise posture…

", - "content": "Deux petits mois de vacances et ça repart.
\n
\nEntraîneur de Norwich entre mai 2017 et novembre dernier, Daniel Farke a fini par laisser les Canaries dans une bien mauvaise posture…

", + "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/daniel-farke-ex-norwich-prend-les-renes-de-krasnodar-509463.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T13:26:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-daniel-farke-ex-norwich-prend-les-renes-de-krasnodar-1642080077_x600_articles-509463.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-daniel-farke-ex-norwich-prend-les-renes-de-krasnodar-1642080077_x600_articles-509463.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": "4616a270cc0b451a4dad248fcebcbc34", - "highlights": [] + "hash": "24fd1d92acb0c447030d22d6e0588eb3" }, { - "title": "Pronostic Manchester City Chelsea : Analyse, cotes et pronostic du match de Premier League", - "description": "

Manchester City soigne encore ses bleus face à Chelsea

\n
\nManchester City a réalisé une saison dernière incroyable avec le gain de la Premier League et…
", - "content": "

Manchester City soigne encore ses bleus face à Chelsea

\n
\nManchester City a réalisé une saison dernière incroyable avec le gain de la Premier League et…
", + "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-manchester-city-chelsea-analyse-cotes-et-pronostic-du-match-de-premier-league-509471.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T13:16:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-manchester-city-chelsea-analyse-cotes-et-pronostic-du-match-de-premier-league-1642080293_x600_articles-509471.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-manchester-city-chelsea-analyse-cotes-et-pronostic-du-match-de-premier-league-1642080293_x600_articles-509471.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": "7613f4a4cb234b945a3ca28f2030eff4", - "highlights": [] + "hash": "6e3b9c1176feb34c5cc52ba5a1d9a60e" }, { - "title": "Le FC Nantes réexpédie l'attaquant Renaud Emond au Standard de Liège en Belgique", - "description": "Les soldes ont débuté.
\n
\nDeux ans après avoir quitté le Standard de Liège pour le FC Nantes, Renaud Emond retourne en Belgique, toujours chez les Rouches. Un départ qui ressemble à…

", - "content": "Les soldes ont débuté.
\n
\nDeux ans après avoir quitté le Standard de Liège pour le FC Nantes, Renaud Emond retourne en Belgique, toujours chez les Rouches. Un départ qui ressemble à…

", + "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/le-fc-nantes-reexpedie-l-attaquant-renaud-emond-au-standard-de-liege-en-belgique-509462.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T13:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-fc-nantes-reexpedie-l-attaquant-renaud-emond-au-standard-de-liege-en-belgique-1642078921_x600_articles-509462.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-fc-nantes-reexpedie-l-attaquant-renaud-emond-au-standard-de-liege-en-belgique-1642078921_x600_articles-509462.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": "a2ed45e0b0b004453f38ee2274b656ab", - "highlights": [] + "hash": "91b433468b9e5c87deb2fcc8a6f8e769" }, { - "title": "Pronostic Nancy Bastia : Analyse, cotes et pronostic du match de Ligue 2", - "description": "

Nancy face à des Bastiais qui ne perdent plus

\n
\nL'AS Nancy Lorraine vit une drôle de saison avec une dernière place au classement. Le club lorrain…
", - "content": "

Nancy face à des Bastiais qui ne perdent plus

\n
\nL'AS Nancy Lorraine vit une drôle de saison avec une dernière place au classement. Le club lorrain…
", + "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/pronostic-nancy-bastia-analyse-cotes-et-pronostic-du-match-de-ligue-2-509469.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T12:57:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-nancy-bastia-analyse-cotes-et-pronostic-du-match-de-ligue-2-1642079803_x600_articles-509469.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-nancy-bastia-analyse-cotes-et-pronostic-du-match-de-ligue-2-1642079803_x600_articles-509469.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": "c431441695e7fbeb6d65efc60d5f0cac", - "highlights": [] + "hash": "846438894670f7b42b440b59608bda5a" }, { - "title": "Pronostic Rodez Dijon : Analyse, cotes et pronostic du match de Ligue 2", - "description": "

Rodez costaud à domicile face à Dijon

\n
\nRodez joue sa troisième saison consécutive et a pour objectif comme lors des deux premiers exercices de se…
", - "content": "

Rodez costaud à domicile face à Dijon

\n
\nRodez joue sa troisième saison consécutive et a pour objectif comme lors des deux premiers exercices de se…
", + "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/pronostic-rodez-dijon-analyse-cotes-et-pronostic-du-match-de-ligue-2-509468.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T12:43:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-rodez-dijon-analyse-cotes-et-pronostic-du-match-de-ligue-2-1642078646_x600_articles-509468.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-rodez-dijon-analyse-cotes-et-pronostic-du-match-de-ligue-2-1642078646_x600_articles-509468.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": "9610edbc82d541fa05b7bc187d6c7845", - "highlights": [] + "hash": "e25d25b934276e654759eba77494dab3" }, { - "title": "Pronostic Nîmes Valenciennes : Analyse, cotes et pronostic du match de Ligue 2", - "description": "

Un Nîmes – Valenciennes avec des buts de chaque côté

\n
\nDans une Ligue 2 extrêmement dense avec seulement 5 points qui séparent Grenoble, le premier…
", - "content": "

Un Nîmes – Valenciennes avec des buts de chaque côté

\n
\nDans une Ligue 2 extrêmement dense avec seulement 5 points qui séparent Grenoble, le premier…
", + "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/pronostic-nimes-valenciennes-analyse-cotes-et-pronostic-du-match-de-ligue-2-509467.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T12:41:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-nimes-valenciennes-analyse-cotes-et-pronostic-du-match-de-ligue-2-1642078105_x600_articles-509467.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-nimes-valenciennes-analyse-cotes-et-pronostic-du-match-de-ligue-2-1642078105_x600_articles-509467.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": "8745ba81b3b9086682416cb931234d36", - "highlights": [] + "hash": "8d9c497c1b8ad3c38d442cdfcd1bea32" }, { - "title": "NetBet", - "description": "NetBet est l'un des rares opérateurs qui vous offre 10€ gratuits, sans avoir à déposer ! Vous récupérez 10€ gratuitement sans avoir à sortir la CB

NetBet

\nNetBet

\n
", + "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/netbet-172650.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T12:13:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-netbet-1634647293_x600_articles-172650.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-netbet-1634647293_x600_articles-172650.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": "86ab55e6f58a03f707c8a519e8a292e7", - "highlights": [] + "hash": "3f3b3c2fc2c9b4d8d0b0515aa91e4168" }, { - "title": "Le FC Barcelone renvoie l'Autrichien Yusuf Demir au Rapid Vienne", - "description": "Retour à l'envoyeur.
\n
\nLe FC Barcelone annonce ce jeudi avoir trouvé un accord pour rompre le prêt de Yusuf Demir, qui retourne donc au Rapid Vienne comme il est venu. L'histoire aura…

", - "content": "Retour à l'envoyeur.
\n
\nLe FC Barcelone annonce ce jeudi avoir trouvé un accord pour rompre le prêt de Yusuf Demir, qui retourne donc au Rapid Vienne comme il est venu. L'histoire aura…

", + "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/le-fc-barcelone-renvoie-l-autrichien-yusuf-demir-au-rapid-vienne-509458.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T11:57:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-fc-barcelone-renvoie-l-autrichien-yusuf-demir-au-rapid-vienne-1642074764_x600_articles-509458.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-fc-barcelone-renvoie-l-autrichien-yusuf-demir-au-rapid-vienne-1642074764_x600_articles-509458.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": "525c1ec45f4d449c8db3a6f997c5e410", - "highlights": [] + "hash": "31aac5d0edd88dfd4555d71d4aa98d1d" }, { - "title": "CAN 2021 : Le sélectionneur du Gabon Patrice Neveu testé positif au covid-19", - "description": "Quand ça ne veut pas...
\n
\nLa Fédération gabonaise de football annonce ce jeudi que son sélectionneur Patrice Neveu a été testé positif à la Covid-19. Lloyd Palun, défenseur du SC…

", - "content": "Quand ça ne veut pas...
\n
\nLa Fédération gabonaise de football annonce ce jeudi que son sélectionneur Patrice Neveu a été testé positif à la Covid-19. Lloyd Palun, défenseur du SC…

", + "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/can-2021-le-selectionneur-du-gabon-patrice-neveu-teste-positif-au-covid-19-509461.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T11:46:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-can-2021-le-selectionneur-du-gabon-patrice-neveu-teste-positif-au-covid-19-1642074300_x600_articles-509461.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-can-2021-le-selectionneur-du-gabon-patrice-neveu-teste-positif-au-covid-19-1642074300_x600_articles-509461.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": "7bb30bc142b60d3020380fd76f2f9598", - "highlights": [] + "hash": "943420ee4d585df4c14f6cc4724a4233" }, { - "title": "L'Uruguayen Diego Godín (ex-Cagliari) file à l'Atlético Mineiro, au Brésil", - "description": "In Godín they trust.
\n
\nÀ 35 ans, Diego Godín va découvrir le Brésil sous la tunique du champion en titre, l'Atlético Mineiro, pour une saison avec une option de…

", - "content": "In Godín they trust.
\n
\nÀ 35 ans, Diego Godín va découvrir le Brésil sous la tunique du champion en titre, l'Atlético Mineiro, pour une saison avec une option de…

", + "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/l-uruguayen-diego-godin-ex-cagliari-file-a-l-atletico-mineiro-au-bresil-509455.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T11:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-uruguayen-diego-godin-ex-cagliari-file-a-l-atletico-mineiro-au-bresil-1642073290_x600_articles-509455.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-l-uruguayen-diego-godin-ex-cagliari-file-a-l-atletico-mineiro-au-bresil-1642073290_x600_articles-509455.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": "5abb2bb123e0d27cd7d6a5712f7d4a52", - "highlights": [] + "hash": "9a1b353cf0412decac5b1062762cf87e" }, { - "title": "En visite à Rome, Wendie Renard (Lyon) a offert deux maillots au pape François", - "description": "La basilique Saint-Pierre
va finir en…", - "content": "La basilique Saint-Pierre va finir en…", + "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/en-visite-a-rome-wendie-renard-lyon-a-offert-deux-maillots-au-pape-francois-509456.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T11:24:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-visite-a-rome-wendie-renard-lyon-a-offert-deux-maillots-au-pape-francois-1642072999_x600_articles-509456.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-en-visite-a-rome-wendie-renard-lyon-a-offert-deux-maillots-au-pape-francois-1642072999_x600_articles-509456.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": "47fb82aec1a76fe275ddd803f2657add", - "highlights": [] + "hash": "330d90afd765bf866c51d14ba8bfb128" }, { - "title": "Winamax Paris sportifs", - "description": "

Winamax

\nWinamax

\n
", + "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/winamax-paris-sportifs-497214.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T11:19:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-winamax-paris-sportifs-1642076631_x600_articles-497214.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-winamax-paris-sportifs-1642076631_x600_articles-497214.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": "27fd5e5e91280ed1719d8113d073feac", - "highlights": [] + "hash": "d06a890d50327d37a785a10033588b01" }, { - "title": "Magou Doucouré (Reims), victime de racisme en Coupe de France à Lens : \"Je ne dors pas et j'essaie de comprendre\"", - "description": "Des mots sur les maux.
\n
\nÀ 21 ans, Magou Doucouré pensait disputer un banal seizième de finale de Coupe de France féminine, à Lens dimanche dernier. Au lieu de ça, la latérale…

", - "content": "Des mots sur les maux.
\n
\nÀ 21 ans, Magou Doucouré pensait disputer un banal seizième de finale de Coupe de France féminine, à Lens dimanche dernier. Au lieu de ça, la latérale…

", + "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/magou-doucoure-reims-victime-de-racisme-en-coupe-de-france-a-lens-je-ne-dors-pas-et-j-essaie-de-comprendre-509457.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T11:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-magou-doucoure-reims-victime-de-racisme-en-coupe-de-france-a-lens-je-ne-dors-pas-et-j-essaie-de-comprendre-1642072053_x600_articles-509457.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-magou-doucoure-reims-victime-de-racisme-en-coupe-de-france-a-lens-je-ne-dors-pas-et-j-essaie-de-comprendre-1642072053_x600_articles-509457.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": "29d030b5765d4cf393ef97c49fbf5b57", - "highlights": [] + "hash": "cb4e70fd4e70836ba4fed0a5a53f4a2b" }, { - "title": "Serie A : Sérgio Oliveira (FC Porto) débarque en prêt à l'AS Roma", - "description": "José Mourinho se sert au pays.
\n
\nJosé Mourinho l'avait déjà confirmé à demi-mot en conférence de presse et la confirmation vient de tomber : Sérgio Oliveira est prêté à l'AS…

", - "content": "José Mourinho se sert au pays.
\n
\nJosé Mourinho l'avait déjà confirmé à demi-mot en conférence de presse et la confirmation vient de tomber : Sérgio Oliveira est prêté à l'AS…

", + "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/serie-a-sergio-oliveira-fc-porto-debarque-en-pret-a-l-as-roma-509454.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T11:03:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-serie-a-sergio-oliveira-fc-porto-debarque-en-pret-a-l-as-roma-1642071506_x600_articles-509454.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-serie-a-sergio-oliveira-fc-porto-debarque-en-pret-a-l-as-roma-1642071506_x600_articles-509454.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": "e7cdbb2ab07652821c70b70453696c1a", - "highlights": [] + "hash": "58960903199d55dcf70a033919fbbfc1" }, { - "title": "Barça, l'An 1 de l'après-Messi !", - "description": "Malgré la défaite éliminatoire face au Real en demi-finales de Supercoupe d'Espagne (3-2 AP), le FC Barcelone de Xavi a brillamment et définitivement tourné la page Lionel Messi. Et si ce Clásico XXL annonçait des lendemains qui chantent ?Chaque désavantage a ses avantages. Les aphorismes de Cruyff guident parfois encore la destinée du Barça... Si Messi était resté au club, Leo en serait à 10 buts et 5 passes décisives environ,…", - "content": "Chaque désavantage a ses avantages. Les aphorismes de Cruyff guident parfois encore la destinée du Barça... Si Messi était resté au club, Leo en serait à 10 buts et 5 passes décisives environ,…", + "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/barca-l-an-1-de-l-apres-messi-509449.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T11:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-barca-l-an-1-de-l-apres-messi-1642069525_x600_articles-alt-509449.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-barca-l-an-1-de-l-apres-messi-1642069525_x600_articles-alt-509449.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": "a69b8c4714960a82dbad7aaa6a1173ba", - "highlights": [] + "hash": "bb8f4f1aac8e4e8bed89a9475f34e2e1" }, { - "title": "1-0, Nigeria et arbitrage lunaire : le bilan de cette première journée de CAN", - "description": "Après les douze premières rencontres de cette CAN 2021, il est l'heure de dresser un premier bilan. Entre les 1-0 en pagaille, la bonne forme des gardiens et les tribunes vides, cinq questions autour du hors-d'œuvre de la compétition, en attendant le plat de résistance.

  • Y a-t-il déjà eu aussi peu de…
  • ", - "content": "

  • Y a-t-il déjà eu aussi peu de…
  • ", + "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/1-0-nigeria-et-arbitrage-lunaire-le-bilan-de-cette-premiere-journee-de-can-509425.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T11:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-1-0-nigeria-et-arbitrage-lunaire-le-bilan-de-cette-premiere-journee-de-can-1642007791_x600_articles-alt-509425.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-1-0-nigeria-et-arbitrage-lunaire-le-bilan-de-cette-premiere-journee-de-can-1642007791_x600_articles-alt-509425.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": "6112c744e4bc898d03a95bcd46a670a4", - "highlights": [] + "hash": "211961a7b418dd7a6eeaba0ddb6db036" }, { - "title": "Côte d'Ivoire : Touché par une pneumonie, Jean-Daniel Akpa-Akpro (Lazio) est forfait pour la CAN", - "description": "\"La maladie vient de la bouche d'un éléphant, et s'en va par celle d'une fourmi\". Proverbe indien.
    \n
    \nSi son entrée en matière dans cette CAN 2021 n'a pas été vraiment…

    ", - "content": "\"La maladie vient de la bouche d'un éléphant, et s'en va par celle d'une fourmi\". Proverbe indien.
    \n
    \nSi son entrée en matière dans cette CAN 2021 n'a pas été vraiment…

    ", + "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/cote-d-ivoire-touche-par-une-pneumonie-jean-daniel-akpa-akpro-lazio-est-forfait-pour-la-can-509453.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T10:55:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-cote-d-ivoire-touche-par-une-pneumonie-jean-daniel-akpa-akpro-lazio-est-forfait-pour-la-can-1642071110_x600_articles-509453.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-cote-d-ivoire-touche-par-une-pneumonie-jean-daniel-akpa-akpro-lazio-est-forfait-pour-la-can-1642071110_x600_articles-509453.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": "091a2b142bfa29a1d23799e87cb9759e", - "highlights": [] + "hash": "6a2394fffa2cad962740daefe6efb422" }, { - "title": "Newcastle pique le Néo-Zélandais Chris Wood à Burnley", - "description": "Ça va envoyer du bois !
    \n
    \nLe voilà, le grantatakan que voulaient à tout prix s'offrir les Saoudiens. Newcastle active la clause libératoire de Chris Wood (30 millions d'euros) et…

    ", - "content": "Ça va envoyer du bois !
    \n
    \nLe voilà, le grantatakan que voulaient à tout prix s'offrir les Saoudiens. Newcastle active la clause libératoire de Chris Wood (30 millions d'euros) et…

    ", + "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/newcastle-pique-le-neo-zelandais-chris-wood-a-burnley-509448.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T10:48:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-newcastle-pique-le-neo-zelandais-chris-wood-a-burnley-1642070108_x600_articles-509448.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-newcastle-pique-le-neo-zelandais-chris-wood-a-burnley-1642070108_x600_articles-509448.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": "9ae1c55f025bf41b3b674255b0a3b67c", - "highlights": [] + "hash": "259d7c0e407506893d7a4b5f61ae6d55" }, { - "title": "Lyon-Marseille : la FFF suspend la licence d'un supporter lyonnais ", - "description": "Les gars de la FFF n'en peuvent plus de voir passer des Lyonnais.
    \n
    \nIl ne s'agit pas

    ", - "content": "Les gars de la FFF n'en peuvent plus de voir passer des Lyonnais.
    \n
    \nIl ne s'agit pas


    ", + "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/lyon-marseille-la-fff-suspend-la-licence-d-un-supporter-lyonnais-509451.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T10:31:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lyon-marseille-la-fff-suspend-la-licence-d-un-supporter-lyonnais-1642069840_x600_articles-509451.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-lyon-marseille-la-fff-suspend-la-licence-d-un-supporter-lyonnais-1642069840_x600_articles-509451.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": "908ba5e7c8d7788f9f9b658f2063cf26", - "highlights": [] + "hash": "1401607e5d4a8f3f8aa7760b58a8704b" }, { - "title": "Le FC Barcelone \"sur le bon chemin\" selon son entraîneur Xavi", - "description": "Voir au-delà de la défaite.
    \n
    \n
    Défait 3-2 après prolongation, ce mercredi en Arabie saoudite face au…

    ", - "content": "Voir au-delà de la défaite.
    \n
    \nDéfait 3-2 après prolongation, ce mercredi en Arabie saoudite face au…

    ", + "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/le-fc-barcelone-sur-le-bon-chemin-selon-son-entraineur-xavi-509450.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T10:24:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-fc-barcelone-sur-le-bon-chemin-selon-son-entraineur-xavi-1642069156_x600_articles-509450.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-fc-barcelone-sur-le-bon-chemin-selon-son-entraineur-xavi-1642069156_x600_articles-509450.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": "98ad972f3ccbb3fe39e9f4eb63f3d832", - "highlights": [] + "hash": "4006db0a7827aa8b43b97850e07e5580" }, { - "title": "Lucas Digne (Everton) s'engage à Aston Villa", - "description": "Steven Gerrard continue son marché.
    \n
    \nAprès l'annonce de
    ", - "content": "Steven Gerrard continue son marché.
    \n
    \nAprès l'annonce de
    ", + "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/lucas-digne-everton-s-engage-a-aston-villa-509414.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T10:16:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lucas-digne-everton-s-engage-a-aston-villa-1642068473_x600_articles-509414.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-lucas-digne-everton-s-engage-a-aston-villa-1642068473_x600_articles-509414.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": "c277ab6dfe1fb10c827ed90476ef9e05", - "highlights": [] + "hash": "f1645539446d452056a65ca46dbd241b" }, { - "title": "Pronostic Gabon Ghana : Analyse, cotes et pronostic du match de la CAN 2022", - "description": "

    Le Ghana se reprend face au Gabon

    \n
    \nLe Gabon a bien débuté sa coupe d'Afrique des Nations en dominant la modeste sélection des Comores (1-0).…
    ", - "content": "

    Le Ghana se reprend face au Gabon

    \n
    \nLe Gabon a bien débuté sa coupe d'Afrique des Nations en dominant la modeste sélection des Comores (1-0).…
    ", + "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/pronostic-gabon-ghana-analyse-cotes-et-pronostic-du-match-de-la-can-2022-509452.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T09:37:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-gabon-ghana-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1642066760_x600_articles-509452.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-gabon-ghana-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1642066760_x600_articles-509452.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": "f6184efa44371929154fd89240abd239", - "highlights": [] + "hash": "9d0d3ade6bba9d1e0994e1516a22d0a2" }, { - "title": "Pronostic Maroc Comores : Analyse, cotes et pronostic du match de la CAN 2022", - "description": "

    Le Maroc enchaîne face aux Comores

    \n
    \nCoaché par le rigoureux Vahid Halilhodzic, le Maroc a des envies de titres sur cette CAN 2021 disputée début…
    ", - "content": "

    Le Maroc enchaîne face aux Comores

    \n
    \nCoaché par le rigoureux Vahid Halilhodzic, le Maroc a des envies de titres sur cette CAN 2021 disputée début…
    ", + "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/pronostic-maroc-comores-analyse-cotes-et-pronostic-du-match-de-la-can-2022-509447.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T09:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-maroc-comores-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1642065786_x600_articles-509447.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-maroc-comores-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1642065786_x600_articles-509447.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": "01089d9f1f2526e2f759f1dc69b5d942", - "highlights": [] + "hash": "3fc496520acaac7abf0a7b939ede2e16" }, { - "title": "Ligue 2 : Le Toulouse FC prend un point avec sursis après les propos racistes d'un supporter envers Lionel Mpasi (Rodez)", - "description": "Un point c'est tout.
    \n
    \nLa LFP a rendu son verdict à la suite des

    ", - "content": "Un point c'est tout.
    \n
    \nLa LFP a rendu son verdict à la suite des


    ", + "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/ligue-2-le-toulouse-fc-prend-un-point-avec-sursis-apres-les-propos-racistes-d-un-supporter-envers-lionel-mpasi-rodez-509444.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T09:14:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ligue-2-le-toulouse-fc-prend-un-point-avec-sursis-apres-les-propos-racistes-d-un-supporter-envers-lionel-mpasi-rodez-1642065044_x600_articles-509444.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-ligue-2-le-toulouse-fc-prend-un-point-avec-sursis-apres-les-propos-racistes-d-un-supporter-envers-lionel-mpasi-rodez-1642065044_x600_articles-509444.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": "5104645acf2b4631e0de0d5a9ce37ce0", - "highlights": [] + "hash": "1335a3595d11eb852a3deae088d59a4a" }, { - "title": "Pronostic Malawi Zimbabwe : Analyse, cotes et pronostic du match de la CAN 2022", - "description": "

    Le Malawi et le Zimbabwe ne savent plus gagner

    \n
    \nMatch entre la 129e et la 121e nation au classement de FIFA ce vendredi. Deux…
    ", - "content": "

    Le Malawi et le Zimbabwe ne savent plus gagner

    \n
    \nMatch entre la 129e et la 121e nation au classement de FIFA ce vendredi. Deux…
    ", + "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/pronostic-malawi-zimbabwe-analyse-cotes-et-pronostic-du-match-de-la-can-2022-509445.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T08:56:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-malawi-zimbabwe-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1642065342_x600_articles-509445.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-malawi-zimbabwe-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1642065342_x600_articles-509445.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": "e721114b9c2a2434e189a668b7d85280", - "highlights": [] + "hash": "6ff4a070a17e35db501c472c2972e61a" }, { - "title": "Cristiano Ronaldo n'est pas revenu à Manchester United pour \"se battre pour la sixième ou cinquième place\"", - "description": "Cristiano avait des choses à dire.
    \n
    \nUne interview de Cristiano Ronaldo


    ", - "content": "Cristiano avait des choses à dire.
    \n
    \nUne interview de Cristiano Ronaldo


    ", + "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/cristiano-ronaldo-n-est-pas-revenu-a-manchester-united-pour-se-battre-pour-la-sixieme-ou-cinquieme-place-509441.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T08:50:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-cristiano-ronaldo-n-est-pas-revenu-a-manchester-united-pour-se-battre-pour-la-sixieme-ou-cinquieme-place-1642061840_x600_articles-509441.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-cristiano-ronaldo-n-est-pas-revenu-a-manchester-united-pour-se-battre-pour-la-sixieme-ou-cinquieme-place-1642061840_x600_articles-509441.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": "e9e0d21d8d679eac891f3e9fe28f9d09", - "highlights": [] + "hash": "25d282d375c0df9d787201814b98d490" }, { - "title": "CAN 2021 : Une insolation pour Janny Sikazwe, l'arbitre de Tunisie-Mali ?", - "description": "\"J'ai attrapé un coup de soleil...\"
    \n
    \n


    ", - "content": "\"J'ai attrapé un coup de soleil...\"
    \n
    \n


    ", + "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/can-2021-une-insolation-pour-janny-sikazwe-l-arbitre-de-tunisie-mali-509443.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T08:42:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-can-2021-une-insolation-pour-janny-sikazwe-l-arbitre-de-tunisie-mali-1642067131_x600_articles-alt-509443.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-can-2021-une-insolation-pour-janny-sikazwe-l-arbitre-de-tunisie-mali-1642067131_x600_articles-alt-509443.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": "0477694e9206f2045fe19b2652357494", - "highlights": [] + "hash": "65d7cbc0fa974dcc45a51550ee6e29a7" }, { - "title": "Pronostic Sénégal Guinée : Analyse, cotes et pronostic du match de la CAN 2022", - "description": "

    Le Sénégal fait un grand pas vers la qualif' face à la Guinée

    \n
    \nLe Sénégal fait partie des grands favoris au titre lors de cette Coupe d'Afrique…
    ", - "content": "

    Le Sénégal fait un grand pas vers la qualif' face à la Guinée

    \n
    \nLe Sénégal fait partie des grands favoris au titre lors de cette Coupe d'Afrique…
    ", + "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-senegal-guinee-analyse-cotes-et-pronostic-du-match-de-la-can-2022-509432.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T08:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-senegal-guinee-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1642064192_x600_articles-509432.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-senegal-guinee-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1642064192_x600_articles-509432.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": "273c68489318dd09e6f44f0fb7a4c4de", - "highlights": [] + "hash": "111231da9a604eeb6b6456fec5a4af57" }, { - "title": "Mehdi Zerkane (Girondins de Bordeaux) se défend face aux rumeurs ", - "description": "Mehdi Zerkane tape du poing sur la table.
    \n
    \nVia un message posté sur les réseaux sociaux, le milieu bordelais s'est défendu face aux rumeurs qui circulaient sur lui. L'international…

    ", - "content": "Mehdi Zerkane tape du poing sur la table.
    \n
    \nVia un message posté sur les réseaux sociaux, le milieu bordelais s'est défendu face aux rumeurs qui circulaient sur lui. L'international…

    ", + "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/mehdi-zerkane-girondins-de-bordeaux-se-defend-face-aux-rumeurs-509430.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T08:14:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-mehdi-zerkane-girondins-de-bordeaux-se-defend-face-aux-rumeurs-1642061538_x600_articles-509430.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-mehdi-zerkane-girondins-de-bordeaux-se-defend-face-aux-rumeurs-1642061538_x600_articles-509430.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": "57e1e98e200256d55fde97af1e5750c6", - "highlights": [] + "hash": "0349e43f94f584face28fee541ba1f8b" }, { - "title": "Poussé dehors par les Girondins de Bordeaux, Laurent Koscielny prend \"un bon poing dans le visage\"", - "description": "Kos' toujours.
    \n
    \nLaurent Koscielny va quitter Bordeaux. Alors que


    ", - "content": "Kos' toujours.
    \n
    \nLaurent Koscielny va quitter Bordeaux. Alors que


    ", + "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/pousse-dehors-par-les-girondins-de-bordeaux-laurent-koscielny-prend-un-bon-poing-dans-le-visage-509442.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T08:06:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pousse-dehors-par-les-girondins-de-bordeaux-laurent-koscielny-prend-un-bon-poing-dans-le-visage-1642060911_x600_articles-509442.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pousse-dehors-par-les-girondins-de-bordeaux-laurent-koscielny-prend-un-bon-poing-dans-le-visage-1642060911_x600_articles-509442.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": "b2b67631ba1b22ca9e9811f957e511e4", - "highlights": [] + "hash": "52ed4b89a0d932b9597afbf9b4ef96a0" }, { - "title": "Pronostic Brighton Crystal Palace : Analyse, cotes et pronostic du match de Premier League", - "description": "

    Brighton solide face à Crystal Palace

    \n
    \nLa 22e journée de Premier League débute avec une affiche intéressante entre Brighton et Crystal…
    ", - "content": "

    Brighton solide face à Crystal Palace

    \n
    \nLa 22e journée de Premier League débute avec une affiche intéressante entre Brighton et Crystal…
    ", + "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/pronostic-brighton-crystal-palace-analyse-cotes-et-pronostic-du-match-de-premier-league-509436.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T07:48:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-brighton-crystal-palace-analyse-cotes-et-pronostic-du-match-de-premier-league-1642011042_x600_articles-509436.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-brighton-crystal-palace-analyse-cotes-et-pronostic-du-match-de-premier-league-1642011042_x600_articles-509436.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": "c583d519d2e6053ba348cb3f680a1fe2", - "highlights": [] + "hash": "2e6e4301e468aab385021d126a782e8a" }, { - "title": "Alors, à quoi rime cette société commerciale de la LFP ?", - "description": "En partie réévalué et modifié par le Sénat début janvier, l'amendement permettant la création d'une société commerciale affiliée à la LFP sera réexaminé les 18 et 19 janvier en séance publique. L'idée ? Vendre pour 1,5 milliard d'euros 10 à 20% des parts de la future structure à un fonds d'investissement, dont l'expertise permettrait théoriquement de mieux commercialiser les droits TV du foot français. De quoi soulager dans l'immédiat la dette des clubs hexagonaux, mais aussi peut-être exposer le championnat de France à de nouveaux risques et incertitudes, dans les années à venir.Vincent Labrune n'est sans doute plus le bienvenu à Ljubljana. Auditionné début décembre par le Sénat, le président de la ligue avait dû se résoudre à une comparaison peu flatteuse pour la…", - "content": "Vincent Labrune n'est sans doute plus le bienvenu à Ljubljana. Auditionné début décembre par le Sénat, le président de la ligue avait dû se résoudre à une comparaison peu flatteuse pour la…", + "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/alors-a-quoi-rime-cette-societe-commerciale-de-la-lfp-509412.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-alors-a-quoi-rime-cette-societe-commerciale-de-la-lfp-1642003873_x600_articles-alt-509412.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-alors-a-quoi-rime-cette-societe-commerciale-de-la-lfp-1642003873_x600_articles-alt-509412.jpg", - "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": "903eb7aae578786c968f339d2ef25be3", - "highlights": [] + "hash": "d2159396b7e89bb953142f511278bd9f" }, { - "title": "Et si Kylian Mbappé avait choisi le Cameroun...", - "description": "Son père étant noué à Douala, Kylian Mbappé aurait pu choisir de représenter les Lions indomptables. Il y a quelques années, le clan Mbappé avait d'ailleurs échangé avec la fédération camerounaise, sans que les discussions aboutissent. Dans un monde parallèle, l'atout majeur du PSG a néanmoins dit oui à la Fecafoot. Tant mieux pour le Cameroun, qui aborde \"sa\" Coupe d'Afrique des nations en tant que double tenant du titre. Tant pis pour l'équipe de France, Emmanuel Macron et Eric Maxim Choupo-Moting.16 mars 2017. Au lendemain de
    la qualification de l'AS Monaco pour les quarts de finale de la Ligue des champions, Didier Deschamps a…", - "content": "16 mars 2017. Au lendemain de la qualification de l'AS Monaco pour les quarts de finale de la Ligue des champions, Didier Deschamps a…", + "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/et-si-kylian-mbappe-avait-choisi-le-cameroun-509317.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-et-si-kylian-mbappe-avait-choisi-le-cameroun-1641903798_x600_articles-alt-509317.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-et-si-kylian-mbappe-avait-choisi-le-cameroun-1641903798_x600_articles-alt-509317.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": "89667aeb17702842da5cd63fb12b1c0b", - "highlights": [] + "hash": "55a71c60e7319cf5ae340b513d8b47a7" }, { - "title": "Caoimhín Kelleher, ça commence", - "description": "C'est bien connu, quand le chat n'est pas là, les souris dansent. Et à ce jeu-là, c'est Caoimhín Kelleher qui fait le show à Liverpool, chaque fois qu'Alisson n'est pas de la partie. Bourreau de Leicester en quarts de finale de la Carabao Cup cette saison, récemment décisif contre Chelsea, le jeune portier irlandais surprend son monde à chaque apparition sous la tunique rouge. Et pourtant, Kelleher n'était pas destiné à camper devant sa ligne. Retour sur les débuts d'un portier très prometteur, voué à réussir en véritable numéro 9.
    ", - "content": "
    ", + "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/caoimhin-kelleher-ca-commence-509126.html", - "creator": "SO FOOT", - "pubDate": "2022-01-13T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-caoimhin-kelleher-ca-commence-1641993507_x600_articles-alt-509126.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-caoimhin-kelleher-ca-commence-1641993507_x600_articles-alt-509126.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", - "read": true, + "feed": "RMC Sport", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b0e61a0b6fc89c6da6762a9b3fa8508a", - "highlights": [] + "hash": "562ea11d582fbacd841b596aa8b0e468" }, { - "title": "L'Inter couche la Juve sur le gong et soulève la Coupe d'Italie", - "description": "Dominée, secouée, mais exemplaire derrière, la Juve a fini par craquer à la 121e minute de jeu face aux Nerazzurri. La faute à un pion d'Alexis Sánchez, qui permet à l'Inter de soulever au bout de la nuit la sixième Supercoupe d'Italie de son histoire (2-1).

    ", - "content": "

    ", + "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/l-inter-couche-la-juve-sur-le-gong-et-souleve-la-coupe-d-italie-509435.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T22:49:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-inter-couche-la-juve-sur-le-gong-et-souleve-la-coupe-d-italie-1642027731_x600_articles-alt-509435.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-l-inter-couche-la-juve-sur-le-gong-et-souleve-la-coupe-d-italie-1642027731_x600_articles-alt-509435.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": "eea37225d0b621761e03f3f488ba86e2", - "highlights": [] + "hash": "fecdc596e3aff392e72516539e1149cd" }, { - "title": "Chelsea croque Tottenham et file en finale ", - "description": "Ultra-dominés lors de la demi-finale aller il y a une semaine à Stamford Bridge, les Spurs n'ont pas vraiment su monter le curseur pour espérer renverser la vapeur et s'inclinent 1-0. Les portes de Wembley s'ouvrent au Chelsea de Thomas Tuchel.

    ", - "content": "

    ", + "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/chelsea-croque-tottenham-et-file-en-finale-509439.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T21:50:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-chelsea-croque-tottenham-et-file-en-finale-1642023629_x600_articles-alt-509439.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-chelsea-croque-tottenham-et-file-en-finale-1642023629_x600_articles-alt-509439.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": "fbe8cbeba8dae8b72124bd1ba3c1f4af", - "highlights": [] + "hash": "d7a21916a9dd30c9930641a5bdea6106" }, { - "title": "Le Real Madrid assomme le Barça au bout de la prolongation", - "description": "Du spectacle, du rythme et des Français remuants : le 248e Clásico de l'histoire a accouché d'un match superbe, remporté par le Real Madrid au bout de 120 minutes de jeu. Le duo Vinícius - Karim Benzema a porté la Maison-Blanche dans ce combat haletant. Le FC Barcelone quitte la Supercoupe d'Espagne aux portes de la finale, mais avec la tête haute, en ayant montré un visage autrement plus convaincant qu'en championnat dernièrement.

    ", - "content": "

    ", + "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/le-real-madrid-assomme-le-barca-au-bout-de-la-prolongation-509385.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T21:34:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-real-madrid-assomme-le-barca-au-bout-de-la-prolongation-1642022954_x600_articles-alt-509385.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-real-madrid-assomme-le-barca-au-bout-de-la-prolongation-1642022954_x600_articles-alt-509385.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", - "read": true, + "feed": "RMC Sport", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5a0af3c363d0fc4c22d93122ce26d6df", - "highlights": [] + "hash": "4779fd156d22ddeaef7aca1bc0ac6fcb" }, { - "title": "La Côte d'Ivoire fait le travail face à la Guinée équatoriale", - "description": "

    ", - "content": "

    ", + "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/la-cote-d-ivoire-fait-le-travail-face-a-la-guinee-equatoriale-509440.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T20:57:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-cote-d-ivoire-fait-le-travail-face-a-la-guinee-equatoriale-1642018579_x600_articles-509440.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-la-cote-d-ivoire-fait-le-travail-face-a-la-guinee-equatoriale-1642018579_x600_articles-509440.jpg", - "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": "e39d69d3d6d3e9b7afcf577500bbbb14", - "highlights": [] + "hash": "10d2d9c3514b9252e1c4f99863d1d810" }, { - "title": "En direct : Inter - Juventus", - "description": "45' : Alors qu'on part visiblement sur des prolongations à la fenêtre d'à ...", - "content": "45' : Alors qu'on part visiblement sur des prolongations à la fenêtre d'à ...", + "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/en-direct-inter-juventus-509438.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-inter-juventus-1642019670_x600_articles-alt-509438.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-en-direct-inter-juventus-1642019670_x600_articles-alt-509438.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": "bde9ea18658a94cd5f700c20cff9eca4", - "highlights": [] + "hash": "13a485e3c5934293c67636df8bbbc4e5" }, { - "title": "En direct : Barcelone - Real Madrid ", - "description": "91' : Et moi qui me disais \"Ah cool le début de match à 20h, ça finira tôt comme ...", - "content": "91' : Et moi qui me disais \"Ah cool le début de match à 20h, ça finira tôt comme ...", + "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/en-direct-barcelone-real-madrid-509434.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T18:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-barcelone-real-madrid-1642010571_x600_articles-509434.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-en-direct-barcelone-real-madrid-1642010571_x600_articles-509434.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": "0aa6f868e6c56c98bccec74d1c046628", - "highlights": [] + "hash": "47b341081926f535d521cf49bdda8596" }, { - "title": "L'Atalanta évince tranquillement Venise", - "description": "

    ", - "content": "

    ", + "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/l-atalanta-evince-tranquillement-venise-509401.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T18:32:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-atalanta-evince-tranquillement-venise-1642012410_x600_articles-509401.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-l-atalanta-evince-tranquillement-venise-1642012410_x600_articles-509401.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": "7618c67b4471579af57cb9aeb5d3c899", - "highlights": [] + "hash": "a2f0f23bc65dbf2ec073dff54d5cbca8" }, { - "title": "Succès historique de la Gambie face à la Mauritanie", - "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/succes-historique-de-la-gambie-face-a-la-mauritanie-509433.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T17:42:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-succes-historique-de-la-gambie-face-a-la-mauritanie-1642010192_x600_articles-509433.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-succes-historique-de-la-gambie-face-a-la-mauritanie-1642010192_x600_articles-509433.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": "6b3c6238bb321e3bf44e6f5d2920a509", - "highlights": [] + "hash": "549a3c2e7ec6c80e25c6ecfe20447c87" }, { - "title": "Tunisie-Mali, la comédie de l'année", - "description": "Il aura donc fallu attendre dix matchs pour être témoin du plus grand moment de cette CAN 2021. La rencontre Tunisie-Mali qui se déroulait ce mercredi 12 janvier a été secouée par un épilogue inattendu. Des décisions pour le moins étranges, trois coups de sifflet finaux et un arbitre soupçonné de corruption par le passé. Décryptage d'une pièce de théâtre qui n'a pas fini de faire du bruit.Même avec des stades souvent vides, des rencontres toutes aussi soporifiques les unes que les autres et une période malheureusement bousculée par l'émancipation du coronavirus, cette CAN a le…", - "content": "Même avec des stades souvent vides, des rencontres toutes aussi soporifiques les unes que les autres et une période malheureusement bousculée par l'émancipation du coronavirus, cette CAN a le…", + "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/tunisie-mali-la-comedie-de-l-annee-509428.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T18:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-tunisie-mali-la-comedie-de-l-annee-1642009722_x600_articles-509428.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-tunisie-mali-la-comedie-de-l-annee-1642009722_x600_articles-509428.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": "ea02e2380bda791b36acfdc2a3856b12", - "highlights": [] + "hash": "bef313cce3b7adbf5c2f558a34c76b01" }, { - "title": "Pronostic Borussia Dortmund Fribourg : Analyse, cotes et pronostic du match de Bundesliga", - "description": "

    Dortmund frappe fort face à Fribourg

    \n
    \nBattu pour sa dernière sortie de 2021 sur la pelouse de l'Hertha Berlin (3-2), Dortmund fonçait tout droit…
    ", - "content": "

    Dortmund frappe fort face à Fribourg

    \n
    \nBattu pour sa dernière sortie de 2021 sur la pelouse de l'Hertha Berlin (3-2), Dortmund fonçait tout droit…
    ", + "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/pronostic-borussia-dortmund-fribourg-analyse-cotes-et-pronostic-du-match-de-bundesliga-509431.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T17:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-borussia-dortmund-fribourg-analyse-cotes-et-pronostic-du-match-de-bundesliga-1642009706_x600_articles-509431.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-borussia-dortmund-fribourg-analyse-cotes-et-pronostic-du-match-de-bundesliga-1642009706_x600_articles-509431.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": "2a0fd640830f17e7caaa666a54a290b5", - "highlights": [] + "hash": "a9d3c29f57ffc826840bdf16c2c600a4" }, { - "title": "Pronostic Nice Nantes : Analyse, cotes et pronostic du match de Ligue 1", - "description": "

    Nice - Nantes : Les Aiglons maitrisent les Canaris

    \n
    \nEn ouverture de la 21e journée de Ligue 1, l'OGC Nice affronte le FC Nantes. Le club…
    ", - "content": "

    Nice - Nantes : Les Aiglons maitrisent les Canaris

    \n
    \nEn ouverture de la 21e journée de Ligue 1, l'OGC Nice affronte le FC Nantes. Le club…
    ", + "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/pronostic-nice-nantes-analyse-cotes-et-pronostic-du-match-de-ligue-1-509427.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T17:19:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-nice-nantes-analyse-cotes-et-pronostic-du-match-de-ligue-1-1642008392_x600_articles-509427.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-nice-nantes-analyse-cotes-et-pronostic-du-match-de-ligue-1-1642008392_x600_articles-509427.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": "b36717568161f1e0e6f0fd512b5573b4", - "highlights": [] + "hash": "a46f4fc15695ae2c517ba4b6d02c3af1" }, { - "title": "Triple erreur d'hymne lors de Mauritanie-Gambie", - "description": "Décidément, ils se sont tous donné le mot aujourd'hui.
    \n
    \nQuelques heures à peine après que
    ", - "content": "Décidément, ils se sont tous donné le mot aujourd'hui.
    \n
    \nQuelques heures à peine après que
    ", + "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/triple-erreur-d-hymne-lors-de-mauritanie-gambie-509422.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T17:17:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-triple-erreur-d-hymne-lors-de-mauritanie-gambie-1642008712_x600_articles-509422.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-triple-erreur-d-hymne-lors-de-mauritanie-gambie-1642008712_x600_articles-509422.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": "48c0128c0cbb16b44f34083710fe4c4b", - "highlights": [] + "hash": "39bf25d802534bf7f68973ff1d24c28e" }, { - "title": "Riyad Mahrez disponible sur la plateforme de trading Royaltiz", - "description": "C'est désormais au tour des joueurs d'être cotés en bourse.
    \n
    \nDans un communiqué de presse, la plateforme de trading Royaltiz annonce que l'ailier de Manchester City Riyad Mahrez…

    ", - "content": "C'est désormais au tour des joueurs d'être cotés en bourse.
    \n
    \nDans un communiqué de presse, la plateforme de trading Royaltiz annonce que l'ailier de Manchester City Riyad Mahrez…

    ", + "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/riyad-mahrez-disponible-sur-la-plateforme-de-trading-royaltiz-509420.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T17:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-riyad-mahrez-disponible-sur-la-plateforme-de-trading-royaltiz-1642003181_x600_articles-509420.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-riyad-mahrez-disponible-sur-la-plateforme-de-trading-royaltiz-1642003181_x600_articles-509420.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", - "read": true, + "feed": "RMC Sport", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d2d6e9e09f4196f7ef83a2d96d1fc414", - "highlights": [] + "hash": "a7da4797528fddc48ffb7180148917f5" }, { - "title": "Massadio Haïdara n'a pas compris la fin du match Mali-Tunisie", - "description": "Comme dirait Thierry Henry : \" Bizarre \"
    \n
    \nLe défenseur malien Massadio Haïdara n'a lui non plus pas compris
    ", - "content": "Comme dirait Thierry Henry : \" Bizarre \"
    \n
    \nLe défenseur malien Massadio Haïdara n'a lui non plus pas compris
    ", + "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/massadio-haidara-n-a-pas-compris-la-fin-du-match-mali-tunisie-509426.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T16:56:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-massadio-haidara-n-a-pas-compris-la-fin-du-match-mali-tunisie-1642007588_x600_articles-509426.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-massadio-haidara-n-a-pas-compris-la-fin-du-match-mali-tunisie-1642007588_x600_articles-509426.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": "02e919f913c43169bf0f21f6eb032617", - "highlights": [] + "hash": "25233b3a750e022e8543152dbd6c6aed" }, { - "title": "Cholet n'a plus joué en National depuis le 4 décembre", - "description": "Et de trois !
    \n
    \nDepuis leur match nul 1-1 face à Avranches le 4 décembre, le SO Cholet n'a plus joué un seul match de National. Et ce n'est pas ce week-end que ça va changer. Le…

    ", - "content": "Et de trois !
    \n
    \nDepuis leur match nul 1-1 face à Avranches le 4 décembre, le SO Cholet n'a plus joué un seul match de National. Et ce n'est pas ce week-end que ça va changer. Le…

    ", + "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/cholet-n-a-plus-joue-en-national-depuis-le-4-decembre-509423.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T16:28:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-cholet-n-a-plus-joue-en-national-depuis-le-4-decembre-1642006532_x600_articles-509423.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-cholet-n-a-plus-joue-en-national-depuis-le-4-decembre-1642006532_x600_articles-509423.jpg", - "id": "", - "language": "fr", - "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "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": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3afc9890492fd7e7f7ab51f925be6e3d", - "highlights": [] + "hash": "ca429c5349e56db86e087732b5b7c9fd" }, { - "title": "Messi n'a toujours pas repris l'entraînement avec Paris ", - "description": "La Pulga prend son temps.
    \n
    \nPositif à la covid en fin de mois de décembre, Lionel Messi était revenu à…

    ", - "content": "La Pulga prend son temps.
    \n
    \nPositif à la covid en fin de mois de décembre, Lionel Messi était revenu à…

    ", + "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/messi-n-a-toujours-pas-repris-l-entrainement-avec-paris-509424.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T16:04:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-messi-n-a-toujours-pas-repris-l-entrainement-avec-paris-1642007077_x600_articles-509424.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-messi-n-a-toujours-pas-repris-l-entrainement-avec-paris-1642007077_x600_articles-509424.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": "90353d05dd51d80def89aa2445d344d1", - "highlights": [] + "hash": "2b9ab334f2179d0328eaa31116fc6d96" }, { - "title": "Quand Phil Foden taclait Mario Balotelli à 10 ans", - "description": "Un petit tour en DeLorean avec Foden.
    \n
    \nUne vidéo a émergé sur les réseaux sociaux, montrant Phil Foden, alors âgé de seulement dix ans, être interrogé sur Mario Balotelli, alors…

    ", - "content": "Un petit tour en DeLorean avec Foden.
    \n
    \nUne vidéo a émergé sur les réseaux sociaux, montrant Phil Foden, alors âgé de seulement dix ans, être interrogé sur Mario Balotelli, alors…

    ", + "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/quand-phil-foden-taclait-mario-balotelli-a-10-ans-509421.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T15:34:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-quand-phil-foden-taclait-mario-balotelli-a-10-ans-1642003537_x600_articles-509421.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-quand-phil-foden-taclait-mario-balotelli-a-10-ans-1642003537_x600_articles-509421.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", - "read": true, + "feed": "RMC Sport", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f74c37ec5adac48ceabb740b46f871c7", - "highlights": [] + "hash": "fc95b39ff49b2903ad0167359829c95f" }, { - "title": "Le Mali dompte la Tunisie dans la confusion", - "description": "

    ", - "content": "

    ", + "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/le-mali-dompte-la-tunisie-dans-la-confusion-509407.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T15:02:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-mali-dompte-la-tunisie-dans-la-confusion-1642000301_x600_articles-alt-509407.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-mali-dompte-la-tunisie-dans-la-confusion-1642000301_x600_articles-alt-509407.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": "a4c3db6b970faf98242410be229abeea", - "highlights": [] + "hash": "b68827eb411ffbb576af0ad750bdf7f1" }, { - "title": "Deux nouveaux cas de Covid au Sénégal avec Gueye et Ballo Touré ", - "description": "Casse-tête en vue pour Aliou Cissé.
    \n
    \nÀ 48 heures du match face à la Guinée, le Sénégal vient d'annoncer que deux nouveaux joueurs avaient été testés positifs à la Covid.…

    ", - "content": "Casse-tête en vue pour Aliou Cissé.
    \n
    \nÀ 48 heures du match face à la Guinée, le Sénégal vient d'annoncer que deux nouveaux joueurs avaient été testés positifs à la Covid.…

    ", + "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/deux-nouveaux-cas-de-covid-au-senegal-avec-gueye-et-ballo-toure-509417.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T14:50:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-deux-nouveaux-cas-de-covid-au-senegal-avec-gueye-et-ballo-toure-1642003379_x600_articles-509417.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-deux-nouveaux-cas-de-covid-au-senegal-avec-gueye-et-ballo-toure-1642003379_x600_articles-509417.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": "fee729bbcb85038d59b1e0533c5f09f6", - "highlights": [] + "hash": "e1cac910afc4c309f14dda7dcb3286c0" }, { - "title": "Quand l'arbitre de Tunisie-Mali siffle deux fois la fin du match au mauvais moment", - "description": "On tient déjà l'image de cette CAN.
    \n
    \nSi ce Tunisie-Mali aura longtemps été soporifique, une fin de match folle nous aura au moins tenus en haleine. Alors qu'il restait encore cinq…

    ", - "content": "On tient déjà l'image de cette CAN.
    \n
    \nSi ce Tunisie-Mali aura longtemps été soporifique, une fin de match folle nous aura au moins tenus en haleine. Alors qu'il restait encore cinq…

    ", + "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/quand-l-arbitre-de-tunisie-mali-siffle-deux-fois-la-fin-du-match-au-mauvais-moment-509419.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T14:48:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-quand-l-arbitre-de-tunisie-mali-siffle-deux-fois-la-fin-du-match-au-mauvais-moment-1642000123_x600_articles-509419.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-quand-l-arbitre-de-tunisie-mali-siffle-deux-fois-la-fin-du-match-au-mauvais-moment-1642000123_x600_articles-509419.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": "41566243fafa31d4c51f93874612410b", - "highlights": [] + "hash": "a10393530439f8a01069bb791ba347e7" }, { - "title": "Seul Saint-Étienne a fait jouer plus de jeunes que le Barça", - "description": "Roulez jeunesse !
    \n
    \nLe FC Barcelone de Xavi Hernández est la deuxième équipe à avoir utilisé le plus de joueurs de moins de 21 ans dans les cinq grands championnats, avec un total de…

    ", - "content": "Roulez jeunesse !
    \n
    \nLe FC Barcelone de Xavi Hernández est la deuxième équipe à avoir utilisé le plus de joueurs de moins de 21 ans dans les cinq grands championnats, avec un total de…

    ", + "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/seul-saint-etienne-a-fait-jouer-plus-de-jeunes-que-le-barca-509416.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T14:34:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-seul-saint-etienne-a-fait-jouer-plus-de-jeunes-que-le-barca-1641999398_x600_articles-509416.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-seul-saint-etienne-a-fait-jouer-plus-de-jeunes-que-le-barca-1641999398_x600_articles-509416.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": "13032508872ca2e3bae05e80c523aec7", - "highlights": [] + "hash": "4144700bb5e5d8ae36601179219690fd" }, { - "title": "Bertrand Traoré positif au Covid et absent contre le Cap Vert", - "description": "Nouveau coup dur pour les Étalons.
    \n
    \nLe capitaine du Burkina Faso Bertrand Traoré a été testé positif à la Covid ce mercredi et est donc forfait pour le match contre le Cap-Vert…

    ", - "content": "Nouveau coup dur pour les Étalons.
    \n
    \nLe capitaine du Burkina Faso Bertrand Traoré a été testé positif à la Covid ce mercredi et est donc forfait pour le match contre le Cap-Vert…

    ", + "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/bertrand-traore-positif-au-covid-et-absent-contre-le-cap-vert-509413.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T13:54:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bertrand-traore-positif-au-covid-et-absent-contre-le-cap-vert-1641996863_x600_articles-509413.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-bertrand-traore-positif-au-covid-et-absent-contre-le-cap-vert-1641996863_x600_articles-509413.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": "851fcf21e860549f1791bfaaa4cbbee2", - "highlights": [] + "hash": "4341500a7c5b74e99e4baa56aaceb491" }, { - "title": "Kombouaré n'écartera pas Kolo Muani du groupe professionnel ", - "description": "Coach Kambouaré ne veut rien savoir.
    \n
    \nRandal Kolo-Muani ne sera pas écarté du groupe professionnel nantais. L'attaquant est pourtant au cœur d'un conflit avec son club. Le club…

    ", - "content": "Coach Kambouaré ne veut rien savoir.
    \n
    \nRandal Kolo-Muani ne sera pas écarté du groupe professionnel nantais. L'attaquant est pourtant au cœur d'un conflit avec son club. Le club…

    ", + "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/kombouare-n-ecartera-pas-kolo-muani-du-groupe-professionnel-509415.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T13:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-kombouare-n-ecartera-pas-kolo-muani-du-groupe-professionnel-1641999203_x600_articles-509415.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-kombouare-n-ecartera-pas-kolo-muani-du-groupe-professionnel-1641999203_x600_articles-509415.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": "2759ada9cfa113c74d4bc09ba7ea2a46", - "highlights": [] + "hash": "90fc2174d7655e3e3a913c02fec577b3" }, { - "title": "Séville annonce avoir résilié le contrat d'Ibrahim Amadou", - "description": "Nouveau départ.
    \n
    \nIbrahim Amadou va pouvoir se trouver un nouveau point de chute après la résiliation de son contrat ce mercredi. \"Le Séville FC et le joueur français Ibrahim…

    ", - "content": "Nouveau départ.
    \n
    \nIbrahim Amadou va pouvoir se trouver un nouveau point de chute après la résiliation de son contrat ce mercredi. \"Le Séville FC et le joueur français Ibrahim…

    ", + "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/seville-annonce-avoir-resilie-le-contrat-d-ibrahim-amadou-509409.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T13:17:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-seville-annonce-avoir-resilie-le-contrat-d-ibrahim-amadou-1641994559_x600_articles-509409.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-seville-annonce-avoir-resilie-le-contrat-d-ibrahim-amadou-1641994559_x600_articles-509409.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": "54a0fe99ecb25b507349c8a30b7e42a9", - "highlights": [] + "hash": "cc42e89308cf09a3cb9971e836af2528" }, { - "title": "Pronostic Atlético Madrid Athletic Bilbao : Analyse, cotes et pronostic du match de SuperCoupe d'Espagne", - "description": "

    L'Atlético Madrid, bête noire de l'Athletic Bilbao

    \n
    \nLa deuxième demi-finale de la SuperCoupe d'Espagne met aux prises jeudi le champion…
    ", - "content": "

    L'Atlético Madrid, bête noire de l'Athletic Bilbao

    \n
    \nLa deuxième demi-finale de la SuperCoupe d'Espagne met aux prises jeudi le champion…
    ", + "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/pronostic-atletico-madrid-athletic-bilbao-analyse-cotes-et-pronostic-du-match-de-supercoupe-d-espagne-509410.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T13:16:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-atletico-madrid-athletic-bilbao-analyse-cotes-et-pronostic-du-match-de-supercoupe-d-espagne-1641993884_x600_articles-509410.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-atletico-madrid-athletic-bilbao-analyse-cotes-et-pronostic-du-match-de-supercoupe-d-espagne-1641993884_x600_articles-509410.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": "0709cd65b0962bfd5c45c5fb487680a8", - "highlights": [] + "hash": "01435052ed61c299d5ba5a4c6bb307cc" }, { - "title": "Kingsley Coman prolonge au Bayern jusqu'en 2027", - "description": "En fin de contrat en juin 2023, Kingsley Coman a prolongé son bail avec le Bayern Munich jusqu'en 2027. Arrivé en Bavière en 2015, l'international français deviendra le troisième plus gros…", - "content": "En fin de contrat en juin 2023, Kingsley Coman a prolongé son bail avec le Bayern Munich jusqu'en 2027. Arrivé en Bavière en 2015, l'international français deviendra le troisième plus gros…", + "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/kingsley-coman-prolonge-au-bayern-jusqu-en-2027-509408.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T13:09:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-kingsley-coman-prolonge-au-bayern-jusqu-en-2027-1641994437_x600_articles-509408.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-kingsley-coman-prolonge-au-bayern-jusqu-en-2027-1641994437_x600_articles-509408.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": "70835b9db65c1e928960052a369bda82", - "highlights": [] + "hash": "46a6f07190aa1f8f11a2d2218a433a11" }, { - "title": "Pronostic Milan AC Genoa : Analyse, cotes et pronostic du match de Coupe d'Italie", - "description": "

    Le Milan AC fait le job face au Genoa

    \n
    \nAprès des années difficiles, le Milan AC est revenu sur le devant de la scène en Italie. En effet, après avoir…
    ", - "content": "

    Le Milan AC fait le job face au Genoa

    \n
    \nAprès des années difficiles, le Milan AC est revenu sur le devant de la scène en Italie. En effet, après avoir…
    ", + "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/pronostic-milan-ac-genoa-analyse-cotes-et-pronostic-du-match-de-coupe-d-italie-509406.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T13:07:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-milan-ac-genoa-analyse-cotes-et-pronostic-du-match-de-coupe-d-italie-1641993386_x600_articles-509406.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-milan-ac-genoa-analyse-cotes-et-pronostic-du-match-de-coupe-d-italie-1641993386_x600_articles-509406.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": "bd3fae4c5941ac2a0c53818ed24040db", - "highlights": [] + "hash": "3b0fb38c3a51c18e1757f9ae359321d2" }, { - "title": "Où en sont les gardiens africains ?", - "description": "Longtemps considérés comme le point faible de bon nombre d'équipes africaines, les gardiens du continent sont en train de changer de dimension grâce à des portiers qui se sont imposés en Europe. Pourtant, ce n'était pas gagné.Et si la CAN 2021 était celle des gardiens de but ? La performance monumentale mardi face à l'Algérie de Mohamed Kamara, le portier de la Sierra Leone, prouve que l'époque des boulettes en…", - "content": "Et si la CAN 2021 était celle des gardiens de but ? La performance monumentale mardi face à l'Algérie de Mohamed Kamara, le portier de la Sierra Leone, prouve que l'époque des boulettes en…", + "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/ou-en-sont-les-gardiens-africains-509378.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ou-en-sont-les-gardiens-africains-1641929341_x600_articles-alt-509378.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-ou-en-sont-les-gardiens-africains-1641929341_x600_articles-alt-509378.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": "cb73f507497da92a1055df30e8e57422", - "highlights": [] + "hash": "55bd19074b51226a55ee2530666a7487" }, { - "title": "Pronostic Naples Fiorentina : Analyse, cotes et pronostic du match de Coupe d'Italie", - "description": "

    La Fiorentina joue un mauvais tour au Napoli

    \n
    \nLe Napoli avait démarré cette saison de Serie A pied au plancher. Les hommes de Spalletti ont rapidement…
    ", - "content": "

    La Fiorentina joue un mauvais tour au Napoli

    \n
    \nLe Napoli avait démarré cette saison de Serie A pied au plancher. Les hommes de Spalletti ont rapidement…
    ", + "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/pronostic-naples-fiorentina-analyse-cotes-et-pronostic-du-match-de-coupe-d-italie-509405.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T12:57:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-naples-fiorentina-analyse-cotes-et-pronostic-du-match-de-coupe-d-italie-1641992873_x600_articles-509405.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-naples-fiorentina-analyse-cotes-et-pronostic-du-match-de-coupe-d-italie-1641992873_x600_articles-509405.jpg", - "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": "a3954ecc1cf3d3d235fd5d7e11232406", - "highlights": [] + "hash": "eeb74c7da13d616fb4b8ca014c2e94ce" }, { - "title": "Nabil Fekir prolonge l'aventure au Betis Séville", - "description": "L'Andalousie lui va si bien.
    \n
    \nArrivé au Betis Séville à l'été 2019 pour près de vingt millions d'euros, Nabil Fekir fait le bonheur des Verdiblancos. Le club andalou a…

    ", - "content": "L'Andalousie lui va si bien.
    \n
    \nArrivé au Betis Séville à l'été 2019 pour près de vingt millions d'euros, Nabil Fekir fait le bonheur des Verdiblancos. Le club andalou a…

    ", + "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/nabil-fekir-prolonge-l-aventure-au-betis-seville-509411.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T12:48:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-nabil-fekir-prolonge-l-aventure-au-betis-seville-1641996943_x600_articles-509411.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-nabil-fekir-prolonge-l-aventure-au-betis-seville-1641996943_x600_articles-509411.jpg", - "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": "f271c25f8690e292926c62a0a394b121", - "highlights": [] + "hash": "0a8fe87fb96fdef9ad755be3f32c8d8b" }, { - "title": "La Coupe de France féminine offre un OL-PSG en huitièmes", - "description": "La finale avant l'heure.
    \n
    \nLe tirage au sort de la Coupe de France féminine nous offre un choc dès les huitièmes. Les deux mastodontes du championnat, l'OL et le PSG, s'affronteront le…

    ", - "content": "La finale avant l'heure.
    \n
    \nLe tirage au sort de la Coupe de France féminine nous offre un choc dès les huitièmes. Les deux mastodontes du championnat, l'OL et le PSG, s'affronteront le…

    ", + "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/la-coupe-de-france-feminine-offre-un-ol-psg-en-huitiemes-509404.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T12:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-coupe-de-france-feminine-offre-un-ol-psg-en-huitiemes-1641994237_x600_articles-509404.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-la-coupe-de-france-feminine-offre-un-ol-psg-en-huitiemes-1641994237_x600_articles-509404.jpg", - "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": "f08f77bdaf6395fd59ab7e8d46b04a2a", - "highlights": [] + "hash": "504e2fb81a1b08f6b52b292fc294e095" }, { - "title": "En direct : Mali - Tunisie ", - "description": "97' : Allez, on se quitte pour de bon. Le Mali l'emporte 1-0 dans une rencontre déjà entrée ...", - "content": "97' : Allez, on se quitte pour de bon. Le Mali l'emporte 1-0 dans une rencontre déjà entrée ...", + "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/en-direct-mali-tunisie-509397.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T12:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-mali-tunisie-1641998810_x600_articles-alt-509397.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-en-direct-mali-tunisie-1641998810_x600_articles-alt-509397.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": "6089a75fe8c3d1afa3ab7636e4d4e705", - "highlights": [] + "hash": "e352aca1323255a9b5bfd82432ecbc45" }, { - "title": "Pronostic Liverpool Arsenal : Analyse, cotes et pronostic de la demi-finale de Carabao Cup", - "description": "

    Liverpool reste maître à Anfield face à Arsenal

    \n
    \nTouché fortement par la Covid, Liverpool avait demandé le report du match aller contre Arsenal.…
    ", - "content": "

    Liverpool reste maître à Anfield face à Arsenal

    \n
    \nTouché fortement par la Covid, Liverpool avait demandé le report du match aller contre Arsenal.…
    ", + "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/pronostic-liverpool-arsenal-analyse-cotes-et-pronostic-de-la-demi-finale-de-carabao-cup-509403.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T12:38:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-liverpool-arsenal-analyse-cotes-et-pronostic-de-la-demi-finale-de-carabao-cup-1641992037_x600_articles-509403.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-liverpool-arsenal-analyse-cotes-et-pronostic-de-la-demi-finale-de-carabao-cup-1641992037_x600_articles-509403.jpg", - "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": "fe4d25635072414b9da1f5a02728e5a7", - "highlights": [] + "hash": "82935b336752dac4e2216164ae479680" }, { - "title": "Lincoln : Il marque contre Sunderland et vient chambrer son ancien coach", - "description": "La vengeance est un plat qui se mange froid.
    \n
    \nEt Chris Maguire s'est régalé. Désormais à Lincoln après son départ de Sunderland en 2021, l'attaquant affrontait son ancien club ce…

    ", - "content": "La vengeance est un plat qui se mange froid.
    \n
    \nEt Chris Maguire s'est régalé. Désormais à Lincoln après son départ de Sunderland en 2021, l'attaquant affrontait son ancien club ce…

    ", + "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/lincoln-il-marque-contre-sunderland-et-vient-chambrer-son-ancien-coach-509402.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T12:35:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lincoln-il-marque-contre-sunderland-et-vient-chambrer-son-ancien-coach-1641993464_x600_articles-509402.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-lincoln-il-marque-contre-sunderland-et-vient-chambrer-son-ancien-coach-1641993464_x600_articles-509402.jpg", - "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": "fbc46efac452551dbd3712374caa3b87", - "highlights": [] + "hash": "04a10081142ff0a001d1b77aa8276c19" }, { - "title": "Pronostic Cap Vert Burkina Faso : Analyse, cotes et pronostic du match de la CAN 2022", - "description": "

    Le Burkina Faso se relance face au Cap Vert

    \n
    \nOpposé à l'Ethiopie dimanche, censée être l'équipe la plus modeste du groupe, le Cap Vert l'a emporté…
    ", - "content": "

    Le Burkina Faso se relance face au Cap Vert

    \n
    \nOpposé à l'Ethiopie dimanche, censée être l'équipe la plus modeste du groupe, le Cap Vert l'a emporté…
    ", + "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/pronostic-cap-vert-burkina-faso-analyse-cotes-et-pronostic-du-match-de-la-can-2022-509400.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T12:18:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-cap-vert-burkina-faso-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1641991092_x600_articles-509400.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-cap-vert-burkina-faso-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1641991092_x600_articles-509400.jpg", - "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": "19458bf2ea06a2a6dcff2b84c449c765", - "highlights": [] + "hash": "59f78a0b9478a61d13866016c988b629" }, { - "title": "Pronostic Cameroun Ethiopie : Analyse, cotes et pronostic du match de la CAN 2022", - "description": "

    Le Cameroun solide face à l'Ethiopie

    \n
    \nPays hôte de cette CAN 2021 disputée en 2022, le Cameroun a bien démarré la compétition. Opposés dimanche…
    ", - "content": "

    Le Cameroun solide face à l'Ethiopie

    \n
    \nPays hôte de cette CAN 2021 disputée en 2022, le Cameroun a bien démarré la compétition. Opposés dimanche…
    ", + "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/pronostic-cameroun-ethiopie-analyse-cotes-et-pronostic-du-match-de-la-can-2022-509399.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T11:49:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-cameroun-ethiopie-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1641989317_x600_articles-509399.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-cameroun-ethiopie-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1641989317_x600_articles-509399.jpg", - "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": "42c0c99c28dfe314e3715ebe0a00818d", - "highlights": [] + "hash": "6c3ec63737411a0a380dc0974fda8e2b" }, { - "title": "Le propriétaire de Crystal Palace investit dans le club de Molenbeek", - "description": "Les affaires continuent à Crystal Palace.
    \n
    \nAprès le rachat de Botafogo…

    ", - "content": "Les affaires continuent à Crystal Palace.
    \n
    \nAprès le rachat de Botafogo…

    ", + "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/le-proprietaire-de-crystal-palace-investit-dans-le-club-de-molenbeek-509398.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T11:48:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-proprietaire-de-crystal-palace-investit-dans-le-club-de-molenbeek-1641989390_x600_articles-509398.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-proprietaire-de-crystal-palace-investit-dans-le-club-de-molenbeek-1641989390_x600_articles-509398.jpg", - "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": "a2146418a5676bc68f1439a2273317fe", - "highlights": [] + "hash": "205578d7d0eab2e44f9db493fa3bf699" }, { - "title": "Toujours aucun match en 2022 pour les Chamois niortais", - "description": "*Musique du multiplex* Nouveau report en Ligue 2 !
    \n
    \nLes Chamois niortais n'affronteront pas l'USL Dunkerque ce samedi à 19h, en raison d'un trop grand nombre d'absents entre cas…

    ", - "content": "*Musique du multiplex* Nouveau report en Ligue 2 !
    \n
    \nLes Chamois niortais n'affronteront pas l'USL Dunkerque ce samedi à 19h, en raison d'un trop grand nombre d'absents entre cas…

    ", + "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/toujours-aucun-match-en-2022-pour-les-chamois-niortais-509395.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T10:56:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-toujours-aucun-match-en-2022-pour-les-chamois-niortais-1641985885_x600_articles-509395.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-toujours-aucun-match-en-2022-pour-les-chamois-niortais-1641985885_x600_articles-509395.jpg", - "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": "d8e98658d391ccb3b3ea235ac994593e", - "highlights": [] + "hash": "acbe83b1230205a2be43a379a526113c" }, { - "title": "Éric Cantona : \"La prochaine Coupe du monde n'en est pas une\"", - "description": "La langue de bois, Canto ne connaît pas.
    \n
    \nLargement remis en cause de part et d'autre, ce Mondial 2022 ne laisse décidément personne indifférent. Cette fois, c'est Éric Cantona qui,…

    ", - "content": "La langue de bois, Canto ne connaît pas.
    \n
    \nLargement remis en cause de part et d'autre, ce Mondial 2022 ne laisse décidément personne indifférent. Cette fois, c'est Éric Cantona qui,…

    ", + "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/eric-cantona-la-prochaine-coupe-du-monde-n-en-est-pas-une-509396.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T10:20:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-eric-cantona-la-prochaine-coupe-du-monde-n-en-est-pas-une-1641985782_x600_articles-509396.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-eric-cantona-la-prochaine-coupe-du-monde-n-en-est-pas-une-1641985782_x600_articles-509396.jpg", - "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": "e04f86f027e9f8099dec3d6a49ada8ec", - "highlights": [] + "hash": "5ef27b49acead3542b53d427bd522bf7" }, { - "title": "Jean-Kévin Augustin de retour avec les pros", - "description": "On ne l'attendait plus vraiment.
    \n
    \nDevant faire face aux départs de deux de ses attaquants pour la Coupe d'Afrique des nations et au transfert de l'avant-centre belge Renaud Emond au…

    ", - "content": "On ne l'attendait plus vraiment.
    \n
    \nDevant faire face aux départs de deux de ses attaquants pour la Coupe d'Afrique des nations et au transfert de l'avant-centre belge Renaud Emond au…

    ", + "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/jean-kevin-augustin-de-retour-avec-les-pros-509394.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T10:08:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jean-kevin-augustin-de-retour-avec-les-pros-1641983162_x600_articles-509394.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-jean-kevin-augustin-de-retour-avec-les-pros-1641983162_x600_articles-509394.jpg", - "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", - "read": true, + "feed": "RMC Sport", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "848a558606c14f44cbf774190a2fed36", - "highlights": [] + "hash": "4941b2e819ae5e499fa941938bf8ee82" }, { - "title": "Scholes ne comprend pas la venue de Rangnick à Manchester United", - "description": "United mais pas trop.
    \n
    \nPaul Scholes a beau compter 712 matchs à son actif avec Manchester United, il n'a pas ménagé le nouveau coach de son club de cœur Ralf Rangnick. \"…

    ", - "content": "United mais pas trop.
    \n
    \nPaul Scholes a beau compter 712 matchs à son actif avec Manchester United, il n'a pas ménagé le nouveau coach de son club de cœur Ralf Rangnick. \"…

    ", + "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/scholes-ne-comprend-pas-la-venue-de-rangnick-a-manchester-united-509393.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T10:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-scholes-ne-comprend-pas-la-venue-de-rangnick-a-manchester-united-1641985155_x600_articles-509393.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-scholes-ne-comprend-pas-la-venue-de-rangnick-a-manchester-united-1641985155_x600_articles-509393.jpg", - "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": "be9203758ee1dfef38c61e00b43f3146", - "highlights": [] + "hash": "9749397a49f08a1d7579f01c8da60052" }, { - "title": "Patrice Évra : \"Dans le monde du foot, si tu dis être homo, c'est fini \"", - "description": "Enfin quelqu'un qui s'exprime sur le sujet.
    \n
    \nInvité à répondre aux questions des lecteurs du

    ", - "content": "Enfin quelqu'un qui s'exprime sur le sujet.
    \n
    \nInvité à répondre aux questions des lecteurs du


    ", + "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/patrice-evra-dans-le-monde-du-foot-si-tu-dis-etre-homo-c-est-fini-509391.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T09:36:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-patrice-evra-dans-le-monde-du-foot-si-tu-dis-etre-homo-c-est-fini-1641981883_x600_articles-509391.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-patrice-evra-dans-le-monde-du-foot-si-tu-dis-etre-homo-c-est-fini-1641981883_x600_articles-509391.jpg", - "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": "c88faf3201111f99a52c3cb0c112169b", - "highlights": [] + "hash": "fa0343d4749eb1b774fb059efe9af216" }, { - "title": "Le Sénat adopte un amendement en faveur d'une jauge supérieure à 50%", - "description": "Sortez les calculatrices.
    \n
    \nDepuis
    sa réinstauration…

    ", - "content": "Sortez les calculatrices.
    \n
    \nDepuis sa réinstauration…

    ", + "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/le-senat-adopte-un-amendement-en-faveur-d-une-jauge-superieure-a-50-509392.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T09:31:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-senat-adopte-un-amendement-en-faveur-d-une-jauge-superieure-a-50-1641982540_x600_articles-509392.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-senat-adopte-un-amendement-en-faveur-d-une-jauge-superieure-a-50-1641982540_x600_articles-509392.jpg", - "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": "79690bec7542f4b5bf1822e100b54c75", - "highlights": [] + "hash": "8c536503c6542b45d2fcf07f3c35b77f" }, { - "title": "Andy Carroll à deux doigts d'inscrire un incroyable doublé", - "description": "Ce mardi soir, Reading et Fulham avaient rendez-vous au Madejski Stadium pour la 25e journée de Championship. Un duel entre deux anciens pensionnaires de Premier League et surtout…", - "content": "Ce mardi soir, Reading et Fulham avaient rendez-vous au Madejski Stadium pour la 25e journée de Championship. Un duel entre deux anciens pensionnaires de Premier League et surtout…", + "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/andy-carroll-a-deux-doigts-d-inscrire-un-incroyable-double-509390.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T09:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-andy-carroll-a-deux-doigts-d-inscrire-un-incroyable-double-1641982351_x600_articles-509390.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-andy-carroll-a-deux-doigts-d-inscrire-un-incroyable-double-1641982351_x600_articles-509390.jpg", - "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": "c53c7a743b6ab93f22e5022cdb54c7e1", - "highlights": [] + "hash": "7c5d45525c03c29ba07bd2a5566eda90" }, { - "title": "Jean-Claude Darcheville nommé sélectionneur de la Guyane", - "description": "Voilà un revenant !
    \n
    \nOn a des nouvelles de Jean-Claude Darcheville. À 46 ans, l'ancien joueur de Bordeaux va commencer sa carrière d'entraîneur en prenant les rênes de la…

    ", - "content": "Voilà un revenant !
    \n
    \nOn a des nouvelles de Jean-Claude Darcheville. À 46 ans, l'ancien joueur de Bordeaux va commencer sa carrière d'entraîneur en prenant les rênes de la…

    ", + "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/jean-claude-darcheville-nomme-selectionneur-de-la-guyane-509389.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T08:48:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jean-claude-darcheville-nomme-selectionneur-de-la-guyane-1641980090_x600_articles-509389.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-jean-claude-darcheville-nomme-selectionneur-de-la-guyane-1641980090_x600_articles-509389.jpg", - "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": "918c8d29de638b997d52d6bb9daa595d", - "highlights": [] + "hash": "02cc63da6f2a7c87979191b6dfe9b2dc" }, { - "title": "Gabon : les joueurs interdisent l'entrée dans le vestiaire au ministre des Sports à cause de primes impayées", - "description": "Le Roselyne Bachelot 2010 du Gabon.
    \n
    \nAprès la victoire contre les Comores (1-0), les Gabonais ont refusé…

    ", - "content": "Le Roselyne Bachelot 2010 du Gabon.
    \n
    \nAprès la victoire contre les Comores (1-0), les Gabonais ont refusé…

    ", + "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/gabon-les-joueurs-interdisent-l-entree-dans-le-vestiaire-au-ministre-des-sports-a-cause-de-primes-impayees-509388.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T08:19:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-gabon-les-joueurs-interdisent-l-entree-dans-le-vestiaire-au-ministre-des-sports-a-cause-de-primes-impayees-1641976658_x600_articles-509388.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-gabon-les-joueurs-interdisent-l-entree-dans-le-vestiaire-au-ministre-des-sports-a-cause-de-primes-impayees-1641976658_x600_articles-509388.jpg", - "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": "841078ab7afa2bd49b309531a1e87e9f", - "highlights": [] + "hash": "86e0c10ea1415dd57060abee6973bcd1" }, { - "title": "Le PFC jouera son premier match de suspension au Mans", - "description": "Le Paris FC délocalise ses activités.
    \n
    \nSuspendu de terrain pour cinq…

    ", - "content": "Le Paris FC délocalise ses activités.
    \n
    \nSuspendu de terrain pour cinq…

    ", + "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/le-pfc-jouera-son-premier-match-de-suspension-au-mans-509387.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T08:01:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-pfc-jouera-son-premier-match-de-suspension-au-mans-1641975909_x600_articles-509387.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-pfc-jouera-son-premier-match-de-suspension-au-mans-1641975909_x600_articles-509387.jpg", - "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": "3cb5b156de2aa8c65bf99885c3b5c7f3", - "highlights": [] + "hash": "7ddd1b95f57069431a30991e5fb3db8f" }, { - "title": "La Côte d'Ivoire perd son gardien suspendu pour dopage", - "description": "Pour une fois, que ce n'est pas la Covid.
    \n
    \nLe gardien Sylvain Gbohouo ne participera pas à la CAN. Le numéro 1 de la Côte d'Ivoire a été suspendu pour dopage à la suite d'un…

    ", - "content": "Pour une fois, que ce n'est pas la Covid.
    \n
    \nLe gardien Sylvain Gbohouo ne participera pas à la CAN. Le numéro 1 de la Côte d'Ivoire a été suspendu pour dopage à la suite d'un…

    ", + "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/la-cote-d-ivoire-perd-son-gardien-suspendu-pour-dopage-509386.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T07:36:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-cote-d-ivoire-perd-son-gardien-suspendu-pour-dopage-1641975427_x600_articles-509386.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-la-cote-d-ivoire-perd-son-gardien-suspendu-pour-dopage-1641975427_x600_articles-509386.jpg", - "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": "f81cfc15ffd31ea3a80e46341b1fec39", - "highlights": [] + "hash": "609fa9ed7376e4e92e34ab15e9c4aef0" }, { - "title": "Pourquoi le Barça peut remercier Samuel Umtiti", - "description": "En prolongeant son contrat de trois ans avec le FC Barcelone lundi, Samuel Umtiti est devenu le sauveur d'un club en manque de fonds. En baissant son salaire de 10%, Big Sam s'est de nouveau sacrifié pour la patrie, catalane cette fois, et permet au Barça d'inscrire sur ses listes sa recrue phare de l'hiver : Ferran Torres. Petit calcul d'épicier ou nouveau plan de départ ?En Catalogne, los Reyes Magos sont passés avec un peu de retard. Le 10 janvier, le FC Barcelone annonce à la surprise générale los Reyes Magos sont passés avec un peu de retard. Le 10 janvier, le FC Barcelone annonce à la surprise générale
    ", + "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/pourquoi-le-barca-peut-remercier-samuel-umtiti-509379.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pourquoi-le-barca-peut-remercier-samuel-umtiti-1641920260_x600_articles-alt-509379.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pourquoi-le-barca-peut-remercier-samuel-umtiti-1641920260_x600_articles-alt-509379.jpg", - "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": "6cbfda2782552cf75acd65d873c8d4d3", - "highlights": [] + "hash": "2a493947dc0c21095116186d3468d69b" }, { - "title": "Tonton Daniel Alves, tuteur des jeunes du Barça", - "description": "De retour au sein de l'effectif du FC Barcelone depuis la nomination de Xavi en tant qu'entraîneur principal, Daniel Alves (38 ans) a été titulaire lors des deux premiers matchs de l'année 2022 du Barça. Et le moins que l'on puisse dire, c'est que le Brésilien se sent comme un poisson dans l'eau dans un club en quête de certitudes.Le faciès frustré, Xavi se présente en conférence d'après-match à Grenade avec des mots crus envers son équipe. \"C'est un match où nous aurions dû mener 2-0 et tuer le match, et ce…", - "content": "Le faciès frustré, Xavi se présente en conférence d'après-match à Grenade avec des mots crus envers son équipe. \"C'est un match où nous aurions dû mener 2-0 et tuer le match, et ce…", + "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/tonton-daniel-alves-tuteur-des-jeunes-du-barca-509369.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-tonton-daniel-alves-tuteur-des-jeunes-du-barca-1641910200_x600_articles-alt-509369.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-tonton-daniel-alves-tuteur-des-jeunes-du-barca-1641910200_x600_articles-alt-509369.jpg", - "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": "d28590e118760c64a85a368c7bff334c", - "highlights": [] + "hash": "55239c4a3c42d1f75b821ca03baedd5e" }, { - "title": "Bissouma, deuxième envol avec les Aigles du Mali", - "description": "Pour l'ouverture de son tournoi, le Mali défie la Tunisie ce mercredi au stade de Limbé. Mais alors que les Aigles débarquent à cette CAN avec de grandes ambitions, ils vont également pouvoir compter sur le retour, comme si de rien n'était, du milieu de Brighton Yves Bissouma, absent de la sélection depuis plus de trois ans pour des \"raisons personnelles\".16 octobre 2018. Au moment de quitter la pelouse burundaise sur laquelle il venait d'honorer sa dix-huitième cape, Yves Bissouma ne pensait probablement pas qu'il n'allait plus revêtir le…", - "content": "16 octobre 2018. Au moment de quitter la pelouse burundaise sur laquelle il venait d'honorer sa dix-huitième cape, Yves Bissouma ne pensait probablement pas qu'il n'allait plus revêtir le…", + "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/bissouma-deuxieme-envol-avec-les-aigles-du-mali-509365.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bissouma-deuxieme-envol-avec-les-aigles-du-mali-1641914527_x600_articles-alt-509365.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-bissouma-deuxieme-envol-avec-les-aigles-du-mali-1641914527_x600_articles-alt-509365.jpg", - "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": "30589e60184eda401d39bd7d159b5b63", - "highlights": [] + "hash": "a0aaf6af22b7bdb6b909f29f9d1c8aab" }, { - "title": "Supercoupe d'Espagne : l'or rance d'Arabie saoudite", - "description": "Deux ans après une première édition à Djeddah, la Supercopa revient en Arabie saoudite, cette fois à Riyad. La fédération espagnole a envoyé le FC Barcelone, le Real Madrid, l'Atlético et l'Athletic à 4000 kilomètres de chez eux, convaincue par des arguments sonnants et trébuchants. Une nouvelle occasion pour la monarchie du Golfe de se montrer sous un jour favorable, en poussant sous le tapis les sujets qui la dérangent.Rien que d'y penser, le régime saoudien se frotte les mains. Une grande partie du monde du football aura le regard tourné vers le stade international du Roi-Fahd ce mercredi. L'enceinte avait…", - "content": "Rien que d'y penser, le régime saoudien se frotte les mains. Une grande partie du monde du football aura le regard tourné vers le stade international du Roi-Fahd ce mercredi. L'enceinte avait…", + "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/supercoupe-d-espagne-l-or-rance-d-arabie-saoudite-509355.html", - "creator": "SO FOOT", - "pubDate": "2022-01-12T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-supercoupe-d-espagne-l-or-rance-d-arabie-saoudite-1641922143_x600_articles-alt-509355.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-supercoupe-d-espagne-l-or-rance-d-arabie-saoudite-1641922143_x600_articles-alt-509355.jpg", - "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": "dd9d4ddc913d1fd56c10815baec0400d", - "highlights": [] + "hash": "bfa87eb7cbf7adc0b477b08b6db81247" }, { - "title": "La Guinée-Bissau s'endort contre le Soudan", - "description": "

    ", - "content": "

    ", + "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/la-guinee-bissau-s-endort-contre-le-soudan-509384.html", - "creator": "SO FOOT", - "pubDate": "2022-01-11T21:06:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-guinee-bissau-s-endort-contre-le-soudan-1641935175_x600_articles-509384.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-la-guinee-bissau-s-endort-contre-le-soudan-1641935175_x600_articles-509384.jpg", - "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": "9898959a9e780f7dd2cdba8e9d187faf", - "highlights": [] + "hash": "bf88d64689a4ea394e2e16d306a4823f" }, { - "title": "Le Nigeria mange l'Égypte de Mohamed Salah", - "description": "

    ", - "content": "

    ", + "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/le-nigeria-mange-l-egypte-de-mohamed-salah-509382.html", - "creator": "SO FOOT", - "pubDate": "2022-01-11T18:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-nigeria-mange-l-egypte-de-mohamed-salah-1641923811_x600_articles-509382.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-nigeria-mange-l-egypte-de-mohamed-salah-1641923811_x600_articles-509382.jpg", - "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": "ff2c52d0ddab4f09a57cb7ebb692a12d", - "highlights": [] + "hash": "62396c980fb0fb2907a2598bfe921ad5" }, { - "title": "Patrice Lair n'est plus l'entraîneur des féminines de Bordeaux", - "description": "De Lair !
    \n
    \nLes Girondins de Bordeaux ont licencié ce mardi Patrice Lair, entraîneur de l'équipe féminine depuis cet été, selon une information de

    ", - "content": "De Lair !
    \n
    \nLes Girondins de Bordeaux ont licencié ce mardi Patrice Lair, entraîneur de l'équipe féminine depuis cet été, selon une information de


    ", + "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/patrice-lair-n-est-plus-l-entraineur-des-feminines-de-bordeaux-509383.html", - "creator": "SO FOOT", - "pubDate": "2022-01-11T17:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-patrice-lair-n-est-plus-l-entraineur-des-feminines-de-bordeaux-1641922496_x600_articles-509383.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-patrice-lair-n-est-plus-l-entraineur-des-feminines-de-bordeaux-1641922496_x600_articles-509383.jpg", - "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": "feae136325bd64f7e413a1585d7a9166", - "highlights": [] + "hash": "ee7251f271c0abec0b6f07f9f59dcafb" }, { - "title": "FIFAgate : le procès en appel de Nasser al-Khelaïfi repoussé au mois de mars", - "description": "Histoire de faire durer le suspense.
    \n
    \nFin octobre 2020, Nasser al-Khelaïfi pensait en avoir terminé avec la justice lorsque
    ", - "content": "Histoire de faire durer le suspense.
    \n
    \nFin octobre 2020, Nasser al-Khelaïfi pensait en avoir terminé avec la justice lorsque
    ", + "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/fifagate-le-proces-en-appel-de-nasser-al-khelaifi-repousse-au-mois-de-mars-509381.html", - "creator": "SO FOOT", - "pubDate": "2022-01-11T17:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-fifagate-le-proces-en-appel-de-nasser-al-khelaifi-repousse-au-mois-de-mars-1641921129_x600_articles-509381.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-fifagate-le-proces-en-appel-de-nasser-al-khelaifi-repousse-au-mois-de-mars-1641921129_x600_articles-509381.jpg", - "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": "abcd32baa15f993f52663be127853ca2", - "highlights": [] + "hash": "1bd45863b5cf7ec3ce106e412edaeea6" }, { - "title": "Forfait pour la CAN, Osimhen de retour à l'entraînement avec Naples ", - "description": "Retour attendu.
    \n
    \nTesté positif à la Covid le 30 décembre, Victor Osimhen avait été contraint de


    ", - "content": "Retour attendu.
    \n
    \nTesté positif à la Covid le 30 décembre, Victor Osimhen avait été contraint de


    ", + "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/forfait-pour-la-can-osimhen-de-retour-a-l-entrainement-avec-naples-509376.html", - "creator": "SO FOOT", - "pubDate": "2022-01-11T16:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-forfait-pour-la-can-osimhen-de-retour-a-l-entrainement-avec-naples-1641918473_x600_articles-509376.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-forfait-pour-la-can-osimhen-de-retour-a-l-entrainement-avec-naples-1641918473_x600_articles-509376.jpg", - "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": "0cb2469da73213e713c75e7f4cc8a8a6", - "highlights": [] + "hash": "9de8187e8f0a153b91860ecbec6913f8" }, { - "title": "Le président de Toronto avoue avoir repéré Insigne sur Transfermarkt", - "description": "Il suffisait d'un signe.
    \n
    \n
    Après avoir annoncé la signature de Lorenzo Insigne au Toronto FC ce…

    ", - "content": "Il suffisait d'un signe.
    \n
    \nAprès avoir annoncé la signature de Lorenzo Insigne au Toronto FC ce…

    ", + "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/le-president-de-toronto-avoue-avoir-repere-insigne-sur-transfermarkt-509380.html", - "creator": "SO FOOT", - "pubDate": "2022-01-11T16:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-president-de-toronto-avoue-avoir-repere-insigne-sur-transfermarkt-1641918185_x600_articles-509380.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-president-de-toronto-avoue-avoir-repere-insigne-sur-transfermarkt-1641918185_x600_articles-509380.jpg", - "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": "9147523e9721683a8145cf3eccbc7e72", - "highlights": [] + "hash": "332d34a5d7fd169ee7ecf8cf253c9166" }, { - "title": "Clément Chantôme va signer en N2 à Chartres ! ", - "description": "Un amoureux du ballon !
    \n
    \nAprès Poissy, Clément Chantôme va connaître à 34 ans un autre club amateur. L'ancien Parisien va s'engager avec Chartres, club de National 2, et s'est même…

    ", - "content": "Un amoureux du ballon !
    \n
    \nAprès Poissy, Clément Chantôme va connaître à 34 ans un autre club amateur. L'ancien Parisien va s'engager avec Chartres, club de National 2, et s'est même…

    ", + "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/clement-chantome-va-signer-en-n2-a-chartres-509377.html", - "creator": "SO FOOT", - "pubDate": "2022-01-11T16:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-clement-chantome-va-signer-en-n2-a-chartres-1641917668_x600_articles-509377.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-clement-chantome-va-signer-en-n2-a-chartres-1641917668_x600_articles-509377.jpg", - "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": "4456dd443c0791bf18fe33cf6a53cc26", - "highlights": [] + "hash": "33ad9a8314e437568bdf7c38ee9f7635" }, { - "title": "Lorient prête Adrian Grbić au Vitesse Arnhem", - "description": "Adrian Galèrebić.
    \n
    \nArrivé à Lorient à l'été 2020 avec le statut de deuxième meilleur buteur de Ligue 2 derrière Tino Kadewere, Adrian Grbić tarde à confirmer. Depuis plusieurs…

    ", - "content": "Adrian Galèrebić.
    \n
    \nArrivé à Lorient à l'été 2020 avec le statut de deuxième meilleur buteur de Ligue 2 derrière Tino Kadewere, Adrian Grbić tarde à confirmer. Depuis plusieurs…

    ", + "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/lorient-prete-adrian-grbic-au-vitesse-arnhem-509375.html", - "creator": "SO FOOT", - "pubDate": "2022-01-11T16:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lorient-prete-adrian-grbic-au-vitesse-arnhem-1641915834_x600_articles-509375.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-lorient-prete-adrian-grbic-au-vitesse-arnhem-1641915834_x600_articles-509375.jpg", - "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": "91d467164cf6ac21e1e1ffffc9f689b2", - "highlights": [] + "hash": "e7bf50e3152cbeecf11c791835eb7033" }, { - "title": "Jürgen Klopp et le \"grand nombre de faux positifs\" de Liverpool", - "description": "Problème de tests.
    \n
    \nPrésent en conférence de presse ce mardi, Jürgen Klopp a donné des nouvelles de son groupe suite aux nombreux cas de Covid ayant conduit au report de la demie de…

    ", - "content": "Problème de tests.
    \n
    \nPrésent en conférence de presse ce mardi, Jürgen Klopp a donné des nouvelles de son groupe suite aux nombreux cas de Covid ayant conduit au report de la demie de…

    ", + "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/jurgen-klopp-et-le-grand-nombre-de-faux-positifs-de-liverpool-509373.html", - "creator": "SO FOOT", - "pubDate": "2022-01-11T15:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jurgen-klopp-et-le-grand-nombre-de-faux-positifs-de-liverpool-1641914625_x600_articles-509373.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-jurgen-klopp-et-le-grand-nombre-de-faux-positifs-de-liverpool-1641914625_x600_articles-509373.jpg", - "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": "2cfebd0494adddb3c0893d62ac20058a", - "highlights": [] + "hash": "f7351092d85613f03f8a05859460b1f4" }, { - "title": "En direct : Nigeria - Égypte", - "description": "94' : ALLEZ ZOU ! Le Nigéria démarre parfaitement en s'offrant l'Égypte de Moh Salah, grâce à ...", - "content": "94' : ALLEZ ZOU ! Le Nigéria démarre parfaitement en s'offrant l'Égypte de Moh Salah, grâce à ...", + "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/en-direct-nigeria-egypte-509370.html", + "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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8c675e1310c2be67ce7f5ea8fe00c1a0" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7ccd00cd0c65967930f22df2810c1c10" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "efa5847226144423d2e53a9d53d1e9c4" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "55ee16e69648304f88d9c348e2f9ca2a" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e458d5af2177f1dd81b370a308ac0ac1" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7a9bd5f62e42f28f646174927bc78c3e" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c0cb710f883fb65d9a12f415a9103bf2" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3362d268a11fe890a68ab567ab280698" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7e7649070fb6df3c2820c5fc16c425a1" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ec81bce82fb529c37f9eb111a2a4a0b9" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a909fa7cfbcf36db46b055b13556149c" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "96b06833a05012a9d677f809bcb60015" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bb2a9bbf7a6f19598d4fc005c81f3824" + }, + { + "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.

    ", + "category": "", + "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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "db8abf4bc6f86072438b19fcf7876e00" + }, + { + "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://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": "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": "eba555505f75ad1398aa5e7bcea97f90" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a3b7ffc2464f0bb9940d06413940a225" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3b6bd258642bc8975367ace208c2252b" + }, + { + "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://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": "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": "c4ef8cd798ee1b8952787ff4edbb6d84" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cfb2b1bed64e4cb469eccd1e1a7a08a3" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c9b003da82bfc9d88ae4d8299f63a15e" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "87eddd56de0fb31cb93852c4a5ae8637" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cd3caea6af9d2d10bd7d45f36cd2a152" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a17fe3fc39937073732a0065ad61f507" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2a97378757cdd87c73c5304b5b7a5bd7" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "004a8f7a24203ba99136b99c5a206934" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2de0daf1fc116e6ca4edf057abc1ee43" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "db759af7739cdf434b0b77b3eccafb65" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a699e1140e6fd1f18b75aa5dcd51701c" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2416c5374f7ddf2b5445b6874cfd0c66" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ffd770779546dc367ee03fde9a89bd76" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "71d026289bb796e392f5c0405b67e9a5" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "446c9b00cbfe141cf7397a0a6fec8cbe" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a4eae9d3a7c706d7d16d6ad7258b3abc" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "21c687855cfd551ebff62641c8988039" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fd3bce63b63457a9cf9fa6a6a383ce2b" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2fa2c5692ed86fbb2c9bf4a0d8e6c522" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "12b32073b753c16e52400695f8f7902a" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5ccfd15ba66a8a045d2d21e4020236fc" + }, + { + "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://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": "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": "c3c1ef3ef35b822217b1a4158ed84528" + }, + { + "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://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": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "50d98278e6a9fe7350146f04464a1a47" + }, + { + "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://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": "Newcastle cale, Norwich relève la tête, Wolverhampton trace sa route", + "description": "

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/newcastle-cale-norwich-releve-la-tete-wolverhampton-trace-sa-route-509563.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T15:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-nigeria-egypte-1641920412_x600_articles-alt-509370.jpg", + "pubDate": "2022-01-15T17:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-newcastle-cale-norwich-releve-la-tete-wolverhampton-trace-sa-route-1642265898_x600_articles-509563.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-en-direct-nigeria-egypte-1641920412_x600_articles-alt-509370.jpg", + "image": "https://www.sofoot.com/IMG/img-newcastle-cale-norwich-releve-la-tete-wolverhampton-trace-sa-route-1642265898_x600_articles-509563.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -90912,20 +92958,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "712e7e145accbd0785ed1a4d00ae1714", + "hash": "32dcb9f74e99b260011a486e7b3df472", "highlights": [] }, { - "title": "La FIFA ouvre une enquête sur les accusations de pédophilie au Gabon", - "description": "La FIFA bien décidée à agir.
    \n
    \nLes accusations d'agressions sexuelles sur…

    ", - "content": "La FIFA bien décidée à agir.
    \n
    \nLes accusations d'agressions sexuelles sur…

    ", + "title": "Le Bayern se reprend, Leipzig grignote", + "description": "Au lendemain de la victoire du Borussia Dortmund, le Bayern a repris six points d'avance en tête de la Bundesliga grâce à son succès à Cologne (0-4). Corentin Tolisso en a profité pour mettre fin à onze mois sans marquer en championnat, tandis que Robert Lewandowski a collé un triplé. Le Leipzig du buteur Christopher Nkunku a de son côté réalisé la belle opération de l'après-midi en dominant Stuttgart pour revenir à trois petits points du troisième, Hoffenheim, défait par l'Union Berlin (2-1).

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/la-fifa-ouvre-une-enquete-sur-les-accusations-de-pedophilie-au-gabon-509372.html", + "link": "https://www.sofoot.com/le-bayern-se-reprend-leipzig-grignote-509551.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T15:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-fifa-ouvre-une-enquete-sur-les-accusations-de-pedophilie-au-gabon-1641914145_x600_articles-509372.jpg", + "pubDate": "2022-01-15T16:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-bayern-se-reprend-leipzig-grignote-1642264711_x600_articles-alt-509551.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-la-fifa-ouvre-une-enquete-sur-les-accusations-de-pedophilie-au-gabon-1641914145_x600_articles-509372.jpg", + "image": "https://www.sofoot.com/IMG/img-le-bayern-se-reprend-leipzig-grignote-1642264711_x600_articles-alt-509551.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -90934,20 +92980,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd3990a114fd72c97df169568d86c68d", + "hash": "1f38e83751d6f6219635b443335b383b", "highlights": [] }, { - "title": "Après onze mois d'absence, Jeff Reine-Adélaïde enfin de retour à l'entraînement avec l'OL", - "description": "Enfin un sourire à l'OL.
    \n
    \nArrivé dans la cité rhodanienne durant le mercato estival 2019, Jeff Reine-Adélaïde n'a jamais vraiment pu montrer l'étendue de ses capacités chez les…

    ", - "content": "Enfin un sourire à l'OL.
    \n
    \nArrivé dans la cité rhodanienne durant le mercato estival 2019, Jeff Reine-Adélaïde n'a jamais vraiment pu montrer l'étendue de ses capacités chez les…

    ", + "title": "Hatem Ben Arfa bientôt au LOSC ? ", + "description": "L'objectif de Ben Arfa ? Faire le Tour de France.
    \n
    \nAprès Lyon, Marseille, Nice, Paris, Rennes, Bordeaux, Hatem Ben Arfa pourrait trouver refuge dans le Nord. Avec le départ probable de…

    ", + "content": "L'objectif de Ben Arfa ? Faire le Tour de France.
    \n
    \nAprès Lyon, Marseille, Nice, Paris, Rennes, Bordeaux, Hatem Ben Arfa pourrait trouver refuge dans le Nord. Avec le départ probable de…

    ", "category": "", - "link": "https://www.sofoot.com/apres-onze-mois-d-absence-jeff-reine-adelaide-enfin-de-retour-a-l-entrainement-avec-l-ol-509371.html", + "link": "https://www.sofoot.com/hatem-ben-arfa-bientot-au-losc-509578.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T15:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-apres-onze-mois-d-absence-jeff-reine-adelaide-enfin-de-retour-a-l-entrainement-avec-l-ol-1641913684_x600_articles-509371.jpg", + "pubDate": "2022-01-15T16:34:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-hatem-ben-arfa-bientot-au-losc-1642264268_x600_articles-509578.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-apres-onze-mois-d-absence-jeff-reine-adelaide-enfin-de-retour-a-l-entrainement-avec-l-ol-1641913684_x600_articles-509371.jpg", + "image": "https://www.sofoot.com/IMG/img-hatem-ben-arfa-bientot-au-losc-1642264268_x600_articles-509578.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -90956,20 +93002,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f1f22536fb65f17efbce2f70d18dfd0", + "hash": "75b0b16ec31e7e5d239c730de132b24a", "highlights": [] }, { - "title": "L'Algérie cale face à la Sierra Leone", - "description": "Dans la famille \"débuts poussifs de favoris\", je demande l'Algérie.

    ", - "content": "

    ", + "title": "Tottenham-Arsenal officiellement reporté", + "description": "North Covid Derby.
    \n
    \nProgrammée ce dimanche à 17h30, la rencontre entre Tottenham et Arsenal a finalement été reportée. Cela fait suite à une requête déposée par les…

    ", + "content": "North Covid Derby.
    \n
    \nProgrammée ce dimanche à 17h30, la rencontre entre Tottenham et Arsenal a finalement été reportée. Cela fait suite à une requête déposée par les…

    ", "category": "", - "link": "https://www.sofoot.com/l-algerie-cale-face-a-la-sierra-leone-509334.html", + "link": "https://www.sofoot.com/tottenham-arsenal-officiellement-reporte-509571.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T14:54:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-algerie-cale-face-a-la-sierra-leone-1641914903_x600_articles-alt-509334.jpg", + "pubDate": "2022-01-15T15:42:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tottenham-arsenal-officiellement-reporte-1642260011_x600_articles-509571.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-l-algerie-cale-face-a-la-sierra-leone-1641914903_x600_articles-alt-509334.jpg", + "image": "https://www.sofoot.com/IMG/img-tottenham-arsenal-officiellement-reporte-1642260011_x600_articles-509571.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -90978,20 +93024,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "96e443ed6e9022380f087ea954b957e1", + "hash": "60fbf2eee3be0947491d9249bfa1c0a3", "highlights": [] }, { - "title": "Toulouse-Nancy reprogrammé le 19 janvier", - "description": "Une nouvelle date.
    \n
    \nLa rencontre Toulouse-Nancy vient d'être reprogrammée par la LFP. Le Téfécé en a fait l'annonce sur ses réseaux sociaux, le match se jouera le mercredi 19…

    ", - "content": "Une nouvelle date.
    \n
    \nLa rencontre Toulouse-Nancy vient d'être reprogrammée par la LFP. Le Téfécé en a fait l'annonce sur ses réseaux sociaux, le match se jouera le mercredi 19…

    ", + "title": "Le Cameroun réduit les journées de travail pour permettre aux gens d'aller au stade", + "description": "\" Je peux pas, j'ai foot \".
    \n
    \n Alors que la CAN bat son plein depuis presque une semaine, les tribunes des stades camerounais ont du mal à se remplir. À part pour les rencontres…

    ", + "content": "\" Je peux pas, j'ai foot \".
    \n
    \n Alors que la CAN bat son plein depuis presque une semaine, les tribunes des stades camerounais ont du mal à se remplir. À part pour les rencontres…

    ", "category": "", - "link": "https://www.sofoot.com/toulouse-nancy-reprogramme-le-19-janvier-509368.html", + "link": "https://www.sofoot.com/le-cameroun-reduit-les-journees-de-travail-pour-permettre-aux-gens-d-aller-au-stade-509569.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T14:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-toulouse-nancy-reprogramme-le-19-janvier-1641911945_x600_articles-509368.jpg", + "pubDate": "2022-01-15T15:09:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-cameroun-reduit-les-journees-de-travail-pour-permettre-aux-gens-d-aller-au-stade-1642257943_x600_articles-509569.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-toulouse-nancy-reprogramme-le-19-janvier-1641911945_x600_articles-509368.jpg", + "image": "https://www.sofoot.com/IMG/img-le-cameroun-reduit-les-journees-de-travail-pour-permettre-aux-gens-d-aller-au-stade-1642257943_x600_articles-509569.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91000,20 +93046,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f60940ba54be65fcdfda9796e7f03b9", + "hash": "3635fa69c388267bc1c0cde85396e510", "highlights": [] }, { - "title": "Bordeaux écarte Koscielny, Maja, Kalu, Baysse et Zerkane", - "description": "Et bonne année 2022.
    \n
    \nLe grand ménage commence à Bordeaux. La direction des Girondins a informé plusieurs joueurs de l'effectif qu'ils s'entraîneraient désormais avec la…

    ", - "content": "Et bonne année 2022.
    \n
    \nLe grand ménage commence à Bordeaux. La direction des Girondins a informé plusieurs joueurs de l'effectif qu'ils s'entraîneraient désormais avec la…

    ", + "title": "Ralf Rangnick avait oublié avoir donné un jour de repos à ses joueurs", + "description": "C'est sûr que ses joueurs n'avaient pas l'air d'avoir mérité ce jour de repos.
    \n
    \nEntraîneur de football est un métier prenant. Avec l'infernal cadence des matchs, il est…

    ", + "content": "C'est sûr que ses joueurs n'avaient pas l'air d'avoir mérité ce jour de repos.
    \n
    \nEntraîneur de football est un métier prenant. Avec l'infernal cadence des matchs, il est…

    ", "category": "", - "link": "https://www.sofoot.com/bordeaux-ecarte-koscielny-maja-kalu-baysse-et-zerkane-509367.html", + "link": "https://www.sofoot.com/ralf-rangnick-avait-oublie-avoir-donne-un-jour-de-repos-a-ses-joueurs-509566.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T13:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bordeaux-ecarte-koscielny-maja-kalu-baysse-et-zerkane-1641907998_x600_articles-509367.jpg", + "pubDate": "2022-01-15T14:31:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ralf-rangnick-avait-oublie-avoir-donne-un-jour-de-repos-a-ses-joueurs-1642255122_x600_articles-509566.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-bordeaux-ecarte-koscielny-maja-kalu-baysse-et-zerkane-1641907998_x600_articles-509367.jpg", + "image": "https://www.sofoot.com/IMG/img-ralf-rangnick-avait-oublie-avoir-donne-un-jour-de-repos-a-ses-joueurs-1642255122_x600_articles-509566.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91022,20 +93068,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d70719ffe173075352490399d126244", + "hash": "526b9e568e45d73038e9be8c00d0dfc4", "highlights": [] }, { - "title": "En direct : Algérie - Sierra Léone", - "description": "90' : Un immense bravo à Mohamed Kamara et à ses coéquipiers. L'Algérie tentera de rectifier ce ...", - "content": "90' : Un immense bravo à Mohamed Kamara et à ses coéquipiers. L'Algérie tentera de rectifier ce ...", + "title": "Manchester City épuise Chelsea", + "description": "Opposé à Chelsea pour le compte de la 22e journée de Premier League, Manchester City a fait la différence grâce à Kevin De Bruyne à vingt minutes du terme après avoir longtemps dominé. Les locaux, treize points d'avance en tête du championnat sur leur dauphin et adversaire du jour, continuent d'écraser la concurrence suite à cette douzième victoire d'affilée...

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-algerie-sierra-leone-509339.html", + "link": "https://www.sofoot.com/manchester-city-epuise-chelsea-509561.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T12:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-algerie-sierra-leone-1641913291_x600_articles-alt-509339.jpg", + "pubDate": "2022-01-15T14:24:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-manchester-city-epuise-chelsea-1642256261_x600_articles-alt-509561.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-en-direct-algerie-sierra-leone-1641913291_x600_articles-alt-509339.jpg", + "image": "https://www.sofoot.com/IMG/img-manchester-city-epuise-chelsea-1642256261_x600_articles-alt-509561.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91044,20 +93090,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4277d62bf3e154e84900ea7a25e5fd5e", + "hash": "74720a40df0099433955d6b4276ef927", "highlights": [] }, { - "title": "Pronostic West Ham Norwich : Analyse, cotes et pronostic du match de Premier League", - "description": "

    West Ham retrouve le Top 4 face à Norwich

    \n
    \nLa fin d'année 2021 a été marquée par la recrudescence de cas de Covid dans les clubs britanniques,…
    ", - "content": "

    West Ham retrouve le Top 4 face à Norwich

    \n
    \nLa fin d'année 2021 a été marquée par la recrudescence de cas de Covid dans les clubs britanniques,…
    ", + "title": "Shevchenko déjà viré par le Genoa", + "description": "Shevchencourt.
    \n
    \nNommé en novembre dernier alors que le Genoa pataugeait en championnat, l'Ukrainien n'a donc pas passé l'hiver. Onze petits matchs sur le banc ont suffi de…

    ", + "content": "Shevchencourt.
    \n
    \nNommé en novembre dernier alors que le Genoa pataugeait en championnat, l'Ukrainien n'a donc pas passé l'hiver. Onze petits matchs sur le banc ont suffi de…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-west-ham-norwich-analyse-cotes-et-pronostic-du-match-de-premier-league-509366.html", + "link": "https://www.sofoot.com/shevchenko-deja-vire-par-le-genoa-509565.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T12:35:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-west-ham-norwich-analyse-cotes-et-pronostic-du-match-de-premier-league-1641905496_x600_articles-509366.jpg", + "pubDate": "2022-01-15T13:41:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-shevchenko-deja-vire-par-le-genoa-1642253810_x600_articles-509565.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-west-ham-norwich-analyse-cotes-et-pronostic-du-match-de-premier-league-1641905496_x600_articles-509366.jpg", + "image": "https://www.sofoot.com/IMG/img-shevchenko-deja-vire-par-le-genoa-1642253810_x600_articles-509565.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91066,20 +93112,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1550e66c299b0aed40b8a25671ab45dd", + "hash": "c04a8280e1931bb0c908b2abd9950530", "highlights": [] }, { - "title": "Kasper Schmeichel : \"Eriksen nous a dit d'aller jouer\"", - "description": "Près de sept mois après le terrible accident de Christian Eriksen survenu à l'Euro, les émotions redescendent et les…", - "content": "Près de sept mois après le terrible accident de Christian Eriksen survenu à l'Euro, les émotions redescendent et les…", + "title": "Coutinho porte toujours un bracelet que Messi lui a offert il y a trois ans ", + "description": "Alors que Messi a sûrement fait ça avec le cordon du saucisson.
    \n
    \nUn cadeau ça ne se refuse pas, surtout quand il vous ait offert par Leo Messi. Lors de sa présentation à Aston…

    ", + "content": "Alors que Messi a sûrement fait ça avec le cordon du saucisson.
    \n
    \nUn cadeau ça ne se refuse pas, surtout quand il vous ait offert par Leo Messi. Lors de sa présentation à Aston…

    ", "category": "", - "link": "https://www.sofoot.com/kasper-schmeichel-eriksen-nous-a-dit-d-aller-jouer-509360.html", + "link": "https://www.sofoot.com/coutinho-porte-toujours-un-bracelet-que-messi-lui-a-offert-il-y-a-trois-ans-509564.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T12:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-kasper-schmeichel-eriksen-nous-a-dit-d-aller-jouer-1641902846_x600_articles-509360.jpg", + "pubDate": "2022-01-15T13:19:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-coutinho-porte-toujours-un-bracelet-que-messi-lui-a-offert-il-y-a-trois-ans-1642252341_x600_articles-509564.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-kasper-schmeichel-eriksen-nous-a-dit-d-aller-jouer-1641902846_x600_articles-509360.jpg", + "image": "https://www.sofoot.com/IMG/img-coutinho-porte-toujours-un-bracelet-que-messi-lui-a-offert-il-y-a-trois-ans-1642252341_x600_articles-509564.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91088,20 +93134,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f8b7872ddb61152d0c34a02cbc3b397", + "hash": "1f95ad9d9ef40285c1aab5f646e27f9e", "highlights": [] }, { - "title": "Pronostic Tottenham Chelsea : Analyse, cotes et pronostic de la demi-finale retour de la Carabao Cup", - "description": "

    Chelsea assure à Tottenham

    \n
    \nFinaliste de la Ligue des Champions sous les ordres de Mauricio Pochettino, Tottenham est depuis nettement moins performant.…
    ", - "content": "

    Chelsea assure à Tottenham

    \n
    \nFinaliste de la Ligue des Champions sous les ordres de Mauricio Pochettino, Tottenham est depuis nettement moins performant.…
    ", + "title": "En direct : Manchester City - Chelsea", + "description": "93' : THAT'S IT FOLKS !
    \n
    \nLargement supérieur à Chelsea, Manchester City s'impose sur le plus ...", + "content": "93' : THAT'S IT FOLKS !
    \n
    \nLargement supérieur à Chelsea, Manchester City s'impose sur le plus ...", "category": "", - "link": "https://www.sofoot.com/pronostic-tottenham-chelsea-analyse-cotes-et-pronostic-de-la-demi-finale-retour-de-la-carabao-cup-509364.html", + "link": "https://www.sofoot.com/en-direct-manchester-city-chelsea-509548.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T12:28:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-tottenham-chelsea-analyse-cotes-et-pronostic-de-la-demi-finale-retour-de-la-carabao-cup-1641904538_x600_articles-509364.jpg", + "pubDate": "2022-01-15T12:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-manchester-city-chelsea-1642255382_x600_articles-alt-509548.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-tottenham-chelsea-analyse-cotes-et-pronostic-de-la-demi-finale-retour-de-la-carabao-cup-1641904538_x600_articles-509364.jpg", + "image": "https://www.sofoot.com/IMG/img-en-direct-manchester-city-chelsea-1642255382_x600_articles-alt-509548.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91110,20 +93156,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fd5d84fe951c187969ef2319a36dc7c", + "hash": "a0084480ce68887ec0c20aa11fb775e4", "highlights": [] }, { - "title": "Pronostic Atalanta Bergame Venise : Analyse, cotes et pronostic de la Coupe d'Italie", - "description": "

    L'Atalanta mène sa barque contre Venise

    \n
    \nEn huitième de finale de la Coupe d'Italie, l'Atalanta Bergame reçoit Venise au Gewiss Stadium. Les…
    ", - "content": "

    L'Atalanta mène sa barque contre Venise

    \n
    \nEn huitième de finale de la Coupe d'Italie, l'Atalanta Bergame reçoit Venise au Gewiss Stadium. Les…
    ", + "title": "La FIFA sanctionne l'OM d'une interdiction de recrutement pour deux mercatos", + "description": "Longoria dans la sauce.
    \n
    \n\"Pape Gueye a eu un problème administratif juste avant le coup d'envoi du match. Cinq minutes avant, nous avons été avertis que la FIFA l'avait…

    ", + "content": "Longoria dans la sauce.
    \n
    \n\"Pape Gueye a eu un problème administratif juste avant le coup d'envoi du match. Cinq minutes avant, nous avons été avertis que la FIFA l'avait…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-atalanta-bergame-venise-analyse-cotes-et-pronostic-de-la-coupe-d-italie-509363.html", + "link": "https://www.sofoot.com/la-fifa-sanctionne-l-om-d-une-interdiction-de-recrutement-pour-deux-mercatos-509560.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T12:21:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-atalanta-bergame-venise-analyse-cotes-et-pronostic-de-la-coupe-d-italie-1641904075_x600_articles-509363.jpg", + "pubDate": "2022-01-15T11:38:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-fifa-sanctionne-l-om-d-une-interdiction-de-recrutement-pour-deux-mercatos-1642247955_x600_articles-509560.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-atalanta-bergame-venise-analyse-cotes-et-pronostic-de-la-coupe-d-italie-1641904075_x600_articles-509363.jpg", + "image": "https://www.sofoot.com/IMG/img-la-fifa-sanctionne-l-om-d-une-interdiction-de-recrutement-pour-deux-mercatos-1642247955_x600_articles-509560.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91132,20 +93178,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fec64e3474593dffe38eda543ed04fce", + "hash": "901f7a53947046e99a710b97378a64e4", "highlights": [] }, { - "title": "CAN 2021 : Samuel Eto'o s'excuse auprès des journalistes algériens agressés", - "description": "Intervention présidentielle.
    \n
    \nAu lendemain de la violente agression au…

    ", - "content": "Intervention présidentielle.
    \n
    \nAu lendemain de la violente agression au…

    ", + "title": "André Ayew tacle la \"petite équipe\" du Gabon", + "description": "La panthère dépouillée sur place.
    \n
    \nLes Black Stars du Ghana ont été tenues en échec…

    ", + "content": "La panthère dépouillée sur place.
    \n
    \nLes Black Stars du Ghana ont été tenues en échec…

    ", "category": "", - "link": "https://www.sofoot.com/can-2021-samuel-eto-o-s-excuse-aupres-des-journalistes-algeriens-agresses-509361.html", + "link": "https://www.sofoot.com/andre-ayew-tacle-la-petite-equipe-du-gabon-509559.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T12:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-can-2021-samuel-eto-o-s-excuse-aupres-des-journalistes-algeriens-agresses-1641902485_x600_articles-509361.jpg", + "pubDate": "2022-01-15T11:23:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-andre-ayew-tacle-la-petite-equipe-du-gabon-1642245987_x600_articles-509559.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-can-2021-samuel-eto-o-s-excuse-aupres-des-journalistes-algeriens-agresses-1641902485_x600_articles-509361.jpg", + "image": "https://www.sofoot.com/IMG/img-andre-ayew-tacle-la-petite-equipe-du-gabon-1642245987_x600_articles-509559.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91154,20 +93200,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "73212f29efa23be105c8c5ef0fc3f50d", + "hash": "4fe749a6291e2ddb2a85ae24e0bf1cde", "highlights": [] }, { - "title": "Salah ne \"demande pas des choses folles\" à Liverpool pour prolonger ", - "description": "Salah met la pression.
    \n
    \nAvec un contrat arrivant à expiration en juin 2023, Mohamed Salah pourrait bien attirer les convoitises lors du prochain mercato estival. Pas d'inquiétudes pour…

    ", - "content": "Salah met la pression.
    \n
    \nAvec un contrat arrivant à expiration en juin 2023, Mohamed Salah pourrait bien attirer les convoitises lors du prochain mercato estival. Pas d'inquiétudes pour…

    ", + "title": "Melbourne Victory pourrait être sanctionné suite au comportement homophobe de ses supporters à l'encontre de Josh Cavallo", + "description": "Melbourne Defeat.
    \n
    \nSamedi 8 janvier, la rencontre d'A-League entre Melbourne Victory et Adelaïde United a malheureusement été marquée par un triste spectacle. Josh Cavallo,
    ", + "content": "Melbourne Defeat.
    \n
    \nSamedi 8 janvier, la rencontre d'A-League entre Melbourne Victory et Adelaïde United a malheureusement été marquée par un triste spectacle. Josh Cavallo,
    ", "category": "", - "link": "https://www.sofoot.com/salah-ne-demande-pas-des-choses-folles-a-liverpool-pour-prolonger-509357.html", + "link": "https://www.sofoot.com/melbourne-victory-pourrait-etre-sanctionne-suite-au-comportement-homophobe-de-ses-supporters-a-l-encontre-de-josh-cavallo-509558.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T12:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-salah-ne-demande-pas-des-choses-folles-a-liverpool-pour-prolonger-1641901008_x600_articles-509357.jpg", + "pubDate": "2022-01-15T10:37:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-melbourne-victory-pourrait-etre-sanctionne-suite-au-comportement-homophobe-de-ses-supporters-a-l-encontre-de-josh-cavallo-1642243544_x600_articles-509558.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-salah-ne-demande-pas-des-choses-folles-a-liverpool-pour-prolonger-1641901008_x600_articles-509357.jpg", + "image": "https://www.sofoot.com/IMG/img-melbourne-victory-pourrait-etre-sanctionne-suite-au-comportement-homophobe-de-ses-supporters-a-l-encontre-de-josh-cavallo-1642243544_x600_articles-509558.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91176,20 +93222,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d0ad7fbdcf2c91dc459a3bce1c3bd6d", + "hash": "02e49349bd038f6ff25641907a5db44e", "highlights": [] }, { - "title": "Patrice Évra souhaite que son livre aide \" d'autres enfants \" victimes d'agressions sexuelles", - "description": "Un livre comme un message.
    \n
    \nDéjà publié en Angleterre, Patrice Évra sortira le 13 janvier prochain son autobiographie I love this game, aux éditions Hugo Sport, dans lequel il…

    ", - "content": "Un livre comme un message.
    \n
    \nDéjà publié en Angleterre, Patrice Évra sortira le 13 janvier prochain son autobiographie I love this game, aux éditions Hugo Sport, dans lequel il…

    ", + "title": "Après la Covid, Aubameyang et Lemina souffrent de \"lésions cardiaques\"", + "description": "Un rétablissement compliqué pour les Gabonais.
    \n
    \nIls avaient déjà dû faire sans lors de leur entrée en lice…

    ", + "content": "Un rétablissement compliqué pour les Gabonais.
    \n
    \nIls avaient déjà dû faire sans lors de leur entrée en lice…

    ", "category": "", - "link": "https://www.sofoot.com/patrice-evra-souhaite-que-son-livre-aide-d-autres-enfants-victimes-d-agressions-sexuelles-509358.html", + "link": "https://www.sofoot.com/apres-la-covid-aubameyang-et-lemina-souffrent-de-lesions-cardiaques-509556.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T11:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-patrice-evra-souhaite-que-son-livre-aide-d-autres-enfants-victimes-d-agressions-sexuelles-1641900726_x600_articles-509358.jpg", + "pubDate": "2022-01-15T09:29:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-apres-la-covid-aubameyang-et-lemina-souffrent-de-lesions-cardiaques-1642239306_x600_articles-509556.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-patrice-evra-souhaite-que-son-livre-aide-d-autres-enfants-victimes-d-agressions-sexuelles-1641900726_x600_articles-509358.jpg", + "image": "https://www.sofoot.com/IMG/img-apres-la-covid-aubameyang-et-lemina-souffrent-de-lesions-cardiaques-1642239306_x600_articles-509556.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91198,20 +93244,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "43d64053095684c46543b6f0bef3de9e", + "hash": "3733b43ddf7a909e48e3878dab1c791b", "highlights": [] }, { - "title": "L'agent d'Ousmane Dembélé agacé par la gestion sportive de Barcelone", - "description": "Clash of clans.
    \n
    \nAlors que les querelles entre l'entourage d'Ousmane Dembélé et Barcelone se…

    ", - "content": "Clash of clans.
    \n
    \nAlors que les querelles entre l'entourage d'Ousmane Dembélé et Barcelone se…

    ", + "title": "Pronostic Real Madrid Athletic Bilbao : Analyse, cotes et prono de la SuperCoupe d'Espagne", + "description": "

    Le Real décroche le titre face à l'Athletic Bilbao

    \n
    \nAprès avoir connu une saison blanche la saison dernière, le Real Madrid est reparti sur…
    ", + "content": "

    Le Real décroche le titre face à l'Athletic Bilbao

    \n
    \nAprès avoir connu une saison blanche la saison dernière, le Real Madrid est reparti sur…
    ", "category": "", - "link": "https://www.sofoot.com/l-agent-d-ousmane-dembele-agace-par-la-gestion-sportive-de-barcelone-509356.html", + "link": "https://www.sofoot.com/pronostic-real-madrid-athletic-bilbao-analyse-cotes-et-prono-de-la-supercoupe-d-espagne-509555.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T11:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-agent-d-ousmane-dembele-agace-par-la-gestion-sportive-de-barcelone-1641900131_x600_articles-509356.jpg", + "pubDate": "2022-01-15T09:21:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-real-madrid-athletic-bilbao-analyse-cotes-et-prono-de-la-supercoupe-d-espagne-1642239586_x600_articles-509555.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-l-agent-d-ousmane-dembele-agace-par-la-gestion-sportive-de-barcelone-1641900131_x600_articles-509356.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-real-madrid-athletic-bilbao-analyse-cotes-et-prono-de-la-supercoupe-d-espagne-1642239586_x600_articles-509555.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91220,20 +93266,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1697c4d942d1b66775901dafe7372f1b", + "hash": "04808630f2a5c036de56619b34399932", "highlights": [] }, { - "title": "Pronostic Inter Milan Juventus Turin : Analyse, cotes et pronostic de la SuperCoupe d'Italie", - "description": "

    L'Inter Milan confirme sa suprématie face à la Juventus

    \n
    \nL'Inter Milan a mis fin au règne de la Juventus qui a dominé la Serie A pendant 9…
    ", - "content": "

    L'Inter Milan confirme sa suprématie face à la Juventus

    \n
    \nL'Inter Milan a mis fin au règne de la Juventus qui a dominé la Serie A pendant 9…
    ", + "title": "Haaland : \"Je dois bientôt prendre une décision\"", + "description": "\"Je pense qu'il est un peu trop tôt pour faire un choix.\"
    \n
    \nLe pilote de ligne Marc avait tout dit avant tout le monde. Après son sublime doublé lors de
    ", + "content": "\"Je pense qu'il est un peu trop tôt pour faire un choix.\"
    \n
    \nLe pilote de ligne Marc avait tout dit avant tout le monde. Après son sublime doublé lors de
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-inter-milan-juventus-turin-analyse-cotes-et-pronostic-de-la-supercoupe-d-italie-509362.html", + "link": "https://www.sofoot.com/haaland-je-dois-bientot-prendre-une-decision-509554.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T11:16:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-inter-milan-juventus-turin-analyse-cotes-et-pronostic-de-la-supercoupe-d-italie-1641903472_x600_articles-509362.jpg", + "pubDate": "2022-01-15T08:55:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-haaland-je-dois-bientot-prendre-une-decision-1642237184_x600_articles-509554.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-inter-milan-juventus-turin-analyse-cotes-et-pronostic-de-la-supercoupe-d-italie-1641903472_x600_articles-509362.jpg", + "image": "https://www.sofoot.com/IMG/img-haaland-je-dois-bientot-prendre-une-decision-1642237184_x600_articles-509554.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91242,20 +93288,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd44210106a0f535f393dbd81468089a", + "hash": "e384bc4447ad46f3761ddfc99eae75f7", "highlights": [] }, { - "title": "Kroos veut terminer sa carrière au Real Madrid ", - "description": "Info Kroostillante.
    \n
    \nÀ 32 ans, Toni Kroos sait qu'il se rapproche de la fin. Dans un entretien accordé à

    ", - "content": "Info Kroostillante.
    \n
    \nÀ 32 ans, Toni Kroos sait qu'il se rapproche de la fin. Dans un entretien accordé à


    ", + "title": "À 35 ans, Nani s'engage avec Venise jusqu'en 2023", + "description": "Papy fait de la résistance.
    \n
    \nCe transfert a beau ne rien avoir en commun avec un certain reportage où Kylian Mbappé avait brillé avec le fameux \"moi tu me parles pas d'âge…

    ", + "content": "Papy fait de la résistance.
    \n
    \nCe transfert a beau ne rien avoir en commun avec un certain reportage où Kylian Mbappé avait brillé avec le fameux \"moi tu me parles pas d'âge…

    ", "category": "", - "link": "https://www.sofoot.com/kroos-veut-terminer-sa-carriere-au-real-madrid-509354.html", + "link": "https://www.sofoot.com/a-35-ans-nani-s-engage-avec-venise-jusqu-en-2023-509553.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T11:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-kroos-veut-terminer-sa-carriere-au-real-madrid-1641899324_x600_articles-509354.jpg", + "pubDate": "2022-01-15T08:19:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-a-35-ans-nani-s-engage-avec-venise-jusqu-en-2023-1642234952_x600_articles-509553.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-kroos-veut-terminer-sa-carriere-au-real-madrid-1641899324_x600_articles-509354.jpg", + "image": "https://www.sofoot.com/IMG/img-a-35-ans-nani-s-engage-avec-venise-jusqu-en-2023-1642234952_x600_articles-509553.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91264,20 +93310,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1aa4a015ba4c7808ea89a593ce5e08f8", + "hash": "f961b56508d88170c5e42eadf89e1658", "highlights": [] }, { - "title": "Botafogo va être racheté par un des copropriétaires de Crystal Palace", - "description": "L'âge de Palace.
    \n
    \nBotafogo, légendaire club de Rio, est en passe de se faire racheter par le magnat américain John Textor, générateur du fonds Eagle Holdings. Ce dernier détient…

    ", - "content": "L'âge de Palace.
    \n
    \nBotafogo, légendaire club de Rio, est en passe de se faire racheter par le magnat américain John Textor, générateur du fonds Eagle Holdings. Ce dernier détient…

    ", + "title": "Pronostic Manchester City Chelsea : Analyse, cotes et pronostic du match de Premier League", + "description": "

    Manchester City soigne encore ses bleus face à Chelsea

    \n
    \nManchester City a réalisé une saison dernière incroyable avec le gain de la Premier League et…
    ", + "content": "

    Manchester City soigne encore ses bleus face à Chelsea

    \n
    \nManchester City a réalisé une saison dernière incroyable avec le gain de la Premier League et…
    ", "category": "", - "link": "https://www.sofoot.com/botafogo-va-etre-rachete-par-un-des-coproprietaires-de-crystal-palace-509349.html", + "link": "https://www.sofoot.com/pronostic-manchester-city-chelsea-analyse-cotes-et-pronostic-du-match-de-premier-league-509471.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T11:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-botafogo-va-etre-rachete-par-un-des-coproprietaires-de-crystal-palace-1641899127_x600_articles-509349.jpg", + "pubDate": "2022-01-13T13:16:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-manchester-city-chelsea-analyse-cotes-et-pronostic-du-match-de-premier-league-1642080293_x600_articles-509471.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-botafogo-va-etre-rachete-par-un-des-coproprietaires-de-crystal-palace-1641899127_x600_articles-509349.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-manchester-city-chelsea-analyse-cotes-et-pronostic-du-match-de-premier-league-1642080293_x600_articles-509471.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91286,20 +93332,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6fef2f68a6b9bdbdfc14efa33673ad5", + "hash": "7613f4a4cb234b945a3ca28f2030eff4", "highlights": [] }, { - "title": "C'est quoi cette histoire d'éclairage à Versailles ? ", - "description": "Apparemment, Louis XIV est à l'origine de la localisation du huitième de finale de Coupe de France opposant Versailles (N2) à Toulouse (L2). Le match aurait été déplacé des Yvelines à la Haute-Garonne soi-disant parce qu'il ne faut pas de lumière dans la chambre du Roi au château de Versailles, à quelques encablures du stade. La réalité est un peu différente.Aux alentours de 15h30, le 2 janvier, la dinde ou le chapon à peine englouti, les Versaillais exultent lorsque Thomas Léonard siffle la fin du seizième de finale de Coupe de France les opposant à…", - "content": "Aux alentours de 15h30, le 2 janvier, la dinde ou le chapon à peine englouti, les Versaillais exultent lorsque Thomas Léonard siffle la fin du seizième de finale de Coupe de France les opposant à…", + "title": "EXCLU : 110€ offerts DIRECT chez Winamax pour parier ce week-end !", + "description": "Pendant moins d'un mois, Winamax offre un bonus EXCLU sur SoFoot. De quoi miser sereinement sur ce gros week-end de foot

    NOUVEAU BONUS : 110€ offerts directement en EXCLU

    \n
    \n
    \nJusqu'au 6 février seulement


    ", + "content": "

    NOUVEAU BONUS : 110€ offerts directement en EXCLU

    \n
    \n
    \nJusqu'au 6 février seulement


    ", "category": "", - "link": "https://www.sofoot.com/c-est-quoi-cette-histoire-d-eclairage-a-versailles-509337.html", + "link": "https://www.sofoot.com/exclu-110e-offerts-direct-chez-winamax-pour-parier-ce-week-end-509504.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T11:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-c-est-quoi-cette-histoire-d-eclairage-a-versailles-1641844211_x600_articles-alt-509337.jpg", + "pubDate": "2022-01-14T07:50:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-exclu-110e-offerts-direct-chez-winamax-pour-parier-ce-week-end-1642148129_x600_articles-509504.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-c-est-quoi-cette-histoire-d-eclairage-a-versailles-1641844211_x600_articles-alt-509337.jpg", + "image": "https://www.sofoot.com/IMG/img-exclu-110e-offerts-direct-chez-winamax-pour-parier-ce-week-end-1642148129_x600_articles-509504.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91308,20 +93354,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b3ae78089df1ad3ff6456d8b01930e7", + "hash": "212e605205f62adf0fef1f291c2102f6", "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": "Jauges : qui va payer ?", + "description": "Pendant que se poursuit la guerre de positions entre la représentation nationale (assemblée et sénat) et le gouvernement autour de la délicate estimation de la proportionnalité des jauges, l'État vient de réactiver certains dispositifs pour secourir les sports pros menacés économiquement par cette mesure. Voilà de quoi rajouter une dose de scepticisme devant le choix de vider les tribunes, une option dont rien ne prouve la nécessité ou l'efficacité, surtout si c'est le contribuable qui se retrouve à soulager le moral et les finances des clubs de L1 ou L2.Réunis à Bercy lundi dernier, les principaux ministères concernés et autres acteurs du sport professionnel ont discuté de la meilleure manière de surpasser l'actuelle crise. Celle évidemment…", + "content": "Réunis à Bercy lundi dernier, les principaux ministères concernés et autres acteurs du sport professionnel ont discuté de la meilleure manière de surpasser l'actuelle crise. Celle évidemment…", "category": "", - "link": "https://www.sofoot.com/so-foot-hs-19-508290.html", + "link": "https://www.sofoot.com/jauges-qui-va-payer-509550.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-15T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jauges-qui-va-payer-1642194259_x600_articles-509550.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-jauges-qui-va-payer-1642194259_x600_articles-509550.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91330,20 +93376,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "38bf916521e2eebc10d62bcb2456359a", + "hash": "3429e3ccb55f34575018ea7126fc51c9", "highlights": [] }, { - "title": "Ahmet Yılmaz Çalık (Konyaspor) est décédé dans un accident de voiture", - "description": "La triste nouvelle de ce mardi provient de Turquie.
    \n
    \nAhmet Yılmaz Çalık, défenseur central turc de 27 ans, est décédé dans un accident de la route à Hacılar dans le district de…

    ", - "content": "La triste nouvelle de ce mardi provient de Turquie.
    \n
    \nAhmet Yılmaz Çalık, défenseur central turc de 27 ans, est décédé dans un accident de la route à Hacılar dans le district de…

    ", + "title": "Avec Gerrard, Coutinho et Digne, Aston Villa a tout de la future sensation", + "description": "Le 14e de Premier League vient d'annoncer, coup sur coup, les arrivées de Philippe Coutinho en prêt et de Lucas Digne. Un mercato ambitieux, consécutif à l'arrivée de Steven Gerrard sur le banc du club, qui fait sans doute des Villans l'équipe à suivre de cette deuxième moitié de saison en Premier League.
    \t\t\t\t\t
    ", + "content": "
    \t\t\t\t\t
    ", "category": "", - "link": "https://www.sofoot.com/ahmet-yilmaz-calik-konyaspor-est-decede-dans-un-accident-de-voiture-509351.html", + "link": "https://www.sofoot.com/avec-gerrard-coutinho-et-digne-aston-villa-a-tout-de-la-future-sensation-509533.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T10:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ahmet-yilmaz-calik-konyaspor-est-decede-dans-un-accident-de-voiture-1641895748_x600_articles-509351.jpg", + "pubDate": "2022-01-15T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-avec-gerrard-coutinho-et-digne-aston-villa-a-tout-de-la-future-sensation-1642172630_x600_articles-alt-509533.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-ahmet-yilmaz-calik-konyaspor-est-decede-dans-un-accident-de-voiture-1641895748_x600_articles-509351.jpg", + "image": "https://www.sofoot.com/IMG/img-avec-gerrard-coutinho-et-digne-aston-villa-a-tout-de-la-future-sensation-1642172630_x600_articles-alt-509533.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91352,20 +93398,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "42439379b614fd74d007e1e08baab957", + "hash": "d06f0cb72594f6bcb34e573e77dda4fa", "highlights": [] }, { - "title": "Pronostic Guinée Equatoriale Côte d'Ivoire : Analyse, cotes et pronostic du match de la CAN 2022", - "description": "

    La Côte d'Ivoire logiquement face à la Guinée Equatoriale

    \n
    \nDans un groupe qui E compte également l'Algérie et la Sierra Leone, la Côte d'Ivoire ne…
    ", - "content": "

    La Côte d'Ivoire logiquement face à la Guinée Equatoriale

    \n
    \nDans un groupe qui E compte également l'Algérie et la Sierra Leone, la Côte d'Ivoire ne…
    ", + "title": "Toumani Diagouraga : \"La culture anglaise m'a pris aux tripes\"", + "description": "Avec 559 apparitions sous la tunique de douze écuries différentes, Toumani Diagouraga est devenu l'un des joueurs français les plus capés de l'histoire des divisions inférieures d'Angleterre. Légende à Brentford et actuellement à Morecambe (D3), le milieu de terrain de 34 ans revient longuement sur sa longue aventure en terres britanniques. Entre un accident qui a failli l'empêcher de réaliser son rêve, les entraînements sur le parking ou encore les trajets dans les petits villages, entretien avec celui pour qui les ligues inférieures d'outre-Manche n'ont plus aucun secret.Le 9 janvier dernier, tu croisais la route ", + "content": "Le 9 janvier dernier, tu croisais la route ", "category": "", - "link": "https://www.sofoot.com/pronostic-guinee-equatoriale-cote-d-ivoire-analyse-cotes-et-pronostic-du-match-de-la-can-2022-509353.html", + "link": "https://www.sofoot.com/toumani-diagouraga-la-culture-anglaise-m-a-pris-aux-tripes-509530.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T10:14:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-guinee-equatoriale-cote-d-ivoire-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1641899127_x600_articles-509353.jpg", + "pubDate": "2022-01-15T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-toumani-diagouraga-la-culture-anglaise-m-a-pris-aux-tripes-1642181438_x600_articles-alt-509530.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-guinee-equatoriale-cote-d-ivoire-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1641899127_x600_articles-509353.jpg", + "image": "https://www.sofoot.com/IMG/img-toumani-diagouraga-la-culture-anglaise-m-a-pris-aux-tripes-1642181438_x600_articles-alt-509530.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91374,20 +93420,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "90f0a9eb4bccf8a603e6328c0fddf955", + "hash": "8f1f919d937307e3acdc254b543c7d83", "highlights": [] }, { - "title": "SO FOOT CLUB #78", - "description": "Lire le sommaire S'abonner
    \nEN KIOSQUE LE 20/01/2022
    \n

    \nLES GRANDS ENJEUX DE 2022
    \nQu'attendre de cette Coupe du monde…


    ", - "content": "
    \nEN KIOSQUE LE 20/01/2022
    \n

    \nLES GRANDS ENJEUX DE 2022
    \nQu'attendre de cette Coupe du monde…


    ", + "title": "L'OGC Nice passe sur le FC Nantes", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/so-foot-club-78-509352.html", + "link": "https://www.sofoot.com/l-ogc-nice-passe-sur-le-fc-nantes-509528.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T10:12:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-so-foot-club-78-1641896324_x600_articles-alt-509352.jpg", + "pubDate": "2022-01-14T22:04:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-ogc-nice-passe-sur-le-fc-nantes-1642197766_x600_articles-509528.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-so-foot-club-78-1641896324_x600_articles-alt-509352.jpg", + "image": "https://www.sofoot.com/IMG/img-l-ogc-nice-passe-sur-le-fc-nantes-1642197766_x600_articles-509528.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91396,20 +93442,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3891cfdc572078c3ff702e42ed2f0ad", + "hash": "e7b50000d8e10d30feafd9ad1f49d9e0", "highlights": [] }, { - "title": "À 54 ans, le Japonais Kazuyoshi Miura retrouve un club de D4", - "description": "Quand on aime, on ne compte pas.
    \n
    \nÀ l'aube de sa 32e saison, le joueur pro le plus âgé du monde prolonge le plaisir. À bientôt 55 ans,

    ", - "content": "Quand on aime, on ne compte pas.
    \n
    \nÀ l'aube de sa 32e saison, le joueur pro le plus âgé du monde prolonge le plaisir. À bientôt 55 ans,


    ", + "title": "Le Borussia Dortmund gifle Fribourg", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/a-54-ans-le-japonais-kazuyoshi-miura-retrouve-un-club-de-d4-509347.html", + "link": "https://www.sofoot.com/le-borussia-dortmund-gifle-fribourg-509549.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T10:11:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-a-54-ans-le-japonais-kazuyoshi-miura-retrouve-un-club-de-d4-1641894976_x600_articles-509347.jpg", + "pubDate": "2022-01-14T21:29:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-borussia-dortmund-gifle-fribourg-1642195790_x600_articles-509549.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-a-54-ans-le-japonais-kazuyoshi-miura-retrouve-un-club-de-d4-1641894976_x600_articles-509347.jpg", + "image": "https://www.sofoot.com/IMG/img-le-borussia-dortmund-gifle-fribourg-1642195790_x600_articles-509549.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91418,20 +93464,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a9a1a66aa493334b39925d6bec6b71a", + "hash": "e821e562570c73b059aa7f4bd25a6f91", "highlights": [] }, { - "title": "Cadix limoge Álvaro Cervera, son légendaire entraîneur", - "description": "La fin d'une légende.
    \n
    \nCadix annonce ce mardi avoir licencié Álvaro Cervera, faute de résultats cette saison en Liga. Le club andalou, actuel 19e de Liga avec seulement…

    ", - "content": "La fin d'une légende.
    \n
    \nCadix annonce ce mardi avoir licencié Álvaro Cervera, faute de résultats cette saison en Liga. Le club andalou, actuel 19e de Liga avec seulement…

    ", + "title": "Le Gabon de Jim Allevinah frustre le Ghana", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/cadix-limoge-alvaro-cervera-son-legendaire-entraineur-509346.html", + "link": "https://www.sofoot.com/le-gabon-de-jim-allevinah-frustre-le-ghana-509502.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T10:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-cadix-limoge-alvaro-cervera-son-legendaire-entraineur-1641894692_x600_articles-509346.jpg", + "pubDate": "2022-01-14T21:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-gabon-de-jim-allevinah-frustre-le-ghana-1642193829_x600_articles-509502.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-cadix-limoge-alvaro-cervera-son-legendaire-entraineur-1641894692_x600_articles-509346.jpg", + "image": "https://www.sofoot.com/IMG/img-le-gabon-de-jim-allevinah-frustre-le-ghana-1642193829_x600_articles-509502.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91440,20 +93486,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f055f2b4bff5ea95f74ece9ea818920a", + "hash": "94f36722f83bfe1e1664722408c165d8", "highlights": [] }, { - "title": "Mathieu Cafaro quitte Reims et file au Standard de Liège ", - "description": "Ça bouge à Reims.
    \n
    \nAprès les arrivées de
    Maxime Busi et

    ", - "content": "Ça bouge à Reims.
    \n
    \nAprès les arrivées de
    Maxime Busi et

    ", + "title": "En direct : Nice - Nantes", + "description": "94' : C'EST TERMINÉ ICI À NICE ! Le Gym s'impose plutôt logiquement à l'issue d'une partie ...", + "content": "94' : C'EST TERMINÉ ICI À NICE ! Le Gym s'impose plutôt logiquement à l'issue d'une partie ...", "category": "", - "link": "https://www.sofoot.com/mathieu-cafaro-quitte-reims-et-file-au-standard-de-liege-509345.html", + "link": "https://www.sofoot.com/en-direct-nice-nantes-509527.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T09:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-mathieu-cafaro-quitte-reims-et-file-au-standard-de-liege-1641893869_x600_articles-509345.jpg", + "pubDate": "2022-01-14T19:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-nice-nantes-1642192366_x600_articles-alt-509527.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-mathieu-cafaro-quitte-reims-et-file-au-standard-de-liege-1641893869_x600_articles-509345.jpg", + "image": "https://www.sofoot.com/IMG/img-en-direct-nice-nantes-1642192366_x600_articles-alt-509527.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91462,20 +93508,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0e19d8cdf6d3d9d216d7e07976bb17e", + "hash": "21f7e02c3b3ca6824dd49e8c45749aa8", "highlights": [] }, { - "title": "Pronostic Mauritanie Gambie : Analyse, cotes et pronostic du match de la CAN 2022", - "description": "

    La Mauritanie s'offre la Gambie

    \n
    \nAprès 7 années avec Corentin Martins à sa tête, la Mauritanie a tourné la page en octobre 2021, après avoir été…
    ", - "content": "

    La Mauritanie s'offre la Gambie

    \n
    \nAprès 7 années avec Corentin Martins à sa tête, la Mauritanie a tourné la page en octobre 2021, après avoir été…
    ", + "title": "Le Malawi enflamme le Zimbabwe", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-mauritanie-gambie-analyse-cotes-et-pronostic-du-match-de-la-can-2022-509348.html", + "link": "https://www.sofoot.com/le-malawi-enflamme-le-zimbabwe-509545.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T09:22:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-mauritanie-gambie-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1641895729_x600_articles-509348.jpg", + "pubDate": "2022-01-14T18:03:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-malawi-enflamme-le-zimbabwe-1642183397_x600_articles-509545.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-mauritanie-gambie-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1641895729_x600_articles-509348.jpg", + "image": "https://www.sofoot.com/IMG/img-le-malawi-enflamme-le-zimbabwe-1642183397_x600_articles-509545.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91484,20 +93530,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0aa5e44c4ad2b8f36d83d4c3a71d1c7b", + "hash": "7ae1dce2dc1ced83dc520ae901942f27", "highlights": [] }, { - "title": "Pronostic Barcelone Real Madrid : Analyse, cotes et pronostic du Clasico (SuperCoupe d'Espagne)", - "description": "

    Le Real Madrid assomme le FC Barcelone

    \n
    \nLes demi-finales de la SuperCoupe d'Espagne nous offrent mercredi un Clasico délocalisé à Riyadh…
    ", - "content": "

    Le Real Madrid assomme le FC Barcelone

    \n
    \nLes demi-finales de la SuperCoupe d'Espagne nous offrent mercredi un Clasico délocalisé à Riyadh…
    ", + "title": "Le Maroc domine les Comores et fonce en huitièmes ", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-barcelone-real-madrid-analyse-cotes-et-pronostic-du-clasico-supercoupe-d-espagne-509344.html", + "link": "https://www.sofoot.com/le-maroc-domine-les-comores-et-fonce-en-huitiemes-509498.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T09:05:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-barcelone-real-madrid-analyse-cotes-et-pronostic-du-clasico-supercoupe-d-espagne-1641892785_x600_articles-509344.jpg", + "pubDate": "2022-01-14T17:56:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-maroc-domine-les-comores-et-fonce-en-huitiemes-1642182969_x600_articles-509498.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-barcelone-real-madrid-analyse-cotes-et-pronostic-du-clasico-supercoupe-d-espagne-1641892785_x600_articles-509344.jpg", + "image": "https://www.sofoot.com/IMG/img-le-maroc-domine-les-comores-et-fonce-en-huitiemes-1642182969_x600_articles-509498.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91506,20 +93552,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "039124f3f4296c866ce270c0f4a2457e", + "hash": "94d274d8307197de33279840ea2a7a40", "highlights": [] }, { - "title": "À Cologne, Anthony Modeste dépasse Lukas Podolski", - "description": "Il est l'heure de laisser son trône.
    \n
    \nSi le Bayern Munich est le seul club où Lukas Podolski est devenu champion de Bundesliga, le FC Cologne reste néanmoins l'institution où le…

    ", - "content": "Il est l'heure de laisser son trône.
    \n
    \nSi le Bayern Munich est le seul club où Lukas Podolski est devenu champion de Bundesliga, le FC Cologne reste néanmoins l'institution où le…

    ", + "title": "Pronostic Tottenham Arsenal : Analyse, cotes et pronostic du match de Premier League", + "description": "

    Tottenham face à un Arsenal solide

    \n
    \nCe dimanche après-midi, le Tottenham Hotspur Stadium sera au centre des attentions pour le fameux North London…
    ", + "content": "

    Tottenham face à un Arsenal solide

    \n
    \nCe dimanche après-midi, le Tottenham Hotspur Stadium sera au centre des attentions pour le fameux North London…
    ", "category": "", - "link": "https://www.sofoot.com/a-cologne-anthony-modeste-depasse-lukas-podolski-509342.html", + "link": "https://www.sofoot.com/pronostic-tottenham-arsenal-analyse-cotes-et-pronostic-du-match-de-premier-league-509547.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T09:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-a-cologne-anthony-modeste-depasse-lukas-podolski-1641893636_x600_articles-509342.jpg", + "pubDate": "2022-01-14T17:39:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-tottenham-arsenal-analyse-cotes-et-pronostic-du-match-de-premier-league-1642182375_x600_articles-509547.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-a-cologne-anthony-modeste-depasse-lukas-podolski-1641893636_x600_articles-509342.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-tottenham-arsenal-analyse-cotes-et-pronostic-du-match-de-premier-league-1642182375_x600_articles-509547.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91528,20 +93574,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "aaedb26f907871ca119585f9cbaaa052", + "hash": "d6f68ffd2894d1291c077dbb35582100", "highlights": [] }, { - "title": "Pronostic Tunisie Mali : Analyse, cotes et pronostic du match de la CAN 2022", - "description": "

    La Tunisie part du bon pied face au Mali

    \n
    \nLe match entre la Tunisie et le Mali dans le groupe F est le choc de la Coupe d'Afrique des Nations ce…
    ", - "content": "

    La Tunisie part du bon pied face au Mali

    \n
    \nLe match entre la Tunisie et le Mali dans le groupe F est le choc de la Coupe d'Afrique des Nations ce…
    ", + "title": "Pronostic Atalanta Bergame Inter Milan : Analyse, cotes et pronostic du match de Serie A", + "description": "

    l'Inter enchaine face à l'Atalanta

    \n
    \nL'affiche du dimanche soir en Serie A nous offre un choc entre l'Atalanta Bergame et l'Inter Milan. Ces…
    ", + "content": "

    l'Inter enchaine face à l'Atalanta

    \n
    \nL'affiche du dimanche soir en Serie A nous offre un choc entre l'Atalanta Bergame et l'Inter Milan. Ces…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-tunisie-mali-analyse-cotes-et-pronostic-du-match-de-la-can-2022-509343.html", + "link": "https://www.sofoot.com/pronostic-atalanta-bergame-inter-milan-analyse-cotes-et-pronostic-du-match-de-serie-a-509544.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T08:47:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-tunisie-mali-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1641891605_x600_articles-509343.jpg", + "pubDate": "2022-01-14T17:31:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-atalanta-bergame-inter-milan-analyse-cotes-et-pronostic-du-match-de-serie-a-1642181967_x600_articles-509544.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-tunisie-mali-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1641891605_x600_articles-509343.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-atalanta-bergame-inter-milan-analyse-cotes-et-pronostic-du-match-de-serie-a-1642181967_x600_articles-509544.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91550,20 +93596,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a28ece4c99409f673b0271369dc21d5e", + "hash": "7767df55567f4bb5c4ed96eaa2c2cb6a", "highlights": [] }, { - "title": "Une plainte déposée après des tags insultants sur la fresque géante de Mbappé", - "description": "Les intellectuels sont de sortie.
    \n
    \nDevenu la star de Bondy en l'espace de quelques années, Kylian Mbappé ne plaît visiblement pas à tout le monde. Alors qu'une fresque grandeur…

    ", - "content": "Les intellectuels sont de sortie.
    \n
    \nDevenu la star de Bondy en l'espace de quelques années, Kylian Mbappé ne plaît visiblement pas à tout le monde. Alors qu'une fresque grandeur…

    ", + "title": "Pronostic Monaco Clermont : Analyse, cotes et pronostic du match de Ligue 1", + "description": "

    Monaco hausse le ton face à Clermont

    \n
    \nL'AS Monaco a surpris tout son monde lors de la trêve hivernale en licenciant Niko Kovac. Le croate avait…
    ", + "content": "

    Monaco hausse le ton face à Clermont

    \n
    \nL'AS Monaco a surpris tout son monde lors de la trêve hivernale en licenciant Niko Kovac. Le croate avait…
    ", "category": "", - "link": "https://www.sofoot.com/une-plainte-deposee-apres-des-tags-insultants-sur-la-fresque-geante-de-mbappe-509341.html", + "link": "https://www.sofoot.com/pronostic-monaco-clermont-analyse-cotes-et-pronostic-du-match-de-ligue-1-509543.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T08:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-une-plainte-deposee-apres-des-tags-insultants-sur-la-fresque-geante-de-mbappe-1641890733_x600_articles-509341.jpg", + "pubDate": "2022-01-14T17:22:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-monaco-clermont-analyse-cotes-et-pronostic-du-match-de-ligue-1-1642181436_x600_articles-509543.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-une-plainte-deposee-apres-des-tags-insultants-sur-la-fresque-geante-de-mbappe-1641890733_x600_articles-509341.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-monaco-clermont-analyse-cotes-et-pronostic-du-match-de-ligue-1-1642181436_x600_articles-509543.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91572,20 +93618,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b53704ec8d532ae9b4bc14d3dff3d38", + "hash": "42478e9e916eddc964f2c3f5a00dcea7", "highlights": [] }, { - "title": "Le Suédois Jens-Lys Cajuste s'engage au Stade de Reims", - "description": "Une fine fleur nommée Lys dans la Cité des Sacres ? Logique.
    \n
    \nAprès avoir officialisé
    l'arrivée de…

    ", - "content": "Une fine fleur nommée Lys dans la Cité des Sacres ? Logique.
    \n
    \nAprès avoir officialisé l'arrivée de…

    ", + "title": "Pronostic Reims Metz : Analyse, cotes et pronostic du match de Ligue 1", + "description": "

    Reims fait une belle opération face à Metz

    \n
    \nDepuis son retour en Ligue 1, le stade de Reims n'avait pas spécialement connu de problèmes pour se…
    ", + "content": "

    Reims fait une belle opération face à Metz

    \n
    \nDepuis son retour en Ligue 1, le stade de Reims n'avait pas spécialement connu de problèmes pour se…
    ", "category": "", - "link": "https://www.sofoot.com/le-suedois-jens-lys-cajuste-s-engage-au-stade-de-reims-509340.html", + "link": "https://www.sofoot.com/pronostic-reims-metz-analyse-cotes-et-pronostic-du-match-de-ligue-1-509542.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T08:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-suedois-jens-lys-cajuste-s-engage-au-stade-de-reims-1641889330_x600_articles-509340.jpg", + "pubDate": "2022-01-14T17:14:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-reims-metz-analyse-cotes-et-pronostic-du-match-de-ligue-1-1642180935_x600_articles-509542.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-suedois-jens-lys-cajuste-s-engage-au-stade-de-reims-1641889330_x600_articles-509340.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-reims-metz-analyse-cotes-et-pronostic-du-match-de-ligue-1-1642180935_x600_articles-509542.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91594,20 +93640,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c821f50e216f9901d457fd7a46952390", + "hash": "25a1d52b5f896f56708f17814aadd062", "highlights": [] }, { - "title": "Steven Caulker, loin des démons", - "description": "En 2012, Steven Caulker était un jeune international anglais dont le physique et la gestuelle rappelaient Rio Ferdinand. Dix ans plus tard, il a 30 ans et s'apprête à faire ses débuts lors de la Coupe d'Afrique des Nations vêtu du maillot de la Sierra Leone, le pays de son grand-père. Il ne faut pas voir dans ce changement de nationalité sportive une opportunité de disputer un tournoi international, mais le fruit d'un long travail de réparation. Car entre les addictions aux jeux, l'alcool et les envies de suicide, l'ancien espoir de Tottenham revient de très loin.Grâce à la rencontre entre l'Angleterre et la Suède, le 14 novembre 2012 est à marquer d'une pierre blanche. En effet, chacune des mi-temps de ce match a eu son lot d'événements notables.…", - "content": "Grâce à la rencontre entre l'Angleterre et la Suède, le 14 novembre 2012 est à marquer d'une pierre blanche. En effet, chacune des mi-temps de ce match a eu son lot d'événements notables.…", + "title": "Pronostic Lorient Angers : Analyse, cotes et pronostic du match de Ligue 1", + "description": "

    Un Lorient – Angers fermé

    \n
    \nEn réalisant une excellente dernière ligne droite la saison dernière, Lorient avait réussi à se maintenir dans…
    ", + "content": "

    Un Lorient – Angers fermé

    \n
    \nEn réalisant une excellente dernière ligne droite la saison dernière, Lorient avait réussi à se maintenir dans…
    ", "category": "", - "link": "https://www.sofoot.com/steven-caulker-loin-des-demons-509338.html", + "link": "https://www.sofoot.com/pronostic-lorient-angers-analyse-cotes-et-pronostic-du-match-de-ligue-1-509541.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-steven-caulker-loin-des-demons-1641858167_x600_articles-alt-509338.jpg", + "pubDate": "2022-01-14T17:04:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lorient-angers-analyse-cotes-et-pronostic-du-match-de-ligue-1-1642180488_x600_articles-509541.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-steven-caulker-loin-des-demons-1641858167_x600_articles-alt-509338.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-lorient-angers-analyse-cotes-et-pronostic-du-match-de-ligue-1-1642180488_x600_articles-509541.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91616,20 +93662,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad03760c69febf41521081f298b9c7b6", + "hash": "09456beb2e8e2fcf9223ae1a2a40cb3d", "highlights": [] }, { - "title": "Benjamin Stambouli : \"J'étais prêt à m'engager dans l'armée\"", - "description": "Fils d'Henri Stambouli, petit-fils de Gérard Banide et neveu de Laurent, Benjamin Stambouli a conscience d'avoir reçu une éducation privilégiée pour devenir footballeur professionnel. Mais sa valeur préférée, c'est le travail, grâce auquel il est devenu champion de France avec Montpellier, joker de luxe au PSG et capitaine de Schalke 04. Aujourd'hui à Adana Demirspor, le néo-trentenaire continue de s'éclater et s'endort toujours en regardant Bienvenue chez les Ch'tis.Alors, ça fait quoi d'être dans un pays où on peut porter sans problème le numéro 90 tout en jouant milieu défensif ? Ça doit changer de la rigueur de Schalke.Alors, ça fait quoi d'être dans un pays où on peut porter sans problème le numéro 90 tout en jouant milieu défensif ? Ça doit changer de la rigueur de Schalke.

    Lyon retrouve son mordant face à Troyes

    \n
    \nLa Ligue 1 nous offre une saison palpitante avec dans le haut du tableau la course à l'Europe et de…
    ", + "content": "

    Lyon retrouve son mordant face à Troyes

    \n
    \nLa Ligue 1 nous offre une saison palpitante avec dans le haut du tableau la course à l'Europe et de…
    ", "category": "", - "link": "https://www.sofoot.com/benjamin-stambouli-j-etais-pret-a-m-engager-dans-l-armee-508540.html", + "link": "https://www.sofoot.com/pronostic-troyes-lyon-analyse-cotes-et-pronostic-du-match-de-ligue-1-509540.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-benjamin-stambouli-j-etais-pret-a-m-engager-dans-l-armee-1639997274_x600_articles-alt-508540.jpg", + "pubDate": "2022-01-14T16:49:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-troyes-lyon-analyse-cotes-et-pronostic-du-match-de-ligue-1-1642179851_x600_articles-509540.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-benjamin-stambouli-j-etais-pret-a-m-engager-dans-l-armee-1639997274_x600_articles-alt-508540.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-troyes-lyon-analyse-cotes-et-pronostic-du-match-de-ligue-1-1642179851_x600_articles-509540.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91638,20 +93684,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "67224e27f93943bc5bf46346343ad106", + "hash": "3b355f79397a8173ee0f3155d2bd8d81", "highlights": [] }, { - "title": "Manchester United écarte Aston Villa", - "description": "

    ", - "content": "

    ", + "title": "Pronostic OM Lille : Analyse, cotes et pronostic du match de Ligue 1", + "description": "

    Un OM – Lille avec des buts de chaque côté

    \n
    \nLa 21e journée de Ligue 1 se conclut dimanche sur une affiche au stade Vélodrome entre…
    ", + "content": "

    Un OM – Lille avec des buts de chaque côté

    \n
    \nLa 21e journée de Ligue 1 se conclut dimanche sur une affiche au stade Vélodrome entre…
    ", "category": "", - "link": "https://www.sofoot.com/manchester-united-ecarte-aston-villa-509287.html", + "link": "https://www.sofoot.com/pronostic-om-lille-analyse-cotes-et-pronostic-du-match-de-ligue-1-509537.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T21:53:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-manchester-united-ecarte-aston-villa-1641851441_x600_articles-509287.jpg", + "pubDate": "2022-01-14T16:34:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-om-lille-analyse-cotes-et-pronostic-du-match-de-ligue-1-1642178337_x600_articles-509537.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-manchester-united-ecarte-aston-villa-1641851441_x600_articles-509287.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-om-lille-analyse-cotes-et-pronostic-du-match-de-ligue-1-1642178337_x600_articles-509537.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91660,20 +93706,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e15a6cc43daf511ad6b2f3ca534a5fb", + "hash": "2a5e84df30d8de921260788a11d6777c", "highlights": [] }, { - "title": "Le Gabon écœure les Comores", - "description": "

    ", - "content": "

    ", + "title": "Pape Gueye suspendu par la FIFA", + "description": "L'après-midi n'est pas Gueye pour le Sénégal.
    \n
    \nTenu en échec par la Guinée ce vendredi (0-0), le Sénégal a disputé cette partie sans Pape Gueye. Le milieu marseillais n'était ni…

    ", + "content": "L'après-midi n'est pas Gueye pour le Sénégal.
    \n
    \nTenu en échec par la Guinée ce vendredi (0-0), le Sénégal a disputé cette partie sans Pape Gueye. Le milieu marseillais n'était ni…

    ", "category": "", - "link": "https://www.sofoot.com/le-gabon-ecoeure-les-comores-509288.html", + "link": "https://www.sofoot.com/pape-gueye-suspendu-par-la-fifa-509538.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T21:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-gabon-ecoeure-les-comores-1641849004_x600_articles-509288.jpg", + "pubDate": "2022-01-14T16:18:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pape-gueye-suspendu-par-la-fifa-1642182184_x600_articles-509538.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-gabon-ecoeure-les-comores-1641849004_x600_articles-509288.jpg", + "image": "https://www.sofoot.com/IMG/img-pape-gueye-suspendu-par-la-fifa-1642182184_x600_articles-509538.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91682,20 +93728,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5804c2da447e649e0e4f409e03eefcc", + "hash": "d00ce8d06ec9359b2084a583f7ce512c", "highlights": [] }, { - "title": "L'Adana Demirspor de Younès Belhanda retourne Fenerbahçe", - "description": "

    ", - "content": "

    ", + "title": "Pronostic Strasbourg Montpellier : Analyse, cotes et pronostic du match de Ligue 1", + "description": "

    Un Strasbourg – Montpellier avec des buts de chaque côté

    \n
    \nQuelques jours après leur confrontation en Coupe de France, Strasbourg et Montpellier se…
    ", + "content": "

    Un Strasbourg – Montpellier avec des buts de chaque côté

    \n
    \nQuelques jours après leur confrontation en Coupe de France, Strasbourg et Montpellier se…
    ", "category": "", - "link": "https://www.sofoot.com/l-adana-demirspor-de-younes-belhanda-retourne-fenerbahce-509336.html", + "link": "https://www.sofoot.com/pronostic-strasbourg-montpellier-analyse-cotes-et-pronostic-du-match-de-ligue-1-509536.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T19:03:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-adana-demirspor-de-younes-belhanda-retourne-fenerbahce-1641841031_x600_articles-509336.jpg", + "pubDate": "2022-01-14T16:12:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-strasbourg-montpellier-analyse-cotes-et-pronostic-du-match-de-ligue-1-1642178686_x600_articles-509536.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-l-adana-demirspor-de-younes-belhanda-retourne-fenerbahce-1641841031_x600_articles-509336.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-strasbourg-montpellier-analyse-cotes-et-pronostic-du-match-de-ligue-1-1642178686_x600_articles-509536.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91704,20 +93750,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e489d6cc9be3e06f8bbb41c1940a2962", + "hash": "672dcd2809a260ae97064d37f9c4aa98", "highlights": [] }, { - "title": "En direct : Comores - Gabon", - "description": "77' : Ahmed Mogni remplace Rafidine Abdullah.", - "content": "77' : Ahmed Mogni remplace Rafidine Abdullah.", + "title": "Petković confirme Koscielny en tant que capitaine", + "description": "Le cirque bordelais se porte bien, merci.
    \n
    \nAlors que Gérard Lopez considère Laurent Koscielny comme indésirable à Bordeaux, Vladimir Petković a quant à lui confirmé l'ancien…

    ", + "content": "Le cirque bordelais se porte bien, merci.
    \n
    \nAlors que Gérard Lopez considère Laurent Koscielny comme indésirable à Bordeaux, Vladimir Petković a quant à lui confirmé l'ancien…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-comores-gabon-509310.html", + "link": "https://www.sofoot.com/petkovic-confirme-koscielny-en-tant-que-capitaine-509535.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T18:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-comores-gabon-1641845781_x600_articles-alt-509310.jpg", + "pubDate": "2022-01-14T15:49:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-petkovic-confirme-koscielny-en-tant-que-capitaine-1642185705_x600_articles-509535.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-en-direct-comores-gabon-1641845781_x600_articles-alt-509310.jpg", + "image": "https://www.sofoot.com/IMG/img-petkovic-confirme-koscielny-en-tant-que-capitaine-1642185705_x600_articles-509535.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91726,20 +93772,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "634b95694a152d635cb6b8182e7a2be2", + "hash": "b507a1f3a63439fe0ba54d217268a4c0", "highlights": [] }, { - "title": "Le Maroc démarre bien en s'imposant face au Ghana", - "description": "

    ", - "content": "

    ", + "title": "En direct : Maroc - Comores", + "description": "93' : TERMINE A YAOUNDE ! Le Maroc s'impose fort logiquement contre les Comores, malgré le ...", + "content": "93' : TERMINE A YAOUNDE ! Le Maroc s'impose fort logiquement contre les Comores, malgré le ...", "category": "", - "link": "https://www.sofoot.com/le-maroc-demarre-bien-en-s-imposant-face-au-ghana-509335.html", + "link": "https://www.sofoot.com/en-direct-maroc-comores-509508.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T18:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-maroc-demarre-bien-en-s-imposant-face-au-ghana-1641837167_x600_articles-509335.jpg", + "pubDate": "2022-01-14T15:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-maroc-comores-1642181887_x600_articles-alt-509508.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-maroc-demarre-bien-en-s-imposant-face-au-ghana-1641837167_x600_articles-509335.jpg", + "image": "https://www.sofoot.com/IMG/img-en-direct-maroc-comores-1642181887_x600_articles-alt-509508.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91748,20 +93794,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8d003eb147c3fdf105ffc86575eaf44", + "hash": "7a4951a538d200867fdaf48254ddd4bb", "highlights": [] }, { - "title": "Sylla et la Guinée éteignent les Flammes du Malawi", - "description": "

    ", - "content": "

    ", + "title": "Pronostic Rennes Bordeaux : Analyse, cotes et pronostic du match de Ligue 1", + "description": "

    Rennes se relance face à Bordeaux

    \n
    \nDepuis l'arrivée de Bruno Genésio, le Stade Rennais n'a cessé de progresser. Le club breton s'est notamment…
    ", + "content": "

    Rennes se relance face à Bordeaux

    \n
    \nDepuis l'arrivée de Bruno Genésio, le Stade Rennais n'a cessé de progresser. Le club breton s'est notamment…
    ", "category": "", - "link": "https://www.sofoot.com/sylla-et-la-guinee-eteignent-les-flammes-du-malawi-509331.html", + "link": "https://www.sofoot.com/pronostic-rennes-bordeaux-analyse-cotes-et-pronostic-du-match-de-ligue-1-509506.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T17:56:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-sylla-et-la-guinee-eteignent-les-flammes-du-malawi-1641837377_x600_articles-509331.jpg", + "pubDate": "2022-01-14T15:37:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-rennes-bordeaux-analyse-cotes-et-pronostic-du-match-de-ligue-1-1642178935_x600_articles-509506.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-sylla-et-la-guinee-eteignent-les-flammes-du-malawi-1641837377_x600_articles-509331.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-rennes-bordeaux-analyse-cotes-et-pronostic-du-match-de-ligue-1-1642178935_x600_articles-509506.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91770,20 +93816,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "641eb4352dd1b229442b3985970e01d6", + "hash": "59e423754ee97bc95cd3b71f28280e01", "highlights": [] }, { - "title": "CAN 2021 : le Gabon ne s'est entraîné qu'une fois avant d'affronter les Comores", - "description": "Un mini-Knysna au Gabon.
    \n
    \nLes Panthères du Gabon ne se sont entraînées qu'une seule fois au Cameroun avant leur entrée en lice à la CAN, ce lundi à 20h face aux Comores. La faute…

    ", - "content": "Un mini-Knysna au Gabon.
    \n
    \nLes Panthères du Gabon ne se sont entraînées qu'une seule fois au Cameroun avant leur entrée en lice à la CAN, ce lundi à 20h face aux Comores. La faute…

    ", + "title": "Nadia Nadim devient docteur ", + "description": "Nadia Nadim, joueuse du Racing Louiseville aux États-Unis, a annoncé être officiellement devenue médecin. Un aboutissement pour la joueuse passée par le PSG entre 2018 et 2021. Danoise d'origine…", + "content": "Nadia Nadim, joueuse du Racing Louiseville aux États-Unis, a annoncé être officiellement devenue médecin. Un aboutissement pour la joueuse passée par le PSG entre 2018 et 2021. Danoise d'origine…", "category": "", - "link": "https://www.sofoot.com/can-2021-le-gabon-ne-s-est-entraine-qu-une-fois-avant-d-affronter-les-comores-509333.html", + "link": "https://www.sofoot.com/nadia-nadim-devient-docteur-509539.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T16:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-can-2021-le-gabon-ne-s-est-entraine-qu-une-fois-avant-d-affronter-les-comores-1641833920_x600_articles-509333.jpg", + "pubDate": "2022-01-14T15:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-nadia-nadim-devient-docteur-1642183315_x600_articles-509539.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-can-2021-le-gabon-ne-s-est-entraine-qu-une-fois-avant-d-affronter-les-comores-1641833920_x600_articles-509333.jpg", + "image": "https://www.sofoot.com/IMG/img-nadia-nadim-devient-docteur-1642183315_x600_articles-509539.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91792,42 +93838,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "a4dde3ce0d5e80c1c18926e084322d88", + "hash": "ebe085f87f22bf38dfebc84f526e9966", "highlights": [] }, { - "title": "Les victimes d'un ancien recruteur pédophile de Manchester City ne seront pas indemnisées", - "description": "Sombre histoire outre-Manche.
    \n
    \nEntre 1979 et 1991, douze garçons ont été victimes d'actes pédophiles de la part de Barry Bennell, à l'époque recruteur pour Manchester City. L'homme,…

    ", - "content": "Sombre histoire outre-Manche.
    \n
    \nEntre 1979 et 1991, douze garçons ont été victimes d'actes pédophiles de la part de Barry Bennell, à l'époque recruteur pour Manchester City. L'homme,…

    ", + "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/les-victimes-d-un-ancien-recruteur-pedophile-de-manchester-city-ne-seront-pas-indemnisees-509332.html", + "link": "https://www.sofoot.com/la-collection-de-tirages-photo-so-foot-de-janvier-2022-est-arrivee-509094.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T16:09:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-victimes-d-un-ancien-recruteur-pedophile-de-manchester-city-ne-seront-pas-indemnisees-1641833007_x600_articles-509332.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": "https://www.sofoot.com/IMG/img-les-victimes-d-un-ancien-recruteur-pedophile-de-manchester-city-ne-seront-pas-indemnisees-1641833007_x600_articles-509332.jpg", + "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", "feed": "SoFoot", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3282a9fdac286e95921ca6bbb244614d", + "hash": "54f1c2ae64f1fb53a7c61a8f207d14a7", "highlights": [] }, { - "title": "En direct : Nigeria - Egypte", - "description": "0' : Alors qu'en face, ça envoie pas mal : William Troost-Ekong, Kelechi Iheanacho, Wilfred ...", - "content": "0' : Alors qu'en face, ça envoie pas mal : William Troost-Ekong, Kelechi Iheanacho, Wilfred ...", + "title": " Cédric Bakambu : \"Je sais ce que je vaux\"", + "description": "La confiance en soi, c'est important.
    \n
    \n
    La nouvelle recrue marseillaise Cédric…

    ", + "content": "La confiance en soi, c'est important.
    \n
    \nLa nouvelle recrue marseillaise Cédric…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-nigeria-egypte-509370.html", + "link": "https://www.sofoot.com/cedric-bakambu-je-sais-ce-que-je-vaux-509534.html", "creator": "SO FOOT", - "pubDate": "2022-01-11T15:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-nigeria-egypte-1641909478_x600_articles-509370.jpg", + "pubDate": "2022-01-14T14:50:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-cedric-bakambu-je-sais-ce-que-je-vaux-1642185379_x600_articles-509534.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-en-direct-nigeria-egypte-1641909478_x600_articles-509370.jpg", + "image": "https://www.sofoot.com/IMG/img-cedric-bakambu-je-sais-ce-que-je-vaux-1642185379_x600_articles-509534.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91836,20 +93882,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4b5e88ffb6a550b2a03f69afb70c0e5", + "hash": "6f1ea7b0bf856f3aae79b10378552469", "highlights": [] }, { - "title": "En direct : Maroc - Ghana", - "description": "85' : Boufal a été l'artisan principal des offensives marocaines et ce but n'est qu'une ...", - "content": "85' : Boufal a été l'artisan principal des offensives marocaines et ce but n'est qu'une ...", + "title": "Le Sénégal et la Guinée font la sieste ensemble", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-maroc-ghana-509296.html", + "link": "https://www.sofoot.com/le-senegal-et-la-guinee-font-la-sieste-ensemble-509532.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T15:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-maroc-ghana-1641833917_x600_articles-alt-509296.jpg", + "pubDate": "2022-01-14T14:11:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-senegal-et-la-guinee-font-la-sieste-ensemble-1642173169_x600_articles-509532.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-en-direct-maroc-ghana-1641833917_x600_articles-alt-509296.jpg", + "image": "https://www.sofoot.com/IMG/img-le-senegal-et-la-guinee-font-la-sieste-ensemble-1642173169_x600_articles-509532.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91858,20 +93904,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "885b922c73bf5fbaa3ed00e2a9484ac3", + "hash": "c94f969b8cd01c0866c4df926a806de7", "highlights": [] }, { - "title": "Toulouse - Nancy reporté à cause de la pluie ", - "description": "Cette fois-ci, la Covid n'y est pour rien.
    \n
    \nLe match entre Toulouse et
    ", - "content": "Cette fois-ci, la Covid n'y est pour rien.
    \n
    \nLe match entre Toulouse et
    ", + "title": "Thomas Meunier tacle son ancien coach Lucien Favre", + "description": "Tôt ou tard, la deuxième lame.
    \n
    \nDans une interview pour le

    ", + "content": "Tôt ou tard, la deuxième lame.
    \n
    \nDans une interview pour le


    ", "category": "", - "link": "https://www.sofoot.com/toulouse-nancy-reporte-a-cause-de-la-pluie-509330.html", + "link": "https://www.sofoot.com/thomas-meunier-tacle-son-ancien-coach-lucien-favre-509529.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T15:44:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-toulouse-nancy-reporte-a-cause-de-la-pluie-1641833311_x600_articles-509330.jpg", + "pubDate": "2022-01-14T13:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-thomas-meunier-tacle-son-ancien-coach-lucien-favre-1642168642_x600_articles-509529.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-toulouse-nancy-reporte-a-cause-de-la-pluie-1641833311_x600_articles-509330.jpg", + "image": "https://www.sofoot.com/IMG/img-thomas-meunier-tacle-son-ancien-coach-lucien-favre-1642168642_x600_articles-509529.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91880,20 +93926,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0c5d28844947d7387a58e16d95d2179", + "hash": "58f7e79fbc671fa1f048e1af30e2cb39", "highlights": [] }, { - "title": "Le quart de finale de Ligue des champions féminine Barça-Real se jouera au Camp Nou", - "description": "Deux pour le prix d'une.
    \n
    \nPour le tout premier Clásico de l'histoire en Ligue des champions féminine, le FC Barcelone a choisi de faire les choses en grand. La Ballon d'or…

    ", - "content": "Deux pour le prix d'une.
    \n
    \nPour le tout premier Clásico de l'histoire en Ligue des champions féminine, le FC Barcelone a choisi de faire les choses en grand. La Ballon d'or…

    ", + "title": "La colère de Damien Comolli", + "description": "Le président toulousain sort de ses gonds.
    \n
    \nMi-décembre, lors de la rencontre qui opposait Toulouse à Rodez en Ligue 2, un incident raciste avait eu lieu au Stadium, le gardien Lionel…

    ", + "content": "Le président toulousain sort de ses gonds.
    \n
    \nMi-décembre, lors de la rencontre qui opposait Toulouse à Rodez en Ligue 2, un incident raciste avait eu lieu au Stadium, le gardien Lionel…

    ", "category": "", - "link": "https://www.sofoot.com/le-quart-de-finale-de-ligue-des-champions-feminine-barca-real-se-jouera-au-camp-nou-509329.html", + "link": "https://www.sofoot.com/la-colere-de-damien-comolli-509526.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T15:35:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-quart-de-finale-de-ligue-des-champions-feminine-barca-real-se-jouera-au-camp-nou-1641830928_x600_articles-509329.jpg", + "pubDate": "2022-01-14T13:25:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-colere-de-damien-comolli-1642167088_x600_articles-509526.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-quart-de-finale-de-ligue-des-champions-feminine-barca-real-se-jouera-au-camp-nou-1641830928_x600_articles-509329.jpg", + "image": "https://www.sofoot.com/IMG/img-la-colere-de-damien-comolli-1642167088_x600_articles-509526.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91902,20 +93948,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fba193a13dee8fd6db24d2d7075b424b", + "hash": "4ca80e64245820a66254c11a62dda5f6", "highlights": [] }, { - "title": "Le best of des buts amateurs du week-end des 8 et 9 janvier 2022", - "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": "Bordeaux stoppe son partenariat avec Winamax", + "description": "Rien pour la daronne.
    \n
    \nHabitué à amuser la galerie sur les réseaux sociaux, le compte Twitter de Winamax a cette fois-ci été un peu trop loin. Sponsor officiel des Girondins de…

    ", + "content": "Rien pour la daronne.
    \n
    \nHabitué à amuser la galerie sur les réseaux sociaux, le compte Twitter de Winamax a cette fois-ci été un peu trop loin. Sponsor officiel des Girondins de…

    ", "category": "", - "link": "https://www.sofoot.com/le-best-of-des-buts-amateurs-du-week-end-des-8-et-9-janvier-2022-509322.html", + "link": "https://www.sofoot.com/bordeaux-stoppe-son-partenariat-avec-winamax-509531.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T15:34:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-best-of-des-buts-amateurs-du-week-end-des-8-et-9-janvier-2022-1641827205_x600_articles-alt-509322.jpg", + "pubDate": "2022-01-14T13:20:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bordeaux-stoppe-son-partenariat-avec-winamax-1642170766_x600_articles-509531.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-best-of-des-buts-amateurs-du-week-end-des-8-et-9-janvier-2022-1641827205_x600_articles-alt-509322.jpg", + "image": "https://www.sofoot.com/IMG/img-bordeaux-stoppe-son-partenariat-avec-winamax-1642170766_x600_articles-509531.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91924,20 +93970,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec10dd3b28335bca0bca13007b31c682", + "hash": "b3aa38aef037ce977c9863f513de008c", "highlights": [] }, { - "title": "Le Sénégal assomme le Zimbabwe dans le money time", - "description": "

    ", - "content": "

    ", + "title": "Algérie : Youcef Belaïli, star à domicile", + "description": "Dans un autre monde qui n'est pas le sien, Youcef Belaïli aurait pu affoler les plus grands clubs européens, briller en Ligue des champions et se faire un nom de l'autre côté de la Méditerranée, à l'instar de son compatriote Riyad Mahrez. À 29 ans, le milieu bourré de talent a prouvé qu'il n'avait pas besoin de porter le maillot de Manchester City pour exister sur la planète foot. Malgré une suspension de deux ans pour dopage en 2015 et une parenthèse éphémère sur le Vieux Continent, à Angers, en 2017, Belaïli a ramassé quelques breloques au Maghreb et conquis l'Algérie, en se rendant indispensable en sélection depuis le sacre en Coupe d'Afrique des nations. Reste cette drôle de personnalité, entre discrétion, dilettantisme et fort caractère, qui le rend si singulier. Sans oublier la place du père dans sa carrière.Dans les tribunes du stade Al-Thumama, de Doha, Abdelhafid Belaïli fond en larmes. Devant ses yeux, son fiston Youcef vient probablement de marquer l'un des plus beaux buts de sa carrière pour…", + "content": "Dans les tribunes du stade Al-Thumama, de Doha, Abdelhafid Belaïli fond en larmes. Devant ses yeux, son fiston Youcef vient probablement de marquer l'un des plus beaux buts de sa carrière pour…", "category": "", - "link": "https://www.sofoot.com/le-senegal-assomme-le-zimbabwe-dans-le-money-time-509300.html", + "link": "https://www.sofoot.com/algerie-youcef-belaili-star-a-domicile-509509.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T15:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-senegal-assomme-le-zimbabwe-dans-le-money-time-1641827493_x600_articles-509300.jpg", + "pubDate": "2022-01-14T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-algerie-youcef-belaili-star-a-domicile-1642153806_x600_articles-alt-509509.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-senegal-assomme-le-zimbabwe-dans-le-money-time-1641827493_x600_articles-509300.jpg", + "image": "https://www.sofoot.com/IMG/img-algerie-youcef-belaili-star-a-domicile-1642153806_x600_articles-alt-509509.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91946,20 +93992,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1acb86130f9b330c57e70d5dbdb98341", + "hash": "236f25e9950d6befcd344edf642ab37b", "highlights": [] }, { - "title": "Anthony Caci rejoindra Mayence l'été prochain", - "description": "Caci, c'est fini.
    \n
    \nC'était dans l'air depuis quelques jours, la nouvelle vient d'être officialisée par Mayence. Le défenseur strasbourgeois Anthony Caci rejoindra l'Allemagne au…

    ", - "content": "Caci, c'est fini.
    \n
    \nC'était dans l'air depuis quelques jours, la nouvelle vient d'être officialisée par Mayence. Le défenseur strasbourgeois Anthony Caci rejoindra l'Allemagne au…

    ", + "title": "En direct : Sénégal-Guinée", + "description": "56' : ALY KEITA !!! Mais quel parade !!! Le Sénégal met la pression, mais le dernier rempart ...", + "content": "56' : ALY KEITA !!! Mais quel parade !!! Le Sénégal met la pression, mais le dernier rempart ...", "category": "", - "link": "https://www.sofoot.com/anthony-caci-rejoindra-mayence-l-ete-prochain-509327.html", + "link": "https://www.sofoot.com/en-direct-senegal-guinee-509521.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T14:54:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-anthony-caci-rejoindra-mayence-l-ete-prochain-1641828937_x600_articles-509327.jpg", + "pubDate": "2022-01-14T12:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-senegal-guinee-1642157355_x600_articles-509521.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-anthony-caci-rejoindra-mayence-l-ete-prochain-1641828937_x600_articles-509327.jpg", + "image": "https://www.sofoot.com/IMG/img-en-direct-senegal-guinee-1642157355_x600_articles-509521.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91968,20 +94014,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "66715dc5ba4247626d0af1626d7de8d4", + "hash": "d1cf979d9e1148512460f790e432235c", "highlights": [] }, { - "title": "Kylian Mbappé prend d'une jeune fille insultée sur les réseaux sociaux", - "description": "La bêtise n'a pas d'âge.
    \n
    \nCe dimanche, l'association \"Un sourire pour Camille\" publiait une vidéo sur son compte Twitter dans laquelle une jeune fille, atteinte d'une maladie rare…

    ", - "content": "La bêtise n'a pas d'âge.
    \n
    \nCe dimanche, l'association \"Un sourire pour Camille\" publiait une vidéo sur son compte Twitter dans laquelle une jeune fille, atteinte d'une maladie rare…

    ", + "title": "Six cas de Covid dans l'équipe de Tunisie", + "description": "Les mauvaises nouvelles s'enchaînent pour la Tunisie.
    \n
    \nAprès sa surréaliste fin de match contre le…

    ", + "content": "Les mauvaises nouvelles s'enchaînent pour la Tunisie.
    \n
    \nAprès sa surréaliste fin de match contre le…

    ", "category": "", - "link": "https://www.sofoot.com/kylian-mbappe-prend-d-une-jeune-fille-insultee-sur-les-reseaux-sociaux-509328.html", + "link": "https://www.sofoot.com/six-cas-de-covid-dans-l-equipe-de-tunisie-509525.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T14:35:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-kylian-mbappe-prend-d-une-jeune-fille-insultee-sur-les-reseaux-sociaux-1641827820_x600_articles-509328.jpg", + "pubDate": "2022-01-14T12:05:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-six-cas-de-covid-dans-l-equipe-de-tunisie-1642166343_x600_articles-509525.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-kylian-mbappe-prend-d-une-jeune-fille-insultee-sur-les-reseaux-sociaux-1641827820_x600_articles-509328.jpg", + "image": "https://www.sofoot.com/IMG/img-six-cas-de-covid-dans-l-equipe-de-tunisie-1642166343_x600_articles-509525.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -91990,20 +94036,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a8e62f3942498c1466492e2baf67dec", + "hash": "4dc797c5abe139809e746ba4644e3cc7", "highlights": [] }, { - "title": "Fatih Terim et Galatasaray se séparent (encore)", - "description": "Un bilan pas Terim.
    \n
    \nPour la quatrième fois de sa carrière, Fatih Terim n'est plus l'entraîneur de Galatasaray. Le club turc l'a annoncé dans un communiqué ce lundi, précisant que…

    ", - "content": "Un bilan pas Terim.
    \n
    \nPour la quatrième fois de sa carrière, Fatih Terim n'est plus l'entraîneur de Galatasaray. Le club turc l'a annoncé dans un communiqué ce lundi, précisant que…

    ", + "title": "Alphonso Davies victime d'une myocardite", + "description": "Encore des problèmes de coeur au Bayern.
    \n
    \nAlphonso Davies ne reviendra pas, ni pour le match de Cologne, ni…

    ", + "content": "Encore des problèmes de coeur au Bayern.
    \n
    \nAlphonso Davies ne reviendra pas, ni pour le match de Cologne, ni…

    ", "category": "", - "link": "https://www.sofoot.com/fatih-terim-et-galatasaray-se-separent-encore-509325.html", + "link": "https://www.sofoot.com/alphonso-davies-victime-d-une-myocardite-509524.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T14:28:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-fatih-terim-et-galatasaray-se-separent-encore-1641827140_x600_articles-509325.jpg", + "pubDate": "2022-01-14T11:41:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-alphonso-davies-victime-d-une-myocardite-1642164835_x600_articles-509524.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-fatih-terim-et-galatasaray-se-separent-encore-1641827140_x600_articles-509325.jpg", + "image": "https://www.sofoot.com/IMG/img-alphonso-davies-victime-d-une-myocardite-1642164835_x600_articles-509524.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92012,20 +94058,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e32c0e281da732bf174c59298d729f90", + "hash": "69821cf160f1510af829cf89556e2134", "highlights": [] }, { - "title": "Raúl García tacle la Supercoupe d'Espagne en Arabie saoudite", - "description": "Raúl García a dit les termes !
    \n
    \nLe défenseur central de l'Athletic Bilbao, qui jouera la demi-finale de la Supercoupe d'Espagne jeudi contre l'Atlético de Madrid, estime que cela…

    ", - "content": "Raúl García a dit les termes !
    \n
    \nLe défenseur central de l'Athletic Bilbao, qui jouera la demi-finale de la Supercoupe d'Espagne jeudi contre l'Atlético de Madrid, estime que cela…

    ", + "title": "Trois matches de D1 Arkema reportés à cause du Covid", + "description": "Pas de revanche pour le DFCO !
    \n
    \nLa D1 Arkema subit aussi la vague Omicron. Lors de cette 12e journée, se seront trois affiches qui sont impactées. Le match entre le PSG et…

    ", + "content": "Pas de revanche pour le DFCO !
    \n
    \nLa D1 Arkema subit aussi la vague Omicron. Lors de cette 12e journée, se seront trois affiches qui sont impactées. Le match entre le PSG et…

    ", "category": "", - "link": "https://www.sofoot.com/raul-garcia-tacle-la-supercoupe-d-espagne-en-arabie-saoudite-509326.html", + "link": "https://www.sofoot.com/trois-matches-de-d1-arkema-reportes-a-cause-du-covid-509523.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T14:21:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-raul-garcia-tacle-la-supercoupe-d-espagne-en-arabie-saoudite-1641826875_x600_articles-509326.jpg", + "pubDate": "2022-01-14T11:18:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-trois-matches-de-d1-arkema-reportes-a-cause-du-covid-1642160154_x600_articles-509523.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-raul-garcia-tacle-la-supercoupe-d-espagne-en-arabie-saoudite-1641826875_x600_articles-509326.jpg", + "image": "https://www.sofoot.com/IMG/img-trois-matches-de-d1-arkema-reportes-a-cause-du-covid-1642160154_x600_articles-509523.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92034,20 +94080,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d115df409e8726188ada2f06feb1885", + "hash": "58e09587a577585e8b1eaa6e97b5c89a", "highlights": [] }, { - "title": "\"Bordeaux prend droit le chemin de la Ligue 2\" selon les Ultramarines", - "description": "La goutte de trop…
    \n
    \nLa défaite historique des Girondins de Bordeaux face à…

    ", - "content": "La goutte de trop…
    \n
    \nLa défaite historique des Girondins de Bordeaux face à…

    ", + "title": "Jens-Lys Cajuste, la nouvelle fleur de Reims", + "description": "La cité des Sacres tient son nouveau prince : Jens-Lys Cajuste, 22 ans, héritier de la couronne de Suède. L'élégant milieu de terrain de Midtjylland a posé ses valises à Reims en ce mois de janvier, devenant au passage le transfert record du club. Une sacrée prise pour le club champenois, puisque l'on parle d'un joueur suivi par de nombreuses écuries européennes, coté à 15 millions d'euros l'été dernier et vu comme un futur très grand. Mais qui est ce beau Scandinave et comment a-t-il séduit les dirigeants rémois ?\" Épi de maïs \". Reconnaissez-le : on a vu plus imposant comme surnom. Mais c'est bien celui donné à Jens-Lys Cajuste par ses coéquipiers, en référence à sa grande taille et à sa…", + "content": "\" Épi de maïs \". Reconnaissez-le : on a vu plus imposant comme surnom. Mais c'est bien celui donné à Jens-Lys Cajuste par ses coéquipiers, en référence à sa grande taille et à sa…", "category": "", - "link": "https://www.sofoot.com/bordeaux-prend-droit-le-chemin-de-la-ligue-2-selon-les-ultramarines-509323.html", + "link": "https://www.sofoot.com/jens-lys-cajuste-la-nouvelle-fleur-de-reims-509496.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T13:27:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bordeaux-prend-droit-le-chemin-de-la-ligue-2-selon-les-ultramarines-1641823666_x600_articles-509323.jpg", + "pubDate": "2022-01-14T11:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jens-lys-cajuste-la-nouvelle-fleur-de-reims-1642097878_x600_articles-alt-509496.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-bordeaux-prend-droit-le-chemin-de-la-ligue-2-selon-les-ultramarines-1641823666_x600_articles-509323.jpg", + "image": "https://www.sofoot.com/IMG/img-jens-lys-cajuste-la-nouvelle-fleur-de-reims-1642097878_x600_articles-alt-509496.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92056,20 +94102,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0886d758877619f2a5d765897a2bda36", + "hash": "af17de274d00c0c4a9f232603b2337af", "highlights": [] }, { - "title": " Ansu Fati de retour dans le groupe Barcelonais pour le Classico", - "description": "Blessé depuis novembre dernier, Ansu Fati est de nouveau disponible et est dans le groupe qui affrontera le Real de…", - "content": "Blessé depuis novembre dernier, Ansu Fati est de nouveau disponible et est dans le groupe qui affrontera le Real de…", + "title": "David Neres quitte l'Ajax et file au Shakhtar", + "description": "La tradition brésilienne au Shakhtar se poursuit.
    \n
    \nDavid Neres va changer d'air. L'ailier…

    ", + "content": "La tradition brésilienne au Shakhtar se poursuit.
    \n
    \nDavid Neres va changer d'air. L'ailier…

    ", "category": "", - "link": "https://www.sofoot.com/ansu-fati-de-retour-dans-le-groupe-barcelonais-pour-le-classico-509324.html", + "link": "https://www.sofoot.com/david-neres-quitte-l-ajax-et-file-au-shakhtar-509510.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T12:48:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ansu-fati-de-retour-dans-le-groupe-barcelonais-pour-le-classico-1641824795_x600_articles-509324.jpg", + "pubDate": "2022-01-14T10:39:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-david-neres-quitte-l-ajax-et-file-au-shakhtar-1642156740_x600_articles-509510.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-ansu-fati-de-retour-dans-le-groupe-barcelonais-pour-le-classico-1641824795_x600_articles-509324.jpg", + "image": "https://www.sofoot.com/IMG/img-david-neres-quitte-l-ajax-et-file-au-shakhtar-1642156740_x600_articles-509510.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92078,20 +94124,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff47edb9e69c413405fab104558ce9ca", + "hash": "adfdda902b20ffd2f8a0f7e96b46b276", "highlights": [] }, { - "title": "En direct : Sénégal - Zimbabwe", - "description": "92' : Ça pousse ça pousse, mais il y a toujours un pied ou une jambe zimbabwéen(ne).", - "content": "92' : Ça pousse ça pousse, mais il y a toujours un pied ou une jambe zimbabwéen(ne).", + "title": "Amel Majri est enceinte", + "description": "Amel Majri va devenir la première joueuse de l'équipe de France féminine à avoir un enfant pendant sa carrière. \"L'internationale française a annoncé sa grossesse à la direction du…", + "content": "Amel Majri va devenir la première joueuse de l'équipe de France féminine à avoir un enfant pendant sa carrière. \"L'internationale française a annoncé sa grossesse à la direction du…", "category": "", - "link": "https://www.sofoot.com/en-direct-senegal-zimbabwe-509320.html", + "link": "https://www.sofoot.com/amel-majri-est-enceinte-509520.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T12:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-senegal-zimbabwe-1641823851_x600_articles-alt-509320.jpg", + "pubDate": "2022-01-14T10:34:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-amel-majri-est-enceinte-1642158950_x600_articles-509520.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-en-direct-senegal-zimbabwe-1641823851_x600_articles-alt-509320.jpg", + "image": "https://www.sofoot.com/IMG/img-amel-majri-est-enceinte-1642158950_x600_articles-509520.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92100,20 +94146,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2279fc0f5eb729b505ccee80a5c191e5", + "hash": "cad212cc02ffa42cf15838229f04c8e9", "highlights": [] }, { - "title": "SoFoot Ligue : Nos conseils pour faire vos picks de la semaine 20", - "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": "Le FC Lorient ne sera pas poursuivi pour le décès de Yohann Essirard", + "description": "Après les commémorations, l'heure des responsabilités.
    \n
    \nIl y a un peu plus d'un an maintenant, un terrible drame survenait sur la pelouse du Moustoir. Un homme, venu aider son frère,…

    ", + "content": "Après les commémorations, l'heure des responsabilités.
    \n
    \nIl y a un peu plus d'un an maintenant, un terrible drame survenait sur la pelouse du Moustoir. Un homme, venu aider son frère,…

    ", "category": "", - "link": "https://www.sofoot.com/sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-20-509319.html", + "link": "https://www.sofoot.com/le-fc-lorient-ne-sera-pas-poursuivi-pour-le-deces-de-yohann-essirard-509519.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T12:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-20-1641817040_x600_articles-509319.jpg", + "pubDate": "2022-01-14T10:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-fc-lorient-ne-sera-pas-poursuivi-pour-le-deces-de-yohann-essirard-1642159760_x600_articles-509519.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-20-1641817040_x600_articles-509319.jpg", + "image": "https://www.sofoot.com/IMG/img-le-fc-lorient-ne-sera-pas-poursuivi-pour-le-deces-de-yohann-essirard-1642159760_x600_articles-509519.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92122,20 +94168,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "94ed801d7c40899603bb02f13e09e3ca", + "hash": "2e108111a5165310474b84dab9cf1ad5", "highlights": [] }, { - "title": "En deux ans, le PSG a aligné 110 compositions différentes d'affilée", - "description": "Qui a dit que Pochettino ne se renouvelait pas ?
    \n
    \nDepuis le mois de décembre 2019, le PSG a disputé 110 rencontres. Sur ces 110 matchs, jamais la composition parisienne n'a été la…

    ", - "content": "Qui a dit que Pochettino ne se renouvelait pas ?
    \n
    \nDepuis le mois de décembre 2019, le PSG a disputé 110 rencontres. Sur ces 110 matchs, jamais la composition parisienne n'a été la…

    ", + "title": "Jesús Corona débarque à Séville", + "description": "Un nouveau variant en Andalousie.
    \n
    \nLe Séville FC annonce l'arrivée de l'ailier Jesús Corona en provenance du FC Porto, pour un contrat jusqu'en juin 2025. Les Rojiblancos

    ", + "content": "Un nouveau variant en Andalousie.
    \n
    \nLe Séville FC annonce l'arrivée de l'ailier Jesús Corona en provenance du FC Porto, pour un contrat jusqu'en juin 2025. Les Rojiblancos

    ", "category": "", - "link": "https://www.sofoot.com/en-deux-ans-le-psg-a-aligne-110-compositions-differentes-d-affilee-509321.html", + "link": "https://www.sofoot.com/jesus-corona-debarque-a-seville-509518.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T12:14:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-deux-ans-le-psg-a-aligne-110-compositions-differentes-d-affilee-1641822956_x600_articles-509321.jpg", + "pubDate": "2022-01-14T10:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jesus-corona-debarque-a-seville-1642159252_x600_articles-509518.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-en-deux-ans-le-psg-a-aligne-110-compositions-differentes-d-affilee-1641822956_x600_articles-509321.jpg", + "image": "https://www.sofoot.com/IMG/img-jesus-corona-debarque-a-seville-1642159252_x600_articles-509518.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92144,20 +94190,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "47be389816d7884959898e3a2bb11773", + "hash": "9b54fcf038a49ef766d4ec2313d3db85", "highlights": [] }, { - "title": "Pronostic Soudan Guinée Bissau : Analyse, cotes et pronostic du match de la CAN 2022", - "description": "

    La Guinée Bissau au-dessus du Soudan ?

    \n
    \nNation forte du foot africain dans les années 60 avec en point d'orgue un titre continental remporté en 1970,…
    ", - "content": "

    La Guinée Bissau au-dessus du Soudan ?

    \n
    \nNation forte du foot africain dans les années 60 avec en point d'orgue un titre continental remporté en 1970,…
    ", + "title": "Plus de transferts, mais moins de dépenses en 2021", + "description": "La crise sanitaire touche aussi le mercato.
    \n
    \nLe montant total des transferts recensés sur l'année 2021 est en baisse par rapport à 2020 selon

    ", + "content": "La crise sanitaire touche aussi le mercato.
    \n
    \nLe montant total des transferts recensés sur l'année 2021 est en baisse par rapport à 2020 selon


    ", "category": "", - "link": "https://www.sofoot.com/pronostic-soudan-guinee-bissau-analyse-cotes-et-pronostic-du-match-de-la-can-2022-509318.html", + "link": "https://www.sofoot.com/plus-de-transferts-mais-moins-de-depenses-en-2021-509517.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T11:54:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-soudan-guinee-bissau-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1641817366_x600_articles-509318.jpg", + "pubDate": "2022-01-14T10:29:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-plus-de-transferts-mais-moins-de-depenses-en-2021-1642159634_x600_articles-509517.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-soudan-guinee-bissau-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1641817366_x600_articles-509318.jpg", + "image": "https://www.sofoot.com/IMG/img-plus-de-transferts-mais-moins-de-depenses-en-2021-1642159634_x600_articles-509517.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92166,20 +94212,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed8b8907c0ba2f0705eab1d225c3124a", + "hash": "8dc84bfb3cc463e16cd3b8118725acff", "highlights": [] }, { - "title": "Fin de saison pour Chiesa, victime d'une rupture des ligaments croisés", - "description": "Aller à Rome c'est une chose, en revenir indemne, c'en est une autre.
    \n
    \nAu lendemain d'un déplacement complètement fou à l'Olimpico face à l'AS Roma, Federico Chiesa est de retour à…

    ", - "content": "Aller à Rome c'est une chose, en revenir indemne, c'en est une autre.
    \n
    \nAu lendemain d'un déplacement complètement fou à l'Olimpico face à l'AS Roma, Federico Chiesa est de retour à…

    ", + "title": "La CAF rejette la réserve de la Tunisie et confirme la victoire du Mali", + "description": "Fin de la parodie.
    \n
    \nSans contestation possible, l'image de ce début de CAN est évidemment
    l'imbroglio…

    ", + "content": "Fin de la parodie.
    \n
    \nSans contestation possible, l'image de ce début de CAN est évidemment l'imbroglio…

    ", "category": "", - "link": "https://www.sofoot.com/fin-de-saison-pour-chiesa-victime-d-une-rupture-des-ligaments-croises-509315.html", + "link": "https://www.sofoot.com/la-caf-rejette-la-reserve-de-la-tunisie-et-confirme-la-victoire-du-mali-509503.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T11:46:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-fin-de-saison-pour-chiesa-victime-d-une-rupture-des-ligaments-croises-1641817630_x600_articles-509315.jpg", + "pubDate": "2022-01-14T10:24:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-caf-rejette-la-reserve-de-la-tunisie-et-confirme-la-victoire-du-mali-1642155033_x600_articles-509503.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-fin-de-saison-pour-chiesa-victime-d-une-rupture-des-ligaments-croises-1641817630_x600_articles-509315.jpg", + "image": "https://www.sofoot.com/IMG/img-la-caf-rejette-la-reserve-de-la-tunisie-et-confirme-la-victoire-du-mali-1642155033_x600_articles-509503.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92188,20 +94234,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba4fc9ce0c55c70e139f49dc31d8c9cb", + "hash": "8e253aed0c3581c3c180291ce400abf5", "highlights": [] }, { - "title": "Pronostic Cagliari Bologne : Analyse cote et pronostic du match de Serie A", - "description": "

    Bologne à sa sauce à Cagliari

    \n
    \nEn clôture de la 21e journée de Serie A, Cagliari reçoit la formation de Bologne. L'an passé, la…
    ", - "content": "

    Bologne à sa sauce à Cagliari

    \n
    \nEn clôture de la 21e journée de Serie A, Cagliari reçoit la formation de Bologne. L'an passé, la…
    ", + "title": "Peter Bosz : \"Normalement j'aurais été viré à cause des résultats\"", + "description": "Séance d'autoflagellation sur le banc de l'OL.
    \n
    \nDans un entretien publié ce vendredi dans

    ", + "content": "Séance d'autoflagellation sur le banc de l'OL.
    \n
    \nDans un entretien publié ce vendredi dans


    ", "category": "", - "link": "https://www.sofoot.com/pronostic-cagliari-bologne-analyse-cote-et-pronostic-du-match-de-serie-a-509314.html", + "link": "https://www.sofoot.com/peter-bosz-normalement-j-aurais-ete-vire-a-cause-des-resultats-509516.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T11:42:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-cagliari-bologne-analyse-cote-et-pronostic-du-match-de-serie-a-1641815688_x600_articles-509314.jpg", + "pubDate": "2022-01-14T10:04:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-peter-bosz-normalement-j-aurais-ete-vire-a-cause-des-resultats-1642158509_x600_articles-509516.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-cagliari-bologne-analyse-cote-et-pronostic-du-match-de-serie-a-1641815688_x600_articles-509314.jpg", + "image": "https://www.sofoot.com/IMG/img-peter-bosz-normalement-j-aurais-ete-vire-a-cause-des-resultats-1642158509_x600_articles-509516.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92210,20 +94256,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e916db7052b6e617abd9326801e7b912", + "hash": "4ed0c556802bc8fd10c97d47c11cd205", "highlights": [] }, { - "title": "Samuel Umtiti prolonge au FC Barcelone ", - "description": "Que 2018 semble loin pour Big Sam.
    \n
    \nAbonné au banc de touche catalan quand il ne squatte pas l'infirmerie, Samuel Umtiti vient pourtant de prolonger son contrat avec le FC Barcelone…

    ", - "content": "Que 2018 semble loin pour Big Sam.
    \n
    \nAbonné au banc de touche catalan quand il ne squatte pas l'infirmerie, Samuel Umtiti vient pourtant de prolonger son contrat avec le FC Barcelone…

    ", + "title": "Karim Benzema élu pour la quatrième fois joueur français de l'année 2021", + "description": "Quatre Ligues des champions et quatre fois meilleur joueur français de l'année. Qui dit mieux ?
    \n
    \n


    ", + "content": "Quatre Ligues des champions et quatre fois meilleur joueur français de l'année. Qui dit mieux ?
    \n
    \n


    ", "category": "", - "link": "https://www.sofoot.com/samuel-umtiti-prolonge-au-fc-barcelone-509316.html", + "link": "https://www.sofoot.com/karim-benzema-elu-pour-la-quatrieme-fois-joueur-francais-de-l-annee-2021-509515.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T11:38:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-samuel-umtiti-prolonge-au-fc-barcelone-1641817282_x600_articles-509316.jpg", + "pubDate": "2022-01-14T09:49:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-karim-benzema-elu-pour-la-quatrieme-fois-joueur-francais-de-l-annee-2021-1642157968_x600_articles-509515.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-samuel-umtiti-prolonge-au-fc-barcelone-1641817282_x600_articles-509316.jpg", + "image": "https://www.sofoot.com/IMG/img-karim-benzema-elu-pour-la-quatrieme-fois-joueur-francais-de-l-annee-2021-1642157968_x600_articles-509515.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92232,20 +94278,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2dc481dd1ffc35220034ab852d26e3e", + "hash": "3090021f8cbfb32c560f74e4765fe0a4", "highlights": [] }, { - "title": "Pronostic Southampton Brentford : Analyse cote et pronostic du match de Premier League", - "description": "

    Southampton et Brentford dos à dos

    \n
    \nCe mardi, Southampton reçoit Brentford en match en retard de la 18e journée de Premier League. Les deux…
    ", - "content": "

    Southampton et Brentford dos à dos

    \n
    \nCe mardi, Southampton reçoit Brentford en match en retard de la 18e journée de Premier League. Les deux…
    ", + "title": "L'UNFP dézingue Bordeaux", + "description": "Une autre manière de souhaiter ses meilleurs vœux.
    \n
    \nEn début de semaine, les Girondins de Bordeaux avaient signifié à plusieurs joueurs de leur effectif professionnel qu'
    ", + "content": "Une autre manière de souhaiter ses meilleurs vœux.
    \n
    \nEn début de semaine, les Girondins de Bordeaux avaient signifié à plusieurs joueurs de leur effectif professionnel qu'
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-southampton-brentford-analyse-cote-et-pronostic-du-match-de-premier-league-509313.html", + "link": "https://www.sofoot.com/l-unfp-dezingue-bordeaux-509505.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T11:31:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-southampton-brentford-analyse-cote-et-pronostic-du-match-de-premier-league-1641814865_x600_articles-509313.jpg", + "pubDate": "2022-01-14T09:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-unfp-dezingue-bordeaux-1642153185_x600_articles-509505.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-southampton-brentford-analyse-cote-et-pronostic-du-match-de-premier-league-1641814865_x600_articles-509313.jpg", + "image": "https://www.sofoot.com/IMG/img-l-unfp-dezingue-bordeaux-1642153185_x600_articles-509505.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92254,20 +94300,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "59562b27b87e564dd9575321cc3a8490", + "hash": "db8fad7689079197da5a853d7ea5afd2", "highlights": [] }, { - "title": "Pour Feghouli, le sélectionneur Belmadi est \"exceptionnel\"", - "description": "Ils iraient à la guerre pour lui.
    \n
    \nDans une interview accordée à l'AFP avant
    ", - "content": "Ils iraient à la guerre pour lui.
    \n
    \nDans une interview accordée à l'AFP avant
    ", + "title": "Dani Carvajal, positif au Covid, manquera la finale de la Supercoupe", + "description": "Fin de l'invincibilité.
    \n
    \nLe Real Madrid annonce que son latéral Dani Carvajal a été testé positif au Covid-19 selon les derniers tests effectués par le club. Le joueur manquera…

    ", + "content": "Fin de l'invincibilité.
    \n
    \nLe Real Madrid annonce que son latéral Dani Carvajal a été testé positif au Covid-19 selon les derniers tests effectués par le club. Le joueur manquera…

    ", "category": "", - "link": "https://www.sofoot.com/pour-feghouli-le-selectionneur-belmadi-est-exceptionnel-509312.html", + "link": "https://www.sofoot.com/dani-carvajal-positif-au-covid-manquera-la-finale-de-la-supercoupe-509513.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T11:24:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pour-feghouli-le-selectionneur-belmadi-est-exceptionnel-1641817996_x600_articles-509312.jpg", + "pubDate": "2022-01-14T09:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-dani-carvajal-positif-au-covid-manquera-la-finale-de-la-supercoupe-1642154482_x600_articles-509513.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pour-feghouli-le-selectionneur-belmadi-est-exceptionnel-1641817996_x600_articles-509312.jpg", + "image": "https://www.sofoot.com/IMG/img-dani-carvajal-positif-au-covid-manquera-la-finale-de-la-supercoupe-1642154482_x600_articles-509513.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92276,20 +94322,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca3b6e1b9fbd2d93197857ccc0e91d98", + "hash": "67373ed040c3d347f132bc62d360607d", "highlights": [] }, { - "title": "L'AS Monaco demande une dérogation à son gouvernement pour la jauge", - "description": "Petits arrangements sur le Rocher.
    \n
    \n
    De retour depuis…

    ", - "content": "Petits arrangements sur le Rocher.
    \n
    \nDe retour depuis…

    ", + "title": "Deschamps ne ferme pas la porte à Walter Benítez chez les Bleus", + "description": "Areola, Costil, Mandanda ou la réponse D ?
    \n
    \nPerformant avec Nice depuis plusieurs années, le gardien Walter Benítez est désormais sélectionnable avec la France
    ", + "content": "Areola, Costil, Mandanda ou la réponse D ?
    \n
    \nPerformant avec Nice depuis plusieurs années, le gardien Walter Benítez est désormais sélectionnable avec la France
    ", "category": "", - "link": "https://www.sofoot.com/l-as-monaco-demande-une-derogation-a-son-gouvernement-pour-la-jauge-509309.html", + "link": "https://www.sofoot.com/deschamps-ne-ferme-pas-la-porte-a-walter-benitez-chez-les-bleus-509511.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T11:21:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-as-monaco-demande-une-derogation-a-son-gouvernement-pour-la-jauge-1641816348_x600_articles-509309.jpg", + "pubDate": "2022-01-14T09:24:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-deschamps-ne-ferme-pas-la-porte-a-walter-benitez-chez-les-bleus-1642154326_x600_articles-509511.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-l-as-monaco-demande-une-derogation-a-son-gouvernement-pour-la-jauge-1641816348_x600_articles-509309.jpg", + "image": "https://www.sofoot.com/IMG/img-deschamps-ne-ferme-pas-la-porte-a-walter-benitez-chez-les-bleus-1642154326_x600_articles-509511.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92298,20 +94344,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4cacbc5620006cc3bf2261762251836a", + "hash": "af93a595ffd0bae2ecab860005337504", "highlights": [] }, { - "title": "Pronostic Nigeria Egypte : Analyse cote et pronostic du match de la CAN 2022", - "description": "

    L'Egypte assure face au Nigéria

    \n
    \nLe groupe D de la Coupe d'Afrique des Nations nous offre une très belle affiche mardi entre le Nigéria et…
    ", - "content": "

    L'Egypte assure face au Nigéria

    \n
    \nLe groupe D de la Coupe d'Afrique des Nations nous offre une très belle affiche mardi entre le Nigéria et…
    ", + "title": "Bandiougou Fadiga du PSG à l'Olympiakos", + "description": "Un Français à la conquête du mont Olympe.
    \n
    \nL'Olympiakos a officialisé l'arrivée de Bandiougou Fadiga. Le jeune milieu (20 ans) arrive en provenance du Paris-Saint-Germain, club dans…

    ", + "content": "Un Français à la conquête du mont Olympe.
    \n
    \nL'Olympiakos a officialisé l'arrivée de Bandiougou Fadiga. Le jeune milieu (20 ans) arrive en provenance du Paris-Saint-Germain, club dans…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-nigeria-egypte-analyse-cote-et-pronostic-du-match-de-la-can-2022-509311.html", + "link": "https://www.sofoot.com/bandiougou-fadiga-du-psg-a-l-olympiakos-509512.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T11:18:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-nigeria-egypte-analyse-cote-et-pronostic-du-match-de-la-can-2022-1641814028_x600_articles-509311.jpg", + "pubDate": "2022-01-14T09:03:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bandiougou-fadiga-du-psg-a-l-olympiakos-1642156149_x600_articles-509512.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-nigeria-egypte-analyse-cote-et-pronostic-du-match-de-la-can-2022-1641814028_x600_articles-509311.jpg", + "image": "https://www.sofoot.com/IMG/img-bandiougou-fadiga-du-psg-a-l-olympiakos-1642156149_x600_articles-509512.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92320,20 +94366,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5d364836462100a8387b556dbe6381f", + "hash": "25429e0e21bebd6012d73bff8a6fb2a6", "highlights": [] }, { - "title": "José Mourinho n'est pas éternel", - "description": "Défaite 4 buts à 3 par une Juventus décadente ce dimanche, la Roma a probablement déjà acté l'échec de sa saison en cours. Mais aussi celui du recrutement de José Mourinho sur le banc, alors que le Portugais achève de démonter que sa méthode, visionnaire quinze ans plus tôt, n'est décidément plus dans l'air du temps.José Mourinho n'est pas un homme qui change. Bien sûr, depuis ses années golden boy à l'Inter, le dos s'est légèrement tassé, la chevelure s'est teintée de fils gris et les cernes se…", - "content": "José Mourinho n'est pas un homme qui change. Bien sûr, depuis ses années golden boy à l'Inter, le dos s'est légèrement tassé, la chevelure s'est teintée de fils gris et les cernes se…", + "title": "Ibrahim Amadou vient renforcer le FC Metz", + "description": "Un soldat de plus pour l'opération maintien.
    \n
    \nClub européen le plus concerné par les départs…

    ", + "content": "Un soldat de plus pour l'opération maintien.
    \n
    \nClub européen le plus concerné par les départs…

    ", "category": "", - "link": "https://www.sofoot.com/jose-mourinho-n-est-pas-eternel-509298.html", + "link": "https://www.sofoot.com/ibrahim-amadou-vient-renforcer-le-fc-metz-509507.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T11:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jose-mourinho-n-est-pas-eternel-1641807333_x600_articles-alt-509298.jpg", + "pubDate": "2022-01-14T08:26:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ibrahim-amadou-vient-renforcer-le-fc-metz-1642152780_x600_articles-509507.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-jose-mourinho-n-est-pas-eternel-1641807333_x600_articles-alt-509298.jpg", + "image": "https://www.sofoot.com/IMG/img-ibrahim-amadou-vient-renforcer-le-fc-metz-1642152780_x600_articles-509507.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92342,20 +94388,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e806e05110764d6b26f38b147cada30", + "hash": "13380e8e0dc715017656cfcf48016cf4", "highlights": [] }, { - "title": "Pronostic Algérie Sierra Leone : Analyse cote et pronostic du match de la CAN 2022", - "description": "

    L'Algérie commence tranquillement face à la Sierra Leone

    \n
    \nAvant d'affronter la Côte d'Ivoire dans 10 jours pour le match final et la grosse affiche de…
    ", - "content": "

    L'Algérie commence tranquillement face à la Sierra Leone

    \n
    \nAvant d'affronter la Côte d'Ivoire dans 10 jours pour le match final et la grosse affiche de…
    ", + "title": "Marseille : la French Connection des Comores", + "description": "Battus par le Gabon pour leur entrée en lice, les Comores défient le Maroc à 17 heures. Une rencontre qui sera suivie avec attention du côté de Marseille. La cité phocéenne a enfanté une bonne partie de l'équipe nationale (onze joueurs pour être précis) et rassemble une importante communauté comorienne, au point d'être considérée comme la cinquième île de l'archipel. Au bord de la Méditerranée, ils sont des milliers à vivre cette première Coupe d'Afrique de l'histoire des Cœlacanthes avec une fierté non dissimulée.
    \t\t\t\t\t
    ", + "content": "
    \t\t\t\t\t
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-algerie-sierra-leone-analyse-cote-et-pronostic-du-match-de-la-can-2022-509308.html", + "link": "https://www.sofoot.com/marseille-la-french-connection-des-comores-509477.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T10:37:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-algerie-sierra-leone-analyse-cote-et-pronostic-du-match-de-la-can-2022-1641813537_x600_articles-509308.jpg", + "pubDate": "2022-01-14T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-marseille-la-french-connection-des-comores-1642093186_x600_articles-alt-509477.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-algerie-sierra-leone-analyse-cote-et-pronostic-du-match-de-la-can-2022-1641813537_x600_articles-509308.jpg", + "image": "https://www.sofoot.com/IMG/img-marseille-la-french-connection-des-comores-1642093186_x600_articles-alt-509477.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92364,20 +94410,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "17f4517c0ef04d8792ba3a92d4fdd02c", + "hash": "b2e22dc455eacadf800eeb790b7f6b9c", "highlights": [] }, { - "title": "Amnesty International demande aux clubs espagnols de prendre position en Arabie saoudite", - "description": "Purple rain en Arabie saoudite ?
    \n
    \nAlors que la Supercoupe d'Espagne doit débuter mercredi soir par un Clásico en Arabie saoudite, Amnesty International appelle les quatre clubs…

    ", - "content": "Purple rain en Arabie saoudite ?
    \n
    \nAlors que la Supercoupe d'Espagne doit débuter mercredi soir par un Clásico en Arabie saoudite, Amnesty International appelle les quatre clubs…

    ", + "title": "Franck Honorat : \"À Brest, j'ai retrouvé mon football\"", + "description": "Avec 6 buts et 4 passes décisives, Franck Honorat s'est imposé à 25 ans comme un des hommes forts du Stade brestois. Transfiguré depuis sa rencontre avec Olivier Dall'Oglio, l'ancien passeur devenu buteur raconte son évolution et son épanouissement à Brest avant de défier le PSG au Parc des Princes. Sans oublier d'évoquer son amour pour son Sud natal, les frappes de loin et même les Yamakasi. Entretien avec un Brestois du tonnerre.
    \t\t\t\t\t
    ", + "content": "
    \t\t\t\t\t
    ", "category": "", - "link": "https://www.sofoot.com/amnesty-international-demande-aux-clubs-espagnols-de-prendre-position-en-arabie-saoudite-509307.html", + "link": "https://www.sofoot.com/franck-honorat-a-brest-j-ai-retrouve-mon-football-509446.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T10:20:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-amnesty-international-demande-aux-clubs-espagnols-de-prendre-position-en-arabie-saoudite-1641812614_x600_articles-509307.jpg", + "pubDate": "2022-01-14T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-franck-honorat-a-brest-j-ai-retrouve-mon-football-1642080339_x600_articles-alt-509446.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-amnesty-international-demande-aux-clubs-espagnols-de-prendre-position-en-arabie-saoudite-1641812614_x600_articles-509307.jpg", + "image": "https://www.sofoot.com/IMG/img-franck-honorat-a-brest-j-ai-retrouve-mon-football-1642080339_x600_articles-alt-509446.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92386,20 +94432,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "166d0a6b2470bbaa685b1cbc7f8fecbf", + "hash": "e7c2373dc1186e2de3a3964208e435d2", "highlights": [] }, { - "title": "Mourinho regrette \"le manque de personnalité\" de ses joueurs ", - "description": "José fait la Mou.
    \n
    \nDimanche soir compliqué pour José Mourinho et l'AS Rome. Battus 4-3 par la Juventus alors qu'ils menaient 3-1 jusqu'à la 70e minute, les…

    ", - "content": "José fait la Mou.
    \n
    \nDimanche soir compliqué pour José Mourinho et l'AS Rome. Battus 4-3 par la Juventus alors qu'ils menaient 3-1 jusqu'à la 70e minute, les…

    ", + "title": "Milan envoie bouler le Genoa en prolongation", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/mourinho-regrette-le-manque-de-personnalite-de-ses-joueurs-509306.html", + "link": "https://www.sofoot.com/milan-envoie-bouler-le-genoa-en-prolongation-509437.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T10:18:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-mourinho-regrette-le-manque-de-personnalite-de-ses-joueurs-1641811708_x600_articles-509306.jpg", + "pubDate": "2022-01-13T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-milan-envoie-bouler-le-genoa-en-prolongation-1642113533_x600_articles-509437.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-mourinho-regrette-le-manque-de-personnalite-de-ses-joueurs-1641811708_x600_articles-509306.jpg", + "image": "https://www.sofoot.com/IMG/img-milan-envoie-bouler-le-genoa-en-prolongation-1642113533_x600_articles-509437.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92408,42 +94454,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "6a7abf799a72f4a9b6e47227e11260ff", + "hash": "4d31db4d10051c26498459290c8ff92b", "highlights": [] }, { - "title": "Verratti : \"Le coach ne pouvait même pas faire un entraînement tactique\"", - "description": "Adouber les titis puis rassurer sur l'état de forme du PSG, ou comment donner les clés de la communication à…", - "content": "Adouber les titis puis rassurer sur l'état de forme du PSG, ou comment donner les clés de la communication à…", + "title": "Arsenal muselle Liverpool et garde espoir", + "description": "En infériorité numérique après l'expulsion de Granit Xhaka au bout d'une grosse vingtaine de minutes, Arsenal a parfaitement résisté aux assauts de Liverpool. Tout reste donc ouvert dans cette demi-finale de League Cup avant la manche retour, programmée la semaine prochaine dans le nord de Londres.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/verratti-le-coach-ne-pouvait-meme-pas-faire-un-entrainement-tactique-509305.html", + "link": "https://www.sofoot.com/arsenal-muselle-liverpool-et-garde-espoir-509475.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T09:57:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-verratti-le-coach-ne-pouvait-meme-pas-faire-un-entrainement-tactique-1641812134_x600_articles-509305.jpg", + "pubDate": "2022-01-13T21:42:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-arsenal-muselle-liverpool-et-garde-espoir-1642110032_x600_articles-alt-509475.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-verratti-le-coach-ne-pouvait-meme-pas-faire-un-entrainement-tactique-1641812134_x600_articles-509305.jpg", + "image": "https://www.sofoot.com/IMG/img-arsenal-muselle-liverpool-et-garde-espoir-1642110032_x600_articles-alt-509475.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "dbe016afb697df278c7b56f2cc2bab5c", + "hash": "c469dab7155885a4b1b5cd025b45ee25", "highlights": [] }, { - "title": "Maroc : à la recherche du temps perdu", - "description": "Pour sa dix-huitième participation à la Coupe d'Afrique des Nations, c'est en revanchard que le Maroc s'apprête à affronter le Ghana pour la première journée du groupe C, ce lundi après-midi. Secoués par des litiges internes, les Lions de l'Atlas souhaitent en effet renverser la situation en mettant la main sur le trophée doré. Un exploit en marche, mené par une belle génération et le tempérament de Vahid Halilhodžić.Les supporters marocains ont sorti le bouclier de protection. Entre lucidité et peur de l'échec, les assidus du Mountakhab refusent en effet de se voir comme vainqueur potentiel de cette…", - "content": "Les supporters marocains ont sorti le bouclier de protection. Entre lucidité et peur de l'échec, les assidus du Mountakhab refusent en effet de se voir comme vainqueur potentiel de cette…", + "title": "L'Athletic Bilbao vient à bout de l'Atlético et défendra son titre face au Real", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/maroc-a-la-recherche-du-temps-perdu-509291.html", + "link": "https://www.sofoot.com/l-athletic-bilbao-vient-a-bout-de-l-atletico-et-defendra-son-titre-face-au-real-509499.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T09:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-maroc-a-la-recherche-du-temps-perdu-1641767878_x600_articles-alt-509291.jpg", + "pubDate": "2022-01-13T21:05:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-athletic-bilbao-vient-a-bout-de-l-atletico-et-defendra-son-titre-face-au-real-1642107910_x600_articles-509499.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-maroc-a-la-recherche-du-temps-perdu-1641767878_x600_articles-alt-509291.jpg", + "image": "https://www.sofoot.com/IMG/img-l-athletic-bilbao-vient-a-bout-de-l-atletico-et-defendra-son-titre-face-au-real-1642107910_x600_articles-509499.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92452,20 +94498,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "47efddf1941e115b8d06b537cae36855", + "hash": "b67d5232b93112a423c1f8598f02903b", "highlights": [] }, { - "title": "Shinji Kagawa va découvrir la Belgique à Saint-Trond", - "description": "Kagawa poursuit son séjour Erasmus.
    \n
    \nAprès l'Allemagne, l'Angleterre, la Turquie, l'Espagne et la Grèce, Shinji Kagawa continue sa découverte du continent européen. Direction la…

    ", - "content": "Kagawa poursuit son séjour Erasmus.
    \n
    \nAprès l'Allemagne, l'Angleterre, la Turquie, l'Espagne et la Grèce, Shinji Kagawa continue sa découverte du continent européen. Direction la…

    ", + "title": "\" Si Ajaccio dérange, il faut le dire \"", + "description": "Caliméro est donc corse.
    \n
    \nL'AC Ajaccio s'est fendue ce jeudi soir d'un communiqué assez improbable pour se plaindre de la sanction imposée à son défenseur Oumar Gonzalez. Ce dernier…

    ", + "content": "Caliméro est donc corse.
    \n
    \nL'AC Ajaccio s'est fendue ce jeudi soir d'un communiqué assez improbable pour se plaindre de la sanction imposée à son défenseur Oumar Gonzalez. Ce dernier…

    ", "category": "", - "link": "https://www.sofoot.com/shinji-kagawa-va-decouvrir-la-belgique-a-saint-trond-509303.html", + "link": "https://www.sofoot.com/si-ajaccio-derange-il-faut-le-dire-509500.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T08:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-shinji-kagawa-va-decouvrir-la-belgique-a-saint-trond-1641810592_x600_articles-509303.jpg", + "pubDate": "2022-01-13T20:17:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-si-ajaccio-derange-il-faut-le-dire-1642104882_x600_articles-509500.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-shinji-kagawa-va-decouvrir-la-belgique-a-saint-trond-1641810592_x600_articles-509303.jpg", + "image": "https://www.sofoot.com/IMG/img-si-ajaccio-derange-il-faut-le-dire-1642104882_x600_articles-509500.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92474,20 +94520,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "16f0a655a20fe19ce68065cfefad83cc", + "hash": "7062f029edf5dad3d8061f78330d2279", "highlights": [] }, { - "title": "Piqué se moque d'Emery à propos de la remontada", - "description": "Qui s'y frotte s'y Piqué.
    \n
    \nIl n'avait rien demandé, mais Gerard Piqué a eu les oreilles qui sifflent ce dimanche.
    ", - "content": "Qui s'y frotte s'y Piqué.
    \n
    \nIl n'avait rien demandé, mais Gerard Piqué a eu les oreilles qui sifflent ce dimanche.
    ", + "title": "Le Burkina Faso s'offre le Cap-Vert et lance sa CAN", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pique-se-moque-d-emery-a-propos-de-la-remontada-509302.html", + "link": "https://www.sofoot.com/le-burkina-faso-s-offre-le-cap-vert-et-lance-sa-can-509501.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T08:50:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pique-se-moque-d-emery-a-propos-de-la-remontada-1641810322_x600_articles-509302.jpg", + "pubDate": "2022-01-13T20:05:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-burkina-faso-s-offre-le-cap-vert-et-lance-sa-can-1642106665_x600_articles-509501.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pique-se-moque-d-emery-a-propos-de-la-remontada-1641810322_x600_articles-509302.jpg", + "image": "https://www.sofoot.com/IMG/img-le-burkina-faso-s-offre-le-cap-vert-et-lance-sa-can-1642106665_x600_articles-509501.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92496,20 +94542,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "348ccffd9d844887f82a42efbf8f3638", + "hash": "6b0f908d452193390f32bc44d8669b91", "highlights": [] }, { - "title": "Le RC Lens sanctionne un supporter pour des propos racistes", - "description": "La coupe est pleine. Ce dimanche, le RC Lens recevait le RC Lens recevait

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/le-rc-lens-sanctionne-un-supporter-pour-des-propos-racistes-509301.html", + "link": "https://www.sofoot.com/la-fiorentina-ejecte-naples-au-bout-de-la-prolongation-509470.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T08:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-rc-lens-sanctionne-un-supporter-pour-des-propos-racistes-1641809430_x600_articles-509301.jpg", + "pubDate": "2022-01-13T19:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-fiorentina-ejecte-naples-au-bout-de-la-prolongation-1642103136_x600_articles-509470.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-rc-lens-sanctionne-un-supporter-pour-des-propos-racistes-1641809430_x600_articles-509301.jpg", + "image": "https://www.sofoot.com/IMG/img-la-fiorentina-ejecte-naples-au-bout-de-la-prolongation-1642103136_x600_articles-509470.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92518,20 +94564,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "56a60e7a929c255f4bf524b543165ffa", + "hash": "3c5f2441de3af59271567c6f06ee703a", "highlights": [] }, { - "title": "CAN 2022 : trois journalistes algériens agressés au couteau au Cameroun ", - "description": "La Coupe d'Afrique des Nations a débuté ce dimanche par un succès du Cameroun,…", - "content": "La Coupe d'Afrique des Nations a débuté ce dimanche par un succès du Cameroun,…", + "title": "En direct : Liverpool - Arsenal", + "description": "0' : GOOD EVENING LADS !
    \n
    \nOubliez la soirée au bar du jeudi soir. Déjà parce que vous pourrez ...", + "content": "0' : GOOD EVENING LADS !
    \n
    \nOubliez la soirée au bar du jeudi soir. Déjà parce que vous pourrez ...", "category": "", - "link": "https://www.sofoot.com/can-2022-trois-journalistes-algeriens-agresses-au-couteau-au-cameroun-509299.html", + "link": "https://www.sofoot.com/en-direct-liverpool-arsenal-509497.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T07:39:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-can-2022-trois-journalistes-algeriens-agresses-au-couteau-au-cameroun-1641803515_x600_articles-509299.jpg", + "pubDate": "2022-01-13T19:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-liverpool-arsenal-1642095770_x600_articles-509497.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-can-2022-trois-journalistes-algeriens-agresses-au-couteau-au-cameroun-1641803515_x600_articles-509299.jpg", + "image": "https://www.sofoot.com/IMG/img-en-direct-liverpool-arsenal-1642095770_x600_articles-509497.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92540,20 +94586,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "494ac69a6701a82ba3c6fd05057f75fb", + "hash": "f07e8e24318e1e8b523f9c15d5c846aa", "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 : une Cristiana Girelli de gala en Italie, la prise de pouvoir du Maccabi Haïfa en Israël et une remontada comme on les aime à mettre au crédit de Denizlispor.

    ", - "content": "

    ", + "title": "Le Cameroun ne fait qu'une bouchée de l'Éthiopie", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/ces-trois-infos-du-week-end-vont-vous-etonner-509285.html", + "link": "https://www.sofoot.com/le-cameroun-ne-fait-qu-une-bouchee-de-l-ethiopie-509478.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ces-trois-infos-du-week-end-vont-vous-etonner-1641749864_x600_articles-alt-509285.jpg", + "pubDate": "2022-01-13T18:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-cameroun-ne-fait-qu-une-bouchee-de-l-ethiopie-1642096997_x600_articles-509478.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-ces-trois-infos-du-week-end-vont-vous-etonner-1641749864_x600_articles-alt-509285.jpg", + "image": "https://www.sofoot.com/IMG/img-le-cameroun-ne-fait-qu-une-bouchee-de-l-ethiopie-1642096997_x600_articles-509478.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92562,20 +94608,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6eb70ab5d2e54874f019d4118adee999", + "hash": "576084f492974a431aa5e6c7c6c4a608", "highlights": [] }, { - "title": "CAN 2021 : Au Sénégal, le scepticisme aussi fort que l'espoir ", - "description": "Au Sénégal, la génération Sadio Mané est dorée. La colonne vertébrale du onze de la sélection des Lions de la Téranga est composée uniquement de stars, mais le jeu de l'équipe n'est pas celui espéré par les supporters. Bien que le sélectionneur Aliou Cissé présente un bilan positif depuis 2015, le pessimisme règne de Dakar à la Casamance quant à une première victoire en Coupe d'Afrique des nations.
    \t\t\t\t\t
    ", - "content": "
    \t\t\t\t\t
    ", + "title": "La prochaine Coupe d'Afrique des nations se jouera en été", + "description": "Une nouvelle qui plaira à Watford.
    \n
    \nLa Confédération africaine de…

    ", + "content": "Une nouvelle qui plaira à Watford.
    \n
    \nLa Confédération africaine de…

    ", "category": "", - "link": "https://www.sofoot.com/can-2021-au-senegal-le-scepticisme-aussi-fort-que-l-espoir-509125.html", + "link": "https://www.sofoot.com/la-prochaine-coupe-d-afrique-des-nations-se-jouera-en-ete-509491.html", "creator": "SO FOOT", - "pubDate": "2022-01-10T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-can-2021-au-senegal-le-scepticisme-aussi-fort-que-l-espoir-1641475230_x600_articles-alt-509125.jpg", + "pubDate": "2022-01-13T17:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-prochaine-coupe-d-afrique-des-nations-se-jouera-en-ete-1642095106_x600_articles-509491.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-can-2021-au-senegal-le-scepticisme-aussi-fort-que-l-espoir-1641475230_x600_articles-alt-509125.jpg", + "image": "https://www.sofoot.com/IMG/img-la-prochaine-coupe-d-afrique-des-nations-se-jouera-en-ete-1642095106_x600_articles-509491.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92584,20 +94630,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd1e91f6cfd56047a71a64c24ab30d0c", + "hash": "bddb27308f65f4d8ba3bc07ccca7a7dc", "highlights": [] }, { - "title": "Paris, un coup de jeune bienvenu", - "description": "Entrés en jeu pour la première fois de la saison en Ligue 1, Edouard Michut et Xavi Simons ont fait souffler un vent de fraîcheur sur le PSG. Impliqués dans le retour de leur équipe, qui est parvenue à décrocher un point sur la pelouse de Lyon malgré une prestation longtemps quelconque, les jeunes pousses ont prouvé qu'elles méritent de voir leur temps de jeu grimper.On joue la 76e minute de jeu au Groupama Stadium quand Thilo Kehrer, seul au deuxième poteau, égalise et permet au Paris Saint-Germain de ramener un point de sa visite annuelle dans la…", - "content": "On joue la 76e minute de jeu au Groupama Stadium quand Thilo Kehrer, seul au deuxième poteau, égalise et permet au Paris Saint-Germain de ramener un point de sa visite annuelle dans la…", + "title": "Brésil : Renan Lodi absent en sélection car pas complètement vacciné ", + "description": "Car le plus important, c'est la santé.
    \n
    \nCe jeudi, Tite le sélectionneur de l'équipe national du Brésil a dévoilé sa liste pour les matchs face à l'Équateur et le Paraguay le 27…

    ", + "content": "Car le plus important, c'est la santé.
    \n
    \nCe jeudi, Tite le sélectionneur de l'équipe national du Brésil a dévoilé sa liste pour les matchs face à l'Équateur et le Paraguay le 27…

    ", "category": "", - "link": "https://www.sofoot.com/paris-un-coup-de-jeune-bienvenu-509297.html", + "link": "https://www.sofoot.com/bresil-renan-lodi-absent-en-selection-car-pas-completement-vaccine-509494.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T23:04:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-paris-un-coup-de-jeune-bienvenu-1641769109_x600_articles-alt-509297.jpg", + "pubDate": "2022-01-13T17:28:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bresil-renan-lodi-absent-en-selection-car-pas-completement-vaccine-1642094583_x600_articles-509494.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-paris-un-coup-de-jeune-bienvenu-1641769109_x600_articles-alt-509297.jpg", + "image": "https://www.sofoot.com/IMG/img-bresil-renan-lodi-absent-en-selection-car-pas-completement-vaccine-1642094583_x600_articles-509494.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92606,20 +94652,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4f3ce490b96a4bf3a3e8cfa22e21edf", + "hash": "97230c673140be8771239231cf6df563", "highlights": [] }, { - "title": "Lyon-PSG : OL les cœurs !", - "description": "Comme au match aller, Lyon a signé une prestation convaincante ce dimanche soir à domicile contre Paris, rappelant que cet effectif ainsi que la méthode Peter Bosz n'étaient pas enterrés. Et cette fois-ci, les Rhodaniens ont même gratté un point (1-1). Certes, l'OL ne gagne toujours pas, mais il peut garder espoir.Le scénario était déjà prêt et n'aurait surpris personne. Un Olympique lyonnais convaincant récompensé par une ouverture du score de son maître à jouer Lucas Paquetá grâce à un appel…", - "content": "Le scénario était déjà prêt et n'aurait surpris personne. Un Olympique lyonnais convaincant récompensé par une ouverture du score de son maître à jouer Lucas Paquetá grâce à un appel…", + "title": "Chelsea : Kenedy rapatrié plus tôt que prévu de son prêt à Flamengo", + "description": "La fin de mois serait-elle dure pour Roman Abramovitch ?
    \n
    \nTouché au genou…

    ", + "content": "La fin de mois serait-elle dure pour Roman Abramovitch ?
    \n
    \nTouché au genou…

    ", "category": "", - "link": "https://www.sofoot.com/lyon-psg-ol-les-coeurs-509295.html", + "link": "https://www.sofoot.com/chelsea-kenedy-rapatrie-plus-tot-que-prevu-de-son-pret-a-flamengo-509485.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T23:04:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lyon-psg-ol-les-coeurs-1641770257_x600_articles-alt-509295.jpg", + "pubDate": "2022-01-13T17:20:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-chelsea-kenedy-rapatrie-plus-tot-que-prevu-de-son-pret-a-flamengo-1642094296_x600_articles-509485.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-lyon-psg-ol-les-coeurs-1641770257_x600_articles-alt-509295.jpg", + "image": "https://www.sofoot.com/IMG/img-chelsea-kenedy-rapatrie-plus-tot-que-prevu-de-son-pret-a-flamengo-1642094296_x600_articles-509485.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92628,20 +94674,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "12f4674a8f822182c6cc5ae1697e8a5c", + "hash": "99580fafcd1bf182c0b4c507333569cd", "highlights": [] }, { - "title": "Les notes de Lyon face au PSG", - "description": "Si l'OL commence 2022 comme il avait fini 2021, en ne gagnant pas, le contenu a été meilleur. Surtout grâce à Bruno Guimarães, Houssem Aouar et Lucas Paquetá, comme souvent les trois hommes forts de Peter Bosz.

    ", - "content": "

    ", + "title": "Lyon : Jean-Michel Aulas pense toujours à Laurent Blanc", + "description": "On embrasse Peter Bosz.
    \n
    \nDans une interview qui sera diffusée sur Europe 1 ce week-end mais

    ", + "content": "On embrasse Peter Bosz.
    \n
    \nDans une interview qui sera diffusée sur Europe 1 ce week-end mais


    ", "category": "", - "link": "https://www.sofoot.com/les-notes-de-lyon-face-au-psg-509294.html", + "link": "https://www.sofoot.com/lyon-jean-michel-aulas-pense-toujours-a-laurent-blanc-509495.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-notes-de-lyon-face-au-psg-1641760840_x600_articles-alt-509294.jpg", + "pubDate": "2022-01-13T17:17:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lyon-jean-michel-aulas-pense-toujours-a-laurent-blanc-1642094124_x600_articles-509495.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-les-notes-de-lyon-face-au-psg-1641760840_x600_articles-alt-509294.jpg", + "image": "https://www.sofoot.com/IMG/img-lyon-jean-michel-aulas-pense-toujours-a-laurent-blanc-1642094124_x600_articles-509495.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92650,20 +94696,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d562357ee74d09dd72437b03be28f36", + "hash": "e01122b56700128c1ea9baf3ab2877cf", "highlights": [] }, { - "title": "Les notes du PSG face à l'Olympique lyonnais", - "description": "Les Parisiens se sont pointés un peu ballonnés à Lyon en cette rentrée, comme si le chapon et les huîtres n'étaient pas encore totalement passés. Mais les entrants Simons, Michut, Dina Ebimbe et même Kehrer ont apporté un bon bol d'air pour arracher ce nul (1-1).

    ", - "content": "

    ", + "title": "Cameroun : Plusieurs blessés lors d'une fusillade à Buéa, ville hôte de la Coupe d'Afrique des nations", + "description": "Le pire vient peut-être d'être évité.
    \n
    \nSelon des informations de l'AFP dévoilées ce jeudi, une fusillade entre militaires et hommes armés a éclaté ce mercredi à Buea, une ville…

    ", + "content": "Le pire vient peut-être d'être évité.
    \n
    \nSelon des informations de l'AFP dévoilées ce jeudi, une fusillade entre militaires et hommes armés a éclaté ce mercredi à Buea, une ville…

    ", "category": "", - "link": "https://www.sofoot.com/les-notes-du-psg-face-a-l-olympique-lyonnais-509290.html", + "link": "https://www.sofoot.com/cameroun-plusieurs-blesses-lors-d-une-fusillade-a-buea-ville-hote-de-la-coupe-d-afrique-des-nations-509493.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-notes-du-psg-face-a-l-olympique-lyonnais-1641765683_x600_articles-alt-509290.jpg", + "pubDate": "2022-01-13T17:13:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-cameroun-plusieurs-blesses-lors-d-une-fusillade-a-buea-ville-hote-de-la-coupe-d-afrique-des-nations-1642093624_x600_articles-509493.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-les-notes-du-psg-face-a-l-olympique-lyonnais-1641765683_x600_articles-alt-509290.jpg", + "image": "https://www.sofoot.com/IMG/img-cameroun-plusieurs-blesses-lors-d-une-fusillade-a-buea-ville-hote-de-la-coupe-d-afrique-des-nations-1642093624_x600_articles-509493.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92672,20 +94718,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b84604503aa0e2fd2abe018162011ad", + "hash": "e8db0e73cbd86bb9fb954043b91eee19", "highlights": [] }, { - "title": "Pas de vainqueur entre Villarreal et l'Atlético, malgré un chef-d'œuvre d'Ángel Correa ", - "description": "

    ", - "content": "

    ", + "title": "James Rodríguez (Al-Rayyan) héros au Qatar pour son aide à Ousmane Coulibaly (Al-Wakrah)", + "description": "Le bandit est devenu sauveur.
    \n
    \nJames Rodríguez a joué un rôle capital pour sauver la vie d'Ousmane Coulibaly, joueur de l'équipe Qatari d'Al-Wakrah victime d'un arrêt…

    ", + "content": "Le bandit est devenu sauveur.
    \n
    \nJames Rodríguez a joué un rôle capital pour sauver la vie d'Ousmane Coulibaly, joueur de l'équipe Qatari d'Al-Wakrah victime d'un arrêt…

    ", "category": "", - "link": "https://www.sofoot.com/pas-de-vainqueur-entre-villarreal-et-l-atletico-malgre-un-chef-d-oeuvre-d-angel-correa-509293.html", + "link": "https://www.sofoot.com/james-rodriguez-al-rayyan-heros-au-qatar-pour-son-aide-a-ousmane-coulibaly-al-wakrah-509488.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T21:57:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pas-de-vainqueur-entre-villarreal-et-l-atletico-malgre-un-chef-d-oeuvre-d-angel-correa-1641765903_x600_articles-509293.jpg", + "pubDate": "2022-01-13T16:56:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-james-rodriguez-al-rayyan-heros-au-qatar-pour-son-aide-a-ousmane-coulibaly-al-wakrah-1642091774_x600_articles-509488.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pas-de-vainqueur-entre-villarreal-et-l-atletico-malgre-un-chef-d-oeuvre-d-angel-correa-1641765903_x600_articles-509293.jpg", + "image": "https://www.sofoot.com/IMG/img-james-rodriguez-al-rayyan-heros-au-qatar-pour-son-aide-a-ousmane-coulibaly-al-wakrah-1642091774_x600_articles-509488.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92694,20 +94740,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0c638846deb20ee0897262d9956aed8", + "hash": "21cc9e9e932e765a12af30190caf4071", "highlights": [] }, { - "title": "L'Inter Milan se paye la Lazio", - "description": "

    ", - "content": "

    ", + "title": "Pronostic Guinée Bissau Egypte : Analyse, cotes et pronostic du match de la CAN 2022", + "description": "

    L'Egypte se reprend face à la Guinée Bissau

    \n
    \nOpposés au Soudan pour son entrée en lice dans cette compétition, la Guinée Bissau a déçu en…
    ", + "content": "

    L'Egypte se reprend face à la Guinée Bissau

    \n
    \nOpposés au Soudan pour son entrée en lice dans cette compétition, la Guinée Bissau a déçu en…
    ", "category": "", - "link": "https://www.sofoot.com/l-inter-milan-se-paye-la-lazio-509292.html", + "link": "https://www.sofoot.com/pronostic-guinee-bissau-egypte-analyse-cotes-et-pronostic-du-match-de-la-can-2022-509492.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T21:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-inter-milan-se-paye-la-lazio-1641764987_x600_articles-509292.jpg", + "pubDate": "2022-01-13T16:55:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-guinee-bissau-egypte-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1642093970_x600_articles-509492.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-l-inter-milan-se-paye-la-lazio-1641764987_x600_articles-509292.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-guinee-bissau-egypte-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1642093970_x600_articles-509492.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92716,20 +94762,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "24cf6e49fa00c247f22d544f4a7a3f69", + "hash": "1ac06516f42a91150d9c242073414640", "highlights": [] }, { - "title": "Paris ramasse un point à Lyon", - "description": "Il n'y a pas eu de vainqueur dans l'affiche du dimanche soir. Après avoir ouvert le score par l'intermédiaire de Lucas Paquetá, l'OL a vu le PSG revenir dans le dernier quart d'heure grâce à un but de Thilo Kehrer (1-1). Si Kylian Mbappé a touché deux fois les montants, Lyon peut encore nourrir quelques regrets.

    ", - "content": "

    ", + "title": "Supercoupe d'Italie : Leonardo Bonucci (Juventus) écope d'une amende de 10 000 euros pour s'en être pris à un dirigeant de l'Inter", + "description": "La violence, ça ne paye pas.
    \n
    \nMercredi soir, alors que
    la finale de…

    ", + "content": "La violence, ça ne paye pas.
    \n
    \nMercredi soir, alors que la finale de…

    ", "category": "", - "link": "https://www.sofoot.com/paris-ramasse-un-point-a-lyon-509289.html", + "link": "https://www.sofoot.com/supercoupe-d-italie-leonardo-bonucci-juventus-ecope-d-une-amende-de-10-000-euros-pour-s-en-etre-pris-a-un-dirigeant-de-l-inter-509486.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T21:43:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-paris-ramasse-un-point-a-lyon-1641764624_x600_articles-alt-509289.jpg", + "pubDate": "2022-01-13T16:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-supercoupe-d-italie-leonardo-bonucci-juventus-ecope-d-une-amende-de-10-000-euros-pour-s-en-etre-pris-a-un-dirigeant-de-l-inter-1642091006_x600_articles-509486.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-paris-ramasse-un-point-a-lyon-1641764624_x600_articles-alt-509289.jpg", + "image": "https://www.sofoot.com/IMG/img-supercoupe-d-italie-leonardo-bonucci-juventus-ecope-d-une-amende-de-10-000-euros-pour-s-en-etre-pris-a-un-dirigeant-de-l-inter-1642091006_x600_articles-509486.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92738,20 +94784,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d38c347f041bb77ad9851f61671659b3", + "hash": "1f4129bcbb6c792fe78f7fd156478426", "highlights": [] }, { - "title": "Le Cap-Vert vient à bout de l'Éthiopie", - "description": "

    ", - "content": "

    ", + "title": "Pronostic Nigeria Soudan : Analyse, cotes et pronostic du match de la CAN 2022", + "description": "

    Le Nigéria solide face au Soudan

    \n
    \nOpposé à l'Egypte pour son 1er match de la compétition, le Nigéria a frappé un grand coup en…
    ", + "content": "

    Le Nigéria solide face au Soudan

    \n
    \nOpposé à l'Egypte pour son 1er match de la compétition, le Nigéria a frappé un grand coup en…
    ", "category": "", - "link": "https://www.sofoot.com/le-cap-vert-vient-a-bout-de-l-ethiopie-509247.html", + "link": "https://www.sofoot.com/pronostic-nigeria-soudan-analyse-cotes-et-pronostic-du-match-de-la-can-2022-509490.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T21:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-cap-vert-vient-a-bout-de-l-ethiopie-1641761929_x600_articles-509247.jpg", + "pubDate": "2022-01-13T16:26:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-nigeria-soudan-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1642092876_x600_articles-509490.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-cap-vert-vient-a-bout-de-l-ethiopie-1641761929_x600_articles-509247.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-nigeria-soudan-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1642092876_x600_articles-509490.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92760,20 +94806,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "12272d716dab9e50563236fea538d6a6", + "hash": "456f3843d4e7f7f4b9e045a68eae10aa", "highlights": [] }, { - "title": "La Juve dégoûte la Roma", - "description": "Menée 3-1 à l'heure de jeu, sans idées et sans Federico Chiesa sorti blessé, la Juventus s'en est allé puiser des ressources insoupçonnées pour renverser une Roma qui s'est inexplicablement liquéfiée (3-4) au Stadio Olimpico. Un précieux succès pour les Bianconeri qui s'accrochent au wagon du Top 4.

    ", - "content": "

    ", + "title": "Pronostic Saint-Etienne Lens : Analyse, cotes et pronostic du match de Ligue 1", + "description": "

    Lens enfonce Saint-Etienne

    \n
    \nL'affiche du samedi après-midi en Ligue 1 nous amène à Geoffroy Guichard où Saint-Etienne reçoit le Racing Club de…
    ", + "content": "

    Lens enfonce Saint-Etienne

    \n
    \nL'affiche du samedi après-midi en Ligue 1 nous amène à Geoffroy Guichard où Saint-Etienne reçoit le Racing Club de…
    ", "category": "", - "link": "https://www.sofoot.com/la-juve-degoute-la-roma-509286.html", + "link": "https://www.sofoot.com/pronostic-saint-etienne-lens-analyse-cotes-et-pronostic-du-match-de-ligue-1-509489.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T19:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-juve-degoute-la-roma-1641757238_x600_articles-alt-509286.jpg", + "pubDate": "2022-01-13T16:07:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-saint-etienne-lens-analyse-cotes-et-pronostic-du-match-de-ligue-1-1642090876_x600_articles-509489.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-la-juve-degoute-la-roma-1641757238_x600_articles-alt-509286.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-saint-etienne-lens-analyse-cotes-et-pronostic-du-match-de-ligue-1-1642090876_x600_articles-509489.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92782,20 +94828,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "766a29cd7a5b00f12c96886b688611d6", + "hash": "7ddac4fdacf612986e54685a4fc28f8d", "highlights": [] }, { - "title": "En direct : Lyon - PSG", - "description": "1' : COUP D'ENVOI !", - "content": "1' : COUP D'ENVOI !", + "title": "Pronostic Quevilly Rouen Amiens : Analyse, cotes et pronostic du match de Ligue 2", + "description": "

    Amiens accroche Quevilly Rouen

    \n
    \nPromu cette saison, Quevilly Rouen a réalisé une première partie de saison très correcte avec la 12e place…
    ", + "content": "

    Amiens accroche Quevilly Rouen

    \n
    \nPromu cette saison, Quevilly Rouen a réalisé une première partie de saison très correcte avec la 12e place…
    ", "category": "", - "link": "https://www.sofoot.com/en-direct-lyon-psg-509260.html", + "link": "https://www.sofoot.com/pronostic-quevilly-rouen-amiens-analyse-cotes-et-pronostic-du-match-de-ligue-2-509473.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T19:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-lyon-psg-1641686721_x600_articles-509260.jpg", + "pubDate": "2022-01-13T16:04:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-quevilly-rouen-amiens-analyse-cotes-et-pronostic-du-match-de-ligue-2-1642090189_x600_articles-509473.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-en-direct-lyon-psg-1641686721_x600_articles-509260.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-quevilly-rouen-amiens-analyse-cotes-et-pronostic-du-match-de-ligue-2-1642090189_x600_articles-509473.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92804,20 +94850,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "185ac594325b5c823598aa0861705a64", + "hash": "04dc4cba2f7bddf97daef0b6e1f58a4d", "highlights": [] }, { - "title": "Un triste Arsenal se fait piéger par Nottingham Forest, les autres favoris assurent en FA Cup", - "description": "Contrairement à samedi, qui fut très mouvementé, ce dimanche de 32es de finale de FA Cup…", - "content": "Contrairement à samedi, qui fut très mouvementé, ce dimanche de 32es de finale de FA Cup…", + "title": "Mats Hummels justifie son mauvais début de saison avec le Borussia Dortmund", + "description": "Adepte de la mauvaise foi.
    \n
    \nLa semaine dernière, le président du Borussia Dortmund Hans-Joachim Watzke avait déclaré qu'il attendait que Mats Hummels \"revienne à son meilleur…

    ", + "content": "Adepte de la mauvaise foi.
    \n
    \nLa semaine dernière, le président du Borussia Dortmund Hans-Joachim Watzke avait déclaré qu'il attendait que Mats Hummels \"revienne à son meilleur…

    ", "category": "", - "link": "https://www.sofoot.com/un-triste-arsenal-se-fait-pieger-par-nottingham-forest-les-autres-favoris-assurent-en-fa-cup-509259.html", + "link": "https://www.sofoot.com/mats-hummels-justifie-son-mauvais-debut-de-saison-avec-le-borussia-dortmund-509481.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T19:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-un-triste-arsenal-se-fait-pieger-par-nottingham-forest-les-autres-favoris-assurent-en-fa-cup-1641755717_x600_articles-509259.jpg", + "pubDate": "2022-01-13T16:03:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-mats-hummels-justifie-son-mauvais-debut-de-saison-avec-le-borussia-dortmund-1642089775_x600_articles-509481.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-un-triste-arsenal-se-fait-pieger-par-nottingham-forest-les-autres-favoris-assurent-en-fa-cup-1641755717_x600_articles-509259.jpg", + "image": "https://www.sofoot.com/IMG/img-mats-hummels-justifie-son-mauvais-debut-de-saison-avec-le-borussia-dortmund-1642089775_x600_articles-509481.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92826,20 +94872,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e14f1e3578e0a1001fe1eb4a8824d27", + "hash": "dc4be61cb00a1dd96728f24c4c94cc74", "highlights": [] }, { - "title": "Porté par Aboubakar, le Cameroun s'extirpe du piège Burkina Faso", - "description": "Pour son entrée en lice dans sa Coupe d'Afrique des nations au stade Paul Biya Yaoundé, le Cameroun n'a pas tout maîtrisé, loin de là, mais a pu compter sur l'extrême motivation de ses troupes et un Vincent Aboubakar requinqué, pour écarter le Burkina Faso (2-1). Auteur d'un doublé, l'ancienne gâchette de Beşiktaş a su masquer (en partie) les carences défensives des hommes de Toni Conceição.

    ", - "content": "

    ", + "title": "Pronostic PSG Brest : Analyse, cotes et pronostic du match de Ligue 1", + "description": "

    Le PSG passe la vitesse supérieure face à Brest

    \n
    \nLors des 5 dernières journées de Ligue 1, le Paris Saint-Germain a seulement récolté 7 points, qui…
    ", + "content": "

    Le PSG passe la vitesse supérieure face à Brest

    \n
    \nLors des 5 dernières journées de Ligue 1, le Paris Saint-Germain a seulement récolté 7 points, qui…
    ", "category": "", - "link": "https://www.sofoot.com/porte-par-aboubakar-le-cameroun-s-extirpe-du-piege-burkina-faso-509274.html", + "link": "https://www.sofoot.com/pronostic-psg-brest-analyse-cotes-et-pronostic-du-match-de-ligue-1-509487.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T18:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-porte-par-aboubakar-le-cameroun-s-extirpe-du-piege-burkina-faso-1641751913_x600_articles-alt-509274.jpg", + "pubDate": "2022-01-13T15:51:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-psg-brest-analyse-cotes-et-pronostic-du-match-de-ligue-1-1642089896_x600_articles-509487.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-porte-par-aboubakar-le-cameroun-s-extirpe-du-piege-burkina-faso-1641751913_x600_articles-alt-509274.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-psg-brest-analyse-cotes-et-pronostic-du-match-de-ligue-1-1642089896_x600_articles-509487.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92848,20 +94894,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9db6a0d4e06a3badd284b4d947f828d4", + "hash": "0c1a3685e5c5ff1dd38c0c095a4641c3", "highlights": [] }, { - "title": "Nantes et Monaco se partagent les points ", - "description": "

    ", - "content": "

    ", + "title": "Manchester United : Cristiano Ronaldo espère encore être sur les terrains à plus de 40 ans", + "description": "CR∞.
    \n
    \nLa retraite ? Pas pour tout de suite en ce qui concerne Cristiano Ronaldo, 36 ans. Dans un entretien avec la

    ", + "content": "CR∞.
    \n
    \nLa retraite ? Pas pour tout de suite en ce qui concerne Cristiano Ronaldo, 36 ans. Dans un entretien avec la


    ", "category": "", - "link": "https://www.sofoot.com/nantes-et-monaco-se-partagent-les-points-509264.html", + "link": "https://www.sofoot.com/manchester-united-cristiano-ronaldo-espere-encore-etre-sur-les-terrains-a-plus-de-40-ans-509483.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T17:58:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-nantes-et-monaco-se-partagent-les-points-1641750875_x600_articles-509264.jpg", + "pubDate": "2022-01-13T15:47:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-manchester-united-cristiano-ronaldo-espere-encore-etre-sur-les-terrains-a-plus-de-40-ans-1642088459_x600_articles-509483.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-nantes-et-monaco-se-partagent-les-points-1641750875_x600_articles-509264.jpg", + "image": "https://www.sofoot.com/IMG/img-manchester-united-cristiano-ronaldo-espere-encore-etre-sur-les-terrains-a-plus-de-40-ans-1642088459_x600_articles-509483.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92870,20 +94916,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a46734c7759dc26d56e5e63f0152773", + "hash": "0ed8b65c21a3cf1d39dce34c50bf266e", "highlights": [] }, { - "title": "Naples assure contre la Samp, l'Atalanta cartonne l'Udinese", - "description": "

    ", - "content": "

    ", + "title": "En direct : Cameroun - Éthiopie", + "description": "55' : ABOUBAAKAAAAR BIS REPETITAAAAA !!!! LES LIONS INDOMPTABLES PLIENT LE MATCH EN DEUX ...", + "content": "55' : ABOUBAAKAAAAR BIS REPETITAAAAA !!!! LES LIONS INDOMPTABLES PLIENT LE MATCH EN DEUX ...", "category": "", - "link": "https://www.sofoot.com/naples-assure-contre-la-samp-l-atalanta-cartonne-l-udinese-509282.html", + "link": "https://www.sofoot.com/en-direct-cameroun-ethiopie-509429.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T17:35:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-naples-assure-contre-la-samp-l-atalanta-cartonne-l-udinese-1641749281_x600_articles-509282.jpg", + "pubDate": "2022-01-13T15:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-cameroun-ethiopie-1642093488_x600_articles-alt-509429.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-naples-assure-contre-la-samp-l-atalanta-cartonne-l-udinese-1641749281_x600_articles-509282.jpg", + "image": "https://www.sofoot.com/IMG/img-en-direct-cameroun-ethiopie-1642093488_x600_articles-alt-509429.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92892,20 +94938,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d02de78ff4c6c0679a5237cfd7a456b", + "hash": "ffecb14ceb2e94f0499e90f4c7e6f561", "highlights": [] }, { - "title": "Séville engrange face à Getafe", - "description": "

    ", - "content": "

    ", + "title": "Liga : Getafe annonce les arrivées de Borja Mayoral et Gonzalo Villar (AS Roma)", + "description": "Du Colisée au Coliseum.
    \n
    \nGetafe a officialisé ce jeudi les prêts de deux joueurs de l'AS Rome, Gonzalo Villar et Borja Mayoral, jusqu'à la fin de la saison. Hors des plans de…

    ", + "content": "Du Colisée au Coliseum.
    \n
    \nGetafe a officialisé ce jeudi les prêts de deux joueurs de l'AS Rome, Gonzalo Villar et Borja Mayoral, jusqu'à la fin de la saison. Hors des plans de…

    ", "category": "", - "link": "https://www.sofoot.com/seville-engrange-face-a-getafe-509258.html", + "link": "https://www.sofoot.com/liga-getafe-annonce-les-arrivees-de-borja-mayoral-et-gonzalo-villar-as-roma-509472.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T17:13:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-seville-engrange-face-a-getafe-1641747855_x600_articles-509258.jpg", + "pubDate": "2022-01-13T15:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-liga-getafe-annonce-les-arrivees-de-borja-mayoral-et-gonzalo-villar-as-roma-1642087620_x600_articles-509472.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-seville-engrange-face-a-getafe-1641747855_x600_articles-509258.jpg", + "image": "https://www.sofoot.com/IMG/img-liga-getafe-annonce-les-arrivees-de-borja-mayoral-et-gonzalo-villar-as-roma-1642087620_x600_articles-509472.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92914,20 +94960,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2362994b8e9637d89e48e17ef4f6a185", + "hash": "a1428910c2191bcacc3660804101c682", "highlights": [] }, { - "title": "Slaven Bilić quitte le Beijing Guoan", - "description": "Un candidat pour la
    sélection polonaise.
    \n
    \nAprès une saison…

    ", - "content": "Un candidat pour la sélection polonaise.
    \n
    \nAprès une saison…

    ", + "title": "L'Olympique de Marseille signe Cédric Bakambu (Beijing Guoan)", + "description": "D'habitude, les joueurs africains partent pendant la CAN. À l'OM, ils arrivent.
    \n", + "content": "D'habitude, les joueurs africains partent pendant la CAN. À l'OM, ils arrivent.
    \n", "category": "", - "link": "https://www.sofoot.com/slaven-bilic-quitte-le-beijing-guoan-509284.html", + "link": "https://www.sofoot.com/l-olympique-de-marseille-signe-cedric-bakambu-beijing-guoan-509480.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T16:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-slaven-bilic-quitte-le-beijing-guoan-1641745374_x600_articles-509284.jpg", + "pubDate": "2022-01-13T14:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-olympique-de-marseille-signe-cedric-bakambu-beijing-guoan-1642085401_x600_articles-509480.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-slaven-bilic-quitte-le-beijing-guoan-1641745374_x600_articles-509284.jpg", + "image": "https://www.sofoot.com/IMG/img-l-olympique-de-marseille-signe-cedric-bakambu-beijing-guoan-1642085401_x600_articles-509480.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92936,20 +94982,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c75bdb508352c9fbbafd7f8c6f76e523", + "hash": "82434a8748921739a8343e90ccb04ff0", "highlights": [] }, { - "title": "Clermont et Reims se neutralisent", - "description": "

    ", - "content": "

    ", + "title": "Deschamps ne ferme pas la porte à Walter Benitez chez les Bleus", + "description": "Aréola, Costil, Mandanda ou la réponse D ?
    \n
    \nPerformant avec Nice depuis plusieurs années, le gardien Walter Benitez est désormais sélectionnable avec la France
    ", + "content": "Aréola, Costil, Mandanda ou la réponse D ?
    \n
    \nPerformant avec Nice depuis plusieurs années, le gardien Walter Benitez est désormais sélectionnable avec la France
    ", "category": "", - "link": "https://www.sofoot.com/clermont-et-reims-se-neutralisent-509267.html", + "link": "https://www.sofoot.com/deschamps-ne-ferme-pas-la-porte-a-walter-benitez-chez-les-bleus-509511.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T16:03:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-clermont-et-reims-se-neutralisent-1641744007_x600_articles-509267.jpg", + "pubDate": "2022-01-14T09:24:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-deschamps-ne-ferme-pas-la-porte-a-walter-benitez-chez-les-bleus-1642154326_x600_articles-509511.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-clermont-et-reims-se-neutralisent-1641744007_x600_articles-509267.jpg", + "image": "https://www.sofoot.com/IMG/img-deschamps-ne-ferme-pas-la-porte-a-walter-benitez-chez-les-bleus-1642154326_x600_articles-509511.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92958,20 +95004,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3eb9348b5183fe3d3e02ba6de3132481", + "hash": "c6d1d0055bb8efa0bdb3b3b9493cdbc5", "highlights": [] }, { - "title": "Strasbourg remporte le derby de l'Est contre Metz", - "description": "

    ", - "content": "

    ", + "title": "Royal Excel Mouscron (Belgique) : Les joueurs en grève pour un défaut de paiement de Gérard Lopez", + "description": "Mouscron façon Gabon.
    \n
    \nLes joueurs du Royal Excel Mouscron…

    ", + "content": "Mouscron façon Gabon.
    \n
    \nLes joueurs du Royal Excel Mouscron…

    ", "category": "", - "link": "https://www.sofoot.com/strasbourg-remporte-le-derby-de-l-est-contre-metz-509278.html", + "link": "https://www.sofoot.com/royal-excel-mouscron-belgique-les-joueurs-en-greve-pour-un-defaut-de-paiement-de-gerard-lopez-509459.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T15:54:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-strasbourg-remporte-le-derby-de-l-est-contre-metz-1641743669_x600_articles-509278.jpg", + "pubDate": "2022-01-13T14:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-royal-excel-mouscron-belgique-les-joueurs-en-greve-pour-un-defaut-de-paiement-de-gerard-lopez-1642085010_x600_articles-509459.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-strasbourg-remporte-le-derby-de-l-est-contre-metz-1641743669_x600_articles-509278.jpg", + "image": "https://www.sofoot.com/IMG/img-royal-excel-mouscron-belgique-les-joueurs-en-greve-pour-un-defaut-de-paiement-de-gerard-lopez-1642085010_x600_articles-509459.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -92980,20 +95026,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6a037b6f502e5d97f1a5bc448613e7e4", + "hash": "def58518dba20568ca8f85f4dbce1bc6", "highlights": [] }, { - "title": "En direct : Cameroun - Burkina Faso", - "description": "29' : Onana s'est bien, bien troué sur cette prise de balle. Il l'avait déjà fait en début de ...", - "content": "29' : Onana s'est bien, bien troué sur cette prise de balle. Il l'avait déjà fait en début de ...", + "title": "Pronostic Toulouse Pau : Analyse, cotes et pronostic du match de Ligue 2", + "description": "

    Toulouse remonté face à Pau

    \n
    \nL'objectif principal de Toulouse est de monter en Ligue 1. La formation haut-garonnaise est déterminée à accrocher…
    ", + "content": "

    Toulouse remonté face à Pau

    \n
    \nL'objectif principal de Toulouse est de monter en Ligue 1. La formation haut-garonnaise est déterminée à accrocher…
    ", "category": "", - "link": "https://www.sofoot.com/en-direct-cameroun-burkina-faso-509276.html", + "link": "https://www.sofoot.com/pronostic-toulouse-pau-analyse-cotes-et-pronostic-du-match-de-ligue-2-509482.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T15:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-cameroun-burkina-faso-1641733858_x600_articles-alt-509276.jpg", + "pubDate": "2022-01-13T14:41:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-toulouse-pau-analyse-cotes-et-pronostic-du-match-de-ligue-2-1642085324_x600_articles-509482.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-en-direct-cameroun-burkina-faso-1641733858_x600_articles-alt-509276.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-toulouse-pau-analyse-cotes-et-pronostic-du-match-de-ligue-2-1642085324_x600_articles-509482.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93002,20 +95048,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "53d65db1b48e44031f501b9e59b1e886", + "hash": "8117be0a760406a3b7bd059ead8440a3", "highlights": [] }, { - "title": "Pronostic Torino Fiorentina : Analyse cote et pronostic du match de Serie A", - "description": "

    Le Torino trop chaud à domicile face à la Fiorentina

    \n
    \nPrivés de matchs pour la reprise de jeudi, le Torino et la Fiorentina se retrouvent ce lundi…
    ", - "content": "

    Le Torino trop chaud à domicile face à la Fiorentina

    \n
    \nPrivés de matchs pour la reprise de jeudi, le Torino et la Fiorentina se retrouvent ce lundi…
    ", + "title": "Mohamed Ihattaren raconte son calvaire à la Sampdoria", + "description": "Enfin des nouvelles d'Ihattaren.
    \n
    \nPrêté à la Sampdoria par la Juventus cet été,…

    ", + "content": "Enfin des nouvelles d'Ihattaren.
    \n
    \nPrêté à la Sampdoria par la Juventus cet été,…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-torino-fiorentina-analyse-cote-et-pronostic-du-match-de-serie-a-509279.html", + "link": "https://www.sofoot.com/mohamed-ihattaren-raconte-son-calvaire-a-la-sampdoria-509466.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T15:42:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-torino-fiorentina-analyse-cote-et-pronostic-du-match-de-serie-a-1641744450_x600_articles-509279.jpg", + "pubDate": "2022-01-13T14:28:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-mohamed-ihattaren-raconte-son-calvaire-a-la-sampdoria-1642083162_x600_articles-509466.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-torino-fiorentina-analyse-cote-et-pronostic-du-match-de-serie-a-1641744450_x600_articles-509279.jpg", + "image": "https://www.sofoot.com/IMG/img-mohamed-ihattaren-raconte-son-calvaire-a-la-sampdoria-1642083162_x600_articles-509466.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93024,20 +95070,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "88078022b700ea1d78f4e30673a5a98c", + "hash": "7598891ca28855d918f354f21cdca550", "highlights": [] }, { - "title": "Face à Venise, Zlatan Ibrahimović a marqué pour la 23e année consécutive", - "description": "Le père de substitution.
    \n
    \nEn ouvrant le score pour Milan face à Venise…

    ", - "content": "Le père de substitution.
    \n
    \nEn ouvrant le score pour Milan face à Venise…

    ", + "title": "West Ham : Pour David Moyes, Jarrod Bowen \"frappe à la porte\" de l'équipe d'Angleterre", + "description": "David Moyes, expert en passes dé.
    \n
    \nAprès la victoire de West Ham à domicile face à Norwich (2-0) ce mercredi, durant laquelle Jarrod Bowen s'est illustré en marquant un doublé,…

    ", + "content": "David Moyes, expert en passes dé.
    \n
    \nAprès la victoire de West Ham à domicile face à Norwich (2-0) ce mercredi, durant laquelle Jarrod Bowen s'est illustré en marquant un doublé,…

    ", "category": "", - "link": "https://www.sofoot.com/face-a-venise-zlatan-ibrahimovic-a-marque-pour-la-23e-annee-consecutive-509281.html", + "link": "https://www.sofoot.com/west-ham-pour-david-moyes-jarrod-bowen-frappe-a-la-porte-de-l-equipe-d-angleterre-509464.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T15:07:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-face-a-venise-zlatan-ibrahimovic-a-marque-pour-la-23e-annee-consecutive-1641740642_x600_articles-509281.jpg", + "pubDate": "2022-01-13T14:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-west-ham-pour-david-moyes-jarrod-bowen-frappe-a-la-porte-de-l-equipe-d-angleterre-1642081446_x600_articles-509464.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-face-a-venise-zlatan-ibrahimovic-a-marque-pour-la-23e-annee-consecutive-1641740642_x600_articles-509281.jpg", + "image": "https://www.sofoot.com/IMG/img-west-ham-pour-david-moyes-jarrod-bowen-frappe-a-la-porte-de-l-equipe-d-angleterre-1642081446_x600_articles-509464.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93046,20 +95092,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ff19ed203435488646599933207b50d", + "hash": "4ee4e5b566ebab04d7072db9590747e9", "highlights": [] }, { - "title": "Le Betis rattrapé par le Rayo Vallecano", - "description": "

    ", - "content": "

    ", + "title": "Pronostic Sochaux Caen : Analyse, cotes et pronostic du match de Ligue 2", + "description": "

    Un Sochaux – Caen verrouillé

    \n
    \nAuteur d'une très bonne saison dernière, Sochaux avait fini au pied des playoffs. Sur leur lancée, les Sochaliens…
    ", + "content": "

    Un Sochaux – Caen verrouillé

    \n
    \nAuteur d'une très bonne saison dernière, Sochaux avait fini au pied des playoffs. Sur leur lancée, les Sochaliens…
    ", "category": "", - "link": "https://www.sofoot.com/le-betis-rattrape-par-le-rayo-vallecano-509239.html", + "link": "https://www.sofoot.com/pronostic-sochaux-caen-analyse-cotes-et-pronostic-du-match-de-ligue-2-509479.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T15:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-betis-rattrape-par-le-rayo-vallecano-1641740763_x600_articles-509239.jpg", + "pubDate": "2022-01-13T14:05:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-sochaux-caen-analyse-cotes-et-pronostic-du-match-de-ligue-2-1642084835_x600_articles-509479.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-betis-rattrape-par-le-rayo-vallecano-1641740763_x600_articles-509239.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-sochaux-caen-analyse-cotes-et-pronostic-du-match-de-ligue-2-1642084835_x600_articles-509479.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93068,20 +95114,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "59a7fc4963608fbe4e0ae676770cc921", + "hash": "f5b67e39b1e15985e44d3a8a00c82cc6", "highlights": [] }, { - "title": "Pronostic Comores Gabon : Analyse cote et pronostic du match de la CAN 2022", - "description": "

    Le Gabon face aux Comores malgré les problèmes

    \n
    \nParticipant pour la 1re fois à la Coupe d'Afrique des Nations, les Comores font office de…
    ", - "content": "

    Le Gabon face aux Comores malgré les problèmes

    \n
    \nParticipant pour la 1re fois à la Coupe d'Afrique des Nations, les Comores font office de…
    ", + "title": "Pronostic Guingamp Grenoble : Analyse, cotes et pronostic du match de Ligue 2", + "description": "

    Guingamp enfonce Grenoble

    \n
    \nAprès avoir connu une saison dernière très compliquée, l'En Avant Guingamp se trouve actuellement en 11e
    ", + "content": "

    Guingamp enfonce Grenoble

    \n
    \nAprès avoir connu une saison dernière très compliquée, l'En Avant Guingamp se trouve actuellement en 11e
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-comores-gabon-analyse-cote-et-pronostic-du-match-de-la-can-2022-509283.html", + "link": "https://www.sofoot.com/pronostic-guingamp-grenoble-analyse-cotes-et-pronostic-du-match-de-ligue-2-509474.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T14:49:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-comores-gabon-analyse-cote-et-pronostic-du-match-de-la-can-2022-1641742650_x600_articles-509283.jpg", + "pubDate": "2022-01-13T13:51:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-guingamp-grenoble-analyse-cotes-et-pronostic-du-match-de-ligue-2-1642082652_x600_articles-509474.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-comores-gabon-analyse-cote-et-pronostic-du-match-de-la-can-2022-1641742650_x600_articles-509283.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-guingamp-grenoble-analyse-cotes-et-pronostic-du-match-de-ligue-2-1642082652_x600_articles-509474.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93090,20 +95136,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c29051f9a060ff2236eae4f49b70b184", + "hash": "fb42c1c720d6db337cab8520baa49af9", "highlights": [] }, { - "title": "Pronostic Maroc Ghana : Analyse cote et pronostic du match de la CAN 2022", - "description": "

    Le Maroc de Vahid domine le Ghana

    \n
    \nAprès avoir vu l'Algérie remporter la CAN 2019, le Maroc se verrait bien s'imposer sur cette édition 2021 disputée…
    ", - "content": "

    Le Maroc de Vahid domine le Ghana

    \n
    \nAprès avoir vu l'Algérie remporter la CAN 2019, le Maroc se verrait bien s'imposer sur cette édition 2021 disputée…
    ", + "title": "CAN 2021 : Le communiqué de la CAF après Tunisie-Mali", + "description": "La CAF réagit à la polémique.
    \n
    \nLa Confédération africaine de football a fait paraître

    ", + "content": "La CAF réagit à la polémique.
    \n
    \nLa Confédération africaine de football a fait paraître


    ", "category": "", - "link": "https://www.sofoot.com/pronostic-maroc-ghana-analyse-cote-et-pronostic-du-match-de-la-can-2022-509280.html", + "link": "https://www.sofoot.com/can-2021-le-communique-de-la-caf-apres-tunisie-mali-509460.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T14:42:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-maroc-ghana-analyse-cote-et-pronostic-du-match-de-la-can-2022-1641740828_x600_articles-509280.jpg", + "pubDate": "2022-01-13T13:41:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-can-2021-le-communique-de-la-caf-apres-tunisie-mali-1642080620_x600_articles-509460.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-maroc-ghana-analyse-cote-et-pronostic-du-match-de-la-can-2022-1641740828_x600_articles-509280.jpg", + "image": "https://www.sofoot.com/IMG/img-can-2021-le-communique-de-la-caf-apres-tunisie-mali-1642080620_x600_articles-509460.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93112,20 +95158,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e9370e4425cb11e45f98e06aca54182", + "hash": "916aef6536824ba415ca6578d373eddf", "highlights": [] }, { - "title": "La Confédération asiatique suspend les clubs iraniens des compétitions continentales", - "description": "Le censeur censuré.
    \n
    \nLa Confédération asiatique de football (AFC) a confirmé ce samedi la suspension des clubs iraniens de l'édition 2021-2022 de la Ligue des champions. Ainsi,…

    ", - "content": "Le censeur censuré.
    \n
    \nLa Confédération asiatique de football (AFC) a confirmé ce samedi la suspension des clubs iraniens de l'édition 2021-2022 de la Ligue des champions. Ainsi,…

    ", + "title": "Roberto Lopes, le Requin vert", + "description": "Bien entré dans sa CAN à la suite d'une courte victoire sur l'Éthiopie (1-0), le Cap-Vert espère valider son billet pour la suite de la compétition ce jeudi face au Burkina Faso. Pour cela, il pourra compter sur sa tour de contrôle arrivée tout droit de Dublin qui répond au nom de Roberto Lopes. Portrait d'un Requin bleu venu des eaux glacées de la mer d'Irlande qui a bossé dans une banque et qui découvre sa deuxième famille.Au Cap-Vert, une victoire en Coupe d'Afrique des nations n'est jamais banale. Il y a huit ans, les Requins bleus décrochaient pour la première fois le droit de s'inviter à la table du gotha…", + "content": "Au Cap-Vert, une victoire en Coupe d'Afrique des nations n'est jamais banale. Il y a huit ans, les Requins bleus décrochaient pour la première fois le droit de s'inviter à la table du gotha…", "category": "", - "link": "https://www.sofoot.com/la-confederation-asiatique-suspend-les-clubs-iraniens-des-competitions-continentales-509277.html", + "link": "https://www.sofoot.com/roberto-lopes-le-requin-vert-509465.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T14:26:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-confederation-asiatique-suspend-les-clubs-iraniens-des-competitions-continentales-1641738176_x600_articles-509277.jpg", + "pubDate": "2022-01-13T13:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-roberto-lopes-le-requin-vert-1642074929_x600_articles-alt-509465.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-la-confederation-asiatique-suspend-les-clubs-iraniens-des-competitions-continentales-1641738176_x600_articles-509277.jpg", + "image": "https://www.sofoot.com/IMG/img-roberto-lopes-le-requin-vert-1642074929_x600_articles-alt-509465.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93134,20 +95180,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "49f789a2af2d979d590b801597a7c8ee", + "hash": "5ae7eddc6d3a90c7a2b6cbed00477a3d", "highlights": [] }, { - "title": "Pronostic Guinée Malawi : Analyse cote et pronostic du match de la CAN 2022", - "description": "

    La Guinée logiquement face au Malawi

    \n
    \nDans un groupe qui compte également le Sénégal, le Zimbabwe et donc le Malawi, la Guinée devrait prendre l'une…
    ", - "content": "

    La Guinée logiquement face au Malawi

    \n
    \nDans un groupe qui compte également le Sénégal, le Zimbabwe et donc le Malawi, la Guinée devrait prendre l'une…
    ", + "title": "Daniel Farke (ex-Norwich) prend les rênes de Krasnodar", + "description": "Deux petits mois de vacances et ça repart.
    \n
    \nEntraîneur de Norwich entre mai 2017 et novembre dernier, Daniel Farke a fini par laisser les Canaries dans une bien mauvaise posture…

    ", + "content": "Deux petits mois de vacances et ça repart.
    \n
    \nEntraîneur de Norwich entre mai 2017 et novembre dernier, Daniel Farke a fini par laisser les Canaries dans une bien mauvaise posture…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-guinee-malawi-analyse-cote-et-pronostic-du-match-de-la-can-2022-509273.html", + "link": "https://www.sofoot.com/daniel-farke-ex-norwich-prend-les-renes-de-krasnodar-509463.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T14:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-guinee-malawi-analyse-cote-et-pronostic-du-match-de-la-can-2022-1641737724_x600_articles-509273.jpg", + "pubDate": "2022-01-13T13:26:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-daniel-farke-ex-norwich-prend-les-renes-de-krasnodar-1642080077_x600_articles-509463.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-guinee-malawi-analyse-cote-et-pronostic-du-match-de-la-can-2022-1641737724_x600_articles-509273.jpg", + "image": "https://www.sofoot.com/IMG/img-daniel-farke-ex-norwich-prend-les-renes-de-krasnodar-1642080077_x600_articles-509463.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93156,20 +95202,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f73dbd3fb7e85fe6ca1907b59759014", + "hash": "4616a270cc0b451a4dad248fcebcbc34", "highlights": [] }, { - "title": "Nice évite le piège brestois", - "description": "

    ", - "content": "

    ", + "title": "Le FC Nantes réexpédie l'attaquant Renaud Emond au Standard de Liège en Belgique", + "description": "Les soldes ont débuté.
    \n
    \nDeux ans après avoir quitté le Standard de Liège pour le FC Nantes, Renaud Emond retourne en Belgique, toujours chez les Rouches. Un départ qui ressemble à…

    ", + "content": "Les soldes ont débuté.
    \n
    \nDeux ans après avoir quitté le Standard de Liège pour le FC Nantes, Renaud Emond retourne en Belgique, toujours chez les Rouches. Un départ qui ressemble à…

    ", "category": "", - "link": "https://www.sofoot.com/nice-evite-le-piege-brestois-509252.html", + "link": "https://www.sofoot.com/le-fc-nantes-reexpedie-l-attaquant-renaud-emond-au-standard-de-liege-en-belgique-509462.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T14:02:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-nice-evite-le-piege-brestois-1641736990_x600_articles-509252.jpg", + "pubDate": "2022-01-13T13:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-fc-nantes-reexpedie-l-attaquant-renaud-emond-au-standard-de-liege-en-belgique-1642078921_x600_articles-509462.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-nice-evite-le-piege-brestois-1641736990_x600_articles-509252.jpg", + "image": "https://www.sofoot.com/IMG/img-le-fc-nantes-reexpedie-l-attaquant-renaud-emond-au-standard-de-liege-en-belgique-1642078921_x600_articles-509462.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93178,20 +95224,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bcd79631d3386781bd012bd4aac557bd", + "hash": "a2ed45e0b0b004453f38ee2274b656ab", "highlights": [] }, { - "title": "Vinícius Júnior refuse de marcher sur l'emblème du Real Madrid en plein match", - "description": "Le (fameux) respect de l'institution.
    \n
    \nAuteur d'une nouvelle grosse prestation face à Valence et auréolé d'un doublé pour offrir la victoire au Real Madrid (4-1), Vinícius Júnior…

    ", - "content": "Le (fameux) respect de l'institution.
    \n
    \nAuteur d'une nouvelle grosse prestation face à Valence et auréolé d'un doublé pour offrir la victoire au Real Madrid (4-1), Vinícius Júnior…

    ", + "title": "Pronostic Nancy Bastia : Analyse, cotes et pronostic du match de Ligue 2", + "description": "

    Nancy face à des Bastiais qui ne perdent plus

    \n
    \nL'AS Nancy Lorraine vit une drôle de saison avec une dernière place au classement. Le club lorrain…
    ", + "content": "

    Nancy face à des Bastiais qui ne perdent plus

    \n
    \nL'AS Nancy Lorraine vit une drôle de saison avec une dernière place au classement. Le club lorrain…
    ", "category": "", - "link": "https://www.sofoot.com/vinicius-junior-refuse-de-marcher-sur-l-embleme-du-real-madrid-en-plein-match-509275.html", + "link": "https://www.sofoot.com/pronostic-nancy-bastia-analyse-cotes-et-pronostic-du-match-de-ligue-2-509469.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T13:21:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-vinicius-junior-refuse-de-marcher-sur-l-embleme-du-real-madrid-en-plein-match-1641733388_x600_articles-509275.jpg", + "pubDate": "2022-01-13T12:57:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-nancy-bastia-analyse-cotes-et-pronostic-du-match-de-ligue-2-1642079803_x600_articles-509469.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-vinicius-junior-refuse-de-marcher-sur-l-embleme-du-real-madrid-en-plein-match-1641733388_x600_articles-509275.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-nancy-bastia-analyse-cotes-et-pronostic-du-match-de-ligue-2-1642079803_x600_articles-509469.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93200,20 +95246,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fea8e8916c82a4df9c7e0b5cf39b2198", + "hash": "c431441695e7fbeb6d65efc60d5f0cac", "highlights": [] }, { - "title": "Tranquille à Venise, Milan s'installe provisoirement en tête", - "description": "

    ", - "content": "

    ", + "title": "Pronostic Rodez Dijon : Analyse, cotes et pronostic du match de Ligue 2", + "description": "

    Rodez costaud à domicile face à Dijon

    \n
    \nRodez joue sa troisième saison consécutive et a pour objectif comme lors des deux premiers exercices de se…
    ", + "content": "

    Rodez costaud à domicile face à Dijon

    \n
    \nRodez joue sa troisième saison consécutive et a pour objectif comme lors des deux premiers exercices de se…
    ", "category": "", - "link": "https://www.sofoot.com/tranquille-a-venise-milan-s-installe-provisoirement-en-tete-509270.html", + "link": "https://www.sofoot.com/pronostic-rodez-dijon-analyse-cotes-et-pronostic-du-match-de-ligue-2-509468.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T13:20:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-tranquille-a-venise-milan-s-installe-provisoirement-en-tete-1641732836_x600_articles-509270.jpg", + "pubDate": "2022-01-13T12:43:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-rodez-dijon-analyse-cotes-et-pronostic-du-match-de-ligue-2-1642078646_x600_articles-509468.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-tranquille-a-venise-milan-s-installe-provisoirement-en-tete-1641732836_x600_articles-509270.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-rodez-dijon-analyse-cotes-et-pronostic-du-match-de-ligue-2-1642078646_x600_articles-509468.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93222,20 +95268,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae4288bff6ddafba886ad703eacce968", + "hash": "9610edbc82d541fa05b7bc187d6c7845", "highlights": [] }, { - "title": "Quand Francisco Conceição offre la victoire à Porto et célèbre avec son père et entraîneur, Sergio", - "description": "Family time à Porto.
    \n
    \nMené 2-0 par Estoril, le FC Porto a complètement retourné la partie pour arracher la victoire (2-3) ce samedi en Primeira Liga. Un succès glané grâce…

    ", - "content": "Family time à Porto.
    \n
    \nMené 2-0 par Estoril, le FC Porto a complètement retourné la partie pour arracher la victoire (2-3) ce samedi en Primeira Liga. Un succès glané grâce…

    ", + "title": "Pronostic Nîmes Valenciennes : Analyse, cotes et pronostic du match de Ligue 2", + "description": "

    Un Nîmes – Valenciennes avec des buts de chaque côté

    \n
    \nDans une Ligue 2 extrêmement dense avec seulement 5 points qui séparent Grenoble, le premier…
    ", + "content": "

    Un Nîmes – Valenciennes avec des buts de chaque côté

    \n
    \nDans une Ligue 2 extrêmement dense avec seulement 5 points qui séparent Grenoble, le premier…
    ", "category": "", - "link": "https://www.sofoot.com/quand-francisco-conceicao-offre-la-victoire-a-porto-et-celebre-avec-son-pere-et-entraineur-sergio-509272.html", + "link": "https://www.sofoot.com/pronostic-nimes-valenciennes-analyse-cotes-et-pronostic-du-match-de-ligue-2-509467.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T12:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-quand-francisco-conceicao-offre-la-victoire-a-porto-et-celebre-avec-son-pere-et-entraineur-sergio-1641730782_x600_articles-509272.jpg", + "pubDate": "2022-01-13T12:41:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-nimes-valenciennes-analyse-cotes-et-pronostic-du-match-de-ligue-2-1642078105_x600_articles-509467.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-quand-francisco-conceicao-offre-la-victoire-a-porto-et-celebre-avec-son-pere-et-entraineur-sergio-1641730782_x600_articles-509272.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-nimes-valenciennes-analyse-cotes-et-pronostic-du-match-de-ligue-2-1642078105_x600_articles-509467.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93244,20 +95290,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1387581e81c5acaa1d2dbc9aff2e0dd8", + "hash": "8745ba81b3b9086682416cb931234d36", "highlights": [] }, { - "title": "Lewis Baker a disputé son deuxième match avec Chelsea, huit ans après le premier", - "description": "Tout vient à point à qui sait attendre.
    \n
    \nLewis Baker, ce nom ne vous dit rien ? À moins que vous ne soyez un vrai fan de Chelsea ou un sacré suiveur du football britannique, rien de…

    ", - "content": "Tout vient à point à qui sait attendre.
    \n
    \nLewis Baker, ce nom ne vous dit rien ? À moins que vous ne soyez un vrai fan de Chelsea ou un sacré suiveur du football britannique, rien de…

    ", + "title": "NetBet", + "description": "NetBet est l'un des rares opérateurs qui vous offre 10€ gratuits, sans avoir à déposer ! Vous récupérez 10€ gratuitement sans avoir à sortir la CB

    NetBet

    \nNetBet

    \n

    Le Sénégal débute face au Zimbabwe

    \n
    \nAvec son effectif XXL, le Sénégal fait partie des équipes favorites pour le titre au Cameroun. Les Lions de la…
    ", - "content": "

    Le Sénégal débute face au Zimbabwe

    \n
    \nAvec son effectif XXL, le Sénégal fait partie des équipes favorites pour le titre au Cameroun. Les Lions de la…
    ", + "title": "Le FC Barcelone renvoie l'Autrichien Yusuf Demir au Rapid Vienne", + "description": "Retour à l'envoyeur.
    \n
    \nLe FC Barcelone annonce ce jeudi avoir trouvé un accord pour rompre le prêt de Yusuf Demir, qui retourne donc au Rapid Vienne comme il est venu. L'histoire aura…

    ", + "content": "Retour à l'envoyeur.
    \n
    \nLe FC Barcelone annonce ce jeudi avoir trouvé un accord pour rompre le prêt de Yusuf Demir, qui retourne donc au Rapid Vienne comme il est venu. L'histoire aura…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-senegal-zimbabwe-analyse-cote-et-pronostic-du-match-de-la-can-2022-509269.html", + "link": "https://www.sofoot.com/le-fc-barcelone-renvoie-l-autrichien-yusuf-demir-au-rapid-vienne-509458.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T11:02:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-senegal-zimbabwe-analyse-cote-et-pronostic-du-match-de-la-can-2022-1641727866_x600_articles-509269.jpg", + "pubDate": "2022-01-13T11:57:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-fc-barcelone-renvoie-l-autrichien-yusuf-demir-au-rapid-vienne-1642074764_x600_articles-509458.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-senegal-zimbabwe-analyse-cote-et-pronostic-du-match-de-la-can-2022-1641727866_x600_articles-509269.jpg", + "image": "https://www.sofoot.com/IMG/img-le-fc-barcelone-renvoie-l-autrichien-yusuf-demir-au-rapid-vienne-1642074764_x600_articles-509458.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93288,20 +95334,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d415e7434d7f684ad6647a6f75e01821", + "hash": "525c1ec45f4d449c8db3a6f997c5e410", "highlights": [] }, { - "title": "Benedetto de retour à Boca Juniors ?", - "description": "Clap de fin pour Benedetto en Europe ?
    \n
    \nTransféré de Boca Juniors à l'Olympique de Marseille pour environ quatorze millions d'euros à l'été 2019, Dario Benedetto pourrait bien…

    ", - "content": "Clap de fin pour Benedetto en Europe ?
    \n
    \nTransféré de Boca Juniors à l'Olympique de Marseille pour environ quatorze millions d'euros à l'été 2019, Dario Benedetto pourrait bien…

    ", + "title": "CAN 2021 : Le sélectionneur du Gabon Patrice Neveu testé positif au covid-19", + "description": "Quand ça ne veut pas...
    \n
    \nLa Fédération gabonaise de football annonce ce jeudi que son sélectionneur Patrice Neveu a été testé positif à la Covid-19. Lloyd Palun, défenseur du SC…

    ", + "content": "Quand ça ne veut pas...
    \n
    \nLa Fédération gabonaise de football annonce ce jeudi que son sélectionneur Patrice Neveu a été testé positif à la Covid-19. Lloyd Palun, défenseur du SC…

    ", "category": "", - "link": "https://www.sofoot.com/benedetto-de-retour-a-boca-juniors-509268.html", + "link": "https://www.sofoot.com/can-2021-le-selectionneur-du-gabon-patrice-neveu-teste-positif-au-covid-19-509461.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T10:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-benedetto-de-retour-a-boca-juniors-1641725517_x600_articles-509268.jpg", + "pubDate": "2022-01-13T11:46:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-can-2021-le-selectionneur-du-gabon-patrice-neveu-teste-positif-au-covid-19-1642074300_x600_articles-509461.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-benedetto-de-retour-a-boca-juniors-1641725517_x600_articles-509268.jpg", + "image": "https://www.sofoot.com/IMG/img-can-2021-le-selectionneur-du-gabon-patrice-neveu-teste-positif-au-covid-19-1642074300_x600_articles-509461.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93310,20 +95356,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a81b9adb91804ed64af0eb481ff8329", + "hash": "7bb30bc142b60d3020380fd76f2f9598", "highlights": [] }, { - "title": "Josh Cavallo victime d'injures homophobes", - "description": "Encore et toujours les mêmes problèmes.
    \n
    \nLa rencontre d'A-League entre Melbourne Victory et Adelaïde United disputée samedi a donné lieu à un scénario rocambolesque (1-1, deux buts…

    ", - "content": "Encore et toujours les mêmes problèmes.
    \n
    \nLa rencontre d'A-League entre Melbourne Victory et Adelaïde United disputée samedi a donné lieu à un scénario rocambolesque (1-1, deux buts…

    ", + "title": "L'Uruguayen Diego Godín (ex-Cagliari) file à l'Atlético Mineiro, au Brésil", + "description": "In Godín they trust.
    \n
    \nÀ 35 ans, Diego Godín va découvrir le Brésil sous la tunique du champion en titre, l'Atlético Mineiro, pour une saison avec une option de…

    ", + "content": "In Godín they trust.
    \n
    \nÀ 35 ans, Diego Godín va découvrir le Brésil sous la tunique du champion en titre, l'Atlético Mineiro, pour une saison avec une option de…

    ", "category": "", - "link": "https://www.sofoot.com/josh-cavallo-victime-d-injures-homophobes-509266.html", + "link": "https://www.sofoot.com/l-uruguayen-diego-godin-ex-cagliari-file-a-l-atletico-mineiro-au-bresil-509455.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T10:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-josh-cavallo-victime-d-injures-homophobes-1641724108_x600_articles-509266.jpg", + "pubDate": "2022-01-13T11:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-uruguayen-diego-godin-ex-cagliari-file-a-l-atletico-mineiro-au-bresil-1642073290_x600_articles-509455.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-josh-cavallo-victime-d-injures-homophobes-1641724108_x600_articles-509266.jpg", + "image": "https://www.sofoot.com/IMG/img-l-uruguayen-diego-godin-ex-cagliari-file-a-l-atletico-mineiro-au-bresil-1642073290_x600_articles-509455.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93332,20 +95378,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a709df9994723f57d83150591035dcfb", + "hash": "5abb2bb123e0d27cd7d6a5712f7d4a52", "highlights": [] }, { - "title": "Le Sénégal touché par la Covid-19 juste avant le début de la CAN", - "description": "Catastrophe au Sénégal.
    \n
    \nÀ quelques heures du coup d'envoi de la Coupe d'Afrique des nations 2022 au Cameroun (la rencontre Cameroun-Burkina Faso lancera les hostilités ce dimanche à…

    ", - "content": "Catastrophe au Sénégal.
    \n
    \nÀ quelques heures du coup d'envoi de la Coupe d'Afrique des nations 2022 au Cameroun (la rencontre Cameroun-Burkina Faso lancera les hostilités ce dimanche à…

    ", + "title": "En visite à Rome, Wendie Renard (Lyon) a offert deux maillots au pape François", + "description": "La basilique Saint-Pierre
    va finir en…", + "content": "La basilique Saint-Pierre va finir en…", "category": "", - "link": "https://www.sofoot.com/le-senegal-touche-par-la-covid-19-juste-avant-le-debut-de-la-can-509265.html", + "link": "https://www.sofoot.com/en-visite-a-rome-wendie-renard-lyon-a-offert-deux-maillots-au-pape-francois-509456.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T09:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-senegal-touche-par-la-covid-19-juste-avant-le-debut-de-la-can-1641720552_x600_articles-509265.jpg", + "pubDate": "2022-01-13T11:24:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-visite-a-rome-wendie-renard-lyon-a-offert-deux-maillots-au-pape-francois-1642072999_x600_articles-509456.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-senegal-touche-par-la-covid-19-juste-avant-le-debut-de-la-can-1641720552_x600_articles-509265.jpg", + "image": "https://www.sofoot.com/IMG/img-en-visite-a-rome-wendie-renard-lyon-a-offert-deux-maillots-au-pape-francois-1642072999_x600_articles-509456.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93354,20 +95400,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "16330aff8eb8cf59f7256ee4eb383b8d", + "hash": "47fb82aec1a76fe275ddd803f2657add", "highlights": [] }, { - "title": "Maitland-Niles file en prêt à la Roma", - "description": "L'Italie, nouvelle destination phare des Anglais ?
    \n
    \nEn manque de temps de jeu à…

    ", - "content": "L'Italie, nouvelle destination phare des Anglais ?
    \n
    \nEn manque de temps de jeu à…

    ", + "title": "Winamax Paris sportifs", + "description": "

    Winamax

    \nWinamax

    \nSpartiates, quel est votre métier ?!
    \n
    \nAuteur d'un nouveau doublé lors de la large victoire du Real Madrid…

    ", - "content": "Spartiates, quel est votre métier ?!
    \n
    \nAuteur d'un nouveau doublé lors de la large victoire du Real Madrid…

    ", + "title": "Magou Doucouré (Reims), victime de racisme en Coupe de France à Lens : \"Je ne dors pas et j'essaie de comprendre\"", + "description": "Des mots sur les maux.
    \n
    \nÀ 21 ans, Magou Doucouré pensait disputer un banal seizième de finale de Coupe de France féminine, à Lens dimanche dernier. Au lieu de ça, la latérale…

    ", + "content": "Des mots sur les maux.
    \n
    \nÀ 21 ans, Magou Doucouré pensait disputer un banal seizième de finale de Coupe de France féminine, à Lens dimanche dernier. Au lieu de ça, la latérale…

    ", "category": "", - "link": "https://www.sofoot.com/karim-benzema-depasse-la-barre-des-300-buts-avec-le-real-madrid-509262.html", + "link": "https://www.sofoot.com/magou-doucoure-reims-victime-de-racisme-en-coupe-de-france-a-lens-je-ne-dors-pas-et-j-essaie-de-comprendre-509457.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T08:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-karim-benzema-depasse-la-barre-des-300-buts-avec-le-real-madrid-1641717992_x600_articles-509262.jpg", + "pubDate": "2022-01-13T11:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-magou-doucoure-reims-victime-de-racisme-en-coupe-de-france-a-lens-je-ne-dors-pas-et-j-essaie-de-comprendre-1642072053_x600_articles-509457.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-karim-benzema-depasse-la-barre-des-300-buts-avec-le-real-madrid-1641717992_x600_articles-509262.jpg", + "image": "https://www.sofoot.com/IMG/img-magou-doucoure-reims-victime-de-racisme-en-coupe-de-france-a-lens-je-ne-dors-pas-et-j-essaie-de-comprendre-1642072053_x600_articles-509457.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93398,20 +95444,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9eb9b7d30dc824b95500c20e998a441e", + "hash": "29d030b5765d4cf393ef97c49fbf5b57", "highlights": [] }, { - "title": "Pronostic Espanyol Elche : Analyse, cotes et prono du match de Liga", - "description": "

    L'Espanyol enchaine face à Elche

    \n
    \nPromu cette saison après avoir passé une seule saison en 2nde division, l'Espanyol réussit un excellent retour…
    ", - "content": "

    L'Espanyol enchaine face à Elche

    \n
    \nPromu cette saison après avoir passé une seule saison en 2nde division, l'Espanyol réussit un excellent retour…
    ", + "title": "Serie A : Sérgio Oliveira (FC Porto) débarque en prêt à l'AS Roma", + "description": "José Mourinho se sert au pays.
    \n
    \nJosé Mourinho l'avait déjà confirmé à demi-mot en conférence de presse et la confirmation vient de tomber : Sérgio Oliveira est prêté à l'AS…

    ", + "content": "José Mourinho se sert au pays.
    \n
    \nJosé Mourinho l'avait déjà confirmé à demi-mot en conférence de presse et la confirmation vient de tomber : Sérgio Oliveira est prêté à l'AS…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-espanyol-elche-analyse-cotes-et-prono-du-match-de-liga-509195.html", + "link": "https://www.sofoot.com/serie-a-sergio-oliveira-fc-porto-debarque-en-pret-a-l-as-roma-509454.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T08:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-espanyol-elche-analyse-cotes-et-prono-du-match-de-liga-1641547736_x600_articles-509195.jpg", + "pubDate": "2022-01-13T11:03:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-serie-a-sergio-oliveira-fc-porto-debarque-en-pret-a-l-as-roma-1642071506_x600_articles-509454.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-espanyol-elche-analyse-cotes-et-prono-du-match-de-liga-1641547736_x600_articles-509195.jpg", + "image": "https://www.sofoot.com/IMG/img-serie-a-sergio-oliveira-fc-porto-debarque-en-pret-a-l-as-roma-1642071506_x600_articles-509454.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93420,20 +95466,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "81502d537259ff87527d36ca13c48ae5", + "hash": "e7cdbb2ab07652821c70b70453696c1a", "highlights": [] }, { - "title": "Pronostic Toulouse Nancy : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Toulouse enfonce Nancy

    \n
    \nProche de retrouver la Ligue 1 la saison passée, Toulouse a poursuivi sur son rythme en début de saison pour prendre les…
    ", - "content": "

    Toulouse enfonce Nancy

    \n
    \nProche de retrouver la Ligue 1 la saison passée, Toulouse a poursuivi sur son rythme en début de saison pour prendre les…
    ", + "title": "Barça, l'An 1 de l'après-Messi !", + "description": "Malgré la défaite éliminatoire face au Real en demi-finales de Supercoupe d'Espagne (3-2 AP), le FC Barcelone de Xavi a brillamment et définitivement tourné la page Lionel Messi. Et si ce Clásico XXL annonçait des lendemains qui chantent ?Chaque désavantage a ses avantages. Les aphorismes de Cruyff guident parfois encore la destinée du Barça... Si Messi était resté au club, Leo en serait à 10 buts et 5 passes décisives environ,…", + "content": "Chaque désavantage a ses avantages. Les aphorismes de Cruyff guident parfois encore la destinée du Barça... Si Messi était resté au club, Leo en serait à 10 buts et 5 passes décisives environ,…", "category": "", - "link": "https://www.sofoot.com/pronostic-toulouse-nancy-analyse-cotes-et-prono-du-match-de-ligue-2-509194.html", + "link": "https://www.sofoot.com/barca-l-an-1-de-l-apres-messi-509449.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T08:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-toulouse-nancy-analyse-cotes-et-prono-du-match-de-ligue-2-1641547539_x600_articles-509194.jpg", + "pubDate": "2022-01-13T11:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-barca-l-an-1-de-l-apres-messi-1642069525_x600_articles-alt-509449.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-toulouse-nancy-analyse-cotes-et-prono-du-match-de-ligue-2-1641547539_x600_articles-509194.jpg", + "image": "https://www.sofoot.com/IMG/img-barca-l-an-1-de-l-apres-messi-1642069525_x600_articles-alt-509449.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93442,20 +95488,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "428a948cb10d2f9a57a20b7a6221f83f", + "hash": "a69b8c4714960a82dbad7aaa6a1173ba", "highlights": [] }, { - "title": "Pronostic Manchester United Aston Villa : Analyse, cotes et prono du match de FA Cup", - "description": "

    MU, victoire obligatoire face à Aston Villa

    \n
    \nLa dernière affiche des 32e de finale de la FA Cup met aux prises Manchester United à Aston Villa. La…
    ", - "content": "

    MU, victoire obligatoire face à Aston Villa

    \n
    \nLa dernière affiche des 32e de finale de la FA Cup met aux prises Manchester United à Aston Villa. La…
    ", + "title": "1-0, Nigeria et arbitrage lunaire : le bilan de cette première journée de CAN", + "description": "Après les douze premières rencontres de cette CAN 2021, il est l'heure de dresser un premier bilan. Entre les 1-0 en pagaille, la bonne forme des gardiens et les tribunes vides, cinq questions autour du hors-d'œuvre de la compétition, en attendant le plat de résistance.

  • Y a-t-il déjà eu aussi peu de…
  • ", + "content": "

  • Y a-t-il déjà eu aussi peu de…
  • ", "category": "", - "link": "https://www.sofoot.com/pronostic-manchester-united-aston-villa-analyse-cotes-et-prono-du-match-de-fa-cup-509193.html", + "link": "https://www.sofoot.com/1-0-nigeria-et-arbitrage-lunaire-le-bilan-de-cette-premiere-journee-de-can-509425.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T08:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-manchester-united-aston-villa-analyse-cotes-et-prono-du-match-de-fa-cup-1641547349_x600_articles-509193.jpg", + "pubDate": "2022-01-13T11:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-1-0-nigeria-et-arbitrage-lunaire-le-bilan-de-cette-premiere-journee-de-can-1642007791_x600_articles-alt-509425.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-manchester-united-aston-villa-analyse-cotes-et-prono-du-match-de-fa-cup-1641547349_x600_articles-509193.jpg", + "image": "https://www.sofoot.com/IMG/img-1-0-nigeria-et-arbitrage-lunaire-le-bilan-de-cette-premiere-journee-de-can-1642007791_x600_articles-alt-509425.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93464,20 +95510,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c872aa6366d026a902fcfcff1f5b3bdb", + "hash": "6112c744e4bc898d03a95bcd46a670a4", "highlights": [] }, { - "title": "Pronostic Lyon PSG : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Déposez 100€ et misez directement avec 200€ sur OL - PSG

    \n
    \nWinamax vous…
    ", - "content": "

    Déposez 100€ et misez directement avec 200€ sur OL - PSG

    \n
    \nWinamax vous…
    ", + "title": "Côte d'Ivoire : Touché par une pneumonie, Jean-Daniel Akpa-Akpro (Lazio) est forfait pour la CAN", + "description": "\"La maladie vient de la bouche d'un éléphant, et s'en va par celle d'une fourmi\". Proverbe indien.
    \n
    \nSi son entrée en matière dans cette CAN 2021 n'a pas été vraiment…

    ", + "content": "\"La maladie vient de la bouche d'un éléphant, et s'en va par celle d'une fourmi\". Proverbe indien.
    \n
    \nSi son entrée en matière dans cette CAN 2021 n'a pas été vraiment…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-lyon-psg-analyse-cotes-et-prono-du-match-de-ligue-1-509188.html", + "link": "https://www.sofoot.com/cote-d-ivoire-touche-par-une-pneumonie-jean-daniel-akpa-akpro-lazio-est-forfait-pour-la-can-509453.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T08:41:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lyon-psg-analyse-cotes-et-prono-du-match-de-ligue-1-1641545355_x600_articles-509188.jpg", + "pubDate": "2022-01-13T10:55:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-cote-d-ivoire-touche-par-une-pneumonie-jean-daniel-akpa-akpro-lazio-est-forfait-pour-la-can-1642071110_x600_articles-509453.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-lyon-psg-analyse-cotes-et-prono-du-match-de-ligue-1-1641545355_x600_articles-509188.jpg", + "image": "https://www.sofoot.com/IMG/img-cote-d-ivoire-touche-par-une-pneumonie-jean-daniel-akpa-akpro-lazio-est-forfait-pour-la-can-1642071110_x600_articles-509453.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93486,20 +95532,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba5bc96f16fe5b8a58d3af6cec14816d", + "hash": "091a2b142bfa29a1d23799e87cb9759e", "highlights": [] }, { - "title": "FC Metz : comment survivre pendant cette CAN ? ", - "description": "Avec sept joueurs mobilisés, le FC Metz est le club européen le plus impacté par la CAN, qui se déroulera tout au long du mois de janvier. Problème : le Club à la Croix de Lorraine, dix-huitième au classement, joue sa survie en championnat et n'avait clairement pas besoin d'un boulet supplémentaire dans sa besace. Mais au fond, la situation n'est peut-être pas si désespérée.Lorsqu'il se présente en conférence de presse il y a quelques jours, le 7 janvier précisément, Frédéric Antonetti a du mal à contenir sa frustration. \"On s'adapte, balance-t-il.…", - "content": "Lorsqu'il se présente en conférence de presse il y a quelques jours, le 7 janvier précisément, Frédéric Antonetti a du mal à contenir sa frustration. \"On s'adapte, balance-t-il.…", + "title": "Newcastle pique le Néo-Zélandais Chris Wood à Burnley", + "description": "Ça va envoyer du bois !
    \n
    \nLe voilà, le grantatakan que voulaient à tout prix s'offrir les Saoudiens. Newcastle active la clause libératoire de Chris Wood (30 millions d'euros) et…

    ", + "content": "Ça va envoyer du bois !
    \n
    \nLe voilà, le grantatakan que voulaient à tout prix s'offrir les Saoudiens. Newcastle active la clause libératoire de Chris Wood (30 millions d'euros) et…

    ", "category": "", - "link": "https://www.sofoot.com/fc-metz-comment-survivre-pendant-cette-can-509261.html", + "link": "https://www.sofoot.com/newcastle-pique-le-neo-zelandais-chris-wood-a-burnley-509448.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-fc-metz-comment-survivre-pendant-cette-can-1641697634_x600_articles-alt-509261.jpg", + "pubDate": "2022-01-13T10:48:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-newcastle-pique-le-neo-zelandais-chris-wood-a-burnley-1642070108_x600_articles-509448.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-fc-metz-comment-survivre-pendant-cette-can-1641697634_x600_articles-alt-509261.jpg", + "image": "https://www.sofoot.com/IMG/img-newcastle-pique-le-neo-zelandais-chris-wood-a-burnley-1642070108_x600_articles-509448.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93508,42 +95554,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "08ded368d7c37d9c1912266bc93f9f52", + "hash": "9ae1c55f025bf41b3b674255b0a3b67c", "highlights": [] }, { - "title": "Lyon-PSG, un choc au rabais ?", - "description": "Jauge réduite à 5000 spectateurs, un Olympique Lyonnais à la ramasse au classement, un PSG à l'infirmerie pleine, c'est peu dire que cette rencontre n'a pas la même saveur que les affrontements passés. Petit tour de ce choc qui n'a de choc que le nom.

    ", - "content": "

    ", + "title": "Lyon-Marseille : la FFF suspend la licence d'un supporter lyonnais ", + "description": "Les gars de la FFF n'en peuvent plus de voir passer des Lyonnais.
    \n
    \nIl ne s'agit pas

    ", + "content": "Les gars de la FFF n'en peuvent plus de voir passer des Lyonnais.
    \n
    \nIl ne s'agit pas


    ", "category": "", - "link": "https://www.sofoot.com/lyon-psg-un-choc-au-rabais-509257.html", + "link": "https://www.sofoot.com/lyon-marseille-la-fff-suspend-la-licence-d-un-supporter-lyonnais-509451.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lyon-psg-un-choc-au-rabais-1641684019_x600_articles-alt-509257.jpg", + "pubDate": "2022-01-13T10:31:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lyon-marseille-la-fff-suspend-la-licence-d-un-supporter-lyonnais-1642069840_x600_articles-509451.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-lyon-psg-un-choc-au-rabais-1641684019_x600_articles-alt-509257.jpg", + "image": "https://www.sofoot.com/IMG/img-lyon-marseille-la-fff-suspend-la-licence-d-un-supporter-lyonnais-1642069840_x600_articles-509451.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "edabe71c50a2f0bd6f8f7527dfaafba7", + "hash": "908ba5e7c8d7788f9f9b658f2063cf26", "highlights": [] }, { - "title": "Le Cameroun, une sixième étoile dans le viseur", - "description": "Ce dimanche au stade Olembé de Yaoundé, le Cameroun, qui attendait de recevoir l'évènement depuis 1972, va lancer sa Coupe d'Afrique des nations face à l'outsider burkinabè. Après 50 ans d'attente, dont trois de tergiversation totale marqués par des retards de travaux et une délocalisation, le pays veut ainsi mettre les petits plats dans les grands. Sans fond de jeu particulier, mais armés de leur traditionnel \"hemlè\" et poussés par Samuel Eto'o depuis la loge, les Lions aux cinq titres continentaux rêvent de dribbler le contexte pandémique. Histoire de rappeler que leur dignité est indomptable, et surtout que la victoire coule dans leurs veines ad vitam aeternam.Il paraît que tout vient à point à qui sait attendre. En 2014, la Confédération africaine de football (CAF) désignait le Cameroun comme pays hôte de la CAN 2019. Après lui avoir retiré…", - "content": "Il paraît que tout vient à point à qui sait attendre. En 2014, la Confédération africaine de football (CAF) désignait le Cameroun comme pays hôte de la CAN 2019. Après lui avoir retiré…", + "title": "Le FC Barcelone \"sur le bon chemin\" selon son entraîneur Xavi", + "description": "Voir au-delà de la défaite.
    \n
    \n
    Défait 3-2 après prolongation, ce mercredi en Arabie saoudite face au…

    ", + "content": "Voir au-delà de la défaite.
    \n
    \nDéfait 3-2 après prolongation, ce mercredi en Arabie saoudite face au…

    ", "category": "", - "link": "https://www.sofoot.com/le-cameroun-une-sixieme-etoile-dans-le-viseur-509238.html", + "link": "https://www.sofoot.com/le-fc-barcelone-sur-le-bon-chemin-selon-son-entraineur-xavi-509450.html", "creator": "SO FOOT", - "pubDate": "2022-01-09T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-cameroun-une-sixieme-etoile-dans-le-viseur-1641648667_x600_articles-alt-509238.jpg", + "pubDate": "2022-01-13T10:24:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-fc-barcelone-sur-le-bon-chemin-selon-son-entraineur-xavi-1642069156_x600_articles-509450.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-cameroun-une-sixieme-etoile-dans-le-viseur-1641648667_x600_articles-alt-509238.jpg", + "image": "https://www.sofoot.com/IMG/img-le-fc-barcelone-sur-le-bon-chemin-selon-son-entraineur-xavi-1642069156_x600_articles-509450.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93552,20 +95598,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "afaacf103b99ed52097acde3b4f49c41", + "hash": "98ad972f3ccbb3fe39e9f4eb63f3d832", "highlights": [] }, { - "title": "Lens-Rennes : au Nord, le rebond de Wesley Saïd", - "description": "De retour de blessure cette semaine contre Lille, Wesley Saïd a puni le Stade rennais, son club formateur, en inscrivant l'unique but d'une rencontre remportée par son RC Lens. Celui qui était présenté comme un futur crack dans ses jeunes années à Rennes a désormais retrouvé des couleurs dans le Nord après une saison blanche et une aventure sans saveur à Toulouse. Une renaissance qu'il doit en partie à une vieille connaissance : Franck Haise.En voyant Wesley Saïd taper dans la main de Gaël Kakuta à la 70e minute de la rencontre entre Lens et Rennes, la suite de l'histoire était facile à deviner. Ceux qui avaient jeté un…", - "content": "En voyant Wesley Saïd taper dans la main de Gaël Kakuta à la 70e minute de la rencontre entre Lens et Rennes, la suite de l'histoire était facile à deviner. Ceux qui avaient jeté un…", + "title": "Lucas Digne (Everton) s'engage à Aston Villa", + "description": "Steven Gerrard continue son marché.
    \n
    \nAprès l'annonce de
    ", + "content": "Steven Gerrard continue son marché.
    \n
    \nAprès l'annonce de
    ", "category": "", - "link": "https://www.sofoot.com/lens-rennes-au-nord-le-rebond-de-wesley-said-509256.html", + "link": "https://www.sofoot.com/lucas-digne-everton-s-engage-a-aston-villa-509414.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T23:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lens-rennes-au-nord-le-rebond-de-wesley-said-1641681094_x600_articles-alt-509256.jpg", + "pubDate": "2022-01-13T10:16:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lucas-digne-everton-s-engage-a-aston-villa-1642068473_x600_articles-509414.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-lens-rennes-au-nord-le-rebond-de-wesley-said-1641681094_x600_articles-alt-509256.jpg", + "image": "https://www.sofoot.com/IMG/img-lucas-digne-everton-s-engage-a-aston-villa-1642068473_x600_articles-509414.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93574,20 +95620,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "62701384cce6360311348257568cbe51", + "hash": "c277ab6dfe1fb10c827ed90476ef9e05", "highlights": [] }, { - "title": "Lens douche Rennes sur le gong", - "description": "Entre deux des formations les plus prolifiques de la Ligue des talents, on était en droit d'attendre un spectacle bien plus alléchant. Mais la flotte sans discontinuer, le manque de précision dans les transmissions et le faible tempo imprimé à la rencontre ont longtemps laissé croire que Lensois et Rennais finiraient dos à dos. Et puis Wesley Saïd a surgi comme un phare pour faire exploser Bollaert et offrir aux Sang et Or leur première victoire en Ligue 1 depuis deux mois.

    ", - "content": "

    ", + "title": "Pronostic Gabon Ghana : Analyse, cotes et pronostic du match de la CAN 2022", + "description": "

    Le Ghana se reprend face au Gabon

    \n
    \nLe Gabon a bien débuté sa coupe d'Afrique des Nations en dominant la modeste sélection des Comores (1-0).…
    ", + "content": "

    Le Ghana se reprend face au Gabon

    \n
    \nLe Gabon a bien débuté sa coupe d'Afrique des Nations en dominant la modeste sélection des Comores (1-0).…
    ", "category": "", - "link": "https://www.sofoot.com/lens-douche-rennes-sur-le-gong-509251.html", + "link": "https://www.sofoot.com/pronostic-gabon-ghana-analyse-cotes-et-pronostic-du-match-de-la-can-2022-509452.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T22:01:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lens-douche-rennes-sur-le-gong-1641679302_x600_articles-alt-509251.jpg", + "pubDate": "2022-01-13T09:37:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-gabon-ghana-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1642066760_x600_articles-509452.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-lens-douche-rennes-sur-le-gong-1641679302_x600_articles-alt-509251.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-gabon-ghana-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1642066760_x600_articles-509452.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93596,20 +95642,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf798757d19cf7edff6727f9bc3ef9a1", + "hash": "f6184efa44371929154fd89240abd239", "highlights": [] }, { - "title": "Le Real Madrid fait mal à Valence", - "description": "

    ", - "content": "

    ", + "title": "Pronostic Maroc Comores : Analyse, cotes et pronostic du match de la CAN 2022", + "description": "

    Le Maroc enchaîne face aux Comores

    \n
    \nCoaché par le rigoureux Vahid Halilhodzic, le Maroc a des envies de titres sur cette CAN 2021 disputée début…
    ", + "content": "

    Le Maroc enchaîne face aux Comores

    \n
    \nCoaché par le rigoureux Vahid Halilhodzic, le Maroc a des envies de titres sur cette CAN 2021 disputée début…
    ", "category": "", - "link": "https://www.sofoot.com/le-real-madrid-fait-mal-a-valence-509255.html", + "link": "https://www.sofoot.com/pronostic-maroc-comores-analyse-cotes-et-pronostic-du-match-de-la-can-2022-509447.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T21:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-real-madrid-fait-mal-a-valence-1641679175_x600_articles-509255.jpg", + "pubDate": "2022-01-13T09:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-maroc-comores-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1642065786_x600_articles-509447.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-real-madrid-fait-mal-a-valence-1641679175_x600_articles-509255.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-maroc-comores-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1642065786_x600_articles-509447.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93618,20 +95664,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ec54254b4c5735164c4dc54af3e77cc", + "hash": "01089d9f1f2526e2f759f1dc69b5d942", "highlights": [] }, { - "title": "Auxerre se pose sur le podium, Nîmes croque Dijon", - "description": "Victorieuse sur la plus petite des marges à Grenoble (0-1), l'AJ Auxerre s'installe provisoirement à la troisième place du classement, avec autant de points que le Paris FC (4e) et Sochaux (5e). Nîmes a réalisé une belle opération sur le terrain de Dijon (1-2), tandis que Pau et Bastia se sont fait plaisir contre Rodez (4-0) et QRM (3-0).

    ", - "content": "

    ", + "title": "Ligue 2 : Le Toulouse FC prend un point avec sursis après les propos racistes d'un supporter envers Lionel Mpasi (Rodez)", + "description": "Un point c'est tout.
    \n
    \nLa LFP a rendu son verdict à la suite des

    ", + "content": "Un point c'est tout.
    \n
    \nLa LFP a rendu son verdict à la suite des


    ", "category": "", - "link": "https://www.sofoot.com/auxerre-se-pose-sur-le-podium-nimes-croque-dijon-509253.html", + "link": "https://www.sofoot.com/ligue-2-le-toulouse-fc-prend-un-point-avec-sursis-apres-les-propos-racistes-d-un-supporter-envers-lionel-mpasi-rodez-509444.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T20:08:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-auxerre-se-pose-sur-le-podium-nimes-croque-dijon-1641672589_x600_articles-509253.jpg", + "pubDate": "2022-01-13T09:14:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ligue-2-le-toulouse-fc-prend-un-point-avec-sursis-apres-les-propos-racistes-d-un-supporter-envers-lionel-mpasi-rodez-1642065044_x600_articles-509444.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-auxerre-se-pose-sur-le-podium-nimes-croque-dijon-1641672589_x600_articles-509253.jpg", + "image": "https://www.sofoot.com/IMG/img-ligue-2-le-toulouse-fc-prend-un-point-avec-sursis-apres-les-propos-racistes-d-un-supporter-envers-lionel-mpasi-rodez-1642065044_x600_articles-509444.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93640,20 +95686,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "acfb50919a33503c185f9a59ce6fbda4", + "hash": "5104645acf2b4631e0de0d5a9ce37ce0", "highlights": [] }, { - "title": "Leicester facile, Newcastle saute, Chelsea régale", - "description": "Ils étaient 10 clubs de Premier League au départ de cette journée de FA Cup, ils ne sont désormais plus que 7. 18 écuries pensionnaires de Championship participaient aux 32e de finale…", - "content": "Ils étaient 10 clubs de Premier League au départ de cette journée de FA Cup, ils ne sont désormais plus que 7. 18 écuries pensionnaires de Championship participaient aux 32e de finale…", + "title": "Pronostic Malawi Zimbabwe : Analyse, cotes et pronostic du match de la CAN 2022", + "description": "

    Le Malawi et le Zimbabwe ne savent plus gagner

    \n
    \nMatch entre la 129e et la 121e nation au classement de FIFA ce vendredi. Deux…
    ", + "content": "

    Le Malawi et le Zimbabwe ne savent plus gagner

    \n
    \nMatch entre la 129e et la 121e nation au classement de FIFA ce vendredi. Deux…
    ", "category": "", - "link": "https://www.sofoot.com/leicester-facile-newcastle-saute-chelsea-regale-509245.html", + "link": "https://www.sofoot.com/pronostic-malawi-zimbabwe-analyse-cotes-et-pronostic-du-match-de-la-can-2022-509445.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T20:07:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-leicester-facile-newcastle-saute-chelsea-regale-1641667063_x600_articles-alt-509245.jpg", + "pubDate": "2022-01-13T08:56:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-malawi-zimbabwe-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1642065342_x600_articles-509445.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-leicester-facile-newcastle-saute-chelsea-regale-1641667063_x600_articles-alt-509245.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-malawi-zimbabwe-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1642065342_x600_articles-509445.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93662,20 +95708,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2c9919231551e4e1d6222f3cf571fa0", + "hash": "e721114b9c2a2434e189a668b7d85280", "highlights": [] }, { - "title": "En direct : Lens - Rennes", - "description": "9' : Les frappes de Majer sont trop frustrantes, c'est récurrent. Comme l'impression qu'il ne ...", - "content": "9' : Les frappes de Majer sont trop frustrantes, c'est récurrent. Comme l'impression qu'il ne ...", + "title": "Cristiano Ronaldo n'est pas revenu à Manchester United pour \"se battre pour la sixième ou cinquième place\"", + "description": "Cristiano avait des choses à dire.
    \n
    \nUne interview de Cristiano Ronaldo


    ", + "content": "Cristiano avait des choses à dire.
    \n
    \nUne interview de Cristiano Ronaldo


    ", "category": "", - "link": "https://www.sofoot.com/en-direct-lens-rennes-509254.html", + "link": "https://www.sofoot.com/cristiano-ronaldo-n-est-pas-revenu-a-manchester-united-pour-se-battre-pour-la-sixieme-ou-cinquieme-place-509441.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-lens-rennes-1641668613_x600_articles-509254.jpg", + "pubDate": "2022-01-13T08:50:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-cristiano-ronaldo-n-est-pas-revenu-a-manchester-united-pour-se-battre-pour-la-sixieme-ou-cinquieme-place-1642061840_x600_articles-509441.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-en-direct-lens-rennes-1641668613_x600_articles-509254.jpg", + "image": "https://www.sofoot.com/IMG/img-cristiano-ronaldo-n-est-pas-revenu-a-manchester-united-pour-se-battre-pour-la-sixieme-ou-cinquieme-place-1642061840_x600_articles-509441.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93684,20 +95730,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f47e30383f6e3d9372a468f727cc2f9", + "hash": "e9e0d21d8d679eac891f3e9fe28f9d09", "highlights": [] }, { - "title": "Dortmund renverse l'Eintract Francfort au terme d'un match fou", - "description": "

    ", - "content": "

    ", + "title": "CAN 2021 : Une insolation pour Janny Sikazwe, l'arbitre de Tunisie-Mali ?", + "description": "\"J'ai attrapé un coup de soleil...\"
    \n
    \n


    ", + "content": "\"J'ai attrapé un coup de soleil...\"
    \n
    \n


    ", "category": "", - "link": "https://www.sofoot.com/dortmund-renverse-l-eintract-francfort-au-terme-d-un-match-fou-509249.html", + "link": "https://www.sofoot.com/can-2021-une-insolation-pour-janny-sikazwe-l-arbitre-de-tunisie-mali-509443.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T19:28:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-dortmund-renverse-l-eintract-francfort-au-terme-d-un-match-fou-1641670013_x600_articles-509249.jpg", + "pubDate": "2022-01-13T08:42:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-can-2021-une-insolation-pour-janny-sikazwe-l-arbitre-de-tunisie-mali-1642067131_x600_articles-alt-509443.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-dortmund-renverse-l-eintract-francfort-au-terme-d-un-match-fou-1641670013_x600_articles-509249.jpg", + "image": "https://www.sofoot.com/IMG/img-can-2021-une-insolation-pour-janny-sikazwe-l-arbitre-de-tunisie-mali-1642067131_x600_articles-alt-509443.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93706,20 +95752,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "979279436e9b2a99d923990e093c994e", + "hash": "0477694e9206f2045fe19b2652357494", "highlights": [] }, { - "title": "Le Barça tenu en échec à Grenade", - "description": "

    ", - "content": "

    ", + "title": "Pronostic Sénégal Guinée : Analyse, cotes et pronostic du match de la CAN 2022", + "description": "

    Le Sénégal fait un grand pas vers la qualif' face à la Guinée

    \n
    \nLe Sénégal fait partie des grands favoris au titre lors de cette Coupe d'Afrique…
    ", + "content": "

    Le Sénégal fait un grand pas vers la qualif' face à la Guinée

    \n
    \nLe Sénégal fait partie des grands favoris au titre lors de cette Coupe d'Afrique…
    ", "category": "", - "link": "https://www.sofoot.com/le-barca-tenu-en-echec-a-grenade-509250.html", + "link": "https://www.sofoot.com/pronostic-senegal-guinee-analyse-cotes-et-pronostic-du-match-de-la-can-2022-509432.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T19:27:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-barca-tenu-en-echec-a-grenade-1641670721_x600_articles-509250.jpg", + "pubDate": "2022-01-13T08:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-senegal-guinee-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1642064192_x600_articles-509432.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-barca-tenu-en-echec-a-grenade-1641670721_x600_articles-509250.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-senegal-guinee-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1642064192_x600_articles-509432.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93728,20 +95774,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "488f5169f94700d2748e423906a75c68", + "hash": "273c68489318dd09e6f44f0fb7a4c4de", "highlights": [] }, { - "title": "Hoffenheim nouveau troisième, Nkunku régale avec Leipzig", - "description": "La course au top 4 bat son plein en Bundesliga. Et le vainqueur de l'après-midi se nomme Hoffenheim, désormais troisième au bénéfice de sa victoire sur Augsbourg (3-1). Le TSG profite des faux pas de Fribourg et Leverkusen, accrochés respectivement par Bielefeld (2-2) et l'Union Berlin (2-2). Leipzig peut encore y croire puisque sa démonstration contre Mayence lui permet de revenir à cinq points du quatrième (4-1). Christopher Nkunku a fait le show en inscrivant un but et en offrant deux passes décisives. En bas de tableau, Stuttgart et Greuther Fürth n'ont pas pu se départager (0-0).

    ", - "content": "

    ", + "title": "Mehdi Zerkane (Girondins de Bordeaux) se défend face aux rumeurs ", + "description": "Mehdi Zerkane tape du poing sur la table.
    \n
    \nVia un message posté sur les réseaux sociaux, le milieu bordelais s'est défendu face aux rumeurs qui circulaient sur lui. L'international…

    ", + "content": "Mehdi Zerkane tape du poing sur la table.
    \n
    \nVia un message posté sur les réseaux sociaux, le milieu bordelais s'est défendu face aux rumeurs qui circulaient sur lui. L'international…

    ", "category": "", - "link": "https://www.sofoot.com/hoffenheim-nouveau-troisieme-nkunku-regale-avec-leipzig-509207.html", + "link": "https://www.sofoot.com/mehdi-zerkane-girondins-de-bordeaux-se-defend-face-aux-rumeurs-509430.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T16:35:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-hoffenheim-nouveau-troisieme-nkunku-regale-avec-leipzig-1641659475_x600_articles-509207.jpg", + "pubDate": "2022-01-13T08:14:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-mehdi-zerkane-girondins-de-bordeaux-se-defend-face-aux-rumeurs-1642061538_x600_articles-509430.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-hoffenheim-nouveau-troisieme-nkunku-regale-avec-leipzig-1641659475_x600_articles-509207.jpg", + "image": "https://www.sofoot.com/IMG/img-mehdi-zerkane-girondins-de-bordeaux-se-defend-face-aux-rumeurs-1642061538_x600_articles-509430.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93750,20 +95796,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "55a7e2dd3971b664bcd7f77b62ef2f80", + "hash": "57e1e98e200256d55fde97af1e5750c6", "highlights": [] }, { - "title": "Pour la première fois de la saison, Levante remporte un match de championnat", - "description": "Comme quoi, rien n'est impossible.
    \n
    \nPour la première fois de la saison, les joueurs de Levante sont ceux qui ont glané les trois points à l'issue d'un match de championnat. Ils…

    ", - "content": "Comme quoi, rien n'est impossible.
    \n
    \nPour la première fois de la saison, les joueurs de Levante sont ceux qui ont glané les trois points à l'issue d'un match de championnat. Ils…

    ", + "title": "Poussé dehors par les Girondins de Bordeaux, Laurent Koscielny prend \"un bon poing dans le visage\"", + "description": "Kos' toujours.
    \n
    \nLaurent Koscielny va quitter Bordeaux. Alors que


    ", + "content": "Kos' toujours.
    \n
    \nLaurent Koscielny va quitter Bordeaux. Alors que


    ", "category": "", - "link": "https://www.sofoot.com/pour-la-premiere-fois-de-la-saison-levante-remporte-un-match-de-championnat-509246.html", + "link": "https://www.sofoot.com/pousse-dehors-par-les-girondins-de-bordeaux-laurent-koscielny-prend-un-bon-poing-dans-le-visage-509442.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T15:54:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pour-la-premiere-fois-de-la-saison-levante-remporte-un-match-de-championnat-1641657119_x600_articles-509246.jpg", + "pubDate": "2022-01-13T08:06:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pousse-dehors-par-les-girondins-de-bordeaux-laurent-koscielny-prend-un-bon-poing-dans-le-visage-1642060911_x600_articles-509442.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pour-la-premiere-fois-de-la-saison-levante-remporte-un-match-de-championnat-1641657119_x600_articles-509246.jpg", + "image": "https://www.sofoot.com/IMG/img-pousse-dehors-par-les-girondins-de-bordeaux-laurent-koscielny-prend-un-bon-poing-dans-le-visage-1642060911_x600_articles-509442.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93772,20 +95818,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3925ed19ab547abf1558a1e295c12d6", + "hash": "b2b67631ba1b22ca9e9811f957e511e4", "highlights": [] }, { - "title": "Sochaux punit Le Havre et recolle au podium", - "description": "

    ", - "content": "

    ", + "title": "Pronostic Brighton Crystal Palace : Analyse, cotes et pronostic du match de Premier League", + "description": "

    Brighton solide face à Crystal Palace

    \n
    \nLa 22e journée de Premier League débute avec une affiche intéressante entre Brighton et Crystal…
    ", + "content": "

    Brighton solide face à Crystal Palace

    \n
    \nLa 22e journée de Premier League débute avec une affiche intéressante entre Brighton et Crystal…
    ", "category": "", - "link": "https://www.sofoot.com/sochaux-punit-le-havre-et-recolle-au-podium-509242.html", + "link": "https://www.sofoot.com/pronostic-brighton-crystal-palace-analyse-cotes-et-pronostic-du-match-de-premier-league-509436.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T15:52:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-sochaux-punit-le-havre-et-recolle-au-podium-1641657179_x600_articles-509242.jpg", + "pubDate": "2022-01-13T07:48:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-brighton-crystal-palace-analyse-cotes-et-pronostic-du-match-de-premier-league-1642011042_x600_articles-509436.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-sochaux-punit-le-havre-et-recolle-au-podium-1641657179_x600_articles-509242.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-brighton-crystal-palace-analyse-cotes-et-pronostic-du-match-de-premier-league-1642011042_x600_articles-509436.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93794,20 +95840,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb60aeb932396f898b16ffb788f18c13", + "hash": "c583d519d2e6053ba348cb3f680a1fe2", "highlights": [] }, { - "title": "Lorenzo Insigne rejoint le Toronto FC", - "description": "De la pizza à la poutine.
    \n
    \nComme pressenti depuis quelques jours, Lorenzo Insigne va quitter Naples, après y avoir passé l'ensemble de sa carrière. En fin de contrat l'été…

    ", - "content": "De la pizza à la poutine.
    \n
    \nComme pressenti depuis quelques jours, Lorenzo Insigne va quitter Naples, après y avoir passé l'ensemble de sa carrière. En fin de contrat l'été…

    ", + "title": "Alors, à quoi rime cette société commerciale de la LFP ?", + "description": "En partie réévalué et modifié par le Sénat début janvier, l'amendement permettant la création d'une société commerciale affiliée à la LFP sera réexaminé les 18 et 19 janvier en séance publique. L'idée ? Vendre pour 1,5 milliard d'euros 10 à 20% des parts de la future structure à un fonds d'investissement, dont l'expertise permettrait théoriquement de mieux commercialiser les droits TV du foot français. De quoi soulager dans l'immédiat la dette des clubs hexagonaux, mais aussi peut-être exposer le championnat de France à de nouveaux risques et incertitudes, dans les années à venir.Vincent Labrune n'est sans doute plus le bienvenu à Ljubljana. Auditionné début décembre par le Sénat, le président de la ligue avait dû se résoudre à une comparaison peu flatteuse pour la…", + "content": "Vincent Labrune n'est sans doute plus le bienvenu à Ljubljana. Auditionné début décembre par le Sénat, le président de la ligue avait dû se résoudre à une comparaison peu flatteuse pour la…", "category": "", - "link": "https://www.sofoot.com/lorenzo-insigne-rejoint-le-toronto-fc-509244.html", + "link": "https://www.sofoot.com/alors-a-quoi-rime-cette-societe-commerciale-de-la-lfp-509412.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T15:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lorenzo-insigne-rejoint-le-toronto-fc-1641656329_x600_articles-509244.jpg", + "pubDate": "2022-01-13T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-alors-a-quoi-rime-cette-societe-commerciale-de-la-lfp-1642003873_x600_articles-alt-509412.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-lorenzo-insigne-rejoint-le-toronto-fc-1641656329_x600_articles-509244.jpg", + "image": "https://www.sofoot.com/IMG/img-alors-a-quoi-rime-cette-societe-commerciale-de-la-lfp-1642003873_x600_articles-alt-509412.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93816,64 +95862,64 @@ "favorite": false, "created": false, "tags": [], - "hash": "062569fe78045678c9353e3517a87139", + "hash": "903eb7aae578786c968f339d2ef25be3", "highlights": [] }, { - "title": "Quand Ocampos chambre Koundé après la victoire de l'OM contre Bordeaux", - "description": "On a des nouvelles de Diego Rolán ?
    \n
    \nAprès 44 ans de défaites et de matchs nuls en terres girondines,
    ", - "content": "On a des nouvelles de Diego Rolán ?
    \n
    \nAprès 44 ans de défaites et de matchs nuls en terres girondines,
    ", + "title": "Et si Kylian Mbappé avait choisi le Cameroun...", + "description": "Son père étant noué à Douala, Kylian Mbappé aurait pu choisir de représenter les Lions indomptables. Il y a quelques années, le clan Mbappé avait d'ailleurs échangé avec la fédération camerounaise, sans que les discussions aboutissent. Dans un monde parallèle, l'atout majeur du PSG a néanmoins dit oui à la Fecafoot. Tant mieux pour le Cameroun, qui aborde \"sa\" Coupe d'Afrique des nations en tant que double tenant du titre. Tant pis pour l'équipe de France, Emmanuel Macron et Eric Maxim Choupo-Moting.16 mars 2017. Au lendemain de
    la qualification de l'AS Monaco pour les quarts de finale de la Ligue des champions, Didier Deschamps a…", + "content": "16 mars 2017. Au lendemain de la qualification de l'AS Monaco pour les quarts de finale de la Ligue des champions, Didier Deschamps a…", "category": "", - "link": "https://www.sofoot.com/quand-ocampos-chambre-kounde-apres-la-victoire-de-l-om-contre-bordeaux-509243.html", + "link": "https://www.sofoot.com/et-si-kylian-mbappe-avait-choisi-le-cameroun-509317.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T14:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-quand-ocampos-chambre-kounde-apres-la-victoire-de-l-om-contre-bordeaux-1641652592_x600_articles-509243.jpg", + "pubDate": "2022-01-13T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-et-si-kylian-mbappe-avait-choisi-le-cameroun-1641903798_x600_articles-alt-509317.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-quand-ocampos-chambre-kounde-apres-la-victoire-de-l-om-contre-bordeaux-1641652592_x600_articles-509243.jpg", + "image": "https://www.sofoot.com/IMG/img-et-si-kylian-mbappe-avait-choisi-le-cameroun-1641903798_x600_articles-alt-509317.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "236873a825ecfd907ee2ac86897a9fd4", + "hash": "89667aeb17702842da5cd63fb12b1c0b", "highlights": [] }, { - "title": "Bertrand Traoré et le Burkina Faso parlent de \"scandale\" après une série de tests positifs ", - "description": "Ça commence bien !
    \n
    \nPour donner le coup d'envoi de cette CAN 2022, le Burkina Faso va défier le pays hôte, le Cameroun, ce dimanche. Une rencontre rendue particulière par le…

    ", - "content": "Ça commence bien !
    \n
    \nPour donner le coup d'envoi de cette CAN 2022, le Burkina Faso va défier le pays hôte, le Cameroun, ce dimanche. Une rencontre rendue particulière par le…

    ", + "title": "Caoimhín Kelleher, ça commence", + "description": "C'est bien connu, quand le chat n'est pas là, les souris dansent. Et à ce jeu-là, c'est Caoimhín Kelleher qui fait le show à Liverpool, chaque fois qu'Alisson n'est pas de la partie. Bourreau de Leicester en quarts de finale de la Carabao Cup cette saison, récemment décisif contre Chelsea, le jeune portier irlandais surprend son monde à chaque apparition sous la tunique rouge. Et pourtant, Kelleher n'était pas destiné à camper devant sa ligne. Retour sur les débuts d'un portier très prometteur, voué à réussir en véritable numéro 9.
    ", + "content": "
    ", "category": "", - "link": "https://www.sofoot.com/bertrand-traore-et-le-burkina-faso-parlent-de-scandale-apres-une-serie-de-tests-positifs-509241.html", + "link": "https://www.sofoot.com/caoimhin-kelleher-ca-commence-509126.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T14:03:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bertrand-traore-et-le-burkina-faso-parlent-de-scandale-apres-une-serie-de-tests-positifs-1641650586_x600_articles-509241.jpg", + "pubDate": "2022-01-13T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-caoimhin-kelleher-ca-commence-1641993507_x600_articles-alt-509126.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-bertrand-traore-et-le-burkina-faso-parlent-de-scandale-apres-une-serie-de-tests-positifs-1641650586_x600_articles-509241.jpg", + "image": "https://www.sofoot.com/IMG/img-caoimhin-kelleher-ca-commence-1641993507_x600_articles-alt-509126.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "d5038271de2252aefeb4b7abd032fc09", + "hash": "b0e61a0b6fc89c6da6762a9b3fa8508a", "highlights": [] }, { - "title": "Messi forfait pour le déplacement à Lyon", - "description": "Tout ce tintouin juste pour éviter de croiser la route de Jérôme Boateng.
    \n
    \nPour son déplacement à Lyon dimanche, le PSG devra faire sans Leo Messi. Le club de la capitale a confirmé…

    ", - "content": "Tout ce tintouin juste pour éviter de croiser la route de Jérôme Boateng.
    \n
    \nPour son déplacement à Lyon dimanche, le PSG devra faire sans Leo Messi. Le club de la capitale a confirmé…

    ", + "title": "L'Inter couche la Juve sur le gong et soulève la Coupe d'Italie", + "description": "Dominée, secouée, mais exemplaire derrière, la Juve a fini par craquer à la 121e minute de jeu face aux Nerazzurri. La faute à un pion d'Alexis Sánchez, qui permet à l'Inter de soulever au bout de la nuit la sixième Supercoupe d'Italie de son histoire (2-1).

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/messi-forfait-pour-le-deplacement-a-lyon-509240.html", + "link": "https://www.sofoot.com/l-inter-couche-la-juve-sur-le-gong-et-souleve-la-coupe-d-italie-509435.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T13:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-messi-forfait-pour-le-deplacement-a-lyon-1641649035_x600_articles-509240.jpg", + "pubDate": "2022-01-12T22:49:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-inter-couche-la-juve-sur-le-gong-et-souleve-la-coupe-d-italie-1642027731_x600_articles-alt-509435.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-messi-forfait-pour-le-deplacement-a-lyon-1641649035_x600_articles-509240.jpg", + "image": "https://www.sofoot.com/IMG/img-l-inter-couche-la-juve-sur-le-gong-et-souleve-la-coupe-d-italie-1642027731_x600_articles-alt-509435.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93882,20 +95928,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9d2036fb8c21560ed971b42298ac0df", + "hash": "eea37225d0b621761e03f3f488ba86e2", "highlights": [] }, { - "title": "Nicolas Pallois : \"Tout le monde dit que je suis un bourrin\"", - "description": "La Pallois du plus fort.
    \n
    \nSi le FC Nantes pointe aujourd'hui au septième rang de la Ligue 1, c'est en grande partie grâce à sa défense. Les Canaris n'ont encaissé que 23 buts après…

    ", - "content": "La Pallois du plus fort.
    \n
    \nSi le FC Nantes pointe aujourd'hui au septième rang de la Ligue 1, c'est en grande partie grâce à sa défense. Les Canaris n'ont encaissé que 23 buts après…

    ", + "title": "Chelsea croque Tottenham et file en finale ", + "description": "Ultra-dominés lors de la demi-finale aller il y a une semaine à Stamford Bridge, les Spurs n'ont pas vraiment su monter le curseur pour espérer renverser la vapeur et s'inclinent 1-0. Les portes de Wembley s'ouvrent au Chelsea de Thomas Tuchel.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/nicolas-pallois-tout-le-monde-dit-que-je-suis-un-bourrin-509237.html", + "link": "https://www.sofoot.com/chelsea-croque-tottenham-et-file-en-finale-509439.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T11:39:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-nicolas-pallois-tout-le-monde-dit-que-je-suis-un-bourrin-1641641517_x600_articles-509237.jpg", + "pubDate": "2022-01-12T21:50:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-chelsea-croque-tottenham-et-file-en-finale-1642023629_x600_articles-alt-509439.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-nicolas-pallois-tout-le-monde-dit-que-je-suis-un-bourrin-1641641517_x600_articles-509237.jpg", + "image": "https://www.sofoot.com/IMG/img-chelsea-croque-tottenham-et-file-en-finale-1642023629_x600_articles-alt-509439.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93904,42 +95950,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccda0b93e2894cac85a69a699e6b9017", + "hash": "fbe8cbeba8dae8b72124bd1ba3c1f4af", "highlights": [] }, { - "title": "Quand Jamal Musiala joue avec un maillot floqué Tolisso", - "description": "Le Bayern a tout fait à l'envers vendredi.
    \n
    \nLe Rekordmeister a concédé sa troisième défaite de la saison en championnat à l'occasion de
    ", - "content": "Le Bayern a tout fait à l'envers vendredi.
    \n
    \nLe Rekordmeister a concédé sa troisième défaite de la saison en championnat à l'occasion de
    ", + "title": "Le Real Madrid assomme le Barça au bout de la prolongation", + "description": "Du spectacle, du rythme et des Français remuants : le 248e Clásico de l'histoire a accouché d'un match superbe, remporté par le Real Madrid au bout de 120 minutes de jeu. Le duo Vinícius - Karim Benzema a porté la Maison-Blanche dans ce combat haletant. Le FC Barcelone quitte la Supercoupe d'Espagne aux portes de la finale, mais avec la tête haute, en ayant montré un visage autrement plus convaincant qu'en championnat dernièrement.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/quand-jamal-musiala-joue-avec-un-maillot-floque-tolisso-509236.html", + "link": "https://www.sofoot.com/le-real-madrid-assomme-le-barca-au-bout-de-la-prolongation-509385.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T11:07:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-quand-jamal-musiala-joue-avec-un-maillot-floque-tolisso-1641640496_x600_articles-509236.jpg", + "pubDate": "2022-01-12T21:34:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-real-madrid-assomme-le-barca-au-bout-de-la-prolongation-1642022954_x600_articles-alt-509385.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-quand-jamal-musiala-joue-avec-un-maillot-floque-tolisso-1641640496_x600_articles-509236.jpg", + "image": "https://www.sofoot.com/IMG/img-le-real-madrid-assomme-le-barca-au-bout-de-la-prolongation-1642022954_x600_articles-alt-509385.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "68266a68cdf2099d498f403c0644e64c", + "hash": "5a0af3c363d0fc4c22d93122ce26d6df", "highlights": [] }, { - "title": "Antonio Conte : \"Pour Christian Eriksen, la porte est toujours ouverte\"", - "description": "Et si Christian Eriksen revenait à Tottenham ?
    \n
    \nLe souvenir de son malaise désormais derrière lui, Christian Eriksen a renoué avec le ballon. Son objectif :
    ", - "content": "Et si Christian Eriksen revenait à Tottenham ?
    \n
    \nLe souvenir de son malaise désormais derrière lui, Christian Eriksen a renoué avec le ballon. Son objectif :
    ", + "title": "La Côte d'Ivoire fait le travail face à la Guinée équatoriale", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/antonio-conte-pour-christian-eriksen-la-porte-est-toujours-ouverte-509235.html", + "link": "https://www.sofoot.com/la-cote-d-ivoire-fait-le-travail-face-a-la-guinee-equatoriale-509440.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T10:51:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-antonio-conte-pour-christian-eriksen-la-porte-est-toujours-ouverte-1641638270_x600_articles-509235.jpg", + "pubDate": "2022-01-12T20:57:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-cote-d-ivoire-fait-le-travail-face-a-la-guinee-equatoriale-1642018579_x600_articles-509440.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-antonio-conte-pour-christian-eriksen-la-porte-est-toujours-ouverte-1641638270_x600_articles-509235.jpg", + "image": "https://www.sofoot.com/IMG/img-la-cote-d-ivoire-fait-le-travail-face-a-la-guinee-equatoriale-1642018579_x600_articles-509440.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93948,20 +95994,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "20546a6accda8b0b02a8f1eab4b5804e", + "hash": "e39d69d3d6d3e9b7afcf577500bbbb14", "highlights": [] }, { - "title": "Pour Rafa Benítez, Lucas Digne \"s'inquiète de ses statistiques\"", - "description": "Le syndrome Opta.
    \n
    \nEn instance de départ, Lucas Digne n'a plus joué un match avec Everton depuis le 1er décembre.
    ", - "content": "Le syndrome Opta.
    \n
    \nEn instance de départ, Lucas Digne n'a plus joué un match avec Everton depuis le 1er décembre.
    ", + "title": "En direct : Inter - Juventus", + "description": "45' : Alors qu'on part visiblement sur des prolongations à la fenêtre d'à ...", + "content": "45' : Alors qu'on part visiblement sur des prolongations à la fenêtre d'à ...", "category": "", - "link": "https://www.sofoot.com/pour-rafa-benitez-lucas-digne-s-inquiete-de-ses-statistiques-509234.html", + "link": "https://www.sofoot.com/en-direct-inter-juventus-509438.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T10:19:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pour-rafa-benitez-lucas-digne-s-inquiete-de-ses-statistiques-1641637083_x600_articles-509234.jpg", + "pubDate": "2022-01-12T19:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-inter-juventus-1642019670_x600_articles-alt-509438.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pour-rafa-benitez-lucas-digne-s-inquiete-de-ses-statistiques-1641637083_x600_articles-509234.jpg", + "image": "https://www.sofoot.com/IMG/img-en-direct-inter-juventus-1642019670_x600_articles-alt-509438.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93970,20 +96016,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d3da37718935004983e9e2481bae1a9", + "hash": "bde9ea18658a94cd5f700c20cff9eca4", "highlights": [] }, { - "title": "Pronostic Ethiopie Cap Vert : Analyse, cotes et prono du match de la CAN 2022", - "description": "

    Le Cap Vert confirme ses progrès face à l'Ethiopie

    \n
    \n137e nation au classement de FIFA, l'Ethiopie ne fait clairement pas partie des favoris…
    ", - "content": "

    Le Cap Vert confirme ses progrès face à l'Ethiopie

    \n
    \n137e nation au classement de FIFA, l'Ethiopie ne fait clairement pas partie des favoris…
    ", + "title": "En direct : Barcelone - Real Madrid ", + "description": "91' : Et moi qui me disais \"Ah cool le début de match à 20h, ça finira tôt comme ...", + "content": "91' : Et moi qui me disais \"Ah cool le début de match à 20h, ça finira tôt comme ...", "category": "", - "link": "https://www.sofoot.com/pronostic-ethiopie-cap-vert-analyse-cotes-et-prono-du-match-de-la-can-2022-509232.html", + "link": "https://www.sofoot.com/en-direct-barcelone-real-madrid-509434.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T09:57:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-ethiopie-cap-vert-analyse-cotes-et-prono-du-match-de-la-can-2022-1641637584_x600_articles-509232.jpg", + "pubDate": "2022-01-12T18:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-barcelone-real-madrid-1642010571_x600_articles-509434.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-ethiopie-cap-vert-analyse-cotes-et-prono-du-match-de-la-can-2022-1641637584_x600_articles-509232.jpg", + "image": "https://www.sofoot.com/IMG/img-en-direct-barcelone-real-madrid-1642010571_x600_articles-509434.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -93992,20 +96038,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "284d9088189ac0890c547d68e954a1d1", + "hash": "0aa6f868e6c56c98bccec74d1c046628", "highlights": [] }, { - "title": "Pronostic Cameroun Burkina Faso : Analyse, cotes et prono du match de la CAN 2022", - "description": "

    Cameroun - Burkina Faso : le pays hôte démarre bien

    \n
    \nComme le dernier Euro, la CAN 2021 se joue avec un an de retard, donc en 2022. Après de nombreux…
    ", - "content": "

    Cameroun - Burkina Faso : le pays hôte démarre bien

    \n
    \nComme le dernier Euro, la CAN 2021 se joue avec un an de retard, donc en 2022. Après de nombreux…
    ", + "title": "L'Atalanta évince tranquillement Venise", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-cameroun-burkina-faso-analyse-cotes-et-prono-du-match-de-la-can-2022-509230.html", + "link": "https://www.sofoot.com/l-atalanta-evince-tranquillement-venise-509401.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T09:52:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-cameroun-burkina-faso-analyse-cotes-et-prono-du-match-de-la-can-2022-1641633703_x600_articles-509230.jpg", + "pubDate": "2022-01-12T18:32:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-atalanta-evince-tranquillement-venise-1642012410_x600_articles-509401.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-cameroun-burkina-faso-analyse-cotes-et-prono-du-match-de-la-can-2022-1641633703_x600_articles-509230.jpg", + "image": "https://www.sofoot.com/IMG/img-l-atalanta-evince-tranquillement-venise-1642012410_x600_articles-509401.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94014,20 +96060,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c377ac2589f46197c89214dde9f724ef", + "hash": "7618c67b4471579af57cb9aeb5d3c899", "highlights": [] }, { - "title": "Une étude montre l'impact de la Covid-19 sur les passes réussies", - "description": "On tient peut-être l'explication de la boulette de Benoît Costil.
    \n
    \nThe Economist vient de…

    ", - "content": "On tient peut-être l'explication de la boulette de Benoît Costil.
    \n
    \nThe Economist vient de…

    ", + "title": "Succès historique de la Gambie face à la Mauritanie", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/une-etude-montre-l-impact-de-la-covid-19-sur-les-passes-reussies-509233.html", + "link": "https://www.sofoot.com/succes-historique-de-la-gambie-face-a-la-mauritanie-509433.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T09:50:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-une-etude-montre-l-impact-de-la-covid-19-sur-les-passes-reussies-1641635722_x600_articles-509233.jpg", + "pubDate": "2022-01-12T17:42:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-succes-historique-de-la-gambie-face-a-la-mauritanie-1642010192_x600_articles-509433.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-une-etude-montre-l-impact-de-la-covid-19-sur-les-passes-reussies-1641635722_x600_articles-509233.jpg", + "image": "https://www.sofoot.com/IMG/img-succes-historique-de-la-gambie-face-a-la-mauritanie-1642010192_x600_articles-509433.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94036,20 +96082,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "50ba7c3b3684907ba6d1d21fa729e9e5", + "hash": "6b3c6238bb321e3bf44e6f5d2920a509", "highlights": [] }, { - "title": "Pronostic West Ham Leeds : Analyse, cotes et prono du match de FA Cup", - "description": "

    West Ham passe l'obstacle Leeds

    \n
    \nDepuis l'arrivée de David Moyes, West Ham a passé un cap en Angleterre. L'an passé, la formation londonienne…
    ", - "content": "

    West Ham passe l'obstacle Leeds

    \n
    \nDepuis l'arrivée de David Moyes, West Ham a passé un cap en Angleterre. L'an passé, la formation londonienne…
    ", + "title": "Tunisie-Mali, la comédie de l'année", + "description": "Il aura donc fallu attendre dix matchs pour être témoin du plus grand moment de cette CAN 2021. La rencontre Tunisie-Mali qui se déroulait ce mercredi 12 janvier a été secouée par un épilogue inattendu. Des décisions pour le moins étranges, trois coups de sifflet finaux et un arbitre soupçonné de corruption par le passé. Décryptage d'une pièce de théâtre qui n'a pas fini de faire du bruit.Même avec des stades souvent vides, des rencontres toutes aussi soporifiques les unes que les autres et une période malheureusement bousculée par l'émancipation du coronavirus, cette CAN a le…", + "content": "Même avec des stades souvent vides, des rencontres toutes aussi soporifiques les unes que les autres et une période malheureusement bousculée par l'émancipation du coronavirus, cette CAN a le…", "category": "", - "link": "https://www.sofoot.com/pronostic-west-ham-leeds-analyse-cotes-et-prono-du-match-de-fa-cup-509154.html", + "link": "https://www.sofoot.com/tunisie-mali-la-comedie-de-l-annee-509428.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T09:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-west-ham-leeds-analyse-cotes-et-prono-du-match-de-fa-cup-1641465927_x600_articles-509154.jpg", + "pubDate": "2022-01-12T18:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tunisie-mali-la-comedie-de-l-annee-1642009722_x600_articles-509428.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-west-ham-leeds-analyse-cotes-et-prono-du-match-de-fa-cup-1641465927_x600_articles-509154.jpg", + "image": "https://www.sofoot.com/IMG/img-tunisie-mali-la-comedie-de-l-annee-1642009722_x600_articles-509428.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94058,20 +96104,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e55f16a82d445c460695f751daf4ba1", + "hash": "ea02e2380bda791b36acfdc2a3856b12", "highlights": [] }, { - "title": "L'Ajax réprimandé par le ministre néerlandais de la Santé", - "description": "Les règles sanitaires ? Quelles règles sanitaires ?
    \n
    \nNe reprenant la compétition que le 16 janvier à Utrecht, l'Ajax avait choisi de partir en stage au Portugal pour préparer la…

    ", - "content": "Les règles sanitaires ? Quelles règles sanitaires ?
    \n
    \nNe reprenant la compétition que le 16 janvier à Utrecht, l'Ajax avait choisi de partir en stage au Portugal pour préparer la…

    ", + "title": "Pronostic Borussia Dortmund Fribourg : Analyse, cotes et pronostic du match de Bundesliga", + "description": "

    Dortmund frappe fort face à Fribourg

    \n
    \nBattu pour sa dernière sortie de 2021 sur la pelouse de l'Hertha Berlin (3-2), Dortmund fonçait tout droit…
    ", + "content": "

    Dortmund frappe fort face à Fribourg

    \n
    \nBattu pour sa dernière sortie de 2021 sur la pelouse de l'Hertha Berlin (3-2), Dortmund fonçait tout droit…
    ", "category": "", - "link": "https://www.sofoot.com/l-ajax-reprimande-par-le-ministre-neerlandais-de-la-sante-509231.html", + "link": "https://www.sofoot.com/pronostic-borussia-dortmund-fribourg-analyse-cotes-et-pronostic-du-match-de-bundesliga-509431.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T09:08:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-ajax-reprimande-par-le-ministre-neerlandais-de-la-sante-1641633352_x600_articles-509231.jpg", + "pubDate": "2022-01-12T17:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-borussia-dortmund-fribourg-analyse-cotes-et-pronostic-du-match-de-bundesliga-1642009706_x600_articles-509431.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-l-ajax-reprimande-par-le-ministre-neerlandais-de-la-sante-1641633352_x600_articles-509231.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-borussia-dortmund-fribourg-analyse-cotes-et-pronostic-du-match-de-bundesliga-1642009706_x600_articles-509431.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94080,20 +96126,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a5db49a8585f75347d08c0217a29790", + "hash": "2a0fd640830f17e7caaa666a54a290b5", "highlights": [] }, { - "title": "Le Sporting n'est plus invaincu en championnat", - "description": "Santa Claus distribue des cadeaux, Santa Clara des claques.
    \n
    \nLe Sporting a mordu la poussière vendredi soir en ouverture de la 17e journée sur la pelouse de Santa Clara…

    ", - "content": "Santa Claus distribue des cadeaux, Santa Clara des claques.
    \n
    \nLe Sporting a mordu la poussière vendredi soir en ouverture de la 17e journée sur la pelouse de Santa Clara…

    ", + "title": "Pronostic Nice Nantes : Analyse, cotes et pronostic du match de Ligue 1", + "description": "

    Nice - Nantes : Les Aiglons maitrisent les Canaris

    \n
    \nEn ouverture de la 21e journée de Ligue 1, l'OGC Nice affronte le FC Nantes. Le club…
    ", + "content": "

    Nice - Nantes : Les Aiglons maitrisent les Canaris

    \n
    \nEn ouverture de la 21e journée de Ligue 1, l'OGC Nice affronte le FC Nantes. Le club…
    ", "category": "", - "link": "https://www.sofoot.com/le-sporting-n-est-plus-invaincu-en-championnat-509224.html", + "link": "https://www.sofoot.com/pronostic-nice-nantes-analyse-cotes-et-pronostic-du-match-de-ligue-1-509427.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T08:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-sporting-n-est-plus-invaincu-en-championnat-1641629999_x600_articles-509224.jpg", + "pubDate": "2022-01-12T17:19:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-nice-nantes-analyse-cotes-et-pronostic-du-match-de-ligue-1-1642008392_x600_articles-509427.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-sporting-n-est-plus-invaincu-en-championnat-1641629999_x600_articles-509224.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-nice-nantes-analyse-cotes-et-pronostic-du-match-de-ligue-1-1642008392_x600_articles-509427.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94102,20 +96148,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd3a41b75f3fd786fa44d8f79e73320e", + "hash": "b36717568161f1e0e6f0fd512b5573b4", "highlights": [] }, { - "title": "Pronostic Inter Lazio : Analyse, cotes et prono du match de Serie A", - "description": "

    L'Inter en champion face à la Lazio

    \n
    \nChampion d'Italie en titre, l'Inter réalise un excellent début de saison. D'une part, les Nerazzurri ont…
    ", - "content": "

    L'Inter en champion face à la Lazio

    \n
    \nChampion d'Italie en titre, l'Inter réalise un excellent début de saison. D'une part, les Nerazzurri ont…
    ", + "title": "Triple erreur d'hymne lors de Mauritanie-Gambie", + "description": "Décidément, ils se sont tous donné le mot aujourd'hui.
    \n
    \nQuelques heures à peine après que
    ", + "content": "Décidément, ils se sont tous donné le mot aujourd'hui.
    \n
    \nQuelques heures à peine après que
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-inter-lazio-analyse-cotes-et-prono-du-match-de-serie-a-509192.html", + "link": "https://www.sofoot.com/triple-erreur-d-hymne-lors-de-mauritanie-gambie-509422.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T08:25:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-inter-lazio-analyse-cotes-et-prono-du-match-de-serie-a-1641547178_x600_articles-509192.jpg", + "pubDate": "2022-01-12T17:17:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-triple-erreur-d-hymne-lors-de-mauritanie-gambie-1642008712_x600_articles-509422.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-inter-lazio-analyse-cotes-et-prono-du-match-de-serie-a-1641547178_x600_articles-509192.jpg", + "image": "https://www.sofoot.com/IMG/img-triple-erreur-d-hymne-lors-de-mauritanie-gambie-1642008712_x600_articles-509422.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94124,42 +96170,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0c1593e1219ab49dc261dc490701b8d", + "hash": "48c0128c0cbb16b44f34083710fe4c4b", "highlights": [] }, { - "title": "Pronostic Roma Juventus : Analyse, cotes et prono du match de Serie A", - "description": "

    La Juve va chercher un résultat face à la Roma

    \n
    \nA mi-saison, le bilan de la Roma sous les ordres de José Mourinho est loin d'atteindre les ambitions…
    ", - "content": "

    La Juve va chercher un résultat face à la Roma

    \n
    \nA mi-saison, le bilan de la Roma sous les ordres de José Mourinho est loin d'atteindre les ambitions…
    ", + "title": "Riyad Mahrez disponible sur la plateforme de trading Royaltiz", + "description": "C'est désormais au tour des joueurs d'être cotés en bourse.
    \n
    \nDans un communiqué de presse, la plateforme de trading Royaltiz annonce que l'ailier de Manchester City Riyad Mahrez…

    ", + "content": "C'est désormais au tour des joueurs d'être cotés en bourse.
    \n
    \nDans un communiqué de presse, la plateforme de trading Royaltiz annonce que l'ailier de Manchester City Riyad Mahrez…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-roma-juventus-analyse-cotes-et-prono-du-match-de-serie-a-509191.html", + "link": "https://www.sofoot.com/riyad-mahrez-disponible-sur-la-plateforme-de-trading-royaltiz-509420.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T08:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-roma-juventus-analyse-cotes-et-prono-du-match-de-serie-a-1641546977_x600_articles-509191.jpg", + "pubDate": "2022-01-12T17:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-riyad-mahrez-disponible-sur-la-plateforme-de-trading-royaltiz-1642003181_x600_articles-509420.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-roma-juventus-analyse-cotes-et-prono-du-match-de-serie-a-1641546977_x600_articles-509191.jpg", + "image": "https://www.sofoot.com/IMG/img-riyad-mahrez-disponible-sur-la-plateforme-de-trading-royaltiz-1642003181_x600_articles-509420.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "0b1efee641ee196e08995b9803f24def", + "hash": "d2d6e9e09f4196f7ef83a2d96d1fc414", "highlights": [] }, { - "title": "Roger Milla accuse les pays du Maghreb de \"mettre le bordel\" en Afrique", - "description": "En plein dans le Milla.
    \n
    \nLa 33e édition de la Coupe d'Afrique des Nations est sur le point de démarrer au Cameroun. Le coup d'envoi de la compétition sera donné ce dimanche…

    ", - "content": "En plein dans le Milla.
    \n
    \nLa 33e édition de la Coupe d'Afrique des Nations est sur le point de démarrer au Cameroun. Le coup d'envoi de la compétition sera donné ce dimanche…

    ", + "title": "Massadio Haïdara n'a pas compris la fin du match Mali-Tunisie", + "description": "Comme dirait Thierry Henry : \" Bizarre \"
    \n
    \nLe défenseur malien Massadio Haïdara n'a lui non plus pas compris
    ", + "content": "Comme dirait Thierry Henry : \" Bizarre \"
    \n
    \nLe défenseur malien Massadio Haïdara n'a lui non plus pas compris
    ", "category": "", - "link": "https://www.sofoot.com/roger-milla-accuse-les-pays-du-maghreb-de-mettre-le-bordel-en-afrique-509229.html", + "link": "https://www.sofoot.com/massadio-haidara-n-a-pas-compris-la-fin-du-match-mali-tunisie-509426.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T08:09:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-roger-milla-accuse-les-pays-du-maghreb-de-mettre-le-bordel-en-afrique-1641629539_x600_articles-509229.jpg", + "pubDate": "2022-01-12T16:56:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-massadio-haidara-n-a-pas-compris-la-fin-du-match-mali-tunisie-1642007588_x600_articles-509426.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-roger-milla-accuse-les-pays-du-maghreb-de-mettre-le-bordel-en-afrique-1641629539_x600_articles-509229.jpg", + "image": "https://www.sofoot.com/IMG/img-massadio-haidara-n-a-pas-compris-la-fin-du-match-mali-tunisie-1642007588_x600_articles-509426.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94168,20 +96214,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7129e2715d4448b43b3432529953bde2", + "hash": "02e919f913c43169bf0f21f6eb032617", "highlights": [] }, { - "title": "Pronostic Nantes Monaco : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Monaco passe la vitesse supérieure face à Nantes

    \n
    \nDans le dur la saison dernière, Nantes s'en était sorti en passant par la petite porte. En effet,…
    ", - "content": "

    Monaco passe la vitesse supérieure face à Nantes

    \n
    \nDans le dur la saison dernière, Nantes s'en était sorti en passant par la petite porte. En effet,…
    ", + "title": "Cholet n'a plus joué en National depuis le 4 décembre", + "description": "Et de trois !
    \n
    \nDepuis leur match nul 1-1 face à Avranches le 4 décembre, le SO Cholet n'a plus joué un seul match de National. Et ce n'est pas ce week-end que ça va changer. Le…

    ", + "content": "Et de trois !
    \n
    \nDepuis leur match nul 1-1 face à Avranches le 4 décembre, le SO Cholet n'a plus joué un seul match de National. Et ce n'est pas ce week-end que ça va changer. Le…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-nantes-monaco-analyse-cotes-et-prono-du-match-de-ligue-1-509153.html", + "link": "https://www.sofoot.com/cholet-n-a-plus-joue-en-national-depuis-le-4-decembre-509423.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T07:25:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-nantes-monaco-analyse-cotes-et-prono-du-match-de-ligue-1-1641465739_x600_articles-509153.jpg", + "pubDate": "2022-01-12T16:28:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-cholet-n-a-plus-joue-en-national-depuis-le-4-decembre-1642006532_x600_articles-509423.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-nantes-monaco-analyse-cotes-et-prono-du-match-de-ligue-1-1641465739_x600_articles-509153.jpg", + "image": "https://www.sofoot.com/IMG/img-cholet-n-a-plus-joue-en-national-depuis-le-4-decembre-1642006532_x600_articles-509423.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94190,20 +96236,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "afa766f703e74d7d59fc5a9842854f77", + "hash": "3afc9890492fd7e7f7ab51f925be6e3d", "highlights": [] }, { - "title": "Pronostic Metz Strasbourg : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Le derby entre Metz et Strasbourg tourne en faveur des Alsaciens

    \n
    \nAprès avoir réalisé une excellente saison dernière en atteignant rapidement son…
    ", - "content": "

    Le derby entre Metz et Strasbourg tourne en faveur des Alsaciens

    \n
    \nAprès avoir réalisé une excellente saison dernière en atteignant rapidement son…
    ", + "title": "Messi n'a toujours pas repris l'entraînement avec Paris ", + "description": "La Pulga prend son temps.
    \n
    \nPositif à la covid en fin de mois de décembre, Lionel Messi était revenu à…

    ", + "content": "La Pulga prend son temps.
    \n
    \nPositif à la covid en fin de mois de décembre, Lionel Messi était revenu à…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-metz-strasbourg-analyse-cotes-et-prono-du-match-de-ligue-1-509151.html", + "link": "https://www.sofoot.com/messi-n-a-toujours-pas-repris-l-entrainement-avec-paris-509424.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T07:20:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-metz-strasbourg-analyse-cotes-et-prono-du-match-de-ligue-1-1641465242_x600_articles-509151.jpg", + "pubDate": "2022-01-12T16:04:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-messi-n-a-toujours-pas-repris-l-entrainement-avec-paris-1642007077_x600_articles-509424.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-metz-strasbourg-analyse-cotes-et-prono-du-match-de-ligue-1-1641465242_x600_articles-509151.jpg", + "image": "https://www.sofoot.com/IMG/img-messi-n-a-toujours-pas-repris-l-entrainement-avec-paris-1642007077_x600_articles-509424.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94212,42 +96258,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "19aef4d1ad10627d3fdf68cdd7e1ba5c", + "hash": "90353d05dd51d80def89aa2445d344d1", "highlights": [] }, { - "title": "Pronostic Montpellier Troyes : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Montpellier poursuit sur sa belle dynamique face à Troyes

    \n
    \nMontpellier a certainement été l'un des clubs qui a connu un mercato estival des plus…
    ", - "content": "

    Montpellier poursuit sur sa belle dynamique face à Troyes

    \n
    \nMontpellier a certainement été l'un des clubs qui a connu un mercato estival des plus…
    ", + "title": "Quand Phil Foden taclait Mario Balotelli à 10 ans", + "description": "Un petit tour en DeLorean avec Foden.
    \n
    \nUne vidéo a émergé sur les réseaux sociaux, montrant Phil Foden, alors âgé de seulement dix ans, être interrogé sur Mario Balotelli, alors…

    ", + "content": "Un petit tour en DeLorean avec Foden.
    \n
    \nUne vidéo a émergé sur les réseaux sociaux, montrant Phil Foden, alors âgé de seulement dix ans, être interrogé sur Mario Balotelli, alors…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-montpellier-troyes-analyse-cotes-et-prono-du-match-de-ligue-1-509150.html", + "link": "https://www.sofoot.com/quand-phil-foden-taclait-mario-balotelli-a-10-ans-509421.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T07:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-montpellier-troyes-analyse-cotes-et-prono-du-match-de-ligue-1-1641465020_x600_articles-509150.jpg", + "pubDate": "2022-01-12T15:34:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-quand-phil-foden-taclait-mario-balotelli-a-10-ans-1642003537_x600_articles-509421.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-montpellier-troyes-analyse-cotes-et-prono-du-match-de-ligue-1-1641465020_x600_articles-509150.jpg", + "image": "https://www.sofoot.com/IMG/img-quand-phil-foden-taclait-mario-balotelli-a-10-ans-1642003537_x600_articles-509421.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "b596b513f6d325f413f5c6ee2a606424", + "hash": "f74c37ec5adac48ceabb740b46f871c7", "highlights": [] }, { - "title": "Pronostic Clermont Reims : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Clermont résiste face à Reims

    \n
    \nPour sa première saison de son histoire, le Clermont Foot dispute la Ligue 1. Les Auvergnats ne connaissent pas une…
    ", - "content": "

    Clermont résiste face à Reims

    \n
    \nPour sa première saison de son histoire, le Clermont Foot dispute la Ligue 1. Les Auvergnats ne connaissent pas une…
    ", + "title": "Le Mali dompte la Tunisie dans la confusion", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-clermont-reims-analyse-cotes-et-prono-du-match-de-ligue-1-509152.html", + "link": "https://www.sofoot.com/le-mali-dompte-la-tunisie-dans-la-confusion-509407.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T07:05:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-clermont-reims-analyse-cotes-et-prono-du-match-de-ligue-1-1641465512_x600_articles-509152.jpg", + "pubDate": "2022-01-12T15:02:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-mali-dompte-la-tunisie-dans-la-confusion-1642000301_x600_articles-alt-509407.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-clermont-reims-analyse-cotes-et-prono-du-match-de-ligue-1-1641465512_x600_articles-509152.jpg", + "image": "https://www.sofoot.com/IMG/img-le-mali-dompte-la-tunisie-dans-la-confusion-1642000301_x600_articles-alt-509407.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94256,20 +96302,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c73fa8e5ca6853e42cf52bb147d538c6", + "hash": "a4c3db6b970faf98242410be229abeea", "highlights": [] }, { - "title": "Pronostic Brest Nice : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Nice débute bien à Brest

    \n
    \nEn grande difficulté en début de saison, Brest s'est rapidement retrouvé dans la zone de relégation. Sans la moindre…
    ", - "content": "

    Nice débute bien à Brest

    \n
    \nEn grande difficulté en début de saison, Brest s'est rapidement retrouvé dans la zone de relégation. Sans la moindre…
    ", + "title": "Deux nouveaux cas de Covid au Sénégal avec Gueye et Ballo Touré ", + "description": "Casse-tête en vue pour Aliou Cissé.
    \n
    \nÀ 48 heures du match face à la Guinée, le Sénégal vient d'annoncer que deux nouveaux joueurs avaient été testés positifs à la Covid.…

    ", + "content": "Casse-tête en vue pour Aliou Cissé.
    \n
    \nÀ 48 heures du match face à la Guinée, le Sénégal vient d'annoncer que deux nouveaux joueurs avaient été testés positifs à la Covid.…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-brest-nice-analyse-cotes-et-prono-du-match-de-ligue-1-509147.html", + "link": "https://www.sofoot.com/deux-nouveaux-cas-de-covid-au-senegal-avec-gueye-et-ballo-toure-509417.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T07:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-brest-nice-analyse-cotes-et-prono-du-match-de-ligue-1-1641464229_x600_articles-509147.jpg", + "pubDate": "2022-01-12T14:50:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-deux-nouveaux-cas-de-covid-au-senegal-avec-gueye-et-ballo-toure-1642003379_x600_articles-509417.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-brest-nice-analyse-cotes-et-prono-du-match-de-ligue-1-1641464229_x600_articles-509147.jpg", + "image": "https://www.sofoot.com/IMG/img-deux-nouveaux-cas-de-covid-au-senegal-avec-gueye-et-ballo-toure-1642003379_x600_articles-509417.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94278,20 +96324,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c6f9a1dc92940cb75e80f02e1f9d622", + "hash": "fee729bbcb85038d59b1e0533c5f09f6", "highlights": [] }, { - "title": "CAN 2022 : 10€ offerts GRATOS en EXCLU pour parier sans pression !", - "description": "A l'occasion de la CAN 2022 qui débute dimanche, ZEbet vous offre 10€ à récupérer sans déposer le moindre centime ! Vous gardez votre CB dans votre portefeuille et vous pouvez parier sur ce que vous voulez (même sur les autres matchs du week-end : L1, L2, Liga, etc.).

    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": "Quand l'arbitre de Tunisie-Mali siffle deux fois la fin du match au mauvais moment", + "description": "On tient déjà l'image de cette CAN.
    \n
    \nSi ce Tunisie-Mali aura longtemps été soporifique, une fin de match folle nous aura au moins tenus en haleine. Alors qu'il restait encore cinq…

    ", + "content": "On tient déjà l'image de cette CAN.
    \n
    \nSi ce Tunisie-Mali aura longtemps été soporifique, une fin de match folle nous aura au moins tenus en haleine. Alors qu'il restait encore cinq…

    ", "category": "", - "link": "https://www.sofoot.com/can-2022-10e-offerts-gratos-en-exclu-pour-parier-sans-pression-509163.html", + "link": "https://www.sofoot.com/quand-l-arbitre-de-tunisie-mali-siffle-deux-fois-la-fin-du-match-au-mauvais-moment-509419.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T05:36:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-can-2022-10e-offerts-gratos-en-exclu-pour-parier-sans-pression-1641473427_x600_articles-509163.jpg", + "pubDate": "2022-01-12T14:48:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-quand-l-arbitre-de-tunisie-mali-siffle-deux-fois-la-fin-du-match-au-mauvais-moment-1642000123_x600_articles-509419.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-can-2022-10e-offerts-gratos-en-exclu-pour-parier-sans-pression-1641473427_x600_articles-509163.jpg", + "image": "https://www.sofoot.com/IMG/img-quand-l-arbitre-de-tunisie-mali-siffle-deux-fois-la-fin-du-match-au-mauvais-moment-1642000123_x600_articles-509419.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94300,20 +96346,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e3883b8504527eb7190886f88f4f2eb", + "hash": "41566243fafa31d4c51f93874612410b", "highlights": [] }, { - "title": "Le festival de CAN", - "description": "Malgré des travaux qui n'avançaient pas toujours assez vite, des rumeurs de délocalisation, la pression de certains clubs européens qui rêvaient de voir la compétition reportée ou même annulée, la FIFA qui plaidait pour la première option et une préparation compliquée pour plusieurs sélections à cause de l'épidémie de Covid-19, la trente-troisième édition de la Coupe d'Afrique des nations aura bien lieu au Cameroun du 9 janvier au 6 février. Avec une meute de prétendants qui espère détrôner l'Algérie, tenante du titre.Les Camerounais qui aiment le football, c'est-à-dire la majorité de la population, ont vécu un mois de décembre agité, surtout pour les sujets au stress et à l'hypertension. Ils ont à peu…", - "content": "Les Camerounais qui aiment le football, c'est-à-dire la majorité de la population, ont vécu un mois de décembre agité, surtout pour les sujets au stress et à l'hypertension. Ils ont à peu…", + "title": "Seul Saint-Étienne a fait jouer plus de jeunes que le Barça", + "description": "Roulez jeunesse !
    \n
    \nLe FC Barcelone de Xavi Hernández est la deuxième équipe à avoir utilisé le plus de joueurs de moins de 21 ans dans les cinq grands championnats, avec un total de…

    ", + "content": "Roulez jeunesse !
    \n
    \nLe FC Barcelone de Xavi Hernández est la deuxième équipe à avoir utilisé le plus de joueurs de moins de 21 ans dans les cinq grands championnats, avec un total de…

    ", "category": "", - "link": "https://www.sofoot.com/le-festival-de-can-509199.html", + "link": "https://www.sofoot.com/seul-saint-etienne-a-fait-jouer-plus-de-jeunes-que-le-barca-509416.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-festival-de-can-1641563554_x600_articles-alt-509199.jpg", + "pubDate": "2022-01-12T14:34:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-seul-saint-etienne-a-fait-jouer-plus-de-jeunes-que-le-barca-1641999398_x600_articles-509416.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-festival-de-can-1641563554_x600_articles-alt-509199.jpg", + "image": "https://www.sofoot.com/IMG/img-seul-saint-etienne-a-fait-jouer-plus-de-jeunes-que-le-barca-1641999398_x600_articles-509416.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94322,20 +96368,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "550f5c5d83cb8ccf9897dc2979e8bb69", + "hash": "13032508872ca2e3bae05e80c523aec7", "highlights": [] }, { - "title": "Top 50 : Transferts avortés (1er) : Adriano au Havre", - "description": "Une 13e journée de Ligue 2 entre le HAC et Arles-Avignon disputée au milieu de l'automne n'est a priori pas un décor idéal pour accueillir l'histoire. Sauf que ce 31 octobre 2014, l'affiche opposant l'équipe de Jérôme Leroy à celle de Téji Savanier est marquée par la présence d'Adriano. En quête d'un dernier challenge, l'attaquant brésilien donne le coup d'envoi fictif, signe des autographes, distribue des sourires, salue ses futurs coéquipiers, visite les installations du club doyen, est accueilli comme un roi à l'hôtel de ville et le dit à qui veut l'entendre : \"Le Havre est l'endroit idéal pour reprendre le football.\" L'Imperador ne réalisera malheureusement jamais ce rêve. Récit d'une histoire qui prouve une chose : l'amour dure parfois vingt-quatre heures.
    \n\"Cela va peut-être vous paraître étrange, mais je suis persuadé que Le Havre est l'endroit…
    ", - "content": "
    \n\"Cela va peut-être vous paraître étrange, mais je suis persuadé que Le Havre est l'endroit…
    ", + "title": "Bertrand Traoré positif au Covid et absent contre le Cap Vert", + "description": "Nouveau coup dur pour les Étalons.
    \n
    \nLe capitaine du Burkina Faso Bertrand Traoré a été testé positif à la Covid ce mercredi et est donc forfait pour le match contre le Cap-Vert…

    ", + "content": "Nouveau coup dur pour les Étalons.
    \n
    \nLe capitaine du Burkina Faso Bertrand Traoré a été testé positif à la Covid ce mercredi et est donc forfait pour le match contre le Cap-Vert…

    ", "category": "", - "link": "https://www.sofoot.com/top-50-transferts-avortes-1er-adriano-au-havre-509185.html", + "link": "https://www.sofoot.com/bertrand-traore-positif-au-covid-et-absent-contre-le-cap-vert-509413.html", "creator": "SO FOOT", - "pubDate": "2022-01-08T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-top-50-transferts-avortes-1er-adriano-au-havre-1641599777_x600_articles-alt-509185.jpg", + "pubDate": "2022-01-12T13:54:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bertrand-traore-positif-au-covid-et-absent-contre-le-cap-vert-1641996863_x600_articles-509413.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-top-50-transferts-avortes-1er-adriano-au-havre-1641599777_x600_articles-alt-509185.jpg", + "image": "https://www.sofoot.com/IMG/img-bertrand-traore-positif-au-covid-et-absent-contre-le-cap-vert-1641996863_x600_articles-509413.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94344,20 +96390,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "af58a1f8f40c38519eb9ea98222e1487", + "hash": "851fcf21e860549f1791bfaaa4cbbee2", "highlights": [] }, { - "title": "Payet : \" C'est la victoire de tous les Marseillais \"", - "description": "16 169 jours, c'est long.
    \n
    \nPlus de quarante-quatre ans après,
    l'Olympique de…

    ", - "content": "16 169 jours, c'est long.
    \n
    \nPlus de quarante-quatre ans après, l'Olympique de…

    ", + "title": "Kombouaré n'écartera pas Kolo Muani du groupe professionnel ", + "description": "Coach Kambouaré ne veut rien savoir.
    \n
    \nRandal Kolo-Muani ne sera pas écarté du groupe professionnel nantais. L'attaquant est pourtant au cœur d'un conflit avec son club. Le club…

    ", + "content": "Coach Kambouaré ne veut rien savoir.
    \n
    \nRandal Kolo-Muani ne sera pas écarté du groupe professionnel nantais. L'attaquant est pourtant au cœur d'un conflit avec son club. Le club…

    ", "category": "", - "link": "https://www.sofoot.com/payet-c-est-la-victoire-de-tous-les-marseillais-509228.html", + "link": "https://www.sofoot.com/kombouare-n-ecartera-pas-kolo-muani-du-groupe-professionnel-509415.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T22:27:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-payet-c-est-la-victoire-de-tous-les-marseillais-1641594741_x600_articles-509228.jpg", + "pubDate": "2022-01-12T13:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-kombouare-n-ecartera-pas-kolo-muani-du-groupe-professionnel-1641999203_x600_articles-509415.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-payet-c-est-la-victoire-de-tous-les-marseillais-1641594741_x600_articles-509228.jpg", + "image": "https://www.sofoot.com/IMG/img-kombouare-n-ecartera-pas-kolo-muani-du-groupe-professionnel-1641999203_x600_articles-509415.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94366,20 +96412,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a009fb5144095f0ce90a6e1e2cba07f1", + "hash": "2759ada9cfa113c74d4bc09ba7ea2a46", "highlights": [] }, { - "title": "Les notes de Bordeaux-Marseille ", - "description": "Il aura donc fallu 44 ans à l'OM pour comprendre qu'il fallait recruter un joueur turc pour enfin battre les Bordelais en terres girondines. Mais tout cela n'aurait pas été possible sans les qualités de passeur de Benoît Costil.

    Ils ont compensé le huis clos


    \n
    \n

    ", - "content": "

    Ils ont compensé le huis clos


    \n
    \n

    ", + "title": "Séville annonce avoir résilié le contrat d'Ibrahim Amadou", + "description": "Nouveau départ.
    \n
    \nIbrahim Amadou va pouvoir se trouver un nouveau point de chute après la résiliation de son contrat ce mercredi. \"Le Séville FC et le joueur français Ibrahim…

    ", + "content": "Nouveau départ.
    \n
    \nIbrahim Amadou va pouvoir se trouver un nouveau point de chute après la résiliation de son contrat ce mercredi. \"Le Séville FC et le joueur français Ibrahim…

    ", "category": "", - "link": "https://www.sofoot.com/les-notes-de-bordeaux-marseille-509227.html", + "link": "https://www.sofoot.com/seville-annonce-avoir-resilie-le-contrat-d-ibrahim-amadou-509409.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-notes-de-bordeaux-marseille-1641593270_x600_articles-alt-509227.jpg", + "pubDate": "2022-01-12T13:17:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-seville-annonce-avoir-resilie-le-contrat-d-ibrahim-amadou-1641994559_x600_articles-509409.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-les-notes-de-bordeaux-marseille-1641593270_x600_articles-alt-509227.jpg", + "image": "https://www.sofoot.com/IMG/img-seville-annonce-avoir-resilie-le-contrat-d-ibrahim-amadou-1641994559_x600_articles-509409.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94388,20 +96434,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "39c50468317b08d107972b34ac4c7e52", + "hash": "54a0fe99ecb25b507349c8a30b7e42a9", "highlights": [] }, { - "title": "44 ans après, Marseille met fin à la malédiction à Bordeaux", - "description": "C'est fini ! Après 44 longues années à se faire rabâcher les oreilles de leur incapacité à gagner à Bordeaux, les Marseillais ont mis fin à cette interminable disette dans le Sud-Ouest de la France. Un petit but de Cengiz Ünder en première période suffit au bonheur des Olympiens, qui prennent la deuxième place de Ligue 1 pour bien entamer 2022.

    ", - "content": "

    ", + "title": "Pronostic Atlético Madrid Athletic Bilbao : Analyse, cotes et pronostic du match de SuperCoupe d'Espagne", + "description": "

    L'Atlético Madrid, bête noire de l'Athletic Bilbao

    \n
    \nLa deuxième demi-finale de la SuperCoupe d'Espagne met aux prises jeudi le champion…
    ", + "content": "

    L'Atlético Madrid, bête noire de l'Athletic Bilbao

    \n
    \nLa deuxième demi-finale de la SuperCoupe d'Espagne met aux prises jeudi le champion…
    ", "category": "", - "link": "https://www.sofoot.com/44-ans-apres-marseille-met-fin-a-la-malediction-a-bordeaux-509221.html", + "link": "https://www.sofoot.com/pronostic-atletico-madrid-athletic-bilbao-analyse-cotes-et-pronostic-du-match-de-supercoupe-d-espagne-509410.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-44-ans-apres-marseille-met-fin-a-la-malediction-a-bordeaux-1641592719_x600_articles-alt-509221.jpg", + "pubDate": "2022-01-12T13:16:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-atletico-madrid-athletic-bilbao-analyse-cotes-et-pronostic-du-match-de-supercoupe-d-espagne-1641993884_x600_articles-509410.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-44-ans-apres-marseille-met-fin-a-la-malediction-a-bordeaux-1641592719_x600_articles-alt-509221.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-atletico-madrid-athletic-bilbao-analyse-cotes-et-pronostic-du-match-de-supercoupe-d-espagne-1641993884_x600_articles-509410.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94410,20 +96456,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4906677f228396d2c321c0a7dfdad6bb", + "hash": "0709cd65b0962bfd5c45c5fb487680a8", "highlights": [] }, { - "title": "Manchester City fait tranquillement swinguer Swindon Town", - "description": "

    Swindon Town (D4) 1-4 Manchester City ", - "content": "

    Swindon Town (D4) 1-4 Manchester City ", + "title": "Kingsley Coman prolonge au Bayern jusqu'en 2027", + "description": "En fin de contrat en juin 2023, Kingsley Coman a prolongé son bail avec le Bayern Munich jusqu'en 2027. Arrivé en Bavière en 2015, l'international français deviendra le troisième plus gros…", + "content": "En fin de contrat en juin 2023, Kingsley Coman a prolongé son bail avec le Bayern Munich jusqu'en 2027. Arrivé en Bavière en 2015, l'international français deviendra le troisième plus gros…", "category": "", - "link": "https://www.sofoot.com/manchester-city-fait-tranquillement-swinguer-swindon-town-509159.html", + "link": "https://www.sofoot.com/kingsley-coman-prolonge-au-bayern-jusqu-en-2027-509408.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T21:51:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-manchester-city-fait-tranquillement-swinguer-swindon-town-1641592412_x600_articles-509159.jpg", + "pubDate": "2022-01-12T13:09:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-kingsley-coman-prolonge-au-bayern-jusqu-en-2027-1641994437_x600_articles-509408.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-manchester-city-fait-tranquillement-swinguer-swindon-town-1641592412_x600_articles-509159.jpg", + "image": "https://www.sofoot.com/IMG/img-kingsley-coman-prolonge-au-bayern-jusqu-en-2027-1641994437_x600_articles-509408.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94432,20 +96478,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9afba13f7a662b06b5edf47b09dafcb1", + "hash": "70835b9db65c1e928960052a369bda82", "highlights": [] }, { - "title": "Surprise, le Bayern s'incline à domicile face à Gladbach", - "description": "

    ", - "content": "

    ", + "title": "Pronostic Milan AC Genoa : Analyse, cotes et pronostic du match de Coupe d'Italie", + "description": "

    Le Milan AC fait le job face au Genoa

    \n
    \nAprès des années difficiles, le Milan AC est revenu sur le devant de la scène en Italie. En effet, après avoir…
    ", + "content": "

    Le Milan AC fait le job face au Genoa

    \n
    \nAprès des années difficiles, le Milan AC est revenu sur le devant de la scène en Italie. En effet, après avoir…
    ", "category": "", - "link": "https://www.sofoot.com/surprise-le-bayern-s-incline-a-domicile-face-a-gladbach-509226.html", + "link": "https://www.sofoot.com/pronostic-milan-ac-genoa-analyse-cotes-et-pronostic-du-match-de-coupe-d-italie-509406.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T21:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-surprise-le-bayern-s-incline-a-domicile-face-a-gladbach-1641591070_x600_articles-509226.jpg", + "pubDate": "2022-01-12T13:07:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-milan-ac-genoa-analyse-cotes-et-pronostic-du-match-de-coupe-d-italie-1641993386_x600_articles-509406.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-surprise-le-bayern-s-incline-a-domicile-face-a-gladbach-1641591070_x600_articles-509226.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-milan-ac-genoa-analyse-cotes-et-pronostic-du-match-de-coupe-d-italie-1641993386_x600_articles-509406.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94454,20 +96500,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2294729fe6d1e311059df6fdef06fd1d", + "hash": "bd3fae4c5941ac2a0c53818ed24040db", "highlights": [] }, { - "title": "En direct : Bordeaux - Marseille ", - "description": "0' : Le Matmut Atlantique est à huis clos, sur décision du club face à la jauge et en soutien ...", - "content": "0' : Le Matmut Atlantique est à huis clos, sur décision du club face à la jauge et en soutien ...", + "title": "Où en sont les gardiens africains ?", + "description": "Longtemps considérés comme le point faible de bon nombre d'équipes africaines, les gardiens du continent sont en train de changer de dimension grâce à des portiers qui se sont imposés en Europe. Pourtant, ce n'était pas gagné.Et si la CAN 2021 était celle des gardiens de but ? La performance monumentale mardi face à l'Algérie de Mohamed Kamara, le portier de la Sierra Leone, prouve que l'époque des boulettes en…", + "content": "Et si la CAN 2021 était celle des gardiens de but ? La performance monumentale mardi face à l'Algérie de Mohamed Kamara, le portier de la Sierra Leone, prouve que l'époque des boulettes en…", "category": "", - "link": "https://www.sofoot.com/en-direct-bordeaux-marseille-509160.html", + "link": "https://www.sofoot.com/ou-en-sont-les-gardiens-africains-509378.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-bordeaux-marseille-1641471354_x600_articles-509160.jpg", + "pubDate": "2022-01-12T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ou-en-sont-les-gardiens-africains-1641929341_x600_articles-alt-509378.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-en-direct-bordeaux-marseille-1641471354_x600_articles-509160.jpg", + "image": "https://www.sofoot.com/IMG/img-ou-en-sont-les-gardiens-africains-1641929341_x600_articles-alt-509378.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94476,20 +96522,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0b9f74cdf4802052ccdfa957da2eb17", + "hash": "cb73f507497da92a1055df30e8e57422", "highlights": [] }, { - "title": "Tuchel hésite à faire revenir Emerson de Lyon", - "description": "Prêté à Lyon jusqu'à la fin de la saison, Emerson pourrait bientôt être rappelé par Chelsea. C'est ce qu'a indiqué Thomas Tuchel en conférence de presse ce vendredi : \"Nous avons un…", - "content": "Prêté à Lyon jusqu'à la fin de la saison, Emerson pourrait bientôt être rappelé par Chelsea. C'est ce qu'a indiqué Thomas Tuchel en conférence de presse ce vendredi : \"Nous avons un…", + "title": "Pronostic Naples Fiorentina : Analyse, cotes et pronostic du match de Coupe d'Italie", + "description": "

    La Fiorentina joue un mauvais tour au Napoli

    \n
    \nLe Napoli avait démarré cette saison de Serie A pied au plancher. Les hommes de Spalletti ont rapidement…
    ", + "content": "

    La Fiorentina joue un mauvais tour au Napoli

    \n
    \nLe Napoli avait démarré cette saison de Serie A pied au plancher. Les hommes de Spalletti ont rapidement…
    ", "category": "", - "link": "https://www.sofoot.com/tuchel-hesite-a-faire-revenir-emerson-de-lyon-509222.html", + "link": "https://www.sofoot.com/pronostic-naples-fiorentina-analyse-cotes-et-pronostic-du-match-de-coupe-d-italie-509405.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T16:39:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-tuchel-hesite-a-faire-revenir-emerson-de-lyon-1641575271_x600_articles-509222.jpg", + "pubDate": "2022-01-12T12:57:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-naples-fiorentina-analyse-cotes-et-pronostic-du-match-de-coupe-d-italie-1641992873_x600_articles-509405.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-tuchel-hesite-a-faire-revenir-emerson-de-lyon-1641575271_x600_articles-509222.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-naples-fiorentina-analyse-cotes-et-pronostic-du-match-de-coupe-d-italie-1641992873_x600_articles-509405.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94498,20 +96544,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fdd6b79c5542a7d283aea28c4f882725", + "hash": "a3954ecc1cf3d3d235fd5d7e11232406", "highlights": [] }, { - "title": "Les arbitres de L1 et L2 sanctionneront davantage les contestations des joueurs", - "description": "Tour de vis des officiels.
    \n
    \nAlors que certains joueurs ont pris depuis plusieurs années la désagréable habitude de contester la majorité des décisions arbitrales, la DTA (Direction…

    ", - "content": "Tour de vis des officiels.
    \n
    \nAlors que certains joueurs ont pris depuis plusieurs années la désagréable habitude de contester la majorité des décisions arbitrales, la DTA (Direction…

    ", + "title": "Nabil Fekir prolonge l'aventure au Betis Séville", + "description": "L'Andalousie lui va si bien.
    \n
    \nArrivé au Betis Séville à l'été 2019 pour près de vingt millions d'euros, Nabil Fekir fait le bonheur des Verdiblancos. Le club andalou a…

    ", + "content": "L'Andalousie lui va si bien.
    \n
    \nArrivé au Betis Séville à l'été 2019 pour près de vingt millions d'euros, Nabil Fekir fait le bonheur des Verdiblancos. Le club andalou a…

    ", "category": "", - "link": "https://www.sofoot.com/les-arbitres-de-l1-et-l2-sanctionneront-davantage-les-contestations-des-joueurs-509223.html", + "link": "https://www.sofoot.com/nabil-fekir-prolonge-l-aventure-au-betis-seville-509411.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T16:20:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-arbitres-de-l1-et-l2-sanctionneront-davantage-les-contestations-des-joueurs-1641574520_x600_articles-509223.jpg", + "pubDate": "2022-01-12T12:48:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-nabil-fekir-prolonge-l-aventure-au-betis-seville-1641996943_x600_articles-509411.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-les-arbitres-de-l1-et-l2-sanctionneront-davantage-les-contestations-des-joueurs-1641574520_x600_articles-509223.jpg", + "image": "https://www.sofoot.com/IMG/img-nabil-fekir-prolonge-l-aventure-au-betis-seville-1641996943_x600_articles-509411.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94520,20 +96566,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7dc5d188dabab673797b0e49c072fad6", + "hash": "f271c25f8690e292926c62a0a394b121", "highlights": [] }, { - "title": "Le Stade de Reims exprime son ras-le-bol sur l'arbitrage ", - "description": "C'est la goutte qui fait déborder la coupe de Champagne.
    \n
    \nAu lendemain de l'annonce des
    ", - "content": "C'est la goutte qui fait déborder la coupe de Champagne.
    \n
    \nAu lendemain de l'annonce des
    ", + "title": "La Coupe de France féminine offre un OL-PSG en huitièmes", + "description": "La finale avant l'heure.
    \n
    \nLe tirage au sort de la Coupe de France féminine nous offre un choc dès les huitièmes. Les deux mastodontes du championnat, l'OL et le PSG, s'affronteront le…

    ", + "content": "La finale avant l'heure.
    \n
    \nLe tirage au sort de la Coupe de France féminine nous offre un choc dès les huitièmes. Les deux mastodontes du championnat, l'OL et le PSG, s'affronteront le…

    ", "category": "", - "link": "https://www.sofoot.com/le-stade-de-reims-exprime-son-ras-le-bol-sur-l-arbitrage-509225.html", + "link": "https://www.sofoot.com/la-coupe-de-france-feminine-offre-un-ol-psg-en-huitiemes-509404.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T15:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-stade-de-reims-exprime-son-ras-le-bol-sur-l-arbitrage-1641574954_x600_articles-509225.jpg", + "pubDate": "2022-01-12T12:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-coupe-de-france-feminine-offre-un-ol-psg-en-huitiemes-1641994237_x600_articles-509404.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-stade-de-reims-exprime-son-ras-le-bol-sur-l-arbitrage-1641574954_x600_articles-509225.jpg", + "image": "https://www.sofoot.com/IMG/img-la-coupe-de-france-feminine-offre-un-ol-psg-en-huitiemes-1641994237_x600_articles-509404.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94542,20 +96588,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "07d10514020d8d8dc9a3c6f06ecb93a7", + "hash": "f08f77bdaf6395fd59ab7e8d46b04a2a", "highlights": [] }, { - "title": "Netflix prépare une série sur la compagne de CR7", - "description": "Dans la famille Ronaldo, je demande la compagne.
    \n
    \nLa sortie est prévue depuis déjà quelque temps, mais Georgina Rodríguez, la compagne de Cristiano Ronaldo, vient de dévoiler sur…

    ", - "content": "Dans la famille Ronaldo, je demande la compagne.
    \n
    \nLa sortie est prévue depuis déjà quelque temps, mais Georgina Rodríguez, la compagne de Cristiano Ronaldo, vient de dévoiler sur…

    ", + "title": "En direct : Mali - Tunisie ", + "description": "97' : Allez, on se quitte pour de bon. Le Mali l'emporte 1-0 dans une rencontre déjà entrée ...", + "content": "97' : Allez, on se quitte pour de bon. Le Mali l'emporte 1-0 dans une rencontre déjà entrée ...", "category": "", - "link": "https://www.sofoot.com/netflix-prepare-une-serie-sur-la-compagne-de-cr7-509220.html", + "link": "https://www.sofoot.com/en-direct-mali-tunisie-509397.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T15:49:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-netflix-prepare-une-serie-sur-la-compagne-de-cr7-1641573571_x600_articles-509220.jpg", + "pubDate": "2022-01-12T12:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-mali-tunisie-1641998810_x600_articles-alt-509397.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-netflix-prepare-une-serie-sur-la-compagne-de-cr7-1641573571_x600_articles-509220.jpg", + "image": "https://www.sofoot.com/IMG/img-en-direct-mali-tunisie-1641998810_x600_articles-alt-509397.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94564,20 +96610,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1e2fadca6afd0689f6b364ce5b8071f", + "hash": "6089a75fe8c3d1afa3ab7636e4d4e705", "highlights": [] }, { - "title": "Roberto Carlos va jouer un match en Sunday league anglaise", - "description": "Le plus grand transfert de l'histoire ?
    \n
    \nEn Angleterre, la passion du foot amateur peut parfois servir à autre chose qu'à renflouer les caisses des pubs environnants. Par le biais…

    ", - "content": "Le plus grand transfert de l'histoire ?
    \n
    \nEn Angleterre, la passion du foot amateur peut parfois servir à autre chose qu'à renflouer les caisses des pubs environnants. Par le biais…

    ", + "title": "Pronostic Liverpool Arsenal : Analyse, cotes et pronostic de la demi-finale de Carabao Cup", + "description": "

    Liverpool reste maître à Anfield face à Arsenal

    \n
    \nTouché fortement par la Covid, Liverpool avait demandé le report du match aller contre Arsenal.…
    ", + "content": "

    Liverpool reste maître à Anfield face à Arsenal

    \n
    \nTouché fortement par la Covid, Liverpool avait demandé le report du match aller contre Arsenal.…
    ", "category": "", - "link": "https://www.sofoot.com/roberto-carlos-va-jouer-un-match-en-sunday-league-anglaise-509219.html", + "link": "https://www.sofoot.com/pronostic-liverpool-arsenal-analyse-cotes-et-pronostic-de-la-demi-finale-de-carabao-cup-509403.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T15:41:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-roberto-carlos-va-jouer-un-match-en-sunday-league-anglaise-1641571235_x600_articles-509219.jpg", + "pubDate": "2022-01-12T12:38:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-liverpool-arsenal-analyse-cotes-et-pronostic-de-la-demi-finale-de-carabao-cup-1641992037_x600_articles-509403.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-roberto-carlos-va-jouer-un-match-en-sunday-league-anglaise-1641571235_x600_articles-509219.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-liverpool-arsenal-analyse-cotes-et-pronostic-de-la-demi-finale-de-carabao-cup-1641992037_x600_articles-509403.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94586,20 +96632,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "be7faf15d0654a5d3370f3f38017df51", + "hash": "fe4d25635072414b9da1f5a02728e5a7", "highlights": [] }, { - "title": "Manchester United expédie Tuanzebe en prêt à Naples", - "description": "Nouveau prêt pour Axel Tuanzebe. Le défenseur de Manchester United rejoint Naples et la Serie A pour la fin de saison. Avec le départ de Kalidou Koulibaly à la CAN et celui de Manolas à…", - "content": "Nouveau prêt pour Axel Tuanzebe. Le défenseur de Manchester United rejoint Naples et la Serie A pour la fin de saison. Avec le départ de Kalidou Koulibaly à la CAN et celui de Manolas à…", + "title": "Lincoln : Il marque contre Sunderland et vient chambrer son ancien coach", + "description": "La vengeance est un plat qui se mange froid.
    \n
    \nEt Chris Maguire s'est régalé. Désormais à Lincoln après son départ de Sunderland en 2021, l'attaquant affrontait son ancien club ce…

    ", + "content": "La vengeance est un plat qui se mange froid.
    \n
    \nEt Chris Maguire s'est régalé. Désormais à Lincoln après son départ de Sunderland en 2021, l'attaquant affrontait son ancien club ce…

    ", "category": "", - "link": "https://www.sofoot.com/manchester-united-expedie-tuanzebe-en-pret-a-naples-509218.html", + "link": "https://www.sofoot.com/lincoln-il-marque-contre-sunderland-et-vient-chambrer-son-ancien-coach-509402.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T15:07:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-manchester-united-expedie-tuanzebe-en-pret-a-naples-1641571013_x600_articles-509218.jpg", + "pubDate": "2022-01-12T12:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lincoln-il-marque-contre-sunderland-et-vient-chambrer-son-ancien-coach-1641993464_x600_articles-509402.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-manchester-united-expedie-tuanzebe-en-pret-a-naples-1641571013_x600_articles-509218.jpg", + "image": "https://www.sofoot.com/IMG/img-lincoln-il-marque-contre-sunderland-et-vient-chambrer-son-ancien-coach-1641993464_x600_articles-509402.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94608,20 +96654,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "61476e6e94a37ee8891530a6fe6c41c8", + "hash": "fbc46efac452551dbd3712374caa3b87", "highlights": [] }, { - "title": "Le maire de Marseille ne veut pas que \"les Marseillais payent à la place de McCourt\"", - "description": "Prêt à discuter, mais pas trop quand même.
    \n
    \nC'est un secret de Polichinelle : l'Olympique de Marseille n'a pas des centaines de millions d'euros dans ses caisses. Et si le club…

    ", - "content": "Prêt à discuter, mais pas trop quand même.
    \n
    \nC'est un secret de Polichinelle : l'Olympique de Marseille n'a pas des centaines de millions d'euros dans ses caisses. Et si le club…

    ", + "title": "Pronostic Cap Vert Burkina Faso : Analyse, cotes et pronostic du match de la CAN 2022", + "description": "

    Le Burkina Faso se relance face au Cap Vert

    \n
    \nOpposé à l'Ethiopie dimanche, censée être l'équipe la plus modeste du groupe, le Cap Vert l'a emporté…
    ", + "content": "

    Le Burkina Faso se relance face au Cap Vert

    \n
    \nOpposé à l'Ethiopie dimanche, censée être l'équipe la plus modeste du groupe, le Cap Vert l'a emporté…
    ", "category": "", - "link": "https://www.sofoot.com/le-maire-de-marseille-ne-veut-pas-que-les-marseillais-payent-a-la-place-de-mccourt-509217.html", + "link": "https://www.sofoot.com/pronostic-cap-vert-burkina-faso-analyse-cotes-et-pronostic-du-match-de-la-can-2022-509400.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T14:55:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-maire-de-marseille-ne-veut-pas-que-les-marseillais-payent-a-la-place-de-mccourt-1641570700_x600_articles-509217.jpg", + "pubDate": "2022-01-12T12:18:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-cap-vert-burkina-faso-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1641991092_x600_articles-509400.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-maire-de-marseille-ne-veut-pas-que-les-marseillais-payent-a-la-place-de-mccourt-1641570700_x600_articles-509217.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-cap-vert-burkina-faso-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1641991092_x600_articles-509400.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94630,20 +96676,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a197f73b9bfec596d57219371d3a5fca", + "hash": "19458bf2ea06a2a6dcff2b84c449c765", "highlights": [] }, { - "title": "La FIFA lève l'interdiction de recrutement de Málaga", - "description": "Il est loin le temps où Málaga faisait partie des huit meilleures équipes d'Europe.
    \n", - "content": "Il est loin le temps où Málaga faisait partie des huit meilleures équipes d'Europe.
    \n", + "title": "Pronostic Cameroun Ethiopie : Analyse, cotes et pronostic du match de la CAN 2022", + "description": "

    Le Cameroun solide face à l'Ethiopie

    \n
    \nPays hôte de cette CAN 2021 disputée en 2022, le Cameroun a bien démarré la compétition. Opposés dimanche…
    ", + "content": "

    Le Cameroun solide face à l'Ethiopie

    \n
    \nPays hôte de cette CAN 2021 disputée en 2022, le Cameroun a bien démarré la compétition. Opposés dimanche…
    ", "category": "", - "link": "https://www.sofoot.com/la-fifa-leve-l-interdiction-de-recrutement-de-malaga-509215.html", + "link": "https://www.sofoot.com/pronostic-cameroun-ethiopie-analyse-cotes-et-pronostic-du-match-de-la-can-2022-509399.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T14:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-fifa-leve-l-interdiction-de-recrutement-de-malaga-1641568480_x600_articles-509215.jpg", + "pubDate": "2022-01-12T11:49:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-cameroun-ethiopie-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1641989317_x600_articles-509399.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-la-fifa-leve-l-interdiction-de-recrutement-de-malaga-1641568480_x600_articles-509215.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-cameroun-ethiopie-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1641989317_x600_articles-509399.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94652,20 +96698,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6222d19f92ddff997d48c966dcff2134", + "hash": "42c0c99c28dfe314e3715ebe0a00818d", "highlights": [] }, { - "title": "Frédéric Antonetti n'a \" rien compris \" au protocole sanitaire", - "description": "Tout pareil.
    \n
    \nLe mystère du nouveau protocole sanitaire de la LFP n'a pas encore…

    ", - "content": "Tout pareil.
    \n
    \nLe mystère du nouveau protocole sanitaire de la LFP n'a pas encore…

    ", + "title": "Le propriétaire de Crystal Palace investit dans le club de Molenbeek", + "description": "Les affaires continuent à Crystal Palace.
    \n
    \nAprès le rachat de Botafogo…

    ", + "content": "Les affaires continuent à Crystal Palace.
    \n
    \nAprès le rachat de Botafogo…

    ", "category": "", - "link": "https://www.sofoot.com/frederic-antonetti-n-a-rien-compris-au-protocole-sanitaire-509214.html", + "link": "https://www.sofoot.com/le-proprietaire-de-crystal-palace-investit-dans-le-club-de-molenbeek-509398.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T14:38:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-frederic-antonetti-n-a-rien-compris-au-protocole-sanitaire-1641567723_x600_articles-509214.jpg", + "pubDate": "2022-01-12T11:48:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-proprietaire-de-crystal-palace-investit-dans-le-club-de-molenbeek-1641989390_x600_articles-509398.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-frederic-antonetti-n-a-rien-compris-au-protocole-sanitaire-1641567723_x600_articles-509214.jpg", + "image": "https://www.sofoot.com/IMG/img-le-proprietaire-de-crystal-palace-investit-dans-le-club-de-molenbeek-1641989390_x600_articles-509398.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94674,20 +96720,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed39763dca7479f266ebd3e5c3c88b5a", + "hash": "a2146418a5676bc68f1439a2273317fe", "highlights": [] }, { - "title": "Benjamin Mendy a été libéré sous caution", - "description": "Deux jours seulement après avoir été transféré vers *Musique du multiplex* Nouveau report en Ligue 2 !
    \n
    \nLes Chamois niortais n'affronteront pas l'USL Dunkerque ce samedi à 19h, en raison d'un trop grand nombre d'absents entre cas…

    ", + "content": "*Musique du multiplex* Nouveau report en Ligue 2 !
    \n
    \nLes Chamois niortais n'affronteront pas l'USL Dunkerque ce samedi à 19h, en raison d'un trop grand nombre d'absents entre cas…

    ", "category": "", - "link": "https://www.sofoot.com/benjamin-mendy-a-ete-libere-sous-caution-509213.html", + "link": "https://www.sofoot.com/toujours-aucun-match-en-2022-pour-les-chamois-niortais-509395.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T14:32:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-benjamin-mendy-a-ete-libere-sous-caution-1641568054_x600_articles-509213.jpg", + "pubDate": "2022-01-12T10:56:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-toujours-aucun-match-en-2022-pour-les-chamois-niortais-1641985885_x600_articles-509395.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-benjamin-mendy-a-ete-libere-sous-caution-1641568054_x600_articles-509213.jpg", + "image": "https://www.sofoot.com/IMG/img-toujours-aucun-match-en-2022-pour-les-chamois-niortais-1641985885_x600_articles-509395.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94696,20 +96742,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "319371954ee7e529ff0270b6c191bce1", + "hash": "d8e98658d391ccb3b3ea235ac994593e", "highlights": [] }, { - "title": "Versailles-TFC finalement disputé à Toulouse à cause du château", - "description": "Louis XIV était-il un supporter toulousain ?
    \n
    \nQualifié en huitièmes de finale, le FC Versailles, pensionnaire de N2, devait accueillir Toulouse le 29 janvier prochain. Mais il n'en…

    ", - "content": "Louis XIV était-il un supporter toulousain ?
    \n
    \nQualifié en huitièmes de finale, le FC Versailles, pensionnaire de N2, devait accueillir Toulouse le 29 janvier prochain. Mais il n'en…

    ", + "title": "Éric Cantona : \"La prochaine Coupe du monde n'en est pas une\"", + "description": "La langue de bois, Canto ne connaît pas.
    \n
    \nLargement remis en cause de part et d'autre, ce Mondial 2022 ne laisse décidément personne indifférent. Cette fois, c'est Éric Cantona qui,…

    ", + "content": "La langue de bois, Canto ne connaît pas.
    \n
    \nLargement remis en cause de part et d'autre, ce Mondial 2022 ne laisse décidément personne indifférent. Cette fois, c'est Éric Cantona qui,…

    ", "category": "", - "link": "https://www.sofoot.com/versailles-tfc-finalement-dispute-a-toulouse-a-cause-du-chateau-509216.html", + "link": "https://www.sofoot.com/eric-cantona-la-prochaine-coupe-du-monde-n-en-est-pas-une-509396.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T14:22:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-versailles-tfc-finalement-dispute-a-toulouse-a-cause-du-chateau-1641569393_x600_articles-509216.jpg", + "pubDate": "2022-01-12T10:20:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-eric-cantona-la-prochaine-coupe-du-monde-n-en-est-pas-une-1641985782_x600_articles-509396.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-versailles-tfc-finalement-dispute-a-toulouse-a-cause-du-chateau-1641569393_x600_articles-509216.jpg", + "image": "https://www.sofoot.com/IMG/img-eric-cantona-la-prochaine-coupe-du-monde-n-en-est-pas-une-1641985782_x600_articles-509396.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94718,42 +96764,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "921cb0ecf529910b659e0c1a0fa606e5", + "hash": "e04f86f027e9f8099dec3d6a49ada8ec", "highlights": [] }, { - "title": "La Fiorentina s'offre Krzysztof Piatek", - "description": "L'homme des mercatos d'hiver.
    \n
    \nComme en 2019 et en 2020, Krzysztof Piatek a décidé de changer d'air au mois de janvier. Sans doute une bonne résolution. Après deux ans à Berlin,…

    ", - "content": "L'homme des mercatos d'hiver.
    \n
    \nComme en 2019 et en 2020, Krzysztof Piatek a décidé de changer d'air au mois de janvier. Sans doute une bonne résolution. Après deux ans à Berlin,…

    ", + "title": "Jean-Kévin Augustin de retour avec les pros", + "description": "On ne l'attendait plus vraiment.
    \n
    \nDevant faire face aux départs de deux de ses attaquants pour la Coupe d'Afrique des nations et au transfert de l'avant-centre belge Renaud Emond au…

    ", + "content": "On ne l'attendait plus vraiment.
    \n
    \nDevant faire face aux départs de deux de ses attaquants pour la Coupe d'Afrique des nations et au transfert de l'avant-centre belge Renaud Emond au…

    ", "category": "", - "link": "https://www.sofoot.com/la-fiorentina-s-offre-krzysztof-piatek-509212.html", + "link": "https://www.sofoot.com/jean-kevin-augustin-de-retour-avec-les-pros-509394.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T14:01:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-fiorentina-s-offre-krzysztof-piatek-1641565911_x600_articles-509212.jpg", + "pubDate": "2022-01-12T10:08:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jean-kevin-augustin-de-retour-avec-les-pros-1641983162_x600_articles-509394.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-la-fiorentina-s-offre-krzysztof-piatek-1641565911_x600_articles-509212.jpg", + "image": "https://www.sofoot.com/IMG/img-jean-kevin-augustin-de-retour-avec-les-pros-1641983162_x600_articles-509394.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "44530928c4d475237c198059ce90b498", + "hash": "848a558606c14f44cbf774190a2fed36", "highlights": [] }, { - "title": "Gareth Bale pourrait prendre sa retraite si le pays de Galles ne va pas au Mondial", - "description": "Stop aux clubs de foot, place aux clubs de golf.
    \n
    \nUne nouvelle fois embourbé dans une saison de galère au Real Madrid (trois matchs disputés simplement), Gareth Bale pourrait bien dire…

    ", - "content": "Stop aux clubs de foot, place aux clubs de golf.
    \n
    \nUne nouvelle fois embourbé dans une saison de galère au Real Madrid (trois matchs disputés simplement), Gareth Bale pourrait bien dire…

    ", + "title": "Scholes ne comprend pas la venue de Rangnick à Manchester United", + "description": "United mais pas trop.
    \n
    \nPaul Scholes a beau compter 712 matchs à son actif avec Manchester United, il n'a pas ménagé le nouveau coach de son club de cœur Ralf Rangnick. \"…

    ", + "content": "United mais pas trop.
    \n
    \nPaul Scholes a beau compter 712 matchs à son actif avec Manchester United, il n'a pas ménagé le nouveau coach de son club de cœur Ralf Rangnick. \"…

    ", "category": "", - "link": "https://www.sofoot.com/gareth-bale-pourrait-prendre-sa-retraite-si-le-pays-de-galles-ne-va-pas-au-mondial-509210.html", + "link": "https://www.sofoot.com/scholes-ne-comprend-pas-la-venue-de-rangnick-a-manchester-united-509393.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T13:14:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-gareth-bale-pourrait-prendre-sa-retraite-si-le-pays-de-galles-ne-va-pas-au-mondial-1641564306_x600_articles-509210.jpg", + "pubDate": "2022-01-12T10:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-scholes-ne-comprend-pas-la-venue-de-rangnick-a-manchester-united-1641985155_x600_articles-509393.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-gareth-bale-pourrait-prendre-sa-retraite-si-le-pays-de-galles-ne-va-pas-au-mondial-1641564306_x600_articles-509210.jpg", + "image": "https://www.sofoot.com/IMG/img-scholes-ne-comprend-pas-la-venue-de-rangnick-a-manchester-united-1641985155_x600_articles-509393.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94762,20 +96808,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "feb4b2984059b3cdbe588cbf71b555ee", + "hash": "be9203758ee1dfef38c61e00b43f3146", "highlights": [] }, { - "title": "Pour Kombouaré, le nouveau protocole est \"une aberration\"", - "description": "Lui préfère emmerder les tests.
    \n
    \nAntoine Kombouaré s'est emporté contre le nouveau…

    ", - "content": "Lui préfère emmerder les tests.
    \n
    \nAntoine Kombouaré s'est emporté contre le nouveau…

    ", + "title": "Patrice Évra : \"Dans le monde du foot, si tu dis être homo, c'est fini \"", + "description": "Enfin quelqu'un qui s'exprime sur le sujet.
    \n
    \nInvité à répondre aux questions des lecteurs du

    ", + "content": "Enfin quelqu'un qui s'exprime sur le sujet.
    \n
    \nInvité à répondre aux questions des lecteurs du


    ", "category": "", - "link": "https://www.sofoot.com/pour-kombouare-le-nouveau-protocole-est-une-aberration-509209.html", + "link": "https://www.sofoot.com/patrice-evra-dans-le-monde-du-foot-si-tu-dis-etre-homo-c-est-fini-509391.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T13:03:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pour-kombouare-le-nouveau-protocole-est-une-aberration-1641562092_x600_articles-509209.jpg", + "pubDate": "2022-01-12T09:36:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-patrice-evra-dans-le-monde-du-foot-si-tu-dis-etre-homo-c-est-fini-1641981883_x600_articles-509391.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pour-kombouare-le-nouveau-protocole-est-une-aberration-1641562092_x600_articles-509209.jpg", + "image": "https://www.sofoot.com/IMG/img-patrice-evra-dans-le-monde-du-foot-si-tu-dis-etre-homo-c-est-fini-1641981883_x600_articles-509391.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94784,20 +96830,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a4b1d86cd9eeb8e5ba25e73f1e8d47fa", + "hash": "c88faf3201111f99a52c3cb0c112169b", "highlights": [] }, { - "title": "Sergio Ruiz : \"Iniesta m'aide à vaincre la dépression\"", - "description": "Sergio Ruiz porte le patronyme parfait pour se fondre incognito dans le moule espagnol. Pourtant, ce footballeur professionnel de 27 ans a su faire sortir la petite voix trottant dans sa tête. Prêté par le Charlotte FC à l'UD Las Palmas, le footballeur a mis un terme à son expérience aux Canaries pour prendre soin de sa santé mentale. Partiellement remis de sa dépression, le joueur a accepté de se livrer sur un sujet bien trop tabou dans le milieu du football.Bonjour Sergio. Cela peut paraître anodin comme première question, mais comment vas-tu aujourd'hui ?
    \nÇa va mieux ! Je travaille de manière régulière avec une…
    ", - "content": "Bonjour Sergio. Cela peut paraître anodin comme première question, mais comment vas-tu aujourd'hui ?
    \nÇa va mieux ! Je travaille de manière régulière avec une…
    ", + "title": "Le Sénat adopte un amendement en faveur d'une jauge supérieure à 50%", + "description": "Sortez les calculatrices.
    \n
    \nDepuis
    sa réinstauration…

    ", + "content": "Sortez les calculatrices.
    \n
    \nDepuis sa réinstauration…

    ", "category": "", - "link": "https://www.sofoot.com/sergio-ruiz-iniesta-m-aide-a-vaincre-la-depression-509132.html", + "link": "https://www.sofoot.com/le-senat-adopte-un-amendement-en-faveur-d-une-jauge-superieure-a-50-509392.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-sergio-ruiz-iniesta-m-aide-a-vaincre-la-depression-1641487753_x600_articles-alt-509132.jpg", + "pubDate": "2022-01-12T09:31:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-senat-adopte-un-amendement-en-faveur-d-une-jauge-superieure-a-50-1641982540_x600_articles-509392.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-sergio-ruiz-iniesta-m-aide-a-vaincre-la-depression-1641487753_x600_articles-alt-509132.jpg", + "image": "https://www.sofoot.com/IMG/img-le-senat-adopte-un-amendement-en-faveur-d-une-jauge-superieure-a-50-1641982540_x600_articles-509392.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94806,20 +96852,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf51aea6774f0578a5b29ae734c25e5c", + "hash": "79690bec7542f4b5bf1822e100b54c75", "highlights": [] }, { - "title": "Top 7 : coups de foudre autour d'un terrain de foot ", - "description": "Le foot et l'amour ne sont pas incompatibles, au contraire. La récente union d'un footballeur et d'une arbitre a permis de remettre les pendules à l'heure, et de rappeler que l'alchimie entre les deux plus belles choses du monde n'est pas une chimère. La preuve, avec cette sélection de dix moments de football qui nous font croire - ou pas - au coup de foudre.

    Carton rouge et coup de foudre

    \n13 août 2021 - FC Emmen-FC Eindhoven (0-1)
    \n
    \nLe défenseur du FC Emmen, Jeff Hardeveld, a connu un bel exemple…

    ", - "content": "

    Carton rouge et coup de foudre

    \n13 août 2021 - FC Emmen-FC Eindhoven (0-1)
    \n
    \nLe défenseur du FC Emmen, Jeff Hardeveld, a connu un bel exemple…

    ", + "title": "Andy Carroll à deux doigts d'inscrire un incroyable doublé", + "description": "Ce mardi soir, Reading et Fulham avaient rendez-vous au Madejski Stadium pour la 25e journée de Championship. Un duel entre deux anciens pensionnaires de Premier League et surtout…", + "content": "Ce mardi soir, Reading et Fulham avaient rendez-vous au Madejski Stadium pour la 25e journée de Championship. Un duel entre deux anciens pensionnaires de Premier League et surtout…", "category": "", - "link": "https://www.sofoot.com/top-7-coups-de-foudre-autour-d-un-terrain-de-foot-509090.html", + "link": "https://www.sofoot.com/andy-carroll-a-deux-doigts-d-inscrire-un-incroyable-double-509390.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-top-7-coups-de-foudre-autour-d-un-terrain-de-foot-1641482290_x600_articles-alt-509090.jpg", + "pubDate": "2022-01-12T09:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-andy-carroll-a-deux-doigts-d-inscrire-un-incroyable-double-1641982351_x600_articles-509390.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-top-7-coups-de-foudre-autour-d-un-terrain-de-foot-1641482290_x600_articles-alt-509090.jpg", + "image": "https://www.sofoot.com/IMG/img-andy-carroll-a-deux-doigts-d-inscrire-un-incroyable-double-1641982351_x600_articles-509390.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94828,20 +96874,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "049800ea5f395e8035daf7d3d2cb48f9", + "hash": "c53c7a743b6ab93f22e5022cdb54c7e1", "highlights": [] }, { - "title": "Messi, Lewandowski et Salah finalistes du trophée The Best", - "description": "\"Et le prix de consolation revient à ...\"
    \n
    \nAprès avoir dévoilé
    ", - "content": "\"Et le prix de consolation revient à ...\"
    \n
    \nAprès avoir dévoilé
    ", + "title": "Jean-Claude Darcheville nommé sélectionneur de la Guyane", + "description": "Voilà un revenant !
    \n
    \nOn a des nouvelles de Jean-Claude Darcheville. À 46 ans, l'ancien joueur de Bordeaux va commencer sa carrière d'entraîneur en prenant les rênes de la…

    ", + "content": "Voilà un revenant !
    \n
    \nOn a des nouvelles de Jean-Claude Darcheville. À 46 ans, l'ancien joueur de Bordeaux va commencer sa carrière d'entraîneur en prenant les rênes de la…

    ", "category": "", - "link": "https://www.sofoot.com/messi-lewandowski-et-salah-finalistes-du-trophee-the-best-509211.html", + "link": "https://www.sofoot.com/jean-claude-darcheville-nomme-selectionneur-de-la-guyane-509389.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T12:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-messi-lewandowski-et-salah-finalistes-du-trophee-the-best-1641569988_x600_articles-509211.jpg", + "pubDate": "2022-01-12T08:48:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jean-claude-darcheville-nomme-selectionneur-de-la-guyane-1641980090_x600_articles-509389.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-messi-lewandowski-et-salah-finalistes-du-trophee-the-best-1641569988_x600_articles-509211.jpg", + "image": "https://www.sofoot.com/IMG/img-jean-claude-darcheville-nomme-selectionneur-de-la-guyane-1641980090_x600_articles-509389.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94850,20 +96896,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b9c7bcec3726ad8a8a64279e06f525a", + "hash": "918c8d29de638b997d52d6bb9daa595d", "highlights": [] }, { - "title": "L'ancien Lyonnais Mammana libéré par le Zénith", - "description": "Pas de nouvelles, mauvaises nouvelle.
    \n
    \nEmanuel Mammana vient d'être libéré de son contrat par le Zénith Saint Petersbourg. Chipé à Lyon en 2017, l'Argentin n'a jamais réussi à…

    ", - "content": "Pas de nouvelles, mauvaises nouvelle.
    \n
    \nEmanuel Mammana vient d'être libéré de son contrat par le Zénith Saint Petersbourg. Chipé à Lyon en 2017, l'Argentin n'a jamais réussi à…

    ", + "title": "Gabon : les joueurs interdisent l'entrée dans le vestiaire au ministre des Sports à cause de primes impayées", + "description": "Le Roselyne Bachelot 2010 du Gabon.
    \n
    \nAprès la victoire contre les Comores (1-0), les Gabonais ont refusé…

    ", + "content": "Le Roselyne Bachelot 2010 du Gabon.
    \n
    \nAprès la victoire contre les Comores (1-0), les Gabonais ont refusé…

    ", "category": "", - "link": "https://www.sofoot.com/l-ancien-lyonnais-mammana-libere-par-le-zenith-509208.html", + "link": "https://www.sofoot.com/gabon-les-joueurs-interdisent-l-entree-dans-le-vestiaire-au-ministre-des-sports-a-cause-de-primes-impayees-509388.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T12:39:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-ancien-lyonnais-mammana-libere-par-le-zenith-1641562814_x600_articles-509208.jpg", + "pubDate": "2022-01-12T08:19:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-gabon-les-joueurs-interdisent-l-entree-dans-le-vestiaire-au-ministre-des-sports-a-cause-de-primes-impayees-1641976658_x600_articles-509388.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-l-ancien-lyonnais-mammana-libere-par-le-zenith-1641562814_x600_articles-509208.jpg", + "image": "https://www.sofoot.com/IMG/img-gabon-les-joueurs-interdisent-l-entree-dans-le-vestiaire-au-ministre-des-sports-a-cause-de-primes-impayees-1641976658_x600_articles-509388.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94872,20 +96918,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3bb2f5f0af5781e57f23cac9b55708ce", + "hash": "841078ab7afa2bd49b309531a1e87e9f", "highlights": [] }, { - "title": "L'OL ne dérogera pas à la jauge de 5000 spectateurs face au PSG", - "description": "Pas de passe-droit, surtout pour un Lyon-Paris.
    \n
    \nMalgré les
    ", - "content": "Pas de passe-droit, surtout pour un Lyon-Paris.
    \n
    \nMalgré les
    ", + "title": "Le PFC jouera son premier match de suspension au Mans", + "description": "Le Paris FC délocalise ses activités.
    \n
    \nSuspendu de terrain pour cinq…

    ", + "content": "Le Paris FC délocalise ses activités.
    \n
    \nSuspendu de terrain pour cinq…

    ", "category": "", - "link": "https://www.sofoot.com/l-ol-ne-derogera-pas-a-la-jauge-de-5000-spectateurs-face-au-psg-509206.html", + "link": "https://www.sofoot.com/le-pfc-jouera-son-premier-match-de-suspension-au-mans-509387.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T11:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-ol-ne-derogera-pas-a-la-jauge-de-5000-spectateurs-face-au-psg-1641557297_x600_articles-509206.jpg", + "pubDate": "2022-01-12T08:01:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-pfc-jouera-son-premier-match-de-suspension-au-mans-1641975909_x600_articles-509387.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-l-ol-ne-derogera-pas-a-la-jauge-de-5000-spectateurs-face-au-psg-1641557297_x600_articles-509206.jpg", + "image": "https://www.sofoot.com/IMG/img-le-pfc-jouera-son-premier-match-de-suspension-au-mans-1641975909_x600_articles-509387.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94894,20 +96940,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "17733b4e83ac4c410c2d8468583735fc", + "hash": "3cb5b156de2aa8c65bf99885c3b5c7f3", "highlights": [] }, { - "title": "Sébastien Haller : \"Une Coupe du monde tous les deux ans ? Mais vous êtes des malades\"", - "description": "Et un tacle de plus pour Arsène Wenger.
    \n
    \nEn pleine bourre avec l'Ajax cette saison (22 buts et 6 passes décisives en 24 rencontres), Sébastien Haller s'apprête à découvrir les joies…

    ", - "content": "Et un tacle de plus pour Arsène Wenger.
    \n
    \nEn pleine bourre avec l'Ajax cette saison (22 buts et 6 passes décisives en 24 rencontres), Sébastien Haller s'apprête à découvrir les joies…

    ", + "title": "La Côte d'Ivoire perd son gardien suspendu pour dopage", + "description": "Pour une fois, que ce n'est pas la Covid.
    \n
    \nLe gardien Sylvain Gbohouo ne participera pas à la CAN. Le numéro 1 de la Côte d'Ivoire a été suspendu pour dopage à la suite d'un…

    ", + "content": "Pour une fois, que ce n'est pas la Covid.
    \n
    \nLe gardien Sylvain Gbohouo ne participera pas à la CAN. Le numéro 1 de la Côte d'Ivoire a été suspendu pour dopage à la suite d'un…

    ", "category": "", - "link": "https://www.sofoot.com/sebastien-haller-une-coupe-du-monde-tous-les-deux-ans-mais-vous-etes-des-malades-509205.html", + "link": "https://www.sofoot.com/la-cote-d-ivoire-perd-son-gardien-suspendu-pour-dopage-509386.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T11:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-sebastien-haller-une-coupe-du-monde-tous-les-deux-ans-mais-vous-etes-des-malades-1641557178_x600_articles-509205.jpg", + "pubDate": "2022-01-12T07:36:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-cote-d-ivoire-perd-son-gardien-suspendu-pour-dopage-1641975427_x600_articles-509386.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-sebastien-haller-une-coupe-du-monde-tous-les-deux-ans-mais-vous-etes-des-malades-1641557178_x600_articles-509205.jpg", + "image": "https://www.sofoot.com/IMG/img-la-cote-d-ivoire-perd-son-gardien-suspendu-pour-dopage-1641975427_x600_articles-509386.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94916,20 +96962,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d409e1767bc4811e9f4b8b354a08b894", + "hash": "f81cfc15ffd31ea3a80e46341b1fec39", "highlights": [] }, { - "title": "Nabil Bentaleb se relance à Angers", - "description": "Fennec plus ultra.
    \n
    \nOn l'avait perdu de vue depuis la fin de son contrat à Schalke 04 l'été dernier, mais Nabil Bentaleb reprend du service. Libre de tout contrat, l'Algérien…

    ", - "content": "Fennec plus ultra.
    \n
    \nOn l'avait perdu de vue depuis la fin de son contrat à Schalke 04 l'été dernier, mais Nabil Bentaleb reprend du service. Libre de tout contrat, l'Algérien…

    ", + "title": "Pourquoi le Barça peut remercier Samuel Umtiti", + "description": "En prolongeant son contrat de trois ans avec le FC Barcelone lundi, Samuel Umtiti est devenu le sauveur d'un club en manque de fonds. En baissant son salaire de 10%, Big Sam s'est de nouveau sacrifié pour la patrie, catalane cette fois, et permet au Barça d'inscrire sur ses listes sa recrue phare de l'hiver : Ferran Torres. Petit calcul d'épicier ou nouveau plan de départ ?En Catalogne, los Reyes Magos sont passés avec un peu de retard. Le 10 janvier, le FC Barcelone annonce à la surprise générale los Reyes Magos sont passés avec un peu de retard. Le 10 janvier, le FC Barcelone annonce à la surprise générale Sympa l'ambiance.
    \n
    \nCe vendredi, Roland Romeyer s'est longuement confié dans les colonnes du

    ", - "content": "Sympa l'ambiance.
    \n
    \nCe vendredi, Roland Romeyer s'est longuement confié dans les colonnes du


    ", + "title": "Tonton Daniel Alves, tuteur des jeunes du Barça", + "description": "De retour au sein de l'effectif du FC Barcelone depuis la nomination de Xavi en tant qu'entraîneur principal, Daniel Alves (38 ans) a été titulaire lors des deux premiers matchs de l'année 2022 du Barça. Et le moins que l'on puisse dire, c'est que le Brésilien se sent comme un poisson dans l'eau dans un club en quête de certitudes.Le faciès frustré, Xavi se présente en conférence d'après-match à Grenade avec des mots crus envers son équipe. \"C'est un match où nous aurions dû mener 2-0 et tuer le match, et ce…", + "content": "Le faciès frustré, Xavi se présente en conférence d'après-match à Grenade avec des mots crus envers son équipe. \"C'est un match où nous aurions dû mener 2-0 et tuer le match, et ce…", "category": "", - "link": "https://www.sofoot.com/romeyer-claude-puel-est-un-entraineur-brillant-mais-ca-ne-suffit-pas-509202.html", + "link": "https://www.sofoot.com/tonton-daniel-alves-tuteur-des-jeunes-du-barca-509369.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T10:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-romeyer-claude-puel-est-un-entraineur-brillant-mais-ca-ne-suffit-pas-1641556294_x600_articles-509202.jpg", + "pubDate": "2022-01-12T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tonton-daniel-alves-tuteur-des-jeunes-du-barca-1641910200_x600_articles-alt-509369.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-romeyer-claude-puel-est-un-entraineur-brillant-mais-ca-ne-suffit-pas-1641556294_x600_articles-509202.jpg", + "image": "https://www.sofoot.com/IMG/img-tonton-daniel-alves-tuteur-des-jeunes-du-barca-1641910200_x600_articles-alt-509369.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94960,20 +97006,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd70772b3bacf627d1d9f1a58a9ad9f8", + "hash": "d28590e118760c64a85a368c7bff334c", "highlights": [] }, { - "title": "Kheira Hamraoui et Aminata Diallo pourraient rejouer dimanche", - "description": "Retour à la normale.
    \n
    \nL'entraîneur de la section féminine du Paris Saint-Germain, Didier Ollé-Nicolle, a annoncé ce vendredi que Kheira Hamraoui et Aminata Diallo pourraient faire…

    ", - "content": "Retour à la normale.
    \n
    \nL'entraîneur de la section féminine du Paris Saint-Germain, Didier Ollé-Nicolle, a annoncé ce vendredi que Kheira Hamraoui et Aminata Diallo pourraient faire…

    ", + "title": "Bissouma, deuxième envol avec les Aigles du Mali", + "description": "Pour l'ouverture de son tournoi, le Mali défie la Tunisie ce mercredi au stade de Limbé. Mais alors que les Aigles débarquent à cette CAN avec de grandes ambitions, ils vont également pouvoir compter sur le retour, comme si de rien n'était, du milieu de Brighton Yves Bissouma, absent de la sélection depuis plus de trois ans pour des \"raisons personnelles\".16 octobre 2018. Au moment de quitter la pelouse burundaise sur laquelle il venait d'honorer sa dix-huitième cape, Yves Bissouma ne pensait probablement pas qu'il n'allait plus revêtir le…", + "content": "16 octobre 2018. Au moment de quitter la pelouse burundaise sur laquelle il venait d'honorer sa dix-huitième cape, Yves Bissouma ne pensait probablement pas qu'il n'allait plus revêtir le…", "category": "", - "link": "https://www.sofoot.com/kheira-hamraoui-et-aminata-diallo-pourraient-rejouer-dimanche-509200.html", + "link": "https://www.sofoot.com/bissouma-deuxieme-envol-avec-les-aigles-du-mali-509365.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T10:35:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-kheira-hamraoui-et-aminata-diallo-pourraient-rejouer-dimanche-1641552177_x600_articles-509200.jpg", + "pubDate": "2022-01-12T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bissouma-deuxieme-envol-avec-les-aigles-du-mali-1641914527_x600_articles-alt-509365.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-kheira-hamraoui-et-aminata-diallo-pourraient-rejouer-dimanche-1641552177_x600_articles-509200.jpg", + "image": "https://www.sofoot.com/IMG/img-bissouma-deuxieme-envol-avec-les-aigles-du-mali-1641914527_x600_articles-alt-509365.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -94982,20 +97028,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "52a1e6fbfd356ef83bbd6568e5133024", + "hash": "30589e60184eda401d39bd7d159b5b63", "highlights": [] }, { - "title": "Arsenal lance l'initiative \"No More Red\" pour lutter contre la violence chez les jeunes", - "description": "Ceci n'est pas un manifeste anti-Liverpool.
    \n
    \nArsenal et Adidas s'engagent dans l'initiative No More Red afin de sensibiliser le public aux crimes commis à l'arme blanche et à la…

    ", - "content": "Ceci n'est pas un manifeste anti-Liverpool.
    \n
    \nArsenal et Adidas s'engagent dans l'initiative No More Red afin de sensibiliser le public aux crimes commis à l'arme blanche et à la…

    ", + "title": "Supercoupe d'Espagne : l'or rance d'Arabie saoudite", + "description": "Deux ans après une première édition à Djeddah, la Supercopa revient en Arabie saoudite, cette fois à Riyad. La fédération espagnole a envoyé le FC Barcelone, le Real Madrid, l'Atlético et l'Athletic à 4000 kilomètres de chez eux, convaincue par des arguments sonnants et trébuchants. Une nouvelle occasion pour la monarchie du Golfe de se montrer sous un jour favorable, en poussant sous le tapis les sujets qui la dérangent.Rien que d'y penser, le régime saoudien se frotte les mains. Une grande partie du monde du football aura le regard tourné vers le stade international du Roi-Fahd ce mercredi. L'enceinte avait…", + "content": "Rien que d'y penser, le régime saoudien se frotte les mains. Une grande partie du monde du football aura le regard tourné vers le stade international du Roi-Fahd ce mercredi. L'enceinte avait…", "category": "", - "link": "https://www.sofoot.com/arsenal-lance-l-initiative-no-more-red-pour-lutter-contre-la-violence-chez-les-jeunes-509201.html", + "link": "https://www.sofoot.com/supercoupe-d-espagne-l-or-rance-d-arabie-saoudite-509355.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T10:12:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-arsenal-lance-l-initiative-no-more-red-pour-lutter-contre-la-violence-chez-les-jeunes-1641552093_x600_articles-509201.jpg", + "pubDate": "2022-01-12T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-supercoupe-d-espagne-l-or-rance-d-arabie-saoudite-1641922143_x600_articles-alt-509355.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-arsenal-lance-l-initiative-no-more-red-pour-lutter-contre-la-violence-chez-les-jeunes-1641552093_x600_articles-509201.jpg", + "image": "https://www.sofoot.com/IMG/img-supercoupe-d-espagne-l-or-rance-d-arabie-saoudite-1641922143_x600_articles-alt-509355.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95004,20 +97050,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba1e49ead0018077c96b91e48f75478c", + "hash": "dd9d4ddc913d1fd56c10815baec0400d", "highlights": [] }, { - "title": "Philippe Coutinho se relance à Aston Villa", - "description": "Coutinho is back.
    \n
    \nL'annonce vient d'être faite ce vendredi par Aston Villa, Philippe Coutinho est prêté aux Villans pour les six prochains mois. Le club de Birmingham…

    ", - "content": "Coutinho is back.
    \n
    \nL'annonce vient d'être faite ce vendredi par Aston Villa, Philippe Coutinho est prêté aux Villans pour les six prochains mois. Le club de Birmingham…

    ", + "title": "La Guinée-Bissau s'endort contre le Soudan", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/philippe-coutinho-se-relance-a-aston-villa-509198.html", + "link": "https://www.sofoot.com/la-guinee-bissau-s-endort-contre-le-soudan-509384.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T09:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-philippe-coutinho-se-relance-a-aston-villa-1641551038_x600_articles-509198.jpg", + "pubDate": "2022-01-11T21:06:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-guinee-bissau-s-endort-contre-le-soudan-1641935175_x600_articles-509384.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-philippe-coutinho-se-relance-a-aston-villa-1641551038_x600_articles-509198.jpg", + "image": "https://www.sofoot.com/IMG/img-la-guinee-bissau-s-endort-contre-le-soudan-1641935175_x600_articles-509384.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95026,20 +97072,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "be2e50700c9f6f6d30ee86f1fd3f823e", + "hash": "9898959a9e780f7dd2cdba8e9d187faf", "highlights": [] }, { - "title": "Pronostic Dunkerque Paris FC : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Dunkerque bute sur l'efficacité du Paris FC

    \n
    \nDe retour en Ligue 2 la saison passée, Dunkerque a réussi l'objectif qu'il s'était fixé, à…
    ", - "content": "

    Dunkerque bute sur l'efficacité du Paris FC

    \n
    \nDe retour en Ligue 2 la saison passée, Dunkerque a réussi l'objectif qu'il s'était fixé, à…
    ", + "title": "Le Nigeria mange l'Égypte de Mohamed Salah", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-dunkerque-paris-fc-analyse-cotes-et-prono-du-match-de-ligue-2-509101.html", + "link": "https://www.sofoot.com/le-nigeria-mange-l-egypte-de-mohamed-salah-509382.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T09:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-dunkerque-paris-fc-analyse-cotes-et-prono-du-match-de-ligue-2-1641378021_x600_articles-509101.jpg", + "pubDate": "2022-01-11T18:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-nigeria-mange-l-egypte-de-mohamed-salah-1641923811_x600_articles-509382.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-dunkerque-paris-fc-analyse-cotes-et-prono-du-match-de-ligue-2-1641378021_x600_articles-509101.jpg", + "image": "https://www.sofoot.com/IMG/img-le-nigeria-mange-l-egypte-de-mohamed-salah-1641923811_x600_articles-509382.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95048,20 +97094,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "da3092f958609d0eb0be64d2094de232", + "hash": "ff2c52d0ddab4f09a57cb7ebb692a12d", "highlights": [] }, { - "title": "Roxana Maracineanu : \"On ira sur des jauges proportionnelles\"", - "description": "Visiblement, le groupe ne vit pas bien au FC Gouvernement.
    \n
    \nBonne nouvelle ! Ce vendredi matin, la ministre des Sports Roxana Maracineanu a annoncé sur France Info que les jauges…

    ", - "content": "Visiblement, le groupe ne vit pas bien au FC Gouvernement.
    \n
    \nBonne nouvelle ! Ce vendredi matin, la ministre des Sports Roxana Maracineanu a annoncé sur France Info que les jauges…

    ", + "title": "Patrice Lair n'est plus l'entraîneur des féminines de Bordeaux", + "description": "De Lair !
    \n
    \nLes Girondins de Bordeaux ont licencié ce mardi Patrice Lair, entraîneur de l'équipe féminine depuis cet été, selon une information de


    ", + "content": "De Lair !
    \n
    \nLes Girondins de Bordeaux ont licencié ce mardi Patrice Lair, entraîneur de l'équipe féminine depuis cet été, selon une information de


    ", "category": "", - "link": "https://www.sofoot.com/roxana-maracineanu-on-ira-sur-des-jauges-proportionnelles-509196.html", + "link": "https://www.sofoot.com/patrice-lair-n-est-plus-l-entraineur-des-feminines-de-bordeaux-509383.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T09:27:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-roxana-maracineanu-on-ira-sur-des-jauges-proportionnelles-1641548931_x600_articles-509196.jpg", + "pubDate": "2022-01-11T17:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-patrice-lair-n-est-plus-l-entraineur-des-feminines-de-bordeaux-1641922496_x600_articles-509383.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-roxana-maracineanu-on-ira-sur-des-jauges-proportionnelles-1641548931_x600_articles-509196.jpg", + "image": "https://www.sofoot.com/IMG/img-patrice-lair-n-est-plus-l-entraineur-des-feminines-de-bordeaux-1641922496_x600_articles-509383.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95070,20 +97116,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce0c5494f3ebffc7db90e057a921c611", + "hash": "feae136325bd64f7e413a1585d7a9166", "highlights": [] }, { - "title": "Pronostic Valenciennes Guingamp : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Un Valenciennes – Guingamp avec des buts de chaque côté

    \n
    \nValenciennes et Guingamp au lancement de cette saison de Ligue 2 étaient des outsiders pour…
    ", - "content": "

    Un Valenciennes – Guingamp avec des buts de chaque côté

    \n
    \nValenciennes et Guingamp au lancement de cette saison de Ligue 2 étaient des outsiders pour…
    ", + "title": "FIFAgate : le procès en appel de Nasser al-Khelaïfi repoussé au mois de mars", + "description": "Histoire de faire durer le suspense.
    \n
    \nFin octobre 2020, Nasser al-Khelaïfi pensait en avoir terminé avec la justice lorsque
    ", + "content": "Histoire de faire durer le suspense.
    \n
    \nFin octobre 2020, Nasser al-Khelaïfi pensait en avoir terminé avec la justice lorsque
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-valenciennes-guingamp-analyse-cotes-et-prono-du-match-de-ligue-2-509105.html", + "link": "https://www.sofoot.com/fifagate-le-proces-en-appel-de-nasser-al-khelaifi-repousse-au-mois-de-mars-509381.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T09:25:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-valenciennes-guingamp-analyse-cotes-et-prono-du-match-de-ligue-2-1641378681_x600_articles-509105.jpg", + "pubDate": "2022-01-11T17:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-fifagate-le-proces-en-appel-de-nasser-al-khelaifi-repousse-au-mois-de-mars-1641921129_x600_articles-509381.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-valenciennes-guingamp-analyse-cotes-et-prono-du-match-de-ligue-2-1641378681_x600_articles-509105.jpg", + "image": "https://www.sofoot.com/IMG/img-fifagate-le-proces-en-appel-de-nasser-al-khelaifi-repousse-au-mois-de-mars-1641921129_x600_articles-509381.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95092,20 +97138,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "aebbdd18b6380cf26d84e5c0f22ae43b", + "hash": "abcd32baa15f993f52663be127853ca2", "highlights": [] }, { - "title": "Michel Platini : \"On m'a viré pour pas que je sois président de la FIFA\"", - "description": "Blanc comme neige.
    \n
    \nTout comme Sepp Blatter, Michel Platini avait été renvoyé début novembre 2021 vers la justice pour \"gestion déloyale\", \"abus de confiance\", \"faux dans…

    ", - "content": "Blanc comme neige.
    \n
    \nTout comme Sepp Blatter, Michel Platini avait été renvoyé début novembre 2021 vers la justice pour \"gestion déloyale\", \"abus de confiance\", \"faux dans…

    ", + "title": "Forfait pour la CAN, Osimhen de retour à l'entraînement avec Naples ", + "description": "Retour attendu.
    \n
    \nTesté positif à la Covid le 30 décembre, Victor Osimhen avait été contraint de


    ", + "content": "Retour attendu.
    \n
    \nTesté positif à la Covid le 30 décembre, Victor Osimhen avait été contraint de


    ", "category": "", - "link": "https://www.sofoot.com/michel-platini-on-m-a-vire-pour-pas-que-je-sois-president-de-la-fifa-509197.html", + "link": "https://www.sofoot.com/forfait-pour-la-can-osimhen-de-retour-a-l-entrainement-avec-naples-509376.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T09:22:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-michel-platini-on-m-a-vire-pour-pas-que-je-sois-president-de-la-fifa-1641550901_x600_articles-509197.jpg", + "pubDate": "2022-01-11T16:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-forfait-pour-la-can-osimhen-de-retour-a-l-entrainement-avec-naples-1641918473_x600_articles-509376.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-michel-platini-on-m-a-vire-pour-pas-que-je-sois-president-de-la-fifa-1641550901_x600_articles-509197.jpg", + "image": "https://www.sofoot.com/IMG/img-forfait-pour-la-can-osimhen-de-retour-a-l-entrainement-avec-naples-1641918473_x600_articles-509376.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95114,20 +97160,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf162a030df178bc232211fc0447b77c", + "hash": "0cb2469da73213e713c75e7f4cc8a8a6", "highlights": [] }, { - "title": "Pronostic Dijon Nîmes : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Dijon enchaine face à Nîmes

    \n
    \nAuteur d'une saison de Ligue 1 catastrophique l'an passé, Dijon avait été logiquement relégué. Les dirigeants…
    ", - "content": "

    Dijon enchaine face à Nîmes

    \n
    \nAuteur d'une saison de Ligue 1 catastrophique l'an passé, Dijon avait été logiquement relégué. Les dirigeants…
    ", + "title": "Le président de Toronto avoue avoir repéré Insigne sur Transfermarkt", + "description": "Il suffisait d'un signe.
    \n
    \n
    Après avoir annoncé la signature de Lorenzo Insigne au Toronto FC ce…

    ", + "content": "Il suffisait d'un signe.
    \n
    \nAprès avoir annoncé la signature de Lorenzo Insigne au Toronto FC ce…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-dijon-nimes-analyse-cotes-et-prono-du-match-de-ligue-2-509100.html", + "link": "https://www.sofoot.com/le-president-de-toronto-avoue-avoir-repere-insigne-sur-transfermarkt-509380.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T09:20:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-dijon-nimes-analyse-cotes-et-prono-du-match-de-ligue-2-1641377740_x600_articles-509100.jpg", + "pubDate": "2022-01-11T16:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-president-de-toronto-avoue-avoir-repere-insigne-sur-transfermarkt-1641918185_x600_articles-509380.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-dijon-nimes-analyse-cotes-et-prono-du-match-de-ligue-2-1641377740_x600_articles-509100.jpg", + "image": "https://www.sofoot.com/IMG/img-le-president-de-toronto-avoue-avoir-repere-insigne-sur-transfermarkt-1641918185_x600_articles-509380.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95136,20 +97182,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbfc2dc5ba11a2c422f2000a8d33ee2b", + "hash": "9147523e9721683a8145cf3eccbc7e72", "highlights": [] }, { - "title": "Pronostic Pau Rodez : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Pau retrouve son mordant à domicile face à Rodez

    \n
    \nPromu l'an passé en Ligue 2, Pau avait conservé sa place grâce à une excellente seconde partie…
    ", - "content": "

    Pau retrouve son mordant à domicile face à Rodez

    \n
    \nPromu l'an passé en Ligue 2, Pau avait conservé sa place grâce à une excellente seconde partie…
    ", + "title": "Clément Chantôme va signer en N2 à Chartres ! ", + "description": "Un amoureux du ballon !
    \n
    \nAprès Poissy, Clément Chantôme va connaître à 34 ans un autre club amateur. L'ancien Parisien va s'engager avec Chartres, club de National 2, et s'est même…

    ", + "content": "Un amoureux du ballon !
    \n
    \nAprès Poissy, Clément Chantôme va connaître à 34 ans un autre club amateur. L'ancien Parisien va s'engager avec Chartres, club de National 2, et s'est même…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-pau-rodez-analyse-cotes-et-prono-du-match-de-ligue-2-509104.html", + "link": "https://www.sofoot.com/clement-chantome-va-signer-en-n2-a-chartres-509377.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T09:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-pau-rodez-analyse-cotes-et-prono-du-match-de-ligue-2-1641378487_x600_articles-509104.jpg", + "pubDate": "2022-01-11T16:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-clement-chantome-va-signer-en-n2-a-chartres-1641917668_x600_articles-509377.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-pau-rodez-analyse-cotes-et-prono-du-match-de-ligue-2-1641378487_x600_articles-509104.jpg", + "image": "https://www.sofoot.com/IMG/img-clement-chantome-va-signer-en-n2-a-chartres-1641917668_x600_articles-509377.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95158,20 +97204,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "784148f5e70a1d1f229c97b59770b80b", + "hash": "4456dd443c0791bf18fe33cf6a53cc26", "highlights": [] }, { - "title": "Kieran Trippier débarque à Newcastle", - "description": "Recruté à prix d'or noir.
    \n
    \nOn connaît le nom de la première recrue de Newcastle nouvelle version. L'arrivée du latéral de l'Atlético de Madrid Kieran Trippier vers Newcastle a…

    ", - "content": "Recruté à prix d'or noir.
    \n
    \nOn connaît le nom de la première recrue de Newcastle nouvelle version. L'arrivée du latéral de l'Atlético de Madrid Kieran Trippier vers Newcastle a…

    ", + "title": "Lorient prête Adrian Grbić au Vitesse Arnhem", + "description": "Adrian Galèrebić.
    \n
    \nArrivé à Lorient à l'été 2020 avec le statut de deuxième meilleur buteur de Ligue 2 derrière Tino Kadewere, Adrian Grbić tarde à confirmer. Depuis plusieurs…

    ", + "content": "Adrian Galèrebić.
    \n
    \nArrivé à Lorient à l'été 2020 avec le statut de deuxième meilleur buteur de Ligue 2 derrière Tino Kadewere, Adrian Grbić tarde à confirmer. Depuis plusieurs…

    ", "category": "", - "link": "https://www.sofoot.com/kieran-trippier-debarque-a-newcastle-509180.html", + "link": "https://www.sofoot.com/lorient-prete-adrian-grbic-au-vitesse-arnhem-509375.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T09:14:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-kieran-trippier-debarque-a-newcastle-1641547920_x600_articles-509180.jpg", + "pubDate": "2022-01-11T16:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lorient-prete-adrian-grbic-au-vitesse-arnhem-1641915834_x600_articles-509375.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-kieran-trippier-debarque-a-newcastle-1641547920_x600_articles-509180.jpg", + "image": "https://www.sofoot.com/IMG/img-lorient-prete-adrian-grbic-au-vitesse-arnhem-1641915834_x600_articles-509375.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95180,20 +97226,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e35cc44194035a54183cd38c05eee70e", + "hash": "91d467164cf6ac21e1e1ffffc9f689b2", "highlights": [] }, { - "title": "Pronostic Caen Niort : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Caen se heurte à Niort

    \n
    \nAttendu comme l'un des candidats aux barrages d'accession en Ligue 1, le Stade Malherbe de Caen déçoit avec une triste 14e…
    ", - "content": "

    Caen se heurte à Niort

    \n
    \nAttendu comme l'un des candidats aux barrages d'accession en Ligue 1, le Stade Malherbe de Caen déçoit avec une triste 14e…
    ", + "title": "Jürgen Klopp et le \"grand nombre de faux positifs\" de Liverpool", + "description": "Problème de tests.
    \n
    \nPrésent en conférence de presse ce mardi, Jürgen Klopp a donné des nouvelles de son groupe suite aux nombreux cas de Covid ayant conduit au report de la demie de…

    ", + "content": "Problème de tests.
    \n
    \nPrésent en conférence de presse ce mardi, Jürgen Klopp a donné des nouvelles de son groupe suite aux nombreux cas de Covid ayant conduit au report de la demie de…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-caen-niort-analyse-cotes-et-prono-du-match-de-ligue-2-509098.html", + "link": "https://www.sofoot.com/jurgen-klopp-et-le-grand-nombre-de-faux-positifs-de-liverpool-509373.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T09:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-caen-niort-analyse-cotes-et-prono-du-match-de-ligue-2-1641377544_x600_articles-509098.jpg", + "pubDate": "2022-01-11T15:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jurgen-klopp-et-le-grand-nombre-de-faux-positifs-de-liverpool-1641914625_x600_articles-509373.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-caen-niort-analyse-cotes-et-prono-du-match-de-ligue-2-1641377544_x600_articles-509098.jpg", + "image": "https://www.sofoot.com/IMG/img-jurgen-klopp-et-le-grand-nombre-de-faux-positifs-de-liverpool-1641914625_x600_articles-509373.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95202,20 +97248,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f44601f299f52cec96c50e49920e87b6", + "hash": "2cfebd0494adddb3c0893d62ac20058a", "highlights": [] }, { - "title": "Troyes-Montpellier également reporté ", - "description": "La LFP a tranché et sa sentence est irrévocable.
    \n
    \nLa commission des compétitions de la LFP a officialisé ce vendredi le report de la rencontre Troyes-Montpellier. Initialement prévu…

    ", - "content": "La LFP a tranché et sa sentence est irrévocable.
    \n
    \nLa commission des compétitions de la LFP a officialisé ce vendredi le report de la rencontre Troyes-Montpellier. Initialement prévu…

    ", + "title": "En direct : Nigeria - Égypte", + "description": "94' : ALLEZ ZOU ! Le Nigéria démarre parfaitement en s'offrant l'Égypte de Moh Salah, grâce à ...", + "content": "94' : ALLEZ ZOU ! Le Nigéria démarre parfaitement en s'offrant l'Égypte de Moh Salah, grâce à ...", "category": "", - "link": "https://www.sofoot.com/troyes-montpellier-egalement-reporte-509190.html", + "link": "https://www.sofoot.com/en-direct-nigeria-egypte-509370.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T09:07:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-troyes-montpellier-egalement-reporte-1641549176_x600_articles-509190.jpg", + "pubDate": "2022-01-11T15:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-nigeria-egypte-1641920412_x600_articles-alt-509370.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-troyes-montpellier-egalement-reporte-1641549176_x600_articles-509190.jpg", + "image": "https://www.sofoot.com/IMG/img-en-direct-nigeria-egypte-1641920412_x600_articles-alt-509370.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95224,20 +97270,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d651816c7e50a3d8aafe9290ee10f76", + "hash": "712e7e145accbd0785ed1a4d00ae1714", "highlights": [] }, { - "title": "Pronostic Grenoble Auxerre : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Auxerre se relance à Grenoble

    \n
    \nSurprenant barragiste la saison passée, Grenoble s'était seulement incliné lors des demi-finales à Toulouse. Suite…
    ", - "content": "

    Auxerre se relance à Grenoble

    \n
    \nSurprenant barragiste la saison passée, Grenoble s'était seulement incliné lors des demi-finales à Toulouse. Suite…
    ", + "title": "La FIFA ouvre une enquête sur les accusations de pédophilie au Gabon", + "description": "La FIFA bien décidée à agir.
    \n
    \nLes accusations d'agressions sexuelles sur…

    ", + "content": "La FIFA bien décidée à agir.
    \n
    \nLes accusations d'agressions sexuelles sur…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-grenoble-auxerre-analyse-cotes-et-prono-du-match-de-ligue-2-509102.html", + "link": "https://www.sofoot.com/la-fifa-ouvre-une-enquete-sur-les-accusations-de-pedophilie-au-gabon-509372.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T09:05:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-grenoble-auxerre-analyse-cotes-et-prono-du-match-de-ligue-2-1641378238_x600_articles-509102.jpg", + "pubDate": "2022-01-11T15:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-fifa-ouvre-une-enquete-sur-les-accusations-de-pedophilie-au-gabon-1641914145_x600_articles-509372.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-grenoble-auxerre-analyse-cotes-et-prono-du-match-de-ligue-2-1641378238_x600_articles-509102.jpg", + "image": "https://www.sofoot.com/IMG/img-la-fifa-ouvre-une-enquete-sur-les-accusations-de-pedophilie-au-gabon-1641914145_x600_articles-509372.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95246,20 +97292,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d230205555611305e856b3c8a5cdaccc", + "hash": "cd3990a114fd72c97df169568d86c68d", "highlights": [] }, { - "title": "Pronostic Bastia Quevilly-Rouen : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Bastia réalise une bonne affaire face à Quevilly Rouen

    \n
    \nL'opposition entre Bastia et Quevilly Rouen met aux prises les deux promus de cette nouvelle…
    ", - "content": "

    Bastia réalise une bonne affaire face à Quevilly Rouen

    \n
    \nL'opposition entre Bastia et Quevilly Rouen met aux prises les deux promus de cette nouvelle…
    ", + "title": "Après onze mois d'absence, Jeff Reine-Adélaïde enfin de retour à l'entraînement avec l'OL", + "description": "Enfin un sourire à l'OL.
    \n
    \nArrivé dans la cité rhodanienne durant le mercato estival 2019, Jeff Reine-Adélaïde n'a jamais vraiment pu montrer l'étendue de ses capacités chez les…

    ", + "content": "Enfin un sourire à l'OL.
    \n
    \nArrivé dans la cité rhodanienne durant le mercato estival 2019, Jeff Reine-Adélaïde n'a jamais vraiment pu montrer l'étendue de ses capacités chez les…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-bastia-quevilly-rouen-analyse-cotes-et-prono-du-match-de-ligue-2-509095.html", + "link": "https://www.sofoot.com/apres-onze-mois-d-absence-jeff-reine-adelaide-enfin-de-retour-a-l-entrainement-avec-l-ol-509371.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T09:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-bastia-quevilly-rouen-analyse-cotes-et-prono-du-match-de-ligue-2-1641375950_x600_articles-509095.jpg", + "pubDate": "2022-01-11T15:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-apres-onze-mois-d-absence-jeff-reine-adelaide-enfin-de-retour-a-l-entrainement-avec-l-ol-1641913684_x600_articles-509371.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-bastia-quevilly-rouen-analyse-cotes-et-prono-du-match-de-ligue-2-1641375950_x600_articles-509095.jpg", + "image": "https://www.sofoot.com/IMG/img-apres-onze-mois-d-absence-jeff-reine-adelaide-enfin-de-retour-a-l-entrainement-avec-l-ol-1641913684_x600_articles-509371.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95268,20 +97314,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "22fdc23700a422a1fe66e913d8358057", + "hash": "0f1f22536fb65f17efbce2f70d18dfd0", "highlights": [] }, { - "title": "Romeyer confirme la nécessité de vendre l'ASSE : \"Le club appartient à deux clowns\"", - "description": "Décidément, c'est le cirque à tous les étages !
    \n", - "content": "Décidément, c'est le cirque à tous les étages !
    \n", + "title": "L'Algérie cale face à la Sierra Leone", + "description": "Dans la famille \"débuts poussifs de favoris\", je demande l'Algérie.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/romeyer-confirme-la-necessite-de-vendre-l-asse-le-club-appartient-a-deux-clowns-509189.html", + "link": "https://www.sofoot.com/l-algerie-cale-face-a-la-sierra-leone-509334.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T08:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-romeyer-confirme-la-necessite-de-vendre-l-asse-le-club-appartient-a-deux-clowns-1641556613_x600_articles-509189.jpg", + "pubDate": "2022-01-11T14:54:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-algerie-cale-face-a-la-sierra-leone-1641914903_x600_articles-alt-509334.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-romeyer-confirme-la-necessite-de-vendre-l-asse-le-club-appartient-a-deux-clowns-1641556613_x600_articles-509189.jpg", + "image": "https://www.sofoot.com/IMG/img-l-algerie-cale-face-a-la-sierra-leone-1641914903_x600_articles-alt-509334.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95290,20 +97336,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee5d6f047e48e64d305e4c6b387eba82", + "hash": "96e443ed6e9022380f087ea954b957e1", "highlights": [] }, { - "title": "Pronostic Amiens AC Ajaccio : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Amiens tient tête à Ajaccio

    \n
    \nMal parti dans cette nouvelle saison de Ligue 2, Amiens a su relever la tête au cours de l'automne pour sortir de la…
    ", - "content": "

    Amiens tient tête à Ajaccio

    \n
    \nMal parti dans cette nouvelle saison de Ligue 2, Amiens a su relever la tête au cours de l'automne pour sortir de la…
    ", + "title": "Toulouse-Nancy reprogrammé le 19 janvier", + "description": "Une nouvelle date.
    \n
    \nLa rencontre Toulouse-Nancy vient d'être reprogrammée par la LFP. Le Téfécé en a fait l'annonce sur ses réseaux sociaux, le match se jouera le mercredi 19…

    ", + "content": "Une nouvelle date.
    \n
    \nLa rencontre Toulouse-Nancy vient d'être reprogrammée par la LFP. Le Téfécé en a fait l'annonce sur ses réseaux sociaux, le match se jouera le mercredi 19…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-amiens-ac-ajaccio-analyse-cotes-et-prono-du-match-de-ligue-2-509092.html", + "link": "https://www.sofoot.com/toulouse-nancy-reprogramme-le-19-janvier-509368.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T08:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-amiens-ac-ajaccio-analyse-cotes-et-prono-du-match-de-ligue-2-1641375732_x600_articles-509092.jpg", + "pubDate": "2022-01-11T14:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-toulouse-nancy-reprogramme-le-19-janvier-1641911945_x600_articles-509368.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-amiens-ac-ajaccio-analyse-cotes-et-prono-du-match-de-ligue-2-1641375732_x600_articles-509092.jpg", + "image": "https://www.sofoot.com/IMG/img-toulouse-nancy-reprogramme-le-19-janvier-1641911945_x600_articles-509368.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95312,20 +97358,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc1a60c3b78bc4067f5fad86c0698ac8", + "hash": "2f60940ba54be65fcdfda9796e7f03b9", "highlights": [] }, { - "title": "Pronostic Le Havre Sochaux : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Le Havre, à bon port face à Sochaux

    \n
    \nLa Ligue 2 repart ce samedi avec une affiche entre deux candidats aux playoffs, Le Havre et Sochaux. Actuellement,…
    ", - "content": "

    Le Havre, à bon port face à Sochaux

    \n
    \nLa Ligue 2 repart ce samedi avec une affiche entre deux candidats aux playoffs, Le Havre et Sochaux. Actuellement,…
    ", + "title": "Bordeaux écarte Koscielny, Maja, Kalu, Baysse et Zerkane", + "description": "Et bonne année 2022.
    \n
    \nLe grand ménage commence à Bordeaux. La direction des Girondins a informé plusieurs joueurs de l'effectif qu'ils s'entraîneraient désormais avec la…

    ", + "content": "Et bonne année 2022.
    \n
    \nLe grand ménage commence à Bordeaux. La direction des Girondins a informé plusieurs joueurs de l'effectif qu'ils s'entraîneraient désormais avec la…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-le-havre-sochaux-analyse-cotes-et-prono-du-match-de-ligue-2-509091.html", + "link": "https://www.sofoot.com/bordeaux-ecarte-koscielny-maja-kalu-baysse-et-zerkane-509367.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T08:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-le-havre-sochaux-analyse-cotes-et-prono-du-match-de-ligue-2-1641375311_x600_articles-509091.jpg", + "pubDate": "2022-01-11T13:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bordeaux-ecarte-koscielny-maja-kalu-baysse-et-zerkane-1641907998_x600_articles-509367.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-le-havre-sochaux-analyse-cotes-et-prono-du-match-de-ligue-2-1641375311_x600_articles-509091.jpg", + "image": "https://www.sofoot.com/IMG/img-bordeaux-ecarte-koscielny-maja-kalu-baysse-et-zerkane-1641907998_x600_articles-509367.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95334,20 +97380,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd87491b091ff31c3f3a43f3eb8ca073", + "hash": "0d70719ffe173075352490399d126244", "highlights": [] }, { - "title": "Pronostic Real Madrid Valence : Analyse, cotes et prono du match de Liga", - "description": "

    Le Real se reprend face à Valence

    \n
    \nLe Real Madrid a réalisé une excellente première partie de saison au cours de laquelle il a pris les commandes de…
    ", - "content": "

    Le Real se reprend face à Valence

    \n
    \nLe Real Madrid a réalisé une excellente première partie de saison au cours de laquelle il a pris les commandes de…
    ", + "title": "En direct : Algérie - Sierra Léone", + "description": "90' : Un immense bravo à Mohamed Kamara et à ses coéquipiers. L'Algérie tentera de rectifier ce ...", + "content": "90' : Un immense bravo à Mohamed Kamara et à ses coéquipiers. L'Algérie tentera de rectifier ce ...", "category": "", - "link": "https://www.sofoot.com/pronostic-real-madrid-valence-analyse-cotes-et-prono-du-match-de-liga-509056.html", + "link": "https://www.sofoot.com/en-direct-algerie-sierra-leone-509339.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T08:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-real-madrid-valence-analyse-cotes-et-prono-du-match-de-liga-1641287949_x600_articles-509056.jpg", + "pubDate": "2022-01-11T12:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-algerie-sierra-leone-1641913291_x600_articles-alt-509339.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-real-madrid-valence-analyse-cotes-et-prono-du-match-de-liga-1641287949_x600_articles-509056.jpg", + "image": "https://www.sofoot.com/IMG/img-en-direct-algerie-sierra-leone-1641913291_x600_articles-alt-509339.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95356,20 +97402,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "088834ec5b326b2d1dac877a0df83e24", + "hash": "4277d62bf3e154e84900ea7a25e5fd5e", "highlights": [] }, { - "title": "L'UNFP rappelle la LFP à l'ordre face au Covid-19", - "description": "Et la santé, surtout.
    \n
    \nDans un communiqué publié ce jeudi soir, l'UNFP adresse ses vœux à la…

    ", - "content": "Et la santé, surtout.
    \n
    \nDans un communiqué publié ce jeudi soir, l'UNFP adresse ses vœux à la…

    ", + "title": "Pronostic West Ham Norwich : Analyse, cotes et pronostic du match de Premier League", + "description": "

    West Ham retrouve le Top 4 face à Norwich

    \n
    \nLa fin d'année 2021 a été marquée par la recrudescence de cas de Covid dans les clubs britanniques,…
    ", + "content": "

    West Ham retrouve le Top 4 face à Norwich

    \n
    \nLa fin d'année 2021 a été marquée par la recrudescence de cas de Covid dans les clubs britanniques,…
    ", "category": "", - "link": "https://www.sofoot.com/l-unfp-rappelle-la-lfp-a-l-ordre-face-au-covid-19-509187.html", + "link": "https://www.sofoot.com/pronostic-west-ham-norwich-analyse-cotes-et-pronostic-du-match-de-premier-league-509366.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T08:12:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-unfp-rappelle-la-lfp-a-l-ordre-face-au-covid-19-1641545716_x600_articles-509187.jpg", + "pubDate": "2022-01-11T12:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-west-ham-norwich-analyse-cotes-et-pronostic-du-match-de-premier-league-1641905496_x600_articles-509366.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-l-unfp-rappelle-la-lfp-a-l-ordre-face-au-covid-19-1641545716_x600_articles-509187.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-west-ham-norwich-analyse-cotes-et-pronostic-du-match-de-premier-league-1641905496_x600_articles-509366.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95378,20 +97424,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3592edba39b04ea4e2b816a990e930c9", + "hash": "1550e66c299b0aed40b8a25671ab45dd", "highlights": [] }, { - "title": "Pronostic Francfort Dortmund : Analyse, cotes et prono du match de Bundesliga", - "description": "

    Un Francfort – Dortmund avec des buts de chaque côté

    \n
    \nLa 18e journée de Bundesliga nous offre une très belle affiche entre l'Eintracht Francfort…
    ", - "content": "

    Un Francfort – Dortmund avec des buts de chaque côté

    \n
    \nLa 18e journée de Bundesliga nous offre une très belle affiche entre l'Eintracht Francfort…
    ", + "title": "Kasper Schmeichel : \"Eriksen nous a dit d'aller jouer\"", + "description": "Près de sept mois après le terrible accident de Christian Eriksen survenu à l'Euro, les émotions redescendent et les…", + "content": "Près de sept mois après le terrible accident de Christian Eriksen survenu à l'Euro, les émotions redescendent et les…", "category": "", - "link": "https://www.sofoot.com/pronostic-francfort-dortmund-analyse-cotes-et-prono-du-match-de-bundesliga-509053.html", + "link": "https://www.sofoot.com/kasper-schmeichel-eriksen-nous-a-dit-d-aller-jouer-509360.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T08:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-francfort-dortmund-analyse-cotes-et-prono-du-match-de-bundesliga-1641286868_x600_articles-509053.jpg", + "pubDate": "2022-01-11T12:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-kasper-schmeichel-eriksen-nous-a-dit-d-aller-jouer-1641902846_x600_articles-509360.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-francfort-dortmund-analyse-cotes-et-prono-du-match-de-bundesliga-1641286868_x600_articles-509053.jpg", + "image": "https://www.sofoot.com/IMG/img-kasper-schmeichel-eriksen-nous-a-dit-d-aller-jouer-1641902846_x600_articles-509360.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95400,20 +97446,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5355b634845f5019932d1b81bbbb8963", + "hash": "3f8b7872ddb61152d0c34a02cbc3b397", "highlights": [] }, { - "title": "Pronostic Leicester Watford : Analyse, cotes et prono du match de FA Cup", - "description": "

    Leicester fait le job face à Watford

    \n
    \nLeicester lance ce samedi la défense de son titre en FA Cup. En effet, l'an passé à la surprise générale,…
    ", - "content": "

    Leicester fait le job face à Watford

    \n
    \nLeicester lance ce samedi la défense de son titre en FA Cup. En effet, l'an passé à la surprise générale,…
    ", + "title": "Pronostic Tottenham Chelsea : Analyse, cotes et pronostic de la demi-finale retour de la Carabao Cup", + "description": "

    Chelsea assure à Tottenham

    \n
    \nFinaliste de la Ligue des Champions sous les ordres de Mauricio Pochettino, Tottenham est depuis nettement moins performant.…
    ", + "content": "

    Chelsea assure à Tottenham

    \n
    \nFinaliste de la Ligue des Champions sous les ordres de Mauricio Pochettino, Tottenham est depuis nettement moins performant.…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-leicester-watford-analyse-cotes-et-prono-du-match-de-fa-cup-509055.html", + "link": "https://www.sofoot.com/pronostic-tottenham-chelsea-analyse-cotes-et-pronostic-de-la-demi-finale-retour-de-la-carabao-cup-509364.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T07:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-leicester-watford-analyse-cotes-et-prono-du-match-de-fa-cup-1641287415_x600_articles-509055.jpg", + "pubDate": "2022-01-11T12:28:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-tottenham-chelsea-analyse-cotes-et-pronostic-de-la-demi-finale-retour-de-la-carabao-cup-1641904538_x600_articles-509364.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-leicester-watford-analyse-cotes-et-prono-du-match-de-fa-cup-1641287415_x600_articles-509055.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-tottenham-chelsea-analyse-cotes-et-pronostic-de-la-demi-finale-retour-de-la-carabao-cup-1641904538_x600_articles-509364.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95422,20 +97468,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ddbee4c5170d8182d34f089e02c4864", + "hash": "1fd5d84fe951c187969ef2319a36dc7c", "highlights": [] }, { - "title": "Moise Kean visé par des cris de singe face à Naples ", - "description": "La Serie A va-t-elle enfin sévir ?
    \n
    \nLors de la rencontre opposant la Juventus et le Napoli qui s'est déroulée…

    ", - "content": "La Serie A va-t-elle enfin sévir ?
    \n
    \nLors de la rencontre opposant la Juventus et le Napoli qui s'est déroulée…

    ", + "title": "Pronostic Atalanta Bergame Venise : Analyse, cotes et pronostic de la Coupe d'Italie", + "description": "

    L'Atalanta mène sa barque contre Venise

    \n
    \nEn huitième de finale de la Coupe d'Italie, l'Atalanta Bergame reçoit Venise au Gewiss Stadium. Les…
    ", + "content": "

    L'Atalanta mène sa barque contre Venise

    \n
    \nEn huitième de finale de la Coupe d'Italie, l'Atalanta Bergame reçoit Venise au Gewiss Stadium. Les…
    ", "category": "", - "link": "https://www.sofoot.com/moise-kean-vise-par-des-cris-de-singe-face-a-naples-509186.html", + "link": "https://www.sofoot.com/pronostic-atalanta-bergame-venise-analyse-cotes-et-pronostic-de-la-coupe-d-italie-509363.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T07:29:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-moise-kean-vise-par-des-cris-de-singe-face-a-naples-1641544040_x600_articles-509186.jpg", + "pubDate": "2022-01-11T12:21:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-atalanta-bergame-venise-analyse-cotes-et-pronostic-de-la-coupe-d-italie-1641904075_x600_articles-509363.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-moise-kean-vise-par-des-cris-de-singe-face-a-naples-1641544040_x600_articles-509186.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-atalanta-bergame-venise-analyse-cotes-et-pronostic-de-la-coupe-d-italie-1641904075_x600_articles-509363.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95444,20 +97490,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "10b1f2a8e03d8adc1b321c5ad5f148cc", + "hash": "fec64e3474593dffe38eda543ed04fce", "highlights": [] }, { - "title": "Pronostic Lens Rennes : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Un Lens – Rennes ouvert

    \n
    \nAuteur d'une excellente saison l'an passé, le Racing Club de Lens est parti sur les mêmes bases lors de ce nouvel…
    ", - "content": "

    Un Lens – Rennes ouvert

    \n
    \nAuteur d'une excellente saison l'an passé, le Racing Club de Lens est parti sur les mêmes bases lors de ce nouvel…
    ", + "title": "CAN 2021 : Samuel Eto'o s'excuse auprès des journalistes algériens agressés", + "description": "Intervention présidentielle.
    \n
    \nAu lendemain de la violente agression au…

    ", + "content": "Intervention présidentielle.
    \n
    \nAu lendemain de la violente agression au…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-lens-rennes-analyse-cotes-et-prono-du-match-de-ligue-1-509143.html", + "link": "https://www.sofoot.com/can-2021-samuel-eto-o-s-excuse-aupres-des-journalistes-algeriens-agresses-509361.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T07:25:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lens-rennes-analyse-cotes-et-prono-du-match-de-ligue-1-1641462220_x600_articles-509143.jpg", + "pubDate": "2022-01-11T12:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-can-2021-samuel-eto-o-s-excuse-aupres-des-journalistes-algeriens-agresses-1641902485_x600_articles-509361.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-lens-rennes-analyse-cotes-et-prono-du-match-de-ligue-1-1641462220_x600_articles-509143.jpg", + "image": "https://www.sofoot.com/IMG/img-can-2021-samuel-eto-o-s-excuse-aupres-des-journalistes-algeriens-agresses-1641902485_x600_articles-509361.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95466,20 +97512,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c39e4b1de291e438b4be647491bd806c", + "hash": "73212f29efa23be105c8c5ef0fc3f50d", "highlights": [] }, { - "title": "Pronostic Lille Lorient : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Lille se reprend face à Lorient

    \n
    \nL'affiche du samedi après-midi en Ligue 1 met aux prises Lille à Lorient. Champion de France en titre, le club…
    ", - "content": "

    Lille se reprend face à Lorient

    \n
    \nL'affiche du samedi après-midi en Ligue 1 met aux prises Lille à Lorient. Champion de France en titre, le club…
    ", + "title": "Salah ne \"demande pas des choses folles\" à Liverpool pour prolonger ", + "description": "Salah met la pression.
    \n
    \nAvec un contrat arrivant à expiration en juin 2023, Mohamed Salah pourrait bien attirer les convoitises lors du prochain mercato estival. Pas d'inquiétudes pour…

    ", + "content": "Salah met la pression.
    \n
    \nAvec un contrat arrivant à expiration en juin 2023, Mohamed Salah pourrait bien attirer les convoitises lors du prochain mercato estival. Pas d'inquiétudes pour…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-lille-lorient-analyse-cotes-et-prono-du-match-de-ligue-1-509142.html", + "link": "https://www.sofoot.com/salah-ne-demande-pas-des-choses-folles-a-liverpool-pour-prolonger-509357.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T07:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lille-lorient-analyse-cotes-et-prono-du-match-de-ligue-1-1641462042_x600_articles-509142.jpg", + "pubDate": "2022-01-11T12:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-salah-ne-demande-pas-des-choses-folles-a-liverpool-pour-prolonger-1641901008_x600_articles-509357.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-lille-lorient-analyse-cotes-et-prono-du-match-de-ligue-1-1641462042_x600_articles-509142.jpg", + "image": "https://www.sofoot.com/IMG/img-salah-ne-demande-pas-des-choses-folles-a-liverpool-pour-prolonger-1641901008_x600_articles-509357.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95488,20 +97534,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "081f018404a2b83914906e7d10f43b33", + "hash": "8d0ad7fbdcf2c91dc459a3bce1c3bd6d", "highlights": [] }, { - "title": "Top 50 : Transferts avortés (de 10 à 2)", - "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.
    \nPas de Ballon d'or pour King Robert, mais le Polonais est le seul à être présent deux fois…
    ", - "content": "
    \nPas de Ballon d'or pour King Robert, mais le Polonais est le seul à être présent deux fois…
    ", + "title": "Patrice Évra souhaite que son livre aide \" d'autres enfants \" victimes d'agressions sexuelles", + "description": "Un livre comme un message.
    \n
    \nDéjà publié en Angleterre, Patrice Évra sortira le 13 janvier prochain son autobiographie I love this game, aux éditions Hugo Sport, dans lequel il…

    ", + "content": "Un livre comme un message.
    \n
    \nDéjà publié en Angleterre, Patrice Évra sortira le 13 janvier prochain son autobiographie I love this game, aux éditions Hugo Sport, dans lequel il…

    ", "category": "", - "link": "https://www.sofoot.com/top-50-transferts-avortes-de-10-a-2-509175.html", + "link": "https://www.sofoot.com/patrice-evra-souhaite-que-son-livre-aide-d-autres-enfants-victimes-d-agressions-sexuelles-509358.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-top-50-transferts-avortes-de-10-a-2-1641492961_x600_articles-alt-509175.jpg", + "pubDate": "2022-01-11T11:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-patrice-evra-souhaite-que-son-livre-aide-d-autres-enfants-victimes-d-agressions-sexuelles-1641900726_x600_articles-509358.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-top-50-transferts-avortes-de-10-a-2-1641492961_x600_articles-alt-509175.jpg", + "image": "https://www.sofoot.com/IMG/img-patrice-evra-souhaite-que-son-livre-aide-d-autres-enfants-victimes-d-agressions-sexuelles-1641900726_x600_articles-509358.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95510,20 +97556,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c9d0c03147fb0f55ea82adb60173e9a", + "hash": "43d64053095684c46543b6f0bef3de9e", "highlights": [] }, { - "title": "Les 7 joueurs qu'il faut suivre à la CAN", - "description": "Certains clubs européens, qui ne voient en la Coupe d'Afrique des nations qu'un mois où ils perdent leurs joueurs, vont prendre leur mal en patience du 9 janvier au 6 février. Pendant que nous autres allons nous régaler et découvrir des nouvelles têtes aux pieds talentueux. Histoire de prendre un peu d'avance, voici sept noms qu'il faudra connaître au coup d'envoi de la compétition.

    ", - "content": "

    ", + "title": "L'agent d'Ousmane Dembélé agacé par la gestion sportive de Barcelone", + "description": "Clash of clans.
    \n
    \nAlors que les querelles entre l'entourage d'Ousmane Dembélé et Barcelone se…

    ", + "content": "Clash of clans.
    \n
    \nAlors que les querelles entre l'entourage d'Ousmane Dembélé et Barcelone se…

    ", "category": "", - "link": "https://www.sofoot.com/les-7-joueurs-qu-il-faut-suivre-a-la-can-509119.html", + "link": "https://www.sofoot.com/l-agent-d-ousmane-dembele-agace-par-la-gestion-sportive-de-barcelone-509356.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-7-joueurs-qu-il-faut-suivre-a-la-can-1641391498_x600_articles-alt-509119.jpg", + "pubDate": "2022-01-11T11:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-agent-d-ousmane-dembele-agace-par-la-gestion-sportive-de-barcelone-1641900131_x600_articles-509356.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-les-7-joueurs-qu-il-faut-suivre-a-la-can-1641391498_x600_articles-alt-509119.jpg", + "image": "https://www.sofoot.com/IMG/img-l-agent-d-ousmane-dembele-agace-par-la-gestion-sportive-de-barcelone-1641900131_x600_articles-509356.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95532,20 +97578,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd50f8abae47f3c4dc3299276ead5bc6", + "hash": "1697c4d942d1b66775901dafe7372f1b", "highlights": [] }, { - "title": "Gareth Bale pourrait prendre sa retraite si le Pays de Galles ne va pas au Mondial", - "description": "Stop aux clubs de foot, place aux clubs de golf.
    \n
    \nUne nouvelle fois embourbé dans une saison de galère au Real Madrid (trois matchs disputés simplement), Gareth Bale pourrait bien dire…

    ", - "content": "Stop aux clubs de foot, place aux clubs de golf.
    \n
    \nUne nouvelle fois embourbé dans une saison de galère au Real Madrid (trois matchs disputés simplement), Gareth Bale pourrait bien dire…

    ", + "title": "Pronostic Inter Milan Juventus Turin : Analyse, cotes et pronostic de la SuperCoupe d'Italie", + "description": "

    L'Inter Milan confirme sa suprématie face à la Juventus

    \n
    \nL'Inter Milan a mis fin au règne de la Juventus qui a dominé la Serie A pendant 9…
    ", + "content": "

    L'Inter Milan confirme sa suprématie face à la Juventus

    \n
    \nL'Inter Milan a mis fin au règne de la Juventus qui a dominé la Serie A pendant 9…
    ", "category": "", - "link": "https://www.sofoot.com/gareth-bale-pourrait-prendre-sa-retraite-si-le-pays-de-galles-ne-va-pas-au-mondial-509210.html", + "link": "https://www.sofoot.com/pronostic-inter-milan-juventus-turin-analyse-cotes-et-pronostic-de-la-supercoupe-d-italie-509362.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T13:14:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-gareth-bale-pourrait-prendre-sa-retraite-si-le-pays-de-galles-ne-va-pas-au-mondial-1641564306_x600_articles-509210.jpg", + "pubDate": "2022-01-11T11:16:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-inter-milan-juventus-turin-analyse-cotes-et-pronostic-de-la-supercoupe-d-italie-1641903472_x600_articles-509362.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-gareth-bale-pourrait-prendre-sa-retraite-si-le-pays-de-galles-ne-va-pas-au-mondial-1641564306_x600_articles-509210.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-inter-milan-juventus-turin-analyse-cotes-et-pronostic-de-la-supercoupe-d-italie-1641903472_x600_articles-509362.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95554,20 +97600,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f000aaadb5971f0693322ddb067543ba", + "hash": "dd44210106a0f535f393dbd81468089a", "highlights": [] }, { - "title": "Dalian Atkinson, la fureur de vivre", - "description": "À Metz, personne ne se souvient de lui. Auteur d'un passage éclair chez les Grenats à l'hiver 1996, Dalian Atkinson a en revanche laissé une trace bien plus visible à la Real Sociedad et, surtout, à Aston Villa. En août 2016, l'attaquant anglais est décédé des suites de coups portés par des policiers. Cinq ans plus tard, l'un des accusés a été condamné à huit ans de prison et, dans le temps additionnel de l'année 2021, la police britannique a présenté ses excuses à la famille du défunt. L'occasion de revenir sur ce drame faisant tristement écho au meurtre de George Floyd. Et d'évoquer la carrière d'un homme qui, apparemment, n'aimait rien plus que de croquer la vie à pleines dents.Mieux vaut tard que jamais. Fin décembre 2021, les médias anglais révèlent que la famille de Dalian Atkinson a reçu un courrier signé de la main de Pippa Mills, chef de la West Mercia Police,…", - "content": "Mieux vaut tard que jamais. Fin décembre 2021, les médias anglais révèlent que la famille de Dalian Atkinson a reçu un courrier signé de la main de Pippa Mills, chef de la West Mercia Police,…", + "title": "Kroos veut terminer sa carrière au Real Madrid ", + "description": "Info Kroostillante.
    \n
    \nÀ 32 ans, Toni Kroos sait qu'il se rapproche de la fin. Dans un entretien accordé à

    ", + "content": "Info Kroostillante.
    \n
    \nÀ 32 ans, Toni Kroos sait qu'il se rapproche de la fin. Dans un entretien accordé à


    ", "category": "", - "link": "https://www.sofoot.com/dalian-atkinson-la-fureur-de-vivre-509074.html", + "link": "https://www.sofoot.com/kroos-veut-terminer-sa-carriere-au-real-madrid-509354.html", "creator": "SO FOOT", - "pubDate": "2022-01-07T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-dalian-atkinson-la-fureur-de-vivre-1641308141_x600_articles-alt-509074.jpg", + "pubDate": "2022-01-11T11:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-kroos-veut-terminer-sa-carriere-au-real-madrid-1641899324_x600_articles-509354.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-dalian-atkinson-la-fureur-de-vivre-1641308141_x600_articles-alt-509074.jpg", + "image": "https://www.sofoot.com/IMG/img-kroos-veut-terminer-sa-carriere-au-real-madrid-1641899324_x600_articles-509354.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95576,20 +97622,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d453c278041f326566ccab6bc7614585", + "hash": "1aa4a015ba4c7808ea89a593ce5e08f8", "highlights": [] }, { - "title": "L'Atlético se promène face à Majadahonda", - "description": "

    Rayo Majadahonda 0-5 Atlético de Madrid ", - "content": "

    Rayo Majadahonda 0-5 Atlético de Madrid ", + "title": "Botafogo va être racheté par un des copropriétaires de Crystal Palace", + "description": "L'âge de Palace.
    \n
    \nBotafogo, légendaire club de Rio, est en passe de se faire racheter par le magnat américain John Textor, générateur du fonds Eagle Holdings. Ce dernier détient…

    ", + "content": "L'âge de Palace.
    \n
    \nBotafogo, légendaire club de Rio, est en passe de se faire racheter par le magnat américain John Textor, générateur du fonds Eagle Holdings. Ce dernier détient…

    ", "category": "", - "link": "https://www.sofoot.com/l-atletico-se-promene-face-a-majadahonda-509108.html", + "link": "https://www.sofoot.com/botafogo-va-etre-rachete-par-un-des-coproprietaires-de-crystal-palace-509349.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T22:21:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-atletico-se-promene-face-a-majadahonda-1641508543_x600_articles-509108.jpg", + "pubDate": "2022-01-11T11:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-botafogo-va-etre-rachete-par-un-des-coproprietaires-de-crystal-palace-1641899127_x600_articles-509349.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-l-atletico-se-promene-face-a-majadahonda-1641508543_x600_articles-509108.jpg", + "image": "https://www.sofoot.com/IMG/img-botafogo-va-etre-rachete-par-un-des-coproprietaires-de-crystal-palace-1641899127_x600_articles-509349.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95598,20 +97644,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ee8ce82610a3dd9a54271f7980aa503", + "hash": "c6fef2f68a6b9bdbdfc14efa33673ad5", "highlights": [] }, { - "title": "Le Napoli endort la Juve", - "description": "Bien en place derrière, serein dans l'entrejeu, le Napoli a ligoté une Juve désespérante d'impuissance offensive et seulement sauvée par un pion de Federico Chiesa, encore une fois (1-1).

    ", - "content": "

    ", + "title": "C'est quoi cette histoire d'éclairage à Versailles ? ", + "description": "Apparemment, Louis XIV est à l'origine de la localisation du huitième de finale de Coupe de France opposant Versailles (N2) à Toulouse (L2). Le match aurait été déplacé des Yvelines à la Haute-Garonne soi-disant parce qu'il ne faut pas de lumière dans la chambre du Roi au château de Versailles, à quelques encablures du stade. La réalité est un peu différente.Aux alentours de 15h30, le 2 janvier, la dinde ou le chapon à peine englouti, les Versaillais exultent lorsque Thomas Léonard siffle la fin du seizième de finale de Coupe de France les opposant à…", + "content": "Aux alentours de 15h30, le 2 janvier, la dinde ou le chapon à peine englouti, les Versaillais exultent lorsque Thomas Léonard siffle la fin du seizième de finale de Coupe de France les opposant à…", "category": "", - "link": "https://www.sofoot.com/le-napoli-endort-la-juve-509172.html", + "link": "https://www.sofoot.com/c-est-quoi-cette-histoire-d-eclairage-a-versailles-509337.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T21:42:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-napoli-endort-la-juve-1641505647_x600_articles-alt-509172.jpg", + "pubDate": "2022-01-11T11:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-c-est-quoi-cette-histoire-d-eclairage-a-versailles-1641844211_x600_articles-alt-509337.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-napoli-endort-la-juve-1641505647_x600_articles-alt-509172.jpg", + "image": "https://www.sofoot.com/IMG/img-c-est-quoi-cette-histoire-d-eclairage-a-versailles-1641844211_x600_articles-alt-509337.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95620,20 +97666,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "64df7d18f47f9d9118ea8982006e6a04", + "hash": "1b3ae78089df1ad3ff6456d8b01930e7", "highlights": [] }, { - "title": "Report refusé et déplacement pour rien : la soirée lunaire du Venezia FC à Salerne", - "description": "La Serie A en plein cirque.
    \n
    \nTouchée par la Covid-19 (onze personnes dont neuf joueurs au décompte de mardi) et placée en quarantaine, l'US Salernitana a été dans l'incapacité de…

    ", - "content": "La Serie A en plein cirque.
    \n
    \nTouchée par la Covid-19 (onze personnes dont neuf joueurs au décompte de mardi) et placée en quarantaine, l'US Salernitana a été dans l'incapacité de…

    ", + "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/report-refuse-et-deplacement-pour-rien-la-soiree-lunaire-du-venezia-fc-a-salerne-509184.html", + "link": "https://www.sofoot.com/so-foot-hs-19-508290.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T20:19:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-report-refuse-et-deplacement-pour-rien-la-soiree-lunaire-du-venezia-fc-a-salerne-1641498152_x600_articles-509184.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": "https://www.sofoot.com/IMG/img-report-refuse-et-deplacement-pour-rien-la-soiree-lunaire-du-venezia-fc-a-salerne-1641498152_x600_articles-509184.jpg", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95642,20 +97688,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8539b655f335894765b2cc823769b1a", + "hash": "38bf916521e2eebc10d62bcb2456359a", "highlights": [] }, { - "title": "Milan digère la Roma en trois temps", - "description": "Maître de son domaine, l'AC Milan d'Olivier Giroud a collé trois buts à une Roma trop friable défensivement et qui a terminé à neuf (3-1). Grâce à ce succès, les Lombards recollent provisoirement à un point de l'Inter en tête de la Serie A.

    ", - "content": "

    ", + "title": "Ahmet Yılmaz Çalık (Konyaspor) est décédé dans un accident de voiture", + "description": "La triste nouvelle de ce mardi provient de Turquie.
    \n
    \nAhmet Yılmaz Çalık, défenseur central turc de 27 ans, est décédé dans un accident de la route à Hacılar dans le district de…

    ", + "content": "La triste nouvelle de ce mardi provient de Turquie.
    \n
    \nAhmet Yılmaz Çalık, défenseur central turc de 27 ans, est décédé dans un accident de la route à Hacılar dans le district de…

    ", "category": "", - "link": "https://www.sofoot.com/milan-digere-la-roma-en-trois-temps-509182.html", + "link": "https://www.sofoot.com/ahmet-yilmaz-calik-konyaspor-est-decede-dans-un-accident-de-voiture-509351.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T19:35:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-milan-digere-la-roma-en-trois-temps-1641499140_x600_articles-alt-509182.jpg", + "pubDate": "2022-01-11T10:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ahmet-yilmaz-calik-konyaspor-est-decede-dans-un-accident-de-voiture-1641895748_x600_articles-509351.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-milan-digere-la-roma-en-trois-temps-1641499140_x600_articles-alt-509182.jpg", + "image": "https://www.sofoot.com/IMG/img-ahmet-yilmaz-calik-konyaspor-est-decede-dans-un-accident-de-voiture-1641895748_x600_articles-509351.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95664,20 +97710,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "623afa442e633b244946698b2361ee36", + "hash": "42439379b614fd74d007e1e08baab957", "highlights": [] }, { - "title": "En direct : Juventus - Napoli", - "description": "46' : Il signore Simone Sozza siffle le début de la seconde mi-temps ! On est repartis ici, à ...", - "content": "46' : Il signore Simone Sozza siffle le début de la seconde mi-temps ! On est repartis ici, à ...", + "title": "Pronostic Guinée Equatoriale Côte d'Ivoire : Analyse, cotes et pronostic du match de la CAN 2022", + "description": "

    La Côte d'Ivoire logiquement face à la Guinée Equatoriale

    \n
    \nDans un groupe qui E compte également l'Algérie et la Sierra Leone, la Côte d'Ivoire ne…
    ", + "content": "

    La Côte d'Ivoire logiquement face à la Guinée Equatoriale

    \n
    \nDans un groupe qui E compte également l'Algérie et la Sierra Leone, la Côte d'Ivoire ne…
    ", "category": "", - "link": "https://www.sofoot.com/en-direct-juventus-napoli-509113.html", + "link": "https://www.sofoot.com/pronostic-guinee-equatoriale-cote-d-ivoire-analyse-cotes-et-pronostic-du-match-de-la-can-2022-509353.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T19:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-juventus-napoli-1641501890_x600_articles-alt-509113.jpg", + "pubDate": "2022-01-11T10:14:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-guinee-equatoriale-cote-d-ivoire-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1641899127_x600_articles-509353.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-en-direct-juventus-napoli-1641501890_x600_articles-alt-509113.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-guinee-equatoriale-cote-d-ivoire-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1641899127_x600_articles-509353.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95686,20 +97732,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0c7341a8e2f0d5622457df023029705", + "hash": "90f0a9eb4bccf8a603e6328c0fddf955", "highlights": [] }, { - "title": "Copa del Rey : le FC Séville assure la qualification sur le terrain du Real Saragosse", - "description": "

    Real Saragosse 0-2 Séville FC ", - "content": "

    Real Saragosse 0-2 Séville FC ", + "title": "SO FOOT CLUB #78", + "description": "Lire le sommaire S'abonner
    \nEN KIOSQUE LE 20/01/2022
    \n

    \nLES GRANDS ENJEUX DE 2022
    \nQu'attendre de cette Coupe du monde…


    ", + "content": "
    \nEN KIOSQUE LE 20/01/2022
    \n

    \nLES GRANDS ENJEUX DE 2022
    \nQu'attendre de cette Coupe du monde…


    ", "category": "", - "link": "https://www.sofoot.com/copa-del-rey-le-fc-seville-assure-la-qualification-sur-le-terrain-du-real-saragosse-509181.html", + "link": "https://www.sofoot.com/so-foot-club-78-509352.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T18:57:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-copa-del-rey-le-fc-seville-assure-la-qualification-sur-le-terrain-du-real-saragosse-1641495346_x600_articles-509181.jpg", + "pubDate": "2022-01-11T10:12:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-so-foot-club-78-1641896324_x600_articles-alt-509352.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-copa-del-rey-le-fc-seville-assure-la-qualification-sur-le-terrain-du-real-saragosse-1641495346_x600_articles-509181.jpg", + "image": "https://www.sofoot.com/IMG/img-so-foot-club-78-1641896324_x600_articles-alt-509352.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95708,20 +97754,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e14ec179292dda4991b60648b9676fba", + "hash": "e3891cfdc572078c3ff702e42ed2f0ad", "highlights": [] }, { - "title": "Sassuolo bute face au Genoa", - "description": "

    ", - "content": "

    ", + "title": "À 54 ans, le Japonais Kazuyoshi Miura retrouve un club de D4", + "description": "Quand on aime, on ne compte pas.
    \n
    \nÀ l'aube de sa 32e saison, le joueur pro le plus âgé du monde prolonge le plaisir. À bientôt 55 ans,

    ", + "content": "Quand on aime, on ne compte pas.
    \n
    \nÀ l'aube de sa 32e saison, le joueur pro le plus âgé du monde prolonge le plaisir. À bientôt 55 ans,


    ", "category": "", - "link": "https://www.sofoot.com/sassuolo-bute-face-au-genoa-509168.html", + "link": "https://www.sofoot.com/a-54-ans-le-japonais-kazuyoshi-miura-retrouve-un-club-de-d4-509347.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T17:23:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-sassuolo-bute-face-au-genoa-1641490573_x600_articles-509168.jpg", + "pubDate": "2022-01-11T10:11:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-a-54-ans-le-japonais-kazuyoshi-miura-retrouve-un-club-de-d4-1641894976_x600_articles-509347.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-sassuolo-bute-face-au-genoa-1641490573_x600_articles-509168.jpg", + "image": "https://www.sofoot.com/IMG/img-a-54-ans-le-japonais-kazuyoshi-miura-retrouve-un-club-de-d4-1641894976_x600_articles-509347.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95730,20 +97776,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c21dae40e949ce771b7d27d6867bd88", + "hash": "4a9a1a66aa493334b39925d6bec6b71a", "highlights": [] }, { - "title": " Les trois finalistes pour le trophée The Best meilleur entraîneur de l'année dévoilés ", - "description": "La cérémonie The Best approche, et la FIFA continue de dévoiler les finalistes pour chacun de ses trophées. Après ceux du La fin d'une légende.
    \n
    \nCadix annonce ce mardi avoir licencié Álvaro Cervera, faute de résultats cette saison en Liga. Le club andalou, actuel 19e de Liga avec seulement…

    ", + "content": "La fin d'une légende.
    \n
    \nCadix annonce ce mardi avoir licencié Álvaro Cervera, faute de résultats cette saison en Liga. Le club andalou, actuel 19e de Liga avec seulement…

    ", "category": "", - "link": "https://www.sofoot.com/les-trois-finalistes-pour-le-trophee-the-best-meilleur-entraineur-de-l-annee-devoiles-509179.html", + "link": "https://www.sofoot.com/cadix-limoge-alvaro-cervera-son-legendaire-entraineur-509346.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T17:19:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-trois-finalistes-pour-le-trophee-the-best-meilleur-entraineur-de-l-annee-devoiles-1641491272_x600_articles-509179.jpg", + "pubDate": "2022-01-11T10:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-cadix-limoge-alvaro-cervera-son-legendaire-entraineur-1641894692_x600_articles-509346.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-les-trois-finalistes-pour-le-trophee-the-best-meilleur-entraineur-de-l-annee-devoiles-1641491272_x600_articles-509179.jpg", + "image": "https://www.sofoot.com/IMG/img-cadix-limoge-alvaro-cervera-son-legendaire-entraineur-1641894692_x600_articles-509346.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95752,20 +97798,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "676e31dfec6f94bb8829b9df60e7c666", + "hash": "f055f2b4bff5ea95f74ece9ea818920a", "highlights": [] }, { - "title": "En direct : AC Milan - AS Rome", - "description": "24' : Elle est là, la première occasion de but pour la Roma ! Zaniolo profite d'un mauvais ...", - "content": "24' : Elle est là, la première occasion de but pour la Roma ! Zaniolo profite d'un mauvais ...", + "title": "Mathieu Cafaro quitte Reims et file au Standard de Liège ", + "description": "Ça bouge à Reims.
    \n
    \nAprès les arrivées de
    Maxime Busi et

    ", + "content": "Ça bouge à Reims.
    \n
    \nAprès les arrivées de
    Maxime Busi et

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-ac-milan-as-rome-509176.html", + "link": "https://www.sofoot.com/mathieu-cafaro-quitte-reims-et-file-au-standard-de-liege-509345.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T17:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-ac-milan-as-rome-1641484857_x600_articles-alt-509176.jpg", + "pubDate": "2022-01-11T09:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-mathieu-cafaro-quitte-reims-et-file-au-standard-de-liege-1641893869_x600_articles-509345.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-en-direct-ac-milan-as-rome-1641484857_x600_articles-alt-509176.jpg", + "image": "https://www.sofoot.com/IMG/img-mathieu-cafaro-quitte-reims-et-file-au-standard-de-liege-1641893869_x600_articles-509345.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95774,20 +97820,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9be14b8a7b48e40207cc865474144217", + "hash": "a0e19d8cdf6d3d9d216d7e07976bb17e", "highlights": [] }, { - "title": "Distanciation sociale : Le gouvernement rappelle la FFF à l'ordre", - "description": "Coup de pression en bonne et due forme.
    \n
    \nLa scène a fait le tour des réseaux sociaux ce mardi.
    ", - "content": "Coup de pression en bonne et due forme.
    \n
    \nLa scène a fait le tour des réseaux sociaux ce mardi.
    ", + "title": "Pronostic Mauritanie Gambie : Analyse, cotes et pronostic du match de la CAN 2022", + "description": "

    La Mauritanie s'offre la Gambie

    \n
    \nAprès 7 années avec Corentin Martins à sa tête, la Mauritanie a tourné la page en octobre 2021, après avoir été…
    ", + "content": "

    La Mauritanie s'offre la Gambie

    \n
    \nAprès 7 années avec Corentin Martins à sa tête, la Mauritanie a tourné la page en octobre 2021, après avoir été…
    ", "category": "", - "link": "https://www.sofoot.com/distanciation-sociale-le-gouvernement-rappelle-la-fff-a-l-ordre-509178.html", + "link": "https://www.sofoot.com/pronostic-mauritanie-gambie-analyse-cotes-et-pronostic-du-match-de-la-can-2022-509348.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T16:54:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-distanciation-sociale-le-gouvernement-rappelle-la-fff-a-l-ordre-1641488856_x600_articles-509178.jpg", + "pubDate": "2022-01-11T09:22:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-mauritanie-gambie-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1641895729_x600_articles-509348.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-distanciation-sociale-le-gouvernement-rappelle-la-fff-a-l-ordre-1641488856_x600_articles-509178.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-mauritanie-gambie-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1641895729_x600_articles-509348.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95796,20 +97842,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c001028a1b70992ca733284c69e5abaf", + "hash": "0aa5e44c4ad2b8f36d83d4c3a71d1c7b", "highlights": [] }, { - "title": "La Lazio sauve un point contre Empoli", - "description": "

    ", - "content": "

    ", + "title": "Pronostic Barcelone Real Madrid : Analyse, cotes et pronostic du Clasico (SuperCoupe d'Espagne)", + "description": "

    Le Real Madrid assomme le FC Barcelone

    \n
    \nLes demi-finales de la SuperCoupe d'Espagne nous offrent mercredi un Clasico délocalisé à Riyadh…
    ", + "content": "

    Le Real Madrid assomme le FC Barcelone

    \n
    \nLes demi-finales de la SuperCoupe d'Espagne nous offrent mercredi un Clasico délocalisé à Riyadh…
    ", "category": "", - "link": "https://www.sofoot.com/la-lazio-sauve-un-point-contre-empoli-509166.html", + "link": "https://www.sofoot.com/pronostic-barcelone-real-madrid-analyse-cotes-et-pronostic-du-clasico-supercoupe-d-espagne-509344.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T15:51:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-lazio-sauve-un-point-contre-empoli-1641484707_x600_articles-509166.jpg", + "pubDate": "2022-01-11T09:05:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-barcelone-real-madrid-analyse-cotes-et-pronostic-du-clasico-supercoupe-d-espagne-1641892785_x600_articles-509344.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-la-lazio-sauve-un-point-contre-empoli-1641484707_x600_articles-509166.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-barcelone-real-madrid-analyse-cotes-et-pronostic-du-clasico-supercoupe-d-espagne-1641892785_x600_articles-509344.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95818,20 +97864,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b425a61a6ac7867e77fb353952d2f111", + "hash": "039124f3f4296c866ce270c0f4a2457e", "highlights": [] }, { - "title": "Leeds prévoit des interdictions de stade pour les parents dont les enfants envahissent la pelouse", - "description": "Responsables jusqu'au bout.
    \n
    \nDans un communiqué publié ce jeudi, la direction de Leeds est venu rappeler à tous ses fans que


    ", - "content": "Responsables jusqu'au bout.
    \n
    \nDans un communiqué publié ce jeudi, la direction de Leeds est venu rappeler à tous ses fans que


    ", + "title": "À Cologne, Anthony Modeste dépasse Lukas Podolski", + "description": "Il est l'heure de laisser son trône.
    \n
    \nSi le Bayern Munich est le seul club où Lukas Podolski est devenu champion de Bundesliga, le FC Cologne reste néanmoins l'institution où le…

    ", + "content": "Il est l'heure de laisser son trône.
    \n
    \nSi le Bayern Munich est le seul club où Lukas Podolski est devenu champion de Bundesliga, le FC Cologne reste néanmoins l'institution où le…

    ", "category": "", - "link": "https://www.sofoot.com/leeds-prevoit-des-interdictions-de-stade-pour-les-parents-dont-les-enfants-envahissent-la-pelouse-509177.html", + "link": "https://www.sofoot.com/a-cologne-anthony-modeste-depasse-lukas-podolski-509342.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T15:46:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-leeds-prevoit-des-interdictions-de-stade-pour-les-parents-dont-les-enfants-envahissent-la-pelouse-1641487459_x600_articles-509177.jpg", + "pubDate": "2022-01-11T09:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-a-cologne-anthony-modeste-depasse-lukas-podolski-1641893636_x600_articles-509342.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-leeds-prevoit-des-interdictions-de-stade-pour-les-parents-dont-les-enfants-envahissent-la-pelouse-1641487459_x600_articles-509177.jpg", + "image": "https://www.sofoot.com/IMG/img-a-cologne-anthony-modeste-depasse-lukas-podolski-1641893636_x600_articles-509342.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95840,20 +97886,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f95cdff4705458c3a32c431712e0754", + "hash": "aaedb26f907871ca119585f9cbaaa052", "highlights": [] }, { - "title": "La Serie A met en place un nouveau protocole contre la Covid-19 ", - "description": "Fin des problèmes ?
    \n
    \n
    Après l'annulation de quatre matchs de la…

    ", - "content": "Fin des problèmes ?
    \n
    \nAprès l'annulation de quatre matchs de la…

    ", + "title": "Pronostic Tunisie Mali : Analyse, cotes et pronostic du match de la CAN 2022", + "description": "

    La Tunisie part du bon pied face au Mali

    \n
    \nLe match entre la Tunisie et le Mali dans le groupe F est le choc de la Coupe d'Afrique des Nations ce…
    ", + "content": "

    La Tunisie part du bon pied face au Mali

    \n
    \nLe match entre la Tunisie et le Mali dans le groupe F est le choc de la Coupe d'Afrique des Nations ce…
    ", "category": "", - "link": "https://www.sofoot.com/la-serie-a-met-en-place-un-nouveau-protocole-contre-la-covid-19-509171.html", + "link": "https://www.sofoot.com/pronostic-tunisie-mali-analyse-cotes-et-pronostic-du-match-de-la-can-2022-509343.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T15:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-serie-a-met-en-place-un-nouveau-protocole-contre-la-covid-19-1641482915_x600_articles-509171.jpg", + "pubDate": "2022-01-11T08:47:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-tunisie-mali-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1641891605_x600_articles-509343.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-la-serie-a-met-en-place-un-nouveau-protocole-contre-la-covid-19-1641482915_x600_articles-509171.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-tunisie-mali-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1641891605_x600_articles-509343.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95862,20 +97908,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8cb7e34d6d6b64185ef3612f01db8588", + "hash": "a28ece4c99409f673b0271369dc21d5e", "highlights": [] }, { - "title": "Le président de l'Union Berlin s'oppose à la vente saucisses véganes dans son stade", - "description": "Es geht um die Wurst. Si vous n'avez pas compris, il fallait faire allemand LV2.
    \n
    \nInterrogé par le quotidien

    ", - "content": "Es geht um die Wurst. Si vous n'avez pas compris, il fallait faire allemand LV2.
    \n
    \nInterrogé par le quotidien


    ", + "title": "Une plainte déposée après des tags insultants sur la fresque géante de Mbappé", + "description": "Les intellectuels sont de sortie.
    \n
    \nDevenu la star de Bondy en l'espace de quelques années, Kylian Mbappé ne plaît visiblement pas à tout le monde. Alors qu'une fresque grandeur…

    ", + "content": "Les intellectuels sont de sortie.
    \n
    \nDevenu la star de Bondy en l'espace de quelques années, Kylian Mbappé ne plaît visiblement pas à tout le monde. Alors qu'une fresque grandeur…

    ", "category": "", - "link": "https://www.sofoot.com/le-president-de-l-union-berlin-s-oppose-a-la-vente-saucisses-veganes-dans-son-stade-509174.html", + "link": "https://www.sofoot.com/une-plainte-deposee-apres-des-tags-insultants-sur-la-fresque-geante-de-mbappe-509341.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T15:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-president-de-l-union-berlin-s-oppose-a-la-vente-saucisses-veganes-dans-son-stade-1641483851_x600_articles-509174.jpg", + "pubDate": "2022-01-11T08:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-une-plainte-deposee-apres-des-tags-insultants-sur-la-fresque-geante-de-mbappe-1641890733_x600_articles-509341.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-president-de-l-union-berlin-s-oppose-a-la-vente-saucisses-veganes-dans-son-stade-1641483851_x600_articles-509174.jpg", + "image": "https://www.sofoot.com/IMG/img-une-plainte-deposee-apres-des-tags-insultants-sur-la-fresque-geante-de-mbappe-1641890733_x600_articles-509341.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95884,20 +97930,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b418866a71c2bf7f628363a1f869a8c3", + "hash": "2b53704ec8d532ae9b4bc14d3dff3d38", "highlights": [] }, { - "title": "Le directeur sportif de Bordeaux estime que son équipe \"n'est pas respectée\"", - "description": "Les temps sont durs.
    \n
    \nPrésent face à la presse ce jeudi, le directeur technique de Bordeaux Admar Lopes est revenu sur les nombreux cas de covid
    ", - "content": "Les temps sont durs.
    \n
    \nPrésent face à la presse ce jeudi, le directeur technique de Bordeaux Admar Lopes est revenu sur les nombreux cas de covid
    ", + "title": "Le Suédois Jens-Lys Cajuste s'engage au Stade de Reims", + "description": "Une fine fleur nommée Lys dans la Cité des Sacres ? Logique.
    \n
    \nAprès avoir officialisé
    l'arrivée de…

    ", + "content": "Une fine fleur nommée Lys dans la Cité des Sacres ? Logique.
    \n
    \nAprès avoir officialisé l'arrivée de…

    ", "category": "", - "link": "https://www.sofoot.com/le-directeur-sportif-de-bordeaux-estime-que-son-equipe-n-est-pas-respectee-509164.html", + "link": "https://www.sofoot.com/le-suedois-jens-lys-cajuste-s-engage-au-stade-de-reims-509340.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T15:08:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-directeur-sportif-de-bordeaux-estime-que-son-equipe-n-est-pas-respectee-1641482522_x600_articles-509164.jpg", + "pubDate": "2022-01-11T08:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-suedois-jens-lys-cajuste-s-engage-au-stade-de-reims-1641889330_x600_articles-509340.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-directeur-sportif-de-bordeaux-estime-que-son-equipe-n-est-pas-respectee-1641482522_x600_articles-509164.jpg", + "image": "https://www.sofoot.com/IMG/img-le-suedois-jens-lys-cajuste-s-engage-au-stade-de-reims-1641889330_x600_articles-509340.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95906,20 +97952,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc2e70fb25f1312f9749236f2afc49e9", + "hash": "c821f50e216f9901d457fd7a46952390", "highlights": [] }, { - "title": "Top 10 : comme Djokovic, on m'a sucré mon visa", - "description": "Coup de tonnerre en Australie : Novak Djokovic, le champion de tennis serbe, numéro un mondial à l'ATP et nonuple vainqueur de l'Open d'Australie, a vu sa demande de visa rejetée par les autorités locales. Un imbroglio bien connu dans le monde de football, comme l'attestent les dix exemples suivants.

    ", - "content": "

    ", + "title": "Steven Caulker, loin des démons", + "description": "En 2012, Steven Caulker était un jeune international anglais dont le physique et la gestuelle rappelaient Rio Ferdinand. Dix ans plus tard, il a 30 ans et s'apprête à faire ses débuts lors de la Coupe d'Afrique des Nations vêtu du maillot de la Sierra Leone, le pays de son grand-père. Il ne faut pas voir dans ce changement de nationalité sportive une opportunité de disputer un tournoi international, mais le fruit d'un long travail de réparation. Car entre les addictions aux jeux, l'alcool et les envies de suicide, l'ancien espoir de Tottenham revient de très loin.Grâce à la rencontre entre l'Angleterre et la Suède, le 14 novembre 2012 est à marquer d'une pierre blanche. En effet, chacune des mi-temps de ce match a eu son lot d'événements notables.…", + "content": "Grâce à la rencontre entre l'Angleterre et la Suède, le 14 novembre 2012 est à marquer d'une pierre blanche. En effet, chacune des mi-temps de ce match a eu son lot d'événements notables.…", "category": "", - "link": "https://www.sofoot.com/top-10-comme-djokovic-on-m-a-sucre-mon-visa-509162.html", + "link": "https://www.sofoot.com/steven-caulker-loin-des-demons-509338.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T15:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-top-10-comme-djokovic-on-m-a-sucre-mon-visa-1641476756_x600_articles-alt-509162.jpg", + "pubDate": "2022-01-11T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-steven-caulker-loin-des-demons-1641858167_x600_articles-alt-509338.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-top-10-comme-djokovic-on-m-a-sucre-mon-visa-1641476756_x600_articles-alt-509162.jpg", + "image": "https://www.sofoot.com/IMG/img-steven-caulker-loin-des-demons-1641858167_x600_articles-alt-509338.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95928,20 +97974,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bb7333b154182f3ac701731c1bf721e5", + "hash": "ad03760c69febf41521081f298b9c7b6", "highlights": [] }, { - "title": "Ronald Araújo absent plusieurs semaines avec le Barça", - "description": "L'hécatombe continue.
    \n
    \nLe défenseur Ronald Araújo s'est fracturé les deuxièmes et troisièmes métacarpes de la main droite lors de
    ", - "content": "L'hécatombe continue.
    \n
    \nLe défenseur Ronald Araújo s'est fracturé les deuxièmes et troisièmes métacarpes de la main droite lors de
    ", + "title": "Benjamin Stambouli : \"J'étais prêt à m'engager dans l'armée\"", + "description": "Fils d'Henri Stambouli, petit-fils de Gérard Banide et neveu de Laurent, Benjamin Stambouli a conscience d'avoir reçu une éducation privilégiée pour devenir footballeur professionnel. Mais sa valeur préférée, c'est le travail, grâce auquel il est devenu champion de France avec Montpellier, joker de luxe au PSG et capitaine de Schalke 04. Aujourd'hui à Adana Demirspor, le néo-trentenaire continue de s'éclater et s'endort toujours en regardant Bienvenue chez les Ch'tis.Alors, ça fait quoi d'être dans un pays où on peut porter sans problème le numéro 90 tout en jouant milieu défensif ? Ça doit changer de la rigueur de Schalke.Alors, ça fait quoi d'être dans un pays où on peut porter sans problème le numéro 90 tout en jouant milieu défensif ? Ça doit changer de la rigueur de Schalke.Pas de Mondial pour les Anglais.
    \n
    \nLa Grande-Bretagne et l'Irlande envisageraient de retirer leur candidature pour l'organisation de la Coupe du monde 2030. Selon le Times, \"…

    ", - "content": "Pas de Mondial pour les Anglais.
    \n
    \nLa Grande-Bretagne et l'Irlande envisageraient de retirer leur candidature pour l'organisation de la Coupe du monde 2030. Selon le Times, \"…

    ", + "title": "Manchester United écarte Aston Villa", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/la-grande-bretagne-et-l-irlande-ne-voudraient-plus-organiser-la-coupe-du-monde-2030-509131.html", + "link": "https://www.sofoot.com/manchester-united-ecarte-aston-villa-509287.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T14:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-grande-bretagne-et-l-irlande-ne-voudraient-plus-organiser-la-coupe-du-monde-2030-1641480418_x600_articles-509131.jpg", + "pubDate": "2022-01-10T21:53:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-manchester-united-ecarte-aston-villa-1641851441_x600_articles-509287.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-la-grande-bretagne-et-l-irlande-ne-voudraient-plus-organiser-la-coupe-du-monde-2030-1641480418_x600_articles-509131.jpg", + "image": "https://www.sofoot.com/IMG/img-manchester-united-ecarte-aston-villa-1641851441_x600_articles-509287.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95972,20 +98018,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "21e9b4bf7003234c59e7b10823acb91f", + "hash": "3e15a6cc43daf511ad6b2f3ca534a5fb", "highlights": [] }, { - "title": "Sampaoli demande \" une égalité pour tout le monde \" avant le match contre Bordeaux", - "description": "Pas con la stratégie pour en finir avec l'invincibilité de Bordeaux à domicile.
    \n
    \nJorge Sampaoli n'a pas pu échapper aux récentes
    ", - "content": "Pas con la stratégie pour en finir avec l'invincibilité de Bordeaux à domicile.
    \n
    \nJorge Sampaoli n'a pas pu échapper aux récentes
    ", + "title": "Le Gabon écœure les Comores", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/sampaoli-demande-une-egalite-pour-tout-le-monde-avant-le-match-contre-bordeaux-509170.html", + "link": "https://www.sofoot.com/le-gabon-ecoeure-les-comores-509288.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T14:17:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-sampaoli-demande-une-egalite-pour-tout-le-monde-avant-le-match-contre-bordeaux-1641480495_x600_articles-509170.jpg", + "pubDate": "2022-01-10T21:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-gabon-ecoeure-les-comores-1641849004_x600_articles-509288.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-sampaoli-demande-une-egalite-pour-tout-le-monde-avant-le-match-contre-bordeaux-1641480495_x600_articles-509170.jpg", + "image": "https://www.sofoot.com/IMG/img-le-gabon-ecoeure-les-comores-1641849004_x600_articles-509288.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -95994,20 +98040,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6069d382f1fa06ec348e1c27797f92b", + "hash": "f5804c2da447e649e0e4f409e03eefcc", "highlights": [] }, { - "title": "Ed Woodward va quitter Manchester United", - "description": "La tendance est au changement.
    \n
    \nCe jeudi, Manchester United a annoncé dans un

    ", - "content": "La tendance est au changement.
    \n
    \nCe jeudi, Manchester United a annoncé dans un


    ", + "title": "L'Adana Demirspor de Younès Belhanda retourne Fenerbahçe", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/ed-woodward-va-quitter-manchester-united-509169.html", + "link": "https://www.sofoot.com/l-adana-demirspor-de-younes-belhanda-retourne-fenerbahce-509336.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T13:22:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ed-woodward-va-quitter-manchester-united-1641480787_x600_articles-509169.jpg", + "pubDate": "2022-01-10T19:03:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-adana-demirspor-de-younes-belhanda-retourne-fenerbahce-1641841031_x600_articles-509336.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-ed-woodward-va-quitter-manchester-united-1641480787_x600_articles-509169.jpg", + "image": "https://www.sofoot.com/IMG/img-l-adana-demirspor-de-younes-belhanda-retourne-fenerbahce-1641841031_x600_articles-509336.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96016,20 +98062,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "27fe87a0369e8d9dc6712d98d4760b85", + "hash": "e489d6cc9be3e06f8bbb41c1940a2962", "highlights": [] }, { - "title": "Cagliari retrouve des couleurs à la Sampdoria", - "description": "

    ", - "content": "

    ", + "title": "En direct : Comores - Gabon", + "description": "77' : Ahmed Mogni remplace Rafidine Abdullah.", + "content": "77' : Ahmed Mogni remplace Rafidine Abdullah.", "category": "", - "link": "https://www.sofoot.com/cagliari-retrouve-des-couleurs-a-la-sampdoria-509167.html", + "link": "https://www.sofoot.com/en-direct-comores-gabon-509310.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T13:21:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-cagliari-retrouve-des-couleurs-a-la-sampdoria-1641477551_x600_articles-509167.jpg", + "pubDate": "2022-01-10T18:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-comores-gabon-1641845781_x600_articles-alt-509310.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-cagliari-retrouve-des-couleurs-a-la-sampdoria-1641477551_x600_articles-509167.jpg", + "image": "https://www.sofoot.com/IMG/img-en-direct-comores-gabon-1641845781_x600_articles-alt-509310.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96038,20 +98084,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8bb707356003098e4600bab8df94d9e", + "hash": "634b95694a152d635cb6b8182e7a2be2", "highlights": [] }, { - "title": "\"Le football et l'Algérie, ça relève de l'irrationnel\"", - "description": "Alors que l'Algérie s'apprête à entamer sa dix-neuvième Coupe d'Afrique des nations, dans un rôle de tenant du titre, quatre acteurs du football et de la culture locale nous racontent leurs sentiments pour la sélection. Entre fierté et amour du maillot, le romantisme est de rigueur.

    Le casting :


    \nRedha Bentifour : danseur et chorégraphe, fils de l'ancien international algérien et membre du Onze de…
    ", - "content": "

    Le casting :


    \nRedha Bentifour : danseur et chorégraphe, fils de l'ancien international algérien et membre du Onze de…
    ", + "title": "Le Maroc démarre bien en s'imposant face au Ghana", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/le-football-et-l-algerie-ca-releve-de-l-irrationnel-509130.html", + "link": "https://www.sofoot.com/le-maroc-demarre-bien-en-s-imposant-face-au-ghana-509335.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-football-et-l-algerie-ca-releve-de-l-irrationnel-1641404684_x600_articles-alt-509130.jpg", + "pubDate": "2022-01-10T18:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-maroc-demarre-bien-en-s-imposant-face-au-ghana-1641837167_x600_articles-509335.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-football-et-l-algerie-ca-releve-de-l-irrationnel-1641404684_x600_articles-alt-509130.jpg", + "image": "https://www.sofoot.com/IMG/img-le-maroc-demarre-bien-en-s-imposant-face-au-ghana-1641837167_x600_articles-509335.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96060,20 +98106,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6182cfcff7bcd4b9ad964422c532c88", + "hash": "e8d003eb147c3fdf105ffc86575eaf44", "highlights": [] }, { - "title": "Top 50 : Transferts avortés (de 20 à 11)", - "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À l'aéroport Peretola de Florence, il est un peu plus de midi au moment où Sergej…
    ", - "content": "
    \nÀ l'aéroport Peretola de Florence, il est un peu plus de midi au moment où Sergej…
    ", + "title": "Sylla et la Guinée éteignent les Flammes du Malawi", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/top-50-transferts-avortes-de-20-a-11-509086.html", + "link": "https://www.sofoot.com/sylla-et-la-guinee-eteignent-les-flammes-du-malawi-509331.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-top-50-transferts-avortes-de-20-a-11-1641465818_x600_articles-alt-509086.jpg", + "pubDate": "2022-01-10T17:56:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-sylla-et-la-guinee-eteignent-les-flammes-du-malawi-1641837377_x600_articles-509331.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-top-50-transferts-avortes-de-20-a-11-1641465818_x600_articles-alt-509086.jpg", + "image": "https://www.sofoot.com/IMG/img-sylla-et-la-guinee-eteignent-les-flammes-du-malawi-1641837377_x600_articles-509331.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96082,20 +98128,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "73061fa7f23b8a743d9caa47324201e2", + "hash": "641eb4352dd1b229442b3985970e01d6", "highlights": [] }, { - "title": "Antonio Cassano hospitalisé après avoir contracté le covid-19", - "description": "Un isolement plus compliqué que prévu.
    \n
    \nTesté positif au covid-19 au mois…

    ", - "content": "Un isolement
    plus compliqué que prévu.
    \n
    \nTesté positif au covid-19 au mois…

    ", + "title": "CAN 2021 : le Gabon ne s'est entraîné qu'une fois avant d'affronter les Comores", + "description": "Un mini-Knysna au Gabon.
    \n
    \nLes Panthères du Gabon ne se sont entraînées qu'une seule fois au Cameroun avant leur entrée en lice à la CAN, ce lundi à 20h face aux Comores. La faute…

    ", + "content": "Un mini-Knysna au Gabon.
    \n
    \nLes Panthères du Gabon ne se sont entraînées qu'une seule fois au Cameroun avant leur entrée en lice à la CAN, ce lundi à 20h face aux Comores. La faute…

    ", "category": "", - "link": "https://www.sofoot.com/antonio-cassano-hospitalise-apres-avoir-contracte-le-covid-19-509148.html", + "link": "https://www.sofoot.com/can-2021-le-gabon-ne-s-est-entraine-qu-une-fois-avant-d-affronter-les-comores-509333.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T11:39:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-antonio-cassano-hospitalise-apres-avoir-contracte-le-covid-19-1641469930_x600_articles-509148.jpg", + "pubDate": "2022-01-10T16:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-can-2021-le-gabon-ne-s-est-entraine-qu-une-fois-avant-d-affronter-les-comores-1641833920_x600_articles-509333.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-antonio-cassano-hospitalise-apres-avoir-contracte-le-covid-19-1641469930_x600_articles-509148.jpg", + "image": "https://www.sofoot.com/IMG/img-can-2021-le-gabon-ne-s-est-entraine-qu-une-fois-avant-d-affronter-les-comores-1641833920_x600_articles-509333.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96104,42 +98150,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e18df34c9f070373eac63453b9232c8", + "hash": "a4dde3ce0d5e80c1c18926e084322d88", "highlights": [] }, { - "title": "Pjanić conseille à De Ligt et Morata d'éviter un départ au Barça", - "description": "Agent double.
    \n
    \nInvité à réagir sur les rumeurs envoyant ses anciens coéquipiers Matthijs de Ligt et Álvaro Morata vers le FC Barcelone, Miralem Pjanić n'a pas pris de pincettes ce…

    ", - "content": "Agent double.
    \n
    \nInvité à réagir sur les rumeurs envoyant ses anciens coéquipiers Matthijs de Ligt et Álvaro Morata vers le FC Barcelone, Miralem Pjanić n'a pas pris de pincettes ce…

    ", + "title": "Les victimes d'un ancien recruteur pédophile de Manchester City ne seront pas indemnisées", + "description": "Sombre histoire outre-Manche.
    \n
    \nEntre 1979 et 1991, douze garçons ont été victimes d'actes pédophiles de la part de Barry Bennell, à l'époque recruteur pour Manchester City. L'homme,…

    ", + "content": "Sombre histoire outre-Manche.
    \n
    \nEntre 1979 et 1991, douze garçons ont été victimes d'actes pédophiles de la part de Barry Bennell, à l'époque recruteur pour Manchester City. L'homme,…

    ", "category": "", - "link": "https://www.sofoot.com/pjanic-conseille-a-de-ligt-et-morata-d-eviter-un-depart-au-barca-509158.html", + "link": "https://www.sofoot.com/les-victimes-d-un-ancien-recruteur-pedophile-de-manchester-city-ne-seront-pas-indemnisees-509332.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T11:26:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pjanic-conseille-a-de-ligt-et-morata-d-eviter-un-depart-au-barca-1641470617_x600_articles-509158.jpg", + "pubDate": "2022-01-10T16:09:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-victimes-d-un-ancien-recruteur-pedophile-de-manchester-city-ne-seront-pas-indemnisees-1641833007_x600_articles-509332.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pjanic-conseille-a-de-ligt-et-morata-d-eviter-un-depart-au-barca-1641470617_x600_articles-509158.jpg", + "image": "https://www.sofoot.com/IMG/img-les-victimes-d-un-ancien-recruteur-pedophile-de-manchester-city-ne-seront-pas-indemnisees-1641833007_x600_articles-509332.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "cf939c7301250ccacbff1e75436a80c1", + "hash": "3282a9fdac286e95921ca6bbb244614d", "highlights": [] }, { - "title": "Le président du FC Metz veut trois recrues supplémentaires cet hiver", - "description": "Pour compenser la CAN ou anticiper la course au maintien ?
    \n
    \nDans un entretien accordé à

    ", - "content": "Pour compenser la CAN ou anticiper la course au maintien ?
    \n
    \nDans un entretien accordé à


    ", + "title": "En direct : Nigeria - Egypte", + "description": "0' : Alors qu'en face, ça envoie pas mal : William Troost-Ekong, Kelechi Iheanacho, Wilfred ...", + "content": "0' : Alors qu'en face, ça envoie pas mal : William Troost-Ekong, Kelechi Iheanacho, Wilfred ...", "category": "", - "link": "https://www.sofoot.com/le-president-du-fc-metz-veut-trois-recrues-supplementaires-cet-hiver-509157.html", + "link": "https://www.sofoot.com/en-direct-nigeria-egypte-509370.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T11:21:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-president-du-fc-metz-veut-trois-recrues-supplementaires-cet-hiver-1641470311_x600_articles-509157.jpg", + "pubDate": "2022-01-11T15:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-nigeria-egypte-1641909478_x600_articles-509370.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-president-du-fc-metz-veut-trois-recrues-supplementaires-cet-hiver-1641470311_x600_articles-509157.jpg", + "image": "https://www.sofoot.com/IMG/img-en-direct-nigeria-egypte-1641909478_x600_articles-509370.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96148,20 +98194,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d3a43abf9f6538309d2d20db9ae6ea5", + "hash": "b4b5e88ffb6a550b2a03f69afb70c0e5", "highlights": [] }, { - "title": "Macron encense Mbappé", - "description": "En voilà un qui doit être vacciné, vu sa cote auprès du Président de la République.
    \n
    \nCe jeudi matin, le journal L'Équipe a publié une lettre ouverte d'Emmanuel Macron…

    ", - "content": "En voilà un qui doit être vacciné, vu sa cote auprès du Président de la République.
    \n
    \nCe jeudi matin, le journal L'Équipe a publié une lettre ouverte d'Emmanuel Macron…

    ", + "title": "En direct : Maroc - Ghana", + "description": "85' : Boufal a été l'artisan principal des offensives marocaines et ce but n'est qu'une ...", + "content": "85' : Boufal a été l'artisan principal des offensives marocaines et ce but n'est qu'une ...", "category": "", - "link": "https://www.sofoot.com/macron-encense-mbappe-509156.html", + "link": "https://www.sofoot.com/en-direct-maroc-ghana-509296.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T11:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-macron-encense-mbappe-1641468529_x600_articles-509156.jpg", + "pubDate": "2022-01-10T15:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-maroc-ghana-1641833917_x600_articles-alt-509296.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-macron-encense-mbappe-1641468529_x600_articles-509156.jpg", + "image": "https://www.sofoot.com/IMG/img-en-direct-maroc-ghana-1641833917_x600_articles-alt-509296.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96170,20 +98216,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "148bd3b71974455d5ce71f89932555f5", + "hash": "885b922c73bf5fbaa3ed00e2a9484ac3", "highlights": [] }, { - "title": "Lille-Lorient officiellement reporté ", - "description": "Une de plus.
    \n
    \n
    Après la rencontre Angers-Saint-Etienne…

    ", - "content": "Une de plus.
    \n
    \nAprès la rencontre Angers-Saint-Etienne…

    ", + "title": "Toulouse - Nancy reporté à cause de la pluie ", + "description": "Cette fois-ci, la Covid n'y est pour rien.
    \n
    \nLe match entre Toulouse et
    ", + "content": "Cette fois-ci, la Covid n'y est pour rien.
    \n
    \nLe match entre Toulouse et
    ", "category": "", - "link": "https://www.sofoot.com/lille-lorient-officiellement-reporte-509155.html", + "link": "https://www.sofoot.com/toulouse-nancy-reporte-a-cause-de-la-pluie-509330.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T10:51:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lille-lorient-officiellement-reporte-1641468129_x600_articles-509155.jpg", + "pubDate": "2022-01-10T15:44:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-toulouse-nancy-reporte-a-cause-de-la-pluie-1641833311_x600_articles-509330.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-lille-lorient-officiellement-reporte-1641468129_x600_articles-509155.jpg", + "image": "https://www.sofoot.com/IMG/img-toulouse-nancy-reporte-a-cause-de-la-pluie-1641833311_x600_articles-509330.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96192,20 +98238,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6dba1b19dca477a02a64a47f9ca4baa", + "hash": "e0c5d28844947d7387a58e16d95d2179", "highlights": [] }, { - "title": "Pour Antonio Conte, Tottenham est \"une équipe de milieu de tableau\"", - "description": "Peut-être pour ça que Wilshere ne veut pas signer chez les Spurs.
    \n
    \n
    ", - "content": "Peut-être pour ça que Wilshere ne veut pas signer chez les Spurs.
    \n
    \n
    ", + "title": "Le quart de finale de Ligue des champions féminine Barça-Real se jouera au Camp Nou", + "description": "Deux pour le prix d'une.
    \n
    \nPour le tout premier Clásico de l'histoire en Ligue des champions féminine, le FC Barcelone a choisi de faire les choses en grand. La Ballon d'or…

    ", + "content": "Deux pour le prix d'une.
    \n
    \nPour le tout premier Clásico de l'histoire en Ligue des champions féminine, le FC Barcelone a choisi de faire les choses en grand. La Ballon d'or…

    ", "category": "", - "link": "https://www.sofoot.com/pour-antonio-conte-tottenham-est-une-equipe-de-milieu-de-tableau-509149.html", + "link": "https://www.sofoot.com/le-quart-de-finale-de-ligue-des-champions-feminine-barca-real-se-jouera-au-camp-nou-509329.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T10:13:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pour-antonio-conte-tottenham-est-une-equipe-de-milieu-de-tableau-1641467908_x600_articles-509149.jpg", + "pubDate": "2022-01-10T15:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-quart-de-finale-de-ligue-des-champions-feminine-barca-real-se-jouera-au-camp-nou-1641830928_x600_articles-509329.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pour-antonio-conte-tottenham-est-une-equipe-de-milieu-de-tableau-1641467908_x600_articles-509149.jpg", + "image": "https://www.sofoot.com/IMG/img-le-quart-de-finale-de-ligue-des-champions-feminine-barca-real-se-jouera-au-camp-nou-1641830928_x600_articles-509329.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96214,20 +98260,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6125abb7ca109887e9ab3db360dbd9b", + "hash": "fba193a13dee8fd6db24d2d7075b424b", "highlights": [] }, { - "title": "Jack Wilshere tourne une pub pour retrouver un club ", - "description": "Fini LinkedIn.
    \n
    \nLibre depuis son départ de Bournemouth à la fin de la saison dernière, Jack Wilshere est toujours à la recherche d'un nouveau club. De quoi pousser l'ancien…

    ", - "content": "Fini LinkedIn.
    \n
    \nLibre depuis son départ de Bournemouth à la fin de la saison dernière, Jack Wilshere est toujours à la recherche d'un nouveau club. De quoi pousser l'ancien…

    ", + "title": "Le best of des buts amateurs du week-end des 8 et 9 janvier 2022", + "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/jack-wilshere-tourne-une-pub-pour-retrouver-un-club-509146.html", + "link": "https://www.sofoot.com/le-best-of-des-buts-amateurs-du-week-end-des-8-et-9-janvier-2022-509322.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T09:50:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jack-wilshere-tourne-une-pub-pour-retrouver-un-club-1641464869_x600_articles-509146.jpg", + "pubDate": "2022-01-10T15:34:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-best-of-des-buts-amateurs-du-week-end-des-8-et-9-janvier-2022-1641827205_x600_articles-alt-509322.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-jack-wilshere-tourne-une-pub-pour-retrouver-un-club-1641464869_x600_articles-509146.jpg", + "image": "https://www.sofoot.com/IMG/img-le-best-of-des-buts-amateurs-du-week-end-des-8-et-9-janvier-2022-1641827205_x600_articles-alt-509322.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96236,20 +98282,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5d48cbb8f1ddcc8777e540ec50e591a", + "hash": "ec10dd3b28335bca0bca13007b31c682", "highlights": [] }, { - "title": "Jordan Amavi de retour en prêt à Nice", - "description": "De retour sur la French Riviera.
    \n
    \nL'OGC Nice a officialisé l'arrivée du latéral gauche marseillais Jordan Amavi ce mercredi soir. Il rejoint le club sous la forme d'un…

    ", - "content": "De retour sur la French Riviera.
    \n
    \nL'OGC Nice a officialisé l'arrivée du latéral gauche marseillais Jordan Amavi ce mercredi soir. Il rejoint le club sous la forme d'un…

    ", + "title": "Le Sénégal assomme le Zimbabwe dans le money time", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/jordan-amavi-de-retour-en-pret-a-nice-509144.html", + "link": "https://www.sofoot.com/le-senegal-assomme-le-zimbabwe-dans-le-money-time-509300.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T09:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jordan-amavi-de-retour-en-pret-a-nice-1641463020_x600_articles-509144.jpg", + "pubDate": "2022-01-10T15:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-senegal-assomme-le-zimbabwe-dans-le-money-time-1641827493_x600_articles-509300.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-jordan-amavi-de-retour-en-pret-a-nice-1641463020_x600_articles-509144.jpg", + "image": "https://www.sofoot.com/IMG/img-le-senegal-assomme-le-zimbabwe-dans-le-money-time-1641827493_x600_articles-509300.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96258,20 +98304,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c2a584639374d39cf7bf790c1d90c4a9", + "hash": "1acb86130f9b330c57e70d5dbdb98341", "highlights": [] }, { - "title": "Serie A : plusieurs risques de tapis vert à cause du Covid", - "description": "Un cirque grandeur nature.
    \n
    \nLa trêve hivernale sensée être terminée, les vacances devraient durer plus longtemps que prévu pour certains clubs italiens. Officiellement, la Serie A a…

    ", - "content": "Un cirque grandeur nature.
    \n
    \nLa trêve hivernale sensée être terminée, les vacances devraient durer plus longtemps que prévu pour certains clubs italiens. Officiellement, la Serie A a…

    ", + "title": "Anthony Caci rejoindra Mayence l'été prochain", + "description": "Caci, c'est fini.
    \n
    \nC'était dans l'air depuis quelques jours, la nouvelle vient d'être officialisée par Mayence. Le défenseur strasbourgeois Anthony Caci rejoindra l'Allemagne au…

    ", + "content": "Caci, c'est fini.
    \n
    \nC'était dans l'air depuis quelques jours, la nouvelle vient d'être officialisée par Mayence. Le défenseur strasbourgeois Anthony Caci rejoindra l'Allemagne au…

    ", "category": "", - "link": "https://www.sofoot.com/serie-a-plusieurs-risques-de-tapis-vert-a-cause-du-covid-509145.html", + "link": "https://www.sofoot.com/anthony-caci-rejoindra-mayence-l-ete-prochain-509327.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T09:24:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-serie-a-plusieurs-risques-de-tapis-vert-a-cause-du-covid-1641463234_x600_articles-509145.jpg", + "pubDate": "2022-01-10T14:54:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-anthony-caci-rejoindra-mayence-l-ete-prochain-1641828937_x600_articles-509327.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-serie-a-plusieurs-risques-de-tapis-vert-a-cause-du-covid-1641463234_x600_articles-509145.jpg", + "image": "https://www.sofoot.com/IMG/img-anthony-caci-rejoindra-mayence-l-ete-prochain-1641828937_x600_articles-509327.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96280,20 +98326,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2bffd677aa370058d2a8d783d4b15485", + "hash": "66715dc5ba4247626d0af1626d7de8d4", "highlights": [] }, { - "title": "Pronostic Bordeaux OM : Analyse, cotes et prono du match de Ligue 1", - "description": "

    L'OM brise la malédiction face à un Bordeaux amoindri

    \n
    \nCette opposition entre Bordeaux et Marseille est un des grands classiques du championnat de…
    ", - "content": "

    L'OM brise la malédiction face à un Bordeaux amoindri

    \n
    \nCette opposition entre Bordeaux et Marseille est un des grands classiques du championnat de…
    ", + "title": "Kylian Mbappé prend d'une jeune fille insultée sur les réseaux sociaux", + "description": "La bêtise n'a pas d'âge.
    \n
    \nCe dimanche, l'association \"Un sourire pour Camille\" publiait une vidéo sur son compte Twitter dans laquelle une jeune fille, atteinte d'une maladie rare…

    ", + "content": "La bêtise n'a pas d'âge.
    \n
    \nCe dimanche, l'association \"Un sourire pour Camille\" publiait une vidéo sur son compte Twitter dans laquelle une jeune fille, atteinte d'une maladie rare…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-bordeaux-om-analyse-cotes-et-prono-du-match-de-ligue-1-509140.html", + "link": "https://www.sofoot.com/kylian-mbappe-prend-d-une-jeune-fille-insultee-sur-les-reseaux-sociaux-509328.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T09:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-bordeaux-om-analyse-cotes-et-prono-du-match-de-ligue-1-1641459415_x600_articles-509140.jpg", + "pubDate": "2022-01-10T14:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-kylian-mbappe-prend-d-une-jeune-fille-insultee-sur-les-reseaux-sociaux-1641827820_x600_articles-509328.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-bordeaux-om-analyse-cotes-et-prono-du-match-de-ligue-1-1641459415_x600_articles-509140.jpg", + "image": "https://www.sofoot.com/IMG/img-kylian-mbappe-prend-d-une-jeune-fille-insultee-sur-les-reseaux-sociaux-1641827820_x600_articles-509328.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96302,20 +98348,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5409c2191913d66d44955888ce75a1f3", + "hash": "4a8e62f3942498c1466492e2baf67dec", "highlights": [] }, { - "title": "Harcèlement sexuel : Une enquête préliminaire ouverte contre Pierre Ménès", - "description": "Encore une.
    \n
    \nSelon les informations de

    ", - "content": "Encore une.
    \n
    \nSelon les informations de


    ", + "title": "Fatih Terim et Galatasaray se séparent (encore)", + "description": "Un bilan pas Terim.
    \n
    \nPour la quatrième fois de sa carrière, Fatih Terim n'est plus l'entraîneur de Galatasaray. Le club turc l'a annoncé dans un communiqué ce lundi, précisant que…

    ", + "content": "Un bilan pas Terim.
    \n
    \nPour la quatrième fois de sa carrière, Fatih Terim n'est plus l'entraîneur de Galatasaray. Le club turc l'a annoncé dans un communiqué ce lundi, précisant que…

    ", "category": "", - "link": "https://www.sofoot.com/harcelement-sexuel-une-enquete-preliminaire-ouverte-contre-pierre-menes-509141.html", + "link": "https://www.sofoot.com/fatih-terim-et-galatasaray-se-separent-encore-509325.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T08:52:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-harcelement-sexuel-une-enquete-preliminaire-ouverte-contre-pierre-menes-1641460544_x600_articles-509141.jpg", + "pubDate": "2022-01-10T14:28:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-fatih-terim-et-galatasaray-se-separent-encore-1641827140_x600_articles-509325.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-harcelement-sexuel-une-enquete-preliminaire-ouverte-contre-pierre-menes-1641460544_x600_articles-509141.jpg", + "image": "https://www.sofoot.com/IMG/img-fatih-terim-et-galatasaray-se-separent-encore-1641827140_x600_articles-509325.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96324,20 +98370,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b9022b1d1ccef165eb99ad9e629e7d2", + "hash": "e32c0e281da732bf174c59298d729f90", "highlights": [] }, { - "title": "Après les incidents face à Lyon, la FFF rejette l'appel de l'OM", - "description": "L'affaire du siècle.
    \n
    \nSelon les informations du journal


    ", - "content": "L'affaire du siècle.
    \n
    \nSelon les informations du journal


    ", + "title": "Raúl García tacle la Supercoupe d'Espagne en Arabie saoudite", + "description": "Raúl García a dit les termes !
    \n
    \nLe défenseur central de l'Athletic Bilbao, qui jouera la demi-finale de la Supercoupe d'Espagne jeudi contre l'Atlético de Madrid, estime que cela…

    ", + "content": "Raúl García a dit les termes !
    \n
    \nLe défenseur central de l'Athletic Bilbao, qui jouera la demi-finale de la Supercoupe d'Espagne jeudi contre l'Atlético de Madrid, estime que cela…

    ", "category": "", - "link": "https://www.sofoot.com/apres-les-incidents-face-a-lyon-la-fff-rejette-l-appel-de-l-om-509139.html", + "link": "https://www.sofoot.com/raul-garcia-tacle-la-supercoupe-d-espagne-en-arabie-saoudite-509326.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T08:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-apres-les-incidents-face-a-lyon-la-fff-rejette-l-appel-de-l-om-1641459108_x600_articles-509139.jpg", + "pubDate": "2022-01-10T14:21:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-raul-garcia-tacle-la-supercoupe-d-espagne-en-arabie-saoudite-1641826875_x600_articles-509326.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-apres-les-incidents-face-a-lyon-la-fff-rejette-l-appel-de-l-om-1641459108_x600_articles-509139.jpg", + "image": "https://www.sofoot.com/IMG/img-raul-garcia-tacle-la-supercoupe-d-espagne-en-arabie-saoudite-1641826875_x600_articles-509326.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96346,20 +98392,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3b1e3ff217335b2141b860eddf0983b", + "hash": "6d115df409e8726188ada2f06feb1885", "highlights": [] }, { - "title": "Paul Bernardoni : \" Fier d'inscrire mon nom à la liste des gardiens chauves de l'ASSE \"", - "description": "Un nouveau prétendant au titre de divin chauve.
    \n
    \nAlors que le prêt de Paul Bernardoni vient d'être officialisé par l'AS Saint-Étienne, qui a
    ", - "content": "Un nouveau prétendant au titre de divin chauve.
    \n
    \nAlors que le prêt de Paul Bernardoni vient d'être officialisé par l'AS Saint-Étienne, qui a
    ", + "title": "\"Bordeaux prend droit le chemin de la Ligue 2\" selon les Ultramarines", + "description": "La goutte de trop…
    \n
    \n
    La défaite historique des Girondins de Bordeaux face à…

    ", + "content": "La goutte de trop…
    \n
    \nLa défaite historique des Girondins de Bordeaux face à…

    ", "category": "", - "link": "https://www.sofoot.com/paul-bernardoni-fier-d-inscrire-mon-nom-a-la-liste-des-gardiens-chauves-de-l-asse-509138.html", + "link": "https://www.sofoot.com/bordeaux-prend-droit-le-chemin-de-la-ligue-2-selon-les-ultramarines-509323.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T08:02:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-paul-bernardoni-fier-d-inscrire-mon-nom-a-la-liste-des-gardiens-chauves-de-l-asse-1641457222_x600_articles-509138.jpg", + "pubDate": "2022-01-10T13:27:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bordeaux-prend-droit-le-chemin-de-la-ligue-2-selon-les-ultramarines-1641823666_x600_articles-509323.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-paul-bernardoni-fier-d-inscrire-mon-nom-a-la-liste-des-gardiens-chauves-de-l-asse-1641457222_x600_articles-509138.jpg", + "image": "https://www.sofoot.com/IMG/img-bordeaux-prend-droit-le-chemin-de-la-ligue-2-selon-les-ultramarines-1641823666_x600_articles-509323.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96368,20 +98414,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "48ca88a282ac96e0320d31f9e47d3945", + "hash": "0886d758877619f2a5d765897a2bda36", "highlights": [] }, { - "title": "Pronostic Bayern Munich Monchengladbach : Analyse, cotes et prono du match de Bundesliga", - "description": "

    Le Bayern se méfie de Gladbach'

    \n
    \nTenu en échec lors de la 1ière journée de Bundesliga puis humilié en Coupe d'Allemagne (5-0) par le Borussia…
    ", - "content": "

    Le Bayern se méfie de Gladbach'

    \n
    \nTenu en échec lors de la 1ière journée de Bundesliga puis humilié en Coupe d'Allemagne (5-0) par le Borussia…
    ", + "title": " Ansu Fati de retour dans le groupe Barcelonais pour le Classico", + "description": "Blessé depuis novembre dernier, Ansu Fati est de nouveau disponible et est dans le groupe qui affrontera le Real de…", + "content": "Blessé depuis novembre dernier, Ansu Fati est de nouveau disponible et est dans le groupe qui affrontera le Real de…", "category": "", - "link": "https://www.sofoot.com/pronostic-bayern-munich-monchengladbach-analyse-cotes-et-prono-du-match-de-bundesliga-509052.html", + "link": "https://www.sofoot.com/ansu-fati-de-retour-dans-le-groupe-barcelonais-pour-le-classico-509324.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T07:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-bayern-munich-monchengladbach-analyse-cotes-et-prono-du-match-de-bundesliga-1641286340_x600_articles-509052.jpg", + "pubDate": "2022-01-10T12:48:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ansu-fati-de-retour-dans-le-groupe-barcelonais-pour-le-classico-1641824795_x600_articles-509324.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-bayern-munich-monchengladbach-analyse-cotes-et-prono-du-match-de-bundesliga-1641286340_x600_articles-509052.jpg", + "image": "https://www.sofoot.com/IMG/img-ansu-fati-de-retour-dans-le-groupe-barcelonais-pour-le-classico-1641824795_x600_articles-509324.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96390,20 +98436,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "49ab2878d2e092bd2fc7d5111e1e394b", + "hash": "ff47edb9e69c413405fab104558ce9ca", "highlights": [] }, { - "title": "Jean-Pierre Caillot et Mathieu Lacour (Reims) sanctionnés après leur comportement face à l'OM", - "description": "Et quand y en a plus, y en a encore.
    \n
    \nLa commission…

    ", - "content": "Et quand y en a plus, y en a encore.
    \n
    \nLa commission…

    ", + "title": "En direct : Sénégal - Zimbabwe", + "description": "92' : Ça pousse ça pousse, mais il y a toujours un pied ou une jambe zimbabwéen(ne).", + "content": "92' : Ça pousse ça pousse, mais il y a toujours un pied ou une jambe zimbabwéen(ne).", "category": "", - "link": "https://www.sofoot.com/jean-pierre-caillot-et-mathieu-lacour-reims-sanctionnes-apres-leur-comportement-face-a-l-om-509137.html", + "link": "https://www.sofoot.com/en-direct-senegal-zimbabwe-509320.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T07:35:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jean-pierre-caillot-et-mathieu-lacour-reims-sanctionnes-apres-leur-comportement-face-a-l-om-1641457029_x600_articles-509137.jpg", + "pubDate": "2022-01-10T12:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-senegal-zimbabwe-1641823851_x600_articles-alt-509320.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-jean-pierre-caillot-et-mathieu-lacour-reims-sanctionnes-apres-leur-comportement-face-a-l-om-1641457029_x600_articles-509137.jpg", + "image": "https://www.sofoot.com/IMG/img-en-direct-senegal-zimbabwe-1641823851_x600_articles-alt-509320.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96412,20 +98458,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "12edebd1df9fcd54d198c2ebaefd87ec", + "hash": "2279fc0f5eb729b505ccee80a5c191e5", "highlights": [] }, { - "title": "L'équipe type de l'Épiphanie ", - "description": "Véritable tradition parmi les célébrations chrétiennes, l'Épiphanie se fête 12 jours après la naissance de Jésus-Christ. Instaurée par l'Église au IVe siècle, elle permet de fêter l'arrivée des Rois mages venus contempler Jésus enfant. En Italie, la journée est même dédiée au football. L'heure est donc venue de distribuer la fameuse galette des rois aux membres de cette équipe type gourmande.

    Gardien


    \n
    \nNicolas Fève (France) : Formé à l'AS Nancy Lorraine au début du siècle, le portier…

    ", - "content": "

    Gardien


    \n
    \nNicolas Fève (France) : Formé à l'AS Nancy Lorraine au début du siècle, le portier…

    ", + "title": "SoFoot Ligue : Nos conseils pour faire vos picks de la semaine 20", + "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-equipe-type-de-l-epiphanie-509123.html", + "link": "https://www.sofoot.com/sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-20-509319.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-equipe-type-de-l-epiphanie-1641403115_x600_articles-alt-509123.jpg", + "pubDate": "2022-01-10T12:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-20-1641817040_x600_articles-509319.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-l-equipe-type-de-l-epiphanie-1641403115_x600_articles-alt-509123.jpg", + "image": "https://www.sofoot.com/IMG/img-sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-20-1641817040_x600_articles-509319.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96434,20 +98480,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd0149903c1bb9405aa5e81d21386aec", + "hash": "94ed801d7c40899603bb02f13e09e3ca", "highlights": [] }, { - "title": "Chine : haro sur les footballeurs tatoués, et après ?", - "description": "Depuis quelques jours, les footballeurs professionnels et aspirants professionnels en Chine ne peuvent plus se faire tatouer, et pour les internationaux, il est fortement recommandé d'effacer toute modification volontaire de son épiderme. Derrière cette nouvelle restriction qui pourrait prêter à sourire se niche un signal supplémentaire du durcissement politique aigu en Chine continentale.Si Djibril Cissé, Memphis Depay, Radja Nainggolan ou Ederson étaient chinois, ils auraient été bien embêtés. Comme une grande partie de la communauté des footballeurs professionnels. Car…", - "content": "Si Djibril Cissé, Memphis Depay, Radja Nainggolan ou Ederson étaient chinois, ils auraient été bien embêtés. Comme une grande partie de la communauté des footballeurs professionnels. Car…", + "title": "En deux ans, le PSG a aligné 110 compositions différentes d'affilée", + "description": "Qui a dit que Pochettino ne se renouvelait pas ?
    \n
    \nDepuis le mois de décembre 2019, le PSG a disputé 110 rencontres. Sur ces 110 matchs, jamais la composition parisienne n'a été la…

    ", + "content": "Qui a dit que Pochettino ne se renouvelait pas ?
    \n
    \nDepuis le mois de décembre 2019, le PSG a disputé 110 rencontres. Sur ces 110 matchs, jamais la composition parisienne n'a été la…

    ", "category": "", - "link": "https://www.sofoot.com/chine-haro-sur-les-footballeurs-tatoues-et-apres-509084.html", + "link": "https://www.sofoot.com/en-deux-ans-le-psg-a-aligne-110-compositions-differentes-d-affilee-509321.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-chine-haro-sur-les-footballeurs-tatoues-et-apres-1641394989_x600_articles-alt-509084.jpg", + "pubDate": "2022-01-10T12:14:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-deux-ans-le-psg-a-aligne-110-compositions-differentes-d-affilee-1641822956_x600_articles-509321.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-chine-haro-sur-les-footballeurs-tatoues-et-apres-1641394989_x600_articles-alt-509084.jpg", + "image": "https://www.sofoot.com/IMG/img-en-deux-ans-le-psg-a-aligne-110-compositions-differentes-d-affilee-1641822956_x600_articles-509321.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96456,20 +98502,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5acfe6005d4bf66619e95a9fbe04a55d", + "hash": "47be389816d7884959898e3a2bb11773", "highlights": [] }, { - "title": "Le pass vaccinal dans le foot, un futur casse-tête", - "description": "Le président Macron a \"très envie d'emmerder les non-vaccinés\" ? En Ligue 1 en tout cas, ce sera chose faite. Si le pass vaccinal est adopté, les réfractaires risquent de payer le prix fort de leur refus. Une situation qui interroge sur la façon dont s'appliquent les politiques sanitaires dans ce pays, sur la situation \"hors normes\" qu'elles imposent, et sur le rôle exemplaire du football en la matière...C'est la grande affaire politique du moment en France : le pass vaccinal. On se déchire sans grande retenue à l'Assemblée nationale où le gouvernement presse pour que le texte soit voté le…", - "content": "C'est la grande affaire politique du moment en France : le pass vaccinal. On se déchire sans grande retenue à l'Assemblée nationale où le gouvernement presse pour que le texte soit voté le…", + "title": "Pronostic Soudan Guinée Bissau : Analyse, cotes et pronostic du match de la CAN 2022", + "description": "

    La Guinée Bissau au-dessus du Soudan ?

    \n
    \nNation forte du foot africain dans les années 60 avec en point d'orgue un titre continental remporté en 1970,…
    ", + "content": "

    La Guinée Bissau au-dessus du Soudan ?

    \n
    \nNation forte du foot africain dans les années 60 avec en point d'orgue un titre continental remporté en 1970,…
    ", "category": "", - "link": "https://www.sofoot.com/le-pass-vaccinal-dans-le-foot-un-futur-casse-tete-507685.html", + "link": "https://www.sofoot.com/pronostic-soudan-guinee-bissau-analyse-cotes-et-pronostic-du-match-de-la-can-2022-509318.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-pass-vaccinal-dans-le-foot-un-futur-casse-tete-1641397856_x600_articles-alt-507685.jpg", + "pubDate": "2022-01-10T11:54:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-soudan-guinee-bissau-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1641817366_x600_articles-509318.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-pass-vaccinal-dans-le-foot-un-futur-casse-tete-1641397856_x600_articles-alt-507685.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-soudan-guinee-bissau-analyse-cotes-et-pronostic-du-match-de-la-can-2022-1641817366_x600_articles-509318.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96478,20 +98524,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "548a1ddbfff46a841a62cc7876a6a5ee", + "hash": "ed8b8907c0ba2f0705eab1d225c3124a", "highlights": [] }, { - "title": "Le Real Madrid prend sa revanche sur Alcoyano", - "description": "

    CD Alcoyano 1-3 Real Madrid ", - "content": "

    CD Alcoyano 1-3 Real Madrid ", + "title": "Fin de saison pour Chiesa, victime d'une rupture des ligaments croisés", + "description": "Aller à Rome c'est une chose, en revenir indemne, c'en est une autre.
    \n
    \nAu lendemain d'un déplacement complètement fou à l'Olimpico face à l'AS Roma, Federico Chiesa est de retour à…

    ", + "content": "Aller à Rome c'est une chose, en revenir indemne, c'en est une autre.
    \n
    \nAu lendemain d'un déplacement complètement fou à l'Olimpico face à l'AS Roma, Federico Chiesa est de retour à…

    ", "category": "", - "link": "https://www.sofoot.com/le-real-madrid-prend-sa-revanche-sur-alcoyano-509136.html", + "link": "https://www.sofoot.com/fin-de-saison-pour-chiesa-victime-d-une-rupture-des-ligaments-croises-509315.html", "creator": "SO FOOT", - "pubDate": "2022-01-05T22:26:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-real-madrid-prend-sa-revanche-sur-alcoyano-1641422288_x600_articles-509136.jpg", + "pubDate": "2022-01-10T11:46:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-fin-de-saison-pour-chiesa-victime-d-une-rupture-des-ligaments-croises-1641817630_x600_articles-509315.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-real-madrid-prend-sa-revanche-sur-alcoyano-1641422288_x600_articles-509136.jpg", + "image": "https://www.sofoot.com/IMG/img-fin-de-saison-pour-chiesa-victime-d-une-rupture-des-ligaments-croises-1641817630_x600_articles-509315.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96500,20 +98546,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee8b140f4571c206c147360f841f001f", + "hash": "ba4fc9ce0c55c70e139f49dc31d8c9cb", "highlights": [] }, { - "title": "Chelsea terrasse Tottenham et prend une sérieuse option sur la finale", - "description": "Tout simplement au-dessus de Tottenham pendant l'intégralité de la rencontre, Chelsea n'a eu aucun mal à s'imposer en demi-finales aller de la League Cup ce mercredi soir (2-0), et voit déjà la qualification pour la finale lui tendre les bras. Une démonstration qui aurait pu être encore plus forte si les Blues avaient été plus tueurs devant les buts adverses.

    ", - "content": "

    ", + "title": "Pronostic Cagliari Bologne : Analyse cote et pronostic du match de Serie A", + "description": "

    Bologne à sa sauce à Cagliari

    \n
    \nEn clôture de la 21e journée de Serie A, Cagliari reçoit la formation de Bologne. L'an passé, la…
    ", + "content": "

    Bologne à sa sauce à Cagliari

    \n
    \nEn clôture de la 21e journée de Serie A, Cagliari reçoit la formation de Bologne. L'an passé, la…
    ", "category": "", - "link": "https://www.sofoot.com/chelsea-terrasse-tottenham-et-prend-une-serieuse-option-sur-la-finale-509135.html", + "link": "https://www.sofoot.com/pronostic-cagliari-bologne-analyse-cote-et-pronostic-du-match-de-serie-a-509314.html", "creator": "SO FOOT", - "pubDate": "2022-01-05T21:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-chelsea-terrasse-tottenham-et-prend-une-serieuse-option-sur-la-finale-1641418423_x600_articles-alt-509135.jpg", + "pubDate": "2022-01-10T11:42:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-cagliari-bologne-analyse-cote-et-pronostic-du-match-de-serie-a-1641815688_x600_articles-509314.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-chelsea-terrasse-tottenham-et-prend-une-serieuse-option-sur-la-finale-1641418423_x600_articles-alt-509135.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-cagliari-bologne-analyse-cote-et-pronostic-du-match-de-serie-a-1641815688_x600_articles-509314.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96522,20 +98568,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d3d0cc31b605250cf663f573ce08e80", + "hash": "e916db7052b6e617abd9326801e7b912", "highlights": [] }, { - "title": "Barcelone évite la mauvaise surprise à Linares", - "description": "

    Linares 1-2 Barcelone ", - "content": "

    Linares 1-2 Barcelone ", + "title": "Samuel Umtiti prolonge au FC Barcelone ", + "description": "Que 2018 semble loin pour Big Sam.
    \n
    \nAbonné au banc de touche catalan quand il ne squatte pas l'infirmerie, Samuel Umtiti vient pourtant de prolonger son contrat avec le FC Barcelone…

    ", + "content": "Que 2018 semble loin pour Big Sam.
    \n
    \nAbonné au banc de touche catalan quand il ne squatte pas l'infirmerie, Samuel Umtiti vient pourtant de prolonger son contrat avec le FC Barcelone…

    ", "category": "", - "link": "https://www.sofoot.com/barcelone-evite-la-mauvaise-surprise-a-linares-509133.html", + "link": "https://www.sofoot.com/samuel-umtiti-prolonge-au-fc-barcelone-509316.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-10T11:38:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-samuel-umtiti-prolonge-au-fc-barcelone-1641817282_x600_articles-509316.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-barcelone-evite-la-mauvaise-surprise-a-linares-1641414933_x600_articles-509133.jpg", + "image": "https://www.sofoot.com/IMG/img-samuel-umtiti-prolonge-au-fc-barcelone-1641817282_x600_articles-509316.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96544,20 +98590,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6bc92c68348c467d3f51153b72f28dd", + "hash": "a2dc481dd1ffc35220034ab852d26e3e", "highlights": [] }, { - "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.", + "title": "Pronostic Southampton Brentford : Analyse cote et pronostic du match de Premier League", + "description": "

    Southampton et Brentford dos à dos

    \n
    \nCe mardi, Southampton reçoit Brentford en match en retard de la 18e journée de Premier League. Les deux…
    ", + "content": "

    Southampton et Brentford dos à dos

    \n
    \nCe mardi, Southampton reçoit Brentford en match en retard de la 18e journée de Premier League. Les deux…
    ", "category": "", - "link": "https://www.sofoot.com/en-direct-chelsea-tottenham-509134.html", + "link": "https://www.sofoot.com/pronostic-southampton-brentford-analyse-cote-et-pronostic-du-match-de-premier-league-509313.html", "creator": "SO FOOT", - "pubDate": "2022-01-05T19:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-chelsea-tottenham-1641410031_x600_articles-alt-509134.jpg", + "pubDate": "2022-01-10T11:31:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-southampton-brentford-analyse-cote-et-pronostic-du-match-de-premier-league-1641814865_x600_articles-509313.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-en-direct-chelsea-tottenham-1641410031_x600_articles-alt-509134.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-southampton-brentford-analyse-cote-et-pronostic-du-match-de-premier-league-1641814865_x600_articles-509313.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96566,20 +98612,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "001b7f9e15b5cd82cc5a6940b0a6791b", + "hash": "59562b27b87e564dd9575321cc3a8490", "highlights": [] }, { - "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…

    ", + "title": "Pour Feghouli, le sélectionneur Belmadi est \"exceptionnel\"", + "description": "Ils iraient à la guerre pour lui.
    \n
    \nDans une interview accordée à l'AFP avant
    ", + "content": "Ils iraient à la guerre pour lui.
    \n
    \nDans une interview accordée à l'AFP avant
    ", "category": "", - "link": "https://www.sofoot.com/angers-asse-reporte-au-26-janvier-clermont-strasbourg-se-jouera-le-19-509127.html", + "link": "https://www.sofoot.com/pour-feghouli-le-selectionneur-belmadi-est-exceptionnel-509312.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-10T11:24:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pour-feghouli-le-selectionneur-belmadi-est-exceptionnel-1641817996_x600_articles-509312.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-angers-asse-reporte-au-26-janvier-clermont-strasbourg-se-jouera-le-19-1641405861_x600_articles-509127.jpg", + "image": "https://www.sofoot.com/IMG/img-pour-feghouli-le-selectionneur-belmadi-est-exceptionnel-1641817996_x600_articles-509312.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96588,20 +98634,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "356fbe118585487ee75c068a84eb9bc7", + "hash": "ca3b6e1b9fbd2d93197857ccc0e91d98", "highlights": [] }, { - "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…

    ", + "title": "L'AS Monaco demande une dérogation à son gouvernement pour la jauge", + "description": "Petits arrangements sur le Rocher.
    \n
    \nDe retour depuis…

    ", + "content": "Petits arrangements sur le Rocher.
    \n
    \nDe retour depuis…

    ", "category": "", - "link": "https://www.sofoot.com/jean-armel-kana-biyik-ex-gaziantep-signe-au-fc-metz-pour-six-mois-509129.html", + "link": "https://www.sofoot.com/l-as-monaco-demande-une-derogation-a-son-gouvernement-pour-la-jauge-509309.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-10T11:21:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-as-monaco-demande-une-derogation-a-son-gouvernement-pour-la-jauge-1641816348_x600_articles-509309.jpg", "enclosureType": "image/jpeg", - "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", + "image": "https://www.sofoot.com/IMG/img-l-as-monaco-demande-une-derogation-a-son-gouvernement-pour-la-jauge-1641816348_x600_articles-509309.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96610,20 +98656,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b60379ba2abef1fa696c123b82d6f67e", + "hash": "4cacbc5620006cc3bf2261762251836a", "highlights": [] }, { - "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…

    ", + "title": "Pronostic Nigeria Egypte : Analyse cote et pronostic du match de la CAN 2022", + "description": "

    L'Egypte assure face au Nigéria

    \n
    \nLe groupe D de la Coupe d'Afrique des Nations nous offre une très belle affiche mardi entre le Nigéria et…
    ", + "content": "

    L'Egypte assure face au Nigéria

    \n
    \nLe groupe D de la Coupe d'Afrique des Nations nous offre une très belle affiche mardi entre le Nigéria et…
    ", "category": "", - "link": "https://www.sofoot.com/ac-milan-stefano-pioli-reclame-un-defenseur-central-509128.html", + "link": "https://www.sofoot.com/pronostic-nigeria-egypte-analyse-cote-et-pronostic-du-match-de-la-can-2022-509311.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-10T11:18:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-nigeria-egypte-analyse-cote-et-pronostic-du-match-de-la-can-2022-1641814028_x600_articles-509311.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-ac-milan-stefano-pioli-reclame-un-defenseur-central-1641402260_x600_articles-509128.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-nigeria-egypte-analyse-cote-et-pronostic-du-match-de-la-can-2022-1641814028_x600_articles-509311.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96632,20 +98678,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e85fbacf2121116dfc41b6e3cdd6adf4", + "hash": "a5d364836462100a8387b556dbe6381f", "highlights": [] }, { - "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…

    ", + "title": "José Mourinho n'est pas éternel", + "description": "Défaite 4 buts à 3 par une Juventus décadente ce dimanche, la Roma a probablement déjà acté l'échec de sa saison en cours. Mais aussi celui du recrutement de José Mourinho sur le banc, alors que le Portugais achève de démonter que sa méthode, visionnaire quinze ans plus tôt, n'est décidément plus dans l'air du temps.José Mourinho n'est pas un homme qui change. Bien sûr, depuis ses années golden boy à l'Inter, le dos s'est légèrement tassé, la chevelure s'est teintée de fils gris et les cernes se…", + "content": "José Mourinho n'est pas un homme qui change. Bien sûr, depuis ses années golden boy à l'Inter, le dos s'est légèrement tassé, la chevelure s'est teintée de fils gris et les cernes se…", "category": "", - "link": "https://www.sofoot.com/bordeaux-marseille-a-huis-clos-les-ultramarines-parlent-d-une-terrible-injustice-509124.html", + "link": "https://www.sofoot.com/jose-mourinho-n-est-pas-eternel-509298.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-10T11:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jose-mourinho-n-est-pas-eternel-1641807333_x600_articles-alt-509298.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-bordeaux-marseille-a-huis-clos-les-ultramarines-parlent-d-une-terrible-injustice-1641400718_x600_articles-509124.jpg", + "image": "https://www.sofoot.com/IMG/img-jose-mourinho-n-est-pas-eternel-1641807333_x600_articles-alt-509298.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96654,20 +98700,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "25960d4ebf609bf42d9e63da579f2f33", + "hash": "0e806e05110764d6b26f38b147cada30", "highlights": [] }, { - "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,…

    ", + "title": "Pronostic Algérie Sierra Leone : Analyse cote et pronostic du match de la CAN 2022", + "description": "

    L'Algérie commence tranquillement face à la Sierra Leone

    \n
    \nAvant d'affronter la Côte d'Ivoire dans 10 jours pour le match final et la grosse affiche de…
    ", + "content": "

    L'Algérie commence tranquillement face à la Sierra Leone

    \n
    \nAvant d'affronter la Côte d'Ivoire dans 10 jours pour le match final et la grosse affiche de…
    ", "category": "", - "link": "https://www.sofoot.com/nicolas-usai-nouvel-entraineur-du-nimes-olympique-apres-la-mise-a-pied-de-pascal-plancque-509121.html", + "link": "https://www.sofoot.com/pronostic-algerie-sierra-leone-analyse-cote-et-pronostic-du-match-de-la-can-2022-509308.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-10T10:37:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-algerie-sierra-leone-analyse-cote-et-pronostic-du-match-de-la-can-2022-1641813537_x600_articles-509308.jpg", "enclosureType": "image/jpeg", - "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", + "image": "https://www.sofoot.com/IMG/img-pronostic-algerie-sierra-leone-analyse-cote-et-pronostic-du-match-de-la-can-2022-1641813537_x600_articles-509308.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96676,20 +98722,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c58d58b81152e19c9c03d0352de4567a", + "hash": "17f4517c0ef04d8792ba3a92d4fdd02c", "highlights": [] }, { - "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…

    ", + "title": "Amnesty International demande aux clubs espagnols de prendre position en Arabie saoudite", + "description": "Purple rain en Arabie saoudite ?
    \n
    \nAlors que la Supercoupe d'Espagne doit débuter mercredi soir par un Clásico en Arabie saoudite, Amnesty International appelle les quatre clubs…

    ", + "content": "Purple rain en Arabie saoudite ?
    \n
    \nAlors que la Supercoupe d'Espagne doit débuter mercredi soir par un Clásico en Arabie saoudite, Amnesty International appelle les quatre clubs…

    ", "category": "", - "link": "https://www.sofoot.com/allegri-ferme-la-porte-a-un-depart-d-alvaro-morata-cet-hiver-509122.html", + "link": "https://www.sofoot.com/amnesty-international-demande-aux-clubs-espagnols-de-prendre-position-en-arabie-saoudite-509307.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-10T10:20:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-amnesty-international-demande-aux-clubs-espagnols-de-prendre-position-en-arabie-saoudite-1641812614_x600_articles-509307.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-allegri-ferme-la-porte-a-un-depart-d-alvaro-morata-cet-hiver-1641395748_x600_articles-509122.jpg", + "image": "https://www.sofoot.com/IMG/img-amnesty-international-demande-aux-clubs-espagnols-de-prendre-position-en-arabie-saoudite-1641812614_x600_articles-509307.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96698,20 +98744,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf57eef0182d22a033ff3847604c7c43", + "hash": "166d0a6b2470bbaa685b1cbc7f8fecbf", "highlights": [] }, { - "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
    ", + "title": "Mourinho regrette \"le manque de personnalité\" de ses joueurs ", + "description": "José fait la Mou.
    \n
    \nDimanche soir compliqué pour José Mourinho et l'AS Rome. Battus 4-3 par la Juventus alors qu'ils menaient 3-1 jusqu'à la 70e minute, les…

    ", + "content": "José fait la Mou.
    \n
    \nDimanche soir compliqué pour José Mourinho et l'AS Rome. Battus 4-3 par la Juventus alors qu'ils menaient 3-1 jusqu'à la 70e minute, les…

    ", "category": "", - "link": "https://www.sofoot.com/l-olympique-lyonnais-demande-20-000-spectateurs-pour-la-reception-du-paris-saint-germain-dimanche-509120.html", + "link": "https://www.sofoot.com/mourinho-regrette-le-manque-de-personnalite-de-ses-joueurs-509306.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-10T10:18:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-mourinho-regrette-le-manque-de-personnalite-de-ses-joueurs-1641811708_x600_articles-509306.jpg", "enclosureType": "image/jpeg", - "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", + "image": "https://www.sofoot.com/IMG/img-mourinho-regrette-le-manque-de-personnalite-de-ses-joueurs-1641811708_x600_articles-509306.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96720,20 +98766,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "03a2dad223de8d6cc4b8b1d80106dd6d", + "hash": "6a7abf799a72f4a9b6e47227e11260ff", "highlights": [] }, { - "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…

    ", + "title": "Verratti : \"Le coach ne pouvait même pas faire un entraînement tactique\"", + "description": "Adouber les titis puis rassurer sur l'état de forme du PSG, ou comment donner les clés de la communication à…", + "content": "Adouber les titis puis rassurer sur l'état de forme du PSG, ou comment donner les clés de la communication à…", "category": "", - "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", + "link": "https://www.sofoot.com/verratti-le-coach-ne-pouvait-meme-pas-faire-un-entrainement-tactique-509305.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-10T09:57:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-verratti-le-coach-ne-pouvait-meme-pas-faire-un-entrainement-tactique-1641812134_x600_articles-509305.jpg", "enclosureType": "image/jpeg", - "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", + "image": "https://www.sofoot.com/IMG/img-verratti-le-coach-ne-pouvait-meme-pas-faire-un-entrainement-tactique-1641812134_x600_articles-509305.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96742,20 +98788,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5090d9aa9dd761696af39333f9e47c9", + "hash": "dbe016afb697df278c7b56f2cc2bab5c", "highlights": [] }, { - "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…

    ", + "title": "Maroc : à la recherche du temps perdu", + "description": "Pour sa dix-huitième participation à la Coupe d'Afrique des Nations, c'est en revanchard que le Maroc s'apprête à affronter le Ghana pour la première journée du groupe C, ce lundi après-midi. Secoués par des litiges internes, les Lions de l'Atlas souhaitent en effet renverser la situation en mettant la main sur le trophée doré. Un exploit en marche, mené par une belle génération et le tempérament de Vahid Halilhodžić.Les supporters marocains ont sorti le bouclier de protection. Entre lucidité et peur de l'échec, les assidus du Mountakhab refusent en effet de se voir comme vainqueur potentiel de cette…", + "content": "Les supporters marocains ont sorti le bouclier de protection. Entre lucidité et peur de l'échec, les assidus du Mountakhab refusent en effet de se voir comme vainqueur potentiel de cette…", "category": "", - "link": "https://www.sofoot.com/adrien-silva-sampdoria-quitte-la-sampdoria-et-s-exile-a-al-wahda-emirats-arabes-unis-509116.html", + "link": "https://www.sofoot.com/maroc-a-la-recherche-du-temps-perdu-509291.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-10T09:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-maroc-a-la-recherche-du-temps-perdu-1641767878_x600_articles-alt-509291.jpg", "enclosureType": "image/jpeg", - "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", + "image": "https://www.sofoot.com/IMG/img-maroc-a-la-recherche-du-temps-perdu-1641767878_x600_articles-alt-509291.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96764,20 +98810,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d1b5d8018f2238234b42814cfb72dcc", + "hash": "47efddf1941e115b8d06b537cae36855", "highlights": [] }, { - "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…

    ", + "title": "Shinji Kagawa va découvrir la Belgique à Saint-Trond", + "description": "Kagawa poursuit son séjour Erasmus.
    \n
    \nAprès l'Allemagne, l'Angleterre, la Turquie, l'Espagne et la Grèce, Shinji Kagawa continue sa découverte du continent européen. Direction la…

    ", + "content": "Kagawa poursuit son séjour Erasmus.
    \n
    \nAprès l'Allemagne, l'Angleterre, la Turquie, l'Espagne et la Grèce, Shinji Kagawa continue sa découverte du continent européen. Direction la…

    ", "category": "", - "link": "https://www.sofoot.com/league-cup-la-demi-finale-aller-arsenal-liverpool-reportee-509117.html", + "link": "https://www.sofoot.com/shinji-kagawa-va-decouvrir-la-belgique-a-saint-trond-509303.html", "creator": "SO FOOT", - "pubDate": "2022-01-05T14:01:00Z", - "enclosure": "", + "pubDate": "2022-01-10T08:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-shinji-kagawa-va-decouvrir-la-belgique-a-saint-trond-1641810592_x600_articles-509303.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-shinji-kagawa-va-decouvrir-la-belgique-a-saint-trond-1641810592_x600_articles-509303.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96786,20 +98832,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2a18a08a267d4f80db085f60db6b757", + "hash": "16f0a655a20fe19ce68065cfefad83cc", "highlights": [] }, { - "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…

    ", + "title": "Piqué se moque d'Emery à propos de la remontada", + "description": "Qui s'y frotte s'y Piqué.
    \n
    \nIl n'avait rien demandé, mais Gerard Piqué a eu les oreilles qui sifflent ce dimanche.
    ", + "content": "Qui s'y frotte s'y Piqué.
    \n
    \nIl n'avait rien demandé, mais Gerard Piqué a eu les oreilles qui sifflent ce dimanche.
    ", "category": "", - "link": "https://www.sofoot.com/bundesliga-dirk-zingler-union-berlin-denonce-l-utilisation-du-football-par-les-politiques-509115.html", + "link": "https://www.sofoot.com/pique-se-moque-d-emery-a-propos-de-la-remontada-509302.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-10T08:50:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pique-se-moque-d-emery-a-propos-de-la-remontada-1641810322_x600_articles-509302.jpg", "enclosureType": "image/jpeg", - "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", + "image": "https://www.sofoot.com/IMG/img-pique-se-moque-d-emery-a-propos-de-la-remontada-1641810322_x600_articles-509302.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96808,20 +98854,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f62fb457f355a36a6f8af2cf38e69243", + "hash": "348ccffd9d844887f82a42efbf8f3638", "highlights": [] }, { - "title": "La Serie A met en place un nouveau protocole contre le Covid-19 ", - "description": "Fin des problèmes ?
    \n
    \nAprès l'annulation de quatre matchs de la…

    ", - "content": "Fin des problèmes ?
    \n
    \nAprès l'annulation de quatre matchs de la…

    ", + "title": "Le RC Lens sanctionne un supporter pour des propos racistes", + "description": "La coupe est pleine. Ce dimanche, le RC Lens recevait le RC Lens recevait Pas de Mondial pour les Anglais.
    \n
    \nLa Grande Bretagne et l'Irlande envisageraient de retirer leur candidature pour l'organisation de la Coupe du Monde 2030. Selon le Times : \"…

    ", - "content": "Pas de Mondial pour les Anglais.
    \n
    \nLa Grande Bretagne et l'Irlande envisageraient de retirer leur candidature pour l'organisation de la Coupe du Monde 2030. Selon le Times : \"…

    ", + "title": "CAN 2022 : trois journalistes algériens agressés au couteau au Cameroun ", + "description": "La Coupe d'Afrique des Nations a débuté ce dimanche par un succès du Cameroun,…", + "content": "La Coupe d'Afrique des Nations a débuté ce dimanche par un succès du Cameroun,…", "category": "", - "link": "https://www.sofoot.com/la-grande-bretagne-et-l-irlande-ne-voudraient-plus-organiser-la-coupe-du-monde-2030-509131.html", + "link": "https://www.sofoot.com/can-2022-trois-journalistes-algeriens-agresses-au-couteau-au-cameroun-509299.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T14:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-grande-bretagne-et-l-irlande-ne-voudraient-plus-organiser-la-coupe-du-monde-2030-1641480418_x600_articles-509131.jpg", + "pubDate": "2022-01-10T07:39:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-can-2022-trois-journalistes-algeriens-agresses-au-couteau-au-cameroun-1641803515_x600_articles-509299.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-la-grande-bretagne-et-l-irlande-ne-voudraient-plus-organiser-la-coupe-du-monde-2030-1641480418_x600_articles-509131.jpg", + "image": "https://www.sofoot.com/IMG/img-can-2022-trois-journalistes-algeriens-agresses-au-couteau-au-cameroun-1641803515_x600_articles-509299.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96852,20 +98898,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b4fb5cd99046e7d4f8b4c4e6478d638", + "hash": "494ac69a6701a82ba3c6fd05057f75fb", "highlights": [] }, { - "title": "Pjanic conseille à De Ligt et Morata d'éviter un départ au Barça", - "description": "Agent double.
    \n
    \nInvité à réagir sur les rumeurs envoyant ses anciens coéquipiers Matthijs de Ligt et Alvaro Morata vers le FC Barcelone, Miralem Pjanić n'a pas pris de pincettes ce…

    ", - "content": "Agent double.
    \n
    \nInvité à réagir sur les rumeurs envoyant ses anciens coéquipiers Matthijs de Ligt et Alvaro Morata vers le FC Barcelone, Miralem Pjanić n'a pas pris de pincettes ce…

    ", + "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 Cristiana Girelli de gala en Italie, la prise de pouvoir du Maccabi Haïfa en Israël et une remontada comme on les aime à mettre au crédit de Denizlispor.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pjanic-conseille-a-de-ligt-et-morata-d-eviter-un-depart-au-barca-509158.html", + "link": "https://www.sofoot.com/ces-trois-infos-du-week-end-vont-vous-etonner-509285.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T11:26:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pjanic-conseille-a-de-ligt-et-morata-d-eviter-un-depart-au-barca-1641470617_x600_articles-509158.jpg", + "pubDate": "2022-01-10T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ces-trois-infos-du-week-end-vont-vous-etonner-1641749864_x600_articles-alt-509285.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pjanic-conseille-a-de-ligt-et-morata-d-eviter-un-depart-au-barca-1641470617_x600_articles-509158.jpg", + "image": "https://www.sofoot.com/IMG/img-ces-trois-infos-du-week-end-vont-vous-etonner-1641749864_x600_articles-alt-509285.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96874,20 +98920,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "72c05b311d2cc35160d1b2a3e8cb73fc", + "hash": "6eb70ab5d2e54874f019d4118adee999", "highlights": [] }, { - "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
    ", + "title": "CAN 2021 : Au Sénégal, le scepticisme aussi fort que l'espoir ", + "description": "Au Sénégal, la génération Sadio Mané est dorée. La colonne vertébrale du onze de la sélection des Lions de la Téranga est composée uniquement de stars, mais le jeu de l'équipe n'est pas celui espéré par les supporters. Bien que le sélectionneur Aliou Cissé présente un bilan positif depuis 2015, le pessimisme règne de Dakar à la Casamance quant à une première victoire en Coupe d'Afrique des nations.
    \t\t\t\t\t
    ", + "content": "
    \t\t\t\t\t
    ", "category": "", - "link": "https://www.sofoot.com/jordan-henry-vannes-est-sur-d-avoir-marque-contre-le-psg-509114.html", + "link": "https://www.sofoot.com/can-2021-au-senegal-le-scepticisme-aussi-fort-que-l-espoir-509125.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-10T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-can-2021-au-senegal-le-scepticisme-aussi-fort-que-l-espoir-1641475230_x600_articles-alt-509125.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-jordan-henry-vannes-est-sur-d-avoir-marque-contre-le-psg-1641390040_x600_articles-509114.jpg", + "image": "https://www.sofoot.com/IMG/img-can-2021-au-senegal-le-scepticisme-aussi-fort-que-l-espoir-1641475230_x600_articles-alt-509125.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96896,20 +98942,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f7ac08803992a9ebf34faedeb1a6375", + "hash": "dd1e91f6cfd56047a71a64c24ab30d0c", "highlights": [] }, { - "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…
    ", + "title": "Paris, un coup de jeune bienvenu", + "description": "Entrés en jeu pour la première fois de la saison en Ligue 1, Edouard Michut et Xavi Simons ont fait souffler un vent de fraîcheur sur le PSG. Impliqués dans le retour de leur équipe, qui est parvenue à décrocher un point sur la pelouse de Lyon malgré une prestation longtemps quelconque, les jeunes pousses ont prouvé qu'elles méritent de voir leur temps de jeu grimper.On joue la 76e minute de jeu au Groupama Stadium quand Thilo Kehrer, seul au deuxième poteau, égalise et permet au Paris Saint-Germain de ramener un point de sa visite annuelle dans la…", + "content": "On joue la 76e minute de jeu au Groupama Stadium quand Thilo Kehrer, seul au deuxième poteau, égalise et permet au Paris Saint-Germain de ramener un point de sa visite annuelle dans la…", "category": "", - "link": "https://www.sofoot.com/comment-investir-tes-etrennes-avec-mon-petit-placement-508527.html", + "link": "https://www.sofoot.com/paris-un-coup-de-jeune-bienvenu-509297.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T23:04:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-paris-un-coup-de-jeune-bienvenu-1641769109_x600_articles-alt-509297.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-comment-investir-tes-etrennes-avec-mon-petit-placement-1639940242_x600_articles-alt-508527.jpg", + "image": "https://www.sofoot.com/IMG/img-paris-un-coup-de-jeune-bienvenu-1641769109_x600_articles-alt-509297.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96918,20 +98964,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "be9c1a86da75d20f644432c627427dcb", + "hash": "e4f3ce490b96a4bf3a3e8cfa22e21edf", "highlights": [] }, { - "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……
    ", + "title": "Lyon-PSG : OL les cœurs !", + "description": "Comme au match aller, Lyon a signé une prestation convaincante ce dimanche soir à domicile contre Paris, rappelant que cet effectif ainsi que la méthode Peter Bosz n'étaient pas enterrés. Et cette fois-ci, les Rhodaniens ont même gratté un point (1-1). Certes, l'OL ne gagne toujours pas, mais il peut garder espoir.Le scénario était déjà prêt et n'aurait surpris personne. Un Olympique lyonnais convaincant récompensé par une ouverture du score de son maître à jouer Lucas Paquetá grâce à un appel…", + "content": "Le scénario était déjà prêt et n'aurait surpris personne. Un Olympique lyonnais convaincant récompensé par une ouverture du score de son maître à jouer Lucas Paquetá grâce à un appel…", "category": "", - "link": "https://www.sofoot.com/maxime-vachier-lagrave-aux-echecs-on-connait-la-troisieme-mi-temps-509083.html", + "link": "https://www.sofoot.com/lyon-psg-ol-les-coeurs-509295.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T23:04:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lyon-psg-ol-les-coeurs-1641770257_x600_articles-alt-509295.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-maxime-vachier-lagrave-aux-echecs-on-connait-la-troisieme-mi-temps-1641317480_x600_articles-alt-509083.jpg", + "image": "https://www.sofoot.com/IMG/img-lyon-psg-ol-les-coeurs-1641770257_x600_articles-alt-509295.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96940,20 +98986,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b192d0b96242eb1706c84ef5dc0f1ca", + "hash": "12f4674a8f822182c6cc5ae1697e8a5c", "highlights": [] }, { - "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…

    ", + "title": "Les notes de Lyon face au PSG", + "description": "Si l'OL commence 2022 comme il avait fini 2021, en ne gagnant pas, le contenu a été meilleur. Surtout grâce à Bruno Guimarães, Houssem Aouar et Lucas Paquetá, comme souvent les trois hommes forts de Peter Bosz.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/top-50-transferts-avortes-de-30-a-21-509000.html", + "link": "https://www.sofoot.com/les-notes-de-lyon-face-au-psg-509294.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-notes-de-lyon-face-au-psg-1641760840_x600_articles-alt-509294.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-top-50-transferts-avortes-de-30-a-21-1641344583_x600_articles-alt-509000.jpg", + "image": "https://www.sofoot.com/IMG/img-les-notes-de-lyon-face-au-psg-1641760840_x600_articles-alt-509294.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96962,20 +99008,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "089dad2c8a9a728f7af33ad3e21e93a9", + "hash": "6d562357ee74d09dd72437b03be28f36", "highlights": [] }, { - "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
    ", + "title": "Les notes du PSG face à l'Olympique lyonnais", + "description": "Les Parisiens se sont pointés un peu ballonnés à Lyon en cette rentrée, comme si le chapon et les huîtres n'étaient pas encore totalement passés. Mais les entrants Simons, Michut, Dina Ebimbe et même Kehrer ont apporté un bon bol d'air pour arracher ce nul (1-1).

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/paul-bernardoni-et-sada-thioub-angers-arrivent-a-saint-etienne-jean-philippe-mateta-crystal-palace-en-approche-509112.html", + "link": "https://www.sofoot.com/les-notes-du-psg-face-a-l-olympique-lyonnais-509290.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-notes-du-psg-face-a-l-olympique-lyonnais-1641765683_x600_articles-alt-509290.jpg", "enclosureType": "image/jpeg", - "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", + "image": "https://www.sofoot.com/IMG/img-les-notes-du-psg-face-a-l-olympique-lyonnais-1641765683_x600_articles-alt-509290.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -96984,20 +99030,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5112cfa578bdbddc17dc823741616c40", + "hash": "6b84604503aa0e2fd2abe018162011ad", "highlights": [] }, { - "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…

    ", + "title": "Pas de vainqueur entre Villarreal et l'Atlético, malgré un chef-d'œuvre d'Ángel Correa ", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/kacper-kozlowski-pogon-szczecin-rejoint-brighton-mais-part-en-pret-a-l-union-saint-gilloise-509111.html", + "link": "https://www.sofoot.com/pas-de-vainqueur-entre-villarreal-et-l-atletico-malgre-un-chef-d-oeuvre-d-angel-correa-509293.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T21:57:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pas-de-vainqueur-entre-villarreal-et-l-atletico-malgre-un-chef-d-oeuvre-d-angel-correa-1641765903_x600_articles-509293.jpg", "enclosureType": "image/jpeg", - "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", + "image": "https://www.sofoot.com/IMG/img-pas-de-vainqueur-entre-villarreal-et-l-atletico-malgre-un-chef-d-oeuvre-d-angel-correa-1641765903_x600_articles-509293.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97006,20 +99052,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8cf6f69c49389a22d1d6757122bf695d", + "hash": "b0c638846deb20ee0897262d9956aed8", "highlights": [] }, { - "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


    ", + "title": "L'Inter Milan se paye la Lazio", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/la-collection-de-tirages-photo-so-foot-de-janvier-2022-est-arrivee-509094.html", + "link": "https://www.sofoot.com/l-inter-milan-se-paye-la-lazio-509292.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T21:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-inter-milan-se-paye-la-lazio-1641764987_x600_articles-509292.jpg", "enclosureType": "image/jpeg", - "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", + "image": "https://www.sofoot.com/IMG/img-l-inter-milan-se-paye-la-lazio-1641764987_x600_articles-509292.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97028,20 +99074,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "54f1c2ae64f1fb53a7c61a8f207d14a7", + "hash": "24cf6e49fa00c247f22d544f4a7a3f69", "highlights": [] }, { - "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…

    ", + "title": "Paris ramasse un point à Lyon", + "description": "Il n'y a pas eu de vainqueur dans l'affiche du dimanche soir. Après avoir ouvert le score par l'intermédiaire de Lucas Paquetá, l'OL a vu le PSG revenir dans le dernier quart d'heure grâce à un but de Thilo Kehrer (1-1). Si Kylian Mbappé a touché deux fois les montants, Lyon peut encore nourrir quelques regrets.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/l-entraineur-de-valence-jose-bordalas-sur-le-mercato-du-fc-barcelone-ou-est-le-fair-play-509110.html", + "link": "https://www.sofoot.com/paris-ramasse-un-point-a-lyon-509289.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T21:43:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-paris-ramasse-un-point-a-lyon-1641764624_x600_articles-alt-509289.jpg", "enclosureType": "image/jpeg", - "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", + "image": "https://www.sofoot.com/IMG/img-paris-ramasse-un-point-a-lyon-1641764624_x600_articles-alt-509289.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97050,20 +99096,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "73ed45b453105c751589cf7bffa8ba47", + "hash": "d38c347f041bb77ad9851f61671659b3", "highlights": [] }, { - "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
    ", + "title": "Le Cap-Vert vient à bout de l'Éthiopie", + "description": "

    ", + "content": "

    ", "category": "", - "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", + "link": "https://www.sofoot.com/le-cap-vert-vient-a-bout-de-l-ethiopie-509247.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T21:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-cap-vert-vient-a-bout-de-l-ethiopie-1641761929_x600_articles-509247.jpg", "enclosureType": "image/jpeg", - "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", + "image": "https://www.sofoot.com/IMG/img-le-cap-vert-vient-a-bout-de-l-ethiopie-1641761929_x600_articles-509247.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97072,20 +99118,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1cb48f7973c87d94ef7978e5746690a4", + "hash": "12272d716dab9e50563236fea538d6a6", "highlights": [] }, { - "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…

    ", + "title": "La Juve dégoûte la Roma", + "description": "Menée 3-1 à l'heure de jeu, sans idées et sans Federico Chiesa sorti blessé, la Juventus s'en est allé puiser des ressources insoupçonnées pour renverser une Roma qui s'est inexplicablement liquéfiée (3-4) au Stadio Olimpico. Un précieux succès pour les Bianconeri qui s'accrochent au wagon du Top 4.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/benjamin-mendy-manchester-city-aurait-ete-transfere-dans-l-une-des-prisons-les-plus-dures-d-angleterre-509103.html", + "link": "https://www.sofoot.com/la-juve-degoute-la-roma-509286.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T19:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-juve-degoute-la-roma-1641757238_x600_articles-alt-509286.jpg", "enclosureType": "image/jpeg", - "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", + "image": "https://www.sofoot.com/IMG/img-la-juve-degoute-la-roma-1641757238_x600_articles-alt-509286.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97094,20 +99140,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c5e9e0f26779b153e869953957286801", + "hash": "766a29cd7a5b00f12c96886b688611d6", "highlights": [] }, { - "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,…", + "title": "En direct : Lyon - PSG", + "description": "1' : COUP D'ENVOI !", + "content": "1' : COUP D'ENVOI !", "category": "", - "link": "https://www.sofoot.com/lens-lille-a-vous-de-jauger-509096.html", + "link": "https://www.sofoot.com/en-direct-lyon-psg-509260.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T19:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-lyon-psg-1641686721_x600_articles-509260.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-lens-lille-a-vous-de-jauger-1641378804_x600_articles-alt-509096.jpg", + "image": "https://www.sofoot.com/IMG/img-en-direct-lyon-psg-1641686721_x600_articles-509260.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97116,20 +99162,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "01083c66a4b35c478fa40bc57774cdf1", + "hash": "185ac594325b5c823598aa0861705a64", "highlights": [] }, { - "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,
    ", + "title": "Un triste Arsenal se fait piéger par Nottingham Forest, les autres favoris assurent en FA Cup", + "description": "Contrairement à samedi, qui fut très mouvementé, ce dimanche de 32es de finale de FA Cup…", + "content": "Contrairement à samedi, qui fut très mouvementé, ce dimanche de 32es de finale de FA Cup…", "category": "", - "link": "https://www.sofoot.com/bordeaux-marseille-ce-sera-un-report-ou-un-match-a-huis-clos-509106.html", + "link": "https://www.sofoot.com/un-triste-arsenal-se-fait-pieger-par-nottingham-forest-les-autres-favoris-assurent-en-fa-cup-509259.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T19:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-un-triste-arsenal-se-fait-pieger-par-nottingham-forest-les-autres-favoris-assurent-en-fa-cup-1641755717_x600_articles-509259.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-bordeaux-marseille-ce-sera-un-report-ou-un-match-a-huis-clos-1641380102_x600_articles-509106.jpg", + "image": "https://www.sofoot.com/IMG/img-un-triste-arsenal-se-fait-pieger-par-nottingham-forest-les-autres-favoris-assurent-en-fa-cup-1641755717_x600_articles-509259.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97138,20 +99184,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1566cd79d630a2eafcfc04b036091457", + "hash": "0e14f1e3578e0a1001fe1eb4a8824d27", "highlights": [] }, { - "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…

    ", + "title": "Porté par Aboubakar, le Cameroun s'extirpe du piège Burkina Faso", + "description": "Pour son entrée en lice dans sa Coupe d'Afrique des nations au stade Paul Biya Yaoundé, le Cameroun n'a pas tout maîtrisé, loin de là, mais a pu compter sur l'extrême motivation de ses troupes et un Vincent Aboubakar requinqué, pour écarter le Burkina Faso (2-1). Auteur d'un doublé, l'ancienne gâchette de Beşiktaş a su masquer (en partie) les carences défensives des hommes de Toni Conceição.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/christian-eriksen-veut-participer-au-mondial-au-qatar-509107.html", + "link": "https://www.sofoot.com/porte-par-aboubakar-le-cameroun-s-extirpe-du-piege-burkina-faso-509274.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T18:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-porte-par-aboubakar-le-cameroun-s-extirpe-du-piege-burkina-faso-1641751913_x600_articles-alt-509274.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-christian-eriksen-veut-participer-au-mondial-au-qatar-1641379941_x600_articles-509107.jpg", + "image": "https://www.sofoot.com/IMG/img-porte-par-aboubakar-le-cameroun-s-extirpe-du-piege-burkina-faso-1641751913_x600_articles-alt-509274.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97160,20 +99206,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab4721180009a4fd96d339bdf87fe83f", + "hash": "9db6a0d4e06a3badd284b4d947f828d4", "highlights": [] }, { - "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…

    ", + "title": "Nantes et Monaco se partagent les points ", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/tottenham-antonio-conte-apporte-son-soutien-a-harry-kane-509097.html", + "link": "https://www.sofoot.com/nantes-et-monaco-se-partagent-les-points-509264.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T17:58:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-nantes-et-monaco-se-partagent-les-points-1641750875_x600_articles-509264.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-tottenham-antonio-conte-apporte-son-soutien-a-harry-kane-1641376790_x600_articles-509097.jpg", + "image": "https://www.sofoot.com/IMG/img-nantes-et-monaco-se-partagent-les-points-1641750875_x600_articles-509264.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97182,20 +99228,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f0d3f1f34fb736cb4d191fae080b107", + "hash": "4a46734c7759dc26d56e5e63f0152773", "highlights": [] }, { - "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…

    ", + "title": "Naples assure contre la Samp, l'Atalanta cartonne l'Udinese", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/daniel-alves-de-retour-avec-le-barca-en-copa-del-rey-contre-le-linares-deportivo-509093.html", + "link": "https://www.sofoot.com/naples-assure-contre-la-samp-l-atalanta-cartonne-l-udinese-509282.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T17:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-naples-assure-contre-la-samp-l-atalanta-cartonne-l-udinese-1641749281_x600_articles-509282.jpg", "enclosureType": "image/jpeg", - "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", + "image": "https://www.sofoot.com/IMG/img-naples-assure-contre-la-samp-l-atalanta-cartonne-l-udinese-1641749281_x600_articles-509282.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97204,20 +99250,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d86445f9a32f1bf65286749ec29db841", + "hash": "1d02de78ff4c6c0679a5237cfd7a456b", "highlights": [] }, { - "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…

    ", + "title": "Séville engrange face à Getafe", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/quand-l-arbitre-refuse-que-seko-fofana-lens-enleve-son-maillot-une-deuxieme-fois-contre-lille-509089.html", + "link": "https://www.sofoot.com/seville-engrange-face-a-getafe-509258.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T17:13:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-seville-engrange-face-a-getafe-1641747855_x600_articles-509258.jpg", "enclosureType": "image/jpeg", - "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", + "image": "https://www.sofoot.com/IMG/img-seville-engrange-face-a-getafe-1641747855_x600_articles-509258.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97226,20 +99272,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "39f6fc7b12b7e7d644e8eb122059211b", + "hash": "2362994b8e9637d89e48e17ef4f6a185", "highlights": [] }, { - "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…

    ", + "title": "Slaven Bilić quitte le Beijing Guoan", + "description": "Un candidat pour la sélection polonaise.
    \n
    \nAprès une saison…

    ", + "content": "Un candidat pour la sélection polonaise.
    \n
    \nAprès une saison…

    ", "category": "", - "link": "https://www.sofoot.com/apres-son-interview-controversee-romelu-lukaku-s-excuse-aupres-des-fans-de-chelsea-509088.html", + "link": "https://www.sofoot.com/slaven-bilic-quitte-le-beijing-guoan-509284.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T16:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-slaven-bilic-quitte-le-beijing-guoan-1641745374_x600_articles-509284.jpg", "enclosureType": "image/jpeg", - "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", + "image": "https://www.sofoot.com/IMG/img-slaven-bilic-quitte-le-beijing-guoan-1641745374_x600_articles-509284.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97248,20 +99294,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4993a80d34b35d186693408718d90d83", + "hash": "c75bdb508352c9fbbafd7f8c6f76e523", "highlights": [] }, { - "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…
    ", + "title": "Clermont et Reims se neutralisent", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-milan-roma-analyse-cotes-et-prono-du-match-de-serie-a-509027.html", + "link": "https://www.sofoot.com/clermont-et-reims-se-neutralisent-509267.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T16:03:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-clermont-et-reims-se-neutralisent-1641744007_x600_articles-509267.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-milan-roma-analyse-cotes-et-prono-du-match-de-serie-a-1641209283_x600_articles-509027.jpg", + "image": "https://www.sofoot.com/IMG/img-clermont-et-reims-se-neutralisent-1641744007_x600_articles-509267.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97270,20 +99316,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fcb4b9ce3d11d5dae0c503bf451adf9d", + "hash": "3eb9348b5183fe3d3e02ba6de3132481", "highlights": [] }, { - "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…
    ", + "title": "Strasbourg remporte le derby de l'Est contre Metz", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-juventus-naples-analyse-cotes-et-prono-du-match-de-serie-a-509026.html", + "link": "https://www.sofoot.com/strasbourg-remporte-le-derby-de-l-est-contre-metz-509278.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T15:54:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-strasbourg-remporte-le-derby-de-l-est-contre-metz-1641743669_x600_articles-509278.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-juventus-naples-analyse-cotes-et-prono-du-match-de-serie-a-1641208800_x600_articles-509026.jpg", + "image": "https://www.sofoot.com/IMG/img-strasbourg-remporte-le-derby-de-l-est-contre-metz-1641743669_x600_articles-509278.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97292,20 +99338,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a59806659cabc6088d6c29297d0e4050", + "hash": "6a037b6f502e5d97f1a5bc448613e7e4", "highlights": [] }, { - "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.…

    ", + "title": "En direct : Cameroun - Burkina Faso", + "description": "29' : Onana s'est bien, bien troué sur cette prise de balle. Il l'avait déjà fait en début de ...", + "content": "29' : Onana s'est bien, bien troué sur cette prise de balle. Il l'avait déjà fait en début de ...", "category": "", - "link": "https://www.sofoot.com/hassane-kamara-quitte-nice-pour-rejoindre-watford-509087.html", + "link": "https://www.sofoot.com/en-direct-cameroun-burkina-faso-509276.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T15:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-cameroun-burkina-faso-1641733858_x600_articles-alt-509276.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-hassane-kamara-quitte-nice-pour-rejoindre-watford-1641370384_x600_articles-509087.jpg", + "image": "https://www.sofoot.com/IMG/img-en-direct-cameroun-burkina-faso-1641733858_x600_articles-alt-509276.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97314,20 +99360,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "025fa109fac671f0ad456a29f2b18bee", + "hash": "53d65db1b48e44031f501b9e59b1e886", "highlights": [] }, { - "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…
    ", + "title": "Pronostic Torino Fiorentina : Analyse cote et pronostic du match de Serie A", + "description": "

    Le Torino trop chaud à domicile face à la Fiorentina

    \n
    \nPrivés de matchs pour la reprise de jeudi, le Torino et la Fiorentina se retrouvent ce lundi…
    ", + "content": "

    Le Torino trop chaud à domicile face à la Fiorentina

    \n
    \nPrivés de matchs pour la reprise de jeudi, le Torino et la Fiorentina se retrouvent ce lundi…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-arsenal-liverpool-analyse-cotes-et-prono-du-match-de-efl-cup-509025.html", + "link": "https://www.sofoot.com/pronostic-torino-fiorentina-analyse-cote-et-pronostic-du-match-de-serie-a-509279.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T15:42:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-torino-fiorentina-analyse-cote-et-pronostic-du-match-de-serie-a-1641744450_x600_articles-509279.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-arsenal-liverpool-analyse-cotes-et-prono-du-match-de-efl-cup-1641208039_x600_articles-509025.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-torino-fiorentina-analyse-cote-et-pronostic-du-match-de-serie-a-1641744450_x600_articles-509279.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97336,20 +99382,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e38ddbbd7499ebced6b334dc311ead4", + "hash": "88078022b700ea1d78f4e30673a5a98c", "highlights": [] }, { - "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.…", + "title": "Face à Venise, Zlatan Ibrahimović a marqué pour la 23e année consécutive", + "description": "Le père de substitution.
    \n
    \nEn ouvrant le score pour Milan face à Venise…

    ", + "content": "Le père de substitution.
    \n
    \nEn ouvrant le score pour Milan face à Venise…

    ", "category": "", - "link": "https://www.sofoot.com/une-partie-de-cash-cash-entre-ousmane-dembele-et-le-fc-barcelone-509075.html", + "link": "https://www.sofoot.com/face-a-venise-zlatan-ibrahimovic-a-marque-pour-la-23e-annee-consecutive-509281.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T15:07:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-face-a-venise-zlatan-ibrahimovic-a-marque-pour-la-23e-annee-consecutive-1641740642_x600_articles-509281.jpg", "enclosureType": "image/jpeg", - "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", + "image": "https://www.sofoot.com/IMG/img-face-a-venise-zlatan-ibrahimovic-a-marque-pour-la-23e-annee-consecutive-1641740642_x600_articles-509281.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97358,20 +99404,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b7f667acf97ecdec2e1a62b4a4dd9591", + "hash": "1ff19ed203435488646599933207b50d", "highlights": [] }, { - "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…", + "title": "Le Betis rattrapé par le Rayo Vallecano", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/dans-la-tete-de-philippe-clement-509068.html", + "link": "https://www.sofoot.com/le-betis-rattrape-par-le-rayo-vallecano-509239.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T15:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-betis-rattrape-par-le-rayo-vallecano-1641740763_x600_articles-509239.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-dans-la-tete-de-philippe-clement-1641305318_x600_articles-alt-509068.jpg", + "image": "https://www.sofoot.com/IMG/img-le-betis-rattrape-par-le-rayo-vallecano-1641740763_x600_articles-509239.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97380,20 +99426,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8d1797ff8945729857073682a7c6cc7", + "hash": "59a7fc4963608fbe4e0ae676770cc921", "highlights": [] }, { - "title": "Serie A : plusieurs risque de tapis vert à cause du covid", - "description": "Un cirque grandeur nature.
    \n
    \nLa trêve hivernale sensée être terminée, les vacances devraient durer plus longtemps que prévu pour certains clubs italiens. Officiellement, la Serie A a…

    ", - "content": "Un cirque grandeur nature.
    \n
    \nLa trêve hivernale sensée être terminée, les vacances devraient durer plus longtemps que prévu pour certains clubs italiens. Officiellement, la Serie A a…

    ", + "title": "Pronostic Comores Gabon : Analyse cote et pronostic du match de la CAN 2022", + "description": "

    Le Gabon face aux Comores malgré les problèmes

    \n
    \nParticipant pour la 1re fois à la Coupe d'Afrique des Nations, les Comores font office de…
    ", + "content": "

    Le Gabon face aux Comores malgré les problèmes

    \n
    \nParticipant pour la 1re fois à la Coupe d'Afrique des Nations, les Comores font office de…
    ", "category": "", - "link": "https://www.sofoot.com/serie-a-plusieurs-risque-de-tapis-vert-a-cause-du-covid-509145.html", + "link": "https://www.sofoot.com/pronostic-comores-gabon-analyse-cote-et-pronostic-du-match-de-la-can-2022-509283.html", "creator": "SO FOOT", - "pubDate": "2022-01-06T09:24:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-serie-a-plusieurs-risque-de-tapis-vert-a-cause-du-covid-1641463234_x600_articles-509145.jpg", + "pubDate": "2022-01-09T14:49:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-comores-gabon-analyse-cote-et-pronostic-du-match-de-la-can-2022-1641742650_x600_articles-509283.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-serie-a-plusieurs-risque-de-tapis-vert-a-cause-du-covid-1641463234_x600_articles-509145.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-comores-gabon-analyse-cote-et-pronostic-du-match-de-la-can-2022-1641742650_x600_articles-509283.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97402,20 +99448,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d90e7f55426cab9ce7bec7fb3c8dbdbc", + "hash": "c29051f9a060ff2236eae4f49b70b184", "highlights": [] }, { - "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

    ", + "title": "Pronostic Maroc Ghana : Analyse cote et pronostic du match de la CAN 2022", + "description": "

    Le Maroc de Vahid domine le Ghana

    \n
    \nAprès avoir vu l'Algérie remporter la CAN 2019, le Maroc se verrait bien s'imposer sur cette édition 2021 disputée…
    ", + "content": "

    Le Maroc de Vahid domine le Ghana

    \n
    \nAprès avoir vu l'Algérie remporter la CAN 2019, le Maroc se verrait bien s'imposer sur cette édition 2021 disputée…
    ", "category": "", - "link": "https://www.sofoot.com/les-notes-de-lens-lille-509073.html", + "link": "https://www.sofoot.com/pronostic-maroc-ghana-analyse-cote-et-pronostic-du-match-de-la-can-2022-509280.html", "creator": "SO FOOT", - "pubDate": "2022-01-04T22:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-notes-de-lens-lille-1641335347_x600_articles-alt-509073.jpg", + "pubDate": "2022-01-09T14:42:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-maroc-ghana-analyse-cote-et-pronostic-du-match-de-la-can-2022-1641740828_x600_articles-509280.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-les-notes-de-lens-lille-1641335347_x600_articles-alt-509073.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-maroc-ghana-analyse-cote-et-pronostic-du-match-de-la-can-2022-1641740828_x600_articles-509280.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97424,20 +99470,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c49013b0e6889412d4030018310f8b3c", + "hash": "8e9370e4425cb11e45f98e06aca54182", "highlights": [] }, { - "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": "

    ", + "title": "La Confédération asiatique suspend les clubs iraniens des compétitions continentales", + "description": "Le censeur censuré.
    \n
    \nLa Confédération asiatique de football (AFC) a confirmé ce samedi la suspension des clubs iraniens de l'édition 2021-2022 de la Ligue des champions. Ainsi,…

    ", + "content": "Le censeur censuré.
    \n
    \nLa Confédération asiatique de football (AFC) a confirmé ce samedi la suspension des clubs iraniens de l'édition 2021-2022 de la Ligue des champions. Ainsi,…

    ", "category": "", - "link": "https://www.sofoot.com/lens-ejecte-lille-au-bout-du-suspense-509085.html", + "link": "https://www.sofoot.com/la-confederation-asiatique-suspend-les-clubs-iraniens-des-competitions-continentales-509277.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T14:26:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-confederation-asiatique-suspend-les-clubs-iraniens-des-competitions-continentales-1641738176_x600_articles-509277.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-lens-ejecte-lille-au-bout-du-suspense-1641335062_x600_articles-alt-509085.jpg", + "image": "https://www.sofoot.com/IMG/img-la-confederation-asiatique-suspend-les-clubs-iraniens-des-competitions-continentales-1641738176_x600_articles-509277.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97446,20 +99492,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a92465847ef0fe8cec04d8d6c6840c0c", + "hash": "49f789a2af2d979d590b801597a7c8ee", "highlights": [] }, { - "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 ...", + "title": "Pronostic Guinée Malawi : Analyse cote et pronostic du match de la CAN 2022", + "description": "

    La Guinée logiquement face au Malawi

    \n
    \nDans un groupe qui compte également le Sénégal, le Zimbabwe et donc le Malawi, la Guinée devrait prendre l'une…
    ", + "content": "

    La Guinée logiquement face au Malawi

    \n
    \nDans un groupe qui compte également le Sénégal, le Zimbabwe et donc le Malawi, la Guinée devrait prendre l'une…
    ", "category": "", - "link": "https://www.sofoot.com/en-direct-lens-lille-509058.html", + "link": "https://www.sofoot.com/pronostic-guinee-malawi-analyse-cote-et-pronostic-du-match-de-la-can-2022-509273.html", "creator": "SO FOOT", - "pubDate": "2022-01-04T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-lens-lille-1641330126_x600_articles-alt-509058.jpg", + "pubDate": "2022-01-09T14:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-guinee-malawi-analyse-cote-et-pronostic-du-match-de-la-can-2022-1641737724_x600_articles-509273.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-en-direct-lens-lille-1641330126_x600_articles-alt-509058.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-guinee-malawi-analyse-cote-et-pronostic-du-match-de-la-can-2022-1641737724_x600_articles-509273.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97468,20 +99514,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2f22cf947e2b900cbba2f153be3e9d4", + "hash": "4f73dbd3fb7e85fe6ca1907b59759014", "highlights": [] }, { - "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
    ", + "title": "Nice évite le piège brestois", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/une-vente-aux-encheres-pour-eponger-les-dettes-de-maradona-509078.html", + "link": "https://www.sofoot.com/nice-evite-le-piege-brestois-509252.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T14:02:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-nice-evite-le-piege-brestois-1641736990_x600_articles-509252.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-une-vente-aux-encheres-pour-eponger-les-dettes-de-maradona-1641317670_x600_articles-509078.jpg", + "image": "https://www.sofoot.com/IMG/img-nice-evite-le-piege-brestois-1641736990_x600_articles-509252.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97490,20 +99536,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2d1af3048d6285e2fa11441b24eb34c", + "hash": "bcd79631d3386781bd012bd4aac557bd", "highlights": [] }, { - "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…

    ", + "title": "Vinícius Júnior refuse de marcher sur l'emblème du Real Madrid en plein match", + "description": "Le (fameux) respect de l'institution.
    \n
    \nAuteur d'une nouvelle grosse prestation face à Valence et auréolé d'un doublé pour offrir la victoire au Real Madrid (4-1), Vinícius Júnior…

    ", + "content": "Le (fameux) respect de l'institution.
    \n
    \nAuteur d'une nouvelle grosse prestation face à Valence et auréolé d'un doublé pour offrir la victoire au Real Madrid (4-1), Vinícius Júnior…

    ", "category": "", - "link": "https://www.sofoot.com/southampton-rachete-par-la-societe-d-investissement-serbe-sport-republic-509082.html", + "link": "https://www.sofoot.com/vinicius-junior-refuse-de-marcher-sur-l-embleme-du-real-madrid-en-plein-match-509275.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T13:21:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-vinicius-junior-refuse-de-marcher-sur-l-embleme-du-real-madrid-en-plein-match-1641733388_x600_articles-509275.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-southampton-rachete-par-la-societe-d-investissement-serbe-sport-republic-1641316333_x600_articles-509082.jpg", + "image": "https://www.sofoot.com/IMG/img-vinicius-junior-refuse-de-marcher-sur-l-embleme-du-real-madrid-en-plein-match-1641733388_x600_articles-509275.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97512,20 +99558,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f8e3752a384eec48f561f6c3246ea3f8", + "hash": "fea8e8916c82a4df9c7e0b5cf39b2198", "highlights": [] }, { - "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,…

    ", + "title": "Tranquille à Venise, Milan s'installe provisoirement en tête", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/lasse-par-la-pandemie-davy-propper-psv-eindhoven-prend-sa-retraite-509081.html", + "link": "https://www.sofoot.com/tranquille-a-venise-milan-s-installe-provisoirement-en-tete-509270.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T13:20:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tranquille-a-venise-milan-s-installe-provisoirement-en-tete-1641732836_x600_articles-509270.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-lasse-par-la-pandemie-davy-propper-psv-eindhoven-prend-sa-retraite-1641314989_x600_articles-509081.jpg", + "image": "https://www.sofoot.com/IMG/img-tranquille-a-venise-milan-s-installe-provisoirement-en-tete-1641732836_x600_articles-509270.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97534,20 +99580,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "94c3c58c9c2aeb866b06e7a1a180b538", + "hash": "ae4288bff6ddafba886ad703eacce968", "highlights": [] }, { - "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…

    ", + "title": "Quand Francisco Conceição offre la victoire à Porto et célèbre avec son père et entraîneur, Sergio", + "description": "Family time à Porto.
    \n
    \nMené 2-0 par Estoril, le FC Porto a complètement retourné la partie pour arracher la victoire (2-3) ce samedi en Primeira Liga. Un succès glané grâce…

    ", + "content": "Family time à Porto.
    \n
    \nMené 2-0 par Estoril, le FC Porto a complètement retourné la partie pour arracher la victoire (2-3) ce samedi en Primeira Liga. Un succès glané grâce…

    ", "category": "", - "link": "https://www.sofoot.com/can-la-caf-fixe-les-jauges-a-80-et-60-dans-les-stades-509079.html", + "link": "https://www.sofoot.com/quand-francisco-conceicao-offre-la-victoire-a-porto-et-celebre-avec-son-pere-et-entraineur-sergio-509272.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T12:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-quand-francisco-conceicao-offre-la-victoire-a-porto-et-celebre-avec-son-pere-et-entraineur-sergio-1641730782_x600_articles-509272.jpg", "enclosureType": "image/jpeg", - "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", + "image": "https://www.sofoot.com/IMG/img-quand-francisco-conceicao-offre-la-victoire-a-porto-et-celebre-avec-son-pere-et-entraineur-sergio-1641730782_x600_articles-509272.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97556,20 +99602,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0fd3686adc14d4c555f58ceefeb557b", + "hash": "1387581e81c5acaa1d2dbc9aff2e0dd8", "highlights": [] }, { - "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…

    ", + "title": "Lewis Baker a disputé son deuxième match avec Chelsea, huit ans après le premier", + "description": "Tout vient à point à qui sait attendre.
    \n
    \nLewis Baker, ce nom ne vous dit rien ? À moins que vous ne soyez un vrai fan de Chelsea ou un sacré suiveur du football britannique, rien de…

    ", + "content": "Tout vient à point à qui sait attendre.
    \n
    \nLewis Baker, ce nom ne vous dit rien ? À moins que vous ne soyez un vrai fan de Chelsea ou un sacré suiveur du football britannique, rien de…

    ", "category": "", - "link": "https://www.sofoot.com/le-psg-annonce-que-donnarumma-a-ete-teste-positif-a-la-covid-19-509080.html", + "link": "https://www.sofoot.com/lewis-baker-a-dispute-son-deuxieme-match-avec-chelsea-huit-ans-apres-le-premier-509271.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T11:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lewis-baker-a-dispute-son-deuxieme-match-avec-chelsea-huit-ans-apres-le-premier-1641728705_x600_articles-509271.jpg", "enclosureType": "image/jpeg", - "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", + "image": "https://www.sofoot.com/IMG/img-lewis-baker-a-dispute-son-deuxieme-match-avec-chelsea-huit-ans-apres-le-premier-1641728705_x600_articles-509271.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97578,20 +99624,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "60c73a3b8ae9f06242a2b4cd7ab73bb2", + "hash": "320c65e1742848297baf1e9d6e4876e9", "highlights": [] }, { - "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
    ", + "title": "Pronostic Sénégal Zimbabwe : Analyse cote et pronostic du match de la CAN 2022", + "description": "

    Le Sénégal débute face au Zimbabwe

    \n
    \nAvec son effectif XXL, le Sénégal fait partie des équipes favorites pour le titre au Cameroun. Les Lions de la…
    ", + "content": "

    Le Sénégal débute face au Zimbabwe

    \n
    \nAvec son effectif XXL, le Sénégal fait partie des équipes favorites pour le titre au Cameroun. Les Lions de la…
    ", "category": "", - "link": "https://www.sofoot.com/tuchel-siffle-la-fin-de-la-polemique-sur-lukaku-509077.html", + "link": "https://www.sofoot.com/pronostic-senegal-zimbabwe-analyse-cote-et-pronostic-du-match-de-la-can-2022-509269.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T11:02:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-senegal-zimbabwe-analyse-cote-et-pronostic-du-match-de-la-can-2022-1641727866_x600_articles-509269.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-tuchel-siffle-la-fin-de-la-polemique-sur-lukaku-1641310983_x600_articles-509077.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-senegal-zimbabwe-analyse-cote-et-pronostic-du-match-de-la-can-2022-1641727866_x600_articles-509269.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97600,20 +99646,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "409359c39213d0478ebbf9dd3073b103", + "hash": "d415e7434d7f684ad6647a6f75e01821", "highlights": [] }, { - "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…

    ", + "title": "Benedetto de retour à Boca Juniors ?", + "description": "Clap de fin pour Benedetto en Europe ?
    \n
    \nTransféré de Boca Juniors à l'Olympique de Marseille pour environ quatorze millions d'euros à l'été 2019, Dario Benedetto pourrait bien…

    ", + "content": "Clap de fin pour Benedetto en Europe ?
    \n
    \nTransféré de Boca Juniors à l'Olympique de Marseille pour environ quatorze millions d'euros à l'été 2019, Dario Benedetto pourrait bien…

    ", "category": "", - "link": "https://www.sofoot.com/les-finalistes-du-prix-puskas-devoiles-fin-du-reve-pour-gauthier-hein-509076.html", + "link": "https://www.sofoot.com/benedetto-de-retour-a-boca-juniors-509268.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T10:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-benedetto-de-retour-a-boca-juniors-1641725517_x600_articles-509268.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-les-finalistes-du-prix-puskas-devoiles-fin-du-reve-pour-gauthier-hein-1641310834_x600_articles-509076.jpg", + "image": "https://www.sofoot.com/IMG/img-benedetto-de-retour-a-boca-juniors-1641725517_x600_articles-509268.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97622,20 +99668,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9404f8d9f640c7663efdef3da5f42863", + "hash": "3a81b9adb91804ed64af0eb481ff8329", "highlights": [] }, { - "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…

    ", + "title": "Josh Cavallo victime d'injures homophobes", + "description": "Encore et toujours les mêmes problèmes.
    \n
    \nLa rencontre d'A-League entre Melbourne Victory et Adelaïde United disputée samedi a donné lieu à un scénario rocambolesque (1-1, deux buts…

    ", + "content": "Encore et toujours les mêmes problèmes.
    \n
    \nLa rencontre d'A-League entre Melbourne Victory et Adelaïde United disputée samedi a donné lieu à un scénario rocambolesque (1-1, deux buts…

    ", "category": "", - "link": "https://www.sofoot.com/augsbourg-lache-16-millions-d-euros-pour-le-jeune-americain-ricardo-pepi-509072.html", + "link": "https://www.sofoot.com/josh-cavallo-victime-d-injures-homophobes-509266.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T10:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-josh-cavallo-victime-d-injures-homophobes-1641724108_x600_articles-509266.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-augsbourg-lache-16-millions-d-euros-pour-le-jeune-americain-ricardo-pepi-1641308429_x600_articles-509072.jpg", + "image": "https://www.sofoot.com/IMG/img-josh-cavallo-victime-d-injures-homophobes-1641724108_x600_articles-509266.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97644,20 +99690,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4393388a7f6f6708b4e3d67a0a49ef9b", + "hash": "a709df9994723f57d83150591035dcfb", "highlights": [] }, { - "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…

    ", + "title": "Le Sénégal touché par la Covid-19 juste avant le début de la CAN", + "description": "Catastrophe au Sénégal.
    \n
    \nÀ quelques heures du coup d'envoi de la Coupe d'Afrique des nations 2022 au Cameroun (la rencontre Cameroun-Burkina Faso lancera les hostilités ce dimanche à…

    ", + "content": "Catastrophe au Sénégal.
    \n
    \nÀ quelques heures du coup d'envoi de la Coupe d'Afrique des nations 2022 au Cameroun (la rencontre Cameroun-Burkina Faso lancera les hostilités ce dimanche à…

    ", "category": "", - "link": "https://www.sofoot.com/le-senegal-devrait-finalement-pouvoir-compter-sur-ismaila-sarr-509065.html", + "link": "https://www.sofoot.com/le-senegal-touche-par-la-covid-19-juste-avant-le-debut-de-la-can-509265.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T09:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-senegal-touche-par-la-covid-19-juste-avant-le-debut-de-la-can-1641720552_x600_articles-509265.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-senegal-devrait-finalement-pouvoir-compter-sur-ismaila-sarr-1641307420_x600_articles-509065.jpg", + "image": "https://www.sofoot.com/IMG/img-le-senegal-touche-par-la-covid-19-juste-avant-le-debut-de-la-can-1641720552_x600_articles-509265.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97666,20 +99712,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "70d2cecbd8a78680d2ce6aed7c43a920", + "hash": "16330aff8eb8cf59f7256ee4eb383b8d", "highlights": [] }, { - "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…

    ", + "title": "Maitland-Niles file en prêt à la Roma", + "description": "L'Italie, nouvelle destination phare des Anglais ?
    \n
    \nEn manque de temps de jeu à…

    ", + "content": "L'Italie, nouvelle destination phare des Anglais ?
    \n
    \nEn manque de temps de jeu à…

    ", "category": "", - "link": "https://www.sofoot.com/pascal-plancque-mis-a-pied-par-le-nimes-olympique-509070.html", + "link": "https://www.sofoot.com/maitland-niles-file-en-pret-a-la-roma-509263.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T09:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-maitland-niles-file-en-pret-a-la-roma-1641719404_x600_articles-509263.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pascal-plancque-mis-a-pied-par-le-nimes-olympique-1641307774_x600_articles-509070.jpg", + "image": "https://www.sofoot.com/IMG/img-maitland-niles-file-en-pret-a-la-roma-1641719404_x600_articles-509263.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97688,20 +99734,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f62879b774ce581e1e3395468f92f372", + "hash": "81dfb4982bc7ba9d6aac3bd3dedf7b20", "highlights": [] }, { - "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…

    ", + "title": "Karim Benzema dépasse la barre des 300 buts avec le Real Madrid", + "description": "Spartiates, quel est votre métier ?!
    \n
    \nAuteur d'un nouveau doublé lors de la large victoire du Real Madrid…

    ", + "content": "Spartiates, quel est votre métier ?!
    \n
    \nAuteur d'un nouveau doublé lors de la large victoire du Real Madrid…

    ", "category": "", - "link": "https://www.sofoot.com/douze-cas-de-covid-19-a-lorient-dont-huit-joueurs-509071.html", + "link": "https://www.sofoot.com/karim-benzema-depasse-la-barre-des-300-buts-avec-le-real-madrid-509262.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T08:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-karim-benzema-depasse-la-barre-des-300-buts-avec-le-real-madrid-1641717992_x600_articles-509262.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-douze-cas-de-covid-19-a-lorient-dont-huit-joueurs-1641306708_x600_articles-509071.jpg", + "image": "https://www.sofoot.com/IMG/img-karim-benzema-depasse-la-barre-des-300-buts-avec-le-real-madrid-1641717992_x600_articles-509262.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97710,20 +99756,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bef826b0838dc31ee82cf85a790072f7", + "hash": "9eb9b7d30dc824b95500c20e998a441e", "highlights": [] }, { - "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…

    ", + "title": "Pronostic Espanyol Elche : Analyse, cotes et prono du match de Liga", + "description": "

    L'Espanyol enchaine face à Elche

    \n
    \nPromu cette saison après avoir passé une seule saison en 2nde division, l'Espanyol réussit un excellent retour…
    ", + "content": "

    L'Espanyol enchaine face à Elche

    \n
    \nPromu cette saison après avoir passé une seule saison en 2nde division, l'Espanyol réussit un excellent retour…
    ", "category": "", - "link": "https://www.sofoot.com/la-lfp-va-adopter-un-nouveau-protocole-sanitaire-509069.html", + "link": "https://www.sofoot.com/pronostic-espanyol-elche-analyse-cotes-et-prono-du-match-de-liga-509195.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T08:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-espanyol-elche-analyse-cotes-et-prono-du-match-de-liga-1641547736_x600_articles-509195.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-la-lfp-va-adopter-un-nouveau-protocole-sanitaire-1641306492_x600_articles-509069.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-espanyol-elche-analyse-cotes-et-prono-du-match-de-liga-1641547736_x600_articles-509195.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97732,20 +99778,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8a83e8798de49ad93e0cd6b8359f699", + "hash": "81502d537259ff87527d36ca13c48ae5", "highlights": [] }, { - "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 à
    ", + "title": "Pronostic Toulouse Nancy : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Toulouse enfonce Nancy

    \n
    \nProche de retrouver la Ligue 1 la saison passée, Toulouse a poursuivi sur son rythme en début de saison pour prendre les…
    ", + "content": "

    Toulouse enfonce Nancy

    \n
    \nProche de retrouver la Ligue 1 la saison passée, Toulouse a poursuivi sur son rythme en début de saison pour prendre les…
    ", "category": "", - "link": "https://www.sofoot.com/fabien-mercadal-est-le-nouvel-entraineur-de-quevilly-rouen-509067.html", + "link": "https://www.sofoot.com/pronostic-toulouse-nancy-analyse-cotes-et-prono-du-match-de-ligue-2-509194.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T08:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-toulouse-nancy-analyse-cotes-et-prono-du-match-de-ligue-2-1641547539_x600_articles-509194.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-fabien-mercadal-est-le-nouvel-entraineur-de-quevilly-rouen-1641304479_x600_articles-509067.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-toulouse-nancy-analyse-cotes-et-prono-du-match-de-ligue-2-1641547539_x600_articles-509194.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97754,20 +99800,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "251e4f5c14d7f860168cf94c9ee5b794", + "hash": "428a948cb10d2f9a57a20b7a6221f83f", "highlights": [] }, { - "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,…

    ", + "title": "Pronostic Manchester United Aston Villa : Analyse, cotes et prono du match de FA Cup", + "description": "

    MU, victoire obligatoire face à Aston Villa

    \n
    \nLa dernière affiche des 32e de finale de la FA Cup met aux prises Manchester United à Aston Villa. La…
    ", + "content": "

    MU, victoire obligatoire face à Aston Villa

    \n
    \nLa dernière affiche des 32e de finale de la FA Cup met aux prises Manchester United à Aston Villa. La…
    ", "category": "", - "link": "https://www.sofoot.com/nicolas-usai-nouvel-entraineur-du-nimes-olympique-apres-la-mise-a-pied-de-pascal-plancque-509121.html", + "link": "https://www.sofoot.com/pronostic-manchester-united-aston-villa-analyse-cotes-et-prono-du-match-de-fa-cup-509193.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T08:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-manchester-united-aston-villa-analyse-cotes-et-prono-du-match-de-fa-cup-1641547349_x600_articles-509193.jpg", "enclosureType": "image/jpeg", - "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", + "image": "https://www.sofoot.com/IMG/img-pronostic-manchester-united-aston-villa-analyse-cotes-et-prono-du-match-de-fa-cup-1641547349_x600_articles-509193.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97776,20 +99822,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b4276ac6f825cff3fe5efbcd1ce670c", + "hash": "c872aa6366d026a902fcfcff1f5b3bdb", "highlights": [] }, { - "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…", + "title": "Pronostic Lyon PSG : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Déposez 100€ et misez directement avec 200€ sur OL - PSG

    \n
    \nWinamax vous…
    ", + "content": "

    Déposez 100€ et misez directement avec 200€ sur OL - PSG

    \n
    \nWinamax vous…
    ", "category": "", - "link": "https://www.sofoot.com/la-crise-de-romelu-lukaku-a-chelsea-509063.html", + "link": "https://www.sofoot.com/pronostic-lyon-psg-analyse-cotes-et-prono-du-match-de-ligue-1-509188.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-07T08:41:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lyon-psg-analyse-cotes-et-prono-du-match-de-ligue-1-1641545355_x600_articles-509188.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-la-crise-de-romelu-lukaku-a-chelsea-1641296705_x600_articles-alt-509063.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-lyon-psg-analyse-cotes-et-prono-du-match-de-ligue-1-1641545355_x600_articles-509188.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97798,20 +99844,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4217c36886586958b157970435571f12", + "hash": "ba5bc96f16fe5b8a58d3af6cec14816d", "highlights": [] }, { - "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


    ", + "title": "FC Metz : comment survivre pendant cette CAN ? ", + "description": "Avec sept joueurs mobilisés, le FC Metz est le club européen le plus impacté par la CAN, qui se déroulera tout au long du mois de janvier. Problème : le Club à la Croix de Lorraine, dix-huitième au classement, joue sa survie en championnat et n'avait clairement pas besoin d'un boulet supplémentaire dans sa besace. Mais au fond, la situation n'est peut-être pas si désespérée.Lorsqu'il se présente en conférence de presse il y a quelques jours, le 7 janvier précisément, Frédéric Antonetti a du mal à contenir sa frustration. \"On s'adapte, balance-t-il.…", + "content": "Lorsqu'il se présente en conférence de presse il y a quelques jours, le 7 janvier précisément, Frédéric Antonetti a du mal à contenir sa frustration. \"On s'adapte, balance-t-il.…", "category": "", - "link": "https://www.sofoot.com/fabio-capello-veut-baisser-les-salaires-des-joueurs-qui-refusent-le-vaccin-509066.html", + "link": "https://www.sofoot.com/fc-metz-comment-survivre-pendant-cette-can-509261.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-fc-metz-comment-survivre-pendant-cette-can-1641697634_x600_articles-alt-509261.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-fabio-capello-veut-baisser-les-salaires-des-joueurs-qui-refusent-le-vaccin-1641304253_x600_articles-509066.jpg", + "image": "https://www.sofoot.com/IMG/img-fc-metz-comment-survivre-pendant-cette-can-1641697634_x600_articles-alt-509261.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97820,42 +99866,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "613921d44380b7507c56b19ad334814e", + "hash": "08ded368d7c37d9c1912266bc93f9f52", "highlights": [] }, { - "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…

    ", + "title": "Lyon-PSG, un choc au rabais ?", + "description": "Jauge réduite à 5000 spectateurs, un Olympique Lyonnais à la ramasse au classement, un PSG à l'infirmerie pleine, c'est peu dire que cette rencontre n'a pas la même saveur que les affrontements passés. Petit tour de ce choc qui n'a de choc que le nom.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/top-50-transferts-avortes-de-40-a-31-508999.html", + "link": "https://www.sofoot.com/lyon-psg-un-choc-au-rabais-509257.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lyon-psg-un-choc-au-rabais-1641684019_x600_articles-alt-509257.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-top-50-transferts-avortes-de-40-a-31-1641227158_x600_articles-alt-508999.jpg", + "image": "https://www.sofoot.com/IMG/img-lyon-psg-un-choc-au-rabais-1641684019_x600_articles-alt-509257.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "6387a9eb22dcb66ef26c2478343a48ca", + "hash": "edabe71c50a2f0bd6f8f7527dfaafba7", "highlights": [] }, { - "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…

    ", + "title": "Le Cameroun, une sixième étoile dans le viseur", + "description": "Ce dimanche au stade Olembé de Yaoundé, le Cameroun, qui attendait de recevoir l'évènement depuis 1972, va lancer sa Coupe d'Afrique des nations face à l'outsider burkinabè. Après 50 ans d'attente, dont trois de tergiversation totale marqués par des retards de travaux et une délocalisation, le pays veut ainsi mettre les petits plats dans les grands. Sans fond de jeu particulier, mais armés de leur traditionnel \"hemlè\" et poussés par Samuel Eto'o depuis la loge, les Lions aux cinq titres continentaux rêvent de dribbler le contexte pandémique. Histoire de rappeler que leur dignité est indomptable, et surtout que la victoire coule dans leurs veines ad vitam aeternam.Il paraît que tout vient à point à qui sait attendre. En 2014, la Confédération africaine de football (CAF) désignait le Cameroun comme pays hôte de la CAN 2019. Après lui avoir retiré…", + "content": "Il paraît que tout vient à point à qui sait attendre. En 2014, la Confédération africaine de football (CAF) désignait le Cameroun comme pays hôte de la CAN 2019. Après lui avoir retiré…", "category": "", - "link": "https://www.sofoot.com/l-uefa-devoile-un-calendrier-2022-2023-chamboule-par-le-mondial-au-qatar-509064.html", + "link": "https://www.sofoot.com/le-cameroun-une-sixieme-etoile-dans-le-viseur-509238.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-09T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-cameroun-une-sixieme-etoile-dans-le-viseur-1641648667_x600_articles-alt-509238.jpg", "enclosureType": "image/jpeg", - "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", + "image": "https://www.sofoot.com/IMG/img-le-cameroun-une-sixieme-etoile-dans-le-viseur-1641648667_x600_articles-alt-509238.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97864,20 +99910,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "afaa91100e31ef3d84c7f9233c6011ef", + "hash": "afaacf103b99ed52097acde3b4f49c41", "highlights": [] }, { - "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…

    ", + "title": "Lens-Rennes : au Nord, le rebond de Wesley Saïd", + "description": "De retour de blessure cette semaine contre Lille, Wesley Saïd a puni le Stade rennais, son club formateur, en inscrivant l'unique but d'une rencontre remportée par son RC Lens. Celui qui était présenté comme un futur crack dans ses jeunes années à Rennes a désormais retrouvé des couleurs dans le Nord après une saison blanche et une aventure sans saveur à Toulouse. Une renaissance qu'il doit en partie à une vieille connaissance : Franck Haise.En voyant Wesley Saïd taper dans la main de Gaël Kakuta à la 70e minute de la rencontre entre Lens et Rennes, la suite de l'histoire était facile à deviner. Ceux qui avaient jeté un…", + "content": "En voyant Wesley Saïd taper dans la main de Gaël Kakuta à la 70e minute de la rencontre entre Lens et Rennes, la suite de l'histoire était facile à deviner. Ceux qui avaient jeté un…", "category": "", - "link": "https://www.sofoot.com/thiago-silva-prolonge-son-contrat-d-un-an-a-chelsea-509062.html", + "link": "https://www.sofoot.com/lens-rennes-au-nord-le-rebond-de-wesley-said-509256.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T23:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lens-rennes-au-nord-le-rebond-de-wesley-said-1641681094_x600_articles-alt-509256.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-thiago-silva-prolonge-son-contrat-d-un-an-a-chelsea-1641295220_x600_articles-509062.jpg", + "image": "https://www.sofoot.com/IMG/img-lens-rennes-au-nord-le-rebond-de-wesley-said-1641681094_x600_articles-alt-509256.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97886,20 +99932,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "87a130fae6bc52c0e66ef700013334c9", + "hash": "62701384cce6360311348257568cbe51", "highlights": [] }, { - "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…

    ", + "title": "Lens douche Rennes sur le gong", + "description": "Entre deux des formations les plus prolifiques de la Ligue des talents, on était en droit d'attendre un spectacle bien plus alléchant. Mais la flotte sans discontinuer, le manque de précision dans les transmissions et le faible tempo imprimé à la rencontre ont longtemps laissé croire que Lensois et Rennais finiraient dos à dos. Et puis Wesley Saïd a surgi comme un phare pour faire exploser Bollaert et offrir aux Sang et Or leur première victoire en Ligue 1 depuis deux mois.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/le-maroc-a-pris-ses-precautions-avant-de-partir-pour-la-can-509060.html", + "link": "https://www.sofoot.com/lens-douche-rennes-sur-le-gong-509251.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T22:01:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lens-douche-rennes-sur-le-gong-1641679302_x600_articles-alt-509251.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-maroc-a-pris-ses-precautions-avant-de-partir-pour-la-can-1641293031_x600_articles-509060.jpg", + "image": "https://www.sofoot.com/IMG/img-lens-douche-rennes-sur-le-gong-1641679302_x600_articles-alt-509251.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97908,20 +99954,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfbfef017faca41cfc7867423388d2ff", + "hash": "bf798757d19cf7edff6727f9bc3ef9a1", "highlights": [] }, { - "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é…

    ", + "title": "Le Real Madrid fait mal à Valence", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/mauricio-pochettino-n-a-pas-de-nouvelles-de-messi-509061.html", + "link": "https://www.sofoot.com/le-real-madrid-fait-mal-a-valence-509255.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T21:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-real-madrid-fait-mal-a-valence-1641679175_x600_articles-509255.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-mauricio-pochettino-n-a-pas-de-nouvelles-de-messi-1641292123_x600_articles-509061.jpg", + "image": "https://www.sofoot.com/IMG/img-le-real-madrid-fait-mal-a-valence-1641679175_x600_articles-509255.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97930,20 +99976,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d41730d6c47e5919a1136bdbe57eeb6d", + "hash": "2ec54254b4c5735164c4dc54af3e77cc", "highlights": [] }, { - "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
    ", + "title": "Auxerre se pose sur le podium, Nîmes croque Dijon", + "description": "Victorieuse sur la plus petite des marges à Grenoble (0-1), l'AJ Auxerre s'installe provisoirement à la troisième place du classement, avec autant de points que le Paris FC (4e) et Sochaux (5e). Nîmes a réalisé une belle opération sur le terrain de Dijon (1-2), tandis que Pau et Bastia se sont fait plaisir contre Rodez (4-0) et QRM (3-0).

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/albert-cartier-prend-les-commandes-de-l-as-nancy-lorraine-509059.html", + "link": "https://www.sofoot.com/auxerre-se-pose-sur-le-podium-nimes-croque-dijon-509253.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T20:08:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-auxerre-se-pose-sur-le-podium-nimes-croque-dijon-1641672589_x600_articles-509253.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-albert-cartier-prend-les-commandes-de-l-as-nancy-lorraine-1641291777_x600_articles-509059.jpg", + "image": "https://www.sofoot.com/IMG/img-auxerre-se-pose-sur-le-podium-nimes-croque-dijon-1641672589_x600_articles-509253.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97952,20 +99998,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e62dd87e67401b854c7414feaba14c95", + "hash": "acfb50919a33503c185f9a59ce6fbda4", "highlights": [] }, { - "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é…

    ", + "title": "Leicester facile, Newcastle saute, Chelsea régale", + "description": "Ils étaient 10 clubs de Premier League au départ de cette journée de FA Cup, ils ne sont désormais plus que 7. 18 écuries pensionnaires de Championship participaient aux 32e de finale…", + "content": "Ils étaient 10 clubs de Premier League au départ de cette journée de FA Cup, ils ne sont désormais plus que 7. 18 écuries pensionnaires de Championship participaient aux 32e de finale…", "category": "", - "link": "https://www.sofoot.com/lucas-paqueta-de-retour-a-lyon-apres-son-isolement-509057.html", + "link": "https://www.sofoot.com/leicester-facile-newcastle-saute-chelsea-regale-509245.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T20:07:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-leicester-facile-newcastle-saute-chelsea-regale-1641667063_x600_articles-alt-509245.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-lucas-paqueta-de-retour-a-lyon-apres-son-isolement-1641289021_x600_articles-509057.jpg", + "image": "https://www.sofoot.com/IMG/img-leicester-facile-newcastle-saute-chelsea-regale-1641667063_x600_articles-alt-509245.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97974,20 +100020,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d9a0b537ec1f81eedacf8b9aa6804bcd", + "hash": "b2c9919231551e4e1d6222f3cf571fa0", "highlights": [] }, { - "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.…

    ", + "title": "En direct : Lens - Rennes", + "description": "9' : Les frappes de Majer sont trop frustrantes, c'est récurrent. Comme l'impression qu'il ne ...", + "content": "9' : Les frappes de Majer sont trop frustrantes, c'est récurrent. Comme l'impression qu'il ne ...", "category": "", - "link": "https://www.sofoot.com/kimmich-de-retour-a-l-entrainement-apres-six-semaines-d-isolement-509051.html", + "link": "https://www.sofoot.com/en-direct-lens-rennes-509254.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T19:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-lens-rennes-1641668613_x600_articles-509254.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-kimmich-de-retour-a-l-entrainement-apres-six-semaines-d-isolement-1641286793_x600_articles-509051.jpg", + "image": "https://www.sofoot.com/IMG/img-en-direct-lens-rennes-1641668613_x600_articles-509254.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -97996,20 +100042,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "769f592de0d072c1579e96c02e49c5a7", + "hash": "5f47e30383f6e3d9372a468f727cc2f9", "highlights": [] }, { - "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…

    ", + "title": "Dortmund renverse l'Eintract Francfort au terme d'un match fou", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/mbappe-atteint-la-barre-des-150-buts-marques-avec-le-psg-509050.html", + "link": "https://www.sofoot.com/dortmund-renverse-l-eintract-francfort-au-terme-d-un-match-fou-509249.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T19:28:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-dortmund-renverse-l-eintract-francfort-au-terme-d-un-match-fou-1641670013_x600_articles-509249.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-mbappe-atteint-la-barre-des-150-buts-marques-avec-le-psg-1641285634_x600_articles-509050.jpg", + "image": "https://www.sofoot.com/IMG/img-dortmund-renverse-l-eintract-francfort-au-terme-d-un-match-fou-1641670013_x600_articles-509249.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98018,20 +100064,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b1958a7c50956627dd8a07a42f45aff", + "hash": "979279436e9b2a99d923990e093c994e", "highlights": [] }, { - "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
    ", + "title": "Le Barça tenu en échec à Grenade", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/alfred-schreuder-prend-la-succession-de-phlippe-clement-a-bruges-509049.html", + "link": "https://www.sofoot.com/le-barca-tenu-en-echec-a-grenade-509250.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T19:27:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-barca-tenu-en-echec-a-grenade-1641670721_x600_articles-509250.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-alfred-schreuder-prend-la-succession-de-phlippe-clement-a-bruges-1641285450_x600_articles-509049.jpg", + "image": "https://www.sofoot.com/IMG/img-le-barca-tenu-en-echec-a-grenade-1641670721_x600_articles-509250.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98040,20 +100086,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "54622439083d5da5a95d03c5f9fcc4fc", + "hash": "488f5169f94700d2748e423906a75c68", "highlights": [] }, { - "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.…
    ", + "title": "Hoffenheim nouveau troisième, Nkunku régale avec Leipzig", + "description": "La course au top 4 bat son plein en Bundesliga. Et le vainqueur de l'après-midi se nomme Hoffenheim, désormais troisième au bénéfice de sa victoire sur Augsbourg (3-1). Le TSG profite des faux pas de Fribourg et Leverkusen, accrochés respectivement par Bielefeld (2-2) et l'Union Berlin (2-2). Leipzig peut encore y croire puisque sa démonstration contre Mayence lui permet de revenir à cinq points du quatrième (4-1). Christopher Nkunku a fait le show en inscrivant un but et en offrant deux passes décisives. En bas de tableau, Stuttgart et Greuther Fürth n'ont pas pu se départager (0-0).

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-chelsea-tottenham-analyse-cotes-et-prono-du-match-de-efl-cup-509023.html", + "link": "https://www.sofoot.com/hoffenheim-nouveau-troisieme-nkunku-regale-avec-leipzig-509207.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T16:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-hoffenheim-nouveau-troisieme-nkunku-regale-avec-leipzig-1641659475_x600_articles-509207.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-chelsea-tottenham-analyse-cotes-et-prono-du-match-de-efl-cup-1641207236_x600_articles-509023.jpg", + "image": "https://www.sofoot.com/IMG/img-hoffenheim-nouveau-troisieme-nkunku-regale-avec-leipzig-1641659475_x600_articles-509207.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98062,20 +100108,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "020c1af2b854968d0cf5cc1324e78559", + "hash": "55a7e2dd3971b664bcd7f77b62ef2f80", "highlights": [] }, { - "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…

    ", + "title": "Pour la première fois de la saison, Levante remporte un match de championnat", + "description": "Comme quoi, rien n'est impossible.
    \n
    \nPour la première fois de la saison, les joueurs de Levante sont ceux qui ont glané les trois points à l'issue d'un match de championnat. Ils…

    ", + "content": "Comme quoi, rien n'est impossible.
    \n
    \nPour la première fois de la saison, les joueurs de Levante sont ceux qui ont glané les trois points à l'issue d'un match de championnat. Ils…

    ", "category": "", - "link": "https://www.sofoot.com/le-gouvernement-ne-veut-pas-des-jauges-proportionnelles-dans-les-stades-509048.html", + "link": "https://www.sofoot.com/pour-la-premiere-fois-de-la-saison-levante-remporte-un-match-de-championnat-509246.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T15:54:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pour-la-premiere-fois-de-la-saison-levante-remporte-un-match-de-championnat-1641657119_x600_articles-509246.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-gouvernement-ne-veut-pas-des-jauges-proportionnelles-dans-les-stades-1641285165_x600_articles-509048.jpg", + "image": "https://www.sofoot.com/IMG/img-pour-la-premiere-fois-de-la-saison-levante-remporte-un-match-de-championnat-1641657119_x600_articles-509246.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98084,20 +100130,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "01239d027d15c166f6f299a876466990", + "hash": "a3925ed19ab547abf1558a1e295c12d6", "highlights": [] }, { - "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…", + "title": "Sochaux punit Le Havre et recolle au podium", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/lens-lille-au-nord-c-etait-omicron-509044.html", + "link": "https://www.sofoot.com/sochaux-punit-le-havre-et-recolle-au-podium-509242.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T15:52:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-sochaux-punit-le-havre-et-recolle-au-podium-1641657179_x600_articles-509242.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-lens-lille-au-nord-c-etait-omicron-1641231335_x600_articles-alt-509044.jpg", + "image": "https://www.sofoot.com/IMG/img-sochaux-punit-le-havre-et-recolle-au-podium-1641657179_x600_articles-509242.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98106,20 +100152,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "76d88e9d8f57925f285e66421b917d15", + "hash": "cb60aeb932396f898b16ffb788f18c13", "highlights": [] }, { - "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…", + "title": "Lorenzo Insigne rejoint le Toronto FC", + "description": "De la pizza à la poutine.
    \n
    \nComme pressenti depuis quelques jours, Lorenzo Insigne va quitter Naples, après y avoir passé l'ensemble de sa carrière. En fin de contrat l'été…

    ", + "content": "De la pizza à la poutine.
    \n
    \nComme pressenti depuis quelques jours, Lorenzo Insigne va quitter Naples, après y avoir passé l'ensemble de sa carrière. En fin de contrat l'été…

    ", "category": "", - "link": "https://www.sofoot.com/quand-manuel-amoros-filait-a-la-mexicaine-508960.html", + "link": "https://www.sofoot.com/lorenzo-insigne-rejoint-le-toronto-fc-509244.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T15:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lorenzo-insigne-rejoint-le-toronto-fc-1641656329_x600_articles-509244.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-quand-manuel-amoros-filait-a-la-mexicaine-1641058000_x600_articles-alt-508960.jpg", + "image": "https://www.sofoot.com/IMG/img-lorenzo-insigne-rejoint-le-toronto-fc-1641656329_x600_articles-509244.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98128,42 +100174,42 @@ "favorite": false, "created": false, "tags": [], - "hash": "969adce879810ab378a13bc8e77a2383", + "hash": "062569fe78045678c9353e3517a87139", "highlights": [] }, { - "title": "Ocampos sort le FC Séville du traquenard Cadix", - "description": "

    ", - "content": "

    ", + "title": "Quand Ocampos chambre Koundé après la victoire de l'OM contre Bordeaux", + "description": "On a des nouvelles de Diego Rolán ?
    \n
    \nAprès 44 ans de défaites et de matchs nuls en terres girondines,
    ", + "content": "On a des nouvelles de Diego Rolán ?
    \n
    \nAprès 44 ans de défaites et de matchs nuls en terres girondines,
    ", "category": "", - "link": "https://www.sofoot.com/ocampos-sort-le-fc-seville-du-traquenard-cadix-509011.html", + "link": "https://www.sofoot.com/quand-ocampos-chambre-kounde-apres-la-victoire-de-l-om-contre-bordeaux-509243.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T14:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-quand-ocampos-chambre-kounde-apres-la-victoire-de-l-om-contre-bordeaux-1641652592_x600_articles-509243.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-ocampos-sort-le-fc-seville-du-traquenard-cadix-1641248376_x600_articles-509011.jpg", + "image": "https://www.sofoot.com/IMG/img-quand-ocampos-chambre-kounde-apres-la-victoire-de-l-om-contre-bordeaux-1641652592_x600_articles-509243.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "a6122dca7659a62891f4cbe7bceb4b19", + "hash": "236873a825ecfd907ee2ac86897a9fd4", "highlights": [] }, { - "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) ", + "title": "Bertrand Traoré et le Burkina Faso parlent de \"scandale\" après une série de tests positifs ", + "description": "Ça commence bien !
    \n
    \nPour donner le coup d'envoi de cette CAN 2022, le Burkina Faso va défier le pays hôte, le Cameroun, ce dimanche. Une rencontre rendue particulière par le…

    ", + "content": "Ça commence bien !
    \n
    \nPour donner le coup d'envoi de cette CAN 2022, le Burkina Faso va défier le pays hôte, le Cameroun, ce dimanche. Une rencontre rendue particulière par le…

    ", "category": "", - "link": "https://www.sofoot.com/le-psg-tranquille-a-vannes-509047.html", + "link": "https://www.sofoot.com/bertrand-traore-et-le-burkina-faso-parlent-de-scandale-apres-une-serie-de-tests-positifs-509241.html", "creator": "SO FOOT", - "pubDate": "2022-01-03T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-psg-tranquille-a-vannes-1641246569_x600_articles-alt-509047.jpg", + "pubDate": "2022-01-08T14:03:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bertrand-traore-et-le-burkina-faso-parlent-de-scandale-apres-une-serie-de-tests-positifs-1641650586_x600_articles-509241.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-psg-tranquille-a-vannes-1641246569_x600_articles-alt-509047.jpg", + "image": "https://www.sofoot.com/IMG/img-bertrand-traore-et-le-burkina-faso-parlent-de-scandale-apres-une-serie-de-tests-positifs-1641650586_x600_articles-509241.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98172,20 +100218,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae829a42fa0ca5d54286358fbc030111", + "hash": "d5038271de2252aefeb4b7abd032fc09", "highlights": [] }, { - "title": "Manchester United tombe face à Wolverhampton", - "description": "

    ", - "content": "

    ", + "title": "Messi forfait pour le déplacement à Lyon", + "description": "Tout ce tintouin juste pour éviter de croiser la route de Jérôme Boateng.
    \n
    \nPour son déplacement à Lyon dimanche, le PSG devra faire sans Leo Messi. Le club de la capitale a confirmé…

    ", + "content": "Tout ce tintouin juste pour éviter de croiser la route de Jérôme Boateng.
    \n
    \nPour son déplacement à Lyon dimanche, le PSG devra faire sans Leo Messi. Le club de la capitale a confirmé…

    ", "category": "", - "link": "https://www.sofoot.com/manchester-united-tombe-face-a-wolverhampton-509042.html", + "link": "https://www.sofoot.com/messi-forfait-pour-le-deplacement-a-lyon-509240.html", "creator": "SO FOOT", - "pubDate": "2022-01-03T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-manchester-united-tombe-face-a-wolverhampton-1641239600_x600_articles-509042.jpg", + "pubDate": "2022-01-08T13:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-messi-forfait-pour-le-deplacement-a-lyon-1641649035_x600_articles-509240.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-manchester-united-tombe-face-a-wolverhampton-1641239600_x600_articles-509042.jpg", + "image": "https://www.sofoot.com/IMG/img-messi-forfait-pour-le-deplacement-a-lyon-1641649035_x600_articles-509240.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98194,20 +100240,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e81a5b158d297643ce1246fac177e055", + "hash": "f9d2036fb8c21560ed971b42298ac0df", "highlights": [] }, { - "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, ...", + "title": "Nicolas Pallois : \"Tout le monde dit que je suis un bourrin\"", + "description": "La Pallois du plus fort.
    \n
    \nSi le FC Nantes pointe aujourd'hui au septième rang de la Ligue 1, c'est en grande partie grâce à sa défense. Les Canaris n'ont encaissé que 23 buts après…

    ", + "content": "La Pallois du plus fort.
    \n
    \nSi le FC Nantes pointe aujourd'hui au septième rang de la Ligue 1, c'est en grande partie grâce à sa défense. Les Canaris n'ont encaissé que 23 buts après…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-vannes-paris-s-g-509029.html", + "link": "https://www.sofoot.com/nicolas-pallois-tout-le-monde-dit-que-je-suis-un-bourrin-509237.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T11:39:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-nicolas-pallois-tout-le-monde-dit-que-je-suis-un-bourrin-1641641517_x600_articles-509237.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-en-direct-vannes-paris-s-g-1641244263_x600_articles-alt-509029.jpg", + "image": "https://www.sofoot.com/IMG/img-nicolas-pallois-tout-le-monde-dit-que-je-suis-un-bourrin-1641641517_x600_articles-509237.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98216,20 +100262,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f583252d2c104a11adccca3ff35646e", + "hash": "ccda0b93e2894cac85a69a699e6b9017", "highlights": [] }, { - "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
    ", + "title": "Quand Jamal Musiala joue avec un maillot floqué Tolisso", + "description": "Le Bayern a tout fait à l'envers vendredi.
    \n
    \nLe Rekordmeister a concédé sa troisième défaite de la saison en championnat à l'occasion de
    ", + "content": "Le Bayern a tout fait à l'envers vendredi.
    \n
    \nLe Rekordmeister a concédé sa troisième défaite de la saison en championnat à l'occasion de
    ", "category": "", - "link": "https://www.sofoot.com/un-dj-argentin-dement-avoir-avoir-contamine-lionel-messi-a-la-covid-509045.html", + "link": "https://www.sofoot.com/quand-jamal-musiala-joue-avec-un-maillot-floque-tolisso-509236.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T11:07:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-quand-jamal-musiala-joue-avec-un-maillot-floque-tolisso-1641640496_x600_articles-509236.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-un-dj-argentin-dement-avoir-avoir-contamine-lionel-messi-a-la-covid-1641233605_x600_articles-509045.jpg", + "image": "https://www.sofoot.com/IMG/img-quand-jamal-musiala-joue-avec-un-maillot-floque-tolisso-1641640496_x600_articles-509236.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98238,20 +100284,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d751849cdc9312cd16c2bab556095979", + "hash": "68266a68cdf2099d498f403c0644e64c", "highlights": [] }, { - "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…

    ", + "title": "Antonio Conte : \"Pour Christian Eriksen, la porte est toujours ouverte\"", + "description": "Et si Christian Eriksen revenait à Tottenham ?
    \n
    \nLe souvenir de son malaise désormais derrière lui, Christian Eriksen a renoué avec le ballon. Son objectif :
    ", + "content": "Et si Christian Eriksen revenait à Tottenham ?
    \n
    \nLe souvenir de son malaise désormais derrière lui, Christian Eriksen a renoué avec le ballon. Son objectif :
    ", "category": "", - "link": "https://www.sofoot.com/philippe-clement-est-le-nouvel-entraineur-de-l-as-monaco-509046.html", + "link": "https://www.sofoot.com/antonio-conte-pour-christian-eriksen-la-porte-est-toujours-ouverte-509235.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T10:51:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-antonio-conte-pour-christian-eriksen-la-porte-est-toujours-ouverte-1641638270_x600_articles-509235.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-philippe-clement-est-le-nouvel-entraineur-de-l-as-monaco-1641232645_x600_articles-509046.jpg", + "image": "https://www.sofoot.com/IMG/img-antonio-conte-pour-christian-eriksen-la-porte-est-toujours-ouverte-1641638270_x600_articles-509235.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98260,20 +100306,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "96aa1d91d4e91e6faea1d2892e0cda27", + "hash": "20546a6accda8b0b02a8f1eab4b5804e", "highlights": [] }, { - "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…", + "title": "Pour Rafa Benítez, Lucas Digne \"s'inquiète de ses statistiques\"", + "description": "Le syndrome Opta.
    \n
    \nEn instance de départ, Lucas Digne n'a plus joué un match avec Everton depuis le 1er décembre.
    ", + "content": "Le syndrome Opta.
    \n
    \nEn instance de départ, Lucas Digne n'a plus joué un match avec Everton depuis le 1er décembre.
    ", "category": "", - "link": "https://www.sofoot.com/romain-faivre-et-la-panenka-de-la-discorde-509041.html", + "link": "https://www.sofoot.com/pour-rafa-benitez-lucas-digne-s-inquiete-de-ses-statistiques-509234.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T10:19:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pour-rafa-benitez-lucas-digne-s-inquiete-de-ses-statistiques-1641637083_x600_articles-509234.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-romain-faivre-et-la-panenka-de-la-discorde-1641225251_x600_articles-alt-509041.jpg", + "image": "https://www.sofoot.com/IMG/img-pour-rafa-benitez-lucas-digne-s-inquiete-de-ses-statistiques-1641637083_x600_articles-509234.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98282,20 +100328,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c932cd51c177e6ebda3d1a6eefba959", + "hash": "9d3da37718935004983e9e2481bae1a9", "highlights": [] }, { - "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
    ", + "title": "Pronostic Ethiopie Cap Vert : Analyse, cotes et prono du match de la CAN 2022", + "description": "

    Le Cap Vert confirme ses progrès face à l'Ethiopie

    \n
    \n137e nation au classement de FIFA, l'Ethiopie ne fait clairement pas partie des favoris…
    ", + "content": "

    Le Cap Vert confirme ses progrès face à l'Ethiopie

    \n
    \n137e nation au classement de FIFA, l'Ethiopie ne fait clairement pas partie des favoris…
    ", "category": "", - "link": "https://www.sofoot.com/apres-les-incidents-entre-jura-sud-et-saint-etienne-la-fff-passe-a-l-action-509043.html", + "link": "https://www.sofoot.com/pronostic-ethiopie-cap-vert-analyse-cotes-et-prono-du-match-de-la-can-2022-509232.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T09:57:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-ethiopie-cap-vert-analyse-cotes-et-prono-du-match-de-la-can-2022-1641637584_x600_articles-509232.jpg", "enclosureType": "image/jpeg", - "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", + "image": "https://www.sofoot.com/IMG/img-pronostic-ethiopie-cap-vert-analyse-cotes-et-prono-du-match-de-la-can-2022-1641637584_x600_articles-509232.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98304,20 +100350,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e577cbe3bd8b1b3e1145c22d057a34a", + "hash": "284d9088189ac0890c547d68e954a1d1", "highlights": [] }, { - "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…

    ", + "title": "Pronostic Cameroun Burkina Faso : Analyse, cotes et prono du match de la CAN 2022", + "description": "

    Cameroun - Burkina Faso : le pays hôte démarre bien

    \n
    \nComme le dernier Euro, la CAN 2021 se joue avec un an de retard, donc en 2022. Après de nombreux…
    ", + "content": "

    Cameroun - Burkina Faso : le pays hôte démarre bien

    \n
    \nComme le dernier Euro, la CAN 2021 se joue avec un an de retard, donc en 2022. Après de nombreux…
    ", "category": "", - "link": "https://www.sofoot.com/douze-absents-dans-le-groupe-parisien-pour-affronter-vannes-509032.html", + "link": "https://www.sofoot.com/pronostic-cameroun-burkina-faso-analyse-cotes-et-prono-du-match-de-la-can-2022-509230.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T09:52:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-cameroun-burkina-faso-analyse-cotes-et-prono-du-match-de-la-can-2022-1641633703_x600_articles-509230.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-douze-absents-dans-le-groupe-parisien-pour-affronter-vannes-1641223226_x600_articles-509032.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-cameroun-burkina-faso-analyse-cotes-et-prono-du-match-de-la-can-2022-1641633703_x600_articles-509230.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98326,20 +100372,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8890521f76f1b366304cc724676ab34", + "hash": "c377ac2589f46197c89214dde9f724ef", "highlights": [] }, { - "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…

    ", + "title": "Une étude montre l'impact de la Covid-19 sur les passes réussies", + "description": "On tient peut-être l'explication de la boulette de Benoît Costil.
    \n
    \nThe Economist vient de…

    ", + "content": "On tient peut-être l'explication de la boulette de Benoît Costil.
    \n
    \nThe Economist vient de…

    ", "category": "", - "link": "https://www.sofoot.com/jerome-mombris-guingamp-prend-sa-retraite-509039.html", + "link": "https://www.sofoot.com/une-etude-montre-l-impact-de-la-covid-19-sur-les-passes-reussies-509233.html", "creator": "SO FOOT", - "pubDate": "2022-01-03T15:07:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jerome-mombris-guingamp-prend-sa-retraite-1641225351_x600_articles-509039.jpg", + "pubDate": "2022-01-08T09:50:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-une-etude-montre-l-impact-de-la-covid-19-sur-les-passes-reussies-1641635722_x600_articles-509233.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-jerome-mombris-guingamp-prend-sa-retraite-1641225351_x600_articles-509039.jpg", + "image": "https://www.sofoot.com/IMG/img-une-etude-montre-l-impact-de-la-covid-19-sur-les-passes-reussies-1641635722_x600_articles-509233.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98348,20 +100394,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7131bc1f5205ffa3b3df3df0e7e67314", + "hash": "50ba7c3b3684907ba6d1d21fa729e9e5", "highlights": [] }, { - "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…

    ", + "title": "Pronostic West Ham Leeds : Analyse, cotes et prono du match de FA Cup", + "description": "

    West Ham passe l'obstacle Leeds

    \n
    \nDepuis l'arrivée de David Moyes, West Ham a passé un cap en Angleterre. L'an passé, la formation londonienne…
    ", + "content": "

    West Ham passe l'obstacle Leeds

    \n
    \nDepuis l'arrivée de David Moyes, West Ham a passé un cap en Angleterre. L'an passé, la formation londonienne…
    ", "category": "", - "link": "https://www.sofoot.com/quatre-joueurs-du-fc-metz-touches-par-la-covid-19-509038.html", + "link": "https://www.sofoot.com/pronostic-west-ham-leeds-analyse-cotes-et-prono-du-match-de-fa-cup-509154.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T09:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-west-ham-leeds-analyse-cotes-et-prono-du-match-de-fa-cup-1641465927_x600_articles-509154.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-quatre-joueurs-du-fc-metz-touches-par-la-covid-19-1641222671_x600_articles-509038.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-west-ham-leeds-analyse-cotes-et-prono-du-match-de-fa-cup-1641465927_x600_articles-509154.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98370,20 +100416,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc67ca2e2d459ac4035f07e968ee36d1", + "hash": "1e55f16a82d445c460695f751daf4ba1", "highlights": [] }, { - "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,


    ", + "title": "L'Ajax réprimandé par le ministre néerlandais de la Santé", + "description": "Les règles sanitaires ? Quelles règles sanitaires ?
    \n
    \nNe reprenant la compétition que le 16 janvier à Utrecht, l'Ajax avait choisi de partir en stage au Portugal pour préparer la…

    ", + "content": "Les règles sanitaires ? Quelles règles sanitaires ?
    \n
    \nNe reprenant la compétition que le 16 janvier à Utrecht, l'Ajax avait choisi de partir en stage au Portugal pour préparer la…

    ", "category": "", - "link": "https://www.sofoot.com/au-chili-un-couple-appelle-son-fils-griezmann-mbappe-509034.html", + "link": "https://www.sofoot.com/l-ajax-reprimande-par-le-ministre-neerlandais-de-la-sante-509231.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T09:08:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-ajax-reprimande-par-le-ministre-neerlandais-de-la-sante-1641633352_x600_articles-509231.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-au-chili-un-couple-appelle-son-fils-griezmann-mbappe-1641222490_x600_articles-509034.jpg", + "image": "https://www.sofoot.com/IMG/img-l-ajax-reprimande-par-le-ministre-neerlandais-de-la-sante-1641633352_x600_articles-509231.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98392,20 +100438,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4101a6520de7717c078d4f241305b979", + "hash": "2a5db49a8585f75347d08c0217a29790", "highlights": [] }, { - "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…

    ", + "title": "Le Sporting n'est plus invaincu en championnat", + "description": "Santa Claus distribue des cadeaux, Santa Clara des claques.
    \n
    \nLe Sporting a mordu la poussière vendredi soir en ouverture de la 17e journée sur la pelouse de Santa Clara…

    ", + "content": "Santa Claus distribue des cadeaux, Santa Clara des claques.
    \n
    \nLe Sporting a mordu la poussière vendredi soir en ouverture de la 17e journée sur la pelouse de Santa Clara…

    ", "category": "", - "link": "https://www.sofoot.com/barcelone-fait-pression-sur-dembele-509036.html", + "link": "https://www.sofoot.com/le-sporting-n-est-plus-invaincu-en-championnat-509224.html", "creator": "SO FOOT", - "pubDate": "2022-01-03T14:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-barcelone-fait-pression-sur-dembele-1641221348_x600_articles-509036.jpg", + "pubDate": "2022-01-08T08:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-sporting-n-est-plus-invaincu-en-championnat-1641629999_x600_articles-509224.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-barcelone-fait-pression-sur-dembele-1641221348_x600_articles-509036.jpg", + "image": "https://www.sofoot.com/IMG/img-le-sporting-n-est-plus-invaincu-en-championnat-1641629999_x600_articles-509224.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98414,20 +100460,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "77e320b6b3019e08763e73338103db75", + "hash": "cd3a41b75f3fd786fa44d8f79e73320e", "highlights": [] }, { - "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…

    ", + "title": "Pronostic Inter Lazio : Analyse, cotes et prono du match de Serie A", + "description": "

    L'Inter en champion face à la Lazio

    \n
    \nChampion d'Italie en titre, l'Inter réalise un excellent début de saison. D'une part, les Nerazzurri ont…
    ", + "content": "

    L'Inter en champion face à la Lazio

    \n
    \nChampion d'Italie en titre, l'Inter réalise un excellent début de saison. D'une part, les Nerazzurri ont…
    ", "category": "", - "link": "https://www.sofoot.com/officiel-michael-cuisance-s-engage-avec-venise-509040.html", + "link": "https://www.sofoot.com/pronostic-inter-lazio-analyse-cotes-et-prono-du-match-de-serie-a-509192.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T08:25:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-inter-lazio-analyse-cotes-et-prono-du-match-de-serie-a-1641547178_x600_articles-509192.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-officiel-michael-cuisance-s-engage-avec-venise-1641225160_x600_articles-509040.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-inter-lazio-analyse-cotes-et-prono-du-match-de-serie-a-1641547178_x600_articles-509192.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98436,20 +100482,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "19b3a27e1bc04ca441f912a7405826f9", + "hash": "b0c1593e1219ab49dc261dc490701b8d", "highlights": [] }, { - "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\",


    ", + "title": "Pronostic Roma Juventus : Analyse, cotes et prono du match de Serie A", + "description": "

    La Juve va chercher un résultat face à la Roma

    \n
    \nA mi-saison, le bilan de la Roma sous les ordres de José Mourinho est loin d'atteindre les ambitions…
    ", + "content": "

    La Juve va chercher un résultat face à la Roma

    \n
    \nA mi-saison, le bilan de la Roma sous les ordres de José Mourinho est loin d'atteindre les ambitions…
    ", "category": "", - "link": "https://www.sofoot.com/bruno-irles-est-le-nouvel-entraineur-de-troyes-509037.html", + "link": "https://www.sofoot.com/pronostic-roma-juventus-analyse-cotes-et-prono-du-match-de-serie-a-509191.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T08:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-roma-juventus-analyse-cotes-et-prono-du-match-de-serie-a-1641546977_x600_articles-509191.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-bruno-irles-est-le-nouvel-entraineur-de-troyes-1641222003_x600_articles-509037.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-roma-juventus-analyse-cotes-et-prono-du-match-de-serie-a-1641546977_x600_articles-509191.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98458,20 +100504,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d598627596213039b0794c89ca6ae12a", + "hash": "0b1efee641ee196e08995b9803f24def", "highlights": [] }, { - "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…

    ", + "title": "Roger Milla accuse les pays du Maghreb de \"mettre le bordel\" en Afrique", + "description": "En plein dans le Milla.
    \n
    \nLa 33e édition de la Coupe d'Afrique des Nations est sur le point de démarrer au Cameroun. Le coup d'envoi de la compétition sera donné ce dimanche…

    ", + "content": "En plein dans le Milla.
    \n
    \nLa 33e édition de la Coupe d'Afrique des Nations est sur le point de démarrer au Cameroun. Le coup d'envoi de la compétition sera donné ce dimanche…

    ", "category": "", - "link": "https://www.sofoot.com/jean-louis-garcia-intronise-entraineur-de-seraing-509028.html", + "link": "https://www.sofoot.com/roger-milla-accuse-les-pays-du-maghreb-de-mettre-le-bordel-en-afrique-509229.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T08:09:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-roger-milla-accuse-les-pays-du-maghreb-de-mettre-le-bordel-en-afrique-1641629539_x600_articles-509229.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-jean-louis-garcia-intronise-entraineur-de-seraing-1641219903_x600_articles-509028.jpg", + "image": "https://www.sofoot.com/IMG/img-roger-milla-accuse-les-pays-du-maghreb-de-mettre-le-bordel-en-afrique-1641629539_x600_articles-509229.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98480,20 +100526,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "12a7bcfd9f6ab7bb125da9e073aece6a", + "hash": "7129e2715d4448b43b3432529953bde2", "highlights": [] }, { - "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
    ", + "title": "Pronostic Nantes Monaco : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Monaco passe la vitesse supérieure face à Nantes

    \n
    \nDans le dur la saison dernière, Nantes s'en était sorti en passant par la petite porte. En effet,…
    ", + "content": "

    Monaco passe la vitesse supérieure face à Nantes

    \n
    \nDans le dur la saison dernière, Nantes s'en était sorti en passant par la petite porte. En effet,…
    ", "category": "", - "link": "https://www.sofoot.com/joan-laporta-le-barca-est-toujours-une-reference-dans-le-marche-du-football-509035.html", + "link": "https://www.sofoot.com/pronostic-nantes-monaco-analyse-cotes-et-prono-du-match-de-ligue-1-509153.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T07:25:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-nantes-monaco-analyse-cotes-et-prono-du-match-de-ligue-1-1641465739_x600_articles-509153.jpg", "enclosureType": "image/jpeg", - "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", + "image": "https://www.sofoot.com/IMG/img-pronostic-nantes-monaco-analyse-cotes-et-prono-du-match-de-ligue-1-1641465739_x600_articles-509153.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98502,20 +100548,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0f08e0dee177cf41983dc3a8cce84b3", + "hash": "afa766f703e74d7d59fc5a9842854f77", "highlights": [] }, { - "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


    ", + "title": "Pronostic Metz Strasbourg : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Le derby entre Metz et Strasbourg tourne en faveur des Alsaciens

    \n
    \nAprès avoir réalisé une excellente saison dernière en atteignant rapidement son…
    ", + "content": "

    Le derby entre Metz et Strasbourg tourne en faveur des Alsaciens

    \n
    \nAprès avoir réalisé une excellente saison dernière en atteignant rapidement son…
    ", "category": "", - "link": "https://www.sofoot.com/gianni-infantino-emet-la-possibilite-d-un-euro-tous-les-deux-ans-509033.html", + "link": "https://www.sofoot.com/pronostic-metz-strasbourg-analyse-cotes-et-prono-du-match-de-ligue-1-509151.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T07:20:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-metz-strasbourg-analyse-cotes-et-prono-du-match-de-ligue-1-1641465242_x600_articles-509151.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-gianni-infantino-emet-la-possibilite-d-un-euro-tous-les-deux-ans-1641219108_x600_articles-509033.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-metz-strasbourg-analyse-cotes-et-prono-du-match-de-ligue-1-1641465242_x600_articles-509151.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98524,20 +100570,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5399cb4870a84fd9dc1ec040b4019d50", + "hash": "19aef4d1ad10627d3fdf68cdd7e1ba5c", "highlights": [] }, { - "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


  • ", + "title": "Pronostic Montpellier Troyes : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Montpellier poursuit sur sa belle dynamique face à Troyes

    \n
    \nMontpellier a certainement été l'un des clubs qui a connu un mercato estival des plus…
    ", + "content": "

    Montpellier poursuit sur sa belle dynamique face à Troyes

    \n
    \nMontpellier a certainement été l'un des clubs qui a connu un mercato estival des plus…
    ", "category": "", - "link": "https://www.sofoot.com/sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-19-509030.html", + "link": "https://www.sofoot.com/pronostic-montpellier-troyes-analyse-cotes-et-prono-du-match-de-ligue-1-509150.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T07:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-montpellier-troyes-analyse-cotes-et-prono-du-match-de-ligue-1-1641465020_x600_articles-509150.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-19-1641214282_x600_articles-509030.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-montpellier-troyes-analyse-cotes-et-prono-du-match-de-ligue-1-1641465020_x600_articles-509150.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98546,20 +100592,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d026e0180e53aa3ab3d1632a496d52c", + "hash": "b596b513f6d325f413f5c6ee2a606424", "highlights": [] }, { - "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…

    ", + "title": "Pronostic Clermont Reims : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Clermont résiste face à Reims

    \n
    \nPour sa première saison de son histoire, le Clermont Foot dispute la Ligue 1. Les Auvergnats ne connaissent pas une…
    ", + "content": "

    Clermont résiste face à Reims

    \n
    \nPour sa première saison de son histoire, le Clermont Foot dispute la Ligue 1. Les Auvergnats ne connaissent pas une…
    ", "category": "", - "link": "https://www.sofoot.com/top-50-transferts-avortes-de-50-a-41-508967.html", + "link": "https://www.sofoot.com/pronostic-clermont-reims-analyse-cotes-et-prono-du-match-de-ligue-1-509152.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T07:05:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-clermont-reims-analyse-cotes-et-prono-du-match-de-ligue-1-1641465512_x600_articles-509152.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-top-50-transferts-avortes-de-50-a-41-1641119560_x600_articles-alt-508967.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-clermont-reims-analyse-cotes-et-prono-du-match-de-ligue-1-1641465512_x600_articles-509152.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98568,20 +100614,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "da5da75bfea705260b1a35eaeda88b06", + "hash": "c73fa8e5ca6853e42cf52bb147d538c6", "highlights": [] }, { - "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…

    ", + "title": "Pronostic Brest Nice : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Nice débute bien à Brest

    \n
    \nEn grande difficulté en début de saison, Brest s'est rapidement retrouvé dans la zone de relégation. Sans la moindre…
    ", + "content": "

    Nice débute bien à Brest

    \n
    \nEn grande difficulté en début de saison, Brest s'est rapidement retrouvé dans la zone de relégation. Sans la moindre…
    ", "category": "", - "link": "https://www.sofoot.com/uli-hoeness-raconte-comment-il-a-convaincu-franck-ribery-de-rester-au-bayern-en-2010-509031.html", + "link": "https://www.sofoot.com/pronostic-brest-nice-analyse-cotes-et-prono-du-match-de-ligue-1-509147.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T07:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-brest-nice-analyse-cotes-et-prono-du-match-de-ligue-1-1641464229_x600_articles-509147.jpg", "enclosureType": "image/jpeg", - "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", + "image": "https://www.sofoot.com/IMG/img-pronostic-brest-nice-analyse-cotes-et-prono-du-match-de-ligue-1-1641464229_x600_articles-509147.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98590,20 +100636,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d2c54616528c62194ee7e32ccbed331", + "hash": "7c6f9a1dc92940cb75e80f02e1f9d622", "highlights": [] }, { - "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
    ", + "title": "CAN 2022 : 10€ offerts GRATOS en EXCLU pour parier sans pression !", + "description": "A l'occasion de la CAN 2022 qui débute dimanche, ZEbet vous offre 10€ à récupérer sans déposer le moindre centime ! Vous gardez votre CB dans votre portefeuille et vous pouvez parier sur ce que vous voulez (même sur les autres matchs du week-end : L1, L2, Liga, etc.).

    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/simeone-espere-conserver-kieran-trippier-a-l-atletico-509022.html", + "link": "https://www.sofoot.com/can-2022-10e-offerts-gratos-en-exclu-pour-parier-sans-pression-509163.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-07T05:36:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-can-2022-10e-offerts-gratos-en-exclu-pour-parier-sans-pression-1641473427_x600_articles-509163.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-simeone-espere-conserver-kieran-trippier-a-l-atletico-1641210420_x600_articles-509022.jpg", + "image": "https://www.sofoot.com/IMG/img-can-2022-10e-offerts-gratos-en-exclu-pour-parier-sans-pression-1641473427_x600_articles-509163.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98612,20 +100658,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "70627198ad3b07515ac87444e534486a", + "hash": "2e3883b8504527eb7190886f88f4f2eb", "highlights": [] }, { - "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…

    ", + "title": "Le festival de CAN", + "description": "Malgré des travaux qui n'avançaient pas toujours assez vite, des rumeurs de délocalisation, la pression de certains clubs européens qui rêvaient de voir la compétition reportée ou même annulée, la FIFA qui plaidait pour la première option et une préparation compliquée pour plusieurs sélections à cause de l'épidémie de Covid-19, la trente-troisième édition de la Coupe d'Afrique des nations aura bien lieu au Cameroun du 9 janvier au 6 février. Avec une meute de prétendants qui espère détrôner l'Algérie, tenante du titre.Les Camerounais qui aiment le football, c'est-à-dire la majorité de la population, ont vécu un mois de décembre agité, surtout pour les sujets au stress et à l'hypertension. Ils ont à peu…", + "content": "Les Camerounais qui aiment le football, c'est-à-dire la majorité de la population, ont vécu un mois de décembre agité, surtout pour les sujets au stress et à l'hypertension. Ils ont à peu…", "category": "", - "link": "https://www.sofoot.com/aux-pays-bas-un-joueur-officialise-sa-relation-avec-une-arbitre-509021.html", + "link": "https://www.sofoot.com/le-festival-de-can-509199.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-festival-de-can-1641563554_x600_articles-alt-509199.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-aux-pays-bas-un-joueur-officialise-sa-relation-avec-une-arbitre-1641208135_x600_articles-509021.jpg", + "image": "https://www.sofoot.com/IMG/img-le-festival-de-can-1641563554_x600_articles-alt-509199.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98634,20 +100680,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "67ff7aebfd8319ecea5b1de29492c3c4", + "hash": "550f5c5d83cb8ccf9897dc2979e8bb69", "highlights": [] }, { - "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…

    ", + "title": "Top 50 : Transferts avortés (1er) : Adriano au Havre", + "description": "Une 13e journée de Ligue 2 entre le HAC et Arles-Avignon disputée au milieu de l'automne n'est a priori pas un décor idéal pour accueillir l'histoire. Sauf que ce 31 octobre 2014, l'affiche opposant l'équipe de Jérôme Leroy à celle de Téji Savanier est marquée par la présence d'Adriano. En quête d'un dernier challenge, l'attaquant brésilien donne le coup d'envoi fictif, signe des autographes, distribue des sourires, salue ses futurs coéquipiers, visite les installations du club doyen, est accueilli comme un roi à l'hôtel de ville et le dit à qui veut l'entendre : \"Le Havre est l'endroit idéal pour reprendre le football.\" L'Imperador ne réalisera malheureusement jamais ce rêve. Récit d'une histoire qui prouve une chose : l'amour dure parfois vingt-quatre heures.
    \n\"Cela va peut-être vous paraître étrange, mais je suis persuadé que Le Havre est l'endroit…
    ", + "content": "
    \n\"Cela va peut-être vous paraître étrange, mais je suis persuadé que Le Havre est l'endroit…
    ", "category": "", - "link": "https://www.sofoot.com/ozil-veut-acheter-un-club-de-d3-turque-509020.html", + "link": "https://www.sofoot.com/top-50-transferts-avortes-1er-adriano-au-havre-509185.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-08T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-top-50-transferts-avortes-1er-adriano-au-havre-1641599777_x600_articles-alt-509185.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-ozil-veut-acheter-un-club-de-d3-turque-1641206749_x600_articles-509020.jpg", + "image": "https://www.sofoot.com/IMG/img-top-50-transferts-avortes-1er-adriano-au-havre-1641599777_x600_articles-alt-509185.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98656,20 +100702,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2595eaef0427245464e211de2f3d0ca3", + "hash": "af58a1f8f40c38519eb9ea98222e1487", "highlights": [] }, { - "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…

    ", + "title": "Payet : \" C'est la victoire de tous les Marseillais \"", + "description": "16 169 jours, c'est long.
    \n
    \nPlus de quarante-quatre ans après, l'Olympique de…

    ", + "content": "16 169 jours, c'est long.
    \n
    \nPlus de quarante-quatre ans après, l'Olympique de…

    ", "category": "", - "link": "https://www.sofoot.com/brest-bordeaux-jimmy-briand-denonce-une-mascarade-509019.html", + "link": "https://www.sofoot.com/payet-c-est-la-victoire-de-tous-les-marseillais-509228.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-07T22:27:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-payet-c-est-la-victoire-de-tous-les-marseillais-1641594741_x600_articles-509228.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-brest-bordeaux-jimmy-briand-denonce-une-mascarade-1641206558_x600_articles-509019.jpg", + "image": "https://www.sofoot.com/IMG/img-payet-c-est-la-victoire-de-tous-les-marseillais-1641594741_x600_articles-509228.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98678,20 +100724,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb685b0e93fdadacbd061737d60fa2e6", + "hash": "a009fb5144095f0ce90a6e1e2cba07f1", "highlights": [] }, { - "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…

    ", + "title": "Les notes de Bordeaux-Marseille ", + "description": "Il aura donc fallu 44 ans à l'OM pour comprendre qu'il fallait recruter un joueur turc pour enfin battre les Bordelais en terres girondines. Mais tout cela n'aurait pas été possible sans les qualités de passeur de Benoît Costil.

    Ils ont compensé le huis clos


    \n
    \n

    ", + "content": "

    Ils ont compensé le huis clos


    \n
    \n

    ", "category": "", - "link": "https://www.sofoot.com/olivier-veran-contre-les-jauges-proportionnelles-dans-les-stades-509017.html", + "link": "https://www.sofoot.com/les-notes-de-bordeaux-marseille-509227.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-07T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-notes-de-bordeaux-marseille-1641593270_x600_articles-alt-509227.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-olivier-veran-contre-les-jauges-proportionnelles-dans-les-stades-1641206180_x600_articles-509017.jpg", + "image": "https://www.sofoot.com/IMG/img-les-notes-de-bordeaux-marseille-1641593270_x600_articles-alt-509227.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98700,20 +100746,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a80bb4aa107f812b2f467c30f82c79e1", + "hash": "39c50468317b08d107972b34ac4c7e52", "highlights": [] }, { - "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…

    ", + "title": "44 ans après, Marseille met fin à la malédiction à Bordeaux", + "description": "C'est fini ! Après 44 longues années à se faire rabâcher les oreilles de leur incapacité à gagner à Bordeaux, les Marseillais ont mis fin à cette interminable disette dans le Sud-Ouest de la France. Un petit but de Cengiz Ünder en première période suffit au bonheur des Olympiens, qui prennent la deuxième place de Ligue 1 pour bien entamer 2022.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/la-fiorentina-officialise-l-arrivee-de-jonathan-ikone-509016.html", + "link": "https://www.sofoot.com/44-ans-apres-marseille-met-fin-a-la-malediction-a-bordeaux-509221.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-07T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-44-ans-apres-marseille-met-fin-a-la-malediction-a-bordeaux-1641592719_x600_articles-alt-509221.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-la-fiorentina-officialise-l-arrivee-de-jonathan-ikone-1641202040_x600_articles-509016.jpg", + "image": "https://www.sofoot.com/IMG/img-44-ans-apres-marseille-met-fin-a-la-malediction-a-bordeaux-1641592719_x600_articles-alt-509221.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98722,20 +100768,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e12f2c3cc665fa3ce0f071cc236382fe", + "hash": "4906677f228396d2c321c0a7dfdad6bb", "highlights": [] }, { - "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,
    ", + "title": "Manchester City fait tranquillement swinguer Swindon Town", + "description": "

    Swindon Town (D4) 1-4 Manchester City ", + "content": "

    Swindon Town (D4) 1-4 Manchester City ", "category": "", - "link": "https://www.sofoot.com/pedretti-ne-supporte-plus-sa-situation-a-nancy-509015.html", + "link": "https://www.sofoot.com/manchester-city-fait-tranquillement-swinguer-swindon-town-509159.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-07T21:51:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-manchester-city-fait-tranquillement-swinguer-swindon-town-1641592412_x600_articles-509159.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pedretti-ne-supporte-plus-sa-situation-a-nancy-1641200664_x600_articles-509015.jpg", + "image": "https://www.sofoot.com/IMG/img-manchester-city-fait-tranquillement-swinguer-swindon-town-1641592412_x600_articles-509159.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98744,20 +100790,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f792176825bc5faee43689d5ca4ffa0d", + "hash": "9afba13f7a662b06b5edf47b09dafcb1", "highlights": [] }, { - "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…

    ", + "title": "Surprise, le Bayern s'incline à domicile face à Gladbach", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/ralf-rangnick-ne-veut-pas-lacher-edinson-cavani-509014.html", + "link": "https://www.sofoot.com/surprise-le-bayern-s-incline-a-domicile-face-a-gladbach-509226.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-07T21:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-surprise-le-bayern-s-incline-a-domicile-face-a-gladbach-1641591070_x600_articles-509226.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-ralf-rangnick-ne-veut-pas-lacher-edinson-cavani-1641198604_x600_articles-509014.jpg", + "image": "https://www.sofoot.com/IMG/img-surprise-le-bayern-s-incline-a-domicile-face-a-gladbach-1641591070_x600_articles-509226.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98766,20 +100812,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d2d21e95945570acfb99d551bcd70b0", + "hash": "2294729fe6d1e311059df6fdef06fd1d", "highlights": [] }, { - "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

    ", + "title": "En direct : Bordeaux - Marseille ", + "description": "0' : Le Matmut Atlantique est à huis clos, sur décision du club face à la jauge et en soutien ...", + "content": "0' : Le Matmut Atlantique est à huis clos, sur décision du club face à la jauge et en soutien ...", "category": "", - "link": "https://www.sofoot.com/l-hommage-de-saliba-a-mandanda-509013.html", + "link": "https://www.sofoot.com/en-direct-bordeaux-marseille-509160.html", "creator": "SO FOOT", - "pubDate": "2022-01-03T07:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-hommage-de-saliba-a-mandanda-1641198410_x600_articles-509013.jpg", + "pubDate": "2022-01-07T19:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-bordeaux-marseille-1641471354_x600_articles-509160.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-l-hommage-de-saliba-a-mandanda-1641198410_x600_articles-509013.jpg", + "image": "https://www.sofoot.com/IMG/img-en-direct-bordeaux-marseille-1641471354_x600_articles-509160.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98788,20 +100834,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b76d6db0cbbaf82cc6ed2a6eaf6f2e0", + "hash": "b0b9f74cdf4802052ccdfa957da2eb17", "highlights": [] }, { - "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,


    ", + "title": "Tuchel hésite à faire revenir Emerson de Lyon", + "description": "Prêté à Lyon jusqu'à la fin de la saison, Emerson pourrait bientôt être rappelé par Chelsea. C'est ce qu'a indiqué Thomas Tuchel en conférence de presse ce vendredi : \"Nous avons un…", + "content": "Prêté à Lyon jusqu'à la fin de la saison, Emerson pourrait bientôt être rappelé par Chelsea. C'est ce qu'a indiqué Thomas Tuchel en conférence de presse ce vendredi : \"Nous avons un…", "category": "", - "link": "https://www.sofoot.com/pfc-ol-lourdes-ids-contre-des-supporters-du-psg-509012.html", + "link": "https://www.sofoot.com/tuchel-hesite-a-faire-revenir-emerson-de-lyon-509222.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-07T16:39:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tuchel-hesite-a-faire-revenir-emerson-de-lyon-1641575271_x600_articles-509222.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pfc-ol-lourdes-ids-contre-des-supporters-du-psg-1641198227_x600_articles-509012.jpg", + "image": "https://www.sofoot.com/IMG/img-tuchel-hesite-a-faire-revenir-emerson-de-lyon-1641575271_x600_articles-509222.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98810,20 +100856,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa2b7b06314f8838a7277d5614ea6d0d", + "hash": "fdd6b79c5542a7d283aea28c4f882725", "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 : 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": "

    ", + "title": "Les arbitres de L1 et L2 sanctionneront davantage les contestations des joueurs", + "description": "Tour de vis des officiels.
    \n
    \nAlors que certains joueurs ont pris depuis plusieurs années la désagréable habitude de contester la majorité des décisions arbitrales, la DTA (Direction…

    ", + "content": "Tour de vis des officiels.
    \n
    \nAlors que certains joueurs ont pris depuis plusieurs années la désagréable habitude de contester la majorité des décisions arbitrales, la DTA (Direction…

    ", "category": "", - "link": "https://www.sofoot.com/ces-trois-infos-du-week-end-vont-vous-etonner-509009.html", + "link": "https://www.sofoot.com/les-arbitres-de-l1-et-l2-sanctionneront-davantage-les-contestations-des-joueurs-509223.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-07T16:20:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-arbitres-de-l1-et-l2-sanctionneront-davantage-les-contestations-des-joueurs-1641574520_x600_articles-509223.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-ces-trois-infos-du-week-end-vont-vous-etonner-1641150771_x600_articles-509009.jpg", + "image": "https://www.sofoot.com/IMG/img-les-arbitres-de-l1-et-l2-sanctionneront-davantage-les-contestations-des-joueurs-1641574520_x600_articles-509223.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98832,20 +100878,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f59920638f35af352603d0cb99073d00", + "hash": "7dc5d188dabab673797b0e49c072fad6", "highlights": [] }, { - "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
    ", + "title": "Le Stade de Reims exprime son ras-le-bol sur l'arbitrage ", + "description": "C'est la goutte qui fait déborder la coupe de Champagne.
    \n
    \nAu lendemain de l'annonce des
    ", + "content": "C'est la goutte qui fait déborder la coupe de Champagne.
    \n
    \nAu lendemain de l'annonce des
    ", "category": "", - "link": "https://www.sofoot.com/un-an-de-pochettino-au-psg-508961.html", + "link": "https://www.sofoot.com/le-stade-de-reims-exprime-son-ras-le-bol-sur-l-arbitrage-509225.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-07T15:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-stade-de-reims-exprime-son-ras-le-bol-sur-l-arbitrage-1641574954_x600_articles-509225.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-un-an-de-pochettino-au-psg-1641150203_x600_articles-alt-508961.jpg", + "image": "https://www.sofoot.com/IMG/img-le-stade-de-reims-exprime-son-ras-le-bol-sur-l-arbitrage-1641574954_x600_articles-509225.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98854,20 +100900,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "30cdf6427ace479546e34490262023e1", + "hash": "07d10514020d8d8dc9a3c6f06ecb93a7", "highlights": [] }, { - "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…", + "title": "Netflix prépare une série sur la compagne de CR7", + "description": "Dans la famille Ronaldo, je demande la compagne.
    \n
    \nLa sortie est prévue depuis déjà quelque temps, mais Georgina Rodríguez, la compagne de Cristiano Ronaldo, vient de dévoiler sur…

    ", + "content": "Dans la famille Ronaldo, je demande la compagne.
    \n
    \nLa sortie est prévue depuis déjà quelque temps, mais Georgina Rodríguez, la compagne de Cristiano Ronaldo, vient de dévoiler sur…

    ", "category": "", - "link": "https://www.sofoot.com/quand-c-est-pas-sorcier-s-invitait-a-sochaux-508870.html", + "link": "https://www.sofoot.com/netflix-prepare-une-serie-sur-la-compagne-de-cr7-509220.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-07T15:49:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-netflix-prepare-une-serie-sur-la-compagne-de-cr7-1641573571_x600_articles-509220.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-quand-c-est-pas-sorcier-s-invitait-a-sochaux-1640774641_x600_articles-alt-508870.jpg", + "image": "https://www.sofoot.com/IMG/img-netflix-prepare-une-serie-sur-la-compagne-de-cr7-1641573571_x600_articles-509220.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98876,20 +100922,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b488fba04ab8ed58018e7bfd4bab2d24", + "hash": "d1e2fadca6afd0689f6b364ce5b8071f", "highlights": [] }, { - "title": "Le Barça se reprend à Majorque", - "description": "

    ", - "content": "

    ", + "title": "Roberto Carlos va jouer un match en Sunday league anglaise", + "description": "Le plus grand transfert de l'histoire ?
    \n
    \nEn Angleterre, la passion du foot amateur peut parfois servir à autre chose qu'à renflouer les caisses des pubs environnants. Par le biais…

    ", + "content": "Le plus grand transfert de l'histoire ?
    \n
    \nEn Angleterre, la passion du foot amateur peut parfois servir à autre chose qu'à renflouer les caisses des pubs environnants. Par le biais…

    ", "category": "", - "link": "https://www.sofoot.com/le-barca-se-reprend-a-majorque-509010.html", + "link": "https://www.sofoot.com/roberto-carlos-va-jouer-un-match-en-sunday-league-anglaise-509219.html", "creator": "SO FOOT", - "pubDate": "2022-01-02T22:02:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-barca-se-reprend-a-majorque-1641160971_x600_articles-509010.jpg", + "pubDate": "2022-01-07T15:41:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-roberto-carlos-va-jouer-un-match-en-sunday-league-anglaise-1641571235_x600_articles-509219.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-barca-se-reprend-a-majorque-1641160971_x600_articles-509010.jpg", + "image": "https://www.sofoot.com/IMG/img-roberto-carlos-va-jouer-un-match-en-sunday-league-anglaise-1641571235_x600_articles-509219.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98898,20 +100944,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9250787dbb78d840fb5b71a54da82cc8", + "hash": "be7faf15d0654a5d3370f3f38017df51", "highlights": [] }, { - "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) ", + "title": "Manchester United expédie Tuanzebe en prêt à Naples", + "description": "Nouveau prêt pour Axel Tuanzebe. Le défenseur de Manchester United rejoint Naples et la Serie A pour la fin de saison. Avec le départ de Kalidou Koulibaly à la CAN et celui de Manolas à…", + "content": "Nouveau prêt pour Axel Tuanzebe. Le défenseur de Manchester United rejoint Naples et la Serie A pour la fin de saison. Avec le départ de Kalidou Koulibaly à la CAN et celui de Manolas à…", "category": "", - "link": "https://www.sofoot.com/marseille-surclasse-chauvigny-sans-forcer-508985.html", + "link": "https://www.sofoot.com/manchester-united-expedie-tuanzebe-en-pret-a-naples-509218.html", "creator": "SO FOOT", - "pubDate": "2022-01-02T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-marseille-surclasse-chauvigny-sans-forcer-1641161041_x600_articles-508985.jpg", + "pubDate": "2022-01-07T15:07:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-manchester-united-expedie-tuanzebe-en-pret-a-naples-1641571013_x600_articles-509218.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-marseille-surclasse-chauvigny-sans-forcer-1641161041_x600_articles-508985.jpg", + "image": "https://www.sofoot.com/IMG/img-manchester-united-expedie-tuanzebe-en-pret-a-naples-1641571013_x600_articles-509218.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98920,20 +100966,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0af26039bcfe6b91c3c18f61720780c", + "hash": "61476e6e94a37ee8891530a6fe6c41c8", "highlights": [] }, { - "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 ...", + "title": "Le maire de Marseille ne veut pas que \"les Marseillais payent à la place de McCourt\"", + "description": "Prêt à discuter, mais pas trop quand même.
    \n
    \nC'est un secret de Polichinelle : l'Olympique de Marseille n'a pas des centaines de millions d'euros dans ses caisses. Et si le club…

    ", + "content": "Prêt à discuter, mais pas trop quand même.
    \n
    \nC'est un secret de Polichinelle : l'Olympique de Marseille n'a pas des centaines de millions d'euros dans ses caisses. Et si le club…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-chauvigny-marseille-508977.html", + "link": "https://www.sofoot.com/le-maire-de-marseille-ne-veut-pas-que-les-marseillais-payent-a-la-place-de-mccourt-509217.html", "creator": "SO FOOT", - "pubDate": "2022-01-02T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-chauvigny-marseille-1641151375_x600_articles-508977.jpg", + "pubDate": "2022-01-07T14:55:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-maire-de-marseille-ne-veut-pas-que-les-marseillais-payent-a-la-place-de-mccourt-1641570700_x600_articles-509217.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-en-direct-chauvigny-marseille-1641151375_x600_articles-508977.jpg", + "image": "https://www.sofoot.com/IMG/img-le-maire-de-marseille-ne-veut-pas-que-les-marseillais-payent-a-la-place-de-mccourt-1641570700_x600_articles-509217.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98942,20 +100988,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c9a3307e38e6ff69c21706b105ddf29", + "hash": "a197f73b9bfec596d57219371d3a5fca", "highlights": [] }, { - "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": "

    ", + "title": "La FIFA lève l'interdiction de recrutement de Málaga", + "description": "Il est loin le temps où Málaga faisait partie des huit meilleures équipes d'Europe.
    \n", + "content": "
    Il est loin le temps où Málaga faisait partie des huit meilleures équipes d'Europe.
    \n", "category": "", - "link": "https://www.sofoot.com/monaco-et-saint-etienne-facile-reims-et-amiens-passent-508990.html", + "link": "https://www.sofoot.com/la-fifa-leve-l-interdiction-de-recrutement-de-malaga-509215.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-07T14:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-fifa-leve-l-interdiction-de-recrutement-de-malaga-1641568480_x600_articles-509215.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-monaco-et-saint-etienne-facile-reims-et-amiens-passent-1641148822_x600_articles-alt-508990.jpg", + "image": "https://www.sofoot.com/IMG/img-la-fifa-leve-l-interdiction-de-recrutement-de-malaga-1641568480_x600_articles-509215.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98964,20 +101010,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6826d9462118a19470831f6a4a0c9a3b", + "hash": "6222d19f92ddff997d48c966dcff2134", "highlights": [] }, { - "title": "Alavés et la Real se partagent les points", - "description": "

    ", - "content": "

    ", + "title": "Frédéric Antonetti n'a \" rien compris \" au protocole sanitaire", + "description": "Tout pareil.
    \n
    \nLe mystère du nouveau protocole sanitaire de la LFP n'a pas encore…

    ", + "content": "Tout pareil.
    \n
    \nLe mystère du nouveau protocole sanitaire de la LFP n'a pas encore…

    ", "category": "", - "link": "https://www.sofoot.com/alaves-et-la-real-se-partagent-les-points-508984.html", + "link": "https://www.sofoot.com/frederic-antonetti-n-a-rien-compris-au-protocole-sanitaire-509214.html", "creator": "SO FOOT", - "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", + "pubDate": "2022-01-07T14:38:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-frederic-antonetti-n-a-rien-compris-au-protocole-sanitaire-1641567723_x600_articles-509214.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-alaves-et-la-real-se-partagent-les-points-1641151662_x600_articles-508984.jpg", + "image": "https://www.sofoot.com/IMG/img-frederic-antonetti-n-a-rien-compris-au-protocole-sanitaire-1641567723_x600_articles-509214.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -98986,20 +101032,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef398b8c7e2e8c4e0cccbdb8fab1c7d3", + "hash": "ed39763dca7479f266ebd3e5c3c88b5a", "highlights": [] }, { - "title": "Le Betis impuissant face au Celta", - "description": "

    ", - "content": "

    ", + "title": "Benjamin Mendy a été libéré sous caution", + "description": "Deux jours seulement après avoir été transféré vers 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": "Versailles-TFC finalement disputé à Toulouse à cause du château", + "description": "Louis XIV était-il un supporter toulousain ?
    \n
    \nQualifié en huitièmes de finale, le FC Versailles, pensionnaire de N2, devait accueillir Toulouse le 29 janvier prochain. Mais il n'en…

    ", + "content": "Louis XIV était-il un supporter toulousain ?
    \n
    \nQualifié en huitièmes de finale, le FC Versailles, pensionnaire de N2, devait accueillir Toulouse le 29 janvier prochain. Mais il n'en…

    ", "category": "", - "link": "https://www.sofoot.com/les-notes-de-chelsea-liverpool-509008.html", + "link": "https://www.sofoot.com/versailles-tfc-finalement-dispute-a-toulouse-a-cause-du-chateau-509216.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", + "pubDate": "2022-01-07T14:22:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-versailles-tfc-finalement-dispute-a-toulouse-a-cause-du-chateau-1641569393_x600_articles-509216.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-les-notes-de-chelsea-liverpool-1641145485_x600_articles-alt-509008.jpg", + "image": "https://www.sofoot.com/IMG/img-versailles-tfc-finalement-dispute-a-toulouse-a-cause-du-chateau-1641569393_x600_articles-509216.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99030,20 +101076,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6f877a0d0b32633a64adc36ab23128b", + "hash": "921cb0ecf529910b659e0c1a0fa606e5", "highlights": [] }, { - "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": "La Fiorentina s'offre Krzysztof Piatek", + "description": "L'homme des mercatos d'hiver.
    \n
    \nComme en 2019 et en 2020, Krzysztof Piatek a décidé de changer d'air au mois de janvier. Sans doute une bonne résolution. Après deux ans à Berlin,…

    ", + "content": "L'homme des mercatos d'hiver.
    \n
    \nComme en 2019 et en 2020, Krzysztof Piatek a décidé de changer d'air au mois de janvier. Sans doute une bonne résolution. Après deux ans à Berlin,…

    ", "category": "", - "link": "https://www.sofoot.com/chelsea-s-agrippe-a-liverpool-509004.html", + "link": "https://www.sofoot.com/la-fiorentina-s-offre-krzysztof-piatek-509212.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", + "pubDate": "2022-01-07T14:01:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-fiorentina-s-offre-krzysztof-piatek-1641565911_x600_articles-509212.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-chelsea-s-agrippe-a-liverpool-1641148761_x600_articles-alt-509004.jpg", + "image": "https://www.sofoot.com/IMG/img-la-fiorentina-s-offre-krzysztof-piatek-1641565911_x600_articles-509212.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99052,20 +101098,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "db838afaee5849de8efca3f4c5e210cb", + "hash": "44530928c4d475237c198059ce90b498", "highlights": [] }, { - "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": "Gareth Bale pourrait prendre sa retraite si le pays de Galles ne va pas au Mondial", + "description": "Stop aux clubs de foot, place aux clubs de golf.
    \n
    \nUne nouvelle fois embourbé dans une saison de galère au Real Madrid (trois matchs disputés simplement), Gareth Bale pourrait bien dire…

    ", + "content": "Stop aux clubs de foot, place aux clubs de golf.
    \n
    \nUne nouvelle fois embourbé dans une saison de galère au Real Madrid (trois matchs disputés simplement), Gareth Bale pourrait bien dire…

    ", "category": "", - "link": "https://www.sofoot.com/nancy-sort-rennes-bastia-surclasse-clermont-et-montpellier-dispose-de-strasbourg-508995.html", + "link": "https://www.sofoot.com/gareth-bale-pourrait-prendre-sa-retraite-si-le-pays-de-galles-ne-va-pas-au-mondial-509210.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", + "pubDate": "2022-01-07T13:14:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-gareth-bale-pourrait-prendre-sa-retraite-si-le-pays-de-galles-ne-va-pas-au-mondial-1641564306_x600_articles-509210.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", + "image": "https://www.sofoot.com/IMG/img-gareth-bale-pourrait-prendre-sa-retraite-si-le-pays-de-galles-ne-va-pas-au-mondial-1641564306_x600_articles-509210.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99074,20 +101120,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef763609449a929a62550e40183306f7", + "hash": "feb4b2984059b3cdbe588cbf71b555ee", "highlights": [] }, { - "title": "L'Atlético se relance face au Rayo Vallecano", - "description": "

    ", - "content": "

    ", + "title": "Pour Kombouaré, le nouveau protocole est \"une aberration\"", + "description": "Lui préfère emmerder les tests.
    \n
    \nAntoine Kombouaré s'est emporté contre le nouveau…

    ", + "content": "Lui préfère emmerder les tests.
    \n
    \nAntoine Kombouaré s'est emporté contre le nouveau…

    ", "category": "", - "link": "https://www.sofoot.com/l-atletico-se-relance-face-au-rayo-vallecano-509002.html", + "link": "https://www.sofoot.com/pour-kombouare-le-nouveau-protocole-est-une-aberration-509209.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", + "pubDate": "2022-01-07T13:03:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pour-kombouare-le-nouveau-protocole-est-une-aberration-1641562092_x600_articles-509209.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-l-atletico-se-relance-face-au-rayo-vallecano-1641144144_x600_articles-509002.jpg", + "image": "https://www.sofoot.com/IMG/img-pour-kombouare-le-nouveau-protocole-est-une-aberration-1641562092_x600_articles-509209.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99096,20 +101142,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2286ae30a98c32c9fea94dac658e0eca", + "hash": "a4b1d86cd9eeb8e5ba25e73f1e8d47fa", "highlights": [] }, { - "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": "Sergio Ruiz : \"Iniesta m'aide à vaincre la dépression\"", + "description": "Sergio Ruiz porte le patronyme parfait pour se fondre incognito dans le moule espagnol. Pourtant, ce footballeur professionnel de 27 ans a su faire sortir la petite voix trottant dans sa tête. Prêté par le Charlotte FC à l'UD Las Palmas, le footballeur a mis un terme à son expérience aux Canaries pour prendre soin de sa santé mentale. Partiellement remis de sa dépression, le joueur a accepté de se livrer sur un sujet bien trop tabou dans le milieu du football.Bonjour Sergio. Cela peut paraître anodin comme première question, mais comment vas-tu aujourd'hui ?
    \nÇa va mieux ! Je travaille de manière régulière avec une…
    ", + "content": "Bonjour Sergio. Cela peut paraître anodin comme première question, mais comment vas-tu aujourd'hui ?
    \nÇa va mieux ! Je travaille de manière régulière avec une…
    ", "category": "", - "link": "https://www.sofoot.com/en-direct-chelsea-liverpool-509007.html", + "link": "https://www.sofoot.com/sergio-ruiz-iniesta-m-aide-a-vaincre-la-depression-509132.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", + "pubDate": "2022-01-07T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-sergio-ruiz-iniesta-m-aide-a-vaincre-la-depression-1641487753_x600_articles-alt-509132.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-en-direct-chelsea-liverpool-1641142734_x600_articles-alt-509007.jpg", + "image": "https://www.sofoot.com/IMG/img-sergio-ruiz-iniesta-m-aide-a-vaincre-la-depression-1641487753_x600_articles-alt-509132.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99118,20 +101164,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "03280de03e534e1c19766c7d55926054", + "hash": "bf51aea6774f0578a5b29ae734c25e5c", "highlights": [] }, { - "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": "Top 7 : coups de foudre autour d'un terrain de foot ", + "description": "Le foot et l'amour ne sont pas incompatibles, au contraire. La récente union d'un footballeur et d'une arbitre a permis de remettre les pendules à l'heure, et de rappeler que l'alchimie entre les deux plus belles choses du monde n'est pas une chimère. La preuve, avec cette sélection de dix moments de football qui nous font croire - ou pas - au coup de foudre.

    Carton rouge et coup de foudre

    \n13 août 2021 - FC Emmen-FC Eindhoven (0-1)
    \n
    \nLe défenseur du FC Emmen, Jeff Hardeveld, a connu un bel exemple…

    ", + "content": "

    Carton rouge et coup de foudre

    \n13 août 2021 - FC Emmen-FC Eindhoven (0-1)
    \n
    \nLe défenseur du FC Emmen, Jeff Hardeveld, a connu un bel exemple…

    ", "category": "", - "link": "https://www.sofoot.com/liverpool-prive-d-alisson-matip-et-firmino-contre-chelsea-509006.html", + "link": "https://www.sofoot.com/top-7-coups-de-foudre-autour-d-un-terrain-de-foot-509090.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", + "pubDate": "2022-01-07T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-top-7-coups-de-foudre-autour-d-un-terrain-de-foot-1641482290_x600_articles-alt-509090.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", + "image": "https://www.sofoot.com/IMG/img-top-7-coups-de-foudre-autour-d-un-terrain-de-foot-1641482290_x600_articles-alt-509090.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99140,20 +101186,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc486c36c5f41fafce51ec3faf3dcf11", + "hash": "049800ea5f395e8035daf7d3d2cb48f9", "highlights": [] }, { - "title": "Leeds respire, Everton s'asphyxie et Brentford se donne de l'air", - "description": "

    ", - "content": "

    ", + "title": "Messi, Lewandowski et Salah finalistes du trophée The Best", + "description": "\"Et le prix de consolation revient à ...\"
    \n
    \nAprès avoir dévoilé
    ", + "content": "\"Et le prix de consolation revient à ...\"
    \n
    \nAprès avoir dévoilé
    ", "category": "", - "link": "https://www.sofoot.com/leeds-respire-everton-s-asphyxie-et-brentford-se-donne-de-l-air-508989.html", + "link": "https://www.sofoot.com/messi-lewandowski-et-salah-finalistes-du-trophee-the-best-509211.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", + "pubDate": "2022-01-07T12:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-messi-lewandowski-et-salah-finalistes-du-trophee-the-best-1641569988_x600_articles-509211.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", + "image": "https://www.sofoot.com/IMG/img-messi-lewandowski-et-salah-finalistes-du-trophee-the-best-1641569988_x600_articles-509211.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99162,20 +101208,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b0da964f1daad5f0371079a3bb3e167", + "hash": "4b9c7bcec3726ad8a8a64279e06f525a", "highlights": [] }, { - "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": "L'ancien Lyonnais Mammana libéré par le Zénith", + "description": "Pas de nouvelles, mauvaises nouvelle.
    \n
    \nEmanuel Mammana vient d'être libéré de son contrat par le Zénith Saint Petersbourg. Chipé à Lyon en 2017, l'Argentin n'a jamais réussi à…

    ", + "content": "Pas de nouvelles, mauvaises nouvelle.
    \n
    \nEmanuel Mammana vient d'être libéré de son contrat par le Zénith Saint Petersbourg. Chipé à Lyon en 2017, l'Argentin n'a jamais réussi à…

    ", "category": "", - "link": "https://www.sofoot.com/southampton-fin-de-carriere-pour-sam-mcqueen-509003.html", + "link": "https://www.sofoot.com/l-ancien-lyonnais-mammana-libere-par-le-zenith-509208.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", + "pubDate": "2022-01-07T12:39:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-ancien-lyonnais-mammana-libere-par-le-zenith-1641562814_x600_articles-509208.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-southampton-fin-de-carriere-pour-sam-mcqueen-1641137619_x600_articles-509003.jpg", + "image": "https://www.sofoot.com/IMG/img-l-ancien-lyonnais-mammana-libere-par-le-zenith-1641562814_x600_articles-509208.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99184,20 +101230,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f1a57f979c8e9bbde23043160db98d1", + "hash": "3bb2f5f0af5781e57f23cac9b55708ce", "highlights": [] }, { - "title": "Getafe cueille le Real Madrid", - "description": "

    ", - "content": "

    ", + "title": "L'OL ne dérogera pas à la jauge de 5000 spectateurs face au PSG", + "description": "Pas de passe-droit, surtout pour un Lyon-Paris.
    \n
    \nMalgré les
    ", + "content": "Pas de passe-droit, surtout pour un Lyon-Paris.
    \n
    \nMalgré les
    ", "category": "", - "link": "https://www.sofoot.com/getafe-cueille-le-real-madrid-508982.html", + "link": "https://www.sofoot.com/l-ol-ne-derogera-pas-a-la-jauge-de-5000-spectateurs-face-au-psg-509206.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", + "pubDate": "2022-01-07T11:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-ol-ne-derogera-pas-a-la-jauge-de-5000-spectateurs-face-au-psg-1641557297_x600_articles-509206.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-getafe-cueille-le-real-madrid-1641135717_x600_articles-508982.jpg", + "image": "https://www.sofoot.com/IMG/img-l-ol-ne-derogera-pas-a-la-jauge-de-5000-spectateurs-face-au-psg-1641557297_x600_articles-509206.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99206,20 +101252,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "507f7f050e34c9958f176a8c71480eb0", + "hash": "17733b4e83ac4c410c2d8468583735fc", "highlights": [] }, { - "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": "Sébastien Haller : \"Une Coupe du monde tous les deux ans ? Mais vous êtes des malades\"", + "description": "Et un tacle de plus pour Arsène Wenger.
    \n
    \nEn pleine bourre avec l'Ajax cette saison (22 buts et 6 passes décisives en 24 rencontres), Sébastien Haller s'apprête à découvrir les joies…

    ", + "content": "Et un tacle de plus pour Arsène Wenger.
    \n
    \nEn pleine bourre avec l'Ajax cette saison (22 buts et 6 passes décisives en 24 rencontres), Sébastien Haller s'apprête à découvrir les joies…

    ", "category": "", - "link": "https://www.sofoot.com/l-entraineur-de-francfort-victime-d-un-accident-de-scooter-509001.html", + "link": "https://www.sofoot.com/sebastien-haller-une-coupe-du-monde-tous-les-deux-ans-mais-vous-etes-des-malades-509205.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", + "pubDate": "2022-01-07T11:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-sebastien-haller-une-coupe-du-monde-tous-les-deux-ans-mais-vous-etes-des-malades-1641557178_x600_articles-509205.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", + "image": "https://www.sofoot.com/IMG/img-sebastien-haller-une-coupe-du-monde-tous-les-deux-ans-mais-vous-etes-des-malades-1641557178_x600_articles-509205.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99228,20 +101274,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5b33b00e833cbfecf58f4af16d1eb0f", + "hash": "d409e1767bc4811e9f4b8b354a08b894", "highlights": [] }, { - "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": "Nabil Bentaleb se relance à Angers", + "description": "Fennec plus ultra.
    \n
    \nOn l'avait perdu de vue depuis la fin de son contrat à Schalke 04 l'été dernier, mais Nabil Bentaleb reprend du service. Libre de tout contrat, l'Algérien…

    ", + "content": "Fennec plus ultra.
    \n
    \nOn l'avait perdu de vue depuis la fin de son contrat à Schalke 04 l'été dernier, mais Nabil Bentaleb reprend du service. Libre de tout contrat, l'Algérien…

    ", "category": "", - "link": "https://www.sofoot.com/brest-domine-bordeaux-nantes-et-toulouse-assurent-508962.html", + "link": "https://www.sofoot.com/nabil-bentaleb-se-relance-a-angers-509204.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", + "pubDate": "2022-01-07T10:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-nabil-bentaleb-se-relance-a-angers-1641556394_x600_articles-509204.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-brest-domine-bordeaux-nantes-et-toulouse-assurent-1641134229_x600_articles-alt-508962.jpg", + "image": "https://www.sofoot.com/IMG/img-nabil-bentaleb-se-relance-a-angers-1641556394_x600_articles-509204.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99250,20 +101296,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6921b2fc66322f8e65cd3fd396030f27", + "hash": "1b0a13b672407c432f50a812d2dcd8ef", "highlights": [] }, { - "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 Sympa l'ambiance.
    \n
    \nCe vendredi, Roland Romeyer s'est longuement confié dans les colonnes du


    ", + "content": "Sympa l'ambiance.
    \n
    \nCe vendredi, Roland Romeyer s'est longuement confié dans les colonnes du


    ", "category": "", - "link": "https://www.sofoot.com/un-supporter-de-brentford-arrete-pour-racisme-et-homophobie-508998.html", + "link": "https://www.sofoot.com/romeyer-claude-puel-est-un-entraineur-brillant-mais-ca-ne-suffit-pas-509202.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", + "pubDate": "2022-01-07T10:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-romeyer-claude-puel-est-un-entraineur-brillant-mais-ca-ne-suffit-pas-1641556294_x600_articles-509202.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", + "image": "https://www.sofoot.com/IMG/img-romeyer-claude-puel-est-un-entraineur-brillant-mais-ca-ne-suffit-pas-1641556294_x600_articles-509202.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99272,20 +101318,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a766c843e9fc2a6d58e84073d6c8545a", + "hash": "bd70772b3bacf627d1d9f1a58a9ad9f8", "highlights": [] }, { - "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": "Kheira Hamraoui et Aminata Diallo pourraient rejouer dimanche", + "description": "Retour à la normale.
    \n
    \nL'entraîneur de la section féminine du Paris Saint-Germain, Didier Ollé-Nicolle, a annoncé ce vendredi que Kheira Hamraoui et Aminata Diallo pourraient faire…

    ", + "content": "Retour à la normale.
    \n
    \nL'entraîneur de la section féminine du Paris Saint-Germain, Didier Ollé-Nicolle, a annoncé ce vendredi que Kheira Hamraoui et Aminata Diallo pourraient faire…

    ", "category": "", - "link": "https://www.sofoot.com/une-equipe-tahitienne-va-remplacer-auckland-au-mondial-des-clubs-508997.html", + "link": "https://www.sofoot.com/kheira-hamraoui-et-aminata-diallo-pourraient-rejouer-dimanche-509200.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", + "pubDate": "2022-01-07T10:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-kheira-hamraoui-et-aminata-diallo-pourraient-rejouer-dimanche-1641552177_x600_articles-509200.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", + "image": "https://www.sofoot.com/IMG/img-kheira-hamraoui-et-aminata-diallo-pourraient-rejouer-dimanche-1641552177_x600_articles-509200.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99294,20 +101340,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f2e723e57f1247f028b8aa585e51ddf", + "hash": "52a1e6fbfd356ef83bbd6568e5133024", "highlights": [] }, { - "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": "Arsenal lance l'initiative \"No More Red\" pour lutter contre la violence chez les jeunes", + "description": "Ceci n'est pas un manifeste anti-Liverpool.
    \n
    \nArsenal et Adidas s'engagent dans l'initiative No More Red afin de sensibiliser le public aux crimes commis à l'arme blanche et à la…

    ", + "content": "Ceci n'est pas un manifeste anti-Liverpool.
    \n
    \nArsenal et Adidas s'engagent dans l'initiative No More Red afin de sensibiliser le public aux crimes commis à l'arme blanche et à la…

    ", "category": "", - "link": "https://www.sofoot.com/chelsea-sans-lukaku-face-a-liverpool-508996.html", + "link": "https://www.sofoot.com/arsenal-lance-l-initiative-no-more-red-pour-lutter-contre-la-violence-chez-les-jeunes-509201.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", + "pubDate": "2022-01-07T10:12:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-arsenal-lance-l-initiative-no-more-red-pour-lutter-contre-la-violence-chez-les-jeunes-1641552093_x600_articles-509201.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-chelsea-sans-lukaku-face-a-liverpool-1641130038_x600_articles-508996.jpg", + "image": "https://www.sofoot.com/IMG/img-arsenal-lance-l-initiative-no-more-red-pour-lutter-contre-la-violence-chez-les-jeunes-1641552093_x600_articles-509201.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99316,20 +101362,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0690a991d57041301b47d5e470fb9045", + "hash": "ba1e49ead0018077c96b91e48f75478c", "highlights": [] }, { - "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": "Philippe Coutinho se relance à Aston Villa", + "description": "Coutinho is back.
    \n
    \nL'annonce vient d'être faite ce vendredi par Aston Villa, Philippe Coutinho est prêté aux Villans pour les six prochains mois. Le club de Birmingham…

    ", + "content": "Coutinho is back.
    \n
    \nL'annonce vient d'être faite ce vendredi par Aston Villa, Philippe Coutinho est prêté aux Villans pour les six prochains mois. Le club de Birmingham…

    ", "category": "", - "link": "https://www.sofoot.com/messi-positif-a-la-covid-19-508994.html", + "link": "https://www.sofoot.com/philippe-coutinho-se-relance-a-aston-villa-509198.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", + "pubDate": "2022-01-07T09:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-philippe-coutinho-se-relance-a-aston-villa-1641551038_x600_articles-509198.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-messi-positif-a-la-covid-19-1641124970_x600_articles-508994.jpg", + "image": "https://www.sofoot.com/IMG/img-philippe-coutinho-se-relance-a-aston-villa-1641551038_x600_articles-509198.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99338,20 +101384,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f7f6999daee6ef99e199642deebfde4", + "hash": "be2e50700c9f6f6d30ee86f1fd3f823e", "highlights": [] }, { - "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": "Pronostic Dunkerque Paris FC : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Dunkerque bute sur l'efficacité du Paris FC

    \n
    \nDe retour en Ligue 2 la saison passée, Dunkerque a réussi l'objectif qu'il s'était fixé, à…
    ", + "content": "

    Dunkerque bute sur l'efficacité du Paris FC

    \n
    \nDe retour en Ligue 2 la saison passée, Dunkerque a réussi l'objectif qu'il s'était fixé, à…
    ", "category": "", - "link": "https://www.sofoot.com/aubameyang-cible-par-newcastle-508993.html", + "link": "https://www.sofoot.com/pronostic-dunkerque-paris-fc-analyse-cotes-et-prono-du-match-de-ligue-2-509101.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", + "pubDate": "2022-01-07T09:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-dunkerque-paris-fc-analyse-cotes-et-prono-du-match-de-ligue-2-1641378021_x600_articles-509101.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-aubameyang-cible-par-newcastle-1641124438_x600_articles-508993.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-dunkerque-paris-fc-analyse-cotes-et-prono-du-match-de-ligue-2-1641378021_x600_articles-509101.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99360,20 +101406,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "04831eb601a7ef7cffe7233656cda058", + "hash": "da3092f958609d0eb0be64d2094de232", "highlights": [] }, { - "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": "Roxana Maracineanu : \"On ira sur des jauges proportionnelles\"", + "description": "Visiblement, le groupe ne vit pas bien au FC Gouvernement.
    \n
    \nBonne nouvelle ! Ce vendredi matin, la ministre des Sports Roxana Maracineanu a annoncé sur France Info que les jauges…

    ", + "content": "Visiblement, le groupe ne vit pas bien au FC Gouvernement.
    \n
    \nBonne nouvelle ! Ce vendredi matin, la ministre des Sports Roxana Maracineanu a annoncé sur France Info que les jauges…

    ", "category": "", - "link": "https://www.sofoot.com/une-prime-a-la-signature-de-40-millions-d-euros-pour-mbappe-au-real-madrid-508992.html", + "link": "https://www.sofoot.com/roxana-maracineanu-on-ira-sur-des-jauges-proportionnelles-509196.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", + "pubDate": "2022-01-07T09:27:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-roxana-maracineanu-on-ira-sur-des-jauges-proportionnelles-1641548931_x600_articles-509196.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", + "image": "https://www.sofoot.com/IMG/img-roxana-maracineanu-on-ira-sur-des-jauges-proportionnelles-1641548931_x600_articles-509196.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99382,20 +101428,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec93a7371c8fbcc2420467f8bac61ff7", + "hash": "ce0c5494f3ebffc7db90e057a921c611", "highlights": [] }, { - "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": "Pronostic Valenciennes Guingamp : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Un Valenciennes – Guingamp avec des buts de chaque côté

    \n
    \nValenciennes et Guingamp au lancement de cette saison de Ligue 2 étaient des outsiders pour…
    ", + "content": "

    Un Valenciennes – Guingamp avec des buts de chaque côté

    \n
    \nValenciennes et Guingamp au lancement de cette saison de Ligue 2 étaient des outsiders pour…
    ", "category": "", - "link": "https://www.sofoot.com/watford-retient-ismaila-sarr-la-federation-senegalaise-enrage-508991.html", + "link": "https://www.sofoot.com/pronostic-valenciennes-guingamp-analyse-cotes-et-prono-du-match-de-ligue-2-509105.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", + "pubDate": "2022-01-07T09:25:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-valenciennes-guingamp-analyse-cotes-et-prono-du-match-de-ligue-2-1641378681_x600_articles-509105.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-watford-retient-ismaila-sarr-la-federation-senegalaise-enrage-1641120069_x600_articles-508991.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-valenciennes-guingamp-analyse-cotes-et-prono-du-match-de-ligue-2-1641378681_x600_articles-509105.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99404,20 +101450,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "66ef4349a8e0acdf00a1c2874efdc92d", + "hash": "aebbdd18b6380cf26d84e5c0f22ae43b", "highlights": [] }, { - "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": "Michel Platini : \"On m'a viré pour pas que je sois président de la FIFA\"", + "description": "Blanc comme neige.
    \n
    \nTout comme Sepp Blatter, Michel Platini avait été renvoyé début novembre 2021 vers la justice pour \"gestion déloyale\", \"abus de confiance\", \"faux dans…

    ", + "content": "Blanc comme neige.
    \n
    \nTout comme Sepp Blatter, Michel Platini avait été renvoyé début novembre 2021 vers la justice pour \"gestion déloyale\", \"abus de confiance\", \"faux dans…

    ", "category": "", - "link": "https://www.sofoot.com/jean-pierre-defontaine-ancien-president-du-rc-lens-est-decede-508988.html", + "link": "https://www.sofoot.com/michel-platini-on-m-a-vire-pour-pas-que-je-sois-president-de-la-fifa-509197.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", + "pubDate": "2022-01-07T09:22:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-michel-platini-on-m-a-vire-pour-pas-que-je-sois-president-de-la-fifa-1641550901_x600_articles-509197.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", + "image": "https://www.sofoot.com/IMG/img-michel-platini-on-m-a-vire-pour-pas-que-je-sois-president-de-la-fifa-1641550901_x600_articles-509197.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99426,20 +101472,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "13f05151e1d0e543b74dd71b7c7eee2f", + "hash": "cf162a030df178bc232211fc0447b77c", "highlights": [] }, { - "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": "Pronostic Dijon Nîmes : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Dijon enchaine face à Nîmes

    \n
    \nAuteur d'une saison de Ligue 1 catastrophique l'an passé, Dijon avait été logiquement relégué. Les dirigeants…
    ", + "content": "

    Dijon enchaine face à Nîmes

    \n
    \nAuteur d'une saison de Ligue 1 catastrophique l'an passé, Dijon avait été logiquement relégué. Les dirigeants…
    ", "category": "", - "link": "https://www.sofoot.com/23-absents-a-bordeaux-pour-le-deplacement-a-brest-en-coupe-de-france-508987.html", + "link": "https://www.sofoot.com/pronostic-dijon-nimes-analyse-cotes-et-prono-du-match-de-ligue-2-509100.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", + "pubDate": "2022-01-07T09:20:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-dijon-nimes-analyse-cotes-et-prono-du-match-de-ligue-2-1641377740_x600_articles-509100.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", + "image": "https://www.sofoot.com/IMG/img-pronostic-dijon-nimes-analyse-cotes-et-prono-du-match-de-ligue-2-1641377740_x600_articles-509100.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99448,20 +101494,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a60707aed0578dfbadaecb103fe6b5e0", + "hash": "cbfc2dc5ba11a2c422f2000a8d33ee2b", "highlights": [] }, { - "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": "Pronostic Pau Rodez : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Pau retrouve son mordant à domicile face à Rodez

    \n
    \nPromu l'an passé en Ligue 2, Pau avait conservé sa place grâce à une excellente seconde partie…
    ", + "content": "

    Pau retrouve son mordant à domicile face à Rodez

    \n
    \nPromu l'an passé en Ligue 2, Pau avait conservé sa place grâce à une excellente seconde partie…
    ", "category": "", - "link": "https://www.sofoot.com/vanderson-premiere-recrue-hivernale-de-l-as-monaco-508986.html", + "link": "https://www.sofoot.com/pronostic-pau-rodez-analyse-cotes-et-prono-du-match-de-ligue-2-509104.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", + "pubDate": "2022-01-07T09:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-pau-rodez-analyse-cotes-et-prono-du-match-de-ligue-2-1641378487_x600_articles-509104.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-vanderson-premiere-recrue-hivernale-de-l-as-monaco-1641081210_x600_articles-508986.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-pau-rodez-analyse-cotes-et-prono-du-match-de-ligue-2-1641378487_x600_articles-509104.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99470,20 +101516,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e3a14b28fe06b6da8b41f18d53c4816", + "hash": "784148f5e70a1d1f229c97b59770b80b", "highlights": [] }, { - "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": "Kieran Trippier débarque à Newcastle", + "description": "Recruté à prix d'or noir.
    \n
    \nOn connaît le nom de la première recrue de Newcastle nouvelle version. L'arrivée du latéral de l'Atlético de Madrid Kieran Trippier vers Newcastle a…

    ", + "content": "Recruté à prix d'or noir.
    \n
    \nOn connaît le nom de la première recrue de Newcastle nouvelle version. L'arrivée du latéral de l'Atlético de Madrid Kieran Trippier vers Newcastle a…

    ", "category": "", - "link": "https://www.sofoot.com/coupe-de-france-10e-offerts-gratos-chez-zebet-pour-parier-sans-pression-508934.html", + "link": "https://www.sofoot.com/kieran-trippier-debarque-a-newcastle-509180.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", + "pubDate": "2022-01-07T09:14:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-kieran-trippier-debarque-a-newcastle-1641547920_x600_articles-509180.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", + "image": "https://www.sofoot.com/IMG/img-kieran-trippier-debarque-a-newcastle-1641547920_x600_articles-509180.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99492,20 +101538,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "226fe5986f1067b6225dc456b24c29af", + "hash": "e35cc44194035a54183cd38c05eee70e", "highlights": [] }, { - "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": "Pronostic Caen Niort : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Caen se heurte à Niort

    \n
    \nAttendu comme l'un des candidats aux barrages d'accession en Ligue 1, le Stade Malherbe de Caen déçoit avec une triste 14e…
    ", + "content": "

    Caen se heurte à Niort

    \n
    \nAttendu comme l'un des candidats aux barrages d'accession en Ligue 1, le Stade Malherbe de Caen déçoit avec une triste 14e…
    ", "category": "", - "link": "https://www.sofoot.com/sacha-houlie-les-jauges-proportionnelles-une-question-de-justice-508974.html", + "link": "https://www.sofoot.com/pronostic-caen-niort-analyse-cotes-et-prono-du-match-de-ligue-2-509098.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", + "pubDate": "2022-01-07T09:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-caen-niort-analyse-cotes-et-prono-du-match-de-ligue-2-1641377544_x600_articles-509098.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", + "image": "https://www.sofoot.com/IMG/img-pronostic-caen-niort-analyse-cotes-et-prono-du-match-de-ligue-2-1641377544_x600_articles-509098.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99514,20 +101560,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d0d504cdd372fad74eabced14f74789", + "hash": "f44601f299f52cec96c50e49920e87b6", "highlights": [] }, { - "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": "Troyes-Montpellier également reporté ", + "description": "La LFP a tranché et sa sentence est irrévocable.
    \n
    \nLa commission des compétitions de la LFP a officialisé ce vendredi le report de la rencontre Troyes-Montpellier. Initialement prévu…

    ", + "content": "La LFP a tranché et sa sentence est irrévocable.
    \n
    \nLa commission des compétitions de la LFP a officialisé ce vendredi le report de la rencontre Troyes-Montpellier. Initialement prévu…

    ", "category": "", - "link": "https://www.sofoot.com/chelsea-liverpool-the-last-chance-508963.html", + "link": "https://www.sofoot.com/troyes-montpellier-egalement-reporte-509190.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", + "pubDate": "2022-01-07T09:07:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-troyes-montpellier-egalement-reporte-1641549176_x600_articles-509190.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-chelsea-liverpool-the-last-chance-1640986381_x600_articles-alt-508963.jpg", + "image": "https://www.sofoot.com/IMG/img-troyes-montpellier-egalement-reporte-1641549176_x600_articles-509190.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99536,20 +101582,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee88bccd1198e72d552e3db7c7ba53c2", + "hash": "1d651816c7e50a3d8aafe9290ee10f76", "highlights": [] }, { - "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": "Pronostic Grenoble Auxerre : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Auxerre se relance à Grenoble

    \n
    \nSurprenant barragiste la saison passée, Grenoble s'était seulement incliné lors des demi-finales à Toulouse. Suite…
    ", + "content": "

    Auxerre se relance à Grenoble

    \n
    \nSurprenant barragiste la saison passée, Grenoble s'était seulement incliné lors des demi-finales à Toulouse. Suite…
    ", "category": "", - "link": "https://www.sofoot.com/erwan-lannuzel-bergerac-j-ai-enormement-fait-l-eponge-508912.html", + "link": "https://www.sofoot.com/pronostic-grenoble-auxerre-analyse-cotes-et-prono-du-match-de-ligue-2-509102.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", + "pubDate": "2022-01-07T09:05:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-grenoble-auxerre-analyse-cotes-et-prono-du-match-de-ligue-2-1641378238_x600_articles-509102.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", + "image": "https://www.sofoot.com/IMG/img-pronostic-grenoble-auxerre-analyse-cotes-et-prono-du-match-de-ligue-2-1641378238_x600_articles-509102.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99558,20 +101604,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d241b02a01d0f329c5149fa0301314d2", + "hash": "d230205555611305e856b3c8a5cdaccc", "highlights": [] }, { - "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": "Pronostic Bastia Quevilly-Rouen : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Bastia réalise une bonne affaire face à Quevilly Rouen

    \n
    \nL'opposition entre Bastia et Quevilly Rouen met aux prises les deux promus de cette nouvelle…
    ", + "content": "

    Bastia réalise une bonne affaire face à Quevilly Rouen

    \n
    \nL'opposition entre Bastia et Quevilly Rouen met aux prises les deux promus de cette nouvelle…
    ", "category": "", - "link": "https://www.sofoot.com/coupe-de-france-le-traquenard-du-premier-week-end-de-janvier-raconte-par-ses-victimes-508617.html", + "link": "https://www.sofoot.com/pronostic-bastia-quevilly-rouen-analyse-cotes-et-prono-du-match-de-ligue-2-509095.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", + "pubDate": "2022-01-07T09:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-bastia-quevilly-rouen-analyse-cotes-et-prono-du-match-de-ligue-2-1641375950_x600_articles-509095.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", + "image": "https://www.sofoot.com/IMG/img-pronostic-bastia-quevilly-rouen-analyse-cotes-et-prono-du-match-de-ligue-2-1641375950_x600_articles-509095.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99580,20 +101626,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0209758f9cdeb2d072003882542c3b94", + "hash": "22fdc23700a422a1fe66e913d8358057", "highlights": [] }, { - "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": "Romeyer confirme la nécessité de vendre l'ASSE : \"Le club appartient à deux clowns\"", + "description": "Décidément, c'est le cirque
    à tous les étages !
    \n", + "content": "Décidément, c'est le cirque à tous les étages !
    \n", "category": "", - "link": "https://www.sofoot.com/pronostic-lens-lille-analyse-cote-et-pronostic-du-match-de-coupe-de-france-508966.html", + "link": "https://www.sofoot.com/romeyer-confirme-la-necessite-de-vendre-l-asse-le-club-appartient-a-deux-clowns-509189.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", + "pubDate": "2022-01-07T08:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-romeyer-confirme-la-necessite-de-vendre-l-asse-le-club-appartient-a-deux-clowns-1641556613_x600_articles-509189.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", + "image": "https://www.sofoot.com/IMG/img-romeyer-confirme-la-necessite-de-vendre-l-asse-le-club-appartient-a-deux-clowns-1641556613_x600_articles-509189.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99602,20 +101648,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "25caeca738386e1aa8299a2a640750c1", + "hash": "ee5d6f047e48e64d305e4c6b387eba82", "highlights": [] }, { - "title": "Le West Ham de Manuel Lanzini cruel contre Crystal Palace", - "description": "

    ", - "content": "

    ", + "title": "Pronostic Amiens AC Ajaccio : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Amiens tient tête à Ajaccio

    \n
    \nMal parti dans cette nouvelle saison de Ligue 2, Amiens a su relever la tête au cours de l'automne pour sortir de la…
    ", + "content": "

    Amiens tient tête à Ajaccio

    \n
    \nMal parti dans cette nouvelle saison de Ligue 2, Amiens a su relever la tête au cours de l'automne pour sortir de la…
    ", "category": "", - "link": "https://www.sofoot.com/le-west-ham-de-manuel-lanzini-cruel-contre-crystal-palace-508981.html", + "link": "https://www.sofoot.com/pronostic-amiens-ac-ajaccio-analyse-cotes-et-prono-du-match-de-ligue-2-509092.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", + "pubDate": "2022-01-07T08:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-amiens-ac-ajaccio-analyse-cotes-et-prono-du-match-de-ligue-2-1641375732_x600_articles-509092.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", + "image": "https://www.sofoot.com/IMG/img-pronostic-amiens-ac-ajaccio-analyse-cotes-et-prono-du-match-de-ligue-2-1641375732_x600_articles-509092.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99624,20 +101670,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "558d9590a45b74c5b946ceddcc4d26b1", + "hash": "cc1a60c3b78bc4067f5fad86c0698ac8", "highlights": [] }, { - "title": "Tottenham règle Watford au buzzer", - "description": "

    ", - "content": "

    ", + "title": "Pronostic Le Havre Sochaux : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Le Havre, à bon port face à Sochaux

    \n
    \nLa Ligue 2 repart ce samedi avec une affiche entre deux candidats aux playoffs, Le Havre et Sochaux. Actuellement,…
    ", + "content": "

    Le Havre, à bon port face à Sochaux

    \n
    \nLa Ligue 2 repart ce samedi avec une affiche entre deux candidats aux playoffs, Le Havre et Sochaux. Actuellement,…
    ", "category": "", - "link": "https://www.sofoot.com/tottenham-regle-watford-au-buzzer-508979.html", + "link": "https://www.sofoot.com/pronostic-le-havre-sochaux-analyse-cotes-et-prono-du-match-de-ligue-2-509091.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", + "pubDate": "2022-01-07T08:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-le-havre-sochaux-analyse-cotes-et-prono-du-match-de-ligue-2-1641375311_x600_articles-509091.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-tottenham-regle-watford-au-buzzer-1641057188_x600_articles-508979.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-le-havre-sochaux-analyse-cotes-et-prono-du-match-de-ligue-2-1641375311_x600_articles-509091.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99646,20 +101692,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1947456abfa729bb2b5d0b34a8212c8f", + "hash": "cd87491b091ff31c3f3a43f3eb8ca073", "highlights": [] }, { - "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": "Pronostic Real Madrid Valence : Analyse, cotes et prono du match de Liga", + "description": "

    Le Real se reprend face à Valence

    \n
    \nLe Real Madrid a réalisé une excellente première partie de saison au cours de laquelle il a pris les commandes de…
    ", + "content": "

    Le Real se reprend face à Valence

    \n
    \nLe Real Madrid a réalisé une excellente première partie de saison au cours de laquelle il a pris les commandes de…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-vannes-psg-analyse-cote-et-pronostic-du-match-de-coupe-de-france-508959.html", + "link": "https://www.sofoot.com/pronostic-real-madrid-valence-analyse-cotes-et-prono-du-match-de-liga-509056.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", + "pubDate": "2022-01-07T08:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-real-madrid-valence-analyse-cotes-et-prono-du-match-de-liga-1641287949_x600_articles-509056.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", + "image": "https://www.sofoot.com/IMG/img-pronostic-real-madrid-valence-analyse-cotes-et-prono-du-match-de-liga-1641287949_x600_articles-509056.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99668,20 +101714,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "71a104e64477d0a86e5e9d7680d3870f", + "hash": "088834ec5b326b2d1dac877a0df83e24", "highlights": [] }, { - "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": "L'UNFP rappelle la LFP à l'ordre face au Covid-19", + "description": "Et la santé, surtout.
    \n
    \nDans un communiqué publié ce jeudi soir, l'UNFP adresse ses vœux à la…

    ", + "content": "Et la santé, surtout.
    \n
    \nDans un communiqué publié ce jeudi soir, l'UNFP adresse ses vœux à la…

    ", "category": "", - "link": "https://www.sofoot.com/saint-etienne-devoile-son-nouveau-logo-508980.html", + "link": "https://www.sofoot.com/l-unfp-rappelle-la-lfp-a-l-ordre-face-au-covid-19-509187.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", + "pubDate": "2022-01-07T08:12:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-unfp-rappelle-la-lfp-a-l-ordre-face-au-covid-19-1641545716_x600_articles-509187.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-saint-etienne-devoile-son-nouveau-logo-1641050556_x600_articles-508980.jpg", + "image": "https://www.sofoot.com/IMG/img-l-unfp-rappelle-la-lfp-a-l-ordre-face-au-covid-19-1641545716_x600_articles-509187.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99690,20 +101736,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "68fdb5133fc60361d5b44067b26ca172", + "hash": "3592edba39b04ea4e2b816a990e930c9", "highlights": [] }, { - "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": "Pronostic Francfort Dortmund : Analyse, cotes et prono du match de Bundesliga", + "description": "

    Un Francfort – Dortmund avec des buts de chaque côté

    \n
    \nLa 18e journée de Bundesliga nous offre une très belle affiche entre l'Eintracht Francfort…
    ", + "content": "

    Un Francfort – Dortmund avec des buts de chaque côté

    \n
    \nLa 18e journée de Bundesliga nous offre une très belle affiche entre l'Eintracht Francfort…
    ", "category": "", - "link": "https://www.sofoot.com/city-congele-arsenal-508968.html", + "link": "https://www.sofoot.com/pronostic-francfort-dortmund-analyse-cotes-et-prono-du-match-de-bundesliga-509053.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", + "pubDate": "2022-01-07T08:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-francfort-dortmund-analyse-cotes-et-prono-du-match-de-bundesliga-1641286868_x600_articles-509053.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-city-congele-arsenal-1641050173_x600_articles-alt-508968.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-francfort-dortmund-analyse-cotes-et-prono-du-match-de-bundesliga-1641286868_x600_articles-509053.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99712,20 +101758,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f1323b40534cc4279ccbdd2b2675ce0", + "hash": "5355b634845f5019932d1b81bbbb8963", "highlights": [] }, { - "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": "Pronostic Leicester Watford : Analyse, cotes et prono du match de FA Cup", + "description": "

    Leicester fait le job face à Watford

    \n
    \nLeicester lance ce samedi la défense de son titre en FA Cup. En effet, l'an passé à la surprise générale,…
    ", + "content": "

    Leicester fait le job face à Watford

    \n
    \nLeicester lance ce samedi la défense de son titre en FA Cup. En effet, l'an passé à la surprise générale,…
    ", "category": "", - "link": "https://www.sofoot.com/les-notes-d-arsenal-manchester-city-508976.html", + "link": "https://www.sofoot.com/pronostic-leicester-watford-analyse-cotes-et-prono-du-match-de-fa-cup-509055.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", + "pubDate": "2022-01-07T07:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-leicester-watford-analyse-cotes-et-prono-du-match-de-fa-cup-1641287415_x600_articles-509055.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-les-notes-d-arsenal-manchester-city-1641047852_x600_articles-alt-508976.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-leicester-watford-analyse-cotes-et-prono-du-match-de-fa-cup-1641287415_x600_articles-509055.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99734,20 +101780,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "47298a2dc8ffcf5a1fdb6e268a8317c5", + "hash": "9ddbee4c5170d8182d34f089e02c4864", "highlights": [] }, { - "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": "Moise Kean visé par des cris de singe face à Naples ", + "description": "La Serie A va-t-elle enfin sévir ?
    \n
    \nLors de la rencontre opposant la Juventus et le Napoli qui s'est déroulée…

    ", + "content": "La Serie A va-t-elle enfin sévir ?
    \n
    \nLors de la rencontre opposant la Juventus et le Napoli qui s'est déroulée…

    ", "category": "", - "link": "https://www.sofoot.com/frappe-par-la-covid-la-gambie-annule-ses-matchs-de-preparation-a-la-can-508978.html", + "link": "https://www.sofoot.com/moise-kean-vise-par-des-cris-de-singe-face-a-naples-509186.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", + "pubDate": "2022-01-07T07:29:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-moise-kean-vise-par-des-cris-de-singe-face-a-naples-1641544040_x600_articles-509186.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", + "image": "https://www.sofoot.com/IMG/img-moise-kean-vise-par-des-cris-de-singe-face-a-naples-1641544040_x600_articles-509186.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99756,20 +101802,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f738bf49750c79b41b02111b85ad1f03", + "hash": "10b1f2a8e03d8adc1b321c5ad5f148cc", "highlights": [] }, { - "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": "Pronostic Lens Rennes : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Un Lens – Rennes ouvert

    \n
    \nAuteur d'une excellente saison l'an passé, le Racing Club de Lens est parti sur les mêmes bases lors de ce nouvel…
    ", + "content": "

    Un Lens – Rennes ouvert

    \n
    \nAuteur d'une excellente saison l'an passé, le Racing Club de Lens est parti sur les mêmes bases lors de ce nouvel…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-manchester-united-wolverhampton-analyse-cotes-et-prono-du-match-de-premier-league-508975.html", + "link": "https://www.sofoot.com/pronostic-lens-rennes-analyse-cotes-et-prono-du-match-de-ligue-1-509143.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", + "pubDate": "2022-01-07T07:25:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lens-rennes-analyse-cotes-et-prono-du-match-de-ligue-1-1641462220_x600_articles-509143.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", + "image": "https://www.sofoot.com/IMG/img-pronostic-lens-rennes-analyse-cotes-et-prono-du-match-de-ligue-1-1641462220_x600_articles-509143.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99778,20 +101824,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "500b2cc33dafc0012750dbb93dd0ac34", + "hash": "c39e4b1de291e438b4be647491bd806c", "highlights": [] }, { - "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": "Pronostic Lille Lorient : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Lille se reprend face à Lorient

    \n
    \nL'affiche du samedi après-midi en Ligue 1 met aux prises Lille à Lorient. Champion de France en titre, le club…
    ", + "content": "

    Lille se reprend face à Lorient

    \n
    \nL'affiche du samedi après-midi en Ligue 1 met aux prises Lille à Lorient. Champion de France en titre, le club…
    ", "category": "", - "link": "https://www.sofoot.com/en-direct-arsenal-manchester-city-508971.html", + "link": "https://www.sofoot.com/pronostic-lille-lorient-analyse-cotes-et-prono-du-match-de-ligue-1-509142.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", + "pubDate": "2022-01-07T07:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lille-lorient-analyse-cotes-et-prono-du-match-de-ligue-1-1641462042_x600_articles-509142.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-en-direct-arsenal-manchester-city-1641044180_x600_articles-alt-508971.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-lille-lorient-analyse-cotes-et-prono-du-match-de-ligue-1-1641462042_x600_articles-509142.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99800,20 +101846,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ca5c5969b114c0b2478f03332617822", + "hash": "081f018404a2b83914906e7d10f43b33", "highlights": [] }, { - "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": "Top 50 : Transferts avortés (de 10 à 2)", + "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.
    \nPas de Ballon d'or pour King Robert, mais le Polonais est le seul à être présent deux fois…
    ", + "content": "
    \nPas de Ballon d'or pour King Robert, mais le Polonais est le seul à être présent deux fois…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-cadiz-seville-analyse-cotes-et-prono-du-match-de-liga-508973.html", + "link": "https://www.sofoot.com/top-50-transferts-avortes-de-10-a-2-509175.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", + "pubDate": "2022-01-07T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-top-50-transferts-avortes-de-10-a-2-1641492961_x600_articles-alt-509175.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", + "image": "https://www.sofoot.com/IMG/img-top-50-transferts-avortes-de-10-a-2-1641492961_x600_articles-alt-509175.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99822,20 +101868,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6610cda2f27ac4defb0100b4075b0e01", + "hash": "0c9d0c03147fb0f55ea82adb60173e9a", "highlights": [] }, { - "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": "Les 7 joueurs qu'il faut suivre à la CAN", + "description": "Certains clubs européens, qui ne voient en la Coupe d'Afrique des nations qu'un mois où ils perdent leurs joueurs, vont prendre leur mal en patience du 9 janvier au 6 février. Pendant que nous autres allons nous régaler et découvrir des nouvelles têtes aux pieds talentueux. Histoire de prendre un peu d'avance, voici sept noms qu'il faudra connaître au coup d'envoi de la compétition.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/juan-figer-pere-des-agents-s-est-eteint-508972.html", + "link": "https://www.sofoot.com/les-7-joueurs-qu-il-faut-suivre-a-la-can-509119.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", + "pubDate": "2022-01-07T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-7-joueurs-qu-il-faut-suivre-a-la-can-1641391498_x600_articles-alt-509119.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-juan-figer-pere-des-agents-s-est-eteint-1641037825_x600_articles-508972.jpg", + "image": "https://www.sofoot.com/IMG/img-les-7-joueurs-qu-il-faut-suivre-a-la-can-1641391498_x600_articles-alt-509119.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99844,20 +101890,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f87efe6de9955c4f1aeae6f76932e26", + "hash": "cd50f8abae47f3c4dc3299276ead5bc6", "highlights": [] }, { - "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": "Gareth Bale pourrait prendre sa retraite si le Pays de Galles ne va pas au Mondial", + "description": "Stop aux clubs de foot, place aux clubs de golf.
    \n
    \nUne nouvelle fois embourbé dans une saison de galère au Real Madrid (trois matchs disputés simplement), Gareth Bale pourrait bien dire…

    ", + "content": "Stop aux clubs de foot, place aux clubs de golf.
    \n
    \nUne nouvelle fois embourbé dans une saison de galère au Real Madrid (trois matchs disputés simplement), Gareth Bale pourrait bien dire…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-villarreal-levante-analyse-cotes-et-prono-du-match-de-liga-508970.html", + "link": "https://www.sofoot.com/gareth-bale-pourrait-prendre-sa-retraite-si-le-pays-de-galles-ne-va-pas-au-mondial-509210.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", + "pubDate": "2022-01-07T13:14:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-gareth-bale-pourrait-prendre-sa-retraite-si-le-pays-de-galles-ne-va-pas-au-mondial-1641564306_x600_articles-509210.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", + "image": "https://www.sofoot.com/IMG/img-gareth-bale-pourrait-prendre-sa-retraite-si-le-pays-de-galles-ne-va-pas-au-mondial-1641564306_x600_articles-509210.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99866,20 +101912,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "573e607ec642851c39b7602e8d9fcaad", + "hash": "f000aaadb5971f0693322ddb067543ba", "highlights": [] }, { - "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": "Dalian Atkinson, la fureur de vivre", + "description": "À Metz, personne ne se souvient de lui. Auteur d'un passage éclair chez les Grenats à l'hiver 1996, Dalian Atkinson a en revanche laissé une trace bien plus visible à la Real Sociedad et, surtout, à Aston Villa. En août 2016, l'attaquant anglais est décédé des suites de coups portés par des policiers. Cinq ans plus tard, l'un des accusés a été condamné à huit ans de prison et, dans le temps additionnel de l'année 2021, la police britannique a présenté ses excuses à la famille du défunt. L'occasion de revenir sur ce drame faisant tristement écho au meurtre de George Floyd. Et d'évoquer la carrière d'un homme qui, apparemment, n'aimait rien plus que de croquer la vie à pleines dents.Mieux vaut tard que jamais. Fin décembre 2021, les médias anglais révèlent que la famille de Dalian Atkinson a reçu un courrier signé de la main de Pippa Mills, chef de la West Mercia Police,…", + "content": "Mieux vaut tard que jamais. Fin décembre 2021, les médias anglais révèlent que la famille de Dalian Atkinson a reçu un courrier signé de la main de Pippa Mills, chef de la West Mercia Police,…", "category": "", - "link": "https://www.sofoot.com/mykolenko-signe-a-everton-508969.html", + "link": "https://www.sofoot.com/dalian-atkinson-la-fureur-de-vivre-509074.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", + "pubDate": "2022-01-07T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-dalian-atkinson-la-fureur-de-vivre-1641308141_x600_articles-alt-509074.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-mykolenko-signe-a-everton-1641035089_x600_articles-508969.jpg", + "image": "https://www.sofoot.com/IMG/img-dalian-atkinson-la-fureur-de-vivre-1641308141_x600_articles-alt-509074.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99888,20 +101934,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c65859cf08f85c02fabd806b3f7b2bb7", + "hash": "d453c278041f326566ccab6bc7614585", "highlights": [] }, { - "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": "L'Atlético se promène face à Majadahonda", + "description": "

    Rayo Majadahonda 0-5 Atlético de Madrid ", + "content": "

    Rayo Majadahonda 0-5 Atlético de Madrid ", "category": "", - "link": "https://www.sofoot.com/les-50-publicites-avec-des-footeux-1er-508685.html", + "link": "https://www.sofoot.com/l-atletico-se-promene-face-a-majadahonda-509108.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", + "pubDate": "2022-01-06T22:21:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-atletico-se-promene-face-a-majadahonda-1641508543_x600_articles-509108.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-les-50-publicites-avec-des-footeux-1er-1640249761_x600_articles-alt-508685.jpg", + "image": "https://www.sofoot.com/IMG/img-l-atletico-se-promene-face-a-majadahonda-1641508543_x600_articles-509108.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99910,20 +101956,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c233e90d0264f433efb0f91f7b85170b", + "hash": "0ee8ce82610a3dd9a54271f7980aa503", "highlights": [] }, { - "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": "Le Napoli endort la Juve", + "description": "Bien en place derrière, serein dans l'entrejeu, le Napoli a ligoté une Juve désespérante d'impuissance offensive et seulement sauvée par un pion de Federico Chiesa, encore une fois (1-1).

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/28-ans-apres-le-retour-des-tribunes-debout-en-angleterre-508965.html", + "link": "https://www.sofoot.com/le-napoli-endort-la-juve-509172.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", + "pubDate": "2022-01-06T21:42:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-napoli-endort-la-juve-1641505647_x600_articles-alt-509172.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", + "image": "https://www.sofoot.com/IMG/img-le-napoli-endort-la-juve-1641505647_x600_articles-alt-509172.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99932,20 +101978,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a20bf474c99fdbc4853d51e529a8c76", + "hash": "64df7d18f47f9d9118ea8982006e6a04", "highlights": [] }, { - "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": "Report refusé et déplacement pour rien : la soirée lunaire du Venezia FC à Salerne", + "description": "La Serie A en plein cirque.
    \n
    \nTouchée par la Covid-19 (onze personnes dont neuf joueurs au décompte de mardi) et placée en quarantaine, l'US Salernitana a été dans l'incapacité de…

    ", + "content": "La Serie A en plein cirque.
    \n
    \nTouchée par la Covid-19 (onze personnes dont neuf joueurs au décompte de mardi) et placée en quarantaine, l'US Salernitana a été dans l'incapacité de…

    ", "category": "", - "link": "https://www.sofoot.com/salernitana-sauve-sur-le-gong-par-un-investisseur-napolitain-508964.html", + "link": "https://www.sofoot.com/report-refuse-et-deplacement-pour-rien-la-soiree-lunaire-du-venezia-fc-a-salerne-509184.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", + "pubDate": "2022-01-06T20:19:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-report-refuse-et-deplacement-pour-rien-la-soiree-lunaire-du-venezia-fc-a-salerne-1641498152_x600_articles-509184.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", + "image": "https://www.sofoot.com/IMG/img-report-refuse-et-deplacement-pour-rien-la-soiree-lunaire-du-venezia-fc-a-salerne-1641498152_x600_articles-509184.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99954,20 +102000,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "91ab2fd230ba9c29ba09ccd53d6557f2", + "hash": "a8539b655f335894765b2cc823769b1a", "highlights": [] }, { - "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": "Milan digère la Roma en trois temps", + "description": "Maître de son domaine, l'AC Milan d'Olivier Giroud a collé trois buts à une Roma trop friable défensivement et qui a terminé à neuf (3-1). Grâce à ce succès, les Lombards recollent provisoirement à un point de l'Inter en tête de la Serie A.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/promis-ces-dix-mecs-vont-exploser-en-2022-508946.html", + "link": "https://www.sofoot.com/milan-digere-la-roma-en-trois-temps-509182.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", + "pubDate": "2022-01-06T19:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-milan-digere-la-roma-en-trois-temps-1641499140_x600_articles-alt-509182.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", + "image": "https://www.sofoot.com/IMG/img-milan-digere-la-roma-en-trois-temps-1641499140_x600_articles-alt-509182.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99976,20 +102022,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0a2a6dc3290bce972e7a8b82abf0b06", + "hash": "623afa442e633b244946698b2361ee36", "highlights": [] }, { - "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": "En direct : Juventus - Napoli", + "description": "46' : Il signore Simone Sozza siffle le début de la seconde mi-temps ! On est repartis ici, à ...", + "content": "46' : Il signore Simone Sozza siffle le début de la seconde mi-temps ! On est repartis ici, à ...", "category": "", - "link": "https://www.sofoot.com/lacazette-le-retour-du-canonnier-508922.html", + "link": "https://www.sofoot.com/en-direct-juventus-napoli-509113.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", + "pubDate": "2022-01-06T19:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-juventus-napoli-1641501890_x600_articles-alt-509113.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-lacazette-le-retour-du-canonnier-1640877586_x600_articles-alt-508922.jpg", + "image": "https://www.sofoot.com/IMG/img-en-direct-juventus-napoli-1641501890_x600_articles-alt-509113.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -99998,20 +102044,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3be78c42d7d861fee57911d786ee478", + "hash": "b0c7341a8e2f0d5622457df023029705", "highlights": [] }, { - "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": "Copa del Rey : le FC Séville assure la qualification sur le terrain du Real Saragosse", + "description": "

    Real Saragosse 0-2 Séville FC ", + "content": "

    Real Saragosse 0-2 Séville FC ", "category": "", - "link": "https://www.sofoot.com/on-vous-spoile-l-annee-2022-508439.html", + "link": "https://www.sofoot.com/copa-del-rey-le-fc-seville-assure-la-qualification-sur-le-terrain-du-real-saragosse-509181.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", + "pubDate": "2022-01-06T18:57:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-copa-del-rey-le-fc-seville-assure-la-qualification-sur-le-terrain-du-real-saragosse-1641495346_x600_articles-509181.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-on-vous-spoile-l-annee-2022-1640549921_x600_articles-alt-508439.jpg", + "image": "https://www.sofoot.com/IMG/img-copa-del-rey-le-fc-seville-assure-la-qualification-sur-le-terrain-du-real-saragosse-1641495346_x600_articles-509181.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100020,20 +102066,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "13af24a4fc10b02d229d4eb5ab8b04b9", + "hash": "e14ec179292dda4991b60648b9676fba", "highlights": [] }, { - "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": "Sassuolo bute face au Genoa", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/nos-voeux-pour-les-clubs-de-ligue-1-508128.html", + "link": "https://www.sofoot.com/sassuolo-bute-face-au-genoa-509168.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", + "pubDate": "2022-01-06T17:23:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-sassuolo-bute-face-au-genoa-1641490573_x600_articles-509168.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", + "image": "https://www.sofoot.com/IMG/img-sassuolo-bute-face-au-genoa-1641490573_x600_articles-509168.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100042,20 +102088,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "39f2508aac597167a21686914e9e2cc0", + "hash": "3c21dae40e949ce771b7d27d6867bd88", "highlights": [] }, { - "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": " Les trois finalistes pour le trophée The Best meilleur entraîneur de l'année dévoilés ", + "description": "La cérémonie The Best approche, et la FIFA continue de dévoiler les finalistes pour chacun de ses trophées. Après ceux du

    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": "En direct : AC Milan - AS Rome", + "description": "24' : Elle est là, la première occasion de but pour la Roma ! Zaniolo profite d'un mauvais ...", + "content": "24' : Elle est là, la première occasion de but pour la Roma ! Zaniolo profite d'un mauvais ...", "category": "", - "link": "https://www.sofoot.com/pronostic-nancy-rennes-analyse-cote-et-pronostic-du-match-de-coupe-de-france-508955.html", + "link": "https://www.sofoot.com/en-direct-ac-milan-as-rome-509176.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", + "pubDate": "2022-01-06T17:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-ac-milan-as-rome-1641484857_x600_articles-alt-509176.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", + "image": "https://www.sofoot.com/IMG/img-en-direct-ac-milan-as-rome-1641484857_x600_articles-alt-509176.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100086,20 +102132,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc805102b4540e886e0161aedf39d881", + "hash": "9be14b8a7b48e40207cc865474144217", "highlights": [] }, { - "title": "L'Espanyol coiffe Valence dans le money time", - "description": "

    ", - "content": "

    ", + "title": "Distanciation sociale : Le gouvernement rappelle la FFF à l'ordre", + "description": "Coup de pression en bonne et due forme.
    \n
    \nLa scène a fait le tour des réseaux sociaux ce mardi.
    ", + "content": "Coup de pression en bonne et due forme.
    \n
    \nLa scène a fait le tour des réseaux sociaux ce mardi.
    ", "category": "", - "link": "https://www.sofoot.com/l-espanyol-coiffe-valence-dans-le-money-time-508930.html", + "link": "https://www.sofoot.com/distanciation-sociale-le-gouvernement-rappelle-la-fff-a-l-ordre-509178.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", + "pubDate": "2022-01-06T16:54:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-distanciation-sociale-le-gouvernement-rappelle-la-fff-a-l-ordre-1641488856_x600_articles-509178.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-l-espanyol-coiffe-valence-dans-le-money-time-1640971193_x600_articles-508930.jpg", + "image": "https://www.sofoot.com/IMG/img-distanciation-sociale-le-gouvernement-rappelle-la-fff-a-l-ordre-1641488856_x600_articles-509178.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100108,20 +102154,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "71633202f1aa9a20b9ef2b28fa57ae69", + "hash": "c001028a1b70992ca733284c69e5abaf", "highlights": [] }, { - "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": "La Lazio sauve un point contre Empoli", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-cannes-toulouse-analyse-cote-et-pronostic-du-match-de-coupe-de-france-508954.html", + "link": "https://www.sofoot.com/la-lazio-sauve-un-point-contre-empoli-509166.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", + "pubDate": "2022-01-06T15:51:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-lazio-sauve-un-point-contre-empoli-1641484707_x600_articles-509166.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", + "image": "https://www.sofoot.com/IMG/img-la-lazio-sauve-un-point-contre-empoli-1641484707_x600_articles-509166.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100130,20 +102176,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ad9ad6c8e7418b5d1c34d0b58902e64", + "hash": "b425a61a6ac7867e77fb353952d2f111", "highlights": [] }, { - "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": "Leeds prévoit des interdictions de stade pour les parents dont les enfants envahissent la pelouse", + "description": "Responsables jusqu'au bout.
    \n
    \nDans un communiqué publié ce jeudi, la direction de Leeds est venu rappeler à tous ses fans que

    ", + "content": "Responsables jusqu'au bout.
    \n
    \nDans un communiqué publié ce jeudi, la direction de Leeds est venu rappeler à tous ses fans que


    ", "category": "", - "link": "https://www.sofoot.com/pour-carragher-liverpool-doit-ressembler-davantage-a-chelsea-508958.html", + "link": "https://www.sofoot.com/leeds-prevoit-des-interdictions-de-stade-pour-les-parents-dont-les-enfants-envahissent-la-pelouse-509177.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", + "pubDate": "2022-01-06T15:46:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-leeds-prevoit-des-interdictions-de-stade-pour-les-parents-dont-les-enfants-envahissent-la-pelouse-1641487459_x600_articles-509177.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pour-carragher-liverpool-doit-ressembler-davantage-a-chelsea-1640967361_x600_articles-508958.jpg", + "image": "https://www.sofoot.com/IMG/img-leeds-prevoit-des-interdictions-de-stade-pour-les-parents-dont-les-enfants-envahissent-la-pelouse-1641487459_x600_articles-509177.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100152,20 +102198,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "788db40738f03041c4e4cebadbfcbce9", + "hash": "9f95cdff4705458c3a32c431712e0754", "highlights": [] }, { - "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": "La Serie A met en place un nouveau protocole contre la Covid-19 ", + "description": "Fin des problèmes ?
    \n
    \n
    Après l'annulation de quatre matchs de la…

    ", + "content": "Fin des problèmes ?
    \n
    \nAprès l'annulation de quatre matchs de la…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-chelsea-liverpool-analyse-cote-et-pronostic-du-match-de-premier-league-508949.html", + "link": "https://www.sofoot.com/la-serie-a-met-en-place-un-nouveau-protocole-contre-la-covid-19-509171.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", + "pubDate": "2022-01-06T15:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-serie-a-met-en-place-un-nouveau-protocole-contre-la-covid-19-1641482915_x600_articles-509171.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", + "image": "https://www.sofoot.com/IMG/img-la-serie-a-met-en-place-un-nouveau-protocole-contre-la-covid-19-1641482915_x600_articles-509171.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100174,20 +102220,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9addd2c3ea5c4ae7eac83cd26e14daf4", + "hash": "8cb7e34d6d6b64185ef3612f01db8588", "highlights": [] }, { - "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": "Le président de l'Union Berlin s'oppose à la vente saucisses véganes dans son stade", + "description": "Es geht um die Wurst. Si vous n'avez pas compris, il fallait faire allemand LV2.
    \n
    \nInterrogé par le quotidien

    ", + "content": "Es geht um die Wurst. Si vous n'avez pas compris, il fallait faire allemand LV2.
    \n
    \nInterrogé par le quotidien


    ", "category": "", - "link": "https://www.sofoot.com/sako-vous-n-aimeriez-pas-revoir-aubameyang-a-saint-etienne-508956.html", + "link": "https://www.sofoot.com/le-president-de-l-union-berlin-s-oppose-a-la-vente-saucisses-veganes-dans-son-stade-509174.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", + "pubDate": "2022-01-06T15:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-president-de-l-union-berlin-s-oppose-a-la-vente-saucisses-veganes-dans-son-stade-1641483851_x600_articles-509174.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", + "image": "https://www.sofoot.com/IMG/img-le-president-de-l-union-berlin-s-oppose-a-la-vente-saucisses-veganes-dans-son-stade-1641483851_x600_articles-509174.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100196,20 +102242,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "85cab26193ef8d28e53d4f2a0da63f0c", + "hash": "b418866a71c2bf7f628363a1f869a8c3", "highlights": [] }, { - "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": "Le directeur sportif de Bordeaux estime que son équipe \"n'est pas respectée\"", + "description": "Les temps sont durs.
    \n
    \nPrésent face à la presse ce jeudi, le directeur technique de Bordeaux Admar Lopes est revenu sur les nombreux cas de covid
    ", + "content": "Les temps sont durs.
    \n
    \nPrésent face à la presse ce jeudi, le directeur technique de Bordeaux Admar Lopes est revenu sur les nombreux cas de covid
    ", "category": "", - "link": "https://www.sofoot.com/le-stadio-olimpico-bientot-renomme-paolo-rossi-508953.html", + "link": "https://www.sofoot.com/le-directeur-sportif-de-bordeaux-estime-que-son-equipe-n-est-pas-respectee-509164.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", + "pubDate": "2022-01-06T15:08:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-directeur-sportif-de-bordeaux-estime-que-son-equipe-n-est-pas-respectee-1641482522_x600_articles-509164.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-stadio-olimpico-bientot-renomme-paolo-rossi-1640961496_x600_articles-508953.jpg", + "image": "https://www.sofoot.com/IMG/img-le-directeur-sportif-de-bordeaux-estime-que-son-equipe-n-est-pas-respectee-1641482522_x600_articles-509164.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100218,20 +102264,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bbe39129542573588eab3e1cfa678eef", + "hash": "cc2e70fb25f1312f9749236f2afc49e9", "highlights": [] }, { - "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": "Top 10 : comme Djokovic, on m'a sucré mon visa", + "description": "Coup de tonnerre en Australie : Novak Djokovic, le champion de tennis serbe, numéro un mondial à l'ATP et nonuple vainqueur de l'Open d'Australie, a vu sa demande de visa rejetée par les autorités locales. Un imbroglio bien connu dans le monde de football, comme l'attestent les dix exemples suivants.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/l-ajax-rapatrie-brian-brobbey-en-pret-508950.html", + "link": "https://www.sofoot.com/top-10-comme-djokovic-on-m-a-sucre-mon-visa-509162.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", + "pubDate": "2022-01-06T15:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-top-10-comme-djokovic-on-m-a-sucre-mon-visa-1641476756_x600_articles-alt-509162.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-l-ajax-rapatrie-brian-brobbey-en-pret-1640959719_x600_articles-508950.jpg", + "image": "https://www.sofoot.com/IMG/img-top-10-comme-djokovic-on-m-a-sucre-mon-visa-1641476756_x600_articles-alt-509162.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100240,20 +102286,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c50ca9dddae53b354c412efe1125ae2", + "hash": "bb7333b154182f3ac701731c1bf721e5", "highlights": [] }, { - "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": "Ronald Araújo absent plusieurs semaines avec le Barça", + "description": "L'hécatombe continue.
    \n
    \nLe défenseur Ronald Araújo s'est fracturé les deuxièmes et troisièmes métacarpes de la main droite lors de
    ", + "content": "L'hécatombe continue.
    \n
    \nLe défenseur Ronald Araújo s'est fracturé les deuxièmes et troisièmes métacarpes de la main droite lors de
    ", "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", + "link": "https://www.sofoot.com/ronald-araujo-absent-plusieurs-semaines-avec-le-barca-509173.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", + "pubDate": "2022-01-06T14:45:00Z", + "enclosure": "", "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", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100262,20 +102308,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe44b7364762f5cf85390cf09b3f49e1", + "hash": "09f69ea19ef83c1a9190cda2b9419a4c", "highlights": [] }, { - "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": "La Grande-Bretagne et l'Irlande ne voudraient plus organiser la Coupe du monde 2030", + "description": "Pas de Mondial pour les Anglais.
    \n
    \nLa Grande-Bretagne et l'Irlande envisageraient de retirer leur candidature pour l'organisation de la Coupe du monde 2030. Selon le Times, \"…

    ", + "content": "Pas de Mondial pour les Anglais.
    \n
    \nLa Grande-Bretagne et l'Irlande envisageraient de retirer leur candidature pour l'organisation de la Coupe du monde 2030. Selon le Times, \"…

    ", "category": "", - "link": "https://www.sofoot.com/fabio-coentrao-raconte-sa-nouvelle-vie-de-pecheur-508948.html", + "link": "https://www.sofoot.com/la-grande-bretagne-et-l-irlande-ne-voudraient-plus-organiser-la-coupe-du-monde-2030-509131.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", + "pubDate": "2022-01-06T14:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-grande-bretagne-et-l-irlande-ne-voudraient-plus-organiser-la-coupe-du-monde-2030-1641480418_x600_articles-509131.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-fabio-coentrao-raconte-sa-nouvelle-vie-de-pecheur-1640957051_x600_articles-508948.jpg", + "image": "https://www.sofoot.com/IMG/img-la-grande-bretagne-et-l-irlande-ne-voudraient-plus-organiser-la-coupe-du-monde-2030-1641480418_x600_articles-509131.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100284,20 +102330,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b964e23801871de4fa8bdbc5fcff2d86", + "hash": "21e9b4bf7003234c59e7b10823acb91f", "highlights": [] }, { - "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": "Sampaoli demande \" une égalité pour tout le monde \" avant le match contre Bordeaux", + "description": "Pas con la stratégie pour en finir avec l'invincibilité de Bordeaux à domicile.
    \n
    \nJorge Sampaoli n'a pas pu échapper aux récentes
    ", + "content": "Pas con la stratégie pour en finir avec l'invincibilité de Bordeaux à domicile.
    \n
    \nJorge Sampaoli n'a pas pu échapper aux récentes
    ", "category": "", - "link": "https://www.sofoot.com/les-stades-de-foot-sont-il-vraiment-une-terre-de-contagion-508929.html", + "link": "https://www.sofoot.com/sampaoli-demande-une-egalite-pour-tout-le-monde-avant-le-match-contre-bordeaux-509170.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", + "pubDate": "2022-01-06T14:17:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-sampaoli-demande-une-egalite-pour-tout-le-monde-avant-le-match-contre-bordeaux-1641480495_x600_articles-509170.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", + "image": "https://www.sofoot.com/IMG/img-sampaoli-demande-une-egalite-pour-tout-le-monde-avant-le-match-contre-bordeaux-1641480495_x600_articles-509170.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100306,20 +102352,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7be085703d2596320c4d15db2a84e8f6", + "hash": "a6069d382f1fa06ec348e1c27797f92b", "highlights": [] }, { - "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": "Ed Woodward va quitter Manchester United", + "description": "La tendance est au changement.
    \n
    \nCe jeudi, Manchester United a annoncé dans un


    ", + "content": "La tendance est au changement.
    \n
    \nCe jeudi, Manchester United a annoncé dans un


    ", "category": "", - "link": "https://www.sofoot.com/sir-alex-a-toujours-ete-un-coach-de-vie-plus-qu-un-entraineur-de-foot-508918.html", + "link": "https://www.sofoot.com/ed-woodward-va-quitter-manchester-united-509169.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", + "pubDate": "2022-01-06T13:22:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ed-woodward-va-quitter-manchester-united-1641480787_x600_articles-509169.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", + "image": "https://www.sofoot.com/IMG/img-ed-woodward-va-quitter-manchester-united-1641480787_x600_articles-509169.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100328,20 +102374,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "740ed5350fbda758b4e010ec93359c9d", + "hash": "27fe87a0369e8d9dc6712d98d4760b85", "highlights": [] }, { - "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": "Cagliari retrouve des couleurs à la Sampdoria", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/angers-asse-reporte-face-a-l-explosion-de-cas-de-covid-19-au-sco-508947.html", + "link": "https://www.sofoot.com/cagliari-retrouve-des-couleurs-a-la-sampdoria-509167.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", + "pubDate": "2022-01-06T13:21:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-cagliari-retrouve-des-couleurs-a-la-sampdoria-1641477551_x600_articles-509167.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", + "image": "https://www.sofoot.com/IMG/img-cagliari-retrouve-des-couleurs-a-la-sampdoria-1641477551_x600_articles-509167.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100350,20 +102396,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "860e2d285a20099e57d7c666d5f87380", + "hash": "e8bb707356003098e4600bab8df94d9e", "highlights": [] }, { - "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é…

    ", + "title": "\"Le football et l'Algérie, ça relève de l'irrationnel\"", + "description": "Alors que l'Algérie s'apprête à entamer sa dix-neuvième Coupe d'Afrique des nations, dans un rôle de tenant du titre, quatre acteurs du football et de la culture locale nous racontent leurs sentiments pour la sélection. Entre fierté et amour du maillot, le romantisme est de rigueur.

    Le casting :


    \nRedha Bentifour : danseur et chorégraphe, fils de l'ancien international algérien et membre du Onze de…
    ", + "content": "

    Le casting :


    \nRedha Bentifour : danseur et chorégraphe, fils de l'ancien international algérien et membre du Onze de…
    ", "category": "", - "link": "https://www.sofoot.com/tuchel-reagit-froidement-aux-propos-de-lukaku-508945.html", + "link": "https://www.sofoot.com/le-football-et-l-algerie-ca-releve-de-l-irrationnel-509130.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", + "pubDate": "2022-01-06T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-football-et-l-algerie-ca-releve-de-l-irrationnel-1641404684_x600_articles-alt-509130.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-tuchel-reagit-froidement-aux-propos-de-lukaku-1640952020_x600_articles-508945.jpg", + "image": "https://www.sofoot.com/IMG/img-le-football-et-l-algerie-ca-releve-de-l-irrationnel-1641404684_x600_articles-alt-509130.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100372,20 +102418,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bb02f8c375cbe093fa6903af60ea3112", + "hash": "f6182cfcff7bcd4b9ad964422c532c88", "highlights": [] }, { - "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": "Top 50 : Transferts avortés (de 20 à 11)", + "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À l'aéroport Peretola de Florence, il est un peu plus de midi au moment où Sergej…
    ", + "content": "
    \nÀ l'aéroport Peretola de Florence, il est un peu plus de midi au moment où Sergej…
    ", "category": "", - "link": "https://www.sofoot.com/le-nigeria-finalement-sans-osimhen-et-dennis-pour-la-can-508944.html", + "link": "https://www.sofoot.com/top-50-transferts-avortes-de-20-a-11-509086.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", + "pubDate": "2022-01-06T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-top-50-transferts-avortes-de-20-a-11-1641465818_x600_articles-alt-509086.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", + "image": "https://www.sofoot.com/IMG/img-top-50-transferts-avortes-de-20-a-11-1641465818_x600_articles-alt-509086.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100394,20 +102440,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b9f35dd445e472a05168a8de3e3afa3", + "hash": "73061fa7f23b8a743d9caa47324201e2", "highlights": [] }, { - "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": "Antonio Cassano hospitalisé après avoir contracté le covid-19", + "description": "Un isolement plus compliqué que prévu.
    \n
    \nTesté positif au covid-19 au mois…

    ", + "content": "Un isolement plus compliqué que prévu.
    \n
    \nTesté positif au covid-19 au mois…

    ", "category": "", - "link": "https://www.sofoot.com/niko-kovac-le-rocher-encore-delaisse-508933.html", + "link": "https://www.sofoot.com/antonio-cassano-hospitalise-apres-avoir-contracte-le-covid-19-509148.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", + "pubDate": "2022-01-06T11:39:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-antonio-cassano-hospitalise-apres-avoir-contracte-le-covid-19-1641469930_x600_articles-509148.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-niko-kovac-le-rocher-encore-delaisse-1640907900_x600_articles-alt-508933.jpg", + "image": "https://www.sofoot.com/IMG/img-antonio-cassano-hospitalise-apres-avoir-contracte-le-covid-19-1641469930_x600_articles-509148.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100416,20 +102462,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c398af4f7b8569c6b96719a9e408bc8", + "hash": "3e18df34c9f070373eac63453b9232c8", "highlights": [] }, { - "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": "Pjanić conseille à De Ligt et Morata d'éviter un départ au Barça", + "description": "Agent double.
    \n
    \nInvité à réagir sur les rumeurs envoyant ses anciens coéquipiers Matthijs de Ligt et Álvaro Morata vers le FC Barcelone, Miralem Pjanić n'a pas pris de pincettes ce…

    ", + "content": "Agent double.
    \n
    \nInvité à réagir sur les rumeurs envoyant ses anciens coéquipiers Matthijs de Ligt et Álvaro Morata vers le FC Barcelone, Miralem Pjanić n'a pas pris de pincettes ce…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-montpellier-strasbourg-analyse-cotes-et-prono-du-match-de-coupe-de-france-508943.html", + "link": "https://www.sofoot.com/pjanic-conseille-a-de-ligt-et-morata-d-eviter-un-depart-au-barca-509158.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", + "pubDate": "2022-01-06T11:26:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pjanic-conseille-a-de-ligt-et-morata-d-eviter-un-depart-au-barca-1641470617_x600_articles-509158.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", + "image": "https://www.sofoot.com/IMG/img-pjanic-conseille-a-de-ligt-et-morata-d-eviter-un-depart-au-barca-1641470617_x600_articles-509158.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100438,20 +102484,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e325867de771dbc8d2a73f5ad4a484c2", + "hash": "cf939c7301250ccacbff1e75436a80c1", "highlights": [] }, { - "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": "Le président du FC Metz veut trois recrues supplémentaires cet hiver", + "description": "Pour compenser la CAN ou anticiper la course au maintien ?
    \n
    \nDans un entretien accordé à

    ", + "content": "Pour compenser la CAN ou anticiper la course au maintien ?
    \n
    \nDans un entretien accordé à


    ", "category": "", - "link": "https://www.sofoot.com/pronostic-crystal-palace-west-ham-analyse-cotes-et-prono-du-match-de-premier-league-508942.html", + "link": "https://www.sofoot.com/le-president-du-fc-metz-veut-trois-recrues-supplementaires-cet-hiver-509157.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", + "pubDate": "2022-01-06T11:21:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-president-du-fc-metz-veut-trois-recrues-supplementaires-cet-hiver-1641470311_x600_articles-509157.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", + "image": "https://www.sofoot.com/IMG/img-le-president-du-fc-metz-veut-trois-recrues-supplementaires-cet-hiver-1641470311_x600_articles-509157.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100460,20 +102506,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c216528fb2203fde792bf928d33a00a2", + "hash": "1d3a43abf9f6538309d2d20db9ae6ea5", "highlights": [] }, { - "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": "Macron encense Mbappé", + "description": "En voilà un qui doit être vacciné, vu sa cote auprès du Président de la République.
    \n
    \nCe jeudi matin, le journal L'Équipe a publié une lettre ouverte d'Emmanuel Macron…

    ", + "content": "En voilà un qui doit être vacciné, vu sa cote auprès du Président de la République.
    \n
    \nCe jeudi matin, le journal L'Équipe a publié une lettre ouverte d'Emmanuel Macron…

    ", "category": "", - "link": "https://www.sofoot.com/lukaku-je-ne-suis-pas-content-de-la-situation-a-chelsea-508940.html", + "link": "https://www.sofoot.com/macron-encense-mbappe-509156.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", + "pubDate": "2022-01-06T11:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-macron-encense-mbappe-1641468529_x600_articles-509156.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", + "image": "https://www.sofoot.com/IMG/img-macron-encense-mbappe-1641468529_x600_articles-509156.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100482,20 +102528,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "69cced6853ff2fd24c4e9e30fb4a79b0", + "hash": "148bd3b71974455d5ce71f89932555f5", "highlights": [] }, { - "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": "Lille-Lorient officiellement reporté ", + "description": "Une de plus.
    \n
    \n
    Après la rencontre Angers-Saint-Etienne…

    ", + "content": "Une de plus.
    \n
    \nAprès la rencontre Angers-Saint-Etienne…

    ", "category": "", - "link": "https://www.sofoot.com/jamie-vardy-pourrait-etre-absent-un-mois-avec-leicester-508941.html", + "link": "https://www.sofoot.com/lille-lorient-officiellement-reporte-509155.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", + "pubDate": "2022-01-06T10:51:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lille-lorient-officiellement-reporte-1641468129_x600_articles-509155.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", + "image": "https://www.sofoot.com/IMG/img-lille-lorient-officiellement-reporte-1641468129_x600_articles-509155.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100504,20 +102550,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ffde932a78117c934601258172a7bd5", + "hash": "f6dba1b19dca477a02a64a47f9ca4baa", "highlights": [] }, { - "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": "Pour Antonio Conte, Tottenham est \"une équipe de milieu de tableau\"", + "description": "Peut-être pour ça que Wilshere ne veut pas signer chez les Spurs.
    \n
    \n
    ", + "content": "Peut-être pour ça que Wilshere ne veut pas signer chez les Spurs.
    \n
    \n
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-watford-tottenham-analyse-cotes-et-prono-du-match-de-premier-league-508939.html", + "link": "https://www.sofoot.com/pour-antonio-conte-tottenham-est-une-equipe-de-milieu-de-tableau-509149.html", "creator": "SO FOOT", - "pubDate": "2021-12-31T09:34:00Z", - "enclosure": "", + "pubDate": "2022-01-06T10:13:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pour-antonio-conte-tottenham-est-une-equipe-de-milieu-de-tableau-1641467908_x600_articles-509149.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-pour-antonio-conte-tottenham-est-une-equipe-de-milieu-de-tableau-1641467908_x600_articles-509149.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100526,20 +102572,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b7487c1f0db86ed3170d02d585428934", + "hash": "d6125abb7ca109887e9ab3db360dbd9b", "highlights": [] }, { - "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": "Jack Wilshere tourne une pub pour retrouver un club ", + "description": "Fini LinkedIn.
    \n
    \nLibre depuis son départ de Bournemouth à la fin de la saison dernière, Jack Wilshere est toujours à la recherche d'un nouveau club. De quoi pousser l'ancien…

    ", + "content": "Fini LinkedIn.
    \n
    \nLibre depuis son départ de Bournemouth à la fin de la saison dernière, Jack Wilshere est toujours à la recherche d'un nouveau club. De quoi pousser l'ancien…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-arsenal-manchester-city-analyse-cotes-et-prono-du-match-de-premier-league-508937.html", + "link": "https://www.sofoot.com/jack-wilshere-tourne-une-pub-pour-retrouver-un-club-509146.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", + "pubDate": "2022-01-06T09:50:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jack-wilshere-tourne-une-pub-pour-retrouver-un-club-1641464869_x600_articles-509146.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", + "image": "https://www.sofoot.com/IMG/img-jack-wilshere-tourne-une-pub-pour-retrouver-un-club-1641464869_x600_articles-509146.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100548,20 +102594,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "062b0f96f474f039c706c43162c2dfb4", + "hash": "e5d48cbb8f1ddcc8777e540ec50e591a", "highlights": [] }, { - "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": "Jordan Amavi de retour en prêt à Nice", + "description": "De retour sur la French Riviera.
    \n
    \nL'OGC Nice a officialisé l'arrivée du latéral gauche marseillais Jordan Amavi ce mercredi soir. Il rejoint le club sous la forme d'un…

    ", + "content": "De retour sur la French Riviera.
    \n
    \nL'OGC Nice a officialisé l'arrivée du latéral gauche marseillais Jordan Amavi ce mercredi soir. Il rejoint le club sous la forme d'un…

    ", "category": "", - "link": "https://www.sofoot.com/ez-abde-ne-jouera-finalement-pas-pour-le-maroc-508938.html", + "link": "https://www.sofoot.com/jordan-amavi-de-retour-en-pret-a-nice-509144.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", + "pubDate": "2022-01-06T09:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jordan-amavi-de-retour-en-pret-a-nice-1641463020_x600_articles-509144.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", + "image": "https://www.sofoot.com/IMG/img-jordan-amavi-de-retour-en-pret-a-nice-1641463020_x600_articles-509144.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100570,20 +102616,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "be259eb8255ec7e4a43e02b6eec72fc5", + "hash": "c2a584639374d39cf7bf790c1d90c4a9", "highlights": [] }, { - "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": "Serie A : plusieurs risques de tapis vert à cause du Covid", + "description": "Un cirque grandeur nature.
    \n
    \nLa trêve hivernale sensée être terminée, les vacances devraient durer plus longtemps que prévu pour certains clubs italiens. Officiellement, la Serie A a…

    ", + "content": "Un cirque grandeur nature.
    \n
    \nLa trêve hivernale sensée être terminée, les vacances devraient durer plus longtemps que prévu pour certains clubs italiens. Officiellement, la Serie A a…

    ", "category": "", - "link": "https://www.sofoot.com/les-50-publicites-avec-des-footeux-de-10-a-2-508684.html", + "link": "https://www.sofoot.com/serie-a-plusieurs-risques-de-tapis-vert-a-cause-du-covid-509145.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", + "pubDate": "2022-01-06T09:24:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-serie-a-plusieurs-risques-de-tapis-vert-a-cause-du-covid-1641463234_x600_articles-509145.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", + "image": "https://www.sofoot.com/IMG/img-serie-a-plusieurs-risques-de-tapis-vert-a-cause-du-covid-1641463234_x600_articles-509145.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100592,20 +102638,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "47cec15dbee532f95976c15dca45027c", + "hash": "2bffd677aa370058d2a8d783d4b15485", "highlights": [] }, { - "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": "Pronostic Bordeaux OM : Analyse, cotes et prono du match de Ligue 1", + "description": "

    L'OM brise la malédiction face à un Bordeaux amoindri

    \n
    \nCette opposition entre Bordeaux et Marseille est un des grands classiques du championnat de…
    ", + "content": "

    L'OM brise la malédiction face à un Bordeaux amoindri

    \n
    \nCette opposition entre Bordeaux et Marseille est un des grands classiques du championnat de…
    ", "category": "", - "link": "https://www.sofoot.com/leicester-norwich-est-a-son-tour-reporte-508936.html", + "link": "https://www.sofoot.com/pronostic-bordeaux-om-analyse-cotes-et-prono-du-match-de-ligue-1-509140.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", + "pubDate": "2022-01-06T09:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-bordeaux-om-analyse-cotes-et-prono-du-match-de-ligue-1-1641459415_x600_articles-509140.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-leicester-norwich-est-a-son-tour-reporte-1640941878_x600_articles-508936.jpg", + "image": "https://www.sofoot.com/IMG/img-pronostic-bordeaux-om-analyse-cotes-et-prono-du-match-de-ligue-1-1641459415_x600_articles-509140.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100614,20 +102660,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd3b52e5792e4aa667ed5263a39a41d4", + "hash": "5409c2191913d66d44955888ce75a1f3", "highlights": [] }, { - "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": "Harcèlement sexuel : Une enquête préliminaire ouverte contre Pierre Ménès", + "description": "Encore une.
    \n
    \nSelon les informations de

    ", + "content": "Encore une.
    \n
    \nSelon les informations de


    ", "category": "", - "link": "https://www.sofoot.com/joao-cancelo-victime-d-un-violent-cambriolage-508935.html", + "link": "https://www.sofoot.com/harcelement-sexuel-une-enquete-preliminaire-ouverte-contre-pierre-menes-509141.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", + "pubDate": "2022-01-06T08:52:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-harcelement-sexuel-une-enquete-preliminaire-ouverte-contre-pierre-menes-1641460544_x600_articles-509141.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-joao-cancelo-victime-d-un-violent-cambriolage-1640940684_x600_articles-508935.jpg", + "image": "https://www.sofoot.com/IMG/img-harcelement-sexuel-une-enquete-preliminaire-ouverte-contre-pierre-menes-1641460544_x600_articles-509141.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100636,20 +102682,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d55dd364d9b6a56af7a7435eaefe3b22", + "hash": "7b9022b1d1ccef165eb99ad9e629e7d2", "highlights": [] }, { - "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": "Après les incidents face à Lyon, la FFF rejette l'appel de l'OM", + "description": "L'affaire du siècle.
    \n
    \nSelon les informations du journal


    ", + "content": "L'affaire du siècle.
    \n
    \nSelon les informations du journal


    ", "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", + "link": "https://www.sofoot.com/apres-les-incidents-face-a-lyon-la-fff-rejette-l-appel-de-l-om-509139.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", + "pubDate": "2022-01-06T08:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-apres-les-incidents-face-a-lyon-la-fff-rejette-l-appel-de-l-om-1641459108_x600_articles-509139.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-apres-les-incidents-face-a-lyon-la-fff-rejette-l-appel-de-l-om-1641459108_x600_articles-509139.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100658,20 +102704,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2d21511a23e9341d033c4051e2e8110", + "hash": "e3b1e3ff217335b2141b860eddf0983b", "highlights": [] }, { - "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": "Paul Bernardoni : \" Fier d'inscrire mon nom à la liste des gardiens chauves de l'ASSE \"", + "description": "Un nouveau prétendant au titre de divin chauve.
    \n
    \nAlors que le prêt de Paul Bernardoni vient d'être officialisé par l'AS Saint-Étienne, qui a
    ", + "content": "Un nouveau prétendant au titre de divin chauve.
    \n
    \nAlors que le prêt de Paul Bernardoni vient d'être officialisé par l'AS Saint-Étienne, qui a
    ", "category": "", - "link": "https://www.sofoot.com/jorginho-londres-et-lumieres-508904.html", + "link": "https://www.sofoot.com/paul-bernardoni-fier-d-inscrire-mon-nom-a-la-liste-des-gardiens-chauves-de-l-asse-509138.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", + "pubDate": "2022-01-06T08:02:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-paul-bernardoni-fier-d-inscrire-mon-nom-a-la-liste-des-gardiens-chauves-de-l-asse-1641457222_x600_articles-509138.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-jorginho-londres-et-lumieres-1640857333_x600_articles-alt-508904.jpg", + "image": "https://www.sofoot.com/IMG/img-paul-bernardoni-fier-d-inscrire-mon-nom-a-la-liste-des-gardiens-chauves-de-l-asse-1641457222_x600_articles-509138.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100680,20 +102726,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9081551370834536129aa985fbf4d440", + "hash": "48ca88a282ac96e0320d31f9e47d3945", "highlights": [] }, { - "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": "Pronostic Bayern Munich Monchengladbach : Analyse, cotes et prono du match de Bundesliga", + "description": "

    Le Bayern se méfie de Gladbach'

    \n
    \nTenu en échec lors de la 1ière journée de Bundesliga puis humilié en Coupe d'Allemagne (5-0) par le Borussia…
    ", + "content": "

    Le Bayern se méfie de Gladbach'

    \n
    \nTenu en échec lors de la 1ière journée de Bundesliga puis humilié en Coupe d'Allemagne (5-0) par le Borussia…
    ", "category": "", - "link": "https://www.sofoot.com/100-choses-a-retenir-de-cette-annee-2021-508875.html", + "link": "https://www.sofoot.com/pronostic-bayern-munich-monchengladbach-analyse-cotes-et-prono-du-match-de-bundesliga-509052.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", + "pubDate": "2022-01-06T07:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-bayern-munich-monchengladbach-analyse-cotes-et-prono-du-match-de-bundesliga-1641286340_x600_articles-509052.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", + "image": "https://www.sofoot.com/IMG/img-pronostic-bayern-munich-monchengladbach-analyse-cotes-et-prono-du-match-de-bundesliga-1641286340_x600_articles-509052.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100702,20 +102748,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ebe4830eff42ba17569368f3cccfbb8", + "hash": "49ab2878d2e092bd2fc7d5111e1e394b", "highlights": [] }, { - "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": "Jean-Pierre Caillot et Mathieu Lacour (Reims) sanctionnés après leur comportement face à l'OM", + "description": "Et quand y en a plus, y en a encore.
    \n
    \nLa
    commission…

    ", + "content": "Et quand y en a plus, y en a encore.
    \n
    \nLa commission…

    ", "category": "", - "link": "https://www.sofoot.com/on-vous-spoile-le-programme-tv-pour-mieux-profiter-de-valence-espanyol-508569.html", + "link": "https://www.sofoot.com/jean-pierre-caillot-et-mathieu-lacour-reims-sanctionnes-apres-leur-comportement-face-a-l-om-509137.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", + "pubDate": "2022-01-06T07:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jean-pierre-caillot-et-mathieu-lacour-reims-sanctionnes-apres-leur-comportement-face-a-l-om-1641457029_x600_articles-509137.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", + "image": "https://www.sofoot.com/IMG/img-jean-pierre-caillot-et-mathieu-lacour-reims-sanctionnes-apres-leur-comportement-face-a-l-om-1641457029_x600_articles-509137.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100724,20 +102770,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3894d545c24ec91154561a125c94cda", + "hash": "12edebd1df9fcd54d198c2ebaefd87ec", "highlights": [] }, { - "title": "Porto se paye encore Benfica dans le Clássico", - "description": "

    ", - "content": "

    ", + "title": "L'équipe type de l'Épiphanie ", + "description": "Véritable tradition parmi les célébrations chrétiennes, l'Épiphanie se fête 12 jours après la naissance de Jésus-Christ. Instaurée par l'Église au IVe siècle, elle permet de fêter l'arrivée des Rois mages venus contempler Jésus enfant. En Italie, la journée est même dédiée au football. L'heure est donc venue de distribuer la fameuse galette des rois aux membres de cette équipe type gourmande.

    Gardien


    \n
    \nNicolas Fève (France) : Formé à l'AS Nancy Lorraine au début du siècle, le portier…

    ", + "content": "

    Gardien


    \n
    \nNicolas Fève (France) : Formé à l'AS Nancy Lorraine au début du siècle, le portier…

    ", "category": "", - "link": "https://www.sofoot.com/porto-se-paye-encore-benfica-dans-le-classico-508932.html", + "link": "https://www.sofoot.com/l-equipe-type-de-l-epiphanie-509123.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", + "pubDate": "2022-01-06T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-equipe-type-de-l-epiphanie-1641403115_x600_articles-alt-509123.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-porto-se-paye-encore-benfica-dans-le-classico-1640903133_x600_articles-508932.jpg", + "image": "https://www.sofoot.com/IMG/img-l-equipe-type-de-l-epiphanie-1641403115_x600_articles-alt-509123.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100746,20 +102792,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6090778ca3c24d4aa04486bd4728ba9", + "hash": "cd0149903c1bb9405aa5e81d21386aec", "highlights": [] }, { - "title": "Manchester United endort Burnley", - "description": "

    ", - "content": "

    ", + "title": "Chine : haro sur les footballeurs tatoués, et après ?", + "description": "Depuis quelques jours, les footballeurs professionnels et aspirants professionnels en Chine ne peuvent plus se faire tatouer, et pour les internationaux, il est fortement recommandé d'effacer toute modification volontaire de son épiderme. Derrière cette nouvelle restriction qui pourrait prêter à sourire se niche un signal supplémentaire du durcissement politique aigu en Chine continentale.Si Djibril Cissé, Memphis Depay, Radja Nainggolan ou Ederson étaient chinois, ils auraient été bien embêtés. Comme une grande partie de la communauté des footballeurs professionnels. Car…", + "content": "Si Djibril Cissé, Memphis Depay, Radja Nainggolan ou Ederson étaient chinois, ils auraient été bien embêtés. Comme une grande partie de la communauté des footballeurs professionnels. Car…", "category": "", - "link": "https://www.sofoot.com/manchester-united-endort-burnley-508923.html", + "link": "https://www.sofoot.com/chine-haro-sur-les-footballeurs-tatoues-et-apres-509084.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", + "pubDate": "2022-01-06T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-chine-haro-sur-les-footballeurs-tatoues-et-apres-1641394989_x600_articles-alt-509084.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-manchester-united-endort-burnley-1640903256_x600_articles-508923.jpg", + "image": "https://www.sofoot.com/IMG/img-chine-haro-sur-les-footballeurs-tatoues-et-apres-1641394989_x600_articles-alt-509084.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100768,20 +102814,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "418d318d1386e358083cdf7753476db3", + "hash": "5acfe6005d4bf66619e95a9fbe04a55d", "highlights": [] }, { - "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": "Le pass vaccinal dans le foot, un futur casse-tête", + "description": "Le président Macron a \"très envie d'emmerder les non-vaccinés\" ? En Ligue 1 en tout cas, ce sera chose faite. Si le pass vaccinal est adopté, les réfractaires risquent de payer le prix fort de leur refus. Une situation qui interroge sur la façon dont s'appliquent les politiques sanitaires dans ce pays, sur la situation \"hors normes\" qu'elles imposent, et sur le rôle exemplaire du football en la matière...C'est la grande affaire politique du moment en France : le pass vaccinal. On se déchire sans grande retenue à l'Assemblée nationale où le gouvernement presse pour que le texte soit voté le…", + "content": "C'est la grande affaire politique du moment en France : le pass vaccinal. On se déchire sans grande retenue à l'Assemblée nationale où le gouvernement presse pour que le texte soit voté le…", "category": "", - "link": "https://www.sofoot.com/en-direct-manchester-united-burnley-508931.html", + "link": "https://www.sofoot.com/le-pass-vaccinal-dans-le-foot-un-futur-casse-tete-507685.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", + "pubDate": "2022-01-06T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-pass-vaccinal-dans-le-foot-un-futur-casse-tete-1641397856_x600_articles-alt-507685.jpg", "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-en-direct-manchester-united-burnley-1640898804_x600_articles-alt-508931.jpg", + "image": "https://www.sofoot.com/IMG/img-le-pass-vaccinal-dans-le-foot-un-futur-casse-tete-1641397856_x600_articles-alt-507685.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100790,20 +102836,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d9a17b3aef67f61f63ddf7fe8e794cd", + "hash": "548a1ddbfff46a841a62cc7876a6a5ee", "highlights": [] }, { - "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": "Le Real Madrid prend sa revanche sur Alcoyano", + "description": "

    CD Alcoyano 1-3 Real Madrid ", + "content": "

    CD Alcoyano 1-3 Real Madrid ", "category": "", - "link": "https://www.sofoot.com/bakary-sako-ex-wolverhampton-revient-a-l-as-saint-etienne-508927.html", + "link": "https://www.sofoot.com/le-real-madrid-prend-sa-revanche-sur-alcoyano-509136.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", + "pubDate": "2022-01-05T22:26:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-real-madrid-prend-sa-revanche-sur-alcoyano-1641422288_x600_articles-509136.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", + "image": "https://www.sofoot.com/IMG/img-le-real-madrid-prend-sa-revanche-sur-alcoyano-1641422288_x600_articles-509136.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100812,20 +102858,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ef462072933ad99f9bfe1db2f4c8318", + "hash": "ee8b140f4571c206c147360f841f001f", "highlights": [] }, { - "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": "Chelsea terrasse Tottenham et prend une sérieuse option sur la finale", + "description": "Tout simplement au-dessus de Tottenham pendant l'intégralité de la rencontre, Chelsea n'a eu aucun mal à s'imposer en demi-finales aller de la League Cup ce mercredi soir (2-0), et voit déjà la qualification pour la finale lui tendre les bras. Une démonstration qui aurait pu être encore plus forte si les Blues avaient été plus tueurs devant les buts adverses.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/as-monaco-niko-kovac-vire-de-l-as-monaco-508928.html", + "link": "https://www.sofoot.com/chelsea-terrasse-tottenham-et-prend-une-serieuse-option-sur-la-finale-509135.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", + "pubDate": "2022-01-05T21:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-chelsea-terrasse-tottenham-et-prend-une-serieuse-option-sur-la-finale-1641418423_x600_articles-alt-509135.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", + "image": "https://www.sofoot.com/IMG/img-chelsea-terrasse-tottenham-et-prend-une-serieuse-option-sur-la-finale-1641418423_x600_articles-alt-509135.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -100834,20 +102880,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce9f3c23d9b89fb3de3dc37a2ed5c291", + "hash": "9d3d0cc31b605250cf663f573ce08e80", "highlights": [] }, { - "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": "Barcelone évite la mauvaise surprise à Linares", + "description": "

    Linares 1-2 Barcelone ", + "content": "

    Linares 1-2 Barcelone ", "category": "", - "link": "https://www.sofoot.com/chelsea-enregistre-une-perte-de-pres-de-180-millions-d-euros-en-2020-2021-508926.html", + "link": "https://www.sofoot.com/barcelone-evite-la-mauvaise-surprise-a-linares-509133.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", + "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": "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", + "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", @@ -100856,20 +102902,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f440252cf27910b2391602611ac5936f", + "hash": "f6bc92c68348c467d3f51153b72f28dd", "highlights": [] }, { - "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": "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/suede-l-entraineur-danois-jon-dahl-tomasson-quitte-le-malmo-ff-508924.html", + "link": "https://www.sofoot.com/en-direct-chelsea-tottenham-509134.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", + "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": "https://www.sofoot.com/IMG/img-suede-l-entraineur-danois-jon-dahl-tomasson-quitte-le-malmo-ff-1640882486_x600_articles-508924.jpg", + "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", @@ -100878,20 +102924,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f50715535a3512029c397a5338c87ae", + "hash": "001b7f9e15b5cd82cc5a6940b0a6791b", "highlights": [] }, { - "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": "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/coupe-de-france-a-chauvigny-futur-adversaire-de-l-om-le-pere-noel-est-passe-avant-l-heure-508921.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-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", + "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": "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", + "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", @@ -100900,20 +102946,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2533e803044f82c55598e3178efec8ce", + "hash": "356fbe118585487ee75c068a84eb9bc7", "highlights": [] }, { - "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": "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/cap-vert-la-belle-histoire-de-roberto-lopes-shamrock-rovers-en-route-pour-la-can-508920.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-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", + "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": "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", + "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", @@ -100922,20 +102968,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb8e8199db37a770e09af58bc977457f", + "hash": "b60379ba2abef1fa696c123b82d6f67e", "highlights": [] }, { - "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": "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/can-cinq-joueurs-de-ligue-1-et-ligue-2-selectionnes-avec-la-tunisie-508919.html", + "link": "https://www.sofoot.com/ac-milan-stefano-pioli-reclame-un-defenseur-central-509128.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", + "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": "https://www.sofoot.com/IMG/img-can-cinq-joueurs-de-ligue-1-et-ligue-2-selectionnes-avec-la-tunisie-1640877855_x600_articles-508919.jpg", + "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", @@ -100944,20 +102990,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b308c23911bd6cff243edfc93e34478", + "hash": "e85fbacf2121116dfc41b6e3cdd6adf4", "highlights": [] }, { - "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": "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/gauthier-ganaye-nancy-nous-allons-nous-engager-dans-un-combat-de-tous-les-instants-508917.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-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", + "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": "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", + "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", @@ -100966,20 +103012,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a99e4d9f1660b5fb328ffd36004708c4", + "hash": "25960d4ebf609bf42d9e63da579f2f33", "highlights": [] }, { - "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": "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/ian-wright-ex-arsenal-y-a-t-il-une-competition-aussi-meprisee-que-la-can-508916.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-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", + "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": "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", + "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", @@ -100988,20 +103034,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "931c366f0620243b0259c8669ff0f1d9", + "hash": "c58d58b81152e19c9c03d0352de4567a", "highlights": [] }, { - "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": "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/ligue-1-angers-demande-le-report-de-son-match-contre-saint-etienne-508915.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-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", + "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": "https://www.sofoot.com/IMG/img-ligue-1-angers-demande-le-report-de-son-match-contre-saint-etienne-1640873515_x600_articles-508915.jpg", + "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", @@ -101010,20 +103056,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "137785a4a36879bb32fc90efea529735", + "hash": "bf57eef0182d22a033ff3847604c7c43", "highlights": [] }, { - "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": "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/le-danois-christian-eriksen-ex-inter-s-entraine-actuellement-en-suisse-508914.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-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", + "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": "https://www.sofoot.com/IMG/img-le-danois-christian-eriksen-ex-inter-s-entraine-actuellement-en-suisse-1640872572_x600_articles-508914.jpg", + "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", @@ -101032,20 +103078,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "98f3540246e084f0edf85ed62c5be447", + "hash": "03a2dad223de8d6cc4b8b1d80106dd6d", "highlights": [] }, { - "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": "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/bordeaux-sous-la-menace-d-un-forfait-en-coupe-de-france-contre-brest-508913.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-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", + "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": "https://www.sofoot.com/IMG/img-bordeaux-sous-la-menace-d-un-forfait-en-coupe-de-france-contre-brest-1640870878_x600_articles-508913.jpg", + "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", @@ -101054,20 +103100,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7163e5b36e37ab4b351fbf8bff853c2", + "hash": "a5090d9aa9dd761696af39333f9e47c9", "highlights": [] }, { - "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": "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/top-10-buts-gags-en-2021-508872.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-30T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-top-10-buts-gags-en-2021-1640786984_x600_articles-alt-508872.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": "https://www.sofoot.com/IMG/img-top-10-buts-gags-en-2021-1640786984_x600_articles-alt-508872.jpg", + "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", @@ -101076,20 +103122,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "23a838eeb5526d48b11a52279ace7986", + "hash": "1d1b5d8018f2238234b42814cfb72dcc", "highlights": [] }, { - "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": "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/les-50-publicites-avec-des-footeux-de-20-a-11-508683.html", + "link": "https://www.sofoot.com/league-cup-la-demi-finale-aller-arsenal-liverpool-reportee-509117.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", + "pubDate": "2022-01-05T14:01:00Z", + "enclosure": "", "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", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -101098,20 +103144,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e63ead9ffdd5a1326d7bee8c9ee213c", + "hash": "a2a18a08a267d4f80db085f60db6b757", "highlights": [] }, { - "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": "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/ajax-andre-onana-raconte-un-controle-de-police-lunaire-en-belgique-apres-sa-suspension-pour-dopage-508911.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-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", + "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": "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", + "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", @@ -101120,20 +103166,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e7f474aaf57ce7649da3375bf5d7df05", + "hash": "f62fb457f355a36a6f8af2cf38e69243", "highlights": [] }, { - "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": "La Serie A met en place un nouveau protocole contre le Covid-19 ", + "description": "Fin des problèmes ?
    \n
    \nAprès l'annulation de quatre matchs de la…

    ", + "content": "Fin des problèmes ?
    \n
    \nAprès l'annulation de quatre matchs de la…

    ", "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", + "link": "https://www.sofoot.com/la-serie-a-met-en-place-un-nouveau-protocole-contre-le-covid-19-509171.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", + "pubDate": "2022-01-06T15:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-serie-a-met-en-place-un-nouveau-protocole-contre-le-covid-19-1641482915_x600_articles-509171.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", + "image": "https://www.sofoot.com/IMG/img-la-serie-a-met-en-place-un-nouveau-protocole-contre-le-covid-19-1641482915_x600_articles-509171.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -101142,20 +103188,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c02fb0800243f120aa4ecf9c4739dda2", + "hash": "83e9146aa99ba2bec6cf1fa4690f4f91", "highlights": [] }, { - "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": "La Grande Bretagne et l'Irlande ne voudraient plus organiser la Coupe du Monde 2030", + "description": "Pas de Mondial pour les Anglais.
    \n
    \nLa Grande Bretagne et l'Irlande envisageraient de retirer leur candidature pour l'organisation de la Coupe du Monde 2030. Selon le Times : \"…

    ", + "content": "Pas de Mondial pour les Anglais.
    \n
    \nLa Grande Bretagne et l'Irlande envisageraient de retirer leur candidature pour l'organisation de la Coupe du Monde 2030. Selon le Times : \"…

    ", "category": "", - "link": "https://www.sofoot.com/troyes-laurent-batlles-n-est-plus-l-entraineur-de-l-estac-508909.html", + "link": "https://www.sofoot.com/la-grande-bretagne-et-l-irlande-ne-voudraient-plus-organiser-la-coupe-du-monde-2030-509131.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", + "pubDate": "2022-01-06T14:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-grande-bretagne-et-l-irlande-ne-voudraient-plus-organiser-la-coupe-du-monde-2030-1641480418_x600_articles-509131.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", + "image": "https://www.sofoot.com/IMG/img-la-grande-bretagne-et-l-irlande-ne-voudraient-plus-organiser-la-coupe-du-monde-2030-1641480418_x600_articles-509131.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -101164,20 +103210,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfbe0bc0b64f5228b8d2ad4604049839", + "hash": "1b4fb5cd99046e7d4f8b4c4e6478d638", "highlights": [] }, { - "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": "Pjanic conseille à De Ligt et Morata d'éviter un départ au Barça", + "description": "Agent double.
    \n
    \nInvité à réagir sur les rumeurs envoyant ses anciens coéquipiers Matthijs de Ligt et Alvaro Morata vers le FC Barcelone, Miralem Pjanić n'a pas pris de pincettes ce…

    ", + "content": "Agent double.
    \n
    \nInvité à réagir sur les rumeurs envoyant ses anciens coéquipiers Matthijs de Ligt et Alvaro Morata vers le FC Barcelone, Miralem Pjanić n'a pas pris de pincettes ce…

    ", "category": "", - "link": "https://www.sofoot.com/une-statue-de-cristiano-ronaldo-manchester-united-fait-polemique-en-inde-dans-l-etat-de-goa-508908.html", + "link": "https://www.sofoot.com/pjanic-conseille-a-de-ligt-et-morata-d-eviter-un-depart-au-barca-509158.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", + "pubDate": "2022-01-06T11:26:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pjanic-conseille-a-de-ligt-et-morata-d-eviter-un-depart-au-barca-1641470617_x600_articles-509158.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", + "image": "https://www.sofoot.com/IMG/img-pjanic-conseille-a-de-ligt-et-morata-d-eviter-un-depart-au-barca-1641470617_x600_articles-509158.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -101186,20 +103232,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b3cf114987568e9b177930e89a843e82", + "hash": "72c05b311d2cc35160d1b2a3e8cb73fc", "highlights": [] }, { - "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": "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/paulo-sousa-ex-selectionneur-de-la-pologne-nouvel-entraineur-de-flamengo-508907.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-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", + "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", @@ -101208,20 +103254,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6dff6221db5d96d53e05fb629996f2e8", + "hash": "7f7ac08803992a9ebf34faedeb1a6375", "highlights": [] }, { - "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": "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/la-commission-des-lois-vote-un-amendement-favorable-a-une-jauge-proportionnelle-dans-les-stades-508906.html", + "link": "https://www.sofoot.com/comment-investir-tes-etrennes-avec-mon-petit-placement-508527.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", + "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", @@ -101230,20 +103276,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e77c16fdff67cd9b3164b5087a1f877", + "hash": "be9c1a86da75d20f644432c627427dcb", "highlights": [] }, { - "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": "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/can-2022-vahid-halilhodzic-maroc-charge-le-fc-barcelone-sur-le-cas-ez-abde-508905.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-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", + "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", @@ -101252,20 +103298,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6754b53a0ea623e02b78f01807de514e", + "hash": "3b192d0b96242eb1706c84ef5dc0f1ca", "highlights": [] }, { - "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": "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/le-nigeria-finalement-sans-osimhen-et-dennis-pour-la-can-508944.html", + "link": "https://www.sofoot.com/top-50-transferts-avortes-de-30-a-21-509000.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", + "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": "https://www.sofoot.com/IMG/img-le-nigeria-finalement-sans-osimhen-et-dennis-pour-la-can-1640949055_x600_articles-508944.jpg", + "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", @@ -101274,20 +103320,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d82fa63a27380682039634e152d814b9", + "hash": "089dad2c8a9a728f7af33ad3e21e93a9", "highlights": [] }, { - "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": "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/aaron-ramsdale-arsenal-est-reparti-de-leeds-avec-un-pourboire-508903.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-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", + "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", @@ -101296,20 +103342,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8a1cff6571a75c01f7a8799bf9fdd1d", + "hash": "5112cfa578bdbddc17dc823741616c40", "highlights": [] }, { - "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": "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/antoine-bonifaci-legende-de-l-ogc-nice-est-decede-a-l-age-de-90-ans-508902.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-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", + "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", @@ -101318,20 +103364,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e97c4176933712119a9162693defe53", + "hash": "8cf6f69c49389a22d1d6757122bf695d", "highlights": [] }, { - "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": "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/jean-christophe-bahebeck-n-est-plus-un-joueur-du-fk-partizan-508901.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-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", + "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", @@ -101340,20 +103386,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e99bd123208198345d973f58457e5a4", + "hash": "73ed45b453105c751589cf7bffa8ba47", "highlights": [] }, { - "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": "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/le-gouvernement-chinois-interdit-les-tatouages-aux-joueurs-de-la-selection-508900.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-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", + "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", @@ -101362,20 +103408,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "68e0d00d218db62914f9efac2c7e80ca", + "hash": "1cb48f7973c87d94ef7978e5746690a4", "highlights": [] }, { - "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": "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/premier-league-218e-a-gagner-avec-tottenham-leicester-508898.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-30T08:25:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-premier-league-218e-a-gagner-avec-tottenham-leicester-1640851435_x600_articles-508898.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", @@ -101384,20 +103430,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5591d8425ac97aa148f73785e9c532e", + "hash": "c5e9e0f26779b153e869953957286801", "highlights": [] }, { - "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": "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/lisandro-lopez-fait-durer-le-plaisir-en-signant-pour-un-an-a-sarmiento-508899.html", + "link": "https://www.sofoot.com/lens-lille-a-vous-de-jauger-509096.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", + "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", @@ -101406,20 +103452,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "348d153089cfafdcd067a0e1bac02bee", + "hash": "01083c66a4b35c478fa40bc57774cdf1", "highlights": [] }, { - "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": "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/pronostic-valence-espanyol-barcelone-analyse-cotes-et-prono-du-match-de-liga-508897.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-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", + "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", @@ -101428,20 +103474,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3da68a99450c0d096aaccd814b6d96a9", + "hash": "1566cd79d630a2eafcfc04b036091457", "highlights": [] }, { - "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": "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/comment-le-petit-robert-lewandowski-est-devenu-geant-508876.html", + "link": "https://www.sofoot.com/christian-eriksen-veut-participer-au-mondial-au-qatar-509107.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", + "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", @@ -101450,20 +103496,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "418819c1c2da61a561146f21328d369e", + "hash": "ab4721180009a4fd96d339bdf87fe83f", "highlights": [] }, { - "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": "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/tu-sais-que-tu-as-suivi-le-foot-en-2021-quand-508807.html", + "link": "https://www.sofoot.com/tottenham-antonio-conte-apporte-son-soutien-a-harry-kane-509097.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", + "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", @@ -101472,20 +103518,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a18b84df90bc83bd90f458f10947fb65", + "hash": "4f0d3f1f34fb736cb4d191fae080b107", "highlights": [] }, { - "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": "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/ce-qu-on-a-aime-et-deteste-dans-fifa-22-508718.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-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", + "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", @@ -101494,20 +103540,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "684869d1b731305fd350af87f90bf676", + "hash": "d86445f9a32f1bf65286749ec29db841", "highlights": [] }, { - "title": "City dispose de Brentford et prend ses aises en tête", - "description": "Plutôt confortable, ce fauteuil de leader.

    ", - "content": "

    ", + "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/city-dispose-de-brentford-et-prend-ses-aises-en-tete-508886.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-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", + "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", @@ -101516,20 +103562,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a14e6404edf7a838a6333ea82e8742c6", + "hash": "39f6fc7b12b7e7d644e8eb122059211b", "highlights": [] }, { - "title": "Chelsea rattrapé par Brighton sur le fil", - "description": "Quand les Seagulls suivent un chalutier...

    ", - "content": "

    ", + "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/chelsea-rattrape-par-brighton-sur-le-fil-508895.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-29T21:51:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-chelsea-rattrape-par-brighton-sur-le-fil-1640815926_x600_articles-alt-508895.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", @@ -101538,20 +103584,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "997f855623e3d8660b95400648ea6c8d", + "hash": "4993a80d34b35d186693408718d90d83", "highlights": [] }, { - "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": "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/en-direct-brentford-manchester-city-508884.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-29T20:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-brentford-manchester-city-1640815792_x600_articles-alt-508884.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", @@ -101560,20 +103606,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "75d64f27e8e260a28dd181cacc629547", + "hash": "fcb4b9ce3d11d5dae0c503bf451adf9d", "highlights": [] }, { - "title": "En direct : Chelsea - Brighton & Hove", - "description": "90' : Bonne soirée tout le monde !", - "content": "90' : Bonne soirée tout le monde !", + "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/en-direct-chelsea-brighton-hove-508815.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-29T19:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-chelsea-brighton-hove-1640614268_x600_articles-alt-508815.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", @@ -101582,20 +103628,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ec04d7aba408d8a97a4cacd8113d91f", + "hash": "a59806659cabc6088d6c29297d0e4050", "highlights": [] }, { - "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": "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/mort-de-christian-gyan-champion-d-europe-avec-feyenoord-508894.html", + "link": "https://www.sofoot.com/hassane-kamara-quitte-nice-pour-rejoindre-watford-509087.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", + "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", @@ -101604,20 +103650,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0982619a6469ced7c4a23e5badffcde8", + "hash": "025fa109fac671f0ad456a29f2b18bee", "highlights": [] }, { - "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": "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/mondial-2022-le-qatar-ne-serait-pas-en-mesure-d-accueillir-tous-les-supporters-508893.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-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", + "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", @@ -101626,20 +103672,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "10aa0530b7dad4504f67965530ecc065", + "hash": "9e38ddbbd7499ebced6b334dc311ead4", "highlights": [] }, { - "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": "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/coupe-de-france-lens-lille-finalement-maintenu-le-4-janvier-508892.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-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", + "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", @@ -101648,20 +103694,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b7bfde8687e823555dc29086d6c7b698", + "hash": "b7f667acf97ecdec2e1a62b4a4dd9591", "highlights": [] }, { - "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": "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/vincent-hognon-debarque-sur-le-banc-de-grenoble-508891.html", + "link": "https://www.sofoot.com/dans-la-tete-de-philippe-clement-509068.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", + "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", @@ -101670,20 +103716,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa1b69c55bc9cc649f4307471c97e7e3", + "hash": "d8d1797ff8945729857073682a7c6cc7", "highlights": [] }, { - "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": "Serie A : plusieurs risque de tapis vert à cause du covid", + "description": "Un cirque grandeur nature.
    \n
    \nLa trêve hivernale sensée être terminée, les vacances devraient durer plus longtemps que prévu pour certains clubs italiens. Officiellement, la Serie A a…

    ", + "content": "Un cirque grandeur nature.
    \n
    \nLa trêve hivernale sensée être terminée, les vacances devraient durer plus longtemps que prévu pour certains clubs italiens. Officiellement, la Serie A a…

    ", "category": "", - "link": "https://www.sofoot.com/ol-la-reprise-perturbee-par-le-covid-508890.html", + "link": "https://www.sofoot.com/serie-a-plusieurs-risque-de-tapis-vert-a-cause-du-covid-509145.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", + "pubDate": "2022-01-06T09:24:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-serie-a-plusieurs-risque-de-tapis-vert-a-cause-du-covid-1641463234_x600_articles-509145.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-serie-a-plusieurs-risque-de-tapis-vert-a-cause-du-covid-1641463234_x600_articles-509145.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -101692,20 +103738,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a837c29d8d867711dece18093b8cb916", + "hash": "d90e7f55426cab9ce7bec7fb3c8dbdbc", "highlights": [] }, { - "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": "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/une-etude-allemande-demonte-l-hypothese-de-la-malediction-des-gardiens-anglais-508889.html", + "link": "https://www.sofoot.com/les-notes-de-lens-lille-509073.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", + "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", @@ -101714,20 +103760,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b8fdcbf8b2e18cc5cafa850486c3b44", + "hash": "c49013b0e6889412d4030018310f8b3c", "highlights": [] }, { - "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": "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/maxime-busi-parme-debarque-a-reims-508888.html", + "link": "https://www.sofoot.com/lens-ejecte-lille-au-bout-du-suspense-509085.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", + "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", @@ -101736,20 +103782,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "23c076ef68a60d6ddd08b0d899c7fe59", + "hash": "a92465847ef0fe8cec04d8d6c6840c0c", "highlights": [] }, { - "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": "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/sebastien-haller-monte-au-creneau-pour-defendre-la-can-508887.html", + "link": "https://www.sofoot.com/en-direct-lens-lille-509058.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", + "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", @@ -101758,20 +103804,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "30061df6decfd6db166410640b4c6118", + "hash": "f2f22cf947e2b900cbba2f153be3e9d4", "highlights": [] }, { - "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": "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/rebecca-welch-devient-la-premiere-arbitre-a-officier-en-fa-cup-508883.html", + "link": "https://www.sofoot.com/une-vente-aux-encheres-pour-eponger-les-dettes-de-maradona-509078.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", + "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", @@ -101780,20 +103826,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b62ad03b6e95653041e5279a8bf708c", + "hash": "b2d1af3048d6285e2fa11441b24eb34c", "highlights": [] }, { - "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": "Southampton racheté par la société d'investissement serbe Sport Republic", + "description": "Newcastle a une (petite) concurrence.
    \n
    \n
    Dans un…

    ", + "content": "Newcastle a une (petite) concurrence.
    \n
    \nDans un…

    ", "category": "", - "link": "https://www.sofoot.com/chauvigny-om-se-jouera-finalement-devant-5000-personnes-508881.html", + "link": "https://www.sofoot.com/southampton-rachete-par-la-societe-d-investissement-serbe-sport-republic-509082.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", + "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", @@ -101802,20 +103848,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0dfbd8d1e9f97334ebbd3c1a3d40c86c", + "hash": "f8e3752a384eec48f561f6c3246ea3f8", "highlights": [] }, { - "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": "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/gary-neville-contre-le-report-des-matches-de-premier-league-508882.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-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", + "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", @@ -101824,20 +103870,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c44787a19839a3a9241623a00239a17d", + "hash": "94c3c58c9c2aeb866b06e7a1a180b538", "highlights": [] }, { - "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": "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/cluster-confirme-au-fc-barcelone-508880.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-29T13:07:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-cluster-confirme-au-fc-barcelone-1640786600_x600_articles-508880.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", @@ -101846,20 +103892,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "52a5f72672266bc49da749e6e6d6716c", + "hash": "b0fd3686adc14d4c555f58ceefeb557b", "highlights": [] }, { - "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": "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/les-50-publicites-avec-des-footeux-de-30-a-21-508682.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-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", + "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", @@ -101868,20 +103914,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "84c7dea926207a82e11ba1475f6bc273", + "hash": "60c73a3b8ae9f06242a2b4cd7ab73bb2", "highlights": [] }, { - "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": "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/1993-la-premiere-epopee-capitale-du-psg-508567.html", + "link": "https://www.sofoot.com/tuchel-siffle-la-fin-de-la-polemique-sur-lukaku-509077.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", + "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", @@ -101890,20 +103936,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "486cbfe27310eb8d8be10be088c9daff", + "hash": "409359c39213d0478ebbf9dd3073b103", "highlights": [] }, { - "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": "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/fabricio-coloccini-prend-sa-retraite-508879.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-29T12:56:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-fabricio-coloccini-prend-sa-retraite-1640786670_x600_articles-508879.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", @@ -101912,20 +103958,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd914100b894e04f56ceda7348bcee32", + "hash": "9404f8d9f640c7663efdef3da5f42863", "highlights": [] }, { - "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": "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/un-senateur-demande-une-adaptation-de-la-jauge-de-5000-personnes-508878.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-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", + "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", @@ -101934,20 +103980,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "64b2463fe987f99f076c45606516860e", + "hash": "4393388a7f6f6708b4e3d67a0a49ef9b", "highlights": [] }, { - "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": "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/deces-de-bruno-plumecocq-directeur-du-centre-de-formation-de-vafc-508877.html", + "link": "https://www.sofoot.com/le-senegal-devrait-finalement-pouvoir-compter-sur-ismaila-sarr-509065.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", + "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", @@ -101956,20 +104002,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8547fdfd3904e63897ec5f4dbedce3ba", + "hash": "70d2cecbd8a78680d2ce6aed7c43a920", "highlights": [] }, { - "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": "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/selon-xhaka-lacazette-est-la-bonne-personne-pour-etre-capitaine-d-arsenal-508874.html", + "link": "https://www.sofoot.com/pascal-plancque-mis-a-pied-par-le-nimes-olympique-509070.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", + "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", @@ -101978,20 +104024,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1efa722652c654e117efbd08236afcda", + "hash": "f62879b774ce581e1e3395468f92f372", "highlights": [] }, { - "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": "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/john-terry-annonce-son-come-back-a-chelsea-508873.html", + "link": "https://www.sofoot.com/douze-cas-de-covid-19-a-lorient-dont-huit-joueurs-509071.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", + "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", @@ -102000,20 +104046,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "61d81081bb508735d98e45509a1b64c4", + "hash": "bef826b0838dc31ee82cf85a790072f7", "highlights": [] }, { - "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": "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/everton-newcastle-reporte-508871.html", + "link": "https://www.sofoot.com/la-lfp-va-adopter-un-nouveau-protocole-sanitaire-509069.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", + "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", @@ -102022,20 +104068,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9568685861c92cc8b3d19de43ba44cc5", + "hash": "d8a83e8798de49ad93e0cd6b8359f699", "highlights": [] }, { - "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": "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/des-supporters-du-beerschot-filmes-en-train-de-scander-des-chants-antisemites-508868.html", + "link": "https://www.sofoot.com/fabien-mercadal-est-le-nouvel-entraineur-de-quevilly-rouen-509067.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", + "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", @@ -102044,20 +104090,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "792b87d1122ae6c8fb14e8c4c1d1cfde", + "hash": "251e4f5c14d7f860168cf94c9ee5b794", "highlights": [] }, { - "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": "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/vers-la-creation-d-un-canal-de-communication-pour-les-arbitres-italiens-508869.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-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", + "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", @@ -102066,20 +104112,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f35f3ecb020743fdbdf8ed3f8d9b76ac", + "hash": "0b4276ac6f825cff3fe5efbcd1ce670c", "highlights": [] }, { - "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": "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/pfc-ol-l-unfp-condamne-les-actes-imbeciles-des-pseudo-supporters-508867.html", + "link": "https://www.sofoot.com/la-crise-de-romelu-lukaku-a-chelsea-509063.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", + "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", @@ -102088,20 +104134,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "175bd9ab39f09e6cb086ab09f053e7f3", + "hash": "4217c36886586958b157970435571f12", "highlights": [] }, { - "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": "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/kylian-mbappe-je-finirai-la-saison-au-psg-508866.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-29T08:32:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-kylian-mbappe-je-finirai-la-saison-au-psg-1640768559_x600_articles-508866.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", @@ -102110,20 +104156,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "06c155dcf2fa619e73d50a61581ea210", + "hash": "613921d44380b7507c56b19ad334814e", "highlights": [] }, { - "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": "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/la-rencontre-as-vitre-nantes-se-jouera-bien-a-la-beaujoire-508865.html", + "link": "https://www.sofoot.com/top-50-transferts-avortes-de-40-a-31-508999.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", + "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", @@ -102132,20 +104178,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4fd35515f18160e79eba2c0e3f7443d", + "hash": "6387a9eb22dcb66ef26c2478343a48ca", "highlights": [] }, { - "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": "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/l-ol-prend-acte-des-sanctions-de-la-fff-508864.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-29T07:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-ol-prend-acte-des-sanctions-de-la-fff-1640766010_x600_articles-508864.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", @@ -102154,20 +104200,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "86728e9334400056ddc14e03e0d9c2e4", + "hash": "afaa91100e31ef3d84c7f9233c6011ef", "highlights": [] }, { - "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": "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/pronostic-manchester-united-burnley-analyse-cotes-et-prono-du-match-de-premier-league-508862.html", + "link": "https://www.sofoot.com/thiago-silva-prolonge-son-contrat-d-un-an-a-chelsea-509062.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", + "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", @@ -102176,20 +104222,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5dafa86d18f4c27c70885b8ffd260914", + "hash": "87a130fae6bc52c0e66ef700013334c9", "highlights": [] }, { - "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": "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/pronostic-fc-porto-benfica-analyse-cotes-et-prono-du-match-de-liga-nos-508863.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-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", + "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", @@ -102198,20 +104244,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1df0bee6fe204c13dab011063067a56", + "hash": "cfbfef017faca41cfc7867423388d2ff", "highlights": [] }, { - "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, 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/lyon-2021-l-annee-noire-508853.html", + "link": "https://www.sofoot.com/mauricio-pochettino-n-a-pas-de-nouvelles-de-messi-509061.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", + "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", @@ -102220,20 +104266,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "12c7463c7c6c9a4835b6e19c76b1fdd9", + "hash": "d41730d6c47e5919a1136bdbe57eeb6d", "highlights": [] }, { - "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": "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/messi-le-mauvais-reve-508839.html", + "link": "https://www.sofoot.com/albert-cartier-prend-les-commandes-de-l-as-nancy-lorraine-509059.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", + "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", @@ -102242,20 +104288,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "80986c9c8c65e5d45aded17d5779058b", + "hash": "e62dd87e67401b854c7414feaba14c95", "highlights": [] }, { - "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": "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/les-10-coups-tactiques-de-l-annee-2021-508816.html", + "link": "https://www.sofoot.com/lucas-paqueta-de-retour-a-lyon-apres-son-isolement-509057.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", + "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", @@ -102264,20 +104310,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc68e1aa9312b37e6e2d62dfc844450e", + "hash": "d9a0b537ec1f81eedacf8b9aa6804bcd", "highlights": [] }, { - "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": "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/liverpool-chute-a-leicester-508840.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-28T21:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-liverpool-chute-a-leicester-1640729061_x600_articles-alt-508840.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", @@ -102286,20 +104332,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "15e2dd0793cb4fbed89a91fa0eed49c0", + "hash": "769f592de0d072c1579e96c02e49c5a7", "highlights": [] }, { - "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": "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/en-direct-leicester-liverpool-508852.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-28T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-leicester-liverpool-1640725221_x600_articles-alt-508852.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", @@ -102308,19 +104354,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1d0f71b4549b8ee0c610e2eb83025a6" + "hash": "6b1958a7c50956627dd8a07a42f45aff", + "highlights": [] }, { - "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": "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/un-jeune-fan-de-qpr-ovationne-apres-avoir-vaincu-le-cancer-508860.html", + "link": "https://www.sofoot.com/alfred-schreuder-prend-la-succession-de-phlippe-clement-a-bruges-509049.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", + "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", @@ -102329,19 +104376,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "92271f7c11101f81b5e0c9f4445dae08" + "hash": "54622439083d5da5a95d03c5f9fcc4fc", + "highlights": [] }, { - "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": "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/pfc-ol-pierre-ferracci-s-exprimera-le-5-janvier-a-propos-des-sanctions-de-la-fff-508858.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-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", + "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", @@ -102350,19 +104398,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c971f22d3db996406de279b3137e57c" + "hash": "020c1af2b854968d0cf5cc1324e78559", + "highlights": [] }, { - "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": "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/palomino-champion-d-europe-des-interceptions-en-2021-tchouameni-roi-des-tacles-508857.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-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", + "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", @@ -102371,19 +104420,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ce5de1bcfd8ab24cb7cd7f7d4d54cad" + "hash": "01239d027d15c166f6f299a876466990", + "highlights": [] }, { - "title": "West Ham se requinque à Watford", - "description": "

    ", - "content": "

    ", + "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/west-ham-se-requinque-a-watford-508851.html", + "link": "https://www.sofoot.com/lens-lille-au-nord-c-etait-omicron-509044.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", + "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", @@ -102392,19 +104442,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "703eaf011c32a2601e5c2044a3055369" + "hash": "76d88e9d8f57925f285e66421b917d15", + "highlights": [] }, { - "title": "Crystal Palace en balade face à Norwich", - "description": "

    ", - "content": "

    ", + "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/crystal-palace-en-balade-face-a-norwich-508850.html", + "link": "https://www.sofoot.com/quand-manuel-amoros-filait-a-la-mexicaine-508960.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", + "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", @@ -102413,19 +104464,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bb12e2a2ebcd635465ab09a56fc5376d" + "hash": "969adce879810ab378a13bc8e77a2383", + "highlights": [] }, { - "title": "Tottenham bloqué à Southampton", - "description": "

    ", - "content": "

    ", + "title": "Ocampos sort le FC Séville du traquenard Cadix", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/tottenham-bloque-a-southampton-508856.html", + "link": "https://www.sofoot.com/ocampos-sort-le-fc-seville-du-traquenard-cadix-509011.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", + "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", @@ -102434,19 +104486,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "584849e03bb7e67187bdc97e03521362" + "hash": "a6122dca7659a62891f4cbe7bceb4b19", + "highlights": [] }, { - "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": "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/lorenzo-insigne-pourrait-rejoindre-le-toronto-fc-508859.html", + "link": "https://www.sofoot.com/le-psg-tranquille-a-vannes-509047.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", + "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", @@ -102455,19 +104508,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c64f1a1ba1550379f9d7daed5d0806f5" + "hash": "ae829a42fa0ca5d54286358fbc030111", + "highlights": [] }, { - "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": "Manchester United tombe face à Wolverhampton", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/ben-chilwell-forfait-jusqu-a-la-fin-de-la-saison-a-chelsea-508855.html", + "link": "https://www.sofoot.com/manchester-united-tombe-face-a-wolverhampton-509042.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", + "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", @@ -102476,19 +104530,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc095efc798d51b0d185e591fe490622" + "hash": "e81a5b158d297643ce1246fac177e055", + "highlights": [] }, { - "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": "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/les-ultramarines-stoppent-leur-activite-a-cause-du-retour-de-la-jauge-508854.html", + "link": "https://www.sofoot.com/en-direct-vannes-paris-s-g-509029.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", + "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", @@ -102497,19 +104552,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "77b0778ddbbc4a5c3a0b8b0a73ec4256" + "hash": "6f583252d2c104a11adccca3ff35646e", + "highlights": [] }, { - "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": "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/mbappe-comme-un-grand-508848.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-28T15:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-mbappe-comme-un-grand-1640701369_x600_articles-alt-508848.jpg", + "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", @@ -102518,19 +104574,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "10db692209d0e0d32db8e8d4e72800fc" + "hash": "d751849cdc9312cd16c2bab556095979", + "highlights": [] }, { - "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": "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/jorge-jesus-quitte-benfica-a-deux-jours-du-choc-contre-porto-508849.html", + "link": "https://www.sofoot.com/philippe-clement-est-le-nouvel-entraineur-de-l-as-monaco-509046.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", + "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", @@ -102539,19 +104596,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d3ebb98ae4a0ad6c8de50b7384c1dd8" + "hash": "96aa1d91d4e91e6faea1d2892e0cda27", + "highlights": [] }, { - "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": "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/ferran-torres-s-engage-officiellement-avec-le-barca-508847.html", + "link": "https://www.sofoot.com/romain-faivre-et-la-panenka-de-la-discorde-509041.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", + "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", @@ -102560,19 +104618,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "023505582e9bf89117764a20d26696b7" + "hash": "0c932cd51c177e6ebda3d1a6eefba959", + "highlights": [] }, { - "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": "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/bristol-city-en-grave-deficit-financier-a-cause-de-la-pandemie-508846.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-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", + "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", @@ -102581,19 +104640,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5d8a0643a06f6c78ccd289fb6a03364" + "hash": "3e577cbe3bd8b1b3e1145c22d057a34a", + "highlights": [] }, { - "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": "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/hugo-maradona-le-frere-cadet-de-diego-est-decede-508845.html", + "link": "https://www.sofoot.com/douze-absents-dans-le-groupe-parisien-pour-affronter-vannes-509032.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", + "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", @@ -102602,19 +104662,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce96612dd02a0e5491fbd7e005bcb2d4" + "hash": "e8890521f76f1b366304cc724676ab34", + "highlights": [] }, { - "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": "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/om-2004-retour-sur-l-epopee-marseillaise-jusqu-en-finale-de-coupe-de-l-uefa-508717.html", + "link": "https://www.sofoot.com/jerome-mombris-guingamp-prend-sa-retraite-509039.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", + "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", @@ -102623,19 +104684,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c2bf6d759e5abc3b7d5e811c6c58af4" + "hash": "7131bc1f5205ffa3b3df3df0e7e67314", + "highlights": [] }, { - "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": "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/les-50-publicites-avec-des-footeux-de-40-a-31-508636.html", + "link": "https://www.sofoot.com/quatre-joueurs-du-fc-metz-touches-par-la-covid-19-509038.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", + "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", @@ -102644,19 +104706,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2666574fa1cd430413100e6e706c882b" + "hash": "fc67ca2e2d459ac4035f07e968ee36d1", + "highlights": [] }, { - "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": "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/le-rc-lens-demande-a-avancer-le-derby-en-coupe-de-france-face-a-lille-508844.html", + "link": "https://www.sofoot.com/au-chili-un-couple-appelle-son-fils-griezmann-mbappe-509034.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", + "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", @@ -102665,19 +104728,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e6e45d7d25c096e1dbcbec10f7dc679" + "hash": "4101a6520de7717c078d4f241305b979", + "highlights": [] }, { - "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": "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/5-000-la-jauge-de-l-absurde-508838.html", + "link": "https://www.sofoot.com/barcelone-fait-pression-sur-dembele-509036.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", + "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", @@ -102686,19 +104750,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "38480107343d2cf5de480f48d15d9e52" + "hash": "77e320b6b3019e08763e73338103db75", + "highlights": [] }, { - "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": "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/emil-forsberg-elu-ballon-d-or-en-suede-508842.html", + "link": "https://www.sofoot.com/officiel-michael-cuisance-s-engage-avec-venise-509040.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", + "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", @@ -102707,19 +104772,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d7d8f4b45d911351b9c5061454efa935" + "hash": "19b3a27e1bc04ca441f912a7405826f9", + "highlights": [] }, { - "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": "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/ronaldinho-messi-je-pensais-qu-il-finirait-sa-carriere-a-barcelone-508843.html", + "link": "https://www.sofoot.com/bruno-irles-est-le-nouvel-entraineur-de-troyes-509037.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", + "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", @@ -102728,19 +104794,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb3ce6bfcdf97b5cc018df229c1f37e7" + "hash": "d598627596213039b0794c89ca6ae12a", + "highlights": [] }, { - "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": "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/pfc-ol-la-video-surveillance-du-parcage-incrimine-trois-hooligans-lyonnais-508841.html", + "link": "https://www.sofoot.com/jean-louis-garcia-intronise-entraineur-de-seraing-509028.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", + "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", @@ -102749,19 +104816,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "893b1880b9665bf5dfa3deeb0c119259" + "hash": "12a7bcfd9f6ab7bb125da9e073aece6a", + "highlights": [] }, { - "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": "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/jose-luis-mendilibar-prend-les-commandes-du-deportivo-alaves-508837.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-28T09:56:00Z", - "enclosure": "", + "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", @@ -102770,19 +104838,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "74342ec96b812143a59b31ade7863821" + "hash": "e0f08e0dee177cf41983dc3a8cce84b3", + "highlights": [] }, { - "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": "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/cruzeiro-ronaldo-va-envoyer-77-millions-d-euros-a-la-fifa-pour-eponger-une-dette-508808.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-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-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", @@ -102791,19 +104860,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b6e11af463f9cbcc6d750ebe73ce7d2" + "hash": "5399cb4870a84fd9dc1ec040b4019d50", + "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": "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/comment-le-foot-s-est-fait-une-place-en-or-sur-instagram-508565.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-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-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", @@ -102812,19 +104882,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c931a556ab3f68ae310921ba112b8a3f" + "hash": "6d026e0180e53aa3ab3d1632a496d52c", + "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": "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/can-2022-nasser-djiga-empeche-par-de-rejoindre-la-selection-burkinabee-par-le-fc-bale-508806.html", + "link": "https://www.sofoot.com/top-50-transferts-avortes-de-50-a-41-508967.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-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", @@ -102833,19 +104904,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8707a2007e52f0b161be8e7be93d583" + "hash": "da5da75bfea705260b1a35eaeda88b06", + "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": "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/a-la-treve-la-ligue-1-signe-sa-saison-la-plus-prolifique-depuis-40-ans-508805.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-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-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", @@ -102854,19 +104926,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f815e006f13e564bd1404268665d988" + "hash": "6d2c54616528c62194ee7e32ccbed331", + "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": "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/maroc-imbroglio-autour-d-ez-abde-avant-la-can-508804.html", + "link": "https://www.sofoot.com/simeone-espere-conserver-kieran-trippier-a-l-atletico-509022.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-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", @@ -102875,19 +104948,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "779729142e42844cd49616cbb1764d8d" + "hash": "70627198ad3b07515ac87444e534486a", + "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": "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/paulo-sousa-en-conflit-avec-la-federation-polonaise-alors-qu-il-souhaite-rejoindre-flamengo-bresil-508802.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-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-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", @@ -102896,19 +104970,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0796a4e999f96e6a40521dabdf6b1d1a" + "hash": "67ff7aebfd8319ecea5b1de29492c3c4", + "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": "Ö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/chelsea-thomas-tuchel-enrage-apres-la-rechute-de-n-golo-kante-508800.html", + "link": "https://www.sofoot.com/ozil-veut-acheter-un-club-de-d3-turque-509020.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-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", @@ -102917,19 +104992,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c769f241d3b563b95f0f9a4b589d138" + "hash": "2595eaef0427245464e211de2f3d0ca3", + "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": "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/premier-league-arsenal-wolverhampton-egalement-reporte-508801.html", + "link": "https://www.sofoot.com/brest-bordeaux-jimmy-briand-denonce-une-mascarade-509019.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-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", @@ -102938,19 +105014,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e0e59153fce5abe5df2379874d5318b" + "hash": "fb685b0e93fdadacbd061737d60fa2e6", + "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": "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/pronostic-leicester-liverpool-analyse-cotes-et-prono-du-match-de-premier-league-508799.html", + "link": "https://www.sofoot.com/olivier-veran-contre-les-jauges-proportionnelles-dans-les-stades-509017.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-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", @@ -102959,19 +105036,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e31c21788475e3b2247d4222e6b538f5" + "hash": "a80bb4aa107f812b2f467c30f82c79e1", + "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": "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/pronostic-crystal-palace-norwich-analyse-cotes-et-prono-du-match-de-premier-league-508798.html", + "link": "https://www.sofoot.com/la-fiorentina-officialise-l-arrivee-de-jonathan-ikone-509016.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-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", @@ -102980,19 +105058,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "301c05380a8201360151416d55c0e6e8" + "hash": "e12f2c3cc665fa3ce0f071cc236382fe", + "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": "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/pronostic-southampton-tottenham-analyse-cotes-et-prono-du-match-de-premier-league-508797.html", + "link": "https://www.sofoot.com/pedretti-ne-supporte-plus-sa-situation-a-nancy-509015.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-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", @@ -103001,19 +105080,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "263fac47512f8e0bd3cfff558c5de7bd" + "hash": "f792176825bc5faee43689d5ca4ffa0d", + "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": "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/pronostic-watford-west-ham-analyse-cotes-et-prono-du-match-de-premier-league-508796.html", + "link": "https://www.sofoot.com/ralf-rangnick-ne-veut-pas-lacher-edinson-cavani-509014.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-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", @@ -103022,19 +105102,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "09bffac4ce17b6b9b04019eae0ba9294" + "hash": "0d2d21e95945570acfb99d551bcd70b0", + "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": "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/ces-trois-infos-du-week-end-vont-vous-etonner-508789.html", + "link": "https://www.sofoot.com/l-hommage-de-saliba-a-mandanda-509013.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-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", @@ -103043,19 +105124,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bcad9ff0b206be8e04fd8cb523142d7a" + "hash": "6b76d6db0cbbaf82cc6ed2a6eaf6f2e0", + "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": "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/ou-est-passe-adama-traore-508787.html", + "link": "https://www.sofoot.com/pfc-ol-lourdes-ids-contre-des-supporters-du-psg-509012.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-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", @@ -103064,19 +105146,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7d44ed5f570cfc83a3703166f9ddbc8" + "hash": "aa2b7b06314f8838a7277d5614ea6d0d", + "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": "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/qu-est-devenue-l-equipe-type-de-l-euro-2020-508781.html", + "link": "https://www.sofoot.com/ces-trois-infos-du-week-end-vont-vous-etonner-509009.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-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", @@ -103085,19 +105168,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "90e06305936b1f8816f7313c1f22cb8f" + "hash": "f59920638f35af352603d0cb99073d00", + "highlights": [] }, { - "title": "Brighton dispose de Brentford", - "description": "

    ", - "content": "

    ", + "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/brighton-dispose-de-brentford-508795.html", + "link": "https://www.sofoot.com/un-an-de-pochettino-au-psg-508961.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-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", @@ -103106,19 +105190,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0b086c8db7c7eb566281af23631d06e" + "hash": "30cdf6427ace479546e34490262023e1", + "highlights": [] }, { - "title": "Chelsea plie Aston Villa ", - "description": "

    ", - "content": "

    ", + "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/chelsea-plie-aston-villa-508729.html", + "link": "https://www.sofoot.com/quand-c-est-pas-sorcier-s-invitait-a-sochaux-508870.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-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", @@ -103127,19 +105212,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8cd64634c1052f7dd04fdb7c6410c1ad" + "hash": "b488fba04ab8ed58018e7bfd4bab2d24", + "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": "Le Barça se reprend à Majorque", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/l-union-saint-gilloise-s-endort-sur-la-gantoise-508791.html", + "link": "https://www.sofoot.com/le-barca-se-reprend-a-majorque-509010.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-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", @@ -103148,19 +105234,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a05f625a260af3274f97affc8ecdf37" + "hash": "9250787dbb78d840fb5b71a54da82cc8", + "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": "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/en-direct-aston-villa-chelsea-508731.html", + "link": "https://www.sofoot.com/marseille-surclasse-chauvigny-sans-forcer-508985.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-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", @@ -103169,19 +105256,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f8d5515f035da78f27913a9eda13f931" + "hash": "b0af26039bcfe6b91c3c18f61720780c", + "highlights": [] }, { - "title": "Tottenham poursuit sa remontée face à Palace", - "description": "Ça enchaîne, chez les Spurs de Kane.

    ", - "content": "

    ", + "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/tottenham-poursuit-sa-remontee-face-a-palace-508783.html", + "link": "https://www.sofoot.com/en-direct-chauvigny-marseille-508977.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-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", @@ -103190,19 +105278,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "da991d78f2b7349590d8ab3e044c910c" + "hash": "8c9a3307e38e6ff69c21706b105ddf29", + "highlights": [] }, { - "title": "Arsenal déplume Norwich", - "description": "Avec un but du Père Lacazette.

    ", - "content": "

    ", + "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/arsenal-deplume-norwich-508772.html", + "link": "https://www.sofoot.com/monaco-et-saint-etienne-facile-reims-et-amiens-passent-508990.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-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", @@ -103211,19 +105300,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "11636fa3bb0dbb2fdd193ee13af56db5" + "hash": "6826d9462118a19470831f6a4a0c9a3b", + "highlights": [] }, { - "title": "Piégé par Southampton, West Ham perd du terrain", - "description": "La surprise du jour.

    ", - "content": "

    ", + "title": "Alavés et la Real se partagent les points", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/piege-par-southampton-west-ham-perd-du-terrain-508753.html", + "link": "https://www.sofoot.com/alaves-et-la-real-se-partagent-les-points-508984.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-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", @@ -103232,19 +105322,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7bcf6ffa3d718bb68c0a1023641e332d" + "hash": "ef398b8c7e2e8c4e0cccbdb8fab1c7d3", + "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": "Le Betis impuissant face au Celta", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/city-enguirlande-leicester-508780.html", + "link": "https://www.sofoot.com/le-betis-impuissant-face-au-celta-508983.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-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", @@ -103253,19 +105344,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "00a9da6ac2282b321c154cbdc96f1bfc" + "hash": "c29452e458229cf7633c489942a61ce3", + "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": "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/can-les-joueurs-pourront-rester-en-club-jusqu-au-3-janvier-508794.html", + "link": "https://www.sofoot.com/les-notes-de-chelsea-liverpool-509008.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-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", @@ -103274,19 +105366,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5dbdcf0f766b53adec3a4cc3e837b192" + "hash": "d6f877a0d0b32633a64adc36ab23128b", + "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": "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/facundo-medina-en-garde-a-vue-pour-des-violences-sur-son-ex-compagne-508793.html", + "link": "https://www.sofoot.com/chelsea-s-agrippe-a-liverpool-509004.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-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", @@ -103295,19 +105388,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4543a83e9691d30a0ce5c10f15b5851e" + "hash": "db838afaee5849de8efca3f4c5e210cb", + "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": "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/le-shandong-taishan-de-fellaini-champion-de-chine-508792.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-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-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", @@ -103316,19 +105410,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "66838df8be3e682cb364dea2e3fbf058" + "hash": "ef763609449a929a62550e40183306f7", + "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": "L'Atlético se relance face au Rayo Vallecano", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-le-multiplex-du-boxing-day-en-premier-league-508782.html", + "link": "https://www.sofoot.com/l-atletico-se-relance-face-au-rayo-vallecano-509002.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-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", @@ -103337,19 +105432,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea4deb4f93f3fbabc4c093b9c57b30ac" + "hash": "2286ae30a98c32c9fea94dac658e0eca", + "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": "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/leeds-aston-villa-egalement-reporte-a-cause-du-covid-508790.html", + "link": "https://www.sofoot.com/en-direct-chelsea-liverpool-509007.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-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", @@ -103358,19 +105454,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "82f8a253f2375e6c0df1a4c9825559a6" + "hash": "03280de03e534e1c19766c7d55926054", + "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": "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/jeremie-boga-a-l-atalanta-bergame-des-janvier-508788.html", + "link": "https://www.sofoot.com/liverpool-prive-d-alisson-matip-et-firmino-contre-chelsea-509006.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-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", @@ -103379,19 +105476,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab0cb4660d027a3d38d395a388a356bc" + "hash": "dc486c36c5f41fafce51ec3faf3dcf11", + "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": "Leeds respire, Everton s'asphyxie et Brentford se donne de l'air", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/reims-s-offre-andreaw-gravillon-jusque-2025-508786.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-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-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", @@ -103400,19 +105498,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "89bc7fbcc2754c084ae3155912444778" + "hash": "9b0da964f1daad5f0371079a3bb3e167", + "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": "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/patrick-vieira-positif-tottenham-crystal-palace-maintenu-508785.html", + "link": "https://www.sofoot.com/southampton-fin-de-carriere-pour-sam-mcqueen-509003.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-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", @@ -103421,19 +105520,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "328ebe2bb81ece414a4c87571c780359" + "hash": "7f1a57f979c8e9bbde23043160db98d1", + "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": "Getafe cueille le Real Madrid", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/bonucci-cristiano-sait-qu-il-va-prendre-des-coups-508784.html", + "link": "https://www.sofoot.com/getafe-cueille-le-real-madrid-508982.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-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", @@ -103442,19 +105542,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "738c478a30ea799304390860496f8a90" + "hash": "507f7f050e34c9958f176a8c71480eb0", + "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": "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/john-westwood-et-portsmouth-une-histoire-a-l-ancre-bleue-507429.html", + "link": "https://www.sofoot.com/l-entraineur-de-francfort-victime-d-un-accident-de-scooter-509001.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-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", @@ -103463,19 +105564,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d169d02bee87fa64b16bcc15fb1ce9a4" + "hash": "d5b33b00e833cbfecf58f4af16d1eb0f", + "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
    \n
    Arrivé 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": "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/rafinha-va-rejoindre-la-real-sociedad-en-pret-jusqu-a-la-fin-de-la-saison-508779.html", + "link": "https://www.sofoot.com/brest-domine-bordeaux-nantes-et-toulouse-assurent-508962.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-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", @@ -103484,19 +105586,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed6c3fd82f68c8cc1fd864aad87480d6" + "hash": "6921b2fc66322f8e65cd3fd396030f27", + "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": "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 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": "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/angleterre-jusqu-a-dix-ans-d-interdiction-de-stade-pour-des-propos-racistes-en-ligne-508777.html", + "link": "https://www.sofoot.com/une-equipe-tahitienne-va-remplacer-auckland-au-mondial-des-clubs-508997.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-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", @@ -103526,19 +105630,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bab90a499b54272fbc41efd2ea3c2726" + "hash": "0f2e723e57f1247f028b8aa585e51ddf", + "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
    \n
    Intronisé coach d'Aston Villa début novembre, Steven Gerrard…

    ", + "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/steven-gerrard-positif-a-la-covid-19-508776.html", + "link": "https://www.sofoot.com/chelsea-sans-lukaku-face-a-liverpool-508996.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-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", @@ -103547,19 +105652,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "51e507d296b6e0f662add0b48f63c4ca" + "hash": "0690a991d57041301b47d5e470fb9045", + "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": "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/le-fils-de-mickael-pagis-signe-son-premier-contrat-pro-a-lorient-508775.html", + "link": "https://www.sofoot.com/messi-positif-a-la-covid-19-508994.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-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", @@ -103568,19 +105674,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7aad304daa17836fb0c9ebbba43b3a82" + "hash": "0f7f6999daee6ef99e199642deebfde4", + "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": "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/pele-a-quitte-l-hopital-508774.html", + "link": "https://www.sofoot.com/aubameyang-cible-par-newcastle-508993.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-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", @@ -103589,19 +105696,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b1266d68e5247d03b516ff45df8077d" + "hash": "04831eb601a7ef7cffe7233656cda058", + "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 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/boxing-day-240e-a-gagner-avec-arsenal-tottenham-508733.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-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-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", @@ -103610,19 +105718,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "039da57ec354d8093a3c31972a66d136" + "hash": "ec93a7371c8fbcc2420467f8bac61ff7", + "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": "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/premier-league-les-enjeux-du-boxing-day-2021-508756.html", + "link": "https://www.sofoot.com/watford-retient-ismaila-sarr-la-federation-senegalaise-enrage-508991.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-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", @@ -103631,19 +105740,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "835d562634f5bc3b00ea3db3e7327bcd" + "hash": "66ef4349a8e0acdf00a1c2874efdc92d", + "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": "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/felice-mazzu-l-amour-avant-tout-508724.html", + "link": "https://www.sofoot.com/jean-pierre-defontaine-ancien-president-du-rc-lens-est-decede-508988.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-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", @@ -103652,19 +105762,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "038d0abe06ed3e90225718510a4289a2" + "hash": "13f05151e1d0e543b74dd71b7c7eee2f", + "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": "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/jean-onana-forfait-pour-la-coupe-d-afrique-des-nations-508773.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-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-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", @@ -103673,19 +105784,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "48b6e00fb4b7cdbfa135ef4d05ac67da" + "hash": "a60707aed0578dfbadaecb103fe6b5e0", + "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": "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/le-defenseur-sofiane-loukar-mc-saida-decede-lors-d-une-rencontre-de-d2-algerienne-508771.html", + "link": "https://www.sofoot.com/vanderson-premiere-recrue-hivernale-de-l-as-monaco-508986.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-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", @@ -103694,19 +105806,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f8c0505ee708baefc3833e9dab4b8e01" + "hash": "3e3a14b28fe06b6da8b41f18d53c4816", + "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": "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/le-mali-devoile-sa-liste-pour-la-can-508770.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-25T16:34:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-mali-devoile-sa-liste-pour-la-can-1640449766_x600_articles-508770.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", @@ -103715,19 +105828,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "81651810a575f54d3cdc64235dd85787" + "hash": "226fe5986f1067b6225dc456b24c29af", + "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": "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/daniel-sturridge-condamne-a-payer-30-000-dollars-a-l-homme-qui-a-retrouve-son-chien-508767.html", + "link": "https://www.sofoot.com/sacha-houlie-les-jauges-proportionnelles-une-question-de-justice-508974.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-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", @@ -103736,19 +105850,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab0f5f7ac6e52eb01fc9dcac45c9df2b" + "hash": "8d0d504cdd372fad74eabced14f74789", + "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": "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/kerem-akturkoglu-signe-le-missile-du-jour-508769.html", + "link": "https://www.sofoot.com/chelsea-liverpool-the-last-chance-508963.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-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", @@ -103757,19 +105872,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2b7f6d2c242a00b1b7791154812e724" + "hash": "ee88bccd1198e72d552e3db7c7ba53c2", + "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": "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/victor-osimhen-present-avec-le-nigeria-pour-la-coupe-d-afrique-des-nations-508768.html", + "link": "https://www.sofoot.com/erwan-lannuzel-bergerac-j-ai-enormement-fait-l-eponge-508912.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-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", @@ -103778,19 +105894,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eeedcc843067ab64d7b0150cbd4efa9d" + "hash": "d241b02a01d0f329c5149fa0301314d2", + "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": "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/franck-ribery-si-je-vivais-pour-l-argent-je-ne-serais-pas-la-508765.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-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-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", @@ -103799,19 +105916,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c3c6edfba30bf01c661ad0d0b8218fc" + "hash": "0209758f9cdeb2d072003882542c3b94", + "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": "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/le-jour-ou-l-operation-pere-noel-a-tourne-au-vinaigre-a-aston-villa-508750.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-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-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", @@ -103820,19 +105938,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e2c5de1f93395db4a45d2a1a22f80ab" + "hash": "25caeca738386e1aa8299a2a640750c1", + "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": "Le West Ham de Manuel Lanzini cruel contre Crystal Palace", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/leeds-aston-villa-egalement-reporte-a-cause-de-la-covid-508790.html", + "link": "https://www.sofoot.com/le-west-ham-de-manuel-lanzini-cruel-contre-crystal-palace-508981.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-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", @@ -103841,19 +105960,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f895bff0906482ccdbd14ea60c44c4df" + "hash": "558d9590a45b74c5b946ceddcc4d26b1", + "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": "Tottenham règle Watford au buzzer", + "description": "

    ", + "content": "

    ", "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/tottenham-regle-watford-au-buzzer-508979.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-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", @@ -103862,19 +105982,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ef21791f154a357030ddb0fbba72d51" + "hash": "1947456abfa729bb2b5d0b34a8212c8f", + "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": "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/pronostic-newcastle-manchester-united-analyse-cotes-et-prono-du-match-de-premier-league-508710.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-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-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", @@ -103883,19 +106004,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "46bb95dc340ac34419b2103c32b8c4ef" + "hash": "71a104e64477d0a86e5e9d7680d3870f", + "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": "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/l-etat-des-stades-au-gabon-fait-scandale-508764.html", + "link": "https://www.sofoot.com/saint-etienne-devoile-son-nouveau-logo-508980.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-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", @@ -103904,19 +106026,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c522963567d45a1ab3176f6d3ca22b8" + "hash": "68fdb5133fc60361d5b44067b26ca172", + "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": "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/dusan-tadic-devient-le-meilleur-passeur-decisif-de-l-histoire-sur-une-annee-civile-508766.html", + "link": "https://www.sofoot.com/city-congele-arsenal-508968.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-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", @@ -103925,19 +106048,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8eafac30746cf015a92aeaeaeb77a22" + "hash": "0f1323b40534cc4279ccbdd2b2675ce0", + "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": "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/selon-oliver-kahn-le-bayern-munich-n-a-pas-besoin-de-recrue-508762.html", + "link": "https://www.sofoot.com/les-notes-d-arsenal-manchester-city-508976.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-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", @@ -103946,19 +106070,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "118256016faeaa0b45ca17191b4c6796" + "hash": "47298a2dc8ffcf5a1fdb6e268a8317c5", + "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": "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/les-comores-devoilent-leur-liste-pour-la-can-508761.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-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-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", @@ -103967,19 +106092,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b4ca8a0c208b5658580c6376ef111ab" + "hash": "f738bf49750c79b41b02111b85ad1f03", + "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": "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/stole-dimitrievski-en-passe-de-s-engager-avec-le-barca-508760.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-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-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", @@ -103988,19 +106114,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6a4bb095dff2f8aefec5e6157810f96d" + "hash": "500b2cc33dafc0012750dbb93dd0ac34", + "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": "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/noel-noel-le-graet-ou-les-deux-508699.html", + "link": "https://www.sofoot.com/en-direct-arsenal-manchester-city-508971.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-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", @@ -104009,19 +106136,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3141d1efdb14e81f7fd334dc70c9841a" + "hash": "3ca5c5969b114c0b2478f03332617822", + "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": "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/top-10-buts-cadeaux-508658.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-25T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-top-10-buts-cadeaux-1640194748_x600_articles-alt-508658.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", @@ -104030,19 +106158,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "64f65bfe96364f22764295267d532cc8" + "hash": "6610cda2f27ac4defb0100b4075b0e01", + "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": "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/yussuf-poulsen-la-plupart-des-gens-seraient-morts-dans-la-situation-de-christian-eriksen-508759.html", + "link": "https://www.sofoot.com/juan-figer-pere-des-agents-s-est-eteint-508972.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-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", @@ -104051,19 +106180,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "55ec4ad65ee46d2f1455b2cdf1630614" + "hash": "1f87efe6de9955c4f1aeae6f76932e26", + "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": "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/algerie-mahrez-bennacer-et-brahimi-appeles-pour-la-can-508758.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-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-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", @@ -104072,19 +106202,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c0bb70eeca273d07da4404ffef898ec" + "hash": "573e607ec642851c39b7602e8d9fcaad", + "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": "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/bingourou-kamara-strasbourg-part-en-pret-a-charleroi-508757.html", + "link": "https://www.sofoot.com/mykolenko-signe-a-everton-508969.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-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", @@ -104093,19 +106224,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee7838c308dca599286bf857c96aec9a" + "hash": "c65859cf08f85c02fabd806b3f7b2bb7", + "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": "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/lewandowski-ballon-d-or-instagram-en-2021-508738.html", + "link": "https://www.sofoot.com/les-50-publicites-avec-des-footeux-1er-508685.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-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", @@ -104114,19 +106246,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "de49dd2d2b8babd47d87b131bd386ccd" + "hash": "c233e90d0264f433efb0f91f7b85170b", + "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": "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/fares-bahlouli-se-sent-toujours-bien-en-ukraine-508755.html", + "link": "https://www.sofoot.com/28-ans-apres-le-retour-des-tribunes-debout-en-angleterre-508965.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-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", @@ -104135,19 +106268,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf9f30793aff1dea45bdc9f61dac73fa" + "hash": "9a20bf474c99fdbc4853d51e529a8c76", + "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": "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/mazzu-devenir-selectionneur-des-diables-c-est-la-chose-qui-me-ferait-le-plus-plaisir-508754.html", + "link": "https://www.sofoot.com/salernitana-sauve-sur-le-gong-par-un-investisseur-napolitain-508964.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-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", @@ -104156,19 +106290,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5040992a42fd2b46883a7417c64cfa8c" + "hash": "91ab2fd230ba9c29ba09ccd53d6557f2", + "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": "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/l-ong-human-rights-watch-craint-que-la-can-soit-la-cible-d-attaques-508752.html", + "link": "https://www.sofoot.com/promis-ces-dix-mecs-vont-exploser-en-2022-508946.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-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", @@ -104177,19 +106312,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c824f02bf9c45fe90a490f0c816bdbf0" + "hash": "e0a2a6dc3290bce972e7a8b82abf0b06", + "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": "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/ikone-clap-de-faim-508745.html", + "link": "https://www.sofoot.com/lacazette-le-retour-du-canonnier-508922.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-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", @@ -104198,19 +106334,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f16fb3fbdbf7e2334c49b43d3810eccb" + "hash": "c3be78c42d7d861fee57911d786ee478", + "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": "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/la-main-de-dieu-voir-naples-diego-maradona-et-grandir-508691.html", + "link": "https://www.sofoot.com/on-vous-spoile-l-annee-2022-508439.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-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", @@ -104219,19 +106356,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb85762510ad1990e045477419ca911a" + "hash": "13af24a4fc10b02d229d4eb5ab8b04b9", + "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": "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/des-joueurs-de-ligue-1-s-unissent-pour-les-enfants-a-l-hopital-508751.html", + "link": "https://www.sofoot.com/nos-voeux-pour-les-clubs-de-ligue-1-508128.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-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", @@ -104240,19 +106378,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e96309a24b4a7b30a6d5696d410b31ca" + "hash": "39f2508aac597167a21686914e9e2cc0", + "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": "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/quand-l-angleterre-jouait-encore-le-jour-de-noel-e2-80-a6-178891.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-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": "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", @@ -104261,19 +106400,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ea2a6c87dc1de0ec275761d2eba79dd" + "hash": "411ed5bc467df2a5f469f4d076d71360", + "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": "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/quand-van-dijk-se-fait-casser-la-gueule-dans-une-serie-neerlandaise-508749.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-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": "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", @@ -104282,19 +106422,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4adc91abcb589bfb5ad4735ce7dfe615" + "hash": "fc805102b4540e886e0161aedf39d881", + "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": "L'Espanyol coiffe Valence dans le money time", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/la-rencontre-entre-burnley-et-everton-finalement-reportee-508715.html", + "link": "https://www.sofoot.com/l-espanyol-coiffe-valence-dans-le-money-time-508930.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": "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", @@ -104303,19 +106444,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f753ab6cb4c0e4de35761534a0710ce9" + "hash": "71633202f1aa9a20b9ef2b28fa57ae69", + "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": "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/pronostic-norwich-arsenal-analyse-cotes-et-prono-du-match-de-premier-league-508709.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-24T11:56:00Z", - "enclosure": "", + "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", @@ -104324,19 +106466,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c8b8ae3600af681978b29c400705181" + "hash": "2ad9ad6c8e7418b5d1c34d0b58902e64", + "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": "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/pronostic-burnley-everton-analyse-cotes-et-prono-du-match-de-premier-league-508707.html", + "link": "https://www.sofoot.com/pour-carragher-liverpool-doit-ressembler-davantage-a-chelsea-508958.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": "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", @@ -104345,19 +106488,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6342b227fb70bf803ed22175ba20f2f" + "hash": "788db40738f03041c4e4cebadbfcbce9", + "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": "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/can-2022-pas-de-surprise-dans-la-liste-du-senegal-508748.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-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": "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", @@ -104366,19 +106510,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "086ee247fed270279cfa3ad77a044d77" + "hash": "9addd2c3ea5c4ae7eac83cd26e14daf4", + "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": "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/jean-clair-todibo-invite-des-jeunes-de-son-premier-club-sur-la-cote-d-azur-508747.html", + "link": "https://www.sofoot.com/sako-vous-n-aimeriez-pas-revoir-aubameyang-a-saint-etienne-508956.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": "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", @@ -104387,19 +106532,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3637e6c624fa25441cd5476d73f4ffe" + "hash": "85cab26193ef8d28e53d4f2a0da63f0c", + "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": "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/nestor-el-maestro-goztepe-la-vie-est-trop-courte-pour-la-passer-a-defendre-super-bas-508743.html", + "link": "https://www.sofoot.com/le-stadio-olimpico-bientot-renomme-paolo-rossi-508953.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": "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", @@ -104408,19 +106554,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1624a4525d2a3541fc911b8f65d59535" + "hash": "bbe39129542573588eab3e1cfa678eef", + "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": "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/pronostic-brighton-brentford-analyse-cotes-et-prono-du-match-de-premier-league-508705.html", + "link": "https://www.sofoot.com/l-ajax-rapatrie-brian-brobbey-en-pret-508950.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": "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", @@ -104429,19 +106576,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4a7d849a0503096abd946e6b5613f9a" + "hash": "4c50ca9dddae53b354c412efe1125ae2", + "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": "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/bayern-une-statue-de-gerd-muller-va-etre-erigee-devant-l-allianz-arena-508746.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-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": "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", @@ -104450,19 +106598,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0d41383e20421c116d689afb82cc67b" + "hash": "fe44b7364762f5cf85390cf09b3f49e1", + "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": "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/pronostic-aston-villa-chelsea-analyse-cotes-et-prono-du-match-de-premier-league-508701.html", + "link": "https://www.sofoot.com/fabio-coentrao-raconte-sa-nouvelle-vie-de-pecheur-508948.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": "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", @@ -104471,19 +106620,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dadfb5abf439e2a28aca4f1ddcdc64f2" + "hash": "b964e23801871de4fa8bdbc5fcff2d86", + "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": "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/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/les-stades-de-foot-sont-il-vraiment-une-terre-de-contagion-508929.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": "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", @@ -104492,19 +106642,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fca3dbd050a365e15fd06a4f57b4f7f2" + "hash": "7be085703d2596320c4d15db2a84e8f6", + "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": "\"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/pronostic-west-ham-southampton-analyse-cotes-et-prono-du-match-de-premier-league-508698.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-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": "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", @@ -104513,19 +106664,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d2b982d8b95947ba0d768b7f8263730" + "hash": "740ed5350fbda758b4e010ec93359c9d", + "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": "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/pronostic-tottenham-crystal-palace-analyse-cotes-et-prono-du-match-de-premier-league-508695.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-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": "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", @@ -104534,19 +106686,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ff7ba3c9251b9dd86c911d433a6850c" + "hash": "860e2d285a20099e57d7c666d5f87380", + "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": "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/des-antivax-manifestent-devant-chez-alan-shearer-mais-se-trompent-de-maison-508742.html", + "link": "https://www.sofoot.com/tuchel-reagit-froidement-aux-propos-de-lukaku-508945.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": "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", @@ -104555,19 +106708,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f8995ff1947540c6a3487d462ed8ea2" + "hash": "bb02f8c375cbe093fa6903af60ea3112", + "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": "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/coupe-de-france-les-supporters-lillois-interdits-de-deplacement-a-lens-508741.html", + "link": "https://www.sofoot.com/le-nigeria-finalement-sans-osimhen-et-dennis-pour-la-can-508944.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": "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", @@ -104576,19 +106730,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "67240410876a0ad24b6428a89bf5664d" + "hash": "0b9f35dd445e472a05168a8de3e3afa3", + "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": "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/mikel-arteta-se-defend-d-etre-dictatorial-ou-impitoyable-concernant-aubameyang-508740.html", + "link": "https://www.sofoot.com/niko-kovac-le-rocher-encore-delaisse-508933.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": "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", @@ -104597,19 +106752,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cde0ab14d11c2f42ed7ac13fb6a0fe0f" + "hash": "8c398af4f7b8569c6b96719a9e408bc8", + "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": "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/l-as-vitre-ne-veut-pas-jouer-son-16es-de-finale-a-la-beaujoire-508739.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-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": "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", @@ -104618,19 +106774,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0d146d239ffe147047e2b0f154aeb09" + "hash": "e325867de771dbc8d2a73f5ad4a484c2", + "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": "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/pronostic-manchester-city-leicester-analyse-cotes-et-prono-du-match-de-premier-league-508687.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-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": "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", @@ -104639,19 +106796,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "07c22122217d70bcff2c310ace208d87" + "hash": "c216528fb2203fde792bf928d33a00a2", + "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": "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/pele-autorise-a-rentrer-chez-lui-508737.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-24T08:43:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pele-autorise-a-rentrer-chez-lui-1640338242_x600_articles-508737.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", @@ -104660,19 +106818,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb1a0631c2f8e02f5c2e493897c43433" + "hash": "69cced6853ff2fd24c4e9e30fb4a79b0", + "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": "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/pour-buffon-la-juventus-avec-ronaldo-avait-perdu-son-adn-508736.html", + "link": "https://www.sofoot.com/jamie-vardy-pourrait-etre-absent-un-mois-avec-leicester-508941.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": "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", @@ -104681,17 +106840,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed3f7a807df924d9939de7bc2c0b0d90" + "hash": "3ffde932a78117c934601258172a7bd5", + "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": "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/bruno-cheyrou-devient-conseiller-technique-et-directeur-du-recrutement-a-l-ol-508735.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-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": "2021-12-31T09:34:00Z", + "enclosure": "", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -104702,19 +106862,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f89cf1afb027d1381677a09c374f6509" + "hash": "b7487c1f0db86ed3170d02d585428934", + "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": "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/aulas-renouvelle-sa-confiance-envers-peter-bosz-508734.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-24T07:28:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-aulas-renouvelle-sa-confiance-envers-peter-bosz-1640336882_x600_articles-508734.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", @@ -104723,19 +106884,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "79846cb051b2cc4a02706b40f902b18d" + "hash": "062b0f96f474f039c706c43162c2dfb4", + "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": "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/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/ez-abde-ne-jouera-finalement-pas-pour-le-maroc-508938.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": "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", @@ -104744,19 +106906,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "902c40a8052a29036cc01073b9e2f197" + "hash": "be259eb8255ec7e4a43e02b6eec72fc5", + "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": "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/jordan-pefok-je-n-aime-pas-les-gens-qui-font-la-gueule-508722.html", + "link": "https://www.sofoot.com/les-50-publicites-avec-des-footeux-de-10-a-2-508684.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": "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", @@ -104765,19 +106928,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab4875eb0fdbbd2830106f631cf35ebe" + "hash": "47cec15dbee532f95976c15dca45027c", + "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": "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/comment-survivre-a-une-discussion-foot-lors-d-un-diner-en-famille-508628.html", + "link": "https://www.sofoot.com/leicester-norwich-est-a-son-tour-reporte-508936.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": "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", @@ -104786,19 +106950,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "613f49074dabea2bef0cf14c1971026b" + "hash": "cd3b52e5792e4aa667ed5263a39a41d4", + "highlights": [] }, { - "title": "Porto croque Benfica dans le Clássico", - "description": "

    ", - "content": "

    ", + "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/porto-croque-benfica-dans-le-classico-508726.html", + "link": "https://www.sofoot.com/joao-cancelo-victime-d-un-violent-cambriolage-508935.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": "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", @@ -104807,17 +106972,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "af35347788a27d5f15f3d9dfc1a275d5" + "hash": "d55dd364d9b6a56af7a7435eaefe3b22", + "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": "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/halilhodzic-evite-de-citer-l-algerie-comme-grand-favori-de-la-can-508728.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-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": "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": "", @@ -104828,19 +106994,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d541925722218ba1d5ad86b24cc701cb" + "hash": "b2d21511a23e9341d033c4051e2e8110", + "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": "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/boxing-day-la-rencontre-entre-burnley-et-everton-ne-sera-pas-reportee-508727.html", + "link": "https://www.sofoot.com/jorginho-londres-et-lumieres-508904.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": "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", @@ -104849,19 +107016,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ea91ced876c8c96c3633fd89db36b46" + "hash": "9081551370834536129aa985fbf4d440", + "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": "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/tuchel-et-rangnick-militent-pour-le-retour-des-cinq-changements-en-premier-league-508725.html", + "link": "https://www.sofoot.com/100-choses-a-retenir-de-cette-annee-2021-508875.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": "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", @@ -104870,19 +107038,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "15037bc48d71f8e6d4dbef9755abd72d" + "hash": "7ebe4830eff42ba17569368f3cccfbb8", + "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": "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/italie-pas-de-huis-clos-mais-port-du-masque-obligatoire-dans-les-stades-508723.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-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": "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", @@ -104891,19 +107060,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d77c32d235d83ec695437d95ddbf5da1" + "hash": "c3894d545c24ec91154561a125c94cda", + "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": "Porto se paye encore Benfica dans le Clássico", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/des-supporters-nantais-condamnes-a-de-la-prison-avec-sursis-508721.html", + "link": "https://www.sofoot.com/porto-se-paye-encore-benfica-dans-le-classico-508932.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": "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", @@ -104912,19 +107082,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a29ec9087b267055d26447cbd9f3b8f" + "hash": "b6090778ca3c24d4aa04486bd4728ba9", + "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": "Manchester United endort Burnley", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/vannes-psg-se-jouera-finalement-au-stade-de-la-rabine-508720.html", + "link": "https://www.sofoot.com/manchester-united-endort-burnley-508923.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": "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", @@ -104933,19 +107104,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa67bf7928d666f65d928c90aa39fdac" + "hash": "418d318d1386e358083cdf7753476db3", + "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": "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/nainggolan-en-belgique-ils-ne-vivent-pas-pour-leur-equipe-nationale-508719.html", + "link": "https://www.sofoot.com/en-direct-manchester-united-burnley-508931.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": "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", @@ -104954,19 +107126,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c59b595679103d39baf25e16a7e9c54" + "hash": "0d9a17b3aef67f61f63ddf7fe8e794cd", + "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": "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/au-bresil-resende-devoile-son-maillot-hommage-a-l-ol-son-club-partenaire-508716.html", + "link": "https://www.sofoot.com/bakary-sako-ex-wolverhampton-revient-a-l-as-saint-etienne-508927.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": "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", @@ -104975,19 +107148,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "914e7d47b5920bfd3c848324a67e45c1" + "hash": "4ef462072933ad99f9bfe1db2f4c8318", + "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": "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/pep-guardiola-confirme-le-depart-imminent-de-ferran-torres-pour-le-barca-508714.html", + "link": "https://www.sofoot.com/as-monaco-niko-kovac-vire-de-l-as-monaco-508928.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": "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", @@ -104996,19 +107170,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "158573b2d7f9476f6acc103f31f112d8" + "hash": "ce9f3c23d9b89fb3de3dc37a2ed5c291", + "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": "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/cote-d-ivoire-haller-pepe-et-cornet-appeles-pour-la-can-seko-fofana-absent-508713.html", + "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-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": "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", @@ -105017,19 +107192,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "80515bedd75ed14445cf04d6c3166d7a" + "hash": "f440252cf27910b2391602611ac5936f", + "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": "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/klopp-et-conte-veulent-jouer-les-demi-finales-de-coupe-en-match-simple-508712.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-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": "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", @@ -105038,19 +107214,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4691ec3a1579daeddc5d022a11a87d45" + "hash": "3f50715535a3512029c397a5338c87ae", + "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": "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/covid-les-premiers-matchs-du-boxing-day-reportes-508711.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-23T13:08:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-covid-les-premiers-matchs-du-boxing-day-reportes-1640266446_x600_articles-508711.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", @@ -105059,19 +107236,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bbff7da1b7351297a805f9de8e50b740" + "hash": "2533e803044f82c55598e3178efec8ce", + "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": "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/martyn-routledge-les-ecussons-ouvrent-une-fenetre-vers-le-club-508601.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-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": "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", @@ -105080,19 +107258,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "007e71cd4b79d8e61a16b7610380802b" + "hash": "fb8e8199db37a770e09af58bc977457f", + "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": "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/kagawa-s-excuse-aupres-des-fans-apres-la-resiliation-de-son-contrat-au-paok-508708.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-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": "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", @@ -105101,19 +107280,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2700292127822779eba725469000d2a8" + "hash": "3b308c23911bd6cff243edfc93e34478", + "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": "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/minamino-est-entre-dans-le-guinness-des-records-grace-a-187-high-fives-508706.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-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": "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", @@ -105122,19 +107302,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d3f0a4955a99606b26f310f03c42faa1" + "hash": "a99e4d9f1660b5fb328ffd36004708c4", + "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": "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/italie-pas-de-huis-clos-mais-port-du-masque-obligatoire-dans-les-stades-508723.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-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": "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", @@ -105143,19 +107324,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "141d57a4b85e65882bdfaa285a10674e" + "hash": "931c366f0620243b0259c8669ff0f1d9", + "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": "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/gourvennec-jonathan-david-on-en-a-deja-vu-et-on-en-verra-d-autres-508686.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-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": "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", @@ -105164,19 +107346,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d49e74509ca7b7ee93190449afbb553a" + "hash": "137785a4a36879bb32fc90efea529735", + "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": "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/pablo-correa-debarque-en-d2-belge-508702.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-23T11:03:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pablo-correa-debarque-en-d2-belge-1640260487_x600_articles-508702.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", @@ -105185,19 +107368,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6fb0b21795e1a2426a1b4087cada0f7e" + "hash": "98f3540246e084f0edf85ed62c5be447", + "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": "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/psg-le-mauvais-cru-2021-508676.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-23T11:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-psg-le-mauvais-cru-2021-1640233860_x600_articles-alt-508676.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", @@ -105206,19 +107390,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a502e0b66f12b3b298434745560ded0d" + "hash": "a7163e5b36e37ab4b351fbf8bff853c2", + "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": "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/maroc-5-joueurs-de-ligue-1-appeles-pour-la-can-ziyech-absent-508704.html", + "link": "https://www.sofoot.com/top-10-buts-gags-en-2021-508872.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": "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", @@ -105227,19 +107412,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0fcae954464fb9a38ac3badd068a303" + "hash": "23a838eeb5526d48b11a52279ace7986", + "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": "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/l-egypte-devoile-une-liste-elargie-pour-la-can-508700.html", + "link": "https://www.sofoot.com/les-50-publicites-avec-des-footeux-de-20-a-11-508683.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": "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", @@ -105248,19 +107434,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2577f8d4c1b1b5b99789798285585e66" + "hash": "0e63ead9ffdd5a1326d7bee8c9ee213c", + "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": "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/ikone-est-a-florence-pour-sa-visite-medicale-avec-la-fiorentina-508697.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-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": "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", @@ -105269,19 +107456,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "44a9d49fe0e65b3ebde5151a9b7d47a3" + "hash": "e7f474aaf57ce7649da3375bf5d7df05", + "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": "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/la-belgique-termine-l-annee-a-la-premiere-place-du-classement-fifa-508696.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-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", + "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", @@ -105290,19 +107478,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f280e6cd06d0c16ff4ef6db7c4262bed" + "hash": "c02fb0800243f120aa4ecf9c4739dda2", + "highlights": [] }, { - "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…

    ", + "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/le-football-belge-repasse-a-huis-clos-508694.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-23T10:07:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-football-belge-repasse-a-huis-clos-1640255499_x600_articles-508694.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", @@ -105311,19 +107500,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f82975ecf22042edbf057726190b441" + "hash": "bfbe0bc0b64f5228b8d2ad4604049839", + "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": "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/catane-officiellement-declare-en-faillite-508693.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-23T10:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-catane-officiellement-declare-en-faillite-1640256907_x600_articles-508693.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", @@ -105332,17 +107522,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3c8bdd74534fb4249d845e847394a00" + "hash": "b3cf114987568e9b177930e89a843e82", + "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": "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/bruno-guimaraes-va-passer-un-mauvais-noel-508692.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-23T09:56:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bruno-guimaraes-va-passer-un-mauvais-noel-1640254979_x600_articles-508692.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": "", @@ -105353,17 +107544,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b0fad9f62ce7bb8b3aacb2e75ec830f" + "hash": "6dff6221db5d96d53e05fb629996f2e8", + "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": "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/gaetan-laborde-elu-joueur-du-mois-de-novembre-508690.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-23T09:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-gaetan-laborde-elu-joueur-du-mois-de-novembre-1640254629_x600_articles-508690.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": "", @@ -105374,17 +107566,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e8dd0e4e198d5be436080ad45a5f82b" + "hash": "6e77c16fdff67cd9b3164b5087a1f877", + "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": "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/nouvelles-bagarres-entre-supporters-de-tottenham-et-west-ham-508689.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-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": "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": "", @@ -105395,19 +107588,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "084fe91c0bd1155a86fbbc1500f3a167" + "hash": "6754b53a0ea623e02b78f01807de514e", + "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": "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/yunis-abdelhamid-on-se-fait-un-peu-voler-508688.html", + "link": "https://www.sofoot.com/le-nigeria-finalement-sans-osimhen-et-dennis-pour-la-can-508944.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": "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", @@ -105416,17 +107610,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "6622fdc5fe8258e13d597c7b4a6c5923" + "hash": "d82fa63a27380682039634e152d814b9", + "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": "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/ancelotti-je-suis-d-accord-pour-dire-qu-hazard-est-de-retour-508680.html", + "link": "https://www.sofoot.com/aaron-ramsdale-arsenal-est-reparti-de-leeds-avec-un-pourboire-508903.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": "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": "", @@ -105437,17 +107632,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "c39ec248f42b8c5565cc7fa7542c40d1" + "hash": "e8a1cff6571a75c01f7a8799bf9fdd1d", + "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": "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/le-hac-champion-de-france-de-ligue-2-sur-tiktok-508679.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-23T08:00:00Z", - "enclosure": "", + "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": "", @@ -105458,17 +107654,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "820b5d38a316339203efc33e907f1741" + "hash": "3e97c4176933712119a9162693defe53", + "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": "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/antonetti-lyon-c-est-l-endroit-ou-je-me-suis-fait-le-plus-voler-en-30-ans-508678.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-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": "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": "", @@ -105479,17 +107676,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "578a0a03682fb995ab842849c703697a" + "hash": "4e99bd123208198345d973f58457e5a4", + "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": "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/la-ligue-1-reine-de-l-annee-2021-508659.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-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-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": "", @@ -105500,17 +107698,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "89cf5e24395715a2e78e3447e9f7b633" + "hash": "68e0d00d218db62914f9efac2c7e80ca", + "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": "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/top-10-des-1-0-de-l-atletico-de-madrid-sous-diego-simeone-508641.html", + "link": "https://www.sofoot.com/premier-league-218e-a-gagner-avec-tottenham-leicester-508898.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": "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": "", @@ -105521,17 +107720,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "859a921376df2b45a30854c5d46cd181" + "hash": "a5591d8425ac97aa148f73785e9c532e", + "highlights": [] }, { - "title": "Le Real Madrid fait plier l'Athletic", - "description": "

    ", - "content": "

    ", + "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/le-real-madrid-fait-plier-l-athletic-508675.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-22T22:26:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-real-madrid-fait-plier-l-athletic-1640212320_x600_articles-508675.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": "", @@ -105542,17 +107742,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "b69d5fb9871013e85675db31c61951b2" + "hash": "348d153089cfafdcd067a0e1bac02bee", + "highlights": [] }, { - "title": "Nice retourne Lens au forceps", - "description": "

    ", - "content": "

    ", + "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/nice-retourne-lens-au-forceps-508663.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-22T22:05:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-nice-retourne-lens-au-forceps-1640210322_x600_articles-508663.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": "", @@ -105563,17 +107764,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "a897dd8c88a83d24534edc099ff4bc05" + "hash": "3da68a99450c0d096aaccd814b6d96a9", + "highlights": [] }, { - "title": "Monaco dispose de Rennes ", - "description": "

    ", - "content": "

    ", + "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/monaco-dispose-de-rennes-508666.html", + "link": "https://www.sofoot.com/comment-le-petit-robert-lewandowski-est-devenu-geant-508876.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": "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": "", @@ -105584,17 +107786,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd2a80e6759c3163e2d937defe7f1d1c" + "hash": "418819c1c2da61a561146f21328d369e", + "highlights": [] }, { - "title": "Marseille arrache un point face à Reims", - "description": "Avec Dimitri Payet (et l'arbitrage) en Père Noël !

    ", - "content": "

    ", + "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/marseille-arrache-un-point-face-a-reims-508674.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-22T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-marseille-arrache-un-point-face-a-reims-1640211406_x600_articles-508674.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": "", @@ -105605,17 +107808,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "768229cfcbb2d115e91bb4d8bfee9175" + "hash": "a18b84df90bc83bd90f458f10947fb65", + "highlights": [] }, { - "title": "Lyon lâche encore des points contre Metz", - "description": "Fin d'année en carton pour Lyon.

    ", - "content": "

    ", + "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/lyon-lache-encore-des-points-contre-metz-508673.html", + "link": "https://www.sofoot.com/ce-qu-on-a-aime-et-deteste-dans-fifa-22-508718.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": "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": "", @@ -105626,17 +107830,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ca756685c16a85b7efb1e4c180bede7" + "hash": "684869d1b731305fd350af87f90bf676", + "highlights": [] }, { - "title": "Icardi permet à Paris de gratter le nul à Lorient", - "description": "No Kylian, No Party.

    ", - "content": "

    ", + "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/icardi-permet-a-paris-de-gratter-le-nul-a-lorient-508665.html", + "link": "https://www.sofoot.com/city-dispose-de-brentford-et-prend-ses-aises-en-tete-508886.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": "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": "", @@ -105647,17 +107852,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "cac888ffaed40db8a726ab15f7dbac66" + "hash": "a14e6404edf7a838a6333ea82e8742c6", + "highlights": [] }, { - "title": "Nantes et Randal Kolo Muani crucifient Saint-Étienne", - "description": "

    ", - "content": "

    ", + "title": "Chelsea rattrapé par Brighton sur le fil", + "description": "Quand les Seagulls suivent un chalutier...

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/nantes-et-randal-kolo-muani-crucifient-saint-etienne-508634.html", + "link": "https://www.sofoot.com/chelsea-rattrape-par-brighton-sur-le-fil-508895.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": "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": "", @@ -105668,17 +107874,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "93e07c74eb17b95b3676f229beda1acf" + "hash": "997f855623e3d8660b95400648ea6c8d", + "highlights": [] }, { - "title": "Troyes et Brest se quittent dos à dos", - "description": "

    ", - "content": "

    ", + "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/troyes-et-brest-se-quittent-dos-a-dos-508621.html", + "link": "https://www.sofoot.com/en-direct-brentford-manchester-city-508884.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": "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": "", @@ -105689,17 +107896,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "e023bd8b3d7610d0e5b94da9e630c34a" + "hash": "75d64f27e8e260a28dd181cacc629547", + "highlights": [] }, { - "title": "Lille renverse Bordeaux", - "description": "

    ", - "content": "

    ", + "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/lille-renverse-bordeaux-508237.html", + "link": "https://www.sofoot.com/en-direct-chelsea-brighton-hove-508815.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": "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": "", @@ -105710,17 +107918,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a8e9fa8b87913273121d406fdb7a17a" + "hash": "7ec04d7aba408d8a97a4cacd8113d91f", + "highlights": [] }, { - "title": "Montpellier boxe Angers et se rapproche du podium", - "description": "

    ", - "content": "

    ", + "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/montpellier-boxe-angers-et-se-rapproche-du-podium-508671.html", + "link": "https://www.sofoot.com/mort-de-christian-gyan-champion-d-europe-avec-feyenoord-508894.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": "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": "", @@ -105731,17 +107940,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "1548c89257b912b804b2aac3235a33ff" + "hash": "0982619a6469ced7c4a23e5badffcde8", + "highlights": [] }, { - "title": "Milan écarte tranquillement Empoli", - "description": "

    ", - "content": "

    ", + "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/milan-ecarte-tranquillement-empoli-508672.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-22T21:51:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-milan-ecarte-tranquillement-empoli-1640209538_x600_articles-508672.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": "", @@ -105752,17 +107962,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "57a27b1637ff25d747025bbdc83be3f2" + "hash": "10aa0530b7dad4504f67965530ecc065", + "highlights": [] }, { - "title": "La Spezia et Jesus jouent un vilain tour au Napoli", - "description": "

    ", - "content": "

    ", + "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/la-spezia-et-jesus-jouent-un-vilain-tour-au-napoli-508610.html", + "link": "https://www.sofoot.com/coupe-de-france-lens-lille-finalement-maintenu-le-4-janvier-508892.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": "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": "", @@ -105773,17 +107984,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "05aa984168961d880511e9d8e7629c95" + "hash": "b7bfde8687e823555dc29086d6c7b698", + "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": "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/liverpool-renverse-leicester-tottenham-et-chelsea-a-l-experience-508622.html", + "link": "https://www.sofoot.com/vincent-hognon-debarque-sur-le-banc-de-grenoble-508891.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": "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": "", @@ -105794,17 +108006,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "754f09f8a5619da3574925277e668ed6" + "hash": "aa1b69c55bc9cc649f4307471c97e7e3", + "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": "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/clermont-strasbourg-reporte-a-cause-du-brouillard-508670.html", + "link": "https://www.sofoot.com/ol-la-reprise-perturbee-par-le-covid-508890.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": "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": "", @@ -105815,17 +108028,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "789f47bc5a3e0b959c26da1a04b370f6" + "hash": "a837c29d8d867711dece18093b8cb916", + "highlights": [] }, { - "title": "Grenade renverse et piège l'Atlético", - "description": "

    ", - "content": "

    ", + "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/grenade-renverse-et-piege-l-atletico-508662.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-22T20:01:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-grenade-renverse-et-piege-l-atletico-1640204089_x600_articles-508662.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": "", @@ -105836,17 +108050,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "25f1deba1271e5754e31e89bf94ac7ea" + "hash": "1b8fdcbf8b2e18cc5cafa850486c3b44", + "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": "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/en-direct-lyon-metz-508669.html", + "link": "https://www.sofoot.com/maxime-busi-parme-debarque-a-reims-508888.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": "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": "", @@ -105857,17 +108072,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "bb96d82811595b66e87bc0ce73cf5a62" + "hash": "23c076ef68a60d6ddd08b0d899c7fe59", + "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": "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/en-direct-monaco-rennes-508668.html", + "link": "https://www.sofoot.com/sebastien-haller-monte-au-creneau-pour-defendre-la-can-508887.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": "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": "", @@ -105878,17 +108094,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3b97c0af88b4ab310a0caaffb68e27a" + "hash": "30061df6decfd6db166410640b4c6118", + "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": "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/en-direct-marseille-reims-508667.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-22T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-marseille-reims-1640209609_x600_articles-alt-508667.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": "", @@ -105899,17 +108116,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4fbaa00fa62c77d841b627eb141795e" + "hash": "6b62ad03b6e95653041e5279a8bf708c", + "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": "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/en-direct-lorient-psg-508664.html", + "link": "https://www.sofoot.com/chauvigny-om-se-jouera-finalement-devant-5000-personnes-508881.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": "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": "", @@ -105920,17 +108138,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "70c22ed04d8118445ebb491ca9fa996c" + "hash": "0dfbd8d1e9f97334ebbd3c1a3d40c86c", + "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": "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/en-direct-nice-lens-508661.html", + "link": "https://www.sofoot.com/gary-neville-contre-le-report-des-matches-de-premier-league-508882.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": "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": "", @@ -105941,17 +108160,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "c04d7c92bced2cdc1ea76968ce7d52c7" + "hash": "c44787a19839a3a9241623a00239a17d", + "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": "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/serie-a-l-inter-championne-d-automne-la-roma-et-la-fiorentina-freinees-508660.html", + "link": "https://www.sofoot.com/cluster-confirme-au-fc-barcelone-508880.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": "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": "", @@ -105962,17 +108182,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a1d0343d3acd78073e6c17412230b07" + "hash": "52a5f72672266bc49da749e6e6d6716c", + "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": "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/benoit-pedretti-devrait-quitter-son-poste-d-entraineur-interimaire-de-nancy-508657.html", + "link": "https://www.sofoot.com/les-50-publicites-avec-des-footeux-de-30-a-21-508682.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": "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": "", @@ -105983,17 +108204,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4897d5ee26ec18d33bfbb0422d28601" + "hash": "84c7dea926207a82e11ba1475f6bc273", + "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": "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/soupcons-de-matchs-truques-en-serbie-l-uefa-demande-une-enquete-508656.html", + "link": "https://www.sofoot.com/1993-la-premiere-epopee-capitale-du-psg-508567.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": "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": "", @@ -106004,17 +108226,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "f16c31327a85c81573fc84758c829910" + "hash": "486cbfe27310eb8d8be10be088c9daff", + "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": "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/un-supporter-de-l-om-recolte-4-000-euros-pour-les-enfants-malades-et-dans-le-besoin-508655.html", + "link": "https://www.sofoot.com/fabricio-coloccini-prend-sa-retraite-508879.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": "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": "", @@ -106025,17 +108248,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "facc1b165f748a376b21c9664c1224dd" + "hash": "bd914100b894e04f56ceda7348bcee32", + "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": "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/aulas-ne-fait-finalement-pas-appel-de-sa-suspension-508654.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-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-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": "", @@ -106046,17 +108270,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "c702ef1ebbea384af1c9aea6c3301338" + "hash": "64b2463fe987f99f076c45606516860e", + "highlights": [] }, { - "title": "Society #171", - "description": "", - "content": "", + "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/society-171-508302.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-22T15:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-society-171-1639498484_x600_articles-alt-508302.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": "", @@ -106067,17 +108292,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d207a5edfd0bb63edebb080e56a67e6" + "hash": "8547fdfd3904e63897ec5f4dbedce3ba", + "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": "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/david-alaba-elu-joueur-autrichien-de-l-annee-508653.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-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-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": "", @@ -106088,17 +108314,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "d581619486516dd901cdeb5edcbb69c7" + "hash": "1efa722652c654e117efbd08236afcda", + "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": "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/gerard-pique-n-aura-pas-a-rembourser-21-millions-d-euros-au-fisc-espagnol-508652.html", + "link": "https://www.sofoot.com/john-terry-annonce-son-come-back-a-chelsea-508873.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-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": "", @@ -106109,17 +108336,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "94851736d1c87dc0755920be01fce5bf" + "hash": "61d81081bb508735d98e45509a1b64c4", + "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": "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/neuf-joueurs-de-ligue-1-selectionnes-avec-le-cameroun-pour-la-can-508651.html", + "link": "https://www.sofoot.com/everton-newcastle-reporte-508871.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-29T10:14:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-everton-newcastle-reporte-1640775699_x600_articles-508871.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -106130,17 +108358,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "6df9939221cefc0c05063b24f1b17b1c" + "hash": "9568685861c92cc8b3d19de43ba44cc5", + "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": "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…

    ", "category": "", - "link": "https://www.sofoot.com/thierry-henry-bientot-adjoint-de-roberto-martinez-avec-la-belgique-508650.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-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-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": "", @@ -106151,17 +108380,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "4dfb919d43dc234a7fed3f34fd8da61c" + "hash": "792b87d1122ae6c8fb14e8c4c1d1cfde", + "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": "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/neymar-de-retour-a-l-entrainement-dans-quatre-a-cinq-semaines-508648.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-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-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": "", @@ -106172,17 +108402,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "b97e8c003360feac6663d630e17d6199" + "hash": "f35f3ecb020743fdbdf8ed3f8d9b76ac", + "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": "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/gardes-a-vue-levees-pour-les-trois-ultras-interpelles-apres-paris-fc-lyon-508649.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-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-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": "", @@ -106193,17 +108424,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d57e66d08802035f2ee9772a6cbc75b" + "hash": "175bd9ab39f09e6cb086ab09f053e7f3", + "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": "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/pierre-ferracci-president-du-paris-fc-le-foot-est-en-train-de-plonger-508644.html", + "link": "https://www.sofoot.com/kylian-mbappe-je-finirai-la-saison-au-psg-508866.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-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": "", @@ -106214,17 +108446,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "b17e938b48066d92192ecbe46152bac8" + "hash": "06c155dcf2fa619e73d50a61581ea210", + "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": "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/six-cas-de-covid-19-au-stade-de-reims-508647.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-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-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": "", @@ -106235,17 +108468,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b4222ff237142ce0faf8f67bd872862" + "hash": "b4fd35515f18160e79eba2c0e3f7443d", + "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": "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/hugo-ekitike-personne-ne-peut-vivre-ca-comme-moi-je-le-vis-508645.html", + "link": "https://www.sofoot.com/l-ol-prend-acte-des-sanctions-de-la-fff-508864.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-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": "", @@ -106256,17 +108490,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "80e19e5559254557f6a3a6e14d697a94" + "hash": "86728e9334400056ddc14e03e0d9c2e4", + "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": "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/tuchel-songe-a-envoyer-les-u23-contre-brentford-a-cause-du-covid-508646.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-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-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": "", @@ -106277,17 +108512,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "08354533ccc933cb6bf56f531dc679b3" + "hash": "5dafa86d18f4c27c70885b8ffd260914", + "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": "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/nice-kasper-dolberg-la-belle-et-le-diabete-508627.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-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-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": "", @@ -106298,17 +108534,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce9ff4e8ae57dc7859b0ad87207ac542" + "hash": "e1df0bee6fe204c13dab011063067a56", + "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": "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, 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": "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/benjamin-mendy-inculpe-d-un-nouveau-viol-son-proces-repousse-508642.html", + "link": "https://www.sofoot.com/messi-le-mauvais-reve-508839.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-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": "", @@ -106340,17 +108578,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "25bac6ccb1c918a952d28dee835bca09" + "hash": "80986c9c8c65e5d45aded17d5779058b", + "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": "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/greuther-furth-est-la-pire-equipe-des-grands-championnats-europeens-cette-saison-508640.html", + "link": "https://www.sofoot.com/les-10-coups-tactiques-de-l-annee-2021-508816.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-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": "", @@ -106361,17 +108600,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "fda0cf257fe5c500c1638eca0fd312ae" + "hash": "cc68e1aa9312b37e6e2d62dfc844450e", + "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": "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/bordeaux-lille-finalement-maintenu-malgre-14-cas-chez-les-girondins-508638.html", + "link": "https://www.sofoot.com/liverpool-chute-a-leicester-508840.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-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": "", @@ -106382,17 +108622,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "d066a3862ba7ab6a80af5149933eb5b8" + "hash": "15e2dd0793cb4fbed89a91fa0eed49c0", + "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": "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/clement-grenier-je-suis-capable-d-ecouter-tous-les-projets-sauf-saint-etienne-508639.html", + "link": "https://www.sofoot.com/en-direct-leicester-liverpool-508852.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-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": "", @@ -106403,17 +108644,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9afb34e65b7816b2330f688496c54c89" + "hash": "d1d0f71b4549b8ee0c610e2eb83025a6" }, { - "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": "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/wojciech-szczesny-nous-jouons-toujours-avec-arrogance-508637.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-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-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": "", @@ -106424,17 +108665,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d26a1b551b4015e6a6f73c9732ee5f49" + "hash": "92271f7c11101f81b5e0c9f4445dae08" }, { - "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": "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/henderson-l-etat-de-sante-des-joueurs-n-est-pas-assez-pris-au-serieux-508635.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-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-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": "", @@ -106445,17 +108686,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "38250d6e2e1ccd4352d2024054179640" + "hash": "4c971f22d3db996406de279b3137e57c" }, { - "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": "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/la-caf-s-engage-aupres-des-clubs-europeens-a-respecter-un-protocole-covid-508633.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-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-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": "", @@ -106466,17 +108707,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d09d5c119b92f77ef2b551aa1d304445" + "hash": "8ce5de1bcfd8ab24cb7cd7f7d4d54cad" }, { - "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": "West Ham se requinque à Watford", + "description": "

    ", + "content": "

    ", "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/west-ham-se-requinque-a-watford-508851.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-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": "", @@ -106487,17 +108728,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d40bd275c0c1071bf23b028591d6fc93" + "hash": "703eaf011c32a2601e5c2044a3055369" }, { - "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": "Crystal Palace en balade face à Norwich", + "description": "

    ", + "content": "

    ", "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/crystal-palace-en-balade-face-a-norwich-508850.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-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": "", @@ -106508,17 +108749,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "96289a173a6b5229f338c1e113afa32f" + "hash": "bb12e2a2ebcd635465ab09a56fc5376d" }, { - "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": "Tottenham bloqué à Southampton", + "description": "

    ", + "content": "

    ", "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/tottenham-bloque-a-southampton-508856.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-28T16:55:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tottenham-bloque-a-southampton-1640710488_x600_articles-508856.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -106529,17 +108770,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ffa762bad59a7b5a08dfa3c5e8c805e3" + "hash": "584849e03bb7e67187bdc97e03521362" }, { - "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": "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/pfc-ol-le-match-etait-classe-a-risque-avant-le-coup-d-envoi-508629.html", + "link": "https://www.sofoot.com/lorenzo-insigne-pourrait-rejoindre-le-toronto-fc-508859.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-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": "", @@ -106550,17 +108791,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "480f4c7c6641e454e49edf692baf8264" + "hash": "c64f1a1ba1550379f9d7daed5d0806f5" }, { - "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": "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/des-tests-negatifs-obligatoires-pour-entrer-dans-les-stades-au-portugal-508626.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-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-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": "", @@ -106571,17 +108812,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d18b45a6fa79107b1e4a74132cf1d18d" + "hash": "dc095efc798d51b0d185e591fe490622" }, { - "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": "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/raul-asencio-alcorcon-vire-de-son-club-apres-avoir-poste-une-video-a-160km-h-en-voiture-508625.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-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-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": "", @@ -106592,17 +108833,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e94721a57102ee3afab0c8fd0c4ec3a" + "hash": "77b0778ddbbc4a5c3a0b8b0a73ec4256" }, { - "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": "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/bordeaux-lille-menace-a-cause-des-cas-de-covid-19-508624.html", + "link": "https://www.sofoot.com/mbappe-comme-un-grand-508848.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-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": "", @@ -106613,17 +108854,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "17f9750a21ad0f1b7b998e2aec3ed6e5" + "hash": "10db692209d0e0d32db8e8d4e72800fc" }, { - "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": "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/le-huis-clos-total-acte-en-bundesliga-des-la-reprise-508623.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-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-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": "", @@ -106634,17 +108875,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ebbcb001949af7e5776d19be0a8b5ac" + "hash": "0d3ebb98ae4a0ad6c8de50b7384c1dd8" }, { - "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": "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/le-best-of-des-buts-amateurs-du-week-end-des-18-et-19-decembre-2021-508576.html", + "link": "https://www.sofoot.com/ferran-torres-s-engage-officiellement-avec-le-barca-508847.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-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": "", @@ -106655,17 +108896,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f96da7bd2802a1261b6339b7cc27557" + "hash": "023505582e9bf89117764a20d26696b7" }, { - "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": "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/coupe-du-monde-tous-les-deux-ans-maintenant-tout-est-clair-508607.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-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-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": "", @@ -106676,17 +108917,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "640dc23dd11de1e4df602228cdd8e4bf" + "hash": "a5d8a0643a06f6c78ccd289fb6a03364" }, { - "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": "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/mohamed-bayo-un-volcan-s-eveille-508575.html", + "link": "https://www.sofoot.com/hugo-maradona-le-frere-cadet-de-diego-est-decede-508845.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-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": "", @@ -106697,17 +108938,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c57896a91adb07eb83be01df92d1dac" + "hash": "ce96612dd02a0e5491fbd7e005bcb2d4" }, { - "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": "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/201e-a-gagner-avec-inter-milan-as-roma-10e-gratuits-offerts-508570.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-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-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": "", @@ -106718,17 +108959,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d02a8b2a5947934170d90bc075a039fd" + "hash": "5c2bf6d759e5abc3b7d5e811c6c58af4" }, { - "title": "Le Barça s'embourbe à Séville ", - "description": "

    ", - "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-barca-s-embourbe-a-seville-508620.html", + "link": "https://www.sofoot.com/les-50-publicites-avec-des-footeux-de-40-a-31-508636.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-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": "", @@ -106739,17 +108980,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0dff9b9ede01676010d2517da2e9b54" + "hash": "2666574fa1cd430413100e6e706c882b" }, { - "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": "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/ajaccio-champion-d-automne-toulouse-et-paris-suivent-nancy-continue-de-creuser-508616.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-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-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": "", @@ -106760,17 +109001,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc2574a6cda9835b2f3dfc6d1717a75f" + "hash": "2e6e45d7d25c096e1dbcbec10f7dc679" }, { - "title": "Arsenal éparpille Sunderland et file en demi-finales", - "description": "

    ", - "content": "

    ", + "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/arsenal-eparpille-sunderland-et-file-en-demi-finales-508606.html", + "link": "https://www.sofoot.com/5-000-la-jauge-de-l-absurde-508838.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-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": "", @@ -106781,17 +109022,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "716f940038182d251979022c8b056a84" + "hash": "38480107343d2cf5de480f48d15d9e52" }, { - "title": "Brève Juventus-Cagliari", - "description": "

    ", - "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/breve-juventus-cagliari-508619.html", + "link": "https://www.sofoot.com/emil-forsberg-elu-ballon-d-or-en-suede-508842.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-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": "", @@ -106802,17 +109043,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc3cc0c1e080f377845ef2cd310244d1" + "hash": "d7d8f4b45d911351b9c5061454efa935" }, { - "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": "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-fc-seville-barcelone-508618.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-21T20:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-fc-seville-barcelone-1640116781_x600_articles-alt-508618.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": "", @@ -106823,17 +109064,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b40fcc1a971fff03b5bc9a1cbc3bd20" + "hash": "fb3ce6bfcdf97b5cc018df229c1f37e7" }, { - "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": "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/cluster-geant-en-deuxieme-division-espagnole-508615.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-21T18:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-cluster-geant-en-deuxieme-division-espagnole-1640109531_x600_articles-508615.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": "", @@ -106844,17 +109085,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a40ca4cb529efc83d0f1b7b00dee4f1" + "hash": "893b1880b9665bf5dfa3deeb0c119259" }, { - "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": "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-inter-et-l-ac-milan-devoilent-le-projet-du-nouveau-san-siro-508614.html", + "link": "https://www.sofoot.com/jose-luis-mendilibar-prend-les-commandes-du-deportivo-alaves-508837.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-28T09:56:00Z", + "enclosure": "", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -106865,17 +109106,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9714e0a8399cb910caa998ead0167629" + "hash": "74342ec96b812143a59b31ade7863821" }, { - "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": "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/bruno-genesio-apres-un-match-nul-a-chypre-j-ai-recu-des-menaces-de-mort-508611.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-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-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": "", @@ -106886,17 +109127,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9af0719550d4d8e8ce5f1c5f95839afc" + "hash": "8b6e11af463f9cbcc6d750ebe73ce7d2" }, { - "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": "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/ryad-boudebouz-voit-pascal-dupraz-comme-un-papa-508613.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-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-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": "", @@ -106907,17 +109148,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc4a8594d2b9795160220688edb73ff5" + "hash": "c931a556ab3f68ae310921ba112b8a3f" }, { - "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": "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/le-siege-de-l-inter-perquisitionne-508612.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-21T16:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-siege-de-l-inter-perquisitionne-1640104151_x600_articles-508612.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": "", @@ -106928,17 +109169,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "50d3727dc7e3333a9212b8c32e71d7c1" + "hash": "a8707a2007e52f0b161be8e7be93d583" }, { - "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": "À 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/interets-reciproques-entre-anthony-martial-et-le-fc-seville-508608.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-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-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": "", @@ -106949,17 +109190,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf93c29ac3a3a98de1a15b14f9286d56" + "hash": "2f815e006f13e564bd1404268665d988" }, { - "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": "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/guendouzi-signer-a-l-om-c-est-le-meilleur-choix-que-j-ai-fait-depuis-longtemps-508605.html", + "link": "https://www.sofoot.com/maroc-imbroglio-autour-d-ez-abde-avant-la-can-508804.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-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": "", @@ -106970,17 +109211,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "052249ae0397b16baf90e7b6f7fca31e" + "hash": "779729142e42844cd49616cbb1764d8d" }, { - "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": "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/diego-godin-annonce-son-depart-de-cagliari-508609.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-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-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": "", @@ -106991,17 +109232,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc93c3736d0f52bb6a88ce2109022ada" + "hash": "0796a4e999f96e6a40521dabdf6b1d1a" }, { - "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": "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/oldham-critique-pour-avoir-banni-des-supporters-qui-n-aimaient-pas-le-dirigeant-508604.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-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-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": "", @@ -107012,17 +109253,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "16e6e72ee0628e0ef85b76e99d1f4a09" + "hash": "2c769f241d3b563b95f0f9a4b589d138" }, { - "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": "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/leeds-ecope-de-20-000-d-amende-pour-avoir-encercle-l-arbitre-contre-chelsea-508603.html", + "link": "https://www.sofoot.com/premier-league-arsenal-wolverhampton-egalement-reporte-508801.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-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": "", @@ -107033,17 +109274,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "399713f19b09899c27399852ba4d775e" + "hash": "2e0e59153fce5abe5df2379874d5318b" }, { - "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": "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/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/pronostic-leicester-liverpool-analyse-cotes-et-prono-du-match-de-premier-league-508799.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-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": "", @@ -107054,17 +109295,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c81fc0c85d0d2f37a6c64c67ba77e957" + "hash": "e31c21788475e3b2247d4222e6b538f5" }, { - "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": "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/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/pronostic-crystal-palace-norwich-analyse-cotes-et-prono-du-match-de-premier-league-508798.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-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": "", @@ -107075,17 +109316,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d256d927731f4f2bcecbe98ec7a06bec" + "hash": "301c05380a8201360151416d55c0e6e8" }, { - "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": "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/plusieurs-clubs-de-ligue-1-organisent-des-collectes-de-jouets-avant-noel-508587.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-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-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": "", @@ -107096,17 +109337,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e303c61f169b17057d1c7b7ef5e27e9" + "hash": "263fac47512f8e0bd3cfff558c5de7bd" }, { - "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": "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/90-joueurs-et-membres-du-staff-de-premier-league-testes-positifs-en-une-semaine-508592.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-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-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": "", @@ -107117,17 +109358,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "72172a17a541f20fc657a27336ef441f" + "hash": "09bffac4ce17b6b9b04019eae0ba9294" }, { - "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": "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/luka-peros-l-arbitre-a-tue-la-finale-france-croatie-508568.html", + "link": "https://www.sofoot.com/ces-trois-infos-du-week-end-vont-vous-etonner-508789.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-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": "", @@ -107138,17 +109379,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "96a74553eb1fc9c166887c6f40e9b1d8" + "hash": "bcad9ff0b206be8e04fd8cb523142d7a" }, { - "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": "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/italie-les-gardiens-de-la-dynastie-508556.html", + "link": "https://www.sofoot.com/ou-est-passe-adama-traore-508787.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-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": "", @@ -107159,17 +109400,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed9a2b3d9366241967d1060d65a0a3c8" + "hash": "a7d44ed5f570cfc83a3703166f9ddbc8" }, { - "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": "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/pronostic-lyon-metz-analyse-cotes-et-prono-du-match-de-ligue-1-508599.html", + "link": "https://www.sofoot.com/qu-est-devenue-l-equipe-type-de-l-euro-2020-508781.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-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": "", @@ -107180,17 +109421,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "255769a11a01f2f9299be04894f84421" + "hash": "90e06305936b1f8816f7313c1f22cb8f" }, { - "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": "Brighton dispose de Brentford", + "description": "

    ", + "content": "

    ", "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/brighton-dispose-de-brentford-508795.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-26T21:54:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-brighton-dispose-de-brentford-1640555913_x600_articles-508795.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -107201,17 +109442,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0253af8a448143cafbffb1230f377a1c" + "hash": "b0b086c8db7c7eb566281af23631d06e" }, { - "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": "Chelsea plie Aston Villa ", + "description": "

    ", + "content": "

    ", "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/chelsea-plie-aston-villa-508729.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-26T19:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-chelsea-plie-aston-villa-1640547699_x600_articles-508729.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -107222,17 +109463,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3fe3cfc130816284c1f2c18576cf1235" + "hash": "8cd64634c1052f7dd04fdb7c6410c1ad" }, { - "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": "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/pronostic-om-reims-analyse-cotes-et-prono-du-match-de-ligue-1-508596.html", + "link": "https://www.sofoot.com/l-union-saint-gilloise-s-endort-sur-la-gantoise-508791.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-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": "", @@ -107243,17 +109484,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "46aa5e4fd547c2ef713f4ffbebdfa730" + "hash": "3a05f625a260af3274f97affc8ecdf37" }, { - "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": "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/pronostic-monaco-rennes-analyse-cotes-et-prono-du-match-de-ligue-1-508595.html", + "link": "https://www.sofoot.com/en-direct-aston-villa-chelsea-508731.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-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": "", @@ -107264,17 +109505,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c500ad6bc0bea39322234431bf2aa653" + "hash": "f8d5515f035da78f27913a9eda13f931" }, { - "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": "Tottenham poursuit sa remontée face à Palace", + "description": "Ça enchaîne, chez les Spurs de Kane.

    ", + "content": "

    ", "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/tottenham-poursuit-sa-remontee-face-a-palace-508783.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-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": "", @@ -107285,17 +109526,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f2c2e98449ac047a183a88b1c63573e" + "hash": "da991d78f2b7349590d8ab3e044c910c" }, { - "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": "Arsenal déplume Norwich", + "description": "Avec un but du Père Lacazette.

    ", + "content": "

    ", "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/arsenal-deplume-norwich-508772.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-26T17:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-arsenal-deplume-norwich-1640538608_x600_articles-508772.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -107306,17 +109547,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5aea0e4059af8371b4fafe25d2806aa6" + "hash": "11636fa3bb0dbb2fdd193ee13af56db5" }, { - "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": "Piégé par Southampton, West Ham perd du terrain", + "description": "La surprise du jour.

    ", + "content": "

    ", "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/piege-par-southampton-west-ham-perd-du-terrain-508753.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-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": "", @@ -107327,17 +109568,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad848bad235584057e01459dde59409b" + "hash": "7bcf6ffa3d718bb68c0a1023641e332d" }, { - "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": "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/pronostic-lorient-psg-analyse-cotes-et-prono-du-match-de-ligue-1-508591.html", + "link": "https://www.sofoot.com/city-enguirlande-leicester-508780.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-26T16:57:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-city-enguirlande-leicester-1640538224_x600_articles-alt-508780.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -107348,17 +109589,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "78fea5710bc8e2f27614f7202168bbe5" + "hash": "00a9da6ac2282b321c154cbdc96f1bfc" }, { - "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": "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/paris-fc-ol-trois-ultras-interpelles-508585.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-21T11:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-paris-fc-ol-trois-ultras-interpelles-1640086314_x600_articles-508585.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": "", @@ -107369,17 +109610,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "97aae2f96dd897586c4a6e3db5356459" + "hash": "5dbdcf0f766b53adec3a4cc3e837b192" }, { - "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": "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/pronostic-saint-etienne-nantes-analyse-cotes-et-prono-du-match-de-ligue-1-508590.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-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-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": "", @@ -107390,17 +109631,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "25c06dc2b68bb0b164b52261da4baa01" + "hash": "4543a83e9691d30a0ce5c10f15b5851e" }, { - "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": "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/infantino-les-jeunes-veulent-un-mondial-plus-souvent-508582.html", + "link": "https://www.sofoot.com/le-shandong-taishan-de-fellaini-champion-de-chine-508792.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-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": "", @@ -107411,17 +109652,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4124403d7fa24cf6d33d316c0035c217" + "hash": "66838df8be3e682cb364dea2e3fbf058" }, { - "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": "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/pronostic-tottenham-west-ham-analyse-cotes-et-prono-du-match-de-carabao-cup-508589.html", + "link": "https://www.sofoot.com/en-direct-le-multiplex-du-boxing-day-en-premier-league-508782.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-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": "", @@ -107432,17 +109673,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0df5a6d5757cd0d255b225b095290c4c" + "hash": "ea4deb4f93f3fbabc4c093b9c57b30ac" }, { - "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": "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/pronostic-troyes-brest-analyse-cotes-et-prono-du-match-de-ligue-1-508586.html", + "link": "https://www.sofoot.com/leeds-aston-villa-egalement-reporte-a-cause-du-covid-508790.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-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": "", @@ -107453,17 +109694,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d6a35b2fc0d6a5d938efa84723cadc7" + "hash": "82f8a253f2375e6c0df1a4c9825559a6" }, { - "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": "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/grealish-et-foden-punis-par-guardiola-apres-une-sortie-en-boite-de-nuit-508584.html", + "link": "https://www.sofoot.com/jeremie-boga-a-l-atalanta-bergame-des-janvier-508788.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-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": "", @@ -107474,17 +109715,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc346e9a79a1cff977a87f4fabf6955e" + "hash": "ab0cb4660d027a3d38d395a388a356bc" }, { - "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": "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/la-salernitana-bloquee-par-les-autorites-en-raison-de-la-covid-508583.html", + "link": "https://www.sofoot.com/reims-s-offre-andreaw-gravillon-jusque-2025-508786.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-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": "", @@ -107495,17 +109736,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "da5ffe9de2609059cdfaeaa6f3999e7e" + "hash": "89bc7fbcc2754c084ae3155912444778" }, { - "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": "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/infantino-veut-decaler-la-can-a-l-automne-en-2023-508581.html", + "link": "https://www.sofoot.com/patrick-vieira-positif-tottenham-crystal-palace-maintenu-508785.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-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": "", @@ -107516,17 +109757,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0cc963682c35b1e2cb73466b319a256a" + "hash": "328ebe2bb81ece414a4c87571c780359" }, { - "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": "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/rafinha-s-engage-a-sao-paulo-508580.html", + "link": "https://www.sofoot.com/bonucci-cristiano-sait-qu-il-va-prendre-des-coups-508784.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-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": "", @@ -107537,17 +109778,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "51a4b55fc8e270543396eee667d7a0cb" + "hash": "738c478a30ea799304390860496f8a90" }, { - "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": "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/thomas-tuchel-voulait-retrouver-marquinhos-a-chelsea-508579.html", + "link": "https://www.sofoot.com/john-westwood-et-portsmouth-une-histoire-a-l-ancre-bleue-507429.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-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": "", @@ -107558,17 +109799,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "14db010296326c5c0171e783501301d4" + "hash": "d169d02bee87fa64b16bcc15fb1ce9a4" }, { - "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": "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/fenerbahce-se-separe-de-son-coach-vitor-pereira-508578.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-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-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": "", @@ -107579,17 +109820,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9c12e079941867b16705e1741a482b5" + "hash": "ed6c3fd82f68c8cc1fd864aad87480d6" }, { - "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": "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/patrick-berg-s-engage-avec-le-rc-lens-508573.html", + "link": "https://www.sofoot.com/guardiola-pour-le-port-du-masque-dans-les-stades-508778.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-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": "", @@ -107600,17 +109841,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "695bd905bfd6e0786d3b96ebc3ae2507" + "hash": "4ebc1882306e780bb5be48425e7c3531" }, { - "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": "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/pronostic-liverpool-leicester-analyse-cotes-et-prono-du-match-de-carabao-cup-508577.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-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-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": "", @@ -107621,17 +109862,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "21f70b9d303a22b603b646ede03cf61c" + "hash": "bab90a499b54272fbc41efd2ea3c2726" }, { - "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": "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…

    ", "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/steven-gerrard-positif-a-la-covid-19-508776.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-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": "", @@ -107642,17 +109883,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8108f4902296abed1219fe59a9ce89de" + "hash": "51e507d296b6e0f662add0b48f63c4ca" }, { - "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": "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/le-sort-de-paris-fc-ol-reste-en-suspens-508571.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-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-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": "", @@ -107663,17 +109904,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a9404bcb672dcb5932b709fc361c553" + "hash": "7aad304daa17836fb0c9ebbba43b3a82" }, { - "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": "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/willian-arsenal-c-etait-le-moment-le-plus-dur-de-ma-carriere-508566.html", + "link": "https://www.sofoot.com/pele-a-quitte-l-hopital-508774.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-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": "", @@ -107684,17 +109925,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a4fe218e69bc34932147959a7ab46590" + "hash": "8b1266d68e5247d03b516ff45df8077d" }, { - "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": "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/younes-belhanda-galatasaray-fenerbahce-c-est-montpellier-nimes-puissance-1000-508501.html", + "link": "https://www.sofoot.com/boxing-day-240e-a-gagner-avec-arsenal-tottenham-508733.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-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": "", @@ -107705,17 +109946,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1da214905e5ca1335cc9dbc18c9cc5b3" + "hash": "039da57ec354d8093a3c31972a66d136" }, { - "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": "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/les-cadeaux-de-noel-qu-on-n-a-surtout-pas-envie-de-recevoir-508089.html", + "link": "https://www.sofoot.com/premier-league-les-enjeux-du-boxing-day-2021-508756.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-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": "", @@ -107726,17 +109967,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec26eeb8acd1a3abad8201b73fc0fd6e" + "hash": "835d562634f5bc3b00ea3db3e7327bcd" }, { - "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": "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/la-majorite-des-clubs-de-premier-league-veut-continuer-de-jouer-pendant-les-fetes-508562.html", + "link": "https://www.sofoot.com/felice-mazzu-l-amour-avant-tout-508724.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-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": "", @@ -107747,17 +109988,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "325d083e1d5e3a8b7591b7d398744f12" + "hash": "038d0abe06ed3e90225718510a4289a2" }, { - "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": "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/reforme-de-la-coupe-du-monde-la-fifa-va-verser-une-compensation-financiere-a-ses-pays-membres-508564.html", + "link": "https://www.sofoot.com/jean-onana-forfait-pour-la-coupe-d-afrique-des-nations-508773.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-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": "", @@ -107768,17 +110009,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "925171b3ee7ac651bbe055491b28b1e6" + "hash": "48b6e00fb4b7cdbfa135ef4d05ac67da" }, { - "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": "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/le-president-de-la-caf-confiant-pour-l-organisation-de-la-can-508563.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-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-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": "", @@ -107789,17 +110030,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6272988c4078f13c83311287561c23c" + "hash": "f8c0505ee708baefc3833e9dab4b8e01" }, { - "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": "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/finlande-tim-sparv-annonce-son-depart-a-la-retraite-508548.html", + "link": "https://www.sofoot.com/le-mali-devoile-sa-liste-pour-la-can-508770.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-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": "", @@ -107810,17 +110051,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "07d2268b5f2b86e5443236da1d39a037" + "hash": "81651810a575f54d3cdc64235dd85787" }, { - "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": "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/maxwel-cornet-elu-joueur-de-l-annee-a-burnley-508561.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-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-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": "", @@ -107831,17 +110072,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "53671de715d83050ee97b9047c0134f2" + "hash": "ab0f5f7ac6e52eb01fc9dcac45c9df2b" }, { - "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": "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/luciano-spalletti-qualifie-la-can-de-monstre-invisible-508560.html", + "link": "https://www.sofoot.com/kerem-akturkoglu-signe-le-missile-du-jour-508769.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-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": "", @@ -107852,17 +110093,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8b01b6b2f18fdab7aa18fab721df82f" + "hash": "f2b7f6d2c242a00b1b7791154812e724" }, { - "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": "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/sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-17-508555.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-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-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": "", @@ -107873,17 +110114,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7aa6e60b81660b08728d7188e4b94b15" + "hash": "eeedcc843067ab64d7b0150cbd4efa9d" }, { - "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": "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/205e-a-gagner-avec-psg-as-roma-10e-gratuits-offerts-508558.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-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-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": "", @@ -107894,17 +110135,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3629c7f00c3187180e9863607f11090d" + "hash": "7c3c6edfba30bf01c661ad0d0b8218fc" }, { - "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": "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/c1-feminine-bayern-psg-et-juve-ol-en-quarts-de-finale-508557.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-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-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": "", @@ -107915,17 +110156,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "256b6c5009fe9e632505d415244d802d" + "hash": "4e2c5de1f93395db4a45d2a1a22f80ab" }, { - "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": "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/jair-bolsonaro-84-maillots-de-foot-et-une-election-en-2022-508525.html", + "link": "https://www.sofoot.com/leeds-aston-villa-egalement-reporte-a-cause-de-la-covid-508790.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-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": "", @@ -107936,17 +110177,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a94350a719424d31c2bd55f1e6df2fb9" + "hash": "f895bff0906482ccdbd14ea60c44c4df" }, { - "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": "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/belgique-peter-croonen-n-est-plus-le-president-de-la-pro-league-508554.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-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-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": "", @@ -107957,17 +110198,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "61a344b725deb06318a4d1626ce66b01" + "hash": "6ef21791f154a357030ddb0fbba72d51" }, { - "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": "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/pronostic-fc-seville-barcelone-analyse-cotes-et-prono-du-match-de-liga-508553.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-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-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": "", @@ -107978,17 +110219,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5d161c0322f59995e478e69be20445d" + "hash": "46bb95dc340ac34419b2103c32b8c4ef" }, { - "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": "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/pronostic-auxerre-le-havre-analyse-cote-et-prono-du-match-de-ligue-2-508552.html", + "link": "https://www.sofoot.com/l-etat-des-stades-au-gabon-fait-scandale-508764.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-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": "", @@ -107999,17 +110240,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3bf342a6cfc59a15a7495725b0faf352" + "hash": "0c522963567d45a1ab3176f6d3ca22b8" }, { - "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": "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/bergerac-n-a-toujours-pas-encaisse-de-but-en-coupe-de-france-508551.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-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-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": "", @@ -108020,17 +110261,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad15dc0b38af168f401ddaf356f46a6f" + "hash": "c8eafac30746cf015a92aeaeaeb77a22" }, { - "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": "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/pronostic-guingamp-dunkerque-analyse-cote-et-prono-du-match-de-ligue-2-508550.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-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-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": "", @@ -108041,17 +110282,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8958a89a59ff542ce9ba17bb35dc727" + "hash": "118256016faeaa0b45ca17191b4c6796" }, { - "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": "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/64-arrestations-en-marge-de-feyenoord-ajax-508546.html", + "link": "https://www.sofoot.com/les-comores-devoilent-leur-liste-pour-la-can-508761.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-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": "", @@ -108062,17 +110303,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7250312620fea59c02d7f4a43cfa2f92" + "hash": "0b4ca8a0c208b5658580c6376ef111ab" }, { - "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": "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/pronostic-ajaccio-grenoble-analyse-cote-et-prono-du-match-de-ligue-2-508547.html", + "link": "https://www.sofoot.com/stole-dimitrievski-en-passe-de-s-engager-avec-le-barca-508760.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-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": "", @@ -108083,17 +110324,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "af822faa1b693e510b647da471de665e" + "hash": "6a4bb095dff2f8aefec5e6157810f96d" }, { - "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": "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/dans-les-coulisses-du-stade-poitevin-face-au-rc-lens-508521.html", + "link": "https://www.sofoot.com/noel-noel-le-graet-ou-les-deux-508699.html", "creator": "SO FOOT", - "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", + "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": "", @@ -108104,17 +110345,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "de06e7483a4d706b6780ec0fc96c0ec2" + "hash": "3141d1efdb14e81f7fd334dc70c9841a" }, { - "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…
    ", + "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/pronostic-nancy-dijon-analyse-cote-et-prono-du-match-de-ligue-2-508545.html", + "link": "https://www.sofoot.com/top-10-buts-cadeaux-508658.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-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": "", @@ -108125,17 +110366,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "acccf01576051487f64e201e4d667de9" + "hash": "64f65bfe96364f22764295267d532cc8" }, { - "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": "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/des-ultras-du-psg-seraient-impliques-dans-les-incidents-de-charlety-508549.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-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-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": "", @@ -108146,17 +110387,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce307072e9177e8e7bd612d9382c14e9" + "hash": "55ec4ad65ee46d2f1455b2cdf1630614" }, { - "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": "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/un-hors-jeu-de-giroud-contre-le-napoli-cree-la-polemique-508544.html", + "link": "https://www.sofoot.com/algerie-mahrez-bennacer-et-brahimi-appeles-pour-la-can-508758.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-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": "", @@ -108167,17 +110408,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eabf3f07b7c0893e5332284eeac8343b" + "hash": "0c0bb70eeca273d07da4404ffef898ec" }, { - "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": "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/tottenham-perd-contre-rennes-sur-tapis-vert-et-est-elimine-de-ligue-europa-conference-508543.html", + "link": "https://www.sofoot.com/bingourou-kamara-strasbourg-part-en-pret-a-charleroi-508757.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-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": "", @@ -108188,17 +110429,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "69d183a765248e007f2b1c9027edd0aa" + "hash": "ee7838c308dca599286bf857c96aec9a" }, { - "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": "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/pronostic-paris-fc-amiens-analyse-cote-et-prono-du-match-de-ligue-2-508542.html", + "link": "https://www.sofoot.com/lewandowski-ballon-d-or-instagram-en-2021-508738.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-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": "", @@ -108209,17 +110450,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0fdd8e63ea5323653425c9f328a7d8c" + "hash": "de49dd2d2b8babd47d87b131bd386ccd" }, { - "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": "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/la-communion-des-jumeaux-de-m-zouazia-avec-les-supporters-bordelais-508541.html", + "link": "https://www.sofoot.com/fares-bahlouli-se-sent-toujours-bien-en-ukraine-508755.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-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": "", @@ -108230,17 +110471,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "59f35a480600b16f9ced69725b9dbe07" + "hash": "cf9f30793aff1dea45bdc9f61dac73fa" }, { - "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": "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/feu-vert-pour-le-projet-de-nouveau-stade-de-barcelone-508539.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-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-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": "", @@ -108251,17 +110492,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e6eeb14d15bec40c902400e1b9c42a8" + "hash": "5040992a42fd2b46883a7417c64cfa8c" }, { - "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": "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/vincent-kompany-victime-de-racisme-a-bruges-508537.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-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-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": "", @@ -108272,17 +110513,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1052d66e164c48a56ac25d3182924eb7" + "hash": "c824f02bf9c45fe90a490f0c816bdbf0" }, { - "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": "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/pronostic-quevilly-rouen-caen-analyse-cote-et-prono-du-match-de-ligue-2-508538.html", + "link": "https://www.sofoot.com/ikone-clap-de-faim-508745.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-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": "", @@ -108293,17 +110534,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9bcfa7a52705dda0cc355af1cd881863" + "hash": "f16fb3fbdbf7e2334c49b43d3810eccb" }, { - "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": "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/pronostic-nimes-toulouse-analyse-cote-et-prono-du-match-de-ligue-2-508536.html", + "link": "https://www.sofoot.com/la-main-de-dieu-voir-naples-diego-maradona-et-grandir-508691.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-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": "", @@ -108314,17 +110555,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "66b51b3a8218adde0e1bcaabc32bdfd2" + "hash": "cb85762510ad1990e045477419ca911a" }, { - "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": "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/pierre-ferracci-va-porter-plainte-apres-les-incidents-contre-lyon-508535.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-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-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": "", @@ -108335,17 +110576,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "66efee5f12daea6c4cb8d82b4eac2358" + "hash": "e96309a24b4a7b30a6d5696d410b31ca" }, { - "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": "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/pronostic-rodez-bastia-analyse-cotes-et-prono-du-match-de-ligue-2-508534.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-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-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": "", @@ -108356,17 +110597,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5440712cd9ee6c219a47e3bcff51d2ce" + "hash": "1ea2a6c87dc1de0ec275761d2eba79dd" }, { - "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": "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-niort-pau-analyse-cotes-et-prono-du-match-de-ligue-2-508533.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-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-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": "", @@ -108377,17 +110618,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2bb43b6fa8ceb5d1b98823d4ae7afdd7" + "hash": "4adc91abcb589bfb5ad4735ce7dfe615" }, { - "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": "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-sochaux-valenciennes-analyse-cotes-et-prono-du-match-de-ligue-2-508532.html", + "link": "https://www.sofoot.com/la-rencontre-entre-burnley-et-everton-finalement-reportee-508715.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-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": "", @@ -108398,17 +110639,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9c58dd8e5c85abea4dd110741204fa6" + "hash": "f753ab6cb4c0e4de35761534a0710ce9" }, { - "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": "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/bonus-winamax-100e-direct-deposez-100e-et-misez-avec-200e-508331.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-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-24T11:56:00Z", + "enclosure": "", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -108419,17 +110660,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "08b46957f0390932b52b2c3b76c69f97" + "hash": "5c8b8ae3600af681978b29c400705181" }, { - "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": "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/retour-sur-la-premiere-titularisation-de-xavi-simons-avec-le-psg-508531.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-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-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": "", @@ -108440,17 +110681,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2bc31d287698d0ddbad1c39d7d8be8a" + "hash": "d6342b227fb70bf803ed22175ba20f2f" }, { - "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": "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/ces-trois-infos-du-week-end-vont-vous-etonner-508516.html", + "link": "https://www.sofoot.com/can-2022-pas-de-surprise-dans-la-liste-du-senegal-508748.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-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": "", @@ -108461,17 +110702,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf6283d7a3f92cb4ab44e41f41b494c1" + "hash": "086ee247fed270279cfa3ad77a044d77" }, { - "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": "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/le-psg-de-mbappe-ecarte-feignies-aulnoye-508526.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-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-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": "", @@ -108482,17 +110723,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5e13fb6866d29b6d93824f3f8dfc3c0" + "hash": "f3637e6c624fa25441cd5476d73f4ffe" }, { - "title": "Le Real accroché par Cadix", - "description": "

    ", - "content": "

    ", + "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/le-real-accroche-par-cadix-508529.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-19T21:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-real-accroche-par-cadix-1639950309_x600_articles-508529.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": "", @@ -108503,17 +110744,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2746b9743ee4681857a1f0b11fa4690f" + "hash": "1624a4525d2a3541fc911b8f65d59535" }, { - "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": "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/le-napoli-blase-le-milan-508503.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-19T21:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-napoli-blase-le-milan-1639951399_x600_articles-alt-508503.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": "", @@ -108524,17 +110765,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8d5eaa0d52d0a7aaa081010c50ef23f" + "hash": "c4a7d849a0503096abd946e6b5613f9a" }, { - "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": "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/coupe-de-france-un-derby-lens-lille-en-seiziemes-de-finale-508530.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-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-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": "", @@ -108545,17 +110786,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "94059431632474c7d321fbd79f4c5433" + "hash": "f0d41383e20421c116d689afb82cc67b" }, { - "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": "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/en-direct-feignies-aulnoyes-psg-508523.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-19T19:55:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-feignies-aulnoyes-psg-1639949012_x600_articles-alt-508523.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": "", @@ -108566,17 +110807,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4bdb8f4b838d824c0ec3183327325a92" + "hash": "dadfb5abf439e2a28aca4f1ddcdc64f2" }, { - "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": "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/bordeaux-en-met-10-nice-s-en-sort-et-brest-passe-de-peu-508514.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-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-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": "", @@ -108587,17 +110828,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6378034b1abe92bbd6408bd8ccc4b2d" + "hash": "fca3dbd050a365e15fd06a4f57b4f7f2" }, { - "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": "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/en-direct-ac-milan-napoli-508528.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-19T19:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-ac-milan-napoli-1639941579_x600_articles-508528.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": "", @@ -108608,17 +110849,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8b0407d0283830ff963d96a42e58644" + "hash": "4d2b982d8b95947ba0d768b7f8263730" }, { - "title": "Tottenham s'agrippe à Liverpool après un match fou", - "description": "Et le grand gagnant s'appelle Manchester City.

    ", - "content": "

    ", + "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/tottenham-s-agrippe-a-liverpool-apres-un-match-fou-508522.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-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-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": "", @@ -108629,17 +110870,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb17c67507527c6fa82d1b498d270381" + "hash": "2ff7ba3c9251b9dd86c911d433a6850c" }, { - "title": "L'Athletic Bilbao bat le Betis Séville sur le fil", - "description": "

    ", - "content": "

    ", + "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/l-athletic-bilbao-bat-le-betis-seville-sur-le-fil-508513.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-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-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": "", @@ -108650,17 +110891,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "325c12bbe783c76b4068c308967cbc9f" + "hash": "1f8995ff1947540c6a3487d462ed8ea2" }, { - "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": "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/vlahovic-egale-un-record-de-cristiano-ronaldo-en-italie-508524.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-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-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": "", @@ -108671,17 +110912,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f8848c3ab2f6b0d2aab831a280a87ac" + "hash": "67240410876a0ad24b6428a89bf5664d" }, { - "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": "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/linas-montlhery-cree-l-exploit-contre-angers-montpellier-et-reims-s-en-sortent-508511.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-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-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": "", @@ -108692,17 +110933,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f50a1ce1a77839f680de16c7b0c446e" + "hash": "cde0ab14d11c2f42ed7ac13fb6a0fe0f" }, { - "title": "Fribourg grille la politesse au Bayer Leverkusen", - "description": "

    ", - "content": "

    ", + "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/fribourg-grille-la-politesse-au-bayer-leverkusen-508506.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-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-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": "", @@ -108713,17 +110954,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "89db90cc9abc979dd315ecc57cc57b1d" + "hash": "a0d146d239ffe147047e2b0f154aeb09" }, { - "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": "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/un-match-de-troisieme-division-allemande-arrete-apres-des-insultes-racistes-508520.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-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-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": "", @@ -108734,17 +110975,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "06ccb39949007e77c40295621eb4b748" + "hash": "07c22122217d70bcff2c310ace208d87" }, { - "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": "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/live-la-finale-des-mondiaux-de-handball-entre-la-france-et-la-norvege-508518.html", + "link": "https://www.sofoot.com/pele-autorise-a-rentrer-chez-lui-508737.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-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": "", @@ -108755,17 +110996,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce892b1f41761d21104e7e33d626cedf" + "hash": "cb1a0631c2f8e02f5c2e493897c43433" }, { - "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": "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/en-direct-tottenham-liverpool-508517.html", + "link": "https://www.sofoot.com/pour-buffon-la-juventus-avec-ronaldo-avait-perdu-son-adn-508736.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-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": "", @@ -108776,17 +111017,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c5c335cc5a795d1a5d5a3dd2238dd8c5" + "hash": "ed3f7a807df924d9939de7bc2c0b0d90" }, { - "title": "Chelsea se casse les dents sur Wolverhampton", - "description": "

    ", - "content": "

    ", - "category": "", - "link": "https://www.sofoot.com/chelsea-se-casse-les-dents-sur-wolverhampton-508512.html", + "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/bruno-cheyrou-devient-conseiller-technique-et-directeur-du-recrutement-a-l-ol-508735.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-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": "", @@ -108797,17 +111038,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d4955651f48112aac5cb28e9a1f2d9f" + "hash": "f89cf1afb027d1381677a09c374f6509" }, { - "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": "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/la-communion-des-jumeaux-de-mzouazia-avec-les-supporters-bordelais-508541.html", + "link": "https://www.sofoot.com/aulas-renouvelle-sa-confiance-envers-peter-bosz-508734.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-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": "", @@ -108818,17 +111059,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6fc35e7b7bd52d9b9adf12c8638c4c2" + "hash": "79846cb051b2cc4a02706b40f902b18d" }, { - "title": "Le leader Manchester City s'amuse à Newcastle", - "description": "

    ", - "content": "

    ", + "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/le-leader-manchester-city-s-amuse-a-newcastle-508509.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-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-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": "", @@ -108839,17 +111080,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a521768ba1ac83b18b790e7ed599bbc" + "hash": "902c40a8052a29036cc01073b9e2f197" }, { - "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": "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/un-joueur-de-cannet-rocheville-fait-sa-demande-de-mariage-au-velodrome-508519.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-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-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": "", @@ -108860,17 +111101,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0fb76dde19f58da6dc3edc6e06429339" + "hash": "ab4875eb0fdbbd2830106f631cf35ebe" }, { - "title": "Un petit Ajax remporte le Klassiker contre Feyenoord", - "description": "

    ", - "content": "

    ", + "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/un-petit-ajax-remporte-le-klassiker-contre-feyenoord-508507.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-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-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": "", @@ -108881,17 +111122,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1bfdcd988b68b7ac3ecc1907564b250f" + "hash": "613f49074dabea2bef0cf14c1971026b" }, { - "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": "Porto croque Benfica dans le Clássico", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/m-baye-niang-en-arabie-saoudite-le-football-c-est-nul-508515.html", + "link": "https://www.sofoot.com/porto-croque-benfica-dans-le-classico-508726.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-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": "", @@ -108902,17 +111143,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e93e8cb4de9883b9db10f3ef1a8ca635" + "hash": "af35347788a27d5f15f3d9dfc1a275d5" }, { - "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": "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/milik-porte-l-om-metz-chute-a-bergerac-508483.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-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-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": "", @@ -108923,17 +111164,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2974d275ce414d38218251d0fbe1c873" + "hash": "d541925722218ba1d5ad86b24cc701cb" }, { - "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": "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/pfc-ol-blanquer-veut-des-mesures-fortes-508510.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-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-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": "", @@ -108944,17 +111185,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b86c57828d4caabe9072408c58582394" + "hash": "0ea91ced876c8c96c3633fd89db36b46" }, { - "title": "Bruges et Anderlecht se neutralisent", - "description": "

    ", - "content": "

    ", + "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/bruges-et-anderlecht-se-neutralisent-508496.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-19T14:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bruges-et-anderlecht-se-neutralisent-1639924590_x600_articles-508496.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": "", @@ -108965,17 +111206,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "911ba86a422eb575337e25b4ba4bdf23" + "hash": "15037bc48d71f8e6d4dbef9755abd72d" }, { - "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": "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/tuchel-tres-inquiet-en-raison-du-covid-508508.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-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-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": "", @@ -108986,17 +111227,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7112b257915c8c0ff225353ae06ce29a" + "hash": "d77c32d235d83ec695437d95ddbf5da1" }, { - "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": "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/letellier-evoque-sa-vie-au-psg-508505.html", + "link": "https://www.sofoot.com/des-supporters-nantais-condamnes-a-de-la-prison-avec-sursis-508721.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-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": "", @@ -109007,17 +111248,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca95d0ec61900987b3eca80583dc78b6" + "hash": "1a29ec9087b267055d26447cbd9f3b8f" }, { - "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": "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/en-direct-marseille-cannet-rocheville-508504.html", + "link": "https://www.sofoot.com/vannes-psg-se-jouera-finalement-au-stade-de-la-rabine-508720.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-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": "", @@ -109028,17 +111269,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "496971b3f6ebe6b22279c66757e96552" + "hash": "fa67bf7928d666f65d928c90aa39fdac" }, { - "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": "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/liverpool-prendra-en-compte-le-statut-vaccinal-de-ses-potentielles-recrues-508502.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-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-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": "", @@ -109049,17 +111290,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "75d88f1a86edfa2ee292e759c9c6340f" + "hash": "2c59b595679103d39baf25e16a7e9c54" }, { - "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": "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/youcef-belaili-en-negociations-avec-montpellier-508500.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-19T10:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-youcef-belaili-en-negociations-avec-montpellier-1639911938_x600_articles-508500.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": "", @@ -109070,17 +111311,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ac65bd40d9e2c21a175f61c4393f4d6" + "hash": "914e7d47b5920bfd3c848324a67e45c1" }, { - "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": "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/apres-son-sacre-en-coupe-arabe-mais-ou-va-s-arreter-l-algerie-508495.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-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-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": "", @@ -109091,17 +111332,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "effd462a828f41e71ae429a4bde799a1" + "hash": "158573b2d7f9476f6acc103f31f112d8" }, { - "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": "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/pour-leonardo-mbappe-a-encore-de-bonnes-possibilites-de-prolonger-a-paris-508499.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-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-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": "", @@ -109112,17 +111353,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "33ddaec1c368704c672b548cb7dead75" + "hash": "80515bedd75ed14445cf04d6c3166d7a" }, { - "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": "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/leeds-arsenal-un-supporter-arrete-pour-des-propos-racistes-508498.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-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-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": "", @@ -109133,17 +111374,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c021aa58f22fa22dee2e48fbda15e0e" + "hash": "4691ec3a1579daeddc5d022a11a87d45" }, { - "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": "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/pfc-ol-enquete-ouverte-par-le-parquet-de-paris-508497.html", + "link": "https://www.sofoot.com/covid-les-premiers-matchs-du-boxing-day-reportes-508711.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-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": "", @@ -109154,17 +111395,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1d130925922de7a46c931b0a7008ee1" + "hash": "bbff7da1b7351297a805f9de8e50b740" }, { - "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": "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/10e-offerts-gratos-chez-zebet-pour-parier-sans-pression-sur-la-coupe-de-france-508395.html", + "link": "https://www.sofoot.com/martyn-routledge-les-ecussons-ouvrent-une-fenetre-vers-le-club-508601.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-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": "", @@ -109175,17 +111416,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d33a3bae47a1e0135811b5ee958bc8e" + "hash": "007e71cd4b79d8e61a16b7610380802b" }, { - "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": "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/paris-fc-lyon-apres-les-incidents-la-question-de-la-responsabilite-pour-les-ultras-508494.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-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-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": "", @@ -109196,17 +111437,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5983638205eaac0cf45078fcd98d054" + "hash": "2700292127822779eba725469000d2a8" }, { - "title": "Séville calme l'Atlético dans les derniers instants", - "description": "

    ", - "content": "

    ", + "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/seville-calme-l-atletico-dans-les-derniers-instants-508493.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-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-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": "", @@ -109217,17 +111458,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cdfb10e85620f06884c2e6f20972aaef" + "hash": "d3f0a4955a99606b26f310f03c42faa1" }, { - "title": "Rennes remporte un petit derby contre Lorient", - "description": "Avec le premier but de Warmed Omari chez les grands.

    ", - "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 ? - 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/rennes-remporte-un-petit-derby-contre-lorient-508492.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-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-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": "", @@ -109238,17 +111479,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f8ccaa3b09e2bb7f0da8c3fd42e55b68" + "hash": "141d57a4b85e65882bdfaa285a10674e" }, { - "title": "Le Hertha calme Dortmund", - "description": "

    ", - "content": "

    ", + "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/le-hertha-calme-dortmund-508491.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-18T19:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-hertha-calme-dortmund-1639857970_x600_articles-508491.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": "", @@ -109259,17 +111500,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e9209aeec7ee0c625b1f8eb8fb9e79b" + "hash": "d49e74509ca7b7ee93190449afbb553a" }, { - "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": "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/lille-facile-qrm-qualifie-cannes-et-thaon-en-surprises-508477.html", + "link": "https://www.sofoot.com/pablo-correa-debarque-en-d2-belge-508702.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-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": "", @@ -109280,17 +111521,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e6f10ce03745c5584e3fc8a7b5e82f7" + "hash": "6fb0b21795e1a2426a1b4087cada0f7e" }, { - "title": "Arsenal s'amuse à Leeds", - "description": "

    ", - "content": "

    ", + "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/arsenal-s-amuse-a-leeds-508490.html", + "link": "https://www.sofoot.com/psg-le-mauvais-cru-2021-508676.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-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": "", @@ -109301,17 +111542,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4a83b8f0646ae7d4cc4bece372721ba" + "hash": "a502e0b66f12b3b298434745560ded0d" }, { - "title": "Le Barça s'en sort difficilement face à Elche", - "description": "

    ", - "content": "

    ", + "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/le-barca-s-en-sort-difficilement-face-a-elche-508489.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-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-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": "", @@ -109322,17 +111563,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "31ad8f053d564b89cbe48cd0c0b4089c" + "hash": "f0fcae954464fb9a38ac3badd068a303" }, { - "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": "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/m-baye-niang-en-arabie-saoudite-le-football-c-est-nul-508515.html", + "link": "https://www.sofoot.com/l-egypte-devoile-une-liste-elargie-pour-la-can-508700.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-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": "", @@ -109343,17 +111584,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "759364eb70b54578b6fb8b44744c7a82" + "hash": "2577f8d4c1b1b5b99789798285585e66" }, { - "title": "La Juventus fait le job à Bologne", - "description": "

    ", - "content": "

    ", + "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/la-juventus-fait-le-job-a-bologne-508482.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-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-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": "", @@ -109364,17 +111605,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e3e364c91d5ca05b7456ef6182ae479" + "hash": "44a9d49fe0e65b3ebde5151a9b7d47a3" }, { - "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": "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/l-algerie-bat-la-tunisie-et-remporte-la-coupe-arabe-508478.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-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-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": "", @@ -109385,17 +111626,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "04def1d0be1a9e781343e28dedb78144" + "hash": "f280e6cd06d0c16ff4ef6db7c4262bed" }, { - "title": "Villarreal dispose de la Real Sociedad", - "description": "

    ", - "content": "

    ", + "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/villarreal-dispose-de-la-real-sociedad-508484.html", + "link": "https://www.sofoot.com/le-football-belge-repasse-a-huis-clos-508694.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-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": "", @@ -109406,17 +111647,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "93e1b748578dd4f2e62743b002ac5fe9" + "hash": "3f82975ecf22042edbf057726190b441" }, { - "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": "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/nantes-fait-craquer-sochaux-amiens-resiste-au-retour-de-guingamp-508471.html", + "link": "https://www.sofoot.com/catane-officiellement-declare-en-faillite-508693.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-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": "", @@ -109427,17 +111668,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf15ef1b0ec94902fb2ec6c0ae3c03c8" + "hash": "c3c8bdd74534fb4249d845e847394a00" }, { - "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": "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/roman-abramovitch-naturalise-portugais-508488.html", + "link": "https://www.sofoot.com/bruno-guimaraes-va-passer-un-mauvais-noel-508692.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-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": "", @@ -109448,17 +111689,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b61c17635f128c54bf5908b3bd0c2dd" + "hash": "5b0fad9f62ce7bb8b3aacb2e75ec830f" }, { - "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": "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/gary-marigard-j-1-avant-d-affronter-le-psg-on-a-travaille-sur-les-derniers-reglages-508487.html", + "link": "https://www.sofoot.com/gaetan-laborde-elu-joueur-du-mois-de-novembre-508690.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-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": "", @@ -109469,17 +111710,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b7d4d60b180db58da048cab21d47867" + "hash": "1e8dd0e4e198d5be436080ad45a5f82b" }, { - "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": "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/ronaldo-rachete-cruzeiro-508486.html", + "link": "https://www.sofoot.com/nouvelles-bagarres-entre-supporters-de-tottenham-et-west-ham-508689.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-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": "", @@ -109490,17 +111731,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "26a87238693054f7e571cdb5d83c422f" + "hash": "084fe91c0bd1155a86fbbc1500f3a167" }, { - "title": "Leipzig chute à nouveau, Hoffenheim arrache le nul face à Gladbach", - "description": "

    ", - "content": "

    ", + "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/leipzig-chute-a-nouveau-hoffenheim-arrache-le-nul-face-a-gladbach-508479.html", + "link": "https://www.sofoot.com/yunis-abdelhamid-on-se-fait-un-peu-voler-508688.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-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": "", @@ -109511,17 +111752,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "afa37b2300649f6f0218e8a9a4a71502" + "hash": "6622fdc5fe8258e13d597c7b4a6c5923" }, { - "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": "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/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/ancelotti-je-suis-d-accord-pour-dire-qu-hazard-est-de-retour-508680.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-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": "", @@ -109532,17 +111773,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "358bb0839b600985b2861fd58c2f0b9e" + "hash": "c39ec248f42b8c5565cc7fa7542c40d1" }, { - "title": "La Roma plombe l'Atalanta et se replace", - "description": "

    ", - "content": "

    ", + "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/la-roma-plombe-l-atalanta-et-se-replace-508473.html", + "link": "https://www.sofoot.com/le-hac-champion-de-france-de-ligue-2-sur-tiktok-508679.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-23T08:00:00Z", + "enclosure": "", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -109553,17 +111794,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c68b685e502320aebf31706200443eed" + "hash": "820b5d38a316339203efc33e907f1741" }, { - "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": "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/raheem-sterling-avoue-avoir-progresse-grace-a-gael-clichy-508481.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-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-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": "", @@ -109574,17 +111815,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e33dd004f47c8aeb634e161d49b2e66f" + "hash": "578a0a03682fb995ab842849c703697a" }, { - "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": "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/103-buts-en-20-matchs-pour-le-barca-feminin-508480.html", + "link": "https://www.sofoot.com/la-ligue-1-reine-de-l-annee-2021-508659.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-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": "", @@ -109595,17 +111836,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "03e8047bb44840e806a10b20cbc8a3d2" + "hash": "89cf5e24395715a2e78e3447e9f7b633" }, { - "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": "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/toulouse-fait-exploser-nimes-nancy-sort-l-estac-508445.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-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-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": "", @@ -109616,17 +111857,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "16e399ed43c237828531e1893cf13752" + "hash": "859a921376df2b45a30854c5d46cd181" }, { - "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": "Le Real Madrid fait plier l'Athletic", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-tunisie-algerie-508459.html", + "link": "https://www.sofoot.com/le-real-madrid-fait-plier-l-athletic-508675.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-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": "", @@ -109637,17 +111878,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2f3285babdf21367d06d92bbb28dea1" + "hash": "b69d5fb9871013e85675db31c61951b2" }, { - "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": "Nice retourne Lens au forceps", + "description": "

    ", + "content": "

    ", "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/nice-retourne-lens-au-forceps-508663.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-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": "", @@ -109658,17 +111899,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0bdee7d19f8363d590e26cd7f46cf2cb" + "hash": "a897dd8c88a83d24534edc099ff4bc05" }, { - "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": "Monaco dispose de Rennes ", + "description": "

    ", + "content": "

    ", "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/monaco-dispose-de-rennes-508666.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-22T22:02:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-monaco-dispose-de-rennes-1640210950_x600_articles-508666.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -109679,17 +111920,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f33bc5b46afedc978222e6ba03da5ac" + "hash": "bd2a80e6759c3163e2d937defe7f1d1c" }, { - "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": "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/pronostic-levante-valence-analyse-cotes-et-prono-du-match-de-liga-508475.html", + "link": "https://www.sofoot.com/marseille-arrache-un-point-face-a-reims-508674.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-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": "", @@ -109700,17 +111941,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0aa829943d7be5f5ad253aca3ce982dd" + "hash": "768229cfcbb2d115e91bb4d8bfee9175" }, { - "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…

    ", + "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/aston-villa-burnley-reporte-a-cause-de-la-covid-508472.html", + "link": "https://www.sofoot.com/lyon-lache-encore-des-points-contre-metz-508673.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-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": "", @@ -109721,17 +111962,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca8cbe24fe1fb0c5cf977dd5f2ae1523" + "hash": "7ca756685c16a85b7efb1e4c180bede7" }, { - "title": "Le Qatar vient à bout de l'Égypte aux tirs au but et glane le podium de la Coupe arabe", - "description": "

    ", - "content": "

    ", + "title": "Icardi permet à Paris de gratter le nul à Lorient", + "description": "No Kylian, No Party.

    ", + "content": "

    ", "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/icardi-permet-a-paris-de-gratter-le-nul-a-lorient-508665.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-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": "", @@ -109742,17 +111983,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c11f54986ab8f0ccaf9709ee2c41f3d" + "hash": "cac888ffaed40db8a726ab15f7dbac66" }, { - "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": "Nantes et Randal Kolo Muani crucifient Saint-Étienne", + "description": "

    ", + "content": "

    ", "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/nantes-et-randal-kolo-muani-crucifient-saint-etienne-508634.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-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": "", @@ -109763,17 +112004,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "72c2bf4e2d343831bcc68d1543503b56" + "hash": "93e07c74eb17b95b3676f229beda1acf" }, { - "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": "Troyes et Brest se quittent dos à dos", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/un-ancien-selectionneur-u17-accuse-d-agressions-sexuelles-au-gabon-508469.html", + "link": "https://www.sofoot.com/troyes-et-brest-se-quittent-dos-a-dos-508621.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-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": "", @@ -109784,17 +112025,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "596331ef09f66ab2edf06523d4c62f39" + "hash": "e023bd8b3d7610d0e5b94da9e630c34a" }, { - "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": "Lille renverse Bordeaux", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/bundesliga-lewandowski-depasse-gerd-muller-sur-l-annee-civile-508467.html", + "link": "https://www.sofoot.com/lille-renverse-bordeaux-508237.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-22T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lille-renverse-bordeaux-1640210967_x600_articles-508237.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -109805,17 +112046,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "81621a89d7d21f4dcf9a1119cb64db95" + "hash": "9a8e9fa8b87913273121d406fdb7a17a" }, { - "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
    \n
    Alerté par la ministre en charge des Sports…

    ", + "title": "Montpellier boxe Angers et se rapproche du podium", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/le-graet-ces-incidents-sont-desastreux-508466.html", + "link": "https://www.sofoot.com/montpellier-boxe-angers-et-se-rapproche-du-podium-508671.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-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": "", @@ -109826,17 +112067,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d3f3b88bcd978c46ad2fcf2bd1a321c7" + "hash": "1548c89257b912b804b2aac3235a33ff" }, { - "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": "Milan écarte tranquillement Empoli", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/l-inter-degomme-la-salernitana-508464.html", + "link": "https://www.sofoot.com/milan-ecarte-tranquillement-empoli-508672.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-22T21:51:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-milan-ecarte-tranquillement-empoli-1640209538_x600_articles-508672.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -109847,17 +112088,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5374c9b82f779e696d1dee2754072b75" + "hash": "57a27b1637ff25d747025bbdc83be3f2" }, { - "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": "La Spezia et Jesus jouent un vilain tour au Napoli", + "description": "

    ", + "content": "

    ", "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/la-spezia-et-jesus-jouent-un-vilain-tour-au-napoli-508610.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-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": "", @@ -109868,17 +112109,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "da64b5bac9d47386ecf78e837c922a7d" + "hash": "05aa984168961d880511e9d8e7629c95" }, { - "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": "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/pierre-ferracci-jean-michel-aulas-delire-completement-508463.html", + "link": "https://www.sofoot.com/liverpool-renverse-leicester-tottenham-et-chelsea-a-l-experience-508622.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-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": "", @@ -109889,17 +112130,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "baa56cc19e625fca0bc08de4afd71f18" + "hash": "754f09f8a5619da3574925277e668ed6" }, { - "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": "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/aulas-tout-n-est-pas-a-mettre-sur-le-dos-de-nos-supporters-508460.html", + "link": "https://www.sofoot.com/clermont-strasbourg-reporte-a-cause-du-brouillard-508670.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-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": "", @@ -109910,17 +112151,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1502a78a15231e63372009d1380f4670" + "hash": "789f47bc5a3e0b959c26da1a04b370f6" }, { - "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": "Grenade renverse et piège l'Atlético", + "description": "

    ", + "content": "

    ", "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/grenade-renverse-et-piege-l-atletico-508662.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-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": "", @@ -109931,17 +112172,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1cbfe419fe77aa6a1f3a05d8603df780" + "hash": "25f1deba1271e5754e31e89bf94ac7ea" }, { - "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": "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/paris-fc-lyon-dehors-les-cons-508458.html", + "link": "https://www.sofoot.com/en-direct-lyon-metz-508669.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-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": "", @@ -109952,17 +112193,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "55ef2c44e457e4361c7f0b100b92a057" + "hash": "bb96d82811595b66e87bc0ce73cf5a62" }, { - "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": "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/pronostic-tottenham-liverpool-analyse-cotes-et-prono-du-match-de-premier-league-508461.html", + "link": "https://www.sofoot.com/en-direct-monaco-rennes-508668.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-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": "", @@ -109973,17 +112214,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1b80e9de49a83fd9647ed20acabd531" + "hash": "a3b97c0af88b4ab310a0caaffb68e27a" }, { - "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": "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/203e-a-gagner-avec-rennes-west-ham-200e-offerts-en-exclu-au-lieu-de-100e-508386.html", + "link": "https://www.sofoot.com/en-direct-marseille-reims-508667.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-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": "", @@ -109994,17 +112235,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b44193b196fbe5cf8a80159e7974939" + "hash": "e4fbaa00fa62c77d841b627eb141795e" }, { - "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": "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/covid-la-premier-league-en-eaux-troubles-508450.html", + "link": "https://www.sofoot.com/en-direct-lorient-psg-508664.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-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": "", @@ -110015,17 +112256,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e11223b650a02dab428795593730eaee" + "hash": "70c22ed04d8118445ebb491ca9fa996c" }, { - "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": "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/arnaut-danjuma-la-torpille-du-sous-marin-jaune-508438.html", + "link": "https://www.sofoot.com/en-direct-nice-lens-508661.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-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": "", @@ -110036,17 +112277,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "443f6a7e64e2c4377d1f02f1e27b7fa3" + "hash": "c04d7c92bced2cdc1ea76968ce7d52c7" }, { - "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": "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/de-kinshasa-a-alexandrie-cinq-congolais-en-rade-en-egypte-508326.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-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-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": "", @@ -110057,17 +112298,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b14b69ee5729de774a0d6be518f61d6" + "hash": "8a1d0343d3acd78073e6c17412230b07" }, { - "title": "Le Paris FC et Lyon se quittent dans l'incertitude ", - "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/le-paris-fc-et-lyon-se-quittent-dans-l-incertitude-508416.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-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-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": "", @@ -110078,17 +112319,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "feee3faa875b25fb3228161795c699c9" + "hash": "c4897d5ee26ec18d33bfbb0422d28601" }, { - "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": "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/match-arrete-entre-le-paris-fc-et-lyon-508457.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-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-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": "", @@ -110099,17 +112340,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7fa3db9be6fa317b4a0d5e027e391fb" + "hash": "f16c31327a85c81573fc84758c829910" }, { - "title": "Le Bayern trace sa route en écrasant Wolfsburg", - "description": "

    ", - "content": "

    ", + "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/le-bayern-trace-sa-route-en-ecrasant-wolfsburg-508456.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-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-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": "", @@ -110120,17 +112361,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d60e1b356be3089386f332e7df47397" + "hash": "facc1b165f748a376b21c9664c1224dd" }, { - "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": "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-paris-fc-lyon-508415.html", + "link": "https://www.sofoot.com/aulas-ne-fait-finalement-pas-appel-de-sa-suspension-508654.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-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": "", @@ -110141,17 +112382,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "373bbcad1b8783496e65f5eb9da27e83" + "hash": "c702ef1ebbea384af1c9aea6c3301338" }, { - "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": "Society #171", + "description": "", + "content": "", "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/society-171-508302.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-22T15:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-society-171-1639498484_x600_articles-alt-508302.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -110162,17 +112403,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd146172f15cc9718b7f225bbe175fc9" + "hash": "5d207a5edfd0bb63edebb080e56a67e6" }, { - "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": "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/pronostic-red-star-monaco-analyse-cotes-et-prono-du-match-de-coupe-de-france-508454.html", + "link": "https://www.sofoot.com/david-alaba-elu-joueur-autrichien-de-l-annee-508653.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-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": "", @@ -110183,17 +112424,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "955b6e30a87981510c5eb66b8d71cea2" + "hash": "d581619486516dd901cdeb5edcbb69c7" }, { - "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": "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/pronostic-fribourg-bayer-leverkusen-analyse-cotes-et-prono-du-match-de-bundesliga-508453.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-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-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": "", @@ -110204,17 +112445,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "36def23f77fbcf07bd96ea76fc82bc4e" + "hash": "94851736d1c87dc0755920be01fce5bf" }, { - "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": "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/pronostic-cologne-stuttgart-analyse-cotes-et-prono-du-match-de-bundesliga-508452.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-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-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": "", @@ -110225,17 +112466,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4aff4e5b2f45d7ef39a17cb46c69687c" + "hash": "6df9939221cefc0c05063b24f1b17b1c" }, { - "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": "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/pronostic-real-madrid-cadiz-analyse-cotes-et-prono-du-match-de-liga-508451.html", + "link": "https://www.sofoot.com/thierry-henry-bientot-adjoint-de-roberto-martinez-avec-la-belgique-508650.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-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": "", @@ -110246,17 +112487,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "59ccc001aaf88aa167c7d68f4527bc0c" + "hash": "4dfb919d43dc234a7fed3f34fd8da61c" }, { - "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": "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/la-societe-de-wanda-nara-visee-pour-blanchiment-d-argent-en-argentine-508443.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-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-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": "", @@ -110267,17 +112508,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "78ef7d73622c50a903b462fbc671bf49" + "hash": "b97e8c003360feac6663d630e17d6199" }, { - "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": "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/live-la-demi-finale-des-mondiaux-de-handball-entre-la-france-et-le-danemark-508437.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-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-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": "", @@ -110288,17 +112529,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1f274c80679448ab8083de687b87d6a" + "hash": "8d57e66d08802035f2ee9772a6cbc75b" }, { - "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": "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/christian-eriksen-quitte-officiellement-l-inter-milan-508449.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-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-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": "", @@ -110309,17 +112550,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "98bb69484e7138917d714182ba88c1ff" + "hash": "b17e938b48066d92192ecbe46152bac8" }, { - "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/la-fifa-poursuit-sa-propagande-pour-une-coupe-du-monde-tous-les-deux-ans-508447.html", + "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/six-cas-de-covid-19-au-stade-de-reims-508647.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-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": "", @@ -110330,17 +112571,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ead75f18398f82060b02b77a67ec3f15" + "hash": "0b4222ff237142ce0faf8f67bd872862" }, { - "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": "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/24-heures-chrono-507817.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-17T15:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-24-heures-chrono-1638545468_x600_articles-alt-507817.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": "", @@ -110351,17 +112592,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9bfb4671929c33ff602bd00fabe3846d" + "hash": "80e19e5559254557f6a3a6e14d697a94" }, { - "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": "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/gary-marigard-j-2-avant-d-affronter-le-psg-jeudi-c-etait-action-solidaire-508441.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-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-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": "", @@ -110372,17 +112613,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b37b5f93de39759c14d1fd37ccfe04ca" + "hash": "08354533ccc933cb6bf56f531dc679b3" }, { - "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": "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/jean-michel-aulas-on-se-lasse-508442.html", + "link": "https://www.sofoot.com/nice-kasper-dolberg-la-belle-et-le-diabete-508627.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-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": "", @@ -110393,17 +112634,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f13a679e94ea10c7aae7422941e6fb74" + "hash": "ce9ff4e8ae57dc7859b0ad87207ac542" }, { - "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": " 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/le-bresil-et-l-argentine-pourraient-integrer-la-ligue-des-nations-508444.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-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-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": "", @@ -110414,17 +112655,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7fdd8c325b0fdb78786d4ae0cb938724" + "hash": "6cadf5d9638927262a4ca53ff4c1d7d6" }, { - "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": "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/leonardo-marquinhos-va-rester-a-vie-508446.html", + "link": "https://www.sofoot.com/benjamin-mendy-inculpe-d-un-nouveau-viol-son-proces-repousse-508642.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-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": "", @@ -110435,17 +112676,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a7e759dac690f07af897968c71ec182" + "hash": "25bac6ccb1c918a952d28dee835bca09" }, { - "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": "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/les-clubs-de-premier-league-poussent-pour-une-treve-pendant-les-fetes-508440.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-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-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": "", @@ -110456,17 +112697,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "45bf35fbbf4c518db7772c2104e59371" + "hash": "fda0cf257fe5c500c1638eca0fd312ae" }, { - "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": "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/youcef-belaili-n-est-plus-un-joueur-du-qatar-sc-508414.html", + "link": "https://www.sofoot.com/bordeaux-lille-finalement-maintenu-malgre-14-cas-chez-les-girondins-508638.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-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": "", @@ -110477,17 +112718,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "afc7bc637018e90e1e5be21d1c3a5d99" + "hash": "d066a3862ba7ab6a80af5149933eb5b8" }, { - "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": "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/vitorino-hilton-si-saint-etienne-me-contacte-je-suis-pret-508417.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-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-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": "", @@ -110498,17 +112739,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "71ebaa8df27cc2ebf2fe9e7c1a4575f1" + "hash": "9afb34e65b7816b2330f688496c54c89" }, { - "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": "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/tacalfred-weber-on-etait-fait-l-un-pour-l-autre-508400.html", + "link": "https://www.sofoot.com/wojciech-szczesny-nous-jouons-toujours-avec-arrogance-508637.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-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": "", @@ -110519,17 +112760,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3b269f45f82e75d6b844c204b9aab8b" + "hash": "d26a1b551b4015e6a6f73c9732ee5f49" }, { - "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": "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/lucas-tousart-si-je-faisais-gaffe-aux-insultes-je-ne-jouerais-plus-au-foot-508406.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-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-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": "", @@ -110540,17 +112781,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f5c756b3b99da71a35efd03f7a9efc9" + "hash": "38250d6e2e1ccd4352d2024054179640" }, { - "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": "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/l-om-prolonge-son-partenariat-avec-puma-508412.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-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-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": "", @@ -110561,17 +112802,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "91e9537ae3be613fb8241127d37b51d4" + "hash": "d09d5c119b92f77ef2b551aa1d304445" }, { - "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": "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/aulas-on-a-decouvert-sur-son-facebook-que-l-individu-etait-supporter-de-l-om-508411.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-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-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": "", @@ -110582,17 +112823,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e995ce39ea712ab63c03c14b2a0ba3f0" + "hash": "d40bd275c0c1071bf23b028591d6fc93" }, { - "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": "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/pavard-je-ne-pourrai-jamais-plaire-a-tout-le-monde-508410.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-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-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": "", @@ -110603,17 +112844,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f23d0ea5f29ba557d4076f78d7cd15d" + "hash": "96289a173a6b5229f338c1e113afa32f" }, { - "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": "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/louis-van-gaal-affronter-gibraltar-ne-vous-apporte-rien-508409.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-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-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": "", @@ -110624,17 +112865,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f57efaa8552f7998d13752d7121bb711" + "hash": "ffa762bad59a7b5a08dfa3c5e8c805e3" }, { - "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": "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/des-chants-homophobes-entendus-lors-de-chelsea-everton-508408.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-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-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": "", @@ -110645,17 +112886,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f5ef3397f398ed5909ae1d78a0b6ed4" + "hash": "480f4c7c6641e454e49edf692baf8264" }, { - "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": "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/didier-deschamps-satisfait-de-son-groupe-de-ligue-des-nations-508407.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-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-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": "", @@ -110666,17 +112907,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c46e522be240a79e054d4e1596ad82d" + "hash": "d18b45a6fa79107b1e4a74132cf1d18d" }, { - "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": "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/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/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-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-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": "", @@ -110687,17 +112928,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a82eb6304da51755786a2b20e35313b" + "hash": "9e94721a57102ee3afab0c8fd0c4ec3a" }, { - "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": "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/les-deputes-juanico-et-roussel-l-echec-de-mediapro-c-est-une-responsabilite-partagee-508398.html", + "link": "https://www.sofoot.com/bordeaux-lille-menace-a-cause-des-cas-de-covid-19-508624.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-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": "", @@ -110708,17 +112949,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0f7a3bb4c305c2bff4bb65bfec8d17c" + "hash": "17f9750a21ad0f1b7b998e2aec3ed6e5" }, { - "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": "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/les-quatre-autres-merveilles-de-gauthier-hein-508379.html", + "link": "https://www.sofoot.com/le-huis-clos-total-acte-en-bundesliga-des-la-reprise-508623.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-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": "", @@ -110729,17 +112970,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "898218f3899a8dfaaa9cf78e4735087e" + "hash": "5ebbcb001949af7e5776d19be0a8b5ac" }, { - "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": "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/la-collection-de-tirages-photo-so-foot-de-noel-2021-est-arrivee-507774.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-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-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": "", @@ -110750,17 +112991,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccba083e9f3a9dbcad9e50160e56173f" + "hash": "4f96da7bd2802a1261b6339b7cc27557" }, { - "title": "Habib Diallo sort Strasbourg du brouillard valenciennois", - "description": "

    ", - "content": "

    ", + "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/habib-diallo-sort-strasbourg-du-brouillard-valenciennois-508353.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-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-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": "", @@ -110771,17 +113012,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e505aaf491ed4bc5c0232602479123f" + "hash": "640dc23dd11de1e4df602228cdd8e4bf" }, { - "title": "Liverpool dompte Newcastle", - "description": "

    ", - "content": "

    ", + "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/liverpool-dompte-newcastle-508404.html", + "link": "https://www.sofoot.com/mohamed-bayo-un-volcan-s-eveille-508575.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-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": "", @@ -110792,17 +113033,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "699d4d2320c6c0a5e7e8c18423ec6508" + "hash": "1c57896a91adb07eb83be01df92d1dac" }, { - "title": "Everton frustre Chelsea grâce à un excellent Jordan Pickford", - "description": "

    ", - "content": "

    ", + "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/everton-frustre-chelsea-grace-a-un-excellent-jordan-pickford-508403.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-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-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": "", @@ -110813,17 +113054,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1411f7494db95fb1e91d142facc1eccb" + "hash": "d02a8b2a5947934170d90bc075a039fd" }, { - "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": "Le Barça s'embourbe à Séville ", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-liverpool-newcastle-508402.html", + "link": "https://www.sofoot.com/le-barca-s-embourbe-a-seville-508620.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-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": "", @@ -110834,17 +113075,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a026885f315142de897bc44c88609acd" + "hash": "f0dff9b9ede01676010d2517da2e9b54" }, { - "title": "Le PSG finit l'année par une balade contre Breidablik", - "description": "

    ", - "content": "

    ", + "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/le-psg-finit-l-annee-par-une-balade-contre-breidablik-508351.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-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-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": "", @@ -110855,17 +113096,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "94dc33b77bfec1eca3dc185cc0ea48c8" + "hash": "fc2574a6cda9835b2f3dfc6d1717a75f" }, { - "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": "Arsenal éparpille Sunderland et file en demi-finales", + "description": "

    ", + "content": "

    ", "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/arsenal-eparpille-sunderland-et-file-en-demi-finales-508606.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-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": "", @@ -110876,17 +113117,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe003b411621873737ffcc7e9861ede6" + "hash": "716f940038182d251979022c8b056a84" }, { - "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": "Brève Juventus-Cagliari", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pour-peter-bosz-ruddy-buquet-est-un-menteur-508399.html", + "link": "https://www.sofoot.com/breve-juventus-cagliari-508619.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-21T21:38:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-breve-juventus-cagliari-1640124060_x600_articles-508619.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -110897,17 +113138,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "85ef81f1e6bf7617efd7857981008ca4" + "hash": "dc3cc0c1e080f377845ef2cd310244d1" }, { - "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": "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/un-cafetier-nimois-fait-un-don-au-club-amateur-elimine-par-les-crocos-508396.html", + "link": "https://www.sofoot.com/en-direct-fc-seville-barcelone-508618.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-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": "", @@ -110918,17 +113159,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "435b93bd82e4c32d5474ea1d1dee4956" + "hash": "5b40fcc1a971fff03b5bc9a1cbc3bd20" }, { - "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": "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/vahid-halilhodzic-certains-clubs-ont-menace-les-joueurs-508397.html", + "link": "https://www.sofoot.com/cluster-geant-en-deuxieme-division-espagnole-508615.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-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": "", @@ -110939,17 +113180,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ed23b9a22238d4cc6dd157a01e7862f" + "hash": "9a40ca4cb529efc83d0f1b7b00dee4f1" }, { - "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": "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/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/l-inter-et-l-ac-milan-devoilent-le-projet-du-nouveau-san-siro-508614.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-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": "", @@ -110960,17 +113201,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f214e500598f44aa53cbcf39d5c03bb6" + "hash": "9714e0a8399cb910caa998ead0167629" }, { - "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": "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/en-croatie-un-joueur-exclu-apres-avoir-fait-une-feinte-sur-son-penalty-508394.html", + "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-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-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": "", @@ -110981,17 +113222,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "32b06cd519200925ea44bd3da6c34b83" + "hash": "9af0719550d4d8e8ce5f1c5f95839afc" }, { - "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": "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/aulas-mes-propos-ont-ete-deformes-a-quelle-fin-je-ne-sais-pas-508391.html", + "link": "https://www.sofoot.com/ryad-boudebouz-voit-pascal-dupraz-comme-un-papa-508613.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-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": "", @@ -111002,17 +113243,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5065b2372d0c426994cec019da6633dd" + "hash": "dc4a8594d2b9795160220688edb73ff5" }, { - "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": "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/le-real-madrid-sous-la-menace-d-un-cluster-508390.html", + "link": "https://www.sofoot.com/le-siege-de-l-inter-perquisitionne-508612.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-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": "", @@ -111023,17 +113264,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b6d627f0afe74046132346660636dac" + "hash": "50d3727dc7e3333a9212b8c32e71d7c1" }, { - "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": "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/aleksander-ceferin-s-excuse-apres-le-tirage-au-sort-rate-de-ligue-des-champions-508392.html", + "link": "https://www.sofoot.com/interets-reciproques-entre-anthony-martial-et-le-fc-seville-508608.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-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": "", @@ -111044,17 +113285,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "227fd89fa7bde0a1a2dba71f3e455f89" + "hash": "bf93c29ac3a3a98de1a15b14f9286d56" }, { - "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": "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/toulouse-rodez-damien-comolli-refusera-une-sanction-collective-508389.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-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-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": "", @@ -111065,17 +113306,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "51ce749ce26b98b8b96244b8f1b28677" + "hash": "052249ae0397b16baf90e7b6f7fca31e" }, { - "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": "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/la-salernitana-pourrait-ne-pas-finir-la-saison-de-serie-a-508384.html", + "link": "https://www.sofoot.com/diego-godin-annonce-son-depart-de-cagliari-508609.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-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": "", @@ -111086,17 +113327,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "391a78a7cea5ed575be2316bef270668" + "hash": "bc93c3736d0f52bb6a88ce2109022ada" }, { - "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": "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/la-fifa-poursuit-sa-propagande-pour-une-coupe-du-monde-tous-les-deux-ans-508447.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-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-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": "", @@ -111107,17 +113348,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "217709bbac3977f02b3a97e6448ebba9" + "hash": "16e6e72ee0628e0ef85b76e99d1f4a09" }, { - "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": "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/vincent-labrune-les-matchs-interrompus-ne-seront-pas-systematiquement-rejoues-508385.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-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-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": "", @@ -111128,17 +113369,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf88a4607809263ec59871e4a9a32d9f" + "hash": "399713f19b09899c27399852ba4d775e" }, { - "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": "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/covid-19-leicester-tottenham-finalement-reporte-508383.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-16T13:25:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-covid-19-leicester-tottenham-finalement-reporte-1639663318_x600_articles-508383.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": "", @@ -111149,17 +113390,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1085cfba9a8553f89367d8e7dcad422d" + "hash": "c81fc0c85d0d2f37a6c64c67ba77e957" }, { - "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": "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/violences-dans-les-stades-enfin-un-peu-de-bon-sens-508376.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-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-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": "", @@ -111170,17 +113411,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ff15a92d2236a2ed3192aa908f7330b" + "hash": "d256d927731f4f2bcecbe98ec7a06bec" }, { - "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": "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/le-losc-va-finalement-changer-sa-pelouse-508382.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-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-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": "", @@ -111191,17 +113432,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e666af0b7edf24ad6260d3f720ab1f9" + "hash": "5e303c61f169b17057d1c7b7ef5e27e9" }, { - "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": "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/pronostic-sochaux-nantes-analyse-cotes-et-prono-du-match-de-coupe-de-france-508381.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-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-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": "", @@ -111212,17 +113453,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e92b73c1b305b3d1f858337be531d99" + "hash": "72172a17a541f20fc657a27336ef441f" }, { - "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": "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/pronostic-guingamp-amiens-analyse-cotes-et-prono-du-match-de-coupe-de-france-508380.html", + "link": "https://www.sofoot.com/luka-peros-l-arbitre-a-tue-la-finale-france-croatie-508568.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-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": "", @@ -111233,17 +113474,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dab55adc9d389cc2cfbf8375632bc857" + "hash": "96a74553eb1fc9c166887c6f40e9b1d8" }, { - "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…
    ", + "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-toulouse-nimes-analyse-cotes-et-prono-du-match-de-coupe-de-france-508378.html", + "link": "https://www.sofoot.com/italie-les-gardiens-de-la-dynastie-508556.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-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": "", @@ -111254,17 +113495,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "afa7559d65b261cfa8db33a21821fc3d" + "hash": "ed9a2b3d9366241967d1060d65a0a3c8" }, { - "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": "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-fc-seville-atletico-madrid-analyse-cotes-et-prono-du-match-de-liga-508377.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-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-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": "", @@ -111275,17 +113516,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "41c1b6b3515e9a869de6ef3978af9f39" + "hash": "255769a11a01f2f9299be04894f84421" }, { - "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": "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/ligue-des-nations-la-france-avec-le-danemark-la-croatie-et-l-autriche-508401.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-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-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": "", @@ -111296,17 +113537,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4fe924341744724b9595fb2a1def9bcf" + "hash": "0253af8a448143cafbffb1230f377a1c" }, { - "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": "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/pronostic-lille-auxerre-analyse-cotes-et-prono-du-match-de-coupe-de-france-508375.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-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-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": "", @@ -111317,17 +113558,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d233894f163faa4d4d0744e200258d1f" + "hash": "3fe3cfc130816284c1f2c18576cf1235" }, { - "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": "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/pronostic-troyes-nancy-analyse-cotes-et-prono-du-match-de-coupe-de-france-508374.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-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-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": "", @@ -111338,17 +113579,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b006d09491b126b18f96bea361a1317" + "hash": "46aa5e4fd547c2ef713f4ffbebdfa730" }, { - "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": "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/kylian-mbappe-j-ai-soif-avant-tout-de-decouvertes-508370.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-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-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": "", @@ -111359,17 +113600,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e7a49eaddfd9b650a4f834bd7d66af0" + "hash": "c500ad6bc0bea39322234431bf2aa653" }, { - "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": "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/pronostic-rennes-lorient-analyse-cotes-et-prono-du-match-de-coupe-de-france-508372.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-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-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": "", @@ -111380,17 +113621,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b5ad52363ce506ac77434b650863aa23" + "hash": "4f2c2e98449ac047a183a88b1c63573e" }, { - "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": "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/pronostic-atalanta-bergame-as-roma-analyse-cotes-et-prono-du-match-de-serie-a-508371.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-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-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": "", @@ -111401,17 +113642,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1918d3d39b1889dbf9aed8eb3424bc2" + "hash": "5aea0e4059af8371b4fafe25d2806aa6" }, { - "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": "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/nagelsmann-cuisance-nous-devons-penser-a-le-preter-508373.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-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-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": "", @@ -111422,17 +113663,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "47e10d43284d9d73963a1eeb485ded09" + "hash": "ad848bad235584057e01459dde59409b" }, { - "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": "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/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/pronostic-lorient-psg-analyse-cotes-et-prono-du-match-de-ligue-1-508591.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-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": "", @@ -111443,17 +113684,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "574489622b7dee3def3c7e063f1f67fb" + "hash": "78fea5710bc8e2f27614f7202168bbe5" }, { - "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": "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/alexis-sanchez-de-retour-au-barca-508368.html", + "link": "https://www.sofoot.com/paris-fc-ol-trois-ultras-interpelles-508585.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-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": "", @@ -111464,17 +113705,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "870fc705b4d6302e8315d727bcf449d2" + "hash": "97aae2f96dd897586c4a6e3db5356459" }, { - "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": "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/l-entraineur-de-brentford-veut-un-report-total-de-la-18e-journee-de-premier-league-508369.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-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-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": "", @@ -111485,17 +113726,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5fc408bb66705bb473b773b976e43dc8" + "hash": "25c06dc2b68bb0b164b52261da4baa01" }, { - "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": "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/le-footballeur-le-plus-riche-du-monde-est-au-chomage-508366.html", + "link": "https://www.sofoot.com/infantino-les-jeunes-veulent-un-mondial-plus-souvent-508582.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-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": "", @@ -111506,17 +113747,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a6123ba2800d3eb0b6ed2ed7d9bd62a" + "hash": "4124403d7fa24cf6d33d316c0035c217" }, { - "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": "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/un-individu-escroque-un-hotel-en-se-faisant-passer-pour-un-joueur-du-psg-508365.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-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-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": "", @@ -111527,17 +113768,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "289ff94418e5bffadae5bb139781da65" + "hash": "0df5a6d5757cd0d255b225b095290c4c" }, { - "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": "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/bouna-sarr-villas-boas-etait-le-coach-parfait-508367.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-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-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": "", @@ -111548,17 +113789,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab61dc2b535ed74d7d7db1548ea6026e" + "hash": "2d6a35b2fc0d6a5d938efa84723cadc7" }, { - "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": "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/securite-dans-les-stades-les-premieres-mesures-ont-ete-annoncees-508364.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-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-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": "", @@ -111569,17 +113810,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0781598ae929f8e1f13d2fb70a9a1154" + "hash": "cc346e9a79a1cff977a87f4fabf6955e" }, { - "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": "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/pronostic-lazio-genoa-analyse-cotes-et-prono-du-match-de-serie-a-508363.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-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-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": "", @@ -111590,17 +113831,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbca699682f58b8e2f87e8b6f6c98b80" + "hash": "da5ffe9de2609059cdfaeaa6f3999e7e" }, { - "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": "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/les-supporters-de-l-algerie-fetent-la-victoire-face-au-qatar-a-barbes-508362.html", + "link": "https://www.sofoot.com/infantino-veut-decaler-la-can-a-l-automne-en-2023-508581.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-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": "", @@ -111611,17 +113852,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "87e15d8c166bd21b3c287a25c3e05644" + "hash": "0cc963682c35b1e2cb73466b319a256a" }, { - "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": "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/le-double-pour-l-atletico-mineiro-qui-souleve-la-coupe-du-bresil-508360.html", + "link": "https://www.sofoot.com/rafinha-s-engage-a-sao-paulo-508580.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-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": "", @@ -111632,17 +113873,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2c8988c70855e104e90f05539209de1" + "hash": "51a4b55fc8e270543396eee667d7a0cb" }, { - "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": "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…

    ", "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/thomas-tuchel-voulait-retrouver-marquinhos-a-chelsea-508579.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-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": "", @@ -111653,17 +113894,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f129a89c97e87f817df322f1b73cb4c0" + "hash": "14db010296326c5c0171e783501301d4" }, { - "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": "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/pronostic-celta-vigo-espanyol-barcelone-analyse-cotes-et-prono-du-match-de-liga-508359.html", + "link": "https://www.sofoot.com/fenerbahce-se-separe-de-son-coach-vitor-pereira-508578.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-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": "", @@ -111674,17 +113915,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3a31f2cdb938de8ed2a31e334b03d1f" + "hash": "c9c12e079941867b16705e1741a482b5" }, { - "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": "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/pronostic-paris-fc-lyon-analyse-cotes-et-prono-du-match-de-coupe-de-france-508358.html", + "link": "https://www.sofoot.com/patrick-berg-s-engage-avec-le-rc-lens-508573.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-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": "", @@ -111695,17 +113936,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf061a439649b345bf52b1e41bb824a4" + "hash": "695bd905bfd6e0786d3b96ebc3ae2507" }, { - "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": "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/affaire-ol-om-jean-michel-aulas-suspendu-5-matchs-508357.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-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-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": "", @@ -111716,17 +113957,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "afa63e17fd77e8db0a90cb236e65bd58" + "hash": "21f70b9d303a22b603b646ede03cf61c" }, { - "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": "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/pronostic-bayern-wolfsbourg-analyse-cotes-et-prono-du-match-de-bundesliga-508356.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-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-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": "", @@ -111737,17 +113978,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c04bb94c46d15837dabfc2a993c27e36" + "hash": "8108f4902296abed1219fe59a9ce89de" }, { - "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": "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/pronostic-valenciennes-strasbourg-analyse-cote-et-prono-du-match-de-coupe-de-france-508355.html", + "link": "https://www.sofoot.com/le-sort-de-paris-fc-ol-reste-en-suspens-508571.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-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": "", @@ -111758,17 +113999,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8bfd1235e8ae2383b4c3a403fed7866" + "hash": "9a9404bcb672dcb5932b709fc361c553" }, { - "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": "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/pascal-dupraz-un-pompier-pour-eviter-le-feu-de-forez-508340.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-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-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": "", @@ -111779,17 +114020,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "020b25d9fc4f7f8339dc8fc4b64248df" + "hash": "a4fe218e69bc34932147959a7ab46590" }, { - "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": "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/le-losc-veut-de-l-herbe-de-qualite-508319.html", + "link": "https://www.sofoot.com/younes-belhanda-galatasaray-fenerbahce-c-est-montpellier-nimes-puissance-1000-508501.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-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": "", @@ -111800,17 +114041,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ace20dd34094f73d1d70e6f2764832ae" + "hash": "1da214905e5ca1335cc9dbc18c9cc5b3" }, { - "title": "Arsenal cogne West Ham et s'invite dans le top 4", - "description": "

    ", - "content": "

    ", + "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/arsenal-cogne-west-ham-et-s-invite-dans-le-top-4-508350.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-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-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": "", @@ -111821,17 +114062,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3d6e2b358f46453d2380c5375e54a68" + "hash": "ec26eeb8acd1a3abad8201b73fc0fd6e" }, { - "title": "Wolverhampton domine Brighton, Palace et Southampton dos à dos", - "description": "

    ", - "content": "

    ", + "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/wolverhampton-domine-brighton-palace-et-southampton-dos-a-dos-508337.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-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-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": "", @@ -111842,17 +114083,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b04818d2befa11242443a90ce3e94765" + "hash": "325d083e1d5e3a8b7591b7d398744f12" }, { - "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/dortmund-fade-vainqueur-de-furth-leverkusen-et-leipzig-coincent-508335.html", + "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/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-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-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": "", @@ -111863,17 +114104,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d639c51e06f24f980458bdc7358b3bb" + "hash": "925171b3ee7ac651bbe055491b28b1e6" }, { - "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": "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/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/le-president-de-la-caf-confiant-pour-l-organisation-de-la-can-508563.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-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": "", @@ -111884,17 +114125,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9101edf7e554ac568c8dc87619e8d98" + "hash": "f6272988c4078f13c83311287561c23c" }, { - "title": "Les Lyonnaises corrigent Häcken et finissent en tête de leur groupe", - "description": "

    ", - "content": "

    ", + "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/les-lyonnaises-corrigent-hacken-et-finissent-en-tete-de-leur-groupe-508343.html", + "link": "https://www.sofoot.com/finlande-tim-sparv-annonce-son-depart-a-la-retraite-508548.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-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": "", @@ -111905,17 +114146,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0dfed57abf55e406636dc468bdb670d6" + "hash": "07d2268b5f2b86e5443236da1d39a037" }, { - "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": "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/en-direct-arsenal-west-ham-508352.html", + "link": "https://www.sofoot.com/maxwel-cornet-elu-joueur-de-l-annee-a-burnley-508561.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-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": "", @@ -111926,17 +114167,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc6fae07a0b4b2e1cfc7748bdc867268" + "hash": "53671de715d83050ee97b9047c0134f2" }, { - "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": "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/en-direct-qatar-algerie-508338.html", + "link": "https://www.sofoot.com/luciano-spalletti-qualifie-la-can-de-monstre-invisible-508560.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-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": "", @@ -111947,17 +114188,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "04663d1f2d63fe801d221c31b1caa66d" + "hash": "e8b01b6b2f18fdab7aa18fab721df82f" }, { - "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": "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/la-conference-de-presse-de-sean-dyche-burnley-interrompue-par-la-sonnette-chez-une-journaliste-508348.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-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-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": "", @@ -111968,17 +114209,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bd2ef44f83ea8ee18854594269cc15c" + "hash": "7aa6e60b81660b08728d7188e4b94b15" }, { - "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": "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/dimitri-payet-marseille-se-livre-apres-les-evenements-a-lyon-508349.html", + "link": "https://www.sofoot.com/205e-a-gagner-avec-psg-as-roma-10e-gratuits-offerts-508558.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-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": "", @@ -111989,17 +114230,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "42ea37a316c7aa784da5d9bffea4fd9a" + "hash": "3629c7f00c3187180e9863607f11090d" }, { - "title": "La Tunisie dispose de l'Égypte dans le temps additionnel et rallie la finale de la Coupe arabe", - "description": "

    ", - "content": "

    ", + "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/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/c1-feminine-bayern-psg-et-juve-ol-en-quarts-de-finale-508557.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-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": "", @@ -112010,17 +114251,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b8f254739e6f0c1b47bbb02fefc7ddc" + "hash": "256b6c5009fe9e632505d415244d802d" }, { - "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": "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/leicester-tottenham-maintenu-par-la-ligue-anglaise-508347.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-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-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": "", @@ -112031,17 +114272,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "563a9e8d3621d5581b0e980039f74c82" + "hash": "a94350a719424d31c2bd55f1e6df2fb9" }, { - "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": "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/la-premier-league-abroge-la-regle-du-sponsoring-des-parties-associees-508341.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-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-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": "", @@ -112052,17 +114293,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a59f10b286b5e0bce7d475021a008fc9" + "hash": "61a344b725deb06318a4d1626ce66b01" }, { - "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": "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/le-fc-barcelone-le-real-madrid-et-l-athletic-bilbao-attaquent-la-liga-en-justice-508346.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-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-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": "", @@ -112073,17 +114314,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c4ccb59af5cbf934e33c9a23932c13b" + "hash": "d5d161c0322f59995e478e69be20445d" }, { - "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": "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/un-joueur-suedois-condamne-suite-a-une-affaire-de-paris-truques-508344.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-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-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": "", @@ -112094,17 +114335,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c78d2c2535a936d154a6ed0eb946cafc" + "hash": "3bf342a6cfc59a15a7495725b0faf352" }, { - "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": "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…

    ", "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/bergerac-n-a-toujours-pas-encaisse-de-but-en-coupe-de-france-508551.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-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": "", @@ -112115,17 +114356,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "93320b1cf058c38fa4ae144e64a94f7e" + "hash": "ad15dc0b38af168f401ddaf356f46a6f" }, { - "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": "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/gary-marigard-j-4-avant-d-affronter-le-psg-j-ai-mange-des-sushis-508332.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-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-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": "", @@ -112136,17 +114377,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "28bb3a066ceeb2b21a2cca09a5e41550" + "hash": "b8958a89a59ff542ce9ba17bb35dc727" }, { - "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": "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/pascal-dupraz-j-ai-des-recettes-pour-que-l-equipe-aille-mieux-508339.html", + "link": "https://www.sofoot.com/64-arrestations-en-marge-de-feyenoord-ajax-508546.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-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": "", @@ -112157,17 +114398,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae8f5c85c553f2dcdbeb1a4ab101ebbd" + "hash": "7250312620fea59c02d7f4a43cfa2f92" }, { - "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": "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/l-eca-menace-de-ne-pas-liberer-les-joueurs-internationaux-pour-la-can-508334.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-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-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": "", @@ -112178,17 +114419,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5005e1658ccdfe94cd69bb0e804d156c" + "hash": "af822faa1b693e510b647da471de665e" }, { - "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": "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/diego-alonso-nouveau-selectionneur-de-l-uruguay-508333.html", + "link": "https://www.sofoot.com/dans-les-coulisses-du-stade-poitevin-face-au-rc-lens-508521.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-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": "", @@ -112199,17 +114440,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2294a37e8d8b2a36715023dc5931fff1" + "hash": "de06e7483a4d706b6780ec0fc96c0ec2" }, { - "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": "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/aubayemang-une-chute-sans-fin-508311.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-15T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-aubayemang-une-chute-sans-fin-1639508789_x600_articles-alt-508311.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": "", @@ -112220,17 +114461,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "239f2cc4edd86cbd2c268e99f301ebbf" + "hash": "acccf01576051487f64e201e4d667de9" }, { - "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": "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/la-belle-epopee-des-u19-de-la-jeanne-d-arc-de-drancy-508292.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-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-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": "", @@ -112241,17 +114482,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0334d8bab05bcd5f04846731e406261" + "hash": "ce307072e9177e8e7bd612d9382c14e9" }, { - "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": "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/pronostic-chelsea-everton-analyse-cotes-et-prono-du-match-de-premier-league-508330.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-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-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": "", @@ -112262,17 +114503,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f039230648961a87fbb5ed15c868fc73" + "hash": "eabf3f07b7c0893e5332284eeac8343b" }, { - "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": "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/pronostic-leicester-tottenham-analyse-cotes-et-prono-du-match-de-premier-league-508329.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-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-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": "", @@ -112283,17 +114524,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "90164019d48176b81d0152e5457d1a16" + "hash": "69d183a765248e007f2b1c9027edd0aa" }, { - "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": "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/sergio-aguero-prend-sa-retraite-c-est-la-pire-decision-de-ma-vie-508328.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-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-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": "", @@ -112304,17 +114545,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "463f993d24648dae088e6268237b0c75" + "hash": "b0fdd8e63ea5323653425c9f328a7d8c" }, { - "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": "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/pronostic-liverpool-newcastle-analyse-cotes-et-prono-du-match-de-premier-league-508327.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-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-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": "", @@ -112325,17 +114566,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e01599e1721d0037fa57b7a0967cbdb" + "hash": "59f35a480600b16f9ced69725b9dbe07" }, { - "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": "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/revenu-de-sa-suspension-pour-dopage-andre-onana-evoque-un-accident-508325.html", + "link": "https://www.sofoot.com/feu-vert-pour-le-projet-de-nouveau-stade-de-barcelone-508539.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-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": "", @@ -112346,17 +114587,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "84d0474befbcbffb865bf3333e5b0f96" + "hash": "8e6eeb14d15bec40c902400e1b9c42a8" }, { - "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": "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/amnesty-international-deploie-une-banderole-anti-mondial-2022-devant-le-siege-de-la-fff-508324.html", + "link": "https://www.sofoot.com/vincent-kompany-victime-de-racisme-a-bruges-508537.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-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": "", @@ -112367,17 +114608,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf5e58fba216a9bfb02e40383488afbd" + "hash": "1052d66e164c48a56ac25d3182924eb7" }, { - "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": "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/les-supporters-de-charleroi-envoient-un-canular-de-noel-a-ceux-du-standard-508323.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-15T10:21:00Z", - "enclosure": "", + "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": "", @@ -112388,17 +114629,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b76cbd20b7a86bcd929f82d0b9c48980" + "hash": "9bcfa7a52705dda0cc355af1cd881863" }, { - "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 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/la-vengeance-d-anthony-modeste-contre-wolfsbourg-508321.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-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-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": "", @@ -112409,17 +114650,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "493a5503c3a02698953cdfd721dd0563" + "hash": "66b51b3a8218adde0e1bcaabc32bdfd2" }, { - "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": "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/angleterre-un-contrat-de-30-millions-de-livres-en-faveur-du-football-feminin-508322.html", + "link": "https://www.sofoot.com/pierre-ferracci-va-porter-plainte-apres-les-incidents-contre-lyon-508535.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-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": "", @@ -112430,17 +114671,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2628a1c1352b7585538e1466e7659514" + "hash": "66efee5f12daea6c4cb8d82b4eac2358" }, { - "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": "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/jean-michel-aulas-estime-que-le-costume-de-directeur-sportif-etait-trop-grand-pour-juninho-508320.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-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-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": "", @@ -112451,17 +114692,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "55d8b03a366b0c5d6bf6616292fbc632" + "hash": "5440712cd9ee6c219a47e3bcff51d2ce" }, { - "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": "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/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/pronostic-niort-pau-analyse-cotes-et-prono-du-match-de-ligue-2-508533.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-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": "", @@ -112472,17 +114713,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d87b3985a7cb8a0726d8b91f255f4c8" + "hash": "2bb43b6fa8ceb5d1b98823d4ae7afdd7" }, { - "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": "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/vers-un-retour-de-vitorino-hilton-en-ligue-1-508317.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-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-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": "", @@ -112493,17 +114734,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9fbc83c9219da43f55154b584f3fc215" + "hash": "e9c58dd8e5c85abea4dd110741204fa6" }, { - "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": "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/la-can-2022-vers-un-nouveau-report-508316.html", + "link": "https://www.sofoot.com/bonus-winamax-100e-direct-deposez-100e-et-misez-avec-200e-508331.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-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": "", @@ -112514,17 +114755,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9d44ec4295e5602c5e8c0bf113e5c2a" + "hash": "08b46957f0390932b52b2c3b76c69f97" }, { - "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": "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/belgique-l-agent-dejan-veljkovic-se-lache-sur-l-affaire-du-footgate-508315.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-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-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": "", @@ -112535,17 +114776,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e77124e7847bdc1c272622e61a48a08" + "hash": "e2bc31d287698d0ddbad1c39d7d8be8a" }, { - "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": "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": "

    ", "category": "", - "link": "https://www.sofoot.com/so-foot-club-77-508298.html", + "link": "https://www.sofoot.com/ces-trois-infos-du-week-end-vont-vous-etonner-508516.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-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": "", @@ -112556,17 +114797,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ffb6509788828971017f2d77850a6462" + "hash": "bf6283d7a3f92cb4ab44e41f41b494c1" }, { - "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": "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/alcoyano-d3-s-offre-un-nouvel-exploit-en-coupe-du-roi-508314.html", + "link": "https://www.sofoot.com/le-psg-de-mbappe-ecarte-feignies-aulnoye-508526.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-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": "", @@ -112577,17 +114818,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb201119c9308a5959163d85eafbce63" + "hash": "d5e13fb6866d29b6d93824f3f8dfc3c0" }, { - "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": "Le Real accroché par Cadix", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/les-principales-propositions-du-rapport-parlementaire-sur-les-droits-tv-508308.html", + "link": "https://www.sofoot.com/le-real-accroche-par-cadix-508529.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-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": "", @@ -112598,17 +114839,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "00987b9e8240865eea369010702b6321" + "hash": "2746b9743ee4681857a1f0b11fa4690f" }, { - "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": "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/algerie-et-qatar-une-histoire-croisee-508306.html", + "link": "https://www.sofoot.com/le-napoli-blase-le-milan-508503.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-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": "", @@ -112619,17 +114860,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "192d4cbe2541003a378e878289c02024" + "hash": "d8d5eaa0d52d0a7aaa081010c50ef23f" }, { - "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": "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/bogdan-racovi-c8-9ban-le-nouveau-chivu-est-ne-a-dijon-508144.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-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-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": "", @@ -112640,17 +114881,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "edcda9060cd5f73161a285c83492ee9d" + "hash": "94059431632474c7d321fbd79f4c5433" }, { - "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": "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/les-notes-de-la-finale-de-koh-lanta-la-legende-508310.html", + "link": "https://www.sofoot.com/en-direct-feignies-aulnoyes-psg-508523.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-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": "", @@ -112661,17 +114902,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "948ac0a8b952f8e2a4d5ac43bae20450" + "hash": "4bdb8f4b838d824c0ec3183327325a92" }, { - "title": "City fait voler Leeds en éclats, Villa repart de l'avant à Norwich", - "description": "

    ", - "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/city-fait-voler-leeds-en-eclats-villa-repart-de-l-avant-a-norwich-508303.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-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-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": "", @@ -112682,17 +114923,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d42d989a6a4c337e01a8f033cc53c96a" + "hash": "f6378034b1abe92bbd6408bd8ccc4b2d" }, { - "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": "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/en-direct-finale-de-koh-lanta-la-legende-508309.html", + "link": "https://www.sofoot.com/en-direct-ac-milan-napoli-508528.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-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": "", @@ -112703,17 +114944,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd0b29d78178dfd9c25fe79bc565a023" + "hash": "e8b0407d0283830ff963d96a42e58644" }, { - "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": "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/pascal-dupraz-attendu-a-saint-etienne-pour-succeder-a-claude-puel-508313.html", + "link": "https://www.sofoot.com/tottenham-s-agrippe-a-liverpool-apres-un-match-fou-508522.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-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": "", @@ -112724,17 +114965,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "294e715c03b28604176d883593fa95ba" + "hash": "fb17c67507527c6fa82d1b498d270381" }, { - "title": "Le Bayern en plante cinq à Stuttgart", - "description": "

    ", - "content": "

    ", + "title": "L'Athletic Bilbao bat le Betis Séville sur le fil", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/le-bayern-en-plante-cinq-a-stuttgart-508312.html", + "link": "https://www.sofoot.com/l-athletic-bilbao-bat-le-betis-seville-sur-le-fil-508513.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-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": "", @@ -112745,17 +114986,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd697d846c96e62a2371275aa133af5f" + "hash": "325c12bbe783c76b4068c308967cbc9f" }, { - "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": "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/lionel-mpasi-se-faire-insulter-de-sale-singe-c-est-inadmissible-508307.html", + "link": "https://www.sofoot.com/vlahovic-egale-un-record-de-cristiano-ronaldo-en-italie-508524.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-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": "", @@ -112766,17 +115007,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fdcf73f401cf9ad34396b33a2cc625c6" + "hash": "7f8848c3ab2f6b0d2aab831a280a87ac" }, { - "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…

    ", + "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/affaire-ol-om-l-om-aurait-decide-de-faire-appel-de-la-decision-de-la-commission-de-discipline-508304.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-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-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": "", @@ -112787,17 +115028,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "37046000c958d2870b3bf9ed5a16636e" + "hash": "4f50a1ce1a77839f680de16c7b0c446e" }, { - "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": "Fribourg grille la politesse au Bayer Leverkusen", + "description": "

    ", + "content": "

    ", "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/fribourg-grille-la-politesse-au-bayer-leverkusen-508506.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-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": "", @@ -112808,17 +115049,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "671bb815df57cf3f9ce80be47941cde8" + "hash": "89db90cc9abc979dd315ecc57cc57b1d" }, { - "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": "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/les-supporters-lillois-lancent-une-petition-pour-une-nouvelle-pelouse-508301.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-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-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": "", @@ -112829,17 +115070,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "98c8804623c4065d0b6cb10a17221474" + "hash": "06ccb39949007e77c40295621eb4b748" }, { - "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": "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/mikel-arteta-aubameyang-est-un-peu-meurtri-508300.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-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-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": "", @@ -112850,17 +115091,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "28ccc5c8406616d5116c117fea69c3cc" + "hash": "ce892b1f41761d21104e7e33d626cedf" }, { - "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": "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/un-ancien-formateur-du-barca-accuse-de-violences-sexuelles-508299.html", + "link": "https://www.sofoot.com/en-direct-tottenham-liverpool-508517.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-19T16:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-tottenham-liverpool-1639928600_x600_articles-508517.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -112871,17 +115112,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0e6594650df5ca5619a6e2921a67edb" + "hash": "c5c335cc5a795d1a5d5a3dd2238dd8c5" }, { - "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": "Chelsea se casse les dents sur Wolverhampton", + "description": "

    ", + "content": "

    ", "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/chelsea-se-casse-les-dents-sur-wolverhampton-508512.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-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": "", @@ -112892,17 +115133,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "54ce3deca2dd56deabcf6f61a8c977d7" + "hash": "2d4955651f48112aac5cb28e9a1f2d9f" }, { - "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": "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/grenoble-limoge-son-entraineur-508297.html", + "link": "https://www.sofoot.com/la-communion-des-jumeaux-de-mzouazia-avec-les-supporters-bordelais-508541.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-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": "", @@ -112913,17 +115154,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1776efc81882657963f130c2d62a6337" + "hash": "f6fc35e7b7bd52d9b9adf12c8638c4c2" }, { - "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": "Le leader Manchester City s'amuse à Newcastle", + "description": "

    ", + "content": "

    ", "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/le-leader-manchester-city-s-amuse-a-newcastle-508509.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-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": "", @@ -112934,17 +115175,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0593faba19d5398438cb20536a817f22" + "hash": "9a521768ba1ac83b18b790e7ed599bbc" }, { - "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": "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/pierre-emerick-aubameyang-destitue-de-son-brassard-de-capitaine-d-arsenal-508293.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-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-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": "", @@ -112955,17 +115196,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "18139cd5342f9e5e102472405c072e8e" + "hash": "0fb76dde19f58da6dc3edc6e06429339" }, { - "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": "Un petit Ajax remporte le Klassiker contre Feyenoord", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-augsbourg-leipzig-analyse-cotes-et-prono-du-match-de-bundesliga-508295.html", + "link": "https://www.sofoot.com/un-petit-ajax-remporte-le-klassiker-contre-feyenoord-508507.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-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": "", @@ -112976,17 +115217,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0db3e0bf863751a17ff5b659c7732b9c" + "hash": "1bfdcd988b68b7ac3ecc1907564b250f" }, { - "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": "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/un-documentaire-sur-neymar-sortira-fin-janvier-sur-netflix-508296.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-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-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": "", @@ -112997,17 +115238,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fbf9a3c28f07946f85c27bc20dc38e77" + "hash": "e93e8cb4de9883b9db10f3ef1a8ca635" }, { - "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": "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/lionel-messi-el-ultimo-baile-508255.html", + "link": "https://www.sofoot.com/milik-porte-l-om-metz-chute-a-bergerac-508483.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-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": "", @@ -113018,17 +115259,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ecc4594a5f9ec1c9d75f82bbe12f0cf" + "hash": "2974d275ce414d38218251d0fbe1c873" }, { - "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": "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/accord-entre-cvc-et-laliga-a-quoi-joue-le-foot-espagnol-508241.html", + "link": "https://www.sofoot.com/pfc-ol-blanquer-veut-des-mesures-fortes-508510.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-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": "", @@ -113039,17 +115280,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "282eecc07dbe2336593ebcde75dd6591" + "hash": "b86c57828d4caabe9072408c58582394" }, { - "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": "Bruges et Anderlecht se neutralisent", + "description": "

    ", + "content": "

    ", "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/bruges-et-anderlecht-se-neutralisent-508496.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-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": "", @@ -113060,17 +115301,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "370c00380571f6da7e35e3ec019baeb4" + "hash": "911ba86a422eb575337e25b4ba4bdf23" }, { - "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": "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-arsenal-west-ham-analyse-cotes-et-prono-du-match-de-premier-league-508291.html", + "link": "https://www.sofoot.com/tuchel-tres-inquiet-en-raison-du-covid-508508.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-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": "", @@ -113081,17 +115322,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0adce165bf064154ec7f97aeddc5312b" + "hash": "7112b257915c8c0ff225353ae06ce29a" }, { - "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": "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/la-figc-classe-l-affaire-sur-l-enquete-de-l-examen-d-italien-de-suarez-508288.html", + "link": "https://www.sofoot.com/letellier-evoque-sa-vie-au-psg-508505.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-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": "", @@ -113102,17 +115343,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "80d78faedbf70d9cfbad37f2b148f614" + "hash": "ca95d0ec61900987b3eca80583dc78b6" }, { - "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": "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/aguero-va-donner-une-conference-de-presse-pour-une-declaration-sur-son-futur-508287.html", + "link": "https://www.sofoot.com/en-direct-marseille-cannet-rocheville-508504.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-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": "", @@ -113123,17 +115364,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "63394b9066e2d83c64ef2fe9f83ae488" + "hash": "496971b3f6ebe6b22279c66757e96552" }, { - "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": "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/les-droits-tele-de-la-liga-vendus-pour-pres-de-5-milliards-d-euros-508285.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-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-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": "", @@ -113144,17 +115385,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "34cac731698c60a3f9f61d6028a9b427" + "hash": "75d88f1a86edfa2ee292e759c9c6340f" }, { - "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": "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/un-club-de-r2-depose-une-reserve-contre-l-arbitre-pour-copinage-508286.html", + "link": "https://www.sofoot.com/youcef-belaili-en-negociations-avec-montpellier-508500.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-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": "", @@ -113165,17 +115406,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a1f9baa27c41e0baddc421630bef566" + "hash": "1ac65bd40d9e2c21a175f61c4393f4d6" }, { - "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": "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/joshua-kimmich-va-enfin-se-faire-vacciner-contre-la-covid-19-508282.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-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-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": "", @@ -113186,17 +115427,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4fa2e3afc84259b249ef5934e7c6e45c" + "hash": "effd462a828f41e71ae429a4bde799a1" }, { - "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": "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/alex-morgan-rejoint-la-nouvelle-franchise-de-san-diego-508281.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-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-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": "", @@ -113207,17 +115448,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0b3456c2875f30ea5e4be2e4ff8b623" + "hash": "33ddaec1c368704c672b548cb7dead75" }, { - "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": "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/pronostic-crystal-palace-southampton-analyse-cotes-et-prono-du-match-de-premier-league-508284.html", + "link": "https://www.sofoot.com/leeds-arsenal-un-supporter-arrete-pour-des-propos-racistes-508498.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-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": "", @@ -113228,17 +115469,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5661f2714d947128ff8bb68faf311d7f" + "hash": "8c021aa58f22fa22dee2e48fbda15e0e" }, { - "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": "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/pronostic-brighton-wolverhampton-analyse-cotes-et-prono-du-match-de-premier-league-508283.html", + "link": "https://www.sofoot.com/pfc-ol-enquete-ouverte-par-le-parquet-de-paris-508497.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-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": "", @@ -113249,17 +115490,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aac9a5339352649f84a99348ea3553b1" + "hash": "f1d130925922de7a46c931b0a7008ee1" }, { - "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": "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/lionel-mpasi-victime-d-insultes-racistes-lors-de-toulouse-rodez-508270.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-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-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": "", @@ -113270,17 +115511,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "109a770c74a323ec2ff4fc1e6a3cdffe" + "hash": "7d33a3bae47a1e0135811b5ee958bc8e" }, { - "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": "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/kroos-le-psg-l-adversaire-le-plus-dur-que-nous-pouvions-affronter-508280.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-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-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": "", @@ -113291,17 +115532,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "521e554058ee2dff768f012a33a95a1f" + "hash": "d5983638205eaac0cf45078fcd98d054" }, { - "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": "Séville calme l'Atlético dans les derniers instants", + "description": "

    ", + "content": "

    ", "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/seville-calme-l-atletico-dans-les-derniers-instants-508493.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-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": "", @@ -113312,17 +115553,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "26f67a954bc87235fafc3b27c8f711c9" + "hash": "cdfb10e85620f06884c2e6f20972aaef" }, { - "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": "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/valon-berisha-reims-se-filme-a-200-km-h-sur-l-autoroute-508262.html", + "link": "https://www.sofoot.com/rennes-remporte-un-petit-derby-contre-lorient-508492.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-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": "", @@ -113333,17 +115574,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2bb13874fef4e0212464961c66822673" + "hash": "f8ccaa3b09e2bb7f0da8c3fd42e55b68" }, { - "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": "Le Hertha calme Dortmund", + "description": "

    ", + "content": "

    ", "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/le-hertha-calme-dortmund-508491.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-18T19:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-hertha-calme-dortmund-1639857970_x600_articles-508491.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -113354,17 +115595,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c2c91f45c3acca10a55bf7c28d5fefc" + "hash": "5e9209aeec7ee0c625b1f8eb8fb9e79b" }, { - "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": "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/l-aventurier-florian-sotoca-prolonge-a-lens-jusqu-en-2024-508260.html", + "link": "https://www.sofoot.com/lille-facile-qrm-qualifie-cannes-et-thaon-en-surprises-508477.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-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": "", @@ -113375,17 +115616,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e44be41ae53f39870114a1681999e84" + "hash": "1e6f10ce03745c5584e3fc8a7b5e82f7" }, { - "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/joao-figueiredo-gaziantep-inscrit-le-but-de-la-semaine-d-un-tir-du-milieu-de-terrain-508259.html", + "title": "Arsenal s'amuse à Leeds", + "description": "

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/arsenal-s-amuse-a-leeds-508490.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-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": "", @@ -113396,17 +115637,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e95a938583122ea4e1153ca5433e2107" + "hash": "f4a83b8f0646ae7d4cc4bece372721ba" }, { - "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": "Le Barça s'en sort difficilement face à Elche", + "description": "

    ", + "content": "

    ", "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/le-barca-s-en-sort-difficilement-face-a-elche-508489.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-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": "", @@ -113417,17 +115658,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d64e960b677fbc4ea054604b76915c2" + "hash": "31ad8f053d564b89cbe48cd0c0b4089c" }, { - "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": "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/brentford-manchester-united-officiellement-reporte-a-cause-du-covid-19-508258.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-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-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": "", @@ -113438,17 +115679,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d91e986fcb15cbc16205622b05f3efb0" + "hash": "759364eb70b54578b6fb8b44744c7a82" }, { - "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

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/quand-kylian-mbappe-recale-spiderman-508257.html", + "link": "https://www.sofoot.com/la-juventus-fait-le-job-a-bologne-508482.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-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": "", @@ -113459,17 +115700,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "96c54ea46a5e22ee6f6dd92d1798ffa0" + "hash": "0e3e364c91d5ca05b7456ef6182ae479" }, { - "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": "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/om-le-monstre-de-jorge-sampaoli-508235.html", + "link": "https://www.sofoot.com/l-algerie-bat-la-tunisie-et-remporte-la-coupe-arabe-508478.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-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": "", @@ -113480,17 +115721,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e52af948d1f833d4dd4552941d69044" + "hash": "04def1d0be1a9e781343e28dedb78144" }, { - "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": "Villarreal dispose de la Real Sociedad", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/les-bonnes-questions-du-tirage-au-sort-de-ligue-des-champions-508254.html", + "link": "https://www.sofoot.com/villarreal-dispose-de-la-real-sociedad-508484.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-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": "", @@ -113501,17 +115742,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "06a9a1087a98d5aea1b954e767675229" + "hash": "93e1b748578dd4f2e62743b002ac5fe9" }, { - "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": "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/lettre-d-adieu-a-lisandro-lopez-508210.html", + "link": "https://www.sofoot.com/nantes-fait-craquer-sochaux-amiens-resiste-au-retour-de-guingamp-508471.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-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": "", @@ -113522,17 +115763,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "121253a80078fbc6d02c8a846d9f425f" + "hash": "cf15ef1b0ec94902fb2ec6c0ae3c03c8" }, { - "title": "La Roma dispose du Spezia Calcio", - "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/la-roma-dispose-du-spezia-calcio-508212.html", + "link": "https://www.sofoot.com/roman-abramovitch-naturalise-portugais-508488.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-18T17:05:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-roman-abramovitch-naturalise-portugais-1639847446_x600_articles-508488.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -113543,17 +115784,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb1a2ab9ca22b599afc9f1f71764f847" + "hash": "0b61c17635f128c54bf5908b3bd0c2dd" }, { - "title": "Toulouse se fait rattraper sur la fin par Rodez", - "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/toulouse-se-fait-rattraper-sur-la-fin-par-rodez-508256.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-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-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": "", @@ -113564,17 +115805,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c0428bc2f600d90d06d5a441e7f23ea" + "hash": "7b7d4d60b180db58da048cab21d47867" }, { - "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": "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/nicolas-otamendi-benfica-victime-d-un-violent-cambriolage-508253.html", + "link": "https://www.sofoot.com/ronaldo-rachete-cruzeiro-508486.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-18T17:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ronaldo-rachete-cruzeiro-1639846249_x600_articles-508486.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -113585,17 +115826,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a34d3db6153f2374246369d5659b4f3b" + "hash": "26a87238693054f7e571cdb5d83c422f" }, { - "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": "Leipzig chute à nouveau, Hoffenheim arrache le nul face à Gladbach", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/covid-19-manchester-united-brentford-pourrait-etre-reporte-508252.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-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-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": "", @@ -113606,17 +115847,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e6d01184c531b23e8b46453394cd413f" + "hash": "afa37b2300649f6f0218e8a9a4a71502" }, { - "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": "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/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/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-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-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": "", @@ -113627,17 +115868,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a020fa7f4de1b1298a3d8d79de82300" + "hash": "358bb0839b600985b2861fd58c2f0b9e" }, { - "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 Roma plombe l'Atalanta et se replace", + "description": "

    ", + "content": "

    ", "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-roma-plombe-l-atalanta-et-se-replace-508473.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-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": "", @@ -113648,17 +115889,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "08896c4db9bc6dfe69bf47b21821e537" + "hash": "c68b685e502320aebf31706200443eed" }, { - "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": "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/psg-real-petit-diner-entre-amis-508250.html", + "link": "https://www.sofoot.com/raheem-sterling-avoue-avoir-progresse-grace-a-gael-clichy-508481.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-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": "", @@ -113669,17 +115910,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc7a781a60949e50eb6b4f0e8eab7039" + "hash": "e33dd004f47c8aeb634e161d49b2e66f" }, { - "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": "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/ligue-des-champions-le-tirage-au-sort-de-la-honte-508245.html", + "link": "https://www.sofoot.com/103-buts-en-20-matchs-pour-le-barca-feminin-508480.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-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": "", @@ -113690,17 +115931,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c917a864f668cdbefc669d0e2ea374f4" + "hash": "03e8047bb44840e806a10b20cbc8a3d2" }, { - "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": "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/lille-defiera-chelsea-en-huitiemes-de-finale-de-la-ligue-des-champions-508238.html", + "link": "https://www.sofoot.com/toulouse-fait-exploser-nimes-nancy-sort-l-estac-508445.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-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": "", @@ -113711,17 +115952,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0060c84b492dbe4adb0ba9ddf60b867" + "hash": "16e399ed43c237828531e1893cf13752" }, { - "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": "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/ligue-des-champions-le-retirage-au-sort-complet-des-huitiemes-de-finale-508246.html", + "link": "https://www.sofoot.com/en-direct-tunisie-algerie-508459.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-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": "", @@ -113732,17 +115973,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "93fd653a203829ba333ec1e6a9627886" + "hash": "d2f3285babdf21367d06d92bbb28dea1" }, { - "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": "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/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/selon-carlo-ancelotti-le-barca-n-est-plus-un-rival-du-real-508476.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-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": "", @@ -113753,17 +115994,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9eea527d33950482e82cdfb1157c4bc1" + "hash": "0bdee7d19f8363d590e26cd7f46cf2cb" }, { - "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": "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/c1-le-losc-qui-devait-affronter-chelsea-affrontera-finalement-chelsea-508244.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-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-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": "", @@ -113774,17 +116015,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "41a930dff75a674df5a247bcb49cb06b" + "hash": "1f33bc5b46afedc978222e6ba03da5ac" }, { - "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": "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/retirage-au-sort-en-ligues-de-champions-le-real-madrid-tombe-face-a-benfica-crie-au-scandale-508243.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-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-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": "", @@ -113795,17 +116036,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a56a2a9e9ce3788f6c83707d83c4997" + "hash": "0aa829943d7be5f5ad253aca3ce982dd" }, { - "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": "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/ligue-europa-conference-l-om-affrontera-le-qarabag-fk-508229.html", + "link": "https://www.sofoot.com/aston-villa-burnley-reporte-a-cause-de-la-covid-508472.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-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": "", @@ -113816,17 +116057,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "08696ac621ba78580cdc18b7974c3fe7" + "hash": "ca8cbe24fe1fb0c5cf977dd5f2ae1523" }, { - "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": "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/boubacar-kamara-devrait-partir-libre-de-l-om-508231.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-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-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": "", @@ -113837,17 +116078,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "07cd8123fb23b11af7b94d81331e3555" + "hash": "1c11f54986ab8f0ccaf9709ee2c41f3d" }, { - "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": "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/c1-le-tirage-des-huitiemes-annule-et-refait-a-15h-508242.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-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-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": "", @@ -113858,17 +116099,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b531c36b9c8ec8d1fc1381612a2173a1" + "hash": "72c2bf4e2d343831bcc68d1543503b56" }, { - "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": "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/suivez-le-deuxieme-tirage-au-sort-des-huitiemes-de-la-ligue-des-champions-2021-2022-508240.html", + "link": "https://www.sofoot.com/un-ancien-selectionneur-u17-accuse-d-agressions-sexuelles-au-gabon-508469.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-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": "", @@ -113879,17 +116120,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f74f10a14027ccbda1fe28c265ee23f" + "hash": "596331ef09f66ab2edf06523d4c62f39" }, { - "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": "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/tirage-au-sort-de-ligue-europa-barca-naples-et-leipzig-real-sociedad-en-barrages-508232.html", + "link": "https://www.sofoot.com/bundesliga-lewandowski-depasse-gerd-muller-sur-l-annee-civile-508467.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-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": "", @@ -113900,17 +116141,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8aeac2189ff5b2ca09b92a4eab489d3f" + "hash": "81621a89d7d21f4dcf9a1119cb64db95" }, { - "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": "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/sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-16-508236.html", + "link": "https://www.sofoot.com/le-graet-ces-incidents-sont-desastreux-508466.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-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": "", @@ -113921,17 +116162,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c2e692ceadc8f1316dd5b864c1a0b5f" + "hash": "d3f3b88bcd978c46ad2fcf2bd1a321c7" }, { - "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": "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/le-tirage-au-sort-complet-des-huitiemes-de-c1-508234.html", + "link": "https://www.sofoot.com/l-inter-degomme-la-salernitana-508464.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-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": "", @@ -113942,17 +116183,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9cef22ed55fc1fa243ea652df82c32b0" + "hash": "5374c9b82f779e696d1dee2754072b75" }, { - "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": "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/c1-retrouvailles-psg-united-et-messi-cr7-en-huitiemes-508225.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-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-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": "", @@ -113963,17 +116204,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6aadf396b8b0810dc34c1397634e7ec5" + "hash": "da64b5bac9d47386ecf78e837c922a7d" }, { - "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": "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/suivez-le-tirage-au-sort-des-barrages-de-la-ligue-europa-et-ligue-europa-conference-2021-2022-508233.html", + "link": "https://www.sofoot.com/pierre-ferracci-jean-michel-aulas-delire-completement-508463.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-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": "", @@ -113984,17 +116225,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ba20ed061493f98d244b37ecb5a2f01" + "hash": "baa56cc19e625fca0bc08de4afd71f18" }, { - "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": "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/c1-le-losc-defiera-chelsea-en-huitiemes-508227.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-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-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": "", @@ -114005,17 +116246,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "106abce7b8197faec0544e5e289e23fd" + "hash": "1502a78a15231e63372009d1380f4670" }, { - "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 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/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-wolverhampton-chelsea-analyse-cotes-et-prono-du-match-de-premier-league-508462.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-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": "", @@ -114026,17 +116267,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2c93af9189c711b63abf4f8abb0081d" + "hash": "1cbfe419fe77aa6a1f3a05d8603df780" }, { - "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": "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/marlos-quitte-le-shakhtar-donetsk-libre-de-tout-contrat-508228.html", + "link": "https://www.sofoot.com/paris-fc-lyon-dehors-les-cons-508458.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-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": "", @@ -114047,17 +116288,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a9e057af1aa12823c40e06b94719d3e" + "hash": "55ef2c44e457e4361c7f0b100b92a057" }, { - "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": "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/suivez-le-tirage-au-sort-des-huitiemes-de-la-ligue-des-champions-2021-2022-508223.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-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-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": "", @@ -114068,17 +116309,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8912e6b4f34791228d7e1aabae496bd" + "hash": "e1b80e9de49a83fd9647ed20acabd531" }, { - "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": "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/le-belge-thomas-vermaelen-va-quitter-le-vissel-kobe-508226.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-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-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": "", @@ -114089,17 +116330,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f05c669fd348297614a3eeea80e59f51" + "hash": "9b44193b196fbe5cf8a80159e7974939" }, { - "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": "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-francais-hubert-velud-selectionneur-du-soudan-demis-de-ses-fonctions-508224.html", + "link": "https://www.sofoot.com/covid-la-premier-league-en-eaux-troubles-508450.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-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": "", @@ -114110,17 +116351,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f53458f78fea03e96c00304c0899e87" + "hash": "e11223b650a02dab428795593730eaee" }, { - "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": "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/top-10-ciseaux-de-ligue-1-508211.html", + "link": "https://www.sofoot.com/arnaut-danjuma-la-torpille-du-sous-marin-jaune-508438.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-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": "", @@ -114131,17 +116372,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "99329c8112eb7ba398b2dd933eed99e7" + "hash": "443f6a7e64e2c4377d1f02f1e27b7fa3" }, { - "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": "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/l-atlas-champion-du-mexique-apres-plus-de-70-ans-d-attente-508222.html", + "link": "https://www.sofoot.com/de-kinshasa-a-alexandrie-cinq-congolais-en-rade-en-egypte-508326.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-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": "", @@ -114152,17 +116393,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dda338bf98d96a409a1446a9b41f8093" + "hash": "7b14b69ee5729de774a0d6be518f61d6" }, { - "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": "Le Paris FC et Lyon se quittent dans l'incertitude ", + "description": "

    ", + "content": "

    ", "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/le-paris-fc-et-lyon-se-quittent-dans-l-incertitude-508416.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-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": "", @@ -114173,17 +116414,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "74d5eb651afe9e5d4e4075a137469479" + "hash": "feee3faa875b25fb3228161795c699c9" }, { - "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": "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/gernot-rohr-n-est-plus-le-selectionneur-du-nigeria-508220.html", + "link": "https://www.sofoot.com/match-arrete-entre-le-paris-fc-et-lyon-508457.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-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": "", @@ -114194,17 +116435,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eef02288e0880565eee8bc9bf4213529" + "hash": "f7fa3db9be6fa317b4a0d5e027e391fb" }, { - "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": "Le Bayern trace sa route en écrasant Wolfsburg", + "description": "

    ", + "content": "

    ", "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/le-bayern-trace-sa-route-en-ecrasant-wolfsburg-508456.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-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": "", @@ -114215,17 +116456,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1cc0d7e49337cf0bcbb8eb401f7b39a0" + "hash": "7d60e1b356be3089386f332e7df47397" }, { - "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": "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/pronostic-mayence-hertha-berlin-analyse-cotes-et-prono-du-match-de-bundesliga-508218.html", + "link": "https://www.sofoot.com/en-direct-paris-fc-lyon-508415.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-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": "", @@ -114236,17 +116477,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "52d37345fa70fcd49c1e615355fe07f3" + "hash": "373bbcad1b8783496e65f5eb9da27e83" }, { - "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 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-wolfsbourg-cologne-analyse-cotes-et-prono-du-match-de-bundesliga-508217.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-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-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": "", @@ -114257,17 +116498,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9d929548a390674ba77a24528189671" + "hash": "bd146172f15cc9718b7f225bbe175fc9" }, { - "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 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-stuttgart-bayern-munich-analyse-cotes-et-prono-du-match-de-bundesliga-508216.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-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-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": "", @@ -114278,17 +116519,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e7f2ecbaf731d462c93b25a15653d80" + "hash": "955b6e30a87981510c5eb66b8d71cea2" }, { - "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 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/pronostic-brentford-manchester-united-analyse-cotes-et-prono-du-match-de-premier-league-508215.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-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-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": "", @@ -114299,17 +116540,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "05d8e63869dc34c6b9b98c9ba56f5281" + "hash": "36def23f77fbcf07bd96ea76fc82bc4e" }, { - "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…
    ", + "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-manchester-city-leeds-analyse-cotes-et-prono-du-match-de-premier-league-508214.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-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-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": "", @@ -114320,17 +116561,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d66a6b81c499ef00876902e0deaa075a" + "hash": "4aff4e5b2f45d7ef39a17cb46c69687c" }, { - "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": "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-norwich-aston-villa-analyse-cotes-et-prono-du-match-de-premier-league-508213.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-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-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": "", @@ -114341,17 +116582,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e4431e500466bb57286b74e380e2ede" + "hash": "59ccc001aaf88aa167c7d68f4527bc0c" }, { - "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": "

    ", + "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/ces-trois-infos-du-week-end-vont-vous-etonner-508205.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-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-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": "", @@ -114362,17 +116603,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "46f045d310a571ea4b5c4cc1955c4fda" + "hash": "78ef7d73622c50a903b462fbc671bf49" }, { - "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": "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/didier-ovono-la-je-suis-a-trelaze-demain-je-peux-etre-avec-aubameyang-508183.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-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-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": "", @@ -114383,17 +116624,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0cc7b4abe21cc910ababb3847513077" + "hash": "e1f274c80679448ab8083de687b87d6a" }, { - "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 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/dans-les-frissons-de-nantes-508145.html", + "link": "https://www.sofoot.com/christian-eriksen-quitte-officiellement-l-inter-milan-508449.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-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": "", @@ -114404,17 +116645,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e7b41b001ed43fcd9bad5b4576cacc26" + "hash": "98bb69484e7138917d714182ba88c1ff" }, { - "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": "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/kylian-mbappe-2021-l-annee-du-patron-508209.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-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-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": "", @@ -114425,17 +116666,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d268f32a30435dcd505d3035f250227" + "hash": "ead75f18398f82060b02b77a67ec3f15" }, { - "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": "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/les-notes-de-paris-monaco-508208.html", + "link": "https://www.sofoot.com/24-heures-chrono-507817.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-17T15:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-24-heures-chrono-1638545468_x600_articles-alt-507817.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -114446,17 +116687,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "be60fd3a11449ca69cbc51d1ae68be36" + "hash": "9bfb4671929c33ff602bd00fabe3846d" }, { - "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": "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-real-met-l-atletico-a-terre-dans-le-derby-508168.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-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-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": "", @@ -114467,17 +116708,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9f4706fc66d623353efa953088940b3" + "hash": "b37b5f93de39759c14d1fd37ccfe04ca" }, { - "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": "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/psg-asm-mbappe-corrige-monaco-508207.html", + "link": "https://www.sofoot.com/jean-michel-aulas-on-se-lasse-508442.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-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": "", @@ -114488,17 +116729,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "afae7951a08341941dda0ce6dfd70c4f" + "hash": "f13a679e94ea10c7aae7422941e6fb74" }, { - "title": "L'Inter dégomme Cagliari et prend la tête de la Serie A", - "description": "

    ", - "content": "

    ", + "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/l-inter-degomme-cagliari-et-prend-la-tete-de-la-serie-a-508172.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-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-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": "", @@ -114509,17 +116750,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e403825eff0c6674ada8da1d008b7cb" + "hash": "7fdd8c325b0fdb78786d4ae0cb938724" }, { - "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": "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/en-direct-real-madrid-atletico-madrid-508204.html", + "link": "https://www.sofoot.com/leonardo-marquinhos-va-rester-a-vie-508446.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-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": "", @@ -114530,17 +116771,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6445fdbf872ba932f2687732c600c070" + "hash": "2a7e759dac690f07af897968c71ec182" }, { - "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": "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/en-direct-psg-monaco-508206.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-12T19:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-psg-monaco-1639335623_x600_articles-508206.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": "", @@ -114551,17 +116792,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ed7b6191526e988135327c09405389e" + "hash": "45bf35fbbf4c518db7772c2104e59371" }, { - "title": "Le Betis corrige la Real Sociedad", - "description": "

    ", - "content": "

    ", + "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/le-betis-corrige-la-real-sociedad-508203.html", + "link": "https://www.sofoot.com/youcef-belaili-n-est-plus-un-joueur-du-qatar-sc-508414.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-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": "", @@ -114572,17 +116813,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0488444a2b32467452cace4e6e6354d" + "hash": "afc7bc637018e90e1e5be21d1c3a5d99" }, { - "title": "Empoli surprend le Napoli", - "description": "

    ", - "content": "

    ", + "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/empoli-surprend-le-napoli-508202.html", + "link": "https://www.sofoot.com/vitorino-hilton-si-saint-etienne-me-contacte-je-suis-pret-508417.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-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": "", @@ -114593,17 +116834,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "91ba388435c27bb1279ea856d78e520b" + "hash": "71ebaa8df27cc2ebf2fe9e7c1a4575f1" }, { - "title": "Francfort fait exploser le Bayer Leverkusen", - "description": "

    ", - "content": "

    ", + "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/francfort-fait-exploser-le-bayer-leverkusen-508197.html", + "link": "https://www.sofoot.com/tacalfred-weber-on-etait-fait-l-un-pour-l-autre-508400.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-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": "", @@ -114614,17 +116855,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd7fa051c19741cb23e934fb4c7e851c" + "hash": "a3b269f45f82e75d6b844c204b9aab8b" }, { - "title": "Everton retombe dans ses travers à Crystal Palace", - "description": "

    ", - "content": "

    ", + "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/everton-retombe-dans-ses-travers-a-crystal-palace-508173.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-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-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": "", @@ -114635,17 +116876,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a677fc67294bd4a8a18a2d11015b3c77" + "hash": "5f5c756b3b99da71a35efd03f7a9efc9" }, { - "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": "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/marseille-mate-strasbourg-et-repasse-dauphin-du-psg-508199.html", + "link": "https://www.sofoot.com/l-om-prolonge-son-partenariat-avec-puma-508412.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-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": "", @@ -114656,17 +116897,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6982d5c1a9dfb9e09465731be35dd203" + "hash": "91e9537ae3be613fb8241127d37b51d4" }, { - "title": "Osasuna et le Barça se neutralisent", - "description": "

    ", - "content": "

    ", + "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/osasuna-et-le-barca-se-neutralisent-508198.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-12T17:19:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-osasuna-et-le-barca-se-neutralisent-1639329841_x600_articles-508198.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": "", @@ -114677,17 +116918,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "77be041a6e641c4e4bd8e9b54cccd51e" + "hash": "e995ce39ea712ab63c03c14b2a0ba3f0" }, { - "title": "Le Standard bat Antwerp au milieu des bagarres", - "description": "

    ", - "content": "

    ", + "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/le-standard-bat-antwerp-au-milieu-des-bagarres-508196.html", + "link": "https://www.sofoot.com/pavard-je-ne-pourrai-jamais-plaire-a-tout-le-monde-508410.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-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": "", @@ -114698,17 +116939,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "99ca00ebd25d5be046d556c3dfda2d17" + "hash": "5f23d0ea5f29ba557d4076f78d7cd15d" }, { - "title": "Leicester enfonce Newcastle, pas de buts entre Burnley et West Ham", - "description": "

    ", - "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/leicester-enfonce-newcastle-pas-de-buts-entre-burnley-et-west-ham-508193.html", + "link": "https://www.sofoot.com/louis-van-gaal-affronter-gibraltar-ne-vous-apporte-rien-508409.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-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": "", @@ -114719,17 +116960,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b351c80db6dd1e82593cbf6bb755d4e" + "hash": "f57efaa8552f7998d13752d7121bb711" }, { - "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": "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/nice-se-relance-a-rennes-508185.html", + "link": "https://www.sofoot.com/des-chants-homophobes-entendus-lors-de-chelsea-everton-508408.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-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": "", @@ -114740,17 +116981,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8286204018d1869ccff6217fc496fe9e" + "hash": "0f5ef3397f398ed5909ae1d78a0b6ed4" }, { - "title": "Clermont surprend Angers", - "description": "Clermont sort de la zone rouge, tandis qu'Angers reste bloqué au milieu de tableau.

    ", - "content": "

    ", + "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/clermont-surprend-angers-508191.html", + "link": "https://www.sofoot.com/didier-deschamps-satisfait-de-son-groupe-de-ligue-des-nations-508407.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-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": "", @@ -114761,17 +117002,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "126bbde43bb05d6f7785fc00471d921a" + "hash": "5c46e522be240a79e054d4e1596ad82d" }, { - "title": "Metz harponne Lorient", - "description": "Les Grenats sortent de la zone rouge et y laissent Lorient.

    ", - "content": "

    ", + "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/metz-harponne-lorient-508165.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-12T16:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-metz-harponne-lorient-1639325344_x600_articles-508165.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": "", @@ -114782,17 +117023,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "045b79f474fc9ae4d842291b44a5f3f0" + "hash": "9a82eb6304da51755786a2b20e35313b" }, { - "title": "Bordeaux renoue avec la victoire à Troyes", - "description": "Menés au score, les Bordelais ont su renverser l'ESTAC.

    ", - "content": "

    ", + "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/bordeaux-renoue-avec-la-victoire-a-troyes-508190.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-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-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": "", @@ -114803,17 +117044,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "94454a6337077dc1d592a815ab4b6a50" + "hash": "d0f7a3bb4c305c2bff4bb65bfec8d17c" }, { - "title": "L'Atalanta enchaîne contre le Hellas Vérone", - "description": "

    ", - "content": "

    ", + "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/l-atalanta-enchaine-contre-le-hellas-verone-508171.html", + "link": "https://www.sofoot.com/les-quatre-autres-merveilles-de-gauthier-hein-508379.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-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": "", @@ -114824,17 +117065,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "676be5d82d4934c2d198e90d6957cb4e" + "hash": "898218f3899a8dfaaa9cf78e4735087e" }, { - "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": "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/en-direct-strasbourg-marseille-508195.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-12T15:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-strasbourg-marseille-1639322906_x600_articles-508195.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": "", @@ -114845,17 +117086,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e09f2dc3c542aee12f377b8b9b0c444" + "hash": "ccba083e9f3a9dbcad9e50160e56173f" }, { - "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": "Habib Diallo sort Strasbourg du brouillard valenciennois", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/dario-cvitanich-fait-egalement-ses-adieux-au-racing-508194.html", + "link": "https://www.sofoot.com/habib-diallo-sort-strasbourg-du-brouillard-valenciennois-508353.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-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": "", @@ -114866,17 +117107,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d1640936d56b3080e0a235b37bd51eb" + "hash": "1e505aaf491ed4bc5c0232602479123f" }, { - "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": "Liverpool dompte Newcastle", + "description": "

    ", + "content": "

    ", "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/liverpool-dompte-newcastle-508404.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-16T21:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-liverpool-dompte-newcastle-1639693222_x600_articles-508404.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -114887,17 +117128,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ff9428a59abbe2cbf61bf224b210380" + "hash": "699d4d2320c6c0a5e7e8c18423ec6508" }, { - "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": "Everton frustre Chelsea grâce à un excellent Jordan Pickford", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pascal-dupraz-plus-que-jamais-vers-l-asse-508189.html", + "link": "https://www.sofoot.com/everton-frustre-chelsea-grace-a-un-excellent-jordan-pickford-508403.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-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": "", @@ -114908,17 +117149,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "36592745d910d895f5748db0723c6dfd" + "hash": "1411f7494db95fb1e91d142facc1eccb" }, { - "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/le-losc-bute-sur-lyon-508182.html", + "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/en-direct-liverpool-newcastle-508402.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-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": "", @@ -114929,17 +117170,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa6606d9fe259017e9c9ac05bd937101" + "hash": "a026885f315142de897bc44c88609acd" }, { - "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": "Le PSG finit l'année par une balade contre Breidablik", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/guinee-kaba-diawara-sera-le-selectionneur-pour-la-can-508186.html", + "link": "https://www.sofoot.com/le-psg-finit-l-annee-par-une-balade-contre-breidablik-508351.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-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": "", @@ -114950,17 +117191,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0c00a9b9391c4597700e3fcd1591cc0" + "hash": "94dc33b77bfec1eca3dc185cc0ea48c8" }, { - "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": "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/pronostic-cadix-grenade-analyse-cotes-et-prono-du-match-de-liga-508188.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-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-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": "", @@ -114971,17 +117212,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ed7cff299fbc8f56724230cbe5890fe" + "hash": "fe003b411621873737ffcc7e9861ede6" }, { - "title": "Lyon et Paris continuent leur course-poursuite", - "description": "

    ", - "content": "

    ", + "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/lyon-et-paris-continuent-leur-course-poursuite-508181.html", + "link": "https://www.sofoot.com/pour-peter-bosz-ruddy-buquet-est-un-menteur-508399.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-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": "", @@ -114992,17 +117233,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c39ec02f4e984e77108ac9d338b7f7f" + "hash": "85ef81f1e6bf7617efd7857981008ca4" }, { - "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": "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/pronostic-toulouse-rodez-analyse-cotes-et-prono-du-match-de-ligue-2-508187.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-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-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": "", @@ -115013,17 +117254,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f30a6570221f498ffa7f172a80e68edd" + "hash": "435b93bd82e4c32d5474ea1d1dee4956" }, { - "title": "Le Zénith et le Dinamo Moscou se quittent bons amis", - "description": "

    ", - "content": "

    ", + "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/le-zenith-et-le-dinamo-moscou-se-quittent-bons-amis-508167.html", + "link": "https://www.sofoot.com/vahid-halilhodzic-certains-clubs-ont-menace-les-joueurs-508397.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-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": "", @@ -115034,17 +117275,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6de451f916b7571f1c5ee8cdb21990a6" + "hash": "8ed23b9a22238d4cc6dd157a01e7862f" }, { - "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": "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/en-direct-suivez-le-dernier-grand-prix-de-f1-de-la-saison-508184.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-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-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": "", @@ -115055,17 +117296,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b3f50ee23d14b0d028e4fd8767980f02" + "hash": "f214e500598f44aa53cbcf39d5c03bb6" }, { - "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": "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/des-fans-du-racing-se-rasent-la-tete-en-hommage-a-lisandro-lopez-508180.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-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-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": "", @@ -115076,17 +117317,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "280a44d01bbfbd9e727b5d68b1d65e74" + "hash": "32b06cd519200925ea44bd3da6c34b83" }, { - "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": "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/en-direct-lille-lyon-508179.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-12T11:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-lille-lyon-1639308489_x600_articles-alt-508179.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": "", @@ -115097,17 +117338,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "26cdb3ecba7c4104bf29997be6009191" + "hash": "5065b2372d0c426994cec019da6633dd" }, { - "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": "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/thuram-certains-entraineurs-racontent-n-importe-quoi-croyez-moi-508178.html", + "link": "https://www.sofoot.com/le-real-madrid-sous-la-menace-d-un-cluster-508390.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-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": "", @@ -115118,17 +117359,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c66f5cad6ea62947f129cc4599e29c74" + "hash": "6b6d627f0afe74046132346660636dac" }, { - "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": "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/stephane-moulin-content-que-d-ornano-chante-autre-chose-qu-orelsan-508177.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-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-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": "", @@ -115139,17 +117380,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "272a6cfb47fcc82a65651349b305e613" + "hash": "227fd89fa7bde0a1a2dba71f3e455f89" }, { - "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": "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/le-milieu-de-seraing-theo-pierrot-finit-au-but-contre-anderlecht-508176.html", + "link": "https://www.sofoot.com/toulouse-rodez-damien-comolli-refusera-une-sanction-collective-508389.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-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": "", @@ -115160,17 +117401,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "729535ae3abbe276724c4ac15f7fe930" + "hash": "51ce749ce26b98b8b96244b8f1b28677" }, { - "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": "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/joey-barton-qui-veut-etre-arbitre-508175.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-12T09:05:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-joey-barton-qui-veut-etre-arbitre-1639298859_x600_articles-508175.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": "", @@ -115181,17 +117422,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ac1254bba0e3dda6e973c3852909dd5" + "hash": "391a78a7cea5ed575be2316bef270668" }, { - "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": "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/new-york-city-remporte-la-mls-aux-tirs-au-but-508174.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-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-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": "", @@ -115202,17 +117443,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d540971296eb4c4b013debf32360248c" + "hash": "217709bbac3977f02b3a97e6448ebba9" }, { - "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": "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/l-incroyable-but-de-youcef-belaili-face-au-maroc-508170.html", + "link": "https://www.sofoot.com/vincent-labrune-les-matchs-interrompus-ne-seront-pas-systematiquement-rejoues-508385.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-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": "", @@ -115223,17 +117464,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "287bbd946cc4e7725843baaf56fd05c9" + "hash": "cf88a4607809263ec59871e4a9a32d9f" }, { - "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": "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/pronostic-psg-monaco-analyse-cotes-et-prono-du-match-de-ligue-1-508085.html", + "link": "https://www.sofoot.com/covid-19-leicester-tottenham-finalement-reporte-508383.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-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": "", @@ -115244,17 +117485,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc847bb2ae42a707b2c7f82f0f9fdd8d" + "hash": "1085cfba9a8553f89367d8e7dcad422d" }, { - "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": " 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/thibaut-courtois-l-assurance-tous-risques-508162.html", + "link": "https://www.sofoot.com/violences-dans-les-stades-enfin-un-peu-de-bon-sens-508376.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-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": "", @@ -115265,17 +117506,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "edd35f4014a65324d3796d69cc8108e8" + "hash": "2ff15a92d2236a2ed3192aa908f7330b" }, { - "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": "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/mais-ou-es-tu-passe-pape-matar-sarr-508138.html", + "link": "https://www.sofoot.com/le-losc-va-finalement-changer-sa-pelouse-508382.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-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": "", @@ -115286,17 +117527,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed790e98b395b8cb83fb24cd6fc0ecb2" + "hash": "4e666af0b7edf24ad6260d3f720ab1f9" }, { - "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": "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/alexander-djiku-les-maths-m-ont-appris-a-etre-rigoureux-508122.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-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-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": "", @@ -115307,17 +117548,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e66fc7a4c7f1350b8bfaa35b8f31d62" + "hash": "3e92b73c1b305b3d1f858337be531d99" }, { - "title": "Séville assure le minimum face à l'Athletic", - "description": "

    ", - "content": "

    ", + "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/seville-assure-le-minimum-face-a-l-athletic-508169.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-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-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": "", @@ -115328,17 +117569,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed578cce0f9a4818a25faf7c65f64700" + "hash": "dab55adc9d389cc2cfbf8375632bc857" }, { - "title": "Reims enfonce encore un peu plus Saint-Étienne", - "description": "

    ", - "content": "

    ", + "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/reims-enfonce-encore-un-peu-plus-saint-etienne-508164.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-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-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": "", @@ -115349,17 +117590,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8e49692d15a8d9dc6856a274b872aa2" + "hash": "afa7559d65b261cfa8db33a21821fc3d" }, { - "title": "Zlatan Ibrahimović offre le nul au buzzer à l'AC Milan contre Udinese", - "description": "

    ", - "content": "

    ", + "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/zlatan-ibrahimovic-offre-le-nul-au-buzzer-a-l-ac-milan-contre-udinese-508166.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-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-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": "", @@ -115370,17 +117611,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0775ae62ca78f3dda51d85cd81e51aec" + "hash": "41c1b6b3515e9a869de6ef3978af9f39" }, { - "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": "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/paris-et-auxerre-font-la-bonne-operation-nancy-creuse-encore-508159.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-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-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": "", @@ -115391,17 +117632,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b771e55022e5ac47723ac7efd40d648" + "hash": "4fe924341744724b9595fb2a1def9bcf" }, { - "title": "Manchester United s'arrache à Norwich", - "description": "

    ", - "content": "

    ", + "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/manchester-united-s-arrache-a-norwich-508163.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-11T19:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-manchester-united-s-arrache-a-norwich-1639251243_x600_articles-508163.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": "", @@ -115412,17 +117653,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f88ee2600e6add03ccc88a6d60e1bd8" + "hash": "d233894f163faa4d4d0744e200258d1f" }, { - "title": "La Juventus accrochée à Venise", - "description": "

    ", - "content": "

    ", + "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/la-juventus-accrochee-a-venise-508161.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-11T18:56:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-juventus-accrochee-a-venise-1639247500_x600_articles-508161.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": "", @@ -115433,17 +117674,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "26f5a1843111c91dbe39738ecc679eea" + "hash": "0b006d09491b126b18f96bea361a1317" }, { - "title": "Montpellier coule Brest et met fin à sa série", - "description": "

    ", - "content": "

    ", + "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/montpellier-coule-brest-et-met-fin-a-sa-serie-508157.html", + "link": "https://www.sofoot.com/kylian-mbappe-j-ai-soif-avant-tout-de-decouvertes-508370.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-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": "", @@ -115454,17 +117695,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e16b9a5a60f468d81d22294f34069ff" + "hash": "2e7a49eaddfd9b650a4f834bd7d66af0" }, { - "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": "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/une-montre-de-luxe-ayant-appartenu-a-maradona-retrouvee-en-inde-508160.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-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-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": "", @@ -115475,17 +117716,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "38f77c1f1773658e19221afeee67a8be" + "hash": "b5ad52363ce506ac77434b650863aa23" }, { - "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": "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/liverpool-et-chelsea-souffrent-mais-s-accrochent-a-city-508139.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-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-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": "", @@ -115496,17 +117737,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a3813b3066d348e7e4538d1ba8f3eee" + "hash": "f1918d3d39b1889dbf9aed8eb3424bc2" }, { - "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": "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/le-bayern-s-en-sort-contre-mayence-dortmund-accroche-a-bochum-508140.html", + "link": "https://www.sofoot.com/nagelsmann-cuisance-nous-devons-penser-a-le-preter-508373.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-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": "", @@ -115517,17 +117758,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5496b99082844ba5a954136c02895db2" + "hash": "47e10d43284d9d73963a1eeb485ded09" }, { - "title": "La Fiorentina roule sur Salerne", - "description": "

    ", - "content": "

    ", + "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/la-fiorentina-roule-sur-salerne-508154.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-11T16:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-fiorentina-roule-sur-salerne-1639239481_x600_articles-508154.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": "", @@ -115538,17 +117779,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d26a09dce754dd4d3e1b9e301cfe198" + "hash": "574489622b7dee3def3c7e063f1f67fb" }, { - "title": "Ajaccio crucifie Le Havre et prend la tête", - "description": "

    ", - "content": "

    ", + "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/ajaccio-crucifie-le-havre-et-prend-la-tete-508155.html", + "link": "https://www.sofoot.com/alexis-sanchez-de-retour-au-barca-508368.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-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": "", @@ -115559,17 +117800,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e00086c71caa161ad4324eab6fbad84d" + "hash": "870fc705b4d6302e8315d727bcf449d2" }, { - "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": "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/thuram-certains-entraineurs-racontent-n-importe-quoi-croyez-moi-508178.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-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-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": "", @@ -115580,17 +117821,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d1616866afd3b2a82a38ce071362db5" + "hash": "5fc408bb66705bb473b773b976e43dc8" }, { - "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": "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/samuel-eto-o-elu-president-de-la-federation-camerounaise-508158.html", + "link": "https://www.sofoot.com/le-footballeur-le-plus-riche-du-monde-est-au-chomage-508366.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-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": "", @@ -115601,17 +117842,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3b4c1b827b925784175f0f346ab75df" + "hash": "7a6123ba2800d3eb0b6ed2ed7d9bd62a" }, { - "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": "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/sardar-azmoun-serait-d-accord-pour-rejoindre-l-ol-508156.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-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-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": "", @@ -115622,17 +117863,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbc6af141ae62669b57d358f417fcb03" + "hash": "289ff94418e5bffadae5bb139781da65" }, { - "title": "Service minimum pour Manchester City face à Wolverhampton", - "description": "

    ", - "content": "

    ", + "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/service-minimum-pour-manchester-city-face-a-wolverhampton-508143.html", + "link": "https://www.sofoot.com/bouna-sarr-villas-boas-etait-le-coach-parfait-508367.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-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": "", @@ -115643,17 +117884,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6de232ccd2779869f8f2a2ffc0bf537" + "hash": "ab61dc2b535ed74d7d7db1548ea6026e" }, { - "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": "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/sergio-ramos-kimpembe-et-nuno-mendes-forfaits-pour-la-reception-de-monaco-508153.html", + "link": "https://www.sofoot.com/securite-dans-les-stades-les-premieres-mesures-ont-ete-annoncees-508364.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-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": "", @@ -115664,17 +117905,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2014ab9243c91e0dbe9508dd6b38d900" + "hash": "0781598ae929f8e1f13d2fb70a9a1154" }, { - "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": "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/vincent-labrune-promet-que-des-annonces-seront-faites-en-fin-de-semaine-prochaine-concernant-l-insecurite-508152.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-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-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": "", @@ -115685,17 +117926,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a8de30dfbbd91a09ef6e7ecb56be3b2" + "hash": "cbca699682f58b8e2f87e8b6f6c98b80" }, { - "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": "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/le-bel-hommage-des-joueurs-du-sc-cambuur-a-leur-entraineur-malade-en-eredivisie-508151.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-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-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": "", @@ -115706,17 +117947,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ce7f3bbd6f531e1b1ce7253c1e29069" + "hash": "87e15d8c166bd21b3c287a25c3e05644" }, { - "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 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/l-eca-est-l-otage-des-qataris-selon-aurelio-de-laurentiis-508150.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-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-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": "", @@ -115727,17 +117968,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "350dfd2cb85af8f1be116ebaaea7f60c" + "hash": "b2c8988c70855e104e90f05539209de1" }, { - "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": "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/covid-19-a-renac-une-soiree-tartiflette-provoque-un-cluster-508149.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-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-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": "", @@ -115748,17 +117989,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d689b91ee7b363de78990d2aa5aba994" + "hash": "f129a89c97e87f817df322f1b73cb4c0" }, { - "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": "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/tottenham-rennes-definitivement-annule-508148.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-11T10:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-tottenham-rennes-definitivement-annule-1639217612_x600_articles-508148.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": "", @@ -115769,17 +118010,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0622ea22df54a2ff6a0da9fb2138370f" + "hash": "f3a31f2cdb938de8ed2a31e334b03d1f" }, { - "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": "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/ralf-rangnick-ne-cherchera-pas-a-garder-paul-pogba-a-tout-prix-508147.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-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-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": "", @@ -115790,17 +118031,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6aa4e8804c7099a7592ba8bd8d90f65" + "hash": "bf061a439649b345bf52b1e41bb824a4" }, { - "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": "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/manolo-gabbiadini-celebre-son-but-contre-le-genoa-sur-le-banc-de-touche-508146.html", + "link": "https://www.sofoot.com/affaire-ol-om-jean-michel-aulas-suspendu-5-matchs-508357.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-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": "", @@ -115811,17 +118052,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d1d86ef0e9565188752042c2d69820a" + "hash": "afa63e17fd77e8db0a90cb236e65bd58" }, { - "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 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/derniers-jours-20e-offerts-gratuits-chez-netbet-pour-parier-ce-week-end-508086.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-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-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": "", @@ -115832,17 +118073,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e4c833fab312aac2c83996a201018e8" + "hash": "c04bb94c46d15837dabfc2a993c27e36" }, { - "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": "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/pronostic-lille-lyon-analyse-cotes-et-prono-du-match-de-ligue-1-508084.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-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-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": "", @@ -115853,17 +118094,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "67580074ed8d167dc2e67cc393b83abf" + "hash": "a8bfd1235e8ae2383b4c3a403fed7866" }, { - "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": "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/entretien-croise-avec-maxime-leverbe-et-valentin-gendrey-deux-francais-qui-flambent-en-serie-b-508121.html", + "link": "https://www.sofoot.com/pascal-dupraz-un-pompier-pour-eviter-le-feu-de-forez-508340.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-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": "", @@ -115874,17 +118115,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "54a6526f80cac09a22bb5d5ec2ff281c" + "hash": "020b25d9fc4f7f8339dc8fc4b64248df" }, { - "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": "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/eric-di-meco-et-baptiste-serin-avec-loic-puyo-les-rugbymen-sont-des-footeux-qui-s-ignorent-507976.html", + "link": "https://www.sofoot.com/le-losc-veut-de-l-herbe-de-qualite-508319.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-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": "", @@ -115895,17 +118136,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b87b4f5ae859d5efa6d667348daa8e92" + "hash": "ace20dd34094f73d1d70e6f2764832ae" }, { - "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": "Arsenal cogne West Ham et s'invite dans le top 4", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/le-fc-nantes-retourne-le-rc-lens-en-beaute-508142.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-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-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": "", @@ -115916,17 +118157,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "becf5af0419ce334001368449d9c0837" + "hash": "c3d6e2b358f46453d2380c5375e54a68" }, { - "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": "Wolverhampton domine Brighton, Palace et Southampton dos à dos", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-nantes-lens-508141.html", + "link": "https://www.sofoot.com/wolverhampton-domine-brighton-palace-et-southampton-dos-a-dos-508337.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-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": "", @@ -115937,17 +118178,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0d988ad9578fad10ebfa9dc25669b47" + "hash": "b04818d2befa11242443a90ce3e94765" }, { - "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": "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/mikel-arteta-souhaite-des-protocoles-covid-plus-clairs-en-premier-league-508137.html", + "link": "https://www.sofoot.com/dortmund-fade-vainqueur-de-furth-leverkusen-et-leipzig-coincent-508335.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-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": "", @@ -115958,59 +118199,59 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf3e95ffc71456e36aae59b8c5374c3b" + "hash": "8d639c51e06f24f980458bdc7358b3bb" }, { - "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": "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/colombie-un-joueur-aide-l-arbitre-a-mettre-un-carton-508136.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-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-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", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "946a667d2830c9b4287fc25dc82a8cd7" + "hash": "e9101edf7e554ac568c8dc87619e8d98" }, { - "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": "Les Lyonnaises corrigent Häcken et finissent en tête de leur groupe", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/la-federation-espagnole-se-paye-javier-tebas-508135.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-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-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", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "235021f59fab0032a1fa25be39291a4c" + "hash": "0dfed57abf55e406636dc468bdb670d6" }, { - "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": "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/la-finale-de-la-coupe-de-france-feminine-a-dijon-508134.html", + "link": "https://www.sofoot.com/en-direct-arsenal-west-ham-508352.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-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": "", @@ -116021,17 +118262,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5fc06635f1dacc30913a4606a739b3f" + "hash": "cc6fae07a0b4b2e1cfc7748bdc867268" }, { - "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 : 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/tottenham-brighton-reporte-508133.html", + "link": "https://www.sofoot.com/en-direct-qatar-algerie-508338.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-15T18:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-qatar-algerie-1639578140_x600_articles-508338.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -116042,17 +118283,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1a499f5b8267191b8d93d5f7019a920" + "hash": "04663d1f2d63fe801d221c31b1caa66d" }, { - "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": "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/pronostic-real-madrid-atletico-madrid-analyse-cotes-et-prono-du-match-de-liga-508132.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-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-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": "", @@ -116063,17 +118304,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "746fbc3c213d3599c80c182abdfaa988" + "hash": "8bd2ef44f83ea8ee18854594269cc15c" }, { - "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": "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/pronostic-rennes-nice-analyse-cotes-et-prono-du-match-de-ligue-1-508131.html", + "link": "https://www.sofoot.com/dimitri-payet-marseille-se-livre-apres-les-evenements-a-lyon-508349.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-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": "", @@ -116084,17 +118325,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a4cab24eaa45c613f260884aac3552a5" + "hash": "42ea37a316c7aa784da5d9bffea4fd9a" }, { - "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": "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/anthony-martial-veut-quitter-manchester-united-selon-son-agent-508130.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-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-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": "", @@ -116105,17 +118346,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e69295f8f10b85727739c8944f31e12" + "hash": "0b8f254739e6f0c1b47bbb02fefc7ddc" }, { - "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": "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/pronostic-troyes-bordeaux-analyse-cotes-et-prono-du-match-de-ligue-1-508129.html", + "link": "https://www.sofoot.com/leicester-tottenham-maintenu-par-la-ligue-anglaise-508347.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-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": "", @@ -116126,38 +118367,38 @@ "favorite": false, "created": false, "tags": [], - "hash": "564dcdbecc59d098cb2ab1a913881c21" + "hash": "563a9e8d3621d5581b0e980039f74c82" }, { - "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": "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/pronostic-angers-clermont-analyse-cotes-et-prono-du-match-de-ligue-1-508127.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-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-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", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b0f3891086c40a83a6b0cc40935ceb95" + "hash": "a59f10b286b5e0bce7d475021a008fc9" }, { - "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": "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/pronostic-strasbourg-om-analyse-cotes-et-prono-du-match-de-ligue-1-508126.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-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-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": "", @@ -116168,17 +118409,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d3bfc5291041da0bacb131d6188e5d0c" + "hash": "0c4ccb59af5cbf934e33c9a23932c13b" }, { - "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": "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/quand-ripart-etait-rattrape-par-sa-femme-lors-de-ses-adieux-aux-supporters-nimois-508117.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-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-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": "", @@ -116189,17 +118430,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "549ea1589389df14a0b58f3beaba7c63" + "hash": "c78d2c2535a936d154a6ed0eb946cafc" }, { - "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": "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/francois-hollande-a-assiste-a-un-entrainement-du-clermont-foot-508125.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-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-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": "", @@ -116210,17 +118451,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "479ca7df0a1a3964febeed7de65db792" + "hash": "93320b1cf058c38fa4ae144e64a94f7e" }, { - "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": "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/pronostic-metz-lorient-analyse-cotes-et-prono-du-match-de-ligue-1-508124.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-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-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": "", @@ -116231,17 +118472,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "829d3e12137e69e891f4278c371ab927" + "hash": "28bb3a066ceeb2b21a2cca09a5e41550" }, { - "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": "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/quinze-supporters-de-moscou-interpelles-apres-la-rencontre-face-a-l-om-508123.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-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-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": "", @@ -116252,17 +118493,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd6ac06b57c8e0de4592a6b2493b96c8" + "hash": "ae8f5c85c553f2dcdbeb1a4ab101ebbd" }, { - "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": "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/le-rapport-accablant-pour-le-centre-de-formation-de-nimes-508119.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-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-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": "", @@ -116273,17 +118514,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "335be200f0df8a6da8affad2721b7ab1" + "hash": "5005e1658ccdfe94cd69bb0e804d156c" }, { - "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": "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/rennes-qui-se-cache-derriere-martin-terrier-508105.html", + "link": "https://www.sofoot.com/diego-alonso-nouveau-selectionneur-de-l-uruguay-508333.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-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": "", @@ -116294,17 +118535,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a13e8c7bfae77c780ef8a431ef7067c5" + "hash": "2294a37e8d8b2a36715023dc5931fff1" }, { - "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": "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/peter-bosz-c-est-marseille-qui-a-refuse-de-jouer-508120.html", + "link": "https://www.sofoot.com/aubayemang-une-chute-sans-fin-508311.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-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": "", @@ -116315,17 +118556,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6d13623757e3eef93b16c3f27cc7a99" + "hash": "239f2cc4edd86cbd2c268e99f301ebbf" }, { - "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": "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/devant-steven-gerrard-je-ne-faisais-qu-ecouter-en-souriant-508094.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-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-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": "", @@ -116336,17 +118577,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "385c869c12658be31cb4b3ffbcab2fae" + "hash": "e0334d8bab05bcd5f04846731e406261" }, { - "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": "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/pronostic-bastia-sochaux-analyse-cotes-et-prono-du-match-de-ligue-2-508118.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-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-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": "", @@ -116357,17 +118598,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e43dfed03d4fcf19584597f328144df" + "hash": "f039230648961a87fbb5ed15c868fc73" }, { - "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": "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/pronostic-caen-guingamp-analyse-cotes-et-prono-du-match-de-ligue-2-508115.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-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-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": "", @@ -116378,17 +118619,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0ee758cc0001753efd0a27cc48dfbee" + "hash": "90164019d48176b81d0152e5457d1a16" }, { - "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": "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/pronostic-dijon-niort-analyse-cotes-et-prono-du-match-de-ligue-2-508113.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-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-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": "", @@ -116399,17 +118640,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3cad7b2e4f8cb0ea49bc8cd9f79aa137" + "hash": "463f993d24648dae088e6268237b0c75" }, { - "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": "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/pronostic-nimes-nancy-analyse-cotes-et-prono-du-match-de-ligue-2-508112.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-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-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": "", @@ -116420,17 +118661,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "903ecf7887a4f0616492580f9eabc3cb" + "hash": "3e01599e1721d0037fa57b7a0967cbdb" }, { - "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": "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/pronostic-amiens-grenoble-analyse-cotes-et-prono-du-match-de-ligue-2-508111.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-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-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": "", @@ -116441,17 +118682,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7bdf82dc8f8e5d2cf4dbbf1d6802cafe" + "hash": "84d0474befbcbffb865bf3333e5b0f96" }, { - "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": "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/lucas-digne-aurait-eu-une-altercation-avec-rafael-benitez-508116.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-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-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": "", @@ -116462,17 +118703,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "14c49684bb3478b73baf4f65deea7117" + "hash": "cf5e58fba216a9bfb02e40383488afbd" }, { - "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": "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/pronostic-dunkerque-auxerre-analyse-cotes-et-prono-du-match-de-ligue-2-508110.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-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-15T10:21:00Z", + "enclosure": "", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -116483,17 +118724,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a0d63a9cc63505f5c2980b945f75d22" + "hash": "b76cbd20b7a86bcd929f82d0b9c48980" }, { - "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": "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/pronostic-pau-quevilly-rouen-analyse-cotes-et-prono-du-match-de-ligue-2-508109.html", + "link": "https://www.sofoot.com/la-vengeance-d-anthony-modeste-contre-wolfsbourg-508321.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-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": "", @@ -116504,17 +118745,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f834be954fee521ce3d19d546555faec" + "hash": "493a5503c3a02698953cdfd721dd0563" }, { - "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": "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/liverpool-et-chelsea-souffrent-mais-s-accrochent-a-city-508139.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-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-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": "", @@ -116525,17 +118766,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d59023557f5bab5b65cd479f79d78535" + "hash": "2628a1c1352b7585538e1466e7659514" }, { - "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": "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/gremio-et-douglas-costa-relegues-en-d2-bresilienne-508108.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-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-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": "", @@ -116546,17 +118787,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6dae8be334b5075b2e91b1f172048d15" + "hash": "55d8b03a366b0c5d6bf6616292fbc632" }, { - "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": "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/pronostic-valenciennes-paris-fc-analyse-cotes-et-prono-du-match-de-ligue-2-508107.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-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-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": "", @@ -116567,17 +118808,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e334c1c116e222301fc539e01ce9665" + "hash": "0d87b3985a7cb8a0726d8b91f255f4c8" }, { - "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": "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/kylian-mbappe-la-ligue-1-c-est-tres-dur-et-tres-physique-508106.html", + "link": "https://www.sofoot.com/vers-un-retour-de-vitorino-hilton-en-ligue-1-508317.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-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": "", @@ -116588,17 +118829,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd98288414aa3f06053ffd7c6891c627" + "hash": "9fbc83c9219da43f55154b584f3fc215" }, { - "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": "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/un-chien-fait-ses-besoins-sur-la-pelouse-avant-partizan-famagouste-508104.html", + "link": "https://www.sofoot.com/la-can-2022-vers-un-nouveau-report-508316.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-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": "", @@ -116609,17 +118850,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a98d80c65336bce5cb383bd17a3bd027" + "hash": "e9d44ec4295e5602c5e8c0bf113e5c2a" }, { - "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": "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/brendan-rodgers-avoue-ne-pas-connaitre-la-conference-league-508103.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-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-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": "", @@ -116630,17 +118871,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c4c25ab5ce776f22b9cc2824b2e431c" + "hash": "4e77124e7847bdc1c272622e61a48a08" }, { - "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": "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/lilian-brassier-brest-a-l-hopital-apres-un-accident-de-la-route-508102.html", + "link": "https://www.sofoot.com/so-foot-club-77-508298.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-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": "", @@ -116651,17 +118892,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d2a373af2bf11949192caf5dcf3b729" + "hash": "ffb6509788828971017f2d77850a6462" }, { - "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": "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/pronostic-le-havre-ajaccio-analyse-cotes-et-prono-du-match-de-ligue-2-508101.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-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-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": "", @@ -116672,17 +118913,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b75e10fbc36d32c5933a8ea803add6b" + "hash": "eb201119c9308a5959163d85eafbce63" }, { - "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": "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-reims-saint-etienne-analyse-cotes-et-prono-du-match-de-ligue-1-508099.html", + "link": "https://www.sofoot.com/les-principales-propositions-du-rapport-parlementaire-sur-les-droits-tv-508308.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-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": "", @@ -116693,17 +118934,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e99dac0223a6d1c9eab880d81d73d3a6" + "hash": "00987b9e8240865eea369010702b6321" }, { - "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": "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/la-france-premiere-au-classement-uefa-sur-la-saison-en-cours-508100.html", + "link": "https://www.sofoot.com/algerie-et-qatar-une-histoire-croisee-508306.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-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": "", @@ -116714,17 +118955,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "01fe8a2bf7bf9ea0292038c3b6021b28" + "hash": "192d4cbe2541003a378e878289c02024" }, { - "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": "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-brest-montpellier-analyse-cotes-et-prono-du-match-de-ligue-1-508098.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-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-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": "", @@ -116735,17 +118976,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac8e2de4adda7b41845f1665e7ba28c9" + "hash": "edcda9060cd5f73161a285c83492ee9d" }, { - "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": "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/javier-mascherano-nomme-entraineur-de-l-equipe-d-argentine-u20-508088.html", + "link": "https://www.sofoot.com/les-notes-de-la-finale-de-koh-lanta-la-legende-508310.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-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": "", @@ -116756,17 +118997,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f49df8e507a581ff9c16098c18d5e37" + "hash": "948ac0a8b952f8e2a4d5ac43bae20450" }, { - "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": "City fait voler Leeds en éclats, Villa repart de l'avant à Norwich", + "description": "

    ", + "content": "

    ", "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/city-fait-voler-leeds-en-eclats-villa-repart-de-l-avant-a-norwich-508303.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-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": "", @@ -116777,17 +119018,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bea2bd1209d7c1e463b99b0b4f7dc7fa" + "hash": "d42d989a6a4c337e01a8f033cc53c96a" }, { - "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": "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/et-si-le-boycott-diplomatique-des-jeux-de-pekin-donnait-des-idees-pour-le-mondial-au-qatar-508095.html", + "link": "https://www.sofoot.com/en-direct-finale-de-koh-lanta-la-legende-508309.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-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": "", @@ -116798,17 +119039,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "43062db3957decf695362a3155fe040f" + "hash": "bd0b29d78178dfd9c25fe79bc565a023" }, { - "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": "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/walter-benitez-a-ete-naturalise-francais-508096.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-10T06:21:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-walter-benitez-a-ete-naturalise-francais-1639125382_x600_articles-508096.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": "", @@ -116819,19 +119060,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d44e07fea230b2925cf6c6dd1a9f375f" + "hash": "294e715c03b28604176d883593fa95ba" }, { - "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": "Le Bayern en plante cinq à Stuttgart", + "description": "

    ", + "content": "

    ", "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/le-bayern-en-plante-cinq-a-stuttgart-508312.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-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", @@ -116839,19 +119081,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "946d1a62c9e95fbe78fa32c63177bd70" + "hash": "cd697d846c96e62a2371275aa133af5f" }, { - "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": "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/nouvelle-exclu-200e-offerts-au-lieu-de-100e-chez-unibet-pour-parier-ce-week-end-508078.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-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-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", @@ -116859,19 +119102,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a1c46f5323f0776a669877ab1cdc7a3" + "hash": "fdcf73f401cf9ad34396b33a2cc625c6" }, { - "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": "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/pourquoi-y-a-t-il-aussi-peu-d-anciens-gardiens-devenus-entraineurs-principaux-508074.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-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-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", @@ -116879,19 +119123,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fd5b91d4a273b9db525b5d0f57c99d25" + "hash": "37046000c958d2870b3bf9ed5a16636e" }, { - "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": "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/tactique-comment-julien-stephan-a-deja-pose-sa-patte-a-strasbourg-508068.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-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-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", @@ -116899,19 +119144,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "16c9d23af4b972e702f145b367202a56" + "hash": "671bb815df57cf3f9ce80be47941cde8" }, { - "title": "Marseille assure l'essentiel contre le Lokomotiv Moscou", - "description": "

    ", - "content": "

    ", + "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/marseille-assure-l-essentiel-contre-le-lokomotiv-moscou-508091.html", + "link": "https://www.sofoot.com/les-supporters-lillois-lancent-une-petition-pour-une-nouvelle-pelouse-508301.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-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", @@ -116919,19 +119165,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ce64da4092b26458bd9c37c0584c331" + "hash": "98c8804623c4065d0b6cb10a17221474" }, { - "title": "Les Fenottes roustent Benfica et se qualifient pour les quarts de finale", - "description": "

    ", - "content": "

    ", + "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/les-fenottes-roustent-benfica-et-se-qualifient-pour-les-quarts-de-finale-508073.html", + "link": "https://www.sofoot.com/mikel-arteta-aubameyang-est-un-peu-meurtri-508300.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-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", @@ -116939,19 +119186,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "60499610e9c913f35fb253086c692a19" + "hash": "28ccc5c8406616d5116c117fea69c3cc" }, { - "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": "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/galatasaray-resiste-a-la-lazio-l-etoile-rouge-passe-aussi-508064.html", + "link": "https://www.sofoot.com/un-ancien-formateur-du-barca-accuse-de-violences-sexuelles-508299.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-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", @@ -116959,19 +119207,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0509e0b707d51b4ca9241fbac1150119" + "hash": "a0e6594650df5ca5619a6e2921a67edb" }, { - "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": "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/le-napoli-elimine-leicester-la-real-sociedad-cartonne-le-psv-508015.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-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-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", @@ -116979,19 +119228,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d61e1c31aa098ed86cbcef9131e8043" + "hash": "54ce3deca2dd56deabcf6f61a8c977d7" }, { - "title": "Villarreal vient à bout de l'Atalanta et verra les huitièmes", - "description": "

    ", - "content": "

    ", + "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/villarreal-vient-a-bout-de-l-atalanta-et-verra-les-huitiemes-508093.html", + "link": "https://www.sofoot.com/grenoble-limoge-son-entraineur-508297.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-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", @@ -116999,19 +119249,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "372aeca25e0dc65a8b714d6d6872a148" + "hash": "1776efc81882657963f130c2d62a6337" }, { - "title": "Monaco se contente de peu à Graz", - "description": "

    ", - "content": "

    ", + "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/monaco-se-contente-de-peu-a-graz-508092.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-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-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", @@ -117019,19 +119270,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "578427b02e553a55911790eabf20653c" + "hash": "0593faba19d5398438cb20536a817f22" }, { - "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": "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…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-marseille-lokomotiv-moscou-508081.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-09T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-marseille-lokomotiv-moscou-1639064119_x600_articles-508081.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", @@ -117039,19 +119291,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea91d46eef442275a08e6ebe20bca0fe" + "hash": "18139cd5342f9e5e102472405c072e8e" }, { - "title": "Lyon termine la phase de poules par un nul contre les Rangers", - "description": "

    ", - "content": "

    ", + "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/lyon-termine-la-phase-de-poules-par-un-nul-contre-les-rangers-507965.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-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-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", @@ -117059,19 +119312,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e6ece9f3156863c43e557cd055fef5bb" + "hash": "0db3e0bf863751a17ff5b659c7732b9c" }, { - "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": "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/en-direct-lyon-glasgow-rangers-507971.html", + "link": "https://www.sofoot.com/un-documentaire-sur-neymar-sortira-fin-janvier-sur-netflix-508296.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-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", @@ -117079,19 +119333,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa9b1f4cc886f418a830815b2dc242e4" + "hash": "fbf9a3c28f07946f85c27bc20dc38e77" }, { - "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": "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/la-lfp-travaille-sur-plusieurs-mesures-pour-securiser-les-stades-francais-508090.html", + "link": "https://www.sofoot.com/lionel-messi-el-ultimo-baile-508255.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-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", @@ -117099,19 +119354,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4a2426c8e2b80e55b367735ee988281" + "hash": "8ecc4594a5f9ec1c9d75f82bbe12f0cf" }, { - "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": "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/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/accord-entre-cvc-et-laliga-a-quoi-joue-le-foot-espagnol-508241.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-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", @@ -117119,19 +119375,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ddd9fdae9eaa244fcaeb2b8aa0f95d84" + "hash": "282eecc07dbe2336593ebcde75dd6591" }, { - "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 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/officiel-la-ligue-2-passera-a-18-clubs-en-2024-508087.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-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-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", @@ -117139,19 +119396,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "19203f749bba5188437224a33932b3ed" + "hash": "370c00380571f6da7e35e3ec019baeb4" }, { - "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 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/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-arsenal-west-ham-analyse-cotes-et-prono-du-match-de-premier-league-508291.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-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", @@ -117159,19 +119417,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b646f813a0f9ee255a83f6cc8362f91" + "hash": "0adce165bf064154ec7f97aeddc5312b" }, { - "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": "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/le-bresilien-marcelo-devrait-quitter-le-real-madrid-cet-hiver-508080.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-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-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", @@ -117179,19 +119438,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3be37b0f0a871c1e679652a2ceb0ab4" + "hash": "80d78faedbf70d9cfbad37f2b148f614" }, { - "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": "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/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/aguero-va-donner-une-conference-de-presse-pour-une-declaration-sur-son-futur-508287.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-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", @@ -117199,19 +119459,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "687112d22e2be7c5a3dc8a1d727465a0" + "hash": "63394b9066e2d83c64ef2fe9f83ae488" }, { - "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": "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/mehdi-benatia-met-un-terme-a-sa-carriere-508079.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-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-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", @@ -117219,19 +119480,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "79ad490d74e35834b5ff36cc3aafad8a" + "hash": "34cac731698c60a3f9f61d6028a9b427" }, { - "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": "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/54-supporters-du-dynamo-kiev-interpelles-apres-des-affrontements-avec-ceux-de-benfica-508077.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-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-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", @@ -117239,19 +119501,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7894a0efbf0075868b032444df1e69d" + "hash": "8a1f9baa27c41e0baddc421630bef566" }, { - "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": "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/joshua-kimmich-absent-jusqu-en-2022-suite-aux-sequelles-de-la-covid-19-508076.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-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-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", @@ -117259,19 +119522,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fac2773a26b00fbe4f1be22185e30664" + "hash": "4fa2e3afc84259b249ef5934e7c6e45c" }, { - "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": "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-curiosites-statistiques-de-la-phase-de-poules-de-c1-508057.html", + "link": "https://www.sofoot.com/alex-morgan-rejoint-la-nouvelle-franchise-de-san-diego-508281.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-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", @@ -117279,19 +119543,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3943517f1d698ce99820fed6cee203d7" + "hash": "b0b3456c2875f30ea5e4be2e4ff8b623" }, { - "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": "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/nene-putain-ca-aurait-ete-bien-de-jouer-dans-une-equipe-comme-ce-psg-508031.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-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-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", @@ -117299,19 +119564,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "86b9c183c4649301bf5fca81b2eb86b9" + "hash": "5661f2714d947128ff8bb68faf311d7f" }, { - "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": "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/besiktas-se-separe-de-son-entraineur-sergen-yalcin-508072.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-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-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", @@ -117319,19 +119585,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ade7e635f2bfac3b7c615f2271ba5ae" + "hash": "aac9a5339352649f84a99348ea3553b1" }, { - "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": "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/pronostic-nantes-lens-analyse-cotes-et-prono-du-match-de-ligue-1-508071.html", + "link": "https://www.sofoot.com/lionel-mpasi-victime-d-insultes-racistes-lors-de-toulouse-rodez-508270.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-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", @@ -117339,19 +119606,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e918605100fded60b72b6b48ab789aa" + "hash": "109a770c74a323ec2ff4fc1e6a3cdffe" }, { - "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": "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/boca-juniors-remporte-la-coupe-d-argentine-contre-le-club-atletico-talleres-508066.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-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-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", @@ -117359,19 +119627,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1f00c5d52c09c44c57f53165a607284" + "hash": "521e554058ee2dff768f012a33a95a1f" }, { - "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": "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/la-nuit-etoilee-du-losc-508061.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-09T11:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-nuit-etoilee-du-losc-1639046826_x600_articles-alt-508061.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", @@ -117379,19 +119648,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d35218afd0c24c668fa16cdace730da3" + "hash": "26f67a954bc87235fafc3b27c8f711c9" }, { - "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": "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/domenico-tedesco-ex-spartak-moscou-et-schalke-04-nouvel-entraineur-du-rb-leipzig-508069.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-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-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", @@ -117399,19 +119669,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "04f4ca1ca76a29dceb491910eb2199e0" + "hash": "2bb13874fef4e0212464961c66822673" }, { - "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": "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/pronostic-majorque-celta-vigo-analyse-cotes-et-prono-du-match-de-liga-508070.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-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-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", @@ -117419,19 +119690,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "64c80c68c8a3235999af46f125e5723b" + "hash": "9c2c91f45c3acca10a55bf7c28d5fefc" }, { - "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": "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/pronostic-cologne-augsbourg-analyse-cotes-et-prono-du-match-de-bundesliga-508067.html", + "link": "https://www.sofoot.com/l-aventurier-florian-sotoca-prolonge-a-lens-jusqu-en-2024-508260.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-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", @@ -117439,19 +119711,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "da5919533d708237f1f4002354360e9e" + "hash": "2e44be41ae53f39870114a1681999e84" }, { - "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": "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/bruno-genesio-mon-plus-gros-regret-a-lyon-ne-pas-avoir-remporte-la-ligue-europa-508036.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-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-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", @@ -117459,19 +119732,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "530f953afec917fa4db826348b7aa433" + "hash": "e95a938583122ea4e1153ca5433e2107" }, { - "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": "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/pronostic-brentford-watford-analyse-cotes-et-prono-du-match-de-premier-league-508063.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-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-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", @@ -117479,19 +119753,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a25b779cf07ed8b5d8f7ba214d73af66" + "hash": "9d64e960b677fbc4ea054604b76915c2" }, { - "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": "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/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/brentford-manchester-united-officiellement-reporte-a-cause-du-covid-19-508258.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-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", @@ -117499,19 +119774,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c62ce64b2fc8abe00006b6faf080912" + "hash": "d91e986fcb15cbc16205622b05f3efb0" }, { - "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": "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 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": "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-le-depart-de-claude-puel-julien-sable-assurera-l-interim-a-l-as-saint-etienne-507964.html", + "link": "https://www.sofoot.com/om-le-monstre-de-jorge-sampaoli-508235.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-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", @@ -117539,19 +119816,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "00db05024710e09f7d8eddb75b624611" + "hash": "9e52af948d1f833d4dd4552941d69044" }, { - "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": "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…
  • ", "category": "", - "link": "https://www.sofoot.com/accuse-d-agression-sexuelle-pierre-menes-place-en-garde-a-vue-508060.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-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-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", @@ -117559,19 +119837,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4cc25112af14e907561c81034586e014" + "hash": "06a9a1087a98d5aea1b954e767675229" }, { - "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": "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/l-uefa-confirme-le-report-de-tottenham-rennes-508058.html", + "link": "https://www.sofoot.com/lettre-d-adieu-a-lisandro-lopez-508210.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-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", @@ -117579,19 +119858,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "69448bd7a640c56c6cb8e1529861e38c" + "hash": "121253a80078fbc6d02c8a846d9f425f" }, { - "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": "La Roma dispose du Spezia Calcio", + "description": "

    ", + "content": "

    ", "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/la-roma-dispose-du-spezia-calcio-508212.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-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", @@ -117599,19 +119879,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "adbcfafefaa1d1fcb2cb584402bf6db8" + "hash": "eb1a2ab9ca22b599afc9f1f71764f847" }, { - "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": "Toulouse se fait rattraper sur la fin par Rodez", + "description": "

    ", + "content": "

    ", "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/toulouse-se-fait-rattraper-sur-la-fin-par-rodez-508256.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-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", @@ -117619,19 +119900,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0da5c0deb27904f5f10cca9f80d7c81" + "hash": "0c0428bc2f600d90d06d5a441e7f23ea" }, { - "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": "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/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/nicolas-otamendi-benfica-victime-d-un-violent-cambriolage-508253.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-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", @@ -117639,19 +119921,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "29f038e4d3db1ffbff2aa1fd75a4b8d7" + "hash": "a34d3db6153f2374246369d5659b4f3b" }, { - "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": "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/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/covid-19-manchester-united-brentford-pourrait-etre-reporte-508252.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-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", @@ -117659,19 +119942,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "85310614ab7799a155a2cbaec41003fd" + "hash": "e6d01184c531b23e8b46453394cd413f" }, { - "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": "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/jocelyn-gourvennec-on-a-fait-honneur-a-la-ligue-1-508051.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-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-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", @@ -117679,19 +119963,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "51a6ca0ec75cca5b3d9756836ca31434" + "hash": "9a020fa7f4de1b1298a3d8d79de82300" }, { - "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": "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/si-les-personnages-de-one-piece-etaient-des-footballeurs-508035.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-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-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", @@ -117699,19 +119984,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b3e95bbc208c1f5da3978a1e267514b" + "hash": "08896c4db9bc6dfe69bf47b21821e537" }, { - "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": "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/lettre-d-un-supporter-de-l-om-a-steve-mandanda-508029.html", + "link": "https://www.sofoot.com/psg-real-petit-diner-entre-amis-508250.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-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", @@ -117719,19 +120005,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "12cd5be970c0c383901efc531a737197" + "hash": "cc7a781a60949e50eb6b4f0e8eab7039" }, { - "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": "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-atalanta-bergame-villarreal-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507952.html", + "link": "https://www.sofoot.com/ligue-des-champions-le-tirage-au-sort-de-la-honte-508245.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-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", @@ -117739,19 +120026,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0ed4606f7e852cbf42bdf5207befb38" + "hash": "c917a864f668cdbefc669d0e2ea374f4" }, { - "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": "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/le-stade-rennais-denonce-le-manque-de-fair-play-de-tottenham-508050.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-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-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", @@ -117759,19 +120047,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0deac1cd1cbcbc10cde8017085bacb98" + "hash": "a0060c84b492dbe4adb0ba9ddf60b867" }, { - "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": "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/wolfsburg-lille-jonathan-ikone-une-derniere-pour-la-route-508047.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-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-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", @@ -117779,19 +120068,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa93f724dbcb6d3c431beb78c2ec1905" + "hash": "93fd653a203829ba333ec1e6a9627886" }, { - "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": "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/signe-gourvennec-508048.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-08T22:50:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-signe-gourvennec-1639003264_x600_articles-alt-508048.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", @@ -117799,19 +120089,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1e6475016af9b58f482a3afca623f20" + "hash": "9eea527d33950482e82cdfb1157c4bc1" }, { - "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": "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/ce-tout-petit-barca-508049.html", + "link": "https://www.sofoot.com/c1-le-losc-qui-devait-affronter-chelsea-affrontera-finalement-chelsea-508244.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-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", @@ -117819,19 +120110,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3003aeab12fa689d1db166a04f8c29fe" + "hash": "41a930dff75a674df5a247bcb49cb06b" }, { - "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": "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/benjamin-pavard-je-suis-tres-content-pour-lille-508046.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-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-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", @@ -117839,19 +120131,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6acb1947d3e1fa04c6f5b93d173bbaf1" + "hash": "0a56a2a9e9ce3788f6c83707d83c4997" }, { - "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/jocelyn-gourvennec-etait-habite-par-la-qualification-508045.html", + "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/ligue-europa-conference-l-om-affrontera-le-qarabag-fk-508229.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-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", @@ -117859,19 +120152,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ad8b51299a81b6a3126ade1e3f8801e" + "hash": "08696ac621ba78580cdc18b7974c3fe7" }, { - "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": "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/les-notes-de-lille-face-a-wolfsburg-508039.html", + "link": "https://www.sofoot.com/boubacar-kamara-devrait-partir-libre-de-l-om-508231.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-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", @@ -117879,19 +120173,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b21e23b28071e480f3faada834e569d" + "hash": "07cd8123fb23b11af7b94d81331e3555" }, { - "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": "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/tottenham-rennes-n-aura-pas-lieu-jeudi-soir-un-report-ou-un-forfait-envisages-508043.html", + "link": "https://www.sofoot.com/c1-le-tirage-des-huitiemes-annule-et-refait-a-15h-508242.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-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", @@ -117899,19 +120194,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5e936929791dd4bee6a38df25f0aeba" + "hash": "b531c36b9c8ec8d1fc1381612a2173a1" }, { - "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": "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/le-bayern-munich-fesse-et-sort-un-fc-barcelone-sans-reaction-508025.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-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-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", @@ -117919,19 +120215,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d20a075ef1f82fb53e75b30322f2f008" + "hash": "8f74f10a14027ccbda1fe28c265ee23f" }, { - "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": "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/benfica-ecarte-le-dynamo-kiev-et-se-qualifie-pour-les-huitiemes-508013.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-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-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", @@ -117939,19 +120236,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "aef90e50f5d21b512067f0fb4e6692e1" + "hash": "8aeac2189ff5b2ca09b92a4eab489d3f" }, { - "title": "Les Young Boys accrochés par les kids de Manchester United", - "description": "

    ", - "content": "

    ", + "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/les-young-boys-accroches-par-les-kids-de-manchester-united-508034.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-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-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", @@ -117959,19 +120257,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "917f072e29245f1a4c772a6a89ab8590" + "hash": "3c2e692ceadc8f1316dd5b864c1a0b5f" }, { - "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": "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/salzbourg-pousse-seville-dehors-et-se-qualifie-en-huitiemes-508040.html", + "link": "https://www.sofoot.com/le-tirage-au-sort-complet-des-huitiemes-de-c1-508234.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-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", @@ -117979,19 +120278,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e6a8b7e90ac7d9f96be0a46077677dc" + "hash": "9cef22ed55fc1fa243ea652df82c32b0" }, { - "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": "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/lille-roule-sur-wolfsbourg-et-se-qualifie-pour-les-huitiemes-de-la-ligue-des-champions-508021.html", + "link": "https://www.sofoot.com/c1-retrouvailles-psg-united-et-messi-cr7-en-huitiemes-508225.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-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", @@ -117999,19 +120299,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad7a40c20fdd0c17494c0573ba264adf" + "hash": "6aadf396b8b0810dc34c1397634e7ec5" }, { - "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": "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/affaire-ol-om-lyon-sanctionne-d-un-point-match-a-rejouer-a-huis-clos-508042.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-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-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", @@ -118019,19 +120320,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "350f9846f6bf8fcd7942416edf46503a" + "hash": "5ba20ed061493f98d244b37ecb5a2f01" }, { - "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": "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/atalanta-villarreal-reporte-508041.html", + "link": "https://www.sofoot.com/c1-le-losc-defiera-chelsea-en-huitiemes-508227.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-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", @@ -118039,19 +120341,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a53afd89a122d3cf2c2bc4d1e420f7d" + "hash": "106abce7b8197faec0544e5e289e23fd" }, { - "title": "Le Zénith arrache un match nul spectaculaire face à Chelsea", - "description": "

    ", - "content": "

    ", + "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/le-zenith-arrache-un-match-nul-spectaculaire-face-a-chelsea-507966.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-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-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", @@ -118059,19 +120362,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc85196ee60789c192f92cef1d675f4f" + "hash": "d2c93af9189c711b63abf4f8abb0081d" }, { - "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": "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/en-direct-wolfsburg-lille-508038.html", + "link": "https://www.sofoot.com/marlos-quitte-le-shakhtar-donetsk-libre-de-tout-contrat-508228.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-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", @@ -118079,19 +120383,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e0c8aa99c3f590e0b79588298cc3184" + "hash": "4a9e057af1aa12823c40e06b94719d3e" }, { - "title": "La Juventus bat Malmö et termine en tête de son groupe", - "description": "

    ", - "content": "

    ", + "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/la-juventus-bat-malmo-et-termine-en-tete-de-son-groupe-508037.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-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-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", @@ -118099,19 +120404,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f1c5e597839396e50608e9e5bf08cc3" + "hash": "a8912e6b4f34791228d7e1aabae496bd" }, { - "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": "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/en-direct-bayern-munich-barcelone-507970.html", + "link": "https://www.sofoot.com/le-belge-thomas-vermaelen-va-quitter-le-vissel-kobe-508226.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-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", @@ -118119,19 +120425,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "153167a448301d3c628899db78c56e02" + "hash": "f05c669fd348297614a3eeea80e59f51" }, { - "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": "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/le-psg-ecrabouille-kharkiv-grace-a-bachmann-et-huitema-508006.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-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-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", @@ -118139,19 +120446,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c06d602a0b6f71aae2e8b8b45de6dabd" + "hash": "6f53458f78fea03e96c00304c0899e87" }, { - "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": "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/l-ancien-international-francais-jacques-zimako-est-mort-508032.html", + "link": "https://www.sofoot.com/top-10-ciseaux-de-ligue-1-508211.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-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", @@ -118159,19 +120467,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "016d39e5c3b4da435aacb7952117f2ba" + "hash": "99329c8112eb7ba398b2dd933eed99e7" }, { - "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": "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/zltako-dalic-poursuit-l-aventure-a-la-tete-de-la-croatie-508033.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-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-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", @@ -118179,19 +120488,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "34b645ab4c04f490918fb9e92b0bc500" + "hash": "dda338bf98d96a409a1446a9b41f8093" }, { - "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": "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/jorge-sampaoli-marseille-ne-supporte-pas-le-juste-milieu-508030.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-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-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", @@ -118199,19 +120509,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "85e277bb94acf2d132d2c2a6035ef87b" + "hash": "74d5eb651afe9e5d4e4075a137469479" }, { - "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": "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/pele-de-retour-a-l-hopital-pour-traiter-sa-tumeur-508028.html", + "link": "https://www.sofoot.com/gernot-rohr-n-est-plus-le-selectionneur-du-nigeria-508220.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-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", @@ -118219,19 +120530,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c329aed4ffa6c13256a48723de60ae6d" + "hash": "eef02288e0880565eee8bc9bf4213529" }, { - "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": "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/vincent-labrune-la-ligue-1-deviendra-le-championnat-de-slovenie-508027.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-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-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", @@ -118239,19 +120551,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "98164ee25a8510f9a7ff4ac6c0482a69" + "hash": "1cc0d7e49337cf0bcbb8eb401f7b39a0" }, { - "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": "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/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/pronostic-mayence-hertha-berlin-analyse-cotes-et-prono-du-match-de-bundesliga-508218.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-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", @@ -118259,19 +120572,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb01be72e0a48e0b5f94a190c74b9a2f" + "hash": "52d37345fa70fcd49c1e615355fe07f3" }, { - "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": "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/vrsaljko-a-joue-60-minutes-avec-la-machoire-fracturee-508024.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-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-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", @@ -118279,19 +120593,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3003783929ed85349b5cdc30244a76b3" + "hash": "b9d929548a390674ba77a24528189671" }, { - "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": "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/les-supporters-de-benfica-creent-un-site-pour-renvoyer-virtuellement-jorge-jesus-a-flamengo-508023.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-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-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", @@ -118299,19 +120614,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "15be4b9bb472774f4d6601587ed5b133" + "hash": "4e7f2ecbaf731d462c93b25a15653d80" }, { - "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": "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/une-video-montre-qu-au-moins-huit-projectiles-ont-ete-lances-vers-dimitri-payet-508022.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-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-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", @@ -118319,19 +120635,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae6f31fa7ec4b1c35a576c86e49e9015" + "hash": "05d8e63869dc34c6b9b98c9ba56f5281" }, { - "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": "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/l-us-concarneau-se-desespere-de-ne-pas-avoir-de-terrain-synthetique-508020.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-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-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", @@ -118339,19 +120656,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "416aa121504584358eaf8aefa9872ec5" + "hash": "d66a6b81c499ef00876902e0deaa075a" }, { - "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": "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/gonzalo-plata-valladolid-provoque-un-accident-de-voiture-totalement-alcoolise-508019.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-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-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", @@ -118359,19 +120677,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e2be1efff7da6efec79f0c9fc81e357" + "hash": "2e4431e500466bb57286b74e380e2ede" }, { - "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": "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/les-phrases-que-vous-allez-entendre-lors-de-bayern-barca-508004.html", + "link": "https://www.sofoot.com/ces-trois-infos-du-week-end-vont-vous-etonner-508205.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-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", @@ -118379,19 +120698,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c98a1608f16bc6080cc1eab4493b9eb" + "hash": "46f045d310a571ea4b5c4cc1955c4fda" }, { - "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": "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/johan-djourou-j-ai-toujours-fait-le-comedien-a-la-maison-507998.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-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-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", @@ -118399,19 +120719,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3e493cb9e3b580b52e787574a5b7a71" + "hash": "a0cc7b4abe21cc910ababb3847513077" }, { - "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": "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 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": "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/roland-romeyer-ne-comprend-pas-les-reactions-de-quelques-abrutis-508012.html", + "link": "https://www.sofoot.com/kylian-mbappe-2021-l-annee-du-patron-508209.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-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", @@ -118439,19 +120761,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c521bb304e5acbdc0e7904ffc1b16bf" + "hash": "8d268f32a30435dcd505d3035f250227" }, { - "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": "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/pronostic-naples-leicester-analyse-cotes-et-prono-du-match-de-ligue-europa-508017.html", + "link": "https://www.sofoot.com/les-notes-de-paris-monaco-508208.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-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", @@ -118459,19 +120782,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb41866f8faeedd30f518e52c2caa8eb" + "hash": "be60fd3a11449ca69cbc51d1ae68be36" }, { - "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": "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/pronostic-sturm-graz-monaco-analyse-cotes-et-prono-du-match-de-ligue-europa-508016.html", + "link": "https://www.sofoot.com/le-real-met-l-atletico-a-terre-dans-le-derby-508168.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-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", @@ -118479,19 +120803,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3954c0798a859f5cb4fb6b83b4ec86ba" + "hash": "e9f4706fc66d623353efa953088940b3" }, { - "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": "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/pronostic-lyon-glasgow-rangers-analyse-cotes-et-prono-du-match-de-ligue-europa-508014.html", + "link": "https://www.sofoot.com/psg-asm-mbappe-corrige-monaco-508207.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-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", @@ -118499,19 +120824,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e792e03694f0cbf58d0781ab4fb1a116" + "hash": "afae7951a08341941dda0ce6dfd70c4f" }, { - "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": "L'Inter dégomme Cagliari et prend la tête de la Serie A", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/domenico-tedesco-en-pole-pour-diriger-le-rb-leipzig-508011.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-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-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", @@ -118519,19 +120845,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8edd6dc71f83ecfc9549731611d0c35" + "hash": "4e403825eff0c6674ada8da1d008b7cb" }, { - "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": "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/erik-ten-hag-aucune-equipe-n-appreciera-d-etre-tiree-au-sort-contre-l-ajax-508010.html", + "link": "https://www.sofoot.com/en-direct-real-madrid-atletico-madrid-508204.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-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", @@ -118539,19 +120866,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee3c0ac68882ad8eccd28001eb12b689" + "hash": "6445fdbf872ba932f2687732c600c070" }, { - "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": "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/taye-taiwo-trouve-un-nouveau-point-chute-en-finlande-508008.html", + "link": "https://www.sofoot.com/en-direct-psg-monaco-508206.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-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", @@ -118559,19 +120887,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "90cf06c85a9d0cc0cb9a8bb4485cfb21" + "hash": "4ed7b6191526e988135327c09405389e" }, { - "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": "Le Betis corrige la Real Sociedad", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/l-eligue-1-open-de-retour-en-janvier-2022-508009.html", + "link": "https://www.sofoot.com/le-betis-corrige-la-real-sociedad-508203.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-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", @@ -118579,19 +120908,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "284974faa498562e4a6c75daf0e5d5c8" + "hash": "a0488444a2b32467452cace4e6e6354d" }, { - "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": "Empoli surprend le Napoli", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/jordan-lefort-aide-chaque-mois-deux-etudiants-en-precarite-508007.html", + "link": "https://www.sofoot.com/empoli-surprend-le-napoli-508202.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-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", @@ -118599,19 +120929,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7123a5a96ce84da1b56662c098292286" + "hash": "91ba388435c27bb1279ea856d78e520b" }, { - "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": "Francfort fait exploser le Bayer Leverkusen", + "description": "

    ", + "content": "

    ", "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/francfort-fait-exploser-le-bayer-leverkusen-508197.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-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", @@ -118619,19 +120950,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "81b44de1ef0f8cc521d43f0185654584" + "hash": "dd7fa051c19741cb23e934fb4c7e851c" }, { - "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": "Everton retombe dans ses travers à Crystal Palace", + "description": "

    ", + "content": "

    ", "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/everton-retombe-dans-ses-travers-a-crystal-palace-508173.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-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", @@ -118639,19 +120971,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d9a67cbd04d81360bf7edfce8f18cd8" + "hash": "a677fc67294bd4a8a18a2d11015b3c77" }, { - "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": "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/juninho-pourrait-quitter-lyon-des-janvier-508001.html", + "link": "https://www.sofoot.com/marseille-mate-strasbourg-et-repasse-dauphin-du-psg-508199.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-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", @@ -118659,19 +120992,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "103997aa37f327725a1c0d2f6eba23f5" + "hash": "6982d5c1a9dfb9e09465731be35dd203" }, { - "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": "Osasuna et le Barça se neutralisent", + "description": "

    ", + "content": "

    ", "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/osasuna-et-le-barca-se-neutralisent-508198.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-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", @@ -118679,19 +121013,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "71e106e6eb889e393f5b2ba4f1ab5ce5" + "hash": "77be041a6e641c4e4bd8e9b54cccd51e" }, { - "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": "Le Standard bat Antwerp au milieu des bagarres", + "description": "

    ", + "content": "

    ", "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/le-standard-bat-antwerp-au-milieu-des-bagarres-508196.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-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", @@ -118699,19 +121034,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf2c27aa133f7158e0a0add31f404379" + "hash": "99ca00ebd25d5be046d556c3dfda2d17" }, { - "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": "Leicester enfonce Newcastle, pas de buts entre Burnley et West Ham", + "description": "

    ", + "content": "

    ", "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/leicester-enfonce-newcastle-pas-de-buts-entre-burnley-et-west-ham-508193.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-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", @@ -118719,19 +121055,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c892b28694ceeb2e27c3030689cfa21d" + "hash": "4b351c80db6dd1e82593cbf6bb755d4e" }, { - "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": "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/psg-on-se-dit-rendez-vous-en-fevrier-507997.html", + "link": "https://www.sofoot.com/nice-se-relance-a-rennes-508185.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-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", @@ -118739,19 +121076,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f80639f3550b29c2b1dd399f3337da90" + "hash": "8286204018d1869ccff6217fc496fe9e" }, { - "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\t", + "content": "

    ", "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/clermont-surprend-angers-508191.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-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", @@ -118759,19 +121097,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0192c554653d2ea8cded60c9cf5e2f52" + "hash": "126bbde43bb05d6f7785fc00471d921a" }, { - "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": "Metz harponne Lorient", + "description": "Les Grenats sortent de la zone rouge et y laissent Lorient.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/griezmann-le-chevalier-blanc-de-l-atletico-508000.html", + "link": "https://www.sofoot.com/metz-harponne-lorient-508165.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-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", @@ -118779,19 +121118,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6d50f6efe0966dc2ca5482f747a8575" + "hash": "045b79f474fc9ae4d842291b44a5f3f0" }, { - "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": "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/oui-cet-ajax-c-est-du-serieux-507999.html", + "link": "https://www.sofoot.com/bordeaux-renoue-avec-la-victoire-a-troyes-508190.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-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", @@ -118799,19 +121139,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "64e7657810cd5978aedd9f6f68af3fa7" + "hash": "94454a6337077dc1d592a815ab4b6a50" }, { - "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": "L'Atalanta enchaîne contre le Hellas Vérone", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/les-notes-de-l-episode-14-de-koh-lanta-la-legende-507975.html", + "link": "https://www.sofoot.com/l-atalanta-enchaine-contre-le-hellas-verone-508171.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-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", @@ -118819,19 +121160,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "73e0af9e4f0d42892cb93f8c08847488" + "hash": "676be5d82d4934c2d198e90d6957cb4e" }, { - "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": "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/l-atletico-prend-la-route-des-huitiemes-507992.html", + "link": "https://www.sofoot.com/en-direct-strasbourg-marseille-508195.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-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", @@ -118839,19 +121181,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "87504188ff8c0b6473e9f2ac11d14b58" + "hash": "8e09f2dc3c542aee12f377b8b9b0c444" }, { - "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": "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/le-real-madrid-assure-la-premiere-place-le-sheriff-tient-le-shakhtar-en-echec-507995.html", + "link": "https://www.sofoot.com/dario-cvitanich-fait-egalement-ses-adieux-au-racing-508194.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-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", @@ -118859,19 +121202,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b11a8188e2fe53afa6ead702909ffced" + "hash": "5d1640936d56b3080e0a235b37bd51eb" }, { - "title": "Liverpool brise le rêve du Milan", - "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/liverpool-brise-le-reve-du-milan-507982.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-07T22:02:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-liverpool-brise-le-reve-du-milan-1638914883_x600_articles-507982.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", @@ -118879,19 +121223,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc081e3de073c8a9be86fc356466e7d9" + "hash": "0ff9428a59abbe2cbf61bf224b210380" }, { - "title": "Carton plein pour l'Ajax, Dortmund termine sur une très bonne note", - "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/carton-plein-pour-l-ajax-dortmund-termine-sur-une-tres-bonne-note-507978.html", + "link": "https://www.sofoot.com/pascal-dupraz-plus-que-jamais-vers-l-asse-508189.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-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", @@ -118899,19 +121244,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "92ee09a59b30ef5830e2c9fd74562f2a" + "hash": "36592745d910d895f5748db0723c6dfd" }, { - "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": "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/kylian-mbappe-the-last-dance-507996.html", + "link": "https://www.sofoot.com/le-losc-bute-sur-lyon-508182.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-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", @@ -118919,19 +121265,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "98cbf7eae5625ec541117d8053c7254f" + "hash": "fa6606d9fe259017e9c9ac05bd937101" }, { - "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": "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/paris-se-reveille-et-devore-bruges-507988.html", + "link": "https://www.sofoot.com/guinee-kaba-diawara-sera-le-selectionneur-pour-la-can-508186.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-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", @@ -118939,19 +121286,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a08a663d8897a022592303bf40cf2930" + "hash": "f0c00a9b9391c4597700e3fcd1591cc0" }, { - "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": "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/en-direct-koh-lanta-la-legende-episode-14-507987.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-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-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", @@ -118959,19 +121307,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7cb11ede7c48c5e423dc11b008edf36f" + "hash": "1ed7cff299fbc8f56724230cbe5890fe" }, { - "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": "Lyon et Paris continuent leur course-poursuite", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/diallo-j-avais-faim-de-ballon-507994.html", + "link": "https://www.sofoot.com/lyon-et-paris-continuent-leur-course-poursuite-508181.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-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", @@ -118979,19 +121328,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4eafd70a6c7e25556e1bec77fa199102" + "hash": "6c39ec02f4e984e77108ac9d338b7f7f" }, { - "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": "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/les-notes-de-paris-face-a-bruges-507991.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-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-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", @@ -118999,19 +121349,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb76ce72e598166bd570d5f66cdb8517" + "hash": "f30a6570221f498ffa7f172a80e68edd" }, { - "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": "Le Zénith et le Dinamo Moscou se quittent bons amis", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-ac-milan-liverpool-507990.html", + "link": "https://www.sofoot.com/le-zenith-et-le-dinamo-moscou-se-quittent-bons-amis-508167.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-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", @@ -119019,19 +121370,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5686776da6e76c6cc30c439b5d4c8186" + "hash": "6de451f916b7571f1c5ee8cdb21990a6" }, { - "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": "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/en-direct-real-madrid-inter-milan-507969.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-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-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", @@ -119039,19 +121391,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "553f0f1ce92f0ff96037bb88d2ce6dba" + "hash": "b3f50ee23d14b0d028e4fd8767980f02" }, { - "title": "Leipzig fait tomber Manchester City et file en C3", - "description": "

    ", - "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/leipzig-fait-tomber-manchester-city-et-file-en-c3-507967.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-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-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", @@ -119059,19 +121412,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "313e5253db2dd37dd26ea7a824561acc" + "hash": "280a44d01bbfbd9e727b5d68b1d65e74" }, { - "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": "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/mbappe-c-etait-beaucoup-mieux-mais-on-peut-encore-s-ameliorer-507993.html", + "link": "https://www.sofoot.com/en-direct-lille-lyon-508179.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-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", @@ -119079,19 +121433,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0a172601fe374aa014199a094cc00b4" + "hash": "26cdb3ecba7c4104bf29997be6009191" }, { - "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": "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/deux-supporters-du-sc-bastia-condamnes-a-de-la-prison-ferme-pour-maniement-d-engins-explosifs-507983.html", + "link": "https://www.sofoot.com/thuram-certains-entraineurs-racontent-n-importe-quoi-croyez-moi-508178.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-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", @@ -119099,19 +121454,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "66e7e5bbdb024c64a5bc81bd35946152" + "hash": "c66f5cad6ea62947f129cc4599e29c74" }, { - "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": "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/en-direct-psg-bruges-507986.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-07T17:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-psg-bruges-1638898337_x600_articles-507986.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", @@ -119119,19 +121475,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "53c9f8b6cedd3247b85dde9e3d5f00c1" + "hash": "272a6cfb47fcc82a65651349b305e613" }, { - "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": "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/jose-fonte-si-on-joue-pour-faire-match-nul-on-sera-tres-proche-de-perdre-507985.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-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-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", @@ -119139,19 +121496,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3dd9842c3273e7f7e71ffbff1b5a344d" + "hash": "729535ae3abbe276724c4ac15f7fe930" }, { - "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": "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/des-equipements-sigles-psg-en-vente-sur-la-boutique-de-l-om-507981.html", + "link": "https://www.sofoot.com/joey-barton-qui-veut-etre-arbitre-508175.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-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", @@ -119159,19 +121517,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "09b682f035e7003e099239ed3a4d9ad6" + "hash": "5ac1254bba0e3dda6e973c3852909dd5" }, { - "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": "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/stanley-nsoki-avant-psg-bruges-leonardo-ne-voulait-pas-me-vendre-507980.html", + "link": "https://www.sofoot.com/new-york-city-remporte-la-mls-aux-tirs-au-but-508174.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-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", @@ -119179,19 +121538,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "854d271a0de89cf32c24b3f1177ea4e1" + "hash": "d540971296eb4c4b013debf32360248c" }, { - "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": "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/allan-saint-maximin-offre-une-montre-a-un-supporter-de-newcastle-507979.html", + "link": "https://www.sofoot.com/l-incroyable-but-de-youcef-belaili-face-au-maroc-508170.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-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", @@ -119199,19 +121559,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b84fc6cdc232e34ead67d7710048a50e" + "hash": "287bbd946cc4e7725843baaf56fd05c9" }, { - "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": "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/le-collectif-ultras-paris-organise-une-collecte-de-jouets-avant-psg-bruges-507977.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-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-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", @@ -119219,19 +121580,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "57b39bb0c98b8e6696dcb9fd063f621f" + "hash": "cc847bb2ae42a707b2c7f82f0f9fdd8d" }, { - "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": "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/la-francaise-stephanie-frappart-elue-meilleure-femme-arbitre-du-monde-pour-la-troisieme-annee-de-suite-507974.html", + "link": "https://www.sofoot.com/thibaut-courtois-l-assurance-tous-risques-508162.html", "creator": "SO FOOT", - "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", + "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", @@ -119239,19 +121601,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca1258c99ffbe834471f30c5ca9d7970" + "hash": "edd35f4014a65324d3796d69cc8108e8" }, { - "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…

    ", + "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/apres-borussia-dortmund-bayern-40-000-euros-d-amende-pour-jude-bellingham-pour-conduite-antisportive-507973.html", + "link": "https://www.sofoot.com/mais-ou-es-tu-passe-pape-matar-sarr-508138.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-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", @@ -119259,19 +121622,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c26ec95c262a9cd1cf0395329aa13c4" + "hash": "ed790e98b395b8cb83fb24cd6fc0ecb2" }, { - "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, 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/l-atletico-de-madrid-et-le-choix-de-l-embarras-507947.html", + "link": "https://www.sofoot.com/alexander-djiku-les-maths-m-ont-appris-a-etre-rigoureux-508122.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-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", @@ -119279,19 +121643,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "59519074c5bacc43562581f596b7a93a" + "hash": "2e66fc7a4c7f1350b8bfaa35b8f31d62" }, { - "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": "Séville assure le minimum face à l'Athletic", + "description": "

    ", + "content": "

    ", "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/seville-assure-le-minimum-face-a-l-athletic-508169.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-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", @@ -119299,19 +121664,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f1a17e6a9d5a65d765d2741e1167254" + "hash": "ed578cce0f9a4818a25faf7c65f64700" }, { - "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": "Reims enfonce encore un peu plus Saint-Étienne", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/aulas-la-menace-507962.html", + "link": "https://www.sofoot.com/reims-enfonce-encore-un-peu-plus-saint-etienne-508164.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-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", @@ -119319,19 +121685,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d2230340c38a06138b2e7a6e9a38d00" + "hash": "e8e49692d15a8d9dc6856a274b872aa2" }, { - "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": "Zlatan Ibrahimović offre le nul au buzzer à l'AC Milan contre Udinese", + "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/zlatan-ibrahimovic-offre-le-nul-au-buzzer-a-l-ac-milan-contre-udinese-508166.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-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", @@ -119339,19 +121706,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fea0bda7c0f8e9cc5ea00f641894756f" + "hash": "0775ae62ca78f3dda51d85cd81e51aec" }, { - "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": "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/jonathan-ikone-lille-victime-d-un-cambriolage-a-son-domicile-507963.html", + "link": "https://www.sofoot.com/paris-et-auxerre-font-la-bonne-operation-nancy-creuse-encore-508159.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-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", @@ -119359,19 +121727,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "147ad1c3288cdb64ff5d94d2133e1f90" + "hash": "8b771e55022e5ac47723ac7efd40d648" }, { - "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": "Manchester United s'arrache à Norwich", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/l-es-cannet-rocheville-accueillera-l-om-au-velodrome-507960.html", + "link": "https://www.sofoot.com/manchester-united-s-arrache-a-norwich-508163.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-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", @@ -119379,19 +121748,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4abbd06e9b6fda9282469f6747670e0" + "hash": "3f88ee2600e6add03ccc88a6d60e1bd8" }, { - "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": "La Juventus accrochée à Venise", + "description": "

    ", + "content": "

    ", "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/la-juventus-accrochee-a-venise-508161.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-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", @@ -119399,19 +121769,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0386be3f2eaa6619c564dcae4ac75ff" + "hash": "26f5a1843111c91dbe39738ecc679eea" }, { - "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": "Montpellier coule Brest et met fin à sa série", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/tottenham-decime-par-la-covid-19-avant-la-reception-de-rennes-507957.html", + "link": "https://www.sofoot.com/montpellier-coule-brest-et-met-fin-a-sa-serie-508157.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-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", @@ -119419,19 +121790,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d23fbc7bb952a29dd63e2deee46d87b9" + "hash": "6e16b9a5a60f468d81d22294f34069ff" }, { - "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": "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/le-best-of-des-buts-amateurs-du-week-end-des-4-et-5-decembre-2021-507939.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-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-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", @@ -119439,19 +121811,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec6904f7d369c5dd1d615f016e0c9c87" + "hash": "38f77c1f1773658e19221afeee67a8be" }, { - "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": "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/pronostic-salzbourg-seville-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507958.html", + "link": "https://www.sofoot.com/liverpool-et-chelsea-souffrent-mais-s-accrochent-a-city-508139.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-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", @@ -119459,19 +121832,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc981e5b72bbc5365e389f67dc8ebe0b" + "hash": "2a3813b3066d348e7e4538d1ba8f3eee" }, { - "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": "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/aminata-diallo-et-kheira-hamraoui-psg-de-retour-a-l-entrainement-collectif-507955.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-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-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", @@ -119479,19 +121853,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7fc0809fb551de9db8a4bb669a9db36" + "hash": "5496b99082844ba5a954136c02895db2" }, { - "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": "La Fiorentina roule sur Salerne", + "description": "

    ", + "content": "

    ", "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/la-fiorentina-roule-sur-salerne-508154.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-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", @@ -119499,19 +121874,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd2e5450086b55d228f76be9d3e863ce" + "hash": "5d26a09dce754dd4d3e1b9e301cfe198" }, { - "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": "Ajaccio crucifie Le Havre et prend la tête", + "description": "

    ", + "content": "

    ", "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/ajaccio-crucifie-le-havre-et-prend-la-tete-508155.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-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", @@ -119519,19 +121895,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ef2149f73dce0dfbd0b4af9e9ff0000" + "hash": "e00086c71caa161ad4324eab6fbad84d" }, { - "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": "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/pronostic-bayern-munich-barcelone-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507953.html", + "link": "https://www.sofoot.com/thuram-certains-entraineurs-racontent-n-importe-quoi-croyez-moi-508178.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-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", @@ -119539,19 +121916,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5147c32e2daf4b194c3da57806412bf" + "hash": "9d1616866afd3b2a82a38ce071362db5" }, { - "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": "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/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/samuel-eto-o-elu-president-de-la-federation-camerounaise-508158.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-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", @@ -119559,19 +121937,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0a3421807519d419c9b3bda105b5dc2" + "hash": "e3b4c1b827b925784175f0f346ab75df" }, { - "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": "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/ol-om-ruddy-buquet-raconte-les-menaces-de-jean-michel-aulas-pour-que-le-match-reprenne-507949.html", + "link": "https://www.sofoot.com/sardar-azmoun-serait-d-accord-pour-rejoindre-l-ol-508156.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-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", @@ -119579,19 +121958,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c9ae5c2d75fbd0b5c5ab86af91a988c" + "hash": "cbc6af141ae62669b57d358f417fcb03" }, { - "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": "Service minimum pour Manchester City face à Wolverhampton", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/willy-caballero-sans-club-rejoint-southampton-pour-un-mois-507948.html", + "link": "https://www.sofoot.com/service-minimum-pour-manchester-city-face-a-wolverhampton-508143.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-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", @@ -119599,19 +121979,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f056697603bc32129119111b768e22cf" + "hash": "a6de232ccd2779869f8f2a2ffc0bf537" }, { - "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": "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-psg-bruges-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507932.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-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-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", @@ -119619,19 +122000,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a650647386e4df7e29a860b36f5eee63" + "hash": "2014ab9243c91e0dbe9508dd6b38d900" }, { - "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": "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/paris-saint-germain-le-jeu-c-est-maintenant-507946.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-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-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", @@ -119639,19 +122021,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "08f10534a429b75f67f94a41cff9d655" + "hash": "2a8de30dfbbd91a09ef6e7ecb56be3b2" }, { - "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": "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/pierre-kalulu-on-ne-m-a-jamais-forme-a-etre-defenseur-507940.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-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-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", @@ -119659,19 +122042,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "abd34ac7a460e0734ff548aff6aa8d33" + "hash": "5ce7f3bbd6f531e1b1ce7253c1e29069" }, { - "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": "\"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/vinicius-junior-si-senor-507927.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-07T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-vinicius-junior-si-senor-1638790181_x600_articles-alt-507927.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", @@ -119679,19 +122063,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2866dd5f3491d50e33e83b836a2f13e2" + "hash": "350dfd2cb85af8f1be116ebaaea7f60c" }, { - "title": "Everton scalpe Arsenal et renoue avec la victoire", - "description": "

    ", - "content": "

    ", + "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/everton-scalpe-arsenal-et-renoue-avec-la-victoire-507921.html", + "link": "https://www.sofoot.com/covid-19-a-renac-une-soiree-tartiflette-provoque-un-cluster-508149.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-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", @@ -119699,39 +122084,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "b01230ad0fe59f404294d12fec9a85e2" + "hash": "d689b91ee7b363de78990d2aa5aba994" }, { - "title": "Niort fait chuter le leader Toulouse", - "description": "

    ", - "content": "

    ", + "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/niort-fait-chuter-le-leader-toulouse-507920.html", + "link": "https://www.sofoot.com/tottenham-rennes-definitivement-annule-508148.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-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", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ffc1701e71929f9e9ca9017279e47d1d" + "hash": "0622ea22df54a2ff6a0da9fb2138370f" }, { - "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": "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/andres-iniesta-dans-le-onze-type-de-la-saison-au-japon-507945.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-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-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", @@ -119739,19 +122126,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f12044daa1cd517ee672914633d64a2f" + "hash": "d6aa4e8804c7099a7592ba8bd8d90f65" }, { - "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": "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/la-can-pourrait-etre-delocalisee-au-qatar-507944.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-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-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", @@ -119759,19 +122147,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfe2f32dc419266364b721b416d2984d" + "hash": "3d1d86ef0e9565188752042c2d69820a" }, { - "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": "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/nathalie-boy-de-la-tour-rejoint-le-conseil-d-administration-du-rc-lens-507943.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-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-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", @@ -119779,19 +122168,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1ca370eb62d7fa99869354e55d2a6f3" + "hash": "7e4c833fab312aac2c83996a201018e8" }, { - "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": "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/une-incroyable-serie-sans-succes-pour-levante-507942.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-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-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", @@ -119799,19 +122189,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5a9108868a21645fe00c27bdb3baa71" + "hash": "67580074ed8d167dc2e67cc393b83abf" }, { - "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": "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/place-en-detention-massimo-ferrero-quitte-la-presidence-de-la-sampdoria-507941.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-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-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", @@ -119819,19 +122210,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3176e60bb96491e2777b88a185805477" + "hash": "54a6526f80cac09a22bb5d5ec2ff281c" }, { - "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": "É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/le-cannet-ne-sait-pas-comment-il-va-accueillir-l-om-507938.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-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-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", @@ -119839,19 +122231,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "631d5da6c52f3fa69b5f0a619e5f30da" + "hash": "b87b4f5ae859d5efa6d667348daa8e92" }, { - "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 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/affaire-de-la-sextape-karim-zenati-fait-aussi-appel-507937.html", + "link": "https://www.sofoot.com/le-fc-nantes-retourne-le-rc-lens-en-beaute-508142.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-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", @@ -119859,19 +122252,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "707b40dd5b43034377ce2eee3da786d0" + "hash": "becf5af0419ce334001368449d9c0837" }, { - "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": "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/lukas-podolski-etend-son-empire-du-kebab-507936.html", + "link": "https://www.sofoot.com/en-direct-nantes-lens-508141.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-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", @@ -119879,19 +122273,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4a7ff941b024c7c0a7c7cce87cf3295" + "hash": "e0d988ad9578fad10ebfa9dc25669b47" }, { - "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": "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/faivre-matazo-et-beye-donnent-pour-le-telethon-507935.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-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-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", @@ -119899,59 +122294,62 @@ "favorite": false, "created": false, "tags": [], - "hash": "39b221e120b97425666d9405c26283e3" + "hash": "bf3e95ffc71456e36aae59b8c5374c3b" }, { - "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": "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/joey-barton-relaxe-par-la-justice-anglaise-507934.html", + "link": "https://www.sofoot.com/colombie-un-joueur-aide-l-arbitre-a-mettre-un-carton-508136.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-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": "a6123d4600a22456298fefbd494a75b7" + "hash": "946a667d2830c9b4287fc25dc82a8cd7" }, { - "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": "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/sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-15-507933.html", + "link": "https://www.sofoot.com/la-federation-espagnole-se-paye-javier-tebas-508135.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-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": "e8ad82965f512fe98999e7b351361410" + "hash": "235021f59fab0032a1fa25be39291a4c" }, { - "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": "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/et-si-l-inter-ne-s-etait-pas-affaiblie-507897.html", + "link": "https://www.sofoot.com/la-finale-de-la-coupe-de-france-feminine-a-dijon-508134.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-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", @@ -119959,19 +122357,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4d45746178e01ad06f7fddcf9937181" + "hash": "d5fc06635f1dacc30913a4606a739b3f" }, { - "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": "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/top-7-on-a-tous-cru-a-ces-faux-buts-507890.html", + "link": "https://www.sofoot.com/tottenham-brighton-reporte-508133.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-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", @@ -119979,19 +122378,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "747f4a7ea05eeac1292bdf3387f891f3" + "hash": "c1a499f5b8267191b8d93d5f7019a920" }, { - "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 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/troms-c3-b8-lance-un-maillot-qr-code-qui-denonce-le-qatar-507931.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-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-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", @@ -119999,19 +122399,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "af0337d99a3b034b2f8b82c5ded77dd6" + "hash": "746fbc3c213d3599c80c182abdfaa988" }, { - "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 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/pronostic-shakhtar-donetsk-sheriff-tiraspol-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507929.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-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-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", @@ -120019,19 +122420,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "145285f6a7302bc24ea4a0931bc89887" + "hash": "a4cab24eaa45c613f260884aac3552a5" }, { - "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": "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/les-supporters-des-rangers-interdits-de-deplacement-a-lyon-a-3-jours-du-match-507959.html", + "link": "https://www.sofoot.com/anthony-martial-veut-quitter-manchester-united-selon-son-agent-508130.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-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", @@ -120039,19 +122441,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "35abe3e351fbd25d15ea537f3e4e6e59" + "hash": "8e69295f8f10b85727739c8944f31e12" }, { - "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 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/le-standard-de-liege-va-fermer-une-partie-de-ses-tribunes-apres-les-debordements-contre-charleroi-507930.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-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-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", @@ -120059,39 +122462,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b60a03a6f02f94b724064457c40eb25" + "hash": "564dcdbecc59d098cb2ab1a913881c21" }, { - "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 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/pronostic-borussia-dortmund-besiktas-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507928.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-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-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": "cc6a8f990d5b4b322c868a1143e7e6e4" + "hash": "b0f3891086c40a83a6b0cc40935ceb95" }, { - "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": "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/pronostic-milan-ac-liverpool-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507926.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-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-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", @@ -120099,19 +122504,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "760af34307dbf48c6d639a35161d3222" + "hash": "d3bfc5291041da0bacb131d6188e5d0c" }, { - "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": "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/javier-tebas-charge-florentino-perez-au-sujet-des-accords-commerciaux-de-la-liga-507925.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-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-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", @@ -120119,19 +122525,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5458c016565882a963d61373a8f3c8c3" + "hash": "549ea1589389df14a0b58f3beaba7c63" }, { - "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": "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/d-apres-le-cies-moussa-diaby-et-kylian-mbappe-ont-actuellement-la-meme-valeur-marchande-507923.html", + "link": "https://www.sofoot.com/francois-hollande-a-assiste-a-un-entrainement-du-clermont-foot-508125.html", "creator": "SO FOOT", - "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", + "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", @@ -120139,19 +122546,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "221400dcb4dd6ce67443646982b8eb06" + "hash": "479ca7df0a1a3964febeed7de65db792" }, { - "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…
    ", + "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/pronostic-ajax-sporting-lisbonne-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507924.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-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-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", @@ -120159,19 +122567,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d949b4b8919dc535a0ffe34177276823" + "hash": "829d3e12137e69e891f4278c371ab927" }, { - "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": "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/lucas-hernandez-la-premiere-annee-et-demie-au-bayern-a-ete-la-pire-periode-de-ma-carriere-507922.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-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-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", @@ -120179,19 +122588,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7cdfd5006c2a4f111e6b66ee3d522ab2" + "hash": "cd6ac06b57c8e0de4592a6b2493b96c8" }, { - "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 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/loic-perrin-rejoint-la-direction-de-l-asse-507918.html", + "link": "https://www.sofoot.com/le-rapport-accablant-pour-le-centre-de-formation-de-nimes-508119.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-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", @@ -120199,19 +122609,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b27315d04cc0e282589b9394f423ce84" + "hash": "335be200f0df8a6da8affad2721b7ab1" }, { - "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": "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/anthony-lopes-douziemes-c-est-inadmissible-quand-on-est-l-ol-507917.html", + "link": "https://www.sofoot.com/rennes-qui-se-cache-derriere-martin-terrier-508105.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-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", @@ -120219,19 +122630,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8756359b7684ae66a81f0fdb53a5d252" + "hash": "a13e8c7bfae77c780ef8a431ef7067c5" }, { - "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": "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/new-york-city-rejoint-portland-en-finale-de-la-mls-507913.html", + "link": "https://www.sofoot.com/peter-bosz-c-est-marseille-qui-a-refuse-de-jouer-508120.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-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", @@ -120239,19 +122651,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad384f877f49abc8caaee66662410725" + "hash": "f6d13623757e3eef93b16c3f27cc7a99" }, { - "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": "\"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-porto-atletico-madrid-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507916.html", + "link": "https://www.sofoot.com/devant-steven-gerrard-je-ne-faisais-qu-ecouter-en-souriant-508094.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-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", @@ -120259,19 +122672,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c300db1e1c623d4b2bc97e69be5fe40" + "hash": "385c869c12658be31cb4b3ffbcab2fae" }, { - "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": "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/mo-salah-met-la-pression-sur-le-club-pour-sa-prolongation-507915.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-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-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", @@ -120279,19 +122693,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9598b32d4659ab24b7742a0e067b2927" + "hash": "3e43dfed03d4fcf19584597f328144df" }, { - "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": "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/bosz-a-mon-avis-ca-n-a-rien-a-voir-avec-le-systeme-507919.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-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-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", @@ -120299,19 +122714,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "769c77f0baba041c792e13b0694a9c0f" + "hash": "f0ee758cc0001753efd0a27cc48dfbee" }, { - "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": "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-leipzig-manchester-city-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507914.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-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-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", @@ -120319,19 +122735,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c03483644fe0e34016522915ff01337" + "hash": "3cad7b2e4f8cb0ea49bc8cd9f79aa137" }, { - "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": "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/le-derby-entre-charleroi-et-le-standard-definitivement-interrompu-507912.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-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-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", @@ -120339,19 +122756,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "572430b5fb3f2c829efece28aff69ae6" + "hash": "903ecf7887a4f0616492580f9eabc3cb" }, { - "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": "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-real-madrid-inter-milan-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507911.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-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-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", @@ -120359,19 +122777,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c63a4497b507aaa0312e7c0c2c1d0fb" + "hash": "7bdf82dc8f8e5d2cf4dbbf1d6802cafe" }, { - "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": "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/antonetti-se-paye-ibrahima-niane-507910.html", + "link": "https://www.sofoot.com/lucas-digne-aurait-eu-une-altercation-avec-rafael-benitez-508116.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-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", @@ -120379,19 +122798,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "96896e4187c41327944b16950c4f736d" + "hash": "14c49684bb3478b73baf4f65deea7117" }, { - "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": "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/l-universidad-sauvee-par-trois-buts-dans-les-dix-dernieres-minutes-507908.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-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-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", @@ -120399,19 +122819,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d77d1b69f08cffb73da958648e2a5d3" + "hash": "3a0d63a9cc63505f5c2980b945f75d22" }, { - "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": "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/euromillions-mardi-7-decembre-2021-143-millions-d-e-a-gagner-507907.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-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-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", @@ -120419,19 +122840,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "13ceecc07a30fe3d79671480ae1af1e3" + "hash": "f834be954fee521ce3d19d546555faec" }, { - "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": "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/claude-puel-vert-trop-solitaire-507906.html", + "link": "https://www.sofoot.com/liverpool-et-chelsea-souffrent-mais-s-accrochent-a-city-508139.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-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", @@ -120439,19 +122861,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b30aae2ad042d78f56b2c76e60ee079e" + "hash": "d59023557f5bab5b65cd479f79d78535" }, { - "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": "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/ces-trois-infos-du-week-end-vont-vous-etonner-507903.html", + "link": "https://www.sofoot.com/gremio-et-douglas-costa-relegues-en-d2-bresilienne-508108.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-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", @@ -120459,19 +122882,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8119f3cd7a361eb1bcff6b9d27c1ab0b" + "hash": "6dae8be334b5075b2e91b1f172048d15" }, { - "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": "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/brest-a-le-vent-dans-le-dos-507900.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-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-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", @@ -120479,19 +122903,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e9881904411df5e00100cd510634047" + "hash": "6e334c1c116e222301fc539e01ce9665" }, { - "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": "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/so-foot-192-507663.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-06T04:03:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-so-foot-192-1638268538_x600_articles-alt-507663.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", @@ -120499,19 +122924,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8689692561c928ec0187a854964d5c0" + "hash": "dd98288414aa3f06053ffd7c6891c627" }, { - "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": "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/les-notes-de-bordeaux-lyon-507905.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-05T22:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-notes-de-bordeaux-lyon-1638741154_x600_articles-alt-507905.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", @@ -120519,19 +122945,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8f01bdf7bd44952d52ae223eed64d63" + "hash": "a98d80c65336bce5cb383bd17a3bd027" }, { - "title": "La Juventus vient à bout du Genoa malgré un énorme Sirigu", - "description": "

    ", - "content": "

    ", + "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/la-juventus-vient-a-bout-du-genoa-malgre-un-enorme-sirigu-507868.html", + "link": "https://www.sofoot.com/brendan-rodgers-avoue-ne-pas-connaitre-la-conference-league-508103.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-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", @@ -120539,19 +122966,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd38e48be02b3e8702b83fb851287bd1" + "hash": "7c4c25ab5ce776f22b9cc2824b2e431c" }, { - "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": "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/bordeaux-et-lyon-se-quittent-dos-a-dos-507858.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-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-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", @@ -120559,19 +122987,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d42e79bb1ef6b0d3b37250d65b0e74f" + "hash": "2d2a373af2bf11949192caf5dcf3b729" }, { - "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": "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/en-direct-bordeaux-lyon-507904.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-05T19:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-bordeaux-lyon-1638732761_x600_articles-alt-507904.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", @@ -120579,19 +123008,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "30bf643e14c700e139b7eb6a1080090c" + "hash": "4b75e10fbc36d32c5933a8ea803add6b" }, { - "title": "Aston Villa maîtrise Leicester", - "description": "

    ", - "content": "

    ", + "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/aston-villa-maitrise-leicester-507857.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-05T18:35:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-aston-villa-maitrise-leicester-1638730076_x600_articles-507857.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", @@ -120599,19 +123029,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb80a63627b4312a04b53b1211cd0bd3" + "hash": "e99dac0223a6d1c9eab880d81d73d3a6" }, { - "title": "Fribourg atomise Gladbach", - "description": "

    ", - "content": "

    ", + "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/fribourg-atomise-gladbach-507864.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-05T18:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-fribourg-atomise-gladbach-1638729047_x600_articles-507864.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", @@ -120619,19 +123050,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1782843bf86237b8ba8c2d5ca98e5f40" + "hash": "01fe8a2bf7bf9ea0292038c3b6021b28" }, { - "title": "Nice se troue contre Strasbourg", - "description": "

    ", - "content": "

    ", + "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/nice-se-troue-contre-strasbourg-507901.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-05T17:57:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-nice-se-troue-contre-strasbourg-1638727546_x600_articles-507901.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", @@ -120639,19 +123071,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7443d9e0f9540a610d655ee043b4fb0f" + "hash": "ac8e2de4adda7b41845f1665e7ba28c9" }, { - "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": "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/claude-puel-mis-a-pied-apres-la-gifle-recue-contre-rennes-507902.html", + "link": "https://www.sofoot.com/javier-mascherano-nomme-entraineur-de-l-equipe-d-argentine-u20-508088.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-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", @@ -120659,19 +123092,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c45ba8ebd77667fd8b987f56e86960e" + "hash": "3f49df8e507a581ff9c16098c18d5e37" }, { - "title": "Angers retrouve la victoire à Reims ", - "description": "La dalle angevine est de retour !

    ", - "content": "

    ", + "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/angers-retrouve-la-victoire-a-reims-507896.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-05T16:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-angers-retrouve-la-victoire-a-reims-1638720093_x600_articles-507896.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", @@ -120679,19 +123113,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2dd4524297d5403a159cbedccc9b03f0" + "hash": "bea2bd1209d7c1e463b99b0b4f7dc7fa" }, { - "title": "Nantes vole trois points à Lorient", - "description": "Les Canaris n'ont pas vu le ballon mais ont mangé les Merlus.

    ", - "content": "

    ", + "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/nantes-vole-trois-points-a-lorient-507895.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-05T16:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-nantes-vole-trois-points-a-lorient-1638722713_x600_articles-507895.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", @@ -120699,19 +123134,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "23fd817f6e3701c20f3c59571d6dacd1" + "hash": "43062db3957decf695362a3155fe040f" }, { - "title": "Tottenham écarte facilement Norwich, Leeds frustre Brentford", - "description": "

    ", - "content": "

    ", + "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/tottenham-ecarte-facilement-norwich-leeds-frustre-brentford-507867.html", + "link": "https://www.sofoot.com/walter-benitez-a-ete-naturalise-francais-508096.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-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", @@ -120719,17 +123155,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e12104bab9cf6b0fa960d647e47be7d" + "hash": "d44e07fea230b2925cf6c6dd1a9f375f" }, { - "title": "Manchester United s'impose de peu contre Crystal Palace", - "description": "

    ", - "content": "

    ", + "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/manchester-united-s-impose-de-peu-contre-crystal-palace-507886.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-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-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", @@ -120739,17 +123175,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1daeac0e619e1cfe0d447e2caeb3b38" + "hash": "946d1a62c9e95fbe78fa32c63177bd70" }, { - "title": "Monaco puissance quatre contre Metz", - "description": "La couleur préférée de l'ASM ? Le Grenat.

    ", - "content": "

    ", + "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/monaco-puissance-quatre-contre-metz-507898.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-05T15:52:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-monaco-puissance-quatre-contre-metz-1638719906_x600_articles-507898.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", @@ -120759,17 +123195,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c42a2a3a221b15f19be18c9573cd0e6" + "hash": "1a1c46f5323f0776a669877ab1cdc7a3" }, { - "title": "Montpellier enfonce Clermont", - "description": "Clermont coule, coule, coule...

    ", - "content": "

    ", + "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/montpellier-enfonce-clermont-507893.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-05T15:50:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-montpellier-enfonce-clermont-1638718901_x600_articles-507893.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", @@ -120779,17 +123215,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b2db1ac3a5337ddc10ffbe35d6c1794" + "hash": "fd5b91d4a273b9db525b5d0f57c99d25" }, { - "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": "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/un-supporter-du-beerschot-s-invite-sur-la-pelouse-pour-attaquer-le-parcage-adverse-507899.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-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-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", @@ -120799,17 +123235,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8af21987b341146471193d68538b737b" + "hash": "16c9d23af4b972e702f145b367202a56" }, { - "title": "Rennes démolit Saint-Étienne, triplé de Martin Terrier", - "description": "

    ", - "content": "

    ", + "title": "Marseille assure l'essentiel contre le Lokomotiv Moscou", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/rennes-demolit-saint-etienne-triple-de-martin-terrier-507884.html", + "link": "https://www.sofoot.com/marseille-assure-l-essentiel-contre-le-lokomotiv-moscou-508091.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-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", @@ -120819,17 +123255,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f201f0dde644d9155934ae22caaf45c" + "hash": "1ce64da4092b26458bd9c37c0584c331" }, { - "title": "La Fiorentina vient à bout de Bologne et s'adjuge le derby", - "description": "

    ", - "content": "

    ", + "title": "Les Fenottes roustent Benfica et se qualifient pour les quarts de finale", + "description": "

    ", + "content": "

    ", "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/les-fenottes-roustent-benfica-et-se-qualifient-pour-les-quarts-de-finale-508073.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-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", @@ -120839,17 +123275,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fbe8b0709b0877816e0ee9f739ce900c" + "hash": "60499610e9c913f35fb253086c692a19" }, { - "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": "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/scandale-apres-des-buts-suspects-lors-d-un-match-decisif-pour-la-montee-en-colombie-507894.html", + "link": "https://www.sofoot.com/galatasaray-resiste-a-la-lazio-l-etoile-rouge-passe-aussi-508064.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-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", @@ -120859,17 +123295,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7824b0eef4238cd2d8a145fc39e7535" + "hash": "0509e0b707d51b4ca9241fbac1150119" }, { - "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": "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/l-ancien-bordelais-momcilo-vukotic-est-mort-507892.html", + "link": "https://www.sofoot.com/le-napoli-elimine-leicester-la-real-sociedad-cartonne-le-psv-508015.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-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", @@ -120879,17 +123315,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9ca5c6bf1fce8ea600ad1a9d6456a81" + "hash": "9d61e1c31aa098ed86cbcef9131e8043" }, { - "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": "Villarreal vient à bout de l'Atalanta et verra les huitièmes", + "description": "

    ", + "content": "

    ", "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/villarreal-vient-a-bout-de-l-atalanta-et-verra-les-huitiemes-508093.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-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", @@ -120899,57 +123335,57 @@ "favorite": false, "created": false, "tags": [], - "hash": "3cfb58ba5f9d9c537ab6b0646330e29c" + "hash": "372aeca25e0dc65a8b714d6d6872a148" }, { - "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": "Monaco se contente de peu à Graz", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/quand-cristiano-ronaldo-s-en-prenait-a-cassano-sur-whatsapp-507888.html", + "link": "https://www.sofoot.com/monaco-se-contente-de-peu-a-graz-508092.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-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", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "129597af54e3c592662eae409f568d1d" + "hash": "578427b02e553a55911790eabf20653c" }, { - "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": "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/une-plainte-contre-bellingham-apres-ses-declarations-sur-l-arbitrage-du-klassiker-507887.html", + "link": "https://www.sofoot.com/en-direct-marseille-lokomotiv-moscou-508081.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-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", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8a6782a446a10d4a3a1ac7a217ff98d0" + "hash": "ea91d46eef442275a08e6ebe20bca0fe" }, { - "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": "Lyon termine la phase de poules par un nul contre les Rangers", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/gerard-lopez-attend-plus-de-ses-joueurs-507885.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-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-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", @@ -120959,37 +123395,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "0381907118549d97da81670e7d465420" + "hash": "e6ece9f3156863c43e557cd055fef5bb" }, { - "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": "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/jesse-marsch-n-est-plus-l-entraineur-du-rb-leipzig-507883.html", + "link": "https://www.sofoot.com/en-direct-lyon-glasgow-rangers-507971.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-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", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "09e2257f150144d731ac4229be5b0172" + "hash": "fa9b1f4cc886f418a830815b2dc242e4" }, { - "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": "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/cerro-remporte-le-titre-au-paraguay-apres-une-fin-de-match-totalement-dingue-507882.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-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-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", @@ -120999,17 +123435,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2d6b9c044d8da010f6fc435054896ae" + "hash": "b4a2426c8e2b80e55b367735ee988281" }, { - "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": "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/gignac-et-les-tigres-elimines-en-demies-du-championnat-mexicain-507881.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-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-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", @@ -121019,17 +123455,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "027a2e3d19bb409f6cf0f32bb9b5b3af" + "hash": "ddd9fdae9eaa244fcaeb2b8aa0f95d84" }, { - "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": "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/verratti-lens-est-une-equipe-qui-me-plait-beaucoup-507880.html", + "link": "https://www.sofoot.com/officiel-la-ligue-2-passera-a-18-clubs-en-2024-508087.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-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", @@ -121039,17 +123475,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b7113e7f4108fb165072bfed89f0a43b" + "hash": "19203f749bba5188437224a33932b3ed" }, { - "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": "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…

    ", "category": "", - "link": "https://www.sofoot.com/haise-nous-avons-montre-une-belle-image-du-rc-lens-507879.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-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-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", @@ -121059,17 +123495,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b687865425e916acfa5d62e516a77f87" + "hash": "2b646f813a0f9ee255a83f6cc8362f91" }, { - "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": "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/203e-a-gagner-avec-tottenham-bordeaux-lyon-507794.html", + "link": "https://www.sofoot.com/le-bresilien-marcelo-devrait-quitter-le-real-madrid-cet-hiver-508080.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-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", @@ -121079,17 +123515,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c4724576a848a60ca85f669460a96cb" + "hash": "e3be37b0f0a871c1e679652a2ceb0ab4" }, { - "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": " 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/un-maillot-de-votre-choix-a-recuperer-chez-vbet-507807.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-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-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", @@ -121099,17 +123535,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d73a83939f8a6cc20d130a9ae722b598" + "hash": "687112d22e2be7c5a3dc8a1d727465a0" }, { - "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": "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/ou-est-passe-le-capitaine-juninho-507861.html", + "link": "https://www.sofoot.com/mehdi-benatia-met-un-terme-a-sa-carriere-508079.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-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", @@ -121119,17 +123555,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "18d99c3c612673fa04505d90760bd998" + "hash": "79ad490d74e35834b5ff36cc3aafad8a" }, { - "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": "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/la-solidarite-scolaire-la-guadeloupe-au-tableau-507810.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-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-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", @@ -121139,17 +123575,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b3a2aecd8b1b2e6501507358b7ffeef" + "hash": "c7894a0efbf0075868b032444df1e69d" }, { - "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": "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/les-notes-de-lens-psg-507878.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-04T22:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-notes-de-lens-psg-1638654749_x600_articles-alt-507878.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", @@ -121159,17 +123595,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c8d29c32ad4ca4204ee64f09aca057a" + "hash": "fac2773a26b00fbe4f1be22185e30664" }, { - "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": "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-psg-grappille-un-point-a-lens-507876.html", + "link": "https://www.sofoot.com/les-curiosites-statistiques-de-la-phase-de-poules-de-c1-508057.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-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", @@ -121179,17 +123615,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a30d30520a8517529cace17e76cd284" + "hash": "3943517f1d698ce99820fed6cee203d7" }, { - "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": "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/le-real-assiege-saint-sebastien-507877.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-04T21:53:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-real-assiege-saint-sebastien-1638650531_x600_articles-alt-507877.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", @@ -121199,17 +123635,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce392755d874c9c5af664b299a5fbd41" + "hash": "86b9c183c4649301bf5fca81b2eb86b9" }, { - "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": "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/l-atalanta-culbute-naples-507847.html", + "link": "https://www.sofoot.com/besiktas-se-separe-de-son-entraineur-sergen-yalcin-508072.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-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", @@ -121219,17 +123655,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc0a1cf9aba5f884b693a9efc0cb8c23" + "hash": "8ade7e635f2bfac3b7c615f2271ba5ae" }, { - "title": "Jonathan David sauve Lille contre l'ESTAC", - "description": "

    ", - "content": "

    ", + "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/jonathan-david-sauve-lille-contre-l-estac-507866.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-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-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", @@ -121239,17 +123675,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f5dc4da81cea070a02fa5413666018f" + "hash": "2e918605100fded60b72b6b48ab789aa" }, { - "title": "En direct : Lens - Paris S-G", - "description": "25' : La pression lensoise est tenace.", - "content": "25' : La pression lensoise est tenace.", + "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/en-direct-lens-paris-s-g-507874.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-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-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", @@ -121259,17 +123695,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aac06389b11d105c6ae18ece975485f7" + "hash": "c1f00c5d52c09c44c57f53165a607284" }, { - "title": "Le Bayern vainqueur du Klassiker par K.O.", - "description": "

    ", - "content": "

    ", + "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/le-bayern-vainqueur-du-klassiker-par-k-o-507855.html", + "link": "https://www.sofoot.com/la-nuit-etoilee-du-losc-508061.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-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", @@ -121279,17 +123715,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "64d9ef0ccfed687fe7619bc8c833e1ff" + "hash": "d35218afd0c24c668fa16cdace730da3" }, { - "title": "Majorque retourne l'Atlético dans le temps additionnel", - "description": "

    ", - "content": "

    ", + "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…

    ", "category": "", - "link": "https://www.sofoot.com/majorque-retourne-l-atletico-dans-le-temps-additionnel-507872.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-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-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", @@ -121299,17 +123735,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ce1905b4b83f58e329ae8239cf63c35" + "hash": "04f4ca1ca76a29dceb491910eb2199e0" }, { - "title": "City essore Watford et prend la tête", - "description": "

    ", - "content": "

    ", + "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/city-essore-watford-et-prend-la-tete-507863.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-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-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", @@ -121319,17 +123755,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e648db891cbc20546f2f04d4eb33b101" + "hash": "64c80c68c8a3235999af46f125e5723b" }, { - "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": "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/pronostic-everton-arsenal-analyse-cotes-et-prono-du-match-de-premier-league-507875.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-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-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", @@ -121339,17 +123775,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1456007be7befe12498f1d012743d419" + "hash": "da5919533d708237f1f4002354360e9e" }, { - "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": "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/pronostic-getafe-athletic-bilbao-analyse-cotes-et-prono-du-match-de-liga-507873.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-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-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", @@ -121359,17 +123795,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "86e0cfc034d8f536fb16df0d196f7173" + "hash": "530f953afec917fa4db826348b7aa433" }, { - "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": "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/l-inter-marche-sur-la-roma-507865.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-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-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", @@ -121379,17 +123815,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "55563824026aaa3df199d91840df908d" + "hash": "a25b779cf07ed8b5d8f7ba214d73af66" }, { - "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": "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/pronostic-cagliari-torino-analyse-cotes-et-prono-du-match-de-serie-a-507871.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-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-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", @@ -121399,17 +123835,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f0f0b1f6c014aca244352d3a51fba27" + "hash": "3c62ce64b2fc8abe00006b6faf080912" }, { - "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": "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/pronostic-empoli-udinese-analyse-cotes-et-prono-du-match-de-serie-a-507870.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-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-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", @@ -121419,17 +123855,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ef959f370af4353997fe747b22a765c" + "hash": "9f2f7a79fb7f82ed053e84ed2bf47094" }, { - "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": "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/pronostic-niort-toulouse-analyse-cotes-et-prono-du-match-de-ligue-2-507869.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-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-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", @@ -121439,17 +123875,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "32175d7eba66e94cca6c00ed292489d9" + "hash": "00db05024710e09f7d8eddb75b624611" }, { - "title": "Brest met l'OM à genou au Vélodrome ", - "description": "

    ", - "content": "

    ", + "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/brest-met-l-om-a-genou-au-velodrome-507860.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-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-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", @@ -121459,37 +123895,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "8edf24ba65e33bd9ab882da67a0ab69c" + "hash": "4cc25112af14e907561c81034586e014" }, { - "title": "En direct : Borussia Dortmund - Bayern Munich", - "description": "à suivre en direct sur SOFOOT.com", - "content": "à suivre en direct sur SOFOOT.com", + "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/en-direct-borussia-dortmund-bayern-munich-507853.html", + "link": "https://www.sofoot.com/l-uefa-confirme-le-report-de-tottenham-rennes-508058.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-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", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c6116d67bcee1227a3fe9bb979f4fc67" + "hash": "69448bd7a640c56c6cb8e1529861e38c" }, { - "title": "Le Betis fait plier le Barça", - "description": "

    ", - "content": "

    ", + "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/le-betis-fait-plier-le-barca-507862.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-04T17:18:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-betis-fait-plier-le-barca-1638638557_x600_articles-507862.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", @@ -121499,17 +123935,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfec31a251edc51268794da675b9ca98" + "hash": "adbcfafefaa1d1fcb2cb584402bf6db8" }, { - "title": "Liverpool coiffe Wolverhampton sur le fil", - "description": "

    ", - "content": "

    ", + "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/liverpool-coiffe-wolverhampton-sur-le-fil-507856.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-04T17:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-liverpool-coiffe-wolverhampton-sur-le-fil-1638638387_x600_articles-507856.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", @@ -121519,17 +123955,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8316e101e79b388eaeab8488a5ee73c3" + "hash": "c0da5c0deb27904f5f10cca9f80d7c81" }, { - "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": "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/le-bayer-leverkusen-aneantit-greuther-furth-wolfsburg-ne-repond-plus-507848.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-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-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", @@ -121539,17 +123975,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bd448a23dec84b2c78db9d8a6c2a19d" + "hash": "29f038e4d3db1ffbff2aa1fd75a4b8d7" }, { - "title": "Milan casse la Salernitana", - "description": "

    ", - "content": "

    ", + "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/milan-casse-la-salernitana-507851.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-04T16:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-milan-casse-la-salernitana-1638633830_x600_articles-507851.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", @@ -121559,17 +123995,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a202ba76583d8bed7936573821d551c" + "hash": "85310614ab7799a155a2cbaec41003fd" }, { - "title": "Auxerre et Caen se quittent sur un nul spectaculaire", - "description": "

    ", - "content": "

    ", + "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/auxerre-et-caen-se-quittent-sur-un-nul-spectaculaire-507846.html", + "link": "https://www.sofoot.com/jocelyn-gourvennec-on-a-fait-honneur-a-la-ligue-1-508051.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-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", @@ -121579,17 +124015,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f123a79abfcbc19f7549cc20f151798" + "hash": "51a6ca0ec75cca5b3d9756836ca31434" }, { - "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": "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/en-direct-marseille-brest-507854.html", + "link": "https://www.sofoot.com/si-les-personnages-de-one-piece-etaient-des-footballeurs-508035.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-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", @@ -121599,17 +124035,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "87c3637d1da3ec388656589c9ada9296" + "hash": "7b3e95bbc208c1f5da3978a1e267514b" }, { - "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": "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/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/lettre-d-un-supporter-de-l-om-a-steve-mandanda-508029.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-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", @@ -121619,17 +124055,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "21f34865eb43ab005e7b4b8ea6571d5e" + "hash": "12cd5be970c0c383901efc531a737197" }, { - "title": "Séville assure l'essentiel face à Villarreal", - "description": "

    ", - "content": "

    ", + "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/seville-assure-l-essentiel-face-a-villarreal-507849.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-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-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", @@ -121639,17 +124075,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e35de902752f45c0ac25bee56b1cc401" + "hash": "d0ed4606f7e852cbf42bdf5207befb38" }, { - "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": "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/un-ecossais-arrete-pour-avoir-lance-une-bouteille-sur-un-joueur-507852.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-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-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", @@ -121659,17 +124095,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f27a1a444158ad55bb0dd26c5ee10d1" + "hash": "0deac1cd1cbcbc10cde8017085bacb98" }, { - "title": "Chelsea piégé à West Ham", - "description": "

    ", - "content": "

    ", + "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/chelsea-piege-a-west-ham-507845.html", + "link": "https://www.sofoot.com/wolfsburg-lille-jonathan-ikone-une-derniere-pour-la-route-508047.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-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", @@ -121679,17 +124115,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfd305915d9bdf3ebe810c6f2398f346" + "hash": "fa93f724dbcb6d3c431beb78c2ec1905" }, { - "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": "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/cristiano-ronaldo-blesse-au-genou-a-cause-de-sa-celebration-507850.html", + "link": "https://www.sofoot.com/signe-gourvennec-508048.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-08T22:50:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-signe-gourvennec-1639003264_x600_articles-alt-508048.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -121699,17 +124135,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4fc052356b10ea1b02bdb9d8680738c8" + "hash": "e1e6475016af9b58f482a3afca623f20" }, { - "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": "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/samuel-umtiti-fc-barcelone-a-l-ac-milan-pour-remplacer-simon-kj-c3-a6r-507844.html", + "link": "https://www.sofoot.com/ce-tout-petit-barca-508049.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-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", @@ -121719,17 +124155,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fff81442822f5dded74be830c943b681" + "hash": "3003aeab12fa689d1db166a04f8c29fe" }, { - "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": "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/rc-lens-le-maillot-collector-special-sainte-barbe-fait-fureur-chez-les-supporters-507843.html", + "link": "https://www.sofoot.com/benjamin-pavard-je-suis-tres-content-pour-lille-508046.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-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", @@ -121739,17 +124175,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e507ad05b931501151fba796f800436" + "hash": "6acb1947d3e1fa04c6f5b93d173bbaf1" }, { - "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": "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/graham-potter-veut-creer-un-environnement-special-a-brighton-507841.html", + "link": "https://www.sofoot.com/jocelyn-gourvennec-etait-habite-par-la-qualification-508045.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-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", @@ -121759,17 +124195,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "15344e6d8c80d5b5ebf9a73df7103bfe" + "hash": "7ad8b51299a81b6a3126ade1e3f8801e" }, { - "title": "Six mois d'absence pour Simon Kjær (AC Milan)", - "description": "Semaine chargée pour Simon Kjær.
    \n
    \nDix-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": "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/six-mois-d-absence-pour-simon-kj-c3-a6r-ac-milan-507842.html", + "link": "https://www.sofoot.com/les-notes-de-lille-face-a-wolfsburg-508039.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-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", @@ -121779,17 +124215,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "725ce1572458a807517e29c5a9fbe315" + "hash": "3b21e23b28071e480f3faada834e569d" }, { - "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": "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/pourquoi-newcastle-greuther-furth-et-levante-sont-a-la-traine-depuis-le-debut-de-saison-507831.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-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-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", @@ -121799,17 +124235,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "046de87ae3fab36c9cb3d71dbca7042a" + "hash": "e5e936929791dd4bee6a38df25f0aeba" }, { - "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": "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/le-but-en-huit-secondes-de-dominic-solanke-bournemouth-contre-fulham-507840.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-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-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", @@ -121819,17 +124255,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "59b59ddaa973501d1b0da6339146a602" + "hash": "d20a075ef1f82fb53e75b30322f2f008" }, { - "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": "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/loto-du-samedi-4-decembre-2021-30-millions-d-e-a-gagner-cagnotte-record-507793.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-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-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", @@ -121839,17 +124275,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "32836656722c8455d03d1f63fb282854" + "hash": "aef90e50f5d21b512067f0fb4e6692e1" }, { - "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": "Les Young Boys accrochés par les kids de Manchester United", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/kalimuendo-l-etoile-du-nord-507827.html", + "link": "https://www.sofoot.com/les-young-boys-accroches-par-les-kids-de-manchester-united-508034.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-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", @@ -121859,17 +124295,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "76b5964eb4a603141616f2021b7a1ac8" + "hash": "917f072e29245f1a4c772a6a89ab8590" }, { - "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": "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/la-cote-d-ivoire-dans-le-brouillard-507813.html", + "link": "https://www.sofoot.com/salzbourg-pousse-seville-dehors-et-se-qualifie-en-huitiemes-508040.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-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", @@ -121879,17 +124315,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c9ae54fb0212b3290629b35bca99630" + "hash": "8e6a8b7e90ac7d9f96be0a46077677dc" }, { - "title": "Le Sporting maîtrise Benfica et prend le derby", - "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/le-sporting-maitrise-benfica-et-prend-le-derby-507839.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-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-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", @@ -121899,17 +124335,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "513158dcdde0608e807eee8fd55ad87f" + "hash": "ad7a40c20fdd0c17494c0573ba264adf" }, { - "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": "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/ajaccio-rate-le-coche-guingamp-retourne-dijon-sochaux-s-arrache-507835.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-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-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", @@ -121919,17 +124355,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d696262cfed5e2132c81d0a141a4c3ef" + "hash": "350f9846f6bf8fcd7942416edf46503a" }, { - "title": "L'Union Berlin enfonce encore un peu plus Leipzig ", - "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/l-union-berlin-enfonce-encore-un-peu-plus-leipzig-507824.html", + "link": "https://www.sofoot.com/atalanta-villarreal-reporte-508041.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-08T20:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-atalanta-villarreal-reporte-1638996188_x600_articles-508041.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -121939,17 +124375,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "416c39e0e09c7c7f2928c1289dd39766" + "hash": "3a53afd89a122d3cf2c2bc4d1e420f7d" }, { - "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": "Le Zénith arrache un match nul spectaculaire face à Chelsea", + "description": "

    ", + "content": "

    ", "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/le-zenith-arrache-un-match-nul-spectaculaire-face-a-chelsea-507966.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-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", @@ -121959,17 +124395,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9674b91adb011aee84bda92fcf2684a" + "hash": "cc85196ee60789c192f92cef1d675f4f" }, { - "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": "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/pronostic-bordeaux-lyon-analyse-cotes-et-prono-du-match-de-ligue-1-507837.html", + "link": "https://www.sofoot.com/en-direct-wolfsburg-lille-508038.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-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", @@ -121979,17 +124415,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e591b50f195106b7098a77b384e73a7" + "hash": "2e0c8aa99c3f590e0b79588298cc3184" }, { - "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": "La Juventus bat Malmö et termine en tête de son groupe", + "description": "

    ", + "content": "

    ", "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/la-juventus-bat-malmo-et-termine-en-tete-de-son-groupe-508037.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-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", @@ -121999,17 +124435,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "268f5b77b6112d4f393b4bcf218a6a65" + "hash": "6f1c5e597839396e50608e9e5bf08cc3" }, { - "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": "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/pronostic-montpellier-clermont-analyse-cotes-et-prono-du-match-de-ligue-1-507834.html", + "link": "https://www.sofoot.com/en-direct-bayern-munich-barcelone-507970.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-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", @@ -122019,17 +124455,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "31a719a8bb3257d5ffa00b117556ea25" + "hash": "153167a448301d3c628899db78c56e02" }, { - "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": "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/pronostic-reims-angers-analyse-cotes-et-prono-du-match-de-ligue-1-507833.html", + "link": "https://www.sofoot.com/le-psg-ecrabouille-kharkiv-grace-a-bachmann-et-huitema-508006.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-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", @@ -122039,17 +124475,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7abb7b3d3b9ccd8027dcb2c9fddc488f" + "hash": "c06d602a0b6f71aae2e8b8b45de6dabd" }, { - "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": "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/pronostic-saint-etienne-rennes-analyse-cotes-et-prono-du-match-de-ligue-1-507832.html", + "link": "https://www.sofoot.com/l-ancien-international-francais-jacques-zimako-est-mort-508032.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-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", @@ -122059,17 +124495,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb14cd3ee8434fb2791fe4abe538eac2" + "hash": "016d39e5c3b4da435aacb7952117f2ba" }, { - "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": "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/pronostic-nice-strasbourg-analyse-cotes-et-prono-du-match-de-ligue-1-507830.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-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-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", @@ -122079,17 +124515,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f21d222df6ab57529bc313b01ab49e3" + "hash": "34b645ab4c04f490918fb9e92b0bc500" }, { - "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": "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/les-joueurs-du-zenith-entrent-sur-le-terrain-avec-des-chiens-dans-les-bras-507828.html", + "link": "https://www.sofoot.com/jorge-sampaoli-marseille-ne-supporte-pas-le-juste-milieu-508030.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-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", @@ -122099,17 +124535,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "687ca2007352861c9fe158449f1f6a28" + "hash": "85e277bb94acf2d132d2c2a6035ef87b" }, { - "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": "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/le-covid-prive-les-supporters-lillois-du-deplacement-a-wolfsburg-507823.html", + "link": "https://www.sofoot.com/pele-de-retour-a-l-hopital-pour-traiter-sa-tumeur-508028.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-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", @@ -122119,17 +124555,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "91646708667f3f4844cd848c94c731d1" + "hash": "c329aed4ffa6c13256a48723de60ae6d" }, { - "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": "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/la-ligue-portugaise-s-organise-pour-que-le-cas-belenenses-ne-se-reproduise-plus-507825.html", + "link": "https://www.sofoot.com/vincent-labrune-la-ligue-1-deviendra-le-championnat-de-slovenie-508027.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-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", @@ -122139,17 +124575,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "19d6400bbf896b84d1d368974ddecb73" + "hash": "98164ee25a8510f9a7ff4ac6c0482a69" }, { - "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": "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/upamecano-sur-son-begaiement-a-l-ecole-j-ai-subi-beaucoup-de-moqueries-507826.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-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-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", @@ -122159,17 +124595,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f351c4d6e3357c5a0ab751dc644b1a69" + "hash": "eb01be72e0a48e0b5f94a190c74b9a2f" }, { - "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": "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/un-dirigeant-de-la-fifa-propose-de-relancer-la-coupe-des-confederations-507822.html", + "link": "https://www.sofoot.com/vrsaljko-a-joue-60-minutes-avec-la-machoire-fracturee-508024.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-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", @@ -122179,17 +124615,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "948418e787a7691e8ceac43180d586f8" + "hash": "3003783929ed85349b5cdc30244a76b3" }, { - "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": "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/les-ultras-du-cska-moscou-s-excusent-aupres-du-club-507821.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-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-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", @@ -122199,17 +124635,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "acd536c9dbd4e2e783c466ea6f2f73a5" + "hash": "15be4b9bb472774f4d6601587ed5b133" }, { - "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": "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/sergio-ramos-forfait-pour-le-deplacement-a-lens-507820.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-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-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", @@ -122219,17 +124655,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fc58b93ccca1fd98def02d4c4b00492" + "hash": "ae6f31fa7ec4b1c35a576c86e49e9015" }, { - "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": "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-transfert-de-cristiano-ronaldo-a-manchester-united-dans-le-viseur-de-la-justice-italienne-507819.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-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-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", @@ -122239,17 +124675,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e849120eaa02907b0c48c01ec8ba5266" + "hash": "416aa121504584358eaf8aefa9872ec5" }, { - "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": "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/horst-eckel-dernier-vainqueur-de-la-coupe-du-monde-1954-est-mort-507818.html", + "link": "https://www.sofoot.com/gonzalo-plata-valladolid-provoque-un-accident-de-voiture-totalement-alcoolise-508019.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-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", @@ -122259,17 +124695,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b14f5d7029d61e72ab0618d170c81a3e" + "hash": "1e2be1efff7da6efec79f0c9fc81e357" }, { - "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": "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/pronostic-naples-atalanta-bergame-analyse-cotes-et-prono-du-match-de-serie-a-507815.html", + "link": "https://www.sofoot.com/les-phrases-que-vous-allez-entendre-lors-de-bayern-barca-508004.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-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", @@ -122279,17 +124715,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c4519e11eb83db7a985657d32f0014f" + "hash": "3c98a1608f16bc6080cc1eab4493b9eb" }, { - "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": "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/pronostic-west-ham-chelsea-analyse-cotes-et-prono-du-match-de-premier-league-507814.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-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-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", @@ -122299,17 +124735,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "870be9be970417063fd93df52486f99a" + "hash": "e3e493cb9e3b580b52e787574a5b7a71" }, { - "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 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/david-laubertie-tete-pensante-du-dakar-sacre-coeur-507625.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-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-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", @@ -122319,17 +124755,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c314bd54e20600d53823791f85ae39d" + "hash": "910cad7e3fa875c6c98287db5608d761" }, { - "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": "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/pronostic-as-roma-inter-analyse-cotes-et-prono-du-match-de-serie-a-507812.html", + "link": "https://www.sofoot.com/roland-romeyer-ne-comprend-pas-les-reactions-de-quelques-abrutis-508012.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-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", @@ -122339,17 +124775,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ddd7204b18e34f976381fb37e4cef12" + "hash": "6c521bb304e5acbdc0e7904ffc1b16bf" }, { - "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 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/pronostic-lens-psg-analyse-cotes-et-prono-du-match-de-ligue-1-507811.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-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-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", @@ -122359,17 +124795,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0dd6e5959ae813e0396bba5a71d595c" + "hash": "eb41866f8faeedd30f518e52c2caa8eb" }, { - "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": "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/selon-un-rapport-la-finale-de-l-euro-2020-a-failli-entrainer-des-deces-507808.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-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-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", @@ -122379,17 +124815,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eacc3bd8925f51dbf105b5732f82e06f" + "hash": "3954c0798a859f5cb4fb6b83b4ec86ba" }, { - "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": "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/pronostic-lille-troyes-analyse-cotes-et-prono-du-match-de-ligue-1-507809.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-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-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", @@ -122399,17 +124835,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f73fa30261bd4e4f08371209cd4b63a0" + "hash": "e792e03694f0cbf58d0781ab4fb1a116" }, { - "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": "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/laporta-dembele-veut-rester-et-on-veut-qu-il-reste-507806.html", + "link": "https://www.sofoot.com/domenico-tedesco-en-pole-pour-diriger-le-rb-leipzig-508011.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-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", @@ -122419,17 +124855,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b34185a0e76781e2ad8327c3ff568c59" + "hash": "d8edd6dc71f83ecfc9549731611d0c35" }, { - "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": "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/sergio-ramos-utilise-l-hymne-de-l-om-dans-une-story-instagram-507805.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-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-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", @@ -122439,17 +124875,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "88ec21314aa17f12ff5df6e43bfd7fa8" + "hash": "ee3c0ac68882ad8eccd28001eb12b689" }, { - "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": "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/qui-est-dusan-vlahovic-le-buteur-serbe-de-la-fiorentina-qui-n-arrete-pas-de-marquer-507785.html", + "link": "https://www.sofoot.com/taye-taiwo-trouve-un-nouveau-point-chute-en-finlande-508008.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-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", @@ -122459,17 +124895,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8fbf9916f880dfcd575ddc0fa8e6ed42" + "hash": "90cf06c85a9d0cc0cb9a8bb4485cfb21" }, { - "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": "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/donnarumma-avec-navas-il-n-y-a-pas-le-moindre-conflit-507804.html", + "link": "https://www.sofoot.com/l-eligue-1-open-de-retour-en-janvier-2022-508009.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-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", @@ -122479,17 +124915,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8dd477f635d9212ed7f4a3fe61a5b65f" + "hash": "284974faa498562e4a6c75daf0e5d5c8" }, { - "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": "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/kheira-hamraoui-accuse-le-garde-du-corps-d-aminata-diallo-de-l-avoir-menacee-507803.html", + "link": "https://www.sofoot.com/jordan-lefort-aide-chaque-mois-deux-etudiants-en-precarite-508007.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-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", @@ -122499,17 +124935,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2ec3449611ac5a481e17b3de990e4ac" + "hash": "7123a5a96ce84da1b56662c098292286" }, { - "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": "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/rangnick-explique-pourquoi-il-a-refuse-les-offres-de-chelsea-507802.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-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-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", @@ -122519,17 +124955,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2aadc6b966f91db960e03a6f65758ff" + "hash": "81b44de1ef0f8cc521d43f0185654584" }, { - "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": "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/pronostic-om-brest-analyse-cotes-et-prono-du-match-de-ligue-1-507801.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-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-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", @@ -122539,17 +124975,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ab688c2284f97b307ff228b51c5dbf7" + "hash": "1d9a67cbd04d81360bf7edfce8f18cd8" }, { - "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": "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/pronostic-real-sociedad-real-madrid-analyse-cotes-et-prono-du-match-de-liga-507799.html", + "link": "https://www.sofoot.com/juninho-pourrait-quitter-lyon-des-janvier-508001.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-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", @@ -122559,17 +124995,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec3b356ab78022cb01d7a41d965f2b35" + "hash": "103997aa37f327725a1c0d2f6eba23f5" }, { - "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…

    ", + "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/raymond-domenech-egratigne-les-joueurs-de-l-ol-507800.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-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-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", @@ -122579,17 +125015,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "428759e9ae624fab354b1acc7cf85f18" + "hash": "71e106e6eb889e393f5b2ba4f1ab5ce5" }, { - "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": "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/pronostic-borussia-dortmund-bayern-munich-analyse-cotes-et-prono-du-match-de-bundesliga-507796.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-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-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", @@ -122599,17 +125035,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d323fc55ead6b1107a6d81cc16c52140" + "hash": "bf2c27aa133f7158e0a0add31f404379" }, { - "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": "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/pronostic-auxerre-caen-analyse-cotes-et-prono-du-match-de-ligue-2-507797.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-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-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", @@ -122619,17 +125055,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7bb44ec0c85f79f8fc54d517c03866de" + "hash": "c892b28694ceeb2e27c3030689cfa21d" }, { - "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": "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/michael-carrick-quitte-manchester-united-507798.html", + "link": "https://www.sofoot.com/psg-on-se-dit-rendez-vous-en-fevrier-507997.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-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", @@ -122639,17 +125075,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6a7b462d2b3c8a54cfed188b581b3d11" + "hash": "f80639f3550b29c2b1dd399f3337da90" }, { - "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": "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\tAuteur 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/un-dirigeant-de-la-fifa-propose-de-relancer-la-coupe-des-confederations-507822.html", + "link": "https://www.sofoot.com/griezmann-le-chevalier-blanc-de-l-atletico-508000.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-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", @@ -122679,17 +125115,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bdb2cb8bd4fbe41a482d34d567469ea2" + "hash": "c6d50f6efe0966dc2ca5482f747a8575" }, { - "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": "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/euromillions-vendredi-3-decembre-2021-130-millions-d-e-a-gagner-507762.html", + "link": "https://www.sofoot.com/oui-cet-ajax-c-est-du-serieux-507999.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-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", @@ -122699,17 +125135,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "28245bcfba2f004f6eda3d2cd7cca3fb" + "hash": "64e7657810cd5978aedd9f6f68af3fa7" }, { - "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": "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/l-atletico-mineiro-et-hulk-champions-du-bresil-507792.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-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-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", @@ -122719,17 +125155,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1e42c89f34f6d09fe8f042d7609da2e" + "hash": "73e0af9e4f0d42892cb93f8c08847488" }, { - "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": "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/le-spectateur-de-watford-chelsea-va-mieux-507791.html", + "link": "https://www.sofoot.com/l-atletico-prend-la-route-des-huitiemes-507992.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-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", @@ -122739,17 +125175,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dada09408ffc9494ea8b47a362a84e60" + "hash": "87504188ff8c0b6473e9f2ac11d14b58" }, { - "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": "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/grace-ly-on-a-toujours-l-impression-qu-on-peut-rire-impunement-des-asiatiques-507786.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-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-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", @@ -122759,17 +125195,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "45c9e84842b229f1f60db0ee0b632318" + "hash": "b11a8188e2fe53afa6ead702909ffced" }, { - "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

    ", + "content": "

    ", "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/liverpool-brise-le-reve-du-milan-507982.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-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", @@ -122779,17 +125215,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8314af3a6fa0f2c314179959070965f" + "hash": "dc081e3de073c8a9be86fc356466e7d9" }, { - "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": "Carton plein pour l'Ajax, Dortmund termine sur une très bonne note", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/tactique-boudebouz-nouveau-look-pour-une-nouvelle-vie-507778.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-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-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", @@ -122799,17 +125235,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d681d53a615a7705f1947583af15a7e5" + "hash": "92ee09a59b30ef5830e2c9fd74562f2a" }, { - "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": "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/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/kylian-mbappe-the-last-dance-507996.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-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", @@ -122819,17 +125255,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa46dbe603d108591c22b040c090b443" + "hash": "98cbf7eae5625ec541117d8053c7254f" }, { - "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": "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/manchester-united-vient-a-bout-d-arsenal-dans-un-match-haletant-507789.html", + "link": "https://www.sofoot.com/paris-se-reveille-et-devore-bruges-507988.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-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", @@ -122839,17 +125275,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5443e98a540376520806f9511821fea" + "hash": "a08a663d8897a022592303bf40cf2930" }, { - "title": "Tottenham fait le travail contre Brentford", - "description": "

    ", - "content": "

    ", + "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/tottenham-fait-le-travail-contre-brentford-507790.html", + "link": "https://www.sofoot.com/en-direct-koh-lanta-la-legende-episode-14-507987.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-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", @@ -122859,17 +125295,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5098a7b025ed8e4993deb1a9493c3a4" + "hash": "7cb11ede7c48c5e423dc11b008edf36f" }, { - "title": "En direct : Manchester United - Arsenal", - "description": "49' : Waouh, ça redémarre fort.", - "content": "49' : Waouh, ça redémarre fort.", + "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/en-direct-manchester-united-arsenal-507788.html", + "link": "https://www.sofoot.com/diallo-j-avais-faim-de-ballon-507994.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-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", @@ -122879,17 +125315,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "01912ff77f8770e95322e4a483902499" + "hash": "4eafd70a6c7e25556e1bec77fa199102" }, { - "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 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/le-belenenses-sad-a-demande-le-report-de-son-prochain-match-a-la-ligue-portugaise-507787.html", + "link": "https://www.sofoot.com/les-notes-de-paris-face-a-bruges-507991.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-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", @@ -122899,17 +125335,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "25ba4fa852d0044aa1f36984a1c07a1d" + "hash": "eb76ce72e598166bd570d5f66cdb8517" }, { - "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": "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/gauthier-hein-auxerre-on-m-appelle-un-peu-ferenc-puskas-507783.html", + "link": "https://www.sofoot.com/en-direct-ac-milan-liverpool-507990.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-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", @@ -122919,17 +125355,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc6033493c548365af3818544091d5e7" + "hash": "5686776da6e76c6cc30c439b5d4c8186" }, { - "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": "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/la-justice-espagnole-interdit-la-tenue-de-matchs-de-liga-a-l-etranger-507784.html", + "link": "https://www.sofoot.com/en-direct-real-madrid-inter-milan-507969.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-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", @@ -122939,17 +125375,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "72ded593f5f6d7c2c10e3853cda923ba" + "hash": "553f0f1ce92f0ff96037bb88d2ce6dba" }, { - "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": "Leipzig fait tomber Manchester City et file en C3", + "description": "

    ", + "content": "

    ", "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/leipzig-fait-tomber-manchester-city-et-file-en-c3-507967.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-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", @@ -122959,17 +125395,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac169500050479dfa3f55eb3e18cb9e9" + "hash": "313e5253db2dd37dd26ea7a824561acc" }, { - "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": "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/pays-bas-des-supporters-mettent-le-feu-lors-d-un-entrainement-a-5-heures-du-matin-507781.html", + "link": "https://www.sofoot.com/mbappe-c-etait-beaucoup-mieux-mais-on-peut-encore-s-ameliorer-507993.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-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", @@ -122979,17 +125415,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6a59affea679af950ad6511f761f8e8" + "hash": "a0a172601fe374aa014199a094cc00b4" }, { - "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": "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/pep-guardiola-apres-aston-villa-manchester-city-bernardo-silva-c-est-le-meilleur-en-ce-moment-507779.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-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-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", @@ -122999,17 +125435,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c170c66f3a6b432f4425cc69f5f67ee" + "hash": "66e7e5bbdb024c64a5bc81bd35946152" }, { - "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": "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/incidents-a-angers-le-cnosf-confirme-le-point-de-penalite-avec-sursis-inflige-a-l-om-507777.html", + "link": "https://www.sofoot.com/en-direct-psg-bruges-507986.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-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", @@ -123019,17 +125455,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "101460ad5764811cb9002c5ca44f8d45" + "hash": "53c9f8b6cedd3247b85dde9e3d5f00c1" }, { - "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": "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/christian-eriksen-s-entraine-a-odense-au-danemark-507776.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-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-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", @@ -123039,17 +125475,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab91697cf888e358402a9ad60f56a2d9" + "hash": "3dd9842c3273e7f7e71ffbff1b5a344d" }, { - "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": "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/kheira-hamraoui-psg-de-nouveau-auditionnee-par-les-enqueteurs-507772.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-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-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", @@ -123059,17 +125495,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b300cacb89869c9103778bba5b83209f" + "hash": "09b682f035e7003e099239ed3a4d9ad6" }, { - "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": "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/la-jolie-reprise-de-florian-thauvin-avec-les-tigres-507773.html", + "link": "https://www.sofoot.com/stanley-nsoki-avant-psg-bruges-leonardo-ne-voulait-pas-me-vendre-507980.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-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", @@ -123079,17 +125515,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "31bbe75769072a7a7c4bb0679b63da80" + "hash": "854d271a0de89cf32c24b3f1177ea4e1" }, { - "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": "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/redah-atassi-apres-ma-carriere-je-serai-comme-un-indien-dans-la-ville-507419.html", + "link": "https://www.sofoot.com/allan-saint-maximin-offre-une-montre-a-un-supporter-de-newcastle-507979.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-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", @@ -123099,17 +125535,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e6a0d84f6046d57fd90879a86bdbd70" + "hash": "b84fc6cdc232e34ead67d7710048a50e" }, { - "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": "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/zlatan-ibrahimovic-s-est-propose-au-paris-saint-germain-en-tant-que-directeur-sportif-507771.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-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-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", @@ -123119,17 +125555,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3daf0c855ed6ee6db6ee1ec102bda002" + "hash": "57b39bb0c98b8e6696dcb9fd063f621f" }, { - "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": "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/carlo-ancelotti-parfois-je-demande-a-thibaut-courtois-de-laisser-passer-un-ballon-a-l-entrainement-507770.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-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-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", @@ -123139,17 +125575,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "184e8ea285b96501e1cf84698486b9c6" + "hash": "ca1258c99ffbe834471f30c5ca9d7970" }, { - "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 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/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-borussia-dortmund-bayern-40-000-euros-d-amende-pour-jude-bellingham-pour-conduite-antisportive-507973.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-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", @@ -123159,17 +125595,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5cda45929859ead28c87078b0d1c5c21" + "hash": "6c26ec95c262a9cd1cf0395329aa13c4" }, { - "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": "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, Sombre affaire à la Fédé.
    \n
    \nSelon les…

    ", - "content": "Sombre affaire à la Fédé.
    \n
    \nSelon les…

    ", + "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/un-agent-sportif-de-la-fff-a-ete-enleve-dans-la-rue-puis-relache-fin-novembre-507767.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-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-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", @@ -123199,17 +125635,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "65ebfd35122700112dcaa84d240be5a7" + "hash": "6f1a17e6a9d5a65d765d2741e1167254" }, { - "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": "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/hasan-cetinkaya-westerlo-eden-hazard-pourrait-terminer-sa-carriere-chez-nous-507766.html", + "link": "https://www.sofoot.com/aulas-la-menace-507962.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-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", @@ -123219,17 +125655,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "49d26b33263edb31eefaa0fdbd88e37a" + "hash": "7d2230340c38a06138b2e7a6e9a38d00" }, { - "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": "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/noel-le-graet-a-l-uefa-ce-sont-un-peu-des-beni-oui-oui-507765.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-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-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", @@ -123239,17 +125675,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8608ee1d6a7a862807b8b874599e9515" + "hash": "fea0bda7c0f8e9cc5ea00f641894756f" }, { - "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": "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/apres-la-raclee-a-strasbourg-jimmy-briand-bordeaux-a-honte-507763.html", + "link": "https://www.sofoot.com/jonathan-ikone-lille-victime-d-un-cambriolage-a-son-domicile-507963.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-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", @@ -123259,17 +125695,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "07ab725b8b6270c2993333bb02f14de1" + "hash": "147ad1c3288cdb64ff5d94d2133e1f90" }, { - "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": "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/peter-bosz-lyon-peste-contre-la-performance-de-son-equipe-apres-la-defaite-contre-reims-507759.html", + "link": "https://www.sofoot.com/l-es-cannet-rocheville-accueillera-l-om-au-velodrome-507960.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-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", @@ -123279,17 +125715,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4cf6f023d56737b6933b62310215dce6" + "hash": "c4abbd06e9b6fda9282469f6747670e0" }, { - "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": "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-ajaccio-valenciennes-analyse-cotes-et-prono-du-match-de-ligue-2-507761.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-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-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", @@ -123299,17 +125735,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "479b3f190a92dd5c72661b59e94cf304" + "hash": "b0386be3f2eaa6619c564dcae4ac75ff" }, { - "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": "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/pronostic-sochaux-pau-analyse-cotes-et-prono-du-match-de-ligue-2-507760.html", + "link": "https://www.sofoot.com/tottenham-decime-par-la-covid-19-avant-la-reception-de-rennes-507957.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-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", @@ -123319,17 +125755,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "add73c81c4a090ead158921a89f6a6e5" + "hash": "d23fbc7bb952a29dd63e2deee46d87b9" }, { - "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": "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/pronostic-paris-fc-bastia-analyse-cotes-et-prono-du-match-de-ligue-2-507758.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-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-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", @@ -123339,17 +125775,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed89e6eb9aa1456a7004199472bb072d" + "hash": "ec6904f7d369c5dd1d615f016e0c9c87" }, { - "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 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-grenoble-le-havre-analyse-cotes-et-prono-du-match-de-ligue-2-507757.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-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-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", @@ -123359,17 +125795,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f347691a2182f32486da7fbc6931bea" + "hash": "cc981e5b72bbc5365e389f67dc8ebe0b" }, { - "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": "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/pronostic-guingamp-dijon-analyse-cotes-et-prono-du-match-de-ligue-2-507756.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-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-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", @@ -123379,17 +125815,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8916db1e5d7349687d977d9aa9a1ff7c" + "hash": "c7fc0809fb551de9db8a4bb669a9db36" }, { - "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": "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-amiens-dunkerque-analyse-cotes-et-prono-du-match-de-ligue-2-507755.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-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-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", @@ -123399,17 +125835,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa5d29cb93f4e44b47ace60f414ed542" + "hash": "cd2e5450086b55d228f76be9d3e863ce" }, { - "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": "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-rodez-nimes-analyse-cotes-et-prono-du-match-de-ligue-2-507754.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-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-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", @@ -123419,17 +125855,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "baefc093c7dfcffdd8af475f30bc72a9" + "hash": "2ef2149f73dce0dfbd0b4af9e9ff0000" }, { - "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": "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/pronostic-quevilly-rouen-nancy-analyse-cotes-et-prono-du-match-de-ligue-2-507753.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-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-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", @@ -123439,17 +125875,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "75e97577b6d3139f2a6296fb088d111e" + "hash": "d5147c32e2daf4b194c3da57806412bf" }, { - "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": "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/et-le-ballon-d-or-de-l-hypocrisie-est-pour-le-qatar-sur-la-question-lgbtq-507723.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-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-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", @@ -123459,17 +125895,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7f87a25e073be4fcdb152de60d1694e" + "hash": "b0a3421807519d419c9b3bda105b5dc2" }, { - "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/takehiro-tomiyasu-adaptation-express-a-arsenal-507722.html", + "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/ol-om-ruddy-buquet-raconte-les-menaces-de-jean-michel-aulas-pour-que-le-match-reprenne-507949.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-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", @@ -123479,17 +125915,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1488465def2ada6fb84672c83b0d505" + "hash": "8c9ae5c2d75fbd0b5c5ab86af91a988c" }, { - "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": "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/tactique-ralf-rangnick-est-il-manchester-united-compatible-507636.html", + "link": "https://www.sofoot.com/willy-caballero-sans-club-rejoint-southampton-pour-un-mois-507948.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-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", @@ -123499,17 +125935,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff5cba4e3fda8e023fa588e13d9290c0" + "hash": "f056697603bc32129119111b768e22cf" }, { - "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": "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/bruno-genesio-on-aurait-du-etre-beaucoup-plus-patients-507751.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-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-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", @@ -123519,17 +125955,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "92d1c507164ec0ce8d66606cbd5226fd" + "hash": "a650647386e4df7e29a860b36f5eee63" }, { - "title": "Manchester City assure à Aston Villa", - "description": "

    ", - "content": "

    ", + "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/manchester-city-assure-a-aston-villa-507748.html", + "link": "https://www.sofoot.com/paris-saint-germain-le-jeu-c-est-maintenant-507946.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-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", @@ -123539,17 +125975,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "20087c7b75e1d0f607bdc96d9029b45e" + "hash": "08f10534a429b75f67f94a41cff9d655" }, { - "title": "Benzema offre les trois points au Real Madrid face à l'Athletic ", - "description": "

    ", - "content": "

    ", + "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/benzema-offre-les-trois-points-au-real-madrid-face-a-l-athletic-507740.html", + "link": "https://www.sofoot.com/pierre-kalulu-on-ne-m-a-jamais-forme-a-etre-defenseur-507940.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-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", @@ -123559,17 +125995,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "828af6f4e84682dfee2bfc839a80d016" + "hash": "abd34ac7a460e0734ff548aff6aa8d33" }, { - "title": "Liverpool gifle Everton à Goodison Park", - "description": "

    ", - "content": "

    ", + "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/liverpool-gifle-everton-a-goodison-park-507743.html", + "link": "https://www.sofoot.com/vinicius-junior-si-senor-507927.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-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", @@ -123579,17 +126015,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c70a5cf2c2d77be17d0a3fd73230eb2" + "hash": "2866dd5f3491d50e33e83b836a2f13e2" }, { - "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": "Everton scalpe Arsenal et renoue avec la victoire", + "description": "

    ", + "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/everton-scalpe-arsenal-et-renoue-avec-la-victoire-507921.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-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", @@ -123599,37 +126035,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "8372d0ec8c0ec406ebe20b65a1e4a423" + "hash": "b01230ad0fe59f404294d12fec9a85e2" }, { - "title": "Marseille enchaîne à Nantes et repasse dauphin", - "description": "

    ", - "content": "

    ", + "title": "Niort fait chuter le leader Toulouse", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/marseille-enchaine-a-nantes-et-repasse-dauphin-507745.html", + "link": "https://www.sofoot.com/niort-fait-chuter-le-leader-toulouse-507920.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-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": "680cfa655dd86709375a20c02eef5bf4" + "hash": "ffc1701e71929f9e9ca9017279e47d1d" }, { - "title": "Clermont et Lens se partagent les points", - "description": "

    ", - "content": "

    ", + "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/clermont-et-lens-se-partagent-les-points-507747.html", + "link": "https://www.sofoot.com/andres-iniesta-dans-le-onze-type-de-la-saison-au-japon-507945.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-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", @@ -123639,17 +126075,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1568a73fa6c6aa0e3b5729e82d188eb2" + "hash": "f12044daa1cd517ee672914633d64a2f" }, { - "title": "Chelsea domine Watford, Leicester tenu en échec par Southampton", - "description": "

    ", - "content": "

    ", + "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/chelsea-domine-watford-leicester-tenu-en-echec-par-southampton-507749.html", + "link": "https://www.sofoot.com/la-can-pourrait-etre-delocalisee-au-qatar-507944.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-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", @@ -123659,17 +126095,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d709469b55b5e306f6203e459b519669" + "hash": "cfe2f32dc419266364b721b416d2984d" }, { - "title": "Lille fait tomber Rennes", - "description": "

    ", - "content": "

    ", + "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/lille-fait-tomber-rennes-507741.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-12-01T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lille-fait-tomber-rennes-1638396217_x600_articles-507741.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", @@ -123679,17 +126115,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "58637350c0b3b233a354aa30063b80d9" + "hash": "a1ca370eb62d7fa99869354e55d2a6f3" }, { - "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": "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/paris-se-heurte-a-nice-507727.html", + "link": "https://www.sofoot.com/une-incroyable-serie-sans-succes-pour-levante-507942.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-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", @@ -123699,17 +126135,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a25fc0ffa274af6aff141ac83c0b478a" + "hash": "f5a9108868a21645fe00c27bdb3baa71" }, { - "title": "Reims punit l'OL sur le gong", - "description": "

    ", - "content": "

    ", + "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/reims-punit-l-ol-sur-le-gong-507707.html", + "link": "https://www.sofoot.com/place-en-detention-massimo-ferrero-quitte-la-presidence-de-la-sampdoria-507941.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-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", @@ -123719,17 +126155,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b759d49b61877dbee82db6fa0e7ca523" + "hash": "3176e60bb96491e2777b88a185805477" }, { - "title": "Junior Messias met Milan à l'abri du Genoa", - "description": "

    ", - "content": "

    ", + "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/junior-messias-met-milan-a-l-abri-du-genoa-507746.html", + "link": "https://www.sofoot.com/le-cannet-ne-sait-pas-comment-il-va-accueillir-l-om-507938.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-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", @@ -123739,17 +126175,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b677f34cee7a98680a2d2c166a557c18" + "hash": "631d5da6c52f3fa69b5f0a619e5f30da" }, { - "title": "Naples freiné à Sassuolo", - "description": "

    ", - "content": "

    ", + "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/naples-freine-a-sassuolo-507738.html", + "link": "https://www.sofoot.com/affaire-de-la-sextape-karim-zenati-fait-aussi-appel-507937.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-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", @@ -123759,17 +126195,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "151a83491e9afc86a49d3436d453e290" + "hash": "707b40dd5b43034377ce2eee3da786d0" }, { - "title": "Les Girondins prennent l'eau à Strasbourg", - "description": "

    ", - "content": "

    ", + "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/les-girondins-prennent-l-eau-a-strasbourg-507744.html", + "link": "https://www.sofoot.com/lukas-podolski-etend-son-empire-du-kebab-507936.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-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", @@ -123779,17 +126215,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0eb7510d4de1bf5fdfbb481b4c01c62" + "hash": "c4a7ff941b024c7c0a7c7cce87cf3295" }, { - "title": "Montpellier se relance à Metz", - "description": "

    ", - "content": "

    ", + "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/montpellier-se-relance-a-metz-507739.html", + "link": "https://www.sofoot.com/faivre-matazo-et-beye-donnent-pour-le-telethon-507935.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-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", @@ -123799,17 +126235,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f23b709c85bc6bd07eec52e4d3cfa29" + "hash": "39b221e120b97425666d9405c26283e3" }, { - "title": "Troyes cuisine Lorient", - "description": "

    ", - "content": "

    ", + "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/troyes-cuisine-lorient-507706.html", + "link": "https://www.sofoot.com/joey-barton-relaxe-par-la-justice-anglaise-507934.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-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", @@ -123819,17 +126255,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cff809d1e4f19708cc9b8d55053c1dbc" + "hash": "a6123d4600a22456298fefbd494a75b7" }, { - "title": "Monaco calme Angers", - "description": "

    ", - "content": "

    ", + "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/monaco-calme-angers-507736.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-12-01T19:56:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-monaco-calme-angers-1638388659_x600_articles-507736.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", @@ -123839,17 +126275,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5eb23c97e9887a79fec3220205ff0630" + "hash": "e8ad82965f512fe98999e7b351361410" }, { - "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": "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/pronostic-union-berlin-leipzig-analyse-cotes-et-prono-du-match-de-bundesliga-507735.html", + "link": "https://www.sofoot.com/et-si-l-inter-ne-s-etait-pas-affaiblie-507897.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-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", @@ -123859,17 +126295,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "72b5a73fb4260887d88a2abdbab8b7b3" + "hash": "c4d45746178e01ad06f7fddcf9937181" }, { - "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": "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/pronostic-grenade-alaves-analyse-cotes-et-prono-du-match-de-liga-507734.html", + "link": "https://www.sofoot.com/top-7-on-a-tous-cru-a-ces-faux-buts-507890.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-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", @@ -123879,17 +126315,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a0f3570d30d315ee51a29b8617f47bb" + "hash": "747f4a7ea05eeac1292bdf3387f891f3" }, { - "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": "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/pronostic-manchester-united-arsenal-analyse-cotes-et-prono-du-match-de-premier-league-507733.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-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-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", @@ -123899,17 +126335,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "651ae6336274cd0df113b161b6ce18d3" + "hash": "af0337d99a3b034b2f8b82c5ded77dd6" }, { - "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": "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/pronostic-tottenham-brentford-analyse-cotes-et-prono-du-match-de-premier-league-507732.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-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-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", @@ -123919,17 +126355,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c2418c74b06a2760b2a686344887070" + "hash": "145285f6a7302bc24ea4a0931bc89887" }, { - "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": "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/todibo-devait-lever-le-pied-quand-il-defendait-sur-messi-au-barca-507731.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-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-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", @@ -123939,17 +126375,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "be0f9fe56d3276954c0bb1acdfda7183" + "hash": "35abe3e351fbd25d15ea537f3e4e6e59" }, { - "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": "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/le-sommer-sur-ses-non-selections-je-n-ai-pas-forcement-compris-507729.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-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-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", @@ -123959,17 +126395,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b27f45056b6f9978ed7eb275cb19eb7" + "hash": "2b60a03a6f02f94b724064457c40eb25" }, { - "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": "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/pronostic-lazio-udinese-analyse-cotes-et-prono-du-match-de-serie-a-507730.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-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-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", @@ -123979,17 +126415,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "516c5f3e051dd2fdf3826d5e5c6e77e5" + "hash": "cc6a8f990d5b4b322c868a1143e7e6e4" }, { - "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": "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/dortmund-bayern-se-jouera-finalement-a-huis-clos-507721.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-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-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", @@ -123999,17 +126435,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7523d6aaa1a4f34b8aacf23088bef76b" + "hash": "760af34307dbf48c6d639a35161d3222" }, { - "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": "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/umtiti-s-en-prend-a-des-supporters-montes-sur-le-capot-de-sa-voiture-507724.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-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-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", @@ -124019,17 +126455,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a3c2a3a68d8581bcc943403cc4373d5" + "hash": "5458c016565882a963d61373a8f3c8c3" }, { - "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": "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/l-om-s-engage-a-condamner-fermement-les-propos-tenus-a-l-egard-de-hyun-jun-suk-507718.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-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-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", @@ -124039,17 +126475,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d14985478ac9e5b86178a3f9010a7143" + "hash": "221400dcb4dd6ce67443646982b8eb06" }, { - "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": "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/sarina-wiegman-insatisfaite-des-scores-fleuves-dans-le-football-feminin-507720.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-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-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", @@ -124059,17 +126495,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a295cca6225c59d2b40d0165031393a2" + "hash": "d949b4b8919dc535a0ffe34177276823" }, { - "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": "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/le-fc-barcelone-fixe-une-deadline-a-ousmane-dembele-pour-prolonger-507719.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-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-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", @@ -124079,17 +126515,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "344d1a7de82cadf0b190d2d96e479037" + "hash": "7cdfd5006c2a4f111e6b66ee3d522ab2" }, { - "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": "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/patrick-partouche-ne-veut-pas-collaborer-avec-le-president-de-valenciennes-507715.html", + "link": "https://www.sofoot.com/loic-perrin-rejoint-la-direction-de-l-asse-507918.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-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", @@ -124099,17 +126535,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b63dc152e4d9d692944b9adc46ef9cba" + "hash": "b27315d04cc0e282589b9394f423ce84" }, { - "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": "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/le-graet-je-ne-ferai-pas-attendre-zidane-507716.html", + "link": "https://www.sofoot.com/anthony-lopes-douziemes-c-est-inadmissible-quand-on-est-l-ol-507917.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-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", @@ -124119,17 +126555,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5a60f0e5a982166e891868138f50f1e" + "hash": "8756359b7684ae66a81f0fdb53a5d252" }, { - "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": "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/portugal-tondela-pourrait-se-presenter-avec-7-joueurs-face-a-moreirense-ce-week-end-507714.html", + "link": "https://www.sofoot.com/new-york-city-rejoint-portland-en-finale-de-la-mls-507913.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-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", @@ -124139,17 +126575,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c7e24998b4a46da122297e4b8f4b650" + "hash": "ad384f877f49abc8caaee66662410725" }, { - "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": "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/le-probleme-des-tribunes-en-ligue-1-le-dialogue-en-france-est-cite-en-exemple-en-europe-507700.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-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-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", @@ -124159,17 +126595,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6240208c379e169d8ffb0b5eb8acf5e" + "hash": "8c300db1e1c623d4b2bc97e69be5fe40" }, { - "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": "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/le-barca-organise-un-referendum-pour-la-renovation-du-camp-nou-507713.html", + "link": "https://www.sofoot.com/mo-salah-met-la-pression-sur-le-club-pour-sa-prolongation-507915.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-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", @@ -124179,17 +126615,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fd958044722de5df26cad1b5da1500af" + "hash": "9598b32d4659ab24b7742a0e067b2927" }, { - "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": "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/des-militants-envisagent-une-action-contre-le-mondial-2022-devant-le-siege-de-la-fff-507712.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-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-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", @@ -124199,17 +126635,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "42799bea1e4b73c9239d6f2570b5a9e5" + "hash": "769c77f0baba041c792e13b0694a9c0f" }, { - "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": "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/l-ol-voit-sa-demande-d-annulation-de-huis-clos-rejetee-par-le-cnosf-507711.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-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-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", @@ -124219,17 +126655,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "269101a28f2dddcc5307c99398078176" + "hash": "4c03483644fe0e34016522915ff01337" }, { - "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": "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/un-consultant-de-bein-sports-se-lance-dans-un-discours-homophobe-en-plein-direct-507710.html", + "link": "https://www.sofoot.com/le-derby-entre-charleroi-et-le-standard-definitivement-interrompu-507912.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-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", @@ -124239,17 +126675,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b0b6b7060b9a764f532da1c22d852e3" + "hash": "572430b5fb3f2c829efece28aff69ae6" }, { - "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": "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/les-10-grands-moments-de-shevchenko-a-milan-507692.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-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-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", @@ -124259,17 +126695,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e42443955bb2aa4e6afe370b137c666" + "hash": "8c63a4497b507aaa0312e7c0c2c1d0fb" }, { - "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": "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/quand-l-entraineur-de-l-irak-entre-sur-le-terrain-pour-choisir-son-tireur-de-penalty-507709.html", + "link": "https://www.sofoot.com/antonetti-se-paye-ibrahima-niane-507910.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-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", @@ -124279,17 +126715,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "480c871bbc7a58457667b593c2740635" + "hash": "96896e4187c41327944b16950c4f736d" }, { - "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'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/jack-grealish-reconnait-ses-difficultes-d-adaptation-a-city-507708.html", + "link": "https://www.sofoot.com/l-universidad-sauvee-par-trois-buts-dans-les-dix-dernieres-minutes-507908.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-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", @@ -124299,17 +126735,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d4347d92844268af72f9684db90de8d" + "hash": "6d77d1b69f08cffb73da958648e2a5d3" }, { - "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": "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/le-comite-organisateur-du-mondial-2022-garantit-la-securite-des-personnes-lgbt-a-une-condition-507705.html", + "link": "https://www.sofoot.com/euromillions-mardi-7-decembre-2021-143-millions-d-e-a-gagner-507907.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-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", @@ -124319,17 +126755,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c816b9ed5278fd5a1154f0b11495776" + "hash": "13ceecc07a30fe3d79671480ae1af1e3" }, { - "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": "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/pique-je-prefere-mourir-que-de-jouer-a-madrid-507666.html", + "link": "https://www.sofoot.com/claude-puel-vert-trop-solitaire-507906.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-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", @@ -124339,17 +126775,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5488c348f0631898099a4b7768738d5b" + "hash": "b30aae2ad042d78f56b2c76e60ee079e" }, { - "title": "Noël Le Graët tacle Valbuena ", - "description": "L'affaire de la sextape fait encore causer.
    \n
    \nUne…

    ", - "content": "L'affaire de la sextape fait encore causer.
    \n
    \nUne…

    ", + "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/noel-le-graet-tacle-valbuena-507703.html", + "link": "https://www.sofoot.com/ces-trois-infos-du-week-end-vont-vous-etonner-507903.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-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", @@ -124359,17 +126795,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6893cde9c8f9c071f72e576c79e7d4f" + "hash": "8119f3cd7a361eb1bcff6b9d27c1ab0b" }, { - "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": "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/le-grand-jojo-icone-populaire-belge-est-decede-a-85-ans-507702.html", + "link": "https://www.sofoot.com/brest-a-le-vent-dans-le-dos-507900.html", "creator": "SO FOOT", - "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", + "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", @@ -124379,17 +126815,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e365c4e745dec4ca8c5c4eceb232024" + "hash": "1e9881904411df5e00100cd510634047" }, { - "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…

    ", + "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/ibrahimovic-marine-le-pen-a-demande-mon-expulsion-507704.html", + "link": "https://www.sofoot.com/so-foot-192-507663.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-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", @@ -124399,17 +126835,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5895bc4031a32cc8250fb7baa334bac7" + "hash": "e8689692561c928ec0187a854964d5c0" }, { - "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": "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/le-president-de-la-federation-grecque-veut-fernando-santos-507701.html", + "link": "https://www.sofoot.com/les-notes-de-bordeaux-lyon-507905.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-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", @@ -124419,17 +126855,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "26cdc721ba688bd36182bd857303b567" + "hash": "d8f01bdf7bd44952d52ae223eed64d63" }, { - "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": "La Juventus vient à bout du Genoa malgré un énorme Sirigu", + "description": "

    ", + "content": "

    ", "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/la-juventus-vient-a-bout-du-genoa-malgre-un-enorme-sirigu-507868.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-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", @@ -124439,17 +126875,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee7f70b7f92081f2cb69d6c344bfc8e7" + "hash": "dd38e48be02b3e8702b83fb851287bd1" }, { - "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": "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/troyes-denonce-des-propos-racistes-a-l-encontre-de-suk-tenus-par-le-banc-marseillais-507698.html", + "link": "https://www.sofoot.com/bordeaux-et-lyon-se-quittent-dos-a-dos-507858.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-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", @@ -124459,17 +126895,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "609f943d3f1602f2b447e5bc33243785" + "hash": "6d42e79bb1ef6b0d3b37250d65b0e74f" }, { - "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": "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/il-ne-fallait-pas-enterrer-anthony-lopes-507687.html", + "link": "https://www.sofoot.com/en-direct-bordeaux-lyon-507904.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-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", @@ -124479,17 +126915,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "44ab45f6e232d0bea8117a1485f7d644" + "hash": "30bf643e14c700e139b7eb6a1080090c" }, { - "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": "Aston Villa maîtrise Leicester", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/bordeaux-defense-d-en-rire-507600.html", + "link": "https://www.sofoot.com/aston-villa-maitrise-leicester-507857.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-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", @@ -124499,17 +126935,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d9c6fc711efa51f6a7f5670d2db0303" + "hash": "eb80a63627b4312a04b53b1211cd0bd3" }, { - "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": "Fribourg atomise Gladbach", + "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/fribourg-atomise-gladbach-507864.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-05T18:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-fribourg-atomise-gladbach-1638729047_x600_articles-507864.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -124519,17 +126955,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b7e1db836c0f04b0dcd737557876746c" + "hash": "1782843bf86237b8ba8c2d5ca98e5f40" }, { - "title": "Les Bleues terminent l'année en beauté face au pays de Galles", - "description": "

    ", - "content": "

    ", + "title": "Nice se troue contre Strasbourg", + "description": "

    ", + "content": "

    ", "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/nice-se-troue-contre-strasbourg-507901.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-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", @@ -124539,17 +126975,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eecbc9aa0045ccc2b4fe34573bd15af2" + "hash": "7443d9e0f9540a610d655ee043b4fb0f" }, { - "title": "La Juventus se rassure à Salerne", - "description": "

    ", - "content": "

    ", + "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/la-juventus-se-rassure-a-salerne-507697.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-30T21:46:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-juventus-se-rassure-a-salerne-1638309444_x600_articles-507697.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", @@ -124559,17 +126995,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f85d83aabb84a39a68afc4603130e1a9" + "hash": "0c45ba8ebd77667fd8b987f56e86960e" }, { - "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": "Angers retrouve la victoire à Reims ", + "description": "La dalle angevine est de retour !

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-koh-lanta-la-legende-episode-13-507694.html", + "link": "https://www.sofoot.com/angers-retrouve-la-victoire-a-reims-507896.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-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", @@ -124579,17 +127015,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f1f02d6ddcf90cbbc92759a0ba9eb54" + "hash": "2dd4524297d5403a159cbedccc9b03f0" }, { - "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": "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/derniers-jours-30e-totalement-gratuits-offerts-en-exclu-pour-parier-cette-semaine-507613.html", + "link": "https://www.sofoot.com/nantes-vole-trois-points-a-lorient-507895.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-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", @@ -124599,17 +127035,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "80730527bcca3628a5d00464e7e47c19" + "hash": "23fd817f6e3701c20f3c59571d6dacd1" }, { - "title": "L'Atalanta et la Fiorentina sans problème", - "description": "

    ", - "content": "

    ", + "title": "Tottenham écarte facilement Norwich, Leeds frustre Brentford", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/l-atalanta-et-la-fiorentina-sans-probleme-507696.html", + "link": "https://www.sofoot.com/tottenham-ecarte-facilement-norwich-leeds-frustre-brentford-507867.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-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", @@ -124619,17 +127055,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3dfbdcfdd63643652f53a2ded9e38a56" + "hash": "7e12104bab9cf6b0fa960d647e47be7d" }, { - "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": "Manchester United s'impose de peu contre Crystal Palace", + "description": "

    ", + "content": "

    ", "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/manchester-united-s-impose-de-peu-contre-crystal-palace-507886.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-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", @@ -124639,17 +127075,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc8b1134010255836297a46680559828" + "hash": "f1daeac0e619e1cfe0d447e2caeb3b38" }, { - "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": "Monaco puissance quatre contre Metz", + "description": "La couleur préférée de l'ASM ? Le Grenat.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/lisandro-lopez-annonce-son-depart-du-racing-507695.html", + "link": "https://www.sofoot.com/monaco-puissance-quatre-contre-metz-507898.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-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", @@ -124659,17 +127095,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab5f95ad008917d0da66916b58472fb4" + "hash": "9c42a2a3a221b15f19be18c9573cd0e6" }, { - "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": "Montpellier enfonce Clermont", + "description": "Clermont coule, coule, coule...

    ", + "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/montpellier-enfonce-clermont-507893.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-05T15:50:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-montpellier-enfonce-clermont-1638718901_x600_articles-507893.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -124679,17 +127115,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "82b745931b40737319e05497f2b45109" + "hash": "5b2db1ac3a5337ddc10ffbe35d6c1794" }, { - "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": "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/rangnick-ne-sera-pas-sur-le-banc-contre-arsenal-507693.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-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-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", @@ -124699,17 +127135,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "74aebd9d7da0baf56af2640a18c2f2f2" + "hash": "8af21987b341146471193d68538b737b" }, { - "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": "Rennes démolit Saint-Étienne, triplé de Martin Terrier", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/saint-priest-proteste-contre-une-lourde-sanction-de-la-fff-507690.html", + "link": "https://www.sofoot.com/rennes-demolit-saint-etienne-triple-de-martin-terrier-507884.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-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", @@ -124719,17 +127155,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3eaa5b01930206f1373b5871de2855ea" + "hash": "3f201f0dde644d9155934ae22caaf45c" }, { - "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": "La Fiorentina vient à bout de Bologne et s'adjuge le derby", + "description": "

    ", + "content": "

    ", "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/la-fiorentina-vient-a-bout-de-bologne-et-s-adjuge-le-derby-507889.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-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", @@ -124739,17 +127175,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "81b847e0939836c4802c3f42f0b3c625" + "hash": "fbe8b0709b0877816e0ee9f739ce900c" }, { - "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": "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/les-joueurs-de-l-excel-mouscron-partent-en-greve-507686.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-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-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", @@ -124759,17 +127195,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "26dfc4f1056cf2146ace1ab6519d85c6" + "hash": "f7824b0eef4238cd2d8a145fc39e7535" }, { - "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": "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/ray-kennedy-legende-de-liverpool-est-decede-a-l-age-de-70-ans-507691.html", + "link": "https://www.sofoot.com/l-ancien-bordelais-momcilo-vukotic-est-mort-507892.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-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", @@ -124779,17 +127215,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "825893a49a77f46b122c60a44d54e284" + "hash": "b9ca5c6bf1fce8ea600ad1a9d6456a81" }, { - "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": "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/vers-des-rencontres-a-huis-clos-en-baviere-507683.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-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-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", @@ -124799,57 +127235,57 @@ "favorite": false, "created": false, "tags": [], - "hash": "a436e251d9b927523292a26df41bb8d2" + "hash": "3cfb58ba5f9d9c537ab6b0646330e29c" }, { - "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": "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/kamara-a-zappe-la-conference-de-presse-pour-des-raisons-personnelles-507682.html", + "link": "https://www.sofoot.com/quand-cristiano-ronaldo-s-en-prenait-a-cassano-sur-whatsapp-507888.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-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": "02ddc60b59c37a46d6cb92dc4a78f559" + "hash": "129597af54e3c592662eae409f568d1d" }, { - "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": "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/l-ol-va-installer-des-filets-de-securite-devant-ses-virages-507680.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-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-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": "a80a7c2a4270b2023bdbb7c605afd1a7" + "hash": "8a6782a446a10d4a3a1ac7a217ff98d0" }, { - "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": "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/pronostic-clermont-lens-analyse-cotes-et-prono-du-match-de-ligue-1-507684.html", + "link": "https://www.sofoot.com/gerard-lopez-attend-plus-de-ses-joueurs-507885.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-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", @@ -124859,37 +127295,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "09eaef02c740990146851c5c5ee2474d" + "hash": "0381907118549d97da81670e7d465420" }, { - "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": "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/a-nimes-rani-assaf-veut-une-supra-association-507677.html", + "link": "https://www.sofoot.com/jesse-marsch-n-est-plus-l-entraineur-du-rb-leipzig-507883.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-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": "58e2e3b2e6dd8b64120be00da25f2f11" + "hash": "09e2257f150144d731ac4229be5b0172" }, { - "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": "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/pronostic-nantes-om-analyse-cotes-et-prono-du-match-de-ligue-1-507681.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-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", + "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", @@ -124899,18 +127335,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ffb15056410ee73c87cb961e78e5993" + "hash": "f2d6b9c044d8da010f6fc435054896ae" }, { - "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…
    ", + "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/pronostic-lyon-reims-analyse-cotes-et-prono-du-match-de-ligue-1-507679.html", + "link": "https://www.sofoot.com/gignac-et-les-tigres-elimines-en-demies-du-championnat-mexicain-507881.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", - "enclosureType": "image/jpeg", + "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", "folder": "00.03 News/Sport - FR", @@ -124919,17 +127355,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "990caf09ebc6b40311465eeb1cd93a47" + "hash": "027a2e3d19bb409f6cf0f32bb9b5b3af" }, { - "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": "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/jacques-henri-eyraud-decore-de-la-legion-d-honneur-507674.html", + "link": "https://www.sofoot.com/verratti-lens-est-une-equipe-qui-me-plait-beaucoup-507880.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-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", @@ -124939,17 +127375,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "84b590db0eb63d0a66f89333ab759b23" + "hash": "b7113e7f4108fb165072bfed89f0a43b" }, { - "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": "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/pronostic-brest-saint-etienne-analyse-cotes-et-prono-du-match-de-ligue-1-507676.html", + "link": "https://www.sofoot.com/haise-nous-avons-montre-une-belle-image-du-rc-lens-507879.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-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", @@ -124959,17 +127395,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "199d81c0caaa45ad49dcad488e0c5d1f" + "hash": "b687865425e916acfa5d62e516a77f87" }, { - "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": "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/pronostic-metz-montpellier-analyse-cotes-et-prono-du-match-de-ligue-1-507675.html", + "link": "https://www.sofoot.com/203e-a-gagner-avec-tottenham-bordeaux-lyon-507794.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-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", @@ -124979,17 +127415,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "995cc5a5bd2a2c86e482c0d2c6df4b83" + "hash": "8c4724576a848a60ca85f669460a96cb" }, { - "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": "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/pronostic-rennes-lille-analyse-cotes-et-prono-du-match-de-ligue-1-507673.html", + "link": "https://www.sofoot.com/un-maillot-de-votre-choix-a-recuperer-chez-vbet-507807.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-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", @@ -124999,17 +127435,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8fa9e93f9f78918b6b3582c3819e615e" + "hash": "d73a83939f8a6cc20d130a9ae722b598" }, { - "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": "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/pronostic-strasbourg-bordeaux-analyse-cotes-et-prono-du-match-de-ligue-1-507672.html", + "link": "https://www.sofoot.com/ou-est-passe-le-capitaine-juninho-507861.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-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", @@ -125019,17 +127455,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b52cf46eb11378d1594a376c70e37043" + "hash": "18d99c3c612673fa04505d90760bd998" }, { - "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": "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/mattia-caldara-la-renaissance-venitienne-507633.html", + "link": "https://www.sofoot.com/la-solidarite-scolaire-la-guadeloupe-au-tableau-507810.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-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", @@ -125039,17 +127475,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "31b3409a6a77fbd0d5c37e097ae7f9e4" + "hash": "9b3a2aecd8b1b2e6501507358b7ffeef" }, { - "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": "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/c-est-quoi-cette-coupe-arabe-de-la-fifa-507617.html", + "link": "https://www.sofoot.com/les-notes-de-lens-psg-507878.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-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", @@ -125059,17 +127495,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "48f5ddd9ab5bf73fcc7af242814ade50" + "hash": "0c8d29c32ad4ca4204ee64f09aca057a" }, { - "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": "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/pronostic-troyes-lorient-analyse-cotes-et-prono-du-match-de-ligue-1-507671.html", + "link": "https://www.sofoot.com/le-psg-grappille-un-point-a-lens-507876.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-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", @@ -125079,17 +127515,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d631104c6fd2d7c3f9b472748c383a4d" + "hash": "3a30d30520a8517529cace17e76cd284" }, { - "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": "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/le-psg-engrange-148-million-d-euros-par-jour-507667.html", + "link": "https://www.sofoot.com/le-real-assiege-saint-sebastien-507877.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-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", @@ -125099,17 +127535,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "188ea81d4e051611d7305710b6ddb765" + "hash": "ce392755d874c9c5af664b299a5fbd41" }, { - "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": "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/pronostic-angers-monaco-analyse-cotes-et-prono-du-match-de-ligue-1-507670.html", + "link": "https://www.sofoot.com/l-atalanta-culbute-naples-507847.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-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", @@ -125119,17 +127555,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f94660b5d3c9eb534e6c1a438cb6430a" + "hash": "cc0a1cf9aba5f884b693a9efc0cb8c23" }, { - "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": "Jonathan David sauve Lille contre l'ESTAC", + "description": "

    ", + "content": "

    ", "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/jonathan-david-sauve-lille-contre-l-estac-507866.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-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", @@ -125139,17 +127575,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1c098355f16b9265c7e526853b01888" + "hash": "0f5dc4da81cea070a02fa5413666018f" }, { - "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": "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/donnons-un-ballon-d-or-au-collectif-italien-507657.html", + "link": "https://www.sofoot.com/en-direct-lens-paris-s-g-507874.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-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", @@ -125159,17 +127595,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff51343fce9b3d160a7f1090e62e7691" + "hash": "aac06389b11d105c6ae18ece975485f7" }, { - "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": "Le Bayern vainqueur du Klassiker par K.O.", + "description": "

    ", + "content": "

    ", "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/le-bayern-vainqueur-du-klassiker-par-k-o-507855.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-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", @@ -125179,17 +127615,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "632318c18f30b4b7bbb055683d0ad7d7" + "hash": "64d9ef0ccfed687fe7619bc8c833e1ff" }, { - "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": "Majorque retourne l'Atlético dans le temps additionnel", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/deux-personnes-jugees-pour-un-projet-d-attentat-au-roazhon-park-507665.html", + "link": "https://www.sofoot.com/majorque-retourne-l-atletico-dans-le-temps-additionnel-507872.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-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", @@ -125199,17 +127635,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "adb0667554332287c258ee4e8a6bb2bb" + "hash": "0ce1905b4b83f58e329ae8239cf63c35" }, { - "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": "City essore Watford et prend la tête", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/le-psg-doit-il-celebrer-ce-ballon-d-or-507664.html", + "link": "https://www.sofoot.com/city-essore-watford-et-prend-la-tete-507863.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-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", @@ -125219,17 +127655,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5daa183bd5b409911095de7a2ccad5c" + "hash": "e648db891cbc20546f2f04d4eb33b101" }, { - "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 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/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-everton-arsenal-analyse-cotes-et-prono-du-match-de-premier-league-507875.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-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", @@ -125239,17 +127675,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "18d74296f7ba05b9c8f97be0600a170a" + "hash": "1456007be7befe12498f1d012743d419" }, { - "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": "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/coupe-de-france-le-tirage-au-sort-complet-des-32e-de-finale-507662.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-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-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", @@ -125259,17 +127695,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "237e6216fcdb6bd4d05f09c0f08f9011" + "hash": "86e0cfc034d8f536fb16df0d196f7173" }, { - "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": "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/le-selectionneur-de-la-nouvelle-zelande-ecoeure-par-l-organisation-des-qualifications-de-la-zone-oceanie-507661.html", + "link": "https://www.sofoot.com/l-inter-marche-sur-la-roma-507865.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-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", @@ -125279,17 +127715,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "756576339a455a8ec6c4dcd6be4155ad" + "hash": "55563824026aaa3df199d91840df908d" }, { - "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": "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/ethan-mbappe-appele-avec-l-equipe-de-france-u16-507659.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-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-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", @@ -125299,17 +127735,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa9a5a3efb457012cdf1d87cba1214d1" + "hash": "5f0f0b1f6c014aca244352d3a51fba27" }, { - "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": "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/marcelo-bielsa-j-ai-de-serieux-doutes-sur-l-avenir-du-football-professionnel-507658.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-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-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", @@ -125319,17 +127755,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a63696d711f56cb5ae30d5800e97e09a" + "hash": "8ef959f370af4353997fe747b22a765c" }, { - "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": "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/mohamed-salah-a-remporte-le-golden-foot-award-507656.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-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-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", @@ -125339,17 +127775,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "625ba3892397592d61249fc4f51709d1" + "hash": "32175d7eba66e94cca6c00ed292489d9" }, { - "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": "Brest met l'OM à genou au Vélodrome ", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/nasser-al-khelaifi-dement-les-rumeurs-autour-de-zidane-au-psg-507654.html", + "link": "https://www.sofoot.com/brest-met-l-om-a-genou-au-velodrome-507860.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-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", @@ -125359,37 +127795,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "485e70e08b71c1f9173a10da30dadb39" + "hash": "8edf24ba65e33bd9ab882da67a0ab69c" }, { - "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": "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/aulas-sur-ol-om-je-ne-vois-pas-comment-on-pourrait-nous-donner-match-perdu-507653.html", + "link": "https://www.sofoot.com/en-direct-borussia-dortmund-bayern-munich-507853.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-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": "6760d92bc9d7c3d26018595b38a8f17e" + "hash": "c6116d67bcee1227a3fe9bb979f4fc67" }, { - "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": "Le Betis fait plier le Barça", + "description": "

    ", + "content": "

    ", "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/le-betis-fait-plier-le-barca-507862.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-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", @@ -125399,17 +127835,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c5c39e2d3ee8b15c42132648b0726342" + "hash": "bfec31a251edc51268794da675b9ca98" }, { - "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": "Liverpool coiffe Wolverhampton sur le fil", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/comment-j-ai-gagne-une-playstation-5-grace-a-so-foot-507629.html", + "link": "https://www.sofoot.com/liverpool-coiffe-wolverhampton-sur-le-fil-507856.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-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", @@ -125419,17 +127855,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a66cbb7c3f4f3f537dd73639ac910e1e" + "hash": "8316e101e79b388eaeab8488a5ee73c3" }, { - "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": "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/juventus-circus-507638.html", + "link": "https://www.sofoot.com/le-bayer-leverkusen-aneantit-greuther-furth-wolfsburg-ne-repond-plus-507848.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-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", @@ -125439,17 +127875,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ddcb491380ef362b478fb7c32bdb50d" + "hash": "8bd448a23dec84b2c78db9d8a6c2a19d" }, { - "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": "Milan casse la Salernitana", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/tabac-et-football-l-ecran-de-fumee-507616.html", + "link": "https://www.sofoot.com/milan-casse-la-salernitana-507851.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-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", @@ -125459,17 +127895,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eaf40e870242c1d80623d3e28070bbaa" + "hash": "9a202ba76583d8bed7936573821d551c" }, { - "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": "Auxerre et Caen se quittent sur un nul spectaculaire", + "description": "

    ", + "content": "

    ", "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/auxerre-et-caen-se-quittent-sur-un-nul-spectaculaire-507846.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-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", @@ -125479,17 +127915,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc28d4b312f65f10bff3ecfd15ec0fec" + "hash": "9f123a79abfcbc19f7549cc20f151798" }, { - "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": "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/lionel-messi-vainqueur-du-ballon-d-or-2021-507651.html", + "link": "https://www.sofoot.com/en-direct-marseille-brest-507854.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-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", @@ -125499,17 +127935,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "326f7ce56398cbb51fa98581012315b1" + "hash": "87c3637d1da3ec388656589c9ada9296" }, { - "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": "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/lewandowski-un-affront-si-previsible-507650.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-29T21:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lewandowski-un-affront-si-previsible-1638221121_x600_articles-alt-507650.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", @@ -125519,17 +127955,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f070d285fb606b5a46dfa43cb2b9121" + "hash": "21f34865eb43ab005e7b4b8ea6571d5e" }, { - "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": "Séville assure l'essentiel face à Villarreal", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/messi-le-ballon-dort-507642.html", + "link": "https://www.sofoot.com/seville-assure-l-essentiel-face-a-villarreal-507849.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-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", @@ -125539,17 +127975,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f9feb8ada3a8b906784f62a54f0dbd4" + "hash": "e35de902752f45c0ac25bee56b1cc401" }, { - "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": "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/karim-benzema-enfin-certifie-507628.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-29T21:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-karim-benzema-enfin-certifie-1638201526_x600_articles-alt-507628.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", @@ -125559,17 +127995,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "36255fc0b6c7eac4213af8d1194fcc03" + "hash": "8f27a1a444158ad55bb0dd26c5ee10d1" }, { - "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": "Chelsea piégé à West Ham", + "description": "

    ", + "content": "

    ", "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/chelsea-piege-a-west-ham-507845.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-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", @@ -125579,17 +128015,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1ca063e6b9a7873f2b158e4f79dcac8" + "hash": "bfd305915d9bdf3ebe810c6f2398f346" }, { - "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": "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/donnarumma-rafle-le-trophee-yachine-507648.html", + "link": "https://www.sofoot.com/cristiano-ronaldo-blesse-au-genou-a-cause-de-sa-celebration-507850.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-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", @@ -125599,17 +128035,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "efb378680a47ebdc95c6d2a9a9513a40" + "hash": "4fc052356b10ea1b02bdb9d8680738c8" }, { - "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": "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/alexia-putellas-de-l-or-dans-les-pieds-507641.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-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-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", @@ -125619,17 +128055,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "63f288c5e05ee46dec7fc0dff5474f0c" + "hash": "fff81442822f5dded74be830c943b681" }, { - "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": "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/tournoi-de-france-les-bleues-affronteront-les-pays-bas-le-bresil-et-la-finlande-507639.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-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-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", @@ -125639,17 +128075,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "237b88b22ad73a42af55726e3c437b61" + "hash": "9e507ad05b931501151fba796f800436" }, { - "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": "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/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/graham-potter-veut-creer-un-environnement-special-a-brighton-507841.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-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", @@ -125659,17 +128095,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "560f7dd1757cd8f42ac4eaa9126da160" + "hash": "15344e6d8c80d5b5ebf9a73df7103bfe" }, { - "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": "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/un-rappeur-du-pas-de-calais-rask-a-dedie-un-titre-a-florian-sotoca-507637.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-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-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", @@ -125679,17 +128115,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "909910152d54cb14b8645a53de6eb264" + "hash": "725ce1572458a807517e29c5a9fbe315" }, { - "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": "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/la-fifa-met-sous-tutelle-la-federation-guineenne-de-football-ainsi-que-la-federation-tchadienne-de-football-507631.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-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-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", @@ -125699,17 +128135,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8554f0fabb0f43e6728b61a06497815b" + "hash": "046de87ae3fab36c9cb3d71dbca7042a" }, { - "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": "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/le-tableau-et-les-dates-de-la-coupe-du-monde-des-clubs-sont-connus-507622.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-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-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", @@ -125719,17 +128155,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f87bd1f882aa4c60e8f88a3d54f6ca94" + "hash": "59b59ddaa973501d1b0da6339146a602" }, { - "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": "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/oui-gauthier-hein-doit-remporter-le-prix-puskas-507634.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-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-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", @@ -125739,17 +128175,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3689f30147d18f6ebd1dfe00f546a75" + "hash": "32836656722c8455d03d1f63fb282854" }, { - "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": "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/le-gouvernement-allemand-s-etonne-de-l-affluence-de-cologne-monchengladbach-507627.html", + "link": "https://www.sofoot.com/kalimuendo-l-etoile-du-nord-507827.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-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", @@ -125759,17 +128195,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "309dc381ae5495f851ee9eb0136637d5" + "hash": "76b5964eb4a603141616f2021b7a1ac8" }, { - "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": "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/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/la-cote-d-ivoire-dans-le-brouillard-507813.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-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", @@ -125779,17 +128215,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7a3736e5e112c8a7a8094db0d6775ed" + "hash": "4c9ae54fb0212b3290629b35bca99630" }, { - "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": "Le Sporting maîtrise Benfica et prend le derby", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/joris-gnagnon-va-s-engager-avec-l-as-saint-etienne-507623.html", + "link": "https://www.sofoot.com/le-sporting-maitrise-benfica-et-prend-le-derby-507839.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-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", @@ -125799,17 +128235,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "82318cc976c91968e42a5c083c6bf02d" + "hash": "513158dcdde0608e807eee8fd55ad87f" }, { - "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": "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/en-direct-la-ceremonie-du-ballon-d-or-2021-507619.html", + "link": "https://www.sofoot.com/ajaccio-rate-le-coche-guingamp-retourne-dijon-sochaux-s-arrache-507835.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-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", @@ -125819,17 +128255,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e170bc95849b74c71a38087bfc23ab80" + "hash": "d696262cfed5e2132c81d0a141a4c3ef" }, { - "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": "L'Union Berlin enfonce encore un peu plus Leipzig ", + "description": "

    ", + "content": "

    ", "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/l-union-berlin-enfonce-encore-un-peu-plus-leipzig-507824.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-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", @@ -125839,17 +128275,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c79d70af1ea4185677583aa98bd9591" + "hash": "416c39e0e09c7c7f2928c1289dd39766" }, { - "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": "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/face-a-la-lazio-le-napoli-a-devoile-la-statue-de-diego-maradona-507620.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-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-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", @@ -125859,17 +128295,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4e1725cc2e2ca1cd86f73a687351b01" + "hash": "e9674b91adb011aee84bda92fcf2684a" }, { - "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 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/que-s-est-il-passe-au-portugal-entre-belenenses-et-benfica-507599.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-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-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", @@ -125879,17 +128315,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca89e048ec86c4c7165101225e89df06" + "hash": "0e591b50f195106b7098a77b384e73a7" }, { - "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": "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/ralf-rangnick-officiellement-intronise-a-manchester-united-507621.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-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-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", @@ -125899,17 +128335,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae30c7fb05284c93d74dc99db9df5c01" + "hash": "268f5b77b6112d4f393b4bcf218a6a65" }, { - "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": "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/le-hertha-berlin-vire-pal-dardai-et-intronise-tayfun-korkut-sur-son-banc-507618.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-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-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", @@ -125919,17 +128355,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4dd13e752148d653228d27c134c65109" + "hash": "31a719a8bb3257d5ffa00b117556ea25" }, { - "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 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/sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-14-507614.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-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-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", @@ -125939,17 +128375,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "418f9c93bd926c668823eaa2945a1a06" + "hash": "7abb7b3d3b9ccd8027dcb2c9fddc488f" }, { - "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": "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/karim-benzema-etablit-le-record-de-buts-marques-en-club-pour-un-joueur-francais-devant-thierry-henry-507615.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-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-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", @@ -125959,17 +128395,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8f588af35ed3a1cd4f82b06558de250" + "hash": "cb14cd3ee8434fb2791fe4abe538eac2" }, { - "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 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/unai-emery-et-xavi-auraient-ete-separes-par-la-police-apres-villarreal-fc-barcelone-507610.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-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-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", @@ -125979,17 +128415,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce405eb1d311970c0d87835a8b9f9420" + "hash": "0f21d222df6ab57529bc313b01ab49e3" }, { - "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": "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/norvege-un-joueur-exclu-apres-avoir-pousse-au-sol-son-propre-gardien-507612.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-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-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", @@ -125999,17 +128435,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bf498130f49cf7e32019d1695b7b455" + "hash": "687ca2007352861c9fe158449f1f6a28" }, { - "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": "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/bretagne-on-etait-aux-retrouvailles-entre-guingamp-et-saint-brieuc-en-coupe-de-france-507598.html", + "link": "https://www.sofoot.com/le-covid-prive-les-supporters-lillois-du-deplacement-a-wolfsburg-507823.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-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", @@ -126019,17 +128455,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d5bdfb0fd0e940f8f3751a2110b65c2" + "hash": "91646708667f3f4844cd848c94c731d1" }, { - "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": "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/gerard-lopez-bordeaux-tance-ses-joueurs-apres-la-defaite-contre-brest-507608.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-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-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", @@ -126039,17 +128475,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d143fd7bf6d0618c2f7d9878f6e446e5" + "hash": "19d6400bbf896b84d1d368974ddecb73" }, { - "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": "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/pronostic-salernitana-juventus-analyse-cotes-et-prono-du-match-de-serie-a-507611.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-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-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", @@ -126059,17 +128495,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "46e6ed03f7619a504d1576de810801e2" + "hash": "f351c4d6e3357c5a0ab751dc644b1a69" }, { - "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": "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/ps5-freebets-et-paysafecard-la-so-foot-ligue-s-occupe-de-vos-cadeaux-de-noel-507607.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-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-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", @@ -126079,17 +128515,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f433ccc3b76041271c941d8c6e3163b" + "hash": "948418e787a7691e8ceac43180d586f8" }, { - "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": "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/pronostic-leeds-crystal-palace-analyse-cotes-et-prono-du-match-de-premier-league-507609.html", + "link": "https://www.sofoot.com/les-ultras-du-cska-moscou-s-excusent-aupres-du-club-507821.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-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", @@ -126099,17 +128535,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "57b2543d2f56bff05d0552daa78693ce" + "hash": "acd536c9dbd4e2e783c466ea6f2f73a5" }, { - "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": "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-newcastle-norwich-analyse-cotes-et-prono-du-match-de-premier-league-507605.html", + "link": "https://www.sofoot.com/sergio-ramos-forfait-pour-le-deplacement-a-lens-507820.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-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", @@ -126119,17 +128555,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dce63752b45e47f5cb2aded8a53818dd" + "hash": "1fc58b93ccca1fd98def02d4c4b00492" }, { - "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": "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/un-milliardaire-russe-pour-reprendre-l-as-saint-etienne-507606.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-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-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", @@ -126139,17 +128575,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef70e0cb6262946b55f6a880c7145b42" + "hash": "e849120eaa02907b0c48c01ec8ba5266" }, { - "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": "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/ils-viennent-des-etats-unis-pour-voir-tottenham-joueur-a-burnley-avant-que-le-match-soit-annule-507602.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-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-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", @@ -126159,17 +128595,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "086f2d4c2eb3403a4dbc6b417dfd4e53" + "hash": "b14f5d7029d61e72ab0618d170c81a3e" }, { - "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": "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/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/pronostic-naples-atalanta-bergame-analyse-cotes-et-prono-du-match-de-serie-a-507815.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-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", @@ -126179,17 +128615,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "28f0c314bd8b396d8d8c258e37b10266" + "hash": "5c4519e11eb83db7a985657d32f0014f" }, { - "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": "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/les-supporters-des-rangers-improvisent-une-bataille-de-boules-de-neige-a-la-mi-temps-507601.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-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-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", @@ -126199,17 +128635,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b5dbb1298a91f4892c626abdb0e9acba" + "hash": "870be9be970417063fd93df52486f99a" }, { - "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": "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/neymar-psg-pourrait-etre-absent-six-semaines-507603.html", + "link": "https://www.sofoot.com/david-laubertie-tete-pensante-du-dakar-sacre-coeur-507625.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-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", @@ -126219,17 +128655,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2649de51e3f207274cd75c7e5df552a" + "hash": "5c314bd54e20600d53823791f85ae39d" }, { - "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": "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/loto-du-lundi-29-novembre-2021-28-millions-d-e-a-gagner-cagnotte-record-507569.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-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-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", @@ -126239,17 +128675,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e04dbc6514e9545e1e970584cbe8afe" + "hash": "3ddd7204b18e34f976381fb37e4cef12" }, { - "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": "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/la-triste-danse-du-flamengo-507593.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-29T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-triste-danse-du-flamengo-1638122127_x600_articles-alt-507593.jpg", + "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", @@ -126259,17 +128695,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b30565012e59df3192e0633bafdeec5" + "hash": "e0dd6e5959ae813e0396bba5a71d595c" }, { - "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": "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/ce-qu-il-faut-retenir-des-matchs-de-coupe-de-france-du-dimanche-28-novembre-507592.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-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-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", @@ -126279,17 +128715,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b8f9df104dd860623348252840289d3" + "hash": "eacc3bd8925f51dbf105b5732f82e06f" }, { - "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": "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/ces-trois-infos-du-week-end-vont-vous-etonner-507588.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-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-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", @@ -126299,17 +128735,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7448d0fe56b85091c6a6c2cba6aa9451" + "hash": "f73fa30261bd4e4f08371209cd4b63a0" }, { - "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": "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/le-real-sauve-par-son-duo-benzema-vinicius-face-a-seville-507565.html", + "link": "https://www.sofoot.com/laporta-dembele-veut-rester-et-on-veut-qu-il-reste-507806.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-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", @@ -126319,17 +128755,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "51f79b0e6f5de77594865541929c08fc" + "hash": "b34185a0e76781e2ad8327c3ff568c59" }, { - "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": "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/l-om-glace-troyes-dans-le-silence-du-velodrome-507597.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-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-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", @@ -126339,17 +128775,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4176b8bcbf455bdfa272c15fae8a9a06" + "hash": "88ec21314aa17f12ff5df6e43bfd7fa8" }, { - "title": "Naples humilie la Lazio", - "description": "

    ", - "content": "

    ", + "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/naples-humilie-la-lazio-507596.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-28T21:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-naples-humilie-la-lazio-1638136301_x600_articles-507596.jpg", + "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", @@ -126359,17 +128795,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b3c41082390e98defb5d815582989b0" + "hash": "8fbf9916f880dfcd575ddc0fa8e6ed42" }, { - "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": "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/en-direct-marseille-troyes-507571.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-28T19:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-marseille-troyes-1638097505_x600_articles-507571.jpg", + "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", @@ -126379,17 +128815,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b05e5b05409f71438be6a31353e6084" + "hash": "8dd477f635d9212ed7f4a3fe61a5b65f" }, { - "title": "L'Atlético maîtrise Cadix", - "description": "

    ", - "content": "

    ", + "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/l-atletico-maitrise-cadix-507594.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-28T19:26:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-atletico-maitrise-cadix-1638127892_x600_articles-507594.jpg", + "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", @@ -126399,17 +128835,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ca909db7a96762fd18ceae4f6a3495d" + "hash": "b2ec3449611ac5a481e17b3de990e4ac" }, { - "title": "Une petite Roma douche le Torino", - "description": "

    ", - "content": "

    ", + "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/une-petite-roma-douche-le-torino-507585.html", + "link": "https://www.sofoot.com/rangnick-explique-pourquoi-il-a-refuse-les-offres-de-chelsea-507802.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-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", @@ -126419,17 +128855,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "57087e38a3636b3e21d50edf5d428b2b" + "hash": "e2aadc6b966f91db960e03a6f65758ff" }, { - "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": "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/les-notes-de-chelsea-manchester-united-507595.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-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-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", @@ -126439,17 +128875,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c589782da12a033d18304d26740d8ec" + "hash": "4ab688c2284f97b307ff228b51c5dbf7" }, { - "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": "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/manchester-united-resiste-a-chelsea-507584.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-28T18:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-manchester-united-resiste-a-chelsea-1638124063_x600_articles-alt-507584.jpg", + "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", @@ -126459,17 +128895,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "633a71f4367a21303763f01613661b7c" + "hash": "ec3b356ab78022cb01d7a41d965f2b35" }, { - "title": "Leverkusen maîtrise Leipzig", - "description": "

    ", - "content": "

    ", + "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/leverkusen-maitrise-leipzig-507583.html", + "link": "https://www.sofoot.com/raymond-domenech-egratigne-les-joueurs-de-l-ol-507800.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-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", @@ -126479,17 +128915,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "11e15d71351531a607f22ce99c1ba27d" + "hash": "428759e9ae624fab354b1acc7cf85f18" }, { - "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": "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/lyon-glace-montpellier-507587.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-28T18:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lyon-glace-montpellier-1638121963_x600_articles-alt-507587.jpg", + "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", @@ -126499,17 +128935,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "987964f2b693ff21c4b9f779d59d1104" + "hash": "d323fc55ead6b1107a6d81cc16c52140" }, { - "title": "L'Espanyol fait tomber la Real Sociedad", - "description": "

    ", - "content": "

    ", + "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/l-espanyol-fait-tomber-la-real-sociedad-507591.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-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-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", @@ -126519,17 +128955,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d2bafb7d85f684143a6a0a75c795b90" + "hash": "7bb44ec0c85f79f8fc54d517c03866de" }, { - "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": "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/jurgen-klopp-pas-vraiment-emballe-par-le-derby-de-la-mersey-507590.html", + "link": "https://www.sofoot.com/michael-carrick-quitte-manchester-united-507798.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-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", @@ -126539,17 +128975,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7eced8db9edd2098c4017248d04db129" + "hash": "6a7b462d2b3c8a54cfed188b581b3d11" }, { - "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": "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/en-direct-chelsea-manchester-united-507543.html", + "link": "https://www.sofoot.com/la-colere-de-la-horda-frenetik-apres-metz-montpellier-507795.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-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", @@ -126559,17 +128995,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c80a80c732219485661e2d5793a1e96" + "hash": "8fbc291e5bc66f04284d203a6ff4656c" }, { - "title": "Rennes fait craquer Lorient et passe deuxième", - "description": "Le nouveau dauphin du PSG, c'est le SRFC.

    ", - "content": "

    ", + "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/rennes-fait-craquer-lorient-et-passe-deuxieme-507579.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-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-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", @@ -126579,17 +129015,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac89893605fb2b76333065b45ebed7b2" + "hash": "bdb2cb8bd4fbe41a482d34d567469ea2" }, { - "title": "Sassuolo lessive Milan", - "description": "

    ", - "content": "

    ", + "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/sassuolo-lessive-milan-507577.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-28T16:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-sassuolo-lessive-milan-1638115535_x600_articles-507577.jpg", + "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", @@ -126599,17 +129035,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "529b25da30471b4b097bd9a95133d654" + "hash": "28245bcfba2f004f6eda3d2cd7cca3fb" }, { - "title": "Deux penaltys, mais pas de vainqueurs entre Monaco et Strasbourg", - "description": "Monaco avance (toujours) au ralenti.

    ", - "content": "

    ", + "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/deux-penaltys-mais-pas-de-vainqueurs-entre-monaco-et-strasbourg-507542.html", + "link": "https://www.sofoot.com/l-atletico-mineiro-et-hulk-champions-du-bresil-507792.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-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", @@ -126619,17 +129055,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5625b41868abf17ab7a9c34d224ad37f" + "hash": "c1e42c89f34f6d09fe8f042d7609da2e" }, { - "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": "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/sous-la-neige-manchester-city-et-leicester-s-evitent-un-coup-de-froid-507536.html", + "link": "https://www.sofoot.com/le-spectateur-de-watford-chelsea-va-mieux-507791.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-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", @@ -126639,17 +129075,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6162c22eea998e05e93e2e44532db37b" + "hash": "dada09408ffc9494ea8b47a362a84e60" }, { - "title": "Brest renverse un triste Bordeaux", - "description": "Tout pour Le Douaron.

    ", - "content": "

    ", + "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/brest-renverse-un-triste-bordeaux-507581.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-28T15:55:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-brest-renverse-un-triste-bordeaux-1638115188_x600_articles-507581.jpg", + "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", @@ -126659,17 +129095,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf56b811ab9c8cd88f91a0b1e6619ac8" + "hash": "45c9e84842b229f1f60db0ee0b632318" }, { - "title": "Reims l'emporte à l'arrachée face à Clermont", - "description": "L'été est déjà loin pour le Clermont Foot 63.

    ", - "content": "

    ", + "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 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": "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/kolodziejczak-si-ce-n-est-pas-mbappe-il-n-y-a-pas-rouge-507586.html", + "link": "https://www.sofoot.com/tactique-boudebouz-nouveau-look-pour-une-nouvelle-vie-507778.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-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", @@ -126699,17 +129135,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3098a061f4f9df902b9d0f103b297366" + "hash": "d681d53a615a7705f1947583af15a7e5" }, { - "title": "Le Club Bruges s'impose sur le fil à Genk", - "description": "

    ", - "content": "

    ", + "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/le-club-bruges-s-impose-sur-le-fil-a-genk-507582.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-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-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", @@ -126719,17 +129155,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee57e6c441e9cd45aa6bf86ba50b68f8" + "hash": "aa46dbe603d108591c22b040c090b443" }, { - "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": "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": "

    ", "category": "", - "link": "https://www.sofoot.com/paris-fait-fondre-saint-etienne-507575.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-28T14:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-paris-fait-fondre-saint-etienne-1638108565_x600_articles-alt-507575.jpg", + "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", @@ -126739,17 +129175,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a31c2b7f51368ef0f2f28d311eaec989" + "hash": "f5443e98a540376520806f9511821fea" }, { - "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": "Tottenham fait le travail contre Brentford", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/burnley-tottenham-reporte-en-raison-des-fortes-chutes-de-neige-507580.html", + "link": "https://www.sofoot.com/tottenham-fait-le-travail-contre-brentford-507790.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-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", @@ -126759,17 +129195,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4737849494ffa24ed6de6a0dad81301b" + "hash": "f5098a7b025ed8e4993deb1a9493c3a4" }, { - "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": "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/diogo-jota-quitte-son-tournoi-fifa-pour-marquer-face-a-southampton-507576.html", + "link": "https://www.sofoot.com/en-direct-manchester-united-arsenal-507788.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-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", @@ -126779,17 +129215,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7b1121083788a2b9ce71f657609282b" + "hash": "01912ff77f8770e95322e4a483902499" }, { - "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 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/un-retour-en-equipe-de-france-lacazette-y-pense-de-moins-en-moins-507574.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-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-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", @@ -126799,17 +129235,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9f86a3292bf0dc2519420f6f462f92b" + "hash": "25ba4fa852d0044aa1f36984a1c07a1d" }, { - "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": "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/en-direct-saint-etienne-psg-507573.html", + "link": "https://www.sofoot.com/gauthier-hein-auxerre-on-m-appelle-un-peu-ferenc-puskas-507783.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-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", @@ -126819,17 +129255,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "17c1a1fb85cc61ff86eff5c17e4db460" + "hash": "bc6033493c548365af3818544091d5e7" }, { - "title": "La simulation ridicule de Deyverson en finale de la Copa Libertadores", - "description": "Deyverson, nouvelle recrue du Hollywood FC.
    \n
    \n
    Vainqueur de…

    ", - "content": "Deyverson, nouvelle recrue du Hollywood FC.
    \n
    \nVainqueur de…

    ", + "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/la-simulation-ridicule-de-deyverson-en-finale-de-la-copa-libertadores-507572.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-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-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", @@ -126839,17 +129275,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd70ad73a83a112b6d414e7065aea97f" + "hash": "72ded593f5f6d7c2c10e3853cda923ba" }, { - "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": "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/on-etait-a-canet-en-roussillon-pour-la-qualification-du-saint-denis-fc-507567.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-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-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", @@ -126859,17 +129295,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4feb2dda559567438696e1e032d4c1f" + "hash": "ac169500050479dfa3f55eb3e18cb9e9" }, { - "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": "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/sergio-ramos-je-pense-que-je-peux-continuer-a-jouer-pendant-quatre-ou-cinq-annees-encore-507570.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-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-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", @@ -126879,17 +129315,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f1e428444035703500f5db9ea3ee7d1" + "hash": "b6a59affea679af950ad6511f761f8e8" }, { - "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": "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/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/pep-guardiola-apres-aston-villa-manchester-city-bernardo-silva-c-est-le-meilleur-en-ce-moment-507779.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-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", @@ -126899,17 +129335,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9ff0cb38d50e41982ed372e4314779b" + "hash": "2c170c66f3a6b432f4425cc69f5f67ee" }, { - "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": "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/belenenses-sad-et-benfica-remontes-contre-la-ligue-507566.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-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-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", @@ -126919,17 +129355,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "24d1abd5e2d38fa7108b07d2beb84f90" + "hash": "101460ad5764811cb9002c5ca44f8d45" }, { - "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": "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…

    ", "category": "", - "link": "https://www.sofoot.com/christophe-galtier-peut-etre-que-des-joueurs-n-avaient-pas-envie-507564.html", + "link": "https://www.sofoot.com/christian-eriksen-s-entraine-a-odense-au-danemark-507776.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-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", @@ -126939,17 +129375,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fbe6ffc2010459c7fa3113fb814722ae" + "hash": "ab91697cf888e358402a9ad60f56a2d9" }, { - "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": "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/dernier-week-end-10e-offerts-gratos-en-exclu-pour-parier-sans-pression-507490.html", + "link": "https://www.sofoot.com/kheira-hamraoui-psg-de-nouveau-auditionnee-par-les-enqueteurs-507772.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-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", @@ -126959,17 +129395,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ec43a9592e18c12164756fee9b8939e" + "hash": "b300cacb89869c9103778bba5b83209f" }, { - "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": "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/ce-qu-il-faut-retenir-des-matchs-de-coupe-de-france-du-samedi-27-novembre-507563.html", + "link": "https://www.sofoot.com/la-jolie-reprise-de-florian-thauvin-avec-les-tigres-507773.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-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", @@ -126979,17 +129415,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6de6b880c991c1f92b38a371e5dd3c22" + "hash": "31bbe75769072a7a7c4bb0679b63da80" }, { - "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": "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/top-10-stades-leo-lagrange-507518.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-28T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-top-10-stades-leo-lagrange-1637934947_x600_articles-alt-507518.jpg", + "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", @@ -126999,17 +129435,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "165ad7db059201321f15f3d588e3a3b9" + "hash": "2e6a0d84f6046d57fd90879a86bdbd70" }, { - "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": "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/palmeiras-vient-a-bout-de-flamengo-et-conserve-son-titre-en-copa-libertadores-507540.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-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-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", @@ -127019,37 +129455,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "31c55613daba363ad2c1b5ed335c2679" + "hash": "3daf0c855ed6ee6db6ee1ec102bda002" }, { - "title": "Metz surprend Nice", - "description": "

    ", - "content": "

    ", + "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/metz-surprend-nice-507562.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-27T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-metz-surprend-nice-1638050261_x600_articles-507562.jpg", + "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": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "12309c23786c92cbf759a36700ac3277" + "hash": "184e8ea285b96501e1cf84698486b9c6" }, { - "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": "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/le-barca-esquinte-villarreal-507552.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-27T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-barca-esquinte-villarreal-1638051256_x600_articles-alt-507552.jpg", + "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", @@ -127059,17 +129495,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d941b9575aeefc31da9a019e558ca50" + "hash": "5cda45929859ead28c87078b0d1c5c21" }, { - "title": "L'Inter fait le boulot à Venise", - "description": "

    ", - "content": "

    ", + "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/l-inter-fait-le-boulot-a-venise-507560.html", + "link": "https://www.sofoot.com/oui-l-om-et-sampaoli-sont-devenus-froids-et-pragmatiques-507752.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-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", @@ -127079,17 +129515,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "82546d5235d940d79d285f7777654004" + "hash": "734fbbf787b41a636577099352c9c06e" }, { - "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": "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/decime-par-la-covid-19-belenenses-sad-joue-a-9-contre-benfica-507561.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-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-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", @@ -127099,17 +129535,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fdb1e9801fb495b2a6a7b23ea10adb2f" + "hash": "65ebfd35122700112dcaa84d240be5a7" }, { - "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": "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/en-direct-palmeiras-flamengo-507557.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-27T19:50:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-palmeiras-flamengo-1638049708_x600_articles-alt-507557.jpg", + "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", @@ -127119,17 +129555,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9566bed34717a5b092d710f030c31d56" + "hash": "49d26b33263edb31eefaa0fdbd88e37a" }, { - "title": "Brighton bute sur Leeds", - "description": "

    ", - "content": "

    ", + "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/brighton-bute-sur-leeds-507558.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-27T19:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-brighton-bute-sur-leeds-1638041882_x600_articles-507558.jpg", + "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", @@ -127139,17 +129575,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d9bc28686c76d23945431b59ca118e1e" + "hash": "8608ee1d6a7a862807b8b874599e9515" }, { - "title": "Le Bayern trouve la faille contre l'Arminia Bielefeld et récupère la tête", - "description": "

    ", - "content": "

    ", + "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/le-bayern-trouve-la-faille-contre-l-arminia-bielefeld-et-recupere-la-tete-507556.html", + "link": "https://www.sofoot.com/apres-la-raclee-a-strasbourg-jimmy-briand-bordeaux-a-honte-507763.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-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", @@ -127159,17 +129595,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4fbe009dd243d3dbc58ba98065247cbb" + "hash": "07ab725b8b6270c2993333bb02f14de1" }, { - "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": "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/l-atalanta-assomme-la-juventus-507555.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-27T19:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-atalanta-assomme-la-juventus-1638038812_x600_articles-alt-507555.jpg", + "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", @@ -127179,17 +129615,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fcabbe2a2e499f56def752f69ba2ee17" + "hash": "4cf6f023d56737b6933b62310215dce6" }, { - "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": "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/antoine-kombouare-apres-lille-nantes-la-var-a-failli-507559.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-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-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", @@ -127199,17 +129635,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "10bad862e6e59209b19e73dca6ceaf52" + "hash": "479b3f190a92dd5c72661b59e94cf304" }, { - "title": "Nantes résiste à Lille", - "description": "

    ", - "content": "

    ", + "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/nantes-resiste-a-lille-507554.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-27T17:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-nantes-resiste-a-lille-1638036177_x600_articles-507554.jpg", + "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", @@ -127219,17 +129655,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f290d4db739247bc25658015c1f77a40" + "hash": "add73c81c4a090ead158921a89f6a6e5" }, { - "title": "Coupe de France : Guingamp sort gagnant de ses retrouvailles avec Saint-Brieuc", - "description": "

    ", - "content": "

    ", + "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/coupe-de-france-guingamp-sort-gagnant-de-ses-retrouvailles-avec-saint-brieuc-507548.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-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-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", @@ -127239,17 +129675,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d3b9339411ca8dde598954eb863f181" + "hash": "ed89e6eb9aa1456a7004199472bb072d" }, { - "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": "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/en-direct-lille-nantes-507550.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-27T17:05:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-lille-nantes-1638030329_x600_articles-alt-507550.jpg", + "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", @@ -127259,17 +129695,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea95aea7b8a13a38baeedca385399f82" + "hash": "0f347691a2182f32486da7fbc6931bea" }, { - "title": "Liverpool roule sur Southampton", - "description": "

    ", - "content": "

    ", + "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/liverpool-roule-sur-southampton-507553.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-27T16:55:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-liverpool-roule-sur-southampton-1638032305_x600_articles-507553.jpg", + "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", @@ -127279,17 +129715,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a2e1816d85319a42fb707f76cae319e" + "hash": "8916db1e5d7349687d977d9aa9a1ff7c" }, { - "title": "En direct : Juventus - Atalanta ", - "description": "28' : GOAAAAAAAAAAAAAAAAAAOLLLLLLLLLL
    \n
    \nGOAAAAAAAAAAAAAAAAAAOLLLLLLLLLL
    \n
    \nGOAAAAAAAAAAAAAAAAAAOLLLLLLLLL ...", - "content": "28' : GOAAAAAAAAAAAAAAAAAAOLLLLLLLLLL
    \n
    \nGOAAAAAAAAAAAAAAAAAAOLLLLLLLLLL
    \n
    \nGOAAAAAAAAAAAAAAAAAAOLLLLLLLLL ...", + "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/en-direct-juventus-atalanta-507545.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-27T16:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-juventus-atalanta-1638023173_x600_articles-507545.jpg", + "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", @@ -127299,17 +129735,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b7bcc1dd702eefb039eda58cef6dbee1" + "hash": "fa5d29cb93f4e44b47ace60f414ed542" }, { - "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": "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/haaland-et-dortmund-leaders-provisoires-gladbach-sombre-fribourg-n-y-arrive-plus-507547.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-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-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", @@ -127319,17 +129755,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec7f5b755ac0208ceb951b15f2fd5913" + "hash": "baefc093c7dfcffdd8af475f30bc72a9" }, { - "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": "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/pronostic-osasuna-elche-analyse-cotes-et-prono-du-match-de-liga-507508.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-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-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", @@ -127339,17 +129775,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "82cb2e51a57c60fb821004ab6884b1d0" + "hash": "75e97577b6d3139f2a6296fb088d111e" }, { - "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": "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/mike-maignan-va-deja-faire-son-retour-507551.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-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-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", @@ -127359,17 +129795,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc19a6e8078bb3dbb758d2f63bdc906b" + "hash": "f7f87a25e073be4fcdb152de60d1694e" }, { - "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": "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/spalletti-il-y-a-des-clubs-serieux-et-puis-il-y-a-le-spartak-507549.html", + "link": "https://www.sofoot.com/takehiro-tomiyasu-adaptation-express-a-arsenal-507722.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-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", @@ -127379,17 +129815,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5cd4bd1cf08246fa2614ed5d8764ac4" + "hash": "d1488465def2ada6fb84672c83b0d505" }, { - "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": "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/cinq-hommes-interpelles-dans-le-cadre-du-cambriolage-chez-mario-lemina-507546.html", + "link": "https://www.sofoot.com/tactique-ralf-rangnick-est-il-manchester-united-compatible-507636.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-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", @@ -127399,17 +129835,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "71e4e6f49991479fb90e629195c62de3" + "hash": "ff5cba4e3fda8e023fa588e13d9290c0" }, { - "title": "Les Gunners étouffent Newcastle", - "description": "

    ", - "content": "

    ", + "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/les-gunners-etouffent-newcastle-507539.html", + "link": "https://www.sofoot.com/bruno-genesio-on-aurait-du-etre-beaucoup-plus-patients-507751.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-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", @@ -127419,17 +129855,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a6da18e6df252ea321cbf29b3474e7a" + "hash": "92d1c507164ec0ce8d66606cbd5226fd" }, { - "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": "Manchester City assure à Aston Villa", + "description": "

    ", + "content": "

    ", "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/manchester-city-assure-a-aston-villa-507748.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-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", @@ -127439,17 +129875,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b6304ecb29fc607e3148e2857fbeae3" + "hash": "20087c7b75e1d0f607bdc96d9029b45e" }, { - "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": "Benzema offre les trois points au Real Madrid face à l'Athletic ", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/verratti-encore-absent-pour-le-deplacement-a-saint-etienne-icardi-aussi-507541.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-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-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", @@ -127459,17 +129895,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6837029bbf2631e1b384643532a9a463" + "hash": "828af6f4e84682dfee2bfc839a80d016" }, { - "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": "Liverpool gifle Everton à Goodison Park", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/nani-et-orlando-city-c-est-fini-507538.html", + "link": "https://www.sofoot.com/liverpool-gifle-everton-a-goodison-park-507743.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-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", @@ -127479,17 +129915,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "097f9c786ce5c4be3e256e576089d68c" + "hash": "3c70a5cf2c2d77be17d0a3fd73230eb2" }, { - "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": "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/quatorze-blesses-et-cinq-inculpes-apres-leicester-legia-varsovie-507537.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-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-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", @@ -127499,17 +129935,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ce75fefe59dedf366a8b6e941562cc4" + "hash": "8372d0ec8c0ec406ebe20b65a1e4a423" }, { - "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": "Marseille enchaîne à Nantes et repasse dauphin", + "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/marseille-enchaine-a-nantes-et-repasse-dauphin-507745.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-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", @@ -127519,17 +129955,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f4f50926b8af64662cdbcbb016992eb" + "hash": "680cfa655dd86709375a20c02eef5bf4" }, { - "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": "Clermont et Lens se partagent les points", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/le-siege-de-la-juventus-perquisitionne-par-la-brigade-financiere-507534.html", + "link": "https://www.sofoot.com/clermont-et-lens-se-partagent-les-points-507747.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-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", @@ -127539,17 +129975,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7548d7145946c4444cb30388facdc9de" + "hash": "1568a73fa6c6aa0e3b5729e82d188eb2" }, { - "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": "Chelsea domine Watford, Leicester tenu en échec par Southampton", + "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/chelsea-domine-watford-leicester-tenu-en-echec-par-southampton-507749.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-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", @@ -127559,17 +129995,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "acdd463a3a4a886c8d3c6dbf00bda525" + "hash": "d709469b55b5e306f6203e459b519669" }, { - "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": "Lille fait tomber Rennes", + "description": "

    ", + "content": "

    ", "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/lille-fait-tomber-rennes-507741.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-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", @@ -127579,17 +130015,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ac7b41244931684109a39748d748dba" + "hash": "58637350c0b3b233a354aa30063b80d9" }, { - "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": "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/loto-du-samedi-27-novembre-2021-27-millions-d-e-a-gagner-cagnotte-record-507495.html", + "link": "https://www.sofoot.com/paris-se-heurte-a-nice-507727.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-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", @@ -127599,17 +130035,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c05a4bd6bf54718b3b13578007f2f787" + "hash": "a25fc0ffa274af6aff141ac83c0b478a" }, { - "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": "Reims punit l'OL sur le gong", + "description": "

    ", + "content": "

    ", "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/reims-punit-l-ol-sur-le-gong-507707.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-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", @@ -127619,17 +130055,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ad45deb2075d062e36da46bc2adc901" + "hash": "b759d49b61877dbee82db6fa0e7ca523" }, { - "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": "Junior Messias met Milan à l'abri du Genoa", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/aime-jacquet-muscle-ton-jeu-robert-e2-80-a6-507323.html", + "link": "https://www.sofoot.com/junior-messias-met-milan-a-l-abri-du-genoa-507746.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-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", @@ -127639,17 +130075,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aba4075cb2adeed165b359b7f1f278cf" + "hash": "b677f34cee7a98680a2d2c166a557c18" }, { - "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": "Naples freiné à Sassuolo", + "description": "

    ", + "content": "

    ", "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/naples-freine-a-sassuolo-507738.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-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", @@ -127659,17 +130095,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f71eb0cb741f355c09dfbb13f415bd3d" + "hash": "151a83491e9afc86a49d3436d453e290" }, { - "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": "Les Girondins prennent l'eau à Strasbourg", + "description": "

    ", + "content": "

    ", "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/les-girondins-prennent-l-eau-a-strasbourg-507744.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-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", @@ -127679,17 +130115,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5da0f20fd37cd210576fb977f786bf85" + "hash": "b0eb7510d4de1bf5fdfbb481b4c01c62" }, { - "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": "Montpellier se relance à Metz", + "description": "

    ", + "content": "

    ", "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/montpellier-se-relance-a-metz-507739.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-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", @@ -127699,17 +130135,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "efa25f1ecc3da4ad3df019d7d29e0a35" + "hash": "2f23b709c85bc6bd07eec52e4d3cfa29" }, { - "title": "Les Bleues collent un set au Kazakhstan et poursuivent leur sans-faute", - "description": "

    ", - "content": "

    ", + "title": "Troyes cuisine Lorient", + "description": "

    ", + "content": "

    ", "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/troyes-cuisine-lorient-507706.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-01T20:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-troyes-cuisine-lorient-1638387053_x600_articles-507706.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -127719,17 +130155,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2cdfc40d382bb353478f4e8fca1430e3" + "hash": "cff809d1e4f19708cc9b8d55053c1dbc" }, { - "title": "Lens et Angers se rendent coup pour coup à Bollaert", - "description": "

    ", - "content": "

    ", + "title": "Monaco calme Angers", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/lens-et-angers-se-rendent-coup-pour-coup-a-bollaert-507531.html", + "link": "https://www.sofoot.com/monaco-calme-angers-507736.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-01T19:56:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-monaco-calme-angers-1638388659_x600_articles-507736.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -127739,17 +130175,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a077f3831f9b3d9956ac06eb929ae73c" + "hash": "5eb23c97e9887a79fec3220205ff0630" }, { - "title": "Coupe de France : Bastia et Jura Sud l'emportent pour rallier les 32es", - "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/coupe-de-france-bastia-et-jura-sud-l-emportent-pour-rallier-les-32es-507530.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-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-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", @@ -127759,17 +130195,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "049c7726669a60d390346494728006cf" + "hash": "72b5a73fb4260887d88a2abdbab8b7b3" }, { - "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": "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/en-direct-lens-angers-507527.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-26T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-lens-angers-1637959059_x600_articles-alt-507527.jpg", + "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", @@ -127779,17 +130215,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c663fd6f6de1feacf32adeac8becbfc2" + "hash": "7a0f3570d30d315ee51a29b8617f47bb" }, { - "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": "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/le-portugal-ou-l-italie-manquera-le-mondial-507525.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-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-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", @@ -127799,17 +130235,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0422613a4b02e3d8339facb35cfd86d3" + "hash": "651ae6336274cd0df113b161b6ce18d3" }, { - "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": "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/ben-chilwell-touche-au-ligament-croise-et-absent-plusieurs-semaines-507526.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-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-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", @@ -127819,17 +130255,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2bc86d114fc041d2140a213db30a9224" + "hash": "2c2418c74b06a2760b2a686344887070" }, { - "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": "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/pronostic-om-troyes-analyse-cotes-et-prono-du-match-de-ligue-1-507506.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-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-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", @@ -127839,17 +130275,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2fe2997ca2d7d99a26933bdfaef1c1a4" + "hash": "be0f9fe56d3276954c0bb1acdfda7183" }, { - "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 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/pronostic-montpellier-lyon-analyse-cotes-et-prono-du-match-de-ligue-1-507504.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-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-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", @@ -127859,17 +130295,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d9d6a5bcf44c298987afc2c024834826" + "hash": "1b27f45056b6f9978ed7eb275cb19eb7" }, { - "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": "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/pronostic-bordeaux-brest-analyse-cotes-et-prono-du-match-de-ligue-1-507503.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-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-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", @@ -127879,8129 +130315,8377 @@ "favorite": false, "created": false, "tags": [], - "hash": "4062e09ad488e2d89c6ad05e548e28c6" + "hash": "516c5f3e051dd2fdf3826d5e5c6e77e5" }, { - "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": "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/pronostic-lorient-rennes-analyse-cotes-et-prono-du-match-de-ligue-1-507502.html", + "link": "https://www.sofoot.com/dortmund-bayern-se-jouera-finalement-a-huis-clos-507721.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T15:44: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": "40191158c732de1ce1a3dc6b8a600bd3" + "hash": "7523d6aaa1a4f34b8aacf23088bef76b" }, { - "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": "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/pronostic-monaco-strasbourg-analyse-cotes-et-prono-du-match-de-ligue-1-507497.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-26T15:25: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": "657a361853f9b3e507b3ec43e4e22136" + "hash": "5a3c2a3a68d8581bcc943403cc4373d5" }, { - "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": "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/foot-amateur-reduction-de-peine-pour-un-joueur-qui-avait-menace-sa-ligue-507524.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-26T15:22: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": "dc3c935fd964009287d00e1242ff76f1" + "hash": "d14985478ac9e5b86178a3f9010a7143" }, { - "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": "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/sepp-blatter-entendu-comme-temoin-dans-l-affaire-de-l-attribution-du-mondial-2022-au-qatar-507523.html", + "link": "https://www.sofoot.com/sarina-wiegman-insatisfaite-des-scores-fleuves-dans-le-football-feminin-507720.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T15:15: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": "577b761bef78ff30d1c2d74003d09c42" + "hash": "a295cca6225c59d2b40d0165031393a2" }, { - "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": "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/sampaoli-il-faudra-voir-comment-dimitri-est-emotionnellement-parlant-507522.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-26T15:14: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": "231079375c2d97c1513138723ac06119" + "hash": "344d1a7de82cadf0b190d2d96e479037" }, { - "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": "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/pronostic-reims-clermont-analyse-cotes-et-prono-du-match-de-ligue-1-507496.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-26T15:10: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": "9b3c248913b87c8558baba6570ba0989" + "hash": "b63dc152e4d9d692944b9adc46ef9cba" }, { - "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": "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/xavi-ousmane-dembele-est-tres-important-pour-mon-projet-507520.html", + "link": "https://www.sofoot.com/le-graet-je-ne-ferai-pas-attendre-zidane-507716.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T14:36: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": "47e60d97347003d4b324a280bc3025ff" + "hash": "e5a60f0e5a982166e891868138f50f1e" }, { - "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": "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/klopp-et-la-menace-rangnick-507521.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-26T14:17: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": "fcc919b0619302b3baba2193ece344c3" + "hash": "5c7e24998b4a46da122297e4b8f4b650" }, { - "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": "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/marcelo-gallardo-vers-un-depart-de-river-plate-507519.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-26T13:56: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": "7ecef881bd3c4d0b1c6a3dac461b6d70" + "hash": "b6240208c379e169d8ffb0b5eb8acf5e" }, { - "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": "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/le-barca-va-regler-dix-millions-d-euros-a-koeman-d-ici-la-fin-de-l-annee-507517.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-26T13:19: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": "1a67dd61289caf2aedef02549a95e8f6" + "hash": "fd958044722de5df26cad1b5da1500af" }, { - "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": "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/ralf-rangnick-j-ai-reussi-a-creer-des-equipes-qui-ont-leur-propre-modele-507479.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-26T13:00: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": "9bec57195b0a8cd7312f4ca571e73889" + "hash": "42799bea1e4b73c9239d6f2570b5a9e5" }, { - "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": "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…

    ", "category": "", - "link": "https://www.sofoot.com/leonardo-assure-qu-il-n-a-eu-aucun-contact-avec-zidane-507516.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-26T11:49: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": "a047a4a6c5b25ed8276d1c79305b71ae" + "hash": "269101a28f2dddcc5307c99398078176" }, { - "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": "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/les-supporters-dijonnais-lancent-une-collecte-de-jouets-pour-les-enfants-malades-507515.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-26T11:49: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": "7dd1060760ad7232c90282ce12dea228" + "hash": "9b0b6b7060b9a764f532da1c22d852e3" }, { - "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": "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/pronostic-saint-etienne-psg-analyse-cotes-et-prono-du-match-de-ligue-1-507501.html", + "link": "https://www.sofoot.com/les-10-grands-moments-de-shevchenko-a-milan-507692.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T11:37: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": "e2efca2d88ec527f2ed80dfd12e4d671" + "hash": "7e42443955bb2aa4e6afe370b137c666" }, { - "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": "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/hugo-videmont-joueur-de-l-annee-au-zalgiris-vilnius-507514.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-26T11:15: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": "4cabcd69e255059379e2dd5f0a23faf8" + "hash": "480c871bbc7a58457667b593c2740635" }, { - "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": "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/le-bayern-munich-s-echarpe-avec-ses-membres-sur-le-partenariat-avec-le-qatar-507512.html", + "link": "https://www.sofoot.com/jack-grealish-reconnait-ses-difficultes-d-adaptation-a-city-507708.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T11:04: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": "0d204f4912b266b394acadd7d8101329" + "hash": "7d4347d92844268af72f9684db90de8d" }, { - "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": "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/infantino-s-en-prend-aux-opposants-de-la-coupe-du-monde-tous-les-deux-ans-507513.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-26T11:04: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": "b1b981053d03db2ca249a93c764ab2df" + "hash": "6c816b9ed5278fd5a1154f0b11495776" }, { - "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": "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/messi-l-erreur-de-casting-507507.html", + "link": "https://www.sofoot.com/pique-je-prefere-mourir-que-de-jouer-a-madrid-507666.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T11:00: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": "5ac7aa2b578e1b8b6098d568275d746e" + "hash": "5488c348f0631898099a4b7768738d5b" }, { - "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": "Noël Le Graët tacle Valbuena ", + "description": "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/assassine-par-la-police-aux-philippines-l-ancien-footballeur-lafuente-n-etait-pas-un-dealer-507510.html", + "link": "https://www.sofoot.com/noel-le-graet-tacle-valbuena-507703.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T10:34: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": "8bdcf8ba38ab1b269b0e47284cc0fce0" + "hash": "c6893cde9c8f9c071f72e576c79e7d4f" }, { - "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": "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/l-ecusson-de-liverpool-se-retrouve-sur-la-saisie-de-215-kilos-de-cocaine-au-paraguay-507509.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-26T10:26: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": "2c9210469c058783213b401a2243704f" + "hash": "8e365c4e745dec4ca8c5c4eceb232024" }, { - "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": "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/formiga-prend-sa-retraite-internationale-507511.html", + "link": "https://www.sofoot.com/ibrahimovic-marine-le-pen-a-demande-mon-expulsion-507704.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T10:11: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": "cd1812155aff54587d48bc437e0c29a2" + "hash": "5895bc4031a32cc8250fb7baa334bac7" }, { - "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": "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/la-conmebol-met-fin-a-la-regle-du-but-a-l-exterieur-507505.html", + "link": "https://www.sofoot.com/le-president-de-la-federation-grecque-veut-fernando-santos-507701.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T10:07: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": "b68b496a069a4279a52cf40ecd89140f" + "hash": "26cdc721ba688bd36182bd857303b567" }, { - "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": "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/la-pelouse-de-santander-gravement-deterioree-par-un-acte-de-vandalisme-507500.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-26T09:42: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": "18e77a9e93875716e70b8fa8f14e98b9" + "hash": "ee7f70b7f92081f2cb69d6c344bfc8e7" }, { - "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": "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/les-supporters-du-legia-s-attaquent-a-la-police-lors-du-match-a-leicester-507499.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-26T09:40: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": "bb622f7144ed91fc0833ac2c3bb90f0c" + "hash": "609f943d3f1602f2b447e5bc33243785" }, { - "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": "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/conte-depite-apres-la-defaite-de-tottenham-a-mura-507492.html", + "link": "https://www.sofoot.com/il-ne-fallait-pas-enterrer-anthony-lopes-507687.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T09:26: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": "6f83162f7b0eb56d0bed89ddc5e2add4" + "hash": "44ab45f6e232d0bea8117a1485f7d644" }, { - "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": "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/ses-premiers-enfants-s-appellent-mara-et-dona-son-troisieme-s-appellera-diego-507498.html", + "link": "https://www.sofoot.com/bordeaux-defense-d-en-rire-507600.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T09:14: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": "b698382e785c159eda9899406b795b58" + "hash": "1d9c6fc711efa51f6a7f5670d2db0303" }, { - "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
    ", + "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/bruno-genesio-on-a-manque-d-humilite-507494.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-26T08:30: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": "0b588041b0c9d30d212497374e9499bd" + "hash": "b7e1db836c0f04b0dcd737557876746c" }, { - "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": "Les Bleues terminent l'année en beauté face au pays de Galles", + "description": "

    ", + "content": "

    ", "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/les-bleues-terminent-l-annee-en-beaute-face-au-pays-de-galles-507678.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T22:46: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": "06277da769b5fb2db3a654e47fa626c1" + "hash": "eecbc9aa0045ccc2b4fe34573bd15af2" }, { - "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/leicester-et-les-rangers-se-remettent-en-marche-507461.html", + "link": "https://www.sofoot.com/la-juventus-se-rassure-a-salerne-507697.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T22:00: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": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "352566e08054fdc5f0dd66357325fd6f" + "hash": "f85d83aabb84a39a68afc4603130e1a9" }, { - "title": "Monaco glace la Real Sociedad et composte son billet", - "description": "

    ", - "content": "

    ", + "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/monaco-glace-la-real-sociedad-et-composte-son-billet-507454.html", + "link": "https://www.sofoot.com/en-direct-koh-lanta-la-legende-episode-13-507694.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T22:00: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": "cbbaa6987d93eca216281560b57a2dda" + "hash": "8f1f02d6ddcf90cbbc92759a0ba9eb54" }, { - "title": "Lyon déroule à Brøndby ", - "description": "

    ", - "content": "

    ", + "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/lyon-deroule-a-br-c3-b8ndby-507439.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-25T22:00: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": "5b77ec03c6aa132e4795ea95e28612ed" + "hash": "80730527bcca3628a5d00464e7e47c19" }, { - "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": "L'Atalanta et la Fiorentina sans problème", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-villarreal-barcelone-analyse-cotes-et-prono-du-match-de-liga-507473.html", + "link": "https://www.sofoot.com/l-atalanta-et-la-fiorentina-sans-probleme-507696.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T20:34: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": "f5d8d4ae851c58cf0f96d0b39e812152" + "hash": "3dfbdcfdd63643652f53a2ded9e38a56" }, { - "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": "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/pronostic-juventus-atalanta-bergame-analyse-cotes-et-prono-du-match-de-serie-a-507471.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-25T20:25: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": "d85039c93baf1fd4e5c8af34e5b07d15" + "hash": "dc8b1134010255836297a46680559828" }, { - "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": "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/pronostic-arsenal-newcastle-analyse-cotes-et-prono-du-match-de-premier-league-507469.html", + "link": "https://www.sofoot.com/lisandro-lopez-annonce-son-depart-du-racing-507695.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T20:18: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": "192e042c303032e5f7aa5bc3651d80b1" + "hash": "ab5f95ad008917d0da66916b58472fb4" }, { - "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": "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/pronostic-lille-nantes-analyse-cotes-et-prono-du-match-de-ligue-1-507468.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-25T19:56: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": "cf173b03df6ef82692a047df4e41ae6d" + "hash": "82b745931b40737319e05497f2b45109" }, { - "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": "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/en-direct-monaco-real-sociedad-507453.html", + "link": "https://www.sofoot.com/rangnick-ne-sera-pas-sur-le-banc-contre-arsenal-507693.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T19:45: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": "2c50e92e1b6867d435ab4f8918193b59" + "hash": "74aebd9d7da0baf56af2640a18c2f2f2" }, { - "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": "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/en-direct-br-c3-b8ndby-lyon-507437.html", + "link": "https://www.sofoot.com/saint-priest-proteste-contre-une-lourde-sanction-de-la-fff-507690.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T19:45: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": "5e92d3c93aa4fc5e4a56733f496b6f11" + "hash": "3eaa5b01930206f1373b5871de2855ea" }, { - "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": "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/tape-par-galatasaray-l-om-ne-verra-pas-la-suite-de-la-c3-507488.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-25T19:44: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": "582cc64bf9651d557a27e3c29782ee1f" + "hash": "81b847e0939836c4802c3f42f0b3c625" }, { - "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": "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/rennes-frustre-par-le-vitesse-arnhem-mais-qualifie-en-huitiemes-de-finale-507484.html", + "link": "https://www.sofoot.com/les-joueurs-de-l-excel-mouscron-partent-en-greve-507686.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T19:39: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": "c4934195a6a73e90936186138235960d" + "hash": "26dfc4f1056cf2146ace1ab6519d85c6" }, { - "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": "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/la-lazio-engloutit-le-lokomotiv-leverkusen-s-arrache-face-au-celtic-507487.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-25T19:38: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": "94093ffa2fc2381f15b3d28c98ef5366" + "hash": "825893a49a77f46b122c60a44d54e284" }, { - "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": "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/la-fifa-va-tester-le-hors-jeu-automatise-lors-de-la-coupe-arabe-507482.html", + "link": "https://www.sofoot.com/vers-des-rencontres-a-huis-clos-en-baviere-507683.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T17:33: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": "5377fb3b5249c59abbc857cb44798f60" + "hash": "a436e251d9b927523292a26df41bb8d2" }, { - "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": "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/en-direct-rennes-vitesse-arnhem-507483.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-25T17:30: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": "76fa2ff8faec6e9c2f51c614cccd038d" + "hash": "02ddc60b59c37a46d6cb92dc4a78f559" }, { - "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": "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/en-direct-galatasaray-marseille-507481.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-25T17:30: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": "ba099d23fa094148adf286c1bf39008e" + "hash": "a80a7c2a4270b2023bdbb7c605afd1a7" }, { - "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": "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/revenu-sur-les-terrains-andre-onana-gardien-de-l-ajax-confirme-son-depart-imminent-507480.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-25T16:50: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": "2f6a4b89a829a6cf4d880e0d6f5225e4" + "hash": "09eaef02c740990146851c5c5ee2474d" }, { - "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": "À 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/antoine-kombouare-tres-affecte-par-le-jet-de-bouteille-sur-dimitri-payet-lors-de-lyon-marseille-507478.html", + "link": "https://www.sofoot.com/a-nimes-rani-assaf-veut-une-supra-association-507677.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T16:34: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": "b08e380cf11667daee3819cef9b37ec5" + "hash": "58e2e3b2e6dd8b64120be00da25f2f11" }, { - "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": "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/nick-mwendwa-president-de-la-federation-kenyane-acquitte-507470.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-25T16:27: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": "d165349dc71d1751643fe1b4a106cdd5" + "hash": "0ffb15056410ee73c87cb961e78e5993" }, { - "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": "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/ralf-rangnick-serait-en-pole-position-pour-debarquer-a-manchester-united-507477.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-25T16:18: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": "3e3bf5835929385863d1d5486b051bf0" + "hash": "990caf09ebc6b40311465eeb1cd93a47" }, { - "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": "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/pour-christophe-galtier-nice-il-faut-nettoyer-les-tribunes-507476.html", + "link": "https://www.sofoot.com/jacques-henri-eyraud-decore-de-la-legion-d-honneur-507674.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T15:50: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": "46c22be2150b6466d0a3e901d8d15351" + "hash": "84b590db0eb63d0a66f89333ab759b23" }, { - "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": "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/championship-paul-heckingbottom-revient-sur-le-banc-de-sheffield-united-507475.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-25T15:40: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": "306543e2565c212aac380adb247c193c" + "hash": "199d81c0caaa45ad49dcad488e0c5d1f" }, { - "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": "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/mino-raiola-la-fifa-c-est-une-mafia-507467.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-25T15:30: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": "5713c875122e97884a59110c3ac143a9" + "hash": "995cc5a5bd2a2c86e482c0d2c6df4b83" }, { - "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": "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/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/pronostic-rennes-lille-analyse-cotes-et-prono-du-match-de-ligue-1-507673.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T15:16: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": "94d292d9cac883d8a23a0e3eaea9485d" + "hash": "8fa9e93f9f78918b6b3582c3819e615e" }, { - "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 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/mikel-arteta-veut-arsene-wenger-a-ses-cotes-a-arsenal-507465.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-25T14:31: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": "0453d84ffbe5009f248122b0771bf0ca" + "hash": "b52cf46eb11378d1594a376c70e37043" }, { - "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": "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/footgate-dejan-veljkovic-premier-repenti-de-l-histoire-de-la-justice-belge-507459.html", + "link": "https://www.sofoot.com/mattia-caldara-la-renaissance-venitienne-507633.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T14:16: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": "503977ee5db9c400f4a8082a674ea758" + "hash": "31b3409a6a77fbd0d5c37e097ae7f9e4" }, { - "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": "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/pronostic-athletic-bilbao-grenade-analyse-cotes-et-prono-du-match-de-liga-507466.html", + "link": "https://www.sofoot.com/c-est-quoi-cette-coupe-arabe-de-la-fifa-507617.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T13:49: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": "e36869ff8edcc19f9eccb3cd9d41722e" + "hash": "48f5ddd9ab5bf73fcc7af242814ade50" }, { - "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 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/pronostic-lens-angers-analyse-cotes-et-prono-du-match-de-ligue-1-507464.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-25T13:43: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": "6f9e277eadbe221ae6326c3e52b83a1d" + "hash": "d631104c6fd2d7c3f9b472748c383a4d" }, { - "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": "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/pronostic-stuttgart-mayence-analyse-cotes-et-prono-du-match-de-bundesliga-507463.html", + "link": "https://www.sofoot.com/le-psg-engrange-148-million-d-euros-par-jour-507667.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T13:32: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": "6fafd6c16123fa8cc5c90a77f8d74220" + "hash": "188ea81d4e051611d7305710b6ddb765" }, { - "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 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/pronostic-cagliari-salernitana-analyse-cotes-et-prono-du-match-de-serie-a-507462.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-25T13:21: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": "2cab562588b953a97868b61f57d42aed" + "hash": "f94660b5d3c9eb534e6c1a438cb6430a" }, { - "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 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/ultra-de-l-om-une-fois-en-meute-nous-sommes-habites-507407.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-25T13:00: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": "f97d0b5cfa9d6c28da45677ce30a54db" + "hash": "b1c098355f16b9265c7e526853b01888" }, { - "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": "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/le-brentford-fc-ne-changera-pas-de-maillot-domicile-pour-la-saison-prochaine-507458.html", + "link": "https://www.sofoot.com/donnons-un-ballon-d-or-au-collectif-italien-507657.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T12:31: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": "b23375f728681285cf1071d089fa7c79" + "hash": "ff51343fce9b3d160a7f1090e62e7691" }, { - "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": "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/robin-le-normand-real-sociedad-le-defi-c-est-de-jouer-en-equipe-de-france-507460.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-25T12:26: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": "22d8ad9604fde16b0b3d70c97a5a301f" + "hash": "632318c18f30b4b7bbb055683d0ad7d7" }, { - "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": "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/jorge-mendes-a-nouveau-inquiete-par-une-enquete-pour-blanchiment-d-argent-507448.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-25T12:19: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": "6411b3f40e7e0dc19196f839907d967e" + "hash": "adb0667554332287c258ee4e8a6bb2bb" }, { - "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": "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/tactique-que-retenir-de-ce-manchester-city-psg-507457.html", + "link": "https://www.sofoot.com/le-psg-doit-il-celebrer-ce-ballon-d-or-507664.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T12:00:00Z", - "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", - "read": false, - "favorite": false, + "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": "50710f529f00ea7f15cadd2158249ce1" + "hash": "a5daa183bd5b409911095de7a2ccad5c" }, { - "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": "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/kilos-de-marijuana-armes-a-feu-le-bilan-de-la-perquisition-des-boixos-nois-a-barcelone-507452.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-25T11:51: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": "a036e7f39306df168ab6ceea95a283b9" + "hash": "18d74296f7ba05b9c8f97be0600a170a" }, { - "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": "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/josko-gvardiol-touche-par-un-projectile-lors-de-bruges-leipzig-507455.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-25T11:22: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": "5a825c2cff10701d479135c56a5326f3" + "hash": "237e6216fcdb6bd4d05f09c0f08f9011" }, { - "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": "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/euromillions-vendredi-26-novembre-2021-163-millions-d-e-a-gagner-507456.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-25T11:13: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": "aadd2f51427133ce41f3834bf993ea08" + "hash": "756576339a455a8ec6c4dcd6be4155ad" }, { - "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": "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/junior-messias-l-ancien-livreur-de-frigo-devenu-heros-du-milan-507450.html", + "link": "https://www.sofoot.com/ethan-mbappe-appele-avec-l-equipe-de-france-u16-507659.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T11:00: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": "6f73d6c66e43c2767d2b595136744633" + "hash": "aa9a5a3efb457012cdf1d87cba1214d1" }, { - "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": "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/john-fleck-sheffield-united-est-sorti-de-l-hopital-apres-s-etre-effondre-contre-reading-507451.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-25T10:27: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": "5beab6cdfd934aa55b2b3e7a22e37919" + "hash": "a63696d711f56cb5ae30d5800e97e09a" }, { - "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": "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/quand-rhys-healey-toulouse-fc-se-livre-sur-ses-gouts-musicaux-507449.html", + "link": "https://www.sofoot.com/mohamed-salah-a-remporte-le-golden-foot-award-507656.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T10:14: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": "723086c0d468ab0fb77bf78d10ea86ea" + "hash": "625ba3892397592d61249fc4f51709d1" }, { - "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": "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/c3-prolonger-le-plaisir-507443.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-25T10:00: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": "b350a1aaa8d6138753e2a171c8022e7e" + "hash": "485e70e08b71c1f9173a10da30dadb39" }, { - "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": "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/la-dncg-garde-la-masse-salariale-des-girondins-de-bordeaux-sous-controle-507446.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-25T09:06: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": "246f16239900f7ca2ea47a6735b9e9e4" + "hash": "6760d92bc9d7c3d26018595b38a8f17e" }, { - "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": "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/le-numero-24-de-loic-perrin-retire-a-l-as-saint-etienne-507444.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-25T08:44: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": "455477f704f3da214c11e3239b8ee92e" + "hash": "c5c39e2d3ee8b15c42132648b0726342" }, { - "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": "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/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/comment-j-ai-gagne-une-playstation-5-grace-a-so-foot-507629.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T08:31: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": "287c09c6e198adb46ac029135fd41c0c" + "hash": "a66cbb7c3f4f3f537dd73639ac910e1e" }, { - "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": "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/jet-de-projectile-les-victimes-racontent-507409.html", + "link": "https://www.sofoot.com/juventus-circus-507638.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T05:00: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": "72984df23fd94a29cf56599b0dc6ae20" + "hash": "1ddcb491380ef362b478fb7c32bdb50d" }, { - "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": "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/didier-domi-tu-peux-etre-domine-et-subir-mais-pas-comme-ca-507441.html", + "link": "https://www.sofoot.com/tabac-et-football-l-ecran-de-fumee-507616.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T00:45: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": "bd068758cdb6b9dee1e2000bf69753a2" + "hash": "eaf40e870242c1d80623d3e28070bbaa" }, { - "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": "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/manchester-city-psg-le-baton-pour-se-faire-battre-507440.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-24T23: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": "565a28bad9f9b5fbc537df9179e1920a" + "hash": "dc28d4b312f65f10bff3ecfd15ec0fec" }, { - "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": "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/pedro-goncalves-le-petit-prince-du-sporting-507438.html", + "link": "https://www.sofoot.com/lionel-messi-vainqueur-du-ballon-d-or-2021-507651.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T22:59: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": "61f634d7edfa326717dd3f3c78cc55dc" + "hash": "326f7ce56398cbb51fa98581012315b1" }, { - "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": "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/marquinhos-le-plus-important-c-etait-de-se-qualifier-507435.html", + "link": "https://www.sofoot.com/lewandowski-un-affront-si-previsible-507650.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T22:49: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": "3ccf2cccedcf32db32220083e52f7cff" + "hash": "1f070d285fb606b5a46dfa43cb2b9121" }, { - "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": "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/les-notes-du-psg-face-a-manchester-city-507383.html", + "link": "https://www.sofoot.com/messi-le-ballon-dort-507642.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T22:15: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": "a9ec7a093c97f0ce574f837608a43689" + "hash": "3f9feb8ada3a8b906784f62a54f0dbd4" }, { - "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": "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/kimpembe-la-solution-bloc-median-coulisser-507436.html", + "link": "https://www.sofoot.com/karim-benzema-enfin-certifie-507628.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T22:13: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": "6ff0ad4340ff93e76296819c42d1d2d0" + "hash": "36255fc0b6c7eac4213af8d1194fcc03" }, { - "title": "Le Real Madrid glace le Sheriff et file en huitièmes", - "description": "

    ", - "content": "

    ", + "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/le-real-madrid-glace-le-sheriff-et-file-en-huitiemes-507434.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-24T22:12: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": "e4dbdd3efea17d68871a221ec6d945e2" + "hash": "a1ca063e6b9a7873f2b158e4f79dcac8" }, { - "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": "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,…

    ", "category": "", - "link": "https://www.sofoot.com/les-notes-de-manchester-city-face-au-psg-507433.html", + "link": "https://www.sofoot.com/donnarumma-rafle-le-trophee-yachine-507648.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T22:00: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": "7e00dfe3ed7f13bd4fdaabd9e868581b" + "hash": "efb378680a47ebdc95c6d2a9a9513a40" }, { - "title": "Milan arrache la victoire contre l'Atlético et reste en vie", - "description": "

    ", - "content": "

    ", + "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/milan-arrache-la-victoire-contre-l-atletico-et-reste-en-vie-507431.html", + "link": "https://www.sofoot.com/alexia-putellas-de-l-or-dans-les-pieds-507641.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T22:00: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": "25ed82bbd6e1b3e90c864dc229bf7fa0" + "hash": "63f288c5e05ee46dec7fc0dff5474f0c" }, { - "title": "Le Sporting élimine Dortmund et file en huitièmes", - "description": "

    ", - "content": "

    ", + "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/le-sporting-elimine-dortmund-et-file-en-huitiemes-507428.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-24T22:00: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": "717a171ec23d0c4965222500c8952318" + "hash": "237b88b22ad73a42af55726e3c437b61" }, { - "title": "Liverpool enchaîne une cinquième victoire contre Porto", - "description": "

    ", - "content": "

    ", + "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/liverpool-enchaine-une-cinquieme-victoire-contre-porto-507426.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-24T22: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": "df285e8ca44dc0ce4c9e6f128de70e34" + "hash": "560f7dd1757cd8f42ac4eaa9126da160" }, { - "title": "Leipzig détruit Bruges, doublé de Christopher Nkunku", - "description": "

    ", - "content": "

    ", + "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/leipzig-detruit-bruges-double-de-christopher-nkunku-507425.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-24T21:56: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": "3b2ed6ece71b781fe2c994f7dc3f95c5" + "hash": "909910152d54cb14b8645a53de6eb264" }, { - "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": "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/le-psg-ecrabouille-2-1-a-manchester-city-507427.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-24T21:55: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": "4b0c67f8683869c8c58abe354d0318eb" + "hash": "8554f0fabb0f43e6728b61a06497815b" }, { - "title": "L'Inter vient à bout du Shakhtar grâce à un doublé de Džeko", - "description": "

    ", - "content": "

    ", + "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/l-inter-vient-a-bout-du-shakhtar-grace-a-un-double-de-dzeko-507430.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-24T19: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": "51b42c40933fe4560807c38e0b952119" + "hash": "f87bd1f882aa4c60e8f88a3d54f6ca94" }, { - "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": "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/en-direct-atletico-ac-milan-507424.html", + "link": "https://www.sofoot.com/oui-gauthier-hein-doit-remporter-le-prix-puskas-507634.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T19:45: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": "b9a798792c0125307968d3da1c84de86" + "hash": "a3689f30147d18f6ebd1dfe00f546a75" }, { - "title": "Haller renverse Beşiktaş à lui seul", - "description": "

    ", - "content": "

    ", + "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/haller-renverse-besiktas-a-lui-seul-507422.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-24T19:45: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": "b123f9ce8dc74a9bf3e40a464415590b" + "hash": "309dc381ae5495f851ee9eb0136637d5" }, { - "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": "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/en-direct-manchester-city-paris-s-g-507432.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-24T19:30: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": "7b751d75d6146e81bbfc0ccce452b6fa" + "hash": "a7a3736e5e112c8a7a8094db0d6775ed" }, { - "title": "Naples surpris sur le terrain du Spartak Moscou", - "description": "

    ", - "content": "

    ", + "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/naples-surpris-sur-le-terrain-du-spartak-moscou-507423.html", + "link": "https://www.sofoot.com/joris-gnagnon-va-s-engager-avec-l-as-saint-etienne-507623.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T17:30: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": "920c5ca164e26eb01e1b658e03481bf5" + "hash": "82318cc976c91968e42a5c083c6bf02d" }, { - "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": "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/la-dfl-repond-negativement-a-la-demande-d-helge-leonhardt-erzgebirge-aue-d-arreter-les-championnats-507421.html", + "link": "https://www.sofoot.com/en-direct-la-ceremonie-du-ballon-d-or-2021-507619.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T17:20: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": "29f5aaf3013fa32ff8a88f9a5afebf93" + "hash": "e170bc95849b74c71a38087bfc23ab80" }, { - "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": "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/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/gauthier-hein-auxerre-nomme-pour-le-prix-puskas-de-la-fifa-2021-507624.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T17:08: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": "8375bbcb08997b37274a66ddc1d28d78" + "hash": "5c79d70af1ea4185677583aa98bd9591" }, { - "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": "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/karim-benzema-reconnu-coupable-mathieu-valbuena-soulage-selon-son-avocat-507420.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-24T16:59: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": "2ea184b1bdca95765ccd66871f04ba0c" + "hash": "e4e1725cc2e2ca1cd86f73a687351b01" }, { - "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": "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/25-ultras-de-la-juve-interdits-de-stade-apres-le-derby-contre-le-torino-507417.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-24T16:47: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": "fedc39d94bbdc20d56dc2bb5c358d89b" + "hash": "ca89e048ec86c4c7165101225e89df06" }, { - "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": "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/la-caf-inquiete-pour-l-organisation-de-la-can-2022-au-cameroun-507414.html", + "link": "https://www.sofoot.com/ralf-rangnick-officiellement-intronise-a-manchester-united-507621.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T16:35: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": "6816ea2c8f5c90676ce60b60b06d7883" + "hash": "ae30c7fb05284c93d74dc99db9df5c01" }, { - "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": "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/luis-figo-la-superligue-est-morte-507416.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-24T16:13: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": "0735f931037d437ed479951fcd29f8e9" + "hash": "4dd13e752148d653228d27c134c65109" }, { - "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 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/en-district-dans-le-nord-une-equipe-fait-souffler-l-arbitre-dans-le-ballon-apres-la-defaite-507412.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-24T15:30: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": "bbb3cbe7cae7bad606bed162bc0869d6" + "hash": "418f9c93bd926c668823eaa2945a1a06" }, { - "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": "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/aberdeen-une-enquete-contre-funso-ojo-apres-un-nouvel-incident-avec-un-supporter-adverse-507413.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-24T15:14: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": "dbc1a2b77c80398c265fac31487bf05c" + "hash": "b8f588af35ed3a1cd4f82b06558de250" }, { - "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": "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/l-as-saint-etienne-invite-ses-supporters-a-choisir-son-nouveau-logo-507411.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-24T14:52: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": "e91d595ae34a4ba58e9b9b6d11d0727a" + "hash": "ce405eb1d311970c0d87835a8b9f9420" }, { - "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": "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/belgique-le-racisme-et-l-homophobie-decomplexes-d-un-club-amateur-le-kvv-duffel-sur-tiktok-507408.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-24T14: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": "49d51478ce3f0da2e3ec23cfa9e59a56" + "hash": "6bf498130f49cf7e32019d1695b7b455" }, { - "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": "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/bientot-des-mi-temps-de-25-minutes-comme-au-superbowl-507410.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-24T14:00: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": "5bfaf445c8f63ac617083ffef826f9d0" + "hash": "7d5bdfb0fd0e940f8f3751a2110b65c2" }, { - "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": "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/appel-rejete-pour-fabrizio-miccoli-condamne-a-3-ans-et-demi-de-prison-ferme-en-italie-507400.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-24T13:34: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": "6249a276ed712feb7e4e0aecc201a2a3" + "hash": "d143fd7bf6d0618c2f7d9878f6e446e5" }, { - "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": "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/l-avocat-de-karim-benzema-me-antoine-vey-denonce-une-sanction-totalement-disproportionnee-507405.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-24T13:04: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": "cdeb4c0fad05c20c63530d3ee09a9a8c" + "hash": "46e6ed03f7619a504d1576de810801e2" }, { - "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 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/benzema-pour-l-exemple-507402.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-24T13: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": "e5fad5614af5aa13d0f7fb751bc170ee" + "hash": "0f433ccc3b76041271c941d8c6e3163b" }, { - "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": "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/et-si-neymar-devait-jouer-en-numero-6-507389.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-24T13:00: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": "4940c4471fea43302a5a370b925887ae" + "hash": "57b2543d2f56bff05d0552daa78693ce" }, { - "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": "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/rudi-garcia-pour-s-installer-sur-le-banc-de-manchester-united-507406.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-24T12:59: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": "d65392b3b2cef64a08aa288a7925ece3" + "hash": "dce63752b45e47f5cb2aded8a53818dd" }, { - "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": "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/l-ac-ajaccio-se-considere-comme-le-parfait-bouc-emissaire-pour-la-commission-de-discipline-507404.html", + "link": "https://www.sofoot.com/un-milliardaire-russe-pour-reprendre-l-as-saint-etienne-507606.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T11:45: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": "aa6b4bb975d977ab728e95aef24bad91" + "hash": "ef70e0cb6262946b55f6a880c7145b42" }, { - "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": "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/marco-verratti-et-georginio-wijnaldum-psg-finalement-incertains-pour-affronter-manchester-city-507403.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-24T11:37: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": "5f479838cdc065db9ed3764c12526dd8" + "hash": "086f2d4c2eb3403a4dbc6b417dfd4e53" }, { - "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": "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…

    ", "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/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-24T11:09: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": "0ebf01f1e7bf87289e96cc77300f3e02" + "hash": "28f0c314bd8b396d8d8c258e37b10266" }, { - "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": "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/declan-rice-west-ham-tape-un-freestyle-de-rap-dans-un-space-sur-twitter-507397.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-24T10:39: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": "fd69436a2f7c386e96dc2827a9f05318" + "hash": "b5dbb1298a91f4892c626abdb0e9acba" }, { - "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": "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/pronostic-leicester-legia-varsovie-analyse-cotes-et-prono-du-match-de-ligue-europa-507399.html", + "link": "https://www.sofoot.com/neymar-psg-pourrait-etre-absent-six-semaines-507603.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T10:33: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": "b9a50ee71b81ad2d927be107a941ecd1" + "hash": "a2649de51e3f207274cd75c7e5df552a" }, { - "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": "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/pronostic-monaco-real-sociedad-analyse-cotes-et-prono-du-match-de-ligue-europa-507398.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-24T10:18: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": "8458981e7b8ec5a4ca3bc721585d8cac" + "hash": "1e04dbc6514e9545e1e970584cbe8afe" }, { - "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": "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-rennes-vitesse-arnhem-analyse-cotes-et-prono-du-match-de-ligue-europa-conference-507396.html", + "link": "https://www.sofoot.com/la-triste-danse-du-flamengo-507593.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T10:17: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": "547c6ceddae5b7bebcd02fcaa7c03b55" + "hash": "8b30565012e59df3192e0633bafdeec5" }, { - "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": "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/pronostic-brondby-lyon-analyse-cotes-et-prono-du-match-de-ligue-europa-507395.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-24T10:01: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": "190780a32fb6eb962f54fda1f0bbe0c6" + "hash": "9b8f9df104dd860623348252840289d3" }, { - "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": "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/carlo-ancelotti-pour-entrainer-c-est-mieux-d-avoir-une-ferrari-qu-une-fiat-500-507393.html", + "link": "https://www.sofoot.com/ces-trois-infos-du-week-end-vont-vous-etonner-507588.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T09:58: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": "800214764fdbcb2a94b7132d05e17861" + "hash": "7448d0fe56b85091c6a6c2cba6aa9451" }, { - "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": "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-galatasaray-om-analyse-cotes-et-prono-du-match-de-ligue-europa-507394.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-24T09:47: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": "bc3d13b00184f5a8b10ad4b052c1e161" + "hash": "51f79b0e6f5de77594865541929c08fc" }, { - "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'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/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-om-glace-troyes-dans-le-silence-du-velodrome-507597.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T09:35: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": "e90aad955174ce8e3ee4bde53a092b3f" + "hash": "4176b8bcbf455bdfa272c15fae8a9a06" }, { - "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": "Naples humilie la Lazio", + "description": "

    ", + "content": "

    ", "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/naples-humilie-la-lazio-507596.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T09:22: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": "5866db364bb3fd4c0518c0a706d9b0b6" + "hash": "4b3c41082390e98defb5d815582989b0" }, { - "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": "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/samir-nasri-ne-serait-pas-surpris-de-voir-zinedine-zidane-sur-le-banc-du-psg-507390.html", + "link": "https://www.sofoot.com/en-direct-marseille-troyes-507571.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T08: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": "87f26213a031a4d7cf60f9a2eda7edb9" + "hash": "1b05e5b05409f71438be6a31353e6084" }, { - "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": "L'Atlético maîtrise Cadix", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/comment-choisir-son-but-de-foot-505861.html", + "link": "https://www.sofoot.com/l-atletico-maitrise-cadix-507594.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T05:35: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": "3cbfa34382b80b57545ca2a5a2ce4628" + "hash": "2ca909db7a96762fd18ceae4f6a3495d" }, { - "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": "Une petite Roma douche le Torino", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/lfp-fff-darmanin-le-jeu-de-la-bouteille-507371.html", + "link": "https://www.sofoot.com/une-petite-roma-douche-le-torino-507585.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T05: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": "4b0bad637ce50f3cd1fa7fe18b45aaec" + "hash": "57087e38a3636b3e21d50edf5d428b2b" }, { - "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": "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/les-cles-de-manchester-city-psg-507364.html", + "link": "https://www.sofoot.com/les-notes-de-chelsea-manchester-united-507595.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T05:00: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": "0196936e44dadc3b9aae062ac5a46968" + "hash": "4c589782da12a033d18304d26740d8ec" }, { - "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": "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/le-roi-david-507388.html", + "link": "https://www.sofoot.com/manchester-united-resiste-a-chelsea-507584.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T00:00: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": "b9041ba190cb17e95b9e5e9f2e03e929" + "hash": "633a71f4367a21303763f01613661b7c" }, { - "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": "Leverkusen maîtrise Leipzig", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/merci-le-losc-507387.html", + "link": "https://www.sofoot.com/leverkusen-maitrise-leipzig-507583.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T23:30: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": "fcc0d7beea6945a4caf924da9b3f59dc" + "hash": "11e15d71351531a607f22ce99c1ba27d" }, { - "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", + "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/lyon-glace-montpellier-507587.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T23:00: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": "c218dbd6cdbf761ce6294d797041114a" + "hash": "987964f2b693ff21c4b9f779d59d1104" }, { - "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": "L'Espanyol fait tomber la Real Sociedad", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/gourvennec-l-histoire-on-l-ecrit-507385.html", + "link": "https://www.sofoot.com/l-espanyol-fait-tomber-la-real-sociedad-507591.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T22:45: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": "1974c24cc0dfb9e7926b9021de9bbe42" + "hash": "0d2bafb7d85f684143a6a0a75c795b90" }, { - "title": "L'Atalanta arrache un point sur le fil à Berne", - "description": "

    ", - "content": "

    ", + "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/l-atalanta-arrache-un-point-sur-le-fil-a-berne-507374.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-23T22:10: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": "264bf0566fc0d4c974b9a15b8bb6b46a" + "hash": "7eced8db9edd2098c4017248d04db129" }, { - "title": "Séville maîtrise Wolfsburg et se relance", - "description": "

    ", - "content": "

    ", + "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/seville-maitrise-wolfsburg-et-se-relance-507381.html", + "link": "https://www.sofoot.com/en-direct-chelsea-manchester-united-507543.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T22:05: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": "b5fba63da9d6a61dbca7a89dffe561f6" + "hash": "2c80a80c732219485661e2d5793a1e96" }, { - "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": "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/les-notes-de-l-episode-12-de-koh-lanta-la-legende-507360.html", + "link": "https://www.sofoot.com/rennes-fait-craquer-lorient-et-passe-deuxieme-507579.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T22:05: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": "d1e175aa4b57ae851498a77ffb552fc5" + "hash": "ac89893605fb2b76333065b45ebed7b2" }, { - "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": "Sassuolo lessive Milan", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/les-notes-de-lille-face-a-salzbourg-507382.html", + "link": "https://www.sofoot.com/sassuolo-lessive-milan-507577.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T22:00: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": "82f516b1acbd870e80c733815c064986" + "hash": "529b25da30471b4b097bd9a95133d654" }, { - "title": "Le Zénith frustre Malmö", - "description": "

    ", - "content": "

    ", + "title": "Deux penaltys, mais pas de vainqueurs entre Monaco et Strasbourg", + "description": "Monaco avance (toujours) au ralenti.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/le-zenith-frustre-malmo-507380.html", + "link": "https://www.sofoot.com/deux-penaltys-mais-pas-de-vainqueurs-entre-monaco-et-strasbourg-507542.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T22:00: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": "aabbcd70285db3b9ca9a431c93db08df" + "hash": "5625b41868abf17ab7a9c34d224ad37f" }, { - "title": "Chelsea broie la Juve et tamponne son ticket", - "description": "

    ", - "content": "

    ", + "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/chelsea-broie-la-juve-et-tamponne-son-ticket-507379.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-23T22:00: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": "c03c75fc86adcfd8cb9569d1a208a4dc" + "hash": "6162c22eea998e05e93e2e44532db37b" }, { - "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": "Brest renverse un triste Bordeaux", + "description": "Tout pour Le Douaron.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/lille-terrasse-salzbourg-507378.html", + "link": "https://www.sofoot.com/brest-renverse-un-triste-bordeaux-507581.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T22:00: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": "dd55861fd69cd968f118a9fbd275c5df" + "hash": "bf56b811ab9c8cd88f91a0b1e6619ac8" }, { - "title": "Le Barça et Benfica dos à dos", - "description": "

    ", - "content": "

    ", + "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/le-barca-et-benfica-dos-a-dos-507377.html", + "link": "https://www.sofoot.com/reims-l-emporte-a-l-arrachee-face-a-clermont-507578.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T22:00: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": "12bf72522c8a98b02bae2e99018da3cc" + "hash": "37d8412283776853d83a8111408c3f1a" }, { - "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": "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/en-direct-koh-lanta-la-legende-episode-12-507372.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-23T20: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": "bfd816c00caa12abb15469cf89a05811" + "hash": "3098a061f4f9df902b9d0f103b297366" }, { - "title": "Ronaldo et Sancho punissent Villarreal au bout de l'ennui", - "description": "

    ", - "content": "

    ", + "title": "Le Club Bruges s'impose sur le fil à Genk", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/ronaldo-et-sancho-punissent-villarreal-au-bout-de-l-ennui-507369.html", + "link": "https://www.sofoot.com/le-club-bruges-s-impose-sur-le-fil-a-genk-507582.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T19:50: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": "168b668c95b52e791056ad1621b2c0a9" + "hash": "ee57e6c441e9cd45aa6bf86ba50b68f8" }, { - "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": "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/en-direct-lille-rb-salzbourg-507376.html", + "link": "https://www.sofoot.com/paris-fait-fondre-saint-etienne-507575.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T19:45: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": "d07fc8b40edfb2f58959af6a885acc41" + "hash": "a31c2b7f51368ef0f2f28d311eaec989" }, { - "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": "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/en-direct-chelsea-juventus-507375.html", + "link": "https://www.sofoot.com/burnley-tottenham-reporte-en-raison-des-fortes-chutes-de-neige-507580.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T19:45: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": "4df578111ac3af73bd49286d6eef99fe" + "hash": "4737849494ffa24ed6de6a0dad81301b" }, { - "title": "Le Bayern bousculé, mais vainqueur à Kiev", - "description": "

    ", - "content": "

    ", + "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/le-bayern-bouscule-mais-vainqueur-a-kiev-507366.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-23T19:45: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": "b7516fb1022763c71de4aa61a751320f" + "hash": "a7b1121083788a2b9ce71f657609282b" }, { - "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": "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/en-direct-barcelone-benfica-507362.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-23T19:45: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": "42672a41663a84824d278c16d9132261" + "hash": "e9f86a3292bf0dc2519420f6f462f92b" }, { - "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": "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/bafe-gomis-moussa-marega-et-leonardo-jardim-champions-d-asie-507370.html", + "link": "https://www.sofoot.com/en-direct-saint-etienne-psg-507573.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T18:00: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": "7609daf2e304e20bf31fafaa3f3e60d5" + "hash": "17c1a1fb85cc61ff86eff5c17e4db460" }, { - "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": "La simulation ridicule de Deyverson en finale de la Copa Libertadores", + "description": "Deyverson, nouvelle recrue du Hollywood FC.
    \n
    \n
    Vainqueur de…

    ", + "content": "Deyverson, nouvelle recrue du Hollywood FC.
    \n
    \nVainqueur de…

    ", "category": "", - "link": "https://www.sofoot.com/ryan-babel-va-sortir-un-album-de-rap-autobiographique-507368.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-23T17:30: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": false, "favorite": false, "created": false, "tags": [], - "hash": "5d82bf932f55190ff744fe509e94c31f" + "hash": "dd70ad73a83a112b6d414e7065aea97f" }, { - "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": "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/olivier-letang-elu-meilleur-president-d-europe-par-tuttosport-507365.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-23T17:15: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": "0a9e4758b1f5e251c343bc237eb2326d" + "hash": "c4feb2dda559567438696e1e032d4c1f" }, { - "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": "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/victor-osimhen-forfait-pour-la-can-2022-507363.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-23T17:00: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": false, "favorite": false, "created": false, "tags": [], - "hash": "da3ffb9aa66c31054ee7b071441d1227" + "hash": "0f1e428444035703500f5db9ea3ee7d1" }, { - "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": "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/l-ex-entraineur-du-werder-breme-empetre-dans-une-sombre-histoire-de-carnaval-507361.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-23T16:30: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": "45b38149d8cea3bb14361c02ccb210d9" + "hash": "e9ff0cb38d50e41982ed372e4314779b" }, { - "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": "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/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/belenenses-sad-et-benfica-remontes-contre-la-ligue-507566.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T16:15: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": "99328c64ec1c553f743ae0f42b0a5781" + "hash": "24d1abd5e2d38fa7108b07d2beb84f90" }, { - "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": "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/jesse-marsch-et-peter-gulacsi-testes-positifs-a-la-covid-19-507359.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-23T15:15: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": "3e9dd154474436db97f74dbfe27b3f82" + "hash": "fbe6ffc2010459c7fa3113fb814722ae" }, { - "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": "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/une-panne-mecanique-vient-gacher-le-match-d-une-equipe-de-regional-2-507354.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-23T15:00: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": "adb8337a5b299b62007dc87967f487d6" + "hash": "2ec43a9592e18c12164756fee9b8939e" }, { - "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": "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/la-vente-de-l-asse-finalement-repoussee-507358.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-23T14: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": "23fc798c806116b20343565d26e99798" + "hash": "6de6b880c991c1f92b38a371e5dd3c22" }, { - "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": "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/affaire-hamraoui-le-message-d-excuse-d-eric-abidal-a-sa-femme-507351.html", + "link": "https://www.sofoot.com/top-10-stades-leo-lagrange-507518.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T14:00: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": "e243271f030322dd81d4ec038bc51787" + "hash": "165ad7db059201321f15f3d588e3a3b9" }, { - "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": "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…", "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/palmeiras-vient-a-bout-de-flamengo-et-conserve-son-titre-en-copa-libertadores-507540.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T13:51: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": false, "favorite": false, "created": false, "tags": [], - "hash": "60e5986cd4c28ba452b910faae664772" + "hash": "31c55613daba363ad2c1b5ed335c2679" }, { - "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": "Metz surprend Nice", + "description": "

    ", + "content": "

    ", "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/metz-surprend-nice-507562.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T13:38: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": "3ba1789efb2e8a99788a6aba73c39d3a" + "hash": "12309c23786c92cbf759a36700ac3277" }, { - "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": "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/pronostic-atletico-madrid-milan-ac-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507353.html", + "link": "https://www.sofoot.com/le-barca-esquinte-villarreal-507552.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T13:35: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": "74bbe74b26e6b91ce1af2d1fa2edd70f" + "hash": "4d941b9575aeefc31da9a019e558ca50" }, { - "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": "L'Inter fait le boulot à Venise", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/un-joueur-recoit-un-scalpel-pendant-le-clasico-en-colombie-507352.html", + "link": "https://www.sofoot.com/l-inter-fait-le-boulot-a-venise-507560.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T13:30: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": "2e0d741a4cf6a8726d477ef10477dbe8" + "hash": "82546d5235d940d79d285f7777654004" }, { - "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": "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/des-jeunes-du-stade-rennais-viennent-jouer-dans-un-centre-penitentiaire-507350.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-23T13:00: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": "cfd62cdf4a2119ec1502cf8b61b58f3d" + "hash": "fdb1e9801fb495b2a6a7b23ea10adb2f" }, { - "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": "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/tiago-djalo-au-centre-des-attentions-507347.html", + "link": "https://www.sofoot.com/en-direct-palmeiras-flamengo-507557.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T13:00: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": "089268981990195f0fa60cbb104a94d9" + "hash": "9566bed34717a5b092d710f030c31d56" }, { - "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": "Brighton bute sur Leeds", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/le-plus-grand-tabarez-du-monde-507329.html", + "link": "https://www.sofoot.com/brighton-bute-sur-leeds-507558.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T13:00: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": "48db8213b4855c14161b8b6008cf6175" + "hash": "d9bc28686c76d23945431b59ca118e1e" }, { - "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": "Le Bayern trouve la faille contre l'Arminia Bielefeld et récupère la tête", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/sergio-ramos-dans-le-groupe-parisien-pour-affronter-manchester-city-507340.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-23T12:30: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": "5fa652c36c6374fc86cb220f99e03138" + "hash": "4fbe009dd243d3dbc58ba98065247cbb" }, { - "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
    \n
    Après avoir…

    ", + "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/l-as-roma-au-coeur-d-une-polemique-raciste-a-cause-des-chaussures-d-afena-gyan-507342.html", + "link": "https://www.sofoot.com/l-atalanta-assomme-la-juventus-507555.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T12:00: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": "628bcce6480217def827666568ce409d" + "hash": "fcabbe2a2e499f56def752f69ba2ee17" }, { - "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": "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/darmanin-donne-deux-semaines-pour-trouver-des-solutions-en-tribune-507345.html", + "link": "https://www.sofoot.com/antoine-kombouare-apres-lille-nantes-la-var-a-failli-507559.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T11:30: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": "9e8e654e20b6b8d7a4b6ab92dfff3b59" + "hash": "10bad862e6e59209b19e73dca6ceaf52" }, { - "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": "Nantes résiste à Lille", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pochettino-l-appel-du-large-507339.html", + "link": "https://www.sofoot.com/nantes-resiste-a-lille-507554.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T11:30: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": "88f6e6c3a7f0d754b6e43903fe885aad" + "hash": "f290d4db739247bc25658015c1f77a40" }, { - "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": "Coupe de France : Guingamp sort gagnant de ses retrouvailles avec Saint-Brieuc", + "description": "

    ", + "content": "

    ", "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/coupe-de-france-guingamp-sort-gagnant-de-ses-retrouvailles-avec-saint-brieuc-507548.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T11:27: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": "02925f13ba81c9de1b65849384493a2d" + "hash": "9d3b9339411ca8dde598954eb863f181" }, { - "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": "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/pronostic-liverpool-fc-porto-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507344.html", + "link": "https://www.sofoot.com/en-direct-lille-nantes-507550.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T11:12: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": "c5ad6c5c130246d2ecd1ef20e245405b" + "hash": "ea95aea7b8a13a38baeedca385399f82" }, { - "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": "Liverpool roule sur Southampton", + "description": "

    ", + "content": "

    ", "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/liverpool-roule-sur-southampton-507553.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T11:01: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": "9cd8d47345d071d0d17d4f051b3ec9b0" + "hash": "9a2e1816d85319a42fb707f76cae319e" }, { - "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": "En direct : Juventus - Atalanta ", + "description": "28' : GOAAAAAAAAAAAAAAAAAAOLLLLLLLLLL
    \n
    \nGOAAAAAAAAAAAAAAAAAAOLLLLLLLLLL
    \n
    \nGOAAAAAAAAAAAAAAAAAAOLLLLLLLLL ...", + "content": "28' : GOAAAAAAAAAAAAAAAAAAOLLLLLLLLLL
    \n
    \nGOAAAAAAAAAAAAAAAAAAOLLLLLLLLLL
    \n
    \nGOAAAAAAAAAAAAAAAAAAOLLLLLLLLL ...", "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/en-direct-juventus-atalanta-507545.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T10:52: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": "52f63024a2851aa0e8d3c50ca1aec25e" + "hash": "b7bcc1dd702eefb039eda58cef6dbee1" }, { - "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 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/le-fc-porto-suspecte-de-fraude-fiscale-507337.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-23T10:45: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": "bf8610168ead109c0eacce1f78f40635" + "hash": "ec7f5b755ac0208ceb951b15f2fd5913" }, { - "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": "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/l-unfp-porte-plainte-a-son-tour-contre-l-agresseur-de-payet-507336.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-23T10:15: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": "59cef2612649106405cb338f06b0737b" + "hash": "82cb2e51a57c60fb821004ab6884b1d0" }, { - "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": "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/pronostic-manchester-city-psg-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507338.html", + "link": "https://www.sofoot.com/mike-maignan-va-deja-faire-son-retour-507551.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T10:12: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": "76d6cbbb55a9ee063375972946befbc2" + "hash": "bc19a6e8078bb3dbb758d2f63bdc906b" }, { - "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": "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/maradona-accuse-de-trafic-d-etre-humain-privation-de-liberte-reduction-en-servitude-coups-et-blessures-507335.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-23T10: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": "133d834994bd359e31b475b162be0481" + "hash": "f5cd4bd1cf08246fa2614ed5d8764ac4" }, { - "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": "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/roxana-maracineanu-le-club-doit-etre-responsable-de-son-groupe-de-supporters-ca-me-parait-evident-507334.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-23T09:45: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": "8c5130d900d41450d917fbf202d68f3d" + "hash": "71e4e6f49991479fb90e629195c62de3" }, { - "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": "Les Gunners étouffent Newcastle", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/la-patronne-de-chelsea-nommee-meilleure-directrice-du-football-europeen-507333.html", + "link": "https://www.sofoot.com/les-gunners-etouffent-newcastle-507539.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T09:15: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": "ebb9692f01f9865b2b96ed680289a975" + "hash": "4a6da18e6df252ea321cbf29b3474e7a" }, { - "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": "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/messi-je-suis-heureux-que-mbappe-soit-reste-a-paris-cette-annee-507332.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-23T08:45: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": "fcd50fb0bad0889be67d6ec15afed14f" + "hash": "0b6304ecb29fc607e3148e2857fbeae3" }, { - "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": "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…

    ", "category": "", - "link": "https://www.sofoot.com/felix-afena-gyan-a-bien-recu-les-chaussures-promises-par-mourinho-507330.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-23T08:30: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": "5c9f2bb5b7cbf01698e6839718b44b52" + "hash": "6837029bbf2631e1b384643532a9a463" }, { - "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": "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/zlatan-ibrahimovic-chaque-jour-quand-je-me-reveille-j-ai-mal-partout-507331.html", + "link": "https://www.sofoot.com/nani-et-orlando-city-c-est-fini-507538.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T08:00: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": "e63c24d6318651893ac7bb2f5011dd8e" + "hash": "097f9c786ce5c4be3e256e576089d68c" }, { - "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": "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/lille-joue-gros-face-a-salzbourg-507327.html", + "link": "https://www.sofoot.com/quatorze-blesses-et-cinq-inculpes-apres-leicester-legia-varsovie-507537.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T05:00: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": "b677fd1f57033794e84ac7270c6848e1" + "hash": "3ce75fefe59dedf366a8b6e941562cc4" }, { - "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": "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/karim-adeyemi-la-menace-fantasque-507318.html", + "link": "https://www.sofoot.com/les-barrages-intercontinentaux-se-derouleront-au-qatar-en-juin-2022-507535.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T05:00: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": "9260664a40457cba03bf9d542c6bd3c3" + "hash": "1f4f50926b8af64662cdbcbb016992eb" }, { - "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": "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/sexismo-no-507180.html", + "link": "https://www.sofoot.com/le-siege-de-la-juventus-perquisitionne-par-la-brigade-financiere-507534.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T05:00: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": "726c30823e5b7f4b2b3aafe7f81a6109" + "hash": "7548d7145946c4444cb30388facdc9de" }, { - "title": "Dijon se paye Auxerre et décroche la couronne de Bourgogne", - "description": "

    ", - "content": "

    ", + "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/dijon-se-paye-auxerre-et-decroche-la-couronne-de-bourgogne-507328.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-22T21:45: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": "77da1ab3732911246da48d277e1b8406" + "hash": "acdd463a3a4a886c8d3c6dbf00bda525" }, { - "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": "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/en-direct-dijon-auxerre-507326.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-22T19:30: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": "12c05a96c3bb49900c64f95fa8cee7a2" + "hash": "9ac7b41244931684109a39748d748dba" }, { - "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": "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/gourvennec-on-sait-ce-qu-une-victoire-face-a-salzbourg-nous-apporterait-507324.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-22T19:30: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": "b0239b8f0d886123d603dde2b92cee04" + "hash": "c05a4bd6bf54718b3b13578007f2f787" }, { - "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": "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/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/aime-jacquet-quand-je-construis-l-equipe-je-commence-par-les-attaquants-507320.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T18:28: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": "7a622b88eae1fb3c92ac173d41678a04" + "hash": "3ad45deb2075d062e36da46bc2adc901" }, { - "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": "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/pronostic-lille-salzbourg-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507287.html", + "link": "https://www.sofoot.com/aime-jacquet-muscle-ton-jeu-robert-e2-80-a6-507323.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T18:27: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": "1b1f504125ba5f05a0cd2299fda133e4" + "hash": "aba4075cb2adeed165b359b7f1f278cf" }, { - "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": "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/le-patron-de-lyca-mobile-nouvel-actionnaire-du-paris-fc-507322.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-22T17:08: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": "bf5b2367b450ceb4998fd47757a2e6b3" + "hash": "f71eb0cb741f355c09dfbb13f415bd3d" }, { - "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": "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/le-best-of-des-buts-amateurs-du-week-end-des-20-et-21-novembre-2021-507311.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-22T16:40: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": "65b8b9a53f82e38de8b8ad0621a22cd1" + "hash": "5da0f20fd37cd210576fb977f786bf85" }, { - "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": "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/karl-heinz-rummenigge-regrette-le-depart-de-david-alaba-507321.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-22T16:38: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": "b0cd544b0cd2af532192227f3424a51b" + "hash": "efa25f1ecc3da4ad3df019d7d29e0a35" }, { - "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": "Les Bleues collent un set au Kazakhstan et poursuivent leur sans-faute", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/une-manifestation-contre-le-mondial-au-qatar-avant-strasbourg-reims-507316.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-22T15:35: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": "0acbdf60a8f415e281d13753cd8f07b8" + "hash": "2cdfc40d382bb353478f4e8fca1430e3" }, { - "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": "Lens et Angers se rendent coup pour coup à Bollaert", + "description": "

    ", + "content": "

    ", "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/lens-et-angers-se-rendent-coup-pour-coup-a-bollaert-507531.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T15:09: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": "b538bfa94cae0bc62a13d1e6ea6c9026" + "hash": "a077f3831f9b3d9956ac06eb929ae73c" }, { - "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": "Coupe de France : Bastia et Jura Sud l'emportent pour rallier les 32es", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/grifo-reconnait-avoir-simule-lors-du-match-contre-francfort-507308.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-22T14:41: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": "a82c5d6b789ea3976512d2e3693340fe" + "hash": "049c7726669a60d390346494728006cf" }, { - "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": "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/un-supporter-de-fenerbahce-succombe-apres-le-but-vainqueur-face-a-galatasaray-507313.html", + "link": "https://www.sofoot.com/en-direct-lens-angers-507527.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T14:03: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": "d883870f6b0cf1b4c44fabe8a891dc3c" + "hash": "c663fd6f6de1feacf32adeac8becbfc2" }, { - "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": "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/mais-qui-est-felix-afena-gyan-le-chouchou-de-mourinho-507297.html", + "link": "https://www.sofoot.com/le-portugal-ou-l-italie-manquera-le-mondial-507525.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T14:00: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": "8318e562e19274868ffdfacf83f14077" + "hash": "0422613a4b02e3d8339facb35cfd86d3" }, { - "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": "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/euromillions-mardi-23-novembre-2021-145-millions-d-e-a-gagner-507312.html", + "link": "https://www.sofoot.com/ben-chilwell-touche-au-ligament-croise-et-absent-plusieurs-semaines-507526.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T13:58: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": "e6471ea8fb19ace74f7e7bcbd76573ca" + "hash": "2bc86d114fc041d2140a213db30a9224" }, { - "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 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.sofoot.com/le-groupama-stadium-a-huis-clos-en-attendant-les-mesures-definitives-507314.html", + "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-22T13:48:00Z", + "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": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c7bf733da7f5aaf66c8964709d0abb46" + "hash": "2fe2997ca2d7d99a26933bdfaef1c1a4" }, { - "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": "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.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/pronostic-montpellier-lyon-analyse-cotes-et-prono-du-match-de-ligue-1-507504.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T13:32:00Z", + "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": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "daa6fea3e9cafc1e04ddf0c547594b2d" + "hash": "d9d6a5bcf44c298987afc2c024834826" }, { - "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": "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.sofoot.com/aulas-jean-michel-a-peu-pres-507295.html", + "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-22T13:00:00Z", + "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": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9b48c022cf426e276fe85cd5f3c1865a" + "hash": "4062e09ad488e2d89c6ad05e548e28c6" }, { - "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

    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.sofoot.com/ole-gunnar-solskj-c3-a6r-mu-l-idylle-desenchantee-507281.html", + "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-22T13:00:00Z", + "pubDate": "2021-11-26T15:44:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "16a8594e7043f479caffc462807b7be2" + "hash": "40191158c732de1ce1a3dc6b8a600bd3" }, { - "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": "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.sofoot.com/sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-13-507299.html", + "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-22T12:30:00Z", + "pubDate": "2021-11-26T15:25:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0fea6a43118ab904f913c77e4531dd3e" + "hash": "657a361853f9b3e507b3ec43e4e22136" }, { - "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": "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/comment-zidane-a-sauve-le-festival-marrakech-du-rire-de-jamel-507305.html", + "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-22T12:26:00Z", + "pubDate": "2021-11-26T15:22:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "505e0209846493c8864ce7b696ae1a1f" + "hash": "dc3c935fd964009287d00e1242ff76f1" }, { - "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": "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/dimitri-payet-porte-plainte-contre-x-et-sera-examine-par-un-medecin-du-travail-507309.html", + "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-22T12:07:00Z", + "pubDate": "2021-11-26T15:15:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bff0225be84a5671216d49cb737b110d" + "hash": "577b761bef78ff30d1c2d74003d09c42" }, { - "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": "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/pronostic-seville-wolfsbourg-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507307.html", + "link": "https://www.sofoot.com/sampaoli-il-faudra-voir-comment-dimitri-est-emotionnellement-parlant-507522.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T11:49:00Z", + "pubDate": "2021-11-26T15:14:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d10745e2fda29dc9c96eae9f7dded945" + "hash": "231079375c2d97c1513138723ac06119" }, { - "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": "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/un-francais-termine-meilleur-buteur-de-d3-suedoise-507303.html", + "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-22T11:37:00Z", + "pubDate": "2021-11-26T15:10:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "88bd936a10615023d4e368d2ca5db885" + "hash": "9b3c248913b87c8558baba6570ba0989" }, { - "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": "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/le-psg-vers-une-centieme-composition-differente-a-la-suite-507304.html", + "link": "https://www.sofoot.com/xavi-ousmane-dembele-est-tres-important-pour-mon-projet-507520.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T11:36:00Z", + "pubDate": "2021-11-26T14:36:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8f46d109c8125daa7f299197c7fb77b7" + "hash": "47e60d97347003d4b324a280bc3025ff" }, { - "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": "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/pronostic-barcelone-benfica-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507306.html", + "link": "https://www.sofoot.com/klopp-et-la-menace-rangnick-507521.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T11:34:00Z", + "pubDate": "2021-11-26T14:17:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f540458acddc6f940d1d6ebdd4e31557" + "hash": "fcc919b0619302b3baba2193ece344c3" }, { - "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": "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/pronostic-malmo-zenit-saint-petersbourg-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507302.html", + "link": "https://www.sofoot.com/marcelo-gallardo-vers-un-depart-de-river-plate-507519.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T11:25:00Z", + "pubDate": "2021-11-26T13:56:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "42170cefb1cdd18115b69009539a4a73" + "hash": "7ecef881bd3c4d0b1c6a3dac461b6d70" }, { - "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": "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/pronostic-chelsea-juventus-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507301.html", + "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-22T11:19:00Z", + "pubDate": "2021-11-26T13:19:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0c509df43412a788b074983afa42fc7d" + "hash": "1a67dd61289caf2aedef02549a95e8f6" }, { - "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": "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/pronostic-dynamo-kiev-bayern-munich-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507298.html", + "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-22T11:17:00Z", + "pubDate": "2021-11-26T13:00:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c79b901965391f5a9ccb2a985e553056" + "hash": "9bec57195b0a8cd7312f4ca571e73889" }, { - "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": "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/troyes-est-le-club-francais-a-avoir-utilise-le-plus-de-joueurs-depuis-un-an-507300.html", + "link": "https://www.sofoot.com/leonardo-assure-qu-il-n-a-eu-aucun-contact-avec-zidane-507516.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T11:13:00Z", + "pubDate": "2021-11-26T11:49:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "49ee99d17503683e702259e3e967f45c" + "hash": "a047a4a6c5b25ed8276d1c79305b71ae" }, { - "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": "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/rhys-healey-le-serial-buteur-du-tfc-507255.html", + "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-22T11:00:00Z", + "pubDate": "2021-11-26T11:49:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5ffdc5aeddfbd2c736bc08de952497ab" + "hash": "7dd1060760ad7232c90282ce12dea228" }, { - "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": "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-villarreal-manchester-united-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507294.html", + "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-22T10:54:00Z", + "pubDate": "2021-11-26T11:37:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c82f7e0fd46aad8f1d617146ff7c56e6" + "hash": "e2efca2d88ec527f2ed80dfd12e4d671" }, { - "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": "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/dimitri-payet-absent-de-l-entrainement-507293.html", + "link": "https://www.sofoot.com/hugo-videmont-joueur-de-l-annee-au-zalgiris-vilnius-507514.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T10:54:00Z", + "pubDate": "2021-11-26T11:15:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d50333d36aa635b09239648cfd4125e4" + "hash": "4cabcd69e255059379e2dd5f0a23faf8" }, { - "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": "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/pedri-designe-golden-boy-2021-507296.html", + "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-22T10:42:00Z", + "pubDate": "2021-11-26T11:04:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "32db0cb3615efc1dfccad4702ca2c7ae" + "hash": "0d204f4912b266b394acadd7d8101329" }, { - "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": "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/une-ancienne-legende-d-everton-signe-en-d2-507292.html", + "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-22T10:38:00Z", + "pubDate": "2021-11-26T11:04:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fa4bda994a0f160745177d1c11e259e1" + "hash": "b1b981053d03db2ca249a93c764ab2df" }, { - "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": "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/ruddy-buquet-n-avait-pas-autorise-l-annonce-du-speaker-507290.html", + "link": "https://www.sofoot.com/messi-l-erreur-de-casting-507507.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T10:04:00Z", + "pubDate": "2021-11-26T11:00:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "45b1dadfc06aa7344cb8fe2f245af637" + "hash": "5ac7aa2b578e1b8b6098d568275d746e" }, { - "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": "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/ol-om-le-fameux-acte-isole-en-video-507289.html", + "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-22T09:58:00Z", + "pubDate": "2021-11-26T10:34:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "361d3bc475395a41403caf484eaf30a2" + "hash": "8bdcf8ba38ab1b269b0e47284cc0fce0" }, { - "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": "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/elche-remercie-fran-escriba-507291.html", + "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-22T09:55:00Z", + "pubDate": "2021-11-26T10:26:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2203e1ad49ed81cc6de83ae91e414254" + "hash": "2c9210469c058783213b401a2243704f" }, { - "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": "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/le-napoli-sans-victor-osimhen-pendant-plusieurs-semaines-507288.html", + "link": "https://www.sofoot.com/formiga-prend-sa-retraite-internationale-507511.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T09:50:00Z", + "pubDate": "2021-11-26T10:11:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "35533168f102a95ddac22a1e6fcedd3e" + "hash": "cd1812155aff54587d48bc437e0c29a2" }, { - "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": "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/mourinho-va-offrir-des-chaussures-a-800-euros-a-felix-afena-507286.html", + "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-22T09:34:00Z", + "pubDate": "2021-11-26T10:07:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "75abb1d90b2ac6ef422fbf94620b11d4" + "hash": "b68b496a069a4279a52cf40ecd89140f" }, { - "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": "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/raul-jimenez-je-dois-encore-plus-profiter-du-football-507285.html", + "link": "https://www.sofoot.com/la-pelouse-de-santander-gravement-deterioree-par-un-acte-de-vandalisme-507500.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T08:35:00Z", + "pubDate": "2021-11-26T09:42:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4b61911d0472c26805d8c46e0b7583df" + "hash": "18e77a9e93875716e70b8fa8f14e98b9" }, { - "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": "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/la-blessure-de-renato-sanches-l-a-empeche-de-signer-au-barca-l-ete-dernier-507283.html", + "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-22T08:09:00Z", + "pubDate": "2021-11-26T09:40:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8af9a791d80e47dc56018e42939a30a4" + "hash": "bb622f7144ed91fc0833ac2c3bb90f0c" }, { - "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": "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/loto-du-lundi-22-novembre-2021-25-millions-d-e-a-gagner-507231.html", + "link": "https://www.sofoot.com/conte-depite-apres-la-defaite-de-tottenham-a-mura-507492.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T08:02:00Z", + "pubDate": "2021-11-26T09:26:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0e1717c4c64e6782ba8e2652c9543ad3" + "hash": "6f83162f7b0eb56d0bed89ddc5e2add4" }, { - "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": "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/maracineanu-les-dirigeants-doivent-arreter-de-se-cacher-derriere-leur-petit-doigt-507282.html", + "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-22T07:37:00Z", + "pubDate": "2021-11-26T09:14:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d75aaf91282632feac860f0c3db10902" + "hash": "b698382e785c159eda9899406b795b58" }, { - "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": "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/tribunes-au-bord-de-la-crise-de-nerf-la-faute-a-qui-507280.html", + "link": "https://www.sofoot.com/bruno-genesio-on-a-manque-d-humilite-507494.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T05:00:00Z", + "pubDate": "2021-11-26T08:30:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a1ffd358fdb0641b9c5692384bda80e4" + "hash": "0b588041b0c9d30d212497374e9499bd" }, { - "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": "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/ces-trois-infos-du-week-end-vont-vous-etonner-507268.html", + "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-22T05:00:00Z", + "pubDate": "2021-11-25T22:46:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d67211c48909c12dc2f0998cde62bb4" + "hash": "06277da769b5fb2db3a654e47fa626c1" }, { - "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": "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 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": "Monaco glace la Real Sociedad et composte son billet", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/un-stade-peu-de-lumieres-507279.html", + "link": "https://www.sofoot.com/monaco-glace-la-real-sociedad-et-composte-son-billet-507454.html", "creator": "SO FOOT", - "pubDate": "2021-11-21T23:01:00Z", + "pubDate": "2021-11-25T22:00:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "44662886d71e6205ac0fc965b83e73ef" + "hash": "cbbaa6987d93eca216281560b57a2dda" }, { - "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": "Lyon déroule à Brøndby ", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/lyon-marseille-la-cible-dimitri-payet-507272.html", + "link": "https://www.sofoot.com/lyon-deroule-a-br-c3-b8ndby-507439.html", "creator": "SO FOOT", - "pubDate": "2021-11-21T22:59:00Z", + "pubDate": "2021-11-25T22:00:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "973612fdbd465256a837a4fbb8bf529f" + "hash": "5b77ec03c6aa132e4795ea95e28612ed" }, { - "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": "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/ol-om-la-soiree-qui-a-mis-en-lumiere-la-lachete-du-foot-francais-507276.html", + "link": "https://www.sofoot.com/pronostic-villarreal-barcelone-analyse-cotes-et-prono-du-match-de-liga-507473.html", "creator": "SO FOOT", - "pubDate": "2021-11-21T22:55:00Z", + "pubDate": "2021-11-25T20:34:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6546b1a8521b7ddec6f842e6114723d1" + "hash": "f5d8d4ae851c58cf0f96d0b39e812152" }, { - "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": "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/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/pronostic-juventus-atalanta-bergame-analyse-cotes-et-prono-du-match-de-serie-a-507471.html", "creator": "SO FOOT", - "pubDate": "2021-11-21T22:22:00Z", + "pubDate": "2021-11-25T20:25:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0496bae93da59ee87e665fc57f885940" + "hash": "d85039c93baf1fd4e5c8af34e5b07d15" }, { - "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": "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/monaco-et-lille-font-du-surplace-507197.html", + "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-19T22:00:00Z", + "pubDate": "2021-11-25T20:18:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aee705ec9bc7fa9c88ef1512308cd45f" + "hash": "192e042c303032e5f7aa5bc3651d80b1" }, { - "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": "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-angers-lorient-analyse-cotes-et-prono-du-match-de-ligue-1-507185.html", + "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-19T21:36:00Z", + "pubDate": "2021-11-25T19:56:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "000a36409cb6acc46a8136f792a58f3f" + "hash": "cf173b03df6ef82692a047df4e41ae6d" }, { - "title": "Augsbourg surprend le Bayern", - "description": "

    ", - "content": "

    ", + "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/augsbourg-surprend-le-bayern-507196.html", + "link": "https://www.sofoot.com/en-direct-monaco-real-sociedad-507453.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T21:32:00Z", + "pubDate": "2021-11-25T19:45:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7ccbce4e2d8fef688cd2821771247bf8" + "hash": "2c50e92e1b6867d435ab4f8918193b59" }, { - "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": "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/pronostic-brest-lens-analyse-cotes-et-prono-du-match-de-ligue-1-507183.html", + "link": "https://www.sofoot.com/en-direct-br-c3-b8ndby-lyon-507437.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T21:25:00Z", + "pubDate": "2021-11-25T19:45:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bada1984c554efed6ac1a0cad8d14675" + "hash": "5e92d3c93aa4fc5e4a56733f496b6f11" }, { - "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": "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/pronostic-strasbourg-reims-analyse-cotes-et-prono-du-match-de-ligue-1-507182.html", + "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-19T21:14:00Z", + "pubDate": "2021-11-25T19:44:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e7fbb783d8b9b3445709067f55acd2fa" + "hash": "582cc64bf9651d557a27e3c29782ee1f" }, { - "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": "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/pronostic-troyes-saint-etienne-analyse-cotes-et-prono-du-match-de-ligue-1-507181.html", + "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-19T20:56:00Z", + "pubDate": "2021-11-25T19:39:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a0f963c0065c56fcc0b8aac3721f1f0" + "hash": "c4934195a6a73e90936186138235960d" }, { - "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": "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/pronostic-clermont-nice-analyse-cotes-et-prono-du-match-de-ligue-1-507179.html", + "link": "https://www.sofoot.com/la-lazio-engloutit-le-lokomotiv-leverkusen-s-arrache-face-au-celtic-507487.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T20:31:00Z", + "pubDate": "2021-11-25T19:38:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "672d4c3b266db5a879c306325821de0c" + "hash": "94093ffa2fc2381f15b3d28c98ef5366" }, { - "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": "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/en-direct-monaco-lille-507191.html", + "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-19T19:45:00Z", + "pubDate": "2021-11-25T17:33:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "750698f9e9334bee25e21b36818b81af" + "hash": "5377fb3b5249c59abbc857cb44798f60" }, { - "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": "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/griezmann-pourra-finalement-jouer-contre-l-ac-milan-507190.html", + "link": "https://www.sofoot.com/en-direct-rennes-vitesse-arnhem-507483.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T16:53:00Z", + "pubDate": "2021-11-25T17:30:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a647ef14992809de13c96cf50006baa5" + "hash": "76fa2ff8faec6e9c2f51c614cccd038d" }, { - "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 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/affaire-hamraoui-hayet-abidal-demande-le-divorce-507176.html", + "link": "https://www.sofoot.com/en-direct-galatasaray-marseille-507481.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T16:36:00Z", + "pubDate": "2021-11-25T17:30:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9c3829935f3ba4ecf570c6e22dc1c82a" + "hash": "ba099d23fa094148adf286c1bf39008e" }, { - "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": "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/la-fff-annonce-des-mesures-supplementaires-pour-la-protection-des-mineurs-507186.html", + "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-19T16:34:00Z", + "pubDate": "2021-11-25T16:50:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "42da8ee4847e4014c6e38d827c9f414e" + "hash": "2f6a4b89a829a6cf4d880e0d6f5225e4" }, { - "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": "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/la-police-abat-un-jeune-joueur-en-argentine-507189.html", + "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-19T16:33:00Z", + "pubDate": "2021-11-25T16:34:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "03fdd2aa0530e1f39bb370690258b7af" + "hash": "b08e380cf11667daee3819cef9b37ec5" }, { - "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": "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/pronostic-metz-bordeaux-analyse-cotes-et-prono-du-match-de-ligue-1-507165.html", + "link": "https://www.sofoot.com/nick-mwendwa-president-de-la-federation-kenyane-acquitte-507470.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T16:13:00Z", + "pubDate": "2021-11-25T16:27:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "52513a5623f187078263c6e02f2f66d8" + "hash": "d165349dc71d1751643fe1b4a106cdd5" }, { - "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": "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/pronostic-inter-milan-naples-analyse-cotes-et-prono-du-match-de-serie-a-507163.html", + "link": "https://www.sofoot.com/ralf-rangnick-serait-en-pole-position-pour-debarquer-a-manchester-united-507477.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T15:56:00Z", + "pubDate": "2021-11-25T16:18:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e6b2796dfa227bf8a147d2836f8a31d4" + "hash": "3e3bf5835929385863d1d5486b051bf0" }, { - "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": "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/clermont-va-collaborer-avec-un-musee-d-art-507184.html", + "link": "https://www.sofoot.com/pour-christophe-galtier-nice-il-faut-nettoyer-les-tribunes-507476.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T15:18:00Z", + "pubDate": "2021-11-25T15:50:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a218bfbefc0529d4ea7ac9074ea1910f" + "hash": "46c22be2150b6466d0a3e901d8d15351" }, { - "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": "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/pour-conte-ndombele-doit-travailler-beaucoup-plus-dur-que-les-autres-507173.html", + "link": "https://www.sofoot.com/championship-paul-heckingbottom-revient-sur-le-banc-de-sheffield-united-507475.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T15:04:00Z", + "pubDate": "2021-11-25T15:40:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "edcef7adae875713321a1f1218233b44" + "hash": "306543e2565c212aac380adb247c193c" }, { - "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": "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/de-bruyne-positif-au-coronavirus-507178.html", + "link": "https://www.sofoot.com/mino-raiola-la-fifa-c-est-une-mafia-507467.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T14:42:00Z", + "pubDate": "2021-11-25T15:30:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4b76e3d1cad3d949fa59cbff8d626bce" + "hash": "5713c875122e97884a59110c3ac143a9" }, { - "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": "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/payet-n-a-pas-dit-adieu-aux-bleus-507177.html", + "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-19T14:39:00Z", + "pubDate": "2021-11-25T15:16:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "597ed2fdf379539a2c8b1bc3866cf171" + "hash": "94d292d9cac883d8a23a0e3eaea9485d" }, { - "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": "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/pronostic-lyon-om-analyse-cotes-et-prono-du-match-de-ligue-1-150e-direct-offerts-chez-winamax-507172.html", + "link": "https://www.sofoot.com/mikel-arteta-veut-arsene-wenger-a-ses-cotes-a-arsenal-507465.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T14:21:00Z", + "pubDate": "2021-11-25T14:31:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fd79e9d45962f0ddae52d1277a44c8ef" + "hash": "0453d84ffbe5009f248122b0771bf0ca" }, { - "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": "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/orelsan-se-verrait-bien-ambassadeur-du-stade-malherbe-de-caen-507174.html", + "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-19T14:05:00Z", + "pubDate": "2021-11-25T14:16:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d2e8a30e5d89fe22ed793d137482d3e0" + "hash": "503977ee5db9c400f4a8082a674ea758" }, { - "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": "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/peter-bosz-a-encore-mal-a-la-tete-depuis-la-claque-infligee-par-rennes-507175.html", + "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-19T14:00:00Z", + "pubDate": "2021-11-25T13:49:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "643ee302fdd04220b3b77e3cbc24acf1" + "hash": "e36869ff8edcc19f9eccb3cd9d41722e" }, { - "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": "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/markus-anfang-werder-breme-soupconne-d-avoir-utilise-un-faux-certificat-de-vaccination-507171.html", + "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-19T13:13:00Z", + "pubDate": "2021-11-25T13:43:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d5585615bc4492afbf57697c3908fad0" + "hash": "6f9e277eadbe221ae6326c3e52b83a1d" }, { - "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": "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/la-voie-royale-du-fc-versailles-507145.html", + "link": "https://www.sofoot.com/pronostic-stuttgart-mayence-analyse-cotes-et-prono-du-match-de-bundesliga-507463.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T13:00:00Z", + "pubDate": "2021-11-25T13:32:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6d6c3b0540c84a4c3ec83cfd9efe3593" + "hash": "6fafd6c16123fa8cc5c90a77f8d74220" }, { - "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": "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/konrad-de-la-fuente-redecollage-imminent-507137.html", + "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-19T13:00:00Z", + "pubDate": "2021-11-25T13:21:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "59770b2394e790debfcebe9c704c009e" + "hash": "2cab562588b953a97868b61f57d42aed" }, { - "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": "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/looking-for-momo-506890.html", + "link": "https://www.sofoot.com/ultra-de-l-om-une-fois-en-meute-nous-sommes-habites-507407.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T13:00:00Z", + "pubDate": "2021-11-25T13:00:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b0df90be4b2f32b17966257b9cd76945" + "hash": "f97d0b5cfa9d6c28da45677ce30a54db" }, { - "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": "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/la-collection-de-tirages-photo-so-foot-de-novembre-2021-est-arrivee-506666.html", + "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-19T12:36:00Z", + "pubDate": "2021-11-25T12:31:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fd2201e10e794f5e320b68aa91d3aabd" + "hash": "b23375f728681285cf1071d089fa7c79" }, { - "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": "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/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/robin-le-normand-real-sociedad-le-defi-c-est-de-jouer-en-equipe-de-france-507460.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T12:00:00Z", + "pubDate": "2021-11-25T12:26:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a93e12aadbadd96c1ed714af18fcc67e" + "hash": "22d8ad9604fde16b0b3d70c97a5a301f" }, { - "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": "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/la-premier-league-conclut-un-nouvel-accord-de-diffusion-aux-usa-507167.html", + "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-19T11:00:00Z", + "pubDate": "2021-11-25T12:19:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9f59727233250a3db135d04b05c7d22c" + "hash": "6411b3f40e7e0dc19196f839907d967e" }, { - "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": " 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/pochettino-on-veut-tous-faire-du-beau-jeu-et-gagner-5-0-507166.html", + "link": "https://www.sofoot.com/tactique-que-retenir-de-ce-manchester-city-psg-507457.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T10:36:00Z", + "pubDate": "2021-11-25T12:00:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bcb642fe9293668ef4ce6f8e6d067ef7" + "hash": "50710f529f00ea7f15cadd2158249ce1" }, { - "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": "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/khalida-popal-et-kim-kardashian-ont-aide-a-l-evacuation-de-joueuses-afghanes-507164.html", + "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-19T10:12:00Z", + "pubDate": "2021-11-25T11:51:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "39346757012918da256e85a1b7463348" + "hash": "a036e7f39306df168ab6ceea95a283b9" }, { - "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": "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/giovanni-van-bronckhorst-nomme-aux-rangers-507162.html", + "link": "https://www.sofoot.com/josko-gvardiol-touche-par-un-projectile-lors-de-bruges-leipzig-507455.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T10:00:00Z", + "pubDate": "2021-11-25T11:22:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "496145fcbfe0fe2ad137ffdd13edb09f" + "hash": "5a825c2cff10701d479135c56a5326f3" }, { - "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 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/50-ouvriers-sont-morts-accidentellement-au-qatar-en-2020-507161.html", + "link": "https://www.sofoot.com/euromillions-vendredi-26-novembre-2021-163-millions-d-e-a-gagner-507456.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T09:40:00Z", + "pubDate": "2021-11-25T11:13:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a276f9ce06a0d51b5e1e9c3ed7e7bdaf" + "hash": "aadd2f51427133ce41f3834bf993ea08" }, { - "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": "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/euromillions-vendredi-19-novembre-2021-131-millions-d-e-a-gagner-507117.html", + "link": "https://www.sofoot.com/junior-messias-l-ancien-livreur-de-frigo-devenu-heros-du-milan-507450.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T09:10:00Z", + "pubDate": "2021-11-25T11:00:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e57ce7655ae3e9987845b50694865d47" + "hash": "6f73d6c66e43c2767d2b595136744633" }, { - "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": "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/loto-du-samedi-20-novembre-2021-24-millions-d-e-a-gagner-507160.html", + "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-19T09:06:00Z", + "pubDate": "2021-11-25T10:27:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "339f1412b8bbeac460a62000732c6615" + "hash": "5beab6cdfd934aa55b2b3e7a22e37919" }, { - "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": "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/bob-bradley-quitte-le-los-angeles-fc-507159.html", + "link": "https://www.sofoot.com/quand-rhys-healey-toulouse-fc-se-livre-sur-ses-gouts-musicaux-507449.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T09:06:00Z", + "pubDate": "2021-11-25T10:14:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "15618ce57e5bbb7913bbc63bf4a82634" + "hash": "723086c0d468ab0fb77bf78d10ea86ea" }, { - "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": "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/lucas-paqueta-joueur-du-mois-d-octobre-en-ligue-1-507158.html", + "link": "https://www.sofoot.com/c3-prolonger-le-plaisir-507443.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T08:52:00Z", + "pubDate": "2021-11-25T10:00:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8c4c27f548e16c6d5d9f1704a9ed93bb" + "hash": "b350a1aaa8d6138753e2a171c8022e7e" }, { - "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": "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/225-millions-de-plus-pour-le-real-dans-la-renovation-de-son-stade-507157.html", + "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-19T08:22:00Z", + "pubDate": "2021-11-25T09:06:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "da0c756a560a688cb66808116c9a571f" + "hash": "246f16239900f7ca2ea47a6735b9e9e4" }, { - "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": "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/sanction-reduite-pour-un-club-bresilien-dans-une-affaire-de-racisme-507156.html", + "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-19T07:50:00Z", + "pubDate": "2021-11-25T08:44:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e4ce5d67d116372e7e283fcd5e7a5a56" + "hash": "455477f704f3da214c11e3239b8ee92e" }, { - "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": "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/jimmy-cabot-ca-brule-507127.html", + "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-19T05:05:00Z", + "pubDate": "2021-11-25T08:31:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2a051a5cd5fb3cf303f2512fbf848b3a" + "hash": "287c09c6e198adb46ac029135fd41c0c" }, { - "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": "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/le-nouveau-defi-de-samuel-eto-o-507133.html", + "link": "https://www.sofoot.com/jet-de-projectile-les-victimes-racontent-507409.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T05:00:00Z", + "pubDate": "2021-11-25T05:00:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "24bda355d4e44537cdc2404c9fd7751d" + "hash": "72984df23fd94a29cf56599b0dc6ae20" }, { - "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": "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/ces-activistes-strasbourgeois-ont-un-plan-pour-faire-annuler-la-coupe-du-monde-2022-507132.html", + "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-19T05:00:00Z", + "pubDate": "2021-11-25T00:45:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b98003fd7304412e2629c2e2bf09b134" + "hash": "bd068758cdb6b9dee1e2000bf69753a2" }, { - "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": "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/pronostic-nancy-rodez-analyse-cotes-et-prono-du-match-de-ligue-2-507155.html", + "link": "https://www.sofoot.com/manchester-city-psg-le-baton-pour-se-faire-battre-507440.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T02:48:00Z", + "pubDate": "2021-11-24T23:30:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "714359fa98ecee9745535777d423eb7e" + "hash": "565a28bad9f9b5fbc537df9179e1920a" }, { - "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": "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/pronostic-nimes-quevilly-rouen-analyse-cotes-et-prono-du-match-de-ligue-2-507154.html", + "link": "https://www.sofoot.com/pedro-goncalves-le-petit-prince-du-sporting-507438.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T02:43:00Z", + "pubDate": "2021-11-24T22:59:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "077879d3446eca5bc8a432506df906d2" + "hash": "61f634d7edfa326717dd3f3c78cc55dc" }, { - "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": "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/pronostic-le-havre-amiens-analyse-cotes-et-prono-du-match-de-ligue-2-507153.html", + "link": "https://www.sofoot.com/marquinhos-le-plus-important-c-etait-de-se-qualifier-507435.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T02:37:00Z", + "pubDate": "2021-11-24T22:49:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2b7b3d3da3dee479b26678d553aca531" + "hash": "3ccf2cccedcf32db32220083e52f7cff" }, { - "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 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/pronostic-caen-paris-fc-analyse-cotes-et-prono-du-match-de-ligue-2-507152.html", + "link": "https://www.sofoot.com/les-notes-du-psg-face-a-manchester-city-507383.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T02:26:00Z", + "pubDate": "2021-11-24T22:15:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1cf2e2c144d511e6ea60b76dff2f9573" + "hash": "a9ec7a093c97f0ce574f837608a43689" }, { - "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": "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/pronostic-pau-guingamp-analyse-cotes-et-prono-du-match-de-ligue-2-507151.html", + "link": "https://www.sofoot.com/kimpembe-la-solution-bloc-median-coulisser-507436.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T02:12:00Z", + "pubDate": "2021-11-24T22:13:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9dd070c423ece9d27e5cd77a5c19b681" + "hash": "6ff0ad4340ff93e76296819c42d1d2d0" }, { - "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": "Le Real Madrid glace le Sheriff et file en huitièmes", + "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/le-real-madrid-glace-le-sheriff-et-file-en-huitiemes-507434.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T02:02:00Z", + "pubDate": "2021-11-24T22:12:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "409ddfbc25d17c3638d8b22f2c18dd2a" + "hash": "e4dbdd3efea17d68871a221ec6d945e2" }, { - "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": "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/pronostic-bastia-niort-analyse-cotes-et-prono-du-match-de-ligue-2-507149.html", + "link": "https://www.sofoot.com/les-notes-de-manchester-city-face-au-psg-507433.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T00:52:00Z", + "pubDate": "2021-11-24T22:00:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c28c8065aed9ee932708e14092cc04c2" + "hash": "7e00dfe3ed7f13bd4fdaabd9e868581b" }, { - "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": "Milan arrache la victoire contre l'Atlético et reste en vie", + "description": "

    ", + "content": "

    ", "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/milan-arrache-la-victoire-contre-l-atletico-et-reste-en-vie-507431.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T00:45:00Z", + "pubDate": "2021-11-24T22:00:00Z", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ca52c8c2287ea0fed4bcb5838361833a" + "hash": "25ed82bbd6e1b3e90c864dc229bf7fa0" }, { - "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": "Le Sporting élimine Dortmund et file en huitièmes", + "description": "

    ", + "content": "

    ", "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/le-sporting-elimine-dortmund-et-file-en-huitiemes-507428.html", "creator": "SO FOOT", - "pubDate": "2021-11-18T23:44:00Z", + "pubDate": "2021-11-24T22:00: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": [ + "hash": "717a171ec23d0c4965222500c8952318" + }, { - "title": "'Havana syndrome': US baffled after new cases in Europe", - "description": "Secretary of State Antony Blinken says investigations continue after more diplomats fall ill.", - "content": "Secretary of State Antony Blinken says investigations continue after more diplomats fall ill.", + "title": "Liverpool enchaîne une cinquième victoire contre Porto", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59986297?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 13 Jan 2022 17:05:20 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "350a462e4c603f24fe5da891c0fdebd1", - "highlights": [] + "hash": "df285e8ca44dc0ce4c9e6f128de70e34" }, { - "title": "German court finds Syrian colonel guilty of crimes against humanity", - "description": "The trial of Anwar Raslan was the world's first criminal case over state-led torture in Syria.", - "content": "The trial of Anwar Raslan was the world's first criminal case over state-led torture in Syria.", + "title": "Leipzig détruit Bruges, doublé de Christopher Nkunku", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59949924?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 13 Jan 2022 10:04:19 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "ee743bd855e4a70a8ed3c29644844299", - "highlights": [] + "hash": "3b2ed6ece71b781fe2c994f7dc3f95c5" }, { - "title": "Canada: Unvaccinated father loses right to see his child", - "description": "The father is not allowed to see the 12-year-old until next month - unless he gets vaccinated.", - "content": "The father is not allowed to see the 12-year-old until next month - unless he gets vaccinated.", + "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.bbc.co.uk/news/world-us-canada-59979408?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 13 Jan 2022 10:09:01 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "fbb9bede13c441ddb9ccdc8adf60f739", - "highlights": [] + "hash": "4b0c67f8683869c8c58abe354d0318eb" }, { - "title": "South Africa minister tells schoolgirls to 'open books and close legs'", - "description": "Phophi Ramathuba is criticised for comments she made attempting to encourage abstinence.", - "content": "Phophi Ramathuba is criticised for comments she made attempting to encourage abstinence.", + "title": "L'Inter vient à bout du Shakhtar grâce à un doublé de Džeko", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59986422?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 13 Jan 2022 18:12:46 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "4dd492f4b4e65db38516fa954cf97401", - "highlights": [] + "hash": "51b42c40933fe4560807c38e0b952119" }, { - "title": "Israel says it broke up Iranian spy network that recruited women", - "description": "Four Israeli Jewish women of Iranian descent were allegedly paid thousands of dollars by a handler.", - "content": "Four Israeli Jewish women of Iranian descent were allegedly paid thousands of dollars by a handler.", + "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.bbc.co.uk/news/world-middle-east-59977916?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 13 Jan 2022 11:07:32 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "dd4bdd73db1575f1e4658db54c6e1238", - "highlights": [] + "hash": "b9a798792c0125307968d3da1c84de86" }, { - "title": "Australia equals hottest day on record at 50.7C", - "description": "Osnlow in Western Australia recorded 50.7C on Thursday, equalling a record set in 1962.", - "content": "Osnlow in Western Australia recorded 50.7C on Thursday, equalling a record set in 1962.", + "title": "Haller renverse Beşiktaş à lui seul", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59977193?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 13 Jan 2022 10:19:14 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "ea046d9b3922d86fdf03476ffbf296d3", - "highlights": [] + "hash": "b123f9ce8dc74a9bf3e40a464415590b" }, { - "title": "Covid: Viral photo highlights challenges of vaccinating Amazon", - "description": "A photo of a man carrying his father has highlighted the challenges of vaccinating indigenous villages.", - "content": "A photo of a man carrying his father has highlighted the challenges of vaccinating indigenous villages.", + "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.bbc.co.uk/news/world-latin-america-59984857?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 13 Jan 2022 16:03:39 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "c4b79b8f4e67a200f7da40c1adf19a31", - "highlights": [] + "hash": "7b751d75d6146e81bbfc0ccce452b6fa" }, { - "title": "Covid: Schools in France close as unions say 75% of teachers strike", - "description": "Unions say 75% of teachers have walked out as they complain about Covid safety and testing rules.", - "content": "Unions say 75% of teachers have walked out as they complain about Covid safety and testing rules.", + "title": "Naples surpris sur le terrain du Spartak Moscou", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59978138?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 13 Jan 2022 15:16:13 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "c32476043f9e0f5d179b0e5d8cbd92d1", - "highlights": [] + "hash": "920c5ca164e26eb01e1b658e03481bf5" }, { - "title": "Morocco sex for grades: Hassan I University lecturer jailed", - "description": "The professor is sentenced to two years in prison after being convicted of indecent behaviour.", - "content": "The professor is sentenced to two years in prison after being convicted of indecent behaviour.", + "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.bbc.co.uk/news/world-africa-59970326?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 13 Jan 2022 10:35:52 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "a181911fe04135f4e056d0ce1f487638", - "highlights": [] + "hash": "29f5aaf3013fa32ff8a88f9a5afebf93" }, { - "title": "Twitter agrees to Nigeria's demands to end seven-month ban", - "description": "Following a seven-month ban, the micro-blogging site will register in Nigeria and pay tax locally.", - "content": "Following a seven-month ban, the micro-blogging site will register in Nigeria and pay tax locally.", + "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.bbc.co.uk/news/world-africa-59958417?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 13 Jan 2022 16:15:20 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "90cb81af7e6135d654fbec51e10144d2", - "highlights": [] + "hash": "8375bbcb08997b37274a66ddc1d28d78" }, { - "title": "Kylie Jenner becomes first woman with 300 million Instagram followers", - "description": "Ariana Grande, previously the app's most popular woman, is now tied in second place with Selena Gomez.", - "content": "Ariana Grande, previously the app's most popular woman, is now tied in second place with Selena Gomez.", + "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.bbc.co.uk/news/technology-59979648?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 13 Jan 2022 14:06:17 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "0bafb04221a97bed8efd836a709f7fbf", - "highlights": [] + "hash": "2ea184b1bdca95765ccd66871f04ba0c" }, { - "title": "Rust: Armourer on Alec Baldwin film sues prop supplier over ammunition supply", - "description": "Hannah Gutierrez-Reed seeks unspecified damages from ammunition supplier Seth Kenney and his company.", - "content": "Hannah Gutierrez-Reed seeks unspecified damages from ammunition supplier Seth Kenney and his company.", + "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.bbc.co.uk/news/entertainment-arts-59978682?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 13 Jan 2022 10:13:31 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "a181de21ee741ba98dcd4a4f34ca2c2a", - "highlights": [] + "hash": "fedc39d94bbdc20d56dc2bb5c358d89b" }, { - "title": "The puzzle of America's record Covid hospital rate", - "description": "Europe has fewer Covid patients in hospital now. Why are the US and Canada bucking the Omicron trend?", - "content": "Europe has fewer Covid patients in hospital now. Why are the US and Canada bucking the Omicron trend?", + "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.bbc.co.uk/news/world-us-canada-59960949?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 13 Jan 2022 15:37:03 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "2ad5904ab9f602d3f6ac4f4030b7fc9c", - "highlights": [] + "hash": "6816ea2c8f5c90676ce60b60b06d7883" }, { - "title": "Novak Djokovic and the unanswered questions", - "description": "Novak Djokovic is facing a number of questions over his activities after testing positive for Covid.", - "content": "Novak Djokovic is facing a number of questions over his activities after testing positive for Covid.", + "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.bbc.co.uk/news/world-australia-59977198?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 13 Jan 2022 14:40:54 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "a51a9a241443d7b0494f661c0d59157a", - "highlights": [] + "hash": "0735f931037d437ed479951fcd29f8e9" }, { - "title": "Afghanistan: 'Terrified' British Council teachers still in hiding", - "description": "Afghan teachers employed by the British Council say they are still in hiding from the Taliban.", - "content": "Afghan teachers employed by the British Council say they are still in hiding from the Taliban.", + "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.bbc.co.uk/news/world-us-canada-59974220?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 20:40:21 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "60ef2ba9814eb710430f678d7765fed8", - "highlights": [] + "hash": "dbc1a2b77c80398c265fac31487bf05c" }, { - "title": "Kenya Power in the spotlight after nationwide blackout", - "description": "Kenyans spent several hours with electricity this week, what are the underlying causes?", - "content": "Kenyans spent several hours with electricity this week, what are the underlying causes?", + "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.bbc.co.uk/news/world-africa-59980405?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 13 Jan 2022 14:18:23 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "6ae5d64f7228517ac606b91efb402a13", - "highlights": [] + "hash": "e91d595ae34a4ba58e9b9b6d11d0727a" }, { - "title": "Nigerian NFT artist Osinachi: The work created by using a word processor", - "description": "Works by Nigerian Osinachi have made him one of Africa's leading digital and crypto-artists.", - "content": "Works by Nigerian Osinachi have made him one of Africa's leading digital and crypto-artists.", + "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.bbc.co.uk/news/world-africa-59703123?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 13 Jan 2022 00:46:05 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "474588fec3994ffeb79a965cd1c1abf7", - "highlights": [] + "hash": "49d51478ce3f0da2e3ec23cfa9e59a56" }, { - "title": "The people using YouTube to pay for their French chateau", - "description": "How chateaux owners are using advertising revenues from social media posts to earn a living.", - "content": "How chateaux owners are using advertising revenues from social media posts to earn a living.", + "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.bbc.co.uk/news/business-59950666?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 13 Jan 2022 00:11:11 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "f3ffd4090112c615e6c4dc3ea5b965d3", - "highlights": [] + "hash": "5bfaf445c8f63ac617083ffef826f9d0" }, { - "title": "The 52-year search for a missing girl", - "description": "On 12 January 1970, a British toddler disappeared from Fairy Meadow beach in NSW, Australia.", - "content": "On 12 January 1970, a British toddler disappeared from Fairy Meadow beach in NSW, Australia.", + "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.bbc.co.uk/news/world-59955682?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 00:09:49 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "e35c421ab4f89e7593f17dbcf645add3", - "highlights": [] + "hash": "6249a276ed712feb7e4e0aecc201a2a3" }, { - "title": "I thought Dad's pig heart transplant was delirium", - "description": "David Bennett, 57, is the first person in the world to receive a heart transplant from a genetically-modified pig.", - "content": "David Bennett, 57, is the first person in the world to receive a heart transplant from a genetically-modified pig.", + "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.bbc.co.uk/news/world-us-canada-59960118?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 19:42:50 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "74e4c718982db6a51db63d1f0b87a767", - "highlights": [] + "hash": "cdeb4c0fad05c20c63530d3ee09a9a8c" }, { - "title": "First pig heart to human transplant is a game-changer, say surgeons", - "description": "In a world first, a pig heart has been successfully transplanted into a human by surgeons in the US.", - "content": "In a world first, a pig heart has been successfully transplanted into a human by surgeons in the US.", + "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.bbc.co.uk/news/technology-59942994?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 14:01:45 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "f6ae39457b9f33917a4ec54d33b74298", - "highlights": [] + "hash": "4940c4471fea43302a5a370b925887ae" }, { - "title": "Children were 'fighting for their lives' in Bronx fire", - "description": "New Yorkers are still digesting the tragedy of the city's deadliest apartment blaze in three decades.", - "content": "New Yorkers are still digesting the tragedy of the city's deadliest apartment blaze in three decades.", + "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.bbc.co.uk/news/world-us-canada-59959947?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 18:12:30 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "4587a37263181cefd4ad06d22c7faf55", - "highlights": [] + "hash": "d65392b3b2cef64a08aa288a7925ece3" }, { - "title": "Novak Djokovic in Australian Open draw despite visa uncertainty", - "description": "The defending champion is in the draw even though authorities are still deciding whether to deport him.", - "content": "The defending champion is in the draw even though authorities are still deciding whether to deport him.", + "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.bbc.co.uk/news/world-australia-55760672?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 13 Jan 2022 10:57:51 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "e1c2f1872a5b4a1705fa4bb092e8c33b", - "highlights": [] + "hash": "aa6b4bb975d977ab728e95aef24bad91" }, { - "title": "A really simple guide to China-Taiwan relations", - "description": "Tension between China and Taiwan has risen and what happens next matters to us all", - "content": "Tension between China and Taiwan has risen and what happens next matters to us all", + "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.bbc.co.uk/news/world-asia-china-59900139?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 14:25:41 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "2e644097b2555da47b2b7fada3822c86", - "highlights": [] + "hash": "5f479838cdc065db9ed3764c12526dd8" }, { - "title": "Covid: Half of France's schools could close as teachers strike", - "description": "About 75% of primary teachers are expected to strike as they complain about confusing testing rules.", - "content": "About 75% of primary teachers are expected to strike as they complain about confusing testing rules.", + "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.bbc.co.uk/news/world-europe-59978138?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 13 Jan 2022 10:27:08 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "0c37fb9db2846813fa36a5688b5132e9", - "highlights": [] + "hash": "0ebf01f1e7bf87289e96cc77300f3e02" }, { - "title": "Ronnie Spector: Be My Baby singer of The Ronettes dies at 78", - "description": "The pop super star was the lead singer of the 1960 pioneering all-girl group the Ronettes.", - "content": "The pop super star was the lead singer of the 1960 pioneering all-girl group the Ronettes.", + "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.bbc.co.uk/news/world-us-canada-59975272?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 23:34:06 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "795a7685a4c4ca47fe16435261e590bc", - "highlights": [] + "hash": "fd69436a2f7c386e96dc2827a9f05318" }, { - "title": "Top Republican slams Biden voting speech as unpresidential", - "description": "Mitch McConnell says Mr Biden's likening of Republicans to civil rights-era racists is \"beneath his office\".", - "content": "Mitch McConnell says Mr Biden's likening of Republicans to civil rights-era racists is \"beneath his office\".", + "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.bbc.co.uk/news/world-us-canada-59974375?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 13 Jan 2022 03:23:57 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "6be4d5fd421a157e1553d96c8e55433b", - "highlights": [] + "hash": "b9a50ee71b81ad2d927be107a941ecd1" }, { - "title": "Nigeria lifts Twitter ban after seven months", - "description": "A suspension imposed last June is reversed after the networking site agrees to open a local office.", - "content": "A suspension imposed last June is reversed after the networking site agrees to open a local office.", + "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.bbc.co.uk/news/world-africa-59958417?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 13 Jan 2022 01:50:42 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "4977d9d17d4bc28c529b83408d1084f5", - "highlights": [] + "hash": "8458981e7b8ec5a4ca3bc721585d8cac" }, { - "title": "Hoda Muthana: Alabama IS bride loses appeal for return to US", - "description": "US-born Hoda Muthana is a citizen and should be allowed to return with her son, the lawsuit argued.", - "content": "US-born Hoda Muthana is a citizen and should be allowed to return with her son, the lawsuit argued.", + "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.bbc.co.uk/news/world-us-canada-59974939?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 22:41:42 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "4d63a8960dbbbf662d38e36090ff3d87", - "highlights": [] + "hash": "547c6ceddae5b7bebcd02fcaa7c03b55" }, { - "title": "Escaped Dutch youth offender shot dead in Belgium", - "description": "The young man reportedly took two people hostage, drove over the border and opened fire on police.", - "content": "The young man reportedly took two people hostage, drove over the border and opened fire on police.", + "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.bbc.co.uk/news/world-europe-59963285?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 19:21:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "3c9ff665e25e05aea1d2fae6aad63a26", - "highlights": [] + "hash": "190780a32fb6eb962f54fda1f0bbe0c6" }, { - "title": "Ukraine tensions: US says Russia faces stark choice", - "description": "Russia is told it must decide between de-escalation and diplomacy, or confrontation and consequences.", - "content": "Russia is told it must decide between de-escalation and diplomacy, or confrontation and consequences.", + "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.bbc.co.uk/news/world-europe-59971955?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 18:34:50 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "d749a4bc4ff8c22143d02fca62e0d4ec", - "highlights": [] + "hash": "800214764fdbcb2a94b7132d05e17861" }, { - "title": "South Africa's 'King Khoisan' arrested over cannabis plants at president's office", - "description": "Protesters planted the cannabis in a vegetable garden near the South African president's workplace.", - "content": "Protesters planted the cannabis in a vegetable garden near the South African president's workplace.", + "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.bbc.co.uk/news/world-africa-59966776?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 17:50:05 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "0fe9d24e9cd250b2dd15e64d84b11022", - "highlights": [] + "hash": "bc3d13b00184f5a8b10ad4b052c1e161" }, { - "title": "Prince Andrew to face civil sex assault case after US ruling", - "description": "Virginia Giuffre's claims against the Duke of York can continue to be heard, a New York judge rules.", - "content": "Virginia Giuffre's claims against the Duke of York can continue to be heard, a New York judge rules.", + "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.bbc.co.uk/news/uk-59871514?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 16:45:59 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "fadb26b47095445f5cb37b75b561f0b1", - "highlights": [] + "hash": "e90aad955174ce8e3ee4bde53a092b3f" }, { - "title": "Syrian torture: German verdict on crimes against humanity", - "description": "The trial of Anwar Raslan is the world's first criminal case over state-led torture in Syria.", - "content": "The trial of Anwar Raslan is the world's first criminal case over state-led torture in Syria.", + "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.bbc.co.uk/news/world-europe-59949924?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 13 Jan 2022 00:07:56 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "7d3b2c17b9888e397d9829bceeff7231", - "highlights": [] + "hash": "5866db364bb3fd4c0518c0a706d9b0b6" }, { - "title": "Novak Djokovic: Newsreaders caught in expletive-laden rant", - "description": "A leaked video shows Australian journalists giving candid opinions on the tennis star's visa saga.", - "content": "A leaked video shows Australian journalists giving candid opinions on the tennis star's visa saga.", + "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.bbc.co.uk/news/world-australia-59964598?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 13:04:04 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "f728b29fd041173a9b7ff0ae2238a1bf", - "highlights": [] + "hash": "87f26213a031a4d7cf60f9a2eda7edb9" }, { - "title": "Aras Amiri: British Council says jailed employee freed by Iran", - "description": "Aras Amiri, an Iranian citizen, has returned to the UK after being acquitted of spying on appeal.", - "content": "Aras Amiri, an Iranian citizen, has returned to the UK after being acquitted of spying on appeal.", + "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.bbc.co.uk/news/world-middle-east-59956831?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 13:06:58 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "e6ab4e68e80903cd0aa2986ee5cd93d4", - "highlights": [] + "hash": "3cbfa34382b80b57545ca2a5a2ce4628" }, { - "title": "Republican McConnell slams Biden voting rights speech as 'unpresidential'", - "description": "President Joe Biden had criticised opponents to his election reforms in a fiery speech on Tuesday.", - "content": "President Joe Biden had criticised opponents to his election reforms in a fiery speech on Tuesday.", + "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.bbc.co.uk/news/world-us-canada-59974375?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 21:07:28 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "8ddddb1c00d1f804ec22e7209d1fc0f2", - "highlights": [] + "hash": "4b0bad637ce50f3cd1fa7fe18b45aaec" }, { - "title": "Baby found by teenagers in -20C in Siberia doing well", - "description": "The girl was found by teens whose family now want to adopt her if relatives cannot be found.", - "content": "The girl was found by teens whose family now want to adopt her if relatives cannot be found.", + "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.bbc.co.uk/news/world-europe-59951126?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 17:02:23 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "f7742f60aafabb6d722aa89990853087", - "highlights": [] + "hash": "0196936e44dadc3b9aae062ac5a46968" }, { - "title": "Alps murders: French police arrest suspect over killing of British family", - "description": "Three members of a British family and a French cyclist were shot dead in the French Alps.", - "content": "Three members of a British family and a French cyclist were shot dead in the French Alps.", + "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.bbc.co.uk/news/world-europe-59963434?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 11:24:04 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "02bcfe9352d3547a7ba350fd5b7e5705", - "highlights": [] + "hash": "b9041ba190cb17e95b9e5e9f2e03e929" }, { - "title": "Novak Djokovic admits breaking isolation while Covid positive", - "description": "As Australia decides on his deportation, Djokovic claims his agent simply \"ticked the wrong box\".", - "content": "As Australia decides on his deportation, Djokovic claims his agent simply \"ticked the wrong box\".", + "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.bbc.co.uk/news/world-australia-59935127?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 14:12:34 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "c767b55717f5086236c2bbe0b4da9f14", - "highlights": [] + "hash": "fcc0d7beea6945a4caf924da9b3f59dc" }, { - "title": "Brazil rains: Minas Gerais hit by deadly landslides and floods", - "description": "Landslides and flooding caused by torrential rains have killed at least 15 people in Minas Gerais.", - "content": "Landslides and flooding caused by torrential rains have killed at least 15 people in Minas Gerais.", + "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.bbc.co.uk/news/world-latin-america-59944174?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 15:01:08 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "c6961a2a20fe1de1fca118904b90544b", - "highlights": [] + "hash": "c218dbd6cdbf761ce6294d797041114a" }, { - "title": "Covid-19: Chinese woman stuck in lockdown with blind date", - "description": "A swift lockdown in China’s Zhengzhou means a woman is stuck at her date’s house.", - "content": "A swift lockdown in China’s Zhengzhou means a woman is stuck at her date’s house.", + "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.bbc.co.uk/news/world-asia-china-59969509?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 14:24:01 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "1b86bdd062d99cda5df76f804b37d184", - "highlights": [] + "hash": "1974c24cc0dfb9e7926b9021de9bbe42" }, { - "title": "Palestinian-American man, 80, found dead after Israeli raid in West Bank", - "description": "Omar Asad reportedly died following his arrest by Israeli soldiers in the occupied West Bank.", - "content": "Omar Asad reportedly died following his arrest by Israeli soldiers in the occupied West Bank.", + "title": "L'Atalanta arrache un point sur le fil à Berne", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59971232?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 21:53:36 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "41c2cc1f795e0c397b40614f53e9da0f", - "highlights": [] + "hash": "264bf0566fc0d4c974b9a15b8bb6b46a" }, { - "title": "'He was like a lighthouse' - Sidney Poitier's daughter posts moving tribute", - "description": "\"I know people know he was good, but I don't think they know the depth of his goodness.\"", - "content": "\"I know people know he was good, but I don't think they know the depth of his goodness.\"", + "title": "Séville maîtrise Wolfsburg et se relance", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59965150?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 11:22:24 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "005764e95642343f2c9448c2c93a3d20", - "highlights": [] + "hash": "b5fba63da9d6a61dbca7a89dffe561f6" }, { - "title": "Can the 'Silver Fox' outwit Vladimir Putin?", - "description": "Wendy Sherman, a former social worker-turned-top US diplomat, is helping lead US-Russia talks.", - "content": "Wendy Sherman, a former social worker-turned-top US diplomat, is helping lead US-Russia talks.", + "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.bbc.co.uk/news/world-us-canada-59946364?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 01:08:04 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "fb65a6dd69c4bd0bb267807d183ebfa1", - "highlights": [] + "hash": "d1e175aa4b57ae851498a77ffb552fc5" }, { - "title": "A year on, has Trump benefited from a Twitter ban?", - "description": "The ex-president was expelled from Twitter a year ago. What impact has it had - and will he be back?", - "content": "The ex-president was expelled from Twitter a year ago. What impact has it had - and will he be back?", + "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.bbc.co.uk/news/technology-59948946?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 00:48:38 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "5b17bf22f0f4c5321b2841a40d80b326", - "highlights": [] + "hash": "82f516b1acbd870e80c733815c064986" }, { - "title": "Ukrainians wait as Russia faces off with the West", - "description": "What Ukrainians think about the conflict threatening their country, as Russia and the West meet.", - "content": "What Ukrainians think about the conflict threatening their country, as Russia and the West meet.", + "title": "Le Zénith frustre Malmö", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59944086?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 00:24:55 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "9151c5184eab0e37b6b74fdbd7d44a91", - "highlights": [] + "hash": "aabbcd70285db3b9ca9a431c93db08df" }, { - "title": "Seychelles: The island nation hunting for a missing $50m", - "description": "Six of Seychelles' most prominent citizens face charges amid a government crackdown on corruption.", - "content": "Six of Seychelles' most prominent citizens face charges amid a government crackdown on corruption.", + "title": "Chelsea broie la Juve et tamponne son ticket", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59866693?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 00:28:13 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "8d121b0eab203845b9b3fc5b495291ff", - "highlights": [] + "hash": "c03c75fc86adcfd8cb9569d1a208a4dc" }, { - "title": "How the soaring cost of living is hitting Sri Lankans hard", - "description": "Rising food and fuel prices are making daily life tougher for many ordinary people in Sri Lanka.", - "content": "Rising food and fuel prices are making daily life tougher for many ordinary people in Sri Lanka.", + "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.bbc.co.uk/news/business-59952980?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 00:13:14 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "2e9576d2f9bb2f4e53fddf988d207b4a", - "highlights": [] + "hash": "dd55861fd69cd968f118a9fbd275c5df" }, { - "title": "Palestinian man, 80, found dead after Israeli raid in West Bank", - "description": "Omar Asad reportedly died following his arrest by Israeli soldiers in the occupied West Bank.", - "content": "Omar Asad reportedly died following his arrest by Israeli soldiers in the occupied West Bank.", + "title": "Le Barça et Benfica dos à dos", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59971232?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 17:21:27 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "020ef790e59cc7b42d6ef26d391d0fe4", - "highlights": [] + "hash": "12bf72522c8a98b02bae2e99018da3cc" }, { - "title": "Greek sailing coach in rape trial over MeToo revelations", - "description": "When an Olympic champion spoke out about abuse, a young woman alleged she was raped by her coach.", - "content": "When an Olympic champion spoke out about abuse, a young woman alleged she was raped by her coach.", + "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.bbc.co.uk/news/world-europe-59963281?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 12:16:19 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "6e352793437ff03f26ddd2baaa676e6c", - "highlights": [] + "hash": "bfd816c00caa12abb15469cf89a05811" }, { - "title": "Love theory in Italian man's Ivory Coast kidnap", - "description": "Prosecutors say a businessman may have been duped into going to Ivory Coast by an online scammer.", - "content": "Prosecutors say a businessman may have been duped into going to Ivory Coast by an online scammer.", + "title": "Ronaldo et Sancho punissent Villarreal au bout de l'ennui", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59965791?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 14:40:45 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "b3579487c7c1a37b09ec4fb0b1b002a5", - "highlights": [] + "hash": "168b668c95b52e791056ad1621b2c0a9" }, { - "title": "Biden pushes overhaul of US election laws in fiery speech", - "description": "In a fiery speech in Georgia, the president calls on Congress to back his sweeping reforms.", - "content": "In a fiery speech in Georgia, the president calls on Congress to back his sweeping reforms.", + "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.bbc.co.uk/news/world-us-canada-59956068?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 06:43:46 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "9666ccac2ee6453c2ef71c925582856f", - "highlights": [] + "hash": "d07fc8b40edfb2f58959af6a885acc41" }, { - "title": "Covid: Half of Europe to be infected with Omicron within weeks - WHO", - "description": "Dr Hans Kluge says a \"west-to-east tidal wave\" of the coronavirus variant is sweeping across the region.", - "content": "Dr Hans Kluge says a \"west-to-east tidal wave\" of the coronavirus variant is sweeping across the region.", + "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.bbc.co.uk/news/world-europe-59948920?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 14:26:41 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "3b7b2238eebbb5a7813e8dc5e71ee001", - "highlights": [] + "hash": "4df578111ac3af73bd49286d6eef99fe" }, { - "title": "Novak Djokovic: Up to tennis star to explain PCR grey area, says Serbia PM", - "description": "Ana Brnabic says it would be a clear breach of rules if the tennis star went out knowing he had Covid.", - "content": "Ana Brnabic says it would be a clear breach of rules if the tennis star went out knowing he had Covid.", + "title": "Le Bayern bousculé, mais vainqueur à Kiev", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59958662?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 19:09:06 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "dc11bd1955d9b67fbe05dd012355f43c", - "highlights": [] + "hash": "b7516fb1022763c71de4aa61a751320f" }, { - "title": "Voting rights: Is this now Joe Biden's biggest headache?", - "description": "For many Democrats it's the number one issue but familiar roadblocks remain on road to reform.", - "content": "For many Democrats it's the number one issue but familiar roadblocks remain on road to reform.", + "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.bbc.co.uk/news/world-us-canada-59946927?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 15:50:50 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "ed629c3d9f7b1db397460e33e22ee7f1", - "highlights": [] + "hash": "42672a41663a84824d278c16d9132261" }, { - "title": "Three ethical issues around pig heart transplants", - "description": "A pig's heart has been used in a human transplant operation - what are the questions to consider?", - "content": "A pig's heart has been used in a human transplant operation - what are the questions to consider?", + "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.bbc.co.uk/news/world-59951264?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 16:38:41 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "f65df3205b19d6ea28448fa77b74c44f", - "highlights": [] + "hash": "7609daf2e304e20bf31fafaa3f3e60d5" }, { - "title": "Covid: Quebec to impose health tax on unvaccinated Canadians", - "description": "The unvaccinated represent 15% of the population, but over half of all hospital admissions.", - "content": "The unvaccinated represent 15% of the population, but over half of all hospital admissions.", + "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.bbc.co.uk/news/world-us-canada-59960689?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 20:24:23 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "591083d77338b0b16c08534430fc1724", - "highlights": [] + "hash": "5d82bf932f55190ff744fe509e94c31f" }, { - "title": "Saudi court orders first naming of man guilty of sexual harassment", - "description": "The kingdom amended an anti-harassment law last year to allow for the public shaming of offenders.", - "content": "The kingdom amended an anti-harassment law last year to allow for the public shaming of offenders.", + "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.bbc.co.uk/news/world-middle-east-59956826?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 17:45:06 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "eb533e8805ba585023e6f8c390aa77a4", - "highlights": [] + "hash": "0a9e4758b1f5e251c343bc237eb2326d" }, { - "title": "How Magawa the rat was trained to detect mines", - "description": "A rat which helped locate more than a 100 landmines in Cambodia has died at the age of eight.", - "content": "A rat which helped locate more than a 100 landmines in Cambodia has died at the age of eight.", + "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.bbc.co.uk/news/world-asia-59960117?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 18:41:36 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "71ea3f9767ef982340f45f7ceb37112b", - "highlights": [] + "hash": "da3ffb9aa66c31054ee7b071441d1227" }, { - "title": "Sacked belly-dancing teacher sparks Egypt debate over women's rights", - "description": "Aya Yousef was sacked and divorced after she was filmed moving to music at a work social event.", - "content": "Aya Yousef was sacked and divorced after she was filmed moving to music at a work social event.", + "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.bbc.co.uk/news/world-middle-east-59960477?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 20:06:37 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "09c4df0761d96c2f34746949c4b4e931", - "highlights": [] + "hash": "45b38149d8cea3bb14361c02ccb210d9" }, { - "title": "World Bank warns global economy faces grim outlook", - "description": "The bank predicts a \"pronounced slowdown\", with global economic growth falling to 4.1% this year", - "content": "The bank predicts a \"pronounced slowdown\", with global economic growth falling to 4.1% this year", + "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.bbc.co.uk/news/business-59946302?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 14:31:02 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "acf21f463ca4b8a7c5fd415a4b66118b", - "highlights": [] + "hash": "99328c64ec1c553f743ae0f42b0a5781" }, { - "title": "Italian raids after New Year sexual assaults in Milan", - "description": "Nine young women have come forward to say they were attacked while celebrating in central Milan.", - "content": "Nine young women have come forward to say they were attacked while celebrating in central Milan.", + "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.bbc.co.uk/news/world-europe-59952323?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 13:49:03 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "58441b38fbbc38706d907b9484500e26", - "highlights": [] + "hash": "3e9dd154474436db97f74dbfe27b3f82" }, { - "title": "Speaker of EU parliament dies in hospital", - "description": "The Italian was admitted to hospital last month due to a serious complication with his immune system.", - "content": "The Italian was admitted to hospital last month due to a serious complication with his immune system.", + "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.bbc.co.uk/news/world-europe-59947211?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 07:41:38 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "a02c71b7e5a6cc0a65f8949fdb33a6f2", - "highlights": [] + "hash": "adb8337a5b299b62007dc87967f487d6" }, { - "title": "How old Ugandan negatives are bringing families back to life", - "description": "The restored archive of a rural Ugandan photographer is helping people reconnect with their past.", - "content": "The restored archive of a rural Ugandan photographer is helping people reconnect with their past.", + "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.bbc.co.uk/news/world-africa-59862548?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 00:14:26 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "c7767f851ec259cec06d9395b349efb5", - "highlights": [] + "hash": "23fc798c806116b20343565d26e99798" }, { - "title": "Novak Djokovic: How tennis player won visa row court case", - "description": "Australia's legal defence collapsed on the evidence of the tennis player's treatment at the airport.", - "content": "Australia's legal defence collapsed on the evidence of the tennis player's treatment at the airport.", + "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.bbc.co.uk/news/world-australia-59939507?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 17:22:03 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "5c91064f41febdc626fec5a4d67e1bdb", - "highlights": [] + "hash": "e243271f030322dd81d4ec038bc51787" }, { - "title": "#NoSpendJanuary: Can it really be done?", - "description": "Every year, the hashtag #nospendjanuary is seen on social media - but how literally do people take it?", - "content": "Every year, the hashtag #nospendjanuary is seen on social media - but how literally do people take it?", + "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.bbc.co.uk/news/business-59920978?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 00:21:03 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "1800a48cac7914aaf1a7e1086bca2ee9", - "highlights": [] + "hash": "60e5986cd4c28ba452b910faae664772" }, { - "title": "'They looted everything': Counting the cost of Kazakh protests", - "description": "Violent protests have left Kazakhstan stunned and angry, the BBC's Abdujalil Abdurasulov finds.", - "content": "Violent protests have left Kazakhstan stunned and angry, the BBC's Abdujalil Abdurasulov finds.", + "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.bbc.co.uk/news/world-asia-59928856?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 06:00:04 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "1e80059a9e5d4b0e644689cce22d2a04", - "highlights": [] + "hash": "3ba1789efb2e8a99788a6aba73c39d3a" }, { - "title": "Air pollution: Delhi's smog problem is rooted in India's water crisis", - "description": "Years of ill-conceived farming practices have contributed to India's worsening air pollution.", - "content": "Years of ill-conceived farming practices have contributed to India's worsening air pollution.", + "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.bbc.co.uk/news/world-asia-india-59808770?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 00:03:39 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "ddd57c70b708a8d6c4d22ec2cace4c33", - "highlights": [] + "hash": "74bbe74b26e6b91ce1af2d1fa2edd70f" }, { - "title": "Afcon Cameroon: Playing football in the shadow of a rebellion", - "description": "Africa's top football tournament is about to start in Cameroon, despite a bitter four-year conflict.", - "content": "Africa's top football tournament is about to start in Cameroon, despite a bitter four-year conflict.", + "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.bbc.co.uk/news/world-africa-59908442?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 00:13:52 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "f986b21250f74444ab1b1e70b73abcc2", - "highlights": [] + "hash": "2e0d741a4cf6a8726d477ef10477dbe8" }, { - "title": "Kabul's markets full of food, but no-one has money", - "description": "The UN has called for urgent aid as one million Afghan children are at risk from severe malnourishment.", - "content": "The UN has called for urgent aid as one million Afghan children are at risk from severe malnourishment.", + "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.bbc.co.uk/news/world-asia-59942993?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 00:08:58 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "73fbf62e065ed87255500581da424770", - "highlights": [] + "hash": "cfd62cdf4a2119ec1502cf8b61b58f3d" }, { - "title": "Near-miss for pilot saved from downed plane hit by train", - "description": "Dramatic video shows the rescue, moments before collision, after a plane landed on train tracks.", - "content": "Dramatic video shows the rescue, moments before collision, after a plane landed on train tracks.", + "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.bbc.co.uk/news/world-us-canada-59946362?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 22:12:15 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "b4919549c01eb857e3f25281fae311fd", - "highlights": [] + "hash": "089268981990195f0fa60cbb104a94d9" }, { - "title": "Pokémon Go: Police fired for chasing Snorlax instead of robbers", - "description": "A pair of LAPD officers lost their jobs after ignoring a robbery to play Pokémon Go instead.", - "content": "A pair of LAPD officers lost their jobs after ignoring a robbery to play Pokémon Go instead.", + "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.bbc.co.uk/news/technology-59953330?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 13:24:53 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "2e065798c022ae26290ed9f6d73ece88", - "highlights": [] + "hash": "48db8213b4855c14161b8b6008cf6175" }, { - "title": "Second child dies after Spanish bouncy castle accident", - "description": "The four-year-old girl was injured when a bouncy castle was thrown into the air by wind last week.", - "content": "The four-year-old girl was injured when a bouncy castle was thrown into the air by wind last week.", + "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.bbc.co.uk/news/world-europe-59951366?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 13:06:13 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "e593f0cabaaff5515877e6d218f329c1", - "highlights": [] + "hash": "5fa652c36c6374fc86cb220f99e03138" }, { - "title": "Pig heart transplant an absolute miracle, says patient's son", - "description": "David Bennett, 57, is the first person in the world to receive a heart transplant from a genetically-modified pig.", - "content": "David Bennett, 57, is the first person in the world to receive a heart transplant from a genetically-modified pig.", + "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.bbc.co.uk/news/world-us-canada-59960118?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 19:42:50 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "af879241199e8ad2f534c56db1a871f1", - "highlights": [] + "hash": "628bcce6480217def827666568ce409d" }, { - "title": "Ros Atkins on... questions that remain for Djokovic", - "description": "The world number one made it onto a tennis court in Melbourne, but he could still be deported.", - "content": "The world number one made it onto a tennis court in Melbourne, but he could still be deported.", + "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.bbc.co.uk/news/world-australia-59944634?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 23:20:42 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "130a693615566095b65b089ebc24508f", - "highlights": [] + "hash": "9e8e654e20b6b8d7a4b6ab92dfff3b59" }, { - "title": "Novak Djokovic: Questions raised over tennis star's travel declaration", - "description": "Australian officials are investigating whether inaccurate information was given, local media says.", - "content": "Australian officials are investigating whether inaccurate information was given, local media says.", + "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.bbc.co.uk/news/world-australia-59946900?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 11:25:24 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "1df83769582ae998810cdbb405cbcf56", - "highlights": [] + "hash": "88f6e6c3a7f0d754b6e43903fe885aad" }, { - "title": "Magawa, the landmine-sniffing hero rat, dies aged eight", - "description": "Magawa was awarded a gold medal for heroism for clearing landmines in Cambodia.", - "content": "Magawa was awarded a gold medal for heroism for clearing landmines in Cambodia.", + "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.bbc.co.uk/news/world-asia-59951255?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 11:20:55 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "aa55eb6260ae8bd0162a8bb508e561f9", - "highlights": [] + "hash": "02925f13ba81c9de1b65849384493a2d" }, { - "title": "Man gets genetically-modified pig heart in world-first transplant", - "description": "David Bennett, 57, is doing well three days after the experimental surgery, doctors say.", - "content": "David Bennett, 57, is doing well three days after the experimental surgery, doctors say.", + "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.bbc.co.uk/news/world-us-canada-59944889?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 22:55:45 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "9af186d3a02e39f626333d1f82cad361", - "highlights": [] + "hash": "c5ad6c5c130246d2ecd1ef20e245405b" }, { - "title": "Ugandan author of The Greedy Barbarian charged over Museveni tweets", - "description": "A Ugandan novelist is accused of using Twitter to \"disturb the peace\" of Yoweri Museveni and his son.", - "content": "A Ugandan novelist is accused of using Twitter to \"disturb the peace\" of Yoweri Museveni and his son.", + "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.bbc.co.uk/news/world-africa-59951890?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 12:24:56 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "eb28a26999e2cecd305a790e1da64f1d", - "highlights": [] + "hash": "9cd8d47345d071d0d17d4f051b3ec9b0" }, { - "title": "Chinese doctor charged for treating fever patient", - "description": "The medic in Henan could face a prison term because there wasn't a fever clinic at their hospital.", - "content": "The medic in Henan could face a prison term because there wasn't a fever clinic at their hospital.", + "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.bbc.co.uk/news/world-asia-china-59935126?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 10:16:25 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "dbbc42f25504a632b76c3e3f4696520c", - "highlights": [] + "hash": "52f63024a2851aa0e8d3c50ca1aec25e" }, { - "title": "Covid: Chile starts fourth vaccine dose amid rise in cases", - "description": "The country is the first in Latin America to offer a fourth dose, as Omicron fuels a surge in cases.", - "content": "The country is the first in Latin America to offer a fourth dose, as Omicron fuels a surge in cases.", + "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.bbc.co.uk/news/world-59936823?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 15:03:23 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "3b0e223cb781cefba55794e0dc9366ee", - "highlights": [] + "hash": "59cef2612649106405cb338f06b0737b" }, { - "title": "What's at stake in the struggle over US voting laws", - "description": "Democrats are readying a high-stakes battle over elections, an issue both parties want to reform.", - "content": "Democrats are readying a high-stakes battle over elections, an issue both parties want to reform.", + "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.bbc.co.uk/news/world-us-canada-59946927?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 10:21:05 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "4e86d96e699613d8c3ec5cb1d359ec9a", - "highlights": [] + "hash": "76d6cbbb55a9ee063375972946befbc2" }, { - "title": "David Sassoli: European Parliament president dies aged 65", - "description": "The Italian was admitted to hospital last month due to a serious complication with his immune system.", - "content": "The Italian was admitted to hospital last month due to a serious complication with his immune system.", + "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.bbc.co.uk/news/world-europe-59947211?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 04:36:46 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "04d1b402a85bd6bce8585fe3866b0eb9", - "highlights": [] + "hash": "133d834994bd359e31b475b162be0481" }, { - "title": "North Korea fires suspected ballistic missile", - "description": "It comes as six nations, including the US, call for the North to stop its \"destabilising actions.\"", - "content": "It comes as six nations, including the US, call for the North to stop its \"destabilising actions.\"", + "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.bbc.co.uk/news/world-asia-59935125?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 02:57:02 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "cc905d662847c5fc0e529d933884da01", - "highlights": [] + "hash": "8c5130d900d41450d917fbf202d68f3d" }, { - "title": "Burning plastic to keep warm in Afghanistan", - "description": "The UN has called for urgent aid as one million Afghan children are at risk from severe malnourishment.", - "content": "The UN has called for urgent aid as one million Afghan children are at risk from severe malnourishment.", + "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.bbc.co.uk/news/world-asia-59942993?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 00:08:58 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "550a4e8801d4286e8b580d960cc3519c", - "highlights": [] + "hash": "ebb9692f01f9865b2b96ed680289a975" }, { - "title": "China: Doctor charged for treating fever patient", - "description": "The medic in Henan could face a prison term because there wasn't a fever clinic at their hospital.", - "content": "The medic in Henan could face a prison term because there wasn't a fever clinic at their hospital.", + "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.bbc.co.uk/news/world-asia-china-59935126?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 10:16:25 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "53cc513185634a98643f2ba4e4cdfc75", - "highlights": [] + "hash": "fcd50fb0bad0889be67d6ec15afed14f" }, { - "title": "Antarctica: Invasive species 'hitchhiking' on ships", - "description": "Ships travelling to Antarctica could bring invasive species to the ocean’s last pristine ecosystem.", - "content": "Ships travelling to Antarctica could bring invasive species to the ocean’s last pristine ecosystem.", + "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.bbc.co.uk/news/science-environment-59914729?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 23:37:56 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "9017e51c3380ada947bcac4a5b06406a", - "highlights": [] + "hash": "5c9f2bb5b7cbf01698e6839718b44b52" }, { - "title": "New York fire: Officials pledge support after 17 die in 'unspeakable tragedy'", - "description": "There were nine children among the fatalities in the fire, which took hold on Sunday in the Bronx.", - "content": "There were nine children among the fatalities in the fire, which took hold on Sunday in the Bronx.", + "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.bbc.co.uk/news/world-us-canada-59943374?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 18:58:34 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "d21a25efe05750d72460eeb692bf18d3", - "highlights": [] + "hash": "e63c24d6318651893ac7bb2f5011dd8e" }, { - "title": "Maya Angelou: Poet is first black woman on US quarter", - "description": "The civil rights activist and writer is the first in a series of US women honoured on the US quarter.", - "content": "The civil rights activist and writer is the first in a series of US women honoured on the US quarter.", + "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.bbc.co.uk/news/world-us-canada-59946929?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 02:29:24 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "c89593d96b256e245c57f82c6648879f", - "highlights": [] + "hash": "b677fd1f57033794e84ac7270c6848e1" }, { - "title": "Novak Djokovic supporters surround car in Melbourne", - "description": "Crowds chanting \"free Novak\" surround a black car leaving the offices of the player's lawyer.", - "content": "Crowds chanting \"free Novak\" surround a black car leaving the offices of the player's lawyer.", + "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.bbc.co.uk/news/world-australia-59937221?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 10:21:04 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "6b36a27d61dbc31e888364984e885bab", - "highlights": [] + "hash": "9260664a40457cba03bf9d542c6bd3c3" }, { - "title": "Djokovic saga damaging, says tennis governing body", - "description": "The controversy over Novak Djokovic's visa to enter Australia has been \"damaging on all fronts\", says the ATP.", - "content": "The controversy over Novak Djokovic's visa to enter Australia has been \"damaging on all fronts\", says the ATP.", + "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.bbc.co.uk/sport/tennis/59944701?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 03:46:36 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "0c0c888413dffb66d4fea1f4effef33e", - "highlights": [] + "hash": "726c30823e5b7f4b2b3aafe7f81a6109" }, { - "title": "Russia downplays threat to Ukraine in talks with US", - "description": "Russian officials downplay the threat to neighbouring Ukraine during high-stakes talks in Geneva.", - "content": "Russian officials downplay the threat to neighbouring Ukraine during high-stakes talks in Geneva.", + "title": "Dijon se paye Auxerre et décroche la couronne de Bourgogne", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59945170?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 22:24:05 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "a2d6f7c13d3815352c4967df6344e3e1", - "highlights": [] + "hash": "77da1ab3732911246da48d277e1b8406" }, { - "title": "Afghanistan's cold and bitter hunger", - "description": "The UN has called for urgent aid as one million Afghan children are at risk from severe malnourishment.", - "content": "The UN has called for urgent aid as one million Afghan children are at risk from severe malnourishment.", + "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.bbc.co.uk/news/world-asia-59942993?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 00:08:58 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "35cc7b3142b6aa65add50a1af5804695", - "highlights": [] + "hash": "12c05a96c3bb49900c64f95fa8cee7a2" }, { - "title": "Millionaire murderer Robert Durst dies in prison", - "description": "The real estate heir turned fugitive unwittingly confessed to three killings on a TV crime show.", - "content": "The real estate heir turned fugitive unwittingly confessed to three killings on a TV crime show.", + "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.bbc.co.uk/news/world-us-canada-59945850?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 19:50:39 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "a811793f706bcf0e554ad6b3dbbe1fcd", - "highlights": [] + "hash": "b0239b8f0d886123d603dde2b92cee04" }, { - "title": "Covid pass protesters attack French MP Stéphane Claireaux with seaweed", - "description": "Stéphane Claireaux likens the attack near his home in a French part of North America to a \"stoning\".", - "content": "Stéphane Claireaux likens the attack near his home in a French part of North America to a \"stoning\".", + "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.bbc.co.uk/news/world-europe-59935998?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 17:49:43 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "3542d394691c6dee09cb52760effeb85", - "highlights": [] + "hash": "7a622b88eae1fb3c92ac173d41678a04" }, { - "title": "Evergrande: Real estate giant moves from Shenzhen head office to cut costs", - "description": "The crisis-hit property developer is still struggling to pay more than $300bn in liabilities.", - "content": "The crisis-hit property developer is still struggling to pay more than $300bn in liabilities.", + "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.bbc.co.uk/news/business-59947088?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 04:00:45 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "a0867a0bd5e54e66d6b406fea893cfd2", - "highlights": [] + "hash": "1b1f504125ba5f05a0cd2299fda133e4" }, { - "title": "Ros Atkins on… Novak Djokovic’s Australia visa victory", - "description": "The world number one made it onto a tennis court in Melbourne, but he could still be deported.", - "content": "The world number one made it onto a tennis court in Melbourne, but he could still be deported.", + "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.bbc.co.uk/news/world-australia-59944634?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 23:20:42 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "49fc2c553794daf3da0a76c9d801b76a", - "highlights": [] + "hash": "bf5b2367b450ceb4998fd47757a2e6b3" }, { - "title": "Djokovic's brother: We fight for truth and justice", - "description": "Djordje Djokovic, speaks about supporting the tennis star during his detention in Australia.", - "content": "Djordje Djokovic, speaks about supporting the tennis star during his detention in Australia.", + "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.bbc.co.uk/news/world-59936822?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 14:54:11 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "5153206d02bcc2a15478c44f1a2990bd", - "highlights": [] + "hash": "65b8b9a53f82e38de8b8ad0621a22cd1" }, { - "title": "Russia downplays threat to Ukraine in Geneva talks", - "description": "Russian officials tells their US counterparts that they have no plans to invade Ukraine.", - "content": "Russian officials tells their US counterparts that they have no plans to invade Ukraine.", + "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.bbc.co.uk/news/world-us-canada-59945170?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 19:40:22 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "39fbb1395d04232181f912866118fe77", - "highlights": [] + "hash": "b0cd544b0cd2af532192227f3424a51b" }, { - "title": "Novak Djokovic 'focused' on Australian Open", - "description": "The men's world number 1 says he wants to compete in next week's tournament after a court overturned his visa cancellation.", - "content": "The men's world number 1 says he wants to compete in next week's tournament after a court overturned his visa cancellation.", + "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.bbc.co.uk/sport/tennis/59938953?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 14:31:03 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "75530eda6ef8cfc23fbe762e0f60b0e4", - "highlights": [] + "hash": "0acbdf60a8f415e281d13753cd8f07b8" }, { - "title": "Covid-19: Common cold may give some protection, study suggests", - "description": "Researchers say immune cells made to defend the body against some colds could help stave off Covid.", - "content": "Researchers say immune cells made to defend the body against some colds could help stave off Covid.", + "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.bbc.co.uk/news/health-59911257?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 10:00:17 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "c3d604c5eb682417a47c11538b4cf175", - "highlights": [] + "hash": "b538bfa94cae0bc62a13d1e6ea6c9026" }, { - "title": "Past seven years hottest on record - EU satellite data", - "description": "Analysis shows 2021 was the fifth-warmest with record-breaking temperatures in some regions.", - "content": "Analysis shows 2021 was the fifth-warmest with record-breaking temperatures in some regions.", + "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.bbc.co.uk/news/science-environment-59915690?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 12:00:33 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "dbd0c49c3fbaf349c3fd586b1095d38f", - "highlights": [] + "hash": "a82c5d6b789ea3976512d2e3693340fe" }, { - "title": "Spain: Badger thought to have found Roman treasure", - "description": "Archaeologists discovered Roman coins outside the den of an animal next to a cave in northern Spain.", - "content": "Archaeologists discovered Roman coins outside the den of an animal next to a cave in northern Spain.", + "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.bbc.co.uk/news/world-europe-59937510?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 14:17:16 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "50c0e0ed3b9dd975902c17f110e8a03c", - "highlights": [] + "hash": "d883870f6b0cf1b4c44fabe8a891dc3c" }, { - "title": "Tesla adds chill and assertive self-driving modes", - "description": "An update to Tesla cars adds a mode to follow other cars more closely and to slow rather than stop.", - "content": "An update to Tesla cars adds a mode to follow other cars more closely and to slow rather than stop.", + "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.bbc.co.uk/news/technology-59939536?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 15:53:01 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "6cc6bbc860c1c51fe9e617b335d5bae7", - "highlights": [] + "hash": "8318e562e19274868ffdfacf83f14077" }, { - "title": "Kazakhstan unrest was coup attempt, says president", - "description": "President Tokayev says a hunt for \"terrorists\" is continuing and Kazakhstan will soon provide proof.", - "content": "President Tokayev says a hunt for \"terrorists\" is continuing and Kazakhstan will soon provide proof.", + "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.bbc.co.uk/news/world-asia-59900738?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 12:00:13 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "149fab500c0f4b26873d0bde7c0fb47a", - "highlights": [] + "hash": "e6471ea8fb19ace74f7e7bcbd76573ca" }, { - "title": "Former Israeli PMs Netanyahu and Olmert face off in court in libel case", - "description": "Benjamin Netanyahu and his family are suing Ehud Olmert for claiming that they were mentally ill.", - "content": "Benjamin Netanyahu and his family are suing Ehud Olmert for claiming that they were mentally ill.", + "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.bbc.co.uk/news/world-middle-east-59936449?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 12:56:16 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "385036b0baab0374ecb5ba53f42d456d", - "highlights": [] + "hash": "c7bf733da7f5aaf66c8964709d0abb46" }, { - "title": "Aung San Suu Kyi: Ousted Myanmar leader jailed for another four years", - "description": "Myanmar's former leader faces a series of charges since being ousted in an army coup last February.", - "content": "Myanmar's former leader faces a series of charges since being ousted in an army coup last February.", + "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.bbc.co.uk/news/world-asia-59933706?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 07:56:09 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "9c0b64b771145f7c1dd27be0a07d47e7", - "highlights": [] + "hash": "daa6fea3e9cafc1e04ddf0c547594b2d" }, { - "title": "Sidney Poitier: The actor who broke down Hollywood's racial barriers", - "description": "Sidney Poitier, the actor and director who helped break down Hollywood's racial barriers, dies aged 94.", - "content": "Sidney Poitier, the actor and director who helped break down Hollywood's racial barriers, dies aged 94.", + "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.bbc.co.uk/news/entertainment-arts-27198480?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 07 Jan 2022 16:04:58 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "41f43db421549ee90a0a9c5af77fe0c9", - "highlights": [] + "hash": "9b48c022cf426e276fe85cd5f3c1865a" }, { - "title": "Families seek justice for Iran plane crash victims", - "description": "Two years on, the families of downed flight PS752 victims are left without answers.", - "content": "Two years on, the families of downed flight PS752 victims are left without answers.", + "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.bbc.co.uk/news/world-africa-59898362?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 08 Jan 2022 00:00:08 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "4df7b342403f0ea6d5630caebbe5a43d", - "highlights": [] + "hash": "0fea6a43118ab904f913c77e4531dd3e" }, { - "title": "Novak Djokovic's mother: We're here to celebrate our son's victory", - "description": "Dijana Djokovic speaks at a press conference after her son Novak had his Australian visa reinstated.", - "content": "Dijana Djokovic speaks at a press conference after her son Novak had his Australian visa reinstated.", + "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.bbc.co.uk/news/world-59940258?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 14:04:52 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "ad812170d8b3c4b379373d7df12f4883", - "highlights": [] + "hash": "505e0209846493c8864ce7b696ae1a1f" }, { - "title": "Bronx fire: 'A horrific, painful moment ' says New York City Mayor Eric Adams", - "description": "At least 19 people, including nine children, have died after a fire in the Bronx.", - "content": "At least 19 people, including nine children, have died after a fire in the Bronx.", + "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.bbc.co.uk/news/world-us-canada-59932113?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 22:59:44 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "70234f8eb9edfba674f8605258425b8e", - "highlights": [] + "hash": "bff0225be84a5671216d49cb737b110d" }, { - "title": "New York fire: At least 19 killed in apartment block blaze", - "description": "There were nine children among the fatalities in the fire, which took hold on Sunday in the Bronx.", - "content": "There were nine children among the fatalities in the fire, which took hold on Sunday in the Bronx.", + "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.bbc.co.uk/news/world-us-canada-59931896?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 21:26:54 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "cddd288c53255d3c09b9bccf19e6b605", - "highlights": [] + "hash": "d10745e2fda29dc9c96eae9f7dded945" }, { - "title": "Uganda schools reopen after almost two years of Covid closure", - "description": "Authorities warn that at least 30% of pre-pandemic pupils may never return after such a long absence.", - "content": "Authorities warn that at least 30% of pre-pandemic pupils may never return after such a long absence.", + "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.bbc.co.uk/news/world-africa-59935605?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 12:53:38 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "5afb45281de0bbd286364bdd813875b8", - "highlights": [] + "hash": "88bd936a10615023d4e368d2ca5db885" }, { - "title": "Swedish PM under fire for illegal immigrant cleaner", - "description": "Prime Minister Magdalena Andersson says she was assured all company employees were working legally.", - "content": "Prime Minister Magdalena Andersson says she was assured all company employees were working legally.", + "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.bbc.co.uk/news/world-europe-59910844?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 13:03:08 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "5b8fa384d863124f22a057129894df07", - "highlights": [] + "hash": "8f46d109c8125daa7f299197c7fb77b7" }, { - "title": "Golden Globes: West Side Story and The Power of the Dog win at troubled event", - "description": "Steven Spielberg's remake of the classic film was among the big winners at Sunday's event in LA.", - "content": "Steven Spielberg's remake of the classic film was among the big winners at Sunday's event in LA.", + "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.bbc.co.uk/news/entertainment-arts-59900500?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 06:45:31 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "c38c0eeac727bb65d649f4505ecf5da7", - "highlights": [] + "hash": "f540458acddc6f940d1d6ebdd4e31557" }, { - "title": "Man arrested for bomb threat at Doja Cat concert", - "description": "The man phoned in a bomb threat in an attempt to jump the queue at a free show in Indianaopolis.", - "content": "The man phoned in a bomb threat in an attempt to jump the queue at a free show in Indianaopolis.", + "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.bbc.co.uk/news/entertainment-arts-59935647?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 09:23:52 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "fac8695ee70074cb62c1a1aab035479b", - "highlights": [] + "hash": "42170cefb1cdd18115b69009539a4a73" }, { - "title": "Kazakhstan: 'Growing suggestion violence linked to power struggle'", - "description": "There are growing suggestions violence in Kazakhstan is linked to a power struggle within the ruling elite, the BBC's Steve Rosenberg reports from the capital.", - "content": "There are growing suggestions violence in Kazakhstan is linked to a power struggle within the ruling elite, the BBC's Steve Rosenberg reports from the capital.", + "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.bbc.co.uk/news/world-asia-59928697?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 11:34:04 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "0db7a0f2170afc7992bcea7d3bc9c9fc", - "highlights": [] + "hash": "0c509df43412a788b074983afa42fc7d" }, { - "title": "Novak Djokovic: Serbs give their reaction to Australia vaccine exemption row", - "description": "Serbs in Belgrade have been giving their reactions to Novak Djokovic's vaccine exemption row.", - "content": "Serbs in Belgrade have been giving their reactions to Novak Djokovic's vaccine exemption row.", + "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.bbc.co.uk/news/world-australia-59925880?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 00:17:51 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "69f111e3dc2a9992cebb874f5638de59", - "highlights": [] + "hash": "c79b901965391f5a9ccb2a985e553056" }, { - "title": "Novak Djokovic: Judge orders immediate release of tennis star", - "description": "Anthony Kelly quashes the decision to cancel the tennis player's visa on Covid vaccination grounds.", - "content": "Anthony Kelly quashes the decision to cancel the tennis player's visa on Covid vaccination grounds.", + "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.bbc.co.uk/news/world-australia-59932430?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 06:52:44 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "b4efda6e738f02b4d0d45396019e9d2e", - "highlights": [] + "hash": "49ee99d17503683e702259e3e967f45c" }, { - "title": "Bob Saget: US actor and comedian found dead aged 65", - "description": "The Full House star was found dead in his hotel room in Orlando, where he was on tour, police say.", - "content": "The Full House star was found dead in his hotel room in Orlando, where he was on tour, police say.", + "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.bbc.co.uk/news/entertainment-arts-59932429?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 04:52:19 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "e7dc0cf44f56f56c91f28f520123f108", - "highlights": [] + "hash": "5ffdc5aeddfbd2c736bc08de952497ab" }, { - "title": "Kazakhstan unrest: Internet returns to Almaty following a five day outage", - "description": "Days of violent anti-government protests saw nearly 8,000 people detained, officials say.", - "content": "Days of violent anti-government protests saw nearly 8,000 people detained, officials say.", + "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.bbc.co.uk/news/world-asia-59927267?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 05:11:40 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "8abda78db845180f66da8c500bc8d563", - "highlights": [] + "hash": "c82f7e0fd46aad8f1d617146ff7c56e6" }, { - "title": "Ten die after Brazilian cliff collapses onto leisure boats", - "description": "Another 32 were injured when the cliff fell onto boats in a lake in the south-east of the country.", - "content": "Another 32 were injured when the cliff fell onto boats in a lake in the south-east of the country.", + "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.bbc.co.uk/news/world-latin-america-59923900?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 19:57:25 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "60ee76f18f9ebc2babd27e9fa6f091b0", - "highlights": [] + "hash": "d50333d36aa635b09239648cfd4125e4" }, { - "title": "Pakistan snow: Hundreds rescued from vehicles in deadly blizzard", - "description": "Tourists trapped by a blizzard for hours in freezing conditions are sheltering in the town of Murree.", - "content": "Tourists trapped by a blizzard for hours in freezing conditions are sheltering in the town of Murree.", + "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.bbc.co.uk/news/world-asia-59927266?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 10:04:44 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "f5da06118ed28ebb60b9696abe04b280", - "highlights": [] + "hash": "32db0cb3615efc1dfccad4702ca2c7ae" }, { - "title": "Scala dei Turchi: Sicily's famed cliffs streaked red by vandals", - "description": "Sicily's Scala dei Turchi are visited by thousands of tourists every year.", - "content": "Sicily's Scala dei Turchi are visited by thousands of tourists every year.", + "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.bbc.co.uk/news/world-europe-59929594?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 20:00:28 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "4ea2f4af553aacdb8ba1c0c11045051f", - "highlights": [] + "hash": "fa4bda994a0f160745177d1c11e259e1" }, { - "title": "Afcon 2021: Cameroon beat Burkina Faso 2-1 before Cape Verde see off Ethiopia", - "description": "Hosts Cameroon come from behind to beat Burkina Faso in an absorbing opening game at the Africa Cup of Nations before Cape Verde beat Ethiopia.", - "content": "Hosts Cameroon come from behind to beat Burkina Faso in an absorbing opening game at the Africa Cup of Nations before Cape Verde beat Ethiopia.", + "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.bbc.co.uk/sport/africa/59930242?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 21:08:05 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "13ce7f6a3bb0fe5ed33d1fd178ecafb1", - "highlights": [] + "hash": "45b1dadfc06aa7344cb8fe2f245af637" }, { - "title": "Heavy snow leaves many dead in northern Pakistan", - "description": "Would-be tourists travelled to see the unusual amount of snow but around 1,000 cars became stranded in a blizzard.", - "content": "Would-be tourists travelled to see the unusual amount of snow but around 1,000 cars became stranded in a blizzard.", + "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.bbc.co.uk/news/world-asia-59924477?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 08 Jan 2022 17:15:17 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "8f0f03c49b62bd1ed70fdc171b7a6050", - "highlights": [] + "hash": "361d3bc475395a41403caf484eaf30a2" }, { - "title": "Sidney Poitier was a ground-breaking black man - Bonnie Greer", - "description": "Playwright Bonnie Greer pays tribute to the acting legend Sidney Poitier, who has died at the age of 94.", - "content": "Playwright Bonnie Greer pays tribute to the acting legend Sidney Poitier, who has died at the age of 94.", + "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.bbc.co.uk/news/entertainment-arts-59916946?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 07 Jan 2022 18:45:52 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "ddcd0df410149a0571cf4557531a4656", - "highlights": [] + "hash": "2203e1ad49ed81cc6de83ae91e414254" }, { - "title": "Ros Atkins on... the US Capitol riot anniversary", - "description": "Simmering tensions remain one year on from unprecedented scenes in Washington DC.", - "content": "Simmering tensions remain one year on from unprecedented scenes in Washington DC.", + "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.bbc.co.uk/news/world-us-canada-59903464?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 08 Jan 2022 00:04:22 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "9835cae390a8b610bca33353ad841825", - "highlights": [] + "hash": "35533168f102a95ddac22a1e6fcedd3e" }, { - "title": "Golden Globes: West Side Story and The Power of the Dog win at subdued event", - "description": "Steven Spielberg's remake of the classic film was among the big winners at Sunday's event in LA.", - "content": "Steven Spielberg's remake of the classic film was among the big winners at Sunday's event in LA.", + "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.bbc.co.uk/news/entertainment-arts-59900500?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 06:45:31 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "cae52b3016f6c382ee7ae5530d9bda0f", - "highlights": [] + "hash": "75abb1d90b2ac6ef422fbf94620b11d4" }, { - "title": "Afcon Cameroon 2022: Playing football in the shadow of a rebellion", - "description": "Africa's top football tournament is about to start in Cameroon, despite a bitter four-year conflict.", - "content": "Africa's top football tournament is about to start in Cameroon, despite a bitter four-year conflict.", + "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.bbc.co.uk/news/world-africa-59908442?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 00:13:52 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "a0d27f588781cc2bd75b7e6cc210b49a", - "highlights": [] + "hash": "4b61911d0472c26805d8c46e0b7583df" }, { - "title": "India begins booster shots as Covid-19 cases surge", - "description": "Frontline workers and vulnerable adults will get booster jabs as the country battles a spike in cases.", - "content": "Frontline workers and vulnerable adults will get booster jabs as the country battles a spike in cases.", + "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.bbc.co.uk/news/world-asia-india-59933028?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 04:48:49 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "865270abbfd68aa69d405c482a7afe77", - "highlights": [] + "hash": "8af9a791d80e47dc56018e42939a30a4" }, { - "title": "Novak Djokovic: Judge raises concerns over tennis star's treatment by border officers", - "description": "Anthony Kelly is presiding over the tennis star's challenge to the cancellation of his Australian visa.", - "content": "Anthony Kelly is presiding over the tennis star's challenge to the cancellation of his Australian visa.", + "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.bbc.co.uk/news/world-australia-59932430?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 04:17:30 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "943bf1db99523f9bfc299f0e740d4d34", - "highlights": [] + "hash": "0e1717c4c64e6782ba8e2652c9543ad3" }, { - "title": "Afghanistan: Baby lost in Kabul evacuation is reunited with family", - "description": "The infant was lost after being handed to an American soldier at Kabul airport in August.", - "content": "The infant was lost after being handed to an American soldier at Kabul airport in August.", + "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.bbc.co.uk/news/world-asia-59926854?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 10:19:52 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "a3011e41071a1bc5f39cd7790cd035e0", - "highlights": [] + "hash": "d75aaf91282632feac860f0c3db10902" }, { - "title": "Novak Djokovic: Is his vaccine saga an unforced error for Australia?", - "description": "The story of the star tennis player being held in Australia sparks ire at every twist and turn.", - "content": "The story of the star tennis player being held in Australia sparks ire at every twist and turn.", + "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.bbc.co.uk/news/world-australia-59923332?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 00:00:17 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "b3975252c57f4bcc8f031a5d27fae79a", - "highlights": [] + "hash": "a1ffd358fdb0641b9c5692384bda80e4" }, { - "title": "Week in pictures: 1 - 7 January 2022", - "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.", + "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.bbc.co.uk/news/in-pictures-59906677?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 08 Jan 2022 00:04:08 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "e089769b9365e6207c7473b7a5287a0b", - "highlights": [] + "hash": "3d67211c48909c12dc2f0998cde62bb4" }, { - "title": "Kazakhstan unrest: BBC witnesses apocalyptic scenes in main city", - "description": "A BBC reporter sees the aftermath of protests and deadly violence in Kazakhstan's biggest city Almaty.", - "content": "A BBC reporter sees the aftermath of protests and deadly violence in Kazakhstan's biggest city Almaty.", + "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.bbc.co.uk/news/world-asia-59912794?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 07 Jan 2022 21:38:49 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "61143f09c95eaee3a0a2c475c1b7ab88", - "highlights": [] + "hash": "56b64851169cb478b114877b05162b5e" }, { - "title": "Novak Djokovic: Australia says tennis star given no visa assurances", - "description": "The tennis star hopes to play in the Australian Open but instead could be deported.", - "content": "The tennis star hopes to play in the Australian Open but instead could be deported.", + "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.bbc.co.uk/news/world-australia-59929586?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 14:40:23 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "e8c6fb0a986f7d22e01e74264c69e042", - "highlights": [] + "hash": "44662886d71e6205ac0fc965b83e73ef" }, { - "title": "Covid pandemic: Chinese city tests 14m people after cluster", - "description": "As China pursues a zero-Covid policy, Tianjin aims to test all its residents within 48 hours.", - "content": "As China pursues a zero-Covid policy, Tianjin aims to test all its residents within 48 hours.", + "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.bbc.co.uk/news/world-asia-china-59928851?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 13:26:12 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "cd6ec5bab864b9f40fbeb593444a9381", - "highlights": [] + "hash": "973612fdbd465256a837a4fbb8bf529f" }, { - "title": "Kazakhstan unrest: At least 164 killed in crackdown on protests, reports say", - "description": "Days of violent anti-government protests also saw nearly 6,000 people arrested, officials say.", - "content": "Days of violent anti-government protests also saw nearly 6,000 people arrested, officials say.", + "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.bbc.co.uk/news/world-asia-59927267?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 15:12:47 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "4b70b8669b6f4b83f913dbfec28b1126", - "highlights": [] + "hash": "6546b1a8521b7ddec6f842e6114723d1" }, { - "title": "Nigeria motorbike gang attack: Death toll rises to 200", - "description": "The attacks in the northern Zamfara state are believed to be in response to military air strikes.", - "content": "The attacks in the northern Zamfara state are believed to be in response to military air strikes.", + "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.bbc.co.uk/news/world-africa-59925413?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 12:48:16 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "5af52c677a39456048797e08d79e0d5a", - "highlights": [] + "hash": "0496bae93da59ee87e665fc57f885940" }, { - "title": "Rust: Alec Baldwin rejects allegations of non-compliance with shooting probe", - "description": "The actor has not presented his phone to investigators despite a search warrant being issued.", - "content": "The actor has not presented his phone to investigators despite a search warrant being issued.", + "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.bbc.co.uk/news/world-us-canada-59925410?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 02:08:41 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "9c0843100d9e738dc2f0d297e6b707d3", - "highlights": [] + "hash": "000a36409cb6acc46a8136f792a58f3f" }, { - "title": "Basmah bint Saud: Saudi princess released from jail after almost three years", - "description": "Princess Basma bint Saud and her daughter were held without charge for almost three years.", - "content": "Princess Basma bint Saud and her daughter were held without charge for almost three years.", + "title": "Augsbourg surprend le Bayern", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59923898?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 08 Jan 2022 19:02:29 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "92f1957f8a46f97c6b4e7090859a6367", - "highlights": [] + "hash": "7ccbce4e2d8fef688cd2821771247bf8" }, { - "title": "Djokovic stay highlights refugee concerns at Melbourne detention hotel", - "description": "People held at the detention hotel have complained of mouldy food and poor conditions.", - "content": "People held at the detention hotel have complained of mouldy food and poor conditions.", + "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.bbc.co.uk/news/world-australia-59901094?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 07 Jan 2022 05:49:11 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "a74e7b7248293c29e77b18661a368971", - "highlights": [] + "hash": "bada1984c554efed6ac1a0cad8d14675" }, { - "title": "Lithuania: The European state that dared to defy China then wobbled", - "description": "It stood up to China over Taiwan, but this week Lithuania's president said it made a mistake.", - "content": "It stood up to China over Taiwan, but this week Lithuania's president said it made a mistake.", + "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.bbc.co.uk/news/world-europe-59879762?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 07 Jan 2022 00:10:18 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", - "read": true, + "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": "f78bf43eeac10735a11bd531b452eab3", - "highlights": [] + "hash": "e7fbb783d8b9b3445709067f55acd2fa" }, { - "title": "Truck spends three days dangling over China cliff", - "description": "The driver is said to have tried to reverse on a narrow mountain road.", - "content": "The driver is said to have tried to reverse on a narrow mountain road.", + "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.bbc.co.uk/news/world-asia-china-59906706?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 07 Jan 2022 16:36:03 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "c43e2f6d9114ca4e31ae833152fcf8a4", - "highlights": [] + "hash": "0a0f963c0065c56fcc0b8aac3721f1f0" }, { - "title": "New York apartment block fire kills 19", - "description": "There were nine children among the fatalities in the fire, which took hold on Sunday in the Bronx.", - "content": "There were nine children among the fatalities in the fire, which took hold on Sunday in the Bronx.", + "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.bbc.co.uk/news/world-us-canada-59931896?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 20:23:36 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "74ce9e9a702bb505b87cfaaf0c271f2e", - "highlights": [] + "hash": "672d4c3b266db5a879c306325821de0c" }, { - "title": "Afcon 2021: Cameroon beat Burkina Faso 2-1 in opening game", - "description": "Hosts Cameroon come from behind to beat Burkina Faso in an absorbing opening game at the Africa Cup of Nations.", - "content": "Hosts Cameroon come from behind to beat Burkina Faso in an absorbing opening game at the Africa Cup of Nations.", + "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.bbc.co.uk/sport/africa/59930242?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 18:33:14 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "bd5613d69eb5a6c95c588da25ffc4a6f", - "highlights": [] + "hash": "750698f9e9334bee25e21b36818b81af" }, { - "title": "At least seven dead after Brazil cliff collapses on boats", - "description": "Another three are missing after the cliff fell onto boats in a lake in the south-east of the country.", - "content": "Another three are missing after the cliff fell onto boats in a lake in the south-east of the country.", + "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.bbc.co.uk/news/world-latin-america-59923900?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 01:34:33 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "90cb87cbdb6176170619870ce53f8c69", - "highlights": [] + "hash": "a647ef14992809de13c96cf50006baa5" }, { - "title": "Marilyn Bergman: Oscar-winning lyricist dies at 93", - "description": "Together with her husband, Bergman wrote songs for legends like Barbara Streisand and Fred Astaire.", - "content": "Together with her husband, Bergman wrote songs for legends like Barbara Streisand and Fred Astaire.", + "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.bbc.co.uk/news/world-asia-59927267?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 13:33:02 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "6e782d0823892e5e18ef6be5e1505f0e", - "highlights": [] + "hash": "42da8ee4847e4014c6e38d827c9f414e" }, { - "title": "Novak Djokovic: Australia loses bid to delay tennis star's visa appeal", - "description": "A judge overseeing the tennis star's deportation case rejects a request to postpone hearing for two days.", - "content": "A judge overseeing the tennis star's deportation case rejects a request to postpone hearing for two days.", + "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.bbc.co.uk/news/world-australia-59926777?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 08:29:20 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "6e6ae24b476d128c69f101dbddcf353a", - "highlights": [] + "hash": "03fdd2aa0530e1f39bb370690258b7af" }, { - "title": "Covid: Thousands protest in France against proposed new vaccine pass", - "description": "The protests are against a draft law which would in effect ban the unvaccinated from public areas.", - "content": "The protests are against a draft law which would in effect ban the unvaccinated from public areas.", + "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.bbc.co.uk/news/world-europe-59925408?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 08 Jan 2022 23:08:40 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "ab750e77f28acc6a472111879ca1e3cb", - "highlights": [] + "hash": "52513a5623f187078263c6e02f2f66d8" }, { - "title": "Nigeria attacks: Hundreds reported killed as bandits target villages", - "description": "The attacks in the northern Zamfara state are believed to be in response to military air strikes.", - "content": "The attacks in the northern Zamfara state are believed to be in response to military air strikes.", + "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.bbc.co.uk/news/world-africa-59925413?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 05:37:21 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "d5f4ac5d1b41a4aa7c0c0c88fbac1ec8", - "highlights": [] + "hash": "e6b2796dfa227bf8a147d2836f8a31d4" }, { - "title": "The Ashes: England cling on for draw on tense final day in Sydney", - "description": "England cling on for a tense draw on the final day of the fourth Test in Sydney to end Australia's hopes of an Ashes clean sweep.", - "content": "England cling on for a tense draw on the final day of the fourth Test in Sydney to end Australia's hopes of an Ashes clean sweep.", + "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.bbc.co.uk/sport/cricket/59925558?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 08:21:09 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", - "read": true, + "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": "7bbaaf08be31dc316de46a66ee515467", - "highlights": [] + "hash": "a218bfbefc0529d4ea7ac9074ea1910f" }, { - "title": "Kazakhstan unrest: Ex-intelligence chief arrested for treason", - "description": "Karim Massimov's arrest comes in the wake of violent, nationwide anti-government protests.", - "content": "Karim Massimov's arrest comes in the wake of violent, nationwide anti-government protests.", + "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.bbc.co.uk/news/world-asia-59922258?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 08 Jan 2022 12:58:34 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "c92d2e8cb634b1ca018a99292cf8d46f", - "highlights": [] + "hash": "edcef7adae875713321a1f1218233b44" }, { - "title": "Pakistan snow: Deadly weather traps hundreds of drivers", - "description": "At least 21 people have died during a blizzard in the town of Murree, the interior minister says.", - "content": "At least 21 people have died during a blizzard in the town of Murree, the interior minister says.", + "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.bbc.co.uk/news/world-asia-59920215?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 03:50:59 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "1a686bd235fea1e68678c5ca260f07b0", - "highlights": [] + "hash": "4b76e3d1cad3d949fa59cbff8d626bce" }, { - "title": "Novak Djokovic: Having Covid gave tennis star vaccine exemption - lawyers", - "description": "Novak Djokovic's lawyers say a positive test on 16 December allows the tennis star entry to Australia.", - "content": "Novak Djokovic's lawyers say a positive test on 16 December allows the tennis star entry to Australia.", + "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.bbc.co.uk/news/world-australia-59920379?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 08 Jan 2022 09:46:31 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "e27a148e09bed6cee3ea216447b88b5e", - "highlights": [] + "hash": "597ed2fdf379539a2c8b1bc3866cf171" }, { - "title": "Turkmenistan plans to close its 'Gateway to Hell'", - "description": "The site, a fire burning for decades in a huge desert gas crater, is a popular tourist attraction.", - "content": "The site, a fire burning for decades in a huge desert gas crater, is a popular tourist attraction.", + "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.bbc.co.uk/news/world-asia-59920221?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 08 Jan 2022 14:34:50 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "1a2c8d3de4535e3cba78b4409c06972e", - "highlights": [] + "hash": "fd79e9d45962f0ddae52d1277a44c8ef" }, { - "title": "Novak Djokovic: Serbians give their reaction to Australia vaccine exemption row", - "description": "Serbians in Belgrade have been giving their reactions to Novak Djokovic's vaccine exemption row.", - "content": "Serbians in Belgrade have been giving their reactions to Novak Djokovic's vaccine exemption row.", + "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.bbc.co.uk/news/world-australia-59925880?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 00:17:51 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "2894517c0f56aeae9a30ebd251fc2409", - "highlights": [] + "hash": "d2e8a30e5d89fe22ed793d137482d3e0" }, { - "title": "Pakistan: Many dead as heavy snow traps drivers in their vehicles", - "description": "Some 1,000 vehicles were trapped during a blizzard in the town of Murree, the interior minister says.", - "content": "Some 1,000 vehicles were trapped during a blizzard in the town of Murree, the interior minister says.", + "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.bbc.co.uk/news/world-asia-59920215?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 08 Jan 2022 08:53:26 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "c4488d952a7b27b1d037d068c8456e9b", - "highlights": [] + "hash": "643ee302fdd04220b3b77e3cbc24acf1" }, { - "title": "Ethiopia’s Tigray conflict: Dozens killed in airstrike at camp, say aid staff", - "description": "Aid workers in northern Ethiopia say 56 people are killed in a strike on a camp for the displaced.", - "content": "Aid workers in northern Ethiopia say 56 people are killed in a strike on a camp for the displaced.", + "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.bbc.co.uk/news/world-africa-59921355?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 08 Jan 2022 13:26:28 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "181e862a066211ad9dcdc0217b27967b", - "highlights": [] + "hash": "d5585615bc4492afbf57697c3908fad0" }, { - "title": "Texas teacher 'locked Covid-positive son in car boot'", - "description": "A witness reportedly called police after hearing someone in the trunk of the Texas woman's vehicle.", - "content": "A witness reportedly called police after hearing someone in the trunk of the Texas woman's vehicle.", + "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.bbc.co.uk/news/world-us-canada-59919105?at_medium=RSS&at_campaign=KARANGA", + "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": "Get away from shore: US and Japan warn on tsunami", + "description": "Both countries advise people on the coast to move away from water but major waves are not expected.", + "content": "Both countries advise people on the coast to move away from water but major waves are not expected.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-60007119?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 08 Jan 2022 03:45:27 GMT", + "pubDate": "Sat, 15 Jan 2022 17:27:42 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136013,17 +138697,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6caeb3875eef18a0ae2fc5132fd60024", + "hash": "b8839fa93802bd1a6a42eb60f67ea271", "highlights": [] }, { - "title": "At least five dead after Brazil cliff collapses on boats", - "description": "Another 20 are missing after the cliff fell onto boats in a lake in the south-east of the country.", - "content": "Another 20 are missing after the cliff fell onto boats in a lake in the south-east of the country.", + "title": "Novak Djokovic: Tennis star detained ahead of deportation appeal", + "description": "The tennis star will hear on Sunday whether he can stay in the country and compete unvaccinated.", + "content": "The tennis star will hear on Sunday whether he can stay in the country and compete unvaccinated.", "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59923900?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-60004874?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 08 Jan 2022 21:39:12 GMT", + "pubDate": "Sat, 15 Jan 2022 05:36:10 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136035,17 +138719,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa4fb905a45cb0790e5ad2465f0183c7", + "hash": "e75a0a351cf171905798650b2647f282", "highlights": [] }, { - "title": "Denmark frees suspected pirates in dinghy in Gulf of Guinea", - "description": "The suspects had been detained at sea in the Gulf of Guinea in November. A fourth remains in custody.", - "content": "The suspects had been detained at sea in the Gulf of Guinea in November. A fourth remains in custody.", + "title": "Russia-Ukraine: US warns of 'false-flag' operation", + "description": "Russia is plotting to stage acts of provocation to create a pretext to invade Ukraine, a US official says.", + "content": "Russia is plotting to stage acts of provocation to create a pretext to invade Ukraine, a US official says.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59913513?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59998988?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 19:42:37 GMT", + "pubDate": "Fri, 14 Jan 2022 18:35:33 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136057,17 +138741,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c149bd26bc103d93a9fa478c9b848e20", + "hash": "4a347be9c07457cb5d5d2eb386c1b4f6", "highlights": [] }, { - "title": "Ethiopia civil war: Tigray hospital running out of food for starving children", - "description": "The hospital treating Surafeal in Ethiopia's Tigray region is also running out of food.", - "content": "The hospital treating Surafeal in Ethiopia's Tigray region is also running out of food.", + "title": "Rust shooting: Alec Baldwin turns phone over to investigators", + "description": "Cinematographer Halyna Hutchins was shot while filming the movie Rust, starring Mr Baldwin.", + "content": "Cinematographer Halyna Hutchins was shot while filming the movie Rust, starring Mr Baldwin.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59893216?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-60006166?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 14:20:14 GMT", + "pubDate": "Sat, 15 Jan 2022 01:36:37 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136079,17 +138763,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "58a5ad9f7e8efb9a1d26d922b49416af", + "hash": "62ec5f79bc0f568e57118ae3a751caba", "highlights": [] }, { - "title": "How the US marked the Capitol riot anniversary", - "description": "American lawmakers gathered at the Capitol one year after a mob stormed the building.", - "content": "American lawmakers gathered at the Capitol one year after a mob stormed the building.", + "title": "Who sparked deadly violence in Kazakhstan?", + "description": "Authorities are blaming \"armed extremists\" for the clashes, in which dozens are thought to have been killed.", + "content": "Authorities are blaming \"armed extremists\" for the clashes, in which dozens are thought to have been killed.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59903913?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59999612?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 03:12:36 GMT", + "pubDate": "Sat, 15 Jan 2022 00:01:48 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136101,17 +138785,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed5a2dff08e0c270b7ee0ff05b09010d", + "hash": "719fdea3da7edebbe281f014472f4aa8", "highlights": [] }, { - "title": "Canada party plane influencer 'idiots' fly home to face music", - "description": "The group of over 100 travellers have been branded \"barbarians\" by Prime Minister Justin Trudeau.", - "content": "The group of over 100 travellers have been branded \"barbarians\" by Prime Minister Justin Trudeau.", + "title": "Canadian doctor delivers 'Miracle' baby on flight", + "description": "A plane erupts in applause as a Canadian doctor delivers a baby on a flight to Uganda.", + "content": "A plane erupts in applause as a Canadian doctor delivers a baby on a flight to Uganda.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59917300?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-60004658?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 23:08:30 GMT", + "pubDate": "Fri, 14 Jan 2022 23:57:37 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136123,17 +138807,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "680c947374312d01f12ae29db74c7ef1", + "hash": "3b49e4df93e1371bf3237d5d5e0ba496", "highlights": [] }, { - "title": "India restores foreign funding permit for Mother Teresa charity", - "description": "The charity's license was revoked at Christmas, in the wake of accusations it was trying to convert Indians.", - "content": "The charity's license was revoked at Christmas, in the wake of accusations it was trying to convert Indians.", + "title": "Prince Andrew's lawyers say accuser may have false memories", + "description": "Court documents say the Duke of York wants to question Virginia Giuffre's psychologist and husband.", + "content": "Court documents say the Duke of York wants to question Virginia Giuffre's psychologist and husband.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59920213?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-60005128?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 08 Jan 2022 08:31:19 GMT", + "pubDate": "Sat, 15 Jan 2022 15:17:13 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136145,17 +138829,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c76ccc7c54cefe93a2f18b858d9a23ba", + "hash": "9b717fdb140db7a01f86f25915f1f9d1", "highlights": [] }, { - "title": "Ahmaud Arbery: Jogger's murderers sentenced to life in prison", - "description": "Three men who killed the black jogger given life sentences by judge who condemns \"callous\" murder.", - "content": "Three men who killed the black jogger given life sentences by judge who condemns \"callous\" murder.", + "title": "Man who had pig heart transplant was guilty of 1988 stabbing", + "description": "David Bennett once stabbed a man seven times leaving him paralysed, it has been revealed.", + "content": "David Bennett once stabbed a man seven times leaving him paralysed, it has been revealed.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59912361?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-60010155?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 20:39:42 GMT", + "pubDate": "Sat, 15 Jan 2022 16:24:22 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136167,17 +138851,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1809144cae2d95400afe2ff7af07d64f", + "hash": "8b7793083a054b21b21f1974f4f04304", "highlights": [] }, { - "title": "Sidney Poitier: Hollywood trailblazer dies aged 94", - "description": "The US-Bahamian star was the first black man to win a best actor Oscar, and also a humanitarian.", - "content": "The US-Bahamian star was the first black man to win a best actor Oscar, and also a humanitarian.", + "title": "Virat Kohli steps down as India Test captain", + "description": "Virat Kohli steps down as captain of India men's Test team after a record 68 matches as skipper.", + "content": "Virat Kohli steps down as captain of India men's Test team after a record 68 matches as skipper.", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59907931?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/cricket/59999080?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 18:09:44 GMT", + "pubDate": "Sat, 15 Jan 2022 14:50:58 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136189,17 +138873,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d928acd7b6121b897411290be1ebabef", + "hash": "bd19fe79c59ee88c02ece369a7e10a10", "highlights": [] }, { - "title": "Berlin cannibal jailed for murdering engineer", - "description": "A German court finds a man guilty of murdering a man he met on an online dating site.", - "content": "A German court finds a man guilty of murdering a man he met on an online dating site.", + "title": "Bipin Rawat: Bad weather caused India's top commander's chopper crash", + "description": "Bad weather was behind the helicopter crash that killed General Bipin Rawat, authorities say.", + "content": "Bad weather was behind the helicopter crash that killed General Bipin Rawat, authorities say.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59913006?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59975540?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 19:03:50 GMT", + "pubDate": "Sat, 15 Jan 2022 09:28:40 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136211,17 +138895,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7e7bb0861efcbf9b782082c474f6e0d", + "hash": "324293e3eb2f449e508766299e2e7751", "highlights": [] }, { - "title": "Sidney Poitier: Remembering the Oscar winner and Hollywood trailblazer", - "description": "We look back on the career of Sidney Poitier, the first black man to win a best actor Oscar.", - "content": "We look back on the career of Sidney Poitier, the first black man to win a best actor Oscar.", + "title": "Los Angeles railway littered with thousands of parcels stolen from trains", + "description": "The tracks have been cleared multiple times over the last three months as thieves target trains.", + "content": "The tracks have been cleared multiple times over the last three months as thieves target trains.", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59916564?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-60006306?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 18:10:00 GMT", + "pubDate": "Sat, 15 Jan 2022 06:22:01 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136233,17 +138917,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "19dfa982b3308948430bf9404443d6a9", + "hash": "197da40e7125234110af17d919ac109a", "highlights": [] }, { - "title": "Two Haitian journalists killed in gang attack", - "description": "The men were shot and burned alive on the outskirts of the capital, according to one of their employers.", - "content": "The men were shot and burned alive on the outskirts of the capital, according to one of their employers.", + "title": "Ashling Murphy: Vigils across Ireland for murdered teacher", + "description": "Ashling Murphy's family are said to be \"overwhelmed by the national outpouring of support\".", + "content": "Ashling Murphy's family are said to be \"overwhelmed by the national outpouring of support\".", "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59910742?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59991850?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 18:23:59 GMT", + "pubDate": "Fri, 14 Jan 2022 19:18:47 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136255,17 +138939,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "44b52920fd79655e7b3de4b5fe9dbcca", + "hash": "dc9ff986bce83adbea4076cd7213f141", "highlights": [] }, { - "title": "Kazakhstan unrest: Blinken questions Russian troop deployment", - "description": "Secretary of State Antony Blinken says reasons for sending about 2,500 Russian-led troops are unclear.", - "content": "Secretary of State Antony Blinken says reasons for sending about 2,500 Russian-led troops are unclear.", + "title": "Jailed 'Pharma Bro' Martin Shkreli ordered to repay $64m", + "description": "Martin Shkreli has also been barred from the US pharmaceutical industry for life.", + "content": "Martin Shkreli has also been barred from the US pharmaceutical industry for life.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59918004?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-60001147?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 08 Jan 2022 06:01:53 GMT", + "pubDate": "Fri, 14 Jan 2022 20:27:45 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136277,17 +138961,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "464b582baefad377d116061f04bfbeba", + "hash": "497f0525a5aea9b217181af14955c951", "highlights": [] }, { - "title": "Djokovic: Covid infection gave him vaccine exemption, lawyers say", - "description": "Novak Djokovic had a recent positive test giving him a vaccine exemption to enter Australia, his lawyers say.", - "content": "Novak Djokovic had a recent positive test giving him a vaccine exemption to enter Australia, his lawyers say.", + "title": "US man who faked death found alive in Glasgow", + "description": "Nicholas Rossi, using the alias Arthur Knight, was arrested in hospital while being treated for Covid.", + "content": "Nicholas Rossi, using the alias Arthur Knight, was arrested in hospital while being treated for Covid.", "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59920379?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-scotland-glasgow-west-59988720?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 08 Jan 2022 07:57:11 GMT", + "pubDate": "Sat, 15 Jan 2022 14:08:53 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136299,17 +138983,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ba76721fadb0bee58597e406c1756e5", + "hash": "76eab0a2ba9dd2ca15b461c18f946037", "highlights": [] }, { - "title": "Simon & Schuster employee denies he stole bestseller manuscripts", - "description": "The FBI alleges Simon & Schuster employee Filippo Bernardini tried to defraud hundreds of people.", - "content": "The FBI alleges Simon & Schuster employee Filippo Bernardini tried to defraud hundreds of people.", + "title": "How a colossal block of ice became an obsession", + "description": "Artist Kevin Eason won't ever see his favourite iceberg up close, but he's come to know it so well.", + "content": "Artist Kevin Eason won't ever see his favourite iceberg up close, but he's come to know it so well.", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59908217?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/science-environment-59998703?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 13:34:20 GMT", + "pubDate": "Sat, 15 Jan 2022 02:03:48 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136321,17 +139005,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c16c3ac12e3412a7ad05b4f9b8a860f1", + "hash": "280e6d24f1786e35653e411a3bd105d3", "highlights": [] }, { - "title": "Omicron: Huge number of Covid cases on second Italy-India flight say Indian officials", - "description": "Majority of passengers on two flights from Italy to Amritsar in India test positive for Covid-19.", - "content": "Majority of passengers on two flights from Italy to Amritsar in India test positive for Covid-19.", + "title": "MH17: Families' quest for hope years after Ukraine air disaster", + "description": "Since flight MH17 was shot down over Ukraine, victims' families have been on a difficult journey.", + "content": "Since flight MH17 was shot down over Ukraine, victims' families have been on a difficult journey.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59910842?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59979885?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 17:56:08 GMT", + "pubDate": "Sat, 15 Jan 2022 02:02:58 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136343,17 +139027,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eaf529bdedf61c8ff447133b5c807f18", + "hash": "7ffd0dadd556fbab228a0cc9946ddf29", "highlights": [] }, { - "title": "Novak Djokovic thanks fans as he awaits deportation decision", - "description": "The men's tennis star is awaiting a decision on his deportation from Australia over a vaccination row.", - "content": "The men's tennis star is awaiting a decision on his deportation from Australia over a vaccination row.", + "title": "Letter from Africa: Desmond Tutu's funeral re-imagined Ghana-style", + "description": "Ghanaians were shocked by the archbishop's modest funeral and speedy burial, writes Elizabeth Ohene.", + "content": "Ghanaians were shocked by the archbishop's modest funeral and speedy burial, writes Elizabeth Ohene.", "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59912704?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59981331?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 14:08:22 GMT", + "pubDate": "Sat, 15 Jan 2022 02:03:11 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136365,17 +139049,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "03b74d04f59997ba08c0112a07d1d49a", + "hash": "e885b7546d37a4ab398a7faa542dc780", "highlights": [] }, { - "title": "Kazakhstan unrest: Troops ordered to fire without warning", - "description": "The president orders the crackdown on protests, saying \"20,000 bandits\" had attacked the main city.", - "content": "The president orders the crackdown on protests, saying \"20,000 bandits\" had attacked the main city.", + "title": "Remi Wolf is casually rewriting the rules of pop music", + "description": "The former downhill skier and American Idol contestant is making some of pop's most exuberant songs.", + "content": "The former downhill skier and American Idol contestant is making some of pop's most exuberant songs.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59907235?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59966722?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 12:15:25 GMT", + "pubDate": "Sat, 15 Jan 2022 02:02:43 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136387,17 +139071,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "01c29f48f9a2a2a2afe778dc2b31eeb2", + "hash": "b235f0f85d738736e5a29ad16ba0e31d", "highlights": [] }, { - "title": "South Africa parliament sprinklers failed during fire, report says", - "description": "The alarm did not work and fire doors were left open when Sunday's blaze started, the fire service says.", - "content": "The alarm did not work and fire doors were left open when Sunday's blaze started, the fire service says.", + "title": "Novak Djokovic: The politics behind Australia's decision", + "description": "The decision to cancel his visa for the second time is largely about saving face in an election year.", + "content": "The decision to cancel his visa for the second time is largely about saving face in an election year.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59913250?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59991291?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 15:35:05 GMT", + "pubDate": "Fri, 14 Jan 2022 07:34:44 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136409,17 +139093,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8099696383e4c02e4a0bde8829d38ff", + "hash": "01ba0c2fa2a656a42519a973790a73e6", "highlights": [] }, { - "title": "Christine Mboma crowned BBC African Sports Personality of the Year", - "description": "Christine Mboma, who became the first Namibian woman to win an Olympic medal, is the BBC African Sports Personality of the Year for 2021.", - "content": "Christine Mboma, who became the first Namibian woman to win an Olympic medal, is the BBC African Sports Personality of the Year for 2021.", + "title": "The woman who rowed solo across the Atlantic", + "description": "Tori Murden McClure almost died when she tried to row the Atlantic solo, but she went back to sea.", + "content": "Tori Murden McClure almost died when she tried to row the Atlantic solo, but she went back to sea.", "category": "", - "link": "https://www.bbc.co.uk/sport/africa/59859233?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/stories-59997286?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 17:36:26 GMT", + "pubDate": "Sat, 15 Jan 2022 00:03:50 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136431,17 +139115,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0f589df875ed7dcab4d6fb0e8ba7904", + "hash": "50cb82f751a8b94eff2ba164d8f799ed", "highlights": [] }, { - "title": "Novak Djokovic: Why world number one is such a polarising player", - "description": "Novak Djokovic's vaccine exemption situation before the Australian Open is the latest controversy for one of tennis' greatest but most polarising players.", - "content": "Novak Djokovic's vaccine exemption situation before the Australian Open is the latest controversy for one of tennis' greatest but most polarising players.", + "title": "Novak Djokovic: Australians react to tennis star's second visa cancellation", + "description": "People in Melbourne react as Australia revokes tennis star Novak Djokovic's visa for a second time.", + "content": "People in Melbourne react as Australia revokes tennis star Novak Djokovic's visa for a second time.", "category": "", - "link": "https://www.bbc.co.uk/sport/tennis/59881229?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59994276?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 17:17:35 GMT", + "pubDate": "Fri, 14 Jan 2022 09:45:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136453,17 +139137,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d75249f9cd22bcc6c73d4e14cd8698fa", + "hash": "05b086ab1e9c6825abc100f3e1c2ebb5", "highlights": [] }, { - "title": "Munich: Edge of War gives Neville Chamberlain a makeover", - "description": "The Jeremy Irons and George MacKay film re-examines the events leading up to World War Two.", - "content": "The Jeremy Irons and George MacKay film re-examines the events leading up to World War Two.", + "title": "A glimpse of Jewish life before World War Two", + "description": "A huge trove of artefacts that was saved from the Nazis offers a fascinating glimpse of a lost era.", + "content": "A huge trove of artefacts that was saved from the Nazis offers a fascinating glimpse of a lost era.", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59867318?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59989496?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 00:16:36 GMT", + "pubDate": "Fri, 14 Jan 2022 01:33:38 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136475,17 +139159,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ac8ebb9d42fd7d657fd17af836db507", + "hash": "e6ea58969e2edb12f8ba395cf8f623b9", "highlights": [] }, { - "title": "Gunfire heard as BBC visits scene of Kazakh clashes", - "description": "The BBC's Abdujalil Abdurasulov reports from Almaty in the aftermath of violent protests.", - "content": "The BBC's Abdujalil Abdurasulov reports from Almaty in the aftermath of violent protests.", + "title": "The 52-year search for a missing girl", + "description": "On 12 January 1970, a British toddler disappeared from Fairy Meadow beach in NSW, Australia.", + "content": "On 12 January 1970, a British toddler disappeared from Fairy Meadow beach in NSW, Australia.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59906702?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59955682?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 11:09:51 GMT", + "pubDate": "Wed, 12 Jan 2022 00:09:49 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136497,17 +139181,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a496bf9c2861719ab65a16cffbf8ee31", + "hash": "e35c421ab4f89e7593f17dbcf645add3", "highlights": [] }, { - "title": "Instagram blocked hashtag in memory of Iran plane crash victims", - "description": "The social media giant says it did so by mistake, as families tried to memorialise the 176 victims.", - "content": "The social media giant says it did so by mistake, as families tried to memorialise the 176 victims.", + "title": "I thought Dad's pig heart transplant was delirium", + "description": "David Bennett, 57, is the first person in the world to receive a heart transplant from a genetically-modified pig.", + "content": "David Bennett, 57, is the first person in the world to receive a heart transplant from a genetically-modified pig.", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59901366?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59960118?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 13:28:16 GMT", + "pubDate": "Tue, 11 Jan 2022 19:42:50 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136519,17 +139203,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "71940df0bd1310f7006d4d84dbb7a783", + "hash": "74e4c718982db6a51db63d1f0b87a767", "highlights": [] }, { - "title": "Ahmaud Arbery: Killed jogger's murderers face life in prison", - "description": "Three white men will be sentenced on Friday after they were convicted of killing the black jogger.", - "content": "Three white men will be sentenced on Friday after they were convicted of killing the black jogger.", + "title": "Tsunami hits Tonga after giant volcano eruption", + "description": "Residents report water crashing through homes as ash rained down from the sky.", + "content": "Residents report water crashing through homes as ash rained down from the sky.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59912361?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-60007119?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 17:43:24 GMT", + "pubDate": "Sat, 15 Jan 2022 14:33:32 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136541,17 +139225,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b076524bc7c4d7d7528010c4622b345", + "hash": "7c810cc8f3f638858aab66ef7bdf0861", "highlights": [] }, { - "title": "Bitcoin prices fall to lowest in months after US Fed remarks", - "description": "Bitcoin prices tumble amid rumblings from the US banking body and unrest in Kazakhstan.", - "content": "Bitcoin prices tumble amid rumblings from the US banking body and unrest in Kazakhstan.", + "title": "Tesla starts accepting once-joke cryptocurrency Dogecoin", + "description": "Elon Musk's plans send the value of the cryptocurrency soaring.", + "content": "Elon Musk's plans send the value of the cryptocurrency soaring.", "category": "", - "link": "https://www.bbc.co.uk/news/technology-59907864?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-60001144?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 10:56:36 GMT", + "pubDate": "Fri, 14 Jan 2022 17:13:25 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136563,17 +139247,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7dd5e10509c0866f8765b391a8e99809", + "hash": "b84bbe0d7baa12dec86fbec8487c48e2", "highlights": [] }, { - "title": "Myanmar coup: The doctors and nurses defying the military", - "description": "Many healthcare workers have refused to work in state hospitals and are now operating underground.", - "content": "Many healthcare workers have refused to work in state hospitals and are now operating underground.", + "title": "Danish spy scandal: Ex-minister accused of state secrets leak", + "description": "The case against Claus Hjort Frederiksen comes after an ex-intelligence chief faced similar charges.", + "content": "The case against Claus Hjort Frederiksen comes after an ex-intelligence chief faced similar charges.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59649006?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59992534?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 00:07:27 GMT", + "pubDate": "Fri, 14 Jan 2022 19:13:10 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136581,21 +139265,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "e2fbb4f347c610fc4c04cbe39672b35b", + "hash": "201cb35e0b579659d5da3f22ff978f8e", "highlights": [] }, { - "title": "Hong Kong quarantines all 100 guests of scandal-hit birthday party", - "description": "Hong Kong's immigration chief and home affairs secretary are among those who have been quarantined.", - "content": "Hong Kong's immigration chief and home affairs secretary are among those who have been quarantined.", + "title": "Lisbon council fined for sharing protester details with foreign embassies", + "description": "City Hall shared data of protesters demonstrating in front of embassies, including Russia's.", + "content": "City Hall shared data of protesters demonstrating in front of embassies, including Russia's.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59904350?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-60003308?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 08:11:35 GMT", + "pubDate": "Fri, 14 Jan 2022 22:41:20 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136607,17 +139291,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1104f2b3e406483ef1da67fd6d156c8e", + "hash": "12f3f1d06afba6f4f0e6a76446dc4510", "highlights": [] }, { - "title": "Capitol riots: Trump tried to prevent peaceful transition, says Biden", - "description": "US President Joe Biden says the country must make sure the US Capitol attacks never happen again.", - "content": "US President Joe Biden says the country must make sure the US Capitol attacks never happen again.", + "title": "US fugitive who faked death found alive in Glasgow", + "description": "Nicholas Rossi, using the alias Arthur Knight, was arrested in hospital while being treated for Covid.", + "content": "Nicholas Rossi, using the alias Arthur Knight, was arrested in hospital while being treated for Covid.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59892937?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-scotland-glasgow-west-59988720?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 15:06:05 GMT", + "pubDate": "Fri, 14 Jan 2022 18:19:24 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136629,17 +139313,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d04382c6362449c9a7a74d92722aa53", + "hash": "d67311bf63d336013c105b06bd15dbd1", "highlights": [] }, { - "title": "Ros Atkins on... Djokovic in immigration detention", - "description": "The BBC's Ros Atkins looks at the twists and turns of the row over the tennis star's cancelled visa.", - "content": "The BBC's Ros Atkins looks at the twists and turns of the row over the tennis star's cancelled visa.", + "title": "Single page of Spider-Man comic sells for over $3.3m", + "description": "An auction house in Dallas erupted into cheers when the record-smashing bid won out.", + "content": "An auction house in Dallas erupted into cheers when the record-smashing bid won out.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59902320?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-60002289?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 23:13:26 GMT", + "pubDate": "Fri, 14 Jan 2022 17:32:16 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136651,17 +139335,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7b8ca48f10bb04d6e9ae3524d207ea1", + "hash": "34df8c4c42cbf27c803394a30dacfd0f", "highlights": [] }, { - "title": "Nelson Mandela's Robben Island cell key returning to South Africa - minister", - "description": "The key, kept by a former guard, was going to be auctioned in the US until South Africa objected.", - "content": "The key, kept by a former guard, was going to be auctioned in the US until South Africa objected.", + "title": "Tsunami warning in Tonga after giant eruption", + "description": "Residents of the Pacific island nation have been urged to evacuate to higher ground immediately.", + "content": "Residents of the Pacific island nation have been urged to evacuate to higher ground immediately.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59907411?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-60007119?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 10:35:55 GMT", + "pubDate": "Sat, 15 Jan 2022 08:08:21 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136673,17 +139357,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3da66a2423cc2404d397e244ff88f76f", + "hash": "25d5b97111c872965927b945670c2526", "highlights": [] }, { - "title": "Two arrested after 10 bodies found in car in Mexico", - "description": "The discovery was made outside a governor's office in the central state of Zacatecas.", - "content": "The discovery was made outside a governor's office in the central state of Zacatecas.", + "title": "Novak Djokovic: Australia to detain tennis star after visa cancelled", + "description": "Australia cancelled the tennis star's visa for a second time on Friday, but he is set to appeal.", + "content": "Australia cancelled the tennis star's visa for a second time on Friday, but he is set to appeal.", "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59904117?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59991762?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 01:19:49 GMT", + "pubDate": "Fri, 14 Jan 2022 19:47:12 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136695,17 +139379,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e2913c47bdd47e4a3edb573d2a4f362", + "hash": "b4c84d8471495b971e00fc41566bed52", "highlights": [] }, { - "title": "Covid-19: Indian man has taken at least eight Covid jabs", - "description": "The 65-year-old villager was vaccinated eight times last year, officials say. But he claims he took 11 jabs.", - "content": "The 65-year-old villager was vaccinated eight times last year, officials say. But he claims he took 11 jabs.", + "title": "REvil ransomware gang arrested in Russia", + "description": "Russian authorities dismantle the notorious cyber-crime gang at the request of the United States.", + "content": "Russian authorities dismantle the notorious cyber-crime gang at the request of the United States.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59905339?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/technology-59998925?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 07:44:45 GMT", + "pubDate": "Fri, 14 Jan 2022 14:42:49 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136717,17 +139401,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb197f3623ee6d3081341b6c74023ff7", + "hash": "1209804031f9a0082fe9cd32cec6b3e4", "highlights": [] }, { - "title": "Omicron: 13 passengers on Italy-India flight escape quarantine", - "description": "They were among 125 passengers who tested positive for Covid after arriving on a flight from Milan.", - "content": "They were among 125 passengers who tested positive for Covid after arriving on a flight from Milan.", + "title": "Britney Spears and sister Jamie Lynn's rift grows with social media feud", + "description": "Britney Spears and her younger sister Jamie Lynn argue on social media over their past relationship.", + "content": "Britney Spears and her younger sister Jamie Lynn argue on social media over their past relationship.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59904527?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59993346?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 05:23:15 GMT", + "pubDate": "Fri, 14 Jan 2022 11:45:45 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136739,17 +139423,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb6d46bb047b1fc27f17e5efb6ad42ab", + "hash": "27a942d5251e411e03bda3ca4c559b8f", "highlights": [] }, { - "title": "In pictures: Orthodox Christians celebrate Christmas", - "description": "Orthodox Christians celebrate Christmas from Moscow to Cairo.", - "content": "Orthodox Christians celebrate Christmas from Moscow to Cairo.", + "title": "Franco Mulakkal: Kerala court clears bishop in nun's rape", + "description": "Franco Mulakkal was arrested in 2018 and the Vatican had temporarily relieved him of his duties.", + "content": "Franco Mulakkal was arrested in 2018 and the Vatican had temporarily relieved him of his duties.", "category": "", - "link": "https://www.bbc.co.uk/news/in-pictures-59907964?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59976177?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 10:59:45 GMT", + "pubDate": "Fri, 14 Jan 2022 06:32:21 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136761,17 +139445,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b18dbcb694ac6c47db86e4aceda34f5", + "hash": "0dc9717cfc394577676c03bfd5f5dce5", "highlights": [] }, { - "title": "Kashmir's pashminas: bringing women back to lead a beautiful craft", - "description": "Weaving machinery and decreasing wages have forced many Kashmiri women out of the industry.", - "content": "Weaving machinery and decreasing wages have forced many Kashmiri women out of the industry.", + "title": "Bayern defender diagnosed with mild myocarditis", + "description": "Bayern Munich defender Alphonso Davies stops training after the club detect signs of heart muscle inflammation.", + "content": "Bayern Munich defender Alphonso Davies stops training after the club detect signs of heart muscle inflammation.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59902318?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/football/59995862?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 00:04:37 GMT", + "pubDate": "Fri, 14 Jan 2022 12:48:41 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136783,17 +139467,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "12b90b8cf565dd8453e71afc01e1da01", + "hash": "ef8e490f6ee1d1a2e9b9f17b0eeda420", "highlights": [] }, { - "title": "President's residence gutted as Kazakhstan clashes continue", - "description": "Security forces in Kazakhstan say they have killed dozens of anti-government rioters in the main city, Almaty.", - "content": "Security forces in Kazakhstan say they have killed dozens of anti-government rioters in the main city, Almaty.", + "title": "YouTube rich list: MrBeast was the highest-paid star of 2021", + "description": "Between them, the 10 highest-paid YouTubers raked in $300m last year.", + "content": "Between them, the 10 highest-paid YouTubers raked in $300m last year.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59903152?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59987711?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 21:14:35 GMT", + "pubDate": "Fri, 14 Jan 2022 15:09:24 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136805,17 +139489,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cad63c775389191517facf77be83158f", + "hash": "f83c19d8ee1fd895e1ec477d256754ad", "highlights": [] }, { - "title": "Novak Djokovic visa: Australia says tennis star not being held captive", - "description": "The Serb tennis star faces deportation amid a high-profile Covid-related visa controversy.", - "content": "The Serb tennis star faces deportation amid a high-profile Covid-related visa controversy.", + "title": "Secret audio sheds light on dictator’s last hours", + "description": "The BBC has obtained extraordinary recordings believed to be of phone calls made by Tunisian ex president Zine al-Abidine Ben Ali as he flew out of the country in 2011.", + "content": "The BBC has obtained extraordinary recordings believed to be of phone calls made by Tunisian ex president Zine al-Abidine Ben Ali as he flew out of the country in 2011.", "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59903785?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59972545?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 11:28:40 GMT", + "pubDate": "Fri, 14 Jan 2022 00:10:44 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136827,17 +139511,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "175eca54a7db4fcf51123d517446c100", + "hash": "4e634431df9747a53e9c53078cfafecd", "highlights": [] }, { - "title": "Omicron should not be called mild, warns WHO", - "description": "The WHO cautions that just like previous variants, Omicron is hospitalising and killing people.", - "content": "The WHO cautions that just like previous variants, Omicron is hospitalising and killing people.", + "title": "Bafta Film Awards: Can Rebel Wilson save the 2022 awards season?", + "description": "The actress is due to host the Bafta Film Awards in February in an effort to boost viewing figures.", + "content": "The actress is due to host the Bafta Film Awards in February in an effort to boost viewing figures.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59901547?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59993352?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 19:30:50 GMT", + "pubDate": "Fri, 14 Jan 2022 14:26:17 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136849,17 +139533,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "64a42b67bb470f9eb518d424903d023c", + "hash": "8e73dfb7e18d9cac6ca5a9916a035519", "highlights": [] }, { - "title": "Kazakhstan unrest: Troops told to fire without warning", - "description": "The president orders the crackdown on protests, saying \"20,000 bandits\" had attacked the main city.", - "content": "The president orders the crackdown on protests, saying \"20,000 bandits\" had attacked the main city.", + "title": "'As a black woman in STEM I'm used for photo opportunities'", + "description": "Chemist Cynthia Chapple talks about how to get more black girls from inner-cities into STEM careers.", + "content": "Chemist Cynthia Chapple talks about how to get more black girls from inner-cities into STEM careers.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59907235?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59897898?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 09:30:56 GMT", + "pubDate": "Fri, 14 Jan 2022 00:17:22 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136871,17 +139555,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "81963500b4bbb143ee39681828e977cf", + "hash": "842138ec8cfb527779ab4ae2fc59f4d8", "highlights": [] }, { - "title": "Novak Djokovic saga: Australia investigates visas of other tennis players", - "description": "As Novak Djokovic faces possible deportation, the Australian Open draw is cast into more uncertainty.", - "content": "As Novak Djokovic faces possible deportation, the Australian Open draw is cast into more uncertainty.", + "title": "Novak Djokovic and the unanswered questions", + "description": "Novak Djokovic is facing a number of questions over his activities after testing positive for Covid.", + "content": "Novak Djokovic is facing a number of questions over his activities after testing positive for Covid.", "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59903785?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59977198?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 06:47:47 GMT", + "pubDate": "Thu, 13 Jan 2022 14:40:54 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136893,17 +139577,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "30b92f123dec5461370e65c462634be7", + "hash": "a51a9a241443d7b0494f661c0d59157a", "highlights": [] }, { - "title": "Russian submarine hit Royal Navy warship sonar in North Atlantic", - "description": "The incident was captured by a television crew filming a documentary on board HMS Northumberland.", - "content": "The incident was captured by a television crew filming a documentary on board HMS Northumberland.", + "title": "Discrimination and harassment haunt Sri Lanka's Muslims", + "description": "Muslim activists say their community is facing a hostile environment after the 2019 Easter bombings.", + "content": "Muslim activists say their community is facing a hostile environment after the 2019 Easter bombings.", "category": "", - "link": "https://www.bbc.co.uk/news/uk-59898569?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59900733?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 22:31:43 GMT", + "pubDate": "Fri, 14 Jan 2022 00:29:08 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136915,17 +139599,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9b7401b61f3d321b50ff37b12c25044", + "hash": "ce07acdc2e4c2a4f6c251791b970f048", "highlights": [] }, { - "title": "Global chip shortage: Samsung expects its profits to jump by 52%", - "description": "The South Korean electronics giant benefited from strong demand for server memory chips.", - "content": "The South Korean electronics giant benefited from strong demand for server memory chips.", + "title": "First pig heart to human transplant is a game-changer, say surgeons", + "description": "In a world first, a pig heart has been successfully transplanted into a human by surgeons in the US.", + "content": "In a world first, a pig heart has been successfully transplanted into a human by surgeons in the US.", "category": "", - "link": "https://www.bbc.co.uk/news/business-59904658?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59949236?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 05:22:09 GMT", + "pubDate": "Tue, 11 Jan 2022 08:08:45 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136937,17 +139621,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "943d7f8162d19458e03d44788a46355a", + "hash": "d560ecd26d6eb165ed219e324c5c17ea", "highlights": [] }, { - "title": "Italy Covid: Bullet forces immunologist to get protection", - "description": "Prof Antonella Viola is given police protection after threats are made against her and her family.", - "content": "Prof Antonella Viola is given police protection after threats are made against her and her family.", + "title": "Novak Djokovic: Australia to detain tennis star on Saturday after visa cancelled", + "description": "Australia cancelled the tennis star's visa for a second time on Friday, but he is set to appeal.", + "content": "Australia cancelled the tennis star's visa for a second time on Friday, but he is set to appeal.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59898346?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59991762?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 19:01:00 GMT", + "pubDate": "Fri, 14 Jan 2022 14:48:06 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136959,17 +139643,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe23baa7e7fc30b6d4b2bf8e99949288", + "hash": "573728d894d00ab7313acd43e0d76f02", "highlights": [] }, { - "title": "Ros Atkins On... Novak Djokovic and Australia", - "description": "As Australia cancels the tennis star's visa on his arrival in Melbourne, Ros Atkins looks at how we got here.", - "content": "As Australia cancels the tennis star's visa on his arrival in Melbourne, Ros Atkins looks at how we got here.", + "title": "Channel migrants: Thirty rescued as man dies off French coast", + "description": "The man fell overboard from a migrant boat in what is thought to be the first fatality this year.", + "content": "The man fell overboard from a migrant boat in what is thought to be the first fatality this year.", "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59888675?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59992918?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 05 Jan 2022 23:55:35 GMT", + "pubDate": "Fri, 14 Jan 2022 11:43:42 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -136981,17 +139665,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b304f6d6f6507cb63ba61307818f4f4", + "hash": "98f78e3938119f68ae7110af4bceccec", "highlights": [] }, { - "title": "Kazakhstan unrest: Fresh gunfire as president says order largely restored", - "description": "Tensions remain high in the country's main city as the president says order has been largely restored.", - "content": "Tensions remain high in the country's main city as the president says order has been largely restored.", + "title": "Ukraine cyber-attack: Government and embassy websites targeted", + "description": "Government and embassy websites are targeted but Ukraine says no personal data is leaked.", + "content": "Government and embassy websites are targeted but Ukraine says no personal data is leaked.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59900037?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59992531?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 07 Jan 2022 08:05:51 GMT", + "pubDate": "Fri, 14 Jan 2022 09:37:40 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137003,17 +139687,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "abe7bdbb85f39a9d266165e68ed7a80f", + "hash": "76d300998ec270a1bdcf44f14f3176ea", "highlights": [] }, { - "title": "Drone helps save cardiac arrest patient in Sweden", - "description": "A defibrillator delivered by drone helped to keep a 71 year-old man alive.", - "content": "A defibrillator delivered by drone helped to keep a 71 year-old man alive.", + "title": "North Korea hackers stole $400m of cryptocurrency in 2021, report says", + "description": "Blockchain research firm Chainalysis says the value extracted from the hacks grew by 40% year-on-year.", + "content": "Blockchain research firm Chainalysis says the value extracted from the hacks grew by 40% year-on-year.", "category": "", - "link": "https://www.bbc.co.uk/news/technology-59885656?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59990477?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 18:44:16 GMT", + "pubDate": "Fri, 14 Jan 2022 05:16:27 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137025,17 +139709,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1b06e0ded8e1957164e9c8dbc712beb", + "hash": "caa1d5b9adb6e7a2efd64c20ede16a21", "highlights": [] }, { - "title": "US Capitol attack: Rioters held dagger to the throat of America - Biden", - "description": "On the anniversary of the Capitol attack, the US president says \"the pain and scars\" run deep.", - "content": "On the anniversary of the Capitol attack, the US president says \"the pain and scars\" run deep.", + "title": "Prince Andrew accuser welcomes decision to let legal case continue", + "description": "The Duke of York faces a US civil action over claims he sexually assaulted Virginia Giuffre in 2001.", + "content": "The Duke of York faces a US civil action over claims he sexually assaulted Virginia Giuffre in 2001.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59898559?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-59991749?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 17:22:52 GMT", + "pubDate": "Fri, 14 Jan 2022 11:01:56 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137047,17 +139731,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f31ba64c6c399f37db0a4e050b1375d", + "hash": "3d30970c3897757bcc41b4342bb83320", "highlights": [] }, { - "title": "Kazakhstan unrest: Russian troops fly in as Kazakh crackdown continues", - "description": "The troops arrive after days of mounting unrest, with both police and protesters reportedly killed.", - "content": "The troops arrive after days of mounting unrest, with both police and protesters reportedly killed.", + "title": "Nirvana baby refiles lawsuit over Nevermind album cover", + "description": "Spencer Elden files an amended complaint, again accusing the band of distributing child pornography.", + "content": "Spencer Elden files an amended complaint, again accusing the band of distributing child pornography.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59900037?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59993244?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 21:30:59 GMT", + "pubDate": "Fri, 14 Jan 2022 09:36:07 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137069,17 +139753,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "16b96e719f922cb80be7840dd4a089f5", + "hash": "3d6a8301af1c4d5bf5ed7e057ddaa4fb", "highlights": [] }, { - "title": "Novak Djokovic will be deported if he hasn't told truth, deputy PM says", - "description": "Rich people are not above the law, Australia's deputy PM says, as the player launches legal appeal.", - "content": "Rich people are not above the law, Australia's deputy PM says, as the player launches legal appeal.", + "title": "Novak Djokovic: The twists and turns of his Australia mess", + "description": "What was meant to be the start of a new year of tennis glory has turned into a global controversy.", + "content": "What was meant to be the start of a new year of tennis glory has turned into a global controversy.", "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59896771?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59890943?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 13:31:58 GMT", + "pubDate": "Fri, 14 Jan 2022 06:27:16 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137091,17 +139775,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b5a3beb65194dc5ea7a806af69bdda0", + "hash": "0bea629e293235d1413fe927940885de", "highlights": [] }, { - "title": "Guatemala soldiers face rape trial after 40 years", - "description": "Five former soldiers are accused of raping 36 indigenous Mayan women during the country's civil war.", - "content": "Five former soldiers are accused of raping 36 indigenous Mayan women during the country's civil war.", + "title": "Ukraine crisis: Risks remain as Russia and West talk", + "description": "After a week of talks, there is no sign of Russia pulling back its forces from areas near Ukraine.", + "content": "After a week of talks, there is no sign of Russia pulling back its forces from areas near Ukraine.", "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59894082?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59985589?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 12:57:39 GMT", + "pubDate": "Fri, 14 Jan 2022 00:48:33 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137113,17 +139797,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cab96ad7bf34fa5f99ed1c6a14940f09", + "hash": "3a12ebe2fc2230054372040eff0731c5", "highlights": [] }, { - "title": "North Korea successfully tested hypersonic missile, says report", - "description": "State media KNCA said the missile from yesterday's launch had \"precisely hit\" its target.", - "content": "State media KNCA said the missile from yesterday's launch had \"precisely hit\" its target.", + "title": "Novak Djokovic: Australia cancels tennis star's visa", + "description": "The decision means the tennis star could miss out on defending his title at the Australian Open.", + "content": "The decision means the tennis star could miss out on defending his title at the Australian Open.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59876989?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59991762?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 04:54:21 GMT", + "pubDate": "Fri, 14 Jan 2022 07:12:32 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137135,17 +139819,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "62452fa10d203807d4d42e05bfd72f4d", + "hash": "c4ff614f2d01d529f605dbea9e960f9b", "highlights": [] }, { - "title": "Peter Bogdanovich: The Last Picture Show director dies aged 82", - "description": "The New York filmmaker was Oscar-nominated for his coming-of-age drama starring Cybill Shepherd.", - "content": "The New York filmmaker was Oscar-nominated for his coming-of-age drama starring Cybill Shepherd.", + "title": "Dutch King Willem-Alexander retires coach amid slavery row", + "description": "Critics say the carriage depicts an image that celebrates the Netherlands' slave-owning past.", + "content": "Critics say the carriage depicts an image that celebrates the Netherlands' slave-owning past.", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59897962?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59988414?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 18:19:16 GMT", + "pubDate": "Thu, 13 Jan 2022 23:27:29 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137157,17 +139841,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c469a16e7b984db133bc6fef90f3dad", + "hash": "d186e9926b2bf6e12bcf1231130a3c99", "highlights": [] }, { - "title": "Ashers 'gay cake' case: European court rules case inadmissible", - "description": "A bakery firm was taken to court for refusing to make a cake with a \"Support Gay Marriage\" slogan.", - "content": "A bakery firm was taken to court for refusing to make a cake with a \"Support Gay Marriage\" slogan.", + "title": "US Supreme Court blocks Biden's vaccine mandate", + "description": "The ruling marks a major blow to a central pillar of the White House's strategy for tackling Covid-19.", + "content": "The ruling marks a major blow to a central pillar of the White House's strategy for tackling Covid-19.", "category": "", - "link": "https://www.bbc.co.uk/news/uk-northern-ireland-59882444?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59989476?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 09:50:31 GMT", + "pubDate": "Fri, 14 Jan 2022 03:31:15 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137179,17 +139863,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "95c5b98ae1ab83b9e7fbf043f34950a7", + "hash": "7cb9a950c9b1eb1305d6f7329027ac0e", "highlights": [] }, { - "title": "Novak Djokovic: Serbs seethe over tennis hero's entry ban", - "description": "Compatriots rally behind their icon as he fights deportation from Australia over vaccine rules.", - "content": "Compatriots rally behind their icon as he fights deportation from Australia over vaccine rules.", + "title": "Capitol riot: Oath Keepers leader charged with seditious conspiracy", + "description": "This is first time Capitol riot defendants have been accused of seeking to \"overthrow\" the government.", + "content": "This is first time Capitol riot defendants have been accused of seeking to \"overthrow\" the government.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59900129?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59989124?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 16:59:48 GMT", + "pubDate": "Fri, 14 Jan 2022 02:03:58 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137201,17 +139885,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b84685bd441a12226581212c13a2789d", + "hash": "ed363dc647f09fdb7ecfd2861f88b130", "highlights": [] }, { - "title": "Kazakhstan unrest: Why have there been riots and deaths?", - "description": "Security forces have killed dozens of suspected rioters and Russian troops have been called in.", - "content": "Security forces have killed dozens of suspected rioters and Russian troops have been called in.", + "title": "German court finds Syrian colonel guilty of crimes against humanity", + "description": "The trial of Anwar Raslan was the world's first criminal case over state-led torture in Syria.", + "content": "The trial of Anwar Raslan was the world's first criminal case over state-led torture in Syria.", "category": "", - "link": "https://www.bbc.co.uk/news/explainers-59894266?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59949924?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 15:54:20 GMT", + "pubDate": "Thu, 13 Jan 2022 10:04:19 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137223,17 +139907,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7478b20778b2e0e1667c4e3d5d503e6c", + "hash": "ee743bd855e4a70a8ed3c29644844299", "highlights": [] }, { - "title": "Ukraine crisis: EU looks for role in Russian row with West", - "description": "Tensions flare over eastern Ukraine and European leaders fear being frozen out of US-Russia talks.", - "content": "Tensions flare over eastern Ukraine and European leaders fear being frozen out of US-Russia talks.", + "title": "South Africa minister tells schoolgirls to 'open books and close legs'", + "description": "Phophi Ramathuba is criticised for comments she made attempting to encourage abstinence.", + "content": "Phophi Ramathuba is criticised for comments she made attempting to encourage abstinence.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59878710?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59986422?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 00:08:28 GMT", + "pubDate": "Thu, 13 Jan 2022 18:12:46 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137245,17 +139929,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e7cce6cfd90f64f452b665ba0511b352", + "hash": "4dd492f4b4e65db38516fa954cf97401", "highlights": [] }, { - "title": "Xi'an: The messy cost of China's Covid lockdown playbook", - "description": "With stories of starvation and deaths, has anything been learnt from two years of strict measures?", - "content": "With stories of starvation and deaths, has anything been learnt from two years of strict measures?", + "title": "The puzzle of America's record Covid hospital rate", + "description": "Europe has fewer Covid patients in hospital now. Why are the US and Canada bucking the Omicron trend?", + "content": "Europe has fewer Covid patients in hospital now. Why are the US and Canada bucking the Omicron trend?", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59890533?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59960949?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 05:10:10 GMT", + "pubDate": "Thu, 13 Jan 2022 15:37:03 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137267,17 +139951,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b95e0366ffa3760f7f7e0b880dd1e76d", + "hash": "2ad5904ab9f602d3f6ac4f4030b7fc9c", "highlights": [] }, { - "title": "'A nation in decline' - how the world saw Capitol riot", - "description": "BBC reporters from China, Canada and Germany assess how the rest of the world saw America's dark day.", - "content": "BBC reporters from China, Canada and Germany assess how the rest of the world saw America's dark day.", + "title": "Afghanistan: 'Terrified' British Council teachers still in hiding", + "description": "Afghan teachers employed by the British Council say they are still in hiding from the Taliban.", + "content": "Afghan teachers employed by the British Council say they are still in hiding from the Taliban.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59888870?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-59967957?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 01:06:37 GMT", + "pubDate": "Thu, 13 Jan 2022 05:55:39 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137289,17 +139973,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c6552dc8c129dbb047264e4d476b0a7", + "hash": "8274fb4092d9e922bfc00e5275be3c87", "highlights": [] }, { - "title": "‘Is this America?’ On duty during the Capitol riot", - "description": "Capitol Police officer Harry Dunn recalls the moment he thought he may get shot by rioters.", - "content": "Capitol Police officer Harry Dunn recalls the moment he thought he may get shot by rioters.", + "title": "Fighting the darknet drug dealers who keep coming back", + "description": "BBC research finds hundreds of dealers who have survived multiple police shutdowns of darknet marketplaces.", + "content": "BBC research finds hundreds of dealers who have survived multiple police shutdowns of darknet marketplaces.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59888868?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/technology-59942994?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 01:01:18 GMT", + "pubDate": "Tue, 11 Jan 2022 14:01:45 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137311,17 +139995,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8fe7ecd80a00fd65ebff4d1a89e6de75", + "hash": "f6ae39457b9f33917a4ec54d33b74298", "highlights": [] }, { - "title": "Kazakhstan unrest: Machine gun fire heard as street battles rage", - "description": "The sound of machine guns and explosions can be heard as clashes continue in the city of Almaty.", - "content": "The sound of machine guns and explosions can be heard as clashes continue in the city of Almaty.", + "title": "Children were 'fighting for their lives' in Bronx fire", + "description": "New Yorkers are still digesting the tragedy of the city's deadliest apartment blaze in three decades.", + "content": "New Yorkers are still digesting the tragedy of the city's deadliest apartment blaze in three decades.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59900037?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59959947?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 16:52:09 GMT", + "pubDate": "Tue, 11 Jan 2022 18:12:30 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137333,17 +140017,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f94f37ac1e0d071f38df69adbeb642fa", + "hash": "4587a37263181cefd4ad06d22c7faf55", "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.", + "title": "Biden election law plans crushed by fellow Democrats", + "description": "A senator warns the president's strategy would worsen the \"disease of division infecting our country\".", + "content": "A senator warns the president's strategy would worsen the \"disease of division infecting our country\".", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59735955?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59990200?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 05 Jan 2022 00:01:12 GMT", + "pubDate": "Fri, 14 Jan 2022 01:14:44 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137355,17 +140039,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "67d2ad56c220dc84d8dfac3105791d84", + "hash": "1e85ea80c2a94579c0bfae7adc2c9181", "highlights": [] }, { - "title": "Bulli Bai app: Fourth man held over auction of Muslim women", - "description": "Police suspect the 20-year-old to be the creator of the app that targets Muslim women.", - "content": "Police suspect the 20-year-old to be the creator of the app that targets Muslim women.", + "title": "China denies interfering in UK politics after MI5 alert", + "description": "China says it has no need to \"buy influence\" after MI5 said an agent of the country infiltrated Parliament.", + "content": "China says it has no need to \"buy influence\" after MI5 said an agent of the country infiltrated Parliament.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59891036?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-politics-59990451?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 08:47:08 GMT", + "pubDate": "Fri, 14 Jan 2022 01:47:42 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137377,17 +140061,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c7fef7f4a70aef709f5719bc943adb0", + "hash": "ca161359e1834510857b71b6c42decbe", "highlights": [] }, { - "title": "India PM Narendra Modi trapped on Punjab flyover in security breach", - "description": "The Indian PM cut short a visit to Punjab after protesting farmers blocked his convoy's route.", - "content": "The Indian PM cut short a visit to Punjab after protesting farmers blocked his convoy's route.", + "title": "Prayagraj Magh mela: Thousands attend Hindu festival amid Covid surge", + "description": "Experts fear that the festival in Uttar Pradesh could turn into a hotspot in the coming days.", + "content": "Experts fear that the festival in Uttar Pradesh could turn into a hotspot in the coming days.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59856628?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59976662?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 06:06:22 GMT", + "pubDate": "Fri, 14 Jan 2022 05:41:52 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137399,17 +140083,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eca83641f1c639dded63eb0e57716862", + "hash": "e5c74c48a4a79f2c89e34c8081fb1f9e", "highlights": [] }, { - "title": "Covid-19: More than 100 test positive on an Italy-India flight", - "description": "They were among 179 passengers on the flight from Milan which landed in Amritsar on Wednesday.", - "content": "They were among 179 passengers on the flight from Milan which landed in Amritsar on Wednesday.", + "title": "'Havana syndrome': US baffled after new cases in Europe", + "description": "Secretary of State Antony Blinken says investigations continue after more diplomats fall ill.", + "content": "Secretary of State Antony Blinken says investigations continue after more diplomats fall ill.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59894989?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59986297?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 11:29:10 GMT", + "pubDate": "Thu, 13 Jan 2022 17:05:20 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137421,17 +140105,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "61b9c595e4fa21ca3cbe94f18103d14b", + "hash": "350a462e4c603f24fe5da891c0fdebd1", "highlights": [] }, { - "title": "Jon Stewart denies accusing JK Rowling of anti-Semitism", - "description": "The US chat-show host denies accusing the Harry Potter author of anti-Semitism in comments on a podcast.", - "content": "The US chat-show host denies accusing the Harry Potter author of anti-Semitism in comments on a podcast.", + "title": "London 'hitman' on trial over plot to kill Pakistani activist in Netherlands", + "description": "Muhammad Gohir Khan is accused of agreeing to kill a Pakistani military critic for £100,000.", + "content": "Muhammad Gohir Khan is accused of agreeing to kill a Pakistani military critic for £100,000.", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59893206?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-59988413?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 11:34:44 GMT", + "pubDate": "Thu, 13 Jan 2022 20:42:57 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137443,17 +140127,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2883b7a444557842432664c82e85c1ba", + "hash": "37654733f3cf9d3a55e76005fd1b7705", "highlights": [] }, { - "title": "Kazakhstan unrest: Government restores fuel price cap after bloodshed", - "description": "The government reinstates vehicle fuel price caps for six months after dozens die in mass protests.", - "content": "The government reinstates vehicle fuel price caps for six months after dozens die in mass protests.", + "title": "US Supreme Court blocks Biden's workplace vaccine mandate", + "description": "The ruling marks a major blow to a central pillar of the White House's strategy for tackling Covid-19.", + "content": "The ruling marks a major blow to a central pillar of the White House's strategy for tackling Covid-19.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59896471?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59989476?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 14:15:09 GMT", + "pubDate": "Thu, 13 Jan 2022 23:04:18 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137465,17 +140149,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7dd96a927f680c259c37640fce9cd8f7", + "hash": "24a3ef20155027be4d87ec32e65afb87", "highlights": [] }, { - "title": "Kew scientists name new tree after Leonardo DiCaprio", - "description": "The tree grows only in an African rainforest the actor and conservationist helped save from logging.", - "content": "The tree grows only in an African rainforest the actor and conservationist helped save from logging.", + "title": "Biden plans dealt crushing blow by fellow Democrat", + "description": "A senator warns the president's strategy would worsen the \"disease of division infecting our country\".", + "content": "A senator warns the president's strategy would worsen the \"disease of division infecting our country\".", "category": "", - "link": "https://www.bbc.co.uk/news/science-environment-59888755?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59990200?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 11:24:36 GMT", + "pubDate": "Fri, 14 Jan 2022 01:14:44 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137487,17 +140171,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b15580d8b1a93ac5f9547919497382c", + "hash": "39895c75ded9d1fe051b066f0c5c2dcc", "highlights": [] }, { - "title": "What has Novak Djokovic actually said about vaccines?", - "description": "The tennis ace had his visa cancelled in a row over jab exemption. But what's he said about vaccines?", - "content": "The tennis ace had his visa cancelled in a row over jab exemption. But what's he said about vaccines?", + "title": "Covid: Viral photo highlights challenges of vaccinating Amazon", + "description": "A photo of a man carrying his father has highlighted the challenges of vaccinating indigenous villages.", + "content": "A photo of a man carrying his father has highlighted the challenges of vaccinating indigenous villages.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59897918?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59984857?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 16:28:23 GMT", + "pubDate": "Thu, 13 Jan 2022 16:03:39 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137509,17 +140193,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d270aec88ccaa7c6c57a357f5680f3f5", + "hash": "c4b79b8f4e67a200f7da40c1adf19a31", "highlights": [] }, { - "title": "China: Is it burdening poor countries with unsustainable debt?", - "description": "China has become a big lender to poorer countries, and there's been criticism of its approach.", - "content": "China has become a big lender to poorer countries, and there's been criticism of its approach.", + "title": "Canada: Unvaccinated father loses right to see his child", + "description": "The father is not allowed to see the 12-year-old until next month - unless he gets vaccinated.", + "content": "The father is not allowed to see the 12-year-old until next month - unless he gets vaccinated.", "category": "", - "link": "https://www.bbc.co.uk/news/59585507?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59979408?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 01:17:22 GMT", + "pubDate": "Thu, 13 Jan 2022 10:09:01 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137531,17 +140215,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c4e2bd691e83228859a39029b7c1e62", + "hash": "fbb9bede13c441ddb9ccdc8adf60f739", "highlights": [] }, { - "title": "Afcon 2021: Everything you need to know about tournament in Cameroon", - "description": "Dates, favourites and everything else you need to know about the Africa Cup of Nations, which kicks off in Cameroon on Sunday.", - "content": "Dates, favourites and everything else you need to know about the Africa Cup of Nations, which kicks off in Cameroon on Sunday.", + "title": "Australia equals hottest day on record at 50.7C", + "description": "Osnlow in Western Australia recorded 50.7C on Thursday, equalling a record set in 1962.", + "content": "Osnlow in Western Australia recorded 50.7C on Thursday, equalling a record set in 1962.", "category": "", - "link": "https://www.bbc.co.uk/sport/africa/59698986?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59977193?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 10:49:07 GMT", + "pubDate": "Thu, 13 Jan 2022 10:19:14 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137553,17 +140237,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b650b2f1231068f1540a2a3764ba03a9", + "hash": "ea046d9b3922d86fdf03476ffbf296d3", "highlights": [] }, { - "title": "Caviar sales soar as more people get a taste for posh fish eggs", - "description": "Global producers of caviar say that demand has soared since the first lockdown.", - "content": "Global producers of caviar say that demand has soared since the first lockdown.", + "title": "Morocco sex for grades: Hassan I University lecturer jailed", + "description": "The professor is sentenced to two years in prison after being convicted of indecent behaviour.", + "content": "The professor is sentenced to two years in prison after being convicted of indecent behaviour.", "category": "", - "link": "https://www.bbc.co.uk/news/business-59865832?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59970326?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 00:04:16 GMT", + "pubDate": "Thu, 13 Jan 2022 10:35:52 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137575,17 +140259,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2dd295333721d538f3b7777c1fe03549", + "hash": "a181911fe04135f4e056d0ce1f487638", "highlights": [] }, { - "title": "Kazakhstan unrest: Dozens killed in crackdown", - "description": "Police say dozens of rioters were killed in an operation to restore order in the main city, Almaty.", - "content": "Police say dozens of rioters were killed in an operation to restore order in the main city, Almaty.", + "title": "Israel says it broke up Iranian spy network that recruited women", + "description": "Four Israeli Jewish women of Iranian descent were allegedly paid thousands of dollars by a handler.", + "content": "Four Israeli Jewish women of Iranian descent were allegedly paid thousands of dollars by a handler.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59880166?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59977916?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 09:08:10 GMT", + "pubDate": "Thu, 13 Jan 2022 11:07:32 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137597,17 +140281,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bb2f1a406078bf7761216ef382bda5c7", + "hash": "dd4bdd73db1575f1e4658db54c6e1238", "highlights": [] }, { - "title": "Ghislaine Maxwell: Lawyers call for retrial over juror comments", - "description": "A juror at the trial said he shared his own experience of sexual abuse to sway other jurors.", - "content": "A juror at the trial said he shared his own experience of sexual abuse to sway other jurors.", + "title": "Covid: Schools in France close as unions say 75% of teachers strike", + "description": "Unions say 75% of teachers have walked out as they complain about Covid safety and testing rules.", + "content": "Unions say 75% of teachers have walked out as they complain about Covid safety and testing rules.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59884806?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59978138?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 05 Jan 2022 23:03:16 GMT", + "pubDate": "Thu, 13 Jan 2022 15:16:13 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137619,17 +140303,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2594593a35794a3397946d62e2c18ad4", + "hash": "c32476043f9e0f5d179b0e5d8cbd92d1", "highlights": [] }, { - "title": "Taiwan setting up $200m Lithuania fund amid China row", - "description": "China downgraded its diplomatic relations with Lithuania after Taiwan opened a de facto embassy there.", - "content": "China downgraded its diplomatic relations with Lithuania after Taiwan opened a de facto embassy there.", + "title": "Twitter agrees to Nigeria's demands to end seven-month ban", + "description": "Following a seven-month ban, the micro-blogging site will register in Nigeria and pay tax locally.", + "content": "Following a seven-month ban, the micro-blogging site will register in Nigeria and pay tax locally.", "category": "", - "link": "https://www.bbc.co.uk/news/business-59890338?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59958417?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 04:30:20 GMT", + "pubDate": "Thu, 13 Jan 2022 16:15:20 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137641,17 +140325,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "022b36e288110bbccf0a465f26f7c8eb", + "hash": "90cb81af7e6135d654fbec51e10144d2", "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.", + "title": "Kylie Jenner becomes first woman with 300 million Instagram followers", + "description": "Ariana Grande, previously the app's most popular woman, is now tied in second place with Selena Gomez.", + "content": "Ariana Grande, previously the app's most popular woman, is now tied in second place with Selena Gomez.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59731622?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/technology-59979648?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 05 Jan 2022 00:01:15 GMT", + "pubDate": "Thu, 13 Jan 2022 14:06:17 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137663,17 +140347,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6be70a9d9e87536eefdb0fecf7cdcb2", + "hash": "0bafb04221a97bed8efd836a709f7fbf", "highlights": [] }, { - "title": "Novak Djokovic: Australia cancels top tennis player's visa", - "description": "The player was due to play in the Australian Open after being exempted from vaccination rules.", - "content": "The player was due to play in the Australian Open after being exempted from vaccination rules.", + "title": "Rust: Armourer on Alec Baldwin film sues prop supplier over ammunition supply", + "description": "Hannah Gutierrez-Reed seeks unspecified damages from ammunition supplier Seth Kenney and his company.", + "content": "Hannah Gutierrez-Reed seeks unspecified damages from ammunition supplier Seth Kenney and his company.", "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59889522?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59978682?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 05 Jan 2022 21:57:06 GMT", + "pubDate": "Thu, 13 Jan 2022 10:13:31 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137685,17 +140369,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "83367ab522787478f64dd4afcb47980a", + "hash": "a181de21ee741ba98dcd4a4f34ca2c2a", "highlights": [] }, { - "title": "Capitol riot: Biden to blame Trump for 'carnage' one year on", - "description": "On the attack's anniversary, Mr Biden will say his predecessor holds \"singular responsibility\".", - "content": "On the attack's anniversary, Mr Biden will say his predecessor holds \"singular responsibility\".", + "title": "Virginia Giuffre: What we know about Prince Andrew's accuser", + "description": "What we know about the woman who has accused the British royal of sexual assault.", + "content": "What we know about the woman who has accused the British royal of sexual assault.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59889760?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59974220?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 03:47:19 GMT", + "pubDate": "Wed, 12 Jan 2022 20:40:21 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137707,17 +140391,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0860da6510875b0453be6e5e338834d0", + "hash": "60ef2ba9814eb710430f678d7765fed8", "highlights": [] }, { - "title": "Grammy Awards 2022: Omicron postpones music's biggest night", - "description": "A new date for the music industry celebration in Los Angeles will be announced soon, organisers say.", - "content": "A new date for the music industry celebration in Los Angeles will be announced soon, organisers say.", + "title": "Kenya Power in the spotlight after nationwide blackout", + "description": "Kenyans spent several hours with electricity this week, what are the underlying causes?", + "content": "Kenyans spent several hours with electricity this week, what are the underlying causes?", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59889228?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59980405?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 05 Jan 2022 20:54:28 GMT", + "pubDate": "Thu, 13 Jan 2022 14:18:23 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137729,17 +140413,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aed8a7ec4844e2fde45a7b3c33eff5fb", + "hash": "6ae5d64f7228517ac606b91efb402a13", "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.", + "title": "Nigerian NFT artist Osinachi: The work created by using a word processor", + "description": "Works by Nigerian Osinachi have made him one of Africa's leading digital and crypto-artists.", + "content": "Works by Nigerian Osinachi have made him one of Africa's leading digital and crypto-artists.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59873835?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59703123?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 05 Jan 2022 17:13:43 GMT", + "pubDate": "Thu, 13 Jan 2022 00:46:05 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137751,17 +140435,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "71e7fcc29b6e7c6f6bec40d018b87cc0", + "hash": "474588fec3994ffeb79a965cd1c1abf7", "highlights": [] }, { - "title": "Philadelphia fire: Eight children among 12 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.", + "title": "The people using YouTube to pay for their French chateau", + "description": "How chateaux owners are using advertising revenues from social media posts to earn a living.", + "content": "How chateaux owners are using advertising revenues from social media posts to earn a living.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59885770?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59950666?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 00:54:36 GMT", + "pubDate": "Thu, 13 Jan 2022 00:11:11 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137773,17 +140457,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "63123ecebd852ce69e8ea8f153cac789", + "hash": "f3ffd4090112c615e6c4dc3ea5b965d3", "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.", + "title": "Novak Djokovic in Australian Open draw despite visa uncertainty", + "description": "The defending champion is in the draw even though authorities are still deciding whether to deport him.", + "content": "The defending champion is in the draw even though authorities are still deciding whether to deport him.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59880624?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-55760672?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 05 Jan 2022 16:41:01 GMT", + "pubDate": "Thu, 13 Jan 2022 10:57:51 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137795,17 +140479,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "95632cec7cca2bf4692c2d2e5ef8a0ec", + "hash": "e1c2f1872a5b4a1705fa4bb092e8c33b", "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.", + "title": "A really simple guide to China-Taiwan relations", + "description": "Tension between China and Taiwan has risen and what happens next matters to us all", + "content": "Tension between China and Taiwan has risen and what happens next matters to us all", "category": "", - "link": "https://www.bbc.co.uk/news/technology-59867772?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59900139?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 04 Jan 2022 11:19:43 GMT", + "pubDate": "Wed, 12 Jan 2022 14:25:41 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137817,17 +140501,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ffc9e421e44832f515a44e53b9f61f83", + "hash": "2e644097b2555da47b2b7fada3822c86", "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.", + "title": "Covid: Half of France's schools could close as teachers strike", + "description": "About 75% of primary teachers are expected to strike as they complain about confusing testing rules.", + "content": "About 75% of primary teachers are expected to strike as they complain about confusing testing rules.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59808739?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59978138?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 04 Jan 2022 02:58:06 GMT", + "pubDate": "Thu, 13 Jan 2022 10:27:08 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137839,17 +140523,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "83face1b343229a35a3da0a06bb4480e", + "hash": "0c37fb9db2846813fa36a5688b5132e9", "highlights": [] }, { - "title": "Bulli Bai app: Man held over making app to 'auction' Muslim women", - "description": "Police suspect the 20-year-old to be the creator of the derogatory app that targets Muslim women.", - "content": "Police suspect the 20-year-old to be the creator of the derogatory app that targets Muslim women.", + "title": "Ronnie Spector: Be My Baby singer of The Ronettes dies at 78", + "description": "The pop super star was the lead singer of the 1960 pioneering all-girl group the Ronettes.", + "content": "The pop super star was the lead singer of the 1960 pioneering all-girl group the Ronettes.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59891036?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59975272?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 08:47:08 GMT", + "pubDate": "Wed, 12 Jan 2022 23:34:06 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137861,17 +140545,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0085e9da5456efb9fbbc1d9c0e8be418", + "hash": "795a7685a4c4ca47fe16435261e590bc", "highlights": [] }, { - "title": "Kazakhstan unrest: Government calls for Russian help", - "description": "A Russian-led military alliance will send a peacekeeping force as nationwide protests escalate.", - "content": "A Russian-led military alliance will send a peacekeeping force as nationwide protests escalate.", + "title": "Top Republican slams Biden voting speech as unpresidential", + "description": "Mitch McConnell says Mr Biden's likening of Republicans to civil rights-era racists is \"beneath his office\".", + "content": "Mitch McConnell says Mr Biden's likening of Republicans to civil rights-era racists is \"beneath his office\".", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59880166?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59974375?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 05 Jan 2022 22:08:08 GMT", + "pubDate": "Thu, 13 Jan 2022 03:23:57 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137883,17 +140567,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9395d9b23e9672d3a96a6a1421041ccb", + "hash": "6be4d5fd421a157e1553d96c8e55433b", "highlights": [] }, { - "title": "Covid-19: India records first death linked to Omicron variant", - "description": "The 74-year-old man had diabetes and other comorbidities but, reports say, he was fully vaccinated.", - "content": "The 74-year-old man had diabetes and other comorbidities but, reports say, he was fully vaccinated.", + "title": "Nigeria lifts Twitter ban after seven months", + "description": "A suspension imposed last June is reversed after the networking site agrees to open a local office.", + "content": "A suspension imposed last June is reversed after the networking site agrees to open a local office.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59890816?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59958417?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 06 Jan 2022 05:07:27 GMT", + "pubDate": "Thu, 13 Jan 2022 01:50:42 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137905,17 +140589,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b55f77254f55d9857f00db3e165bcff", + "hash": "4977d9d17d4bc28c529b83408d1084f5", "highlights": [] }, { - "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.", + "title": "Hoda Muthana: Alabama IS bride loses appeal for return to US", + "description": "US-born Hoda Muthana is a citizen and should be allowed to return with her son, the lawsuit argued.", + "content": "US-born Hoda Muthana is a citizen and should be allowed to return with her son, the lawsuit argued.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59873833?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59974939?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 05 Jan 2022 12:05:50 GMT", + "pubDate": "Wed, 12 Jan 2022 22:41:42 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137927,17 +140611,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "162b2a683a37029aecf039a11ae908cd", + "hash": "4d63a8960dbbbf662d38e36090ff3d87", "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\".", + "title": "Escaped Dutch youth offender shot dead in Belgium", + "description": "The young man reportedly took two people hostage, drove over the border and opened fire on police.", + "content": "The young man reportedly took two people hostage, drove over the border and opened fire on police.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59884801?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59963285?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 05 Jan 2022 15:58:02 GMT", + "pubDate": "Wed, 12 Jan 2022 19:21:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137949,17 +140633,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca11e7c97b241446ef7e660fdf3cb75c", + "hash": "3c9ff665e25e05aea1d2fae6aad63a26", "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.", + "title": "Ukraine tensions: US says Russia faces stark choice", + "description": "Russia is told it must decide between de-escalation and diplomacy, or confrontation and consequences.", + "content": "Russia is told it must decide between de-escalation and diplomacy, or confrontation and consequences.", "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59878984?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59971955?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 05 Jan 2022 11:15:11 GMT", + "pubDate": "Wed, 12 Jan 2022 18:34:50 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137971,17 +140655,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "148d534590ee7dab68e2b39e4a459b2b", + "hash": "d749a4bc4ff8c22143d02fca62e0d4ec", "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.", + "title": "South Africa's 'King Khoisan' arrested over cannabis plants at president's office", + "description": "Protesters planted the cannabis in a vegetable garden near the South African president's workplace.", + "content": "Protesters planted the cannabis in a vegetable garden near the South African president's workplace.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59871267?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59966776?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 04 Jan 2022 14:49:04 GMT", + "pubDate": "Wed, 12 Jan 2022 17:50:05 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -137993,17 +140677,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9526880e9acf888e8e257f89f88f822", + "hash": "0fe9d24e9cd250b2dd15e64d84b11022", "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.", + "title": "Prince Andrew to face civil sex assault case after US ruling", + "description": "Virginia Giuffre's claims against the Duke of York can continue to be heard, a New York judge rules.", + "content": "Virginia Giuffre's claims against the Duke of York can continue to be heard, a New York judge rules.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59876095?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-59871514?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 05 Jan 2022 10:54:17 GMT", + "pubDate": "Wed, 12 Jan 2022 16:45:59 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138015,17 +140699,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e3d7545d681fbfe9fa8b07f69a616ca", + "hash": "fadb26b47095445f5cb37b75b561f0b1", "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.", + "title": "Syrian torture: German verdict on crimes against humanity", + "description": "The trial of Anwar Raslan is the world's first criminal case over state-led torture in Syria.", + "content": "The trial of Anwar Raslan is the world's first criminal case over state-led torture in Syria.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59879760?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59949924?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 05 Jan 2022 12:16:16 GMT", + "pubDate": "Thu, 13 Jan 2022 00:07:56 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138037,17 +140721,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "82ef7ab23db636303227fae2838c0de7", + "hash": "7d3b2c17b9888e397d9829bceeff7231", "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.", + "title": "Novak Djokovic: Newsreaders caught in expletive-laden rant", + "description": "A leaked video shows Australian journalists giving candid opinions on the tennis star's visa saga.", + "content": "A leaked video shows Australian journalists giving candid opinions on the tennis star's visa saga.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59871779?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59964598?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 04 Jan 2022 18:07:50 GMT", + "pubDate": "Wed, 12 Jan 2022 13:04:04 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138059,17 +140743,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e034a1c5cd241c805a5065ac03cfd387", + "hash": "f728b29fd041173a9b7ff0ae2238a1bf", "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.", + "title": "Aras Amiri: British Council says jailed employee freed by Iran", + "description": "Aras Amiri, an Iranian citizen, has returned to the UK after being acquitted of spying on appeal.", + "content": "Aras Amiri, an Iranian citizen, has returned to the UK after being acquitted of spying on appeal.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59877917?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59956831?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 05 Jan 2022 08:20:45 GMT", + "pubDate": "Wed, 12 Jan 2022 13:06:58 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138081,17 +140765,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "11f2eeb717aa66ff123838c6b8a9b12f", + "hash": "e6ab4e68e80903cd0aa2986ee5cd93d4", "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.", + "title": "Republican McConnell slams Biden voting rights speech as 'unpresidential'", + "description": "President Joe Biden had criticised opponents to his election reforms in a fiery speech on Tuesday.", + "content": "President Joe Biden had criticised opponents to his election reforms in a fiery speech on Tuesday.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59833131?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59974375?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 03 Jan 2022 12:56:30 GMT", + "pubDate": "Wed, 12 Jan 2022 21:07:28 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138103,17 +140787,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5c80c24f029cb2c540969873291f295", + "hash": "8ddddb1c00d1f804ec22e7209d1fc0f2", "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.", + "title": "Baby found by teenagers in -20C in Siberia doing well", + "description": "The girl was found by teens whose family now want to adopt her if relatives cannot be found.", + "content": "The girl was found by teens whose family now want to adopt her if relatives cannot be found.", "category": "", - "link": "https://www.bbc.co.uk/news/stories-59566983?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59951126?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 02 Jan 2022 00:55:01 GMT", + "pubDate": "Wed, 12 Jan 2022 17:02:23 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138125,17 +140809,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d92bbbb2cea1f99beba180f55ba9264", + "hash": "f7742f60aafabb6d722aa89990853087", "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.", + "title": "Alps murders: French police arrest suspect over killing of British family", + "description": "Three members of a British family and a French cyclist were shot dead in the French Alps.", + "content": "Three members of a British family and a French cyclist were shot dead in the French Alps.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59885770?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59963434?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 05 Jan 2022 17:28:33 GMT", + "pubDate": "Wed, 12 Jan 2022 11:24:04 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138147,17 +140831,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b51782e2899244728fbdac50fcf37022", + "hash": "02bcfe9352d3547a7ba350fd5b7e5705", "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.", + "title": "Novak Djokovic admits breaking isolation while Covid positive", + "description": "As Australia decides on his deportation, Djokovic claims his agent simply \"ticked the wrong box\".", + "content": "As Australia decides on his deportation, Djokovic claims his agent simply \"ticked the wrong box\".", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59879071?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59935127?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 05 Jan 2022 11:55:04 GMT", + "pubDate": "Wed, 12 Jan 2022 14:12:34 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138169,17 +140853,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b52c40d7855f3054d41cde7ba9f83db", + "hash": "c767b55717f5086236c2bbe0b4da9f14", "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.", + "title": "Brazil rains: Minas Gerais hit by deadly landslides and floods", + "description": "Landslides and flooding caused by torrential rains have killed at least 15 people in Minas Gerais.", + "content": "Landslides and flooding caused by torrential rains have killed at least 15 people in Minas Gerais.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59869509?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59944174?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 04 Jan 2022 18:43:23 GMT", + "pubDate": "Wed, 12 Jan 2022 15:01:08 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138191,17 +140875,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e8ad91a1d4f5b2a9a5011007496fb3f", + "hash": "c6961a2a20fe1de1fca118904b90544b", "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.", + "title": "Covid-19: Chinese woman stuck in lockdown with blind date", + "description": "A swift lockdown in China’s Zhengzhou means a woman is stuck at her date’s house.", + "content": "A swift lockdown in China’s Zhengzhou means a woman is stuck at her date’s house.", "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59884038?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59969509?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 05 Jan 2022 16:55:53 GMT", + "pubDate": "Wed, 12 Jan 2022 14:24:01 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138213,17 +140897,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8480bf5a303d94d6b0978ab8dd1e309e", + "hash": "1b86bdd062d99cda5df76f804b37d184", "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.", + "title": "Palestinian-American man, 80, found dead after Israeli raid in West Bank", + "description": "Omar Asad reportedly died following his arrest by Israeli soldiers in the occupied West Bank.", + "content": "Omar Asad reportedly died following his arrest by Israeli soldiers in the occupied West Bank.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59880166?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59971232?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 05 Jan 2022 17:48:32 GMT", + "pubDate": "Wed, 12 Jan 2022 21:53:36 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138235,17 +140919,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b755d44190197c1b899fa55534a1b58", + "hash": "41c2cc1f795e0c397b40614f53e9da0f", "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.", + "title": "'He was like a lighthouse' - Sidney Poitier's daughter posts moving tribute", + "description": "\"I know people know he was good, but I don't think they know the depth of his goodness.\"", + "content": "\"I know people know he was good, but I don't think they know the depth of his goodness.\"", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59876423?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59965150?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 05 Jan 2022 00:17:18 GMT", + "pubDate": "Wed, 12 Jan 2022 11:22:24 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138257,17 +140941,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1f0f5351333469b3e588d22e371e76c", + "hash": "005764e95642343f2c9448c2c93a3d20", "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.", + "title": "Can the 'Silver Fox' outwit Vladimir Putin?", + "description": "Wendy Sherman, a former social worker-turned-top US diplomat, is helping lead US-Russia talks.", + "content": "Wendy Sherman, a former social worker-turned-top US diplomat, is helping lead US-Russia talks.", "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59884038?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59946364?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 05 Jan 2022 16:26:46 GMT", + "pubDate": "Wed, 12 Jan 2022 01:08:04 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138279,17 +140963,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8edef587eb327c153749dc33f413abc5", + "hash": "fb65a6dd69c4bd0bb267807d183ebfa1", "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.", + "title": "A year on, has Trump benefited from a Twitter ban?", + "description": "The ex-president was expelled from Twitter a year ago. What impact has it had - and will he be back?", + "content": "The ex-president was expelled from Twitter a year ago. What impact has it had - and will he be back?", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59876093?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/technology-59948946?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 05 Jan 2022 15:35:32 GMT", + "pubDate": "Wed, 12 Jan 2022 00:48:38 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138301,17 +140985,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ae3f4393b0ffd1899ed9f3a85d8b64a", + "hash": "5b17bf22f0f4c5321b2841a40d80b326", "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.", + "title": "Ukrainians wait as Russia faces off with the West", + "description": "What Ukrainians think about the conflict threatening their country, as Russia and the West meet.", + "content": "What Ukrainians think about the conflict threatening their country, as Russia and the West meet.", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59868726?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59944086?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 05 Jan 2022 11:30:16 GMT", + "pubDate": "Wed, 12 Jan 2022 00:24:55 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138323,17 +141007,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f9607d23cdacca6ccf1c3f38a9e3754", + "hash": "9151c5184eab0e37b6b74fdbd7d44a91", "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.", + "title": "Seychelles: The island nation hunting for a missing $50m", + "description": "Six of Seychelles' most prominent citizens face charges amid a government crackdown on corruption.", + "content": "Six of Seychelles' most prominent citizens face charges amid a government crackdown on corruption.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59876583?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59866693?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 05 Jan 2022 02:10:47 GMT", + "pubDate": "Wed, 12 Jan 2022 00:28:13 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138345,17 +141029,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "901e11e3342732461e22f940c449feb4", + "hash": "8d121b0eab203845b9b3fc5b495291ff", "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.", + "title": "How the soaring cost of living is hitting Sri Lankans hard", + "description": "Rising food and fuel prices are making daily life tougher for many ordinary people in Sri Lanka.", + "content": "Rising food and fuel prices are making daily life tougher for many ordinary people in Sri Lanka.", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59878349?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59952980?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 05 Jan 2022 10:28:02 GMT", + "pubDate": "Wed, 12 Jan 2022 00:13:14 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138367,17 +141051,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d41a611d3599b73fc0f7661088b8a88c", + "hash": "2e9576d2f9bb2f4e53fddf988d207b4a", "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.", + "title": "Palestinian man, 80, found dead after Israeli raid in West Bank", + "description": "Omar Asad reportedly died following his arrest by Israeli soldiers in the occupied West Bank.", + "content": "Omar Asad reportedly died following his arrest by Israeli soldiers in the occupied West Bank.", "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-middle-east-59971232?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 02 Jan 2022 14:42:02 GMT", + "pubDate": "Wed, 12 Jan 2022 17:21:27 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138389,17 +141073,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b935f41a69e2ac2697754d58e1ba6e3", + "hash": "020ef790e59cc7b42d6ef26d391d0fe4", "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.", + "title": "Greek sailing coach in rape trial over MeToo revelations", + "description": "When an Olympic champion spoke out about abuse, a young woman alleged she was raped by her coach.", + "content": "When an Olympic champion spoke out about abuse, a young woman alleged she was raped by her coach.", "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-europe-59963281?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 02 Jan 2022 00:05:03 GMT", + "pubDate": "Wed, 12 Jan 2022 12:16:19 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138411,17 +141095,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa7ea68b5c1f4424d1a50c7d0db622b7", + "hash": "6e352793437ff03f26ddd2baaa676e6c", "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.", + "title": "Love theory in Italian man's Ivory Coast kidnap", + "description": "Prosecutors say a businessman may have been duped into going to Ivory Coast by an online scammer.", + "content": "Prosecutors say a businessman may have been duped into going to Ivory Coast by an online scammer.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59734254?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59965791?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 04 Jan 2022 05:29:04 GMT", + "pubDate": "Wed, 12 Jan 2022 14:40:45 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138433,17 +141117,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2cd0e7e6e9d39c3a4e7769d79c4d3d58", + "hash": "b3579487c7c1a37b09ec4fb0b1b002a5", "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.", + "title": "Biden pushes overhaul of US election laws in fiery speech", + "description": "In a fiery speech in Georgia, the president calls on Congress to back his sweeping reforms.", + "content": "In a fiery speech in Georgia, the president calls on Congress to back his sweeping reforms.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59867536?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59956068?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 04 Jan 2022 16:27:30 GMT", + "pubDate": "Wed, 12 Jan 2022 06:43:46 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138455,17 +141139,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "166e1d9a00820f975d230b2d4a21b6e0", + "hash": "9666ccac2ee6453c2ef71c925582856f", "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.", + "title": "Covid: Half of Europe to be infected with Omicron within weeks - WHO", + "description": "Dr Hans Kluge says a \"west-to-east tidal wave\" of the coronavirus variant is sweeping across the region.", + "content": "Dr Hans Kluge says a \"west-to-east tidal wave\" of the coronavirus variant is sweeping across the region.", "category": "", - "link": "https://www.bbc.co.uk/news/uk-59865102?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59948920?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 04 Jan 2022 17:56:27 GMT", + "pubDate": "Tue, 11 Jan 2022 14:26:41 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138477,17 +141161,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "94a3f90ff96a4673ebab3f141b7f68bd", + "hash": "3b7b2238eebbb5a7813e8dc5e71ee001", "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.", + "title": "Novak Djokovic: Up to tennis star to explain PCR grey area, says Serbia PM", + "description": "Ana Brnabic says it would be a clear breach of rules if the tennis star went out knowing he had Covid.", + "content": "Ana Brnabic says it would be a clear breach of rules if the tennis star went out knowing he had Covid.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59872232?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59958662?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 04 Jan 2022 17:07:56 GMT", + "pubDate": "Tue, 11 Jan 2022 19:09:06 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138499,17 +141183,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eed9bba7992ed9a27b3e4e8ed8999ac5", + "hash": "dc11bd1955d9b67fbe05dd012355f43c", "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.", + "title": "Voting rights: Is this now Joe Biden's biggest headache?", + "description": "For many Democrats it's the number one issue but familiar roadblocks remain on road to reform.", + "content": "For many Democrats it's the number one issue but familiar roadblocks remain on road to reform.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59871943?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59946927?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 04 Jan 2022 15:33:58 GMT", + "pubDate": "Tue, 11 Jan 2022 15:50:50 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138521,17 +141205,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d614490ef17e9e25cf380b22d1d60602", + "hash": "ed629c3d9f7b1db397460e33e22ee7f1", "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.", + "title": "Three ethical issues around pig heart transplants", + "description": "A pig's heart has been used in a human transplant operation - what are the questions to consider?", + "content": "A pig's heart has been used in a human transplant operation - what are the questions to consider?", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59868721?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59951264?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 04 Jan 2022 15:15:47 GMT", + "pubDate": "Tue, 11 Jan 2022 16:38:41 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138543,17 +141227,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "be7031adc418532c374b6beb415a6a26", + "hash": "f65df3205b19d6ea28448fa77b74c44f", "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.", + "title": "Covid: Quebec to impose health tax on unvaccinated Canadians", + "description": "The unvaccinated represent 15% of the population, but over half of all hospital admissions.", + "content": "The unvaccinated represent 15% of the population, but over half of all hospital admissions.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59866553?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59960689?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 04 Jan 2022 17:09:17 GMT", + "pubDate": "Tue, 11 Jan 2022 20:24:23 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138565,17 +141249,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d7ccfdfd24d02e5e362c15d4ef74415", + "hash": "591083d77338b0b16c08534430fc1724", "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.", + "title": "Saudi court orders first naming of man guilty of sexual harassment", + "description": "The kingdom amended an anti-harassment law last year to allow for the public shaming of offenders.", + "content": "The kingdom amended an anti-harassment law last year to allow for the public shaming of offenders.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59833122?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59956826?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 04 Jan 2022 18:19:38 GMT", + "pubDate": "Tue, 11 Jan 2022 17:45:06 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138587,17 +141271,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "758c467b53a6aef49bd6b614d6b0d072", + "hash": "eb533e8805ba585023e6f8c390aa77a4", "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.", + "title": "How Magawa the rat was trained to detect mines", + "description": "A rat which helped locate more than a 100 landmines in Cambodia has died at the age of eight.", + "content": "A rat which helped locate more than a 100 landmines in Cambodia has died at the age of eight.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59867046?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59960117?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 04 Jan 2022 12:32:09 GMT", + "pubDate": "Tue, 11 Jan 2022 18:41:36 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138609,17 +141293,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca16e29e42813e753523aae8757da8f3", + "hash": "71ea3f9767ef982340f45f7ceb37112b", "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.", + "title": "Sacked belly-dancing teacher sparks Egypt debate over women's rights", + "description": "Aya Yousef was sacked and divorced after she was filmed moving to music at a work social event.", + "content": "Aya Yousef was sacked and divorced after she was filmed moving to music at a work social event.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59864266?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59960477?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 04 Jan 2022 11:53:39 GMT", + "pubDate": "Tue, 11 Jan 2022 20:06:37 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138631,17 +141315,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f414464427e5ad8a159dd6fdb47958b", + "hash": "09c4df0761d96c2f34746949c4b4e931", "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.", + "title": "World Bank warns global economy faces grim outlook", + "description": "The bank predicts a \"pronounced slowdown\", with global economic growth falling to 4.1% this year", + "content": "The bank predicts a \"pronounced slowdown\", with global economic growth falling to 4.1% this year", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59871325?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59946302?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 04 Jan 2022 15:29:25 GMT", + "pubDate": "Tue, 11 Jan 2022 14:31:02 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138653,17 +141337,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f361f04c0ae904ef8e22e9517d2e1a76", + "hash": "acf21f463ca4b8a7c5fd415a4b66118b", "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.", + "title": "Italian raids after New Year sexual assaults in Milan", + "description": "Nine young women have come forward to say they were attacked while celebrating in central Milan.", + "content": "Nine young women have come forward to say they were attacked while celebrating in central Milan.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59763426?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59952323?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 04 Jan 2022 00:02:33 GMT", + "pubDate": "Tue, 11 Jan 2022 13:49:03 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138675,17 +141359,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d61a0cb05f72691185813349825f843", + "hash": "58441b38fbbc38706d907b9484500e26", "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.", + "title": "Speaker of EU parliament dies in hospital", + "description": "The Italian was admitted to hospital last month due to a serious complication with his immune system.", + "content": "The Italian was admitted to hospital last month due to a serious complication with his immune system.", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59814182?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59947211?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 04 Jan 2022 00:02:35 GMT", + "pubDate": "Tue, 11 Jan 2022 07:41:38 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138697,17 +141381,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4185a24c7bd11f572d9f718fae18dffa", + "hash": "a02c71b7e5a6cc0a65f8949fdb33a6f2", "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?", + "title": "How old Ugandan negatives are bringing families back to life", + "description": "The restored archive of a rural Ugandan photographer is helping people reconnect with their past.", + "content": "The restored archive of a rural Ugandan photographer is helping people reconnect with their past.", "category": "", - "link": "https://www.bbc.co.uk/news/business-59863739?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59862548?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 04 Jan 2022 00:30:54 GMT", + "pubDate": "Tue, 11 Jan 2022 00:14:26 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138719,17 +141403,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d50cbfeb8333978b9e43ada89c0dd559", + "hash": "c7767f851ec259cec06d9395b349efb5", "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.", + "title": "Novak Djokovic: How tennis player won visa row court case", + "description": "Australia's legal defence collapsed on the evidence of the tennis player's treatment at the airport.", + "content": "Australia's legal defence collapsed on the evidence of the tennis player's treatment at the airport.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59864266?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59939507?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 04 Jan 2022 07:45:27 GMT", + "pubDate": "Mon, 10 Jan 2022 17:22:03 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138741,17 +141425,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9aa41e0d592776f6fb018543c9c7511f", + "hash": "5c91064f41febdc626fec5a4d67e1bdb", "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\".", + "title": "#NoSpendJanuary: Can it really be done?", + "description": "Every year, the hashtag #nospendjanuary is seen on social media - but how literally do people take it?", + "content": "Every year, the hashtag #nospendjanuary is seen on social media - but how literally do people take it?", "category": "", - "link": "https://www.bbc.co.uk/news/uk-59861831?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59920978?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 04 Jan 2022 00:10:55 GMT", + "pubDate": "Tue, 11 Jan 2022 00:21:03 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138763,17 +141447,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e6b2d40b1ab9eee54e74c7ee3bbd2c0", + "hash": "1800a48cac7914aaf1a7e1086bca2ee9", "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.", + "title": "'They looted everything': Counting the cost of Kazakh protests", + "description": "Violent protests have left Kazakhstan stunned and angry, the BBC's Abdujalil Abdurasulov finds.", + "content": "Violent protests have left Kazakhstan stunned and angry, the BBC's Abdujalil Abdurasulov finds.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59863053?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59928856?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 03 Jan 2022 22:50:01 GMT", + "pubDate": "Mon, 10 Jan 2022 06:00:04 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138785,17 +141469,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bb0d2aed7d20b37cbc2d3f07df01c6b1", + "hash": "1e80059a9e5d4b0e644689cce22d2a04", "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.", + "title": "Air pollution: Delhi's smog problem is rooted in India's water crisis", + "description": "Years of ill-conceived farming practices have contributed to India's worsening air pollution.", + "content": "Years of ill-conceived farming practices have contributed to India's worsening air pollution.", "category": "", - "link": "https://www.bbc.co.uk/news/business-59863859?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59808770?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 04 Jan 2022 02:26:24 GMT", + "pubDate": "Mon, 10 Jan 2022 00:03:39 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138807,17 +141491,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f0783ae46473c53ce781019358ee17f", + "hash": "ddd57c70b708a8d6c4d22ec2cace4c33", "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.", + "title": "Afcon Cameroon: Playing football in the shadow of a rebellion", + "description": "Africa's top football tournament is about to start in Cameroon, despite a bitter four-year conflict.", + "content": "Africa's top football tournament is about to start in Cameroon, despite a bitter four-year conflict.", "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59865342?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59908442?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 04 Jan 2022 08:52:41 GMT", + "pubDate": "Sun, 09 Jan 2022 00:13:52 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138829,17 +141513,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d80397404b8b3f637d3b13070bf9636", + "hash": "f986b21250f74444ab1b1e70b73abcc2", "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.", + "title": "Kabul's markets full of food, but no-one has money", + "description": "The UN has called for urgent aid as one million Afghan children are at risk from severe malnourishment.", + "content": "The UN has called for urgent aid as one million Afghan children are at risk from severe malnourishment.", "category": "", - "link": "https://www.bbc.co.uk/news/business-59856063?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59942993?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 04 Jan 2022 04:00:43 GMT", + "pubDate": "Tue, 11 Jan 2022 00:08:58 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138851,17 +141535,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "624fdef289a7a84c4cade1cdbde88fcb", + "hash": "73fbf62e065ed87255500581da424770", "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.", + "title": "Near-miss for pilot saved from downed plane hit by train", + "description": "Dramatic video shows the rescue, moments before collision, after a plane landed on train tracks.", + "content": "Dramatic video shows the rescue, moments before collision, after a plane landed on train tracks.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59864810?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59946362?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 04 Jan 2022 08:03:53 GMT", + "pubDate": "Mon, 10 Jan 2022 22:12:15 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138873,17 +141557,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "81a987d40cb5d2e1d33127514eb71e9c", + "hash": "b4919549c01eb857e3f25281fae311fd", "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.", + "title": "Pokémon Go: Police fired for chasing Snorlax instead of robbers", + "description": "A pair of LAPD officers lost their jobs after ignoring a robbery to play Pokémon Go instead.", + "content": "A pair of LAPD officers lost their jobs after ignoring a robbery to play Pokémon Go instead.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59861556?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/technology-59953330?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 03 Jan 2022 16:21:11 GMT", + "pubDate": "Tue, 11 Jan 2022 13:24:53 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138895,17 +141579,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "03ee901a22f2ad7e87dd615b841afdff", + "hash": "2e065798c022ae26290ed9f6d73ece88", "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.", + "title": "Second child dies after Spanish bouncy castle accident", + "description": "The four-year-old girl was injured when a bouncy castle was thrown into the air by wind last week.", + "content": "The four-year-old girl was injured when a bouncy castle was thrown into the air by wind last week.", "category": "", - "link": "https://www.bbc.co.uk/news/business-59864059?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59951366?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 04 Jan 2022 03:56:12 GMT", + "pubDate": "Tue, 11 Jan 2022 13:06:13 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138917,17 +141601,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f8de0369169108d0a58a43755149ef4", + "hash": "e593f0cabaaff5515877e6d218f329c1", "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.", + "title": "Pig heart transplant an absolute miracle, says patient's son", + "description": "David Bennett, 57, is the first person in the world to receive a heart transplant from a genetically-modified pig.", + "content": "David Bennett, 57, is the first person in the world to receive a heart transplant from a genetically-modified pig.", "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59833267?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59960118?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 03 Jan 2022 14:56:45 GMT", + "pubDate": "Tue, 11 Jan 2022 19:42:50 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138939,17 +141623,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1dba7841fac6fe43533fec24bf4f42e", + "hash": "af879241199e8ad2f534c56db1a871f1", "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.", + "title": "Ros Atkins on... questions that remain for Djokovic", + "description": "The world number one made it onto a tennis court in Melbourne, but he could still be deported.", + "content": "The world number one made it onto a tennis court in Melbourne, but he could still be deported.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59863152?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59944634?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 03 Jan 2022 20:22:21 GMT", + "pubDate": "Mon, 10 Jan 2022 23:20:42 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138961,17 +141645,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "efebf9c20bf977928ea67d1fe0bc5317", + "hash": "130a693615566095b65b089ebc24508f", "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.", + "title": "Novak Djokovic: Questions raised over tennis star's travel declaration", + "description": "Australian officials are investigating whether inaccurate information was given, local media says.", + "content": "Australian officials are investigating whether inaccurate information was given, local media says.", "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59383184?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59946900?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 03 Jan 2022 00:00:14 GMT", + "pubDate": "Tue, 11 Jan 2022 11:25:24 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -138983,17 +141667,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f0c9a827c6da4a8cf304baf50eb4811", + "hash": "1df83769582ae998810cdbb405cbcf56", "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.", + "title": "Magawa, the landmine-sniffing hero rat, dies aged eight", + "description": "Magawa was awarded a gold medal for heroism for clearing landmines in Cambodia.", + "content": "Magawa was awarded a gold medal for heroism for clearing landmines in Cambodia.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59728593?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59951255?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 03 Jan 2022 00:00:35 GMT", + "pubDate": "Tue, 11 Jan 2022 11:20:55 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139005,17 +141689,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2de00a8cf29c78fa306590ad6d87117", + "hash": "aa55eb6260ae8bd0162a8bb508e561f9", "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.", + "title": "Man gets genetically-modified pig heart in world-first transplant", + "description": "David Bennett, 57, is doing well three days after the experimental surgery, doctors say.", + "content": "David Bennett, 57, is doing well three days after the experimental surgery, doctors say.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59855246?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59944889?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 03 Jan 2022 03:22:13 GMT", + "pubDate": "Mon, 10 Jan 2022 22:55:45 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139027,17 +141711,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "504cb0d807915d4ff5c49c6d42abff70", + "hash": "9af186d3a02e39f626333d1f82cad361", "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.", + "title": "Ugandan author of The Greedy Barbarian charged over Museveni tweets", + "description": "A Ugandan novelist is accused of using Twitter to \"disturb the peace\" of Yoweri Museveni and his son.", + "content": "A Ugandan novelist is accused of using Twitter to \"disturb the peace\" of Yoweri Museveni and his son.", "category": "", - "link": "https://www.bbc.co.uk/news/uk-59857168?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59951890?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 03 Jan 2022 09:23:57 GMT", + "pubDate": "Tue, 11 Jan 2022 12:24:56 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139049,17 +141733,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6efc597bfc90c0f4be3008867c761dc2", + "hash": "eb28a26999e2cecd305a790e1da64f1d", "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.", + "title": "Chinese doctor charged for treating fever patient", + "description": "The medic in Henan could face a prison term because there wasn't a fever clinic at their hospital.", + "content": "The medic in Henan could face a prison term because there wasn't a fever clinic at their hospital.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59860058?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59935126?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 03 Jan 2022 16:13:44 GMT", + "pubDate": "Tue, 11 Jan 2022 10:16:25 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139071,17 +141755,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1e5174c584f63966e53e899882a3c9d", + "hash": "dbbc42f25504a632b76c3e3f4696520c", "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.", + "title": "Covid: Chile starts fourth vaccine dose amid rise in cases", + "description": "The country is the first in Latin America to offer a fourth dose, as Omicron fuels a surge in cases.", + "content": "The country is the first in Latin America to offer a fourth dose, as Omicron fuels a surge in cases.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59824920?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59944173?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 03 Jan 2022 13:10:35 GMT", + "pubDate": "Tue, 11 Jan 2022 11:47:43 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139093,17 +141777,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "21a374e73f8cb25c3755becf69407d68", + "hash": "b6281a802385453bb93027fb3546146d", "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.", + "title": "Novak Djokovic family end press conference after Covid event question", + "description": "The tennis star's family ends a press conference, refusing to be drawn on his positive Covid test.", + "content": "The tennis star's family ends a press conference, refusing to be drawn on his positive Covid test.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59855689?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59936823?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 03 Jan 2022 10:32:32 GMT", + "pubDate": "Mon, 10 Jan 2022 15:03:23 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139115,17 +141799,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e3090ad30821a7ffb5a0bafbea58027", + "hash": "3b0e223cb781cefba55794e0dc9366ee", "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.", + "title": "What's at stake in the struggle over US voting laws", + "description": "Democrats are readying a high-stakes battle over elections, an issue both parties want to reform.", + "content": "Democrats are readying a high-stakes battle over elections, an issue both parties want to reform.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59856619?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59946927?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 03 Jan 2022 08:46:56 GMT", + "pubDate": "Tue, 11 Jan 2022 10:21:05 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139137,17 +141821,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "752d4ac106c3e5b3be12f69266a131d4", + "hash": "4e86d96e699613d8c3ec5cb1d359ec9a", "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.", + "title": "David Sassoli: European Parliament president dies aged 65", + "description": "The Italian was admitted to hospital last month due to a serious complication with his immune system.", + "content": "The Italian was admitted to hospital last month due to a serious complication with his immune system.", "category": "", - "link": "https://www.bbc.co.uk/news/business-59857420?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59947211?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 03 Jan 2022 14:42:06 GMT", + "pubDate": "Tue, 11 Jan 2022 04:36:46 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139159,17 +141843,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9fe50ded40842b6fbb65820dc8533339", + "hash": "04d1b402a85bd6bce8585fe3866b0eb9", "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.", + "title": "North Korea fires suspected ballistic missile", + "description": "It comes as six nations, including the US, call for the North to stop its \"destabilising actions.\"", + "content": "It comes as six nations, including the US, call for the North to stop its \"destabilising actions.\"", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59748062?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59935125?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 03 Jan 2022 13:31:07 GMT", + "pubDate": "Tue, 11 Jan 2022 02:57:02 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139181,17 +141865,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9d818c132d0731cccc539b73210010b", + "hash": "cc905d662847c5fc0e529d933884da01", "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.", + "title": "Burning plastic to keep warm in Afghanistan", + "description": "The UN has called for urgent aid as one million Afghan children are at risk from severe malnourishment.", + "content": "The UN has called for urgent aid as one million Afghan children are at risk from severe malnourishment.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59859148?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59942993?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 03 Jan 2022 12:14:58 GMT", + "pubDate": "Tue, 11 Jan 2022 00:08:58 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139203,17 +141887,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5bce0842d16522a8f2212f331317ff47", + "hash": "550a4e8801d4286e8b580d960cc3519c", "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.", + "title": "China: Doctor charged for treating fever patient", + "description": "The medic in Henan could face a prison term because there wasn't a fever clinic at their hospital.", + "content": "The medic in Henan could face a prison term because there wasn't a fever clinic at their hospital.", "category": "", - "link": "https://www.bbc.co.uk/sport/59548186?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59935126?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 09:47:59 GMT", + "pubDate": "Tue, 11 Jan 2022 10:16:25 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139225,17 +141909,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d487a5b7ab22941fd2f0b7766cf77e3e", + "hash": "53cc513185634a98643f2ba4e4cdfc75", "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.", + "title": "Antarctica: Invasive species 'hitchhiking' on ships", + "description": "Ships travelling to Antarctica could bring invasive species to the ocean’s last pristine ecosystem.", + "content": "Ships travelling to Antarctica could bring invasive species to the ocean’s last pristine ecosystem.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59845938?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/science-environment-59914729?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 12:17:51 GMT", + "pubDate": "Mon, 10 Jan 2022 23:37:56 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139247,17 +141931,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0203bcb745a4ca1ee34ed4ee763cef96", + "hash": "9017e51c3380ada947bcac4a5b06406a", "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.", + "title": "New York fire: Officials pledge support after 17 die in 'unspeakable tragedy'", + "description": "There were nine children among the fatalities in the fire, which took hold on Sunday in the Bronx.", + "content": "There were nine children among the fatalities in the fire, which took hold on Sunday in the Bronx.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59755739?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59943374?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 02 Jan 2022 00:05:43 GMT", + "pubDate": "Mon, 10 Jan 2022 18:58:34 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139269,17 +141953,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3594df34b23c8721dc3c5f36a85a48d8", + "hash": "d21a25efe05750d72460eeb692bf18d3", "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.", + "title": "Maya Angelou: Poet is first black woman on US quarter", + "description": "The civil rights activist and writer is the first in a series of US women honoured on the US quarter.", + "content": "The civil rights activist and writer is the first in a series of US women honoured on the US quarter.", "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-59946929?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 02 Jan 2022 00:04:44 GMT", + "pubDate": "Tue, 11 Jan 2022 02:29:24 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139291,17 +141975,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1949e380a5a6141656798e1d81518947", + "hash": "c89593d96b256e245c57f82c6648879f", "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\".", + "title": "Novak Djokovic supporters surround car in Melbourne", + "description": "Crowds chanting \"free Novak\" surround a black car leaving the offices of the player's lawyer.", + "content": "Crowds chanting \"free Novak\" surround a black car leaving the offices of the player's lawyer.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59855440?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59937221?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 02 Jan 2022 23:08:33 GMT", + "pubDate": "Mon, 10 Jan 2022 10:21:04 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139313,17 +141997,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "06e700741ee64b20fe8ae0f21e9fc93b", + "hash": "6b36a27d61dbc31e888364984e885bab", "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.", + "title": "Djokovic saga damaging, says tennis governing body", + "description": "The controversy over Novak Djokovic's visa to enter Australia has been \"damaging on all fronts\", says the ATP.", + "content": "The controversy over Novak Djokovic's visa to enter Australia has been \"damaging on all fronts\", says the ATP.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59854916?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/tennis/59944701?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 02 Jan 2022 19:13:08 GMT", + "pubDate": "Tue, 11 Jan 2022 03:46:36 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139335,17 +142019,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4438a2e91f1546f340ca47c27e128ec7", + "hash": "0c0c888413dffb66d4fea1f4effef33e", "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.", + "title": "Russia downplays threat to Ukraine in talks with US", + "description": "Russian officials downplay the threat to neighbouring Ukraine during high-stakes talks in Geneva.", + "content": "Russian officials downplay the threat to neighbouring Ukraine during high-stakes talks in Geneva.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59824917?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59945170?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 03 Jan 2022 05:02:01 GMT", + "pubDate": "Mon, 10 Jan 2022 22:24:05 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139357,17 +142041,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f95e16d4fa8bfbfc0a7b3306e7a5dc4", + "hash": "a2d6f7c13d3815352c4967df6344e3e1", "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?", + "title": "Afghanistan's cold and bitter hunger", + "description": "The UN has called for urgent aid as one million Afghan children are at risk from severe malnourishment.", + "content": "The UN has called for urgent aid as one million Afghan children are at risk from severe malnourishment.", "category": "", - "link": "https://www.bbc.co.uk/news/stories-59733533?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59942993?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 28 Dec 2021 00:04:46 GMT", + "pubDate": "Tue, 11 Jan 2022 00:08:58 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139379,17 +142063,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "76ad7b22597da121914799d27323575c", + "hash": "35cc7b3142b6aa65add50a1af5804695", "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...", + "title": "Millionaire murderer Robert Durst dies in prison", + "description": "The real estate heir turned fugitive unwittingly confessed to three killings on a TV crime show.", + "content": "The real estate heir turned fugitive unwittingly confessed to three killings on a TV crime show.", "category": "", - "link": "https://www.bbc.co.uk/sport/football/59689367?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59945850?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 09:53:33 GMT", + "pubDate": "Mon, 10 Jan 2022 19:50:39 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139401,17 +142085,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ca4420fb0f3f2b43a9f83485a52df72", + "hash": "a811793f706bcf0e554ad6b3dbbe1fcd", "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.", + "title": "Covid pass protesters attack French MP Stéphane Claireaux with seaweed", + "description": "Stéphane Claireaux likens the attack near his home in a French part of North America to a \"stoning\".", + "content": "Stéphane Claireaux likens the attack near his home in a French part of North America to a \"stoning\".", "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-europe-59935998?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 02 Jan 2022 18:06:03 GMT", + "pubDate": "Mon, 10 Jan 2022 17:49:43 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139423,17 +142107,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "66076fc6ebbd1a82063faeaaf1d87f5a", + "hash": "3542d394691c6dee09cb52760effeb85", "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.", + "title": "Evergrande: Real estate giant moves from Shenzhen head office to cut costs", + "description": "The crisis-hit property developer is still struggling to pay more than $300bn in liabilities.", + "content": "The crisis-hit property developer is still struggling to pay more than $300bn in liabilities.", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59853772?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59947088?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 02 Jan 2022 18:24:31 GMT", + "pubDate": "Tue, 11 Jan 2022 04:00:45 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139445,17 +142129,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a77d13e2d26cdf86c55ddbea0698487f", + "hash": "a0867a0bd5e54e66d6b406fea893cfd2", "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.", + "title": "Ros Atkins on… Novak Djokovic’s Australia visa victory", + "description": "The world number one made it onto a tennis court in Melbourne, but he could still be deported.", + "content": "The world number one made it onto a tennis court in Melbourne, but he could still be deported.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59849898?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59944634?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 02 Jan 2022 03:03:04 GMT", + "pubDate": "Mon, 10 Jan 2022 23:20:42 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139467,17 +142151,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "56e4da8eefd388418fb1b47a812a8915", + "hash": "49fc2c553794daf3da0a76c9d801b76a", "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.", + "title": "Djokovic's brother: We fight for truth and justice", + "description": "Djordje Djokovic, speaks about supporting the tennis star during his detention in Australia.", + "content": "Djordje Djokovic, speaks about supporting the tennis star during his detention in Australia.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59852577?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59936822?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 02 Jan 2022 14:29:16 GMT", + "pubDate": "Mon, 10 Jan 2022 14:54:11 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139489,17 +142173,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "db4b0b1b8431749f8904a0f2f77b99a1", + "hash": "5153206d02bcc2a15478c44f1a2990bd", "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.", + "title": "Russia downplays threat to Ukraine in Geneva talks", + "description": "Russian officials tells their US counterparts that they have no plans to invade Ukraine.", + "content": "Russian officials tells their US counterparts that they have no plans to invade Ukraine.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59851097?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59945170?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 02 Jan 2022 08:03:19 GMT", + "pubDate": "Mon, 10 Jan 2022 19:40:22 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139511,17 +142195,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1513864be8ca13029f695d51e2b614e", + "hash": "39fbb1395d04232181f912866118fe77", "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.", + "title": "Novak Djokovic 'focused' on Australian Open", + "description": "The men's world number 1 says he wants to compete in next week's tournament after a court overturned his visa cancellation.", + "content": "The men's world number 1 says he wants to compete in next week's tournament after a court overturned his visa cancellation.", "category": "", - "link": "https://www.bbc.co.uk/sport/football/59852819?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/tennis/59938953?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 02 Jan 2022 12:52:07 GMT", + "pubDate": "Mon, 10 Jan 2022 14:31:03 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139533,17 +142217,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a15fb42bdb66827e28b6eef3646a208", + "hash": "75530eda6ef8cfc23fbe762e0f60b0e4", "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.", + "title": "Covid-19: Common cold may give some protection, study suggests", + "description": "Researchers say immune cells made to defend the body against some colds could help stave off Covid.", + "content": "Researchers say immune cells made to defend the body against some colds could help stave off Covid.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59850093?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/health-59911257?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 02 Jan 2022 05:30:50 GMT", + "pubDate": "Mon, 10 Jan 2022 10:00:17 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139555,17 +142239,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5cced96c2c6c05e4bf1aa1aded975191", + "hash": "c3d604c5eb682417a47c11538b4cf175", "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.", + "title": "Past seven years hottest on record - EU satellite data", + "description": "Analysis shows 2021 was the fifth-warmest with record-breaking temperatures in some regions.", + "content": "Analysis shows 2021 was the fifth-warmest with record-breaking temperatures in some regions.", "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/science-environment-59915690?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 02 Jan 2022 19:42:56 GMT", + "pubDate": "Mon, 10 Jan 2022 12:00:33 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139577,17 +142261,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f7b0d536d9b0358b97f5512418f6be5", + "hash": "dbd0c49c3fbaf349c3fd586b1095d38f", "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.", + "title": "Spain: Badger thought to have found Roman treasure", + "description": "Archaeologists discovered Roman coins outside the den of an animal next to a cave in northern Spain.", + "content": "Archaeologists discovered Roman coins outside the den of an animal next to a cave in northern Spain.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59854917?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59937510?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 02 Jan 2022 20:46:45 GMT", + "pubDate": "Mon, 10 Jan 2022 14:17:16 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139599,17 +142283,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb9257b6429c2c5c3f6012ac188bbc3e", + "hash": "50c0e0ed3b9dd975902c17f110e8a03c", "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.", + "title": "Tesla adds chill and assertive self-driving modes", + "description": "An update to Tesla cars adds a mode to follow other cars more closely and to slow rather than stop.", + "content": "An update to Tesla cars adds a mode to follow other cars more closely and to slow rather than stop.", "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/technology-59939536?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 20:01:44 GMT", + "pubDate": "Mon, 10 Jan 2022 15:53:01 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139621,17 +142305,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "788cb1f2458cf50c4d0d12644ee82433", + "hash": "6cc6bbc860c1c51fe9e617b335d5bae7", "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.", + "title": "Kazakhstan unrest was coup attempt, says president", + "description": "President Tokayev says a hunt for \"terrorists\" is continuing and Kazakhstan will soon provide proof.", + "content": "President Tokayev says a hunt for \"terrorists\" is continuing and Kazakhstan will soon provide proof.", "category": "", - "link": "https://www.bbc.co.uk/sport/basketball/59851107?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59900738?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 02 Jan 2022 07:33:01 GMT", + "pubDate": "Mon, 10 Jan 2022 12:00:13 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139643,17 +142327,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b706101f1995a20e3da69e6cc6236e28", + "hash": "149fab500c0f4b26873d0bde7c0fb47a", "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.", + "title": "Former Israeli PMs Netanyahu and Olmert face off in court in libel case", + "description": "Benjamin Netanyahu and his family are suing Ehud Olmert for claiming that they were mentally ill.", + "content": "Benjamin Netanyahu and his family are suing Ehud Olmert for claiming that they were mentally ill.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59841816?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59936449?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 17:34:12 GMT", + "pubDate": "Mon, 10 Jan 2022 12:56:16 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139665,17 +142349,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2aeb1b3d426f01c3e6dac9a725c9c92b", + "hash": "385036b0baab0374ecb5ba53f42d456d", "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.", + "title": "Aung San Suu Kyi: Ousted Myanmar leader jailed for another four years", + "description": "Myanmar's former leader faces a series of charges since being ousted in an army coup last February.", + "content": "Myanmar's former leader faces a series of charges since being ousted in an army coup last February.", "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-asia-59933706?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 07:12:47 GMT", + "pubDate": "Mon, 10 Jan 2022 07:56:09 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139687,17 +142371,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b747ee58bbb60b9ca154275f9fd943d4", + "hash": "9c0b64b771145f7c1dd27be0a07d47e7", "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.", + "title": "Sidney Poitier: The actor who broke down Hollywood's racial barriers", + "description": "Sidney Poitier, the actor and director who helped break down Hollywood's racial barriers, dies aged 94.", + "content": "Sidney Poitier, the actor and director who helped break down Hollywood's racial barriers, dies aged 94.", "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/entertainment-arts-27198480?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 21:00:42 GMT", + "pubDate": "Fri, 07 Jan 2022 16:04:58 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139709,17 +142393,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "670f6b356f3aef6880c2871b3114b462", + "hash": "41f43db421549ee90a0a9c5af77fe0c9", "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.", + "title": "Families seek justice for Iran plane crash victims", + "description": "Two years on, the families of downed flight PS752 victims are left without answers.", + "content": "Two years on, the families of downed flight PS752 victims are left without answers.", "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/world-us-canada-59833120?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 02 Jan 2022 00:32:51 GMT", + "pubDate": "Sat, 08 Jan 2022 00:54:45 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139731,17 +142415,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b80a85ec1f60e5b4acfb84636c414b9a", + "hash": "083c1490116551ed4b759c248278f277", "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.", + "title": "How KFC in Kenya got fried over its chip shortage", + "description": "Kenyans called for a KFC boycott after it was discovered that its fries were imported from Egypt.", + "content": "Kenyans called for a KFC boycott after it was discovered that its fries were imported from Egypt.", "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-africa-59898362?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 02 Jan 2022 07:54:50 GMT", + "pubDate": "Sat, 08 Jan 2022 00:00:08 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139753,17 +142437,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c408553debee97edaf5a733246aa5bb", + "hash": "4df7b342403f0ea6d5630caebbe5a43d", "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.", + "title": "Novak Djokovic's mother: We're here to celebrate our son's victory", + "description": "Dijana Djokovic speaks at a press conference after her son Novak had his Australian visa reinstated.", + "content": "Dijana Djokovic speaks at a press conference after her son Novak had his Australian visa reinstated.", "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-59940258?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 07:57:15 GMT", + "pubDate": "Mon, 10 Jan 2022 14:04:52 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139775,17 +142459,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "869342c52c2672e53b43a4cc165ccc6b", + "hash": "ad812170d8b3c4b379373d7df12f4883", "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.", + "title": "Bronx fire: 'A horrific, painful moment ' says New York City Mayor Eric Adams", + "description": "At least 19 people, including nine children, have died after a fire in the Bronx.", + "content": "At least 19 people, including nine children, have died after a fire in the Bronx.", "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-us-canada-59932113?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 13:51:19 GMT", + "pubDate": "Sun, 09 Jan 2022 22:59:44 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139797,17 +142481,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc91e44c06dcec3d8649697d331ec653", + "hash": "70234f8eb9edfba674f8605258425b8e", "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.", + "title": "New York fire: At least 19 killed in apartment block blaze", + "description": "There were nine children among the fatalities in the fire, which took hold on Sunday in the Bronx.", + "content": "There were nine children among the fatalities in the fire, which took hold on Sunday in the Bronx.", "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-us-canada-59931896?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 06:42:00 GMT", + "pubDate": "Sun, 09 Jan 2022 21:26:54 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139819,17 +142503,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b604bdc1386ad6ceb3eb98d8ab8972d", + "hash": "cddd288c53255d3c09b9bccf19e6b605", "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.", + "title": "Uganda schools reopen after almost two years of Covid closure", + "description": "Authorities warn that at least 30% of pre-pandemic pupils may never return after such a long absence.", + "content": "Authorities warn that at least 30% of pre-pandemic pupils may never return after such a long absence.", "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-africa-59935605?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 16:17:08 GMT", + "pubDate": "Mon, 10 Jan 2022 12:53:38 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139841,17 +142525,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6994eac345a7cf4445f6196edfbca64e", + "hash": "5afb45281de0bbd286364bdd813875b8", "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.", + "title": "Swedish PM under fire for illegal immigrant cleaner", + "description": "Prime Minister Magdalena Andersson says she was assured all company employees were working legally.", + "content": "Prime Minister Magdalena Andersson says she was assured all company employees were working legally.", "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-59910844?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 18:14:19 GMT", + "pubDate": "Mon, 10 Jan 2022 13:03:08 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139863,17 +142547,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "18ac79fe4d008b3231586e1b05348ee1", + "hash": "5b8fa384d863124f22a057129894df07", "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.", + "title": "Golden Globes: West Side Story and The Power of the Dog win at troubled event", + "description": "Steven Spielberg's remake of the classic film was among the big winners at Sunday's event in LA.", + "content": "Steven Spielberg's remake of the classic film was among the big winners at Sunday's event in LA.", "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/entertainment-arts-59900500?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 17:20:27 GMT", + "pubDate": "Mon, 10 Jan 2022 06:45:31 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139885,17 +142569,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "09e9063e1af6a2e4327c6edc502ea053", + "hash": "c38c0eeac727bb65d649f4505ecf5da7", "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.", + "title": "Man arrested for bomb threat at Doja Cat concert", + "description": "The man phoned in a bomb threat in an attempt to jump the queue at a free show in Indianaopolis.", + "content": "The man phoned in a bomb threat in an attempt to jump the queue at a free show in Indianaopolis.", "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/entertainment-arts-59935647?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 04:57:44 GMT", + "pubDate": "Mon, 10 Jan 2022 09:23:52 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139907,17 +142591,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "384886d06c40616520512543a5fa2ade", + "hash": "fac8695ee70074cb62c1a1aab035479b", "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.", + "title": "Kazakhstan: 'Growing suggestion violence linked to power struggle'", + "description": "There are growing suggestions violence in Kazakhstan is linked to a power struggle within the ruling elite, the BBC's Steve Rosenberg reports from the capital.", + "content": "There are growing suggestions violence in Kazakhstan is linked to a power struggle within the ruling elite, the BBC's Steve Rosenberg reports from the capital.", "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-asia-59928697?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 16:03:51 GMT", + "pubDate": "Sun, 09 Jan 2022 11:34:04 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139929,17 +142613,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "df634b16c700591c78159209944ed458", + "hash": "0db7a0f2170afc7992bcea7d3bc9c9fc", "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.", + "title": "Novak Djokovic: Serbs give their reaction to Australia vaccine exemption row", + "description": "Serbs in Belgrade have been giving their reactions to Novak Djokovic's vaccine exemption row.", + "content": "Serbs in Belgrade have been giving their reactions to Novak Djokovic's vaccine exemption row.", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-53723448?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59925880?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 19:43:03 GMT", + "pubDate": "Sun, 09 Jan 2022 00:17:51 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139951,17 +142635,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f4be009c44039569d887c723544e3fb", + "hash": "69f111e3dc2a9992cebb874f5638de59", "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.", + "title": "Novak Djokovic: Judge orders immediate release of tennis star", + "description": "Anthony Kelly quashes the decision to cancel the tennis player's visa on Covid vaccination grounds.", + "content": "Anthony Kelly quashes the decision to cancel the tennis player's visa on Covid vaccination grounds.", "category": "", - "link": "https://www.bbc.co.uk/sport/59838168?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59932430?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 14:36:47 GMT", + "pubDate": "Mon, 10 Jan 2022 06:52:44 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139973,17 +142657,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d2436ad1c2ff1429909b7c746bf4466", + "hash": "b4efda6e738f02b4d0d45396019e9d2e", "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.", + "title": "Bob Saget: US actor and comedian found dead aged 65", + "description": "The Full House star was found dead in his hotel room in Orlando, where he was on tour, police say.", + "content": "The Full House star was found dead in his hotel room in Orlando, where he was on tour, police say.", "category": "", - "link": "https://www.bbc.co.uk/news/uk-scotland-59644117?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59932429?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 23:03:15 GMT", + "pubDate": "Mon, 10 Jan 2022 04:52:19 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -139995,17 +142679,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f5583d3576aafb60b3411a934b1d9d6", + "hash": "e7dc0cf44f56f56c91f28f520123f108", "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.", + "title": "Kazakhstan unrest: Internet returns to Almaty following a five day outage", + "description": "Days of violent anti-government protests saw nearly 8,000 people detained, officials say.", + "content": "Days of violent anti-government protests saw nearly 8,000 people detained, officials say.", "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-59927267?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 23:28:10 GMT", + "pubDate": "Mon, 10 Jan 2022 05:11:40 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140017,17 +142701,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "48faf9da5d687b187fdf42bcb7824eba", + "hash": "8abda78db845180f66da8c500bc8d563", "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.", + "title": "Ten die after Brazilian cliff collapses onto leisure boats", + "description": "Another 32 were injured when the cliff fell onto boats in a lake in the south-east of the country.", + "content": "Another 32 were injured when the cliff fell onto boats in a lake in the south-east of the country.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59845636?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59923900?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 07:40:25 GMT", + "pubDate": "Sun, 09 Jan 2022 19:57:25 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140039,17 +142723,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6630d1af3d586a2a0a2dea8b562e8772", + "hash": "60ee76f18f9ebc2babd27e9fa6f091b0", "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.", + "title": "Pakistan snow: Hundreds rescued from vehicles in deadly blizzard", + "description": "Tourists trapped by a blizzard for hours in freezing conditions are sheltering in the town of Murree.", + "content": "Tourists trapped by a blizzard for hours in freezing conditions are sheltering in the town of Murree.", "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-asia-59927266?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 22:50:54 GMT", + "pubDate": "Sun, 09 Jan 2022 10:04:44 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140061,17 +142745,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6657300ea3f02d1caa543308aa5b45e4", + "hash": "f5da06118ed28ebb60b9696abe04b280", "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.", + "title": "Scala dei Turchi: Sicily's famed cliffs streaked red by vandals", + "description": "Sicily's Scala dei Turchi are visited by thousands of tourists every year.", + "content": "Sicily's Scala dei Turchi are visited by thousands of tourists every year.", "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-europe-59929594?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 02:09:02 GMT", + "pubDate": "Sun, 09 Jan 2022 20:00:28 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140083,17 +142767,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b4e5459de726862444fdac23b574ab3", + "hash": "4ea2f4af553aacdb8ba1c0c11045051f", "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.", + "title": "Afcon 2021: Cameroon beat Burkina Faso 2-1 before Cape Verde see off Ethiopia", + "description": "Hosts Cameroon come from behind to beat Burkina Faso in an absorbing opening game at the Africa Cup of Nations before Cape Verde beat Ethiopia.", + "content": "Hosts Cameroon come from behind to beat Burkina Faso in an absorbing opening game at the Africa Cup of Nations before Cape Verde beat Ethiopia.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59847372?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/africa/59930242?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 16:03:51 GMT", + "pubDate": "Sun, 09 Jan 2022 21:08:05 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140105,17 +142789,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "661de62c0ef3194d001b4dab2bc088b3", + "hash": "13ce7f6a3bb0fe5ed33d1fd178ecafb1", "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.", + "title": "Heavy snow leaves many dead in northern Pakistan", + "description": "Would-be tourists travelled to see the unusual amount of snow but around 1,000 cars became stranded in a blizzard.", + "content": "Would-be tourists travelled to see the unusual amount of snow but around 1,000 cars became stranded in a blizzard.", "category": "", - "link": "https://www.bbc.co.uk/sport/basketball/59846066?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59924477?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 09:35:51 GMT", + "pubDate": "Sat, 08 Jan 2022 17:15:17 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140127,17 +142811,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f8cbbe693a0982ba8189634be222bada", + "hash": "8f0f03c49b62bd1ed70fdc171b7a6050", "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.", + "title": "Sidney Poitier was a ground-breaking black man - Bonnie Greer", + "description": "Playwright Bonnie Greer pays tribute to the acting legend Sidney Poitier, who has died at the age of 94.", + "content": "Playwright Bonnie Greer pays tribute to the acting legend Sidney Poitier, who has died at the age of 94.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59838432?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59916946?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 07:14:21 GMT", + "pubDate": "Fri, 07 Jan 2022 18:45:52 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140149,17 +142833,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c828334e1f35a2a85f44d31d4a82f136", + "hash": "ddcd0df410149a0571cf4557531a4656", "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.", + "title": "Ros Atkins on... the US Capitol riot anniversary", + "description": "Simmering tensions remain one year on from unprecedented scenes in Washington DC.", + "content": "Simmering tensions remain one year on from unprecedented scenes in Washington DC.", "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-us-canada-59903464?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 16:46:21 GMT", + "pubDate": "Sat, 08 Jan 2022 00:04:22 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140171,17 +142855,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d35f0b14659df9294377b0d64da1c05", + "hash": "9835cae390a8b610bca33353ad841825", "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.", + "title": "Golden Globes: West Side Story and The Power of the Dog win at subdued event", + "description": "Steven Spielberg's remake of the classic film was among the big winners at Sunday's event in LA.", + "content": "Steven Spielberg's remake of the classic film was among the big winners at Sunday's event in LA.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59736375?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59900500?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 00:00:43 GMT", + "pubDate": "Mon, 10 Jan 2022 06:45:31 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140193,17 +142877,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c18cfc77b63d3f81905194c040dff23", + "hash": "cae52b3016f6c382ee7ae5530d9bda0f", "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.", + "title": "Afcon Cameroon 2022: Playing football in the shadow of a rebellion", + "description": "Africa's top football tournament is about to start in Cameroon, despite a bitter four-year conflict.", + "content": "Africa's top football tournament is about to start in Cameroon, despite a bitter four-year conflict.", "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-africa-59908442?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 00:15:36 GMT", + "pubDate": "Sun, 09 Jan 2022 00:13:52 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140215,17 +142899,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d3ed567aaeba6be47d7021ab1d9e387", + "hash": "a0d27f588781cc2bd75b7e6cc210b49a", "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\".", + "title": "India begins booster shots as Covid-19 cases surge", + "description": "Frontline workers and vulnerable adults will get booster jabs as the country battles a spike in cases.", + "content": "Frontline workers and vulnerable adults will get booster jabs as the country battles a spike in cases.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59840513?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59933028?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 15:16:06 GMT", + "pubDate": "Mon, 10 Jan 2022 04:48:49 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140237,17 +142921,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f67f9082c3a2e9ae175d0c92af1d79d", + "hash": "865270abbfd68aa69d405c482a7afe77", "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.", + "title": "Novak Djokovic: Judge raises concerns over tennis star's treatment by border officers", + "description": "Anthony Kelly is presiding over the tennis star's challenge to the cancellation of his Australian visa.", + "content": "Anthony Kelly is presiding over the tennis star's challenge to the cancellation of his Australian visa.", "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-59932430?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 11:03:19 GMT", + "pubDate": "Mon, 10 Jan 2022 04:17:30 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140259,17 +142943,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2887b78309253a70e8081c617886c39a", + "hash": "943bf1db99523f9bfc299f0e740d4d34", "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.", + "title": "Afghanistan: Baby lost in Kabul evacuation is reunited with family", + "description": "The infant was lost after being handed to an American soldier at Kabul airport in August.", + "content": "The infant was lost after being handed to an American soldier at Kabul airport in August.", "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-asia-59926854?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 14:17:29 GMT", + "pubDate": "Sun, 09 Jan 2022 10:19:52 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140281,17 +142965,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1cd4aa7eea80f809ce4ae2f231941ef", + "hash": "a3011e41071a1bc5f39cd7790cd035e0", "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.", + "title": "Novak Djokovic: Is his vaccine saga an unforced error for Australia?", + "description": "The story of the star tennis player being held in Australia sparks ire at every twist and turn.", + "content": "The story of the star tennis player being held in Australia sparks ire at every twist and turn.", "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-australia-59923332?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 14:55:51 GMT", + "pubDate": "Sun, 09 Jan 2022 00:00:17 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140303,17 +142987,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "28300ceb3850adaf069abbd7ac4b463d", + "hash": "b3975252c57f4bcc8f031a5d27fae79a", "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.", + "title": "Week in pictures: 1 - 7 January 2022", + "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/world-africa-59842728?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/in-pictures-59906677?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 18:55:11 GMT", + "pubDate": "Sat, 08 Jan 2022 00:04:08 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140325,17 +143009,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "094926d75aa8f8c7a141808d9a1c95e5", + "hash": "e089769b9365e6207c7473b7a5287a0b", "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.", + "title": "Kazakhstan unrest: BBC witnesses apocalyptic scenes in main city", + "description": "A BBC reporter sees the aftermath of protests and deadly violence in Kazakhstan's biggest city Almaty.", + "content": "A BBC reporter sees the aftermath of protests and deadly violence in Kazakhstan's biggest city Almaty.", "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/world-asia-59912794?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 16:08:15 GMT", + "pubDate": "Fri, 07 Jan 2022 21:38:49 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140347,17 +143031,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5845dc7d1011a72dab48a3348a7f9e21", + "hash": "61143f09c95eaee3a0a2c475c1b7ab88", "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\".", + "title": "Novak Djokovic: Australia says tennis star given no visa assurances", + "description": "The tennis star hopes to play in the Australian Open but instead could be deported.", + "content": "The tennis star hopes to play in the Australian Open but instead could be deported.", "category": "", - "link": "https://www.bbc.co.uk/sport/football/59837361?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59929586?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 10:52:51 GMT", + "pubDate": "Sun, 09 Jan 2022 14:40:23 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140369,17 +143053,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "614e8a8bddbdd48a1a4b00b468623006", + "hash": "e8c6fb0a986f7d22e01e74264c69e042", "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.", + "title": "Covid pandemic: Chinese city tests 14m people after cluster", + "description": "As China pursues a zero-Covid policy, Tianjin aims to test all its residents within 48 hours.", + "content": "As China pursues a zero-Covid policy, Tianjin aims to test all its residents within 48 hours.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59755100?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59928851?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 01:55:44 GMT", + "pubDate": "Sun, 09 Jan 2022 13:26:12 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140391,17 +143075,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6be3603ae22049b25b4f22b9e758bb93", + "hash": "cd6ec5bab864b9f40fbeb593444a9381", "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?", + "title": "Kazakhstan unrest: At least 164 killed in crackdown on protests, reports say", + "description": "Days of violent anti-government protests also saw nearly 6,000 people arrested, officials say.", + "content": "Days of violent anti-government protests also saw nearly 6,000 people arrested, officials say.", "category": "", - "link": "https://www.bbc.co.uk/news/technology-59309768?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59927267?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 01:01:04 GMT", + "pubDate": "Sun, 09 Jan 2022 15:12:47 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140413,17 +143097,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "979216aa1b47fce8ab832605090c5245", + "hash": "4b70b8669b6f4b83f913dbfec28b1126", "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.", + "title": "Nigeria motorbike gang attack: Death toll rises to 200", + "description": "The attacks in the northern Zamfara state are believed to be in response to military air strikes.", + "content": "The attacks in the northern Zamfara state are believed to be in response to military air strikes.", "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-59925413?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 10:36:58 GMT", + "pubDate": "Sun, 09 Jan 2022 12:48:16 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140435,17 +143119,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c54adf71dfc4f91fba336182ede75d0f", + "hash": "5af52c677a39456048797e08d79e0d5a", "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.", + "title": "Rust: Alec Baldwin rejects allegations of non-compliance with shooting probe", + "description": "The actor has not presented his phone to investigators despite a search warrant being issued.", + "content": "The actor has not presented his phone to investigators despite a search warrant being issued.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59832722?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59925410?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 00:30:47 GMT", + "pubDate": "Sun, 09 Jan 2022 02:08:41 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140457,17 +143141,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "336069583a34a9a41b80a8b144098336", + "hash": "9c0843100d9e738dc2f0d297e6b707d3", "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.", + "title": "Basmah bint Saud: Saudi princess released from jail after almost three years", + "description": "Princess Basma bint Saud and her daughter were held without charge for almost three years.", + "content": "Princess Basma bint Saud and her daughter were held without charge for almost three years.", "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-middle-east-59923898?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 03:50:33 GMT", + "pubDate": "Sat, 08 Jan 2022 19:02:29 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140475,21 +143159,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "71c78886ae617171e1f263428960d46f", + "hash": "92f1957f8a46f97c6b4e7090859a6367", "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.", + "title": "Djokovic stay highlights refugee concerns at Melbourne detention hotel", + "description": "People held at the detention hotel have complained of mouldy food and poor conditions.", + "content": "People held at the detention hotel have complained of mouldy food and poor conditions.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59824915?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59901094?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 04:30:40 GMT", + "pubDate": "Fri, 07 Jan 2022 05:49:11 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140501,17 +143185,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "244d28dd40854c46b04028dd5e7d06e0", + "hash": "a74e7b7248293c29e77b18661a368971", "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.", + "title": "Lithuania: The European state that dared to defy China then wobbled", + "description": "It stood up to China over Taiwan, but this week Lithuania's president said it made a mistake.", + "content": "It stood up to China over Taiwan, but this week Lithuania's president said it made a mistake.", "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-europe-59879762?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 09:33:28 GMT", + "pubDate": "Fri, 07 Jan 2022 00:10:18 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140519,21 +143203,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "af92dfa9ee19f55378813c6e96d8ad46", + "hash": "f78bf43eeac10735a11bd531b452eab3", "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.", + "title": "Truck spends three days dangling over China cliff", + "description": "The driver is said to have tried to reverse on a narrow mountain road.", + "content": "The driver is said to have tried to reverse on a narrow mountain road.", "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-59906706?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 09:39:03 GMT", + "pubDate": "Fri, 07 Jan 2022 16:36:03 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140545,17 +143229,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a74590a374936e47f35d804826bc503", + "hash": "c43e2f6d9114ca4e31ae833152fcf8a4", "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.", + "title": "New York apartment block fire kills 19", + "description": "There were nine children among the fatalities in the fire, which took hold on Sunday in the Bronx.", + "content": "There were nine children among the fatalities in the fire, which took hold on Sunday in the Bronx.", "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-us-canada-59931896?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 19:18:05 GMT", + "pubDate": "Sun, 09 Jan 2022 20:23:36 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140567,17 +143251,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9809d1970bbb0c5750ec6e0085b7265", + "hash": "74ce9e9a702bb505b87cfaaf0c271f2e", "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.", + "title": "Afcon 2021: Cameroon beat Burkina Faso 2-1 in opening game", + "description": "Hosts Cameroon come from behind to beat Burkina Faso in an absorbing opening game at the Africa Cup of Nations.", + "content": "Hosts Cameroon come from behind to beat Burkina Faso in an absorbing opening game at the Africa Cup of Nations.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59834211?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/africa/59930242?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 22:20:12 GMT", + "pubDate": "Sun, 09 Jan 2022 18:33:14 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140589,17 +143273,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "05f1adf9f1f388f56765cbe7e6f4c4f1", + "hash": "bd5613d69eb5a6c95c588da25ffc4a6f", "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.", + "title": "At least seven dead after Brazil cliff collapses on boats", + "description": "Another three are missing after the cliff fell onto boats in a lake in the south-east of the country.", + "content": "Another three are missing after the cliff fell onto boats in a lake in the south-east of the country.", "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/world-latin-america-59923900?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 19:33:53 GMT", + "pubDate": "Sun, 09 Jan 2022 01:34:33 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140611,17 +143295,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d10a89b67e1001dedc023a33097a4a9", + "hash": "90cb87cbdb6176170619870ce53f8c69", "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.", + "title": "Marilyn Bergman: Oscar-winning lyricist dies at 93", + "description": "Together with her husband, Bergman wrote songs for legends like Barbara Streisand and Fred Astaire.", + "content": "Together with her husband, Bergman wrote songs for legends like Barbara Streisand and Fred Astaire.", "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/entertainment-arts-59922835?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 06:11:03 GMT", + "pubDate": "Sat, 08 Jan 2022 19:25:19 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140633,17 +143317,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c58599fbac694850bef9c08ba1abc281", + "hash": "5b9eaef856dc4bfc9fd693ea4d6e74b2", "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.", + "title": "Kazakhstan unrest: At least 154 killed in crackdown on protests, reports say", + "description": "Days of violent anti-government protests also saw nearly 6,000 people arrested, officials say.", + "content": "Days of violent anti-government protests also saw nearly 6,000 people arrested, officials say.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59832343?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59927267?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 19:51:37 GMT", + "pubDate": "Sun, 09 Jan 2022 13:33:02 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140655,17 +143339,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "21abed76ba2c24fee6a7f8174679c5a4", + "hash": "6e782d0823892e5e18ef6be5e1505f0e", "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.", + "title": "Novak Djokovic: Australia loses bid to delay tennis star's visa appeal", + "description": "A judge overseeing the tennis star's deportation case rejects a request to postpone hearing for two days.", + "content": "A judge overseeing the tennis star's deportation case rejects a request to postpone hearing for two days.", "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-australia-59926777?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 02:04:55 GMT", + "pubDate": "Sun, 09 Jan 2022 08:29:20 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140677,17 +143361,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "81d39c7f9bc254c2c88ab9c0fd10b545", + "hash": "6e6ae24b476d128c69f101dbddcf353a", "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'", + "title": "Covid: Thousands protest in France against proposed new vaccine pass", + "description": "The protests are against a draft law which would in effect ban the unvaccinated from public areas.", + "content": "The protests are against a draft law which would in effect ban the unvaccinated from public areas.", "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-europe-59925408?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 13:35:55 GMT", + "pubDate": "Sat, 08 Jan 2022 23:08:40 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140699,17 +143383,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "12b8cfd10fec5a65a752acca315cac65", + "hash": "ab750e77f28acc6a472111879ca1e3cb", "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.", + "title": "Nigeria attacks: Hundreds reported killed as bandits target villages", + "description": "The attacks in the northern Zamfara state are believed to be in response to military air strikes.", + "content": "The attacks in the northern Zamfara state are believed to be in response to military air strikes.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59807737?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59925413?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 10:02:29 GMT", + "pubDate": "Sun, 09 Jan 2022 05:37:21 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140721,17 +143405,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ddd9181f7fe9c6f8727a0773c3129214", + "hash": "d5f4ac5d1b41a4aa7c0c0c88fbac1ec8", "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.", + "title": "The Ashes: England cling on for draw on tense final day in Sydney", + "description": "England cling on for a tense draw on the final day of the fourth Test in Sydney to end Australia's hopes of an Ashes clean sweep.", + "content": "England cling on for a tense draw on the final day of the fourth Test in Sydney to end Australia's hopes of an Ashes clean sweep.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59832838?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/cricket/59925558?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 19:02:17 GMT", + "pubDate": "Sun, 09 Jan 2022 08:21:09 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140739,21 +143423,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "f793549cef44e0cedbb3390fe03eac96", + "hash": "7bbaaf08be31dc316de46a66ee515467", "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.", + "title": "Kazakhstan unrest: Ex-intelligence chief arrested for treason", + "description": "Karim Massimov's arrest comes in the wake of violent, nationwide anti-government protests.", + "content": "Karim Massimov's arrest comes in the wake of violent, nationwide anti-government protests.", "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-asia-59922258?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 00:07:37 GMT", + "pubDate": "Sat, 08 Jan 2022 12:58:34 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140765,17 +143449,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9cfb917a03e30105b670665c22e9355f", + "hash": "c92d2e8cb634b1ca018a99292cf8d46f", "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.", + "title": "Pakistan snow: Deadly weather traps hundreds of drivers", + "description": "At least 21 people have died during a blizzard in the town of Murree, the interior minister says.", + "content": "At least 21 people have died during a blizzard in the town of Murree, the interior minister says.", "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-asia-59920215?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 23:21:58 GMT", + "pubDate": "Sun, 09 Jan 2022 03:50:59 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140787,17 +143471,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed3065aaa6798ddbbaef796afe1d99c0", + "hash": "1a686bd235fea1e68678c5ca260f07b0", "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.", + "title": "Novak Djokovic: Having Covid gave tennis star vaccine exemption - lawyers", + "description": "Novak Djokovic's lawyers say a positive test on 16 December allows the tennis star entry to Australia.", + "content": "Novak Djokovic's lawyers say a positive test on 16 December allows the tennis star entry to Australia.", "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-australia-59920379?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 22:38:41 GMT", + "pubDate": "Sat, 08 Jan 2022 09:46:31 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140809,17 +143493,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ac977300bee0afebd7790f23dadd704", + "hash": "e27a148e09bed6cee3ea216447b88b5e", "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.", + "title": "Turkmenistan plans to close its 'Gateway to Hell'", + "description": "The site, a fire burning for decades in a huge desert gas crater, is a popular tourist attraction.", + "content": "The site, a fire burning for decades in a huge desert gas crater, is a popular tourist attraction.", "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-asia-59920221?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 21:56:44 GMT", + "pubDate": "Sat, 08 Jan 2022 14:34:50 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140831,17 +143515,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0a5dc089aeceb517efd69271e794e63", + "hash": "1a2c8d3de4535e3cba78b4409c06972e", "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.", + "title": "Novak Djokovic: Serbians give their reaction to Australia vaccine exemption row", + "description": "Serbians in Belgrade have been giving their reactions to Novak Djokovic's vaccine exemption row.", + "content": "Serbians in Belgrade have been giving their reactions to Novak Djokovic's vaccine exemption row.", "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-australia-59925880?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 10:14:44 GMT", + "pubDate": "Sun, 09 Jan 2022 00:17:51 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140853,17 +143537,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b9e0dd6231a35b7ef20462d8b9a5775", + "hash": "2894517c0f56aeae9a30ebd251fc2409", "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.", + "title": "Pakistan: Many dead as heavy snow traps drivers in their vehicles", + "description": "Some 1,000 vehicles were trapped during a blizzard in the town of Murree, the interior minister says.", + "content": "Some 1,000 vehicles were trapped during a blizzard in the town of Murree, the interior minister says.", "category": "", - "link": "https://www.bbc.co.uk/sport/football/59825904?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59920215?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 19:54:36 GMT", + "pubDate": "Sat, 08 Jan 2022 08:53:26 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140875,17 +143559,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac516932c51138eff5d95af827975b62", + "hash": "c4488d952a7b27b1d037d068c8456e9b", "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.", + "title": "Ethiopia’s Tigray conflict: Dozens killed in airstrike at camp, say aid staff", + "description": "Aid workers in northern Ethiopia say 56 people are killed in a strike on a camp for the displaced.", + "content": "Aid workers in northern Ethiopia say 56 people are killed in a strike on a camp for the displaced.", "category": "", - "link": "https://www.bbc.co.uk/news/technology-59818800?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59921355?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 16:29:12 GMT", + "pubDate": "Sat, 08 Jan 2022 13:26:28 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140897,17 +143581,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3099229ac480ff5124857b05df7a2704", + "hash": "181e862a066211ad9dcdc0217b27967b", "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.", + "title": "Texas teacher 'locked Covid-positive son in car boot'", + "description": "A witness reportedly called police after hearing someone in the trunk of the Texas woman's vehicle.", + "content": "A witness reportedly called police after hearing someone in the trunk of the Texas woman's vehicle.", "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/world-us-canada-59919105?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 00:09:00 GMT", + "pubDate": "Sat, 08 Jan 2022 03:45:27 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140919,17 +143603,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee44ee3e73ab89e2e138644ea8f14181", + "hash": "6caeb3875eef18a0ae2fc5132fd60024", "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.", + "title": "At least five dead after Brazil cliff collapses on boats", + "description": "Another 20 are missing after the cliff fell onto boats in a lake in the south-east of the country.", + "content": "Another 20 are missing after the cliff fell onto boats in a lake in the south-east of the country.", "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-latin-america-59923900?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 22:48:57 GMT", + "pubDate": "Sat, 08 Jan 2022 21:39:12 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140941,17 +143625,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9cef80329beaf4acc24a223b82dfdd5a", + "hash": "fa4fb905a45cb0790e5ad2465f0183c7", "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.", + "title": "Denmark frees suspected pirates in dinghy in Gulf of Guinea", + "description": "The suspects had been detained at sea in the Gulf of Guinea in November. A fourth remains in custody.", + "content": "The suspects had been detained at sea in the Gulf of Guinea in November. A fourth remains in custody.", "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-59913513?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 22:50:50 GMT", + "pubDate": "Fri, 07 Jan 2022 19:42:37 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140963,17 +143647,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "23d2ecf1817c0fc7c3e2fccacbade4bd", + "hash": "c149bd26bc103d93a9fa478c9b848e20", "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.", + "title": "Ethiopia civil war: Tigray hospital running out of food for starving children", + "description": "The hospital treating Surafeal in Ethiopia's Tigray region is also running out of food.", + "content": "The hospital treating Surafeal in Ethiopia's Tigray region is also running out of food.", "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-africa-59893216?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 11:36:48 GMT", + "pubDate": "Thu, 06 Jan 2022 14:20:14 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -140985,17 +143669,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "45b69f76be127736d0d70bb495547243", + "hash": "58a5ad9f7e8efb9a1d26d922b49416af", "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.", + "title": "How the US marked the Capitol riot anniversary", + "description": "American lawmakers gathered at the Capitol one year after a mob stormed the building.", + "content": "American lawmakers gathered at the Capitol one year after a mob stormed the building.", "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-us-canada-59903913?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 10:40:13 GMT", + "pubDate": "Fri, 07 Jan 2022 03:12:36 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141007,17 +143691,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d7adfa90d177016ccfced6b3eee84489", + "hash": "ed5a2dff08e0c270b7ee0ff05b09010d", "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.", + "title": "Canada party plane influencer 'idiots' fly home to face music", + "description": "The group of over 100 travellers have been branded \"barbarians\" by Prime Minister Justin Trudeau.", + "content": "The group of over 100 travellers have been branded \"barbarians\" by Prime Minister Justin Trudeau.", "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-us-canada-59917300?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 09:33:07 GMT", + "pubDate": "Fri, 07 Jan 2022 23:08:30 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141029,17 +143713,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "10aeefb1f44e982c1c3a0efa37e7cc57", + "hash": "680c947374312d01f12ae29db74c7ef1", "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.", + "title": "India restores foreign funding permit for Mother Teresa charity", + "description": "The charity's license was revoked at Christmas, in the wake of accusations it was trying to convert Indians.", + "content": "The charity's license was revoked at Christmas, in the wake of accusations it was trying to convert Indians.", "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-asia-india-59920213?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 17:30:07 GMT", + "pubDate": "Sat, 08 Jan 2022 08:31:19 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141051,17 +143735,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c62c74e6f0cccf04014907dd55d4cbc0", + "hash": "c76ccc7c54cefe93a2f18b858d9a23ba", "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.", + "title": "Ahmaud Arbery: Jogger's murderers sentenced to life in prison", + "description": "Three men who killed the black jogger given life sentences by judge who condemns \"callous\" murder.", + "content": "Three men who killed the black jogger given life sentences by judge who condemns \"callous\" murder.", "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-us-canada-59912361?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 06:33:41 GMT", + "pubDate": "Fri, 07 Jan 2022 20:39:42 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141073,17 +143757,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a12d98d47fd7f3d7808f1c05907b1b19", + "hash": "1809144cae2d95400afe2ff7af07d64f", "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.", + "title": "Sidney Poitier: Hollywood trailblazer dies aged 94", + "description": "The US-Bahamian star was the first black man to win a best actor Oscar, and also a humanitarian.", + "content": "The US-Bahamian star was the first black man to win a best actor Oscar, and also a humanitarian.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59828830?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59907931?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 11:29:06 GMT", + "pubDate": "Fri, 07 Jan 2022 18:09:44 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141095,17 +143779,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c1dde46f16355fc6f28aafb40734c94", + "hash": "d928acd7b6121b897411290be1ebabef", "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.", + "title": "Berlin cannibal jailed for murdering engineer", + "description": "A German court finds a man guilty of murdering a man he met on an online dating site.", + "content": "A German court finds a man guilty of murdering a man he met on an online dating site.", "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-59913006?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 02:38:54 GMT", + "pubDate": "Fri, 07 Jan 2022 19:03:50 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141117,17 +143801,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2feb42d51b9992f2dbe55da1cfd53966", + "hash": "c7e7bb0861efcbf9b782082c474f6e0d", "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.", + "title": "Sidney Poitier: Remembering the Oscar winner and Hollywood trailblazer", + "description": "We look back on the career of Sidney Poitier, the first black man to win a best actor Oscar.", + "content": "We look back on the career of Sidney Poitier, the first black man to win a best actor Oscar.", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59731053?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59916564?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 00:31:16 GMT", + "pubDate": "Fri, 07 Jan 2022 18:10:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141139,17 +143823,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "33cc4e840adcbccb506e1729f90a66b9", + "hash": "19dfa982b3308948430bf9404443d6a9", "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.", + "title": "Two Haitian journalists killed in gang attack", + "description": "The men were shot and burned alive on the outskirts of the capital, according to one of their employers.", + "content": "The men were shot and burned alive on the outskirts of the capital, according to one of their employers.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59702842?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59910742?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 01:59:11 GMT", + "pubDate": "Fri, 07 Jan 2022 18:23:59 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141161,17 +143845,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1d41f522680be9e43274a8ce3e18a5d", + "hash": "44b52920fd79655e7b3de4b5fe9dbcca", "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.", + "title": "Kazakhstan unrest: Blinken questions Russian troop deployment", + "description": "Secretary of State Antony Blinken says reasons for sending about 2,500 Russian-led troops are unclear.", + "content": "Secretary of State Antony Blinken says reasons for sending about 2,500 Russian-led troops are unclear.", "category": "", - "link": "https://www.bbc.co.uk/news/health-59755743?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59918004?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 00:04:37 GMT", + "pubDate": "Sat, 08 Jan 2022 06:01:53 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141183,17 +143867,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c63a3446027bd09fdae32737a6cfcabf", + "hash": "464b582baefad377d116061f04bfbeba", "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.", + "title": "Djokovic: Covid infection gave him vaccine exemption, lawyers say", + "description": "Novak Djokovic had a recent positive test giving him a vaccine exemption to enter Australia, his lawyers say.", + "content": "Novak Djokovic had a recent positive test giving him a vaccine exemption to enter Australia, his lawyers say.", "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/world-australia-59920379?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 00:02:39 GMT", + "pubDate": "Sat, 08 Jan 2022 07:57:11 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141205,17 +143889,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c019146c61bbe78550dae4fa5b4443d", + "hash": "3ba76721fadb0bee58597e406c1756e5", "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.", + "title": "Simon & Schuster employee denies he stole bestseller manuscripts", + "description": "The FBI alleges Simon & Schuster employee Filippo Bernardini tried to defraud hundreds of people.", + "content": "The FBI alleges Simon & Schuster employee Filippo Bernardini tried to defraud hundreds of people.", "category": "", - "link": "https://www.bbc.co.uk/news/science-environment-59776108?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59908217?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 00:03:22 GMT", + "pubDate": "Fri, 07 Jan 2022 13:34:20 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141227,17 +143911,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e7455b2640b66aa87455e51015d2aed", + "hash": "c16c3ac12e3412a7ad05b4f9b8a860f1", "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.", + "title": "Omicron: Huge number of Covid cases on second Italy-India flight say Indian officials", + "description": "Majority of passengers on two flights from Italy to Amritsar in India test positive for Covid-19.", + "content": "Majority of passengers on two flights from Italy to Amritsar in India test positive for Covid-19.", "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-asia-india-59910842?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 21:22:41 GMT", + "pubDate": "Fri, 07 Jan 2022 17:56:08 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141249,17 +143933,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "43d8a36b53ac659e9c62f224fab1aefe", + "hash": "eaf529bdedf61c8ff447133b5c807f18", "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.", + "title": "Novak Djokovic thanks fans as he awaits deportation decision", + "description": "The men's tennis star is awaiting a decision on his deportation from Australia over a vaccination row.", + "content": "The men's tennis star is awaiting a decision on his deportation from Australia over a vaccination row.", "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-australia-59912704?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 00:05:57 GMT", + "pubDate": "Fri, 07 Jan 2022 14:08:22 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141271,17 +143955,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "af94e233d00460ef18ff116b71a20094", + "hash": "03b74d04f59997ba08c0112a07d1d49a", "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.", + "title": "Kazakhstan unrest: Troops ordered to fire without warning", + "description": "The president orders the crackdown on protests, saying \"20,000 bandits\" had attacked the main city.", + "content": "The president orders the crackdown on protests, saying \"20,000 bandits\" had attacked the main city.", "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-asia-59907235?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 28 Dec 2021 19:25:44 GMT", + "pubDate": "Fri, 07 Jan 2022 12:15:25 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141293,17 +143977,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e30ecacbbdac3cc2519c702b6017aae4", + "hash": "01c29f48f9a2a2a2afe778dc2b31eeb2", "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\".", + "title": "South Africa parliament sprinklers failed during fire, report says", + "description": "The alarm did not work and fire doors were left open when Sunday's blaze started, the fire service says.", + "content": "The alarm did not work and fire doors were left open when Sunday's blaze started, the fire service says.", "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-africa-59913250?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 09:12:26 GMT", + "pubDate": "Fri, 07 Jan 2022 15:35:05 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141315,17 +143999,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "38f046899a68e78d6951342f2c60e2b4", + "hash": "d8099696383e4c02e4a0bde8829d38ff", "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.", + "title": "Christine Mboma crowned BBC African Sports Personality of the Year", + "description": "Christine Mboma, who became the first Namibian woman to win an Olympic medal, is the BBC African Sports Personality of the Year for 2021.", + "content": "Christine Mboma, who became the first Namibian woman to win an Olympic medal, is the BBC African Sports Personality of the Year for 2021.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59822209?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/africa/59859233?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 22:43:13 GMT", + "pubDate": "Fri, 07 Jan 2022 17:36:26 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141337,17 +144021,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b65a4221788ac6593b15fde38e73a0b7", + "hash": "d0f589df875ed7dcab4d6fb0e8ba7904", "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.", + "title": "Novak Djokovic: Why world number one is such a polarising player", + "description": "Novak Djokovic's vaccine exemption situation before the Australian Open is the latest controversy for one of tennis' greatest but most polarising players.", + "content": "Novak Djokovic's vaccine exemption situation before the Australian Open is the latest controversy for one of tennis' greatest but most polarising players.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59823632?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/tennis/59881229?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 21:44:09 GMT", + "pubDate": "Thu, 06 Jan 2022 17:17:35 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141359,17 +144043,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7fd7ade3962b0f38abbe6f040cf0c091", + "hash": "d75249f9cd22bcc6c73d4e14cd8698fa", "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.", + "title": "Munich: Edge of War gives Neville Chamberlain a makeover", + "description": "The Jeremy Irons and George MacKay film re-examines the events leading up to World War Two.", + "content": "The Jeremy Irons and George MacKay film re-examines the events leading up to World War Two.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59820777?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59867318?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 19:04:09 GMT", + "pubDate": "Fri, 07 Jan 2022 00:16:36 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141381,17 +144065,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a76bfbc94010f99fb6060440df11ef21", + "hash": "0ac8ebb9d42fd7d657fd17af836db507", "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", + "title": "Gunfire heard as BBC visits scene of Kazakh clashes", + "description": "The BBC's Abdujalil Abdurasulov reports from Almaty in the aftermath of violent protests.", + "content": "The BBC's Abdujalil Abdurasulov reports from Almaty in the aftermath of violent protests.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59906702?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 12:01:40 GMT", + "pubDate": "Fri, 07 Jan 2022 11:09:51 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141403,16 +144087,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3a10f6ac438d7576c5a06f8fc17a9c1" + "hash": "a496bf9c2861719ab65a16cffbf8ee31", + "highlights": [] }, { - "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": "Instagram blocked hashtag in memory of Iran plane crash victims", + "description": "The social media giant says it did so by mistake, as families tried to memorialise the 176 victims.", + "content": "The social media giant says it did so by mistake, as families tried to memorialise the 176 victims.", "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-middle-east-59901366?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 10:25:52 GMT", + "pubDate": "Fri, 07 Jan 2022 13:28:16 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141424,16 +144109,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "283d157b5883b42a6656f1fc975e49ed" + "hash": "71940df0bd1310f7006d4d84dbb7a783", + "highlights": [] }, { - "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": "Ahmaud Arbery: Killed jogger's murderers face life in prison", + "description": "Three white men will be sentenced on Friday after they were convicted of killing the black jogger.", + "content": "Three white men will be sentenced on Friday after they were convicted of killing the black jogger.", "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-59912361?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 14:51:06 GMT", + "pubDate": "Fri, 07 Jan 2022 17:43:24 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141445,16 +144131,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d4343ec52c33a7f5d1a25ff8434f3d0" + "hash": "8b076524bc7c4d7d7528010c4622b345", + "highlights": [] }, { - "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": "Bitcoin prices fall to lowest in months after US Fed remarks", + "description": "Bitcoin prices tumble amid rumblings from the US banking body and unrest in Kazakhstan.", + "content": "Bitcoin prices tumble amid rumblings from the US banking body and unrest in Kazakhstan.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59816052?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/technology-59907864?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 14:05:03 GMT", + "pubDate": "Fri, 07 Jan 2022 10:56:36 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141466,16 +144153,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "09fcfaf55d55d300459271a1f5750057" + "hash": "7dd5e10509c0866f8765b391a8e99809", + "highlights": [] }, { - "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": "Myanmar coup: The doctors and nurses defying the military", + "description": "Many healthcare workers have refused to work in state hospitals and are now operating underground.", + "content": "Many healthcare workers have refused to work in state hospitals and are now operating underground.", "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-asia-59649006?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 14:09:50 GMT", + "pubDate": "Fri, 07 Jan 2022 00:07:27 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141487,16 +144175,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2d88ed5387250d50237c6ab0ec34937" + "hash": "e2fbb4f347c610fc4c04cbe39672b35b", + "highlights": [] }, { - "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": "Hong Kong quarantines all 100 guests of scandal-hit birthday party", + "description": "Hong Kong's immigration chief and home affairs secretary are among those who have been quarantined.", + "content": "Hong Kong's immigration chief and home affairs secretary are among those who have been quarantined.", "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-asia-china-59904350?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 10:05:36 GMT", + "pubDate": "Fri, 07 Jan 2022 08:11:35 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141508,16 +144197,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "258c313febb694c80b420b35e9df6958" + "hash": "1104f2b3e406483ef1da67fd6d156c8e", + "highlights": [] }, { - "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": "Capitol riots: Trump tried to prevent peaceful transition, says Biden", + "description": "US President Joe Biden says the country must make sure the US Capitol attacks never happen again.", + "content": "US President Joe Biden says the country must make sure the US Capitol attacks never happen again.", "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-us-canada-59892937?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 14:44:17 GMT", + "pubDate": "Thu, 06 Jan 2022 15:06:05 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141529,16 +144219,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0dad364f77eff09c56d918ea0b4aa9f0" + "hash": "2d04382c6362449c9a7a74d92722aa53", + "highlights": [] }, { - "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": "Ros Atkins on... Djokovic in immigration detention", + "description": "The BBC's Ros Atkins looks at the twists and turns of the row over the tennis star's cancelled visa.", + "content": "The BBC's Ros Atkins looks at the twists and turns of the row over the tennis star's cancelled visa.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59814162?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59902320?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 28 Dec 2021 22:43:37 GMT", + "pubDate": "Thu, 06 Jan 2022 23:13:26 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141550,16 +144241,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "00793fcee3b748873d507685a803d2bc" + "hash": "a7b8ca48f10bb04d6e9ae3524d207ea1", + "highlights": [] }, { - "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": "Nelson Mandela's Robben Island cell key returning to South Africa - minister", + "description": "The key, kept by a former guard, was going to be auctioned in the US until South Africa objected.", + "content": "The key, kept by a former guard, was going to be auctioned in the US until South Africa objected.", "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-africa-59907411?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 28 Dec 2021 22:47:39 GMT", + "pubDate": "Fri, 07 Jan 2022 10:35:55 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141571,16 +144263,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bcd7af5d7d0d079e45d6d1aa8512687" + "hash": "3da66a2423cc2404d397e244ff88f76f", + "highlights": [] }, { - "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": "Two arrested after 10 bodies found in car in Mexico", + "description": "The discovery was made outside a governor's office in the central state of Zacatecas.", + "content": "The discovery was made outside a governor's office in the central state of Zacatecas.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59809822?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59904117?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 13:58:31 GMT", + "pubDate": "Fri, 07 Jan 2022 01:19:49 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141592,16 +144285,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "898f000192d4ea874b66a981f820070c" + "hash": "5e2913c47bdd47e4a3edb573d2a4f362", + "highlights": [] }, { - "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": "Covid-19: Indian man has taken at least eight Covid jabs", + "description": "The 65-year-old villager was vaccinated eight times last year, officials say. But he claims he took 11 jabs.", + "content": "The 65-year-old villager was vaccinated eight times last year, officials say. But he claims he took 11 jabs.", "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-asia-india-59905339?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 10:01:28 GMT", + "pubDate": "Fri, 07 Jan 2022 07:44:45 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141613,16 +144307,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "93e36c5298ad97abb7859be525450338" + "hash": "cb197f3623ee6d3081341b6c74023ff7", + "highlights": [] }, { - "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": "Omicron: 13 passengers on Italy-India flight escape quarantine", + "description": "They were among 125 passengers who tested positive for Covid after arriving on a flight from Milan.", + "content": "They were among 125 passengers who tested positive for Covid after arriving on a flight from Milan.", "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-india-59904527?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 28 Dec 2021 21:52:34 GMT", + "pubDate": "Fri, 07 Jan 2022 05:23:15 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141634,16 +144329,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5e40f39b389f11a2e367f9ca1bb7337" + "hash": "cb6d46bb047b1fc27f17e5efb6ad42ab", + "highlights": [] }, { - "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": "In pictures: Orthodox Christians celebrate Christmas", + "description": "Orthodox Christians celebrate Christmas from Moscow to Cairo.", + "content": "Orthodox Christians celebrate Christmas from Moscow to Cairo.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59701735?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/in-pictures-59907964?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 00:09:53 GMT", + "pubDate": "Fri, 07 Jan 2022 10:59:45 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141655,16 +144351,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "875967cc8b788d0e423ba7f9a2bf7c74" + "hash": "4b18dbcb694ac6c47db86e4aceda34f5", + "highlights": [] }, { - "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": "Kashmir's pashminas: bringing women back to lead a beautiful craft", + "description": "Weaving machinery and decreasing wages have forced many Kashmiri women out of the industry.", + "content": "Weaving machinery and decreasing wages have forced many Kashmiri women out of the industry.", "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-asia-59902318?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 01:04:57 GMT", + "pubDate": "Fri, 07 Jan 2022 00:04:37 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141676,16 +144373,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "74ee8c4112b52d2450c7a2c959c83d11" + "hash": "12b90b8cf565dd8453e71afc01e1da01", + "highlights": [] }, { - "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": "President's residence gutted as Kazakhstan clashes continue", + "description": "Security forces in Kazakhstan say they have killed dozens of anti-government rioters in the main city, Almaty.", + "content": "Security forces in Kazakhstan say they have killed dozens of anti-government rioters in the main city, Almaty.", "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-asia-59903152?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 00:15:51 GMT", + "pubDate": "Thu, 06 Jan 2022 21:14:35 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141697,16 +144395,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6b4afb9af2ca3e0514a8fb5d210d49a" + "hash": "cad63c775389191517facf77be83158f", + "highlights": [] }, { - "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": "Novak Djokovic visa: Australia says tennis star not being held captive", + "description": "The Serb tennis star faces deportation amid a high-profile Covid-related visa controversy.", + "content": "The Serb tennis star faces deportation amid a high-profile Covid-related visa controversy.", "category": "", - "link": "https://www.bbc.co.uk/news/uk-59553852?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59903785?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 00:12:18 GMT", + "pubDate": "Fri, 07 Jan 2022 11:28:40 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141718,16 +144417,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d950d95f253f7a788924dfe1e0763fa1" + "hash": "175eca54a7db4fcf51123d517446c100", + "highlights": [] }, { - "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": "Omicron should not be called mild, warns WHO", + "description": "The WHO cautions that just like previous variants, Omicron is hospitalising and killing people.", + "content": "The WHO cautions that just like previous variants, Omicron is hospitalising and killing people.", "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/world-59901547?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 28 Dec 2021 00:05:33 GMT", + "pubDate": "Thu, 06 Jan 2022 19:30:50 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141739,16 +144439,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b85cf4a79a58e175fa3652897e7be14" + "hash": "64a42b67bb470f9eb518d424903d023c", + "highlights": [] }, { - "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": "Kazakhstan unrest: Troops told to fire without warning", + "description": "The president orders the crackdown on protests, saying \"20,000 bandits\" had attacked the main city.", + "content": "The president orders the crackdown on protests, saying \"20,000 bandits\" had attacked the main city.", "category": "", - "link": "https://www.bbc.co.uk/news/business-59722297?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59907235?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 28 Dec 2021 00:11:31 GMT", + "pubDate": "Fri, 07 Jan 2022 09:30:56 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141760,16 +144461,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9bf70baa20cd4245cf753a23d3496f2d" + "hash": "81963500b4bbb143ee39681828e977cf", + "highlights": [] }, { - "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": "Novak Djokovic saga: Australia investigates visas of other tennis players", + "description": "As Novak Djokovic faces possible deportation, the Australian Open draw is cast into more uncertainty.", + "content": "As Novak Djokovic faces possible deportation, the Australian Open draw is cast into more uncertainty.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59701738?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59903785?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 28 Dec 2021 00:10:22 GMT", + "pubDate": "Fri, 07 Jan 2022 06:47:47 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141781,16 +144483,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "78215c6e3cbe6ae7e189510ef0f8a950" + "hash": "30b92f123dec5461370e65c462634be7", + "highlights": [] }, { - "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": "Russian submarine hit Royal Navy warship sonar in North Atlantic", + "description": "The incident was captured by a television crew filming a documentary on board HMS Northumberland.", + "content": "The incident was captured by a television crew filming a documentary on board HMS Northumberland.", "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/uk-59898569?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 28 Dec 2021 00:13:07 GMT", + "pubDate": "Thu, 06 Jan 2022 22:31:43 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141802,16 +144505,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "971fc30ce5b4c96ac761c7e9bc73a287" + "hash": "b9b7401b61f3d321b50ff37b12c25044", + "highlights": [] }, { - "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": "Global chip shortage: Samsung expects its profits to jump by 52%", + "description": "The South Korean electronics giant benefited from strong demand for server memory chips.", + "content": "The South Korean electronics giant benefited from strong demand for server memory chips.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59815856?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59904658?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 13:14:20 GMT", + "pubDate": "Fri, 07 Jan 2022 05:22:09 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141823,16 +144527,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2cd5155fbc651b2bc893f41ad391c74e" + "hash": "943d7f8162d19458e03d44788a46355a", + "highlights": [] }, { - "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": "Italy Covid: Bullet forces immunologist to get protection", + "description": "Prof Antonella Viola is given police protection after threats are made against her and her family.", + "content": "Prof Antonella Viola is given police protection after threats are made against her and her family.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59813216?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59898346?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 28 Dec 2021 17:22:16 GMT", + "pubDate": "Thu, 06 Jan 2022 19:01:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141844,16 +144549,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a94d3c7e3dab4185d28d1221667b3df3" + "hash": "fe23baa7e7fc30b6d4b2bf8e99949288", + "highlights": [] }, { - "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": "Ros Atkins On... Novak Djokovic and Australia", + "description": "As Australia cancels the tennis star's visa on his arrival in Melbourne, Ros Atkins looks at how we got here.", + "content": "As Australia cancels the tennis star's visa on his arrival in Melbourne, Ros Atkins looks at how we got here.", "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-australia-59888675?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 28 Dec 2021 00:01:01 GMT", + "pubDate": "Wed, 05 Jan 2022 23:55:35 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141865,16 +144571,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0ebdab15d9338d38a68a38009526186" + "hash": "1b304f6d6f6507cb63ba61307818f4f4", + "highlights": [] }, { - "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": "Kazakhstan unrest: Fresh gunfire as president says order largely restored", + "description": "Tensions remain high in the country's main city as the president says order has been largely restored.", + "content": "Tensions remain high in the country's main city as the president says order has been largely restored.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59798682?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59900037?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 05:24:23 GMT", + "pubDate": "Fri, 07 Jan 2022 08:05:51 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141886,16 +144593,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4117de7450346fba052a322ab9e6cd3" + "hash": "abe7bdbb85f39a9d266165e68ed7a80f", + "highlights": [] }, { - "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": "Drone helps save cardiac arrest patient in Sweden", + "description": "A defibrillator delivered by drone helped to keep a 71 year-old man alive.", + "content": "A defibrillator delivered by drone helped to keep a 71 year-old man alive.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59800113?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/technology-59885656?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 09:52:04 GMT", + "pubDate": "Thu, 06 Jan 2022 18:44:16 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141907,16 +144615,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f6d7e78554449c903195b530e2d0071" + "hash": "f1b06e0ded8e1957164e9c8dbc712beb", + "highlights": [] }, { - "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": "US Capitol attack: Rioters held dagger to the throat of America - Biden", + "description": "On the anniversary of the Capitol attack, the US president says \"the pain and scars\" run deep.", + "content": "On the anniversary of the Capitol attack, the US president says \"the pain and scars\" run deep.", "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-us-canada-59898559?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 08:26:21 GMT", + "pubDate": "Thu, 06 Jan 2022 17:22:52 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141928,16 +144637,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f27cea50dc4bf55e3029a421fc3ab994" + "hash": "0f31ba64c6c399f37db0a4e050b1375d", + "highlights": [] }, { - "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": "Kazakhstan unrest: Russian troops fly in as Kazakh crackdown continues", + "description": "The troops arrive after days of mounting unrest, with both police and protesters reportedly killed.", + "content": "The troops arrive after days of mounting unrest, with both police and protesters reportedly killed.", "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-asia-59900037?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 15:57:48 GMT", + "pubDate": "Thu, 06 Jan 2022 21:30:59 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141949,16 +144659,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "51a7bf5dbb43f359ea19b6186b89f547" + "hash": "16b96e719f922cb80be7840dd4a089f5", + "highlights": [] }, { - "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": "Novak Djokovic will be deported if he hasn't told truth, deputy PM says", + "description": "Rich people are not above the law, Australia's deputy PM says, as the player launches legal appeal.", + "content": "Rich people are not above the law, Australia's deputy PM says, as the player launches legal appeal.", "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-australia-59896771?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 09:48:38 GMT", + "pubDate": "Thu, 06 Jan 2022 13:31:58 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141970,16 +144681,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4ad678e6048ad3eb5266ec626c9d0ef" + "hash": "3b5a3beb65194dc5ea7a806af69bdda0", + "highlights": [] }, { - "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": "Guatemala soldiers face rape trial after 40 years", + "description": "Five former soldiers are accused of raping 36 indigenous Mayan women during the country's civil war.", + "content": "Five former soldiers are accused of raping 36 indigenous Mayan women during the country's civil war.", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59800777?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59894082?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 09:58:15 GMT", + "pubDate": "Thu, 06 Jan 2022 12:57:39 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -141991,16 +144703,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "20e98e8eb0b3fda5ecfbdbdd59ac9a77" + "hash": "cab96ad7bf34fa5f99ed1c6a14940f09", + "highlights": [] }, { - "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": "North Korea successfully tested hypersonic missile, says report", + "description": "State media KNCA said the missile from yesterday's launch had \"precisely hit\" its target.", + "content": "State media KNCA said the missile from yesterday's launch had \"precisely hit\" its target.", "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-asia-59876989?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 02:06:23 GMT", + "pubDate": "Thu, 06 Jan 2022 04:54:21 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142012,16 +144725,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8131e5f50755ef068127e9190656b696" + "hash": "62452fa10d203807d4d42e05bfd72f4d", + "highlights": [] }, { - "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": "Peter Bogdanovich: The Last Picture Show director dies aged 82", + "description": "The New York filmmaker was Oscar-nominated for his coming-of-age drama starring Cybill Shepherd.", + "content": "The New York filmmaker was Oscar-nominated for his coming-of-age drama starring Cybill Shepherd.", "category": "", - "link": "https://www.bbc.co.uk/news/science-environment-59761839?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59897962?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 04:09:25 GMT", + "pubDate": "Thu, 06 Jan 2022 18:19:16 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142033,16 +144747,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1ccd41df51a9d1ffeb29d911ef2bf46" + "hash": "5c469a16e7b984db133bc6fef90f3dad", + "highlights": [] }, { - "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": "Ashers 'gay cake' case: European court rules case inadmissible", + "description": "A bakery firm was taken to court for refusing to make a cake with a \"Support Gay Marriage\" slogan.", + "content": "A bakery firm was taken to court for refusing to make a cake with a \"Support Gay Marriage\" slogan.", "category": "", - "link": "https://www.bbc.co.uk/news/business-59798609?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-northern-ireland-59882444?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 03:05:44 GMT", + "pubDate": "Thu, 06 Jan 2022 09:50:31 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142054,16 +144769,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e0d8c4d58dd6825d5e40b049205bedf" + "hash": "95c5b98ae1ab83b9e7fbf043f34950a7", + "highlights": [] }, { - "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": "Novak Djokovic: Serbs seethe over tennis hero's entry ban", + "description": "Compatriots rally behind their icon as he fights deportation from Australia over vaccine rules.", + "content": "Compatriots rally behind their icon as he fights deportation from Australia over vaccine rules.", "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/world-europe-59900129?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 09:49:34 GMT", + "pubDate": "Thu, 06 Jan 2022 16:59:48 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142075,16 +144791,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4974e4fa03e6cfaaac5598403e182cf5" + "hash": "b84685bd441a12226581212c13a2789d", + "highlights": [] }, { - "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": "Kazakhstan unrest: Why have there been riots and deaths?", + "description": "Security forces have killed dozens of suspected rioters and Russian troops have been called in.", + "content": "Security forces have killed dozens of suspected rioters and Russian troops have been called in.", "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/explainers-59894266?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 00:00:44 GMT", + "pubDate": "Thu, 06 Jan 2022 15:54:20 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142096,16 +144813,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7fd1fa9975d477f6ed8519d006a6971c" + "hash": "7478b20778b2e0e1667c4e3d5d503e6c", + "highlights": [] }, { - "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": "Ukraine crisis: EU looks for role in Russian row with West", + "description": "Tensions flare over eastern Ukraine and European leaders fear being frozen out of US-Russia talks.", + "content": "Tensions flare over eastern Ukraine and European leaders fear being frozen out of US-Russia talks.", "category": "", - "link": "https://www.bbc.co.uk/sport/cricket/59798619?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59878710?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 08:51:43 GMT", + "pubDate": "Thu, 06 Jan 2022 00:08:28 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142117,16 +144835,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e55c51c8bd2e64d7692c22e43a33d8b" + "hash": "e7cce6cfd90f64f452b665ba0511b352", + "highlights": [] }, { - "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": "Xi'an: The messy cost of China's Covid lockdown playbook", + "description": "With stories of starvation and deaths, has anything been learnt from two years of strict measures?", + "content": "With stories of starvation and deaths, has anything been learnt from two years of strict measures?", "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-asia-china-59890533?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 11:15:54 GMT", + "pubDate": "Thu, 06 Jan 2022 05:10:10 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142138,16 +144857,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "761160a6e595235937a3819b73bc09f3" + "hash": "b95e0366ffa3760f7f7e0b880dd1e76d", + "highlights": [] }, { - "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": "'A nation in decline' - how the world saw Capitol riot", + "description": "BBC reporters from China, Canada and Germany assess how the rest of the world saw America's dark day.", + "content": "BBC reporters from China, Canada and Germany assess how the rest of the world saw America's dark day.", "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-us-canada-59888870?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 00:00:09 GMT", + "pubDate": "Thu, 06 Jan 2022 01:06:37 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142159,16 +144879,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae26abf31c5b7681770080b8e3475d89" + "hash": "3c6552dc8c129dbb047264e4d476b0a7", + "highlights": [] }, { - "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": "‘Is this America?’ On duty during the Capitol riot", + "description": "Capitol Police officer Harry Dunn recalls the moment he thought he may get shot by rioters.", + "content": "Capitol Police officer Harry Dunn recalls the moment he thought he may get shot by rioters.", "category": "", - "link": "https://www.bbc.co.uk/news/uk-59748260?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59888868?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 00:06:06 GMT", + "pubDate": "Thu, 06 Jan 2022 01:01:18 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142180,16 +144901,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "108676b3d19cd7d6b357af4379c6d11a" + "hash": "8fe7ecd80a00fd65ebff4d1a89e6de75", + "highlights": [] }, { - "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": "Kazakhstan unrest: Machine gun fire heard as street battles rage", + "description": "The sound of machine guns and explosions can be heard as clashes continue in the city of Almaty.", + "content": "The sound of machine guns and explosions can be heard as clashes continue in the city of Almaty.", "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-asia-59900037?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 00:02:57 GMT", + "pubDate": "Thu, 06 Jan 2022 16:52:09 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142201,16 +144923,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "92fda38a4cfd47092720523132121c9b" + "hash": "f94f37ac1e0d071f38df69adbeb642fa", + "highlights": [] }, { - "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": "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-australia-59723656?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59735955?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 00:01:39 GMT", + "pubDate": "Wed, 05 Jan 2022 00:01:12 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142222,16 +144945,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ad112345fcbc8024652c113b9329c67" + "hash": "67d2ad56c220dc84d8dfac3105791d84", + "highlights": [] }, { - "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": "Bulli Bai app: Fourth man held over auction of Muslim women", + "description": "Police suspect the 20-year-old to be the creator of the app that targets Muslim women.", + "content": "Police suspect the 20-year-old to be the creator of the app that targets Muslim women.", "category": "", - "link": "https://www.bbc.co.uk/news/business-58091493?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59891036?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 00:03:20 GMT", + "pubDate": "Thu, 06 Jan 2022 08:47:08 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142243,16 +144967,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0768bed78a79e69383c9a4bb9ba56b28" + "hash": "4c7fef7f4a70aef709f5719bc943adb0", + "highlights": [] }, { - "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": "India PM Narendra Modi trapped on Punjab flyover in security breach", + "description": "The Indian PM cut short a visit to Punjab after protesting farmers blocked his convoy's route.", + "content": "The Indian PM cut short a visit to Punjab after protesting farmers blocked his convoy's route.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59793776?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59856628?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 07:28:59 GMT", + "pubDate": "Thu, 06 Jan 2022 06:06:22 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142264,16 +144989,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b3f225c2c8b788d0a3ccdc41a0b6818" + "hash": "eca83641f1c639dded63eb0e57716862", + "highlights": [] }, { - "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": "Covid-19: More than 100 test positive on an Italy-India flight", + "description": "They were among 179 passengers on the flight from Milan which landed in Amritsar on Wednesday.", + "content": "They were among 179 passengers on the flight from Milan which landed in Amritsar on Wednesday.", "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-asia-india-59894989?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 00:06:28 GMT", + "pubDate": "Thu, 06 Jan 2022 11:29:10 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142285,16 +145011,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf1b22c614f89f0afe608e16af89a646" + "hash": "61b9c595e4fa21ca3cbe94f18103d14b", + "highlights": [] }, { - "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": "Jon Stewart denies accusing JK Rowling of anti-Semitism", + "description": "The US chat-show host denies accusing the Harry Potter author of anti-Semitism in comments on a podcast.", + "content": "The US chat-show host denies accusing the Harry Potter author of anti-Semitism in comments on a podcast.", "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/entertainment-arts-59893206?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 00:04:41 GMT", + "pubDate": "Thu, 06 Jan 2022 11:34:44 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142306,16 +145033,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc002b9b1c1d624aa0986c1b67a68f11" + "hash": "2883b7a444557842432664c82e85c1ba", + "highlights": [] }, { - "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": "Kazakhstan unrest: Government restores fuel price cap after bloodshed", + "description": "The government reinstates vehicle fuel price caps for six months after dozens die in mass protests.", + "content": "The government reinstates vehicle fuel price caps for six months after dozens die in mass protests.", "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-asia-59896471?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 00:54:08 GMT", + "pubDate": "Thu, 06 Jan 2022 14:15:09 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142327,16 +145055,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d52bacc592ba61703605d8b9f22873e8" + "hash": "7dd96a927f680c259c37640fce9cd8f7", + "highlights": [] }, { - "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": "Kew scientists name new tree after Leonardo DiCaprio", + "description": "The tree grows only in an African rainforest the actor and conservationist helped save from logging.", + "content": "The tree grows only in an African rainforest the actor and conservationist helped save from logging.", "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/science-environment-59888755?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 00:05:37 GMT", + "pubDate": "Thu, 06 Jan 2022 11:24:36 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142348,16 +145077,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "69a75e1ff59a341bbf557a8af3fa92e3" + "hash": "3b15580d8b1a93ac5f9547919497382c", + "highlights": [] }, { - "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": "What has Novak Djokovic actually said about vaccines?", + "description": "The tennis ace had his visa cancelled in a row over jab exemption. But what's he said about vaccines?", + "content": "The tennis ace had his visa cancelled in a row over jab exemption. But what's he said about vaccines?", "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-59897918?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 15:30:25 GMT", + "pubDate": "Thu, 06 Jan 2022 16:28:23 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142369,16 +145099,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2d0072a125bbcb01c95710c5e8fe18c" + "hash": "d270aec88ccaa7c6c57a357f5680f3f5", + "highlights": [] }, { - "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": "China: Is it burdening poor countries with unsustainable debt?", + "description": "China has become a big lender to poorer countries, and there's been criticism of its approach.", + "content": "China has become a big lender to poorer countries, and there's been criticism of its approach.", "category": "", - "link": "https://www.bbc.co.uk/news/in-pictures-59793545?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/59585507?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 09:49:56 GMT", + "pubDate": "Thu, 06 Jan 2022 01:17:22 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142390,16 +145121,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "924d128963c1341acbe3699e200a1bde" + "hash": "9c4e2bd691e83228859a39029b7c1e62", + "highlights": [] }, { - "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": "Afcon 2021: Everything you need to know about tournament in Cameroon", + "description": "Dates, favourites and everything else you need to know about the Africa Cup of Nations, which kicks off in Cameroon on Sunday.", + "content": "Dates, favourites and everything else you need to know about the Africa Cup of Nations, which kicks off in Cameroon on Sunday.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59793040?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/africa/59698986?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 10:48:41 GMT", + "pubDate": "Thu, 06 Jan 2022 10:49:07 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142411,16 +145143,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f93fa705ce8904647d7585dae043d1e" + "hash": "b650b2f1231068f1540a2a3764ba03a9", + "highlights": [] }, { - "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": "Caviar sales soar as more people get a taste for posh fish eggs", + "description": "Global producers of caviar say that demand has soared since the first lockdown.", + "content": "Global producers of caviar say that demand has soared since the first lockdown.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59792840?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59865832?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 02:39:30 GMT", + "pubDate": "Thu, 06 Jan 2022 00:04:16 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142432,16 +145165,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf1ea9e862dc80dc2132c32a190e35cc" + "hash": "2dd295333721d538f3b7777c1fe03549", + "highlights": [] }, { - "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": "Kazakhstan unrest: Dozens killed in crackdown", + "description": "Police say dozens of rioters were killed in an operation to restore order in the main city, Almaty.", + "content": "Police say dozens of rioters were killed in an operation to restore order in the main city, Almaty.", "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-asia-59880166?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 12:13:54 GMT", + "pubDate": "Thu, 06 Jan 2022 09:08:10 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142453,16 +145187,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "53f875fa1ec39326d6abeaa5db59547c" + "hash": "bb2f1a406078bf7761216ef382bda5c7", + "highlights": [] }, { - "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": "Ghislaine Maxwell: Lawyers call for retrial over juror comments", + "description": "A juror at the trial said he shared his own experience of sexual abuse to sway other jurors.", + "content": "A juror at the trial said he shared his own experience of sexual abuse to sway other jurors.", "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-59884806?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 01:19:57 GMT", + "pubDate": "Wed, 05 Jan 2022 23:03:16 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142474,16 +145209,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "081ccbc30aec241cb66cc9be9dc80419" + "hash": "2594593a35794a3397946d62e2c18ad4", + "highlights": [] }, { - "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": "Taiwan setting up $200m Lithuania fund amid China row", + "description": "China downgraded its diplomatic relations with Lithuania after Taiwan opened a de facto embassy there.", + "content": "China downgraded its diplomatic relations with Lithuania after Taiwan opened a de facto embassy there.", "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/business-59890338?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 25 Dec 2021 23:19:37 GMT", + "pubDate": "Thu, 06 Jan 2022 04:30:20 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142495,16 +145231,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "771e845f9b2a92b1a4430d4b1ad4fb29" + "hash": "022b36e288110bbccf0a465f26f7c8eb", + "highlights": [] }, { - "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": "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-europe-59791541?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59731622?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 25 Dec 2021 17:28:03 GMT", + "pubDate": "Wed, 05 Jan 2022 00:01:15 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142516,16 +145253,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "858b30d8511bec5bcf852b3cb78d41da" + "hash": "a6be70a9d9e87536eefdb0fecf7cdcb2", + "highlights": [] }, { - "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": "Novak Djokovic: Australia cancels top tennis player's visa", + "description": "The player was due to play in the Australian Open after being exempted from vaccination rules.", + "content": "The player was due to play in the Australian Open after being exempted from vaccination rules.", "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-australia-59889522?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 25 Dec 2021 18:23:39 GMT", + "pubDate": "Wed, 05 Jan 2022 21:57:06 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142537,16 +145275,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b31d8fcf51e16d2db1522741c849eef" + "hash": "83367ab522787478f64dd4afcb47980a", + "highlights": [] }, { - "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": "Capitol riot: Biden to blame Trump for 'carnage' one year on", + "description": "On the attack's anniversary, Mr Biden will say his predecessor holds \"singular responsibility\".", + "content": "On the attack's anniversary, Mr Biden will say his predecessor holds \"singular responsibility\".", "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-us-canada-59889760?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 23:21:05 GMT", + "pubDate": "Thu, 06 Jan 2022 03:47:19 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142558,16 +145297,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "68dc7b757b5968015c89a8703d5306f8" + "hash": "0860da6510875b0453be6e5e338834d0", + "highlights": [] }, { - "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": "Grammy Awards 2022: Omicron postpones music's biggest night", + "description": "A new date for the music industry celebration in Los Angeles will be announced soon, organisers say.", + "content": "A new date for the music industry celebration in Los Angeles will be announced soon, organisers say.", "category": "", - "link": "https://www.bbc.co.uk/news/in-pictures-59787319?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59889228?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 25 Dec 2021 07:18:40 GMT", + "pubDate": "Wed, 05 Jan 2022 20:54:28 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142579,16 +145319,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ed7f438b3c290f3017bc7d35990a1ab" + "hash": "aed8a7ec4844e2fde45a7b3c33eff5fb", + "highlights": [] }, { - "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": "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-middle-east-59609232?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59873835?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 00:54:11 GMT", + "pubDate": "Wed, 05 Jan 2022 17:13:43 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142600,16 +145341,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf5e4dcd23f846c49ba2f233dc0e50a5" + "hash": "71e7fcc29b6e7c6f6bec40d018b87cc0", + "highlights": [] }, { - "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": "Philadelphia fire: Eight children among 12 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-europe-59636403?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59885770?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 00:57:21 GMT", + "pubDate": "Thu, 06 Jan 2022 00:54:36 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142621,16 +145363,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f70f53888a7733f5bd088c78fff0fd24" + "hash": "63123ecebd852ce69e8ea8f153cac789", + "highlights": [] }, { - "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": "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-59702837?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59880624?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 01:00:03 GMT", + "pubDate": "Wed, 05 Jan 2022 16:41:01 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142642,16 +145385,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa7042176aa0b2aa0b7d8ec28e4d1a43" + "hash": "95632cec7cca2bf4692c2d2e5ef8a0ec", + "highlights": [] }, { - "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": "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/world-europe-59742359?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/technology-59867772?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 25 Dec 2021 00:10:44 GMT", + "pubDate": "Tue, 04 Jan 2022 11:19:43 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142663,16 +145407,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f5186dbb5ccf355f606f37edcd9d45f" + "hash": "ffc9e421e44832f515a44e53b9f61f83", + "highlights": [] }, { - "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": "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-europe-59738548?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59808739?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 25 Dec 2021 00:15:45 GMT", + "pubDate": "Tue, 04 Jan 2022 02:58:06 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142684,16 +145429,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc4503855babc0ff7e64d2697d3621c0" + "hash": "83face1b343229a35a3da0a06bb4480e", + "highlights": [] }, { - "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": "Bulli Bai app: Man held over making app to 'auction' Muslim women", + "description": "Police suspect the 20-year-old to be the creator of the derogatory app that targets Muslim women.", + "content": "Police suspect the 20-year-old to be the creator of the derogatory app that targets Muslim women.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59793776?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59891036?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 07:28:59 GMT", + "pubDate": "Thu, 06 Jan 2022 08:47:08 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142705,16 +145451,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc6d7b45142ab25f37569dcfe64f92a9" + "hash": "0085e9da5456efb9fbbc1d9c0e8be418", + "highlights": [] }, { - "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": "Kazakhstan unrest: Government calls for Russian help", + "description": "A Russian-led military alliance will send a peacekeeping force as nationwide protests escalate.", + "content": "A Russian-led military alliance will send a peacekeeping force as nationwide protests escalate.", "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-asia-59880166?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 15:57:48 GMT", + "pubDate": "Wed, 05 Jan 2022 22:08:08 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142726,16 +145473,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2985b2ae106eb07fd8aed952a4def7c" + "hash": "9395d9b23e9672d3a96a6a1421041ccb", + "highlights": [] }, { - "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": "Covid-19: India records first death linked to Omicron variant", + "description": "The 74-year-old man had diabetes and other comorbidities but, reports say, he was fully vaccinated.", + "content": "The 74-year-old man had diabetes and other comorbidities but, reports say, he was fully vaccinated.", "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-india-59890816?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 08:22:59 GMT", + "pubDate": "Thu, 06 Jan 2022 05:07:27 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142747,16 +145495,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "df01ac1362b5d4289f7cc59716f22cec" + "hash": "4b55f77254f55d9857f00db3e165bcff", + "highlights": [] }, { - "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": "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-59793040?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59873833?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 05:13:00 GMT", + "pubDate": "Wed, 05 Jan 2022 12:05:50 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142768,16 +145517,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ebea5d8f4032164d914d4530ec663d7" + "hash": "162b2a683a37029aecf039a11ae908cd", + "highlights": [] }, { - "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": "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-59786665?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59884801?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 22:59:35 GMT", + "pubDate": "Wed, 05 Jan 2022 15:58:02 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142789,16 +145539,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ace283699842bda0d69c2b6d351c7a6" + "hash": "ca11e7c97b241446ef7e660fdf3cb75c", + "highlights": [] }, { - "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": "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-us-canada-59787060?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59878984?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 19:56:56 GMT", + "pubDate": "Wed, 05 Jan 2022 11:15:11 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142810,16 +145561,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a39ca4fd54c56efd88c1e4c3611126b" + "hash": "148d534590ee7dab68e2b39e4a459b2b", + "highlights": [] }, { - "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": "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-59790251?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59871267?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 25 Dec 2021 11:50:18 GMT", + "pubDate": "Tue, 04 Jan 2022 14:49:04 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142831,16 +145583,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a12f011c3a176410365b7c716f4cb60" + "hash": "f9526880e9acf888e8e257f89f88f822", + "highlights": [] }, { - "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": "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/science-environment-59790601?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59876095?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 25 Dec 2021 12:38:53 GMT", + "pubDate": "Wed, 05 Jan 2022 10:54:17 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142852,16 +145605,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3d19f9758d6336ddb66cd3c8cdb07f4" + "hash": "0e3d7545d681fbfe9fa8b07f69a616ca", + "highlights": [] }, { - "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": "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-59789770?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59879760?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 25 Dec 2021 12:04:05 GMT", + "pubDate": "Wed, 05 Jan 2022 12:16:16 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142873,16 +145627,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d78e8257e4afecab30707b8b8b944dcc" + "hash": "82ef7ab23db636303227fae2838c0de7", + "highlights": [] }, { - "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": "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-us-canada-59788231?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59871779?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 25 Dec 2021 09:02:29 GMT", + "pubDate": "Tue, 04 Jan 2022 18:07:50 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142894,16 +145649,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "13a71a7a82f751af544db7bcb5f496d4" + "hash": "e034a1c5cd241c805a5065ac03cfd387", + "highlights": [] }, { - "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": "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-us-canada-59785677?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59877917?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 17:34:31 GMT", + "pubDate": "Wed, 05 Jan 2022 08:20:45 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142915,16 +145671,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3cc68c78b65fee7fa055b5cee6489eae" + "hash": "11f2eeb717aa66ff123838c6b8a9b12f", + "highlights": [] }, { - "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": "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-europe-59784118?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59833131?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 15:23:37 GMT", + "pubDate": "Mon, 03 Jan 2022 12:56:30 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142936,16 +145693,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "23ed3b079a2909ac0eacf63be83332bd" + "hash": "e5c80c24f029cb2c540969873291f295", + "highlights": [] }, { - "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": "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/blogs-trending-59452614?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/stories-59566983?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 00:13:39 GMT", + "pubDate": "Sun, 02 Jan 2022 00:55:01 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142957,16 +145715,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ba37743c1269e47a5c4ff52fa548b39" + "hash": "9d92bbbb2cea1f99beba180f55ba9264", + "highlights": [] }, { - "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": "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/entertainment-arts-59726874?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59885770?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 00:14:13 GMT", + "pubDate": "Wed, 05 Jan 2022 17:28:33 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142978,16 +145737,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9e9c273d074bc83f1a49e9c78069223" + "hash": "b51782e2899244728fbdac50fcf37022", + "highlights": [] }, { - "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": "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/world-europe-59738541?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59879071?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 00:22:18 GMT", + "pubDate": "Wed, 05 Jan 2022 11:55:04 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -142999,16 +145759,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5751041529fb771ae57ad221703c2eb1" + "hash": "1b52c40d7855f3054d41cde7ba9f83db", + "highlights": [] }, { - "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": "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-africa-59701734?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59869509?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 00:10:02 GMT", + "pubDate": "Tue, 04 Jan 2022 18:43:23 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143020,16 +145781,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "01556a04eede324837154f5277233283" + "hash": "3e8ad91a1d4f5b2a9a5011007496fb3f", + "highlights": [] }, { - "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": "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-59777677?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59884038?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 25 Dec 2021 07:41:21 GMT", + "pubDate": "Wed, 05 Jan 2022 16:55:53 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143041,16 +145803,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d039d994c8296797fa6ef8887991b21" + "hash": "8480bf5a303d94d6b0978ab8dd1e309e", + "highlights": [] }, { - "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": "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/uk-wales-59729022?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59880166?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 25 Dec 2021 00:03:58 GMT", + "pubDate": "Wed, 05 Jan 2022 17:48:32 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143062,16 +145825,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "96244e2de97a8ca78e8f927cb0ee09b7" + "hash": "3b755d44190197c1b899fa55534a1b58", + "highlights": [] }, { - "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": "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-59776920?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59876423?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 21:46:57 GMT", + "pubDate": "Wed, 05 Jan 2022 00:17:18 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143083,16 +145847,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd6d17bb22ac6670adfdcdf3837e7d71" + "hash": "c1f0f5351333469b3e588d22e371e76c", + "highlights": [] }, { - "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": "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-us-canada-59780489?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59884038?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 18:21:15 GMT", + "pubDate": "Wed, 05 Jan 2022 16:26:46 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143104,16 +145869,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3fe5aae4cfaa4ecd212e1aa3081e926f" + "hash": "8edef587eb327c153749dc33f413abc5", + "highlights": [] }, { - "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": "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-africa-59789491?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59876093?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 25 Dec 2021 11:41:18 GMT", + "pubDate": "Wed, 05 Jan 2022 15:35:32 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143125,16 +145891,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "44742e4a7f9b80c9fcfa483fa7153b47" + "hash": "2ae3f4393b0ffd1899ed9f3a85d8b64a", + "highlights": [] }, { - "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": "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-asia-59777784?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59868726?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 12:28:25 GMT", + "pubDate": "Wed, 05 Jan 2022 11:30:16 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143146,16 +145913,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d52552a0ef52fa960201814d0001479" + "hash": "4f9607d23cdacca6ccf1c3f38a9e3754", + "highlights": [] }, { - "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": "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-59780318?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59876583?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 14:31:55 GMT", + "pubDate": "Wed, 05 Jan 2022 02:10:47 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143167,16 +145935,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6fab04eb8ea82456ef813924cdcc850" + "hash": "901e11e3342732461e22f940c449feb4", + "highlights": [] }, { - "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": "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-59780064?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59878349?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 10:09:45 GMT", + "pubDate": "Wed, 05 Jan 2022 10:28:02 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143188,16 +145957,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2cdeaa050c53d29d1a8a8343d8421856" + "hash": "d41a611d3599b73fc0f7661088b8a88c", + "highlights": [] }, { - "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": "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-59779376?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59853010?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 10:58:27 GMT", + "pubDate": "Sun, 02 Jan 2022 14:42:02 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143209,16 +145979,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f16f828be8cf1bf286310b2d3dc03c2" + "hash": "3b935f41a69e2ac2697754d58e1ba6e3", + "highlights": [] }, { - "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": "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-asia-china-59752089?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59703681?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 04:21:57 GMT", + "pubDate": "Sun, 02 Jan 2022 00:05:03 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143230,16 +146001,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd9838ac61894e068450fa7ab3efe7fa" + "hash": "fa7ea68b5c1f4424d1a50c7d0db622b7", + "highlights": [] }, { - "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": "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-asia-india-59778426?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59734254?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 07:43:17 GMT", + "pubDate": "Tue, 04 Jan 2022 05:29:04 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143251,16 +146023,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f528afad098569c5102b2c0b6b1a7146" + "hash": "2cd0e7e6e9d39c3a4e7769d79c4d3d58", + "highlights": [] }, { - "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": "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-australia-59778215?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59867536?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 03:45:18 GMT", + "pubDate": "Tue, 04 Jan 2022 16:27:30 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143272,16 +146045,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d49ce8bf5cef0b66cd981b8b6d12557" + "hash": "166e1d9a00820f975d230b2d4a21b6e0", + "highlights": [] }, { - "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": "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/world-africa-59779924?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-59865102?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 12:27:41 GMT", + "pubDate": "Tue, 04 Jan 2022 17:56:27 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143293,16 +146067,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4eb8e00faf87bf1113a4710349095c37" + "hash": "94a3f90ff96a4673ebab3f141b7f68bd", + "highlights": [] }, { - "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": "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/business-59777577?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59872232?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 11:11:06 GMT", + "pubDate": "Tue, 04 Jan 2022 17:07:56 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143314,16 +146089,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "12d6cceccd686ac6b38ba2fa4117f66a" + "hash": "eed9bba7992ed9a27b3e4e8ed8999ac5", + "highlights": [] }, { - "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": "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/entertainment-arts-59776765?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59871943?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 19:04:26 GMT", + "pubDate": "Tue, 04 Jan 2022 15:33:58 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143335,16 +146111,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "486125e8b95fa621f237e7a10d6333c7" + "hash": "d614490ef17e9e25cf380b22d1d60602", + "highlights": [] }, { - "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": "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/science-environment-59760229?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59868721?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 00:00:48 GMT", + "pubDate": "Tue, 04 Jan 2022 15:15:47 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143356,16 +146133,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7bef3cea4a76c45d0678ca1e01fa8337" + "hash": "be7031adc418532c374b6beb415a6a26", + "highlights": [] }, { - "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": "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-europe-59763185?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59866553?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 00:00:32 GMT", + "pubDate": "Tue, 04 Jan 2022 17:09:17 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143377,16 +146155,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b851f7ec2fb9496185dc0658cc3b2dc7" + "hash": "8d7ccfdfd24d02e5e362c15d4ef74415", + "highlights": [] }, { - "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": "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-59764990?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59833122?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 02:34:06 GMT", + "pubDate": "Tue, 04 Jan 2022 18:19:38 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143398,16 +146177,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fef53f7488d38ba2c7b933d339660cf6" + "hash": "758c467b53a6aef49bd6b614d6b0d072", + "highlights": [] }, { - "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": "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-us-canada-59776917?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59867046?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 22:08:22 GMT", + "pubDate": "Tue, 04 Jan 2022 12:32:09 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143419,16 +146199,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4435f092b494f6fcaeb84de1560ab5c" + "hash": "ca16e29e42813e753523aae8757da8f3", + "highlights": [] }, { - "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": "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/entertainment-arts-59775127?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59864266?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 20:20:52 GMT", + "pubDate": "Tue, 04 Jan 2022 11:53:39 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143440,16 +146221,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae6a4ea4dc208b44a0516f9e7320de10" + "hash": "5f414464427e5ad8a159dd6fdb47958b", + "highlights": [] }, { - "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": "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-us-canada-59780489?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59871325?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 11:50:42 GMT", + "pubDate": "Tue, 04 Jan 2022 15:29:25 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143461,16 +146243,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d9649857b209304a1149cf5749b3864" + "hash": "f361f04c0ae904ef8e22e9517d2e1a76", + "highlights": [] }, { - "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": "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-europe-59766810?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59763426?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 14:06:00 GMT", + "pubDate": "Tue, 04 Jan 2022 00:02:33 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143482,16 +146265,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0c3b6ed6e530ed7ac846244a85ecc26" + "hash": "2d61a0cb05f72691185813349825f843", + "highlights": [] }, { - "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": "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/world-asia-china-59764029?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59814182?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 02:57:08 GMT", + "pubDate": "Tue, 04 Jan 2022 00:02:35 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143503,16 +146287,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e58f4bf08300d9271406096d0d9bde1f" + "hash": "4185a24c7bd11f572d9f718fae18dffa", + "highlights": [] }, { - "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": "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/world-europe-59768195?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59863739?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 12:38:41 GMT", + "pubDate": "Tue, 04 Jan 2022 00:30:54 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143524,16 +146309,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5dd37d8912e3012428a01ae5c662160" + "hash": "d50cbfeb8333978b9e43ada89c0dd559", + "highlights": [] }, { - "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": "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/entertainment-arts-59765052?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59864266?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 10:21:05 GMT", + "pubDate": "Tue, 04 Jan 2022 07:45:27 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143545,16 +146331,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "54b077c4ac083141916f5f7f7138b31a" + "hash": "9aa41e0d592776f6fb018543c9c7511f", + "highlights": [] }, { - "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": "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/technology-59760490?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-59861831?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 14:12:28 GMT", + "pubDate": "Tue, 04 Jan 2022 00:10:55 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143566,16 +146353,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a7793dfcfddf55eada0be73b6e95d2d" + "hash": "3e6b2d40b1ab9eee54e74c7ee3bbd2c0", + "highlights": [] }, { - "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": "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-africa-59773767?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59863053?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 16:04:40 GMT", + "pubDate": "Mon, 03 Jan 2022 22:50:01 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143587,16 +146375,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f21aa2fd639f04532c46ecf98c29309" + "hash": "bb0d2aed7d20b37cbc2d3f07df01c6b1", + "highlights": [] }, { - "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": "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/world-us-canada-59775546?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59863859?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 17:11:50 GMT", + "pubDate": "Tue, 04 Jan 2022 02:26:24 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143608,16 +146397,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "332076502eb73e7397547216d114acac" + "hash": "2f0783ae46473c53ce781019358ee17f", + "highlights": [] }, { - "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": "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-us-canada-59764824?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59865342?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 01:31:20 GMT", + "pubDate": "Tue, 04 Jan 2022 08:52:41 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143629,16 +146419,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1190e21b56398139e568ab3d39e34345" + "hash": "1d80397404b8b3f637d3b13070bf9636", + "highlights": [] }, { - "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": "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/world-africa-59755684?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59856063?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 16:54:44 GMT", + "pubDate": "Tue, 04 Jan 2022 04:00:43 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143650,16 +146441,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa20d16406871afe5de00d62bc4c0912" + "hash": "624fdef289a7a84c4cade1cdbde88fcb", + "highlights": [] }, { - "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": "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-australia-59765371?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59864810?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 04:24:00 GMT", + "pubDate": "Tue, 04 Jan 2022 08:03:53 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143671,16 +146463,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2a9513efd390c52983182730aa4ae3d" + "hash": "81a987d40cb5d2e1d33127514eb71e9c", + "highlights": [] }, { - "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": "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-us-canada-59764827?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59861556?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 04:02:06 GMT", + "pubDate": "Mon, 03 Jan 2022 16:21:11 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143692,16 +146485,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e6fc3a8bbb7f3e5df542eab500de99c" + "hash": "03ee901a22f2ad7e87dd615b841afdff", + "highlights": [] }, { - "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": "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/world-europe-59738542?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59864059?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 00:17:33 GMT", + "pubDate": "Tue, 04 Jan 2022 03:56:12 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143713,16 +146507,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eef308aca8f9f05eede4419c899c8d5f" + "hash": "7f8de0369169108d0a58a43755149ef4", + "highlights": [] }, { - "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": "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-asia-india-59737858?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59833267?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 00:25:36 GMT", + "pubDate": "Mon, 03 Jan 2022 14:56:45 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143734,16 +146529,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "90feef4fedefc6e20203958dcef85c92" + "hash": "a1dba7841fac6fe43533fec24bf4f42e", + "highlights": [] }, { - "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": "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/business-59558921?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59863152?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 00:09:18 GMT", + "pubDate": "Mon, 03 Jan 2022 20:22:21 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143755,16 +146551,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3875b60a01a38d30a768c40380856b15" + "hash": "efebf9c20bf977928ea67d1fe0bc5317", + "highlights": [] }, { - "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": "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-us-canada-59702495?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59383184?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 00:01:23 GMT", + "pubDate": "Mon, 03 Jan 2022 00:00:14 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143776,16 +146573,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "91bae48adf80ce4fa0c5f1fb7c1df95c" + "hash": "0f0c9a827c6da4a8cf304baf50eb4811", + "highlights": [] }, { - "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": "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-europe-56720589?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59728593?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 22 Dec 2021 09:07:53 GMT", + "pubDate": "Mon, 03 Jan 2022 00:00:35 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143797,16 +146595,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "08d8435d77528237eb7390ddef2b05e4" + "hash": "e2de00a8cf29c78fa306590ad6d87117", + "highlights": [] }, { - "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": "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-asia-india-59723756?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59855246?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 22 Dec 2021 00:07:33 GMT", + "pubDate": "Mon, 03 Jan 2022 03:22:13 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143818,16 +146617,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "697d669cb2a1984dd624c702c6713f6d" + "hash": "504cb0d807915d4ff5c49c6d42abff70", + "highlights": [] }, { - "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": "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/world-africa-59690317?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-59857168?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 22 Dec 2021 00:11:57 GMT", + "pubDate": "Mon, 03 Jan 2022 09:23:57 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143839,16 +146639,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "31ecae3fc89a27eddeb56721abc433b9" + "hash": "6efc597bfc90c0f4be3008867c761dc2", + "highlights": [] }, { - "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": "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-59770673?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59860058?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 15:11:28 GMT", + "pubDate": "Mon, 03 Jan 2022 16:13:44 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143860,16 +146661,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1d003e6f27da2c24e3d5b36354750ce" + "hash": "c1e5174c584f63966e53e899882a3c9d", + "highlights": [] }, { - "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": "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-china-59766737?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59824920?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 07:06:29 GMT", + "pubDate": "Mon, 03 Jan 2022 13:10:35 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143881,16 +146683,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f98db72bd8027c6a268e1c4fa25b697c" + "hash": "21a374e73f8cb25c3755becf69407d68", + "highlights": [] }, { - "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": "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-59753026?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59855689?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 22 Dec 2021 07:15:40 GMT", + "pubDate": "Mon, 03 Jan 2022 10:32:32 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143902,16 +146705,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e51a609fa502dd4e89cafdec19aca087" + "hash": "7e3090ad30821a7ffb5a0bafbea58027", + "highlights": [] }, { - "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": "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-59731003?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59856619?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 22 Dec 2021 00:02:29 GMT", + "pubDate": "Mon, 03 Jan 2022 08:46:56 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143923,16 +146727,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "feba2e14f9fc316d6da1056fac5beb98" + "hash": "752d4ac106c3e5b3be12f69266a131d4", + "highlights": [] }, { - "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": "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/world-59749146?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59857420?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 21 Dec 2021 18:22:22 GMT", + "pubDate": "Mon, 03 Jan 2022 14:42:06 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143944,16 +146749,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "121b3c95d2e75c7cca9e26dcbde1bb55" + "hash": "9fe50ded40842b6fbb65820dc8533339", + "highlights": [] }, { - "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": "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/health-59758784?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59748062?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 22 Dec 2021 20:46:43 GMT", + "pubDate": "Mon, 03 Jan 2022 13:31:07 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143965,16 +146771,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "39f6b5d42ab6b45405a01d0e2b7d45e3" + "hash": "b9d818c132d0731cccc539b73210010b", + "highlights": [] }, { - "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": "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/sport/ice-hockey/59760792?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59859148?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 00:25:35 GMT", + "pubDate": "Mon, 03 Jan 2022 12:14:58 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -143986,16 +146793,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc4d02c5668684fd749ffda2f765e746" + "hash": "5bce0842d16522a8f2212f331317ff47", + "highlights": [] }, { - "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": "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/news/world-europe-59756344?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/59548186?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 22 Dec 2021 20:23:15 GMT", + "pubDate": "Sat, 01 Jan 2022 09:47:59 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144007,16 +146815,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c0914fc03623dc480205b0edda669b1" + "hash": "d487a5b7ab22941fd2f0b7766cf77e3e", + "highlights": [] }, { - "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": "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-middle-east-59754153?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59845938?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 22 Dec 2021 18:37:31 GMT", + "pubDate": "Sat, 01 Jan 2022 12:17:51 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144028,16 +146837,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f605ff7620692c5c952397e96e7eb279" + "hash": "0203bcb745a4ca1ee34ed4ee763cef96", + "highlights": [] }, { - "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.", + "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-asia-china-59743487?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59755739?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 22 Dec 2021 16:33:14 GMT", + "pubDate": "Sun, 02 Jan 2022 00:05:43 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144049,16 +146859,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "924ef90809ae4592161f40d43e2eb646" + "hash": "3594df34b23c8721dc3c5f36a85a48d8", + "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.", + "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-us-canada-59737125?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59838770?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 21 Dec 2021 00:53:30 GMT", + "pubDate": "Sun, 02 Jan 2022 00:04:44 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144070,16 +146881,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5bcee924154d3e95e4e3a27a4714142f" + "hash": "1949e380a5a6141656798e1d81518947", + "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.", + "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-59766810?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59855440?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 10:59:52 GMT", + "pubDate": "Sun, 02 Jan 2022 23:08:33 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144091,16 +146903,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "635d96fcf3698103003acd3f19c21be6" + "hash": "06e700741ee64b20fe8ae0f21e9fc93b", + "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.", + "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-59764990?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59854916?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 02:34:06 GMT", + "pubDate": "Sun, 02 Jan 2022 19:13:08 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144112,16 +146925,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6e8cf812eb6f4ccde5b30a1d2809df1" + "hash": "4438a2e91f1546f340ca47c27e128ec7", + "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.", + "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-europe-59757299?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59824917?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 22 Dec 2021 22:07:11 GMT", + "pubDate": "Mon, 03 Jan 2022 05:02:01 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144133,16 +146947,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7de34b23bf99a6e55a1b9827913299b4" + "hash": "4f95e16d4fa8bfbfc0a7b3306e7a5dc4", + "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.", + "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/world-europe-59753043?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/stories-59733533?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 22 Dec 2021 13:20:40 GMT", + "pubDate": "Tue, 28 Dec 2021 00:04:46 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144154,16 +146969,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "81402f33e55edf7c7d07f492b39c64b5" + "hash": "76ad7b22597da121914799d27323575c", + "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.", + "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/news/technology-59760366?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/football/59689367?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 22 Dec 2021 17:03:11 GMT", + "pubDate": "Sat, 01 Jan 2022 09:53:33 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144175,16 +146991,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "33d67a40cd42facb37285fda0e7f75da" + "hash": "1ca4420fb0f3f2b43a9f83485a52df72", + "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.", + "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-59735243?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59850904?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 20 Dec 2021 22:44:32 GMT", + "pubDate": "Sun, 02 Jan 2022 18:06:03 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144196,16 +147013,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f04546a8bb104946d449f0fb265f9fe" + "hash": "66076fc6ebbd1a82063faeaaf1d87f5a", + "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.", + "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-europe-59747689?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59853772?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 22 Dec 2021 09:16:17 GMT", + "pubDate": "Sun, 02 Jan 2022 18:24:31 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144217,16 +147035,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "18ebc35d17491a78adb369700b2c8ae0" + "hash": "a77d13e2d26cdf86c55ddbea0698487f", + "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.", + "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-middle-east-59749967?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59849898?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 22 Dec 2021 01:37:24 GMT", + "pubDate": "Sun, 02 Jan 2022 03:03:04 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144238,16 +147057,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "17f64ae07411ee8b8a4f3f9db782e7c8" + "hash": "56e4da8eefd388418fb1b47a812a8915", + "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.", + "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-us-canada-59723343?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59852577?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 22 Dec 2021 07:34:54 GMT", + "pubDate": "Sun, 02 Jan 2022 14:29:16 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144259,16 +147079,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "90295085286bcd7fb147de80efb44fb6" + "hash": "db4b0b1b8431749f8904a0f2f77b99a1", + "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.", + "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-59723344?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59851097?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 22 Dec 2021 05:59:46 GMT", + "pubDate": "Sun, 02 Jan 2022 08:03:19 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144280,16 +147101,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e287dc78c41684555f73467b98f722ad" + "hash": "b1513864be8ca13029f695d51e2b614e", + "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.", + "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/news/world-us-canada-59750154?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/football/59852819?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 22 Dec 2021 10:11:58 GMT", + "pubDate": "Sun, 02 Jan 2022 12:52:07 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144301,16 +147123,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d4a212a8ed8465f502fbbb339a0d53b" + "hash": "7a15fb42bdb66827e28b6eef3646a208", + "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.", + "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-asia-china-59748281?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59850093?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 21 Dec 2021 23:36:13 GMT", + "pubDate": "Sun, 02 Jan 2022 05:30:50 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144322,16 +147145,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5f4f44f9a9e9de399d86c03b971a628" + "hash": "5cced96c2c6c05e4bf1aa1aded975191", + "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.", + "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-australia-59751702?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59849697?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 22 Dec 2021 05:50:09 GMT", + "pubDate": "Sun, 02 Jan 2022 19:42:56 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144343,16 +147167,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fea79aa7b7a947ffe8a67ee84b49f4b0" + "hash": "7f7b0d536d9b0358b97f5512418f6be5", + "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.", + "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-africa-59749005?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59854917?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 21 Dec 2021 19:44:15 GMT", + "pubDate": "Sun, 02 Jan 2022 20:46:45 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144364,16 +147189,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e36f38deae1d6c884e44840af1a94ad6" + "hash": "eb9257b6429c2c5c3f6012ac188bbc3e", + "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.", + "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/business-59750613?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59848162?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 22 Dec 2021 02:38:48 GMT", + "pubDate": "Sat, 01 Jan 2022 20:01:44 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144385,16 +147211,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bee1e0637c9c18dd5335335a759754b" + "hash": "788cb1f2458cf50c4d0d12644ee82433", + "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.", + "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/news/science-environment-59744280?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/basketball/59851107?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 22 Dec 2021 00:07:16 GMT", + "pubDate": "Sun, 02 Jan 2022 07:33:01 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144406,16 +147233,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "17ebaa3d2b9bd69d449de9975f6f799c" + "hash": "b706101f1995a20e3da69e6cc6236e28", + "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.", + "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-us-canada-59738678?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59841816?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 21 Dec 2021 16:14:54 GMT", + "pubDate": "Fri, 31 Dec 2021 17:34:12 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144427,16 +147255,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbcb94b7e0d78e20ad1e49259e2e7e1e" + "hash": "2aeb1b3d426f01c3e6dac9a725c9c92b", + "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.", + "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-europe-59748169?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59845176?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 21 Dec 2021 17:28:10 GMT", + "pubDate": "Sat, 01 Jan 2022 07:12:47 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144448,16 +147277,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "19fa53ac61f500f08e3e7d448dacaf37" + "hash": "b747ee58bbb60b9ca154275f9fd943d4", + "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.", + "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-middle-east-59739563?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59848651?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 21 Dec 2021 10:34:52 GMT", + "pubDate": "Sat, 01 Jan 2022 21:00:42 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144469,16 +147299,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c67f00bc9bdb8e2631338d5ebab22564" + "hash": "670f6b356f3aef6880c2871b3114b462", + "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.", + "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-middle-east-59689797?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59849697?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 21 Dec 2021 00:34:48 GMT", + "pubDate": "Sun, 02 Jan 2022 00:32:51 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144490,16 +147321,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5838ce8c5428eb34a3b21a9ecbc0a90a" + "hash": "b80a85ec1f60e5b4acfb84636c414b9a", + "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.", + "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/technology-59744569?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59850904?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 22 Dec 2021 02:55:33 GMT", + "pubDate": "Sun, 02 Jan 2022 07:54:50 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144511,16 +147343,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "22d0c95f8499f4bbbe22c20670cb091c" + "hash": "9c408553debee97edaf5a733246aa5bb", + "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.", + "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-asia-china-59600475?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59843925?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 21 Dec 2021 00:26:19 GMT", + "pubDate": "Sat, 01 Jan 2022 07:57:15 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144532,16 +147365,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccbcd3461176200de61b3819111cae24" + "hash": "869342c52c2672e53b43a4cc165ccc6b", + "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!", + "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-us-canada-59728144?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59847371?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 20 Dec 2021 15:39:33 GMT", + "pubDate": "Sat, 01 Jan 2022 13:51:19 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144553,16 +147387,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b3ab2fa9670e78468d1d2712754ccb6a" + "hash": "dc91e44c06dcec3d8649697d331ec653", + "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.", + "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-africa-59697807?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59845278?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 21 Dec 2021 00:29:12 GMT", + "pubDate": "Sat, 01 Jan 2022 06:42:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144574,16 +147409,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0d3b6c524a1e3a4b74cdab2dec6a471" + "hash": "2b604bdc1386ad6ceb3eb98d8ab8972d", + "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.", + "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-asia-india-59724425?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59848160?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 21 Dec 2021 00:06:03 GMT", + "pubDate": "Sat, 01 Jan 2022 16:17:08 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144595,16 +147431,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "30a1f44601b435c2aaf75272a92e8f13" + "hash": "6994eac345a7cf4445f6196edfbca64e", + "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.", + "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-59664078?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59848648?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 21 Dec 2021 00:33:09 GMT", + "pubDate": "Sat, 01 Jan 2022 18:14:19 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144616,16 +147453,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "97818d981fd8fbf529498db06efac840" + "hash": "18ac79fe4d008b3231586e1b05348ee1", + "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.", + "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-asia-59699556?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59845833?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 20 Dec 2021 09:13:23 GMT", + "pubDate": "Sat, 01 Jan 2022 17:20:27 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144637,16 +147475,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "845b1a48b9772587fdc7918086d608ef" + "hash": "09e9063e1af6a2e4327c6edc502ea053", + "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.", + "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/science-environment-59667645?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59843920?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 20 Dec 2021 00:59:28 GMT", + "pubDate": "Sat, 01 Jan 2022 04:57:44 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144658,16 +147497,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "59b3dec3d0d684b8d29e8f7e4b607625" + "hash": "384886d06c40616520512543a5fa2ade", + "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.", + "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/technology-59674930?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59847372?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 20 Dec 2021 00:16:05 GMT", + "pubDate": "Sat, 01 Jan 2022 16:03:51 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144679,16 +147519,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8482730cf87869df66a98d8c81346698" + "hash": "df634b16c700591c78159209944ed458", + "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.", + "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/world-asia-59731003?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-53723448?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 22 Dec 2021 00:02:29 GMT", + "pubDate": "Fri, 31 Dec 2021 19:43:03 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144700,16 +147541,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3318c8d2a9f478a6dbb93b2b6b97982c" + "hash": "7f4be009c44039569d887c723544e3fb", + "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.", + "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/news/world-asia-59719323?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/59838168?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 20 Dec 2021 00:01:38 GMT", + "pubDate": "Fri, 31 Dec 2021 14:36:47 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144721,16 +147563,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4fc70ac69fff7c4d7166e78daac65a83" + "hash": "6d2436ad1c2ff1429909b7c746bf4466", + "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.", + "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/world-latin-america-59722801?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-scotland-59644117?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 20 Dec 2021 04:36:53 GMT", + "pubDate": "Thu, 30 Dec 2021 23:03:15 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144742,16 +147585,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e16e006a9ca0b026f369c611f02ad51" + "hash": "9f5583d3576aafb60b3411a934b1d9d6", + "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.", + "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-middle-east-59740356?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59733623?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 21 Dec 2021 12:21:30 GMT", + "pubDate": "Wed, 29 Dec 2021 23:28:10 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144763,16 +147607,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8accdc06c70c90350254fa90561e60e" + "hash": "48faf9da5d687b187fdf42bcb7824eba", + "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.", + "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-africa-59725368?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59845636?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 21 Dec 2021 12:49:51 GMT", + "pubDate": "Sat, 01 Jan 2022 07:40:25 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144784,16 +147629,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "43a47f992f4eda6dedf190bd36d753d2" + "hash": "6630d1af3d586a2a0a2dea8b562e8772", + "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.", + "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-59740324?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59843697?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 21 Dec 2021 16:25:23 GMT", + "pubDate": "Fri, 31 Dec 2021 22:50:54 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144805,16 +147651,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "042a1f1692b9f9b5cb0a8da8e03bffe9" + "hash": "6657300ea3f02d1caa543308aa5b45e4", + "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.", + "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/business-59737194?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59843627?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 21 Dec 2021 09:50:37 GMT", + "pubDate": "Sat, 01 Jan 2022 02:09:02 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144826,16 +147673,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c24aa9fecd7f5c18aaf4a4bd16064b4f" + "hash": "9b4e5459de726862444fdac23b574ab3", + "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.", + "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/business-59733321?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59847372?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 21 Dec 2021 09:25:13 GMT", + "pubDate": "Sat, 01 Jan 2022 16:03:51 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144847,16 +147695,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "88c4d6d1d20d90cde8e81eb724dbb487" + "hash": "661de62c0ef3194d001b4dab2bc088b3", + "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.", + "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/news/world-africa-59740528?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/basketball/59846066?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 21 Dec 2021 16:37:57 GMT", + "pubDate": "Sat, 01 Jan 2022 09:35:51 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144868,16 +147717,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5154d4007bd6c6d6160bf463fcfa90de" + "hash": "f8cbbe693a0982ba8189634be222bada", + "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.", + "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-asia-59739685?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59838432?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 21 Dec 2021 09:32:11 GMT", + "pubDate": "Sat, 01 Jan 2022 07:14:21 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144889,16 +147739,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "07b8646b868eed7e078ec4abdd295809" + "hash": "c828334e1f35a2a85f44d31d4a82f136", + "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.", + "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/business-59740185?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59841815?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 21 Dec 2021 11:08:47 GMT", + "pubDate": "Fri, 31 Dec 2021 16:46:21 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144910,16 +147761,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2ae78c77a26fe902ef0f0d8f5e62f37" + "hash": "6d35f0b14659df9294377b0d64da1c05", + "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.", + "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-us-canada-59730923?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59736375?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 21 Dec 2021 16:21:20 GMT", + "pubDate": "Thu, 30 Dec 2021 00:00:43 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144931,16 +147783,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7cd011925a923324fb7bb6f4fa40bd9d" + "hash": "5c18cfc77b63d3f81905194c040dff23", + "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.", + "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-59722800?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59763425?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 20 Dec 2021 00:04:29 GMT", + "pubDate": "Fri, 31 Dec 2021 00:15:36 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144952,16 +147805,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aede571905e13b87e56ea4d9458afaf9" + "hash": "6d3ed567aaeba6be47d7021ab1d9e387", + "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.", + "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-asia-59714658?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59840513?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 19 Dec 2021 15:00:23 GMT", + "pubDate": "Fri, 31 Dec 2021 15:16:06 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144973,16 +147827,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd611b7f57c2ed41bbc1f1be31f3d027" + "hash": "0f67f9082c3a2e9ae175d0c92af1d79d", + "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.", + "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/news/world-us-canada-59730923?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/tennis/59846931?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 20 Dec 2021 22:15:12 GMT", + "pubDate": "Sat, 01 Jan 2022 11:03:19 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -144994,16 +147849,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "00d84e6cfed4b2dbf2de02c36fb67386" + "hash": "2887b78309253a70e8081c617886c39a", + "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.", + "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/business-59732935?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59839723?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 20 Dec 2021 19:56:26 GMT", + "pubDate": "Fri, 31 Dec 2021 14:17:29 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145015,16 +147871,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9818fdfd1e76c668c02fe3a4d220475f" + "hash": "e1cd4aa7eea80f809ce4ae2f231941ef", + "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.", + "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-latin-america-59715941?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59839351?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 20 Dec 2021 09:14:03 GMT", + "pubDate": "Fri, 31 Dec 2021 14:55:51 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145036,16 +147893,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ace460afe3586c2ce3861b4c73752f14" + "hash": "28300ceb3850adaf069abbd7ac4b463d", + "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.", + "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-59726191?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59842728?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 20 Dec 2021 10:40:08 GMT", + "pubDate": "Fri, 31 Dec 2021 18:55:11 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145057,16 +147915,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "31ed3253a3f372273d3008b35e5bd7ff" + "hash": "094926d75aa8f8c7a141808d9a1c95e5", + "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.", + "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-59733713?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59839724?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 20 Dec 2021 16:56:57 GMT", + "pubDate": "Fri, 31 Dec 2021 16:08:15 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145078,16 +147937,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6b66a36ed89aa2e2d749c1ad8a28e07" + "hash": "5845dc7d1011a72dab48a3348a7f9e21", + "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.", + "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/news/world-asia-china-59723676?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/football/59837361?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 20 Dec 2021 09:49:53 GMT", + "pubDate": "Fri, 31 Dec 2021 10:52:51 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145099,16 +147959,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b65e13de8a24d95128ad2552290379c" + "hash": "614e8a8bddbdd48a1a4b00b468623006", + "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.", + "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-asia-china-59732499?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59755100?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 20 Dec 2021 16:07:22 GMT", + "pubDate": "Thu, 30 Dec 2021 01:55:44 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145120,16 +147981,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fad5a4841eaf427c30fad3b9085ffae8" + "hash": "6be3603ae22049b25b4f22b9e758bb93", + "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.", + "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/world-us-canada-59733807?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/technology-59309768?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 20 Dec 2021 17:33:18 GMT", + "pubDate": "Fri, 31 Dec 2021 01:01:04 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145141,16 +148003,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f9c131ba9a63d2aa8f96d8304a012ff" + "hash": "979216aa1b47fce8ab832605090c5245", + "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.", + "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-europe-59730522?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59837697?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 20 Dec 2021 15:03:33 GMT", + "pubDate": "Fri, 31 Dec 2021 10:36:58 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145162,16 +148025,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ce1187ebc5d6d968ca3d1a24c60a0a2" + "hash": "c54adf71dfc4f91fba336182ede75d0f", + "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.", + "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/sport/africa/59734797?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59832722?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 20 Dec 2021 17:13:19 GMT", + "pubDate": "Fri, 31 Dec 2021 00:30:47 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145183,16 +148047,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a418af75e3d5ad4cee637215a6d9a4ac" + "hash": "336069583a34a9a41b80a8b144098336", + "highlights": [] }, { - "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.", + "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-middle-east-59730354?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59834897?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 20 Dec 2021 18:19:02 GMT", + "pubDate": "Fri, 31 Dec 2021 03:50:33 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145204,16 +148069,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5254fe573e0698f39e5ad0a674dfe1d8" + "hash": "71c78886ae617171e1f263428960d46f", + "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.", + "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/business-59605130?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59824915?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 20 Dec 2021 00:08:09 GMT", + "pubDate": "Fri, 31 Dec 2021 04:30:40 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145225,16 +148091,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9a57464b392501e76045d610267b306" + "hash": "244d28dd40854c46b04028dd5e7d06e0", + "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.", + "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-africa-59689710?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59824916?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 20 Dec 2021 01:03:31 GMT", + "pubDate": "Fri, 31 Dec 2021 09:33:28 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145246,16 +148113,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b1db015aadad012b453ef3115377bcc" + "hash": "af92dfa9ee19f55378813c6e96d8ad46", + "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.", + "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-59694246?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59835127?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 20 Dec 2021 00:46:44 GMT", + "pubDate": "Fri, 31 Dec 2021 09:39:03 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145267,16 +148135,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ccfe0fce553e6f53e83af0b8deecb40" + "hash": "9a74590a374936e47f35d804826bc503", + "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.", + "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/business-59651334?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59833262?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 20 Dec 2021 00:00:38 GMT", + "pubDate": "Thu, 30 Dec 2021 19:18:05 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145288,16 +148157,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f419d5bcd346907fbeb740ee527f12a" + "hash": "b9809d1970bbb0c5750ec6e0085b7265", + "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.", + "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/technology-59659881?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59834211?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 19 Dec 2021 00:04:22 GMT", + "pubDate": "Thu, 30 Dec 2021 22:20:12 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145309,16 +148179,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4dd516bf736197ec1bc5f595073346e4" + "hash": "05f1adf9f1f388f56765cbe7e6f4c4f1", + "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.", + "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-europe-59712015?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59833150?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 19 Dec 2021 00:29:26 GMT", + "pubDate": "Thu, 30 Dec 2021 19:33:53 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145330,16 +148201,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "de8166203e3b6e4b1445fa1ccdd21362" + "hash": "9d10a89b67e1001dedc023a33097a4a9", + "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.", + "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-asia-china-59632733?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59835210?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 19 Dec 2021 00:05:00 GMT", + "pubDate": "Fri, 31 Dec 2021 06:11:03 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145351,16 +148223,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f6531ca5aea4aa73a46bf31efc84650" + "hash": "c58599fbac694850bef9c08ba1abc281", + "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.", + "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-asia-59709246?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59832343?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 18 Dec 2021 13:02:57 GMT", + "pubDate": "Thu, 30 Dec 2021 19:51:37 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145372,16 +148245,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1dfce3245acbfc974068d90f4ddacc1" + "hash": "21abed76ba2c24fee6a7f8174679c5a4", + "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.", + "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/uk-59710482?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59832843?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 18 Dec 2021 11:04:48 GMT", + "pubDate": "Fri, 31 Dec 2021 02:04:55 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145393,16 +148267,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a95eb0a2b66b56a07cbe0e7a115942e9" + "hash": "81d39c7f9bc254c2c88ab9c0fd10b545", + "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.", + "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-europe-59723278?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59827051?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 20 Dec 2021 06:29:06 GMT", + "pubDate": "Thu, 30 Dec 2021 13:35:55 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145414,16 +148289,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6e8d987af69f8fb85ea4f2e4d22f35f" + "hash": "12b8cfd10fec5a65a752acca315cac65", + "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.", + "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-us-canada-59714272?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59807737?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 20 Dec 2021 03:01:40 GMT", + "pubDate": "Thu, 30 Dec 2021 10:02:29 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145435,16 +148311,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b29bf2732fc426d6aed7620229e905cf" + "hash": "ddd9181f7fe9c6f8727a0773c3129214", + "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.", + "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-asia-china-59717343?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59832838?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 20 Dec 2021 08:43:42 GMT", + "pubDate": "Thu, 30 Dec 2021 19:02:17 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145456,16 +148333,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "df625d4fb835bcc65e932ab1adb8caa1" + "hash": "f793549cef44e0cedbb3390fe03eac96", + "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.", + "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-australia-59722770?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59726291?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 20 Dec 2021 00:02:34 GMT", + "pubDate": "Fri, 31 Dec 2021 00:07:37 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145477,16 +148355,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bed3e2bfa1cf618e12d76c0f9ad7c59" + "hash": "9cfb917a03e30105b670665c22e9355f", + "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.", + "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/entertainment-arts-59722285?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59764603?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 20 Dec 2021 08:41:09 GMT", + "pubDate": "Thu, 30 Dec 2021 23:21:58 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145498,16 +148377,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "578f277d82f607f93bd98b815f21f05c" + "hash": "ed3065aaa6798ddbbaef796afe1d99c0", + "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.", + "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-us-canada-59720745?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59832843?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 19 Dec 2021 21:05:18 GMT", + "pubDate": "Thu, 30 Dec 2021 22:38:41 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145519,16 +148399,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "629113e6208c45c15850175bed6d9204" + "hash": "0ac977300bee0afebd7790f23dadd704", + "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.", + "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-middle-east-59721962?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59833156?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 19 Dec 2021 22:24:33 GMT", + "pubDate": "Thu, 30 Dec 2021 21:56:44 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145540,16 +148421,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "17b51c6f4cf210e36d2393c12ac19d2e" + "hash": "b0a5dc089aeceb517efd69271e794e63", + "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.", + "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-us-canada-59720744?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59826091?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 20 Dec 2021 08:44:56 GMT", + "pubDate": "Thu, 30 Dec 2021 10:14:44 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145561,16 +148443,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a74ded61f2c9694096289726e4b6d2a" + "hash": "8b9e0dd6231a35b7ef20462d8b9a5775", + "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.", + "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/news/world-us-canada-59527051?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/football/59825904?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 10 Dec 2021 22:06:32 GMT", + "pubDate": "Thu, 30 Dec 2021 19:54:36 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145582,16 +148465,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5390fabd2355559ec039dfd02f021506" + "hash": "ac516932c51138eff5d95af827975b62", + "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.", + "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/world-europe-59715940?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/technology-59818800?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 19 Dec 2021 04:55:15 GMT", + "pubDate": "Thu, 30 Dec 2021 16:29:12 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145603,16 +148487,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f5e945d41875bc7e7903ddbc01e5c69" + "hash": "3099229ac480ff5124857b05df7a2704", + "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.", + "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/uk-59715820?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59755737?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 19 Dec 2021 01:36:28 GMT", + "pubDate": "Fri, 31 Dec 2021 00:09:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145624,16 +148509,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c69fa3e6ff50a109b8b48dfbd4a9365c" + "hash": "ee44ee3e73ab89e2e138644ea8f14181", + "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": "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-africa-59719765?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59736227?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 19 Dec 2021 15:57:10 GMT", + "pubDate": "Wed, 29 Dec 2021 22:48:57 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145645,16 +148531,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "58414b1085ea4c9bcca5ca5766234ac5" + "hash": "9cef80329beaf4acc24a223b82dfdd5a", + "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.", + "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-asia-india-59715937?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59818978?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 19 Dec 2021 05:22:51 GMT", + "pubDate": "Wed, 29 Dec 2021 22:50:50 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145666,16 +148553,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b2dcf2f4f136c7a2b4379d3808b0ba8" + "hash": "23d2ecf1817c0fc7c3e2fccacbade4bd", + "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.", + "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/entertainment-arts-59717076?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59826100?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 19 Dec 2021 12:26:24 GMT", + "pubDate": "Thu, 30 Dec 2021 11:36:48 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145687,16 +148575,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4337a64d1ac421ccf39d28bc7559491b" + "hash": "45b69f76be127736d0d70bb495547243", + "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.", + "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-59717343?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59827047?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 19 Dec 2021 14:57:34 GMT", + "pubDate": "Thu, 30 Dec 2021 10:40:13 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145708,16 +148597,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9190c2e9a104fe9cf7086dc59a02f4cf" + "hash": "d7adfa90d177016ccfced6b3eee84489", + "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.", + "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-59717345?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59818881?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 19 Dec 2021 11:15:46 GMT", + "pubDate": "Thu, 30 Dec 2021 09:33:07 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145729,16 +148619,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4c5917e2822f9f6085184ff44503290" + "hash": "10aeefb1f44e982c1c3a0efa37e7cc57", + "highlights": [] }, { - "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.", + "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-africa-59699350?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59820999?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 19 Dec 2021 00:08:54 GMT", + "pubDate": "Wed, 29 Dec 2021 17:30:07 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145750,16 +148641,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f75183d681f015f2846920dab5d979bd" + "hash": "c62c74e6f0cccf04014907dd55d4cbc0", + "highlights": [] }, { - "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.", + "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/sport/boxing/59692720?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59824914?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 19 Dec 2021 00:13:24 GMT", + "pubDate": "Thu, 30 Dec 2021 06:33:41 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145771,16 +148663,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7240adfd9b807389cd93a6664514dc4d" + "hash": "a12d98d47fd7f3d7808f1c05907b1b19", + "highlights": [] }, { - "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.", + "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-59712020?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59828830?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 18 Dec 2021 22:03:55 GMT", + "pubDate": "Thu, 30 Dec 2021 11:29:06 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145792,16 +148685,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ffce8d4c3ad11870c7e8d8c12cb0327c" + "hash": "4c1dde46f16355fc6f28aafb40734c94", + "highlights": [] }, { - "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.", + "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/world-latin-america-59689731?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59824404?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 19 Dec 2021 00:05:36 GMT", + "pubDate": "Thu, 30 Dec 2021 02:38:54 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145813,16 +148707,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bee8e1fc881b07410897b510d373041e" + "hash": "2feb42d51b9992f2dbe55da1cfd53966", + "highlights": [] }, { - "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.", + "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/world-africa-59689177?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59731053?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 18 Dec 2021 00:12:20 GMT", + "pubDate": "Thu, 30 Dec 2021 00:31:16 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145834,16 +148729,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "34f149a0d057e80022d7b7854de2b808" + "hash": "33cc4e840adcbccb506e1729f90a66b9", + "highlights": [] }, { - "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.", + "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-europe-59674377?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59702842?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 18 Dec 2021 00:11:08 GMT", + "pubDate": "Thu, 30 Dec 2021 01:59:11 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145855,16 +148751,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "db457fb575401cddfbbaeaa76079d06a" + "hash": "f1d41f522680be9e43274a8ce3e18a5d", + "highlights": [] }, { - "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.", + "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/world-us-canada-59691176?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/health-59755743?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 18 Dec 2021 00:17:33 GMT", + "pubDate": "Thu, 30 Dec 2021 00:04:37 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145876,16 +148773,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ec5fbe5551065c5d47f75bcf93067fe" + "hash": "c63a3446027bd09fdae32737a6cfcabf", + "highlights": [] }, { - "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.", + "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-us-canada-59707799?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59775136?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 18 Dec 2021 01:04:41 GMT", + "pubDate": "Thu, 30 Dec 2021 00:02:39 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145897,16 +148795,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ae17509fc0fa348acbca1985ed039ef" + "hash": "1c019146c61bbe78550dae4fa5b4443d", + "highlights": [] }, { - "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.", + "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/world-59685203?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/science-environment-59776108?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 18 Dec 2021 00:07:41 GMT", + "pubDate": "Thu, 30 Dec 2021 00:03:22 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145918,16 +148817,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b5eae7506751281f9fec554f4a289e55" + "hash": "7e7455b2640b66aa87455e51015d2aed", + "highlights": [] }, { - "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.", + "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-asia-india-59702427?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59823682?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 18 Dec 2021 00:06:05 GMT", + "pubDate": "Wed, 29 Dec 2021 21:22:41 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145939,16 +148839,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "18aa17e747b7a80833df43c170dc63de" + "hash": "43d8a36b53ac659e9c62f224fab1aefe", + "highlights": [] }, { - "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.", + "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-asia-59714658?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59762809?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 19 Dec 2021 08:35:34 GMT", + "pubDate": "Wed, 29 Dec 2021 00:05:57 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145960,16 +148861,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "901703f3f74209602829ff70a7c7a928" + "hash": "af94e233d00460ef18ff116b71a20094", + "highlights": [] }, { - "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.", + "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-asia-china-59717343?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59812890?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 19 Dec 2021 10:10:19 GMT", + "pubDate": "Tue, 28 Dec 2021 19:25:44 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -145981,16 +148883,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1f629ca73462b31c73c403ee457b0d6" + "hash": "e30ecacbbdac3cc2519c702b6017aae4", + "highlights": [] }, { - "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.", + "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/uk-england-kent-59710100?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59824150?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 18 Dec 2021 17:28:44 GMT", + "pubDate": "Thu, 30 Dec 2021 09:12:26 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146002,16 +148905,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e58475810ca767f1aac7c8f78bc27bd1" + "hash": "38f046899a68e78d6951342f2c60e2b4", + "highlights": [] }, { - "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.", + "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-us-canada-59702496?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59822209?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 18 Dec 2021 00:16:12 GMT", + "pubDate": "Wed, 29 Dec 2021 22:43:13 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146023,16 +148927,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d3c6cc7d06d5b970ce87722ca93d56b" + "hash": "b65a4221788ac6593b15fde38e73a0b7", + "highlights": [] }, { - "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.", + "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-asia-59714658?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59823632?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 19 Dec 2021 04:34:44 GMT", + "pubDate": "Wed, 29 Dec 2021 21:44:09 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146044,16 +148949,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ab2110f049949b46b37176c387e903a" + "hash": "7fd7ade3962b0f38abbe6f040cf0c091", + "highlights": [] }, { - "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.", + "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-asia-59712276?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59820777?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 18 Dec 2021 16:04:53 GMT", + "pubDate": "Wed, 29 Dec 2021 19:04:09 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146065,16 +148971,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "27249a201fff161612fe8c882d02cc1d" + "hash": "a76bfbc94010f99fb6060440df11ef21", + "highlights": [] }, { - "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.", + "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/sport/sports-personality/59700067?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59814661?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 18 Dec 2021 18:00:27 GMT", + "pubDate": "Wed, 29 Dec 2021 12:01:40 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146086,16 +148993,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "62462baf0b86e8046ceb8dcca44e6597" + "hash": "c3a10f6ac438d7576c5a06f8fc17a9c1" }, { - "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.", + "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-59708304?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59816567?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 18 Dec 2021 04:32:32 GMT", + "pubDate": "Wed, 29 Dec 2021 10:25:52 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146107,16 +149014,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f36f14c4b291fba2bad99eb98996dcd0" + "hash": "283d157b5883b42a6656f1fc975e49ed" }, { - "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.", + "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/sport/cricket/59708346?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59818971?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 18 Dec 2021 12:12:24 GMT", + "pubDate": "Wed, 29 Dec 2021 14:51:06 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146128,16 +149035,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "345038944acef0fcfe2080b4470fc2ba" + "hash": "7d4343ec52c33a7f5d1a25ff8434f3d0" }, { - "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.", + "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-latin-america-59689731?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59816052?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 19 Dec 2021 00:05:36 GMT", + "pubDate": "Wed, 29 Dec 2021 14:05:03 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146149,16 +149056,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d67f1a6c3a78a95890790aea6e2f52b9" + "hash": "09fcfaf55d55d300459271a1f5750057" }, { - "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.", + "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-us-canada-59696503?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59818881?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 17 Dec 2021 13:47:09 GMT", + "pubDate": "Wed, 29 Dec 2021 14:09:50 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146170,16 +149077,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b43e033e055a383272ec6024761937d8" + "hash": "f2d88ed5387250d50237c6ab0ec34937" }, { - "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.", + "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-europe-59705709?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59807734?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 18 Dec 2021 05:33:38 GMT", + "pubDate": "Wed, 29 Dec 2021 10:05:36 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146191,16 +149098,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6841fb154cdf97cfbd828c558bd1e6c" + "hash": "258c313febb694c80b420b35e9df6958" }, { - "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.", + "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-us-canada-59703611?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59820248?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 17 Dec 2021 23:12:31 GMT", + "pubDate": "Wed, 29 Dec 2021 14:44:17 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146212,16 +149119,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e5344b4358b57746cffe730e9c9ae6f" + "hash": "0dad364f77eff09c56d918ea0b4aa9f0" }, { - "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.", + "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-europe-59692855?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59814162?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 17 Dec 2021 20:32:08 GMT", + "pubDate": "Tue, 28 Dec 2021 22:43:37 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146233,16 +149140,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "40a463456d7c4616b839232be59aec05" + "hash": "00793fcee3b748873d507685a803d2bc" }, { - "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.", + "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-europe-59696450?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59812877?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 17 Dec 2021 15:29:41 GMT", + "pubDate": "Tue, 28 Dec 2021 22:47:39 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146254,16 +149161,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a2901aeea346d5c2e869b2e57ed7f5b" + "hash": "6bcd7af5d7d0d079e45d6d1aa8512687" }, { - "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.", + "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/technology-59703523?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59809822?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 17 Dec 2021 17:38:01 GMT", + "pubDate": "Wed, 29 Dec 2021 13:58:31 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146275,16 +149182,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "46530fafa82695a751dcd3d247189538" + "hash": "898f000192d4ea874b66a981f820070c" }, { - "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.", + "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-us-canada-59707192?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59808557?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 18 Dec 2021 00:25:51 GMT", + "pubDate": "Wed, 29 Dec 2021 10:01:28 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146296,16 +149203,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "22d7cd4ead4d848545f9cf5de89f8777" + "hash": "93e36c5298ad97abb7859be525450338" }, { - "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.", + "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-59688405?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59812251?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 18 Dec 2021 02:13:51 GMT", + "pubDate": "Tue, 28 Dec 2021 21:52:34 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146317,16 +149224,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a22b84a4b8700ef3cb03701c010533b4" + "hash": "f5e40f39b389f11a2e367f9ca1bb7337" }, { - "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.", + "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-us-canada-59691902?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59701735?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 17 Dec 2021 20:37:35 GMT", + "pubDate": "Wed, 29 Dec 2021 00:09:53 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146338,16 +149245,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ea8a3cadee7b077291542e53a87ed6d" + "hash": "875967cc8b788d0e423ba7f9a2bf7c74" }, { - "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.", + "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/world-59703227?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/science-environment-59760356?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 17 Dec 2021 19:01:53 GMT", + "pubDate": "Wed, 29 Dec 2021 01:04:57 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146359,16 +149266,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "58a914e8162dbfa849f3c708bd47ff1b" + "hash": "74ee8c4112b52d2450c7a2c959c83d11" }, { - "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.", + "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/world-us-canada-59702456?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59571637?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 17 Dec 2021 19:13:47 GMT", + "pubDate": "Wed, 29 Dec 2021 00:15:51 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146380,16 +149287,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7bc8087da21f284bd254ac69a8f7d456" + "hash": "a6b4afb9af2ca3e0514a8fb5d210d49a" }, { - "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.", + "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/world-asia-59663831?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-59553852?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 17 Dec 2021 14:17:37 GMT", + "pubDate": "Wed, 29 Dec 2021 00:12:18 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146401,16 +149308,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ffeaccd0c4064cde015944f7d182d2e7" + "hash": "d950d95f253f7a788924dfe1e0763fa1" }, { - "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.", + "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-europe-59644739?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59571711?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 18 Dec 2021 00:10:00 GMT", + "pubDate": "Tue, 28 Dec 2021 00:05:33 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146422,16 +149329,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6b4d8c8f7ce7d2c19efbe5bf9c98b54" + "hash": "6b85cf4a79a58e175fa3652897e7be14" }, { - "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.", + "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/in-pictures-59697047?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59722297?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 18 Dec 2021 00:06:45 GMT", + "pubDate": "Tue, 28 Dec 2021 00:11:31 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146443,16 +149350,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "81f8d31ef533c20935a2965fe67311df" + "hash": "9bf70baa20cd4245cf753a23d3496f2d" }, { - "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?", + "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-asia-59680957?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59701738?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 16 Dec 2021 20:19:02 GMT", + "pubDate": "Tue, 28 Dec 2021 00:10:22 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146464,16 +149371,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0cd7f693975883e7b6765faf26d06c98" + "hash": "78215c6e3cbe6ae7e189510ef0f8a950" }, { - "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.", + "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-59692022?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59731621?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 16 Dec 2021 23:04:59 GMT", + "pubDate": "Tue, 28 Dec 2021 00:13:07 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146485,16 +149392,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f95592a4bdd7e57db5623f912c02dfd" + "hash": "971fc30ce5b4c96ac761c7e9bc73a287" }, { - "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.", + "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-us-canada-59687946?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59815856?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 17 Dec 2021 01:36:03 GMT", + "pubDate": "Wed, 29 Dec 2021 13:14:20 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146506,16 +149413,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d59c2eb63aa75f44bc1c0731c2478d5" + "hash": "2cd5155fbc651b2bc893f41ad391c74e" }, { - "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.", + "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-australia-59693271?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59813216?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 17 Dec 2021 01:38:13 GMT", + "pubDate": "Tue, 28 Dec 2021 17:22:16 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146527,16 +149434,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cffa1dd44f853b4c219442b10fa0e3c3" + "hash": "a94d3c7e3dab4185d28d1221667b3df3" }, { - "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.", + "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-us-canada-59703611?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59761535?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 17 Dec 2021 21:21:04 GMT", + "pubDate": "Tue, 28 Dec 2021 00:01:01 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146548,16 +149455,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "67166d84c6db5efdf4b7f4fea03001c9" + "hash": "c0ebdab15d9338d38a68a38009526186" }, { - "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.", + "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-middle-east-59689793?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59798682?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 17 Dec 2021 13:07:58 GMT", + "pubDate": "Mon, 27 Dec 2021 05:24:23 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146569,16 +149476,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1e8ac19421b8d41d52243ecbd2c0ac8" + "hash": "d4117de7450346fba052a322ab9e6cd3" }, { - "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.", + "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-australia-59692552?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59800113?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 17 Dec 2021 05:35:59 GMT", + "pubDate": "Mon, 27 Dec 2021 09:52:04 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146590,16 +149497,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "09545b1f1d677f124edcfc26ab3935f5" + "hash": "0f6d7e78554449c903195b530e2d0071" }, { - "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.", + "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-59697805?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59798489?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 17 Dec 2021 12:36:21 GMT", + "pubDate": "Mon, 27 Dec 2021 08:26:21 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146611,16 +149518,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5db177c5ca1efc29a606aeb1269a88ff" + "hash": "f27cea50dc4bf55e3029a421fc3ab994" }, { - "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.", + "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-asia-india-59694671?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59796716?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 17 Dec 2021 09:25:29 GMT", + "pubDate": "Sun, 26 Dec 2021 15:57:48 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146632,16 +149539,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "374c0f9f9d717da5aec0d2e7e779b1a1" + "hash": "51a7bf5dbb43f359ea19b6186b89f547" }, { - "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.", + "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-europe-59696442?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59801025?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 17 Dec 2021 10:28:49 GMT", + "pubDate": "Mon, 27 Dec 2021 09:48:38 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146653,16 +149560,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "49e363154c39c13f37c65cc963952548" + "hash": "d4ad678e6048ad3eb5266ec626c9d0ef" }, { - "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.", + "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/world-asia-59663829?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59800777?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 17 Dec 2021 09:55:30 GMT", + "pubDate": "Mon, 27 Dec 2021 09:58:15 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146674,16 +149581,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1742c9f1489facde31c49d74c28e93ae" + "hash": "20e98e8eb0b3fda5ecfbdbdd59ac9a77" }, { - "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.", + "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/blogs-trending-59687496?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59798494?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 17 Dec 2021 01:13:12 GMT", + "pubDate": "Mon, 27 Dec 2021 02:06:23 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146695,16 +149602,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c985d72c5aea5df258267e24c34346c" + "hash": "8131e5f50755ef068127e9190656b696" }, { - "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.", + "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/world-us-canada-59667108?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/science-environment-59761839?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 16 Dec 2021 05:42:27 GMT", + "pubDate": "Mon, 27 Dec 2021 04:09:25 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146716,16 +149623,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "921c4d064ca46091e2dee7fca6c2833f" + "hash": "c1ccd41df51a9d1ffeb29d911ef2bf46" }, { - "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.", + "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/world-africa-59680921?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59798609?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 17 Dec 2021 02:01:13 GMT", + "pubDate": "Mon, 27 Dec 2021 03:05:44 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146737,16 +149644,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "527d73f07331cd46e2bccb139e4a0d78" + "hash": "6e0d8c4d58dd6825d5e40b049205bedf" }, { - "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.", + "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-59691900?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59800032?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 16 Dec 2021 19:43:55 GMT", + "pubDate": "Mon, 27 Dec 2021 09:49:34 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146758,16 +149665,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "69474d83fde8ba6465ea2fd4ab32eda6" + "hash": "4974e4fa03e6cfaaac5598403e182cf5" }, { - "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.", + "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-latin-america-59683538?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59762810?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 16 Dec 2021 12:03:59 GMT", + "pubDate": "Mon, 27 Dec 2021 00:00:44 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146779,16 +149686,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "711874eff005b5e9ecbbf770a9d688e7" + "hash": "7fd1fa9975d477f6ed8519d006a6971c" }, { - "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.", + "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/news/world-us-canada-59692846?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/cricket/59798619?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 17 Dec 2021 02:25:33 GMT", + "pubDate": "Mon, 27 Dec 2021 08:51:43 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146800,16 +149707,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0993ff68526604dc6ceabb015e754380" + "hash": "3e55c51c8bd2e64d7692c22e43a33d8b" }, { - "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.", + "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-latin-america-59692502?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59800035?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 17 Dec 2021 01:59:35 GMT", + "pubDate": "Mon, 27 Dec 2021 11:15:54 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146821,16 +149728,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bcdb4d0f3ab79f9272c32bc32477ffe" + "hash": "761160a6e595235937a3819b73bc09f3" }, { - "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.", + "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-59634393?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-51908404?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 16 Dec 2021 00:05:01 GMT", + "pubDate": "Mon, 27 Dec 2021 00:00:09 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146842,16 +149749,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3f18999f4ad2642c413479cb5d5dcb4" + "hash": "ae26abf31c5b7681770080b8e3475d89" }, { - "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.", + "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/business-59624540?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-59748260?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 16 Dec 2021 00:13:47 GMT", + "pubDate": "Mon, 27 Dec 2021 00:06:06 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146863,16 +149770,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e90c192baf32e0e332c0bc7ca322f7b" + "hash": "108676b3d19cd7d6b357af4379c6d11a" }, { - "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.", + "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-asia-59518628?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59690318?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 15 Dec 2021 23:30:19 GMT", + "pubDate": "Mon, 27 Dec 2021 00:02:57 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146884,16 +149791,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e01b1053058562c680b29aa6ef5bf72b" + "hash": "92fda38a4cfd47092720523132121c9b" }, { - "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.", + "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-africa-59689060?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59723656?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 16 Dec 2021 17:22:44 GMT", + "pubDate": "Mon, 27 Dec 2021 00:01:39 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146905,16 +149812,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "862d4a1c0cd71f4b2342e53a5a9e4bd5" + "hash": "4ad112345fcbc8024652c113b9329c67" }, { - "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.", + "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/59667268?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-58091493?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 16 Dec 2021 00:49:13 GMT", + "pubDate": "Mon, 27 Dec 2021 00:03:20 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146926,16 +149833,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7aea3b4cf6aa671da27afcf9ded392e8" + "hash": "0768bed78a79e69383c9a4bb9ba56b28" }, { - "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.", + "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-australia-59677855?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59793776?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 16 Dec 2021 15:54:24 GMT", + "pubDate": "Sun, 26 Dec 2021 07:28:59 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146947,16 +149854,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bb5b4ff8f68d886f9479079eda1db924" + "hash": "1b3f225c2c8b788d0a3ccdc41a0b6818" }, { - "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", + "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-us-canada-59688404?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59732329?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 16 Dec 2021 16:05:38 GMT", + "pubDate": "Sun, 26 Dec 2021 00:06:28 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146968,16 +149875,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1fb3580267a3e9af9b3f3a9da7acc8b" + "hash": "cf1b22c614f89f0afe608e16af89a646" }, { - "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.", + "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-59688787?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59759885?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 16 Dec 2021 18:27:04 GMT", + "pubDate": "Mon, 27 Dec 2021 00:04:41 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -146989,16 +149896,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "30dfd8ff58ec8c15d9081ec6ddebb530" + "hash": "cc002b9b1c1d624aa0986c1b67a68f11" }, { - "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.", + "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-europe-59681409?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59740360?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 16 Dec 2021 11:57:53 GMT", + "pubDate": "Sun, 26 Dec 2021 00:54:08 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147010,16 +149917,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "85d8d071717e51578b42a20e1bd656fa" + "hash": "d52bacc592ba61703605d8b9f22873e8" }, { - "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.", + "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-asia-59683904?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59707864?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 16 Dec 2021 12:20:55 GMT", + "pubDate": "Sun, 26 Dec 2021 00:05:37 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147031,16 +149938,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e674ce981faa9f55f0a1580e116c4d6b" + "hash": "69a75e1ff59a341bbf557a8af3fa92e3" }, { - "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.", + "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/entertainment-arts-59680797?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59796159?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 16 Dec 2021 09:45:23 GMT", + "pubDate": "Sun, 26 Dec 2021 15:30:25 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147052,16 +149959,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9239a52e12af248305248161c307e69b" + "hash": "f2d0072a125bbcb01c95710c5e8fe18c" }, { - "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.", + "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/business-59678451?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/in-pictures-59793545?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 16 Dec 2021 06:15:06 GMT", + "pubDate": "Sun, 26 Dec 2021 09:49:56 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147073,16 +149980,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "45f84c68db021311e11d1ab3b192f7cc" + "hash": "924d128963c1341acbe3699e200a1bde" }, { - "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\".", + "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-europe-59677675?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59793040?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 16 Dec 2021 01:00:14 GMT", + "pubDate": "Sun, 26 Dec 2021 10:48:41 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147094,16 +150001,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "87d0404ca94e7b66d6d0e4434faa1e37" + "hash": "8f93fa705ce8904647d7585dae043d1e" }, { - "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.", + "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-us-canada-59672999?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59792840?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 16 Dec 2021 00:06:21 GMT", + "pubDate": "Sun, 26 Dec 2021 02:39:30 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147115,16 +150022,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d90a18300529c675b81995beebcbd7d2" + "hash": "cf1ea9e862dc80dc2132c32a190e35cc" }, { - "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.", + "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-asia-59663827?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59795213?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 16 Dec 2021 03:41:48 GMT", + "pubDate": "Sun, 26 Dec 2021 12:13:54 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147136,16 +150043,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "35096b6e9f1967be6ebec6b9f3933b12" + "hash": "53f875fa1ec39326d6abeaa5db59547c" }, { - "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.", + "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-us-canada-59678367?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59792125?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 16 Dec 2021 04:46:58 GMT", + "pubDate": "Sun, 26 Dec 2021 01:19:57 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147157,16 +150064,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "efb08ed328a1b46919a75601d40f4a86" + "hash": "081ccbc30aec241cb66cc9be9dc80419" }, { - "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.", + "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-59674306?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59792120?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 15 Dec 2021 19:12:09 GMT", + "pubDate": "Sat, 25 Dec 2021 23:19:37 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147178,16 +150085,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "20a920f2a3c73e1c3a955d9d8baa3668" + "hash": "771e845f9b2a92b1a4430d4b1ad4fb29" }, { - "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.", + "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-africa-59630164?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59791541?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 16 Dec 2021 00:44:10 GMT", + "pubDate": "Sat, 25 Dec 2021 17:28:03 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147199,16 +150106,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fcaa84ff6af8a4e0cdec19fe6f986a5e" + "hash": "858b30d8511bec5bcf852b3cb78d41da" }, { - "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", + "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/stories-59661758?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59789491?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 16 Dec 2021 00:26:36 GMT", + "pubDate": "Sat, 25 Dec 2021 18:23:39 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147220,16 +150127,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5287add828d18c597c06a00723954d4d" + "hash": "6b31d8fcf51e16d2db1522741c849eef" }, { - "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.", + "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-asia-china-59665125?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59787369?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 15 Dec 2021 08:39:35 GMT", + "pubDate": "Fri, 24 Dec 2021 23:21:05 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147241,16 +150148,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a36f0078f8a840f2fffde7912dda04c" + "hash": "68dc7b757b5968015c89a8703d5306f8" }, { - "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.", + "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/world-australia-59646562?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/in-pictures-59787319?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 15 Dec 2021 00:12:48 GMT", + "pubDate": "Sat, 25 Dec 2021 07:18:40 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147262,16 +150169,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f5fba64b0230c404e306de23d314e1b" + "hash": "6ed7f438b3c290f3017bc7d35990a1ab" }, { - "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.", + "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-asia-59645657?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59609232?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 14 Dec 2021 00:05:51 GMT", + "pubDate": "Sun, 26 Dec 2021 00:54:11 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147283,16 +150190,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "741f32946284eb72600d0ef68262c95e" + "hash": "bf5e4dcd23f846c49ba2f233dc0e50a5" }, { - "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.", + "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-australia-59677855?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59636403?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 16 Dec 2021 07:02:55 GMT", + "pubDate": "Sun, 26 Dec 2021 00:57:21 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147304,16 +150211,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7cb1d7dfd2ad6c3dc246df0d2b9817de" + "hash": "f70f53888a7733f5bd088c78fff0fd24" }, { - "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.", + "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-europe-59677593?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59702837?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 15 Dec 2021 23:49:23 GMT", + "pubDate": "Sun, 26 Dec 2021 01:00:03 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147325,16 +150232,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f675117fcc2b6adfa8017670e1af7475" + "hash": "fa7042176aa0b2aa0b7d8ec28e4d1a43" }, { - "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.", + "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-australia-59676772?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59742359?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 15 Dec 2021 23:12:11 GMT", + "pubDate": "Sat, 25 Dec 2021 00:10:44 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147346,16 +150253,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e23c013402704b872400aa37260ff48" + "hash": "4f5186dbb5ccf355f606f37edcd9d45f" }, { - "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.", + "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/newsbeat-59666623?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59738548?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 15 Dec 2021 16:17:20 GMT", + "pubDate": "Sat, 25 Dec 2021 00:15:45 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147367,16 +150274,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fbf89dd66e70f020694ff4ff1b57b89e" + "hash": "cc4503855babc0ff7e64d2697d3621c0" }, { - "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.", + "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-europe-59667937?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59793776?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 15 Dec 2021 17:40:19 GMT", + "pubDate": "Sun, 26 Dec 2021 07:28:59 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147388,16 +150295,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "44612bcce7146dc1b51b9524926b716b" + "hash": "bc6d7b45142ab25f37569dcfe64f92a9" }, { - "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\".", + "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/entertainment-arts-59672683?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59796716?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 15 Dec 2021 18:42:17 GMT", + "pubDate": "Sun, 26 Dec 2021 15:57:48 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147409,16 +150316,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8c4cf66395f42c02e9a1be066be57b6" + "hash": "d2985b2ae106eb07fd8aed952a4def7c" }, { - "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.", + "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-59645658?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59793726?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 23:37:29 GMT", + "pubDate": "Sun, 26 Dec 2021 08:22:59 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147430,16 +150337,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f45cde4737223c56647d27a9bc6769a6" + "hash": "df01ac1362b5d4289f7cc59716f22cec" }, { - "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.", + "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-asia-59637586?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59793040?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 15 Dec 2021 13:54:55 GMT", + "pubDate": "Sun, 26 Dec 2021 05:13:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147451,16 +150358,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a4ab1c884784c6e46cc15da12cf044e9" + "hash": "3ebea5d8f4032164d914d4530ec663d7" }, { - "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.", + "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/sport/av/formula1/59671505?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59786665?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 15 Dec 2021 13:42:22 GMT", + "pubDate": "Fri, 24 Dec 2021 22:59:35 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147472,16 +150379,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b689bada58bfcf45a8ea05564d4f7b6" + "hash": "8ace283699842bda0d69c2b6d351c7a6" }, { - "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.", + "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-59672998?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59787060?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 15 Dec 2021 15:26:34 GMT", + "pubDate": "Fri, 24 Dec 2021 19:56:56 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147493,16 +150400,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "62b2adf11d88ab2995de983e6e7be522" + "hash": "3a39ca4fd54c56efd88c1e4c3611126b" }, { - "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.", + "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-us-canada-59671567?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59790251?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 15 Dec 2021 16:14:20 GMT", + "pubDate": "Sat, 25 Dec 2021 11:50:18 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147514,16 +150421,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "142ff4a95d7419794932fe34ce973036" + "hash": "2a12f011c3a176410365b7c716f4cb60" }, { - "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.", + "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/world-europe-59664077?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/science-environment-59790601?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 15 Dec 2021 12:58:11 GMT", + "pubDate": "Sat, 25 Dec 2021 12:38:53 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147535,16 +150442,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "591ea99694bf793d181aa608c753e8b7" + "hash": "f3d19f9758d6336ddb66cd3c8cdb07f4" }, { - "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.", + "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-59664076?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59789770?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 15 Dec 2021 11:06:04 GMT", + "pubDate": "Sat, 25 Dec 2021 12:04:05 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147556,16 +150463,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0029015c4de21482226003fe47917aeb" + "hash": "d78e8257e4afecab30707b8b8b944dcc" }, { - "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.", + "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-middle-east-59669307?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59788231?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 15 Dec 2021 15:50:46 GMT", + "pubDate": "Sat, 25 Dec 2021 09:02:29 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147577,16 +150484,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1df654e8bf91cf30a75398ba8c448bd8" + "hash": "13a71a7a82f751af544db7bcb5f496d4" }, { - "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.", + "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/entertainment-arts-59658663?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59785677?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 14 Dec 2021 22:37:46 GMT", + "pubDate": "Fri, 24 Dec 2021 17:34:31 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147598,16 +150505,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "200dc74b29bd754f2757ce3f0d6ba7ce" + "hash": "3cc68c78b65fee7fa055b5cee6489eae" }, { - "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\".", + "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-asia-china-59576108?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59784118?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 15 Dec 2021 00:35:04 GMT", + "pubDate": "Fri, 24 Dec 2021 15:23:37 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147619,16 +150526,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "291418aeb771a28f875058c26074d4c9" + "hash": "23ed3b079a2909ac0eacf63be83332bd" }, { - "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.", + "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/world-africa-59552888?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/blogs-trending-59452614?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 15 Dec 2021 01:02:18 GMT", + "pubDate": "Fri, 24 Dec 2021 00:13:39 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147640,16 +150547,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1eea9840677f6b8b358cac2ccf11846b" + "hash": "6ba37743c1269e47a5c4ff52fa548b39" }, { - "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.", + "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/science-environment-59476869?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59726874?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 15 Dec 2021 00:59:20 GMT", + "pubDate": "Fri, 24 Dec 2021 00:14:13 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147661,16 +150568,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "94f0137adc3011f4c93f3f4b9de5b3bc" + "hash": "b9e9c273d074bc83f1a49e9c78069223" }, { - "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.", + "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-us-canada-59659513?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59738541?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 14 Dec 2021 19:57:23 GMT", + "pubDate": "Fri, 24 Dec 2021 00:22:18 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147682,16 +150589,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "17c950696f193174b1d4e5ea0b939d7c" + "hash": "5751041529fb771ae57ad221703c2eb1" }, { - "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.", + "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-59646231?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59701734?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 22:11:36 GMT", + "pubDate": "Fri, 24 Dec 2021 00:10:02 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147703,16 +150610,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e6b465bc449241c7b890abf09181a4c" + "hash": "01556a04eede324837154f5277233283" }, { - "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.", + "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/newsbeat-59461807?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59777677?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 14 Dec 2021 01:19:14 GMT", + "pubDate": "Sat, 25 Dec 2021 07:41:21 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147724,16 +150631,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bd689dcd4dcadac312b2e783a0e81e3" + "hash": "8d039d994c8296797fa6ef8887991b21" }, { - "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.", + "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/entertainment-arts-59645557?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-wales-59729022?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 14 Dec 2021 00:06:57 GMT", + "pubDate": "Sat, 25 Dec 2021 00:03:58 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147745,16 +150652,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b965eb22cb9bcaf0b74b39ab927d638" + "hash": "96244e2de97a8ca78e8f927cb0ee09b7" }, { - "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.", + "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-asia-china-59663826?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59776920?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 15 Dec 2021 09:51:13 GMT", + "pubDate": "Thu, 23 Dec 2021 21:46:57 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147766,16 +150673,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a982efe59436db2a40af170079a59eb3" + "hash": "dd6d17bb22ac6670adfdcdf3837e7d71" }, { - "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.", + "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-59656385?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59780489?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 15 Dec 2021 10:02:44 GMT", + "pubDate": "Fri, 24 Dec 2021 18:21:15 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147787,16 +150694,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "567ea0f9aa1e50ac0f4766028356c4a1" + "hash": "3fe5aae4cfaa4ecd212e1aa3081e926f" }, { - "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.", + "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-59665825?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59789491?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 15 Dec 2021 10:09:53 GMT", + "pubDate": "Sat, 25 Dec 2021 11:41:18 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147808,16 +150715,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c5297b00f8930a3f2e2a4cb02d51da59" + "hash": "44742e4a7f9b80c9fcfa483fa7153b47" }, { - "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.", + "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-us-canada-59645307?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59777784?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 15 Dec 2021 00:07:32 GMT", + "pubDate": "Fri, 24 Dec 2021 12:28:25 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147829,16 +150736,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dbc8239af938079258bbfa9f050a2d2e" + "hash": "3d52552a0ef52fa960201814d0001479" }, { - "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.", + "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-us-canada-59661306?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59780318?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 15 Dec 2021 04:56:06 GMT", + "pubDate": "Fri, 24 Dec 2021 14:31:55 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147850,16 +150757,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "307fbfcfa396a5b7c36cb98d73a203c8" + "hash": "f6fab04eb8ea82456ef813924cdcc850" }, { - "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.", + "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/world-europe-59660856?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59780064?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 14 Dec 2021 21:14:28 GMT", + "pubDate": "Fri, 24 Dec 2021 10:09:45 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147871,16 +150778,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8de95b7cc75d54091317e902e6ed9d7" + "hash": "2cdeaa050c53d29d1a8a8343d8421856" }, { - "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.", + "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-59659543?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59779376?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 14 Dec 2021 19:16:43 GMT", + "pubDate": "Fri, 24 Dec 2021 10:58:27 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147892,16 +150799,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7fa77f41fbf9aacbb58d3afd624f6614" + "hash": "7f16f828be8cf1bf286310b2d3dc03c2" }, { - "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.", + "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-europe-59650238?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59752089?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 14 Dec 2021 18:10:17 GMT", + "pubDate": "Fri, 24 Dec 2021 04:21:57 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147913,16 +150820,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ba812f3e1f5302dac0debba67b9447b" + "hash": "cd9838ac61894e068450fa7ab3efe7fa" }, { - "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.", + "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/business-59662421?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59778426?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 15 Dec 2021 05:36:32 GMT", + "pubDate": "Fri, 24 Dec 2021 07:43:17 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147934,16 +150841,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e70609a47344811b6960d84f91247c3" + "hash": "f528afad098569c5102b2c0b6b1a7146" }, { - "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.", + "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-latin-america-59650802?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59778215?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 14 Dec 2021 16:32:09 GMT", + "pubDate": "Fri, 24 Dec 2021 03:45:18 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147955,16 +150862,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "08f185a5b030b2c8787aa3c666318634" + "hash": "0d49ce8bf5cef0b66cd981b8b6d12557" }, { - "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.", + "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-europe-59647069?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59779924?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 15 Dec 2021 09:34:33 GMT", + "pubDate": "Fri, 24 Dec 2021 12:27:41 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147976,16 +150883,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f30ace65cd22d0b330acc2d9a5346415" + "hash": "4eb8e00faf87bf1113a4710349095c37" }, { - "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.", + "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/world-europe-59650239?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59777577?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 14 Dec 2021 18:00:55 GMT", + "pubDate": "Fri, 24 Dec 2021 11:11:06 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -147997,16 +150904,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "81fd76b32490e4c385ff19d9123a7603" + "hash": "12d6cceccd686ac6b38ba2fa4117f66a" }, { - "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.", + "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/world-59656385?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59776765?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 14 Dec 2021 19:38:40 GMT", + "pubDate": "Thu, 23 Dec 2021 19:04:26 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148018,16 +150925,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6016d509de99435d60bd8596480e5d85" + "hash": "486125e8b95fa621f237e7a10d6333c7" }, { - "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.", + "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/world-us-canada-59659513?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/science-environment-59760229?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 14 Dec 2021 19:57:23 GMT", + "pubDate": "Fri, 24 Dec 2021 00:00:48 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148039,16 +150946,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "287a8da7c59dbd02133c8b61024759e0" + "hash": "7bef3cea4a76c45d0678ca1e01fa8337" }, { - "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.", + "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-us-canada-59658661?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59763185?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 14 Dec 2021 18:40:31 GMT", + "pubDate": "Fri, 24 Dec 2021 00:00:32 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148060,16 +150967,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "532bcc281b0bdedde81f19e437e401c3" + "hash": "b851f7ec2fb9496185dc0658cc3b2dc7" }, { - "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.", + "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-59657761?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59764990?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 14 Dec 2021 17:52:59 GMT", + "pubDate": "Thu, 23 Dec 2021 02:34:06 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148081,16 +150988,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "69f8fa4a34f5ffbe297f1262733bc1b3" + "hash": "fef53f7488d38ba2c7b933d339660cf6" }, { - "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.", + "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-59650800?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59776917?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 14 Dec 2021 18:44:23 GMT", + "pubDate": "Thu, 23 Dec 2021 22:08:22 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148102,16 +151009,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "52e38785b4a7e16f0b26063f6cea14ea" + "hash": "b4435f092b494f6fcaeb84de1560ab5c" }, { - "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.", + "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/world-africa-59645087?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59775127?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 14 Dec 2021 17:04:47 GMT", + "pubDate": "Thu, 23 Dec 2021 20:20:52 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148123,16 +151030,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a523623cdd5c7fa84874355b0bb030e5" + "hash": "ae6a4ea4dc208b44a0516f9e7320de10" }, { - "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.", + "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/science-environment-59649066?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59780489?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 14 Dec 2021 15:05:33 GMT", + "pubDate": "Fri, 24 Dec 2021 11:50:42 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148144,16 +151051,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b403847dda23fc8bf4ff802364bb242" + "hash": "8d9649857b209304a1149cf5749b3864" }, { - "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.", + "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-us-canada-59646803?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59766810?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 14 Dec 2021 00:42:17 GMT", + "pubDate": "Thu, 23 Dec 2021 14:06:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148165,16 +151072,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ef1383cbf67c125dba8900567296d54" + "hash": "c0c3b6ed6e530ed7ac846244a85ecc26" }, { - "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.", + "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/business-59522532?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59764029?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 14 Dec 2021 01:20:09 GMT", + "pubDate": "Thu, 23 Dec 2021 02:57:08 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148186,16 +151093,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "496e25349fbc7f19036a8bb10d3a1da9" + "hash": "e58f4bf08300d9271406096d0d9bde1f" }, { - "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.", + "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-latin-america-59612806?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59768195?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 14 Dec 2021 01:21:31 GMT", + "pubDate": "Thu, 23 Dec 2021 12:38:41 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148207,16 +151114,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "51db092320edde835c32e6aace37ff23" + "hash": "e5dd37d8912e3012428a01ae5c662160" }, { - "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.", + "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/world-asia-india-59634192?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59765052?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 14 Dec 2021 00:48:51 GMT", + "pubDate": "Thu, 23 Dec 2021 10:21:05 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148228,16 +151135,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "adee5246f2ac08b6f1ea4e2297f10f48" + "hash": "54b077c4ac083141916f5f7f7138b31a" }, { - "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.", + "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/world-middle-east-59609233?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/technology-59760490?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 14 Dec 2021 01:25:56 GMT", + "pubDate": "Thu, 23 Dec 2021 14:12:28 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148249,16 +151156,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb9d3c6079b25e97c794c38a6dff79c2" + "hash": "5a7793dfcfddf55eada0be73b6e95d2d" }, { - "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.", + "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-59614595?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59773767?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 00:01:43 GMT", + "pubDate": "Thu, 23 Dec 2021 16:04:40 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148270,16 +151177,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d7bdc3f127ceb1d443ebb4793ec2e7c8" + "hash": "0f21aa2fd639f04532c46ecf98c29309" }, { - "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.", + "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-59631837?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59775546?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 12 Dec 2021 22:25:36 GMT", + "pubDate": "Thu, 23 Dec 2021 17:11:50 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148291,16 +151198,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "51c13c3ac58fe30824d28f770f397574" + "hash": "332076502eb73e7397547216d114acac" }, { - "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.", + "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-59613217?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59764824?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 00:01:25 GMT", + "pubDate": "Thu, 23 Dec 2021 01:31:20 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148312,16 +151219,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "55dfda5032a7875da1bf0b7653690ca7" + "hash": "1190e21b56398139e568ab3d39e34345" }, { - "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.", + "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/business-59641784?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59755684?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 23:34:15 GMT", + "pubDate": "Thu, 23 Dec 2021 16:54:44 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148333,16 +151240,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "afb8d1a03c6c6ca4135ac7716774f1b9" + "hash": "fa20d16406871afe5de00d62bc4c0912" }, { - "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.", + "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-europe-59633882?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59765371?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 16:56:03 GMT", + "pubDate": "Thu, 23 Dec 2021 04:24:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148354,16 +151261,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e224a4d7cca075a56a66735ac321c81" + "hash": "e2a9513efd390c52983182730aa4ae3d" }, { - "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.", + "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-59645647?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59764827?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 20:58:36 GMT", + "pubDate": "Thu, 23 Dec 2021 04:02:06 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148375,16 +151282,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1573dd3ebc545e575a51065fa313ebdb" + "hash": "2e6fc3a8bbb7f3e5df542eab500de99c" }, { - "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.", + "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-asia-india-59647425?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59738542?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 14 Dec 2021 08:27:28 GMT", + "pubDate": "Thu, 23 Dec 2021 00:17:33 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148396,16 +151303,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5010feecc5a23f57273ea6acbf9ea701" + "hash": "eef308aca8f9f05eede4419c899c8d5f" }, { - "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.", + "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-us-canada-59602955?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59737858?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 14 Dec 2021 00:29:07 GMT", + "pubDate": "Thu, 23 Dec 2021 00:25:36 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148417,16 +151324,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d368b6058b0cf3e2a7e72afaf8126633" + "hash": "90feef4fedefc6e20203958dcef85c92" }, { - "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.", + "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/world-us-canada-59647065?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59558921?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 14 Dec 2021 02:14:01 GMT", + "pubDate": "Thu, 23 Dec 2021 00:09:18 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148438,16 +151345,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ade87b073daa06d847265dd361e6a48" + "hash": "3875b60a01a38d30a768c40380856b15" }, { - "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.", + "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/business-59646699?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59702495?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 14 Dec 2021 04:31:34 GMT", + "pubDate": "Thu, 23 Dec 2021 00:01:23 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148459,16 +151366,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a60973b03df603bf3c463f88ce0180cb" + "hash": "91bae48adf80ce4fa0c5f1fb7c1df95c" }, { - "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.", + "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/entertainment-arts-59642262?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-56720589?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 19:05:05 GMT", + "pubDate": "Wed, 22 Dec 2021 09:07:53 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148480,16 +151387,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "15121c64e448eaf7112fdab02e840f01" + "hash": "08d8435d77528237eb7390ddef2b05e4" }, { - "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", + "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/stories-59635134?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59723756?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 14 Dec 2021 01:14:09 GMT", + "pubDate": "Wed, 22 Dec 2021 00:07:33 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148501,16 +151408,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6c6d18d823b6c32ce8effd74bdfda14" + "hash": "697d669cb2a1984dd624c702c6713f6d" }, { - "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.", + "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/entertainment-arts-59635607?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59690317?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 15:21:08 GMT", + "pubDate": "Wed, 22 Dec 2021 00:11:57 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148522,16 +151429,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "74ba2357254720aaffa87eba922235df" + "hash": "31ecae3fc89a27eddeb56721abc433b9" }, { - "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.", + "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-us-canada-59632356?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59770673?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 05:38:40 GMT", + "pubDate": "Thu, 23 Dec 2021 15:11:28 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148543,16 +151450,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "75cc8404b8bd9322e28b258e5960969e" + "hash": "f1d003e6f27da2c24e3d5b36354750ce" }, { - "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.", + "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-india-59647425?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59766737?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 14 Dec 2021 03:54:42 GMT", + "pubDate": "Thu, 23 Dec 2021 07:06:29 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148564,16 +151471,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "68c31dad24d6f89033c89d94b60055aa" + "hash": "f98db72bd8027c6a268e1c4fa25b697c" }, { - "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.", + "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-us-canada-59637898?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59753026?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 15:18:09 GMT", + "pubDate": "Wed, 22 Dec 2021 07:15:40 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148585,16 +151492,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "980d32456a9f4f64521f93aedd887ece" + "hash": "e51a609fa502dd4e89cafdec19aca087" }, { - "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.", + "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-us-canada-59632356?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59731003?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 05:38:40 GMT", + "pubDate": "Wed, 22 Dec 2021 00:02:29 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148606,16 +151513,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "df74d09e9197c691efdea0e2dcd01f21" + "hash": "feba2e14f9fc316d6da1056fac5beb98" }, { - "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.", + "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-europe-59636399?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59749146?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 11:12:58 GMT", + "pubDate": "Tue, 21 Dec 2021 18:22:22 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148627,16 +151534,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f8216515b20635f19e4e79d40ebebadf" + "hash": "121b3c95d2e75c7cca9e26dcbde1bb55" }, { - "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.", + "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/world-us-canada-59632657?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/health-59758784?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 20:32:46 GMT", + "pubDate": "Wed, 22 Dec 2021 20:46:43 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148648,16 +151555,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f754fa38b2a434a96a7ce153f4488838" + "hash": "39f6b5d42ab6b45405a01d0e2b7d45e3" }, { - "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.", + "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/news/world-europe-59636123?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/ice-hockey/59760792?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 14:43:48 GMT", + "pubDate": "Thu, 23 Dec 2021 00:25:35 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148669,16 +151576,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "89bdde5f50d9a610a8356424d9aff9c4" + "hash": "bc4d02c5668684fd749ffda2f765e746" }, { - "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.", + "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-africa-59645081?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59756344?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 19:27:42 GMT", + "pubDate": "Wed, 22 Dec 2021 20:23:15 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148690,16 +151597,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ec6573e098954702b57620f04031080" + "hash": "0c0914fc03623dc480205b0edda669b1" }, { - "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.", + "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-europe-59636124?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59754153?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 14:44:01 GMT", + "pubDate": "Wed, 22 Dec 2021 18:37:31 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148711,16 +151618,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "14bf624291a6d1acd0e01b8596a9e6b6" + "hash": "f605ff7620692c5c952397e96e7eb279" }, { - "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.", + "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-europe-59584125?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59743487?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 00:20:39 GMT", + "pubDate": "Wed, 22 Dec 2021 16:33:14 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148732,16 +151639,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfab3ca07a0c0e1f590077c5a49a29c2" + "hash": "924ef90809ae4592161f40d43e2eb646" }, { - "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\".", + "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-asia-india-59612846?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59737125?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 12 Dec 2021 23:41:39 GMT", + "pubDate": "Tue, 21 Dec 2021 00:53:30 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148753,16 +151660,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3a0b3c83d46cdcfdc5c6e945f976779" + "hash": "5bcee924154d3e95e4e3a27a4714142f" }, { - "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.", + "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-latin-america-59620096?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59766810?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 12 Dec 2021 00:02:48 GMT", + "pubDate": "Thu, 23 Dec 2021 10:59:52 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148774,16 +151681,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "56457f58ca3117f6037ae98357acc580" + "hash": "635d96fcf3698103003acd3f19c21be6" }, { - "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.", + "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-africa-59578223?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59764990?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 12 Dec 2021 00:35:37 GMT", + "pubDate": "Thu, 23 Dec 2021 02:34:06 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148795,16 +151702,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "13033b23949382c3a47061a38e32f103" + "hash": "a6e8cf812eb6f4ccde5b30a1d2809df1" }, { - "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.", + "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-latin-america-59506656?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59757299?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 12 Dec 2021 00:31:54 GMT", + "pubDate": "Wed, 22 Dec 2021 22:07:11 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148816,16 +151723,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4658174def7973b00485fe4d84e0592f" + "hash": "7de34b23bf99a6e55a1b9827913299b4" }, { - "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.", + "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-asia-59608474?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59753043?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 12 Dec 2021 00:18:07 GMT", + "pubDate": "Wed, 22 Dec 2021 13:20:40 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148837,16 +151744,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bda94d028661659be0573e42e2270c89" + "hash": "81402f33e55edf7c7d07f492b39c64b5" }, { - "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.", + "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/in-pictures-59577949?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/technology-59760366?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 12 Dec 2021 00:13:28 GMT", + "pubDate": "Wed, 22 Dec 2021 17:03:11 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148858,16 +151765,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "648e7a45baa8b850fb85129b1522ee94" + "hash": "33d67a40cd42facb37285fda0e7f75da" }, { - "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.", + "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-us-canada-59632355?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59735243?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 02:13:45 GMT", + "pubDate": "Mon, 20 Dec 2021 22:44:32 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148879,16 +151786,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f758357cd4ab61b560e27aa49db2f83" + "hash": "3f04546a8bb104946d449f0fb265f9fe" }, { - "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.", + "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-us-canada-59623946?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59747689?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 11 Dec 2021 22:55:15 GMT", + "pubDate": "Wed, 22 Dec 2021 09:16:17 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148900,16 +151807,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "49d2917fb92e90f15a05371599f45889" + "hash": "18ebc35d17491a78adb369700b2c8ae0" }, { - "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.", + "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/59623945?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59749967?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 11 Dec 2021 17:15:28 GMT", + "pubDate": "Wed, 22 Dec 2021 01:37:24 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148921,16 +151828,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c6341660813beae810cc90375dfbac4" + "hash": "17f64ae07411ee8b8a4f3f9db782e7c8" }, { - "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.", + "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-59621245?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59723343?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 11 Dec 2021 12:20:57 GMT", + "pubDate": "Wed, 22 Dec 2021 07:34:54 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148942,16 +151849,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3ba7c3867fb0b98afe8e574667ef613" + "hash": "90295085286bcd7fb147de80efb44fb6" }, { - "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.", + "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/uk-england-northamptonshire-59643750?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59723344?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 17:50:33 GMT", + "pubDate": "Wed, 22 Dec 2021 05:59:46 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148963,16 +151870,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9360324eef1f61674abe21bf4ae06de" + "hash": "e287dc78c41684555f73467b98f722ad" }, { - "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.", + "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-latin-america-59637370?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59750154?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 12:30:20 GMT", + "pubDate": "Wed, 22 Dec 2021 10:11:58 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -148984,16 +151891,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "166d6b8560de4b0dfc6feabc9cc2ad8f" + "hash": "9d4a212a8ed8465f502fbbb339a0d53b" }, { - "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.", + "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-middle-east-59636279?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59748281?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 12:47:23 GMT", + "pubDate": "Tue, 21 Dec 2021 23:36:13 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149005,16 +151912,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc585506d63b32f214bab3a44994a505" + "hash": "f5f4f44f9a9e9de399d86c03b971a628" }, { - "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.", + "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-africa-59635277?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59751702?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 14:37:05 GMT", + "pubDate": "Wed, 22 Dec 2021 05:50:09 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149026,16 +151933,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9836076619b62d077d2231b44534b25b" + "hash": "fea79aa7b7a947ffe8a67ee84b49f4b0" }, { - "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.", + "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-asia-china-59632728?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59749005?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 08:31:47 GMT", + "pubDate": "Tue, 21 Dec 2021 19:44:15 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149047,16 +151954,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "12c0f0c0f94d472791d92fadc0dbe58e" + "hash": "e36f38deae1d6c884e44840af1a94ad6" }, { - "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.", + "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/world-europe-59629670?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59750613?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 12 Dec 2021 23:13:45 GMT", + "pubDate": "Wed, 22 Dec 2021 02:38:48 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149068,16 +151975,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0797f6a22752b2c68459652ef9aafcef" + "hash": "6bee1e0637c9c18dd5335335a759754b" }, { - "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.", + "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/world-europe-59633882?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/science-environment-59744280?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 13:51:52 GMT", + "pubDate": "Wed, 22 Dec 2021 00:07:16 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149089,16 +151996,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf44ef6cf78520b7bdcf54c2b42c251c" + "hash": "17ebaa3d2b9bd69d449de9975f6f799c" }, { - "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.", + "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-59632403?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59738678?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 05:16:20 GMT", + "pubDate": "Tue, 21 Dec 2021 16:14:54 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149110,16 +152017,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "26b9acef768e7ec6c5fab413f401c69d" + "hash": "cbcb94b7e0d78e20ad1e49259e2e7e1e" }, { - "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.", + "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-59633882?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59748169?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 08:52:30 GMT", + "pubDate": "Tue, 21 Dec 2021 17:28:10 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149131,16 +152038,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "40abfd3b8cbd68001e54da9608f925f5" + "hash": "19fa53ac61f500f08e3e7d448dacaf37" }, { - "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.", + "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-africa-59630424?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59739563?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 00:06:43 GMT", + "pubDate": "Tue, 21 Dec 2021 10:34:52 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149152,16 +152059,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dce36252b90d549817cf2c0d37633ce4" + "hash": "c67f00bc9bdb8e2631338d5ebab22564" }, { - "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.", + "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-asia-59632727?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59689797?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 04:37:46 GMT", + "pubDate": "Tue, 21 Dec 2021 00:34:48 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149173,16 +152080,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8aee5416a7445b24e0e1d5f12ac7f91c" + "hash": "5838ce8c5428eb34a3b21a9ecbc0a90a" }, { - "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.", + "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/world-asia-59633388?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/technology-59744569?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 05:14:21 GMT", + "pubDate": "Wed, 22 Dec 2021 02:55:33 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149194,16 +152101,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e38825c9c7cd914596c39c15a2cb90c1" + "hash": "22d0c95f8499f4bbbe22c20670cb091c" }, { - "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.", + "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-india-59631743?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59600475?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 12 Dec 2021 22:35:36 GMT", + "pubDate": "Tue, 21 Dec 2021 00:26:19 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149215,16 +152122,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b2a0f3567e62fa05c1bbe325677b8fb" + "hash": "ccbcd3461176200de61b3819111cae24" }, { - "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.", + "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-australia-59632567?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59728144?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 04:50:35 GMT", + "pubDate": "Mon, 20 Dec 2021 15:39:33 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149236,16 +152143,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0ec9fa8722beb684757123d451226f5" + "hash": "b3ab2fa9670e78468d1d2712754ccb6a" }, { - "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.", + "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-asia-china-59627131?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59697807?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 12 Dec 2021 15:26:44 GMT", + "pubDate": "Tue, 21 Dec 2021 00:29:12 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149257,16 +152164,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a2bac998a6ad300f112b998278f0fd8" + "hash": "f0d3b6c524a1e3a4b74cdab2dec6a471" }, { - "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.", + "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-europe-59627275?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59724425?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 12 Dec 2021 15:23:27 GMT", + "pubDate": "Tue, 21 Dec 2021 00:06:03 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149278,16 +152185,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc5cc5b52d64bd867830d6e115d86696" + "hash": "30a1f44601b435c2aaf75272a92e8f13" }, { - "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.", + "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-us-canada-59632355?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59664078?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 13 Dec 2021 02:13:45 GMT", + "pubDate": "Tue, 21 Dec 2021 00:33:09 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149299,16 +152206,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4322cbf7357d37867b3a15d33873fa17" + "hash": "97818d981fd8fbf529498db06efac840" }, { - "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.", + "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-us-canada-59625362?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59699556?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 11 Dec 2021 22:33:26 GMT", + "pubDate": "Mon, 20 Dec 2021 09:13:23 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149320,16 +152227,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d7f0a41aa136f8d1b143c7fe340bfe73" + "hash": "845b1a48b9772587fdc7918086d608ef" }, { - "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.", + "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/world-us-canada-59623970?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/science-environment-59667645?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 12 Dec 2021 09:12:46 GMT", + "pubDate": "Mon, 20 Dec 2021 00:59:28 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149341,16 +152248,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0abb0d81d61b3add6d6788018dbd980f" + "hash": "59b3dec3d0d684b8d29e8f7e4b607625" }, { - "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.", + "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/world-asia-china-59627131?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/technology-59674930?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 12 Dec 2021 15:26:44 GMT", + "pubDate": "Mon, 20 Dec 2021 00:16:05 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149362,16 +152269,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cad5fbb761ab9da10257e50aba97778e" + "hash": "8482730cf87869df66a98d8c81346698" }, { - "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.", + "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/sport/formula1/59628024?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59731003?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 12 Dec 2021 17:58:51 GMT", + "pubDate": "Wed, 22 Dec 2021 00:02:29 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149383,16 +152290,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ecc51923ded32947e85163c771d8667f" + "hash": "3318c8d2a9f478a6dbb93b2b6b97982c" }, { - "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.", + "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-latin-america-56043096?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59719323?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 12 Dec 2021 14:55:32 GMT", + "pubDate": "Mon, 20 Dec 2021 00:01:38 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149404,16 +152311,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e31dfc7e842ee3336222c72c0ee86b46" + "hash": "4fc70ac69fff7c4d7166e78daac65a83" }, { - "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.", + "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-africa-59628178?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59722801?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 12 Dec 2021 16:32:18 GMT", + "pubDate": "Mon, 20 Dec 2021 04:36:53 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149425,16 +152332,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "243849dc318265a98e0a7f0df8b1577d" + "hash": "3e16e006a9ca0b026f369c611f02ad51" }, { - "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.", + "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-latin-america-59625304?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59740356?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 12 Dec 2021 01:16:44 GMT", + "pubDate": "Tue, 21 Dec 2021 12:21:30 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149446,16 +152353,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b1d6cac54f74f12fda677ab4a927087" + "hash": "c8accdc06c70c90350254fa90561e60e" }, { - "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.", + "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/entertainment-arts-59627125?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59725368?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 12 Dec 2021 10:21:55 GMT", + "pubDate": "Tue, 21 Dec 2021 12:49:51 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149467,16 +152374,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff53f515116ada6c50fcd3bf1f49767e" + "hash": "43a47f992f4eda6dedf190bd36d753d2" }, { - "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.", + "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-africa-59628176?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59740324?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 12 Dec 2021 13:20:35 GMT", + "pubDate": "Tue, 21 Dec 2021 16:25:23 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149488,16 +152395,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab206b06154d2a3ba9a9b36ade84cb8e" + "hash": "042a1f1692b9f9b5cb0a8da8e03bffe9" }, { - "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.", + "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/world-asia-india-59627124?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59737194?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 12 Dec 2021 10:59:57 GMT", + "pubDate": "Tue, 21 Dec 2021 09:50:37 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149509,16 +152416,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ba5f1cf0ec2dc43d63509d1ad1467ef" + "hash": "c24aa9fecd7f5c18aaf4a4bd16064b4f" }, { - "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.", + "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/world-europe-59626108?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59733321?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 12 Dec 2021 05:48:16 GMT", + "pubDate": "Tue, 21 Dec 2021 09:25:13 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149530,16 +152437,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c680ec955513c359ffff6d5664c8bad" + "hash": "88c4d6d1d20d90cde8e81eb724dbb487" }, { - "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.", + "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-us-canada-59619247?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59740528?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 11 Dec 2021 10:21:41 GMT", + "pubDate": "Tue, 21 Dec 2021 16:37:57 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149551,16 +152458,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8396f56cdffcbd8697cf125722368f3a" + "hash": "5154d4007bd6c6d6160bf463fcfa90de" }, { - "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.", + "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-europe-59577375?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59739685?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 11 Dec 2021 00:24:07 GMT", + "pubDate": "Tue, 21 Dec 2021 09:32:11 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149572,16 +152479,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "503f6e8d402571f49515e642898f4f7d" + "hash": "07b8646b868eed7e078ec4abdd295809" }, { - "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.", + "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/in-pictures-59607504?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59740185?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 11 Dec 2021 00:53:09 GMT", + "pubDate": "Tue, 21 Dec 2021 11:08:47 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149593,16 +152500,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "581dd2fabefd3ff943d24f75553a221a" + "hash": "f2ae78c77a26fe902ef0f0d8f5e62f37" }, { - "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.", + "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/health-59609452?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59730923?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 11 Dec 2021 00:02:03 GMT", + "pubDate": "Tue, 21 Dec 2021 16:21:20 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149614,16 +152521,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1dd54ade292e0896e42087d66581aa01" + "hash": "7cd011925a923324fb7bb6f4fa40bd9d" }, { - "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.", + "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-59602724?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59722800?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 12 Dec 2021 00:05:01 GMT", + "pubDate": "Mon, 20 Dec 2021 00:04:29 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149635,16 +152542,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "83e423ccbd8821a51dfa110ebed290fa" + "hash": "aede571905e13b87e56ea4d9458afaf9" }, { - "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.", + "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-us-canada-59623946?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59714658?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 11 Dec 2021 22:55:15 GMT", + "pubDate": "Sun, 19 Dec 2021 15:00:23 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149656,16 +152563,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c210ea51adbdc21456b8fc08ef9288b" + "hash": "dd611b7f57c2ed41bbc1f1be31f3d027" }, { - "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.", + "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-59623264?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59730923?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 11 Dec 2021 21:53:17 GMT", + "pubDate": "Mon, 20 Dec 2021 22:15:12 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149677,16 +152584,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b09a779e73e9a7c94966b3586725854" + "hash": "00d84e6cfed4b2dbf2de02c36fb67386" }, { - "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.", + "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/world-europe-59623258?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59732935?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 11 Dec 2021 18:20:01 GMT", + "pubDate": "Mon, 20 Dec 2021 19:56:26 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149698,16 +152605,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6298f2edc6a2f501138a6ec3ece146c" + "hash": "9818fdfd1e76c668c02fe3a4d220475f" }, { - "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.", + "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-europe-59625302?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59715941?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 11 Dec 2021 22:33:58 GMT", + "pubDate": "Mon, 20 Dec 2021 09:14:03 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149719,16 +152626,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3fe7133643b03a5882fc9c50a96b9c6e" + "hash": "ace460afe3586c2ce3861b4c73752f14" }, { - "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.", + "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-latin-america-59612811?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59726191?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 11 Dec 2021 05:42:52 GMT", + "pubDate": "Mon, 20 Dec 2021 10:40:08 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149740,16 +152647,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e201ad66a9822f4b98a3c3dd0c4ce79" + "hash": "31ed3253a3f372273d3008b35e5bd7ff" }, { - "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.", + "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-latin-america-59617508?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59733713?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 11 Dec 2021 00:20:03 GMT", + "pubDate": "Mon, 20 Dec 2021 16:56:57 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149761,16 +152668,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "72438d1ebf90b3aeef92613f7d958a8d" + "hash": "b6b66a36ed89aa2e2d749c1ad8a28e07" }, { - "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\".", + "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/uk-59616743?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59723676?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 11 Dec 2021 01:30:03 GMT", + "pubDate": "Mon, 20 Dec 2021 09:49:53 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149782,16 +152689,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a00fa90bba7ba9337da665df13fef03" + "hash": "8b65e13de8a24d95128ad2552290379c" }, { - "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.", + "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-us-canada-59616024?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59732499?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 11 Dec 2021 00:42:23 GMT", + "pubDate": "Mon, 20 Dec 2021 16:07:22 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149803,16 +152710,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5c376288b8ee27c59312c791f1ec55d" + "hash": "fad5a4841eaf427c30fad3b9085ffae8" }, { - "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.", + "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/59623945?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59733807?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 11 Dec 2021 17:15:28 GMT", + "pubDate": "Mon, 20 Dec 2021 17:33:18 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149824,16 +152731,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "169833537c8557cb0ab1b95b2d2ea4b3" + "hash": "9f9c131ba9a63d2aa8f96d8304a012ff" }, { - "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.", + "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-us-canada-59623970?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59730522?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 11 Dec 2021 23:33:47 GMT", + "pubDate": "Mon, 20 Dec 2021 15:03:33 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149845,16 +152752,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "44f9f06be58963cebde27910e92f5b77" + "hash": "6ce1187ebc5d6d968ca3d1a24c60a0a2" }, { - "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.", + "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/news/world-middle-east-59571713?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/africa/59734797?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 10 Dec 2021 17:10:01 GMT", + "pubDate": "Mon, 20 Dec 2021 17:13:19 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149866,16 +152773,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "da32bc37facd438f73f70fde0b0a4f4a" + "hash": "a418af75e3d5ad4cee637215a6d9a4ac" }, { - "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.", + "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-asia-59617510?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59730354?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 11 Dec 2021 01:53:18 GMT", + "pubDate": "Mon, 20 Dec 2021 18:19:02 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149887,16 +152794,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4669899edeb1f2945f46d0660848e65a" + "hash": "5254fe573e0698f39e5ad0a674dfe1d8" }, { - "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.", + "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/world-asia-india-59604645?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59605130?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 10 Dec 2021 22:55:28 GMT", + "pubDate": "Mon, 20 Dec 2021 00:08:09 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149908,16 +152815,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "042ba08af164bf37edb7406ceef1844a" + "hash": "e9a57464b392501e76045d610267b306" }, { - "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.", + "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-europe-59590518?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59689710?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 10 Dec 2021 00:30:19 GMT", + "pubDate": "Mon, 20 Dec 2021 01:03:31 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149925,20 +152832,20 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7b8c2b56a2e6d4f535cda60cb82810ab" + "hash": "2b1db015aadad012b453ef3115377bcc" }, { - "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.", + "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-europe-59582146?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59694246?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 21:04:11 GMT", + "pubDate": "Mon, 20 Dec 2021 00:46:44 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149950,16 +152857,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aed7a23dbaf6c45f7189589584766424" + "hash": "6ccfe0fce553e6f53e83af0b8deecb40" }, { - "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.", + "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/world-59623841?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59651334?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 11 Dec 2021 16:40:20 GMT", + "pubDate": "Mon, 20 Dec 2021 00:00:38 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149971,16 +152878,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9081a0e219e586cae68ce56fe65de4ba" + "hash": "5f419d5bcd346907fbeb740ee527f12a" }, { - "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.", + "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/world-us-canada-59620091?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/technology-59659881?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 11 Dec 2021 16:16:00 GMT", + "pubDate": "Sun, 19 Dec 2021 00:04:22 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -149992,16 +152899,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0161e837710157acf472510e8f4a7bb" + "hash": "4dd516bf736197ec1bc5f595073346e4" }, { - "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", + "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-us-canada-59381081?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59712015?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 10 Dec 2021 19:52:21 GMT", + "pubDate": "Sun, 19 Dec 2021 00:29:26 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -150013,16 +152920,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bac9511f039558e5b426915327f98e65" + "hash": "de8166203e3b6e4b1445fa1ccdd21362" }, { - "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.", + "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-59613540?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59632733?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 10 Dec 2021 18:34:28 GMT", + "pubDate": "Sun, 19 Dec 2021 00:05:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -150034,16 +152941,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d379ec97d0128a4428759fa4583bd0c" + "hash": "3f6531ca5aea4aa73a46bf31efc84650" }, { - "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.", + "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/entertainment-arts-59606993?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59709246?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 10 Dec 2021 19:38:24 GMT", + "pubDate": "Sat, 18 Dec 2021 13:02:57 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -150055,16 +152962,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "24266a3a4199e8a33556a904fa4dd62f" + "hash": "a1dfce3245acbfc974068d90f4ddacc1" }, { - "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.", + "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/stories-59587051?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-59710482?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 11 Dec 2021 01:00:46 GMT", + "pubDate": "Sat, 18 Dec 2021 11:04:48 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -150076,16 +152983,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "37a6872d1e85a3d6e4f7a5ee7ced645c" + "hash": "a95eb0a2b66b56a07cbe0e7a115942e9" }, { - "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.", + "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-africa-59595276?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59723278?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 10 Dec 2021 00:38:48 GMT", + "pubDate": "Mon, 20 Dec 2021 06:29:06 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -150097,16 +153004,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "94db72aecba3b6acc6a14713bbb344e9" + "hash": "b6e8d987af69f8fb85ea4f2e4d22f35f" }, { - "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.", + "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-asia-59616114?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59714272?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 10 Dec 2021 19:36:29 GMT", + "pubDate": "Mon, 20 Dec 2021 03:01:40 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -150118,16 +153025,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "804a046acac00020011b61ee82e87398" + "hash": "b29bf2732fc426d6aed7620229e905cf" }, { - "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.", + "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-europe-59608785?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59717343?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 10 Dec 2021 17:17:38 GMT", + "pubDate": "Mon, 20 Dec 2021 08:43:42 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -150139,16 +153046,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8fa1c54f4298766a370b93ad3ac690e" + "hash": "df625d4fb835bcc65e932ab1adb8caa1" }, { - "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.", + "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-africa-59608484?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59722770?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 10 Dec 2021 16:35:00 GMT", + "pubDate": "Mon, 20 Dec 2021 00:02:34 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -150160,16 +153067,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e38335da3f382f9168be029a48a2ac4" + "hash": "6bed3e2bfa1cf618e12d76c0f9ad7c59" }, { - "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.", + "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/world-us-canada-59621245?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59722285?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 11 Dec 2021 12:20:57 GMT", + "pubDate": "Mon, 20 Dec 2021 08:41:09 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -150181,16 +153088,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "18aa5778afbce108510ca0407646c08a" + "hash": "578f277d82f607f93bd98b815f21f05c" }, { - "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.", + "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-latin-america-59616117?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59720745?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 10 Dec 2021 19:42:46 GMT", + "pubDate": "Sun, 19 Dec 2021 21:05:18 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -150202,16 +153109,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "969b134e138ffef084c0d61108141641" + "hash": "629113e6208c45c15850175bed6d9204" }, { - "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.", + "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-us-canada-59620091?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59721962?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 11 Dec 2021 10:46:15 GMT", + "pubDate": "Sun, 19 Dec 2021 22:24:33 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -150223,16 +153130,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4166add8c3f1591a1417aa50e89ed626" + "hash": "17b51c6f4cf210e36d2393c12ac19d2e" }, { - "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.", + "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-59621245?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59720744?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 11 Dec 2021 12:20:57 GMT", + "pubDate": "Mon, 20 Dec 2021 08:44:56 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -150244,16 +153151,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "928863e281aa001620cecf8e6f2aa780" + "hash": "3a74ded61f2c9694096289726e4b6d2a" }, { - "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.", + "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/uk-59606395?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59527051?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 10 Dec 2021 16:10:23 GMT", + "pubDate": "Fri, 10 Dec 2021 22:06:32 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -150265,16 +153172,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "10dd70e9207870b14f39fa5ecb771e3d" + "hash": "5390fabd2355559ec039dfd02f021506" }, { - "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.", + "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-us-canada-59620091?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59715940?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 11 Dec 2021 09:41:24 GMT", + "pubDate": "Sun, 19 Dec 2021 04:55:15 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -150286,16 +153193,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3415fc27a6a0b6c785f7a1d54d911da5" + "hash": "0f5e945d41875bc7e7903ddbc01e5c69" }, { - "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.", + "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/health-59594000?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-59715820?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 17:03:21 GMT", + "pubDate": "Sun, 19 Dec 2021 01:36:28 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -150307,19 +153214,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "89eef7da1f37fccc0f5342c7d0689114" + "hash": "c69fa3e6ff50a109b8b48dfbd4a9365c" }, { - "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.", + "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-latin-america-59612811?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59719765?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 10 Dec 2021 22:18:15 GMT", + "pubDate": "Sun, 19 Dec 2021 15:57:10 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150327,19 +153235,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bdbaddeb9d41a7883f295b81f8a78e9" + "hash": "58414b1085ea4c9bcca5ca5766234ac5" }, { - "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.", + "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/uk-59608641?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59715937?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 10 Dec 2021 13:54:36 GMT", + "pubDate": "Sun, 19 Dec 2021 05:22:51 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150347,19 +153256,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "257d31f34a5bd613469dce0d7abeea10" + "hash": "8b2dcf2f4f136c7a2b4379d3808b0ba8" }, { - "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.", + "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/health-59609452?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59717076?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 11 Dec 2021 00:02:03 GMT", + "pubDate": "Sun, 19 Dec 2021 12:26:24 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150367,19 +153277,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a52700c4748a1ec9dd26f324eea7ae86" + "hash": "4337a64d1ac421ccf39d28bc7559491b" }, { - "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.", + "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-latin-america-59603801?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59717343?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 10 Dec 2021 15:36:48 GMT", + "pubDate": "Sun, 19 Dec 2021 14:57:34 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150387,19 +153298,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1816423f7dacf28006ebfdb1e56d4b84" + "hash": "9190c2e9a104fe9cf7086dc59a02f4cf" }, { - "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.", + "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-asia-59598535?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59717345?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 10 Dec 2021 11:32:10 GMT", + "pubDate": "Sun, 19 Dec 2021 11:15:46 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150407,19 +153319,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5dbad0dd729f26ae61007f1a1c3e779" + "hash": "c4c5917e2822f9f6085184ff44503290" }, { - "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.", + "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-asia-india-59604649?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59699350?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 10 Dec 2021 11:34:02 GMT", + "pubDate": "Sun, 19 Dec 2021 00:08:54 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150427,19 +153340,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f094ac87c31e3cfc397739e48dcecc29" + "hash": "f75183d681f015f2846920dab5d979bd" }, { - "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.", + "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/news/world-australia-59604211?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/boxing/59692720?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 10 Dec 2021 02:10:52 GMT", + "pubDate": "Sun, 19 Dec 2021 00:13:24 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150447,19 +153361,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e7364892cb1750f0b77bda948d50e8af" + "hash": "7240adfd9b807389cd93a6664514dc4d" }, { - "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.", + "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-asia-59592355?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59712020?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 10 Dec 2021 13:40:10 GMT", + "pubDate": "Sat, 18 Dec 2021 22:03:55 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150467,19 +153382,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd45bcdda59529a020a5d83dbc55b2d3" + "hash": "ffce8d4c3ad11870c7e8d8c12cb0327c" }, { - "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.", + "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/technology-59596267?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59689731?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 10 Dec 2021 00:05:38 GMT", + "pubDate": "Sun, 19 Dec 2021 00:05:36 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150487,19 +153403,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "09ff2f82b03d777318bc244199baa53f" + "hash": "bee8e1fc881b07410897b510d373041e" }, { - "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.", + "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-asia-59459910?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59689177?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 10 Dec 2021 00:44:21 GMT", + "pubDate": "Sat, 18 Dec 2021 00:12:20 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150507,19 +153424,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4cf7798e8a888ca5a8e5e2f039730c81" + "hash": "34f149a0d057e80022d7b7854de2b808" }, { - "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.", + "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/business-59430501?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59674377?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 10 Dec 2021 00:01:05 GMT", + "pubDate": "Sat, 18 Dec 2021 00:11:08 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150527,19 +153445,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "81c04d70afc7eb3b9560ad21aea0ab1d" + "hash": "db457fb575401cddfbbaeaa76079d06a" }, { - "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.", + "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-africa-59531176?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59691176?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 00:23:20 GMT", + "pubDate": "Sat, 18 Dec 2021 00:17:33 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150547,19 +153466,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "26535bcccd8720c44cd795f07deaefd2" + "hash": "5ec5fbe5551065c5d47f75bcf93067fe" }, { - "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.", + "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-asia-59462503?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59707799?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 00:15:31 GMT", + "pubDate": "Sat, 18 Dec 2021 01:04:41 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150567,19 +153487,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ea2708b7cb534428073cac9f1768712" + "hash": "3ae17509fc0fa348acbca1985ed039ef" }, { - "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.", + "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-asia-59578618?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59685203?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 00:18:15 GMT", + "pubDate": "Sat, 18 Dec 2021 00:07:41 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150587,19 +153508,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6cd6957dbf55c6c71eb5a31d2a3a9397" + "hash": "b5eae7506751281f9fec554f4a289e55" }, { - "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.", + "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/59580982?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59702427?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 17:53:39 GMT", + "pubDate": "Sat, 18 Dec 2021 00:06:05 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150607,19 +153529,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0af890715039b41015a83f4e98bc7c9d" + "hash": "18aa17e747b7a80833df43c170dc63de" }, { - "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.", + "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-europe-59604011?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59714658?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 10 Dec 2021 02:20:20 GMT", + "pubDate": "Sun, 19 Dec 2021 08:35:34 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150627,19 +153550,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b102d3757b3bdac7528a35ee672f1504" + "hash": "901703f3f74209602829ff70a7c7a928" }, { - "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.", + "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-latin-america-59603801?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59717343?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 10 Dec 2021 03:42:36 GMT", + "pubDate": "Sun, 19 Dec 2021 10:10:19 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150647,19 +153571,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "de09b9ff01fe9d107df97ca893472cf8" + "hash": "d1f629ca73462b31c73c403ee457b0d6" }, { - "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.", + "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/world-us-canada-59599142?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-england-kent-59710100?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 10 Dec 2021 00:50:16 GMT", + "pubDate": "Sat, 18 Dec 2021 17:28:44 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150667,19 +153592,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "da29abe68aa5f193ae9c6f18c6ce2980" + "hash": "e58475810ca767f1aac7c8f78bc27bd1" }, { - "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.", + "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-europe-59599066?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59702496?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 22:45:56 GMT", + "pubDate": "Sat, 18 Dec 2021 00:16:12 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150687,19 +153613,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d86ea8d32803670ab0bd9e078d509442" + "hash": "7d3c6cc7d06d5b970ce87722ca93d56b" }, { - "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.", + "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/business-59588905?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59714658?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 10 Dec 2021 04:23:48 GMT", + "pubDate": "Sun, 19 Dec 2021 04:34:44 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150707,19 +153634,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "754415fbb30eedf8c7ab351c742adb8e" + "hash": "2ab2110f049949b46b37176c387e903a" }, { - "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.", + "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-africa-59598455?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59712276?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 17:48:12 GMT", + "pubDate": "Sat, 18 Dec 2021 16:04:53 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150727,19 +153655,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5530eeb7ba7765ef703152df0f531fad" + "hash": "27249a201fff161612fe8c882d02cc1d" }, { - "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.", + "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/news/world-us-canada-59599279?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/sports-personality/59700067?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 23:40:14 GMT", + "pubDate": "Sat, 18 Dec 2021 18:00:27 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150747,19 +153676,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2302785d1016861f9614701979407a7" + "hash": "62462baf0b86e8046ceb8dcca44e6597" }, { - "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.", + "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-59572668?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59708304?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 20:03:57 GMT", + "pubDate": "Sat, 18 Dec 2021 04:32:32 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150767,19 +153697,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b473d4a1379623bea0a4fff21357942" + "hash": "f36f14c4b291fba2bad99eb98996dcd0" }, { - "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\".", + "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/news/world-asia-59574532?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/cricket/59708346?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 10 Dec 2021 04:22:18 GMT", + "pubDate": "Sat, 18 Dec 2021 12:12:24 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150787,19 +153718,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "85947eaf4d66e5ee47b339471020e8bc" + "hash": "345038944acef0fcfe2080b4470fc2ba" }, { - "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.", + "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-europe-59582145?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59689731?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 14:27:42 GMT", + "pubDate": "Sun, 19 Dec 2021 00:05:36 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150807,59 +153739,62 @@ "favorite": false, "created": false, "tags": [], - "hash": "d23f57227f45257039369b47a5baaef3" + "hash": "d67f1a6c3a78a95890790aea6e2f52b9" }, { - "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.", + "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-middle-east-59571712?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59696503?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 15:59:49 GMT", + "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": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "281be9a95f96e59b806cc5f370e26198" + "hash": "b43e033e055a383272ec6024761937d8" }, { - "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.", + "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-middle-east-59593001?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59705709?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 12:14:55 GMT", + "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": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8672d0e1224f21a3c57063cd4d10ba18" + "hash": "f6841fb154cdf97cfbd828c558bd1e6c" }, { - "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.", + "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-asia-59598535?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59703611?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 10 Dec 2021 00:32:42 GMT", + "pubDate": "Fri, 17 Dec 2021 23:12:31 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150867,19 +153802,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "43057a2eaeef2bae3de3809c9504e795" + "hash": "6e5344b4358b57746cffe730e9c9ae6f" }, { - "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.", + "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/business-59430501?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59692855?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 10 Dec 2021 00:01:05 GMT", + "pubDate": "Fri, 17 Dec 2021 20:32:08 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150887,19 +153823,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "793b53ea3f3640becd96ceb8d8f3fa19" + "hash": "40a463456d7c4616b839232be59aec05" }, { - "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.", + "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-asia-china-59585597?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59696450?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 00:09:59 GMT", + "pubDate": "Fri, 17 Dec 2021 15:29:41 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150907,19 +153844,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e1b1ef9c9bf78219ba294682e4f1fa2" + "hash": "4a2901aeea346d5c2e869b2e57ed7f5b" }, { - "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.", + "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/world-europe-59586873?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/technology-59703523?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 00:07:43 GMT", + "pubDate": "Fri, 17 Dec 2021 17:38:01 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150927,19 +153865,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c2862250345d6b5a65808a4a36621ce6" + "hash": "46530fafa82695a751dcd3d247189538" }, { - "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.", + "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-middle-east-59553662?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59707192?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 00:02:29 GMT", + "pubDate": "Sat, 18 Dec 2021 00:25:51 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150947,19 +153886,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f95825e50ef0c3c31ac0b3fbd53edef" + "hash": "22d7cd4ead4d848545f9cf5de89f8777" }, { - "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.", + "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/entertainment-arts-59568638?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59688405?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 00:05:04 GMT", + "pubDate": "Sat, 18 Dec 2021 02:13:51 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150967,19 +153907,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1680f14e7aa15fe6cfd5f0b9b84ffae" + "hash": "a22b84a4b8700ef3cb03701c010533b4" }, { - "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.", + "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-59599058?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59691902?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 16:17:34 GMT", + "pubDate": "Fri, 17 Dec 2021 20:37:35 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -150987,19 +153928,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f7b809c6cc6ab75333b410e1e5d17d6" + "hash": "7ea8a3cadee7b077291542e53a87ed6d" }, { - "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.", + "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-europe-59599063?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59703227?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 20:48:26 GMT", + "pubDate": "Fri, 17 Dec 2021 19:01:53 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151007,19 +153949,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d8ea604a000ffce1f5608941e9a8649" + "hash": "58a914e8162dbfa849f3c708bd47ff1b" }, { - "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.", + "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-asia-china-59595952?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59702456?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 13:51:22 GMT", + "pubDate": "Fri, 17 Dec 2021 19:13:47 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151027,19 +153970,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d740a0e65f6fd71ae9070a9c309a605" + "hash": "7bc8087da21f284bd254ac69a8f7d456" }, { - "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.", + "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-59589775?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59663831?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 04:32:02 GMT", + "pubDate": "Fri, 17 Dec 2021 14:17:37 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151047,19 +153991,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "326fed58a5ab161f727c27684d3c8aa0" + "hash": "ffeaccd0c4064cde015944f7d182d2e7" }, { - "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.", + "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-us-canada-59599271?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59644739?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 19:45:18 GMT", + "pubDate": "Sat, 18 Dec 2021 00:10:00 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151067,19 +154012,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbaa74cac0a0cfdd7b10fa27c2b9eb2a" + "hash": "a6b4d8c8f7ce7d2c19efbe5bf9c98b54" }, { - "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.", + "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/world-africa-59588956?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/in-pictures-59697047?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 10:50:39 GMT", + "pubDate": "Sat, 18 Dec 2021 00:06:45 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151087,19 +154033,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1ee56ce0830b9e80c305c5c946d818e" + "hash": "81f8d31ef533c20935a2965fe67311df" }, { - "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.", + "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-middle-east-59593007?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59680957?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 20:59:07 GMT", + "pubDate": "Thu, 16 Dec 2021 20:19:02 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151107,19 +154054,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "db542b657c43947fcb916262dae5cd58" + "hash": "0cd7f693975883e7b6765faf26d06c98" }, { - "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.", + "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-europe-59599270?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59692022?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 17:15:44 GMT", + "pubDate": "Thu, 16 Dec 2021 23:04:59 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151127,19 +154075,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a635d375dea09a73b1109ab77f25a59" + "hash": "9f95592a4bdd7e57db5623f912c02dfd" }, { - "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.", + "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-latin-america-59547337?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59687946?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 01:41:02 GMT", + "pubDate": "Fri, 17 Dec 2021 01:36:03 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151147,19 +154096,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a025a44d8543cec7d888c84f655a8f1" + "hash": "5d59c2eb63aa75f44bc1c0731c2478d5" }, { - "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.", + "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/business-59556016?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59693271?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 00:09:48 GMT", + "pubDate": "Fri, 17 Dec 2021 01:38:13 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151167,19 +154117,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b808f48671ee05b06feb6761356ddb3" + "hash": "cffa1dd44f853b4c219442b10fa0e3c3" }, { - "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.", + "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-europe-59565590?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59703611?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 22:33:07 GMT", + "pubDate": "Fri, 17 Dec 2021 21:21:04 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151187,19 +154138,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a965aaa9a62e67c0f7a4b4545d09da7b" + "hash": "67166d84c6db5efdf4b7f4fea03001c9" }, { - "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.", + "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-asia-59565558?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59689793?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 00:17:51 GMT", + "pubDate": "Fri, 17 Dec 2021 13:07:58 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151207,19 +154159,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "41713bf58bc702c2b9ee6bffc8b0bce7" + "hash": "a1e8ac19421b8d41d52243ecbd2c0ac8" }, { - "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.", + "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/business-59573075?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59692552?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 22:01:46 GMT", + "pubDate": "Fri, 17 Dec 2021 05:35:59 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151227,19 +154180,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2075529f5b17a045062ff4ca5ae99fd0" + "hash": "09545b1f1d677f124edcfc26ab3935f5" }, { - "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.", + "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-asia-china-59592347?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59697805?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 10:43:47 GMT", + "pubDate": "Fri, 17 Dec 2021 12:36:21 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151247,19 +154201,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6fc403bea56021fba0780cf5fb42a28c" + "hash": "5db177c5ca1efc29a606aeb1269a88ff" }, { - "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.", + "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-us-canada-59590576?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59694671?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 08:01:47 GMT", + "pubDate": "Fri, 17 Dec 2021 09:25:29 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151267,19 +154222,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "971c9567d2bc1f418e54d06badf9c785" + "hash": "374c0f9f9d717da5aec0d2e7e779b1a1" }, { - "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.", + "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-asia-india-59566157?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59696442?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 13:03:52 GMT", + "pubDate": "Fri, 17 Dec 2021 10:28:49 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151287,19 +154243,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ea9512c90b6228757c642cabcc703d2" + "hash": "49e363154c39c13f37c65cc963952548" }, { - "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.", + "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-europe-59557493?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59663829?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 06:01:15 GMT", + "pubDate": "Fri, 17 Dec 2021 09:55:30 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151307,19 +154264,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "58ece51b9b903567e05d0f6214e8ec05" + "hash": "1742c9f1489facde31c49d74c28e93ae" }, { - "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\".", + "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/world-africa-59592901?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/blogs-trending-59687496?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 11:56:18 GMT", + "pubDate": "Fri, 17 Dec 2021 01:13:12 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151327,19 +154285,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2fb11c4507c1c75e601efebac631109" + "hash": "5c985d72c5aea5df258267e24c34346c" }, { - "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.", + "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-59592571?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59667108?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 11:21:32 GMT", + "pubDate": "Thu, 16 Dec 2021 05:42:27 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151347,19 +154306,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e246e5197dc7e0e9d5052192c3ba5b37" + "hash": "921c4d064ca46091e2dee7fca6c2833f" }, { - "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.", + "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-asia-59574530?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59680921?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 04:48:11 GMT", + "pubDate": "Fri, 17 Dec 2021 02:01:13 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151367,19 +154327,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "549682fd9da60cb19bfce235f9957f8c" + "hash": "527d73f07331cd46e2bccb139e4a0d78" }, { - "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.", + "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-australia-59544669?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59691900?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 00:02:23 GMT", + "pubDate": "Thu, 16 Dec 2021 19:43:55 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151387,19 +154348,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bdaa59132a4155a400422975837e1ce0" + "hash": "69474d83fde8ba6465ea2fd4ab32eda6" }, { - "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.", + "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-us-canada-59584975?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59683538?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 17:26:52 GMT", + "pubDate": "Thu, 16 Dec 2021 12:03:59 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151407,19 +154369,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "aec20c769471aae0866908c73a881f65" + "hash": "711874eff005b5e9ecbbf770a9d688e7" }, { - "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.", + "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-asia-india-59566158?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59692846?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 03:15:36 GMT", + "pubDate": "Fri, 17 Dec 2021 02:25:33 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151427,19 +154390,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "63ba136f9350d4cb23d922be812f276e" + "hash": "0993ff68526604dc6ceabb015e754380" }, { - "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.", + "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/entertainment-arts-59588953?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59692502?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 02:23:43 GMT", + "pubDate": "Fri, 17 Dec 2021 01:59:35 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151447,19 +154411,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8dad1633babd8b20f41fda1f07e2fdef" + "hash": "8bcdb4d0f3ab79f9272c32bc32477ffe" }, { - "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.", + "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-australia-59589043?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59634393?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 00:46:06 GMT", + "pubDate": "Thu, 16 Dec 2021 00:05:01 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151467,19 +154432,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4bf796cc7d110c67114b2457aaf691b6" + "hash": "e3f18999f4ad2642c413479cb5d5dcb4" }, { - "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.", + "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/world-asia-india-59576082?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59624540?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 04:51:20 GMT", + "pubDate": "Thu, 16 Dec 2021 00:13:47 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151487,19 +154453,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b444627bf3b5c24193bd3c2046143995" + "hash": "5e90c192baf32e0e332c0bc7ca322f7b" }, { - "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.", + "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-africa-59588956?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59518628?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 05:19:33 GMT", + "pubDate": "Wed, 15 Dec 2021 23:30:19 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151507,19 +154474,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "21a26640972ec9720a2dbd9bd14b7cba" + "hash": "e01b1053058562c680b29aa6ef5bf72b" }, { - "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.", + "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-us-canada-59585506?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59689060?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 22:21:22 GMT", + "pubDate": "Thu, 16 Dec 2021 17:22:44 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151527,19 +154495,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b291dad7d8c2d451df68a11036ada9b" + "hash": "862d4a1c0cd71f4b2342e53a5a9e4bd5" }, { - "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.", + "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/uk-59582137?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/59667268?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 19:10:23 GMT", + "pubDate": "Thu, 16 Dec 2021 00:49:13 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151547,19 +154516,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c52f48f376047b9250480f93653403b" + "hash": "7aea3b4cf6aa671da27afcf9ded392e8" }, { - "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.", + "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/business-59588943?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59677855?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 09 Dec 2021 04:30:52 GMT", + "pubDate": "Thu, 16 Dec 2021 15:54:24 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151567,19 +154537,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4d180d94cfa1dfddac47080d9120050" + "hash": "bb5b4ff8f68d886f9479079eda1db924" }, { - "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.", + "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-59582006?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59688404?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 15:39:14 GMT", + "pubDate": "Thu, 16 Dec 2021 16:05:38 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151587,19 +154558,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d3642a3aa2fbe90bff5866f60e9ba24c" + "hash": "e1fb3580267a3e9af9b3f3a9da7acc8b" }, { - "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.", + "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-59585506?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59688787?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 22:21:22 GMT", + "pubDate": "Thu, 16 Dec 2021 18:27:04 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151607,19 +154579,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d9139b3ee03483dfa0c3b2f13623875c" + "hash": "30dfd8ff58ec8c15d9081ec6ddebb530" }, { - "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.", + "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-us-canada-59587919?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59681409?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 20:47:58 GMT", + "pubDate": "Thu, 16 Dec 2021 11:57:53 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151627,19 +154600,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "18513d4a48aeb9e5acb98db23dfed7fc" + "hash": "85d8d071717e51578b42a20e1bd656fa" }, { - "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.", + "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-europe-59588109?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59683904?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 20:57:58 GMT", + "pubDate": "Thu, 16 Dec 2021 12:20:55 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151647,19 +154621,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "13988105b58b592a17b1ff6f41ce4d1f" + "hash": "e674ce981faa9f55f0a1580e116c4d6b" }, { - "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.", + "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/sport/golf/59585790?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59680797?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 17:45:00 GMT", + "pubDate": "Thu, 16 Dec 2021 09:45:23 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151667,19 +154642,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6a3edf2b96fdccc7afc63f24f8849ca2" + "hash": "9239a52e12af248305248161c307e69b" }, { - "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.", + "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/world-europe-59580631?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59678451?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 15:55:37 GMT", + "pubDate": "Thu, 16 Dec 2021 06:15:06 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151687,19 +154663,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6be91e23715bc81bc67d628c34ac1304" + "hash": "45f84c68db021311e11d1ab3b192f7cc" }, { - "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.", + "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-59577371?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59677675?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 14:50:56 GMT", + "pubDate": "Thu, 16 Dec 2021 01:00:14 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151707,19 +154684,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "40698a46ee28445dd62df32b39b7d879" + "hash": "87d0404ca94e7b66d6d0e4434faa1e37" }, { - "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.", + "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/business-59573146?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59672999?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 16:38:23 GMT", + "pubDate": "Thu, 16 Dec 2021 00:06:21 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151727,19 +154705,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "274e66f75e703d9949cbe27f4b5c1d06" + "hash": "d90a18300529c675b81995beebcbd7d2" }, { - "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.", + "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-us-canada-59577720?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59663827?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 12:25:21 GMT", + "pubDate": "Thu, 16 Dec 2021 03:41:48 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151747,19 +154726,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ff77af0f21ea376cf97601f146162f7" + "hash": "35096b6e9f1967be6ebec6b9f3933b12" }, { - "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.", + "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-europe-59575773?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59678367?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 10:36:00 GMT", + "pubDate": "Thu, 16 Dec 2021 04:46:58 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151767,19 +154747,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "078f371920966b9178bf6a7dfe779842" + "hash": "efb08ed328a1b46919a75601d40f4a86" }, { - "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.", + "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-africa-59528818?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59674306?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 00:40:44 GMT", + "pubDate": "Wed, 15 Dec 2021 19:12:09 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151787,19 +154768,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b3309b3c4f71e63480569162b2699e18" + "hash": "20a920f2a3c73e1c3a955d9d8baa3668" }, { - "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.", + "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-asia-59569649?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59630164?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 01:31:08 GMT", + "pubDate": "Thu, 16 Dec 2021 00:44:10 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151807,19 +154789,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ccf44fce2670d1642de535ddbd4f901" + "hash": "fcaa84ff6af8a4e0cdec19fe6f986a5e" }, { - "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.", + "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/world-asia-india-59530706?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/stories-59661758?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 00:22:06 GMT", + "pubDate": "Thu, 16 Dec 2021 00:26:36 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151827,19 +154810,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d128bb9a34d7767f27b9853e4c91a456" + "hash": "5287add828d18c597c06a00723954d4d" }, { - "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.", + "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/59387191?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59665125?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 00:37:31 GMT", + "pubDate": "Wed, 15 Dec 2021 08:39:35 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151847,19 +154831,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d540ff12461686980f090ebe10e2c47f" + "hash": "8a36f0078f8a840f2fffde7912dda04c" }, { - "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.", + "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-59560809?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59646562?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 11:41:38 GMT", + "pubDate": "Wed, 15 Dec 2021 00:12:48 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151867,19 +154852,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "48dde6b43ac9f546288452cb55aabe12" + "hash": "3f5fba64b0230c404e306de23d314e1b" }, { - "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.", + "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/entertainment-arts-59519160?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59645657?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 00:02:38 GMT", + "pubDate": "Tue, 14 Dec 2021 00:05:51 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151887,19 +154873,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "734cf8c5fca74a947f801cf88f8bc881" + "hash": "741f32946284eb72600d0ef68262c95e" }, { - "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.", + "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-asia-59553764?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59677855?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 20:45:51 GMT", + "pubDate": "Thu, 16 Dec 2021 07:02:55 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151907,19 +154894,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0642f978b9c370a6f9ea9e307591e3d3" + "hash": "7cb1d7dfd2ad6c3dc246df0d2b9817de" }, { - "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.", + "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-asia-india-59576082?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59677593?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 15:15:52 GMT", + "pubDate": "Wed, 15 Dec 2021 23:49:23 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151927,19 +154915,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "020f856a849ab872409ef45555acf247" + "hash": "f675117fcc2b6adfa8017670e1af7475" }, { - "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.", + "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-europe-59582013?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59676772?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 18:08:39 GMT", + "pubDate": "Wed, 15 Dec 2021 23:12:11 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151947,19 +154936,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "04464e3aa88f47e3ae76b6fc35609bee" + "hash": "8e23c013402704b872400aa37260ff48" }, { - "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.", + "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/world-59573037?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/newsbeat-59666623?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 00:57:13 GMT", + "pubDate": "Wed, 15 Dec 2021 16:17:20 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151967,19 +154957,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b69923565f7bfb73b03349e3daf947b5" + "hash": "fbf89dd66e70f020694ff4ff1b57b89e" }, { - "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.", + "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-asia-india-59576082?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59667937?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 10:13:15 GMT", + "pubDate": "Wed, 15 Dec 2021 17:40:19 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -151987,19 +154978,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8412ef17313c1ab68fdb52118c42752d" + "hash": "44612bcce7146dc1b51b9524926b716b" }, { - "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.", + "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/world-europe-59567377?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59672683?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 21:52:06 GMT", + "pubDate": "Wed, 15 Dec 2021 18:42:17 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152007,19 +154999,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "85f242268e7b4a09ce49a8035ec77e81" + "hash": "d8c4cf66395f42c02e9a1be066be57b6" }, { - "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.", + "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-asia-59574528?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59645658?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 08:23:30 GMT", + "pubDate": "Mon, 13 Dec 2021 23:37:29 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152027,19 +155020,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ed1ca00c45b8277b0d1e3ec3b70104c" + "hash": "f45cde4737223c56647d27a9bc6769a6" }, { - "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.", + "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-india-59574878?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59637586?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 07:56:41 GMT", + "pubDate": "Wed, 15 Dec 2021 13:54:55 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152047,19 +155041,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "60e0e5c3f4f1268ffe456fa3bb127b22" + "hash": "a4ab1c884784c6e46cc15da12cf044e9" }, { - "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.", + "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/news/world-asia-china-59544226?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/av/formula1/59671505?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 06:37:24 GMT", + "pubDate": "Wed, 15 Dec 2021 13:42:22 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152067,19 +155062,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "828b0672f87ac9f937578849662416af" + "hash": "8b689bada58bfcf45a8ea05564d4f7b6" }, { - "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.", + "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-59573797?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59672998?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 04:38:44 GMT", + "pubDate": "Wed, 15 Dec 2021 15:26:34 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152087,19 +155083,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ddc00e003c6917ed01da6815bb8b6af" + "hash": "62b2adf11d88ab2995de983e6e7be522" }, { - "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.", + "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-asia-59544223?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59671567?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 09:57:11 GMT", + "pubDate": "Wed, 15 Dec 2021 16:14:20 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152107,19 +155104,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a92117f3ed9f3b5c1974f8b886c2e7d" + "hash": "142ff4a95d7419794932fe34ce973036" }, { - "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.", + "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-us-canada-59571857?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59664077?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 21:20:10 GMT", + "pubDate": "Wed, 15 Dec 2021 12:58:11 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152127,19 +155125,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b30df757fd86e53d9392494fb48336c" + "hash": "591ea99694bf793d181aa608c753e8b7" }, { - "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.", + "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-australia-59573500?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59664076?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 00:37:52 GMT", + "pubDate": "Wed, 15 Dec 2021 11:06:04 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152147,19 +155146,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9969fec20615d94868443ac90125021" + "hash": "0029015c4de21482226003fe47917aeb" }, { - "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.", + "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-asia-59555481?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59669307?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 00:05:28 GMT", + "pubDate": "Wed, 15 Dec 2021 15:50:46 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152167,19 +155167,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "773ea23f9d74f3bd6e153c89b271eb2e" + "hash": "1df654e8bf91cf30a75398ba8c448bd8" }, { - "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.", + "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/business-59558150?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59658663?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 02:15:04 GMT", + "pubDate": "Tue, 14 Dec 2021 22:37:46 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152187,19 +155188,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc3d670e01a8fce03f2af28a0f68e45a" + "hash": "200dc74b29bd754f2757ce3f0d6ba7ce" }, { - "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.", + "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-europe-59561881?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59576108?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 17:43:08 GMT", + "pubDate": "Wed, 15 Dec 2021 00:35:04 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152207,19 +155209,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "583d9ede11c98c6c85ac60b3d0566c73" + "hash": "291418aeb771a28f875058c26074d4c9" }, { - "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.", + "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-us-canada-59571417?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59552888?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 18:30:30 GMT", + "pubDate": "Wed, 15 Dec 2021 01:02:18 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152227,19 +155230,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ea23264e5c95882bb34836d1a81eadb" + "hash": "1eea9840677f6b8b358cac2ccf11846b" }, { - "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.", + "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/business-59571277?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/science-environment-59476869?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 20:10:41 GMT", + "pubDate": "Wed, 15 Dec 2021 00:59:20 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152247,19 +155251,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a0ce9a402fc45e1bdacdcedc4334f21" + "hash": "94f0137adc3011f4c93f3f4b9de5b3bc" }, { - "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.", + "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-europe-59561876?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59659513?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 11:51:26 GMT", + "pubDate": "Tue, 14 Dec 2021 19:57:23 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152267,19 +155272,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf61a15818d491b9618a816856650117" + "hash": "17c950696f193174b1d4e5ea0b939d7c" }, { - "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.", + "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-latin-america-59570576?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59646231?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 18:12:02 GMT", + "pubDate": "Mon, 13 Dec 2021 22:11:36 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152287,19 +155293,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "47896c95723e5c9d20e408c0328066fb" + "hash": "3e6b465bc449241c7b890abf09181a4c" }, { - "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.", + "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/world-asia-59565558?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/newsbeat-59461807?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 08 Dec 2021 00:17:51 GMT", + "pubDate": "Tue, 14 Dec 2021 01:19:14 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152307,19 +155314,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a6e55047f3ece19d9927c27e5bd487c" + "hash": "8bd689dcd4dcadac312b2e783a0e81e3" }, { - "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.", + "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/business-59568858?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59645557?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 18:23:20 GMT", + "pubDate": "Tue, 14 Dec 2021 00:06:57 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152327,19 +155335,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "03df78f3068e81a0fae2b58cfb0674f2" + "hash": "5b965eb22cb9bcaf0b74b39ab927d638" }, { - "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.", + "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-us-canada-59543021?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59663826?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 15:07:57 GMT", + "pubDate": "Wed, 15 Dec 2021 09:51:13 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152347,19 +155356,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0df8cc40b7d82af25e0e57a3b76f824d" + "hash": "a982efe59436db2a40af170079a59eb3" }, { - "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.", + "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/uk-59549868?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59656385?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 10:06:27 GMT", + "pubDate": "Wed, 15 Dec 2021 10:02:44 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152367,19 +155377,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ff3fb7e067d2240868d7cc185887bb3" + "hash": "567ea0f9aa1e50ac0f4766028356c4a1" }, { - "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.", + "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/business-59565690?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59665825?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 14:06:38 GMT", + "pubDate": "Wed, 15 Dec 2021 10:09:53 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152387,19 +155398,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ecae0d6688cf1e7fe0077e105feee9b" + "hash": "c5297b00f8930a3f2e2a4cb02d51da59" }, { - "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.", + "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-asia-india-59559122?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59645307?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 08:18:08 GMT", + "pubDate": "Wed, 15 Dec 2021 00:07:32 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152407,19 +155419,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2de13f336b1171900d3e47afdbe5f295" + "hash": "dbc8239af938079258bbfa9f050a2d2e" }, { - "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.", + "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/business-59554585?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59661306?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 09:30:13 GMT", + "pubDate": "Wed, 15 Dec 2021 04:56:06 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152427,19 +155440,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "caddd8c6f3501a60f2d6caa3c71752a0" + "hash": "307fbfcfa396a5b7c36cb98d73a203c8" }, { - "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.", + "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-59516157?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59660856?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 00:39:23 GMT", + "pubDate": "Tue, 14 Dec 2021 21:14:28 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152447,19 +155461,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c758439b1548986f858fe9b9623427d9" + "hash": "c8de95b7cc75d54091317e902e6ed9d7" }, { - "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.", + "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-australia-59485830?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59659543?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 21:07:09 GMT", + "pubDate": "Tue, 14 Dec 2021 19:16:43 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152467,19 +155482,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "822e89cd80826b76a66039c12d66f66a" + "hash": "7fa77f41fbf9aacbb58d3afd624f6614" }, { - "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.", + "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/disability-59404429?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59650238?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 00:34:27 GMT", + "pubDate": "Tue, 14 Dec 2021 18:10:17 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152487,19 +155503,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "90d2a70d2d2f8e27444ebe44cd432fc6" + "hash": "7ba812f3e1f5302dac0debba67b9447b" }, { - "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.", + "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/world-59454871?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59662421?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 00:05:08 GMT", + "pubDate": "Wed, 15 Dec 2021 05:36:32 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152507,19 +155524,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2708b3341c47c17f17daed7e02dc370" + "hash": "6e70609a47344811b6960d84f91247c3" }, { - "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.", + "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-59468000?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59650802?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 00:09:37 GMT", + "pubDate": "Tue, 14 Dec 2021 16:32:09 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152527,19 +155545,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b089b3802f59777eef052ff6b916e4ab" + "hash": "08f185a5b030b2c8787aa3c666318634" }, { - "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.", + "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/sport/disability-sport/59524921?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59647069?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 00:00:26 GMT", + "pubDate": "Wed, 15 Dec 2021 09:34:33 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152547,19 +155566,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "91ae48ed4d16008272fc24700226ebad" + "hash": "f30ace65cd22d0b330acc2d9a5346415" }, { - "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?", + "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/59548572?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59650239?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 17:56:40 GMT", + "pubDate": "Tue, 14 Dec 2021 18:00:55 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152567,19 +155587,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f07725b7c8ea1af1bf64881ad0aa4d24" + "hash": "81fd76b32490e4c385ff19d9123a7603" }, { - "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\".", + "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-europe-59567377?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59656385?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 17:42:30 GMT", + "pubDate": "Tue, 14 Dec 2021 19:38:40 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152587,19 +155608,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "539befd179719a5d674c19d9ee8980c4" + "hash": "6016d509de99435d60bd8596480e5d85" }, { - "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.", + "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-africa-59560444?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59659513?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 14:20:30 GMT", + "pubDate": "Tue, 14 Dec 2021 19:57:23 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152607,19 +155629,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e980c1898d43316f7df3e183dd4c8ea4" + "hash": "287a8da7c59dbd02133c8b61024759e0" }, { - "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.", + "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-59559703?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59658661?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 09:16:07 GMT", + "pubDate": "Tue, 14 Dec 2021 18:40:31 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152627,19 +155650,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4541dd80d6cd871e66bc47ce56cbbff0" + "hash": "532bcc281b0bdedde81f19e437e401c3" }, { - "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.", + "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-middle-east-59524001?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59657761?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 00:03:02 GMT", + "pubDate": "Tue, 14 Dec 2021 17:52:59 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152647,19 +155671,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbbcab1056ff4736e18005c6cac8321b" + "hash": "69f8fa4a34f5ffbe297f1262733bc1b3" }, { - "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.", + "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-asia-59558090?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59650800?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 07:28:18 GMT", + "pubDate": "Tue, 14 Dec 2021 18:44:23 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152667,19 +155692,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1bf25d3634e6f86b59e7e659284d04c" + "hash": "52e38785b4a7e16f0b26063f6cea14ea" }, { - "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.", + "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-europe-59558099?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59645087?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 04:50:54 GMT", + "pubDate": "Tue, 14 Dec 2021 17:04:47 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152687,19 +155713,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "982aaeefa561151f8567ff1976256a80" + "hash": "a523623cdd5c7fa84874355b0bb030e5" }, { - "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.", + "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/world-australia-59544221?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/science-environment-59649066?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 06:25:26 GMT", + "pubDate": "Tue, 14 Dec 2021 15:05:33 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152707,19 +155734,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "881a18168193ce7e3b785b188c792ace" + "hash": "1b403847dda23fc8bf4ff802364bb242" }, { - "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.", + "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/business-59370672?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59646803?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 00:02:16 GMT", + "pubDate": "Tue, 14 Dec 2021 00:42:17 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152727,19 +155755,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8ae07861bae635e8834b0bf80c8493c" + "hash": "7ef1383cbf67c125dba8900567296d54" }, { - "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.", + "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/world-us-canada-59558121?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59522532?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 04:17:03 GMT", + "pubDate": "Tue, 14 Dec 2021 01:20:09 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152747,39 +155776,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d3e4f205c60cfb7d3e8d85fd781efa7" + "hash": "496e25349fbc7f19036a8bb10d3a1da9" }, { - "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.", + "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-us-canada-59557022?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59612806?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 22:29:48 GMT", + "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": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5849f292f0580ac7ac38e305dafc557b" + "hash": "51db092320edde835c32e6aace37ff23" }, { - "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": "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-africa-59560578?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59634192?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 07 Dec 2021 09:51:45 GMT", + "pubDate": "Tue, 14 Dec 2021 00:48:51 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152787,19 +155818,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b60477cb2e141c966726d2d6b2740849" + "hash": "adee5246f2ac08b6f1ea4e2297f10f48" }, { - "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": "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-us-canada-59557297?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59609233?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 23:24:06 GMT", + "pubDate": "Tue, 14 Dec 2021 01:25:56 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152807,19 +155839,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed83d25362051d7715c004e0029aea78" + "hash": "fb9d3c6079b25e97c794c38a6dff79c2" }, { - "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": "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/science-environment-59525740?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59614595?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 00:07:27 GMT", + "pubDate": "Mon, 13 Dec 2021 00:01:43 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152827,19 +155860,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "05be56fac1005df15a0f217d94cb78ea" + "hash": "d7bdc3f127ceb1d443ebb4793ec2e7c8" }, { - "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.", + "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-middle-east-59528113?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59631837?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 00:03:35 GMT", + "pubDate": "Sun, 12 Dec 2021 22:25:36 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152847,19 +155881,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e35ce6f329611d3014a6e60ea4e2873" + "hash": "51c13c3ac58fe30824d28f770f397574" }, { - "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.", + "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-59556613?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59613217?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 19:13:14 GMT", + "pubDate": "Mon, 13 Dec 2021 00:01:25 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152867,19 +155902,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f05aca1d28366f0e9c3544350e413d3" + "hash": "55dfda5032a7875da1bf0b7653690ca7" }, { - "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.", + "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/world-europe-59548210?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59641784?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 12:45:26 GMT", + "pubDate": "Mon, 13 Dec 2021 23:34:15 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152887,39 +155923,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "1cac95ea68d79a57b54155ad74f23a01" + "hash": "afb8d1a03c6c6ca4135ac7716774f1b9" }, { - "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.", + "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-59547054?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59633882?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 13:23:29 GMT", + "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": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "78039b42ad85f32ed8724819171bdc64" + "hash": "4e224a4d7cca075a56a66735ac321c81" }, { - "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.", + "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-59555141?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59645647?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 18:18:29 GMT", + "pubDate": "Mon, 13 Dec 2021 20:58:36 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152927,19 +155965,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "06cf8f0a32136d34d804b662761c9eaf" + "hash": "1573dd3ebc545e575a51065fa313ebdb" }, { - "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.", + "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/business-59552524?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59647425?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 17:35:19 GMT", + "pubDate": "Tue, 14 Dec 2021 08:27:28 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152947,19 +155986,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa87ee610f55db870d713b4db26a8a9f" + "hash": "5010feecc5a23f57273ea6acbf9ea701" }, { - "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.", + "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/59501368?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59602955?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 09:04:26 GMT", + "pubDate": "Tue, 14 Dec 2021 00:29:07 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152967,19 +156007,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eecc27d44abed9abafcf52d195d2a478" + "hash": "d368b6058b0cf3e2a7e72afaf8126633" }, { - "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”.", + "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-africa-59551124?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59647065?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 13:57:55 GMT", + "pubDate": "Tue, 14 Dec 2021 02:14:01 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -152987,19 +156028,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "04e3ee11d5b0874ba751b1194ab72d7a" + "hash": "6ade87b073daa06d847265dd361e6a48" }, { - "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.", + "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/world-asia-59544484?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59646699?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 15:19:15 GMT", + "pubDate": "Tue, 14 Dec 2021 04:31:34 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153007,19 +156049,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9449e005ed15768e3206a430c7e8688" + "hash": "a60973b03df603bf3c463f88ce0180cb" }, { - "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.", + "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/world-latin-america-59554201?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59642262?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 16:10:52 GMT", + "pubDate": "Mon, 13 Dec 2021 19:05:05 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153027,19 +156070,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b46718804ed5bc35d6cd798ec6c4113" + "hash": "15121c64e448eaf7112fdab02e840f01" }, { - "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.", + "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/world-asia-india-59515741?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/stories-59635134?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 03:21:13 GMT", + "pubDate": "Tue, 14 Dec 2021 01:14:09 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153047,19 +156091,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8aabcec641bdf6554d4e1974982ec66a" + "hash": "a6c6d18d823b6c32ce8effd74bdfda14" }, { - "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.", + "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/world-asia-59525480?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59635607?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 01:11:25 GMT", + "pubDate": "Mon, 13 Dec 2021 15:21:08 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153067,19 +156112,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "71420082e6cab517d0bb17cd63f22c10" + "hash": "74ba2357254720aaffa87eba922235df" }, { - "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", + "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-45667690?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59632356?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 05 Dec 2021 17:18:36 GMT", + "pubDate": "Mon, 13 Dec 2021 05:38:40 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153087,19 +156133,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c72a6ac4b63976ca07d64c56eeee733f" + "hash": "75cc8404b8bd9322e28b258e5960969e" }, { - "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.", + "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/business-59487935?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59647425?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 00:12:51 GMT", + "pubDate": "Tue, 14 Dec 2021 03:54:42 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153107,19 +156154,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4fc82442cd5be0f7c79978bf618473a" + "hash": "68c31dad24d6f89033c89d94b60055aa" }, { - "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.", + "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-africa-59507542?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59637898?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 01:22:07 GMT", + "pubDate": "Mon, 13 Dec 2021 15:18:09 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153127,19 +156175,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bbd02194051f1e1dbf906dc1a8ff95c" + "hash": "980d32456a9f4f64521f93aedd887ece" }, { - "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", + "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": "Sun, 05 Dec 2021 00:48:04 GMT", + "pubDate": "Mon, 13 Dec 2021 05:38:40 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153147,39 +156196,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "c820034d8d73c39dfa69ae83a23e8743" + "hash": "df74d09e9197c691efdea0e2dcd01f21" }, { - "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.", + "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-us-canada-59527051?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59636399?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 04 Dec 2021 10:16:21 GMT", + "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": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "41429111f41953ba2d81f89025e82aae" + "hash": "f8216515b20635f19e4e79d40ebebadf" }, { - "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.", + "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/business-59554585?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59632657?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 18:50:40 GMT", + "pubDate": "Mon, 13 Dec 2021 20:32:46 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153187,19 +156238,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6de6e1684ec9d4ca6896e5fa93231633" + "hash": "f754fa38b2a434a96a7ce153f4488838" }, { - "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.", + "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-59545455?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59636123?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 07:34:39 GMT", + "pubDate": "Mon, 13 Dec 2021 14:43:48 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153207,19 +156259,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a719033575d0320a97b7fce6fb20353" + "hash": "89bdde5f50d9a610a8356424d9aff9c4" }, { - "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.", + "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-asia-59553764?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59645081?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 20:45:51 GMT", + "pubDate": "Mon, 13 Dec 2021 19:27:42 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153227,19 +156280,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "073f042a2151bc386a7b37676dcc2ffa" + "hash": "3ec6573e098954702b57620f04031080" }, { - "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.", + "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-africa-59523997?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59636124?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 05 Dec 2021 00:11:29 GMT", + "pubDate": "Mon, 13 Dec 2021 14:44:01 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153247,19 +156301,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "807866b62e55a5f7d08a51196bda5a84" + "hash": "14bf624291a6d1acd0e01b8596a9e6b6" }, { - "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.", + "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-us-canada-59543735?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59584125?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 00:42:47 GMT", + "pubDate": "Mon, 13 Dec 2021 00:20:39 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153267,19 +156322,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "05ffe8231672cd45d22e4d587828ce80" + "hash": "cfab3ca07a0c0e1f590077c5a49a29c2" }, { - "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.", + "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-59543120?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59612846?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 05 Dec 2021 20:46:20 GMT", + "pubDate": "Sun, 12 Dec 2021 23:41:39 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153287,19 +156343,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c6e6a80c590a7df69d6d016a0062bb4" + "hash": "e3a0b3c83d46cdcfdc5c6e945f976779" }, { - "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\".", + "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-africa-59545457?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59620096?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 12:18:38 GMT", + "pubDate": "Sun, 12 Dec 2021 00:02:48 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153307,19 +156364,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "23784237334052b5d7d808a7b5fb8acf" + "hash": "56457f58ca3117f6037ae98357acc580" }, { - "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.", + "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-latin-america-59543742?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59578223?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 09:46:32 GMT", + "pubDate": "Sun, 12 Dec 2021 00:35:37 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153327,19 +156385,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "479a7ef14a247a8e972e025066caefb5" + "hash": "13033b23949382c3a47061a38e32f103" }, { - "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.", + "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/technology-59547353?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59506656?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 13:31:19 GMT", + "pubDate": "Sun, 12 Dec 2021 00:31:54 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153347,19 +156406,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "adcb983c95429cc30ddaaa0838a93125" + "hash": "4658174def7973b00485fe4d84e0592f" }, { - "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.", + "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/business-59543875?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59608474?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 03:44:13 GMT", + "pubDate": "Sun, 12 Dec 2021 00:18:07 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153367,19 +156427,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "35025e524d91b471bcf26eb1ab1dd271" + "hash": "bda94d028661659be0573e42e2270c89" }, { - "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.", + "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/entertainment-arts-59546478?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/in-pictures-59577949?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 10:33:10 GMT", + "pubDate": "Sun, 12 Dec 2021 00:13:28 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153387,19 +156448,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "75fa996e2b9c47f9010abbe1e8d926cb" + "hash": "648e7a45baa8b850fb85129b1522ee94" }, { - "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.", + "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-59509225?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59632355?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 04 Dec 2021 11:39:19 GMT", + "pubDate": "Mon, 13 Dec 2021 02:13:45 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153407,19 +156469,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f77ae92f34330d174c25f26c55f0fb4c" + "hash": "1f758357cd4ab61b560e27aa49db2f83" }, { - "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.", + "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-asia-59544484?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59623946?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 09:15:17 GMT", + "pubDate": "Sat, 11 Dec 2021 22:55:15 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153427,19 +156490,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d48d9a98c17796b04d1e3568435bba0" + "hash": "49d2917fb92e90f15a05371599f45889" }, { - "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.", + "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/world-us-canada-59542811?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/59623945?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 05 Dec 2021 21:03:35 GMT", + "pubDate": "Sat, 11 Dec 2021 17:15:28 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153447,19 +156511,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "be8f60198e53358096c4707fee0f84c4" + "hash": "2c6341660813beae810cc90375dfbac4" }, { - "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.", + "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-africa-59542813?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59621245?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 05 Dec 2021 22:35:31 GMT", + "pubDate": "Sat, 11 Dec 2021 12:20:57 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153467,19 +156532,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a4a82237d90738d5d7784c25a49c216a" + "hash": "e3ba7c3867fb0b98afe8e574667ef613" }, { - "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\".", + "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/sport/tennis/59542940?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-england-northamptonshire-59643750?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 05 Dec 2021 19:09:21 GMT", + "pubDate": "Mon, 13 Dec 2021 17:50:33 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153487,19 +156553,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f5c93cc8a07e1d902653bf3001dae5a" + "hash": "a9360324eef1f61674abe21bf4ae06de" }, { - "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.", + "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-asia-india-59515741?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59637370?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 03:21:13 GMT", + "pubDate": "Mon, 13 Dec 2021 12:30:20 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153507,19 +156574,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4a50c5f13f5678ee6baf7005287deb5" + "hash": "166d6b8560de4b0dfc6feabc9cc2ad8f" }, { - "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.", + "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-us-canada-59543735?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59636279?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 00:42:47 GMT", + "pubDate": "Mon, 13 Dec 2021 12:47:23 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153527,19 +156595,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "03d309610293544a50612fea9d263132" + "hash": "cc585506d63b32f214bab3a44994a505" }, { - "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\".", + "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-europe-59538413?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59635277?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 05 Dec 2021 13:13:22 GMT", + "pubDate": "Mon, 13 Dec 2021 14:37:05 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153547,19 +156616,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ffbacb5d096f0a35950421879d11f132" + "hash": "9836076619b62d077d2231b44534b25b" }, { - "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.", + "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-59540695?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59632728?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 05 Dec 2021 19:08:56 GMT", + "pubDate": "Mon, 13 Dec 2021 08:31:47 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153567,19 +156637,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4fed4b0f4d08e32f53cbde408556b62f" + "hash": "12c0f0c0f94d472791d92fadc0dbe58e" }, { - "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.", + "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-asia-india-59531445?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59629670?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 05 Dec 2021 08:38:22 GMT", + "pubDate": "Sun, 12 Dec 2021 23:13:45 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153587,39 +156658,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e6bf14db83d8930b30df4cac6812670" + "hash": "0797f6a22752b2c68459652ef9aafcef" }, { - "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.", + "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/business-59538590?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59633882?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 05 Dec 2021 17:05:52 GMT", + "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": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d14eacd455975022cff3490104188081" + "hash": "bf44ef6cf78520b7bdcf54c2b42c251c" }, { - "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.", + "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-africa-59517501?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59632403?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 05 Dec 2021 00:50:19 GMT", + "pubDate": "Mon, 13 Dec 2021 05:16:20 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153627,19 +156700,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2ff05de3361cead09701c7ee48cfbdf" + "hash": "26b9acef768e7ec6c5fab413f401c69d" }, { - "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.", + "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-asia-india-59515741?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59633882?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 06 Dec 2021 03:21:13 GMT", + "pubDate": "Mon, 13 Dec 2021 08:52:30 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153647,19 +156721,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "54f3f2e054a52aa64433905a341a74cb" + "hash": "40abfd3b8cbd68001e54da9608f925f5" }, { - "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.", + "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-asia-india-59457015?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59630424?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 04 Dec 2021 00:32:42 GMT", + "pubDate": "Mon, 13 Dec 2021 00:06:43 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153667,19 +156742,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "627424f4e918e5a3ff6df078939ed418" + "hash": "dce36252b90d549817cf2c0d37633ce4" }, { - "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.", + "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/business-59517821?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59632727?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 03 Dec 2021 22:34:22 GMT", + "pubDate": "Mon, 13 Dec 2021 04:37:46 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153687,19 +156763,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "39b30bc41f1a69543dc1243c0f538f97" + "hash": "8aee5416a7445b24e0e1d5f12ac7f91c" }, { - "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?", + "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-africa-59507543?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59633388?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 04 Dec 2021 00:41:35 GMT", + "pubDate": "Mon, 13 Dec 2021 05:14:21 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153707,19 +156784,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e1d92a8168df88d802af97a0b41765b" + "hash": "e38825c9c7cd914596c39c15a2cb90c1" }, { - "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?", + "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/newsbeat-59220247?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59631743?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 04 Dec 2021 00:43:33 GMT", + "pubDate": "Sun, 12 Dec 2021 22:35:36 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153727,39 +156805,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c610097cc6dedfb3c8e8e935ef95b66" + "hash": "8b2a0f3567e62fa05c1bbe325677b8fb" }, { - "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.", + "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-europe-59538540?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59632567?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 05 Dec 2021 10:48:32 GMT", + "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": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3282b7021f08f428e280aa46b2670009" + "hash": "b0ec9fa8722beb684757123d451226f5" }, { - "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.", + "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/science-environment-59521211?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59627131?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 05 Dec 2021 00:56:58 GMT", + "pubDate": "Sun, 12 Dec 2021 15:26:44 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153767,19 +156847,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b0521c284f4c8583995fcf9f1bc7ef5" + "hash": "4a2bac998a6ad300f112b998278f0fd8" }, { - "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.", + "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-africa-59531173?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59627275?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 04 Dec 2021 17:05:51 GMT", + "pubDate": "Sun, 12 Dec 2021 15:23:27 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153787,19 +156868,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "27647f1c6c1eb2fae4e31da3dd80470b" + "hash": "cc5cc5b52d64bd867830d6e115d86696" }, { - "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.", + "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-asia-59536522?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59632355?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 05 Dec 2021 03:12:59 GMT", + "pubDate": "Mon, 13 Dec 2021 02:13:45 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153807,19 +156889,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "38c14b484b6feec1a933b18b5682f2ef" + "hash": "4322cbf7357d37867b3a15d33873fa17" }, { - "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.", + "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-59536519?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59625362?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 05 Dec 2021 00:26:55 GMT", + "pubDate": "Sat, 11 Dec 2021 22:33:26 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153827,19 +156910,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "56150bea8868bb762751647cff85cfab" + "hash": "d7f0a41aa136f8d1b143c7fe340bfe73" }, { - "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.", + "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-europe-59531437?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59623970?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 04 Dec 2021 10:47:33 GMT", + "pubDate": "Sun, 12 Dec 2021 09:12:46 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153847,19 +156931,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9891ff0ade25f1ec771943ec8d3e4f8" + "hash": "0abb0d81d61b3add6d6788018dbd980f" }, { - "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.", + "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-europe-59516896?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59627131?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 04 Dec 2021 15:53:17 GMT", + "pubDate": "Sun, 12 Dec 2021 15:26:44 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153867,19 +156952,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "18a32b79f4a54339138a43a00b5ed50e" + "hash": "cad5fbb761ab9da10257e50aba97778e" }, { - "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.", + "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/news/world-us-canada-59519863?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/formula1/59628024?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 04 Dec 2021 00:10:23 GMT", + "pubDate": "Sun, 12 Dec 2021 17:58:51 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153887,19 +156973,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "622a2ffeff377ef2be21fcb9c90620f6" + "hash": "ecc51923ded32947e85163c771d8667f" }, { - "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.", + "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-africa-59513118?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-56043096?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 03 Dec 2021 00:31:06 GMT", + "pubDate": "Sun, 12 Dec 2021 14:55:32 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153907,19 +156994,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2273a78505fdd8c1ea19d36868e80199" + "hash": "e31dfc7e842ee3336222c72c0ee86b46" }, { - "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.", + "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-59513177?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59628178?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 03 Dec 2021 00:03:23 GMT", + "pubDate": "Sun, 12 Dec 2021 16:32:18 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153927,19 +157015,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "28cf8bcb91e7dff27e79799ad450dbb7" + "hash": "243849dc318265a98e0a7f0df8b1577d" }, { - "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.", + "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-asia-59532251?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59625304?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 05 Dec 2021 13:29:45 GMT", + "pubDate": "Sun, 12 Dec 2021 01:16:44 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153947,19 +157036,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fd2e10688fefc4d93d520946469bcc30" + "hash": "6b1d6cac54f74f12fda677ab4a927087" }, { - "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", + "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/world-us-canada-45667690?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59627125?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 05 Dec 2021 17:18:36 GMT", + "pubDate": "Sun, 12 Dec 2021 10:21:55 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153967,19 +157057,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "43d4774f568cc305ef72d20ba0938f6e" + "hash": "ff53f515116ada6c50fcd3bf1f49767e" }, { - "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.", + "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-europe-59533689?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59628176?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 05 Dec 2021 00:36:48 GMT", + "pubDate": "Sun, 12 Dec 2021 13:20:35 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -153987,19 +157078,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "03c5cd618a0c582bfe5b87e142e903a4" + "hash": "ab206b06154d2a3ba9a9b36ade84cb8e" }, { - "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.", + "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-us-canada-59532845?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59627124?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 04 Dec 2021 15:57:52 GMT", + "pubDate": "Sun, 12 Dec 2021 10:59:57 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154007,19 +157099,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbe4922b49105654259f414501bc89db" + "hash": "6ba5f1cf0ec2dc43d63509d1ad1467ef" }, { - "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.", + "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/uk-wales-59520232?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59626108?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 04 Dec 2021 09:34:37 GMT", + "pubDate": "Sun, 12 Dec 2021 05:48:16 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154027,19 +157120,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab0f9dc62c2b52dbdde47886e31008f0" + "hash": "3c680ec955513c359ffff6d5664c8bad" }, { - "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.", + "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-asia-59532251?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59619247?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 05 Dec 2021 04:55:45 GMT", + "pubDate": "Sat, 11 Dec 2021 10:21:41 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154047,39 +157141,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b3d632cb703fd8e29c69c600189f13b" + "hash": "8396f56cdffcbd8697cf125722368f3a" }, { - "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.", + "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-59526252?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59577375?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 03 Dec 2021 17:34:06 GMT", + "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": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4bc7e291752627de8f17403513a3e1a6" + "hash": "503f6e8d402571f49515e642898f4f7d" }, { - "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.", + "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/world-asia-59532251?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/in-pictures-59607504?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 04 Dec 2021 15:01:43 GMT", + "pubDate": "Sat, 11 Dec 2021 00:53:09 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154087,19 +157183,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8dcf2ccd7e6fb47911e2b99618bdeb2b" + "hash": "581dd2fabefd3ff943d24f75553a221a" }, { - "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.", + "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/world-europe-59533689?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/health-59609452?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 04 Dec 2021 18:53:39 GMT", + "pubDate": "Sat, 11 Dec 2021 00:02:03 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154107,39 +157204,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d6640b72b62b65d15a731f8ce39f99a" + "hash": "1dd54ade292e0896e42087d66581aa01" }, { - "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.", + "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-europe-59531442?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59602724?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 04 Dec 2021 13:50:25 GMT", + "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": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d05338022f330cfcbae3e690bd0cb605" + "hash": "83e423ccbd8821a51dfa110ebed290fa" }, { - "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.", + "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-africa-59531167?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59623946?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 04 Dec 2021 09:41:13 GMT", + "pubDate": "Sat, 11 Dec 2021 22:55:15 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154147,19 +157246,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4216ff35fa63cc5aedb87962bb1c700b" + "hash": "2c210ea51adbdc21456b8fc08ef9288b" }, { - "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.", + "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-latin-america-59528857?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59623264?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 04 Dec 2021 02:03:32 GMT", + "pubDate": "Sat, 11 Dec 2021 21:53:17 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154167,19 +157267,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca0d99f803ad29a31fa25bd6f433a781" + "hash": "6b09a779e73e9a7c94966b3586725854" }, { - "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.", + "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-59516156?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59623258?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 04 Dec 2021 00:47:48 GMT", + "pubDate": "Sat, 11 Dec 2021 18:20:01 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154187,19 +157288,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb1de820682cd8f1cbea4874aa1b81b0" + "hash": "c6298f2edc6a2f501138a6ec3ece146c" }, { - "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.", + "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-59524527?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59625302?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 03 Dec 2021 17:40:58 GMT", + "pubDate": "Sat, 11 Dec 2021 22:33:58 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154207,19 +157309,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb4d68d6ee2b11b8e2ee7c192ff1f35e" + "hash": "3fe7133643b03a5882fc9c50a96b9c6e" }, { - "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.", + "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-africa-59524707?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59612811?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 03 Dec 2021 17:28:03 GMT", + "pubDate": "Sat, 11 Dec 2021 05:42:52 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154227,19 +157330,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a73fdf63f1e6f58a0aa4311710fd629" + "hash": "6e201ad66a9822f4b98a3c3dd0c4ce79" }, { - "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.", + "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-africa-59517496?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59617508?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 03 Dec 2021 13:43:37 GMT", + "pubDate": "Sat, 11 Dec 2021 00:20:03 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154247,19 +157351,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f09a1813d0cc757b532cbc88aa148b57" + "hash": "72438d1ebf90b3aeef92613f7d958a8d" }, { - "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.", + "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-scotland-59504516?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-59616743?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 03 Dec 2021 05:35:48 GMT", + "pubDate": "Sat, 11 Dec 2021 01:30:03 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154267,19 +157372,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3343782eba8d7c7987a0c605dd30da31" + "hash": "9a00fa90bba7ba9337da665df13fef03" }, { - "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.", + "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/entertainment-arts-59409084?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59616024?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 03 Dec 2021 00:11:18 GMT", + "pubDate": "Sat, 11 Dec 2021 00:42:23 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154287,19 +157393,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "37ac08fc5d4d271d5e4c58e8398683af" + "hash": "a5c376288b8ee27c59312c791f1ec55d" }, { - "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.", + "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/world-europe-59514304?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/59623945?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 02 Dec 2021 23:07:08 GMT", + "pubDate": "Sat, 11 Dec 2021 17:15:28 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154307,19 +157414,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9330f42fb58b08dced095e5684aee9d" + "hash": "169833537c8557cb0ab1b95b2d2ea4b3" }, { - "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.", + "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-australia-59397897?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59623970?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 03 Dec 2021 00:12:34 GMT", + "pubDate": "Sat, 11 Dec 2021 23:33:47 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154327,19 +157435,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2c481ce08fd017fc3cc0c8c21e7c438" + "hash": "44f9f06be58963cebde27910e92f5b77" }, { - "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": "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-us-canada-59528864?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59571713?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 04 Dec 2021 06:06:06 GMT", + "pubDate": "Fri, 10 Dec 2021 17:10:01 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154347,19 +157456,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cabc5dd333290fad3739232474d95027" + "hash": "da32bc37facd438f73f70fde0b0a4f4a" }, { - "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": "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-africa-59528860?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59617510?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 04 Dec 2021 02:44:21 GMT", + "pubDate": "Sat, 11 Dec 2021 01:53:18 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154367,19 +157477,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2643896c1fe5a6c0c23f48e5d6b8d4e9" + "hash": "4669899edeb1f2945f46d0660848e65a" }, { - "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": "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-us-canada-59530279?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59604645?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 04 Dec 2021 10:08:26 GMT", + "pubDate": "Fri, 10 Dec 2021 22:55:28 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154387,39 +157498,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2e8d738c3d9df29a79a10929acecc64" + "hash": "042ba08af164bf37edb7406ceef1844a" }, { - "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": "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-asia-59532251?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59590518?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 04 Dec 2021 11:24:37 GMT", + "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": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "fbfd7805f37560041d6e0359bd3c1e99" + "hash": "7b8c2b56a2e6d4f535cda60cb82810ab" }, { - "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": "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/health-59511401?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59582146?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 03 Dec 2021 10:16:38 GMT", + "pubDate": "Thu, 09 Dec 2021 21:04:11 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154427,19 +157540,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6bb70a35176f93258a0a17731f01f1a" + "hash": "aed7a23dbaf6c45f7189589584766424" }, { - "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": "'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-us-canada-59523682?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59623841?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 03 Dec 2021 18:07:34 GMT", + "pubDate": "Sat, 11 Dec 2021 16:40:20 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154447,19 +157561,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c804fb184b68458ee8f1d63e145e6854" + "hash": "9081a0e219e586cae68ce56fe65de4ba" }, { - "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": "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-59516888?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59620091?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 03 Dec 2021 09:09:50 GMT", + "pubDate": "Sat, 11 Dec 2021 16:16:00 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154467,19 +157582,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b1a2dbd7d8c374b01668eb1f126c580" + "hash": "e0161e837710157acf472510e8f4a7bb" }, { - "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": "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-europe-59516158?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59381081?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 03 Dec 2021 12:03:54 GMT", + "pubDate": "Fri, 10 Dec 2021 19:52:21 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154487,19 +157603,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4052dc3837101c226f309801a3a1057a" + "hash": "bac9511f039558e5b426915327f98e65" }, { - "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": "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-asia-59501055?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59613540?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 03 Dec 2021 08:39:36 GMT", + "pubDate": "Fri, 10 Dec 2021 18:34:28 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154507,19 +157624,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb7651188e53b755f44b7380fb5cab66" + "hash": "5d379ec97d0128a4428759fa4583bd0c" }, { - "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": "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-59514525?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59606993?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 03 Dec 2021 11:10:08 GMT", + "pubDate": "Fri, 10 Dec 2021 19:38:24 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154527,19 +157645,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2acbec5d1a2acdc70c481c85a6d65cbd" + "hash": "24266a3a4199e8a33556a904fa4dd62f" }, { - "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": "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/world-asia-india-59503872?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/stories-59587051?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 03 Dec 2021 00:25:37 GMT", + "pubDate": "Sat, 11 Dec 2021 01:00:46 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154547,19 +157666,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d69bef0a4cbbeb4a6a3116c1ce1a5ea8" + "hash": "37a6872d1e85a3d6e4f7a5ee7ced645c" }, { - "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": "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/sport/africa/59517712?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59595276?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 03 Dec 2021 09:09:10 GMT", + "pubDate": "Fri, 10 Dec 2021 00:38:48 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154567,19 +157687,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7190a1cb6be205b56aba3b21453094d7" + "hash": "94db72aecba3b6acc6a14713bbb344e9" }, { - "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": "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/business-59390778?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59616114?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 03 Dec 2021 00:01:11 GMT", + "pubDate": "Fri, 10 Dec 2021 19:36:29 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154587,19 +157708,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7226804ee181c2963b268109aa95597c" + "hash": "804a046acac00020011b61ee82e87398" }, { - "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": "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-59487912?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59608785?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 03 Dec 2021 07:30:19 GMT", + "pubDate": "Fri, 10 Dec 2021 17:17:38 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154607,19 +157729,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "09529f1fc146ef6e44be8af0e460bded" + "hash": "a8fa1c54f4298766a370b93ad3ac690e" }, { - "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": "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-latin-america-59489045?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59608484?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 02 Dec 2021 00:09:54 GMT", + "pubDate": "Fri, 10 Dec 2021 16:35:00 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154627,19 +157750,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "178bd674f7984162bb0ba6e98f1c2d4e" + "hash": "1e38335da3f382f9168be029a48a2ac4" }, { - "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": "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-africa-59502970?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59621245?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 03 Dec 2021 00:14:25 GMT", + "pubDate": "Sat, 11 Dec 2021 12:20:57 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154647,19 +157771,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b759f9fc547a611d209f30c5dddd1fdc" + "hash": "18aa5778afbce108510ca0407646c08a" }, { - "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": "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/health-59512165?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59616117?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:26:31 GMT", + "pubDate": "Fri, 10 Dec 2021 19:42:46 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154667,19 +157792,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5d022c08253b967f8dd87dc0776f9c9" + "hash": "969b134e138ffef084c0d61108141641" }, { - "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": "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/health-59490619?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59620091?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 02 Dec 2021 06:11:32 GMT", + "pubDate": "Sat, 11 Dec 2021 10:46:15 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154687,19 +157813,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d4a99cdc993b187585bd2dcb8c1da4c" + "hash": "4166add8c3f1591a1417aa50e89ed626" }, { - "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": "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-59498832?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59621245?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 02 Dec 2021 00:28:50 GMT", + "pubDate": "Sat, 11 Dec 2021 12:20:57 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154707,19 +157834,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d08ec13322892abf849663874192157" + "hash": "928863e281aa001620cecf8e6f2aa780" }, { - "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": "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/world-latin-america-59498152?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-59606395?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 02 Dec 2021 00:10:50 GMT", + "pubDate": "Fri, 10 Dec 2021 16:10:23 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154727,19 +157855,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "15e75612c995afed2aa24b8e7a06165b" + "hash": "10dd70e9207870b14f39fa5ecb771e3d" }, { - "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": "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-59512368?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59620091?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 03 Dec 2021 07:47:06 GMT", + "pubDate": "Sat, 11 Dec 2021 09:41:24 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154747,19 +157876,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4e5374fffabc34e55b655bfbb756b7a" + "hash": "3415fc27a6a0b6c785f7a1d54d911da5" }, { - "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": "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/world-us-canada-59514531?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/health-59594000?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 03 Dec 2021 05:29:36 GMT", + "pubDate": "Thu, 09 Dec 2021 17:03:21 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -154767,16 +157897,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed46be124674417956a1fd9d229c900c" + "hash": "89eef7da1f37fccc0f5342c7d0689114" }, { - "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": "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-asia-india-59472675?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59612811?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 03 Dec 2021 05:48:25 GMT", + "pubDate": "Fri, 10 Dec 2021 22:18:15 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -154787,16 +157917,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d8cb5890e5840bbaae6280687f1dc65" + "hash": "8bdbaddeb9d41a7883f295b81f8a78e9" }, { - "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": "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/world-us-canada-59514465?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-59608641?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 03 Dec 2021 11:33:23 GMT", + "pubDate": "Fri, 10 Dec 2021 13:54:36 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -154807,16 +157937,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba0441724ebb1d0893e208bfa9a96e3e" + "hash": "257d31f34a5bd613469dce0d7abeea10" }, { - "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": "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/world-europe-59503827?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/health-59609452?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 02 Dec 2021 19:14:32 GMT", + "pubDate": "Sat, 11 Dec 2021 00:02:03 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -154827,16 +157957,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4101248ebcea0786304cf08f81a6c44" + "hash": "a52700c4748a1ec9dd26f324eea7ae86" }, { - "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": "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-europe-59511820?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59603801?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:15:10 GMT", + "pubDate": "Fri, 10 Dec 2021 15:36:48 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -154847,16 +157977,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "31937a654b229b7fb17194b41886e328" + "hash": "1816423f7dacf28006ebfdb1e56d4b84" }, { - "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": "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-australia-59501162?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59598535?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 02 Dec 2021 03:42:36 GMT", + "pubDate": "Fri, 10 Dec 2021 11:32:10 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -154867,16 +157997,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "46af057efbbb64fb56e10b238c8fb2a9" + "hash": "d5dbad0dd729f26ae61007f1a1c3e779" }, { - "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": "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-europe-59502180?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59604649?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 02 Dec 2021 17:00:10 GMT", + "pubDate": "Fri, 10 Dec 2021 11:34:02 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -154887,16 +158017,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4fc8341a29185d2e7d61954397c563e" + "hash": "f094ac87c31e3cfc397739e48dcecc29" }, { - "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": "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-africa-59503517?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59604211?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 02 Dec 2021 17:42:33 GMT", + "pubDate": "Fri, 10 Dec 2021 02:10:52 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -154907,16 +158037,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab81461d8e1d36cbd7b15f1ae613cff3" + "hash": "e7364892cb1750f0b77bda948d50e8af" }, { - "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": "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-europe-59503762?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59592355?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 02 Dec 2021 17:08:55 GMT", + "pubDate": "Fri, 10 Dec 2021 13:40:10 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -154927,16 +158057,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7397cafcf90e4a2ced9905ee9529e91f" + "hash": "dd45bcdda59529a020a5d83dbc55b2d3" }, { - "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": "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/world-us-canada-59512368?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/technology-59596267?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 02 Dec 2021 19:17:54 GMT", + "pubDate": "Fri, 10 Dec 2021 00:05:38 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -154947,16 +158077,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "984a6bb05903b2ff92ef2b3efbd6a4d9" + "hash": "09ff2f82b03d777318bc244199baa53f" }, { - "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": "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-us-canada-59514524?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59459910?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 03 Dec 2021 00:03:36 GMT", + "pubDate": "Fri, 10 Dec 2021 00:44:21 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -154967,16 +158097,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "987a6d7df226210a3c7d660ed2a95a68" + "hash": "4cf7798e8a888ca5a8e5e2f039730c81" }, { - "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": "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/world-us-canada-59509854?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59430501?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 02 Dec 2021 17:20:49 GMT", + "pubDate": "Fri, 10 Dec 2021 00:01:05 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -154987,16 +158117,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e054bb87c95d4d743b4bac4dee30837" + "hash": "81c04d70afc7eb3b9560ad21aea0ab1d" }, { - "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": "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-middle-east-59506445?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59531176?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 02 Dec 2021 17:09:30 GMT", + "pubDate": "Thu, 09 Dec 2021 00:23:20 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155007,16 +158137,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "984dee99db5781e1be8532248cc1d8ff" + "hash": "26535bcccd8720c44cd795f07deaefd2" }, { - "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": "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-59505688?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59462503?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 02 Dec 2021 12:01:38 GMT", + "pubDate": "Thu, 09 Dec 2021 00:15:31 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155027,16 +158157,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb48748529818078386d0d5aa850db65" + "hash": "6ea2708b7cb534428073cac9f1768712" }, { - "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": "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-europe-59509814?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59578618?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 02 Dec 2021 16:11:11 GMT", + "pubDate": "Thu, 09 Dec 2021 00:18:15 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155047,16 +158177,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "126f9fe50107d98c9fd350c19e94263b" + "hash": "6cd6957dbf55c6c71eb5a31d2a3a9397" }, { - "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": "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/world-us-canada-59503757?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/59580982?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 02 Dec 2021 11:12:50 GMT", + "pubDate": "Wed, 08 Dec 2021 17:53:39 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155067,16 +158197,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "147ec91974c29c1f9ff8455934f8b6af" + "hash": "0af890715039b41015a83f4e98bc7c9d" }, { - "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": "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/uk-59503922?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59604011?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 02 Dec 2021 17:23:19 GMT", + "pubDate": "Fri, 10 Dec 2021 02:20:20 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155087,16 +158217,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ed2312556cf1fd7870ee659957418c3" + "hash": "b102d3757b3bdac7528a35ee672f1504" }, { - "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": "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-asia-59419962?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59603801?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 02 Dec 2021 00:01:43 GMT", + "pubDate": "Fri, 10 Dec 2021 03:42:36 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155107,16 +158237,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "63c8e800978accdbb8e5cf58f6469d18" + "hash": "de09b9ff01fe9d107df97ca893472cf8" }, { - "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": "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/health-59512165?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59599142?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:26:31 GMT", + "pubDate": "Fri, 10 Dec 2021 00:50:16 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155127,16 +158257,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae05625c213f24f9e1cf17eb477dcf79" + "hash": "da29abe68aa5f193ae9c6f18c6ce2980" }, { - "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": "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-us-canada-59502515?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59599066?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 02 Dec 2021 09:19:24 GMT", + "pubDate": "Thu, 09 Dec 2021 22:45:56 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155147,16 +158277,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b77e66ef7300e2c10a7190390e086199" + "hash": "d86ea8d32803670ab0bd9e078d509442" }, { - "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": "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/world-us-canada-59327131?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59588905?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 02 Dec 2021 00:51:30 GMT", + "pubDate": "Fri, 10 Dec 2021 04:23:48 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155167,16 +158297,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "17e022c7e2302c8e96ed68316745749d" + "hash": "754415fbb30eedf8c7ab351c742adb8e" }, { - "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": "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/business-59500682?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59598455?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 02 Dec 2021 02:28:25 GMT", + "pubDate": "Thu, 09 Dec 2021 17:48:12 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155187,16 +158317,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a3c53bc5d9510bb2a607a56ae142803" + "hash": "5530eeb7ba7765ef703152df0f531fad" }, { - "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": "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/business-59466051?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59599279?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 02 Dec 2021 00:03:45 GMT", + "pubDate": "Thu, 09 Dec 2021 23:40:14 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155207,16 +158337,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d2e6706a72508abe477cb707ded357e" + "hash": "f2302785d1016861f9614701979407a7" }, { - "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": "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-asia-india-59503874?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59572668?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 02 Dec 2021 10:33:31 GMT", + "pubDate": "Thu, 09 Dec 2021 20:03:57 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155227,16 +158357,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "09c0cc173d9e2f685c40d7fba92589ab" + "hash": "6b473d4a1379623bea0a4fff21357942" }, { - "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": "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-us-canada-59495210?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59574532?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 01 Dec 2021 18:27:37 GMT", + "pubDate": "Fri, 10 Dec 2021 04:22:18 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155247,16 +158377,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba40529556ef689ad944036cfce7c1c3" + "hash": "85947eaf4d66e5ee47b339471020e8bc" }, { - "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": "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-59497462?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59582145?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 01 Dec 2021 19:18:32 GMT", + "pubDate": "Thu, 09 Dec 2021 14:27:42 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155267,56 +158397,56 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9ff1da5b41793b6283e74e9b0ef137d" + "hash": "d23f57227f45257039369b47a5baaef3" }, { - "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": "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-us-canada-59484333?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59571712?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 01 Dec 2021 18:02:04 GMT", + "pubDate": "Thu, 09 Dec 2021 15:59:49 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "5fe189d8c82582a95ebb8abdd2a5d07d" + "hash": "281be9a95f96e59b806cc5f370e26198" }, { - "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": "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-europe-59473071?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59593001?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 01 Dec 2021 14:26:58 GMT", + "pubDate": "Thu, 09 Dec 2021 12:14:55 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "850ea6b2e1ed47951ef1b82a5843ae12" + "hash": "8672d0e1224f21a3c57063cd4d10ba18" }, { - "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": "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-africa-59493729?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59598535?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 01 Dec 2021 18:04:43 GMT", + "pubDate": "Fri, 10 Dec 2021 00:32:42 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155327,16 +158457,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "89cae94a32e96d9ff9b954af22697122" + "hash": "43057a2eaeef2bae3de3809c9504e795" }, { - "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": "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/world-us-canada-59480146?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59430501?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 01 Dec 2021 00:08:59 GMT", + "pubDate": "Fri, 10 Dec 2021 00:01:05 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155347,16 +158477,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ab4b6b392f24254fcc4af046da9eb23" + "hash": "793b53ea3f3640becd96ceb8d8f3fa19" }, { - "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": "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-europe-59498082?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59585597?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 01 Dec 2021 18:32:00 GMT", + "pubDate": "Thu, 09 Dec 2021 00:09:59 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155367,16 +158497,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e7c40cd3259df658e16e9987946847cc" + "hash": "6e1b1ef9c9bf78219ba294682e4f1fa2" }, { - "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": "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-59487910?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59586873?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 01 Dec 2021 14:19:12 GMT", + "pubDate": "Thu, 09 Dec 2021 00:07:43 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155387,16 +158517,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "025c1b1bc795635137177654b09dcb99" + "hash": "c2862250345d6b5a65808a4a36621ce6" }, { - "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": "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-us-canada-59439798?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59553662?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 01 Dec 2021 16:59:05 GMT", + "pubDate": "Thu, 09 Dec 2021 00:02:29 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155407,16 +158537,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "672ba87dd00b2c23e540cb768ea81b8a" + "hash": "6f95825e50ef0c3c31ac0b3fbd53edef" }, { - "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": "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/world-us-canada-59485586?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59568638?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 01 Dec 2021 11:05:41 GMT", + "pubDate": "Thu, 09 Dec 2021 00:05:04 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155427,16 +158557,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "888dc53b5fa44cfabcb9b9ee74d96a1e" + "hash": "d1680f14e7aa15fe6cfd5f0b9b84ffae" }, { - "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": "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/entertainment-arts-59490286?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59599058?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 01 Dec 2021 16:00:51 GMT", + "pubDate": "Thu, 09 Dec 2021 16:17:34 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155447,16 +158577,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "09dcc298709451d0cffdd1f32c7d6526" + "hash": "3f7b809c6cc6ab75333b410e1e5d17d6" }, { - "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": "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-asia-india-59486806?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59599063?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 01 Dec 2021 07:22:54 GMT", + "pubDate": "Thu, 09 Dec 2021 20:48:26 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155467,16 +158597,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "27b47834728034114eced9f5c7c93d3d" + "hash": "5d8ea604a000ffce1f5608941e9a8649" }, { - "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": "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-middle-east-59489259?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59595952?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 01 Dec 2021 14:09:41 GMT", + "pubDate": "Thu, 09 Dec 2021 13:51:22 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155487,16 +158617,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a34c65411c4166507da10b3b0eea27e" + "hash": "0d740a0e65f6fd71ae9070a9c309a605" }, { - "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": "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/59431598?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59589775?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 01 Dec 2021 00:37:59 GMT", + "pubDate": "Thu, 09 Dec 2021 04:32:02 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155507,16 +158637,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4402985ce88f0208c683e1dcb0a8baea" + "hash": "326fed58a5ab161f727c27684d3c8aa0" }, { - "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": "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-africa-59476637?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59599271?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 01 Dec 2021 00:50:08 GMT", + "pubDate": "Thu, 09 Dec 2021 19:45:18 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155527,16 +158657,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "62627d348e3369bdad396a4226afc3d0" + "hash": "cbaa74cac0a0cfdd7b10fa27c2b9eb2a" }, { - "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": "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-europe-59480814?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59588956?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 01 Dec 2021 00:56:15 GMT", + "pubDate": "Thu, 09 Dec 2021 10:50:39 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155547,16 +158677,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9aa01acdac827add859731aa464e64ee" + "hash": "d1ee56ce0830b9e80c305c5c946d818e" }, { - "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": "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-59459750?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59593007?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 01 Dec 2021 00:21:53 GMT", + "pubDate": "Thu, 09 Dec 2021 20:59:07 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155567,16 +158697,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5536610b82fe35f0db317f52cc88ee3" + "hash": "db542b657c43947fcb916262dae5cd58" }, { - "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": "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-59473070?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59599270?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 01 Dec 2021 00:42:10 GMT", + "pubDate": "Thu, 09 Dec 2021 17:15:44 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155587,16 +158717,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f798421dbee4de6d8b785ec1eba1536" + "hash": "0a635d375dea09a73b1109ab77f25a59" }, { - "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": "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-asia-59456545?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59547337?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 01 Dec 2021 00:42:32 GMT", + "pubDate": "Wed, 08 Dec 2021 01:41:02 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155607,16 +158737,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e3298727360cf3025e445383a7513e3" + "hash": "2a025a44d8543cec7d888c84f655a8f1" }, { - "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": "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/technology-59471636?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59556016?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 30 Nov 2021 03:48:35 GMT", + "pubDate": "Wed, 08 Dec 2021 00:09:48 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155627,16 +158757,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e606483d3f48e28faf563b80a8038cd8" + "hash": "9b808f48671ee05b06feb6761356ddb3" }, { - "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": "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/59461861?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59565590?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 30 Nov 2021 14:59:50 GMT", + "pubDate": "Tue, 07 Dec 2021 22:33:07 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155647,16 +158777,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4864e1c021a9a108d4797d89af2322d4" + "hash": "a965aaa9a62e67c0f7a4b4545d09da7b" }, { - "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": "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-59490786?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59565558?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 01 Dec 2021 15:28:27 GMT", + "pubDate": "Wed, 08 Dec 2021 00:17:51 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155667,16 +158797,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4aa101c7b89aa333f4433922c0855a24" + "hash": "41713bf58bc702c2b9ee6bffc8b0bce7" }, { - "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": "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/world-us-canada-59488472?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59573075?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 01 Dec 2021 08:54:31 GMT", + "pubDate": "Tue, 07 Dec 2021 22:01:46 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155687,16 +158817,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e85c3e1762f288313ede2a4ffc11f343" + "hash": "2075529f5b17a045062ff4ca5ae99fd0" }, { - "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": "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/uk-59477100?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59592347?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 01 Dec 2021 00:00:58 GMT", + "pubDate": "Thu, 09 Dec 2021 10:43:47 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155707,16 +158837,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c18148df285d0b7888e8d9aada9a8396" + "hash": "6fc403bea56021fba0780cf5fb42a28c" }, { - "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": "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-59486375?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59590576?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 01 Dec 2021 01:21:05 GMT", + "pubDate": "Thu, 09 Dec 2021 08:01:47 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155727,16 +158857,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4709ff5ab0834341f168f915ba37ade5" + "hash": "971c9567d2bc1f418e54d06badf9c785" }, { - "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": "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-59484633?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59566157?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 30 Nov 2021 19:55:28 GMT", + "pubDate": "Thu, 09 Dec 2021 13:03:52 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155747,16 +158877,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c09b35f50bdf25c110a23c997efdb6ef" + "hash": "3ea9512c90b6228757c642cabcc703d2" }, { - "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": "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-59484773?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59557493?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 30 Nov 2021 20:48:44 GMT", + "pubDate": "Thu, 09 Dec 2021 06:01:15 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155767,16 +158897,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "079d7bcb9bef647d1c081338f58e5c4d" + "hash": "58ece51b9b903567e05d0f6214e8ec05" }, { - "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": "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-us-canada-59484332?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59592901?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 30 Nov 2021 19:53:37 GMT", + "pubDate": "Thu, 09 Dec 2021 11:56:18 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155787,16 +158917,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "48b3e26653eb2bcd7eb98e4a32d53458" + "hash": "e2fb11c4507c1c75e601efebac631109" }, { - "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": "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-59480917?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59592571?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:27:54 GMT", + "pubDate": "Thu, 09 Dec 2021 11:21:32 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155807,16 +158937,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd2b5e06cbfae4d7f0e81299a3468cb9" + "hash": "e246e5197dc7e0e9d5052192c3ba5b37" }, { - "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": "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-africa-59482050?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59574530?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 30 Nov 2021 17:17:06 GMT", + "pubDate": "Thu, 09 Dec 2021 04:48:11 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155827,36 +158957,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "94d23030675eb2c0a3ff1c499e4685de" + "hash": "549682fd9da60cb19bfce235f9957f8c" }, { - "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": "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-latin-america-59473586?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59544669?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 30 Nov 2021 07:35:43 GMT", + "pubDate": "Wed, 08 Dec 2021 00:02:23 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "db74edece6c8d1ec91cefa0cdf9d95c8" + "hash": "bdaa59132a4155a400422975837e1ce0" }, { - "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": "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-59484382?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59584975?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 30 Nov 2021 20:14:19 GMT", + "pubDate": "Wed, 08 Dec 2021 17:26:52 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155867,16 +158997,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d2218b75085f8c0e318ac1b8bc31e0e" + "hash": "aec20c769471aae0866908c73a881f65" }, { - "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": "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-europe-59474616?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59566158?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 30 Nov 2021 12:48:22 GMT", + "pubDate": "Thu, 09 Dec 2021 03:15:36 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155887,16 +159017,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "388bd60e9e0b58972633b515ae97ba70" + "hash": "63ba136f9350d4cb23d922be812f276e" }, { - "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": "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/world-europe-59474808?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59588953?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 30 Nov 2021 17:19:35 GMT", + "pubDate": "Thu, 09 Dec 2021 02:23:43 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155907,16 +159037,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "550682319ed29fd9dfd7bd671f3025a4" + "hash": "8dad1633babd8b20f41fda1f07e2fdef" }, { - "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": "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-europe-59478152?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59589043?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 30 Nov 2021 19:21:42 GMT", + "pubDate": "Thu, 09 Dec 2021 00:46:06 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155927,36 +159057,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "b366420044db94848ee3da4c6fe818e0" + "hash": "4bf796cc7d110c67114b2457aaf691b6" }, { - "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": "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-europe-59473067?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59576082?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:43:01 GMT", + "pubDate": "Thu, 09 Dec 2021 04:51:20 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3f0f1197540b8085482b35e7feac21c9" + "hash": "b444627bf3b5c24193bd3c2046143995" }, { - "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": "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/entertainment-arts-59473984?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59588956?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 30 Nov 2021 15:27:24 GMT", + "pubDate": "Thu, 09 Dec 2021 05:19:33 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155967,16 +159097,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7d67fb745a07757df1854c57b61427c" + "hash": "21a26640972ec9720a2dbd9bd14b7cba" }, { - "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": "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-asia-china-59456541?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59585506?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 30 Nov 2021 08:09:52 GMT", + "pubDate": "Wed, 08 Dec 2021 22:21:22 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -155987,36 +159117,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a6e0a4fc26d51c13c6421109b7ae15c" + "hash": "3b291dad7d8c2d451df68a11036ada9b" }, { - "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": "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/world-asia-59474807?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-59582137?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 30 Nov 2021 10:58:08 GMT", + "pubDate": "Wed, 08 Dec 2021 19:10:23 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1f9df0a4e618ab2b9aa0b29606dbf7c8" + "hash": "6c52f48f376047b9250480f93653403b" }, { - "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": "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/world-asia-59474965?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59588943?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 30 Nov 2021 11:39:48 GMT", + "pubDate": "Thu, 09 Dec 2021 04:30:52 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156027,16 +159157,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba97c41c0a7c072b9350658a1287f7b7" + "hash": "c4d180d94cfa1dfddac47080d9120050" }, { - "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": "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/technology-59441379?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59582006?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 29 Nov 2021 15:58:31 GMT", + "pubDate": "Wed, 08 Dec 2021 15:39:14 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156047,16 +159177,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb0d03c5d9f2371da2de03d5959f4489" + "hash": "d3642a3aa2fbe90bff5866f60e9ba24c" }, { - "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": "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-latin-america-59438026?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59585506?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 29 Nov 2021 00:04:34 GMT", + "pubDate": "Wed, 08 Dec 2021 22:21:22 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156067,16 +159197,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "111bf42514c617aacb718ac7c36f0918" + "hash": "d9139b3ee03483dfa0c3b2f13623875c" }, { - "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": "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-africa-59436588?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59587919?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 29 Nov 2021 00:16:40 GMT", + "pubDate": "Wed, 08 Dec 2021 20:47:58 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156087,16 +159217,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "55147ba68472b3cf7d7fd9f10a21b056" + "hash": "18513d4a48aeb9e5acb98db23dfed7fc" }, { - "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": "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-middle-east-59435615?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59588109?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 28 Nov 2021 22:43:18 GMT", + "pubDate": "Wed, 08 Dec 2021 20:57:58 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156107,16 +159237,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f45ff03b7abf2184895dd015bc21553" + "hash": "13988105b58b592a17b1ff6f41ce4d1f" }, { - "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": "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/news/newsbeat-59320090?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/golf/59585790?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 29 Nov 2021 00:02:33 GMT", + "pubDate": "Wed, 08 Dec 2021 17:45:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156127,16 +159257,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "38ac3bf7efcd127bebe38a071142e195" + "hash": "6a3edf2b96fdccc7afc63f24f8849ca2" }, { - "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": "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-asia-59477186?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59580631?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 30 Nov 2021 12:38:35 GMT", + "pubDate": "Wed, 08 Dec 2021 15:55:37 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156147,16 +159277,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d1cf3a4712a3f39e6829a47ccd67932" + "hash": "6be91e23715bc81bc67d628c34ac1304" }, { - "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": "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-middle-east-59464760?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59577371?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 30 Nov 2021 00:10:18 GMT", + "pubDate": "Wed, 08 Dec 2021 14:50:56 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156167,36 +159297,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "b19b542b1c2bb4a0dcb3c32439dd7598" + "hash": "40698a46ee28445dd62df32b39b7d879" }, { - "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": "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/world-europe-59468682?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59573146?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 30 Nov 2021 00:05:31 GMT", + "pubDate": "Wed, 08 Dec 2021 16:38:23 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e6cdd5b1b477c03bc23a3510e1037e4c" + "hash": "274e66f75e703d9949cbe27f4b5c1d06" }, { - "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": "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-asia-59457607?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59577720?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 29 Nov 2021 15:04:29 GMT", + "pubDate": "Wed, 08 Dec 2021 12:25:21 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156207,16 +159337,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a6fbd49275992854f7c434455f086df" + "hash": "0ff77af0f21ea376cf97601f146162f7" }, { - "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": "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-59473131?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59575773?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 30 Nov 2021 15:03:21 GMT", + "pubDate": "Wed, 08 Dec 2021 10:36:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156227,16 +159357,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1999f71cae9d3490b5563c16ea31fd90" + "hash": "078f371920966b9178bf6a7dfe779842" }, { - "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": "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-australia-59472194?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59528818?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 30 Nov 2021 06:13:27 GMT", + "pubDate": "Wed, 08 Dec 2021 00:40:44 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156247,16 +159377,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d803d3302dae946aeb389165ef48215a" + "hash": "b3309b3c4f71e63480569162b2699e18" }, { - "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": "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-middle-east-59455685?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59569649?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 28 Nov 2021 23:53:15 GMT", + "pubDate": "Wed, 08 Dec 2021 01:31:08 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156267,16 +159397,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a2fcc5a864ed2811feb9617647c6883" + "hash": "2ccf44fce2670d1642de535ddbd4f901" }, { - "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": "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-europe-59438028?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59530706?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 28 Nov 2021 00:01:13 GMT", + "pubDate": "Wed, 08 Dec 2021 00:22:06 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156287,36 +159417,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "317ed3d16460f4bb48b9766a028f6833" + "hash": "d128bb9a34d7767f27b9853e4c91a456" }, { - "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": "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/world-africa-59463879?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/59387191?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 29 Nov 2021 17:14:53 GMT", + "pubDate": "Wed, 08 Dec 2021 00:37:31 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8dc238388a6f1c9996b52336b00d583a" + "hash": "d540ff12461686980f090ebe10e2c47f" }, { - "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": "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/technology-59465747?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59560809?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 29 Nov 2021 16:57:43 GMT", + "pubDate": "Tue, 07 Dec 2021 11:41:38 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156327,16 +159457,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "63e47d689c2de8d37e9848cc1bfffc5b" + "hash": "48dde6b43ac9f546288452cb55aabe12" }, { - "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": "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/world-us-canada-59455605?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59519160?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 29 Nov 2021 15:36:30 GMT", + "pubDate": "Tue, 07 Dec 2021 00:02:38 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156347,16 +159477,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a1890d54d221198a4f586cfd3c74ddc" + "hash": "734cf8c5fca74a947f801cf88f8bc881" }, { - "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": "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-europe-59456332?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59553764?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 29 Nov 2021 09:36:15 GMT", + "pubDate": "Mon, 06 Dec 2021 20:45:51 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156367,16 +159497,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1ae2739b49d637a70d7b15dc7b93108" + "hash": "0642f978b9c370a6f9ea9e307591e3d3" }, { - "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.", + "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-europe-59459733?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59576082?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 29 Nov 2021 14:14:47 GMT", + "pubDate": "Wed, 08 Dec 2021 15:15:52 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156387,16 +159517,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f042ef710cb5be2c1caf9831bbe4d048" + "hash": "020f856a849ab872409ef45555acf247" }, { - "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": "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-africa-59458460?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59582013?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 29 Nov 2021 10:35:25 GMT", + "pubDate": "Wed, 08 Dec 2021 18:08:39 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156407,16 +159537,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c781d9ac027d7bada03c789f2702029a" + "hash": "04464e3aa88f47e3ae76b6fc35609bee" }, { - "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": "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/newsbeat-59414088?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59573037?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 29 Nov 2021 16:05:36 GMT", + "pubDate": "Wed, 08 Dec 2021 00:57:13 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156427,16 +159557,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf9a4326ac395de1b4aac5c32ef812bd" + "hash": "b69923565f7bfb73b03349e3daf947b5" }, { - "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": "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-us-canada-59439796?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59576082?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 29 Nov 2021 15:37:54 GMT", + "pubDate": "Wed, 08 Dec 2021 10:13:15 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156447,16 +159577,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b71fffbe1024276260be0d67d25d453d" + "hash": "8412ef17313c1ab68fdb52118c42752d" }, { - "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": "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/59439797?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59567377?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 29 Nov 2021 16:34:51 GMT", + "pubDate": "Tue, 07 Dec 2021 21:52:06 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156467,16 +159597,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e243df82d9cc114dc5f2c9186d75821e" + "hash": "85f242268e7b4a09ce49a8035ec77e81" }, { - "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": "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-latin-america-59459660?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59574528?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 29 Nov 2021 11:24:57 GMT", + "pubDate": "Wed, 08 Dec 2021 08:23:30 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156487,16 +159617,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "88600fe4a9792b534cde73a443b73403" + "hash": "9ed1ca00c45b8277b0d1e3ec3b70104c" }, { - "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": "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-china-59456540?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59574878?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 29 Nov 2021 06:58:18 GMT", + "pubDate": "Wed, 08 Dec 2021 07:56:41 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156507,16 +159637,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7dd82ef77f7e05f86823e9f06c035b9" + "hash": "60e0e5c3f4f1268ffe456fa3bb127b22" }, { - "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": "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-africa-59458466?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59544226?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 29 Nov 2021 14:17:36 GMT", + "pubDate": "Wed, 08 Dec 2021 06:37:24 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156527,16 +159657,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aeb8dd846052b3d99d8158e18423fabd" + "hash": "828b0672f87ac9f937578849662416af" }, { - "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": "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-middle-east-59386825?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59573797?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 29 Nov 2021 00:03:55 GMT", + "pubDate": "Wed, 08 Dec 2021 04:38:44 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156547,16 +159677,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "36efbb544e66373b6a569c0f1b1349c4" + "hash": "1ddc00e003c6917ed01da6815bb8b6af" }, { - "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": "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/uk-59458431?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59544223?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 29 Nov 2021 09:02:46 GMT", + "pubDate": "Wed, 08 Dec 2021 09:57:11 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156567,16 +159697,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b856feddea8bfa69cc3770be1738b269" + "hash": "4a92117f3ed9f3b5c1974f8b886c2e7d" }, { - "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": "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-asia-india-59344605?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59571857?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 29 Nov 2021 03:32:01 GMT", + "pubDate": "Tue, 07 Dec 2021 21:20:10 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156587,16 +159717,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "95a63b3249dbf6879ea3653006d3b7fd" + "hash": "5b30df757fd86e53d9392494fb48336c" }, { - "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": "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/uk-59450988?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59573500?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 28 Nov 2021 11:13:14 GMT", + "pubDate": "Wed, 08 Dec 2021 00:37:52 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156607,16 +159737,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9ef8265537aaef73f55c42ff30371f5" + "hash": "a9969fec20615d94868443ac90125021" }, { - "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": "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-59421912?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59555481?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 28 Nov 2021 00:02:59 GMT", + "pubDate": "Tue, 07 Dec 2021 00:05:28 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156627,16 +159757,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "70f4878de88b66560201b929260010a6" + "hash": "773ea23f9d74f3bd6e153c89b271eb2e" }, { - "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": "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/world-africa-59463879?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59558150?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 29 Nov 2021 14:46:29 GMT", + "pubDate": "Wed, 08 Dec 2021 02:15:04 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156647,16 +159777,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea17b371b15070def872f5162345acbe" + "hash": "fc3d670e01a8fce03f2af28a0f68e45a" }, { - "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": "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/technology-59465747?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59561881?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 29 Nov 2021 16:05:13 GMT", + "pubDate": "Tue, 07 Dec 2021 17:43:08 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156667,16 +159797,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f291fcb08abc8ac8c1d213e12c3a3b07" + "hash": "583d9ede11c98c6c85ac60b3d0566c73" }, { - "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": "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-latin-america-59438437?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59571417?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 29 Nov 2021 05:01:20 GMT", + "pubDate": "Tue, 07 Dec 2021 18:30:30 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156687,36 +159817,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "e7a2da79653117ad56ce7db2581d4154" + "hash": "9ea23264e5c95882bb34836d1a81eadb" }, { - "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": "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/world-latin-america-59446488?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59571277?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 27 Nov 2021 16:36:43 GMT", + "pubDate": "Tue, 07 Dec 2021 20:10:41 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5f42177c1492a1ca604becaa5a61584c" + "hash": "7a0ce9a402fc45e1bdacdcedc4334f21" }, { - "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": "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-africa-59453842?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59561876?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 28 Nov 2021 20:40:37 GMT", + "pubDate": "Tue, 07 Dec 2021 11:51:26 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156727,16 +159857,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "783c2d146070a86d145d4f8ed5a3cf61" + "hash": "bf61a15818d491b9618a816856650117" }, { - "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": "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-us-canada-59455605?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59570576?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 29 Nov 2021 04:09:34 GMT", + "pubDate": "Tue, 07 Dec 2021 18:12:02 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156747,16 +159877,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc577ae88f5d28d41efbdda17a834e1b" + "hash": "47896c95723e5c9d20e408c0328066fb" }, { - "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": "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-africa-59458460?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59565558?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 29 Nov 2021 10:35:25 GMT", + "pubDate": "Wed, 08 Dec 2021 00:17:51 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156767,16 +159897,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0efce318fcb1f02c312c475955542539" + "hash": "2a6e55047f3ece19d9927c27e5bd487c" }, { - "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": "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/world-middle-east-59454243?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59568858?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 28 Nov 2021 21:09:23 GMT", + "pubDate": "Tue, 07 Dec 2021 18:23:20 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156787,16 +159917,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b01c88aa10dbc0a598460e8451846113" + "hash": "03df78f3068e81a0fae2b58cfb0674f2" }, { - "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": "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/business-59456143?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59543021?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 29 Nov 2021 06:39:59 GMT", + "pubDate": "Tue, 07 Dec 2021 15:07:57 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156807,16 +159937,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f07ff87145a489543aa01d6f79f1a7a4" + "hash": "0df8cc40b7d82af25e0e57a3b76f824d" }, { - "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": "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/world-us-canada-59455382?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-59549868?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 28 Nov 2021 20:24:48 GMT", + "pubDate": "Tue, 07 Dec 2021 10:06:27 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156827,16 +159957,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "576b74b712b87c53014cbe6993074693" + "hash": "3ff3fb7e067d2240868d7cc185887bb3" }, { - "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": "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/uk-59450988?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59565690?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 28 Nov 2021 11:13:14 GMT", + "pubDate": "Tue, 07 Dec 2021 14:06:38 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156847,16 +159977,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "03f099d08d42a6e4f19c37ca1dd2dd63" + "hash": "6ecae0d6688cf1e7fe0077e105feee9b" }, { - "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": "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-europe-59454135?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59559122?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 28 Nov 2021 19:31:57 GMT", + "pubDate": "Tue, 07 Dec 2021 08:18:08 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156867,16 +159997,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b8057ef7659db8e2391fe1c88a39f43" + "hash": "2de13f336b1171900d3e47afdbe5f295" }, { - "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": "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/world-africa-59450598?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59554585?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 28 Nov 2021 13:24:50 GMT", + "pubDate": "Tue, 07 Dec 2021 09:30:13 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156887,16 +160017,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "01c4bd7e9731fd76e2e88b753ef71012" + "hash": "caddd8c6f3501a60f2d6caa3c71752a0" }, { - "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": "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-australia-59450174?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59516157?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 28 Nov 2021 11:52:04 GMT", + "pubDate": "Tue, 07 Dec 2021 00:39:23 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156907,16 +160037,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2bdf1cf239bacbea5df8365430a92072" + "hash": "c758439b1548986f858fe9b9623427d9" }, { - "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": "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-europe-59434553?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59485830?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 27 Nov 2021 00:29:18 GMT", + "pubDate": "Mon, 06 Dec 2021 21:07:09 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156927,16 +160057,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "143a58d8aee14a662419f388cef65318" + "hash": "822e89cd80826b76a66039c12d66f66a" }, { - "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": "'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/world-europe-59451103?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/disability-59404429?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 28 Nov 2021 19:02:29 GMT", + "pubDate": "Tue, 07 Dec 2021 00:34:27 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156947,16 +160077,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b274c25ce173282614b549eaa30d9ec7" + "hash": "90d2a70d2d2f8e27444ebe44cd432fc6" }, { - "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": "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-us-canada-59452651?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59454871?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 28 Nov 2021 15:47:00 GMT", + "pubDate": "Tue, 07 Dec 2021 00:05:08 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156967,16 +160097,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "670520c9288986d7c3f2ab09c81018f7" + "hash": "d2708b3341c47c17f17daed7e02dc370" }, { - "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": "'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-europe-59452646?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59468000?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 28 Nov 2021 14:09:01 GMT", + "pubDate": "Tue, 07 Dec 2021 00:09:37 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -156987,16 +160117,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "79525bfcafd2cba074753cdbfaee9ed6" + "hash": "b089b3802f59777eef052ff6b916e4ab" }, { - "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": "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/news/world-middle-east-59448547?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/disability-sport/59524921?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 28 Nov 2021 07:50:05 GMT", + "pubDate": "Tue, 07 Dec 2021 00:00:26 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -157007,16 +160137,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e26dff097a16fe907e87b34e71da900b" + "hash": "91ae48ed4d16008272fc24700226ebad" }, { - "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": "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/world-europe-59380745?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/59548572?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 28 Nov 2021 15:57:25 GMT", + "pubDate": "Mon, 06 Dec 2021 17:56:40 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -157027,16 +160157,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "088217b0d34f59725d1ba921d7b5c97f" + "hash": "f07725b7c8ea1af1bf64881ad0aa4d24" }, { - "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": "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-59444335?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59567377?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 28 Nov 2021 08:28:29 GMT", + "pubDate": "Tue, 07 Dec 2021 17:42:30 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -157047,16 +160177,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfa1db2e9e98a611b9ea7bae6db06b7a" + "hash": "539befd179719a5d674c19d9ee8980c4" }, { - "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": "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/uk-northern-ireland-59429216?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59560444?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 28 Nov 2021 00:04:49 GMT", + "pubDate": "Tue, 07 Dec 2021 14:20:30 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -157067,16 +160197,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b0b663a8b3641bde1abc782ea7cc98f" + "hash": "e980c1898d43316f7df3e183dd4c8ea4" }, { - "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": "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-middle-east-59262086?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59559703?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 28 Nov 2021 00:10:06 GMT", + "pubDate": "Tue, 07 Dec 2021 09:16:07 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -157087,16 +160217,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "45e34168c2efb625147b9412cf36ba0d" + "hash": "4541dd80d6cd871e66bc47ce56cbbff0" }, { - "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": "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/in-pictures-59407041?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59524001?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 28 Nov 2021 00:05:48 GMT", + "pubDate": "Mon, 06 Dec 2021 00:03:02 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -157107,16 +160237,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1465888d2196b2e50c19648a0d80eecc" + "hash": "cbbcab1056ff4736e18005c6cac8321b" }, { - "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": "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-africa-59134040?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59558090?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 28 Nov 2021 00:20:14 GMT", + "pubDate": "Tue, 07 Dec 2021 07:28:18 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -157127,16 +160257,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "896837053aef45ec5d2ee5d95123e2fc" + "hash": "f1bf25d3634e6f86b59e7e659284d04c" }, { - "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": "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-59442534?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59558099?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 27 Nov 2021 07:58:27 GMT", + "pubDate": "Tue, 07 Dec 2021 04:50:54 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -157147,16 +160277,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9793984e5d8d1b3a966b0ab4c6984032" + "hash": "982aaeefa561151f8567ff1976256a80" }, { - "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": "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-europe-59448525?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59544221?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 28 Nov 2021 05:46:58 GMT", + "pubDate": "Tue, 07 Dec 2021 06:25:26 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -157167,16 +160297,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e26bc873520119713697817f681555db" + "hash": "881a18168193ce7e3b785b188c792ace" }, { - "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": "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/world-latin-america-59446944?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59370672?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 28 Nov 2021 00:11:55 GMT", + "pubDate": "Tue, 07 Dec 2021 00:02:16 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -157187,16 +160317,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f2aac8fa9eb1db5a2c9ff4695eeea20" + "hash": "a8ae07861bae635e8834b0bf80c8493c" }, { - "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": "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-asia-59450168?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59558121?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 28 Nov 2021 08:45:34 GMT", + "pubDate": "Tue, 07 Dec 2021 04:17:03 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -157207,36 +160337,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "a15107627503dc9115bdef37cea8ae11" + "hash": "6d3e4f205c60cfb7d3e8d85fd781efa7" }, { - "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": "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-asia-india-59344606?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59557022?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 28 Nov 2021 00:14:06 GMT", + "pubDate": "Mon, 06 Dec 2021 22:29:48 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "fadb6eb24bad6add6f0285e5b3ba4e2b" + "hash": "5849f292f0580ac7ac38e305dafc557b" }, { - "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": "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-europe-59380745?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59560578?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 27 Nov 2021 00:28:03 GMT", + "pubDate": "Tue, 07 Dec 2021 09:51:45 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -157247,16 +160377,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "22836291089ac1c36009d00f39e387db" + "hash": "b60477cb2e141c966726d2d6b2740849" }, { - "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": "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-africa-59443521?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59557297?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 27 Nov 2021 15:24:27 GMT", + "pubDate": "Mon, 06 Dec 2021 23:24:06 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -157267,16 +160397,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d7a487b2b3df28e63c1896fc94974e60" + "hash": "ed83d25362051d7715c004e0029aea78" }, { - "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": "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/entertainment-arts-59440642?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/science-environment-59525740?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 27 Nov 2021 01:50:26 GMT", + "pubDate": "Mon, 06 Dec 2021 00:07:27 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -157287,16 +160417,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "da7b2ac656aa3b25a7f312fa15cab46b" + "hash": "05be56fac1005df15a0f217d94cb78ea" }, { - "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": "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-59442129?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59528113?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 27 Nov 2021 12:55:07 GMT", + "pubDate": "Mon, 06 Dec 2021 00:03:35 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -157307,16 +160437,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f016e45f03e7bf4d6552172ad7185ec" + "hash": "3e35ce6f329611d3014a6e60ea4e2873" }, { - "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": "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-59409447?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59556613?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 28 Nov 2021 00:24:59 GMT", + "pubDate": "Mon, 06 Dec 2021 19:13:14 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -157327,16 +160457,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "55e788a85dd719e6e9a7204ea7b2dc7a" + "hash": "3f05aca1d28366f0e9c3544350e413d3" }, { - "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": "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-59421913?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59548210?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 25 Nov 2021 23:46:38 GMT", + "pubDate": "Mon, 06 Dec 2021 12:45:26 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -157347,6791 +160477,6461 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b52c45ae9941f1048618b8bca355665" + "hash": "1cac95ea68d79a57b54155ad74f23a01" }, { - "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": "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-africa-59424084?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59547054?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 25 Nov 2021 23:12:38 GMT", + "pubDate": "Mon, 06 Dec 2021 13:23:29 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "967887f4a9938be6f54efe2ed850b604" + "hash": "78039b42ad85f32ed8724819171bdc64" }, { - "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": "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-europe-59439533?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59555141?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 27 Nov 2021 13:40:38 GMT", + "pubDate": "Mon, 06 Dec 2021 18:18:29 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "af22e472c902ffbc1c8d9a915670445d" + "hash": "06cf8f0a32136d34d804b662761c9eaf" }, { - "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": "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/world-asia-china-59443519?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59552524?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 27 Nov 2021 10:44:08 GMT", + "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": "76ff9312cab5c53795f3d84dd10221c0" + "hash": "fa87ee610f55db870d713b4db26a8a9f" }, { - "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": "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/world-europe-59442149?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/59501368?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 27 Nov 2021 10:38:46 GMT", + "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": "81d4b882b4b9b5edb2a9522561f2d0b7" + "hash": "eecc27d44abed9abafcf52d195d2a478" }, { - "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": "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-asia-india-59428011?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59551124?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 27 Nov 2021 00:59:15 GMT", + "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": "f2b051704b9d1ac556deb2e16ba07c15" + "hash": "04e3ee11d5b0874ba751b1194ab72d7a" }, { - "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": "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/59390968?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59544484?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 27 Nov 2021 00:56:09 GMT", + "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": "879f31984baa0497cbb76859b20ad61b" + "hash": "b9449e005ed15768e3206a430c7e8688" }, { - "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": "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-africa-59383324?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59554201?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 27 Nov 2021 00:53:13 GMT", + "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": "f41aa3e1842f332eb9c2d8b1079a6066" + "hash": "0b46718804ed5bc35d6cd798ec6c4113" }, { - "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": "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-china-59430731?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59515741?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 27 Nov 2021 00:49:07 GMT", + "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": "4bb814376f15e8b2db20fcbf6496cdf9" + "hash": "8aabcec641bdf6554d4e1974982ec66a" }, { - "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": "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-europe-59415885?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59525480?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 27 Nov 2021 00:44:35 GMT", + "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": "36b600742a7cdffa531757f472c33467" + "hash": "71420082e6cab517d0bb17cd63f22c10" }, { - "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": "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-europe-59428712?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-45667690?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 26 Nov 2021 16:13:25 GMT", + "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": "a9e495eb2ad4722b000661b0386a8d1e" + "hash": "c72a6ac4b63976ca07d64c56eeee733f" }, { - "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": "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/world-africa-59432579?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59487935?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 26 Nov 2021 13:13:38 GMT", + "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": "918607bdcae8c1a241d70816c2a3fbd5" + "hash": "b4fc82442cd5be0f7c79978bf618473a" }, { - "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": "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/technology-59419572?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59507542?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 26 Nov 2021 12:38:28 GMT", + "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": "56e243ae03d57d5cbb0a35d74bdc8138" + "hash": "6bbd02194051f1e1dbf906dc1a8ff95c" }, { - "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": "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/uk-59428504?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59506339?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 26 Nov 2021 11:04:28 GMT", + "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": "8e3f23e31509eb465d5de500de7da25f" + "hash": "c820034d8d73c39dfa69ae83a23e8743" }, { - "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": "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-middle-east-59419953?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59527051?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 26 Nov 2021 10:28:10 GMT", + "pubDate": "Sat, 04 Dec 2021 10:16:21 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "9986fdddbdd88bc97918bd752434a196" + "hash": "41429111f41953ba2d81f89025e82aae" }, { - "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": "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-59428406?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59554585?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 26 Nov 2021 09:10:19 GMT", + "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": "dbba511fe12fa9b4f37e10ac8e154b77" + "hash": "6de6e1684ec9d4ca6896e5fa93231633" }, { - "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": "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-59423301?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59545455?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 25 Nov 2021 22:46:50 GMT", + "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": "9727b3449947b84987c4f9b5590bd743" + "hash": "0a719033575d0320a97b7fce6fb20353" }, { - "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": "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-europe-59421319?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59553764?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 25 Nov 2021 22:22:30 GMT", + "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": "acd018a0f0d195dcc2e6ee674f433157" + "hash": "073f042a2151bc386a7b37676dcc2ffa" }, { - "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": "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/uk-59423245?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59523997?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 25 Nov 2021 21:10:03 GMT", + "pubDate": "Sun, 05 Dec 2021 00:11:29 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "75b0ae210be8f85924930bbecd26e1b3" + "hash": "807866b62e55a5f7d08a51196bda5a84" }, { - "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": "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-59423297?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59543735?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 25 Nov 2021 18:20:05 GMT", + "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": "7d8d7104439f7e3fee99030e47a72e8c" + "hash": "05ffe8231672cd45d22e4d587828ce80" }, { - "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": "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-middle-east-59417409?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59543120?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 25 Nov 2021 13:26:14 GMT", + "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": "789abeda04739712fe4673d146931136" + "hash": "5c6e6a80c590a7df69d6d016a0062bb4" }, { - "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": "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/entertainment-arts-59414834?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59545457?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 25 Nov 2021 09:39:23 GMT", + "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": "893905996c42d86030d03567457a613e" + "hash": "23784237334052b5d7d808a7b5fb8acf" }, { - "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": "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/uk-59412329?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59543742?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 25 Nov 2021 08:07:40 GMT", + "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": "4277afc047d7e45a6b7ced17457ea4a0" + "hash": "479a7ef14a247a8e972e025066caefb5" }, { - "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": "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/world-asia-59412000?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/technology-59547353?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 25 Nov 2021 07:44:18 GMT", + "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": "068a8010986966a9408ff1312107d651" + "hash": "adcb983c95429cc30ddaaa0838a93125" }, { - "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": "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/world-australia-59411999?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59543875?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 25 Nov 2021 07:00:53 GMT", + "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": "f8b59eaf2b5fc84933bd689e53b9a645" + "hash": "35025e524d91b471bcf26eb1ab1dd271" }, { - "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": "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/world-asia-india-59412299?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59546478?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 25 Nov 2021 06:14:54 GMT", + "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": "ca3cffdc69493275bb6b75f02b16569a" + "hash": "75fa996e2b9c47f9010abbe1e8d926cb" }, { - "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": "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/business-59412139?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59509225?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 25 Nov 2021 03:42:49 GMT", + "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": "720f0e5a56a3d84cd98b620cee9336a1" + "hash": "f77ae92f34330d174c25f26c55f0fb4c" }, { - "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": "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-europe-59385194?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59544484?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 25 Nov 2021 01:52:15 GMT", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "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": "f91d725f8616ea9a4af3632a28d7ba59" + "hash": "1d48d9a98c17796b04d1e3568435bba0" }, { - "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": "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-asia-india-59398367?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59542811?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 25 Nov 2021 01:11:31 GMT", + "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": "e3415624aeb677a562e376754683a7f4" + "hash": "be8f60198e53358096c4707fee0f84c4" }, { - "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": "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-asia-india-59401179?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59542813?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 25 Nov 2021 01:09:29 GMT", + "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": "f0092c55e39dcfb0ef40387973387924" + "hash": "a4a82237d90738d5d7784c25a49c216a" }, { - "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": "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/news/entertainment-arts-59409077?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/tennis/59542940?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 25 Nov 2021 00:02:12 GMT", + "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": "977856784b8ed749f8987ef53873fc0d" + "hash": "9f5c93cc8a07e1d902653bf3001dae5a" }, { - "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": "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-europe-59402658?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59515741?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 25 Nov 2021 00:01:43 GMT", + "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": "702edb507c86093ca668d3bbeae00999" + "hash": "b4a50c5f13f5678ee6baf7005287deb5" }, { - "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": "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-59356176?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59543735?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 24 Nov 2021 23:25:31 GMT", + "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": "cdb6eb40e982fa1ee59fa9fd8f995f44" + "hash": "03d309610293544a50612fea9d263132" }, { - "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": "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-us-canada-59411030?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59538413?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 24 Nov 2021 21:34:07 GMT", + "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": "2d06e73b69127b5f3597e6f35832443c" + "hash": "ffbacb5d096f0a35950421879d11f132" }, { - "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": "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-europe-59410982?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59540695?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 24 Nov 2021 21:28:40 GMT", + "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": "23c4463f669b06b4c7d2a63279b87116" + "hash": "4fed4b0f4d08e32f53cbde408556b62f" }, { - "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": "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/business-59409508?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59531445?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 24 Nov 2021 19:56:44 GMT", + "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": "be05ee3b19c2328d73ceabdf141ca245" + "hash": "8e6bf14db83d8930b30df4cac6812670" }, { - "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": "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/world-africa-59406196?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59538590?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 24 Nov 2021 18:31:54 GMT", + "pubDate": "Sun, 05 Dec 2021 17:05:52 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "bb2f92887d630a307b985f5ff19c03bd" + "hash": "d14eacd455975022cff3490104188081" }, { - "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": "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-59405846?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59517501?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 24 Nov 2021 14:49:00 GMT", + "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": "1035c48579aaab5b1c7c092941be8b6d" + "hash": "e2ff05de3361cead09701c7ee48cfbdf" }, { - "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": "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/newsbeat-59401921?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59515741?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 24 Nov 2021 13:00:26 GMT", + "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": "02d89da1ee722679ae6dfec6c8bdbd3d" + "hash": "54f3f2e054a52aa64433905a341a74cb" }, { - "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": "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/business-59393823?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59457015?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 24 Nov 2021 12:56:02 GMT", + "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": "16af09fe20fa388484c0d28fc1d90f84" + "hash": "627424f4e918e5a3ff6df078939ed418" }, { - "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": "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/world-africa-59393463?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59517821?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 24 Nov 2021 12:47:04 GMT", + "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": "7428fe233f92de3d70720eb785b5e46b" + "hash": "39b30bc41f1a69543dc1243c0f538f97" }, { - "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": "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-us-canada-59396999?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59507543?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 24 Nov 2021 12:25:20 GMT", + "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": "0f6204dc5ccf0b24efe5f725e09f9278" + "hash": "7e1d92a8168df88d802af97a0b41765b" }, { - "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": "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/world-europe-59400539?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/newsbeat-59220247?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 24 Nov 2021 11:40:54 GMT", + "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": "c98807f1dda33825e5d121f1f752a364" + "hash": "0c610097cc6dedfb3c8e8e935ef95b66" }, { - "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": "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-59399701?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59538540?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 24 Nov 2021 11:24:01 GMT", + "pubDate": "Sun, 05 Dec 2021 10:48:32 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "73e4415f06006214b6e4e3585c56577f" + "hash": "3282b7021f08f428e280aa46b2670009" }, { - "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": "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/world-asia-china-59397737?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/science-environment-59521211?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 24 Nov 2021 11:20:46 GMT", + "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": "c08b53821c38b66f001f6eaab643b6f0" + "hash": "6b0521c284f4c8583995fcf9f1bc7ef5" }, { - "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": "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-asia-india-59306355?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59531173?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 24 Nov 2021 11:05:30 GMT", + "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": "8b79182a8a8ae38cdca19d1e640cd951" + "hash": "27647f1c6c1eb2fae4e31da3dd80470b" }, { - "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": "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-59397642?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59536522?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 24 Nov 2021 08:51:12 GMT", + "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": "ae9a86219887ef834126201eb8c15757" + "hash": "38c14b484b6feec1a933b18b5682f2ef" }, { - "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": "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/science-environment-59399510?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59536519?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 24 Nov 2021 07:57:01 GMT", + "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": "4eedf8e2bf7b64ab90e1aca673204f9a" + "hash": "56150bea8868bb762751647cff85cfab" }, { - "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": "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-australia-59397899?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59531437?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 24 Nov 2021 05:48:30 GMT", + "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": "a82011d147bcedc18db5132d4842827e" + "hash": "c9891ff0ade25f1ec771943ec8d3e4f8" }, { - "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": "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-us-canada-59382870?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59516896?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 24 Nov 2021 03:01:05 GMT", + "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": "0af1acd3bbe6bb943d349ea267366059" + "hash": "18a32b79f4a54339138a43a00b5ed50e" }, { - "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": "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-latin-america-59386282?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59519863?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 24 Nov 2021 01:26:47 GMT", + "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": "030ec546558e23a52e54333d3cc4e521" + "hash": "622a2ffeff377ef2be21fcb9c90620f6" }, { - "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": "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-59380311?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59513118?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 24 Nov 2021 01:24:38 GMT", + "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": "6b2e8dfd6363138cb31a9e892ba5e8c2" + "hash": "2273a78505fdd8c1ea19d36868e80199" }, { - "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": "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-asia-india-59338245?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59513177?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 24 Nov 2021 00:54:56 GMT", + "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": "038a6147f5a836b3b9ccb623a7f576c9" + "hash": "28cf8bcb91e7dff27e79799ad450dbb7" }, { - "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": "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-59394170?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59532251?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 24 Nov 2021 00:10:38 GMT", + "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": "73976a69605ddae6faea93054e07573b" + "hash": "fd2e10688fefc4d93d520946469bcc30" }, { - "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": "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/business-59396041?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-45667690?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 23 Nov 2021 22:59:50 GMT", + "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": "f1d6a7d7f25997d7ca6e6322b9b4e4ca" + "hash": "43d4774f568cc305ef72d20ba0938f6e" }, { - "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": "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-us-canada-59396598?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59533689?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 23 Nov 2021 22:17:06 GMT", + "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": "576459cf3c97c1a90afa433acd57464e" + "hash": "03c5cd618a0c582bfe5b87e142e903a4" }, { - "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": "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-europe-59395495?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59532845?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 23 Nov 2021 20:48:18 GMT", + "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": "72f94036c475a5b27b036b72db2956cc" + "hash": "cbe4922b49105654259f414501bc89db" }, { - "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": "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/world-middle-east-59385469?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-wales-59520232?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 23 Nov 2021 15:53:08 GMT", + "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": "3a299ad1e018112c65ed40f40ca809e8" + "hash": "ab0f9dc62c2b52dbdde47886e31008f0" }, { - "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": "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-europe-59388718?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59532251?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 23 Nov 2021 14:15:15 GMT", + "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": "fbcf4d095521ccbec5ec3137b8a6a31e" + "hash": "0b3d632cb703fd8e29c69c600189f13b" }, { - "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": "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-asia-china-59385519?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59526252?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 23 Nov 2021 13:10:06 GMT", + "pubDate": "Fri, 03 Dec 2021 17:34:06 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "2c4fca916800339046020d33b0a1fc28" + "hash": "4bc7e291752627de8f17403513a3e1a6" }, { - "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": "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-latin-america-59386281?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59532251?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 23 Nov 2021 12:22:58 GMT", + "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": "419f6fba332851cd99f7e679893625b7" + "hash": "8dcf2ccd7e6fb47911e2b99618bdeb2b" }, { - "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": "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-africa-59386181?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59533689?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 23 Nov 2021 11:21:39 GMT", + "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": "bc368bb65f286eac012319e586255b11" + "hash": "7d6640b72b62b65d15a731f8ce39f99a" }, { - "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": "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-asia-59381294?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59531442?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 23 Nov 2021 09:08:09 GMT", + "pubDate": "Sat, 04 Dec 2021 13:50:25 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "234c255d48cc3194becbeb5ad2d0140c" + "hash": "d05338022f330cfcbae3e690bd0cb605" }, { - "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": "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/business-59342016?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59531167?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 23 Nov 2021 07:03:42 GMT", + "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": "71a87eac9756d3d3ffe084d88ee51345" + "hash": "4216ff35fa63cc5aedb87962bb1c700b" }, { - "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": "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-europe-59383852?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59528857?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 23 Nov 2021 06:57:29 GMT", + "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": "927255c4e5e6664771f19f7cc4e95cb9" + "hash": "ca0d99f803ad29a31fa25bd6f433a781" }, { - "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": "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-australia-59383008?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59516156?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 23 Nov 2021 05:19:41 GMT", + "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": "7487169fa2c32dd3a8adae014918f467" + "hash": "eb1de820682cd8f1cbea4874aa1b81b0" }, { - "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": "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-59382793?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59524527?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 23 Nov 2021 04:29:13 GMT", + "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": "04357dcb55ed67b9f4b7c955d0f4371b" + "hash": "eb4d68d6ee2b11b8e2ee7c192ff1f35e" }, { - "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": "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-us-canada-59382788?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59524707?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 23 Nov 2021 03:08:48 GMT", + "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": "ba29904db0a0413462ac8ca98e69aa10" + "hash": "0a73fdf63f1e6f58a0aa4311710fd629" }, { - "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": "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-australia-59383007?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59517496?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 23 Nov 2021 02:31:24 GMT", + "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": "f9bf92a6ab5615145ea7674313eafc9f" + "hash": "f09a1813d0cc757b532cbc88aa148b57" }, { - "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": "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/science-environment-59327293?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-scotland-59504516?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 23 Nov 2021 01:41:20 GMT", + "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": "cb3276c1e4bbb6ae023d336da833ecf7" + "hash": "3343782eba8d7c7987a0c605dd30da31" }, { - "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": "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-59378553?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59409084?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 23 Nov 2021 00:26:04 GMT", + "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": "ea7c17bd49c80e792819e4d8d56c5e5d" + "hash": "37ac08fc5d4d271d5e4c58e8398683af" }, { - "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": "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-asia-china-59379880?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59514304?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 23 Nov 2021 00:11:48 GMT", + "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": "e34fe1ad8da2c3104b84405d8d4b0d1f" + "hash": "c9330f42fb58b08dced095e5684aee9d" }, { - "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": "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-59346457?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59397897?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 23 Nov 2021 00:10:20 GMT", + "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": "4c6d41280e8405f9b8bab6f1a4f61022" + "hash": "f2c481ce08fd017fc3cc0c8c21e7c438" }, { - "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": "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-asia-india-59173473?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59528864?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 23 Nov 2021 00:09:09 GMT", + "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": "ee3a90cad33b8cdd99d4731366b99d2d" + "hash": "cabc5dd333290fad3739232474d95027" }, { - "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": "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/business-58971281?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59528860?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 23 Nov 2021 00:06:46 GMT", + "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": "8e975dda6110b3a9aa5199d7abf97602" + "hash": "2643896c1fe5a6c0c23f48e5d6b8d4e9" }, { - "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": "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/59251942?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59530279?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 23 Nov 2021 00:05:12 GMT", + "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": "4fcfca7ab599b61b53c3ca225f8853b8" + "hash": "b2e8d738c3d9df29a79a10929acecc64" }, { - "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": "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-middle-east-59322152?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59532251?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 23 Nov 2021 00:03:48 GMT", + "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": "ac6dcb2c028396497a983d4f32eedd9a" + "hash": "fbfd7805f37560041d6e0359bd3c1e99" }, { - "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": "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/world-us-canada-59382797?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/health-59511401?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 22 Nov 2021 22:48:47 GMT", + "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": "63c5bfc994fda179eea0ee0fd348054a" + "hash": "f6bb70a35176f93258a0a17731f01f1a" }, { - "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": "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-59381928?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59523682?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 22 Nov 2021 21:13:11 GMT", + "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": "8e655b03c1a3c115528f16a1ee410422" + "hash": "c804fb184b68458ee8f1d63e145e6854" }, { - "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": "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-59378571?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59516888?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 22 Nov 2021 21:13:01 GMT", + "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": "d84110efe9f65a3f86f8e44a3c693679" + "hash": "1b1a2dbd7d8c374b01668eb1f126c580" }, { - "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": "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-59378552?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59516158?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 22 Nov 2021 21:08:52 GMT", + "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": "89080af76969ffab57ee385fd8881cf2" + "hash": "4052dc3837101c226f309801a3a1057a" }, { - "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": "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/uk-59381775?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59501055?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 22 Nov 2021 19:23:16 GMT", + "pubDate": "Fri, 03 Dec 2021 08:39:36 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bdf06f2a9e44062fb1f298b98575e82f" + "hash": "fb7651188e53b755f44b7380fb5cab66" }, { - "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": "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/world-europe-59378548?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59514525?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 22 Nov 2021 16:17:02 GMT", + "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": "fbc91a8111a836a136322afd14c72276" + "hash": "2acbec5d1a2acdc70c481c85a6d65cbd" }, { - "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": "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/business-59340779?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59503872?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 22 Nov 2021 16:14:39 GMT", + "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": "51ccc4bdfedd780676a05e15fcccbc87" + "hash": "d69bef0a4cbbeb4a6a3116c1ce1a5ea8" }, { - "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": "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/news/world-africa-59367726?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/africa/59517712?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 22 Nov 2021 14:55:37 GMT", + "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": "bd8ed3753f7fe800f940ab187c294dd1" + "hash": "7190a1cb6be205b56aba3b21453094d7" }, { - "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": "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/world-latin-america-59331696?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59390778?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 22 Nov 2021 14:18:28 GMT", + "pubDate": "Fri, 03 Dec 2021 00:01:11 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fc5c1da84809c00ec943a5340f2e498f" + "hash": "7226804ee181c2963b268109aa95597c" }, { - "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": "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/sport/football/59374778?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59487912?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 22 Nov 2021 13:51:31 GMT", + "pubDate": "Fri, 03 Dec 2021 07:30:19 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "faeace408f23d9bdd02b1388103ca22d" + "hash": "09529f1fc146ef6e44be8af0e460bded" }, { - "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": "'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-asia-china-59372058?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": "Mon, 22 Nov 2021 12:23:17 GMT", + "pubDate": "Thu, 02 Dec 2021 00:09:54 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a4c5b1f072912911595302f2264d7d97" + "hash": "178bd674f7984162bb0ba6e98f1c2d4e" }, { - "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": "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-latin-america-59331695?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59502970?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 22 Nov 2021 11:41:24 GMT", + "pubDate": "Fri, 03 Dec 2021 00:14:25 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "21b7cc1a566b62b2b2e1b7c7e68b1843" + "hash": "b759f9fc547a611d209f30c5dddd1fdc" }, { - "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": "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-56237778?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/health-59512165?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 22 Nov 2021 11:32:20 GMT", + "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": "ab04b377b24fcba927c694cd9953f606" + "hash": "f5d022c08253b967f8dd87dc0776f9c9" }, { - "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": "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/entertainment-arts-59372518?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/health-59490619?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 22 Nov 2021 10:50:25 GMT", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "pubDate": "Thu, 02 Dec 2021 06:11:32 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "25a4efa368020978e136b833f1abcc2b" + "hash": "3d4a99cdc993b187585bd2dcb8c1da4c" }, { - "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": "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/news/uk-wales-59332407?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": "Mon, 22 Nov 2021 10:43:45 GMT", + "pubDate": "Thu, 02 Dec 2021 00:28:50 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "894133770f86f3a6bec4759c9ee4c06e" + "hash": "4d08ec13322892abf849663874192157" }, { - "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": "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/world-africa-59369575?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": "Mon, 22 Nov 2021 07:38:55 GMT", + "pubDate": "Thu, 02 Dec 2021 00:10:50 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1d945f3b231d0ce13780952eaead2085" + "hash": "15e75612c995afed2aa24b8e7a06165b" }, { - "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": "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/business-59317505?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": "Mon, 22 Nov 2021 00:09:08 GMT", + "pubDate": "Fri, 03 Dec 2021 07:47:06 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3ccc2ae3a0a0db12aff9f92e13d5bf61" + "hash": "d4e5374fffabc34e55b655bfbb756b7a" }, { - "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": "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-59295624?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": "Mon, 22 Nov 2021 00:08:48 GMT", + "pubDate": "Fri, 03 Dec 2021 05:29:36 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "56cb8b9d543a9c3a931357b421402f2b" + "hash": "ed46be124674417956a1fd9d229c900c" }, { - "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": "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/news/world-asia-india-59173478?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": "Mon, 22 Nov 2021 00:06:36 GMT", + "pubDate": "Fri, 03 Dec 2021 05:48:25 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fa12d130c1b2bd5a889b5359f328366d" + "hash": "0d8cb5890e5840bbaae6280687f1dc65" }, { - "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": "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/world-europe-59320514?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": "Mon, 22 Nov 2021 00:04:04 GMT", + "pubDate": "Fri, 03 Dec 2021 11:33:23 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "38c003678146d44dbef13f4328ea3d08" + "hash": "ba0441724ebb1d0893e208bfa9a96e3e" }, { - "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": "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/news/world-middle-east-59290301?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59503827?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 22 Nov 2021 00:00:53 GMT", + "pubDate": "Thu, 02 Dec 2021 19:14:32 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e94ecb42ace0e331494144a5cd62abba" + "hash": "d4101248ebcea0786304cf08f81a6c44" }, { - "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": "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-59368718?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59511820?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 21 Nov 2021 18:11:55 GMT", + "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": "215e22c09432f2933aec0894fbbc06fe" + "hash": "31937a654b229b7fb17194b41886e328" }, { - "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": "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-59346367?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59501162?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 21 Nov 2021 12:02:37 GMT", + "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": "7f6e453458e74c8d44c55c59ef42260c" + "hash": "46af057efbbb64fb56e10b238c8fb2a9" }, { - "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": "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/sport/football/59364799?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59502180?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 21 Nov 2021 10:38:53 GMT", + "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": "55afbe3d2d62def8b14eacd27b8f4afa" + "hash": "c4fc8341a29185d2e7d61954397c563e" }, { - "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": "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-europe-59352740?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59503517?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 21 Nov 2021 00:04:35 GMT", + "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": "ca474f0ca62b6dfce6e766f804069d99" + "hash": "ab81461d8e1d36cbd7b15f1ae613cff3" }, { - "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": "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-us-canada-53934109?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59503762?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 19 Nov 2021 22:43:21 GMT", + "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": "70fdde6c646e5b9b93e81d9e2e7da8ff" + "hash": "7397cafcf90e4a2ced9905ee9529e91f" }, { - "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": "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-europe-59343815?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": "Fri, 19 Nov 2021 22:24:03 GMT", + "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": "d05d83f9f0bd6ab8e9c0aa9e64c38ebf" + "hash": "984a6bb05903b2ff92ef2b3efbd6a4d9" }, { - "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": "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-59352228?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59514524?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 19 Nov 2021 21:46:02 GMT", + "pubDate": "Fri, 03 Dec 2021 00:03:36 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c648e9b5f78e8704606c5f658290faf1" + "hash": "987a6d7df226210a3c7d660ed2a95a68" }, { - "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": "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-asia-china-59327679?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59509854?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 19 Nov 2021 21:31:12 GMT", + "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": "a723ed62d265e517684a6c6fee012339" + "hash": "4e054bb87c95d4d743b4bac4dee30837" }, { - "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": "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-us-canada-59352803?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59506445?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 19 Nov 2021 21:24:22 GMT", + "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": "579cb96a4121049d464911da10488a26" + "hash": "984dee99db5781e1be8532248cc1d8ff" }, { - "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": "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-africa-59343922?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59505688?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 19 Nov 2021 17:57:59 GMT", + "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": "ac92bff0ab3e0d108d59190df13ab416" + "hash": "eb48748529818078386d0d5aa850db65" }, { - "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": "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-us-canada-59352170?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59509814?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 19 Nov 2021 17:44:18 GMT", + "pubDate": "Thu, 02 Dec 2021 16:11:11 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "62e80eb265d267cd27b9d2008a26fb13" + "hash": "126f9fe50107d98c9fd350c19e94263b" }, { - "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": "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-europe-59343650?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59503757?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 19 Nov 2021 16:49:00 GMT", + "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": "093210740231d88f7948e5a107ce400b" + "hash": "147ec91974c29c1f9ff8455934f8b6af" }, { - "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": "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/world-59353683?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-59503922?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 19 Nov 2021 16:43:52 GMT", + "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": "621a46140d41fb9a58dbfa624d7b3cca" + "hash": "9ed2312556cf1fd7870ee659957418c3" }, { - "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": "‘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-africa-59327059?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59419962?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 19 Nov 2021 16:43:28 GMT", + "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": "45f35b0e1a3e94bab1850298fe1be5ee" + "hash": "63c8e800978accdbb8e5cf58f6469d18" }, { - "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": "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-59351260?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/health-59512165?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 19 Nov 2021 16:05:58 GMT", + "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": "4ec1339b2280786c7a129a2260846d05" + "hash": "ae05625c213f24f9e1cf17eb477dcf79" }, { - "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": "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-59351261?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59502515?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 19 Nov 2021 16:03:01 GMT", + "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": "9ca02054e34a03a970dc5d98d43b358e" + "hash": "b77e66ef7300e2c10a7190390e086199" }, { - "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": "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-latin-america-59341770?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59327131?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 19 Nov 2021 09:47:31 GMT", + "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": "cd76efca2b6f68f109bd03f18a4a3eca" + "hash": "17e022c7e2302c8e96ed68316745749d" }, { - "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": "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/world-asia-india-59342627?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59500682?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 19 Nov 2021 07:09:18 GMT", + "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": "d17344f674995505777eb1fc5ce9330f" + "hash": "3a3c53bc5d9510bb2a607a56ae142803" }, { - "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": "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/world-asia-india-59174930?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59466051?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 19 Nov 2021 01:12:24 GMT", + "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": "18175df8043ff3ae7b920c947f74eecc" + "hash": "7d2e6706a72508abe477cb707ded357e" }, { - "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": "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-europe-59329974?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59503874?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 19 Nov 2021 01:09:48 GMT", + "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": "948753fc03e1bfe84420783d6d3476e1" + "hash": "09c0cc173d9e2f685c40d7fba92589ab" }, { - "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": "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-asia-59286774?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59495210?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 19 Nov 2021 01:02:11 GMT", + "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": "d6161b78c13406468e593e95706f7145" + "hash": "ba40529556ef689ad944036cfce7c1c3" }, { - "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": "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-asia-59340356?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59497462?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 19 Nov 2021 00:26:02 GMT", + "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": "69cabad667ce04a8980e88eeac1404b6" + "hash": "a9ff1da5b41793b6283e74e9b0ef137d" }, { - "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": "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-australia-59257766?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59484333?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 19 Nov 2021 00:16:16 GMT", + "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": "0b6ba32e2c4089e8d2d89215f34591f1" + "hash": "5fe189d8c82582a95ebb8abdd2a5d07d" }, { - "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": "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-59341755?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59473071?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 19 Nov 2021 00:08:34 GMT", + "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": "4667c41dd20dee9f25fef70cf4ccc947" + "hash": "850ea6b2e1ed47951ef1b82a5843ae12" }, { - "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": "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-us-canada-59335010?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59493729?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 18 Nov 2021 21:34:49 GMT", + "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": "25a34e71a3d136c6d26773934d97a3ff" + "hash": "89cae94a32e96d9ff9b954af22697122" }, { - "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": "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-europe-59325777?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59480146?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 18 Nov 2021 05:59:26 GMT", + "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": "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": "0ab4b6b392f24254fcc4af046da9eb23" + }, { - "title": "Why Dunking Cookies in Milk (and Tea and Coffee) Is Good, Scientifically Speaking", - "description": "

    When Greek NBA player Giannis Antetokounmpo tried dipping his Oreos in milk a few months ago for the first time, his mind was understandably blown. “From now on, that’s an every night snack for me,” he said during a press conference. (Watch the clip below. It is delightful.)

    Read more...

    ", - "content": "

    When Greek NBA player Giannis Antetokounmpo tried dipping his Oreos in milk a few months ago for the first time, his mind was understandably blown. “From now on, that’s an every night snack for me,” he said during a press conference. (Watch the clip below. It is delightful.)

    Read more...

    ", - "category": "dunking", - "link": "https://lifehacker.com/why-dunking-cookies-in-milk-and-tea-and-coffee-is-goo-1848354596", - "creator": "Claire Lower", - "pubDate": "Thu, 13 Jan 2022 20:30:00 GMT", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6426f636e89f308b9e860407210f1069", - "highlights": [] + "hash": "e7c40cd3259df658e16e9987946847cc" }, { - "title": "How to Make Your External Monitor Look As Sharp As Your High-Res Mac Display", - "description": "

    Since Apple introduced the Retina display to the Mac back in 2012, most of their lineup has shipped with one of the laser sharp, pleasingly crisp screens. Whether you have a small 12-inch laptop display or a large 27-inch desktop, your Mac likely looks great. So it can be frustrating when you plug it into an external…

    Read more...

    ", - "content": "

    Since Apple introduced the Retina display to the Mac back in 2012, most of their lineup has shipped with one of the laser sharp, pleasingly crisp screens. Whether you have a small 12-inch laptop display or a large 27-inch desktop, your Mac likely looks great. So it can be frustrating when you plug it into an external…

    Read more...

    ", - "category": "video formats", - "link": "https://lifehacker.com/how-to-make-your-external-monitor-look-as-sharp-as-your-1848352179", - "creator": "Jake Peterson", - "pubDate": "Thu, 13 Jan 2022 20:00:00 GMT", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f5f65b12ab06c190cf76371f91953491", - "highlights": [] + "hash": "025c1b1bc795635137177654b09dcb99" }, { - "title": "How to Move Without Using a Shitload of Boxes", - "description": "

    There comes a time in every person’s life when we must ask: How the hell am I going to transport all this crap I have accumulated to a new home? Whether you’re leaving a 9-by-7 bedroom in a third floor New York City walkup or a four-bedroom suburban house with basement, sometimes the biggest challenge (besides…

    Read more...

    ", - "content": "

    There comes a time in every person’s life when we must ask: How the hell am I going to transport all this crap I have accumulated to a new home? Whether you’re leaving a 9-by-7 bedroom in a third floor New York City walkup or a four-bedroom suburban house with basement, sometimes the biggest challenge (besides…

    Read more...

    ", - "category": "containers", - "link": "https://lifehacker.com/how-to-move-without-using-a-shitload-of-boxes-1848254112", - "creator": "Sarah Showfety", - "pubDate": "Thu, 13 Jan 2022 19:30:00 GMT", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a084ea27c3dc967ee8f066cd75d5badf", - "highlights": [] + "hash": "672ba87dd00b2c23e540cb768ea81b8a" }, { - "title": "Why You Need Dropbox's New Beta If You Have an M1 Mac", - "description": "

    Last year, Dropbox stirred up emotions by stating that they won’t be working on a Dropbox client optimized for Apple Silicon (M1) Macs until they see the demand for it—words that thankfully retreated fast, and a new Dropbox client was promised in the first half of 2022. As we roll off this year, the M1 app is…

    Read more...

    ", - "content": "

    Last year, Dropbox stirred up emotions by stating that they won’t be working on a Dropbox client optimized for Apple Silicon (M1) Macs until they see the demand for it—words that thankfully retreated fast, and a new Dropbox client was promised in the first half of 2022. As we roll off this year, the M1 app is…

    Read more...

    ", - "category": "dropbox", - "link": "https://lifehacker.com/why-you-need-dropboxs-new-beta-if-you-have-an-m1-mac-1848352613", - "creator": "Khamosh Pathak", - "pubDate": "Thu, 13 Jan 2022 19:00:00 GMT", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "44276858a71317ee12892bee9bde01ba", - "highlights": [] + "hash": "888dc53b5fa44cfabcb9b9ee74d96a1e" }, { - "title": "How 'Gamification' of Everything Is Manipulating You (and How to Recognize It)", - "description": "

    “Gamification” is the practice of adding game-like elements to non-game contexts. It isn’t new, nor it is always a negative, but it is being aimed at consumers and employees more and more frequently, whether to keep you addicted to an app, motivated at work, or inclined to spend your money on something.

    Read more...

    ", - "content": "

    “Gamification” is the practice of adding game-like elements to non-game contexts. It isn’t new, nor it is always a negative, but it is being aimed at consumers and employees more and more frequently, whether to keep you addicted to an app, motivated at work, or inclined to spend your money on something.

    Read more...

    ", - "category": "gamification", - "link": "https://lifehacker.com/how-gamification-of-everything-is-manipulating-you-and-1848352808", - "creator": "Stephen Johnson", - "pubDate": "Thu, 13 Jan 2022 18:30:00 GMT", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b66dc96e783a0b7fcd1b1f7e8c926195", - "highlights": [] + "hash": "09dcc298709451d0cffdd1f32c7d6526" }, { - "title": "The Best Free Online Courses Everyone Should Take This Year", - "description": "

    The days when you graduated college, started a career, and never looked back are long behind us. Lifelong learning isn’t just a catchy phrase—it’s an essential aspect of survival. Even a cursory glance at the last few decades reveals how fast things change, not just in terms of your actual job, but in the way we even…

    Read more...

    ", - "content": "

    The days when you graduated college, started a career, and never looked back are long behind us. Lifelong learning isn’t just a catchy phrase—it’s an essential aspect of survival. Even a cursory glance at the last few decades reveals how fast things change, not just in terms of your actual job, but in the way we even…

    Read more...

    ", - "category": "educational psychology", - "link": "https://lifehacker.com/the-best-free-online-courses-everyone-should-take-this-1848352463", - "creator": "Jeff Somers", - "pubDate": "Thu, 13 Jan 2022 18:07:19 GMT", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3e2740ef80b9f375e5ae25554f9311c2", - "highlights": [] + "hash": "27b47834728034114eced9f5c7c93d3d" }, { - "title": "How to Use Those Full-Screen iMessage Effects on Your Mac", - "description": "

    You may not have realized that the full gamut of iMessage effects is available on the Mac too—even if Apple’s desktop Messages app doesn’t make it apparent. If you want to send an iMessage with a dose of fireworks, for example, you can do so on the Mac just as you can on an iPhone or iPad. Here’s how to use and send…

    Read more...

    ", - "content": "

    You may not have realized that the full gamut of iMessage effects is available on the Mac too—even if Apple’s desktop Messages app doesn’t make it apparent. If you want to send an iMessage with a dose of fireworks, for example, you can do so on the Mac just as you can on an iPhone or iPad. Here’s how to use and send…

    Read more...

    ", - "category": "imessage", - "link": "https://lifehacker.com/how-to-use-those-full-screen-imessage-effects-on-your-m-1848351661", - "creator": "Pranay Parab", - "pubDate": "Thu, 13 Jan 2022 17:30:00 GMT", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6d41d286d7452adc0b95f1a9b9c2e949", - "highlights": [] + "hash": "4a34c65411c4166507da10b3b0eea27e" }, { - "title": "Why You Need a Mirror on Your Work Desk", - "description": "

    I’ve been working at the same desk for 12 years now, but a problem has arisen in the last year or two. You see, my desk faces away from my home office door because there is a window on the opposite wall, and window-gazing is a big part of my creative process. Recently, I added a pair of noise-canceling headphones to…

    Read more...

    ", - "content": "

    I’ve been working at the same desk for 12 years now, but a problem has arisen in the last year or two. You see, my desk faces away from my home office door because there is a window on the opposite wall, and window-gazing is a big part of my creative process. Recently, I added a pair of noise-canceling headphones to…

    Read more...

    ", - "category": "audio engineering", - "link": "https://lifehacker.com/why-you-need-a-mirror-on-your-work-desk-1848352352", - "creator": "Beth Skwarecki", - "pubDate": "Thu, 13 Jan 2022 17:00:00 GMT", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "02dd90770b2b8dde28cc9603a9de7e27", - "highlights": [] + "hash": "4402985ce88f0208c683e1dcb0a8baea" }, { - "title": "10 Things You Didn't Know You Could Drag-and-Drop on Your iPhone", - "description": "

    With iOS 15, your iPhone got a somewhat hidden tool that can boost your productivity and help you speed up repetitive tasks, such as copying and pasting multiple items. The tool is called drag-and-drop, and it lets you quickly drag multiple photos into a Word or Google Docs document, allows you to instantly copy links…

    Read more...

    ", - "content": "

    With iOS 15, your iPhone got a somewhat hidden tool that can boost your productivity and help you speed up repetitive tasks, such as copying and pasting multiple items. The tool is called drag-and-drop, and it lets you quickly drag multiple photos into a Word or Google Docs document, allows you to instantly copy links…

    Read more...

    ", - "category": "iphone", - "link": "https://lifehacker.com/10-things-you-didnt-know-you-could-drag-and-drop-on-you-1848350980", - "creator": "Pranay Parab", - "pubDate": "Thu, 13 Jan 2022 16:30:00 GMT", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a00fd217b05098061c344b78f8a5b86b", - "highlights": [] + "hash": "62627d348e3369bdad396a4226afc3d0" }, { - "title": "Do 'Legal' Weed Alternatives Really Work?", - "description": "

    Even as an increasing number of Americans have come to accept the use of cannabis, one thing that hasn’t budged much is how accessible it is. Sure, more states are legalizing the stuff every year, but even where weed is legal, you can’t just walk into the corner store and buy it alongside some toilet paper and a…

    Read more...

    ", - "content": "

    Even as an increasing number of Americans have come to accept the use of cannabis, one thing that hasn’t budged much is how accessible it is. Sure, more states are legalizing the stuff every year, but even where weed is legal, you can’t just walk into the corner store and buy it alongside some toilet paper and a…

    Read more...

    ", - "category": "raphael mechoulam", - "link": "https://lifehacker.com/do-legal-weed-alternatives-really-work-1848352666", - "creator": "Danielle Guercio", - "pubDate": "Thu, 13 Jan 2022 16:00:00 GMT", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "19ea52b74e06ccb3d4ee9835d9debce1", - "highlights": [] + "hash": "9aa01acdac827add859731aa464e64ee" }, { - "title": "Stop Using Round Measuring Spoons", - "description": "

    I don’t tend to make product recommendation or write reviews. With the exception of wildly popular appliances like the air fryer and Instant Pot, I try to ensure my recipes don’t hinge on any one piece of equipment, and my own kitchen is stocked with things I inherited, or purchased at Goodwill or the restaurant…

    Read more...

    ", - "content": "

    I don’t tend to make product recommendation or write reviews. With the exception of wildly popular appliances like the air fryer and Instant Pot, I try to ensure my recipes don’t hinge on any one piece of equipment, and my own kitchen is stocked with things I inherited, or purchased at Goodwill or the restaurant…

    Read more...

    ", - "category": "spoons", - "link": "https://lifehacker.com/stop-using-round-measuring-spoons-1848348945", - "creator": "Claire Lower", - "pubDate": "Thu, 13 Jan 2022 15:30:00 GMT", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4c0cde8aff09a2283e1acd6a30f977be", - "highlights": [] + "hash": "d5536610b82fe35f0db317f52cc88ee3" }, { - "title": "What Not to Say When You’re Buying or Selling a Home", - "description": "

    While buying or selling a home can bring up a lot of personal feelings, it’s ultimately a business deal, and it’s best to keep your cards close to your chest. Expressing every thought you have or sharing every detail about your situation could backfire, making you less competitive, compromising your leverage, or…

    Read more...

    ", - "content": "

    While buying or selling a home can bring up a lot of personal feelings, it’s ultimately a business deal, and it’s best to keep your cards close to your chest. Expressing every thought you have or sharing every detail about your situation could backfire, making you less competitive, compromising your leverage, or…

    Read more...

    ", - "category": "real estate industry", - "link": "https://lifehacker.com/what-not-to-say-when-you-re-buying-or-selling-a-home-1848346121", - "creator": "Emily Long", - "pubDate": "Thu, 13 Jan 2022 15:00:00 GMT", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "458511a431764230efc6e4c8a2881a59", - "highlights": [] + "hash": "9f798421dbee4de6d8b785ec1eba1536" }, { - "title": "How to Hide the Fact That Your Cat Poops in a Box in Your House", - "description": "

    Cats make every home better—this is an undeniable fact. But with every cat comes an unsightly litter box (or two), and the age-old conundrum of where to store it. Sure, you can buy a piece of furniture, like this “storage bench,” that is specifically meant to hide a litter box away and provide your favorite feline…

    Read more...

    ", - "content": "

    Cats make every home better—this is an undeniable fact. But with every cat comes an unsightly litter box (or two), and the age-old conundrum of where to store it. Sure, you can buy a piece of furniture, like this “storage bench,” that is specifically meant to hide a litter box away and provide your favorite feline…

    Read more...

    ", - "category": "containers", - "link": "https://lifehacker.com/how-to-hide-the-fact-that-your-cat-poops-in-a-box-in-yo-1848344666", - "creator": "Rachel Fairbank", - "pubDate": "Thu, 13 Jan 2022 14:30:00 GMT", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a8ce8973f1ddecbceea0614b044d7849", - "highlights": [] + "hash": "3e3298727360cf3025e445383a7513e3" }, { - "title": "How to Know if a QR Code or a Short URL Is Safe", - "description": "

    You may have noticed that we are firmly in the age of the QR code—every restaurant, state agency, and shop you interact with has a QR code prominently displayed. The technology is one of convenience, taking us to information we want quickly and directly, while hiding the actual destination until we have arrived. That…

    Read more...

    ", - "content": "

    You may have noticed that we are firmly in the age of the QR code—every restaurant, state agency, and shop you interact with has a QR code prominently displayed. The technology is one of convenience, taking us to information we want quickly and directly, while hiding the actual destination until we have arrived. That…

    Read more...

    ", - "category": "url", - "link": "https://lifehacker.com/how-to-know-if-a-qr-code-or-a-short-url-is-safe-1848346007", - "creator": "Jeff Somers", - "pubDate": "Thu, 13 Jan 2022 14:00:00 GMT", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "08b8b1e682f4ca5de4578fdbafdb1f25", - "highlights": [] + "hash": "e606483d3f48e28faf563b80a8038cd8" }, { - "title": "8 Ways You Can Make Siri Less Annoying", - "description": "

    To me, Siri is perhaps the most annoying feature of my iPhone. You can’t fix some of its problems—such as Siri’s inability to comprehend certain basic commands or to reliably return useful results—but there are several settings you can adjust Siri less grating and more useful. Let’s walk through them.

    Read more...

    ", - "content": "

    To me, Siri is perhaps the most annoying feature of my iPhone. You can’t fix some of its problems—such as Siri’s inability to comprehend certain basic commands or to reliably return useful results—but there are several settings you can adjust Siri less grating and more useful. Let’s walk through them.

    Read more...

    ", - "category": "siri", - "link": "https://lifehacker.com/8-ways-you-can-make-siri-less-annoying-1848343339", - "creator": "Pranay Parab", - "pubDate": "Thu, 13 Jan 2022 13:30:00 GMT", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "75c247ac07bb0c9bbe6623d6126c968f", - "highlights": [] + "hash": "4864e1c021a9a108d4797d89af2322d4" }, { - "title": "Where to Get Reimbursed for Spoiled Food After a Power Outage", - "description": "

    As cold, sleet, ice, and snow descend across many areas of the country, the threat of losing power looms large. While a power outage may pose only a minor inconvenience of eating leftovers by head lamp for a night, sometimes it can have much longer, more costly effects as the food in your refrigerator slowly spoils.…

    Read more...

    ", - "content": "

    As cold, sleet, ice, and snow descend across many areas of the country, the threat of losing power looms large. While a power outage may pose only a minor inconvenience of eating leftovers by head lamp for a night, sometimes it can have much longer, more costly effects as the food in your refrigerator slowly spoils.…

    Read more...

    ", - "category": "outage", - "link": "https://lifehacker.com/where-to-get-reimbursed-for-spoiled-food-after-a-power-1848347899", - "creator": "Sarah Showfety", - "pubDate": "Thu, 13 Jan 2022 13:00:00 GMT", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fa00d50aa53b2e74bb5004c1024f9a8f", - "highlights": [] + "hash": "4aa101c7b89aa333f4433922c0855a24" }, { - "title": "The Secret to Really Believing in Yourself", - "description": "

    Have you committed to a new habit—exercising, let’s say—but keep falling off the wagon? Do you give up when the going gets tough? Does this whole “pursuing goals” idea seem really daunting? You may have low self-efficacy. But don’t worry: self-efficacy is something that you can build with practice.

    Read more...

    ", - "content": "

    Have you committed to a new habit—exercising, let’s say—but keep falling off the wagon? Do you give up when the going gets tough? Does this whole “pursuing goals” idea seem really daunting? You may have low self-efficacy. But don’t worry: self-efficacy is something that you can build with practice.

    Read more...

    ", - "category": "buddy", - "link": "https://lifehacker.com/the-secret-to-really-believing-in-yourself-1848348079", - "creator": "Beth Skwarecki", - "pubDate": "Wed, 12 Jan 2022 22:00:00 GMT", + "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-us-canada-59488472?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 01 Dec 2021 08:54:31 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "36c899543030b51aef26a974185140e5", - "highlights": [] + "hash": "e85c3e1762f288313ede2a4ffc11f343" }, { - "title": "The (10+2)*5 Method Will Help You Get More Done in a Day", - "description": "

    Whether you’re trying to write a novel or send an email, it can be hard to get yourself to stick to a set work schedule. I certainly struggle to hold myself accountable; I mean, I know the person who set the terms here, and she’s pretty easy to undermine. That’s why I welcome any sort of productivity hack that will…

    Read more...

    ", - "content": "

    Whether you’re trying to write a novel or send an email, it can be hard to get yourself to stick to a set work schedule. I certainly struggle to hold myself accountable; I mean, I know the person who set the terms here, and she’s pretty easy to undermine. That’s why I welcome any sort of productivity hack that will…

    Read more...

    ", - "category": "a line", - "link": "https://lifehacker.com/the-10-2-5-method-will-help-you-get-more-done-in-a-da-1848347801", - "creator": "Meredith Dietz", - "pubDate": "Wed, 12 Jan 2022 21:44:58 GMT", + "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/uk-59477100?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 01 Dec 2021 00:00:58 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c0c3f20e6aac83286487c6099f5c8e16", - "highlights": [] + "hash": "c18148df285d0b7888e8d9aada9a8396" }, { - "title": "Your 'Olive Oil' Bottle Is Lying to You", - "description": "

    Given my state of origin (Mississippi), it’s not surprising that my favorite cooking fats are bacon grease and butter. They make food taste like home, but they aren’t the fats I reach for if I’m oil-poaching a salmon filet, whipping up a quick vinaigrette, or making a vegan marinara (which, incidentally, is even…

    Read more...

    ", - "content": "

    Given my state of origin (Mississippi), it’s not surprising that my favorite cooking fats are bacon grease and butter. They make food taste like home, but they aren’t the fats I reach for if I’m oil-poaching a salmon filet, whipping up a quick vinaigrette, or making a vegan marinara (which, incidentally, is even…

    Read more...

    ", - "category": "oil", - "link": "https://lifehacker.com/your-olive-oil-bottle-is-lying-to-you-1848346076", - "creator": "Claire Lower", - "pubDate": "Wed, 12 Jan 2022 21:00:00 GMT", + "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-us-canada-59486375?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 01 Dec 2021 01:21:05 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "494c751b92f7fc7435c2a63454714bff", - "highlights": [] + "hash": "4709ff5ab0834341f168f915ba37ade5" }, { - "title": "This App Brings TikTok's Discoverability to Spotify", - "description": "

    The secret to TikTok’s addictive nature is twofold. One, it uses an endless scrolling interface, meaning you can swipe through video after video for as long as you can hold out. Two, its algorithm is incredibly effective at figuring out your interests, so it mostly shows you videos you will want to see. If you’ve been…

    Read more...

    ", - "content": "

    The secret to TikTok’s addictive nature is twofold. One, it uses an endless scrolling interface, meaning you can swipe through video after video for as long as you can hold out. Two, its algorithm is incredibly effective at figuring out your interests, so it mostly shows you videos you will want to see. If you’ve been…

    Read more...

    ", - "category": "tiktok", - "link": "https://lifehacker.com/this-app-brings-tiktoks-discoverability-to-spotify-1848345114", - "creator": "Jake Peterson", - "pubDate": "Wed, 12 Jan 2022 20:30:00 GMT", + "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-59484633?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 19:55:28 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a484ea25753d76310124fb10106daf6b", - "highlights": [] + "hash": "c09b35f50bdf25c110a23c997efdb6ef" }, { - "title": "How Long Can You Keep Using the Same N95 Mask?", - "description": "

    Omicron continues to overwhelm hospitals and healthcare workers already worn out by Delta. At this stage of the pandemic, and with the healthcare system once again teetering on the edge, experts are urging people to ditch their cloth masks in favor of N95 or KN95 respirators. But these masks are more expensive than…

    Read more...

    ", - "content": "

    Omicron continues to overwhelm hospitals and healthcare workers already worn out by Delta. At this stage of the pandemic, and with the healthcare system once again teetering on the edge, experts are urging people to ditch their cloth masks in favor of N95 or KN95 respirators. But these masks are more expensive than…

    Read more...

    ", - "category": "mask", - "link": "https://lifehacker.com/how-long-can-you-keep-using-the-same-n95-mask-1848345117", - "creator": "Meredith Dietz", - "pubDate": "Wed, 12 Jan 2022 20:00:00 GMT", + "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-59484773?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 20:48:44 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "67cf585e0d61ea2efd27b26c28a95b30", - "highlights": [] + "hash": "079d7bcb9bef647d1c081338f58e5c4d" }, { - "title": "7 of the Best Cloud Storage Services That Are Cheaper Than iCloud, Google One, and OneDrive", - "description": "

    Cloud storage still costs a lot of money: $10 per month for 2TB storage has become the standard with all major services like iCloud, Google One, and OneDrive. And our need for more of it is ever-increasing. From backing up data, sharing hour-long Zoom sessions, to just RAW video files, uncompressed video files or CAD…

    Read more...

    ", - "content": "

    Cloud storage still costs a lot of money: $10 per month for 2TB storage has become the standard with all major services like iCloud, Google One, and OneDrive. And our need for more of it is ever-increasing. From backing up data, sharing hour-long Zoom sessions, to just RAW video files, uncompressed video files or CAD…

    Read more...

    ", - "category": "cloud storage", - "link": "https://lifehacker.com/7-of-the-best-cloud-storage-services-that-are-cheaper-t-1848337152", - "creator": "Khamosh Pathak", - "pubDate": "Wed, 12 Jan 2022 19:30:00 GMT", + "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-us-canada-59484332?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 19:53:37 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "252e456f5e45cd730431cda6e5aad375", - "highlights": [] + "hash": "48b3e26653eb2bcd7eb98e4a32d53458" }, { - "title": "What Are 'Comorbidities,' Anyway?", - "description": "

    Rochelle Walensky, the CDC director, recently said it was “encouraging news” that most people who have died of COVID-19 had multiple comorbidities. While I’d disagree with the “encouraging” part, I think it’s important to take a look at what comorbidities really are.

    Read more...

    ", - "content": "

    Rochelle Walensky, the CDC director, recently said it was “encouraging news” that most people who have died of COVID-19 had multiple comorbidities. While I’d disagree with the “encouraging” part, I think it’s important to take a look at what comorbidities really are.

    Read more...

    ", - "category": "systemic inflammation", - "link": "https://lifehacker.com/what-are-comorbidities-anyway-1848346305", - "creator": "Beth Skwarecki", - "pubDate": "Wed, 12 Jan 2022 19:00:00 GMT", + "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-us-canada-59480917?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 18:27:54 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a35825f4009a895bdd8da850528e3018", - "highlights": [] + "hash": "dd2b5e06cbfae4d7f0e81299a3468cb9" }, { - "title": "Everything You Need to Know to Survive a Tsunami", - "description": "

    Tsunamis can be very, very bad. Caused by earthquakes, underwater landslides, volcanic eruptions, or asteroid strikes, these massive waves absolutely devastate coastal areas. They can take out all infrastructure in minutes, and almost everyone caught in a large tsunami’s waters will die. The 2004 Boxing Day tsunami…

    Read more...

    ", - "content": "

    Tsunamis can be very, very bad. Caused by earthquakes, underwater landslides, volcanic eruptions, or asteroid strikes, these massive waves absolutely devastate coastal areas. They can take out all infrastructure in minutes, and almost everyone caught in a large tsunami’s waters will die. The 2004 Boxing Day tsunami…

    Read more...

    ", - "category": "tsunami", - "link": "https://lifehacker.com/everything-you-need-to-know-to-survive-a-tsunami-1848345538", - "creator": "Stephen Johnson", - "pubDate": "Wed, 12 Jan 2022 18:30:00 GMT", - "enclosure": "", + "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-africa-59482050?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 17:17:06 GMT", + "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "68ec9583165331a2d49d7ac086b5525e", - "highlights": [] + "hash": "94d23030675eb2c0a3ff1c499e4685de" }, { - "title": "15 DIY Shortcuts That Are Sure to Make Your Home Repairs Easier", - "description": "

    Every year, homeowners around the world resolve to finally tackle a long list of deferred maintenance projects. After years of hiding stains, cracks, and holes in the walls, we decide that this is the year everything changes. But a few months later, nothing’s been fixed. All it usually takes is realizing you’re…

    Read more...

    ", - "content": "

    Every year, homeowners around the world resolve to finally tackle a long list of deferred maintenance projects. After years of hiding stains, cracks, and holes in the walls, we decide that this is the year everything changes. But a few months later, nothing’s been fixed. All it usually takes is realizing you’re…

    Read more...

    ", - "category": "woodworking", - "link": "https://lifehacker.com/15-diy-shortcuts-that-are-sure-to-make-your-home-repair-1848344693", - "creator": "Jeff Somers", - "pubDate": "Wed, 12 Jan 2022 18:00:00 GMT", + "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-latin-america-59473586?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 07:35:43 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", - "read": false, + "feed": "BBC Worldwide", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "b36035f3d94d872b5b3f12a7a2395e2f", - "highlights": [] + "hash": "db74edece6c8d1ec91cefa0cdf9d95c8" }, { - "title": "8 Things You Should Never Put in Your Dishwasher", - "description": "

    Many of us, myself included, would have a hard time thriving without a dishwasher. Sure, we’d survive, but buried under an overflowing, never-ending pile of cooking tools, dishes, and food containers to wash. (It seems pretty never-ending even with a dishwasher.)

    Read more...

    ", - "content": "

    Many of us, myself included, would have a hard time thriving without a dishwasher. Sure, we’d survive, but buried under an overflowing, never-ending pile of cooking tools, dishes, and food containers to wash. (It seems pretty never-ending even with a dishwasher.)

    Read more...

    ", - "category": "dishwasher", - "link": "https://lifehacker.com/8-things-you-should-never-put-in-your-dishwasher-1848341293", - "creator": "Sarah Showfety", - "pubDate": "Wed, 12 Jan 2022 17:30:00 GMT", + "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-us-canada-59484382?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 20:14:19 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "adb8d771066395a8a0a9107814b47ec0", - "highlights": [] + "hash": "1d2218b75085f8c0e318ac1b8bc31e0e" }, { - "title": "9 Ways to Become More Anonymous on Reddit", - "description": "

    Even if you’re using an anonymous user name on Reddit, the site’s default privacy settings expose a lot of your data. Although achieving complete anonymity is impossible, you can stop Reddit from logging each link you click and using your preferences for advertising. These are the top privacy settings that everyone…

    Read more...

    ", - "content": "

    Even if you’re using an anonymous user name on Reddit, the site’s default privacy settings expose a lot of your data. Although achieving complete anonymity is impossible, you can stop Reddit from logging each link you click and using your preferences for advertising. These are the top privacy settings that everyone…

    Read more...

    ", - "category": "reddit", - "link": "https://lifehacker.com/9-ways-to-become-more-anonymous-on-reddit-1848343187", - "creator": "Pranay Parab", - "pubDate": "Wed, 12 Jan 2022 17:00:00 GMT", + "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-59474616?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 12:48:22 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f0bd204d8a79bcfc1bba1ca3828a828f", - "highlights": [] + "hash": "388bd60e9e0b58972633b515ae97ba70" }, { - "title": "26 New TV Series Everyone Will Watch This Year", - "description": "

    Look, let’s be real: Pandemic notwithstanding, we’re not going to the movies like we used to. A lot of the kinds of dramas we used to buy tickets for have migrated to TV and expanded in scope, and as a result, TV’s gotten...pretty good. This year’s slate of new movies is enticing, but we’ll probably be fine if we sit…

    Read more...

    ", - "content": "

    Look, let’s be real: Pandemic notwithstanding, we’re not going to the movies like we used to. A lot of the kinds of dramas we used to buy tickets for have migrated to TV and expanded in scope, and as a result, TV’s gotten...pretty good. This year’s slate of new movies is enticing, but we’ll probably be fine if we sit…

    Read more...

    ", - "category": "michelle pfeiffer", - "link": "https://lifehacker.com/26-new-tv-series-everyone-will-watch-this-year-1848329491", - "creator": "Ross Johnson", - "pubDate": "Wed, 12 Jan 2022 16:30:00 GMT", + "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-europe-59474808?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 17:19:35 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4b2790900751bf090ed7a2f68ff79e45", - "highlights": [] + "hash": "550682319ed29fd9dfd7bd671f3025a4" }, { - "title": "Don’t Eat These Recalled Salads, FDA Says", - "description": "

    If your last shopping trip or food delivery included bagged salads, you’re going to want to check the label to see if it’s one of the products being recalled over a risk of contamination from Listeria monocytogenes, according to an announcement from U.S. Food and Drug Administration (FDA).

    Read more...

    ", - "content": "

    If your last shopping trip or food delivery included bagged salads, you’re going to want to check the label to see if it’s one of the products being recalled over a risk of contamination from Listeria monocytogenes, according to an announcement from U.S. Food and Drug Administration (FDA).

    Read more...

    ", - "category": "salads", - "link": "https://lifehacker.com/don-t-eat-these-recalled-salads-fda-says-1848344484", - "creator": "Elizabeth Yuko", - "pubDate": "Wed, 12 Jan 2022 16:00:00 GMT", + "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-europe-59478152?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 19:21:42 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "525baa2a6c0a62a52116182115d07190", - "highlights": [] + "hash": "b366420044db94848ee3da4c6fe818e0" }, { - "title": "You Should Waffle Some Falafel Mix", - "description": "

    Until very recently, I had never watched an entire season of the Real Housewives franchise. I had tried to get into Beverly Hills, but it did not take. For whatever reason (ennui and boredom), I decided to give Salt Lake City a try, and I am now borderline obsessed with a bunch of rich women who live in Utah.

    Read more...

    ", - "content": "

    Until very recently, I had never watched an entire season of the Real Housewives franchise. I had tried to get into Beverly Hills, but it did not take. For whatever reason (ennui and boredom), I decided to give Salt Lake City a try, and I am now borderline obsessed with a bunch of rich women who live in Utah.

    Read more...

    ", - "category": "waffle", - "link": "https://lifehacker.com/you-should-waffle-some-falafel-mix-1848341955", - "creator": "Claire Lower", - "pubDate": "Wed, 12 Jan 2022 15:30:00 GMT", + "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-59473067?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 18:43:01 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", - "read": false, + "feed": "BBC Worldwide", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "ba4373b71862f689d6ac16f7e0392f73", - "highlights": [] + "hash": "3f0f1197540b8085482b35e7feac21c9" }, { - "title": "Things You Should Never Say to Someone Struggling with Depression", - "description": "

    Whatever your experiences with own mental health, it’s daunting to find the perfect thing to say when someone you care about is struggling with depression. But it’s easier to figure out what not to say.

    Read more...

    ", - "content": "

    Whatever your experiences with own mental health, it’s daunting to find the perfect thing to say when someone you care about is struggling with depression. But it’s easier to figure out what not to say.

    Read more...

    ", - "category": "depression", - "link": "https://lifehacker.com/things-you-should-never-say-to-someone-struggling-with-1848341256", - "creator": "Meredith Dietz", - "pubDate": "Wed, 12 Jan 2022 15:00:00 GMT", + "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-59473984?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 15:27:24 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "218178c38211d379054ec47e288b7c32", - "highlights": [] + "hash": "c7d67fb745a07757df1854c57b61427c" }, { - "title": "Do You Really Have to Cool Down After Exercise?", - "description": "

    A cooldown is part of every workout, in theory. Whether it’s a session with weights at the gym, or a run outdoors, you’re supposed to do some kind of slower-paced activity at the end, and maybe even stretch a little. But honestly, I don’t always have the time. And when I skip my cooldown, nothing bad happens. What…

    Read more...

    ", - "content": "

    A cooldown is part of every workout, in theory. Whether it’s a session with weights at the gym, or a run outdoors, you’re supposed to do some kind of slower-paced activity at the end, and maybe even stretch a little. But honestly, I don’t always have the time. And when I skip my cooldown, nothing bad happens. What…

    Read more...

    ", - "category": "fitness", - "link": "https://lifehacker.com/do-you-really-have-to-cool-down-after-exercise-1848341365", - "creator": "Beth Skwarecki", - "pubDate": "Wed, 12 Jan 2022 14:30:00 GMT", + "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/news/world-asia-china-59456541?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 08:09:52 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "391e831f3fb680652dcfad473ec4d4db", - "highlights": [] + "hash": "8a6e0a4fc26d51c13c6421109b7ae15c" }, { - "title": "Don't Buy Apple's Accessories", - "description": "

    I’m an Apple fan. I’m pretty much entirely enrolled in the ecosystem, working between my iPhone, iPad, Mac, and Apple Watch throughout the day (sadly, no iPod). However, there’s one aspect of the Apple universe that I don’t subscribe to, and, in fact, make an effort to steer away from: accessory loyalty.

    Read more...

    ", - "content": "

    I’m an Apple fan. I’m pretty much entirely enrolled in the ecosystem, working between my iPhone, iPad, Mac, and Apple Watch throughout the day (sadly, no iPod). However, there’s one aspect of the Apple universe that I don’t subscribe to, and, in fact, make an effort to steer away from: accessory loyalty.

    Read more...

    ", - "category": "apple", - "link": "https://lifehacker.com/dont-buy-apples-accessories-1848340426", - "creator": "Jake Peterson", - "pubDate": "Wed, 12 Jan 2022 14:00:00 GMT", + "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/world-asia-59474807?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 10:58:08 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", - "read": false, + "feed": "BBC Worldwide", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "1eaa539feb879219ff4e89533ae48d9b", - "highlights": [] + "hash": "1f9df0a4e618ab2b9aa0b29606dbf7c8" }, { - "title": "How to Protect Your Student Laptop and Accounts From Hackers", - "description": "

    Cyberattacks are a huge risk, and they’re on the rise. College students—especially those who are away from home, bringing their devices to class, or frequently connecting to public wifi—may be particularly vulnerable to hacks and cybercrime. Here’s how they can avoid becoming a victim of a cyberattack.

    Read more...

    ", - "content": "

    Cyberattacks are a huge risk, and they’re on the rise. College students—especially those who are away from home, bringing their devices to class, or frequently connecting to public wifi—may be particularly vulnerable to hacks and cybercrime. Here’s how they can avoid becoming a victim of a cyberattack.

    Read more...

    ", - "category": "access control", - "link": "https://lifehacker.com/how-to-protect-your-student-laptop-and-accounts-from-ha-1848245958", - "creator": "Shannon Flynn", - "pubDate": "Wed, 12 Jan 2022 13:30:00 GMT", + "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-asia-59474965?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 11:39:48 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "af133b25d36836d7104007f4c439e2ed", - "highlights": [] + "hash": "ba97c41c0a7c072b9350658a1287f7b7" }, { - "title": "Why You Should Write in Longhand More Often", - "description": "

    As far back as the 1930s, when manual typewriters walked the Earth, people have been predicting that some future generation will no longer need to write with a pen and paper—and these days, it’s true that most communication involves a keyboard of some sort. And yet, longhand is making a comeback. And that’s a good…

    Read more...

    ", - "content": "

    As far back as the 1930s, when manual typewriters walked the Earth, people have been predicting that some future generation will no longer need to write with a pen and paper—and these days, it’s true that most communication involves a keyboard of some sort. And yet, longhand is making a comeback. And that’s a good…

    Read more...

    ", - "category": "twitter", - "link": "https://lifehacker.com/why-you-should-write-in-longhand-more-often-1848339416", - "creator": "Jeff Somers", - "pubDate": "Wed, 12 Jan 2022 13:00:00 GMT", + "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/technology-59441379?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 15:58:31 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "365efc5a043a57542d0a428a37f0b9f1", - "highlights": [] + "hash": "fb0d03c5d9f2371da2de03d5959f4489" }, { - "title": "How to Stream Movies and TV in Virtual Reality", - "description": "

    I was drawn to virtual reality by the idea I’d be able to actively immerse myself in other worlds. I loved the idea of full body fruit-slashing in Fruit Ninja, or getting fit with Supernatural’s boxing workouts. In practice though, VR’s most satisfying experience for me has been watching Vivarium on a virtual big…

    Read more...

    ", - "content": "

    I was drawn to virtual reality by the idea I’d be able to actively immerse myself in other worlds. I loved the idea of full body fruit-slashing in Fruit Ninja, or getting fit with Supernatural’s boxing workouts. In practice though, VR’s most satisfying experience for me has been watching Vivarium on a virtual big…

    Read more...

    ", - "category": "virtual reality", - "link": "https://lifehacker.com/how-to-stream-movies-and-tv-in-virtual-reality-1848340674", - "creator": "Stephen Johnson", - "pubDate": "Tue, 11 Jan 2022 21:30:00 GMT", + "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-latin-america-59438026?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 00:04:34 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3582fb9687ad9609e1851644f5588e7f", - "highlights": [] + "hash": "111bf42514c617aacb718ac7c36f0918" }, { - "title": "How to Use Up Leftover Fish Without Causing a Stink", - "description": "

    Not all leftovers are on the same level. There are tiers. At the top, you’ve got your pasta sauces, your stews, your chili—the stuff that actually tastes better after a night in the fridge than it does straight off the stove. Then you have your mid-tier, which is most leftovers: mashed potatoes, steak, roasted…

    Read more...

    ", - "content": "

    Not all leftovers are on the same level. There are tiers. At the top, you’ve got your pasta sauces, your stews, your chili—the stuff that actually tastes better after a night in the fridge than it does straight off the stove. Then you have your mid-tier, which is most leftovers: mashed potatoes, steak, roasted…

    Read more...

    ", - "category": "condiments", - "link": "https://lifehacker.com/how-to-use-up-leftover-fish-without-causing-a-stink-1848339763", - "creator": "Claire Lower", - "pubDate": "Tue, 11 Jan 2022 21:00:00 GMT", + "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-africa-59436588?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 00:16:40 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5110c76cbf4ff3ab014c209db3a8dd9d", - "highlights": [] + "hash": "55147ba68472b3cf7d7fd9f10a21b056" }, { - "title": "Google Chrome Can Identify Any Song in a Movie While You Stream It", - "description": "

    We live in magical times. Sure, the world’s on fire, but our devices can tell you the name of just about any song playing in your vicinity. The future is now! Solutions for this problem have existed for a while in various apps and built-in services, but now, a new solution comes to Chrome: the next time you hear a…

    Read more...

    ", - "content": "

    We live in magical times. Sure, the world’s on fire, but our devices can tell you the name of just about any song playing in your vicinity. The future is now! Solutions for this problem have existed for a while in various apps and built-in services, but now, a new solution comes to Chrome: the next time you hear a…

    Read more...

    ", - "category": "google chrome", - "link": "https://lifehacker.com/google-chrome-can-identify-any-song-in-a-movie-while-yo-1848338495", - "creator": "Jake Peterson", - "pubDate": "Tue, 11 Jan 2022 20:30:00 GMT", + "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-middle-east-59435615?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 22:43:18 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ecbc4c4170d875d66d2251a3a82d63b1", - "highlights": [] + "hash": "3f45ff03b7abf2184895dd015bc21553" }, { - "title": "9 Roles That Revealed Bob Saget's Filthy Sense of Humor", - "description": "

    As beloved ‘80s/’90s sitcom dad Danny Tanner, Bob Saget dispensed wholesome wisdom with a smile, soaking in the “awwwws” from an audience who loved and appreciated the gentle hijinks of the Full House family. During the same era, he hosted America’s Funniest Home Videos, providing amusing commentary over…

    Read more...

    ", - "content": "

    As beloved ‘80s/’90s sitcom dad Danny Tanner, Bob Saget dispensed wholesome wisdom with a smile, soaking in the “awwwws” from an audience who loved and appreciated the gentle hijinks of the Full House family. During the same era, he hosted America’s Funniest Home Videos, providing amusing commentary over…

    Read more...

    ", - "category": "bob saget", - "link": "https://lifehacker.com/9-roles-that-revealed-bob-sagets-filthy-sense-of-humor-1848337727", - "creator": "Ross Johnson", - "pubDate": "Tue, 11 Jan 2022 20:00:00 GMT", + "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/news/newsbeat-59320090?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 00:02:33 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "02c1229425f2eb758f6cefa94b77ea02", - "highlights": [] + "hash": "38ac3bf7efcd127bebe38a071142e195" }, { - "title": "How to Stop Being so Damn Self-Deprecating", - "description": "

    No one likes a big ego, and the ability to laugh at yourself is an important skill. On the flip side, humility has its limits, too. If you’re someone who really can’t accept a compliment, or you’re constantly downplaying everything about yourself, then your self-deprecation is likely doing more harm than good.

    Read more...

    ", - "content": "

    No one likes a big ego, and the ability to laugh at yourself is an important skill. On the flip side, humility has its limits, too. If you’re someone who really can’t accept a compliment, or you’re constantly downplaying everything about yourself, then your self-deprecation is likely doing more harm than good.

    Read more...

    ", - "category": "self deprecation", - "link": "https://lifehacker.com/how-to-stop-being-so-damn-self-deprecating-1848316538", - "creator": "Meredith Dietz", - "pubDate": "Tue, 11 Jan 2022 19:30:00 GMT", + "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-asia-59477186?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 12:38:35 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "304325c3038f2177f150d661f9ece3ce", - "highlights": [] + "hash": "2d1cf3a4712a3f39e6829a47ccd67932" }, { - "title": "The Easiest Way to Retile Your Shower Floor", - "description": "

    Remodeling evokes a lot of contradictory emotions, from excitement over the possibilities to dread concerning the time, trouble, and mess—and few places are as anxiety-inducing to tackle as a bathroom. But if you’re considering retiling your shower, it may be easier than you think; you probably can do it without all…

    Read more...

    ", - "content": "

    Remodeling evokes a lot of contradictory emotions, from excitement over the possibilities to dread concerning the time, trouble, and mess—and few places are as anxiety-inducing to tackle as a bathroom. But if you’re considering retiling your shower, it may be easier than you think; you probably can do it without all…

    Read more...

    ", - "category": "shower", - "link": "https://lifehacker.com/the-easiest-way-to-retile-your-shower-floor-1848338026", - "creator": "Jeff Somers", - "pubDate": "Tue, 11 Jan 2022 19:00:00 GMT", + "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-middle-east-59464760?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 00:10:18 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "da074528b6fafb945d16e0d2dda11873", - "highlights": [] + "hash": "b19b542b1c2bb4a0dcb3c32439dd7598" }, { - "title": "Do Sprinkles, Food Coloring, and Icing Ever Really Expire?", - "description": "

    I cleaned out my pantry over the weekend and it led to a lot of existential questions, mostly about sprinkles. In addition to my normal stash, which I’ve had for numerous holiday cookie decorating seasons, my sister gifted me an assortment of pastel eggs, lime green sugar, and other bonbons de décoration that she…

    Read more...

    ", - "content": "

    I cleaned out my pantry over the weekend and it led to a lot of existential questions, mostly about sprinkles. In addition to my normal stash, which I’ve had for numerous holiday cookie decorating seasons, my sister gifted me an assortment of pastel eggs, lime green sugar, and other bonbons de décoration that she…

    Read more...

    ", - "category": "icing", - "link": "https://lifehacker.com/do-sprinkles-food-coloring-and-icing-ever-really-expi-1848338800", - "creator": "Sarah Showfety", - "pubDate": "Tue, 11 Jan 2022 18:30:00 GMT", + "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-europe-59468682?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 00:05:31 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", - "read": false, + "feed": "BBC Worldwide", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "173897457c2e28f44fa7fc4e5ac44e1e", - "highlights": [] + "hash": "e6cdd5b1b477c03bc23a3510e1037e4c" }, { - "title": "The Best Meal-Planning Apps, Because You’re Sick of Doing It Yourself", - "description": "

    Feeding yourself, not to mention a hungry household, is a lot of work. There’s the planning, shopping, cooking, and cleaning, all of which has to be done over and over again. Given just how exhausting this can be, it’s no wonder we find ourselves frequently ordering takeout or popping a frozen pizza into the oven.

    Read more...

    ", - "content": "

    Feeding yourself, not to mention a hungry household, is a lot of work. There’s the planning, shopping, cooking, and cleaning, all of which has to be done over and over again. Given just how exhausting this can be, it’s no wonder we find ourselves frequently ordering takeout or popping a frozen pizza into the oven.

    Read more...

    ", - "category": "cognition", - "link": "https://lifehacker.com/the-best-meal-planning-apps-because-you-re-sick-of-doi-1848337864", - "creator": "Rachel Fairbank", - "pubDate": "Tue, 11 Jan 2022 18:00:00 GMT", + "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-asia-59457607?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 15:04:29 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cca6167066de6f5b898c6a25cc3bec40", - "highlights": [] + "hash": "1a6fbd49275992854f7c434455f086df" }, { - "title": "How to Choose a Higher-Quality Mask (Because Cloth Masks Aren’t Cutting It)", - "description": "

    With COVID case counts still high and potentially more-contagious variants spreading, it’s time to up your mask game. Doubling up is one solution, but N95s and other high-quality masks still provide the best filtration.

    Read more...

    ", - "content": "

    With COVID case counts still high and potentially more-contagious variants spreading, it’s time to up your mask game. Doubling up is one solution, but N95s and other high-quality masks still provide the best filtration.

    Read more...

    ", - "category": "mask", - "link": "https://lifehacker.com/how-to-buy-a-high-quality-mask-1846153740", - "creator": "Beth Skwarecki", - "pubDate": "Tue, 11 Jan 2022 17:30:00 GMT", + "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-europe-59473131?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 15:03:21 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0e33fbe64ab43b48a2c4782870a50169", - "highlights": [] + "hash": "1999f71cae9d3490b5563c16ea31fd90" }, { - "title": "Why You Need Instant Gratification, According to Science", - "description": "

    Many of us have goals we want to achieve, whether it’s to eat healthier, work out more, read more books, or other things that we feel we should be doing. Usually, when we think about working toward our goals, we imagine making hard sacrifices along the way—waking up early to go to the gym, spending extra time…

    Read more...

    ", - "content": "

    Many of us have goals we want to achieve, whether it’s to eat healthier, work out more, read more books, or other things that we feel we should be doing. Usually, when we think about working toward our goals, we imagine making hard sacrifices along the way—waking up early to go to the gym, spending extra time…

    Read more...

    ", - "category": "gratification", - "link": "https://lifehacker.com/why-you-need-instant-gratification-according-to-scienc-1848331132", - "creator": "Rachel Fairbank", - "pubDate": "Tue, 11 Jan 2022 17:00:00 GMT", + "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/news/world-australia-59472194?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 06:13:27 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "06fe0b970666c7f4d5aef18b63e356e2", - "highlights": [] + "hash": "d803d3302dae946aeb389165ef48215a" }, { - "title": "How to Unlock the Hidden High Power Mode on Your 16” M1 Max MacBook Pro", - "description": "

    Got yourself a maxed-out 16" MacBook Pro with Apple’s latest and greatest M1 Max processor? You should know that there’s a hidden “High Power Mode” on your laptop that you can enable when you’re tackling resource-intensive tasks like 4K or 8K video editing. Here’s what the 16" MacBook Pro’s High Power Mode does, and…

    Read more...

    ", - "content": "

    Got yourself a maxed-out 16" MacBook Pro with Apple’s latest and greatest M1 Max processor? You should know that there’s a hidden “High Power Mode” on your laptop that you can enable when you’re tackling resource-intensive tasks like 4K or 8K video editing. Here’s what the 16" MacBook Pro’s High Power Mode does, and…

    Read more...

    ", - "category": "macbook", - "link": "https://lifehacker.com/how-to-unlock-the-hidden-high-power-mode-on-your-16-m1-1848312549", - "creator": "Pranay Parab", - "pubDate": "Tue, 11 Jan 2022 16:30:00 GMT", + "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-middle-east-59455685?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 23:53:15 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eda5fbedb42943166ba0a710867d5abf", - "highlights": [] + "hash": "0a2fcc5a864ed2811feb9617647c6883" }, { - "title": "How to Make a Burner Account on Reddit, Even Though They Don't Want You to Anymore", - "description": "

    Reddit allows more anonymity than most other social media websites, particularly by allowing burner or throwaway accounts without using an email address. Lately, though, Reddit has made it harder to spot how to create these anonymous accounts—but you can still create throwaway Reddit accounts on desktop and on mobile.

    Read more...

    ", - "content": "

    Reddit allows more anonymity than most other social media websites, particularly by allowing burner or throwaway accounts without using an email address. Lately, though, Reddit has made it harder to spot how to create these anonymous accounts—but you can still create throwaway Reddit accounts on desktop and on mobile.

    Read more...

    ", - "category": "reddit", - "link": "https://lifehacker.com/how-to-make-a-burner-account-on-reddit-even-though-the-1848336857", - "creator": "Pranay Parab", - "pubDate": "Tue, 11 Jan 2022 16:00:00 GMT", + "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-europe-59438028?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 00:01:13 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "43e7ff6503604697df6da272e71dd656", - "highlights": [] + "hash": "317ed3d16460f4bb48b9766a028f6833" }, { - "title": "How to Avoid a Hotel's BS Resort Fees", - "description": "

    I thought paying for access to hotel wifi was a practice that died a decade ago, but alas, there are still places that charge you to connect your devices to the internet. Some hotels also tack on supplemental charges for other amenities, like pools, bicycles, and beachfront yoga, that you may or may not use and that,…

    Read more...

    ", - "content": "

    I thought paying for access to hotel wifi was a practice that died a decade ago, but alas, there are still places that charge you to connect your devices to the internet. Some hotels also tack on supplemental charges for other amenities, like pools, bicycles, and beachfront yoga, that you may or may not use and that,…

    Read more...

    ", - "category": "hotel", - "link": "https://lifehacker.com/how-to-avoid-a-hotels-bullshit-resort-fees-1848335421", - "creator": "Emily Long", - "pubDate": "Tue, 11 Jan 2022 15:30:00 GMT", + "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-59463879?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 17:14:53 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", - "read": false, + "feed": "BBC Worldwide", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "0a0bc4d5a5b67521e3d9f15b9917dd1e", - "highlights": [] + "hash": "8dc238388a6f1c9996b52336b00d583a" }, { - "title": "You Can Actually Get Free Unlimited Cloud Storage From Telegram", - "description": "

    Free unlimited cloud storage is typically a myth. If someone sells you on it, it usually comes with many caveats—usually with privacy concerns. But there’s actually a totally free, unlimited cloud storage that is pretty legit, so long as it lasts. And it comes via Telegram.

    Read more...

    ", - "content": "

    Free unlimited cloud storage is typically a myth. If someone sells you on it, it usually comes with many caveats—usually with privacy concerns. But there’s actually a totally free, unlimited cloud storage that is pretty legit, so long as it lasts. And it comes via Telegram.

    Read more...

    ", - "category": "cloud storage", - "link": "https://lifehacker.com/you-can-actually-get-free-unlimited-cloud-storage-from-1848337055", - "creator": "Khamosh Pathak", - "pubDate": "Tue, 11 Jan 2022 15:00:00 GMT", + "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/technology-59465747?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 16:57:43 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "19ca1d5c71daccd024f2f6554fc3c8db", - "highlights": [] + "hash": "63e47d689c2de8d37e9848cc1bfffc5b" }, { - "title": "Why 'Under-Sharing' Is Just As Bad As Oversharing (and How to Stop Doing It)", - "description": "

    High-intensity emotions like anger, fear, anxiety, and despair are straight-up exhausting. It’s only natural to want to keep them to ourselves so as not to upset others—or come off as an uncouth over-sharer. But going too hard in the opposite direction is just as harmful in its own way. Here’s what chronic…

    Read more...

    ", - "content": "

    High-intensity emotions like anger, fear, anxiety, and despair are straight-up exhausting. It’s only natural to want to keep them to ourselves so as not to upset others—or come off as an uncouth over-sharer. But going too hard in the opposite direction is just as harmful in its own way. Here’s what chronic…

    Read more...

    ", - "category": "qualia", - "link": "https://lifehacker.com/why-under-sharing-is-just-as-bad-as-oversharing-and-ho-1848317273", - "creator": "A.A. Newton", - "pubDate": "Tue, 11 Jan 2022 14:30:00 GMT", + "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/news/world-us-canada-59455605?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 15:36:30 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "afa4268b6c8f090601b9e3140f707e04", - "highlights": [] + "hash": "8a1890d54d221198a4f586cfd3c74ddc" }, { - "title": "How Often Do Snakes, Rats, and Spiders Really Crawl Up Your Toilet Pipes? (And How to Stop Them)", - "description": "

    When it comes to terrible things that could happen to you, dying from heart disease is way more likely than a snake crawling out of your toilet, but the snake is scarier anyway. It’s not logical, but a beast slithering out of the sewer while you do your business is just wrong. But don’t worry. It’s not likely to…

    Read more...

    ", - "content": "

    When it comes to terrible things that could happen to you, dying from heart disease is way more likely than a snake crawling out of your toilet, but the snake is scarier anyway. It’s not logical, but a beast slithering out of the sewer while you do your business is just wrong. But don’t worry. It’s not likely to…

    Read more...

    ", - "category": "sanitation", - "link": "https://lifehacker.com/how-often-do-snakes-rats-and-spiders-really-crawl-up-1848335336", - "creator": "Stephen Johnson", - "pubDate": "Tue, 11 Jan 2022 14:00:00 GMT", + "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-europe-59456332?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 09:36:15 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "75e2e0f96cebd1fe770176104047237e", - "highlights": [] + "hash": "b1ae2739b49d637a70d7b15dc7b93108" }, { - "title": "The Difference Between Bitrate, Resolution, and Frame Rate (and Why It Matters When Streaming Video)", - "description": "

    When you fire up a video on reputable streaming services like Netflix or HBO Max, you don’t have to think much about it; you just press play and enjoy. However, if you are (ahem) pirating that video, you might notice that you have a variety of video options to choose from: Bitrate, resolution, and frame rate. What are…

    Read more...

    ", - "content": "

    When you fire up a video on reputable streaming services like Netflix or HBO Max, you don’t have to think much about it; you just press play and enjoy. However, if you are (ahem) pirating that video, you might notice that you have a variety of video options to choose from: Bitrate, resolution, and frame rate. What are…

    Read more...

    ", - "category": "video", - "link": "https://lifehacker.com/the-difference-between-bitrate-resolution-and-frame-r-1848333060", - "creator": "Jake Peterson", - "pubDate": "Tue, 11 Jan 2022 13:30:00 GMT", + "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", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "207b3a5cc8f2abdd1637d17c8d0428b4", - "highlights": [] + "hash": "f042ef710cb5be2c1caf9831bbe4d048" }, { - "title": "The Best Way to Cook Seafood If You're Skittish About Cooking Seafood", - "description": "

    I only have one fitness goal for 2022: Get real swole. This, of course, involves eating a lot of protein, and sea creatures are a great source. For most of my life, fish was something that was battered in cornmeal and deep fried. If I had to pick one fish to eat for the rest of my life, catfish, prepared as I’ve just…

    Read more...

    ", - "content": "

    I only have one fitness goal for 2022: Get real swole. This, of course, involves eating a lot of protein, and sea creatures are a great source. For most of my life, fish was something that was battered in cornmeal and deep fried. If I had to pick one fish to eat for the rest of my life, catfish, prepared as I’ve just…

    Read more...

    ", - "category": "seafood", - "link": "https://lifehacker.com/the-best-way-to-cook-seafood-if-youre-skittish-about-co-1848334399", - "creator": "Claire Lower", - "pubDate": "Tue, 11 Jan 2022 13:00:00 GMT", + "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-africa-59458460?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 10:35:25 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "121c340aa44e055daec20f89ddbad65b", - "highlights": [] + "hash": "c781d9ac027d7bada03c789f2702029a" }, { - "title": "All the Things You Didn't Know Dish Soap Can Clean", - "description": "

    We all know the glories of dish soap when used to fight hardened food, grease, and grime on our plates, pots, and utensils (y’all love your Dawn). But are you aware of its myriad potential other uses around the house? From stain-lifting to fruit fly control, behold the many blessed miracles of liquid dish detergent.

    Read more...

    ", - "content": "

    We all know the glories of dish soap when used to fight hardened food, grease, and grime on our plates, pots, and utensils (y’all love your Dawn). But are you aware of its myriad potential other uses around the house? From stain-lifting to fruit fly control, behold the many blessed miracles of liquid dish detergent.

    Read more...

    ", - "category": "soap", - "link": "https://lifehacker.com/all-the-things-you-didnt-know-dish-soap-can-clean-1848332952", - "creator": "Sarah Showfety", - "pubDate": "Mon, 10 Jan 2022 22:00:00 GMT", + "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/newsbeat-59414088?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 16:05:36 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2b2559d801008da6be240191249192e9", - "highlights": [] + "hash": "bf9a4326ac395de1b4aac5c32ef812bd" }, { - "title": "Why You Shouldn't Panic About 'Deltacron' Yet", - "description": "

    Last week it was flurona. This week it’s something called “deltacron.” We’re primed to go “oh shit” when we hear about a new variant, because we’ve been burned by quite a few of them by now. But the scary names outnumber the things we actually need to be scared of.

    Read more...

    ", - "content": "

    Last week it was flurona. This week it’s something called “deltacron.” We’re primed to go “oh shit” when we hear about a new variant, because we’ve been burned by quite a few of them by now. But the scary names outnumber the things we actually need to be scared of.

    Read more...

    ", - "category": "sars cov 2 omicron variant", - "link": "https://lifehacker.com/why-you-shouldnt-panic-about-deltacron-yet-1848334101", - "creator": "Beth Skwarecki", - "pubDate": "Mon, 10 Jan 2022 21:30:00 GMT", + "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-59439796?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 15:37:54 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "67be8fecc5061a4bf895b6f66d0e4925", - "highlights": [] + "hash": "b71fffbe1024276260be0d67d25d453d" }, { - "title": "The Best Way to Figure Out How Much Wine You Need for a Party", - "description": "

    There’s a good chance you were gifted a number of wine bottles over the holidays. There’s a greater chance that you’ve already worked your way through them, and it’s time to hit the wine store for your next event. Whether you’re hosting a fancy dinner party or you’ve been assigned “wine duty” for a casual…

    Read more...

    ", - "content": "

    There’s a good chance you were gifted a number of wine bottles over the holidays. There’s a greater chance that you’ve already worked your way through them, and it’s time to hit the wine store for your next event. Whether you’re hosting a fancy dinner party or you’ve been assigned “wine duty” for a casual…

    Read more...

    ", - "category": "wine", - "link": "https://lifehacker.com/the-best-way-to-figure-out-how-much-wine-you-need-for-a-1848334096", - "creator": "Meredith Dietz", - "pubDate": "Mon, 10 Jan 2022 21:00:00 GMT", + "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/59439797?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 16:34:51 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9ea66367636faca648adc801e9a74dd5", - "highlights": [] + "hash": "e243df82d9cc114dc5f2c9186d75821e" }, { - "title": "Where Exactly Is Sports Gambling Legal?", - "description": "

    In 2018, the U.S. Supreme Court struck down a federal ban on sports betting, leaving wagering rules and regulations to the states. Since then, sports betting has taken off all over the country, but not in every state. Below is a list of where you can legally bet on a game and where you cannot.

    Read more...

    ", - "content": "

    In 2018, the U.S. Supreme Court struck down a federal ban on sports betting, leaving wagering rules and regulations to the states. Since then, sports betting has taken off all over the country, but not in every state. Below is a list of where you can legally bet on a game and where you cannot.

    Read more...

    ", - "category": "gambling", - "link": "https://lifehacker.com/where-exactly-is-sports-gambling-legal-1848333429", - "creator": "Stephen Johnson", - "pubDate": "Mon, 10 Jan 2022 20:30:00 GMT", + "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-latin-america-59459660?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 11:24:57 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9a223573828fc0313e126225930a10ee", - "highlights": [] + "hash": "88600fe4a9792b534cde73a443b73403" }, { - "title": "12 Quintessential Sidney Poitier Performances Everyone Should Know", - "description": "

    Bahamian-American actor, director, and cultural ambassador Sidney Poitier died last week at 94. Though he retired from filmmaking nearly two decades ago, he remained one of the most influential people in Hollywood: The child of potato farmers in the Bahamas who became a wildly consequential figure in American film and…

    Read more...

    ", - "content": "

    Bahamian-American actor, director, and cultural ambassador Sidney Poitier died last week at 94. Though he retired from filmmaking nearly two decades ago, he remained one of the most influential people in Hollywood: The child of potato farmers in the Bahamas who became a wildly consequential figure in American film and…

    Read more...

    ", - "category": "sidney poitier", - "link": "https://lifehacker.com/12-quintessential-sidney-poitier-performances-everyone-1848331069", - "creator": "Ross Johnson", - "pubDate": "Mon, 10 Jan 2022 20:00:00 GMT", + "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-china-59456540?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 06:58:18 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d212eb5319f0e4114e963b9eda26dd2c", - "highlights": [] + "hash": "f7dd82ef77f7e05f86823e9f06c035b9" }, { - "title": "The One Thing You Should Never Put in Your Nonstick Pan", - "description": "

    I love nonstick pans. I use mine mostly for frying eggs, pancakes, and breakfast potatoes—three of the stickier breakfast foods. I buy ‘em cheap, rarely wash them, and never run them through the dishwasher, and I’ve found they last a pretty long time, provided no one takes any metal utensils to them. (I’ve heard tell…

    Read more...

    ", - "content": "

    I love nonstick pans. I use mine mostly for frying eggs, pancakes, and breakfast potatoes—three of the stickier breakfast foods. I buy ‘em cheap, rarely wash them, and never run them through the dishwasher, and I’ve found they last a pretty long time, provided no one takes any metal utensils to them. (I’ve heard tell…

    Read more...

    ", - "category": "lecithin", - "link": "https://lifehacker.com/the-one-thing-you-should-never-put-in-your-nonstick-pan-1848332657", - "creator": "Claire Lower", - "pubDate": "Mon, 10 Jan 2022 19:30:00 GMT", + "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-africa-59458466?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 14:17:36 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "457d0b3157c42329cf822d4ff5117b4b", - "highlights": [] + "hash": "aeb8dd846052b3d99d8158e18423fabd" }, { - "title": "You Can Restore Events You Accidentally Deleted From Google Calendar", - "description": "

    Accidentally deleting stuff is not fun. It can be all too easy to mistakenly erase photos, files, and conversations from your accounts, sometimes without even realizing it. Many of these platforms, luckily, have some type of “trash” system, which allows you to save your info before it’s permanently deleted. Believe it…

    Read more...

    ", - "content": "

    Accidentally deleting stuff is not fun. It can be all too easy to mistakenly erase photos, files, and conversations from your accounts, sometimes without even realizing it. Many of these platforms, luckily, have some type of “trash” system, which allows you to save your info before it’s permanently deleted. Believe it…

    Read more...

    ", - "category": "google", - "link": "https://lifehacker.com/you-can-restore-events-you-accidentally-deleted-from-go-1848331447", - "creator": "Jake Peterson", - "pubDate": "Mon, 10 Jan 2022 19:00:00 GMT", + "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-middle-east-59386825?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 00:03:55 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a50b47d46d40ffb1edf017376f98676", - "highlights": [] + "hash": "36efbb544e66373b6a569c0f1b1349c4" }, { - "title": "How to Tell If a House Has 'Good Bones'", - "description": "

    Not-so-recently built homes are often described by realtors as having “good bones,” meaning a strong structure and high level of quality and craftsmanship at their core. Of course, you can’t see beneath the paint and drywall when house-hunting, so how can you tell if the home you’ve got your eye on has this desirable…

    Read more...

    ", - "content": "

    Not-so-recently built homes are often described by realtors as having “good bones,” meaning a strong structure and high level of quality and craftsmanship at their core. Of course, you can’t see beneath the paint and drywall when house-hunting, so how can you tell if the home you’ve got your eye on has this desirable…

    Read more...

    ", - "category": "architecture", - "link": "https://lifehacker.com/how-to-tell-if-a-house-has-good-bones-1848322667", - "creator": "Sarah Showfety", - "pubDate": "Mon, 10 Jan 2022 18:30:00 GMT", + "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/uk-59458431?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 09:02:46 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5f40e0150e3a58505a043f7df97a8274", - "highlights": [] + "hash": "b856feddea8bfa69cc3770be1738b269" }, { - "title": "How to Speed Up a Slow-Ass iCloud Sync", - "description": "

    When you need to access data like contacts, calendar events, and photos across all your devices, iCloud is your best friend. And yet, it’s often our best friends who can really get on our nerves. I know the frustration of an iCloud backup taking so long that I end up canceling it. (Of course, that act of impatience…

    Read more...

    ", - "content": "

    When you need to access data like contacts, calendar events, and photos across all your devices, iCloud is your best friend. And yet, it’s often our best friends who can really get on our nerves. I know the frustration of an iCloud backup taking so long that I end up canceling it. (Of course, that act of impatience…

    Read more...

    ", - "category": "icloud", - "link": "https://lifehacker.com/how-to-speed-up-a-slow-ass-icloud-sync-1848320456", - "creator": "Meredith Dietz", - "pubDate": "Mon, 10 Jan 2022 18:00:00 GMT", + "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-asia-india-59344605?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 03:32:01 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4360c486226a4779c7a72e545a78f4f9", - "highlights": [] + "hash": "95a63b3249dbf6879ea3653006d3b7fd" }, { - "title": "How to Buy a Car If You Absolutely Have to in This Inflation-Ridden Hellscape", - "description": "

    You may have noticed that the dollars in your wallet seem to suddenly be worth something less than a dollar. For that, you can thank inflation, a measurement of decreasing purchasing power. The current U.S. inflation rate is 6.8%, which is the highest it’s been in forty years. What that means in practical terms is…

    Read more...

    ", - "content": "

    You may have noticed that the dollars in your wallet seem to suddenly be worth something less than a dollar. For that, you can thank inflation, a measurement of decreasing purchasing power. The current U.S. inflation rate is 6.8%, which is the highest it’s been in forty years. What that means in practical terms is…

    Read more...

    ", - "category": "inflation", - "link": "https://lifehacker.com/how-to-buy-a-car-if-you-absolutely-have-to-in-this-infl-1848331100", - "creator": "Jeff Somers", - "pubDate": "Mon, 10 Jan 2022 17:30:00 GMT", + "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/uk-59450988?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 11:13:14 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b323687824b3b291c301f2b2b7f69b0c", - "highlights": [] + "hash": "a9ef8265537aaef73f55c42ff30371f5" }, { - "title": "Throw Out This E. coli-Contaminated Beef, USDA Says", - "description": "

    Ground beef accounts for 46% of all retail beef consumption in the United States in 2020. You probably have some in your fridge right now. If that’s the case, you’re going to want to check the label to see if it’s part of a multi-state recall of ground beef products because of possible E. coli contamination. Here’s…

    Read more...

    ", - "content": "

    Ground beef accounts for 46% of all retail beef consumption in the United States in 2020. You probably have some in your fridge right now. If that’s the case, you’re going to want to check the label to see if it’s part of a multi-state recall of ground beef products because of possible E. coli contamination. Here’s…

    Read more...

    ", - "category": "beef", - "link": "https://lifehacker.com/throw-out-this-e-coli-contaminated-beef-usda-says-1848330845", - "creator": "Elizabeth Yuko", - "pubDate": "Mon, 10 Jan 2022 17:00:00 GMT", + "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-59421912?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 00:02:59 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "11717178dd434fc9b7b2f58cce245444", - "highlights": [] + "hash": "70f4878de88b66560201b929260010a6" }, { - "title": "These App Alternatives Are Faster Than Apple Music", - "description": "

    Every time you open the Music app on your iPhone, there’s a good chance that you’ll be staring at a loading icon for a lot longer than you’d like. Apple Music may be a great service for streaming and discovering music, but it iPhone app tends to be much slower and buggier than your expect from a flagship Apple product…

    Read more...

    ", - "content": "

    Every time you open the Music app on your iPhone, there’s a good chance that you’ll be staring at a loading icon for a lot longer than you’d like. Apple Music may be a great service for streaming and discovering music, but it iPhone app tends to be much slower and buggier than your expect from a flagship Apple product…

    Read more...

    ", - "category": "apple", - "link": "https://lifehacker.com/these-app-alternatives-are-faster-than-apple-music-1848330239", - "creator": "Pranay Parab", - "pubDate": "Mon, 10 Jan 2022 16:30:00 GMT", + "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-africa-59463879?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 14:46:29 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "81d10907cc8d7deebc51dcef1b5ba916", - "highlights": [] + "hash": "ea17b371b15070def872f5162345acbe" }, { - "title": "How to Clean and Restore Your Exposed Brick Interior", - "description": "

    Exposed brick walls can give your room a warm and rustic feel—but maintaining them can be more daunting than you might initially realize. You can bring them back to their former glory, though—or update them with some paint—by following these simple steps.

    Read more...

    ", - "content": "

    Exposed brick walls can give your room a warm and rustic feel—but maintaining them can be more daunting than you might initially realize. You can bring them back to their former glory, though—or update them with some paint—by following these simple steps.

    Read more...

    ", - "category": "building materials", - "link": "https://lifehacker.com/how-to-clean-and-restore-your-exposed-brick-interior-1848330060", - "creator": "Becca Lewis", - "pubDate": "Mon, 10 Jan 2022 16:00:00 GMT", + "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/technology-59465747?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 16:05:13 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6a29723acc18583a50fe633ae4a51fac", - "highlights": [] + "hash": "f291fcb08abc8ac8c1d213e12c3a3b07" }, { - "title": "Decorate Like a Golden Girl", - "description": "

    In honor of the late, great Betty White, why not take inspiration from her most iconic acting role and add some Golden Girls dazzle to your home? While we might not all have the fortitude (or the desire) to go full-on ‘80s Miami retiree, we can all take some pointers from their enthusiastic tropical flair. Here are…

    Read more...

    ", - "content": "

    In honor of the late, great Betty White, why not take inspiration from her most iconic acting role and add some Golden Girls dazzle to your home? While we might not all have the fortitude (or the desire) to go full-on ‘80s Miami retiree, we can all take some pointers from their enthusiastic tropical flair. Here are…

    Read more...

    ", - "category": "spanking", - "link": "https://lifehacker.com/decorate-like-a-golden-girl-1848330256", - "creator": "Becca Lewis", - "pubDate": "Mon, 10 Jan 2022 15:30:00 GMT", + "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-latin-america-59438437?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 05:01:20 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "47e3d22d1e3b4964b254627046e222d3", - "highlights": [] + "hash": "e7a2da79653117ad56ce7db2581d4154" }, { - "title": "How to Make Healthier Desserts That Don't Completely Suck", - "description": "

    Celebrations aren’t complete without dessert. Even on a normal day, dinner is just a little more special when you know there’s going to be cake. But the three things that make them downright irresistible are the same things we have to watch out for—fat, sugar, and carbs. What a glorious combo! Responsible for hundreds…

    Read more...

    ", - "content": "

    Celebrations aren’t complete without dessert. Even on a normal day, dinner is just a little more special when you know there’s going to be cake. But the three things that make them downright irresistible are the same things we have to watch out for—fat, sugar, and carbs. What a glorious combo! Responsible for hundreds…

    Read more...

    ", - "category": "desserts", - "link": "https://lifehacker.com/how-to-make-healthier-desserts-that-dont-completely-suc-1848323591", - "creator": "Allie Chanthorn Reinmann", - "pubDate": "Mon, 10 Jan 2022 15:00:00 GMT", + "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-latin-america-59446488?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 27 Nov 2021 16:36:43 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", - "read": false, + "feed": "BBC Worldwide", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "bf27fff8c5b9d3a9fb37a553646d265a", - "highlights": [] + "hash": "5f42177c1492a1ca604becaa5a61584c" }, { - "title": "What to Expect the First Time You Go to the Gym", - "description": "

    Your first day in the gym can be pretty intimidating. I remember spending a whole semester in one half of my university’s gym because the other room was, I don’t know, scary. And if you haven’t been to the gym in a while—or ever—you probably have questions. So let’s talk through the very, very basics.

    Read more...

    ", - "content": "

    Your first day in the gym can be pretty intimidating. I remember spending a whole semester in one half of my university’s gym because the other room was, I don’t know, scary. And if you haven’t been to the gym in a while—or ever—you probably have questions. So let’s talk through the very, very basics.

    Read more...

    ", - "category": "personal life", - "link": "https://lifehacker.com/what-to-expect-the-first-time-you-go-to-the-gym-1848315805", - "creator": "Beth Skwarecki", - "pubDate": "Mon, 10 Jan 2022 14:30:00 GMT", + "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-africa-59453842?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 20:40:37 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "79f29c61754922aad777cab7c76ca6d8", - "highlights": [] + "hash": "783c2d146070a86d145d4f8ed5a3cf61" }, { - "title": "The Airline Passenger Rights Everyone Should Know", - "description": "

    While airline travel is often frustrating, you don’t have to resign yourself to a completely miserable experience. As a passenger, you have certain rights set out by the U.S. Department of Transportation in the event of delays, cancellations and other unexpected situations. Here’s what you’re entitled to when you fly.

    Read more...

    ", - "content": "

    While airline travel is often frustrating, you don’t have to resign yourself to a completely miserable experience. As a passenger, you have certain rights set out by the U.S. Department of Transportation in the event of delays, cancellations and other unexpected situations. Here’s what you’re entitled to when you fly.

    Read more...

    ", - "category": "airline", - "link": "https://lifehacker.com/the-airline-passenger-rights-everyone-should-know-1848321073", - "creator": "Emily Long", - "pubDate": "Mon, 10 Jan 2022 14:00:00 GMT", + "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-us-canada-59455605?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 04:09:34 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f7565f867946d61e99798a064bee4cac", - "highlights": [] + "hash": "cc577ae88f5d28d41efbdda17a834e1b" }, { - "title": "Why You Should Think of Relaxing As a Skill, Not a Reward", - "description": "

    Everyone approaches relaxation in their own way: Some view having—and taking—the time to relax as their right, and something they prioritize. Others see it as something that must be earned, and is only taken after a particular amount of work, or certain tasks are accomplished (and no sooner). But what most approaches…

    Read more...

    ", - "content": "

    Everyone approaches relaxation in their own way: Some view having—and taking—the time to relax as their right, and something they prioritize. Others see it as something that must be earned, and is only taken after a particular amount of work, or certain tasks are accomplished (and no sooner). But what most approaches…

    Read more...

    ", - "category": "anatomy", - "link": "https://lifehacker.com/why-you-should-think-of-relaxing-as-a-skill-not-a-rewa-1848320119", - "creator": "Elizabeth Yuko", - "pubDate": "Mon, 10 Jan 2022 13:30:00 GMT", + "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-africa-59458460?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 10:35:25 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b5fede35a561d8710ee91c4a3c3dc323", - "highlights": [] + "hash": "0efce318fcb1f02c312c475955542539" }, { - "title": "Use These Organizations to Pick Up Furniture You Want to Get Rid Of", - "description": "

    It’s no coincidence that Marie Kondo’s show “Tidying Up” premiered on Netflix on January 1st. The year was 2019, and even though that feels like a different era, some people still start the new year with the urge to purge their home of clutter and unwanted items.

    Read more...

    ", - "content": "

    It’s no coincidence that Marie Kondo’s show “Tidying Up” premiered on Netflix on January 1st. The year was 2019, and even though that feels like a different era, some people still start the new year with the urge to purge their home of clutter and unwanted items.

    Read more...

    ", - "category": "charity shop", - "link": "https://lifehacker.com/use-these-organizations-to-pick-up-furniture-you-want-t-1848322183", - "creator": "Elizabeth Yuko", - "pubDate": "Sun, 09 Jan 2022 18:00:00 GMT", + "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-middle-east-59454243?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 21:09:23 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1c69d11611b1480b3c2a11e6dc13e59a", - "highlights": [] + "hash": "b01c88aa10dbc0a598460e8451846113" }, { - "title": "Here are Signs That Your Car May Not Be as Reliable as You Thought", - "description": "

    When buying a new car, it can be easy to get caught up in all the special features and amenities, or mentally calculating how much money you’re going to save, thanks to the vehicle’s superior gas mileage. But over time, both the excitement and that new-car smell wears off, and the most important feature becomes…

    Read more...

    ", - "content": "

    When buying a new car, it can be easy to get caught up in all the special features and amenities, or mentally calculating how much money you’re going to save, thanks to the vehicle’s superior gas mileage. But over time, both the excitement and that new-car smell wears off, and the most important feature becomes…

    Read more...

    ", - "category": "automobile accessory power", - "link": "https://lifehacker.com/here-are-signs-that-your-car-may-not-be-as-reliable-as-1848322138", - "creator": "Elizabeth Yuko", - "pubDate": "Sun, 09 Jan 2022 16:15:00 GMT", + "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/news/business-59456143?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 06:39:59 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a276665526b01e1b368768e51d6f5ca6", - "highlights": [] + "hash": "f07ff87145a489543aa01d6f79f1a7a4" }, { - "title": "Fill the Holes in Your Heart With Free Food From Wendy's All Month", - "description": "

    It’s a new year, but so far it’s looking pretty similar to 2021. And 2020.

    Read more...

    ", - "content": "

    It’s a new year, but so far it’s looking pretty similar to 2021. And 2020.

    Read more...

    ", - "category": "wendys", - "link": "https://lifehacker.com/fill-the-holes-in-your-heart-with-free-food-from-wendys-1848322161", - "creator": "Elizabeth Yuko", - "pubDate": "Sun, 09 Jan 2022 14:00:00 GMT", + "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/world-us-canada-59455382?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 20:24:48 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5d0de403ca9f1dfd897c0ccbc96862ca", - "highlights": [] + "hash": "576b74b712b87c53014cbe6993074693" }, { - "title": "How Cold is 'Cold' for a Dog?", - "description": "

    Winter may not be everyone’s favorite season, but it does produce some of the best (or at least cutest) content on the internet: Videos of puppies playing in the snow. But a quick romp in fresh powder is one thing—what about staying outside or longer periods of time?

    Read more...

    ", - "content": "

    Winter may not be everyone’s favorite season, but it does produce some of the best (or at least cutest) content on the internet: Videos of puppies playing in the snow. But a quick romp in fresh powder is one thing—what about staying outside or longer periods of time?

    Read more...

    ", - "category": "peruvian hairless dog", - "link": "https://lifehacker.com/how-cold-is-cold-for-a-dog-1848322110", - "creator": "Elizabeth Yuko", - "pubDate": "Sat, 08 Jan 2022 18:00:00 GMT", + "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/uk-59450988?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 11:13:14 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9c3cfcbb46bffacf9f8ae7a75f90e998", - "highlights": [] + "hash": "03f099d08d42a6e4f19c37ca1dd2dd63" }, { - "title": "These Are the 'Optimal' Winter Thermostat Settings for the Lowest Energy Bills", - "description": "

    With winter setting in across the country, and the COVID-19 pandemic still going strong, it looks like we’ll be spending a lot of time indoors for the next few months. Though it can be tempting to crank up the thermostat inside your home when it’s cold outside, doing so on a regular basis throughout an entire season…

    Read more...

    ", - "content": "

    With winter setting in across the country, and the COVID-19 pandemic still going strong, it looks like we’ll be spending a lot of time indoors for the next few months. Though it can be tempting to crank up the thermostat inside your home when it’s cold outside, doing so on a regular basis throughout an entire season…

    Read more...

    ", - "category": "thermostat", - "link": "https://lifehacker.com/these-are-the-optimal-winter-thermostat-settings-for-th-1848322093", - "creator": "Elizabeth Yuko", - "pubDate": "Sat, 08 Jan 2022 16:00:00 GMT", + "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-europe-59454135?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 19:31:57 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "598a8007e3c217b84ea9f72cf578cbeb", - "highlights": [] + "hash": "0b8057ef7659db8e2391fe1c88a39f43" }, { - "title": "How to Take Winter Photos That Aren't White and Blurry (Unless That's the Point)", - "description": "

    Capturing the natural beauty of a snowy winter day seems like it would be fairly straightforward, but it’s (usually) not as simple as grabbing your phone or camera, heading outside, and immediately getting the perfect shot.

    Read more...

    ", - "content": "

    Capturing the natural beauty of a snowy winter day seems like it would be fairly straightforward, but it’s (usually) not as simple as grabbing your phone or camera, heading outside, and immediately getting the perfect shot.

    Read more...

    ", - "category": "nature", - "link": "https://lifehacker.com/how-to-take-winter-photos-that-arent-white-and-blurry-1848322056", - "creator": "Elizabeth Yuko", - "pubDate": "Sat, 08 Jan 2022 14:00:00 GMT", + "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-africa-59450598?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 13:24:50 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a3744292e31e6959c8113477fdaf3fb3", - "highlights": [] + "hash": "01c4bd7e9731fd76e2e88b753ef71012" }, { - "title": "What to Do If You Get Trapped in Your Car During a Snowstorm", - "description": "

    There is likely to be a lot more erratic weather in our climate-changed future—more storms, more droughts, and more drivers stuck in their cars in horrendous blizzards, like hundreds of motorists in Virginia were this week. It’s probably too late to do much about climate change, but you can at least be prepared for…

    Read more...

    ", - "content": "

    There is likely to be a lot more erratic weather in our climate-changed future—more storms, more droughts, and more drivers stuck in their cars in horrendous blizzards, like hundreds of motorists in Virginia were this week. It’s probably too late to do much about climate change, but you can at least be prepared for…

    Read more...

    ", - "category": "winter storm", - "link": "https://lifehacker.com/what-to-do-if-you-get-trapped-in-your-car-during-a-snow-1848322696", - "creator": "Stephen Johnson", - "pubDate": "Fri, 07 Jan 2022 20:30:00 GMT", + "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-australia-59450174?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 11:52:04 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9e854d176fdfac7c3cdde83f8c2e743b", - "highlights": [] + "hash": "2bdf1cf239bacbea5df8365430a92072" }, { - "title": "What Is 'Flurona,' and Should We Be Worried About It?", - "description": "

    COVID-19 and the flu are both respiratory viruses that can be anywhere from annoying to life-threatening, and public health experts have been worried about what might happen if both become widespread at the same time (the dreaded “twindemic”). Besides their individual tolls on the healthcare system, there’s also the…

    Read more...

    ", - "content": "

    COVID-19 and the flu are both respiratory viruses that can be anywhere from annoying to life-threatening, and public health experts have been worried about what might happen if both become widespread at the same time (the dreaded “twindemic”). Besides their individual tolls on the healthcare system, there’s also the…

    Read more...

    ", - "category": "virus", - "link": "https://lifehacker.com/what-is-flurona-and-should-we-be-worried-about-it-1848320894", - "creator": "Beth Skwarecki", - "pubDate": "Fri, 07 Jan 2022 20:00:00 GMT", + "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-europe-59434553?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 27 Nov 2021 00:29:18 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "31942427fa63f61cfa4856cd5ceebaaa", - "highlights": [] + "hash": "143a58d8aee14a662419f388cef65318" }, { - "title": "Meme Coins, DeFi, and Other Crypto Buzzwords You Need to Know by Now", - "description": "

    You could get away with not knowing much about cryptocurrency in 2021, but it’s a new year, and with the crypto market now worth $3 trillion, you’ve got no excuse not to become crypto-literate. Here are some of the year’s biggest buzzwords you should know—and a couple less-new ones to make this brave new monetary…

    Read more...

    ", - "content": "

    You could get away with not knowing much about cryptocurrency in 2021, but it’s a new year, and with the crypto market now worth $3 trillion, you’ve got no excuse not to become crypto-literate. Here are some of the year’s biggest buzzwords you should know—and a couple less-new ones to make this brave new monetary…

    Read more...

    ", - "category": "solana", - "link": "https://lifehacker.com/meme-coins-defi-and-other-crypto-buzzwords-you-need-t-1848320770", - "creator": "Sarah Showfety", - "pubDate": "Fri, 07 Jan 2022 19:30:00 GMT", + "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-europe-59451103?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 19:02:29 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "db4c6acc7c3f7c71c099e71728e9569e", - "highlights": [] + "hash": "b274c25ce173282614b549eaa30d9ec7" }, { - "title": "How to 'Come Out' As an Atheist Without Destroying Your Relationships", - "description": "

    There are a lot of reasons you might prefer to keep your religious beliefs—or lack thereof—to yourself. In a society that typically defaults to faith of some kind, it can be feel daunting to “come out” as a non-believer. Atheists can sometimes be stereotyped as jerks who want to debate or discount other people’s…

    Read more...

    ", - "content": "

    There are a lot of reasons you might prefer to keep your religious beliefs—or lack thereof—to yourself. In a society that typically defaults to faith of some kind, it can be feel daunting to “come out” as a non-believer. Atheists can sometimes be stereotyped as jerks who want to debate or discount other people’s…

    Read more...

    ", - "category": "skepticism", - "link": "https://lifehacker.com/how-to-come-out-as-an-atheist-without-destroying-your-r-1848313516", - "creator": "Meredith Dietz", - "pubDate": "Fri, 07 Jan 2022 19:00:00 GMT", + "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-59452651?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 15:47:00 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1172b622002dc93c67e152522fc82063", - "highlights": [] + "hash": "670520c9288986d7c3f2ab09c81018f7" }, { - "title": "Why Finder Won't Let You Eject Disk Images (and How to Fix It)", - "description": "

    It’s frustrating when your computer doesn’t do what you ask. If you no longer need a disk image connected to your Mac, and you go to eject it, it can be frustrating to be met with an error: “The disk couldn’t be ejected because the Finder is using it.” Using it for what? 

    Read more...

    ", - "content": "

    It’s frustrating when your computer doesn’t do what you ask. If you no longer need a disk image connected to your Mac, and you go to eject it, it can be frustrating to be met with an error: “The disk couldn’t be ejected because the Finder is using it.” Using it for what? 

    Read more...

    ", - "category": "finder", - "link": "https://lifehacker.com/why-finder-wont-let-you-eject-disk-images-and-how-to-f-1848320523", - "creator": "Jake Peterson", - "pubDate": "Fri, 07 Jan 2022 18:00:00 GMT", + "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-europe-59452646?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 14:09:01 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5ea18b8688d43ba0608d018bfebc1a7b", - "highlights": [] + "hash": "79525bfcafd2cba074753cdbfaee9ed6" }, { - "title": "You Can Finally Stream All of the Olympics Without a Cable Subscription", - "description": "

    Didn’t we just have an Olympics? Yes—but the 2020 Summer Games were booted into 2021 by COVID, so we’re back here again already. The 2022 Beijing Winter Olympics (or the Second Global Pandemic Games, if you prefer a bit of post-apocalyptic flair) kick off on Friday, Feb. 4 and run through Sunday, Feb. 20, and are set…

    Read more...

    ", - "content": "

    Didn’t we just have an Olympics? Yes—but the 2020 Summer Games were booted into 2021 by COVID, so we’re back here again already. The 2022 Beijing Winter Olympics (or the Second Global Pandemic Games, if you prefer a bit of post-apocalyptic flair) kick off on Friday, Feb. 4 and run through Sunday, Feb. 20, and are set…

    Read more...

    ", - "category": "the olympics", - "link": "https://lifehacker.com/you-can-finally-stream-all-of-the-olympics-without-a-ca-1848321129", - "creator": "Meredith Dietz", - "pubDate": "Fri, 07 Jan 2022 17:30:00 GMT", + "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-middle-east-59448547?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 07:50:05 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a3658ff4b95e90219719b70fe0f2656b", - "highlights": [] + "hash": "e26dff097a16fe907e87b34e71da900b" }, { - "title": "11 Facts That Will Curb Your Fear of Flying, Once and for All", - "description": "

    In a country that seems more divided than ever, Americans remain united on one subject: Air travel sucks. From the ever-shrinking legroom to the ever-growing list of fees for basic amenities, it’s a deeply unpleasant experience. But another reason we all despise air travel so much: fear.

    Read more...

    ", - "content": "

    In a country that seems more divided than ever, Americans remain united on one subject: Air travel sucks. From the ever-shrinking legroom to the ever-growing list of fees for basic amenities, it’s a deeply unpleasant experience. But another reason we all despise air travel so much: fear.

    Read more...

    ", - "category": "planes", - "link": "https://lifehacker.com/11-facts-that-will-curb-your-fear-of-flying-once-and-f-1848320513", - "creator": "Jeff Somers", - "pubDate": "Fri, 07 Jan 2022 17:00:00 GMT", + "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/world-europe-59380745?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 15:57:25 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "75969292777a811dd445f61747fcffa1", - "highlights": [] + "hash": "088217b0d34f59725d1ba921d7b5c97f" }, { - "title": "The Out-of-Touch Adults' Guide To Kid Culture: Why Is Twee Back in Fashion?", - "description": "

    Young people are all over the place this week, recreating the meals on doomed ocean liners, eating Oreos with mustard, and getting all twee with each other. Here’s everything you should know about.

    Read more...

    ", - "content": "

    Young people are all over the place this week, recreating the meals on doomed ocean liners, eating Oreos with mustard, and getting all twee with each other. Here’s everything you should know about.

    Read more...

    ", - "category": "culture", - "link": "https://lifehacker.com/the-out-of-touch-adults-guide-to-kid-culture-why-is-tw-1848318777", - "creator": "Stephen Johnson", - "pubDate": "Fri, 07 Jan 2022 16:00:00 GMT", + "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/world-europe-59444335?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 08:28:29 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f49a2e36f5dbdfe6d695b2fe1c779a5b", - "highlights": [] + "hash": "bfa1db2e9e98a611b9ea7bae6db06b7a" }, { - "title": "16 Movies About Climbing Back From Rock Bottom", - "description": "

    These days I’m perfectly content to take inspiration from wherever it comes. It’s probably an exaggeration to suggest that the human race has reached rock bottom (I wouldn’t care to see what that looks like), but a scan of the news or even a look out the window can certainly invite the thought. In short, it’s…

    Read more...

    ", - "content": "

    These days I’m perfectly content to take inspiration from wherever it comes. It’s probably an exaggeration to suggest that the human race has reached rock bottom (I wouldn’t care to see what that looks like), but a scan of the news or even a look out the window can certainly invite the thought. In short, it’s…

    Read more...

    ", - "category": "mark renton", - "link": "https://lifehacker.com/16-movies-about-climbing-back-from-rock-bottom-1848277465", - "creator": "Ross Johnson", - "pubDate": "Fri, 07 Jan 2022 15:30:00 GMT", + "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/uk-northern-ireland-59429216?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 00:04:49 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "05881634b3d33159fc3301c823125474", - "highlights": [] + "hash": "5b0b663a8b3641bde1abc782ea7cc98f" }, { - "title": "Use This App to Solve the Biggest Problem With Apple Reminders", - "description": "

    The Reminders app keeps growing on us. With the latest iOS 15 update, you now have access to tags and smart lists, which makes it possible to use it as a movie or reading list tracker.

    Read more...

    ", - "content": "

    The Reminders app keeps growing on us. With the latest iOS 15 update, you now have access to tags and smart lists, which makes it possible to use it as a movie or reading list tracker.

    Read more...

    ", - "category": "apple", - "link": "https://lifehacker.com/use-this-app-to-solve-the-biggest-problem-with-apple-re-1848319244", - "creator": "Khamosh Pathak", - "pubDate": "Fri, 07 Jan 2022 15:00:00 GMT", + "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/world-middle-east-59262086?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 00:10:06 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "31cad39ddce7792b26e8a79696bc1b83", - "highlights": [] + "hash": "45e34168c2efb625147b9412cf36ba0d" }, { - "title": "How to Keep Inflation From Ruining Your Home Improvement Plans", - "description": "

    Home improvement projects have become increasingly popular—but the same thing that’s driving their increased demand is also causing prices to rise. Not only do materials cost more now, appliances and labor do, too. You might still be able to squeak in that kitchen upgrade or home office retrofit, though, if you follow…

    Read more...

    ", - "content": "

    Home improvement projects have become increasingly popular—but the same thing that’s driving their increased demand is also causing prices to rise. Not only do materials cost more now, appliances and labor do, too. You might still be able to squeak in that kitchen upgrade or home office retrofit, though, if you follow…

    Read more...

    ", - "category": "inflation", - "link": "https://lifehacker.com/how-to-keep-inflation-from-ruining-your-home-improvemen-1848319022", - "creator": "Becca Lewis", - "pubDate": "Fri, 07 Jan 2022 14:30:00 GMT", + "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/in-pictures-59407041?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 00:05:48 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a994aa53dad863b0f6dd646996d4273e", - "highlights": [] + "hash": "1465888d2196b2e50c19648a0d80eecc" }, { - "title": "The Most Popular Places on Zillow to Fantasize About a Home You Can't Afford", - "description": "

    Many of us have spent a portion of our free time over the last two years looking at home listings online—first with aspirations of getting outside of our current four walls, and then out of desperation over the out-of-control real estate market.

    Read more...

    ", - "content": "

    Many of us have spent a portion of our free time over the last two years looking at home listings online—first with aspirations of getting outside of our current four walls, and then out of desperation over the out-of-control real estate market.

    Read more...

    ", - "category": "zillow", - "link": "https://lifehacker.com/the-most-popular-places-on-zillow-to-fantasize-about-a-1848317022", - "creator": "Emily Long", - "pubDate": "Fri, 07 Jan 2022 14:00:00 GMT", + "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/world-africa-59134040?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 00:20:14 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3aca375d3675ec47800ebac8eab754d2", - "highlights": [] + "hash": "896837053aef45ec5d2ee5d95123e2fc" }, { - "title": "Why You Should Prep Your Garnishes Before You Start Cooking", - "description": "

    Let me paint you a picture: You’re cooking breakfast. Today, you’ve decided to make soft scrambled eggs in brown butter. You plan to finish this scramble with a healthy handful of finely sliced chives, or maybe green onion if you’re out of chives. You will eat the eggs with toast.

    Read more...

    ", - "content": "

    Let me paint you a picture: You’re cooking breakfast. Today, you’ve decided to make soft scrambled eggs in brown butter. You plan to finish this scramble with a healthy handful of finely sliced chives, or maybe green onion if you’re out of chives. You will eat the eggs with toast.

    Read more...

    ", - "category": "garnishes", - "link": "https://lifehacker.com/why-you-should-prep-your-garnishes-before-you-start-coo-1848315688", - "creator": "Claire Lower", - "pubDate": "Fri, 07 Jan 2022 13:30:00 GMT", + "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-europe-59442534?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 27 Nov 2021 07:58:27 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "db6148c830d85817d686b3b0397da0f2", - "highlights": [] + "hash": "9793984e5d8d1b3a966b0ab4c6984032" }, { - "title": "What to Do With All Your Sentimental Crap", - "description": "

    If you live anywhere long enough—or you simply skew towards the nostalgic—it’s easy to accumulate a staggering array of sentimental items, aka clutter. You may not want to let go of tickets stubs, old meaningful letters, or the shirt you wore on your first date with your spouse. Because hey, one day, you might want to…

    Read more...

    ", - "content": "

    If you live anywhere long enough—or you simply skew towards the nostalgic—it’s easy to accumulate a staggering array of sentimental items, aka clutter. You may not want to let go of tickets stubs, old meaningful letters, or the shirt you wore on your first date with your spouse. Because hey, one day, you might want to…

    Read more...

    ", - "category": "obsessivecompulsive disorder", - "link": "https://lifehacker.com/what-to-do-with-all-your-sentimental-crap-1848316582", - "creator": "Sarah Showfety", - "pubDate": "Thu, 06 Jan 2022 22:30:00 GMT", + "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-europe-59448525?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 05:46:58 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "db1c3142a20a095d11edbd7dc0ce1e0e", - "highlights": [] + "hash": "e26bc873520119713697817f681555db" }, { - "title": "14 Movies That Prove Not All January Releases Are Trash", - "description": "

    January is Hollywood’s “dump month,” when studios release misfit movies that aren’t worthy of Summer blockbuster season and aren’t good enough for December’s award-eligibility season—movies that seemed like a good idea at the time, which, once finished, they’d rather forget.

    January is where they drop off these…

    Read more...

    ", - "content": "

    January is Hollywood’s “dump month,” when studios release misfit movies that aren’t worthy of Summer blockbuster season and aren’t good enough for December’s award-eligibility season—movies that seemed like a good idea at the time, which, once finished, they’d rather forget.

    January is where they drop off these…

    Read more...

    ", - "category": "redbox", - "link": "https://lifehacker.com/14-movies-that-prove-not-all-january-releases-are-trash-1848314791", - "creator": "Stephen Johnson", - "pubDate": "Thu, 06 Jan 2022 22:00:00 GMT", + "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-latin-america-59446944?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 00:11:55 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "03a65f1b22b2a79992cab2779d5dc0d8", - "highlights": [] + "hash": "3f2aac8fa9eb1db5a2c9ff4695eeea20" }, { - "title": "35 Movies Everyone Will See This Year", - "description": "

    Twenty-twenty-two was supposed to be the year that everything got back on track. When we’d all return to our normal lives and finally head back to a chilly cinema to watch that Top Gun sequel that has been sitting on the shelf for three years. Yessir. 2022, when it was all going to happen.

    Read more...

    ", - "content": "

    Twenty-twenty-two was supposed to be the year that everything got back on track. When we’d all return to our normal lives and finally head back to a chilly cinema to watch that Top Gun sequel that has been sitting on the shelf for three years. Yessir. 2022, when it was all going to happen.

    Read more...

    ", - "category": "the bubble", - "link": "https://lifehacker.com/35-movies-everyone-will-see-this-year-1848310278", - "creator": "Ross Johnson", - "pubDate": "Thu, 06 Jan 2022 20:00:00 GMT", + "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-asia-59450168?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 08:45:34 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b935f01a36f83e81e6ca0390a7a57481", - "highlights": [] + "hash": "a15107627503dc9115bdef37cea8ae11" }, { - "title": "10 Ways You're Annoying the Hell Out of Your Neighbors Without Realizing It", - "description": "

    Living in a neighborhood can be a pleasant experience of convivial support, backyard barbecues, and lasting memories. Or it can be a years-long exercise in weakening patience and muted rage. (Or something in between.) To have the best chance of co-existing harmoniously with your street-mates, watch out for these…

    Read more...

    ", - "content": "

    Living in a neighborhood can be a pleasant experience of convivial support, backyard barbecues, and lasting memories. Or it can be a years-long exercise in weakening patience and muted rage. (Or something in between.) To have the best chance of co-existing harmoniously with your street-mates, watch out for these…

    Read more...

    ", - "category": "neighbors", - "link": "https://lifehacker.com/10-ways-youre-annoying-the-hell-out-of-your-neighbors-w-1848314337", - "creator": "Sarah Showfety", - "pubDate": "Thu, 06 Jan 2022 19:30:00 GMT", + "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-asia-india-59344606?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 00:14:06 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "61bf710afdbe92dd7c41e3ec9927d19d", - "highlights": [] + "hash": "fadb6eb24bad6add6f0285e5b3ba4e2b" }, { - "title": "Here’s When to Get Your Older Kids Their Booster Shot", - "description": "

    Teenagers are now eligible for booster doses of their COVID-19 vaccine, the CDC has announced. Until now, boosters were only for adults aged 18 and up. Children with weakened immune systems can now also get a third primary dose, even if they are not old enough for a booster.

    Read more...

    ", - "content": "

    Teenagers are now eligible for booster doses of their COVID-19 vaccine, the CDC has announced. Until now, boosters were only for adults aged 18 and up. Children with weakened immune systems can now also get a third primary dose, even if they are not old enough for a booster.

    Read more...

    ", - "category": "moderna", - "link": "https://lifehacker.com/here-s-when-to-get-your-older-kids-their-booster-shot-1848313883", - "creator": "Beth Skwarecki", - "pubDate": "Thu, 06 Jan 2022 19:00:00 GMT", + "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-59380745?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 27 Nov 2021 00:28:03 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "48f3ff3bddd5ee8f5513a953bfa062ee", - "highlights": [] + "hash": "22836291089ac1c36009d00f39e387db" }, { - "title": "The Right Way to Use a Scale to Track What You Eat", - "description": "

    Tracking the calories and macronutrients in the food you eat can help you reach your nutrition-related goals, from weight loss, to weight gain, to trying to get a better handle on your intake of protein and vitamins. To gauge this information accurately, you’ll want to get a food scale. But then what?

    Read more...

    ", - "content": "

    Tracking the calories and macronutrients in the food you eat can help you reach your nutrition-related goals, from weight loss, to weight gain, to trying to get a better handle on your intake of protein and vitamins. To gauge this information accurately, you’ll want to get a food scale. But then what?

    Read more...

    ", - "category": "right way", - "link": "https://lifehacker.com/the-right-way-to-use-a-scale-to-track-what-you-eat-1848314496", - "creator": "Beth Skwarecki", - "pubDate": "Thu, 06 Jan 2022 18:35:55 GMT", + "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-africa-59443521?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 27 Nov 2021 15:24:27 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "15947e48901684652a39ca84b167ee9e", - "highlights": [] + "hash": "d7a487b2b3df28e63c1896fc94974e60" }, { - "title": "The Easiest Way to Test (and Use Up) Your Old Spices", - "description": "

    January is usually a month of purging, consolidating, and cleaning, but this January seems particularly suited to it. Omicron is infecting nearly everyone I know, and the weather is terrible—there isn’t much reason to leave the house; might as well clean it.

    Read more...

    ", - "content": "

    January is usually a month of purging, consolidating, and cleaning, but this January seems particularly suited to it. Omicron is infecting nearly everyone I know, and the weather is terrible—there isn’t much reason to leave the house; might as well clean it.

    Read more...

    ", - "category": "spices", - "link": "https://lifehacker.com/the-easiest-way-to-test-and-use-up-your-old-spices-1848311310", - "creator": "Claire Lower", - "pubDate": "Thu, 06 Jan 2022 18:00:00 GMT", + "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/entertainment-arts-59440642?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 27 Nov 2021 01:50:26 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "583d5be37e4154dabd672bc28ece2e96", - "highlights": [] + "hash": "da7b2ac656aa3b25a7f312fa15cab46b" }, { - "title": "Don't Give Up Your Right to Sue Google", - "description": "

    No company wants to be sued. Since lawsuits can be common for large companies, especially large tech companies, it makes sense that these organizations create strategies to reduce their chances of being sued in the first place. But when those tactics are subtle, scummy, and anti-consumer, as is apparently the case…

    Read more...

    ", - "content": "

    No company wants to be sued. Since lawsuits can be common for large companies, especially large tech companies, it makes sense that these organizations create strategies to reduce their chances of being sued in the first place. But when those tactics are subtle, scummy, and anti-consumer, as is apparently the case…

    Read more...

    ", - "category": "google", - "link": "https://lifehacker.com/dont-give-up-your-right-to-sue-google-1848313515", - "creator": "Jake Peterson", - "pubDate": "Thu, 06 Jan 2022 17:30:00 GMT", + "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-59442129?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 27 Nov 2021 12:55:07 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "70bb939e25f878837b0290a96eeae6a5", - "highlights": [] + "hash": "1f016e45f03e7bf4d6552172ad7185ec" }, { - "title": "Why Your Liver Needs a Break Every Once in a While", - "description": "

    If you’re trying a Dry January, it’s probably starting to get hard. It can help to think about some of the reasons why it’s good to give your liver a break every once in a while.

    Read more...

    ", - "content": "

    If you’re trying a Dry January, it’s probably starting to get hard. It can help to think about some of the reasons why it’s good to give your liver a break every once in a while.

    Read more...

    ", - "category": "liver", - "link": "https://lifehacker.com/why-your-liver-needs-a-break-every-once-in-a-while-1848312163", - "creator": "Rachel Fairbank", - "pubDate": "Thu, 06 Jan 2022 17:00:00 GMT", + "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-us-canada-59409447?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 00:24:59 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6f42c1483436f18b4e10ccd4fc8bf858", - "highlights": [] + "hash": "55e788a85dd719e6e9a7204ea7b2dc7a" }, { - "title": "12 Ways You Are Making Your House Look Cheap and Tacky", - "description": "

    It’s good to make your home feel like you, but there are also a slew of decorating choices that will make the place look chintzy, basic, or even plain creepy. If you’re going for that kind of vibe, fine. If not, consider changing any of the following decor-don’ts that are a part of your home.

    Read more...

    ", - "content": "

    It’s good to make your home feel like you, but there are also a slew of decorating choices that will make the place look chintzy, basic, or even plain creepy. If you’re going for that kind of vibe, fine. If not, consider changing any of the following decor-don’ts that are a part of your home.

    Read more...

    ", - "category": "ikea", - "link": "https://lifehacker.com/12-ways-you-are-making-your-house-look-cheap-and-tacky-1848310718", - "creator": "Stephen Johnson", - "pubDate": "Thu, 06 Jan 2022 16:30:00 GMT", + "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-59421913?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 23:46:38 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9cacd3fc7eb340d08981288dde11858b", - "highlights": [] + "hash": "7b52c45ae9941f1048618b8bca355665" }, { - "title": "Where to Find the Best Local Gardening, Home Repair, or Woodworking Workshops", - "description": "

    If you’re new to gardening or woodworking—or if you just want to update your refinishing skills—a workshop or adult camp might be for you. Get some hands-on experience and some pro tips in one of these beginner courses for adults.

    Read more...

    ", - "content": "

    If you’re new to gardening or woodworking—or if you just want to update your refinishing skills—a workshop or adult camp might be for you. Get some hands-on experience and some pro tips in one of these beginner courses for adults.

    Read more...

    ", - "category": "gardening", - "link": "https://lifehacker.com/where-to-find-the-best-local-gardening-home-repair-or-1848312050", - "creator": "Becca Lewis", - "pubDate": "Thu, 06 Jan 2022 16:00:00 GMT", + "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-africa-59424084?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 23:12:38 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2b08f91940e5c73b5b3a3c09332b809f", - "highlights": [] + "hash": "967887f4a9938be6f54efe2ed850b604" }, { - "title": "How to Find Anyone on the Internet for Free", - "description": "

    We live in the most connected time in history. We can collaborate with people who live thousands of miles away, virtually visit places without leaving the comfort of our homes, and we can—with varying results—express our every thought to the entire world.

    Read more...

    ", - "content": "

    We live in the most connected time in history. We can collaborate with people who live thousands of miles away, virtually visit places without leaving the comfort of our homes, and we can—with varying results—express our every thought to the entire world.

    Read more...

    ", - "category": "information privacy", - "link": "https://lifehacker.com/how-to-find-anyone-on-the-internet-for-free-1848312948", - "creator": "Jeff Somers", - "pubDate": "Thu, 06 Jan 2022 15:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "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-europe-59439533?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 27 Nov 2021 13:40:38 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", - "read": false, + "feed": "BBC Worldwide", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "2b2d82a8d4511d586df21d971bd304a2", - "highlights": [] + "hash": "af22e472c902ffbc1c8d9a915670445d" }, { - "title": "Your Apple Music Needs 'Smart' Playlists", - "description": "

    Apple Music’s curated playlists are good enough for many people, but they can’t compare to a customized playlist built to suit your tastes. Even better, there are ways to mix, match, and combine multiple Apple Music playlists to create a mammoth list of tracks to suit any mood. You can also define certain rules, such…

    Read more...

    ", - "content": "

    Apple Music’s curated playlists are good enough for many people, but they can’t compare to a customized playlist built to suit your tastes. Even better, there are ways to mix, match, and combine multiple Apple Music playlists to create a mammoth list of tracks to suit any mood. You can also define certain rules, such…

    Read more...

    ", - "category": "smart", - "link": "https://lifehacker.com/your-apple-music-needs-smart-playlists-1848312556", - "creator": "Pranay Parab", - "pubDate": "Thu, 06 Jan 2022 15:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "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-asia-china-59443519?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 27 Nov 2021 10:44:08 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "82002c39fa17a5febd0dc5670d145926", - "highlights": [] + "hash": "76ff9312cab5c53795f3d84dd10221c0" }, { - "title": "How to Feel Warmer If You're Always Cold", - "description": "

    Cold weather is officially here (at least, it is in areas that typically get cold this time of year.) (I’m not talking about southern California.) (I am never talking about southern California.)

    Read more...

    ", - "content": "

    Cold weather is officially here (at least, it is in areas that typically get cold this time of year.) (I’m not talking about southern California.) (I am never talking about southern California.)

    Read more...

    ", - "category": "nature", - "link": "https://lifehacker.com/how-to-feel-warmer-if-youre-always-cold-1848310457", - "creator": "Meredith Dietz", - "pubDate": "Thu, 06 Jan 2022 14:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "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-europe-59442149?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 27 Nov 2021 10:38:46 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b116a219062b731768c7a95130f2c541", - "highlights": [] + "hash": "81d4b882b4b9b5edb2a9522561f2d0b7" }, { - "title": "How to Master (or Cheat at) Wordle, the Internet's Favorite Word Game of 2022", - "description": "

    The internet loves two things: A fresh trend, and word games. Wordle is both, and even has a love story in the mix. On Sunday, the second day of 2022, the online word game went viral and was played by more than 300,000 people.

    Read more...

    ", - "content": "

    The internet loves two things: A fresh trend, and word games. Wordle is both, and even has a love story in the mix. On Sunday, the second day of 2022, the online word game went viral and was played by more than 300,000 people.

    Read more...

    ", - "category": "wordle", - "link": "https://lifehacker.com/how-to-master-or-cheat-at-wordle-the-internets-favor-1848312354", - "creator": "Khamosh Pathak", - "pubDate": "Thu, 06 Jan 2022 14:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "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-asia-india-59428011?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 27 Nov 2021 00:59:15 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c9c6b71624e109193517d3cfd0f4edf6", - "highlights": [] + "hash": "f2b051704b9d1ac556deb2e16ba07c15" }, { - "title": "How to Stream the 2022 CES Conference", - "description": "

    CES 2022 is here, running from Jan. 5 to Jan. 7 —with a few notable names opting out of the in-person shows. If you didn’t snag a ticket but still want to experience it, though, you’re in luck. There are plenty of ways to livestream it this year.

    Read more...

    ", - "content": "

    CES 2022 is here, running from Jan. 5 to Jan. 7 —with a few notable names opting out of the in-person shows. If you didn’t snag a ticket but still want to experience it, though, you’re in luck. There are plenty of ways to livestream it this year.

    Read more...

    ", - "category": "consumer electronics", - "link": "https://lifehacker.com/how-to-stream-the-2022-ces-conference-1848310180", - "creator": "Shannon Flynn", - "pubDate": "Thu, 06 Jan 2022 13:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "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/59390968?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 27 Nov 2021 00:56:09 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1bac394833db3383cffab6c4dc5b6a26", - "highlights": [] + "hash": "879f31984baa0497cbb76859b20ad61b" }, { - "title": "‘Cage-Free’ Is Basically Meaningless, and Other Lies Your Egg Carton Is Telling You", - "description": "

    Eggs are both simple and complex. They’re one of the easiest foods you can learn how to cook, but can be prepared in a seemingly endless amount of interesting and complex ways. From a chemical perspective, they are absolutely bonkers, packed with all sorts of proteins, lipids, carbohydrates, and (some) minerals. And,…

    Read more...

    ", - "content": "

    Eggs are both simple and complex. They’re one of the easiest foods you can learn how to cook, but can be prepared in a seemingly endless amount of interesting and complex ways. From a chemical perspective, they are absolutely bonkers, packed with all sorts of proteins, lipids, carbohydrates, and (some) minerals. And,…

    Read more...

    ", - "category": "free range", - "link": "https://lifehacker.com/cage-free-is-basically-meaningless-and-other-lies-yo-1848308957", - "creator": "Claire Lower", - "pubDate": "Thu, 06 Jan 2022 13:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "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-africa-59383324?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 27 Nov 2021 00:53:13 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "305569aa64c07f77fd40f72d82e7ad9e", - "highlights": [] + "hash": "f41aa3e1842f332eb9c2d8b1079a6066" }, { - "title": "How to Keep Mice From Hiding in Your Oven", - "description": "

    If you find yourself unwillingly hosting scratchy, scurrying vermin in your kitchen—and you’re pretty sure you hear them rattling around in your stove and oven—you’re not alone. Mice are attracted to the warmth of the pilot light and plentiful crumbs and leftover food scraps in and around your oven. Here’s how you can…

    Read more...

    ", - "content": "

    If you find yourself unwillingly hosting scratchy, scurrying vermin in your kitchen—and you’re pretty sure you hear them rattling around in your stove and oven—you’re not alone. Mice are attracted to the warmth of the pilot light and plentiful crumbs and leftover food scraps in and around your oven. Here’s how you can…

    Read more...

    ", - "category": "mice", - "link": "https://lifehacker.com/how-to-keep-mice-from-hiding-in-your-oven-1848309633", - "creator": "Sarah Showfety", - "pubDate": "Wed, 05 Jan 2022 22:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "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-asia-china-59430731?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 27 Nov 2021 00:49:07 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2ecd592baabc9f147688235b98ec727d", - "highlights": [] + "hash": "4bb814376f15e8b2db20fcbf6496cdf9" }, { - "title": "Which Direction Do You Face in the Squat Rack?", - "description": "

    There’s a right and a wrong direction to face when you’re squatting.

    Read more...

    ", - "content": "

    There’s a right and a wrong direction to face when you’re squatting.

    Read more...

    ", - "category": "squat", - "link": "https://lifehacker.com/which-direction-do-you-face-in-the-squat-rack-1848309954", - "creator": "Beth Skwarecki", - "pubDate": "Wed, 05 Jan 2022 22:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "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-europe-59415885?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 27 Nov 2021 00:44:35 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5690bef55bf9ca2433397d144eea1a80", - "highlights": [] + "hash": "36b600742a7cdffa531757f472c33467" }, { - "title": "How to Spot Undercover Cops and Unmarked Police Cars", - "description": "

    Officers and agents will hide who they are for all kinds of reasons, from catching speeders to infiltrating extremist political groups to prevent the kidnappings of state governors. It’s often hard to recognize undercover cops, but there are some tells, so here’s a rough guide to recognizing cops dressed as civilians…

    Read more...

    ", - "content": "

    Officers and agents will hide who they are for all kinds of reasons, from catching speeders to infiltrating extremist political groups to prevent the kidnappings of state governors. It’s often hard to recognize undercover cops, but there are some tells, so here’s a rough guide to recognizing cops dressed as civilians…

    Read more...

    ", - "category": "cops", - "link": "https://lifehacker.com/how-to-spot-undercover-cops-and-unmarked-police-cars-1848309745", - "creator": "Stephen Johnson", - "pubDate": "Wed, 05 Jan 2022 21:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "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/world-europe-59428712?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 26 Nov 2021 16:13:25 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c7de42adc3493966b85b88dd449bbee9", - "highlights": [] + "hash": "a9e495eb2ad4722b000661b0386a8d1e" }, { - "title": "Where to Live If You Want a Pet Lion", - "description": "

    The other day I ran across this video of an anonymous woman carrying an annoyed lion down the street. The video was taken in the Sabahiya district of Kuwait, where the woman reportedly keeps that lion as a pet. It recently escaped and terrorized the neighborhood, but she got it back. If you would like to be mildly…

    Read more...

    ", - "content": "

    The other day I ran across this video of an anonymous woman carrying an annoyed lion down the street. The video was taken in the Sabahiya district of Kuwait, where the woman reportedly keeps that lion as a pet. It recently escaped and terrorized the neighborhood, but she got it back. If you would like to be mildly…

    Read more...

    ", - "category": "pet", - "link": "https://lifehacker.com/where-to-live-if-you-want-a-pet-lion-1848309048", - "creator": "Stephen Johnson", - "pubDate": "Wed, 05 Jan 2022 21:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "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/world-africa-59432579?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 26 Nov 2021 13:13:38 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "718a20624784458e25e93b08cdc625bd", - "highlights": [] + "hash": "918607bdcae8c1a241d70816c2a3fbd5" }, { - "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", + "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/technology-59419572?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 26 Nov 2021 12:38:28 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "076ec91e07b4eb8f5833de2944f61a65", - "highlights": [] + "hash": "56e243ae03d57d5cbb0a35d74bdc8138" }, { - "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", + "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/uk-59428504?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 26 Nov 2021 11:04:28 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f9a1150a994b652744873cb1285b71f1", - "highlights": [] + "hash": "8e3f23e31509eb465d5de500de7da25f" }, { - "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", + "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/world-middle-east-59419953?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 26 Nov 2021 10:28:10 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2cb126558ddb3cb6c69d3f2dfc482e44", - "highlights": [] + "hash": "9986fdddbdd88bc97918bd752434a196" }, { - "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", + "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/business-59428406?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 26 Nov 2021 09:10:19 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fc77314d6010fa4e47735c9c3f3738a0", - "highlights": [] + "hash": "dbba511fe12fa9b4f37e10ac8e154b77" }, { - "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", + "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-europe-59423301?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 22:46:50 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3e40f31b0e834a0d6092dcc4feda2a2b", - "highlights": [] + "hash": "9727b3449947b84987c4f9b5590bd743" }, { - "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", + "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-europe-59421319?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 22:22:30 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1304f398c4e77fb53319618718d2224b", - "highlights": [] + "hash": "acd018a0f0d195dcc2e6ee674f433157" }, { - "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", + "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/uk-59423245?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 21:10:03 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", - "read": false, + "feed": "BBC Worldwide", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "dd7304d35fcc4d665084fcddbc88a3d7", - "highlights": [] + "hash": "75b0ae210be8f85924930bbecd26e1b3" }, { - "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", + "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": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f46099cbe01bed5de073d064bf9b14c6", - "highlights": [] + "hash": "7d8d7104439f7e3fee99030e47a72e8c" }, { - "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", + "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-middle-east-59417409?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 13:26:14 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8a7cdad7a9a44d469971b00351b19cff", - "highlights": [] + "hash": "789abeda04739712fe4673d146931136" }, { - "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", + "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/entertainment-arts-59414834?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 09:39:23 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3c1e58d9ad0cc5cea28be63ec91a7a01", - "highlights": [] + "hash": "893905996c42d86030d03567457a613e" }, { - "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", + "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/uk-59412329?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 08:07:40 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "818c52a2a8dddac4b765508cffeda42b", - "highlights": [] + "hash": "4277afc047d7e45a6b7ced17457ea4a0" }, { - "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", + "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-asia-59412000?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 07:44:18 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "78a1052692c4307db67b36f6232c2067", - "highlights": [] + "hash": "068a8010986966a9408ff1312107d651" }, { - "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", + "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-australia-59411999?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 07:00:53 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ff721ccbbff89f50406b2e5976b1af49", - "highlights": [] + "hash": "f8b59eaf2b5fc84933bd689e53b9a645" }, { - "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", + "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-asia-india-59412299?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 06:14:54 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "793564c681e8d43b06abb26e50444f2a", - "highlights": [] + "hash": "ca3cffdc69493275bb6b75f02b16569a" }, { - "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", + "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/business-59412139?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 03:42:49 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "33e2d0c7dd6785a6d3972ef6e0dd0282", - "highlights": [] + "hash": "720f0e5a56a3d84cd98b620cee9336a1" }, { - "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", + "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-europe-59385194?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 01:52:15 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "915c777f4e73131a2beeae06d643f805", - "highlights": [] + "hash": "f91d725f8616ea9a4af3632a28d7ba59" }, { - "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", + "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/world-asia-india-59398367?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 01:11:31 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "87677a96780880352a4442267328180e", - "highlights": [] + "hash": "e3415624aeb677a562e376754683a7f4" }, { - "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", + "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/world-asia-india-59401179?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 01:09:29 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7fdd6b31b2ddfd494dbf840ea2ba8605", - "highlights": [] + "hash": "f0092c55e39dcfb0ef40387973387924" }, { - "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", + "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/entertainment-arts-59409077?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 00:02:12 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "478076dd417fa8a104bf2b56f5e7431a", - "highlights": [] + "hash": "977856784b8ed749f8987ef53873fc0d" }, { - "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", + "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-europe-59402658?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 00:01:43 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0b4e513930b907ac482c8533a1e2512d", - "highlights": [] + "hash": "702edb507c86093ca668d3bbeae00999" }, { - "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", + "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/news/world-us-canada-59356176?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 23:25:31 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "13c5171f5fc462b5b75d99efea15dfcf", - "highlights": [] + "hash": "cdb6eb40e982fa1ee59fa9fd8f995f44" }, { - "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", + "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-us-canada-59411030?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 21:34:07 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "84d0b655f1cafa021cadbaf9032e41a2", - "highlights": [] + "hash": "2d06e73b69127b5f3597e6f35832443c" }, { - "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", + "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-europe-59410982?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 21:28:40 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6cf420de5b02457438c177f9e6886846", - "highlights": [] + "hash": "23c4463f669b06b4c7d2a63279b87116" }, { - "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", + "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/business-59409508?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 19:56:44 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c84fb2c64c638be047adb2bae22aeb91", - "highlights": [] + "hash": "be05ee3b19c2328d73ceabdf141ca245" }, { - "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", + "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-59406196?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 18:31:54 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "40762ba678b7dd2ba0ae6fc52974df53", - "highlights": [] + "hash": "bb2f92887d630a307b985f5ff19c03bd" }, { - "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", + "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-africa-59405846?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 14:49:00 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "63747431be1bd72ae6d28140bb596d26", - "highlights": [] + "hash": "1035c48579aaab5b1c7c092941be8b6d" }, { - "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", + "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/newsbeat-59401921?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 13:00:26 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4bc750c225aaadde8e33938c2621324b", - "highlights": [] + "hash": "02d89da1ee722679ae6dfec6c8bdbd3d" }, { - "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", + "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/business-59393823?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 12:56:02 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "339b4816ab74b8058edd1cd3085198f2", - "highlights": [] + "hash": "16af09fe20fa388484c0d28fc1d90f84" }, { - "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", + "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-africa-59393463?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 12:47:04 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "79ddb88af4855ea356ea393369dbb02e", - "highlights": [] + "hash": "7428fe233f92de3d70720eb785b5e46b" }, { - "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", + "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-59396999?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 12:25:20 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4a1d5c2a7e5b223a0ea985ad38e04596", - "highlights": [] + "hash": "0f6204dc5ccf0b24efe5f725e09f9278" }, { - "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", + "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-europe-59400539?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 11:40:54 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "659982bf83e7876ab919be5129293f66", - "highlights": [] + "hash": "c98807f1dda33825e5d121f1f752a364" }, { - "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", + "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-europe-59399701?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 11:24:01 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d4fe1180d13535fb990771326b04dd29", - "highlights": [] + "hash": "73e4415f06006214b6e4e3585c56577f" }, { - "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", + "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-asia-china-59397737?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 11:20:46 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f8d045693165066c1ee09dde6c9fa238", - "highlights": [] + "hash": "c08b53821c38b66f001f6eaab643b6f0" }, { - "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", + "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/world-asia-india-59306355?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 11:05:30 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "675b5e01f45e0daf96cc03af6789eeba", - "highlights": [] + "hash": "8b79182a8a8ae38cdca19d1e640cd951" }, { - "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", + "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-asia-59397642?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 08:51:12 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2e5feb80f36b75a5758c5faff25cbec7", - "highlights": [] + "hash": "ae9a86219887ef834126201eb8c15757" }, { - "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", + "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/science-environment-59399510?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 07:57:01 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "db39b683602de61ee8bac60585b25a65", - "highlights": [] + "hash": "4eedf8e2bf7b64ab90e1aca673204f9a" }, { - "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", + "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-australia-59397899?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 05:48:30 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "15573e2ae15561426c3e8ffadbda17c0", - "highlights": [] + "hash": "a82011d147bcedc18db5132d4842827e" }, { - "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", + "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-us-canada-59382870?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 03:01:05 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5ec2e8895240a4be4bfa52e9b74f560d", - "highlights": [] + "hash": "0af1acd3bbe6bb943d349ea267366059" }, { - "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", + "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-latin-america-59386282?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 01:26:47 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b888e7cd600afe7f54e2b29e8490622d", - "highlights": [] + "hash": "030ec546558e23a52e54333d3cc4e521" }, { - "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", + "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-africa-59380311?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 01:24:38 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a0f1448fb5351d6af0100bd982c04d4f", - "highlights": [] + "hash": "6b2e8dfd6363138cb31a9e892ba5e8c2" }, { - "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", + "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-asia-india-59338245?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 00:54:56 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f7ca2bc200951a33b4e3ada6af74ed85", - "highlights": [] + "hash": "038a6147f5a836b3b9ccb623a7f576c9" }, { - "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", + "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-59394170?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 00:10:38 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f33d86755390ec1c0af32db958ddf619", - "highlights": [] + "hash": "73976a69605ddae6faea93054e07573b" }, { - "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", + "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/business-59396041?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 22:59:50 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "758c3b60f2c6bd28b1227dfb8001a9e9", - "highlights": [] + "hash": "f1d6a7d7f25997d7ca6e6322b9b4e4ca" }, { - "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", + "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-us-canada-59396598?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 22:17:06 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1d230d03319f34b759b427f5e8552b81", - "highlights": [] + "hash": "576459cf3c97c1a90afa433acd57464e" }, { - "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", + "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-59395495?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 20:48:18 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5d5a9b2b23fa4813620df1159a5633ba", - "highlights": [] + "hash": "72f94036c475a5b27b036b72db2956cc" }, { - "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", + "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-middle-east-59385469?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 15:53:08 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "54a2d0835aebd9e5e0b756991ea03c10", - "highlights": [] + "hash": "3a299ad1e018112c65ed40f40ca809e8" }, { - "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", + "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-59388718?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 14:15:15 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "481d7191e5f9ef71cfe9dab98bfc4927", - "highlights": [] + "hash": "fbcf4d095521ccbec5ec3137b8a6a31e" }, { - "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", + "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-asia-china-59385519?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 13:10:06 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "06e72d5b41f09a7100167eff2ddb5468", - "highlights": [] + "hash": "2c4fca916800339046020d33b0a1fc28" }, { - "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", + "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-latin-america-59386281?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 12:22:58 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d21f2575d15684275f7405594a7bf46c", - "highlights": [] + "hash": "419f6fba332851cd99f7e679893625b7" }, { - "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", + "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-59386181?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 11:21:39 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ec1a3b79a577d84c14672ddf9496a82d", - "highlights": [] + "hash": "bc368bb65f286eac012319e586255b11" }, { - "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", + "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-asia-59381294?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 09:08:09 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bf772d07c0a7c7d4f293dc7a50816c54", - "highlights": [] + "hash": "234c255d48cc3194becbeb5ad2d0140c" }, { - "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", + "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/business-59342016?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 07:03:42 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f866523686f37b690d21c82f69cd497c", - "highlights": [] + "hash": "71a87eac9756d3d3ffe084d88ee51345" }, { - "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": "Lifehacker", + "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-59383852?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "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": "ead66d7947537f4b4d5de0dde5a1d158", - "highlights": [] + "hash": "927255c4e5e6664771f19f7cc4e95cb9" }, { - "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", + "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-australia-59383008?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 05:19:41 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a4019b94ce0448bf3c569bf9c7d16185", - "highlights": [] + "hash": "7487169fa2c32dd3a8adae014918f467" }, { - "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", + "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-europe-59382793?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 04:29:13 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a9c72d2593e941b2d5b15ecf168a2b72", - "highlights": [] + "hash": "04357dcb55ed67b9f4b7c955d0f4371b" }, { - "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", + "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/world-us-canada-59382788?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 03:08:48 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ce2bbda7887692aa61591dbabbb8aa18", - "highlights": [] + "hash": "ba29904db0a0413462ac8ca98e69aa10" }, { - "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", + "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-australia-59383007?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 02:31:24 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "54f714c2537bbd7bc98b17663e9d08bc", - "highlights": [] + "hash": "f9bf92a6ab5615145ea7674313eafc9f" }, { - "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", + "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/science-environment-59327293?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 01:41:20 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "93d29d7e544bf0588c822b165c255b95", - "highlights": [] + "hash": "cb3276c1e4bbb6ae023d336da833ecf7" }, { - "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", + "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/entertainment-arts-59378553?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 00:26:04 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "050aee5c0304c7e675e132ae8ffe1999", - "highlights": [] + "hash": "ea7c17bd49c80e792819e4d8d56c5e5d" }, { - "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", + "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-asia-china-59379880?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 00:11:48 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0baac5e436c4d56be51702c7c1d6a3ee", - "highlights": [] + "hash": "e34fe1ad8da2c3104b84405d8d4b0d1f" }, { - "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", + "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/world-59346457?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 00:10:20 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5d9c88f4b4451c9b939ee9c35eb90df8", - "highlights": [] + "hash": "4c6d41280e8405f9b8bab6f1a4f61022" }, { - "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", + "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/world-asia-india-59173473?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 00:09:09 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9b77b9cf5337ca3c57befdf71ff38a8a", - "highlights": [] + "hash": "ee3a90cad33b8cdd99d4731366b99d2d" }, { - "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", + "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/business-58971281?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 00:06:46 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e416bd4293661d29bbef0ace84e0c2b7", - "highlights": [] + "hash": "8e975dda6110b3a9aa5199d7abf97602" }, { - "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", + "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/59251942?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 00:05:12 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "db543efa6c634edb84bf868c82299017", - "highlights": [] + "hash": "4fcfca7ab599b61b53c3ca225f8853b8" }, { - "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", + "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-middle-east-59322152?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 00:03:48 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "acaa8cc3c664d39ee4d410d96bd266c1", - "highlights": [] + "hash": "ac6dcb2c028396497a983d4f32eedd9a" }, { - "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", + "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/world-us-canada-59382797?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 22:48:47 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "18a69920c94e4a91108c3cab73df1e1a", - "highlights": [] + "hash": "63c5bfc994fda179eea0ee0fd348054a" }, { - "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", + "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-59381928?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 21:13:11 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0b4c6969096c97eee5cb8f305f6ed768", - "highlights": [] + "hash": "8e655b03c1a3c115528f16a1ee410422" }, { - "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", + "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-59378571?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 21:13:01 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0c7cd477eb9f056929213d3a85844026", - "highlights": [] + "hash": "d84110efe9f65a3f86f8e44a3c693679" }, { - "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", + "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-europe-59378552?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 21:08:52 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bd1f5b35ebff3e262c71345804fae75b", - "highlights": [] + "hash": "89080af76969ffab57ee385fd8881cf2" }, { - "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", + "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/uk-59381775?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 19:23:16 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", - "read": false, + "feed": "BBC Worldwide", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "b84de21ca45125cfc294e395bee013f4", - "highlights": [] + "hash": "bdf06f2a9e44062fb1f298b98575e82f" }, { - "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", + "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-europe-59378548?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 16:17:02 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c559e6fd6a1a9344faf9f3fd624e3158", - "highlights": [] + "hash": "fbc91a8111a836a136322afd14c72276" }, { - "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", + "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/business-59340779?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 16:14:39 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "95af8e496c3dab124b80f1122af1ca8f", - "highlights": [] + "hash": "51ccc4bdfedd780676a05e15fcccbc87" }, { - "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", + "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-africa-59367726?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 14:55:37 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a13a55366d14550a9adf27ff1ae95e72", - "highlights": [] + "hash": "bd8ed3753f7fe800f940ab187c294dd1" }, { - "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", + "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-latin-america-59331696?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 14:18:28 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1ec6abac6996a489af75bea9c8ef2b49", - "highlights": [] + "hash": "fc5c1da84809c00ec943a5340f2e498f" }, { - "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", + "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/sport/football/59374778?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 13:51:31 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", - "read": false, + "feed": "BBC Worldwide", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "a923387fbcacf07d5a0d11308d1799b6", - "highlights": [] + "hash": "faeace408f23d9bdd02b1388103ca22d" }, { - "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", + "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-asia-china-59372058?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 12:23:17 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a000de8d1f18f27f63c7ef89f16d5807", - "highlights": [] + "hash": "a4c5b1f072912911595302f2264d7d97" }, { - "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": "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://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", + "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", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9823e718db45e37a166a7607dc1b1521", - "highlights": [] + "hash": "21b7cc1a566b62b2b2e1b7c7e68b1843" }, { - "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", + "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/world-56237778?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 11:32:20 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6dbc2b547782d1a8f08499465a3ff641", - "highlights": [] + "hash": "ab04b377b24fcba927c694cd9953f606" }, { - "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", + "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-59372518?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 10:50:25 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "50c280b5747bec5b2b736bb8488abe82", - "highlights": [] + "hash": "25a4efa368020978e136b833f1abcc2b" }, { - "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", + "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/uk-wales-59332407?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 10:43:45 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "24898eecf00d37c07f08dffb60705dbe", - "highlights": [] + "hash": "894133770f86f3a6bec4759c9ee4c06e" }, { - "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", + "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-africa-59369575?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 07:38:55 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dda7b13658381da9c6ad1c245639402c" + "hash": "1d945f3b231d0ce13780952eaead2085" }, { - "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", + "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/business-59317505?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 00:09:08 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2c26bf38f55ae307bdca239700a19fb1" + "hash": "3ccc2ae3a0a0db12aff9f92e13d5bf61" }, { - "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", + "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-africa-59295624?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 00:08:48 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3aaac00e9ed47c86bf95b39a3f43369a" + "hash": "56cb8b9d543a9c3a931357b421402f2b" }, { - "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", + "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/world-asia-india-59173478?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 00:06:36 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "51d4a4e41074b6cf86f6e68f4ef02e71" + "hash": "fa12d130c1b2bd5a889b5359f328366d" }, { - "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", + "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-europe-59320514?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 00:04:04 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "59a0a6894369018d5dc98dc91113eb38" + "hash": "38c003678146d44dbef13f4328ea3d08" }, { - "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", + "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-middle-east-59290301?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 00:00:53 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "97d741778ab7305009597b63a51bf350" + "hash": "e94ecb42ace0e331494144a5cd62abba" }, { - "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", + "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-europe-59368718?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 21 Nov 2021 18:11:55 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "94b04953fedfdcbf983b41f5ddb15c87" + "hash": "215e22c09432f2933aec0894fbbc06fe" }, { - "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", + "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-59346367?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 21 Nov 2021 12:02:37 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "371543dba27ea4d46217e289dfcd0b6d" + "hash": "7f6e453458e74c8d44c55c59ef42260c" }, { - "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", + "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/sport/football/59364799?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 21 Nov 2021 10:38:53 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "86a2ce0ca7e80675b4a0ab3235d80e7e" + "hash": "55afbe3d2d62def8b14eacd27b8f4afa" }, { - "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", + "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/world-europe-59352740?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 21 Nov 2021 00:04:35 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8de1f3d07ebbdf5539af38e68d500d7e" + "hash": "ca474f0ca62b6dfce6e766f804069d99" }, { - "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", + "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-us-canada-53934109?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 22:43:21 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "16ad48acb5e1a6b5c8b33ab556c786d6" + "hash": "70fdde6c646e5b9b93e81d9e2e7da8ff" }, { - "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", + "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-europe-59343815?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 22:24:03 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9defef43ed694ebffb690030d5b1fcd7" + "hash": "d05d83f9f0bd6ab8e9c0aa9e64c38ebf" }, { - "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", + "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-59352228?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 21:46:02 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", + "read": true, + "favorite": false, + "created": false, + "tags": [], + "hash": "c648e9b5f78e8704606c5f658290faf1" + }, + { + "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-asia-china-59327679?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "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": "1b061e1a9681df5a114d09fc97a00088" + "hash": "a723ed62d265e517684a6c6fee012339" }, { - "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", + "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-us-canada-59352803?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 21:24:22 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "82ce65d6f382260c9be26606122c23ce" + "hash": "579cb96a4121049d464911da10488a26" }, { - "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", + "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-africa-59343922?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 17:57:59 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "56bd54548dc7680ea33789a97e2fbfd1" + "hash": "ac92bff0ab3e0d108d59190df13ab416" }, { - "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", + "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-us-canada-59352170?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 17:44:18 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", + "read": true, + "favorite": false, + "created": false, + "tags": [], + "hash": "62e80eb265d267cd27b9d2008a26fb13" + }, + { + "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-europe-59343650?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "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": "f413e2639352b978de8c404bc0062bca" + "hash": "093210740231d88f7948e5a107ce400b" }, { - "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", + "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/world-59353683?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 16:43:52 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e4da151b1a56dda9f25b61f6961efe83" + "hash": "621a46140d41fb9a58dbfa624d7b3cca" }, { - "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", + "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-africa-59327059?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 16:43:28 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "16dbfa81f6a8219721c9b99c9e4cb434" + "hash": "45f35b0e1a3e94bab1850298fe1be5ee" }, { - "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", + "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-us-canada-59351260?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 16:05:58 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "532b59067b73c668eaf0e59deb5815fb" + "hash": "4ec1339b2280786c7a129a2260846d05" }, { - "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", + "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-us-canada-59351261?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 16:03:01 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2b76f93f56de49d9b7bc34048c50a30c" + "hash": "9ca02054e34a03a970dc5d98d43b358e" }, { - "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", + "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-latin-america-59341770?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 09:47:31 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c6eb1c7a2cddd58332be7e5d434d870b" + "hash": "cd76efca2b6f68f109bd03f18a4a3eca" }, { - "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", + "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-asia-india-59342627?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 07:09:18 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1b4aa6f8355505c4857e4e12c67c1e25" + "hash": "d17344f674995505777eb1fc5ce9330f" }, { - "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", + "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-india-59174930?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 01:12:24 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eb6731c9897c5eed9efb096fb10ef00f" + "hash": "18175df8043ff3ae7b920c947f74eecc" }, { - "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", + "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-europe-59329974?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 01:09:48 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e9ee4836217b5f70eb2351e2d430db63" + "hash": "948753fc03e1bfe84420783d6d3476e1" }, { - "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", + "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-59286774?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 01:02:11 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6c9e8cb1bd4400b33e00b9d75e4d2c74" + "hash": "d6161b78c13406468e593e95706f7145" }, { - "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", + "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-asia-59340356?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 00:26:02 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b7f6de5708d5c5063702dcd56df7d53c" + "hash": "69cabad667ce04a8980e88eeac1404b6" }, { - "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", + "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/world-australia-59257766?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 00:16:16 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "578e9e42e31f10ed844e7a003ed97203" + "hash": "0b6ba32e2c4089e8d2d89215f34591f1" }, { - "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", + "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/news/world-59341755?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 00:08:34 GMT", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aa201be8e9f3f4ff043ae3dce471a8f7" + "hash": "4667c41dd20dee9f25fef70cf4ccc947" }, { - "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": "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-us-canada-59335010?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "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": "25a34e71a3d136c6d26773934d97a3ff" + }, + { + "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-europe-59325777?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "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": "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": "All the Clever Ways You Should Be Using a Bar of Soap Around Your House", + "description": "

    Once considered a nonnegotiable household staple, the humble bar of soap has had a rough couple of decades. Now, it’s not a given that you’ll find bars of soap next to every sink and inside every tub in the house, as many people prefer the liquid varieties. (One reason for that, according to a 2016 survey, is that 48…

    Read more...

    ", + "content": "

    Once considered a nonnegotiable household staple, the humble bar of soap has had a rough couple of decades. Now, it’s not a given that you’ll find bars of soap next to every sink and inside every tub in the house, as many people prefer the liquid varieties. (One reason for that, according to a 2016 survey, is that 48…

    Read more...

    ", + "category": "soap", + "link": "https://lifehacker.com/all-the-clever-ways-you-should-be-using-a-bar-of-soap-a-1848362035", + "creator": "Elizabeth Yuko", + "pubDate": "Sat, 15 Jan 2022 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164143,16 +166943,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e6ffd65fc005aee629593e84d9cca39" + "hash": "6c1573636bdbfebec5f193147aa7410f", + "highlights": [] }, { - "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": "How to Use a Snowblower Faster so You're Not Freezing Your Ass Off", + "description": "

    Homeowners with a driveway who live somewhere that gets a decent amount of snow each year have a call to make: Whether to shovel, use a snowblower, or hire someone for snow removal. Those who opt to purchase a snowblower typically do so because it’s quicker and easier than shoveling (it definitely is).

    Read more...

    ", + "content": "

    Homeowners with a driveway who live somewhere that gets a decent amount of snow each year have a call to make: Whether to shovel, use a snowblower, or hire someone for snow removal. Those who opt to purchase a snowblower typically do so because it’s quicker and easier than shoveling (it definitely is).

    Read more...

    ", + "category": "nature", + "link": "https://lifehacker.com/how-to-use-a-snowblower-faster-so-youre-not-freezing-yo-1848362043", + "creator": "Elizabeth Yuko", + "pubDate": "Sat, 15 Jan 2022 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164164,16 +166965,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "67d1a9ff4578a91da905b60080993541" + "hash": "7221dc7857b8091489afb148a6e325b5", + "highlights": [] }, { - "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": "30 Movies That Are Basically Perfect", + "description": "

    Some of the very best movies of all time have flaws that aren’t terminal, but that are nevertheless prominent: a questionable performance, a problematic element, an ending that doesn’t quite land. That’s fine: a film that takes risks is generally preferable to one that’s technically proficient but dull, and a movie…

    Read more...

    ", + "content": "

    Some of the very best movies of all time have flaws that aren’t terminal, but that are nevertheless prominent: a questionable performance, a problematic element, an ending that doesn’t quite land. That’s fine: a film that takes risks is generally preferable to one that’s technically proficient but dull, and a movie…

    Read more...

    ", + "category": "m night shyamalan", + "link": "https://lifehacker.com/30-movies-that-are-basically-perfect-1848244337", + "creator": "Ross Johnson and Joel Cunningham", + "pubDate": "Fri, 14 Jan 2022 19:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164185,16 +166987,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d5f0d862cef36f001d964ad99e1a486" + "hash": "5923880900a5352fee91f384f32a4f59", + "highlights": [] }, { - "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": "The Out-of-Touch Adults Guide to Kid Culture: Did Logan Paul Pay $3.5 Million for Fake Pokémon Cards?", + "description": "

    This week, YouTuber Logan Paul was scammed out of three and half million bucks, crypto-heads are planning to move away from us forever, and kids are eating NyQuil chicken—or none of that is happening at all, because everything is fake.

    Read more...

    ", + "content": "

    This week, YouTuber Logan Paul was scammed out of three and half million bucks, crypto-heads are planning to move away from us forever, and kids are eating NyQuil chicken—or none of that is happening at all, because everything is fake.

    Read more...

    ", + "category": "pokemon", + "link": "https://lifehacker.com/the-out-of-touch-adults-guide-to-kid-culture-did-logan-1848361658", + "creator": "Stephen Johnson", + "pubDate": "Fri, 14 Jan 2022 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164206,16 +167009,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "46b80d13d43d14ef709f6de0f4f546f1" + "hash": "3d8ac0da98fe3035660f889d716fcb6d", + "highlights": [] }, { - "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": "Make It Personal With the Gibson Cocktail", + "description": "

    My idea of wisdom is knowing better than to judge how somebody orders their martini*. It’s a deeply personal thing. Among the most classic of classic stirred-up cocktails, the martini has perhaps the most forgiving dress code of any. So, it pains me when someone sheepishly admits that they like olives and a twist in…

    Read more...

    ", + "content": "

    My idea of wisdom is knowing better than to judge how somebody orders their martini*. It’s a deeply personal thing. Among the most classic of classic stirred-up cocktails, the martini has perhaps the most forgiving dress code of any. So, it pains me when someone sheepishly admits that they like olives and a twist in…

    Read more...

    ", + "category": "gibson", + "link": "https://lifehacker.com/make-it-personal-with-the-gibson-cocktail-1848359019", + "creator": "Devojka", + "pubDate": "Fri, 14 Jan 2022 18:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164227,16 +167031,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9272679e0f1b5d43f9a4e655ab0810e" + "hash": "f4b6088efb94c482ddacc532b05176cc", + "highlights": [] }, { - "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": "How to Permanently Delete Your Reddit Account (or Your Old, Embarrassing Posts)", + "description": "

    Are you trying to stay anonymous on Reddit? If you’ve already tried creating burner accounts, you should consider periodically deleting your old Reddit accounts as well to make it harder for people to use your post history to find information about you. And if you need to go the nuclear route, you can permanently…

    Read more...

    ", + "content": "

    Are you trying to stay anonymous on Reddit? If you’ve already tried creating burner accounts, you should consider periodically deleting your old Reddit accounts as well to make it harder for people to use your post history to find information about you. And if you need to go the nuclear route, you can permanently…

    Read more...

    ", + "category": "reddit", + "link": "https://lifehacker.com/how-to-permanently-delete-your-reddit-account-or-your-1848358561", + "creator": "Pranay Parab", + "pubDate": "Fri, 14 Jan 2022 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164248,16 +167053,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "db166dcc98afaca340aa5c41c6225290" + "hash": "ab9549ce843fb9b8efebd40b82aa42bd", + "highlights": [] }, { - "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": "Is the 'Nocebo Effect' Hurting Your Fitness Goals?", + "description": "

    Many of us have no problem checking in on the status of our New Year’s resolutions to “walk more” or “sleep better,” and it’s all thanks to our trusty Fitbits, Apple Watches, and other wrist-sized fitness gadgets. At any moment of the day, you can look to your wrist and have access to your health data. And if you…

    Read more...

    ", + "content": "

    Many of us have no problem checking in on the status of our New Year’s resolutions to “walk more” or “sleep better,” and it’s all thanks to our trusty Fitbits, Apple Watches, and other wrist-sized fitness gadgets. At any moment of the day, you can look to your wrist and have access to your health data. And if you…

    Read more...

    ", + "category": "nocebo", + "link": "https://lifehacker.com/is-the-nocebo-effect-hurting-your-health-goals-1848360955", + "creator": "Meredith Dietz", + "pubDate": "Fri, 14 Jan 2022 17:38:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164269,16 +167075,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "838ea1fcfc773e913057a220b1cc7ba4" + "hash": "ad81f6a8b77d8d9d92ab9d4209b565cf", + "highlights": [] }, { - "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": "How to Make a Cheap DIY Canopy Bed", + "description": "

    Canopy beds can make your bedroom feel romantic, calm, and peaceful. But canopy beds themselves are, well, expensive. You can get the canopy look, though, but without the cost. Just make your own.

    Read more...

    ", + "content": "

    Canopy beds can make your bedroom feel romantic, calm, and peaceful. But canopy beds themselves are, well, expensive. You can get the canopy look, though, but without the cost. Just make your own.

    Read more...

    ", + "category": "canopy bed", + "link": "https://lifehacker.com/how-to-make-a-cheap-diy-canopy-bed-1848358179", + "creator": "Becca Lewis", + "pubDate": "Fri, 14 Jan 2022 17:09:24 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164290,16 +167097,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6b4fe74c327bc6c963b9e55e654a41f" + "hash": "2b6b43a38da8d9998cc6f0f771775cb2", + "highlights": [] }, { - "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": "10 iMessage Shortcuts You Should Use on Your Mac", + "description": "

    The Messages app on your Mac has hidden keyboard shortcuts that make it a lot easier to text, once you learn them. One shortcut lets you open the contact card for the person you’re chatting with, another lets you send files faster, among so many more, so we’re going to dive into all the keyboard shortcuts you’ll ever…

    Read more...

    ", + "content": "

    The Messages app on your Mac has hidden keyboard shortcuts that make it a lot easier to text, once you learn them. One shortcut lets you open the contact card for the person you’re chatting with, another lets you send files faster, among so many more, so we’re going to dive into all the keyboard shortcuts you’ll ever…

    Read more...

    ", + "category": "imessage", + "link": "https://lifehacker.com/10-imessage-shortcuts-you-should-use-on-your-mac-1848358696", + "creator": "Pranay Parab", + "pubDate": "Fri, 14 Jan 2022 16:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164311,16 +167119,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "859f5c976229badbe2a80e93e456b576" + "hash": "3b2bc00d61f72e0996bb0238a9a68f33", + "highlights": [] }, { - "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": "16 Things That Make Your Car or Truck Look Cheap and Tacky", + "description": "

    There are two kinds of mistakes that make your car look bad: Things you do because you don’t care, and things you do because you care too much but in the wrong way. This list covers both.

    Read more...

    ", + "content": "

    There are two kinds of mistakes that make your car look bad: Things you do because you don’t care, and things you do because you care too much but in the wrong way. This list covers both.

    Read more...

    ", + "category": "vehicle design", + "link": "https://lifehacker.com/16-things-that-make-your-car-or-truck-look-cheap-and-ta-1848354984", + "creator": "Stephen Johnson", + "pubDate": "Fri, 14 Jan 2022 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164332,16 +167141,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e525e471e1db4c4cd55951f2e929bd4c" + "hash": "d766e10ed77238ed33ff335f7c7392ca", + "highlights": [] }, { - "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", + "title": "Try This Game If You're Already Too Good at Wordle", + "description": "

    Are you too good at Wordle? Of course you are. You know all the strategies: which words to guess first, which vowels to test right out of the gate. You’re probably sick of embarrassing everyone on Twitter with all your green squares. If Wordle feels too easy these days, you might want to try its twisted cousin, 

    Read more...

    ", + "content": "

    Are you too good at Wordle? Of course you are. You know all the strategies: which words to guess first, which vowels to test right out of the gate. You’re probably sick of embarrassing everyone on Twitter with all your green squares. If Wordle feels too easy these days, you might want to try its twisted cousin, 

    Read more...

    ", + "category": "wordle", + "link": "https://lifehacker.com/try-this-game-if-youre-already-too-good-at-wordle-1848356298", "creator": "Jake Peterson", - "pubDate": "Wed, 22 Dec 2021 13:30:00 GMT", + "pubDate": "Fri, 14 Jan 2022 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164353,16 +167163,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ec5dc94256edb22ade781fa1d3085bf" + "hash": "ca8b3adc7f56179a1b7264087cef36c3", + "highlights": [] }, { - "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", + "title": "How to Use a Springform Pan (and What to Do If You Don't Have One)", + "description": "

    When it comes to tools of the trade, the kitchen might be the weirdest room in your home, stocked with a great number of bizarre gadgets. From rasps to dough hooks, each one serves at least one indispensable purpose, and some tools serve many. There’s almost nothing I love more than finding multiple uses for the…

    Read more...

    ", + "content": "

    When it comes to tools of the trade, the kitchen might be the weirdest room in your home, stocked with a great number of bizarre gadgets. From rasps to dough hooks, each one serves at least one indispensable purpose, and some tools serve many. There’s almost nothing I love more than finding multiple uses for the…

    Read more...

    ", + "category": "springform pan", + "link": "https://lifehacker.com/how-to-use-a-springform-pan-and-what-to-do-if-you-dont-1848355848", "creator": "Allie Chanthorn Reinmann", - "pubDate": "Wed, 22 Dec 2021 13:00:00 GMT", + "pubDate": "Fri, 14 Jan 2022 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164374,16 +167185,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "646727a3324975d9637626ba5a93f570" + "hash": "bad7a0ba5cd1804d988b3cf5c0bf6c21", + "highlights": [] }, { - "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": "How to Get Any Kid to Like You, According to Lifehacker Readers", + "description": "

    Last week, we asked you for your best advice to get someone else’s kids to like you instantly, and you provided us with some keen insight into winning them over. Sure, several people graciously pointed out the fact that kids are super into bribery. But when the snacks run out—heaven forbid—many of you had some helpful…

    Read more...

    ", + "content": "

    Last week, we asked you for your best advice to get someone else’s kids to like you instantly, and you provided us with some keen insight into winning them over. Sure, several people graciously pointed out the fact that kids are super into bribery. But when the snacks run out—heaven forbid—many of you had some helpful…

    Read more...

    ", + "category": "lifehacker", + "link": "https://lifehacker.com/how-to-get-any-kid-to-like-you-according-to-lifehacker-1848355412", + "creator": "Meredith Dietz", + "pubDate": "Fri, 14 Jan 2022 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164395,16 +167207,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4119eb6b091b622955a3369b6c23e0d8" + "hash": "c2565cdcb0dc24300718b5cf719ad8b0", + "highlights": [] }, { - "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": "Can You Just Ignore a Subpoena? (And What Happens If You Do?)", + "description": "

    There’s a good chance that if you follow the news at all in the coming year, you’re going to hear the word “subpoena” pretty often. It also seems likely that we’re going to hear a lot about people ignoring subpoenas and refusing to comply with them, which leads to an obvious question: Can you get away with that?

    Read more...

    ", + "content": "

    There’s a good chance that if you follow the news at all in the coming year, you’re going to hear the word “subpoena” pretty often. It also seems likely that we’re going to hear a lot about people ignoring subpoenas and refusing to comply with them, which leads to an obvious question: Can you get away with that?

    Read more...

    ", + "category": "subpoena", + "link": "https://lifehacker.com/can-you-just-ignore-a-subpoena-and-what-happens-if-yo-1848353480", + "creator": "Jeff Somers", + "pubDate": "Fri, 14 Jan 2022 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164416,16 +167229,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e129f2b212c49bf0ae6b7eb230167154" + "hash": "432ad3e33f19aaaecc6d4f0b66bc615c", + "highlights": [] }, { - "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": "How to Avoid Exercise Burnout", + "description": "

    Maintaining a balanced exercise routine without getting burnt out on your workouts can be tricky. Making progress requires challenging your body, but that can lead to overtraining if you aren’t careful. Having a predictable workout routine can help maintain consistency, but can also result in boredom and lack of…

    Read more...

    ", + "content": "

    Maintaining a balanced exercise routine without getting burnt out on your workouts can be tricky. Making progress requires challenging your body, but that can lead to overtraining if you aren’t careful. Having a predictable workout routine can help maintain consistency, but can also result in boredom and lack of…

    Read more...

    ", + "category": "exercise", + "link": "https://lifehacker.com/how-to-avoid-exercise-burnout-1848352174", + "creator": "Rachel Fairbank", + "pubDate": "Fri, 14 Jan 2022 13:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164437,16 +167251,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b2f5288667aeccaa74a01cbd8036e44" + "hash": "329b4e19237f51a4c68afae962449cf2", + "highlights": [] }, { - "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": "Have You Been Eating Bananas Wrong This Whole Time?", + "description": "

    Welcome to our Master Class on banana consumption, where we will discuss the right way to peel a banana. If you’re thinking, “There is no right way to peel a banana!” you may not be ready to hear that according to none other than Chiquita herself, there is a “proper” way—and it’s probably not how you’ve been doing it…

    Read more...

    ", + "content": "

    Welcome to our Master Class on banana consumption, where we will discuss the right way to peel a banana. If you’re thinking, “There is no right way to peel a banana!” you may not be ready to hear that according to none other than Chiquita herself, there is a “proper” way—and it’s probably not how you’ve been doing it…

    Read more...

    ", + "category": "banana production", + "link": "https://lifehacker.com/have-you-been-eating-bananas-wrong-this-whole-time-1848354915", + "creator": "Sarah Showfety", + "pubDate": "Fri, 14 Jan 2022 13:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164458,16 +167273,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b18698cffab1f23ef8f672d49787aeb2" + "hash": "cb2ec7ce18356afc2409ed0bab5989f4", + "highlights": [] }, { - "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": "All the Ways You Need to Adapt Your Training As You Get Stronger", + "description": "

    We talk a lot about what it’s like to start lifting weights, or to start exercising at all. But one day, you’ll come to the end of your beginner stage, and some things will have to change.

    Read more...

    ", + "content": "

    We talk a lot about what it’s like to start lifting weights, or to start exercising at all. But one day, you’ll come to the end of your beginner stage, and some things will have to change.

    Read more...

    ", + "category": "stronger", + "link": "https://lifehacker.com/all-the-ways-you-need-to-adapt-your-training-as-you-get-1848355616", + "creator": "Beth Skwarecki", + "pubDate": "Thu, 13 Jan 2022 21:37:39 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164479,16 +167295,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d17652ffe79742a441cef36de491f14" + "hash": "cb3992dca8f01135fa70a0966dbec5c8", + "highlights": [] }, { - "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": "Why Dunking Cookies in Milk (and Tea and Coffee) Is Good, Scientifically Speaking", + "description": "

    When Greek NBA player Giannis Antetokounmpo tried dipping his Oreos in milk a few months ago for the first time, his mind was understandably blown. “From now on, that’s an every night snack for me,” he said during a press conference. (Watch the clip below. It is delightful.)

    Read more...

    ", + "content": "

    When Greek NBA player Giannis Antetokounmpo tried dipping his Oreos in milk a few months ago for the first time, his mind was understandably blown. “From now on, that’s an every night snack for me,” he said during a press conference. (Watch the clip below. It is delightful.)

    Read more...

    ", + "category": "dunking", + "link": "https://lifehacker.com/why-dunking-cookies-in-milk-and-tea-and-coffee-is-goo-1848354596", + "creator": "Claire Lower", + "pubDate": "Thu, 13 Jan 2022 20:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164500,16 +167317,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7710e4244c267aabeb4cf4ccf249fed1" + "hash": "6426f636e89f308b9e860407210f1069", + "highlights": [] }, { - "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": "How to Make Your External Monitor Look As Sharp As Your High-Res Mac Display", + "description": "

    Since Apple introduced the Retina display to the Mac back in 2012, most of their lineup has shipped with one of the laser sharp, pleasingly crisp screens. Whether you have a small 12-inch laptop display or a large 27-inch desktop, your Mac likely looks great. So it can be frustrating when you plug it into an external…

    Read more...

    ", + "content": "

    Since Apple introduced the Retina display to the Mac back in 2012, most of their lineup has shipped with one of the laser sharp, pleasingly crisp screens. Whether you have a small 12-inch laptop display or a large 27-inch desktop, your Mac likely looks great. So it can be frustrating when you plug it into an external…

    Read more...

    ", + "category": "video formats", + "link": "https://lifehacker.com/how-to-make-your-external-monitor-look-as-sharp-as-your-1848352179", + "creator": "Jake Peterson", + "pubDate": "Thu, 13 Jan 2022 20:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164521,16 +167339,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e536b09cd5b750104f1b70b58069306" + "hash": "f5f65b12ab06c190cf76371f91953491", + "highlights": [] }, { - "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": "How to Move Without Using a Shitload of Boxes", + "description": "

    There comes a time in every person’s life when we must ask: How the hell am I going to transport all this crap I have accumulated to a new home? Whether you’re leaving a 9-by-7 bedroom in a third floor New York City walkup or a four-bedroom suburban house with basement, sometimes the biggest challenge (besides…

    Read more...

    ", + "content": "

    There comes a time in every person’s life when we must ask: How the hell am I going to transport all this crap I have accumulated to a new home? Whether you’re leaving a 9-by-7 bedroom in a third floor New York City walkup or a four-bedroom suburban house with basement, sometimes the biggest challenge (besides…

    Read more...

    ", + "category": "containers", + "link": "https://lifehacker.com/how-to-move-without-using-a-shitload-of-boxes-1848254112", + "creator": "Sarah Showfety", + "pubDate": "Thu, 13 Jan 2022 19:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164542,16 +167361,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e7aaf1d98cd8c4f18b92677402ba378" + "hash": "a084ea27c3dc967ee8f066cd75d5badf", + "highlights": [] }, { - "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", + "title": "Why You Need Dropbox's New Beta If You Have an M1 Mac", + "description": "

    Last year, Dropbox stirred up emotions by stating that they won’t be working on a Dropbox client optimized for Apple Silicon (M1) Macs until they see the demand for it—words that thankfully retreated fast, and a new Dropbox client was promised in the first half of 2022. As we roll off this year, the M1 app is…

    Read more...

    ", + "content": "

    Last year, Dropbox stirred up emotions by stating that they won’t be working on a Dropbox client optimized for Apple Silicon (M1) Macs until they see the demand for it—words that thankfully retreated fast, and a new Dropbox client was promised in the first half of 2022. As we roll off this year, the M1 app is…

    Read more...

    ", + "category": "dropbox", + "link": "https://lifehacker.com/why-you-need-dropboxs-new-beta-if-you-have-an-m1-mac-1848352613", "creator": "Khamosh Pathak", - "pubDate": "Tue, 21 Dec 2021 16:00:00 GMT", + "pubDate": "Thu, 13 Jan 2022 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164563,16 +167383,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "61edfdbb3e110a9521d72815bbfa65ae" + "hash": "44276858a71317ee12892bee9bde01ba", + "highlights": [] }, { - "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", + "title": "How 'Gamification' of Everything Is Manipulating You (and How to Recognize It)", + "description": "

    “Gamification” is the practice of adding game-like elements to non-game contexts. It isn’t new, nor it is always a negative, but it is being aimed at consumers and employees more and more frequently, whether to keep you addicted to an app, motivated at work, or inclined to spend your money on something.

    Read more...

    ", + "content": "

    “Gamification” is the practice of adding game-like elements to non-game contexts. It isn’t new, nor it is always a negative, but it is being aimed at consumers and employees more and more frequently, whether to keep you addicted to an app, motivated at work, or inclined to spend your money on something.

    Read more...

    ", + "category": "gamification", + "link": "https://lifehacker.com/how-gamification-of-everything-is-manipulating-you-and-1848352808", "creator": "Stephen Johnson", - "pubDate": "Tue, 21 Dec 2021 15:30:00 GMT", + "pubDate": "Thu, 13 Jan 2022 18:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164584,16 +167405,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "929fb56af18d5c39fb9b5139d878a263" + "hash": "b66dc96e783a0b7fcd1b1f7e8c926195", + "highlights": [] }, { - "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": "The Best Free Online Courses Everyone Should Take This Year", + "description": "

    The days when you graduated college, started a career, and never looked back are long behind us. Lifelong learning isn’t just a catchy phrase—it’s an essential aspect of survival. Even a cursory glance at the last few decades reveals how fast things change, not just in terms of your actual job, but in the way we even…

    Read more...

    ", + "content": "

    The days when you graduated college, started a career, and never looked back are long behind us. Lifelong learning isn’t just a catchy phrase—it’s an essential aspect of survival. Even a cursory glance at the last few decades reveals how fast things change, not just in terms of your actual job, but in the way we even…

    Read more...

    ", + "category": "educational psychology", + "link": "https://lifehacker.com/the-best-free-online-courses-everyone-should-take-this-1848352463", + "creator": "Jeff Somers", + "pubDate": "Thu, 13 Jan 2022 18:07:19 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164605,16 +167427,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e0c5d4c752d18c5f1d929c494abc5f6" + "hash": "3e2740ef80b9f375e5ae25554f9311c2", + "highlights": [] }, { - "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", + "title": "How to Use Those Full-Screen iMessage Effects on Your Mac", + "description": "

    You may not have realized that the full gamut of iMessage effects is available on the Mac too—even if Apple’s desktop Messages app doesn’t make it apparent. If you want to send an iMessage with a dose of fireworks, for example, you can do so on the Mac just as you can on an iPhone or iPad. Here’s how to use and send…

    Read more...

    ", + "content": "

    You may not have realized that the full gamut of iMessage effects is available on the Mac too—even if Apple’s desktop Messages app doesn’t make it apparent. If you want to send an iMessage with a dose of fireworks, for example, you can do so on the Mac just as you can on an iPhone or iPad. Here’s how to use and send…

    Read more...

    ", + "category": "imessage", + "link": "https://lifehacker.com/how-to-use-those-full-screen-imessage-effects-on-your-m-1848351661", "creator": "Pranay Parab", - "pubDate": "Tue, 21 Dec 2021 14:30:00 GMT", + "pubDate": "Thu, 13 Jan 2022 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164626,16 +167449,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc0439d7d016ce9214ebbcb63e3b41cc" + "hash": "6d41d286d7452adc0b95f1a9b9c2e949", + "highlights": [] }, { - "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": "Why You Need a Mirror on Your Work Desk", + "description": "

    I’ve been working at the same desk for 12 years now, but a problem has arisen in the last year or two. You see, my desk faces away from my home office door because there is a window on the opposite wall, and window-gazing is a big part of my creative process. Recently, I added a pair of noise-canceling headphones to…

    Read more...

    ", + "content": "

    I’ve been working at the same desk for 12 years now, but a problem has arisen in the last year or two. You see, my desk faces away from my home office door because there is a window on the opposite wall, and window-gazing is a big part of my creative process. Recently, I added a pair of noise-canceling headphones to…

    Read more...

    ", + "category": "audio engineering", + "link": "https://lifehacker.com/why-you-need-a-mirror-on-your-work-desk-1848352352", + "creator": "Beth Skwarecki", + "pubDate": "Thu, 13 Jan 2022 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164647,16 +167471,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "42e93aa0ac968ce2d84acc1f1b5dff58" + "hash": "02dd90770b2b8dde28cc9603a9de7e27", + "highlights": [] }, { - "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": "10 Things You Didn't Know You Could Drag-and-Drop on Your iPhone", + "description": "

    With iOS 15, your iPhone got a somewhat hidden tool that can boost your productivity and help you speed up repetitive tasks, such as copying and pasting multiple items. The tool is called drag-and-drop, and it lets you quickly drag multiple photos into a Word or Google Docs document, allows you to instantly copy links…

    Read more...

    ", + "content": "

    With iOS 15, your iPhone got a somewhat hidden tool that can boost your productivity and help you speed up repetitive tasks, such as copying and pasting multiple items. The tool is called drag-and-drop, and it lets you quickly drag multiple photos into a Word or Google Docs document, allows you to instantly copy links…

    Read more...

    ", + "category": "iphone", + "link": "https://lifehacker.com/10-things-you-didnt-know-you-could-drag-and-drop-on-you-1848350980", + "creator": "Pranay Parab", + "pubDate": "Thu, 13 Jan 2022 16:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164668,16 +167493,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b00c2e8e4c284e8c633b4dafdb40715" + "hash": "a00fd217b05098061c344b78f8a5b86b", + "highlights": [] }, { - "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": "How to Use a Springform Pan (and What to Do if You Don't Have One)", + "description": "

    When it comes to tools of the trade, the kitchen might be the weirdest room in your home, stocked with a great number of bizarre gadgets. From rasps to dough hooks, each one serves at least one indispensable purpose, and some tools serve many. There’s almost nothing I love more than finding multiple uses for the…

    Read more...

    ", + "content": "

    When it comes to tools of the trade, the kitchen might be the weirdest room in your home, stocked with a great number of bizarre gadgets. From rasps to dough hooks, each one serves at least one indispensable purpose, and some tools serve many. There’s almost nothing I love more than finding multiple uses for the…

    Read more...

    ", + "category": "springform pan", + "link": "https://lifehacker.com/how-to-use-a-springform-pan-and-what-to-do-if-you-dont-1848355848", + "creator": "Allie Chanthorn Reinmann", + "pubDate": "Fri, 14 Jan 2022 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164689,16 +167515,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "347b8208f464a2139e4f9a5f8385ca32" + "hash": "2b65a80cc638d3d111ccff5cc49d4e6b", + "highlights": [] }, { - "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": "Do 'Legal' Weed Alternatives Really Work?", + "description": "

    Even as an increasing number of Americans have come to accept the use of cannabis, one thing that hasn’t budged much is how accessible it is. Sure, more states are legalizing the stuff every year, but even where weed is legal, you can’t just walk into the corner store and buy it alongside some toilet paper and a…

    Read more...

    ", + "content": "

    Even as an increasing number of Americans have come to accept the use of cannabis, one thing that hasn’t budged much is how accessible it is. Sure, more states are legalizing the stuff every year, but even where weed is legal, you can’t just walk into the corner store and buy it alongside some toilet paper and a…

    Read more...

    ", + "category": "raphael mechoulam", + "link": "https://lifehacker.com/do-legal-weed-alternatives-really-work-1848352666", + "creator": "Danielle Guercio", + "pubDate": "Thu, 13 Jan 2022 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164710,16 +167537,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0092acc764513db8a60b2e4cee06dd7" + "hash": "19ea52b74e06ccb3d4ee9835d9debce1", + "highlights": [] }, { - "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": "Stop Using Round Measuring Spoons", + "description": "

    I don’t tend to make product recommendation or write reviews. With the exception of wildly popular appliances like the air fryer and Instant Pot, I try to ensure my recipes don’t hinge on any one piece of equipment, and my own kitchen is stocked with things I inherited, or purchased at Goodwill or the restaurant…

    Read more...

    ", + "content": "

    I don’t tend to make product recommendation or write reviews. With the exception of wildly popular appliances like the air fryer and Instant Pot, I try to ensure my recipes don’t hinge on any one piece of equipment, and my own kitchen is stocked with things I inherited, or purchased at Goodwill or the restaurant…

    Read more...

    ", + "category": "spoons", + "link": "https://lifehacker.com/stop-using-round-measuring-spoons-1848348945", + "creator": "Claire Lower", + "pubDate": "Thu, 13 Jan 2022 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164731,16 +167559,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6b94579c071f3d15c2edaf4920a332e" + "hash": "4c0cde8aff09a2283e1acd6a30f977be", + "highlights": [] }, { - "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": "What Not to Say When You’re Buying or Selling a Home", + "description": "

    While buying or selling a home can bring up a lot of personal feelings, it’s ultimately a business deal, and it’s best to keep your cards close to your chest. Expressing every thought you have or sharing every detail about your situation could backfire, making you less competitive, compromising your leverage, or…

    Read more...

    ", + "content": "

    While buying or selling a home can bring up a lot of personal feelings, it’s ultimately a business deal, and it’s best to keep your cards close to your chest. Expressing every thought you have or sharing every detail about your situation could backfire, making you less competitive, compromising your leverage, or…

    Read more...

    ", + "category": "real estate industry", + "link": "https://lifehacker.com/what-not-to-say-when-you-re-buying-or-selling-a-home-1848346121", + "creator": "Emily Long", + "pubDate": "Thu, 13 Jan 2022 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164752,16 +167581,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c62f872d982de58ac55da94b0e8b132" + "hash": "458511a431764230efc6e4c8a2881a59", + "highlights": [] }, { - "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": "How to Hide the Fact That Your Cat Poops in a Box in Your House", + "description": "

    Cats make every home better—this is an undeniable fact. But with every cat comes an unsightly litter box (or two), and the age-old conundrum of where to store it. Sure, you can buy a piece of furniture, like this “storage bench,” that is specifically meant to hide a litter box away and provide your favorite feline…

    Read more...

    ", + "content": "

    Cats make every home better—this is an undeniable fact. But with every cat comes an unsightly litter box (or two), and the age-old conundrum of where to store it. Sure, you can buy a piece of furniture, like this “storage bench,” that is specifically meant to hide a litter box away and provide your favorite feline…

    Read more...

    ", + "category": "containers", + "link": "https://lifehacker.com/how-to-hide-the-fact-that-your-cat-poops-in-a-box-in-yo-1848344666", + "creator": "Rachel Fairbank", + "pubDate": "Thu, 13 Jan 2022 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164773,16 +167603,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4649e59225f3d3b2a1704c5b6cfa2a24" + "hash": "a8ce8973f1ddecbceea0614b044d7849", + "highlights": [] }, { - "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": "How to Know if a QR Code or a Short URL Is Safe", + "description": "

    You may have noticed that we are firmly in the age of the QR code—every restaurant, state agency, and shop you interact with has a QR code prominently displayed. The technology is one of convenience, taking us to information we want quickly and directly, while hiding the actual destination until we have arrived. That…

    Read more...

    ", + "content": "

    You may have noticed that we are firmly in the age of the QR code—every restaurant, state agency, and shop you interact with has a QR code prominently displayed. The technology is one of convenience, taking us to information we want quickly and directly, while hiding the actual destination until we have arrived. That…

    Read more...

    ", + "category": "url", + "link": "https://lifehacker.com/how-to-know-if-a-qr-code-or-a-short-url-is-safe-1848346007", + "creator": "Jeff Somers", + "pubDate": "Thu, 13 Jan 2022 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164794,16 +167625,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "11326c4d9a355f2faf2dd745f4272c95" + "hash": "08b8b1e682f4ca5de4578fdbafdb1f25", + "highlights": [] }, { - "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", + "title": "8 Ways You Can Make Siri Less Annoying", + "description": "

    To me, Siri is perhaps the most annoying feature of my iPhone. You can’t fix some of its problems—such as Siri’s inability to comprehend certain basic commands or to reliably return useful results—but there are several settings you can adjust Siri less grating and more useful. Let’s walk through them.

    Read more...

    ", + "content": "

    To me, Siri is perhaps the most annoying feature of my iPhone. You can’t fix some of its problems—such as Siri’s inability to comprehend certain basic commands or to reliably return useful results—but there are several settings you can adjust Siri less grating and more useful. Let’s walk through them.

    Read more...

    ", + "category": "siri", + "link": "https://lifehacker.com/8-ways-you-can-make-siri-less-annoying-1848343339", "creator": "Pranay Parab", - "pubDate": "Mon, 20 Dec 2021 18:30:00 GMT", + "pubDate": "Thu, 13 Jan 2022 13:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164815,16 +167647,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ffc735ab21502eef453cb0d951668b59" + "hash": "75c247ac07bb0c9bbe6623d6126c968f", + "highlights": [] }, { - "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": "Where to Get Reimbursed for Spoiled Food After a Power Outage", + "description": "

    As cold, sleet, ice, and snow descend across many areas of the country, the threat of losing power looms large. While a power outage may pose only a minor inconvenience of eating leftovers by head lamp for a night, sometimes it can have much longer, more costly effects as the food in your refrigerator slowly spoils.…

    Read more...

    ", + "content": "

    As cold, sleet, ice, and snow descend across many areas of the country, the threat of losing power looms large. While a power outage may pose only a minor inconvenience of eating leftovers by head lamp for a night, sometimes it can have much longer, more costly effects as the food in your refrigerator slowly spoils.…

    Read more...

    ", + "category": "outage", + "link": "https://lifehacker.com/where-to-get-reimbursed-for-spoiled-food-after-a-power-1848347899", + "creator": "Sarah Showfety", + "pubDate": "Thu, 13 Jan 2022 13:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164836,16 +167669,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "771fc963173da381acc642b29654e169" + "hash": "fa00d50aa53b2e74bb5004c1024f9a8f", + "highlights": [] }, { - "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": "The Secret to Really Believing in Yourself", + "description": "

    Have you committed to a new habit—exercising, let’s say—but keep falling off the wagon? Do you give up when the going gets tough? Does this whole “pursuing goals” idea seem really daunting? You may have low self-efficacy. But don’t worry: self-efficacy is something that you can build with practice.

    Read more...

    ", + "content": "

    Have you committed to a new habit—exercising, let’s say—but keep falling off the wagon? Do you give up when the going gets tough? Does this whole “pursuing goals” idea seem really daunting? You may have low self-efficacy. But don’t worry: self-efficacy is something that you can build with practice.

    Read more...

    ", + "category": "buddy", + "link": "https://lifehacker.com/the-secret-to-really-believing-in-yourself-1848348079", + "creator": "Beth Skwarecki", + "pubDate": "Wed, 12 Jan 2022 22:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164857,16 +167691,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "164c4f1bd59dd26693cde433da660320" + "hash": "36c899543030b51aef26a974185140e5", + "highlights": [] }, { - "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": "The (10+2)*5 Method Will Help You Get More Done in a Day", + "description": "

    Whether you’re trying to write a novel or send an email, it can be hard to get yourself to stick to a set work schedule. I certainly struggle to hold myself accountable; I mean, I know the person who set the terms here, and she’s pretty easy to undermine. That’s why I welcome any sort of productivity hack that will…

    Read more...

    ", + "content": "

    Whether you’re trying to write a novel or send an email, it can be hard to get yourself to stick to a set work schedule. I certainly struggle to hold myself accountable; I mean, I know the person who set the terms here, and she’s pretty easy to undermine. That’s why I welcome any sort of productivity hack that will…

    Read more...

    ", + "category": "a line", + "link": "https://lifehacker.com/the-10-2-5-method-will-help-you-get-more-done-in-a-da-1848347801", + "creator": "Meredith Dietz", + "pubDate": "Wed, 12 Jan 2022 21:44:58 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164878,16 +167713,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "27846e3fa1ad979883f0a5eb540aafe5" + "hash": "c0c3f20e6aac83286487c6099f5c8e16", + "highlights": [] }, { - "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": "Your 'Olive Oil' Bottle Is Lying to You", + "description": "

    Given my state of origin (Mississippi), it’s not surprising that my favorite cooking fats are bacon grease and butter. They make food taste like home, but they aren’t the fats I reach for if I’m oil-poaching a salmon filet, whipping up a quick vinaigrette, or making a vegan marinara (which, incidentally, is even…

    Read more...

    ", + "content": "

    Given my state of origin (Mississippi), it’s not surprising that my favorite cooking fats are bacon grease and butter. They make food taste like home, but they aren’t the fats I reach for if I’m oil-poaching a salmon filet, whipping up a quick vinaigrette, or making a vegan marinara (which, incidentally, is even…

    Read more...

    ", + "category": "oil", + "link": "https://lifehacker.com/your-olive-oil-bottle-is-lying-to-you-1848346076", + "creator": "Claire Lower", + "pubDate": "Wed, 12 Jan 2022 21:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164899,16 +167735,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "771ee8f56629b7b34b450a26ee26cede" + "hash": "494c751b92f7fc7435c2a63454714bff", + "highlights": [] }, { - "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": "This App Brings TikTok's Discoverability to Spotify", + "description": "

    The secret to TikTok’s addictive nature is twofold. One, it uses an endless scrolling interface, meaning you can swipe through video after video for as long as you can hold out. Two, its algorithm is incredibly effective at figuring out your interests, so it mostly shows you videos you will want to see. If you’ve been…

    Read more...

    ", + "content": "

    The secret to TikTok’s addictive nature is twofold. One, it uses an endless scrolling interface, meaning you can swipe through video after video for as long as you can hold out. Two, its algorithm is incredibly effective at figuring out your interests, so it mostly shows you videos you will want to see. If you’ve been…

    Read more...

    ", + "category": "tiktok", + "link": "https://lifehacker.com/this-app-brings-tiktoks-discoverability-to-spotify-1848345114", + "creator": "Jake Peterson", + "pubDate": "Wed, 12 Jan 2022 20:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164920,16 +167757,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "267c40907d8ace4cc0768ee5ad5c0ac7" + "hash": "a484ea25753d76310124fb10106daf6b", + "highlights": [] }, { - "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": "How Long Can You Keep Using the Same N95 Mask?", + "description": "

    Omicron continues to overwhelm hospitals and healthcare workers already worn out by Delta. At this stage of the pandemic, and with the healthcare system once again teetering on the edge, experts are urging people to ditch their cloth masks in favor of N95 or KN95 respirators. But these masks are more expensive than…

    Read more...

    ", + "content": "

    Omicron continues to overwhelm hospitals and healthcare workers already worn out by Delta. At this stage of the pandemic, and with the healthcare system once again teetering on the edge, experts are urging people to ditch their cloth masks in favor of N95 or KN95 respirators. But these masks are more expensive than…

    Read more...

    ", + "category": "mask", + "link": "https://lifehacker.com/how-long-can-you-keep-using-the-same-n95-mask-1848345117", + "creator": "Meredith Dietz", + "pubDate": "Wed, 12 Jan 2022 20:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164941,16 +167779,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d7ed586ba3e037097ab3be6a16328481" + "hash": "67cf585e0d61ea2efd27b26c28a95b30", + "highlights": [] }, { - "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", + "title": "7 of the Best Cloud Storage Services That Are Cheaper Than iCloud, Google One, and OneDrive", + "description": "

    Cloud storage still costs a lot of money: $10 per month for 2TB storage has become the standard with all major services like iCloud, Google One, and OneDrive. And our need for more of it is ever-increasing. From backing up data, sharing hour-long Zoom sessions, to just RAW video files, uncompressed video files or CAD…

    Read more...

    ", + "content": "

    Cloud storage still costs a lot of money: $10 per month for 2TB storage has become the standard with all major services like iCloud, Google One, and OneDrive. And our need for more of it is ever-increasing. From backing up data, sharing hour-long Zoom sessions, to just RAW video files, uncompressed video files or CAD…

    Read more...

    ", + "category": "cloud storage", + "link": "https://lifehacker.com/7-of-the-best-cloud-storage-services-that-are-cheaper-t-1848337152", "creator": "Khamosh Pathak", - "pubDate": "Mon, 20 Dec 2021 15:00:00 GMT", + "pubDate": "Wed, 12 Jan 2022 19:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164962,16 +167801,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "13cc2d85b6fb6a1e657f809d4d5a71ed" + "hash": "252e456f5e45cd730431cda6e5aad375", + "highlights": [] }, { - "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": "What Are 'Comorbidities,' Anyway?", + "description": "

    Rochelle Walensky, the CDC director, recently said it was “encouraging news” that most people who have died of COVID-19 had multiple comorbidities. While I’d disagree with the “encouraging” part, I think it’s important to take a look at what comorbidities really are.

    Read more...

    ", + "content": "

    Rochelle Walensky, the CDC director, recently said it was “encouraging news” that most people who have died of COVID-19 had multiple comorbidities. While I’d disagree with the “encouraging” part, I think it’s important to take a look at what comorbidities really are.

    Read more...

    ", + "category": "systemic inflammation", + "link": "https://lifehacker.com/what-are-comorbidities-anyway-1848346305", + "creator": "Beth Skwarecki", + "pubDate": "Wed, 12 Jan 2022 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -164983,16 +167823,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f45fa95607d55e147c9cb69acc3fc944" + "hash": "a35825f4009a895bdd8da850528e3018", + "highlights": [] }, { - "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": "Everything You Need to Know to Survive a Tsunami", + "description": "

    Tsunamis can be very, very bad. Caused by earthquakes, underwater landslides, volcanic eruptions, or asteroid strikes, these massive waves absolutely devastate coastal areas. They can take out all infrastructure in minutes, and almost everyone caught in a large tsunami’s waters will die. The 2004 Boxing Day tsunami…

    Read more...

    ", + "content": "

    Tsunamis can be very, very bad. Caused by earthquakes, underwater landslides, volcanic eruptions, or asteroid strikes, these massive waves absolutely devastate coastal areas. They can take out all infrastructure in minutes, and almost everyone caught in a large tsunami’s waters will die. The 2004 Boxing Day tsunami…

    Read more...

    ", + "category": "tsunami", + "link": "https://lifehacker.com/everything-you-need-to-know-to-survive-a-tsunami-1848345538", + "creator": "Stephen Johnson", + "pubDate": "Wed, 12 Jan 2022 18:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165004,16 +167845,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "423d7677624d91fc076f8ae94b904d23" + "hash": "68ec9583165331a2d49d7ac086b5525e", + "highlights": [] }, { - "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": "15 DIY Shortcuts That Are Sure to Make Your Home Repairs Easier", + "description": "

    Every year, homeowners around the world resolve to finally tackle a long list of deferred maintenance projects. After years of hiding stains, cracks, and holes in the walls, we decide that this is the year everything changes. But a few months later, nothing’s been fixed. All it usually takes is realizing you’re…

    Read more...

    ", + "content": "

    Every year, homeowners around the world resolve to finally tackle a long list of deferred maintenance projects. After years of hiding stains, cracks, and holes in the walls, we decide that this is the year everything changes. But a few months later, nothing’s been fixed. All it usually takes is realizing you’re…

    Read more...

    ", + "category": "woodworking", + "link": "https://lifehacker.com/15-diy-shortcuts-that-are-sure-to-make-your-home-repair-1848344693", + "creator": "Jeff Somers", + "pubDate": "Wed, 12 Jan 2022 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165025,16 +167867,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3c30f7f1238fe59d971a4cf22f0f66a" + "hash": "b36035f3d94d872b5b3f12a7a2395e2f", + "highlights": [] }, { - "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": "8 Things You Should Never Put in Your Dishwasher", + "description": "

    Many of us, myself included, would have a hard time thriving without a dishwasher. Sure, we’d survive, but buried under an overflowing, never-ending pile of cooking tools, dishes, and food containers to wash. (It seems pretty never-ending even with a dishwasher.)

    Read more...

    ", + "content": "

    Many of us, myself included, would have a hard time thriving without a dishwasher. Sure, we’d survive, but buried under an overflowing, never-ending pile of cooking tools, dishes, and food containers to wash. (It seems pretty never-ending even with a dishwasher.)

    Read more...

    ", + "category": "dishwasher", + "link": "https://lifehacker.com/8-things-you-should-never-put-in-your-dishwasher-1848341293", + "creator": "Sarah Showfety", + "pubDate": "Wed, 12 Jan 2022 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165046,16 +167889,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "73961099d1c87232e4b4d175c2ec0351" + "hash": "adb8d771066395a8a0a9107814b47ec0", + "highlights": [] }, { - "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": "9 Ways to Become More Anonymous on Reddit", + "description": "

    Even if you’re using an anonymous user name on Reddit, the site’s default privacy settings expose a lot of your data. Although achieving complete anonymity is impossible, you can stop Reddit from logging each link you click and using your preferences for advertising. These are the top privacy settings that everyone…

    Read more...

    ", + "content": "

    Even if you’re using an anonymous user name on Reddit, the site’s default privacy settings expose a lot of your data. Although achieving complete anonymity is impossible, you can stop Reddit from logging each link you click and using your preferences for advertising. These are the top privacy settings that everyone…

    Read more...

    ", + "category": "reddit", + "link": "https://lifehacker.com/9-ways-to-become-more-anonymous-on-reddit-1848343187", + "creator": "Pranay Parab", + "pubDate": "Wed, 12 Jan 2022 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165067,16 +167911,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "95ad7ffe37f5bb712e0ae55a96391fc3" + "hash": "f0bd204d8a79bcfc1bba1ca3828a828f", + "highlights": [] }, { - "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": "26 New TV Series Everyone Will Watch This Year", + "description": "

    Look, let’s be real: Pandemic notwithstanding, we’re not going to the movies like we used to. A lot of the kinds of dramas we used to buy tickets for have migrated to TV and expanded in scope, and as a result, TV’s gotten...pretty good. This year’s slate of new movies is enticing, but we’ll probably be fine if we sit…

    Read more...

    ", + "content": "

    Look, let’s be real: Pandemic notwithstanding, we’re not going to the movies like we used to. A lot of the kinds of dramas we used to buy tickets for have migrated to TV and expanded in scope, and as a result, TV’s gotten...pretty good. This year’s slate of new movies is enticing, but we’ll probably be fine if we sit…

    Read more...

    ", + "category": "michelle pfeiffer", + "link": "https://lifehacker.com/26-new-tv-series-everyone-will-watch-this-year-1848329491", + "creator": "Ross Johnson", + "pubDate": "Wed, 12 Jan 2022 16:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165088,16 +167933,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b20ac6a1ecfa0a03fcabfe1d94f29fd8" + "hash": "4b2790900751bf090ed7a2f68ff79e45", + "highlights": [] }, { - "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", + "title": "Don’t Eat These Recalled Salads, FDA Says", + "description": "

    If your last shopping trip or food delivery included bagged salads, you’re going to want to check the label to see if it’s one of the products being recalled over a risk of contamination from Listeria monocytogenes, according to an announcement from U.S. Food and Drug Administration (FDA).

    Read more...

    ", + "content": "

    If your last shopping trip or food delivery included bagged salads, you’re going to want to check the label to see if it’s one of the products being recalled over a risk of contamination from Listeria monocytogenes, according to an announcement from U.S. Food and Drug Administration (FDA).

    Read more...

    ", + "category": "salads", + "link": "https://lifehacker.com/don-t-eat-these-recalled-salads-fda-says-1848344484", "creator": "Elizabeth Yuko", - "pubDate": "Sat, 18 Dec 2021 16:00:00 GMT", + "pubDate": "Wed, 12 Jan 2022 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165109,16 +167955,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d0d2af7786700a21d95d33c8527883f" + "hash": "525baa2a6c0a62a52116182115d07190", + "highlights": [] }, { - "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": "You Should Waffle Some Falafel Mix", + "description": "

    Until very recently, I had never watched an entire season of the Real Housewives franchise. I had tried to get into Beverly Hills, but it did not take. For whatever reason (ennui and boredom), I decided to give Salt Lake City a try, and I am now borderline obsessed with a bunch of rich women who live in Utah.

    Read more...

    ", + "content": "

    Until very recently, I had never watched an entire season of the Real Housewives franchise. I had tried to get into Beverly Hills, but it did not take. For whatever reason (ennui and boredom), I decided to give Salt Lake City a try, and I am now borderline obsessed with a bunch of rich women who live in Utah.

    Read more...

    ", + "category": "waffle", + "link": "https://lifehacker.com/you-should-waffle-some-falafel-mix-1848341955", + "creator": "Claire Lower", + "pubDate": "Wed, 12 Jan 2022 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165130,16 +167977,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b624396790e110f4e0f859ccd5221a4e" + "hash": "ba4373b71862f689d6ac16f7e0392f73", + "highlights": [] }, { - "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": "Things You Should Never Say to Someone Struggling with Depression", + "description": "

    Whatever your experiences with own mental health, it’s daunting to find the perfect thing to say when someone you care about is struggling with depression. But it’s easier to figure out what not to say.

    Read more...

    ", + "content": "

    Whatever your experiences with own mental health, it’s daunting to find the perfect thing to say when someone you care about is struggling with depression. But it’s easier to figure out what not to say.

    Read more...

    ", + "category": "depression", + "link": "https://lifehacker.com/things-you-should-never-say-to-someone-struggling-with-1848341256", + "creator": "Meredith Dietz", + "pubDate": "Wed, 12 Jan 2022 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165151,16 +167999,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "003333e11e11eab3421c0347edf4fe5d" + "hash": "218178c38211d379054ec47e288b7c32", + "highlights": [] }, { - "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": "Do You Really Have to Cool Down After Exercise?", + "description": "

    A cooldown is part of every workout, in theory. Whether it’s a session with weights at the gym, or a run outdoors, you’re supposed to do some kind of slower-paced activity at the end, and maybe even stretch a little. But honestly, I don’t always have the time. And when I skip my cooldown, nothing bad happens. What…

    Read more...

    ", + "content": "

    A cooldown is part of every workout, in theory. Whether it’s a session with weights at the gym, or a run outdoors, you’re supposed to do some kind of slower-paced activity at the end, and maybe even stretch a little. But honestly, I don’t always have the time. And when I skip my cooldown, nothing bad happens. What…

    Read more...

    ", + "category": "fitness", + "link": "https://lifehacker.com/do-you-really-have-to-cool-down-after-exercise-1848341365", + "creator": "Beth Skwarecki", + "pubDate": "Wed, 12 Jan 2022 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165172,16 +168021,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ca08a9d7a6f6e5f1090d9e992c2d1c8" + "hash": "391e831f3fb680652dcfad473ec4d4db", + "highlights": [] }, { - "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": "Don't Buy Apple's Accessories", + "description": "

    I’m an Apple fan. I’m pretty much entirely enrolled in the ecosystem, working between my iPhone, iPad, Mac, and Apple Watch throughout the day (sadly, no iPod). However, there’s one aspect of the Apple universe that I don’t subscribe to, and, in fact, make an effort to steer away from: accessory loyalty.

    Read more...

    ", + "content": "

    I’m an Apple fan. I’m pretty much entirely enrolled in the ecosystem, working between my iPhone, iPad, Mac, and Apple Watch throughout the day (sadly, no iPod). However, there’s one aspect of the Apple universe that I don’t subscribe to, and, in fact, make an effort to steer away from: accessory loyalty.

    Read more...

    ", + "category": "apple", + "link": "https://lifehacker.com/dont-buy-apples-accessories-1848340426", + "creator": "Jake Peterson", + "pubDate": "Wed, 12 Jan 2022 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165193,16 +168043,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6fa1d85707f63e33dab0c95141ab50fd" + "hash": "1eaa539feb879219ff4e89533ae48d9b", + "highlights": [] }, { - "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": "How to Protect Your Student Laptop and Accounts From Hackers", + "description": "

    Cyberattacks are a huge risk, and they’re on the rise. College students—especially those who are away from home, bringing their devices to class, or frequently connecting to public wifi—may be particularly vulnerable to hacks and cybercrime. Here’s how they can avoid becoming a victim of a cyberattack.

    Read more...

    ", + "content": "

    Cyberattacks are a huge risk, and they’re on the rise. College students—especially those who are away from home, bringing their devices to class, or frequently connecting to public wifi—may be particularly vulnerable to hacks and cybercrime. Here’s how they can avoid becoming a victim of a cyberattack.

    Read more...

    ", + "category": "access control", + "link": "https://lifehacker.com/how-to-protect-your-student-laptop-and-accounts-from-ha-1848245958", + "creator": "Shannon Flynn", + "pubDate": "Wed, 12 Jan 2022 13:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165214,16 +168065,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b3f7f368b83f33a94382fb2847f5473" + "hash": "af133b25d36836d7104007f4c439e2ed", + "highlights": [] }, { - "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": "Why You Should Write in Longhand More Often", + "description": "

    As far back as the 1930s, when manual typewriters walked the Earth, people have been predicting that some future generation will no longer need to write with a pen and paper—and these days, it’s true that most communication involves a keyboard of some sort. And yet, longhand is making a comeback. And that’s a good…

    Read more...

    ", + "content": "

    As far back as the 1930s, when manual typewriters walked the Earth, people have been predicting that some future generation will no longer need to write with a pen and paper—and these days, it’s true that most communication involves a keyboard of some sort. And yet, longhand is making a comeback. And that’s a good…

    Read more...

    ", + "category": "twitter", + "link": "https://lifehacker.com/why-you-should-write-in-longhand-more-often-1848339416", + "creator": "Jeff Somers", + "pubDate": "Wed, 12 Jan 2022 13:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165235,16 +168087,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c83d94131eaa19fae8f38b4321d27a0" + "hash": "365efc5a043a57542d0a428a37f0b9f1", + "highlights": [] }, { - "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": "How to Stream Movies and TV in Virtual Reality", + "description": "

    I was drawn to virtual reality by the idea I’d be able to actively immerse myself in other worlds. I loved the idea of full body fruit-slashing in Fruit Ninja, or getting fit with Supernatural’s boxing workouts. In practice though, VR’s most satisfying experience for me has been watching Vivarium on a virtual big…

    Read more...

    ", + "content": "

    I was drawn to virtual reality by the idea I’d be able to actively immerse myself in other worlds. I loved the idea of full body fruit-slashing in Fruit Ninja, or getting fit with Supernatural’s boxing workouts. In practice though, VR’s most satisfying experience for me has been watching Vivarium on a virtual big…

    Read more...

    ", + "category": "virtual reality", + "link": "https://lifehacker.com/how-to-stream-movies-and-tv-in-virtual-reality-1848340674", + "creator": "Stephen Johnson", + "pubDate": "Tue, 11 Jan 2022 21:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165256,16 +168109,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b95a576d7715e6fd630fa3ba562a202a" + "hash": "3582fb9687ad9609e1851644f5588e7f", + "highlights": [] }, { - "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": "How to Use Up Leftover Fish Without Causing a Stink", + "description": "

    Not all leftovers are on the same level. There are tiers. At the top, you’ve got your pasta sauces, your stews, your chili—the stuff that actually tastes better after a night in the fridge than it does straight off the stove. Then you have your mid-tier, which is most leftovers: mashed potatoes, steak, roasted…

    Read more...

    ", + "content": "

    Not all leftovers are on the same level. There are tiers. At the top, you’ve got your pasta sauces, your stews, your chili—the stuff that actually tastes better after a night in the fridge than it does straight off the stove. Then you have your mid-tier, which is most leftovers: mashed potatoes, steak, roasted…

    Read more...

    ", + "category": "condiments", + "link": "https://lifehacker.com/how-to-use-up-leftover-fish-without-causing-a-stink-1848339763", + "creator": "Claire Lower", + "pubDate": "Tue, 11 Jan 2022 21:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165277,16 +168131,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6811a975fe438f0df1db837760f4177d" + "hash": "5110c76cbf4ff3ab014c209db3a8dd9d", + "highlights": [] }, { - "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": "Google Chrome Can Identify Any Song in a Movie While You Stream It", + "description": "

    We live in magical times. Sure, the world’s on fire, but our devices can tell you the name of just about any song playing in your vicinity. The future is now! Solutions for this problem have existed for a while in various apps and built-in services, but now, a new solution comes to Chrome: the next time you hear a…

    Read more...

    ", + "content": "

    We live in magical times. Sure, the world’s on fire, but our devices can tell you the name of just about any song playing in your vicinity. The future is now! Solutions for this problem have existed for a while in various apps and built-in services, but now, a new solution comes to Chrome: the next time you hear a…

    Read more...

    ", + "category": "google chrome", + "link": "https://lifehacker.com/google-chrome-can-identify-any-song-in-a-movie-while-yo-1848338495", + "creator": "Jake Peterson", + "pubDate": "Tue, 11 Jan 2022 20:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165298,16 +168153,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "edb854413c6aed82a54f006a866ee03e" + "hash": "ecbc4c4170d875d66d2251a3a82d63b1", + "highlights": [] }, { - "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": "9 Roles That Revealed Bob Saget's Filthy Sense of Humor", + "description": "

    As beloved ‘80s/’90s sitcom dad Danny Tanner, Bob Saget dispensed wholesome wisdom with a smile, soaking in the “awwwws” from an audience who loved and appreciated the gentle hijinks of the Full House family. During the same era, he hosted America’s Funniest Home Videos, providing amusing commentary over…

    Read more...

    ", + "content": "

    As beloved ‘80s/’90s sitcom dad Danny Tanner, Bob Saget dispensed wholesome wisdom with a smile, soaking in the “awwwws” from an audience who loved and appreciated the gentle hijinks of the Full House family. During the same era, he hosted America’s Funniest Home Videos, providing amusing commentary over…

    Read more...

    ", + "category": "bob saget", + "link": "https://lifehacker.com/9-roles-that-revealed-bob-sagets-filthy-sense-of-humor-1848337727", + "creator": "Ross Johnson", + "pubDate": "Tue, 11 Jan 2022 20:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165319,16 +168175,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "904333a165ac678a5eb1183b1ed5be67" + "hash": "02c1229425f2eb758f6cefa94b77ea02", + "highlights": [] }, { - "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": "How to Stop Being so Damn Self-Deprecating", + "description": "

    No one likes a big ego, and the ability to laugh at yourself is an important skill. On the flip side, humility has its limits, too. If you’re someone who really can’t accept a compliment, or you’re constantly downplaying everything about yourself, then your self-deprecation is likely doing more harm than good.

    Read more...

    ", + "content": "

    No one likes a big ego, and the ability to laugh at yourself is an important skill. On the flip side, humility has its limits, too. If you’re someone who really can’t accept a compliment, or you’re constantly downplaying everything about yourself, then your self-deprecation is likely doing more harm than good.

    Read more...

    ", + "category": "self deprecation", + "link": "https://lifehacker.com/how-to-stop-being-so-damn-self-deprecating-1848316538", + "creator": "Meredith Dietz", + "pubDate": "Tue, 11 Jan 2022 19:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165340,16 +168197,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "600535de4a3841cfe4c2de769cbdea08" + "hash": "304325c3038f2177f150d661f9ece3ce", + "highlights": [] }, { - "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": "The Easiest Way to Retile Your Shower Floor", + "description": "

    Remodeling evokes a lot of contradictory emotions, from excitement over the possibilities to dread concerning the time, trouble, and mess—and few places are as anxiety-inducing to tackle as a bathroom. But if you’re considering retiling your shower, it may be easier than you think; you probably can do it without all…

    Read more...

    ", + "content": "

    Remodeling evokes a lot of contradictory emotions, from excitement over the possibilities to dread concerning the time, trouble, and mess—and few places are as anxiety-inducing to tackle as a bathroom. But if you’re considering retiling your shower, it may be easier than you think; you probably can do it without all…

    Read more...

    ", + "category": "shower", + "link": "https://lifehacker.com/the-easiest-way-to-retile-your-shower-floor-1848338026", + "creator": "Jeff Somers", + "pubDate": "Tue, 11 Jan 2022 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165361,16 +168219,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8acaaa90afa40a5d2c23932596215588" + "hash": "da074528b6fafb945d16e0d2dda11873", + "highlights": [] }, { - "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": "Do Sprinkles, Food Coloring, and Icing Ever Really Expire?", + "description": "

    I cleaned out my pantry over the weekend and it led to a lot of existential questions, mostly about sprinkles. In addition to my normal stash, which I’ve had for numerous holiday cookie decorating seasons, my sister gifted me an assortment of pastel eggs, lime green sugar, and other bonbons de décoration that she…

    Read more...

    ", + "content": "

    I cleaned out my pantry over the weekend and it led to a lot of existential questions, mostly about sprinkles. In addition to my normal stash, which I’ve had for numerous holiday cookie decorating seasons, my sister gifted me an assortment of pastel eggs, lime green sugar, and other bonbons de décoration that she…

    Read more...

    ", + "category": "icing", + "link": "https://lifehacker.com/do-sprinkles-food-coloring-and-icing-ever-really-expi-1848338800", + "creator": "Sarah Showfety", + "pubDate": "Tue, 11 Jan 2022 18:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165382,16 +168241,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4fc958bf53883a12c7833308d2f950a9" + "hash": "173897457c2e28f44fa7fc4e5ac44e1e", + "highlights": [] }, { - "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": "The Best Meal-Planning Apps, Because You’re Sick of Doing It Yourself", + "description": "

    Feeding yourself, not to mention a hungry household, is a lot of work. There’s the planning, shopping, cooking, and cleaning, all of which has to be done over and over again. Given just how exhausting this can be, it’s no wonder we find ourselves frequently ordering takeout or popping a frozen pizza into the oven.

    Read more...

    ", + "content": "

    Feeding yourself, not to mention a hungry household, is a lot of work. There’s the planning, shopping, cooking, and cleaning, all of which has to be done over and over again. Given just how exhausting this can be, it’s no wonder we find ourselves frequently ordering takeout or popping a frozen pizza into the oven.

    Read more...

    ", + "category": "cognition", + "link": "https://lifehacker.com/the-best-meal-planning-apps-because-you-re-sick-of-doi-1848337864", + "creator": "Rachel Fairbank", + "pubDate": "Tue, 11 Jan 2022 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165403,16 +168263,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "565b5bc3b6da41d086a7368991322b81" + "hash": "cca6167066de6f5b898c6a25cc3bec40", + "highlights": [] }, { - "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": "How to Choose a Higher-Quality Mask (Because Cloth Masks Aren’t Cutting It)", + "description": "

    With COVID case counts still high and potentially more-contagious variants spreading, it’s time to up your mask game. Doubling up is one solution, but N95s and other high-quality masks still provide the best filtration.

    Read more...

    ", + "content": "

    With COVID case counts still high and potentially more-contagious variants spreading, it’s time to up your mask game. Doubling up is one solution, but N95s and other high-quality masks still provide the best filtration.

    Read more...

    ", + "category": "mask", + "link": "https://lifehacker.com/how-to-buy-a-high-quality-mask-1846153740", + "creator": "Beth Skwarecki", + "pubDate": "Tue, 11 Jan 2022 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165424,16 +168285,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc818321e544b522b7ad8f38e40c5327" + "hash": "0e33fbe64ab43b48a2c4782870a50169", + "highlights": [] }, { - "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": "Why You Need Instant Gratification, According to Science", + "description": "

    Many of us have goals we want to achieve, whether it’s to eat healthier, work out more, read more books, or other things that we feel we should be doing. Usually, when we think about working toward our goals, we imagine making hard sacrifices along the way—waking up early to go to the gym, spending extra time…

    Read more...

    ", + "content": "

    Many of us have goals we want to achieve, whether it’s to eat healthier, work out more, read more books, or other things that we feel we should be doing. Usually, when we think about working toward our goals, we imagine making hard sacrifices along the way—waking up early to go to the gym, spending extra time…

    Read more...

    ", + "category": "gratification", + "link": "https://lifehacker.com/why-you-need-instant-gratification-according-to-scienc-1848331132", + "creator": "Rachel Fairbank", + "pubDate": "Tue, 11 Jan 2022 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165445,16 +168307,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6a00a0b8d1bf44c79c548927fb0835e" + "hash": "06fe0b970666c7f4d5aef18b63e356e2", + "highlights": [] }, { - "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": "How to Unlock the Hidden High Power Mode on Your 16” M1 Max MacBook Pro", + "description": "

    Got yourself a maxed-out 16" MacBook Pro with Apple’s latest and greatest M1 Max processor? You should know that there’s a hidden “High Power Mode” on your laptop that you can enable when you’re tackling resource-intensive tasks like 4K or 8K video editing. Here’s what the 16" MacBook Pro’s High Power Mode does, and…

    Read more...

    ", + "content": "

    Got yourself a maxed-out 16" MacBook Pro with Apple’s latest and greatest M1 Max processor? You should know that there’s a hidden “High Power Mode” on your laptop that you can enable when you’re tackling resource-intensive tasks like 4K or 8K video editing. Here’s what the 16" MacBook Pro’s High Power Mode does, and…

    Read more...

    ", + "category": "macbook", + "link": "https://lifehacker.com/how-to-unlock-the-hidden-high-power-mode-on-your-16-m1-1848312549", + "creator": "Pranay Parab", + "pubDate": "Tue, 11 Jan 2022 16:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165466,16 +168329,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "92e270810e32a5956df60b0aecf2581d" + "hash": "eda5fbedb42943166ba0a710867d5abf", + "highlights": [] }, { - "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", + "title": "How to Make a Burner Account on Reddit, Even Though They Don't Want You to Anymore", + "description": "

    Reddit allows more anonymity than most other social media websites, particularly by allowing burner or throwaway accounts without using an email address. Lately, though, Reddit has made it harder to spot how to create these anonymous accounts—but you can still create throwaway Reddit accounts on desktop and on mobile.

    Read more...

    ", + "content": "

    Reddit allows more anonymity than most other social media websites, particularly by allowing burner or throwaway accounts without using an email address. Lately, though, Reddit has made it harder to spot how to create these anonymous accounts—but you can still create throwaway Reddit accounts on desktop and on mobile.

    Read more...

    ", + "category": "reddit", + "link": "https://lifehacker.com/how-to-make-a-burner-account-on-reddit-even-though-the-1848336857", "creator": "Pranay Parab", - "pubDate": "Fri, 17 Dec 2021 14:00:00 GMT", + "pubDate": "Tue, 11 Jan 2022 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165487,16 +168351,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3717a0009d18ec628ebb130e20d9ef14" + "hash": "43e7ff6503604697df6da272e71dd656", + "highlights": [] }, { - "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": "How to Avoid a Hotel's BS Resort Fees", + "description": "

    I thought paying for access to hotel wifi was a practice that died a decade ago, but alas, there are still places that charge you to connect your devices to the internet. Some hotels also tack on supplemental charges for other amenities, like pools, bicycles, and beachfront yoga, that you may or may not use and that,…

    Read more...

    ", + "content": "

    I thought paying for access to hotel wifi was a practice that died a decade ago, but alas, there are still places that charge you to connect your devices to the internet. Some hotels also tack on supplemental charges for other amenities, like pools, bicycles, and beachfront yoga, that you may or may not use and that,…

    Read more...

    ", + "category": "hotel", + "link": "https://lifehacker.com/how-to-avoid-a-hotels-bullshit-resort-fees-1848335421", + "creator": "Emily Long", + "pubDate": "Tue, 11 Jan 2022 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165508,16 +168373,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad96d05282d10c71ed2bb68447515675" + "hash": "0a0bc4d5a5b67521e3d9f15b9917dd1e", + "highlights": [] }, { - "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": "You Can Actually Get Free Unlimited Cloud Storage From Telegram", + "description": "

    Free unlimited cloud storage is typically a myth. If someone sells you on it, it usually comes with many caveats—usually with privacy concerns. But there’s actually a totally free, unlimited cloud storage that is pretty legit, so long as it lasts. And it comes via Telegram.

    Read more...

    ", + "content": "

    Free unlimited cloud storage is typically a myth. If someone sells you on it, it usually comes with many caveats—usually with privacy concerns. But there’s actually a totally free, unlimited cloud storage that is pretty legit, so long as it lasts. And it comes via Telegram.

    Read more...

    ", + "category": "cloud storage", + "link": "https://lifehacker.com/you-can-actually-get-free-unlimited-cloud-storage-from-1848337055", + "creator": "Khamosh Pathak", + "pubDate": "Tue, 11 Jan 2022 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165529,16 +168395,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4d8d2eb905fbdf145b9dfe1038861ea" + "hash": "19ca1d5c71daccd024f2f6554fc3c8db", + "highlights": [] }, { - "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": "Why 'Under-Sharing' Is Just As Bad As Oversharing (and How to Stop Doing It)", + "description": "

    High-intensity emotions like anger, fear, anxiety, and despair are straight-up exhausting. It’s only natural to want to keep them to ourselves so as not to upset others—or come off as an uncouth over-sharer. But going too hard in the opposite direction is just as harmful in its own way. Here’s what chronic…

    Read more...

    ", + "content": "

    High-intensity emotions like anger, fear, anxiety, and despair are straight-up exhausting. It’s only natural to want to keep them to ourselves so as not to upset others—or come off as an uncouth over-sharer. But going too hard in the opposite direction is just as harmful in its own way. Here’s what chronic…

    Read more...

    ", + "category": "qualia", + "link": "https://lifehacker.com/why-under-sharing-is-just-as-bad-as-oversharing-and-ho-1848317273", + "creator": "A.A. Newton", + "pubDate": "Tue, 11 Jan 2022 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165550,16 +168417,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f75657a8074cc0493e03846c0b210563" + "hash": "afa4268b6c8f090601b9e3140f707e04", + "highlights": [] }, { - "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": "How Often Do Snakes, Rats, and Spiders Really Crawl Up Your Toilet Pipes? (And How to Stop Them)", + "description": "

    When it comes to terrible things that could happen to you, dying from heart disease is way more likely than a snake crawling out of your toilet, but the snake is scarier anyway. It’s not logical, but a beast slithering out of the sewer while you do your business is just wrong. But don’t worry. It’s not likely to…

    Read more...

    ", + "content": "

    When it comes to terrible things that could happen to you, dying from heart disease is way more likely than a snake crawling out of your toilet, but the snake is scarier anyway. It’s not logical, but a beast slithering out of the sewer while you do your business is just wrong. But don’t worry. It’s not likely to…

    Read more...

    ", + "category": "sanitation", + "link": "https://lifehacker.com/how-often-do-snakes-rats-and-spiders-really-crawl-up-1848335336", + "creator": "Stephen Johnson", + "pubDate": "Tue, 11 Jan 2022 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165571,16 +168439,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6cb13112409273401b5eddb07610d2cd" + "hash": "75e2e0f96cebd1fe770176104047237e", + "highlights": [] }, { - "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": "The Difference Between Bitrate, Resolution, and Frame Rate (and Why It Matters When Streaming Video)", + "description": "

    When you fire up a video on reputable streaming services like Netflix or HBO Max, you don’t have to think much about it; you just press play and enjoy. However, if you are (ahem) pirating that video, you might notice that you have a variety of video options to choose from: Bitrate, resolution, and frame rate. What are…

    Read more...

    ", + "content": "

    When you fire up a video on reputable streaming services like Netflix or HBO Max, you don’t have to think much about it; you just press play and enjoy. However, if you are (ahem) pirating that video, you might notice that you have a variety of video options to choose from: Bitrate, resolution, and frame rate. What are…

    Read more...

    ", + "category": "video", + "link": "https://lifehacker.com/the-difference-between-bitrate-resolution-and-frame-r-1848333060", + "creator": "Jake Peterson", + "pubDate": "Tue, 11 Jan 2022 13:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165592,16 +168461,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c39209ad14321339c1c27b1131bf7975" + "hash": "207b3a5cc8f2abdd1637d17c8d0428b4", + "highlights": [] }, { - "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": "The Best Way to Cook Seafood If You're Skittish About Cooking Seafood", + "description": "

    I only have one fitness goal for 2022: Get real swole. This, of course, involves eating a lot of protein, and sea creatures are a great source. For most of my life, fish was something that was battered in cornmeal and deep fried. If I had to pick one fish to eat for the rest of my life, catfish, prepared as I’ve just…

    Read more...

    ", + "content": "

    I only have one fitness goal for 2022: Get real swole. This, of course, involves eating a lot of protein, and sea creatures are a great source. For most of my life, fish was something that was battered in cornmeal and deep fried. If I had to pick one fish to eat for the rest of my life, catfish, prepared as I’ve just…

    Read more...

    ", + "category": "seafood", + "link": "https://lifehacker.com/the-best-way-to-cook-seafood-if-youre-skittish-about-co-1848334399", + "creator": "Claire Lower", + "pubDate": "Tue, 11 Jan 2022 13:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165613,16 +168483,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b663a0ee9db2257ed4af627215a6a8d4" + "hash": "121c340aa44e055daec20f89ddbad65b", + "highlights": [] }, { - "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": "All the Things You Didn't Know Dish Soap Can Clean", + "description": "

    We all know the glories of dish soap when used to fight hardened food, grease, and grime on our plates, pots, and utensils (y’all love your Dawn). But are you aware of its myriad potential other uses around the house? From stain-lifting to fruit fly control, behold the many blessed miracles of liquid dish detergent.

    Read more...

    ", + "content": "

    We all know the glories of dish soap when used to fight hardened food, grease, and grime on our plates, pots, and utensils (y’all love your Dawn). But are you aware of its myriad potential other uses around the house? From stain-lifting to fruit fly control, behold the many blessed miracles of liquid dish detergent.

    Read more...

    ", + "category": "soap", + "link": "https://lifehacker.com/all-the-things-you-didnt-know-dish-soap-can-clean-1848332952", + "creator": "Sarah Showfety", + "pubDate": "Mon, 10 Jan 2022 22:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165634,16 +168505,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8380a0e6106fb920003ae0c7a7d0221a" + "hash": "2b2559d801008da6be240191249192e9", + "highlights": [] }, { - "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": "Why You Shouldn't Panic About 'Deltacron' Yet", + "description": "

    Last week it was flurona. This week it’s something called “deltacron.” We’re primed to go “oh shit” when we hear about a new variant, because we’ve been burned by quite a few of them by now. But the scary names outnumber the things we actually need to be scared of.

    Read more...

    ", + "content": "

    Last week it was flurona. This week it’s something called “deltacron.” We’re primed to go “oh shit” when we hear about a new variant, because we’ve been burned by quite a few of them by now. But the scary names outnumber the things we actually need to be scared of.

    Read more...

    ", + "category": "sars cov 2 omicron variant", + "link": "https://lifehacker.com/why-you-shouldnt-panic-about-deltacron-yet-1848334101", + "creator": "Beth Skwarecki", + "pubDate": "Mon, 10 Jan 2022 21:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165655,16 +168527,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "60cd15def0336bbff053dbfb6dde4f25" + "hash": "67be8fecc5061a4bf895b6f66d0e4925", + "highlights": [] }, { - "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": "The Best Way to Figure Out How Much Wine You Need for a Party", + "description": "

    There’s a good chance you were gifted a number of wine bottles over the holidays. There’s a greater chance that you’ve already worked your way through them, and it’s time to hit the wine store for your next event. Whether you’re hosting a fancy dinner party or you’ve been assigned “wine duty” for a casual…

    Read more...

    ", + "content": "

    There’s a good chance you were gifted a number of wine bottles over the holidays. There’s a greater chance that you’ve already worked your way through them, and it’s time to hit the wine store for your next event. Whether you’re hosting a fancy dinner party or you’ve been assigned “wine duty” for a casual…

    Read more...

    ", + "category": "wine", + "link": "https://lifehacker.com/the-best-way-to-figure-out-how-much-wine-you-need-for-a-1848334096", + "creator": "Meredith Dietz", + "pubDate": "Mon, 10 Jan 2022 21:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165676,16 +168549,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6927dd383939eb74602b410648292a8d" + "hash": "9ea66367636faca648adc801e9a74dd5", + "highlights": [] }, { - "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": "Where Exactly Is Sports Gambling Legal?", + "description": "

    In 2018, the U.S. Supreme Court struck down a federal ban on sports betting, leaving wagering rules and regulations to the states. Since then, sports betting has taken off all over the country, but not in every state. Below is a list of where you can legally bet on a game and where you cannot.

    Read more...

    ", + "content": "

    In 2018, the U.S. Supreme Court struck down a federal ban on sports betting, leaving wagering rules and regulations to the states. Since then, sports betting has taken off all over the country, but not in every state. Below is a list of where you can legally bet on a game and where you cannot.

    Read more...

    ", + "category": "gambling", + "link": "https://lifehacker.com/where-exactly-is-sports-gambling-legal-1848333429", + "creator": "Stephen Johnson", + "pubDate": "Mon, 10 Jan 2022 20:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165697,16 +168571,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0f4b24a929eae0eddb993718565b96a" + "hash": "9a223573828fc0313e126225930a10ee", + "highlights": [] }, { - "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": "12 Quintessential Sidney Poitier Performances Everyone Should Know", + "description": "

    Bahamian-American actor, director, and cultural ambassador Sidney Poitier died last week at 94. Though he retired from filmmaking nearly two decades ago, he remained one of the most influential people in Hollywood: The child of potato farmers in the Bahamas who became a wildly consequential figure in American film and…

    Read more...

    ", + "content": "

    Bahamian-American actor, director, and cultural ambassador Sidney Poitier died last week at 94. Though he retired from filmmaking nearly two decades ago, he remained one of the most influential people in Hollywood: The child of potato farmers in the Bahamas who became a wildly consequential figure in American film and…

    Read more...

    ", + "category": "sidney poitier", + "link": "https://lifehacker.com/12-quintessential-sidney-poitier-performances-everyone-1848331069", + "creator": "Ross Johnson", + "pubDate": "Mon, 10 Jan 2022 20:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165718,16 +168593,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c419aa59f6e1478a1a42d6161781f002" + "hash": "d212eb5319f0e4114e963b9eda26dd2c", + "highlights": [] }, { - "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": "The One Thing You Should Never Put in Your Nonstick Pan", + "description": "

    I love nonstick pans. I use mine mostly for frying eggs, pancakes, and breakfast potatoes—three of the stickier breakfast foods. I buy ‘em cheap, rarely wash them, and never run them through the dishwasher, and I’ve found they last a pretty long time, provided no one takes any metal utensils to them. (I’ve heard tell…

    Read more...

    ", + "content": "

    I love nonstick pans. I use mine mostly for frying eggs, pancakes, and breakfast potatoes—three of the stickier breakfast foods. I buy ‘em cheap, rarely wash them, and never run them through the dishwasher, and I’ve found they last a pretty long time, provided no one takes any metal utensils to them. (I’ve heard tell…

    Read more...

    ", + "category": "lecithin", + "link": "https://lifehacker.com/the-one-thing-you-should-never-put-in-your-nonstick-pan-1848332657", + "creator": "Claire Lower", + "pubDate": "Mon, 10 Jan 2022 19:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165739,16 +168615,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1644977c0b8b1f34a1c29d41a31101df" + "hash": "457d0b3157c42329cf822d4ff5117b4b", + "highlights": [] }, { - "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": "You Can Restore Events You Accidentally Deleted From Google Calendar", + "description": "

    Accidentally deleting stuff is not fun. It can be all too easy to mistakenly erase photos, files, and conversations from your accounts, sometimes without even realizing it. Many of these platforms, luckily, have some type of “trash” system, which allows you to save your info before it’s permanently deleted. Believe it…

    Read more...

    ", + "content": "

    Accidentally deleting stuff is not fun. It can be all too easy to mistakenly erase photos, files, and conversations from your accounts, sometimes without even realizing it. Many of these platforms, luckily, have some type of “trash” system, which allows you to save your info before it’s permanently deleted. Believe it…

    Read more...

    ", + "category": "google", + "link": "https://lifehacker.com/you-can-restore-events-you-accidentally-deleted-from-go-1848331447", + "creator": "Jake Peterson", + "pubDate": "Mon, 10 Jan 2022 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165760,16 +168637,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7aa6035e98d57c80c53e7167c64d6b70" + "hash": "0a50b47d46d40ffb1edf017376f98676", + "highlights": [] }, { - "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", + "title": "How to Tell If a House Has 'Good Bones'", + "description": "

    Not-so-recently built homes are often described by realtors as having “good bones,” meaning a strong structure and high level of quality and craftsmanship at their core. Of course, you can’t see beneath the paint and drywall when house-hunting, so how can you tell if the home you’ve got your eye on has this desirable…

    Read more...

    ", + "content": "

    Not-so-recently built homes are often described by realtors as having “good bones,” meaning a strong structure and high level of quality and craftsmanship at their core. Of course, you can’t see beneath the paint and drywall when house-hunting, so how can you tell if the home you’ve got your eye on has this desirable…

    Read more...

    ", + "category": "architecture", + "link": "https://lifehacker.com/how-to-tell-if-a-house-has-good-bones-1848322667", "creator": "Sarah Showfety", - "pubDate": "Thu, 16 Dec 2021 14:30:00 GMT", + "pubDate": "Mon, 10 Jan 2022 18:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165781,16 +168659,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a8aafd45679b6f2624feb53748012cf" + "hash": "5f40e0150e3a58505a043f7df97a8274", + "highlights": [] }, { - "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": "How to Speed Up a Slow-Ass iCloud Sync", + "description": "

    When you need to access data like contacts, calendar events, and photos across all your devices, iCloud is your best friend. And yet, it’s often our best friends who can really get on our nerves. I know the frustration of an iCloud backup taking so long that I end up canceling it. (Of course, that act of impatience…

    Read more...

    ", + "content": "

    When you need to access data like contacts, calendar events, and photos across all your devices, iCloud is your best friend. And yet, it’s often our best friends who can really get on our nerves. I know the frustration of an iCloud backup taking so long that I end up canceling it. (Of course, that act of impatience…

    Read more...

    ", + "category": "icloud", + "link": "https://lifehacker.com/how-to-speed-up-a-slow-ass-icloud-sync-1848320456", + "creator": "Meredith Dietz", + "pubDate": "Mon, 10 Jan 2022 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165802,16 +168681,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f78c2beecb929bea46ae36d99352566" + "hash": "4360c486226a4779c7a72e545a78f4f9", + "highlights": [] }, { - "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": "How to Buy a Car If You Absolutely Have to in This Inflation-Ridden Hellscape", + "description": "

    You may have noticed that the dollars in your wallet seem to suddenly be worth something less than a dollar. For that, you can thank inflation, a measurement of decreasing purchasing power. The current U.S. inflation rate is 6.8%, which is the highest it’s been in forty years. What that means in practical terms is…

    Read more...

    ", + "content": "

    You may have noticed that the dollars in your wallet seem to suddenly be worth something less than a dollar. For that, you can thank inflation, a measurement of decreasing purchasing power. The current U.S. inflation rate is 6.8%, which is the highest it’s been in forty years. What that means in practical terms is…

    Read more...

    ", + "category": "inflation", + "link": "https://lifehacker.com/how-to-buy-a-car-if-you-absolutely-have-to-in-this-infl-1848331100", + "creator": "Jeff Somers", + "pubDate": "Mon, 10 Jan 2022 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165823,16 +168703,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "db241e514462a77646b3c47e6003ec25" + "hash": "b323687824b3b291c301f2b2b7f69b0c", + "highlights": [] }, { - "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": "Throw Out This E. coli-Contaminated Beef, USDA Says", + "description": "

    Ground beef accounts for 46% of all retail beef consumption in the United States in 2020. You probably have some in your fridge right now. If that’s the case, you’re going to want to check the label to see if it’s part of a multi-state recall of ground beef products because of possible E. coli contamination. Here’s…

    Read more...

    ", + "content": "

    Ground beef accounts for 46% of all retail beef consumption in the United States in 2020. You probably have some in your fridge right now. If that’s the case, you’re going to want to check the label to see if it’s part of a multi-state recall of ground beef products because of possible E. coli contamination. Here’s…

    Read more...

    ", + "category": "beef", + "link": "https://lifehacker.com/throw-out-this-e-coli-contaminated-beef-usda-says-1848330845", + "creator": "Elizabeth Yuko", + "pubDate": "Mon, 10 Jan 2022 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165844,16 +168725,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3f8f285e7cb8545b4fdacc637a5047f" + "hash": "11717178dd434fc9b7b2f58cce245444", + "highlights": [] }, { - "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": "These App Alternatives Are Faster Than Apple Music", + "description": "

    Every time you open the Music app on your iPhone, there’s a good chance that you’ll be staring at a loading icon for a lot longer than you’d like. Apple Music may be a great service for streaming and discovering music, but it iPhone app tends to be much slower and buggier than your expect from a flagship Apple product…

    Read more...

    ", + "content": "

    Every time you open the Music app on your iPhone, there’s a good chance that you’ll be staring at a loading icon for a lot longer than you’d like. Apple Music may be a great service for streaming and discovering music, but it iPhone app tends to be much slower and buggier than your expect from a flagship Apple product…

    Read more...

    ", + "category": "apple", + "link": "https://lifehacker.com/these-app-alternatives-are-faster-than-apple-music-1848330239", + "creator": "Pranay Parab", + "pubDate": "Mon, 10 Jan 2022 16:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165865,16 +168747,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2808fb33499720b0f8058867c5d3f886" + "hash": "81d10907cc8d7deebc51dcef1b5ba916", + "highlights": [] }, { - "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": "How to Clean and Restore Your Exposed Brick Interior", + "description": "

    Exposed brick walls can give your room a warm and rustic feel—but maintaining them can be more daunting than you might initially realize. You can bring them back to their former glory, though—or update them with some paint—by following these simple steps.

    Read more...

    ", + "content": "

    Exposed brick walls can give your room a warm and rustic feel—but maintaining them can be more daunting than you might initially realize. You can bring them back to their former glory, though—or update them with some paint—by following these simple steps.

    Read more...

    ", + "category": "building materials", + "link": "https://lifehacker.com/how-to-clean-and-restore-your-exposed-brick-interior-1848330060", + "creator": "Becca Lewis", + "pubDate": "Mon, 10 Jan 2022 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165886,16 +168769,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "15565abc18c2577a696ea53e4e5293b0" + "hash": "6a29723acc18583a50fe633ae4a51fac", + "highlights": [] }, { - "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": "Decorate Like a Golden Girl", + "description": "

    In honor of the late, great Betty White, why not take inspiration from her most iconic acting role and add some Golden Girls dazzle to your home? While we might not all have the fortitude (or the desire) to go full-on ‘80s Miami retiree, we can all take some pointers from their enthusiastic tropical flair. Here are…

    Read more...

    ", + "content": "

    In honor of the late, great Betty White, why not take inspiration from her most iconic acting role and add some Golden Girls dazzle to your home? While we might not all have the fortitude (or the desire) to go full-on ‘80s Miami retiree, we can all take some pointers from their enthusiastic tropical flair. Here are…

    Read more...

    ", + "category": "spanking", + "link": "https://lifehacker.com/decorate-like-a-golden-girl-1848330256", + "creator": "Becca Lewis", + "pubDate": "Mon, 10 Jan 2022 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165907,16 +168791,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0b9a1e4fd6659ede208ea645433b9a4" + "hash": "47e3d22d1e3b4964b254627046e222d3", + "highlights": [] }, { - "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": "How to Make Healthier Desserts That Don't Completely Suck", + "description": "

    Celebrations aren’t complete without dessert. Even on a normal day, dinner is just a little more special when you know there’s going to be cake. But the three things that make them downright irresistible are the same things we have to watch out for—fat, sugar, and carbs. What a glorious combo! Responsible for hundreds…

    Read more...

    ", + "content": "

    Celebrations aren’t complete without dessert. Even on a normal day, dinner is just a little more special when you know there’s going to be cake. But the three things that make them downright irresistible are the same things we have to watch out for—fat, sugar, and carbs. What a glorious combo! Responsible for hundreds…

    Read more...

    ", + "category": "desserts", + "link": "https://lifehacker.com/how-to-make-healthier-desserts-that-dont-completely-suc-1848323591", + "creator": "Allie Chanthorn Reinmann", + "pubDate": "Mon, 10 Jan 2022 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165928,16 +168813,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a323b4f00ceca1cc430bdd79ad9c504" + "hash": "bf27fff8c5b9d3a9fb37a553646d265a", + "highlights": [] }, { - "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": "What to Expect the First Time You Go to the Gym", + "description": "

    Your first day in the gym can be pretty intimidating. I remember spending a whole semester in one half of my university’s gym because the other room was, I don’t know, scary. And if you haven’t been to the gym in a while—or ever—you probably have questions. So let’s talk through the very, very basics.

    Read more...

    ", + "content": "

    Your first day in the gym can be pretty intimidating. I remember spending a whole semester in one half of my university’s gym because the other room was, I don’t know, scary. And if you haven’t been to the gym in a while—or ever—you probably have questions. So let’s talk through the very, very basics.

    Read more...

    ", + "category": "personal life", + "link": "https://lifehacker.com/what-to-expect-the-first-time-you-go-to-the-gym-1848315805", + "creator": "Beth Skwarecki", + "pubDate": "Mon, 10 Jan 2022 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165949,16 +168835,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5507cd42282b7e04e316a98568463c1" + "hash": "79f29c61754922aad777cab7c76ca6d8", + "highlights": [] }, { - "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": "The Airline Passenger Rights Everyone Should Know", + "description": "

    While airline travel is often frustrating, you don’t have to resign yourself to a completely miserable experience. As a passenger, you have certain rights set out by the U.S. Department of Transportation in the event of delays, cancellations and other unexpected situations. Here’s what you’re entitled to when you fly.

    Read more...

    ", + "content": "

    While airline travel is often frustrating, you don’t have to resign yourself to a completely miserable experience. As a passenger, you have certain rights set out by the U.S. Department of Transportation in the event of delays, cancellations and other unexpected situations. Here’s what you’re entitled to when you fly.

    Read more...

    ", + "category": "airline", + "link": "https://lifehacker.com/the-airline-passenger-rights-everyone-should-know-1848321073", + "creator": "Emily Long", + "pubDate": "Mon, 10 Jan 2022 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165970,16 +168857,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1559cda87b988fdd5a79aae52a6112b" + "hash": "f7565f867946d61e99798a064bee4cac", + "highlights": [] }, { - "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": "Why You Should Think of Relaxing As a Skill, Not a Reward", + "description": "

    Everyone approaches relaxation in their own way: Some view having—and taking—the time to relax as their right, and something they prioritize. Others see it as something that must be earned, and is only taken after a particular amount of work, or certain tasks are accomplished (and no sooner). But what most approaches…

    Read more...

    ", + "content": "

    Everyone approaches relaxation in their own way: Some view having—and taking—the time to relax as their right, and something they prioritize. Others see it as something that must be earned, and is only taken after a particular amount of work, or certain tasks are accomplished (and no sooner). But what most approaches…

    Read more...

    ", + "category": "anatomy", + "link": "https://lifehacker.com/why-you-should-think-of-relaxing-as-a-skill-not-a-rewa-1848320119", + "creator": "Elizabeth Yuko", + "pubDate": "Mon, 10 Jan 2022 13:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -165991,16 +168879,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9bbc3b4cf09fa24cb624d37f360ec7ca" + "hash": "b5fede35a561d8710ee91c4a3c3dc323", + "highlights": [] }, { - "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": "Use These Organizations to Pick Up Furniture You Want to Get Rid Of", + "description": "

    It’s no coincidence that Marie Kondo’s show “Tidying Up” premiered on Netflix on January 1st. The year was 2019, and even though that feels like a different era, some people still start the new year with the urge to purge their home of clutter and unwanted items.

    Read more...

    ", + "content": "

    It’s no coincidence that Marie Kondo’s show “Tidying Up” premiered on Netflix on January 1st. The year was 2019, and even though that feels like a different era, some people still start the new year with the urge to purge their home of clutter and unwanted items.

    Read more...

    ", + "category": "charity shop", + "link": "https://lifehacker.com/use-these-organizations-to-pick-up-furniture-you-want-t-1848322183", + "creator": "Elizabeth Yuko", + "pubDate": "Sun, 09 Jan 2022 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166012,16 +168901,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d83a49e933e62c28ff4479f4e2746409" + "hash": "1c69d11611b1480b3c2a11e6dc13e59a", + "highlights": [] }, { - "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": "Here are Signs That Your Car May Not Be as Reliable as You Thought", + "description": "

    When buying a new car, it can be easy to get caught up in all the special features and amenities, or mentally calculating how much money you’re going to save, thanks to the vehicle’s superior gas mileage. But over time, both the excitement and that new-car smell wears off, and the most important feature becomes…

    Read more...

    ", + "content": "

    When buying a new car, it can be easy to get caught up in all the special features and amenities, or mentally calculating how much money you’re going to save, thanks to the vehicle’s superior gas mileage. But over time, both the excitement and that new-car smell wears off, and the most important feature becomes…

    Read more...

    ", + "category": "automobile accessory power", + "link": "https://lifehacker.com/here-are-signs-that-your-car-may-not-be-as-reliable-as-1848322138", + "creator": "Elizabeth Yuko", + "pubDate": "Sun, 09 Jan 2022 16:15:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166033,16 +168923,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8b11f7b9c58d2d91123c0364a7b765c" + "hash": "a276665526b01e1b368768e51d6f5ca6", + "highlights": [] }, { - "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": "Fill the Holes in Your Heart With Free Food From Wendy's All Month", + "description": "

    It’s a new year, but so far it’s looking pretty similar to 2021. And 2020.

    Read more...

    ", + "content": "

    It’s a new year, but so far it’s looking pretty similar to 2021. And 2020.

    Read more...

    ", + "category": "wendys", + "link": "https://lifehacker.com/fill-the-holes-in-your-heart-with-free-food-from-wendys-1848322161", + "creator": "Elizabeth Yuko", + "pubDate": "Sun, 09 Jan 2022 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166054,16 +168945,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f735e71bcf588b33c878383a74ab1f8" + "hash": "5d0de403ca9f1dfd897c0ccbc96862ca", + "highlights": [] }, { - "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 Cold is 'Cold' for a Dog?", + "description": "

    Winter may not be everyone’s favorite season, but it does produce some of the best (or at least cutest) content on the internet: Videos of puppies playing in the snow. But a quick romp in fresh powder is one thing—what about staying outside or longer periods of time?

    Read more...

    ", + "content": "

    Winter may not be everyone’s favorite season, but it does produce some of the best (or at least cutest) content on the internet: Videos of puppies playing in the snow. But a quick romp in fresh powder is one thing—what about staying outside or longer periods of time?

    Read more...

    ", + "category": "peruvian hairless dog", + "link": "https://lifehacker.com/how-cold-is-cold-for-a-dog-1848322110", + "creator": "Elizabeth Yuko", + "pubDate": "Sat, 08 Jan 2022 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166075,16 +168967,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f870252f92712a5109b61b90086464b6" + "hash": "9c3cfcbb46bffacf9f8ae7a75f90e998", + "highlights": [] }, { - "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": "These Are the 'Optimal' Winter Thermostat Settings for the Lowest Energy Bills", + "description": "

    With winter setting in across the country, and the COVID-19 pandemic still going strong, it looks like we’ll be spending a lot of time indoors for the next few months. Though it can be tempting to crank up the thermostat inside your home when it’s cold outside, doing so on a regular basis throughout an entire season…

    Read more...

    ", + "content": "

    With winter setting in across the country, and the COVID-19 pandemic still going strong, it looks like we’ll be spending a lot of time indoors for the next few months. Though it can be tempting to crank up the thermostat inside your home when it’s cold outside, doing so on a regular basis throughout an entire season…

    Read more...

    ", + "category": "thermostat", + "link": "https://lifehacker.com/these-are-the-optimal-winter-thermostat-settings-for-th-1848322093", + "creator": "Elizabeth Yuko", + "pubDate": "Sat, 08 Jan 2022 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166096,16 +168989,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa3621f684a46c9c50bb3fb85b0cf2c5" + "hash": "598a8007e3c217b84ea9f72cf578cbeb", + "highlights": [] }, { - "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": "How to Take Winter Photos That Aren't White and Blurry (Unless That's the Point)", + "description": "

    Capturing the natural beauty of a snowy winter day seems like it would be fairly straightforward, but it’s (usually) not as simple as grabbing your phone or camera, heading outside, and immediately getting the perfect shot.

    Read more...

    ", + "content": "

    Capturing the natural beauty of a snowy winter day seems like it would be fairly straightforward, but it’s (usually) not as simple as grabbing your phone or camera, heading outside, and immediately getting the perfect shot.

    Read more...

    ", + "category": "nature", + "link": "https://lifehacker.com/how-to-take-winter-photos-that-arent-white-and-blurry-1848322056", + "creator": "Elizabeth Yuko", + "pubDate": "Sat, 08 Jan 2022 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166117,16 +169011,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "433cde83d0e71365f265f3d8a483adee" + "hash": "a3744292e31e6959c8113477fdaf3fb3", + "highlights": [] }, { - "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": "What to Do If You Get Trapped in Your Car During a Snowstorm", + "description": "

    There is likely to be a lot more erratic weather in our climate-changed future—more storms, more droughts, and more drivers stuck in their cars in horrendous blizzards, like hundreds of motorists in Virginia were this week. It’s probably too late to do much about climate change, but you can at least be prepared for…

    Read more...

    ", + "content": "

    There is likely to be a lot more erratic weather in our climate-changed future—more storms, more droughts, and more drivers stuck in their cars in horrendous blizzards, like hundreds of motorists in Virginia were this week. It’s probably too late to do much about climate change, but you can at least be prepared for…

    Read more...

    ", + "category": "winter storm", + "link": "https://lifehacker.com/what-to-do-if-you-get-trapped-in-your-car-during-a-snow-1848322696", + "creator": "Stephen Johnson", + "pubDate": "Fri, 07 Jan 2022 20:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166138,16 +169033,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "29d067d4ffbf272e65921044a562cffe" + "hash": "9e854d176fdfac7c3cdde83f8c2e743b", + "highlights": [] }, { - "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": "What Is 'Flurona,' and Should We Be Worried About It?", + "description": "

    COVID-19 and the flu are both respiratory viruses that can be anywhere from annoying to life-threatening, and public health experts have been worried about what might happen if both become widespread at the same time (the dreaded “twindemic”). Besides their individual tolls on the healthcare system, there’s also the…

    Read more...

    ", + "content": "

    COVID-19 and the flu are both respiratory viruses that can be anywhere from annoying to life-threatening, and public health experts have been worried about what might happen if both become widespread at the same time (the dreaded “twindemic”). Besides their individual tolls on the healthcare system, there’s also the…

    Read more...

    ", + "category": "virus", + "link": "https://lifehacker.com/what-is-flurona-and-should-we-be-worried-about-it-1848320894", + "creator": "Beth Skwarecki", + "pubDate": "Fri, 07 Jan 2022 20:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166159,16 +169055,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a69e1c6c225d198fbb7bf3cc8cfa655" + "hash": "31942427fa63f61cfa4856cd5ceebaaa", + "highlights": [] }, { - "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": "Meme Coins, DeFi, and Other Crypto Buzzwords You Need to Know by Now", + "description": "

    You could get away with not knowing much about cryptocurrency in 2021, but it’s a new year, and with the crypto market now worth $3 trillion, you’ve got no excuse not to become crypto-literate. Here are some of the year’s biggest buzzwords you should know—and a couple less-new ones to make this brave new monetary…

    Read more...

    ", + "content": "

    You could get away with not knowing much about cryptocurrency in 2021, but it’s a new year, and with the crypto market now worth $3 trillion, you’ve got no excuse not to become crypto-literate. Here are some of the year’s biggest buzzwords you should know—and a couple less-new ones to make this brave new monetary…

    Read more...

    ", + "category": "solana", + "link": "https://lifehacker.com/meme-coins-defi-and-other-crypto-buzzwords-you-need-t-1848320770", + "creator": "Sarah Showfety", + "pubDate": "Fri, 07 Jan 2022 19:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166180,16 +169077,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "35cfda0dc7b7c7ca10f2e7c6b3f0e823" + "hash": "db4c6acc7c3f7c71c099e71728e9569e", + "highlights": [] }, { - "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", + "title": "How to 'Come Out' As an Atheist Without Destroying Your Relationships", + "description": "

    There are a lot of reasons you might prefer to keep your religious beliefs—or lack thereof—to yourself. In a society that typically defaults to faith of some kind, it can be feel daunting to “come out” as a non-believer. Atheists can sometimes be stereotyped as jerks who want to debate or discount other people’s…

    Read more...

    ", + "content": "

    There are a lot of reasons you might prefer to keep your religious beliefs—or lack thereof—to yourself. In a society that typically defaults to faith of some kind, it can be feel daunting to “come out” as a non-believer. Atheists can sometimes be stereotyped as jerks who want to debate or discount other people’s…

    Read more...

    ", + "category": "skepticism", + "link": "https://lifehacker.com/how-to-come-out-as-an-atheist-without-destroying-your-r-1848313516", "creator": "Meredith Dietz", - "pubDate": "Tue, 14 Dec 2021 21:00:00 GMT", + "pubDate": "Fri, 07 Jan 2022 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166201,16 +169099,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "256898f62e43bb6818583bc3534e262b" + "hash": "1172b622002dc93c67e152522fc82063", + "highlights": [] }, { - "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", + "title": "Why Finder Won't Let You Eject Disk Images (and How to Fix It)", + "description": "

    It’s frustrating when your computer doesn’t do what you ask. If you no longer need a disk image connected to your Mac, and you go to eject it, it can be frustrating to be met with an error: “The disk couldn’t be ejected because the Finder is using it.” Using it for what? 

    Read more...

    ", + "content": "

    It’s frustrating when your computer doesn’t do what you ask. If you no longer need a disk image connected to your Mac, and you go to eject it, it can be frustrating to be met with an error: “The disk couldn’t be ejected because the Finder is using it.” Using it for what? 

    Read more...

    ", + "category": "finder", + "link": "https://lifehacker.com/why-finder-wont-let-you-eject-disk-images-and-how-to-f-1848320523", "creator": "Jake Peterson", - "pubDate": "Tue, 14 Dec 2021 20:30:00 GMT", + "pubDate": "Fri, 07 Jan 2022 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166222,16 +169121,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7dd71470b985bf9ee49ee73c883a5b7b" + "hash": "5ea18b8688d43ba0608d018bfebc1a7b", + "highlights": [] }, { - "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", + "title": "You Can Finally Stream All of the Olympics Without a Cable Subscription", + "description": "

    Didn’t we just have an Olympics? Yes—but the 2020 Summer Games were booted into 2021 by COVID, so we’re back here again already. The 2022 Beijing Winter Olympics (or the Second Global Pandemic Games, if you prefer a bit of post-apocalyptic flair) kick off on Friday, Feb. 4 and run through Sunday, Feb. 20, and are set…

    Read more...

    ", + "content": "

    Didn’t we just have an Olympics? Yes—but the 2020 Summer Games were booted into 2021 by COVID, so we’re back here again already. The 2022 Beijing Winter Olympics (or the Second Global Pandemic Games, if you prefer a bit of post-apocalyptic flair) kick off on Friday, Feb. 4 and run through Sunday, Feb. 20, and are set…

    Read more...

    ", + "category": "the olympics", + "link": "https://lifehacker.com/you-can-finally-stream-all-of-the-olympics-without-a-ca-1848321129", + "creator": "Meredith Dietz", + "pubDate": "Fri, 07 Jan 2022 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166243,16 +169143,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "be1350860d73d41e1f33ce5a4363d6cd" + "hash": "a3658ff4b95e90219719b70fe0f2656b", + "highlights": [] }, { - "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", + "title": "11 Facts That Will Curb Your Fear of Flying, Once and for All", + "description": "

    In a country that seems more divided than ever, Americans remain united on one subject: Air travel sucks. From the ever-shrinking legroom to the ever-growing list of fees for basic amenities, it’s a deeply unpleasant experience. But another reason we all despise air travel so much: fear.

    Read more...

    ", + "content": "

    In a country that seems more divided than ever, Americans remain united on one subject: Air travel sucks. From the ever-shrinking legroom to the ever-growing list of fees for basic amenities, it’s a deeply unpleasant experience. But another reason we all despise air travel so much: fear.

    Read more...

    ", + "category": "planes", + "link": "https://lifehacker.com/11-facts-that-will-curb-your-fear-of-flying-once-and-f-1848320513", + "creator": "Jeff Somers", + "pubDate": "Fri, 07 Jan 2022 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166264,16 +169165,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae2b31be62b4cb0721d9150cc2c1f006" + "hash": "75969292777a811dd445f61747fcffa1", + "highlights": [] }, { - "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", + "title": "The Out-of-Touch Adults' Guide To Kid Culture: Why Is Twee Back in Fashion?", + "description": "

    Young people are all over the place this week, recreating the meals on doomed ocean liners, eating Oreos with mustard, and getting all twee with each other. Here’s everything you should know about.

    Read more...

    ", + "content": "

    Young people are all over the place this week, recreating the meals on doomed ocean liners, eating Oreos with mustard, and getting all twee with each other. Here’s everything you should know about.

    Read more...

    ", + "category": "culture", + "link": "https://lifehacker.com/the-out-of-touch-adults-guide-to-kid-culture-why-is-tw-1848318777", + "creator": "Stephen Johnson", + "pubDate": "Fri, 07 Jan 2022 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166285,16 +169187,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f7bb8db3e8288b906ab27779c4105e5" + "hash": "f49a2e36f5dbdfe6d695b2fe1c779a5b", + "highlights": [] }, { - "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", + "title": "16 Movies About Climbing Back From Rock Bottom", + "description": "

    These days I’m perfectly content to take inspiration from wherever it comes. It’s probably an exaggeration to suggest that the human race has reached rock bottom (I wouldn’t care to see what that looks like), but a scan of the news or even a look out the window can certainly invite the thought. In short, it’s…

    Read more...

    ", + "content": "

    These days I’m perfectly content to take inspiration from wherever it comes. It’s probably an exaggeration to suggest that the human race has reached rock bottom (I wouldn’t care to see what that looks like), but a scan of the news or even a look out the window can certainly invite the thought. In short, it’s…

    Read more...

    ", + "category": "mark renton", + "link": "https://lifehacker.com/16-movies-about-climbing-back-from-rock-bottom-1848277465", + "creator": "Ross Johnson", + "pubDate": "Fri, 07 Jan 2022 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166306,16 +169209,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c2325f971e7c10ba629e3e5f096f7734" + "hash": "05881634b3d33159fc3301c823125474", + "highlights": [] }, { - "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", + "title": "Use This App to Solve the Biggest Problem With Apple Reminders", + "description": "

    The Reminders app keeps growing on us. With the latest iOS 15 update, you now have access to tags and smart lists, which makes it possible to use it as a movie or reading list tracker.

    Read more...

    ", + "content": "

    The Reminders app keeps growing on us. With the latest iOS 15 update, you now have access to tags and smart lists, which makes it possible to use it as a movie or reading list tracker.

    Read more...

    ", + "category": "apple", + "link": "https://lifehacker.com/use-this-app-to-solve-the-biggest-problem-with-apple-re-1848319244", + "creator": "Khamosh Pathak", + "pubDate": "Fri, 07 Jan 2022 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166327,16 +169231,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b60500eccddaef35fe675df144dc049" + "hash": "31cad39ddce7792b26e8a79696bc1b83", + "highlights": [] }, { - "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", + "title": "How to Keep Inflation From Ruining Your Home Improvement Plans", + "description": "

    Home improvement projects have become increasingly popular—but the same thing that’s driving their increased demand is also causing prices to rise. Not only do materials cost more now, appliances and labor do, too. You might still be able to squeak in that kitchen upgrade or home office retrofit, though, if you follow…

    Read more...

    ", + "content": "

    Home improvement projects have become increasingly popular—but the same thing that’s driving their increased demand is also causing prices to rise. Not only do materials cost more now, appliances and labor do, too. You might still be able to squeak in that kitchen upgrade or home office retrofit, though, if you follow…

    Read more...

    ", + "category": "inflation", + "link": "https://lifehacker.com/how-to-keep-inflation-from-ruining-your-home-improvemen-1848319022", + "creator": "Becca Lewis", + "pubDate": "Fri, 07 Jan 2022 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166348,16 +169253,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3bcb3478fdcdaf6cfbee415e6e6091bc" + "hash": "a994aa53dad863b0f6dd646996d4273e", + "highlights": [] }, { - "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", + "title": "The Most Popular Places on Zillow to Fantasize About a Home You Can't Afford", + "description": "

    Many of us have spent a portion of our free time over the last two years looking at home listings online—first with aspirations of getting outside of our current four walls, and then out of desperation over the out-of-control real estate market.

    Read more...

    ", + "content": "

    Many of us have spent a portion of our free time over the last two years looking at home listings online—first with aspirations of getting outside of our current four walls, and then out of desperation over the out-of-control real estate market.

    Read more...

    ", + "category": "zillow", + "link": "https://lifehacker.com/the-most-popular-places-on-zillow-to-fantasize-about-a-1848317022", + "creator": "Emily Long", + "pubDate": "Fri, 07 Jan 2022 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166369,16 +169275,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "49ddd0862ac15cc21814ff20d8b85b84" + "hash": "3aca375d3675ec47800ebac8eab754d2", + "highlights": [] }, { - "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", + "title": "Why You Should Prep Your Garnishes Before You Start Cooking", + "description": "

    Let me paint you a picture: You’re cooking breakfast. Today, you’ve decided to make soft scrambled eggs in brown butter. You plan to finish this scramble with a healthy handful of finely sliced chives, or maybe green onion if you’re out of chives. You will eat the eggs with toast.

    Read more...

    ", + "content": "

    Let me paint you a picture: You’re cooking breakfast. Today, you’ve decided to make soft scrambled eggs in brown butter. You plan to finish this scramble with a healthy handful of finely sliced chives, or maybe green onion if you’re out of chives. You will eat the eggs with toast.

    Read more...

    ", + "category": "garnishes", + "link": "https://lifehacker.com/why-you-should-prep-your-garnishes-before-you-start-coo-1848315688", + "creator": "Claire Lower", + "pubDate": "Fri, 07 Jan 2022 13:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166390,16 +169297,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "82f82663334fa0e248cd196538b857be" + "hash": "db6148c830d85817d686b3b0397da0f2", + "highlights": [] }, { - "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", + "title": "What to Do With All Your Sentimental Crap", + "description": "

    If you live anywhere long enough—or you simply skew towards the nostalgic—it’s easy to accumulate a staggering array of sentimental items, aka clutter. You may not want to let go of tickets stubs, old meaningful letters, or the shirt you wore on your first date with your spouse. Because hey, one day, you might want to…

    Read more...

    ", + "content": "

    If you live anywhere long enough—or you simply skew towards the nostalgic—it’s easy to accumulate a staggering array of sentimental items, aka clutter. You may not want to let go of tickets stubs, old meaningful letters, or the shirt you wore on your first date with your spouse. Because hey, one day, you might want to…

    Read more...

    ", + "category": "obsessivecompulsive disorder", + "link": "https://lifehacker.com/what-to-do-with-all-your-sentimental-crap-1848316582", + "creator": "Sarah Showfety", + "pubDate": "Thu, 06 Jan 2022 22:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166411,16 +169319,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5920a207ea71348bb1c43916e7db2fa5" + "hash": "db1c3142a20a095d11edbd7dc0ce1e0e", + "highlights": [] }, { - "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", + "title": "14 Movies That Prove Not All January Releases Are Trash", + "description": "

    January is Hollywood’s “dump month,” when studios release misfit movies that aren’t worthy of Summer blockbuster season and aren’t good enough for December’s award-eligibility season—movies that seemed like a good idea at the time, which, once finished, they’d rather forget.

    January is where they drop off these…

    Read more...

    ", + "content": "

    January is Hollywood’s “dump month,” when studios release misfit movies that aren’t worthy of Summer blockbuster season and aren’t good enough for December’s award-eligibility season—movies that seemed like a good idea at the time, which, once finished, they’d rather forget.

    January is where they drop off these…

    Read more...

    ", + "category": "redbox", + "link": "https://lifehacker.com/14-movies-that-prove-not-all-january-releases-are-trash-1848314791", + "creator": "Stephen Johnson", + "pubDate": "Thu, 06 Jan 2022 22:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166432,16 +169341,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "064f737d83b342fff8d95ad32ed07d28" + "hash": "03a65f1b22b2a79992cab2779d5dc0d8", + "highlights": [] }, { - "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", + "title": "35 Movies Everyone Will See This Year", + "description": "

    Twenty-twenty-two was supposed to be the year that everything got back on track. When we’d all return to our normal lives and finally head back to a chilly cinema to watch that Top Gun sequel that has been sitting on the shelf for three years. Yessir. 2022, when it was all going to happen.

    Read more...

    ", + "content": "

    Twenty-twenty-two was supposed to be the year that everything got back on track. When we’d all return to our normal lives and finally head back to a chilly cinema to watch that Top Gun sequel that has been sitting on the shelf for three years. Yessir. 2022, when it was all going to happen.

    Read more...

    ", + "category": "the bubble", + "link": "https://lifehacker.com/35-movies-everyone-will-see-this-year-1848310278", + "creator": "Ross Johnson", + "pubDate": "Thu, 06 Jan 2022 20:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166453,16 +169363,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3abc7b7f83e6a89b1b490bfd173a0fd" + "hash": "b935f01a36f83e81e6ca0390a7a57481", + "highlights": [] }, { - "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", + "title": "10 Ways You're Annoying the Hell Out of Your Neighbors Without Realizing It", + "description": "

    Living in a neighborhood can be a pleasant experience of convivial support, backyard barbecues, and lasting memories. Or it can be a years-long exercise in weakening patience and muted rage. (Or something in between.) To have the best chance of co-existing harmoniously with your street-mates, watch out for these…

    Read more...

    ", + "content": "

    Living in a neighborhood can be a pleasant experience of convivial support, backyard barbecues, and lasting memories. Or it can be a years-long exercise in weakening patience and muted rage. (Or something in between.) To have the best chance of co-existing harmoniously with your street-mates, watch out for these…

    Read more...

    ", + "category": "neighbors", + "link": "https://lifehacker.com/10-ways-youre-annoying-the-hell-out-of-your-neighbors-w-1848314337", + "creator": "Sarah Showfety", + "pubDate": "Thu, 06 Jan 2022 19:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166474,16 +169385,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "338f2a4905e4b1fe67fa738abbca4c9c" + "hash": "61bf710afdbe92dd7c41e3ec9927d19d", + "highlights": [] }, { - "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", + "title": "Here’s When to Get Your Older Kids Their Booster Shot", + "description": "

    Teenagers are now eligible for booster doses of their COVID-19 vaccine, the CDC has announced. Until now, boosters were only for adults aged 18 and up. Children with weakened immune systems can now also get a third primary dose, even if they are not old enough for a booster.

    Read more...

    ", + "content": "

    Teenagers are now eligible for booster doses of their COVID-19 vaccine, the CDC has announced. Until now, boosters were only for adults aged 18 and up. Children with weakened immune systems can now also get a third primary dose, even if they are not old enough for a booster.

    Read more...

    ", + "category": "moderna", + "link": "https://lifehacker.com/here-s-when-to-get-your-older-kids-their-booster-shot-1848313883", + "creator": "Beth Skwarecki", + "pubDate": "Thu, 06 Jan 2022 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166495,16 +169407,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "71070c0bfde955a1bdc035e4821b62a1" + "hash": "48f3ff3bddd5ee8f5513a953bfa062ee", + "highlights": [] }, { - "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", + "title": "The Right Way to Use a Scale to Track What You Eat", + "description": "

    Tracking the calories and macronutrients in the food you eat can help you reach your nutrition-related goals, from weight loss, to weight gain, to trying to get a better handle on your intake of protein and vitamins. To gauge this information accurately, you’ll want to get a food scale. But then what?

    Read more...

    ", + "content": "

    Tracking the calories and macronutrients in the food you eat can help you reach your nutrition-related goals, from weight loss, to weight gain, to trying to get a better handle on your intake of protein and vitamins. To gauge this information accurately, you’ll want to get a food scale. But then what?

    Read more...

    ", + "category": "right way", + "link": "https://lifehacker.com/the-right-way-to-use-a-scale-to-track-what-you-eat-1848314496", + "creator": "Beth Skwarecki", + "pubDate": "Thu, 06 Jan 2022 18:35:55 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166516,16 +169429,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6db3e1da8df9e377fa39449859519e80" + "hash": "15947e48901684652a39ca84b167ee9e", + "highlights": [] }, { - "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", + "title": "The Easiest Way to Test (and Use Up) Your Old Spices", + "description": "

    January is usually a month of purging, consolidating, and cleaning, but this January seems particularly suited to it. Omicron is infecting nearly everyone I know, and the weather is terrible—there isn’t much reason to leave the house; might as well clean it.

    Read more...

    ", + "content": "

    January is usually a month of purging, consolidating, and cleaning, but this January seems particularly suited to it. Omicron is infecting nearly everyone I know, and the weather is terrible—there isn’t much reason to leave the house; might as well clean it.

    Read more...

    ", + "category": "spices", + "link": "https://lifehacker.com/the-easiest-way-to-test-and-use-up-your-old-spices-1848311310", + "creator": "Claire Lower", + "pubDate": "Thu, 06 Jan 2022 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166537,16 +169451,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5be182eeb1e992ac907aca9ca2322fb2" + "hash": "583d5be37e4154dabd672bc28ece2e96", + "highlights": [] }, { - "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", + "title": "Don't Give Up Your Right to Sue Google", + "description": "

    No company wants to be sued. Since lawsuits can be common for large companies, especially large tech companies, it makes sense that these organizations create strategies to reduce their chances of being sued in the first place. But when those tactics are subtle, scummy, and anti-consumer, as is apparently the case…

    Read more...

    ", + "content": "

    No company wants to be sued. Since lawsuits can be common for large companies, especially large tech companies, it makes sense that these organizations create strategies to reduce their chances of being sued in the first place. But when those tactics are subtle, scummy, and anti-consumer, as is apparently the case…

    Read more...

    ", + "category": "google", + "link": "https://lifehacker.com/dont-give-up-your-right-to-sue-google-1848313515", + "creator": "Jake Peterson", + "pubDate": "Thu, 06 Jan 2022 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166558,16 +169473,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "15c20213d48ee8496d442a7337f166aa" + "hash": "70bb939e25f878837b0290a96eeae6a5", + "highlights": [] }, { - "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", + "title": "Why Your Liver Needs a Break Every Once in a While", + "description": "

    If you’re trying a Dry January, it’s probably starting to get hard. It can help to think about some of the reasons why it’s good to give your liver a break every once in a while.

    Read more...

    ", + "content": "

    If you’re trying a Dry January, it’s probably starting to get hard. It can help to think about some of the reasons why it’s good to give your liver a break every once in a while.

    Read more...

    ", + "category": "liver", + "link": "https://lifehacker.com/why-your-liver-needs-a-break-every-once-in-a-while-1848312163", + "creator": "Rachel Fairbank", + "pubDate": "Thu, 06 Jan 2022 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166579,16 +169495,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f10acfe28c93a32d12c55fc9b319cacc" + "hash": "6f42c1483436f18b4e10ccd4fc8bf858", + "highlights": [] }, { - "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", + "title": "12 Ways You Are Making Your House Look Cheap and Tacky", + "description": "

    It’s good to make your home feel like you, but there are also a slew of decorating choices that will make the place look chintzy, basic, or even plain creepy. If you’re going for that kind of vibe, fine. If not, consider changing any of the following decor-don’ts that are a part of your home.

    Read more...

    ", + "content": "

    It’s good to make your home feel like you, but there are also a slew of decorating choices that will make the place look chintzy, basic, or even plain creepy. If you’re going for that kind of vibe, fine. If not, consider changing any of the following decor-don’ts that are a part of your home.

    Read more...

    ", + "category": "ikea", + "link": "https://lifehacker.com/12-ways-you-are-making-your-house-look-cheap-and-tacky-1848310718", + "creator": "Stephen Johnson", + "pubDate": "Thu, 06 Jan 2022 16:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166600,16 +169517,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "01102ee94b3f7bbcd1a8ea60aeda8ba1" + "hash": "9cacd3fc7eb340d08981288dde11858b", + "highlights": [] }, { - "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", + "title": "Where to Find the Best Local Gardening, Home Repair, or Woodworking Workshops", + "description": "

    If you’re new to gardening or woodworking—or if you just want to update your refinishing skills—a workshop or adult camp might be for you. Get some hands-on experience and some pro tips in one of these beginner courses for adults.

    Read more...

    ", + "content": "

    If you’re new to gardening or woodworking—or if you just want to update your refinishing skills—a workshop or adult camp might be for you. Get some hands-on experience and some pro tips in one of these beginner courses for adults.

    Read more...

    ", + "category": "gardening", + "link": "https://lifehacker.com/where-to-find-the-best-local-gardening-home-repair-or-1848312050", + "creator": "Becca Lewis", + "pubDate": "Thu, 06 Jan 2022 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166621,16 +169539,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3feb51791db77d4b256904407a6870d" + "hash": "2b08f91940e5c73b5b3a3c09332b809f", + "highlights": [] }, { - "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", + "title": "How to Find Anyone on the Internet for Free", + "description": "

    We live in the most connected time in history. We can collaborate with people who live thousands of miles away, virtually visit places without leaving the comfort of our homes, and we can—with varying results—express our every thought to the entire world.

    Read more...

    ", + "content": "

    We live in the most connected time in history. We can collaborate with people who live thousands of miles away, virtually visit places without leaving the comfort of our homes, and we can—with varying results—express our every thought to the entire world.

    Read more...

    ", + "category": "information privacy", + "link": "https://lifehacker.com/how-to-find-anyone-on-the-internet-for-free-1848312948", + "creator": "Jeff Somers", + "pubDate": "Thu, 06 Jan 2022 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166642,16 +169561,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "682c35529f54b86c57d6d70aea806c25" + "hash": "2b2d82a8d4511d586df21d971bd304a2", + "highlights": [] }, { - "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", + "title": "Your Apple Music Needs 'Smart' Playlists", + "description": "

    Apple Music’s curated playlists are good enough for many people, but they can’t compare to a customized playlist built to suit your tastes. Even better, there are ways to mix, match, and combine multiple Apple Music playlists to create a mammoth list of tracks to suit any mood. You can also define certain rules, such…

    Read more...

    ", + "content": "

    Apple Music’s curated playlists are good enough for many people, but they can’t compare to a customized playlist built to suit your tastes. Even better, there are ways to mix, match, and combine multiple Apple Music playlists to create a mammoth list of tracks to suit any mood. You can also define certain rules, such…

    Read more...

    ", + "category": "smart", + "link": "https://lifehacker.com/your-apple-music-needs-smart-playlists-1848312556", + "creator": "Pranay Parab", + "pubDate": "Thu, 06 Jan 2022 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166663,16 +169583,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "78cf4712523c03539b0df760ce2f2bc3" + "hash": "82002c39fa17a5febd0dc5670d145926", + "highlights": [] }, { - "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", + "title": "How to Feel Warmer If You're Always Cold", + "description": "

    Cold weather is officially here (at least, it is in areas that typically get cold this time of year.) (I’m not talking about southern California.) (I am never talking about southern California.)

    Read more...

    ", + "content": "

    Cold weather is officially here (at least, it is in areas that typically get cold this time of year.) (I’m not talking about southern California.) (I am never talking about southern California.)

    Read more...

    ", + "category": "nature", + "link": "https://lifehacker.com/how-to-feel-warmer-if-youre-always-cold-1848310457", + "creator": "Meredith Dietz", + "pubDate": "Thu, 06 Jan 2022 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166684,16 +169605,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6b89f35596a05d1d42e65cc465a7a4a" + "hash": "b116a219062b731768c7a95130f2c541", + "highlights": [] }, { - "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", + "title": "How to Master (or Cheat at) Wordle, the Internet's Favorite Word Game of 2022", + "description": "

    The internet loves two things: A fresh trend, and word games. Wordle is both, and even has a love story in the mix. On Sunday, the second day of 2022, the online word game went viral and was played by more than 300,000 people.

    Read more...

    ", + "content": "

    The internet loves two things: A fresh trend, and word games. Wordle is both, and even has a love story in the mix. On Sunday, the second day of 2022, the online word game went viral and was played by more than 300,000 people.

    Read more...

    ", + "category": "wordle", + "link": "https://lifehacker.com/how-to-master-or-cheat-at-wordle-the-internets-favor-1848312354", + "creator": "Khamosh Pathak", + "pubDate": "Thu, 06 Jan 2022 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166705,16 +169627,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "690fd4b9769e9b7726d927e44eee976e" + "hash": "c9c6b71624e109193517d3cfd0f4edf6", + "highlights": [] }, { - "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", + "title": "How to Stream the 2022 CES Conference", + "description": "

    CES 2022 is here, running from Jan. 5 to Jan. 7 —with a few notable names opting out of the in-person shows. If you didn’t snag a ticket but still want to experience it, though, you’re in luck. There are plenty of ways to livestream it this year.

    Read more...

    ", + "content": "

    CES 2022 is here, running from Jan. 5 to Jan. 7 —with a few notable names opting out of the in-person shows. If you didn’t snag a ticket but still want to experience it, though, you’re in luck. There are plenty of ways to livestream it this year.

    Read more...

    ", + "category": "consumer electronics", + "link": "https://lifehacker.com/how-to-stream-the-2022-ces-conference-1848310180", + "creator": "Shannon Flynn", + "pubDate": "Thu, 06 Jan 2022 13:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166726,16 +169649,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f6d5ecdaf295f3b441d5f18f7d841b5" + "hash": "1bac394833db3383cffab6c4dc5b6a26", + "highlights": [] }, { - "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", + "title": "‘Cage-Free’ Is Basically Meaningless, and Other Lies Your Egg Carton Is Telling You", + "description": "

    Eggs are both simple and complex. They’re one of the easiest foods you can learn how to cook, but can be prepared in a seemingly endless amount of interesting and complex ways. From a chemical perspective, they are absolutely bonkers, packed with all sorts of proteins, lipids, carbohydrates, and (some) minerals. And,…

    Read more...

    ", + "content": "

    Eggs are both simple and complex. They’re one of the easiest foods you can learn how to cook, but can be prepared in a seemingly endless amount of interesting and complex ways. From a chemical perspective, they are absolutely bonkers, packed with all sorts of proteins, lipids, carbohydrates, and (some) minerals. And,…

    Read more...

    ", + "category": "free range", + "link": "https://lifehacker.com/cage-free-is-basically-meaningless-and-other-lies-yo-1848308957", + "creator": "Claire Lower", + "pubDate": "Thu, 06 Jan 2022 13:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166747,16 +169671,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a29193c58ba060ed7a5dd76f3e08697" + "hash": "305569aa64c07f77fd40f72d82e7ad9e", + "highlights": [] }, { - "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", + "title": "How to Keep Mice From Hiding in Your Oven", + "description": "

    If you find yourself unwillingly hosting scratchy, scurrying vermin in your kitchen—and you’re pretty sure you hear them rattling around in your stove and oven—you’re not alone. Mice are attracted to the warmth of the pilot light and plentiful crumbs and leftover food scraps in and around your oven. Here’s how you can…

    Read more...

    ", + "content": "

    If you find yourself unwillingly hosting scratchy, scurrying vermin in your kitchen—and you’re pretty sure you hear them rattling around in your stove and oven—you’re not alone. Mice are attracted to the warmth of the pilot light and plentiful crumbs and leftover food scraps in and around your oven. Here’s how you can…

    Read more...

    ", + "category": "mice", + "link": "https://lifehacker.com/how-to-keep-mice-from-hiding-in-your-oven-1848309633", + "creator": "Sarah Showfety", + "pubDate": "Wed, 05 Jan 2022 22:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166768,16 +169693,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "60516e0362ed2bcf55f7e384b42519d2" + "hash": "2ecd592baabc9f147688235b98ec727d", + "highlights": [] }, { - "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", + "title": "Which Direction Do You Face in the Squat Rack?", + "description": "

    There’s a right and a wrong direction to face when you’re squatting.

    Read more...

    ", + "content": "

    There’s a right and a wrong direction to face when you’re squatting.

    Read more...

    ", + "category": "squat", + "link": "https://lifehacker.com/which-direction-do-you-face-in-the-squat-rack-1848309954", + "creator": "Beth Skwarecki", + "pubDate": "Wed, 05 Jan 2022 22:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166789,16 +169715,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "60cbb1634bce0ac7aa7b1f3e074ca67d" + "hash": "5690bef55bf9ca2433397d144eea1a80", + "highlights": [] }, { - "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", + "title": "How to Spot Undercover Cops and Unmarked Police Cars", + "description": "

    Officers and agents will hide who they are for all kinds of reasons, from catching speeders to infiltrating extremist political groups to prevent the kidnappings of state governors. It’s often hard to recognize undercover cops, but there are some tells, so here’s a rough guide to recognizing cops dressed as civilians…

    Read more...

    ", + "content": "

    Officers and agents will hide who they are for all kinds of reasons, from catching speeders to infiltrating extremist political groups to prevent the kidnappings of state governors. It’s often hard to recognize undercover cops, but there are some tells, so here’s a rough guide to recognizing cops dressed as civilians…

    Read more...

    ", + "category": "cops", + "link": "https://lifehacker.com/how-to-spot-undercover-cops-and-unmarked-police-cars-1848309745", + "creator": "Stephen Johnson", + "pubDate": "Wed, 05 Jan 2022 21:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166810,16 +169737,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b37408da3c2275cbe000b6dca6bb634" + "hash": "c7de42adc3493966b85b88dd449bbee9", + "highlights": [] }, { - "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", + "title": "Where to Live If You Want a Pet Lion", + "description": "

    The other day I ran across this video of an anonymous woman carrying an annoyed lion down the street. The video was taken in the Sabahiya district of Kuwait, where the woman reportedly keeps that lion as a pet. It recently escaped and terrorized the neighborhood, but she got it back. If you would like to be mildly…

    Read more...

    ", + "content": "

    The other day I ran across this video of an anonymous woman carrying an annoyed lion down the street. The video was taken in the Sabahiya district of Kuwait, where the woman reportedly keeps that lion as a pet. It recently escaped and terrorized the neighborhood, but she got it back. If you would like to be mildly…

    Read more...

    ", + "category": "pet", + "link": "https://lifehacker.com/where-to-live-if-you-want-a-pet-lion-1848309048", + "creator": "Stephen Johnson", + "pubDate": "Wed, 05 Jan 2022 21:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -166831,16 +169759,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d7b4f00d8f69812d909df23bf6a7896" + "hash": "718a20624784458e25e93b08cdc625bd", + "highlights": [] }, { - "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", + "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": "", @@ -166852,16 +169781,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c831ce6d02b2c39bd538a3d31fc93d9" + "hash": "076ec91e07b4eb8f5833de2944f61a65", + "highlights": [] }, { - "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", + "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": "", @@ -166873,16 +169803,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd18d2dddfbab95411024efb334ca7e6" + "hash": "f9a1150a994b652744873cb1285b71f1", + "highlights": [] }, { - "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", + "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": "", @@ -166894,16 +169825,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "65f464084be6b3bff03d07ac1e5a0cd1" + "hash": "2cb126558ddb3cb6c69d3f2dfc482e44", + "highlights": [] }, { - "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", + "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": "", @@ -166915,16 +169847,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa3af7f055af38df2c6dc01786b5eccb" + "hash": "fc77314d6010fa4e47735c9c3f3738a0", + "highlights": [] }, { - "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", + "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": "", @@ -166936,16 +169869,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f7dc719b6689ad54aec04e450b61e36" + "hash": "3e40f31b0e834a0d6092dcc4feda2a2b", + "highlights": [] }, { - "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", + "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": "", @@ -166957,16 +169891,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8d693c7205baa2369a64b039aed2041" + "hash": "1304f398c4e77fb53319618718d2224b", + "highlights": [] }, { - "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", + "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": "", @@ -166978,16 +169913,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8cfdf6256b8b1cd30b365298dedfa4f5" + "hash": "dd7304d35fcc4d665084fcddbc88a3d7", + "highlights": [] }, { - "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", + "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": "", @@ -166999,16 +169935,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "52429ee343955f907c7c57feb6afcbfe" + "hash": "f46099cbe01bed5de073d064bf9b14c6", + "highlights": [] }, { - "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", + "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": "", @@ -167020,16 +169957,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d78bc7f07e4a211f16a9ca5baf58df2" + "hash": "8a7cdad7a9a44d469971b00351b19cff", + "highlights": [] }, { - "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", + "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": "", @@ -167041,16 +169979,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4623a8cf98e9aca23924f7a67bdd0633" + "hash": "3c1e58d9ad0cc5cea28be63ec91a7a01", + "highlights": [] }, { - "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", + "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": "", @@ -167062,16 +170001,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "89131464f3ace38c3339e40dc19c10d6" + "hash": "818c52a2a8dddac4b765508cffeda42b", + "highlights": [] }, { - "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", + "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": "", @@ -167083,16 +170023,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7104d17386aaca9930a46daff1b3f89" + "hash": "78a1052692c4307db67b36f6232c2067", + "highlights": [] }, { - "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", + "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": "", @@ -167104,16 +170045,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f581a263c40c571b991fe31a85c8254" + "hash": "ff721ccbbff89f50406b2e5976b1af49", + "highlights": [] }, { - "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", + "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": "", @@ -167125,16 +170067,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b7040691fbbe311d834ca485c2d9b566" + "hash": "793564c681e8d43b06abb26e50444f2a", + "highlights": [] }, { - "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", + "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": "", @@ -167146,16 +170089,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "89f099d649b5b85bb7503e2e8de8c611" + "hash": "33e2d0c7dd6785a6d3972ef6e0dd0282", + "highlights": [] }, { - "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", + "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": "", @@ -167167,16 +170111,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e66f123e5af668a97835f7de459c4f1e" + "hash": "915c777f4e73131a2beeae06d643f805", + "highlights": [] }, { - "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", + "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": "", @@ -167188,16 +170133,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d360885666cd8f9b32e134db6a564b58" + "hash": "87677a96780880352a4442267328180e", + "highlights": [] }, { - "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", + "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": "", @@ -167209,16 +170155,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "83453c671e37f4ff5ae9153b6161346f" + "hash": "7fdd6b31b2ddfd494dbf840ea2ba8605", + "highlights": [] }, { - "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", + "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": "", @@ -167230,16 +170177,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c190c038f6c56da6c5bf1ab7a73d0b25" + "hash": "478076dd417fa8a104bf2b56f5e7431a", + "highlights": [] }, { - "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", + "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": "", @@ -167251,16 +170199,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1cefe8477ae643f1b4d239feedd334cc" + "hash": "0b4e513930b907ac482c8533a1e2512d", + "highlights": [] }, { - "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", + "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": "", @@ -167272,16 +170221,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9f717fd706e62900bb24db670700c85" + "hash": "13c5171f5fc462b5b75d99efea15dfcf", + "highlights": [] }, { - "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", + "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": "", @@ -167293,16 +170243,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7b5bb9de8ad23d456651d4b19d667a5" + "hash": "84d0b655f1cafa021cadbaf9032e41a2", + "highlights": [] }, { - "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", + "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": "", @@ -167314,16 +170265,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4fa57e0305039161daf6e030d7612a04" + "hash": "6cf420de5b02457438c177f9e6886846", + "highlights": [] }, { - "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", + "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": "", @@ -167335,16 +170287,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "42a97ca18fb453391bd9d32c42d0d849" + "hash": "c84fb2c64c638be047adb2bae22aeb91", + "highlights": [] }, { - "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", + "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": "", @@ -167356,16 +170309,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d00d3aa1fef91da01e512aa40212ec73" + "hash": "40762ba678b7dd2ba0ae6fc52974df53", + "highlights": [] }, { - "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", + "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": "", @@ -167377,16 +170331,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d1af92cb02d97bf4d69e06d060b0d79" + "hash": "63747431be1bd72ae6d28140bb596d26", + "highlights": [] }, { - "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", + "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": "", @@ -167398,16 +170353,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "40d50a54097e0c6e6640ff721b9413e2" + "hash": "4bc750c225aaadde8e33938c2621324b", + "highlights": [] }, { - "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", + "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": "", @@ -167419,16 +170375,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "043874b3ba0d3a7bf0bc38c9a2e2d7bf" + "hash": "339b4816ab74b8058edd1cd3085198f2", + "highlights": [] }, { - "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", + "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": "Thu, 09 Dec 2021 20:30:00 GMT", + "pubDate": "Mon, 03 Jan 2022 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -167440,16 +170397,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0eee7eb21f1d666bc0c127f299d5159b" + "hash": "79ddb88af4855ea356ea393369dbb02e", + "highlights": [] }, { - "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", + "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": "", @@ -167461,16 +170419,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "75fe6c4dc73f3f645f5ed7d0dce31c9b" + "hash": "4a1d5c2a7e5b223a0ea985ad38e04596", + "highlights": [] }, { - "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", + "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": "", @@ -167482,16 +170441,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e139058c695de599cd16637cc616a97" + "hash": "659982bf83e7876ab919be5129293f66", + "highlights": [] }, { - "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", + "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": "", @@ -167503,16 +170463,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6613ab79ea9a77ad247a92e637dc280" + "hash": "d4fe1180d13535fb990771326b04dd29", + "highlights": [] }, { - "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", + "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": "Thu, 09 Dec 2021 18:30:00 GMT", + "pubDate": "Mon, 03 Jan 2022 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -167524,16 +170485,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4fc33cccdcfa9275fa671d96b8c2a1c" + "hash": "f8d045693165066c1ee09dde6c9fa238", + "highlights": [] }, { - "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", + "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": "", @@ -167545,16 +170507,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "77b4731a83ecc6c0476a0cd600ed79d3" + "hash": "675b5e01f45e0daf96cc03af6789eeba", + "highlights": [] }, { - "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", + "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": "", @@ -167566,19 +170529,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "c886c798e31292debe0d0c9b43b317a7" + "hash": "2e5feb80f36b75a5758c5faff25cbec7", + "highlights": [] }, { - "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", + "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": "Lifehacker", @@ -167586,19 +170551,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b69b270f5c3eddddb3e24e9e7eed29c" + "hash": "db39b683602de61ee8bac60585b25a65", + "highlights": [] }, { - "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", + "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": "Lifehacker", @@ -167606,19 +170573,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e4228e6a6381879a025ef26b38d54a7" + "hash": "15573e2ae15561426c3e8ffadbda17c0", + "highlights": [] }, { - "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", + "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": "Lifehacker", @@ -167626,19 +170595,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "fbca79dc9aee8df6f3e02eb25377163b" + "hash": "5ec2e8895240a4be4bfa52e9b74f560d", + "highlights": [] }, { - "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", + "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": "Lifehacker", @@ -167646,19 +170617,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "8651cca3c63658bae6ff68bd65f79294" + "hash": "b888e7cd600afe7f54e2b29e8490622d", + "highlights": [] }, { - "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", + "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": "Lifehacker", @@ -167666,19 +170639,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "a658f2c5940606e7fadbcdd6628b8e01" + "hash": "a0f1448fb5351d6af0100bd982c04d4f", + "highlights": [] }, { - "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", + "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": "Lifehacker", @@ -167686,19 +170661,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d6999789a0e4b43e035b0fec10e4741" + "hash": "f7ca2bc200951a33b4e3ada6af74ed85", + "highlights": [] }, { - "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", + "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": "Lifehacker", @@ -167706,19 +170683,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "b95b9b41870e61ace52f819ea3e75118" + "hash": "f33d86755390ec1c0af32db958ddf619", + "highlights": [] }, { - "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", + "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": "Lifehacker", @@ -167726,19 +170705,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4b376502fc8525fc0595003d53c7cad" + "hash": "758c3b60f2c6bd28b1227dfb8001a9e9", + "highlights": [] }, { - "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", + "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": "Lifehacker", @@ -167746,19 +170727,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d5a0b4088c423584132a4ae1db896af" + "hash": "1d230d03319f34b759b427f5e8552b81", + "highlights": [] }, { - "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", + "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": "Lifehacker", @@ -167766,19 +170749,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "3795768b3c1e63da3db58aa809494838" + "hash": "5d5a9b2b23fa4813620df1159a5633ba", + "highlights": [] }, { - "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", + "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": "Lifehacker", @@ -167786,19 +170771,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "4faa2a7291ea21a62993f718278e1410" + "hash": "54a2d0835aebd9e5e0b756991ea03c10", + "highlights": [] }, { - "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", + "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": "Lifehacker", @@ -167806,19 +170793,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "313a5b821a3ce13a0b3dc2492916851c" + "hash": "481d7191e5f9ef71cfe9dab98bfc4927", + "highlights": [] }, { - "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", + "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": "Lifehacker", @@ -167826,19 +170815,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad265d4dd9497df868f294c8da3597c0" + "hash": "06e72d5b41f09a7100167eff2ddb5468", + "highlights": [] }, { - "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", + "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": "Lifehacker", @@ -167846,19 +170837,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "1cd3d4178f05943ff670a700df21c46e" + "hash": "d21f2575d15684275f7405594a7bf46c", + "highlights": [] }, { - "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", + "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": "Lifehacker", @@ -167866,19 +170859,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c5854aeb5bd097401dfe64bf4786088" + "hash": "ec1a3b79a577d84c14672ddf9496a82d", + "highlights": [] }, { - "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", + "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": "Lifehacker", @@ -167886,19 +170881,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "5075769254f7ef27de4e751c117a03f1" + "hash": "bf772d07c0a7c7d4f293dc7a50816c54", + "highlights": [] }, { - "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 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": "Lifehacker", @@ -167906,19 +170903,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "394461e1024694cecd2dda393a968272" + "hash": "f866523686f37b690d21c82f69cd497c", + "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": "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": "Lifehacker", @@ -167926,19 +170925,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "f918ad8e8b4101e5c3f2d380629171c7" + "hash": "ead66d7947537f4b4d5de0dde5a1d158", + "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": "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": "Lifehacker", @@ -167946,19 +170947,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1e4bd915076d6b2dbc9cb0051dd81f4" + "hash": "a4019b94ce0448bf3c569bf9c7d16185", + "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": "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": "Lifehacker", @@ -167966,19 +170969,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "53e0cfc0b1715c5608c11354c78aa142" + "hash": "a9c72d2593e941b2d5b15ecf168a2b72", + "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": "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": "Lifehacker", @@ -167986,19 +170991,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba70a035cfc34299229fa8506f47a210" + "hash": "ce2bbda7887692aa61591dbabbb8aa18", + "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": "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": "Lifehacker", @@ -168006,19 +171013,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3aa3f9e51481414f8e35c09125c9bad" + "hash": "54f714c2537bbd7bc98b17663e9d08bc", + "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": "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": "Lifehacker", @@ -168026,19 +171035,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e98e16027a3a12801d9587c8a9471c2" + "hash": "93d29d7e544bf0588c822b165c255b95", + "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": "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": "Lifehacker", @@ -168046,19 +171057,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5ca29b6ddf3ce127ccd133a9c2b9cd1" + "hash": "050aee5c0304c7e675e132ae8ffe1999", + "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": "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": "Lifehacker", @@ -168066,19 +171079,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f895a04e1bf27011b4710bf4d126322" + "hash": "0baac5e436c4d56be51702c7c1d6a3ee", + "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": "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": "Lifehacker", @@ -168086,19 +171101,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "3885e4b52bd4c6f1fd27037632358d49" + "hash": "5d9c88f4b4451c9b939ee9c35eb90df8", + "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", + "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, 07 Dec 2021 20:30:00 GMT", + "pubDate": "Tue, 28 Dec 2021 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Lifehacker", @@ -168106,19 +171123,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a1ec52c510e4bb2029ee60e07e75bfe" + "hash": "9b77b9cf5337ca3c57befdf71ff38a8a", + "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": "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": "Lifehacker", @@ -168126,19 +171145,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a6294a318b4d7e2a4baf75866e0fc6e" + "hash": "e416bd4293661d29bbef0ace84e0c2b7", + "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": "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": "Lifehacker", @@ -168146,19 +171167,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "a71ec4d3e386b8d775b0fc95e3ecdaaa" + "hash": "db543efa6c634edb84bf868c82299017", + "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": "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": "Lifehacker", @@ -168166,19 +171189,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "10c163232e5744e5236419c322e3ad57" + "hash": "acaa8cc3c664d39ee4d410d96bd266c1", + "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": "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": "Lifehacker", @@ -168186,19 +171211,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b624754bee1e9c944dff5bf92990837" + "hash": "18a69920c94e4a91108c3cab73df1e1a", + "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": "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": "Lifehacker", @@ -168206,19 +171233,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ad0f1beac92537558c1346166d6d51c" + "hash": "0b4c6969096c97eee5cb8f305f6ed768", + "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 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": "Lifehacker", @@ -168226,19 +171255,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "3427cb739fcb87061326cc25fff0038e" + "hash": "0c7cd477eb9f056929213d3a85844026", + "highlights": [] }, { - "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", + "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": "Lifehacker", @@ -168246,19 +171277,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3a01d9eede64f5b019346c488480bf8" + "hash": "bd1f5b35ebff3e262c71345804fae75b", + "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": "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": "Lifehacker", @@ -168266,19 +171299,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "058b3b9a3092ea75ee02b5754f5e01bd" + "hash": "b84de21ca45125cfc294e395bee013f4", + "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": "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": "Lifehacker", @@ -168286,19 +171321,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "49f0b8b81a01804b1245072f4d60c65e" + "hash": "c559e6fd6a1a9344faf9f3fd624e3158", + "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": "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": "Lifehacker", @@ -168306,19 +171343,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb815b3903d3bd3970926d49b2c6c19a" + "hash": "95af8e496c3dab124b80f1122af1ca8f", + "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": "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": "Lifehacker", @@ -168326,19 +171365,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5cb32e94adff53bc0c5ee6d3c3eb25b" + "hash": "a13a55366d14550a9adf27ff1ae95e72", + "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": "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": "Lifehacker", @@ -168346,19 +171387,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "889617fa749d5bc12b9dd2974bc2b643" + "hash": "1ec6abac6996a489af75bea9c8ef2b49", + "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": "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": "Lifehacker", @@ -168366,19 +171409,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e16bcc1fc42bb9d77e1f1ffb550badb" + "hash": "a923387fbcacf07d5a0d11308d1799b6", + "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": "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": "Lifehacker", @@ -168386,19 +171431,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "df16b9a88b8f5f2358c5c0837f7b7b5c" + "hash": "a000de8d1f18f27f63c7ef89f16d5807", + "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": "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://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": "Lifehacker", @@ -168406,19 +171453,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "28a0f7faa49fb32e45907d2816db664d" + "hash": "9823e718db45e37a166a7607dc1b1521", + "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": "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": "Lifehacker", @@ -168426,19 +171475,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "3bb7301b4278ed350068124c9a66518e" + "hash": "6dbc2b547782d1a8f08499465a3ff641", + "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": "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": "Lifehacker", @@ -168446,19 +171497,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d9af2ecac56b02f4bda0f096e1064fd" + "hash": "50c280b5747bec5b2b736bb8488abe82", + "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": "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": "Lifehacker", @@ -168466,19 +171519,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "801c77da930efda05fcf30f4cbcab6af" + "hash": "24898eecf00d37c07f08dffb60705dbe", + "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": "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": "Lifehacker", @@ -168486,19 +171541,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0f19726e2ec19fab2b2ec7829ff3b19" + "hash": "dda7b13658381da9c6ad1c245639402c" }, { - "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": "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": "Lifehacker", @@ -168506,19 +171562,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "393db2380bc3c8f248b1e2ccb028fbf9" + "hash": "2c26bf38f55ae307bdca239700a19fb1" }, { - "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": "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": "Lifehacker", @@ -168526,19 +171583,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "127ac8504577f97de160d6b9ad985c14" + "hash": "3aaac00e9ed47c86bf95b39a3f43369a" }, { - "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": "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": "Lifehacker", @@ -168546,19 +171604,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2b5d08873f2c08289779703d8ba62cb" + "hash": "51d4a4e41074b6cf86f6e68f4ef02e71" }, { - "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": "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": "Lifehacker", @@ -168566,19 +171625,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b6104dee4b3a28362f5222998fc40d6" + "hash": "59a0a6894369018d5dc98dc91113eb38" }, { - "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": "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": "Lifehacker", @@ -168586,19 +171646,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "50db9a8c0d642d8dc9566ee22d459390" + "hash": "97d741778ab7305009597b63a51bf350" }, { - "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": "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": "Lifehacker", @@ -168606,19 +171667,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac49c0a9bccb4f47b9d8acacd1d67266" + "hash": "94b04953fedfdcbf983b41f5ddb15c87" }, { - "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": "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": "Lifehacker", @@ -168626,19 +171688,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9bef6229e234d822c4a51188b9aa602" + "hash": "371543dba27ea4d46217e289dfcd0b6d" }, { - "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", + "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": "Sun, 05 Dec 2021 18:00:00 GMT", + "pubDate": "Fri, 24 Dec 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Lifehacker", @@ -168646,19 +171709,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9fde1610a6937f3486f877af6e8f6d55" + "hash": "86a2ce0ca7e80675b4a0ab3235d80e7e" }, { - "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 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": "Lifehacker", @@ -168666,19 +171730,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "333a3915e36b0c96df9e862ae12f09ec" + "hash": "8de1f3d07ebbdf5539af38e68d500d7e" }, { - "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", + "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": "Sun, 05 Dec 2021 14:00:00 GMT", + "pubDate": "Fri, 24 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Lifehacker", @@ -168686,19 +171751,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c6ecb4918490c77a275fc415b78d470" + "hash": "16ad48acb5e1a6b5c8b33ab556c786d6" }, { - "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", + "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": "Sat, 04 Dec 2021 18:00:00 GMT", + "pubDate": "Fri, 24 Dec 2021 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Lifehacker", @@ -168706,19 +171772,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "187b13226185f655844af49aade517e6" + "hash": "9defef43ed694ebffb690030d5b1fcd7" }, { - "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": "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": "Lifehacker", @@ -168726,19 +171793,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6a7bf0a461d6a6ffa548711db1f6ef7b" + "hash": "1b061e1a9681df5a114d09fc97a00088" }, { - "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": "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": "Lifehacker", @@ -168746,19 +171814,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e6edf34280c793a5df399e284dfacd34" + "hash": "82ce65d6f382260c9be26606122c23ce" }, { - "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", + "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": "Fri, 03 Dec 2021 20:00:00 GMT", + "pubDate": "Thu, 23 Dec 2021 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Lifehacker", @@ -168766,19 +171835,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2bef46d8d91a6ec737e8b400d77e006a" + "hash": "56bd54548dc7680ea33789a97e2fbfd1" }, { - "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": "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": "Lifehacker", @@ -168786,19 +171856,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "852d8fec6f2ddf642763849ebb4efe96" + "hash": "f413e2639352b978de8c404bc0062bca" }, { - "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": "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": "Lifehacker", @@ -168806,19 +171877,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0f8523355af5dd1ed191f33a5cd3f3a" + "hash": "e4da151b1a56dda9f25b61f6961efe83" }, { - "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": "", + "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": "Lifehacker", @@ -168826,19 +171898,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "14fea2431e4806b274f2049734ef888e" + "hash": "16dbfa81f6a8219721c9b99c9e4cb434" }, { - "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": "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": "Lifehacker", @@ -168846,19 +171919,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7117b403ccbcf2da4860b795d96d8bfe" + "hash": "532b59067b73c668eaf0e59deb5815fb" }, { - "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": "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": "Lifehacker", @@ -168866,19 +171940,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f99628fbc937a26d3fbfac544de6e7cd" + "hash": "2b76f93f56de49d9b7bc34048c50a30c" }, { - "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": "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": "Lifehacker", @@ -168886,19 +171961,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d38f9dc4e585b10c54afbae929f91909" + "hash": "c6eb1c7a2cddd58332be7e5d434d870b" }, { - "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 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": "Lifehacker", @@ -168906,19 +171982,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "529cbf30cdcf176a6434c9b0677dad1d" + "hash": "1b4aa6f8355505c4857e4e12c67c1e25" }, { - "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": "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": "Lifehacker", @@ -168926,19 +172003,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd7bc1e22ad0f2ac84c82d9a80bded35" + "hash": "eb6731c9897c5eed9efb096fb10ef00f" }, { - "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": "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": "Lifehacker", @@ -168946,19 +172024,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9beb313d344ad1e7034e0a2a5ccd34f1" + "hash": "e9ee4836217b5f70eb2351e2d430db63" }, { - "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": "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": "Lifehacker", @@ -168966,19 +172045,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eee44dd67ccd1064c2b7fec3fa273fb5" + "hash": "6c9e8cb1bd4400b33e00b9d75e4d2c74" }, { - "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": "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": "Lifehacker", @@ -168986,19 +172066,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "62d8552a946bdb8bb146df7429efd138" + "hash": "b7f6de5708d5c5063702dcd56df7d53c" }, { - "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": "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": "Lifehacker", @@ -169006,19 +172087,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f6836639a15ef1c3d34cd7842b9b774" + "hash": "578e9e42e31f10ed844e7a003ed97203" }, { - "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", + "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": "Thu, 02 Dec 2021 20:35:00 GMT", + "pubDate": "Wed, 22 Dec 2021 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Lifehacker", @@ -169026,19 +172108,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b24a88acd83ac7d873de0a5eb7e58ed" + "hash": "aa201be8e9f3f4ff043ae3dce471a8f7" }, { - "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": "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": "Lifehacker", @@ -169046,19 +172129,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b3352bf0a08b2d1dbdebe33d2c32c48" + "hash": "5e6ffd65fc005aee629593e84d9cca39" }, { - "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": "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": "Lifehacker", @@ -169066,19 +172150,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "defeb94d56c0aaa800d261cb1d71adfe" + "hash": "67d1a9ff4578a91da905b60080993541" }, { - "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": "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": "Lifehacker", @@ -169086,19 +172171,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "17c3c6fb773eed3bfd67826d1b7f9c07" + "hash": "0d5f0d862cef36f001d964ad99e1a486" }, { - "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", + "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": "Thu, 02 Dec 2021 18:30:00 GMT", + "pubDate": "Wed, 22 Dec 2021 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Lifehacker", @@ -169106,19 +172192,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d86a45a4f67cc6e831d16657c1f5ddb" + "hash": "46b80d13d43d14ef709f6de0f4f546f1" }, { - "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": "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": "Lifehacker", @@ -169126,19 +172213,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2eddd5618c83ac7da2e33fc6b8b0818a" + "hash": "b9272679e0f1b5d43f9a4e655ab0810e" }, { - "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": "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": "Lifehacker", @@ -169146,19 +172234,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "aec19a91780c4f06d1ef9cadc890cd75" + "hash": "db166dcc98afaca340aa5c41c6225290" }, { - "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": "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": "Lifehacker", @@ -169166,19 +172255,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2e49639fa3e06d4babd79328f1d52b8" + "hash": "838ea1fcfc773e913057a220b1cc7ba4" }, { - "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", + "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": "Thu, 02 Dec 2021 16:30:00 GMT", + "pubDate": "Wed, 22 Dec 2021 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Lifehacker", @@ -169186,19 +172276,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "52aaea40b12b5516bd4cb6b924790fa5" + "hash": "d6b4fe74c327bc6c963b9e55e654a41f" }, { - "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": "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": "Lifehacker", @@ -169206,19 +172297,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fbac47e122bb7af459776acc95206f25" + "hash": "859f5c976229badbe2a80e93e456b576" }, { - "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": "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": "Lifehacker", @@ -169226,19 +172318,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e55c3e765a8a6a1393809fdecae7d62b" + "hash": "e525e471e1db4c4cd55951f2e929bd4c" }, { - "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": "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": "Lifehacker", @@ -169246,19 +172339,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "38e06533b9a4ceee0495fbe7431239d0" + "hash": "5ec5dc94256edb22ade781fa1d3085bf" }, { - "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": "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": "Lifehacker", @@ -169266,19 +172360,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "005c5831ca424ea5d5d719df7b699fc4" + "hash": "646727a3324975d9637626ba5a93f570" }, { - "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": "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": "Lifehacker", @@ -169286,19 +172381,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "34a86d3dddff46d8b540abd79023616a" + "hash": "4119eb6b091b622955a3369b6c23e0d8" }, { - "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": "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": "Lifehacker", @@ -169306,19 +172402,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "85402bd7003a41bc8eb306c544b67fdc" + "hash": "e129f2b212c49bf0ae6b7eb230167154" }, { - "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": "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": "Lifehacker", @@ -169326,19 +172423,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd5634f14a5c8921f5ef5f033325d359" + "hash": "5b2f5288667aeccaa74a01cbd8036e44" }, { - "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": "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": "Lifehacker", @@ -169346,19 +172444,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "20be3b8538600c41502a52f07a31d466" + "hash": "b18698cffab1f23ef8f672d49787aeb2" }, { - "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": "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": "Lifehacker", @@ -169366,19 +172465,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d252c88c4bda2b64b4b3f46ca3789b5e" + "hash": "0d17652ffe79742a441cef36de491f14" }, { - "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 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": "Lifehacker", @@ -169386,19 +172486,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9078150823ff5220eda7157a64afd2e5" + "hash": "7710e4244c267aabeb4cf4ccf249fed1" }, { - "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 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": "Lifehacker", @@ -169406,19 +172507,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3dc1858831a95ae2fd6be42d1024b4e" + "hash": "3e536b09cd5b750104f1b70b58069306" }, { - "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": "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": "Lifehacker", @@ -169426,19 +172528,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "007ef6c5f6dad89adab06c2396996759" + "hash": "6e7aaf1d98cd8c4f18b92677402ba378" }, { - "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": "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": "Lifehacker", @@ -169446,19 +172549,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f87e8a3b9c8597b217f534bcc77d7c2" + "hash": "61edfdbb3e110a9521d72815bbfa65ae" }, { - "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 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": "Lifehacker", @@ -169466,19 +172570,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ddec923f3f63b77daa3b07151989505" + "hash": "929fb56af18d5c39fb9b5139d878a263" }, { - "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": "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": "Lifehacker", @@ -169486,19 +172591,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "389b74197bf84a53f26cbdae09c0a75d" + "hash": "7e0c5d4c752d18c5f1d929c494abc5f6" }, { - "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": "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": "Lifehacker", @@ -169506,19 +172612,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1e84beeee54aa4f2e4aba4b4e5ddec1" + "hash": "fc0439d7d016ce9214ebbcb63e3b41cc" }, { - "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": "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": "Lifehacker", @@ -169526,19 +172633,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2ae8353086a288c4f9f3294b3ebaeea" + "hash": "42e93aa0ac968ce2d84acc1f1b5dff58" }, { - "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": "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": "Lifehacker", @@ -169546,19 +172654,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e13efe0016b0595759534c02cad00e97" + "hash": "3b00c2e8e4c284e8c633b4dafdb40715" }, { - "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", + "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": "Wed, 01 Dec 2021 15:00:00 GMT", + "pubDate": "Tue, 21 Dec 2021 13:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Lifehacker", @@ -169566,19 +172675,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c51fe11ab389d8fdfeb43c40a817083" + "hash": "347b8208f464a2139e4f9a5f8385ca32" }, { - "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'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": "Lifehacker", @@ -169586,19 +172696,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "23db23f4ee1dea0c9832a5360dbbf1aa" + "hash": "d0092acc764513db8a60b2e4cee06dd7" }, { - "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": "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": "Lifehacker", @@ -169606,19 +172717,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "08af66b7fc30da2fc930c4d18a488156" + "hash": "a6b94579c071f3d15c2edaf4920a332e" }, { - "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": "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": "Lifehacker", @@ -169626,19 +172738,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0875ded62ead71c7b603683cb317eaa" + "hash": "3c62f872d982de58ac55da94b0e8b132" }, { - "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": "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": "Lifehacker", @@ -169646,19 +172759,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "46e5dc51877eb450798b5aa088ef543d" + "hash": "4649e59225f3d3b2a1704c5b6cfa2a24" }, { - "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": "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": "Lifehacker", @@ -169666,19 +172780,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f3d44e0dacb560b8d475f7cc3beac7f" + "hash": "11326c4d9a355f2faf2dd745f4272c95" }, { - "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": "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": "Lifehacker", @@ -169686,19 +172801,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd421f86ba632f77058e9ed83fdef4c7" + "hash": "ffc735ab21502eef453cb0d951668b59" }, { - "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": "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": "Lifehacker", @@ -169706,19 +172822,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b37d16d2271f951d9c8cb7f375d9e4ad" + "hash": "771fc963173da381acc642b29654e169" }, { - "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": "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": "Lifehacker", @@ -169726,19 +172843,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b654e269bf1c911a3911d3877a8ed27" + "hash": "164c4f1bd59dd26693cde433da660320" }, { - "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", + "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": "Lifehacker", @@ -169746,19 +172864,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ea20e875bec7f6fdad34464c513954b" + "hash": "27846e3fa1ad979883f0a5eb540aafe5" }, { - "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": "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": "Lifehacker", @@ -169766,19 +172885,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a280e83e6eedf11b4e515916335d737" + "hash": "771ee8f56629b7b34b450a26ee26cede" }, { - "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": "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": "Lifehacker", @@ -169786,19 +172906,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b64913c04db7e0f6c565b85d9cf283ec" + "hash": "267c40907d8ace4cc0768ee5ad5c0ac7" }, { - "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": "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": "Lifehacker", @@ -169806,19 +172927,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "72b0af1c4bc4052e047be1ba4c2f3dae" + "hash": "d7ed586ba3e037097ab3be6a16328481" }, { - "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": "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": "Lifehacker", @@ -169826,19 +172948,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "14809b36d15df23a37fb41f5643f2990" + "hash": "13cc2d85b6fb6a1e657f809d4d5a71ed" }, { - "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": "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": "Lifehacker", @@ -169846,19 +172969,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d911d67b556c29409560ee15b5d54666" + "hash": "f45fa95607d55e147c9cb69acc3fc944" }, { - "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": "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": "Lifehacker", @@ -169866,19 +172990,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6adc4d0f8fabbbd39af73e518ec88480" + "hash": "423d7677624d91fc076f8ae94b904d23" }, { - "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": "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": "Lifehacker", @@ -169886,19 +173011,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c934fa5693819fa13afabc38f8fbad6" + "hash": "e3c30f7f1238fe59d971a4cf22f0f66a" }, { - "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": "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": "Lifehacker", @@ -169906,19 +173032,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7371f120eea0bf796aa0c8cbc807a80c" + "hash": "73961099d1c87232e4b4d175c2ec0351" }, { - "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": "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": "Lifehacker", @@ -169926,19 +173053,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e52f71cf8560969a4d48270baf66115c" + "hash": "95ad7ffe37f5bb712e0ae55a96391fc3" }, { - "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": "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": "Lifehacker", @@ -169946,19 +173074,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7065e421229a6cf2c25c6da44c254658" + "hash": "b20ac6a1ecfa0a03fcabfe1d94f29fd8" }, { - "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": "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": "Lifehacker", @@ -169966,19 +173095,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "762e704b7551f48a8b58b8895ea07cdd" + "hash": "8d0d2af7786700a21d95d33c8527883f" }, { - "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": "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": "Lifehacker", @@ -169986,19 +173116,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "17a15e3e9627139dd7a875896394076d" + "hash": "b624396790e110f4e0f859ccd5221a4e" }, { - "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": "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": "Lifehacker", @@ -170006,19 +173137,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3cc472ad2dd03bb83573724b80ac027" + "hash": "003333e11e11eab3421c0347edf4fe5d" }, { - "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": "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": "Lifehacker", @@ -170026,19 +173158,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "afdcab7ac6c051d694ae17bfd6a83752" + "hash": "6ca08a9d7a6f6e5f1090d9e992c2d1c8" }, { - "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": "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": "Lifehacker", @@ -170046,19 +173179,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "042833328b9b9e7c6d88b4bf5028b81e" + "hash": "6fa1d85707f63e33dab0c95141ab50fd" }, { - "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": "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": "Lifehacker", @@ -170066,19 +173200,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "58bf38c27c2f18132afd4beb8d11e424" + "hash": "7b3f7f368b83f33a94382fb2847f5473" }, { - "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": "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": "Lifehacker", @@ -170086,19 +173221,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "08d38cddd2b504d9239b04e8682c620a" + "hash": "5c83d94131eaa19fae8f38b4321d27a0" }, { - "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": "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": "Lifehacker", @@ -170106,19 +173242,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e476aa0d495aff88ec92776efcd549f" + "hash": "b95a576d7715e6fd630fa3ba562a202a" }, { - "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": "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": "Lifehacker", @@ -170126,19 +173263,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef284c602698fb847de1b200a93af3db" + "hash": "6811a975fe438f0df1db837760f4177d" }, { - "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": "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": "Lifehacker", @@ -170146,19 +173284,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "18d1ff9edb4490a177c6b63e0c6f823f" + "hash": "edb854413c6aed82a54f006a866ee03e" }, { - "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": "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": "Lifehacker", @@ -170166,19 +173305,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "562b59d25d7147c8ef605dc72692dbe9" + "hash": "904333a165ac678a5eb1183b1ed5be67" }, { - "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": "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": "Lifehacker", @@ -170186,19 +173326,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "da0b537929b7e6461a035a055b1f922a" + "hash": "600535de4a3841cfe4c2de769cbdea08" }, { - "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": "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": "Lifehacker", @@ -170206,19 +173347,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e6a6a18fc5b05905a8126ec481cfd48" + "hash": "8acaaa90afa40a5d2c23932596215588" }, { - "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": "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": "Lifehacker", @@ -170226,19 +173368,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed6dd81511da7a2ad2c2d7f9eba957c4" + "hash": "4fc958bf53883a12c7833308d2f950a9" }, { - "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": "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": "Lifehacker", @@ -170246,19 +173389,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "762e4498d0b7de234235fcb7cfc53874" + "hash": "565b5bc3b6da41d086a7368991322b81" }, { - "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": "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": "Lifehacker", @@ -170266,19 +173410,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca8425e89a1d77d26a6045c6fb4cb1f0" + "hash": "cc818321e544b522b7ad8f38e40c5327" }, { - "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": "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": "Lifehacker", @@ -170286,19 +173431,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3358ce2a4f590dd138d1f98b12f39dc3" + "hash": "f6a00a0b8d1bf44c79c548927fb0835e" }, { - "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": "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": "Lifehacker", @@ -170306,19 +173452,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5be1f5b7ae45d2ca87436cd3251b27d8" + "hash": "92e270810e32a5956df60b0aecf2581d" }, { - "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": "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": "Lifehacker", @@ -170326,19 +173473,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cce855c48af4307d97a3100b11cdba7d" + "hash": "3717a0009d18ec628ebb130e20d9ef14" }, { - "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": "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": "Lifehacker", @@ -170346,19 +173494,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "04e557059bbe808599d450c8ef0448c3" + "hash": "ad96d05282d10c71ed2bb68447515675" }, { - "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": "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": "Lifehacker", @@ -170366,19 +173515,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "62183d1fb6ece847facc64b66b2d8bc9" + "hash": "e4d8d2eb905fbdf145b9dfe1038861ea" }, { - "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": "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": "Lifehacker", @@ -170386,19 +173536,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f018ca766a2921079a24c6bfc3e1cc72" + "hash": "f75657a8074cc0493e03846c0b210563" }, { - "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": "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": "Lifehacker", @@ -170406,19 +173557,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "77df250acdb06e0c710b9cde4fb5d328" + "hash": "6cb13112409273401b5eddb07610d2cd" }, { - "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": "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": "Lifehacker", @@ -170426,19 +173578,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "275f7605df8bd871d8a800781dd64479" + "hash": "c39209ad14321339c1c27b1131bf7975" }, { - "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": "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": "Lifehacker", @@ -170446,19 +173599,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b085ea0b238de352bd035a42ca85d16b" + "hash": "b663a0ee9db2257ed4af627215a6a8d4" }, { - "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": "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": "Lifehacker", @@ -170466,19 +173620,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6a4b0702bec08352551a6292fc9e6b2" + "hash": "8380a0e6106fb920003ae0c7a7d0221a" }, { - "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": "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": "Lifehacker", @@ -170486,19 +173641,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1db216a2a7026dcf4fc9262cee19d71" + "hash": "60cd15def0336bbff053dbfb6dde4f25" }, { - "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", + "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": "Fri, 26 Nov 2021 14:00:00 GMT", + "pubDate": "Thu, 16 Dec 2021 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Lifehacker", @@ -170506,19 +173662,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a66b0bc5fadc3b024f899e2e509daf7" + "hash": "6927dd383939eb74602b410648292a8d" }, { - "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": "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": "Lifehacker", @@ -170526,19 +173683,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fae1bb5e13439a39ca743704ac441794" + "hash": "a0f4b24a929eae0eddb993718565b96a" }, { - "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": "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": "Lifehacker", @@ -170546,19 +173704,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0733cbcf02de92bfa321845fb4aa5986" + "hash": "c419aa59f6e1478a1a42d6161781f002" }, { - "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": "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": "Lifehacker", @@ -170566,19 +173725,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccd5fc279569089d752cd7823c284a27" + "hash": "1644977c0b8b1f34a1c29d41a31101df" }, { - "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": "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": "Lifehacker", @@ -170586,19 +173746,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4633d83f953aa876fa02a6da0ab7b494" + "hash": "7aa6035e98d57c80c53e7167c64d6b70" }, { - "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", + "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": "Wed, 24 Nov 2021 21:30:00 GMT", + "pubDate": "Thu, 16 Dec 2021 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Lifehacker", @@ -170606,19 +173767,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e219d42a410ef5f3490dcaf605ec707d" + "hash": "4a8aafd45679b6f2624feb53748012cf" }, { - "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": "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": "Lifehacker", @@ -170626,19 +173788,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5dc61fe34afe0eae0b39fd90a61207ff" + "hash": "6f78c2beecb929bea46ae36d99352566" }, { - "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": "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": "Lifehacker", @@ -170646,19 +173809,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f8ebc36af633650a9003ecd3d201204" + "hash": "db241e514462a77646b3c47e6003ec25" }, { - "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": "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": "Lifehacker", @@ -170666,19 +173830,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "18301664efd3256d45f2d95d8ff91bfa" + "hash": "c3f8f285e7cb8545b4fdacc637a5047f" }, { - "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": "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": "Lifehacker", @@ -170686,19 +173851,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed28196ace095891667d88ef584a0578" + "hash": "2808fb33499720b0f8058867c5d3f886" }, { - "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": "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": "Lifehacker", @@ -170706,19 +173872,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ac688f14dbba8ce4f412fb5a45d538c" + "hash": "15565abc18c2577a696ea53e4e5293b0" }, { - "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": "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": "Lifehacker", @@ -170726,19 +173893,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e54ffd27e176c3cd55d9c48a2fcf57a2" + "hash": "f0b9a1e4fd6659ede208ea645433b9a4" }, { - "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": "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": "Lifehacker", @@ -170746,19 +173914,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4464a7297c9f3ee764135273fe98a936" + "hash": "9a323b4f00ceca1cc430bdd79ad9c504" }, { - "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": "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": "Lifehacker", @@ -170766,19 +173935,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2fa3266257774ced97dbc7b4a1563e10" + "hash": "a5507cd42282b7e04e316a98568463c1" }, { - "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": "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": "Lifehacker", @@ -170786,19 +173956,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c5c6fd00d6d9ab4fd7df640e43da6219" + "hash": "d1559cda87b988fdd5a79aae52a6112b" }, { - "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", + "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, 24 Nov 2021 16:00:00 GMT", + "pubDate": "Wed, 15 Dec 2021 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Lifehacker", @@ -170806,19 +173977,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d05d2d6c7469e7fe393bdb8527f77230" + "hash": "9bbc3b4cf09fa24cb624d37f360ec7ca" }, { - "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": "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": "Lifehacker", @@ -170826,19 +173998,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c303ba479fedaf3c931b92997c293973" + "hash": "d83a49e933e62c28ff4479f4e2746409" }, { - "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": "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": "Lifehacker", @@ -170846,19 +174019,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "76bc9b5cf07338b54ba49e842e23fa6e" + "hash": "c8b11f7b9c58d2d91123c0364a7b765c" }, { - "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 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": "Lifehacker", @@ -170866,19 +174040,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6af1c0bd319b8802f5bf72350d87b278" + "hash": "1f735e71bcf588b33c878383a74ab1f8" }, { - "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": "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": "Lifehacker", @@ -170886,6056 +174061,5848 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8cece473af60c9093a61b8010c165d9" + "hash": "f870252f92712a5109b61b90086464b6" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dc17c12eb24c517a3260d4626d152b80" + "hash": "fa3621f684a46c9c50bb3fb85b0cf2c5" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0f7c4fe3b2d188b76414b25495d65105" + "hash": "433cde83d0e71365f265f3d8a483adee" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "88b21f555c28c6156609f5b0897b4a7f" + "hash": "29d067d4ffbf272e65921044a562cffe" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ad182aa602243e6935a0cbde216d716e" + "hash": "2a69e1c6c225d198fbb7bf3cc8cfa655" }, { - "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 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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bcb9718470faf543bb5c42895360852d" + "hash": "35cfda0dc7b7c7ca10f2e7c6b3f0e823" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3b26cc43db764646f55496295d0f5688" + "hash": "256898f62e43bb6818583bc3534e262b" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ca3521929e151add3c283ddfcb991d32" + "hash": "7dd71470b985bf9ee49ee73c883a5b7b" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ec5426c8713ecd06b1ec5df7df708382" + "hash": "be1350860d73d41e1f33ce5a4363d6cd" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d20b2cc71d59ba791f6dae11f278638c" + "hash": "ae2b31be62b4cb0721d9150cc2c1f006" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f8e129759af0ec72bd152e2edde0d2a8" + "hash": "5f7bb8db3e8288b906ab27779c4105e5" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "971d8a3b3ca63903c96b37ce612e7821" + "hash": "c2325f971e7c10ba629e3e5f096f7734" }, { - "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 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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b4abee0c276bc0deb5df8def371ba273" + "hash": "1b60500eccddaef35fe675df144dc049" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "463eb4bfbeebd95391a3987fa96f8b2c" + "hash": "3bcb3478fdcdaf6cfbee415e6e6091bc" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "192e6191eb24736fa7e1514eb0867719" + "hash": "49ddd0862ac15cc21814ff20d8b85b84" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e2be6c639784bd46bab52ebafb022c16" + "hash": "82f82663334fa0e248cd196538b857be" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dc4f423bad2d03274c51922f45a76306" + "hash": "5920a207ea71348bb1c43916e7db2fa5" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "57668b7610cc46cf88aeae93313441bd" + "hash": "064f737d83b342fff8d95ad32ed07d28" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1b19fd5f38f9e0e72210bdc23fe58079" + "hash": "f3abc7b7f83e6a89b1b490bfd173a0fd" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7863b69a209d1faf6d4f34bde0cd9b59" + "hash": "338f2a4905e4b1fe67fa738abbca4c9c" }, { - "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", + "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, 23 Nov 2021 14:00:00 GMT", + "pubDate": "Tue, 14 Dec 2021 14:00:00 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "38c2eab181038f09d3558411d9a04687" + "hash": "71070c0bfde955a1bdc035e4821b62a1" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d39e12e2bbc982590355852699b72ec1" + "hash": "6db3e1da8df9e377fa39449859519e80" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a3807fd593e49beea21acae9a2a71e5c" + "hash": "5be182eeb1e992ac907aca9ca2322fb2" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "df01ce6b75e51f3687501c0fbda6ddc4" + "hash": "15c20213d48ee8496d442a7337f166aa" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a4ebdb0bd46f52b6c91a79a0c9816717" + "hash": "f10acfe28c93a32d12c55fc9b319cacc" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "74e646b58cffd15d0a78c769390222a8" + "hash": "01102ee94b3f7bbcd1a8ea60aeda8ba1" }, { - "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", + "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, 22 Nov 2021 19:00:00 GMT", + "pubDate": "Mon, 13 Dec 2021 20:30:00 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "071ea8fae8df4b36d91d128f46c27b06" + "hash": "f3feb51791db77d4b256904407a6870d" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5ba1c6dfe5db522382cbdd7cc2889517" + "hash": "682c35529f54b86c57d6d70aea806c25" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8872485aa76cb883344009afe00d2648" + "hash": "78cf4712523c03539b0df760ce2f2bc3" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b0d9d07f7231da9912772bc3609b821c" + "hash": "d6b89f35596a05d1d42e65cc465a7a4a" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6602b0d3f7c8eef5db423d3e69ba8122" + "hash": "690fd4b9769e9b7726d927e44eee976e" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b1a9526bd33feef26466d6e576a4c49c" + "hash": "5f6d5ecdaf295f3b441d5f18f7d841b5" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "213614f78cde6c472eb7ae1886f7eda1" + "hash": "4a29193c58ba060ed7a5dd76f3e08697" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "45914fdba3bf50743fe75604a4d38eeb" + "hash": "60516e0362ed2bcf55f7e384b42519d2" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b5ce0328bdeec9e13b30c8be1b211419" + "hash": "60cbb1634bce0ac7aa7b1f3e074ca67d" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2d6e5ddd07d02ff3233c79139e05192f" + "hash": "8b37408da3c2275cbe000b6dca6bb634" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3aa58430bb998ee4acf9ae0e06b9e9ca" + "hash": "9d7b4f00d8f69812d909df23bf6a7896" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6ca559e0ce108a4b5c8dce8032f50474" + "hash": "5c831ce6d02b2c39bd538a3d31fc93d9" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "33997100c4e95f713dde184981bfcbd8" + "hash": "bd18d2dddfbab95411024efb334ca7e6" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "88f8c07898446e4aeaf1737dd5defbc8" + "hash": "65f464084be6b3bff03d07ac1e5a0cd1" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1c48b889b8d6f6447120454b3c57386a" + "hash": "fa3af7f055af38df2c6dc01786b5eccb" }, { - "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 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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bc967df2d26ef50da2cab0e27bd95cd6" + "hash": "8f7dc719b6689ad54aec04e450b61e36" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "93becf37d5febfe78736d50dc0b79da8" + "hash": "c8d693c7205baa2369a64b039aed2041" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ae31da90f50a41b69364b914129f4ae3" + "hash": "8cfdf6256b8b1cd30b365298dedfa4f5" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "734ab2e2c31be1824dce56c3e6e94d65" + "hash": "52429ee343955f907c7c57feb6afcbfe" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "daedb8424951572ccd5dc69227cb764a" + "hash": "2d78bc7f07e4a211f16a9ca5baf58df2" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "66fde12251605493510cc0073a2fea6d" + "hash": "4623a8cf98e9aca23924f7a67bdd0633" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a8275d37c5a5a0a1777e280d01eea684" + "hash": "89131464f3ace38c3339e40dc19c10d6" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b6e0715e79509a8f2e43f9b6edd64da8" + "hash": "c7104d17386aaca9930a46daff1b3f89" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b5ced133bfc8a862195157e1cc65e9d4" + "hash": "2f581a263c40c571b991fe31a85c8254" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d9b76d1ce4f42b3c99c305ab44ca4ae4" + "hash": "b7040691fbbe311d834ca485c2d9b566" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d1ce1ceb3d227fc23cf1c7e3ef271213" + "hash": "89f099d649b5b85bb7503e2e8de8c611" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0670a38867fb5089198df8017da2011d" + "hash": "e66f123e5af668a97835f7de459c4f1e" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "def176b2504791dd39bcba48cd03c70c" + "hash": "d360885666cd8f9b32e134db6a564b58" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "221e53c530f7f3bd8b7e5978a7d166b1" + "hash": "83453c671e37f4ff5ae9153b6161346f" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "04e562d190441cae1c9f931399c64a1b" + "hash": "c190c038f6c56da6c5bf1ab7a73d0b25" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "373adb867c28ad22fdc1acb265667b1f" + "hash": "1cefe8477ae643f1b4d239feedd334cc" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fddc034602eb521880710a2ac95d9d95" + "hash": "e9f717fd706e62900bb24db670700c85" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9f388005cec00cd41f1c86c35f1446b9" + "hash": "f7b5bb9de8ad23d456651d4b19d667a5" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e0b80540a203c66ffbe671ba137f375b" + "hash": "4fa57e0305039161daf6e030d7612a04" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9209204b172ba2072a936e8898444e51" + "hash": "42a97ca18fb453391bd9d32c42d0d849" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b717570f95c724884d30dcff48072496" + "hash": "d00d3aa1fef91da01e512aa40212ec73" }, { - "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": "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": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dae11f34f9e8dd36ffb0ad081c209e17" + "hash": "5d1af92cb02d97bf4d69e06d060b0d79" }, { - "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", + "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": "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": [ + "hash": "40d50a54097e0c6e6640ff721b9413e2" + }, { - "title": "Vast fish breeding colony is more than twice the size of Paris", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00065-y", - "creator": "", - "pubDate": "2022-01-13", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "79822bc014e69972064a7761cc2e38af", - "highlights": [] + "hash": "043874b3ba0d3a7bf0bc38c9a2e2d7bf" }, { - "title": "Omicron thwarts some of the world’s most-used COVID vaccines", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00079-6", - "creator": "Elie Dolgin", - "pubDate": "2022-01-13", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ad688884f1acd739d500c12154f45145", - "highlights": [] + "hash": "0eee7eb21f1d666bc0c127f299d5159b" }, { - "title": "How rich countries skew the fossil record", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00034-5", - "creator": "Ewen Callaway", - "pubDate": "2022-01-13", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "544ae6118d54414730d8314e83b455a0", - "highlights": [] + "hash": "75fe6c4dc73f3f645f5ed7d0dce31c9b" }, { - "title": "Author Correction: A transcriptomic atlas of mouse cerebellar cortex comprehensively defines cell types", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04373-7", - "creator": "Velina Kozareva", - "pubDate": "2022-01-12", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fb89bbdc5f932d306da3d7107073d27a", - "highlights": [] + "hash": "5e139058c695de599cd16637cc616a97" }, { - "title": "Publisher Correction: Collective durotaxis along a self-generated stiffness gradient in vivo", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04367-5", - "creator": "Adam Shellard", - "pubDate": "2022-01-12", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9223b85bfb3fae491d695ed5c5a098cd", - "highlights": [] + "hash": "c6613ab79ea9a77ad247a92e637dc280" }, { - "title": "Author Correction: Coupling of Indo-Pacific climate variability over the last millennium", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04318-0", - "creator": "Nerilie J. Abram", - "pubDate": "2022-01-12", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "adebf056cb5b576decdc1b4363c5fbc3", - "highlights": [] + "hash": "c4fc33cccdcfa9275fa671d96b8c2a1c" }, { - "title": "Publisher Correction: Giant modulation of optical nonlinearity by Floquet engineering", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04368-4", - "creator": "Jun-Yi Shan", - "pubDate": "2022-01-12", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "429ff64915851ddb28aa85f0a4f3d246", - "highlights": [] + "hash": "77b4731a83ecc6c0476a0cd600ed79d3" }, { - "title": "Drug-fuelled parties helped ancient Andean rulers to hold power", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00066-x", - "creator": "", - "pubDate": "2022-01-12", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8cffe8d2600b62824f4d28adb17c3431", - "highlights": [] + "hash": "c886c798e31292debe0d0c9b43b317a7" }, { - "title": "Earth’s orbit, testing in pregnancy — the week in infographics", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00083-w", - "creator": "", - "pubDate": "2022-01-12", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "efec92dd3aad69f41a6836c12cbb0da7", - "highlights": [] + "hash": "1b69b270f5c3eddddb3e24e9e7eed29c" }, { - "title": "Webb Space Telescope makes history after tense launch", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00088-5", - "creator": "Benjamin Thompson", - "pubDate": "2022-01-12", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b2713ab4ce87bb7b111be78a3bda7137", - "highlights": [] + "hash": "5e4228e6a6381879a025ef26b38d54a7" }, { - "title": "Star formation near the Sun is driven by expansion of the Local Bubble", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04286-5", - "creator": "Catherine Zucker", - "pubDate": "2022-01-12", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "31a4adebf0a6efeb777ed571dd68d98f", - "highlights": [] + "hash": "fbca79dc9aee8df6f3e02eb25377163b" }, { - "title": "Signatures of a strange metal in a bosonic system", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04239-y", - "creator": "Chao Yang", - "pubDate": "2022-01-12", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a819d53904303098bde0fe9ddec4e777", - "highlights": [] + "hash": "8651cca3c63658bae6ff68bd65f79294" }, { - "title": "Elastomeric electrolytes for high-energy solid-state lithium batteries", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04209-4", - "creator": "Michael J. Lee", - "pubDate": "2022-01-12", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fab1de613b01bda67dee7dc43eb828f6", - "highlights": [] + "hash": "a658f2c5940606e7fadbcdd6628b8e01" }, { - "title": "A WC/WO star exploding within an expanding carbon–oxygen–neon nebula", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04155-1", - "creator": "A. Gal-Yam", - "pubDate": "2022-01-12", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "843d946ca9222ddb59faa95c88f86c24", - "highlights": [] + "hash": "2d6999789a0e4b43e035b0fec10e4741" }, { - "title": "Toroidal topology of population activity in grid cells", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04268-7", - "creator": "Richard J. Gardner", - "pubDate": "2022-01-12", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "66c865b35797950d8eedc9460cac39a3", - "highlights": [] + "hash": "b95b9b41870e61ace52f819ea3e75118" }, { - "title": "Age of the oldest known Homo sapiens from eastern Africa", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04275-8", - "creator": "Céline M. Vidal", - "pubDate": "2022-01-12", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d6d7fabeea2bc4294aeedd0c9553d48a", - "highlights": [] + "hash": "d4b376502fc8525fc0595003d53c7cad" }, { - "title": "Air pollution exposure disparities across US population and income groups", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04190-y", - "creator": "Abdulrahman Jbaily", - "pubDate": "2022-01-12", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d260bb6cfc2fe5222dbbc6cf453c0c2a", - "highlights": [] + "hash": "4d5a0b4088c423584132a4ae1db896af" }, { - "title": "Mutation bias reflects natural selection in Arabidopsis thaliana", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04269-6", - "creator": "J. Grey Monroe", - "pubDate": "2022-01-12", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6e58e81f8c18dd61e7eb18e73dfdddb4", - "highlights": [] + "hash": "3795768b3c1e63da3db58aa809494838" }, { - "title": "A crossbar array of magnetoresistive memory devices for in-memory computing", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04196-6", - "creator": "Seungchul Jung", - "pubDate": "2022-01-12", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d5fd9b5c8cea26e3c6c79048bc5d4d65", - "highlights": [] + "hash": "4faa2a7291ea21a62993f718278e1410" }, { - "title": "The effect of rainfall changes on economic production", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04283-8", - "creator": "Maximilian Kotz", - "pubDate": "2022-01-12", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "77386116a9011660776ab9450ec70eba", - "highlights": [] + "hash": "313a5b821a3ce13a0b3dc2492916851c" }, { - "title": "Extreme rainfall slows the global economy", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03783-x", - "creator": "Xin-Zhong Liang", - "pubDate": "2022-01-12", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "84c1b0b2004ad8def8c39538999ef8ed", - "highlights": [] + "hash": "ad265d4dd9497df868f294c8da3597c0" }, { - "title": "Webb telescope success, WHO chief and Omicron versus antibody therapies", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00026-5", - "creator": "", - "pubDate": "2022-01-12", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2351d2deb697a5bcca991cadfb884809", - "highlights": [] + "hash": "1cd3d4178f05943ff670a700df21c46e" }, { - "title": "Important genomic regions mutate less often than do other regions", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00017-6", - "creator": "Jianzhi Zhang", - "pubDate": "2022-01-12", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0629e4236ae91dc8a237944fef90619c", - "highlights": [] + "hash": "2c5854aeb5bd097401dfe64bf4786088" }, { - "title": "COVID vaccines safely protect pregnant people: the data are in", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00031-8", - "creator": "Shannon Hall", - "pubDate": "2022-01-12", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4d34bdd01e701bc7b4aad344c62efceb", - "highlights": [] + "hash": "5075769254f7ef27de4e751c117a03f1" }, { - "title": "The COVID generation: how is the pandemic affecting kids’ brains?", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00027-4", - "creator": "Melinda Wenner Moyer", - "pubDate": "2022-01-12", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f1cef65d69ec7bcfc6a96f47b13ee39e", - "highlights": [] + "hash": "394461e1024694cecd2dda393a968272" }, { - "title": "A strange metal emerges from a failed superconductor", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03831-6", - "creator": "Nicholas P. Breznay", - "pubDate": "2022-01-12", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e71b186913969a03e55b8705789687aa", - "highlights": [] + "hash": "f918ad8e8b4101e5c3f2d380629171c7" }, { - "title": "The lucky ones", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03747-1", - "creator": "Aimee Ogden", - "pubDate": "2022-01-12", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "819a9533dd1303d0cb8856bf0c6d7368", - "highlights": [] + "hash": "d1e4bd915076d6b2dbc9cb0051dd81f4" }, { - "title": "Daily briefing: ‘Killer’ T cells still recognize Omicron", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00091-w", - "creator": "Flora Graham", - "pubDate": "2022-01-12", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "38ba24ec33a9c01323764dd5dd75d344", - "highlights": [] + "hash": "53e0cfc0b1715c5608c11354c78aa142" }, { - "title": "The devastating mudslides that follow forest fires", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00028-3", - "creator": "Jane Palmer", - "pubDate": "2022-01-12", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b6a5ae2d28d36961dcb7fe7e05b7fcaf", - "highlights": [] + "hash": "ba70a035cfc34299229fa8506f47a210" }, { - "title": "Author Correction: A proximity-dependent biotinylation map of a human cell", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04308-2", - "creator": "Christopher D. Go", - "pubDate": "2022-01-11", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c59a71a9f3403d11efcaec2e6ecf27b4", - "highlights": [] + "hash": "f3aa3f9e51481414f8e35c09125c9bad" }, { - "title": "Author Correction: Histidine catabolism is a major determinant of methotrexate sensitivity", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-03487-2", - "creator": "Naama Kanarek", - "pubDate": "2022-01-11", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a80c0d18777931eb587d5604689c93d7", - "highlights": [] + "hash": "9e98e16027a3a12801d9587c8a9471c2" }, { - "title": "Wind power versus wildlife: root mitigation in evidence", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00012-x", - "creator": "Tim Schmoll", - "pubDate": "2022-01-11", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "62a8d11eee6d0925f88f3f2a60ee5980", - "highlights": [] + "hash": "d5ca29b6ddf3ce127ccd133a9c2b9cd1" }, { - "title": "Cosmic crash explains a mystery on the Moon", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00064-z", - "creator": "", - "pubDate": "2022-01-11", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9cc6a6e02b2dd7ce5fa3ca3df39e1aa2", - "highlights": [] + "hash": "6f895a04e1bf27011b4710bf4d126322" }, { - "title": "From the archive", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03741-7", - "creator": "", - "pubDate": "2022-01-11", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7fb1c6de335fc01d44d23e76e14cdb6d", - "highlights": [] + "hash": "3885e4b52bd4c6f1fd27037632358d49" }, { - "title": "Two million species catalogued by 500 experts", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00010-z", - "creator": "Mark John Costello", - "pubDate": "2022-01-11", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "395e76bac2f7ef7960ba46694b32b84d", - "highlights": [] + "hash": "8a1ec52c510e4bb2029ee60e07e75bfe" }, { - "title": "Abel-winning geometry pioneer, remembered", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00009-6", - "creator": "Jean-Pierre Bourguignon", - "pubDate": "2022-01-11", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bcf659b9f8e9300d9f944985bc20aee0", - "highlights": [] + "hash": "5a6294a318b4d7e2a4baf75866e0fc6e" }, { - "title": "EU Nature Restoration Law needs ambitious and binding targets", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00011-y", - "creator": "Kris Decleer", - "pubDate": "2022-01-11", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2cea31e36859d3b19aded221459a18e8", - "highlights": [] + "hash": "a71ec4d3e386b8d775b0fc95e3ecdaaa" }, { - "title": "How to protect US science from political meddling after Trump", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00059-w", - "creator": "Alexandra Witze", - "pubDate": "2022-01-11", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e2d1492c19aac2f586ed5507d643f958", - "highlights": [] + "hash": "10c163232e5744e5236419c322e3ad57" }, { - "title": "How a part-time fellowship enticed a scientist back to academia", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00042-5", - "creator": "Rachel James", - "pubDate": "2022-01-11", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2c80596049bd25865b9ba632e56996bc", - "highlights": [] + "hash": "6b624754bee1e9c944dff5bf92990837" }, { - "title": "Daily briefing: First transplant of a gene-edited pig heart", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00085-8", - "creator": "Flora Graham", - "pubDate": "2022-01-11", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0dfa507cb4a8555d56115dea2e83adca", - "highlights": [] + "hash": "7ad0f1beac92537558c1346166d6d51c" }, { - "title": "Weaving Indigenous knowledge into the scientific method", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00029-2", - "creator": "Saima May Sidik", - "pubDate": "2022-01-11", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3af731cdeebe747a5f105fa8fb2414aa", - "highlights": [] + "hash": "3427cb739fcb87061326cc25fff0038e" }, { - "title": "Landmark Colombian bird study repeated to right colonial-era wrongs", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03527-x", - "creator": "Luke Taylor", - "pubDate": "2022-01-11", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a3e409f2763b8e47fd984bb9e1b7648e", - "highlights": [] + "hash": "a3a01d9eede64f5b019346c488480bf8" }, { - "title": "Unblock research bottlenecks with non-profit start-ups", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00018-5", - "creator": "Adam Marblestone", - "pubDate": "2022-01-11", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "58d4363a9b82c3b6b4b7e4c28b89a14e", - "highlights": [] + "hash": "058b3b9a3092ea75ee02b5754f5e01bd" }, { - "title": "Stamp out fake clinical data by working together", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00025-6", - "creator": "Lisa Bero", - "pubDate": "2022-01-11", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "76320246fb5f4f835d319afb86bebb5d", - "highlights": [] + "hash": "49f0b8b81a01804b1245072f4d60c65e" }, { - "title": "‘Killer’ immune cells still recognize Omicron variant", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00063-0", - "creator": "Heidi Ledford", - "pubDate": "2022-01-11", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ce5a5ea099bf256a5045961be8e6d160", - "highlights": [] + "hash": "eb815b3903d3bd3970926d49b2c6c19a" }, { - "title": "Research evaluation needs to change with the times", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00056-z", - "creator": "", - "pubDate": "2022-01-11", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e1c2d40c4c4885d5a1c7c4d887aaa5b4", - "highlights": [] + "hash": "e5cb32e94adff53bc0c5ee6d3c3eb25b" }, { - "title": "Author Correction: Multiple hominin dispersals into Southwest Asia over the past 400,000 years", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04289-2", - "creator": "Huw S. Groucutt", - "pubDate": "2022-01-10", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", - "folder": "00.03 News/News - EN", - "feed": "Nature", - "read": false, - "favorite": false, - "created": false, - "tags": [], - "hash": "7eea850a1b9a224807cd08284c72877a", - "highlights": [] - }, - { - "title": "Pleistocene dreams: recreating ancient grasslands to save the planet", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00030-9", - "creator": "Olga Dobrovidova", - "pubDate": "2022-01-10", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "965d91a8673dd5fc9042ca7328dc4479", - "highlights": [] + "hash": "889617fa749d5bc12b9dd2974bc2b643" }, { - "title": "Edward O. Wilson (1929–2021)", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00078-7", - "creator": "Bert Hölldobler", - "pubDate": "2022-01-10", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1f27ec732ff35fb5701d11b9b8a034f7", - "highlights": [] + "hash": "3e16bcc1fc42bb9d77e1f1ffb550badb" }, { - "title": "Inflammation in the gut is encoded by neurons in the brain", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03802-x", - "creator": "David Brea", - "pubDate": "2022-01-10", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ba5d3776eb324a213a97b6961780a262", - "highlights": [] + "hash": "df16b9a88b8f5f2358c5c0837f7b7b5c" }, { - "title": "Daily briefing: Flawless deployment for James Webb Space Telescope", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00080-z", - "creator": "Flora Graham", - "pubDate": "2022-01-10", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "759595890b2d593424d1128c1d98d32a", - "highlights": [] + "hash": "28a0f7faa49fb32e45907d2816db664d" }, { - "title": "COVID is here to stay: countries must decide how to adapt", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00057-y", - "creator": "", - "pubDate": "2022-01-10", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eaea4c43f8bd41b9e9ec46ef3943c593", - "highlights": [] + "hash": "3bb7301b4278ed350068124c9a66518e" }, { - "title": "For better science, increase Indigenous participation in publishing", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00058-x", - "creator": "Saima May Sidik", - "pubDate": "2022-01-10", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f7968e84c53a3b2fad7ce989d9c38473", - "highlights": [] + "hash": "9d9af2ecac56b02f4bda0f096e1064fd" }, { - "title": "Publisher Correction: Host immunomodulatory lipids created by symbionts from dietary amino acids", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04276-7", - "creator": "Sungwhan F. Oh", - "pubDate": "2022-01-09", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d6b2593a40981cefabd394317d8cf3b4", - "highlights": [] + "hash": "801c77da930efda05fcf30f4cbcab6af" }, { - "title": "Landmark Webb observatory is now officially a telescope", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00035-4", - "creator": "Alexandra Witze", - "pubDate": "2022-01-08", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eef6eaaf17f24dfc7f78bf728f56e161", - "highlights": [] + "hash": "a0f19726e2ec19fab2b2ec7829ff3b19" }, { - "title": "Print job completed: a bendable image display", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00043-4", - "creator": "", - "pubDate": "2022-01-07", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "602d8f25776c744b27fb363d11808336", - "highlights": [] + "hash": "393db2380bc3c8f248b1e2ccb028fbf9" }, { - "title": "Origins of consciousness, and sustainable cities: Books in brief", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00032-7", - "creator": "Andrew Robinson", - "pubDate": "2022-01-07", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cd1dc9dde314b988c1e9827e6cdfef28", - "highlights": [] + "hash": "127ac8504577f97de160d6b9ad985c14" }, { - "title": "Immunity against Omicron from breakthrough infection could be a matter of timing", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00004-x", - "creator": "Saima May Sidik", - "pubDate": "2022-01-07", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "55c8ae1d4b487392c2a3b5c293e27460", - "highlights": [] + "hash": "b2b5d08873f2c08289779703d8ba62cb" }, { - "title": "Daily briefing: WHO chief Tedros looks guaranteed for re-election", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00054-1", - "creator": "Flora Graham", - "pubDate": "2022-01-07", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5443223953b5ffa2216e0dc82e648f66", - "highlights": [] + "hash": "5b6104dee4b3a28362f5222998fc40d6" }, { - "title": "Broaden your scientific audience with video animation", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00045-2", - "creator": "Alvina Lai", - "pubDate": "2022-01-07", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f7efbcaceaeeea63b06abed5f161db07", - "highlights": [] + "hash": "50db9a8c0d642d8dc9566ee22d459390" }, { - "title": "Rapid epidemic expansion of the SARS-CoV-2 Omicron variant in southern Africa", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03832-5", - "creator": "Raquel Viana", - "pubDate": "2022-01-07", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "99d277fd129877859831761951c1f0cd", - "highlights": [] + "hash": "ac49c0a9bccb4f47b9d8acacd1d67266" }, { - "title": "Author Correction: A neuroanatomical basis for electroacupuncture to drive the vagal–adrenal axis", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04290-9", - "creator": "Shenbin Liu", - "pubDate": "2022-01-06", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f940826d10c48ad2af0447e710de06f2", - "highlights": [] + "hash": "c9bef6229e234d822c4a51188b9aa602" }, { - "title": "Author Correction: A human-specific modifier of cortical connectivity and circuit function", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04302-8", - "creator": "Ewoud R. E. Schmidt", - "pubDate": "2022-01-06", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f55e9fc47a59288fff6720f4338c58c5", - "highlights": [] + "hash": "9fde1610a6937f3486f877af6e8f6d55" }, { - "title": "Author Correction: In situ formation of ZnOx species for efficient propane dehydrogenation", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04285-6", - "creator": "Dan Zhao", - "pubDate": "2022-01-06", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "65eeb7776e03f0cc243361d946dc7518", - "highlights": [] + "hash": "333a3915e36b0c96df9e862ae12f09ec" }, { - "title": "Author Correction: Cryo-EM structure of the Ebola virus nucleoprotein–RNA complex at 3.6 Å resolution", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04304-6", - "creator": "Yukihiko Sugita", - "pubDate": "2022-01-06", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f418baba9249a883e6ccc5a10644ada1", - "highlights": [] + "hash": "1c6ecb4918490c77a275fc415b78d470" }, { - "title": "Publisher Correction: Observation of Stark many-body localization without disorder", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04271-y", - "creator": "W. Morong", - "pubDate": "2022-01-06", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c1dbc3a3f3929a293797eeb3b88c5082", - "highlights": [] + "hash": "187b13226185f655844af49aade517e6" }, { - "title": "Author Correction: Human neocortical expansion involves glutamatergic neuron diversification", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04322-4", - "creator": "Jim Berg", - "pubDate": "2022-01-06", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d03e3f7ad508a615d6a7da36844c977f", - "highlights": [] + "hash": "6a7bf0a461d6a6ffa548711db1f6ef7b" }, { - "title": "The tricky ‘hotspot’ volcanoes that belie the name", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00002-z", - "creator": "", - "pubDate": "2022-01-06", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4cd0f6d52171bd0ec7c517c538484733", - "highlights": [] + "hash": "e6edf34280c793a5df399e284dfacd34" }, { - "title": "A mighty antibody is the bane of multiple coronaviruses", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00001-0", - "creator": "", - "pubDate": "2022-01-06", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "368c3b7f49a16d769a237c45071d3ead", - "highlights": [] + "hash": "2bef46d8d91a6ec737e8b400d77e006a" }, { - "title": "The surprising genes behind a fingerprint’s unique swirls", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03850-3", - "creator": "", - "pubDate": "2022-01-06", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a11cd7da392ea2e11af5f92d4d4ecd53", - "highlights": [] + "hash": "852d8fec6f2ddf642763849ebb4efe96" }, { - "title": "WHO chief Tedros looks guaranteed for re-election amid COVID pandemic", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00019-4", - "creator": "Amy Maxmen", - "pubDate": "2022-01-06", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "796c34fe95780225f7f647bb7fba92a8", - "highlights": [] + "hash": "e0f8523355af5dd1ed191f33a5cd3f3a" }, { - "title": "Daily briefing: Omicron struggles to infect the lungs", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00039-0", - "creator": "Flora Graham", - "pubDate": "2022-01-06", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3ca9d0ebf994c69dd6553aa2c8e84a3c", - "highlights": [] + "hash": "14fea2431e4806b274f2049734ef888e" }, { - "title": "Decoding gene regulation in the fly brain", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04262-z", - "creator": "Jasper Janssens", - "pubDate": "2022-01-05", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "be634da9d229f07a3f21fc97086feb00", - "highlights": [] + "hash": "7117b403ccbcf2da4860b795d96d8bfe" }, { - "title": "An early transition to magnetic supercriticality in star formation", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04159-x", - "creator": "T.-C. Ching", - "pubDate": "2022-01-05", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fdfec7ae2b0c65fec18da4532083aa59", - "highlights": [] + "hash": "f99628fbc937a26d3fbfac544de6e7cd" }, { - "title": "Structural insights into inhibitor regulation of the DNA repair protein DNA-PKcs", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04274-9", - "creator": "Shikang Liang", - "pubDate": "2022-01-05", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a2e41f4e86da225a27f423cef6e205b9", - "highlights": [] + "hash": "d38f9dc4e585b10c54afbae929f91909" }, { - "title": "Emergence of methicillin resistance predates the clinical use of antibiotics", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04265-w", - "creator": "Jesper Larsen", - "pubDate": "2022-01-05", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bf061a07a3650f51d81b8cc5a93aca74", - "highlights": [] + "hash": "529cbf30cdcf176a6434c9b0677dad1d" }, { - "title": "RNA profiles reveal signatures of future health and disease in pregnancy", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04249-w", - "creator": "Morten Rasmussen", - "pubDate": "2022-01-05", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e0241b49e234ef9d257835f852f49ecb", - "highlights": [] + "hash": "bd7bc1e22ad0f2ac84c82d9a80bded35" }, { - "title": "Depressed 660-km discontinuity caused by akimotoite–bridgmanite transition", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04157-z", - "creator": "Artem Chanyshev", - "pubDate": "2022-01-05", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "167ba534020c38338555a3b93aeb90c8", - "highlights": [] + "hash": "9beb313d344ad1e7034e0a2a5ccd34f1" }, { - "title": "Behavioural immune landscapes of inflammation", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04263-y", - "creator": "Georgiana Crainiciuc", - "pubDate": "2022-01-05", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0e9d04144907016bf540f135203e6419", - "highlights": [] + "hash": "eee44dd67ccd1064c2b7fec3fa273fb5" }, { - "title": "A speech planning network for interactive language use", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04270-z", - "creator": "Gregg A. Castellucci", - "pubDate": "2022-01-05", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a48eca1b57fa2b1b384783a5781e1b56", - "highlights": [] + "hash": "62d8552a946bdb8bb146df7429efd138" }, { - "title": "A stellar stream remnant of a globular cluster below the metallicity floor", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04162-2", - "creator": "Nicolas F. Martin", - "pubDate": "2022-01-05", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7c194f34ead52666c6d746c23c351c8b", - "highlights": [] + "hash": "7f6836639a15ef1c3d34cd7842b9b774" }, { - "title": "Iron pnictides and chalcogenides: a new paradigm for superconductivity", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04073-2", - "creator": "Rafael M. Fernandes", - "pubDate": "2022-01-05", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e8cfe1dc27ec6513bb637f7d60c89001", - "highlights": [] + "hash": "1b24a88acd83ac7d873de0a5eb7e58ed" }, { - "title": "A naturally inspired antibiotic to target multidrug-resistant pathogens", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04264-x", - "creator": "Zongqiang Wang", - "pubDate": "2022-01-05", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e9c467c3b128e219e15dec528aa5f49e", - "highlights": [] + "hash": "9b3352bf0a08b2d1dbdebe33d2c32c48" }, { - "title": "A 16-parts-per-trillion measurement of the antiproton-to-proton charge–mass ratio", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04203-w", - "creator": "M. J. Borchert", - "pubDate": "2022-01-05", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aebaec8f72e3596601131beda46f6d32", - "highlights": [] + "hash": "defeb94d56c0aaa800d261cb1d71adfe" }, { - "title": "Crystallization of bosonic quantum Hall states in a rotating quantum gas", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04170-2", - "creator": "Biswaroop Mukherjee", - "pubDate": "2022-01-05", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "015dd69c4de39632c1b62540a3adb244", - "highlights": [] + "hash": "17c3c6fb773eed3bfd67826d1b7f9c07" }, { - "title": "Omicron’s feeble attack on the lungs could make it less dangerous", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00007-8", - "creator": "Max Kozlov", - "pubDate": "2022-01-05", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5648a51a44b46b711d1fb63843da3740", - "highlights": [] + "hash": "4d86a45a4f67cc6e831d16657c1f5ddb" }, { - "title": "Mirror symmetry validated for proton and its antimatter twin", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03798-4", - "creator": "Ralf Lehnert", - "pubDate": "2022-01-05", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f0d4f02bc73566da422dcef139982ceb", - "highlights": [] + "hash": "2eddd5618c83ac7da2e33fc6b8b0818a" }, { - "title": "How researchers can help fight climate change in 2022 and beyond", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03817-4", - "creator": "", - "pubDate": "2022-01-05", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "15090d027e90c6f4d76595366254bd83", - "highlights": [] + "hash": "aec19a91780c4f06d1ef9cadc890cd75" }, { - "title": "Science in 2022: what to expect this year", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00008-7", - "creator": "Benjamin Thompson", - "pubDate": "2022-01-05", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "79f4b26e3bfee3f85209ef4357b03933", - "highlights": [] + "hash": "f2e49639fa3e06d4babd79328f1d52b8" }, { - "title": "The magnetic field of a molecular cloud revealed", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03803-w", - "creator": "", - "pubDate": "2022-01-05", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "88e54c4fa82b1624492ebd2e70a86d3d", - "highlights": [] + "hash": "52aaea40b12b5516bd4cb6b924790fa5" }, { - "title": "Daily briefing: Lessons from the Theranos debacle", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00022-9", - "creator": "Flora Graham", - "pubDate": "2022-01-05", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "791341c23f2e8a36c8c9fd63022c6364", - "highlights": [] + "hash": "fbac47e122bb7af459776acc95206f25" }, { - "title": "A blood test to predict complications of pregnancy", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03801-y", - "creator": "Lydia L. Shook", - "pubDate": "2022-01-05", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0745898676597f222befdeb402a599e9", - "highlights": [] + "hash": "e55c3e765a8a6a1393809fdecae7d62b" }, { - "title": "Ring in the new", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03745-3", - "creator": "Deborah Walker", - "pubDate": "2022-01-05", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "33c1b85c48d71334016c8b924cda7a8b", - "highlights": [] + "hash": "38e06533b9a4ceee0495fbe7431239d0" }, { - "title": "Tomb reveals warrior women who roamed the ancient Caucasus", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03828-1", - "creator": "", - "pubDate": "2022-01-04", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "00fbc862256e8a29f334193711e95ca9", - "highlights": [] + "hash": "005c5831ca424ea5d5d719df7b699fc4" }, { - "title": "From the archive", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03740-8", - "creator": "", - "pubDate": "2022-01-04", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "07d2ddd26727ac9e412b99702e4e20cc", - "highlights": [] + "hash": "34a86d3dddff46d8b540abd79023616a" }, { - "title": "Close-up with a parasite that can blind", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03823-6", - "creator": "Chris Woolston", - "pubDate": "2022-01-04", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "38e4345c2fa4d6c95f3e3c9937a4e6f6", - "highlights": [] + "hash": "85402bd7003a41bc8eb306c544b67fdc" }, { - "title": "COVID-19: boost mental-health resilience", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03838-z", - "creator": "Lola Kola", - "pubDate": "2022-01-04", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "45057dcfbcfcfdc5d630ab04274809bd", - "highlights": [] + "hash": "cd5634f14a5c8921f5ef5f033325d359" }, { - "title": "Birth equity: US Supreme Court must support Black people", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03836-1", - "creator": "Joia A. Crear-Perry", - "pubDate": "2022-01-04", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7d406f761b4b710592599b8d56700cb6", - "highlights": [] + "hash": "20be3b8538600c41502a52f07a31d466" }, { - "title": "Rivers buffer a vast sea against climate-change impacts", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03843-2", - "creator": "", - "pubDate": "2022-01-04", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a65bcf8226152d9f2592b4c187715da3", - "highlights": [] + "hash": "d252c88c4bda2b64b4b3f46ca3789b5e" }, { - "title": "A cloud named Maggie: space streamer could birth new stars", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03848-x", - "creator": "", - "pubDate": "2022-01-04", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f7e52f0f72e00ccf946c9e0ffa58f535", - "highlights": [] + "hash": "9078150823ff5220eda7157a64afd2e5" }, { - "title": "Engaging with the science of fetal origins", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03839-y", - "creator": "Sarah S. Richardson", - "pubDate": "2022-01-04", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "883bf5b2f2f3ecc09d02e4f0411843ea", - "highlights": [] + "hash": "c3dc1858831a95ae2fd6be42d1024b4e" }, { - "title": "Push for ethical practices in geoscience fieldwork", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03837-0", - "creator": "Giuseppe Di Capua", - "pubDate": "2022-01-04", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f8fda31035d284fa15837a317a533262", - "highlights": [] + "hash": "007ef6c5f6dad89adab06c2396996759" }, { - "title": "Is precision public health the future — or a contradiction?", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03819-2", - "creator": "Carrie Arnold", - "pubDate": "2022-01-04", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "18a645f7e6b3d95a98044eb8f2dc581b", - "highlights": [] + "hash": "9f87e8a3b9c8597b217f534bcc77d7c2" }, { - "title": "Daily briefing: Chemist Charles Lieber convicted of hiding his ties to China", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00014-9", - "creator": "Flora Graham", - "pubDate": "2022-01-04", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fc177802d579884d7a38d62c0b947be0", - "highlights": [] + "hash": "5ddec923f3f63b77daa3b07151989505" }, { - "title": "Elizabeth Holmes verdict: researchers share lessons for science", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00006-9", - "creator": "Emily Waltz", - "pubDate": "2022-01-04", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dbac0e6ec3a7961d2d34ab740aefb98e", - "highlights": [] + "hash": "389b74197bf84a53f26cbdae09c0a75d" }, { - "title": "Terra takes the pain out of ‘omics’ computing in the cloud", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03822-7", - "creator": "Jeffrey M. Perkel", - "pubDate": "2022-01-04", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f8c3110d904795704228d22a6b51774b", - "highlights": [] + "hash": "c1e84beeee54aa4f2e4aba4b4e5ddec1" }, { - "title": "Two years of COVID-19 in Africa: lessons for the world", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03821-8", - "creator": "Christian T. Happi", - "pubDate": "2022-01-03", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2eb713a7194c5ef955cd6fd82cc960a1", - "highlights": [] + "hash": "e2ae8353086a288c4f9f3294b3ebaeea" }, { - "title": "Molecular biologists: let’s reconnect with nature", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03818-3", - "creator": "Edith Heard", - "pubDate": "2022-01-03", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3f79cb8b799f4d6b4d687ed0176386ee", - "highlights": [] + "hash": "e13efe0016b0595759534c02cad00e97" }, { - "title": "Activity of convalescent and vaccine serum against SARS-CoV-2 Omicron", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-022-04399-5", - "creator": "Juan Manuel Carreño", - "pubDate": "2021-12-31", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "95b7aa8578d09e919a5be0b75acf1323", - "highlights": [] + "hash": "8c51fe11ab389d8fdfeb43c40a817083" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b185e1ee0fe7a7679deef29538848238", - "highlights": [] + "hash": "23db23f4ee1dea0c9832a5360dbbf1aa" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "42551cd8283852f7593f4361f5568697", - "highlights": [] + "hash": "08af66b7fc30da2fc930c4d18a488156" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2100db85358426a4481d9ca93fa24465", - "highlights": [] + "hash": "d0875ded62ead71c7b603683cb317eaa" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "96780e5a598b691bbd4998749f903ac9", - "highlights": [] + "hash": "46e5dc51877eb450798b5aa088ef543d" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1ae47c0ab08a83a88bacf02bd17ca6ab", - "highlights": [] + "hash": "0f3d44e0dacb560b8d475f7cc3beac7f" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e31522b21027d4a04e17461569304a6b", - "highlights": [] + "hash": "dd421f86ba632f77058e9ed83fdef4c7" }, { - "title": "Striking Antibody Evasion Manifested by the Omicron Variant of SARS-CoV-2", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04388-0", - "creator": "Lihong Liu", - "pubDate": "2021-12-23", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "afe66f35c7877165f537010c20174648", - "highlights": [] + "hash": "b37d16d2271f951d9c8cb7f375d9e4ad" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fea3fe7e1d4435d95b6e3ccd9037e022", - "highlights": [] + "hash": "6b654e269bf1c911a3911d3877a8ed27" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d739286ff93393fb3ac3cb3f13c4b264", - "highlights": [] + "hash": "0ea20e875bec7f6fdad34464c513954b" }, { - "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 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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3e18a880600caee5ae71a11e471ae8f6", - "highlights": [] + "hash": "0a280e83e6eedf11b4e515916335d737" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "54ef1561229c6335a202ae35c26161e8", - "highlights": [] + "hash": "b64913c04db7e0f6c565b85d9cf283ec" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ae2a81a7fb8e4715257d270e21329a8b", - "highlights": [] + "hash": "72b0af1c4bc4052e047be1ba4c2f3dae" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4eae4cae44ceb31bf40cba1d775d4f2e", - "highlights": [] + "hash": "14809b36d15df23a37fb41f5643f2990" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "26984a126e12283673d22c25e0ef3fd2", - "highlights": [] + "hash": "d911d67b556c29409560ee15b5d54666" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b577ce79e44a068c8dae5b834bbef957", - "highlights": [] + "hash": "6adc4d0f8fabbbd39af73e518ec88480" }, { - "title": "Omicron escapes the majority of existing SARS-CoV-2 neutralizing antibodies", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03796-6", - "creator": "Yunlong Cao", - "pubDate": "2021-12-23", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c9904d5d28eeb7bab1899a4e902c65a9", - "highlights": [] + "hash": "0c934fa5693819fa13afabc38f8fbad6" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "58c974b1c5ec6bbacc572575a75e2b09", - "highlights": [] + "hash": "7371f120eea0bf796aa0c8cbc807a80c" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "53f1c21e811aeec1ba89fe9a930f74a8", - "highlights": [] + "hash": "e52f71cf8560969a4d48270baf66115c" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5f47d8e5062c3253dd3cc38a4147439c", - "highlights": [] + "hash": "7065e421229a6cf2c25c6da44c254658" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6cfbf5e6031ceab73a6786164a61d781", - "highlights": [] + "hash": "762e704b7551f48a8b58b8895ea07cdd" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f33d8b1a579a17feae856b7c95a62930", - "highlights": [] + "hash": "17a15e3e9627139dd7a875896394076d" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ef61011539644230bd96c57ab60162c8", - "highlights": [] + "hash": "a3cc472ad2dd03bb83573724b80ac027" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9a5cf89fc9b29a1af9105ed1877e03de", - "highlights": [] + "hash": "afdcab7ac6c051d694ae17bfd6a83752" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3e12b528981e19468d4623edc8f6da67", - "highlights": [] + "hash": "042833328b9b9e7c6d88b4bf5028b81e" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1798f644a983b129088d44c5d04ed8ec", - "highlights": [] + "hash": "58bf38c27c2f18132afd4beb8d11e424" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0681a72ecbe956b11942a90870e90a98", - "highlights": [] + "hash": "08d38cddd2b504d9239b04e8682c620a" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4db721f320e38237d637c5dd92afda4f", - "highlights": [] + "hash": "8e476aa0d495aff88ec92776efcd549f" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ec1ea45d7889e7c206b32a137197b2e5", - "highlights": [] + "hash": "ef284c602698fb847de1b200a93af3db" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d5245782bba462b3dd3f2f32e3e85a7", - "highlights": [] + "hash": "18d1ff9edb4490a177c6b63e0c6f823f" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "314c74621d54c06714a3e7bb90cfc37e", - "highlights": [] + "hash": "562b59d25d7147c8ef605dc72692dbe9" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8be9bd33b6907583e537a357410729eb", - "highlights": [] + "hash": "da0b537929b7e6461a035a055b1f922a" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dfcce685997d8228caf13c007c09c538", - "highlights": [] + "hash": "1e6a6a18fc5b05905a8126ec481cfd48" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "af3a1183b1375bbb81cdc7cf1aca40e6", - "highlights": [] + "hash": "ed6dd81511da7a2ad2c2d7f9eba957c4" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a19efbcf9a432496058b0dc4944fcce7", - "highlights": [] + "hash": "762e4498d0b7de234235fcb7cfc53874" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d8a7f3adaa4c22bf0ba9d7c292bdf7a7", - "highlights": [] + "hash": "ca8425e89a1d77d26a6045c6fb4cb1f0" }, { - "title": "Omicron's feeble attack on the lungs could make it less dangerous", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00007-8", - "creator": "Max Kozlov", - "pubDate": "2022-01-05", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "544be89c4c34f302b8488b57322cefd8", - "highlights": [] + "hash": "3358ce2a4f590dd138d1f98b12f39dc3" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bc03f50d6b4af5db30338a24da87be23", - "highlights": [] + "hash": "5be1f5b7ae45d2ca87436cd3251b27d8" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a0a42281efe8bbb99810f636ed149a26", - "highlights": [] + "hash": "cce855c48af4307d97a3100b11cdba7d" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1042f9ababd0429962c2489f66180f2b", - "highlights": [] + "hash": "04e557059bbe808599d450c8ef0448c3" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d665f7e5f89956b15dcf14a644f9ea5", - "highlights": [] + "hash": "62183d1fb6ece847facc64b66b2d8bc9" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "199c65891049abdb807855e0c5931faf", - "highlights": [] + "hash": "f018ca766a2921079a24c6bfc3e1cc72" }, { - "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 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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b099b67d5c1709d59a291de27807d3bd", - "highlights": [] + "hash": "77df250acdb06e0c710b9cde4fb5d328" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9c32a56f8156ba56894d31c4531f1b86", - "highlights": [] + "hash": "275f7605df8bd871d8a800781dd64479" }, { - "title": "Elizabeth Holmes verdict: researchers share lessons learned for science", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-022-00006-9", - "creator": "Emily Waltz", - "pubDate": "2022-01-04", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "239db695dddd1e68bbaed5b043d43bb8", - "highlights": [] + "hash": "b085ea0b238de352bd035a42ca85d16b" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1be595b7a085eb1bb8d07634e81baff0", - "highlights": [] + "hash": "c6a4b0702bec08352551a6292fc9e6b2" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0f420454fd6d7defc6aba321fd2f8ab0", - "highlights": [] + "hash": "a1db216a2a7026dcf4fc9262cee19d71" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "88d49bc01ba39f34d77eab17fc974b0f", - "highlights": [] + "hash": "7a66b0bc5fadc3b024f899e2e509daf7" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dda4ebcf5f7b5df0fbbda0031a3dbfc2", - "highlights": [] + "hash": "fae1bb5e13439a39ca743704ac441794" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7d0302455674c664fb8a1762220bcff0", - "highlights": [] + "hash": "0733cbcf02de92bfa321845fb4aa5986" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0bce163515d08ce3a096f75d2e4fed65", - "highlights": [] + "hash": "ccd5fc279569089d752cd7823c284a27" }, { - "title": "A microbe that uses crude oil to make methane", - "description": "", - "content": "\n ", + "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.nature.com/articles/d41586-021-03729-3", - "creator": "Guillaume Borrel", - "pubDate": "2021-12-22", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d1c6cc402e33dbf8e2ec9f3290bcb37", - "highlights": [] + "hash": "4633d83f953aa876fa02a6da0ab7b494" }, { - "title": "A radiocarbon revolution sheds light on the Vikings", - "description": "", - "content": "\n ", + "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.nature.com/articles/d41586-021-03769-9", - "creator": "James H. Barrett", - "pubDate": "2021-12-22", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b01caa99550fc5cb226a3fa4d16a4e67", - "highlights": [] + "hash": "e219d42a410ef5f3490dcaf605ec707d" }, { - "title": "Low-power light modifies electron microscopy", - "description": "", - "content": "\n ", + "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.nature.com/articles/d41586-021-03767-x", - "creator": "Martin Kozák", - "pubDate": "2021-12-22", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a72a356f1992544db0ae65298a8eac5a", - "highlights": [] + "hash": "5dc61fe34afe0eae0b39fd90a61207ff" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0de1c2c4267d86c2b5618386199cacf4", - "highlights": [] + "hash": "3f8ebc36af633650a9003ecd3d201204" }, { - "title": "Clever substitutions reveal magnetism in zigzag graphene nanoribbons", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03768-w", - "creator": "Aran Garcia-Lekue", - "pubDate": "2021-12-22", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e0c5c1703cfa8543ccb4e96fc898c8ec", - "highlights": [] + "hash": "18301664efd3256d45f2d95d8ff91bfa" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2cc59ced54b4ac90dd606952d4ca9e27", - "highlights": [] + "hash": "ed28196ace095891667d88ef584a0578" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "efd90894971e759619393dc38ac14824", - "highlights": [] + "hash": "5ac688f14dbba8ce4f412fb5a45d538c" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7f66a94db494b44eddda01af5e2d408b", - "highlights": [] + "hash": "e54ffd27e176c3cd55d9c48a2fcf57a2" }, { - "title": "From the archive", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03739-1", - "creator": "", - "pubDate": "2021-12-21", + "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d6de95244b7500a218a23059ba5289b2", - "highlights": [] + "hash": "4464a7297c9f3ee764135273fe98a936" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "522b08b0a19cd9fac623b3f635b3dc8e", - "highlights": [] + "hash": "2fa3266257774ced97dbc7b4a1563e10" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4a81e0e2763cd46565c2dab1108eaa1c", - "highlights": [] + "hash": "c5c6fd00d6d9ab4fd7df640e43da6219" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a4ca0052427f28f46233ae329d19aaef", - "highlights": [] + "hash": "d05d2d6c7469e7fe393bdb8527f77230" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "27a7c4e5303b283b88b7a62d267dbb16", - "highlights": [] + "hash": "c303ba479fedaf3c931b92997c293973" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5c15181a49f5fd8aa5e320182f7405a6", - "highlights": [] + "hash": "76bc9b5cf07338b54ba49e842e23fa6e" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "41f71c84a5fe230b8214263d6970852e", - "highlights": [] + "hash": "6af1c0bd319b8802f5bf72350d87b278" }, { - "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": "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": "", - "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f9916591b75dc037d4719b3f878f4956", - "highlights": [] + "hash": "a8cece473af60c9093a61b8010c165d9" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1cb2219f6a80d58281157ffac74a9a6e", - "highlights": [] + "hash": "dc17c12eb24c517a3260d4626d152b80" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "663338d5c5e802c21315ca45624e3c8a", - "highlights": [] + "hash": "0f7c4fe3b2d188b76414b25495d65105" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d3ef531424b4aa4ca520807e89b8d2fd", - "highlights": [] + "hash": "88b21f555c28c6156609f5b0897b4a7f" }, { - "title": "Exiting gracefully: how to leave a job behind", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03788-6", - "creator": "Bianca Nogrady", - "pubDate": "2021-12-20", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d1a5bab7416bbf21373cccdbf159600f", - "highlights": [] + "hash": "ad182aa602243e6935a0cbde216d716e" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4921a11685069e591bdd3eeb364c2f1e", - "highlights": [] + "hash": "bcb9718470faf543bb5c42895360852d" }, { - "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": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1dd08f604d3b20cf1aa7e40b751df70d", - "highlights": [] + "hash": "3b26cc43db764646f55496295d0f5688" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d9f600a1eb7e4202d2b83518c7c4442a", - "highlights": [] + "hash": "ca3521929e151add3c283ddfcb991d32" }, { - "title": "Build a registry of results that students can replicate", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03707-9", - "creator": "Yusuf A. Hannun", - "pubDate": "2021-12-20", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dcb404d694b22e0f0c978dc987808403", - "highlights": [] + "hash": "ec5426c8713ecd06b1ec5df7df708382" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c8b37b6df5f9ebe9a42a75201dcfd5f9", - "highlights": [] + "hash": "d20b2cc71d59ba791f6dae11f278638c" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ac3d7181c01a80b54d0fbf7228b5c134", - "highlights": [] + "hash": "f8e129759af0ec72bd152e2edde0d2a8" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bf9dc7cec8262c41c9dfd8c01e7afe76", - "highlights": [] + "hash": "971d8a3b3ca63903c96b37ce612e7821" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "38e4f4cbd80be6187d2e1f128ebc33c9", - "highlights": [] + "hash": "b4abee0c276bc0deb5df8def371ba273" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ced36c4676aa9c62dab277af691eb5a0", - "highlights": [] + "hash": "463eb4bfbeebd95391a3987fa96f8b2c" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bf906511107aff858d9b08d61f556b12", - "highlights": [] + "hash": "192e6191eb24736fa7e1514eb0867719" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fabb34703424f98106e0371ecc745fb5" + "hash": "e2be6c639784bd46bab52ebafb022c16" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "53fde1592ec8c64dee61e3fdf588d395" + "hash": "dc4f423bad2d03274c51922f45a76306" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "41fdadc94c551d93a6eff0f73460f72c" + "hash": "57668b7610cc46cf88aeae93313441bd" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "700ba44f89e4f7c9dab37f1c75221f6b" + "hash": "1b19fd5f38f9e0e72210bdc23fe58079" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c6bb752a65d9367208270f5ad638f3c5" + "hash": "7863b69a209d1faf6d4f34bde0cd9b59" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b345781c7c51d1098146b8699f081ee5" + "hash": "38c2eab181038f09d3558411d9a04687" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5cf5b8e642d330002f5914dbfd55eb7d" + "hash": "d39e12e2bbc982590355852699b72ec1" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1f8d3c970f6cf4ad1e71dc91aa70da1c" + "hash": "a3807fd593e49beea21acae9a2a71e5c" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3ea187c0373acc450c07601caf4bc4bf" + "hash": "df01ce6b75e51f3687501c0fbda6ddc4" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a37597e6232fcd092d560d157532bba1" + "hash": "a4ebdb0bd46f52b6c91a79a0c9816717" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "abf85199820a9968be7d8b9b9e376009" + "hash": "74e646b58cffd15d0a78c769390222a8" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "19495ddc44c1fbf58f1c28e231216dce" + "hash": "071ea8fae8df4b36d91d128f46c27b06" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "603a2cbb1a64ce361dafad8e65050d66" + "hash": "5ba1c6dfe5db522382cbdd7cc2889517" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ac79625ad526e054ebfe339a020adcab" + "hash": "8872485aa76cb883344009afe00d2648" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "083383c47e4db031050d1ef2d9367e2c" + "hash": "b0d9d07f7231da9912772bc3609b821c" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7739ba335a4e6917e9cdc677472e71fe" + "hash": "6602b0d3f7c8eef5db423d3e69ba8122" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "57a03ebf1fe30850abdd72b4ec8f70cc" + "hash": "b1a9526bd33feef26466d6e576a4c49c" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c3ab0bfc777a84ca2425f5467ace49a0" + "hash": "213614f78cde6c472eb7ae1886f7eda1" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d7cbb1b4afe9ff2a57eb68957d5fb4ad" + "hash": "45914fdba3bf50743fe75604a4d38eeb" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9f1efdf950159fb5a3086b54de5788b2" + "hash": "b5ce0328bdeec9e13b30c8be1b211419" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9a4482c4668f424ee1f515bda7d16cbf" + "hash": "2d6e5ddd07d02ff3233c79139e05192f" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a54c24b08b989704c022f63950bbea97" + "hash": "3aa58430bb998ee4acf9ae0e06b9e9ca" }, { - "title": "Ovarian cancer", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03713-x", - "creator": "Richard Hodson", - "pubDate": "2021-12-15", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d9d2d521e4bc1bcc751efe06039d8250" + "hash": "6ca559e0ce108a4b5c8dce8032f50474" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5bf9189b82480e8bcfe4ffa908353646" + "hash": "33997100c4e95f713dde184981bfcbd8" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "36c0dd4d8b97f741ed69dbb3c8a5b4f0" + "hash": "88f8c07898446e4aeaf1737dd5defbc8" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6aee08f24a53f2c8c7649c691b4f539d" + "hash": "1c48b889b8d6f6447120454b3c57386a" }, { - "title": "Detecting spins by their fluorescence with a microwave photon counter", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04076-z", - "creator": "Emanuele Albertinale", - "pubDate": "2021-12-15", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "29cb44e72ba964e8e0ab86171cae3d25" + "hash": "bc967df2d26ef50da2cab0e27bd95cd6" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c328f779b18b5c988ce00ae67c4672b8" + "hash": "93becf37d5febfe78736d50dc0b79da8" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "df59b0bb9c6c5ff8d782cfe4cececfb7" + "hash": "ae31da90f50a41b69364b914129f4ae3" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c561ed0cfa0d78a20205291fe53c174c" + "hash": "734ab2e2c31be1824dce56c3e6e94d65" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3dae1816d5751fc1d044a04cd9aa0ba4" + "hash": "daedb8424951572ccd5dc69227cb764a" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9c9c5e63c9125fb494ba514c9a60537a" + "hash": "66fde12251605493510cc0073a2fea6d" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8ad10bc88c4c9ca0ccf2a10865866f01" + "hash": "a8275d37c5a5a0a1777e280d01eea684" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "16dd50ba622e921aaf1f78f98ded9d3f" + "hash": "b6e0715e79509a8f2e43f9b6edd64da8" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "68aa1a5cea52f33afe53b37d8d8c3db4" + "hash": "b5ced133bfc8a862195157e1cc65e9d4" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cde3e9d583c9601c2762893e6f22a561" + "hash": "d9b76d1ce4f42b3c99c305ab44ca4ae4" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b56feb5d5cb1fac6a65f7ec4809e58d7" + "hash": "d1ce1ceb3d227fc23cf1c7e3ef271213" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9d3bf8973d723c6af06d34b1f4f2cba8" + "hash": "0670a38867fb5089198df8017da2011d" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f7830148407271b4326bd6f73b7af768" + "hash": "def176b2504791dd39bcba48cd03c70c" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2a64f71164c0c9c20252ec733d1ffa2c" + "hash": "221e53c530f7f3bd8b7e5978a7d166b1" }, { - "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", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "", + "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": "Nature", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9c48a7732c2cbb9c304bd770dc473e86" + "hash": "04e562d190441cae1c9f931399c64a1b" }, { - "title": "Towards the biogeography of prokaryotic genes", - "description": "", + "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": "Lifehacker", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "373adb867c28ad22fdc1acb265667b1f" + }, + { + "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": "Lifehacker", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fddc034602eb521880710a2ac95d9d95" + }, + { + "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": "Lifehacker", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9f388005cec00cd41f1c86c35f1446b9" + }, + { + "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": "Lifehacker", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e0b80540a203c66ffbe671ba137f375b" + }, + { + "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": "Lifehacker", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9209204b172ba2072a936e8898444e51" + }, + { + "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": "Lifehacker", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b717570f95c724884d30dcff48072496" + }, + { + "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": "Lifehacker", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "dae11f34f9e8dd36ffb0ad081c209e17" + }, + { + "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": "Recreating the lost sounds of spring", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04233-4", - "creator": "Luis Pedro Coelho", - "pubDate": "2021-12-15", + "link": "https://www.nature.com/articles/d41586-022-00023-8", + "creator": "Geoff Marsh", + "pubDate": "2022-01-14", "enclosure": "", "enclosureType": "", "image": "", @@ -176947,16 +179914,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "29e8d4a380780d4dbb9917dcfb4c7456" + "hash": "7e72dce4bc7439afd856a618a6a662a8", + "highlights": [] }, { - "title": "Uncovering global-scale risks from commercial chemicals in air", - "description": "", + "title": "How I navigated my way through a midlife PhD", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04134-6", - "creator": "Qifan Liu", - "pubDate": "2021-12-15", + "link": "https://www.nature.com/articles/d41586-022-00113-7", + "creator": "Roger Tipton", + "pubDate": "2022-01-14", "enclosure": "", "enclosureType": "", "image": "", @@ -176968,16 +179936,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3406d26b61927c638ac3c3af0e824c1e" + "hash": "4ba17521feb7dd933b9e6c413954a7ed", + "highlights": [] }, { - "title": "Anatomically distinct fibroblast subsets determine skin autoimmune patterns", - "description": "", + "title": "Smithsonian island outpost reeling from sexual-misconduct claims", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04221-8", - "creator": "Zijian Xu", - "pubDate": "2021-12-15", + "link": "https://www.nature.com/articles/d41586-022-00097-4", + "creator": "Chris Woolston", + "pubDate": "2022-01-14", "enclosure": "", "enclosureType": "", "image": "", @@ -176989,16 +179958,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "beddfa8c6d6f8a766359ef055d6f086f" + "hash": "e06bdec3a1611cfa6c407855f5305646", + "highlights": [] }, { - "title": "Quantum theory based on real numbers can be experimentally falsified", - "description": "", + "title": "First pig-to-human heart transplant: what can scientists learn?", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04160-4", - "creator": "Marc-Olivier Renou", - "pubDate": "2021-12-15", + "link": "https://www.nature.com/articles/d41586-022-00111-9", + "creator": "Sara Reardon", + "pubDate": "2022-01-14", "enclosure": "", "enclosureType": "", "image": "", @@ -177010,16 +179980,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb5f1d632084880fdf802c97debafb3e" + "hash": "1cbfc63cdc53b6d2f99d8b33b94a0f1f", + "highlights": [] }, { - "title": "Spatial genomics enables multi-modal study of clonal heterogeneity in tissues", - "description": "", + "title": "Synthetic viral lookalikes sneak gene-editing tools into cells", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04217-4", - "creator": "Tongtong Zhao", - "pubDate": "2021-12-15", + "link": "https://www.nature.com/articles/d41586-022-00068-9", + "creator": "", + "pubDate": "2022-01-13", "enclosure": "", "enclosureType": "", "image": "", @@ -177031,16 +180002,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c72aa36ed370975349d08f99f37d0cbc" + "hash": "b8efa006e3bd1a38a496c4655ee8c9d7", + "highlights": [] }, { - "title": "Transforming representations of movement from body- to world-centric space", - "description": "", + "title": "Humans and bacteria rely on the same aeons-old immune defence", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04191-x", - "creator": "Jenny Lu", - "pubDate": "2021-12-15", + "link": "https://www.nature.com/articles/d41586-022-00005-w", + "creator": "", + "pubDate": "2022-01-13", "enclosure": "", "enclosureType": "", "image": "", @@ -177052,16 +180024,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ef6f424c715594b928744019ef5c127" + "hash": "895a648fc8feec59ca5a0e0583032435", + "highlights": [] }, { - "title": "Deep-mantle krypton reveals Earth’s early accretion of carbonaceous matter", - "description": "", + "title": "Vast fish breeding colony is more than twice the size of Paris", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04092-z", - "creator": "Sandrine Péron", - "pubDate": "2021-12-15", + "link": "https://www.nature.com/articles/d41586-022-00065-y", + "creator": "", + "pubDate": "2022-01-13", "enclosure": "", "enclosureType": "", "image": "", @@ -177073,16 +180046,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c21eff73b0d50c4ebce8923ce8f508d4" + "hash": "79822bc014e69972064a7761cc2e38af", + "highlights": [] }, { - "title": "Daily briefing: Thwaites Glacier closer to collapse", - "description": "", + "title": "Daily briefing: The first animals that could make a sound", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03776-w", + "link": "https://www.nature.com/articles/d41586-022-00101-x", "creator": "Flora Graham", - "pubDate": "2021-12-15", + "pubDate": "2022-01-13", "enclosure": "", "enclosureType": "", "image": "", @@ -177094,16 +180068,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c615ef0c326723fc35c82e4ef1e5107d" + "hash": "564e1580cf39d96c5aa44c2db1c4cac0", + "highlights": [] }, { - "title": "The origins of ovarian cancer", - "description": "", + "title": "Omicron thwarts some of the world’s most-used COVID vaccines", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03717-7", - "creator": "Sarah DeWeerdt", - "pubDate": "2021-12-15", + "link": "https://www.nature.com/articles/d41586-022-00079-6", + "creator": "Elie Dolgin", + "pubDate": "2022-01-13", "enclosure": "", "enclosureType": "", "image": "", @@ -177115,16 +180090,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fd8e57522924e332366b76c1018a6537" + "hash": "ad688884f1acd739d500c12154f45145", + "highlights": [] }, { - "title": "Replicating scientific results is tough — but essential", - "description": "", + "title": "How rich countries skew the fossil record", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03736-4", - "creator": "", - "pubDate": "2021-12-15", + "link": "https://www.nature.com/articles/d41586-022-00034-5", + "creator": "Ewen Callaway", + "pubDate": "2022-01-13", "enclosure": "", "enclosureType": "", "image": "", @@ -177136,16 +180112,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "63448d57a7cc491cad9f4f8376b57cbb" + "hash": "544ae6118d54414730d8314e83b455a0", + "highlights": [] }, { - "title": "Evidence of racism found at prestigious London university", - "description": "", + "title": "Author Correction: A transcriptomic atlas of mouse cerebellar cortex comprehensively defines cell types", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03755-1", - "creator": "Linda Nordling", - "pubDate": "2021-12-15", + "link": "https://www.nature.com/articles/s41586-021-04373-7", + "creator": "Velina Kozareva", + "pubDate": "2022-01-12", "enclosure": "", "enclosureType": "", "image": "", @@ -177157,16 +180134,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "161cd46e2e44c4bbf008c7483849e332" + "hash": "fb89bbdc5f932d306da3d7107073d27a", + "highlights": [] }, { - "title": "Stomach cancer gets a triple punch of therapy", - "description": "", + "title": "Publisher Correction: Collective durotaxis along a self-generated stiffness gradient in vivo", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03458-7", - "creator": "Myriam Chalabi", - "pubDate": "2021-12-15", + "link": "https://www.nature.com/articles/s41586-021-04367-5", + "creator": "Adam Shellard", + "pubDate": "2022-01-12", "enclosure": "", "enclosureType": "", "image": "", @@ -177178,16 +180156,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "52a52b363632bab13ebe0c1bd46d23c6" + "hash": "9223b85bfb3fae491d695ed5c5a098cd", + "highlights": [] }, { - "title": "A virtual drug-screening approach to conquer huge chemical libraries", - "description": "", + "title": "Author Correction: Coupling of Indo-Pacific climate variability over the last millennium", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03682-1", - "creator": "Charlotte Deane", - "pubDate": "2021-12-15", + "link": "https://www.nature.com/articles/s41586-021-04318-0", + "creator": "Nerilie J. Abram", + "pubDate": "2022-01-12", "enclosure": "", "enclosureType": "", "image": "", @@ -177199,16 +180178,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b4afa604d6250dca1e7004ab29f6ef7" + "hash": "adebf056cb5b576decdc1b4363c5fbc3", + "highlights": [] }, { - "title": "Why Black women with ovarian cancer require greater focus", - "description": "", + "title": "Publisher Correction: Giant modulation of optical nonlinearity by Floquet engineering", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03715-9", - "creator": "Sophia George", - "pubDate": "2021-12-15", + "link": "https://www.nature.com/articles/s41586-021-04368-4", + "creator": "Jun-Yi Shan", + "pubDate": "2022-01-12", "enclosure": "", "enclosureType": "", "image": "", @@ -177220,16 +180200,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3ea341ac9ba5c050a339506aed69af8" + "hash": "429ff64915851ddb28aa85f0a4f3d246", + "highlights": [] }, { - "title": "Alternatives to standard quantum theory ruled out", - "description": "", + "title": "Drug-fuelled parties helped ancient Andean rulers to hold power", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03678-x", - "creator": "William K. Wootters", - "pubDate": "2021-12-15", + "link": "https://www.nature.com/articles/d41586-022-00066-x", + "creator": "", + "pubDate": "2022-01-12", "enclosure": "", "enclosureType": "", "image": "", @@ -177241,16 +180222,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4515577c347fa77aadac37f279c9cb34" + "hash": "8cffe8d2600b62824f4d28adb17c3431", + "highlights": [] }, { - "title": "Innovative therapies to tackle platinum-resistant ovarian cancer", - "description": "", + "title": "Earth’s orbit, testing in pregnancy — the week in infographics", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03718-6", - "creator": "Amanda B. Keener", - "pubDate": "2021-12-15", + "link": "https://www.nature.com/articles/d41586-022-00083-w", + "creator": "", + "pubDate": "2022-01-12", "enclosure": "", "enclosureType": "", "image": "", @@ -177262,16 +180244,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8fbbe97bec2f1b36e9a17daf4372d75b" + "hash": "efec92dd3aad69f41a6836c12cbb0da7", + "highlights": [] }, { - "title": "‘Hard’ skills from our PhDs remain relevant beyond academia", - "description": "", + "title": "Star formation near the Sun is driven by expansion of the Local Bubble", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03756-0", - "creator": "Jonathan McGuire", - "pubDate": "2021-12-15", + "link": "https://www.nature.com/articles/s41586-021-04286-5", + "creator": "Catherine Zucker", + "pubDate": "2022-01-12", "enclosure": "", "enclosureType": "", "image": "", @@ -177283,16 +180266,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f84096211c80b00cc30881c742dd023" + "hash": "31a4adebf0a6efeb777ed571dd68d98f", + "highlights": [] }, { - "title": "The promise and pitfalls of gene testing for cancer risk", - "description": "", + "title": "Signatures of a strange metal in a bosonic system", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03720-y", - "creator": "Jyoti Madhusoodanan", - "pubDate": "2021-12-15", + "link": "https://www.nature.com/articles/s41586-021-04239-y", + "creator": "Chao Yang", + "pubDate": "2022-01-12", "enclosure": "", "enclosureType": "", "image": "", @@ -177304,16 +180288,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e86f44c58931186c52eba551f49b06e" + "hash": "a819d53904303098bde0fe9ddec4e777", + "highlights": [] }, { - "title": "A shared origin for cortical excitatory neurons and interneurons", - "description": "", + "title": "Elastomeric electrolytes for high-energy solid-state lithium batteries", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03664-3", - "creator": "", - "pubDate": "2021-12-15", + "link": "https://www.nature.com/articles/s41586-021-04209-4", + "creator": "Michael J. Lee", + "pubDate": "2022-01-12", "enclosure": "", "enclosureType": "", "image": "", @@ -177325,16 +180310,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0fa0d5466806c008fc35262101acee0" + "hash": "fab1de613b01bda67dee7dc43eb828f6", + "highlights": [] }, { - "title": "Decision makers need constantly updated evidence synthesis", - "description": "", + "title": "A WC/WO star exploding within an expanding carbon–oxygen–neon nebula", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03690-1", - "creator": "Julian Elliott", - "pubDate": "2021-12-15", + "link": "https://www.nature.com/articles/s41586-021-04155-1", + "creator": "A. Gal-Yam", + "pubDate": "2022-01-12", "enclosure": "", "enclosureType": "", "image": "", @@ -177346,16 +180332,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b5265260c5cfb84f911b64597d7c8ee" + "hash": "843d946ca9222ddb59faa95c88f86c24", + "highlights": [] }, { - "title": "Ovarian cancer and the microbiome: a complex relationship", - "description": "", + "title": "Toroidal topology of population activity in grid cells", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03716-8", - "creator": "Julianna Photopoulos", - "pubDate": "2021-12-15", + "link": "https://www.nature.com/articles/s41586-021-04268-7", + "creator": "Richard J. Gardner", + "pubDate": "2022-01-12", "enclosure": "", "enclosureType": "", "image": "", @@ -177367,16 +180354,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d60f8b294d9b6fa6df098e6a764869a3" + "hash": "66c865b35797950d8eedc9460cac39a3", + "highlights": [] }, { - "title": "A new partner", - "description": "", + "title": "Age of the oldest known Homo sapiens from eastern Africa", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03742-6", - "creator": "Timothy Mudie", - "pubDate": "2021-12-15", + "link": "https://www.nature.com/articles/s41586-021-04275-8", + "creator": "Céline M. Vidal", + "pubDate": "2022-01-12", "enclosure": "", "enclosureType": "", "image": "", @@ -177388,16 +180376,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "47aa65a5cb9d0bb9c263fc63a40305f7" + "hash": "d6d7fabeea2bc4294aeedd0c9553d48a", + "highlights": [] }, { - "title": "What’s next for PARP inhibitors?", - "description": "", + "title": "Air pollution exposure disparities across US population and income groups", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03714-w", - "creator": "Simon Makin", - "pubDate": "2021-12-15", + "link": "https://www.nature.com/articles/s41586-021-04190-y", + "creator": "Abdulrahman Jbaily", + "pubDate": "2022-01-12", "enclosure": "", "enclosureType": "", "image": "", @@ -177409,16 +180398,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "df49d5edcb4e7b1cf0ad63ce922ea22d" + "hash": "d260bb6cfc2fe5222dbbc6cf453c0c2a", + "highlights": [] }, { - "title": "Clarifying the burden of ovarian cancer", - "description": "", + "title": "Mutation bias reflects natural selection in Arabidopsis thaliana", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03719-5", - "creator": "Andrada Fiscutean", - "pubDate": "2021-12-15", + "link": "https://www.nature.com/articles/s41586-021-04269-6", + "creator": "J. Grey Monroe", + "pubDate": "2022-01-12", "enclosure": "", "enclosureType": "", "image": "", @@ -177430,16 +180420,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f37d51a3972ab5b57678b1a37429ec74" + "hash": "6e58e81f8c18dd61e7eb18e73dfdddb4", + "highlights": [] }, { - "title": "How to make ovarian cancer screening work for patients", - "description": "", + "title": "A crossbar array of magnetoresistive memory devices for in-memory computing", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03721-x", - "creator": "Conor Purcell", - "pubDate": "2021-12-15", + "link": "https://www.nature.com/articles/s41586-021-04196-6", + "creator": "Seungchul Jung", + "pubDate": "2022-01-12", "enclosure": "", "enclosureType": "", "image": "", @@ -177451,16 +180442,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f6225df002657c4145f9f898e5251d0" + "hash": "d5fd9b5c8cea26e3c6c79048bc5d4d65", + "highlights": [] }, { - "title": "Nature’s 10: ten people who helped shape science in 2021", - "description": "", + "title": "The effect of rainfall changes on economic production", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03621-0", - "creator": "Ewen Callaway", - "pubDate": "2021-12-15", + "link": "https://www.nature.com/articles/s41586-021-04283-8", + "creator": "Maximilian Kotz", + "pubDate": "2022-01-12", "enclosure": "", "enclosureType": "", "image": "", @@ -177472,16 +180464,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2ec1ef46f276dfca7ac3e14bf8b90b5" + "hash": "77386116a9011660776ab9450ec70eba", + "highlights": [] }, { - "title": "Stretchy electronics go wireless for flexible wearables", - "description": "", + "title": "Extreme rainfall slows the global economy", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03757-z", - "creator": "Dan Fox", - "pubDate": "2021-12-14", + "link": "https://www.nature.com/articles/d41586-021-03783-x", + "creator": "Xin-Zhong Liang", + "pubDate": "2022-01-12", "enclosure": "", "enclosureType": "", "image": "", @@ -177493,16 +180486,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9bf9623beda327af86955dec63232efe" + "hash": "84c1b0b2004ad8def8c39538999ef8ed", + "highlights": [] }, { - "title": "Lift off! The biggest known flying creature had an explosive launch", - "description": "", + "title": "Webb telescope success, WHO chief and Omicron versus antibody therapies", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03677-y", + "link": "https://www.nature.com/articles/d41586-022-00026-5", "creator": "", - "pubDate": "2021-12-14", + "pubDate": "2022-01-12", "enclosure": "", "enclosureType": "", "image": "", @@ -177514,16 +180508,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e70abc8c75fd6820de549774faebe209" + "hash": "2351d2deb697a5bcca991cadfb884809", + "highlights": [] }, { - "title": "Remembering a pioneer in biotechnology", - "description": "", + "title": "Important genomic regions mutate less often than do other regions", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03696-9", - "creator": "Tzvi Aviv", - "pubDate": "2021-12-14", + "link": "https://www.nature.com/articles/d41586-022-00017-6", + "creator": "Jianzhi Zhang", + "pubDate": "2022-01-12", "enclosure": "", "enclosureType": "", "image": "", @@ -177535,16 +180530,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "04a0c809361b67a48c25018e0a1c3c50" + "hash": "0629e4236ae91dc8a237944fef90619c", + "highlights": [] }, { - "title": "Young star’s streamer of scorching-hot gas gives astronomers a fiery first", - "description": "", + "title": "Webb Space Telescope makes history after tense launch", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03683-0", - "creator": "", - "pubDate": "2021-12-14", + "link": "https://www.nature.com/articles/d41586-022-00088-5", + "creator": "Benjamin Thompson", + "pubDate": "2022-01-12", "enclosure": "", "enclosureType": "", "image": "", @@ -177556,16 +180552,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "73b3c11a4a87d0f42a1106d69bcb61a6" + "hash": "b2713ab4ce87bb7b111be78a3bda7137", + "highlights": [] }, { - "title": "Prepare PhD holders for different career tracks", - "description": "", + "title": "COVID vaccines safely protect pregnant people: the data are in", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03695-w", - "creator": "Theo van den Broek", - "pubDate": "2021-12-14", + "link": "https://www.nature.com/articles/d41586-022-00031-8", + "creator": "Shannon Hall", + "pubDate": "2022-01-12", "enclosure": "", "enclosureType": "", "image": "", @@ -177577,16 +180574,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "92d232744346c6910f1ab2a1b9ab4941" + "hash": "4d34bdd01e701bc7b4aad344c62efceb", + "highlights": [] }, { - "title": "From the archive", - "description": "", + "title": "The COVID generation: how is the pandemic affecting kids’ brains?", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03679-w", - "creator": "", - "pubDate": "2021-12-14", + "link": "https://www.nature.com/articles/d41586-022-00027-4", + "creator": "Melinda Wenner Moyer", + "pubDate": "2022-01-12", "enclosure": "", "enclosureType": "", "image": "", @@ -177598,16 +180596,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "01ef516c9e34d64bc5ce70d540dc56d5" + "hash": "f1cef65d69ec7bcfc6a96f47b13ee39e", + "highlights": [] }, { - "title": "Harvard chemist on trial: a guide to the Charles Lieber case", - "description": "", + "title": "A strange metal emerges from a failed superconductor", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03752-4", - "creator": "Andrew Silver", - "pubDate": "2021-12-14", + "link": "https://www.nature.com/articles/d41586-021-03831-6", + "creator": "Nicholas P. Breznay", + "pubDate": "2022-01-12", "enclosure": "", "enclosureType": "", "image": "", @@ -177619,16 +180618,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0c8df48350610b30f74c8d6e5c85589" + "hash": "e71b186913969a03e55b8705789687aa", + "highlights": [] }, { - "title": "The loss of the world’s frozen places", - "description": "", + "title": "The lucky ones", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03705-x", - "creator": "Alexandra Witze", - "pubDate": "2021-12-14", + "link": "https://www.nature.com/articles/d41586-021-03747-1", + "creator": "Aimee Ogden", + "pubDate": "2022-01-12", "enclosure": "", "enclosureType": "", "image": "", @@ -177640,16 +180640,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad0036c94fe5cd30f786f3351f27ffa2" + "hash": "819a9533dd1303d0cb8856bf0c6d7368", + "highlights": [] }, { - "title": "The science news that shaped 2021: Nature’s picks", - "description": "", + "title": "Daily briefing: ‘Killer’ T cells still recognize Omicron", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03734-6", - "creator": "", - "pubDate": "2021-12-14", + "link": "https://www.nature.com/articles/d41586-022-00091-w", + "creator": "Flora Graham", + "pubDate": "2022-01-12", "enclosure": "", "enclosureType": "", "image": "", @@ -177661,16 +180662,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b9d9ddd8b1937671cbfcd8a0f9839e5" + "hash": "38ba24ec33a9c01323764dd5dd75d344", + "highlights": [] }, { - "title": "Giant cracks push imperilled Antarctic glacier closer to collapse", - "description": "", + "title": "The devastating mudslides that follow forest fires", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03758-y", - "creator": "Alexandra Witze", - "pubDate": "2021-12-14", + "link": "https://www.nature.com/articles/d41586-022-00028-3", + "creator": "Jane Palmer", + "pubDate": "2022-01-12", "enclosure": "", "enclosureType": "", "image": "", @@ -177682,16 +180684,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a6bbaebd5be49a5b63fa5ecf4671d6e" + "hash": "b6a5ae2d28d36961dcb7fe7e05b7fcaf", + "highlights": [] }, { - "title": "Finding mental-health clarity under pandemic pressures", - "description": "", + "title": "Author Correction: A proximity-dependent biotinylation map of a human cell", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03760-4", - "creator": "Matt Kasson", - "pubDate": "2021-12-14", + "link": "https://www.nature.com/articles/s41586-021-04308-2", + "creator": "Christopher D. Go", + "pubDate": "2022-01-11", "enclosure": "", "enclosureType": "", "image": "", @@ -177703,16 +180706,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "715ef3c112889ee5e153e040794804e3" + "hash": "c59a71a9f3403d11efcaec2e6ecf27b4", + "highlights": [] }, { - "title": "Daily briefing: COVID ‘super-immunity’ might wane over time", - "description": "", + "title": "Author Correction: Histidine catabolism is a major determinant of methotrexate sensitivity", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03765-z", - "creator": "Flora Graham", - "pubDate": "2021-12-14", + "link": "https://www.nature.com/articles/s41586-021-03487-2", + "creator": "Naama Kanarek", + "pubDate": "2022-01-11", "enclosure": "", "enclosureType": "", "image": "", @@ -177724,16 +180728,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "838fb799abe6130ba65455e2f9f6a585" + "hash": "a80c0d18777931eb587d5604689c93d7", + "highlights": [] }, { - "title": "NASA spacecraft ‘touches’ the Sun for the first time ever", - "description": "", + "title": "Wind power versus wildlife: root mitigation in evidence", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03751-5", - "creator": "Alexandra Witze", - "pubDate": "2021-12-14", + "link": "https://www.nature.com/articles/d41586-022-00012-x", + "creator": "Tim Schmoll", + "pubDate": "2022-01-11", "enclosure": "", "enclosureType": "", "image": "", @@ -177745,16 +180750,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e77623545d32615b5d456820df190e02" + "hash": "62a8d11eee6d0925f88f3f2a60ee5980", + "highlights": [] }, { - "title": "Gender balance at Nature Conferences: an update", - "description": "", + "title": "Cosmic crash explains a mystery on the Moon", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03735-5", + "link": "https://www.nature.com/articles/d41586-022-00064-z", "creator": "", - "pubDate": "2021-12-14", + "pubDate": "2022-01-11", "enclosure": "", "enclosureType": "", "image": "", @@ -177766,16 +180772,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1cc19b8f3dd01dbdebcfc426a2f8dc0a" + "hash": "9cc6a6e02b2dd7ce5fa3ca3df39e1aa2", + "highlights": [] }, { - "title": "Depression and anxiety ‘the norm’ for UK PhD students", - "description": "", + "title": "From the archive", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03761-3", - "creator": "Chris Woolston", - "pubDate": "2021-12-14", + "link": "https://www.nature.com/articles/d41586-021-03741-7", + "creator": "", + "pubDate": "2022-01-11", "enclosure": "", "enclosureType": "", "image": "", @@ -177787,16 +180794,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e5d1c4d67a1333ebee0b70005a4242a" + "hash": "7fb1c6de335fc01d44d23e76e14cdb6d", + "highlights": [] }, { - "title": "India — stop looking down on international collaborations", - "description": "", + "title": "Two million species catalogued by 500 experts", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03700-2", - "creator": "Arun Kumar Shukla", - "pubDate": "2021-12-14", + "link": "https://www.nature.com/articles/d41586-022-00010-z", + "creator": "Mark John Costello", + "pubDate": "2022-01-11", "enclosure": "", "enclosureType": "", "image": "", @@ -177808,16 +180816,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "896884505acaebc80298bf9cc361fddf" + "hash": "395e76bac2f7ef7960ba46694b32b84d", + "highlights": [] }, { - "title": "Something in the air: gathering dust that’s crossed an ocean", - "description": "", + "title": "Abel-winning geometry pioneer, remembered", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03706-w", - "creator": "Amber Dance", - "pubDate": "2021-12-13", + "link": "https://www.nature.com/articles/d41586-022-00009-6", + "creator": "Jean-Pierre Bourguignon", + "pubDate": "2022-01-11", "enclosure": "", "enclosureType": "", "image": "", @@ -177829,16 +180838,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ece82ae33d930b6ea20abb97fbd0004" + "hash": "bcf659b9f8e9300d9f944985bc20aee0", + "highlights": [] }, { - "title": "What Sci-Hub’s latest court battle means for research", - "description": "", + "title": "EU Nature Restoration Law needs ambitious and binding targets", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03659-0", - "creator": "Holly Else", - "pubDate": "2021-12-13", + "link": "https://www.nature.com/articles/d41586-022-00011-y", + "creator": "Kris Decleer", + "pubDate": "2022-01-11", "enclosure": "", "enclosureType": "", "image": "", @@ -177850,16 +180860,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "df633edcf79b38afc0ec8e7bcae84f01" + "hash": "2cea31e36859d3b19aded221459a18e8", + "highlights": [] }, { - "title": "Merck’s COVID pill loses its lustre: what that means for the pandemic", - "description": "", + "title": "How to protect US science from political meddling after Trump", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03667-0", - "creator": "Max Kozlov", - "pubDate": "2021-12-13", + "link": "https://www.nature.com/articles/d41586-022-00059-w", + "creator": "Alexandra Witze", + "pubDate": "2022-01-11", "enclosure": "", "enclosureType": "", "image": "", @@ -177871,16 +180882,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b745af22c9c980788d31a6b15481d97e" + "hash": "e2d1492c19aac2f586ed5507d643f958", + "highlights": [] }, { - "title": "Daily briefing: Merck downgrades COVID pill results", - "description": "", + "title": "How a part-time fellowship enticed a scientist back to academia", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03754-2", - "creator": "Flora Graham", - "pubDate": "2021-12-13", + "link": "https://www.nature.com/articles/d41586-022-00042-5", + "creator": "Rachel James", + "pubDate": "2022-01-11", "enclosure": "", "enclosureType": "", "image": "", @@ -177892,16 +180904,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "863dd1efe58902b88f91d432726a72e8" + "hash": "2c80596049bd25865b9ba632e56996bc", + "highlights": [] }, { - "title": "Waning COVID super-immunity raises questions about Omicron", - "description": "", + "title": "Daily briefing: First transplant of a gene-edited pig heart", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03674-1", - "creator": "Max Kozlov", - "pubDate": "2021-12-13", + "link": "https://www.nature.com/articles/d41586-022-00085-8", + "creator": "Flora Graham", + "pubDate": "2022-01-11", "enclosure": "", "enclosureType": "", "image": "", @@ -177913,16 +180926,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aac2715495a445b0290f84b40bf4b672" + "hash": "0dfa507cb4a8555d56115dea2e83adca", + "highlights": [] }, { - "title": "How the mixed-race mestizo myth warped science in Latin America", - "description": "", + "title": "Weaving Indigenous knowledge into the scientific method", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03622-z", - "creator": "Emiliano Rodríguez Mega", - "pubDate": "2021-12-13", + "link": "https://www.nature.com/articles/d41586-022-00029-2", + "creator": "Saima May Sidik", + "pubDate": "2022-01-11", "enclosure": "", "enclosureType": "", "image": "", @@ -177934,16 +180948,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f742f45d1d3deecab893b615669a71bd" + "hash": "3af731cdeebe747a5f105fa8fb2414aa", + "highlights": [] }, { - "title": "The best science images of 2021", - "description": "", + "title": "Landmark Colombian bird study repeated to right colonial-era wrongs", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03521-3", - "creator": "Emma Stoye", - "pubDate": "2021-12-13", + "link": "https://www.nature.com/articles/d41586-021-03527-x", + "creator": "Luke Taylor", + "pubDate": "2022-01-11", "enclosure": "", "enclosureType": "", "image": "", @@ -177955,16 +180970,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "431eea931a26a7f9327f0c237358b958" + "hash": "a3e409f2763b8e47fd984bb9e1b7648e", + "highlights": [] }, { - "title": "Why the ‘wobbly bridge’ did its infamous shimmy", - "description": "", + "title": "Unblock research bottlenecks with non-profit start-ups", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03675-0", - "creator": "", - "pubDate": "2021-12-10", + "link": "https://www.nature.com/articles/d41586-022-00018-5", + "creator": "Adam Marblestone", + "pubDate": "2022-01-11", "enclosure": "", "enclosureType": "", "image": "", @@ -177976,16 +180992,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b73aade2a34df049f3501a7cf3bbc38" + "hash": "58d4363a9b82c3b6b4b7e4c28b89a14e", + "highlights": [] }, { - "title": "COVID evolution and the Webb telescope — the week in infographics", - "description": "", + "title": "Stamp out fake clinical data by working together", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03694-x", - "creator": "", - "pubDate": "2021-12-10", + "link": "https://www.nature.com/articles/d41586-022-00025-6", + "creator": "Lisa Bero", + "pubDate": "2022-01-11", "enclosure": "", "enclosureType": "", "image": "", @@ -177997,16 +181014,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca4f761afe1837fca32274955ad6fb23" + "hash": "76320246fb5f4f835d319afb86bebb5d", + "highlights": [] }, { - "title": "To beat Omicron, Delta and bird flu, Europe must pull together", - "description": "", + "title": "‘Killer’ immune cells still recognize Omicron variant", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03661-6", - "creator": "Amélie Desvars-Larrive", - "pubDate": "2021-12-10", + "link": "https://www.nature.com/articles/d41586-022-00063-0", + "creator": "Heidi Ledford", + "pubDate": "2022-01-11", "enclosure": "", "enclosureType": "", "image": "", @@ -178018,16 +181036,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "479ef6e3c698a60e75ad7df5b0924b7d" + "hash": "ce5a5ea099bf256a5045961be8e6d160", + "highlights": [] }, { - "title": "Coronapod: vaccines and long COVID, how protected are you?", - "description": "", + "title": "Research evaluation needs to change with the times", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03732-8", - "creator": "Noah Baker", - "pubDate": "2021-12-10", + "link": "https://www.nature.com/articles/d41586-022-00056-z", + "creator": "", + "pubDate": "2022-01-11", "enclosure": "", "enclosureType": "", "image": "", @@ -178039,16 +181058,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "64f50bbcecec943c8f73593337704a78" + "hash": "e1c2d40c4c4885d5a1c7c4d887aaa5b4", + "highlights": [] }, { - "title": "Heatwaves afflict even the far north’s icy seas", - "description": "", + "title": "Author Correction: Multiple hominin dispersals into Southwest Asia over the past 400,000 years", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03676-z", - "creator": "", - "pubDate": "2021-12-10", + "link": "https://www.nature.com/articles/s41586-021-04289-2", + "creator": "Huw S. Groucutt", + "pubDate": "2022-01-10", "enclosure": "", "enclosureType": "", "image": "", @@ -178060,16 +181080,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4822797c127f82a060b0d52c317e7988" + "hash": "7eea850a1b9a224807cd08284c72877a", + "highlights": [] }, { - "title": "Chile: elect a president to strengthen climate action, not weaken it", - "description": "", + "title": "Pleistocene dreams: recreating ancient grasslands to save the planet", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03662-5", - "creator": "Maisa Rojas", - "pubDate": "2021-12-10", + "link": "https://www.nature.com/articles/d41586-022-00030-9", + "creator": "Olga Dobrovidova", + "pubDate": "2022-01-10", "enclosure": "", "enclosureType": "", "image": "", @@ -178081,16 +181102,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa6c96fe9a146279aa1aaa4f5788eb84" + "hash": "965d91a8673dd5fc9042ca7328dc4479", + "highlights": [] }, { - "title": "Managing up: how to communicate effectively with your PhD adviser", - "description": "", + "title": "Edward O. Wilson (1929–2021)", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03703-z", - "creator": "Lluís Saló-Salgado", - "pubDate": "2021-12-10", + "link": "https://www.nature.com/articles/d41586-022-00078-7", + "creator": "Bert Hölldobler", + "pubDate": "2022-01-10", "enclosure": "", "enclosureType": "", "image": "", @@ -178102,16 +181124,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fbc86f87aa97a153feb13e2d387a7ec1" + "hash": "1f27ec732ff35fb5701d11b9b8a034f7", + "highlights": [] }, { - "title": "Bringing back the stars", - "description": "", + "title": "Inflammation in the gut is encoded by neurons in the brain", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03727-5", - "creator": "Redfern Jon Barrett", - "pubDate": "2021-12-10", + "link": "https://www.nature.com/articles/d41586-021-03802-x", + "creator": "David Brea", + "pubDate": "2022-01-10", "enclosure": "", "enclosureType": "", "image": "", @@ -178123,16 +181146,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd0f1497ed81446787fbefced8b418e4" + "hash": "ba5d3776eb324a213a97b6961780a262", + "highlights": [] }, { - "title": "Daily briefing: Earliest remains of domestic dogs in the Americas", - "description": "", + "title": "Daily briefing: Flawless deployment for James Webb Space Telescope", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03737-3", + "link": "https://www.nature.com/articles/d41586-022-00080-z", "creator": "Flora Graham", - "pubDate": "2021-12-10", + "pubDate": "2022-01-10", "enclosure": "", "enclosureType": "", "image": "", @@ -178144,16 +181168,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d795431e2a21be73343ee90e43e00906" + "hash": "759595890b2d593424d1128c1d98d32a", + "highlights": [] }, { - "title": "DeepMind AI tackles one of chemistry’s most valuable techniques", - "description": "", + "title": "COVID is here to stay: countries must decide how to adapt", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03697-8", - "creator": "Davide Castelvecchi", - "pubDate": "2021-12-10", + "link": "https://www.nature.com/articles/d41586-022-00057-y", + "creator": "", + "pubDate": "2022-01-10", "enclosure": "", "enclosureType": "", "image": "", @@ -178165,16 +181190,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f8455130284e1ceb829b7688c2062b4" + "hash": "eaea4c43f8bd41b9e9ec46ef3943c593", + "highlights": [] }, { - "title": "The race to make vaccines for a dangerous respiratory virus", - "description": "", + "title": "For better science, increase Indigenous participation in publishing", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03704-y", - "creator": "Kendall Powell", - "pubDate": "2021-12-10", + "link": "https://www.nature.com/articles/d41586-022-00058-x", + "creator": "Saima May Sidik", + "pubDate": "2022-01-10", "enclosure": "", "enclosureType": "", "image": "", @@ -178186,16 +181212,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d5b6ccd9e5407710a46a0c3ad6a2c3b" + "hash": "f7968e84c53a3b2fad7ce989d9c38473", + "highlights": [] }, { - "title": "Malaria protection due to sickle haemoglobin depends on parasite genotype", - "description": "", + "title": "Publisher Correction: Host immunomodulatory lipids created by symbionts from dietary amino acids", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04288-3", - "creator": "Gavin Band", - "pubDate": "2021-12-09", + "link": "https://www.nature.com/articles/s41586-021-04276-7", + "creator": "Sungwhan F. Oh", + "pubDate": "2022-01-09", "enclosure": "", "enclosureType": "", "image": "", @@ -178207,16 +181234,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d349d253e42f5018906a424571376d4" + "hash": "d6b2593a40981cefabd394317d8cf3b4", + "highlights": [] }, { - "title": "Snake escape: imported reptiles gobble an island’s lizards", - "description": "", + "title": "Landmark Webb observatory is now officially a telescope", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03647-4", - "creator": "", - "pubDate": "2021-12-09", + "link": "https://www.nature.com/articles/d41586-022-00035-4", + "creator": "Alexandra Witze", + "pubDate": "2022-01-08", "enclosure": "", "enclosureType": "", "image": "", @@ -178228,16 +181256,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "43b03bc65f43399882e07f5295d3166d" + "hash": "eef6eaaf17f24dfc7f78bf728f56e161", + "highlights": [] }, { - "title": "Running of the bulls tramples the laws of crowd dynamics", - "description": "", + "title": "Print job completed: a bendable image display", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03645-6", + "link": "https://www.nature.com/articles/d41586-022-00043-4", "creator": "", - "pubDate": "2021-12-09", + "pubDate": "2022-01-07", "enclosure": "", "enclosureType": "", "image": "", @@ -178249,16 +181278,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a03059f55bad1e0a1052f2058b410a91" + "hash": "602d8f25776c744b27fb363d11808336", + "highlights": [] }, { - "title": "Nervous stomach: lab-grown organs clench like the real thing", - "description": "", + "title": "Origins of consciousness, and sustainable cities: Books in brief", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03648-3", - "creator": "", - "pubDate": "2021-12-09", + "link": "https://www.nature.com/articles/d41586-022-00032-7", + "creator": "Andrew Robinson", + "pubDate": "2022-01-07", "enclosure": "", "enclosureType": "", "image": "", @@ -178270,16 +181300,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9bf15032e0e0705d1a076c5f6f38bb3d" + "hash": "cd1dc9dde314b988c1e9827e6cdfef28", + "highlights": [] }, { - "title": "Why cannabis reeks of skunk", - "description": "", + "title": "Immunity against Omicron from breakthrough infection could be a matter of timing", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03650-9", - "creator": "", - "pubDate": "2021-12-09", + "link": "https://www.nature.com/articles/d41586-022-00004-x", + "creator": "Saima May Sidik", + "pubDate": "2022-01-07", "enclosure": "", "enclosureType": "", "image": "", @@ -178291,16 +181322,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ea2a6d134efc48f71bc3bc6c290fa1b" + "hash": "55c8ae1d4b487392c2a3b5c293e27460", + "highlights": [] }, { - "title": "The power of genetic diversity in genome-wide association studies of lipids", - "description": "", + "title": "Daily briefing: WHO chief Tedros looks guaranteed for re-election", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04064-3", - "creator": "Sarah E. Graham", - "pubDate": "2021-12-09", + "link": "https://www.nature.com/articles/d41586-022-00054-1", + "creator": "Flora Graham", + "pubDate": "2022-01-07", "enclosure": "", "enclosureType": "", "image": "", @@ -178312,16 +181344,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "697a1129d7855565e9dcb00494532f94" + "hash": "5443223953b5ffa2216e0dc82e648f66", + "highlights": [] }, { - "title": "Half of top cancer studies fail high-profile reproducibility effort", - "description": "", + "title": "Broaden your scientific audience with video animation", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03691-0", - "creator": "Asher Mullard", - "pubDate": "2021-12-09", + "link": "https://www.nature.com/articles/d41586-022-00045-2", + "creator": "Alvina Lai", + "pubDate": "2022-01-07", "enclosure": "", "enclosureType": "", "image": "", @@ -178333,16 +181366,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b48f2e9d1c4e60c80110b60620057aa" + "hash": "f7efbcaceaeeea63b06abed5f161db07", + "highlights": [] }, { - "title": "Major cholesterol study reveals benefits of examining diverse populations", - "description": "", + "title": "Rapid epidemic expansion of the SARS-CoV-2 Omicron variant in southern Africa", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-02998-2", - "creator": "", - "pubDate": "2021-12-09", + "link": "https://www.nature.com/articles/d41586-021-03832-5", + "creator": "Raquel Viana", + "pubDate": "2022-01-07", "enclosure": "", "enclosureType": "", "image": "", @@ -178354,16 +181388,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a93fa8ac0a20edef6e97858b812123c9" + "hash": "99d277fd129877859831761951c1f0cd", + "highlights": [] }, { - "title": "Daily briefing: Megastudy finds what will get us to go to the gym", - "description": "", + "title": "Author Correction: A neuroanatomical basis for electroacupuncture to drive the vagal–adrenal axis", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03724-8", - "creator": "Flora Graham", - "pubDate": "2021-12-09", + "link": "https://www.nature.com/articles/s41586-021-04290-9", + "creator": "Shenbin Liu", + "pubDate": "2022-01-06", "enclosure": "", "enclosureType": "", "image": "", @@ -178375,16 +181410,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0cc03e00ea93f4ab3034d4caf1cbaa80" + "hash": "f940826d10c48ad2af0447e710de06f2", + "highlights": [] }, { - "title": "Architecture of the chloroplast PSI-NDH supercomplex in Hordeum vulgare", - "description": "", + "title": "Author Correction: A human-specific modifier of cortical connectivity and circuit function", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04277-6", - "creator": "Liangliang Shen", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/s41586-021-04302-8", + "creator": "Ewoud R. E. Schmidt", + "pubDate": "2022-01-06", "enclosure": "", "enclosureType": "", "image": "", @@ -178396,16 +181432,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1a8331327af9537adf959f9a775f72a" - }, + "hash": "f55e9fc47a59288fff6720f4338c58c5", + "highlights": [] + }, { - "title": "Research outliers among universities under 50", - "description": "", + "title": "Author Correction: In situ formation of ZnOx species for efficient propane dehydrogenation", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03632-x", - "creator": "", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/s41586-021-04285-6", + "creator": "Dan Zhao", + "pubDate": "2022-01-06", "enclosure": "", "enclosureType": "", "image": "", @@ -178417,16 +181454,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fab185fef9fdd4dd18394cb5187a460a" + "hash": "65eeb7776e03f0cc243361d946dc7518", + "highlights": [] }, { - "title": "Universities under 50 chart a clear roadmap for the future", - "description": "", + "title": "Author Correction: Cryo-EM structure of the Ebola virus nucleoprotein–RNA complex at 3.6 Å resolution", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03630-z", - "creator": "Catherine Armitage", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/s41586-021-04304-6", + "creator": "Yukihiko Sugita", + "pubDate": "2022-01-06", "enclosure": "", "enclosureType": "", "image": "", @@ -178438,16 +181476,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2bf3d249598ebb4a9f2c89ae1776f416" + "hash": "f418baba9249a883e6ccc5a10644ada1", + "highlights": [] }, { - "title": "How 'megastudies' are changing behavioural science", - "description": "", + "title": "Publisher Correction: Observation of Stark many-body localization without disorder", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03671-4", - "creator": "Benjamin Thompson", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/s41586-021-04271-y", + "creator": "W. Morong", + "pubDate": "2022-01-06", "enclosure": "", "enclosureType": "", "image": "", @@ -178459,16 +181498,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dcb4bacc76d4b1ac53d99acf505f0718" + "hash": "c1dbc3a3f3929a293797eeb3b88c5082", + "highlights": [] }, { - "title": "‘Sky river’ brought Iran deadly floods but also welcome water", - "description": "", + "title": "Author Correction: Human neocortical expansion involves glutamatergic neuron diversification", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03646-5", - "creator": "", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/s41586-021-04322-4", + "creator": "Jim Berg", + "pubDate": "2022-01-06", "enclosure": "", "enclosureType": "", "image": "", @@ -178480,16 +181520,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8c79730e1721d5c91c1de149b06bca7" + "hash": "d03e3f7ad508a615d6a7da36844c977f", + "highlights": [] }, { - "title": "Megastudies improve the impact of applied behavioural science", - "description": "", + "title": "The tricky ‘hotspot’ volcanoes that belie the name", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04128-4", - "creator": "Katherine L. Milkman", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/d41586-022-00002-z", + "creator": "", + "pubDate": "2022-01-06", "enclosure": "", "enclosureType": "", "image": "", @@ -178501,16 +181542,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1eebd8837260f1aee44ce5fcce943e19" + "hash": "4cd0f6d52171bd0ec7c517c538484733", + "highlights": [] }, { - "title": "Structures of the σ2 receptor enable docking for bioactive ligand discovery", - "description": "", + "title": "A mighty antibody is the bane of multiple coronaviruses", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04175-x", - "creator": "Assaf Alon", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/d41586-022-00001-0", + "creator": "", + "pubDate": "2022-01-06", "enclosure": "", "enclosureType": "", "image": "", @@ -178522,16 +181564,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bcd52c4b4494ef73e6897ef635d93c3c" + "hash": "368c3b7f49a16d769a237c45071d3ead", + "highlights": [] }, { - "title": "Collective durotaxis along a self-generated stiffness gradient in vivo", - "description": "", + "title": "The surprising genes behind a fingerprint’s unique swirls", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04210-x", - "creator": "Adam Shellard", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/d41586-021-03850-3", + "creator": "", + "pubDate": "2022-01-06", "enclosure": "", "enclosureType": "", "image": "", @@ -178543,16 +181586,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fd2e414198c55a9b072587aebfe9bed1" + "hash": "a11cd7da392ea2e11af5f92d4d4ecd53", + "highlights": [] }, { - "title": "Structure of pathological TDP-43 filaments from ALS with FTLD", - "description": "", + "title": "WHO chief Tedros looks guaranteed for re-election amid COVID pandemic", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04199-3", - "creator": "Diana Arseni", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/d41586-022-00019-4", + "creator": "Amy Maxmen", + "pubDate": "2022-01-06", "enclosure": "", "enclosureType": "", "image": "", @@ -178564,16 +181608,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aea5c539b62d894212fdadbf3fd879b1" + "hash": "796c34fe95780225f7f647bb7fba92a8", + "highlights": [] }, { - "title": "Gut microbiota modulates weight gain in mice after discontinued smoke exposure", - "description": "", + "title": "Daily briefing: Omicron struggles to infect the lungs", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04194-8", - "creator": "Leviel Fluhr", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/d41586-022-00039-0", + "creator": "Flora Graham", + "pubDate": "2022-01-06", "enclosure": "", "enclosureType": "", "image": "", @@ -178585,16 +181630,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c369d8ae36f3bfe7cd07589cf1850d46" + "hash": "3ca9d0ebf994c69dd6553aa2c8e84a3c", + "highlights": [] }, { - "title": "Non-genetic determinants of malignant clonal fitness at single-cell resolution", - "description": "", + "title": "Decoding gene regulation in the fly brain", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04206-7", - "creator": "Katie A. Fennell", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/s41586-021-04262-z", + "creator": "Jasper Janssens", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", @@ -178606,16 +181652,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "962af1ed3a3f896124226b7ad2fbbeb2" + "hash": "be634da9d229f07a3f21fc97086feb00", + "highlights": [] }, { - "title": "High-frequency and intrinsically stretchable polymer diodes", - "description": "", + "title": "An early transition to magnetic supercriticality in star formation", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04053-6", - "creator": "Naoji Matsuhisa", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/s41586-021-04159-x", + "creator": "T.-C. Ching", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", @@ -178627,16 +181674,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "74766a3688e331c47f979f15a8db84e3" + "hash": "fdfec7ae2b0c65fec18da4532083aa59", + "highlights": [] }, { - "title": "Structure and mechanism of the SGLT family of glucose transporters", - "description": "", + "title": "Structural insights into inhibitor regulation of the DNA repair protein DNA-PKcs", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04211-w", - "creator": "Lei Han", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/s41586-021-04274-9", + "creator": "Shikang Liang", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", @@ -178648,16 +181696,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "113009321d3bc6cdb4ec8fdfb8b414a8" + "hash": "a2e41f4e86da225a27f423cef6e205b9", + "highlights": [] }, { - "title": "Exercise plasma boosts memory and dampens brain inflammation via clusterin", - "description": "", + "title": "Emergence of methicillin resistance predates the clinical use of antibiotics", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04183-x", - "creator": "Zurine De Miguel", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/s41586-021-04265-w", + "creator": "Jesper Larsen", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", @@ -178669,16 +181718,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8158f8cb79aadc3f8f4a4a7721be2fce" + "hash": "bf061a07a3650f51d81b8cc5a93aca74", + "highlights": [] }, { - "title": "The emergence, genomic diversity and global spread of SARS-CoV-2", - "description": "", + "title": "RNA profiles reveal signatures of future health and disease in pregnancy", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04188-6", - "creator": "Juan Li", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/s41586-021-04249-w", + "creator": "Morten Rasmussen", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", @@ -178690,16 +181740,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a4d064222d633a248c3affdf137609d8" + "hash": "e0241b49e234ef9d257835f852f49ecb", + "highlights": [] }, { - "title": "A wide-orbit giant planet in the high-mass b Centauri binary system", - "description": "", + "title": "Depressed 660-km discontinuity caused by akimotoite–bridgmanite transition", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04124-8", - "creator": "Markus Janson", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/s41586-021-04157-z", + "creator": "Artem Chanyshev", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", @@ -178711,16 +181762,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5652ac522c24bb8528133d47fbca1a00" + "hash": "167ba534020c38338555a3b93aeb90c8", + "highlights": [] }, { - "title": "A constraint on historic growth in global photosynthesis due to increasing CO2", - "description": "", + "title": "Behavioural immune landscapes of inflammation", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04096-9", - "creator": "T. F. Keenan", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/s41586-021-04263-y", + "creator": "Georgiana Crainiciuc", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", @@ -178732,16 +181784,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "869f0f54d2c85920e273d5563432cc6b" + "hash": "0e9d04144907016bf540f135203e6419", + "highlights": [] }, { - "title": "Giant modulation of optical nonlinearity by Floquet engineering", - "description": "", + "title": "A speech planning network for interactive language use", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04051-8", - "creator": "Jun-Yi Shan", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/s41586-021-04270-z", + "creator": "Gregg A. Castellucci", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", @@ -178753,16 +181806,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "06ba7af0d267281e456f0f2d2c77f50a" + "hash": "a48eca1b57fa2b1b384783a5781e1b56", + "highlights": [] }, { - "title": "β-NAD as a building block in natural product biosynthesis", - "description": "", + "title": "A stellar stream remnant of a globular cluster below the metallicity floor", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04214-7", - "creator": "Lena Barra", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/s41586-021-04162-2", + "creator": "Nicolas F. Martin", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", @@ -178774,16 +181828,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a4d0d2cc98f6310ff7400609bb270548" + "hash": "7c194f34ead52666c6d746c23c351c8b", + "highlights": [] }, { - "title": "Unrepresentative big surveys significantly overestimated US vaccine uptake", - "description": "", + "title": "Iron pnictides and chalcogenides: a new paradigm for superconductivity", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04198-4", - "creator": "Valerie C. Bradley", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/s41586-021-04073-2", + "creator": "Rafael M. Fernandes", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", @@ -178795,16 +181850,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6597892a5df4d1b2e592a2d2be2e893e" + "hash": "e8cfe1dc27ec6513bb637f7d60c89001", + "highlights": [] }, { - "title": "Adaptive stimulus selection for consolidation in the hippocampus", - "description": "", + "title": "A naturally inspired antibiotic to target multidrug-resistant pathogens", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04118-6", - "creator": "Satoshi Terada", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/s41586-021-04264-x", + "creator": "Zongqiang Wang", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", @@ -178816,16 +181872,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6ccaac26bdea820a570e93c50949285" + "hash": "e9c467c3b128e219e15dec528aa5f49e", + "highlights": [] }, { - "title": "A hormone complex of FABP4 and nucleoside kinases regulates islet function", - "description": "", + "title": "A 16-parts-per-trillion measurement of the antiproton-to-proton charge–mass ratio", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04137-3", - "creator": "Kacey J. Prentice", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/s41586-021-04203-w", + "creator": "M. J. Borchert", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", @@ -178837,16 +181894,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "741f7cc94a7b6d1fda80571126321777" + "hash": "aebaec8f72e3596601131beda46f6d32", + "highlights": [] }, { - "title": "Combinatorial, additive and dose-dependent drug–microbiome associations", - "description": "", + "title": "Crystallization of bosonic quantum Hall states in a rotating quantum gas", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04177-9", - "creator": "Sofia K. Forslund", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/s41586-021-04170-2", + "creator": "Biswaroop Mukherjee", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", @@ -178858,16 +181916,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc2a6d9be39c789353e1bdd15082beb7" + "hash": "015dd69c4de39632c1b62540a3adb244", + "highlights": [] }, { - "title": "Structural basis of inhibition of the human SGLT2–MAP17 glucose transporter", - "description": "", + "title": "Omicron’s feeble attack on the lungs could make it less dangerous", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04212-9", - "creator": "Yange Niu", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/d41586-022-00007-8", + "creator": "Max Kozlov", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", @@ -178879,16 +181938,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4a5d294dfc9d323610819bb74ce47b2" + "hash": "5648a51a44b46b711d1fb63843da3740", + "highlights": [] }, { - "title": "Sex-specific chromatin remodelling safeguards transcription in germ cells", - "description": "", + "title": "Mirror symmetry validated for proton and its antimatter twin", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04208-5", - "creator": "Tien-Chi Huang", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/d41586-021-03798-4", + "creator": "Ralf Lehnert", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", @@ -178900,16 +181960,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c2743bf867174e3bcf60ca66dcc24fbd" + "hash": "f0d4f02bc73566da422dcef139982ceb", + "highlights": [] }, { - "title": "Industry demand drives innovation", - "description": "", + "title": "How researchers can help fight climate change in 2022 and beyond", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03634-9", - "creator": "Leigh Dayton", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/d41586-021-03817-4", + "creator": "", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", @@ -178921,16 +181982,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9fe88a4d4daee82cd3944212a6dbfde4" + "hash": "15090d027e90c6f4d76595366254bd83", + "highlights": [] }, { - "title": "A heritable, non-genetic road to cancer evolution", - "description": "", + "title": "Science in 2022: what to expect this year", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03606-z", - "creator": "Tamara Prieto", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/d41586-022-00008-7", + "creator": "Benjamin Thompson", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", @@ -178942,16 +182004,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b205ed75398c2781af78e958343ff92a" + "hash": "79f4b26e3bfee3f85209ef4357b03933", + "highlights": [] }, { - "title": "Omicron likely to weaken COVID vaccine protection", - "description": "", + "title": "The magnetic field of a molecular cloud revealed", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03672-3", - "creator": "Ewen Callaway", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/d41586-021-03803-w", + "creator": "", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", @@ -178963,16 +182026,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "af5edf898f8c147c4b36b3e1106f9129" + "hash": "88e54c4fa82b1624492ebd2e70a86d3d", + "highlights": [] }, { - "title": "Brazil is in water crisis — it needs a drought plan", - "description": "", + "title": "Daily briefing: Lessons from the Theranos debacle", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03625-w", - "creator": "Augusto Getirana", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/d41586-022-00022-9", + "creator": "Flora Graham", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", @@ -178984,16 +182048,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "26ecba20ecfe03d7e53e93cb953ddfa9" + "hash": "791341c23f2e8a36c8c9fd63022c6364", + "highlights": [] }, { - "title": "What surveys really say", - "description": "", + "title": "A blood test to predict complications of pregnancy", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03604-1", - "creator": "Frauke Kreuter", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/d41586-021-03801-y", + "creator": "Lydia L. Shook", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", @@ -179005,16 +182070,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "166ad68387b24644fa493e812d7f8d83" + "hash": "0745898676597f222befdeb402a599e9", + "highlights": [] }, { - "title": "Metal planet, COVID pact and Hubble telescope time", - "description": "", + "title": "Ring in the new", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03618-9", - "creator": "", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/d41586-021-03745-3", + "creator": "Deborah Walker", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", @@ -179026,16 +182092,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e51e9c045ffc292f9dcf17d31916c7c4" + "hash": "33c1b85c48d71334016c8b924cda7a8b", + "highlights": [] }, { - "title": "Daily briefing: Omicron might weaken vaccine protection", - "description": "", + "title": "Tomb reveals warrior women who roamed the ancient Caucasus", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03689-8", - "creator": "Flora Graham", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/d41586-021-03828-1", + "creator": "", + "pubDate": "2022-01-04", "enclosure": "", "enclosureType": "", "image": "", @@ -179047,16 +182114,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "581176b521ae725db8d36a5d62def3f5" + "hash": "00fbc862256e8a29f334193711e95ca9", + "highlights": [] }, { - "title": "Gut clues to weight gain after quitting smoking", - "description": "", + "title": "From the archive", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03548-6", - "creator": "Matthew P. Spindler", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/d41586-021-03740-8", + "creator": "", + "pubDate": "2022-01-04", "enclosure": "", "enclosureType": "", "image": "", @@ -179068,16 +182136,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "14b8ec394dbb7a309dca510cfbd951d5" + "hash": "07d2ddd26727ac9e412b99702e4e20cc", + "highlights": [] }, { - "title": "Universities under 50 carve their niche", - "description": "", + "title": "Close-up with a parasite that can blind", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03635-8", - "creator": "Flynn Murphy", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/d41586-021-03823-6", + "creator": "Chris Woolston", + "pubDate": "2022-01-04", "enclosure": "", "enclosureType": "", "image": "", @@ -179089,16 +182158,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1bf2d5872c52296f3a593f120a67f82c" + "hash": "38e4345c2fa4d6c95f3e3c9937a4e6f6", + "highlights": [] }, { - "title": "Transporter-protein structures show how salt gets a sweet ride into cells", - "description": "", + "title": "COVID-19: boost mental-health resilience", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03555-7", - "creator": "David Drew", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/d41586-021-03838-z", + "creator": "Lola Kola", + "pubDate": "2022-01-04", "enclosure": "", "enclosureType": "", "image": "", @@ -179110,16 +182180,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5826327b2e1bd66a24e27f148f6e8347" + "hash": "45057dcfbcfcfdc5d630ab04274809bd", + "highlights": [] }, { - "title": "Giant planet imaged orbiting two massive stars", - "description": "", + "title": "Birth equity: US Supreme Court must support Black people", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03607-y", - "creator": "Kaitlin Kratter", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/d41586-021-03836-1", + "creator": "Joia A. Crear-Perry", + "pubDate": "2022-01-04", "enclosure": "", "enclosureType": "", "image": "", @@ -179131,16 +182202,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "341eea26c8e5a9a2f66cff9ce9bf3e7b" + "hash": "7d406f761b4b710592599b8d56700cb6", + "highlights": [] }, { - "title": "An IPCC reviewer shares his thoughts on the climate debate", - "description": "", + "title": "Rivers buffer a vast sea against climate-change impacts", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03673-2", - "creator": "Sarah O’Meara", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/d41586-021-03843-2", + "creator": "", + "pubDate": "2022-01-04", "enclosure": "", "enclosureType": "", "image": "", @@ -179152,16 +182224,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "212943d6e670ad9da5180f849494ed86" + "hash": "a65bcf8226152d9f2592b4c187715da3", + "highlights": [] }, { - "title": "Aggregates of TDP-43 protein spiral into view", - "description": "", + "title": "A cloud named Maggie: space streamer could birth new stars", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03605-0", - "creator": "Hana M. Odeh", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/d41586-021-03848-x", + "creator": "", + "pubDate": "2022-01-04", "enclosure": "", "enclosureType": "", "image": "", @@ -179173,16 +182246,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9840a4080a66dc7cb092fcf649f6b378" + "hash": "f7e52f0f72e00ccf946c9e0ffa58f535", + "highlights": [] }, { - "title": "Customized recruitment attracts top talent", - "description": "", + "title": "Engaging with the science of fetal origins", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03633-w", - "creator": "Benjamin Plackett", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/d41586-021-03839-y", + "creator": "Sarah S. Richardson", + "pubDate": "2022-01-04", "enclosure": "", "enclosureType": "", "image": "", @@ -179194,16 +182268,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "880a5427d989a25dd18238056800ac62" + "hash": "883bf5b2f2f3ecc09d02e4f0411843ea", + "highlights": [] }, { - "title": "Constraints on estimating the CO2 fertilization effect emerge", - "description": "", + "title": "Push for ethical practices in geoscience fieldwork", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03560-w", - "creator": "Chris Huntingford", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/d41586-021-03837-0", + "creator": "Giuseppe Di Capua", + "pubDate": "2022-01-04", "enclosure": "", "enclosureType": "", "image": "", @@ -179215,16 +182290,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "63f912b110f9ef24e6d26bbf04b1b115" + "hash": "f8fda31035d284fa15837a317a533262", + "highlights": [] }, { - "title": "Benefits of megastudies for testing behavioural interventions", - "description": "", + "title": "Is precision public health the future — or a contradiction?", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03400-x", - "creator": "Heather Royer", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/d41586-021-03819-2", + "creator": "Carrie Arnold", + "pubDate": "2022-01-04", "enclosure": "", "enclosureType": "", "image": "", @@ -179236,16 +182312,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f8fc23056bce26c178355ac14336a64" + "hash": "18a645f7e6b3d95a98044eb8f2dc581b", + "highlights": [] }, { - "title": "Young universities forge new paths to success", - "description": "", + "title": "Daily briefing: Chemist Charles Lieber convicted of hiding his ties to China", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03631-y", - "creator": "James Mitchell Crow", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/d41586-022-00014-9", + "creator": "Flora Graham", + "pubDate": "2022-01-04", "enclosure": "", "enclosureType": "", "image": "", @@ -179257,16 +182334,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a524bb0544adc3bcb35c0b2460a4685" + "hash": "fc177802d579884d7a38d62c0b947be0", + "highlights": [] }, { - "title": "A guide to the Nature Index", - "description": "", + "title": "Elizabeth Holmes verdict: researchers share lessons for science", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03636-7", - "creator": "", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/d41586-022-00006-9", + "creator": "Emily Waltz", + "pubDate": "2022-01-04", "enclosure": "", "enclosureType": "", "image": "", @@ -179278,16 +182356,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d47b7ba3b1378dab9de5556a5944f926" + "hash": "dbac0e6ec3a7961d2d34ab740aefb98e", + "highlights": [] }, { - "title": "The UN must get on with appointing its new science board", - "description": "", + "title": "Terra takes the pain out of ‘omics’ computing in the cloud", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03615-y", - "creator": "", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/d41586-021-03822-7", + "creator": "Jeffrey M. Perkel", + "pubDate": "2022-01-04", "enclosure": "", "enclosureType": "", "image": "", @@ -179299,16 +182378,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c28254088983c13cf9e53d182e1062d2" + "hash": "f8c3110d904795704228d22a6b51774b", + "highlights": [] }, { - "title": "The $11-billion Webb telescope aims to probe the early Universe", - "description": "", + "title": "Two years of COVID-19 in Africa: lessons for the world", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03620-1", - "creator": "Alexandra Witze", - "pubDate": "2021-12-08", + "link": "https://www.nature.com/articles/d41586-021-03821-8", + "creator": "Christian T. Happi", + "pubDate": "2022-01-03", "enclosure": "", "enclosureType": "", "image": "", @@ -179320,16 +182400,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "49ac5a1fa99ac6b1b24ee57c3b1d5129" + "hash": "2eb713a7194c5ef955cd6fd82cc960a1", + "highlights": [] }, { - "title": "Long Acting Capsid Inhibitor Protects Macaques From Repeat SHIV Challenges", - "description": "", + "title": "Molecular biologists: let’s reconnect with nature", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04279-4", - "creator": "Samuel J. Vidal", - "pubDate": "2021-12-07", + "link": "https://www.nature.com/articles/d41586-021-03818-3", + "creator": "Edith Heard", + "pubDate": "2022-01-03", "enclosure": "", "enclosureType": "", "image": "", @@ -179341,16 +182422,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c2df707c78826a38b6d56320680af195" + "hash": "3f79cb8b799f4d6b4d687ed0176386ee", + "highlights": [] }, { - "title": "Signature of long-lived memory CD8+ T cells in acute SARS-CoV-2 infection", - "description": "", + "title": "Activity of convalescent and vaccine serum against SARS-CoV-2 Omicron", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04280-x", - "creator": "Sarah Adamo", - "pubDate": "2021-12-07", + "link": "https://www.nature.com/articles/s41586-022-04399-5", + "creator": "Juan Manuel Carreño", + "pubDate": "2021-12-31", "enclosure": "", "enclosureType": "", "image": "", @@ -179362,16 +182444,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "217b6984e6bb95b06073441ee93eee2a" + "hash": "95b7aa8578d09e919a5be0b75acf1323", + "highlights": [] }, { - "title": "Multi-omic machine learning predictor of breast cancer therapy response", - "description": "", + "title": "Audio long-read: The secret lives of cells — as never seen before", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04278-5", - "creator": "Stephen-John Sammut", - "pubDate": "2021-12-07", + "link": "https://www.nature.com/articles/d41586-021-03699-6", + "creator": "Diana Kwon", + "pubDate": "2021-12-31", "enclosure": "", "enclosureType": "", "image": "", @@ -179383,16 +182466,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2451fdf8e5b113ab2f04620364baefa5" + "hash": "b185e1ee0fe7a7679deef29538848238", + "highlights": [] }, { - "title": "From the archive", - "description": "", + "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-03561-9", - "creator": "", - "pubDate": "2021-12-07", + "link": "https://www.nature.com/articles/d41586-021-03846-z", + "creator": "Juan Manuel Carreño", + "pubDate": "2021-12-31", "enclosure": "", "enclosureType": "", "image": "", @@ -179404,16 +182488,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ab6d27578955c76d17e855772d55316" + "hash": "42551cd8283852f7593f4361f5568697", + "highlights": [] }, { - "title": "It’s alive! Bio-bricks can signal to others of their kind", + "title": "Our podcast highlights of 2021", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03644-7", - "creator": "", - "pubDate": "2021-12-07", + "link": "https://www.nature.com/articles/d41586-021-03654-5", + "creator": "Shamini Bundell", + "pubDate": "2021-12-29", "enclosure": "", "enclosureType": "", "image": "", @@ -179425,16 +182510,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ac607eb8e4819d0f130073ace1e75e5" + "hash": "2100db85358426a4481d9ca93fa24465", + "highlights": [] }, { - "title": "Webcast: how to plan your career", + "title": "Webb telescope blasts off successfully — launching a new era in astronomy", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03663-4", - "creator": "Jack Leeming", - "pubDate": "2021-12-07", + "link": "https://www.nature.com/articles/d41586-021-03655-4", + "creator": "Alexandra Witze", + "pubDate": "2021-12-25", "enclosure": "", "enclosureType": "", "image": "", @@ -179446,16 +182532,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f825012468ba3f4de091fa5e1188225e" + "hash": "96780e5a598b691bbd4998749f903ac9", + "highlights": [] }, { - "title": "Call to join the decentralized science movement", + "title": "A ‘chisel’ of light carves solid shapes out of a liquid", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03642-9", - "creator": "Sarah Hamburg", - "pubDate": "2021-12-07", + "link": "https://www.nature.com/articles/d41586-021-03842-3", + "creator": "", + "pubDate": "2021-12-24", "enclosure": "", "enclosureType": "", "image": "", @@ -179467,16 +182554,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "15a61c915fa85eb29ad33ca4e828f1f2" + "hash": "1ae47c0ab08a83a88bacf02bd17ca6ab", + "highlights": [] }, { - "title": "Are female science leaders judged more harshly than men? Study it", + "title": "Mars mission is China’s ‘first step’ in planetary exploration", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03643-8", - "creator": "Martina Schraudner", - "pubDate": "2021-12-07", + "link": "https://www.nature.com/articles/d41586-021-03849-w", + "creator": "Smriti Mallapaty", + "pubDate": "2021-12-24", "enclosure": "", "enclosureType": "", "image": "", @@ -179488,16 +182576,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba05a9beeed1d8c8aa0fff60ea185fa5" + "hash": "e31522b21027d4a04e17461569304a6b", + "highlights": [] }, { - "title": "Portugal: female science leaders could speed up change", - "description": "", + "title": "Striking Antibody Evasion Manifested by the Omicron Variant of SARS-CoV-2", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03641-w", - "creator": "Paulo Cartaxana", - "pubDate": "2021-12-07", + "link": "https://www.nature.com/articles/s41586-021-04388-0", + "creator": "Lihong Liu", + "pubDate": "2021-12-23", "enclosure": "", "enclosureType": "", "image": "", @@ -179509,16 +182598,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "18a4202df727a2ffdb17319479abb4ca" + "hash": "afe66f35c7877165f537010c20174648", + "highlights": [] }, { - "title": "Omicron: the global response is making it worse", + "title": "Evolution of enhanced innate immune evasion by SARS-CoV-2", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03616-x", - "creator": "", - "pubDate": "2021-12-07", + "link": "https://www.nature.com/articles/s41586-021-04352-y", + "creator": "Lucy G. Thorne", + "pubDate": "2021-12-23", "enclosure": "", "enclosureType": "", "image": "", @@ -179530,16 +182620,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "349f0de66fd12969a732c09dc8c9eb4d" + "hash": "fea3fe7e1d4435d95b6e3ccd9037e022", + "highlights": [] }, { - "title": "Daily briefing: How to predict COVID’s next move", + "title": "SARS-CoV-2 infection in free-ranging white-tailed deer", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03670-5", - "creator": "Flora Graham", - "pubDate": "2021-12-07", + "link": "https://www.nature.com/articles/s41586-021-04353-x", + "creator": "Vanessa L. Hale", + "pubDate": "2021-12-23", "enclosure": "", "enclosureType": "", "image": "", @@ -179551,16 +182642,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "216887bf95c2132fa4503a6236576618" + "hash": "d739286ff93393fb3ac3cb3f13c4b264", + "highlights": [] }, { - "title": "Beyond Omicron: what’s next for COVID’s viral evolution", + "title": "Broadly neutralizing antibodies target a hemagglutinin anchor epitope", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03619-8", - "creator": "Ewen Callaway", - "pubDate": "2021-12-07", + "link": "https://www.nature.com/articles/s41586-021-04356-8", + "creator": "Jenna J. Guthmiller", + "pubDate": "2021-12-23", "enclosure": "", "enclosureType": "", "image": "", @@ -179572,19 +182664,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "4cc36f87b467bbd43678af496c907929" + "hash": "3e18a880600caee5ae71a11e471ae8f6", + "highlights": [] }, { - "title": "Build solar-energy systems to last — save billions", + "title": "Time-resolved structural analysis of an RNA-cleaving DNA catalyst", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03626-9", - "creator": "Dirk Jordan", - "pubDate": "2021-12-07", + "link": "https://www.nature.com/articles/s41586-021-04225-4", + "creator": "Jan Borggräfe", + "pubDate": "2021-12-23", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -179592,19 +182686,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "57dc67d4bdbbdc7dec38f341519f44e0" + "hash": "54ef1561229c6335a202ae35c26161e8", + "highlights": [] }, { - "title": "Hominin skull and Mars panorama — November’s best science images", + "title": "Researchers fear growing COVID vaccine hesitancy in developing nations", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03520-4", - "creator": "Emma Stoye", - "pubDate": "2021-12-07", + "link": "https://www.nature.com/articles/d41586-021-03830-7", + "creator": "Smriti Mallapaty", + "pubDate": "2021-12-23", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -179612,19 +182708,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad3648c5f5bec3a93b48a986aeccd03c" + "hash": "ae2a81a7fb8e4715257d270e21329a8b", + "highlights": [] }, { - "title": "How remouldable computer hardware is speeding up science", + "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-03627-8", - "creator": "Jeffrey M. Perkel", - "pubDate": "2021-12-07", + "link": "https://www.nature.com/articles/d41586-021-03826-3", + "creator": "Lihong Liu", + "pubDate": "2021-12-23", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -179632,19 +182730,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea0112ea124f6ad58fe086740c046e88" + "hash": "4eae4cae44ceb31bf40cba1d775d4f2e", + "highlights": [] }, { - "title": "What fuelled an ancient empire’s rise? Potatoes and quinoa", + "title": "Cardiovascular diseases disrupt the bone-marrow niche", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03583-3", - "creator": "", - "pubDate": "2021-12-06", + "link": "https://www.nature.com/articles/d41586-021-03550-y", + "creator": "Tomer Itkin", + "pubDate": "2021-12-23", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -179652,19 +182752,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5d15061a19b50ea0661cac5b9fd9962" + "hash": "26984a126e12283673d22c25e0ef3fd2", + "highlights": [] }, { - "title": "Super jelly springs back from a squashing", + "title": "Omicron extensively but incompletely escapes Pfizer BNT162b2 neutralization", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03586-0", - "creator": "", - "pubDate": "2021-12-06", + "link": "https://www.nature.com/articles/d41586-021-03824-5", + "creator": "Sandile Cele", + "pubDate": "2021-12-23", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -179672,19 +182774,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d4ba7e6c12ed9f31a8920a2a1b4b1ba" + "hash": "b577ce79e44a068c8dae5b834bbef957", + "highlights": [] }, { - "title": "Climate adaptation, and the next great extinction: Books in brief", + "title": "Omicron escapes the majority of existing SARS-CoV-2 neutralizing antibodies", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03624-x", - "creator": "Andrew Robinson", - "pubDate": "2021-12-06", + "link": "https://www.nature.com/articles/d41586-021-03796-6", + "creator": "Yunlong Cao", + "pubDate": "2021-12-23", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -179692,19 +182796,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "54586185afd6af900cec48ec80a7b9f8" + "hash": "c9904d5d28eeb7bab1899a4e902c65a9", + "highlights": [] }, { - "title": "Handling snakes for science", + "title": "Considerable escape of SARS-CoV-2 Omicron to antibody neutralization", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03629-6", - "creator": "Virginia Gewin", - "pubDate": "2021-12-06", + "link": "https://www.nature.com/articles/d41586-021-03827-2", + "creator": "Delphine Planas", + "pubDate": "2021-12-23", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -179712,19 +182818,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b9437c51bab34b4b9b9fe6e86699a4e" + "hash": "58c974b1c5ec6bbacc572575a75e2b09", + "highlights": [] }, { - "title": "The wasted chewing gum bacteriome: an oral history", + "title": "A grave matter of ancient kinship in Neolithic Britain", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03660-7", - "creator": "Lavie Tidhar", - "pubDate": "2021-12-06", + "link": "https://www.nature.com/articles/d41586-021-03799-3", + "creator": "Neil Carlin", + "pubDate": "2021-12-23", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -179732,19 +182840,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "5955303a4abc835ad22c5bcd5f992925" + "hash": "53f1c21e811aeec1ba89fe9a930f74a8", + "highlights": [] }, { - "title": "Has Eric Kandel rested on his laurels? No", + "title": "Broadly neutralizing antibodies overcome SARS-CoV-2 Omicron antigenic shift", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03623-y", - "creator": "Alison Abbott", - "pubDate": "2021-12-06", + "link": "https://www.nature.com/articles/d41586-021-03825-4", + "creator": "Elisabetta Cameroni", + "pubDate": "2021-12-23", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -179752,19 +182862,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d401e343e1fbeab5f52beb52e8a6dd7" + "hash": "5f47d8e5062c3253dd3cc38a4147439c", + "highlights": [] }, { - "title": "Python power-up: new image tool visualizes complex data", + "title": "A Species-Level Timeline of Mammal Evolution Integrating Phylogenomic Data", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03628-7", - "creator": "Jeffrey M. Perkel", - "pubDate": "2021-12-06", + "link": "https://www.nature.com/articles/s41586-021-04341-1", + "creator": "Sandra Álvarez-Carretero", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -179772,19 +182884,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a00e1b245bd78c63e020ee8205c2602" + "hash": "6cfbf5e6031ceab73a6786164a61d781", + "highlights": [] }, { - "title": "Daily briefing: Francis Collins reflects on science and the NIH", + "title": "Morphogen gradient scaling by recycling of intracellular Dpp", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03657-2", - "creator": "Flora Graham", - "pubDate": "2021-12-06", + "link": "https://www.nature.com/articles/s41586-021-04346-w", + "creator": "Maria Romanova Michailidi", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -179792,19 +182906,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3152fe48ff2cef74a5e08d98fc31054" + "hash": "f33d8b1a579a17feae856b7c95a62930", + "highlights": [] }, { - "title": "Understand the real reasons reproducibility reform fails", + "title": "Local and systemic responses to SARS-CoV-2 infection in children and adults", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03617-w", - "creator": "Nicole C. Nelson", - "pubDate": "2021-12-06", + "link": "https://www.nature.com/articles/s41586-021-04345-x", + "creator": "Masahiro Yoshida", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -179812,19 +182928,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "bda2a5c68c9ea461ed30fce414baab58" + "hash": "ef61011539644230bd96c57ab60162c8", + "highlights": [] }, { - "title": "Coronapod: How has COVID impacted mental health?", + "title": "Enhanced fitness of SARS-CoV-2 variant of concern Alpha but not Beta", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03649-2", - "creator": "Noah Baker", - "pubDate": "2021-12-03", + "link": "https://www.nature.com/articles/s41586-021-04342-0", + "creator": "Lorenz Ulrich", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -179832,19 +182950,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "a022a5619499a6a47376b19c67cd6e28" + "hash": "9a5cf89fc9b29a1af9105ed1877e03de", + "highlights": [] }, { - "title": "AI mathematician and a planetary diet — the week in infographics", + "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-03612-1", - "creator": "", - "pubDate": "2021-12-03", + "link": "https://www.nature.com/articles/d41586-021-03816-5", + "creator": "Andrew Robinson", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -179852,19 +182972,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5565019960d7317db69d1fb0f3fa710" + "hash": "3e12b528981e19468d4623edc8f6da67", + "highlights": [] }, { - "title": "The last library", + "title": "The Nature Podcast annual holiday spectacular", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03637-6", - "creator": "Brian Trent", - "pubDate": "2021-12-03", + "link": "https://www.nature.com/articles/d41586-021-03784-w", + "creator": "Benjamin Thompson", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -179872,19 +182994,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "87d2de44737b20d94024cc744b7ae694" + "hash": "1798f644a983b129088d44c5d04ed8ec", + "highlights": [] }, { - "title": "Science misinformation alarms Francis Collins as he leaves top NIH job", + "title": "Large-scale migration into Britain during the Middle to Late Bronze Age", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03611-2", - "creator": "Nidhi Subbaraman", - "pubDate": "2021-12-03", + "link": "https://www.nature.com/articles/s41586-021-04287-4", + "creator": "Nick Patterson", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -179892,19 +183016,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "07ce509929184b7c48c1553f3076b2ef" + "hash": "0681a72ecbe956b11942a90870e90a98", + "highlights": [] }, { - "title": "Daily briefing: Omicron — what scientists know so far", + "title": "Single-year radiocarbon dating anchors Viking Age trade cycles in time", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03652-7", - "creator": "Flora Graham", - "pubDate": "2021-12-03", + "link": "https://www.nature.com/articles/s41586-021-04240-5", + "creator": "Bente Philippsen", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -179912,19 +183038,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6516e8400c7faacdb3b69d58309fbe0" + "hash": "4db721f320e38237d637c5dd92afda4f", + "highlights": [] }, { - "title": "Publisher Correction: Single-photon nonlinearity at room temperature", + "title": "MicroRNA sequence codes for small extracellular vesicle release and cellular retention", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04113-x", - "creator": "Anton V. Zasedatelev", - "pubDate": "2021-12-02", + "link": "https://www.nature.com/articles/s41586-021-04234-3", + "creator": "Ruben Garcia-Martin", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -179932,19 +183060,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "b11d662af463dc8c70b9f8325cadafdd" + "hash": "ec1ea45d7889e7c206b32a137197b2e5", + "highlights": [] }, { - "title": "Human blastoids model blastocyst development and implantation", + "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-04267-8", - "creator": "Harunobu Kagawa", - "pubDate": "2021-12-02", + "link": "https://www.nature.com/articles/s41586-021-04241-4", + "creator": "Chris Fowler", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -179952,19 +183082,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "63f0c6b3c8841ac49809178b2fbd0277" + "hash": "3d5245782bba462b3dd3f2f32e3e85a7", + "highlights": [] }, { - "title": "Omicron is bad but the global response is worse", + "title": "Targeting SWI/SNF ATPases in enhancer-addicted prostate cancer", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03616-x", - "creator": "", - "pubDate": "2021-12-07", + "link": "https://www.nature.com/articles/s41586-021-04246-z", + "creator": "Lanbo Xiao", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -179972,19 +183104,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "28697f4b3274b5cf2ead54f790d37c0a" + "hash": "314c74621d54c06714a3e7bb90cfc37e", + "highlights": [] }, { - "title": "Does police outreach cut crime? Efforts in six nations give a bleak answer", + "title": "Spin splitting of dopant edge state in magnetic zigzag graphene nanoribbons", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03580-6", - "creator": "", - "pubDate": "2021-12-02", + "link": "https://www.nature.com/articles/s41586-021-04201-y", + "creator": "Raymond E. Blackwell", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -179992,19 +183126,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f2923cd804d0c1954916c6a13c61f92" + "hash": "8be9bd33b6907583e537a357410729eb", + "highlights": [] }, { - "title": "Famous space family has a surprisingly peaceful history", + "title": "Valine tRNA levels and availability regulate complex I assembly in leukaemia", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03584-2", - "creator": "", - "pubDate": "2021-12-02", + "link": "https://www.nature.com/articles/s41586-021-04244-1", + "creator": "Palaniraja Thandapani", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180012,19 +183148,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "a21b01c1bf5dfda54ddd0524ffb28fb9" + "hash": "dfcce685997d8228caf13c007c09c538", + "highlights": [] }, { - "title": "Surging plastic use is fed by coal power — with deadly results", + "title": "Integrated photonics enables continuous-beam electron phase modulation", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03613-0", - "creator": "", - "pubDate": "2021-12-02", + "link": "https://www.nature.com/articles/s41586-021-04197-5", + "creator": "Jan-Wilke Henke", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180032,19 +183170,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b4c454a83c90328a0c2d2f8c36bb1b7" + "hash": "af3a1183b1375bbb81cdc7cf1aca40e6", + "highlights": [] }, { - "title": "Omicron is supercharging the COVID vaccine booster debate", + "title": "Quantum anomalous Hall effect from intertwined moiré bands", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03592-2", - "creator": "Elie Dolgin", - "pubDate": "2021-12-02", + "link": "https://www.nature.com/articles/s41586-021-04171-1", + "creator": "Tingxin Li", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180052,19 +183192,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "812010711698747d1651683aa867d040" + "hash": "a19efbcf9a432496058b0dc4944fcce7", + "highlights": [] }, { - "title": "How bad is Omicron? What scientists know so far", + "title": "Non-syntrophic methanogenic hydrocarbon degradation by an archaeal species", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03614-z", - "creator": "Ewen Callaway", - "pubDate": "2021-12-02", + "link": "https://www.nature.com/articles/s41586-021-04235-2", + "creator": "Zhuo Zhou", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180072,19 +183214,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d8ca680902d54ce217eda2f050d7b7f" + "hash": "d8a7f3adaa4c22bf0ba9d7c292bdf7a7", + "highlights": [] }, { - "title": "Omicron-variant border bans ignore the evidence, say scientists", - "description": "", + "title": "Omicron's feeble attack on the lungs could make it less dangerous", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03608-x", - "creator": "Smriti Mallapaty", - "pubDate": "2021-12-02", + "link": "https://www.nature.com/articles/d41586-022-00007-8", + "creator": "Max Kozlov", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180092,19 +183236,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d6c2625e02d35ff6c47442078cecdbc" + "hash": "544be89c4c34f302b8488b57322cefd8", + "highlights": [] }, { - "title": "Daily briefing: What a healthy, sustainable diet looks like", + "title": "Spatial maps in piriform cortex during olfactory navigation", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03639-4", - "creator": "Flora Graham", - "pubDate": "2021-12-02", + "link": "https://www.nature.com/articles/s41586-021-04242-3", + "creator": "Cindy Poo", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180112,19 +183258,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "315627d93778bfbf51a760dc8e202203" + "hash": "bc03f50d6b4af5db30338a24da87be23", + "highlights": [] }, { - "title": "This tiny iron-rich world is extraordinarily metal", + "title": "HELQ is a dual-function DSB repair enzyme modulated by RPA and RAD51", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03587-z", - "creator": "Alexandra Witze", - "pubDate": "2021-12-02", + "link": "https://www.nature.com/articles/s41586-021-04261-0", + "creator": "Roopesh Anand", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180132,19 +183280,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "bb473b0ce681c1f4306a7d2574c0330a" + "hash": "a0a42281efe8bbb99810f636ed149a26", + "highlights": [] }, { - "title": "Non-trivial role of internal climate feedback on interglacial temperature evolution", + "title": "Monocotyledonous plants graft at the embryonic root–shoot interface", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-03930-4", - "creator": "Xu Zhang", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/s41586-021-04247-y", + "creator": "Gregory Reeves", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180152,19 +183302,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "306384ce1643d3b8f26a22adaf9b74ba" + "hash": "1042f9ababd0429962c2489f66180f2b", + "highlights": [] }, { - "title": "Video: Rebuilding a retina", + "title": "Very-high-frequency oscillations in the main peak of a magnetar giant flare", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03576-2", - "creator": "", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/s41586-021-04101-1", + "creator": "A. J. Castro-Tirado", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180172,19 +183324,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "f117cc1c6a4ac0162a39384bc2210cb5" + "hash": "3d665f7e5f89956b15dcf14a644f9ea5", + "highlights": [] }, { - "title": "The quest to treat dry age-related macular degeneration", + "title": "Structure of Hsp90–Hsp70–Hop–GR reveals the Hsp90 client-loading mechanism", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03574-4", - "creator": "Michael Eisenstein", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/s41586-021-04252-1", + "creator": "Ray Yu-Ruei Wang", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180192,19 +183346,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "961e29d4bc84d35e411025126398944f" + "hash": "199c65891049abdb807855e0c5931faf", + "highlights": [] }, { - "title": "Shutting ‘super-polluters’ slashes greenhouse gases — and deaths", + "title": "Rapid microbial methanogenesis during CO2 storage in hydrocarbon reservoirs", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03581-5", - "creator": "", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/s41586-021-04153-3", + "creator": "R. L. Tyne", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180212,19 +183368,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "38f6d368757750d42a2919be519a4298" + "hash": "b099b67d5c1709d59a291de27807d3bd", + "highlights": [] }, { - "title": "Pandemic mental health and Eurasia’s oldest jewellery", + "title": "Structure of Hsp90–p23–GR reveals the Hsp90 client-remodelling mechanism", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03570-8", - "creator": "", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/s41586-021-04236-1", + "creator": "Chari M. Noddings", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180232,19 +183390,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "42c18d0faa5c99c45c0e9100562fe078" + "hash": "9c32a56f8156ba56894d31c4531f1b86", + "highlights": [] }, { - "title": "What’s the best diet for people and the planet?", - "description": "", + "title": "Elizabeth Holmes verdict: researchers share lessons learned for science", + "description": "\n ", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03601-4", - "creator": "Benjamin Thompson", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/d41586-022-00006-9", + "creator": "Emily Waltz", + "pubDate": "2022-01-04", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180252,19 +183412,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "a86a9691461a54eb28eb765375db049e" + "hash": "239db695dddd1e68bbaed5b043d43bb8", + "highlights": [] }, { - "title": "This enormous eagle could have killed you, probably", + "title": "Programmable interactions and emergent geometry in an array of atom clouds", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03585-1", - "creator": "", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/s41586-021-04156-0", + "creator": "Avikar Periwal", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180272,19 +183434,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "d990da531864a446a89e90953b641c3d" + "hash": "1be595b7a085eb1bb8d07634e81baff0", + "highlights": [] }, { - "title": "In situ Raman spectroscopy reveals the structure and dissociation of interfacial water", + "title": "High-entropy polymer produces a giant electrocaloric effect at low fields", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04068-z", - "creator": "Yao-Hui Wang", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/s41586-021-04189-5", + "creator": "Xiaoshi Qian", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180292,19 +183456,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc1557bbe085ea25a092abc6d7341f5f" + "hash": "0f420454fd6d7defc6aba321fd2f8ab0", + "highlights": [] }, { - "title": "Reply to: Non-trivial role of internal climate feedback on interglacial temperature evolution", + "title": "Cancer risk across mammals", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-03931-3", - "creator": "Samantha Bova", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/s41586-021-04224-5", + "creator": "Orsolya Vincze", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180312,19 +183478,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "97c9d21ecb1b650c7546cb6f2e4208ff" + "hash": "88d49bc01ba39f34d77eab17fc974b0f", + "highlights": [] }, { - "title": "Optomechanical dissipative solitons", + "title": "Dynamic spatial progression of isolated lithium during battery operations", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04012-1", - "creator": "Jing Zhang", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/s41586-021-04168-w", + "creator": "Fang Liu", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180332,19 +183500,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d5b81a0323c40b02bc24c103862b4cf" + "hash": "dda4ebcf5f7b5df0fbbda0031a3dbfc2", + "highlights": [] }, { - "title": "Bizarre tail weaponry in a transitional ankylosaur from subantarctic Chile", + "title": "Resonance from antiferromagnetic spin fluctuations for superconductivity in UTe2", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04147-1", - "creator": "Sergio Soto-Acuña", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/s41586-021-04151-5", + "creator": "Chunruo Duan", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180352,19 +183522,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "e037396dbd3ef61dde7cb066d542c2ec" + "hash": "7d0302455674c664fb8a1762220bcff0", + "highlights": [] }, { - "title": "Footprint evidence of early hominin locomotor diversity at Laetoli, Tanzania", + "title": "Donald Caspar (1927–2021)", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04187-7", - "creator": "Ellison J. McNutt", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/d41586-021-03820-9", + "creator": "Lee Makowski", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180372,19 +183544,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "adf08c9507196ac151b96fdeed3cf5f3" + "hash": "0bce163515d08ce3a096f75d2e4fed65", + "highlights": [] }, { - "title": "Advancing mathematics by guiding human intuition with AI", + "title": "A microbe that uses crude oil to make methane", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04086-x", - "creator": "Alex Davies", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/d41586-021-03729-3", + "creator": "Guillaume Borrel", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180392,19 +183566,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ad456be50130f55c012fae81a0e4d13" + "hash": "3d1c6cc402e33dbf8e2ec9f3290bcb37", + "highlights": [] }, { - "title": "Antiviral activity of bacterial TIR domains via immune signalling molecules", + "title": "A radiocarbon revolution sheds light on the Vikings", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04098-7", - "creator": "Gal Ofir", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/d41586-021-03769-9", + "creator": "James H. Barrett", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180412,19 +183588,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce11ba0ce9a4c1cd78523891cb86b9ad" + "hash": "b01caa99550fc5cb226a3fa4d16a4e67", + "highlights": [] }, { - "title": "Antigen-presenting innate lymphoid cells orchestrate neuroinflammation", + "title": "Low-power light modifies electron microscopy", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04136-4", - "creator": "John B. Grigg", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/d41586-021-03767-x", + "creator": "Martin Kozák", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180432,19 +183610,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e405a21e4fba1937cc66d66cb3bf583" + "hash": "a72a356f1992544db0ae65298a8eac5a", + "highlights": [] }, { - "title": "Local circuit amplification of spatial selectivity in the hippocampus", + "title": "Imperilled glacier, COVID immunity and ‘touching’ the Sun", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04169-9", - "creator": "Tristan Geiller", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/d41586-021-03708-8", + "creator": "", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180452,19 +183632,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "bbdb2721f53b565085eabde36a43a713" + "hash": "0de1c2c4267d86c2b5618386199cacf4", + "highlights": [] }, { - "title": "Cyclic evolution of phytoplankton forced by changes in tropical seasonality", + "title": "Clever substitutions reveal magnetism in zigzag graphene nanoribbons", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04195-7", - "creator": "Luc Beaufort", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/d41586-021-03768-w", + "creator": "Aran Garcia-Lekue", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180472,19 +183654,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0ce47787d67875b6b1006be284e4d4c" + "hash": "e0c5c1703cfa8543ccb4e96fc898c8ec", + "highlights": [] }, { - "title": "Accuracy mechanism of eukaryotic ribosome translocation", + "title": "Fatal lab explosion in China highlights wider safety fears", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04131-9", - "creator": "Muminjon Djumagulov", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/d41586-021-03589-x", + "creator": "Andrew Silver", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180492,19 +183676,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "5aef9e801605a5d11bf1385037cc164e" + "hash": "2cc59ced54b4ac90dd606952d4ca9e27", + "highlights": [] }, { - "title": "Quantifying social organization and political polarization in online platforms", + "title": "Bronze Age genomes reveal migration to Britain", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04167-x", - "creator": "Isaac Waller", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/d41586-021-03770-2", + "creator": "Daniel G. Bradley", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180512,19 +183698,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "f034bef35fa95929bc21f9f73b871a88" + "hash": "efd90894971e759619393dc38ac14824", + "highlights": [] }, { - "title": "Sound emission and annihilations in a programmable quantum vortex collider", + "title": "Activation mechanism of PINK1", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04047-4", - "creator": "W. J. Kwon", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/s41586-021-04340-2", + "creator": "Zhong Yan Gan", + "pubDate": "2021-12-21", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180532,19 +183720,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "a68ea0a2b3d48a6bd264150d89abfbce" + "hash": "7f66a94db494b44eddda01af5e2d408b", + "highlights": [] }, { - "title": "Activation of homologous recombination in G1 preserves centromeric integrity", + "title": "From the archive", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04200-z", - "creator": "Duygu Yilmaz", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/d41586-021-03739-1", + "creator": "", + "pubDate": "2021-12-21", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180552,19 +183742,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8aca336ed1761bb2fc298fa4ea866db" + "hash": "d6de95244b7500a218a23059ba5289b2", + "highlights": [] }, { - "title": "De novo protein design by deep network hallucination", + "title": "Secret of Hellenic Foundation’s success? Its staff", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04184-w", - "creator": "Ivan Anishchenko", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/d41586-021-03779-7", + "creator": "Nektarios K. Nasikas", + "pubDate": "2021-12-21", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180572,19 +183764,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3786897dfccba312041bd601922b88f" + "hash": "522b08b0a19cd9fac623b3f635b3dc8e", + "highlights": [] }, { - "title": "Artificial intelligence aids intuition in mathematical discovery", + "title": "Early-career researchers help Wellcome funding panel", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03512-4", - "creator": "Christian Stump", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/d41586-021-03777-9", + "creator": "Rachel V. Guest", + "pubDate": "2021-12-21", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180592,19 +183786,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "73c80694b9513a78d86e2375532ad046" + "hash": "4a81e0e2763cd46565c2dab1108eaa1c", + "highlights": [] }, { - "title": "Industry scores higher than academia for job satisfaction", + "title": "Half measures in One Health fail people and the environment", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03567-3", - "creator": "", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/d41586-021-03780-0", + "creator": "Andrew Peters", + "pubDate": "2021-12-21", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180612,19 +183808,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "86da21ba9ff25b25bbca522d93d86325" + "hash": "a4ca0052427f28f46233ae329d19aaef", + "highlights": [] }, { - "title": "DeepMind’s AI helps untangle the mathematics of knots", + "title": "Upgrade the science and technology policy system the US already has", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03593-1", - "creator": "Davide Castelvecchi", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/d41586-021-03778-8", + "creator": "Valerie J. Karplus", + "pubDate": "2021-12-21", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180632,19 +183830,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "489277b745d4c2f2f970641523593420" + "hash": "27a7c4e5303b283b88b7a62d267dbb16", + "highlights": [] }, { - "title": "Mnemovirus", + "title": "Journals adopt AI to spot duplicated images in manuscripts", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03577-1", - "creator": "Alexander B. Joy", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/d41586-021-03807-6", + "creator": "Richard Van Noorden", + "pubDate": "2021-12-21", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180652,19 +183852,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "557f51a7205e84f340a049e60ca2df3a" + "hash": "5c15181a49f5fd8aa5e320182f7405a6", + "highlights": [] }, { - "title": "Africa: tackle HIV and COVID-19 together", + "title": "Sustainability at the crossroads", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03546-8", - "creator": "Nokukhanya Msomi", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/d41586-021-03781-z", + "creator": "", + "pubDate": "2021-12-21", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180672,19 +183874,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c1eeb09c36d6b44592a99321b9744d4" + "hash": "41f71c84a5fe230b8214263d6970852e", + "highlights": [] }, { - "title": "What humanity should eat to stay healthy and save the planet", + "title": "Omicron overpowers key COVID antibody treatments in early tests", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03565-5", - "creator": "Gayathri Vaidyanathan", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/d41586-021-03829-0", + "creator": "Max Kozlov", + "pubDate": "2021-12-21", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180692,19 +183896,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "7911ad67fbb1617d1a69e257c6f5abb7" + "hash": "f9916591b75dc037d4719b3f878f4956", + "highlights": [] }, { - "title": "Armoured dinosaurs of the Southern Hemisphere", + "title": "Structural architecture of the human NALCN channelosome", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03572-6", - "creator": "", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/s41586-021-04313-5", + "creator": "Marc Kschonsak", + "pubDate": "2021-12-20", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180712,19 +183918,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "6233b23b64a17882d50b101554b55ec5" + "hash": "1cb2219f6a80d58281157ffac74a9a6e", + "highlights": [] }, { - "title": "Earth’s eccentric orbit paced the evolution of marine phytoplankton", + "title": "VLDLR and ApoER2 are receptors for multiple alphaviruses", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03549-5", - "creator": "Rosalind E. M. Rickaby", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/s41586-021-04326-0", + "creator": "Lars E. Clark", + "pubDate": "2021-12-20", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180732,19 +183940,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "e976565e1fc17d07fbc610c4a9bd8d42" + "hash": "663338d5c5e802c21315ca45624e3c8a", + "highlights": [] }, { - "title": "‘BRICS’ nations are collaborating on science but need a bigger global platform", + "title": "Ostrich eggshell beads reveal 50,000-year-old social network in Africa", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03568-2", - "creator": "", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/s41586-021-04227-2", + "creator": "Jennifer M. Miller", + "pubDate": "2021-12-20", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180752,19 +183962,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "857614b74c577c0930ee4c24147bc8b8" + "hash": "d3ef531424b4aa4ca520807e89b8d2fd", + "highlights": [] }, { - "title": "Hominin footprints at Laetoli reveal a walk on the wild side", + "title": "Exiting gracefully: how to leave a job behind", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03469-4", - "creator": "Stephanie M. Melillo", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/d41586-021-03788-6", + "creator": "Bianca Nogrady", + "pubDate": "2021-12-20", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180772,19 +183984,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "6dbc9d350903ac43d51cd00bf5fb3278" + "hash": "d1a5bab7416bbf21373cccdbf159600f", + "highlights": [] }, { - "title": "World commits to a pandemic-response pact: what’s next", + "title": "The Christmas Tree Barn", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03596-y", - "creator": "Amy Maxmen", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/d41586-021-03743-5", + "creator": "Mary E. Lowd", + "pubDate": "2021-12-20", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180792,19 +184006,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "89302122318ae18d673eaefa0356ba3b" + "hash": "4921a11685069e591bdd3eeb364c2f1e", + "highlights": [] }, { - "title": "How to tell a compelling story in scientific presentations", + "title": "Collect feedback to improve your event experience", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03603-2", - "creator": "Bruce Kirchoff", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/d41586-021-03782-y", + "creator": "Andy Tay", + "pubDate": "2021-12-20", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180812,19 +184028,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "30fd2668c2f4af909969239427e49d0d" + "hash": "1dd08f604d3b20cf1aa7e40b751df70d", + "highlights": [] }, { - "title": "A visual guide to repairing the retina", + "title": "Beads reveal long-distance connections in early Africa", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03575-3", - "creator": "Michael Eisenstein", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/d41586-021-03681-2", + "creator": "Benjamin R. Collins", + "pubDate": "2021-12-20", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180832,19 +184050,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "abf601907b3e2406ff5d37edf710b931" + "hash": "d9f600a1eb7e4202d2b83518c7c4442a", + "highlights": [] }, { - "title": "Daily briefing: Omicron was already spreading in Europe", + "title": "Build a registry of results that students can replicate", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03610-3", - "creator": "Flora Graham", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/d41586-021-03707-9", + "creator": "Yusuf A. Hannun", + "pubDate": "2021-12-20", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180852,19 +184072,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5194201ea7a6157745666dbb56aa249" + "hash": "dcb404d694b22e0f0c978dc987808403", + "highlights": [] }, { - "title": "Choreographing water molecules to speed up hydrogen production", + "title": "Reconsidering the role of alcohol in the scientific workplace", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03511-5", - "creator": "Matthias M. Waegele", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/d41586-021-03773-z", + "creator": "Nikki Forrester", + "pubDate": "2021-12-20", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180872,19 +184094,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "26da92b50a5b400fadcde1aa18bc3fcc" + "hash": "c8b37b6df5f9ebe9a42a75201dcfd5f9", + "highlights": [] }, { - "title": "Robotic sample return reveals lunar secrets", + "title": "Publisher Correction: Disease variant prediction with deep generative models of evolutionary data", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03547-7", - "creator": "Richard W. Carlson", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/s41586-021-04207-6", + "creator": "Jonathan Frazer", + "pubDate": "2021-12-17", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180892,19 +184116,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd311fb546ac76166eeb6b94fcca1f75" + "hash": "ac3d7181c01a80b54d0fbf7228b5c134", + "highlights": [] }, { - "title": "An autoimmune stem-like CD8 T cell population drives type 1 diabetes", + "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-04248-x", - "creator": "Sofia V. Gearty", - "pubDate": "2021-11-30", + "link": "https://www.nature.com/articles/s41586-021-04172-0", + "creator": "Sen Pei", + "pubDate": "2021-12-17", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180912,19 +184138,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6d2c42da7d2b741c9d9108ced85e682" + "hash": "bf9dc7cec8262c41c9dfd8c01e7afe76", + "highlights": [] }, { - "title": "Author Correction: Targeting LIF-mediated paracrine interaction for pancreatic cancer therapy and monitoring", + "title": "A partridge in hand on the Spanish steppe", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04176-w", - "creator": "Yu Shi", - "pubDate": "2021-11-30", + "link": "https://www.nature.com/articles/d41586-021-03712-y", + "creator": "Jack Leeming", + "pubDate": "2021-12-17", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180932,19 +184160,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c76d524fc7e9413e92916c7caa477c3" + "hash": "38e4f4cbd80be6187d2e1f128ebc33c9", + "highlights": [] }, { - "title": "Time-Crystalline Eigenstate Order on a Quantum Processor", + "title": "Coronapod: Omicron - your questions answered", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04257-w", - "creator": "Xiao Mi", - "pubDate": "2021-11-30", + "link": "https://www.nature.com/articles/d41586-021-03786-8", + "creator": "Noah Baker", + "pubDate": "2021-12-17", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180952,19 +184182,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "38bb26f060dbb80c503f163f9ef082e0" + "hash": "ced36c4676aa9c62dab277af691eb5a0", + "highlights": [] }, { - "title": "Climate researchers: consider standing for office — I did", + "title": "Pluto’s mysterious polygons explained", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03540-0", - "creator": "John Dearing", - "pubDate": "2021-11-30", + "link": "https://www.nature.com/articles/d41586-021-03792-w", + "creator": "Shamini Bundell", + "pubDate": "2021-12-17", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180972,19 +184204,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "24abe63dd0f96545eba88e246dd60a27" + "hash": "bf906511107aff858d9b08d61f556b12", + "highlights": [] }, { - "title": "Animal experiments: EU is pushing to find substitutes fast", + "title": "The scientific workplace in 2021", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03539-7", - "creator": "Stefan Hippenstiel", - "pubDate": "2021-11-30", + "link": "https://www.nature.com/articles/d41586-021-03710-0", + "creator": "Chris Woolston", + "pubDate": "2021-12-17", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -180992,19 +184226,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "18b9cbc8a6561982178f68c5f30b0464" + "hash": "fabb34703424f98106e0371ecc745fb5" }, { - "title": "From the archive", + "title": "Afghanistan’s academics despair months after Taliban takeover", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03513-3", - "creator": "", - "pubDate": "2021-11-30", + "link": "https://www.nature.com/articles/d41586-021-03774-y", + "creator": "Smriti Mallapaty", + "pubDate": "2021-12-17", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181012,19 +184247,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e300f90863bd72481321dc690b410a36" + "hash": "53fde1592ec8c64dee61e3fdf588d395" }, { - "title": "Collaborate equitably in ancient DNA research and beyond", + "title": "The science events to watch for in 2022", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03541-z", - "creator": "Mehmet Somel", - "pubDate": "2021-11-30", + "link": "https://www.nature.com/articles/d41586-021-03772-0", + "creator": "Davide Castelvecchi", + "pubDate": "2021-12-17", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181032,19 +184268,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bcafe1b654f01127537f0dddf1642991" + "hash": "41fdadc94c551d93a6eff0f73460f72c" }, { - "title": "Across the Sahara in a day: swifts zip across the desert at amazing rates", + "title": "Daily briefing: First ‘true’ millipede with more than 1,000 legs", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03582-4", - "creator": "", - "pubDate": "2021-11-30", + "link": "https://www.nature.com/articles/d41586-021-03810-x", + "creator": "Flora Graham", + "pubDate": "2021-12-17", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181052,19 +184289,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1e14bdeda807796d202035badde680e" + "hash": "700ba44f89e4f7c9dab37f1c75221f6b" }, { - "title": "Ancient-DNA researchers write their own rules", + "title": "Gravity, AlphaFold and neural interfaces: a year of remarkable science", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03542-y", - "creator": "Krystal S. Tsosie", - "pubDate": "2021-11-30", + "link": "https://www.nature.com/articles/d41586-021-03730-w", + "creator": "", + "pubDate": "2021-12-17", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181072,19 +184310,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1b76b30ba166180d2fec3db2d13bcbb" + "hash": "c6bb752a65d9367208270f5ad638f3c5" }, { - "title": "China’s Mars rover has amassed reams of novel geological data", + "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-03554-8", - "creator": "Smriti Mallapaty", - "pubDate": "2021-11-30", + "link": "https://www.nature.com/articles/d41586-021-03787-7", + "creator": "Jeff Tollefson", + "pubDate": "2021-12-17", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181092,19 +184331,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0258a527eed3736f3d1af5863fd8233" + "hash": "b345781c7c51d1098146b8699f081ee5" }, { - "title": "The United States needs a department of technology and science policy", + "title": "How severe are Omicron infections?", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03543-x", - "creator": "Harold Varmus", - "pubDate": "2021-11-30", + "link": "https://www.nature.com/articles/d41586-021-03794-8", + "creator": "Heidi Ledford", + "pubDate": "2021-12-17", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181112,19 +184352,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e3f62b2606892f72f7a334c0ea979f1" + "hash": "5cf5b8e642d330002f5914dbfd55eb7d" }, { - "title": "Daily briefing: Multicellular living robots build their own offspring", + "title": "Selective sulfidation of metal compounds", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03595-z", - "creator": "Flora Graham", - "pubDate": "2021-11-30", + "link": "https://www.nature.com/articles/s41586-021-04321-5", + "creator": "Caspar Stinn", + "pubDate": "2021-12-16", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181132,19 +184373,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "30e03c93207ca290b806ca4e740db730" + "hash": "1f8d3c970f6cf4ad1e71dc91aa70da1c" }, { - "title": "What the Moderna–NIH COVID vaccine patent fight means for research", + "title": "A fatty molecule shows promise for staving off HIV", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03535-x", - "creator": "Heidi Ledford", - "pubDate": "2021-11-30", + "link": "https://www.nature.com/articles/d41586-021-03750-6", + "creator": "", + "pubDate": "2021-12-16", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181152,19 +184394,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9bc46f0042655a770564e76bce094f52" + "hash": "3ea187c0373acc450c07601caf4bc4bf" }, { - "title": "Author Correction: Estimating a social cost of carbon for global energy consumption", + "title": "Daily briefing: COVID vaccines in eight powerful charts", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04185-9", - "creator": "Ashwin Rode", - "pubDate": "2021-11-29", + "link": "https://www.nature.com/articles/d41586-021-03790-y", + "creator": "Flora Graham", + "pubDate": "2021-12-16", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181172,19 +184415,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bbe0bd212a4e28c188986b73ddb29a3d" + "hash": "a37597e6232fcd092d560d157532bba1" }, { - "title": "‘For a brown invertebrate’: rescuing native UK oysters", + "title": "Ned Seeman (1945–2021)", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03573-5", - "creator": "Virginia Gewin", - "pubDate": "2021-11-29", + "link": "https://www.nature.com/articles/d41586-021-03709-7", + "creator": "Philip Ball", + "pubDate": "2021-12-16", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181192,19 +184436,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "edef24ba21555c544ee78236baae8d4b" + "hash": "abf85199820a9968be7d8b9b9e376009" }, { - "title": "Is this mammoth-ivory pendant Eurasia’s oldest surviving jewellery?", + "title": "Embryo-like models shed fresh light on early human development", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03534-y", - "creator": "Tosin Thompson", - "pubDate": "2021-11-29", + "link": "https://www.nature.com/articles/d41586-021-03711-z", + "creator": "Sandeep Ravindran", + "pubDate": "2021-12-16", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181212,19 +184457,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b2226e40f03a13ca0c0483cf894bb4d" + "hash": "19495ddc44c1fbf58f1c28e231216dce" }, { - "title": "Audio long-read: The chase for fusion energy", + "title": "How COVID vaccines shaped 2021 in eight powerful charts", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03501-7", - "creator": "Philip Ball", - "pubDate": "2021-11-29", + "link": "https://www.nature.com/articles/d41586-021-03686-x", + "creator": "Smriti Mallapaty", + "pubDate": "2021-12-16", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181232,19 +184478,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "98af222f8099064b64f765f848cb3676" + "hash": "603a2cbb1a64ce361dafad8e65050d66" }, { - "title": "Victories against AIDS have lessons for COVID-19", + "title": "Omicron blindspots: why it’s hard to track coronavirus variants", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03569-1", - "creator": "Anthony Fauci", - "pubDate": "2021-11-29", + "link": "https://www.nature.com/articles/d41586-021-03698-7", + "creator": "Amy Maxmen", + "pubDate": "2021-12-16", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181252,19 +184499,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e54386fffee4976207c2c1c0f413fd63" + "hash": "ac79625ad526e054ebfe339a020adcab" }, { - "title": "Discrimination still plagues science", + "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/d41586-021-03043-y", - "creator": "Chris Woolston", - "pubDate": "2021-11-29", + "link": "https://www.nature.com/articles/s41586-021-04192-w", + "creator": "Michael R. Line", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181272,19 +184520,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2f82e8fe4b93dfaedb9d7b6a23263e4" + "hash": "083383c47e4db031050d1ef2d9367e2c" }, { - "title": "When scientists gave 1,000 vulnerable people hepatitis over 30 years", + "title": "Author Correction: Half- and quarter-metals in rhombohedral trilayer graphene", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03571-7", - "creator": "Heidi Ledford", - "pubDate": "2021-11-29", + "link": "https://www.nature.com/articles/s41586-021-04181-z", + "creator": "Haoxin Zhou", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181292,19 +184541,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "652b01fc801606bd100519fd7555bc0f" + "hash": "7739ba335a4e6917e9cdc677472e71fe" }, { - "title": "Daily briefing: What happened to the ‘CRISPR babies’?", + "title": "Reply to: On the liquid–liquid phase transition of dense hydrogen", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03590-4", - "creator": "Flora Graham", - "pubDate": "2021-11-29", + "link": "https://www.nature.com/articles/s41586-021-04079-w", + "creator": "Bingqing Cheng", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181312,19 +184562,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8cb27e91a5b735d94edfd4501500fca4" + "hash": "57a03ebf1fe30850abdd72b4ec8f70cc" }, { - "title": "Coronapod: everything we know about the new COVID variant", + "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/d41586-021-03562-8", - "creator": "Noah Baker", - "pubDate": "2021-11-26", + "link": "https://www.nature.com/articles/s41586-021-04178-8", + "creator": "D. Li", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181332,19 +184583,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "44a0dc3f6110fbc922b2d17f9bb9ff97" + "hash": "c3ab0bfc777a84ca2425f5467ace49a0" }, { - "title": "The Importance of Spotting Cancer’s Warning Signs", + "title": "Author Correction: Schizophrenia risk from complex variation of complement component 4", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03402-9", - "creator": "Lauren Gravitz", - "pubDate": "2021-11-26", + "link": "https://www.nature.com/articles/s41586-021-04202-x", + "creator": "Aswin Sekar", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181352,19 +184604,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5a83d28913141604bb490a782fb81e6" + "hash": "d7cbb1b4afe9ff2a57eb68957d5fb4ad" }, { - "title": "Asteroid deflection and disordered diamonds — the week in infographics", + "title": "Pluto's strange ice patterns explained by new theory", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03553-9", - "creator": "", - "pubDate": "2021-11-26", + "link": "https://www.nature.com/articles/d41586-021-03771-1", + "creator": "Nick Petrić Howe", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181372,19 +184625,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5fc2d47aba5e51855c07131942fa0d55" + "hash": "9f1efdf950159fb5a3086b54de5788b2" }, { - "title": "Multiview confocal super-resolution microscopy", + "title": "How the little finches that amazed Darwin battle a vampire fly", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04110-0", - "creator": "Yicong Wu", - "pubDate": "2021-11-26", + "link": "https://www.nature.com/articles/d41586-021-03684-z", + "creator": "", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181392,19 +184646,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c05c45a99805a890d1240069ca6388c7" + "hash": "9a4482c4668f424ee1f515bda7d16cbf" }, { - "title": "Daily briefing: Omicron coronavirus variant puts scientists on alert", + "title": "Merck’s COVID pill and rare ancient skull", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03564-6", - "creator": "Flora Graham", - "pubDate": "2021-11-26", + "link": "https://www.nature.com/articles/d41586-021-03701-1", + "creator": "", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181412,19 +184667,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9ae23927cc6f3ee606f9ae7f640d945" + "hash": "a54c24b08b989704c022f63950bbea97" }, { - "title": "World commits to a pandemic response pact: what's next", + "title": "Ovarian cancer", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03596-y", - "creator": "Amy Maxmen", - "pubDate": "2021-12-01", + "link": "https://www.nature.com/articles/d41586-021-03713-x", + "creator": "Richard Hodson", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181432,19 +184688,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e46802d04855f14d8ac18a4f81eecce" + "hash": "d9d2d521e4bc1bcc751efe06039d8250" }, { - "title": "Outcry as men win outsize share of Australian medical-research funding", + "title": "Silk Road tech transfer: this ancient lyre went global", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03536-w", - "creator": "Holly Else", - "pubDate": "2021-11-26", + "link": "https://www.nature.com/articles/d41586-021-03685-y", + "creator": "", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181452,19 +184709,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "707759625d422f75eb2bb11de2536b0b" + "hash": "5bf9189b82480e8bcfe4ffa908353646" }, { - "title": "The COVID Cancer Effect", + "title": "Tritiation of aryl thianthrenium salts with a molecular palladium catalyst", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03404-7", - "creator": "Usha Lee McFarling", - "pubDate": "2021-11-26", + "link": "https://www.nature.com/articles/s41586-021-04007-y", + "creator": "Da Zhao", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181472,19 +184730,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "80d34c13b1b7e2b5ed0a5b2742fe85d6" + "hash": "36c0dd4d8b97f741ed69dbb3c8a5b4f0" }, { - "title": "The Colon Cancer Conundrum", + "title": "On the liquid–liquid phase transition of dense hydrogen", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03405-6", - "creator": "Cassandra Willyard", - "pubDate": "2021-11-26", + "link": "https://www.nature.com/articles/s41586-021-04078-x", + "creator": "Valentin V. Karasiev", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181492,19 +184751,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c823a05d724b6a2a398dc7845078341" + "hash": "6aee08f24a53f2c8c7649c691b4f539d" }, { - "title": "EverLife", + "title": "Detecting spins by their fluorescence with a microwave photon counter", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03556-6", - "creator": "Michael García Juelle", - "pubDate": "2021-11-26", + "link": "https://www.nature.com/articles/s41586-021-04076-z", + "creator": "Emanuele Albertinale", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181512,19 +184772,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e576404cf238c2e041ed2f41d129323" + "hash": "29cb44e72ba964e8e0ab86171cae3d25" }, { - "title": "Trapped in a hotel room: my scientific life in the pandemic", + "title": "Building an allocentric travelling direction signal via vector computation", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03566-4", - "creator": "Jen Lewendon", - "pubDate": "2021-11-26", + "link": "https://www.nature.com/articles/s41586-021-04067-0", + "creator": "Cheng Lyu", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181532,19 +184793,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bb46e20510adffa3193e6a0769b55c4" + "hash": "c328f779b18b5c988ce00ae67c4672b8" }, { - "title": "We Must Improve Equity in Cancer Screening", + "title": "Sublimation-driven convection in Sputnik Planitia on Pluto", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03403-8", - "creator": "Melba Newsome", - "pubDate": "2021-11-26", + "link": "https://www.nature.com/articles/s41586-021-04095-w", + "creator": "Adrien Morison", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181552,19 +184814,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "171c3de1e5af02682003d4615aeed40c" + "hash": "df59b0bb9c6c5ff8d782cfe4cececfb7" }, { - "title": "Enhanced fusogenicity and pathogenicity of SARS-CoV-2 Delta P681R mutation", + "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-04266-9", - "creator": "Akatsuki Saito", - "pubDate": "2021-11-25", + "link": "https://www.nature.com/articles/s41586-021-04031-y", + "creator": "Sander M. Vermeulen", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181572,19 +184835,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "03a565bdca7e5ae3d19e1e903aa84738" + "hash": "c561ed0cfa0d78a20205291fe53c174c" }, { - "title": "Heavily mutated Omicron variant puts scientists on alert", + "title": "Biogeochemical extremes and compound events in the ocean", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03552-w", - "creator": "Ewen Callaway", - "pubDate": "2021-11-25", + "link": "https://www.nature.com/articles/s41586-021-03981-7", + "creator": "Nicolas Gruber", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181592,19 +184856,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f0afb1a66a0590a43ec2d2d2a279ffc" + "hash": "3dae1816d5751fc1d044a04cd9aa0ba4" }, { - "title": "Record number of first-time observers get Hubble telescope time", + "title": "Experimental evidence for recovery of mercury-contaminated fish populations", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03538-8", - "creator": "Dalmeet Singh Chawla", - "pubDate": "2021-11-25", + "link": "https://www.nature.com/articles/s41586-021-04222-7", + "creator": "Paul J. Blanchfield", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181612,19 +184877,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee12a6535503bc657cdc441afafb491b" + "hash": "9c9c5e63c9125fb494ba514c9a60537a" }, { - "title": "Our lockdown mentoring plan was a lifeline, and it’s still going", + "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/d41586-021-03551-x", - "creator": "Alexa Ruel", - "pubDate": "2021-11-25", + "link": "https://www.nature.com/articles/s41586-021-04161-3", + "creator": "Yelena Y. Janjigian", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181632,19 +184898,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7c88d04abc702bc006c65e3e981b044" + "hash": "8ad10bc88c4c9ca0ccf2a10865866f01" }, { - "title": "Daily briefing: US braces for ‘fifth wave’ of COVID", + "title": "Single-cell delineation of lineage and genetic identity in the mouse brain", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03559-3", - "creator": "Flora Graham", - "pubDate": "2021-11-25", + "link": "https://www.nature.com/articles/s41586-021-04237-0", + "creator": "Rachel C. Bandler", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181652,19 +184919,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9aae656bdaf06ba0a3a4c11cb8e4d46" + "hash": "16dd50ba622e921aaf1f78f98ded9d3f" }, { - "title": "The N501Y spike substitution enhances SARS-CoV-2 infection and transmission", + "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-04245-0", - "creator": "Yang Liu", - "pubDate": "2021-11-24", + "link": "https://www.nature.com/articles/s41586-021-04220-9", + "creator": "Arman A. Sadybekov", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181672,19 +184940,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e329b9705192aa67feccf6c52979de9" + "hash": "68aa1a5cea52f33afe53b37d8d8c3db4" }, { - "title": "Reply to: Spatial scale and the synchrony of ecological disruption", + "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-03760-4", - "creator": "Christopher H. Trisos", - "pubDate": "2021-11-24", + "link": "https://www.nature.com/articles/s41586-021-04148-0", + "creator": "J. W. Marschalek", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181692,19 +184961,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "72f59ff9f6dffced4febf9160f9e00b0" + "hash": "cde3e9d583c9601c2762893e6f22a561" }, { - "title": "Spatial scale and the synchrony of ecological disruption", + "title": "Observation of Feshbach resonances between a single ion and ultracold atoms", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-03759-x", - "creator": "Robert K. Colwell", - "pubDate": "2021-11-24", + "link": "https://www.nature.com/articles/s41586-021-04112-y", + "creator": "Pascal Weckesser", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181712,19 +184982,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0f4b24fa74eec75164875073b60f9d6" + "hash": "b56feb5d5cb1fac6a65f7ec4809e58d7" }, { - "title": "Neutron beam sheds light on medieval faith and superstition", + "title": "ER proteins decipher the tubulin code to regulate organelle distribution", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03505-3", - "creator": "", - "pubDate": "2021-11-24", + "link": "https://www.nature.com/articles/s41586-021-04204-9", + "creator": "Pengli Zheng", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181732,19 +185003,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "88c8287a9e78a8af4a06388db910f3ee" + "hash": "9d3bf8973d723c6af06d34b1f4f2cba8" }, { - "title": "The surgical solution to congenital heart defects", + "title": "NLRs guard metabolism to coordinate pattern- and effector-triggered immunity", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03517-z", - "creator": "Benjamin Plackett", - "pubDate": "2021-11-24", + "link": "https://www.nature.com/articles/s41586-021-04219-2", + "creator": "Keran Zhai", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181752,19 +185024,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c23495be56e73c657630865a4c36ae41" + "hash": "f7830148407271b4326bd6f73b7af768" }, { - "title": "Tidings from an exploding star make astronomers happy", + "title": "Individual human cortical progenitors can produce excitatory and inhibitory neurons", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03508-0", - "creator": "", - "pubDate": "2021-11-24", + "link": "https://www.nature.com/articles/s41586-021-04230-7", + "creator": "Ryan N. Delgado", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181772,19 +185045,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "87e7aa5810a259d222b2209ecda171c1" + "hash": "2a64f71164c0c9c20252ec733d1ffa2c" }, { - "title": "What the Moderna-NIH COVID vaccine patent fight means for research", + "title": "Fractional Chern insulators in magic-angle twisted bilayer graphene", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03535-x", - "creator": "Heidi Ledford", - "pubDate": "2021-11-30", + "link": "https://www.nature.com/articles/s41586-021-04002-3", + "creator": "Yonglong Xie", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181792,19 +185066,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "96f9f5ee76804d26780d12a49176fcdb" + "hash": "9c48a7732c2cbb9c304bd770dc473e86" }, { - "title": "How jellyfish control their lives", + "title": "Towards the biogeography of prokaryotic genes", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03510-6", - "creator": "", - "pubDate": "2021-11-24", + "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": "Nature", @@ -181812,19 +185087,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6a1827945c162975e40c0b98cfc1ebce" + "hash": "29e8d4a380780d4dbb9917dcfb4c7456" }, { - "title": "The 3D print job that keeps quake damage at bay", + "title": "Uncovering global-scale risks from commercial chemicals in air", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03506-2", - "creator": "", - "pubDate": "2021-11-24", + "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": "Nature", @@ -181832,19 +185108,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "238c280fbfff7d3477add4eca7ee1a8b" + "hash": "3406d26b61927c638ac3c3af0e824c1e" }, { - "title": "How to repair a baby’s broken heart", + "title": "Anatomically distinct fibroblast subsets determine skin autoimmune patterns", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03518-y", - "creator": "Benjamin Plackett", - "pubDate": "2021-11-24", + "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": "Nature", @@ -181852,19 +185129,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6148a0961cbfb039c5d8758a704cbffc" + "hash": "beddfa8c6d6f8a766359ef055d6f086f" }, { - "title": "Researcher careers under the microscope: salary satisfaction and COVID impacts", + "title": "Quantum theory based on real numbers can be experimentally falsified", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03537-9", - "creator": "Shamini Bundell", - "pubDate": "2021-11-24", + "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": "Nature", @@ -181872,19 +185150,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c3cde882d85bd45056cce2ecb7295a2" + "hash": "cb5f1d632084880fdf802c97debafb3e" }, { - "title": "Hard times tear coupled seabirds apart", + "title": "Spatial genomics enables multi-modal study of clonal heterogeneity in tissues", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03509-z", - "creator": "", - "pubDate": "2021-11-24", + "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": "Nature", @@ -181892,19 +185171,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ef68bf82e80318dacc8c4a35bfb9752" + "hash": "c72aa36ed370975349d08f99f37d0cbc" }, { - "title": "Video: Babies with misshapen hearts", + "title": "Transforming representations of movement from body- to world-centric space", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03519-x", - "creator": "", - "pubDate": "2021-11-24", + "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": "Nature", @@ -181912,19 +185192,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a257c32a5bde8d948b39bdf7fd45f2b" + "hash": "9ef6f424c715594b928744019ef5c127" }, { - "title": "Artificial heavy fermions in a van der Waals heterostructure", + "title": "Deep-mantle krypton reveals Earth’s early accretion of carbonaceous matter", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04021-0", - "creator": "Viliam Vaňo", - "pubDate": "2021-11-24", + "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": "Nature", @@ -181932,19 +185213,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "35a149a841c59910e266910022e414c6" + "hash": "c21eff73b0d50c4ebce8923ce8f508d4" }, { - "title": "ecDNA hubs drive cooperative intermolecular oncogene expression", + "title": "Daily briefing: Thwaites Glacier closer to collapse", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04116-8", - "creator": "King L. Hung", - "pubDate": "2021-11-24", + "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": "Nature", @@ -181952,19 +185234,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7effdd55edcccc21b24dc252f5233419" + "hash": "c615ef0c326723fc35c82e4ef1e5107d" }, { - "title": "The CLIP1–LTK fusion is an oncogenic driver in non‐small‐cell lung cancer", + "title": "The origins of ovarian cancer", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04135-5", - "creator": "Hiroki Izumi", - "pubDate": "2021-11-24", + "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": "Nature", @@ -181972,19 +185255,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f65b2a9787283fd6b401e065027b043b" + "hash": "fd8e57522924e332366b76c1018a6537" }, { - "title": "Ultrahard bulk amorphous carbon from collapsed fullerene", + "title": "Replicating scientific results is tough — but essential", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-03882-9", - "creator": "Yuchen Shang", - "pubDate": "2021-11-24", + "link": "https://www.nature.com/articles/d41586-021-03736-4", + "creator": "", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -181992,19 +185276,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbe008bd5cd0ac5229faa7c30ee21cef" + "hash": "63448d57a7cc491cad9f4f8376b57cbb" }, { - "title": "Electron-beam energy reconstruction for neutrino oscillation measurements", + "title": "Evidence of racism found at prestigious London university", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04046-5", - "creator": "M. Khachatryan", - "pubDate": "2021-11-24", + "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": "Nature", @@ -182012,19 +185297,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "37ec08e437f807891efde35e717eb348" + "hash": "161cd46e2e44c4bbf008c7483849e332" }, { - "title": "Fam72a enforces error-prone DNA repair during antibody diversification", + "title": "Stomach cancer gets a triple punch of therapy", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04093-y", - "creator": "Mélanie Rogier", - "pubDate": "2021-11-24", + "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": "Nature", @@ -182032,19 +185318,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c8c758b57745d6519b97980c36480da" + "hash": "52a52b363632bab13ebe0c1bd46d23c6" }, { - "title": "Aldehyde-driven transcriptional stress triggers an anorexic DNA damage response", + "title": "A virtual drug-screening approach to conquer huge chemical libraries", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04133-7", - "creator": "Lee Mulderrig", - "pubDate": "2021-11-24", + "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": "Nature", @@ -182052,19 +185339,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "695a1cb0f5de75469214892c01beca00" + "hash": "9b4afa604d6250dca1e7004ab29f6ef7" }, { - "title": "The human microbiome encodes resistance to the antidiabetic drug acarbose", + "title": "Why Black women with ovarian cancer require greater focus", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04091-0", - "creator": "Jared Balaich", - "pubDate": "2021-11-24", + "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": "Nature", @@ -182072,19 +185360,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e7e3696689462b4bca9759f9a07eb3d8" + "hash": "f3ea341ac9ba5c050a339506aed69af8" }, { - "title": "Contextual inference underlies the learning of sensorimotor repertoires", + "title": "Alternatives to standard quantum theory ruled out", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04129-3", - "creator": "James B. Heald", - "pubDate": "2021-11-24", + "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": "Nature", @@ -182092,19 +185381,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d9658d841740fdbc2584efc08d92be6" + "hash": "4515577c347fa77aadac37f279c9cb34" }, { - "title": "Mechanism for the activation of the anaplastic lymphoma kinase receptor", + "title": "Innovative therapies to tackle platinum-resistant ovarian cancer", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04140-8", - "creator": "Andrey V. Reshetnyak", - "pubDate": "2021-11-24", + "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": "Nature", @@ -182112,19 +185402,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca3038b31241e899cdcf617d525665f1" + "hash": "8fbbe97bec2f1b36e9a17daf4372d75b" }, { - "title": "On-chip electro-optic frequency shifters and beam splitters", + "title": "‘Hard’ skills from our PhDs remain relevant beyond academia", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-03999-x", - "creator": "Yaowen Hu", - "pubDate": "2021-11-24", + "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": "Nature", @@ -182132,19 +185423,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1e60c5bf63558a5e532a9080b4240fd" + "hash": "5f84096211c80b00cc30881c742dd023" }, { - "title": "Quantum gas magnifier for sub-lattice-resolved imaging of 3D quantum systems", + "title": "The promise and pitfalls of gene testing for cancer risk", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04011-2", - "creator": "Luca Asteria", - "pubDate": "2021-11-24", + "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": "Nature", @@ -182152,19 +185444,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2cc6cfa810969a1d384363787766a700" + "hash": "6e86f44c58931186c52eba551f49b06e" }, { - "title": "Mechanical forcing of the North American monsoon by orography", + "title": "A shared origin for cortical excitatory neurons and interneurons", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-03978-2", - "creator": "William R. Boos", - "pubDate": "2021-11-24", + "link": "https://www.nature.com/articles/d41586-021-03664-3", + "creator": "", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -182172,19 +185465,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f625ad399d6781f572e8e2b9a6b94a6e" + "hash": "c0fa0d5466806c008fc35262101acee0" }, { - "title": "Synthesis of paracrystalline diamond", + "title": "Decision makers need constantly updated evidence synthesis", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04122-w", - "creator": "Hu Tang", - "pubDate": "2021-11-24", + "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": "Nature", @@ -182192,19 +185486,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f37cf4f03397c6e4902a7f8bc61368b0" + "hash": "5b5265260c5cfb84f911b64597d7c8ee" }, { - "title": "IL-27 signalling promotes adipocyte thermogenesis and energy expenditure", + "title": "Ovarian cancer and the microbiome: a complex relationship", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04127-5", - "creator": "Qian Wang", - "pubDate": "2021-11-24", + "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": "Nature", @@ -182212,19 +185507,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d9180493c20019c3a35e9bc84afa50cd" + "hash": "d60f8b294d9b6fa6df098e6a764869a3" }, { - "title": "Colossal angular magnetoresistance in ferrimagnetic nodal-line semiconductors", + "title": "A new partner", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04028-7", - "creator": "Junho Seo", - "pubDate": "2021-11-24", + "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": "Nature", @@ -182232,19 +185528,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4fff63101c4e188a1d3cf8be92a66160" + "hash": "47aa65a5cb9d0bb9c263fc63a40305f7" }, { - "title": "A multi-scale map of cell structure fusing protein images and interactions", + "title": "What’s next for PARP inhibitors?", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04115-9", - "creator": "Yue Qin", - "pubDate": "2021-11-24", + "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": "Nature", @@ -182252,19 +185549,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "15028cfb1f682a44324c5b49d8b24a7b" + "hash": "df49d5edcb4e7b1cf0ad63ce922ea22d" }, { - "title": "Distribution control enables efficient reduced-dimensional perovskite LEDs", + "title": "Clarifying the burden of ovarian cancer", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-03997-z", - "creator": "Dongxin Ma", - "pubDate": "2021-11-24", + "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": "Nature", @@ -182272,19 +185570,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "50adc80dff8d7270008c81c3bab2390d" + "hash": "f37d51a3972ab5b57678b1a37429ec74" }, { - "title": "Structural basis for ligand reception by anaplastic lymphoma kinase", + "title": "How to make ovarian cancer screening work for patients", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04141-7", - "creator": "Tongqing Li", - "pubDate": "2021-11-24", + "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": "Nature", @@ -182292,19 +185591,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfc88808e75d5892bb0b2201dca67c92" + "hash": "4f6225df002657c4145f9f898e5251d0" }, { - "title": "Mechanical actions of dendritic-spine enlargement on presynaptic exocytosis", + "title": "Nature’s 10: ten people who helped shape science in 2021", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04125-7", - "creator": "Hasan Ucar", - "pubDate": "2021-11-24", + "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": "Nature", @@ -182312,19 +185612,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ddf4d6104a6ab34411f20c5a8c22ce3c" + "hash": "e2ec1ef46f276dfca7ac3e14bf8b90b5" }, { - "title": "FAM72A antagonizes UNG2 to promote mutagenic repair during antibody maturation", + "title": "Stretchy electronics go wireless for flexible wearables", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04144-4", - "creator": "Yuqing Feng", - "pubDate": "2021-11-24", + "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": "Nature", @@ -182332,19 +185633,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "254c88e9d44ea5781fffb15f33ebc761" + "hash": "9bf9623beda327af86955dec63232efe" }, { - "title": "Want research integrity? Stop the blame game", + "title": "Lift off! The biggest known flying creature had an explosive launch", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03493-4", - "creator": "Malcolm Macleod", - "pubDate": "2021-11-24", + "link": "https://www.nature.com/articles/d41586-021-03677-y", + "creator": "", + "pubDate": "2021-12-14", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -182352,19 +185654,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0fa60a23ab5746eb9057d134526648e" + "hash": "e70abc8c75fd6820de549774faebe209" }, { - "title": "Women and the environment: power on the ground and in academia", + "title": "Remembering a pioneer in biotechnology", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03524-0", - "creator": "Nuria Pistón", - "pubDate": "2021-11-24", + "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": "Nature", @@ -182372,19 +185675,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d43028ef448df890cae943e853b55f60" + "hash": "04a0c809361b67a48c25018e0a1c3c50" }, { - "title": "How record wildfires are harming human health", + "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-03496-1", - "creator": "Max Kozlov", - "pubDate": "2021-11-24", + "link": "https://www.nature.com/articles/d41586-021-03683-0", + "creator": "", + "pubDate": "2021-12-14", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -182392,19 +185696,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf0b6fd138eda32430246c5a23346c81" + "hash": "73b3c11a4a87d0f42a1106d69bcb61a6" }, { - "title": "Researchers at risk in Afghanistan need better tools to find help", + "title": "Prepare PhD holders for different career tracks", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03515-1", - "creator": "", - "pubDate": "2021-11-24", + "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": "Nature", @@ -182412,19 +185717,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9bcf7be5bd84b5d24c7752e488f54f5" + "hash": "92d232744346c6910f1ab2a1b9ab4941" }, { - "title": "Electrons reveal the need for improved neutrino models", + "title": "From the archive", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03456-9", - "creator": "Noemi Rocco", - "pubDate": "2021-11-24", + "link": "https://www.nature.com/articles/d41586-021-03679-w", + "creator": "", + "pubDate": "2021-12-14", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -182432,19 +185738,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "502499a7c1ff0a29f5f7977494fa066a" + "hash": "01ef516c9e34d64bc5ce70d540dc56d5" }, { - "title": "COVID deaths, gravitational waves and pandemic PhD supervision", + "title": "Harvard chemist on trial: a guide to the Charles Lieber case", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03494-3", - "creator": "", - "pubDate": "2021-11-24", + "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": "Nature", @@ -182452,19 +185759,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "04dbe85cb980ac4cb33788841c452f94" + "hash": "c0c8df48350610b30f74c8d6e5c85589" }, { - "title": "Context is key for learning motor skills", + "title": "The loss of the world’s frozen places", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03028-x", - "creator": "Anne G. E. Collins", - "pubDate": "2021-11-24", + "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": "Nature", @@ -182472,19 +185780,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d400a949e9ed6ffeab36ef3201e821f" + "hash": "ad0036c94fe5cd30f786f3351f27ffa2" }, { - "title": "Venetian blinds", + "title": "The science news that shaped 2021: Nature’s picks", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03525-z", - "creator": "Gretchen Tessmer", - "pubDate": "2021-11-24", + "link": "https://www.nature.com/articles/d41586-021-03734-6", + "creator": "", + "pubDate": "2021-12-14", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -182492,19 +185801,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "85b7f0abaf0a88342c184eaa90d467c5" + "hash": "0b9d9ddd8b1937671cbfcd8a0f9839e5" }, { - "title": "Is this mammoth-ivory pendant Eurasia's oldest surviving jewellery?", + "title": "Giant cracks push imperilled Antarctic glacier closer to collapse", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03534-y", - "creator": "Tosin Thompson", - "pubDate": "2021-11-29", + "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": "Nature", @@ -182512,19 +185822,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6e0f8de1cd99a1ec14fdd83c041c175" + "hash": "5a6bbaebd5be49a5b63fa5ecf4671d6e" }, { - "title": "Forceful synapses reveal mechanical interactions in the brain", + "title": "Finding mental-health clarity under pandemic pressures", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03516-0", - "creator": "", - "pubDate": "2021-11-24", + "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": "Nature", @@ -182532,19 +185843,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a60daa5e728c0c6c85e4fdc967e31c6" + "hash": "715ef3c112889ee5e153e040794804e3" }, { - "title": "Daily briefing: ‘Incident’ delays launch of the James Webb Space Telescope", + "title": "Daily briefing: COVID ‘super-immunity’ might wane over time", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03544-w", + "link": "https://www.nature.com/articles/d41586-021-03765-z", "creator": "Flora Graham", - "pubDate": "2021-11-24", + "pubDate": "2021-12-14", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -182552,19 +185864,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "68cf47d57b6f6edca768c17a966f4b9b" + "hash": "838fb799abe6130ba65455e2f9f6a585" }, { - "title": "How to make macroscale non-crystalline diamonds", + "title": "NASA spacecraft ‘touches’ the Sun for the first time ever", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-02957-x", - "creator": "Alfonso San-Miguel", - "pubDate": "2021-11-24", + "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": "Nature", @@ -182572,19 +185885,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "494d0db5d77a05d89c671c97a62c0bce" + "hash": "e77623545d32615b5d456820df190e02" }, { - "title": "A COVID-19 peptide vaccine for the induction of SARS-CoV-2 T cell immunity", + "title": "Gender balance at Nature Conferences: an update", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04232-5", - "creator": "Jonas S. Heitmann", - "pubDate": "2021-11-23", + "link": "https://www.nature.com/articles/d41586-021-03735-5", + "creator": "", + "pubDate": "2021-12-14", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -182592,19 +185906,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9ca5edb3eb78b4424d1276ca6137b8b" + "hash": "1cc19b8f3dd01dbdebcfc426a2f8dc0a" }, { - "title": "Support deaf participants at virtual conferences", + "title": "Depression and anxiety ‘the norm’ for UK PhD students", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03487-2", - "creator": "Denis Meuthen", - "pubDate": "2021-11-23", + "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": "Nature", @@ -182612,19 +185927,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "58495be646209f03227e1dd1f8e8231a" + "hash": "9e5d1c4d67a1333ebee0b70005a4242a" }, { - "title": "Science community steps up to reform open access", + "title": "India — stop looking down on international collaborations", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03485-4", - "creator": "Geoffrey Boulton", - "pubDate": "2021-11-23", + "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": "Nature", @@ -182632,19 +185948,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a39e7a27b5298effb62a342d0537b4b" + "hash": "896884505acaebc80298bf9cc361fddf" }, { - "title": "From the archive", + "title": "Something in the air: gathering dust that’s crossed an ocean", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03457-8", - "creator": "", - "pubDate": "2021-11-23", + "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": "Nature", @@ -182652,19 +185969,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "41793ddd5216645eb0d0521516023298" + "hash": "6ece82ae33d930b6ea20abb97fbd0004" }, { - "title": "Earth is headed for well over two degrees of warming", + "title": "What Sci-Hub’s latest court battle means for research", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03507-1", - "creator": "", - "pubDate": "2021-11-23", + "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": "Nature", @@ -182672,19 +185990,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4d16b83004276c027256496995362c3" + "hash": "df633edcf79b38afc0ec8e7bcae84f01" }, { - "title": "Ditch gendered terminology for cell division", + "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-03490-7", - "creator": "Peter White", - "pubDate": "2021-11-23", + "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": "Nature", @@ -182692,19 +186011,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c05f4f7501661edcf143b97ef6d9cb73" + "hash": "b745af22c9c980788d31a6b15481d97e" }, { - "title": "Mini-machine can chop and channel proteins", + "title": "Daily briefing: Merck downgrades COVID pill results", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03502-6", - "creator": "", - "pubDate": "2021-11-22", + "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": "Nature", @@ -182712,19 +186032,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "465c7e12d1718776f7343a0dfbfb3590" + "hash": "863dd1efe58902b88f91d432726a72e8" }, { - "title": "Ahmedabad: local data beat the heat", + "title": "Waning COVID super-immunity raises questions about Omicron", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03486-3", - "creator": "Priya Dutta", - "pubDate": "2021-11-23", + "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": "Nature", @@ -182732,19 +186053,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ed75e897566df07c154c5d96b6888d0" + "hash": "aac2715495a445b0290f84b40bf4b672" }, { - "title": "Artificial intelligence powers protein-folding predictions", + "title": "How the mixed-race mestizo myth warped science in Latin America", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03499-y", - "creator": "Michael Eisenstein", - "pubDate": "2021-11-23", + "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": "Nature", @@ -182752,19 +186074,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a33cbc80216082eca0d9bc8f8fb3935" + "hash": "f742f45d1d3deecab893b615669a71bd" }, { - "title": "How burnout and imposter syndrome blight scientific careers", + "title": "The best science images of 2021", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03042-z", - "creator": "Chris Woolston", - "pubDate": "2021-11-23", + "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": "Nature", @@ -182772,19 +186095,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "103f8bc9b162fe46a4d20d170336a863" + "hash": "431eea931a26a7f9327f0c237358b958" }, { - "title": "Do vaccines protect against long COVID? What the data say", + "title": "Why the ‘wobbly bridge’ did its infamous shimmy", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03495-2", - "creator": "Heidi Ledford", - "pubDate": "2021-11-23", + "link": "https://www.nature.com/articles/d41586-021-03675-0", + "creator": "", + "pubDate": "2021-12-10", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -182792,19 +186116,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "445121e49f3092a7a69e764c32c21714" + "hash": "1b73aade2a34df049f3501a7cf3bbc38" }, { - "title": "US astronomy has ambitious plans — but it needs global partners", + "title": "COVID evolution and the Webb telescope — the week in infographics", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03514-2", + "link": "https://www.nature.com/articles/d41586-021-03694-x", "creator": "", - "pubDate": "2021-11-23", + "pubDate": "2021-12-10", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -182812,19 +186137,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f04c2969c5c559df22d3c8c913c79d40" + "hash": "ca4f761afe1837fca32274955ad6fb23" }, { - "title": "All-nighter: staying up to fight malaria", + "title": "To beat Omicron, Delta and bird flu, Europe must pull together", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03500-8", - "creator": "Brendan Maher", - "pubDate": "2021-11-22", + "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": "Nature", @@ -182832,19 +186158,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "418c58e7853b85c15b618c5a344bce44" + "hash": "479ef6e3c698a60e75ad7df5b0924b7d" }, { - "title": "The art critic in the machine tells forgeries from the real thing", + "title": "Coronapod: vaccines and long COVID, how protected are you?", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03447-w", - "creator": "", - "pubDate": "2021-11-22", + "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": "Nature", @@ -182852,19 +186179,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "93d75c1035f70abe173ad56a2087eb2f" + "hash": "64f50bbcecec943c8f73593337704a78" }, { - "title": "Battery-powered trains offer a cost-effective ride to a cleaner world", + "title": "Heatwaves afflict even the far north’s icy seas", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03448-9", + "link": "https://www.nature.com/articles/d41586-021-03676-z", "creator": "", - "pubDate": "2021-11-22", + "pubDate": "2021-12-10", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", @@ -182872,19 +186200,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5b761cd343005ea7425e98a56a72627" + "hash": "4822797c127f82a060b0d52c317e7988" }, { - "title": "Michael Rutter (1933–2021)", + "title": "Chile: elect a president to strengthen climate action, not weaken it", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03498-z", - "creator": "Uta Frith", - "pubDate": "2021-11-22", + "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": "Nature", @@ -182892,5653 +186221,6152 @@ "favorite": false, "created": false, "tags": [], - "hash": "0380dd2184c0ed92d29ffe1f0564752d" + "hash": "fa6c96fe9a146279aa1aaa4f5788eb84" }, { - "title": "Heavily mutated coronavirus variant puts scientists on alert", + "title": "Managing up: how to communicate effectively with your PhD adviser", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03552-w", - "creator": "Ewen Callaway", - "pubDate": "2021-11-25", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eed79f99dd4dbe5bac9452d4ad978af4" + "hash": "fbc86f87aa97a153feb13e2d387a7ec1" }, { - "title": "Daily briefing: What we know about vaccines and long COVID", + "title": "Bringing back the stars", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03531-1", - "creator": "Flora Graham", - "pubDate": "2021-11-23", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1e3c3d549d3ed7ca24e036185c60b090" + "hash": "dd0f1497ed81446787fbefced8b418e4" }, { - "title": "China creates vast research infrastructure to support ambitious climate goals", + "title": "Daily briefing: Earliest remains of domestic dogs in the Americas", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03491-6", - "creator": "Smriti Mallapaty", - "pubDate": "2021-11-22", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "78fed7ce7627b66ba9b501c848dd6219" + "hash": "d795431e2a21be73343ee90e43e00906" }, { - "title": "Cuba’s bet on home-grown COVID vaccines is paying off", + "title": "DeepMind AI tackles one of chemistry’s most valuable techniques", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03470-x", - "creator": "Sara Reardon", - "pubDate": "2021-11-22", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b12673feeb01bba489ca515b67a77e31" + "hash": "9f8455130284e1ceb829b7688c2062b4" }, { - "title": "How dogs became humans’ best friends: from Neanderthals to now", + "title": "The race to make vaccines for a dangerous respiratory virus", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03497-0", - "creator": "Josie Glausiusz", - "pubDate": "2021-11-22", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6cb078116e5143410a4c0706e17fb7c1" + "hash": "0d5b6ccd9e5407710a46a0c3ad6a2c3b" }, { - "title": "Daily briefing: Adoption advice for academics", + "title": "Malaria protection due to sickle haemoglobin depends on parasite genotype", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03528-w", - "creator": "Flora Graham", - "pubDate": "2021-11-22", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6da7b317ec780ddeaf2c4f9f2dda6f84" + "hash": "2d349d253e42f5018906a424571376d4" }, { - "title": "First quantum computer to pack 100 qubits enters crowded race", + "title": "Snake escape: imported reptiles gobble an island’s lizards", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03476-5", - "creator": "Philip Ball", - "pubDate": "2021-11-19", + "link": "https://www.nature.com/articles/d41586-021-03647-4", + "creator": "", + "pubDate": "2021-12-09", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "db652ed21bc43fd7ca312eb29726f25c" + "hash": "43b03bc65f43399882e07f5295d3166d" }, { - "title": "This microbe works a toxic metal into a weapon against its foes", + "title": "Running of the bulls tramples the laws of crowd dynamics", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03477-4", + "link": "https://www.nature.com/articles/d41586-021-03645-6", "creator": "", - "pubDate": "2021-11-19", + "pubDate": "2021-12-09", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "08783d8cb01e93548136d1988210a205" + "hash": "a03059f55bad1e0a1052f2058b410a91" }, { - "title": "Defining Alzheimer’s, and the climate costs of AI: Books in brief", + "title": "Nervous stomach: lab-grown organs clench like the real thing", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03484-5", - "creator": "Andrew Robinson", - "pubDate": "2021-11-19", + "link": "https://www.nature.com/articles/d41586-021-03648-3", + "creator": "", + "pubDate": "2021-12-09", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8c2a2701cd9f271078d5ed6e932f0387" + "hash": "9bf15032e0e0705d1a076c5f6f38bb3d" }, { - "title": "COVID’s career impact and embryo secrets — the week in infographics", + "title": "Why cannabis reeks of skunk", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03478-3", + "link": "https://www.nature.com/articles/d41586-021-03650-9", "creator": "", - "pubDate": "2021-11-19", + "pubDate": "2021-12-09", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0b8565b86e24777e8298a6d652384f83" + "hash": "5ea2a6d134efc48f71bc3bc6c290fa1b" }, { - "title": "Scientists question Max Planck Society’s treatment of women leaders", + "title": "The power of genetic diversity in genome-wide association studies of lipids", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03492-5", - "creator": "Alison Abbott", - "pubDate": "2021-11-19", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c24c3f6f3180afed7a5ede3b5eeafe2a" + "hash": "697a1129d7855565e9dcb00494532f94" }, { - "title": "Star Corps Crew Manual Section 15-A37: On Mental Dislocation", + "title": "Half of top cancer studies fail high-profile reproducibility effort", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03398-2", - "creator": "Marissa Lingen", - "pubDate": "2021-11-19", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fe2bb68d0205b592108fb031b3275647" + "hash": "0b48f2e9d1c4e60c80110b60620057aa" }, { - "title": "Daily briefing: NASA spacecraft will die trying to deflect an asteroid", + "title": "Major cholesterol study reveals benefits of examining diverse populations", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03504-4", - "creator": "Flora Graham", - "pubDate": "2021-11-19", + "link": "https://www.nature.com/articles/d41586-021-02998-2", + "creator": "", + "pubDate": "2021-12-09", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "83161fab1ec3e1a3d75c50e4b5d17737" + "hash": "a93fa8ac0a20edef6e97858b812123c9" }, { - "title": "NASA spacecraft will slam into asteroid in first planetary-defence test", + "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-03471-w", - "creator": "Alexandra Witze", - "pubDate": "2021-11-19", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "65c577c539228d26ace9ab5f05e5b720" + "hash": "0cc03e00ea93f4ab3034d4caf1cbaa80" }, { - "title": "Adopting as academics: what we learnt", + "title": "Architecture of the chloroplast PSI-NDH supercomplex in Hordeum vulgare", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03482-7", - "creator": "Tony Ly", - "pubDate": "2021-11-18", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ee8f843ce7f8b07fd298f770b7c6fc8c" + "hash": "e1a8331327af9537adf959f9a775f72a" }, { - "title": "Do childhood colds help the body respond to COVID?", + "title": "Research outliers among universities under 50", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03087-0", - "creator": "Rachel Brazil", - "pubDate": "2021-11-18", + "link": "https://www.nature.com/articles/d41586-021-03632-x", + "creator": "", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6f935101591ba16ab17bb0220f513bdc" + "hash": "fab185fef9fdd4dd18394cb5187a460a" }, { - "title": "Europe’s COVID death toll could rise by hundreds of thousands", + "title": "Universities under 50 chart a clear roadmap for the future", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03455-w", - "creator": "Smriti Mallapaty", - "pubDate": "2021-11-18", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d00536606025b3ea4704f6518474956" + "hash": "2bf3d249598ebb4a9f2c89ae1776f416" }, { - "title": "Genome surveillance by HUSH-mediated silencing of intronless mobile elements", + "title": "How 'megastudies' are changing behavioural science", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04228-1", - "creator": "Marta Seczynska", - "pubDate": "2021-11-18", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "47da5697e00922c9dfeef2b83d4e5b21" + "hash": "dcb4bacc76d4b1ac53d99acf505f0718" }, { - "title": "Optimization of Non-Coding Regions for a Non-Modified mRNA COVID-19 Vaccine", + "title": "‘Sky river’ brought Iran deadly floods but also welcome water", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04231-6", - "creator": "Makda S. Gebre", - "pubDate": "2021-11-18", + "link": "https://www.nature.com/articles/d41586-021-03646-5", + "creator": "", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c0c5c2ad27c2afdcec22eb4dc7d53c87" + "hash": "e8c79730e1721d5c91c1de149b06bca7" }, { - "title": "CRISPR screens unveil signal hubs for nutrient licensing of T cell immunity", + "title": "Megastudies improve the impact of applied behavioural science", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04109-7", - "creator": "Lingyun Long", - "pubDate": "2021-11-18", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "387f967a8eab8f2b8d12bfdb4df3fe27" + "hash": "1eebd8837260f1aee44ce5fcce943e19" }, { - "title": "Daily briefing: Second person found to have ‘naturally’ eradicated HIV", + "title": "Structures of the σ2 receptor enable docking for bioactive ligand discovery", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03489-0", - "creator": "Flora Graham", - "pubDate": "2021-11-18", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "88c219612c266cf250bb6c2051a9e4d0" + "hash": "bcd52c4b4494ef73e6897ef635d93c3c" }, { - "title": "First Nations communities bring expertise to Canada’s scientific research", + "title": "Collective durotaxis along a self-generated stiffness gradient in vivo", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03060-x", - "creator": "Brian Owens", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d74bbaa6e9b2276e8ce9dfabaa4863bd" + "hash": "fd2e414198c55a9b072587aebfe9bed1" }, { - "title": "Cerebellar neurons that curb food consumption", + "title": "Structure of pathological TDP-43 filaments from ALS with FTLD", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03383-9", - "creator": "Richard Simerly", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7a2cf7b2cfab8ce253ba3f0c171fde92" + "hash": "aea5c539b62d894212fdadbf3fd879b1" }, { - "title": "Millions of helpline calls reveal how COVID affected mental health", + "title": "Gut microbiota modulates weight gain in mice after discontinued smoke exposure", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03454-x", - "creator": "Heidi Ledford", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1930a2e08a458bd5fbb0115020c8ab5e" + "hash": "c369d8ae36f3bfe7cd07589cf1850d46" }, { - "title": "A peek into the black box of human embryology", + "title": "Non-genetic determinants of malignant clonal fitness at single-cell resolution", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03381-x", - "creator": "Alexander Goedel", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "794ad66cdc34df9842ec5c0f6156bea0" + "hash": "962af1ed3a3f896124226b7ad2fbbeb2" }, { - "title": "Polar bear researchers struggle for air time", + "title": "High-frequency and intrinsically stretchable polymer diodes", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03063-8", - "creator": "Chris Woolston", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ac5d9c2140eaa522c9cdef74c1ea52ae" + "hash": "74766a3688e331c47f979f15a8db84e3" }, { - "title": "Canada’s researchers call for a return to stated science ambitions", + "title": "Structure and mechanism of the SGLT family of glucose transporters", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03059-4", - "creator": "Brian Owens", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4a7121a848b64200e8dafd8a39ef0976" + "hash": "113009321d3bc6cdb4ec8fdfb8b414a8" }, { - "title": "Daily briefing: Time to rewrite the textbooks on chemical-bond strength", + "title": "Exercise plasma boosts memory and dampens brain inflammation via clusterin", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03480-9", - "creator": "Flora Graham", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4c7cd64bb418307dab50871c3226bffb" + "hash": "8158f8cb79aadc3f8f4a4a7721be2fce" }, { - "title": "How Canada stacks up in science against its closest competitors", + "title": "The emergence, genomic diversity and global spread of SARS-CoV-2", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03061-w", - "creator": "", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0f493d8f934ee2361fdde6b15cf5245e" + "hash": "a4d064222d633a248c3affdf137609d8" }, { - "title": "Welcome home", + "title": "A wide-orbit giant planet in the high-mass b Centauri binary system", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03396-4", - "creator": "Beth Cato", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f70fc617e92fb584a70f36171fb6971b" + "hash": "5652ac522c24bb8528133d47fbca1a00" }, { - "title": "Iodine powers low-cost engines for satellites", + "title": "A constraint on historic growth in global photosynthesis due to increasing CO2", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03384-8", - "creator": "Igor Levchenko", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aec73a058549fdd5aeacb260bd183994" + "hash": "869f0f54d2c85920e273d5563432cc6b" }, { - "title": "Helpline data used to monitor population distress in a pandemic", + "title": "Giant modulation of optical nonlinearity by Floquet engineering", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03038-9", - "creator": "Cindy H. Liu", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b09a792962110233733d13db8f6457e3" + "hash": "06ba7af0d267281e456f0f2d2c77f50a" }, { - "title": "It’s a snap: the friction-based physics behind a common gesture", + "title": "β-NAD as a building block in natural product biosynthesis", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03444-z", - "creator": "", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "baa32060acc036f395da17b085bae95b" + "hash": "a4d0d2cc98f6310ff7400609bb270548" }, { - "title": "Canada’s scientific strength depends on greater support for innovation", + "title": "Unrepresentative big surveys significantly overestimated US vaccine uptake", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03058-5", - "creator": "Bec Crew", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "30b65a8211d74ff50a1c112e2325b381" + "hash": "6597892a5df4d1b2e592a2d2be2e893e" }, { - "title": "Sea squirts teach new lessons in evolution", + "title": "Adaptive stimulus selection for consolidation in the hippocampus", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03475-6", - "creator": "Shamini Bundell", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "674b88dcb9b9d863a7952a7ba57b6287" + "hash": "c6ccaac26bdea820a570e93c50949285" }, { - "title": "A guide to the Nature Index", + "title": "A hormone complex of FABP4 and nucleoside kinases regulates islet function", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03065-6", - "creator": "", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "506cd85df5c76e54deeea3c966030ac9" + "hash": "741f7cc94a7b6d1fda80571126321777" }, { - "title": "Even organic pesticides spur change in the wildlife next door", + "title": "Combinatorial, additive and dose-dependent drug–microbiome associations", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03445-y", - "creator": "", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4ac82649d9b618b14505fedf066366a9" + "hash": "cc2a6d9be39c789353e1bdd15082beb7" }, { - "title": "Independent infections of porcine deltacoronavirus among Haitian children", + "title": "Structural basis of inhibition of the human SGLT2–MAP17 glucose transporter", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04111-z", - "creator": "John A. Lednicky", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "83c075b8036979f35abc9ad98f12c689" + "hash": "d4a5d294dfc9d323610819bb74ce47b2" }, { - "title": "Observation of universal ageing dynamics in antibiotic persistence", + "title": "Sex-specific chromatin remodelling safeguards transcription in germ cells", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04114-w", - "creator": "Yoav Kaplan", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5445626d850ca173f6e2bddd0a22eeaa" + "hash": "c2743bf867174e3bcf60ca66dcc24fbd" }, { - "title": "In-orbit demonstration of an iodine electric propulsion system", + "title": "Industry demand drives innovation", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04015-y", - "creator": "Dmytro Rafalskyi", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "23f579d006baef7d5b88ddffde6d2d46" + "hash": "9fe88a4d4daee82cd3944212a6dbfde4" }, { - "title": "Cell-type specialization is encoded by specific chromatin topologies", + "title": "A heritable, non-genetic road to cancer evolution", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04081-2", - "creator": "Warren Winick-Ng", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dbe81a25bf57a0c17aeaa3f8ee978c65" + "hash": "b205ed75398c2781af78e958343ff92a" }, { - "title": "Structure, function and pharmacology of human itch GPCRs", + "title": "Omicron likely to weaken COVID vaccine protection", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04126-6", - "creator": "Can Cao", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a5698eb9e92bab17415e711747cfa79" + "hash": "af5edf898f8c147c4b36b3e1106f9129" }, { - "title": "Cardiopharyngeal deconstruction and ancestral tunicate sessility", + "title": "Brazil is in water crisis — it needs a drought plan", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04041-w", - "creator": "Alfonso Ferrández-Roldán", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "603470581fd1cd2fc5d6b4cd1f37a723" + "hash": "26ecba20ecfe03d7e53e93cb953ddfa9" }, { - "title": "Isolation and characterization of a californium metallocene", + "title": "What surveys really say", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04027-8", - "creator": "Conrad A. P. Goodwin", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "492a25e98089390c6abf60c021ede6c6" + "hash": "166ad68387b24644fa493e812d7f8d83" }, { - "title": "Approaching the intrinsic exciton physics limit in two-dimensional semiconductor diodes", + "title": "Metal planet, COVID pact and Hubble telescope time", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-03949-7", - "creator": "Peng Chen", - "pubDate": "2021-11-17", + "link": "https://www.nature.com/articles/d41586-021-03618-9", + "creator": "", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b900506ef94c88cc1aeedfa93a1195dd" + "hash": "e51e9c045ffc292f9dcf17d31916c7c4" }, { - "title": "Structure, function and pharmacology of human itch receptor complexes", + "title": "Daily briefing: Omicron might weaken vaccine protection", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04077-y", - "creator": "Fan Yang", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8084cb1c209b70b35bc5d77a62e8da9f" + "hash": "581176b521ae725db8d36a5d62def3f5" }, { - "title": "Exploding and weeping ceramics", + "title": "Gut clues to weight gain after quitting smoking", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-03975-5", - "creator": "Hanlin Gu", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9723db5255e2b15153737bdd84202788" + "hash": "14b8ec394dbb7a309dca510cfbd951d5" }, { - "title": "Reverse-translational identification of a cerebellar satiation network", + "title": "Universities under 50 carve their niche", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04143-5", - "creator": "Aloysius Y. T. Low", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b2d1a9cef15f05f9da17329f1647ba62" + "hash": "1bf2d5872c52296f3a593f120a67f82c" }, { - "title": "Cortical responses to touch reflect subcortical integration of LTMR signals", + "title": "Transporter-protein structures show how salt gets a sweet ride into cells", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04094-x", - "creator": "Alan J. Emanuel", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9063a39fa230cd59cc8a57ec3267e820" + "hash": "5826327b2e1bd66a24e27f148f6e8347" }, { - "title": "Mental health concerns during the COVID-19 pandemic as revealed by helpline calls", + "title": "Giant planet imaged orbiting two massive stars", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04099-6", - "creator": "Marius Brülhart", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ea16538da16a9fb7b28626e118e40959" + "hash": "341eea26c8e5a9a2f66cff9ce9bf3e7b" }, { - "title": "Herpesviruses assimilate kinesin to produce motorized viral particles", + "title": "An IPCC reviewer shares his thoughts on the climate debate", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04106-w", - "creator": "Caitlin E. Pegg", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c77816712d69647cf3bad681008c4b21" + "hash": "212943d6e670ad9da5180f849494ed86" }, { - "title": "Observation of Stark many-body localization without disorder", + "title": "Aggregates of TDP-43 protein spiral into view", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-03988-0", - "creator": "W. Morong", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9c96ba1f645a9f50b46ed3c5fe11a5b5" + "hash": "9840a4080a66dc7cb092fcf649f6b378" }, { - "title": "Single-cell transcriptomic characterization of a gastrulating human embryo", + "title": "Customized recruitment attracts top talent", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04158-y", - "creator": "Richard C. V. Tyser", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fc80f23bc87a866720998b6d07709f8e" + "hash": "880a5427d989a25dd18238056800ac62" }, { - "title": "Measuring phonon dispersion at an interface", + "title": "Constraints on estimating the CO2 fertilization effect emerge", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-03971-9", - "creator": "Ruishi Qi", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6b2b8ada8ad4b7df935589dcf13759dc" + "hash": "63f912b110f9ef24e6d26bbf04b1b115" }, { - "title": "Excitons and emergent quantum phenomena in stacked 2D semiconductors", + "title": "Benefits of megastudies for testing behavioural interventions", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-03979-1", - "creator": "Nathan P. Wilson", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "152e1316853848477df6d870769f9053" + "hash": "6f8fc23056bce26c178355ac14336a64" }, { - "title": "Widespread changes in surface temperature persistence under climate change", + "title": "Young universities forge new paths to success", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-03943-z", - "creator": "Jingyuan Li", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9f3227d59567764ec0947afb4dd9255c" + "hash": "2a524bb0544adc3bcb35c0b2460a4685" }, { - "title": "Structural insights into Ubr1-mediated N-degron polyubiquitination", + "title": "A guide to the Nature Index", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04097-8", - "creator": "Man Pan", - "pubDate": "2021-11-17", + "link": "https://www.nature.com/articles/d41586-021-03636-7", + "creator": "", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eb7a752793c95465abc0716f0d123e57" + "hash": "d47b7ba3b1378dab9de5556a5944f926" }, { - "title": "A critical mass of learning at Mila, Canada", + "title": "The UN must get on with appointing its new science board", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03064-7", - "creator": "Nicola Jones", - "pubDate": "2021-11-17", + "link": "https://www.nature.com/articles/d41586-021-03615-y", + "creator": "", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "81e6258e84a2e8c34b593038fb3050c2" + "hash": "c28254088983c13cf9e53d182e1062d2" }, { - "title": "The start-ups chasing clean, carbon-free fusion energy", + "title": "The $11-billion Webb telescope aims to probe the early Universe", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03401-w", - "creator": "Philip Ball", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "37f1644a9db923b968b416217a857da4" + "hash": "49ac5a1fa99ac6b1b24ee57c3b1d5129" }, { - "title": "Californium—carbon bond captured in a complex", + "title": "Long Acting Capsid Inhibitor Protects Macaques From Repeat SHIV Challenges", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03385-7", - "creator": "Julie E. Niklas", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7ef678288480c4e31a12ea2d12c1f5e1" + "hash": "c2df707c78826a38b6d56320680af195" }, { - "title": "Canada’s scientists are elucidating the dark metabolome", + "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/d41586-021-03062-9", - "creator": "James Mitchell Crow", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c2d611c7b66de0108f55e0fd70938ccc" + "hash": "217b6984e6bb95b06073441ee93eee2a" }, { - "title": "Europe’s Roma people are vulnerable to poor practice in genetics", + "title": "Multi-omic machine learning predictor of breast cancer therapy response", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03416-3", - "creator": "Veronika Lipphardt", - "pubDate": "2021-11-17", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fa0b7620c8494447ee7d4fdcc3ba4b0a" + "hash": "2451fdf8e5b113ab2f04620364baefa5" }, { - "title": "New mineral, FDA chief and the pandemic’s toll on research", + "title": "From the archive", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03435-0", + "link": "https://www.nature.com/articles/d41586-021-03561-9", "creator": "", - "pubDate": "2021-11-17", + "pubDate": "2021-12-07", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1928724281284aa97eb17a066ca349c0" + "hash": "3ab6d27578955c76d17e855772d55316" }, { - "title": "COP26: Meet the scientists behind the crucial climate summit", + "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-03029-w", - "creator": "Quirin Schiermeier", - "pubDate": "2021-11-16", + "link": "https://www.nature.com/articles/d41586-021-03644-7", + "creator": "", + "pubDate": "2021-12-07", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a41af0895586b81d871105a7c9b9de58" + "hash": "1ac607eb8e4819d0f130073ace1e75e5" }, { - "title": "Presidents of Royal Society live long lives", + "title": "Webcast: how to plan your career", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03420-7", - "creator": "Oscar S. Wilson", - "pubDate": "2021-11-16", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "183990819bf0c6a9acaadf1a481400b6" + "hash": "f825012468ba3f4de091fa5e1188225e" }, { - "title": "Link knowledge and action networks to tackle disasters", + "title": "Call to join the decentralized science movement", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03419-0", - "creator": "Jim Falk", - "pubDate": "2021-11-16", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "080cbfa01e2f1f03826229ba0470f34d" + "hash": "15a61c915fa85eb29ad33ca4e828f1f2" }, { - "title": "Reflections on a pioneer in electrical engineering", + "title": "Are female science leaders judged more harshly than men? Study it", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03417-2", - "creator": "Polina Bayvel", - "pubDate": "2021-11-16", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d431507fbed25df3a7e353e72111fe61" + "hash": "ba05a9beeed1d8c8aa0fff60ea185fa5" }, { - "title": "High-speed spinning yields some of the toughest spider silk ever found", + "title": "Portugal: female science leaders could speed up change", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03443-0", - "creator": "", - "pubDate": "2021-11-16", + "link": "https://www.nature.com/articles/d41586-021-03641-w", + "creator": "Paulo Cartaxana", + "pubDate": "2021-12-07", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ac422b468c7f4344eea4d6303ae16a3d" + "hash": "18a4202df727a2ffdb17319479abb4ca" }, { - "title": "From the archive", + "title": "Omicron: the global response is making it worse", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03382-w", + "link": "https://www.nature.com/articles/d41586-021-03616-x", "creator": "", - "pubDate": "2021-11-16", + "pubDate": "2021-12-07", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "37048d3a792bc1fc7946c2c3bbf3fa74" + "hash": "349f0de66fd12969a732c09dc8c9eb4d" }, { - "title": "Stagnating salaries present hurdles to career satisfaction", + "title": "Daily briefing: How to predict COVID’s next move", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03041-0", - "creator": "Chris Woolston", - "pubDate": "2021-11-16", + "link": "https://www.nature.com/articles/d41586-021-03670-5", + "creator": "Flora Graham", + "pubDate": "2021-12-07", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a5b2c92fda0cd56cf485375f57df127e" + "hash": "216887bf95c2132fa4503a6236576618" }, { - "title": "COP26 didn’t solve everything — but researchers must stay engaged", + "title": "Beyond Omicron: what’s next for COVID’s viral evolution", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03433-2", - "creator": "", - "pubDate": "2021-11-16", + "link": "https://www.nature.com/articles/d41586-021-03619-8", + "creator": "Ewen Callaway", + "pubDate": "2021-12-07", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "72e2f7c9027589c246311bb66d80a156" + "hash": "4cc36f87b467bbd43678af496c907929" }, { - "title": "Daily briefing: How some fish can live for centuries", + "title": "Build solar-energy systems to last — save billions", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03473-8", - "creator": "Flora Graham", - "pubDate": "2021-11-16", + "link": "https://www.nature.com/articles/d41586-021-03626-9", + "creator": "Dirk Jordan", + "pubDate": "2021-12-07", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b9d76523d7162ac8f89b52082145709f" + "hash": "57dc67d4bdbbdc7dec38f341519f44e0" }, { - "title": "Yes, science can weigh in on abortion law", + "title": "Hominin skull and Mars panorama — November’s best science images", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03434-1", - "creator": "Diana Greene Foster", - "pubDate": "2021-11-16", + "link": "https://www.nature.com/articles/d41586-021-03520-4", + "creator": "Emma Stoye", + "pubDate": "2021-12-07", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b84f0c7ae3753bf81ca539ba62f8164a" + "hash": "ad3648c5f5bec3a93b48a986aeccd03c" }, { - "title": "Funders need to credit open science", + "title": "How remouldable computer hardware is speeding up science", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03418-1", - "creator": "Hans de Jonge", - "pubDate": "2021-11-16", + "link": "https://www.nature.com/articles/d41586-021-03627-8", + "creator": "Jeffrey M. Perkel", + "pubDate": "2021-12-07", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "50546217414cb878dab97bc0eeaf2d4d" + "hash": "ea0112ea124f6ad58fe086740c046e88" }, { - "title": "Ancient mud bricks show adobe’s foundations 5,000 years ago", + "title": "What fuelled an ancient empire’s rise? Potatoes and quinoa", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03446-x", + "link": "https://www.nature.com/articles/d41586-021-03583-3", "creator": "", - "pubDate": "2021-11-15", + "pubDate": "2021-12-06", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bc23c25bf06d46981d000e124aee2cbf" + "hash": "f5d15061a19b50ea0661cac5b9fd9962" }, { - "title": "The greener route to indigo blue", + "title": "Super jelly springs back from a squashing", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03437-y", - "creator": "James Mitchell Crow", - "pubDate": "2021-11-15", + "link": "https://www.nature.com/articles/d41586-021-03586-0", + "creator": "", + "pubDate": "2021-12-06", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d2d5204cf5b65803a6383db28ea0aa39" + "hash": "3d4ba7e6c12ed9f31a8920a2a1b4b1ba" }, { - "title": "More Alzheimer’s drugs head for FDA review: what scientists are watching", + "title": "Climate adaptation, and the next great extinction: Books in brief", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03410-9", - "creator": "Asher Mullard", - "pubDate": "2021-11-15", + "link": "https://www.nature.com/articles/d41586-021-03624-x", + "creator": "Andrew Robinson", + "pubDate": "2021-12-06", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b3989abab632037401c660cf6ec9f4ec" + "hash": "54586185afd6af900cec48ec80a7b9f8" }, { - "title": "Daily briefing: New mineral discovered inside a diamond", + "title": "Handling snakes for science", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03468-5", - "creator": "Flora Graham", - "pubDate": "2021-11-15", + "link": "https://www.nature.com/articles/d41586-021-03629-6", + "creator": "Virginia Gewin", + "pubDate": "2021-12-06", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f7ef26188e8455154fc47264aea597f8" + "hash": "6b9437c51bab34b4b9b9fe6e86699a4e" }, { - "title": "How to turn your ideas into patents", + "title": "The wasted chewing gum bacteriome: an oral history", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03438-x", - "creator": "Andy Tay", - "pubDate": "2021-11-15", + "link": "https://www.nature.com/articles/d41586-021-03660-7", + "creator": "Lavie Tidhar", + "pubDate": "2021-12-06", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b8020a63bb4cffb1c5e2bbef02830c18" + "hash": "5955303a4abc835ad22c5bcd5f992925" }, { - "title": "Friction: from fingerprints to climate change", + "title": "Has Eric Kandel rested on his laurels? No", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03436-z", - "creator": "Anna Novitzky", - "pubDate": "2021-11-15", + "link": "https://www.nature.com/articles/d41586-021-03623-y", + "creator": "Alison Abbott", + "pubDate": "2021-12-06", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "085886042e0ee73052691768ea131c2c" + "hash": "1d401e343e1fbeab5f52beb52e8a6dd7" }, { - "title": "COP26 hasn’t solved the problem: scientists react to UN climate deal", + "title": "Python power-up: new image tool visualizes complex data", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03431-4", - "creator": "Ehsan Masood", - "pubDate": "2021-11-14", + "link": "https://www.nature.com/articles/d41586-021-03628-7", + "creator": "Jeffrey M. Perkel", + "pubDate": "2021-12-06", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "", "folder": "00.03 News/News - EN", "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "817a8bf4db7c7561d246b862588698cd" + "hash": "8a00e1b245bd78c63e020ee8205c2602" }, { - "title": "COP26: Glasgow Climate Pact signed into history", + "title": "Daily briefing: Francis Collins reflects on science and the NIH", "description": "", "content": "\n ", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03464-9", + "link": "https://www.nature.com/articles/d41586-021-03657-2", "creator": "Flora Graham", - "pubDate": "2021-11-13", + "pubDate": "2021-12-06", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "", "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": [ + "hash": "c3152fe48ff2cef74a5e08d98fc31054" + }, { - "title": "Supreme Court Blocks Biden’s Vaccine Mandate for Large Employers", - "description": "Protesting mandates in San Francisco last week that require city employees to be vaccinated.", - "content": "Protesting mandates in San Francisco last week that require city employees to be vaccinated.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2022/01/13/us/politics/supreme-court-biden-vaccine-mandate.html", - "creator": "Adam Liptak", - "pubDate": "Thu, 13 Jan 2022 19:43:37 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "71552627e86d6b94feb2906e7b6521ed", - "highlights": [] + "hash": "bda2a5c68c9ea461ed30fce414baab58" }, { - "title": "Biden Announces 500 Million More Tests and Military Help for Hospitals", - "description": "President Biden plans to announce the deployment of 1,000 military medical personnel to help deal with an Omicron surge, officials said. Here’s the latest.", - "content": "President Biden plans to announce the deployment of 1,000 military medical personnel to help deal with an Omicron surge, officials said. Here’s the latest.", + "title": "Coronapod: How has COVID impacted mental health?", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.nytimes.com/live/2022/01/13/world/biden-covid-19-speech", - "creator": "The New York Times", - "pubDate": "Thu, 13 Jan 2022 16:53:34 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6f6f3c2077dee8c7f842e6cc6fc4b1f9", - "highlights": [] + "hash": "a022a5619499a6a47376b19c67cd6e28" }, { - "title": "Oath Keepers Leader Stewart Rhodes Arrested in Jan. 6 Investigation", - "description": "Stewart Rhodes, a former Army paratrooper who went on to earn a law degree at Yale, has been under investigation for his role in the Capitol riot since at least last spring.", - "content": "Stewart Rhodes, a former Army paratrooper who went on to earn a law degree at Yale, has been under investigation for his role in the Capitol riot since at least last spring.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2022/01/13/us/politics/oath-keepers-stewart-rhodes.html", - "creator": "Alan Feuer and Adam Goldman", - "pubDate": "Thu, 13 Jan 2022 19:11:45 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3723fe04836317eca78981f490f48ba2", - "highlights": [] + "hash": "a5565019960d7317db69d1fb0f3fa710" }, { - "title": "What Is Sedition?", - "description": "Within an hour of the storming of the United States Capitol by a pro-Trump mob on Wednesday, Merriam-Webster reported that “sedition” was the top term being searched on its site, ahead of “coup d’état,” “insurrection” and “putsch.”", - "content": "Within an hour of the storming of the United States Capitol by a pro-Trump mob on Wednesday, Merriam-Webster reported that “sedition” was the top term being searched on its site, ahead of “coup d’état,” “insurrection” and “putsch.”", - "category": "Treason and Sedition", - "link": "https://www.nytimes.com/2021/01/07/arts/what-are-sedition-charges.html", - "creator": "Jennifer Schuessler", - "pubDate": "Fri, 08 Jan 2021 00:30:41 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7e47f0eeb650c81ab2f8cb1f821b4291", - "highlights": [] + "hash": "87d2de44737b20d94024cc744b7ae694" }, { - "title": "Sinema Says She Will Not Support Changing Filibuster", - "description": "While all 50 Senate Democrats support the legislation, Republicans are almost uniformly opposed, leaving Democrats short of the 60 votes needed to bypass a filibuster.", - "content": "While all 50 Senate Democrats support the legislation, Republicans are almost uniformly opposed, leaving Democrats short of the 60 votes needed to bypass a filibuster.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/13/us/politics/sinema-voting-rights-bill.html", - "creator": "Carl Hulse", - "pubDate": "Thu, 13 Jan 2022 20:02:52 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d9107788d490d86f20edb14f63cc43a2", - "highlights": [] + "hash": "07ce509929184b7c48c1553f3076b2ef" }, { - "title": "Before Elections, Georgia Republicans Again Consider Voting Restrictions", - "description": "Supporters of the federal voting rights legislation demonstrated outside of Clark Atlanta University, where President Biden spoke on Tuesday.", - "content": "Supporters of the federal voting rights legislation demonstrated outside of Clark Atlanta University, where President Biden spoke on Tuesday.", - "category": "Presidential Election of 2020", - "link": "https://www.nytimes.com/2022/01/13/us/georgia-voting-laws-republicans.html", - "creator": "Richard Fausset and Michael Wines", - "pubDate": "Thu, 13 Jan 2022 17:33:34 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ef8566a2135f265157acbc3ad99d4941", - "highlights": [] + "hash": "c6516e8400c7faacdb3b69d58309fbe0" }, { - "title": "RNC Signals a Pullout From Presidential Debates", - "description": "The intensity of Republican frustration with the debate commission has increased since former President Donald J. Trump first became the Republican nominee in 2016. ", - "content": "The intensity of Republican frustration with the debate commission has increased since former President Donald J. Trump first became the Republican nominee in 2016. ", - "category": "Commission on Presidential Debates", - "link": "https://www.nytimes.com/2022/01/13/us/politics/presidential-debates-rnc.html", - "creator": "Maggie Haberman", - "pubDate": "Thu, 13 Jan 2022 17:13:09 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e376a10f783b506507f001ee7943312c", - "highlights": [] + "hash": "b11d662af463dc8c70b9f8325cadafdd" }, { - "title": "A Look Inside Rikers: ‘Fight Night’ and Gang Rule, Captured on Video", - "description": "Videos obtained by The New York Times reveal scenes of violence as the Department of Correction struggles to restore order in the jail system.", - "content": "Videos obtained by The New York Times reveal scenes of violence as the Department of Correction struggles to restore order in the jail system.", - "category": "Gangs", - "link": "https://www.nytimes.com/2022/01/12/nyregion/rikers-jail-videos.html", - "creator": "Jan Ransom", - "pubDate": "Thu, 13 Jan 2022 01:10:48 +0000", + "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": "NYTimes", - "read": true, + "feed": "Nature", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0251b206ddb69b447967b8afdbb736d0", - "highlights": [] + "hash": "63f0c6b3c8841ac49809178b2fbd0277" }, { - "title": "Russia, at an Impasse With the West, Warns It Is Ready to Abandon Diplomacy", - "description": "Russian tanks taking part in drills at a firing range in the Rostov region, near the border with Ukraine, on Wednesday.", - "content": "Russian tanks taking part in drills at a firing range in the Rostov region, near the border with Ukraine, on Wednesday.", - "category": "Defense and Military Forces", - "link": "https://www.nytimes.com/2022/01/13/world/europe/russia-ukraine-talks.html", - "creator": "Anton Troianovski", - "pubDate": "Thu, 13 Jan 2022 18:21:15 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "13a9f787df19a612900ff0c2b1a34e69", - "highlights": [] + "hash": "28697f4b3274b5cf2ead54f790d37c0a" }, { - "title": "NATO Won’t Let Ukraine Join Soon. Here’s Why.", - "description": "Ukrainian troops took part in an exercise near Kyiv in December. If Ukraine were a NATO member, the alliance would be obligated to defend it against Russia and other adversaries.", - "content": "Ukrainian troops took part in an exercise near Kyiv in December. If Ukraine were a NATO member, the alliance would be obligated to defend it against Russia and other adversaries.", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2022/01/13/us/politics/nato-ukraine.html", - "creator": "Edward Wong and Lara Jakes", - "pubDate": "Thu, 13 Jan 2022 17:39:10 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "810dba1d0f2fedd1856bb50c94135f8a", - "highlights": [] + "hash": "8f2923cd804d0c1954916c6a13c61f92" }, { - "title": "Prince Andrew Gives Up Military Titles as Sexual Abuse Case Proceeds", - "description": "Prince Andrew in 2019.", - "content": "Prince Andrew in 2019.", - "category": "Royal Families", - "link": "https://www.nytimes.com/2022/01/13/world/europe/prince-andrew-military-titles-abuse-case.html", - "creator": "Mark Landler", - "pubDate": "Thu, 13 Jan 2022 17:54:25 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2c6a935e636c35b90d2fdbc742a8cc84", - "highlights": [] + "hash": "a21b01c1bf5dfda54ddd0524ffb28fb9" }, { - "title": "Doctors Debate Whether Trans Teens Need Therapy Before Hormones", - "description": "Clinicians are divided over new guidelines that say teens should undergo mental health screenings before receiving hormones or gender surgeries.", - "content": "Clinicians are divided over new guidelines that say teens should undergo mental health screenings before receiving hormones or gender surgeries.", - "category": "Teenagers and Adolescence", - "link": "https://www.nytimes.com/2022/01/13/health/transgender-teens-hormones.html", - "creator": "Azeen Ghorayshi", - "pubDate": "Thu, 13 Jan 2022 17:11:53 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "54cf579af45cc72570e1216c52f255b9", - "highlights": [] + "hash": "6b4c454a83c90328a0c2d2f8c36bb1b7" }, { - "title": "Sometimes, Life Stinks. So He Invented the Nasal Ranger.", - "description": "Chuck McGinley with his Nasal Ranger, a design inspired by the shape of the Haleakala volcano in Hawaii.", - "content": "Chuck McGinley with his Nasal Ranger, a design inspired by the shape of the Haleakala volcano in Hawaii.", - "category": "Smells and Odors", - "link": "https://www.nytimes.com/2022/01/13/climate/nasal-ranger-chuck-mcginley.html", - "creator": "Winston Choi-Schagrin", - "pubDate": "Thu, 13 Jan 2022 15:00:12 +0000", + "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", + "language": "", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "568877a1f1f456c245d4a6070e9e5878", - "highlights": [] + "hash": "812010711698747d1651683aa867d040" }, { - "title": "My Daughter’s Married Boyfriend Shouldn’t Join Us on Vacation, Right?", - "description": "A mother is concerned about her adult child’s involvement with a polyamorous man.", - "content": "A mother is concerned about her adult child’s involvement with a polyamorous man.", - "category": "Customs, Etiquette and Manners", - "link": "https://www.nytimes.com/2022/01/13/style/daughter-boyfriend-polyamory-social-qs.html", - "creator": "Philip Galanes", - "pubDate": "Thu, 13 Jan 2022 14:00:03 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5eae91ec86176a8c8f307023bf2997ca", - "highlights": [] + "hash": "6d8ca680902d54ce217eda2f050d7b7f" }, { - "title": "Lemon Pepper Makes Everything Better — Especially Wings", - "description": "Zesty, buttery lemon-pepper wings are Atlanta’s soul. But you can use the seasoning on just about anything.", - "content": "Zesty, buttery lemon-pepper wings are Atlanta’s soul. But you can use the seasoning on just about anything.", - "category": "Lemons", - "link": "https://www.nytimes.com/2022/01/12/magazine/lemon-pepper-wings-recipe.html", - "creator": "Eric Kim", - "pubDate": "Wed, 12 Jan 2022 10:00:12 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1628189934ee9397de962530b88b32bd", - "highlights": [] + "hash": "7d6c2625e02d35ff6c47442078cecdbc" }, { - "title": "We Need to Think the Unthinkable About Our Country", - "description": "It’s plausible that the United States as we know it could disintegrate. Institutions need to consider worst-case scenarios — to help avoid them. ", - "content": "It’s plausible that the United States as we know it could disintegrate. Institutions need to consider worst-case scenarios — to help avoid them. ", - "category": "Presidential Election of 2020", - "link": "https://www.nytimes.com/2022/01/13/opinion/january-6-civil-war.html", - "creator": "Jonathan Stevenson and Steven Simon", - "pubDate": "Thu, 13 Jan 2022 10:00:13 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a445c8b5081a7c810dcb27291cfbd35d", - "highlights": [] + "hash": "315627d93778bfbf51a760dc8e202203" }, { - "title": "Omicron Isn’t Milder for Everyone, Like Our Patients", - "description": "Only with a better understanding of the science do we have any hope of protecting our vulnerable friends, family members and neighbors.", - "content": "Only with a better understanding of the science do we have any hope of protecting our vulnerable friends, family members and neighbors.", - "category": "Transplants", - "link": "https://www.nytimes.com/2022/01/13/opinion/omicron-immunocompromised.html", - "creator": "Dorry Segev and William Werbel", - "pubDate": "Thu, 13 Jan 2022 12:28:05 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c38ba8833369588063c3d1b81e4c08a6", - "highlights": [] + "hash": "bb473b0ce681c1f4306a7d2574c0330a" }, { - "title": "Ron Johnson Wasn’t Always Like This. The Trump Years Broke Him.", - "description": "The Trumpiest man in Wisconsin wants another term in the Senate.", - "content": "The Trumpiest man in Wisconsin wants another term in the Senate.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/12/opinion/ron-johnson-wisconsin-trump.html", - "creator": "Michelle Cottle", - "pubDate": "Thu, 13 Jan 2022 00:44:06 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "09fb0be38a8d5a73534338c7d93edda0", - "highlights": [] + "hash": "306384ce1643d3b8f26a22adaf9b74ba" }, { - "title": "Why This Liberal Mayor Doesn’t Want a Lecture From Progressives", - "description": "London Breed has heard the wrath of progressives (and conservatives) on doing too much (and too little) to “clean up” neighborhoods in San Francisco struggling with substance use. She’s not backing down.", - "content": "London Breed has heard the wrath of progressives (and conservatives) on doing too much (and too little) to “clean up” neighborhoods in San Francisco struggling with substance use. She’s not backing down.", - "category": "Police Reform", - "link": "https://www.nytimes.com/2022/01/13/opinion/sway-kara-swisher-london-breed.html", - "creator": "‘Sway’", - "pubDate": "Thu, 13 Jan 2022 10:00:07 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "54bfd8f55cbb1295b841ac34c4db9339", - "highlights": [] + "hash": "f117cc1c6a4ac0162a39384bc2210cb5" }, { - "title": "This Isn’t Your Old Toxic Masculinity. It Has Taken an Insidious New Form.", - "description": "From bad boyfriends to Jan. 6 rioters, men are using the language of vulnerability as a cudgel, feigning emotional fragility to retain power and dominance.", - "content": "From bad boyfriends to Jan. 6 rioters, men are using the language of vulnerability as a cudgel, feigning emotional fragility to retain power and dominance.", - "category": "Men and Boys", - "link": "https://www.nytimes.com/2022/01/13/opinion/toxic-masculinity.html", - "creator": "Alex McElroy", - "pubDate": "Thu, 13 Jan 2022 14:38:06 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d0c6ee671bc754d125595ddeb663e155", - "highlights": [] + "hash": "961e29d4bc84d35e411025126398944f" }, { - "title": "Will Biden's Voting Rights Speech Be Too Little Too Late?", - "description": "I hope that this is a better-late-than-never situation.", - "content": "I hope that this is a better-late-than-never situation.", - "category": "Voting and Voters", - "link": "https://www.nytimes.com/2022/01/12/opinion/biden-filibuster-voting-rights.html", - "creator": "Charles M. Blow", - "pubDate": "Thu, 13 Jan 2022 04:17:28 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2b373f1d0b385990026322bb7de078cd", - "highlights": [] + "hash": "38f6d368757750d42a2919be519a4298" }, { - "title": "Donald Trump's Vanity Is Still Holding America Hostage", - "description": "A country is held hostage by a former president’s vanity.", - "content": "A country is held hostage by a former president’s vanity.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2022/01/13/opinion/donald-trump-npr-interview.html", - "creator": "Frank Bruni", - "pubDate": "Thu, 13 Jan 2022 17:05:06 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "012c676341dea075de2a34529e7e0b65", - "highlights": [] + "hash": "42c18d0faa5c99c45c0e9100562fe078" }, { - "title": "Let’s Not Invent a Civil War", - "description": "It’s possible to worry about America’s divisions without falling into perpetual alarmism.", - "content": "It’s possible to worry about America’s divisions without falling into perpetual alarmism.", - "category": "Presidential Election of 2020", - "link": "https://www.nytimes.com/2022/01/12/opinion/civil-war-america.html", - "creator": "Ross Douthat", - "pubDate": "Wed, 12 Jan 2022 10:00:11 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ef2b7fdf1363087960972a1f62d2d0b9", - "highlights": [] + "hash": "a86a9691461a54eb28eb765375db049e" }, { - "title": "The Gender Gap Is Taking Us to Unexpected Places", - "description": "With unforeseen and underexplored consequences.", - "content": "With unforeseen and underexplored consequences.", - "category": "Women and Girls", - "link": "https://www.nytimes.com/2022/01/12/opinion/gender-gap-politics.html", - "creator": "Thomas B. Edsall", - "pubDate": "Wed, 12 Jan 2022 15:42:28 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "82d2908578a57631367cb5b012922c3c", - "highlights": [] + "hash": "d990da531864a446a89e90953b641c3d" }, { - "title": "In the Omicron Surge, I See Signs of Despair From Parents of Kids Under 5", - "description": "Disrupted daycare, vaccines TBD and bosses who are over Covid excuses.", - "content": "Disrupted daycare, vaccines TBD and bosses who are over Covid excuses.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2022/01/12/opinion/parents-school-omicron.html", - "creator": "Jessica Grose", - "pubDate": "Wed, 12 Jan 2022 18:01:50 +0000", + "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", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2ccea1e881e59e567066f36e213df4c2", - "highlights": [] + "hash": "cc1557bbe085ea25a092abc6d7341f5f" }, { - "title": "Good Cause Eviction Is a Landlord’s Worst Nightmare ", - "description": "The comedian and journalist Jeff Seal takes to the streets to rally support for a little-known bill that would protect millions of New Yorkers from unjust evictions. But a powerful lobby stands in its way.", - "content": "The comedian and journalist Jeff Seal takes to the streets to rally support for a little-known bill that would protect millions of New Yorkers from unjust evictions. But a powerful lobby stands in its way.", - "category": "Renting and Leasing (Real Estate)", - "link": "https://www.nytimes.com/2022/01/12/opinion/new-york-eviction-bill.html", - "creator": "Jeff Seal, Chris Libbey and Nick Libbey", - "pubDate": "Wed, 12 Jan 2022 10:00:10 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cc56c9d8ddf0894dc7657f5038e6a73d", - "highlights": [] + "hash": "97c9d21ecb1b650c7546cb6f2e4208ff" }, { - "title": "For the Climate, Biden Must Be More Aggressive in Ending New Truck and Bus Emissions", - "description": "President Biden at the Ford Rouge Electric Vehicle Center in Dearborn, Mich.", - "content": "President Biden at the Ford Rouge Electric Vehicle Center in Dearborn, Mich.", - "category": "Fuel Emissions (Transportation)", - "link": "https://www.nytimes.com/2022/01/12/opinion/climate-change-biden-trucks-buses.html", - "creator": "Margo Oge and Drew Kodjak", - "pubDate": "Wed, 12 Jan 2022 12:20:07 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a89b9e5ef3736990990fcf9a2820855b", - "highlights": [] + "hash": "0d5b81a0323c40b02bc24c103862b4cf" }, { - "title": "How Much Should You Fret About Rising Federal Debt?", - "description": "The federal government is borrowing cheaply, but its debt could reach a tipping point.", - "content": "The federal government is borrowing cheaply, but its debt could reach a tipping point.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2022/01/12/opinion/rising-federal-debt.html", - "creator": "Peter Coy", - "pubDate": "Wed, 12 Jan 2022 21:18:07 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8b21894f0fa5af7b2375d79aa195f883", - "highlights": [] + "hash": "e037396dbd3ef61dde7cb066d542c2ec" }, { - "title": "Biden-Cheney 2024?", - "description": "Saving American democracy may involve following Israel’s example.", - "content": "Saving American democracy may involve following Israel’s example.", - "category": "Presidential Election of 2024", - "link": "https://www.nytimes.com/2022/01/11/opinion/democratic-ticket-liz-cheney-2024.html", - "creator": "Thomas L. Friedman", - "pubDate": "Wed, 12 Jan 2022 15:02:51 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ccf3f48ddc4936b767525adae5c802e1", - "highlights": [] + "hash": "adf08c9507196ac151b96fdeed3cf5f3" }, { - "title": "Can the G.O.P. Recover From the ‘Big Lie’? We Asked 2 Conservatives", - "description": "A look at how Trump has shaped the Republican Party and where it goes next.", - "content": "A look at how Trump has shaped the Republican Party and where it goes next.", - "category": "Republican Party", - "link": "https://www.nytimes.com/2022/01/12/opinion/gop-trump-big-lie.html", - "creator": "‘The Argument’", - "pubDate": "Wed, 12 Jan 2022 15:24:50 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8b8f476285996379b4fa87c655df41f1", - "highlights": [] + "hash": "6ad456be50130f55c012fae81a0e4d13" }, { - "title": "The Joys (and Challenges) of Sex After 70", - "description": "Sex can drop off in our final decades. But for those who keep going, it can be the best of their lives.", - "content": "Sex can drop off in our final decades. But for those who keep going, it can be the best of their lives.", - "category": "Sex", - "link": "https://www.nytimes.com/2022/01/12/magazine/sex-old-age.html", - "creator": "Maggie Jones", - "pubDate": "Wed, 12 Jan 2022 15:50:38 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "66a25384c11dc453afe1129a4f769b65", - "highlights": [] + "hash": "ce11ba0ce9a4c1cd78523891cb86b9ad" }, { - "title": "Trump Ends NPR Interview After Challenges to False Fraud Claim", - "description": "The NPR correspondent Steve Inskeep pressed former President Donald Trump on his attempts to overturn the election in an interview broadcast on Wednesday. ", - "content": "The NPR correspondent Steve Inskeep pressed former President Donald Trump on his attempts to overturn the election in an interview broadcast on Wednesday. ", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/12/us/politics/donald-trump-npr-interview.html", - "creator": "Amanda Holpuch", - "pubDate": "Wed, 12 Jan 2022 16:35:37 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d96f2a06e614cc888cee545ea4096198", - "highlights": [] + "hash": "2e405a21e4fba1937cc66d66cb3bf583" }, { - "title": "Why Some Workers Are Getting All the Covid Tests They Need", - "description": "At-home Covid tests are available for employees in the offices of Belle Haven Investments. Like snacks and inspirational books, the tests are a small perk of the job.", - "content": "At-home Covid tests are available for employees in the offices of Belle Haven Investments. Like snacks and inspirational books, the tests are a small perk of the job.", - "category": "BlackRock Inc", - "link": "https://www.nytimes.com/2022/01/12/business/covid-testing-google-blackrock-morgan-stanley.html", - "creator": "Emma Goldberg, Lauren Hirsch and David McCabe", - "pubDate": "Wed, 12 Jan 2022 15:46:49 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d447f5cc1845d429ba3f8140dee9de7e", - "highlights": [] + "hash": "bbdb2721f53b565085eabde36a43a713" }, { - "title": "Ronnie Spector, Who Brought Edge to Girl-Group Sound, Dies at 78", - "description": "As part of the Ronettes, Ronnie Spector helped transform the virginal model that had defined female pop groups since the 1940s.", - "content": "As part of the Ronettes, Ronnie Spector helped transform the virginal model that had defined female pop groups since the 1940s.", - "category": "Spector, Ronnie", - "link": "https://www.nytimes.com/2022/01/12/arts/music/ronnie-spector-dead.html", - "creator": "Ben Sisario and Joe Coscarelli", - "pubDate": "Thu, 13 Jan 2022 01:16:14 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6b5c3a536404a185dac22211ac3726cb", - "highlights": [] + "hash": "c0ce47787d67875b6b1006be284e4d4c" }, { - "title": "The Visions of Penélope Cruz", - "description": "“When I look back, I don’t remember it as suffering,” Penélope Cruz said of playing Janis in “Parallel Mothers,” because “for me, she was alive.”", - "content": "“When I look back, I don’t remember it as suffering,” Penélope Cruz said of playing Janis in “Parallel Mothers,” because “for me, she was alive.”", - "category": "Content Type: Personal Profile", - "link": "https://www.nytimes.com/2022/01/12/movies/penelope-cruz-pedro-almodovar-parallel-mothers.html", - "creator": "Kyle Buchanan", - "pubDate": "Wed, 12 Jan 2022 14:08:20 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3cc8982c151c8a1ba2b44d56f7534981", - "highlights": [] + "hash": "5aef9e801605a5d11bf1385037cc164e" }, { - "title": "Is Omicron Peaking?", - "description": "A middle school student getting a test in Los Angeles.  ", - "content": "A middle school student getting a test in Los Angeles.  ", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2022/01/13/briefing/omicron-peak-us-northeast.html", - "creator": "David Leonhardt", - "pubDate": "Thu, 13 Jan 2022 10:53:29 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0eb64d29080b65a26e8a4d27a958fa9f", - "highlights": [] + "hash": "f034bef35fa95929bc21f9f73b871a88" }, { - "title": "‘The Kids Are Casualties in a War’", - "description": "Arriving an elementary school in Chicago on Wednesday. The city’s public schools have reopened after a dispute over coronavirus safeguards canceled a week of classes.", - "content": "Arriving an elementary school in Chicago on Wednesday. The city’s public schools have reopened after a dispute over coronavirus safeguards canceled a week of classes.", - "category": "Teachers and School Employees", - "link": "https://www.nytimes.com/2022/01/13/podcasts/the-daily/chicago-schools-union-covid.html", - "creator": "Clare Toeniskoetter, Rob Szypko, Diana Nguyen, Lisa Chow, Dan Powell, Marion Lozano and Chelsea Daniel", - "pubDate": "Thu, 13 Jan 2022 11:00:09 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7b628d6d8a1475cebbd2187ed3a58e48", - "highlights": [] + "hash": "a68ea0a2b3d48a6bd264150d89abfbce" }, { - "title": "To Understand the Metaverse, Look to Video Games", - "description": "Xbox head Phil Spencer discusses how the gaming industry is already peeking into the metaverse with avatars, virtual worlds and online economies.", - "content": "Xbox head Phil Spencer discusses how the gaming industry is already peeking into the metaverse with avatars, virtual worlds and online economies.", - "category": "audio-neutral-informative", - "link": "https://www.nytimes.com/2022/01/10/opinion/sway-kara-swisher-phil-spencer.html", - "creator": "‘Sway’", - "pubDate": "Mon, 10 Jan 2022 16:49:07 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "845a0ffcdba7f02580bb0ad56e0f2ba7", - "highlights": [] + "hash": "b8aca336ed1761bb2fc298fa4ea866db" }, { - "title": "Why Novak Djokovic is a Hero in Serbia", - "description": "A mural dedicated to Novak Djokovic with the words “With faith in God” in the Banjica residential area of Belgrade, Serbia, where the tennis star’s grandfather lived.", - "content": "A mural dedicated to Novak Djokovic with the words “With faith in God” in the Banjica residential area of Belgrade, Serbia, where the tennis star’s grandfather lived.", - "category": "Tennis", - "link": "https://www.nytimes.com/2022/01/13/world/europe/serbia-djokovic.html", - "creator": "Marc Santora", - "pubDate": "Thu, 13 Jan 2022 20:13:23 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7051cc607de4fcdb132ee13fe8767a60", - "highlights": [] + "hash": "a3786897dfccba312041bd601922b88f" }, { - "title": "Patient in Groundbreaking Pig Heart Transplant Has a Criminal Record", - "description": "Surgeons at the University of Maryland Medical Center transplanted a genetically modified pig heart into David Bennett Sr. last week.", - "content": "Surgeons at the University of Maryland Medical Center transplanted a genetically modified pig heart into David Bennett Sr. last week.", - "category": "your-feed-science", - "link": "https://www.nytimes.com/2022/01/13/health/pig-heart-transplant-bennett-criminal.html", - "creator": "Roni Caryn Rabin", - "pubDate": "Thu, 13 Jan 2022 19:19:23 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "61c7d65e6aab28caf852f24a2412025c", - "highlights": [] + "hash": "73c80694b9513a78d86e2375532ad046" }, { - "title": "Syrian Ex-Officer Is Convicted in Landmark War Crimes Trial", - "description": "A German court found the former officer guilty of crimes against humanity in one of the first criminal trials on Syrian war atrocities. Follow our updates.", - "content": "A German court found the former officer guilty of crimes against humanity in one of the first criminal trials on Syrian war atrocities. Follow our updates.", + "title": "Industry scores higher than academia for job satisfaction", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.nytimes.com/live/2022/01/13/world/syria-war-crimes-germany-verdict", - "creator": "The New York Times", - "pubDate": "Thu, 13 Jan 2022 10:07:06 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dc6a99f728a09a9a414b38f7a57a4cbd", - "highlights": [] + "hash": "86da21ba9ff25b25bbca522d93d86325" }, { - "title": "‘Major Discovery’ Beneath Antarctic Seas: A Giant Icefish Breeding Colony", - "description": "Scientists discovered a mammoth nesting ground with an estimated 60 million icefish nests in the Weddell Sea.", - "content": "Scientists discovered a mammoth nesting ground with an estimated 60 million icefish nests in the Weddell Sea.", - "category": "Fish and Other Marine Life", - "link": "https://www.nytimes.com/2022/01/13/science/icefish-antarctica-eggs-colony.html", - "creator": "Sabrina Imbler", - "pubDate": "Thu, 13 Jan 2022 16:14:03 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d43afe0446aed046bac54ae3e6532f36", - "highlights": [] + "hash": "489277b745d4c2f2f970641523593420" }, { - "title": "Business Updates: Navient Settles Predatory Loan Claims for $1.85 Billion", - "description": "The company agreed to cancel private student loan debts for nearly 66,000 borrowers. Here’s the latest business news.", - "content": "The company agreed to cancel private student loan debts for nearly 66,000 borrowers. Here’s the latest business news.", + "title": "Mnemovirus", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.nytimes.com/live/2022/01/13/business/stock-market-economy-news", - "creator": "The New York Times", - "pubDate": "Thu, 13 Jan 2022 20:26:38 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bc5578094c5e6e16e7a04852b5ed022d", - "highlights": [] + "hash": "557f51a7205e84f340a049e60ca2df3a" }, { - "title": "Russian-Led Alliance Begins Withdrawing Troops From Kazakhstan", - "description": "Troops of the Russian-led Collective Security Treaty Organization, a NATO-like alliance, in Almaty, Kazakhstan, on Thursday as they started pulling out of the Central Asian country.", - "content": "Troops of the Russian-led Collective Security Treaty Organization, a NATO-like alliance, in Almaty, Kazakhstan, on Thursday as they started pulling out of the Central Asian country.", - "category": "Defense and Military Forces", - "link": "https://www.nytimes.com/2022/01/13/world/europe/kazakhstan-russia-troops-withdrawal.html", - "creator": "Ivan Nechepurenko", - "pubDate": "Thu, 13 Jan 2022 12:12:00 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "43dbe982ceb17ac8db9ad0f79e8fbf1f", - "highlights": [] + "hash": "4c1eeb09c36d6b44592a99321b9744d4" }, { - "title": "The F.D.A.’s New Approach to French Dressing? Laissez-Faire.", - "description": "French dressing will no longer be regulated by the Food and Drug Administration.", - "content": "French dressing will no longer be regulated by the Food and Drug Administration.", - "category": "Salad Dressings", - "link": "https://www.nytimes.com/2022/01/13/us/french-dressing-fda.html", - "creator": "Neil Vigdor", - "pubDate": "Thu, 13 Jan 2022 19:13:30 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "688a1cdb3cffa25efdb37dc2502cb51f", - "highlights": [] + "hash": "7911ad67fbb1617d1a69e257c6f5abb7" }, { - "title": "Britain’s Security Agency MI5 Warns Lawmakers of China’s Political Interference", - "description": "People walking by the River Thames, with the Elizabeth Tower, known as Big Ben, and the Houses of Parliament, in the backdrop in London.", - "content": "People walking by the River Thames, with the Elizabeth Tower, known as Big Ben, and the Houses of Parliament, in the backdrop in London.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2022/01/13/world/europe/britain-mi5-china-agent-parliament.html", - "creator": "Isabella Kwai and Stephen Castle", - "pubDate": "Thu, 13 Jan 2022 19:03:56 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "130a2e5aafb8040d43b3973656ce8dc0", - "highlights": [] + "hash": "6233b23b64a17882d50b101554b55ec5" }, { - "title": "US Refines Tool to Evaluate 'Havana Syndrome' Cases", - "description": "The U.S. Embassy in Havana, where some staff members experienced a mysterious ailment that has also injured U.S. government officials around the world.", - "content": "The U.S. Embassy in Havana, where some staff members experienced a mysterious ailment that has also injured U.S. government officials around the world.", - "category": "Havana Syndrome", - "link": "https://www.nytimes.com/2022/01/13/us/politics/havana-syndrome-evaluation-tool.html", - "creator": "Mark Walker and Julian E. Barnes", - "pubDate": "Thu, 13 Jan 2022 17:00:51 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6f228e0bd138c9f7275a7790e3c8f8a9", - "highlights": [] + "hash": "e976565e1fc17d07fbc610c4a9bd8d42" }, { - "title": "Senate Panel OKs Califf Nomination for F.D.A. Chief", - "description": "Dr. Robert Califf appearing before the Senate in December. Dr. Califf previously led the F.D.A. during the last year of the Obama administration.", - "content": "Dr. Robert Califf appearing before the Senate in December. Dr. Califf previously led the F.D.A. during the last year of the Obama administration.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/13/health/fda-robert-califf.html", - "creator": "Christina Jewett", - "pubDate": "Thu, 13 Jan 2022 17:11:00 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5248eec4c69bf609ab4593de2651647d", - "highlights": [] + "hash": "857614b74c577c0930ee4c24147bc8b8" }, { - "title": "Australian Man Convicted of Killing Gay American in 1980s", - "description": "Steve Johnson in 2016, near the site in Sydney, Australia, where his brother, Scott, fell to his death in 1988.", - "content": "Steve Johnson in 2016, near the site in Sydney, Australia, where his brother, Scott, fell to his death in 1988.", - "category": "Johnson, Scott (d 1988)", - "link": "https://www.nytimes.com/2022/01/13/world/australia/scott-johnson-australia-gay-killing-confession.html", - "creator": "Yan Zhuang", - "pubDate": "Thu, 13 Jan 2022 12:01:35 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a74027ce321b01fdb3a8f997131b13d5", - "highlights": [] + "hash": "6dbc9d350903ac43d51cd00bf5fb3278" }, { - "title": "Melatonin for Sleep: How the Aid Works", - "description": "The “vampire hormone” can act like a dose of sunset, tricking your body into feeling like it’s time to sleep.", - "content": "The “vampire hormone” can act like a dose of sunset, tricking your body into feeling like it’s time to sleep.", - "category": "Quarantine (Life and Culture)", - "link": "https://www.nytimes.com/2022/01/11/well/mind/melatonin-sleep-insomnia.html", - "creator": "Amelia Nierenberg", - "pubDate": "Wed, 12 Jan 2022 16:58:46 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "132f46207fb84141242ec52137f7e497", - "highlights": [] + "hash": "89302122318ae18d673eaefa0356ba3b" }, { - "title": "How Exercise May Tame Our Anxiety", - "description": "Cross-country ski racers were less likely to develop anxiety disorders. The good news is less intense aerobic activities may provide similar benefits.", - "content": "Cross-country ski racers were less likely to develop anxiety disorders. The good news is less intense aerobic activities may provide similar benefits.", - "category": "Anxiety and Stress", - "link": "https://www.nytimes.com/2022/01/12/well/move/exercise-anxiety.html", - "creator": "Gretchen Reynolds", - "pubDate": "Wed, 12 Jan 2022 15:42:05 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "53c716aeb40b8035a9288aa7b6dc59ca", - "highlights": [] + "hash": "30fd2668c2f4af909969239427e49d0d" }, { - "title": "What is Neurofeedback Therapy And Can it Help With Mental Health?", - "description": "Neurofeedback has promised a mental health revolution for decades. But is it effective?", - "content": "Neurofeedback has promised a mental health revolution for decades. But is it effective?", - "category": "Anxiety and Stress", - "link": "https://www.nytimes.com/2022/01/12/well/mind/neurofeedback-therapy-mental-health.html", - "creator": "David Dodge", - "pubDate": "Thu, 13 Jan 2022 00:23:09 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "70ef81a898d523b34058bf955fc3e35d", - "highlights": [] + "hash": "abf601907b3e2406ff5d37edf710b931" }, { - "title": "Questions for Your Prospective Therapist, From Your Own Couch", - "description": "Even if you’re meeting online, interviewing a therapist can help you determine whether or not the therapy is a good fit.", - "content": "Even if you’re meeting online, interviewing a therapist can help you determine whether or not the therapy is a good fit.", - "category": "Therapy and Rehabilitation", - "link": "https://www.nytimes.com/2020/05/13/well/mind/prospective-therapist-interview-questions-online-virus.html", - "creator": "Juli Fraga and Hilary Jacobs Hendel", - "pubDate": "Wed, 13 May 2020 21:06:18 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7eb06627c3ed6cfc03c89ab28e1bf53d", - "highlights": [] + "hash": "e5194201ea7a6157745666dbb56aa249" }, { - "title": "How Do I Know if I Have Adult A.D.H.D.?", - "description": "The signs and symptoms that you might need an evaluation.", - "content": "The signs and symptoms that you might need an evaluation.", - "category": "Attention Deficit Hyperactivity Disorder", - "link": "https://www.nytimes.com/2021/08/06/well/mind/adult-adhd.html", - "creator": "Christina Caron", - "pubDate": "Mon, 09 Aug 2021 19:25:01 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d39f2f83dd3e4f6cca63f18404061785", - "highlights": [] + "hash": "26da92b50a5b400fadcde1aa18bc3fcc" }, { - "title": "Alex Ebert, a Neo-Hippie Pop Star, Becomes a Guru", - "description": "Alex Ebert has a Substack newsletter, Bad Guru, where he pontificates on the “commodification of spiritualism” and other weighty matters.", - "content": "Alex Ebert has a Substack newsletter, Bad Guru, where he pontificates on the “commodification of spiritualism” and other weighty matters.", - "category": "Content Type: Personal Profile", - "link": "https://www.nytimes.com/2022/01/13/style/alex-ebert-bad-guru.html", - "creator": "Alex Williams", - "pubDate": "Thu, 13 Jan 2022 08:00:07 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "abb1f134db5eed0efc1e8688b9e4fccd", - "highlights": [] + "hash": "bd311fb546ac76166eeb6b94fcca1f75" }, { - "title": "Balaclavas Are Trendy, but for Some Muslim Women It’s More Complicated", - "description": "The sudden popularity of the hoodlike head covering has spurred a comparison to hijabs.", - "content": "The sudden popularity of the hoodlike head covering has spurred a comparison to hijabs.", - "category": "Muslim Veiling", - "link": "https://www.nytimes.com/2022/01/13/style/balaclavas-muslim-women-hijab.html", - "creator": "Anna P. Kambhampaty and Danya Issawi", - "pubDate": "Thu, 13 Jan 2022 08:00:06 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1e6e97a6f2474845eec7422de2efe963", - "highlights": [] + "hash": "d6d2c42da7d2b741c9d9108ced85e682" }, { - "title": "Finding Joy Through Art at the End of the World in ‘Station Eleven’", - "description": "“The show deepened the story in a lot of really interesting ways,” said Emily St. John Mandel, the author of “Station Eleven.”", - "content": "“The show deepened the story in a lot of really interesting ways,” said Emily St. John Mandel, the author of “Station Eleven.”", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2022/01/13/books/station-eleven-hbo-emily-st-john-mandel.html", - "creator": "Alexandra Alter", - "pubDate": "Thu, 13 Jan 2022 17:02:11 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bc1a0ceedbbd153ca585772034b60adb", - "highlights": [] + "hash": "6c76d524fc7e9413e92916c7caa477c3" }, { - "title": "‘And Just Like That’ Recap, Episode 7: Back on the Scene", - "description": "Carrie (Sarah Jessica Parker) writes a memoir, but her editor thinks the book could use a bit more hopefulness.", - "content": "Carrie (Sarah Jessica Parker) writes a memoir, but her editor thinks the book could use a bit more hopefulness.", - "category": "Television", - "link": "https://www.nytimes.com/2022/01/13/arts/television/and-just-like-that-recap-episode-7.html", - "creator": "Ali Trachta", - "pubDate": "Thu, 13 Jan 2022 14:56:17 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b76a638bb3871780efe033f95263eb0e", - "highlights": [] + "hash": "38bb26f060dbb80c503f163f9ef082e0" }, { - "title": "Finding a Surprising Story in a Stack of Medical Bills", - "description": "Cloey Canida, with her husband, Colton, received a false positive prenatal test result.", - "content": "Cloey Canida, with her husband, Colton, received a false positive prenatal test result.", - "category": "Tests (Medical)", - "link": "https://www.nytimes.com/2022/01/13/insider/finding-a-surprising-story-in-a-stack-of-medical-bills.html", - "creator": "Sarah Kliff", - "pubDate": "Thu, 13 Jan 2022 17:50:21 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "86ba87fc938251983a4cdc13c2a5797c", - "highlights": [] + "hash": "24abe63dd0f96545eba88e246dd60a27" }, { - "title": "Sinema Says She Will Not Support Changing Filibuster", - "description": "While all 50 Senate Democrats support the legislation, Republicans are almost uniformly opposed, leaving Democrats short of the 60 votes needed to bypass a filibuster.", - "content": "While all 50 Senate Democrats support the legislation, Republicans are almost uniformly opposed, leaving Democrats short of the 60 votes needed to bypass a filibuster.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/13/us/politics/house-voting-rights-bill.html", - "creator": "Carl Hulse", - "pubDate": "Thu, 13 Jan 2022 18:01:10 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "303de7a72da812f45afeb1bee9b7a51a", - "highlights": [] + "hash": "18b9cbc8a6561982178f68c5f30b0464" }, { - "title": "College Enrollment Dropped Again in Fall 2021, Despite Vaccines", - "description": "Bergen County Community College in Paramus, N.J. New data showed that enrollment in community colleges, which were disproportionately hurt, was down 13.2 precent over 2019.", - "content": "Bergen County Community College in Paramus, N.J. New data showed that enrollment in community colleges, which were disproportionately hurt, was down 13.2 precent over 2019.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2022/01/13/us/college-enrollment-2021-omicron.html", - "creator": "Stephanie Saul", - "pubDate": "Thu, 13 Jan 2022 11:31:40 +0000", + "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", + "language": "", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3ca15fb68d9f9416db3ff840851f87d4", - "highlights": [] + "hash": "e300f90863bd72481321dc690b410a36" }, { - "title": "Navient Settles Predatory Student Loan Claims for $1.85 Billion", - "description": "The company agreed to cancel private student loan debts for nearly 66,000 borrowers. Here’s the latest business news.", - "content": "The company agreed to cancel private student loan debts for nearly 66,000 borrowers. Here’s the latest business news.", + "title": "Collaborate equitably in ancient DNA research and beyond", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.nytimes.com/live/2022/01/13/business/stock-market-economy-news", - "creator": "The New York Times", - "pubDate": "Thu, 13 Jan 2022 17:59:49 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e727090b35be1caa112f23114d335cb0", - "highlights": [] + "hash": "bcafe1b654f01127537f0dddf1642991" }, { - "title": "How Serbia Views Novak Djokovic", - "description": "A mural dedicated to Novak Djokovic with the words “With faith in God” in the Banjica residential area of Belgrade, Serbia, where the tennis star’s grandfather lived.", - "content": "A mural dedicated to Novak Djokovic with the words “With faith in God” in the Banjica residential area of Belgrade, Serbia, where the tennis star’s grandfather lived.", - "category": "Tennis", - "link": "https://www.nytimes.com/2022/01/13/world/europe/serbia-djokovic.html", - "creator": "Marc Santora", - "pubDate": "Thu, 13 Jan 2022 18:00:00 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4daa2c77625633245056c8cbc8aa6f0d", - "highlights": [] + "hash": "b1e14bdeda807796d202035badde680e" }, { - "title": "Netscape Founder Gives Up $35 Million in Art Said to Be Stolen", - "description": "A Ganesha statue, left, as photographed in Cambodia by French archaeologists in 1934, and recently, right, in storage. Authorities say the item was looted and sold to James H. Clark, who has agreed to surrender it.", - "content": "A Ganesha statue, left, as photographed in Cambodia by French archaeologists in 1934, and recently, right, in storage. Authorities say the item was looted and sold to James H. Clark, who has agreed to surrender it.", - "category": "Arts and Antiquities Looting", - "link": "https://www.nytimes.com/2022/01/12/arts/design/james-clark-cambodian-antiquities.html", - "creator": "Tom Mashberg", - "pubDate": "Wed, 12 Jan 2022 19:36:26 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7e551ba0253a22c6352b6516b2159a6e", - "highlights": [] + "hash": "c1b76b30ba166180d2fec3db2d13bcbb" }, { - "title": "Kevin McCarthy Refuses Interview Request From Jan. 6 Committee", - "description": "Representative Kevin McCarthy, Republican of California and the minority leader, is the highest-ranking lawmaker the committee has pursued in its inquiry.", - "content": "Representative Kevin McCarthy, Republican of California and the minority leader, is the highest-ranking lawmaker the committee has pursued in its inquiry.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/12/us/politics/kevin-mccarthy-jan-6-committee.html", - "creator": "Luke Broadwater", - "pubDate": "Thu, 13 Jan 2022 02:37:16 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6c1b0e157c97be01bb8381125582677e", - "highlights": [] + "hash": "f0258a527eed3736f3d1af5863fd8233" }, { - "title": "For Putin, Propping Up Allies Is Turning Into a Perilous Bargain", - "description": "A state media photo of President Vladimir V. Putin attending an emergency meeting on Monday of the Council of the Collective Security Treaty Organization to discuss the situation in Kazakhstan.", - "content": "A state media photo of President Vladimir V. Putin attending an emergency meeting on Monday of the Council of the Collective Security Treaty Organization to discuss the situation in Kazakhstan.", - "category": "Putin, Vladimir V", - "link": "https://www.nytimes.com/2022/01/13/world/europe/putin-ukraine-kazakhstan.html", - "creator": "Max Fisher", - "pubDate": "Thu, 13 Jan 2022 08:00:10 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5d66e1e0afac9efa5bee76123e6aa31c", - "highlights": [] + "hash": "9e3f62b2606892f72f7a334c0ea979f1" }, { - "title": "Why NATO Won’t Let Ukraine Join Anytime Soon", - "description": "Ukrainian troops took part in an exercise near Kyiv in December. If Ukraine were a NATO member, the alliance would be obligated to defend it against Russia and other adversaries.", - "content": "Ukrainian troops took part in an exercise near Kyiv in December. If Ukraine were a NATO member, the alliance would be obligated to defend it against Russia and other adversaries.", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2022/01/13/us/politics/nato-ukraine-biden-russia.html", - "creator": "Edward Wong and Lara Jakes", - "pubDate": "Thu, 13 Jan 2022 17:39:10 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f6ea8bb29bbf713d1eebac0a9e09f314", - "highlights": [] + "hash": "30e03c93207ca290b806ca4e740db730" }, { - "title": "F.D.A. to Stop Regulating French Dressing", - "description": "French dressing will no longer be regulated by the Food and Drug Administration.", - "content": "French dressing will no longer be regulated by the Food and Drug Administration.", - "category": "Salad Dressings", - "link": "https://www.nytimes.com/2022/01/13/us/french-dressing-fda.html", - "creator": "Neil Vigdor", - "pubDate": "Thu, 13 Jan 2022 16:36:31 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d418625038ec76c99eedcf71848aa046", - "highlights": [] + "hash": "9bc46f0042655a770564e76bce094f52" }, { - "title": "Don’t Sleep on These 6 Performances During Awards Season", - "description": "Clockwise from top left, Colman Domingo, Ruth Negga, Jessie Buckley, Olga Merediz, Renate Reinsve and Ben Affleck.", - "content": "Clockwise from top left, Colman Domingo, Ruth Negga, Jessie Buckley, Olga Merediz, Renate Reinsve and Ben Affleck.", - "category": "Movies", - "link": "https://www.nytimes.com/2022/01/12/movies/oscars-six-overlooked-performances.html", - "creator": "Kyle Buchanan", - "pubDate": "Wed, 12 Jan 2022 18:55:54 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "188f7b23af670271d880e2c9c897d42f", - "highlights": [] + "hash": "bbe0bd212a4e28c188986b73ddb29a3d" }, { - "title": "‘American Urbanist,’ a Well-Timed Biography of a Man Who Reshaped City Life", - "description": "Richard K. Rein’s book tells the story of William H. Whyte, a sociologist who wrote “The Organization Man” and helped to rethink how cities look and feel.", - "content": "Richard K. Rein’s book tells the story of William H. Whyte, a sociologist who wrote “The Organization Man” and helped to rethink how cities look and feel.", - "category": "Whyte, William H", - "link": "https://www.nytimes.com/2022/01/12/books/review-american-urbanist-william-h-whyte-biography-richard-rein.html", - "creator": "Alexandra Jacobs", - "pubDate": "Wed, 12 Jan 2022 17:30:56 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "da11666146fa0b9f014225b7290419a4", - "highlights": [] + "hash": "edef24ba21555c544ee78236baae8d4b" }, { - "title": "By Honoring Hernandez, the Mets Fully Embrace Their Past", - "description": "Keith Hernandez spent seven seasons with the Mets, wearing No. 17 for all of them.", - "content": "Keith Hernandez spent seven seasons with the Mets, wearing No. 17 for all of them.", - "category": "Baseball", - "link": "https://www.nytimes.com/2022/01/12/sports/baseball/keith-hernandez-mets.html", - "creator": "Tyler Kepner", - "pubDate": "Thu, 13 Jan 2022 00:02:11 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cf18ac97a6421bb4f7539de1069a08be", - "highlights": [] + "hash": "0b2226e40f03a13ca0c0483cf894bb4d" }, { - "title": "Jimmy Kimmel Is High Off Covid’s Cannabis Breakthrough", - "description": "“All this time we’ve been listening to the C.D.C., we should have been eating CBD,” Kimmel said of research showing that cannabis compounds can prevent Covid-19.", - "content": "“All this time we’ve been listening to the C.D.C., we should have been eating CBD,” Kimmel said of research showing that cannabis compounds can prevent Covid-19.", - "category": "Television", - "link": "https://www.nytimes.com/2022/01/13/arts/television/jimmy-kimmel-covid-cannabis.html", - "creator": "Trish Bendix", - "pubDate": "Thu, 13 Jan 2022 06:43:57 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b4ca7382d6d0dabc129d630f5f571c2e", - "highlights": [] + "hash": "98af222f8099064b64f765f848cb3676" }, { - "title": "Reggie Wilson Explores the Power of Moving Together", - "description": "The choreographer continues his research into African American worship and the Black Shakers in “Power” at the Brooklyn Academy of Music.", - "content": "The choreographer continues his research into African American worship and the Black Shakers in “Power” at the Brooklyn Academy of Music.", - "category": "Dancing", - "link": "https://www.nytimes.com/2022/01/12/arts/dance/reggie-wilson-power.html", - "creator": "Gia Kourlas", - "pubDate": "Thu, 13 Jan 2022 09:24:52 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a8b9c2d85b16aad7daf2a461d3e2b409", - "highlights": [] + "hash": "e54386fffee4976207c2c1c0f413fd63" }, { - "title": "Teachers in France Plan Strike Over Covid Rules for Classrooms", - "description": "French educators in Nice on Thursday taking part in a day of school walkouts and protests over Covid-19 testing rules.", - "content": "French educators in Nice on Thursday taking part in a day of school walkouts and protests over Covid-19 testing rules.", - "category": "Shutdowns (Institutional)", - "link": "https://www.nytimes.com/2022/01/13/world/europe/covid-france-teachers-strike.html", - "creator": "Constant Méheut", - "pubDate": "Thu, 13 Jan 2022 15:46:14 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8c43cd6aa63ca98c453ca9e4aa6c5d8d", - "highlights": [] + "hash": "d2f82e8fe4b93dfaedb9d7b6a23263e4" }, { - "title": "House Passes Voting Rights Bill, Speeding a Senate Showdown", - "description": "While all 50 Senate Democrats support the legislation, Republicans are almost uniformly opposed, leaving Democrats short of the 60 votes needed.", - "content": "While all 50 Senate Democrats support the legislation, Republicans are almost uniformly opposed, leaving Democrats short of the 60 votes needed.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/13/us/politics/house-voting-rights-bill.html", - "creator": "Carl Hulse", - "pubDate": "Thu, 13 Jan 2022 17:07:14 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3de8ea1335df5e8b5846f13e32bab439", - "highlights": [] + "hash": "652b01fc801606bd100519fd7555bc0f" }, { - "title": "Russia and West at Impasse as Ukraine Urges Reversal of Troop Buildup", - "description": "Russian tanks taking part in drills at a firing range in the Rostov region, near the border with Ukraine, on Wednesday.", - "content": "Russian tanks taking part in drills at a firing range in the Rostov region, near the border with Ukraine, on Wednesday.", - "category": "Defense and Military Forces", - "link": "https://www.nytimes.com/2022/01/13/world/europe/russia-ukraine-talks.html", - "creator": "Anton Troianovski", - "pubDate": "Thu, 13 Jan 2022 13:46:38 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dc1bef24608328b2648a4f2e1a0eb57b", - "highlights": [] + "hash": "8cb27e91a5b735d94edfd4501500fca4" }, { - "title": "Navient Reaches $1.85 Billion Deal to Settle Predatory Behavior Claims", - "description": "The student loan servicer agreed to cancel private student loan debts for nearly 66,000 borrowers. Here’s the latest business news.", - "content": "The student loan servicer agreed to cancel private student loan debts for nearly 66,000 borrowers. Here’s the latest business news.", + "title": "Coronapod: everything we know about the new COVID variant", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.nytimes.com/live/2022/01/13/business/stock-market-economy-news", - "creator": "The New York Times", - "pubDate": "Thu, 13 Jan 2022 16:53:34 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "149df10cd44d0b5491b94bb5e14fdd79", - "highlights": [] + "hash": "44a0dc3f6110fbc922b2d17f9bb9ff97" }, { - "title": "The Science of Smell: Decoding What Our Noses Know", - "description": "Chuck McGinley with his Nasal Ranger, a design inspired by the shape of the Haleakala volcano in Hawaii.", - "content": "Chuck McGinley with his Nasal Ranger, a design inspired by the shape of the Haleakala volcano in Hawaii.", - "category": "Smells and Odors", - "link": "https://www.nytimes.com/2022/01/13/climate/chuck-mcginley-nasal-ranger-smell.html", - "creator": "Winston Choi-Schagrin", - "pubDate": "Thu, 13 Jan 2022 15:00:12 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ed0c3731cdaee56fd579159b235af74b", - "highlights": [] + "hash": "a5a83d28913141604bb490a782fb81e6" }, { - "title": "With Djokovic’s Status in Limbo, So Is the Australian Open", - "description": "Novak Djokovic practicing at Melbourne Park on Thursday. Whether he would actually play at the Australian Open was still unclear.", - "content": "Novak Djokovic practicing at Melbourne Park on Thursday. Whether he would actually play at the Australian Open was still unclear.", - "category": "Djokovic, Novak", - "link": "https://www.nytimes.com/2022/01/13/sports/tennis/djokovic-australian-open.html", - "creator": "Christopher Clarey", - "pubDate": "Thu, 13 Jan 2022 10:06:49 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eef76800fae932f09b8a1460d6253b4a", - "highlights": [] + "hash": "5fc2d47aba5e51855c07131942fa0d55" }, { - "title": "Hochul Unveiled a Sweeping Vision for New York. Now Comes the Hard Part.", - "description": "Gov. Kathy Hochul is seeking a new era of cooperation with the Legislature.", - "content": "Gov. Kathy Hochul is seeking a new era of cooperation with the Legislature.", - "category": "Hochul, Kathleen C", - "link": "https://www.nytimes.com/2022/01/13/nyregion/kathy-hochul-budget-agenda.html", - "creator": "Luis Ferré-Sadurní and Grace Ashford", - "pubDate": "Thu, 13 Jan 2022 10:00:15 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8d2365ca2dbeb54adf47a416a8e6f48c", - "highlights": [] + "hash": "c05c45a99805a890d1240069ca6388c7" }, { - "title": "The U.S. and Iran Move Closer to a Nuclear Deal", - "description": "Iranian officials standing near missiles put on display by the Revolutionary Guard in Tehran on Friday. Despite their bombastic talk, Iranian officials seem optimistic about reaching a nuclear deal with the U.S.", - "content": "Iranian officials standing near missiles put on display by the Revolutionary Guard in Tehran on Friday. Despite their bombastic talk, Iranian officials seem optimistic about reaching a nuclear deal with the U.S.", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2022/01/12/world/middleeast/us-iran-nuclear-deal.html", - "creator": "Farnaz Fassihi and Lara Jakes", - "pubDate": "Thu, 13 Jan 2022 03:47:01 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b0dceb0c1bb3f5e1fe249af2f28ddfe1", - "highlights": [] + "hash": "f9ae23927cc6f3ee606f9ae7f640d945" }, { - "title": "U.S. Refines Tool to Evaluate Havana Syndrome Cases", - "description": "The U.S. Embassy in Havana, where some staff members experienced a mysterious ailment that has also injured U.S. government officials around the world.", - "content": "The U.S. Embassy in Havana, where some staff members experienced a mysterious ailment that has also injured U.S. government officials around the world.", - "category": "Havana Syndrome", - "link": "https://www.nytimes.com/2022/01/13/us/politics/havana-syndrome-evaluation-tool.html", - "creator": "Mark Walker and Julian E. Barnes", - "pubDate": "Thu, 13 Jan 2022 17:00:50 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a2f59424d75b02281dff1e46042a5c82", - "highlights": [] + "hash": "5e46802d04855f14d8ac18a4f81eecce" }, { - "title": "Gaetz’s Ex-Girlfriend Testifies Before Federal Grand Jury", - "description": "Investigators began seeking evidence and testimony in late 2020 from a former girlfriend of Representative Matt Gaetz, Republican of Florida. ", - "content": "Investigators began seeking evidence and testimony in late 2020 from a former girlfriend of Representative Matt Gaetz, Republican of Florida. ", - "category": "Human Trafficking", - "link": "https://www.nytimes.com/2022/01/12/us/politics/matt-gaetz-girlfriend-investigation.html", - "creator": "Katie Benner and Michael S. Schmidt", - "pubDate": "Thu, 13 Jan 2022 00:38:53 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a400b1ad557e9442f827c53525c2a739", - "highlights": [] + "hash": "707759625d422f75eb2bb11de2536b0b" }, { - "title": "Biden to Announce Military Help for Hospitals in 6 States", - "description": "President Biden plans to announce the deployment of 1,000 military medical personnel to help deal with an Omicron surge, officials said. Here’s the latest.", - "content": "President Biden plans to announce the deployment of 1,000 military medical personnel to help deal with an Omicron surge, officials said. Here’s the latest.", + "title": "The COVID Cancer Effect", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.nytimes.com/live/2022/01/13/world/omicron-covid-testing-vaccines", - "creator": "The New York Times", - "pubDate": "Thu, 13 Jan 2022 10:07:06 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6865149b9209018617539457a3ade8c3", - "highlights": [] + "hash": "80d34c13b1b7e2b5ed0a5b2742fe85d6" }, { - "title": "The Mood in the Capitol Was Already Dark. Then Came Omicron.", - "description": "A line for testing at the Capitol on Wednesday. At least 129 House members and senators have announced a coronavirus infection since the outset of the pandemic, nearly a quarter of the lawmakers in Congress.", - "content": "A line for testing at the Capitol on Wednesday. At least 129 House members and senators have announced a coronavirus infection since the outset of the pandemic, nearly a quarter of the lawmakers in Congress.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/12/us/politics/congress-omicron.html", - "creator": "Jonathan Weisman", - "pubDate": "Thu, 13 Jan 2022 00:36:12 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3e7e7aaea972afa2c719b6dff4758f32", - "highlights": [] + "hash": "4c823a05d724b6a2a398dc7845078341" }, { - "title": "The Taliban Have Staffing Issues. They Are Looking for Help in Pakistan.", - "description": "Khyal Mohammad Ghayoor, center, working in his office at the traffic department in Kabul, Afghanistan, this month.", - "content": "Khyal Mohammad Ghayoor, center, working in his office at the traffic department in Kabul, Afghanistan, this month.", - "category": "Afghanistan War (2001- )", - "link": "https://www.nytimes.com/2022/01/13/world/taliban-members.html", - "creator": "Zia ur-Rehman and Emily Schmall", - "pubDate": "Thu, 13 Jan 2022 10:06:40 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bcd74303647f3518e6d48a3e88f14348", - "highlights": [] + "hash": "2e576404cf238c2e041ed2f41d129323" }, { - "title": "‘Davos Man,' Marc Benioff and the Covid Pandemic", - "description": "They stepped up in the pandemic “to save the world,” says Marc Benioff of Salesforce. Even as their tax practices and perches kept them above its troubles.", - "content": "They stepped up in the pandemic “to save the world,” says Marc Benioff of Salesforce. Even as their tax practices and perches kept them above its troubles.", - "category": "Benioff, Marc", - "link": "https://www.nytimes.com/2022/01/13/business/davos-man-marc-benioff-book.html", - "creator": "", - "pubDate": "Thu, 13 Jan 2022 10:00:16 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3c166e894c1de35d2ab053b3a2e8771d", - "highlights": [] + "hash": "6bb46e20510adffa3193e6a0769b55c4" }, { - "title": "Maren Morris, a Pop-Curious Hitmaker, Is Country, After All", - "description": "Maren Morris seems to have realized in real time that the most rebellious way to be a young female country singer was to insist on staying a country singer. ", - "content": "Maren Morris seems to have realized in real time that the most rebellious way to be a young female country singer was to insist on staying a country singer. ", - "category": "Content Type: Personal Profile", - "link": "https://www.nytimes.com/2022/01/13/arts/music/maren-morris-humble-quest.html", - "creator": "Joe Coscarelli", - "pubDate": "Thu, 13 Jan 2022 10:00:13 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "56a7856c25d73d071604920f68b878cb", - "highlights": [] + "hash": "171c3de1e5af02682003d4615aeed40c" }, { - "title": "He Used to Run Several Times a Week. Now He Could Barely Stand.", - "description": "Could an unusual drug habit account for such a rapid decline?", - "content": "Could an unusual drug habit account for such a rapid decline?", - "category": "Tests (Medical)", - "link": "https://www.nytimes.com/2022/01/12/magazine/nitrous-oxide-whippets-vitamin-b12.html", - "creator": "Lisa Sanders, M.D.", - "pubDate": "Wed, 12 Jan 2022 10:00:13 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5edaa6d10c2e8dfde584d3e7565404be", - "highlights": [] + "hash": "03a565bdca7e5ae3d19e1e903aa84738" }, { - "title": "Every Year He Texts Me: ‘I Love You’", - "description": "Sometimes, what might have been never stops mattering.", - "content": "Sometimes, what might have been never stops mattering.", - "category": "Grammar", - "link": "https://www.nytimes.com/2022/01/11/magazine/subjunctive-past-present.html", - "creator": "Jean Chen Ho", - "pubDate": "Tue, 11 Jan 2022 10:00:05 +0000", + "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": "NYTimes", - "read": true, + "feed": "Nature", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "142c708d0165eecc94cda206b7e80eb6", - "highlights": [] + "hash": "4f0afb1a66a0590a43ec2d2d2a279ffc" }, { - "title": "‘Softbois,’ ‘Nice Guys’ and Incels: Petulant Vulnerability Is the New Toxic Masculinity", - "description": "From bad boyfriends to Jan. 6 rioters, men are using the language of vulnerability as a cudgel, feigning emotional fragility to retain power and dominance.", - "content": "From bad boyfriends to Jan. 6 rioters, men are using the language of vulnerability as a cudgel, feigning emotional fragility to retain power and dominance.", - "category": "Men and Boys", - "link": "https://www.nytimes.com/2022/01/13/opinion/toxic-masculinity.html", - "creator": "Alex McElroy", - "pubDate": "Thu, 13 Jan 2022 10:00:06 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e3f23810495293455fb468aa1edb16c9", - "highlights": [] + "hash": "ee12a6535503bc657cdc441afafb491b" }, { - "title": "Philadelphia Fire Started When Boy, 5, Ignited Christmas Tree", - "description": "There were 14 occupants in the apartment where the fire broke out, 12 of whom died.", - "content": "There were 14 occupants in the apartment where the fire broke out, 12 of whom died.", - "category": "Philadelphia (Pa)", - "link": "https://www.nytimes.com/2022/01/11/us/philadelphia-fire-christmas-tree.html", - "creator": "Campbell Robertson", - "pubDate": "Tue, 11 Jan 2022 23:40:13 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "390c7f85ca449e72093535c4389f8d19", - "highlights": [] + "hash": "c7c88d04abc702bc006c65e3e981b044" }, { - "title": "When Axel Webber Was Rejected from Juilliard, TikTok Stepped In", - "description": "Axel Webber first went viral when he posted a video about living in a small apartment in Manhattan in December.", - "content": "Axel Webber first went viral when he posted a video about living in a small apartment in Manhattan in December.", - "category": "Social Media", - "link": "https://www.nytimes.com/2022/01/11/style/tiktok-axel-webber-juilliard-nyc.html", - "creator": "Taylor Lorenz", - "pubDate": "Wed, 12 Jan 2022 16:46:58 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6c9362f25d3bfcbe5b9b13099115269e", - "highlights": [] + "hash": "e9aae656bdaf06ba0a3a4c11cb8e4d46" }, { - "title": "The Soldiers Came Home Sick. The Government Denied It Was Responsible.", - "description": "U.S. service members and veterans have long insisted that the military’s garbage-disposal fires in war zones made them ill. Why were their claims stonewalled for so long?", - "content": "U.S. service members and veterans have long insisted that the military’s garbage-disposal fires in war zones made them ill. Why were their claims stonewalled for so long?", - "category": "Stewart, Jon", - "link": "https://www.nytimes.com/2022/01/11/magazine/military-burn-pits.html", - "creator": "Megan K. Stack", - "pubDate": "Tue, 11 Jan 2022 10:00:15 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ccaafb9fb69c83e8d337023729c57472", - "highlights": [] + "hash": "8e329b9705192aa67feccf6c52979de9" }, { - "title": "Economists Pin More Blame on Tech for Rising Inequality", - "description": "At least half the rising gap in wages among American workers in the last 40 years comes from the automation of tasks once done by people, says Daron Acemoglu, an economist at M.I.T.", - "content": "At least half the rising gap in wages among American workers in the last 40 years comes from the automation of tasks once done by people, says Daron Acemoglu, an economist at M.I.T.", - "category": "Labor and Jobs", - "link": "https://www.nytimes.com/2022/01/11/technology/income-inequality-technology.html", - "creator": "Steve Lohr", - "pubDate": "Tue, 11 Jan 2022 08:00:10 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f7b4fe333a4d50771e926b526e84c867", - "highlights": [] + "hash": "72f59ff9f6dffced4febf9160f9e00b0" }, { - "title": "How the Site of a Bronx Fire Became a Haven for Gambians", - "description": "A day after a fire killed 17 people at Twin Parks North West, interfaith leaders prayed outside the apartment building.", - "content": "A day after a fire killed 17 people at Twin Parks North West, interfaith leaders prayed outside the apartment building.", - "category": "Heating", - "link": "https://www.nytimes.com/2022/01/12/nyregion/gambian-residents-bronx-apartment-fire.html", - "creator": "Kimiko de Freytas-Tamura", - "pubDate": "Thu, 13 Jan 2022 02:02:04 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5ff4fe0f79f9e4a08aa07716ee2e9a3d", - "highlights": [] + "hash": "c0f4b24fa74eec75164875073b60f9d6" }, { - "title": "Democrats Plan to Fast-Track Voting Rights Bill, Speeding a Showdown", - "description": "Republicans have blocked four previous attempts to bring up voting rights legislation in the Senate.", - "content": "Republicans have blocked four previous attempts to bring up voting rights legislation in the Senate.", - "category": "Law and Legislation", - "link": "https://www.nytimes.com/2022/01/12/us/politics/democrats-voting-rights-bill.html", - "creator": "Carl Hulse", - "pubDate": "Wed, 12 Jan 2022 21:53:51 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "50cb2387dd78d515ddde612fc0167ad3", - "highlights": [] + "hash": "88c8287a9e78a8af4a06388db910f3ee" }, { - "title": "Burning a Key West Symbol Was Bad. Not Tipping a Bartender Was Worse, Locals Say.", - "description": "Paul Cassidy, a Key West Public Works employee, applied finishing touches to the refurbished Southernmost Point marker last week.", - "content": "Paul Cassidy, a Key West Public Works employee, applied finishing touches to the refurbished Southernmost Point marker last week.", - "category": "Tips and Tipping", - "link": "https://www.nytimes.com/2022/01/12/us/southernmost-point-key-west-buoy-burned.html", - "creator": "Vimal Patel", - "pubDate": "Thu, 13 Jan 2022 01:50:38 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eb61ff4c01c6d514d7fa8c05ff154e64", - "highlights": [] + "hash": "c23495be56e73c657630865a4c36ae41" }, { - "title": "Business Updates: German Utilities Secure Funding Amid High Energy Prices", - "description": "Energy companies say they need extra financing to cover future commitments as natural gas prices remain near record levels.", - "content": "Energy companies say they need extra financing to cover future commitments as natural gas prices remain near record levels.", + "title": "Tidings from an exploding star make astronomers happy", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.nytimes.com/live/2022/01/13/business/stock-market-economy-news", - "creator": "The New York Times", - "pubDate": "Thu, 13 Jan 2022 12:30:54 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4df630c12dfb3cbf513fdb7c7da4c29f", - "highlights": [] + "hash": "87e7aa5810a259d222b2209ecda171c1" }, { - "title": "Nigeria Lifts Twitter Ban", - "description": "President Mohammadu Buhari of Nigeria in December. Some saw his tweet as a threat against the Igbo ethnic group.", - "content": "President Mohammadu Buhari of Nigeria in December. Some saw his tweet as a threat against the Igbo ethnic group.", - "category": "Social Media", - "link": "https://www.nytimes.com/2022/01/13/world/africa/nigeria-lifts-twitter-ban.html", - "creator": "Ruth Maclean", - "pubDate": "Thu, 13 Jan 2022 12:21:03 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ab47f9627f407638888c76a1d02329f2", - "highlights": [] + "hash": "96f9f5ee76804d26780d12a49176fcdb" }, { - "title": "‘Rust’ Armorer Sues Supplier of Ammunition and Guns for Film Set", - "description": "The set of “Rust” in Santa Fe County, N.M. in October 2021.", - "content": "The set of “Rust” in Santa Fe County, N.M. in October 2021.", - "category": "Suits and Litigation (Civil)", - "link": "https://www.nytimes.com/2022/01/12/movies/rust-film-ammunition-supplier-sued.html", - "creator": "Julia Jacobs and Graham Bowley", - "pubDate": "Thu, 13 Jan 2022 02:12:33 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "98af2d98aec98e5eece8d493cbbb9103", - "highlights": [] + "hash": "6a1827945c162975e40c0b98cfc1ebce" }, { - "title": "Why Do Women Gain Belly Fat in Midlife?", - "description": "And is there any way to target it through diet or exercise?", - "content": "And is there any way to target it through diet or exercise?", - "category": "Exercise", - "link": "https://www.nytimes.com/2022/01/11/well/move/belly-fat-women.html", - "creator": "Alice Callahan", - "pubDate": "Tue, 11 Jan 2022 10:00:11 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3c4b32fef9622a9b57ae9a03d2aa1b5d", - "highlights": [] + "hash": "238c280fbfff7d3477add4eca7ee1a8b" }, { - "title": "I Had My First Child at 45. Here’s What I Learned.", - "description": "A little empathy goes a long way, and people are going to judge.", - "content": "A little empathy goes a long way, and people are going to judge.", - "category": "Content Type: Personal Profile", - "link": "https://www.nytimes.com/2021/09/21/well/family/pregnancy-after-40.html", - "creator": "Sarah Dougher", - "pubDate": "Thu, 30 Sep 2021 14:53:44 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a4a64a61c21f627bc672dcc7755c08e4", - "highlights": [] + "hash": "6148a0961cbfb039c5d8758a704cbffc" }, { - "title": "Why Is Perimenopause Still Such a Mystery?", - "description": "Over 1 billion women around the world will have experienced perimenopause by 2025. But a culture that has spent years dismissing the process might explain why we don’t know more about it.", - "content": "Over 1 billion women around the world will have experienced perimenopause by 2025. But a culture that has spent years dismissing the process might explain why we don’t know more about it.", - "category": "Menopause", - "link": "https://www.nytimes.com/2021/04/29/well/perimenopause-women.html", - "creator": "Jessica Grose", - "pubDate": "Fri, 30 Apr 2021 13:56:25 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6ead43282948e35f63aaebedbc648715", - "highlights": [] + "hash": "0c3cde882d85bd45056cce2ecb7295a2" }, { - "title": "In South Africa, Success Against H.I.V. Offers Hope ", - "description": "A near-empty ward of the Chongwe District Hospital outside Lusaka, Zambia. Fifteen years ago, a hospital like this would have been overflowing with H.I.V. patients lying two or three to a bed.", - "content": "A near-empty ward of the Chongwe District Hospital outside Lusaka, Zambia. Fifteen years ago, a hospital like this would have been overflowing with H.I.V. patients lying two or three to a bed.", - "category": "Acquired Immune Deficiency Syndrome", - "link": "https://www.nytimes.com/2022/01/11/health/southern-africa-hiv-aids.html", - "creator": "Stephanie Nolen", - "pubDate": "Tue, 11 Jan 2022 14:59:11 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "95bd777fea5fea513e25fed89160ba36", - "highlights": [] + "hash": "2ef68bf82e80318dacc8c4a35bfb9752" }, { - "title": "Housing Costs Swell, Hampering Home Buyers and Pushing Up Rents", - "description": "Many would-be home buyers found themselves on the sidelines as housing prices rose steeply during the pandemic. ", - "content": "Many would-be home buyers found themselves on the sidelines as housing prices rose steeply during the pandemic. ", - "category": "Real Estate and Housing (Residential)", - "link": "https://www.nytimes.com/2022/01/12/business/housing-rent-inflation.html", - "creator": "Sydney Ember", - "pubDate": "Wed, 12 Jan 2022 14:14:35 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "NYTimes", - "read": true, - "favorite": false, - "created": false, - "tags": [], - "hash": "19a2bf3c1a3fcb64324d45fa17df69d1", - "highlights": [] - }, - { - "title": "CPI December 2021: Inflation Jumped at Fastest Pace Since 1982", - "description": "Policymakers have spent months waiting for inflation to fade, hoping that supply chain snags would ease to meet booming consumer demand.", - "content": "Policymakers have spent months waiting for inflation to fade, hoping that supply chain snags would ease to meet booming consumer demand.", - "category": "United States Economy", - "link": "https://www.nytimes.com/2022/01/12/business/economy/cpi-inflation-december-2021.html", - "creator": "Jeanna Smialek and Ana Swanson", - "pubDate": "Wed, 12 Jan 2022 19:59:34 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d7ec8dbdd3a27e59e2a6e97fee64bbe7", - "highlights": [] + "hash": "0a257c32a5bde8d948b39bdf7fd45f2b" }, { - "title": "I.R.S. to Start Tax Season With Major Backlog ", - "description": "The vast majority of taxpayers — 77 percent — received refunds in 2021, but tens of millions of them experienced delays, a new report says.", - "content": "The vast majority of taxpayers — 77 percent — received refunds in 2021, but tens of millions of them experienced delays, a new report says.", - "category": "Federal Taxes (US)", - "link": "https://www.nytimes.com/2022/01/12/business/irs-backlog-tax-returns-2021.html", - "creator": "Tara Siegel Bernard", - "pubDate": "Wed, 12 Jan 2022 20:46:47 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "de5ccd54ecc2dc9ef94dd453926f76f6", - "highlights": [] + "hash": "35a149a841c59910e266910022e414c6" }, { - "title": "As Infrastructure Money Flows, Wastewater Improvements Are Key", - "description": "Marilyn Rudolph’s house just outside of Hayneville, Ala., uses a rudimentary and unsanitary homemade sewage system used by thousands of people in rural Alabama.", - "content": "Marilyn Rudolph’s house just outside of Hayneville, Ala., uses a rudimentary and unsanitary homemade sewage system used by thousands of people in rural Alabama.", - "category": "Infrastructure Investment and Jobs Act (2021)", - "link": "https://www.nytimes.com/2022/01/12/us/politics/infrastructure-environmental-racism-alabama-black-belt.html", - "creator": "Glenn Thrush", - "pubDate": "Wed, 12 Jan 2022 20:53:55 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5588246e9b227cf96709d342118ea52c", - "highlights": [] + "hash": "7effdd55edcccc21b24dc252f5233419" }, { - "title": "How the Voting Rights Bills Miss the Target on Election Subversion", - "description": "Many analysts believe that in a presidential year, the electoral process may be at its most vulnerable from November to January.", - "content": "Many analysts believe that in a presidential year, the electoral process may be at its most vulnerable from November to January.", - "category": "Elections", - "link": "https://www.nytimes.com/2022/01/12/us/politics/biden-voting-rights-speech-election-subversion.html", - "creator": "Nate Cohn", - "pubDate": "Wed, 12 Jan 2022 19:17:55 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7b88c251f0d3f37c488a40d7944f20be", - "highlights": [] + "hash": "f65b2a9787283fd6b401e065027b043b" }, { - "title": "What We Know About the Building in the Bronx Apartment Fire", - "description": "The building where a fire killed at least 17 people was part of a group of eight buildings that had been bought by three investors in 2019 for $166 million.", - "content": "The building where a fire killed at least 17 people was part of a group of eight buildings that had been bought by three investors in 2019 for $166 million.", - "category": "Real Estate and Housing (Residential)", - "link": "https://www.nytimes.com/2022/01/12/nyregion/bronx-fire-twin-parks-north-west-landlord.html", - "creator": "Amy Julia Harris and Matthew Haag", - "pubDate": "Thu, 13 Jan 2022 00:52:06 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e666a27e331159064ed7452d15fa5fbc", - "highlights": [] + "hash": "cbe008bd5cd0ac5229faa7c30ee21cef" }, { - "title": "A Moose Hunting Class Is Teaching Students About Food", - "description": "Emma Hornung holding the moose ribs, which were left hanging for two days before the students helped cut the meat off the bones.", - "content": "Emma Hornung holding the moose ribs, which were left hanging for two days before the students helped cut the meat off the bones.", - "category": "Moose", - "link": "https://www.nytimes.com/2022/01/10/dining/alaska-students-moose-hunting.html", - "creator": "Victoria Petersen", - "pubDate": "Mon, 10 Jan 2022 17:56:30 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "88b7e2654979bd472d4c794f82988ccb", - "highlights": [] + "hash": "37ec08e437f807891efde35e717eb348" }, { - "title": "Cigarettes Are Making a Comeback", - "description": "Jay Lancaster, 29, from Ridgewood, Queens, and Sam Cadd, 24, from Astoria outside of McSorley's in the East Village on a recent Friday night.", - "content": "Jay Lancaster, 29, from Ridgewood, Queens, and Sam Cadd, 24, from Astoria outside of McSorley's in the East Village on a recent Friday night.", - "category": "Smoking and Tobacco", - "link": "https://www.nytimes.com/2022/01/12/style/smoking-cigarettes-comeback.html", - "creator": "John Ortved", - "pubDate": "Wed, 12 Jan 2022 16:28:04 +0000", + "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": "NYTimes", - "read": true, + "feed": "Nature", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1af52bd1735ba29eeae2b2627c4f4630", - "highlights": [] + "hash": "7c8c758b57745d6519b97980c36480da" }, { - "title": "Our Patients Are Scared of Omicron. Here’s What Can Be Done to Help.", - "description": "Only with a better understanding of the science do we have any hope of protecting our vulnerable friends, family members and neighbors.", - "content": "Only with a better understanding of the science do we have any hope of protecting our vulnerable friends, family members and neighbors.", - "category": "Transplants", - "link": "https://www.nytimes.com/2022/01/13/opinion/omicron-immunocompromised.html", - "creator": "Dorry Segev and William Werbel", - "pubDate": "Thu, 13 Jan 2022 10:00:10 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e8cac3247c89506f411e49e0f8d66ceb", - "highlights": [] + "hash": "695a1cb0f5de75469214892c01beca00" }, { - "title": "2021 in Jazz: Intimacy and Conversation", - "description": "Throughout the pandemic, the music’s flexibility has become an asset. Where will artists take it next?", - "content": "Throughout the pandemic, the music’s flexibility has become an asset. Where will artists take it next?", - "category": "audio-neutral-informative", - "link": "https://www.nytimes.com/2022/01/12/arts/music/popcast-jazz.html", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 19:11:04 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f5a02c18f3ecf78ca17c74673f0b0bb5", - "highlights": [] + "hash": "e7e3696689462b4bca9759f9a07eb3d8" }, { - "title": "What We’re Looking Forward to This Year", - "description": "Hopes and goals for 2022.", - "content": "Hopes and goals for 2022.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2022/01/12/at-home/newsletter.html", - "creator": "Melissa Kirsch", - "pubDate": "Wed, 12 Jan 2022 21:00:06 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b5d289b51243d96b94bafd399f72464f", - "highlights": [] + "hash": "5d9658d841740fdbc2584efc08d92be6" }, { - "title": "NATO and Russia Talk Frankly, but Past One Another for Now", - "description": "Russia’s deputy defense minister, Aleksandr V. Fomin, left, and deputy foreign minister, Aleksandr V. Grushko, center, with the NATO secretary-general, Jens Stoltenberg, before their meeting in Brussels on Wednesday.", - "content": "Russia’s deputy defense minister, Aleksandr V. Fomin, left, and deputy foreign minister, Aleksandr V. Grushko, center, with the NATO secretary-general, Jens Stoltenberg, before their meeting in Brussels on Wednesday.", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2022/01/12/world/europe/nato-russia-talks-ukraine-brussels.html", - "creator": "Steven Erlanger and Anton Troianovski", - "pubDate": "Wed, 12 Jan 2022 20:48:09 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "930d8ed7440922dc25aaebee36bbcaf2", - "highlights": [] + "hash": "ca3038b31241e899cdcf617d525665f1" }, { - "title": "David McCormick Joins Republican Senate Primary in Pennsylvania", - "description": "David McCormick and his wife, Dina Powell McCormick, in 2018. Mr. McCormick is joining a large field of candidates in the race to succeed Senator Pat Toomey, who is retiring.", - "content": "David McCormick and his wife, Dina Powell McCormick, in 2018. Mr. McCormick is joining a large field of candidates in the race to succeed Senator Pat Toomey, who is retiring.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/12/us/elections/david-mccormick-pennsylvania-senate.html", - "creator": "Kate Kelly and Trip Gabriel", - "pubDate": "Thu, 13 Jan 2022 00:10:02 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c75309cf61b93aff7238fbcc559eb9b3", - "highlights": [] + "hash": "b1e60c5bf63558a5e532a9080b4240fd" }, { - "title": "Rachel Balkovec's Promotion to Manager Was Easy Choice for Yankees", - "description": "Rachel Balkovec’s ascent through the Yankees coaching ranks will take its next step when she manages in the minors. After years of hard work, the move was an easy choice.", - "content": "Rachel Balkovec’s ascent through the Yankees coaching ranks will take its next step when she manages in the minors. After years of hard work, the move was an easy choice.", - "category": "Baseball", - "link": "https://www.nytimes.com/2022/01/12/sports/baseball/rachel-balkovec-yankees.html", - "creator": "James Wagner", - "pubDate": "Thu, 13 Jan 2022 02:59:27 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "41780907a5e9d56fc302a3ad110e4f74", - "highlights": [] + "hash": "2cc6cfa810969a1d384363787766a700" }, { - "title": "Journalists in El Salvador Targeted With Spyware Intended for Criminals", - "description": "Spyware has been found on the phones of 22 reporters and editors from the El Faro newspaper in El Salvador over the last year.", - "content": "Spyware has been found on the phones of 22 reporters and editors from the El Faro newspaper in El Salvador over the last year.", - "category": "Surveillance of Citizens by Government", - "link": "https://www.nytimes.com/2022/01/12/world/americas/el-salvador-journalists-spyware.html", - "creator": "Maria Abi-Habib", - "pubDate": "Thu, 13 Jan 2022 02:03:55 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "802399c6b4072de053a8c01882926a1b", - "highlights": [] + "hash": "f625ad399d6781f572e8e2b9a6b94a6e" }, { - "title": "Two Women, a Burglary and a Glitter Fight. Another Florida Mystery.", - "description": "The apartment complex in Clearwater, Fla., where the authorities said two women broke into a man’s home and threw containers of glitter at him.", - "content": "The apartment complex in Clearwater, Fla., where the authorities said two women broke into a man’s home and threw containers of glitter at him.", - "category": "Florida", - "link": "https://www.nytimes.com/2022/01/12/us/florida-women-arrested-glitter-burglary.html", - "creator": "Jesus Jiménez", - "pubDate": "Thu, 13 Jan 2022 01:54:52 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "baaec1944c42770c4f380ae42ace16a4", - "highlights": [] + "hash": "f37cf4f03397c6e4902a7f8bc61368b0" }, { - "title": "Amtrak Pays $2 Million to Passengers With Disabilities Who Faced Obstacles at Stations", - "description": "Amtrak has settled with more than 1,500 people over train stations that were inaccessible to those with disabilities. ", - "content": "Amtrak has settled with more than 1,500 people over train stations that were inaccessible to those with disabilities. ", - "category": "Disabilities", - "link": "https://www.nytimes.com/2022/01/12/us/amtrak-disability-discrimination-settlement.html", - "creator": "Christine Chung", - "pubDate": "Thu, 13 Jan 2022 02:46:05 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "851aff597d601cc7edff89898c4c6e2c", - "highlights": [] + "hash": "d9180493c20019c3a35e9bc84afa50cd" }, { - "title": "Palestinian American Dies of Heart Attack After Brief Detention by Israeli Troops", - "description": "A poster of Omar Asad, who died shortly after being detained by Israeli troops, in the West Bank village of Jiljilya on Wednesday.", - "content": "A poster of Omar Asad, who died shortly after being detained by Israeli troops, in the West Bank village of Jiljilya on Wednesday.", - "category": "Palestinians", - "link": "https://www.nytimes.com/2022/01/12/world/middleeast/palestinian-american-dies-israel.html", - "creator": "Patrick Kingsley", - "pubDate": "Thu, 13 Jan 2022 02:59:23 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "953430b2a1b42388703bc81bab78c7a7", - "highlights": [] + "hash": "4fff63101c4e188a1d3cf8be92a66160" }, { - "title": "How Big Can a TikTok Duet Get?", - "description": "Lil Yachty was one of many duet partners who picked up the TikTok challenge to add a verse to Sadie Jean’s track “WYD Now?”", - "content": "Lil Yachty was one of many duet partners who picked up the TikTok challenge to add a verse to Sadie Jean’s track “WYD Now?”", - "category": "Pop and Rock Music", - "link": "https://www.nytimes.com/2022/01/11/arts/music/sadie-jean-wyd-now-lil-yachty.html", - "creator": "Jon Caramanica", - "pubDate": "Thu, 13 Jan 2022 02:31:02 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bdc67a9ed588cdde6ccc1eec563034b7", - "highlights": [] + "hash": "15028cfb1f682a44324c5b49d8b24a7b" }, { - "title": "Cameroon's Goalkeeper André Onana Just Wants to Play", - "description": "André Onana, pride of Cameroon’s Indomitable Lions.", - "content": "André Onana, pride of Cameroon’s Indomitable Lions.", - "category": "Soccer", - "link": "https://www.nytimes.com/2022/01/12/sports/soccer/andre-onana-cameroon.html", - "creator": "Tariq Panja", - "pubDate": "Wed, 12 Jan 2022 17:54:39 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "381bb7bd8799504b34d4ea57a37132c8", - "highlights": [] + "hash": "50adc80dff8d7270008c81c3bab2390d" }, { - "title": "SAG Award Nominations 2022: The Complete List, Snubs and Surprises", - "description": "Nicole Kidman, left, and Javier Bardem were both nominated for their performances in “Being the Ricardos.”", - "content": "Nicole Kidman, left, and Javier Bardem were both nominated for their performances in “Being the Ricardos.”", - "category": "Academy Awards (Oscars)", - "link": "https://www.nytimes.com/2022/01/12/movies/sag-nominations-2022.html", - "creator": "Kyle Buchanan", - "pubDate": "Thu, 13 Jan 2022 04:33:15 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "99438ca30ad0401f2a57b2c36004be2a", - "highlights": [] + "hash": "cfc88808e75d5892bb0b2201dca67c92" }, { - "title": "Does Art Have to Be Relevant? One Prominent Critic Says No.", - "description": "The composer John Adams reviews a new book by Jed Perl, “Authority and Freedom: A Defense of the Arts.”", - "content": "The composer John Adams reviews a new book by Jed Perl, “Authority and Freedom: A Defense of the Arts.”", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2022/01/12/books/review/authority-and-freedom-a-defense-of-the-arts-jed-perl.html", - "creator": "John Adams", - "pubDate": "Wed, 12 Jan 2022 10:00:03 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1854efd3583bbe23bdfa7a51144a1cbc", - "highlights": [] + "hash": "ddf4d6104a6ab34411f20c5a8c22ce3c" }, { - "title": "What Does Living With Omicron, and the Next Covid Variants, Truly Mean?", - "description": "With Covid here to stay, some public health experts say we need to adapt to a new normal.", - "content": "With Covid here to stay, some public health experts say we need to adapt to a new normal.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2022/01/11/opinion/omicron-covid-biden.html", - "creator": "Spencer Bokat-Lindell", - "pubDate": "Wed, 12 Jan 2022 15:30:16 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "328e82b1f0f636219225cb50835623e8", - "highlights": [] + "hash": "254c88e9d44ea5781fffb15f33ebc761" }, { - "title": "The Growing Fight Over Voting Rights", - "description": "On President Biden’s speech, vote counting and voter suppression. Also: Donald Trump and Jan. 6; Rikers Island; Covid pathogens; exercise heals.", - "content": "On President Biden’s speech, vote counting and voter suppression. Also: Donald Trump and Jan. 6; Rikers Island; Covid pathogens; exercise heals.", - "category": "Biden, Joseph R Jr", - "link": "https://www.nytimes.com/2022/01/12/opinion/letters/voting-rights-biden-republicans.html", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 18:15:20 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "23e4e93f02461ea306fbe2017edba813", - "highlights": [] + "hash": "a0fa60a23ab5746eb9057d134526648e" }, { - "title": "Bitcoin, Inflation and the Misguided Fear of Government Money Creation", - "description": "Coin production in England in the early 19th century.", - "content": "Coin production in England in the early 19th century.", - "category": "International Trade and World Market", - "link": "https://www.nytimes.com/2022/01/11/opinion/bitcoin-inflation-deficit-spending.html", - "creator": "Paul Krugman", - "pubDate": "Wed, 12 Jan 2022 08:22:44 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e01a2d1fab8a3dea31c12060a1f13345", - "highlights": [] + "hash": "d43028ef448df890cae943e853b55f60" }, { - "title": "What Putin Really Wants From the Ukraine Crisis", - "description": "He wants to break NATO’s back. And he might succeed.", - "content": "He wants to break NATO’s back. And he might succeed.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2022/01/11/opinion/ukraine-biden-putin.html", - "creator": "Bret Stephens", - "pubDate": "Wed, 12 Jan 2022 00:30:07 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c839b0cbd51dd239b3de2081fa66dfa7", - "highlights": [] + "hash": "bf0b6fd138eda32430246c5a23346c81" }, { - "title": "Why I Still Love ‘West Side Story’", - "description": "Yes, it has flaws. No, remaking it wasn’t a mistake.", - "content": "Yes, it has flaws. No, remaking it wasn’t a mistake.", - "category": "Movies", - "link": "https://www.nytimes.com/2022/01/11/opinion/west-side-story.html", - "creator": "John McWhorter", - "pubDate": "Wed, 12 Jan 2022 16:45:52 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1e0cb017e03045ab7356ef9e345ebe60", - "highlights": [] + "hash": "e9bcf7be5bd84b5d24c7752e488f54f5" }, { - "title": "How the 'Let's Go, Brandon' Meme Became a Campaign Ad", - "description": "The “Let’s go, Brandon” phrase originated on Oct. 2, 2021. People in the stands at the Talladega Superspeedway chanted the name of President Biden, preceded by an expletive during a broadcast interview with Brandon Brown, the race’s winner.", - "content": "The “Let’s go, Brandon” phrase originated on Oct. 2, 2021. People in the stands at the Talladega Superspeedway chanted the name of President Biden, preceded by an expletive during a broadcast interview with Brandon Brown, the race’s winner.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/12/us/politics/lets-go-brandon-meme-gop.html", - "creator": "Blake Hounshell and Leah Askarinam", - "pubDate": "Thu, 13 Jan 2022 04:12:28 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "18d03a20f83e1c6140cd0307a632765a", - "highlights": [] + "hash": "502499a7c1ff0a29f5f7977494fa066a" }, { - "title": "Jan. 6 Committee Seeks Interview With Kevin McCarthy", - "description": "Representative Kevin McCarthy, Republican of California and the minority leader, is the highest-ranking lawmaker the committee has pursued in its inquiry.", - "content": "Representative Kevin McCarthy, Republican of California and the minority leader, is the highest-ranking lawmaker the committee has pursued in its inquiry.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/12/us/politics/kevin-mccarthy-jan-6-committee.html", - "creator": "Luke Broadwater", - "pubDate": "Wed, 12 Jan 2022 22:01:51 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c41eeeddabc56ae47316c12c1cdb1c51", - "highlights": [] + "hash": "04dbe85cb980ac4cb33788841c452f94" }, { - "title": "Economy Updates: I.R.S. to Start Tax Season With Major Backlog", - "description": "The rapid increase in inflation for the year through December shows the continuing struggles of the economy amid virus waves. The Biden administration has waited months for inflation to fade. Instead, price gains have eroded consumer confidence. Here’s the latest on the economy. ", - "content": "The rapid increase in inflation for the year through December shows the continuing struggles of the economy amid virus waves. The Biden administration has waited months for inflation to fade. Instead, price gains have eroded consumer confidence. Here’s the latest on the economy. ", + "title": "Context is key for learning motor skills", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.nytimes.com/live/2022/01/12/business/inflation-stock-market-economy-news", - "creator": "The New York Times", - "pubDate": "Wed, 12 Jan 2022 19:12:47 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c8638d2f0e4c0c584226e29384666bc0", - "highlights": [] + "hash": "4d400a949e9ed6ffeab36ef3201e821f" }, { - "title": "The Army of Millions Who Enforce China’s Zero-Covid Policy", - "description": "As the troubled lockdown in Xi’an has shown, many Chinese people remain willing to work diligently toward the government’s goal of eliminating the virus, no matter the consequences.", - "content": "As the troubled lockdown in Xi’an has shown, many Chinese people remain willing to work diligently toward the government’s goal of eliminating the virus, no matter the consequences.", - "category": "Quarantines", - "link": "https://www.nytimes.com/2022/01/12/business/china-zero-covid-policy-xian.html", - "creator": "Li Yuan", - "pubDate": "Wed, 12 Jan 2022 15:34:40 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f5f2407c98decfdeb548870449ba2e1f", - "highlights": [] + "hash": "85b7f0abaf0a88342c184eaa90d467c5" }, { - "title": "‘Girl From the North Country’ to close on Broadway, hoping to return.", - "description": "Caitlin Houlahan, left, and Colton Ryan in 2020 in the musical “Girl From the North Country.” The show is closing. ", - "content": "Caitlin Houlahan, left, and Colton Ryan in 2020 in the musical “Girl From the North Country.” The show is closing. ", - "category": "Theater", - "link": "https://www.nytimes.com/2022/01/12/theater/girl-from-north-country-broadway.html", - "creator": "Michael Paulson", - "pubDate": "Wed, 12 Jan 2022 22:25:02 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "42826eb6af596d7c06bc0133e94124a0", - "highlights": [] + "hash": "f6e0f8de1cd99a1ec14fdd83c041c175" }, { - "title": "Genevieve Beacom Is First Woman to Pitch Professionally in Australia", - "description": "At 17, Genevieve Beacom became the first woman to play in Australia’s top professional baseball league. She hopes her next stop is college ball in the United States.", - "content": "At 17, Genevieve Beacom became the first woman to play in Australia’s top professional baseball league. She hopes her next stop is college ball in the United States.", - "category": "Baseball", - "link": "https://www.nytimes.com/2022/01/12/sports/baseball/genevieve-beacom-australia.html", - "creator": "David Waldstein", - "pubDate": "Wed, 12 Jan 2022 17:14:12 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4b2f369243706502462a443a29f64426", - "highlights": [] + "hash": "4a60daa5e728c0c6c85e4fdc967e31c6" }, { - "title": "The U.S. Must Work With the Taliban in Afghanistan", - "description": "Kneecapping the government through continued sanctions and frozen aid won’t change the fact that the Taliban are now in charge.", - "content": "Kneecapping the government through continued sanctions and frozen aid won’t change the fact that the Taliban are now in charge.", - "category": "Foreign Aid", - "link": "https://www.nytimes.com/2022/01/11/opinion/afghanistan-taliban-us.html", - "creator": "Laurel Miller", - "pubDate": "Tue, 11 Jan 2022 10:00:06 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a6c87f628bc51979708b59a93efb10c8", - "highlights": [] + "hash": "68cf47d57b6f6edca768c17a966f4b9b" }, { - "title": "In Lawsuit, Yale and Other Elite Colleges Are Accused of Limiting Financial Aid", - "description": "Duke University is one of 16 elite schools named in a lawsuit accusing them of conspiring to reduce financial aid awards through a price-fixing cartel.", - "content": "Duke University is one of 16 elite schools named in a lawsuit accusing them of conspiring to reduce financial aid awards through a price-fixing cartel.", - "category": "Colleges and Universities", - "link": "https://www.nytimes.com/2022/01/10/us/financial-aid-lawsuit-colleges.html", - "creator": "Stephanie Saul and Anemona Hartocollis", - "pubDate": "Mon, 10 Jan 2022 23:54:50 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b1e48f16a0260a8681f188823237690d", - "highlights": [] + "hash": "494d0db5d77a05d89c671c97a62c0bce" }, { - "title": "Insurers Will Have to Cover 8 At-Home Virus Tests Per Month", - "description": "People with private insurance will be able to order test kits through their insurer, or buy them and submit a claim for reimbursement. ", - "content": "People with private insurance will be able to order test kits through their insurer, or buy them and submit a claim for reimbursement. ", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2022/01/10/us/politics/insurance-covid-tests.html", - "creator": "Noah Weiland and Sarah Kliff", - "pubDate": "Tue, 11 Jan 2022 02:37:43 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "64fa512884d90938e534158fd6043b11", - "highlights": [] + "hash": "c9ca5edb3eb78b4424d1276ca6137b8b" }, { - "title": "Must I Donate a Kidney to My Awful Brother?", - "description": "The magazine’s Ethicist columnist on what you owe to a sibling who didn’t treat you right and how to handle a potential bullying situation at your child’s school.", - "content": "The magazine’s Ethicist columnist on what you owe to a sibling who didn’t treat you right and how to handle a potential bullying situation at your child’s school.", - "category": "Kidneys", - "link": "https://www.nytimes.com/2022/01/11/magazine/kidney-donation-ethics.html", - "creator": "Kwame Anthony Appiah", - "pubDate": "Tue, 11 Jan 2022 10:00:11 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "196a2f415c6c4e7ee771da857e1dd5c5", - "highlights": [] + "hash": "58495be646209f03227e1dd1f8e8231a" }, { - "title": "He Lost Fingers in an Accident. Now It’s Inspiring His Art.", - "description": "John Powers, a sculptor who lost several fingers in a table-saw accident, is returning to work with paper collages in his studio on Oscawana Lake, near Beacon, N.Y. He has turned to artists for creative solutions to a life-changing injury. ", - "content": "John Powers, a sculptor who lost several fingers in a table-saw accident, is returning to work with paper collages in his studio on Oscawana Lake, near Beacon, N.Y. He has turned to artists for creative solutions to a life-changing injury. ", - "category": "Powers, John (Artist)", - "link": "https://www.nytimes.com/2022/01/11/arts/design/john-powers-sculptor-accident.html", - "creator": "Kriston Capps", - "pubDate": "Tue, 11 Jan 2022 19:06:49 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "18ade097c2b5ece2976c7eb473ae78c6", - "highlights": [] + "hash": "2a39e7a27b5298effb62a342d0537b4b" }, { - "title": "The Two Paths on Voting Rights: Ambition or Compromise", - "description": "President Biden speaking in Atlanta yesterday.", - "content": "President Biden speaking in Atlanta yesterday.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/12/briefing/voting-rights-joe-biden.html", - "creator": "David Leonhardt and Ian Prasad Philbrick", - "pubDate": "Wed, 12 Jan 2022 11:17:48 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cb5e8f4922bdc02a901267bf4b62221f", - "highlights": [] + "hash": "41793ddd5216645eb0d0521516023298" }, { - "title": "Russia and the U.S. Face Off Over Ukraine", - "description": "American and Russian flags in Geneva on Monday. In the past year, Mr. Putin has increasingly cast Western support for Ukraine as an existential threat.", - "content": "American and Russian flags in Geneva on Monday. In the past year, Mr. Putin has increasingly cast Western support for Ukraine as an existential threat.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2022/01/12/podcasts/the-daily/russia-us-ukraine-talks.html", - "creator": "Annie Correal, Austin Mitchell, Mooj Zadie, Jessica Cheung, Lynsea Garrison, M.J. Davis Lin, Chelsea Daniel and Marion Lozano", - "pubDate": "Wed, 12 Jan 2022 11:49:03 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bbe4e185008cb36d15a31362e7bc6cc1", - "highlights": [] + "hash": "d4d16b83004276c027256496995362c3" }, { - "title": "Is Norway the Future of Cars?", - "description": "The speed by which electric vehicles have taken over Norway has stunned even the cars’ enthusiasts.", - "content": "The speed by which electric vehicles have taken over Norway has stunned even the cars’ enthusiasts.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2022/01/11/technology/norway-electric-vehicles.html", - "creator": "Shira Ovide", - "pubDate": "Tue, 11 Jan 2022 17:40:11 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "05fe8cc893631f98f81664c7f1502328", - "highlights": [] + "hash": "c05f4f7501661edcf143b97ef6d9cb73" }, { - "title": "Making Your Running Resolution Stick", - "description": "Have a big running goal? Consider taking a bite-size approach.", - "content": "Have a big running goal? Consider taking a bite-size approach.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2022/01/09/sports/running-resolution-tips.html", - "creator": "Talya Minsberg", - "pubDate": "Sun, 09 Jan 2022 19:15:57 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7a97582deacb2b876030f53a1d17125f", - "highlights": [] + "hash": "465c7e12d1718776f7343a0dfbfb3590" }, { - "title": "Ronnie Spector, Who Brought Edge to Girl Group Sound, Dies at 78", - "description": "As part of the Ronettes, Ronnie Spector helped transform the virginal model that had defined female pop groups since the 1940s.", - "content": "As part of the Ronettes, Ronnie Spector helped transform the virginal model that had defined female pop groups since the 1940s.", - "category": "Pop and Rock Music", - "link": "https://www.nytimes.com/2022/01/12/arts/music/ronnie-spector-dead.html", - "creator": "Ben Sisario and Joe Coscarelli", - "pubDate": "Wed, 12 Jan 2022 22:22:01 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8473d76f474053c848316cd3f566f464", - "highlights": [] + "hash": "8ed75e897566df07c154c5d96b6888d0" }, { - "title": "Is Gruyère Still Gruyère if It Doesn’t Come From Gruyères?", - "description": "Gruyère cheese is named for the Swiss town where it has been produced for centuries.", - "content": "Gruyère cheese is named for the Swiss town where it has been produced for centuries.", - "category": "Cheese", - "link": "https://www.nytimes.com/2022/01/12/business/gruyere-cheese-us-court-ruling.html", - "creator": "Jenny Gross", - "pubDate": "Wed, 12 Jan 2022 17:21:52 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e1c91b87f104d01d18c2d8b75bb7b050", - "highlights": [] + "hash": "5a33cbc80216082eca0d9bc8f8fb3935" }, { - "title": "Libor, Long the Most Important Number in Finance, Dies at 52", - "description": "The Bank of England in London’s financial district. The London interbank offered rate, or Libor, was a central force in international finance.", - "content": "The Bank of England in London’s financial district. The London interbank offered rate, or Libor, was a central force in international finance.", - "category": "Banking and Financial Institutions", - "link": "https://www.nytimes.com/2022/01/12/business/libor-finance.html", - "creator": "Lananh Nguyen and Jeanna Smialek", - "pubDate": "Wed, 12 Jan 2022 19:31:26 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1168e1184c71615ab7e3386ec8ffa4e5", - "highlights": [] + "hash": "103f8bc9b162fe46a4d20d170336a863" }, { - "title": "Texas Man Is First Charged Under New Antidoping Law in U.S.", - "description": "The Olympic rings at Odaiba Marine Park before the Tokyo Olympics.", - "content": "The Olympic rings at Odaiba Marine Park before the Tokyo Olympics.", - "category": "Doping (Sports)", - "link": "https://www.nytimes.com/2022/01/12/sports/olympics/federal-antidoping-law.html", - "creator": "Kevin Draper", - "pubDate": "Wed, 12 Jan 2022 19:04:32 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f009efed82110c3d6c94b2a0a63db90a", - "highlights": [] + "hash": "445121e49f3092a7a69e764c32c21714" }, { - "title": "Epstein Accuser’s Lawsuit Against Prince Andrew Can Proceed, Judge Rules", - "description": "Prince Andrew had argued that an earlier settlement in a lawsuit against Jeffrey Epstein had released him from liability. ", - "content": "Prince Andrew had argued that an earlier settlement in a lawsuit against Jeffrey Epstein had released him from liability. ", - "category": "Suits and Litigation (Civil)", - "link": "https://www.nytimes.com/2022/01/12/nyregion/prince-andrew-epstein-lawsuit-virginia-giuffre.html", - "creator": "Benjamin Weiser", - "pubDate": "Wed, 12 Jan 2022 15:24:41 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b86999d3ce7375a67e79cb9b265bf233", - "highlights": [] + "hash": "f04c2969c5c559df22d3c8c913c79d40" }, { - "title": "Djokovic Admits False Statement on Australia Travel Document", - "description": "In a statement Wednesday, Novak Djokovic laid out what he said was the series of events before he received a positive coronavirus test.", - "content": "In a statement Wednesday, Novak Djokovic laid out what he said was the series of events before he received a positive coronavirus test.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2022/01/12/world/asia/novak-djokovic-covid-statement.html", - "creator": "Yan Zhuang", - "pubDate": "Wed, 12 Jan 2022 09:09:01 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ad3b9700ddb10ad7aac9a3e83cac527e", - "highlights": [] + "hash": "418c58e7853b85c15b618c5a344bce44" }, { - "title": "Car Bomb in Mogadishu, Somalia's Capital, Kills 8", - "description": "The scene of a car bombing in Mogadishu, Somalia, on Wednesday. A news site associated with Al Shabab said the militant group had carried out the attack.", - "content": "The scene of a car bombing in Mogadishu, Somalia, on Wednesday. A news site associated with Al Shabab said the militant group had carried out the attack.", - "category": "Somalia", - "link": "https://www.nytimes.com/2022/01/12/world/africa/somalia-car-bomb.html", - "creator": "Abdi Latif Dahir", - "pubDate": "Wed, 12 Jan 2022 15:40:59 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f1608114c2642b61e26c005ccb0a8a12", - "highlights": [] + "hash": "93d75c1035f70abe173ad56a2087eb2f" }, { - "title": "Seattle Maestro Resigns by Email and Says He Felt ‘Not Safe’", - "description": "Thomas Dausgaard leading the Seattle Symphony in February 2020. His abrupt resignation last week blindsided the orchestra.", - "content": "Thomas Dausgaard leading the Seattle Symphony in February 2020. His abrupt resignation last week blindsided the orchestra.", - "category": "Classical Music", - "link": "https://www.nytimes.com/2022/01/11/arts/music/seattle-symphony-thomas-dausgaard.html", - "creator": "Javier C. Hernández", - "pubDate": "Tue, 11 Jan 2022 16:35:09 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ad9123bd42022469652c091e7698e222", - "highlights": [] + "hash": "a5b761cd343005ea7425e98a56a72627" }, { - "title": "Grid, a ‘Fuller Picture’ News Site, Goes Live", - "description": "Laura McGann, formerly of Vox, is running Grid’s newsroom. Mark Bauman, a former ABC News reporter, is in charge of the business side.", - "content": "Laura McGann, formerly of Vox, is running Grid’s newsroom. Mark Bauman, a former ABC News reporter, is in charge of the business side.", - "category": "News and News Media", - "link": "https://www.nytimes.com/2022/01/12/business/grid-news-site-live.html", - "creator": "Katie Robertson", - "pubDate": "Wed, 12 Jan 2022 12:42:41 +0000", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3868adcdb718bc8c99d91a3376d9294e", - "highlights": [] + "hash": "0380dd2184c0ed92d29ffe1f0564752d" }, { - "title": "The ‘Best Spring Skiing Anywhere’? Try Crete", - "description": "Skiing Crete’s perfect corn snow with a view of the Libyan Sea to the south on Psiloritis. The island offers miles of untracked descents, but almost no skiing infrastucture.  ", - "content": "Skiing Crete’s perfect corn snow with a view of the Libyan Sea to the south on Psiloritis. The island offers miles of untracked descents, but almost no skiing infrastucture.  ", - "category": "Skiing", - "link": "https://www.nytimes.com/2022/01/04/travel/crete-greece-skiing.html", - "creator": "Biddle Duke", - "pubDate": "Sat, 08 Jan 2022 14:13:49 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "be60bfae966922bc6c782a38b30cb4a7", - "highlights": [] + "hash": "eed79f99dd4dbe5bac9452d4ad978af4" }, { - "title": "From Northern Ireland, Dance as a ‘Physical Prayer’", - "description": "Oona Doherty photographed at the church in Bangor (a seaside town near Belfast) where she rehearses.", - "content": "Oona Doherty photographed at the church in Bangor (a seaside town near Belfast) where she rehearses.", - "category": "Content Type: Personal Profile", - "link": "https://www.nytimes.com/2022/01/10/arts/dance/oona-doherty-hard-to-be-soft-irish-arts-center.html", - "creator": "Siobhan Burke", - "pubDate": "Mon, 10 Jan 2022 19:39:44 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e5936d11077ffa37c7cb32deeca807fa", - "highlights": [] + "hash": "1e3c3d549d3ed7ca24e036185c60b090" }, { - "title": "A Chilling Debut Novel Puts Mothers Under Surveillance and Into Parenting Rehab", - "description": "Jessamine Chan’s “The School for Good Mothers” takes up themes of autonomy and technology in imagining an experimental facility where parents go through mandatory retraining.", - "content": "Jessamine Chan’s “The School for Good Mothers” takes up themes of autonomy and technology in imagining an experimental facility where parents go through mandatory retraining.", - "category": "The School for Good Mothers (Book)", - "link": "https://www.nytimes.com/2022/01/11/books/review-school-for-good-mothers-jessamine-chan.html", - "creator": "Molly Young", - "pubDate": "Tue, 11 Jan 2022 17:33:34 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7613e938f5afc9259e67f8dd23e86a32", - "highlights": [] + "hash": "78fed7ce7627b66ba9b501c848dd6219" }, { - "title": "‘Cheer’ Is Back. Here’s Where the Jerry Harris Case Stands.", - "description": "A scene from “Cheer.” The docuseries returns on Wednesday.", - "content": "A scene from “Cheer.” The docuseries returns on Wednesday.", - "category": "Child Pornography", - "link": "https://www.nytimes.com/2022/01/11/arts/television/cheer-season-2-jerry-harris.html", - "creator": "Sarah Bahr", - "pubDate": "Wed, 12 Jan 2022 18:15:02 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b43f388826dc8a058c80a83d823af9e7", - "highlights": [] + "hash": "b12673feeb01bba489ca515b67a77e31" }, { - "title": "Stream These Three Great Documentaries", - "description": "This month’s picks include a personal essay on tobacco, an experimental look at pieces of the Berlin Wall and a chronicle of a revolt in Wukan, China.", - "content": "This month’s picks include a personal essay on tobacco, an experimental look at pieces of the Berlin Wall and a chronicle of a revolt in Wukan, China.", - "category": "Documentary Films and Programs", - "link": "https://www.nytimes.com/2022/01/12/movies/best-documentaries-streaming.html", - "creator": "Ben Kenigsberg", - "pubDate": "Wed, 12 Jan 2022 14:00:07 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9dd41bd2d0185795dc19842f1a8b18dd", - "highlights": [] + "hash": "6cb078116e5143410a4c0706e17fb7c1" }, { - "title": "Facebook Rejected Ads From 60 Women's Sexual Health Companies According to New Report", - "description": "Advertisements rejected by Facebook for vFit, a product made by Joylux that is used to strengthen the pelvic floor.", - "content": "Advertisements rejected by Facebook for vFit, a product made by Joylux that is used to strengthen the pelvic floor.", - "category": "Online Advertising", - "link": "https://www.nytimes.com/2022/01/11/style/facebook-womens-sexual-health-advertising.html", - "creator": "Valeriya Safronova", - "pubDate": "Wed, 12 Jan 2022 11:24:15 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "07ac9109a1a2e699a9c919e0cae57069", - "highlights": [] + "hash": "6da7b317ec780ddeaf2c4f9f2dda6f84" }, { - "title": "Supply Chain Snags Continued to Drive Up Inflation in December", - "description": "The surge in coronavirus cases is idling workers at ports and trucking companies, while strong consumer demand continues to drive up the cost of shipping and energy.", - "content": "The surge in coronavirus cases is idling workers at ports and trucking companies, while strong consumer demand continues to drive up the cost of shipping and energy.", - "category": "Transportation Department (US)", - "link": "https://www.nytimes.com/2022/01/12/business/inflation-supply-chain.html", - "creator": "Ana Swanson", - "pubDate": "Wed, 12 Jan 2022 14:50:15 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7756d8b98b659af4a968f9d101cedae8", - "highlights": [] + "hash": "db652ed21bc43fd7ca312eb29726f25c" }, { - "title": "Biden Calls for Legislative Action on Voting Rights", - "description": "“I’m tired of being quiet!” Mr. Biden said of the calm persuasion that Democrats have used, in vain, to try to pass a voting rights bill.", - "content": "“I’m tired of being quiet!” Mr. Biden said of the calm persuasion that Democrats have used, in vain, to try to pass a voting rights bill.", - "category": "Biden, Joseph R Jr", - "link": "https://www.nytimes.com/2022/01/11/us/politics/biden-voting-rights-state-laws.html", - "creator": "Nick Corasaniti and Reid J. Epstein", - "pubDate": "Wed, 12 Jan 2022 00:50:17 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "786fb64f8bc35b780f5450d100a5210a", - "highlights": [] + "hash": "08783d8cb01e93548136d1988210a205" }, { - "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": "", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "32dd2c229cc5c6f0ff358f31fbf11c4e", - "highlights": [] + "hash": "8c2a2701cd9f271078d5ed6e932f0387" }, { - "title": "Consumer Prices Rise 7%, Fastest Pace Since 1982", - "description": "The rapid increase in inflation for the year through December shows the continuing struggles of the economy amid virus waves. The Biden administration has waited months for inflation to fade. Instead, price gains have eroded consumer confidence. Here’s the latest on the economy. ", - "content": "The rapid increase in inflation for the year through December shows the continuing struggles of the economy amid virus waves. The Biden administration has waited months for inflation to fade. Instead, price gains have eroded consumer confidence. Here’s the latest on the economy. ", + "title": "COVID’s career impact and embryo secrets — the week in infographics", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.nytimes.com/live/2022/01/12/business/inflation-stock-market-economy-news", - "creator": "The New York Times", - "pubDate": "Wed, 12 Jan 2022 17:14:52 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "link": "https://www.nature.com/articles/d41586-021-03478-3", + "creator": "", + "pubDate": "2021-11-19", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f6d07c78072f4155e4b820f63e310228", - "highlights": [] + "hash": "0b8565b86e24777e8298a6d652384f83" }, { - "title": "Democrats are looking at multiple proposals to curb the filibuster.", - "description": "Senator Joe Manchin III of West Virginia has expressed support for a return to the “talking” filibuster, in which senators must hold the floor while they are blocking legislation.", - "content": "Senator Joe Manchin III of West Virginia has expressed support for a return to the “talking” filibuster, in which senators must hold the floor while they are blocking legislation.", - "category": "Democratic Party", - "link": "https://www.nytimes.com/2022/01/11/us/politics/democrats-are-looking-at-multiple-proposals-to-curb-the-filibuster.html", - "creator": "Carl Hulse", - "pubDate": "Tue, 11 Jan 2022 23:39:06 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c7699f62e09dae1dbfa61b96949d4225", - "highlights": [] + "hash": "c24c3f6f3180afed7a5ede3b5eeafe2a" }, { - "title": "Deep Divides Remain After Latest Russia-NATO Talks on Ukraine", - "description": "A four-hour meeting at the alliance’s headquarters was part of a push aimed at holding off a further Russian invasion of Ukraine. Get updates on the talks here.", - "content": "A four-hour meeting at the alliance’s headquarters was part of a push aimed at holding off a further Russian invasion of Ukraine. Get updates on the talks here.", + "title": "Star Corps Crew Manual Section 15-A37: On Mental Dislocation", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.nytimes.com/live/2022/01/12/world/russia-ukraine-nato-us", - "creator": "The New York Times", - "pubDate": "Wed, 12 Jan 2022 17:14:52 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "link": "https://www.nature.com/articles/d41586-021-03398-2", + "creator": "Marissa Lingen", + "pubDate": "2021-11-19", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b4033a3667c0912910422afeeff18184", - "highlights": [] + "hash": "fe2bb68d0205b592108fb031b3275647" }, { - "title": "Eric Adams Cuts His Brother’s Duties After Giving Him Top Police Job", - "description": "Bernard Adams, the brother of Mayor Eric Adams, at a primary night gathering in June.", - "content": "Bernard Adams, the brother of Mayor Eric Adams, at a primary night gathering in June.", - "category": "Adams, Eric L", - "link": "https://www.nytimes.com/2022/01/12/nyregion/bernard-adams-brother-mayor.html", - "creator": "Dana Rubinstein and William K. Rashbaum", - "pubDate": "Wed, 12 Jan 2022 16:53:11 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "47a66e444d8b10c49cac5a9cd418f7d0", - "highlights": [] + "hash": "83161fab1ec3e1a3d75c50e4b5d17737" }, { - "title": "Parents of Kids Under 5 Are Demoralized", - "description": "Disrupted daycare, vaccines TBD and bosses who are over Covid excuses.", - "content": "Disrupted daycare, vaccines TBD and bosses who are over Covid excuses.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2022/01/12/opinion/parents-school-omicron.html", - "creator": "Jessica Grose", - "pubDate": "Wed, 12 Jan 2022 16:21:29 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7afcaf7bd7e06d3666f8db81c61d41da", - "highlights": [] + "hash": "65c577c539228d26ace9ab5f05e5b720" }, { - "title": "What Did I Miss? Chris Hayes Fills Me In on Inflation, Covid and the G.O.P.", - "description": "The political journalist discusses the Biden administration’s successes and failures with the economy, pandemic response and climate change.", - "content": "The political journalist discusses the Biden administration’s successes and failures with the economy, pandemic response and climate change.", - "category": "audio-neutral-informative", - "link": "https://www.nytimes.com/2022/01/11/opinion/ezra-klein-podcast-chris-hayes.html", - "creator": "‘The Ezra Klein Show’", - "pubDate": "Wed, 12 Jan 2022 00:57:10 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d553941f81363009a4d7b7a84d21c202", - "highlights": [] + "hash": "ee8f843ce7f8b07fd298f770b7c6fc8c" }, { - "title": "Boris Johnson, Under Fire, Apologizes for Pandemic Party", - "description": "Prime Minister Boris Johnson of Britain, left, in London on Wednesday.", - "content": "Prime Minister Boris Johnson of Britain, left, in London on Wednesday.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2022/01/12/world/europe/boris-johnson-uk-parties.html", - "creator": "Mark Landler and Stephen Castle", - "pubDate": "Wed, 12 Jan 2022 14:31:45 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e0743242bb7bfadea01c27d566265cc4", - "highlights": [] + "hash": "6f935101591ba16ab17bb0220f513bdc" }, { - "title": "Don’t Just Watch: Team Behind ‘Don’t Look Up’ Urges Climate Action", - "description": "The satirical film about a comet hurtling toward Earth is a metaphor for climate change. It has broken a Netflix record and its director hopes it will mobilize public action.", - "content": "The satirical film about a comet hurtling toward Earth is a metaphor for climate change. It has broken a Netflix record and its director hopes it will mobilize public action.", - "category": "Global Warming", - "link": "https://www.nytimes.com/2022/01/11/climate/dont-look-up-climate.html", - "creator": "Cara Buckley", - "pubDate": "Wed, 12 Jan 2022 16:25:03 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0e002c9f2da90d10f5433efa7e4c7c53", - "highlights": [] + "hash": "3d00536606025b3ea4704f6518474956" }, { - "title": "Desperate Search for Those Missing in Bronx Fire: ‘We’re Still Waiting’", - "description": "Relatives of people missing in the deadly fire in a Bronx apartment building waited at a mosque for information.", - "content": "Relatives of people missing in the deadly fire in a Bronx apartment building waited at a mosque for information.", - "category": "Fires and Firefighters", - "link": "https://www.nytimes.com/2022/01/11/nyregion/bronx-fire-missing-persons.html", - "creator": "Jazmine Hughes and Sean Piccoli", - "pubDate": "Wed, 12 Jan 2022 04:21:21 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1ad35f7d68fc550e324035fb99d9a71f", - "highlights": [] + "hash": "47da5697e00922c9dfeef2b83d4e5b21" }, { - "title": "Miami-Bound Passenger Storms Cockpit in Honduras, Causing Flight Delay", - "description": "Airlines have had to deal with thousands of cancellations and delays in recent months. ", - "content": "Airlines have had to deal with thousands of cancellations and delays in recent months. ", - "category": "Airlines and Airplanes", - "link": "https://www.nytimes.com/2022/01/11/business/american-airlines-honduras-passenger-cockpit.html", - "creator": "Alyssa Lukpat", - "pubDate": "Wed, 12 Jan 2022 04:13:54 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e67552ebb722084dd33e6aef88fa66b0", - "highlights": [] + "hash": "c0c5c2ad27c2afdcec22eb4dc7d53c87" }, { - "title": "10 Miami Bakeries That Showcase a World of Flavors", - "description": "Jaime Reynoso Pérez and Elvis Garcia preparing pastries at La Migaja Mexican Bakery, inside Mi Rinconcito Mexicano restaurant.", - "content": "Jaime Reynoso Pérez and Elvis Garcia preparing pastries at La Migaja Mexican Bakery, inside Mi Rinconcito Mexicano restaurant.", - "category": "Bakeries and Baked Products", - "link": "https://www.nytimes.com/2022/01/11/dining/miami-bakeries.html", - "creator": "Brett Anderson and Christina Morales", - "pubDate": "Tue, 11 Jan 2022 17:22:57 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "28ac03f8ae77a7447793dea28eebc02f", - "highlights": [] + "hash": "387f967a8eab8f2b8d12bfdb4df3fe27" }, { - "title": "Poitier and Bogdanovich: The Defiant Ones", - "description": "Peter Bogdanovich in 1973 and Sidney Poitier circa 1965. Both were directing films in the same post-studio era.", - "content": "Peter Bogdanovich in 1973 and Sidney Poitier circa 1965. Both were directing films in the same post-studio era.", - "category": "Movies", - "link": "https://www.nytimes.com/2022/01/11/movies/sidney-poitier-peter-bogdanovich.html", - "creator": "A.O. Scott and Manohla Dargis", - "pubDate": "Tue, 11 Jan 2022 22:03:01 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4b8fd14fd7102ef37bcacd1c0f577428", - "highlights": [] + "hash": "88c219612c266cf250bb6c2051a9e4d0" }, { - "title": "‘Intelligent Life’ Review: Cecily Strong’s ‘Awerobics’ Workout", - "description": "Cecily Strong in “The Search for Signs of Intelligent Life in the Universe” at the Shed.", - "content": "Cecily Strong in “The Search for Signs of Intelligent Life in the Universe” at the Shed.", - "category": "Theater", - "link": "https://www.nytimes.com/2022/01/11/theater/search-for-signs-of-intelligent-life-review.html", - "creator": "Jesse Green", - "pubDate": "Wed, 12 Jan 2022 01:00:06 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "381e6d751e12da5c48f6d94c527837c4", - "highlights": [] + "hash": "d74bbaa6e9b2276e8ce9dfabaa4863bd" }, { - "title": "Stephen Colbert Debates Catching Omicron on Purpose", - "description": "“I mean, all the other late-night hosts are doing it,” Colbert said.", - "content": "“I mean, all the other late-night hosts are doing it,” Colbert said.", - "category": "Television", - "link": "https://www.nytimes.com/2022/01/12/arts/television/colbert-deliberately-catching-omicron.html", - "creator": "Trish Bendix", - "pubDate": "Wed, 12 Jan 2022 07:02:07 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "957ff4fc9defd291017d1d5dac3c8547", - "highlights": [] + "hash": "7a2cf7b2cfab8ce253ba3f0c171fde92" }, { - "title": "Judith Davidoff, Master of Long-Dormant Instruments, Dies at 94", - "description": "Judith Davidoff started as a cellist, but at an early age she became captivated by the viola da gamba and other bowed instruments of the Renaissance and Baroque eras. She went on to gain prominence in the early-music scene.", - "content": "Judith Davidoff started as a cellist, but at an early age she became captivated by the viola da gamba and other bowed instruments of the Renaissance and Baroque eras. She went on to gain prominence in the early-music scene.", - "category": "Davidoff, Judith", - "link": "https://www.nytimes.com/2022/01/06/arts/music/judith-davidoff-dead.html", - "creator": "Neil Genzlinger", - "pubDate": "Thu, 06 Jan 2022 21:35:39 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1526e973b86af1a9bf5c353a7acc49b0", - "highlights": [] + "hash": "1930a2e08a458bd5fbb0115020c8ab5e" }, { - "title": "Biden to Endorse Changing Senate Rules to Pass Voting Rights Legislation", - "description": "President Biden plans to increase pressure on Congress to pass voter protection laws by calling for a change to the Senate’s filibuster rule. Follow updates.", - "content": "President Biden plans to increase pressure on Congress to pass voter protection laws by calling for a change to the Senate’s filibuster rule. Follow updates.", + "title": "A peek into the black box of human embryology", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.nytimes.com/live/2022/01/11/us/biden-harris-voting-rights", - "creator": "The New York Times", - "pubDate": "Tue, 11 Jan 2022 20:45:40 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "link": "https://www.nature.com/articles/d41586-021-03381-x", + "creator": "Alexander Goedel", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1e445602170d37c92e337fead58772a3", - "highlights": [] + "hash": "794ad66cdc34df9842ec5c0f6156bea0" }, { - "title": "Why Coronavirus Testing Is Falling Short in Many Schools Across the U.S.", - "description": "Holly Amos, a special education teacher in Gardena, Calif., giving her son a coronavirus test at a school site last week.", - "content": "Holly Amos, a special education teacher in Gardena, Calif., giving her son a coronavirus test at a school site last week.", - "category": "Tests (Medical)", - "link": "https://www.nytimes.com/2022/01/11/us/schools-covid-testing.html", - "creator": "Shawn Hubler", - "pubDate": "Tue, 11 Jan 2022 20:29:32 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "78920a0a0d07c9ef01761979c0f818f5", - "highlights": [] + "hash": "ac5d9c2140eaa522c9cdef74c1ea52ae" }, { - "title": "Health Officials on Defensive as Senators Condemn Biden Omicron Response", - "description": "Despite high infection levels, an agency director said that vaccines remained effective at preventing severe illness and death. Here’s the latest on Covid.", - "content": "Despite high infection levels, an agency director said that vaccines remained effective at preventing severe illness and death. Here’s the latest on Covid.", + "title": "Canada’s researchers call for a return to stated science ambitions", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.nytimes.com/live/2022/01/11/world/omicron-covid-testing-vaccines", - "creator": "The New York Times", - "pubDate": "Tue, 11 Jan 2022 19:08:03 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "link": "https://www.nature.com/articles/d41586-021-03059-4", + "creator": "Brian Owens", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b879ac8b47c4957ab2f3faade68c86fe", - "highlights": [] + "hash": "4a7121a848b64200e8dafd8a39ef0976" }, { - "title": "Over Half of Europe Could Be Infected With Coronavirus Soon, W.H.O. Says", - "description": "A doctor cared for a Covid patient at a hospital in Bulgaria on Christmas Eve. Omicron is just starting to spread widely in nations in the Balkans and Eastern Europe.", - "content": "A doctor cared for a Covid patient at a hospital in Bulgaria on Christmas Eve. Omicron is just starting to spread widely in nations in the Balkans and Eastern Europe.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2022/01/11/world/europe/who-europe-covid-omicron-infection.html", - "creator": "Marc Santora", - "pubDate": "Tue, 11 Jan 2022 19:39:48 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "993995557ebe9b7cb995038444b3c5c8", - "highlights": [] + "hash": "4c7cd64bb418307dab50871c3226bffb" }, { - "title": "A Growing Gap Between the Vaccinated and Unvaccinated", - "description": "Covid testing in Brooklyn.", - "content": "Covid testing in Brooklyn.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2022/01/11/briefing/omicron-deaths-vaccinated-vs-unvaccinated.html", - "creator": "David Leonhardt and Ashley Wu", - "pubDate": "Tue, 11 Jan 2022 12:21:47 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e6018991b065a0dbb5a70bc7d2cfd610", - "highlights": [] + "hash": "0f493d8f934ee2361fdde6b15cf5245e" }, { - "title": " Jerome Powell Says Fed Is Prepared to Raise Rates to Tame Inflation", - "description": "“We will use our tools to get inflation back,” the Federal Reserve chair, Jerome Powell, said at his nomination hearing on Tuesday.", - "content": "“We will use our tools to get inflation back,” the Federal Reserve chair, Jerome Powell, said at his nomination hearing on Tuesday.", - "category": "Banking and Financial Institutions", - "link": "https://www.nytimes.com/2022/01/11/business/powell-confirmation-hearing.html", - "creator": "Jeanna Smialek", - "pubDate": "Tue, 11 Jan 2022 19:27:03 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cc0a90777adc098e6ea3779065161648", - "highlights": [] + "hash": "f70fc617e92fb584a70f36171fb6971b" }, { - "title": "Stocks climb, recovering from an early drop.", + "title": "Iodine powers low-cost engines for satellites", "description": "", - "content": "", + "content": "\n ", "category": "", - "link": "https://www.nytimes.com/live/2022/01/11/business/stock-market-economy-news/wall-streets-unease-continues-despite-mondays-rebound", - "creator": "Stephen Gandel", - "pubDate": "Tue, 11 Jan 2022 14:58:51 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "link": "https://www.nature.com/articles/d41586-021-03384-8", + "creator": "Igor Levchenko", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "770e21d60437646217334a36a1fc5718", - "highlights": [] + "hash": "aec73a058549fdd5aeacb260bd183994" }, { - "title": "A Russian Pledge of No Invasion? Ukrainians Are Skeptical.", - "description": "A Ukrainian Military Forces serviceman waited on Tuesday at his position on the frontline, near the city of Luhansk, in the Donetsk region.", - "content": "A Ukrainian Military Forces serviceman waited on Tuesday at his position on the frontline, near the city of Luhansk, in the Donetsk region.", - "category": "Defense and Military Forces", - "link": "https://www.nytimes.com/2022/01/11/world/europe/ukraine-russia.html", - "creator": "Andrew E. Kramer", - "pubDate": "Tue, 11 Jan 2022 19:26:43 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "237c8597ff8738aed48bf4e5463aa8ba", - "highlights": [] + "hash": "b09a792962110233733d13db8f6457e3" }, { - "title": "Kazakhstan Says Russian Troops Can Start Leaving This Week", - "description": "A building that was torched during recent unrest in Almaty, Kazakhstan, on Tuesday.", - "content": "A building that was torched during recent unrest in Almaty, Kazakhstan, on Tuesday.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2022/01/11/world/europe/kazakhstan-russia-troops.html", - "creator": "Valerie Hopkins and Ivan Nechepurenko", - "pubDate": "Tue, 11 Jan 2022 19:01:32 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3ea9e95cb889dc93d3904048fb731e65", - "highlights": [] + "hash": "baa32060acc036f395da17b085bae95b" }, { - "title": "How the ‘Djokovic Affair’ Came Back to Bite Australia’s Prime Minister", - "description": "Australian Prime Minister Scott Morrison used the news over Novak Djokovic’s visa to return to a well-tested tactic: stirring voter support with appeals to tough border enforcement.", - "content": "Australian Prime Minister Scott Morrison used the news over Novak Djokovic’s visa to return to a well-tested tactic: stirring voter support with appeals to tough border enforcement.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2022/01/11/world/australia/novak-djokovic-australia-border-scott-morrison.html", - "creator": "Damien Cave", - "pubDate": "Tue, 11 Jan 2022 10:01:05 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "da61d349d628415f218d47f0b533e79e", - "highlights": [] + "hash": "30b65a8211d74ff50a1c112e2325b381" }, { - "title": "Novak Djokovic Tested Positive: A Timeline of What Happened Next", - "description": "If a tennis star knew he was positive for the coronavirus, why did he keep making public appearances without a mask?", - "content": "If a tennis star knew he was positive for the coronavirus, why did he keep making public appearances without a mask?", - "category": "Tennis", - "link": "https://www.nytimes.com/2022/01/11/sports/tennis/novak-djokovic-covid-positive-australia.html", - "creator": "Andrew Das", - "pubDate": "Tue, 11 Jan 2022 16:45:33 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "df73fe145007a686f0951dc7bfc388c4", - "highlights": [] + "hash": "674b88dcb9b9d863a7952a7ba57b6287" }, { - "title": "The Strange Alliance of Crypto and MAGA Believers", - "description": "Crusading for God, family … and Bitcoin?", - "content": "Crusading for God, family … and Bitcoin?", - "category": "Virtual Currency", - "link": "https://www.nytimes.com/2022/01/10/opinion/crypto-cryptocurrency-money-conspiracy.html", - "creator": "Paul Krugman", - "pubDate": "Tue, 11 Jan 2022 18:22:38 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ccb14ba4aeb9d6a7fb002334343e1f2c", - "highlights": [] + "hash": "506cd85df5c76e54deeea3c966030ac9" }, { - "title": "What Did I Miss? Chris Hayes Fills Me in on Inflation, Covid and the G.O.P.", - "description": "The political journalist discusses the Biden administration’s successes and failures with the economy, pandemic response and climate change.", - "content": "The political journalist discusses the Biden administration’s successes and failures with the economy, pandemic response and climate change.", - "category": "audio-neutral-informative", - "link": "https://www.nytimes.com/2022/01/11/opinion/ezra-klein-podcast-chris-hayes.html", - "creator": "‘The Ezra Klein Show’", - "pubDate": "Tue, 11 Jan 2022 19:06:41 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eb6e71baf0c39b9fe3e29d9705e70bf9", - "highlights": [] + "hash": "4ac82649d9b618b14505fedf066366a9" }, { - "title": "As an E.R. Doctor, I Fear Health Care Collapse More Than Omicron", - "description": "The Omicron wave is different from March 2020, but it’s still serious. ", - "content": "The Omicron wave is different from March 2020, but it’s still serious. ", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2022/01/10/opinion/omicron-covid-er.html", - "creator": "Craig Spencer", - "pubDate": "Mon, 10 Jan 2022 14:58:14 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "26892c6e2e7b7834d2d74e0dac3825e6", - "highlights": [] + "hash": "83c075b8036979f35abc9ad98f12c689" }, { - "title": "We’re All ‘Experts’ Now. That’s Not a Good Thing.", - "description": "Widespread scams and institutional failures force us to rely on only ourselves.", - "content": "Widespread scams and institutional failures force us to rely on only ourselves.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2022/01/10/opinion/scams-were-all-experts.html", - "creator": "Tressie McMillan Cottom", - "pubDate": "Mon, 10 Jan 2022 20:22:16 +0000", - "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": "NYTimes", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "69089f49eb8a2832ce5f6942dccf683a", - "highlights": [] + "hash": "5445626d850ca173f6e2bddd0a22eeaa" }, { - "title": "Randi Weingarten Still Wants Schools Open", - "description": "Even with Omicron, the teachers’ union leader isn’t calling for shutdowns.", - "content": "Even with Omicron, the teachers’ union leader isn’t calling for shutdowns.", - "category": "Teachers and School Employees", - "link": "https://www.nytimes.com/2022/01/10/opinion/omicron-school-closures.html", - "creator": "Michelle Goldberg", - "pubDate": "Tue, 11 Jan 2022 00:20:38 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "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": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9e3b9abf9da5a8f6decc9c1fe1bfcffd", - "highlights": [] + "hash": "23f579d006baef7d5b88ddffde6d2d46" }, { - "title": "Learning Loss Among Our Kids Is Significant. Here's How to Help Them.", - "description": "Will Covid closures lead to an overhaul of public school systems?", - "content": "Will Covid closures lead to an overhaul of public school systems?", - "category": "Hurricane Katrina (2005)", - "link": "https://www.nytimes.com/2022/01/10/opinion/covid-school-closures.html", - "creator": "Jay Caspian Kang", - "pubDate": "Mon, 10 Jan 2022 20:12:34 +0000", + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "dbe81a25bf57a0c17aeaa3f8ee978c65" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0a5698eb9e92bab17415e711747cfa79" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "603470581fd1cd2fc5d6b4cd1f37a723" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "492a25e98089390c6abf60c021ede6c6" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b900506ef94c88cc1aeedfa93a1195dd" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8084cb1c209b70b35bc5d77a62e8da9f" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9723db5255e2b15153737bdd84202788" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b2d1a9cef15f05f9da17329f1647ba62" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9063a39fa230cd59cc8a57ec3267e820" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ea16538da16a9fb7b28626e118e40959" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c77816712d69647cf3bad681008c4b21" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9c96ba1f645a9f50b46ed3c5fe11a5b5" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fc80f23bc87a866720998b6d07709f8e" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6b2b8ada8ad4b7df935589dcf13759dc" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "152e1316853848477df6d870769f9053" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9f3227d59567764ec0947afb4dd9255c" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "eb7a752793c95465abc0716f0d123e57" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "81e6258e84a2e8c34b593038fb3050c2" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "37f1644a9db923b968b416217a857da4" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7ef678288480c4e31a12ea2d12c1f5e1" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c2d611c7b66de0108f55e0fd70938ccc" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fa0b7620c8494447ee7d4fdcc3ba4b0a" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1928724281284aa97eb17a066ca349c0" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a41af0895586b81d871105a7c9b9de58" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "183990819bf0c6a9acaadf1a481400b6" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "080cbfa01e2f1f03826229ba0470f34d" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d431507fbed25df3a7e353e72111fe61" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ac422b468c7f4344eea4d6303ae16a3d" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "37048d3a792bc1fc7946c2c3bbf3fa74" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a5b2c92fda0cd56cf485375f57df127e" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "72e2f7c9027589c246311bb66d80a156" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b9d76523d7162ac8f89b52082145709f" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b84f0c7ae3753bf81ca539ba62f8164a" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "50546217414cb878dab97bc0eeaf2d4d" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bc23c25bf06d46981d000e124aee2cbf" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d2d5204cf5b65803a6383db28ea0aa39" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b3989abab632037401c660cf6ec9f4ec" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f7ef26188e8455154fc47264aea597f8" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b8020a63bb4cffb1c5e2bbef02830c18" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "085886042e0ee73052691768ea131c2c" + }, + { + "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": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "817a8bf4db7c7561d246b862588698cd" + }, + { + "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": "With Voting Rights Bill Dead, Democrats Face Costly Fight to Overcome GOP Curbs", + "description": "Florida Democrats say they will spend tens of millions of dollars registering voters, money that could have been spent on campaigns if federal voting rights bills had passed.", + "content": "Florida Democrats say they will spend tens of millions of dollars registering voters, money that could have been spent on campaigns if federal voting rights bills had passed.", + "category": "Voting Rights, Registration and Requirements", + "link": "https://www.nytimes.com/2022/01/15/us/politics/voting-rights-democrats.html", + "creator": "Reid J. Epstein and Nick Corasaniti", + "pubDate": "Sat, 15 Jan 2022 14:39:37 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -188550,17 +192378,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "32963fbc001a6a28721559272dc38e2e", + "hash": "eafc69143c9d9022ee36c2db29e278c0", "highlights": [] }, { - "title": "Can Free Trade Work for Everyone?", - "description": "A prominent Republican economist admits that open markets have hurt some people. But tariffs, he says, aren’t the answer.", - "content": "A prominent Republican economist admits that open markets have hurt some people. But tariffs, he says, aren’t the answer.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2022/01/10/opinion/free-trade-globalization.html", - "creator": "Peter Coy", - "pubDate": "Tue, 11 Jan 2022 00:48:05 +0000", + "title": "Democrats Face a Dilemma on Voting: Compromise or Keep Pressing?", + "description": "Demonstrators in support of voting rights in Atlanta before President Biden spoke on Tuesday. His speech failed to unite Democrats to change Senate rules to push through the broad measures he had sought.", + "content": "Demonstrators in support of voting rights in Atlanta before President Biden spoke on Tuesday. His speech failed to unite Democrats to change Senate rules to push through the broad measures he had sought.", + "category": "Voting Rights, Registration and Requirements", + "link": "https://www.nytimes.com/2022/01/14/us/politics/democrats-voting-rights.html", + "creator": "Jonathan Weisman", + "pubDate": "Sat, 15 Jan 2022 01:02:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -188572,17 +192400,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d74b6e9484ca26b24d0f2021ed8364d", + "hash": "e262fc70122d83009ace170197b8d49a", "highlights": [] }, { - "title": "Health Workers, ‘Risking Their Own Lives to Save Ours’", - "description": "  ", - "content": "  ", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2022/01/11/opinion/letters/health-workers-covid.html", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 17:54:22 +0000", + "title": "Frustrated Democrats Call for ‘Reset’ Ahead of Midterm Elections", + "description": "President Biden had one of the worst weeks of his presidency with the looming failure of voting rights legislation and other setbacks in his domestic and international agenda.", + "content": "President Biden had one of the worst weeks of his presidency with the looming failure of voting rights legislation and other setbacks in his domestic and international agenda.", + "category": "Biden, Joseph R Jr", + "link": "https://www.nytimes.com/2022/01/14/us/politics/democratic-midterms.html", + "creator": "Lisa Lerer and Emily Cochrane", + "pubDate": "Sat, 15 Jan 2022 03:58:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -188594,17 +192422,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "76ce90bf8d65990dcf114035c19da2a3", + "hash": "3353c67ad22d6598c57fe47ae5aa2ffc", "highlights": [] }, { - "title": "Covid 3.0, Biden 2.0 and Trump Number …", - "description": "The new year is off to an unusual start. ", - "content": "The new year is off to an unusual start. ", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/10/opinion/covid-biden-trump.html", - "creator": "Gail Collins and Bret Stephens", - "pubDate": "Mon, 10 Jan 2022 14:44:02 +0000", + "title": "How The mRNA Vaccines Were Made: Halting Progress and Happy Accidents", + "description": "A 3-D plaster model of a coronavirus spike protein in the office of Dr. Barney Graham of the Vaccine Research Center of the National Institutes of Health.", + "content": "A 3-D plaster model of a coronavirus spike protein in the office of Dr. Barney Graham of the Vaccine Research Center of the National Institutes of Health.", + "category": "Clinical Trials", + "link": "https://www.nytimes.com/2022/01/15/health/mrna-vaccine.html", + "creator": "Gina Kolata and Benjamin Mueller", + "pubDate": "Sat, 15 Jan 2022 14:20:32 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -188616,17 +192444,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7634328406a9f5e7322c615ab116d44a", + "hash": "2b09aec7468fbc073a91c63e73fef59c", "highlights": [] }, { - "title": "Boris Johnson's Repressive Legislation Reveals Who He Really Is", - "description": "A raft of repressive legislation shows the prime minister’s true colors.", - "content": "A raft of repressive legislation shows the prime minister’s true colors.", - "category": "Johnson, Boris", - "link": "https://www.nytimes.com/2022/01/10/opinion/boris-johnson-britain-bills.html", - "creator": "Moya Lothian-McLean", - "pubDate": "Mon, 10 Jan 2022 06:00:05 +0000", + "title": "What the Omicron Wave Looks Like at One Brooklyn Hospital Emergency Room", + "description": "The nature of this variant, combined with widespread vaccine use, may make it seem less severe in some ways than earlier ones. It doesn’t always feel that like that here.", + "content": "The nature of this variant, combined with widespread vaccine use, may make it seem less severe in some ways than earlier ones. It doesn’t always feel that like that here.", + "category": "Coronavirus Risks and Safety Concerns", + "link": "https://www.nytimes.com/2022/01/15/nyregion/brooklyn-omicron-cases.html", + "creator": "Joseph Goldstein", + "pubDate": "Sat, 15 Jan 2022 10:00:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -188638,17 +192466,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1dee8abc41ccd12a218b7af914ab3b7", + "hash": "c7aa96068f2626c6eb02aa3940eb3a85", "highlights": [] }, { - "title": "This Winter, Snow Can Help Us Learn to Stop ", - "description": "Shelby Park in Nashville, Tenn., on Saturday.", - "content": "Shelby Park in Nashville, Tenn., on Saturday.", - "category": "Snow and Snowstorms", - "link": "https://www.nytimes.com/2022/01/10/opinion/snow-winter-2022.html", - "creator": "Margaret Renkl", - "pubDate": "Mon, 10 Jan 2022 10:00:08 +0000", + "title": "Omicron Is Detected in Beijing, Just Weeks Before Olympics", + "description": "The Chinese authorities locked down a neighborhood where one case was detected and began testing thousands of people. Here’s the latest on Covid.", + "content": "The Chinese authorities locked down a neighborhood where one case was detected and began testing thousands of people. Here’s the latest on Covid.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/15/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Sat, 15 Jan 2022 17:07:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -188660,17 +192488,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b8e7e87c1ecb05f9045e7fe81189180", + "hash": "4802171edccf91d39c1eea9a5ae74383", "highlights": [] }, { - "title": "Covid Test Misinformation Spikes Along With Spread of Omicron", - "description": "Misinformation about Covid-19 tests — including P.C.R. and at-home tests — has spiked across social media in recent weeks, researchers say.", - "content": "Misinformation about Covid-19 tests — including P.C.R. and at-home tests — has spiked across social media in recent weeks, researchers say.", - "category": "Tests (Medical)", - "link": "https://www.nytimes.com/2022/01/10/technology/covid-test-misinformation.html", - "creator": "Davey Alba", - "pubDate": "Mon, 10 Jan 2022 10:00:10 +0000", + "title": "N95, KN95 or KF94? How to Find the Right Covid Mask", + "description": "Knowing which mask to pick and making sure it’s not a fake requires the sleuthing skills of a forensic investigator. Our guide can help.", + "content": "Knowing which mask to pick and making sure it’s not a fake requires the sleuthing skills of a forensic investigator. Our guide can help.", + "category": "Masks", + "link": "https://www.nytimes.com/article/covid-masks.html", + "creator": "Tara Parker-Pope", + "pubDate": "Fri, 14 Jan 2022 22:02:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -188682,17 +192510,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0252eff4cb4d018b5027eb8e0d435c64", + "hash": "f1ff4ee77b47bb8a0f07c1db09cf4f28", "highlights": [] }, { - "title": "‘Nothing Will Be the Same’: A Prison Town Weighs a Future Without a Prison", - "description": "Susanville, Calif., is poised to lose a significant part of its economy if the state closes the California Correctional Center, a major employer for the community.", - "content": "Susanville, Calif., is poised to lose a significant part of its economy if the state closes the California Correctional Center, a major employer for the community.", - "category": "Prisons and Prisoners", - "link": "https://www.nytimes.com/2022/01/10/us/susanville-california-prison-closing.html", - "creator": "Tim Arango", - "pubDate": "Mon, 10 Jan 2022 08:00:15 +0000", + "title": "Novak Djokovic, a Master on the Court, Keeps Making Errors Off It", + "description": "Novak Djokovic won last year’s Australian Open, but a standoff over vaccination and visas may keep him from attempting to defend his title.", + "content": "Novak Djokovic won last year’s Australian Open, but a standoff over vaccination and visas may keep him from attempting to defend his title.", + "category": "Tennis", + "link": "https://www.nytimes.com/2022/01/15/sports/novak-djokovic-australian-open.html", + "creator": "Michael Steinberger", + "pubDate": "Sat, 15 Jan 2022 11:37:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -188704,17 +192532,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "137c3020d9fc64d015b4bc72d64cc4a7", + "hash": "323ef0b26d971da64a25ddc360fbfc03", "highlights": [] }, { - "title": "As Its Population Soars to 40, Rum Isle Glimpses a Future in the Mist", - "description": "With four new families recently arriving, the remote and rainy island in the Hebrides is experiencing its version of a population surge, although residents new and old concede living here isn’t easy.", - "content": "With four new families recently arriving, the remote and rainy island in the Hebrides is experiencing its version of a population surge, although residents new and old concede living here isn’t easy.", - "category": "Hebrides Islands (Great Britain)", - "link": "https://www.nytimes.com/2022/01/10/world/europe/rum-isle-scotland-hebrides.html", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 08:00:18 +0000", + "title": "As the Australian Open Nears, There Seems to Be Only One Story", + "description": "Novak Djokovic on Friday at Melbourne Park in Australia during a practice session ahead of the Australian Open. His case was a feature of nearly every interview on Saturday.", + "content": "Novak Djokovic on Friday at Melbourne Park in Australia during a practice session ahead of the Australian Open. His case was a feature of nearly every interview on Saturday.", + "category": "Australian Open (Tennis)", + "link": "https://www.nytimes.com/2022/01/15/sports/tennis/djokovic-nadal-osaka.html", + "creator": "Christopher Clarey", + "pubDate": "Sat, 15 Jan 2022 12:33:36 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -188726,17 +192554,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5692cb9d1c49928f9c3ae36f7fb6f1b8", + "hash": "8de6326557e2de7ed9c4644e704b19f3", "highlights": [] }, { - "title": "How European Royals Once Shared Their Most Important Secrets", - "description": "Recent research highlights the use of letterlocking techniques by Queen Elizabeth, Catherine de’ Medici and Mary Queen of Scots.", - "content": "Recent research highlights the use of letterlocking techniques by Queen Elizabeth, Catherine de’ Medici and Mary Queen of Scots.", - "category": "Letters", - "link": "https://www.nytimes.com/2022/01/10/science/european-royals-letterlocking.html", - "creator": "William J. Broad", - "pubDate": "Mon, 10 Jan 2022 16:56:53 +0000", + "title": "Novak Djokovic’s Fight to Stay in Australia Lives Another Day", + "description": "Novak Djokovic’s legal fight to stay in Australia and play the Open will continue with a hearing on Sunday.", + "content": "Novak Djokovic’s legal fight to stay in Australia and play the Open will continue with a hearing on Sunday.", + "category": "Tennis", + "link": "https://www.nytimes.com/2022/01/14/sports/tennis/novak-djokovic-australia-visa-hearing.html", + "creator": "David Waldstein", + "pubDate": "Sat, 15 Jan 2022 03:54:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -188744,21 +192572,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4d795c2dfea89212afca3ad33182864f", + "hash": "9f20b62daaf63eb69a8a5ee1d9d66fb0", "highlights": [] }, { - "title": "This Covid Surge Feels Different", - "description": "Many hospitals across the country are being inundated with Covid patients amid the Omicron surge.", - "content": "Many hospitals across the country are being inundated with Covid patients amid the Omicron surge.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2022/01/11/podcasts/the-daily/omicron-surge-hospitals.html", - "creator": "Annie Correal, Daniel Guillemette, Asthaa Chaturvedi, Mooj Zadie, Marc Georges, Lisa Chow, Marion Lozano and Dan Powell", - "pubDate": "Tue, 11 Jan 2022 11:00:07 +0000", + "title": "Cryptocurrency Enthusiasts Meet Their Match: Angry Gamers", + "description": "“I just hate that they keep finding ways to nickel-and-dime us in whatever way they can,” said Matt Kee, a gamer, about a game studio’s push into NFTs.", + "content": "“I just hate that they keep finding ways to nickel-and-dime us in whatever way they can,” said Matt Kee, a gamer, about a game studio’s push into NFTs.", + "category": "Computer and Video Games", + "link": "https://www.nytimes.com/2022/01/15/technology/cryptocurrency-nft-gamers.html", + "creator": "Mike Isaac and Kellen Browning", + "pubDate": "Sat, 15 Jan 2022 10:00:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -188770,17 +192598,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c2a65e81b79999e132affde4bcac003", + "hash": "d3b9bea6a1f97cb9029a901f12861da1", "highlights": [] }, { - "title": "Chicken Soup for the Weary Soul and the Rise of Mindful Drinking: The Week in Narrated Articles", - "description": "This simple golden elixir, a real panacea for life’s ailments, starts with the leftover carcass of a roasted chicken.", - "content": "This simple golden elixir, a real panacea for life’s ailments, starts with the leftover carcass of a roasted chicken.", - "category": "", - "link": "https://www.nytimes.com/2022/01/07/podcasts/cooking-vaccines-dry-january.html", - "creator": "", - "pubDate": "Fri, 07 Jan 2022 10:30:03 +0000", + "title": "32 Years After Civil War, Mundane Moments Trigger Awful Memories", + "description": "A power outage in Tripoli, Lebanon, last summer. Now adults, the children of Lebanon’s civil war often struggle to deal with the trauma they endured during the conflict.", + "content": "A power outage in Tripoli, Lebanon, last summer. Now adults, the children of Lebanon’s civil war often struggle to deal with the trauma they endured during the conflict.", + "category": "Lebanon", + "link": "https://www.nytimes.com/2022/01/15/world/middleeast/lebanon-civil-war-memories.html", + "creator": "Maria Abi-Habib", + "pubDate": "Sat, 15 Jan 2022 10:02:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -188792,17 +192620,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f735296e2bcb5698d1f69a21daa74410", + "hash": "b27d494a18d4a64227b82005118618fe", "highlights": [] }, { - "title": "Democrats Go Hunting For Missing Voters", - "description": "The coronavirus pandemic has disrupted the usual pathways that Democrats have used to bring in new voters: sign-ups at the Department of Motor Vehicles and face-to-face field work.", - "content": "The coronavirus pandemic has disrupted the usual pathways that Democrats have used to bring in new voters: sign-ups at the Department of Motor Vehicles and face-to-face field work.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/10/us/politics/democratic-voters-demographics.html", - "creator": "Blake Hounshell and Leah Askarinam", - "pubDate": "Tue, 11 Jan 2022 00:16:54 +0000", + "title": "2020 Census Memo Cites ‘Unprecedented’ Meddling by Trump Administration", + "description": "Documents show that when Wilbur Ross was commerce secretary, he was enlisted to lobby Republican governors whose states had been reluctant to turn over records that could be screened for noncitizens.", + "content": "Documents show that when Wilbur Ross was commerce secretary, he was enlisted to lobby Republican governors whose states had been reluctant to turn over records that could be screened for noncitizens.", + "category": "Census", + "link": "https://www.nytimes.com/2022/01/15/us/2020-census-trump.html", + "creator": "Michael Wines", + "pubDate": "Sat, 15 Jan 2022 14:21:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -188814,17 +192642,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc1bafef87b4a92aa6d9c2249579aafd", + "hash": "87528d44ece55d7afc55e10c68b26007", "highlights": [] }, { - "title": "Georgia Knocks Off Alabama to Win National Championship", - "description": "Jamaree Salyer and Stetson Bennett celebrate Georgia’s win against Alabama.", - "content": "Jamaree Salyer and Stetson Bennett celebrate Georgia’s win against Alabama.", - "category": "University of Georgia", - "link": "https://www.nytimes.com/2022/01/11/sports/georgia-alabama-score.html", - "creator": "Billy Witz and A.J. Mast", - "pubDate": "Tue, 11 Jan 2022 05:56:55 +0000", + "title": "Firefighters Continue to Battle Large Blaze at Passaic Chemical Plant", + "description": "Crews battled a fire at a chemical plant in Passaic, N.J., on Friday night. No major injuries were reported.", + "content": "Crews battled a fire at a chemical plant in Passaic, N.J., on Friday night. No major injuries were reported.", + "category": "Fires and Firefighters", + "link": "https://www.nytimes.com/2022/01/14/nyregion/passaic-fire.html", + "creator": "Michael Levenson and Troy Closson", + "pubDate": "Sat, 15 Jan 2022 17:00:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -188836,17 +192664,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "67a922db792ba82fcfd98679b344d342", + "hash": "68a1babca51c0aeedaa90176e49b51b9", "highlights": [] }, { - "title": "Dorms Pop Up in Spain as More Students Seek Housing Away From Home", - "description": "Brian Dervishi, an Italian student, in a studio he rents in the Livensa Living student dorm in Málaga, Spain.", - "content": "Brian Dervishi, an Italian student, in a studio he rents in the Livensa Living student dorm in Málaga, Spain.", - "category": "International Study and Teaching", - "link": "https://www.nytimes.com/2022/01/11/world/europe/spain-student-housing-dorms.html", - "creator": "Raphael Minder", - "pubDate": "Tue, 11 Jan 2022 14:00:10 +0000", + "title": "Is Interning for an Influencer Worth It?", + "description": "Marwa Atik, left, hired her former intern, Khadija Sillah, to work for her company, Vela Scarves.", + "content": "Marwa Atik, left, hired her former intern, Khadija Sillah, to work for her company, Vela Scarves.", + "category": "Social Media", + "link": "https://www.nytimes.com/2022/01/15/style/influencer-internships-social-media-content-creation.html", + "creator": "Jennifer Miller", + "pubDate": "Sat, 15 Jan 2022 10:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -188858,17 +192686,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "68fba5b394cf50f019345d5bd192a9dd", + "hash": "078d50317a8d82199334ed45302d3f14", "highlights": [] }, { - "title": "Suspect in South Africa’s Parliament Fire Is Sent for Psychiatric Check", - "description": "Zandile Christmas Mafe, who is suspected of setting the fire that tore through South Africa’s Parliament buildings, appeared in court in Cape Town on Tuesday.", - "content": "Zandile Christmas Mafe, who is suspected of setting the fire that tore through South Africa’s Parliament buildings, appeared in court in Cape Town on Tuesday.", - "category": "Mafe, Zandile Christmas", - "link": "https://www.nytimes.com/2022/01/11/world/africa/south-africa-parliament-fire-suspect.html", - "creator": "Lynsey Chutel", - "pubDate": "Tue, 11 Jan 2022 17:02:16 +0000", + "title": "Into the Belly of the Whale With Sjón", + "description": "Sigurjón Birgir Sigurdsson, who goes by the name Sjón.", + "content": "Sigurjón Birgir Sigurdsson, who goes by the name Sjón.", + "category": "Content Type: Personal Profile", + "link": "https://www.nytimes.com/2022/01/13/magazine/sjon-poet-novelist-lyricist.html", + "creator": "Sam Anderson", + "pubDate": "Fri, 14 Jan 2022 21:43:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -188880,17 +192708,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b339e788bfb7534cf400b0cd7d53a9e", + "hash": "53750868706fa8591985d5ad01c6b815", "highlights": [] }, { - "title": "Magawa, Hero Rat That Hunted Land Mines, Dies in Retirement", - "description": "Magawa with his handler last year in Siem Reap, Cambodia.", - "content": "Magawa with his handler last year in Siem Reap, Cambodia.", - "category": "Mines, Explosive", - "link": "https://www.nytimes.com/2022/01/11/world/europe/magawa-landmine-hero-rat-dead.html", - "creator": "Anna Schaverien", - "pubDate": "Tue, 11 Jan 2022 16:06:53 +0000", + "title": "The Best Wines Under $20: Winter Edition", + "description": "These 20 wines are not from the most famous regions. But they are great values and, most important, delicious.", + "content": "These 20 wines are not from the most famous regions. But they are great values and, most important, delicious.", + "category": "Wines", + "link": "https://www.nytimes.com/2022/01/13/dining/drinks/best-wines-under-20-dollars.html", + "creator": "Eric Asimov", + "pubDate": "Thu, 13 Jan 2022 15:45:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -188902,17 +192730,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e952677382468cc1739ee1785a789e23", + "hash": "c1cab309702dc4e7d3f7b8ec486163ab", "highlights": [] }, { - "title": "World Bank Warns Pandemic Will Slow Economic Growth in 2022", - "description": "Construction at the Route 50 interchange with I-66 in Fairfax, Va. The World Bank said that the recently passed infrastructure law would do little to buttress growth in the United States in the near term.", - "content": "Construction at the Route 50 interchange with I-66 in Fairfax, Va. The World Bank said that the recently passed infrastructure law would do little to buttress growth in the United States in the near term.", - "category": "World Bank", - "link": "https://www.nytimes.com/2022/01/11/business/world-bank-2022-growth.html", - "creator": "Alan Rappeport", - "pubDate": "Tue, 11 Jan 2022 14:30:05 +0000", + "title": "More Mojo, Joe!", + "description": "Less Senate bean soup, more affordable meat.", + "content": "Less Senate bean soup, more affordable meat.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/15/opinion/biden-senate-mcconnell-sinema.html", + "creator": "Maureen Dowd", + "pubDate": "Sat, 15 Jan 2022 15:18:39 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -188924,17 +192752,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e91cc2950ee26107ea3e4527ac1324e3", + "hash": "06a4be3232f86fdd54285079353fab83", "highlights": [] }, { - "title": "On Day Biden Calls Ethiopia’s Leader to Urge Peace, a Drone Strike Kills 17", - "description": "Survivors of an air strike by Ethiopian government forces at a hospital in the town of Dedebit, in the northern region of Tigray, Ethiopia, on Saturday.", - "content": "Survivors of an air strike by Ethiopian government forces at a hospital in the town of Dedebit, in the northern region of Tigray, Ethiopia, on Saturday.", - "category": "Ethiopia", - "link": "https://www.nytimes.com/2022/01/11/world/africa/ethiopia-biden-abiy-ahmed-tigray.html", - "creator": "Declan Walsh", - "pubDate": "Tue, 11 Jan 2022 17:48:55 +0000", + "title": "These Memory Care Workers Went on Strike to Save Lives", + "description": "The Rawlin", + "content": "The Rawlin", + "category": "Strikes", + "link": "https://www.nytimes.com/2022/01/14/opinion/unions-oregon-assisted-living.html", + "creator": "Vanessa Veselka and Clayton Cotterell", + "pubDate": "Fri, 14 Jan 2022 16:26:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -188946,17 +192774,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6a4e249733acdd6da30b2e0e2757f80", + "hash": "c89ee69b7400af6ad69337202e2ed50e", "highlights": [] }, { - "title": "L.A.P.D. Officers Who Ignored Robbery to Play Pokémon Go Lose Appeal", - "description": "The Los Angeles Police Department found that the officers failed to respond to a robbery call in April 2017 because they were busy playing Pokémon Go.", - "content": "The Los Angeles Police Department found that the officers failed to respond to a robbery call in April 2017 because they were busy playing Pokémon Go.", - "category": "Pokemon Go (Video Game)", - "link": "https://www.nytimes.com/2022/01/11/us/lapd-pokemon-go-appeal.html", - "creator": "Daniel Victor", - "pubDate": "Tue, 11 Jan 2022 18:35:11 +0000", + "title": "Novak Djokovic Is Out of Australia. It Couldn’t Have Happened Fast Enough.", + "description": "An otherwise skilled sportsman has recruited himself as a cack-handed symbol of everything presently enraging Australians.", + "content": "An otherwise skilled sportsman has recruited himself as a cack-handed symbol of everything presently enraging Australians.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2022/01/15/opinion/novak-djokovic-australian-open-tennis-visa.html", + "creator": "Van Badham", + "pubDate": "Sat, 15 Jan 2022 17:35:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -188968,17 +192796,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c938cda0881f328e44b1cb05e2f228b3", + "hash": "b027a8e11a1980eb8b7524a37bc9152d", "highlights": [] }, { - "title": "Maya Angelou Becomes First Black Woman on a Quarter", - "description": "The new quarter featuring the likeness of the writer Maya Angelou.", - "content": "The new quarter featuring the likeness of the writer Maya Angelou.", - "category": "Numismatics", - "link": "https://www.nytimes.com/2022/01/11/us/maya-angelou-quarter.html", - "creator": "Livia Albeck-Ripka", - "pubDate": "Tue, 11 Jan 2022 16:40:04 +0000", + "title": "Boris Johnson Has Survived Many Scandals. This One Is Different.", + "description": "What might seem like an overblown reaction to a gathering in a garden — as opposed to, say, a violent insurrection — could well have historic repercussions.", + "content": "What might seem like an overblown reaction to a gathering in a garden — as opposed to, say, a violent insurrection — could well have historic repercussions.", + "category": "Great Britain", + "link": "https://www.nytimes.com/2022/01/15/opinion/boris-johnson-party-covid.html", + "creator": "Sonia Purnell", + "pubDate": "Sat, 15 Jan 2022 16:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -188990,17 +192818,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3676e45168f41b8d09fa452cdf4e58fc", + "hash": "fc00c22f1edfd1752d6ffbd06307e0fb", "highlights": [] }, { - "title": "Economy Updates: Bank of America Says It Will Cut Overdraft Fees", - "description": "At his confirmation hearing, Jerome Powell, the Fed chair, said the healing economy no longer needed as much help from the central bank. Get economy updates.", - "content": "At his confirmation hearing, Jerome Powell, the Fed chair, said the healing economy no longer needed as much help from the central bank. Get economy updates.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/11/business/stock-market-economy-news", - "creator": "The New York Times", - "pubDate": "Tue, 11 Jan 2022 18:41:11 +0000", + "title": "Let Innocent Afghans Have Their Money", + "description": "Afghanistan is on the verge of collapse. ", + "content": "Afghanistan is on the verge of collapse. ", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2022/01/14/opinion/afghanistan-bank-money.html", + "creator": "The Editorial Board", + "pubDate": "Sat, 15 Jan 2022 00:24:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189012,17 +192840,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "01704fc3b0a6e249d046c4795ee02807", + "hash": "2b9db4443eac881e050a92764945cef7", "highlights": [] }, { - "title": "Source of Mysterious Gas Leak Explosion in Canadian Town Stumps Officials", - "description": "Downtown Wheatley, Ontario, where a large gas explosion last August destroyed three buildings. ", - "content": "Downtown Wheatley, Ontario, where a large gas explosion last August destroyed three buildings. ", - "category": "Explosions (Accidental)", - "link": "https://www.nytimes.com/2022/01/11/world/canada/wheatley-ontario-gas-explosion.html", - "creator": "Ian Austen", - "pubDate": "Tue, 11 Jan 2022 16:56:10 +0000", + "title": "The Sublime Beauty of My Friend Bob Saget’s Filthy Comedy", + "description": "How I explained his offensive jokes to my horrified kids.", + "content": "How I explained his offensive jokes to my horrified kids.", + "category": "Saget, Bob", + "link": "https://www.nytimes.com/2022/01/15/opinion/bob-saget-comedy.html", + "creator": "Penn Jillette", + "pubDate": "Sat, 15 Jan 2022 16:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189034,17 +192862,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6bfd9ce34c28d6e92b05d0fe49ee73a", + "hash": "1ab5fd3ce10cfaade58eb9bcc85a6b2c", "highlights": [] }, { - "title": "How to Mindfully Manage Your Food Cravings", - "description": "For the Eat Well Challenge, mindfulness techniques like “urge surfing” can help curb overeating without banning favorite foods.", - "content": "For the Eat Well Challenge, mindfulness techniques like “urge surfing” can help curb overeating without banning favorite foods.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2022/01/10/well/eat/food-cravings-strategies.html", - "creator": "Tara Parker-Pope", - "pubDate": "Mon, 10 Jan 2022 15:27:50 +0000", + "title": "It’s Misleading to Call Addiction a Disease", + "description": "The view that addiction is a disease makes it an individual problem. That’s dangerous.", + "content": "The view that addiction is a disease makes it an individual problem. That’s dangerous.", + "category": "Addiction (Psychology)", + "link": "https://www.nytimes.com/2022/01/15/opinion/addiction-disease.html", + "creator": "Carl Erik Fisher", + "pubDate": "Sat, 15 Jan 2022 16:12:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189056,17 +192884,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5b4d2e649b761f56ae734b268fb9678", + "hash": "8dc622ed070da112e4579b36ad9850ec", "highlights": [] }, { - "title": "A Potential Downside of Intermittent Fasting", - "description": "A rigorous three-month study found that people lost little weight, and much of that may have been from muscle.", - "content": "A rigorous three-month study found that people lost little weight, and much of that may have been from muscle.", - "category": "Fasting", - "link": "https://www.nytimes.com/2020/09/28/well/eat/a-potential-downside-of-intermittent-fasting.html", - "creator": "Anahad O’Connor", - "pubDate": "Mon, 28 Sep 2020 15:00:06 +0000", + "title": "Yes, Alabama Dominates College Football. Get Over It.", + "description": "When a team is this good, we should just enjoy it.", + "content": "When a team is this good, we should just enjoy it.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2022/01/15/opinion/alabama-college-football.html", + "creator": "Jane Coaston", + "pubDate": "Sat, 15 Jan 2022 17:20:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189078,17 +192906,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "da08feec96c420c68fc67ad704ffc64a", + "hash": "a53b6ef69e53d17ae50b20a0c4ef2443", "highlights": [] }, { - "title": "Are ‘Natural Flavors’ Really Natural?", - "description": "Food manufacturers add flavorings to a surprising number of basic products, like Breyers Natural Vanilla ice cream.", - "content": "Food manufacturers add flavorings to a surprising number of basic products, like Breyers Natural Vanilla ice cream.", - "category": "Food", - "link": "https://www.nytimes.com/2019/02/01/well/eat/are-natural-flavors-really-natural.html", - "creator": "Roni Caryn Rabin", - "pubDate": "Mon, 04 Feb 2019 02:54:49 +0000", + "title": "How France's Economy Is Surviving the Covid Pandemic", + "description": "Paris.", + "content": "Paris.", + "category": "International Trade and World Market", + "link": "https://www.nytimes.com/2022/01/14/opinion/france-economy-pandemic-socialism.html", + "creator": "Paul Krugman", + "pubDate": "Fri, 14 Jan 2022 18:05:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189100,17 +192928,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "597a88edd39dfa1224aec7744e327117", + "hash": "9c15869074ccb4fa53815f428d67364d", "highlights": [] }, { - "title": "5 Ways Teens Can Get More Fruits and Vegetables Into Their Diets", - "description": "   ", - "content": "   ", - "category": "Diet and Nutrition", - "link": "https://www.nytimes.com/2021/01/22/well/eat/cdc-teenagers-healthy-eating.html", - "creator": "Christina Caron", - "pubDate": "Tue, 21 Dec 2021 14:05:05 +0000", + "title": "OSHA Can Do More to Protect Americans From Covid-19", + "description": "The Supreme Court’s decision on vaccine mandates leaves the door open for a new strategy to protect workers.", + "content": "The Supreme Court’s decision on vaccine mandates leaves the door open for a new strategy to protect workers.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/14/opinion/supreme-court-vaccine-mandate-osha.html", + "creator": "David Michaels and Jordan Barab", + "pubDate": "Sat, 15 Jan 2022 00:34:48 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189122,17 +192950,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef68b688e4ec1616d6209bbc7555dcbb", + "hash": "bbdef67c5a7430cf5e38b8b5b6fabd2e", "highlights": [] }, { - "title": "‘Cheer’ Is Back. Coach Monica Is Ready.", - "description": "Monica Aldama leads the Navarro College cheer team practice at Gibson Hall in Corsicana, Texas.", - "content": "Monica Aldama leads the Navarro College cheer team practice at Gibson Hall in Corsicana, Texas.", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/30/style/netflix-cheer-monica-aldama.html", - "creator": "Ilana Kaplan", - "pubDate": "Tue, 11 Jan 2022 17:17:53 +0000", + "title": "Do Colleges Deserve an Exemption From Antitrust Law?", + "description": "It has gotten harder to justify giving them special treatment", + "content": "It has gotten harder to justify giving them special treatment", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2022/01/14/opinion/colleges-antitrust-law.html", + "creator": "Peter Coy", + "pubDate": "Fri, 14 Jan 2022 20:40:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189144,17 +192972,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5dae282d89a37d9ce89b69e9928c7b74", + "hash": "5ce179cc28fc990aa1aed276563c1e8a", "highlights": [] }, { - "title": "What Unites Buddhism and Psychotherapy? One Therapist Has the Answer.", - "description": "In “The Zen of Therapy,” Mark Epstein weaves together two ways of understanding how humans can feel more settled in their lives.", - "content": "In “The Zen of Therapy,” Mark Epstein weaves together two ways of understanding how humans can feel more settled in their lives.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2022/01/11/books/review/zen-of-therapy-mark-epstein.html", - "creator": "Oliver Burkeman", - "pubDate": "Tue, 11 Jan 2022 10:00:05 +0000", + "title": "Building a Better Meatpacking Industry", + "description": "Instead of breaking up the big meatpacking companies, the Biden administration is supporting the creation of rivals.", + "content": "Instead of breaking up the big meatpacking companies, the Biden administration is supporting the creation of rivals.", + "category": "Agriculture and Farming", + "link": "https://www.nytimes.com/2022/01/15/opinion/meat-meatpacking-industry.html", + "creator": "Binyamin Appelbaum", + "pubDate": "Sat, 15 Jan 2022 16:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189166,17 +192994,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "33954d4991165d4849b12374956ddd26", + "hash": "34692ad6963cf5289184c9dcc5d6120f", "highlights": [] }, { - "title": "A Rising Designer Brings Hip-Hop to Homeware", - "description": "Sean Brown in his showroom in Toronto.", - "content": "Sean Brown in his showroom in Toronto.", - "category": "Brown, Sean (Designer)", - "link": "https://www.nytimes.com/2022/01/10/arts/design/hip-hop-homeware-sean-brown.html", - "creator": "Iman Stevenson", - "pubDate": "Mon, 10 Jan 2022 17:08:40 +0000", + "title": "Mayor Adams, Build a Bigger Manhattan", + "description": "“New Mannahatta” would help the city’s housing crisis and protect against the impact of climate change. ", + "content": "“New Mannahatta” would help the city’s housing crisis and protect against the impact of climate change. ", + "category": "Manhattan (NYC)", + "link": "https://www.nytimes.com/2022/01/14/opinion/eric-adams-manhattan-expand.html", + "creator": "Jason M. Barr", + "pubDate": "Fri, 14 Jan 2022 10:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189188,17 +193016,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3608a803b766b64dbdd632060b813d88", + "hash": "48625e6187df88e1796d38132dbfd537", "highlights": [] }, { - "title": "San Francisco Ballet Appoints Tamara Rojo to Artistic Director", - "description": "Tamara Rojo will succeed Helgi Tomasson as the artistic director of San Francisco Ballet.", - "content": "Tamara Rojo will succeed Helgi Tomasson as the artistic director of San Francisco Ballet.", - "category": "Dancing", - "link": "https://www.nytimes.com/2022/01/11/arts/dance/tamara-rojo-artistic-director-san-francisco-ballet.html", - "creator": "Roslyn Sulcas", - "pubDate": "Tue, 11 Jan 2022 19:30:41 +0000", + "title": "On Sidney Poitier, Code Switching and the Black Voice", + "description": "He was a pioneer — in the transitional sense.", + "content": "He was a pioneer — in the transitional sense.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2022/01/14/opinion/poitier-black-english.html", + "creator": "John McWhorter", + "pubDate": "Sat, 15 Jan 2022 15:00:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189210,17 +193038,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d68f80a8bc5f9ce4af7300b3ef72dc8f", + "hash": "19f932eeb2eed1d75820792936ed3475", "highlights": [] }, { - "title": "A Flea-Infested Former Convent: How Could They Resist?", - "description": "The 1926 building owned by the Catholic Church looked as if it hadn’t been updated in decades. One Dallas family was charmed.", - "content": "The 1926 building owned by the Catholic Church looked as if it hadn’t been updated in decades. One Dallas family was charmed.", - "category": "Real Estate and Housing (Residential)", - "link": "https://www.nytimes.com/2022/01/11/realestate/a-flea-infested-former-convent-how-could-they-resist.html", - "creator": "Tim McKeough", - "pubDate": "Tue, 11 Jan 2022 10:00:20 +0000", + "title": "We Need to Think the Unthinkable About Our Country", + "description": "It’s plausible that the United States as we know it could disintegrate. Institutions need to consider worst-case scenarios — to help avoid them. ", + "content": "It’s plausible that the United States as we know it could disintegrate. Institutions need to consider worst-case scenarios — to help avoid them. ", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2022/01/13/opinion/january-6-civil-war.html", + "creator": "Jonathan Stevenson and Steven Simon", + "pubDate": "Thu, 13 Jan 2022 10:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189232,17 +193060,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b9b7cae3f8d000dbcf370ff906133eb", + "hash": "a445c8b5081a7c810dcb27291cfbd35d", "highlights": [] }, { - "title": "United Airlines Cuts Flights as Workers Call in Sick", - "description": "A United Airlines jet at Newark Liberty International Airport in New Jersey. One in three United workers at the airport have called in sick.", - "content": "A United Airlines jet at Newark Liberty International Airport in New Jersey. One in three United workers at the airport have called in sick.", - "category": "Airlines and Airplanes", - "link": "https://www.nytimes.com/2022/01/11/business/omicron-united-airlines-flights-canceled.html", - "creator": "Niraj Chokshi", - "pubDate": "Tue, 11 Jan 2022 15:24:02 +0000", + "title": "Blocking a Mandate, the Supreme Court ‘Sided With Covid-19’", + "description": "The Supreme Court in Washington.", + "content": "The Supreme Court in Washington.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/14/opinion/letters/supreme-court-vaccine-mandate.html", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 18:05:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189254,17 +193082,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "176cd17e5e54be5e61c0dd45cd49b97e", + "hash": "0b9c7c763eddfc86e5809992547e068d", "highlights": [] }, { - "title": "For Retail Workers, Omicron’s Impact Isn’t Just About Health", - "description": "Liisa Luick, a sales associate at Macy’s in Lynnwood, Wash., is often unable to take breaks and has fielded complaints from customers about a lack of sales help and unstaffed registers.", - "content": "Liisa Luick, a sales associate at Macy’s in Lynnwood, Wash., is often unable to take breaks and has fielded complaints from customers about a lack of sales help and unstaffed registers.", - "category": "Coronavirus Risks and Safety Concerns", - "link": "https://www.nytimes.com/2022/01/11/business/retail-workers-omicron-pandemic.html", - "creator": "Sapna Maheshwari and Michael Corkery", - "pubDate": "Tue, 11 Jan 2022 10:00:15 +0000", + "title": "They Remodeled Before Covid. Here’s What They Regret Now.", + "description": "The live-work space in Jersey City, N.J., should have been ideal for lockdown. But hindsight born of a pandemic taught them a few things.", + "content": "The live-work space in Jersey City, N.J., should have been ideal for lockdown. But hindsight born of a pandemic taught them a few things.", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2022/01/14/realestate/pre-covid-remodel.html", + "creator": "Ronda Kaysen", + "pubDate": "Fri, 14 Jan 2022 10:00:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189276,17 +193104,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3bdf8b147c4a4e54321d91e539fc3017", + "hash": "407d94ecb22445a56be36f31c8050063", "highlights": [] }, { - "title": "Biden to Give Voting Rights Speech in Georgia", - "description": "President Biden plans to increase pressure on Congress to pass voter protection laws by calling for a change to the Senate’s filibuster rule. Follow updates.", - "content": "President Biden plans to increase pressure on Congress to pass voter protection laws by calling for a change to the Senate’s filibuster rule. Follow updates.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/11/us/biden-harris-voting-rights", - "creator": "The New York Times", - "pubDate": "Tue, 11 Jan 2022 19:08:03 +0000", + "title": "Mommy Is Going Away for a While", + "description": "The antiheroine of the moment, in movies like “The Lost Daughter” and novels like “I Love You but I’ve Chosen Darkness,” commits the mother’s ultimate sin: abandoning her children.", + "content": "The antiheroine of the moment, in movies like “The Lost Daughter” and novels like “I Love You but I’ve Chosen Darkness,” commits the mother’s ultimate sin: abandoning her children.", + "category": "Parenting", + "link": "https://www.nytimes.com/2022/01/14/movies/bad-moms-lost-daughter.html", + "creator": "Amanda Hess and Liana Finck", + "pubDate": "Fri, 14 Jan 2022 16:45:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189298,17 +193126,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb79224f9a872a0b32e7a98b1e12e4e7", + "hash": "697e8dbf4f7b4c83b99880a0c87597e7", "highlights": [] }, { - "title": "Over Half of Europe Could Be Infected in Next 2 Months, W.H.O. Says", - "description": "Despite high infection levels, an agency director said that vaccines remained effective at preventing severe illness and death. Here’s the latest on Covid.", - "content": "Despite high infection levels, an agency director said that vaccines remained effective at preventing severe illness and death. Here’s the latest on Covid.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/11/world/omicron-covid-testing-vaccines", - "creator": "The New York Times", - "pubDate": "Tue, 11 Jan 2022 11:48:22 +0000", + "title": "U.S. Accuses Russia of Sending Saboteurs Into Ukraine ", + "description": "President Vladimir V. Putin of Russia in Moscow on Wednesday. The White House did not release details of the evidence it had collected to back up its charge against Russia.", + "content": "President Vladimir V. Putin of Russia in Moscow on Wednesday. The White House did not release details of the evidence it had collected to back up its charge against Russia.", + "category": "Russia", + "link": "https://www.nytimes.com/2022/01/14/us/politics/russia-ukraine-us-intelligence.html", + "creator": "David E. Sanger", + "pubDate": "Sat, 15 Jan 2022 02:41:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189320,17 +193148,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "25d124c41baab2c74bb32151fc5592e8", + "hash": "9e6ec7b355ef49dfc0c3e4c148744c2d", "highlights": [] }, { - "title": "Despite Omicron, Los Angeles Students Are Returning to Class", - "description": "Students were provided with Covid-19 at-home self-tests at the Johnnie L. Cochran Jr. Middle School in Los Angeles on Friday before returning to classes on Tuesday.", - "content": "Students were provided with Covid-19 at-home self-tests at the Johnnie L. Cochran Jr. Middle School in Los Angeles on Friday before returning to classes on Tuesday.", - "category": "Coronavirus Reopenings", - "link": "https://www.nytimes.com/2022/01/11/us/los-angeles-schools-reopen-omicron.html", - "creator": "Jacey Fortin", - "pubDate": "Tue, 11 Jan 2022 14:45:38 +0000", + "title": "The Omicron Shift in Europe: Pandemic or Endemic?", + "description": "A temporary field hospital this week on the grounds of St. George’s Hospital in London.", + "content": "A temporary field hospital this week on the grounds of St. George’s Hospital in London.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/14/world/europe/uk-omicron-coronavirus-pandemic.html", + "creator": "Megan Specia", + "pubDate": "Fri, 14 Jan 2022 17:04:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189342,17 +193170,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5eb2ec65e67469a2eb2fd0ee9f1ae0b2", + "hash": "03300051eac6e1ee453daa0847787391", "highlights": [] }, { - "title": "United Airlines Cuts Flights as Workers Call in Sick", - "description": "A United Airlines jet at Newark Liberty International Airport in New Jersey. One in three United workers at the airport have called in sick.", - "content": "A United Airlines jet at Newark Liberty International Airport in New Jersey. One in three United workers at the airport have called in sick.", - "category": "Airlines and Airplanes", - "link": "https://www.nytimes.com/2022/01/11/business/omicron-united-airlines-flights.html", - "creator": "Niraj Chokshi", - "pubDate": "Tue, 11 Jan 2022 15:24:02 +0000", + "title": "My Daughter’s Married Boyfriend Shouldn’t Join Us on Vacation, Right?", + "description": "A mother is concerned about her adult child’s involvement with a polyamorous man.", + "content": "A mother is concerned about her adult child’s involvement with a polyamorous man.", + "category": "Customs, Etiquette and Manners", + "link": "https://www.nytimes.com/2022/01/13/style/daughter-boyfriend-polyamory-social-qs.html", + "creator": "Philip Galanes", + "pubDate": "Thu, 13 Jan 2022 14:00:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189364,17 +193192,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "87499f2321d8f4ea99c92a916ccd9462", + "hash": "5eae91ec86176a8c8f307023bf2997ca", "highlights": [] }, { - "title": "Biden Will Endorse Changing Senate Rules to Pass Voting Rights Legislation", - "description": "President Biden has exhausted his political capital on other efforts, including a bipartisan infrastructure deal and a stalled social spending plan. ", - "content": "President Biden has exhausted his political capital on other efforts, including a bipartisan infrastructure deal and a stalled social spending plan. ", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/11/us/politics/biden-filibuster-voting-rights.html", - "creator": "Katie Rogers", - "pubDate": "Tue, 11 Jan 2022 10:30:06 +0000", + "title": "Winning Streaks on ‘Jeopardy!’ and Taking a Juilliard Rejection to TikTok: The Week in Narrated Articles", + "description": "Amy Schneider, whose “Jeopardy!” winnings recently surpassed $1 million, is the third contestant this season with a long winning streak.", + "content": "Amy Schneider, whose “Jeopardy!” winnings recently surpassed $1 million, is the third contestant this season with a long winning streak.", + "category": "", + "link": "https://www.nytimes.com/2022/01/14/podcasts/jeopardy-axel-webber-kazakhstan-djokovic-narrated-articles.html", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 10:30:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189386,17 +193214,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "625672540b38750a1a4b949b125a863f", + "hash": "a27a04edce3ae3fb325ee857ae2bdd58", "highlights": [] }, { - "title": "Voting Rights Groups Skipping Biden's Speech Over Inaction", - "description": "Multiple voting rights and civil rights groups announced they would be skipping the speech as frustration with the White House grew over a lack of response to Georgia’s restrictive voting laws.", - "content": "Multiple voting rights and civil rights groups announced they would be skipping the speech as frustration with the White House grew over a lack of response to Georgia’s restrictive voting laws.", - "category": "Voting Rights Act (1965)", - "link": "https://www.nytimes.com/2022/01/10/us/politics/biden-stacey-abrams-voting-rights.html", - "creator": "Nick Corasaniti and Reid J. Epstein", - "pubDate": "Tue, 11 Jan 2022 04:41:58 +0000", + "title": "How Much Watching Time Do You Have This Weekend?", + "description": "A scene from “El Deafo.”", + "content": "A scene from “El Deafo.”", + "category": "Television", + "link": "https://www.nytimes.com/2022/01/13/arts/television/el-deafo-sweet-tooth.html", + "creator": "Margaret Lyons", + "pubDate": "Thu, 13 Jan 2022 21:18:37 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189408,17 +193236,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2529e4595ecb0daa40183f14669b5d79", + "hash": "76d80d5fcc27d152282d0c39c53aed49", "highlights": [] }, { - "title": "Two Open Doors Created ‘Flue Effect’ of Deadly Smoke at Bronx High-Rise", - "description": "Clean-up and recovery workers scoured a Bronx apartment building a day after a fire killed 17 people. ", - "content": "Clean-up and recovery workers scoured a Bronx apartment building a day after a fire killed 17 people. ", - "category": "Fires and Firefighters", - "link": "https://www.nytimes.com/2022/01/10/nyregion/bronx-apartment-fire-smoke.html", - "creator": "Nicholas Fandos", - "pubDate": "Tue, 11 Jan 2022 01:14:18 +0000", + "title": "Manchester City, Chelsea and Competing With Perfection ", + "description": "Pep Guardiola’s Manchester City is 10 points clear of Chelsea in the Premier League before its game on Saturday.", + "content": "Pep Guardiola’s Manchester City is 10 points clear of Chelsea in the Premier League before its game on Saturday.", + "category": "Soccer", + "link": "https://www.nytimes.com/2022/01/14/sports/man-city-chelsea.html", + "creator": "Rory Smith", + "pubDate": "Fri, 14 Jan 2022 15:05:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189430,17 +193258,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "579f33948051f28d045e0e4f864e70ec", + "hash": "ddee9acf3f3ea641ba43ca2ef5e22eaf", "highlights": [] }, { - "title": "A Family Tried to Flee the Bronx Fire. Smoke Overwhelmed Them.", - "description": "Families were still looking for loved ones who were missing in the deadly Bronx fire as a cleaning crews and recovery workers descended on the building.", - "content": "Families were still looking for loved ones who were missing in the deadly Bronx fire as a cleaning crews and recovery workers descended on the building.", - "category": "Deaths (Fatalities)", - "link": "https://www.nytimes.com/2022/01/10/nyregion/bronx-apartment-fire-victims.html", - "creator": "Karen Zraick and Chelsia Rose Marcius", - "pubDate": "Tue, 11 Jan 2022 04:31:29 +0000", + "title": "2021 in Jazz: Intimacy and Conversation", + "description": "Throughout the pandemic, the music’s flexibility has become an asset. Where will artists take it next?", + "content": "Throughout the pandemic, the music’s flexibility has become an asset. Where will artists take it next?", + "category": "audio-neutral-informative", + "link": "https://www.nytimes.com/2022/01/12/arts/music/popcast-jazz.html", + "creator": "", + "pubDate": "Wed, 12 Jan 2022 19:11:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189452,17 +193280,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c249af95c85dc09ecbfc7cd5195ac8f4", + "hash": "f5a02c18f3ecf78ca17c74673f0b0bb5", "highlights": [] }, { - "title": "Kazakhstan Says Russian Troops Will Start Leaving This Week", - "description": "A building that was torched during recent unrest in Almaty, Kazakhstan, on Tuesday.", - "content": "A building that was torched during recent unrest in Almaty, Kazakhstan, on Tuesday.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2022/01/11/world/europe/kazakhstan-russia-troops.html", - "creator": "Valerie Hopkins and Ivan Nechepurenko", - "pubDate": "Tue, 11 Jan 2022 15:53:14 +0000", + "title": "Cambodia’s Internet May Soon Be Like China’s: State-Controlled", + "description": "Kak Sovann Chhay, the 16-year-old son of an opposition politician, was released from a Cambodian prison in November after being jailed for comments he made in a Telegram chat group. ", + "content": "Kak Sovann Chhay, the 16-year-old son of an opposition politician, was released from a Cambodian prison in November after being jailed for comments he made in a Telegram chat group. ", + "category": "Cambodia", + "link": "https://www.nytimes.com/2022/01/15/business/cambodia-arrests-internet.html", + "creator": "Charles McDermid", + "pubDate": "Sat, 15 Jan 2022 08:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189474,17 +193302,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4fe77d9bc8acfd0743febc26e482b55", + "hash": "1a18bbb33c37c93fda5a594b23cf88cf", "highlights": [] }, { - "title": "Fed Chair Testifies at Confirmation Hearing", - "description": "Jerome Powell, the Federal Reserve chair, is appearing before lawmakers as he seeks Senate confirmation to a second term. Watch the hearing live.", - "content": "Jerome Powell, the Federal Reserve chair, is appearing before lawmakers as he seeks Senate confirmation to a second term. Watch the hearing live.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/11/business/stock-market-economy-news", - "creator": "The New York Times", - "pubDate": "Tue, 11 Jan 2022 15:48:50 +0000", + "title": "What Time are the Oakland vs Cincinatti and Buffalo vs Patriots Games?", + "description": "The Raiders hadn’t made the postseason since 2016 and they last won a playoff game in 2002. ", + "content": "The Raiders hadn’t made the postseason since 2016 and they last won a playoff game in 2002. ", + "category": "Football", + "link": "https://www.nytimes.com/2022/01/15/sports/football/nfl-playoffs-bills-patriots-raiders-bengals.html", + "creator": "Alanis Thames", + "pubDate": "Sat, 15 Jan 2022 10:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189496,17 +193324,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a042213adf6257463db473939b03970", + "hash": "087da8a209ee168439ff7eb72576870c", "highlights": [] }, { - "title": "In Zora Neale Hurston’s Essays, the Nonfiction of a Nonconformist", - "description": "“You Don’t Know Us Negroes,” edited by Genevieve West and Henry Louis Gates Jr., is a collection of nonfiction by the author of “Their Eyes Were Watching God.”", - "content": "“You Don’t Know Us Negroes,” edited by Genevieve West and Henry Louis Gates Jr., is a collection of nonfiction by the author of “Their Eyes Were Watching God.”", - "category": "Hurston, Zora Neale", - "link": "https://www.nytimes.com/2022/01/10/books/review-zora-neale-hurston-you-dont-know-us-negroes-essays.html", - "creator": "Dwight Garner", - "pubDate": "Mon, 10 Jan 2022 18:28:21 +0000", + "title": "A Bill Proposed a New Way to Teach History. It Got the History Wrong.", + "description": "The debate over critical race theory became a flashpoint during the Virginia governor’s race last November.", + "content": "The debate over critical race theory became a flashpoint during the Virginia governor’s race last November.", + "category": "History (Academic Subject)", + "link": "https://www.nytimes.com/2022/01/14/us/virginia-lincoln-douglas-debates-bill.html", + "creator": "Maria Cramer and Amanda Holpuch", + "pubDate": "Fri, 14 Jan 2022 23:20:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189518,17 +193346,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b5ad7c478119f808516be0f83bf663eb", + "hash": "e4b449ac30efd3bb6d9ccc8ea80ed65a", "highlights": [] }, { - "title": "Crusading for God, Family and … Bitcoin?", - "description": "What’s the deepening alliance between MAGA and cryptocurrency?", - "content": "What’s the deepening alliance between MAGA and cryptocurrency?", - "category": "Virtual Currency", - "link": "https://www.nytimes.com/2022/01/10/opinion/crypto-cryptocurrency-money-conspiracy.html", - "creator": "Paul Krugman", - "pubDate": "Tue, 11 Jan 2022 00:00:07 +0000", + "title": "Towers Rise Over London’s Brick Lane, Clouding Its Future", + "description": "Shops in the Brick Lane neighborhood of East London, which became home to the largest Bangladeshi and Bengali population in Britain.", + "content": "Shops in the Brick Lane neighborhood of East London, which became home to the largest Bangladeshi and Bengali population in Britain.", + "category": "Shopping Centers and Malls", + "link": "https://www.nytimes.com/2022/01/15/world/bangladesh-london-brick-lane-gentrification.html", + "creator": "Aina J. Khan", + "pubDate": "Sat, 15 Jan 2022 10:00:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189540,17 +193368,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4403813731c6ae20984da14c291e93fe", + "hash": "7e361e1c1eaf8e31caab48ed8f7cf3a3", "highlights": [] }, { - "title": "Chris Hayes on How Biden Can Have a Better 2022", - "description": "The political journalist discusses the Biden administration’s successes and failures with the economy, pandemic response and climate change.", - "content": "The political journalist discusses the Biden administration’s successes and failures with the economy, pandemic response and climate change.", - "category": "audio-neutral-informative", - "link": "https://www.nytimes.com/2022/01/11/opinion/ezra-klein-podcast-chris-hayes.html", - "creator": "‘The Ezra Klein Show’", - "pubDate": "Tue, 11 Jan 2022 10:00:13 +0000", + "title": "Chris Evert, Tennis Hall of Famer, Says She Has Ovarian Cancer", + "description": "“I’ve lived a very charmed life,” Chris Evert said. “Now I have some challenges ahead of me.”", + "content": "“I’ve lived a very charmed life,” Chris Evert said. “Now I have some challenges ahead of me.”", + "category": "Ovarian Cancer", + "link": "https://www.nytimes.com/2022/01/14/sports/tennis/chris-evert-ovarian-cancer.html", + "creator": "Vimal Patel", + "pubDate": "Sat, 15 Jan 2022 04:20:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189562,17 +193390,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f358b1eb3d9ce25bb1b90e53aa494aed", + "hash": "4566abfc380c6b6f24e5446f14a93c0a", "highlights": [] }, { - "title": "Steve Bannon Is On to Something", - "description": "An election worker in Port Orchard, Wash., on Nov. 3, 2020.", - "content": "An election worker in Port Orchard, Wash., on Nov. 3, 2020.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/09/opinion/trump-bannon-trumpism-democracy.html", - "creator": "Ezra Klein", - "pubDate": "Mon, 10 Jan 2022 18:36:51 +0000", + "title": "Ed Schoenfeld, Impresario of Chinese Cuisine, Dies at 72", + "description": "Ed Schoenfeld in 2012. In New York in the 1970s and ’80s, he became a highly visible interpreter and spokesman for the food culture of China, terra incognita for most Americans at the time.", + "content": "Ed Schoenfeld in 2012. In New York in the 1970s and ’80s, he became a highly visible interpreter and spokesman for the food culture of China, terra incognita for most Americans at the time.", + "category": "Restaurants", + "link": "https://www.nytimes.com/2022/01/14/dining/ed-schoenfeld-dead.html", + "creator": "William Grimes", + "pubDate": "Fri, 14 Jan 2022 21:27:49 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189584,17 +193412,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d81aa510dd799af61af269774a9b406", + "hash": "e773bcb4ebf24140cf5281308577aeb7", "highlights": [] }, { - "title": "Mike Pence Seen as Key Witness in Jan. 6 Investigation", - "description": "Former Vice President Mike Pence could be a key witness for the House committee investigating the Capitol riot. He reportedly has not decided whether to cooperate. ", - "content": "Former Vice President Mike Pence could be a key witness for the House committee investigating the Capitol riot. He reportedly has not decided whether to cooperate. ", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2022/01/10/us/politics/mike-pence-jan-6-testimony.html", - "creator": "Michael S. Schmidt and Alan Feuer", - "pubDate": "Mon, 10 Jan 2022 23:27:55 +0000", + "title": "A Tsunami Hits Tonga's Capital After an Underwater Volcano Eruption", + "description": "The volcano, Hunga Tonga-Hunga Ha’apai, had been active in December, too.", + "content": "The volcano, Hunga Tonga-Hunga Ha’apai, had been active in December, too.", + "category": "Volcanoes", + "link": "https://www.nytimes.com/2022/01/15/world/asia/tonga-volcano-tsunami.html", + "creator": "Aina J. Khan", + "pubDate": "Sat, 15 Jan 2022 14:44:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189606,17 +193434,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d9969698029ba0f15ba8d115fa85348", + "hash": "f8916dc7ec796ab62903f952d7f900cb", "highlights": [] }, { - "title": "In a First, Man Receives a Heart From a Genetically Altered Pig", - "description": "The breakthrough may lead one day to new supplies of animal organs for transplant into human patients.", - "content": "The breakthrough may lead one day to new supplies of animal organs for transplant into human patients.", - "category": "your-feed-science", - "link": "https://www.nytimes.com/2022/01/10/health/heart-transplant-pig-bennett.html", - "creator": "Roni Caryn Rabin", - "pubDate": "Mon, 10 Jan 2022 21:06:29 +0000", + "title": "Former Obama Administration Adviser Pleads Guilty in $218,000 Theft Scheme", + "description": "Seth Andrew had been a young and ambitious educator when he founded Democracy Prep Public Schools.", + "content": "Seth Andrew had been a young and ambitious educator when he founded Democracy Prep Public Schools.", + "category": "Education (K-12)", + "link": "https://www.nytimes.com/2022/01/14/us/seth-andrew-charter-schools-scheme.html", + "creator": "Michael Levenson", + "pubDate": "Fri, 14 Jan 2022 23:24:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189628,17 +193456,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a4f385e7cd3ce7927c457235d736ebf", + "hash": "bf6f86d768e83e601263fa20c70aabd3", "highlights": [] }, { - "title": "In Talks on Ukraine, U.S. and Russia Deadlock Over NATO Expansion", - "description": "The American delegation, left, and its Russian counterparts as they met in Geneva on Monday.", - "content": "The American delegation, left, and its Russian counterparts as they met in Geneva on Monday.", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2022/01/10/world/europe/russia-us-ukraine-talks.html", - "creator": "Anton Troianovski and David E. Sanger", - "pubDate": "Tue, 11 Jan 2022 00:28:00 +0000", + "title": "Terry Teachout, Arts Critic With a Wide Range, Is Dead at 65", + "description": "The cultural critic Terry Teachout in 2012. He was one of a vanishing breed of cultural mavens: omnivorous, humane, worldly without being pretentious. ", + "content": "The cultural critic Terry Teachout in 2012. He was one of a vanishing breed of cultural mavens: omnivorous, humane, worldly without being pretentious. ", + "category": "Teachout, Terry (1956-2022)", + "link": "https://www.nytimes.com/2022/01/14/books/terry-teachout-dead.html", + "creator": "Clay Risen", + "pubDate": "Sat, 15 Jan 2022 02:10:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189650,17 +193478,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b72c4500cb8527eb8a68f66964a169bc", + "hash": "9c460013bfb20bb742b03c6e2fd4555f", "highlights": [] }, { - "title": "North Korea Launches 2nd Ballistic Missile in a Week, South Korea Says", - "description": "A television at a Seoul railroad station on Tuesday showed file footage of a North Korean missile test.", - "content": "A television at a Seoul railroad station on Tuesday showed file footage of a North Korean missile test.", - "category": "North Korea", - "link": "https://www.nytimes.com/2022/01/11/world/asia/north-korea-ballistic-missile-south-korea.html", - "creator": "Choe Sang-Hun", - "pubDate": "Tue, 11 Jan 2022 04:50:13 +0000", + "title": "Why There's a Snowplow Driver Shortage", + "description": "A snowplow clearing roads in Walker, Mich., on Wednesday.", + "content": "A snowplow clearing roads in Walker, Mich., on Wednesday.", + "category": "Snow and Snowstorms", + "link": "https://www.nytimes.com/2022/01/15/us/snow-plow-drivers-shortage.html", + "creator": "Christine Hauser", + "pubDate": "Sat, 15 Jan 2022 14:16:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189672,17 +193500,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "05bcc243057eee88336be92a4da93340", + "hash": "57d51030629212fc5320a1edaf133e5e", "highlights": [] }, { - "title": "Yankees Name Rachel Balkovec as First Woman Manager in Minors", - "description": "Having served as a hitting coach in the team’s system, Rachel Balkovec will be the first woman to manage a team in affiliated baseball.", - "content": "Having served as a hitting coach in the team’s system, Rachel Balkovec will be the first woman to manage a team in affiliated baseball.", - "category": "Baseball", - "link": "https://www.nytimes.com/2022/01/10/sports/baseball/rachel-balkovec-yankees.html", - "creator": "James Wagner", - "pubDate": "Mon, 10 Jan 2022 22:41:03 +0000", + "title": "Leading Bookseller’s Private Collection Goes Up for Sale", + "description": "Christie’s will auction the personal Americana collection of William Reese, which carries an estimate of $12 million to $18 million.", + "content": "Christie’s will auction the personal Americana collection of William Reese, which carries an estimate of $12 million to $18 million.", + "category": "Auctions", + "link": "https://www.nytimes.com/2022/01/13/arts/christies-rare-books-william-reese.html", + "creator": "Jennifer Schuessler", + "pubDate": "Fri, 14 Jan 2022 18:09:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189694,17 +193522,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0c7fe50fd8ce369f032ea39688b8e1a", + "hash": "f7e4b0526b6f13c319ac26c9164f2783", "highlights": [] }, { - "title": "Guantánamo Panel Approves Transfer of First High-Value Detainee", - "description": "Guled Hassan Duran received word that he had been deemed safe for transfer with security arrangements.", - "content": "Guled Hassan Duran received word that he had been deemed safe for transfer with security arrangements.", - "category": "Duran, Guled Hassan", - "link": "https://www.nytimes.com/2022/01/10/us/politics/guantanamo-transfer-somali-detainee.html", - "creator": "Carol Rosenberg", - "pubDate": "Tue, 11 Jan 2022 00:50:04 +0000", + "title": "How to Walk Safely in the Snow, Ice and Slush", + "description": "Walk like a penguin: Turn your feet slightly outward and take short, flat-footed steps.", + "content": "Walk like a penguin: Turn your feet slightly outward and take short, flat-footed steps.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/02/22/well/live/snow-ice-safety.html", + "creator": "Jane E. Brody", + "pubDate": "Mon, 22 Feb 2021 10:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189716,17 +193544,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb1e5bbf0807ef084d202fae6b6d53c5", + "hash": "bf5a174d38c9a4d862e7d35763de7207", "highlights": [] }, { - "title": "European Parliament's President, David Sassoli, Dies at 65", - "description": " David Sassoli, president of the European Parliament, during the opening of a plenary session in Strasbourg, France, last year.", - "content": " David Sassoli, president of the European Parliament, during the opening of a plenary session in Strasbourg, France, last year.", - "category": "David Sassoli", - "link": "https://www.nytimes.com/2022/01/10/world/europe/david-sassoli-dead.html", - "creator": "Mike Ives", - "pubDate": "Tue, 11 Jan 2022 05:57:59 +0000", + "title": "I Was a Screen-Time Expert. Then the Coronavirus Happened.", + "description": "An author reflects on her pre-pandemic pronouncements about children’s technology use and offers new advice, like focus on feelings, not screens.", + "content": "An author reflects on her pre-pandemic pronouncements about children’s technology use and offers new advice, like focus on feelings, not screens.", + "category": "Children and Childhood", + "link": "https://www.nytimes.com/2020/07/27/parenting/children-screen-time-games-phones.html", + "creator": "Anya Kamenetz", + "pubDate": "Sat, 15 Jan 2022 14:41:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189738,17 +193566,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc0a1601ecf9c3d26bcd3525c3627c08", + "hash": "adeb3c6c006156d92c88d583468990f0", "highlights": [] }, { - "title": "Nearly 5 Years After Grenfell Fire, U.K. Tells Developers to Pay for Upgrades", - "description": "Grenfell Tower, a high-rise residential building in London, now stands covered in what the government calls a “protective wrapping.”", - "content": "Grenfell Tower, a high-rise residential building in London, now stands covered in what the government calls a “protective wrapping.”", - "category": "Accidents and Safety", - "link": "https://www.nytimes.com/2022/01/10/world/europe/cladding-grenfell-uk.html", - "creator": "Megan Specia", - "pubDate": "Tue, 11 Jan 2022 08:44:19 +0000", + "title": "Does My Mask Protect Me Against Covid-19 If Others Don't Wear One?", + "description": "Masks work best when everyone in the room has one on, but you’ll still benefit from masking up even when those around you aren’t.", + "content": "Masks work best when everyone in the room has one on, but you’ll still benefit from masking up even when those around you aren’t.", + "category": "Masks", + "link": "https://www.nytimes.com/article/covid-masks-protection-stats.html", + "creator": "Tara Parker-Pope", + "pubDate": "Fri, 31 Dec 2021 03:03:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189760,17 +193588,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f37aac2578b07d765a6a62438618953", + "hash": "2dfb057a967ba5284ff5cc41a3c525cb", "highlights": [] }, { - "title": "As W.N.B.A. Players Call for Expansion, League Says Not Now", - "description": "Lexie Brown of the Chicago Sky ended the 2021 season as a champion, but the rocky journey it took illustrated how difficult it can be to find, and keep, a place in the league.", - "content": "Lexie Brown of the Chicago Sky ended the 2021 season as a champion, but the rocky journey it took illustrated how difficult it can be to find, and keep, a place in the league.", - "category": "Basketball", - "link": "https://www.nytimes.com/2022/01/10/sports/basketball/wnba-expansion.html", - "creator": "Erica L. Ayala", - "pubDate": "Mon, 10 Jan 2022 05:01:10 +0000", + "title": "The Eat Well Challenge: A Guide to Reshape Your Eating Habits Without a Diet", + "description": " ", + "content": " ", + "category": "Weight", + "link": "https://www.nytimes.com/article/eat-well-challenge.html", + "creator": "Tara Parker-Pope", + "pubDate": "Tue, 11 Jan 2022 15:14:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189782,17 +193610,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f956f9abbb200aef354ff2394b1bd45", + "hash": "27b550aaa75a5abecd1965924a518874", "highlights": [] }, { - "title": "4 Operas in 48 Hours: A Critic’s Marathon at the Met", - "description": "Amid the virus surge, the company is performing “Rigoletto,” “Le Nozze di Figaro,” “Tosca” and “La Bohème” in close succession.", - "content": "Amid the virus surge, the company is performing “Rigoletto,” “Le Nozze di Figaro,” “Tosca” and “La Bohème” in close succession.", - "category": "Opera", - "link": "https://www.nytimes.com/2022/01/10/arts/music/met-opera-marathon.html", - "creator": "Zachary Woolfe", - "pubDate": "Tue, 11 Jan 2022 04:59:20 +0000", + "title": "The Charmed Life of Bruce Bozzi", + "description": "He’s best friends with Andy Cohen and Sarah Jessica Parker, is married to super agent Bryan Lourd, and fancies himself a liquor mogul.", + "content": "He’s best friends with Andy Cohen and Sarah Jessica Parker, is married to super agent Bryan Lourd, and fancies himself a liquor mogul.", + "category": "Content Type: Personal Profile", + "link": "https://www.nytimes.com/2022/01/15/style/bruce-bozzi.html", + "creator": "Brooks Barnes", + "pubDate": "Sat, 15 Jan 2022 08:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189804,17 +193632,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9926dce943fa0149b06e7ba455961ad8", + "hash": "bd487ee98b545d5c780505a8937fcefc", "highlights": [] }, { - "title": "Restaurant Review: Semma in the Village", - "description": "The sprouted mung bean salad could easily be served at one of the new plant-based spots in the East Village.", - "content": "The sprouted mung bean salad could easily be served at one of the new plant-based spots in the East Village.", - "category": "Indian Food (Cuisine)", - "link": "https://www.nytimes.com/2022/01/10/dining/restaurant-review-semma-south-indian-food.html", - "creator": "Pete Wells", - "pubDate": "Mon, 10 Jan 2022 22:17:46 +0000", + "title": "Contouring Is Back. It’s Not What You Remember.", + "description": "A lot of women who once avoided contouring because of its unnatural, made-for-Instagram effect, are now gravitating toward it.", + "content": "A lot of women who once avoided contouring because of its unnatural, made-for-Instagram effect, are now gravitating toward it.", + "category": "Cosmetics and Toiletries", + "link": "https://www.nytimes.com/2022/01/13/style/contouring.html", + "creator": "Kristen Bateman", + "pubDate": "Thu, 13 Jan 2022 13:21:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189826,17 +193654,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f990561f37058b28d44c81c81d72c283", + "hash": "51defd74b5bbeaecc31ec7fda952684f", "highlights": [] }, { - "title": "Seth Meyers: ‘Ted Cruz Has a Thing for Self-Humiliation’", - "description": "“That clip was like watching one of those dumb cable news segments where a reporter willingly gets Tasered just to show everyone how bad it is,” Meyers joked of Cruz’s recent appearance on ‘Tucker Carlson.’", - "content": "“That clip was like watching one of those dumb cable news segments where a reporter willingly gets Tasered just to show everyone how bad it is,” Meyers joked of Cruz’s recent appearance on ‘Tucker Carlson.’", - "category": "Television", - "link": "https://www.nytimes.com/2022/01/11/arts/television/ted-cruz-tucker-carlson.html", - "creator": "Trish Bendix", - "pubDate": "Tue, 11 Jan 2022 07:02:17 +0000", + "title": "Where Adventurous Gardeners Buy Their Seeds", + "description": "These organic seed sellers share a passion for the unusual and a mission to preserve biodiversity. And they’ve got some irresistible seeds.", + "content": "These organic seed sellers share a passion for the unusual and a mission to preserve biodiversity. And they’ve got some irresistible seeds.", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2022/01/13/realestate/where-adventurous-gardeners-buy-their-seeds.html", + "creator": "Margaret Roach", + "pubDate": "Thu, 13 Jan 2022 16:15:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189848,17 +193676,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0bd68e91186c8d53e903b4658f6df39c", + "hash": "8c6da1228b44e1bf863fe493ee909e9d", "highlights": [] }, { - "title": "I’m Going Into Politics. What Should I Wear?", - "description": "House Speaker Nancy Pelosi wearing one of her signature face masks on Capitol Hill.", - "content": "House Speaker Nancy Pelosi wearing one of her signature face masks on Capitol Hill.", - "category": "Fashion and Apparel", - "link": "https://www.nytimes.com/2022/01/07/fashion/work-what-to-wear.html", - "creator": "Vanessa Friedman", - "pubDate": "Fri, 07 Jan 2022 22:14:19 +0000", + "title": "Jami Attenberg’s Memoir Is a Portrait of the Artist as a Born Writer", + "description": "In “I Came All This Way to Meet You,” the novelist reveals how far she’s traveled — and how many obstacles she’s cleared — to get where she is now.", + "content": "In “I Came All This Way to Meet You,” the novelist reveals how far she’s traveled — and how many obstacles she’s cleared — to get where she is now.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2022/01/11/books/review/i-came-all-this-way-to-meet-you-jami-attenberg.html", + "creator": "Claire Dederer", + "pubDate": "Tue, 11 Jan 2022 10:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189870,17 +193698,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "32064b29ff8e09cc25ea7c1afcddc3ae", + "hash": "034daf9153814eecf7ec3c165a42f83d", "highlights": [] }, { - "title": "For Retail Workers, Omicron Disruptions Aren’t Just About Health", - "description": "Liisa Luick, a sales associate at Macy’s in Lynnwood, Wash., is often unable to take breaks and has fielded complaints from customers about a lack of sales help and unstaffed registers.", - "content": "Liisa Luick, a sales associate at Macy’s in Lynnwood, Wash., is often unable to take breaks and has fielded complaints from customers about a lack of sales help and unstaffed registers.", - "category": "Coronavirus Risks and Safety Concerns", - "link": "https://www.nytimes.com/2022/01/11/business/retail-workers-omicron-pandemic.html", - "creator": "Sapna Maheshwari and Michael Corkery", - "pubDate": "Tue, 11 Jan 2022 10:00:15 +0000", + "title": "Soot, Spit and Paper: James Castle’s Transfixing Worlds", + "description": "An energizing presentation of the artist’s landscapes, interiors and sculptural objects at David Zwirner Gallery lets visitors enter his secret universe.", + "content": "An energizing presentation of the artist’s landscapes, interiors and sculptural objects at David Zwirner Gallery lets visitors enter his secret universe.", + "category": "Art", + "link": "https://www.nytimes.com/2022/01/13/arts/design/james-castle-david-zwirner.html", + "creator": "John Vincler", + "pubDate": "Thu, 13 Jan 2022 17:59:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189892,17 +193720,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7249c25ede2ec1a3c69bb618cfd8b7f6", + "hash": "0b081cd615ad3d30b5cf4b91f0085b5c", "highlights": [] }, { - "title": "Chicago Reaches Deal With Teachers' Union to Return to Classrooms", - "description": "Students at Mt. Greenwood Elementary School in Chicago returned on Monday, when the school had enough staff to defy the union’s directive to teachers to stay home amid negotiations over safety protocols.", - "content": "Students at Mt. Greenwood Elementary School in Chicago returned on Monday, when the school had enough staff to defy the union’s directive to teachers to stay home amid negotiations over safety protocols.", - "category": "Quarantine (Life and Culture)", - "link": "https://www.nytimes.com/2022/01/10/us/chicago-schools-reopen-covid.html", - "creator": "Mitch Smith", - "pubDate": "Tue, 11 Jan 2022 08:22:05 +0000", + "title": "Halting Progress and Happy Accidents: How mRNA Vaccines Were Made", + "description": "A 3-D plaster model of a coronavirus spike protein in the office of Dr. Barney Graham of the Vaccine Research Center of the National Institutes of Health.", + "content": "A 3-D plaster model of a coronavirus spike protein in the office of Dr. Barney Graham of the Vaccine Research Center of the National Institutes of Health.", + "category": "Clinical Trials", + "link": "https://www.nytimes.com/2022/01/15/health/covid-mrna-vaccines-origin-story.html", + "creator": "Gina Kolata and Benjamin Mueller", + "pubDate": "Sat, 15 Jan 2022 14:20:32 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189914,17 +193742,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "26f8c03b5c4242760d12061de55c4c16", + "hash": "62680859000bc622ea54a2a49e49cbdd", "highlights": [] }, { - "title": "Civil Suits Against Trump Seek Damages for Jan. 6 Attack", - "description": "A mob attacking the Capitol on Jan. 6 last year. During a speech earlier that day, President Donald J. Trump told the crowd to “fight like hell” and march to the building.", - "content": "A mob attacking the Capitol on Jan. 6 last year. During a speech earlier that day, President Donald J. Trump told the crowd to “fight like hell” and march to the building.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2022/01/10/us/politics/trump-jan-6-lawsuits.html", - "creator": "Luke Broadwater and Alan Feuer", - "pubDate": "Tue, 11 Jan 2022 01:20:33 +0000", + "title": "Firefighters Battle Large Blaze at Passaic Chemical Plant", + "description": "Crews battled a fire at a chemical plant in Passaic, N.J., on Friday night. No major injuries were reported.", + "content": "Crews battled a fire at a chemical plant in Passaic, N.J., on Friday night. No major injuries were reported.", + "category": "Fires and Firefighters", + "link": "https://www.nytimes.com/2022/01/14/nyregion/passaic-fire.html", + "creator": "Michael Levenson and Mike Ives", + "pubDate": "Sat, 15 Jan 2022 14:07:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189936,17 +193764,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0688ecd3b17efcfec03970475caf615e", + "hash": "55b8dcebc54f95e8384d9cda49ee1885", "highlights": [] }, { - "title": "U.S. Sues Shop Owner Who Dumped 91,500 Pennies on Ex-Worker’s Driveway", - "description": "The Labor Department said the owner of a Georgia auto-repair shop had retaliated against the former employee for reporting that he had not received his final paycheck.", - "content": "The Labor Department said the owner of a Georgia auto-repair shop had retaliated against the former employee for reporting that he had not received his final paycheck.", - "category": "Suits and Litigation (Civil)", - "link": "https://www.nytimes.com/2022/01/09/us/georgia-auto-shop-pennies-lawsuit.html", - "creator": "Michael Levenson", - "pubDate": "Sun, 09 Jan 2022 11:30:06 +0000", + "title": "Lonely? Get in Line. A Covid Test Line.", + "description": "“It made me happy to see people being kind to each other,” said Deni Bonet of a recent experience waiting to get tested. “That’s all we can do right now.”", + "content": "“It made me happy to see people being kind to each other,” said Deni Bonet of a recent experience waiting to get tested. “That’s all we can do right now.”", + "category": "New York City", + "link": "https://www.nytimes.com/2022/01/14/nyregion/covid-test-lines-nyc.html", + "creator": "Alyson Krueger", + "pubDate": "Fri, 14 Jan 2022 10:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189958,17 +193786,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c8ad44247e5916c606047835958a562", + "hash": "5133ee4cee7404490536fd4839c212f5", "highlights": [] }, { - "title": "‘Jeopardy!’ Keeps Seeing Winning Streaks. Champions Ponder Why.", - "description": "Amy Schneider — whose “Jeopardy!” winnings recently surpassed $1 million — is the third contestant this season with a long winning streak.", - "content": "Amy Schneider — whose “Jeopardy!” winnings recently surpassed $1 million — is the third contestant this season with a long winning streak.", - "category": "Contests and Prizes", - "link": "https://www.nytimes.com/2022/01/09/arts/television/jeopardy-streaks-amy-schneider.html", - "creator": "Julia Jacobs", - "pubDate": "Sun, 09 Jan 2022 20:02:17 +0000", + "title": "11 Macaroni and Cheese Recipes to Curl Up With on the Couch", + "description": "When in doubt, coat noodles in cheese sauce and call it dinner.", + "content": "When in doubt, coat noodles in cheese sauce and call it dinner.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2022/01/12/dining/macaroni-and-cheese-recipes.html", + "creator": "Becky Hughes", + "pubDate": "Wed, 12 Jan 2022 18:40:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -189980,17 +193808,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b669a9d20c660e65bc1c7804d44af6d9", + "hash": "9dfdad48cb71d9b1915f135623a037bc", "highlights": [] }, { - "title": "Prehistoric Rock Art ‘Irreparably Damaged’ by Vandals, Officials Say", - "description": "At Big Bend National Park in Texas, vandals permanently damaged prehistoric rock art that featured abstract designs that were created thousands of years ago, officials said.", - "content": "At Big Bend National Park in Texas, vandals permanently damaged prehistoric rock art that featured abstract designs that were created thousands of years ago, officials said.", - "category": "National Parks, Monuments and Seashores", - "link": "https://www.nytimes.com/2022/01/09/us/big-bend-park-rock-vandalism.html", - "creator": "Amanda Holpuch", - "pubDate": "Sun, 09 Jan 2022 14:30:20 +0000", + "title": "America Is Falling Apart at the Seams", + "description": "Why are so many of us behaving so badly?", + "content": "Why are so many of us behaving so badly?", + "category": "Traffic Accidents and Safety", + "link": "https://www.nytimes.com/2022/01/13/opinion/america-falling-apart.html", + "creator": "David Brooks", + "pubDate": "Fri, 14 Jan 2022 00:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190002,17 +193830,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "526016d1e223472470c4cac5614693df", + "hash": "635fec05d59e5fb92f10e2c01b2c11cd", "highlights": [] }, { - "title": "Saudi Princess Is Released, but Other Royals Are Still Locked Up", - "description": "Princess Basmah bint Saud in Washington in 2017 during a discussion about the role of women in the Middle East.", - "content": "Princess Basmah bint Saud in Washington in 2017 during a discussion about the role of women in the Middle East.", - "category": "Royal Families", - "link": "https://www.nytimes.com/2022/01/09/world/middleeast/saudi-princess-released.html", - "creator": "Ben Hubbard", - "pubDate": "Sun, 09 Jan 2022 17:49:48 +0000", + "title": "The Secret Triumph of Economic Policy", + "description": "Why Covid-19 cost us fewer jobs than the dot-com bust.", + "content": "Why Covid-19 cost us fewer jobs than the dot-com bust.", + "category": "Inflation (Economics)", + "link": "https://www.nytimes.com/2022/01/13/opinion/pandemic-economic-recovery.html", + "creator": "Paul Krugman", + "pubDate": "Fri, 14 Jan 2022 00:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190024,17 +193852,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c79296545904ba634db949580d15d51d", + "hash": "6856446be8066ce14bbe53155d4b8e33", "highlights": [] }, { - "title": "How the Pandemic Changed H.R. Jobs", - "description": "Gia Ganesh, the chief of human resources at Florence Healthcare, now also has to focus on the physical health and safety of the employees.", - "content": "Gia Ganesh, the chief of human resources at Florence Healthcare, now also has to focus on the physical health and safety of the employees.", - "category": "Coronavirus Return to Office", - "link": "https://www.nytimes.com/2022/01/09/business/human-resources-pandemic-vaccines.html", - "creator": "Emma Goldberg", - "pubDate": "Sun, 09 Jan 2022 17:15:36 +0000", + "title": "Waiting for Omicron", + "description": "I’m ready to get it over with, but it’s not that simple.", + "content": "I’m ready to get it over with, but it’s not that simple.", + "category": "Quarantine (Life and Culture)", + "link": "https://www.nytimes.com/2022/01/14/opinion/omicron-covid.html", + "creator": "Michelle Goldberg", + "pubDate": "Fri, 14 Jan 2022 10:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190046,17 +193874,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d5b6e00d5f8fd8576927b4da5e75718", + "hash": "d06fd9b483c4a6d3ffd003ce22b2e20b", "highlights": [] }, { - "title": "In Southern Africa, Success Against H.I.V. Offers Hope for Beating Back Another Virus", - "description": "A near-empty ward of the Chongwe District Hospital outside Lusaka, Zambia. Fifteen years ago, a hospital like this would have been overflowing with H.I.V. patients lying two or three to a bed.", - "content": "A near-empty ward of the Chongwe District Hospital outside Lusaka, Zambia. Fifteen years ago, a hospital like this would have been overflowing with H.I.V. patients lying two or three to a bed.", - "category": "Acquired Immune Deficiency Syndrome", - "link": "https://www.nytimes.com/2022/01/11/health/southern-africa-hiv-aids.html", - "creator": "Stephanie Nolen", - "pubDate": "Tue, 11 Jan 2022 08:00:11 +0000", + "title": "We Must Stop Showering the Military With Money", + "description": "America faces lots of challenges. A blank check for the Pentagon doesn’t help solve them.", + "content": "America faces lots of challenges. A blank check for the Pentagon doesn’t help solve them.", + "category": "Federal Budget (US)", + "link": "https://www.nytimes.com/2022/01/13/opinion/military-budget-build-back-better.html", + "creator": "Farhad Manjoo", + "pubDate": "Thu, 13 Jan 2022 20:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190068,17 +193896,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5fa129d603cc5c969517d790de0fe9f", + "hash": "6050982a5eaf6f4ad042a8a9810a165e", "highlights": [] }, { - "title": "Lionsgate Studios Yonkers Could Become the 'Burbank of New York'", - "description": "Great Point Studios, which is creating the $500 million Lionsgate Studios Yonkers, claims the campus, once completed, will surpass anything New York City has to offer.", - "content": "Great Point Studios, which is creating the $500 million Lionsgate Studios Yonkers, claims the campus, once completed, will surpass anything New York City has to offer.", - "category": "Real Estate (Commercial)", - "link": "https://www.nytimes.com/2022/01/11/nyregion/lionsgate-great-point-studio-yonkers.html", - "creator": "Jane Margolies", - "pubDate": "Tue, 11 Jan 2022 10:00:17 +0000", + "title": "Some Antiracist Books Aren't Very Good. Do I Still Have to Read Them to My Child?", + "description": "I’m all for undoing racist impulses, but I wonder how useful it is to sit with my daughter and scold myself with clunky prose.", + "content": "I’m all for undoing racist impulses, but I wonder how useful it is to sit with my daughter and scold myself with clunky prose.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2022/01/13/opinion/antiracist-childrens-books.html", + "creator": "Jay Caspian Kang", + "pubDate": "Thu, 13 Jan 2022 22:41:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190090,17 +193918,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "71bd3752deac772dae650ec2c717ac39", + "hash": "a40291915f45ca8515eba24f0444ae6e", "highlights": [] }, { - "title": "Robert Durst, Real Estate Scion Convicted as a Killer, Dies at 78", - "description": "Robert Durst in custody in 2015, the year he was charged with killing Susan Berman, a journalist who had been his spokeswoman and staunch defender. ", - "content": "Robert Durst in custody in 2015, the year he was charged with killing Susan Berman, a journalist who had been his spokeswoman and staunch defender. ", - "category": "Durst, Robert A", - "link": "https://www.nytimes.com/2022/01/10/obituaries/robert-durst-dead.html", - "creator": "Robert D. McFadden", - "pubDate": "Mon, 10 Jan 2022 20:28:47 +0000", + "title": "On Russia, NATO and Ukraine, the U.S. Must Stop Lying to Itself", + "description": "A Ukrainian soldier monitors the front line in Eastern Ukraine from a bunker. ", + "content": "A Ukrainian soldier monitors the front line in Eastern Ukraine from a bunker. ", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2022/01/13/opinion/us-russia-putin-ukraine.html", + "creator": "Peter Beinart", + "pubDate": "Thu, 13 Jan 2022 20:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190112,17 +193940,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e00298648fc52bf428e1e4f67b734f2b", + "hash": "dc54d795e401f4727afeb4842aaeb46e", "highlights": [] }, { - "title": "How to Add a Jump Rope to Your Workout Routine", - "description": "A jump rope can increase your agility and speed while giving you a great workout in half the time of a run.", - "content": "A jump rope can increase your agility and speed while giving you a great workout in half the time of a run.", - "category": "Exercise", - "link": "https://www.nytimes.com/2022/01/07/well/move/jump-rope-exercise.html", - "creator": "Rachel Fairbank", - "pubDate": "Fri, 07 Jan 2022 10:00:12 +0000", + "title": "It Should Take More Than 10 Minutes to Evict Someone", + "description": "Eviction prevention and diversion programs should be preserved. ", + "content": "Eviction prevention and diversion programs should be preserved. ", + "category": "Evictions", + "link": "https://www.nytimes.com/2022/01/13/opinion/housing-eviction.html", + "creator": "Anna Blackburne-Rigsby and Nathan Hecht", + "pubDate": "Thu, 13 Jan 2022 20:26:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190134,17 +193962,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "89c9d0ade10075cc37d006b0a2a221bc", + "hash": "2e19c1721ef1de63494fa2267c734293", "highlights": [] }, { - "title": "\n", - "description": "Medical staff treated Frank Clark for Covid-19 at Western Reserve Hospital in Cuyahoga Falls, Ohio, last week.", - "content": "Medical staff treated Frank Clark for Covid-19 at Western Reserve Hospital in Cuyahoga Falls, Ohio, last week.", + "title": "C.D.C. Says Cloth Masks Are Not as Effective as Others", + "description": "The Centers for Disease Control and Prevention acknowledged cloth masks do not offer as much protection as surgical masks. Catch up on Covid news.", + "content": "The Centers for Disease Control and Prevention acknowledged cloth masks do not offer as much protection as surgical masks. Catch up on Covid news.", "category": "", - "link": "https://www.nytimes.com/live/2022/01/10/world/omicron-covid-testing-vaccines/us-hospitalizations-have-surpassed-last-winters-peak", - "creator": "Maggie Astor, Adeel Hassan and Albert Sun", - "pubDate": "Tue, 11 Jan 2022 08:26:34 +0000", + "link": "https://www.nytimes.com/live/2022/01/14/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Sat, 15 Jan 2022 05:59:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190156,17 +193984,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "95d8746990a4637399d98dbce080afc3", + "hash": "ebf83dc20cab22b4304ed09186eebd0b", "highlights": [] }, { - "title": "Economists Pin More Blame on Tech for Rising Inequality", - "description": "At least half the rising gap in wages among American workers in the last 40 years comes from the automation of tasks once done by people, says Daron Acemoglu, an economist at M.I.T.", - "content": "At least half the rising gap in wages among American workers in the last 40 years comes from the automation of tasks once done by people, says Daron Acemoglu, an economist at M.I.T.", - "category": "Labor and Jobs", - "link": "https://www.nytimes.com/2022/01/11/technology/income-inequality-technology-machines.html", - "creator": "Steve Lohr", - "pubDate": "Tue, 11 Jan 2022 08:00:10 +0000", + "title": "To Fight Covid, We Need to Think Less Like Doctors", + "description": "Leaders are too focused on risks to individuals versus the population as a whole.", + "content": "Leaders are too focused on risks to individuals versus the population as a whole.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/14/opinion/covid-america.html", + "creator": "Aaron E. Carroll", + "pubDate": "Fri, 14 Jan 2022 10:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190178,17 +194006,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ca6a7098938c310dba65290d983936d", + "hash": "9fc817b438734719740a37c3ca54c7e8", "highlights": [] }, { - "title": "A Growing Gap", - "description": "Covid testing in Brooklyn.", - "content": "Covid testing in Brooklyn.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2022/01/11/briefing/omicron-deaths-vaccinated-vs-unvaccinated.html", - "creator": "David Leonhardt and Ashley Wu", - "pubDate": "Tue, 11 Jan 2022 11:36:04 +0000", + "title": "Sidney Poitier and the Black Voice", + "description": "He was a pioneer — in the transitional sense.", + "content": "He was a pioneer — in the transitional sense.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2022/01/14/opinion/poitier-black-english.html", + "creator": "John McWhorter", + "pubDate": "Fri, 14 Jan 2022 18:10:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190200,17 +194028,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e84cea1898ad9b50a69c4361925d129", + "hash": "b9087a2479ecf11c77a45f47f415e827", "highlights": [] }, { - "title": "U.S. Hospitalizations Break Record as Omicron Surges", - "description": "As of Sunday, 142,388 patients with the coronavirus were hospitalized nationwide, surpassing last winter’s peak. Here’s the latest pandemic news.", - "content": "As of Sunday, 142,388 patients with the coronavirus were hospitalized nationwide, surpassing last winter’s peak. Here’s the latest pandemic news.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/10/world/omicron-covid-testing-vaccines", - "creator": "The New York Times", - "pubDate": "Tue, 11 Jan 2022 05:43:38 +0000", + "title": "Ohio Supreme Court Strikes Down Republican Gerrymander of Map", + "description": "The proposed map was drawn by Republicans in the State Legislature and passed without Democratic support.", + "content": "The proposed map was drawn by Republicans in the State Legislature and passed without Democratic support.", + "category": "Ohio", + "link": "https://www.nytimes.com/2022/01/14/us/politics/ohio-supreme-court-congressional-maps-gerrymandering.html", + "creator": "Trip Gabriel", + "pubDate": "Fri, 14 Jan 2022 20:15:40 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190222,17 +194050,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5826fd6f71c30e5de2343c5b717b8c7c", + "hash": "cb901c394e89c353c9362b3880c14671", "highlights": [] }, { - "title": "Chicago Reaches Deal With Teachers' Union to Return to Classrooms", - "description": "Students at Mt. Greenwood Elementary School in Chicago returned on Monday, when the school had enough staff to defy the union’s directive to teachers to stay home amid negotiations over safety protocols.", - "content": "Students at Mt. Greenwood Elementary School in Chicago returned on Monday, when the school had enough staff to defy the union’s directive to teachers to stay home amid negotiations over safety protocols.", - "category": "Quarantine (Life and Culture)", - "link": "https://www.nytimes.com/2022/01/10/us/chicago-schools-deal-covid.html", - "creator": "Mitch Smith", - "pubDate": "Tue, 11 Jan 2022 04:13:51 +0000", + "title": "Republican Who Voted to Impeach Trump Won’t Seek Re-election", + "description": "Representative John Katko is the third House Republican to retire after voting to impeach former President Donald J. Trump.", + "content": "Representative John Katko is the third House Republican to retire after voting to impeach former President Donald J. Trump.", + "category": "Katko, John (1962- )", + "link": "https://www.nytimes.com/2022/01/14/us/politics/john-katko-retire-trump-impeachment.html", + "creator": "Catie Edmondson and Nicholas Fandos", + "pubDate": "Fri, 14 Jan 2022 22:10:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190244,17 +194072,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ecbb2754f70203770a251f39b842c682", + "hash": "ca12baa02c1a796db8e8705532e9a994", "highlights": [] }, { - "title": "Alabama vs. Georgia: Bulldogs Hold Lead, 13-12", - "description": "No. 3 Georgia faces No. 1 Alabama in the College Football Playoff championship game, now in the fourth quarter. Follow updates here.", - "content": "No. 3 Georgia faces No. 1 Alabama in the College Football Playoff championship game, now in the fourth quarter. Follow updates here.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/10/sports/alabama-georgia-national-championship", - "creator": "The New York Times", - "pubDate": "Tue, 11 Jan 2022 05:43:38 +0000", + "title": "U.S. Names Official to Counter Foreign Election Interference", + "description": "The Office of the Director of National Intelligence in McLean, Va. Intelligence agencies have begun stepping up election threat monitoring ahead of this year’s midterm elections.", + "content": "The Office of the Director of National Intelligence in McLean, Va. Intelligence agencies have begun stepping up election threat monitoring ahead of this year’s midterm elections.", + "category": "Espionage and Intelligence Services", + "link": "https://www.nytimes.com/2022/01/14/us/politics/foreign-election-interference.html", + "creator": "Julian E. Barnes", + "pubDate": "Sat, 15 Jan 2022 01:04:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190266,17 +194094,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbcb21f47518495a39e3db431df7113c", + "hash": "ecc08022ec54deb5ffdaf7edde2bec6b", "highlights": [] }, { - "title": "Russia Positioning Helicopters, in Possible Sign of Ukraine Plans", - "description": "Russian troops near Ukraine in December. U.S. officials say Moscow’s window for an invasion is limited.", - "content": "Russian troops near Ukraine in December. U.S. officials say Moscow’s window for an invasion is limited.", - "category": "Defense and Military Forces", - "link": "https://www.nytimes.com/2022/01/10/us/politics/russia-ukraine-helicopters.html", - "creator": "Julian E. Barnes, Michael Crowley and Eric Schmitt", - "pubDate": "Mon, 10 Jan 2022 23:55:52 +0000", + "title": "Members of Congress Weigh Re-Election Bid Ahead of Midterms", + "description": "Representative John Katko, one of the 10 House Republicans who voted to impeach Donald Trump, announced that he will not run for re-election.", + "content": "Representative John Katko, one of the 10 House Republicans who voted to impeach Donald Trump, announced that he will not run for re-election.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/14/us/politics/midterms-re-election-california-nj.html", + "creator": "Leah Askarinam and Blake Hounshell", + "pubDate": "Sat, 15 Jan 2022 00:18:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190288,17 +194116,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "54c7dc7ede74d9ff1baca6704fd5817a", + "hash": "e6b64cf0495572b5ff75889423e521bd", "highlights": [] }, { - "title": "Love Bombing: What It Is and Signs to Look For In a Partner", - "description": "Grand romantic gestures in the early days of a relationship could be sweet — or a sign you’re dating a narcissist. Here’s how to tell the difference, according to experts.", - "content": "Grand romantic gestures in the early days of a relationship could be sweet — or a sign you’re dating a narcissist. Here’s how to tell the difference, according to experts.", - "category": "Dating and Relationships", - "link": "https://www.nytimes.com/2022/01/10/style/love-bombing.html", - "creator": "Gina Cherelus", - "pubDate": "Mon, 10 Jan 2022 22:34:46 +0000", + "title": "U.S. Considers Backing an Insurgency in Ukraine ", + "description": "Ukrainian troops took part in a military exercise near Kyiv in December. Russia has amassed about 100,000 troops at its borders with the country.", + "content": "Ukrainian troops took part in a military exercise near Kyiv in December. Russia has amassed about 100,000 troops at its borders with the country.", + "category": "Ukraine", + "link": "https://www.nytimes.com/2022/01/14/us/politics/russia-ukraine-biden-military.html", + "creator": "Helene Cooper", + "pubDate": "Fri, 14 Jan 2022 15:39:48 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190310,17 +194138,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c08acc63405fa11815c2500f2d562e21", + "hash": "cc8a64d6ddc052418dae6a8dc3c62f9b", "highlights": [] }, { - "title": "Putin Would Invite Calamity With a Russian Invasion of Ukraine", - "description": "A Ukrainian soldier on the front line in December.", - "content": "A Ukrainian soldier on the front line in December.", - "category": "Russia", - "link": "https://www.nytimes.com/2022/01/09/opinion/putin-russia-ukraine.html", - "creator": "The Editorial Board", - "pubDate": "Sun, 09 Jan 2022 20:26:48 +0000", + "title": "Ransomware Group REvil Dismantled in Raids, Russia Says", + "description": "Federal Security Service headquarters in central Moscow.", + "content": "Federal Security Service headquarters in central Moscow.", + "category": "Extortion and Blackmail", + "link": "https://www.nytimes.com/2022/01/14/world/europe/revil-ransomware-russia-arrests.html", + "creator": "Ivan Nechepurenko", + "pubDate": "Sat, 15 Jan 2022 00:09:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190332,17 +194160,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "34fcbf72c6035ef4b1a02f64c256aa78", + "hash": "317ee2671bba373c1feacc875f32b4c0", "highlights": [] }, { - "title": "Why Dr. Oz Is So Popular: American's Dysfunctional Attitude to Health", - "description": "Mehmet Oz is a quasi-religious leader, one who has set up his revival tent between a yoga studio and an urgent-care clinic, with the television cameras rolling. ", - "content": "Mehmet Oz is a quasi-religious leader, one who has set up his revival tent between a yoga studio and an urgent-care clinic, with the television cameras rolling. ", - "category": "Oz, Mehmet C", - "link": "https://www.nytimes.com/2022/01/09/opinion/culture/dr-oz-covid-wellness-individualism.html", - "creator": "Annaliese Griffin", - "pubDate": "Sun, 09 Jan 2022 16:00:09 +0000", + "title": "U.S. Government Launches Website to Distribute Free Covid Tests", + "description": "A testing site in Washington on Friday. Testing has been a challenge for the federal government since the earliest days of the pandemic.", + "content": "A testing site in Washington on Friday. Testing has been a challenge for the federal government since the earliest days of the pandemic.", + "category": "Tests (Medical)", + "link": "https://www.nytimes.com/2022/01/14/us/politics/covid-tests-free-biden.html", + "creator": "Sheryl Gay Stolberg", + "pubDate": "Sat, 15 Jan 2022 00:40:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190354,17 +194182,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6407e9dbd4f9f4a00c3da533122baf4", + "hash": "10f024fba5d8458f4dfad7cd4c8235a0", "highlights": [] }, { - "title": "Novak Djokovic, Kyrie Irving, Aaron Rodgers and the Problem With Anti-Vax Star Athletes", - "description": "Some star athletes seem to think you don’t have to follow public health policy — as long as you win.", - "content": "Some star athletes seem to think you don’t have to follow public health policy — as long as you win.", - "category": "Djokovic, Novak", - "link": "https://www.nytimes.com/2022/01/08/opinion/novak-djokovic-australian-open-vaccine.html", - "creator": "Lindsay Crouse", - "pubDate": "Sat, 08 Jan 2022 16:00:09 +0000", + "title": "For Coronavirus Testing, the Nose May Not Always Be Best", + "description": "A saliva Covid-19 testing site at the University of Minnesota Field House in Minneapolis.", + "content": "A saliva Covid-19 testing site at the University of Minnesota Field House in Minneapolis.", + "category": "your-feed-science", + "link": "https://www.nytimes.com/2022/01/14/health/saliva-testing-coronavirus-omicron.html", + "creator": "Emily Anthes", + "pubDate": "Fri, 14 Jan 2022 18:51:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190372,21 +194200,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "60fad01faa6f4e40ecd6e451c7cf8f78", + "hash": "65e9a480847da8a10e6b393de829ac2d", "highlights": [] }, { - "title": "Talking to Voters From Both Parties", - "description": "  ", - "content": "  ", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/10/opinion/letters/democrats-republicans-focus-groups.html", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 18:40:11 +0000", + "title": "Novak Djokovic and Global Pandemic Morality", + "description": "Arriving at Melbourne Park for the Australian Open tennis tournament on Thursday.", + "content": "Arriving at Melbourne Park for the Australian Open tennis tournament on Thursday.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2022/01/14/world/australia/novak-djokovic-australian-open.html", + "creator": "Damien Cave", + "pubDate": "Fri, 14 Jan 2022 11:54:57 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190398,17 +194226,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "333444f45959211a7fc573d99763e1f2", + "hash": "387ab8b4ac42a036cdd1cdd414953788", "highlights": [] }, { - "title": "'Succession' Actor Jeremy Strong Has No Chill. That's Fine.", - "description": "The actor’s ‘careerist drive’ was remarked upon in a recent profile. It’s an elitist attitude that I’ve encountered too.", - "content": "The actor’s ‘careerist drive’ was remarked upon in a recent profile. It’s an elitist attitude that I’ve encountered too.", - "category": "Strong, Jeremy (1978- )", - "link": "https://www.nytimes.com/2022/01/09/opinion/culture/jeremy-strong-new-yorker-careerist-striver.html", - "creator": "Elizabeth Spiers", - "pubDate": "Sun, 09 Jan 2022 16:00:10 +0000", + "title": "Firefighters Battle Large Blaze at Passaic Chemical Plant", + "description": "Mayor Hector Lora urged residents to shut their windows as smoke from the burning chlorine plant wafted through the region.", + "content": "Mayor Hector Lora urged residents to shut their windows as smoke from the burning chlorine plant wafted through the region.", + "category": "Fires and Firefighters", + "link": "https://www.nytimes.com/2022/01/14/us/firefighters-battle-large-blaze-at-passaic-chemical-plant.html", + "creator": "Michael Levenson", + "pubDate": "Sat, 15 Jan 2022 05:32:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190420,17 +194248,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f8802cc921ea15d4f13d7c81ff125f14", + "hash": "e315f1935f61198608d4e2d1f891caca", "highlights": [] }, { - "title": "How to Pick a Word of the Year to Help You Get the Most Out of 2022", - "description": "To get the most out of 2022, try choosing a word that can help you make thoughtful decisions and nudge you toward positive change.", - "content": "To get the most out of 2022, try choosing a word that can help you make thoughtful decisions and nudge you toward positive change.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2022/01/06/well/mind/word-of-year-2022.html", - "creator": "Tara Parker-Pope", - "pubDate": "Fri, 07 Jan 2022 01:00:07 +0000", + "title": "Jasmila Zbanic Is Vilified in Serbia and ‘Disobedient’ at Home", + "description": "The film director Jasmila Zbanic in Sarajevo, Bosnia, this month.", + "content": "The film director Jasmila Zbanic in Sarajevo, Bosnia, this month.", + "category": "Zbanic, Jasmila", + "link": "https://www.nytimes.com/2022/01/14/world/europe/bosnia-jasmila-zbanic-quo-vadis-aida.html", + "creator": "Andrew Higgins", + "pubDate": "Fri, 14 Jan 2022 22:28:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190442,17 +194270,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "573fe3c3b735c4f3ddd3155006dab89e", + "hash": "b85ef933d8ce4b5e01e5ff7f2710a0de", "highlights": [] }, { - "title": "New York Times Wedding Feature Submission Form: Apply Here", - "description": "You may also have questions about how this process works. We have answers.", - "content": "You may also have questions about how this process works. We have answers.", - "category": "Weddings and Engagements", - "link": "https://www.nytimes.com/article/wedding-feature-submission-form.html", - "creator": "The New York Times", - "pubDate": "Wed, 05 Jan 2022 00:21:38 +0000", + "title": "How Disney Created the Hit Single 'We Don't Talk About Bruno'", + "description": "“We Don’t Talk About Bruno” from “Encanto” is a surprise chart topper and TikTok darling. Here’s how Disney created its biggest smash since “Let It Go.”", + "content": "“We Don’t Talk About Bruno” from “Encanto” is a surprise chart topper and TikTok darling. Here’s how Disney created its biggest smash since “Let It Go.”", + "category": "Encanto (Movie)", + "link": "https://www.nytimes.com/2022/01/13/movies/disney-encanto-talk-about-bruno.html", + "creator": "Ashley Spencer", + "pubDate": "Thu, 13 Jan 2022 16:15:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190464,17 +194292,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3034ae6916ce384dfe24672277f9ad3a", + "hash": "76dbfe0570b0b325c1f0ae172c4f36bb", "highlights": [] }, { - "title": "Novak Djokovic’s Fight to Play Tennis Unvaccinated Could Be Just Starting", - "description": "Novak Djokovic stood stoic on a billboard in Belgrade, Serbia, as he fought with the Australian government over his visa.", - "content": "Novak Djokovic stood stoic on a billboard in Belgrade, Serbia, as he fought with the Australian government over his visa.", - "category": "Djokovic, Novak", - "link": "https://www.nytimes.com/2022/01/10/sports/tennis/novak-djokovic-australian-open-vaccine.html", - "creator": "Christopher Clarey", - "pubDate": "Mon, 10 Jan 2022 22:14:34 +0000", + "title": "Supreme Court Blocks Biden’s Vaccine Mandate for Large Employers", + "description": "Protesting mandates in San Francisco last week that require city employees to be vaccinated.", + "content": "Protesting mandates in San Francisco last week that require city employees to be vaccinated.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/13/us/politics/supreme-court-biden-vaccine-mandate.html", + "creator": "Adam Liptak", + "pubDate": "Thu, 13 Jan 2022 19:43:37 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190486,17 +194314,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "09475e8d50db615c1117be6a847852fd", + "hash": "71552627e86d6b94feb2906e7b6521ed", "highlights": [] }, { - "title": "Famed White Cliffs of Sicily Are Defaced in an Act of Vandalism", - "description": "The Scala dei Turchi in Realmonte, Italy, on Saturday, before the cleanup.", - "content": "The Scala dei Turchi in Realmonte, Italy, on Saturday, before the cleanup.", - "category": "Vandalism", - "link": "https://www.nytimes.com/2022/01/10/world/europe/white-cliffs-sicily-vandalism.html", - "creator": "Elisabetta Povoledo", - "pubDate": "Mon, 10 Jan 2022 17:45:59 +0000", + "title": "Prince Andrew Is Stripped of Military Titles as Sexual Abuse Case Proceeds", + "description": "Prince Andrew in 2019. The prince will no longer use the title “His Royal Highness.”", + "content": "Prince Andrew in 2019. The prince will no longer use the title “His Royal Highness.”", + "category": "Royal Families", + "link": "https://www.nytimes.com/2022/01/13/world/europe/prince-andrew-military-titles-abuse-case.html", + "creator": "Mark Landler", + "pubDate": "Thu, 13 Jan 2022 21:46:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190508,17 +194336,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c6e57c776fa190b9177cb89e7c427c5", + "hash": "ca69c995650bc2af146187398f567780", "highlights": [] }, { - "title": "Richard Clarida Is Resigning From the Fed Early After New Questions on Trades", - "description": "Richard Clarida at a conference in Wyoming in 2019. His updated financial disclosures drew widespread media coverage and lawmaker attention.", - "content": "Richard Clarida at a conference in Wyoming in 2019. His updated financial disclosures drew widespread media coverage and lawmaker attention.", - "category": "Clarida, Richard H (1957- )", - "link": "https://www.nytimes.com/2022/01/10/business/economy/richard-clarida-fed-resign.html", - "creator": "Jeanna Smialek", - "pubDate": "Mon, 10 Jan 2022 23:48:11 +0000", + "title": "Sinema Rejects Changing Filibuster, Dealing Biden a Setback", + "description": "Senator Kyrsten Sinema’s comments came after the House approved a set of voting rights measures on a party-line vote of 220 to 203.", + "content": "Senator Kyrsten Sinema’s comments came after the House approved a set of voting rights measures on a party-line vote of 220 to 203.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/13/us/politics/sinema-voting-rights-bill.html", + "creator": "Carl Hulse", + "pubDate": "Fri, 14 Jan 2022 02:05:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190530,17 +194358,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bf7d07c5e20027e6314a01b4cd8b283", + "hash": "42e40191dfd20719b408c23522a7d3a8", "highlights": [] }, { - "title": "A Naturalist Stumbled on an Ichthyosaur Skeleton, the Largest in U.K. History", - "description": "Palaeontologists working on the Ichthyosaur skeleton found at Rutland Water, in August 2021.", - "content": "Palaeontologists working on the Ichthyosaur skeleton found at Rutland Water, in August 2021.", - "category": "Fossils", - "link": "https://www.nytimes.com/2022/01/10/science/earth/ichthyosaur-sea-dragon-fossil.html", - "creator": "Neil Vigdor", - "pubDate": "Mon, 10 Jan 2022 23:24:57 +0000", + "title": "Maren Morris, a Pop-Curious Hitmaker, Is Country, After All", + "description": "Maren Morris seems to have realized in real time that the most rebellious way to be a young female country singer was to insist on staying a country singer. ", + "content": "Maren Morris seems to have realized in real time that the most rebellious way to be a young female country singer was to insist on staying a country singer. ", + "category": "Content Type: Personal Profile", + "link": "https://www.nytimes.com/2022/01/13/arts/music/maren-morris-humble-quest.html", + "creator": "Joe Coscarelli", + "pubDate": "Thu, 13 Jan 2022 10:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190552,17 +194380,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9741b9a19ca6f2aa9e4f3460e9aa8fa4", + "hash": "56a7856c25d73d071604920f68b878cb", "highlights": [] }, { - "title": "Freelance Reporter for The New York Times Is Put on Trial in Zimbabwe", - "description": "Jeffrey Moyo, a freelance reporter for The New York Times, is scheduled to go on trial on Tuesday.", - "content": "Jeffrey Moyo, a freelance reporter for The New York Times, is scheduled to go on trial on Tuesday.", - "category": "", - "link": "https://www.nytimes.com/2022/01/11/world/jeffrey-moyo-zimbabwe-nyt.html", - "creator": "The New York Times", - "pubDate": "Tue, 11 Jan 2022 06:00:05 +0000", + "title": "Don’t Sleep on These 6 Performances During Awards Season", + "description": "Clockwise from top left, Colman Domingo, Ruth Negga, Jessie Buckley, Olga Merediz, Renate Reinsve and Ben Affleck.", + "content": "Clockwise from top left, Colman Domingo, Ruth Negga, Jessie Buckley, Olga Merediz, Renate Reinsve and Ben Affleck.", + "category": "Movies", + "link": "https://www.nytimes.com/2022/01/12/movies/oscars-six-overlooked-performances.html", + "creator": "Kyle Buchanan", + "pubDate": "Wed, 12 Jan 2022 18:55:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190574,17 +194402,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5eb9ad5222a6846177d233379903a65e", + "hash": "188f7b23af670271d880e2c9c897d42f", "highlights": [] }, { - "title": "The I.R.S. Warns of Messy Tax Filing Season", - "description": "Treasury Department officials said the I.R.S. would struggle to promptly answer telephone calls from taxpayers with questions.", - "content": "Treasury Department officials said the I.R.S. would struggle to promptly answer telephone calls from taxpayers with questions.", - "category": "Internal Revenue Service", - "link": "https://www.nytimes.com/2022/01/10/business/income-tax-day-deadline.html", - "creator": "Alan Rappeport", - "pubDate": "Mon, 10 Jan 2022 22:49:12 +0000", + "title": "Supreme Court to Hear Case of Coach Who Was Fired Over Praying", + "description": "The Supreme Court declined to hear an earlier appeal in the case in 2019.", + "content": "The Supreme Court declined to hear an earlier appeal in the case in 2019.", + "category": "Coaches and Managers", + "link": "https://www.nytimes.com/2022/01/14/us/supreme-court-football-coach-prayer.html", + "creator": "Adam Liptak", + "pubDate": "Fri, 14 Jan 2022 22:36:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190596,17 +194424,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba7e412d7b23ee65499d72dea54ab055", + "hash": "c9bec48a86d54f7f575ebe37258f9f93", "highlights": [] }, { - "title": "The Endless Pop Shimmers of the Weeknd", - "description": "“Dawn FM” extends and reimagines Abel Tesfaye’s fixation on perfect pop that he’s been chasing since the mid-2010s.", - "content": "“Dawn FM” extends and reimagines Abel Tesfaye’s fixation on perfect pop that he’s been chasing since the mid-2010s.", - "category": "Pop and Rock Music", - "link": "https://www.nytimes.com/2022/01/10/arts/music/weeknd-dawn-fm-review.html", - "creator": "Jon Caramanica", - "pubDate": "Mon, 10 Jan 2022 19:09:37 +0000", + "title": "Martin Shkreli Barred From Drug Industry and Must Repay $64.6 Million", + "description": "Martin Shkreli on Capitol Hill in 2016. ", + "content": "Martin Shkreli on Capitol Hill in 2016. ", + "category": "Antitrust Laws and Competition Issues", + "link": "https://www.nytimes.com/2022/01/14/business/martin-shkreli-barred.html", + "creator": "Rebecca Robbins and Cecilia Kang", + "pubDate": "Fri, 14 Jan 2022 23:25:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190618,17 +194446,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "94b5f341ee1ac1a7c6c69fff6d0732a5", + "hash": "509c38e9d9986460a394b6fe28b78d17", "highlights": [] }, { - "title": "Looking at the Duchess of Cambridge's 40th Birthday Portrait", - "description": "Catherine, the Duchess of Cambridge, in a birthday portrait.  ", - "content": "Catherine, the Duchess of Cambridge, in a birthday portrait.  ", - "category": "Fashion and Apparel", - "link": "https://www.nytimes.com/2022/01/10/style/catherine-duchess-of-cambridge-birthday-portraits.html", - "creator": "Vanessa Friedman", - "pubDate": "Mon, 10 Jan 2022 15:09:24 +0000", + "title": "‘Superload’ Lumbers Across Pennsylvania, as Big as Two Whales", + "description": "The “superload” is 213 feet long and weighs 294 tons.", + "content": "The “superload” is 213 feet long and weighs 294 tons.", + "category": "Automobiles", + "link": "https://www.nytimes.com/2022/01/14/us/superload-truck.html", + "creator": "Michael Levenson", + "pubDate": "Fri, 14 Jan 2022 15:32:39 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190640,17 +194468,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b77382f5c25f2ddd9615aa871f05e70", + "hash": "a1bfb7eb6df7874b130fefc4dc0332a3", "highlights": [] }, { - "title": "After Its Odds-Defying Run, John Cariani Says Bye to ‘Caroline, or Change’", - "description": "John Cariani, center, starred as Stuart Gellman in Tony Kushner and Jeanine Tesori’s Broadway musical “Caroline, or Change,” which ended its run at Studio 54 on Sunday.", - "content": "John Cariani, center, starred as Stuart Gellman in Tony Kushner and Jeanine Tesori’s Broadway musical “Caroline, or Change,” which ended its run at Studio 54 on Sunday.", - "category": "Theater", - "link": "https://www.nytimes.com/2022/01/10/theater/exit-john-cariani-caroline-or-change.html", - "creator": "Laura Collins-Hughes", - "pubDate": "Mon, 10 Jan 2022 21:44:23 +0000", + "title": "Mass Trials in Cuba Deepen Its Harshest Crackdown in Decades", + "description": "Thousands of Cubans demonstrated in Havana in July.", + "content": "Thousands of Cubans demonstrated in Havana in July.", + "category": "Cuba", + "link": "https://www.nytimes.com/2022/01/14/world/americas/cuba-mass-trials-crackdown.html", + "creator": "Anatoly Kurmanaev and Oscar Lopez", + "pubDate": "Fri, 14 Jan 2022 16:44:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190662,17 +194490,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd90540f6af4d69d7ca1a2d5e9214cc0", + "hash": "bdba30f05307ebbe24ade91d5c371741", "highlights": [] }, { - "title": "What If You Could Read a Fashion Label Like a Food Label?", - "description": "Transparency and traceability is all the rage when it comes to clothing, and it is finally reaching the tags on the rack.", - "content": "Transparency and traceability is all the rage when it comes to clothing, and it is finally reaching the tags on the rack.", - "category": "Fashion and Apparel", - "link": "https://www.nytimes.com/2022/01/10/style/clothes-label-sustainability.html", - "creator": "Dana Thomas", - "pubDate": "Mon, 10 Jan 2022 10:00:06 +0000", + "title": "In a First, Ohio Moves to Put Body Cameras on Guards in Every Prison", + "description": "A still frame from the body-worn camera of a guard at the Ohio State Penitentiary in Youngstown last summer.", + "content": "A still frame from the body-worn camera of a guard at the Ohio State Penitentiary in Youngstown last summer.", + "category": "Prisons and Prisoners", + "link": "https://www.nytimes.com/2022/01/14/us/ohio-priso-body-cams.html", + "creator": "Nicholas Bogel-Burroughs", + "pubDate": "Sat, 15 Jan 2022 02:20:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190684,17 +194512,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "864c294016bd92cf8971c6a176c5c441", + "hash": "a9310729a90a9224642433f5880f5eb5", "highlights": [] }, { - "title": "How Families Can Navigate the I.C.U.", - "description": "A new book offers guidance on how family members can support a critically ill loved one who ends up in the hospital’s intensive care unit.", - "content": "A new book offers guidance on how family members can support a critically ill loved one who ends up in the hospital’s intensive care unit.", - "category": "Families and Family Life", - "link": "https://www.nytimes.com/2022/01/10/well/how-families-can-navigate-the-icu.html", - "creator": "Jane E. Brody", - "pubDate": "Mon, 10 Jan 2022 10:00:11 +0000", + "title": "After Pleas for Help, Tenants of Bronx Fire Building to Get Cash Aid", + "description": "A memorial for victims of the deadly fire at the Twin Park North West building in the Bronx. ", + "content": "A memorial for victims of the deadly fire at the Twin Park North West building in the Bronx. ", + "category": "Bank of America Corporation", + "link": "https://www.nytimes.com/2022/01/14/nyregion/bronx-fire-relief-efforts.html", + "creator": "Jazmine Hughes", + "pubDate": "Sat, 15 Jan 2022 00:23:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190706,17 +194534,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "82e1411829c5343c6cbd59fc83583361", + "hash": "a55a47f6b83501d65073614f6921d3cf", "highlights": [] }, { - "title": "Don Maynard, Hall of Fame Receiver for Champion Jets, Dies at 86", - "description": "Don Maynard of the New York Jets during Super Bowl III in January 1969. “Maynard is one of those lean and hungry Texans who can run forever,” his head coach Weeb Ewbanks once said.", - "content": "Don Maynard of the New York Jets during Super Bowl III in January 1969. “Maynard is one of those lean and hungry Texans who can run forever,” his head coach Weeb Ewbanks once said.", - "category": "Deaths (Obituaries)", - "link": "https://www.nytimes.com/2022/01/10/sports/football/don-maynard-dead.html", - "creator": "Richard Goldstein", - "pubDate": "Mon, 10 Jan 2022 21:45:45 +0000", + "title": "Man Arrested in Shooting of 19-Year-Old Worker at East Harlem Burger King", + "description": "Kristal Bayron-Nieves, a worker at a Burger King in East Harlem, was fatally shot as she struggled to find a key to open a cash register. ", + "content": "Kristal Bayron-Nieves, a worker at a Burger King in East Harlem, was fatally shot as she struggled to find a key to open a cash register. ", + "category": "Kristal Bayron-Nieves", + "link": "https://www.nytimes.com/2022/01/14/nyregion/burger-king-murder-nyc-arrest.html", + "creator": "Troy Closson", + "pubDate": "Fri, 14 Jan 2022 23:06:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190728,17 +194556,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d3a73e0c0e82fb1ef4753d3b986ed1e9", + "hash": "06228fc51b9607e03b98e1a53f831faa", "highlights": [] }, { - "title": "Home of Kentucky Derby Clamps Down on Bob Baffert", - "description": "The trainer Bob Baffert in New York in July.", - "content": "The trainer Bob Baffert in New York in July.", - "category": "Horse Racing", - "link": "https://www.nytimes.com/2022/01/10/sports/horse-racing/churchill-downs-bob-baffert.html", - "creator": "Joe Drape", - "pubDate": "Mon, 10 Jan 2022 22:33:54 +0000", + "title": "Michael Parks, Reporter Who Rose to Lead The Los Angeles Times, Dies at 78", + "description": "A Pulitzer winner, he covered the Vietnam War, the collapse of the Soviet Union and the end of apartheid in South Africa before running The Times’s newsroom.", + "content": "A Pulitzer winner, he covered the Vietnam War, the collapse of the Soviet Union and the end of apartheid in South Africa before running The Times’s newsroom.", + "category": "Parks, Michael", + "link": "https://www.nytimes.com/2022/01/14/business/media/michael-parks-dead.html", + "creator": "Katharine Q. Seelye", + "pubDate": "Sat, 15 Jan 2022 01:00:58 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190750,17 +194578,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e502f3c0478fc28091f6c0f81c44d87", + "hash": "fff2382fa458bbf551b37f9d99e8c88a", "highlights": [] }, { - "title": "Russia Plays Down Ukraine Invasion Threat, With Talks to Continue for Now", - "description": "With Russian troops massing along Ukraine’s borders, the two sides agreed to keep talking, but they remain far from agreement. After nearly eight hours of intense talks, the U.S. called some Russian demands “non-starters.” Here’s the latest on the negotiations.", - "content": "With Russian troops massing along Ukraine’s borders, the two sides agreed to keep talking, but they remain far from agreement. After nearly eight hours of intense talks, the U.S. called some Russian demands “non-starters.” Here’s the latest on the negotiations.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/10/world/russia-us-ukraine-talks", - "creator": "The New York Times", - "pubDate": "Mon, 10 Jan 2022 17:40:43 +0000", + "title": "Police Presentation in Portland Celebrated Violence Against Protesters", + "description": "Police officers in Portland, Ore., declared a riot during a protest in 2020.", + "content": "Police officers in Portland, Ore., declared a riot during a protest in 2020.", + "category": "George Floyd Protests (2020)", + "link": "https://www.nytimes.com/2022/01/14/us/portland-police-protests.html", + "creator": "Mike Baker", + "pubDate": "Sat, 15 Jan 2022 03:25:36 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190772,17 +194600,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6e8e31180778e634e106fa5c32d28a3", + "hash": "fef8d18a855fc2cd227ba1f3a56563af", "highlights": [] }, { - "title": "Can Russia Be Stopped From Invading Ukraine? Here's What We Know", - "description": "A Ukrainian soldier patrolling the front lines in Avdiivka, Ukraine, on Dec. 2. Tensions between Ukraine and Russia have been simmering since 2014.", - "content": "A Ukrainian soldier patrolling the front lines in Avdiivka, Ukraine, on Dec. 2. Tensions between Ukraine and Russia have been simmering since 2014.", - "category": "Defense and Military Forces", - "link": "https://www.nytimes.com/2022/01/10/world/russia-ukraine-nato-europe.html", - "creator": "Dan Bilefsky", - "pubDate": "Mon, 10 Jan 2022 05:01:07 +0000", + "title": "‘Attempted Security Threat’ Disables Software at Some New York Schools", + "description": "“There have been very brief outages from time to time in the past,” said one teacher, adding of the current disruption, “Now that it’s been almost a week, it’s really alarming.”", + "content": "“There have been very brief outages from time to time in the past,” said one teacher, adding of the current disruption, “Now that it’s been almost a week, it’s really alarming.”", + "category": "Education (K-12)", + "link": "https://www.nytimes.com/2022/01/14/us/politics/nyc-schools-security-threat-software.html", + "creator": "Lola Fadulu", + "pubDate": "Sat, 15 Jan 2022 00:59:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190794,17 +194622,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "07a98bb7a955a33fe2d82e80a3d3a965", + "hash": "986728cd6129d9591ab8a536792952c0", "highlights": [] }, { - "title": "Door in Bronx Building May Have Let Thick Smoke Spread, Mayor Says", - "description": "Mayor Eric Adams said on Monday that the door to the apartment where the blaze started may have failed to close as it was supposed to. Follow updates.", - "content": "Mayor Eric Adams said on Monday that the door to the apartment where the blaze started may have failed to close as it was supposed to. Follow updates.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/10/nyregion/bronx-fire-nyc", - "creator": "The New York Times", - "pubDate": "Mon, 10 Jan 2022 17:40:43 +0000", + "title": "More Young Kids Are Getting Sick From Cannabis Edibles", + "description": "To protect children from accidentally ingesting marijuana edibles, some states have passed laws governing how these foods can be packaged and presented. ", + "content": "To protect children from accidentally ingesting marijuana edibles, some states have passed laws governing how these foods can be packaged and presented. ", + "category": "Cannabis Foods and Products", + "link": "https://www.nytimes.com/2022/01/14/well/family/marijuana-edibles-children.html", + "creator": "Christina Caron", + "pubDate": "Fri, 14 Jan 2022 13:37:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190816,17 +194644,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "24b424e708e390627c0b99fee31d4844", + "hash": "d5c2ae8867eb56361d1e87dbbfd2f7f3", "highlights": [] }, { - "title": "Eric Adams’s First Days: Battling Omicron, Then a Deadly Fire", - "description": "Mr. Adams speaking at the scene of a fire that killed at least 19 people in the Bronx.", - "content": "Mr. Adams speaking at the scene of a fire that killed at least 19 people in the Bronx.", - "category": "Adams, Eric L", - "link": "https://www.nytimes.com/2022/01/10/nyregion/eric-adams-mayor-covid.html", - "creator": "Emma G. Fitzsimmons", - "pubDate": "Mon, 10 Jan 2022 16:13:16 +0000", + "title": "Wait, I Thought You Had Outgrown This", + "description": "Why do kids regress, and what should parents do about it?", + "content": "Why do kids regress, and what should parents do about it?", + "category": "Parenting", + "link": "https://www.nytimes.com/2020/04/15/parenting/toddler/behavioral-regression.html", + "creator": "Melinda Wenner Moyer", + "pubDate": "Wed, 15 Apr 2020 19:40:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190838,17 +194666,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "93ebe398a94343d682660dac3fc6a470", + "hash": "05289994570e7fc89c5f1e66eef567eb", "highlights": [] }, { - "title": "What We Know About the Victims of the Bronx Fire in New York City", - "description": "A firefighter carries a child out of the deadly fire in the West Bronx on Sunday. ", - "content": "A firefighter carries a child out of the deadly fire in the West Bronx on Sunday. ", - "category": "Fires and Firefighters", - "link": "https://www.nytimes.com/2022/01/09/nyregion/bronx-fire-victims.html", - "creator": "Michael Wilson and Chelsia Rose Marcius", - "pubDate": "Mon, 10 Jan 2022 04:02:54 +0000", + "title": "Is There Any Way to Emotionally Prepare for Parenthood?", + "description": "Letting go of Instagram-glossy notions of the perfect pregnancy or birth will help.", + "content": "Letting go of Instagram-glossy notions of the perfect pregnancy or birth will help.", + "category": "Anxiety and Stress", + "link": "https://www.nytimes.com/article/emotionally-prepare-for-parenthood-guide.html", + "creator": "Lindsey Hunter Lopez", + "pubDate": "Thu, 03 Dec 2020 17:05:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190860,17 +194688,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "11daadcaa01caec6743a32213605acd8", + "hash": "286b588882f66fe610594d79c82f3406", "highlights": [] }, { - "title": "Novak Djokovic Can Remain in Australia, Judge Rules", - "description": "Novak Djokovic before a Davis Cup match in Austria last year.", - "content": "Novak Djokovic before a Davis Cup match in Austria last year.", - "category": "Djokovic, Novak", - "link": "https://www.nytimes.com/2022/01/09/sports/tennis/novak-djokovic-australian-open-vaccine.html", - "creator": "Damien Cave and Matthew Futterman", - "pubDate": "Mon, 10 Jan 2022 07:14:50 +0000", + "title": "How Families Can Navigate the I.C.U.", + "description": "A new book offers guidance on how family members can support a critically ill loved one who ends up in the hospital’s intensive care unit.", + "content": "A new book offers guidance on how family members can support a critically ill loved one who ends up in the hospital’s intensive care unit.", + "category": "Families and Family Life", + "link": "https://www.nytimes.com/2022/01/10/well/how-families-can-navigate-the-icu.html", + "creator": "Jane E. Brody", + "pubDate": "Mon, 10 Jan 2022 10:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190882,17 +194710,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "06b1c68d9a5f8d9f71fcf99c3b7e2cc8", + "hash": "82e1411829c5343c6cbd59fc83583361", "highlights": [] }, { - "title": "Chicago’s Public Schools Cancel Classes Amid Stalemate Over Pandemic Safety", - "description": "The Chicago Teachers Union has insisted that the city switch temporarily to virtual learning. Here’s the latest pandemic news.", - "content": "The Chicago Teachers Union has insisted that the city switch temporarily to virtual learning. Here’s the latest pandemic news.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/10/world/omicron-covid-testing-vaccines", - "creator": "The New York Times", - "pubDate": "Mon, 10 Jan 2022 17:40:43 +0000", + "title": "Why Your Child Hates to Lose", + "description": "How to deal with a competitive kid.", + "content": "How to deal with a competitive kid.", + "category": "Parenting", + "link": "https://www.nytimes.com/2020/12/02/parenting/competitive-kids-parenting-tips.html", + "creator": "Jessica Grose", + "pubDate": "Thu, 03 Dec 2020 13:17:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190904,17 +194732,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "565ec6157e0e4979993c02d3d81686ae", + "hash": "22c02192b0702fc33424dea6b7996b93", "highlights": [] }, { - "title": "At-Home Coronavirus Tests Are Inaccessible to Blind People", - "description": "With visual cues and complex steps, at-home coronavirus tests are often inaccessible to blind people. But some low- and high-tech workarounds could help.", - "content": "With visual cues and complex steps, at-home coronavirus tests are often inaccessible to blind people. But some low- and high-tech workarounds could help.", - "category": "Tests (Medical)", - "link": "https://www.nytimes.com/2022/01/10/health/covid-tests-blind-people.html", - "creator": "Amanda Morris", - "pubDate": "Mon, 10 Jan 2022 16:09:30 +0000", + "title": "Jonny Greenwood: First Radiohead, Now Orchestras and Film", + "description": "Jonny Greenwood’s film scores at first seemed like a side hustle, something to keep him occupied between albums and tours. But they have blossomed into a true career.", + "content": "Jonny Greenwood’s film scores at first seemed like a side hustle, something to keep him occupied between albums and tours. But they have blossomed into a true career.", + "category": "Greenwood, Jonny (1971- )", + "link": "https://www.nytimes.com/2022/01/12/arts/music/jonny-greenwood-power-dog-spencer.html", + "creator": "Seth Colter Walls", + "pubDate": "Wed, 12 Jan 2022 16:43:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190926,17 +194754,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1cc3a819c9f80c0bac7ac1e6bddbae4", + "hash": "197fc759771ea57dafc9c63d35cb4d0a", "highlights": [] }, { - "title": "Georgia Embraces College Football’s Evolution of the Tight End", - "description": "With 846 receiving yards this season, Brock Bowers may be Georgia’s best offensive bet against Alabama in the national championship game.", - "content": "With 846 receiving yards this season, Brock Bowers may be Georgia’s best offensive bet against Alabama in the national championship game.", - "category": "Football (College)", - "link": "https://www.nytimes.com/2022/01/09/sports/ncaafootball/georgia-alabama-brock-bowers.html", - "creator": "Alan Blinder", - "pubDate": "Sun, 09 Jan 2022 21:43:46 +0000", + "title": "‘Scream’ at 25: How Meta Can You Get?", + "description": "After 25 years, the influence of Wes Craven’s self-aware slasher still looms large, both for the imitators that followed and the backlash it set off.", + "content": "After 25 years, the influence of Wes Craven’s self-aware slasher still looms large, both for the imitators that followed and the backlash it set off.", + "category": "Movies", + "link": "https://www.nytimes.com/2022/01/14/movies/scream-movie.html", + "creator": "Calum Marsh", + "pubDate": "Fri, 14 Jan 2022 16:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190948,17 +194776,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e231baa42cbb8228c3cac983d2c5e5bb", + "hash": "c04519609f3080f429cce83c6b804c8c", "highlights": [] }, { - "title": "Playoff Fans in the Cold as College Football Plots Its Future", - "description": "A band played to a sparse crowd in an area for college football fans in  Indianapolis on Saturday, ahead of the national championship game on Monday night.", - "content": "A band played to a sparse crowd in an area for college football fans in  Indianapolis on Saturday, ahead of the national championship game on Monday night.", - "category": "Football (College)", - "link": "https://www.nytimes.com/2022/01/10/sports/ncaafootball/college-football-playoff-television.html", - "creator": "Billy Witz", - "pubDate": "Mon, 10 Jan 2022 16:36:21 +0000", + "title": "Counter the Winter Chill With This Farro and Gruyère Gratin", + "description": "Melissa Clark takes earthy grains and bakes them with caramelized mushrooms and loads of cheese for a satisfying meatless meal.", + "content": "Melissa Clark takes earthy grains and bakes them with caramelized mushrooms and loads of cheese for a satisfying meatless meal.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2022/01/14/dining/farro-mushroom-gratin.html", + "creator": "Melissa Clark", + "pubDate": "Fri, 14 Jan 2022 19:51:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190970,17 +194798,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1e50d63db70dd984f9d08ba5e8a3305", + "hash": "f8bebe58bb6e9ca8a3dfe062cf83e7a7", "highlights": [] }, { - "title": "Alabama vs. Georgia: What to Watch in the National Championship Game", - "description": "Fans posing in front of a sign in downtown Indianapolis promoting the national championship game between Alabama and Georgia.", - "content": "Fans posing in front of a sign in downtown Indianapolis promoting the national championship game between Alabama and Georgia.", - "category": "Football (College)", - "link": "https://www.nytimes.com/2022/01/10/sports/ncaafootball/alabama-georgia-national-championship-watch.html", - "creator": "Alanis Thames", - "pubDate": "Mon, 10 Jan 2022 05:01:08 +0000", + "title": "Five International Movies to Stream Now", + "description": "This month’s picks include a family-friendly Belgian drama about immigrants, a Mexican class-conflict thriller and a South Indian superhero tale.", + "content": "This month’s picks include a family-friendly Belgian drama about immigrants, a Mexican class-conflict thriller and a South Indian superhero tale.", + "category": "Movies", + "link": "https://www.nytimes.com/2022/01/14/movies/five-international-movies-to-stream-now.html", + "creator": "Devika Girish", + "pubDate": "Fri, 14 Jan 2022 16:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -190992,17 +194820,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "35786d6b08ea72abe51db69546156b06", + "hash": "17a32713b815a72a84776119b8e1af9f", "highlights": [] }, { - "title": "Trump’s Coup, Part Deux", - "description": "Darth Vader as Luke Skywalker, defending the galaxy? Not quite.", - "content": "Darth Vader as Luke Skywalker, defending the galaxy? Not quite.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/08/opinion/cheney-jan-6.html", - "creator": "Maureen Dowd", - "pubDate": "Sat, 08 Jan 2022 15:13:10 +0000", + "title": "Djokovic Taken Into Custody as He Continues Fight to Stay in Australia", + "description": "A judge scheduled a hearing for Sunday as Novak Djokovic, the unvaccinated Serbian tennis star, challenges the cancellation of his visa. Follow updates.", + "content": "A judge scheduled a hearing for Sunday as Novak Djokovic, the unvaccinated Serbian tennis star, challenges the cancellation of his visa. Follow updates.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/14/sports/novak-djokovic-australia-hearing", + "creator": "The New York Times", + "pubDate": "Sat, 15 Jan 2022 05:59:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191014,17 +194842,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "799889fbaf6bc0473d00e861d90c54a1", + "hash": "9784d3644a9f5d3e62be1825dfe4af19", "highlights": [] }, { - "title": "We Need a Second Cut of ‘Don’t Look Up’", - "description": "How the hit movie almost captures a teetering America.", - "content": "How the hit movie almost captures a teetering America.", - "category": "Movies", - "link": "https://www.nytimes.com/2022/01/08/opinion/dont-look-up-decadence.html", - "creator": "Ross Douthat", - "pubDate": "Sat, 08 Jan 2022 20:00:06 +0000", + "title": "U.S. Charges Russia Sent Saboteurs Into Ukraine to Create Pretext for Invasion", + "description": "President Vladimir V. Putin of Russia in Moscow on Wednesday. The White House did not release details of the evidence it had collected to back up its charge against Russia.", + "content": "President Vladimir V. Putin of Russia in Moscow on Wednesday. The White House did not release details of the evidence it had collected to back up its charge against Russia.", + "category": "Russia", + "link": "https://www.nytimes.com/2022/01/14/us/politics/russia-ukraine-us-intelligence.html", + "creator": "David E. Sanger", + "pubDate": "Fri, 14 Jan 2022 18:38:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191036,17 +194864,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6197eac4a235c2b7031c4c8e41366b28", + "hash": "69966299e6d0b80746fbb546084b1f5f", "highlights": [] }, { - "title": "Seneca Village and the Search for the Black Utopia", - "description": "Illustration by The New York Times; photographs by Mashuk, via Getty Images, and Fabiola Jean-Louis", - "content": "Illustration by The New York Times; photographs by Mashuk, via Getty Images, and Fabiola Jean-Louis", - "category": "Black People", - "link": "https://www.nytimes.com/2022/01/08/opinion/seneca-village-central-park-new-york.html", - "creator": "Brent Staples", - "pubDate": "Sat, 08 Jan 2022 17:06:59 +0000", + "title": "U.S. Site for Free Tests to Go Live Jan. 19", + "description": "The free rapid tests will be available from a government site, but a lag in shipping means Americans may not have them until the end of January. Get Covid updates.", + "content": "The free rapid tests will be available from a government site, but a lag in shipping means Americans may not have them until the end of January. Get Covid updates.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/14/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Fri, 14 Jan 2022 22:03:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191058,17 +194886,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2aff3bcdef93a6639ce67c91444c257", + "hash": "14a96260ec69b5c482064eecf51b326d", "highlights": [] }, { - "title": "Disruption, Dismay, Dissent: Americans Grapple With Omicron", - "description": "Covid testing in New Orleans on Wednesday.", - "content": "Covid testing in New Orleans on Wednesday.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2022/01/09/us/united-states-covid-pandemic-omicron.html", - "creator": "Julie Bosman", - "pubDate": "Sun, 09 Jan 2022 10:00:15 +0000", + "title": "John Katko, Who Voted to Impeach Trump, Won’t Seek Re-election", + "description": "Representative John Katko is the third House Republican to retire after voting to impeach former President Donald J. Trump.", + "content": "Representative John Katko is the third House Republican to retire after voting to impeach former President Donald J. Trump.", + "category": "Katko, John (1962- )", + "link": "https://www.nytimes.com/2022/01/14/us/politics/john-katko-retire-trump-impeachment.html", + "creator": "Catie Edmondson and Nicholas Fandos", + "pubDate": "Fri, 14 Jan 2022 22:10:24 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191080,17 +194908,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c6726e19ac4ccd480ec4e750c3c20e5", + "hash": "da7fe1f3f75aad89a56c8eca087a0c4c", "highlights": [] }, { - "title": "What This Portrait of Mayor Adams's Mother Means to New Yorkers\n", - "description": "Mayor Eric Adams clasped a photo of his mother, Dorothy Mae Adams-Streeter, after he was sworn into office. The portrait was done in a style once popular among working-class New Yorkers.", - "content": "Mayor Eric Adams clasped a photo of his mother, Dorothy Mae Adams-Streeter, after he was sworn into office. The portrait was done in a style once popular among working-class New Yorkers.", - "category": "Black People", - "link": "https://www.nytimes.com/2022/01/09/nyregion/eric-adams-mother-photo.html", - "creator": "Sandra E. Garcia", - "pubDate": "Sun, 09 Jan 2022 08:00:08 +0000", + "title": "Djokovic Will Go to Court in Australia to Fight Visa Revocation", + "description": "Novak Djokovic, the unvaccinated tennis star, is expected to ask a judge on Saturday to let him remain in the country. Follow updates.", + "content": "Novak Djokovic, the unvaccinated tennis star, is expected to ask a judge on Saturday to let him remain in the country. Follow updates.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/14/sports/novak-djokovic-australia-hearing", + "creator": "The New York Times", + "pubDate": "Fri, 14 Jan 2022 22:03:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191102,17 +194930,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a4d554cf58f29f5d36783820ff79e11c", + "hash": "580d2c4ae276b325dadddf88458db08f", "highlights": [] }, { - "title": "Who Is Annie Hamilton?", - "description": "Annie Hamilton may be the most well-known, unknown actor in New York.", - "content": "Annie Hamilton may be the most well-known, unknown actor in New York.", - "category": "Actors and Actresses", - "link": "https://www.nytimes.com/2022/01/08/style/annie-hamilton-actor.html", - "creator": "Peter Stevenson", - "pubDate": "Sat, 08 Jan 2022 19:38:17 +0000", + "title": "Jail Unions Gain a Powerful Supporter: Mayor Eric Adams", + "description": "The new correction commissioner, Louis Molina, fired the department’s top internal investigator.", + "content": "The new correction commissioner, Louis Molina, fired the department’s top internal investigator.", + "category": "Prison Guards and Corrections Officers", + "link": "https://www.nytimes.com/2022/01/14/nyregion/rikers-jail-unions-eric-adams.html", + "creator": "Jan Ransom", + "pubDate": "Fri, 14 Jan 2022 13:02:42 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191124,17 +194952,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a96faf2738710bcd6ab31f9d1243912", + "hash": "31556d06e66bebf73c8bcdc2984e3fee", "highlights": [] }, { - "title": "Quiet Awards Season Has Hollywood Uneasy", - "description": "Audiences remain reluctant to return to theaters. And the kinds of movies that used to rely on the sheen of awards to attract moviegoers now find themselves in peril.", - "content": "Audiences remain reluctant to return to theaters. And the kinds of movies that used to rely on the sheen of awards to attract moviegoers now find themselves in peril.", - "category": "Movies", - "link": "https://www.nytimes.com/2022/01/09/business/media/hollywood-golden-globes-oscars.html", - "creator": "Nicole Sperling", - "pubDate": "Sun, 09 Jan 2022 10:00:10 +0000", + "title": "An English Soccer Team's Existential Crisis: Is It Really in Wales?", + "description": "Deva Stadium’s parking lot is in England and its field is in Wales. In a pandemic, that’s a problem.", + "content": "Deva Stadium’s parking lot is in England and its field is in Wales. In a pandemic, that’s a problem.", + "category": "Soccer", + "link": "https://www.nytimes.com/2022/01/14/sports/soccer/chester-fc-england-wales-covid.html", + "creator": "Rory Smith", + "pubDate": "Fri, 14 Jan 2022 16:58:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191146,17 +194974,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "36b2122c205e5dfb2041e96143ef4db7", + "hash": "7d37ee6e1a90860f85660de59b60f353", "highlights": [] }, { - "title": "Holding Pundits Accountable for Covid and Inflation", - "description": "Covid testing in Houston.", - "content": "Covid testing in Houston.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2022/01/10/briefing/pundit-accountability-covid-predictions.html", - "creator": "David Leonhardt", - "pubDate": "Mon, 10 Jan 2022 13:20:58 +0000", + "title": "RNC Signals a Pullout From Presidential Debates", + "description": "The intensity of Republican frustration with the debate commission has increased since former President Donald J. Trump first became the Republican nominee in 2016. ", + "content": "The intensity of Republican frustration with the debate commission has increased since former President Donald J. Trump first became the Republican nominee in 2016. ", + "category": "Commission on Presidential Debates", + "link": "https://www.nytimes.com/2022/01/13/us/politics/presidential-debates-rnc.html", + "creator": "Maggie Haberman", + "pubDate": "Thu, 13 Jan 2022 17:13:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191168,17 +194996,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd17e8894c5f5f5e0b633a2003befb4f", + "hash": "e376a10f783b506507f001ee7943312c", "highlights": [] }, { - "title": "The Rise and Fall of the Golden Globes", - "description": "This year’s muted Golden Globes ceremony was humbling for what was one of the biggest award shows on television.", - "content": "This year’s muted Golden Globes ceremony was humbling for what was one of the biggest award shows on television.", - "category": "Television", - "link": "https://www.nytimes.com/2022/01/10/podcasts/the-daily/golden-globes-awards.html", - "creator": "Michael Barbaro, Michael Simon Johnson, Stella Tan, Kaitlin Roberts, Luke Vander Ploeg, Liz O. Baylen, Larissa Anderson and Marion Lozano", - "pubDate": "Mon, 10 Jan 2022 11:00:06 +0000", + "title": "Oath Keepers Leader Stewart Rhodes Arrested in Jan. 6 Inquiry", + "description": "Stewart Rhodes, a former Army paratrooper who went on to earn a law degree at Yale, had been under investigation for his role in the Capitol riot since at least last spring.", + "content": "Stewart Rhodes, a former Army paratrooper who went on to earn a law degree at Yale, had been under investigation for his role in the Capitol riot since at least last spring.", + "category": "Rhodes, Stewart (1966- )", + "link": "https://www.nytimes.com/2022/01/13/us/politics/oath-keepers-stewart-rhodes.html", + "creator": "Alan Feuer and Adam Goldman", + "pubDate": "Fri, 14 Jan 2022 01:05:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191190,17 +195018,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6921a6fadea101b897593492b4b00110", + "hash": "4af1effbb7c36622d5c6f556b2b42b8c", "highlights": [] }, { - "title": "Listeners’ Questions", - "description": "Critics, reporters and editors answer your questions about all things literary.", - "content": "Critics, reporters and editors answer your questions about all things literary.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2022/01/07/books/review/listeners-questions.html", - "creator": "", - "pubDate": "Fri, 07 Jan 2022 17:19:14 +0000", + "title": "A Look Inside Rikers: ‘Fight Night’ and Gang Rule, Captured on Video", + "description": "Videos obtained by The New York Times reveal scenes of violence as the Department of Correction struggles to restore order in the jail system.", + "content": "Videos obtained by The New York Times reveal scenes of violence as the Department of Correction struggles to restore order in the jail system.", + "category": "Gangs", + "link": "https://www.nytimes.com/2022/01/12/nyregion/rikers-jail-videos.html", + "creator": "Jan Ransom", + "pubDate": "Thu, 13 Jan 2022 01:10:48 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191208,21 +195036,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "73f32ecec13b088c3fb668aad13d4e63", + "hash": "0251b206ddb69b447967b8afdbb736d0", "highlights": [] }, { - "title": "5 Big Questions for the Political Year Ahead", - "description": "Gasoline and groceries have led the way in rising costs facing American households.", - "content": "Gasoline and groceries have led the way in rising costs facing American households.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/07/us/politics/politics-inflation-redistricting.html", - "creator": "Leah Askarinam and Blake Hounshell", - "pubDate": "Sat, 08 Jan 2022 00:12:52 +0000", + "title": "He Used to Run Several Times a Week. Now He Could Barely Stand.", + "description": "Could an unusual drug habit account for such a rapid decline?", + "content": "Could an unusual drug habit account for such a rapid decline?", + "category": "Tests (Medical)", + "link": "https://www.nytimes.com/2022/01/12/magazine/nitrous-oxide-whippets-vitamin-b12.html", + "creator": "Lisa Sanders, M.D.", + "pubDate": "Wed, 12 Jan 2022 10:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191234,17 +195062,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d1b6421711bd112ce806cb585f2efe0", + "hash": "5edaa6d10c2e8dfde584d3e7565404be", "highlights": [] }, { - "title": "Barcelona Banks on Superyachts, Becoming a Hub", - "description": "A huge yacht under repair in Barcelona, Spain, which has become a hub for superyachts.", - "content": "A huge yacht under repair in Barcelona, Spain, which has become a hub for superyachts.", - "category": "High Net Worth Individuals", - "link": "https://www.nytimes.com/2022/01/10/business/barcelona-superyachts.html", - "creator": "Raphael Minder", - "pubDate": "Mon, 10 Jan 2022 10:00:17 +0000", + "title": "Maskless and Inaccurate", + "description": "The Supreme Court justices last spring.", + "content": "The Supreme Court justices last spring.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/14/briefing/supreme-court-covid-mask-mandate.html", + "creator": "David Leonhardt", + "pubDate": "Fri, 14 Jan 2022 11:28:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191256,17 +195084,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe7d2bc70e834fa84a46501fdf51b24d", + "hash": "545660bb575df64f5234cf1dab1a97b5", "highlights": [] }, { - "title": "Older Americans Still Need Their Flu Vaccine, Experts Say", - "description": "Vaccinations at a nursing home in Manhattan. According to the C.D.C., only 11 percent of seniors had received a flu shot by last October.", - "content": "Vaccinations at a nursing home in Manhattan. According to the C.D.C., only 11 percent of seniors had received a flu shot by last October.", - "category": "your-feed-science", - "link": "https://www.nytimes.com/2022/01/10/health/influenza-vaccines-elderly.html", - "creator": "Paula Span", - "pubDate": "Mon, 10 Jan 2022 16:38:12 +0000", + "title": "The Life and Legacy of Sidney Poitier", + "description": "Sidney Poitier in 1959 in New York.", + "content": "Sidney Poitier in 1959 in New York.", + "category": "Black People", + "link": "https://www.nytimes.com/2022/01/14/podcasts/the-daily/sidney-poitier.html", + "creator": "Michael Barbaro, Sydney Harper, Daniel Guillemette, Rikki Novetsky, Mooj Zadie, Robert Jimison, Alexandra Leigh Young, Eric Krupke, Larissa Anderson, John Ketchum and Brad Fisher", + "pubDate": "Fri, 14 Jan 2022 11:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191278,17 +195106,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e107f890781d6fcb481893c75e930b1c", + "hash": "b60cf93bb12a20d6151a876deaf96406", "highlights": [] }, { - "title": "What It Was Like on the Elizabeth Holmes Jury for 18 Weeks", - "description": "Elizabeth Holmes, the founder of the blood testing start-up Theranos, leaving court last week. She was found guilty of four of 11 counts of fraud.", - "content": "Elizabeth Holmes, the founder of the blood testing start-up Theranos, leaving court last week. She was found guilty of four of 11 counts of fraud.", - "category": "Holmes, Elizabeth (1984- )", - "link": "https://www.nytimes.com/2022/01/10/technology/elizabeth-holmes-trial-jurors.html", - "creator": "Erin Woo", - "pubDate": "Mon, 10 Jan 2022 19:44:16 +0000", + "title": "Listeners’ Questions", + "description": "Critics, reporters and editors answer your questions about all things literary.", + "content": "Critics, reporters and editors answer your questions about all things literary.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2022/01/07/books/review/listeners-questions.html", + "creator": "", + "pubDate": "Fri, 07 Jan 2022 17:19:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191300,17 +195128,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e07dfd4c261986307cb4adf43549f253", + "hash": "73f32ecec13b088c3fb668aad13d4e63", "highlights": [] }, { - "title": "Haitian Prime Minister Had Close Links With Murder Suspect", - "description": "President Jovenel Moïse, who was assassinated in July, led Haiti by decree and turned to authoritarian tactics.", - "content": "President Jovenel Moïse, who was assassinated in July, led Haiti by decree and turned to authoritarian tactics.", - "category": "Assassinations and Attempted Assassinations", - "link": "https://www.nytimes.com/2022/01/10/world/americas/haitian-prime-minister-assassination-suspect.html", - "creator": "Anatoly Kurmanaev", - "pubDate": "Mon, 10 Jan 2022 19:45:44 +0000", + "title": "How the Wreck of the Costa Concordia Changed an Italian Island", + "description": "The port of Giglio on Thursday, the 10th anniversary of the Costa Concordia shipwreck, which killed 32 people. “Every one of us here has a tragic memory from then,” one resident said.", + "content": "The port of Giglio on Thursday, the 10th anniversary of the Costa Concordia shipwreck, which killed 32 people. “Every one of us here has a tragic memory from then,” one resident said.", + "category": "Maritime Accidents and Safety", + "link": "https://www.nytimes.com/2022/01/14/world/europe/giglio-costa-concordia-italy.html", + "creator": "Gaia Pianigiani", + "pubDate": "Fri, 14 Jan 2022 14:11:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191322,17 +195150,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "769ca6e9192b6267a1b2b91e3d50954a", + "hash": "938ecfcfc8bfa0065d5a1e37fe0ea0b7", "highlights": [] }, { - "title": "A tech sell-off leaves the Nasdaq on the edge of a correction.", - "description": "", - "content": "", + "title": "Martin Shkreli Is Barred From the Drug Industry", + "description": "A judge ordered the former pharmaceutical executive to repay $64.6 million, saying he violated state and federal antitrust laws. Get the latest business news.", + "content": "A judge ordered the former pharmaceutical executive to repay $64.6 million, saying he violated state and federal antitrust laws. Get the latest business news.", "category": "", - "link": "https://www.nytimes.com/live/2022/01/10/business/stock-market-economy-news/stocks-fall-again-extending-their-losses-as-bond-yields-edge-higher", - "creator": "Stephen Gandel", - "pubDate": "Mon, 10 Jan 2022 20:08:00 +0000", + "link": "https://www.nytimes.com/live/2022/01/14/business/stock-market-economy-news", + "creator": "The New York Times", + "pubDate": "Fri, 14 Jan 2022 21:24:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191344,17 +195172,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a147aea1c048df1cda68c73a4c854c27", + "hash": "5952ad124feebe1e52398ec9ca86dad3", "highlights": [] }, { - "title": "Business Updates: The I.R.S. Is Warning of a Messy Tax Season", - "description": "Bad weather and staff shortages are still a problem. But airlines are also trying to deal with the traditional slowdown in travel in January.", - "content": "Bad weather and staff shortages are still a problem. But airlines are also trying to deal with the traditional slowdown in travel in January.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/10/business/stock-market-economy-news", - "creator": "The New York Times", - "pubDate": "Mon, 10 Jan 2022 20:21:54 +0000", + "title": "Millions Have Lost a Step Into the Middle Class, Researchers Say", + "description": "Accenture hired Del Walker in 2020 after she completed its apprentice program.", + "content": "Accenture hired Del Walker in 2020 after she completed its apprentice program.", + "category": "Hiring and Promotion", + "link": "https://www.nytimes.com/2022/01/14/business/middle-class-jobs-study.html", + "creator": "Steve Lohr", + "pubDate": "Fri, 14 Jan 2022 13:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191366,17 +195194,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e26ef6968f4179dbe0c53a85ffdd0bf1", + "hash": "bb21d56147958068d26bca8c19920a81", "highlights": [] }, { - "title": "Goli Sheikholeslami Will Take Charge of Politico", - "description": "Goli Sheikholeslami will become the chief executive of Politico.", - "content": "Goli Sheikholeslami will become the chief executive of Politico.", - "category": "Sheikholeslami, Goli", - "link": "https://www.nytimes.com/2022/01/10/business/politico-goli-sheikholeslami-new-york-public-radio.html", - "creator": "Katie Robertson", - "pubDate": "Mon, 10 Jan 2022 18:25:41 +0000", + "title": "Stock Market Faces Lingering Perils in 2022", + "description": "Inflation and the coronavirus did not hold back the stock market last year, but in 2022, investors face new worries.", + "content": "Inflation and the coronavirus did not hold back the stock market last year, but in 2022, investors face new worries.", + "category": "Stocks and Bonds", + "link": "https://www.nytimes.com/2022/01/14/business/mutual-funds/stock-market-peril.html", + "creator": "Conrad de Aenlle", + "pubDate": "Fri, 14 Jan 2022 10:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191388,17 +195216,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e28e29dd30e43035e7e675b5f56e58c", + "hash": "6c84c98a99dce06f976016cb921cb6b9", "highlights": [] }, { - "title": "Clay Aiken, Former ‘American Idol’ Star, Announces Run for Congress", - "description": "Clay Aiken at the Metropolitan Opera New Year's Eve annual gala in 2018.", - "content": "Clay Aiken at the Metropolitan Opera New Year's Eve annual gala in 2018.", - "category": "Aiken, Clay", - "link": "https://www.nytimes.com/2022/01/10/us/clay-aiken-congress.html", - "creator": "Christine Hauser", - "pubDate": "Mon, 10 Jan 2022 20:57:09 +0000", + "title": "Retail Sales Fell in December, a Slowdown in a Robust Holiday Shopping Season", + "description": "Shoppers at an Apple Store in Manhattan last month.", + "content": "Shoppers at an Apple Store in Manhattan last month.", + "category": "Supply Chain", + "link": "https://www.nytimes.com/2022/01/14/business/retail-sales-december.html", + "creator": "Sapna Maheshwari", + "pubDate": "Fri, 14 Jan 2022 16:20:24 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191410,17 +195238,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "196f25ed4ca600a245b5790a00ea2edf", + "hash": "458bc8e046d927bb0bcc0f96d3e7328f", "highlights": [] }, { - "title": "The N.F.L Coaches Fired So Far in 2022", - "description": "The Dolphins dismissed Brian Flores on Monday despite a 9-8 season, and a seven-game winning streak that nearly vaulted Miami into the playoffs.", - "content": "The Dolphins dismissed Brian Flores on Monday despite a 9-8 season, and a seven-game winning streak that nearly vaulted Miami into the playoffs.", - "category": "Football", - "link": "https://www.nytimes.com/2022/01/10/sports/football/nfl-coaches-fired.html", - "creator": "Ken Belson and Victor Mather", - "pubDate": "Mon, 10 Jan 2022 19:54:33 +0000", + "title": "Alec Baldwin Turns Over His Phone in ‘Rust’ Investigation", + "description": "New Mexico detectives investigating Alec Baldwin’s fatal shooting of a cinematographer on the set of the film “Rust” will get data from the actor’s iPhone, under an agreement he made with investigators, his lawyer said.", + "content": "New Mexico detectives investigating Alec Baldwin’s fatal shooting of a cinematographer on the set of the film “Rust” will get data from the actor’s iPhone, under an agreement he made with investigators, his lawyer said.", + "category": "Movies", + "link": "https://www.nytimes.com/2022/01/14/movies/alec-baldwin-phone-rust-investigation.html", + "creator": "Julia Jacobs and Graham Bowley", + "pubDate": "Fri, 14 Jan 2022 21:33:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191432,17 +195260,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3192373c202835ca9b1cd4a1c149b89", + "hash": "62800f62e5551351f0f2f1375ae9fb47", "highlights": [] }, { - "title": "Ex-Oklahoma Officer Is Sentenced in Killing of Daughter’s Boyfriend", - "description": "Former Tulsa Police Officer Shannon Kepler, right, left court at the Tulsa Federal Building in April, during his fifth trial in the killing of Jeremey Lake.", - "content": "Former Tulsa Police Officer Shannon Kepler, right, left court at the Tulsa Federal Building in April, during his fifth trial in the killing of Jeremey Lake.", - "category": "Murders, Attempted Murders and Homicides", - "link": "https://www.nytimes.com/2022/01/10/us/ex-officer-kills-boyfriend-oklahoma.html", - "creator": "Eduardo Medina", - "pubDate": "Mon, 10 Jan 2022 13:00:03 +0000", + "title": "Pause in Zimbabwe Trial of Freelance Reporter for The Times", + "description": "Jeffrey Moyo leaving the courtroom earlier this week in Bulawayo, Zimbabwe, with his wife, Purity, in pink dress.", + "content": "Jeffrey Moyo leaving the courtroom earlier this week in Bulawayo, Zimbabwe, with his wife, Purity, in pink dress.", + "category": "Accreditation", + "link": "https://www.nytimes.com/2022/01/14/world/africa/zimbabwe-moyo-trial.html", + "creator": "The New York Times", + "pubDate": "Fri, 14 Jan 2022 21:07:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191454,17 +195282,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c87c401bcd13627cc1b54fe1dfc8c3d", + "hash": "ae63bc7d405b2583f0c78f84006bac37", "highlights": [] }, { - "title": "Crashed Pilot Is Pulled to Safety Seconds Before Train Plows Through", - "description": "A still from bodycam footage shows a crashed plane moments before a train hit the wreckage in Los Angeles on Sunday.", - "content": "A still from bodycam footage shows a crashed plane moments before a train hit the wreckage in Los Angeles on Sunday.", - "category": "Aviation Accidents, Safety and Disasters", - "link": "https://www.nytimes.com/2022/01/10/us/train-hits-plane-la.html", - "creator": "Daniel Victor", - "pubDate": "Mon, 10 Jan 2022 17:24:15 +0000", + "title": "Winter Storm Threatens Disruption Across Wide Stretch of the U.S.", + "description": "Heavy snow blanketed Washington, D.C., during a storm on Jan. 3.", + "content": "Heavy snow blanketed Washington, D.C., during a storm on Jan. 3.", + "category": "Weather", + "link": "https://www.nytimes.com/2022/01/14/us/winter-storm-snow-forecast.html", + "creator": "Jesus Jiménez and Neil Vigdor", + "pubDate": "Fri, 14 Jan 2022 20:49:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191476,17 +195304,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "747cc9ff35a48378fdd7037128c519e2", + "hash": "846f22a06b2b8a1c591db61e7248d9c0", "highlights": [] }, { - "title": "Even a 20-Second Exercise ‘Snack’ Can Improve Fitness", - "description": "As little as 20 seconds of brisk stair climbing, done several times a day, might be enough to increase aerobic fitness.", - "content": "As little as 20 seconds of brisk stair climbing, done several times a day, might be enough to increase aerobic fitness.", - "category": "Exercise", - "link": "https://www.nytimes.com/2019/01/23/well/move/20-second-exercise-fitness-interval-training.html", - "creator": "Gretchen Reynolds", - "pubDate": "Wed, 23 Jan 2019 10:00:02 +0000", + "title": "Manhattan Rents Break Another Record, as Market Shows Signs of Cooling", + "description": "Rents have climbed fastest in the most expensive markets in Manhattan, while the bottom half of the market has been slower to recover.", + "content": "Rents have climbed fastest in the most expensive markets in Manhattan, while the bottom half of the market has been slower to recover.", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2022/01/13/realestate/new-york-city-rental-market.html", + "creator": "Stefanos Chen", + "pubDate": "Thu, 13 Jan 2022 05:01:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191498,17 +195326,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c2e00f41890c03b3bd7103529bf0cbe4", + "hash": "b6c3f03f8de212be3b509027731e1796", "highlights": [] }, { - "title": "Klay Thompson Returns to the Warriors", - "description": "Klay Thompson returned to the court on Sunday after two-plus seasons.", - "content": "Klay Thompson returned to the court on Sunday after two-plus seasons.", - "category": "Basketball", - "link": "https://www.nytimes.com/2022/01/10/sports/basketball/klay-thompson-return.html", - "creator": "Scott Cacciola", - "pubDate": "Mon, 10 Jan 2022 17:25:44 +0000", + "title": "Dutch Royals to Retire Golden Coach With Echoes of Colonialism", + "description": "King Willem-Alexander and Queen Maxima of the Netherlands arriving in the Golden Coach in The Hague in 2015.", + "content": "King Willem-Alexander and Queen Maxima of the Netherlands arriving in the Golden Coach in The Hague in 2015.", + "category": "Carriages", + "link": "https://www.nytimes.com/2022/01/14/world/europe/netherlands-golden-coach.html", + "creator": "Claire Moses", + "pubDate": "Fri, 14 Jan 2022 15:18:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191520,17 +195348,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "67b8d0c8ba9a255390c256f5a55e91b6", + "hash": "fe60ee903803803142d1ca5187d4e2f0", "highlights": [] }, { - "title": "The Tao of the Yeezy Gap x Balenciaga Project", - "description": "No products have been announced yet, but there’s already a lot to unpack.", - "content": "No products have been announced yet, but there’s already a lot to unpack.", - "category": "Fashion and Apparel", - "link": "https://www.nytimes.com/2022/01/07/style/yeezy-gap-balenciaga.html", - "creator": "Vanessa Friedman", - "pubDate": "Fri, 07 Jan 2022 18:52:25 +0000", + "title": "Indian Bishop Is Acquitted on Charges of Raping a Nun", + "description": "Bishop Franco Mulakkal in Kochi, India, in 2018, after being questioned by the police. ", + "content": "Bishop Franco Mulakkal in Kochi, India, in 2018, after being questioned by the police. ", + "category": "India", + "link": "https://www.nytimes.com/2022/01/14/world/asia/india-bishop-rape-nun.html", + "creator": "Suhasini Raj", + "pubDate": "Fri, 14 Jan 2022 10:12:58 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191542,17 +195370,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dbbd28c2a22363255ca71e5812b78ee3", + "hash": "2f4547f131fab4ed0b4a45371eba4d00", "highlights": [] }, { - "title": "What’s on TV This Week: ‘Ailey’ and ‘Somebody Somewhere’", - "description": "Alvin Ailey, as seen in “American Masters: Ailey.”", - "content": "Alvin Ailey, as seen in “American Masters: Ailey.”", + "title": "Bridget Everett Shows Off Her Softer Side in 'Somebody Somewhere'", + "description": "Bridget Everett is known for her brash stage shows, but her new HBO series tells a quieter story.", + "content": "Bridget Everett is known for her brash stage shows, but her new HBO series tells a quieter story.", "category": "Television", - "link": "https://www.nytimes.com/2022/01/10/arts/television/whats-on-tv-this-week-ailey-and-somebody-somewhere.html", - "creator": "Gabe Cohn", - "pubDate": "Mon, 10 Jan 2022 06:00:07 +0000", + "link": "https://www.nytimes.com/2022/01/14/arts/television/bridget-everett-somebody-somewhere-hbo.html", + "creator": "Alexis Soloski", + "pubDate": "Fri, 14 Jan 2022 14:45:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191564,17 +195392,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b2b90128d61f64760929ef538d196d9", + "hash": "72210cd44fd52c73dfb4185a978b887c", "highlights": [] }, { - "title": "Can My Dog and I Be Forced to Use the Service Elevator?", - "description": "Most apartment owners are subject to the house rules, which a board can change. But some rules are not always enforceable.", - "content": "Most apartment owners are subject to the house rules, which a board can change. But some rules are not always enforceable.", - "category": "Real Estate and Housing (Residential)", - "link": "https://www.nytimes.com/2022/01/08/realestate/can-my-condo-make-me-use-the-service-elevator-when-im-with-my-dog.html", - "creator": "Ronda Kaysen", - "pubDate": "Sat, 08 Jan 2022 15:00:09 +0000", + "title": "Elvis Costello & the Imposters Are Still Blasting Away", + "description": "With his longtime bandmates, the English songwriter noisily demolishes illusions on “The Boy Named If.”", + "content": "With his longtime bandmates, the English songwriter noisily demolishes illusions on “The Boy Named If.”", + "category": "Pop and Rock Music", + "link": "https://www.nytimes.com/2022/01/13/arts/music/elvis-costello-the-boy-named-if-review.html", + "creator": "Jon Pareles", + "pubDate": "Thu, 13 Jan 2022 16:03:36 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191586,17 +195414,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e2fe54679445c6efe84a849da504a84", + "hash": "2311cec9d3890231435df41f95787ba8", "highlights": [] }, { - "title": "Manchin’s Choice on Build Back Better: Mine Workers or Mine Owners", - "description": "The social policy and climate bill has passed the House, but Senator Joe Manchin III’s opposition has stopped the measure in the Senate.", - "content": "The social policy and climate bill has passed the House, but Senator Joe Manchin III’s opposition has stopped the measure in the Senate.", - "category": "Manchin, Joe III", - "link": "https://www.nytimes.com/2022/01/10/us/politics/manchin-coal-miners.html", - "creator": "Jonathan Weisman", - "pubDate": "Mon, 10 Jan 2022 10:00:11 +0000", + "title": "A Wet January, Thanks to Covid", + "description": "Not drinking for a month sounded easy enough. But for some, Omicron changed those plans.", + "content": "Not drinking for a month sounded easy enough. But for some, Omicron changed those plans.", + "category": "Quarantine (Life and Culture)", + "link": "https://www.nytimes.com/2022/01/12/style/dry-january.html", + "creator": "Danya Issawi", + "pubDate": "Wed, 12 Jan 2022 15:21:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191608,17 +195436,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b074c4e974f9e99f3e3aeac68ddc90a", + "hash": "0389dffcefae698cbcb3df7dd36fd026", "highlights": [] }, { - "title": "Biden Comes Out Swinging Against Republicans as His Agenda Stalls", - "description": "For some of President Biden’s Democratic allies, the change in tone is a welcome shift.", - "content": "For some of President Biden’s Democratic allies, the change in tone is a welcome shift.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/09/us/politics/biden-republicans-agenda.html", - "creator": "Michael D. Shear", - "pubDate": "Sun, 09 Jan 2022 20:35:06 +0000", + "title": "Julius Randle Is Playing With Passion. But Where Are the Points?", + "description": "Knicks forward Julius Randle draws attention from defenses, but he also misses a lot of shots when he is wide open.", + "content": "Knicks forward Julius Randle draws attention from defenses, but he also misses a lot of shots when he is wide open.", + "category": "Basketball", + "link": "https://www.nytimes.com/2022/01/13/sports/basketball/julius-randle-knicks.html", + "creator": "Sopan Deb", + "pubDate": "Thu, 13 Jan 2022 22:27:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191630,17 +195458,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "63319d35b0f109c205c9bb7fe1ac490b", + "hash": "b697e38b079da83c376a65acf3d5ccb4", "highlights": [] }, { - "title": "Alabama vs. Georgia: What to Watch in the National Championship Game", - "description": "Fans posing in front of a sign in downtown Indianapolis promoting the national championship game between Alabama and Georgia.", - "content": "Fans posing in front of a sign in downtown Indianapolis promoting the national championship game between Alabama and Georgia.", - "category": "Football (College)", - "link": "https://www.nytimes.com/2022/01/10/sports/ncaafootball/alabama-georgia-championship-watch.html", - "creator": "Alanis Thames", - "pubDate": "Mon, 10 Jan 2022 05:01:08 +0000", + "title": "Why Is Everyone So Angry? We Investigated.", + "description": "The Times writer at large Sarah Lyall captured a national feeling with her recent article on consumer rage. She shares how the story came together.", + "content": "The Times writer at large Sarah Lyall captured a national feeling with her recent article on consumer rage. She shares how the story came together.", + "category": "Shortages", + "link": "https://www.nytimes.com/2022/01/14/insider/why-is-everyone-so-angry-we-investigated.html", + "creator": "Sarah Lyall", + "pubDate": "Fri, 14 Jan 2022 10:00:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191652,17 +195480,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc9a7bb925dc2cd50a06e5ff95c47d74", + "hash": "e334d6e82249322fff7b02f8d79d472e", "highlights": [] }, { - "title": "Former ‘American Idol’ Star Clay Aiken Announces Run for Congress", - "description": "Clay Aiken at the Metropolitan Opera New Year's Eve annual gala in 2018.", - "content": "Clay Aiken at the Metropolitan Opera New Year's Eve annual gala in 2018.", - "category": "Aiken, Clay", - "link": "https://www.nytimes.com/2022/01/10/us/clay-aiken-congress.html", - "creator": "Christine Hauser", - "pubDate": "Mon, 10 Jan 2022 19:32:12 +0000", + "title": "Treasury Threatens to Hold Relief Funds From Arizona Over School Mask Fight", + "description": "The warning was in response to the state’s use of pandemic aid to undercut mask requirements in schools. Follow Covid news.", + "content": "The warning was in response to the state’s use of pandemic aid to undercut mask requirements in schools. Follow Covid news.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/14/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Fri, 14 Jan 2022 18:22:48 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191674,17 +195502,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f643734ce3216e4417b756d39cef4528", + "hash": "d35e22a8c0fb0731bc6c04fe0c6867c6", "highlights": [] }, { - "title": "Bob Saget, Comic Who Portrayed Danny Tanner on ‘Full House,’ Dies at 65", - "description": "In contrast to his squeaky-clean image on “Full House” and “America’s Funniest Home Videos,” Bob Saget delighted in raunchy, profanity-laden stand-up routines.", - "content": "In contrast to his squeaky-clean image on “Full House” and “America’s Funniest Home Videos,” Bob Saget delighted in raunchy, profanity-laden stand-up routines.", - "category": "Deaths (Obituaries)", - "link": "https://www.nytimes.com/2022/01/09/arts/television/bob-saget-dead.html", - "creator": "Jesus Jiménez and Alan Yuhas", - "pubDate": "Mon, 10 Jan 2022 05:12:38 +0000", + "title": "For Coronavirus Testing, the Nose May Not Always Be Best", + "description": "A saliva Covid-19 testing site at the University of Minnesota Field House in Minneapolis.", + "content": "A saliva Covid-19 testing site at the University of Minnesota Field House in Minneapolis.", + "category": "your-feed-science", + "link": "https://www.nytimes.com/2022/01/14/health/coronavirus-omicron-testing-nose.html", + "creator": "Emily Anthes", + "pubDate": "Fri, 14 Jan 2022 17:44:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191696,17 +195524,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3342f7f68b774eef8b19ddcff9b47d36", + "hash": "82810e01b36faf89e955df8dc8bcc6dc", "highlights": [] }, { - "title": "Steve Bannon Is Onto Something", - "description": "An election worker in Port Orchard, Wash., on Nov. 3, 2020.", - "content": "An election worker in Port Orchard, Wash., on Nov. 3, 2020.", - "category": "Presidential Election of 2020", - "link": "https://www.nytimes.com/2022/01/09/opinion/trump-bannon-trumpism-democracy.html", - "creator": "Ezra Klein", - "pubDate": "Sun, 09 Jan 2022 16:21:14 +0000", + "title": "Parents of Kids Under 5 Stuck in Grueling Covid Limbo ", + "description": "Mr. Abercrombie holding Mary during the virus test.", + "content": "Mr. Abercrombie holding Mary during the virus test.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/14/us/covid-vaccines-children.html", + "creator": "J. David Goodman and Giulia Heyward", + "pubDate": "Fri, 14 Jan 2022 15:01:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191718,17 +195546,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "20db8b644e20a7f0e0586a52a97ea4f8", + "hash": "9453a717055da48d4b4c687e9c005ba5", "highlights": [] }, { - "title": "‘A Sad State of Affairs’ for Mental Health in America", - "description": "“I believe I will be helping people navigate the effects of the pandemic for the rest of my career,” said Leah Seeger, a marriage and family therapist in Minneapolis.", - "content": "“I believe I will be helping people navigate the effects of the pandemic for the rest of my career,” said Leah Seeger, a marriage and family therapist in Minneapolis.", - "category": "Mental Health and Disorders", - "link": "https://www.nytimes.com/2022/01/09/opinion/letters/mental-health-covid.html", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 16:30:07 +0000", + "title": "Novak Djokovic’s Visa Is Revoked Again by Australia", + "description": "The decision adds another twist in a drawn-out drama over the tennis star’s refusal to be vaccinated against the coronavirus. Follow our updates.", + "content": "The decision adds another twist in a drawn-out drama over the tennis star’s refusal to be vaccinated against the coronavirus. Follow our updates.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/14/sports/novak-djokovic-australia", + "creator": "The New York Times", + "pubDate": "Fri, 14 Jan 2022 07:37:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191740,17 +195568,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5a86cec1b85ae5a937668284f8d3bc1", + "hash": "c7487f465f061f720f1d655c619fcac4", "highlights": [] }, { - "title": "U.S. Greenhouse Gas Emissions Bounced Back Sharply in 2021", - "description": "Traffic on the Williamsburg Bridge in Manhattan last year. Transportation emissions, the nation’s largest source of greenhouse gases, rose 10 percent in 2021.", - "content": "Traffic on the Williamsburg Bridge in Manhattan last year. Transportation emissions, the nation’s largest source of greenhouse gases, rose 10 percent in 2021.", - "category": "Greenhouse Gas Emissions", - "link": "https://www.nytimes.com/2022/01/10/climate/emissions-pandemic-rebound.html", - "creator": "Brad Plumer", - "pubDate": "Mon, 10 Jan 2022 13:46:37 +0000", + "title": "Prince Andrew and Boris Johnson: The U.K. Deals With Two Crises at Once", + "description": "A guard ceremony outside Windsor Castle on Thursday.", + "content": "A guard ceremony outside Windsor Castle on Thursday.", + "category": "Royal Families", + "link": "https://www.nytimes.com/2022/01/13/world/europe/boris-johnson-prince-andrew-royals.html", + "creator": "Mark Landler", + "pubDate": "Fri, 14 Jan 2022 00:44:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191762,17 +195590,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee550fe824799234a0302da931ee5742", + "hash": "6b81849c84f734d10580ffa0fd3521ea", "highlights": [] }, { - "title": "Famed White Cliffs of Sicily Are Defaced in an Act of Vandalism", - "description": "The Scala dei Turchi in Realmonte, Italy, on Saturday, before the cleanup.", - "content": "The Scala dei Turchi in Realmonte, Italy, on Saturday, before the cleanup.", - "category": "Vandalism", - "link": "https://www.nytimes.com/2022/01/10/world/europe/famed-white-cliffs-of-sicily-are-defaced-in-an-act-of-vandalism.html", - "creator": "Elisabetta Povoledo", - "pubDate": "Mon, 10 Jan 2022 17:45:59 +0000", + "title": "Boris Johnson’s Office Apologizes to Queen for Parties", + "description": "British Prime Minister Boris Johnson outside Downing Street in London.", + "content": "British Prime Minister Boris Johnson outside Downing Street in London.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2022/01/14/world/europe/boris-johnson-apology-lockdown-parties.html", + "creator": "Mark Landler", + "pubDate": "Fri, 14 Jan 2022 17:47:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191784,17 +195612,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "919375a6df4442fe636d6b304c29966b", + "hash": "5b1166a53f4297d590eaed904519ea33", "highlights": [] }, { - "title": "Stocks fall again, extending their losses as bond yields edge higher.", - "description": "", - "content": "", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/10/business/stock-market-economy-news/stocks-fall-again-extending-their-losses-as-bond-yields-edge-higher", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 14:48:46 +0000", + "title": "How Conservatives Could Oust Prime Minister Boris Johnson", + "description": "Escaping scrapes is one of Prime Minister Boris Johnson’s career-defining political skills.", + "content": "Escaping scrapes is one of Prime Minister Boris Johnson’s career-defining political skills.", + "category": "Johnson, Boris", + "link": "https://www.nytimes.com/2022/01/13/world/europe/boris-johnson-oust.html", + "creator": "Stephen Castle", + "pubDate": "Thu, 13 Jan 2022 20:33:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191806,17 +195634,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9eeb0a6e368a5670ee01a487320d662", + "hash": "4ba7fcab9493b1c28ceee6ca3c615a78", "highlights": [] }, { - "title": "Business Updates: Take-Two to Buy Zynga, a Union of Top Game Makers", - "description": "Bad weather and staff shortages are still a problem. But airlines are also trying to deal with the traditional slowdown in travel in January.", - "content": "Bad weather and staff shortages are still a problem. But airlines are also trying to deal with the traditional slowdown in travel in January.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/10/business/stock-market-economy-news", - "creator": "The New York Times", - "pubDate": "Mon, 10 Jan 2022 17:29:22 +0000", + "title": "Donald Trump's Vanity Is Still Holding America Hostage", + "description": "A country is held hostage by a former president’s vanity.", + "content": "A country is held hostage by a former president’s vanity.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2022/01/13/opinion/donald-trump-npr-interview.html", + "creator": "Frank Bruni", + "pubDate": "Thu, 13 Jan 2022 17:05:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191828,17 +195656,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc50a2436d657f605290095feaf6d995", + "hash": "012c676341dea075de2a34529e7e0b65", "highlights": [] }, { - "title": "Russian Troops Will Stay to Finish Job in Kazakhstan, Putin Says", - "description": "President Vladimir V. Putin of Russia joined a meeting of the Collective Security Treaty Organization, a body akin to NATO, via video conference on Monday.", - "content": "President Vladimir V. Putin of Russia joined a meeting of the Collective Security Treaty Organization, a body akin to NATO, via video conference on Monday.", - "category": "Defense and Military Forces", - "link": "https://www.nytimes.com/2022/01/10/world/europe/putin-russia-kazakhstan.html", - "creator": "Valerie Hopkins", - "pubDate": "Mon, 10 Jan 2022 13:18:29 +0000", + "title": "This Isn’t Your Old Toxic Masculinity. It Has Taken an Insidious New Form.", + "description": "From bad boyfriends to Jan. 6 rioters, men are using the language of vulnerability as a cudgel, feigning emotional fragility to retain power and dominance.", + "content": "From bad boyfriends to Jan. 6 rioters, men are using the language of vulnerability as a cudgel, feigning emotional fragility to retain power and dominance.", + "category": "Men and Boys", + "link": "https://www.nytimes.com/2022/01/13/opinion/toxic-masculinity.html", + "creator": "Alex McElroy", + "pubDate": "Thu, 13 Jan 2022 14:38:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191850,17 +195678,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2c25e8c8ca6b546077e0acb5b0e3b70", + "hash": "d0c6ee671bc754d125595ddeb663e155", "highlights": [] }, { - "title": "In Myanmar, Aung San Suu Kyi Sentenced to 4 More Years", - "description": "Daw Aung San Suu Kyi in 2015. She was sentenced in Myanmar on Monday to four years in prison for possessing walkie-talkies in her home and for violating Covid-19 protocols.", - "content": "Daw Aung San Suu Kyi in 2015. She was sentenced in Myanmar on Monday to four years in prison for possessing walkie-talkies in her home and for violating Covid-19 protocols.", - "category": "Aung San Suu Kyi", - "link": "https://www.nytimes.com/2022/01/10/world/asia/myanmar-aung-san-suu-kyi-verdict.html", - "creator": "Richard C. Paddock", - "pubDate": "Mon, 10 Jan 2022 09:11:48 +0000", + "title": "Omicron Isn’t Milder for Everyone, Like Our Patients", + "description": "Only with a better understanding of the science do we have any hope of protecting our vulnerable friends, family members and neighbors.", + "content": "Only with a better understanding of the science do we have any hope of protecting our vulnerable friends, family members and neighbors.", + "category": "Transplants", + "link": "https://www.nytimes.com/2022/01/13/opinion/omicron-immunocompromised.html", + "creator": "Dorry Segev and William Werbel", + "pubDate": "Thu, 13 Jan 2022 12:28:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191872,17 +195700,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "83227d47f16282526e0d93d572a90d3d", + "hash": "c38ba8833369588063c3d1b81e4c08a6", "highlights": [] }, { - "title": "Symone Sanders, a Strategist for Biden and Harris, Is Joining MSNBC", - "description": "Ms. Sanders is the most prominent member of the Biden White House to shift from politics into a full-time job in the news media.", - "content": "Ms. Sanders is the most prominent member of the Biden White House to shift from politics into a full-time job in the news media.", - "category": "News and News Media", - "link": "https://www.nytimes.com/2022/01/10/business/media/symone-sanders-msnbc.html", - "creator": "Michael M. Grynbaum", - "pubDate": "Mon, 10 Jan 2022 15:01:03 +0000", + "title": "Survivor993 Is Not Alone: Lawsuits Show Abuse at School for At-Risk Teens", + "description": "Elizabeth Ianelli said she was sexually assaulted in 1995 by a cook at the Family Foundation School, in Hancock, N.Y.", + "content": "Elizabeth Ianelli said she was sexually assaulted in 1995 by a cook at the Family Foundation School, in Hancock, N.Y.", + "category": "Child Abuse and Neglect", + "link": "https://www.nytimes.com/2022/01/14/nyregion/family-foundation-school-abuse-lawsuits.html", + "creator": "Michael Wilson", + "pubDate": "Fri, 14 Jan 2022 10:02:24 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191894,17 +195722,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "95431c972395ec4fc0235ba78b1f783b", + "hash": "92dd93a5a04186a6e0d24ca7f5881706", "highlights": [] }, { - "title": "Jim Jordan Refuses to Cooperate With Jan. 6 Panel", - "description": "Representative Jim Jordan, Republican of Ohio, was deeply involved in President Donald J. Trump’s effort to fight the 2020 election results.", - "content": "Representative Jim Jordan, Republican of Ohio, was deeply involved in President Donald J. Trump’s effort to fight the 2020 election results.", - "category": "Jordan, Jim (1964- )", - "link": "https://www.nytimes.com/2022/01/09/us/politics/jim-jordan-jan-6-panel.html", - "creator": "Luke Broadwater", - "pubDate": "Mon, 10 Jan 2022 02:10:33 +0000", + "title": "Business Updates: Google Chief Approved Deal in Antitrust Case, States Say", + "description": "Despite the decline of 1.9 percent, sales for the fourth quarter of 2021 jumped 17.1 percent as consumers began shopping earlier. Get updates on the economy.", + "content": "Despite the decline of 1.9 percent, sales for the fourth quarter of 2021 jumped 17.1 percent as consumers began shopping earlier. Get updates on the economy.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/14/business/stock-market-economy-news", + "creator": "The New York Times", + "pubDate": "Fri, 14 Jan 2022 18:12:48 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191916,17 +195744,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "51492b47ae2c57cd28a7181865fa2afe", + "hash": "fb310733d707ee2c5ec043365da96d68", "highlights": [] }, { - "title": "‘People Need to Be Reminded About Flu’", - "description": "Vaccinations at a nursing home in Manhattan. According to the C.D.C., only 11 percent of seniors had received a flu shot by last October.", - "content": "Vaccinations at a nursing home in Manhattan. According to the C.D.C., only 11 percent of seniors had received a flu shot by last October.", - "category": "your-feed-science", - "link": "https://www.nytimes.com/2022/01/10/health/influenza-vaccines-elderly.html", - "creator": "Paula Span", - "pubDate": "Mon, 10 Jan 2022 16:38:12 +0000", + "title": "Winter Storm Expected to Bring Snow From the Dakotas to the East Coast", + "description": "Heavy snow blanketed Washington on Jan. 3 during a recent storm.", + "content": "Heavy snow blanketed Washington on Jan. 3 during a recent storm.", + "category": "Weather", + "link": "https://www.nytimes.com/2022/01/14/us/winter-storm-snow-forecast.html", + "creator": "Jesus Jiménez", + "pubDate": "Fri, 14 Jan 2022 10:50:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191938,17 +195766,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e26f3b3ccae542a093fd85a6aed6b92", + "hash": "a0e5cb31f0de8d10c61055e5cb8b5876", "highlights": [] }, { - "title": "Raiders Beat Chargers to Claim Playoff Spot", - "description": "Raiders quarterback Derek Carr finished with 186 passing yards and two touchdowns against the Chargers.", - "content": "Raiders quarterback Derek Carr finished with 186 passing yards and two touchdowns against the Chargers.", - "category": "Football", - "link": "https://www.nytimes.com/2022/01/10/sports/football/raiders-chargers-score-overtime.html", - "creator": "Emmanuel Morgan", - "pubDate": "Mon, 10 Jan 2022 14:57:26 +0000", + "title": "Alec Baldwin Turns Over His Phone in ‘Rust’ Investigation, Lawyer Says", + "description": "New Mexico detectives investigating Alec Baldwin’s fatal shooting of a cinematographer on the set of the film “Rust” will get data from the actor’s iPhone, under an agreement he made with investigators, his lawyer said.", + "content": "New Mexico detectives investigating Alec Baldwin’s fatal shooting of a cinematographer on the set of the film “Rust” will get data from the actor’s iPhone, under an agreement he made with investigators, his lawyer said.", + "category": "Movies", + "link": "https://www.nytimes.com/2022/01/14/movies/alec-baldwin-phone-rust-investigation.html", + "creator": "Julia Jacobs and Graham Bowley", + "pubDate": "Fri, 14 Jan 2022 18:34:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191960,17 +195788,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "104c37fc2d2a1143b7dda75c00fc890b", + "hash": "942d203b889cbe65d075a55fb495a431", "highlights": [] }, { - "title": "Dress Shoppe II, East Villag Indian Boutique Is Closing", - "description": "Saroj Goyal and her husband opened Dress Shoppe II in 1977.", - "content": "Saroj Goyal and her husband opened Dress Shoppe II in 1977.", - "category": "Dress Shoppe II (Manhattan, NY, Retailer)", - "link": "https://www.nytimes.com/2022/01/10/style/dress-shoppe-east-village.html", - "creator": "Anna P. Kambhampaty", - "pubDate": "Mon, 10 Jan 2022 10:00:08 +0000", + "title": "Judge Tosses Teen’s Sexual Assault Conviction, Drawing Outrage", + "description": "Organizations that support survivors of sexual violence said Judge Robert Adrian’s decision to throw out Drew Clinton’s sexual assault conviction would dissuade others from coming forward.", + "content": "Organizations that support survivors of sexual violence said Judge Robert Adrian’s decision to throw out Drew Clinton’s sexual assault conviction would dissuade others from coming forward.", + "category": "Sex Crimes", + "link": "https://www.nytimes.com/2022/01/13/us/drew-clinton-released-sexual-assault.html", + "creator": "Maria Cramer and Isabella Grullón Paz", + "pubDate": "Thu, 13 Jan 2022 23:46:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -191982,17 +195810,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0d6513079b4fdbd468d250afe6f6e5d", + "hash": "96c13385123e59cb5d3660bb9856acef", "highlights": [] }, { - "title": "Turkey Chili and Biscuits for an Easy Weeknight Dinner", - "description": "Golden cornmeal biscuits stay tender on the bottom and crisp on the top in this easy one-pot chili recipe.", - "content": "Golden cornmeal biscuits stay tender on the bottom and crisp on the top in this easy one-pot chili recipe.", - "category": "Cooking and Cookbooks", - "link": "https://www.nytimes.com/2022/01/07/dining/skillet-turkey-chili.html", - "creator": "Melissa Clark", - "pubDate": "Fri, 07 Jan 2022 18:37:02 +0000", + "title": "Is It Bad to Take So Many Pictures of My Kid?", + "description": "Take all the photos you want, experts say, but there are three things to consider as you document your child’s life.", + "content": "Take all the photos you want, experts say, but there are three things to consider as you document your child’s life.", + "category": "Smartphones", + "link": "https://www.nytimes.com/2020/04/17/parenting/too-many-pictures-of-kids.html", + "creator": "Christina Caron", + "pubDate": "Fri, 17 Apr 2020 17:22:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192004,17 +195832,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7733915360e872a8bd3e14257338e723", + "hash": "b5bc962fd6bbbb4e71a3cba0955bf87b", "highlights": [] }, { - "title": "‘I Woke Up to Find My Girlfriend Sitting on the Edge of the Bed’", - "description": "Trouble getting out the door on a Sunday, a Crosby Street crowd and more reader tales of New York City in this week’s Metropolitan Diary.", - "content": "Trouble getting out the door on a Sunday, a Crosby Street crowd 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/09/nyregion/metropolitan-diary.html", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 08:00:07 +0000", + "title": "Hospitals Nearing Capacity in 2 Dozen States as Omicron Spreads", + "description": "The extremely contagious variant is fueling a coronavirus wave that is pushing hospitals close to capacity in several parts of the U.S., government figures show. At least 80 percent of staffed hospital beds were occupied in 24 states on Thursday. I.C.U.s in 18 states and Washington, D.C., were nearly full. Here’s the latest.", + "content": "The extremely contagious variant is fueling a coronavirus wave that is pushing hospitals close to capacity in several parts of the U.S., government figures show. At least 80 percent of staffed hospital beds were occupied in 24 states on Thursday. I.C.U.s in 18 states and Washington, D.C., were nearly full. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/14/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Fri, 14 Jan 2022 13:49:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192026,17 +195854,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b33bbd1bb4ea3e79d94e12413334d7b", + "hash": "8cba84d6f9241b484e66849d46456eee", "highlights": [] }, { - "title": "For Karla Knight, Paranormal Is Normal", - "description": "An interview with the mystically inclined artist, who shares the interests of Hilma af Klint and Agnes Pelton.", - "content": "An interview with the mystically inclined artist, who shares the interests of Hilma af Klint and Agnes Pelton.", - "category": "Art", - "link": "https://www.nytimes.com/2022/01/05/arts/design/karla-knight-navigator-aldrich-museum.html", - "creator": "Karen Rosenberg", - "pubDate": "Thu, 06 Jan 2022 04:52:51 +0000", + "title": "Why Rapid Covid Tests May Not Be Free Upfront at First", + "description": "Some insurers say it will probably take weeks to fully set up the system the White House envisions for free rapid Covid tests.", + "content": "Some insurers say it will probably take weeks to fully set up the system the White House envisions for free rapid Covid tests.", + "category": "Tests (Medical)", + "link": "https://www.nytimes.com/2022/01/14/upshot/free-rapid-covid-tests.html", + "creator": "Sarah Kliff", + "pubDate": "Fri, 14 Jan 2022 13:49:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192048,17 +195876,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d461b2cf5faf88bd1225c011da2de783", + "hash": "c7b513e5224e1d3047b10f96f7e40571", "highlights": [] }, { - "title": "A Gothic Novel Haunted by Nine Lives Over Nine Decades", - "description": "In “Luckenbooth,” Jenni Fagan traces the strange, fantastical stories of artists, vagabonds, dreamers and mystics in a single tenement.", - "content": "In “Luckenbooth,” Jenni Fagan traces the strange, fantastical stories of artists, vagabonds, dreamers and mystics in a single tenement.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2022/01/04/books/review/jenni-fagan-luckenbooth.html", - "creator": "Lauren Beukes", - "pubDate": "Tue, 04 Jan 2022 18:54:13 +0000", + "title": "New York’s Ban on Evictions Is Expiring. What Happens Now?", + "description": "Agustina Velez, with her son Alan, 7, owes more than $8,000 in back rent after she and her husband lost their jobs early in the pandemic.", + "content": "Agustina Velez, with her son Alan, 7, owes more than $8,000 in back rent after she and her husband lost their jobs early in the pandemic.", + "category": "Evictions", + "link": "https://www.nytimes.com/2022/01/14/nyregion/eviction-moratorium-new-york.html", + "creator": "Mihir Zaveri", + "pubDate": "Fri, 14 Jan 2022 10:00:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192070,17 +195898,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "91e4b58efbb6c99e684c8bdbdda641f3", + "hash": "784c6e53bd80843fc76a7c2eeefe6fed", "highlights": [] }, { - "title": "American and Russian Diplomats Meet in a Bid to Avert War in Ukraine", - "description": "U.S. and Russian officials met for what could become a pivotal day of diplomacy as the West scrambled to head off possible Russian military action in Ukraine. The talks will revolve around the demands for “security guarantees” from the West that the Kremlin made last year. Here’s the latest on the crisis.", - "content": "U.S. and Russian officials met for what could become a pivotal day of diplomacy as the West scrambled to head off possible Russian military action in Ukraine. The talks will revolve around the demands for “security guarantees” from the West that the Kremlin made last year. Here’s the latest on the crisis.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/10/world/russia-us-ukraine-talks", - "creator": "The New York Times", - "pubDate": "Mon, 10 Jan 2022 14:11:22 +0000", + "title": "Fear of Russia Brings New Purpose and Unity to NATO, Once Again", + "description": "A NATO exercise in Adazi, Latvia, in November.", + "content": "A NATO exercise in Adazi, Latvia, in November.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2022/01/14/world/europe/nato-russia-ukraine-europe.html", + "creator": "Steven Erlanger", + "pubDate": "Fri, 14 Jan 2022 10:00:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192092,17 +195920,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb459d212d1371bbd0b6a9c0aad4b2fc", + "hash": "36d417b4915b854e2f4d1e0d1b408d82", "highlights": [] }, { - "title": "U.S. and Russia Will Discuss European Security, but Without Europeans", - "description": "Ukrainian reservists taking part in a military exercise last month near Kyiv, Ukraine.", - "content": "Ukrainian reservists taking part in a military exercise last month near Kyiv, Ukraine.", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2022/01/10/world/europe/us-russia-europe-ukraine-nato.html", - "creator": "Steven Erlanger", - "pubDate": "Mon, 10 Jan 2022 08:51:08 +0000", + "title": "Hackers Bring Down Government Sites in Ukraine", + "description": "The Ukrainian Ministry of Foreign Affairs building in Kyiv. Hackers left a message on the ministry’s website in three languages.", + "content": "The Ukrainian Ministry of Foreign Affairs building in Kyiv. Hackers left a message on the ministry’s website in three languages.", + "category": "Cyberwarfare and Defense", + "link": "https://www.nytimes.com/2022/01/14/world/europe/hackers-ukraine-government-sites.html", + "creator": "Andrew E. Kramer", + "pubDate": "Fri, 14 Jan 2022 07:47:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192114,17 +195942,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b0010cce4d93874e9b298e0fdb85288", + "hash": "53e42e6261e4903c82039dabc284fa91", "highlights": [] }, { - "title": "U.S.-Russia Talks Have Echoes of the Cold War", - "description": "Russian tactical combat exercises in the Rostov region, east of Ukraine, in December.", - "content": "Russian tactical combat exercises in the Rostov region, east of Ukraine, in December.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2022/01/10/world/europe/us-russia-cold-war-ukraine.html", - "creator": "David E. Sanger", - "pubDate": "Mon, 10 Jan 2022 13:58:14 +0000", + "title": "Retail Sales Slowed in December Despite Robust Holiday Shopping Season", + "description": "Despite the decline of 1.9 percent, sales for the fourth quarter of 2021 jumped 17.1 percent as consumers began their shopping earlier. Here’s the latest.", + "content": "Despite the decline of 1.9 percent, sales for the fourth quarter of 2021 jumped 17.1 percent as consumers began their shopping earlier. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/14/business/stock-market-economy-news", + "creator": "The New York Times", + "pubDate": "Fri, 14 Jan 2022 13:49:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192136,17 +195964,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b507424ccfbf52abbdea07bd798fe1a8", + "hash": "d11e581afe39f8329dc9e17df73c36aa", "highlights": [] }, { - "title": "Door in Bronx Building May Have Let Fire Spread, Mayor Says", - "description": "Officials are investigating if a “maintenance issue” with an apartment door may have allowed the blaze to spread, Mayor Eric Adams said. Here’s the latest.", - "content": "Officials are investigating if a “maintenance issue” with an apartment door may have allowed the blaze to spread, Mayor Eric Adams said. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/10/nyregion/bronx-fire-nyc", - "creator": "The New York Times", - "pubDate": "Mon, 10 Jan 2022 14:11:22 +0000", + "title": "Oil Prices Stay High as Output From OPEC and Others Falls Behind", + "description": "An oil refinery in Port Arthur, Texas. Lagging production of oil worldwide has been sending prices to seven-year highs and driving inflation.", + "content": "An oil refinery in Port Arthur, Texas. Lagging production of oil worldwide has been sending prices to seven-year highs and driving inflation.", + "category": "Oil (Petroleum) and Gasoline", + "link": "https://www.nytimes.com/2022/01/14/business/energy-environment/oil-prices-opec.html", + "creator": "Stanley Reed", + "pubDate": "Fri, 14 Jan 2022 10:00:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192158,17 +195986,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9ff3f48a30b972d3431cb63e54aa6a5", + "hash": "0de6edf7c4be10baface1fecabf59379", "highlights": [] }, { - "title": "What We Know About the Bronx Apartment Building Fire", - "description": "About 200 firefighters responded to a fire in a high-rise building in the Bronx on Sunday. ", - "content": "About 200 firefighters responded to a fire in a high-rise building in the Bronx on Sunday. ", - "category": "Fires and Firefighters", - "link": "https://www.nytimes.com/article/deadly-bronx-apartment-fire.html", - "creator": "Christine Chung", - "pubDate": "Mon, 10 Jan 2022 13:00:19 +0000", + "title": "Critics Say I.M.F. Loan Fees Are Hurting Nations in Desperate Need", + "description": "A Covid-19 vaccination this week in Karachi, Pakistan, one of the financially distressed nations paying loan surcharges to the International Monetary Fund.", + "content": "A Covid-19 vaccination this week in Karachi, Pakistan, one of the financially distressed nations paying loan surcharges to the International Monetary Fund.", + "category": "International Monetary Fund", + "link": "https://www.nytimes.com/2022/01/14/business/economy/imf-surcharges.html", + "creator": "Patricia Cohen", + "pubDate": "Fri, 14 Jan 2022 08:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192180,17 +196008,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b28214862bcf71f0db6272ba1ee5cf80", + "hash": "4dd9f6be58c07f07629f328395b13857", "highlights": [] }, { - "title": "Anti-Vaccine Protesters Rally in Europe as Restrictions Tighten", - "description": "Germany braced for demonstrations after thousands took to the streets in France and Austria to oppose tougher rules. Here’s the latest pandemic news.", - "content": "Germany braced for demonstrations after thousands took to the streets in France and Austria to oppose tougher rules. Here’s the latest pandemic news.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/10/world/omicron-covid-testing-vaccines", - "creator": "The New York Times", - "pubDate": "Mon, 10 Jan 2022 14:11:22 +0000", + "title": "Mommy Is Going Away for Awhile", + "description": "The antiheroine of the moment, in movies like “The Lost Daughter” and novels like “I Love You But I’ve Chosen Darkness,” commits the mother’s ultimate sin: abandoning her children.", + "content": "The antiheroine of the moment, in movies like “The Lost Daughter” and novels like “I Love You But I’ve Chosen Darkness,” commits the mother’s ultimate sin: abandoning her children.", + "category": "Parenting", + "link": "https://www.nytimes.com/2022/01/14/movies/bad-moms-lost-daughter.html", + "creator": "Amanda Hess and Liana Finck", + "pubDate": "Fri, 14 Jan 2022 10:00:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192202,17 +196030,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b51c5222a92c90a1dcf66cb3509415a", + "hash": "2b516044ea473ac96fd5421b07b94d80", "highlights": [] }, { - "title": "Uganda Reopens Schools After World’s Longest Covid Shutdown", - "description": "Children back in class at Kitante Primary School in Kampala, Uganda, on Monday.", - "content": "Children back in class at Kitante Primary School in Kampala, Uganda, on Monday.", - "category": "Uganda", - "link": "https://www.nytimes.com/2022/01/10/world/africa/uganda-schools-reopen.html", - "creator": "Musinguzi Blanshe and Abdi Latif Dahir", - "pubDate": "Mon, 10 Jan 2022 14:32:32 +0000", + "title": "Our Kinder, Gentler, Nobody-Moves-Out Divorce", + "description": "When the end of a marriage means living on separate floors of the same house.", + "content": "When the end of a marriage means living on separate floors of the same house.", + "category": "Love (Emotion)", + "link": "https://www.nytimes.com/2022/01/14/style/modern-love-kinder-gentler-divorce.html", + "creator": "Jordana Jacobs", + "pubDate": "Fri, 14 Jan 2022 13:31:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192224,17 +196052,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e7a76c0937ef52477474e807869aa2e", + "hash": "e80f8ffd279178cc760d7686486dabf5", "highlights": [] }, { - "title": "2021 Was Earth’s Fifth-Hottest Year, Scientists Say", - "description": "Wildfires near Lytton, British Columbia, in July. The temperature in the town hit 121 degrees Fahrenheit in June, a Canadian record.", - "content": "Wildfires near Lytton, British Columbia, in July. The temperature in the town hit 121 degrees Fahrenheit in June, a Canadian record.", - "category": "European Center for Medium-Range Weather Forecasts", - "link": "https://www.nytimes.com/2022/01/10/climate/2021-hottest-year.html", - "creator": "Raymond Zhong", - "pubDate": "Mon, 10 Jan 2022 14:43:57 +0000", + "title": "Is Civil War Looming, or Should We Calm Down?", + "description": "A large number of Americans believe it’s possible, even likely. Could they be right?", + "content": "A large number of Americans believe it’s possible, even likely. Could they be right?", + "category": "debatable", + "link": "https://www.nytimes.com/2022/01/13/opinion/civil-war-america.html", + "creator": "Spencer Bokat-Lindell", + "pubDate": "Thu, 13 Jan 2022 23:00:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192246,17 +196074,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "688be51f9ed9235fb05ab6162b2d3c98", + "hash": "f15608a11a742479f36ba3afbb7a1c47", "highlights": [] }, { - "title": "What We Learned From Week 18 in the N.F.L.", - "description": "Ambry Thomas’s interception of a Matthew Stafford pass sealed the San Francisco 49ers’ 27-24 win over the Los Angeles Rams. The 49ers claimed the N.F.C.’s final playoff berth with the victory. ", - "content": "Ambry Thomas’s interception of a Matthew Stafford pass sealed the San Francisco 49ers’ 27-24 win over the Los Angeles Rams. The 49ers claimed the N.F.C.’s final playoff berth with the victory. ", - "category": "Football", - "link": "https://www.nytimes.com/2022/01/09/sports/football/nfl-week-18-scores.html", - "creator": "Tyler Dunne", - "pubDate": "Mon, 10 Jan 2022 14:33:03 +0000", + "title": "Taking On Starbucks, Inspired by Bernie Sanders", + "description": "Maggie Carter began circulating union cards at her Starbucks in Knoxville, Tenn., not long after a store in Buffalo voted to unionize.", + "content": "Maggie Carter began circulating union cards at her Starbucks in Knoxville, Tenn., not long after a store in Buffalo voted to unionize.", + "category": "Labor and Jobs", + "link": "https://www.nytimes.com/2022/01/14/business/economy/starbucks-union.html", + "creator": "Noam Scheiber", + "pubDate": "Fri, 14 Jan 2022 15:10:49 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192268,17 +196096,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "de4289374f0c2fdbde67efb2f065013b", + "hash": "987c266c5bc57594c90d560f4aad6a7f", "highlights": [] }, { - "title": "Carl Bernstein’s Eulogy for the Newspaper Business", - "description": "Carl Bernstein and Bob Woodward, 1973.", - "content": "Carl Bernstein and Bob Woodward, 1973.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2022/01/07/books/review/carl-bernstein-chasing-history.html", - "creator": "Jill Abramson", - "pubDate": "Fri, 07 Jan 2022 20:51:59 +0000", + "title": "Biden Will Nominate Three New Fed Officials", + "description": "Sarah Bloom Raskin, a former deputy Treasury secretary, will be a Federal Reserve nominee with the economists Lisa Cook and Philip Jefferson.", + "content": "Sarah Bloom Raskin, a former deputy Treasury secretary, will be a Federal Reserve nominee with the economists Lisa Cook and Philip Jefferson.", + "category": "Federal Reserve System", + "link": "https://www.nytimes.com/2022/01/13/business/economy/biden-federal-reserve-nominees.html", + "creator": "Jeanna Smialek", + "pubDate": "Fri, 14 Jan 2022 02:17:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192290,17 +196118,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "79fc2ff0b6754651194a1e81801fdfd5", + "hash": "125951518ba8edc01297528e1e3a9b29", "highlights": [] }, { - "title": "As an ER Doctor, I Fear Health Care Collapse More Than Omicron", - "description": "The Emergency Department at New York Presbyterian/Columbia University Medical Center in New York, NY.", - "content": "The Emergency Department at New York Presbyterian/Columbia University Medical Center in New York, NY.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2022/01/10/opinion/omicron-covid-er.html", - "creator": "Craig Spencer", - "pubDate": "Mon, 10 Jan 2022 10:00:05 +0000", + "title": "Baltimore Prosecutor Charged With Perjury and Filing False Loan Applications", + "description": "A lawyer for Marilyn Mosby, the Baltimore City state’s attorney,  vigorously denied the charges against her.", + "content": "A lawyer for Marilyn Mosby, the Baltimore City state’s attorney,  vigorously denied the charges against her.", + "category": "Mosby, Marilyn J (1980- )", + "link": "https://www.nytimes.com/2022/01/13/us/marilyn-mosby-baltimore-charged.html", + "creator": "Alyssa Lukpat and Christine Chung", + "pubDate": "Fri, 14 Jan 2022 02:12:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192312,17 +196140,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1331b47533b8f483a786e9bdc65dfaf", + "hash": "6b9005a4993e4845cf0c2264c2dffd03", "highlights": [] }, { - "title": "What if Work Were a Video Game?", - "description": "Xbox head Phil Spencer discusses how the gaming industry is already peeking into the metaverse with avatars, virtual worlds and online economies.", - "content": "Xbox head Phil Spencer discusses how the gaming industry is already peeking into the metaverse with avatars, virtual worlds and online economies.", - "category": "audio-neutral-informative", - "link": "https://www.nytimes.com/2022/01/10/opinion/sway-kara-swisher-phil-spencer.html", - "creator": "‘Sway’", - "pubDate": "Mon, 10 Jan 2022 10:00:07 +0000", + "title": "Jan. 6 Committee Subpoenas Twitter, Meta, Alphabet and Reddit", + "description": "The House committee said the firms were “unwilling to commit to voluntarily and expeditiously” cooperating with its work.", + "content": "The House committee said the firms were “unwilling to commit to voluntarily and expeditiously” cooperating with its work.", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2022/01/13/us/politics/jan-6-tech-subpoenas.html", + "creator": "Luke Broadwater and Mike Isaac", + "pubDate": "Fri, 14 Jan 2022 01:57:58 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192334,17 +196162,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "28d7a76e1412b66740a521321401d69b", + "hash": "a5a64c4e97670415288ab57da2c42837", "highlights": [] }, { - "title": "I Can’t Brook the Idea of Banning ‘Negro’", - "description": "That’s a distraction from real work in the real world.", - "content": "That’s a distraction from real work in the real world.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2022/01/07/opinion/negro-ban-word-dont.html", - "creator": "John McWhorter", - "pubDate": "Fri, 07 Jan 2022 18:10:10 +0000", + "title": "Sirhan Sirhan Is Denied Parole as Newsom Rejects Board’s Recommendation", + "description": "Sirhan Sirhan, 77, waiting for his most recent parole hearing to begin in August.", + "content": "Sirhan Sirhan, 77, waiting for his most recent parole hearing to begin in August.", + "category": "Probation and Parole", + "link": "https://www.nytimes.com/2022/01/13/us/sirhan-sirhan-denied-parole.html", + "creator": "Shawn Hubler", + "pubDate": "Fri, 14 Jan 2022 00:04:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192356,17 +196184,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "91ab00b15bbda82ee370bec2dc6e9832", + "hash": "d451ab886f8a27d515b5b104c3f79111", "highlights": [] }, { - "title": "Teachers’ Unions Push for Remote Schooling, Worrying Democrats", - "description": "Alex Brandenburg, an elementary school teacher, protested outside of the Oakland Unified School District headquarters on Friday as part of a sick out.", - "content": "Alex Brandenburg, an elementary school teacher, protested outside of the Oakland Unified School District headquarters on Friday as part of a sick out.", - "category": "Education (K-12)", - "link": "https://www.nytimes.com/2022/01/08/us/teachers-unions-covid-schools.html", - "creator": "Dana Goldstein and Noam Scheiber", - "pubDate": "Sat, 08 Jan 2022 13:13:09 +0000", + "title": "Once a Trump Foil, Michael Avenatti Says Jail Treatment Was Payback", + "description": "Michael Avenatti, center, said he had been held in harsh conditions in the now-shuttered Metropolitan Correctional Center.", + "content": "Michael Avenatti, center, said he had been held in harsh conditions in the now-shuttered Metropolitan Correctional Center.", + "category": "Suits and Litigation (Civil)", + "link": "https://www.nytimes.com/2022/01/13/nyregion/michael-avenatti-trump-jail.html", + "creator": "Benjamin Weiser", + "pubDate": "Fri, 14 Jan 2022 01:49:40 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192378,17 +196206,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6f27f92c5b98c953d014c602566b712", + "hash": "823a057dbea7669bcdf9abf0df7d9281", "highlights": [] }, { - "title": "A Soldier Sent a Letter to His Mom in 1945. It Was Just Delivered.", - "description": "A letter from a 22-year-old U.S. Army sergeant serving in Germany was finally delivered last month to his widow in Woburn, Mass.", - "content": "A letter from a 22-year-old U.S. Army sergeant serving in Germany was finally delivered last month to his widow in Woburn, Mass.", - "category": "Letters", - "link": "https://www.nytimes.com/2022/01/08/us/wwii-soldier-letter-delivered.html", - "creator": "Michael Levenson", - "pubDate": "Sat, 08 Jan 2022 10:30:05 +0000", + "title": "They Chopped Down a Centuries-Old Tree. Now They Face Felony Charges.", + "description": "Branches from a black walnut tree that was cut down in the Mill Stream Run Reservation in Strongsville, Ohio.", + "content": "Branches from a black walnut tree that was cut down in the Mill Stream Run Reservation in Strongsville, Ohio.", + "category": "Trees and Shrubs", + "link": "https://www.nytimes.com/2022/01/13/us/cleveland-metroparks-tree-siblings-charged.html", + "creator": "Maria Cramer", + "pubDate": "Thu, 13 Jan 2022 20:56:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192400,17 +196228,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "79c6d7447acc4d6df1198c244d813335", + "hash": "8fb8da97ce7a31bdc37aed100765293d", "highlights": [] }, { - "title": "U.S. Details Possible Sanctions on Russia Over a Ukraine Invasion", - "description": "Ukrainian soldiers at a combat position in Luhansk, Ukraine, on Tuesday. Diplomatic talks between the United States and Russia are scheduled for Monday in Geneva.", - "content": "Ukrainian soldiers at a combat position in Luhansk, Ukraine, on Tuesday. Diplomatic talks between the United States and Russia are scheduled for Monday in Geneva.", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2022/01/08/us/politics/us-sanctions-russia-ukraine.html", - "creator": "David E. Sanger and Eric Schmitt", - "pubDate": "Sat, 08 Jan 2022 16:57:55 +0000", + "title": "What to See in N.Y.C. Galleries Right Now", + "description": "Chitra Ganesh’s painted and sewn assemblages.", + "content": "Chitra Ganesh’s painted and sewn assemblages.", + "category": "Art", + "link": "https://www.nytimes.com/article/new-york-art-galleries.html", + "creator": "", + "pubDate": "Thu, 13 Jan 2022 19:40:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192422,17 +196250,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "00c1ead8a9487903b1ecd45a95767350", + "hash": "e032f6930576d9046e2636c8c8dbbcf7", "highlights": [] }, { - "title": "The James Webb Telescope Finishes Deployment in Space", - "description": "An artist’s concept of the fully deployed and unfolded James Webb Space Telescope, which is currently on its way to a spot called L2, where it will orbit the sun. It is now 600,000 miles from Earth.", - "content": "An artist’s concept of the fully deployed and unfolded James Webb Space Telescope, which is currently on its way to a spot called L2, where it will orbit the sun. It is now 600,000 miles from Earth.", - "category": "James Webb Space Telescope", - "link": "https://www.nytimes.com/2022/01/08/science/james-webb-telescope-nasa-deployment.html", - "creator": "Dennis Overbye and Joey Roulette", - "pubDate": "Sat, 08 Jan 2022 19:36:45 +0000", + "title": "N.F.L. Playoff Predictions: Our Picks in the Wild-Card Round", + "description": "Remember that game in December when Mac Jones only threw three passes to beat the Bills? That was fun.", + "content": "Remember that game in December when Mac Jones only threw three passes to beat the Bills? That was fun.", + "category": "Football", + "link": "https://www.nytimes.com/2022/01/13/sports/football/nfl-playoff-picks-wild-card-round.html", + "creator": "Emmanuel Morgan", + "pubDate": "Thu, 13 Jan 2022 18:23:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192444,17 +196272,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "409e563510c34bcf9f5dd598d8807272", + "hash": "4b9ae61c3fa06ba6db8fcdf8d3b8b2e7", "highlights": [] }, { - "title": "Conflict Quickly Emerges Between Top Prosecutor and Police Commissioner", - "description": "Alvin Bragg, the new Manhattan district attorney, has faced questions about a memo instructing prosecutors to seek incarceration only for the most serious crimes.", - "content": "Alvin Bragg, the new Manhattan district attorney, has faced questions about a memo instructing prosecutors to seek incarceration only for the most serious crimes.", - "category": "Elections, Mayors", - "link": "https://www.nytimes.com/2022/01/08/nyregion/alvin-bragg-police-chief-eric-adams.html", - "creator": "Jonah E. Bromwich and William K. Rashbaum", - "pubDate": "Sat, 08 Jan 2022 16:57:59 +0000", + "title": "‘Belle’ Review: Soaring and Singing Over the Online Rainbow", + "description": "In this gorgeous anime, a high school student journeys into a virtual world and finds herself amid cute, kooky and menacing fellow users.", + "content": "In this gorgeous anime, a high school student journeys into a virtual world and finds herself amid cute, kooky and menacing fellow users.", + "category": "Movies", + "link": "https://www.nytimes.com/2022/01/13/movies/belle-review.html", + "creator": "Manohla Dargis", + "pubDate": "Thu, 13 Jan 2022 15:50:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192466,17 +196294,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "36d24b04aebe236bb20d0d13d8e6e00f", + "hash": "0088a244473646233db9e85f6088aba6", "highlights": [] }, { - "title": "Golden Globes 2022: Complete List of Winners", - "description": "Statuettes were ready at the Beverly Hilton last week.", - "content": "Statuettes were ready at the Beverly Hilton last week.", - "category": "Golden Globes (Awards)", - "link": "https://www.nytimes.com/2022/01/09/movies/golden-globes-winners-list.html", - "creator": "Kyle Buchanan", - "pubDate": "Mon, 10 Jan 2022 04:17:01 +0000", + "title": "Stephen Colbert Wants Hard Time for the Oath Keepers 11", + "description": "“Finally!” Colbert said. “Up until now, the most serious charge any of these guys has gotten is impersonating a Flintstone.”", + "content": "“Finally!” Colbert said. “Up until now, the most serious charge any of these guys has gotten is impersonating a Flintstone.”", + "category": "Television", + "link": "https://www.nytimes.com/2022/01/14/arts/television/stephen-colbert-oath-keepers.html", + "creator": "Trish Bendix", + "pubDate": "Fri, 14 Jan 2022 06:54:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192488,17 +196316,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6844dcd434a08e69fcc665ebef8806a8", + "hash": "2546bf7de9c36e4a6c4c65245a926727", "highlights": [] }, { - "title": "A Custom Mercury, With a Batmobile in Its Family Tree, Heads to Auction", - "description": "The Hirohata Merc, a Mercury custom built nearly 70 years ago, is expected to fetch at least $1 million at an auction this month.", - "content": "The Hirohata Merc, a Mercury custom built nearly 70 years ago, is expected to fetch at least $1 million at an auction this month.", - "category": "Antique and Classic Cars", - "link": "https://www.nytimes.com/2022/01/06/business/hirohata-merc-auction.html", - "creator": "Brett Berk", - "pubDate": "Thu, 06 Jan 2022 11:00:09 +0000", + "title": "Clare Barron on ‘Shhhh’ and How Playwriting Is Her ‘Kink of Exhibitionism’", + "description": "“It’s not like I love it. It makes me sick to my stomach,” the playwright Clare Barron said about writing. Her new play, “Shhhh,” is scheduled to begin performances on Friday at the Atlantic Theater’s Stage 2. ", + "content": "“It’s not like I love it. It makes me sick to my stomach,” the playwright Clare Barron said about writing. Her new play, “Shhhh,” is scheduled to begin performances on Friday at the Atlantic Theater’s Stage 2. ", + "category": "Writing and Writers", + "link": "https://www.nytimes.com/2022/01/13/theater/clare-barron-shhhh.html", + "creator": "Alexis Soloski", + "pubDate": "Thu, 13 Jan 2022 15:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192510,17 +196338,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd52b99c4a9f803d39b694628f6e60f5", + "hash": "931000793de91c883b4638bcf4ef2f17", "highlights": [] }, { - "title": "Record Rain and Snow Shut Down Roads and Schools in Washington State", - "description": "Rescue teams in Chehalis, Wash., helped stranded residents get to safety on Friday.", - "content": "Rescue teams in Chehalis, Wash., helped stranded residents get to safety on Friday.", - "category": "Floods", - "link": "https://www.nytimes.com/2022/01/09/us/seattle-record-snow-flooding.html", - "creator": "Melina Delkic", - "pubDate": "Mon, 10 Jan 2022 00:18:57 +0000", + "title": "Parents of Kids Under Five Stuck in Grueling Covid Limbo ", + "description": "Mr. Abercrombie holding Mary during the virus test.", + "content": "Mr. Abercrombie holding Mary during the virus test.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/14/us/covid-vaccines-children.html", + "creator": "J. David Goodman and Giulia Heyward", + "pubDate": "Fri, 14 Jan 2022 14:12:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192532,17 +196360,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a27f68e456ff37ea68972d408c4923d4", + "hash": "b00c2e8648622e9381fad9dcb80fb22e", "highlights": [] }, { - "title": "Business Updates: U.S. Flight Cancellations Continue, Extending Holiday Turmoil", - "description": "Bad weather and staff shortages are still a problem. But airlines are also trying to deal with the traditional slowdown in travel in January.", - "content": "Bad weather and staff shortages are still a problem. But airlines are also trying to deal with the traditional slowdown in travel in January.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/10/business/stock-market-economy-news", - "creator": "The New York Times", - "pubDate": "Mon, 10 Jan 2022 13:30:46 +0000", + "title": "Kevin McCarthy Refuses Interview Request From Jan. 6 Committee", + "description": "Representative Kevin McCarthy, Republican of California and the minority leader, is the highest-ranking lawmaker the committee has pursued in its inquiry.", + "content": "Representative Kevin McCarthy, Republican of California and the minority leader, is the highest-ranking lawmaker the committee has pursued in its inquiry.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/12/us/politics/kevin-mccarthy-jan-6-committee.html", + "creator": "Luke Broadwater", + "pubDate": "Thu, 13 Jan 2022 02:37:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192554,17 +196382,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fef786c06beddace73aa70bd317c3730", + "hash": "6c1b0e157c97be01bb8381125582677e", "highlights": [] }, { - "title": "Noncitizens’ Right to Vote Becomes Law in New York City", - "description": "Legal residents will be able to vote in primary and general elections for citywide contests, like those for mayor and public advocate, as well as in local races for City Council members and borough presidents.", - "content": "Legal residents will be able to vote in primary and general elections for citywide contests, like those for mayor and public advocate, as well as in local races for City Council members and borough presidents.", - "category": "New York City", - "link": "https://www.nytimes.com/2022/01/09/nyregion/noncitizens-nyc-voting-rights.html", - "creator": "Grace Ashford", - "pubDate": "Mon, 10 Jan 2022 01:21:19 +0000", + "title": "The Visions of Penélope Cruz", + "description": "“When I look back, I don’t remember it as suffering,” Penélope Cruz said of playing Janis in “Parallel Mothers,” because “for me, she was alive.”", + "content": "“When I look back, I don’t remember it as suffering,” Penélope Cruz said of playing Janis in “Parallel Mothers,” because “for me, she was alive.”", + "category": "Content Type: Personal Profile", + "link": "https://www.nytimes.com/2022/01/12/movies/penelope-cruz-pedro-almodovar-parallel-mothers.html", + "creator": "Kyle Buchanan", + "pubDate": "Wed, 12 Jan 2022 14:08:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192576,17 +196404,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "88529d5b04302f244282653eec742299", + "hash": "3cc8982c151c8a1ba2b44d56f7534981", "highlights": [] }, { - "title": "Cliff Collapses on Boaters in Brazil, Killing 10", - "description": "A canyon in Lake Furnas, near Capitólio in southeast Brazil.", - "content": "A canyon in Lake Furnas, near Capitólio in southeast Brazil.", - "category": "Boats and Boating", - "link": "https://www.nytimes.com/2022/01/09/world/americas/brazil-cliff-collapses.html", - "creator": "Ernesto Londoño", - "pubDate": "Sun, 09 Jan 2022 20:14:42 +0000", + "title": "The Army of Millions Who Enforce China’s Zero-Covid Policy", + "description": "As the troubled lockdown in Xi’an has shown, many Chinese people remain willing to work diligently toward the government’s goal of eliminating the virus, no matter the consequences.", + "content": "As the troubled lockdown in Xi’an has shown, many Chinese people remain willing to work diligently toward the government’s goal of eliminating the virus, no matter the consequences.", + "category": "Quarantines", + "link": "https://www.nytimes.com/2022/01/12/business/china-zero-covid-policy-xian.html", + "creator": "Li Yuan", + "pubDate": "Wed, 12 Jan 2022 15:34:40 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192598,17 +196426,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "affe4250a79c90f5ec4d6936f2e0b9fc", + "hash": "f5f2407c98decfdeb548870449ba2e1f", "highlights": [] }, { - "title": "Stephen Lawrence, Whose Music Enriched ‘Sesame Street,’ Dies at 82", - "description": "He composed the title song of the landmark album “Free to Be … You and Me.” He then moved on to Big Bird and friends.", - "content": "He composed the title song of the landmark album “Free to Be … You and Me.” He then moved on to Big Bird and friends.", - "category": "Deaths (Obituaries)", - "link": "https://www.nytimes.com/2022/01/08/arts/music/stephen-lawrence-sesame-street-dead.html", - "creator": "Neil Genzlinger", - "pubDate": "Sat, 08 Jan 2022 23:32:16 +0000", + "title": "Every Year He Texts Me: ‘I Love You’", + "description": "Sometimes, what might have been never stops mattering.", + "content": "Sometimes, what might have been never stops mattering.", + "category": "Grammar", + "link": "https://www.nytimes.com/2022/01/11/magazine/subjunctive-past-present.html", + "creator": "Jean Chen Ho", + "pubDate": "Tue, 11 Jan 2022 10:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192616,21 +196444,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "109fd358a79387e6fc7b72bd41064736", + "hash": "142c708d0165eecc94cda206b7e80eb6", "highlights": [] }, { - "title": "This Simple Piece of Equipment Could Elevate Your Workout", - "description": "A jump rope can increase your agility and speed while giving you a great workout in half the time of a run.", - "content": "A jump rope can increase your agility and speed while giving you a great workout in half the time of a run.", - "category": "Exercise", - "link": "https://www.nytimes.com/2022/01/07/well/move/jump-rope-exercise.html", - "creator": "Rachel Fairbank", - "pubDate": "Fri, 07 Jan 2022 10:00:11 +0000", + "title": "Melania Trump Auctions Her Hat", + "description": "A year after leaving the White House, the former first lady tests the water for her brand.", + "content": "A year after leaving the White House, the former first lady tests the water for her brand.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/11/style/melania-trump-white-hat-auction.html", + "creator": "Vanessa Friedman", + "pubDate": "Wed, 12 Jan 2022 11:47:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192642,17 +196470,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "006f3314f6c8b244d6f6a9440228422c", + "hash": "85341e03a9d5544857e1baf8c533d9bd", "highlights": [] }, { - "title": "Fire in Bronx Apartment Building Kills At Least 19 ", - "description": "Firefighters found victims on every floor of a 19th-story Bronx building after a blaze started Sunday morning, the fire commissioner said.", - "content": "Firefighters found victims on every floor of a 19th-story Bronx building after a blaze started Sunday morning, the fire commissioner said.", - "category": "New York City", - "link": "https://www.nytimes.com/2022/01/09/nyregion/nyc-bronx-fire.html", - "creator": "Ashley Southall, Grace Ashford and Chelsia Rose Marcius", - "pubDate": "Mon, 10 Jan 2022 04:04:44 +0000", + "title": "Unionizing Starbucks, Inspired by Bernie Sanders", + "description": "Maggie Carter began circulating union cards at her Starbucks in Knoxville, Tenn., not long after a store in Buffalo voted to unionize.", + "content": "Maggie Carter began circulating union cards at her Starbucks in Knoxville, Tenn., not long after a store in Buffalo voted to unionize.", + "category": "Labor and Jobs", + "link": "https://www.nytimes.com/2022/01/14/business/economy/starbucks-union.html", + "creator": "Noam Scheiber", + "pubDate": "Fri, 14 Jan 2022 08:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192664,17 +196492,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "256ff556ea9270db17ee11321fa24c1b", + "hash": "3f789cfb831be4eaa805c3bfb6dbdf54", "highlights": [] }, { - "title": "Mass Vaccination Sites in U.S. Are Returning", - "description": "Several states have started pop-up clinics as the country averages about 650,000 new known cases daily. Here’s the latest.", - "content": "Several states have started pop-up clinics as the country averages about 650,000 new known cases daily. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/09/world/omicron-covid-vaccine-tests", - "creator": "The New York Times", - "pubDate": "Sun, 09 Jan 2022 16:08:30 +0000", + "title": "North Korea Fires 2 Ballistic Missiles After Lashing Out", + "description": "A television news broadcast this month in South Korea showing file footage of a North Korean missile test.", + "content": "A television news broadcast this month in South Korea showing file footage of a North Korean missile test.", + "category": "North Korea", + "link": "https://www.nytimes.com/2022/01/14/world/asia/north-korea-missiles-us-sanctions.html", + "creator": "Choe Sang-Hun", + "pubDate": "Fri, 14 Jan 2022 08:52:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192686,17 +196514,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "63877823170d68ac05c79d4f2e6e57c3", + "hash": "e52dcd33eaa0f23b70e58f89c9ebbc97", "highlights": [] }, { - "title": "James A. Baker III’s Words on NATO Loom in Ukraine Standoff", - "description": "James A. Baker III has said that in the end, he did not rule out NATO expansion into Eastern Europe in a treaty signed after the fall of the Berlin Wall.", - "content": "James A. Baker III has said that in the end, he did not rule out NATO expansion into Eastern Europe in a treaty signed after the fall of the Berlin Wall.", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2022/01/09/us/politics/russia-ukraine-james-baker.html", - "creator": "Peter Baker", - "pubDate": "Sun, 09 Jan 2022 20:07:45 +0000", + "title": "Fugitive Who Faked His Death and Fled U.S. Is Caught in Scotland, Officials Say", + "description": "Nicholas Alahverdian speaking at the Rhode Island Statehouse in 2011.", + "content": "Nicholas Alahverdian speaking at the Rhode Island Statehouse in 2011.", + "category": "Forensic Science", + "link": "https://www.nytimes.com/2022/01/13/us/nicholas-alahverdian-utah-rhode-island.html", + "creator": "Neil Vigdor and Amanda Holpuch", + "pubDate": "Fri, 14 Jan 2022 00:02:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192708,17 +196536,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2696bdd8fd8d696cf86e81a714e90da5", + "hash": "f648a70731324347efa818a6fb5629f2", "highlights": [] }, { - "title": "Russia and U.S. Meet to Begin Negotiations Over Ukraine", - "description": "The Russian deputy foreign minister, Sergei A. Ryabkov, in June. He will meet with U.S. negotiators in talks aimed at de-escalating tensions on Ukraine.", - "content": "The Russian deputy foreign minister, Sergei A. Ryabkov, in June. He will meet with U.S. negotiators in talks aimed at de-escalating tensions on Ukraine.", - "category": "Defense and Military Forces", - "link": "https://www.nytimes.com/2022/01/09/world/europe/russia-ukraine-us-geneva.html", - "creator": "Anton Troianovski and David E. Sanger", - "pubDate": "Mon, 10 Jan 2022 03:30:33 +0000", + "title": "Why Novak Djokovic Is a Hero in Serbia", + "description": "A mural dedicated to Novak Djokovic with the words “With faith in God” in the Banjica residential area of Belgrade, Serbia, where the tennis star’s grandfather lived.", + "content": "A mural dedicated to Novak Djokovic with the words “With faith in God” in the Banjica residential area of Belgrade, Serbia, where the tennis star’s grandfather lived.", + "category": "Tennis", + "link": "https://www.nytimes.com/2022/01/13/world/europe/serbia-djokovic.html", + "creator": "Marc Santora", + "pubDate": "Thu, 13 Jan 2022 20:13:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192730,17 +196558,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fd71239eca256f73c056e2de465b6c9e", + "hash": "d7fcb4de43e57505fcc042f9484f8e5c", "highlights": [] }, { - "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": "New Virus Cases Begin to Slow in U.S. Cities Where Omicron Hit First", + "description": "A line for coronavirus testing in Washington, D.C., in December. The city is averaging 1,700 new cases a day, down from a peak in early January of more than 2,100.", + "content": "A line for coronavirus testing in Washington, D.C., in December. The city is averaging 1,700 new cases a day, down from a peak in early January of more than 2,100.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2022/01/13/us/omicron-cases-us.html", + "creator": "Mitch Smith, Campbell Robertson and Sabrina Imbler", + "pubDate": "Fri, 14 Jan 2022 00:36:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192752,17 +196580,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a61c9721354290b41f68fd57f0eb72f7", + "hash": "351fddbd666a40ce5b0f5a8ad8e59a8d", "highlights": [] }, { - "title": "Overlooked No More: Theresa Hak Kyung Cha, Artist and Author Who Explored Identity", - "description": "She was murdered after the publication of her first novel, “Dictee,” a challenging exploration of Korean history and immigrant life that inspires Asian American writers today.", - "content": "She was murdered after the publication of her first novel, “Dictee,” a challenging exploration of Korean history and immigrant life that inspires Asian American writers today.", - "category": "Biographical Information", - "link": "https://www.nytimes.com/2022/01/07/obituaries/theresa-hak-kyung-cha-overlooked.html", - "creator": "Dan Saltzstein", - "pubDate": "Fri, 07 Jan 2022 17:03:10 +0000", + "title": "Covid Live Updates: Hospitals Fill Up in 2 Dozen U.S. States as Omicron Spreads", + "description": "The most acute scarcity in adult intensive care units is in Alabama, Missouri, New Mexico, Rhode Island and Texas. Reports of new cases have started to level off or decline in the first states hit by Omicron.", + "content": "The most acute scarcity in adult intensive care units is in Alabama, Missouri, New Mexico, Rhode Island and Texas. Reports of new cases have started to level off or decline in the first states hit by Omicron.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/14/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Fri, 14 Jan 2022 10:31:32 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192774,17 +196602,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca7c31833bcdb093ec208fd25448cece", + "hash": "c634d5cf7fd5e7266ef86974600976e1", "highlights": [] }, { - "title": "Los Angeles Is the Sprawling Sushi Capital of the US", - "description": "At Sushi Ginza Onodera in West Hollywood, the chef Yohei Matsuki butchered a side of tuna. But he composes menus that feature dozens of other varieties of seafood.", - "content": "At Sushi Ginza Onodera in West Hollywood, the chef Yohei Matsuki butchered a side of tuna. But he composes menus that feature dozens of other varieties of seafood.", - "category": "Los Angeles (Calif)", - "link": "https://www.nytimes.com/2022/01/04/dining/la-sushi.html", - "creator": "Tejal Rao", - "pubDate": "Tue, 04 Jan 2022 10:02:46 +0000", + "title": "Jan. 6 Inquiry Weighs a Major Escalation: Subpoenaing Colleagues", + "description": "Representative Kevin McCarthy issued a statement condemning the committee as illegitimate and saying he would refuse to cooperate with its inquiry.", + "content": "Representative Kevin McCarthy issued a statement condemning the committee as illegitimate and saying he would refuse to cooperate with its inquiry.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/13/us/politics/jan-6-subpoenas.html", + "creator": "Luke Broadwater and Charlie Savage", + "pubDate": "Thu, 13 Jan 2022 23:02:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192796,17 +196624,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "88f120e0d6913daf2c43b406cd39a26d", + "hash": "f92252a349b9a50f53763aee89c8c70f", "highlights": [] }, { - "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", + "title": "Spike in Inflation Reignites Debate on Price Controls", + "description": "For some, the phrase “price controls” has called to mind images of Nixon-era product shortages and bureaucratic overreach.", + "content": "For some, the phrase “price controls” has called to mind images of Nixon-era product shortages and bureaucratic overreach.", + "category": "Prices (Fares, Fees and Rates)", + "link": "https://www.nytimes.com/2022/01/13/business/economy/inflation-price-controls.html", + "creator": "Ben Casselman and Jeanna Smialek", + "pubDate": "Thu, 13 Jan 2022 19:46:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192818,17 +196646,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "16bff8c690abbf57262126fb8060cfaf", + "hash": "2d9bdc8a5a3e1145df8c8c6eb0ebc4e9", "highlights": [] }, { - "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", + "title": "Russia, at an Impasse With the West, Warns It Is Ready to Abandon Diplomacy", + "description": "Russian tanks taking part in drills at a firing range in the Rostov region, near the border with Ukraine, on Wednesday.", + "content": "Russian tanks taking part in drills at a firing range in the Rostov region, near the border with Ukraine, on Wednesday.", + "category": "Defense and Military Forces", + "link": "https://www.nytimes.com/2022/01/13/world/europe/russia-ukraine-talks.html", + "creator": "Anton Troianovski", + "pubDate": "Thu, 13 Jan 2022 18:21:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192840,17 +196668,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cdc56c66c331da2cc605e5fdc820b35b", + "hash": "13a9f787df19a612900ff0c2b1a34e69", "highlights": [] }, { - "title": "If You Made New Year's Resolutions?Don't Give Up Yet!", - "description": "Almost everyone fails at making changes, but it doesn’t have to be that way.", - "content": "Almost everyone fails at making changes, but it doesn’t have to be that way.", - "category": "Habits and Routines (Behavior)", - "link": "https://www.nytimes.com/2022/01/08/opinion/new-year-resolutions.html", - "creator": "Jane Coaston", - "pubDate": "Sat, 08 Jan 2022 21:54:28 +0000", + "title": "New Sanctions for Russian Gas Pipeline Fall Short in Senate", + "description": "Efforts to impose sanctions on the Nord Stream 2 pipeline, an undersea pipeline from Russia to Germany, have long drawn bipartisan support on Capitol Hill.", + "content": "Efforts to impose sanctions on the Nord Stream 2 pipeline, an undersea pipeline from Russia to Germany, have long drawn bipartisan support on Capitol Hill.", + "category": "Biden, Joseph R Jr", + "link": "https://www.nytimes.com/2022/01/13/us/politics/senate-russia-gas-pipeline-ukraine.html", + "creator": "Catie Edmondson and Kenneth P. Vogel", + "pubDate": "Fri, 14 Jan 2022 03:08:40 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192862,17 +196690,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7d618edf44c5eeb4f62f9f8f2d8ded5", + "hash": "85c1f88260ce8b4450174ee469b56c28", "highlights": [] }, { - "title": "You Know What Would Help Exhausted Doctors and Nurses? More Money.", - "description": "Health care workers during the pandemic deserve hazard pay.", - "content": "Health care workers during the pandemic deserve hazard pay.", - "category": "Workplace Hazards and Violations", - "link": "https://www.nytimes.com/2022/01/08/opinion/hazard-pay-covid-nurse-doctor.html", - "creator": "Sandeep Jauhar", - "pubDate": "Sat, 08 Jan 2022 16:00:07 +0000", + "title": "First Trial for Syrian State Atrocities Yields Guilty Verdict in Germany", + "description": "The former Syrian intelligence officer Anwar Raslan in the courtroom on Thursday in Koblenz, Germany.", + "content": "The former Syrian intelligence officer Anwar Raslan in the courtroom on Thursday in Koblenz, Germany.", + "category": "War Crimes, Genocide and Crimes Against Humanity", + "link": "https://www.nytimes.com/2022/01/13/world/middleeast/verdict-syria-war-crimes.html", + "creator": "Ben Hubbard and Katrin Bennhold", + "pubDate": "Fri, 14 Jan 2022 00:37:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192884,17 +196712,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c78c44575e6c38e60be5c94f53c9ba3", + "hash": "fb0a404662ea9951dde120e6474494da", "highlights": [] }, { - "title": "Here’s When We Expect Omicron to Peak", - "description": "An epidemic modeler explains why cases of the variant will peak in the U.S. in January.", - "content": "An epidemic modeler explains why cases of the variant will peak in the U.S. in January.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2022/01/06/opinion/omicron-covid-us.html", - "creator": "Jeffrey Shaman", - "pubDate": "Thu, 06 Jan 2022 11:15:33 +0000", + "title": "He Was an Important Conductor. Also a Great One.", + "description": "Hans Rosbaud was renowned as a modern-music specialist. But newly released archival recordings demonstrate his gifts were far broader.", + "content": "Hans Rosbaud was renowned as a modern-music specialist. But newly released archival recordings demonstrate his gifts were far broader.", + "category": "Classical Music", + "link": "https://www.nytimes.com/2022/01/13/arts/music/hans-rosbaud-classical-music.html", + "creator": "David Allen", + "pubDate": "Thu, 13 Jan 2022 10:00:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192906,17 +196734,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "05b9adb82705b016c9eee239ed36eee1", + "hash": "5e1feeadf77d4aaccb9f181f06045224", "highlights": [] }, { - "title": "The Sunday Read: ‘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/2022/01/09/podcasts/the-daily/closure-pauline-boss-sunday-read.html", - "creator": "Megan Bernhard, Jack D’Isidoro, Aaron Esposito, John Woo and Marion Lozano", - "pubDate": "Sun, 09 Jan 2022 11:00:06 +0000", + "title": "What Did I Miss? Chris Hayes Fills Me In on Inflation, Covid and the G.O.P.", + "description": "The political journalist discusses the Biden administration’s successes and failures with the economy, pandemic response and climate change.", + "content": "The political journalist discusses the Biden administration’s successes and failures with the economy, pandemic response and climate change.", + "category": "audio-neutral-informative", + "link": "https://www.nytimes.com/2022/01/11/opinion/ezra-klein-podcast-chris-hayes.html", + "creator": "‘The Ezra Klein Show’", + "pubDate": "Wed, 12 Jan 2022 00:57:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192928,17 +196756,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "574175f722ca788f37933305e60b09d2", + "hash": "d553941f81363009a4d7b7a84d21c202", "highlights": [] }, { - "title": "Nathan Chen Isn't Perfect but Wins U.S. Skating Championship", - "description": "Nathan Chen competing in the men's free skate on Sunday in Nashville. ", - "content": "Nathan Chen competing in the men's free skate on Sunday in Nashville. ", - "category": "Figure Skating", - "link": "https://www.nytimes.com/2022/01/09/sports/olympics/nathan-chen-us-skating-championships.html", - "creator": "Juliet Macur", - "pubDate": "Mon, 10 Jan 2022 01:21:18 +0000", + "title": "美国真的会陷入内战吗?", + "description": "1月6日,华盛顿。当议员们在国会大厦就选举人票的认证进行辩论时,一群暴徒冲破路障和警察的阻拦,冲进大厦。", + "content": "1月6日,华盛顿。当议员们在国会大厦就选举人票的认证进行辩论时,一群暴徒冲破路障和警察的阻拦,冲进大厦。", + "category": "", + "link": "https://www.nytimes.com/zh-hans/2022/01/13/world/asia/america-civil-war.html", + "creator": "Rong Xiaoqing", + "pubDate": "Thu, 13 Jan 2022 08:29:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192950,17 +196778,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "321908804a48c3d1c2414c842b056715", + "hash": "5f90a45c078b2a6219ad39efa5b62158", "highlights": [] }, { - "title": "Jim Jordan Refuses to Cooperate With Jan. 6 Panel", - "description": "Representative Jim Jordan, Republican of Ohio, was deeply involved in President Donald J. Trump’s effort to fight the 2020 election results.", - "content": "Representative Jim Jordan, Republican of Ohio, was deeply involved in President Donald J. Trump’s effort to fight the 2020 election results.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2022/01/09/us/jim-jordan-jan-6-panel.html", - "creator": "Luke Broadwater", - "pubDate": "Mon, 10 Jan 2022 02:10:33 +0000", + "title": "Some Tenants Wary of Returning to Bronx Building After Deadly Fire", + "description": "Joined by clergy members and local activists, some residents of Twin Parks North West gathered on Thursday to say they were not getting the help they needed. ", + "content": "Joined by clergy members and local activists, some residents of Twin Parks North West gathered on Thursday to say they were not getting the help they needed. ", + "category": "Accidents and Safety", + "link": "https://www.nytimes.com/2022/01/13/nyregion/bronx-fire-apartments-complaints.html", + "creator": "Kimiko de Freytas-Tamura", + "pubDate": "Fri, 14 Jan 2022 01:16:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192972,17 +196800,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5952d51ec2912c98f078d8bc1f16e945", + "hash": "43f98bf389f4b0eea2bee8bf13cf3f11", "highlights": [] }, { - "title": "Nearly 6,000 Detained Amid Unrest in Kazakhstan", - "description": "The mayor’s office building was burned during demonstrations last week in Almaty, Kazakhstan.", - "content": "The mayor’s office building was burned during demonstrations last week in Almaty, Kazakhstan.", - "category": "Demonstrations, Protests and Riots", - "link": "https://www.nytimes.com/2022/01/09/world/europe/kazakhstan-protests-detained-injured.html", - "creator": "Ivan Nechepurenko", - "pubDate": "Sun, 09 Jan 2022 16:55:05 +0000", + "title": "Clyde Bellecourt, a Founder of the American Indian Movement, Dies at 85", + "description": "Clyde Bellecourt in 1973. He galvanized aggrieved Native American dissidents and sought to educate the American public about Native American history and culture.", + "content": "Clyde Bellecourt in 1973. He galvanized aggrieved Native American dissidents and sought to educate the American public about Native American history and culture.", + "category": "Bellecourt, Clyde", + "link": "https://www.nytimes.com/2022/01/13/us/clyde-bellecourt-dead.html", + "creator": "Sam Roberts", + "pubDate": "Thu, 13 Jan 2022 22:52:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -192994,17 +196822,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2b467e7962535c5c588d87040f52077", + "hash": "3d2f789bd31426d53d44c90e5a2137cd", "highlights": [] }, { - "title": "Freelance Writer Ruth Shalit Barrett Accuses Atlantic of Defamation", - "description": "A lawsuit by Ruth Shalit Barrett centers on the magazine’s retraction of her article in 2020 about wealthy parents seeking Ivy League admissions for their children through sports.", - "content": "A lawsuit by Ruth Shalit Barrett centers on the magazine’s retraction of her article in 2020 about wealthy parents seeking Ivy League admissions for their children through sports.", - "category": "News and News Media", - "link": "https://www.nytimes.com/2022/01/09/business/ruth-shalit-barrett-atlantic-lawsuit.html", - "creator": "Katie Robertson", - "pubDate": "Sun, 09 Jan 2022 19:22:52 +0000", + "title": "Epstein-Barr Virus May Play Role in Multiple Sclerosis Development", + "description": "A colored transmission electron micrograph of Epstein-Barr virus particles, a disease scientists suspect can cause multiple sclerosis.", + "content": "A colored transmission electron micrograph of Epstein-Barr virus particles, a disease scientists suspect can cause multiple sclerosis.", + "category": "Multiple Sclerosis", + "link": "https://www.nytimes.com/2022/01/13/health/multiple-sclerosis-epstein-barr-virus.html", + "creator": "Gina Kolata", + "pubDate": "Thu, 13 Jan 2022 21:51:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193016,17 +196844,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2641a990fdb28a6d31f37c926b092b77", + "hash": "a10feb8cbc222719207ec9be48b8dd14", "highlights": [] }, { - "title": "Flu and Covid at the Same Time? Your 'Flurona' Questions, Answered", - "description": "Yes, you can get “flurona.” But it’s probably not as bad as it sounds.", - "content": "Yes, you can get “flurona.” But it’s probably not as bad as it sounds.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2022/01/07/well/live/flu-covid-same-time.html", - "creator": "Amelia Nierenberg", - "pubDate": "Fri, 07 Jan 2022 16:47:27 +0000", + "title": "New Rule Makes Thousands of Federal Inmates Eligible for Release", + "description": "The new guidelines from the Justice Department constitute a major step toward overhauling and shrinking the federal prison system.", + "content": "The new guidelines from the Justice Department constitute a major step toward overhauling and shrinking the federal prison system.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/13/us/politics/federal-prisoners-release.html", + "creator": "Katie Benner", + "pubDate": "Thu, 13 Jan 2022 23:57:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193038,17 +196866,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5b0187ba33ea9dea2e1cf82c23f475b", + "hash": "c4825fe0109091428cb045105b0e733b", "highlights": [] }, { - "title": "Building a Hub for New Art in Athens ‘Under the Shadow of the Acropolis’", - "description": "An installation by the artist Stephan Goldrajch at the National Museum of Contemporary Art, known as EMST, in Athens.", - "content": "An installation by the artist Stephan Goldrajch at the National Museum of Contemporary Art, known as EMST, in Athens.", - "category": "Art", - "link": "https://www.nytimes.com/2022/01/07/arts/design/athens-greece-contemporary-art.html", - "creator": "Roslyn Sulcas", - "pubDate": "Fri, 07 Jan 2022 19:28:16 +0000", + "title": "An Emboldened Cuomo Takes Swings at Accusers and Investigators", + "description": "A criminal case against Gov. Andrew Cuomo was dropped by prosecutors in Albany last month.", + "content": "A criminal case against Gov. Andrew Cuomo was dropped by prosecutors in Albany last month.", + "category": "Cuomo, Andrew M", + "link": "https://www.nytimes.com/2022/01/13/nyregion/andrew-cuomo-rita-glavin.html", + "creator": "Luis Ferré-Sadurní and Grace Ashford", + "pubDate": "Fri, 14 Jan 2022 01:08:45 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193060,17 +196888,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f83d5715576e6c2361f1a3a0b89cbf21", + "hash": "8a0c6b9bdcddc5d15d43a561a5544f4a", "highlights": [] }, { - "title": "Amir Johnson Is More Than an Answer in N.B.A. Trivia", - "description": "Amir Johnson was the last high school player drafted into the N.B.A. in 2005. Now he is a veteran on the G League’s Ignite, mentoring younger teammates who have N.B.A. aspirations.", - "content": "Amir Johnson was the last high school player drafted into the N.B.A. in 2005. Now he is a veteran on the G League’s Ignite, mentoring younger teammates who have N.B.A. aspirations.", - "category": "Draft and Recruitment (Sports)", - "link": "https://www.nytimes.com/2022/01/07/sports/basketball/amir-johnson-nba-g-league-ignite.html", - "creator": "Jonathan Abrams", - "pubDate": "Fri, 07 Jan 2022 17:41:54 +0000", + "title": "How Exercise May Tame Our Anxiety", + "description": "Cross-country ski racers were less likely to develop anxiety disorders. The good news is less intense aerobic activities may provide similar benefits.", + "content": "Cross-country ski racers were less likely to develop anxiety disorders. The good news is less intense aerobic activities may provide similar benefits.", + "category": "Anxiety and Stress", + "link": "https://www.nytimes.com/2022/01/12/well/move/exercise-anxiety.html", + "creator": "Gretchen Reynolds", + "pubDate": "Wed, 12 Jan 2022 15:42:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193082,17 +196910,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "14d9f6f0d9df288c249fee9f0f34d26d", + "hash": "53c716aeb40b8035a9288aa7b6dc59ca", "highlights": [] }, { - "title": "‘All Creatures Great and Small’ Returns With Even More Creatures", - "description": " Nicholas Ralph in “All Creatures Great and Small,” returning to PBS on Sunday. The pastoral period drama, based on the James Herriot novels, was a pandemic hit in its first season. ", - "content": " Nicholas Ralph in “All Creatures Great and Small,” returning to PBS on Sunday. The pastoral period drama, based on the James Herriot novels, was a pandemic hit in its first season. ", - "category": "Television", - "link": "https://www.nytimes.com/2022/01/09/arts/television/all-creatures-great-and-small-season-2.html", - "creator": "Roslyn Sulcas", - "pubDate": "Sun, 09 Jan 2022 14:00:06 +0000", + "title": "Melatonin for Sleep: How the Aid Works", + "description": "The “vampire hormone” can act like a dose of sunset, tricking your body into feeling like it’s time to sleep.", + "content": "The “vampire hormone” can act like a dose of sunset, tricking your body into feeling like it’s time to sleep.", + "category": "Quarantine (Life and Culture)", + "link": "https://www.nytimes.com/2022/01/11/well/mind/melatonin-sleep-insomnia.html", + "creator": "Amelia Nierenberg", + "pubDate": "Wed, 12 Jan 2022 16:58:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193104,17 +196932,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8d25bf896c6018a5591aa888873f0e3", + "hash": "132f46207fb84141242ec52137f7e497", "highlights": [] }, { - "title": "Why the Nobel-Winning Economist Amartya Sen Recommends ‘King Lear’", - "description": "“Sympathy and solidarity are qualities that people do need.”", - "content": "“Sympathy and solidarity are qualities that people do need.”", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2022/01/06/books/review/amartya-sen-by-the-book-interview.html", - "creator": "", - "pubDate": "Thu, 06 Jan 2022 10:00:03 +0000", + "title": "How Do I Know if I Have Adult A.D.H.D.?", + "description": "The signs and symptoms that you might need an evaluation.", + "content": "The signs and symptoms that you might need an evaluation.", + "category": "Attention Deficit Hyperactivity Disorder", + "link": "https://www.nytimes.com/2021/08/06/well/mind/adult-adhd.html", + "creator": "Christina Caron", + "pubDate": "Mon, 09 Aug 2021 19:25:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193126,17 +196954,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "06b3b540872dfe9f213c6dbb9d55fa77", + "hash": "d39f2f83dd3e4f6cca63f18404061785", "highlights": [] }, { - "title": "Five Horror Movies to Stream Now", - "description": "This month’s picks include a family blood pact, a mother under attack, twins with a deadly secret, a father with demons and a couple that’s way too attached.", - "content": "This month’s picks include a family blood pact, a mother under attack, twins with a deadly secret, a father with demons and a couple that’s way too attached.", - "category": "Movies", - "link": "https://www.nytimes.com/2022/01/07/movies/horror-movies-streaming.html", - "creator": "Erik Piepenburg", - "pubDate": "Sun, 09 Jan 2022 19:15:12 +0000", + "title": "What is Neurofeedback Therapy And Can it Help With Mental Health?", + "description": "Neurofeedback has promised a mental health revolution for decades. But is it effective?", + "content": "Neurofeedback has promised a mental health revolution for decades. But is it effective?", + "category": "Anxiety and Stress", + "link": "https://www.nytimes.com/2022/01/12/well/mind/neurofeedback-therapy-mental-health.html", + "creator": "David Dodge", + "pubDate": "Thu, 13 Jan 2022 00:23:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193148,17 +196976,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b27b822825d4d4a4f1865382f593d0a", + "hash": "70ef81a898d523b34058bf955fc3e35d", "highlights": [] }, { - "title": "Aung San Suu Kyi Gets 4 Years on Walkie-Talkie and Covid Charges", - "description": "Daw Aung San Suu Kyi in 2015. She was sentenced in Myanmar on Monday to four years in prison for possessing walkie-talkies in her home and for violating Covid-19 protocols.", - "content": "Daw Aung San Suu Kyi in 2015. She was sentenced in Myanmar on Monday to four years in prison for possessing walkie-talkies in her home and for violating Covid-19 protocols.", - "category": "Aung San Suu Kyi", - "link": "https://www.nytimes.com/2022/01/10/world/asia/myanmar-aung-san-suu-kyi-verdict.html", - "creator": "Richard C. Paddock", - "pubDate": "Mon, 10 Jan 2022 06:16:53 +0000", + "title": "Play Therapy Can Help Kids Speak the Unspeakable", + "description": "Paris Goodyear-Brown is a Nashville-based play therapist and co-founder Nurture House. Increasingly therapists are finding that play is a power tool to identify and process trauma. ", + "content": "Paris Goodyear-Brown is a Nashville-based play therapist and co-founder Nurture House. Increasingly therapists are finding that play is a power tool to identify and process trauma. ", + "category": "Children and Childhood", + "link": "https://www.nytimes.com/2020/07/21/parenting/play-therapy.html", + "creator": "Dani McClain", + "pubDate": "Tue, 21 Jul 2020 21:16:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193170,17 +196998,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b7f4d55f2aea8396ff52751a3998d18", + "hash": "51361fe8dedf0d61dc761eb76336bd14", "highlights": [] }, { - "title": "Australia Court Hears Novak Djokovic's Appeal", - "description": "Novak Djokovic before a Davis Cup match in Austria last year.", - "content": "Novak Djokovic before a Davis Cup match in Austria last year.", - "category": "Djokovic, Novak", - "link": "https://www.nytimes.com/2022/01/09/sports/tennis/novak-djokovic-australian-open-vaccine.html", - "creator": "Damien Cave and Matthew Futterman", - "pubDate": "Mon, 10 Jan 2022 04:21:08 +0000", + "title": "Animated Movies for Adults That Are Generating Oscar Buzz", + "description": "A handful of animated features gaining attention this awards season take a more mature approach.", + "content": "A handful of animated features gaining attention this awards season take a more mature approach.", + "category": "Animated Films", + "link": "https://www.nytimes.com/2022/01/13/movies/adult-animated-movies.html", + "creator": "Carlos Aguilar", + "pubDate": "Thu, 13 Jan 2022 15:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193192,17 +197020,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "19529c3b7a93d267dc80e56cfdeebf00", + "hash": "365395f254c4bcf146ae86fd0200e0c3", "highlights": [] }, { - "title": "At Least 19 Are Killed, Including 9 Children, in Bronx Apartment Fire", - "description": "The death toll includes nine children. Mayor Eric Adams said the fire was one of the worst in the city “in modern times.” Follow updates here.", - "content": "The death toll includes nine children. Mayor Eric Adams said the fire was one of the worst in the city “in modern times.” Follow updates here.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/09/nyregion/bronx-fire", - "creator": "The New York Times", - "pubDate": "Sun, 09 Jan 2022 20:59:42 +0000", + "title": "A Memoir of a Young Girl’s Survival Amid Mounting Horrors", + "description": "In “Mala’s Cat,” Mala Kacenberg describes her time hiding out in the forest during World War II after losing her family.", + "content": "In “Mala’s Cat,” Mala Kacenberg describes her time hiding out in the forest during World War II after losing her family.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2022/01/12/books/review/malas-cat-mala-kacenberg.html", + "creator": "Julie Orringer", + "pubDate": "Wed, 12 Jan 2022 10:00:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193214,17 +197042,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "48e5fe2e9d8988f8c532187287b2f65d", + "hash": "ba1572730e53b26fde692f4bc2f0d7b7", "highlights": [] }, { - "title": "Russia Warns That U.S. Doesn’t Understand Its Goals on Ukraine", - "description": "The Russian deputy foreign minister, Sergei A. Ryabkov, in June. He will meet with U.S. negotiators in talks aimed at de-escalating tensions on Ukraine.", - "content": "The Russian deputy foreign minister, Sergei A. Ryabkov, in June. He will meet with U.S. negotiators in talks aimed at de-escalating tensions on Ukraine.", - "category": "Defense and Military Forces", - "link": "https://www.nytimes.com/2022/01/09/world/europe/russia-ukraine-us-geneva.html", - "creator": "Anton Troianovski", - "pubDate": "Sun, 09 Jan 2022 14:46:10 +0000", + "title": "‘Scream’ Review: Kill Me Again, Again", + "description": "Neither a remake nor a sequel, this tired retread can’t move forward for looking back.", + "content": "Neither a remake nor a sequel, this tired retread can’t move forward for looking back.", + "category": "Movies", + "link": "https://www.nytimes.com/2022/01/13/movies/scream-review.html", + "creator": "Jeannette Catsoulis", + "pubDate": "Thu, 13 Jan 2022 12:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193236,17 +197064,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9eb1d7e214829672d2b89c6f33392c0", + "hash": "ffbdff352da66b07cd916ea709491fc8", "highlights": [] }, { - "title": "Your Head of H.R. Is Now Basically the School Nurse", - "description": "Gia Ganesh, the chief of human resources at Florence Healthcare, now also has to focus on the physical health and safety of the employees.", - "content": "Gia Ganesh, the chief of human resources at Florence Healthcare, now also has to focus on the physical health and safety of the employees.", - "category": "Coronavirus Return to Office", - "link": "https://www.nytimes.com/2022/01/09/business/human-resources-pandemic-vaccines.html", - "creator": "Emma Goldberg", - "pubDate": "Sun, 09 Jan 2022 17:15:35 +0000", + "title": "What Is Miss America, if Not a Beauty Pageant?", + "description": "Maybe the contest should coldly, openly reward women for being beautiful. Give them money. Don’t pretend that this is about what you can earn through hard work alone.", + "content": "Maybe the contest should coldly, openly reward women for being beautiful. Give them money. Don’t pretend that this is about what you can earn through hard work alone.", + "category": "Beauty Contests", + "link": "https://www.nytimes.com/2022/01/12/magazine/miss-america-beauty-pageant.html", + "creator": "B.D. McClay", + "pubDate": "Wed, 12 Jan 2022 10:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193258,17 +197086,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5583c751907ec05a054b66bf77cbcae", + "hash": "62bde523d937369e5c60e27160410848", "highlights": [] }, { - "title": "A Rise in Deadly Border Patrol Chases Renews Accountability Concerns About", - "description": "Angie Simms, right, and Shaw Drake, a lawyer with the American Civil Liberties Union, at the crash site near Las Cruces, N.M., where an S.U.V. driven by Ms. Simms’s son rolled over during a pursuit by the Border Patrol.", - "content": "Angie Simms, right, and Shaw Drake, a lawyer with the American Civil Liberties Union, at the crash site near Las Cruces, N.M., where an S.U.V. driven by Ms. Simms’s son rolled over during a pursuit by the Border Patrol.", - "category": "Illegal Immigration", - "link": "https://www.nytimes.com/2022/01/09/us/politics/border-patrol-chases.html", - "creator": "Eileen Sullivan", - "pubDate": "Sun, 09 Jan 2022 10:00:13 +0000", + "title": "Alex Ebert, a Neo-Hippie Pop Star, Becomes a Guru", + "description": "Alex Ebert has a Substack newsletter, Bad Guru, where he pontificates on the “commodification of spiritualism” and other weighty matters.", + "content": "Alex Ebert has a Substack newsletter, Bad Guru, where he pontificates on the “commodification of spiritualism” and other weighty matters.", + "category": "Content Type: Personal Profile", + "link": "https://www.nytimes.com/2022/01/13/style/alex-ebert-bad-guru.html", + "creator": "Alex Williams", + "pubDate": "Thu, 13 Jan 2022 08:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193280,17 +197108,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccf4e28495fef0ac4cd34ac7556958cf", + "hash": "abb1f134db5eed0efc1e8688b9e4fccd", "highlights": [] }, { - "title": "When to Skip Browning for Moist Chicken", - "description": "By omitting the searing that’s common to many chicken recipes, Ali Slagle’s braised chicken and greens yields moist and flavorful meat.", - "content": "By omitting the searing that’s common to many chicken recipes, Ali Slagle’s braised chicken and greens yields moist and flavorful meat.", - "category": "Cooking and Cookbooks", - "link": "https://www.nytimes.com/2022/01/07/dining/moist-chicken.html", - "creator": "Ali Slagle", - "pubDate": "Fri, 07 Jan 2022 22:38:59 +0000", + "title": "Biden Announces 500 Million More Tests and Military Help for Hospitals", + "description": "President Biden plans to announce the deployment of 1,000 military medical personnel to help deal with an Omicron surge, officials said. Here’s the latest.", + "content": "President Biden plans to announce the deployment of 1,000 military medical personnel to help deal with an Omicron surge, officials said. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/13/world/biden-covid-19-speech", + "creator": "The New York Times", + "pubDate": "Thu, 13 Jan 2022 16:53:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193302,17 +197130,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "902f9532b037130b856d59b89b415d29", + "hash": "6f6f3c2077dee8c7f842e6cc6fc4b1f9", "highlights": [] }, { - "title": "Parents, It’s Going to Be a Very Long January", - "description": "Less fresh air, more tween shows.", - "content": "Less fresh air, more tween shows.", + "title": "Boom! Go the (Tech) Subpoenas", + "description": "A reckoning for Big Tech over its role in the Jan. 6 Capitol attack", + "content": "A reckoning for Big Tech over its role in the Jan. 6 Capitol attack", "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2022/01/08/opinion/screen-time-school.html", - "creator": "Jessica Grose", - "pubDate": "Sat, 08 Jan 2022 13:50:08 +0000", + "link": "https://www.nytimes.com/2022/01/13/opinion/tech-congress-subpoenas.html", + "creator": "Kara Swisher", + "pubDate": "Fri, 14 Jan 2022 01:17:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193324,17 +197152,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f55bda1e02a21b3207ac4dc52de36bb", + "hash": "97921124d7d310e1117fe15e15b5eeb6", "highlights": [] }, { - "title": "No More Working for Jerks!", - "description": "For almost two years, couches have been cubicles. Colleagues are instant message avatars. And people are reconsidering how much they should have to put up with from a boss.", - "content": "For almost two years, couches have been cubicles. Colleagues are instant message avatars. And people are reconsidering how much they should have to put up with from a boss.", - "category": "Hiring and Promotion", - "link": "https://www.nytimes.com/2022/01/08/business/managers-boss-jerks-workplace.html", - "creator": "Emma Goldberg", - "pubDate": "Sat, 08 Jan 2022 10:00:09 +0000", + "title": "A Schooling Debate: In Person or Remote?", + "description": "Amy Valenzuela gets her second Covid shot in Los Angeles, where vaccination rates are high.", + "content": "Amy Valenzuela gets her second Covid shot in Los Angeles, where vaccination rates are high.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/13/opinion/letters/remote-learning-covid.html", + "creator": "", + "pubDate": "Thu, 13 Jan 2022 18:47:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193346,17 +197174,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "626c8a68c4acb8a50eb002feff3dea2a", + "hash": "49221743e5eb82cbebaac5cc1cc379f4", "highlights": [] }, { - "title": "Why Tesla Soared as Other Automakers Struggled to Make Cars", - "description": "Teslas at a charging station in San Diego last year. Tesla sold nearly twice as many vehicles in 2021 as it did in 2020.", - "content": "Teslas at a charging station in San Diego last year. Tesla sold nearly twice as many vehicles in 2021 as it did in 2020.", - "category": "Automobiles", - "link": "https://www.nytimes.com/2022/01/08/business/teslas-computer-chips-supply-chain.html", - "creator": "Jack Ewing", - "pubDate": "Sat, 08 Jan 2022 10:00:12 +0000", + "title": "Why This Liberal Mayor Doesn’t Want a Lecture From Progressives", + "description": "London Breed has heard the wrath of progressives (and conservatives) on doing too much (and too little) to “clean up” neighborhoods in San Francisco struggling with substance use. She’s not backing down.", + "content": "London Breed has heard the wrath of progressives (and conservatives) on doing too much (and too little) to “clean up” neighborhoods in San Francisco struggling with substance use. She’s not backing down.", + "category": "Police Reform", + "link": "https://www.nytimes.com/2022/01/13/opinion/sway-kara-swisher-london-breed.html", + "creator": "‘Sway’", + "pubDate": "Thu, 13 Jan 2022 10:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193368,17 +197196,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dbc67277ce4ac8be302a366aa5644e20", + "hash": "54bfd8f55cbb1295b841ac34c4db9339", "highlights": [] }, { - "title": "Grichka and Igor Bogdanoff, Twins in an Uneasy Spotlight, Die at 72", - "description": "Igor, left, and Grichka Bogdanoff in 2001. They found fame through television stardom, questionable scientific research, extreme plastic surgery and a high-society lifestyle. ", - "content": "Igor, left, and Grichka Bogdanoff in 2001. They found fame through television stardom, questionable scientific research, extreme plastic surgery and a high-society lifestyle. ", - "category": "Deaths (Obituaries)", - "link": "https://www.nytimes.com/2022/01/07/world/europe/grichka-and-igor-bogdanoff-dead.html", - "creator": "Clay Risen", - "pubDate": "Fri, 07 Jan 2022 20:10:06 +0000", + "title": "Ron Johnson Wasn’t Always Like This. The Trump Years Broke Him.", + "description": "The Trumpiest man in Wisconsin wants another term in the Senate.", + "content": "The Trumpiest man in Wisconsin wants another term in the Senate.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/12/opinion/ron-johnson-wisconsin-trump.html", + "creator": "Michelle Cottle", + "pubDate": "Thu, 13 Jan 2022 00:44:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193390,17 +197218,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "06c114643055beea63296c239fd2052d", + "hash": "09fb0be38a8d5a73534338c7d93edda0", "highlights": [] }, { - "title": "Airlines Strand Passengers Who Partied on Flight Without Masks", - "description": "Maskless Canadian passengers partied on a Sunwing Airlines plane. Now they are being investigated for violating the country’s aviation rules and Covid restrictions.", - "content": "Maskless Canadian passengers partied on a Sunwing Airlines plane. Now they are being investigated for violating the country’s aviation rules and Covid restrictions.", - "category": "Aviation Accidents, Safety and Disasters", - "link": "https://www.nytimes.com/2022/01/07/world/canada/montreal-cancun-party-flight.html", - "creator": "Maria Cramer", - "pubDate": "Sat, 08 Jan 2022 00:17:23 +0000", + "title": "Will Biden's Voting Rights Speech Be Too Little Too Late?", + "description": "I hope that this is a better-late-than-never situation.", + "content": "I hope that this is a better-late-than-never situation.", + "category": "Voting and Voters", + "link": "https://www.nytimes.com/2022/01/12/opinion/biden-filibuster-voting-rights.html", + "creator": "Charles M. Blow", + "pubDate": "Thu, 13 Jan 2022 04:17:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193412,17 +197240,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4d045f90779921c400d3e94d8b36e24", + "hash": "2b373f1d0b385990026322bb7de078cd", "highlights": [] }, { - "title": "Nearly 6,000 Detained Amid Unrest in Kazakhstan", - "description": "The mayor’s office building was burned during demonstrations last week in Almaty, Kazakhstan.", - "content": "The mayor’s office building was burned during demonstrations last week in Almaty, Kazakhstan.", - "category": "Demonstrations, Protests and Riots", - "link": "https://www.nytimes.com/2022/01/09/world/europe/kazakhstan-protests.html", - "creator": "Ivan Nechepurenko", - "pubDate": "Sun, 09 Jan 2022 16:55:05 +0000", + "title": "Businesses are whipsawed again as the Supreme Court blocks OSHA’s vaccine mandate.", + "description": "Walmart has yet to issue broad requirements for its staff.", + "content": "Walmart has yet to issue broad requirements for its staff.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/13/business/osha-vaccine-mandate-businesses.html", + "creator": "Emma Goldberg and Lauren Hirsch", + "pubDate": "Thu, 13 Jan 2022 23:49:42 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193434,17 +197262,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d48806b25be03a7ebf1e97d3c4dd7edd", + "hash": "f945c888b06f42dc89a0ce46038c4f60", "highlights": [] }, { - "title": "Ron Johnson, G.O.P. Senator From Wisconsin, Will Seek Re-election", - "description": "Senator Ron Johnson had pledged to serve for no more than 12 years, but he began to privately reconsider after the 2018 elections.", - "content": "Senator Ron Johnson had pledged to serve for no more than 12 years, but he began to privately reconsider after the 2018 elections.", - "category": "Johnson, Ron (1955- )", - "link": "https://www.nytimes.com/2022/01/09/us/politics/ron-johnson-senate-wisconsin.html", - "creator": "Reid J. Epstein", - "pubDate": "Sun, 09 Jan 2022 15:10:15 +0000", + "title": "North Korea Fires Projectile After Lashing Out Over Sanctions", + "description": "A television news broadcast this month in South Korea showing file footage of a North Korean missile test.", + "content": "A television news broadcast this month in South Korea showing file footage of a North Korean missile test.", + "category": "North Korea", + "link": "https://www.nytimes.com/2022/01/14/world/asia/north-korea-missiles-us-sanctions.html", + "creator": "Choe Sang-Hun", + "pubDate": "Fri, 14 Jan 2022 06:12:42 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193456,17 +197284,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "36288dd7ab99dd1ea2eb6c6d099bfd34", + "hash": "6b582cda8737ab36ba851b6a0fb412d1", "highlights": [] }, { - "title": "Dwayne Hickman, TV’s Lovelorn Dobie Gillis, Is Dead at 87", - "description": "Dwayne Hickman, left, and Bob Denver in “The Many Loves of Dobie Gillis” in 1959. Early in the series, Mr. Hickman’s hair was bleached blond. That stopped when his hair began falling out.", - "content": "Dwayne Hickman, left, and Bob Denver in “The Many Loves of Dobie Gillis” in 1959. Early in the series, Mr. Hickman’s hair was bleached blond. That stopped when his hair began falling out.", - "category": "Television", - "link": "https://www.nytimes.com/2022/01/09/obituaries/dwayne-hickman-dead.html", - "creator": "Margalit Fox", - "pubDate": "Sun, 09 Jan 2022 20:42:31 +0000", + "title": "Businesses are whipsawed again as the Supreme Court blocks OSHA’s vaccine mandate.", + "description": "Walmart has yet to issue broad requirements for its staff.", + "content": "Walmart has yet to issue broad requirements for its staff.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/live/2022/01/13/business/stock-market-economy-news/osha-vaccine-mandate-businesses", + "creator": "Emma Goldberg and Lauren Hirsch", + "pubDate": "Thu, 13 Jan 2022 23:49:42 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193478,17 +197306,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "90d95777e401e967e5763ec1a70c30f0", + "hash": "50984a5ded6362e9e25b72cc94188df4", "highlights": [] }, { - "title": "Body of Virginia Man Who Abandoned Vehicle in Snowstorm Is Found", - "description": "Motorists in Virginia stranded by an intense winter storm that bore down on the region early this week.", - "content": "Motorists in Virginia stranded by an intense winter storm that bore down on the region early this week.", - "category": "Virginia", - "link": "https://www.nytimes.com/2022/01/08/us/virginia-snowstorm-body-found.html", - "creator": "Isabella Grullón Paz", - "pubDate": "Sun, 09 Jan 2022 00:56:54 +0000", + "title": "North Korea Fires Projectile After Lashing Out Over Sanctions Threat", + "description": "A television news broadcast this month in South Korea showing file footage of a North Korean missile test.", + "content": "A television news broadcast this month in South Korea showing file footage of a North Korean missile test.", + "category": "North Korea", + "link": "https://www.nytimes.com/2022/01/14/world/asia/north-korea-missiles-us-sanctions.html", + "creator": "Choe Sang-Hun", + "pubDate": "Fri, 14 Jan 2022 06:09:58 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193500,17 +197328,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5f213eaa70d8a0e1dbc189fe2f99020", + "hash": "d14233548dc5fc1472648abd4dc91de3", "highlights": [] }, { - "title": "First They Built a House. Later, Huts. Then, a Life Together.", - "description": "Despite the rain that fell before and during the wedding, the couple was able to salvage most of their décor.", - "content": "Despite the rain that fell before and during the wedding, the couple was able to salvage most of their décor.", - "category": "Weddings and Engagements", - "link": "https://www.nytimes.com/2022/01/07/style/michael-porten-trish-andersen-wedding.html", - "creator": "Tammy La Gorce", - "pubDate": "Sat, 08 Jan 2022 15:57:54 +0000", + "title": "Sometimes, Life Stinks. So He Invented the Nasal Ranger.", + "description": "Chuck McGinley with his Nasal Ranger, a design inspired by the shape of the Haleakala volcano in Hawaii.", + "content": "Chuck McGinley with his Nasal Ranger, a design inspired by the shape of the Haleakala volcano in Hawaii.", + "category": "Smells and Odors", + "link": "https://www.nytimes.com/2022/01/13/climate/nasal-ranger-chuck-mcginley.html", + "creator": "Winston Choi-Schagrin", + "pubDate": "Thu, 13 Jan 2022 15:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193522,17 +197350,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "01ace6a5d7b36514e3bdcd2bb5947737", + "hash": "568877a1f1f456c245d4a6070e9e5878", "highlights": [] }, { - "title": "How a Mobile Covid Tester Spends Her Sundays", - "description": "Jona Tajonera, right, at a testing site in Hell’s Kitchen last Sunday. She started her company after her sister died of Covid-19. “It makes me feel better that I can help people because I wasn’t able to help her.”", - "content": "Jona Tajonera, right, at a testing site in Hell’s Kitchen last Sunday. She started her company after her sister died of Covid-19. “It makes me feel better that I can help people because I wasn’t able to help her.”", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2022/01/07/nyregion/covid-testing-nyc.html", - "creator": "Alyson Krueger", - "pubDate": "Fri, 07 Jan 2022 14:50:33 +0000", + "title": "Vaccine Mandate, Voting Rights, N.F.L. Playoffs: Your Thursday Evening Briefing", + "description": "President Biden on Thursday said that with plan to buy additional coronavirus tests, “that will mean a billion tests in total to meet future demand.”", + "content": "President Biden on Thursday said that with plan to buy additional coronavirus tests, “that will mean a billion tests in total to meet future demand.”", + "category": "", + "link": "https://www.nytimes.com/2022/01/13/briefing/vaccine-mandates-voting-rights-nfl-playoffs.html", + "creator": "Remy Tumin", + "pubDate": "Thu, 13 Jan 2022 22:40:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193544,17 +197372,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "356484816999070dd565b9f83bc1f428", + "hash": "a3dbcee8c38e9e252fa27715b7cf19e7", "highlights": [] }, { - "title": "The Vitality of Black Criticism", - "description": "Clockwise from top, powerful figures in pop culture that Black critics have discussed, and need to continue discussing: Cecil Taylor, John Coltrane, Sun Ra, Archie Shepp, Cardi B, Sonny Rollins and Drake.", - "content": "Clockwise from top, powerful figures in pop culture that Black critics have discussed, and need to continue discussing: Cecil Taylor, John Coltrane, Sun Ra, Archie Shepp, Cardi B, Sonny Rollins and Drake.", - "category": "Black People", - "link": "https://www.nytimes.com/2022/01/07/arts/music/black-critics-pop-conference.html", - "creator": "Daphne A. Brooks", - "pubDate": "Fri, 07 Jan 2022 20:00:47 +0000", + "title": "We Mapped a Year of Extreme Weather", + "description": "The Times analyzed temperature data from weather stations across the United States. The result: 2021 was a huge year for records, both high and low.", + "content": "The Times analyzed temperature data from weather stations across the United States. The result: 2021 was a huge year for records, both high and low.", + "category": "Global Warming", + "link": "https://www.nytimes.com/2022/01/12/climate/nyt-climate-newsletter-temperature-records.html", + "creator": "", + "pubDate": "Wed, 12 Jan 2022 17:14:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193566,17 +197394,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "08a05d0557fc10eb227c02d9379a6c11", + "hash": "cc871d74cec22bef194390ad737df147", "highlights": [] }, { - "title": "Book Review: ‘To Paradise,’ by Hanya Yanagihara", - "description": "“To Paradise” spans centuries and continents with a dizzying array of themes, situations and motifs.", - "content": "“To Paradise” spans centuries and continents with a dizzying array of themes, situations and motifs.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2022/01/07/books/review/to-paradise-hanya-yanigihara.html", - "creator": "Gish Jen", - "pubDate": "Sat, 08 Jan 2022 01:00:10 +0000", + "title": "‘The Kids Are Casualties in a War’", + "description": "Arriving an elementary school in Chicago on Wednesday. The city’s public schools have reopened after a dispute over coronavirus safeguards canceled a week of classes.", + "content": "Arriving an elementary school in Chicago on Wednesday. The city’s public schools have reopened after a dispute over coronavirus safeguards canceled a week of classes.", + "category": "Teachers and School Employees", + "link": "https://www.nytimes.com/2022/01/13/podcasts/the-daily/chicago-schools-union-covid.html", + "creator": "Clare Toeniskoetter, Rob Szypko, Diana Nguyen, Lisa Chow, Dan Powell, Marion Lozano and Chelsea Daniel", + "pubDate": "Thu, 13 Jan 2022 11:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193588,17 +197416,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d22be6d6031f98edc1ef8619586514bd", + "hash": "7b628d6d8a1475cebbd2187ed3a58e48", "highlights": [] }, { - "title": "‘Euphoria’ Season 2 Is Almost Here. Let's Review Where It Left Off.", - "description": "Zendaya, left, and Hunter Schafer in a scene from from the first season of HBO’s hit teen drama “Euphoria,” which returns for Season 2 on Sunday.", - "content": "Zendaya, left, and Hunter Schafer in a scene from from the first season of HBO’s hit teen drama “Euphoria,” which returns for Season 2 on Sunday.", - "category": "Television", - "link": "https://www.nytimes.com/2022/01/07/arts/television/euphoria-season-2.html", - "creator": "Sadiba Hasan", - "pubDate": "Fri, 07 Jan 2022 14:40:32 +0000", + "title": "North Korea Threatens ‘Stronger’ Reaction as U.S. Seeks Sanctions Over Missile Tests", + "description": "A television news broadcast this month in South Korea showing file footage of a North Korean missile test.", + "content": "A television news broadcast this month in South Korea showing file footage of a North Korean missile test.", + "category": "North Korea", + "link": "https://www.nytimes.com/2022/01/14/world/asia/north-korea-missiles-us-sanctions.html", + "creator": "Choe Sang-Hun", + "pubDate": "Fri, 14 Jan 2022 01:25:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193610,17 +197438,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "05f23904403f6d8c03c9cbc54205e8b0", + "hash": "e69817e3be37767fa674499e4e15df29", "highlights": [] }, { - "title": "Left Out of High-Level Talks, Ukraine Tries Other Diplomatic Channels", - "description": "Ukrainian reservists during exercises last month near Kyiv, the capital.", - "content": "Ukrainian reservists during exercises last month near Kyiv, the capital.", - "category": "War and Armed Conflicts", - "link": "https://www.nytimes.com/2022/01/09/world/europe/ukraine-russia-negotiations.html", - "creator": "Andrew E. Kramer", - "pubDate": "Sun, 09 Jan 2022 14:54:22 +0000", + "title": "Oath Keepers Leader Stewart Rhodes Arrested in Jan. 6 Investigation", + "description": "Stewart Rhodes, a former Army paratrooper who went on to earn a law degree at Yale, has been under investigation for his role in the Capitol riot since at least last spring.", + "content": "Stewart Rhodes, a former Army paratrooper who went on to earn a law degree at Yale, has been under investigation for his role in the Capitol riot since at least last spring.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2022/01/13/us/politics/oath-keepers-stewart-rhodes.html", + "creator": "Alan Feuer and Adam Goldman", + "pubDate": "Thu, 13 Jan 2022 19:11:45 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193632,17 +197460,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c88a3ad7b8a1c3e51c8cf230845384c2", + "hash": "3723fe04836317eca78981f490f48ba2", "highlights": [] }, { - "title": "At Least 19 Are Dead in Bronx Apartment Fire, Officials Say", - "description": "The death toll includes nine children. Mayor Eric Adams said the fire was one of the worst in the city “in modern times.” Follow updates here.", - "content": "The death toll includes nine children. Mayor Eric Adams said the fire was one of the worst in the city “in modern times.” Follow updates here.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/09/nyregion/bronx-fire", - "creator": "The New York Times", - "pubDate": "Sun, 09 Jan 2022 20:10:14 +0000", + "title": "What Is Sedition?", + "description": "Within an hour of the storming of the United States Capitol by a pro-Trump mob on Wednesday, Merriam-Webster reported that “sedition” was the top term being searched on its site, ahead of “coup d’état,” “insurrection” and “putsch.”", + "content": "Within an hour of the storming of the United States Capitol by a pro-Trump mob on Wednesday, Merriam-Webster reported that “sedition” was the top term being searched on its site, ahead of “coup d’état,” “insurrection” and “putsch.”", + "category": "Treason and Sedition", + "link": "https://www.nytimes.com/2021/01/07/arts/what-are-sedition-charges.html", + "creator": "Jennifer Schuessler", + "pubDate": "Fri, 08 Jan 2021 00:30:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193654,17 +197482,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a990edffb6bf3feaed1c9f5f74e470bc", + "hash": "7e47f0eeb650c81ab2f8cb1f821b4291", "highlights": [] }, { - "title": "How to Go From Homelessness to Venture Capital", - "description": "Training programs like Year Up can rescue people like Fred Mutsinzi — but they aren’t cheap.", - "content": "Training programs like Year Up can rescue people like Fred Mutsinzi — but they aren’t cheap.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2022/01/07/opinion/homelessness-venture-capital.html", - "creator": "Peter Coy", - "pubDate": "Fri, 07 Jan 2022 21:08:44 +0000", + "title": "Sinema Says She Will Not Support Changing Filibuster", + "description": "While all 50 Senate Democrats support the legislation, Republicans are almost uniformly opposed, leaving Democrats short of the 60 votes needed to bypass a filibuster.", + "content": "While all 50 Senate Democrats support the legislation, Republicans are almost uniformly opposed, leaving Democrats short of the 60 votes needed to bypass a filibuster.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/13/us/politics/sinema-voting-rights-bill.html", + "creator": "Carl Hulse", + "pubDate": "Thu, 13 Jan 2022 20:02:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193676,17 +197504,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b5c032e9d9f190bc8bcb4384cfd99f5d", + "hash": "d9107788d490d86f20edb14f63cc43a2", "highlights": [] }, { - "title": "Omicron, Ukraine, Golden Globes: Your Weekend Briefing", - "description": "Lines for Covid testing stretched around the block at a Baltimore County Health Department Covid site last week.", - "content": "Lines for Covid testing stretched around the block at a Baltimore County Health Department Covid site last week.", - "category": "", - "link": "https://www.nytimes.com/2022/01/09/briefing/omicron-ukraine-golden-globes.html", - "creator": "Remy Tumin", - "pubDate": "Sun, 09 Jan 2022 11:06:10 +0000", + "title": "Before Elections, Georgia Republicans Again Consider Voting Restrictions", + "description": "Supporters of the federal voting rights legislation demonstrated outside of Clark Atlanta University, where President Biden spoke on Tuesday.", + "content": "Supporters of the federal voting rights legislation demonstrated outside of Clark Atlanta University, where President Biden spoke on Tuesday.", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2022/01/13/us/georgia-voting-laws-republicans.html", + "creator": "Richard Fausset and Michael Wines", + "pubDate": "Thu, 13 Jan 2022 17:33:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193698,17 +197526,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d116b671c22c1cd33f77c64087ff6c90", + "hash": "ef8566a2135f265157acbc3ad99d4941", "highlights": [] }, { - "title": "Dwayne Hickman, T.V.’s Lovelorn Dobie Gillis, Is Dead at 87", - "description": "Dwayne Hickman, left, and Bob Denver in “The Many Lives of Dobie Gillis” in 1959. Early in the series, Mr. Hickman’s hair was bleached blond. That stopped when his hair began falling out.", - "content": "Dwayne Hickman, left, and Bob Denver in “The Many Lives of Dobie Gillis” in 1959. Early in the series, Mr. Hickman’s hair was bleached blond. That stopped when his hair began falling out.", - "category": "Television", - "link": "https://www.nytimes.com/2022/01/09/obituaries/dwayne-hickman-dead.html", - "creator": "Margalit Fox", - "pubDate": "Sun, 09 Jan 2022 19:50:13 +0000", + "title": "NATO Won’t Let Ukraine Join Soon. Here’s Why.", + "description": "Ukrainian troops took part in an exercise near Kyiv in December. If Ukraine were a NATO member, the alliance would be obligated to defend it against Russia and other adversaries.", + "content": "Ukrainian troops took part in an exercise near Kyiv in December. If Ukraine were a NATO member, the alliance would be obligated to defend it against Russia and other adversaries.", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2022/01/13/us/politics/nato-ukraine.html", + "creator": "Edward Wong and Lara Jakes", + "pubDate": "Thu, 13 Jan 2022 17:39:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193720,17 +197548,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbb08c06877adfacb688b459815e66c8", + "hash": "810dba1d0f2fedd1856bb50c94135f8a", "highlights": [] }, { - "title": "Dak Prescott and the Cowboys’ Starters Launch Into Playoffs", - "description": "Dak Prescott threw five touchdown passes in Saturday’s win, setting the Cowboys' franchise record at 37 for a single-season.", - "content": "Dak Prescott threw five touchdown passes in Saturday’s win, setting the Cowboys' franchise record at 37 for a single-season.", - "category": "Football", - "link": "https://www.nytimes.com/2022/01/09/sports/football/cowboys-eagles-score.html", - "creator": "Ben Shpigel", - "pubDate": "Sun, 09 Jan 2022 06:53:56 +0000", + "title": "Prince Andrew Gives Up Military Titles as Sexual Abuse Case Proceeds", + "description": "Prince Andrew in 2019.", + "content": "Prince Andrew in 2019.", + "category": "Royal Families", + "link": "https://www.nytimes.com/2022/01/13/world/europe/prince-andrew-military-titles-abuse-case.html", + "creator": "Mark Landler", + "pubDate": "Thu, 13 Jan 2022 17:54:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193742,17 +197570,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce26052257699117c64f0f47970a8be5", + "hash": "2c6a935e636c35b90d2fdbc742a8cc84", "highlights": [] }, { - "title": "Lawrence N. Brooks, 112, Oldest American World War II Veteran, Dies", - "description": "Lawrence N. Brooks in 2019. He was a private in a service regiment in Australia during World War II and spoke of serving in the segregated Army in an oral history interview with the National World War II Museum in New Orleans.", - "content": "Lawrence N. Brooks in 2019. He was a private in a service regiment in Australia during World War II and spoke of serving in the segregated Army in an oral history interview with the National World War II Museum in New Orleans.", - "category": "Veterans", - "link": "https://www.nytimes.com/2022/01/06/obituaries/lawrence-n-brooks-dead.html", - "creator": "The Associated Press", - "pubDate": "Sat, 08 Jan 2022 13:37:34 +0000", + "title": "Doctors Debate Whether Trans Teens Need Therapy Before Hormones", + "description": "Clinicians are divided over new guidelines that say teens should undergo mental health screenings before receiving hormones or gender surgeries.", + "content": "Clinicians are divided over new guidelines that say teens should undergo mental health screenings before receiving hormones or gender surgeries.", + "category": "Teenagers and Adolescence", + "link": "https://www.nytimes.com/2022/01/13/health/transgender-teens-hormones.html", + "creator": "Azeen Ghorayshi", + "pubDate": "Thu, 13 Jan 2022 17:11:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193764,17 +197592,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "271040809d958057e9d5c1eae6b00854", + "hash": "54cf579af45cc72570e1216c52f255b9", "highlights": [] }, { - "title": "32 seriously hurt in Bronx apartment building fire, officials say.", - "description": "About 200 firefighters responded to the scene of a fire in a high-rise building in the Tremont section of the Bronx on Sunday.", - "content": "About 200 firefighters responded to the scene of a fire in a high-rise building in the Tremont section of the Bronx on Sunday.", - "category": "Fires and Firefighters", - "link": "https://www.nytimes.com/2022/01/09/nyregion/bronx-fire-apartment-building.html", - "creator": "Azi Paybarah", - "pubDate": "Sun, 09 Jan 2022 19:48:43 +0000", + "title": "Lemon Pepper Makes Everything Better — Especially Wings", + "description": "Zesty, buttery lemon-pepper wings are Atlanta’s soul. But you can use the seasoning on just about anything.", + "content": "Zesty, buttery lemon-pepper wings are Atlanta’s soul. But you can use the seasoning on just about anything.", + "category": "Lemons", + "link": "https://www.nytimes.com/2022/01/12/magazine/lemon-pepper-wings-recipe.html", + "creator": "Eric Kim", + "pubDate": "Wed, 12 Jan 2022 10:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193786,17 +197614,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d43ea1463c9f12f7786e904b36a97c1b", + "hash": "1628189934ee9397de962530b88b32bd", "highlights": [] }, { - "title": "London Schools Are Determined to Stay Open. Staff Illnesses Make It Hard.", - "description": "A science class at Copthall School in north London. Many parents and school administrators are desperate to keep schools open after two years of chaotic closures, but the latest wave of the pandemic has made it difficult.", - "content": "A science class at Copthall School in north London. Many parents and school administrators are desperate to keep schools open after two years of chaotic closures, but the latest wave of the pandemic has made it difficult.", - "category": "Coronavirus Reopenings", - "link": "https://www.nytimes.com/2022/01/09/world/europe/london-schools-covid-omicron.html", - "creator": "Megan Specia", - "pubDate": "Sun, 09 Jan 2022 11:26:37 +0000", + "title": "Let’s Not Invent a Civil War", + "description": "It’s possible to worry about America’s divisions without falling into perpetual alarmism.", + "content": "It’s possible to worry about America’s divisions without falling into perpetual alarmism.", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2022/01/12/opinion/civil-war-america.html", + "creator": "Ross Douthat", + "pubDate": "Wed, 12 Jan 2022 10:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193808,17 +197636,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fd0dfdb1014f3c0fbf00e6e95e54e9a8", + "hash": "ef2b7fdf1363087960972a1f62d2d0b9", "highlights": [] }, { - "title": "A Guide to What Is Happening With the 2022 Golden Globes", - "description": "A guide to everything we know — and don’t know — about the 79th annual Golden Globes on Sunday night.", - "content": "A guide to everything we know — and don’t know — about the 79th annual Golden Globes on Sunday night.", - "category": "Movies", - "link": "https://www.nytimes.com/2022/01/06/movies/golden-globes-hfpa.html", - "creator": "Sarah Bahr", - "pubDate": "Thu, 06 Jan 2022 17:03:46 +0000", + "title": "The Gender Gap Is Taking Us to Unexpected Places", + "description": "With unforeseen and underexplored consequences.", + "content": "With unforeseen and underexplored consequences.", + "category": "Women and Girls", + "link": "https://www.nytimes.com/2022/01/12/opinion/gender-gap-politics.html", + "creator": "Thomas B. Edsall", + "pubDate": "Wed, 12 Jan 2022 15:42:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193830,17 +197658,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5c23939e7ab3ea1b3f40b3cbb0c6174", + "hash": "82d2908578a57631367cb5b012922c3c", "highlights": [] }, { - "title": " Harry Reid’s Memorial Draws Tributes From Biden and Obama", - "description": "Some of the country’s most prominent Democrats recounted tales showcasing the former Senate majority leader’s tenacity and modesty.", - "content": "Some of the country’s most prominent Democrats recounted tales showcasing the former Senate majority leader’s tenacity and modesty.", - "category": "Biden, Joseph R Jr", - "link": "https://www.nytimes.com/2022/01/08/us/politics/harry-reid-memorial-service.html", - "creator": "Zolan Kanno-Youngs and Carl Hulse", - "pubDate": "Sun, 09 Jan 2022 01:43:00 +0000", + "title": "In the Omicron Surge, I See Signs of Despair From Parents of Kids Under 5", + "description": "Disrupted daycare, vaccines TBD and bosses who are over Covid excuses.", + "content": "Disrupted daycare, vaccines TBD and bosses who are over Covid excuses.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2022/01/12/opinion/parents-school-omicron.html", + "creator": "Jessica Grose", + "pubDate": "Wed, 12 Jan 2022 18:01:50 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193852,17 +197680,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "513f6bea1be912f915ed807a9816a892", + "hash": "2ccea1e881e59e567066f36e213df4c2", "highlights": [] }, { - "title": "31 Seriously Hurt in Bronx Apartment Building Fire, Officials Say", - "description": "About 200 firefighters responded to the scene of a fire in a high-rise building in the Tremont section of the Bronx on Sunday.", - "content": "About 200 firefighters responded to the scene of a fire in a high-rise building in the Tremont section of the Bronx on Sunday.", - "category": "Fires and Firefighters", - "link": "https://www.nytimes.com/2022/01/09/nyregion/bronx-fire-apartment-building.html", - "creator": "Azi Paybarah", - "pubDate": "Sun, 09 Jan 2022 17:51:36 +0000", + "title": "Good Cause Eviction Is a Landlord’s Worst Nightmare ", + "description": "The comedian and journalist Jeff Seal takes to the streets to rally support for a little-known bill that would protect millions of New Yorkers from unjust evictions. But a powerful lobby stands in its way.", + "content": "The comedian and journalist Jeff Seal takes to the streets to rally support for a little-known bill that would protect millions of New Yorkers from unjust evictions. But a powerful lobby stands in its way.", + "category": "Renting and Leasing (Real Estate)", + "link": "https://www.nytimes.com/2022/01/12/opinion/new-york-eviction-bill.html", + "creator": "Jeff Seal, Chris Libbey and Nick Libbey", + "pubDate": "Wed, 12 Jan 2022 10:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193874,17 +197702,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f7ed76dd2cee6b22043be4b61a8be00", + "hash": "cc56c9d8ddf0894dc7657f5038e6a73d", "highlights": [] }, { - "title": "Max Julien, Star of a Cult Blaxploitation Film, Dies at 88", - "description": "Black audiences flocked to see him in “The Mack,” and generations of cinephiles have paid homage to his star turn, his smooth delivery and his extraordinary costumes.", - "content": "Black audiences flocked to see him in “The Mack,” and generations of cinephiles have paid homage to his star turn, his smooth delivery and his extraordinary costumes.", - "category": "Julien, Max (1933-2022)", - "link": "https://www.nytimes.com/2022/01/08/movies/max-julien-dead.html", - "creator": "Penelope Green", - "pubDate": "Sat, 08 Jan 2022 23:17:21 +0000", + "title": "For the Climate, Biden Must Be More Aggressive in Ending New Truck and Bus Emissions", + "description": "President Biden at the Ford Rouge Electric Vehicle Center in Dearborn, Mich.", + "content": "President Biden at the Ford Rouge Electric Vehicle Center in Dearborn, Mich.", + "category": "Fuel Emissions (Transportation)", + "link": "https://www.nytimes.com/2022/01/12/opinion/climate-change-biden-trucks-buses.html", + "creator": "Margo Oge and Drew Kodjak", + "pubDate": "Wed, 12 Jan 2022 12:20:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193896,17 +197724,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "46676737937ded4d559e141527171744", + "hash": "a89b9e5ef3736990990fcf9a2820855b", "highlights": [] }, { - "title": "Rubble and Repression: An Intimate Look at Germany in the Decade After Hitler", - "description": "“Aftermath,” by Harald Jähner, recounts Germans rebuilding their country while avoiding any reckoning with what the Nazi regime had done in their name.", - "content": "“Aftermath,” by Harald Jähner, recounts Germans rebuilding their country while avoiding any reckoning with what the Nazi regime had done in their name.", - "category": "Aftermath: Life in the Fallout of the Third Reich, 1945-1955 (Book)", - "link": "https://www.nytimes.com/2022/01/09/books/review-aftermath-life-in-fallout-third-reich-harald-jahner.html", - "creator": "Jennifer Szalai", - "pubDate": "Sun, 09 Jan 2022 10:00:02 +0000", + "title": "How Much Should You Fret About Rising Federal Debt?", + "description": "The federal government is borrowing cheaply, but its debt could reach a tipping point.", + "content": "The federal government is borrowing cheaply, but its debt could reach a tipping point.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2022/01/12/opinion/rising-federal-debt.html", + "creator": "Peter Coy", + "pubDate": "Wed, 12 Jan 2022 21:18:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193918,17 +197746,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b7faabad602ce5eeaf00b4fcc61a0d59", + "hash": "8b21894f0fa5af7b2375d79aa195f883", "highlights": [] }, { - "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", + "title": "Biden-Cheney 2024?", + "description": "Saving American democracy may involve following Israel’s example.", + "content": "Saving American democracy may involve following Israel’s example.", + "category": "Presidential Election of 2024", + "link": "https://www.nytimes.com/2022/01/11/opinion/democratic-ticket-liz-cheney-2024.html", + "creator": "Thomas L. Friedman", + "pubDate": "Wed, 12 Jan 2022 15:02:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193940,17 +197768,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b7a553c8102456440d3a09ca13622d38", + "hash": "ccf3f48ddc4936b767525adae5c802e1", "highlights": [] }, { - "title": "Sara Menker and Gro Intelligence Are Tackling Global Hunger", - "description": "Sara Menker", - "content": "Sara Menker", - "category": "Menker, Sara", - "link": "https://www.nytimes.com/2022/01/07/business/sara-menker-gro-intelligence.html", - "creator": "David Gelles", - "pubDate": "Fri, 07 Jan 2022 14:23:46 +0000", + "title": "Can the G.O.P. Recover From the ‘Big Lie’? We Asked 2 Conservatives", + "description": "A look at how Trump has shaped the Republican Party and where it goes next.", + "content": "A look at how Trump has shaped the Republican Party and where it goes next.", + "category": "Republican Party", + "link": "https://www.nytimes.com/2022/01/12/opinion/gop-trump-big-lie.html", + "creator": "‘The Argument’", + "pubDate": "Wed, 12 Jan 2022 15:24:50 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193962,17 +197790,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "40dc0f67204d261a86a4efaf28fc68f2", + "hash": "8b8f476285996379b4fa87c655df41f1", "highlights": [] }, { - "title": "Fossils of a Prehistoric Rainforest Hide in Australia’s Rusted Rocks", - "description": "The find suggests overlooked rocks across the continent may contain more fossilized surprises.", - "content": "The find suggests overlooked rocks across the continent may contain more fossilized surprises.", - "category": "Fossils", - "link": "https://www.nytimes.com/2022/01/07/science/fossils-australia-rainforest.html", - "creator": "Jack Tamisiea", - "pubDate": "Fri, 07 Jan 2022 19:00:16 +0000", + "title": "The Joys (and Challenges) of Sex After 70", + "description": "Sex can drop off in our final decades. But for those who keep going, it can be the best of their lives.", + "content": "Sex can drop off in our final decades. But for those who keep going, it can be the best of their lives.", + "category": "Sex", + "link": "https://www.nytimes.com/2022/01/12/magazine/sex-old-age.html", + "creator": "Maggie Jones", + "pubDate": "Wed, 12 Jan 2022 15:50:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -193984,17 +197812,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad07dc0262b1184f7c77826677df60db", + "hash": "66a25384c11dc453afe1129a4f769b65", "highlights": [] }, { - "title": "Saudi Princess Is Released From Jail After 3 Years", - "description": "Princess Basmah bint Saud in Washington in 2017 during a discussion about the role of women in the Middle East.", - "content": "Princess Basmah bint Saud in Washington in 2017 during a discussion about the role of women in the Middle East.", - "category": "Royal Families", - "link": "https://www.nytimes.com/2022/01/09/world/middleeast/saudi-princess-released.html", - "creator": "Ben Hubbard", - "pubDate": "Sun, 09 Jan 2022 12:32:29 +0000", + "title": "Trump Ends NPR Interview After Challenges to False Fraud Claim", + "description": "The NPR correspondent Steve Inskeep pressed former President Donald Trump on his attempts to overturn the election in an interview broadcast on Wednesday. ", + "content": "The NPR correspondent Steve Inskeep pressed former President Donald Trump on his attempts to overturn the election in an interview broadcast on Wednesday. ", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/12/us/politics/donald-trump-npr-interview.html", + "creator": "Amanda Holpuch", + "pubDate": "Wed, 12 Jan 2022 16:35:37 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194006,17 +197834,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5c6b9330433be20f2ce5f794c155df7", + "hash": "d96f2a06e614cc888cee545ea4096198", "highlights": [] }, { - "title": "Robert Birnbaum, Architect of Modern-Day Financial Markets, Dies at 94", - "description": "Robert Birnbaum, president of the New York Stock Exchange, second from right, with Al Gore, then a U.S. senator, third from right, as Mr. Gore rang the exchange’s opening bell in 1988. Mr. Birnbaum steered the exchange through “Black Monday” in 1987 and helped create the circuit breakers that headed off later market meltdowns.", - "content": "Robert Birnbaum, president of the New York Stock Exchange, second from right, with Al Gore, then a U.S. senator, third from right, as Mr. Gore rang the exchange’s opening bell in 1988. Mr. Birnbaum steered the exchange through “Black Monday” in 1987 and helped create the circuit breakers that headed off later market meltdowns.", - "category": "Deaths (Obituaries)", - "link": "https://www.nytimes.com/2022/01/08/business/robert-birnbaum-dead.html", - "creator": "Emily Flitter", - "pubDate": "Sat, 08 Jan 2022 19:24:53 +0000", + "title": "Why Some Workers Are Getting All the Covid Tests They Need", + "description": "At-home Covid tests are available for employees in the offices of Belle Haven Investments. Like snacks and inspirational books, the tests are a small perk of the job.", + "content": "At-home Covid tests are available for employees in the offices of Belle Haven Investments. Like snacks and inspirational books, the tests are a small perk of the job.", + "category": "BlackRock Inc", + "link": "https://www.nytimes.com/2022/01/12/business/covid-testing-google-blackrock-morgan-stanley.html", + "creator": "Emma Goldberg, Lauren Hirsch and David McCabe", + "pubDate": "Wed, 12 Jan 2022 15:46:49 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194028,17 +197856,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "303f13311ae3de953c3698f1cbe20aad", + "hash": "d447f5cc1845d429ba3f8140dee9de7e", "highlights": [] }, { - "title": "Elmo’s Unhinged Rant About a Pet Rock Resonates With the Exasperated", - "description": "A 2004 clip in which the “Sesame Street” characters Zoe, left, and Elmo debate the reality of a pet rock captured a moment that viewers used to project their own sentiments.", - "content": "A 2004 clip in which the “Sesame Street” characters Zoe, left, and Elmo debate the reality of a pet rock captured a moment that viewers used to project their own sentiments.", - "category": "Elmo (Fictional Character)", - "link": "https://www.nytimes.com/2022/01/08/arts/television/elmo-pet-rock-rocco-feud.html", - "creator": "Eduardo Medina", - "pubDate": "Sat, 08 Jan 2022 23:27:08 +0000", + "title": "Ronnie Spector, Who Brought Edge to Girl-Group Sound, Dies at 78", + "description": "As part of the Ronettes, Ronnie Spector helped transform the virginal model that had defined female pop groups since the 1940s.", + "content": "As part of the Ronettes, Ronnie Spector helped transform the virginal model that had defined female pop groups since the 1940s.", + "category": "Spector, Ronnie", + "link": "https://www.nytimes.com/2022/01/12/arts/music/ronnie-spector-dead.html", + "creator": "Ben Sisario and Joe Coscarelli", + "pubDate": "Thu, 13 Jan 2022 01:16:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194050,17 +197878,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7bcf34ca3366f1abdd620aad510248be", + "hash": "6b5c3a536404a185dac22211ac3726cb", "highlights": [] }, { - "title": "Officials’ Party Galls Hong Kong, Chafing Under Covid (and Political) Controls", - "description": "A line for coronavirus testing on Sunday at Victoria Park in Hong Kong.", - "content": "A line for coronavirus testing on Sunday at Victoria Park in Hong Kong.", - "category": "Hong Kong", - "link": "https://www.nytimes.com/2022/01/09/world/asia/hong-kong-party-covid.html", - "creator": "Austin Ramzy", - "pubDate": "Sun, 09 Jan 2022 11:55:17 +0000", + "title": "Is Omicron Peaking?", + "description": "A middle school student getting a test in Los Angeles.  ", + "content": "A middle school student getting a test in Los Angeles.  ", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2022/01/13/briefing/omicron-peak-us-northeast.html", + "creator": "David Leonhardt", + "pubDate": "Thu, 13 Jan 2022 10:53:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194072,17 +197900,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "37e7450705a1ab3a9389773f43bdd03b", + "hash": "0eb64d29080b65a26e8a4d27a958fa9f", "highlights": [] }, { - "title": "Left Out of High-Level Talks, Ukraine Tries Other Diplomatic Channels", - "description": "Ukrainian reservists during exercises last month near Kyiv, the capital.", - "content": "Ukrainian reservists during exercises last month near Kyiv, the capital.", - "category": "War and Armed Conflicts", - "link": "https://www.nytimes.com/2022/01/09/world/europe/left-out-of-high-level-talks-ukraine-tries-other-diplomatic-channels.html", - "creator": "Andrew E. Kramer", - "pubDate": "Sun, 09 Jan 2022 10:00:10 +0000", + "title": "To Understand the Metaverse, Look to Video Games", + "description": "Xbox head Phil Spencer discusses how the gaming industry is already peeking into the metaverse with avatars, virtual worlds and online economies.", + "content": "Xbox head Phil Spencer discusses how the gaming industry is already peeking into the metaverse with avatars, virtual worlds and online economies.", + "category": "audio-neutral-informative", + "link": "https://www.nytimes.com/2022/01/10/opinion/sway-kara-swisher-phil-spencer.html", + "creator": "‘Sway’", + "pubDate": "Mon, 10 Jan 2022 16:49:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194094,17 +197922,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d4bb9d7bb1658bd3f2fb16e30e1752a", + "hash": "845a0ffcdba7f02580bb0ad56e0f2ba7", "highlights": [] }, { - "title": "Fury Alone Won’t Destroy Trumpism. We Need a Plan B.", - "description": "An election worker in Port Orchard, Wash., on Nov. 3, 2020.", - "content": "An election worker in Port Orchard, Wash., on Nov. 3, 2020.", - "category": "Presidential Election of 2020", - "link": "https://www.nytimes.com/2022/01/09/opinion/trump-bannon-trumpism-democracy.html", - "creator": "Ezra Klein", - "pubDate": "Sun, 09 Jan 2022 15:06:09 +0000", + "title": "Why Novak Djokovic is a Hero in Serbia", + "description": "A mural dedicated to Novak Djokovic with the words “With faith in God” in the Banjica residential area of Belgrade, Serbia, where the tennis star’s grandfather lived.", + "content": "A mural dedicated to Novak Djokovic with the words “With faith in God” in the Banjica residential area of Belgrade, Serbia, where the tennis star’s grandfather lived.", + "category": "Tennis", + "link": "https://www.nytimes.com/2022/01/13/world/europe/serbia-djokovic.html", + "creator": "Marc Santora", + "pubDate": "Thu, 13 Jan 2022 20:13:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194116,17 +197944,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0bb541b507d7434ff556659bcde18bbd", + "hash": "7051cc607de4fcdb132ee13fe8767a60", "highlights": [] }, { - "title": "What Surprised Us in Focus Groups With Voters About Jan. 6", - "description": "We held discussions with Republicans and Democrats about the attack on the Capitol and our democracy. Here’s what we found.", - "content": "We held discussions with Republicans and Democrats about the attack on the Capitol and our democracy. Here’s what we found.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2022/01/07/opinion/voter-focus-groups-jan-6.html", - "creator": "Patrick Healy", - "pubDate": "Sat, 08 Jan 2022 16:31:53 +0000", + "title": "Patient in Groundbreaking Pig Heart Transplant Has a Criminal Record", + "description": "Surgeons at the University of Maryland Medical Center transplanted a genetically modified pig heart into David Bennett Sr. last week.", + "content": "Surgeons at the University of Maryland Medical Center transplanted a genetically modified pig heart into David Bennett Sr. last week.", + "category": "your-feed-science", + "link": "https://www.nytimes.com/2022/01/13/health/pig-heart-transplant-bennett-criminal.html", + "creator": "Roni Caryn Rabin", + "pubDate": "Thu, 13 Jan 2022 19:19:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194138,17 +197966,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a61cfba71180e4f3f3aeff7ead67cad9", + "hash": "61c7d65e6aab28caf852f24a2412025c", "highlights": [] }, { - "title": "High Inflation May Not Disappear in 2022", - "description": "The next few months will be unusually murky.", - "content": "The next few months will be unusually murky.", - "category": "International Trade and World Market", - "link": "https://www.nytimes.com/2022/01/07/opinion/inflation-2022-us-economy.html", - "creator": "Paul Krugman", - "pubDate": "Fri, 07 Jan 2022 18:33:53 +0000", + "title": "Syrian Ex-Officer Is Convicted in Landmark War Crimes Trial", + "description": "A German court found the former officer guilty of crimes against humanity in one of the first criminal trials on Syrian war atrocities. Follow our updates.", + "content": "A German court found the former officer guilty of crimes against humanity in one of the first criminal trials on Syrian war atrocities. Follow our updates.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/13/world/syria-war-crimes-germany-verdict", + "creator": "The New York Times", + "pubDate": "Thu, 13 Jan 2022 10:07:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194160,17 +197988,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "81b5d58202362b42ad6072e3c97aa2d2", + "hash": "dc6a99f728a09a9a414b38f7a57a4cbd", "highlights": [] }, { - "title": "F.D.R.’s Court-Packing Plan Had Two Parts. We Need to Bring Back the Second.", - "description": "Roosevelt warned about courts becoming a “third house of the national legislature.” History may be on the verge of repeating itself.", - "content": "Roosevelt warned about courts becoming a “third house of the national legislature.” History may be on the verge of repeating itself.", - "category": "Law and Legislation", - "link": "https://www.nytimes.com/2022/01/07/opinion/supreme-court-vaccine-mandate.html", - "creator": "Stephen I. Vladeck", - "pubDate": "Fri, 07 Jan 2022 10:59:03 +0000", + "title": "‘Major Discovery’ Beneath Antarctic Seas: A Giant Icefish Breeding Colony", + "description": "Scientists discovered a mammoth nesting ground with an estimated 60 million icefish nests in the Weddell Sea.", + "content": "Scientists discovered a mammoth nesting ground with an estimated 60 million icefish nests in the Weddell Sea.", + "category": "Fish and Other Marine Life", + "link": "https://www.nytimes.com/2022/01/13/science/icefish-antarctica-eggs-colony.html", + "creator": "Sabrina Imbler", + "pubDate": "Thu, 13 Jan 2022 16:14:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194182,17 +198010,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "41f3c33792204ac7b1912bf98e1903d3", + "hash": "d43afe0446aed046bac54ae3e6532f36", "highlights": [] }, { - "title": "No One Is Coming to Save Us From the ‘Dagger at the Throat of America’", - "description": "Our democracy needs your help.", - "content": "Our democracy needs your help.", - "category": "Presidential Election of 2020", - "link": "https://www.nytimes.com/2022/01/07/opinion/trump-democracy-voting-jan-6.html", - "creator": "Richard L. Hasen", - "pubDate": "Fri, 07 Jan 2022 12:17:45 +0000", + "title": "Business Updates: Navient Settles Predatory Loan Claims for $1.85 Billion", + "description": "The company agreed to cancel private student loan debts for nearly 66,000 borrowers. Here’s the latest business news.", + "content": "The company agreed to cancel private student loan debts for nearly 66,000 borrowers. Here’s the latest business news.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/13/business/stock-market-economy-news", + "creator": "The New York Times", + "pubDate": "Thu, 13 Jan 2022 20:26:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194204,17 +198032,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0149aa04fd174844b087a210016a1285", + "hash": "bc5578094c5e6e16e7a04852b5ed022d", "highlights": [] }, { - "title": "The Ukraine Crisis Is About Much More Than Ukraine", - "description": "The escalation with the country is a brush stroke on a much bigger canvas.", - "content": "The escalation with the country is a brush stroke on a much bigger canvas.", - "category": "Russia", - "link": "https://www.nytimes.com/2022/01/07/opinion/russia-ukraine-putin-nato.html", - "creator": "Lilia Shevtsova", - "pubDate": "Fri, 07 Jan 2022 06:00:05 +0000", + "title": "Russian-Led Alliance Begins Withdrawing Troops From Kazakhstan", + "description": "Troops of the Russian-led Collective Security Treaty Organization, a NATO-like alliance, in Almaty, Kazakhstan, on Thursday as they started pulling out of the Central Asian country.", + "content": "Troops of the Russian-led Collective Security Treaty Organization, a NATO-like alliance, in Almaty, Kazakhstan, on Thursday as they started pulling out of the Central Asian country.", + "category": "Defense and Military Forces", + "link": "https://www.nytimes.com/2022/01/13/world/europe/kazakhstan-russia-troops-withdrawal.html", + "creator": "Ivan Nechepurenko", + "pubDate": "Thu, 13 Jan 2022 12:12:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194226,17 +198054,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb21a9fdf3f1e868f40c608df2132c6e", + "hash": "43dbe982ceb17ac8db9ad0f79e8fbf1f", "highlights": [] }, { - "title": "Sidney Poitier, Who Paved the Way for Black Actors in Film, Dies at 94", - "description": "Sidney Poitier’s Academy Award for the 1963 film “Lilies of the Field” made him the first Black performer to win in the best-actor category. He rose to prominence when the civil rights movement was beginning to make headway in the United States.", - "content": "Sidney Poitier’s Academy Award for the 1963 film “Lilies of the Field” made him the first Black performer to win in the best-actor category. He rose to prominence when the civil rights movement was beginning to make headway in the United States.", - "category": "Deaths (Obituaries)", - "link": "https://www.nytimes.com/2022/01/07/movies/sidney-poitier-dead.html", - "creator": "William Grimes", - "pubDate": "Fri, 07 Jan 2022 17:35:52 +0000", + "title": "The F.D.A.’s New Approach to French Dressing? Laissez-Faire.", + "description": "French dressing will no longer be regulated by the Food and Drug Administration.", + "content": "French dressing will no longer be regulated by the Food and Drug Administration.", + "category": "Salad Dressings", + "link": "https://www.nytimes.com/2022/01/13/us/french-dressing-fda.html", + "creator": "Neil Vigdor", + "pubDate": "Thu, 13 Jan 2022 19:13:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194248,17 +198076,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2addbb819b41b05fcb78befddcb05d4", + "hash": "688a1cdb3cffa25efdb37dc2502cb51f", "highlights": [] }, { - "title": "Three Men Sentenced to Life in Prison in Ahmaud Arbery Killing", - "description": "Travis McMichael, William Bryan and Gregory McMichael were sentenced on Friday for the murder of Ahmaud Arbery.", - "content": "Travis McMichael, William Bryan and Gregory McMichael were sentenced on Friday for the murder of Ahmaud Arbery.", - "category": "Murders, Attempted Murders and Homicides", - "link": "https://www.nytimes.com/2022/01/07/us/mcmichael-bryan-sentencing-ahmaud-arbery-killing.html", - "creator": "Richard Fausset", - "pubDate": "Fri, 07 Jan 2022 21:27:31 +0000", + "title": "Britain’s Security Agency MI5 Warns Lawmakers of China’s Political Interference", + "description": "People walking by the River Thames, with the Elizabeth Tower, known as Big Ben, and the Houses of Parliament, in the backdrop in London.", + "content": "People walking by the River Thames, with the Elizabeth Tower, known as Big Ben, and the Houses of Parliament, in the backdrop in London.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2022/01/13/world/europe/britain-mi5-china-agent-parliament.html", + "creator": "Isabella Kwai and Stephen Castle", + "pubDate": "Thu, 13 Jan 2022 19:03:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194270,17 +198098,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "61f8cc0295fcf870133cb6a323ce8efa", + "hash": "130a2e5aafb8040d43b3973656ce8dc0", "highlights": [] }, { - "title": "Here’s How Climate Change and Covid Are Transforming Skiing", - "description": "Ingrid Backstrom, a professional skiier, at Stevens Pass in Skykomish, Wash., on Dec. 19, the first weekend the area was skiable. ", - "content": "Ingrid Backstrom, a professional skiier, at Stevens Pass in Skykomish, Wash., on Dec. 19, the first weekend the area was skiable. ", - "category": "Alpine Skiing", - "link": "https://www.nytimes.com/2022/01/07/climate/skiing-climate-change.html", - "creator": "Lauren Jackson", - "pubDate": "Fri, 07 Jan 2022 10:00:17 +0000", + "title": "US Refines Tool to Evaluate 'Havana Syndrome' Cases", + "description": "The U.S. Embassy in Havana, where some staff members experienced a mysterious ailment that has also injured U.S. government officials around the world.", + "content": "The U.S. Embassy in Havana, where some staff members experienced a mysterious ailment that has also injured U.S. government officials around the world.", + "category": "Havana Syndrome", + "link": "https://www.nytimes.com/2022/01/13/us/politics/havana-syndrome-evaluation-tool.html", + "creator": "Mark Walker and Julian E. Barnes", + "pubDate": "Thu, 13 Jan 2022 17:00:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194292,17 +198120,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c74e5c11d2a5de6660a71f3a2f2e44c2", + "hash": "6f228e0bd138c9f7275a7790e3c8f8a9", "highlights": [] }, { - "title": "Lani Guinier, Legal Scholar at the Center of Controversy, Dies at 71", - "description": "Lani Guinier in 1998, five years after her nomination for a top post in the Justice Department was withdrawn.", - "content": "Lani Guinier in 1998, five years after her nomination for a top post in the Justice Department was withdrawn.", - "category": "Deaths (Obituaries)", - "link": "https://www.nytimes.com/2022/01/07/us/politics/lani-guinier-dead.html", - "creator": "Clay Risen", - "pubDate": "Fri, 07 Jan 2022 22:42:11 +0000", + "title": "Senate Panel OKs Califf Nomination for F.D.A. Chief", + "description": "Dr. Robert Califf appearing before the Senate in December. Dr. Califf previously led the F.D.A. during the last year of the Obama administration.", + "content": "Dr. Robert Califf appearing before the Senate in December. Dr. Califf previously led the F.D.A. during the last year of the Obama administration.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/13/health/fda-robert-califf.html", + "creator": "Christina Jewett", + "pubDate": "Thu, 13 Jan 2022 17:11:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194314,17 +198142,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "28d2575aad361ababafed674174b3bdd", + "hash": "5248eec4c69bf609ab4593de2651647d", "highlights": [] }, { - "title": "Amy Schneider Becomes First Woman to Surpass $1 Million on ‘Jeopardy!’", - "description": "Amy Schneider hit the $1 million mark on Friday in her 28th game, during which she won over $42,000.", - "content": "Amy Schneider hit the $1 million mark on Friday in her 28th game, during which she won over $42,000.", - "category": "Game Shows", - "link": "https://www.nytimes.com/2022/01/07/arts/television/amy-schneider-jeopardy.html", - "creator": "Julia Jacobs", - "pubDate": "Sat, 08 Jan 2022 02:34:38 +0000", + "title": "Australian Man Convicted of Killing Gay American in 1980s", + "description": "Steve Johnson in 2016, near the site in Sydney, Australia, where his brother, Scott, fell to his death in 1988.", + "content": "Steve Johnson in 2016, near the site in Sydney, Australia, where his brother, Scott, fell to his death in 1988.", + "category": "Johnson, Scott (d 1988)", + "link": "https://www.nytimes.com/2022/01/13/world/australia/scott-johnson-australia-gay-killing-confession.html", + "creator": "Yan Zhuang", + "pubDate": "Thu, 13 Jan 2022 12:01:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194336,17 +198164,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbc1d733a3187ba70d12714064c218c2", + "hash": "a74027ce321b01fdb3a8f997131b13d5", "highlights": [] }, { - "title": "Covid Live Updates: U.S. Testing Problems Multiply", - "description": "The waits at testing centers are often hours long, pharmacies can barely keep at-home tests on shelves and Omicron may be harder to detect. Oregon, facing what Gov. Kate Brown says is “a critical point,” is activating the National Guard to help strained hospitals.", - "content": "The waits at testing centers are often hours long, pharmacies can barely keep at-home tests on shelves and Omicron may be harder to detect. Oregon, facing what Gov. Kate Brown says is “a critical point,” is activating the National Guard to help strained hospitals.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/08/world/omicron-covid-vaccine-tests", - "creator": "The New York Times", - "pubDate": "Sat, 08 Jan 2022 14:52:41 +0000", + "title": "Questions for Your Prospective Therapist, From Your Own Couch", + "description": "Even if you’re meeting online, interviewing a therapist can help you determine whether or not the therapy is a good fit.", + "content": "Even if you’re meeting online, interviewing a therapist can help you determine whether or not the therapy is a good fit.", + "category": "Therapy and Rehabilitation", + "link": "https://www.nytimes.com/2020/05/13/well/mind/prospective-therapist-interview-questions-online-virus.html", + "creator": "Juli Fraga and Hilary Jacobs Hendel", + "pubDate": "Wed, 13 May 2020 21:06:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194358,17 +198186,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5758f6ebc13d2adf0cf1376205c4d148", + "hash": "7eb06627c3ed6cfc03c89ab28e1bf53d", "highlights": [] }, { - "title": "Heavy Snow Kills 21 at Murree Hill Station in Pakistan", - "description": "Cars are stuck under fallen trees on a snowy road in Murree, Pakistan, in an image taken from a video on Saturday.", - "content": "Cars are stuck under fallen trees on a snowy road in Murree, Pakistan, in an image taken from a video on Saturday.", - "category": "Snow and Snowstorms", - "link": "https://www.nytimes.com/2022/01/08/world/asia/pakistan-snow-kills-21-murree-hill-station.html", - "creator": "Salman Masood", - "pubDate": "Sat, 08 Jan 2022 15:03:04 +0000", + "title": "Balaclavas Are Trendy, but for Some Muslim Women It’s More Complicated", + "description": "The sudden popularity of the hoodlike head covering has spurred a comparison to hijabs.", + "content": "The sudden popularity of the hoodlike head covering has spurred a comparison to hijabs.", + "category": "Muslim Veiling", + "link": "https://www.nytimes.com/2022/01/13/style/balaclavas-muslim-women-hijab.html", + "creator": "Anna P. Kambhampaty and Danya Issawi", + "pubDate": "Thu, 13 Jan 2022 08:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194380,17 +198208,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "45fe298c411e4f4826a2bd5733ee05f3", + "hash": "1e6e97a6f2474845eec7422de2efe963", "highlights": [] }, { - "title": "How Kansas City's Win Affects the N.F.L. Playoff Picture", - "description": "Nick Bolton, left, recovered a Melvin Gordon fumble and returned it 86 yards for the go-ahead score in Kansas City’s win Saturday over the Denver Broncos.", - "content": "Nick Bolton, left, recovered a Melvin Gordon fumble and returned it 86 yards for the go-ahead score in Kansas City’s win Saturday over the Denver Broncos.", - "category": "Football", - "link": "https://www.nytimes.com/2022/01/08/sports/football/chiefs-broncos-score.html", - "creator": "Alanis Thames", - "pubDate": "Sun, 09 Jan 2022 04:36:54 +0000", + "title": "Finding Joy Through Art at the End of the World in ‘Station Eleven’", + "description": "“The show deepened the story in a lot of really interesting ways,” said Emily St. John Mandel, the author of “Station Eleven.”", + "content": "“The show deepened the story in a lot of really interesting ways,” said Emily St. John Mandel, the author of “Station Eleven.”", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2022/01/13/books/station-eleven-hbo-emily-st-john-mandel.html", + "creator": "Alexandra Alter", + "pubDate": "Thu, 13 Jan 2022 17:02:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194402,17 +198230,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "43d235aa427b31a329604e8f303cd683", + "hash": "bc1a0ceedbbd153ca585772034b60adb", "highlights": [] }, { - "title": "Clifton Mooney's Polaroid Portraits", - "description": "Clifton Mooney at home in Brooklyn, N.Y.", - "content": "Clifton Mooney at home in Brooklyn, N.Y.", - "category": "Photography", - "link": "https://www.nytimes.com/2022/01/06/style/clifton-mooney-polaroids.html", - "creator": "Kurt Soller", - "pubDate": "Thu, 06 Jan 2022 19:31:58 +0000", + "title": "‘And Just Like That’ Recap, Episode 7: Back on the Scene", + "description": "Carrie (Sarah Jessica Parker) writes a memoir, but her editor thinks the book could use a bit more hopefulness.", + "content": "Carrie (Sarah Jessica Parker) writes a memoir, but her editor thinks the book could use a bit more hopefulness.", + "category": "Television", + "link": "https://www.nytimes.com/2022/01/13/arts/television/and-just-like-that-recap-episode-7.html", + "creator": "Ali Trachta", + "pubDate": "Thu, 13 Jan 2022 14:56:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194424,17 +198252,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec6afa629e0238ab77f2b4078a4b9202", + "hash": "b76a638bb3871780efe033f95263eb0e", "highlights": [] }, { - "title": "LaChanze on Alice Childress’s \"Trouble in Mind\"", - "description": "LaChanze as Wiletta Mayer in “Trouble in Mind.” She said the play has allowed her to “convey the things so many Black actors have expressed, but, as Wiletta says, ‘You don’t want to hear.’”", - "content": "LaChanze as Wiletta Mayer in “Trouble in Mind.” She said the play has allowed her to “convey the things so many Black actors have expressed, but, as Wiletta says, ‘You don’t want to hear.’”", - "category": "Theater", - "link": "https://www.nytimes.com/2022/01/06/theater/lachanze-alice-childress-trouble-in-mind.html", - "creator": "LaChanze", - "pubDate": "Fri, 07 Jan 2022 16:20:43 +0000", + "title": "Finding a Surprising Story in a Stack of Medical Bills", + "description": "Cloey Canida, with her husband, Colton, received a false positive prenatal test result.", + "content": "Cloey Canida, with her husband, Colton, received a false positive prenatal test result.", + "category": "Tests (Medical)", + "link": "https://www.nytimes.com/2022/01/13/insider/finding-a-surprising-story-in-a-stack-of-medical-bills.html", + "creator": "Sarah Kliff", + "pubDate": "Thu, 13 Jan 2022 17:50:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194446,17 +198274,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "830b416b9e377f1532eda1c182040c01", + "hash": "86ba87fc938251983a4cdc13c2a5797c", "highlights": [] }, { - "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", + "title": "Sinema Says She Will Not Support Changing Filibuster", + "description": "While all 50 Senate Democrats support the legislation, Republicans are almost uniformly opposed, leaving Democrats short of the 60 votes needed to bypass a filibuster.", + "content": "While all 50 Senate Democrats support the legislation, Republicans are almost uniformly opposed, leaving Democrats short of the 60 votes needed to bypass a filibuster.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/13/us/politics/house-voting-rights-bill.html", + "creator": "Carl Hulse", + "pubDate": "Thu, 13 Jan 2022 18:01:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194468,17 +198296,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b78ecb62aee0d1db022fc4d42be6438", + "hash": "303de7a72da812f45afeb1bee9b7a51a", "highlights": [] }, { - "title": "Caribbean-British Artists Navigating Worlds an Ocean Apart", - "description": "Four artists featured in a major London exhibition about Britain and the Caribbean reflect on identity, the art world and living through changing times.", - "content": "Four artists featured in a major London exhibition about Britain and the Caribbean reflect on identity, the art world and living through changing times.", - "category": "Art", - "link": "https://www.nytimes.com/2022/01/07/arts/design/british-caribbean-artists.html", - "creator": "Desiree Ibekwe", - "pubDate": "Fri, 07 Jan 2022 13:32:08 +0000", + "title": "College Enrollment Dropped Again in Fall 2021, Despite Vaccines", + "description": "Bergen County Community College in Paramus, N.J. New data showed that enrollment in community colleges, which were disproportionately hurt, was down 13.2 precent over 2019.", + "content": "Bergen County Community College in Paramus, N.J. New data showed that enrollment in community colleges, which were disproportionately hurt, was down 13.2 precent over 2019.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/13/us/college-enrollment-2021-omicron.html", + "creator": "Stephanie Saul", + "pubDate": "Thu, 13 Jan 2022 11:31:40 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194490,17 +198318,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "233fc15198dd1cd1118b12c4b26c469d", + "hash": "3ca15fb68d9f9416db3ff840851f87d4", "highlights": [] }, { - "title": "Stream These Peter Bogdanovich Movies", - "description": "The director loved the world of classic Hollywood so much that it’s as if he never left it. Here are nine of his film highlights.", - "content": "The director loved the world of classic Hollywood so much that it’s as if he never left it. Here are nine of his film highlights.", - "category": "Movies", - "link": "https://www.nytimes.com/2022/01/07/movies/peter-bogdanovich-movies-streaming.html", - "creator": "Nicolas Rapold", - "pubDate": "Fri, 07 Jan 2022 22:00:37 +0000", + "title": "Navient Settles Predatory Student Loan Claims for $1.85 Billion", + "description": "The company agreed to cancel private student loan debts for nearly 66,000 borrowers. Here’s the latest business news.", + "content": "The company agreed to cancel private student loan debts for nearly 66,000 borrowers. Here’s the latest business news.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/13/business/stock-market-economy-news", + "creator": "The New York Times", + "pubDate": "Thu, 13 Jan 2022 17:59:49 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194512,17 +198340,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e56e8b5a2cef73dff50a94e9443c4834", + "hash": "e727090b35be1caa112f23114d335cb0", "highlights": [] }, { - "title": "A Sherlock Holmes Mystery at the Grolier Club", - "description": "A collector’s passion for Holmes and Sir Arthur Conan Doyle is on display in “Sherlock Holmes in 221 Objects.” But can he solve the case of the pirate signature?", - "content": "A collector’s passion for Holmes and Sir Arthur Conan Doyle is on display in “Sherlock Holmes in 221 Objects.” But can he solve the case of the pirate signature?", - "category": "Writing and Writers", - "link": "https://www.nytimes.com/2022/01/07/arts/design/sherlock-holmes-exhibition-grolier.html", - "creator": "James Barron", - "pubDate": "Fri, 07 Jan 2022 18:00:03 +0000", + "title": "How Serbia Views Novak Djokovic", + "description": "A mural dedicated to Novak Djokovic with the words “With faith in God” in the Banjica residential area of Belgrade, Serbia, where the tennis star’s grandfather lived.", + "content": "A mural dedicated to Novak Djokovic with the words “With faith in God” in the Banjica residential area of Belgrade, Serbia, where the tennis star’s grandfather lived.", + "category": "Tennis", + "link": "https://www.nytimes.com/2022/01/13/world/europe/serbia-djokovic.html", + "creator": "Marc Santora", + "pubDate": "Thu, 13 Jan 2022 18:00:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194530,21 +198358,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f6dd5a32667b4faa2889b6b4e14e2284", + "hash": "4daa2c77625633245056c8cbc8aa6f0d", "highlights": [] }, { - "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", + "title": "Netscape Founder Gives Up $35 Million in Art Said to Be Stolen", + "description": "A Ganesha statue, left, as photographed in Cambodia by French archaeologists in 1934, and recently, right, in storage. Authorities say the item was looted and sold to James H. Clark, who has agreed to surrender it.", + "content": "A Ganesha statue, left, as photographed in Cambodia by French archaeologists in 1934, and recently, right, in storage. Authorities say the item was looted and sold to James H. Clark, who has agreed to surrender it.", + "category": "Arts and Antiquities Looting", + "link": "https://www.nytimes.com/2022/01/12/arts/design/james-clark-cambodian-antiquities.html", + "creator": "Tom Mashberg", + "pubDate": "Wed, 12 Jan 2022 19:36:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194556,17 +198384,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "17c8b53da70c2ae6bd867fd1497bae4d", + "hash": "7e551ba0253a22c6352b6516b2159a6e", "highlights": [] }, { - "title": "One Year After the Jan. 6 Attack, Parler’s C.E.O Grapples With Big Tech and Trump", - "description": "George Farmer doubles down on his efforts to revive a right-leaning social media company that was taken offline a year ago.", - "content": "George Farmer doubles down on his efforts to revive a right-leaning social media company that was taken offline a year ago.", - "category": "Computers and the Internet", - "link": "https://www.nytimes.com/2022/01/06/opinion/sway-kara-swisher-george-farmer.html", - "creator": "‘Sway’", - "pubDate": "Thu, 06 Jan 2022 10:00:07 +0000", + "title": "For Putin, Propping Up Allies Is Turning Into a Perilous Bargain", + "description": "A state media photo of President Vladimir V. Putin attending an emergency meeting on Monday of the Council of the Collective Security Treaty Organization to discuss the situation in Kazakhstan.", + "content": "A state media photo of President Vladimir V. Putin attending an emergency meeting on Monday of the Council of the Collective Security Treaty Organization to discuss the situation in Kazakhstan.", + "category": "Putin, Vladimir V", + "link": "https://www.nytimes.com/2022/01/13/world/europe/putin-ukraine-kazakhstan.html", + "creator": "Max Fisher", + "pubDate": "Thu, 13 Jan 2022 08:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194578,17 +198406,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a790b623b56f2a3aa99c31ae0012f33", + "hash": "5d66e1e0afac9efa5bee76123e6aa31c", "highlights": [] }, { - "title": "Cable TV Is the New Landline", - "description": "Old habits die hard. But technology can change entrenched ways of doing things slowly and then very quickly.", - "content": "Old habits die hard. But technology can change entrenched ways of doing things slowly and then very quickly.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2022/01/06/technology/cable-tv.html", - "creator": "Shira Ovide", - "pubDate": "Thu, 06 Jan 2022 17:26:36 +0000", + "title": "Why NATO Won’t Let Ukraine Join Anytime Soon", + "description": "Ukrainian troops took part in an exercise near Kyiv in December. If Ukraine were a NATO member, the alliance would be obligated to defend it against Russia and other adversaries.", + "content": "Ukrainian troops took part in an exercise near Kyiv in December. If Ukraine were a NATO member, the alliance would be obligated to defend it against Russia and other adversaries.", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2022/01/13/us/politics/nato-ukraine-biden-russia.html", + "creator": "Edward Wong and Lara Jakes", + "pubDate": "Thu, 13 Jan 2022 17:39:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194600,17 +198428,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0cd1b2109b0b76c767a9f5b80003830", + "hash": "f6ea8bb29bbf713d1eebac0a9e09f314", "highlights": [] }, { - "title": "Chinese Activists Face Subversion Charges for Weekend Gathering", - "description": "Liu Sifang at home in Los Angeles this month. Mr. Liu was among those who gathered in Xiamen, China, in late 2019 and discussed human rights. He later fled China.", - "content": "Liu Sifang at home in Los Angeles this month. Mr. Liu was among those who gathered in Xiamen, China, in late 2019 and discussed human rights. He later fled China.", - "category": "Xu Zhiyong", - "link": "https://www.nytimes.com/2022/01/08/world/asia/china-rights-defense-activists.html", - "creator": "Chris Buckley", - "pubDate": "Sat, 08 Jan 2022 23:06:57 +0000", + "title": "F.D.A. to Stop Regulating French Dressing", + "description": "French dressing will no longer be regulated by the Food and Drug Administration.", + "content": "French dressing will no longer be regulated by the Food and Drug Administration.", + "category": "Salad Dressings", + "link": "https://www.nytimes.com/2022/01/13/us/french-dressing-fda.html", + "creator": "Neil Vigdor", + "pubDate": "Thu, 13 Jan 2022 16:36:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194622,17 +198450,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1eb16ddf21dcc0f24a02f723fdd960bb", + "hash": "d418625038ec76c99eedcf71848aa046", "highlights": [] }, { - "title": "Alec Baldwin Says He Is Complying With Cellphone Search Warrant", - "description": "Alec Baldwin at an event in New York last month. He said that he would cooperate with the authorities in New Mexico and New York on the search warrant.", - "content": "Alec Baldwin at an event in New York last month. He said that he would cooperate with the authorities in New Mexico and New York on the search warrant.", - "category": "Baldwin, Alec", - "link": "https://www.nytimes.com/2022/01/08/us/alec-baldwin-phone-rust-shooting.html", - "creator": "Julia Jacobs and Graham Bowley", - "pubDate": "Sat, 08 Jan 2022 20:09:18 +0000", + "title": "‘American Urbanist,’ a Well-Timed Biography of a Man Who Reshaped City Life", + "description": "Richard K. Rein’s book tells the story of William H. Whyte, a sociologist who wrote “The Organization Man” and helped to rethink how cities look and feel.", + "content": "Richard K. Rein’s book tells the story of William H. Whyte, a sociologist who wrote “The Organization Man” and helped to rethink how cities look and feel.", + "category": "Whyte, William H", + "link": "https://www.nytimes.com/2022/01/12/books/review-american-urbanist-william-h-whyte-biography-richard-rein.html", + "creator": "Alexandra Jacobs", + "pubDate": "Wed, 12 Jan 2022 17:30:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194644,17 +198472,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5198be064ea86447f80734ca70248cc4", + "hash": "da11666146fa0b9f014225b7290419a4", "highlights": [] }, { - "title": "Mariah Bell Wins U.S. Figure Skating Title and a Spot in Beijing", - "description": "Bell celebrating her victory at the U.S. Figure Skating Championships in Nashville on Friday.", - "content": "Bell celebrating her victory at the U.S. Figure Skating Championships in Nashville on Friday.", - "category": "Olympic Games (2022)", - "link": "https://www.nytimes.com/2022/01/08/sports/mariah-bell-figure-skating-title-olympics.html", - "creator": "Juliet Macur", - "pubDate": "Sat, 08 Jan 2022 22:32:27 +0000", + "title": "By Honoring Hernandez, the Mets Fully Embrace Their Past", + "description": "Keith Hernandez spent seven seasons with the Mets, wearing No. 17 for all of them.", + "content": "Keith Hernandez spent seven seasons with the Mets, wearing No. 17 for all of them.", + "category": "Baseball", + "link": "https://www.nytimes.com/2022/01/12/sports/baseball/keith-hernandez-mets.html", + "creator": "Tyler Kepner", + "pubDate": "Thu, 13 Jan 2022 00:02:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194666,17 +198494,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "96a368297e3c691b7c86215c66751585", + "hash": "cf18ac97a6421bb4f7539de1069a08be", "highlights": [] }, { - "title": "Marilyn Bergman, Half of an Oscar-Winning Songwriting Duo, Dies at 93", - "description": "Marilyn Bergman with her husband, Alan Bergman, right, and the composer Marvin Hamlisch in 1974 after they won a Golden Globe for the song “The Way We Were.” ", - "content": "Marilyn Bergman with her husband, Alan Bergman, right, and the composer Marvin Hamlisch in 1974 after they won a Golden Globe for the song “The Way We Were.” ", - "category": "Deaths (Obituaries)", - "link": "https://www.nytimes.com/2022/01/08/arts/music/marilyn-bergman-dead.html", - "creator": "Anita Gates", - "pubDate": "Sat, 08 Jan 2022 23:45:50 +0000", + "title": "Jimmy Kimmel Is High Off Covid’s Cannabis Breakthrough", + "description": "“All this time we’ve been listening to the C.D.C., we should have been eating CBD,” Kimmel said of research showing that cannabis compounds can prevent Covid-19.", + "content": "“All this time we’ve been listening to the C.D.C., we should have been eating CBD,” Kimmel said of research showing that cannabis compounds can prevent Covid-19.", + "category": "Television", + "link": "https://www.nytimes.com/2022/01/13/arts/television/jimmy-kimmel-covid-cannabis.html", + "creator": "Trish Bendix", + "pubDate": "Thu, 13 Jan 2022 06:43:57 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194688,17 +198516,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3843966ec4816fb166d1cbaa05a46705", + "hash": "b4ca7382d6d0dabc129d630f5f571c2e", "highlights": [] }, { - "title": "Asian Immigrant Attacked in Hate Crime Last Year Dies", - "description": "A photo of Yao Pan Ma, who was left in a coma after a hate crime assault in April. He died on Dec. 31.", - "content": "A photo of Yao Pan Ma, who was left in a coma after a hate crime assault in April. He died on Dec. 31.", - "category": "Yao Pan Ma", - "link": "https://www.nytimes.com/2022/01/08/nyregion/anti-asian-hate-crime-death-harlem.html", - "creator": "Troy Closson", - "pubDate": "Sat, 08 Jan 2022 21:19:50 +0000", + "title": "Reggie Wilson Explores the Power of Moving Together", + "description": "The choreographer continues his research into African American worship and the Black Shakers in “Power” at the Brooklyn Academy of Music.", + "content": "The choreographer continues his research into African American worship and the Black Shakers in “Power” at the Brooklyn Academy of Music.", + "category": "Dancing", + "link": "https://www.nytimes.com/2022/01/12/arts/dance/reggie-wilson-power.html", + "creator": "Gia Kourlas", + "pubDate": "Thu, 13 Jan 2022 09:24:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194710,17 +198538,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2efd3ba7c3024c652537c5a9aa98fc72", + "hash": "a8b9c2d85b16aad7daf2a461d3e2b409", "highlights": [] }, { - "title": "Amid Crisis, Kazakhstan's Leader Embraces Russia", - "description": "President Kassym-Jomart Tokayev of Kazakhstan last year at the United Nations in New York.", - "content": "President Kassym-Jomart Tokayev of Kazakhstan last year at the United Nations in New York.", - "category": "Demonstrations, Protests and Riots", - "link": "https://www.nytimes.com/2022/01/08/world/europe/kazakhstan-russia.html", - "creator": "Valerie Hopkins", - "pubDate": "Sat, 08 Jan 2022 18:42:23 +0000", + "title": "Teachers in France Plan Strike Over Covid Rules for Classrooms", + "description": "French educators in Nice on Thursday taking part in a day of school walkouts and protests over Covid-19 testing rules.", + "content": "French educators in Nice on Thursday taking part in a day of school walkouts and protests over Covid-19 testing rules.", + "category": "Shutdowns (Institutional)", + "link": "https://www.nytimes.com/2022/01/13/world/europe/covid-france-teachers-strike.html", + "creator": "Constant Méheut", + "pubDate": "Thu, 13 Jan 2022 15:46:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194732,17 +198560,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b2418cf45985f9e5f6023f7f176618b", + "hash": "8c43cd6aa63ca98c453ca9e4aa6c5d8d", "highlights": [] }, { - "title": "A Woman Surpassed $1 Million on 'Jeopardy!' and She Happens to Be Trans ", - "description": "Amy Schneider on the set of “Jeopardy!”", - "content": "Amy Schneider on the set of “Jeopardy!”", - "category": "Jeopardy! (TV Program)", - "link": "https://www.nytimes.com/2022/01/07/opinion/culture/jeopardy-trans-amy-schneider.html", - "creator": "Jennifer Finney Boylan", - "pubDate": "Sat, 08 Jan 2022 02:24:07 +0000", + "title": "House Passes Voting Rights Bill, Speeding a Senate Showdown", + "description": "While all 50 Senate Democrats support the legislation, Republicans are almost uniformly opposed, leaving Democrats short of the 60 votes needed.", + "content": "While all 50 Senate Democrats support the legislation, Republicans are almost uniformly opposed, leaving Democrats short of the 60 votes needed.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/13/us/politics/house-voting-rights-bill.html", + "creator": "Carl Hulse", + "pubDate": "Thu, 13 Jan 2022 17:07:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194754,17 +198582,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3534511695f4f8a48f070e8ce3bacce9", + "hash": "3de8ea1335df5e8b5846f13e32bab439", "highlights": [] }, { - "title": "My Dinner With Sidney Poitier", - "description": "He was the epitome of Black dignity, Black beauty, Black pride and Black power.", - "content": "He was the epitome of Black dignity, Black beauty, Black pride and Black power.", - "category": "Poitier, Sidney", - "link": "https://www.nytimes.com/2022/01/07/opinion/my-dinner-with-sidney-poitier.html", - "creator": "Charles M. Blow", - "pubDate": "Fri, 07 Jan 2022 23:05:32 +0000", + "title": "Russia and West at Impasse as Ukraine Urges Reversal of Troop Buildup", + "description": "Russian tanks taking part in drills at a firing range in the Rostov region, near the border with Ukraine, on Wednesday.", + "content": "Russian tanks taking part in drills at a firing range in the Rostov region, near the border with Ukraine, on Wednesday.", + "category": "Defense and Military Forces", + "link": "https://www.nytimes.com/2022/01/13/world/europe/russia-ukraine-talks.html", + "creator": "Anton Troianovski", + "pubDate": "Thu, 13 Jan 2022 13:46:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194776,17 +198604,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "320ee25d4318b93307721910d3556777", + "hash": "dc1bef24608328b2648a4f2e1a0eb57b", "highlights": [] }, { - "title": "Hundreds of Biden Nominees Are Unconfirmed Amid G.O.P. Blockade", - "description": "Deborah E. Lipstadt is among the most prominent of hundreds of President Biden’s nominees whose bids for Senate-confirmed jobs have languished because of partisan dysfunction or personal pique.", - "content": "Deborah E. Lipstadt is among the most prominent of hundreds of President Biden’s nominees whose bids for Senate-confirmed jobs have languished because of partisan dysfunction or personal pique.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/08/us/politics/biden-nominees-senate-confirmation.html", - "creator": "Elizabeth Williamson", - "pubDate": "Sat, 08 Jan 2022 18:00:08 +0000", + "title": "Navient Reaches $1.85 Billion Deal to Settle Predatory Behavior Claims", + "description": "The student loan servicer agreed to cancel private student loan debts for nearly 66,000 borrowers. Here’s the latest business news.", + "content": "The student loan servicer agreed to cancel private student loan debts for nearly 66,000 borrowers. Here’s the latest business news.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/13/business/stock-market-economy-news", + "creator": "The New York Times", + "pubDate": "Thu, 13 Jan 2022 16:53:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194798,17 +198626,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "19e0aec1ebba63572700a083d10e65a8", + "hash": "149df10cd44d0b5491b94bb5e14fdd79", "highlights": [] }, { - "title": "Worker Killed in Pennsylvania Mine Collapse, State Officials Say", - "description": "Laurel Aggregates’ Lake Lynn Quarry in Springhill Township, where a miner was fatally injured in a roof collapse on Friday, according to Pennsylvania officials.", - "content": "Laurel Aggregates’ Lake Lynn Quarry in Springhill Township, where a miner was fatally injured in a roof collapse on Friday, according to Pennsylvania officials.", - "category": "Mines and Mining", - "link": "https://www.nytimes.com/2022/01/08/us/mine-collapse-pennsylvania-fayette-county.html", - "creator": "Isabella Grullón Paz", - "pubDate": "Sat, 08 Jan 2022 21:55:31 +0000", + "title": "The Science of Smell: Decoding What Our Noses Know", + "description": "Chuck McGinley with his Nasal Ranger, a design inspired by the shape of the Haleakala volcano in Hawaii.", + "content": "Chuck McGinley with his Nasal Ranger, a design inspired by the shape of the Haleakala volcano in Hawaii.", + "category": "Smells and Odors", + "link": "https://www.nytimes.com/2022/01/13/climate/chuck-mcginley-nasal-ranger-smell.html", + "creator": "Winston Choi-Schagrin", + "pubDate": "Thu, 13 Jan 2022 15:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194820,17 +198648,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "76e99b820be3720057a522f7b5ee555b", + "hash": "ed0c3731cdaee56fd579159b235af74b", "highlights": [] }, { - "title": "They Had Reasons for Leaving the City. So Why Are Their Friends Mad?", - "description": "“I always look for the best in New York, and there I was leaving — like a deserter,” said Joel Schnell, who moved to Lauderdale-by-the-Sea, Fla., during the pandemic, with his wife, Lynne White.", - "content": "“I always look for the best in New York, and there I was leaving — like a deserter,” said Joel Schnell, who moved to Lauderdale-by-the-Sea, Fla., during the pandemic, with his wife, Lynne White.", - "category": "Real Estate and Housing (Residential)", - "link": "https://www.nytimes.com/2022/01/07/realestate/pandemic-move-friends.html", - "creator": "Joanne Kaufman", - "pubDate": "Fri, 07 Jan 2022 10:00:12 +0000", + "title": "With Djokovic’s Status in Limbo, So Is the Australian Open", + "description": "Novak Djokovic practicing at Melbourne Park on Thursday. Whether he would actually play at the Australian Open was still unclear.", + "content": "Novak Djokovic practicing at Melbourne Park on Thursday. Whether he would actually play at the Australian Open was still unclear.", + "category": "Djokovic, Novak", + "link": "https://www.nytimes.com/2022/01/13/sports/tennis/djokovic-australian-open.html", + "creator": "Christopher Clarey", + "pubDate": "Thu, 13 Jan 2022 10:06:49 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194842,17 +198670,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "70a95c353275c07449313ff4acf4f4b8", + "hash": "eef76800fae932f09b8a1460d6253b4a", "highlights": [] }, { - "title": "Conservative Majority on Supreme Court Appears Skeptical of Biden's Vaccine Plan", - "description": "Protesting a vaccine mandate in San Francisco. The Supreme Court has repeatedly upheld state vaccine mandates in a variety of settings.", - "content": "Protesting a vaccine mandate in San Francisco. The Supreme Court has repeatedly upheld state vaccine mandates in a variety of settings.", - "category": "Supreme Court (US)", - "link": "https://www.nytimes.com/2022/01/07/us/politics/biden-vaccine-mandate-supreme-court.html", - "creator": "Adam Liptak", - "pubDate": "Fri, 07 Jan 2022 19:06:35 +0000", + "title": "Hochul Unveiled a Sweeping Vision for New York. Now Comes the Hard Part.", + "description": "Gov. Kathy Hochul is seeking a new era of cooperation with the Legislature.", + "content": "Gov. Kathy Hochul is seeking a new era of cooperation with the Legislature.", + "category": "Hochul, Kathleen C", + "link": "https://www.nytimes.com/2022/01/13/nyregion/kathy-hochul-budget-agenda.html", + "creator": "Luis Ferré-Sadurní and Grace Ashford", + "pubDate": "Thu, 13 Jan 2022 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194864,17 +198692,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "99055cda137dbdb353b64c1464963672", + "hash": "8d2365ca2dbeb54adf47a416a8e6f48c", "highlights": [] }, { - "title": "Ron Perelman's Debts Come Due", - "description": "Ron Perelman, the chairman and chief executive of MacAndrews & Forbes, which is best known for overseeing Revlon, in his Upper East Side office, where he displays some of his art collection, including works by Cy Twombly and Giacometti.", - "content": "Ron Perelman, the chairman and chief executive of MacAndrews & Forbes, which is best known for overseeing Revlon, in his Upper East Side office, where he displays some of his art collection, including works by Cy Twombly and Giacometti.", - "category": "Perelman, Ronald O", - "link": "https://www.nytimes.com/2022/01/07/style/ron-perelman.html", - "creator": "Jacob Bernstein", - "pubDate": "Fri, 07 Jan 2022 18:05:23 +0000", + "title": "The U.S. and Iran Move Closer to a Nuclear Deal", + "description": "Iranian officials standing near missiles put on display by the Revolutionary Guard in Tehran on Friday. Despite their bombastic talk, Iranian officials seem optimistic about reaching a nuclear deal with the U.S.", + "content": "Iranian officials standing near missiles put on display by the Revolutionary Guard in Tehran on Friday. Despite their bombastic talk, Iranian officials seem optimistic about reaching a nuclear deal with the U.S.", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2022/01/12/world/middleeast/us-iran-nuclear-deal.html", + "creator": "Farnaz Fassihi and Lara Jakes", + "pubDate": "Thu, 13 Jan 2022 03:47:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194886,17 +198714,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a613c5976950967b258c3155bc3dc2c", + "hash": "b0dceb0c1bb3f5e1fe249af2f28ddfe1", "highlights": [] }, { - "title": "The Benefits of Bickering in Marriage", - "description": "A relationship is a shared story, even if it’s hard to agree on the details.", - "content": "A relationship is a shared story, even if it’s hard to agree on the details.", - "category": "Love (Emotion)", - "link": "https://www.nytimes.com/2022/01/07/style/modern-love-bickering-marriage.html", - "creator": "Nicole Walker", - "pubDate": "Fri, 07 Jan 2022 05:07:58 +0000", + "title": "U.S. Refines Tool to Evaluate Havana Syndrome Cases", + "description": "The U.S. Embassy in Havana, where some staff members experienced a mysterious ailment that has also injured U.S. government officials around the world.", + "content": "The U.S. Embassy in Havana, where some staff members experienced a mysterious ailment that has also injured U.S. government officials around the world.", + "category": "Havana Syndrome", + "link": "https://www.nytimes.com/2022/01/13/us/politics/havana-syndrome-evaluation-tool.html", + "creator": "Mark Walker and Julian E. Barnes", + "pubDate": "Thu, 13 Jan 2022 17:00:50 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194908,17 +198736,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c51f1d2928a3e677337fdab512139ec", + "hash": "a2f59424d75b02281dff1e46042a5c82", "highlights": [] }, { - "title": "Cyber Ninjas, Derided for Arizona Vote Review, Says It Is Shutting Down", - "description": "Maricopa County ballots cast in the 2020 election were examined and recounted by Cyber Ninjas in Phoenix last year.", - "content": "Maricopa County ballots cast in the 2020 election were examined and recounted by Cyber Ninjas in Phoenix last year.", - "category": "Presidential Election of 2020", - "link": "https://www.nytimes.com/2022/01/07/us/cyber-ninjas-arizona-vote-review.html", - "creator": "Michael Wines", - "pubDate": "Sat, 08 Jan 2022 04:20:23 +0000", + "title": "Gaetz’s Ex-Girlfriend Testifies Before Federal Grand Jury", + "description": "Investigators began seeking evidence and testimony in late 2020 from a former girlfriend of Representative Matt Gaetz, Republican of Florida. ", + "content": "Investigators began seeking evidence and testimony in late 2020 from a former girlfriend of Representative Matt Gaetz, Republican of Florida. ", + "category": "Human Trafficking", + "link": "https://www.nytimes.com/2022/01/12/us/politics/matt-gaetz-girlfriend-investigation.html", + "creator": "Katie Benner and Michael S. Schmidt", + "pubDate": "Thu, 13 Jan 2022 00:38:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194930,17 +198758,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9817d37a2db5584d0c34734d38ea7930", + "hash": "a400b1ad557e9442f827c53525c2a739", "highlights": [] }, { - "title": "Djokovic Stay at Park Hotel Highlights Australia Asylum Seeker Plight", - "description": "The police stood in front of the Park Hotel in Melbourne, Australia, on Thursday, as demonstrators protesting the government’s detention policies for asylum seekers were removed.", - "content": "The police stood in front of the Park Hotel in Melbourne, Australia, on Thursday, as demonstrators protesting the government’s detention policies for asylum seekers were removed.", - "category": "Refugees and Displaced Persons", - "link": "https://www.nytimes.com/2022/01/08/world/asia/australia-djokovic-refugees-hotel.html", - "creator": "Yan Zhuang and Damien Cave", - "pubDate": "Sat, 08 Jan 2022 12:27:34 +0000", + "title": "Biden to Announce Military Help for Hospitals in 6 States", + "description": "President Biden plans to announce the deployment of 1,000 military medical personnel to help deal with an Omicron surge, officials said. Here’s the latest.", + "content": "President Biden plans to announce the deployment of 1,000 military medical personnel to help deal with an Omicron surge, officials said. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/13/world/omicron-covid-testing-vaccines", + "creator": "The New York Times", + "pubDate": "Thu, 13 Jan 2022 10:07:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194952,17 +198780,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d293774e491ce9ec42cbd18033b0d4bc", + "hash": "6865149b9209018617539457a3ade8c3", "highlights": [] }, { - "title": "John Thune, No. 2 Senate Republican, Will Seek Re-election", - "description": "Senator John Thune of South Dakota, the No. 2 Senate Republican, had recently told associates that he was considering retirement.", - "content": "Senator John Thune of South Dakota, the No. 2 Senate Republican, had recently told associates that he was considering retirement.", - "category": "Thune, John R", - "link": "https://www.nytimes.com/2022/01/08/us/politics/john-thune-senate-re-election.html", - "creator": "Jonathan Martin", - "pubDate": "Sat, 08 Jan 2022 18:02:54 +0000", + "title": "The Mood in the Capitol Was Already Dark. Then Came Omicron.", + "description": "A line for testing at the Capitol on Wednesday. At least 129 House members and senators have announced a coronavirus infection since the outset of the pandemic, nearly a quarter of the lawmakers in Congress.", + "content": "A line for testing at the Capitol on Wednesday. At least 129 House members and senators have announced a coronavirus infection since the outset of the pandemic, nearly a quarter of the lawmakers in Congress.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/12/us/politics/congress-omicron.html", + "creator": "Jonathan Weisman", + "pubDate": "Thu, 13 Jan 2022 00:36:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194974,17 +198802,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "928166d86ca58aaadfe93691d194da34", + "hash": "3e7e7aaea972afa2c719b6dff4758f32", "highlights": [] }, { - "title": "Connecticut High School Hockey Player Dies After Fall on the Rink", - "description": "Brunswick School in Greenwich, Conn., which was playing against a hockey team from St. Luke’s School on Thursday when the student fell on the ice.", - "content": "Brunswick School in Greenwich, Conn., which was playing against a hockey team from St. Luke’s School on Thursday when the student fell on the ice.", - "category": "Teddy Balkind", - "link": "https://www.nytimes.com/2022/01/08/nyregion/connecticut-teddy-balkind-hockey-death.html", - "creator": "Troy Closson", - "pubDate": "Sat, 08 Jan 2022 18:58:01 +0000", + "title": "The Taliban Have Staffing Issues. They Are Looking for Help in Pakistan.", + "description": "Khyal Mohammad Ghayoor, center, working in his office at the traffic department in Kabul, Afghanistan, this month.", + "content": "Khyal Mohammad Ghayoor, center, working in his office at the traffic department in Kabul, Afghanistan, this month.", + "category": "Afghanistan War (2001- )", + "link": "https://www.nytimes.com/2022/01/13/world/taliban-members.html", + "creator": "Zia ur-Rehman and Emily Schmall", + "pubDate": "Thu, 13 Jan 2022 10:06:40 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -194996,17 +198824,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "943f5fcca23d7487e29a9b5749bc1556", + "hash": "bcd74303647f3518e6d48a3e88f14348", "highlights": [] }, { - "title": "Skier Mikaela Shiffrin is Back on Top and Headed to the Olympics", - "description": "Mikaela Shiffrin celebrating on the podium in Zagreb, Croatia, this week.", - "content": "Mikaela Shiffrin celebrating on the podium in Zagreb, Croatia, this week.", - "category": "Alpine Skiing", - "link": "https://www.nytimes.com/2022/01/07/sports/olympics/mikaela-shiffrin-beijing-skiing.html", - "creator": "Bill Pennington", - "pubDate": "Fri, 07 Jan 2022 19:03:03 +0000", + "title": "‘Davos Man,' Marc Benioff and the Covid Pandemic", + "description": "They stepped up in the pandemic “to save the world,” says Marc Benioff of Salesforce. Even as their tax practices and perches kept them above its troubles.", + "content": "They stepped up in the pandemic “to save the world,” says Marc Benioff of Salesforce. Even as their tax practices and perches kept them above its troubles.", + "category": "Benioff, Marc", + "link": "https://www.nytimes.com/2022/01/13/business/davos-man-marc-benioff-book.html", + "creator": "", + "pubDate": "Thu, 13 Jan 2022 10:00:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195018,17 +198846,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c155c1a0554e655dfbbdda1eff58f942", + "hash": "3c166e894c1de35d2ab053b3a2e8771d", "highlights": [] }, { - "title": "A Season to Savor a Cherished Musical Again and Again (and Again)", - "description": "From left, Nya, Sharon D Clarke, Harper Miles and Nasia Thomas in “Caroline, or Change.” After catching the first preview, our critic writes, “I started telling people that I would see it three times a week if I could.”", - "content": "From left, Nya, Sharon D Clarke, Harper Miles and Nasia Thomas in “Caroline, or Change.” After catching the first preview, our critic writes, “I started telling people that I would see it three times a week if I could.”", - "category": "Theater", - "link": "https://www.nytimes.com/2022/01/07/theater/caroline-or-change-multiple-views.html", - "creator": "Laura Collins-Hughes", - "pubDate": "Fri, 07 Jan 2022 19:58:38 +0000", + "title": "‘Softbois,’ ‘Nice Guys’ and Incels: Petulant Vulnerability Is the New Toxic Masculinity", + "description": "From bad boyfriends to Jan. 6 rioters, men are using the language of vulnerability as a cudgel, feigning emotional fragility to retain power and dominance.", + "content": "From bad boyfriends to Jan. 6 rioters, men are using the language of vulnerability as a cudgel, feigning emotional fragility to retain power and dominance.", + "category": "Men and Boys", + "link": "https://www.nytimes.com/2022/01/13/opinion/toxic-masculinity.html", + "creator": "Alex McElroy", + "pubDate": "Thu, 13 Jan 2022 10:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195040,17 +198868,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b19f05e7f9ef2f7393d5c4ca44255cb", + "hash": "e3f23810495293455fb468aa1edb16c9", "highlights": [] }, { - "title": "A Potato Gratin That Innovates on Tradition", - "description": "This is a dish that tastes better as it sits, so feel free to serve it at room temperature and add the brown butter just before serving.", - "content": "This is a dish that tastes better as it sits, so feel free to serve it at room temperature and add the brown butter just before serving.", - "category": "Cooking and Cookbooks", - "link": "https://www.nytimes.com/2022/01/07/dining/gratin-family-traditions.html", - "creator": "Yotam Ottolenghi", - "pubDate": "Fri, 07 Jan 2022 21:00:16 +0000", + "title": "Philadelphia Fire Started When Boy, 5, Ignited Christmas Tree", + "description": "There were 14 occupants in the apartment where the fire broke out, 12 of whom died.", + "content": "There were 14 occupants in the apartment where the fire broke out, 12 of whom died.", + "category": "Philadelphia (Pa)", + "link": "https://www.nytimes.com/2022/01/11/us/philadelphia-fire-christmas-tree.html", + "creator": "Campbell Robertson", + "pubDate": "Tue, 11 Jan 2022 23:40:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195062,17 +198890,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "11c3cacb827d539a1486a3671cdd5e7d", + "hash": "390c7f85ca449e72093535c4389f8d19", "highlights": [] }, { - "title": "‘The School for Good Mothers’ Is Our January Group Text Pick", - "description": "The epigraph at the front of “The School for Good Mothers” comes from “Plainwater,” by Anne Carson: “I wanted to find one law to cover all of the living, I found fear. A list of my nightmares is the map of the way out of here.”", - "content": "The epigraph at the front of “The School for Good Mothers” comes from “Plainwater,” by Anne Carson: “I wanted to find one law to cover all of the living, I found fear. A list of my nightmares is the map of the way out of here.”", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2022/01/04/books/group-text-school-for-good-mothers-jessamine-chan.html", - "creator": "Elisabeth Egan", - "pubDate": "Thu, 06 Jan 2022 21:48:55 +0000", + "title": "When Axel Webber Was Rejected from Juilliard, TikTok Stepped In", + "description": "Axel Webber first went viral when he posted a video about living in a small apartment in Manhattan in December.", + "content": "Axel Webber first went viral when he posted a video about living in a small apartment in Manhattan in December.", + "category": "Social Media", + "link": "https://www.nytimes.com/2022/01/11/style/tiktok-axel-webber-juilliard-nyc.html", + "creator": "Taylor Lorenz", + "pubDate": "Wed, 12 Jan 2022 16:46:58 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195084,17 +198912,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "86d5ca04e374e2fdc358c0ad75efd82f", + "hash": "6c9362f25d3bfcbe5b9b13099115269e", "highlights": [] }, { - "title": "Alice Trumbull Mason, Alone and With Friends", - "description": "A poignant gallery show of the artist’s “Shutter Paintings” is paired with an exceptional Whitney exhibition of the forward-looking prints that she and her contemporaries made in days gone by.", - "content": "A poignant gallery show of the artist’s “Shutter Paintings” is paired with an exceptional Whitney exhibition of the forward-looking prints that she and her contemporaries made in days gone by.", - "category": "Art", - "link": "https://www.nytimes.com/2022/01/06/arts/design/alice-trumbull-mason-washburn-whitney.html", - "creator": "Roberta Smith", - "pubDate": "Thu, 06 Jan 2022 19:27:12 +0000", + "title": "The Soldiers Came Home Sick. The Government Denied It Was Responsible.", + "description": "U.S. service members and veterans have long insisted that the military’s garbage-disposal fires in war zones made them ill. Why were their claims stonewalled for so long?", + "content": "U.S. service members and veterans have long insisted that the military’s garbage-disposal fires in war zones made them ill. Why were their claims stonewalled for so long?", + "category": "Stewart, Jon", + "link": "https://www.nytimes.com/2022/01/11/magazine/military-burn-pits.html", + "creator": "Megan K. Stack", + "pubDate": "Tue, 11 Jan 2022 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195106,17 +198934,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d9e3a913f291c5dfbf551cc3d2a580fa", + "hash": "ccaafb9fb69c83e8d337023729c57472", "highlights": [] }, { - "title": "In Kazakhstan’s Street Battles, Signs of Elites Fighting Each Other", - "description": "A military checkpoint in Almaty, Kazakhstan, on Friday.", - "content": "A military checkpoint in Almaty, Kazakhstan, on Friday.", - "category": "Demonstrations, Protests and Riots", - "link": "https://www.nytimes.com/2022/01/07/world/asia/kazakhstan-protests.html", - "creator": "Ivan Nechepurenko and Andrew Higgins", - "pubDate": "Fri, 07 Jan 2022 22:43:12 +0000", + "title": "Economists Pin More Blame on Tech for Rising Inequality", + "description": "At least half the rising gap in wages among American workers in the last 40 years comes from the automation of tasks once done by people, says Daron Acemoglu, an economist at M.I.T.", + "content": "At least half the rising gap in wages among American workers in the last 40 years comes from the automation of tasks once done by people, says Daron Acemoglu, an economist at M.I.T.", + "category": "Labor and Jobs", + "link": "https://www.nytimes.com/2022/01/11/technology/income-inequality-technology.html", + "creator": "Steve Lohr", + "pubDate": "Tue, 11 Jan 2022 08:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195128,17 +198956,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "da819e4bceb8d598a024ebba343cc4a0", + "hash": "f7b4fe333a4d50771e926b526e84c867", "highlights": [] }, { - "title": "A Supreme Court Ruling Against Biden's Vaccine Mandates Could Be Disastrous", - "description": "Biden’s vaccine mandates must remain intact.", - "content": "Biden’s vaccine mandates must remain intact.", - "category": "Vaccination and Immunization", - "link": "https://www.nytimes.com/2022/01/06/opinion/supreme-court-vaccine-mandates.html", - "creator": "Wendy Parmet", - "pubDate": "Thu, 06 Jan 2022 20:00:06 +0000", + "title": "How the Site of a Bronx Fire Became a Haven for Gambians", + "description": "A day after a fire killed 17 people at Twin Parks North West, interfaith leaders prayed outside the apartment building.", + "content": "A day after a fire killed 17 people at Twin Parks North West, interfaith leaders prayed outside the apartment building.", + "category": "Heating", + "link": "https://www.nytimes.com/2022/01/12/nyregion/gambian-residents-bronx-apartment-fire.html", + "creator": "Kimiko de Freytas-Tamura", + "pubDate": "Thu, 13 Jan 2022 02:02:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195150,17 +198978,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f36d1471269dc9969aa3db77984f77f", + "hash": "5ff4fe0f79f9e4a08aa07716ee2e9a3d", "highlights": [] }, { - "title": "Amid Crisis, Kazakhstan’s Leader Chose His Path: Embrace Russia", - "description": "President Kassym-Jomart Tokayev of Kazakhstan last year at the United Nations in New York.", - "content": "President Kassym-Jomart Tokayev of Kazakhstan last year at the United Nations in New York.", - "category": "Demonstrations, Protests and Riots", - "link": "https://www.nytimes.com/2022/01/08/world/europe/kazakhstan-russia.html", - "creator": "Valerie Hopkins", - "pubDate": "Sat, 08 Jan 2022 15:49:11 +0000", + "title": "Democrats Plan to Fast-Track Voting Rights Bill, Speeding a Showdown", + "description": "Republicans have blocked four previous attempts to bring up voting rights legislation in the Senate.", + "content": "Republicans have blocked four previous attempts to bring up voting rights legislation in the Senate.", + "category": "Law and Legislation", + "link": "https://www.nytimes.com/2022/01/12/us/politics/democrats-voting-rights-bill.html", + "creator": "Carl Hulse", + "pubDate": "Wed, 12 Jan 2022 21:53:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195172,17 +199000,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8dc36867980cbb20bf00cbf631f9aae", + "hash": "50cb2387dd78d515ddde612fc0167ad3", "highlights": [] }, { - "title": "Mariah Bell Wins U.S. Figure Skating Title and a Shot at Beijing", - "description": "Bell celebrating her victory at the U.S. Figure Skating Championships in Nashville on Friday.", - "content": "Bell celebrating her victory at the U.S. Figure Skating Championships in Nashville on Friday.", - "category": "Olympic Games (2022)", - "link": "https://www.nytimes.com/2022/01/08/sports/mariah-bell-figure-skating-title-olympics.html", - "creator": "Juliet Macur", - "pubDate": "Sat, 08 Jan 2022 20:50:33 +0000", + "title": "Burning a Key West Symbol Was Bad. Not Tipping a Bartender Was Worse, Locals Say.", + "description": "Paul Cassidy, a Key West Public Works employee, applied finishing touches to the refurbished Southernmost Point marker last week.", + "content": "Paul Cassidy, a Key West Public Works employee, applied finishing touches to the refurbished Southernmost Point marker last week.", + "category": "Tips and Tipping", + "link": "https://www.nytimes.com/2022/01/12/us/southernmost-point-key-west-buoy-burned.html", + "creator": "Vimal Patel", + "pubDate": "Thu, 13 Jan 2022 01:50:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195194,17 +199022,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a799144655f7b93e407d48a95603018", + "hash": "eb61ff4c01c6d514d7fa8c05ff154e64", "highlights": [] }, { - "title": "How Biden and Boris Johnson Reached the Same Place on Virus Policy", - "description": "Enjoying Christmas festivities last month in Manchester, England. Prime Minister Boris Johnson said people did not need to cancel their holiday plans as the virus spread.", - "content": "Enjoying Christmas festivities last month in Manchester, England. Prime Minister Boris Johnson said people did not need to cancel their holiday plans as the virus spread.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2022/01/08/world/europe/biden-boris-johnson-coronavirus-omicron.html", - "creator": "Mark Landler", - "pubDate": "Sat, 08 Jan 2022 08:10:23 +0000", + "title": "Business Updates: German Utilities Secure Funding Amid High Energy Prices", + "description": "Energy companies say they need extra financing to cover future commitments as natural gas prices remain near record levels.", + "content": "Energy companies say they need extra financing to cover future commitments as natural gas prices remain near record levels.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/13/business/stock-market-economy-news", + "creator": "The New York Times", + "pubDate": "Thu, 13 Jan 2022 12:30:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195216,17 +199044,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a656295d0e1c8a04ca3a679f719400c4", + "hash": "4df630c12dfb3cbf513fdb7c7da4c29f", "highlights": [] }, { - "title": "For Africa Cup of Nations, Embrace the Unknown", - "description": "Jerseys on sale in Cameroon, where the Africa Cup of Nations opens on Sunday.", - "content": "Jerseys on sale in Cameroon, where the Africa Cup of Nations opens on Sunday.", - "category": "Soccer", - "link": "https://www.nytimes.com/2022/01/07/sports/soccer/africa-cup-of-nations.html", - "creator": "Rory Smith", - "pubDate": "Fri, 07 Jan 2022 17:51:40 +0000", + "title": "Nigeria Lifts Twitter Ban", + "description": "President Mohammadu Buhari of Nigeria in December. Some saw his tweet as a threat against the Igbo ethnic group.", + "content": "President Mohammadu Buhari of Nigeria in December. Some saw his tweet as a threat against the Igbo ethnic group.", + "category": "Social Media", + "link": "https://www.nytimes.com/2022/01/13/world/africa/nigeria-lifts-twitter-ban.html", + "creator": "Ruth Maclean", + "pubDate": "Thu, 13 Jan 2022 12:21:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195238,17 +199066,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab418ae8d6db12afa193f06de50fcee3", + "hash": "ab47f9627f407638888c76a1d02329f2", "highlights": [] }, { - "title": "Hundreds of Biden Nominees Stuck in Senate Limbo Amid G.O.P. Blockade", - "description": "Deborah E. Lipstadt is among the most prominent of hundreds of President Biden’s nominees whose bids for Senate-confirmed jobs have languished because of partisan dysfunction or personal pique.", - "content": "Deborah E. Lipstadt is among the most prominent of hundreds of President Biden’s nominees whose bids for Senate-confirmed jobs have languished because of partisan dysfunction or personal pique.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/08/us/politics/biden-nominees-senate-confirmation.html", - "creator": "Elizabeth Williamson", - "pubDate": "Sat, 08 Jan 2022 18:00:08 +0000", + "title": "‘Rust’ Armorer Sues Supplier of Ammunition and Guns for Film Set", + "description": "The set of “Rust” in Santa Fe County, N.M. in October 2021.", + "content": "The set of “Rust” in Santa Fe County, N.M. in October 2021.", + "category": "Suits and Litigation (Civil)", + "link": "https://www.nytimes.com/2022/01/12/movies/rust-film-ammunition-supplier-sued.html", + "creator": "Julia Jacobs and Graham Bowley", + "pubDate": "Thu, 13 Jan 2022 02:12:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195260,17 +199088,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b0a249c71ffb06f0b4b27dbc6c1a069", + "hash": "98af2d98aec98e5eece8d493cbbb9103", "highlights": [] }, { - "title": "New York Plans to Install ‘Vending Machines’ With Anti-Overdose Drugs", - "description": "Every four hours, someone in New York City dies from a drug overdose, according to health department data.", - "content": "Every four hours, someone in New York City dies from a drug overdose, according to health department data.", - "category": "Naloxone (Drug)", - "link": "https://www.nytimes.com/2022/01/08/nyregion/naloxone-vending-machines-nyc.html", - "creator": "Isabella Grullón Paz", - "pubDate": "Sat, 08 Jan 2022 14:20:05 +0000", + "title": "Why Do Women Gain Belly Fat in Midlife?", + "description": "And is there any way to target it through diet or exercise?", + "content": "And is there any way to target it through diet or exercise?", + "category": "Exercise", + "link": "https://www.nytimes.com/2022/01/11/well/move/belly-fat-women.html", + "creator": "Alice Callahan", + "pubDate": "Tue, 11 Jan 2022 10:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195282,17 +199110,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "273113049a5d79757e0e832e9562e4fa", + "hash": "3c4b32fef9622a9b57ae9a03d2aa1b5d", "highlights": [] }, { - "title": "18 People, a Deadly Fire: For Some, Crowded Housing Is Not a Choice", - "description": "A rowhouse fire in Philadelphia this week killed 12 family members living in a four-bedroom apartment.", - "content": "A rowhouse fire in Philadelphia this week killed 12 family members living in a four-bedroom apartment.", - "category": "Real Estate and Housing (Residential)", - "link": "https://www.nytimes.com/2022/01/08/us/philadelphia-fire-housing.html", - "creator": "Sophie Kasakove, Nicholas Bogel-Burroughs, Frances Robles and Campbell Robertson", - "pubDate": "Sat, 08 Jan 2022 15:33:41 +0000", + "title": "I Had My First Child at 45. Here’s What I Learned.", + "description": "A little empathy goes a long way, and people are going to judge.", + "content": "A little empathy goes a long way, and people are going to judge.", + "category": "Content Type: Personal Profile", + "link": "https://www.nytimes.com/2021/09/21/well/family/pregnancy-after-40.html", + "creator": "Sarah Dougher", + "pubDate": "Thu, 30 Sep 2021 14:53:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195304,17 +199132,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "af70871f898afe5be68da2ed0efd1543", + "hash": "a4a64a61c21f627bc672dcc7755c08e4", "highlights": [] }, { - "title": "Christian Nationalism Is One of Trump’s Most Powerful Weapons", - "description": "And it is still being wielded in service of Trump’s fictions.", - "content": "And it is still being wielded in service of Trump’s fictions.", - "category": "Presidential Election of 2020", - "link": "https://www.nytimes.com/2022/01/06/opinion/jan-6-christian-nationalism.html", - "creator": "Katherine Stewart", - "pubDate": "Thu, 06 Jan 2022 10:22:46 +0000", + "title": "Why Is Perimenopause Still Such a Mystery?", + "description": "Over 1 billion women around the world will have experienced perimenopause by 2025. But a culture that has spent years dismissing the process might explain why we don’t know more about it.", + "content": "Over 1 billion women around the world will have experienced perimenopause by 2025. But a culture that has spent years dismissing the process might explain why we don’t know more about it.", + "category": "Menopause", + "link": "https://www.nytimes.com/2021/04/29/well/perimenopause-women.html", + "creator": "Jessica Grose", + "pubDate": "Fri, 30 Apr 2021 13:56:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195326,17 +199154,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cebc8ff266c114f75dd2acdc4d5a924a", + "hash": "6ead43282948e35f63aaebedbc648715", "highlights": [] }, { - "title": "What We Know About Unfolding the James Webb Space Telescope", - "description": "An illustration of four stages of the unfolding process of the space telescope, with the fully unfolded telescope at the bottom right.", - "content": "An illustration of four stages of the unfolding process of the space telescope, with the fully unfolded telescope at the bottom right.", - "category": "Space and Astronomy", - "link": "https://www.nytimes.com/2022/01/08/science/webb-telescope-nasa-time-livestream.html", - "creator": "Joey Roulette and Dennis Overbye", - "pubDate": "Sat, 08 Jan 2022 18:29:27 +0000", + "title": "In South Africa, Success Against H.I.V. Offers Hope ", + "description": "A near-empty ward of the Chongwe District Hospital outside Lusaka, Zambia. Fifteen years ago, a hospital like this would have been overflowing with H.I.V. patients lying two or three to a bed.", + "content": "A near-empty ward of the Chongwe District Hospital outside Lusaka, Zambia. Fifteen years ago, a hospital like this would have been overflowing with H.I.V. patients lying two or three to a bed.", + "category": "Acquired Immune Deficiency Syndrome", + "link": "https://www.nytimes.com/2022/01/11/health/southern-africa-hiv-aids.html", + "creator": "Stephanie Nolen", + "pubDate": "Tue, 11 Jan 2022 14:59:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195348,17 +199176,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a3241b79bf78ae785cd42a1774f6c30", + "hash": "95bd777fea5fea513e25fed89160ba36", "highlights": [] }, { - "title": "James Webb Space Telescope Finishes Unfolding: Latest Updates", - "description": "An illustration of four stages of the unfolding process of the space telescope, with the fully unfolded telescope at the bottom right.", - "content": "An illustration of four stages of the unfolding process of the space telescope, with the fully unfolded telescope at the bottom right.", - "category": "Space and Astronomy", - "link": "https://www.nytimes.com/2022/01/08/science/webb-telescope-nasa-time-livestream.html", - "creator": "Joey Roulette and Dennis Overbye", - "pubDate": "Sat, 08 Jan 2022 16:44:04 +0000", + "title": "Housing Costs Swell, Hampering Home Buyers and Pushing Up Rents", + "description": "Many would-be home buyers found themselves on the sidelines as housing prices rose steeply during the pandemic. ", + "content": "Many would-be home buyers found themselves on the sidelines as housing prices rose steeply during the pandemic. ", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2022/01/12/business/housing-rent-inflation.html", + "creator": "Sydney Ember", + "pubDate": "Wed, 12 Jan 2022 14:14:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195366,21 +199194,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "19d8adf586d2ef74cc3a040fe8ef2b2d", + "hash": "19a2bf3c1a3fcb64324d45fa17df69d1", "highlights": [] }, { - "title": "College Merit Aid (or Lack Thereof) Makes Early Decision Ever Murkier", - "description": "Northeastern University won’t estimate how much merit aid it might offer if you get in. Can schools make you enroll if they don’t give you enough?", - "content": "Northeastern University won’t estimate how much merit aid it might offer if you get in. Can schools make you enroll if they don’t give you enough?", - "category": "Colleges and Universities", - "link": "https://www.nytimes.com/2022/01/07/your-money/college-early-decision-northeastern-merit-aid.html", - "creator": "Ron Lieber", - "pubDate": "Fri, 07 Jan 2022 19:20:27 +0000", + "title": "CPI December 2021: Inflation Jumped at Fastest Pace Since 1982", + "description": "Policymakers have spent months waiting for inflation to fade, hoping that supply chain snags would ease to meet booming consumer demand.", + "content": "Policymakers have spent months waiting for inflation to fade, hoping that supply chain snags would ease to meet booming consumer demand.", + "category": "United States Economy", + "link": "https://www.nytimes.com/2022/01/12/business/economy/cpi-inflation-december-2021.html", + "creator": "Jeanna Smialek and Ana Swanson", + "pubDate": "Wed, 12 Jan 2022 19:59:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195392,17 +199220,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e87104b1846fbe17920c71bc7da56724", + "hash": "d7ec8dbdd3a27e59e2a6e97fee64bbe7", "highlights": [] }, { - "title": "How Biden and Boris Johnson Reached the Same Place on Virus Policy", - "description": "Enjoying Christmas festivities last month in Manchester, England. Prime Minister Boris Johnson said people did not need to cancel their holiday plans as the virus spread.", - "content": "Enjoying Christmas festivities last month in Manchester, England. Prime Minister Boris Johnson said people did not need to cancel their holiday plans as the virus spread.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2022/01/08/world/europe/coronavirus-omicron-biden-boris-johnson.html", - "creator": "Mark Landler", - "pubDate": "Sat, 08 Jan 2022 08:10:23 +0000", + "title": "I.R.S. to Start Tax Season With Major Backlog ", + "description": "The vast majority of taxpayers — 77 percent — received refunds in 2021, but tens of millions of them experienced delays, a new report says.", + "content": "The vast majority of taxpayers — 77 percent — received refunds in 2021, but tens of millions of them experienced delays, a new report says.", + "category": "Federal Taxes (US)", + "link": "https://www.nytimes.com/2022/01/12/business/irs-backlog-tax-returns-2021.html", + "creator": "Tara Siegel Bernard", + "pubDate": "Wed, 12 Jan 2022 20:46:47 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195414,17 +199242,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a35508a14cf13f84c5e40f3be935f2cc", + "hash": "de5ccd54ecc2dc9ef94dd453926f76f6", "highlights": [] }, { - "title": "Djokovic Tested Positive for Coronavirus in December, His Lawyers Say", - "description": "Novak Djokovic at a basketball game in Serbia on Dec. 14. He is in quarantine in Australia awaiting a hearing on his appeal of the government’s decision to revoke his visa.", - "content": "Novak Djokovic at a basketball game in Serbia on Dec. 14. He is in quarantine in Australia awaiting a hearing on his appeal of the government’s decision to revoke his visa.", - "category": "Djokovic, Novak", - "link": "https://www.nytimes.com/2022/01/08/world/australia/novak-djokovic-australia-visa.html", - "creator": "Yan Zhuang", - "pubDate": "Sat, 08 Jan 2022 14:23:57 +0000", + "title": "As Infrastructure Money Flows, Wastewater Improvements Are Key", + "description": "Marilyn Rudolph’s house just outside of Hayneville, Ala., uses a rudimentary and unsanitary homemade sewage system used by thousands of people in rural Alabama.", + "content": "Marilyn Rudolph’s house just outside of Hayneville, Ala., uses a rudimentary and unsanitary homemade sewage system used by thousands of people in rural Alabama.", + "category": "Infrastructure Investment and Jobs Act (2021)", + "link": "https://www.nytimes.com/2022/01/12/us/politics/infrastructure-environmental-racism-alabama-black-belt.html", + "creator": "Glenn Thrush", + "pubDate": "Wed, 12 Jan 2022 20:53:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195436,17 +199264,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9d221794f60422ff4a2b93b9e789cef", + "hash": "5588246e9b227cf96709d342118ea52c", "highlights": [] }, { - "title": "Sidney Poitier Was the Star We Desperately Needed Him to Be", - "description": "Without the obstacles put in his way, he could’ve been even bigger than he was. But Mr. Poitier still managed to be a giant, which, in itself, is astonishing.", - "content": "Without the obstacles put in his way, he could’ve been even bigger than he was. But Mr. Poitier still managed to be a giant, which, in itself, is astonishing.", - "category": "Black People", - "link": "https://www.nytimes.com/2022/01/07/movies/sidney-poitier-legacy.html", - "creator": "Wesley Morris", - "pubDate": "Fri, 07 Jan 2022 23:58:40 +0000", + "title": "How the Voting Rights Bills Miss the Target on Election Subversion", + "description": "Many analysts believe that in a presidential year, the electoral process may be at its most vulnerable from November to January.", + "content": "Many analysts believe that in a presidential year, the electoral process may be at its most vulnerable from November to January.", + "category": "Elections", + "link": "https://www.nytimes.com/2022/01/12/us/politics/biden-voting-rights-speech-election-subversion.html", + "creator": "Nate Cohn", + "pubDate": "Wed, 12 Jan 2022 19:17:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195458,17 +199286,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0b57374c7fc19a7236157685829d91d", + "hash": "7b88c251f0d3f37c488a40d7944f20be", "highlights": [] }, { - "title": "Djokovic Tested Positive for Coronavirus in December, His Lawyers Say", - "description": "Novak Djokovic at a basketball game in Serbia on Dec. 14. He is in quarantine in Australia awaiting a hearing on his appeal of the government’s decision to revoke his visa.", - "content": "Novak Djokovic at a basketball game in Serbia on Dec. 14. He is in quarantine in Australia awaiting a hearing on his appeal of the government’s decision to revoke his visa.", - "category": "Djokovic, Novak", - "link": "https://www.nytimes.com/2022/01/08/world/australia/djokovic-australia-visa.html", - "creator": "Yan Zhuang", - "pubDate": "Sat, 08 Jan 2022 11:00:56 +0000", + "title": "What We Know About the Building in the Bronx Apartment Fire", + "description": "The building where a fire killed at least 17 people was part of a group of eight buildings that had been bought by three investors in 2019 for $166 million.", + "content": "The building where a fire killed at least 17 people was part of a group of eight buildings that had been bought by three investors in 2019 for $166 million.", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2022/01/12/nyregion/bronx-fire-twin-parks-north-west-landlord.html", + "creator": "Amy Julia Harris and Matthew Haag", + "pubDate": "Thu, 13 Jan 2022 00:52:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195480,17 +199308,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "35ab83dfb527a35008aa529f76b2ffb3", + "hash": "e666a27e331159064ed7452d15fa5fbc", "highlights": [] }, { - "title": "No More Working for Jerks!", - "description": "For almost two years, couches have been cubicles. Colleagues are instant message avatars. And people are reconsidering how much they should have to put up with from a boss.", - "content": "For almost two years, couches have been cubicles. Colleagues are instant message avatars. And people are reconsidering how much they should have to put up with from a boss.", - "category": "Hiring and Promotion", - "link": "https://www.nytimes.com/2022/01/08/business/management-jerks.html", - "creator": "Emma Goldberg", - "pubDate": "Sat, 08 Jan 2022 10:00:08 +0000", + "title": "A Moose Hunting Class Is Teaching Students About Food", + "description": "Emma Hornung holding the moose ribs, which were left hanging for two days before the students helped cut the meat off the bones.", + "content": "Emma Hornung holding the moose ribs, which were left hanging for two days before the students helped cut the meat off the bones.", + "category": "Moose", + "link": "https://www.nytimes.com/2022/01/10/dining/alaska-students-moose-hunting.html", + "creator": "Victoria Petersen", + "pubDate": "Mon, 10 Jan 2022 17:56:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195502,17 +199330,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d05105293022c66c3fbefd96e3c51cc", + "hash": "88b7e2654979bd472d4c794f82988ccb", "highlights": [] }, { - "title": "The New Weddings in India’s South: ‘Expect Some Magic’", - "description": "The wedding of Dr. Sheha Pfizer, center, featured a lot of music and dancing, as is often the case in Kerala these days. Her ceremony incorporated influences from around India and beyond, including Sufi, Punjabi, hip-hop and flamenco.", - "content": "The wedding of Dr. Sheha Pfizer, center, featured a lot of music and dancing, as is often the case in Kerala these days. Her ceremony incorporated influences from around India and beyond, including Sufi, Punjabi, hip-hop and flamenco.", - "category": "Weddings and Engagements", - "link": "https://www.nytimes.com/2022/01/08/world/asia/india-weddings-south.html", - "creator": "Mujib Mashal, Suhasini Raj and Anindito Mukherjee", - "pubDate": "Sat, 08 Jan 2022 10:00:15 +0000", + "title": "Cigarettes Are Making a Comeback", + "description": "Jay Lancaster, 29, from Ridgewood, Queens, and Sam Cadd, 24, from Astoria outside of McSorley's in the East Village on a recent Friday night.", + "content": "Jay Lancaster, 29, from Ridgewood, Queens, and Sam Cadd, 24, from Astoria outside of McSorley's in the East Village on a recent Friday night.", + "category": "Smoking and Tobacco", + "link": "https://www.nytimes.com/2022/01/12/style/smoking-cigarettes-comeback.html", + "creator": "John Ortved", + "pubDate": "Wed, 12 Jan 2022 16:28:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195520,21 +199348,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "d1cb581bc28214c3501a9d27987b0b9a", + "hash": "1af52bd1735ba29eeae2b2627c4f4630", "highlights": [] }, { - "title": "Easy One-Pot Vegetarian Recipes", - "description": "Resolve to wash fewer dishes in 2022.", - "content": "Resolve to wash fewer dishes in 2022.", - "category": "Vegetarianism", - "link": "https://www.nytimes.com/2022/01/07/dining/one-pot-vegetarian-recipes.html", - "creator": "Tanya Sichynsky", - "pubDate": "Fri, 07 Jan 2022 21:12:55 +0000", + "title": "Our Patients Are Scared of Omicron. Here’s What Can Be Done to Help.", + "description": "Only with a better understanding of the science do we have any hope of protecting our vulnerable friends, family members and neighbors.", + "content": "Only with a better understanding of the science do we have any hope of protecting our vulnerable friends, family members and neighbors.", + "category": "Transplants", + "link": "https://www.nytimes.com/2022/01/13/opinion/omicron-immunocompromised.html", + "creator": "Dorry Segev and William Werbel", + "pubDate": "Thu, 13 Jan 2022 10:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195546,17 +199374,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a965fe38dedeaeea89708ef26b3dacfc", + "hash": "e8cac3247c89506f411e49e0f8d66ceb", "highlights": [] }, { - "title": "What Democratic and Republican Voters Really Think About the State of America", - "description": "We convened two focus groups about Jan. 6 and democracy. Here’s what surprised us.", - "content": "We convened two focus groups about Jan. 6 and democracy. Here’s what surprised us.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2022/01/07/opinion/voter-focus-groups-jan-6.html", - "creator": "Patrick Healy", - "pubDate": "Fri, 07 Jan 2022 10:09:29 +0000", + "title": "What We’re Looking Forward to This Year", + "description": "Hopes and goals for 2022.", + "content": "Hopes and goals for 2022.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2022/01/12/at-home/newsletter.html", + "creator": "Melissa Kirsch", + "pubDate": "Wed, 12 Jan 2022 21:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195568,17 +199396,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9ad141091cfe2dffee8719da0154d60", + "hash": "b5d289b51243d96b94bafd399f72464f", "highlights": [] }, { - "title": "Watch Live: James Webb Space Telescope Finishes Unfolding", - "description": "An illustration of four stages of the unfolding process of the space telescope, with the fully unfolded telescope at the bottom right.", - "content": "An illustration of four stages of the unfolding process of the space telescope, with the fully unfolded telescope at the bottom right.", - "category": "Space and Astronomy", - "link": "https://www.nytimes.com/2022/01/08/science/webb-telescope-nasa-time-livestream.html", - "creator": "Joey Roulette and Dennis Overbye", - "pubDate": "Sat, 08 Jan 2022 14:38:25 +0000", + "title": "NATO and Russia Talk Frankly, but Past One Another for Now", + "description": "Russia’s deputy defense minister, Aleksandr V. Fomin, left, and deputy foreign minister, Aleksandr V. Grushko, center, with the NATO secretary-general, Jens Stoltenberg, before their meeting in Brussels on Wednesday.", + "content": "Russia’s deputy defense minister, Aleksandr V. Fomin, left, and deputy foreign minister, Aleksandr V. Grushko, center, with the NATO secretary-general, Jens Stoltenberg, before their meeting in Brussels on Wednesday.", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2022/01/12/world/europe/nato-russia-talks-ukraine-brussels.html", + "creator": "Steven Erlanger and Anton Troianovski", + "pubDate": "Wed, 12 Jan 2022 20:48:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195590,17 +199418,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "92cbb38e8ea1a72b8ba404d8085ffbc5", + "hash": "930d8ed7440922dc25aaebee36bbcaf2", "highlights": [] }, { - "title": "How to Help Someone With Grief After a Sudden Death", - "description": "Here’s how to offer support to someone grieving after an unexpected death.", - "content": "Here’s how to offer support to someone grieving after an unexpected death.", - "category": "Grief (Emotion)", - "link": "https://www.nytimes.com/2022/01/07/well/live/sudden-death-loss.html", - "creator": "Julie Halpert", - "pubDate": "Fri, 07 Jan 2022 10:00:12 +0000", + "title": "David McCormick Joins Republican Senate Primary in Pennsylvania", + "description": "David McCormick and his wife, Dina Powell McCormick, in 2018. Mr. McCormick is joining a large field of candidates in the race to succeed Senator Pat Toomey, who is retiring.", + "content": "David McCormick and his wife, Dina Powell McCormick, in 2018. Mr. McCormick is joining a large field of candidates in the race to succeed Senator Pat Toomey, who is retiring.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/12/us/elections/david-mccormick-pennsylvania-senate.html", + "creator": "Kate Kelly and Trip Gabriel", + "pubDate": "Thu, 13 Jan 2022 00:10:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195612,17 +199440,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8413eb620ff8cbff43e342e049b095b", + "hash": "c75309cf61b93aff7238fbcc559eb9b3", "highlights": [] }, { - "title": "How Society Has Turned Its Back on Mothers", - "description": "This isn’t just about burnout, it’s about betrayal.", - "content": "This isn’t just about burnout, it’s about betrayal.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/02/04/parenting/working-mom-burnout-coronavirus.html", - "creator": "Pooja Lakshmin", - "pubDate": "Fri, 05 Feb 2021 01:13:31 +0000", + "title": "Rachel Balkovec's Promotion to Manager Was Easy Choice for Yankees", + "description": "Rachel Balkovec’s ascent through the Yankees coaching ranks will take its next step when she manages in the minors. After years of hard work, the move was an easy choice.", + "content": "Rachel Balkovec’s ascent through the Yankees coaching ranks will take its next step when she manages in the minors. After years of hard work, the move was an easy choice.", + "category": "Baseball", + "link": "https://www.nytimes.com/2022/01/12/sports/baseball/rachel-balkovec-yankees.html", + "creator": "James Wagner", + "pubDate": "Thu, 13 Jan 2022 02:59:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195634,17 +199462,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d2dbd962519bb5abc7cbd8180f14c4f", + "hash": "41780907a5e9d56fc302a3ad110e4f74", "highlights": [] }, { - "title": "Will America Descend Into Another Civil War?", - "description": "It’s hard to imagine. But so is democracy’s salvation.", - "content": "It’s hard to imagine. But so is democracy’s salvation.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2022/01/06/opinion/america-civil-war.html", - "creator": "Michelle Goldberg", - "pubDate": "Thu, 06 Jan 2022 22:21:58 +0000", + "title": "Journalists in El Salvador Targeted With Spyware Intended for Criminals", + "description": "Spyware has been found on the phones of 22 reporters and editors from the El Faro newspaper in El Salvador over the last year.", + "content": "Spyware has been found on the phones of 22 reporters and editors from the El Faro newspaper in El Salvador over the last year.", + "category": "Surveillance of Citizens by Government", + "link": "https://www.nytimes.com/2022/01/12/world/americas/el-salvador-journalists-spyware.html", + "creator": "Maria Abi-Habib", + "pubDate": "Thu, 13 Jan 2022 02:03:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195656,17 +199484,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "00ba05f4fdb7e331af374e82c39b05c0", + "hash": "802399c6b4072de053a8c01882926a1b", "highlights": [] }, { - "title": "It’s 2086. This Is What American History Could Look Like.", - "description": "As curators at the Smithsonian’s National Museum of American History, we are regularly confronted by hard physical evidence of just how slippery the past can be.", - "content": "As curators at the Smithsonian’s National Museum of American History, we are regularly confronted by hard physical evidence of just how slippery the past can be.", - "category": "Monuments and Memorials (Structures)", - "link": "https://www.nytimes.com/2022/01/06/opinion/jan-6-shaman-past-future.html", - "creator": "Jon Grinspan and Peter Manseau", - "pubDate": "Thu, 06 Jan 2022 18:19:03 +0000", + "title": "Two Women, a Burglary and a Glitter Fight. Another Florida Mystery.", + "description": "The apartment complex in Clearwater, Fla., where the authorities said two women broke into a man’s home and threw containers of glitter at him.", + "content": "The apartment complex in Clearwater, Fla., where the authorities said two women broke into a man’s home and threw containers of glitter at him.", + "category": "Florida", + "link": "https://www.nytimes.com/2022/01/12/us/florida-women-arrested-glitter-burglary.html", + "creator": "Jesus Jiménez", + "pubDate": "Thu, 13 Jan 2022 01:54:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195678,17 +199506,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2342b5797286f40894e8e01c1a5c3855", + "hash": "baaec1944c42770c4f380ae42ace16a4", "highlights": [] }, { - "title": "18 Relatives in a Deadly Fire: For Some, Crowded Housing Is Not a Choice", - "description": "A rowhouse fire in Philadelphia this week killed 12 family members living in a four-bedroom apartment.", - "content": "A rowhouse fire in Philadelphia this week killed 12 family members living in a four-bedroom apartment.", - "category": "Real Estate and Housing (Residential)", - "link": "https://www.nytimes.com/2022/01/08/us/philadelphia-fire-housing.html", - "creator": "Sophie Kasakove, Nicholas Bogel-Burroughs, Frances Robles and Campbell Robertson", - "pubDate": "Sat, 08 Jan 2022 10:00:08 +0000", + "title": "Amtrak Pays $2 Million to Passengers With Disabilities Who Faced Obstacles at Stations", + "description": "Amtrak has settled with more than 1,500 people over train stations that were inaccessible to those with disabilities. ", + "content": "Amtrak has settled with more than 1,500 people over train stations that were inaccessible to those with disabilities. ", + "category": "Disabilities", + "link": "https://www.nytimes.com/2022/01/12/us/amtrak-disability-discrimination-settlement.html", + "creator": "Christine Chung", + "pubDate": "Thu, 13 Jan 2022 02:46:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195700,17 +199528,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0592570b03df4b299e8d25278352efa8", + "hash": "851aff597d601cc7edff89898c4c6e2c", "highlights": [] }, { - "title": "Commemorating Jan. 6, and Meting Out Justice", - "description": "“His bruised ego matters more to him than our democracy or our constitution,” President Biden said of former President Donald J. Trump on Thursday.", - "content": "“His bruised ego matters more to him than our democracy or our constitution,” President Biden said of former President Donald J. Trump on Thursday.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2022/01/07/opinion/letters/jan-6-capitol-riot.html", - "creator": "", - "pubDate": "Fri, 07 Jan 2022 16:55:25 +0000", + "title": "Palestinian American Dies of Heart Attack After Brief Detention by Israeli Troops", + "description": "A poster of Omar Asad, who died shortly after being detained by Israeli troops, in the West Bank village of Jiljilya on Wednesday.", + "content": "A poster of Omar Asad, who died shortly after being detained by Israeli troops, in the West Bank village of Jiljilya on Wednesday.", + "category": "Palestinians", + "link": "https://www.nytimes.com/2022/01/12/world/middleeast/palestinian-american-dies-israel.html", + "creator": "Patrick Kingsley", + "pubDate": "Thu, 13 Jan 2022 02:59:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195722,17 +199550,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "75784b73271955e8562fcd8e85da3a1d", + "hash": "953430b2a1b42388703bc81bab78c7a7", "highlights": [] }, { - "title": "Dan Reilly, the Original Mr. Met, Is Dead at 83", - "description": "For four seasons at Shea Stadium, when the Mets were dreadful but beloved, he donned a giant head and roamed the stands greeting fans as the team’s mascot.", - "content": "For four seasons at Shea Stadium, when the Mets were dreadful but beloved, he donned a giant head and roamed the stands greeting fans as the team’s mascot.", - "category": "Reilly, Dan (1938-2021)", - "link": "https://www.nytimes.com/2022/01/07/sports/baseball/dan-reilly-dead.html", - "creator": "Richard Sandomir", - "pubDate": "Fri, 07 Jan 2022 22:54:42 +0000", + "title": "How Big Can a TikTok Duet Get?", + "description": "Lil Yachty was one of many duet partners who picked up the TikTok challenge to add a verse to Sadie Jean’s track “WYD Now?”", + "content": "Lil Yachty was one of many duet partners who picked up the TikTok challenge to add a verse to Sadie Jean’s track “WYD Now?”", + "category": "Pop and Rock Music", + "link": "https://www.nytimes.com/2022/01/11/arts/music/sadie-jean-wyd-now-lil-yachty.html", + "creator": "Jon Caramanica", + "pubDate": "Thu, 13 Jan 2022 02:31:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195744,17 +199572,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b506328ba5f533ec5210d39b0460057", + "hash": "bdc67a9ed588cdde6ccc1eec563034b7", "highlights": [] }, { - "title": "More Patients, Fewer Workers: Omicron Pushes New York Hospitals to Brink", - "description": "Brookdale Hospital in Brooklyn is one of several safety-net hospitals that have been overwhelmed by the latest Covid surge.", - "content": "Brookdale Hospital in Brooklyn is one of several safety-net hospitals that have been overwhelmed by the latest Covid surge.", - "category": "Nursing and Nurses", - "link": "https://www.nytimes.com/2022/01/07/nyregion/ny-hospitals-omicron-covid.html", - "creator": "Sharon Otterman and Joseph Goldstein", - "pubDate": "Fri, 07 Jan 2022 23:18:23 +0000", + "title": "Cameroon's Goalkeeper André Onana Just Wants to Play", + "description": "André Onana, pride of Cameroon’s Indomitable Lions.", + "content": "André Onana, pride of Cameroon’s Indomitable Lions.", + "category": "Soccer", + "link": "https://www.nytimes.com/2022/01/12/sports/soccer/andre-onana-cameroon.html", + "creator": "Tariq Panja", + "pubDate": "Wed, 12 Jan 2022 17:54:39 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195762,21 +199590,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fb07c88b070ac993b25457e9965d32cf", + "hash": "381bb7bd8799504b34d4ea57a37132c8", "highlights": [] }, { - "title": "‘We Barely Qualify as a Democracy Anymore’: Democratic Voters Fear for America", - "description": "The lack of consequences for Republican leaders over Jan. 6 has Democrats worried for the future. But some also expressed empathy for the rioters.", - "content": "The lack of consequences for Republican leaders over Jan. 6 has Democrats worried for the future. But some also expressed empathy for the rioters.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2022/01/07/opinion/democrats-focus-group.html", - "creator": "Patrick Healy and Lora Kelley", - "pubDate": "Fri, 07 Jan 2022 13:51:12 +0000", + "title": "SAG Award Nominations 2022: The Complete List, Snubs and Surprises", + "description": "Nicole Kidman, left, and Javier Bardem were both nominated for their performances in “Being the Ricardos.”", + "content": "Nicole Kidman, left, and Javier Bardem were both nominated for their performances in “Being the Ricardos.”", + "category": "Academy Awards (Oscars)", + "link": "https://www.nytimes.com/2022/01/12/movies/sag-nominations-2022.html", + "creator": "Kyle Buchanan", + "pubDate": "Thu, 13 Jan 2022 04:33:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195788,17 +199616,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3663c8e95be88889c2db386510fac8dc", + "hash": "99438ca30ad0401f2a57b2c36004be2a", "highlights": [] }, { - "title": "Why Republican Voters Think Americans Have to Get Over Jan. 6", - "description": "The Republicans aren’t apologists for Jan. 6 — some chastised President Trump and don’t want him to run again. They just want the country to move on.", - "content": "The Republicans aren’t apologists for Jan. 6 — some chastised President Trump and don’t want him to run again. They just want the country to move on.", - "category": "Presidential Election of 2020", - "link": "https://www.nytimes.com/2022/01/07/opinion/republicans-focus-group.html", - "creator": "Patrick Healy and Adrian J. Rivera", - "pubDate": "Fri, 07 Jan 2022 13:50:11 +0000", + "title": "Does Art Have to Be Relevant? One Prominent Critic Says No.", + "description": "The composer John Adams reviews a new book by Jed Perl, “Authority and Freedom: A Defense of the Arts.”", + "content": "The composer John Adams reviews a new book by Jed Perl, “Authority and Freedom: A Defense of the Arts.”", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2022/01/12/books/review/authority-and-freedom-a-defense-of-the-arts-jed-perl.html", + "creator": "John Adams", + "pubDate": "Wed, 12 Jan 2022 10:00:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195810,17 +199638,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "387faba80e1fcef74c1de95dcc9f9663", + "hash": "1854efd3583bbe23bdfa7a51144a1cbc", "highlights": [] }, { - "title": "The Economic Case for Goldilocks", - "description": "In 2021, policymakers actually got it mostly right.", - "content": "In 2021, policymakers actually got it mostly right.", - "category": "Inflation (Economics)", - "link": "https://www.nytimes.com/2022/01/06/opinion/inflation-unemployment-economy-growth.html", - "creator": "Paul Krugman", - "pubDate": "Fri, 07 Jan 2022 00:00:06 +0000", + "title": "What Does Living With Omicron, and the Next Covid Variants, Truly Mean?", + "description": "With Covid here to stay, some public health experts say we need to adapt to a new normal.", + "content": "With Covid here to stay, some public health experts say we need to adapt to a new normal.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2022/01/11/opinion/omicron-covid-biden.html", + "creator": "Spencer Bokat-Lindell", + "pubDate": "Wed, 12 Jan 2022 15:30:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195832,17 +199660,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4fb936ad5fc5657d83d9d3ec0693ff9a", + "hash": "328e82b1f0f636219225cb50835623e8", "highlights": [] }, { - "title": "Democrats Are Failing to Defend Democracy", - "description": "They need to get busy at the grassroots.", - "content": "They need to get busy at the grassroots.", - "category": "Voting Rights, Registration and Requirements", - "link": "https://www.nytimes.com/2022/01/06/opinion/democrats-fail-defending-democracy.html", - "creator": "David Brooks", - "pubDate": "Fri, 07 Jan 2022 00:00:08 +0000", + "title": "The Growing Fight Over Voting Rights", + "description": "On President Biden’s speech, vote counting and voter suppression. Also: Donald Trump and Jan. 6; Rikers Island; Covid pathogens; exercise heals.", + "content": "On President Biden’s speech, vote counting and voter suppression. Also: Donald Trump and Jan. 6; Rikers Island; Covid pathogens; exercise heals.", + "category": "Biden, Joseph R Jr", + "link": "https://www.nytimes.com/2022/01/12/opinion/letters/voting-rights-biden-republicans.html", + "creator": "", + "pubDate": "Wed, 12 Jan 2022 18:15:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195854,17 +199682,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3989afbc9bc9f2f46e08bd3f85d55681", + "hash": "23e4e93f02461ea306fbe2017edba813", "highlights": [] }, { - "title": "Peter Bogdanovich, 82, Director Whose Career Was a Hollywood Drama, Dies", - "description": "The filmmaker Peter Bogdanovich in 2007. He was hailed for his ability to coax nuanced performances from actors, and for the bittersweet luminosity of movies that conjured a bygone past.", - "content": "The filmmaker Peter Bogdanovich in 2007. He was hailed for his ability to coax nuanced performances from actors, and for the bittersweet luminosity of movies that conjured a bygone past.", - "category": "Bogdanovich, Peter", - "link": "https://www.nytimes.com/2022/01/06/movies/peter-bogdanovich-dead.html", - "creator": "Margalit Fox", - "pubDate": "Thu, 06 Jan 2022 19:56:02 +0000", + "title": "Bitcoin, Inflation and the Misguided Fear of Government Money Creation", + "description": "Coin production in England in the early 19th century.", + "content": "Coin production in England in the early 19th century.", + "category": "International Trade and World Market", + "link": "https://www.nytimes.com/2022/01/11/opinion/bitcoin-inflation-deficit-spending.html", + "creator": "Paul Krugman", + "pubDate": "Wed, 12 Jan 2022 08:22:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195876,17 +199704,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf6896dfd32c9e602482c46d78e3ede8", + "hash": "e01a2d1fab8a3dea31c12060a1f13345", "highlights": [] }, { - "title": "Scientists Endorse Covid Boosters, But to a Point", - "description": "At a nursing home in Petah Tikva, Israel, a man received a fourth Covid vaccine dose.", - "content": "At a nursing home in Petah Tikva, Israel, a man received a fourth Covid vaccine dose.", - "category": "your-feed-science", - "link": "https://www.nytimes.com/2022/01/06/health/covid-vaccines-boosters.html", - "creator": "Apoorva Mandavilli", - "pubDate": "Thu, 06 Jan 2022 21:54:54 +0000", + "title": "What Putin Really Wants From the Ukraine Crisis", + "description": "He wants to break NATO’s back. And he might succeed.", + "content": "He wants to break NATO’s back. And he might succeed.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2022/01/11/opinion/ukraine-biden-putin.html", + "creator": "Bret Stephens", + "pubDate": "Wed, 12 Jan 2022 00:30:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195898,17 +199726,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0771c32730b0960ff8bfae83ef2c68e0", + "hash": "c839b0cbd51dd239b3de2081fa66dfa7", "highlights": [] }, { - "title": "How the Kazakhstan Protests Started and Why They Matter", - "description": "Riot police during a protest on Wednesday over an increase in energy prices in Almaty, Kazakhstan.", - "content": "Riot police during a protest on Wednesday over an increase in energy prices in Almaty, Kazakhstan.", - "category": "Demonstrations, Protests and Riots", - "link": "https://www.nytimes.com/2022/01/05/world/asia/kazakhstan-protests.html", - "creator": "Dan Bilefsky", - "pubDate": "Wed, 05 Jan 2022 22:49:13 +0000", + "title": "Why I Still Love ‘West Side Story’", + "description": "Yes, it has flaws. No, remaking it wasn’t a mistake.", + "content": "Yes, it has flaws. No, remaking it wasn’t a mistake.", + "category": "Movies", + "link": "https://www.nytimes.com/2022/01/11/opinion/west-side-story.html", + "creator": "John McWhorter", + "pubDate": "Wed, 12 Jan 2022 16:45:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195920,17 +199748,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "56cc85752de9be1d9f7f510dc2144198", + "hash": "1e0cb017e03045ab7356ef9e345ebe60", "highlights": [] }, { - "title": "Watching a Partner Change Is Hard. Accepting It Can Be Harder.", - "description": "We don’t marry one person as much as we marry one version of a person. But accepting the person a partner may become can be more challenging.", - "content": "We don’t marry one person as much as we marry one version of a person. But accepting the person a partner may become can be more challenging.", - "category": "Dating and Relationships", - "link": "https://www.nytimes.com/2022/01/06/style/partner-change-relationship-acceptance.html", - "creator": "Allison Hope", - "pubDate": "Thu, 06 Jan 2022 10:00:13 +0000", + "title": "How the 'Let's Go, Brandon' Meme Became a Campaign Ad", + "description": "The “Let’s go, Brandon” phrase originated on Oct. 2, 2021. People in the stands at the Talladega Superspeedway chanted the name of President Biden, preceded by an expletive during a broadcast interview with Brandon Brown, the race’s winner.", + "content": "The “Let’s go, Brandon” phrase originated on Oct. 2, 2021. People in the stands at the Talladega Superspeedway chanted the name of President Biden, preceded by an expletive during a broadcast interview with Brandon Brown, the race’s winner.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/12/us/politics/lets-go-brandon-meme-gop.html", + "creator": "Blake Hounshell and Leah Askarinam", + "pubDate": "Thu, 13 Jan 2022 04:12:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195942,17 +199770,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a2a63345c49ac43a2222f59342cdec9", + "hash": "18d03a20f83e1c6140cd0307a632765a", "highlights": [] }, { - "title": "That Expensive Bourbon You Bought May Be a Fake", - "description": "This refilled bottle of Pappy Van Winkle’s 15 Year Old Family Reserve bourbon is part of the collection of counterfeits kept by Adam Herz, a whiskey expert in Los Angeles.", - "content": "This refilled bottle of Pappy Van Winkle’s 15 Year Old Family Reserve bourbon is part of the collection of counterfeits kept by Adam Herz, a whiskey expert in Los Angeles.", - "category": "Whiskey", - "link": "https://www.nytimes.com/2022/01/06/dining/drinks/fake-bourbon.html", - "creator": "Clay Risen", - "pubDate": "Thu, 06 Jan 2022 16:09:14 +0000", + "title": "Jan. 6 Committee Seeks Interview With Kevin McCarthy", + "description": "Representative Kevin McCarthy, Republican of California and the minority leader, is the highest-ranking lawmaker the committee has pursued in its inquiry.", + "content": "Representative Kevin McCarthy, Republican of California and the minority leader, is the highest-ranking lawmaker the committee has pursued in its inquiry.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/12/us/politics/kevin-mccarthy-jan-6-committee.html", + "creator": "Luke Broadwater", + "pubDate": "Wed, 12 Jan 2022 22:01:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195964,17 +199792,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b12247a3007ebe95018971ba6c5ee7b", + "hash": "c41eeeddabc56ae47316c12c1cdb1c51", "highlights": [] }, { - "title": "How to Watch the James Webb Telescope Finish Unfolding", - "description": "An illustration of four stages of the unfolding process of the space telescope, with the fully unfolded telescope at the bottom right.", - "content": "An illustration of four stages of the unfolding process of the space telescope, with the fully unfolded telescope at the bottom right.", - "category": "Space and Astronomy", - "link": "https://www.nytimes.com/2022/01/08/science/webb-telescope-nasa-time-livestream.html", - "creator": "Joey Roulette and Dennis Overbye", - "pubDate": "Sat, 08 Jan 2022 14:01:27 +0000", + "title": "Economy Updates: I.R.S. to Start Tax Season With Major Backlog", + "description": "The rapid increase in inflation for the year through December shows the continuing struggles of the economy amid virus waves. The Biden administration has waited months for inflation to fade. Instead, price gains have eroded consumer confidence. Here’s the latest on the economy. ", + "content": "The rapid increase in inflation for the year through December shows the continuing struggles of the economy amid virus waves. The Biden administration has waited months for inflation to fade. Instead, price gains have eroded consumer confidence. Here’s the latest on the economy. ", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/12/business/inflation-stock-market-economy-news", + "creator": "The New York Times", + "pubDate": "Wed, 12 Jan 2022 19:12:47 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -195986,17 +199814,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c843ee99606c64a16315695ce732cd1b", + "hash": "c8638d2f0e4c0c584226e29384666bc0", "highlights": [] }, { - "title": "Eric Adams Picks Philip Banks as Deputy Mayor, Despite Ethics Concerns", - "description": "Philip Banks III, who was named as an unindicted co-conspirator in a wide-ranging corruption investigation, is Mayor Eric Adams’s pick for first deputy mayor for public safety.", - "content": "Philip Banks III, who was named as an unindicted co-conspirator in a wide-ranging corruption investigation, is Mayor Eric Adams’s pick for first deputy mayor for public safety.", - "category": "Corruption (Institutional)", - "link": "https://www.nytimes.com/2022/01/07/nyregion/eric-adams-philip-banks-deputy-mayor.html", - "creator": "Jeffery C. Mays, Michael Rothfeld and William K. Rashbaum", - "pubDate": "Fri, 07 Jan 2022 18:08:59 +0000", + "title": "‘Girl From the North Country’ to close on Broadway, hoping to return.", + "description": "Caitlin Houlahan, left, and Colton Ryan in 2020 in the musical “Girl From the North Country.” The show is closing. ", + "content": "Caitlin Houlahan, left, and Colton Ryan in 2020 in the musical “Girl From the North Country.” The show is closing. ", + "category": "Theater", + "link": "https://www.nytimes.com/2022/01/12/theater/girl-from-north-country-broadway.html", + "creator": "Michael Paulson", + "pubDate": "Wed, 12 Jan 2022 22:25:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196008,17 +199836,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "16ebef222dea573c0dbd44098f8f55f5", + "hash": "42826eb6af596d7c06bc0133e94124a0", "highlights": [] }, { - "title": "The James Webb Space Telescope Finishes Unfolding: How to Watch", - "description": "An illustration of four stages of the unfolding process of the space telescope, with the fully unfolded telescope at the bottom right.", - "content": "An illustration of four stages of the unfolding process of the space telescope, with the fully unfolded telescope at the bottom right.", - "category": "Space and Astronomy", - "link": "https://www.nytimes.com/2022/01/08/science/webb-telescope-nasa-time-livestream.html", - "creator": "Joey Roulette and Dennis Overbye", - "pubDate": "Sat, 08 Jan 2022 05:00:12 +0000", + "title": "Genevieve Beacom Is First Woman to Pitch Professionally in Australia", + "description": "At 17, Genevieve Beacom became the first woman to play in Australia’s top professional baseball league. She hopes her next stop is college ball in the United States.", + "content": "At 17, Genevieve Beacom became the first woman to play in Australia’s top professional baseball league. She hopes her next stop is college ball in the United States.", + "category": "Baseball", + "link": "https://www.nytimes.com/2022/01/12/sports/baseball/genevieve-beacom-australia.html", + "creator": "David Waldstein", + "pubDate": "Wed, 12 Jan 2022 17:14:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196030,17 +199858,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5de1c07310bfdfcfe0ee886ded09d63d", + "hash": "4b2f369243706502462a443a29f64426", "highlights": [] }, { - "title": "With Omicron, Teachers’ Unions Push for Remote Schooling, Worrying Democrats", - "description": "Alex Brandenburg, an elementary school teacher, protested outside of the Oakland Unified School District headquarters on Friday as part of a sick out.", - "content": "Alex Brandenburg, an elementary school teacher, protested outside of the Oakland Unified School District headquarters on Friday as part of a sick out.", - "category": "Education (K-12)", - "link": "https://www.nytimes.com/2022/01/08/us/teachers-unions-covid-schools.html", - "creator": "Dana Goldstein and Noam Scheiber", - "pubDate": "Sat, 08 Jan 2022 10:00:12 +0000", + "title": "The U.S. Must Work With the Taliban in Afghanistan", + "description": "Kneecapping the government through continued sanctions and frozen aid won’t change the fact that the Taliban are now in charge.", + "content": "Kneecapping the government through continued sanctions and frozen aid won’t change the fact that the Taliban are now in charge.", + "category": "Foreign Aid", + "link": "https://www.nytimes.com/2022/01/11/opinion/afghanistan-taliban-us.html", + "creator": "Laurel Miller", + "pubDate": "Tue, 11 Jan 2022 10:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196052,17 +199880,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e43ac14c2c5263992a566645194d248b", + "hash": "a6c87f628bc51979708b59a93efb10c8", "highlights": [] }, { - "title": "BlackBerry Phone Service Officially Ends", - "description": "A BlackBerry poster at a trade fair in Hanover, Germany, in 2008.", - "content": "A BlackBerry poster at a trade fair in Hanover, Germany, in 2008.", - "category": "BlackBerry (Handheld Device)", - "link": "https://www.nytimes.com/2022/01/08/world/canada/blackberry-phone-service-ends.html", - "creator": "Ian Austen", - "pubDate": "Sat, 08 Jan 2022 11:00:03 +0000", + "title": "In Lawsuit, Yale and Other Elite Colleges Are Accused of Limiting Financial Aid", + "description": "Duke University is one of 16 elite schools named in a lawsuit accusing them of conspiring to reduce financial aid awards through a price-fixing cartel.", + "content": "Duke University is one of 16 elite schools named in a lawsuit accusing them of conspiring to reduce financial aid awards through a price-fixing cartel.", + "category": "Colleges and Universities", + "link": "https://www.nytimes.com/2022/01/10/us/financial-aid-lawsuit-colleges.html", + "creator": "Stephanie Saul and Anemona Hartocollis", + "pubDate": "Mon, 10 Jan 2022 23:54:50 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196074,17 +199902,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7757e0d47a1ff047120ba648c8520d73", + "hash": "b1e48f16a0260a8681f188823237690d", "highlights": [] }, { - "title": "Biden Consoles Residents in Fire-Ravaged Colorado", - "description": "U.S. President Joe Biden and First Lady Jill Biden meet with residents of Boulder, Colo. while surveying the Marshall Fire damage Jan. 7, 2022.", - "content": "U.S. President Joe Biden and First Lady Jill Biden meet with residents of Boulder, Colo. while surveying the Marshall Fire damage Jan. 7, 2022.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/07/us/politics/biden-colorado-fires.html", - "creator": "Zolan Kanno-Youngs", - "pubDate": "Sat, 08 Jan 2022 03:04:13 +0000", + "title": "Insurers Will Have to Cover 8 At-Home Virus Tests Per Month", + "description": "People with private insurance will be able to order test kits through their insurer, or buy them and submit a claim for reimbursement. ", + "content": "People with private insurance will be able to order test kits through their insurer, or buy them and submit a claim for reimbursement. ", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/10/us/politics/insurance-covid-tests.html", + "creator": "Noah Weiland and Sarah Kliff", + "pubDate": "Tue, 11 Jan 2022 02:37:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196096,17 +199924,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5730835e5d7d835c1bb5698b34d47210", + "hash": "64fa512884d90938e534158fd6043b11", "highlights": [] }, { - "title": "Andrew Cuomo's Groping Charge Is Dismissed", - "description": "A judge dismissed a criminal complaint that had accused former Gov. Andrew M. Cuomo of groping an aide in the Executive Mansion in late 2020.", - "content": "A judge dismissed a criminal complaint that had accused former Gov. Andrew M. Cuomo of groping an aide in the Executive Mansion in late 2020.", - "category": "Sexual Harassment", - "link": "https://www.nytimes.com/2022/01/07/nyregion/andrew-cuomo-groping-charge-dismissed.html", - "creator": "Luis Ferré-Sadurní", - "pubDate": "Fri, 07 Jan 2022 20:43:28 +0000", + "title": "Must I Donate a Kidney to My Awful Brother?", + "description": "The magazine’s Ethicist columnist on what you owe to a sibling who didn’t treat you right and how to handle a potential bullying situation at your child’s school.", + "content": "The magazine’s Ethicist columnist on what you owe to a sibling who didn’t treat you right and how to handle a potential bullying situation at your child’s school.", + "category": "Kidneys", + "link": "https://www.nytimes.com/2022/01/11/magazine/kidney-donation-ethics.html", + "creator": "Kwame Anthony Appiah", + "pubDate": "Tue, 11 Jan 2022 10:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196118,17 +199946,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1903e93801375ae3aadd818b97d45f69", + "hash": "196a2f415c6c4e7ee771da857e1dd5c5", "highlights": [] }, { - "title": "‘The Tender Bar’: A Tale of Drinking That Ducks Alcoholism", - "description": "Though the memoir this film is based on confronts the issue of addiction to alcohol, the adaptation skirts the topic and its deeper implications.", - "content": "Though the memoir this film is based on confronts the issue of addiction to alcohol, the adaptation skirts the topic and its deeper implications.", - "category": "Alcohol Abuse", - "link": "https://www.nytimes.com/2022/01/07/movies/the-tender-bar-alcoholism.html", - "creator": "Chris Vognar", - "pubDate": "Fri, 07 Jan 2022 16:00:06 +0000", + "title": "He Lost Fingers in an Accident. Now It’s Inspiring His Art.", + "description": "John Powers, a sculptor who lost several fingers in a table-saw accident, is returning to work with paper collages in his studio on Oscawana Lake, near Beacon, N.Y. He has turned to artists for creative solutions to a life-changing injury. ", + "content": "John Powers, a sculptor who lost several fingers in a table-saw accident, is returning to work with paper collages in his studio on Oscawana Lake, near Beacon, N.Y. He has turned to artists for creative solutions to a life-changing injury. ", + "category": "Powers, John (Artist)", + "link": "https://www.nytimes.com/2022/01/11/arts/design/john-powers-sculptor-accident.html", + "creator": "Kriston Capps", + "pubDate": "Tue, 11 Jan 2022 19:06:49 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196140,17 +199968,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3303934f7b3e09c34c4fa51358097a99", + "hash": "18ade097c2b5ece2976c7eb473ae78c6", "highlights": [] }, { - "title": "Marcus Smart Has a Plan for Your Plan to Stop Him From Stopping You", - "description": "Boston Celtics guard Marcus Smart is known for his defense. The best defense, he said, is a “chess match.”", - "content": "Boston Celtics guard Marcus Smart is known for his defense. The best defense, he said, is a “chess match.”", - "category": "Basketball", - "link": "https://www.nytimes.com/2022/01/07/sports/marcus-smart-celtics-defense.html", - "creator": "Scott Cacciola", - "pubDate": "Fri, 07 Jan 2022 17:30:08 +0000", + "title": "The Two Paths on Voting Rights: Ambition or Compromise", + "description": "President Biden speaking in Atlanta yesterday.", + "content": "President Biden speaking in Atlanta yesterday.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/12/briefing/voting-rights-joe-biden.html", + "creator": "David Leonhardt and Ian Prasad Philbrick", + "pubDate": "Wed, 12 Jan 2022 11:17:48 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196162,17 +199990,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fafec3c9df54b25d3f9ebb42c0af1fd6", + "hash": "cb5e8f4922bdc02a901267bf4b62221f", "highlights": [] }, { - "title": "What Daily Routine Videos Actually Show Us", - "description": "A look into the anxious aspirations of young people.", - "content": "A look into the anxious aspirations of young people.", - "category": "TikTok (ByteDance)", - "link": "https://www.nytimes.com/2022/01/05/magazine/daily-routine-video-tiktok.html", - "creator": "Sophie Haigney", - "pubDate": "Wed, 05 Jan 2022 10:00:06 +0000", + "title": "Russia and the U.S. Face Off Over Ukraine", + "description": "American and Russian flags in Geneva on Monday. In the past year, Mr. Putin has increasingly cast Western support for Ukraine as an existential threat.", + "content": "American and Russian flags in Geneva on Monday. In the past year, Mr. Putin has increasingly cast Western support for Ukraine as an existential threat.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2022/01/12/podcasts/the-daily/russia-us-ukraine-talks.html", + "creator": "Annie Correal, Austin Mitchell, Mooj Zadie, Jessica Cheung, Lynsea Garrison, M.J. Davis Lin, Chelsea Daniel and Marion Lozano", + "pubDate": "Wed, 12 Jan 2022 11:49:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196184,17 +200012,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8deb64b90f753f810bb84b315ec05cf2", + "hash": "bbe4e185008cb36d15a31362e7bc6cc1", "highlights": [] }, { - "title": "The Latest Mystery and Crime Novels", - "description": "In “Something to Hide,” Elizabeth George delivers another intelligent, intricate mystery starring Detective Inspector Thomas Lynley of New Scotland Yard.", - "content": "In “Something to Hide,” Elizabeth George delivers another intelligent, intricate mystery starring Detective Inspector Thomas Lynley of New Scotland Yard.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2022/01/06/books/review/new-mystery-and-crime-novels.html", - "creator": "Sarah Weinman", - "pubDate": "Thu, 06 Jan 2022 10:00:09 +0000", + "title": "Is Norway the Future of Cars?", + "description": "The speed by which electric vehicles have taken over Norway has stunned even the cars’ enthusiasts.", + "content": "The speed by which electric vehicles have taken over Norway has stunned even the cars’ enthusiasts.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2022/01/11/technology/norway-electric-vehicles.html", + "creator": "Shira Ovide", + "pubDate": "Tue, 11 Jan 2022 17:40:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196206,17 +200034,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a8fa1ba7efaae72adbe87be46851466", + "hash": "05fe8cc893631f98f81664c7f1502328", "highlights": [] }, { - "title": "Review: A Conductor Adds Her Name to Philharmonic Contenders", - "description": "As the orchestra searches for a new music director, Susanna Mälkki was given the distinction of leading it at Carnegie Hall.", - "content": "As the orchestra searches for a new music director, Susanna Mälkki was given the distinction of leading it at Carnegie Hall.", - "category": "Classical Music", - "link": "https://www.nytimes.com/2022/01/07/arts/music/new-york-philharmonic-susanna-malkki.html", - "creator": "Zachary Woolfe", - "pubDate": "Fri, 07 Jan 2022 18:00:55 +0000", + "title": "Making Your Running Resolution Stick", + "description": "Have a big running goal? Consider taking a bite-size approach.", + "content": "Have a big running goal? Consider taking a bite-size approach.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2022/01/09/sports/running-resolution-tips.html", + "creator": "Talya Minsberg", + "pubDate": "Sun, 09 Jan 2022 19:15:57 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196228,17 +200056,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "61089f587408d68bbcf746ffb3718000", + "hash": "7a97582deacb2b876030f53a1d17125f", "highlights": [] }, { - "title": "How Much Watching Time Do You Have This Weekend?", - "description": "From left, Adam Devine, John Goodman, Edi Patterson and Danny McBride in “The Righteous Gemstones.”", - "content": "From left, Adam Devine, John Goodman, Edi Patterson and Danny McBride in “The Righteous Gemstones.”", - "category": "Television", - "link": "https://www.nytimes.com/2022/01/06/arts/television/righteous-gemstones-season-2.html", - "creator": "Margaret Lyons", - "pubDate": "Thu, 06 Jan 2022 21:16:32 +0000", + "title": "Ronnie Spector, Who Brought Edge to Girl Group Sound, Dies at 78", + "description": "As part of the Ronettes, Ronnie Spector helped transform the virginal model that had defined female pop groups since the 1940s.", + "content": "As part of the Ronettes, Ronnie Spector helped transform the virginal model that had defined female pop groups since the 1940s.", + "category": "Pop and Rock Music", + "link": "https://www.nytimes.com/2022/01/12/arts/music/ronnie-spector-dead.html", + "creator": "Ben Sisario and Joe Coscarelli", + "pubDate": "Wed, 12 Jan 2022 22:22:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196250,17 +200078,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "628299f978fbd94e847e3ef87230019c", + "hash": "8473d76f474053c848316cd3f566f464", "highlights": [] }, { - "title": "Student Workers at Columbia End 10-Week Strike After Reaching a Deal", - "description": "The terms of the tentative agreement include a 6 percent raise for student workers with annual contracts and an increase in hourly wages to $21 from $15. ", - "content": "The terms of the tentative agreement include a 6 percent raise for student workers with annual contracts and an increase in hourly wages to $21 from $15. ", - "category": "Strikes", - "link": "https://www.nytimes.com/2022/01/07/nyregion/columbia-student-workers-strike-ends.html", - "creator": "Ashley Wong", - "pubDate": "Sat, 08 Jan 2022 02:01:13 +0000", + "title": "Is Gruyère Still Gruyère if It Doesn’t Come From Gruyères?", + "description": "Gruyère cheese is named for the Swiss town where it has been produced for centuries.", + "content": "Gruyère cheese is named for the Swiss town where it has been produced for centuries.", + "category": "Cheese", + "link": "https://www.nytimes.com/2022/01/12/business/gruyere-cheese-us-court-ruling.html", + "creator": "Jenny Gross", + "pubDate": "Wed, 12 Jan 2022 17:21:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196272,17 +200100,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf4caf31f53cedbc9f407bdc4aefe1e6", + "hash": "e1c91b87f104d01d18c2d8b75bb7b050", "highlights": [] }, { - "title": "Covid news: The number of hospitalized children who tested positive is jumping, the C.D.C. said.", - "description": "The jump was observed in patients age 4 and younger, and the data include those who were admitted for reasons other than Covid. Follow pandemic news.", - "content": "The jump was observed in patients age 4 and younger, and the data include those who were admitted for reasons other than Covid. Follow pandemic news.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/07/world/omicron-covid-vaccine-tests", - "creator": "The New York Times", - "pubDate": "Sat, 08 Jan 2022 06:02:55 +0000", + "title": "Libor, Long the Most Important Number in Finance, Dies at 52", + "description": "The Bank of England in London’s financial district. The London interbank offered rate, or Libor, was a central force in international finance.", + "content": "The Bank of England in London’s financial district. The London interbank offered rate, or Libor, was a central force in international finance.", + "category": "Banking and Financial Institutions", + "link": "https://www.nytimes.com/2022/01/12/business/libor-finance.html", + "creator": "Lananh Nguyen and Jeanna Smialek", + "pubDate": "Wed, 12 Jan 2022 19:31:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196294,17 +200122,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7498cdb0a8edef22f169c92957b3280a", + "hash": "1168e1184c71615ab7e3386ec8ffa4e5", "highlights": [] }, { - "title": "Federal Rental Assistance Is Running Out, With Tenants Still in Need", - "description": "A landlord in Louisville, Ky., carried furniture out of a rental property as the sheriff’s office executed a September eviction. ", - "content": "A landlord in Louisville, Ky., carried furniture out of a rental property as the sheriff’s office executed a September eviction. ", - "category": "Real Estate and Housing (Residential)", - "link": "https://www.nytimes.com/2022/01/07/us/federal-rental-assistance-evictions.html", - "creator": "Sophie Kasakove and Glenn Thrush", - "pubDate": "Fri, 07 Jan 2022 23:08:27 +0000", + "title": "Texas Man Is First Charged Under New Antidoping Law in U.S.", + "description": "The Olympic rings at Odaiba Marine Park before the Tokyo Olympics.", + "content": "The Olympic rings at Odaiba Marine Park before the Tokyo Olympics.", + "category": "Doping (Sports)", + "link": "https://www.nytimes.com/2022/01/12/sports/olympics/federal-antidoping-law.html", + "creator": "Kevin Draper", + "pubDate": "Wed, 12 Jan 2022 19:04:32 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196316,17 +200144,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "20c279e911f36174ef854e06987c3b0d", + "hash": "f009efed82110c3d6c94b2a0a63db90a", "highlights": [] }, { - "title": "New Yorkers Reflect on a Stressful Week Back at School Amid Omicron Wave", - "description": "New Yorkers were divided this week over whether schools should remain open or return temporarily to virtual learning amid a spike in coronavirus cases.", - "content": "New Yorkers were divided this week over whether schools should remain open or return temporarily to virtual learning amid a spike in coronavirus cases.", - "category": "Coronavirus Reopenings", - "link": "https://www.nytimes.com/2022/01/07/nyregion/nyc-schools-omicron.html", - "creator": "Eliza Shapiro, Ashley Wong and Karen Zraick", - "pubDate": "Fri, 07 Jan 2022 20:29:27 +0000", + "title": "Epstein Accuser’s Lawsuit Against Prince Andrew Can Proceed, Judge Rules", + "description": "Prince Andrew had argued that an earlier settlement in a lawsuit against Jeffrey Epstein had released him from liability. ", + "content": "Prince Andrew had argued that an earlier settlement in a lawsuit against Jeffrey Epstein had released him from liability. ", + "category": "Suits and Litigation (Civil)", + "link": "https://www.nytimes.com/2022/01/12/nyregion/prince-andrew-epstein-lawsuit-virginia-giuffre.html", + "creator": "Benjamin Weiser", + "pubDate": "Wed, 12 Jan 2022 15:24:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196338,39 +200166,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8a0ffb443cb9303b6d9474be426a589", + "hash": "b86999d3ce7375a67e79cb9b265bf233", "highlights": [] }, { - "title": "December Jobs Report: U.S. Added 199,000 Jobs", - "description": "The gain of 199,000 was the weakest of the year, but not for lack of demand: The unemployment rate fell to 3.9 percent, and wages increased.", - "content": "The gain of 199,000 was the weakest of the year, but not for lack of demand: The unemployment rate fell to 3.9 percent, and wages increased.", - "category": "Labor and Jobs", - "link": "https://www.nytimes.com/2022/01/07/business/economy/jobs-report-december-2021.html", - "creator": "Sydney Ember and Jeanna Smialek", - "pubDate": "Fri, 07 Jan 2022 22:35:57 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Djokovic Admits False Statement on Australia Travel Document", + "description": "In a statement Wednesday, Novak Djokovic laid out what he said was the series of events before he received a positive coronavirus test.", + "content": "In a statement Wednesday, Novak Djokovic laid out what he said was the series of events before he received a positive coronavirus test.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/12/world/asia/novak-djokovic-covid-statement.html", + "creator": "Yan Zhuang", + "pubDate": "Wed, 12 Jan 2022 09:09:01 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "63cfd5ba8424b961c681cefd09d96925", + "hash": "ad3b9700ddb10ad7aac9a3e83cac527e", "highlights": [] }, { - "title": "Live Updates: Sidney Poitier, a Trailblazing Black Star, Is Remembered", - "description": "In 1963, Poitier became the first Black performer to win an Oscar in the best actor category, helping to open the door for Black actors in the film industry. His death at 94 was announced by a Bahamian official.", - "content": "In 1963, Poitier became the first Black performer to win an Oscar in the best actor category, helping to open the door for Black actors in the film industry. His death at 94 was announced by a Bahamian official.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/07/movies/sidney-poitier", - "creator": "The New York Times", - "pubDate": "Fri, 07 Jan 2022 18:11:06 +0000", + "title": "Car Bomb in Mogadishu, Somalia's Capital, Kills 8", + "description": "The scene of a car bombing in Mogadishu, Somalia, on Wednesday. A news site associated with Al Shabab said the militant group had carried out the attack.", + "content": "The scene of a car bombing in Mogadishu, Somalia, on Wednesday. A news site associated with Al Shabab said the militant group had carried out the attack.", + "category": "Somalia", + "link": "https://www.nytimes.com/2022/01/12/world/africa/somalia-car-bomb.html", + "creator": "Abdi Latif Dahir", + "pubDate": "Wed, 12 Jan 2022 15:40:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196382,17 +200210,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c5e724205c5fd855ebad42aab1eb652", + "hash": "f1608114c2642b61e26c005ccb0a8a12", "highlights": [] }, { - "title": "11 of Sidney Poitier's Greatest Movies to Stream Now", - "description": "As an actor and filmmaker, he strove to bring layered Black individuals to the screen at a time when that was rare.", - "content": "As an actor and filmmaker, he strove to bring layered Black individuals to the screen at a time when that was rare.", - "category": "Movies", - "link": "https://www.nytimes.com/2022/01/07/movies/sidney-poitier-movies.html", - "creator": "Noel Murray", - "pubDate": "Fri, 07 Jan 2022 17:19:01 +0000", + "title": "Seattle Maestro Resigns by Email and Says He Felt ‘Not Safe’", + "description": "Thomas Dausgaard leading the Seattle Symphony in February 2020. His abrupt resignation last week blindsided the orchestra.", + "content": "Thomas Dausgaard leading the Seattle Symphony in February 2020. His abrupt resignation last week blindsided the orchestra.", + "category": "Classical Music", + "link": "https://www.nytimes.com/2022/01/11/arts/music/seattle-symphony-thomas-dausgaard.html", + "creator": "Javier C. Hernández", + "pubDate": "Tue, 11 Jan 2022 16:35:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196404,17 +200232,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ff2e2c9fa7824411600555f8bbb0bd3", + "hash": "ad9123bd42022469652c091e7698e222", "highlights": [] }, { - "title": "Billionaire’s Star Rises as She Takes Bold Stance on Racism in Brazil", - "description": "Luiza Trajano says her company,  Magazine Luiza, is taking overdue steps to diversify its senior ranks and to atone for the brutal legacy of racism in Brazil.", - "content": "Luiza Trajano says her company,  Magazine Luiza, is taking overdue steps to diversify its senior ranks and to atone for the brutal legacy of racism in Brazil.", - "category": "Luiza Trajano", - "link": "https://www.nytimes.com/2022/01/07/world/americas/luiza-trajano-brazil-magalu-racism.html", - "creator": "Ernesto Londoño", - "pubDate": "Fri, 07 Jan 2022 10:00:18 +0000", + "title": "Grid, a ‘Fuller Picture’ News Site, Goes Live", + "description": "Laura McGann, formerly of Vox, is running Grid’s newsroom. Mark Bauman, a former ABC News reporter, is in charge of the business side.", + "content": "Laura McGann, formerly of Vox, is running Grid’s newsroom. Mark Bauman, a former ABC News reporter, is in charge of the business side.", + "category": "News and News Media", + "link": "https://www.nytimes.com/2022/01/12/business/grid-news-site-live.html", + "creator": "Katie Robertson", + "pubDate": "Wed, 12 Jan 2022 12:42:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196426,17 +200254,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1180a29809b01b5491d078dbaa3ec87b", + "hash": "3868adcdb718bc8c99d91a3376d9294e", "highlights": [] }, { - "title": "12 Predictions for the Trends We Think Will Own 2022", - "description": "Low-rise jeans at the spring 2022 Vaquera show.", - "content": "Low-rise jeans at the spring 2022 Vaquera show.", - "category": "Social Conditions and Trends", - "link": "https://www.nytimes.com/2022/01/07/style/lifestyle-trends-predictions-2022.html", - "creator": "", - "pubDate": "Fri, 07 Jan 2022 10:00:15 +0000", + "title": "The ‘Best Spring Skiing Anywhere’? Try Crete", + "description": "Skiing Crete’s perfect corn snow with a view of the Libyan Sea to the south on Psiloritis. The island offers miles of untracked descents, but almost no skiing infrastucture.  ", + "content": "Skiing Crete’s perfect corn snow with a view of the Libyan Sea to the south on Psiloritis. The island offers miles of untracked descents, but almost no skiing infrastucture.  ", + "category": "Skiing", + "link": "https://www.nytimes.com/2022/01/04/travel/crete-greece-skiing.html", + "creator": "Biddle Duke", + "pubDate": "Sat, 08 Jan 2022 14:13:49 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196448,17 +200276,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c5f75846e6d6108b1e94b006607d4a8b", + "hash": "be60bfae966922bc6c782a38b30cb4a7", "highlights": [] }, { - "title": "NATO Vows United Response to Russian Aggression Against Ukraine", - "description": "Ukrainian soldiers in Avdiivka, Ukraine, last month. Russia has engaged in a troop buildup near Ukraine and is calling for a Russian zone of influence free of NATO and Western involvement.", - "content": "Ukrainian soldiers in Avdiivka, Ukraine, last month. Russia has engaged in a troop buildup near Ukraine and is calling for a Russian zone of influence free of NATO and Western involvement.", - "category": "Defense and Military Forces", - "link": "https://www.nytimes.com/2022/01/07/world/europe/nato-russia-ukraine.html", - "creator": "Steven Erlanger", - "pubDate": "Fri, 07 Jan 2022 18:52:15 +0000", + "title": "From Northern Ireland, Dance as a ‘Physical Prayer’", + "description": "Oona Doherty photographed at the church in Bangor (a seaside town near Belfast) where she rehearses.", + "content": "Oona Doherty photographed at the church in Bangor (a seaside town near Belfast) where she rehearses.", + "category": "Content Type: Personal Profile", + "link": "https://www.nytimes.com/2022/01/10/arts/dance/oona-doherty-hard-to-be-soft-irish-arts-center.html", + "creator": "Siobhan Burke", + "pubDate": "Mon, 10 Jan 2022 19:39:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196470,17 +200298,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab3f1a340472a5dc065398e31a3ac9b1", + "hash": "e5936d11077ffa37c7cb32deeca807fa", "highlights": [] }, { - "title": "Officers Ran Off After Firing Stun Gun That Set Man Ablaze, Video Shows", - "description": "Catskill, N.Y., police officers seen in security footage that shows their encounter with Jason Jones, who died several weeks after one of them shot him with a stun gun.  ", - "content": "Catskill, N.Y., police officers seen in security footage that shows their encounter with Jason Jones, who died several weeks after one of them shot him with a stun gun.  ", - "category": "Video Recordings, Downloads and Streaming", - "link": "https://www.nytimes.com/2022/01/07/nyregion/man-catskill-police-stun-gun-dies.html", - "creator": "Precious Fondren", - "pubDate": "Sat, 08 Jan 2022 00:21:03 +0000", + "title": "A Chilling Debut Novel Puts Mothers Under Surveillance and Into Parenting Rehab", + "description": "Jessamine Chan’s “The School for Good Mothers” takes up themes of autonomy and technology in imagining an experimental facility where parents go through mandatory retraining.", + "content": "Jessamine Chan’s “The School for Good Mothers” takes up themes of autonomy and technology in imagining an experimental facility where parents go through mandatory retraining.", + "category": "The School for Good Mothers (Book)", + "link": "https://www.nytimes.com/2022/01/11/books/review-school-for-good-mothers-jessamine-chan.html", + "creator": "Molly Young", + "pubDate": "Tue, 11 Jan 2022 17:33:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196492,17 +200320,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1445316f004d5de822b74f3b732e4f87", + "hash": "7613e938f5afc9259e67f8dd23e86a32", "highlights": [] }, { - "title": "Ex-Sheriff’s Deputy Pleads Guilty in Killing of Unarmed Man Who Fled Police", - "description": "Nicholas Bils was mentally ill and had a lifelong fear of the police, a lawyer for his family has said.", - "content": "Nicholas Bils was mentally ill and had a lifelong fear of the police, a lawyer for his family has said.", - "category": "Police Brutality, Misconduct and Shootings", - "link": "https://www.nytimes.com/2022/01/07/us/aaron-russell-guilty-manslaughter.html", - "creator": "Vimal Patel", - "pubDate": "Sat, 08 Jan 2022 01:07:46 +0000", + "title": "‘Cheer’ Is Back. Here’s Where the Jerry Harris Case Stands.", + "description": "A scene from “Cheer.” The docuseries returns on Wednesday.", + "content": "A scene from “Cheer.” The docuseries returns on Wednesday.", + "category": "Child Pornography", + "link": "https://www.nytimes.com/2022/01/11/arts/television/cheer-season-2-jerry-harris.html", + "creator": "Sarah Bahr", + "pubDate": "Wed, 12 Jan 2022 18:15:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196514,17 +200342,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9c3905e09547fe8df5211206372b793", + "hash": "b43f388826dc8a058c80a83d823af9e7", "highlights": [] }, { - "title": "F. Sionil Jose, 97, Novelist Who Saw Heroism in Ordinary Filipinos, Dies", - "description": "F. Sionil Jose in 2009. He said the heroes of his fiction were “the common people, the foot soldiers who die in the hundreds so that their generals may live.”", - "content": "F. Sionil Jose in 2009. He said the heroes of his fiction were “the common people, the foot soldiers who die in the hundreds so that their generals may live.”", - "category": "Writing and Writers", - "link": "https://www.nytimes.com/2022/01/07/world/asia/f-sionil-jose-dead.html", - "creator": "Seth Mydans", - "pubDate": "Sat, 08 Jan 2022 04:21:23 +0000", + "title": "Stream These Three Great Documentaries", + "description": "This month’s picks include a personal essay on tobacco, an experimental look at pieces of the Berlin Wall and a chronicle of a revolt in Wukan, China.", + "content": "This month’s picks include a personal essay on tobacco, an experimental look at pieces of the Berlin Wall and a chronicle of a revolt in Wukan, China.", + "category": "Documentary Films and Programs", + "link": "https://www.nytimes.com/2022/01/12/movies/best-documentaries-streaming.html", + "creator": "Ben Kenigsberg", + "pubDate": "Wed, 12 Jan 2022 14:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196536,17 +200364,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d73eaa4b90196af14d1ad6ceb28caed", + "hash": "9dd41bd2d0185795dc19842f1a8b18dd", "highlights": [] }, { - "title": "Covid updates: The number of hospitalized children who test positive is jumping, the C.D.C. said.", - "description": "The jump was observed in patients age 4 and younger, and the data include those who were admitted for reasons other than Covid. Follow pandemic news.", - "content": "The jump was observed in patients age 4 and younger, and the data include those who were admitted for reasons other than Covid. Follow pandemic news.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/07/world/omicron-covid-vaccine-tests", - "creator": "The New York Times", - "pubDate": "Fri, 07 Jan 2022 23:16:45 +0000", + "title": "Facebook Rejected Ads From 60 Women's Sexual Health Companies According to New Report", + "description": "Advertisements rejected by Facebook for vFit, a product made by Joylux that is used to strengthen the pelvic floor.", + "content": "Advertisements rejected by Facebook for vFit, a product made by Joylux that is used to strengthen the pelvic floor.", + "category": "Online Advertising", + "link": "https://www.nytimes.com/2022/01/11/style/facebook-womens-sexual-health-advertising.html", + "creator": "Valeriya Safronova", + "pubDate": "Wed, 12 Jan 2022 11:24:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196558,17 +200386,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ce8d9ac7060d6cf2a7c423151cf3baf", + "hash": "07ac9109a1a2e699a9c919e0cae57069", "highlights": [] }, { - "title": "Stocks drop and bond yields jump, extending Wall Street’s turbulent week.", - "description": "", - "content": "", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/07/business/stock-market-economy-news/wall-street-wavers-after-weak-employment-report", - "creator": "Coral Murphy Marcos", - "pubDate": "Fri, 07 Jan 2022 22:44:51 +0000", + "title": "Supply Chain Snags Continued to Drive Up Inflation in December", + "description": "The surge in coronavirus cases is idling workers at ports and trucking companies, while strong consumer demand continues to drive up the cost of shipping and energy.", + "content": "The surge in coronavirus cases is idling workers at ports and trucking companies, while strong consumer demand continues to drive up the cost of shipping and energy.", + "category": "Transportation Department (US)", + "link": "https://www.nytimes.com/2022/01/12/business/inflation-supply-chain.html", + "creator": "Ana Swanson", + "pubDate": "Wed, 12 Jan 2022 14:50:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196580,17 +200408,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a255fe6e050f59f7ef53a9e61ca13aa", + "hash": "7756d8b98b659af4a968f9d101cedae8", "highlights": [] }, { - "title": "Why Novak Djokovic Was Blocked From Entering Australia", - "description": "Novak Djokovic at the Australian Open last year. ", - "content": "Novak Djokovic at the Australian Open last year. ", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2022/01/06/world/australia/why-novak-djokovic-was-blocked.html", - "creator": "Austin Ramzy", - "pubDate": "Thu, 06 Jan 2022 08:30:59 +0000", + "title": "Biden Calls for Legislative Action on Voting Rights", + "description": "“I’m tired of being quiet!” Mr. Biden said of the calm persuasion that Democrats have used, in vain, to try to pass a voting rights bill.", + "content": "“I’m tired of being quiet!” Mr. Biden said of the calm persuasion that Democrats have used, in vain, to try to pass a voting rights bill.", + "category": "Biden, Joseph R Jr", + "link": "https://www.nytimes.com/2022/01/11/us/politics/biden-voting-rights-state-laws.html", + "creator": "Nick Corasaniti and Reid J. Epstein", + "pubDate": "Wed, 12 Jan 2022 00:50:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196602,17 +200430,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "87ab05eac4c33ffec57dd5f77fcd55eb", + "hash": "786fb64f8bc35b780f5450d100a5210a", "highlights": [] }, { - "title": "Notes From the End of a Very Long Life by New York's Oldest ", - "description": "Ruth Willig, a 98-year-old retired microbiologist and mother of four, last month at her home in Brooklyn.", - "content": "Ruth Willig, a 98-year-old retired microbiologist and mother of four, last month at her home in Brooklyn.", - "category": "Mekas, Jonas", - "link": "https://www.nytimes.com/2022/01/06/nyregion/ruth-willig-oldest-new-yorkers.html", - "creator": "John Leland", - "pubDate": "Thu, 06 Jan 2022 17:03:37 +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": "", @@ -196624,17 +200452,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bcbe4521332a0c7299b1d0cc12d31e4c", + "hash": "32dd2c229cc5c6f0ff358f31fbf11c4e", "highlights": [] }, { - "title": "Cruise Ships Are Still Sailing as Cases Rise and Criticism Mounts", - "description": "The German cruise ship AIDAnova, docked in Lisbon, celebrated New Year’s Eve with fireworks.", - "content": "The German cruise ship AIDAnova, docked in Lisbon, celebrated New Year’s Eve with fireworks.", - "category": "Coronavirus Risks and Safety Concerns", - "link": "https://www.nytimes.com/2022/01/06/travel/coronavirus-cruise-ships-omicron.html", - "creator": "Ceylan Yeginsu", - "pubDate": "Thu, 06 Jan 2022 10:00:15 +0000", + "title": "Consumer Prices Rise 7%, Fastest Pace Since 1982", + "description": "The rapid increase in inflation for the year through December shows the continuing struggles of the economy amid virus waves. The Biden administration has waited months for inflation to fade. Instead, price gains have eroded consumer confidence. Here’s the latest on the economy. ", + "content": "The rapid increase in inflation for the year through December shows the continuing struggles of the economy amid virus waves. The Biden administration has waited months for inflation to fade. Instead, price gains have eroded consumer confidence. Here’s the latest on the economy. ", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/12/business/inflation-stock-market-economy-news", + "creator": "The New York Times", + "pubDate": "Wed, 12 Jan 2022 17:14:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196646,17 +200474,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "16520e751af04cc4ef7b68c61667961e", + "hash": "f6d07c78072f4155e4b820f63e310228", "highlights": [] }, { - "title": "‘I Have Absolutely Nothing’: After a Massive Winter Fire, What Is Left?", - "description": "Farrah Manz, 10, reaching into the rubble to look for any belongings that might have survived after the Marshall fire burned down her family’s house and many others in the Spanish Hills subdivision near Boulder, Colo., last week.", - "content": "Farrah Manz, 10, reaching into the rubble to look for any belongings that might have survived after the Marshall fire burned down her family’s house and many others in the Spanish Hills subdivision near Boulder, Colo., last week.", - "category": "Fires and Firefighters", - "link": "https://www.nytimes.com/2022/01/06/us/colorado-marshall-fire-survivors.html", - "creator": "Charlie Brennan, Simon Romero and Erin Schaff", - "pubDate": "Thu, 06 Jan 2022 10:00:25 +0000", + "title": "Democrats are looking at multiple proposals to curb the filibuster.", + "description": "Senator Joe Manchin III of West Virginia has expressed support for a return to the “talking” filibuster, in which senators must hold the floor while they are blocking legislation.", + "content": "Senator Joe Manchin III of West Virginia has expressed support for a return to the “talking” filibuster, in which senators must hold the floor while they are blocking legislation.", + "category": "Democratic Party", + "link": "https://www.nytimes.com/2022/01/11/us/politics/democrats-are-looking-at-multiple-proposals-to-curb-the-filibuster.html", + "creator": "Carl Hulse", + "pubDate": "Tue, 11 Jan 2022 23:39:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196668,17 +200496,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2d00869308c2d8e3881a70c583017f4", + "hash": "c7699f62e09dae1dbfa61b96949d4225", "highlights": [] }, { - "title": "Winter TV: 20 Shows You Might Not Know Already", - "description": "Louisa Jacobson, left, and Denée Benton play 19th-century New Yorkers in “The Gilded Age,” created by Julian Fellowes.", - "content": "Louisa Jacobson, left, and Denée Benton play 19th-century New Yorkers in “The Gilded Age,” created by Julian Fellowes.", - "category": "Television", - "link": "https://www.nytimes.com/2022/01/06/arts/television/20-shows-to-watch-this-winter.html", - "creator": "Mike Hale", - "pubDate": "Thu, 06 Jan 2022 20:18:42 +0000", + "title": "Deep Divides Remain After Latest Russia-NATO Talks on Ukraine", + "description": "A four-hour meeting at the alliance’s headquarters was part of a push aimed at holding off a further Russian invasion of Ukraine. Get updates on the talks here.", + "content": "A four-hour meeting at the alliance’s headquarters was part of a push aimed at holding off a further Russian invasion of Ukraine. Get updates on the talks here.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/12/world/russia-ukraine-nato-us", + "creator": "The New York Times", + "pubDate": "Wed, 12 Jan 2022 17:14:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196690,17 +200518,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5995d485b0093e6532361428a4042215", + "hash": "b4033a3667c0912910422afeeff18184", "highlights": [] }, { - "title": "Vaccine Mandates, Kazakhstan, Sidney Poitier: Your Friday Evening Briefing", - "description": "Protesting a vaccine mandate in San Francisco. The Supreme Court has repeatedly upheld state vaccine mandates in a variety of settings.", - "content": "Protesting a vaccine mandate in San Francisco. The Supreme Court has repeatedly upheld state vaccine mandates in a variety of settings.", - "category": "", - "link": "https://www.nytimes.com/2022/01/07/briefing/vaccine-mandates-kazakhstan-sidney-poitier.html", - "creator": "Remy Tumin", - "pubDate": "Fri, 07 Jan 2022 22:34:39 +0000", + "title": "Eric Adams Cuts His Brother’s Duties After Giving Him Top Police Job", + "description": "Bernard Adams, the brother of Mayor Eric Adams, at a primary night gathering in June.", + "content": "Bernard Adams, the brother of Mayor Eric Adams, at a primary night gathering in June.", + "category": "Adams, Eric L", + "link": "https://www.nytimes.com/2022/01/12/nyregion/bernard-adams-brother-mayor.html", + "creator": "Dana Rubinstein and William K. Rashbaum", + "pubDate": "Wed, 12 Jan 2022 16:53:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196712,17 +200540,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "81963c6c5c181614379af4bf8c8019ce", + "hash": "47a66e444d8b10c49cac5a9cd418f7d0", "highlights": [] }, { - "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", + "title": "Parents of Kids Under 5 Are Demoralized", + "description": "Disrupted daycare, vaccines TBD and bosses who are over Covid excuses.", + "content": "Disrupted daycare, vaccines TBD and bosses who are over Covid excuses.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2022/01/12/opinion/parents-school-omicron.html", + "creator": "Jessica Grose", + "pubDate": "Wed, 12 Jan 2022 16:21:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196734,17 +200562,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "885e3e6f8e3cb3e7d3e492b7e2b3827c", + "hash": "7afcaf7bd7e06d3666f8db81c61d41da", "highlights": [] }, { - "title": "Jan. 6, Part 3: The State of American Democracy", - "description": "The Capitol Building at sunrise on Thursday, a year after the riot.", - "content": "The Capitol Building at sunrise on Thursday, a year after the riot.", - "category": "Presidential Election of 2020", - "link": "https://www.nytimes.com/2022/01/07/podcasts/the-daily/capitol-riots-donald-trump-republicans.html", - "creator": "Michael Barbaro, Rachel Quester, Eric Krupke, Robert Jimison, Diana Nguyen, Lisa Tobin, Marion Lozano, Dan Powell and Brad Fisher", - "pubDate": "Fri, 07 Jan 2022 11:00:08 +0000", + "title": "Boris Johnson, Under Fire, Apologizes for Pandemic Party", + "description": "Prime Minister Boris Johnson of Britain, left, in London on Wednesday.", + "content": "Prime Minister Boris Johnson of Britain, left, in London on Wednesday.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2022/01/12/world/europe/boris-johnson-uk-parties.html", + "creator": "Mark Landler and Stephen Castle", + "pubDate": "Wed, 12 Jan 2022 14:31:45 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196756,17 +200584,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e22d831eb72c7206783aacc6db79ef47", + "hash": "e0743242bb7bfadea01c27d566265cc4", "highlights": [] }, { - "title": "Was the Jan. 6 Attack on the Capitol an Act of ‘Terrorism’?", - "description": " The Fox News host Tucker Carlson criticized Senator Ted Cruz of Texas for calling the events of Jan. 6 a terrorist attack. “Why did you use that word?” he asked.", - "content": " The Fox News host Tucker Carlson criticized Senator Ted Cruz of Texas for calling the events of Jan. 6 a terrorist attack. “Why did you use that word?” he asked.", - "category": "Terrorism", - "link": "https://www.nytimes.com/2022/01/07/us/politics/jan-6-terrorism-explainer.html", - "creator": "Charlie Savage", - "pubDate": "Fri, 07 Jan 2022 23:37:53 +0000", + "title": "Don’t Just Watch: Team Behind ‘Don’t Look Up’ Urges Climate Action", + "description": "The satirical film about a comet hurtling toward Earth is a metaphor for climate change. It has broken a Netflix record and its director hopes it will mobilize public action.", + "content": "The satirical film about a comet hurtling toward Earth is a metaphor for climate change. It has broken a Netflix record and its director hopes it will mobilize public action.", + "category": "Global Warming", + "link": "https://www.nytimes.com/2022/01/11/climate/dont-look-up-climate.html", + "creator": "Cara Buckley", + "pubDate": "Wed, 12 Jan 2022 16:25:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196778,17 +200606,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3812365b008b9ec8b48e8258b582dc3", + "hash": "0e002c9f2da90d10f5433efa7e4c7c53", "highlights": [] }, { - "title": "Revival for New Zealand's Moriori Nearly Pushed to Cultural Death", - "description": "A statue of Tommy Solomon on Chatham Island, or Rekohu, in New Zealand. He is known as the last “full-blooded” member of the Moriori people.", - "content": "A statue of Tommy Solomon on Chatham Island, or Rekohu, in New Zealand. He is known as the last “full-blooded” member of the Moriori people.", - "category": "Maori", - "link": "https://www.nytimes.com/2022/01/07/world/australia/moriori-new-zealand.html", - "creator": "Pete McKenzie", - "pubDate": "Fri, 07 Jan 2022 17:08:27 +0000", + "title": "Desperate Search for Those Missing in Bronx Fire: ‘We’re Still Waiting’", + "description": "Relatives of people missing in the deadly fire in a Bronx apartment building waited at a mosque for information.", + "content": "Relatives of people missing in the deadly fire in a Bronx apartment building waited at a mosque for information.", + "category": "Fires and Firefighters", + "link": "https://www.nytimes.com/2022/01/11/nyregion/bronx-fire-missing-persons.html", + "creator": "Jazmine Hughes and Sean Piccoli", + "pubDate": "Wed, 12 Jan 2022 04:21:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196800,17 +200628,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "83024619196376750435718aa14da709", + "hash": "1ad35f7d68fc550e324035fb99d9a71f", "highlights": [] }, { - "title": "Arson Destroyed Knoxville Planned Parenthood Clinic, Officials Say", - "description": "Emergency responders gathered as firefighters put out a fire at the Planned Parenthood building in Knoxville, Tenn., on New Year’s Eve.", - "content": "Emergency responders gathered as firefighters put out a fire at the Planned Parenthood building in Knoxville, Tenn., on New Year’s Eve.", - "category": "Arson", - "link": "https://www.nytimes.com/2022/01/07/us/knoxville-planned-parenthood-arson.html", - "creator": "Amanda Holpuch", - "pubDate": "Fri, 07 Jan 2022 19:31:00 +0000", + "title": "Miami-Bound Passenger Storms Cockpit in Honduras, Causing Flight Delay", + "description": "Airlines have had to deal with thousands of cancellations and delays in recent months. ", + "content": "Airlines have had to deal with thousands of cancellations and delays in recent months. ", + "category": "Airlines and Airplanes", + "link": "https://www.nytimes.com/2022/01/11/business/american-airlines-honduras-passenger-cockpit.html", + "creator": "Alyssa Lukpat", + "pubDate": "Wed, 12 Jan 2022 04:13:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196822,17 +200650,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "db96231e7203120fd083ec0a51364f72", + "hash": "e67552ebb722084dd33e6aef88fa66b0", "highlights": [] }, { - "title": "Italian Mafia Fugitive Caught In Spain Thanks to Google Maps", - "description": "An image taken from Google Street View was used to track down the Sicilian gangster Gioacchino Gammino.", - "content": "An image taken from Google Street View was used to track down the Sicilian gangster Gioacchino Gammino.", - "category": "Fugitives", - "link": "https://www.nytimes.com/2022/01/07/world/europe/italian-mafia-fugitive-google-maps.html", - "creator": "Elisabetta Povoledo", - "pubDate": "Fri, 07 Jan 2022 15:31:21 +0000", + "title": "10 Miami Bakeries That Showcase a World of Flavors", + "description": "Jaime Reynoso Pérez and Elvis Garcia preparing pastries at La Migaja Mexican Bakery, inside Mi Rinconcito Mexicano restaurant.", + "content": "Jaime Reynoso Pérez and Elvis Garcia preparing pastries at La Migaja Mexican Bakery, inside Mi Rinconcito Mexicano restaurant.", + "category": "Bakeries and Baked Products", + "link": "https://www.nytimes.com/2022/01/11/dining/miami-bakeries.html", + "creator": "Brett Anderson and Christina Morales", + "pubDate": "Tue, 11 Jan 2022 17:22:57 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196844,17 +200672,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "13500aeb82dda7b47b8f19816688b733", + "hash": "28ac03f8ae77a7447793dea28eebc02f", "highlights": [] }, { - "title": "Jawar Mohammed to Be Released From Prison by Ethiopian President", - "description": "Oromos calling for the release of prominent opposition figures in Addis Ababa, Ethiopia, in October.", - "content": "Oromos calling for the release of prominent opposition figures in Addis Ababa, Ethiopia, in October.", - "category": "Ethiopia", - "link": "https://www.nytimes.com/2022/01/07/world/africa/jawar-mohammed-release-ethiopia.html", - "creator": "Declan Walsh", - "pubDate": "Fri, 07 Jan 2022 22:54:26 +0000", + "title": "Poitier and Bogdanovich: The Defiant Ones", + "description": "Peter Bogdanovich in 1973 and Sidney Poitier circa 1965. Both were directing films in the same post-studio era.", + "content": "Peter Bogdanovich in 1973 and Sidney Poitier circa 1965. Both were directing films in the same post-studio era.", + "category": "Movies", + "link": "https://www.nytimes.com/2022/01/11/movies/sidney-poitier-peter-bogdanovich.html", + "creator": "A.O. Scott and Manohla Dargis", + "pubDate": "Tue, 11 Jan 2022 22:03:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196866,17 +200694,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "29261d1df078760b025785e3d5ef0648", + "hash": "4b8fd14fd7102ef37bcacd1c0f577428", "highlights": [] }, { - "title": "Biden Nominates Michael E. Kurilla to Lead Central Command", - "description": "Lt. Gen. Michael E. Kurilla would take over as the United States tries to conduct operations in Afghanistan from afar.", - "content": "Lt. Gen. Michael E. Kurilla would take over as the United States tries to conduct operations in Afghanistan from afar.", - "category": "Appointments and Executive Changes", - "link": "https://www.nytimes.com/2022/01/07/us/politics/biden-military-kurilla.html", - "creator": "Helene Cooper", - "pubDate": "Fri, 07 Jan 2022 21:01:47 +0000", + "title": "‘Intelligent Life’ Review: Cecily Strong’s ‘Awerobics’ Workout", + "description": "Cecily Strong in “The Search for Signs of Intelligent Life in the Universe” at the Shed.", + "content": "Cecily Strong in “The Search for Signs of Intelligent Life in the Universe” at the Shed.", + "category": "Theater", + "link": "https://www.nytimes.com/2022/01/11/theater/search-for-signs-of-intelligent-life-review.html", + "creator": "Jesse Green", + "pubDate": "Wed, 12 Jan 2022 01:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196888,17 +200716,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e32d35ee54843d94d83bae3ac4f13ea3", + "hash": "381e6d751e12da5c48f6d94c527837c4", "highlights": [] }, { - "title": "Behind Kazakhstan Unrest, the ‘Strongman’s Dilemma’", - "description": "As Kazakhstan’s only ruler since independence, Nursultan Nazarbayev was keenly aware of the difficulties of succession. The unrest in Kazakhstan suggests that the problem may be virtually unresolvable. ", - "content": "As Kazakhstan’s only ruler since independence, Nursultan Nazarbayev was keenly aware of the difficulties of succession. The unrest in Kazakhstan suggests that the problem may be virtually unresolvable. ", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2022/01/07/world/asia/kazakhstan-protests-strongmen.html", - "creator": "Max Fisher", - "pubDate": "Fri, 07 Jan 2022 17:20:31 +0000", + "title": "Stephen Colbert Debates Catching Omicron on Purpose", + "description": "“I mean, all the other late-night hosts are doing it,” Colbert said.", + "content": "“I mean, all the other late-night hosts are doing it,” Colbert said.", + "category": "Television", + "link": "https://www.nytimes.com/2022/01/12/arts/television/colbert-deliberately-catching-omicron.html", + "creator": "Trish Bendix", + "pubDate": "Wed, 12 Jan 2022 07:02:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196910,17 +200738,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "afec5e1ad4d8a971e74f021b19e91441", + "hash": "957ff4fc9defd291017d1d5dac3c8547", "highlights": [] }, { - "title": "After Killing of Einar, Sweden Struggles With 'Gangster Rap'", - "description": "A memorial at the site where the successful Swedish rapper Einar was shot and killed in October 2021.", - "content": "A memorial at the site where the successful Swedish rapper Einar was shot and killed in October 2021.", - "category": "Gangs", - "link": "https://www.nytimes.com/2022/01/07/arts/music/einar-sweden-rap.html", - "creator": "Alex Marshall and Joe Coscarelli", - "pubDate": "Fri, 07 Jan 2022 09:18:16 +0000", + "title": "Judith Davidoff, Master of Long-Dormant Instruments, Dies at 94", + "description": "Judith Davidoff started as a cellist, but at an early age she became captivated by the viola da gamba and other bowed instruments of the Renaissance and Baroque eras. She went on to gain prominence in the early-music scene.", + "content": "Judith Davidoff started as a cellist, but at an early age she became captivated by the viola da gamba and other bowed instruments of the Renaissance and Baroque eras. She went on to gain prominence in the early-music scene.", + "category": "Davidoff, Judith", + "link": "https://www.nytimes.com/2022/01/06/arts/music/judith-davidoff-dead.html", + "creator": "Neil Genzlinger", + "pubDate": "Thu, 06 Jan 2022 21:35:39 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196932,17 +200760,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e543021a0a3205b1688f1fcfc382adb5", + "hash": "1526e973b86af1a9bf5c353a7acc49b0", "highlights": [] }, { - "title": "U.S. Records 5 Rabies Deaths in 2021, Highest Number in a Decade", - "description": "An electron microscope image made available by the Centers for Disease Control and Prevention shows rabies virions, dark and bullet-shaped, within an infected tissue sample.", - "content": "An electron microscope image made available by the Centers for Disease Control and Prevention shows rabies virions, dark and bullet-shaped, within an infected tissue sample.", - "category": "Rabies", - "link": "https://www.nytimes.com/2022/01/07/health/rabies-deaths.html", - "creator": "Jenny Gross", - "pubDate": "Fri, 07 Jan 2022 18:53:38 +0000", + "title": "Biden to Endorse Changing Senate Rules to Pass Voting Rights Legislation", + "description": "President Biden plans to increase pressure on Congress to pass voter protection laws by calling for a change to the Senate’s filibuster rule. Follow updates.", + "content": "President Biden plans to increase pressure on Congress to pass voter protection laws by calling for a change to the Senate’s filibuster rule. Follow updates.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/11/us/biden-harris-voting-rights", + "creator": "The New York Times", + "pubDate": "Tue, 11 Jan 2022 20:45:40 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196954,17 +200782,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0814543a4a23f9e87e89bc2a76e6867e", + "hash": "1e445602170d37c92e337fead58772a3", "highlights": [] }, { - "title": "How the Capitol Riot Led to a Broken America", - "description": "The collapse of decency feeds the attacks on democracy.", - "content": "The collapse of decency feeds the attacks on democracy.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2022/01/06/opinion/jan-6-attack-democracy.html", - "creator": "Frank Bruni", - "pubDate": "Thu, 06 Jan 2022 17:05:06 +0000", + "title": "Why Coronavirus Testing Is Falling Short in Many Schools Across the U.S.", + "description": "Holly Amos, a special education teacher in Gardena, Calif., giving her son a coronavirus test at a school site last week.", + "content": "Holly Amos, a special education teacher in Gardena, Calif., giving her son a coronavirus test at a school site last week.", + "category": "Tests (Medical)", + "link": "https://www.nytimes.com/2022/01/11/us/schools-covid-testing.html", + "creator": "Shawn Hubler", + "pubDate": "Tue, 11 Jan 2022 20:29:32 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196976,17 +200804,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4c4175335729cd0054e5952a9bad1b3", + "hash": "78920a0a0d07c9ef01761979c0f818f5", "highlights": [] }, { - "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", + "title": "Health Officials on Defensive as Senators Condemn Biden Omicron Response", + "description": "Despite high infection levels, an agency director said that vaccines remained effective at preventing severe illness and death. Here’s the latest on Covid.", + "content": "Despite high infection levels, an agency director said that vaccines remained effective at preventing severe illness and death. Here’s the latest on Covid.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/11/world/omicron-covid-testing-vaccines", + "creator": "The New York Times", + "pubDate": "Tue, 11 Jan 2022 19:08:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -196998,17 +200826,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0da76f65efdfe9603281df4a009acaa", + "hash": "b879ac8b47c4957ab2f3faade68c86fe", "highlights": [] }, { - "title": "Chinese Rover Finds Moon Cube Is Just Rabbit-Like Rock", - "description": "A blurry image that China’s space program had called the “mystery hut” was a result of camera angle, light and shadow.", - "content": "A blurry image that China’s space program had called the “mystery hut” was a result of camera angle, light and shadow.", - "category": "Moon", - "link": "https://www.nytimes.com/2022/01/07/science/moon-cube-china-rover.html", - "creator": "Kenneth Chang", - "pubDate": "Fri, 07 Jan 2022 17:59:53 +0000", + "title": "Over Half of Europe Could Be Infected With Coronavirus Soon, W.H.O. Says", + "description": "A doctor cared for a Covid patient at a hospital in Bulgaria on Christmas Eve. Omicron is just starting to spread widely in nations in the Balkans and Eastern Europe.", + "content": "A doctor cared for a Covid patient at a hospital in Bulgaria on Christmas Eve. Omicron is just starting to spread widely in nations in the Balkans and Eastern Europe.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2022/01/11/world/europe/who-europe-covid-omicron-infection.html", + "creator": "Marc Santora", + "pubDate": "Tue, 11 Jan 2022 19:39:48 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197020,17 +200848,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac60861aef28b25dc51794f61ed2be72", + "hash": "993995557ebe9b7cb995038444b3c5c8", "highlights": [] }, { - "title": "Plane Passengers Partying Without Masks Draw Outrage", - "description": "Maskless Canadian passengers partied on a Sunwing Airlines plane. Now they are being investigated for violating the country’s aviation rules and Covid restrictions.", - "content": "Maskless Canadian passengers partied on a Sunwing Airlines plane. Now they are being investigated for violating the country’s aviation rules and Covid restrictions.", - "category": "Aviation Accidents, Safety and Disasters", - "link": "https://www.nytimes.com/2022/01/07/world/canada/montreal-cancun-party-flight.html", - "creator": "Maria Cramer", - "pubDate": "Fri, 07 Jan 2022 22:53:22 +0000", + "title": "A Growing Gap Between the Vaccinated and Unvaccinated", + "description": "Covid testing in Brooklyn.", + "content": "Covid testing in Brooklyn.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2022/01/11/briefing/omicron-deaths-vaccinated-vs-unvaccinated.html", + "creator": "David Leonhardt and Ashley Wu", + "pubDate": "Tue, 11 Jan 2022 12:21:47 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197042,17 +200870,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6560488d9adf5b1eb5fa36420e03a43c", + "hash": "e6018991b065a0dbb5a70bc7d2cfd610", "highlights": [] }, { - "title": "For One Last Season, Alia Shawkat Is the Life of ‘Search Party’", - "description": "Looking back on her experience on “Search Party,” Alia Shawkat sees a grander vision at work. She also recognizes some lessons for herself in the experiences endured by her character.", - "content": "Looking back on her experience on “Search Party,” Alia Shawkat sees a grander vision at work. She also recognizes some lessons for herself in the experiences endured by her character.", - "category": "Television", - "link": "https://www.nytimes.com/2022/01/06/arts/television/alia-shawkat-search-party.html", - "creator": "Dave Itzkoff", - "pubDate": "Fri, 07 Jan 2022 16:42:53 +0000", + "title": " Jerome Powell Says Fed Is Prepared to Raise Rates to Tame Inflation", + "description": "“We will use our tools to get inflation back,” the Federal Reserve chair, Jerome Powell, said at his nomination hearing on Tuesday.", + "content": "“We will use our tools to get inflation back,” the Federal Reserve chair, Jerome Powell, said at his nomination hearing on Tuesday.", + "category": "Banking and Financial Institutions", + "link": "https://www.nytimes.com/2022/01/11/business/powell-confirmation-hearing.html", + "creator": "Jeanna Smialek", + "pubDate": "Tue, 11 Jan 2022 19:27:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197064,17 +200892,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb158abd40e25125858b639dd1ce9fdf", + "hash": "cc0a90777adc098e6ea3779065161648", "highlights": [] }, { - "title": "How Many Bagels Does It Take to Keep a Place in Business?", - "description": "Two quintessential bagel shops dish on the business of selling lots and lots of bagels.", - "content": "Two quintessential bagel shops dish on the business of selling lots and lots of bagels.", - "category": "St-Viateur Bagel (Montreal, Quebec)", - "link": "https://www.nytimes.com/2022/01/07/business/st-viateur-ess-a-bagel-business.html", - "creator": "Julia Rothman and Shaina Feinberg", - "pubDate": "Fri, 07 Jan 2022 17:00:17 +0000", + "title": "Stocks climb, recovering from an early drop.", + "description": "", + "content": "", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/11/business/stock-market-economy-news/wall-streets-unease-continues-despite-mondays-rebound", + "creator": "Stephen Gandel", + "pubDate": "Tue, 11 Jan 2022 14:58:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197086,17 +200914,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ba974dd17dee8fa691994103b4ed5e1", + "hash": "770e21d60437646217334a36a1fc5718", "highlights": [] }, { - "title": "Carl Bernstein, Looking Back at His Start, Conjures the Newsrooms of the Early 1960s", - "description": "“Chasing History” tells the story of his journalistic apprenticeship at The Evening Star in Washington, D.C., when he was in his teens and early 20s.", - "content": "“Chasing History” tells the story of his journalistic apprenticeship at The Evening Star in Washington, D.C., when he was in his teens and early 20s.", - "category": "Chasing History: A Kid in the Newsroom (Book)", - "link": "https://www.nytimes.com/2022/01/05/books/review-chasing-history-carl-bernstein-memoir.html", - "creator": "Dwight Garner", - "pubDate": "Wed, 05 Jan 2022 14:03:02 +0000", + "title": "A Russian Pledge of No Invasion? Ukrainians Are Skeptical.", + "description": "A Ukrainian Military Forces serviceman waited on Tuesday at his position on the frontline, near the city of Luhansk, in the Donetsk region.", + "content": "A Ukrainian Military Forces serviceman waited on Tuesday at his position on the frontline, near the city of Luhansk, in the Donetsk region.", + "category": "Defense and Military Forces", + "link": "https://www.nytimes.com/2022/01/11/world/europe/ukraine-russia.html", + "creator": "Andrew E. Kramer", + "pubDate": "Tue, 11 Jan 2022 19:26:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197108,17 +200936,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "42edfb59333aee6505d23f657510518d", + "hash": "237c8597ff8738aed48bf4e5463aa8ba", "highlights": [] }, { - "title": "Every Pore on Your Face Is a Walled Garden", - "description": "A colored scanning electron micrograph of Cutibacterium acnes, the most abundant bacteria on skin.", - "content": "A colored scanning electron micrograph of Cutibacterium acnes, the most abundant bacteria on skin.", - "category": "Skin", - "link": "https://www.nytimes.com/2022/01/06/science/skin-pores-bacteria.html", - "creator": "Veronique Greenwood", - "pubDate": "Thu, 06 Jan 2022 19:25:02 +0000", + "title": "Kazakhstan Says Russian Troops Can Start Leaving This Week", + "description": "A building that was torched during recent unrest in Almaty, Kazakhstan, on Tuesday.", + "content": "A building that was torched during recent unrest in Almaty, Kazakhstan, on Tuesday.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2022/01/11/world/europe/kazakhstan-russia-troops.html", + "creator": "Valerie Hopkins and Ivan Nechepurenko", + "pubDate": "Tue, 11 Jan 2022 19:01:32 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197130,17 +200958,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "142c7de90f38861b87c37feb47548bab", + "hash": "3ea9e95cb889dc93d3904048fb731e65", "highlights": [] }, { - "title": "‘Expedition Content’ Review: Anthropological Maneuvers in the Dark", - "description": "An engrossing documentary looks back at a 1961 expedition to New Guinea and the creation of the landmark ethnographic film that resulted.", - "content": "An engrossing documentary looks back at a 1961 expedition to New Guinea and the creation of the landmark ethnographic film that resulted.", - "category": "Documentary Films and Programs", - "link": "https://www.nytimes.com/2022/01/05/movies/expedition-content-review.html", - "creator": "Manohla Dargis", - "pubDate": "Thu, 06 Jan 2022 01:37:12 +0000", + "title": "How the ‘Djokovic Affair’ Came Back to Bite Australia’s Prime Minister", + "description": "Australian Prime Minister Scott Morrison used the news over Novak Djokovic’s visa to return to a well-tested tactic: stirring voter support with appeals to tough border enforcement.", + "content": "Australian Prime Minister Scott Morrison used the news over Novak Djokovic’s visa to return to a well-tested tactic: stirring voter support with appeals to tough border enforcement.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2022/01/11/world/australia/novak-djokovic-australia-border-scott-morrison.html", + "creator": "Damien Cave", + "pubDate": "Tue, 11 Jan 2022 10:01:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197152,17 +200980,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ffce425dec6d85565fbe3083b17684d", + "hash": "da61d349d628415f218d47f0b533e79e", "highlights": [] }, { - "title": "Number of Hospitalized Children Who Test Positive Is Rising, C.D.C. Says", - "description": "The jump was observed in patients younger than age 4, and the data include those who were admitted for reasons other than Covid. Follow pandemic news.", - "content": "The jump was observed in patients younger than age 4, and the data include those who were admitted for reasons other than Covid. Follow pandemic news.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/07/world/omicron-covid-vaccine-tests", - "creator": "The New York Times", - "pubDate": "Fri, 07 Jan 2022 18:11:06 +0000", + "title": "Novak Djokovic Tested Positive: A Timeline of What Happened Next", + "description": "If a tennis star knew he was positive for the coronavirus, why did he keep making public appearances without a mask?", + "content": "If a tennis star knew he was positive for the coronavirus, why did he keep making public appearances without a mask?", + "category": "Tennis", + "link": "https://www.nytimes.com/2022/01/11/sports/tennis/novak-djokovic-covid-positive-australia.html", + "creator": "Andrew Das", + "pubDate": "Tue, 11 Jan 2022 16:45:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197174,17 +201002,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec387035eb54bee41b2d4a47249c3966", + "hash": "df73fe145007a686f0951dc7bfc388c4", "highlights": [] }, { - "title": "U.S. Hiring Slowed Last Month as Employers Struggled to Find Workers", - "description": "December’s gain of 199,000 jobs was the weakest in 2021, but not for lack of demand: The unemployment rate fell, and wages increased. Follow economy updates.", - "content": "December’s gain of 199,000 jobs was the weakest in 2021, but not for lack of demand: The unemployment rate fell, and wages increased. Follow economy updates.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/07/business/stock-market-economy-news", - "creator": "The New York Times", - "pubDate": "Fri, 07 Jan 2022 18:11:06 +0000", + "title": "The Strange Alliance of Crypto and MAGA Believers", + "description": "Crusading for God, family … and Bitcoin?", + "content": "Crusading for God, family … and Bitcoin?", + "category": "Virtual Currency", + "link": "https://www.nytimes.com/2022/01/10/opinion/crypto-cryptocurrency-money-conspiracy.html", + "creator": "Paul Krugman", + "pubDate": "Tue, 11 Jan 2022 18:22:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197196,17 +201024,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d87a99f2585a8882eaf3eec45818ff1", + "hash": "ccb14ba4aeb9d6a7fb002334343e1f2c", "highlights": [] }, { - "title": "Kazakhstan Protests Lead President to Crack Down: ‘Fire Without Warning’", - "description": "The building that houses the mayor’s office was torched on Thursday during protests in Almaty, the biggest city in Kazakhstan.", - "content": "The building that houses the mayor’s office was torched on Thursday during protests in Almaty, the biggest city in Kazakhstan.", - "category": "Demonstrations, Protests and Riots", - "link": "https://www.nytimes.com/2022/01/07/world/asia/kazakhstan-protests.html", - "creator": "Ivan Nechepurenko, Valerie Hopkins and Marc Santora", - "pubDate": "Fri, 07 Jan 2022 13:08:56 +0000", + "title": "What Did I Miss? Chris Hayes Fills Me in on Inflation, Covid and the G.O.P.", + "description": "The political journalist discusses the Biden administration’s successes and failures with the economy, pandemic response and climate change.", + "content": "The political journalist discusses the Biden administration’s successes and failures with the economy, pandemic response and climate change.", + "category": "audio-neutral-informative", + "link": "https://www.nytimes.com/2022/01/11/opinion/ezra-klein-podcast-chris-hayes.html", + "creator": "‘The Ezra Klein Show’", + "pubDate": "Tue, 11 Jan 2022 19:06:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197218,17 +201046,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a415036f2aad42e63f10ed2615f92e93", + "hash": "eb6e71baf0c39b9fe3e29d9705e70bf9", "highlights": [] }, { - "title": "How TV Shows Are Moving Past the Coronavirus Pandemic", - "description": "Series like “And Just Like That” have fast-forwarded awkwardly to a time after Covid.", - "content": "Series like “And Just Like That” have fast-forwarded awkwardly to a time after Covid.", - "category": "Television", - "link": "https://www.nytimes.com/2022/01/07/arts/television/tv-shows-covid-pandemic.html", - "creator": "James Poniewozik", - "pubDate": "Fri, 07 Jan 2022 16:45:22 +0000", + "title": "As an E.R. Doctor, I Fear Health Care Collapse More Than Omicron", + "description": "The Omicron wave is different from March 2020, but it’s still serious. ", + "content": "The Omicron wave is different from March 2020, but it’s still serious. ", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2022/01/10/opinion/omicron-covid-er.html", + "creator": "Craig Spencer", + "pubDate": "Mon, 10 Jan 2022 14:58:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197240,17 +201068,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "05ca84d9c3839bcc6c94e4425b0d84da", + "hash": "26892c6e2e7b7834d2d74e0dac3825e6", "highlights": [] }, { - "title": "This Is the N.F.L. Season That Ran Too Long", - "description": "To learn the Dallas Cowboys’ playoff fate, viewers will have to tune in for such can’t-miss Sunday action as the 12-4 Tampa Bay Buccaneers’ showdown with the 5-11 Carolina Panthers.", - "content": "To learn the Dallas Cowboys’ playoff fate, viewers will have to tune in for such can’t-miss Sunday action as the 12-4 Tampa Bay Buccaneers’ showdown with the 5-11 Carolina Panthers.", - "category": "Football", - "link": "https://www.nytimes.com/2022/01/05/sports/football/nfl-regular-season-17-games.html", - "creator": "Mike Tanier", - "pubDate": "Wed, 05 Jan 2022 05:01:05 +0000", + "title": "We’re All ‘Experts’ Now. That’s Not a Good Thing.", + "description": "Widespread scams and institutional failures force us to rely on only ourselves.", + "content": "Widespread scams and institutional failures force us to rely on only ourselves.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2022/01/10/opinion/scams-were-all-experts.html", + "creator": "Tressie McMillan Cottom", + "pubDate": "Mon, 10 Jan 2022 20:22:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197262,17 +201090,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6723ea2318af328429f7cd34a4e66043", + "hash": "69089f49eb8a2832ce5f6942dccf683a", "highlights": [] }, { - "title": "Let Marjorie Taylor Greene Keep Her Social Media Accounts", - "description": "We’ve ceded too much control over our speech to Big Tech.", - "content": "We’ve ceded too much control over our speech to Big Tech.", - "category": "Censorship", - "link": "https://www.nytimes.com/2022/01/06/opinion/taylor-greene-twitter.html", - "creator": "Jay Caspian Kang", - "pubDate": "Thu, 06 Jan 2022 22:26:56 +0000", + "title": "Randi Weingarten Still Wants Schools Open", + "description": "Even with Omicron, the teachers’ union leader isn’t calling for shutdowns.", + "content": "Even with Omicron, the teachers’ union leader isn’t calling for shutdowns.", + "category": "Teachers and School Employees", + "link": "https://www.nytimes.com/2022/01/10/opinion/omicron-school-closures.html", + "creator": "Michelle Goldberg", + "pubDate": "Tue, 11 Jan 2022 00:20:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197284,17 +201112,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6470c14d37fc51def7abd3e9e5edeb5a", + "hash": "9e3b9abf9da5a8f6decc9c1fe1bfcffd", "highlights": [] }, { - "title": "A Food Audit", - "description": "The produce aisle at a grocery store in New Jersey.", - "content": "The produce aisle at a grocery store in New Jersey.", - "category": "", - "link": "https://www.nytimes.com/2022/01/07/briefing/food-audit-dieting-obesity.html", - "creator": "David Leonhardt", - "pubDate": "Fri, 07 Jan 2022 11:30:38 +0000", + "title": "Learning Loss Among Our Kids Is Significant. Here's How to Help Them.", + "description": "Will Covid closures lead to an overhaul of public school systems?", + "content": "Will Covid closures lead to an overhaul of public school systems?", + "category": "Hurricane Katrina (2005)", + "link": "https://www.nytimes.com/2022/01/10/opinion/covid-school-closures.html", + "creator": "Jay Caspian Kang", + "pubDate": "Mon, 10 Jan 2022 20:12:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197306,17 +201134,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3207b6a861134e9bca79f8e39557575a", + "hash": "32963fbc001a6a28721559272dc38e2e", "highlights": [] }, { - "title": "New York Gets Its First Major Snow of the Season", - "description": "A delivery cyclist made his way through the snow in the Bronx on Friday morning.", - "content": "A delivery cyclist made his way through the snow in the Bronx on Friday morning.", - "category": "Snow and Snowstorms", - "link": "https://www.nytimes.com/2022/01/07/nyregion/snow-northeast-power-outages.html", - "creator": "Patrick McGeehan, Christine Chung and Derrick Bryson Taylor", - "pubDate": "Fri, 07 Jan 2022 12:58:14 +0000", + "title": "Can Free Trade Work for Everyone?", + "description": "A prominent Republican economist admits that open markets have hurt some people. But tariffs, he says, aren’t the answer.", + "content": "A prominent Republican economist admits that open markets have hurt some people. But tariffs, he says, aren’t the answer.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2022/01/10/opinion/free-trade-globalization.html", + "creator": "Peter Coy", + "pubDate": "Tue, 11 Jan 2022 00:48:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197328,17 +201156,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c3949ce091646d82002ed617dd66572", + "hash": "9d74b6e9484ca26b24d0f2021ed8364d", "highlights": [] }, { - "title": "Biden Administration Warns Against Spyware Targeting Dissidents", - "description": "The most insidious spyware can be placed on a phone without having to trick users into clicking a malicious link.", - "content": "The most insidious spyware can be placed on a phone without having to trick users into clicking a malicious link.", - "category": "Computer Security", - "link": "https://www.nytimes.com/2022/01/07/us/politics/spyware-warning-cybersecurity.html", - "creator": "Julian E. Barnes", - "pubDate": "Fri, 07 Jan 2022 18:43:41 +0000", + "title": "Health Workers, ‘Risking Their Own Lives to Save Ours’", + "description": "  ", + "content": "  ", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/11/opinion/letters/health-workers-covid.html", + "creator": "", + "pubDate": "Tue, 11 Jan 2022 17:54:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197350,17 +201178,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bae04522be5b317cc517dbd8585fa6fd", + "hash": "76ce90bf8d65990dcf114035c19da2a3", "highlights": [] }, { - "title": "Road Salt Works. But It’s Also Bad for the Environment.", - "description": "A salt and plow truck sat abandoned after sliding off the road in icy conditions in Stafford County, Va., this week.", - "content": "A salt and plow truck sat abandoned after sliding off the road in icy conditions in Stafford County, Va., this week.", - "category": "Water Pollution", - "link": "https://www.nytimes.com/2022/01/07/climate/road-salt-water-supply.html", - "creator": "Jenny Gross", - "pubDate": "Fri, 07 Jan 2022 18:06:19 +0000", + "title": "Covid 3.0, Biden 2.0 and Trump Number …", + "description": "The new year is off to an unusual start. ", + "content": "The new year is off to an unusual start. ", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/10/opinion/covid-biden-trump.html", + "creator": "Gail Collins and Bret Stephens", + "pubDate": "Mon, 10 Jan 2022 14:44:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197372,17 +201200,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "92e3f530ca29732b1179ec3c2b560cfd", + "hash": "7634328406a9f5e7322c615ab116d44a", "highlights": [] }, { - "title": "Oregon Says Nicholas Kristof Cannot Run for Governor", - "description": "Nicholas Kristof speaking about his candidacy for governor in Portland, Ore., last year. Mr. Kristof won two Pulitzer Prizes during his career with The New York Times.", - "content": "Nicholas Kristof speaking about his candidacy for governor in Portland, Ore., last year. Mr. Kristof won two Pulitzer Prizes during his career with The New York Times.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2022/01/06/us/oregon-governor-kristof.html", - "creator": "Mike Baker", - "pubDate": "Fri, 07 Jan 2022 04:53:45 +0000", + "title": "Boris Johnson's Repressive Legislation Reveals Who He Really Is", + "description": "A raft of repressive legislation shows the prime minister’s true colors.", + "content": "A raft of repressive legislation shows the prime minister’s true colors.", + "category": "Johnson, Boris", + "link": "https://www.nytimes.com/2022/01/10/opinion/boris-johnson-britain-bills.html", + "creator": "Moya Lothian-McLean", + "pubDate": "Mon, 10 Jan 2022 06:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197394,17 +201222,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca6aefc535a2bb675cdf154a9a337c58", + "hash": "e1dee8abc41ccd12a218b7af914ab3b7", "highlights": [] }, { - "title": "Journals for Anxiety, Depression and General Mindfulness", - "description": "Several new-ish journals feature prompts and exercises aimed at supporting mental health.", - "content": "Several new-ish journals feature prompts and exercises aimed at supporting mental health.", - "category": "Anxiety and Stress", - "link": "https://www.nytimes.com/2021/10/07/style/therapy-notebooks-anxiety-depression-mindfulness.html", - "creator": "Valeriya Safronova", - "pubDate": "Thu, 07 Oct 2021 18:24:37 +0000", + "title": "This Winter, Snow Can Help Us Learn to Stop ", + "description": "Shelby Park in Nashville, Tenn., on Saturday.", + "content": "Shelby Park in Nashville, Tenn., on Saturday.", + "category": "Snow and Snowstorms", + "link": "https://www.nytimes.com/2022/01/10/opinion/snow-winter-2022.html", + "creator": "Margaret Renkl", + "pubDate": "Mon, 10 Jan 2022 10:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197416,17 +201244,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3998a6f3b1ebe4592417435fd009747b", + "hash": "1b8e7e87c1ecb05f9045e7fe81189180", "highlights": [] }, { - "title": "New York Could Make History With a Fashion Sustainability Act", - "description": "Shoppers in Manhattan last month. If the Fashion Act becomes law, companies would have 12 months to comply before facing fines for violations.", - "content": "Shoppers in Manhattan last month. If the Fashion Act becomes law, companies would have 12 months to comply before facing fines for violations.", - "category": "Fashion and Apparel", - "link": "https://www.nytimes.com/2022/01/07/style/new-york-fashion-sustainability-act.html", - "creator": "Vanessa Friedman", - "pubDate": "Fri, 07 Jan 2022 13:28:59 +0000", + "title": "Covid Test Misinformation Spikes Along With Spread of Omicron", + "description": "Misinformation about Covid-19 tests — including P.C.R. and at-home tests — has spiked across social media in recent weeks, researchers say.", + "content": "Misinformation about Covid-19 tests — including P.C.R. and at-home tests — has spiked across social media in recent weeks, researchers say.", + "category": "Tests (Medical)", + "link": "https://www.nytimes.com/2022/01/10/technology/covid-test-misinformation.html", + "creator": "Davey Alba", + "pubDate": "Mon, 10 Jan 2022 10:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197438,17 +201266,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7b78c733a282538310057d2c3fb1d53", + "hash": "0252eff4cb4d018b5027eb8e0d435c64", "highlights": [] }, { - "title": "Supreme Court Hears Challenges to Biden Vaccine Mandates", - "description": "Protesting a vaccine mandate in San Francisco. The Supreme Court has repeatedly upheld state vaccine mandates in a variety of settings.", - "content": "Protesting a vaccine mandate in San Francisco. The Supreme Court has repeatedly upheld state vaccine mandates in a variety of settings.", - "category": "Supreme Court (US)", - "link": "https://www.nytimes.com/2022/01/07/us/politics/biden-vaccine-mandate-supreme-court.html", - "creator": "Adam Liptak", - "pubDate": "Fri, 07 Jan 2022 17:53:18 +0000", + "title": "‘Nothing Will Be the Same’: A Prison Town Weighs a Future Without a Prison", + "description": "Susanville, Calif., is poised to lose a significant part of its economy if the state closes the California Correctional Center, a major employer for the community.", + "content": "Susanville, Calif., is poised to lose a significant part of its economy if the state closes the California Correctional Center, a major employer for the community.", + "category": "Prisons and Prisoners", + "link": "https://www.nytimes.com/2022/01/10/us/susanville-california-prison-closing.html", + "creator": "Tim Arango", + "pubDate": "Mon, 10 Jan 2022 08:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197460,17 +201288,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "24b118b5215eef92d7d11065109759f0", + "hash": "137c3020d9fc64d015b4bc72d64cc4a7", "highlights": [] }, { - "title": "Will Cuomo Try to Make a Comeback?", - "description": "Andrew Cuomo will make a virtual court appearance on Friday where a judge is expected to formally dismiss a criminal charge of forcible touching.", - "content": "Andrew Cuomo will make a virtual court appearance on Friday where a judge is expected to formally dismiss a criminal charge of forcible touching.", - "category": "Cuomo, Andrew M", - "link": "https://www.nytimes.com/2022/01/06/us/politics/cuomo-charges-future-resignation.html", - "creator": "Katie Glueck", - "pubDate": "Fri, 07 Jan 2022 00:45:25 +0000", + "title": "As Its Population Soars to 40, Rum Isle Glimpses a Future in the Mist", + "description": "With four new families recently arriving, the remote and rainy island in the Hebrides is experiencing its version of a population surge, although residents new and old concede living here isn’t easy.", + "content": "With four new families recently arriving, the remote and rainy island in the Hebrides is experiencing its version of a population surge, although residents new and old concede living here isn’t easy.", + "category": "Hebrides Islands (Great Britain)", + "link": "https://www.nytimes.com/2022/01/10/world/europe/rum-isle-scotland-hebrides.html", + "creator": "", + "pubDate": "Mon, 10 Jan 2022 08:00:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197482,17 +201310,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6dad986c2d300d26d129018d3816f2a6", + "hash": "5692cb9d1c49928f9c3ae36f7fb6f1b8", "highlights": [] }, { - "title": "A School Won 92-4 in Basketball. Then the Coach Was Suspended.", - "description": "Sacred Heart Academy, a Catholic high school for girls in Hamden, Conn., said that running up the score against Lyman Hall High School did not mesh with its values.", - "content": "Sacred Heart Academy, a Catholic high school for girls in Hamden, Conn., said that running up the score against Lyman Hall High School did not mesh with its values.", - "category": "Coaches and Managers", - "link": "https://www.nytimes.com/2022/01/06/nyregion/connecticut-high-school-girls-basketball-coach.html", - "creator": "Neil Vigdor", - "pubDate": "Thu, 06 Jan 2022 22:35:28 +0000", + "title": "How European Royals Once Shared Their Most Important Secrets", + "description": "Recent research highlights the use of letterlocking techniques by Queen Elizabeth, Catherine de’ Medici and Mary Queen of Scots.", + "content": "Recent research highlights the use of letterlocking techniques by Queen Elizabeth, Catherine de’ Medici and Mary Queen of Scots.", + "category": "Letters", + "link": "https://www.nytimes.com/2022/01/10/science/european-royals-letterlocking.html", + "creator": "William J. Broad", + "pubDate": "Mon, 10 Jan 2022 16:56:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197500,21 +201328,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "ae0cbf9929fa44db28f238fcd520fbd9", + "hash": "4d795c2dfea89212afca3ad33182864f", "highlights": [] }, { - "title": "U.S. Hiring Stumbled in December, a Weak Showing Before Omicron’s Surge", - "description": "Employers added only 199,000 jobs last month in the worst report of 2021, even before the labor market had faced the new threat from Omicron. Since then, the variant has set off a steep rise in cases, keeping people at home and prompting fresh uncertainty among employers. Here’s the latest.", - "content": "Employers added only 199,000 jobs last month in the worst report of 2021, even before the labor market had faced the new threat from Omicron. Since then, the variant has set off a steep rise in cases, keeping people at home and prompting fresh uncertainty among employers. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/07/business/stock-market-economy-news", - "creator": "The New York Times", - "pubDate": "Fri, 07 Jan 2022 14:11:36 +0000", + "title": "This Covid Surge Feels Different", + "description": "Many hospitals across the country are being inundated with Covid patients amid the Omicron surge.", + "content": "Many hospitals across the country are being inundated with Covid patients amid the Omicron surge.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2022/01/11/podcasts/the-daily/omicron-surge-hospitals.html", + "creator": "Annie Correal, Daniel Guillemette, Asthaa Chaturvedi, Mooj Zadie, Marc Georges, Lisa Chow, Marion Lozano and Dan Powell", + "pubDate": "Tue, 11 Jan 2022 11:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197526,17 +201354,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d9707ca2c8868ba914b886aabf50d98e", + "hash": "4c2a65e81b79999e132affde4bcac003", "highlights": [] }, { - "title": "Supreme Court to Hear Challenges to Biden Vaccine Mandates", - "description": "Protesting a vaccine mandate in San Francisco. The Supreme Court has repeatedly upheld state vaccine mandates in a variety of settings.", - "content": "Protesting a vaccine mandate in San Francisco. The Supreme Court has repeatedly upheld state vaccine mandates in a variety of settings.", - "category": "Supreme Court (US)", - "link": "https://www.nytimes.com/2022/01/07/us/politics/biden-vaccine-mandate-supreme-court.html", - "creator": "Adam Liptak", - "pubDate": "Fri, 07 Jan 2022 10:00:14 +0000", + "title": "Chicken Soup for the Weary Soul and the Rise of Mindful Drinking: The Week in Narrated Articles", + "description": "This simple golden elixir, a real panacea for life’s ailments, starts with the leftover carcass of a roasted chicken.", + "content": "This simple golden elixir, a real panacea for life’s ailments, starts with the leftover carcass of a roasted chicken.", + "category": "", + "link": "https://www.nytimes.com/2022/01/07/podcasts/cooking-vaccines-dry-january.html", + "creator": "", + "pubDate": "Fri, 07 Jan 2022 10:30:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197548,17 +201376,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "df0bdd069e34015e5ff95531191997cd", + "hash": "f735296e2bcb5698d1f69a21daa74410", "highlights": [] }, { - "title": "With Chicago Schools Closed, Families Grit Their Teeth", - "description": "While city officials clash with the teachers’ union over how to return to classrooms amid Omicron, families around Chicago reflect on the pandemic’s effects on their children.", - "content": "While city officials clash with the teachers’ union over how to return to classrooms amid Omicron, families around Chicago reflect on the pandemic’s effects on their children.", - "category": "Coronavirus Reopenings", - "link": "https://www.nytimes.com/2022/01/07/us/chicago-schools-families.html", - "creator": "Giulia Heyward and Jamie Kelter Davis", - "pubDate": "Fri, 07 Jan 2022 10:00:24 +0000", + "title": "Democrats Go Hunting For Missing Voters", + "description": "The coronavirus pandemic has disrupted the usual pathways that Democrats have used to bring in new voters: sign-ups at the Department of Motor Vehicles and face-to-face field work.", + "content": "The coronavirus pandemic has disrupted the usual pathways that Democrats have used to bring in new voters: sign-ups at the Department of Motor Vehicles and face-to-face field work.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/10/us/politics/democratic-voters-demographics.html", + "creator": "Blake Hounshell and Leah Askarinam", + "pubDate": "Tue, 11 Jan 2022 00:16:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197570,17 +201398,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4595bca67ad6bebde4d8491bf7777566", + "hash": "fc1bafef87b4a92aa6d9c2249579aafd", "highlights": [] }, { - "title": "In Kazakhstan, Putin Again Seizes on Unrest to Try to Expand Influence", - "description": "Troops in Almaty, Kazakhstan’s largest city, on Thursday.", - "content": "Troops in Almaty, Kazakhstan’s largest city, on Thursday.", - "category": "Demonstrations, Protests and Riots", - "link": "https://www.nytimes.com/2022/01/06/world/asia/kazakhstan-putin-russia.html", - "creator": "Andrew Higgins", - "pubDate": "Fri, 07 Jan 2022 04:27:47 +0000", + "title": "Georgia Knocks Off Alabama to Win National Championship", + "description": "Jamaree Salyer and Stetson Bennett celebrate Georgia’s win against Alabama.", + "content": "Jamaree Salyer and Stetson Bennett celebrate Georgia’s win against Alabama.", + "category": "University of Georgia", + "link": "https://www.nytimes.com/2022/01/11/sports/georgia-alabama-score.html", + "creator": "Billy Witz and A.J. Mast", + "pubDate": "Tue, 11 Jan 2022 05:56:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197592,17 +201420,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ecd7fd4900702c19307cdb99cbbc33d", + "hash": "67a922db792ba82fcfd98679b344d342", "highlights": [] }, { - "title": "On Jan. 6 Anniversary, Biden Goes After Trump and Trumpism", - "description": "“His bruised ego matters more to him than our democracy or our constitution,” President Biden said of former President Donald J. Trump on Thursday.", - "content": "“His bruised ego matters more to him than our democracy or our constitution,” President Biden said of former President Donald J. Trump on Thursday.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2022/01/06/us/politics/biden-trump-jan-6.html", - "creator": "Zolan Kanno-Youngs", - "pubDate": "Fri, 07 Jan 2022 02:25:41 +0000", + "title": "Dorms Pop Up in Spain as More Students Seek Housing Away From Home", + "description": "Brian Dervishi, an Italian student, in a studio he rents in the Livensa Living student dorm in Málaga, Spain.", + "content": "Brian Dervishi, an Italian student, in a studio he rents in the Livensa Living student dorm in Málaga, Spain.", + "category": "International Study and Teaching", + "link": "https://www.nytimes.com/2022/01/11/world/europe/spain-student-housing-dorms.html", + "creator": "Raphael Minder", + "pubDate": "Tue, 11 Jan 2022 14:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197614,17 +201442,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "13cd62d591af9143e081f985560d3dd6", + "hash": "68fba5b394cf50f019345d5bd192a9dd", "highlights": [] }, { - "title": "Jamie Raskin’s Year of Tragedy and Trump", - "description": "Representative Jamie Raskin was asked to lead the second impeachment of former President Donald J. Trump.", - "content": "Representative Jamie Raskin was asked to lead the second impeachment of former President Donald J. Trump.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/06/us/politics/jamie-raskin-unthinkable-jan-6.html", - "creator": "Blake Hounshell and Leah Askarinam", - "pubDate": "Fri, 07 Jan 2022 00:00:05 +0000", + "title": "Suspect in South Africa’s Parliament Fire Is Sent for Psychiatric Check", + "description": "Zandile Christmas Mafe, who is suspected of setting the fire that tore through South Africa’s Parliament buildings, appeared in court in Cape Town on Tuesday.", + "content": "Zandile Christmas Mafe, who is suspected of setting the fire that tore through South Africa’s Parliament buildings, appeared in court in Cape Town on Tuesday.", + "category": "Mafe, Zandile Christmas", + "link": "https://www.nytimes.com/2022/01/11/world/africa/south-africa-parliament-fire-suspect.html", + "creator": "Lynsey Chutel", + "pubDate": "Tue, 11 Jan 2022 17:02:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197636,17 +201464,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "11dc130f1b36e7fae92078a9d834f709", + "hash": "3b339e788bfb7534cf400b0cd7d53a9e", "highlights": [] }, { - "title": "4 Takeaways From the Jan. 6 Capitol Attack Commemoration", - "description": "President Joe Biden on Thursday in National Statuary Hall inside the Capitol.", - "content": "President Joe Biden on Thursday in National Statuary Hall inside the Capitol.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2022/01/06/us/politics/jan-6-events-takeaways.html", - "creator": "Katie Rogers", - "pubDate": "Fri, 07 Jan 2022 01:47:27 +0000", + "title": "Magawa, Hero Rat That Hunted Land Mines, Dies in Retirement", + "description": "Magawa with his handler last year in Siem Reap, Cambodia.", + "content": "Magawa with his handler last year in Siem Reap, Cambodia.", + "category": "Mines, Explosive", + "link": "https://www.nytimes.com/2022/01/11/world/europe/magawa-landmine-hero-rat-dead.html", + "creator": "Anna Schaverien", + "pubDate": "Tue, 11 Jan 2022 16:06:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197658,17 +201486,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9d9405e27552561088f1bd899178aaa", + "hash": "e952677382468cc1739ee1785a789e23", "highlights": [] }, { - "title": "Biden’s Speech on the Jan. 6 Riot, Annotated", - "description": "President Biden in National Statuary Hall in the Capitol on Thursday. “Are we going to be a nation that lives not by the light of the truth but in the shadow of lies?” he asked.", - "content": "President Biden in National Statuary Hall in the Capitol on Thursday. “Are we going to be a nation that lives not by the light of the truth but in the shadow of lies?” he asked.", - "category": "Biden, Joseph R Jr", - "link": "https://www.nytimes.com/2022/01/06/us/politics/biden-speech-january-6-transcript.html", - "creator": "Katie Rogers", - "pubDate": "Fri, 07 Jan 2022 01:34:19 +0000", + "title": "World Bank Warns Pandemic Will Slow Economic Growth in 2022", + "description": "Construction at the Route 50 interchange with I-66 in Fairfax, Va. The World Bank said that the recently passed infrastructure law would do little to buttress growth in the United States in the near term.", + "content": "Construction at the Route 50 interchange with I-66 in Fairfax, Va. The World Bank said that the recently passed infrastructure law would do little to buttress growth in the United States in the near term.", + "category": "World Bank", + "link": "https://www.nytimes.com/2022/01/11/business/world-bank-2022-growth.html", + "creator": "Alan Rappeport", + "pubDate": "Tue, 11 Jan 2022 14:30:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197680,17 +201508,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "49e1ff188cd01cb21f593e2878c860b1", + "hash": "e91cc2950ee26107ea3e4527ac1324e3", "highlights": [] }, { - "title": "Britney Spears Has Always Fought Back. By Dancing.", - "description": "Britney Spears onstage in 2011, three years into her conservatorship. During the 13 years others controlled her finances and personal affairs, she continued to dance, both onstage and for herself.", - "content": "Britney Spears onstage in 2011, three years into her conservatorship. During the 13 years others controlled her finances and personal affairs, she continued to dance, both onstage and for herself.", - "category": "Dancing", - "link": "https://www.nytimes.com/2022/01/07/arts/dance/britney-spears-dance-instagram.html", - "creator": "Madison Mainwaring", - "pubDate": "Fri, 07 Jan 2022 10:00:08 +0000", + "title": "On Day Biden Calls Ethiopia’s Leader to Urge Peace, a Drone Strike Kills 17", + "description": "Survivors of an air strike by Ethiopian government forces at a hospital in the town of Dedebit, in the northern region of Tigray, Ethiopia, on Saturday.", + "content": "Survivors of an air strike by Ethiopian government forces at a hospital in the town of Dedebit, in the northern region of Tigray, Ethiopia, on Saturday.", + "category": "Ethiopia", + "link": "https://www.nytimes.com/2022/01/11/world/africa/ethiopia-biden-abiy-ahmed-tigray.html", + "creator": "Declan Walsh", + "pubDate": "Tue, 11 Jan 2022 17:48:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197702,17 +201530,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "81c865c34d076a5a2dccdfeeed814d19", + "hash": "f6a4e249733acdd6da30b2e0e2757f80", "highlights": [] }, { - "title": "For C.D.C.’s Walensky, a Steep Learning Curve on Messaging", - "description": "Dr. Rochelle Walensky, left, was criticized for failing to fully explain her reasoning for halving the recommended isolation period for people infected with the coronavirus.", - "content": "Dr. Rochelle Walensky, left, was criticized for failing to fully explain her reasoning for halving the recommended isolation period for people infected with the coronavirus.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2022/01/05/us/politics/cdc-rochelle-walensky-covid-isolation-testing.html", - "creator": "Sharon LaFraniere, Sheryl Gay Stolberg and Noah Weiland", - "pubDate": "Thu, 06 Jan 2022 00:51:01 +0000", + "title": "L.A.P.D. Officers Who Ignored Robbery to Play Pokémon Go Lose Appeal", + "description": "The Los Angeles Police Department found that the officers failed to respond to a robbery call in April 2017 because they were busy playing Pokémon Go.", + "content": "The Los Angeles Police Department found that the officers failed to respond to a robbery call in April 2017 because they were busy playing Pokémon Go.", + "category": "Pokemon Go (Video Game)", + "link": "https://www.nytimes.com/2022/01/11/us/lapd-pokemon-go-appeal.html", + "creator": "Daniel Victor", + "pubDate": "Tue, 11 Jan 2022 18:35:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197724,17 +201552,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0876dae482043ff84744e26d2bd0eb1f", + "hash": "c938cda0881f328e44b1cb05e2f228b3", "highlights": [] }, { - "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", + "title": "Maya Angelou Becomes First Black Woman on a Quarter", + "description": "The new quarter featuring the likeness of the writer Maya Angelou.", + "content": "The new quarter featuring the likeness of the writer Maya Angelou.", + "category": "Numismatics", + "link": "https://www.nytimes.com/2022/01/11/us/maya-angelou-quarter.html", + "creator": "Livia Albeck-Ripka", + "pubDate": "Tue, 11 Jan 2022 16:40:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197746,17 +201574,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e42a2ef5bc8c99b72288ebaedd5686a0", + "hash": "3676e45168f41b8d09fa452cdf4e58fc", "highlights": [] }, { - "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", + "title": "Economy Updates: Bank of America Says It Will Cut Overdraft Fees", + "description": "At his confirmation hearing, Jerome Powell, the Fed chair, said the healing economy no longer needed as much help from the central bank. Get economy updates.", + "content": "At his confirmation hearing, Jerome Powell, the Fed chair, said the healing economy no longer needed as much help from the central bank. Get economy updates.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/11/business/stock-market-economy-news", + "creator": "The New York Times", + "pubDate": "Tue, 11 Jan 2022 18:41:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197768,17 +201596,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "96e47d7ce3eae4a7f880f8fe3bc9ff92", + "hash": "01704fc3b0a6e249d046c4795ee02807", "highlights": [] }, { - "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", + "title": "Source of Mysterious Gas Leak Explosion in Canadian Town Stumps Officials", + "description": "Downtown Wheatley, Ontario, where a large gas explosion last August destroyed three buildings. ", + "content": "Downtown Wheatley, Ontario, where a large gas explosion last August destroyed three buildings. ", + "category": "Explosions (Accidental)", + "link": "https://www.nytimes.com/2022/01/11/world/canada/wheatley-ontario-gas-explosion.html", + "creator": "Ian Austen", + "pubDate": "Tue, 11 Jan 2022 16:56:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197790,17 +201618,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "47bfb87ef871bfb54540173ef3c630d9", + "hash": "a6bfd9ce34c28d6e92b05d0fe49ee73a", "highlights": [] }, { - "title": "Why Biden’s Expanded Child Tax Credit Isn’t More Popular", - "description": "A child sat among protesters calling for the extension of the child tax credit outside the Capitol in Washington. The credit expired last month. ", - "content": "A child sat among protesters calling for the extension of the child tax credit outside the Capitol in Washington. The credit expired last month. ", - "category": "Child Tax Credits and Stipends", - "link": "https://www.nytimes.com/2022/01/05/upshot/biden-child-tax-credit.html", - "creator": "Ian Prasad Philbrick", - "pubDate": "Wed, 05 Jan 2022 10:00:21 +0000", + "title": "How to Mindfully Manage Your Food Cravings", + "description": "For the Eat Well Challenge, mindfulness techniques like “urge surfing” can help curb overeating without banning favorite foods.", + "content": "For the Eat Well Challenge, mindfulness techniques like “urge surfing” can help curb overeating without banning favorite foods.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2022/01/10/well/eat/food-cravings-strategies.html", + "creator": "Tara Parker-Pope", + "pubDate": "Mon, 10 Jan 2022 15:27:50 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197812,17 +201640,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fffcf9c426b55a6dc76b139e7c96dd5", + "hash": "e5b4d2e649b761f56ae734b268fb9678", "highlights": [] }, { - "title": "Is New York City Ready for Eric Adams, the Mayor of Swagger?", - "description": "Eric Adams begins his term selling us on style — the alpha public servant, efficient and full of brash confidence.", - "content": "Eric Adams begins his term selling us on style — the alpha public servant, efficient and full of brash confidence.", - "category": "Adams, Eric L", - "link": "https://www.nytimes.com/2022/01/07/nyregion/eric-adams-mayor-nyc.html", - "creator": "Ginia Bellafante", - "pubDate": "Fri, 07 Jan 2022 10:00:06 +0000", + "title": "A Potential Downside of Intermittent Fasting", + "description": "A rigorous three-month study found that people lost little weight, and much of that may have been from muscle.", + "content": "A rigorous three-month study found that people lost little weight, and much of that may have been from muscle.", + "category": "Fasting", + "link": "https://www.nytimes.com/2020/09/28/well/eat/a-potential-downside-of-intermittent-fasting.html", + "creator": "Anahad O’Connor", + "pubDate": "Mon, 28 Sep 2020 15:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197834,17 +201662,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f77e32bc8a522894683149a00e729f1", + "hash": "da08feec96c420c68fc67ad704ffc64a", "highlights": [] }, { - "title": "Families of Veterans Who Died of Covid Win $53 Million Legal Settlement", - "description": "Madeline and Charles Costantino were among the 101 residents of a state-run nursing home for former soldiers who died as the coronavirus swept through the New Jersey facility. ", - "content": "Madeline and Charles Costantino were among the 101 residents of a state-run nursing home for former soldiers who died as the coronavirus swept through the New Jersey facility. ", - "category": "Veterans", - "link": "https://www.nytimes.com/2022/01/07/nyregion/nj-nursing-home-covid-settlement.html", - "creator": "Tracey Tully", - "pubDate": "Fri, 07 Jan 2022 10:00:17 +0000", + "title": "Are ‘Natural Flavors’ Really Natural?", + "description": "Food manufacturers add flavorings to a surprising number of basic products, like Breyers Natural Vanilla ice cream.", + "content": "Food manufacturers add flavorings to a surprising number of basic products, like Breyers Natural Vanilla ice cream.", + "category": "Food", + "link": "https://www.nytimes.com/2019/02/01/well/eat/are-natural-flavors-really-natural.html", + "creator": "Roni Caryn Rabin", + "pubDate": "Mon, 04 Feb 2019 02:54:49 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197856,17 +201684,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "df247a68828369c267b9e3f3cacb4d3e", + "hash": "597a88edd39dfa1224aec7744e327117", "highlights": [] }, { - "title": "Hundreds Gather to Remember 12 Victims of Philadelphia Fire", - "description": "A crowd gathered in front of the Bache-Martin elementary school in Philadelphia, which has served as a gathering place following a rowhouse fire that killed 12 people. ", - "content": "A crowd gathered in front of the Bache-Martin elementary school in Philadelphia, which has served as a gathering place following a rowhouse fire that killed 12 people. ", - "category": "Fires and Firefighters", - "link": "https://www.nytimes.com/2022/01/06/us/philadelphia-fire-cause-vigil.html", - "creator": "Sophie Kasakove, Campbell Robertson, Joel Wolfram and Emily Neil", - "pubDate": "Fri, 07 Jan 2022 03:03:09 +0000", + "title": "5 Ways Teens Can Get More Fruits and Vegetables Into Their Diets", + "description": "   ", + "content": "   ", + "category": "Diet and Nutrition", + "link": "https://www.nytimes.com/2021/01/22/well/eat/cdc-teenagers-healthy-eating.html", + "creator": "Christina Caron", + "pubDate": "Tue, 21 Dec 2021 14:05:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197878,17 +201706,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6a12da7c17719da321a6eac89972bd76", + "hash": "ef68b688e4ec1616d6209bbc7555dcbb", "highlights": [] }, { - "title": "North Korea Says It Will Skip Beijing Olympics Because of the Pandemic", - "description": "North Korean cheerleaders waving the country’s flag at a figure-skating event during the 2018 Winter Olympic Games in February 2018 in Pyeongchang, South Korea.", - "content": "North Korean cheerleaders waving the country’s flag at a figure-skating event during the 2018 Winter Olympic Games in February 2018 in Pyeongchang, South Korea.", - "category": "North Korea", - "link": "https://www.nytimes.com/2022/01/06/world/asia/north-korea-beijing-olympics.html", - "creator": "Choe Sang-Hun", - "pubDate": "Fri, 07 Jan 2022 02:32:42 +0000", + "title": "‘Cheer’ Is Back. Coach Monica Is Ready.", + "description": "Monica Aldama leads the Navarro College cheer team practice at Gibson Hall in Corsicana, Texas.", + "content": "Monica Aldama leads the Navarro College cheer team practice at Gibson Hall in Corsicana, Texas.", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/30/style/netflix-cheer-monica-aldama.html", + "creator": "Ilana Kaplan", + "pubDate": "Tue, 11 Jan 2022 17:17:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197900,17 +201728,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1147a6c6867a608f08f884bcf9d82f96", + "hash": "5dae282d89a37d9ce89b69e9928c7b74", "highlights": [] }, { - "title": "Ohio Officer Shoots Through Fence, Killing a Man Who Was Firing a Gun", - "description": "A still image taken from body camera video shows Canton police officers before they entered a house just moments into the New Year on Saturday.", - "content": "A still image taken from body camera video shows Canton police officers before they entered a house just moments into the New Year on Saturday.", - "category": "Police Brutality, Misconduct and Shootings", - "link": "https://www.nytimes.com/2022/01/06/us/canton-police-nye-shooting.html", - "creator": "Michael Levenson", - "pubDate": "Fri, 07 Jan 2022 01:00:56 +0000", + "title": "What Unites Buddhism and Psychotherapy? One Therapist Has the Answer.", + "description": "In “The Zen of Therapy,” Mark Epstein weaves together two ways of understanding how humans can feel more settled in their lives.", + "content": "In “The Zen of Therapy,” Mark Epstein weaves together two ways of understanding how humans can feel more settled in their lives.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2022/01/11/books/review/zen-of-therapy-mark-epstein.html", + "creator": "Oliver Burkeman", + "pubDate": "Tue, 11 Jan 2022 10:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197922,17 +201750,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "86c932f512aa8b25bea1716abeb8a0ea", + "hash": "33954d4991165d4849b12374956ddd26", "highlights": [] }, { - "title": "Ex-United Flight Attendant Used Dead Child’s Identity, Officials Say", - "description": "United Airlines planes at George Bush Intercontinental Airport in Houston. Ricardo Cesar Guedes was arrested after he was observed entering a secure area of the airport.", - "content": "United Airlines planes at George Bush Intercontinental Airport in Houston. Ricardo Cesar Guedes was arrested after he was observed entering a secure area of the airport.", - "category": "Airlines and Airplanes", - "link": "https://www.nytimes.com/2022/01/06/us/united-flight-attendant-stolen-identity.html", - "creator": "Amanda Holpuch and Azi Paybarah", - "pubDate": "Fri, 07 Jan 2022 00:08:25 +0000", + "title": "A Rising Designer Brings Hip-Hop to Homeware", + "description": "Sean Brown in his showroom in Toronto.", + "content": "Sean Brown in his showroom in Toronto.", + "category": "Brown, Sean (Designer)", + "link": "https://www.nytimes.com/2022/01/10/arts/design/hip-hop-homeware-sean-brown.html", + "creator": "Iman Stevenson", + "pubDate": "Mon, 10 Jan 2022 17:08:40 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197944,17 +201772,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "394819abd48d940289568563a2f8e0ec", + "hash": "3608a803b766b64dbdd632060b813d88", "highlights": [] }, { - "title": "Dog Is Hailed as ‘Real-Life Lassie’ After Leading Police to Truck Crash", - "description": "Two men lay unconscious on a frigid Vermont night until Tinsley, a Shiloh Shepherd, led the authorities back to the site of the wreck.", - "content": "Two men lay unconscious on a frigid Vermont night until Tinsley, a Shiloh Shepherd, led the authorities back to the site of the wreck.", - "category": "Animal Cognition", - "link": "https://www.nytimes.com/2022/01/06/us/dog-tinsley-rescues-owner.html", - "creator": "Vimal Patel", - "pubDate": "Thu, 06 Jan 2022 16:16:14 +0000", + "title": "San Francisco Ballet Appoints Tamara Rojo to Artistic Director", + "description": "Tamara Rojo will succeed Helgi Tomasson as the artistic director of San Francisco Ballet.", + "content": "Tamara Rojo will succeed Helgi Tomasson as the artistic director of San Francisco Ballet.", + "category": "Dancing", + "link": "https://www.nytimes.com/2022/01/11/arts/dance/tamara-rojo-artistic-director-san-francisco-ballet.html", + "creator": "Roslyn Sulcas", + "pubDate": "Tue, 11 Jan 2022 19:30:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197966,17 +201794,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf64e4988bcfaaa999ea31ec6774cf22", + "hash": "d68f80a8bc5f9ce4af7300b3ef72dc8f", "highlights": [] }, { - "title": "In ‘African Origin’ Show at Met, New Points of Light Across Cultures", - "description": "Partnerships: Spanning eras and cultures, a pairing of artworks from “The African Origin of Civilization” includes “The King’s Acquaintances Memi and Sabu” from Egypt, ca. 2575–2465 B.C. and “Seated Couple” from Mali, 18th or early 19th century.", - "content": "Partnerships: Spanning eras and cultures, a pairing of artworks from “The African Origin of Civilization” includes “The King’s Acquaintances Memi and Sabu” from Egypt, ca. 2575–2465 B.C. and “Seated Couple” from Mali, 18th or early 19th century.", - "category": "Art", - "link": "https://www.nytimes.com/2022/01/06/arts/design/met-museum-african-origin-exhibit.html", - "creator": "Holland Cotter", - "pubDate": "Thu, 06 Jan 2022 20:43:41 +0000", + "title": "A Flea-Infested Former Convent: How Could They Resist?", + "description": "The 1926 building owned by the Catholic Church looked as if it hadn’t been updated in decades. One Dallas family was charmed.", + "content": "The 1926 building owned by the Catholic Church looked as if it hadn’t been updated in decades. One Dallas family was charmed.", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2022/01/11/realestate/a-flea-infested-former-convent-how-could-they-resist.html", + "creator": "Tim McKeough", + "pubDate": "Tue, 11 Jan 2022 10:00:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -197988,17 +201816,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ace349f99a2a86dd4ee7b87c8b1518ee", + "hash": "6b9b7cae3f8d000dbcf370ff906133eb", "highlights": [] }, { - "title": "N.F.L. Week 18 Picks Against the Spread", - "description": "Dak Prescott and the Dallas Cowboys entered the weekend as the N.F.C.’s No. 4 seed but could rise as high as No. 2 with a win over the Philadelphia Eagles.", - "content": "Dak Prescott and the Dallas Cowboys entered the weekend as the N.F.C.’s No. 4 seed but could rise as high as No. 2 with a win over the Philadelphia Eagles.", - "category": "Football", - "link": "https://www.nytimes.com/2022/01/06/sports/football/nfl-week-18-picks.html", - "creator": "Emmanuel Morgan", - "pubDate": "Thu, 06 Jan 2022 05:01:06 +0000", + "title": "United Airlines Cuts Flights as Workers Call in Sick", + "description": "A United Airlines jet at Newark Liberty International Airport in New Jersey. One in three United workers at the airport have called in sick.", + "content": "A United Airlines jet at Newark Liberty International Airport in New Jersey. One in three United workers at the airport have called in sick.", + "category": "Airlines and Airplanes", + "link": "https://www.nytimes.com/2022/01/11/business/omicron-united-airlines-flights-canceled.html", + "creator": "Niraj Chokshi", + "pubDate": "Tue, 11 Jan 2022 15:24:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198010,17 +201838,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5fd27933cdfcf2f2ad542622975a05ae", + "hash": "176cd17e5e54be5e61c0dd45cd49b97e", "highlights": [] }, { - "title": "Does My Boyfriend Like Me, or Does He Like That I’m a Twin?", - "description": "A reader wonders whether a friend’s suggestion might have some truth to it.", - "content": "A reader wonders whether a friend’s suggestion might have some truth to it.", - "category": "Customs, Etiquette and Manners", - "link": "https://www.nytimes.com/2022/01/06/style/boyfriend-twin-social-qs.html", - "creator": "Philip Galanes", - "pubDate": "Thu, 06 Jan 2022 14:00:03 +0000", + "title": "For Retail Workers, Omicron’s Impact Isn’t Just About Health", + "description": "Liisa Luick, a sales associate at Macy’s in Lynnwood, Wash., is often unable to take breaks and has fielded complaints from customers about a lack of sales help and unstaffed registers.", + "content": "Liisa Luick, a sales associate at Macy’s in Lynnwood, Wash., is often unable to take breaks and has fielded complaints from customers about a lack of sales help and unstaffed registers.", + "category": "Coronavirus Risks and Safety Concerns", + "link": "https://www.nytimes.com/2022/01/11/business/retail-workers-omicron-pandemic.html", + "creator": "Sapna Maheshwari and Michael Corkery", + "pubDate": "Tue, 11 Jan 2022 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198032,17 +201860,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ccd1913c4c23d7b64ec4fcd80a8c080", + "hash": "3bdf8b147c4a4e54321d91e539fc3017", "highlights": [] }, { - "title": "Stephen Colbert Praises Biden’s Jan. 6 Speech", - "description": "“It’s important to reflect on a day like this,” Colbert said. “There’s a reason Texas’ motto is not ‘What’s an Alamo?’”", - "content": "“It’s important to reflect on a day like this,” Colbert said. “There’s a reason Texas’ motto is not ‘What’s an Alamo?’”", - "category": "Television", - "link": "https://www.nytimes.com/2022/01/07/arts/television/stephen-colbert-jan-6.html", - "creator": "Trish Bendix", - "pubDate": "Fri, 07 Jan 2022 05:55:08 +0000", + "title": "Biden to Give Voting Rights Speech in Georgia", + "description": "President Biden plans to increase pressure on Congress to pass voter protection laws by calling for a change to the Senate’s filibuster rule. Follow updates.", + "content": "President Biden plans to increase pressure on Congress to pass voter protection laws by calling for a change to the Senate’s filibuster rule. Follow updates.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/11/us/biden-harris-voting-rights", + "creator": "The New York Times", + "pubDate": "Tue, 11 Jan 2022 19:08:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198054,17 +201882,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb91ab41b44941eebb5e4a283a8c24c1", + "hash": "fb79224f9a872a0b32e7a98b1e12e4e7", "highlights": [] }, { - "title": "‘Rigoletto’ at the Met Unites a Father and Daughter. Again.", - "description": "Quinn Kelsey, left, and Rosa Feola are singing the father-daughter roles of Rigoletto and Gilda in a new production at the Metropolitan Opera.", - "content": "Quinn Kelsey, left, and Rosa Feola are singing the father-daughter roles of Rigoletto and Gilda in a new production at the Metropolitan Opera.", - "category": "Opera", - "link": "https://www.nytimes.com/2022/01/06/arts/music/rigoletto-met-opera-quinn-kelsey-rosa-feola.html", - "creator": "Joshua Barone", - "pubDate": "Thu, 06 Jan 2022 18:09:03 +0000", + "title": "Over Half of Europe Could Be Infected in Next 2 Months, W.H.O. Says", + "description": "Despite high infection levels, an agency director said that vaccines remained effective at preventing severe illness and death. Here’s the latest on Covid.", + "content": "Despite high infection levels, an agency director said that vaccines remained effective at preventing severe illness and death. Here’s the latest on Covid.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/11/world/omicron-covid-testing-vaccines", + "creator": "The New York Times", + "pubDate": "Tue, 11 Jan 2022 11:48:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198076,17 +201904,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "94089502ef6dd7478c83c2f9ff392b7b", + "hash": "25d124c41baab2c74bb32151fc5592e8", "highlights": [] }, { - "title": "Strong Jobs Report Is Expected, but It May Not Reflect Omicron’s Impact", - "description": "The December U.S. jobs data, which is expected to show renewed economic health, was collected before the latest virus wave revealed its strength. Since then, the Omicron variant has set off a steep rise in cases, keeping people at home and prompting fresh uncertainty among employers. Here’s the latest.", - "content": "The December U.S. jobs data, which is expected to show renewed economic health, was collected before the latest virus wave revealed its strength. Since then, the Omicron variant has set off a steep rise in cases, keeping people at home and prompting fresh uncertainty among employers. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/07/business/stock-market-economy-news", - "creator": "The New York Times", - "pubDate": "Fri, 07 Jan 2022 10:54:54 +0000", + "title": "Despite Omicron, Los Angeles Students Are Returning to Class", + "description": "Students were provided with Covid-19 at-home self-tests at the Johnnie L. Cochran Jr. Middle School in Los Angeles on Friday before returning to classes on Tuesday.", + "content": "Students were provided with Covid-19 at-home self-tests at the Johnnie L. Cochran Jr. Middle School in Los Angeles on Friday before returning to classes on Tuesday.", + "category": "Coronavirus Reopenings", + "link": "https://www.nytimes.com/2022/01/11/us/los-angeles-schools-reopen-omicron.html", + "creator": "Jacey Fortin", + "pubDate": "Tue, 11 Jan 2022 14:45:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198098,17 +201926,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "069a92627bcd294ecc9a7b8c07706fe0", + "hash": "5eb2ec65e67469a2eb2fd0ee9f1ae0b2", "highlights": [] }, { - "title": "‘It’s Going to Be the White House Next’: Nine Democrats Grapple With Jan. 6", - "description": "The lack of consequences for Republican leaders over Jan. 6 has Democrats worried for the future. But some also expressed empathy for the rioters.", - "content": "The lack of consequences for Republican leaders over Jan. 6 has Democrats worried for the future. But some also expressed empathy for the rioters.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2022/01/07/opinion/democrats-focus-group.html", - "creator": "Patrick Healy and Lora Kelley", - "pubDate": "Fri, 07 Jan 2022 11:31:56 +0000", + "title": "United Airlines Cuts Flights as Workers Call in Sick", + "description": "A United Airlines jet at Newark Liberty International Airport in New Jersey. One in three United workers at the airport have called in sick.", + "content": "A United Airlines jet at Newark Liberty International Airport in New Jersey. One in three United workers at the airport have called in sick.", + "category": "Airlines and Airplanes", + "link": "https://www.nytimes.com/2022/01/11/business/omicron-united-airlines-flights.html", + "creator": "Niraj Chokshi", + "pubDate": "Tue, 11 Jan 2022 15:24:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198120,17 +201948,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a8644d9f407764110703af5fa2ba68d", + "hash": "87499f2321d8f4ea99c92a916ccd9462", "highlights": [] }, { - "title": "‘Trump’s People Don’t Act Like That’: How Republican Voters See Jan. 6", - "description": "The Republicans aren’t apologists for Jan. 6 — some chastised President Trump and don’t want him to run again. They just want the country to move on.", - "content": "The Republicans aren’t apologists for Jan. 6 — some chastised President Trump and don’t want him to run again. They just want the country to move on.", - "category": "Presidential Election of 2020", - "link": "https://www.nytimes.com/2022/01/07/opinion/republicans-focus-group.html", - "creator": "Patrick Healy and Adrian J. Rivera", - "pubDate": "Fri, 07 Jan 2022 10:12:18 +0000", + "title": "Biden Will Endorse Changing Senate Rules to Pass Voting Rights Legislation", + "description": "President Biden has exhausted his political capital on other efforts, including a bipartisan infrastructure deal and a stalled social spending plan. ", + "content": "President Biden has exhausted his political capital on other efforts, including a bipartisan infrastructure deal and a stalled social spending plan. ", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/11/us/politics/biden-filibuster-voting-rights.html", + "creator": "Katie Rogers", + "pubDate": "Tue, 11 Jan 2022 10:30:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198142,17 +201970,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3a887b3d4eddea368a7a5d714faf6c1", + "hash": "625672540b38750a1a4b949b125a863f", "highlights": [] }, { - "title": "5 Tips for Spotting Melanoma and Other Skin Cancers", - "description": "Five tips for spotting melanoma and other skin cancers.", - "content": "Five tips for spotting melanoma and other skin cancers.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2022/01/04/well/live/melanoma-skin-cancer.html", - "creator": "Amelia Nierenberg", - "pubDate": "Wed, 05 Jan 2022 00:34:24 +0000", + "title": "Voting Rights Groups Skipping Biden's Speech Over Inaction", + "description": "Multiple voting rights and civil rights groups announced they would be skipping the speech as frustration with the White House grew over a lack of response to Georgia’s restrictive voting laws.", + "content": "Multiple voting rights and civil rights groups announced they would be skipping the speech as frustration with the White House grew over a lack of response to Georgia’s restrictive voting laws.", + "category": "Voting Rights Act (1965)", + "link": "https://www.nytimes.com/2022/01/10/us/politics/biden-stacey-abrams-voting-rights.html", + "creator": "Nick Corasaniti and Reid J. Epstein", + "pubDate": "Tue, 11 Jan 2022 04:41:58 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198164,17 +201992,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c98321c067ecf660273723f18d4b176d", + "hash": "2529e4595ecb0daa40183f14669b5d79", "highlights": [] }, { - "title": "Why Days 5 to 10 Are So Important When You Have Coronavirus", - "description": "Tracking your daily symptoms can help you and your doctors make better decisions about whether a hospital visit is needed.", - "content": "Tracking your daily symptoms can help you and your doctors make better decisions about whether a hospital visit is needed.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2020/04/30/well/live/coronavirus-days-5-through-10.html", - "creator": "Tara Parker-Pope", - "pubDate": "Tue, 04 Jan 2022 11:43:51 +0000", + "title": "Two Open Doors Created ‘Flue Effect’ of Deadly Smoke at Bronx High-Rise", + "description": "Clean-up and recovery workers scoured a Bronx apartment building a day after a fire killed 17 people. ", + "content": "Clean-up and recovery workers scoured a Bronx apartment building a day after a fire killed 17 people. ", + "category": "Fires and Firefighters", + "link": "https://www.nytimes.com/2022/01/10/nyregion/bronx-apartment-fire-smoke.html", + "creator": "Nicholas Fandos", + "pubDate": "Tue, 11 Jan 2022 01:14:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198186,17 +202014,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "820cf055663151c18a20fe68aad42fad", + "hash": "579f33948051f28d045e0e4f864e70ec", "highlights": [] }, { - "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", + "title": "A Family Tried to Flee the Bronx Fire. Smoke Overwhelmed Them.", + "description": "Families were still looking for loved ones who were missing in the deadly Bronx fire as a cleaning crews and recovery workers descended on the building.", + "content": "Families were still looking for loved ones who were missing in the deadly Bronx fire as a cleaning crews and recovery workers descended on the building.", + "category": "Deaths (Fatalities)", + "link": "https://www.nytimes.com/2022/01/10/nyregion/bronx-apartment-fire-victims.html", + "creator": "Karen Zraick and Chelsia Rose Marcius", + "pubDate": "Tue, 11 Jan 2022 04:31:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198208,17 +202036,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c95d245ff78f7990a1f796b2edc69b66", + "hash": "c249af95c85dc09ecbfc7cd5195ac8f4", "highlights": [] }, { - "title": "What’s a Pulse Oximeter, and Do I Really Need One at Home?", - "description": "A tiny fingertip device can give you valuable information about your health during a bout of Covid-19 or any respiratory illness.", - "content": "A tiny fingertip device can give you valuable information about your health during a bout of Covid-19 or any respiratory illness.", - "category": "Oxygen", - "link": "https://www.nytimes.com/2020/04/24/well/live/coronavirus-pulse-oximeter-oxygen.html", - "creator": "Tara Parker-Pope", - "pubDate": "Wed, 06 Oct 2021 00:10:32 +0000", + "title": "Kazakhstan Says Russian Troops Will Start Leaving This Week", + "description": "A building that was torched during recent unrest in Almaty, Kazakhstan, on Tuesday.", + "content": "A building that was torched during recent unrest in Almaty, Kazakhstan, on Tuesday.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2022/01/11/world/europe/kazakhstan-russia-troops.html", + "creator": "Valerie Hopkins and Ivan Nechepurenko", + "pubDate": "Tue, 11 Jan 2022 15:53:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198230,17 +202058,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4eaedafa6d1f042a9d4415891ff6fd7e", + "hash": "d4fe77d9bc8acfd0743febc26e482b55", "highlights": [] }, { - "title": "Biden Holds Trump Responsible in Jan. 6 Speech", - "description": "On the anniversary of the Jan. 6 attack on the Capitol, President Biden abandoned restraint and condemned former President Donald J. Trump's “undemocratic” and “un-American” campaign against the legitimacy of the 2020 election.", - "content": "On the anniversary of the Jan. 6 attack on the Capitol, President Biden abandoned restraint and condemned former President Donald J. Trump's “undemocratic” and “un-American” campaign against the legitimacy of the 2020 election.", - "category": "Biden, Joseph R Jr", - "link": "https://www.nytimes.com/2022/01/06/us/politics/biden-jan-6-capitol-attack.html", - "creator": "Peter Baker", - "pubDate": "Fri, 07 Jan 2022 04:35:22 +0000", + "title": "Fed Chair Testifies at Confirmation Hearing", + "description": "Jerome Powell, the Federal Reserve chair, is appearing before lawmakers as he seeks Senate confirmation to a second term. Watch the hearing live.", + "content": "Jerome Powell, the Federal Reserve chair, is appearing before lawmakers as he seeks Senate confirmation to a second term. Watch the hearing live.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/11/business/stock-market-economy-news", + "creator": "The New York Times", + "pubDate": "Tue, 11 Jan 2022 15:48:50 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198252,17 +202080,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b60fd3a6aa883a94bd2fb527f677264c", + "hash": "5a042213adf6257463db473939b03970", "highlights": [] }, { - "title": "The Next Big Lies: Jan. 6 Was No Big Deal, or a Left-Wing Plot", - "description": "How revisionist histories of Jan. 6 picked up where the “stop the steal” campaign left off, warping beliefs about what transpired at the Capitol.", - "content": "How revisionist histories of Jan. 6 picked up where the “stop the steal” campaign left off, warping beliefs about what transpired at the Capitol.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2022/01/06/us/politics/jan-6-lies.html", - "creator": "Matthew Rosenberg, Jim Rutenberg and Michael M. Grynbaum", - "pubDate": "Thu, 06 Jan 2022 18:18:56 +0000", + "title": "In Zora Neale Hurston’s Essays, the Nonfiction of a Nonconformist", + "description": "“You Don’t Know Us Negroes,” edited by Genevieve West and Henry Louis Gates Jr., is a collection of nonfiction by the author of “Their Eyes Were Watching God.”", + "content": "“You Don’t Know Us Negroes,” edited by Genevieve West and Henry Louis Gates Jr., is a collection of nonfiction by the author of “Their Eyes Were Watching God.”", + "category": "Hurston, Zora Neale", + "link": "https://www.nytimes.com/2022/01/10/books/review-zora-neale-hurston-you-dont-know-us-negroes-essays.html", + "creator": "Dwight Garner", + "pubDate": "Mon, 10 Jan 2022 18:28:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198274,17 +202102,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "20ef5fba578a4c9ff4e086aa2a769e5e", + "hash": "b5ad7c478119f808516be0f83bf663eb", "highlights": [] }, { - "title": "Republicans Avoid Jan. 6 Observances at the Capitol", - "description": "The only Republican-led event on Thursday was a news conference held by Representatives Matt Gaetz of Florida and Marjorie Taylor Greene of Georgia, who elevated unproven theories about the origins of the assault on the Capitol.", - "content": "The only Republican-led event on Thursday was a news conference held by Representatives Matt Gaetz of Florida and Marjorie Taylor Greene of Georgia, who elevated unproven theories about the origins of the assault on the Capitol.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/06/us/politics/republicans-jan-6-observances.html", - "creator": "Catie Edmondson", - "pubDate": "Fri, 07 Jan 2022 00:06:00 +0000", + "title": "Crusading for God, Family and … Bitcoin?", + "description": "What’s the deepening alliance between MAGA and cryptocurrency?", + "content": "What’s the deepening alliance between MAGA and cryptocurrency?", + "category": "Virtual Currency", + "link": "https://www.nytimes.com/2022/01/10/opinion/crypto-cryptocurrency-money-conspiracy.html", + "creator": "Paul Krugman", + "pubDate": "Tue, 11 Jan 2022 00:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198296,17 +202124,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "864f7e49ff8ef3f9d2f8605c8ab32acf", + "hash": "4403813731c6ae20984da14c291e93fe", "highlights": [] }, { - "title": "Catch up on how the day’s commemorations unfolded, and read four major takeaways.", - "description": "President Biden is expected to warn that democracy is at risk. Follow our coverage of today’s events.", - "content": "President Biden is expected to warn that democracy is at risk. Follow our coverage of today’s events.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/06/us/jan-6-capitol-riot", - "creator": "The New York Times", - "pubDate": "Fri, 07 Jan 2022 06:32:00 +0000", + "title": "Chris Hayes on How Biden Can Have a Better 2022", + "description": "The political journalist discusses the Biden administration’s successes and failures with the economy, pandemic response and climate change.", + "content": "The political journalist discusses the Biden administration’s successes and failures with the economy, pandemic response and climate change.", + "category": "audio-neutral-informative", + "link": "https://www.nytimes.com/2022/01/11/opinion/ezra-klein-podcast-chris-hayes.html", + "creator": "‘The Ezra Klein Show’", + "pubDate": "Tue, 11 Jan 2022 10:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198318,17 +202146,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfb4de6a37c2ca5a85665c0ffe6a50bd", + "hash": "f358b1eb3d9ce25bb1b90e53aa494aed", "highlights": [] }, { - "title": "At the Capitol, a Day of Somber Remembrance", - "description": "Democrats held a day of events including speeches, personal testimony, a panel of historians, videos, moments of silence and a candlelight vigil.", - "content": "Democrats held a day of events including speeches, personal testimony, a panel of historians, videos, moments of silence and a candlelight vigil.", + "title": "Steve Bannon Is On to Something", + "description": "An election worker in Port Orchard, Wash., on Nov. 3, 2020.", + "content": "An election worker in Port Orchard, Wash., on Nov. 3, 2020.", "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/06/us/politics/january-6-anniversary-photos.html", - "creator": "Emily Cochrane and Luke Broadwater", - "pubDate": "Fri, 07 Jan 2022 01:40:13 +0000", + "link": "https://www.nytimes.com/2022/01/09/opinion/trump-bannon-trumpism-democracy.html", + "creator": "Ezra Klein", + "pubDate": "Mon, 10 Jan 2022 18:36:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198340,17 +202168,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0915493eec0179280ec97da57115b09", + "hash": "5d81aa510dd799af61af269774a9b406", "highlights": [] }, { - "title": "Right-wing media criticized Biden’s speech and played down the Jan. 6 anniversary.", - "description": "President Biden in Statuary Hall, inside the United States Capitol on Thursday.", - "content": "President Biden in Statuary Hall, inside the United States Capitol on Thursday.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/06/us/jan-6-capitol-riot/right-wing-media-criticized-bidens-speech-and-played-down-the-jan-6-anniversary", - "creator": "Michael M. Grynbaum", - "pubDate": "Thu, 06 Jan 2022 22:51:20 +0000", + "title": "Mike Pence Seen as Key Witness in Jan. 6 Investigation", + "description": "Former Vice President Mike Pence could be a key witness for the House committee investigating the Capitol riot. He reportedly has not decided whether to cooperate. ", + "content": "Former Vice President Mike Pence could be a key witness for the House committee investigating the Capitol riot. He reportedly has not decided whether to cooperate. ", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2022/01/10/us/politics/mike-pence-jan-6-testimony.html", + "creator": "Michael S. Schmidt and Alan Feuer", + "pubDate": "Mon, 10 Jan 2022 23:27:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198362,17 +202190,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "43abdfe2de0ee7ee41bb16b64bda40b9", + "hash": "6d9969698029ba0f15ba8d115fa85348", "highlights": [] }, { - "title": "Companies Donated Millions to Those Who Voted to Overturn Biden's Win", - "description": "A report released this week by a watchdog group found that corporate money continued to support most of the 147 lawmakers who voted to overturn the election results last January.", - "content": "A report released this week by a watchdog group found that corporate money continued to support most of the 147 lawmakers who voted to overturn the election results last January.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2022/01/06/us/politics/congress-corporate-donations-2020-election-overturn.html", - "creator": "Alan Rappeport, Madeleine Ngo and Kate Kelly", - "pubDate": "Thu, 06 Jan 2022 20:32:06 +0000", + "title": "In a First, Man Receives a Heart From a Genetically Altered Pig", + "description": "The breakthrough may lead one day to new supplies of animal organs for transplant into human patients.", + "content": "The breakthrough may lead one day to new supplies of animal organs for transplant into human patients.", + "category": "your-feed-science", + "link": "https://www.nytimes.com/2022/01/10/health/heart-transplant-pig-bennett.html", + "creator": "Roni Caryn Rabin", + "pubDate": "Mon, 10 Jan 2022 21:06:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198384,17 +202212,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2aa1cbc8f9d7e99fb1ffb377242572c0", + "hash": "4a4f385e7cd3ce7927c457235d736ebf", "highlights": [] }, { - "title": "Former Biden Advisers Urge a Pandemic Strategy for the ‘New Normal’", - "description": "A medical center in Ruleville, Miss., on Thursday. Improved testing was among the suggestions made by the former advisers in three articles published on Thursday.", - "content": "A medical center in Ruleville, Miss., on Thursday. Improved testing was among the suggestions made by the former advisers in three articles published on Thursday.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2022/01/06/us/politics/former-biden-advisers-pandemic-strategy.html", - "creator": "Sheryl Gay Stolberg", - "pubDate": "Fri, 07 Jan 2022 00:04:04 +0000", + "title": "In Talks on Ukraine, U.S. and Russia Deadlock Over NATO Expansion", + "description": "The American delegation, left, and its Russian counterparts as they met in Geneva on Monday.", + "content": "The American delegation, left, and its Russian counterparts as they met in Geneva on Monday.", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2022/01/10/world/europe/russia-us-ukraine-talks.html", + "creator": "Anton Troianovski and David E. Sanger", + "pubDate": "Tue, 11 Jan 2022 00:28:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198406,17 +202234,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "841141e713e6358f92630181c2bbd274", + "hash": "b72c4500cb8527eb8a68f66964a169bc", "highlights": [] }, { - "title": "Global cases topped 300 million, but experts say it’s time to stop focusing on that figure. Catch up on the latest.", - "description": "Six former advisers called for President Biden to adopt a domestic strategy of living with the virus indefinitely. Here’s the latest pandemic news.", - "content": "Six former advisers called for President Biden to adopt a domestic strategy of living with the virus indefinitely. Here’s the latest pandemic news.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/06/world/omicron-covid-vaccine-tests", - "creator": "The New York Times", - "pubDate": "Fri, 07 Jan 2022 06:32:00 +0000", + "title": "North Korea Launches 2nd Ballistic Missile in a Week, South Korea Says", + "description": "A television at a Seoul railroad station on Tuesday showed file footage of a North Korean missile test.", + "content": "A television at a Seoul railroad station on Tuesday showed file footage of a North Korean missile test.", + "category": "North Korea", + "link": "https://www.nytimes.com/2022/01/11/world/asia/north-korea-ballistic-missile-south-korea.html", + "creator": "Choe Sang-Hun", + "pubDate": "Tue, 11 Jan 2022 04:50:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198428,17 +202256,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb1f7d94b96843014dec36e42d3f13ca", + "hash": "05bcc243057eee88336be92a4da93340", "highlights": [] }, { - "title": "Novak Djokovic and Fellow Star Vaccine Skeptics Are Increasingly Scorned", - "description": " A supporter of Serbian tennis player Novak Djokovic waved a tennis racket during a protest of support in Belgrade, Serbia, after it was announced Djokovic would not be allowed into Australia.", - "content": " A supporter of Serbian tennis player Novak Djokovic waved a tennis racket during a protest of support in Belgrade, Serbia, after it was announced Djokovic would not be allowed into Australia.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2022/01/06/sports/djokovic-rodgers-irving-coronavirus.html", - "creator": "Matthew Futterman", - "pubDate": "Fri, 07 Jan 2022 05:47:03 +0000", + "title": "Yankees Name Rachel Balkovec as First Woman Manager in Minors", + "description": "Having served as a hitting coach in the team’s system, Rachel Balkovec will be the first woman to manage a team in affiliated baseball.", + "content": "Having served as a hitting coach in the team’s system, Rachel Balkovec will be the first woman to manage a team in affiliated baseball.", + "category": "Baseball", + "link": "https://www.nytimes.com/2022/01/10/sports/baseball/rachel-balkovec-yankees.html", + "creator": "James Wagner", + "pubDate": "Mon, 10 Jan 2022 22:41:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198450,17 +202278,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "52779920d1a2f97c883fb1373f36b2aa", + "hash": "d0c7fe50fd8ce369f032ea39688b8e1a", "highlights": [] }, { - "title": "Women’s Periods May Be Late After Coronavirus Vaccination, Study Suggests", - "description": "Scientists said the study should be reassuring. “Their providers can say, ‘If you have an extra day, that is normal, it’s not something to be concerned about,’” one expert said.", - "content": "Scientists said the study should be reassuring. “Their providers can say, ‘If you have an extra day, that is normal, it’s not something to be concerned about,’” one expert said.", - "category": "your-feed-science", - "link": "https://www.nytimes.com/2022/01/06/health/covid-vaccine-menstrual-cycles.html", - "creator": "Roni Caryn Rabin", - "pubDate": "Thu, 06 Jan 2022 22:26:35 +0000", + "title": "Guantánamo Panel Approves Transfer of First High-Value Detainee", + "description": "Guled Hassan Duran received word that he had been deemed safe for transfer with security arrangements.", + "content": "Guled Hassan Duran received word that he had been deemed safe for transfer with security arrangements.", + "category": "Duran, Guled Hassan", + "link": "https://www.nytimes.com/2022/01/10/us/politics/guantanamo-transfer-somali-detainee.html", + "creator": "Carol Rosenberg", + "pubDate": "Tue, 11 Jan 2022 00:50:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198472,17 +202300,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "af0f98a8fdd89a589435efc526a87c54", + "hash": "cb1e5bbf0807ef084d202fae6b6d53c5", "highlights": [] }, { - "title": "Kazakhstan’s President Says Security Forces Can ‘Fire Without Warning’ to Quell Unrest", - "description": "The building that houses the mayor’s office was torched on Thursday during protests in Almaty, the biggest city in Kazakhstan.", - "content": "The building that houses the mayor’s office was torched on Thursday during protests in Almaty, the biggest city in Kazakhstan.", - "category": "Demonstrations, Protests and Riots", - "link": "https://www.nytimes.com/2022/01/07/world/asia/kazakhstan-protests.html", - "creator": "Ivan Nechepurenko and Marc Santora", - "pubDate": "Fri, 07 Jan 2022 09:32:48 +0000", + "title": "European Parliament's President, David Sassoli, Dies at 65", + "description": " David Sassoli, president of the European Parliament, during the opening of a plenary session in Strasbourg, France, last year.", + "content": " David Sassoli, president of the European Parliament, during the opening of a plenary session in Strasbourg, France, last year.", + "category": "David Sassoli", + "link": "https://www.nytimes.com/2022/01/10/world/europe/david-sassoli-dead.html", + "creator": "Mike Ives", + "pubDate": "Tue, 11 Jan 2022 05:57:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198494,17 +202322,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "66233dc6f70a20cbfdf4b673247945f3", + "hash": "bc0a1601ecf9c3d26bcd3525c3627c08", "highlights": [] }, { - "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": "Nearly 5 Years After Grenfell Fire, U.K. Tells Developers to Pay for Upgrades", + "description": "Grenfell Tower, a high-rise residential building in London, now stands covered in what the government calls a “protective wrapping.”", + "content": "Grenfell Tower, a high-rise residential building in London, now stands covered in what the government calls a “protective wrapping.”", + "category": "Accidents and Safety", + "link": "https://www.nytimes.com/2022/01/10/world/europe/cladding-grenfell-uk.html", + "creator": "Megan Specia", + "pubDate": "Tue, 11 Jan 2022 08:44:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198516,17 +202344,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1545049f4154e382d71e76b4d13cd46", + "hash": "9f37aac2578b07d765a6a62438618953", "highlights": [] }, { - "title": "Is a Judge’s Order a Threat to a Free Press?", - "description": "James O’Keefe, the founder of Project Veritas, in 2020.", - "content": "James O’Keefe, the founder of Project Veritas, in 2020.", - "category": "Freedom of the Press", - "link": "https://www.nytimes.com/2022/01/06/opinion/letters/new-york-times-veritas-free-press.html", - "creator": "", - "pubDate": "Thu, 06 Jan 2022 16:19:23 +0000", + "title": "As W.N.B.A. Players Call for Expansion, League Says Not Now", + "description": "Lexie Brown of the Chicago Sky ended the 2021 season as a champion, but the rocky journey it took illustrated how difficult it can be to find, and keep, a place in the league.", + "content": "Lexie Brown of the Chicago Sky ended the 2021 season as a champion, but the rocky journey it took illustrated how difficult it can be to find, and keep, a place in the league.", + "category": "Basketball", + "link": "https://www.nytimes.com/2022/01/10/sports/basketball/wnba-expansion.html", + "creator": "Erica L. Ayala", + "pubDate": "Mon, 10 Jan 2022 05:01:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198538,17 +202366,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d4075d0e770e1727401ee7e5f781eca", + "hash": "6f956f9abbb200aef354ff2394b1bd45", "highlights": [] }, { - "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", + "title": "4 Operas in 48 Hours: A Critic’s Marathon at the Met", + "description": "Amid the virus surge, the company is performing “Rigoletto,” “Le Nozze di Figaro,” “Tosca” and “La Bohème” in close succession.", + "content": "Amid the virus surge, the company is performing “Rigoletto,” “Le Nozze di Figaro,” “Tosca” and “La Bohème” in close succession.", + "category": "Opera", + "link": "https://www.nytimes.com/2022/01/10/arts/music/met-opera-marathon.html", + "creator": "Zachary Woolfe", + "pubDate": "Tue, 11 Jan 2022 04:59:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198560,17 +202388,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed7ef8da4f36b1febb2d8d878311e716", + "hash": "9926dce943fa0149b06e7ba455961ad8", "highlights": [] }, { - "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", + "title": "Restaurant Review: Semma in the Village", + "description": "The sprouted mung bean salad could easily be served at one of the new plant-based spots in the East Village.", + "content": "The sprouted mung bean salad could easily be served at one of the new plant-based spots in the East Village.", + "category": "Indian Food (Cuisine)", + "link": "https://www.nytimes.com/2022/01/10/dining/restaurant-review-semma-south-indian-food.html", + "creator": "Pete Wells", + "pubDate": "Mon, 10 Jan 2022 22:17:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198582,17 +202410,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9db6ae41c0afa33325c3e9912b18db87", + "hash": "f990561f37058b28d44c81c81d72c283", "highlights": [] }, { - "title": "中美抗疫:两个极端,两个“平行空间”", - "description": "根据《纽约时报》数据库绘制的全球疫情热点地图。", - "content": "根据《纽约时报》数据库绘制的全球疫情热点地图。", - "category": "", - "link": "https://www.nytimes.com/zh-hans/2022/01/06/world/asia/china-us-coronavirus.html", - "creator": "Rong Xiaoqing", - "pubDate": "Thu, 06 Jan 2022 09:13:10 +0000", + "title": "Seth Meyers: ‘Ted Cruz Has a Thing for Self-Humiliation’", + "description": "“That clip was like watching one of those dumb cable news segments where a reporter willingly gets Tasered just to show everyone how bad it is,” Meyers joked of Cruz’s recent appearance on ‘Tucker Carlson.’", + "content": "“That clip was like watching one of those dumb cable news segments where a reporter willingly gets Tasered just to show everyone how bad it is,” Meyers joked of Cruz’s recent appearance on ‘Tucker Carlson.’", + "category": "Television", + "link": "https://www.nytimes.com/2022/01/11/arts/television/ted-cruz-tucker-carlson.html", + "creator": "Trish Bendix", + "pubDate": "Tue, 11 Jan 2022 07:02:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198604,17 +202432,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "42b767f063529d379dc403225c9ee955", + "hash": "0bd68e91186c8d53e903b4658f6df39c", "highlights": [] }, { - "title": "Virginia Democrats Aim to Block Trump’s E.P.A. Chief From State Agency", - "description": "As E.P.A. administrator under President Trump, Andrew Wheeler succeeded in repealing several pollution and climate change regulations and worked to make it harder to impose new regulations.", - "content": "As E.P.A. administrator under President Trump, Andrew Wheeler succeeded in repealing several pollution and climate change regulations and worked to make it harder to impose new regulations.", - "category": "Global Warming", - "link": "https://www.nytimes.com/2022/01/06/climate/andrew-wheeler-virginia.html", - "creator": "Lisa Friedman", - "pubDate": "Thu, 06 Jan 2022 23:23:48 +0000", + "title": "I’m Going Into Politics. What Should I Wear?", + "description": "House Speaker Nancy Pelosi wearing one of her signature face masks on Capitol Hill.", + "content": "House Speaker Nancy Pelosi wearing one of her signature face masks on Capitol Hill.", + "category": "Fashion and Apparel", + "link": "https://www.nytimes.com/2022/01/07/fashion/work-what-to-wear.html", + "creator": "Vanessa Friedman", + "pubDate": "Fri, 07 Jan 2022 22:14:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198626,17 +202454,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe027dc5c342e003c231fc1dac166e1c", + "hash": "32064b29ff8e09cc25ea7c1afcddc3ae", "highlights": [] }, { - "title": "Winter Storm Brings Another Round of Snow to Mid-Atlantic and Northeast", - "description": "Snow disrupted traffic in Nashville on Thursday. The storm was expected to move across the northeast on Friday.", - "content": "Snow disrupted traffic in Nashville on Thursday. The storm was expected to move across the northeast on Friday.", - "category": "Weather", - "link": "https://www.nytimes.com/2022/01/06/nyregion/northeast-snowstorm.html", - "creator": "Christine Chung and Derrick Bryson Taylor", - "pubDate": "Fri, 07 Jan 2022 01:47:11 +0000", + "title": "For Retail Workers, Omicron Disruptions Aren’t Just About Health", + "description": "Liisa Luick, a sales associate at Macy’s in Lynnwood, Wash., is often unable to take breaks and has fielded complaints from customers about a lack of sales help and unstaffed registers.", + "content": "Liisa Luick, a sales associate at Macy’s in Lynnwood, Wash., is often unable to take breaks and has fielded complaints from customers about a lack of sales help and unstaffed registers.", + "category": "Coronavirus Risks and Safety Concerns", + "link": "https://www.nytimes.com/2022/01/11/business/retail-workers-omicron-pandemic.html", + "creator": "Sapna Maheshwari and Michael Corkery", + "pubDate": "Tue, 11 Jan 2022 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198648,17 +202476,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2bcac3f0a86345d23e64371920708523", + "hash": "7249c25ede2ec1a3c69bb618cfd8b7f6", "highlights": [] }, { - "title": "‘Late Late Show’ Cancels Tapings After James Corden Tests Positive", - "description": "James Corden with Penelope Cruz, left, and Jessica Chastain on “The Late Late Show” this week. On Thursday, the host announced that he had tested positive for the coronavirus.", - "content": "James Corden with Penelope Cruz, left, and Jessica Chastain on “The Late Late Show” this week. On Thursday, the host announced that he had tested positive for the coronavirus.", - "category": "Television", - "link": "https://www.nytimes.com/2022/01/06/arts/television/late-late-show-james-corden-coronavirus.html", - "creator": "Dave Itzkoff", - "pubDate": "Fri, 07 Jan 2022 00:59:35 +0000", + "title": "Chicago Reaches Deal With Teachers' Union to Return to Classrooms", + "description": "Students at Mt. Greenwood Elementary School in Chicago returned on Monday, when the school had enough staff to defy the union’s directive to teachers to stay home amid negotiations over safety protocols.", + "content": "Students at Mt. Greenwood Elementary School in Chicago returned on Monday, when the school had enough staff to defy the union’s directive to teachers to stay home amid negotiations over safety protocols.", + "category": "Quarantine (Life and Culture)", + "link": "https://www.nytimes.com/2022/01/10/us/chicago-schools-reopen-covid.html", + "creator": "Mitch Smith", + "pubDate": "Tue, 11 Jan 2022 08:22:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198670,17 +202498,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a78ce6870d598f7b96dfc7d10e062c8", + "hash": "26f8c03b5c4242760d12061de55c4c16", "highlights": [] }, { - "title": "Mets Hire Eric Chavez as Hitting Coach", - "description": "As a player, Eric Chavez was a six-time Gold Glove third baseman who hit 260 home runs over 17 seasons.", - "content": "As a player, Eric Chavez was a six-time Gold Glove third baseman who hit 260 home runs over 17 seasons.", - "category": "Baseball", - "link": "https://www.nytimes.com/2022/01/06/sports/baseball/eric-chavez-mets.html", - "creator": "James Wagner", - "pubDate": "Thu, 06 Jan 2022 22:54:33 +0000", + "title": "Civil Suits Against Trump Seek Damages for Jan. 6 Attack", + "description": "A mob attacking the Capitol on Jan. 6 last year. During a speech earlier that day, President Donald J. Trump told the crowd to “fight like hell” and march to the building.", + "content": "A mob attacking the Capitol on Jan. 6 last year. During a speech earlier that day, President Donald J. Trump told the crowd to “fight like hell” and march to the building.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2022/01/10/us/politics/trump-jan-6-lawsuits.html", + "creator": "Luke Broadwater and Alan Feuer", + "pubDate": "Tue, 11 Jan 2022 01:20:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198692,17 +202520,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca11f70ca63e28132cf7a222c05e88c1", + "hash": "0688ecd3b17efcfec03970475caf615e", "highlights": [] }, { - "title": "These 'Spider-Man' Villains Return in 'No Way Home'", - "description": "Willem Dafoe, Alfred Molina and Jamie Foxx talk about reprising their bad-guy roles in the blockbuster sequel.", - "content": "Willem Dafoe, Alfred Molina and Jamie Foxx talk about reprising their bad-guy roles in the blockbuster sequel.", - "category": "Spider-Man: No Way Home (Movie)", - "link": "https://www.nytimes.com/2022/01/05/movies/spider-man-no-way-home-villains.html", - "creator": "Dave Itzkoff", - "pubDate": "Wed, 05 Jan 2022 14:53:12 +0000", + "title": "U.S. Sues Shop Owner Who Dumped 91,500 Pennies on Ex-Worker’s Driveway", + "description": "The Labor Department said the owner of a Georgia auto-repair shop had retaliated against the former employee for reporting that he had not received his final paycheck.", + "content": "The Labor Department said the owner of a Georgia auto-repair shop had retaliated against the former employee for reporting that he had not received his final paycheck.", + "category": "Suits and Litigation (Civil)", + "link": "https://www.nytimes.com/2022/01/09/us/georgia-auto-shop-pennies-lawsuit.html", + "creator": "Michael Levenson", + "pubDate": "Sun, 09 Jan 2022 11:30:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198714,17 +202542,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "26f6a7fc3d0fd70802e6c1ab31bd25ab", + "hash": "1c8ad44247e5916c606047835958a562", "highlights": [] }, { - "title": "Barbie and Balmain Want to Make Toys the Next Big Fashion Frontier", - "description": "The first high-fashion collaboration of the year is here, and it’s surprisingly good.", - "content": "The first high-fashion collaboration of the year is here, and it’s surprisingly good.", - "category": "Fashion and Apparel", - "link": "https://www.nytimes.com/2022/01/05/style/barbie-balmain-collection.html", - "creator": "Vanessa Friedman", - "pubDate": "Thu, 06 Jan 2022 13:31:08 +0000", + "title": "‘Jeopardy!’ Keeps Seeing Winning Streaks. Champions Ponder Why.", + "description": "Amy Schneider — whose “Jeopardy!” winnings recently surpassed $1 million — is the third contestant this season with a long winning streak.", + "content": "Amy Schneider — whose “Jeopardy!” winnings recently surpassed $1 million — is the third contestant this season with a long winning streak.", + "category": "Contests and Prizes", + "link": "https://www.nytimes.com/2022/01/09/arts/television/jeopardy-streaks-amy-schneider.html", + "creator": "Julia Jacobs", + "pubDate": "Sun, 09 Jan 2022 20:02:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198736,17 +202564,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "469aaf753c81e4ab0c6827cfe074ee3f", + "hash": "b669a9d20c660e65bc1c7804d44af6d9", "highlights": [] }, { - "title": "‘A Hero’ Review: Debts No Honest Man Can Pay", - "description": "In the latest film from the two-time Oscar winner Asghar Farhadi, a good Samaritan comes under suspicion.", - "content": "In the latest film from the two-time Oscar winner Asghar Farhadi, a good Samaritan comes under suspicion.", - "category": "Movies", - "link": "https://www.nytimes.com/2022/01/05/movies/a-hero-review.html", - "creator": "A.O. Scott", - "pubDate": "Thu, 06 Jan 2022 02:38:38 +0000", + "title": "Prehistoric Rock Art ‘Irreparably Damaged’ by Vandals, Officials Say", + "description": "At Big Bend National Park in Texas, vandals permanently damaged prehistoric rock art that featured abstract designs that were created thousands of years ago, officials said.", + "content": "At Big Bend National Park in Texas, vandals permanently damaged prehistoric rock art that featured abstract designs that were created thousands of years ago, officials said.", + "category": "National Parks, Monuments and Seashores", + "link": "https://www.nytimes.com/2022/01/09/us/big-bend-park-rock-vandalism.html", + "creator": "Amanda Holpuch", + "pubDate": "Sun, 09 Jan 2022 14:30:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198758,17 +202586,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6a9565043ec223726868f58f7b468bac", + "hash": "526016d1e223472470c4cac5614693df", "highlights": [] }, { - "title": "‘Emily in Paris’ Isn’t the Only Clichéd Show in This Town", - "description": "Netflix doesn’t qualify as a solo offender when it comes to Gallic stereotypes, as three musical theater works on the city’s stages show.", - "content": "Netflix doesn’t qualify as a solo offender when it comes to Gallic stereotypes, as three musical theater works on the city’s stages show.", - "category": "Emily in Paris (TV Program)", - "link": "https://www.nytimes.com/2022/01/06/theater/paris-musicals-french-cliches.html", - "creator": "Laura Cappelle", - "pubDate": "Thu, 06 Jan 2022 09:21:37 +0000", + "title": "Saudi Princess Is Released, but Other Royals Are Still Locked Up", + "description": "Princess Basmah bint Saud in Washington in 2017 during a discussion about the role of women in the Middle East.", + "content": "Princess Basmah bint Saud in Washington in 2017 during a discussion about the role of women in the Middle East.", + "category": "Royal Families", + "link": "https://www.nytimes.com/2022/01/09/world/middleeast/saudi-princess-released.html", + "creator": "Ben Hubbard", + "pubDate": "Sun, 09 Jan 2022 17:49:48 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198780,17 +202608,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "84984002adaab3e6532395a520ecbd50", + "hash": "c79296545904ba634db949580d15d51d", "highlights": [] }, { - "title": "Winter Storm Expected to Blanket the Northeast in Snow", - "description": "Snow disrupted traffic in Nashville on Thursday. The storm was expected to move across the northeast on Friday.", - "content": "Snow disrupted traffic in Nashville on Thursday. The storm was expected to move across the northeast on Friday.", - "category": "Weather", - "link": "https://www.nytimes.com/2022/01/06/nyregion/northeast-snowstorm.html", - "creator": "Christine Chung", - "pubDate": "Fri, 07 Jan 2022 01:47:10 +0000", + "title": "How the Pandemic Changed H.R. Jobs", + "description": "Gia Ganesh, the chief of human resources at Florence Healthcare, now also has to focus on the physical health and safety of the employees.", + "content": "Gia Ganesh, the chief of human resources at Florence Healthcare, now also has to focus on the physical health and safety of the employees.", + "category": "Coronavirus Return to Office", + "link": "https://www.nytimes.com/2022/01/09/business/human-resources-pandemic-vaccines.html", + "creator": "Emma Goldberg", + "pubDate": "Sun, 09 Jan 2022 17:15:36 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198802,17 +202630,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "70ee43214ab04262497e54950181574b", + "hash": "1d5b6e00d5f8fd8576927b4da5e75718", "highlights": [] }, { - "title": "Lawmakers Commemorate Capitol Attack With a Day of Events", - "description": "President Biden is expected to warn that democracy is at risk. Follow our coverage of today’s events.", - "content": "President Biden is expected to warn that democracy is at risk. Follow our coverage of today’s events.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/06/us/jan-6-capitol-riot", - "creator": "The New York Times", - "pubDate": "Thu, 06 Jan 2022 21:32:55 +0000", + "title": "In Southern Africa, Success Against H.I.V. Offers Hope for Beating Back Another Virus", + "description": "A near-empty ward of the Chongwe District Hospital outside Lusaka, Zambia. Fifteen years ago, a hospital like this would have been overflowing with H.I.V. patients lying two or three to a bed.", + "content": "A near-empty ward of the Chongwe District Hospital outside Lusaka, Zambia. Fifteen years ago, a hospital like this would have been overflowing with H.I.V. patients lying two or three to a bed.", + "category": "Acquired Immune Deficiency Syndrome", + "link": "https://www.nytimes.com/2022/01/11/health/southern-africa-hiv-aids.html", + "creator": "Stephanie Nolen", + "pubDate": "Tue, 11 Jan 2022 08:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198824,17 +202652,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "28066cb7870966d7a1a99f234ffcfb2d", + "hash": "d5fa129d603cc5c969517d790de0fe9f", "highlights": [] }, { - "title": "Top Republicans, who have downplayed and denied the riot, are absent from the commemorative events.", - "description": "Senator Mitch McConnell will skip the ceremonies to attend the funeral of former Senator Johnny Isakson, a Georgia Republican.", - "content": "Senator Mitch McConnell will skip the ceremonies to attend the funeral of former Senator Johnny Isakson, a Georgia Republican.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/06/us/jan-6-capitol-riot/top-republicans-who-have-downplayed-and-denied-the-riot-are-absent-from-the-commemorative-events", - "creator": "Catie Edmondson", - "pubDate": "Thu, 06 Jan 2022 16:00:16 +0000", + "title": "Lionsgate Studios Yonkers Could Become the 'Burbank of New York'", + "description": "Great Point Studios, which is creating the $500 million Lionsgate Studios Yonkers, claims the campus, once completed, will surpass anything New York City has to offer.", + "content": "Great Point Studios, which is creating the $500 million Lionsgate Studios Yonkers, claims the campus, once completed, will surpass anything New York City has to offer.", + "category": "Real Estate (Commercial)", + "link": "https://www.nytimes.com/2022/01/11/nyregion/lionsgate-great-point-studio-yonkers.html", + "creator": "Jane Margolies", + "pubDate": "Tue, 11 Jan 2022 10:00:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198846,17 +202674,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "10b62a59e7bc6df6f21b5a4880f1501e", + "hash": "71bd3752deac772dae650ec2c717ac39", "highlights": [] }, { - "title": "Remembering Jan. 6, When He Was Trapped Alone in the Capitol", - "description": "Wayne K. Williams, a senior adviser to Representative Hakeem Jeffries, spoke publicly for the first time about his experience during the Capitol riot.", - "content": "Wayne K. Williams, a senior adviser to Representative Hakeem Jeffries, spoke publicly for the first time about his experience during the Capitol riot.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2022/01/06/us/politics/trapped-capitol-jan-6.html", - "creator": "Emily Cochrane", - "pubDate": "Thu, 06 Jan 2022 20:41:54 +0000", + "title": "Robert Durst, Real Estate Scion Convicted as a Killer, Dies at 78", + "description": "Robert Durst in custody in 2015, the year he was charged with killing Susan Berman, a journalist who had been his spokeswoman and staunch defender. ", + "content": "Robert Durst in custody in 2015, the year he was charged with killing Susan Berman, a journalist who had been his spokeswoman and staunch defender. ", + "category": "Durst, Robert A", + "link": "https://www.nytimes.com/2022/01/10/obituaries/robert-durst-dead.html", + "creator": "Robert D. McFadden", + "pubDate": "Mon, 10 Jan 2022 20:28:47 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198868,17 +202696,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1741a52fe13df2b9d2e2c24615446e0", + "hash": "e00298648fc52bf428e1e4f67b734f2b", "highlights": [] }, { - "title": "Inside the Jan. 6 Capitol Riot: An Exclusive Video Investigation", - "description": "The Times analyzed thousands of videos from the Jan. 6 attack on the U.S. Capitol Building to understand how it happened — and why. Here are some of the key findings.", - "content": "The Times analyzed thousands of videos from the Jan. 6 attack on the U.S. Capitol Building to understand how it happened — and why. Here are some of the key findings.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2021/06/30/us/jan-6-capitol-attack-takeaways.html", - "creator": "The New York Times", - "pubDate": "Thu, 06 Jan 2022 14:52:18 +0000", + "title": "How to Add a Jump Rope to Your Workout Routine", + "description": "A jump rope can increase your agility and speed while giving you a great workout in half the time of a run.", + "content": "A jump rope can increase your agility and speed while giving you a great workout in half the time of a run.", + "category": "Exercise", + "link": "https://www.nytimes.com/2022/01/07/well/move/jump-rope-exercise.html", + "creator": "Rachel Fairbank", + "pubDate": "Fri, 07 Jan 2022 10:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198890,17 +202718,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d524bbb6f366fb5e8bb3d7916a556ec", + "hash": "89c9d0ade10075cc37d006b0a2a221bc", "highlights": [] }, { - "title": "Advisers to Biden Transition Team Call for Entirely New Covid Strategy", - "description": "Six former advisers called for President Biden to adopt a strategy of living with the virus indefinitely. Here’s the latest pandemic news.", - "content": "Six former advisers called for President Biden to adopt a strategy of living with the virus indefinitely. Here’s the latest pandemic news.", + "title": "\n", + "description": "Medical staff treated Frank Clark for Covid-19 at Western Reserve Hospital in Cuyahoga Falls, Ohio, last week.", + "content": "Medical staff treated Frank Clark for Covid-19 at Western Reserve Hospital in Cuyahoga Falls, Ohio, last week.", "category": "", - "link": "https://www.nytimes.com/live/2022/01/06/world/omicron-covid-vaccine-tests", - "creator": "The New York Times", - "pubDate": "Thu, 06 Jan 2022 17:35:27 +0000", + "link": "https://www.nytimes.com/live/2022/01/10/world/omicron-covid-testing-vaccines/us-hospitalizations-have-surpassed-last-winters-peak", + "creator": "Maggie Astor, Adeel Hassan and Albert Sun", + "pubDate": "Tue, 11 Jan 2022 08:26:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198912,17 +202740,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "86d029064972fe64b07e0b4c14f418ed", + "hash": "95d8746990a4637399d98dbce080afc3", "highlights": [] }, { - "title": "Covid Treatments Including Paxlovid Are Rationed as Cases Spike", - "description": "Louis Shantzek got Covid but was unable to receive monoclonal antibodies because of supply shortages.", - "content": "Louis Shantzek got Covid but was unable to receive monoclonal antibodies because of supply shortages.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2022/01/06/business/covid-paxlovid-antibodies-omicron.html", - "creator": "Rebecca Robbins, Noah Weiland and Christina Jewett", - "pubDate": "Thu, 06 Jan 2022 16:13:29 +0000", + "title": "Economists Pin More Blame on Tech for Rising Inequality", + "description": "At least half the rising gap in wages among American workers in the last 40 years comes from the automation of tasks once done by people, says Daron Acemoglu, an economist at M.I.T.", + "content": "At least half the rising gap in wages among American workers in the last 40 years comes from the automation of tasks once done by people, says Daron Acemoglu, an economist at M.I.T.", + "category": "Labor and Jobs", + "link": "https://www.nytimes.com/2022/01/11/technology/income-inequality-technology-machines.html", + "creator": "Steve Lohr", + "pubDate": "Tue, 11 Jan 2022 08:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198934,17 +202762,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d448ed63b1ca88eb8e5469261d63520", + "hash": "7ca6a7098938c310dba65290d983936d", "highlights": [] }, { - "title": "Xi'an Is China's Biggest Covid Challenge Since Wuhan", - "description": "Residential buildings at night in Xi’an, China, where a lockdown that began Dec. 22 has required all residents to stay at home to help curb the spread of Covid-19.", - "content": "Residential buildings at night in Xi’an, China, where a lockdown that began Dec. 22 has required all residents to stay at home to help curb the spread of Covid-19.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2022/01/06/world/asia/china-xian-lockdown-covid.html", - "creator": "Alexandra Stevenson", - "pubDate": "Thu, 06 Jan 2022 10:57:40 +0000", + "title": "A Growing Gap", + "description": "Covid testing in Brooklyn.", + "content": "Covid testing in Brooklyn.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2022/01/11/briefing/omicron-deaths-vaccinated-vs-unvaccinated.html", + "creator": "David Leonhardt and Ashley Wu", + "pubDate": "Tue, 11 Jan 2022 11:36:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198956,17 +202784,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ee8c06b94ed8734c565f5e0d69b653e", + "hash": "6e84cea1898ad9b50a69c4361925d129", "highlights": [] }, { - "title": "As Omicron Infects Workers, Subway Service Suffers", - "description": "With so many subway operators out sick, transit officials have canceled service on three lines and reduced service on many others.", - "content": "With so many subway operators out sick, transit officials have canceled service on three lines and reduced service on many others.", - "category": "Subways", - "link": "https://www.nytimes.com/2022/01/06/nyregion/nyc-subway-covid-omicron.html", - "creator": "Michael Gold, Ashley Wong and Ana Ley", - "pubDate": "Thu, 06 Jan 2022 13:43:59 +0000", + "title": "U.S. Hospitalizations Break Record as Omicron Surges", + "description": "As of Sunday, 142,388 patients with the coronavirus were hospitalized nationwide, surpassing last winter’s peak. Here’s the latest pandemic news.", + "content": "As of Sunday, 142,388 patients with the coronavirus were hospitalized nationwide, surpassing last winter’s peak. Here’s the latest pandemic news.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/10/world/omicron-covid-testing-vaccines", + "creator": "The New York Times", + "pubDate": "Tue, 11 Jan 2022 05:43:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -198978,17 +202806,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dda10f307a5efb553b3ba530f7eb7071", + "hash": "5826fd6f71c30e5de2343c5b717b8c7c", "highlights": [] }, { - "title": "Russia Sends Troops to Kazakhstan as Dozens of Protesters Are Killed", - "description": "A revolt sparked by rising fuel prices is convulsing the nation. As protests turned deadly, troops from a Russian-led alliance began arriving. Here’s the latest.", - "content": "A revolt sparked by rising fuel prices is convulsing the nation. As protests turned deadly, troops from a Russian-led alliance began arriving. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/06/world/kazakhstan-protests", - "creator": "The New York Times", - "pubDate": "Thu, 06 Jan 2022 13:05:34 +0000", + "title": "Chicago Reaches Deal With Teachers' Union to Return to Classrooms", + "description": "Students at Mt. Greenwood Elementary School in Chicago returned on Monday, when the school had enough staff to defy the union’s directive to teachers to stay home amid negotiations over safety protocols.", + "content": "Students at Mt. Greenwood Elementary School in Chicago returned on Monday, when the school had enough staff to defy the union’s directive to teachers to stay home amid negotiations over safety protocols.", + "category": "Quarantine (Life and Culture)", + "link": "https://www.nytimes.com/2022/01/10/us/chicago-schools-deal-covid.html", + "creator": "Mitch Smith", + "pubDate": "Tue, 11 Jan 2022 04:13:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199000,17 +202828,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5727dac6cebe2f95a6977ba647ddd035", + "hash": "ecbb2754f70203770a251f39b842c682", "highlights": [] }, { - "title": "Eric Dickerson: 'The N.F.L. Is Another No-Good Entity.'", - "description": "Eric Dickerson, a Hall of Fame former running back, at his home in California.", - "content": "Eric Dickerson, a Hall of Fame former running back, at his home in California.", - "category": "Football", - "link": "https://www.nytimes.com/2022/01/05/sports/football/eric-dickerson-rushing-record-cte.html", - "creator": "Ben Shpigel", - "pubDate": "Wed, 05 Jan 2022 18:52:24 +0000", + "title": "Alabama vs. Georgia: Bulldogs Hold Lead, 13-12", + "description": "No. 3 Georgia faces No. 1 Alabama in the College Football Playoff championship game, now in the fourth quarter. Follow updates here.", + "content": "No. 3 Georgia faces No. 1 Alabama in the College Football Playoff championship game, now in the fourth quarter. Follow updates here.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/10/sports/alabama-georgia-national-championship", + "creator": "The New York Times", + "pubDate": "Tue, 11 Jan 2022 05:43:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199022,17 +202850,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "65293d57207d6815987810c437a3109f", + "hash": "cbcb21f47518495a39e3db431df7113c", "highlights": [] }, { - "title": "Jan. 6 Looks Different Through the Lens of ‘American Carnage’", - "description": "The nation has festering problems. Trumpism did not go to the true roots of them.", - "content": "The nation has festering problems. Trumpism did not go to the true roots of them.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2022/01/06/opinion/jan-6-trump-us.html", - "creator": "Sohrab Ahmari", - "pubDate": "Thu, 06 Jan 2022 10:23:23 +0000", + "title": "Russia Positioning Helicopters, in Possible Sign of Ukraine Plans", + "description": "Russian troops near Ukraine in December. U.S. officials say Moscow’s window for an invasion is limited.", + "content": "Russian troops near Ukraine in December. U.S. officials say Moscow’s window for an invasion is limited.", + "category": "Defense and Military Forces", + "link": "https://www.nytimes.com/2022/01/10/us/politics/russia-ukraine-helicopters.html", + "creator": "Julian E. Barnes, Michael Crowley and Eric Schmitt", + "pubDate": "Mon, 10 Jan 2022 23:55:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199044,17 +202872,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "64ec3e8f09a854b3ed8e9a1af7bc7f74", + "hash": "54c7dc7ede74d9ff1baca6704fd5817a", "highlights": [] }, { - "title": "The G.O.P. Is Making ‘Critical Race Theory’ the New ‘Shariah Law’", - "description": "Critical race theory is a boogeyman the right can use to activate and harness racist anti-otherness.", - "content": "Critical race theory is a boogeyman the right can use to activate and harness racist anti-otherness.", - "category": "Critical Race Theory", - "link": "https://www.nytimes.com/2022/01/05/opinion/critical-race-theory-gop.html", - "creator": "Charles M. Blow", - "pubDate": "Thu, 06 Jan 2022 02:40:12 +0000", + "title": "Love Bombing: What It Is and Signs to Look For In a Partner", + "description": "Grand romantic gestures in the early days of a relationship could be sweet — or a sign you’re dating a narcissist. Here’s how to tell the difference, according to experts.", + "content": "Grand romantic gestures in the early days of a relationship could be sweet — or a sign you’re dating a narcissist. Here’s how to tell the difference, according to experts.", + "category": "Dating and Relationships", + "link": "https://www.nytimes.com/2022/01/10/style/love-bombing.html", + "creator": "Gina Cherelus", + "pubDate": "Mon, 10 Jan 2022 22:34:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199066,17 +202894,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8bb0ad1086f187517f9086c032ba136", + "hash": "c08acc63405fa11815c2500f2d562e21", "highlights": [] }, { - "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", + "title": "Putin Would Invite Calamity With a Russian Invasion of Ukraine", + "description": "A Ukrainian soldier on the front line in December.", + "content": "A Ukrainian soldier on the front line in December.", + "category": "Russia", + "link": "https://www.nytimes.com/2022/01/09/opinion/putin-russia-ukraine.html", + "creator": "The Editorial Board", + "pubDate": "Sun, 09 Jan 2022 20:26:48 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199088,17 +202916,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c5d37898b00f198882c0d6a8d1089894", + "hash": "34fcbf72c6035ef4b1a02f64c256aa78", "highlights": [] }, { - "title": "Stocks Are Great for the Very Young — and the Very Old", - "description": "An economist says that retirees should tilt toward stocks as they age.", - "content": "An economist says that retirees should tilt toward stocks as they age.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2022/01/05/opinion/stock-market-retirement.html", - "creator": "Peter Coy", - "pubDate": "Wed, 05 Jan 2022 21:37:49 +0000", + "title": "Why Dr. Oz Is So Popular: American's Dysfunctional Attitude to Health", + "description": "Mehmet Oz is a quasi-religious leader, one who has set up his revival tent between a yoga studio and an urgent-care clinic, with the television cameras rolling. ", + "content": "Mehmet Oz is a quasi-religious leader, one who has set up his revival tent between a yoga studio and an urgent-care clinic, with the television cameras rolling. ", + "category": "Oz, Mehmet C", + "link": "https://www.nytimes.com/2022/01/09/opinion/culture/dr-oz-covid-wellness-individualism.html", + "creator": "Annaliese Griffin", + "pubDate": "Sun, 09 Jan 2022 16:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199110,17 +202938,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "99f3353b9d5a8b982ca6c251e5f62e56", + "hash": "a6407e9dbd4f9f4a00c3da533122baf4", "highlights": [] }, { - "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", + "title": "Novak Djokovic, Kyrie Irving, Aaron Rodgers and the Problem With Anti-Vax Star Athletes", + "description": "Some star athletes seem to think you don’t have to follow public health policy — as long as you win.", + "content": "Some star athletes seem to think you don’t have to follow public health policy — as long as you win.", + "category": "Djokovic, Novak", + "link": "https://www.nytimes.com/2022/01/08/opinion/novak-djokovic-australian-open-vaccine.html", + "creator": "Lindsay Crouse", + "pubDate": "Sat, 08 Jan 2022 16:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199128,21 +202956,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "21b0309154923c12d9cc959fd96a476a", + "hash": "60fad01faa6f4e40ecd6e451c7cf8f78", "highlights": [] }, { - "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", + "title": "Talking to Voters From Both Parties", + "description": "  ", + "content": "  ", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/10/opinion/letters/democrats-republicans-focus-groups.html", + "creator": "", + "pubDate": "Mon, 10 Jan 2022 18:40:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199154,17 +202982,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c50088c3e3101ed32cf60c611830c011", + "hash": "333444f45959211a7fc573d99763e1f2", "highlights": [] }, { - "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", + "title": "'Succession' Actor Jeremy Strong Has No Chill. That's Fine.", + "description": "The actor’s ‘careerist drive’ was remarked upon in a recent profile. It’s an elitist attitude that I’ve encountered too.", + "content": "The actor’s ‘careerist drive’ was remarked upon in a recent profile. It’s an elitist attitude that I’ve encountered too.", + "category": "Strong, Jeremy (1978- )", + "link": "https://www.nytimes.com/2022/01/09/opinion/culture/jeremy-strong-new-yorker-careerist-striver.html", + "creator": "Elizabeth Spiers", + "pubDate": "Sun, 09 Jan 2022 16:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199176,17 +203004,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "93cc42d782d94fca8cdcbcc319a22b28", + "hash": "f8802cc921ea15d4f13d7c81ff125f14", "highlights": [] }, { - "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.", + "title": "How to Pick a Word of the Year to Help You Get the Most Out of 2022", + "description": "To get the most out of 2022, try choosing a word that can help you make thoughtful decisions and nudge you toward positive change.", + "content": "To get the most out of 2022, try choosing a word that can help you make thoughtful decisions and nudge you toward positive change.", "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", + "link": "https://www.nytimes.com/2022/01/06/well/mind/word-of-year-2022.html", + "creator": "Tara Parker-Pope", + "pubDate": "Fri, 07 Jan 2022 01:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199198,17 +203026,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "312d1cb72c9eebab168b446af9b8db4d", + "hash": "573fe3c3b735c4f3ddd3155006dab89e", "highlights": [] }, { - "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", + "title": "New York Times Wedding Feature Submission Form: Apply Here", + "description": "You may also have questions about how this process works. We have answers.", + "content": "You may also have questions about how this process works. We have answers.", + "category": "Weddings and Engagements", + "link": "https://www.nytimes.com/article/wedding-feature-submission-form.html", + "creator": "The New York Times", + "pubDate": "Wed, 05 Jan 2022 00:21:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199220,17 +203048,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "87d3508fb5ea84443ad88be85ca5e826", + "hash": "3034ae6916ce384dfe24672277f9ad3a", "highlights": [] }, { - "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", + "title": "Novak Djokovic’s Fight to Play Tennis Unvaccinated Could Be Just Starting", + "description": "Novak Djokovic stood stoic on a billboard in Belgrade, Serbia, as he fought with the Australian government over his visa.", + "content": "Novak Djokovic stood stoic on a billboard in Belgrade, Serbia, as he fought with the Australian government over his visa.", + "category": "Djokovic, Novak", + "link": "https://www.nytimes.com/2022/01/10/sports/tennis/novak-djokovic-australian-open-vaccine.html", + "creator": "Christopher Clarey", + "pubDate": "Mon, 10 Jan 2022 22:14:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199242,17 +203070,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "21096f5078cf87d80faa77e93efa8b32", + "hash": "09475e8d50db615c1117be6a847852fd", "highlights": [] }, { - "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", + "title": "Famed White Cliffs of Sicily Are Defaced in an Act of Vandalism", + "description": "The Scala dei Turchi in Realmonte, Italy, on Saturday, before the cleanup.", + "content": "The Scala dei Turchi in Realmonte, Italy, on Saturday, before the cleanup.", + "category": "Vandalism", + "link": "https://www.nytimes.com/2022/01/10/world/europe/white-cliffs-sicily-vandalism.html", + "creator": "Elisabetta Povoledo", + "pubDate": "Mon, 10 Jan 2022 17:45:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199264,17 +203092,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f83a6cf1f2d34688e463cfd5aab9640a", + "hash": "8c6e57c776fa190b9177cb89e7c427c5", "highlights": [] }, { - "title": "This Cake Is a Taste of a Vanishing New York", - "description": "Dorie Greenspan’s poppy-seed cake is a call back to her childhood and shops that are mostly gone.", - "content": "Dorie Greenspan’s poppy-seed cake is a call back to her childhood and shops that are mostly gone.", - "category": "Cooking and Cookbooks", - "link": "https://www.nytimes.com/2022/01/05/magazine/poppy-seed-cake-recipe.html", - "creator": "Dorie Greenspan", - "pubDate": "Wed, 05 Jan 2022 10:00:15 +0000", + "title": "Richard Clarida Is Resigning From the Fed Early After New Questions on Trades", + "description": "Richard Clarida at a conference in Wyoming in 2019. His updated financial disclosures drew widespread media coverage and lawmaker attention.", + "content": "Richard Clarida at a conference in Wyoming in 2019. His updated financial disclosures drew widespread media coverage and lawmaker attention.", + "category": "Clarida, Richard H (1957- )", + "link": "https://www.nytimes.com/2022/01/10/business/economy/richard-clarida-fed-resign.html", + "creator": "Jeanna Smialek", + "pubDate": "Mon, 10 Jan 2022 23:48:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199286,17 +203114,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1211876ced2b6d1b2d1122096c2fdf2", + "hash": "6bf7d07c5e20027e6314a01b4cd8b283", "highlights": [] }, { - "title": "Republicans for Democracy", - "description": "Liz Cheney at a hearing last month.", - "content": "Liz Cheney at a hearing last month.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/06/briefing/republicans-democracy-capitol-attack.html", - "creator": "David Leonhardt", - "pubDate": "Thu, 06 Jan 2022 11:37:24 +0000", + "title": "A Naturalist Stumbled on an Ichthyosaur Skeleton, the Largest in U.K. History", + "description": "Palaeontologists working on the Ichthyosaur skeleton found at Rutland Water, in August 2021.", + "content": "Palaeontologists working on the Ichthyosaur skeleton found at Rutland Water, in August 2021.", + "category": "Fossils", + "link": "https://www.nytimes.com/2022/01/10/science/earth/ichthyosaur-sea-dragon-fossil.html", + "creator": "Neil Vigdor", + "pubDate": "Mon, 10 Jan 2022 23:24:57 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199308,17 +203136,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "61bad989ab322e00aea53ec04b2d4334", + "hash": "9741b9a19ca6f2aa9e4f3460e9aa8fa4", "highlights": [] }, { - "title": "Jan. 6, Part 2: Liz Cheney’s Battle Against the ‘Big Lie’", - "description": "“If you’re just going to get elected to office to say you’re in office, but when the chips are down you’re unwilling to do that you know is right, that creates the potential that the system can unravel,” Liz Cheney said on today’s episode.", - "content": "“If you’re just going to get elected to office to say you’re in office, but when the chips are down you’re unwilling to do that you know is right, that creates the potential that the system can unravel,” Liz Cheney said on today’s episode.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/06/podcasts/the-daily/cheney-trump-gop-jan-6.html", - "creator": "Michael Barbaro, Jessica Cheung, Rob Szypko, Rachel Quester, Eric Krupke, Diana Nguyen, Lisa Tobin, Chelsea Daniel, Marion Lozano and Corey Schreppel", - "pubDate": "Thu, 06 Jan 2022 13:51:45 +0000", + "title": "Freelance Reporter for The New York Times Is Put on Trial in Zimbabwe", + "description": "Jeffrey Moyo, a freelance reporter for The New York Times, is scheduled to go on trial on Tuesday.", + "content": "Jeffrey Moyo, a freelance reporter for The New York Times, is scheduled to go on trial on Tuesday.", + "category": "", + "link": "https://www.nytimes.com/2022/01/11/world/jeffrey-moyo-zimbabwe-nyt.html", + "creator": "The New York Times", + "pubDate": "Tue, 11 Jan 2022 06:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199330,17 +203158,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee59c3434b7a09d3861fdbc9ecc09f32", + "hash": "5eb9ad5222a6846177d233379903a65e", "highlights": [] }, { - "title": "A Year After Jan. 6, Millions of Americans Support Violence", - "description": "A mob breached the Capitol on January 6, 2021, after attending the Save America Rally for supporters of former President Donald Trump contesting the 2020 election results.", - "content": "A mob breached the Capitol on January 6, 2021, after attending the Save America Rally for supporters of former President Donald Trump contesting the 2020 election results.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/05/us/politics/americans-political-violence-capitol-riot.html", - "creator": "Blake Hounshell and Leah Askarinam", - "pubDate": "Thu, 06 Jan 2022 00:00:04 +0000", + "title": "The I.R.S. Warns of Messy Tax Filing Season", + "description": "Treasury Department officials said the I.R.S. would struggle to promptly answer telephone calls from taxpayers with questions.", + "content": "Treasury Department officials said the I.R.S. would struggle to promptly answer telephone calls from taxpayers with questions.", + "category": "Internal Revenue Service", + "link": "https://www.nytimes.com/2022/01/10/business/income-tax-day-deadline.html", + "creator": "Alan Rappeport", + "pubDate": "Mon, 10 Jan 2022 22:49:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199352,17 +203180,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c32861d389053301234db390f8cba0da", + "hash": "ba7e412d7b23ee65499d72dea54ab055", "highlights": [] }, { - "title": "Alvin Bragg, Manhattan D.A., to Seek Incarceration Only for Worst Crimes", - "description": "Alvin Bragg, who was elected in November and took office this week, campaigned on a pledge to balance public safety with fairness for defendants.", - "content": "Alvin Bragg, who was elected in November and took office this week, campaigned on a pledge to balance public safety with fairness for defendants.", - "category": "Prisons and Prisoners", - "link": "https://www.nytimes.com/2022/01/06/nyregion/alvin-bragg-manhattan-da.html", - "creator": "Jonah E. Bromwich", - "pubDate": "Thu, 06 Jan 2022 08:00:06 +0000", + "title": "The Endless Pop Shimmers of the Weeknd", + "description": "“Dawn FM” extends and reimagines Abel Tesfaye’s fixation on perfect pop that he’s been chasing since the mid-2010s.", + "content": "“Dawn FM” extends and reimagines Abel Tesfaye’s fixation on perfect pop that he’s been chasing since the mid-2010s.", + "category": "Pop and Rock Music", + "link": "https://www.nytimes.com/2022/01/10/arts/music/weeknd-dawn-fm-review.html", + "creator": "Jon Caramanica", + "pubDate": "Mon, 10 Jan 2022 19:09:37 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199374,17 +203202,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d3837ebc995e7c8874e71de4dd92ea97", + "hash": "94b5f341ee1ac1a7c6c69fff6d0732a5", "highlights": [] }, { - "title": "Ethics Adviser Rebukes Boris Johnson Over Downing Street Decorations", - "description": "Prime Minister Boris Johnson last month in London.", - "content": "Prime Minister Boris Johnson last month in London.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2022/01/06/world/europe/boris-johnson-ethics-britain-uk.html", - "creator": "Mark Landler and Stephen Castle", - "pubDate": "Thu, 06 Jan 2022 16:35:30 +0000", + "title": "Looking at the Duchess of Cambridge's 40th Birthday Portrait", + "description": "Catherine, the Duchess of Cambridge, in a birthday portrait.  ", + "content": "Catherine, the Duchess of Cambridge, in a birthday portrait.  ", + "category": "Fashion and Apparel", + "link": "https://www.nytimes.com/2022/01/10/style/catherine-duchess-of-cambridge-birthday-portraits.html", + "creator": "Vanessa Friedman", + "pubDate": "Mon, 10 Jan 2022 15:09:24 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199396,17 +203224,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8567267075cc75e36db65ab73c9b6c2", + "hash": "0b77382f5c25f2ddd9615aa871f05e70", "highlights": [] }, { - "title": "North Korea Defector Crosses DMZ Border Twice", - "description": "South Korean soldiers at the Demilitarized Zone, the heavily fortified buffer zone along the border with North Korea. ", - "content": "South Korean soldiers at the Demilitarized Zone, the heavily fortified buffer zone along the border with North Korea. ", - "category": "Korean Demilitarized Zone", - "link": "https://www.nytimes.com/2022/01/06/world/asia/north-korea-defector-dmz.html", - "creator": "Choe Sang-Hun", - "pubDate": "Thu, 06 Jan 2022 08:18:54 +0000", + "title": "After Its Odds-Defying Run, John Cariani Says Bye to ‘Caroline, or Change’", + "description": "John Cariani, center, starred as Stuart Gellman in Tony Kushner and Jeanine Tesori’s Broadway musical “Caroline, or Change,” which ended its run at Studio 54 on Sunday.", + "content": "John Cariani, center, starred as Stuart Gellman in Tony Kushner and Jeanine Tesori’s Broadway musical “Caroline, or Change,” which ended its run at Studio 54 on Sunday.", + "category": "Theater", + "link": "https://www.nytimes.com/2022/01/10/theater/exit-john-cariani-caroline-or-change.html", + "creator": "Laura Collins-Hughes", + "pubDate": "Mon, 10 Jan 2022 21:44:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199418,17 +203246,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "df68e51e5d75e9dd808b9a33111f3cf0", + "hash": "dd90540f6af4d69d7ca1a2d5e9214cc0", "highlights": [] }, { - "title": "Police to Step Up Patrols of New York Subway, Adams Says", - "description": "Mayor Eric Adams said the police would deploy more officers with desk jobs to patrol subway trains.", - "content": "Mayor Eric Adams said the police would deploy more officers with desk jobs to patrol subway trains.", - "category": "Subways", - "link": "https://www.nytimes.com/2022/01/06/nyregion/nypd-subway-patrol.html", - "creator": "Michael Gold", - "pubDate": "Thu, 06 Jan 2022 20:29:15 +0000", + "title": "What If You Could Read a Fashion Label Like a Food Label?", + "description": "Transparency and traceability is all the rage when it comes to clothing, and it is finally reaching the tags on the rack.", + "content": "Transparency and traceability is all the rage when it comes to clothing, and it is finally reaching the tags on the rack.", + "category": "Fashion and Apparel", + "link": "https://www.nytimes.com/2022/01/10/style/clothes-label-sustainability.html", + "creator": "Dana Thomas", + "pubDate": "Mon, 10 Jan 2022 10:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199440,17 +203268,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dcabc291b5642da053825c7a16d1a74f", + "hash": "864c294016bd92cf8971c6a176c5c441", "highlights": [] }, { - "title": "Pakistan Paves Way for Ayesha Malik to Be First Woman Supreme Court Justice", - "description": "Pakistan’s Supreme Court building in Islamabad last year. A parliamentary committee is expected to approve the court’s first woman justice.", - "content": "Pakistan’s Supreme Court building in Islamabad last year. A parliamentary committee is expected to approve the court’s first woman justice.", - "category": "Supreme Court of Pakistan", - "link": "https://www.nytimes.com/2022/01/06/world/asia/pakistan-woman-supreme-court.html", - "creator": "Salman Masood", - "pubDate": "Thu, 06 Jan 2022 20:12:50 +0000", + "title": "Don Maynard, Hall of Fame Receiver for Champion Jets, Dies at 86", + "description": "Don Maynard of the New York Jets during Super Bowl III in January 1969. “Maynard is one of those lean and hungry Texans who can run forever,” his head coach Weeb Ewbanks once said.", + "content": "Don Maynard of the New York Jets during Super Bowl III in January 1969. “Maynard is one of those lean and hungry Texans who can run forever,” his head coach Weeb Ewbanks once said.", + "category": "Deaths (Obituaries)", + "link": "https://www.nytimes.com/2022/01/10/sports/football/don-maynard-dead.html", + "creator": "Richard Goldstein", + "pubDate": "Mon, 10 Jan 2022 21:45:45 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199462,17 +203290,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc20cd48bcd5df5eef811962e3fc9db9", + "hash": "d3a73e0c0e82fb1ef4753d3b986ed1e9", "highlights": [] }, { - "title": "New York Times Co. to Buy The Athletic for $550 Million", - "description": "The deal to acquire The Athletic will bring The New York Times hundreds of additional reporters with sports expertise.", - "content": "The deal to acquire The Athletic will bring The New York Times hundreds of additional reporters with sports expertise.", - "category": "Mergers, Acquisitions and Divestitures", - "link": "https://www.nytimes.com/2022/01/06/business/new-york-times-the-athletic.html", - "creator": "Lauren Hirsch, Kevin Draper and Katherine Rosman", - "pubDate": "Thu, 06 Jan 2022 21:36:40 +0000", + "title": "Home of Kentucky Derby Clamps Down on Bob Baffert", + "description": "The trainer Bob Baffert in New York in July.", + "content": "The trainer Bob Baffert in New York in July.", + "category": "Horse Racing", + "link": "https://www.nytimes.com/2022/01/10/sports/horse-racing/churchill-downs-bob-baffert.html", + "creator": "Joe Drape", + "pubDate": "Mon, 10 Jan 2022 22:33:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199484,17 +203312,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1aea3c23567bb498020243738781a4e4", + "hash": "6e502f3c0478fc28091f6c0f81c44d87", "highlights": [] }, { - "title": "Canadian Law Banning ‘Conversion Therapy’ Set to Go Into Effect", - "description": "Prime Minister Justin Trudeau of Canada, right, shook hands with Erin O’Toole, the Conservative leader, after the unanimous adoption of legislation banning so-called conversion therapy last month.", - "content": "Prime Minister Justin Trudeau of Canada, right, shook hands with Erin O’Toole, the Conservative leader, after the unanimous adoption of legislation banning so-called conversion therapy last month.", - "category": "Therapy and Rehabilitation", - "link": "https://www.nytimes.com/2022/01/06/world/canada/canada-conversion-therapy-law.html", - "creator": "Christine Hauser", - "pubDate": "Thu, 06 Jan 2022 18:35:04 +0000", + "title": "Russia Plays Down Ukraine Invasion Threat, With Talks to Continue for Now", + "description": "With Russian troops massing along Ukraine’s borders, the two sides agreed to keep talking, but they remain far from agreement. After nearly eight hours of intense talks, the U.S. called some Russian demands “non-starters.” Here’s the latest on the negotiations.", + "content": "With Russian troops massing along Ukraine’s borders, the two sides agreed to keep talking, but they remain far from agreement. After nearly eight hours of intense talks, the U.S. called some Russian demands “non-starters.” Here’s the latest on the negotiations.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/10/world/russia-us-ukraine-talks", + "creator": "The New York Times", + "pubDate": "Mon, 10 Jan 2022 17:40:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199506,17 +203334,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7d4e3584943a8b39397bfa25f8c0ebe", + "hash": "d6e8e31180778e634e106fa5c32d28a3", "highlights": [] }, { - "title": "Pope Scolds Couples Who Choose Pets Over Kids", - "description": "Pope Francis at the Vatican on Wednesday.", - "content": "Pope Francis at the Vatican on Wednesday.", - "category": "Animals", - "link": "https://www.nytimes.com/2022/01/06/world/europe/pope-pets-kids.html", - "creator": "Elisabetta Povoledo", - "pubDate": "Thu, 06 Jan 2022 12:50:55 +0000", + "title": "Can Russia Be Stopped From Invading Ukraine? Here's What We Know", + "description": "A Ukrainian soldier patrolling the front lines in Avdiivka, Ukraine, on Dec. 2. Tensions between Ukraine and Russia have been simmering since 2014.", + "content": "A Ukrainian soldier patrolling the front lines in Avdiivka, Ukraine, on Dec. 2. Tensions between Ukraine and Russia have been simmering since 2014.", + "category": "Defense and Military Forces", + "link": "https://www.nytimes.com/2022/01/10/world/russia-ukraine-nato-europe.html", + "creator": "Dan Bilefsky", + "pubDate": "Mon, 10 Jan 2022 05:01:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199528,17 +203356,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc5dd40f51895bee7b965b5d0d6fe2db", + "hash": "07a98bb7a955a33fe2d82e80a3d3a965", "highlights": [] }, { - "title": "Georgia Woman Sentenced to 3 Years Over a Covid Fraud Scheme", - "description": "The Paycheck Protection Program loan application. The program has been highly susceptible to fraud.", - "content": "The Paycheck Protection Program loan application. The program has been highly susceptible to fraud.", - "category": "Georgia", - "link": "https://www.nytimes.com/2022/01/05/us/georgia-woman-covid-fraud-scheme.html", - "creator": "Mike Ives", - "pubDate": "Wed, 05 Jan 2022 15:26:01 +0000", + "title": "Door in Bronx Building May Have Let Thick Smoke Spread, Mayor Says", + "description": "Mayor Eric Adams said on Monday that the door to the apartment where the blaze started may have failed to close as it was supposed to. Follow updates.", + "content": "Mayor Eric Adams said on Monday that the door to the apartment where the blaze started may have failed to close as it was supposed to. Follow updates.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/10/nyregion/bronx-fire-nyc", + "creator": "The New York Times", + "pubDate": "Mon, 10 Jan 2022 17:40:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199550,17 +203378,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "55355735e216af4f39dc60586ef606b5", + "hash": "24b424e708e390627c0b99fee31d4844", "highlights": [] }, { - "title": "That Vintage Dress on the Red Carpet? There’s More to the Story.", - "description": "Brynn Jones, the owner of Aralda Vintage in Los Angeles. She wears 1980s Paco Rabanne.", - "content": "Brynn Jones, the owner of Aralda Vintage in Los Angeles. She wears 1980s Paco Rabanne.", - "category": "Dresses", - "link": "https://www.nytimes.com/2022/01/06/style/vintage-fashion-red-carpet-awards.html", - "creator": "Jessica Testa", - "pubDate": "Thu, 06 Jan 2022 12:50:55 +0000", + "title": "Eric Adams’s First Days: Battling Omicron, Then a Deadly Fire", + "description": "Mr. Adams speaking at the scene of a fire that killed at least 19 people in the Bronx.", + "content": "Mr. Adams speaking at the scene of a fire that killed at least 19 people in the Bronx.", + "category": "Adams, Eric L", + "link": "https://www.nytimes.com/2022/01/10/nyregion/eric-adams-mayor-covid.html", + "creator": "Emma G. Fitzsimmons", + "pubDate": "Mon, 10 Jan 2022 16:13:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199572,17 +203400,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dcab1478cf304c2bcd96d4da7a01f4d3", + "hash": "93ebe398a94343d682660dac3fc6a470", "highlights": [] }, { - "title": "Welcoming Back Live Theater Doesn’t Mean Agreeing About All of It", - "description": "The cast of Jocelyn Bioh’s “Merry Wives” at the Delacorte Theater in Central Park.", - "content": "The cast of Jocelyn Bioh’s “Merry Wives” at the Delacorte Theater in Central Park.", - "category": "Theater", - "link": "https://www.nytimes.com/2022/01/05/theater/live-theater-critics-debate.html", - "creator": "Jesse Green and Maya Phillips", - "pubDate": "Wed, 05 Jan 2022 17:38:11 +0000", + "title": "What We Know About the Victims of the Bronx Fire in New York City", + "description": "A firefighter carries a child out of the deadly fire in the West Bronx on Sunday. ", + "content": "A firefighter carries a child out of the deadly fire in the West Bronx on Sunday. ", + "category": "Fires and Firefighters", + "link": "https://www.nytimes.com/2022/01/09/nyregion/bronx-fire-victims.html", + "creator": "Michael Wilson and Chelsia Rose Marcius", + "pubDate": "Mon, 10 Jan 2022 04:02:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199594,17 +203422,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b37782d36fc42d309bf65babd0a10bb2", + "hash": "11daadcaa01caec6743a32213605acd8", "highlights": [] }, { - "title": "Kyrie Irving's Return Shows Why the Nets Would Make an Exception", - "description": "In his first action this season, Kyrie Irving scored 22 points for the Nets in a win over the Indiana Pacers.", - "content": "In his first action this season, Kyrie Irving scored 22 points for the Nets in a win over the Indiana Pacers.", - "category": "Basketball", - "link": "https://www.nytimes.com/2022/01/06/sports/basketball/kyrie-irving-nets.html", - "creator": "Sopan Deb", - "pubDate": "Thu, 06 Jan 2022 17:20:12 +0000", + "title": "Novak Djokovic Can Remain in Australia, Judge Rules", + "description": "Novak Djokovic before a Davis Cup match in Austria last year.", + "content": "Novak Djokovic before a Davis Cup match in Austria last year.", + "category": "Djokovic, Novak", + "link": "https://www.nytimes.com/2022/01/09/sports/tennis/novak-djokovic-australian-open-vaccine.html", + "creator": "Damien Cave and Matthew Futterman", + "pubDate": "Mon, 10 Jan 2022 07:14:50 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199616,17 +203444,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "712f637923db99aebe6d4f51bc2768dc", + "hash": "06b1c68d9a5f8d9f71fcf99c3b7e2cc8", "highlights": [] }, { - "title": "What Role Do Emotions Play in the Way Our Brains Work?", - "description": "In “Emotional,” Leonard Mlodinow examines the effect of feelings on our thought processes and mental lives.", - "content": "In “Emotional,” Leonard Mlodinow examines the effect of feelings on our thought processes and mental lives.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2022/01/05/books/review/emotional-leonard-mlodinow.html", - "creator": "Frans de Waal", - "pubDate": "Wed, 05 Jan 2022 10:00:02 +0000", + "title": "Chicago’s Public Schools Cancel Classes Amid Stalemate Over Pandemic Safety", + "description": "The Chicago Teachers Union has insisted that the city switch temporarily to virtual learning. Here’s the latest pandemic news.", + "content": "The Chicago Teachers Union has insisted that the city switch temporarily to virtual learning. Here’s the latest pandemic news.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/10/world/omicron-covid-testing-vaccines", + "creator": "The New York Times", + "pubDate": "Mon, 10 Jan 2022 17:40:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199638,17 +203466,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4db1fc88cdb3c9e3943feb8c84bdfe97", + "hash": "565ec6157e0e4979993c02d3d81686ae", "highlights": [] }, { - "title": "Biden Accuses Trump of Holding ‘Dagger at the Throat of America’", - "description": "President Biden is expected to warn that democracy is at risk. Follow our coverage of today’s events.", - "content": "President Biden is expected to warn that democracy is at risk. Follow our coverage of today’s events.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/06/us/jan-6-capitol-riot", - "creator": "The New York Times", - "pubDate": "Thu, 06 Jan 2022 17:35:27 +0000", + "title": "At-Home Coronavirus Tests Are Inaccessible to Blind People", + "description": "With visual cues and complex steps, at-home coronavirus tests are often inaccessible to blind people. But some low- and high-tech workarounds could help.", + "content": "With visual cues and complex steps, at-home coronavirus tests are often inaccessible to blind people. But some low- and high-tech workarounds could help.", + "category": "Tests (Medical)", + "link": "https://www.nytimes.com/2022/01/10/health/covid-tests-blind-people.html", + "creator": "Amanda Morris", + "pubDate": "Mon, 10 Jan 2022 16:09:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199660,17 +203488,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e63edf1ee4cd6166c6da0a6a9ed70bee", + "hash": "b1cc3a819c9f80c0bac7ac1e6bddbae4", "highlights": [] }, { - "title": "New York Times Co. Said to Have Reached Deal for The Athletic", - "description": "The deal to acquire The Athletic would bring The New York Times hundreds of additional reporters with sports expertise.", - "content": "The deal to acquire The Athletic would bring The New York Times hundreds of additional reporters with sports expertise.", - "category": "Mergers, Acquisitions and Divestitures", - "link": "https://www.nytimes.com/2022/01/06/business/new-york-times-the-athletic.html", - "creator": "Lauren Hirsch, Kevin Draper and Katherine Rosman", - "pubDate": "Thu, 06 Jan 2022 19:38:38 +0000", + "title": "Georgia Embraces College Football’s Evolution of the Tight End", + "description": "With 846 receiving yards this season, Brock Bowers may be Georgia’s best offensive bet against Alabama in the national championship game.", + "content": "With 846 receiving yards this season, Brock Bowers may be Georgia’s best offensive bet against Alabama in the national championship game.", + "category": "Football (College)", + "link": "https://www.nytimes.com/2022/01/09/sports/ncaafootball/georgia-alabama-brock-bowers.html", + "creator": "Alan Blinder", + "pubDate": "Sun, 09 Jan 2022 21:43:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199682,17 +203510,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b92de2fc956fd27175070bf4c0476bf7", + "hash": "e231baa42cbb8228c3cac983d2c5e5bb", "highlights": [] }, { - "title": "What Apes Can Teach Us About Our Heart Health", - "description": "If gorillas and chimpanzees were born to clamber and climb, humans were born to walk and run.", - "content": "If gorillas and chimpanzees were born to clamber and climb, humans were born to walk and run.", - "category": "Exercise", - "link": "https://www.nytimes.com/2019/10/09/well/move/what-apes-can-teach-us-about-our-heart-health.html", - "creator": "Gretchen Reynolds", - "pubDate": "Tue, 15 Oct 2019 04:06:31 +0000", + "title": "Playoff Fans in the Cold as College Football Plots Its Future", + "description": "A band played to a sparse crowd in an area for college football fans in  Indianapolis on Saturday, ahead of the national championship game on Monday night.", + "content": "A band played to a sparse crowd in an area for college football fans in  Indianapolis on Saturday, ahead of the national championship game on Monday night.", + "category": "Football (College)", + "link": "https://www.nytimes.com/2022/01/10/sports/ncaafootball/college-football-playoff-television.html", + "creator": "Billy Witz", + "pubDate": "Mon, 10 Jan 2022 16:36:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199704,17 +203532,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5df7dd12c8b5bdc689b2e7e5955b637", + "hash": "d1e50d63db70dd984f9d08ba5e8a3305", "highlights": [] }, { - "title": "A Year Later, Jan. 6 Becomes Just Another Wedge in a Divided Nation", - "description": "The first anniversary of the assault on the Capitol serves as a chance to take stock of a country still trying to make sense of it all.", - "content": "The first anniversary of the assault on the Capitol serves as a chance to take stock of a country still trying to make sense of it all.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2022/01/06/us/politics/jan-6-capitol-riot-aftermath.html", - "creator": "Peter Baker", - "pubDate": "Thu, 06 Jan 2022 08:00:14 +0000", + "title": "Alabama vs. Georgia: What to Watch in the National Championship Game", + "description": "Fans posing in front of a sign in downtown Indianapolis promoting the national championship game between Alabama and Georgia.", + "content": "Fans posing in front of a sign in downtown Indianapolis promoting the national championship game between Alabama and Georgia.", + "category": "Football (College)", + "link": "https://www.nytimes.com/2022/01/10/sports/ncaafootball/alabama-georgia-national-championship-watch.html", + "creator": "Alanis Thames", + "pubDate": "Mon, 10 Jan 2022 05:01:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199726,17 +203554,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "68f468a8fa3a11735ee47cc5722a7d18", + "hash": "35786d6b08ea72abe51db69546156b06", "highlights": [] }, { - "title": "Peter Bogdanovich, Director Whose Career Was a Hollywood Drama, Dies at 82", - "description": "The filmmaker Peter Bogdanovich in 2007. He was hailed for his ability to coax nuanced performances from actors, and for the bittersweet luminosity of movies that conjured a bygone past.", - "content": "The filmmaker Peter Bogdanovich in 2007. He was hailed for his ability to coax nuanced performances from actors, and for the bittersweet luminosity of movies that conjured a bygone past.", - "category": "Bogdanovich, Peter", - "link": "https://www.nytimes.com/2022/01/06/movies/peter-bogdanovich-dead.html", - "creator": "Margalit Fox", - "pubDate": "Thu, 06 Jan 2022 18:43:34 +0000", + "title": "Trump’s Coup, Part Deux", + "description": "Darth Vader as Luke Skywalker, defending the galaxy? Not quite.", + "content": "Darth Vader as Luke Skywalker, defending the galaxy? Not quite.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/08/opinion/cheney-jan-6.html", + "creator": "Maureen Dowd", + "pubDate": "Sat, 08 Jan 2022 15:13:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199748,17 +203576,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b7eac38f57007b52b400dcaf5e6827a5", + "hash": "799889fbaf6bc0473d00e861d90c54a1", "highlights": [] }, { - "title": "HBO Max and HBO Hit 73.8 million Subscribers, Topping Company Forecast", - "description": "“It worked, and it worked well,” Jason Kilar, the chief executive of WarnerMedia, said of the company’s film release strategy in 2021.", - "content": "“It worked, and it worked well,” Jason Kilar, the chief executive of WarnerMedia, said of the company’s film release strategy in 2021.", + "title": "We Need a Second Cut of ‘Don’t Look Up’", + "description": "How the hit movie almost captures a teetering America.", + "content": "How the hit movie almost captures a teetering America.", "category": "Movies", - "link": "https://www.nytimes.com/2022/01/05/business/hbo-max-2021-subscribers.html", - "creator": "Nicole Sperling", - "pubDate": "Wed, 05 Jan 2022 20:51:31 +0000", + "link": "https://www.nytimes.com/2022/01/08/opinion/dont-look-up-decadence.html", + "creator": "Ross Douthat", + "pubDate": "Sat, 08 Jan 2022 20:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199770,17 +203598,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c00819de914b2505bd1cbfabb14de237", + "hash": "6197eac4a235c2b7031c4c8e41366b28", "highlights": [] }, { - "title": "Mining of Lithium, Key to the Climate Fight, Faces New Scrutiny in Chile", - "description": "A lithium processing plant in Antofagasta, Chile, in December.", - "content": "A lithium processing plant in Antofagasta, Chile, in December.", - "category": "Global Warming", - "link": "https://www.nytimes.com/2022/01/06/climate/lithium-chile.html", - "creator": "John Bartlett", - "pubDate": "Thu, 06 Jan 2022 12:50:24 +0000", + "title": "Seneca Village and the Search for the Black Utopia", + "description": "Illustration by The New York Times; photographs by Mashuk, via Getty Images, and Fabiola Jean-Louis", + "content": "Illustration by The New York Times; photographs by Mashuk, via Getty Images, and Fabiola Jean-Louis", + "category": "Black People", + "link": "https://www.nytimes.com/2022/01/08/opinion/seneca-village-central-park-new-york.html", + "creator": "Brent Staples", + "pubDate": "Sat, 08 Jan 2022 17:06:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199792,17 +203620,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "28b18764621ab5c0472a3809bb8ae697", + "hash": "f2aff3bcdef93a6639ce67c91444c257", "highlights": [] }, { - "title": "F.B.I. Arrests Man Accused of Stealing Unpublished Book Manuscripts", - "description": "Ethan Hawke and Margaret Atwood are among the authors targeted in the long-running phishing scheme.", - "content": "Ethan Hawke and Margaret Atwood are among the authors targeted in the long-running phishing scheme.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2022/01/05/books/publishing-manuscripts-phishing-scam-filippo-bernardini.html", - "creator": "Elizabeth A. Harris", - "pubDate": "Wed, 05 Jan 2022 23:10:24 +0000", + "title": "Disruption, Dismay, Dissent: Americans Grapple With Omicron", + "description": "Covid testing in New Orleans on Wednesday.", + "content": "Covid testing in New Orleans on Wednesday.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/09/us/united-states-covid-pandemic-omicron.html", + "creator": "Julie Bosman", + "pubDate": "Sun, 09 Jan 2022 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199814,17 +203642,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d28510eef84a3e55614502fd2ea5f494", + "hash": "9c6726e19ac4ccd480ec4e750c3c20e5", "highlights": [] }, { - "title": "Why Trump’s Hold on the G.O.P. Is Unrivaled After the Capitol Riot", - "description": "Crowds gathered at the National Mall on Jan. 6, 2021, as former President Donald Trump questioned the results of the 2020 election.", - "content": "Crowds gathered at the National Mall on Jan. 6, 2021, as former President Donald Trump questioned the results of the 2020 election.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2022/01/05/us/politics/trump-gop-jan-6.html", - "creator": "Shane Goldmacher and Maggie Haberman", - "pubDate": "Thu, 06 Jan 2022 00:12:17 +0000", + "title": "What This Portrait of Mayor Adams's Mother Means to New Yorkers\n", + "description": "Mayor Eric Adams clasped a photo of his mother, Dorothy Mae Adams-Streeter, after he was sworn into office. The portrait was done in a style once popular among working-class New Yorkers.", + "content": "Mayor Eric Adams clasped a photo of his mother, Dorothy Mae Adams-Streeter, after he was sworn into office. The portrait was done in a style once popular among working-class New Yorkers.", + "category": "Black People", + "link": "https://www.nytimes.com/2022/01/09/nyregion/eric-adams-mother-photo.html", + "creator": "Sandra E. Garcia", + "pubDate": "Sun, 09 Jan 2022 08:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199836,17 +203664,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "40e4438f5925db65594d1ad13f356da3", + "hash": "a4d554cf58f29f5d36783820ff79e11c", "highlights": [] }, { - "title": "Novak Djokovic Is Refused Entry Into Australia Over Vaccine Exemption", - "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-visa.html", - "creator": "Matthew Futterman, Andrew Das and Isabella Kwai", - "pubDate": "Wed, 05 Jan 2022 22:32:17 +0000", + "title": "Who Is Annie Hamilton?", + "description": "Annie Hamilton may be the most well-known, unknown actor in New York.", + "content": "Annie Hamilton may be the most well-known, unknown actor in New York.", + "category": "Actors and Actresses", + "link": "https://www.nytimes.com/2022/01/08/style/annie-hamilton-actor.html", + "creator": "Peter Stevenson", + "pubDate": "Sat, 08 Jan 2022 19:38:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199858,17 +203686,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fc20fff3d0977fb25e16df647c9fee9", + "hash": "3a96faf2738710bcd6ab31f9d1243912", "highlights": [] }, { - "title": "Novak Djokovic Collides With Australia’s Covid Fight", - "description": "Novak Djokovic at the U.S. Open in last year. He has been dismissive toward the pandemic, and has emerged as professional tennis’s most prominent vaccine skeptic.", - "content": "Novak Djokovic at the U.S. Open in last year. He has been dismissive toward the pandemic, and has emerged as professional tennis’s most prominent vaccine skeptic.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2022/01/06/world/australia/novak-djokovic-covid.html", - "creator": "Yan Zhuang", - "pubDate": "Thu, 06 Jan 2022 12:41:12 +0000", + "title": "Quiet Awards Season Has Hollywood Uneasy", + "description": "Audiences remain reluctant to return to theaters. And the kinds of movies that used to rely on the sheen of awards to attract moviegoers now find themselves in peril.", + "content": "Audiences remain reluctant to return to theaters. And the kinds of movies that used to rely on the sheen of awards to attract moviegoers now find themselves in peril.", + "category": "Movies", + "link": "https://www.nytimes.com/2022/01/09/business/media/hollywood-golden-globes-oscars.html", + "creator": "Nicole Sperling", + "pubDate": "Sun, 09 Jan 2022 10:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199880,17 +203708,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6971c25d496588f9d0d49c518aa533c", + "hash": "36b2122c205e5dfb2041e96143ef4db7", "highlights": [] }, { - "title": "How Jan. 6 Might Look in 2086", - "description": "As curators at the Smithsonian’s National Museum of American History, we are regularly confronted by hard physical evidence of just how slippery the past can be.", - "content": "As curators at the Smithsonian’s National Museum of American History, we are regularly confronted by hard physical evidence of just how slippery the past can be.", - "category": "Monuments and Memorials (Structures)", - "link": "https://www.nytimes.com/2022/01/06/opinion/jan-6-shaman-past-future.html", - "creator": "Jon Grinspan and Peter Manseau", - "pubDate": "Thu, 06 Jan 2022 10:23:40 +0000", + "title": "Holding Pundits Accountable for Covid and Inflation", + "description": "Covid testing in Houston.", + "content": "Covid testing in Houston.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2022/01/10/briefing/pundit-accountability-covid-predictions.html", + "creator": "David Leonhardt", + "pubDate": "Mon, 10 Jan 2022 13:20:58 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199902,17 +203730,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d1d28537e891e16b1adcfda6486cdbf", + "hash": "cd17e8894c5f5f5e0b633a2003befb4f", "highlights": [] }, { - "title": "Fed Officials Discussed Raising Rates Sooner and Faster, Minutes Show", - "description": "A mall in Queens, N.Y., last month. High inflation has lasted much longer than central bankers expected.", - "content": "A mall in Queens, N.Y., last month. High inflation has lasted much longer than central bankers expected.", - "category": "United States Economy", - "link": "https://www.nytimes.com/2022/01/05/business/economy/federal-reserve-minutes-interest-rates.html", - "creator": "Jeanna Smialek", - "pubDate": "Wed, 05 Jan 2022 22:24:07 +0000", + "title": "The Rise and Fall of the Golden Globes", + "description": "This year’s muted Golden Globes ceremony was humbling for what was one of the biggest award shows on television.", + "content": "This year’s muted Golden Globes ceremony was humbling for what was one of the biggest award shows on television.", + "category": "Television", + "link": "https://www.nytimes.com/2022/01/10/podcasts/the-daily/golden-globes-awards.html", + "creator": "Michael Barbaro, Michael Simon Johnson, Stella Tan, Kaitlin Roberts, Luke Vander Ploeg, Liz O. Baylen, Larissa Anderson and Marion Lozano", + "pubDate": "Mon, 10 Jan 2022 11:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199924,17 +203752,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa1729238f6df417080cfe238453a230", + "hash": "6921a6fadea101b897593492b4b00110", "highlights": [] }, { - "title": "Speech on Jan. 6 Anniversary Warns of Fragility of American System", - "description": "President Biden is expected to warn that democracy is at risk. Follow our coverage of today’s events.", - "content": "President Biden is expected to warn that democracy is at risk. Follow our coverage of today’s events.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/06/us/jan-6-capitol-riot", - "creator": "The New York Times", - "pubDate": "Thu, 06 Jan 2022 15:23:08 +0000", + "title": "5 Big Questions for the Political Year Ahead", + "description": "Gasoline and groceries have led the way in rising costs facing American households.", + "content": "Gasoline and groceries have led the way in rising costs facing American households.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/07/us/politics/politics-inflation-redistricting.html", + "creator": "Leah Askarinam and Blake Hounshell", + "pubDate": "Sat, 08 Jan 2022 00:12:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199946,17 +203774,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "50ddd0274787c7320aaf387a24e3c101", + "hash": "6d1b6421711bd112ce806cb585f2efe0", "highlights": [] }, { - "title": "Advisers to Biden’s Transition Team Call for Altered Covid Strategy", - "description": "Six former advisers called for President Biden to adopt a strategy of living with the virus indefinitely. Here’s the latest pandemic news.", - "content": "Six former advisers called for President Biden to adopt a strategy of living with the virus indefinitely. Here’s the latest pandemic news.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/06/world/omicron-covid-vaccine-tests", - "creator": "The New York Times", - "pubDate": "Thu, 06 Jan 2022 17:11:02 +0000", + "title": "Barcelona Banks on Superyachts, Becoming a Hub", + "description": "A huge yacht under repair in Barcelona, Spain, which has become a hub for superyachts.", + "content": "A huge yacht under repair in Barcelona, Spain, which has become a hub for superyachts.", + "category": "High Net Worth Individuals", + "link": "https://www.nytimes.com/2022/01/10/business/barcelona-superyachts.html", + "creator": "Raphael Minder", + "pubDate": "Mon, 10 Jan 2022 10:00:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199968,17 +203796,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "833b265ac769973322a71911e9bd0fcc", + "hash": "fe7d2bc70e834fa84a46501fdf51b24d", "highlights": [] }, { - "title": "Lisa Brodyaga, Crusading Lawyer for Immigrants’ Rights, Dies at 81", - "description": "She became a folk hero representing asylum seekers fleeing violence in Central America, setting up shop in the Rio Grande Valley and building a refuge camp.", - "content": "She became a folk hero representing asylum seekers fleeing violence in Central America, setting up shop in the Rio Grande Valley and building a refuge camp.", - "category": "Immigration and Emigration", - "link": "https://www.nytimes.com/2022/01/04/us/lisa-brodyaga-dead.html", - "creator": "Alex Vadukul", - "pubDate": "Wed, 05 Jan 2022 01:17:29 +0000", + "title": "Older Americans Still Need Their Flu Vaccine, Experts Say", + "description": "Vaccinations at a nursing home in Manhattan. According to the C.D.C., only 11 percent of seniors had received a flu shot by last October.", + "content": "Vaccinations at a nursing home in Manhattan. According to the C.D.C., only 11 percent of seniors had received a flu shot by last October.", + "category": "your-feed-science", + "link": "https://www.nytimes.com/2022/01/10/health/influenza-vaccines-elderly.html", + "creator": "Paula Span", + "pubDate": "Mon, 10 Jan 2022 16:38:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -199990,17 +203818,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2dc7778b18b1a7601865f5f8e2710248", + "hash": "e107f890781d6fcb481893c75e930b1c", "highlights": [] }, { - "title": "Kathy Hochul's Speech Is a Road Map to the Campaign That Lies Ahead", - "description": "Among those surrounding Gov. Kathy Hochul at the State Capitol on Wednesday was Attorney General Letitia James, left, who dropped her bid for governor in December.", - "content": "Among those surrounding Gov. Kathy Hochul at the State Capitol on Wednesday was Attorney General Letitia James, left, who dropped her bid for governor in December.", - "category": "Elections, Governors", - "link": "https://www.nytimes.com/2022/01/06/nyregion/hochul-policy-agenda-ny.html", - "creator": "Katie Glueck", - "pubDate": "Thu, 06 Jan 2022 10:00:16 +0000", + "title": "What It Was Like on the Elizabeth Holmes Jury for 18 Weeks", + "description": "Elizabeth Holmes, the founder of the blood testing start-up Theranos, leaving court last week. She was found guilty of four of 11 counts of fraud.", + "content": "Elizabeth Holmes, the founder of the blood testing start-up Theranos, leaving court last week. She was found guilty of four of 11 counts of fraud.", + "category": "Holmes, Elizabeth (1984- )", + "link": "https://www.nytimes.com/2022/01/10/technology/elizabeth-holmes-trial-jurors.html", + "creator": "Erin Woo", + "pubDate": "Mon, 10 Jan 2022 19:44:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200012,17 +203840,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "60c9c7f3208479d00dae40b7bd1336b6", + "hash": "e07dfd4c261986307cb4adf43549f253", "highlights": [] }, { - "title": "In the Lower Ninth Ward, an Artist Renews His Purpose", - "description": "The artist Kevin Beasley with planters in the garden he has built in the Lower Ninth Ward of New Orleans. They will house vegetables and herbs. ", - "content": "The artist Kevin Beasley with planters in the garden he has built in the Lower Ninth Ward of New Orleans. They will house vegetables and herbs. ", - "category": "Art", - "link": "https://www.nytimes.com/2022/01/06/arts/design/kevin-beasley-new-orleans.html", - "creator": "Siddhartha Mitter", - "pubDate": "Thu, 06 Jan 2022 10:00:21 +0000", + "title": "Haitian Prime Minister Had Close Links With Murder Suspect", + "description": "President Jovenel Moïse, who was assassinated in July, led Haiti by decree and turned to authoritarian tactics.", + "content": "President Jovenel Moïse, who was assassinated in July, led Haiti by decree and turned to authoritarian tactics.", + "category": "Assassinations and Attempted Assassinations", + "link": "https://www.nytimes.com/2022/01/10/world/americas/haitian-prime-minister-assassination-suspect.html", + "creator": "Anatoly Kurmanaev", + "pubDate": "Mon, 10 Jan 2022 19:45:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200034,17 +203862,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc95c37b0988b559f590b0a7b0d8a8fb", + "hash": "769ca6e9192b6267a1b2b91e3d50954a", "highlights": [] }, { - "title": "Christine Grant Fought for Equity for Female Athletes", - "description": "Christine Grant, the Title IX pioneer who died in December, often lamented the historically poor treatment of female athletes, asking incredulously, “Can you imagine that?”", - "content": "Christine Grant, the Title IX pioneer who died in December, often lamented the historically poor treatment of female athletes, asking incredulously, “Can you imagine that?”", - "category": "Title IX (Gender Discrimination Legislation)", - "link": "https://www.nytimes.com/2022/01/06/sports/christine-grant-title-ix.html", - "creator": "Jeré Longman", - "pubDate": "Thu, 06 Jan 2022 10:00:16 +0000", + "title": "A tech sell-off leaves the Nasdaq on the edge of a correction.", + "description": "", + "content": "", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/10/business/stock-market-economy-news/stocks-fall-again-extending-their-losses-as-bond-yields-edge-higher", + "creator": "Stephen Gandel", + "pubDate": "Mon, 10 Jan 2022 20:08:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200056,17 +203884,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7c897c721b67e0c3307e400599358df", + "hash": "a147aea1c048df1cda68c73a4c854c27", "highlights": [] }, { - "title": "The Unsung Heroes of the 2020 Presidential Election", - "description": "Counting votes, Maricopa County, 2020.", - "content": "Counting votes, Maricopa County, 2020.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2022/01/04/books/review/the-steal-mark-bowden-matthew-teague.html", - "creator": "Luke Broadwater", - "pubDate": "Tue, 04 Jan 2022 18:00:02 +0000", + "title": "Business Updates: The I.R.S. Is Warning of a Messy Tax Season", + "description": "Bad weather and staff shortages are still a problem. But airlines are also trying to deal with the traditional slowdown in travel in January.", + "content": "Bad weather and staff shortages are still a problem. But airlines are also trying to deal with the traditional slowdown in travel in January.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/10/business/stock-market-economy-news", + "creator": "The New York Times", + "pubDate": "Mon, 10 Jan 2022 20:21:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200078,17 +203906,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "57cb907089935fb557171ea68bf0ed65", + "hash": "e26ef6968f4179dbe0c53a85ffdd0bf1", "highlights": [] }, { - "title": "Late Night Is Thrilled Trump’s Finally Listening to Someone", - "description": "Advisers told the former president to push his Jan. 6 news conference to a date that would draw less attention to a low point of his presidency. “So, every day of his presidency?” Stephen Colbert joked.", - "content": "Advisers told the former president to push his Jan. 6 news conference to a date that would draw less attention to a low point of his presidency. “So, every day of his presidency?” Stephen Colbert joked.", - "category": "Television", - "link": "https://www.nytimes.com/2022/01/06/arts/television/stephen-colbert-trump-jan-6.html", - "creator": "Trish Bendix", - "pubDate": "Thu, 06 Jan 2022 06:56:03 +0000", + "title": "Goli Sheikholeslami Will Take Charge of Politico", + "description": "Goli Sheikholeslami will become the chief executive of Politico.", + "content": "Goli Sheikholeslami will become the chief executive of Politico.", + "category": "Sheikholeslami, Goli", + "link": "https://www.nytimes.com/2022/01/10/business/politico-goli-sheikholeslami-new-york-public-radio.html", + "creator": "Katie Robertson", + "pubDate": "Mon, 10 Jan 2022 18:25:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200100,17 +203928,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e6df428e51a1448abd490eeae4c6f28a", + "hash": "3e28e29dd30e43035e7e675b5f56e58c", "highlights": [] }, { - "title": "‘And Just Like That’ Episode 6 Recap: Ponderings Aplenty", - "description": "Sarah Jessica Parker in a scene from “And Just Like That ...”", - "content": "Sarah Jessica Parker in a scene from “And Just Like That ...”", - "category": "Television", - "link": "https://www.nytimes.com/2022/01/06/arts/television/and-just-like-that-recap-episode-6.html", - "creator": "Ali Trachta", - "pubDate": "Thu, 06 Jan 2022 10:00:08 +0000", + "title": "Clay Aiken, Former ‘American Idol’ Star, Announces Run for Congress", + "description": "Clay Aiken at the Metropolitan Opera New Year's Eve annual gala in 2018.", + "content": "Clay Aiken at the Metropolitan Opera New Year's Eve annual gala in 2018.", + "category": "Aiken, Clay", + "link": "https://www.nytimes.com/2022/01/10/us/clay-aiken-congress.html", + "creator": "Christine Hauser", + "pubDate": "Mon, 10 Jan 2022 20:57:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200122,17 +203950,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e383f134c1cb8b93caa98e83d595ab67", + "hash": "196f25ed4ca600a245b5790a00ea2edf", "highlights": [] }, { - "title": "One Year Later, Congress Weighs How to Memorialize Jan. 6 at the Capitol", - "description": "Multiple lawmakers have called for the preservation of items that were damaged during the riot.", - "content": "Multiple lawmakers have called for the preservation of items that were damaged during the riot.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2022/01/06/us/politics/jan-6-capitol-memorial.html", - "creator": "Emily Cochrane", - "pubDate": "Thu, 06 Jan 2022 10:00:11 +0000", + "title": "The N.F.L Coaches Fired So Far in 2022", + "description": "The Dolphins dismissed Brian Flores on Monday despite a 9-8 season, and a seven-game winning streak that nearly vaulted Miami into the playoffs.", + "content": "The Dolphins dismissed Brian Flores on Monday despite a 9-8 season, and a seven-game winning streak that nearly vaulted Miami into the playoffs.", + "category": "Football", + "link": "https://www.nytimes.com/2022/01/10/sports/football/nfl-coaches-fired.html", + "creator": "Ken Belson and Victor Mather", + "pubDate": "Mon, 10 Jan 2022 19:54:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200144,17 +203972,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b63465e7eaff86a8a014c7d324b5563", + "hash": "e3192373c202835ca9b1cd4a1c149b89", "highlights": [] }, { - "title": "Covid updates: Americans are resisting boosters, even as the U.S. expands eligibility.", - "description": " ", - "content": " ", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/06/world/omicron-covid-vaccine-tests", - "creator": "The New York Times", - "pubDate": "Thu, 06 Jan 2022 10:48:12 +0000", + "title": "Ex-Oklahoma Officer Is Sentenced in Killing of Daughter’s Boyfriend", + "description": "Former Tulsa Police Officer Shannon Kepler, right, left court at the Tulsa Federal Building in April, during his fifth trial in the killing of Jeremey Lake.", + "content": "Former Tulsa Police Officer Shannon Kepler, right, left court at the Tulsa Federal Building in April, during his fifth trial in the killing of Jeremey Lake.", + "category": "Murders, Attempted Murders and Homicides", + "link": "https://www.nytimes.com/2022/01/10/us/ex-officer-kills-boyfriend-oklahoma.html", + "creator": "Eduardo Medina", + "pubDate": "Mon, 10 Jan 2022 13:00:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200166,17 +203994,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d0c7bb82f10d086ab5be56f77d64b16", + "hash": "8c87c401bcd13627cc1b54fe1dfc8c3d", "highlights": [] }, { - "title": "Chicagoans Adjust to Closed Schools During Union Dispute", - "description": "Oscar DePriest Elementary School, part of Chicago’s public school system, was closed on Wednesday after the teachers’ union and the mayor’s administration could not agree on how to keep classrooms open.", - "content": "Oscar DePriest Elementary School, part of Chicago’s public school system, was closed on Wednesday after the teachers’ union and the mayor’s administration could not agree on how to keep classrooms open.", - "category": "Education (K-12)", - "link": "https://www.nytimes.com/2022/01/05/us/chicago-schools-close-teachers-union-child-care.html", - "creator": "Mitch Smith and Robert Chiarito", - "pubDate": "Thu, 06 Jan 2022 02:35:45 +0000", + "title": "Crashed Pilot Is Pulled to Safety Seconds Before Train Plows Through", + "description": "A still from bodycam footage shows a crashed plane moments before a train hit the wreckage in Los Angeles on Sunday.", + "content": "A still from bodycam footage shows a crashed plane moments before a train hit the wreckage in Los Angeles on Sunday.", + "category": "Aviation Accidents, Safety and Disasters", + "link": "https://www.nytimes.com/2022/01/10/us/train-hits-plane-la.html", + "creator": "Daniel Victor", + "pubDate": "Mon, 10 Jan 2022 17:24:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200188,17 +204016,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9cdb87bc004c6f53f1572b06aa4fbd01", + "hash": "747cc9ff35a48378fdd7037128c519e2", "highlights": [] }, { - "title": "Philadelphia House Fire Leaves 12 Dead, Including 8 Children", - "description": "Fire department vehicles parked outside the site of a house fire on Wednesday.", - "content": "Fire department vehicles parked outside the site of a house fire on Wednesday.", - "category": "Fires and Firefighters", - "link": "https://www.nytimes.com/2022/01/05/us/philadelphia-rowhouse-fire.html", - "creator": "Sophie Kasakove, Joel Wolfram and Campbell Robertson", - "pubDate": "Thu, 06 Jan 2022 02:57:12 +0000", + "title": "Even a 20-Second Exercise ‘Snack’ Can Improve Fitness", + "description": "As little as 20 seconds of brisk stair climbing, done several times a day, might be enough to increase aerobic fitness.", + "content": "As little as 20 seconds of brisk stair climbing, done several times a day, might be enough to increase aerobic fitness.", + "category": "Exercise", + "link": "https://www.nytimes.com/2019/01/23/well/move/20-second-exercise-fitness-interval-training.html", + "creator": "Gretchen Reynolds", + "pubDate": "Wed, 23 Jan 2019 10:00:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200210,17 +204038,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea43c58ffe95bd36eedd267ae253edca", + "hash": "c2e00f41890c03b3bd7103529bf0cbe4", "highlights": [] }, { - "title": "Philadelphia Rowhouse Fire: What We Know", - "description": "A rowhouse in the Philadelphia neighborhood of Fairmount was scorched by a deadly fire on Wednesday morning.", - "content": "A rowhouse in the Philadelphia neighborhood of Fairmount was scorched by a deadly fire on Wednesday morning.", - "category": "Fires and Firefighters", - "link": "https://www.nytimes.com/article/philadelphia-rowhouse-fire-fairmount.html", - "creator": "Jesus Jiménez", - "pubDate": "Thu, 06 Jan 2022 10:00:11 +0000", + "title": "Klay Thompson Returns to the Warriors", + "description": "Klay Thompson returned to the court on Sunday after two-plus seasons.", + "content": "Klay Thompson returned to the court on Sunday after two-plus seasons.", + "category": "Basketball", + "link": "https://www.nytimes.com/2022/01/10/sports/basketball/klay-thompson-return.html", + "creator": "Scott Cacciola", + "pubDate": "Mon, 10 Jan 2022 17:25:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200232,17 +204060,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3fb2b285a6be4269296490deed407ac", + "hash": "67b8d0c8ba9a255390c256f5a55e91b6", "highlights": [] }, { - "title": "A Fed Official’s 2020 Trade Drew Outcry. It Went Further Than First Disclosed.", - "description": "An amended financial disclosure showed that Richard H. Clarida sold shares when financial markets were plunging amid fears of the coronavirus.", - "content": "An amended financial disclosure showed that Richard H. Clarida sold shares when financial markets were plunging amid fears of the coronavirus.", - "category": "Ethics and Official Misconduct", - "link": "https://www.nytimes.com/2022/01/06/business/economy/richard-clarida-fed-stock-fund.html", - "creator": "Jeanna Smialek", - "pubDate": "Thu, 06 Jan 2022 10:00:13 +0000", + "title": "The Tao of the Yeezy Gap x Balenciaga Project", + "description": "No products have been announced yet, but there’s already a lot to unpack.", + "content": "No products have been announced yet, but there’s already a lot to unpack.", + "category": "Fashion and Apparel", + "link": "https://www.nytimes.com/2022/01/07/style/yeezy-gap-balenciaga.html", + "creator": "Vanessa Friedman", + "pubDate": "Fri, 07 Jan 2022 18:52:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200254,17 +204082,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "574cb8b1517beca383a95f566fbc9445", + "hash": "dbbd28c2a22363255ca71e5812b78ee3", "highlights": [] }, { - "title": "They Screamed, We Screamed. Now They’re in ‘Scream’ Again.", - "description": "From left: Neve Campbell, David Arquette and Courteney Cox are back for another go at “Scream.”", - "content": "From left: Neve Campbell, David Arquette and Courteney Cox are back for another go at “Scream.”", - "category": "Movies", - "link": "https://www.nytimes.com/2022/01/05/movies/scream-courteney-cox-david-arquette-neve-campbell.html", - "creator": "Dave Itzkoff", - "pubDate": "Wed, 05 Jan 2022 10:00:26 +0000", + "title": "What’s on TV This Week: ‘Ailey’ and ‘Somebody Somewhere’", + "description": "Alvin Ailey, as seen in “American Masters: Ailey.”", + "content": "Alvin Ailey, as seen in “American Masters: Ailey.”", + "category": "Television", + "link": "https://www.nytimes.com/2022/01/10/arts/television/whats-on-tv-this-week-ailey-and-somebody-somewhere.html", + "creator": "Gabe Cohn", + "pubDate": "Mon, 10 Jan 2022 06:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200276,17 +204104,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "10af6cc083118c445caf7c99a820f432", + "hash": "0b2b90128d61f64760929ef538d196d9", "highlights": [] }, { - "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": "Can My Dog and I Be Forced to Use the Service Elevator?", + "description": "Most apartment owners are subject to the house rules, which a board can change. But some rules are not always enforceable.", + "content": "Most apartment owners are subject to the house rules, which a board can change. But some rules are not always enforceable.", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2022/01/08/realestate/can-my-condo-make-me-use-the-service-elevator-when-im-with-my-dog.html", + "creator": "Ronda Kaysen", + "pubDate": "Sat, 08 Jan 2022 15:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200298,17 +204126,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c0b909a8dd971ddd68b3251994f8f77", + "hash": "8e2fe54679445c6efe84a849da504a84", "highlights": [] }, { - "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", + "title": "Manchin’s Choice on Build Back Better: Mine Workers or Mine Owners", + "description": "The social policy and climate bill has passed the House, but Senator Joe Manchin III’s opposition has stopped the measure in the Senate.", + "content": "The social policy and climate bill has passed the House, but Senator Joe Manchin III’s opposition has stopped the measure in the Senate.", + "category": "Manchin, Joe III", + "link": "https://www.nytimes.com/2022/01/10/us/politics/manchin-coal-miners.html", + "creator": "Jonathan Weisman", + "pubDate": "Mon, 10 Jan 2022 10:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200320,17 +204148,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5cb6b0052afcaefbb36aaf44cfdd95d2", + "hash": "1b074c4e974f9e99f3e3aeac68ddc90a", "highlights": [] }, { - "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", + "title": "Biden Comes Out Swinging Against Republicans as His Agenda Stalls", + "description": "For some of President Biden’s Democratic allies, the change in tone is a welcome shift.", + "content": "For some of President Biden’s Democratic allies, the change in tone is a welcome shift.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/09/us/politics/biden-republicans-agenda.html", + "creator": "Michael D. Shear", + "pubDate": "Sun, 09 Jan 2022 20:35:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200342,17 +204170,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8298bc37fee84b93cbde59af5a9121f", + "hash": "63319d35b0f109c205c9bb7fe1ac490b", "highlights": [] }, { - "title": "Biden Warns That Democracy Is at Risk in Jan. 6 Speech", - "description": "President Biden is expected to warn that democracy is at risk. Follow our coverage of today’s events.", - "content": "President Biden is expected to warn that democracy is at risk. Follow our coverage of today’s events.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/06/us/jan-6-capitol-riot", - "creator": "The New York Times", - "pubDate": "Thu, 06 Jan 2022 14:24:37 +0000", + "title": "Alabama vs. Georgia: What to Watch in the National Championship Game", + "description": "Fans posing in front of a sign in downtown Indianapolis promoting the national championship game between Alabama and Georgia.", + "content": "Fans posing in front of a sign in downtown Indianapolis promoting the national championship game between Alabama and Georgia.", + "category": "Football (College)", + "link": "https://www.nytimes.com/2022/01/10/sports/ncaafootball/alabama-georgia-championship-watch.html", + "creator": "Alanis Thames", + "pubDate": "Mon, 10 Jan 2022 05:01:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200364,17 +204192,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c5463298548fcd58fa172f520c60e8c2", + "hash": "dc9a7bb925dc2cd50a06e5ff95c47d74", "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", + "title": "Former ‘American Idol’ Star Clay Aiken Announces Run for Congress", + "description": "Clay Aiken at the Metropolitan Opera New Year's Eve annual gala in 2018.", + "content": "Clay Aiken at the Metropolitan Opera New Year's Eve annual gala in 2018.", + "category": "Aiken, Clay", + "link": "https://www.nytimes.com/2022/01/10/us/clay-aiken-congress.html", + "creator": "Christine Hauser", + "pubDate": "Mon, 10 Jan 2022 19:32:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200386,17 +204214,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7413cfd2a2a7c805ba23bfb43cb98bb9", + "hash": "f643734ce3216e4417b756d39cef4528", "highlights": [] }, { - "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", + "title": "Bob Saget, Comic Who Portrayed Danny Tanner on ‘Full House,’ Dies at 65", + "description": "In contrast to his squeaky-clean image on “Full House” and “America’s Funniest Home Videos,” Bob Saget delighted in raunchy, profanity-laden stand-up routines.", + "content": "In contrast to his squeaky-clean image on “Full House” and “America’s Funniest Home Videos,” Bob Saget delighted in raunchy, profanity-laden stand-up routines.", + "category": "Deaths (Obituaries)", + "link": "https://www.nytimes.com/2022/01/09/arts/television/bob-saget-dead.html", + "creator": "Jesus Jiménez and Alan Yuhas", + "pubDate": "Mon, 10 Jan 2022 05:12:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200408,17 +204236,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "112dd56af57a618a5000401668eee117", + "hash": "3342f7f68b774eef8b19ddcff9b47d36", "highlights": [] }, { - "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", + "title": "Steve Bannon Is Onto Something", + "description": "An election worker in Port Orchard, Wash., on Nov. 3, 2020.", + "content": "An election worker in Port Orchard, Wash., on Nov. 3, 2020.", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2022/01/09/opinion/trump-bannon-trumpism-democracy.html", + "creator": "Ezra Klein", + "pubDate": "Sun, 09 Jan 2022 16:21:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200430,17 +204258,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "477f8e282c0c83d4ee5422793f1bab44", + "hash": "20db8b644e20a7f0e0586a52a97ea4f8", "highlights": [] }, { - "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/cuomo-charges.html", - "creator": "Luis Ferré-Sadurní and Grace Ashford", - "pubDate": "Tue, 04 Jan 2022 23:51:05 +0000", + "title": "‘A Sad State of Affairs’ for Mental Health in America", + "description": "“I believe I will be helping people navigate the effects of the pandemic for the rest of my career,” said Leah Seeger, a marriage and family therapist in Minneapolis.", + "content": "“I believe I will be helping people navigate the effects of the pandemic for the rest of my career,” said Leah Seeger, a marriage and family therapist in Minneapolis.", + "category": "Mental Health and Disorders", + "link": "https://www.nytimes.com/2022/01/09/opinion/letters/mental-health-covid.html", + "creator": "", + "pubDate": "Sun, 09 Jan 2022 16:30:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200452,17 +204280,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3775af427a09ddb11b05e33d29f81c07", + "hash": "f5a86cec1b85ae5a937668284f8d3bc1", "highlights": [] }, { - "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", + "title": "U.S. Greenhouse Gas Emissions Bounced Back Sharply in 2021", + "description": "Traffic on the Williamsburg Bridge in Manhattan last year. Transportation emissions, the nation’s largest source of greenhouse gases, rose 10 percent in 2021.", + "content": "Traffic on the Williamsburg Bridge in Manhattan last year. Transportation emissions, the nation’s largest source of greenhouse gases, rose 10 percent in 2021.", + "category": "Greenhouse Gas Emissions", + "link": "https://www.nytimes.com/2022/01/10/climate/emissions-pandemic-rebound.html", + "creator": "Brad Plumer", + "pubDate": "Mon, 10 Jan 2022 13:46:37 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200474,17 +204302,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "59aa47224c4dbcb667a231ae00550d10", + "hash": "ee550fe824799234a0302da931ee5742", "highlights": [] }, { - "title": "Washington Marks Anniversary of Jan. 6 Attack on Capitol", - "description": "President Biden is expected to warn that democracy is at risk. Follow our coverage of today’s events.", - "content": "President Biden is expected to warn that democracy is at risk. Follow our coverage of today’s events.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/06/us/jan-6-capitol-riot", - "creator": "The New York Times", - "pubDate": "Thu, 06 Jan 2022 12:30:22 +0000", + "title": "Famed White Cliffs of Sicily Are Defaced in an Act of Vandalism", + "description": "The Scala dei Turchi in Realmonte, Italy, on Saturday, before the cleanup.", + "content": "The Scala dei Turchi in Realmonte, Italy, on Saturday, before the cleanup.", + "category": "Vandalism", + "link": "https://www.nytimes.com/2022/01/10/world/europe/famed-white-cliffs-of-sicily-are-defaced-in-an-act-of-vandalism.html", + "creator": "Elisabetta Povoledo", + "pubDate": "Mon, 10 Jan 2022 17:45:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200496,17 +204324,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c90108cd62866f1606746716a8fe0e43", + "hash": "919375a6df4442fe636d6b304c29966b", "highlights": [] }, { - "title": "Jan. 6, Part 2: Liz Cheney’s Battle Against the Big Lie", - "description": "“If you’re just going to get elected to office to say you’re in office, but when the chips are down you’re unwilling to do that you know is right, that creates the potential that the system can unravel,” Liz Cheney said on today’s episode.", - "content": "“If you’re just going to get elected to office to say you’re in office, but when the chips are down you’re unwilling to do that you know is right, that creates the potential that the system can unravel,” Liz Cheney said on today’s episode.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/06/podcasts/the-daily/cheney-trump-gop-jan-6.html", - "creator": "Michael Barbaro, Jessica Cheung, Rob Szypko, Rachel Quester, Eric Krupke, Diana Nguyen, Lisa Tobin, Chelsea Daniel, Marion Lozano and Corey Schreppel", - "pubDate": "Thu, 06 Jan 2022 11:00:08 +0000", + "title": "Stocks fall again, extending their losses as bond yields edge higher.", + "description": "", + "content": "", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/10/business/stock-market-economy-news/stocks-fall-again-extending-their-losses-as-bond-yields-edge-higher", + "creator": "", + "pubDate": "Mon, 10 Jan 2022 14:48:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200518,17 +204346,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2e9d81bfe43598f4557414aed0a41d8", + "hash": "a9eeb0a6e368a5670ee01a487320d662", "highlights": [] }, { - "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", + "title": "Business Updates: Take-Two to Buy Zynga, a Union of Top Game Makers", + "description": "Bad weather and staff shortages are still a problem. But airlines are also trying to deal with the traditional slowdown in travel in January.", + "content": "Bad weather and staff shortages are still a problem. But airlines are also trying to deal with the traditional slowdown in travel in January.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/10/business/stock-market-economy-news", + "creator": "The New York Times", + "pubDate": "Mon, 10 Jan 2022 17:29:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200540,17 +204368,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b998330bfe207fb4b960cb088e854609", + "hash": "fc50a2436d657f605290095feaf6d995", "highlights": [] }, { - "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", + "title": "Russian Troops Will Stay to Finish Job in Kazakhstan, Putin Says", + "description": "President Vladimir V. Putin of Russia joined a meeting of the Collective Security Treaty Organization, a body akin to NATO, via video conference on Monday.", + "content": "President Vladimir V. Putin of Russia joined a meeting of the Collective Security Treaty Organization, a body akin to NATO, via video conference on Monday.", + "category": "Defense and Military Forces", + "link": "https://www.nytimes.com/2022/01/10/world/europe/putin-russia-kazakhstan.html", + "creator": "Valerie Hopkins", + "pubDate": "Mon, 10 Jan 2022 13:18:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200562,17 +204390,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc07070e31aaa28664dcc58f5be6391d", + "hash": "e2c25e8c8ca6b546077e0acb5b0e3b70", "highlights": [] }, { - "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", + "title": "In Myanmar, Aung San Suu Kyi Sentenced to 4 More Years", + "description": "Daw Aung San Suu Kyi in 2015. She was sentenced in Myanmar on Monday to four years in prison for possessing walkie-talkies in her home and for violating Covid-19 protocols.", + "content": "Daw Aung San Suu Kyi in 2015. She was sentenced in Myanmar on Monday to four years in prison for possessing walkie-talkies in her home and for violating Covid-19 protocols.", + "category": "Aung San Suu Kyi", + "link": "https://www.nytimes.com/2022/01/10/world/asia/myanmar-aung-san-suu-kyi-verdict.html", + "creator": "Richard C. Paddock", + "pubDate": "Mon, 10 Jan 2022 09:11:48 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200584,17 +204412,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "85fa0305cf7435eb6bf7afe1e6046fff", + "hash": "83227d47f16282526e0d93d572a90d3d", "highlights": [] }, { - "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", + "title": "Symone Sanders, a Strategist for Biden and Harris, Is Joining MSNBC", + "description": "Ms. Sanders is the most prominent member of the Biden White House to shift from politics into a full-time job in the news media.", + "content": "Ms. Sanders is the most prominent member of the Biden White House to shift from politics into a full-time job in the news media.", + "category": "News and News Media", + "link": "https://www.nytimes.com/2022/01/10/business/media/symone-sanders-msnbc.html", + "creator": "Michael M. Grynbaum", + "pubDate": "Mon, 10 Jan 2022 15:01:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200606,17 +204434,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "93f34f7ea00d85a4b37e2dc4ab78e187", + "hash": "95431c972395ec4fc0235ba78b1f783b", "highlights": [] }, { - "title": "Can Exercise Make You More Creative?", - "description": "To spur innovation and ideas, try taking a walk.", - "content": "To spur innovation and ideas, try taking a walk.", - "category": "Exercise", - "link": "https://www.nytimes.com/2021/02/03/well/exercise-creativity.html", - "creator": "Gretchen Reynolds", - "pubDate": "Fri, 05 Feb 2021 14:46:33 +0000", + "title": "Jim Jordan Refuses to Cooperate With Jan. 6 Panel", + "description": "Representative Jim Jordan, Republican of Ohio, was deeply involved in President Donald J. Trump’s effort to fight the 2020 election results.", + "content": "Representative Jim Jordan, Republican of Ohio, was deeply involved in President Donald J. Trump’s effort to fight the 2020 election results.", + "category": "Jordan, Jim (1964- )", + "link": "https://www.nytimes.com/2022/01/09/us/politics/jim-jordan-jan-6-panel.html", + "creator": "Luke Broadwater", + "pubDate": "Mon, 10 Jan 2022 02:10:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200628,17 +204456,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "957027227c08e8ff62ceaee73f74ec4f", + "hash": "51492b47ae2c57cd28a7181865fa2afe", "highlights": [] }, { - "title": "Dozens Reported Killed in Kazakhstan as Russian Alliance Sends Troops", - "description": "The deployment of soldiers from countries allied with Russia came after a night of violent protests swept Kazakhstan’s cities. Here’s the latest on the crisis.", - "content": "The deployment of soldiers from countries allied with Russia came after a night of violent protests swept Kazakhstan’s cities. Here’s the latest on the crisis.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/06/world/kazakhstan-protests", - "creator": "The New York Times", - "pubDate": "Thu, 06 Jan 2022 12:30:22 +0000", + "title": "‘People Need to Be Reminded About Flu’", + "description": "Vaccinations at a nursing home in Manhattan. According to the C.D.C., only 11 percent of seniors had received a flu shot by last October.", + "content": "Vaccinations at a nursing home in Manhattan. According to the C.D.C., only 11 percent of seniors had received a flu shot by last October.", + "category": "your-feed-science", + "link": "https://www.nytimes.com/2022/01/10/health/influenza-vaccines-elderly.html", + "creator": "Paula Span", + "pubDate": "Mon, 10 Jan 2022 16:38:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200650,17 +204478,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "56dcac5137acb8ddf08110450af2c1e8", + "hash": "5e26f3b3ccae542a093fd85a6aed6b92", "highlights": [] }, { - "title": "To Reach South Korea, He Risked His Life. To Leave It, He Did It Again.", - "description": "South Korean soldiers at the Demilitarized Zone, the heavily fortified buffer zone along the border with North Korea. ", - "content": "South Korean soldiers at the Demilitarized Zone, the heavily fortified buffer zone along the border with North Korea. ", - "category": "Korean Demilitarized Zone", - "link": "https://www.nytimes.com/2022/01/06/world/asia/north-korea-defector-dmz.html", - "creator": "Choe Sang-Hun", - "pubDate": "Thu, 06 Jan 2022 08:18:54 +0000", + "title": "Raiders Beat Chargers to Claim Playoff Spot", + "description": "Raiders quarterback Derek Carr finished with 186 passing yards and two touchdowns against the Chargers.", + "content": "Raiders quarterback Derek Carr finished with 186 passing yards and two touchdowns against the Chargers.", + "category": "Football", + "link": "https://www.nytimes.com/2022/01/10/sports/football/raiders-chargers-score-overtime.html", + "creator": "Emmanuel Morgan", + "pubDate": "Mon, 10 Jan 2022 14:57:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200672,17 +204500,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "409a59ef269c64fd32d40efd8b22d4d3", + "hash": "104c37fc2d2a1143b7dda75c00fc890b", "highlights": [] }, { - "title": "Michael Carvajal Is Resigning After Rocky Tenure", - "description": "Michael Carvajal’s tenure as director of the Federal Bureau of Prisons has been marked by crises including a string of inmate deaths, escapes and employee misconduct.", - "content": "Michael Carvajal’s tenure as director of the Federal Bureau of Prisons has been marked by crises including a string of inmate deaths, escapes and employee misconduct.", - "category": "Prisons and Prisoners", - "link": "https://www.nytimes.com/2022/01/05/us/politics/michael-carvajal-resigns-prisons.html", - "creator": "Katie Benner", - "pubDate": "Thu, 06 Jan 2022 02:54:57 +0000", + "title": "Dress Shoppe II, East Villag Indian Boutique Is Closing", + "description": "Saroj Goyal and her husband opened Dress Shoppe II in 1977.", + "content": "Saroj Goyal and her husband opened Dress Shoppe II in 1977.", + "category": "Dress Shoppe II (Manhattan, NY, Retailer)", + "link": "https://www.nytimes.com/2022/01/10/style/dress-shoppe-east-village.html", + "creator": "Anna P. Kambhampaty", + "pubDate": "Mon, 10 Jan 2022 10:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200694,17 +204522,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9aa8c9d39a09885a123da0baae3018ab", + "hash": "d0d6513079b4fdbd468d250afe6f6e5d", "highlights": [] }, { - "title": "Italy Proposal to Add Female Statue to Square of Men Stirs Debate", - "description": "Statues on the canal at the Prato della Valle square in Padua in 2017. The sculptures depict illustrious historical figures with strong ties to the northern Italian city.", - "content": "Statues on the canal at the Prato della Valle square in Padua in 2017. The sculptures depict illustrious historical figures with strong ties to the northern Italian city.", - "category": "Discrimination", - "link": "https://www.nytimes.com/2022/01/05/world/europe/italy-female-statue-padua-prato-della-valle.html", - "creator": "Elisabetta Povoledo", - "pubDate": "Wed, 05 Jan 2022 23:11:59 +0000", + "title": "Turkey Chili and Biscuits for an Easy Weeknight Dinner", + "description": "Golden cornmeal biscuits stay tender on the bottom and crisp on the top in this easy one-pot chili recipe.", + "content": "Golden cornmeal biscuits stay tender on the bottom and crisp on the top in this easy one-pot chili recipe.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2022/01/07/dining/skillet-turkey-chili.html", + "creator": "Melissa Clark", + "pubDate": "Fri, 07 Jan 2022 18:37:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200716,17 +204544,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "73293605a7e512edf735e0a9706cbaa0", + "hash": "7733915360e872a8bd3e14257338e723", "highlights": [] }, { - "title": "Biden to Warn Democracy Is at Risk, a Year After the Capitol Riot", - "description": "President Biden and other Democratic leaders plan speeches, discussions and a candlelight vigil to mark the day.", - "content": "President Biden and other Democratic leaders plan speeches, discussions and a candlelight vigil to mark the day.", - "category": "Biden, Joseph R Jr", - "link": "https://www.nytimes.com/2022/01/06/us/politics/biden-speech-january-6.html", - "creator": "Peter Baker", - "pubDate": "Thu, 06 Jan 2022 10:30:06 +0000", + "title": "‘I Woke Up to Find My Girlfriend Sitting on the Edge of the Bed’", + "description": "Trouble getting out the door on a Sunday, a Crosby Street crowd and more reader tales of New York City in this week’s Metropolitan Diary.", + "content": "Trouble getting out the door on a Sunday, a Crosby Street crowd 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/09/nyregion/metropolitan-diary.html", + "creator": "", + "pubDate": "Sun, 09 Jan 2022 08:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200738,17 +204566,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1cb059319817847bd24113377890c013", + "hash": "5b33bbd1bb4ea3e79d94e12413334d7b", "highlights": [] }, { - "title": "Dozens Reported Dead in Kazakhstan, as Russian Alliance Sends Troops", - "description": "Smoke rising from the city hall building in Almaty, Kazakhstan’s biggest city, during a protest on Wednesday.", - "content": "Smoke rising from the city hall building in Almaty, Kazakhstan’s biggest city, during a protest on Wednesday.", - "category": "Demonstrations, Protests and Riots", - "link": "https://www.nytimes.com/2022/01/06/world/asia/kazakhstan-protests.html", - "creator": "Ivan Nechepurenko", - "pubDate": "Thu, 06 Jan 2022 08:45:49 +0000", + "title": "For Karla Knight, Paranormal Is Normal", + "description": "An interview with the mystically inclined artist, who shares the interests of Hilma af Klint and Agnes Pelton.", + "content": "An interview with the mystically inclined artist, who shares the interests of Hilma af Klint and Agnes Pelton.", + "category": "Art", + "link": "https://www.nytimes.com/2022/01/05/arts/design/karla-knight-navigator-aldrich-museum.html", + "creator": "Karen Rosenberg", + "pubDate": "Thu, 06 Jan 2022 04:52:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200760,17 +204588,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6123d3e7b5acf6d0dce08edd6f82535e", + "hash": "d461b2cf5faf88bd1225c011da2de783", "highlights": [] }, { - "title": "The New Year Begins", - "description": "Let’s hear it for achievable goals.", - "content": "Let’s hear it for achievable goals.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2022/01/05/at-home/newsletter.html", - "creator": "Melissa Kirsch", - "pubDate": "Wed, 05 Jan 2022 22:57:40 +0000", + "title": "A Gothic Novel Haunted by Nine Lives Over Nine Decades", + "description": "In “Luckenbooth,” Jenni Fagan traces the strange, fantastical stories of artists, vagabonds, dreamers and mystics in a single tenement.", + "content": "In “Luckenbooth,” Jenni Fagan traces the strange, fantastical stories of artists, vagabonds, dreamers and mystics in a single tenement.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2022/01/04/books/review/jenni-fagan-luckenbooth.html", + "creator": "Lauren Beukes", + "pubDate": "Tue, 04 Jan 2022 18:54:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200782,17 +204610,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "17823b53c9e1cc3fefd52d20f5f56b83", + "hash": "91e4b58efbb6c99e684c8bdbdda641f3", "highlights": [] }, { - "title": "Chicago, Capitol Riot, ‘Scream’: Your Wednesday Evening Briefing", - "description": "A closed elementary school in Chicago on Wednesday.", - "content": "A closed elementary school in Chicago on Wednesday.", + "title": "American and Russian Diplomats Meet in a Bid to Avert War in Ukraine", + "description": "U.S. and Russian officials met for what could become a pivotal day of diplomacy as the West scrambled to head off possible Russian military action in Ukraine. The talks will revolve around the demands for “security guarantees” from the West that the Kremlin made last year. Here’s the latest on the crisis.", + "content": "U.S. and Russian officials met for what could become a pivotal day of diplomacy as the West scrambled to head off possible Russian military action in Ukraine. The talks will revolve around the demands for “security guarantees” from the West that the Kremlin made last year. Here’s the latest on the crisis.", "category": "", - "link": "https://www.nytimes.com/2022/01/05/briefing/chicago-capitol-riot-scream.html", - "creator": "Remy Tumin", - "pubDate": "Wed, 05 Jan 2022 23:08:33 +0000", + "link": "https://www.nytimes.com/live/2022/01/10/world/russia-us-ukraine-talks", + "creator": "The New York Times", + "pubDate": "Mon, 10 Jan 2022 14:11:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200804,17 +204632,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "96fd39cb64813bcea8f850087525170b", + "hash": "fb459d212d1371bbd0b6a9c0aad4b2fc", "highlights": [] }, { - "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", + "title": "U.S. and Russia Will Discuss European Security, but Without Europeans", + "description": "Ukrainian reservists taking part in a military exercise last month near Kyiv, Ukraine.", + "content": "Ukrainian reservists taking part in a military exercise last month near Kyiv, Ukraine.", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2022/01/10/world/europe/us-russia-europe-ukraine-nato.html", + "creator": "Steven Erlanger", + "pubDate": "Mon, 10 Jan 2022 08:51:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200826,17 +204654,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "57b141d3015114071973b19d83400bee", + "hash": "4b0010cce4d93874e9b298e0fdb85288", "highlights": [] }, { - "title": "‘Lost & Found’ Ponders Profound Grief Alongside Newfound Love", - "description": "Kathryn Schulz’s memoir places the totalizing experience of loss on a continuum with the summons of romantic and even religious love.", - "content": "Kathryn Schulz’s memoir places the totalizing experience of loss on a continuum with the summons of romantic and even religious love.", - "category": "Schulz, Kathryn", - "link": "https://www.nytimes.com/2022/01/04/books/review-lost-found-kathryn-schulz-memoir.html", - "creator": "Alexandra Jacobs", - "pubDate": "Tue, 04 Jan 2022 20:12:44 +0000", + "title": "U.S.-Russia Talks Have Echoes of the Cold War", + "description": "Russian tactical combat exercises in the Rostov region, east of Ukraine, in December.", + "content": "Russian tactical combat exercises in the Rostov region, east of Ukraine, in December.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2022/01/10/world/europe/us-russia-cold-war-ukraine.html", + "creator": "David E. Sanger", + "pubDate": "Mon, 10 Jan 2022 13:58:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200848,17 +204676,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea22ad32e154ac17d32681ca25624b57", + "hash": "b507424ccfbf52abbdea07bd798fe1a8", "highlights": [] }, { - "title": "Marriage Proposal Ideas: How Couples Who Wed in 2021 Proposed", - "description": "Some of our favorite ways that couples who wed in 2021 said, “Will you marry me?”", - "content": "Some of our favorite ways that couples who wed in 2021 said, “Will you marry me?”", - "category": "Weddings and Engagements", - "link": "https://www.nytimes.com/2022/01/05/fashion/weddings/marriage-proposal-ideas.html", - "creator": "Vincent M. Mallozzi", - "pubDate": "Wed, 05 Jan 2022 10:00:26 +0000", + "title": "Door in Bronx Building May Have Let Fire Spread, Mayor Says", + "description": "Officials are investigating if a “maintenance issue” with an apartment door may have allowed the blaze to spread, Mayor Eric Adams said. Here’s the latest.", + "content": "Officials are investigating if a “maintenance issue” with an apartment door may have allowed the blaze to spread, Mayor Eric Adams said. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/10/nyregion/bronx-fire-nyc", + "creator": "The New York Times", + "pubDate": "Mon, 10 Jan 2022 14:11:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200870,17 +204698,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aea396963ebc9131ab1cd0c59a765864", + "hash": "f9ff3f48a30b972d3431cb63e54aa6a5", "highlights": [] }, { - "title": "Take a Look at the Inspirations Behind ‘The Witcher’", - "description": "The showrunner of the wildly popular Netflix fantasy series offers a tour through the images and themes that have guided her.", - "content": "The showrunner of the wildly popular Netflix fantasy series offers a tour through the images and themes that have guided her.", - "category": "Television", - "link": "https://www.nytimes.com/2022/01/04/arts/television/witcher-netflix-lauren-schmidt-hissrich.html", - "creator": "Elisabeth Vincentelli", - "pubDate": "Tue, 04 Jan 2022 14:35:32 +0000", + "title": "What We Know About the Bronx Apartment Building Fire", + "description": "About 200 firefighters responded to a fire in a high-rise building in the Bronx on Sunday. ", + "content": "About 200 firefighters responded to a fire in a high-rise building in the Bronx on Sunday. ", + "category": "Fires and Firefighters", + "link": "https://www.nytimes.com/article/deadly-bronx-apartment-fire.html", + "creator": "Christine Chung", + "pubDate": "Mon, 10 Jan 2022 13:00:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200892,17 +204720,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c88325af872b0ce437b410e7cc3861a", + "hash": "b28214862bcf71f0db6272ba1ee5cf80", "highlights": [] }, { - "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", + "title": "Anti-Vaccine Protesters Rally in Europe as Restrictions Tighten", + "description": "Germany braced for demonstrations after thousands took to the streets in France and Austria to oppose tougher rules. Here’s the latest pandemic news.", + "content": "Germany braced for demonstrations after thousands took to the streets in France and Austria to oppose tougher rules. Here’s the latest pandemic news.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/10/world/omicron-covid-testing-vaccines", + "creator": "The New York Times", + "pubDate": "Mon, 10 Jan 2022 14:11:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200914,17 +204742,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c05936b867917a2d4810907894c3f2d6", + "hash": "8b51c5222a92c90a1dcf66cb3509415a", "highlights": [] }, { - "title": "Jan. 6 Assault Still Casts Pall Over Capitol and Its Occupants", - "description": "The attempt by a violent mob to interfere with a basic democratic task has left a stain on the institution and a strain on relationships.", - "content": "The attempt by a violent mob to interfere with a basic democratic task has left a stain on the institution and a strain on relationships.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/05/us/politics/jan-6-attack-capitol-lawmakers.html", - "creator": "Carl Hulse", - "pubDate": "Thu, 06 Jan 2022 00:28:30 +0000", + "title": "Uganda Reopens Schools After World’s Longest Covid Shutdown", + "description": "Children back in class at Kitante Primary School in Kampala, Uganda, on Monday.", + "content": "Children back in class at Kitante Primary School in Kampala, Uganda, on Monday.", + "category": "Uganda", + "link": "https://www.nytimes.com/2022/01/10/world/africa/uganda-schools-reopen.html", + "creator": "Musinguzi Blanshe and Abdi Latif Dahir", + "pubDate": "Mon, 10 Jan 2022 14:32:32 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200936,17 +204764,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "79f964aa286eae3b3992e0116ed05711", + "hash": "5e7a76c0937ef52477474e807869aa2e", "highlights": [] }, { - "title": "Merrick Garland Vows to Pursue Jan. 6 Inquiry ‘at Any Level’", - "description": "The remarks from Attorney General Merrick B. Garland appeared to be a response to critics who have pressured him to say more about the Justice Department’s inquiry.", - "content": "The remarks from Attorney General Merrick B. Garland appeared to be a response to critics who have pressured him to say more about the Justice Department’s inquiry.", - "category": "Garland, Merrick B", - "link": "https://www.nytimes.com/2022/01/05/us/politics/merrick-garland-jan-6-investigation.html", - "creator": "Katie Benner", - "pubDate": "Wed, 05 Jan 2022 21:57:58 +0000", + "title": "2021 Was Earth’s Fifth-Hottest Year, Scientists Say", + "description": "Wildfires near Lytton, British Columbia, in July. The temperature in the town hit 121 degrees Fahrenheit in June, a Canadian record.", + "content": "Wildfires near Lytton, British Columbia, in July. The temperature in the town hit 121 degrees Fahrenheit in June, a Canadian record.", + "category": "European Center for Medium-Range Weather Forecasts", + "link": "https://www.nytimes.com/2022/01/10/climate/2021-hottest-year.html", + "creator": "Raymond Zhong", + "pubDate": "Mon, 10 Jan 2022 14:43:57 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200958,17 +204786,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dca7d093eea7cf7951a6dfb0060e00f1", + "hash": "688be51f9ed9235fb05ab6162b2d3c98", "highlights": [] }, { - "title": "Right-Wing Calls to Celebrate Jan. 6 Anniversary Draw a Muted Response", - "description": "Trump supporters climbed the walls of the U.S. Capitol on Jan. 6, 2021.", - "content": "Trump supporters climbed the walls of the U.S. Capitol on Jan. 6, 2021.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2022/01/05/technology/jan-6-anniversary-social-media.html", - "creator": "Sheera Frenkel and Ryan Mac", - "pubDate": "Wed, 05 Jan 2022 22:48:23 +0000", + "title": "What We Learned From Week 18 in the N.F.L.", + "description": "Ambry Thomas’s interception of a Matthew Stafford pass sealed the San Francisco 49ers’ 27-24 win over the Los Angeles Rams. The 49ers claimed the N.F.C.’s final playoff berth with the victory. ", + "content": "Ambry Thomas’s interception of a Matthew Stafford pass sealed the San Francisco 49ers’ 27-24 win over the Los Angeles Rams. The 49ers claimed the N.F.C.’s final playoff berth with the victory. ", + "category": "Football", + "link": "https://www.nytimes.com/2022/01/09/sports/football/nfl-week-18-scores.html", + "creator": "Tyler Dunne", + "pubDate": "Mon, 10 Jan 2022 14:33:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -200980,17 +204808,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d7d3c4b329a70a1ea532fa2ed68ea01", + "hash": "de4289374f0c2fdbde67efb2f065013b", "highlights": [] }, { - "title": "Emerging Data Raise Questions About Antigen Tests and Nasal Swabs", - "description": "Rapid antigen Covid test kits at Miami International Airport on Tuesday.", - "content": "Rapid antigen Covid test kits at Miami International Airport on Tuesday.", - "category": "your-feed-science", - "link": "https://www.nytimes.com/2022/01/05/health/covid-rapid-test-omicron-detection.html", - "creator": "Emily Anthes and Christina Jewett", - "pubDate": "Thu, 06 Jan 2022 00:56:50 +0000", + "title": "Carl Bernstein’s Eulogy for the Newspaper Business", + "description": "Carl Bernstein and Bob Woodward, 1973.", + "content": "Carl Bernstein and Bob Woodward, 1973.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2022/01/07/books/review/carl-bernstein-chasing-history.html", + "creator": "Jill Abramson", + "pubDate": "Fri, 07 Jan 2022 20:51:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201002,17 +204830,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6dd50726b972d558075004ec9d3590af", + "hash": "79fc2ff0b6754651194a1e81801fdfd5", "highlights": [] }, { - "title": "Governor Hochul says she supports making to-go drinks legal in New York.", - "description": "New York’s governor wants to permanently legalize the sale of alcohol to go from restaurants and bars.", - "content": "New York’s governor wants to permanently legalize the sale of alcohol to go from restaurants and bars.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/05/world/omicron-covid-vaccine-tests/governor-hochul-says-she-supports-making-to-go-drinks-legal-in-new-york", - "creator": "Azi Paybarah", - "pubDate": "Thu, 06 Jan 2022 00:24:47 +0000", + "title": "As an ER Doctor, I Fear Health Care Collapse More Than Omicron", + "description": "The Emergency Department at New York Presbyterian/Columbia University Medical Center in New York, NY.", + "content": "The Emergency Department at New York Presbyterian/Columbia University Medical Center in New York, NY.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2022/01/10/opinion/omicron-covid-er.html", + "creator": "Craig Spencer", + "pubDate": "Mon, 10 Jan 2022 10:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201024,17 +204852,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3eb195b15ef3a09e98a25f6d3a4d7841", + "hash": "e1331b47533b8f483a786e9bdc65dfaf", "highlights": [] }, { - "title": "Kyrie Irving Returns to Court After Refusing To Be Vaccinated", - "description": "Brooklyn Nets' Kyrie Irving shoots before the team's game against the Indiana Pacers.", - "content": "Brooklyn Nets' Kyrie Irving shoots before the team's game against the Indiana Pacers.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2022/01/05/sports/kyrie-irving-nets-pacers-vaccine.html", - "creator": "Sopan Deb", - "pubDate": "Thu, 06 Jan 2022 01:48:15 +0000", + "title": "What if Work Were a Video Game?", + "description": "Xbox head Phil Spencer discusses how the gaming industry is already peeking into the metaverse with avatars, virtual worlds and online economies.", + "content": "Xbox head Phil Spencer discusses how the gaming industry is already peeking into the metaverse with avatars, virtual worlds and online economies.", + "category": "audio-neutral-informative", + "link": "https://www.nytimes.com/2022/01/10/opinion/sway-kara-swisher-phil-spencer.html", + "creator": "‘Sway’", + "pubDate": "Mon, 10 Jan 2022 10:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201046,17 +204874,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a5785cfc22d79fcab91e860351c653e", + "hash": "28d7a76e1412b66740a521321401d69b", "highlights": [] }, { - "title": "Is Covid Causing Decision Fatigue? Share Your Story.", - "description": "We want to hear from you.", - "content": "We want to hear from you.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2022/01/05/us/covid-decision-fatigue.html", - "creator": "Amy Harmon", - "pubDate": "Thu, 06 Jan 2022 01:35:42 +0000", + "title": "I Can’t Brook the Idea of Banning ‘Negro’", + "description": "That’s a distraction from real work in the real world.", + "content": "That’s a distraction from real work in the real world.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2022/01/07/opinion/negro-ban-word-dont.html", + "creator": "John McWhorter", + "pubDate": "Fri, 07 Jan 2022 18:10:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201068,17 +204896,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ab24d8399c3f2f17ad302fe51d82428", + "hash": "91ab00b15bbda82ee370bec2dc6e9832", "highlights": [] }, { - "title": "How the Omicron Wave Will Be Different", - "description": "An epidemic modeler explains why cases of the variant will peak in the U.S. in January.", - "content": "An epidemic modeler explains why cases of the variant will peak in the U.S. in January.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2022/01/06/opinion/how-the-omicron-wave-will-be-different.html", - "creator": "Jeffrey Shaman", - "pubDate": "Thu, 06 Jan 2022 10:00:10 +0000", + "title": "Teachers’ Unions Push for Remote Schooling, Worrying Democrats", + "description": "Alex Brandenburg, an elementary school teacher, protested outside of the Oakland Unified School District headquarters on Friday as part of a sick out.", + "content": "Alex Brandenburg, an elementary school teacher, protested outside of the Oakland Unified School District headquarters on Friday as part of a sick out.", + "category": "Education (K-12)", + "link": "https://www.nytimes.com/2022/01/08/us/teachers-unions-covid-schools.html", + "creator": "Dana Goldstein and Noam Scheiber", + "pubDate": "Sat, 08 Jan 2022 13:13:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201090,17 +204918,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a80ae39581a9cea1f0e2757cf725ccb", + "hash": "b6f27f92c5b98c953d014c602566b712", "highlights": [] }, { - "title": "A year after the breach, falsehoods about Jan. 6 persist. Here’s a fact-check.", - "description": " ", - "content": " ", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/05/us/jan-6-fact-check", - "creator": "The New York Times", - "pubDate": "Thu, 06 Jan 2022 01:04:14 +0000", + "title": "A Soldier Sent a Letter to His Mom in 1945. It Was Just Delivered.", + "description": "A letter from a 22-year-old U.S. Army sergeant serving in Germany was finally delivered last month to his widow in Woburn, Mass.", + "content": "A letter from a 22-year-old U.S. Army sergeant serving in Germany was finally delivered last month to his widow in Woburn, Mass.", + "category": "Letters", + "link": "https://www.nytimes.com/2022/01/08/us/wwii-soldier-letter-delivered.html", + "creator": "Michael Levenson", + "pubDate": "Sat, 08 Jan 2022 10:30:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201112,17 +204940,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "20d83cfd320cb3d307a6d6ae62cef5cf", + "hash": "79c6d7447acc4d6df1198c244d813335", "highlights": [] }, { - "title": "The C.D.C. endorsed Pfizer boosters for children ages 12 and over. Catch up on Covid news.", - "description": "A panel of scientific advisers endorsed the booster shots, citing rising infections in teens and young adults. Here’s the latest Covid news.", - "content": "A panel of scientific advisers endorsed the booster shots, citing rising infections in teens and young adults. 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": "Thu, 06 Jan 2022 05:28:53 +0000", + "title": "U.S. Details Possible Sanctions on Russia Over a Ukraine Invasion", + "description": "Ukrainian soldiers at a combat position in Luhansk, Ukraine, on Tuesday. Diplomatic talks between the United States and Russia are scheduled for Monday in Geneva.", + "content": "Ukrainian soldiers at a combat position in Luhansk, Ukraine, on Tuesday. Diplomatic talks between the United States and Russia are scheduled for Monday in Geneva.", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2022/01/08/us/politics/us-sanctions-russia-ukraine.html", + "creator": "David E. Sanger and Eric Schmitt", + "pubDate": "Sat, 08 Jan 2022 16:57:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201134,17 +204962,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5bcf6b6a115c6e5f8b85810d47c8e7f9", + "hash": "00c1ead8a9487903b1ecd45a95767350", "highlights": [] }, { - "title": "The Oscars Want Crowd-Pleasers, but Where Are the Crowds?", - "description": "As contenders like “West Side Story” and “Belfast” struggle for audiences, can a blockbuster like “Spider-Man: No Way Home” swing into the Oscar race?", - "content": "As contenders like “West Side Story” and “Belfast” struggle for audiences, can a blockbuster like “Spider-Man: No Way Home” swing into the Oscar race?", - "category": "Movies", - "link": "https://www.nytimes.com/2022/01/05/movies/oscars-box-office-spider-man.html", - "creator": "Kyle Buchanan", - "pubDate": "Wed, 05 Jan 2022 18:50:09 +0000", + "title": "The James Webb Telescope Finishes Deployment in Space", + "description": "An artist’s concept of the fully deployed and unfolded James Webb Space Telescope, which is currently on its way to a spot called L2, where it will orbit the sun. It is now 600,000 miles from Earth.", + "content": "An artist’s concept of the fully deployed and unfolded James Webb Space Telescope, which is currently on its way to a spot called L2, where it will orbit the sun. It is now 600,000 miles from Earth.", + "category": "James Webb Space Telescope", + "link": "https://www.nytimes.com/2022/01/08/science/james-webb-telescope-nasa-deployment.html", + "creator": "Dennis Overbye and Joey Roulette", + "pubDate": "Sat, 08 Jan 2022 19:36:45 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201156,17 +204984,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf7c757b992d94f0da270f96954df613", + "hash": "409e563510c34bcf9f5dd598d8807272", "highlights": [] }, { - "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", + "title": "Conflict Quickly Emerges Between Top Prosecutor and Police Commissioner", + "description": "Alvin Bragg, the new Manhattan district attorney, has faced questions about a memo instructing prosecutors to seek incarceration only for the most serious crimes.", + "content": "Alvin Bragg, the new Manhattan district attorney, has faced questions about a memo instructing prosecutors to seek incarceration only for the most serious crimes.", + "category": "Elections, Mayors", + "link": "https://www.nytimes.com/2022/01/08/nyregion/alvin-bragg-police-chief-eric-adams.html", + "creator": "Jonah E. Bromwich and William K. Rashbaum", + "pubDate": "Sat, 08 Jan 2022 16:57:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201178,17 +205006,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b43729054b8a9488507765b0c1e21a25", + "hash": "36d24b04aebe236bb20d0d13d8e6e00f", "highlights": [] }, { - "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", + "title": "Golden Globes 2022: Complete List of Winners", + "description": "Statuettes were ready at the Beverly Hilton last week.", + "content": "Statuettes were ready at the Beverly Hilton last week.", + "category": "Golden Globes (Awards)", + "link": "https://www.nytimes.com/2022/01/09/movies/golden-globes-winners-list.html", + "creator": "Kyle Buchanan", + "pubDate": "Mon, 10 Jan 2022 04:17:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201200,17 +205028,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "55f7386067d3c758178f2f4ac0ca8d8d", + "hash": "6844dcd434a08e69fcc665ebef8806a8", "highlights": [] }, { - "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", + "title": "A Custom Mercury, With a Batmobile in Its Family Tree, Heads to Auction", + "description": "The Hirohata Merc, a Mercury custom built nearly 70 years ago, is expected to fetch at least $1 million at an auction this month.", + "content": "The Hirohata Merc, a Mercury custom built nearly 70 years ago, is expected to fetch at least $1 million at an auction this month.", + "category": "Antique and Classic Cars", + "link": "https://www.nytimes.com/2022/01/06/business/hirohata-merc-auction.html", + "creator": "Brett Berk", + "pubDate": "Thu, 06 Jan 2022 11:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201222,17 +205050,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "00203f65eb719664df8b0eeb485cd1b2", + "hash": "dd52b99c4a9f803d39b694628f6e60f5", "highlights": [] }, { - "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", + "title": "Record Rain and Snow Shut Down Roads and Schools in Washington State", + "description": "Rescue teams in Chehalis, Wash., helped stranded residents get to safety on Friday.", + "content": "Rescue teams in Chehalis, Wash., helped stranded residents get to safety on Friday.", + "category": "Floods", + "link": "https://www.nytimes.com/2022/01/09/us/seattle-record-snow-flooding.html", + "creator": "Melina Delkic", + "pubDate": "Mon, 10 Jan 2022 00:18:57 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201244,17 +205072,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8253344342a2066181dc32043a13881", + "hash": "a27f68e456ff37ea68972d408c4923d4", "highlights": [] }, { - "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", + "title": "Business Updates: U.S. Flight Cancellations Continue, Extending Holiday Turmoil", + "description": "Bad weather and staff shortages are still a problem. But airlines are also trying to deal with the traditional slowdown in travel in January.", + "content": "Bad weather and staff shortages are still a problem. But airlines are also trying to deal with the traditional slowdown in travel in January.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/10/business/stock-market-economy-news", + "creator": "The New York Times", + "pubDate": "Mon, 10 Jan 2022 13:30:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201266,17 +205094,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "35c72386fc342c937c7dfc0e086358bd", + "hash": "fef786c06beddace73aa70bd317c3730", "highlights": [] }, { - "title": "In a Race to Shape the Future, History Is Under New Pressure", - "description": "The site of a gulag operating between 1935 and 1957 in Norilsk, Russia.", - "content": "The site of a gulag operating between 1935 and 1957 in Norilsk, Russia.", - "category": "History (Academic Subject)", - "link": "https://www.nytimes.com/2022/01/05/world/history-revisionism-nationalism.html", - "creator": "Max Fisher", - "pubDate": "Wed, 05 Jan 2022 19:19:25 +0000", + "title": "Noncitizens’ Right to Vote Becomes Law in New York City", + "description": "Legal residents will be able to vote in primary and general elections for citywide contests, like those for mayor and public advocate, as well as in local races for City Council members and borough presidents.", + "content": "Legal residents will be able to vote in primary and general elections for citywide contests, like those for mayor and public advocate, as well as in local races for City Council members and borough presidents.", + "category": "New York City", + "link": "https://www.nytimes.com/2022/01/09/nyregion/noncitizens-nyc-voting-rights.html", + "creator": "Grace Ashford", + "pubDate": "Mon, 10 Jan 2022 01:21:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201288,17 +205116,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2da1fdd0ea7542bd39b10e2b72f2087c", + "hash": "88529d5b04302f244282653eec742299", "highlights": [] }, { - "title": "Hedgehogs Are a Source of Drug-Resistant Bacteria, Study Finds", - "description": "Researchers examining roadkill specimens of hundreds of hedgehogs from across Western Europe found MRSA, or methicillin-resistant staphylococcus aureus, living on the skin of the vast majority of them.", - "content": "Researchers examining roadkill specimens of hundreds of hedgehogs from across Western Europe found MRSA, or methicillin-resistant staphylococcus aureus, living on the skin of the vast majority of them.", - "category": "Hedgehogs", - "link": "https://www.nytimes.com/2022/01/05/science/hedgehog-mrsa-drug-resistant-bacteria.html", - "creator": "Andrew Jacobs", - "pubDate": "Wed, 05 Jan 2022 22:10:41 +0000", + "title": "Cliff Collapses on Boaters in Brazil, Killing 10", + "description": "A canyon in Lake Furnas, near Capitólio in southeast Brazil.", + "content": "A canyon in Lake Furnas, near Capitólio in southeast Brazil.", + "category": "Boats and Boating", + "link": "https://www.nytimes.com/2022/01/09/world/americas/brazil-cliff-collapses.html", + "creator": "Ernesto Londoño", + "pubDate": "Sun, 09 Jan 2022 20:14:42 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201310,17 +205138,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e203a5b2e2913e8d2c466310f93596b", + "hash": "affe4250a79c90f5ec4d6936f2e0b9fc", "highlights": [] }, { - "title": "Ghislaine Maxwell Verdict Is Clouded by Juror Disclosure", - "description": "A juror who voted to convict Ghislaine Maxwell said in interviews that he was a victim of sex abuse. A second juror told The New York Times something similar in an interview. ", - "content": "A juror who voted to convict Ghislaine Maxwell said in interviews that he was a victim of sex abuse. A second juror told The New York Times something similar in an interview. ", - "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 23:46:28 +0000", + "title": "Stephen Lawrence, Whose Music Enriched ‘Sesame Street,’ Dies at 82", + "description": "He composed the title song of the landmark album “Free to Be … You and Me.” He then moved on to Big Bird and friends.", + "content": "He composed the title song of the landmark album “Free to Be … You and Me.” He then moved on to Big Bird and friends.", + "category": "Deaths (Obituaries)", + "link": "https://www.nytimes.com/2022/01/08/arts/music/stephen-lawrence-sesame-street-dead.html", + "creator": "Neil Genzlinger", + "pubDate": "Sat, 08 Jan 2022 23:32:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201332,17 +205160,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d97e9c9ee3b6f5acb09d2bcc1d6afda", + "hash": "109fd358a79387e6fc7b72bd41064736", "highlights": [] }, { - "title": "Federal Labor Officials Claim New York Times Violated Workplace Law", - "description": "A union protest in November outside The New York Times Building.", - "content": "A union protest in November outside The New York Times Building.", - "category": "NewsGuild", - "link": "https://www.nytimes.com/2022/01/05/business/media/times-tech-guild-nlrb.html", - "creator": "Katie Robertson", - "pubDate": "Thu, 06 Jan 2022 01:17:52 +0000", + "title": "This Simple Piece of Equipment Could Elevate Your Workout", + "description": "A jump rope can increase your agility and speed while giving you a great workout in half the time of a run.", + "content": "A jump rope can increase your agility and speed while giving you a great workout in half the time of a run.", + "category": "Exercise", + "link": "https://www.nytimes.com/2022/01/07/well/move/jump-rope-exercise.html", + "creator": "Rachel Fairbank", + "pubDate": "Fri, 07 Jan 2022 10:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201354,17 +205182,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2a5359e304d7613a4396a7b9279e4fe", + "hash": "006f3314f6c8b244d6f6a9440228422c", "highlights": [] }, { - "title": "Stocks have their worst day in weeks as Fed minutes show chance of quicker rate increases.", - "description": "", - "content": "", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/05/business/stock-market-economy-news/wall-street-slips-ahead-of-the-release-of-the-minutes-of-the-feds-meeting", - "creator": "Coral Murphy Marcos", - "pubDate": "Wed, 05 Jan 2022 22:22:32 +0000", + "title": "Fire in Bronx Apartment Building Kills At Least 19 ", + "description": "Firefighters found victims on every floor of a 19th-story Bronx building after a blaze started Sunday morning, the fire commissioner said.", + "content": "Firefighters found victims on every floor of a 19th-story Bronx building after a blaze started Sunday morning, the fire commissioner said.", + "category": "New York City", + "link": "https://www.nytimes.com/2022/01/09/nyregion/nyc-bronx-fire.html", + "creator": "Ashley Southall, Grace Ashford and Chelsia Rose Marcius", + "pubDate": "Mon, 10 Jan 2022 04:04:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201376,17 +205204,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea6c345463357e105c1e865d4fa31e5c", + "hash": "256ff556ea9270db17ee11321fa24c1b", "highlights": [] }, { - "title": "Billy Turner, Trainer of a Triple Crown Winner, Dies at 81", - "description": "The trainer Billy Turner with Seattle Slew at Belmont Park in 1977. “If he doesn’t win the Triple Crown,” Mr. Turner had said a year earlier, “I haven’t done my job.”", - "content": "The trainer Billy Turner with Seattle Slew at Belmont Park in 1977. “If he doesn’t win the Triple Crown,” Mr. Turner had said a year earlier, “I haven’t done my job.”", - "category": "Turner, Billy (1940-2021)", - "link": "https://www.nytimes.com/2022/01/05/sports/horse-racing/billy-turner-dead.html", - "creator": "Richard Sandomir", - "pubDate": "Wed, 05 Jan 2022 23:32:06 +0000", + "title": "Mass Vaccination Sites in U.S. Are Returning", + "description": "Several states have started pop-up clinics as the country averages about 650,000 new known cases daily. Here’s the latest.", + "content": "Several states have started pop-up clinics as the country averages about 650,000 new known cases daily. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/09/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Sun, 09 Jan 2022 16:08:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201398,17 +205226,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a096324e8d7f9f1a266465005ce85b0", + "hash": "63877823170d68ac05c79d4f2e6e57c3", "highlights": [] }, { - "title": "Rabbi Shot in Synagogue Attack Is Sentenced to Prison in Fraud Schemes", - "description": "Rabbi Yisroel Goldstein, the former director of Chabad of Poway synagogue in Poway, Calif., addressing the United Nations General Assembly meeting on combating antisemitism in 2019.", - "content": "Rabbi Yisroel Goldstein, the former director of Chabad of Poway synagogue in Poway, Calif., addressing the United Nations General Assembly meeting on combating antisemitism in 2019.", - "category": "Synagogues", - "link": "https://www.nytimes.com/2022/01/05/us/rabbi-yisroel-goldstein-fraud.html", - "creator": "Michael Levenson", - "pubDate": "Thu, 06 Jan 2022 00:25:10 +0000", + "title": "James A. Baker III’s Words on NATO Loom in Ukraine Standoff", + "description": "James A. Baker III has said that in the end, he did not rule out NATO expansion into Eastern Europe in a treaty signed after the fall of the Berlin Wall.", + "content": "James A. Baker III has said that in the end, he did not rule out NATO expansion into Eastern Europe in a treaty signed after the fall of the Berlin Wall.", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2022/01/09/us/politics/russia-ukraine-james-baker.html", + "creator": "Peter Baker", + "pubDate": "Sun, 09 Jan 2022 20:07:45 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201420,17 +205248,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c51493e91c3c17c9d31f95e30bc746e", + "hash": "2696bdd8fd8d696cf86e81a714e90da5", "highlights": [] }, { - "title": "Slate’s Top Editor, Jared Hohlt, Leaves After a Three-Year Run", - "description": "Jared Hohlt, Slate’s editor in chief, is departing the digital magazine Friday.", - "content": "Jared Hohlt, Slate’s editor in chief, is departing the digital magazine Friday.", - "category": "Appointments and Executive Changes", - "link": "https://www.nytimes.com/2022/01/05/business/media/slate-editor-jared-hohlt.html", - "creator": "Marc Tracy", - "pubDate": "Wed, 05 Jan 2022 22:02:31 +0000", + "title": "Russia and U.S. Meet to Begin Negotiations Over Ukraine", + "description": "The Russian deputy foreign minister, Sergei A. Ryabkov, in June. He will meet with U.S. negotiators in talks aimed at de-escalating tensions on Ukraine.", + "content": "The Russian deputy foreign minister, Sergei A. Ryabkov, in June. He will meet with U.S. negotiators in talks aimed at de-escalating tensions on Ukraine.", + "category": "Defense and Military Forces", + "link": "https://www.nytimes.com/2022/01/09/world/europe/russia-ukraine-us-geneva.html", + "creator": "Anton Troianovski and David E. Sanger", + "pubDate": "Mon, 10 Jan 2022 03:30:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201442,17 +205270,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "311e75fa039292c91799f1eb99f46019", + "hash": "fd71239eca256f73c056e2de465b6c9e", "highlights": [] }, { - "title": "Russia-Allied Forces to Intervene as Unrest Sweeps Kazakhstan", - "description": "Kazakh police officers detaining a man during a protest over surging gas prices in Almaty on Wednesday.", - "content": "Kazakh police officers detaining a man during a protest over surging gas prices in Almaty on Wednesday.", - "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 22:46:33 +0000", + "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": "", @@ -201464,17 +205292,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a262ca18ee93122bae2e0e68a1ed0972", + "hash": "a61c9721354290b41f68fd57f0eb72f7", "highlights": [] }, { - "title": "C.D.C. Advisers Endorse Pfizer Boosters for Children Aged 12 and Over", - "description": "A panel of scientific advisers endorsed the booster shots, citing rising infections in teens and young adults. Here’s the latest Covid news.", - "content": "A panel of scientific advisers endorsed the booster shots, citing rising infections in teens and young adults. 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 22:25:03 +0000", + "title": "Overlooked No More: Theresa Hak Kyung Cha, Artist and Author Who Explored Identity", + "description": "She was murdered after the publication of her first novel, “Dictee,” a challenging exploration of Korean history and immigrant life that inspires Asian American writers today.", + "content": "She was murdered after the publication of her first novel, “Dictee,” a challenging exploration of Korean history and immigrant life that inspires Asian American writers today.", + "category": "Biographical Information", + "link": "https://www.nytimes.com/2022/01/07/obituaries/theresa-hak-kyung-cha-overlooked.html", + "creator": "Dan Saltzstein", + "pubDate": "Fri, 07 Jan 2022 17:03:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201486,17 +205314,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cdc4af5c11155816e3210c5850d22498", + "hash": "ca7c31833bcdb093ec208fd25448cece", "highlights": [] }, { - "title": "C.D.C.: ‘Up to Date’ on Covid Vaccine Now Includes a Booster", - "description": "The C.D.C. said that people who had received three doses of Pfizer-BioNTech or Moderna’s vaccines, or one dose of Johnson & Johnson’s vaccine plus a second, preferably of Moderna or Pfizer-BioNTech, would be considered up to date. ", - "content": "The C.D.C. said that people who had received three doses of Pfizer-BioNTech or Moderna’s vaccines, or one dose of Johnson & Johnson’s vaccine plus a second, preferably of Moderna or Pfizer-BioNTech, would be considered up to date. ", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2022/01/05/us/covid-vaccine-booster-cdc-up-to-date.html", - "creator": "Noah Weiland and Emily Anthes", - "pubDate": "Wed, 05 Jan 2022 23:05:16 +0000", + "title": "Los Angeles Is the Sprawling Sushi Capital of the US", + "description": "At Sushi Ginza Onodera in West Hollywood, the chef Yohei Matsuki butchered a side of tuna. But he composes menus that feature dozens of other varieties of seafood.", + "content": "At Sushi Ginza Onodera in West Hollywood, the chef Yohei Matsuki butchered a side of tuna. But he composes menus that feature dozens of other varieties of seafood.", + "category": "Los Angeles (Calif)", + "link": "https://www.nytimes.com/2022/01/04/dining/la-sushi.html", + "creator": "Tejal Rao", + "pubDate": "Tue, 04 Jan 2022 10:02:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201508,17 +205336,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0de1a51ccfd2b57fd0d52fed0b43984", + "hash": "88f120e0d6913daf2c43b406cd39a26d", "highlights": [] }, { - "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", + "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": "", @@ -201530,17 +205358,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e833f41ae2177bd0bc9451a0ea680c9b", + "hash": "16bff8c690abbf57262126fb8060cfaf", "highlights": [] }, { - "title": "Philadelphia Fire in Fairmount Leaves 12 Dead, Including 8 Children", - "description": "Fire department vehicles parked outside the site of a house fire in Philadelphia on Wednesday.", - "content": "Fire department vehicles parked outside the site of a house fire in Philadelphia on Wednesday.", - "category": "Fires and Firefighters", - "link": "https://www.nytimes.com/2022/01/05/us/philadelphia-rowhouse-fire.html", - "creator": "Sophie Kasakove, Joel Wolfram and Campbell Robertson", - "pubDate": "Thu, 06 Jan 2022 01:05:17 +0000", + "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": "", @@ -201552,17 +205380,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5d28e40cbb45815c324cf375315a60c", + "hash": "cdc56c66c331da2cc605e5fdc820b35b", "highlights": [] }, { - "title": "What’s in Kathy Hochul’s Proposal on Housing, Economy and Climate", - "description": "Gov. Kathy Hochul laid out her priorities as she helps guide New York State’s recovery from the pandemic. ", - "content": "Gov. Kathy Hochul laid out her priorities as she helps guide New York State’s recovery from the pandemic. ", - "category": "Budgets and Budgeting", - "link": "https://www.nytimes.com/2022/01/05/nyregion/hochul-proposals-economy-housing-climate-change.html", - "creator": "Mihir Zaveri", - "pubDate": "Wed, 05 Jan 2022 23:34:09 +0000", + "title": "If You Made New Year's Resolutions?Don't Give Up Yet!", + "description": "Almost everyone fails at making changes, but it doesn’t have to be that way.", + "content": "Almost everyone fails at making changes, but it doesn’t have to be that way.", + "category": "Habits and Routines (Behavior)", + "link": "https://www.nytimes.com/2022/01/08/opinion/new-year-resolutions.html", + "creator": "Jane Coaston", + "pubDate": "Sat, 08 Jan 2022 21:54:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201574,17 +205402,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "03f8266993387072fc5007827fe4ae10", + "hash": "f7d618edf44c5eeb4f62f9f8f2d8ded5", "highlights": [] }, { - "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", + "title": "You Know What Would Help Exhausted Doctors and Nurses? More Money.", + "description": "Health care workers during the pandemic deserve hazard pay.", + "content": "Health care workers during the pandemic deserve hazard pay.", + "category": "Workplace Hazards and Violations", + "link": "https://www.nytimes.com/2022/01/08/opinion/hazard-pay-covid-nurse-doctor.html", + "creator": "Sandeep Jauhar", + "pubDate": "Sat, 08 Jan 2022 16:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201596,17 +205424,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe10c4edf9bf6082f21fc7d9ff10cc27", + "hash": "8c78c44575e6c38e60be5c94f53c9ba3", "highlights": [] }, { - "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", + "title": "Here’s When We Expect Omicron to Peak", + "description": "An epidemic modeler explains why cases of the variant will peak in the U.S. in January.", + "content": "An epidemic modeler explains why cases of the variant will peak in the U.S. in January.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2022/01/06/opinion/omicron-covid-us.html", + "creator": "Jeffrey Shaman", + "pubDate": "Thu, 06 Jan 2022 11:15:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201618,17 +205446,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce96383319cfd5593f337aa6f0d40d25", + "hash": "05b9adb82705b016c9eee239ed36eee1", "highlights": [] }, { - "title": "With Legislation Stalled, Biden Will Speak in Atlanta on Voting Rights", - "description": "President Biden has been under pressure to further address an issue he has framed as an integral promise of his presidency.", - "content": "President Biden has been under pressure to further address an issue he has framed as an integral promise of his presidency.", - "category": "Speeches and Statements", - "link": "https://www.nytimes.com/2022/01/05/us/politics/biden-harris-voting-rights-speech-atlanta.html", - "creator": "Katie Rogers", - "pubDate": "Thu, 06 Jan 2022 00:09:06 +0000", + "title": "The Sunday Read: ‘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/2022/01/09/podcasts/the-daily/closure-pauline-boss-sunday-read.html", + "creator": "Megan Bernhard, Jack D’Isidoro, Aaron Esposito, John Woo and Marion Lozano", + "pubDate": "Sun, 09 Jan 2022 11:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201640,17 +205468,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "11c0eee3d0ba6f3c331e2547b7a9d217", + "hash": "574175f722ca788f37933305e60b09d2", "highlights": [] }, { - "title": "With a Pardon, Homer Plessy’s Record Is Clear, but a Painful Legacy Endures", - "description": "Keith Plessy and Phoebe Ferguson, descendants of the principals in the Plessy v. Ferguson court case, in New Orleans in 2011. The case laid the foundation for the “separate but equal” doctrine.", - "content": "Keith Plessy and Phoebe Ferguson, descendants of the principals in the Plessy v. Ferguson court case, in New Orleans in 2011. The case laid the foundation for the “separate but equal” doctrine.", - "category": "Plessy, Homer", - "link": "https://www.nytimes.com/2022/01/05/us/homer-plessy-pardon.html", - "creator": "Rick Rojas", - "pubDate": "Wed, 05 Jan 2022 21:34:09 +0000", + "title": "Nathan Chen Isn't Perfect but Wins U.S. Skating Championship", + "description": "Nathan Chen competing in the men's free skate on Sunday in Nashville. ", + "content": "Nathan Chen competing in the men's free skate on Sunday in Nashville. ", + "category": "Figure Skating", + "link": "https://www.nytimes.com/2022/01/09/sports/olympics/nathan-chen-us-skating-championships.html", + "creator": "Juliet Macur", + "pubDate": "Mon, 10 Jan 2022 01:21:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201662,17 +205490,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8b83992b7ac7820f7597fa1befe1eb5", + "hash": "321908804a48c3d1c2414c842b056715", "highlights": [] }, { - "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", + "title": "Jim Jordan Refuses to Cooperate With Jan. 6 Panel", + "description": "Representative Jim Jordan, Republican of Ohio, was deeply involved in President Donald J. Trump’s effort to fight the 2020 election results.", + "content": "Representative Jim Jordan, Republican of Ohio, was deeply involved in President Donald J. Trump’s effort to fight the 2020 election results.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2022/01/09/us/jim-jordan-jan-6-panel.html", + "creator": "Luke Broadwater", + "pubDate": "Mon, 10 Jan 2022 02:10:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201684,17 +205512,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c556e6fe2c2861cc19fb809f0861dc9", + "hash": "5952d51ec2912c98f078d8bc1f16e945", "highlights": [] }, { - "title": "Britain Extends Pardons Policy for Consensual Same-Sex Partners", - "description": "The government’s action expands earlier legislative efforts, but for some gay people it is too little, too late. “It impacted me my whole life,” one man said of his conviction.", - "content": "The government’s action expands earlier legislative efforts, but for some gay people it is too little, too late. “It impacted me my whole life,” one man said of his conviction.", - "category": "Discrimination", - "link": "https://www.nytimes.com/2022/01/05/world/europe/britain-same-sex-pardon.html", - "creator": "Isabella Kwai", - "pubDate": "Wed, 05 Jan 2022 20:10:59 +0000", + "title": "Nearly 6,000 Detained Amid Unrest in Kazakhstan", + "description": "The mayor’s office building was burned during demonstrations last week in Almaty, Kazakhstan.", + "content": "The mayor’s office building was burned during demonstrations last week in Almaty, Kazakhstan.", + "category": "Demonstrations, Protests and Riots", + "link": "https://www.nytimes.com/2022/01/09/world/europe/kazakhstan-protests-detained-injured.html", + "creator": "Ivan Nechepurenko", + "pubDate": "Sun, 09 Jan 2022 16:55:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201706,17 +205534,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "275af6e03a77de6f0103c06289e00159", + "hash": "b2b467e7962535c5c588d87040f52077", "highlights": [] }, { - "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", + "title": "Freelance Writer Ruth Shalit Barrett Accuses Atlantic of Defamation", + "description": "A lawsuit by Ruth Shalit Barrett centers on the magazine’s retraction of her article in 2020 about wealthy parents seeking Ivy League admissions for their children through sports.", + "content": "A lawsuit by Ruth Shalit Barrett centers on the magazine’s retraction of her article in 2020 about wealthy parents seeking Ivy League admissions for their children through sports.", + "category": "News and News Media", + "link": "https://www.nytimes.com/2022/01/09/business/ruth-shalit-barrett-atlantic-lawsuit.html", + "creator": "Katie Robertson", + "pubDate": "Sun, 09 Jan 2022 19:22:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201728,17 +205556,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7ffc93eeb4a05979d360864880c3a48", + "hash": "2641a990fdb28a6d31f37c926b092b77", "highlights": [] }, { - "title": "The Boy Scouts’ $2.7 Billion Settlement Plan Is at Risk of Failing", - "description": "The Coalition of Abused Scouts for Justice said it was continuing to negotiate in the hope of increasing the size of the settlement plan.", - "content": "The Coalition of Abused Scouts for Justice said it was continuing to negotiate in the hope of increasing the size of the settlement plan.", - "category": "Child Abuse and Neglect", - "link": "https://www.nytimes.com/2022/01/05/us/boy-scouts-settlement.html", - "creator": "Mike Baker", - "pubDate": "Wed, 05 Jan 2022 22:22:06 +0000", + "title": "Flu and Covid at the Same Time? Your 'Flurona' Questions, Answered", + "description": "Yes, you can get “flurona.” But it’s probably not as bad as it sounds.", + "content": "Yes, you can get “flurona.” But it’s probably not as bad as it sounds.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/07/well/live/flu-covid-same-time.html", + "creator": "Amelia Nierenberg", + "pubDate": "Fri, 07 Jan 2022 16:47:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201750,17 +205578,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d91ca985a43a238e02b96dcc39d5e17b", + "hash": "e5b0187ba33ea9dea2e1cf82c23f475b", "highlights": [] }, { - "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", + "title": "Building a Hub for New Art in Athens ‘Under the Shadow of the Acropolis’", + "description": "An installation by the artist Stephan Goldrajch at the National Museum of Contemporary Art, known as EMST, in Athens.", + "content": "An installation by the artist Stephan Goldrajch at the National Museum of Contemporary Art, known as EMST, in Athens.", + "category": "Art", + "link": "https://www.nytimes.com/2022/01/07/arts/design/athens-greece-contemporary-art.html", + "creator": "Roslyn Sulcas", + "pubDate": "Fri, 07 Jan 2022 19:28:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201772,17 +205600,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d92ba323a23f97c3b838cd31c2ed34c3", + "hash": "f83d5715576e6c2361f1a3a0b89cbf21", "highlights": [] }, { - "title": "A Year After the Breach, Falsehoods About Jan. 6 Persist", - "description": " ", - "content": " ", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/05/us/jan-6-fact-check", - "creator": "The New York Times", - "pubDate": "Wed, 05 Jan 2022 22:25:03 +0000", + "title": "Amir Johnson Is More Than an Answer in N.B.A. Trivia", + "description": "Amir Johnson was the last high school player drafted into the N.B.A. in 2005. Now he is a veteran on the G League’s Ignite, mentoring younger teammates who have N.B.A. aspirations.", + "content": "Amir Johnson was the last high school player drafted into the N.B.A. in 2005. Now he is a veteran on the G League’s Ignite, mentoring younger teammates who have N.B.A. aspirations.", + "category": "Draft and Recruitment (Sports)", + "link": "https://www.nytimes.com/2022/01/07/sports/basketball/amir-johnson-nba-g-league-ignite.html", + "creator": "Jonathan Abrams", + "pubDate": "Fri, 07 Jan 2022 17:41:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201794,17 +205622,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f6f26ddc98894e519eee52d0fa4d45c", + "hash": "14d9f6f0d9df288c249fee9f0f34d26d", "highlights": [] }, { - "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", + "title": "‘All Creatures Great and Small’ Returns With Even More Creatures", + "description": " Nicholas Ralph in “All Creatures Great and Small,” returning to PBS on Sunday. The pastoral period drama, based on the James Herriot novels, was a pandemic hit in its first season. ", + "content": " Nicholas Ralph in “All Creatures Great and Small,” returning to PBS on Sunday. The pastoral period drama, based on the James Herriot novels, was a pandemic hit in its first season. ", + "category": "Television", + "link": "https://www.nytimes.com/2022/01/09/arts/television/all-creatures-great-and-small-season-2.html", + "creator": "Roslyn Sulcas", + "pubDate": "Sun, 09 Jan 2022 14:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201816,17 +205644,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7b1abb89914406529ca55378b0a3f76", + "hash": "d8d25bf896c6018a5591aa888873f0e3", "highlights": [] }, { - "title": "Rio Cancels Carnival Street Parties but Keeps Parade", - "description": "A performance during the last night of Rio de Janeiro’s Carnival parade in 2020.", - "content": "A performance during the last night of Rio de Janeiro’s Carnival parade in 2020.", - "category": "Carnival (Pre-Lenten)", - "link": "https://www.nytimes.com/2022/01/05/world/americas/rio-cancels-carnival-parties-parade.html", - "creator": "Flávia Milhorance and Derrick Bryson Taylor", - "pubDate": "Wed, 05 Jan 2022 21:56:06 +0000", + "title": "Why the Nobel-Winning Economist Amartya Sen Recommends ‘King Lear’", + "description": "“Sympathy and solidarity are qualities that people do need.”", + "content": "“Sympathy and solidarity are qualities that people do need.”", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2022/01/06/books/review/amartya-sen-by-the-book-interview.html", + "creator": "", + "pubDate": "Thu, 06 Jan 2022 10:00:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201838,17 +205666,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "74341d4b9d3754b55d9a9f823d4caac6", + "hash": "06b3b540872dfe9f213c6dbb9d55fa77", "highlights": [] }, { - "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", + "title": "Five Horror Movies to Stream Now", + "description": "This month’s picks include a family blood pact, a mother under attack, twins with a deadly secret, a father with demons and a couple that’s way too attached.", + "content": "This month’s picks include a family blood pact, a mother under attack, twins with a deadly secret, a father with demons and a couple that’s way too attached.", + "category": "Movies", + "link": "https://www.nytimes.com/2022/01/07/movies/horror-movies-streaming.html", + "creator": "Erik Piepenburg", + "pubDate": "Sun, 09 Jan 2022 19:15:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201860,17 +205688,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b3118ecbf3cd038a277a8beb32da386", + "hash": "5b27b822825d4d4a4f1865382f593d0a", "highlights": [] }, { - "title": "Fed Officials Discussed Raising Rates Sooner in 2022", - "description": "Minutes from the Federal Reserve’s December meeting show that officials are contemplating when and how quickly to lift interest rates. Follow business updates.", - "content": "Minutes from the Federal Reserve’s December meeting show that officials are contemplating when and how quickly to lift interest rates. Follow business updates.", - "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 22:25:03 +0000", + "title": "Aung San Suu Kyi Gets 4 Years on Walkie-Talkie and Covid Charges", + "description": "Daw Aung San Suu Kyi in 2015. She was sentenced in Myanmar on Monday to four years in prison for possessing walkie-talkies in her home and for violating Covid-19 protocols.", + "content": "Daw Aung San Suu Kyi in 2015. She was sentenced in Myanmar on Monday to four years in prison for possessing walkie-talkies in her home and for violating Covid-19 protocols.", + "category": "Aung San Suu Kyi", + "link": "https://www.nytimes.com/2022/01/10/world/asia/myanmar-aung-san-suu-kyi-verdict.html", + "creator": "Richard C. Paddock", + "pubDate": "Mon, 10 Jan 2022 06:16:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201882,17 +205710,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca8f64b5baf29f5e02f80c9851d3069a", + "hash": "1b7f4d55f2aea8396ff52751a3998d18", "highlights": [] }, { - "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", + "title": "Australia Court Hears Novak Djokovic's Appeal", + "description": "Novak Djokovic before a Davis Cup match in Austria last year.", + "content": "Novak Djokovic before a Davis Cup match in Austria last year.", + "category": "Djokovic, Novak", + "link": "https://www.nytimes.com/2022/01/09/sports/tennis/novak-djokovic-australian-open-vaccine.html", + "creator": "Damien Cave and Matthew Futterman", + "pubDate": "Mon, 10 Jan 2022 04:21:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201904,17 +205732,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1e4fbeb0569b0602af46bfb76c79072", + "hash": "19529c3b7a93d267dc80e56cfdeebf00", "highlights": [] }, { - "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", + "title": "At Least 19 Are Killed, Including 9 Children, in Bronx Apartment Fire", + "description": "The death toll includes nine children. Mayor Eric Adams said the fire was one of the worst in the city “in modern times.” Follow updates here.", + "content": "The death toll includes nine children. Mayor Eric Adams said the fire was one of the worst in the city “in modern times.” Follow updates here.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/09/nyregion/bronx-fire", + "creator": "The New York Times", + "pubDate": "Sun, 09 Jan 2022 20:59:42 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201926,17 +205754,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8664bf4e9b0133175b9e592f4ddadef6", + "hash": "48e5fe2e9d8988f8c532187287b2f65d", "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", + "title": "Russia Warns That U.S. Doesn’t Understand Its Goals on Ukraine", + "description": "The Russian deputy foreign minister, Sergei A. Ryabkov, in June. He will meet with U.S. negotiators in talks aimed at de-escalating tensions on Ukraine.", + "content": "The Russian deputy foreign minister, Sergei A. Ryabkov, in June. He will meet with U.S. negotiators in talks aimed at de-escalating tensions on Ukraine.", + "category": "Defense and Military Forces", + "link": "https://www.nytimes.com/2022/01/09/world/europe/russia-ukraine-us-geneva.html", + "creator": "Anton Troianovski", + "pubDate": "Sun, 09 Jan 2022 14:46:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201948,17 +205776,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "63c4d7eb5a4bce11e609f4dc78da773e", + "hash": "f9eb1d7e214829672d2b89c6f33392c0", "highlights": [] }, { - "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", + "title": "Your Head of H.R. Is Now Basically the School Nurse", + "description": "Gia Ganesh, the chief of human resources at Florence Healthcare, now also has to focus on the physical health and safety of the employees.", + "content": "Gia Ganesh, the chief of human resources at Florence Healthcare, now also has to focus on the physical health and safety of the employees.", + "category": "Coronavirus Return to Office", + "link": "https://www.nytimes.com/2022/01/09/business/human-resources-pandemic-vaccines.html", + "creator": "Emma Goldberg", + "pubDate": "Sun, 09 Jan 2022 17:15:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -201970,18 +205798,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "043664a18b08de9e7d52d5016498cb8d", + "hash": "f5583c751907ec05a054b66bf77cbcae", "highlights": [] }, { - "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": "", + "title": "A Rise in Deadly Border Patrol Chases Renews Accountability Concerns About", + "description": "Angie Simms, right, and Shaw Drake, a lawyer with the American Civil Liberties Union, at the crash site near Las Cruces, N.M., where an S.U.V. driven by Ms. Simms’s son rolled over during a pursuit by the Border Patrol.", + "content": "Angie Simms, right, and Shaw Drake, a lawyer with the American Civil Liberties Union, at the crash site near Las Cruces, N.M., where an S.U.V. driven by Ms. Simms’s son rolled over during a pursuit by the Border Patrol.", + "category": "Illegal Immigration", + "link": "https://www.nytimes.com/2022/01/09/us/politics/border-patrol-chases.html", + "creator": "Eileen Sullivan", + "pubDate": "Sun, 09 Jan 2022 10:00:13 +0000", + "enclosure": "", "enclosureType": "", "image": "", "id": "", @@ -201992,17 +205820,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c18407150df9fe5ba9ce0bd7758525a6", + "hash": "ccf4e28495fef0ac4cd34ac7556958cf", "highlights": [] }, { - "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", + "title": "When to Skip Browning for Moist Chicken", + "description": "By omitting the searing that’s common to many chicken recipes, Ali Slagle’s braised chicken and greens yields moist and flavorful meat.", + "content": "By omitting the searing that’s common to many chicken recipes, Ali Slagle’s braised chicken and greens yields moist and flavorful meat.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2022/01/07/dining/moist-chicken.html", + "creator": "Ali Slagle", + "pubDate": "Fri, 07 Jan 2022 22:38:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202014,17 +205842,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "45ea6d75a0c2a3b95b6718ea03f202e5", + "hash": "902f9532b037130b856d59b89b415d29", "highlights": [] }, { - "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", + "title": "Parents, It’s Going to Be a Very Long January", + "description": "Less fresh air, more tween shows.", + "content": "Less fresh air, more tween shows.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2022/01/08/opinion/screen-time-school.html", + "creator": "Jessica Grose", + "pubDate": "Sat, 08 Jan 2022 13:50:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202036,17 +205864,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "25d23b7426ba7634d3b9a9ab111167d8", + "hash": "6f55bda1e02a21b3207ac4dc52de36bb", "highlights": [] }, { - "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", + "title": "No More Working for Jerks!", + "description": "For almost two years, couches have been cubicles. Colleagues are instant message avatars. And people are reconsidering how much they should have to put up with from a boss.", + "content": "For almost two years, couches have been cubicles. Colleagues are instant message avatars. And people are reconsidering how much they should have to put up with from a boss.", + "category": "Hiring and Promotion", + "link": "https://www.nytimes.com/2022/01/08/business/managers-boss-jerks-workplace.html", + "creator": "Emma Goldberg", + "pubDate": "Sat, 08 Jan 2022 10:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202058,17 +205886,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "28271917502115f2bd5a10430644d0f9", + "hash": "626c8a68c4acb8a50eb002feff3dea2a", "highlights": [] }, { - "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": "Why Tesla Soared as Other Automakers Struggled to Make Cars", + "description": "Teslas at a charging station in San Diego last year. Tesla sold nearly twice as many vehicles in 2021 as it did in 2020.", + "content": "Teslas at a charging station in San Diego last year. Tesla sold nearly twice as many vehicles in 2021 as it did in 2020.", + "category": "Automobiles", + "link": "https://www.nytimes.com/2022/01/08/business/teslas-computer-chips-supply-chain.html", + "creator": "Jack Ewing", + "pubDate": "Sat, 08 Jan 2022 10:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202080,17 +205908,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd993824fbd184ec0ab2388084c50006", + "hash": "dbc67277ce4ac8be302a366aa5644e20", "highlights": [] }, { - "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", + "title": "Grichka and Igor Bogdanoff, Twins in an Uneasy Spotlight, Die at 72", + "description": "Igor, left, and Grichka Bogdanoff in 2001. They found fame through television stardom, questionable scientific research, extreme plastic surgery and a high-society lifestyle. ", + "content": "Igor, left, and Grichka Bogdanoff in 2001. They found fame through television stardom, questionable scientific research, extreme plastic surgery and a high-society lifestyle. ", + "category": "Deaths (Obituaries)", + "link": "https://www.nytimes.com/2022/01/07/world/europe/grichka-and-igor-bogdanoff-dead.html", + "creator": "Clay Risen", + "pubDate": "Fri, 07 Jan 2022 20:10:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202102,17 +205930,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "84d1344fb0d7f143652dcbb0194ea15b", + "hash": "06c114643055beea63296c239fd2052d", "highlights": [] }, { - "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", + "title": "Airlines Strand Passengers Who Partied on Flight Without Masks", + "description": "Maskless Canadian passengers partied on a Sunwing Airlines plane. Now they are being investigated for violating the country’s aviation rules and Covid restrictions.", + "content": "Maskless Canadian passengers partied on a Sunwing Airlines plane. Now they are being investigated for violating the country’s aviation rules and Covid restrictions.", + "category": "Aviation Accidents, Safety and Disasters", + "link": "https://www.nytimes.com/2022/01/07/world/canada/montreal-cancun-party-flight.html", + "creator": "Maria Cramer", + "pubDate": "Sat, 08 Jan 2022 00:17:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202124,17 +205952,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb79cac34feb59c97af76542b7b0c492", + "hash": "e4d045f90779921c400d3e94d8b36e24", "highlights": [] }, { - "title": "Biden Will Deliver a Speech on Voting Rights in Atlanta on Tuesday", - "description": "President Biden and Vice President Kamala Harris will visit Atlanta next week.", - "content": "President Biden and Vice President Kamala Harris will visit Atlanta next week.", - "category": "Speeches and Statements", - "link": "https://www.nytimes.com/2022/01/05/us/politics/biden-harris-voting-rights-speech-atlanta.html", - "creator": "Katie Rogers", - "pubDate": "Wed, 05 Jan 2022 22:14:52 +0000", + "title": "Nearly 6,000 Detained Amid Unrest in Kazakhstan", + "description": "The mayor’s office building was burned during demonstrations last week in Almaty, Kazakhstan.", + "content": "The mayor’s office building was burned during demonstrations last week in Almaty, Kazakhstan.", + "category": "Demonstrations, Protests and Riots", + "link": "https://www.nytimes.com/2022/01/09/world/europe/kazakhstan-protests.html", + "creator": "Ivan Nechepurenko", + "pubDate": "Sun, 09 Jan 2022 16:55:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202146,17 +205974,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f6cd07144934edd730fdba45ae191e1", + "hash": "d48806b25be03a7ebf1e97d3c4dd7edd", "highlights": [] }, { - "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", + "title": "Ron Johnson, G.O.P. Senator From Wisconsin, Will Seek Re-election", + "description": "Senator Ron Johnson had pledged to serve for no more than 12 years, but he began to privately reconsider after the 2018 elections.", + "content": "Senator Ron Johnson had pledged to serve for no more than 12 years, but he began to privately reconsider after the 2018 elections.", + "category": "Johnson, Ron (1955- )", + "link": "https://www.nytimes.com/2022/01/09/us/politics/ron-johnson-senate-wisconsin.html", + "creator": "Reid J. Epstein", + "pubDate": "Sun, 09 Jan 2022 15:10:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202168,17 +205996,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b68f1345820d3688fd8cf8f09fa3b319", + "hash": "36288dd7ab99dd1ea2eb6c6d099bfd34", "highlights": [] }, { - "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", + "title": "Dwayne Hickman, TV’s Lovelorn Dobie Gillis, Is Dead at 87", + "description": "Dwayne Hickman, left, and Bob Denver in “The Many Loves of Dobie Gillis” in 1959. Early in the series, Mr. Hickman’s hair was bleached blond. That stopped when his hair began falling out.", + "content": "Dwayne Hickman, left, and Bob Denver in “The Many Loves of Dobie Gillis” in 1959. Early in the series, Mr. Hickman’s hair was bleached blond. That stopped when his hair began falling out.", + "category": "Television", + "link": "https://www.nytimes.com/2022/01/09/obituaries/dwayne-hickman-dead.html", + "creator": "Margalit Fox", + "pubDate": "Sun, 09 Jan 2022 20:42:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202190,17 +206018,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bf2d823f542b923f97435824a750efc", + "hash": "90d95777e401e967e5763ec1a70c30f0", "highlights": [] }, { - "title": "Britain Extends Pardons Policy for Consensual Same-Sex Partners", - "description": "The government’s action expands earlier legislative efforts, but for some gay people it is too little, too late. “It impacted me my whole life,” one man said of his conviction.", - "content": "The government’s action expands earlier legislative efforts, but for some gay people it is too little, too late. “It impacted me my whole life,” one man said of his conviction.", - "category": "Discrimination", - "link": "https://www.nytimes.com/2022/01/05/world/europe/britain-extends-pardons-same-sex-partners.html", - "creator": "Isabella Kwai", - "pubDate": "Wed, 05 Jan 2022 20:10:59 +0000", + "title": "Body of Virginia Man Who Abandoned Vehicle in Snowstorm Is Found", + "description": "Motorists in Virginia stranded by an intense winter storm that bore down on the region early this week.", + "content": "Motorists in Virginia stranded by an intense winter storm that bore down on the region early this week.", + "category": "Virginia", + "link": "https://www.nytimes.com/2022/01/08/us/virginia-snowstorm-body-found.html", + "creator": "Isabella Grullón Paz", + "pubDate": "Sun, 09 Jan 2022 00:56:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202212,17 +206040,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7dcc1dfad36881344febbdf760ba41a4", + "hash": "a5f213eaa70d8a0e1dbc189fe2f99020", "highlights": [] }, { - "title": "Slate’s Top Editor Leaves After a Three-Year Run", - "description": "Jared Hohlt, Slate’s editor in chief, is departing the digital magazine Friday.", - "content": "Jared Hohlt, Slate’s editor in chief, is departing the digital magazine Friday.", - "category": "Appointments and Executive Changes", - "link": "https://www.nytimes.com/2022/01/05/business/media/slate-editor-jared-hohlt.html", - "creator": "Marc Tracy", - "pubDate": "Wed, 05 Jan 2022 22:02:30 +0000", + "title": "First They Built a House. Later, Huts. Then, a Life Together.", + "description": "Despite the rain that fell before and during the wedding, the couple was able to salvage most of their décor.", + "content": "Despite the rain that fell before and during the wedding, the couple was able to salvage most of their décor.", + "category": "Weddings and Engagements", + "link": "https://www.nytimes.com/2022/01/07/style/michael-porten-trish-andersen-wedding.html", + "creator": "Tammy La Gorce", + "pubDate": "Sat, 08 Jan 2022 15:57:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202234,17 +206062,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "38e6e12ff04617fabb343b35f58eaa83", + "hash": "01ace6a5d7b36514e3bdcd2bb5947737", "highlights": [] }, { - "title": "Adrienne Adams, 1st Black NYC Council Speaker, Says City Is at a Crossroads", - "description": "Adrienne Adams will lead the City Council as New York grapples with Covid and an uncertain financial future.", - "content": "Adrienne Adams 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 21:59:54 +0000", + "title": "How a Mobile Covid Tester Spends Her Sundays", + "description": "Jona Tajonera, right, at a testing site in Hell’s Kitchen last Sunday. She started her company after her sister died of Covid-19. “It makes me feel better that I can help people because I wasn’t able to help her.”", + "content": "Jona Tajonera, right, at a testing site in Hell’s Kitchen last Sunday. She started her company after her sister died of Covid-19. “It makes me feel better that I can help people because I wasn’t able to help her.”", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/07/nyregion/covid-testing-nyc.html", + "creator": "Alyson Krueger", + "pubDate": "Fri, 07 Jan 2022 14:50:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202256,17 +206084,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7b4ff75f788207cc4f15e9cfc3301c8", + "hash": "356484816999070dd565b9f83bc1f428", "highlights": [] }, { - "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", + "title": "The Vitality of Black Criticism", + "description": "Clockwise from top, powerful figures in pop culture that Black critics have discussed, and need to continue discussing: Cecil Taylor, John Coltrane, Sun Ra, Archie Shepp, Cardi B, Sonny Rollins and Drake.", + "content": "Clockwise from top, powerful figures in pop culture that Black critics have discussed, and need to continue discussing: Cecil Taylor, John Coltrane, Sun Ra, Archie Shepp, Cardi B, Sonny Rollins and Drake.", + "category": "Black People", + "link": "https://www.nytimes.com/2022/01/07/arts/music/black-critics-pop-conference.html", + "creator": "Daphne A. Brooks", + "pubDate": "Fri, 07 Jan 2022 20:00:47 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202278,17 +206106,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7cd0c7f197b2f1621c2ed416530cbf05", + "hash": "08a05d0557fc10eb227c02d9379a6c11", "highlights": [] }, { - "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.", + "title": "Book Review: ‘To Paradise,’ by Hanya Yanagihara", + "description": "“To Paradise” spans centuries and continents with a dizzying array of themes, situations and motifs.", + "content": "“To Paradise” spans centuries and continents with a dizzying array of themes, situations and motifs.", "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", + "link": "https://www.nytimes.com/2022/01/07/books/review/to-paradise-hanya-yanigihara.html", + "creator": "Gish Jen", + "pubDate": "Sat, 08 Jan 2022 01:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202300,17 +206128,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "564fd01c27d13648cb97db45c1f04644", + "hash": "d22be6d6031f98edc1ef8619586514bd", "highlights": [] }, { - "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", + "title": "‘Euphoria’ Season 2 Is Almost Here. Let's Review Where It Left Off.", + "description": "Zendaya, left, and Hunter Schafer in a scene from from the first season of HBO’s hit teen drama “Euphoria,” which returns for Season 2 on Sunday.", + "content": "Zendaya, left, and Hunter Schafer in a scene from from the first season of HBO’s hit teen drama “Euphoria,” which returns for Season 2 on Sunday.", + "category": "Television", + "link": "https://www.nytimes.com/2022/01/07/arts/television/euphoria-season-2.html", + "creator": "Sadiba Hasan", + "pubDate": "Fri, 07 Jan 2022 14:40:32 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202322,17 +206150,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "22351e410435e408dbd1659ce407a5d0", + "hash": "05f23904403f6d8c03c9cbc54205e8b0", "highlights": [] }, { - "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", + "title": "Left Out of High-Level Talks, Ukraine Tries Other Diplomatic Channels", + "description": "Ukrainian reservists during exercises last month near Kyiv, the capital.", + "content": "Ukrainian reservists during exercises last month near Kyiv, the capital.", + "category": "War and Armed Conflicts", + "link": "https://www.nytimes.com/2022/01/09/world/europe/ukraine-russia-negotiations.html", + "creator": "Andrew E. Kramer", + "pubDate": "Sun, 09 Jan 2022 14:54:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202344,17 +206172,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "67e90483ded025709d4b633ecf7b5c1e", + "hash": "c88a3ad7b8a1c3e51c8cf230845384c2", "highlights": [] }, { - "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.", + "title": "At Least 19 Are Dead in Bronx Apartment Fire, Officials Say", + "description": "The death toll includes nine children. Mayor Eric Adams said the fire was one of the worst in the city “in modern times.” Follow updates here.", + "content": "The death toll includes nine children. Mayor Eric Adams said the fire was one of the worst in the city “in modern times.” Follow updates here.", "category": "", - "link": "https://www.nytimes.com/live/2022/01/05/world/omicron-covid-vaccine-tests", + "link": "https://www.nytimes.com/live/2022/01/09/nyregion/bronx-fire", "creator": "The New York Times", - "pubDate": "Wed, 05 Jan 2022 19:02:44 +0000", + "pubDate": "Sun, 09 Jan 2022 20:10:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202366,17 +206194,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3187bed0cf6821525526206f00457d5b", + "hash": "a990edffb6bf3feaed1c9f5f74e470bc", "highlights": [] }, { - "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", + "title": "How to Go From Homelessness to Venture Capital", + "description": "Training programs like Year Up can rescue people like Fred Mutsinzi — but they aren’t cheap.", + "content": "Training programs like Year Up can rescue people like Fred Mutsinzi — but they aren’t cheap.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2022/01/07/opinion/homelessness-venture-capital.html", + "creator": "Peter Coy", + "pubDate": "Fri, 07 Jan 2022 21:08:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202388,17 +206216,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "299781f4e62a392bbfe38e585e432456", + "hash": "b5c032e9d9f190bc8bcb4384cfd99f5d", "highlights": [] }, { - "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", + "title": "Omicron, Ukraine, Golden Globes: Your Weekend Briefing", + "description": "Lines for Covid testing stretched around the block at a Baltimore County Health Department Covid site last week.", + "content": "Lines for Covid testing stretched around the block at a Baltimore County Health Department Covid site last week.", + "category": "", + "link": "https://www.nytimes.com/2022/01/09/briefing/omicron-ukraine-golden-globes.html", + "creator": "Remy Tumin", + "pubDate": "Sun, 09 Jan 2022 11:06:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202410,17 +206238,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1239af19d252b97f48cdc96edf9ecd54", + "hash": "d116b671c22c1cd33f77c64087ff6c90", "highlights": [] }, { - "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", + "title": "Dwayne Hickman, T.V.’s Lovelorn Dobie Gillis, Is Dead at 87", + "description": "Dwayne Hickman, left, and Bob Denver in “The Many Lives of Dobie Gillis” in 1959. Early in the series, Mr. Hickman’s hair was bleached blond. That stopped when his hair began falling out.", + "content": "Dwayne Hickman, left, and Bob Denver in “The Many Lives of Dobie Gillis” in 1959. Early in the series, Mr. Hickman’s hair was bleached blond. That stopped when his hair began falling out.", + "category": "Television", + "link": "https://www.nytimes.com/2022/01/09/obituaries/dwayne-hickman-dead.html", + "creator": "Margalit Fox", + "pubDate": "Sun, 09 Jan 2022 19:50:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202432,17 +206260,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "69928a13027a5b27be58202e54910a98", + "hash": "cbb08c06877adfacb688b459815e66c8", "highlights": [] }, { - "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", + "title": "Dak Prescott and the Cowboys’ Starters Launch Into Playoffs", + "description": "Dak Prescott threw five touchdown passes in Saturday’s win, setting the Cowboys' franchise record at 37 for a single-season.", + "content": "Dak Prescott threw five touchdown passes in Saturday’s win, setting the Cowboys' franchise record at 37 for a single-season.", + "category": "Football", + "link": "https://www.nytimes.com/2022/01/09/sports/football/cowboys-eagles-score.html", + "creator": "Ben Shpigel", + "pubDate": "Sun, 09 Jan 2022 06:53:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202454,17 +206282,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6797f66cd7dd94bca5cfb0ac7a772f6d", + "hash": "ce26052257699117c64f0f47970a8be5", "highlights": [] }, { - "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", + "title": "Lawrence N. Brooks, 112, Oldest American World War II Veteran, Dies", + "description": "Lawrence N. Brooks in 2019. He was a private in a service regiment in Australia during World War II and spoke of serving in the segregated Army in an oral history interview with the National World War II Museum in New Orleans.", + "content": "Lawrence N. Brooks in 2019. He was a private in a service regiment in Australia during World War II and spoke of serving in the segregated Army in an oral history interview with the National World War II Museum in New Orleans.", + "category": "Veterans", + "link": "https://www.nytimes.com/2022/01/06/obituaries/lawrence-n-brooks-dead.html", + "creator": "The Associated Press", + "pubDate": "Sat, 08 Jan 2022 13:37:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202476,17 +206304,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "347929b072bd3353dd5b7f6cb2950343", + "hash": "271040809d958057e9d5c1eae6b00854", "highlights": [] }, { - "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", + "title": "32 seriously hurt in Bronx apartment building fire, officials say.", + "description": "About 200 firefighters responded to the scene of a fire in a high-rise building in the Tremont section of the Bronx on Sunday.", + "content": "About 200 firefighters responded to the scene of a fire in a high-rise building in the Tremont section of the Bronx on Sunday.", + "category": "Fires and Firefighters", + "link": "https://www.nytimes.com/2022/01/09/nyregion/bronx-fire-apartment-building.html", + "creator": "Azi Paybarah", + "pubDate": "Sun, 09 Jan 2022 19:48:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202498,17 +206326,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e91a6c24c51ee9be7ec4524bf1f45a8", + "hash": "d43ea1463c9f12f7786e904b36a97c1b", "highlights": [] }, { - "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", + "title": "London Schools Are Determined to Stay Open. Staff Illnesses Make It Hard.", + "description": "A science class at Copthall School in north London. Many parents and school administrators are desperate to keep schools open after two years of chaotic closures, but the latest wave of the pandemic has made it difficult.", + "content": "A science class at Copthall School in north London. Many parents and school administrators are desperate to keep schools open after two years of chaotic closures, but the latest wave of the pandemic has made it difficult.", + "category": "Coronavirus Reopenings", + "link": "https://www.nytimes.com/2022/01/09/world/europe/london-schools-covid-omicron.html", + "creator": "Megan Specia", + "pubDate": "Sun, 09 Jan 2022 11:26:37 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202520,17 +206348,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "203f9cf5272af1668468a7f2c673f99f", + "hash": "fd0dfdb1014f3c0fbf00e6e95e54e9a8", "highlights": [] }, { - "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", + "title": "A Guide to What Is Happening With the 2022 Golden Globes", + "description": "A guide to everything we know — and don’t know — about the 79th annual Golden Globes on Sunday night.", + "content": "A guide to everything we know — and don’t know — about the 79th annual Golden Globes on Sunday night.", + "category": "Movies", + "link": "https://www.nytimes.com/2022/01/06/movies/golden-globes-hfpa.html", + "creator": "Sarah Bahr", + "pubDate": "Thu, 06 Jan 2022 17:03:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202542,17 +206370,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "723094c5574c25578c874645644777a5", + "hash": "d5c23939e7ab3ea1b3f40b3cbb0c6174", "highlights": [] }, { - "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", + "title": " Harry Reid’s Memorial Draws Tributes From Biden and Obama", + "description": "Some of the country’s most prominent Democrats recounted tales showcasing the former Senate majority leader’s tenacity and modesty.", + "content": "Some of the country’s most prominent Democrats recounted tales showcasing the former Senate majority leader’s tenacity and modesty.", + "category": "Biden, Joseph R Jr", + "link": "https://www.nytimes.com/2022/01/08/us/politics/harry-reid-memorial-service.html", + "creator": "Zolan Kanno-Youngs and Carl Hulse", + "pubDate": "Sun, 09 Jan 2022 01:43:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202564,17 +206392,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "89cd9861c082cdf3c1cf9a73b98b957a", + "hash": "513f6bea1be912f915ed807a9816a892", "highlights": [] }, { - "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", + "title": "31 Seriously Hurt in Bronx Apartment Building Fire, Officials Say", + "description": "About 200 firefighters responded to the scene of a fire in a high-rise building in the Tremont section of the Bronx on Sunday.", + "content": "About 200 firefighters responded to the scene of a fire in a high-rise building in the Tremont section of the Bronx on Sunday.", + "category": "Fires and Firefighters", + "link": "https://www.nytimes.com/2022/01/09/nyregion/bronx-fire-apartment-building.html", + "creator": "Azi Paybarah", + "pubDate": "Sun, 09 Jan 2022 17:51:36 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202586,17 +206414,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b1fc7c05e3048715a1a880e968f25e5", + "hash": "2f7ed76dd2cee6b22043be4b61a8be00", "highlights": [] }, { - "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", + "title": "Max Julien, Star of a Cult Blaxploitation Film, Dies at 88", + "description": "Black audiences flocked to see him in “The Mack,” and generations of cinephiles have paid homage to his star turn, his smooth delivery and his extraordinary costumes.", + "content": "Black audiences flocked to see him in “The Mack,” and generations of cinephiles have paid homage to his star turn, his smooth delivery and his extraordinary costumes.", + "category": "Julien, Max (1933-2022)", + "link": "https://www.nytimes.com/2022/01/08/movies/max-julien-dead.html", + "creator": "Penelope Green", + "pubDate": "Sat, 08 Jan 2022 23:17:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202608,17 +206436,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "51961f23088e4cb1c02e315f72ce476b", + "hash": "46676737937ded4d559e141527171744", "highlights": [] }, { - "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", + "title": "Rubble and Repression: An Intimate Look at Germany in the Decade After Hitler", + "description": "“Aftermath,” by Harald Jähner, recounts Germans rebuilding their country while avoiding any reckoning with what the Nazi regime had done in their name.", + "content": "“Aftermath,” by Harald Jähner, recounts Germans rebuilding their country while avoiding any reckoning with what the Nazi regime had done in their name.", + "category": "Aftermath: Life in the Fallout of the Third Reich, 1945-1955 (Book)", + "link": "https://www.nytimes.com/2022/01/09/books/review-aftermath-life-in-fallout-third-reich-harald-jahner.html", + "creator": "Jennifer Szalai", + "pubDate": "Sun, 09 Jan 2022 10:00:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202630,17 +206458,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f11f111d14614ea8af7a50a36b26c1f", + "hash": "b7faabad602ce5eeaf00b4fcc61a0d59", "highlights": [] }, { - "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", + "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": "", @@ -202652,17 +206480,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "55b57b30e294c280f23def8c054ae3c3", + "hash": "b7a553c8102456440d3a09ca13622d38", "highlights": [] }, { - "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", + "title": "Sara Menker and Gro Intelligence Are Tackling Global Hunger", + "description": "Sara Menker", + "content": "Sara Menker", + "category": "Menker, Sara", + "link": "https://www.nytimes.com/2022/01/07/business/sara-menker-gro-intelligence.html", + "creator": "David Gelles", + "pubDate": "Fri, 07 Jan 2022 14:23:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202674,17 +206502,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "50a419b839115a6f05f8808c1fd94f0c", + "hash": "40dc0f67204d261a86a4efaf28fc68f2", "highlights": [] }, { - "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", + "title": "Fossils of a Prehistoric Rainforest Hide in Australia’s Rusted Rocks", + "description": "The find suggests overlooked rocks across the continent may contain more fossilized surprises.", + "content": "The find suggests overlooked rocks across the continent may contain more fossilized surprises.", + "category": "Fossils", + "link": "https://www.nytimes.com/2022/01/07/science/fossils-australia-rainforest.html", + "creator": "Jack Tamisiea", + "pubDate": "Fri, 07 Jan 2022 19:00:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202696,17 +206524,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b332436b7a267fda87d4fe94a08a82ea", + "hash": "ad07dc0262b1184f7c77826677df60db", "highlights": [] }, { - "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", + "title": "Saudi Princess Is Released From Jail After 3 Years", + "description": "Princess Basmah bint Saud in Washington in 2017 during a discussion about the role of women in the Middle East.", + "content": "Princess Basmah bint Saud in Washington in 2017 during a discussion about the role of women in the Middle East.", + "category": "Royal Families", + "link": "https://www.nytimes.com/2022/01/09/world/middleeast/saudi-princess-released.html", + "creator": "Ben Hubbard", + "pubDate": "Sun, 09 Jan 2022 12:32:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202718,17 +206546,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2481a3a8222b1c98e34428866c82fcc1", + "hash": "f5c6b9330433be20f2ce5f794c155df7", "highlights": [] }, { - "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", + "title": "Robert Birnbaum, Architect of Modern-Day Financial Markets, Dies at 94", + "description": "Robert Birnbaum, president of the New York Stock Exchange, second from right, with Al Gore, then a U.S. senator, third from right, as Mr. Gore rang the exchange’s opening bell in 1988. Mr. Birnbaum steered the exchange through “Black Monday” in 1987 and helped create the circuit breakers that headed off later market meltdowns.", + "content": "Robert Birnbaum, president of the New York Stock Exchange, second from right, with Al Gore, then a U.S. senator, third from right, as Mr. Gore rang the exchange’s opening bell in 1988. Mr. Birnbaum steered the exchange through “Black Monday” in 1987 and helped create the circuit breakers that headed off later market meltdowns.", + "category": "Deaths (Obituaries)", + "link": "https://www.nytimes.com/2022/01/08/business/robert-birnbaum-dead.html", + "creator": "Emily Flitter", + "pubDate": "Sat, 08 Jan 2022 19:24:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202740,17 +206568,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "39453b381ceb3f7b5512c3b15e8585bf", + "hash": "303f13311ae3de953c3698f1cbe20aad", "highlights": [] }, { - "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", + "title": "Elmo’s Unhinged Rant About a Pet Rock Resonates With the Exasperated", + "description": "A 2004 clip in which the “Sesame Street” characters Zoe, left, and Elmo debate the reality of a pet rock captured a moment that viewers used to project their own sentiments.", + "content": "A 2004 clip in which the “Sesame Street” characters Zoe, left, and Elmo debate the reality of a pet rock captured a moment that viewers used to project their own sentiments.", + "category": "Elmo (Fictional Character)", + "link": "https://www.nytimes.com/2022/01/08/arts/television/elmo-pet-rock-rocco-feud.html", + "creator": "Eduardo Medina", + "pubDate": "Sat, 08 Jan 2022 23:27:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202762,17 +206590,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4cb8f335e3778f82817c7edbed7df357", + "hash": "7bcf34ca3366f1abdd620aad510248be", "highlights": [] }, { - "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", + "title": "Officials’ Party Galls Hong Kong, Chafing Under Covid (and Political) Controls", + "description": "A line for coronavirus testing on Sunday at Victoria Park in Hong Kong.", + "content": "A line for coronavirus testing on Sunday at Victoria Park in Hong Kong.", + "category": "Hong Kong", + "link": "https://www.nytimes.com/2022/01/09/world/asia/hong-kong-party-covid.html", + "creator": "Austin Ramzy", + "pubDate": "Sun, 09 Jan 2022 11:55:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202784,17 +206612,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "927d73f84aba32fe00028df80c9579a1", + "hash": "37e7450705a1ab3a9389773f43bdd03b", "highlights": [] }, { - "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", + "title": "Left Out of High-Level Talks, Ukraine Tries Other Diplomatic Channels", + "description": "Ukrainian reservists during exercises last month near Kyiv, the capital.", + "content": "Ukrainian reservists during exercises last month near Kyiv, the capital.", + "category": "War and Armed Conflicts", + "link": "https://www.nytimes.com/2022/01/09/world/europe/left-out-of-high-level-talks-ukraine-tries-other-diplomatic-channels.html", + "creator": "Andrew E. Kramer", + "pubDate": "Sun, 09 Jan 2022 10:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202806,17 +206634,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "15e808969c9b13cc7825529be615648d", + "hash": "9d4bb9d7bb1658bd3f2fb16e30e1752a", "highlights": [] }, { - "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", + "title": "Fury Alone Won’t Destroy Trumpism. We Need a Plan B.", + "description": "An election worker in Port Orchard, Wash., on Nov. 3, 2020.", + "content": "An election worker in Port Orchard, Wash., on Nov. 3, 2020.", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2022/01/09/opinion/trump-bannon-trumpism-democracy.html", + "creator": "Ezra Klein", + "pubDate": "Sun, 09 Jan 2022 15:06:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202828,17 +206656,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5f159fe8b81247ed021f1482dce7ab9", + "hash": "0bb541b507d7434ff556659bcde18bbd", "highlights": [] }, { - "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. ", + "title": "What Surprised Us in Focus Groups With Voters About Jan. 6", + "description": "We held discussions with Republicans and Democrats about the attack on the Capitol and our democracy. Here’s what we found.", + "content": "We held discussions with Republicans and Democrats about the attack on the Capitol and our democracy. Here’s what we found.", "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", + "link": "https://www.nytimes.com/2022/01/07/opinion/voter-focus-groups-jan-6.html", + "creator": "Patrick Healy", + "pubDate": "Sat, 08 Jan 2022 16:31:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202850,17 +206678,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "93b1d09b4cb2b244d45d6dc879aca757", + "hash": "a61cfba71180e4f3f3aeff7ead67cad9", "highlights": [] }, { - "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", + "title": "High Inflation May Not Disappear in 2022", + "description": "The next few months will be unusually murky.", + "content": "The next few months will be unusually murky.", + "category": "International Trade and World Market", + "link": "https://www.nytimes.com/2022/01/07/opinion/inflation-2022-us-economy.html", + "creator": "Paul Krugman", + "pubDate": "Fri, 07 Jan 2022 18:33:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202872,17 +206700,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "289d29ccc980ebf7df83a6a53a6f3c51", + "hash": "81b5d58202362b42ad6072e3c97aa2d2", "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.", - "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", + "title": "F.D.R.’s Court-Packing Plan Had Two Parts. We Need to Bring Back the Second.", + "description": "Roosevelt warned about courts becoming a “third house of the national legislature.” History may be on the verge of repeating itself.", + "content": "Roosevelt warned about courts becoming a “third house of the national legislature.” History may be on the verge of repeating itself.", + "category": "Law and Legislation", + "link": "https://www.nytimes.com/2022/01/07/opinion/supreme-court-vaccine-mandate.html", + "creator": "Stephen I. Vladeck", + "pubDate": "Fri, 07 Jan 2022 10:59:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202894,17 +206722,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "feffd118467dffa70b4a1dc9ca8a07ac", + "hash": "41f3c33792204ac7b1912bf98e1903d3", "highlights": [] }, { - "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", + "title": "No One Is Coming to Save Us From the ‘Dagger at the Throat of America’", + "description": "Our democracy needs your help.", + "content": "Our democracy needs your help.", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2022/01/07/opinion/trump-democracy-voting-jan-6.html", + "creator": "Richard L. Hasen", + "pubDate": "Fri, 07 Jan 2022 12:17:45 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202916,17 +206744,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a7aa1f3051388850bef8a06cf21a01f", + "hash": "0149aa04fd174844b087a210016a1285", "highlights": [] }, { - "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", + "title": "The Ukraine Crisis Is About Much More Than Ukraine", + "description": "The escalation with the country is a brush stroke on a much bigger canvas.", + "content": "The escalation with the country is a brush stroke on a much bigger canvas.", + "category": "Russia", + "link": "https://www.nytimes.com/2022/01/07/opinion/russia-ukraine-putin-nato.html", + "creator": "Lilia Shevtsova", + "pubDate": "Fri, 07 Jan 2022 06:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202938,17 +206766,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec492baf0e665ee4e7c415e426bc8c8c", + "hash": "eb21a9fdf3f1e868f40c608df2132c6e", "highlights": [] }, { - "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", + "title": "Sidney Poitier, Who Paved the Way for Black Actors in Film, Dies at 94", + "description": "Sidney Poitier’s Academy Award for the 1963 film “Lilies of the Field” made him the first Black performer to win in the best-actor category. He rose to prominence when the civil rights movement was beginning to make headway in the United States.", + "content": "Sidney Poitier’s Academy Award for the 1963 film “Lilies of the Field” made him the first Black performer to win in the best-actor category. He rose to prominence when the civil rights movement was beginning to make headway in the United States.", + "category": "Deaths (Obituaries)", + "link": "https://www.nytimes.com/2022/01/07/movies/sidney-poitier-dead.html", + "creator": "William Grimes", + "pubDate": "Fri, 07 Jan 2022 17:35:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202960,17 +206788,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3658e6b0ada1e240a22a7fe6b441941", + "hash": "d2addbb819b41b05fcb78befddcb05d4", "highlights": [] }, { - "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", + "title": "Three Men Sentenced to Life in Prison in Ahmaud Arbery Killing", + "description": "Travis McMichael, William Bryan and Gregory McMichael were sentenced on Friday for the murder of Ahmaud Arbery.", + "content": "Travis McMichael, William Bryan and Gregory McMichael were sentenced on Friday for the murder of Ahmaud Arbery.", + "category": "Murders, Attempted Murders and Homicides", + "link": "https://www.nytimes.com/2022/01/07/us/mcmichael-bryan-sentencing-ahmaud-arbery-killing.html", + "creator": "Richard Fausset", + "pubDate": "Fri, 07 Jan 2022 21:27:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -202982,17 +206810,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "78c3fb6935855775e06383f887f430ad", + "hash": "61f8cc0295fcf870133cb6a323ce8efa", "highlights": [] }, { - "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", + "title": "Here’s How Climate Change and Covid Are Transforming Skiing", + "description": "Ingrid Backstrom, a professional skiier, at Stevens Pass in Skykomish, Wash., on Dec. 19, the first weekend the area was skiable. ", + "content": "Ingrid Backstrom, a professional skiier, at Stevens Pass in Skykomish, Wash., on Dec. 19, the first weekend the area was skiable. ", + "category": "Alpine Skiing", + "link": "https://www.nytimes.com/2022/01/07/climate/skiing-climate-change.html", + "creator": "Lauren Jackson", + "pubDate": "Fri, 07 Jan 2022 10:00:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203004,17 +206832,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "55a8633e47f08857c5a370ec1b2f0e2e", + "hash": "c74e5c11d2a5de6660a71f3a2f2e44c2", "highlights": [] }, { - "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", + "title": "Lani Guinier, Legal Scholar at the Center of Controversy, Dies at 71", + "description": "Lani Guinier in 1998, five years after her nomination for a top post in the Justice Department was withdrawn.", + "content": "Lani Guinier in 1998, five years after her nomination for a top post in the Justice Department was withdrawn.", + "category": "Deaths (Obituaries)", + "link": "https://www.nytimes.com/2022/01/07/us/politics/lani-guinier-dead.html", + "creator": "Clay Risen", + "pubDate": "Fri, 07 Jan 2022 22:42:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203026,17 +206854,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e616756d21ed540a0c1382cda324840a", + "hash": "28d2575aad361ababafed674174b3bdd", "highlights": [] }, { - "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", + "title": "Amy Schneider Becomes First Woman to Surpass $1 Million on ‘Jeopardy!’", + "description": "Amy Schneider hit the $1 million mark on Friday in her 28th game, during which she won over $42,000.", + "content": "Amy Schneider hit the $1 million mark on Friday in her 28th game, during which she won over $42,000.", + "category": "Game Shows", + "link": "https://www.nytimes.com/2022/01/07/arts/television/amy-schneider-jeopardy.html", + "creator": "Julia Jacobs", + "pubDate": "Sat, 08 Jan 2022 02:34:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203048,17 +206876,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "29b73a58c427fde2fe5700f8d5f6ed01", + "hash": "cbc1d733a3187ba70d12714064c218c2", "highlights": [] }, { - "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", + "title": "Covid Live Updates: U.S. Testing Problems Multiply", + "description": "The waits at testing centers are often hours long, pharmacies can barely keep at-home tests on shelves and Omicron may be harder to detect. Oregon, facing what Gov. Kate Brown says is “a critical point,” is activating the National Guard to help strained hospitals.", + "content": "The waits at testing centers are often hours long, pharmacies can barely keep at-home tests on shelves and Omicron may be harder to detect. Oregon, facing what Gov. Kate Brown says is “a critical point,” is activating the National Guard to help strained hospitals.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/08/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Sat, 08 Jan 2022 14:52:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203070,17 +206898,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "46d3bf46642eab0c289cd7922de1d5aa", + "hash": "5758f6ebc13d2adf0cf1376205c4d148", "highlights": [] }, { - "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", + "title": "Heavy Snow Kills 21 at Murree Hill Station in Pakistan", + "description": "Cars are stuck under fallen trees on a snowy road in Murree, Pakistan, in an image taken from a video on Saturday.", + "content": "Cars are stuck under fallen trees on a snowy road in Murree, Pakistan, in an image taken from a video on Saturday.", + "category": "Snow and Snowstorms", + "link": "https://www.nytimes.com/2022/01/08/world/asia/pakistan-snow-kills-21-murree-hill-station.html", + "creator": "Salman Masood", + "pubDate": "Sat, 08 Jan 2022 15:03:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203092,17 +206920,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "12c9b0860853b277b9974d1c3016ac6b", + "hash": "45fe298c411e4f4826a2bd5733ee05f3", "highlights": [] }, { - "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", + "title": "How Kansas City's Win Affects the N.F.L. Playoff Picture", + "description": "Nick Bolton, left, recovered a Melvin Gordon fumble and returned it 86 yards for the go-ahead score in Kansas City’s win Saturday over the Denver Broncos.", + "content": "Nick Bolton, left, recovered a Melvin Gordon fumble and returned it 86 yards for the go-ahead score in Kansas City’s win Saturday over the Denver Broncos.", + "category": "Football", + "link": "https://www.nytimes.com/2022/01/08/sports/football/chiefs-broncos-score.html", + "creator": "Alanis Thames", + "pubDate": "Sun, 09 Jan 2022 04:36:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203114,17 +206942,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8cd67fc2734afa090034c06bd426e31", + "hash": "43d235aa427b31a329604e8f303cd683", "highlights": [] }, { - "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", + "title": "Clifton Mooney's Polaroid Portraits", + "description": "Clifton Mooney at home in Brooklyn, N.Y.", + "content": "Clifton Mooney at home in Brooklyn, N.Y.", + "category": "Photography", + "link": "https://www.nytimes.com/2022/01/06/style/clifton-mooney-polaroids.html", + "creator": "Kurt Soller", + "pubDate": "Thu, 06 Jan 2022 19:31:58 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203136,17 +206964,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "82241e5f0d22699f5638a05c80d60712", + "hash": "ec6afa629e0238ab77f2b4078a4b9202", "highlights": [] }, { - "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", + "title": "LaChanze on Alice Childress’s \"Trouble in Mind\"", + "description": "LaChanze as Wiletta Mayer in “Trouble in Mind.” She said the play has allowed her to “convey the things so many Black actors have expressed, but, as Wiletta says, ‘You don’t want to hear.’”", + "content": "LaChanze as Wiletta Mayer in “Trouble in Mind.” She said the play has allowed her to “convey the things so many Black actors have expressed, but, as Wiletta says, ‘You don’t want to hear.’”", + "category": "Theater", + "link": "https://www.nytimes.com/2022/01/06/theater/lachanze-alice-childress-trouble-in-mind.html", + "creator": "LaChanze", + "pubDate": "Fri, 07 Jan 2022 16:20:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203158,17 +206986,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "37fb5581929a2f74488d36e9d1fbf26d", + "hash": "830b416b9e377f1532eda1c182040c01", "highlights": [] }, { - "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", + "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": "", @@ -203180,17 +207008,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "52adf988727aba120bfc65b348a984fd", + "hash": "2b78ecb62aee0d1db022fc4d42be6438", "highlights": [] }, { - "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", + "title": "Caribbean-British Artists Navigating Worlds an Ocean Apart", + "description": "Four artists featured in a major London exhibition about Britain and the Caribbean reflect on identity, the art world and living through changing times.", + "content": "Four artists featured in a major London exhibition about Britain and the Caribbean reflect on identity, the art world and living through changing times.", + "category": "Art", + "link": "https://www.nytimes.com/2022/01/07/arts/design/british-caribbean-artists.html", + "creator": "Desiree Ibekwe", + "pubDate": "Fri, 07 Jan 2022 13:32:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203202,17 +207030,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a4094ba6f6df364b52e4ef09113f9ee", + "hash": "233fc15198dd1cd1118b12c4b26c469d", "highlights": [] }, { - "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", + "title": "Stream These Peter Bogdanovich Movies", + "description": "The director loved the world of classic Hollywood so much that it’s as if he never left it. Here are nine of his film highlights.", + "content": "The director loved the world of classic Hollywood so much that it’s as if he never left it. Here are nine of his film highlights.", + "category": "Movies", + "link": "https://www.nytimes.com/2022/01/07/movies/peter-bogdanovich-movies-streaming.html", + "creator": "Nicolas Rapold", + "pubDate": "Fri, 07 Jan 2022 22:00:37 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203224,17 +207052,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "909f8d0b718b3194d3abaf413ea57486", + "hash": "e56e8b5a2cef73dff50a94e9443c4834", "highlights": [] }, { - "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", + "title": "A Sherlock Holmes Mystery at the Grolier Club", + "description": "A collector’s passion for Holmes and Sir Arthur Conan Doyle is on display in “Sherlock Holmes in 221 Objects.” But can he solve the case of the pirate signature?", + "content": "A collector’s passion for Holmes and Sir Arthur Conan Doyle is on display in “Sherlock Holmes in 221 Objects.” But can he solve the case of the pirate signature?", + "category": "Writing and Writers", + "link": "https://www.nytimes.com/2022/01/07/arts/design/sherlock-holmes-exhibition-grolier.html", + "creator": "James Barron", + "pubDate": "Fri, 07 Jan 2022 18:00:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203242,21 +207070,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "69efb1a0aca4d5f8fe613b955c9d942f", + "hash": "f6dd5a32667b4faa2889b6b4e14e2284", "highlights": [] }, { - "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", + "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": "", @@ -203268,17 +207096,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4595d5c1cdb233fd08a38dcc5cf9329e", + "hash": "17c8b53da70c2ae6bd867fd1497bae4d", "highlights": [] }, { - "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", + "title": "One Year After the Jan. 6 Attack, Parler’s C.E.O Grapples With Big Tech and Trump", + "description": "George Farmer doubles down on his efforts to revive a right-leaning social media company that was taken offline a year ago.", + "content": "George Farmer doubles down on his efforts to revive a right-leaning social media company that was taken offline a year ago.", + "category": "Computers and the Internet", + "link": "https://www.nytimes.com/2022/01/06/opinion/sway-kara-swisher-george-farmer.html", + "creator": "‘Sway’", + "pubDate": "Thu, 06 Jan 2022 10:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203290,17 +207118,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d2d8cf3ea6751182d0e47b4500fe36d", + "hash": "7a790b623b56f2a3aa99c31ae0012f33", "highlights": [] }, { - "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", + "title": "Cable TV Is the New Landline", + "description": "Old habits die hard. But technology can change entrenched ways of doing things slowly and then very quickly.", + "content": "Old habits die hard. But technology can change entrenched ways of doing things slowly and then very quickly.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2022/01/06/technology/cable-tv.html", + "creator": "Shira Ovide", + "pubDate": "Thu, 06 Jan 2022 17:26:36 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203312,17 +207140,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f67d324a26d5baa26290d466dab9372", + "hash": "d0cd1b2109b0b76c767a9f5b80003830", "highlights": [] }, { - "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", + "title": "Chinese Activists Face Subversion Charges for Weekend Gathering", + "description": "Liu Sifang at home in Los Angeles this month. Mr. Liu was among those who gathered in Xiamen, China, in late 2019 and discussed human rights. He later fled China.", + "content": "Liu Sifang at home in Los Angeles this month. Mr. Liu was among those who gathered in Xiamen, China, in late 2019 and discussed human rights. He later fled China.", + "category": "Xu Zhiyong", + "link": "https://www.nytimes.com/2022/01/08/world/asia/china-rights-defense-activists.html", + "creator": "Chris Buckley", + "pubDate": "Sat, 08 Jan 2022 23:06:57 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203334,17 +207162,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0cf7ddecd94b79b45918026c07faa85", + "hash": "1eb16ddf21dcc0f24a02f723fdd960bb", "highlights": [] }, { - "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", + "title": "Alec Baldwin Says He Is Complying With Cellphone Search Warrant", + "description": "Alec Baldwin at an event in New York last month. He said that he would cooperate with the authorities in New Mexico and New York on the search warrant.", + "content": "Alec Baldwin at an event in New York last month. He said that he would cooperate with the authorities in New Mexico and New York on the search warrant.", + "category": "Baldwin, Alec", + "link": "https://www.nytimes.com/2022/01/08/us/alec-baldwin-phone-rust-shooting.html", + "creator": "Julia Jacobs and Graham Bowley", + "pubDate": "Sat, 08 Jan 2022 20:09:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203356,17 +207184,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "074d056cae92d5ceeb10921f2ed85cdc", + "hash": "5198be064ea86447f80734ca70248cc4", "highlights": [] }, { - "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", + "title": "Mariah Bell Wins U.S. Figure Skating Title and a Spot in Beijing", + "description": "Bell celebrating her victory at the U.S. Figure Skating Championships in Nashville on Friday.", + "content": "Bell celebrating her victory at the U.S. Figure Skating Championships in Nashville on Friday.", + "category": "Olympic Games (2022)", + "link": "https://www.nytimes.com/2022/01/08/sports/mariah-bell-figure-skating-title-olympics.html", + "creator": "Juliet Macur", + "pubDate": "Sat, 08 Jan 2022 22:32:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203378,39 +207206,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "c18d70bcc5f207277e3899b15d58831d", + "hash": "96a368297e3c691b7c86215c66751585", "highlights": [] }, { - "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", + "title": "Marilyn Bergman, Half of an Oscar-Winning Songwriting Duo, Dies at 93", + "description": "Marilyn Bergman with her husband, Alan Bergman, right, and the composer Marvin Hamlisch in 1974 after they won a Golden Globe for the song “The Way We Were.” ", + "content": "Marilyn Bergman with her husband, Alan Bergman, right, and the composer Marvin Hamlisch in 1974 after they won a Golden Globe for the song “The Way We Were.” ", + "category": "Deaths (Obituaries)", + "link": "https://www.nytimes.com/2022/01/08/arts/music/marilyn-bergman-dead.html", + "creator": "Anita Gates", + "pubDate": "Sat, 08 Jan 2022 23:45:50 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5081e43b834647ab75c940c53c26b9d6", + "hash": "3843966ec4816fb166d1cbaa05a46705", "highlights": [] }, { - "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": "Asian Immigrant Attacked in Hate Crime Last Year Dies", + "description": "A photo of Yao Pan Ma, who was left in a coma after a hate crime assault in April. He died on Dec. 31.", + "content": "A photo of Yao Pan Ma, who was left in a coma after a hate crime assault in April. He died on Dec. 31.", + "category": "Yao Pan Ma", + "link": "https://www.nytimes.com/2022/01/08/nyregion/anti-asian-hate-crime-death-harlem.html", + "creator": "Troy Closson", + "pubDate": "Sat, 08 Jan 2022 21:19:50 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203422,17 +207250,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9dba295e8f451ed626ea4d99b20401ec", + "hash": "2efd3ba7c3024c652537c5a9aa98fc72", "highlights": [] }, { - "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", + "title": "Amid Crisis, Kazakhstan's Leader Embraces Russia", + "description": "President Kassym-Jomart Tokayev of Kazakhstan last year at the United Nations in New York.", + "content": "President Kassym-Jomart Tokayev of Kazakhstan last year at the United Nations in New York.", + "category": "Demonstrations, Protests and Riots", + "link": "https://www.nytimes.com/2022/01/08/world/europe/kazakhstan-russia.html", + "creator": "Valerie Hopkins", + "pubDate": "Sat, 08 Jan 2022 18:42:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203444,17 +207272,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c512bd5bccc7bf1b732b5dafc5337e48", + "hash": "4b2418cf45985f9e5f6023f7f176618b", "highlights": [] }, { - "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", + "title": "A Woman Surpassed $1 Million on 'Jeopardy!' and She Happens to Be Trans ", + "description": "Amy Schneider on the set of “Jeopardy!”", + "content": "Amy Schneider on the set of “Jeopardy!”", + "category": "Jeopardy! (TV Program)", + "link": "https://www.nytimes.com/2022/01/07/opinion/culture/jeopardy-trans-amy-schneider.html", + "creator": "Jennifer Finney Boylan", + "pubDate": "Sat, 08 Jan 2022 02:24:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203466,17 +207294,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c247afb0605d311ce431d47e3a049ac9", + "hash": "3534511695f4f8a48f070e8ce3bacce9", "highlights": [] }, { - "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", + "title": "My Dinner With Sidney Poitier", + "description": "He was the epitome of Black dignity, Black beauty, Black pride and Black power.", + "content": "He was the epitome of Black dignity, Black beauty, Black pride and Black power.", + "category": "Poitier, Sidney", + "link": "https://www.nytimes.com/2022/01/07/opinion/my-dinner-with-sidney-poitier.html", + "creator": "Charles M. Blow", + "pubDate": "Fri, 07 Jan 2022 23:05:32 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203488,17 +207316,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d787c1ae2105b48944acaeb70304722", + "hash": "320ee25d4318b93307721910d3556777", "highlights": [] }, { - "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", + "title": "Hundreds of Biden Nominees Are Unconfirmed Amid G.O.P. Blockade", + "description": "Deborah E. Lipstadt is among the most prominent of hundreds of President Biden’s nominees whose bids for Senate-confirmed jobs have languished because of partisan dysfunction or personal pique.", + "content": "Deborah E. Lipstadt is among the most prominent of hundreds of President Biden’s nominees whose bids for Senate-confirmed jobs have languished because of partisan dysfunction or personal pique.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/08/us/politics/biden-nominees-senate-confirmation.html", + "creator": "Elizabeth Williamson", + "pubDate": "Sat, 08 Jan 2022 18:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203510,17 +207338,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "08333093940819defb6fa1985cc89ba1", + "hash": "19e0aec1ebba63572700a083d10e65a8", "highlights": [] }, { - "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", + "title": "Worker Killed in Pennsylvania Mine Collapse, State Officials Say", + "description": "Laurel Aggregates’ Lake Lynn Quarry in Springhill Township, where a miner was fatally injured in a roof collapse on Friday, according to Pennsylvania officials.", + "content": "Laurel Aggregates’ Lake Lynn Quarry in Springhill Township, where a miner was fatally injured in a roof collapse on Friday, according to Pennsylvania officials.", + "category": "Mines and Mining", + "link": "https://www.nytimes.com/2022/01/08/us/mine-collapse-pennsylvania-fayette-county.html", + "creator": "Isabella Grullón Paz", + "pubDate": "Sat, 08 Jan 2022 21:55:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203532,17 +207360,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2f54a12e44161fa2948bff403a866c8", + "hash": "76e99b820be3720057a522f7b5ee555b", "highlights": [] }, { - "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", + "title": "They Had Reasons for Leaving the City. So Why Are Their Friends Mad?", + "description": "“I always look for the best in New York, and there I was leaving — like a deserter,” said Joel Schnell, who moved to Lauderdale-by-the-Sea, Fla., during the pandemic, with his wife, Lynne White.", + "content": "“I always look for the best in New York, and there I was leaving — like a deserter,” said Joel Schnell, who moved to Lauderdale-by-the-Sea, Fla., during the pandemic, with his wife, Lynne White.", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2022/01/07/realestate/pandemic-move-friends.html", + "creator": "Joanne Kaufman", + "pubDate": "Fri, 07 Jan 2022 10:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203554,17 +207382,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7663d0800ead1c9e176b423a19e041a2", + "hash": "70a95c353275c07449313ff4acf4f4b8", "highlights": [] }, { - "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", + "title": "Conservative Majority on Supreme Court Appears Skeptical of Biden's Vaccine Plan", + "description": "Protesting a vaccine mandate in San Francisco. The Supreme Court has repeatedly upheld state vaccine mandates in a variety of settings.", + "content": "Protesting a vaccine mandate in San Francisco. The Supreme Court has repeatedly upheld state vaccine mandates in a variety of settings.", + "category": "Supreme Court (US)", + "link": "https://www.nytimes.com/2022/01/07/us/politics/biden-vaccine-mandate-supreme-court.html", + "creator": "Adam Liptak", + "pubDate": "Fri, 07 Jan 2022 19:06:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203576,17 +207404,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b414eddedb7e46fc28c094fc6ce7051c", + "hash": "99055cda137dbdb353b64c1464963672", "highlights": [] }, { - "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", + "title": "Ron Perelman's Debts Come Due", + "description": "Ron Perelman, the chairman and chief executive of MacAndrews & Forbes, which is best known for overseeing Revlon, in his Upper East Side office, where he displays some of his art collection, including works by Cy Twombly and Giacometti.", + "content": "Ron Perelman, the chairman and chief executive of MacAndrews & Forbes, which is best known for overseeing Revlon, in his Upper East Side office, where he displays some of his art collection, including works by Cy Twombly and Giacometti.", + "category": "Perelman, Ronald O", + "link": "https://www.nytimes.com/2022/01/07/style/ron-perelman.html", + "creator": "Jacob Bernstein", + "pubDate": "Fri, 07 Jan 2022 18:05:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203598,17 +207426,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "23808c8d7fa8542dcad977b8f8e9c592", + "hash": "9a613c5976950967b258c3155bc3dc2c", "highlights": [] }, { - "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", + "title": "The Benefits of Bickering in Marriage", + "description": "A relationship is a shared story, even if it’s hard to agree on the details.", + "content": "A relationship is a shared story, even if it’s hard to agree on the details.", + "category": "Love (Emotion)", + "link": "https://www.nytimes.com/2022/01/07/style/modern-love-bickering-marriage.html", + "creator": "Nicole Walker", + "pubDate": "Fri, 07 Jan 2022 05:07:58 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203620,17 +207448,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "60da5c984803678bb5aa64a7ef1506d0", + "hash": "4c51f1d2928a3e677337fdab512139ec", "highlights": [] }, { - "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", + "title": "Cyber Ninjas, Derided for Arizona Vote Review, Says It Is Shutting Down", + "description": "Maricopa County ballots cast in the 2020 election were examined and recounted by Cyber Ninjas in Phoenix last year.", + "content": "Maricopa County ballots cast in the 2020 election were examined and recounted by Cyber Ninjas in Phoenix last year.", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2022/01/07/us/cyber-ninjas-arizona-vote-review.html", + "creator": "Michael Wines", + "pubDate": "Sat, 08 Jan 2022 04:20:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203642,17 +207470,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b10fedc9f452c916ffe87c2aa045542", + "hash": "9817d37a2db5584d0c34734d38ea7930", "highlights": [] }, { - "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", + "title": "Djokovic Stay at Park Hotel Highlights Australia Asylum Seeker Plight", + "description": "The police stood in front of the Park Hotel in Melbourne, Australia, on Thursday, as demonstrators protesting the government’s detention policies for asylum seekers were removed.", + "content": "The police stood in front of the Park Hotel in Melbourne, Australia, on Thursday, as demonstrators protesting the government’s detention policies for asylum seekers were removed.", + "category": "Refugees and Displaced Persons", + "link": "https://www.nytimes.com/2022/01/08/world/asia/australia-djokovic-refugees-hotel.html", + "creator": "Yan Zhuang and Damien Cave", + "pubDate": "Sat, 08 Jan 2022 12:27:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203664,17 +207492,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f2c289dd8d65a5e8eaeeb04e19d41a0", + "hash": "d293774e491ce9ec42cbd18033b0d4bc", "highlights": [] }, { - "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", + "title": "John Thune, No. 2 Senate Republican, Will Seek Re-election", + "description": "Senator John Thune of South Dakota, the No. 2 Senate Republican, had recently told associates that he was considering retirement.", + "content": "Senator John Thune of South Dakota, the No. 2 Senate Republican, had recently told associates that he was considering retirement.", + "category": "Thune, John R", + "link": "https://www.nytimes.com/2022/01/08/us/politics/john-thune-senate-re-election.html", + "creator": "Jonathan Martin", + "pubDate": "Sat, 08 Jan 2022 18:02:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203686,17 +207514,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "619dd575fa8b203c1729d5b0cd3fd084", + "hash": "928166d86ca58aaadfe93691d194da34", "highlights": [] }, { - "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", + "title": "Connecticut High School Hockey Player Dies After Fall on the Rink", + "description": "Brunswick School in Greenwich, Conn., which was playing against a hockey team from St. Luke’s School on Thursday when the student fell on the ice.", + "content": "Brunswick School in Greenwich, Conn., which was playing against a hockey team from St. Luke’s School on Thursday when the student fell on the ice.", + "category": "Teddy Balkind", + "link": "https://www.nytimes.com/2022/01/08/nyregion/connecticut-teddy-balkind-hockey-death.html", + "creator": "Troy Closson", + "pubDate": "Sat, 08 Jan 2022 18:58:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203708,17 +207536,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "459eb292a30e9335d54aec4326b61d5c", + "hash": "943f5fcca23d7487e29a9b5749bc1556", "highlights": [] }, { - "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", + "title": "Skier Mikaela Shiffrin is Back on Top and Headed to the Olympics", + "description": "Mikaela Shiffrin celebrating on the podium in Zagreb, Croatia, this week.", + "content": "Mikaela Shiffrin celebrating on the podium in Zagreb, Croatia, this week.", + "category": "Alpine Skiing", + "link": "https://www.nytimes.com/2022/01/07/sports/olympics/mikaela-shiffrin-beijing-skiing.html", + "creator": "Bill Pennington", + "pubDate": "Fri, 07 Jan 2022 19:03:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203730,17 +207558,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce4436d6f46df8fb880eb68729e305de", + "hash": "c155c1a0554e655dfbbdda1eff58f942", "highlights": [] }, { - "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", + "title": "A Season to Savor a Cherished Musical Again and Again (and Again)", + "description": "From left, Nya, Sharon D Clarke, Harper Miles and Nasia Thomas in “Caroline, or Change.” After catching the first preview, our critic writes, “I started telling people that I would see it three times a week if I could.”", + "content": "From left, Nya, Sharon D Clarke, Harper Miles and Nasia Thomas in “Caroline, or Change.” After catching the first preview, our critic writes, “I started telling people that I would see it three times a week if I could.”", + "category": "Theater", + "link": "https://www.nytimes.com/2022/01/07/theater/caroline-or-change-multiple-views.html", + "creator": "Laura Collins-Hughes", + "pubDate": "Fri, 07 Jan 2022 19:58:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203752,17 +207580,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aaf8838c5fea9379f1d1c238e074008d", + "hash": "4b19f05e7f9ef2f7393d5c4ca44255cb", "highlights": [] }, { - "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", + "title": "A Potato Gratin That Innovates on Tradition", + "description": "This is a dish that tastes better as it sits, so feel free to serve it at room temperature and add the brown butter just before serving.", + "content": "This is a dish that tastes better as it sits, so feel free to serve it at room temperature and add the brown butter just before serving.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2022/01/07/dining/gratin-family-traditions.html", + "creator": "Yotam Ottolenghi", + "pubDate": "Fri, 07 Jan 2022 21:00:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203774,17 +207602,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7cc6b50d5dea744e10f2b8a4eec773ba", + "hash": "11c3cacb827d539a1486a3671cdd5e7d", "highlights": [] }, { - "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", + "title": "‘The School for Good Mothers’ Is Our January Group Text Pick", + "description": "The epigraph at the front of “The School for Good Mothers” comes from “Plainwater,” by Anne Carson: “I wanted to find one law to cover all of the living, I found fear. A list of my nightmares is the map of the way out of here.”", + "content": "The epigraph at the front of “The School for Good Mothers” comes from “Plainwater,” by Anne Carson: “I wanted to find one law to cover all of the living, I found fear. A list of my nightmares is the map of the way out of here.”", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2022/01/04/books/group-text-school-for-good-mothers-jessamine-chan.html", + "creator": "Elisabeth Egan", + "pubDate": "Thu, 06 Jan 2022 21:48:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203796,17 +207624,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c7ba22b15310ccb67d00e325a3a61bf", + "hash": "86d5ca04e374e2fdc358c0ad75efd82f", "highlights": [] }, { - "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", + "title": "Alice Trumbull Mason, Alone and With Friends", + "description": "A poignant gallery show of the artist’s “Shutter Paintings” is paired with an exceptional Whitney exhibition of the forward-looking prints that she and her contemporaries made in days gone by.", + "content": "A poignant gallery show of the artist’s “Shutter Paintings” is paired with an exceptional Whitney exhibition of the forward-looking prints that she and her contemporaries made in days gone by.", + "category": "Art", + "link": "https://www.nytimes.com/2022/01/06/arts/design/alice-trumbull-mason-washburn-whitney.html", + "creator": "Roberta Smith", + "pubDate": "Thu, 06 Jan 2022 19:27:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203818,17 +207646,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4053a851a0b198ee15eb01a89b2ad08b", + "hash": "d9e3a913f291c5dfbf551cc3d2a580fa", "highlights": [] }, { - "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", + "title": "In Kazakhstan’s Street Battles, Signs of Elites Fighting Each Other", + "description": "A military checkpoint in Almaty, Kazakhstan, on Friday.", + "content": "A military checkpoint in Almaty, Kazakhstan, on Friday.", + "category": "Demonstrations, Protests and Riots", + "link": "https://www.nytimes.com/2022/01/07/world/asia/kazakhstan-protests.html", + "creator": "Ivan Nechepurenko and Andrew Higgins", + "pubDate": "Fri, 07 Jan 2022 22:43:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203840,17 +207668,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "305fd7ab463c62de7a0485a0ee6485c8", + "hash": "da819e4bceb8d598a024ebba343cc4a0", "highlights": [] }, { - "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", + "title": "A Supreme Court Ruling Against Biden's Vaccine Mandates Could Be Disastrous", + "description": "Biden’s vaccine mandates must remain intact.", + "content": "Biden’s vaccine mandates must remain intact.", + "category": "Vaccination and Immunization", + "link": "https://www.nytimes.com/2022/01/06/opinion/supreme-court-vaccine-mandates.html", + "creator": "Wendy Parmet", + "pubDate": "Thu, 06 Jan 2022 20:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203862,17 +207690,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e037b077d3aa4561720d59fd1862ba7", + "hash": "1f36d1471269dc9969aa3db77984f77f", "highlights": [] }, { - "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", + "title": "Amid Crisis, Kazakhstan’s Leader Chose His Path: Embrace Russia", + "description": "President Kassym-Jomart Tokayev of Kazakhstan last year at the United Nations in New York.", + "content": "President Kassym-Jomart Tokayev of Kazakhstan last year at the United Nations in New York.", + "category": "Demonstrations, Protests and Riots", + "link": "https://www.nytimes.com/2022/01/08/world/europe/kazakhstan-russia.html", + "creator": "Valerie Hopkins", + "pubDate": "Sat, 08 Jan 2022 15:49:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203884,17 +207712,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c63c99e265f986021cab83300bd31ff8", + "hash": "e8dc36867980cbb20bf00cbf631f9aae", "highlights": [] }, { - "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", + "title": "Mariah Bell Wins U.S. Figure Skating Title and a Shot at Beijing", + "description": "Bell celebrating her victory at the U.S. Figure Skating Championships in Nashville on Friday.", + "content": "Bell celebrating her victory at the U.S. Figure Skating Championships in Nashville on Friday.", + "category": "Olympic Games (2022)", + "link": "https://www.nytimes.com/2022/01/08/sports/mariah-bell-figure-skating-title-olympics.html", + "creator": "Juliet Macur", + "pubDate": "Sat, 08 Jan 2022 20:50:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203906,17 +207734,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ae5ebf8e5003bf7d8da3d9bb90eaecd", + "hash": "5a799144655f7b93e407d48a95603018", "highlights": [] }, { - "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", + "title": "How Biden and Boris Johnson Reached the Same Place on Virus Policy", + "description": "Enjoying Christmas festivities last month in Manchester, England. Prime Minister Boris Johnson said people did not need to cancel their holiday plans as the virus spread.", + "content": "Enjoying Christmas festivities last month in Manchester, England. Prime Minister Boris Johnson said people did not need to cancel their holiday plans as the virus spread.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2022/01/08/world/europe/biden-boris-johnson-coronavirus-omicron.html", + "creator": "Mark Landler", + "pubDate": "Sat, 08 Jan 2022 08:10:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203928,17 +207756,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f44b1c0a4d141422a6e8a3942d7e36e9", + "hash": "a656295d0e1c8a04ca3a679f719400c4", "highlights": [] }, { - "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", + "title": "For Africa Cup of Nations, Embrace the Unknown", + "description": "Jerseys on sale in Cameroon, where the Africa Cup of Nations opens on Sunday.", + "content": "Jerseys on sale in Cameroon, where the Africa Cup of Nations opens on Sunday.", + "category": "Soccer", + "link": "https://www.nytimes.com/2022/01/07/sports/soccer/africa-cup-of-nations.html", + "creator": "Rory Smith", + "pubDate": "Fri, 07 Jan 2022 17:51:40 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203950,17 +207778,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "15cdd000f13dbefaf2051cbf3dfd5e7f", + "hash": "ab418ae8d6db12afa193f06de50fcee3", "highlights": [] }, { - "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", + "title": "Hundreds of Biden Nominees Stuck in Senate Limbo Amid G.O.P. Blockade", + "description": "Deborah E. Lipstadt is among the most prominent of hundreds of President Biden’s nominees whose bids for Senate-confirmed jobs have languished because of partisan dysfunction or personal pique.", + "content": "Deborah E. Lipstadt is among the most prominent of hundreds of President Biden’s nominees whose bids for Senate-confirmed jobs have languished because of partisan dysfunction or personal pique.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/08/us/politics/biden-nominees-senate-confirmation.html", + "creator": "Elizabeth Williamson", + "pubDate": "Sat, 08 Jan 2022 18:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203972,17 +207800,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9095f26d970b743da34e16d9bb563b1f", + "hash": "0b0a249c71ffb06f0b4b27dbc6c1a069", "highlights": [] }, { - "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", + "title": "New York Plans to Install ‘Vending Machines’ With Anti-Overdose Drugs", + "description": "Every four hours, someone in New York City dies from a drug overdose, according to health department data.", + "content": "Every four hours, someone in New York City dies from a drug overdose, according to health department data.", + "category": "Naloxone (Drug)", + "link": "https://www.nytimes.com/2022/01/08/nyregion/naloxone-vending-machines-nyc.html", + "creator": "Isabella Grullón Paz", + "pubDate": "Sat, 08 Jan 2022 14:20:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -203994,17 +207822,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "72c49295326fbfa36ad6ffe7bd8d1031", + "hash": "273113049a5d79757e0e832e9562e4fa", "highlights": [] }, { - "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", + "title": "18 People, a Deadly Fire: For Some, Crowded Housing Is Not a Choice", + "description": "A rowhouse fire in Philadelphia this week killed 12 family members living in a four-bedroom apartment.", + "content": "A rowhouse fire in Philadelphia this week killed 12 family members living in a four-bedroom apartment.", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2022/01/08/us/philadelphia-fire-housing.html", + "creator": "Sophie Kasakove, Nicholas Bogel-Burroughs, Frances Robles and Campbell Robertson", + "pubDate": "Sat, 08 Jan 2022 15:33:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204016,17 +207844,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "73277f743867a0aef8e74a4393e6a578", + "hash": "af70871f898afe5be68da2ed0efd1543", "highlights": [] }, { - "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", + "title": "Christian Nationalism Is One of Trump’s Most Powerful Weapons", + "description": "And it is still being wielded in service of Trump’s fictions.", + "content": "And it is still being wielded in service of Trump’s fictions.", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2022/01/06/opinion/jan-6-christian-nationalism.html", + "creator": "Katherine Stewart", + "pubDate": "Thu, 06 Jan 2022 10:22:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204038,17 +207866,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a117e03075dd99868bcbdc0df290e2d6", + "hash": "cebc8ff266c114f75dd2acdc4d5a924a", "highlights": [] }, { - "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", + "title": "What We Know About Unfolding the James Webb Space Telescope", + "description": "An illustration of four stages of the unfolding process of the space telescope, with the fully unfolded telescope at the bottom right.", + "content": "An illustration of four stages of the unfolding process of the space telescope, with the fully unfolded telescope at the bottom right.", + "category": "Space and Astronomy", + "link": "https://www.nytimes.com/2022/01/08/science/webb-telescope-nasa-time-livestream.html", + "creator": "Joey Roulette and Dennis Overbye", + "pubDate": "Sat, 08 Jan 2022 18:29:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204060,17 +207888,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dacaf9dde83edc689c89aa92a42f39e5", + "hash": "5a3241b79bf78ae785cd42a1774f6c30", "highlights": [] }, { - "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", + "title": "James Webb Space Telescope Finishes Unfolding: Latest Updates", + "description": "An illustration of four stages of the unfolding process of the space telescope, with the fully unfolded telescope at the bottom right.", + "content": "An illustration of four stages of the unfolding process of the space telescope, with the fully unfolded telescope at the bottom right.", + "category": "Space and Astronomy", + "link": "https://www.nytimes.com/2022/01/08/science/webb-telescope-nasa-time-livestream.html", + "creator": "Joey Roulette and Dennis Overbye", + "pubDate": "Sat, 08 Jan 2022 16:44:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204082,17 +207910,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "62b33be15dae25ec84d67e7f6de7c3aa", + "hash": "19d8adf586d2ef74cc3a040fe8ef2b2d", "highlights": [] }, { - "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", + "title": "College Merit Aid (or Lack Thereof) Makes Early Decision Ever Murkier", + "description": "Northeastern University won’t estimate how much merit aid it might offer if you get in. Can schools make you enroll if they don’t give you enough?", + "content": "Northeastern University won’t estimate how much merit aid it might offer if you get in. Can schools make you enroll if they don’t give you enough?", + "category": "Colleges and Universities", + "link": "https://www.nytimes.com/2022/01/07/your-money/college-early-decision-northeastern-merit-aid.html", + "creator": "Ron Lieber", + "pubDate": "Fri, 07 Jan 2022 19:20:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204104,17 +207932,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "46636bac2f6756e85f66e9f20cd6b6d5", + "hash": "e87104b1846fbe17920c71bc7da56724", "highlights": [] }, { - "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", + "title": "How Biden and Boris Johnson Reached the Same Place on Virus Policy", + "description": "Enjoying Christmas festivities last month in Manchester, England. Prime Minister Boris Johnson said people did not need to cancel their holiday plans as the virus spread.", + "content": "Enjoying Christmas festivities last month in Manchester, England. Prime Minister Boris Johnson said people did not need to cancel their holiday plans as the virus spread.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2022/01/08/world/europe/coronavirus-omicron-biden-boris-johnson.html", + "creator": "Mark Landler", + "pubDate": "Sat, 08 Jan 2022 08:10:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204126,17 +207954,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ddeb42c1fd623b4a153f824632630d5", + "hash": "a35508a14cf13f84c5e40f3be935f2cc", "highlights": [] }, { - "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", + "title": "Djokovic Tested Positive for Coronavirus in December, His Lawyers Say", + "description": "Novak Djokovic at a basketball game in Serbia on Dec. 14. He is in quarantine in Australia awaiting a hearing on his appeal of the government’s decision to revoke his visa.", + "content": "Novak Djokovic at a basketball game in Serbia on Dec. 14. He is in quarantine in Australia awaiting a hearing on his appeal of the government’s decision to revoke his visa.", + "category": "Djokovic, Novak", + "link": "https://www.nytimes.com/2022/01/08/world/australia/novak-djokovic-australia-visa.html", + "creator": "Yan Zhuang", + "pubDate": "Sat, 08 Jan 2022 14:23:57 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204148,17 +207976,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "95c18604499aebac1fcd957669527e3a", + "hash": "a9d221794f60422ff4a2b93b9e789cef", "highlights": [] }, { - "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", + "title": "Sidney Poitier Was the Star We Desperately Needed Him to Be", + "description": "Without the obstacles put in his way, he could’ve been even bigger than he was. But Mr. Poitier still managed to be a giant, which, in itself, is astonishing.", + "content": "Without the obstacles put in his way, he could’ve been even bigger than he was. But Mr. Poitier still managed to be a giant, which, in itself, is astonishing.", + "category": "Black People", + "link": "https://www.nytimes.com/2022/01/07/movies/sidney-poitier-legacy.html", + "creator": "Wesley Morris", + "pubDate": "Fri, 07 Jan 2022 23:58:40 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204170,17 +207998,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "538622752a61f5174915a36277e9dd4d", + "hash": "f0b57374c7fc19a7236157685829d91d", "highlights": [] }, { - "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", + "title": "Djokovic Tested Positive for Coronavirus in December, His Lawyers Say", + "description": "Novak Djokovic at a basketball game in Serbia on Dec. 14. He is in quarantine in Australia awaiting a hearing on his appeal of the government’s decision to revoke his visa.", + "content": "Novak Djokovic at a basketball game in Serbia on Dec. 14. He is in quarantine in Australia awaiting a hearing on his appeal of the government’s decision to revoke his visa.", + "category": "Djokovic, Novak", + "link": "https://www.nytimes.com/2022/01/08/world/australia/djokovic-australia-visa.html", + "creator": "Yan Zhuang", + "pubDate": "Sat, 08 Jan 2022 11:00:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204192,17 +208020,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7d07dc22a03b2daab223fdae98d3e65", + "hash": "35ab83dfb527a35008aa529f76b2ffb3", "highlights": [] }, { - "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", + "title": "No More Working for Jerks!", + "description": "For almost two years, couches have been cubicles. Colleagues are instant message avatars. And people are reconsidering how much they should have to put up with from a boss.", + "content": "For almost two years, couches have been cubicles. Colleagues are instant message avatars. And people are reconsidering how much they should have to put up with from a boss.", + "category": "Hiring and Promotion", + "link": "https://www.nytimes.com/2022/01/08/business/management-jerks.html", + "creator": "Emma Goldberg", + "pubDate": "Sat, 08 Jan 2022 10:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204214,17 +208042,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "776f67b7fc8a6f58e00ae1bcff67182b", + "hash": "4d05105293022c66c3fbefd96e3c51cc", "highlights": [] }, { - "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", + "title": "The New Weddings in India’s South: ‘Expect Some Magic’", + "description": "The wedding of Dr. Sheha Pfizer, center, featured a lot of music and dancing, as is often the case in Kerala these days. Her ceremony incorporated influences from around India and beyond, including Sufi, Punjabi, hip-hop and flamenco.", + "content": "The wedding of Dr. Sheha Pfizer, center, featured a lot of music and dancing, as is often the case in Kerala these days. Her ceremony incorporated influences from around India and beyond, including Sufi, Punjabi, hip-hop and flamenco.", + "category": "Weddings and Engagements", + "link": "https://www.nytimes.com/2022/01/08/world/asia/india-weddings-south.html", + "creator": "Mujib Mashal, Suhasini Raj and Anindito Mukherjee", + "pubDate": "Sat, 08 Jan 2022 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204236,17 +208064,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "90628a4716687802d7436c870c58d9ca", + "hash": "d1cb581bc28214c3501a9d27987b0b9a", "highlights": [] }, { - "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", + "title": "Easy One-Pot Vegetarian Recipes", + "description": "Resolve to wash fewer dishes in 2022.", + "content": "Resolve to wash fewer dishes in 2022.", + "category": "Vegetarianism", + "link": "https://www.nytimes.com/2022/01/07/dining/one-pot-vegetarian-recipes.html", + "creator": "Tanya Sichynsky", + "pubDate": "Fri, 07 Jan 2022 21:12:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204258,17 +208086,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "685cee2228e074491df5bd03b14619c1", + "hash": "a965fe38dedeaeea89708ef26b3dacfc", "highlights": [] }, { - "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", + "title": "What Democratic and Republican Voters Really Think About the State of America", + "description": "We convened two focus groups about Jan. 6 and democracy. Here’s what surprised us.", + "content": "We convened two focus groups about Jan. 6 and democracy. Here’s what surprised us.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2022/01/07/opinion/voter-focus-groups-jan-6.html", + "creator": "Patrick Healy", + "pubDate": "Fri, 07 Jan 2022 10:09:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204280,17 +208108,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "408bbbc948fdf50148d8e7df2e290dee", + "hash": "b9ad141091cfe2dffee8719da0154d60", "highlights": [] }, { - "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": "Watch Live: James Webb Space Telescope Finishes Unfolding", + "description": "An illustration of four stages of the unfolding process of the space telescope, with the fully unfolded telescope at the bottom right.", + "content": "An illustration of four stages of the unfolding process of the space telescope, with the fully unfolded telescope at the bottom right.", + "category": "Space and Astronomy", + "link": "https://www.nytimes.com/2022/01/08/science/webb-telescope-nasa-time-livestream.html", + "creator": "Joey Roulette and Dennis Overbye", + "pubDate": "Sat, 08 Jan 2022 14:38:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204302,17 +208130,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b63b2dc63cb30e3ce0d08607a8f2857", + "hash": "92cbb38e8ea1a72b8ba404d8085ffbc5", "highlights": [] }, { - "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": "How to Help Someone With Grief After a Sudden Death", + "description": "Here’s how to offer support to someone grieving after an unexpected death.", + "content": "Here’s how to offer support to someone grieving after an unexpected death.", + "category": "Grief (Emotion)", + "link": "https://www.nytimes.com/2022/01/07/well/live/sudden-death-loss.html", + "creator": "Julie Halpert", + "pubDate": "Fri, 07 Jan 2022 10:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204324,17 +208152,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1d179822bba8c415e5fcd83e34a3900", + "hash": "c8413eb620ff8cbff43e342e049b095b", "highlights": [] }, { - "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": "How Society Has Turned Its Back on Mothers", + "description": "This isn’t just about burnout, it’s about betrayal.", + "content": "This isn’t just about burnout, it’s about betrayal.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/02/04/parenting/working-mom-burnout-coronavirus.html", + "creator": "Pooja Lakshmin", + "pubDate": "Fri, 05 Feb 2021 01:13:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204346,17 +208174,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e4721fa561fdb98924ff2f873e1128f", + "hash": "6d2dbd962519bb5abc7cbd8180f14c4f", "highlights": [] }, { - "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", + "title": "Will America Descend Into Another Civil War?", + "description": "It’s hard to imagine. But so is democracy’s salvation.", + "content": "It’s hard to imagine. But so is democracy’s salvation.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2022/01/06/opinion/america-civil-war.html", + "creator": "Michelle Goldberg", + "pubDate": "Thu, 06 Jan 2022 22:21:58 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204368,17 +208196,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fb4853da1d530cea04268b79bf6381f", + "hash": "00ba05f4fdb7e331af374e82c39b05c0", "highlights": [] }, { - "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", + "title": "It’s 2086. This Is What American History Could Look Like.", + "description": "As curators at the Smithsonian’s National Museum of American History, we are regularly confronted by hard physical evidence of just how slippery the past can be.", + "content": "As curators at the Smithsonian’s National Museum of American History, we are regularly confronted by hard physical evidence of just how slippery the past can be.", + "category": "Monuments and Memorials (Structures)", + "link": "https://www.nytimes.com/2022/01/06/opinion/jan-6-shaman-past-future.html", + "creator": "Jon Grinspan and Peter Manseau", + "pubDate": "Thu, 06 Jan 2022 18:19:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204390,17 +208218,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "069795ebbdacee3601e47e8a453d2e97", + "hash": "2342b5797286f40894e8e01c1a5c3855", "highlights": [] }, { - "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": "18 Relatives in a Deadly Fire: For Some, Crowded Housing Is Not a Choice", + "description": "A rowhouse fire in Philadelphia this week killed 12 family members living in a four-bedroom apartment.", + "content": "A rowhouse fire in Philadelphia this week killed 12 family members living in a four-bedroom apartment.", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2022/01/08/us/philadelphia-fire-housing.html", + "creator": "Sophie Kasakove, Nicholas Bogel-Burroughs, Frances Robles and Campbell Robertson", + "pubDate": "Sat, 08 Jan 2022 10:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204412,17 +208240,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2cb95caa1b7b710625e7cb00e1c3f8a1", + "hash": "0592570b03df4b299e8d25278352efa8", "highlights": [] }, { - "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": "Commemorating Jan. 6, and Meting Out Justice", + "description": "“His bruised ego matters more to him than our democracy or our constitution,” President Biden said of former President Donald J. Trump on Thursday.", + "content": "“His bruised ego matters more to him than our democracy or our constitution,” President Biden said of former President Donald J. Trump on Thursday.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2022/01/07/opinion/letters/jan-6-capitol-riot.html", + "creator": "", + "pubDate": "Fri, 07 Jan 2022 16:55:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204434,17 +208262,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb42e37230ff994f13669f08d79e9d98", + "hash": "75784b73271955e8562fcd8e85da3a1d", "highlights": [] }, { - "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", + "title": "Dan Reilly, the Original Mr. Met, Is Dead at 83", + "description": "For four seasons at Shea Stadium, when the Mets were dreadful but beloved, he donned a giant head and roamed the stands greeting fans as the team’s mascot.", + "content": "For four seasons at Shea Stadium, when the Mets were dreadful but beloved, he donned a giant head and roamed the stands greeting fans as the team’s mascot.", + "category": "Reilly, Dan (1938-2021)", + "link": "https://www.nytimes.com/2022/01/07/sports/baseball/dan-reilly-dead.html", + "creator": "Richard Sandomir", + "pubDate": "Fri, 07 Jan 2022 22:54:42 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204456,17 +208284,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf0d7ac47b768dd0e190fdd625ca8e63", + "hash": "1b506328ba5f533ec5210d39b0460057", "highlights": [] }, { - "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": "More Patients, Fewer Workers: Omicron Pushes New York Hospitals to Brink", + "description": "Brookdale Hospital in Brooklyn is one of several safety-net hospitals that have been overwhelmed by the latest Covid surge.", + "content": "Brookdale Hospital in Brooklyn is one of several safety-net hospitals that have been overwhelmed by the latest Covid surge.", + "category": "Nursing and Nurses", + "link": "https://www.nytimes.com/2022/01/07/nyregion/ny-hospitals-omicron-covid.html", + "creator": "Sharon Otterman and Joseph Goldstein", + "pubDate": "Fri, 07 Jan 2022 23:18:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204474,21 +208302,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "70cff902528eb0597334bbecb9281505", + "hash": "fb07c88b070ac993b25457e9965d32cf", "highlights": [] }, { - "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": "‘We Barely Qualify as a Democracy Anymore’: Democratic Voters Fear for America", + "description": "The lack of consequences for Republican leaders over Jan. 6 has Democrats worried for the future. But some also expressed empathy for the rioters.", + "content": "The lack of consequences for Republican leaders over Jan. 6 has Democrats worried for the future. But some also expressed empathy for the rioters.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2022/01/07/opinion/democrats-focus-group.html", + "creator": "Patrick Healy and Lora Kelley", + "pubDate": "Fri, 07 Jan 2022 13:51:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204500,17 +208328,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1e0ba20b3a3fa2c92861ff8db8308a8", + "hash": "3663c8e95be88889c2db386510fac8dc", "highlights": [] }, { - "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": "Why Republican Voters Think Americans Have to Get Over Jan. 6", + "description": "The Republicans aren’t apologists for Jan. 6 — some chastised President Trump and don’t want him to run again. They just want the country to move on.", + "content": "The Republicans aren’t apologists for Jan. 6 — some chastised President Trump and don’t want him to run again. They just want the country to move on.", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2022/01/07/opinion/republicans-focus-group.html", + "creator": "Patrick Healy and Adrian J. Rivera", + "pubDate": "Fri, 07 Jan 2022 13:50:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204522,17 +208350,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ababcdb795c1d9c43fff0328bfbf419d", + "hash": "387faba80e1fcef74c1de95dcc9f9663", "highlights": [] }, { - "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", + "title": "The Economic Case for Goldilocks", + "description": "In 2021, policymakers actually got it mostly right.", + "content": "In 2021, policymakers actually got it mostly right.", + "category": "Inflation (Economics)", + "link": "https://www.nytimes.com/2022/01/06/opinion/inflation-unemployment-economy-growth.html", + "creator": "Paul Krugman", + "pubDate": "Fri, 07 Jan 2022 00:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204544,17 +208372,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "50587a789e99590aa601bd9390350a2e", + "hash": "4fb936ad5fc5657d83d9d3ec0693ff9a", "highlights": [] }, { - "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", + "title": "Democrats Are Failing to Defend Democracy", + "description": "They need to get busy at the grassroots.", + "content": "They need to get busy at the grassroots.", + "category": "Voting Rights, Registration and Requirements", + "link": "https://www.nytimes.com/2022/01/06/opinion/democrats-fail-defending-democracy.html", + "creator": "David Brooks", + "pubDate": "Fri, 07 Jan 2022 00:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204566,17 +208394,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f98cb7fed2e89135fae5fb9364d313c", + "hash": "3989afbc9bc9f2f46e08bd3f85d55681", "highlights": [] }, { - "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", + "title": "Peter Bogdanovich, 82, Director Whose Career Was a Hollywood Drama, Dies", + "description": "The filmmaker Peter Bogdanovich in 2007. He was hailed for his ability to coax nuanced performances from actors, and for the bittersweet luminosity of movies that conjured a bygone past.", + "content": "The filmmaker Peter Bogdanovich in 2007. He was hailed for his ability to coax nuanced performances from actors, and for the bittersweet luminosity of movies that conjured a bygone past.", + "category": "Bogdanovich, Peter", + "link": "https://www.nytimes.com/2022/01/06/movies/peter-bogdanovich-dead.html", + "creator": "Margalit Fox", + "pubDate": "Thu, 06 Jan 2022 19:56:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204588,17 +208416,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "217028923698cde48fff760c7cdd673a", + "hash": "bf6896dfd32c9e602482c46d78e3ede8", "highlights": [] }, { - "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", + "title": "Scientists Endorse Covid Boosters, But to a Point", + "description": "At a nursing home in Petah Tikva, Israel, a man received a fourth Covid vaccine dose.", + "content": "At a nursing home in Petah Tikva, Israel, a man received a fourth Covid vaccine dose.", + "category": "your-feed-science", + "link": "https://www.nytimes.com/2022/01/06/health/covid-vaccines-boosters.html", + "creator": "Apoorva Mandavilli", + "pubDate": "Thu, 06 Jan 2022 21:54:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204610,17 +208438,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "10d1f049872f0e27c164a445b8e98187", + "hash": "0771c32730b0960ff8bfae83ef2c68e0", "highlights": [] }, { - "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", + "title": "How the Kazakhstan Protests Started and Why They Matter", + "description": "Riot police during a protest on Wednesday over an increase in energy prices in Almaty, Kazakhstan.", + "content": "Riot police during a protest on Wednesday over an increase in energy prices in Almaty, Kazakhstan.", + "category": "Demonstrations, Protests and Riots", + "link": "https://www.nytimes.com/2022/01/05/world/asia/kazakhstan-protests.html", + "creator": "Dan Bilefsky", + "pubDate": "Wed, 05 Jan 2022 22:49:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204632,17 +208460,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "66c8fefffca7d9a227719f6685f29817", + "hash": "56cc85752de9be1d9f7f510dc2144198", "highlights": [] }, { - "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", + "title": "Watching a Partner Change Is Hard. Accepting It Can Be Harder.", + "description": "We don’t marry one person as much as we marry one version of a person. But accepting the person a partner may become can be more challenging.", + "content": "We don’t marry one person as much as we marry one version of a person. But accepting the person a partner may become can be more challenging.", + "category": "Dating and Relationships", + "link": "https://www.nytimes.com/2022/01/06/style/partner-change-relationship-acceptance.html", + "creator": "Allison Hope", + "pubDate": "Thu, 06 Jan 2022 10:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204654,17 +208482,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ed4e3c8ab830209b79a814b15e778e7", + "hash": "5a2a63345c49ac43a2222f59342cdec9", "highlights": [] }, { - "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", + "title": "That Expensive Bourbon You Bought May Be a Fake", + "description": "This refilled bottle of Pappy Van Winkle’s 15 Year Old Family Reserve bourbon is part of the collection of counterfeits kept by Adam Herz, a whiskey expert in Los Angeles.", + "content": "This refilled bottle of Pappy Van Winkle’s 15 Year Old Family Reserve bourbon is part of the collection of counterfeits kept by Adam Herz, a whiskey expert in Los Angeles.", + "category": "Whiskey", + "link": "https://www.nytimes.com/2022/01/06/dining/drinks/fake-bourbon.html", + "creator": "Clay Risen", + "pubDate": "Thu, 06 Jan 2022 16:09:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204676,17 +208504,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ae4492b1528e57d2fe979797df20ccb", + "hash": "4b12247a3007ebe95018971ba6c5ee7b", "highlights": [] }, { - "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", + "title": "How to Watch the James Webb Telescope Finish Unfolding", + "description": "An illustration of four stages of the unfolding process of the space telescope, with the fully unfolded telescope at the bottom right.", + "content": "An illustration of four stages of the unfolding process of the space telescope, with the fully unfolded telescope at the bottom right.", + "category": "Space and Astronomy", + "link": "https://www.nytimes.com/2022/01/08/science/webb-telescope-nasa-time-livestream.html", + "creator": "Joey Roulette and Dennis Overbye", + "pubDate": "Sat, 08 Jan 2022 14:01:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204698,17 +208526,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a32aa4f97e9932b76bd5caa39f88aba", + "hash": "c843ee99606c64a16315695ce732cd1b", "highlights": [] }, { - "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", + "title": "Eric Adams Picks Philip Banks as Deputy Mayor, Despite Ethics Concerns", + "description": "Philip Banks III, who was named as an unindicted co-conspirator in a wide-ranging corruption investigation, is Mayor Eric Adams’s pick for first deputy mayor for public safety.", + "content": "Philip Banks III, who was named as an unindicted co-conspirator in a wide-ranging corruption investigation, is Mayor Eric Adams’s pick for first deputy mayor for public safety.", + "category": "Corruption (Institutional)", + "link": "https://www.nytimes.com/2022/01/07/nyregion/eric-adams-philip-banks-deputy-mayor.html", + "creator": "Jeffery C. Mays, Michael Rothfeld and William K. Rashbaum", + "pubDate": "Fri, 07 Jan 2022 18:08:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204720,17 +208548,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b5ec9a53efb38d16cfe71bb6d48d33a", + "hash": "16ebef222dea573c0dbd44098f8f55f5", "highlights": [] }, { - "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", + "title": "The James Webb Space Telescope Finishes Unfolding: How to Watch", + "description": "An illustration of four stages of the unfolding process of the space telescope, with the fully unfolded telescope at the bottom right.", + "content": "An illustration of four stages of the unfolding process of the space telescope, with the fully unfolded telescope at the bottom right.", + "category": "Space and Astronomy", + "link": "https://www.nytimes.com/2022/01/08/science/webb-telescope-nasa-time-livestream.html", + "creator": "Joey Roulette and Dennis Overbye", + "pubDate": "Sat, 08 Jan 2022 05:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204742,17 +208570,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "724fb738334459249de0506e9eac2385", + "hash": "5de1c07310bfdfcfe0ee886ded09d63d", "highlights": [] }, { - "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", + "title": "With Omicron, Teachers’ Unions Push for Remote Schooling, Worrying Democrats", + "description": "Alex Brandenburg, an elementary school teacher, protested outside of the Oakland Unified School District headquarters on Friday as part of a sick out.", + "content": "Alex Brandenburg, an elementary school teacher, protested outside of the Oakland Unified School District headquarters on Friday as part of a sick out.", + "category": "Education (K-12)", + "link": "https://www.nytimes.com/2022/01/08/us/teachers-unions-covid-schools.html", + "creator": "Dana Goldstein and Noam Scheiber", + "pubDate": "Sat, 08 Jan 2022 10:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204764,17 +208592,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8d3cb647a7ccdd91a18f3ff8c4b9d96", + "hash": "e43ac14c2c5263992a566645194d248b", "highlights": [] }, { - "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", + "title": "BlackBerry Phone Service Officially Ends", + "description": "A BlackBerry poster at a trade fair in Hanover, Germany, in 2008.", + "content": "A BlackBerry poster at a trade fair in Hanover, Germany, in 2008.", + "category": "BlackBerry (Handheld Device)", + "link": "https://www.nytimes.com/2022/01/08/world/canada/blackberry-phone-service-ends.html", + "creator": "Ian Austen", + "pubDate": "Sat, 08 Jan 2022 11:00:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204786,17 +208614,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d85fb01f2897c68bf0942780cccc006d", + "hash": "7757e0d47a1ff047120ba648c8520d73", "highlights": [] }, { - "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", + "title": "Biden Consoles Residents in Fire-Ravaged Colorado", + "description": "U.S. President Joe Biden and First Lady Jill Biden meet with residents of Boulder, Colo. while surveying the Marshall Fire damage Jan. 7, 2022.", + "content": "U.S. President Joe Biden and First Lady Jill Biden meet with residents of Boulder, Colo. while surveying the Marshall Fire damage Jan. 7, 2022.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/07/us/politics/biden-colorado-fires.html", + "creator": "Zolan Kanno-Youngs", + "pubDate": "Sat, 08 Jan 2022 03:04:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204808,17 +208636,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2d67845f70b62aaea8619e0669ac53f", + "hash": "5730835e5d7d835c1bb5698b34d47210", "highlights": [] }, { - "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", + "title": "Andrew Cuomo's Groping Charge Is Dismissed", + "description": "A judge dismissed a criminal complaint that had accused former Gov. Andrew M. Cuomo of groping an aide in the Executive Mansion in late 2020.", + "content": "A judge dismissed a criminal complaint that had accused former Gov. Andrew M. Cuomo of groping an aide in the Executive Mansion in late 2020.", + "category": "Sexual Harassment", + "link": "https://www.nytimes.com/2022/01/07/nyregion/andrew-cuomo-groping-charge-dismissed.html", + "creator": "Luis Ferré-Sadurní", + "pubDate": "Fri, 07 Jan 2022 20:43:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204830,17 +208658,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f64cdbd4ab7865dd861e3b435230bad", + "hash": "1903e93801375ae3aadd818b97d45f69", "highlights": [] }, { - "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", + "title": "‘The Tender Bar’: A Tale of Drinking That Ducks Alcoholism", + "description": "Though the memoir this film is based on confronts the issue of addiction to alcohol, the adaptation skirts the topic and its deeper implications.", + "content": "Though the memoir this film is based on confronts the issue of addiction to alcohol, the adaptation skirts the topic and its deeper implications.", + "category": "Alcohol Abuse", + "link": "https://www.nytimes.com/2022/01/07/movies/the-tender-bar-alcoholism.html", + "creator": "Chris Vognar", + "pubDate": "Fri, 07 Jan 2022 16:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204852,17 +208680,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c071cd0e9967553878d459c3c2367407", + "hash": "3303934f7b3e09c34c4fa51358097a99", "highlights": [] }, { - "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", + "title": "Marcus Smart Has a Plan for Your Plan to Stop Him From Stopping You", + "description": "Boston Celtics guard Marcus Smart is known for his defense. The best defense, he said, is a “chess match.”", + "content": "Boston Celtics guard Marcus Smart is known for his defense. The best defense, he said, is a “chess match.”", + "category": "Basketball", + "link": "https://www.nytimes.com/2022/01/07/sports/marcus-smart-celtics-defense.html", + "creator": "Scott Cacciola", + "pubDate": "Fri, 07 Jan 2022 17:30:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204874,17 +208702,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "73a49741f9d23bcc30529a913d067499", + "hash": "fafec3c9df54b25d3f9ebb42c0af1fd6", "highlights": [] }, { - "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", + "title": "What Daily Routine Videos Actually Show Us", + "description": "A look into the anxious aspirations of young people.", + "content": "A look into the anxious aspirations of young people.", + "category": "TikTok (ByteDance)", + "link": "https://www.nytimes.com/2022/01/05/magazine/daily-routine-video-tiktok.html", + "creator": "Sophie Haigney", + "pubDate": "Wed, 05 Jan 2022 10:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204896,17 +208724,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f8667b44d75a2fc05486c3a04cb7838", + "hash": "8deb64b90f753f810bb84b315ec05cf2", "highlights": [] }, { - "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", + "title": "The Latest Mystery and Crime Novels", + "description": "In “Something to Hide,” Elizabeth George delivers another intelligent, intricate mystery starring Detective Inspector Thomas Lynley of New Scotland Yard.", + "content": "In “Something to Hide,” Elizabeth George delivers another intelligent, intricate mystery starring Detective Inspector Thomas Lynley of New Scotland Yard.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2022/01/06/books/review/new-mystery-and-crime-novels.html", + "creator": "Sarah Weinman", + "pubDate": "Thu, 06 Jan 2022 10:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204918,17 +208746,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1cf360d50c5385e50a30a76eff633a4d", + "hash": "9a8fa1ba7efaae72adbe87be46851466", "highlights": [] }, { - "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", + "title": "Review: A Conductor Adds Her Name to Philharmonic Contenders", + "description": "As the orchestra searches for a new music director, Susanna Mälkki was given the distinction of leading it at Carnegie Hall.", + "content": "As the orchestra searches for a new music director, Susanna Mälkki was given the distinction of leading it at Carnegie Hall.", + "category": "Classical Music", + "link": "https://www.nytimes.com/2022/01/07/arts/music/new-york-philharmonic-susanna-malkki.html", + "creator": "Zachary Woolfe", + "pubDate": "Fri, 07 Jan 2022 18:00:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204940,17 +208768,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "825b959c1e4e863f16ae324ea2a95f33", + "hash": "61089f587408d68bbcf746ffb3718000", "highlights": [] }, { - "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": "How Much Watching Time Do You Have This Weekend?", + "description": "From left, Adam Devine, John Goodman, Edi Patterson and Danny McBride in “The Righteous Gemstones.”", + "content": "From left, Adam Devine, John Goodman, Edi Patterson and Danny McBride in “The Righteous Gemstones.”", + "category": "Television", + "link": "https://www.nytimes.com/2022/01/06/arts/television/righteous-gemstones-season-2.html", + "creator": "Margaret Lyons", + "pubDate": "Thu, 06 Jan 2022 21:16:32 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204962,17 +208790,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "943a54551ffab27b1b0d89591ccae28b", + "hash": "628299f978fbd94e847e3ef87230019c", "highlights": [] }, { - "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", + "title": "Student Workers at Columbia End 10-Week Strike After Reaching a Deal", + "description": "The terms of the tentative agreement include a 6 percent raise for student workers with annual contracts and an increase in hourly wages to $21 from $15. ", + "content": "The terms of the tentative agreement include a 6 percent raise for student workers with annual contracts and an increase in hourly wages to $21 from $15. ", + "category": "Strikes", + "link": "https://www.nytimes.com/2022/01/07/nyregion/columbia-student-workers-strike-ends.html", + "creator": "Ashley Wong", + "pubDate": "Sat, 08 Jan 2022 02:01:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -204984,17 +208812,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0cef84dbbc837aef697cef0cf8f5a900", + "hash": "cf4caf31f53cedbc9f407bdc4aefe1e6", "highlights": [] }, { - "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.", + "title": "Covid news: The number of hospitalized children who tested positive is jumping, the C.D.C. said.", + "description": "The jump was observed in patients age 4 and younger, and the data include those who were admitted for reasons other than Covid. Follow pandemic news.", + "content": "The jump was observed in patients age 4 and younger, and the data include those who were admitted for reasons other than Covid. Follow pandemic news.", "category": "", - "link": "https://www.nytimes.com/live/2022/01/03/us/school-closings-covid", + "link": "https://www.nytimes.com/live/2022/01/07/world/omicron-covid-vaccine-tests", "creator": "The New York Times", - "pubDate": "Mon, 03 Jan 2022 16:14:37 +0000", + "pubDate": "Sat, 08 Jan 2022 06:02:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205006,17 +208834,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b5a2439ad245a0b42d952438d01b183", + "hash": "7498cdb0a8edef22f169c92957b3280a", "highlights": [] }, { - "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", + "title": "Federal Rental Assistance Is Running Out, With Tenants Still in Need", + "description": "A landlord in Louisville, Ky., carried furniture out of a rental property as the sheriff’s office executed a September eviction. ", + "content": "A landlord in Louisville, Ky., carried furniture out of a rental property as the sheriff’s office executed a September eviction. ", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2022/01/07/us/federal-rental-assistance-evictions.html", + "creator": "Sophie Kasakove and Glenn Thrush", + "pubDate": "Fri, 07 Jan 2022 23:08:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205028,17 +208856,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "403166b2b87a7dbe9dc8867aaf51df4d", + "hash": "20c279e911f36174ef854e06987c3b0d", "highlights": [] }, { - "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", + "title": "New Yorkers Reflect on a Stressful Week Back at School Amid Omicron Wave", + "description": "New Yorkers were divided this week over whether schools should remain open or return temporarily to virtual learning amid a spike in coronavirus cases.", + "content": "New Yorkers were divided this week over whether schools should remain open or return temporarily to virtual learning amid a spike in coronavirus cases.", + "category": "Coronavirus Reopenings", + "link": "https://www.nytimes.com/2022/01/07/nyregion/nyc-schools-omicron.html", + "creator": "Eliza Shapiro, Ashley Wong and Karen Zraick", + "pubDate": "Fri, 07 Jan 2022 20:29:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205050,17 +208878,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "808c4bf8ae7289d2a038ff4ed3e0e53a", + "hash": "b8a0ffb443cb9303b6d9474be426a589", "highlights": [] }, { - "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", + "title": "December Jobs Report: U.S. Added 199,000 Jobs", + "description": "The gain of 199,000 was the weakest of the year, but not for lack of demand: The unemployment rate fell to 3.9 percent, and wages increased.", + "content": "The gain of 199,000 was the weakest of the year, but not for lack of demand: The unemployment rate fell to 3.9 percent, and wages increased.", + "category": "Labor and Jobs", + "link": "https://www.nytimes.com/2022/01/07/business/economy/jobs-report-december-2021.html", + "creator": "Sydney Ember and Jeanna Smialek", + "pubDate": "Fri, 07 Jan 2022 22:35:57 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205072,17 +208900,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5be2d6525ff1b39e902be2bc7e4cb27e", + "hash": "63cfd5ba8424b961c681cefd09d96925", "highlights": [] }, { - "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", + "title": "Live Updates: Sidney Poitier, a Trailblazing Black Star, Is Remembered", + "description": "In 1963, Poitier became the first Black performer to win an Oscar in the best actor category, helping to open the door for Black actors in the film industry. His death at 94 was announced by a Bahamian official.", + "content": "In 1963, Poitier became the first Black performer to win an Oscar in the best actor category, helping to open the door for Black actors in the film industry. His death at 94 was announced by a Bahamian official.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/07/movies/sidney-poitier", + "creator": "The New York Times", + "pubDate": "Fri, 07 Jan 2022 18:11:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205094,17 +208922,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "78d00db0b84572d0a222409a38355721", + "hash": "3c5e724205c5fd855ebad42aab1eb652", "highlights": [] }, { - "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", + "title": "11 of Sidney Poitier's Greatest Movies to Stream Now", + "description": "As an actor and filmmaker, he strove to bring layered Black individuals to the screen at a time when that was rare.", + "content": "As an actor and filmmaker, he strove to bring layered Black individuals to the screen at a time when that was rare.", + "category": "Movies", + "link": "https://www.nytimes.com/2022/01/07/movies/sidney-poitier-movies.html", + "creator": "Noel Murray", + "pubDate": "Fri, 07 Jan 2022 17:19:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205116,17 +208944,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4db609f1309b129f162e11156f736311", + "hash": "8ff2e2c9fa7824411600555f8bbb0bd3", "highlights": [] }, { - "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", + "title": "Billionaire’s Star Rises as She Takes Bold Stance on Racism in Brazil", + "description": "Luiza Trajano says her company,  Magazine Luiza, is taking overdue steps to diversify its senior ranks and to atone for the brutal legacy of racism in Brazil.", + "content": "Luiza Trajano says her company,  Magazine Luiza, is taking overdue steps to diversify its senior ranks and to atone for the brutal legacy of racism in Brazil.", + "category": "Luiza Trajano", + "link": "https://www.nytimes.com/2022/01/07/world/americas/luiza-trajano-brazil-magalu-racism.html", + "creator": "Ernesto Londoño", + "pubDate": "Fri, 07 Jan 2022 10:00:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205138,17 +208966,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "125ccedf1ffb8fea23e1e1a55c5b0f23", + "hash": "1180a29809b01b5491d078dbaa3ec87b", "highlights": [] }, { - "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", + "title": "12 Predictions for the Trends We Think Will Own 2022", + "description": "Low-rise jeans at the spring 2022 Vaquera show.", + "content": "Low-rise jeans at the spring 2022 Vaquera show.", + "category": "Social Conditions and Trends", + "link": "https://www.nytimes.com/2022/01/07/style/lifestyle-trends-predictions-2022.html", + "creator": "", + "pubDate": "Fri, 07 Jan 2022 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205160,17 +208988,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9260d922f6813a741f4807b00a7abe58", + "hash": "c5f75846e6d6108b1e94b006607d4a8b", "highlights": [] }, { - "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", + "title": "NATO Vows United Response to Russian Aggression Against Ukraine", + "description": "Ukrainian soldiers in Avdiivka, Ukraine, last month. Russia has engaged in a troop buildup near Ukraine and is calling for a Russian zone of influence free of NATO and Western involvement.", + "content": "Ukrainian soldiers in Avdiivka, Ukraine, last month. Russia has engaged in a troop buildup near Ukraine and is calling for a Russian zone of influence free of NATO and Western involvement.", + "category": "Defense and Military Forces", + "link": "https://www.nytimes.com/2022/01/07/world/europe/nato-russia-ukraine.html", + "creator": "Steven Erlanger", + "pubDate": "Fri, 07 Jan 2022 18:52:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205182,17 +209010,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f72d2399add49c52e96df22dcf69e8fc", + "hash": "ab3f1a340472a5dc065398e31a3ac9b1", "highlights": [] }, { - "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", + "title": "Officers Ran Off After Firing Stun Gun That Set Man Ablaze, Video Shows", + "description": "Catskill, N.Y., police officers seen in security footage that shows their encounter with Jason Jones, who died several weeks after one of them shot him with a stun gun.  ", + "content": "Catskill, N.Y., police officers seen in security footage that shows their encounter with Jason Jones, who died several weeks after one of them shot him with a stun gun.  ", + "category": "Video Recordings, Downloads and Streaming", + "link": "https://www.nytimes.com/2022/01/07/nyregion/man-catskill-police-stun-gun-dies.html", + "creator": "Precious Fondren", + "pubDate": "Sat, 08 Jan 2022 00:21:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205204,17 +209032,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c6238f6be158eee26881e3173d688c4", + "hash": "1445316f004d5de822b74f3b732e4f87", "highlights": [] }, { - "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", + "title": "Ex-Sheriff’s Deputy Pleads Guilty in Killing of Unarmed Man Who Fled Police", + "description": "Nicholas Bils was mentally ill and had a lifelong fear of the police, a lawyer for his family has said.", + "content": "Nicholas Bils was mentally ill and had a lifelong fear of the police, a lawyer for his family has said.", + "category": "Police Brutality, Misconduct and Shootings", + "link": "https://www.nytimes.com/2022/01/07/us/aaron-russell-guilty-manslaughter.html", + "creator": "Vimal Patel", + "pubDate": "Sat, 08 Jan 2022 01:07:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205226,17 +209054,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc038097996ca3ce912db38baf5aa286", + "hash": "c9c3905e09547fe8df5211206372b793", "highlights": [] }, { - "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", + "title": "F. Sionil Jose, 97, Novelist Who Saw Heroism in Ordinary Filipinos, Dies", + "description": "F. Sionil Jose in 2009. He said the heroes of his fiction were “the common people, the foot soldiers who die in the hundreds so that their generals may live.”", + "content": "F. Sionil Jose in 2009. He said the heroes of his fiction were “the common people, the foot soldiers who die in the hundreds so that their generals may live.”", + "category": "Writing and Writers", + "link": "https://www.nytimes.com/2022/01/07/world/asia/f-sionil-jose-dead.html", + "creator": "Seth Mydans", + "pubDate": "Sat, 08 Jan 2022 04:21:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205248,17 +209076,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1873563f3f57d89d0d0ef5de8e9acd68", + "hash": "0d73eaa4b90196af14d1ad6ceb28caed", "highlights": [] }, { - "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", + "title": "Covid updates: The number of hospitalized children who test positive is jumping, the C.D.C. said.", + "description": "The jump was observed in patients age 4 and younger, and the data include those who were admitted for reasons other than Covid. Follow pandemic news.", + "content": "The jump was observed in patients age 4 and younger, and the data include those who were admitted for reasons other than Covid. Follow pandemic news.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/07/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Fri, 07 Jan 2022 23:16:45 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205270,17 +209098,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1580e45ea243a1927e9fc3d21b4b59ed", + "hash": "3ce8d9ac7060d6cf2a7c423151cf3baf", "highlights": [] }, { - "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", + "title": "Stocks drop and bond yields jump, extending Wall Street’s turbulent week.", + "description": "", + "content": "", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/07/business/stock-market-economy-news/wall-street-wavers-after-weak-employment-report", + "creator": "Coral Murphy Marcos", + "pubDate": "Fri, 07 Jan 2022 22:44:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205292,17 +209120,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "32d0bbea9cdb648e565f992d73eb6197", + "hash": "8a255fe6e050f59f7ef53a9e61ca13aa", "highlights": [] }, { - "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", + "title": "Why Novak Djokovic Was Blocked From Entering Australia", + "description": "Novak Djokovic at the Australian Open last year. ", + "content": "Novak Djokovic at the Australian Open last year. ", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/06/world/australia/why-novak-djokovic-was-blocked.html", + "creator": "Austin Ramzy", + "pubDate": "Thu, 06 Jan 2022 08:30:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205314,17 +209142,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6eb6945861757ea8b07c96c064f473c", + "hash": "87ab05eac4c33ffec57dd5f77fcd55eb", "highlights": [] }, { - "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", + "title": "Notes From the End of a Very Long Life by New York's Oldest ", + "description": "Ruth Willig, a 98-year-old retired microbiologist and mother of four, last month at her home in Brooklyn.", + "content": "Ruth Willig, a 98-year-old retired microbiologist and mother of four, last month at her home in Brooklyn.", + "category": "Mekas, Jonas", + "link": "https://www.nytimes.com/2022/01/06/nyregion/ruth-willig-oldest-new-yorkers.html", + "creator": "John Leland", + "pubDate": "Thu, 06 Jan 2022 17:03:37 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205336,17 +209164,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dea1f29d81ad5e2f29276e980908db50", + "hash": "bcbe4521332a0c7299b1d0cc12d31e4c", "highlights": [] }, { - "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", + "title": "Cruise Ships Are Still Sailing as Cases Rise and Criticism Mounts", + "description": "The German cruise ship AIDAnova, docked in Lisbon, celebrated New Year’s Eve with fireworks.", + "content": "The German cruise ship AIDAnova, docked in Lisbon, celebrated New Year’s Eve with fireworks.", + "category": "Coronavirus Risks and Safety Concerns", + "link": "https://www.nytimes.com/2022/01/06/travel/coronavirus-cruise-ships-omicron.html", + "creator": "Ceylan Yeginsu", + "pubDate": "Thu, 06 Jan 2022 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205358,17 +209186,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "144e07bea19de902c166a811900100bf", + "hash": "16520e751af04cc4ef7b68c61667961e", "highlights": [] }, { - "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": "‘I Have Absolutely Nothing’: After a Massive Winter Fire, What Is Left?", + "description": "Farrah Manz, 10, reaching into the rubble to look for any belongings that might have survived after the Marshall fire burned down her family’s house and many others in the Spanish Hills subdivision near Boulder, Colo., last week.", + "content": "Farrah Manz, 10, reaching into the rubble to look for any belongings that might have survived after the Marshall fire burned down her family’s house and many others in the Spanish Hills subdivision near Boulder, Colo., last week.", + "category": "Fires and Firefighters", + "link": "https://www.nytimes.com/2022/01/06/us/colorado-marshall-fire-survivors.html", + "creator": "Charlie Brennan, Simon Romero and Erin Schaff", + "pubDate": "Thu, 06 Jan 2022 10:00:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205380,17 +209208,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc832da4879e60da65ef2e53232cf6be", + "hash": "f2d00869308c2d8e3881a70c583017f4", "highlights": [] }, { - "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": "Winter TV: 20 Shows You Might Not Know Already", + "description": "Louisa Jacobson, left, and Denée Benton play 19th-century New Yorkers in “The Gilded Age,” created by Julian Fellowes.", + "content": "Louisa Jacobson, left, and Denée Benton play 19th-century New Yorkers in “The Gilded Age,” created by Julian Fellowes.", + "category": "Television", + "link": "https://www.nytimes.com/2022/01/06/arts/television/20-shows-to-watch-this-winter.html", + "creator": "Mike Hale", + "pubDate": "Thu, 06 Jan 2022 20:18:42 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205402,17 +209230,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5b12308a8964f53502a53a5506b336e", + "hash": "5995d485b0093e6532361428a4042215", "highlights": [] }, { - "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": "Vaccine Mandates, Kazakhstan, Sidney Poitier: Your Friday Evening Briefing", + "description": "Protesting a vaccine mandate in San Francisco. The Supreme Court has repeatedly upheld state vaccine mandates in a variety of settings.", + "content": "Protesting a vaccine mandate in San Francisco. The Supreme Court has repeatedly upheld state vaccine mandates in a variety of settings.", + "category": "", + "link": "https://www.nytimes.com/2022/01/07/briefing/vaccine-mandates-kazakhstan-sidney-poitier.html", + "creator": "Remy Tumin", + "pubDate": "Fri, 07 Jan 2022 22:34:39 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205424,17 +209252,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "32c1e03f0a25c215d409ddf516d12d9f", + "hash": "81963c6c5c181614379af4bf8c8019ce", "highlights": [] }, { - "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": "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": "", @@ -205446,17 +209274,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f86e278cb06f18560d28be3a439e9f33", + "hash": "885e3e6f8e3cb3e7d3e492b7e2b3827c", "highlights": [] }, { - "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": "Jan. 6, Part 3: The State of American Democracy", + "description": "The Capitol Building at sunrise on Thursday, a year after the riot.", + "content": "The Capitol Building at sunrise on Thursday, a year after the riot.", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2022/01/07/podcasts/the-daily/capitol-riots-donald-trump-republicans.html", + "creator": "Michael Barbaro, Rachel Quester, Eric Krupke, Robert Jimison, Diana Nguyen, Lisa Tobin, Marion Lozano, Dan Powell and Brad Fisher", + "pubDate": "Fri, 07 Jan 2022 11:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205468,17 +209296,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7592c7e5925c8ed32a7f7b4e30752c9", + "hash": "e22d831eb72c7206783aacc6db79ef47", "highlights": [] }, { - "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": "Was the Jan. 6 Attack on the Capitol an Act of ‘Terrorism’?", + "description": " The Fox News host Tucker Carlson criticized Senator Ted Cruz of Texas for calling the events of Jan. 6 a terrorist attack. “Why did you use that word?” he asked.", + "content": " The Fox News host Tucker Carlson criticized Senator Ted Cruz of Texas for calling the events of Jan. 6 a terrorist attack. “Why did you use that word?” he asked.", + "category": "Terrorism", + "link": "https://www.nytimes.com/2022/01/07/us/politics/jan-6-terrorism-explainer.html", + "creator": "Charlie Savage", + "pubDate": "Fri, 07 Jan 2022 23:37:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205490,17 +209318,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "74b0d18798e23acf878153723e775f7f", + "hash": "e3812365b008b9ec8b48e8258b582dc3", "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", + "title": "Revival for New Zealand's Moriori Nearly Pushed to Cultural Death", + "description": "A statue of Tommy Solomon on Chatham Island, or Rekohu, in New Zealand. He is known as the last “full-blooded” member of the Moriori people.", + "content": "A statue of Tommy Solomon on Chatham Island, or Rekohu, in New Zealand. He is known as the last “full-blooded” member of the Moriori people.", + "category": "Maori", + "link": "https://www.nytimes.com/2022/01/07/world/australia/moriori-new-zealand.html", + "creator": "Pete McKenzie", + "pubDate": "Fri, 07 Jan 2022 17:08:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205512,17 +209340,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "09805a2af9b54d10aded8b6057cbbfa1", + "hash": "83024619196376750435718aa14da709", "highlights": [] }, { - "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", + "title": "Arson Destroyed Knoxville Planned Parenthood Clinic, Officials Say", + "description": "Emergency responders gathered as firefighters put out a fire at the Planned Parenthood building in Knoxville, Tenn., on New Year’s Eve.", + "content": "Emergency responders gathered as firefighters put out a fire at the Planned Parenthood building in Knoxville, Tenn., on New Year’s Eve.", + "category": "Arson", + "link": "https://www.nytimes.com/2022/01/07/us/knoxville-planned-parenthood-arson.html", + "creator": "Amanda Holpuch", + "pubDate": "Fri, 07 Jan 2022 19:31:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205534,17 +209362,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4dba351aa6d6c51c52315d951687dd2d", + "hash": "db96231e7203120fd083ec0a51364f72", "highlights": [] }, { - "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", + "title": "Italian Mafia Fugitive Caught In Spain Thanks to Google Maps", + "description": "An image taken from Google Street View was used to track down the Sicilian gangster Gioacchino Gammino.", + "content": "An image taken from Google Street View was used to track down the Sicilian gangster Gioacchino Gammino.", + "category": "Fugitives", + "link": "https://www.nytimes.com/2022/01/07/world/europe/italian-mafia-fugitive-google-maps.html", + "creator": "Elisabetta Povoledo", + "pubDate": "Fri, 07 Jan 2022 15:31:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205556,17 +209384,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4f03d94835fdbb8143f8816be03ca96", + "hash": "13500aeb82dda7b47b8f19816688b733", "highlights": [] }, { - "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", + "title": "Jawar Mohammed to Be Released From Prison by Ethiopian President", + "description": "Oromos calling for the release of prominent opposition figures in Addis Ababa, Ethiopia, in October.", + "content": "Oromos calling for the release of prominent opposition figures in Addis Ababa, Ethiopia, in October.", + "category": "Ethiopia", + "link": "https://www.nytimes.com/2022/01/07/world/africa/jawar-mohammed-release-ethiopia.html", + "creator": "Declan Walsh", + "pubDate": "Fri, 07 Jan 2022 22:54:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205578,17 +209406,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "89384246358f525576ea81f86e8929a9", + "hash": "29261d1df078760b025785e3d5ef0648", "highlights": [] }, { - "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", + "title": "Biden Nominates Michael E. Kurilla to Lead Central Command", + "description": "Lt. Gen. Michael E. Kurilla would take over as the United States tries to conduct operations in Afghanistan from afar.", + "content": "Lt. Gen. Michael E. Kurilla would take over as the United States tries to conduct operations in Afghanistan from afar.", + "category": "Appointments and Executive Changes", + "link": "https://www.nytimes.com/2022/01/07/us/politics/biden-military-kurilla.html", + "creator": "Helene Cooper", + "pubDate": "Fri, 07 Jan 2022 21:01:47 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205600,17 +209428,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "53c7bf5ae27cc09155d26ab26348df04", + "hash": "e32d35ee54843d94d83bae3ac4f13ea3", "highlights": [] }, { - "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", + "title": "Behind Kazakhstan Unrest, the ‘Strongman’s Dilemma’", + "description": "As Kazakhstan’s only ruler since independence, Nursultan Nazarbayev was keenly aware of the difficulties of succession. The unrest in Kazakhstan suggests that the problem may be virtually unresolvable. ", + "content": "As Kazakhstan’s only ruler since independence, Nursultan Nazarbayev was keenly aware of the difficulties of succession. The unrest in Kazakhstan suggests that the problem may be virtually unresolvable. ", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2022/01/07/world/asia/kazakhstan-protests-strongmen.html", + "creator": "Max Fisher", + "pubDate": "Fri, 07 Jan 2022 17:20:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205622,17 +209450,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7aced57336157936e5f1b90934b71c91", + "hash": "afec5e1ad4d8a971e74f021b19e91441", "highlights": [] }, { - "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", + "title": "After Killing of Einar, Sweden Struggles With 'Gangster Rap'", + "description": "A memorial at the site where the successful Swedish rapper Einar was shot and killed in October 2021.", + "content": "A memorial at the site where the successful Swedish rapper Einar was shot and killed in October 2021.", + "category": "Gangs", + "link": "https://www.nytimes.com/2022/01/07/arts/music/einar-sweden-rap.html", + "creator": "Alex Marshall and Joe Coscarelli", + "pubDate": "Fri, 07 Jan 2022 09:18:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205644,17 +209472,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "74c5298e1bb50b15a625edf96fa9e0ca", + "hash": "e543021a0a3205b1688f1fcfc382adb5", "highlights": [] }, { - "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", + "title": "U.S. Records 5 Rabies Deaths in 2021, Highest Number in a Decade", + "description": "An electron microscope image made available by the Centers for Disease Control and Prevention shows rabies virions, dark and bullet-shaped, within an infected tissue sample.", + "content": "An electron microscope image made available by the Centers for Disease Control and Prevention shows rabies virions, dark and bullet-shaped, within an infected tissue sample.", + "category": "Rabies", + "link": "https://www.nytimes.com/2022/01/07/health/rabies-deaths.html", + "creator": "Jenny Gross", + "pubDate": "Fri, 07 Jan 2022 18:53:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205666,17 +209494,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "02c1d8e91624d0dea16ad3d9fd55eee9", + "hash": "0814543a4a23f9e87e89bc2a76e6867e", "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", + "title": "How the Capitol Riot Led to a Broken America", + "description": "The collapse of decency feeds the attacks on democracy.", + "content": "The collapse of decency feeds the attacks on democracy.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2022/01/06/opinion/jan-6-attack-democracy.html", + "creator": "Frank Bruni", + "pubDate": "Thu, 06 Jan 2022 17:05:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205688,17 +209516,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "408b09ed3e658d204229ec991d07c202", + "hash": "b4c4175335729cd0054e5952a9bad1b3", "highlights": [] }, { - "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", + "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": "", @@ -205710,17 +209538,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ebacc1f9ba704cd762290a179ff23fd", + "hash": "f0da76f65efdfe9603281df4a009acaa", "highlights": [] }, { - "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", + "title": "Chinese Rover Finds Moon Cube Is Just Rabbit-Like Rock", + "description": "A blurry image that China’s space program had called the “mystery hut” was a result of camera angle, light and shadow.", + "content": "A blurry image that China’s space program had called the “mystery hut” was a result of camera angle, light and shadow.", + "category": "Moon", + "link": "https://www.nytimes.com/2022/01/07/science/moon-cube-china-rover.html", + "creator": "Kenneth Chang", + "pubDate": "Fri, 07 Jan 2022 17:59:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205732,17 +209560,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e35c65ac38701db2f2eec5b3eb034fee", + "hash": "ac60861aef28b25dc51794f61ed2be72", "highlights": [] }, { - "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", + "title": "Plane Passengers Partying Without Masks Draw Outrage", + "description": "Maskless Canadian passengers partied on a Sunwing Airlines plane. Now they are being investigated for violating the country’s aviation rules and Covid restrictions.", + "content": "Maskless Canadian passengers partied on a Sunwing Airlines plane. Now they are being investigated for violating the country’s aviation rules and Covid restrictions.", + "category": "Aviation Accidents, Safety and Disasters", + "link": "https://www.nytimes.com/2022/01/07/world/canada/montreal-cancun-party-flight.html", + "creator": "Maria Cramer", + "pubDate": "Fri, 07 Jan 2022 22:53:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205754,17 +209582,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "351dc6f9777f57168067ea283065f7ef", + "hash": "6560488d9adf5b1eb5fa36420e03a43c", "highlights": [] }, { - "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", + "title": "For One Last Season, Alia Shawkat Is the Life of ‘Search Party’", + "description": "Looking back on her experience on “Search Party,” Alia Shawkat sees a grander vision at work. She also recognizes some lessons for herself in the experiences endured by her character.", + "content": "Looking back on her experience on “Search Party,” Alia Shawkat sees a grander vision at work. She also recognizes some lessons for herself in the experiences endured by her character.", + "category": "Television", + "link": "https://www.nytimes.com/2022/01/06/arts/television/alia-shawkat-search-party.html", + "creator": "Dave Itzkoff", + "pubDate": "Fri, 07 Jan 2022 16:42:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205776,17 +209604,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ae9ed646bccaed050c42d4ff02ffe80", + "hash": "eb158abd40e25125858b639dd1ce9fdf", "highlights": [] }, { - "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", + "title": "How Many Bagels Does It Take to Keep a Place in Business?", + "description": "Two quintessential bagel shops dish on the business of selling lots and lots of bagels.", + "content": "Two quintessential bagel shops dish on the business of selling lots and lots of bagels.", + "category": "St-Viateur Bagel (Montreal, Quebec)", + "link": "https://www.nytimes.com/2022/01/07/business/st-viateur-ess-a-bagel-business.html", + "creator": "Julia Rothman and Shaina Feinberg", + "pubDate": "Fri, 07 Jan 2022 17:00:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205798,17 +209626,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "663b5d7395be30b4fde3c2ae8c7c3252", + "hash": "1ba974dd17dee8fa691994103b4ed5e1", "highlights": [] }, { - "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": "Carl Bernstein, Looking Back at His Start, Conjures the Newsrooms of the Early 1960s", + "description": "“Chasing History” tells the story of his journalistic apprenticeship at The Evening Star in Washington, D.C., when he was in his teens and early 20s.", + "content": "“Chasing History” tells the story of his journalistic apprenticeship at The Evening Star in Washington, D.C., when he was in his teens and early 20s.", + "category": "Chasing History: A Kid in the Newsroom (Book)", + "link": "https://www.nytimes.com/2022/01/05/books/review-chasing-history-carl-bernstein-memoir.html", + "creator": "Dwight Garner", + "pubDate": "Wed, 05 Jan 2022 14:03:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205820,17 +209648,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c765d5b57fc29c1d01455125252b31e", + "hash": "42edfb59333aee6505d23f657510518d", "highlights": [] }, { - "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", + "title": "Every Pore on Your Face Is a Walled Garden", + "description": "A colored scanning electron micrograph of Cutibacterium acnes, the most abundant bacteria on skin.", + "content": "A colored scanning electron micrograph of Cutibacterium acnes, the most abundant bacteria on skin.", + "category": "Skin", + "link": "https://www.nytimes.com/2022/01/06/science/skin-pores-bacteria.html", + "creator": "Veronique Greenwood", + "pubDate": "Thu, 06 Jan 2022 19:25:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205842,17 +209670,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "50ddc061d74ea19e2b952bc7024c7701", + "hash": "142c7de90f38861b87c37feb47548bab", "highlights": [] }, { - "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", + "title": "‘Expedition Content’ Review: Anthropological Maneuvers in the Dark", + "description": "An engrossing documentary looks back at a 1961 expedition to New Guinea and the creation of the landmark ethnographic film that resulted.", + "content": "An engrossing documentary looks back at a 1961 expedition to New Guinea and the creation of the landmark ethnographic film that resulted.", + "category": "Documentary Films and Programs", + "link": "https://www.nytimes.com/2022/01/05/movies/expedition-content-review.html", + "creator": "Manohla Dargis", + "pubDate": "Thu, 06 Jan 2022 01:37:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205864,17 +209692,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e86a5094051e6d4cb8e6e61ab5376393", + "hash": "2ffce425dec6d85565fbe3083b17684d", "highlights": [] }, { - "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", + "title": "Number of Hospitalized Children Who Test Positive Is Rising, C.D.C. Says", + "description": "The jump was observed in patients younger than age 4, and the data include those who were admitted for reasons other than Covid. Follow pandemic news.", + "content": "The jump was observed in patients younger than age 4, and the data include those who were admitted for reasons other than Covid. Follow pandemic news.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/07/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Fri, 07 Jan 2022 18:11:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205886,17 +209714,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "91060efea19b4f8520c74ff30ab3ff37", + "hash": "ec387035eb54bee41b2d4a47249c3966", "highlights": [] }, { - "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", + "title": "U.S. Hiring Slowed Last Month as Employers Struggled to Find Workers", + "description": "December’s gain of 199,000 jobs was the weakest in 2021, but not for lack of demand: The unemployment rate fell, and wages increased. Follow economy updates.", + "content": "December’s gain of 199,000 jobs was the weakest in 2021, but not for lack of demand: The unemployment rate fell, and wages increased. Follow economy updates.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/07/business/stock-market-economy-news", + "creator": "The New York Times", + "pubDate": "Fri, 07 Jan 2022 18:11:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205908,17 +209736,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "43c7b21ee7a0a0785170086f23d9ee09", + "hash": "2d87a99f2585a8882eaf3eec45818ff1", "highlights": [] }, { - "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", + "title": "Kazakhstan Protests Lead President to Crack Down: ‘Fire Without Warning’", + "description": "The building that houses the mayor’s office was torched on Thursday during protests in Almaty, the biggest city in Kazakhstan.", + "content": "The building that houses the mayor’s office was torched on Thursday during protests in Almaty, the biggest city in Kazakhstan.", + "category": "Demonstrations, Protests and Riots", + "link": "https://www.nytimes.com/2022/01/07/world/asia/kazakhstan-protests.html", + "creator": "Ivan Nechepurenko, Valerie Hopkins and Marc Santora", + "pubDate": "Fri, 07 Jan 2022 13:08:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205930,17 +209758,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c7d90f581d84a6af3c72973b001fdeb", + "hash": "a415036f2aad42e63f10ed2615f92e93", "highlights": [] }, { - "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.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", + "title": "How TV Shows Are Moving Past the Coronavirus Pandemic", + "description": "Series like “And Just Like That” have fast-forwarded awkwardly to a time after Covid.", + "content": "Series like “And Just Like That” have fast-forwarded awkwardly to a time after Covid.", + "category": "Television", + "link": "https://www.nytimes.com/2022/01/07/arts/television/tv-shows-covid-pandemic.html", + "creator": "James Poniewozik", + "pubDate": "Fri, 07 Jan 2022 16:45:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205952,17 +209780,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "69442cb149397088be31a673eaa6b6b0", + "hash": "05ca84d9c3839bcc6c94e4425b0d84da", "highlights": [] }, { - "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", + "title": "This Is the N.F.L. Season That Ran Too Long", + "description": "To learn the Dallas Cowboys’ playoff fate, viewers will have to tune in for such can’t-miss Sunday action as the 12-4 Tampa Bay Buccaneers’ showdown with the 5-11 Carolina Panthers.", + "content": "To learn the Dallas Cowboys’ playoff fate, viewers will have to tune in for such can’t-miss Sunday action as the 12-4 Tampa Bay Buccaneers’ showdown with the 5-11 Carolina Panthers.", + "category": "Football", + "link": "https://www.nytimes.com/2022/01/05/sports/football/nfl-regular-season-17-games.html", + "creator": "Mike Tanier", + "pubDate": "Wed, 05 Jan 2022 05:01:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205974,17 +209802,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5bf0d7ea8e95346a0547bb6c501f9ea5", + "hash": "6723ea2318af328429f7cd34a4e66043", "highlights": [] }, { - "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": "Let Marjorie Taylor Greene Keep Her Social Media Accounts", + "description": "We’ve ceded too much control over our speech to Big Tech.", + "content": "We’ve ceded too much control over our speech to Big Tech.", + "category": "Censorship", + "link": "https://www.nytimes.com/2022/01/06/opinion/taylor-greene-twitter.html", + "creator": "Jay Caspian Kang", + "pubDate": "Thu, 06 Jan 2022 22:26:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -205996,17 +209824,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "258a152f316e2899e4b956ac1bb4fb5f", + "hash": "6470c14d37fc51def7abd3e9e5edeb5a", "highlights": [] }, { - "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": "A Food Audit", + "description": "The produce aisle at a grocery store in New Jersey.", + "content": "The produce aisle at a grocery store in New Jersey.", + "category": "", + "link": "https://www.nytimes.com/2022/01/07/briefing/food-audit-dieting-obesity.html", + "creator": "David Leonhardt", + "pubDate": "Fri, 07 Jan 2022 11:30:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206018,17 +209846,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c03b81d3dd82f22e997dc847413d6a9", + "hash": "3207b6a861134e9bca79f8e39557575a", "highlights": [] }, { - "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": "New York Gets Its First Major Snow of the Season", + "description": "A delivery cyclist made his way through the snow in the Bronx on Friday morning.", + "content": "A delivery cyclist made his way through the snow in the Bronx on Friday morning.", + "category": "Snow and Snowstorms", + "link": "https://www.nytimes.com/2022/01/07/nyregion/snow-northeast-power-outages.html", + "creator": "Patrick McGeehan, Christine Chung and Derrick Bryson Taylor", + "pubDate": "Fri, 07 Jan 2022 12:58:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206040,17 +209868,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "94c8c7a12b318e930c7eaa01fbfe99ec", + "hash": "8c3949ce091646d82002ed617dd66572", "highlights": [] }, { - "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": "Biden Administration Warns Against Spyware Targeting Dissidents", + "description": "The most insidious spyware can be placed on a phone without having to trick users into clicking a malicious link.", + "content": "The most insidious spyware can be placed on a phone without having to trick users into clicking a malicious link.", + "category": "Computer Security", + "link": "https://www.nytimes.com/2022/01/07/us/politics/spyware-warning-cybersecurity.html", + "creator": "Julian E. Barnes", + "pubDate": "Fri, 07 Jan 2022 18:43:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206062,17 +209890,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5de35e3b768840bbd570694e4dcec56f", + "hash": "bae04522be5b317cc517dbd8585fa6fd", "highlights": [] }, { - "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": "Road Salt Works. But It’s Also Bad for the Environment.", + "description": "A salt and plow truck sat abandoned after sliding off the road in icy conditions in Stafford County, Va., this week.", + "content": "A salt and plow truck sat abandoned after sliding off the road in icy conditions in Stafford County, Va., this week.", + "category": "Water Pollution", + "link": "https://www.nytimes.com/2022/01/07/climate/road-salt-water-supply.html", + "creator": "Jenny Gross", + "pubDate": "Fri, 07 Jan 2022 18:06:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206084,17 +209912,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1aa7e6f5f94a0446c902b8e7f2c62fc6", + "hash": "92e3f530ca29732b1179ec3c2b560cfd", "highlights": [] }, { - "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": "Oregon Says Nicholas Kristof Cannot Run for Governor", + "description": "Nicholas Kristof speaking about his candidacy for governor in Portland, Ore., last year. Mr. Kristof won two Pulitzer Prizes during his career with The New York Times.", + "content": "Nicholas Kristof speaking about his candidacy for governor in Portland, Ore., last year. Mr. Kristof won two Pulitzer Prizes during his career with The New York Times.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2022/01/06/us/oregon-governor-kristof.html", + "creator": "Mike Baker", + "pubDate": "Fri, 07 Jan 2022 04:53:45 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206106,17 +209934,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e7d372ae2d1bfb084da8a96b7b2522eb", + "hash": "ca6aefc535a2bb675cdf154a9a337c58", "highlights": [] }, { - "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", + "title": "Journals for Anxiety, Depression and General Mindfulness", + "description": "Several new-ish journals feature prompts and exercises aimed at supporting mental health.", + "content": "Several new-ish journals feature prompts and exercises aimed at supporting mental health.", + "category": "Anxiety and Stress", + "link": "https://www.nytimes.com/2021/10/07/style/therapy-notebooks-anxiety-depression-mindfulness.html", + "creator": "Valeriya Safronova", + "pubDate": "Thu, 07 Oct 2021 18:24:37 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206128,17 +209956,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f934a4b84ff2157d89524d88777ecff6", + "hash": "3998a6f3b1ebe4592417435fd009747b", "highlights": [] }, { - "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": "New York Could Make History With a Fashion Sustainability Act", + "description": "Shoppers in Manhattan last month. If the Fashion Act becomes law, companies would have 12 months to comply before facing fines for violations.", + "content": "Shoppers in Manhattan last month. If the Fashion Act becomes law, companies would have 12 months to comply before facing fines for violations.", + "category": "Fashion and Apparel", + "link": "https://www.nytimes.com/2022/01/07/style/new-york-fashion-sustainability-act.html", + "creator": "Vanessa Friedman", + "pubDate": "Fri, 07 Jan 2022 13:28:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206150,17 +209978,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e7993e3632085e721c30df776d4a85d", + "hash": "a7b78c733a282538310057d2c3fb1d53", "highlights": [] }, { - "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", + "title": "Supreme Court Hears Challenges to Biden Vaccine Mandates", + "description": "Protesting a vaccine mandate in San Francisco. The Supreme Court has repeatedly upheld state vaccine mandates in a variety of settings.", + "content": "Protesting a vaccine mandate in San Francisco. The Supreme Court has repeatedly upheld state vaccine mandates in a variety of settings.", + "category": "Supreme Court (US)", + "link": "https://www.nytimes.com/2022/01/07/us/politics/biden-vaccine-mandate-supreme-court.html", + "creator": "Adam Liptak", + "pubDate": "Fri, 07 Jan 2022 17:53:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206172,17 +210000,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca86f0ff850c2d6e3018f5a7e50e220d", + "hash": "24b118b5215eef92d7d11065109759f0", "highlights": [] }, { - "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": "Will Cuomo Try to Make a Comeback?", + "description": "Andrew Cuomo will make a virtual court appearance on Friday where a judge is expected to formally dismiss a criminal charge of forcible touching.", + "content": "Andrew Cuomo will make a virtual court appearance on Friday where a judge is expected to formally dismiss a criminal charge of forcible touching.", + "category": "Cuomo, Andrew M", + "link": "https://www.nytimes.com/2022/01/06/us/politics/cuomo-charges-future-resignation.html", + "creator": "Katie Glueck", + "pubDate": "Fri, 07 Jan 2022 00:45:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206194,17 +210022,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c73dd6c0561bcc111d23425162011e2", + "hash": "6dad986c2d300d26d129018d3816f2a6", "highlights": [] }, { - "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": "A School Won 92-4 in Basketball. Then the Coach Was Suspended.", + "description": "Sacred Heart Academy, a Catholic high school for girls in Hamden, Conn., said that running up the score against Lyman Hall High School did not mesh with its values.", + "content": "Sacred Heart Academy, a Catholic high school for girls in Hamden, Conn., said that running up the score against Lyman Hall High School did not mesh with its values.", + "category": "Coaches and Managers", + "link": "https://www.nytimes.com/2022/01/06/nyregion/connecticut-high-school-girls-basketball-coach.html", + "creator": "Neil Vigdor", + "pubDate": "Thu, 06 Jan 2022 22:35:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206216,17 +210044,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "546151cee4dcabed363a3c84d355f1c1", + "hash": "ae0cbf9929fa44db28f238fcd520fbd9", "highlights": [] }, { - "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": "U.S. Hiring Stumbled in December, a Weak Showing Before Omicron’s Surge", + "description": "Employers added only 199,000 jobs last month in the worst report of 2021, even before the labor market had faced the new threat from Omicron. Since then, the variant has set off a steep rise in cases, keeping people at home and prompting fresh uncertainty among employers. Here’s the latest.", + "content": "Employers added only 199,000 jobs last month in the worst report of 2021, even before the labor market had faced the new threat from Omicron. Since then, the variant has set off a steep rise in cases, keeping people at home and prompting fresh uncertainty among employers. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/07/business/stock-market-economy-news", + "creator": "The New York Times", + "pubDate": "Fri, 07 Jan 2022 14:11:36 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206238,17 +210066,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea6eb6ff721d2b8d497cb24978203243", + "hash": "d9707ca2c8868ba914b886aabf50d98e", "highlights": [] }, { - "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": "Supreme Court to Hear Challenges to Biden Vaccine Mandates", + "description": "Protesting a vaccine mandate in San Francisco. The Supreme Court has repeatedly upheld state vaccine mandates in a variety of settings.", + "content": "Protesting a vaccine mandate in San Francisco. The Supreme Court has repeatedly upheld state vaccine mandates in a variety of settings.", + "category": "Supreme Court (US)", + "link": "https://www.nytimes.com/2022/01/07/us/politics/biden-vaccine-mandate-supreme-court.html", + "creator": "Adam Liptak", + "pubDate": "Fri, 07 Jan 2022 10:00:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206260,17 +210088,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d3b7096fa1c7b2d24f6b8411a1c9dc4", + "hash": "df0bdd069e34015e5ff95531191997cd", "highlights": [] }, { - "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": "With Chicago Schools Closed, Families Grit Their Teeth", + "description": "While city officials clash with the teachers’ union over how to return to classrooms amid Omicron, families around Chicago reflect on the pandemic’s effects on their children.", + "content": "While city officials clash with the teachers’ union over how to return to classrooms amid Omicron, families around Chicago reflect on the pandemic’s effects on their children.", + "category": "Coronavirus Reopenings", + "link": "https://www.nytimes.com/2022/01/07/us/chicago-schools-families.html", + "creator": "Giulia Heyward and Jamie Kelter Davis", + "pubDate": "Fri, 07 Jan 2022 10:00:24 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206282,17 +210110,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9fbc937b0077664eb0d2c135b703d46f", + "hash": "4595bca67ad6bebde4d8491bf7777566", "highlights": [] }, { - "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", + "title": "In Kazakhstan, Putin Again Seizes on Unrest to Try to Expand Influence", + "description": "Troops in Almaty, Kazakhstan’s largest city, on Thursday.", + "content": "Troops in Almaty, Kazakhstan’s largest city, on Thursday.", + "category": "Demonstrations, Protests and Riots", + "link": "https://www.nytimes.com/2022/01/06/world/asia/kazakhstan-putin-russia.html", + "creator": "Andrew Higgins", + "pubDate": "Fri, 07 Jan 2022 04:27:47 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206304,17 +210132,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc6f1c70bad5ff98fd0646ba1a89c001", + "hash": "9ecd7fd4900702c19307cdb99cbbc33d", "highlights": [] }, { - "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": "On Jan. 6 Anniversary, Biden Goes After Trump and Trumpism", + "description": "“His bruised ego matters more to him than our democracy or our constitution,” President Biden said of former President Donald J. Trump on Thursday.", + "content": "“His bruised ego matters more to him than our democracy or our constitution,” President Biden said of former President Donald J. Trump on Thursday.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2022/01/06/us/politics/biden-trump-jan-6.html", + "creator": "Zolan Kanno-Youngs", + "pubDate": "Fri, 07 Jan 2022 02:25:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206326,17 +210154,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f057c34ce7163b8610f3af1aa2c0402", + "hash": "13cd62d591af9143e081f985560d3dd6", "highlights": [] }, { - "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", + "title": "Jamie Raskin’s Year of Tragedy and Trump", + "description": "Representative Jamie Raskin was asked to lead the second impeachment of former President Donald J. Trump.", + "content": "Representative Jamie Raskin was asked to lead the second impeachment of former President Donald J. Trump.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/06/us/politics/jamie-raskin-unthinkable-jan-6.html", + "creator": "Blake Hounshell and Leah Askarinam", + "pubDate": "Fri, 07 Jan 2022 00:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206348,17 +210176,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c261f3f7a3d2fcfeb2bf80a004dfe60a", + "hash": "11dc130f1b36e7fae92078a9d834f709", "highlights": [] }, { - "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", + "title": "4 Takeaways From the Jan. 6 Capitol Attack Commemoration", + "description": "President Joe Biden on Thursday in National Statuary Hall inside the Capitol.", + "content": "President Joe Biden on Thursday in National Statuary Hall inside the Capitol.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2022/01/06/us/politics/jan-6-events-takeaways.html", + "creator": "Katie Rogers", + "pubDate": "Fri, 07 Jan 2022 01:47:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206370,17 +210198,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a28d899a762309c83b02340c4f18e56", + "hash": "b9d9405e27552561088f1bd899178aaa", "highlights": [] }, { - "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", + "title": "Biden’s Speech on the Jan. 6 Riot, Annotated", + "description": "President Biden in National Statuary Hall in the Capitol on Thursday. “Are we going to be a nation that lives not by the light of the truth but in the shadow of lies?” he asked.", + "content": "President Biden in National Statuary Hall in the Capitol on Thursday. “Are we going to be a nation that lives not by the light of the truth but in the shadow of lies?” he asked.", + "category": "Biden, Joseph R Jr", + "link": "https://www.nytimes.com/2022/01/06/us/politics/biden-speech-january-6-transcript.html", + "creator": "Katie Rogers", + "pubDate": "Fri, 07 Jan 2022 01:34:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206392,17 +210220,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4299804291af043d3c5bd83c937c11d6", + "hash": "49e1ff188cd01cb21f593e2878c860b1", "highlights": [] }, { - "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", + "title": "Britney Spears Has Always Fought Back. By Dancing.", + "description": "Britney Spears onstage in 2011, three years into her conservatorship. During the 13 years others controlled her finances and personal affairs, she continued to dance, both onstage and for herself.", + "content": "Britney Spears onstage in 2011, three years into her conservatorship. During the 13 years others controlled her finances and personal affairs, she continued to dance, both onstage and for herself.", + "category": "Dancing", + "link": "https://www.nytimes.com/2022/01/07/arts/dance/britney-spears-dance-instagram.html", + "creator": "Madison Mainwaring", + "pubDate": "Fri, 07 Jan 2022 10:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206414,17 +210242,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ffe96c98ccb99c7f1e66ef4d09d3d44", + "hash": "81c865c34d076a5a2dccdfeeed814d19", "highlights": [] }, { - "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", + "title": "For C.D.C.’s Walensky, a Steep Learning Curve on Messaging", + "description": "Dr. Rochelle Walensky, left, was criticized for failing to fully explain her reasoning for halving the recommended isolation period for people infected with the coronavirus.", + "content": "Dr. Rochelle Walensky, left, was criticized for failing to fully explain her reasoning for halving the recommended isolation period for people infected with the coronavirus.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/05/us/politics/cdc-rochelle-walensky-covid-isolation-testing.html", + "creator": "Sharon LaFraniere, Sheryl Gay Stolberg and Noah Weiland", + "pubDate": "Thu, 06 Jan 2022 00:51:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206436,17 +210264,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2838b5ad18e4aa98612330ce70d4cab1", + "hash": "0876dae482043ff84744e26d2bd0eb1f", "highlights": [] }, { - "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": "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": "", @@ -206458,17 +210286,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "46ef56b80a9ecfc6c77466cd9320d57a", + "hash": "e42a2ef5bc8c99b72288ebaedd5686a0", "highlights": [] }, { - "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": "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": "", @@ -206480,17 +210308,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f82e7092a4c3232a24df48aadd3b521", + "hash": "96e47d7ce3eae4a7f880f8fe3bc9ff92", "highlights": [] }, { - "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": "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": "", @@ -206502,17 +210330,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d9971e8b526fa3bd380b20ee0ba3383", + "hash": "47bfb87ef871bfb54540173ef3c630d9", "highlights": [] }, { - "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", + "title": "Why Biden’s Expanded Child Tax Credit Isn’t More Popular", + "description": "A child sat among protesters calling for the extension of the child tax credit outside the Capitol in Washington. The credit expired last month. ", + "content": "A child sat among protesters calling for the extension of the child tax credit outside the Capitol in Washington. The credit expired last month. ", + "category": "Child Tax Credits and Stipends", + "link": "https://www.nytimes.com/2022/01/05/upshot/biden-child-tax-credit.html", + "creator": "Ian Prasad Philbrick", + "pubDate": "Wed, 05 Jan 2022 10:00:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206524,17 +210352,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5688e665e994887c60f60fe9d8b78233", + "hash": "1fffcf9c426b55a6dc76b139e7c96dd5", "highlights": [] }, { - "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", + "title": "Is New York City Ready for Eric Adams, the Mayor of Swagger?", + "description": "Eric Adams begins his term selling us on style — the alpha public servant, efficient and full of brash confidence.", + "content": "Eric Adams begins his term selling us on style — the alpha public servant, efficient and full of brash confidence.", + "category": "Adams, Eric L", + "link": "https://www.nytimes.com/2022/01/07/nyregion/eric-adams-mayor-nyc.html", + "creator": "Ginia Bellafante", + "pubDate": "Fri, 07 Jan 2022 10:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206546,17 +210374,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe1c38550bbebf18ee2a5c866e215727", + "hash": "2f77e32bc8a522894683149a00e729f1", "highlights": [] }, { - "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", + "title": "Families of Veterans Who Died of Covid Win $53 Million Legal Settlement", + "description": "Madeline and Charles Costantino were among the 101 residents of a state-run nursing home for former soldiers who died as the coronavirus swept through the New Jersey facility. ", + "content": "Madeline and Charles Costantino were among the 101 residents of a state-run nursing home for former soldiers who died as the coronavirus swept through the New Jersey facility. ", + "category": "Veterans", + "link": "https://www.nytimes.com/2022/01/07/nyregion/nj-nursing-home-covid-settlement.html", + "creator": "Tracey Tully", + "pubDate": "Fri, 07 Jan 2022 10:00:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206568,17 +210396,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ecda72b1f61e76b1f14f390119fd2fe0", + "hash": "df247a68828369c267b9e3f3cacb4d3e", "highlights": [] }, { - "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": "Hundreds Gather to Remember 12 Victims of Philadelphia Fire", + "description": "A crowd gathered in front of the Bache-Martin elementary school in Philadelphia, which has served as a gathering place following a rowhouse fire that killed 12 people. ", + "content": "A crowd gathered in front of the Bache-Martin elementary school in Philadelphia, which has served as a gathering place following a rowhouse fire that killed 12 people. ", + "category": "Fires and Firefighters", + "link": "https://www.nytimes.com/2022/01/06/us/philadelphia-fire-cause-vigil.html", + "creator": "Sophie Kasakove, Campbell Robertson, Joel Wolfram and Emily Neil", + "pubDate": "Fri, 07 Jan 2022 03:03:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206590,17 +210418,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb5d820dc152f417f4ee4c201e46e767", + "hash": "6a12da7c17719da321a6eac89972bd76", "highlights": [] }, { - "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", + "title": "North Korea Says It Will Skip Beijing Olympics Because of the Pandemic", + "description": "North Korean cheerleaders waving the country’s flag at a figure-skating event during the 2018 Winter Olympic Games in February 2018 in Pyeongchang, South Korea.", + "content": "North Korean cheerleaders waving the country’s flag at a figure-skating event during the 2018 Winter Olympic Games in February 2018 in Pyeongchang, South Korea.", + "category": "North Korea", + "link": "https://www.nytimes.com/2022/01/06/world/asia/north-korea-beijing-olympics.html", + "creator": "Choe Sang-Hun", + "pubDate": "Fri, 07 Jan 2022 02:32:42 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206612,17 +210440,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "458aee302f28c91fdfd27085b8b9cf4d", + "hash": "1147a6c6867a608f08f884bcf9d82f96", "highlights": [] }, { - "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": "Ohio Officer Shoots Through Fence, Killing a Man Who Was Firing a Gun", + "description": "A still image taken from body camera video shows Canton police officers before they entered a house just moments into the New Year on Saturday.", + "content": "A still image taken from body camera video shows Canton police officers before they entered a house just moments into the New Year on Saturday.", + "category": "Police Brutality, Misconduct and Shootings", + "link": "https://www.nytimes.com/2022/01/06/us/canton-police-nye-shooting.html", + "creator": "Michael Levenson", + "pubDate": "Fri, 07 Jan 2022 01:00:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206634,17 +210462,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "288f67e8ea14f4d661e4c17fa8f71e6b", + "hash": "86c932f512aa8b25bea1716abeb8a0ea", "highlights": [] }, { - "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": "Ex-United Flight Attendant Used Dead Child’s Identity, Officials Say", + "description": "United Airlines planes at George Bush Intercontinental Airport in Houston. Ricardo Cesar Guedes was arrested after he was observed entering a secure area of the airport.", + "content": "United Airlines planes at George Bush Intercontinental Airport in Houston. Ricardo Cesar Guedes was arrested after he was observed entering a secure area of the airport.", + "category": "Airlines and Airplanes", + "link": "https://www.nytimes.com/2022/01/06/us/united-flight-attendant-stolen-identity.html", + "creator": "Amanda Holpuch and Azi Paybarah", + "pubDate": "Fri, 07 Jan 2022 00:08:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206656,17 +210484,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cff37e759f6443272271bc8b8038babb", + "hash": "394819abd48d940289568563a2f8e0ec", "highlights": [] }, { - "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": "Dog Is Hailed as ‘Real-Life Lassie’ After Leading Police to Truck Crash", + "description": "Two men lay unconscious on a frigid Vermont night until Tinsley, a Shiloh Shepherd, led the authorities back to the site of the wreck.", + "content": "Two men lay unconscious on a frigid Vermont night until Tinsley, a Shiloh Shepherd, led the authorities back to the site of the wreck.", + "category": "Animal Cognition", + "link": "https://www.nytimes.com/2022/01/06/us/dog-tinsley-rescues-owner.html", + "creator": "Vimal Patel", + "pubDate": "Thu, 06 Jan 2022 16:16:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206678,17 +210506,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca000334837d1bbb1f4789fcb21e9cc9", + "hash": "bf64e4988bcfaaa999ea31ec6774cf22", "highlights": [] }, { - "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": "In ‘African Origin’ Show at Met, New Points of Light Across Cultures", + "description": "Partnerships: Spanning eras and cultures, a pairing of artworks from “The African Origin of Civilization” includes “The King’s Acquaintances Memi and Sabu” from Egypt, ca. 2575–2465 B.C. and “Seated Couple” from Mali, 18th or early 19th century.", + "content": "Partnerships: Spanning eras and cultures, a pairing of artworks from “The African Origin of Civilization” includes “The King’s Acquaintances Memi and Sabu” from Egypt, ca. 2575–2465 B.C. and “Seated Couple” from Mali, 18th or early 19th century.", + "category": "Art", + "link": "https://www.nytimes.com/2022/01/06/arts/design/met-museum-african-origin-exhibit.html", + "creator": "Holland Cotter", + "pubDate": "Thu, 06 Jan 2022 20:43:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206700,17 +210528,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "66b66d6eb4813ac3841990bf5609dfdb", + "hash": "ace349f99a2a86dd4ee7b87c8b1518ee", "highlights": [] }, { - "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": "N.F.L. Week 18 Picks Against the Spread", + "description": "Dak Prescott and the Dallas Cowboys entered the weekend as the N.F.C.’s No. 4 seed but could rise as high as No. 2 with a win over the Philadelphia Eagles.", + "content": "Dak Prescott and the Dallas Cowboys entered the weekend as the N.F.C.’s No. 4 seed but could rise as high as No. 2 with a win over the Philadelphia Eagles.", + "category": "Football", + "link": "https://www.nytimes.com/2022/01/06/sports/football/nfl-week-18-picks.html", + "creator": "Emmanuel Morgan", + "pubDate": "Thu, 06 Jan 2022 05:01:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206722,17 +210550,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "892b2e68a417d0e6713d36fb7b12d51a", + "hash": "5fd27933cdfcf2f2ad542622975a05ae", "highlights": [] }, { - "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": "Does My Boyfriend Like Me, or Does He Like That I’m a Twin?", + "description": "A reader wonders whether a friend’s suggestion might have some truth to it.", + "content": "A reader wonders whether a friend’s suggestion might have some truth to it.", + "category": "Customs, Etiquette and Manners", + "link": "https://www.nytimes.com/2022/01/06/style/boyfriend-twin-social-qs.html", + "creator": "Philip Galanes", + "pubDate": "Thu, 06 Jan 2022 14:00:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206744,17 +210572,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fd4d506446364b53eb59976b22e0f2f", + "hash": "6ccd1913c4c23d7b64ec4fcd80a8c080", "highlights": [] }, { - "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": "Stephen Colbert Praises Biden’s Jan. 6 Speech", + "description": "“It’s important to reflect on a day like this,” Colbert said. “There’s a reason Texas’ motto is not ‘What’s an Alamo?’”", + "content": "“It’s important to reflect on a day like this,” Colbert said. “There’s a reason Texas’ motto is not ‘What’s an Alamo?’”", + "category": "Television", + "link": "https://www.nytimes.com/2022/01/07/arts/television/stephen-colbert-jan-6.html", + "creator": "Trish Bendix", + "pubDate": "Fri, 07 Jan 2022 05:55:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206766,17 +210594,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9453fc783f640716ad7cfa9a671656df", + "hash": "cb91ab41b44941eebb5e4a283a8c24c1", "highlights": [] }, { - "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": "‘Rigoletto’ at the Met Unites a Father and Daughter. Again.", + "description": "Quinn Kelsey, left, and Rosa Feola are singing the father-daughter roles of Rigoletto and Gilda in a new production at the Metropolitan Opera.", + "content": "Quinn Kelsey, left, and Rosa Feola are singing the father-daughter roles of Rigoletto and Gilda in a new production at the Metropolitan Opera.", + "category": "Opera", + "link": "https://www.nytimes.com/2022/01/06/arts/music/rigoletto-met-opera-quinn-kelsey-rosa-feola.html", + "creator": "Joshua Barone", + "pubDate": "Thu, 06 Jan 2022 18:09:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206788,17 +210616,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ee61f090a4d6f99cdb06cfe43d23a0f", + "hash": "94089502ef6dd7478c83c2f9ff392b7b", "highlights": [] }, { - "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": "Strong Jobs Report Is Expected, but It May Not Reflect Omicron’s Impact", + "description": "The December U.S. jobs data, which is expected to show renewed economic health, was collected before the latest virus wave revealed its strength. Since then, the Omicron variant has set off a steep rise in cases, keeping people at home and prompting fresh uncertainty among employers. Here’s the latest.", + "content": "The December U.S. jobs data, which is expected to show renewed economic health, was collected before the latest virus wave revealed its strength. Since then, the Omicron variant has set off a steep rise in cases, keeping people at home and prompting fresh uncertainty among employers. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/07/business/stock-market-economy-news", + "creator": "The New York Times", + "pubDate": "Fri, 07 Jan 2022 10:54:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206810,17 +210638,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "173b061a2bab63e9f357576990194d86", + "hash": "069a92627bcd294ecc9a7b8c07706fe0", "highlights": [] }, { - "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": "‘It’s Going to Be the White House Next’: Nine Democrats Grapple With Jan. 6", + "description": "The lack of consequences for Republican leaders over Jan. 6 has Democrats worried for the future. But some also expressed empathy for the rioters.", + "content": "The lack of consequences for Republican leaders over Jan. 6 has Democrats worried for the future. But some also expressed empathy for the rioters.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2022/01/07/opinion/democrats-focus-group.html", + "creator": "Patrick Healy and Lora Kelley", + "pubDate": "Fri, 07 Jan 2022 11:31:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206832,17 +210660,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b188203742dd01dca536aa6e0078b38", + "hash": "9a8644d9f407764110703af5fa2ba68d", "highlights": [] }, { - "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": "‘Trump’s People Don’t Act Like That’: How Republican Voters See Jan. 6", + "description": "The Republicans aren’t apologists for Jan. 6 — some chastised President Trump and don’t want him to run again. They just want the country to move on.", + "content": "The Republicans aren’t apologists for Jan. 6 — some chastised President Trump and don’t want him to run again. They just want the country to move on.", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2022/01/07/opinion/republicans-focus-group.html", + "creator": "Patrick Healy and Adrian J. Rivera", + "pubDate": "Fri, 07 Jan 2022 10:12:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206854,17 +210682,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a4e1453288868dc062134c46b2966af8", + "hash": "f3a887b3d4eddea368a7a5d714faf6c1", "highlights": [] }, { - "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": "5 Tips for Spotting Melanoma and Other Skin Cancers", + "description": "Five tips for spotting melanoma and other skin cancers.", + "content": "Five tips for spotting melanoma and other skin cancers.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2022/01/04/well/live/melanoma-skin-cancer.html", + "creator": "Amelia Nierenberg", + "pubDate": "Wed, 05 Jan 2022 00:34:24 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206876,17 +210704,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "39343e43e28b31a070ba5b720e8fd88e", + "hash": "c98321c067ecf660273723f18d4b176d", "highlights": [] }, { - "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": "Why Days 5 to 10 Are So Important When You Have Coronavirus", + "description": "Tracking your daily symptoms can help you and your doctors make better decisions about whether a hospital visit is needed.", + "content": "Tracking your daily symptoms can help you and your doctors make better decisions about whether a hospital visit is needed.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2020/04/30/well/live/coronavirus-days-5-through-10.html", + "creator": "Tara Parker-Pope", + "pubDate": "Tue, 04 Jan 2022 11:43:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206898,17 +210726,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0da9e589972f31221d38ee4d48caed28", + "hash": "820cf055663151c18a20fe68aad42fad", "highlights": [] }, { - "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": "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": "", @@ -206920,17 +210748,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b881dad025234c56747077027dbd386", + "hash": "c95d245ff78f7990a1f796b2edc69b66", "highlights": [] }, { - "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": "What’s a Pulse Oximeter, and Do I Really Need One at Home?", + "description": "A tiny fingertip device can give you valuable information about your health during a bout of Covid-19 or any respiratory illness.", + "content": "A tiny fingertip device can give you valuable information about your health during a bout of Covid-19 or any respiratory illness.", + "category": "Oxygen", + "link": "https://www.nytimes.com/2020/04/24/well/live/coronavirus-pulse-oximeter-oxygen.html", + "creator": "Tara Parker-Pope", + "pubDate": "Wed, 06 Oct 2021 00:10:32 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206942,17 +210770,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "45f71a87707e87f60353b57e8a63d035", + "hash": "4eaedafa6d1f042a9d4415891ff6fd7e", "highlights": [] }, { - "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": "Biden Holds Trump Responsible in Jan. 6 Speech", + "description": "On the anniversary of the Jan. 6 attack on the Capitol, President Biden abandoned restraint and condemned former President Donald J. Trump's “undemocratic” and “un-American” campaign against the legitimacy of the 2020 election.", + "content": "On the anniversary of the Jan. 6 attack on the Capitol, President Biden abandoned restraint and condemned former President Donald J. Trump's “undemocratic” and “un-American” campaign against the legitimacy of the 2020 election.", + "category": "Biden, Joseph R Jr", + "link": "https://www.nytimes.com/2022/01/06/us/politics/biden-jan-6-capitol-attack.html", + "creator": "Peter Baker", + "pubDate": "Fri, 07 Jan 2022 04:35:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206964,17 +210792,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "de04a9180ac457a131f76d0e2ae78be3", + "hash": "b60fd3a6aa883a94bd2fb527f677264c", "highlights": [] }, { - "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": "The Next Big Lies: Jan. 6 Was No Big Deal, or a Left-Wing Plot", + "description": "How revisionist histories of Jan. 6 picked up where the “stop the steal” campaign left off, warping beliefs about what transpired at the Capitol.", + "content": "How revisionist histories of Jan. 6 picked up where the “stop the steal” campaign left off, warping beliefs about what transpired at the Capitol.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2022/01/06/us/politics/jan-6-lies.html", + "creator": "Matthew Rosenberg, Jim Rutenberg and Michael M. Grynbaum", + "pubDate": "Thu, 06 Jan 2022 18:18:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -206986,17 +210814,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "91040a314bec845bc031ce1e4bc228bb", + "hash": "20ef5fba578a4c9ff4e086aa2a769e5e", "highlights": [] }, { - "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": "Republicans Avoid Jan. 6 Observances at the Capitol", + "description": "The only Republican-led event on Thursday was a news conference held by Representatives Matt Gaetz of Florida and Marjorie Taylor Greene of Georgia, who elevated unproven theories about the origins of the assault on the Capitol.", + "content": "The only Republican-led event on Thursday was a news conference held by Representatives Matt Gaetz of Florida and Marjorie Taylor Greene of Georgia, who elevated unproven theories about the origins of the assault on the Capitol.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/06/us/politics/republicans-jan-6-observances.html", + "creator": "Catie Edmondson", + "pubDate": "Fri, 07 Jan 2022 00:06:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207008,17 +210836,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "87fa57dc1d4117622bc3332d6ed66dfe", + "hash": "864f7e49ff8ef3f9d2f8605c8ab32acf", "highlights": [] }, { - "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": "Catch up on how the day’s commemorations unfolded, and read four major takeaways.", + "description": "President Biden is expected to warn that democracy is at risk. Follow our coverage of today’s events.", + "content": "President Biden is expected to warn that democracy is at risk. Follow our coverage of today’s events.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/06/us/jan-6-capitol-riot", + "creator": "The New York Times", + "pubDate": "Fri, 07 Jan 2022 06:32:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207030,17 +210858,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7fb35c4b4b1b1b427c7e37fdb2c04865", + "hash": "bfb4de6a37c2ca5a85665c0ffe6a50bd", "highlights": [] }, { - "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": "At the Capitol, a Day of Somber Remembrance", + "description": "Democrats held a day of events including speeches, personal testimony, a panel of historians, videos, moments of silence and a candlelight vigil.", + "content": "Democrats held a day of events including speeches, personal testimony, a panel of historians, videos, moments of silence and a candlelight vigil.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/06/us/politics/january-6-anniversary-photos.html", + "creator": "Emily Cochrane and Luke Broadwater", + "pubDate": "Fri, 07 Jan 2022 01:40:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207052,17 +210880,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4058e6d2716ff392e086b853835f81e", + "hash": "f0915493eec0179280ec97da57115b09", "highlights": [] }, { - "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.", + "title": "Right-wing media criticized Biden’s speech and played down the Jan. 6 anniversary.", + "description": "President Biden in Statuary Hall, inside the United States Capitol on Thursday.", + "content": "President Biden in Statuary Hall, inside the United States Capitol on Thursday.", "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", + "link": "https://www.nytimes.com/live/2022/01/06/us/jan-6-capitol-riot/right-wing-media-criticized-bidens-speech-and-played-down-the-jan-6-anniversary", + "creator": "Michael M. Grynbaum", + "pubDate": "Thu, 06 Jan 2022 22:51:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207074,17 +210902,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f1951c878912bc7265a701e2b0688e6", + "hash": "43abdfe2de0ee7ee41bb16b64bda40b9", "highlights": [] }, { - "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": "Companies Donated Millions to Those Who Voted to Overturn Biden's Win", + "description": "A report released this week by a watchdog group found that corporate money continued to support most of the 147 lawmakers who voted to overturn the election results last January.", + "content": "A report released this week by a watchdog group found that corporate money continued to support most of the 147 lawmakers who voted to overturn the election results last January.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2022/01/06/us/politics/congress-corporate-donations-2020-election-overturn.html", + "creator": "Alan Rappeport, Madeleine Ngo and Kate Kelly", + "pubDate": "Thu, 06 Jan 2022 20:32:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207096,17 +210924,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e6d62e0194a1178fbc824d3cf166887f", + "hash": "2aa1cbc8f9d7e99fb1ffb377242572c0", "highlights": [] }, { - "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": "Former Biden Advisers Urge a Pandemic Strategy for the ‘New Normal’", + "description": "A medical center in Ruleville, Miss., on Thursday. Improved testing was among the suggestions made by the former advisers in three articles published on Thursday.", + "content": "A medical center in Ruleville, Miss., on Thursday. Improved testing was among the suggestions made by the former advisers in three articles published on Thursday.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/06/us/politics/former-biden-advisers-pandemic-strategy.html", + "creator": "Sheryl Gay Stolberg", + "pubDate": "Fri, 07 Jan 2022 00:04:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207118,17 +210946,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9452695fed6c874cc70a866dbe602b51", + "hash": "841141e713e6358f92630181c2bbd274", "highlights": [] }, { - "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": "Global cases topped 300 million, but experts say it’s time to stop focusing on that figure. Catch up on the latest.", + "description": "Six former advisers called for President Biden to adopt a domestic strategy of living with the virus indefinitely. Here’s the latest pandemic news.", + "content": "Six former advisers called for President Biden to adopt a domestic strategy of living with the virus indefinitely. Here’s the latest pandemic news.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/06/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Fri, 07 Jan 2022 06:32:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207140,17 +210968,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "330c2d2717a5367fe1fd77f09c45f471", + "hash": "cb1f7d94b96843014dec36e42d3f13ca", "highlights": [] }, { - "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": "Novak Djokovic and Fellow Star Vaccine Skeptics Are Increasingly Scorned", + "description": " A supporter of Serbian tennis player Novak Djokovic waved a tennis racket during a protest of support in Belgrade, Serbia, after it was announced Djokovic would not be allowed into Australia.", + "content": " A supporter of Serbian tennis player Novak Djokovic waved a tennis racket during a protest of support in Belgrade, Serbia, after it was announced Djokovic would not be allowed into Australia.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/06/sports/djokovic-rodgers-irving-coronavirus.html", + "creator": "Matthew Futterman", + "pubDate": "Fri, 07 Jan 2022 05:47:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207162,17 +210990,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "32e9ae70e1f6e4a4f825c9c1568f6e19", + "hash": "52779920d1a2f97c883fb1373f36b2aa", "highlights": [] }, { - "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": "Women’s Periods May Be Late After Coronavirus Vaccination, Study Suggests", + "description": "Scientists said the study should be reassuring. “Their providers can say, ‘If you have an extra day, that is normal, it’s not something to be concerned about,’” one expert said.", + "content": "Scientists said the study should be reassuring. “Their providers can say, ‘If you have an extra day, that is normal, it’s not something to be concerned about,’” one expert said.", + "category": "your-feed-science", + "link": "https://www.nytimes.com/2022/01/06/health/covid-vaccine-menstrual-cycles.html", + "creator": "Roni Caryn Rabin", + "pubDate": "Thu, 06 Jan 2022 22:26:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207184,17 +211012,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dcbd55d065f1fd272ce3e325ae0e501f", + "hash": "af0f98a8fdd89a589435efc526a87c54", "highlights": [] }, { - "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": "Kazakhstan’s President Says Security Forces Can ‘Fire Without Warning’ to Quell Unrest", + "description": "The building that houses the mayor’s office was torched on Thursday during protests in Almaty, the biggest city in Kazakhstan.", + "content": "The building that houses the mayor’s office was torched on Thursday during protests in Almaty, the biggest city in Kazakhstan.", + "category": "Demonstrations, Protests and Riots", + "link": "https://www.nytimes.com/2022/01/07/world/asia/kazakhstan-protests.html", + "creator": "Ivan Nechepurenko and Marc Santora", + "pubDate": "Fri, 07 Jan 2022 09:32:48 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207206,17 +211034,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c01f9bf30198ee8af0aac2dcc71e249", + "hash": "66233dc6f70a20cbfdf4b673247945f3", "highlights": [] }, { - "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": "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": "", @@ -207228,17 +211056,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8525907b23cf1299d609734a945c3366", + "hash": "c1545049f4154e382d71e76b4d13cd46", "highlights": [] }, { - "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": "Is a Judge’s Order a Threat to a Free Press?", + "description": "James O’Keefe, the founder of Project Veritas, in 2020.", + "content": "James O’Keefe, the founder of Project Veritas, in 2020.", + "category": "Freedom of the Press", + "link": "https://www.nytimes.com/2022/01/06/opinion/letters/new-york-times-veritas-free-press.html", + "creator": "", + "pubDate": "Thu, 06 Jan 2022 16:19:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207250,17 +211078,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0cf41ca1e3ff96942f961f273f2d35c", + "hash": "6d4075d0e770e1727401ee7e5f781eca", "highlights": [] }, { - "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": "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": "", @@ -207272,17 +211100,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f00c381e353bd515c2dea680c07391b3", + "hash": "ed7ef8da4f36b1febb2d8d878311e716", "highlights": [] }, { - "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": "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": "", @@ -207294,17 +211122,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6052d54b3148104cca49596d31f7b903", + "hash": "9db6ae41c0afa33325c3e9912b18db87", "highlights": [] }, { - "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": "中美抗疫:两个极端,两个“平行空间”", + "description": "根据《纽约时报》数据库绘制的全球疫情热点地图。", + "content": "根据《纽约时报》数据库绘制的全球疫情热点地图。", + "category": "", + "link": "https://www.nytimes.com/zh-hans/2022/01/06/world/asia/china-us-coronavirus.html", + "creator": "Rong Xiaoqing", + "pubDate": "Thu, 06 Jan 2022 09:13:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207316,17 +211144,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "25af91f13b71ef593b7410a8fe582f81", + "hash": "42b767f063529d379dc403225c9ee955", "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", + "title": "Virginia Democrats Aim to Block Trump’s E.P.A. Chief From State Agency", + "description": "As E.P.A. administrator under President Trump, Andrew Wheeler succeeded in repealing several pollution and climate change regulations and worked to make it harder to impose new regulations.", + "content": "As E.P.A. administrator under President Trump, Andrew Wheeler succeeded in repealing several pollution and climate change regulations and worked to make it harder to impose new regulations.", + "category": "Global Warming", + "link": "https://www.nytimes.com/2022/01/06/climate/andrew-wheeler-virginia.html", + "creator": "Lisa Friedman", + "pubDate": "Thu, 06 Jan 2022 23:23:48 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207338,17 +211166,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9acdbc6e0dcc4f8f500bb351cfa0c12", + "hash": "fe027dc5c342e003c231fc1dac166e1c", "highlights": [] }, { - "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": "Winter Storm Brings Another Round of Snow to Mid-Atlantic and Northeast", + "description": "Snow disrupted traffic in Nashville on Thursday. The storm was expected to move across the northeast on Friday.", + "content": "Snow disrupted traffic in Nashville on Thursday. The storm was expected to move across the northeast on Friday.", + "category": "Weather", + "link": "https://www.nytimes.com/2022/01/06/nyregion/northeast-snowstorm.html", + "creator": "Christine Chung and Derrick Bryson Taylor", + "pubDate": "Fri, 07 Jan 2022 01:47:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207360,17 +211188,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "afe9c0dda57e85682d371933769057ec", + "hash": "2bcac3f0a86345d23e64371920708523", "highlights": [] }, { - "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": "‘Late Late Show’ Cancels Tapings After James Corden Tests Positive", + "description": "James Corden with Penelope Cruz, left, and Jessica Chastain on “The Late Late Show” this week. On Thursday, the host announced that he had tested positive for the coronavirus.", + "content": "James Corden with Penelope Cruz, left, and Jessica Chastain on “The Late Late Show” this week. On Thursday, the host announced that he had tested positive for the coronavirus.", + "category": "Television", + "link": "https://www.nytimes.com/2022/01/06/arts/television/late-late-show-james-corden-coronavirus.html", + "creator": "Dave Itzkoff", + "pubDate": "Fri, 07 Jan 2022 00:59:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207382,17 +211210,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c81d9eee0ea79c595fc863d438bed0ef", + "hash": "2a78ce6870d598f7b96dfc7d10e062c8", "highlights": [] }, { - "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": "Mets Hire Eric Chavez as Hitting Coach", + "description": "As a player, Eric Chavez was a six-time Gold Glove third baseman who hit 260 home runs over 17 seasons.", + "content": "As a player, Eric Chavez was a six-time Gold Glove third baseman who hit 260 home runs over 17 seasons.", + "category": "Baseball", + "link": "https://www.nytimes.com/2022/01/06/sports/baseball/eric-chavez-mets.html", + "creator": "James Wagner", + "pubDate": "Thu, 06 Jan 2022 22:54:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207404,17 +211232,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "05b53615c7beebb7b11d8cec1e7e2960", + "hash": "ca11f70ca63e28132cf7a222c05e88c1", "highlights": [] }, { - "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": "These 'Spider-Man' Villains Return in 'No Way Home'", + "description": "Willem Dafoe, Alfred Molina and Jamie Foxx talk about reprising their bad-guy roles in the blockbuster sequel.", + "content": "Willem Dafoe, Alfred Molina and Jamie Foxx talk about reprising their bad-guy roles in the blockbuster sequel.", + "category": "Spider-Man: No Way Home (Movie)", + "link": "https://www.nytimes.com/2022/01/05/movies/spider-man-no-way-home-villains.html", + "creator": "Dave Itzkoff", + "pubDate": "Wed, 05 Jan 2022 14:53:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207426,17 +211254,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f51b789e7eee7764d2a4f9c600ae66f", + "hash": "26f6a7fc3d0fd70802e6c1ab31bd25ab", "highlights": [] }, { - "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": "Barbie and Balmain Want to Make Toys the Next Big Fashion Frontier", + "description": "The first high-fashion collaboration of the year is here, and it’s surprisingly good.", + "content": "The first high-fashion collaboration of the year is here, and it’s surprisingly good.", + "category": "Fashion and Apparel", + "link": "https://www.nytimes.com/2022/01/05/style/barbie-balmain-collection.html", + "creator": "Vanessa Friedman", + "pubDate": "Thu, 06 Jan 2022 13:31:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207448,17 +211276,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "40815463fa8f1e3d0b031d389644ce02", + "hash": "469aaf753c81e4ab0c6827cfe074ee3f", "highlights": [] }, { - "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": "‘A Hero’ Review: Debts No Honest Man Can Pay", + "description": "In the latest film from the two-time Oscar winner Asghar Farhadi, a good Samaritan comes under suspicion.", + "content": "In the latest film from the two-time Oscar winner Asghar Farhadi, a good Samaritan comes under suspicion.", + "category": "Movies", + "link": "https://www.nytimes.com/2022/01/05/movies/a-hero-review.html", + "creator": "A.O. Scott", + "pubDate": "Thu, 06 Jan 2022 02:38:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207470,17 +211298,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccd0f4754c1ea9c6613bf4a2d9f2a17a", + "hash": "6a9565043ec223726868f58f7b468bac", "highlights": [] }, { - "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": "‘Emily in Paris’ Isn’t the Only Clichéd Show in This Town", + "description": "Netflix doesn’t qualify as a solo offender when it comes to Gallic stereotypes, as three musical theater works on the city’s stages show.", + "content": "Netflix doesn’t qualify as a solo offender when it comes to Gallic stereotypes, as three musical theater works on the city’s stages show.", + "category": "Emily in Paris (TV Program)", + "link": "https://www.nytimes.com/2022/01/06/theater/paris-musicals-french-cliches.html", + "creator": "Laura Cappelle", + "pubDate": "Thu, 06 Jan 2022 09:21:37 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207492,17 +211320,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a64e8b95b91f9a330ebc524d7e25ac1", + "hash": "84984002adaab3e6532395a520ecbd50", "highlights": [] }, { - "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": "Winter Storm Expected to Blanket the Northeast in Snow", + "description": "Snow disrupted traffic in Nashville on Thursday. The storm was expected to move across the northeast on Friday.", + "content": "Snow disrupted traffic in Nashville on Thursday. The storm was expected to move across the northeast on Friday.", + "category": "Weather", + "link": "https://www.nytimes.com/2022/01/06/nyregion/northeast-snowstorm.html", + "creator": "Christine Chung", + "pubDate": "Fri, 07 Jan 2022 01:47:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207514,17 +211342,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b4aaf15255b8c14173e818197ea8b9f", + "hash": "70ee43214ab04262497e54950181574b", "highlights": [] }, { - "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": "Lawmakers Commemorate Capitol Attack With a Day of Events", + "description": "President Biden is expected to warn that democracy is at risk. Follow our coverage of today’s events.", + "content": "President Biden is expected to warn that democracy is at risk. Follow our coverage of today’s events.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/06/us/jan-6-capitol-riot", + "creator": "The New York Times", + "pubDate": "Thu, 06 Jan 2022 21:32:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207536,17 +211364,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "45fdccbe3f5729cc53ae67cede2d01d4", + "hash": "28066cb7870966d7a1a99f234ffcfb2d", "highlights": [] }, { - "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": "Top Republicans, who have downplayed and denied the riot, are absent from the commemorative events.", + "description": "Senator Mitch McConnell will skip the ceremonies to attend the funeral of former Senator Johnny Isakson, a Georgia Republican.", + "content": "Senator Mitch McConnell will skip the ceremonies to attend the funeral of former Senator Johnny Isakson, a Georgia Republican.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/06/us/jan-6-capitol-riot/top-republicans-who-have-downplayed-and-denied-the-riot-are-absent-from-the-commemorative-events", + "creator": "Catie Edmondson", + "pubDate": "Thu, 06 Jan 2022 16:00:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207558,17 +211386,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d82e3086723cca42ee89faded65e37b", + "hash": "10b62a59e7bc6df6f21b5a4880f1501e", "highlights": [] }, { - "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": "Remembering Jan. 6, When He Was Trapped Alone in the Capitol", + "description": "Wayne K. Williams, a senior adviser to Representative Hakeem Jeffries, spoke publicly for the first time about his experience during the Capitol riot.", + "content": "Wayne K. Williams, a senior adviser to Representative Hakeem Jeffries, spoke publicly for the first time about his experience during the Capitol riot.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2022/01/06/us/politics/trapped-capitol-jan-6.html", + "creator": "Emily Cochrane", + "pubDate": "Thu, 06 Jan 2022 20:41:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207580,17 +211408,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b35282b6d998dca1a258445ead46eec", + "hash": "d1741a52fe13df2b9d2e2c24615446e0", "highlights": [] }, { - "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": "Inside the Jan. 6 Capitol Riot: An Exclusive Video Investigation", + "description": "The Times analyzed thousands of videos from the Jan. 6 attack on the U.S. Capitol Building to understand how it happened — and why. Here are some of the key findings.", + "content": "The Times analyzed thousands of videos from the Jan. 6 attack on the U.S. Capitol Building to understand how it happened — and why. Here are some of the key findings.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2021/06/30/us/jan-6-capitol-attack-takeaways.html", + "creator": "The New York Times", + "pubDate": "Thu, 06 Jan 2022 14:52:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207602,17 +211430,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "74b66cdf9cc1e8dd071d8709893568dd", + "hash": "6d524bbb6f366fb5e8bb3d7916a556ec", "highlights": [] }, { - "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": "Advisers to Biden Transition Team Call for Entirely New Covid Strategy", + "description": "Six former advisers called for President Biden to adopt a strategy of living with the virus indefinitely. Here’s the latest pandemic news.", + "content": "Six former advisers called for President Biden to adopt a strategy of living with the virus indefinitely. Here’s the latest pandemic news.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/06/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Thu, 06 Jan 2022 17:35:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207624,17 +211452,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0852b48275a14a2f2c4fd1aed1f007fa", + "hash": "86d029064972fe64b07e0b4c14f418ed", "highlights": [] }, { - "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": "Covid Treatments Including Paxlovid Are Rationed as Cases Spike", + "description": "Louis Shantzek got Covid but was unable to receive monoclonal antibodies because of supply shortages.", + "content": "Louis Shantzek got Covid but was unable to receive monoclonal antibodies because of supply shortages.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2022/01/06/business/covid-paxlovid-antibodies-omicron.html", + "creator": "Rebecca Robbins, Noah Weiland and Christina Jewett", + "pubDate": "Thu, 06 Jan 2022 16:13:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207646,17 +211474,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "da91a1b0bcfc94c8aca6ff9f9ab29537", + "hash": "9d448ed63b1ca88eb8e5469261d63520", "highlights": [] }, { - "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": "Xi'an Is China's Biggest Covid Challenge Since Wuhan", + "description": "Residential buildings at night in Xi’an, China, where a lockdown that began Dec. 22 has required all residents to stay at home to help curb the spread of Covid-19.", + "content": "Residential buildings at night in Xi’an, China, where a lockdown that began Dec. 22 has required all residents to stay at home to help curb the spread of Covid-19.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/06/world/asia/china-xian-lockdown-covid.html", + "creator": "Alexandra Stevenson", + "pubDate": "Thu, 06 Jan 2022 10:57:40 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207668,17 +211496,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ee52fd882e8f63aca1ce4f5ba5c55d9", + "hash": "6ee8c06b94ed8734c565f5e0d69b653e", "highlights": [] }, { - "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": "As Omicron Infects Workers, Subway Service Suffers", + "description": "With so many subway operators out sick, transit officials have canceled service on three lines and reduced service on many others.", + "content": "With so many subway operators out sick, transit officials have canceled service on three lines and reduced service on many others.", + "category": "Subways", + "link": "https://www.nytimes.com/2022/01/06/nyregion/nyc-subway-covid-omicron.html", + "creator": "Michael Gold, Ashley Wong and Ana Ley", + "pubDate": "Thu, 06 Jan 2022 13:43:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207690,17 +211518,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3640a826c9df4fad0ef3168a03d92ceb", + "hash": "dda10f307a5efb553b3ba530f7eb7071", "highlights": [] }, { - "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": "Russia Sends Troops to Kazakhstan as Dozens of Protesters Are Killed", + "description": "A revolt sparked by rising fuel prices is convulsing the nation. As protests turned deadly, troops from a Russian-led alliance began arriving. Here’s the latest.", + "content": "A revolt sparked by rising fuel prices is convulsing the nation. As protests turned deadly, troops from a Russian-led alliance began arriving. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/06/world/kazakhstan-protests", + "creator": "The New York Times", + "pubDate": "Thu, 06 Jan 2022 13:05:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207712,17 +211540,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "acfccd603078a48ef79f8beecaa1625e", + "hash": "5727dac6cebe2f95a6977ba647ddd035", "highlights": [] }, { - "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": "Eric Dickerson: 'The N.F.L. Is Another No-Good Entity.'", + "description": "Eric Dickerson, a Hall of Fame former running back, at his home in California.", + "content": "Eric Dickerson, a Hall of Fame former running back, at his home in California.", + "category": "Football", + "link": "https://www.nytimes.com/2022/01/05/sports/football/eric-dickerson-rushing-record-cte.html", + "creator": "Ben Shpigel", + "pubDate": "Wed, 05 Jan 2022 18:52:24 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207734,17 +211562,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8e3da27a14f10bb8585edf07f28817e", + "hash": "65293d57207d6815987810c437a3109f", "highlights": [] }, { - "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": "Jan. 6 Looks Different Through the Lens of ‘American Carnage’", + "description": "The nation has festering problems. Trumpism did not go to the true roots of them.", + "content": "The nation has festering problems. Trumpism did not go to the true roots of them.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2022/01/06/opinion/jan-6-trump-us.html", + "creator": "Sohrab Ahmari", + "pubDate": "Thu, 06 Jan 2022 10:23:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207756,17 +211584,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "14fe7cbf8b292a926b5ae2d1d0614248", + "hash": "64ec3e8f09a854b3ed8e9a1af7bc7f74", "highlights": [] }, { - "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": "The G.O.P. Is Making ‘Critical Race Theory’ the New ‘Shariah Law’", + "description": "Critical race theory is a boogeyman the right can use to activate and harness racist anti-otherness.", + "content": "Critical race theory is a boogeyman the right can use to activate and harness racist anti-otherness.", + "category": "Critical Race Theory", + "link": "https://www.nytimes.com/2022/01/05/opinion/critical-race-theory-gop.html", + "creator": "Charles M. Blow", + "pubDate": "Thu, 06 Jan 2022 02:40:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207778,17 +211606,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "413ec8b9b2b006b77295e3b2821c686a", + "hash": "a8bb0ad1086f187517f9086c032ba136", "highlights": [] }, { - "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": "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": "", @@ -207800,17 +211628,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e5bbca0108d0c11febe4fcbbff5cd1f", + "hash": "c5d37898b00f198882c0d6a8d1089894", "highlights": [] }, { - "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": "Stocks Are Great for the Very Young — and the Very Old", + "description": "An economist says that retirees should tilt toward stocks as they age.", + "content": "An economist says that retirees should tilt toward stocks as they age.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2022/01/05/opinion/stock-market-retirement.html", + "creator": "Peter Coy", + "pubDate": "Wed, 05 Jan 2022 21:37:49 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207822,17 +211650,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e86c7e270643978a95a4adb38e8781f2", + "hash": "99f3353b9d5a8b982ca6c251e5f62e56", "highlights": [] }, { - "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": "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": "", @@ -207844,17 +211672,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "44c38f847ad26485eb8aa182cd1148fc", + "hash": "21b0309154923c12d9cc959fd96a476a", "highlights": [] }, { - "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": "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": "", @@ -207866,17 +211694,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b2b7aaabf22bd20e676e5fee6b48246", + "hash": "c50088c3e3101ed32cf60c611830c011", "highlights": [] }, { - "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": "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": "", @@ -207888,17 +211716,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1865bdae74decb7c7caee31fc2491c1", + "hash": "93cc42d782d94fca8cdcbcc319a22b28", "highlights": [] }, { - "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 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": "", @@ -207910,17 +211738,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "98b395ef476b9f36e8ed19466c094155", + "hash": "312d1cb72c9eebab168b446af9b8db4d", "highlights": [] }, { - "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": "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": "", @@ -207932,17 +211760,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa6acb4f7dbad4d8de092b72681e06ef", + "hash": "87d3508fb5ea84443ad88be85ca5e826", "highlights": [] }, { - "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": "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": "", @@ -207954,17 +211782,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ed16bac78d018af154221a3ac6a514b", + "hash": "21096f5078cf87d80faa77e93efa8b32", "highlights": [] }, { - "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": "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": "", @@ -207976,17 +211804,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0460db6fa4d59b84a455eda07c2561b", + "hash": "f83a6cf1f2d34688e463cfd5aab9640a", "highlights": [] }, { - "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": "This Cake Is a Taste of a Vanishing New York", + "description": "Dorie Greenspan’s poppy-seed cake is a call back to her childhood and shops that are mostly gone.", + "content": "Dorie Greenspan’s poppy-seed cake is a call back to her childhood and shops that are mostly gone.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2022/01/05/magazine/poppy-seed-cake-recipe.html", + "creator": "Dorie Greenspan", + "pubDate": "Wed, 05 Jan 2022 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -207998,17 +211826,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a021c134a4599ffdaea082930dcaac5f", + "hash": "d1211876ced2b6d1b2d1122096c2fdf2", "highlights": [] }, { - "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": "Republicans for Democracy", + "description": "Liz Cheney at a hearing last month.", + "content": "Liz Cheney at a hearing last month.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/06/briefing/republicans-democracy-capitol-attack.html", + "creator": "David Leonhardt", + "pubDate": "Thu, 06 Jan 2022 11:37:24 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208020,17 +211848,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "069dd339b31cbdb7f5b7b5b234c268f5", + "hash": "61bad989ab322e00aea53ec04b2d4334", "highlights": [] }, { - "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": "Jan. 6, Part 2: Liz Cheney’s Battle Against the ‘Big Lie’", + "description": "“If you’re just going to get elected to office to say you’re in office, but when the chips are down you’re unwilling to do that you know is right, that creates the potential that the system can unravel,” Liz Cheney said on today’s episode.", + "content": "“If you’re just going to get elected to office to say you’re in office, but when the chips are down you’re unwilling to do that you know is right, that creates the potential that the system can unravel,” Liz Cheney said on today’s episode.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/06/podcasts/the-daily/cheney-trump-gop-jan-6.html", + "creator": "Michael Barbaro, Jessica Cheung, Rob Szypko, Rachel Quester, Eric Krupke, Diana Nguyen, Lisa Tobin, Chelsea Daniel, Marion Lozano and Corey Schreppel", + "pubDate": "Thu, 06 Jan 2022 13:51:45 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208042,17 +211870,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "71c5a297a674f9f430e19b9a17872ce1", + "hash": "ee59c3434b7a09d3861fdbc9ecc09f32", "highlights": [] }, { - "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": "A Year After Jan. 6, Millions of Americans Support Violence", + "description": "A mob breached the Capitol on January 6, 2021, after attending the Save America Rally for supporters of former President Donald Trump contesting the 2020 election results.", + "content": "A mob breached the Capitol on January 6, 2021, after attending the Save America Rally for supporters of former President Donald Trump contesting the 2020 election results.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/05/us/politics/americans-political-violence-capitol-riot.html", + "creator": "Blake Hounshell and Leah Askarinam", + "pubDate": "Thu, 06 Jan 2022 00:00:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208064,17 +211892,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b27327037f6daeb1eb35b2262f2f17b", + "hash": "c32861d389053301234db390f8cba0da", "highlights": [] }, { - "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": "Alvin Bragg, Manhattan D.A., to Seek Incarceration Only for Worst Crimes", + "description": "Alvin Bragg, who was elected in November and took office this week, campaigned on a pledge to balance public safety with fairness for defendants.", + "content": "Alvin Bragg, who was elected in November and took office this week, campaigned on a pledge to balance public safety with fairness for defendants.", + "category": "Prisons and Prisoners", + "link": "https://www.nytimes.com/2022/01/06/nyregion/alvin-bragg-manhattan-da.html", + "creator": "Jonah E. Bromwich", + "pubDate": "Thu, 06 Jan 2022 08:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208086,17 +211914,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9212fe9503f9a17b5915931685969cf2", + "hash": "d3837ebc995e7c8874e71de4dd92ea97", "highlights": [] }, { - "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": "Ethics Adviser Rebukes Boris Johnson Over Downing Street Decorations", + "description": "Prime Minister Boris Johnson last month in London.", + "content": "Prime Minister Boris Johnson last month in London.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2022/01/06/world/europe/boris-johnson-ethics-britain-uk.html", + "creator": "Mark Landler and Stephen Castle", + "pubDate": "Thu, 06 Jan 2022 16:35:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208108,17 +211936,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7fd02f106c4bcdf0a167834c02fcde75", + "hash": "e8567267075cc75e36db65ab73c9b6c2", "highlights": [] }, { - "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": "North Korea Defector Crosses DMZ Border Twice", + "description": "South Korean soldiers at the Demilitarized Zone, the heavily fortified buffer zone along the border with North Korea. ", + "content": "South Korean soldiers at the Demilitarized Zone, the heavily fortified buffer zone along the border with North Korea. ", + "category": "Korean Demilitarized Zone", + "link": "https://www.nytimes.com/2022/01/06/world/asia/north-korea-defector-dmz.html", + "creator": "Choe Sang-Hun", + "pubDate": "Thu, 06 Jan 2022 08:18:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208130,17 +211958,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6829647333eb70bd7e3e03e549be0f56", + "hash": "df68e51e5d75e9dd808b9a33111f3cf0", "highlights": [] }, { - "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": "Police to Step Up Patrols of New York Subway, Adams Says", + "description": "Mayor Eric Adams said the police would deploy more officers with desk jobs to patrol subway trains.", + "content": "Mayor Eric Adams said the police would deploy more officers with desk jobs to patrol subway trains.", + "category": "Subways", + "link": "https://www.nytimes.com/2022/01/06/nyregion/nypd-subway-patrol.html", + "creator": "Michael Gold", + "pubDate": "Thu, 06 Jan 2022 20:29:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208152,17 +211980,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "310ed05aacd6bd0c785b6421fb910de2", + "hash": "dcabc291b5642da053825c7a16d1a74f", "highlights": [] }, { - "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": "Pakistan Paves Way for Ayesha Malik to Be First Woman Supreme Court Justice", + "description": "Pakistan’s Supreme Court building in Islamabad last year. A parliamentary committee is expected to approve the court’s first woman justice.", + "content": "Pakistan’s Supreme Court building in Islamabad last year. A parliamentary committee is expected to approve the court’s first woman justice.", + "category": "Supreme Court of Pakistan", + "link": "https://www.nytimes.com/2022/01/06/world/asia/pakistan-woman-supreme-court.html", + "creator": "Salman Masood", + "pubDate": "Thu, 06 Jan 2022 20:12:50 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208174,17 +212002,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc85a7eaee677953473eb4f98e6e6510", + "hash": "bc20cd48bcd5df5eef811962e3fc9db9", "highlights": [] }, { - "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": "New York Times Co. to Buy The Athletic for $550 Million", + "description": "The deal to acquire The Athletic will bring The New York Times hundreds of additional reporters with sports expertise.", + "content": "The deal to acquire The Athletic will bring The New York Times hundreds of additional reporters with sports expertise.", + "category": "Mergers, Acquisitions and Divestitures", + "link": "https://www.nytimes.com/2022/01/06/business/new-york-times-the-athletic.html", + "creator": "Lauren Hirsch, Kevin Draper and Katherine Rosman", + "pubDate": "Thu, 06 Jan 2022 21:36:40 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208196,17 +212024,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dadddda45d19e31dc51b8946c7838ed0", + "hash": "1aea3c23567bb498020243738781a4e4", "highlights": [] }, { - "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": "Canadian Law Banning ‘Conversion Therapy’ Set to Go Into Effect", + "description": "Prime Minister Justin Trudeau of Canada, right, shook hands with Erin O’Toole, the Conservative leader, after the unanimous adoption of legislation banning so-called conversion therapy last month.", + "content": "Prime Minister Justin Trudeau of Canada, right, shook hands with Erin O’Toole, the Conservative leader, after the unanimous adoption of legislation banning so-called conversion therapy last month.", + "category": "Therapy and Rehabilitation", + "link": "https://www.nytimes.com/2022/01/06/world/canada/canada-conversion-therapy-law.html", + "creator": "Christine Hauser", + "pubDate": "Thu, 06 Jan 2022 18:35:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208218,17 +212046,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5342ac033ea918a5d6ee5823c5aa1536", + "hash": "c7d4e3584943a8b39397bfa25f8c0ebe", "highlights": [] }, { - "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": "Pope Scolds Couples Who Choose Pets Over Kids", + "description": "Pope Francis at the Vatican on Wednesday.", + "content": "Pope Francis at the Vatican on Wednesday.", + "category": "Animals", + "link": "https://www.nytimes.com/2022/01/06/world/europe/pope-pets-kids.html", + "creator": "Elisabetta Povoledo", + "pubDate": "Thu, 06 Jan 2022 12:50:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208240,17 +212068,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ee1ef8064db23f2cc251ce99eaa4175", + "hash": "bc5dd40f51895bee7b965b5d0d6fe2db", "highlights": [] }, { - "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": "Georgia Woman Sentenced to 3 Years Over a Covid Fraud Scheme", + "description": "The Paycheck Protection Program loan application. The program has been highly susceptible to fraud.", + "content": "The Paycheck Protection Program loan application. The program has been highly susceptible to fraud.", + "category": "Georgia", + "link": "https://www.nytimes.com/2022/01/05/us/georgia-woman-covid-fraud-scheme.html", + "creator": "Mike Ives", + "pubDate": "Wed, 05 Jan 2022 15:26:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208262,17 +212090,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b09ffefa4b5c02abbe1b4b992788500", + "hash": "55355735e216af4f39dc60586ef606b5", "highlights": [] }, { - "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": "That Vintage Dress on the Red Carpet? There’s More to the Story.", + "description": "Brynn Jones, the owner of Aralda Vintage in Los Angeles. She wears 1980s Paco Rabanne.", + "content": "Brynn Jones, the owner of Aralda Vintage in Los Angeles. She wears 1980s Paco Rabanne.", + "category": "Dresses", + "link": "https://www.nytimes.com/2022/01/06/style/vintage-fashion-red-carpet-awards.html", + "creator": "Jessica Testa", + "pubDate": "Thu, 06 Jan 2022 12:50:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208284,17 +212112,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9abbe5cb090bbba5f0f5eff89b8ee22c", + "hash": "dcab1478cf304c2bcd96d4da7a01f4d3", "highlights": [] }, { - "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": "Welcoming Back Live Theater Doesn’t Mean Agreeing About All of It", + "description": "The cast of Jocelyn Bioh’s “Merry Wives” at the Delacorte Theater in Central Park.", + "content": "The cast of Jocelyn Bioh’s “Merry Wives” at the Delacorte Theater in Central Park.", + "category": "Theater", + "link": "https://www.nytimes.com/2022/01/05/theater/live-theater-critics-debate.html", + "creator": "Jesse Green and Maya Phillips", + "pubDate": "Wed, 05 Jan 2022 17:38:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208306,17 +212134,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "010899b9edbc00e3df460cec93ae9a8f", + "hash": "b37782d36fc42d309bf65babd0a10bb2", "highlights": [] }, { - "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": "Kyrie Irving's Return Shows Why the Nets Would Make an Exception", + "description": "In his first action this season, Kyrie Irving scored 22 points for the Nets in a win over the Indiana Pacers.", + "content": "In his first action this season, Kyrie Irving scored 22 points for the Nets in a win over the Indiana Pacers.", + "category": "Basketball", + "link": "https://www.nytimes.com/2022/01/06/sports/basketball/kyrie-irving-nets.html", + "creator": "Sopan Deb", + "pubDate": "Thu, 06 Jan 2022 17:20:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208328,17 +212156,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfa6718739f5a8432c8457f8cd4c6492", + "hash": "712f637923db99aebe6d4f51bc2768dc", "highlights": [] }, { - "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": "What Role Do Emotions Play in the Way Our Brains Work?", + "description": "In “Emotional,” Leonard Mlodinow examines the effect of feelings on our thought processes and mental lives.", + "content": "In “Emotional,” Leonard Mlodinow examines the effect of feelings on our thought processes and mental lives.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2022/01/05/books/review/emotional-leonard-mlodinow.html", + "creator": "Frans de Waal", + "pubDate": "Wed, 05 Jan 2022 10:00:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208350,17 +212178,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1673915406c02eb1707c7cce27f4b832", + "hash": "4db1fc88cdb3c9e3943feb8c84bdfe97", "highlights": [] }, { - "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": "Biden Accuses Trump of Holding ‘Dagger at the Throat of America’", + "description": "President Biden is expected to warn that democracy is at risk. Follow our coverage of today’s events.", + "content": "President Biden is expected to warn that democracy is at risk. Follow our coverage of today’s events.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/06/us/jan-6-capitol-riot", + "creator": "The New York Times", + "pubDate": "Thu, 06 Jan 2022 17:35:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208372,17 +212200,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d794a050f2c8d32d9e4262e8a276d0c6", + "hash": "e63edf1ee4cd6166c6da0a6a9ed70bee", "highlights": [] }, { - "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": "New York Times Co. Said to Have Reached Deal for The Athletic", + "description": "The deal to acquire The Athletic would bring The New York Times hundreds of additional reporters with sports expertise.", + "content": "The deal to acquire The Athletic would bring The New York Times hundreds of additional reporters with sports expertise.", + "category": "Mergers, Acquisitions and Divestitures", + "link": "https://www.nytimes.com/2022/01/06/business/new-york-times-the-athletic.html", + "creator": "Lauren Hirsch, Kevin Draper and Katherine Rosman", + "pubDate": "Thu, 06 Jan 2022 19:38:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208394,17 +212222,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "30eb7b7575d9b23e3789cdd11b188dcc", + "hash": "b92de2fc956fd27175070bf4c0476bf7", "highlights": [] }, { - "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": "What Apes Can Teach Us About Our Heart Health", + "description": "If gorillas and chimpanzees were born to clamber and climb, humans were born to walk and run.", + "content": "If gorillas and chimpanzees were born to clamber and climb, humans were born to walk and run.", + "category": "Exercise", + "link": "https://www.nytimes.com/2019/10/09/well/move/what-apes-can-teach-us-about-our-heart-health.html", + "creator": "Gretchen Reynolds", + "pubDate": "Tue, 15 Oct 2019 04:06:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208416,17 +212244,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b834bc33ff7663e68c2fb5ea37581e5c", + "hash": "a5df7dd12c8b5bdc689b2e7e5955b637", "highlights": [] }, { - "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": "A Year Later, Jan. 6 Becomes Just Another Wedge in a Divided Nation", + "description": "The first anniversary of the assault on the Capitol serves as a chance to take stock of a country still trying to make sense of it all.", + "content": "The first anniversary of the assault on the Capitol serves as a chance to take stock of a country still trying to make sense of it all.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2022/01/06/us/politics/jan-6-capitol-riot-aftermath.html", + "creator": "Peter Baker", + "pubDate": "Thu, 06 Jan 2022 08:00:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208438,17 +212266,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "24439bb1b3a27846d27b631eff501e6c", + "hash": "68f468a8fa3a11735ee47cc5722a7d18", "highlights": [] }, { - "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": "Peter Bogdanovich, Director Whose Career Was a Hollywood Drama, Dies at 82", + "description": "The filmmaker Peter Bogdanovich in 2007. He was hailed for his ability to coax nuanced performances from actors, and for the bittersweet luminosity of movies that conjured a bygone past.", + "content": "The filmmaker Peter Bogdanovich in 2007. He was hailed for his ability to coax nuanced performances from actors, and for the bittersweet luminosity of movies that conjured a bygone past.", + "category": "Bogdanovich, Peter", + "link": "https://www.nytimes.com/2022/01/06/movies/peter-bogdanovich-dead.html", + "creator": "Margalit Fox", + "pubDate": "Thu, 06 Jan 2022 18:43:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208460,17 +212288,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7799e5b995aa2b4dc11d3c29b814666f", + "hash": "b7eac38f57007b52b400dcaf5e6827a5", "highlights": [] }, { - "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.", + "title": "HBO Max and HBO Hit 73.8 million Subscribers, Topping Company Forecast", + "description": "“It worked, and it worked well,” Jason Kilar, the chief executive of WarnerMedia, said of the company’s film release strategy in 2021.", + "content": "“It worked, and it worked well,” Jason Kilar, the chief executive of WarnerMedia, said of the company’s film release strategy in 2021.", "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", + "link": "https://www.nytimes.com/2022/01/05/business/hbo-max-2021-subscribers.html", + "creator": "Nicole Sperling", + "pubDate": "Wed, 05 Jan 2022 20:51:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208482,17 +212310,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e24365f654e5e0b7616027d0d970026", + "hash": "c00819de914b2505bd1cbfabb14de237", "highlights": [] }, { - "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": "Mining of Lithium, Key to the Climate Fight, Faces New Scrutiny in Chile", + "description": "A lithium processing plant in Antofagasta, Chile, in December.", + "content": "A lithium processing plant in Antofagasta, Chile, in December.", + "category": "Global Warming", + "link": "https://www.nytimes.com/2022/01/06/climate/lithium-chile.html", + "creator": "John Bartlett", + "pubDate": "Thu, 06 Jan 2022 12:50:24 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208504,17 +212332,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "04270df5b6de6acd73eb56b44b00c1ea", + "hash": "28b18764621ab5c0472a3809bb8ae697", "highlights": [] }, { - "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": "F.B.I. Arrests Man Accused of Stealing Unpublished Book Manuscripts", + "description": "Ethan Hawke and Margaret Atwood are among the authors targeted in the long-running phishing scheme.", + "content": "Ethan Hawke and Margaret Atwood are among the authors targeted in the long-running phishing scheme.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2022/01/05/books/publishing-manuscripts-phishing-scam-filippo-bernardini.html", + "creator": "Elizabeth A. Harris", + "pubDate": "Wed, 05 Jan 2022 23:10:24 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208526,17 +212354,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bae7ec926c814d905a8134a4bd7358be", + "hash": "d28510eef84a3e55614502fd2ea5f494", "highlights": [] }, { - "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": "Why Trump’s Hold on the G.O.P. Is Unrivaled After the Capitol Riot", + "description": "Crowds gathered at the National Mall on Jan. 6, 2021, as former President Donald Trump questioned the results of the 2020 election.", + "content": "Crowds gathered at the National Mall on Jan. 6, 2021, as former President Donald Trump questioned the results of the 2020 election.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2022/01/05/us/politics/trump-gop-jan-6.html", + "creator": "Shane Goldmacher and Maggie Haberman", + "pubDate": "Thu, 06 Jan 2022 00:12:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208548,17 +212376,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b355e47617f44c7aea98d0c56a9ddf7", + "hash": "40e4438f5925db65594d1ad13f356da3", "highlights": [] }, { - "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": "Novak Djokovic Is Refused Entry Into Australia Over Vaccine Exemption", + "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-visa.html", + "creator": "Matthew Futterman, Andrew Das and Isabella Kwai", + "pubDate": "Wed, 05 Jan 2022 22:32:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208570,17 +212398,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff9521933a2cb953864ac1e59c391e4f", + "hash": "1fc20fff3d0977fb25e16df647c9fee9", "highlights": [] }, { - "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": "Novak Djokovic Collides With Australia’s Covid Fight", + "description": "Novak Djokovic at the U.S. Open in last year. He has been dismissive toward the pandemic, and has emerged as professional tennis’s most prominent vaccine skeptic.", + "content": "Novak Djokovic at the U.S. Open in last year. He has been dismissive toward the pandemic, and has emerged as professional tennis’s most prominent vaccine skeptic.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2022/01/06/world/australia/novak-djokovic-covid.html", + "creator": "Yan Zhuang", + "pubDate": "Thu, 06 Jan 2022 12:41:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208592,17 +212420,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b16b1fef80dbb9eff7369ec8326982c1", + "hash": "d6971c25d496588f9d0d49c518aa533c", "highlights": [] }, { - "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": "How Jan. 6 Might Look in 2086", + "description": "As curators at the Smithsonian’s National Museum of American History, we are regularly confronted by hard physical evidence of just how slippery the past can be.", + "content": "As curators at the Smithsonian’s National Museum of American History, we are regularly confronted by hard physical evidence of just how slippery the past can be.", + "category": "Monuments and Memorials (Structures)", + "link": "https://www.nytimes.com/2022/01/06/opinion/jan-6-shaman-past-future.html", + "creator": "Jon Grinspan and Peter Manseau", + "pubDate": "Thu, 06 Jan 2022 10:23:40 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208614,17 +212442,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eca276cbd2f1e696483a6b3f98976789", + "hash": "8d1d28537e891e16b1adcfda6486cdbf", "highlights": [] }, { - "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": "Fed Officials Discussed Raising Rates Sooner and Faster, Minutes Show", + "description": "A mall in Queens, N.Y., last month. High inflation has lasted much longer than central bankers expected.", + "content": "A mall in Queens, N.Y., last month. High inflation has lasted much longer than central bankers expected.", + "category": "United States Economy", + "link": "https://www.nytimes.com/2022/01/05/business/economy/federal-reserve-minutes-interest-rates.html", + "creator": "Jeanna Smialek", + "pubDate": "Wed, 05 Jan 2022 22:24:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208636,17 +212464,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa183810159d5f8185a90835e3649fba", + "hash": "fa1729238f6df417080cfe238453a230", "highlights": [] }, { - "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": "Speech on Jan. 6 Anniversary Warns of Fragility of American System", + "description": "President Biden is expected to warn that democracy is at risk. Follow our coverage of today’s events.", + "content": "President Biden is expected to warn that democracy is at risk. Follow our coverage of today’s events.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/06/us/jan-6-capitol-riot", + "creator": "The New York Times", + "pubDate": "Thu, 06 Jan 2022 15:23:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208658,17 +212486,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d256bf44fd9d123878b5ed3c214481e8", + "hash": "50ddd0274787c7320aaf387a24e3c101", "highlights": [] }, { - "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": "Advisers to Biden’s Transition Team Call for Altered Covid Strategy", + "description": "Six former advisers called for President Biden to adopt a strategy of living with the virus indefinitely. Here’s the latest pandemic news.", + "content": "Six former advisers called for President Biden to adopt a strategy of living with the virus indefinitely. Here’s the latest pandemic news.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/06/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Thu, 06 Jan 2022 17:11:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208680,17 +212508,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "511e746fb25119a21be4bdcd94010ea5", + "hash": "833b265ac769973322a71911e9bd0fcc", "highlights": [] }, { - "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": "Lisa Brodyaga, Crusading Lawyer for Immigrants’ Rights, Dies at 81", + "description": "She became a folk hero representing asylum seekers fleeing violence in Central America, setting up shop in the Rio Grande Valley and building a refuge camp.", + "content": "She became a folk hero representing asylum seekers fleeing violence in Central America, setting up shop in the Rio Grande Valley and building a refuge camp.", + "category": "Immigration and Emigration", + "link": "https://www.nytimes.com/2022/01/04/us/lisa-brodyaga-dead.html", + "creator": "Alex Vadukul", + "pubDate": "Wed, 05 Jan 2022 01:17:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208702,17 +212530,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "27f47f7b95f81546df042f5fb127ca7d", + "hash": "2dc7778b18b1a7601865f5f8e2710248", "highlights": [] }, { - "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": "Kathy Hochul's Speech Is a Road Map to the Campaign That Lies Ahead", + "description": "Among those surrounding Gov. Kathy Hochul at the State Capitol on Wednesday was Attorney General Letitia James, left, who dropped her bid for governor in December.", + "content": "Among those surrounding Gov. Kathy Hochul at the State Capitol on Wednesday was Attorney General Letitia James, left, who dropped her bid for governor in December.", + "category": "Elections, Governors", + "link": "https://www.nytimes.com/2022/01/06/nyregion/hochul-policy-agenda-ny.html", + "creator": "Katie Glueck", + "pubDate": "Thu, 06 Jan 2022 10:00:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208724,17 +212552,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e56de487148c2d02029b6f7c7bc5aa13", + "hash": "60c9c7f3208479d00dae40b7bd1336b6", "highlights": [] }, { - "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": "In the Lower Ninth Ward, an Artist Renews His Purpose", + "description": "The artist Kevin Beasley with planters in the garden he has built in the Lower Ninth Ward of New Orleans. They will house vegetables and herbs. ", + "content": "The artist Kevin Beasley with planters in the garden he has built in the Lower Ninth Ward of New Orleans. They will house vegetables and herbs. ", + "category": "Art", + "link": "https://www.nytimes.com/2022/01/06/arts/design/kevin-beasley-new-orleans.html", + "creator": "Siddhartha Mitter", + "pubDate": "Thu, 06 Jan 2022 10:00:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208746,17 +212574,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d9acf078900415567cc471c8cbc6ce9f", + "hash": "bc95c37b0988b559f590b0a7b0d8a8fb", "highlights": [] }, { - "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": "Christine Grant Fought for Equity for Female Athletes", + "description": "Christine Grant, the Title IX pioneer who died in December, often lamented the historically poor treatment of female athletes, asking incredulously, “Can you imagine that?”", + "content": "Christine Grant, the Title IX pioneer who died in December, often lamented the historically poor treatment of female athletes, asking incredulously, “Can you imagine that?”", + "category": "Title IX (Gender Discrimination Legislation)", + "link": "https://www.nytimes.com/2022/01/06/sports/christine-grant-title-ix.html", + "creator": "Jeré Longman", + "pubDate": "Thu, 06 Jan 2022 10:00:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208768,17 +212596,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "745326fed485a089775f518ee68e270c", + "hash": "a7c897c721b67e0c3307e400599358df", "highlights": [] }, { - "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": "The Unsung Heroes of the 2020 Presidential Election", + "description": "Counting votes, Maricopa County, 2020.", + "content": "Counting votes, Maricopa County, 2020.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2022/01/04/books/review/the-steal-mark-bowden-matthew-teague.html", + "creator": "Luke Broadwater", + "pubDate": "Tue, 04 Jan 2022 18:00:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208790,17 +212618,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5402eef5e5fe56b1d25b83f9f5d61654", + "hash": "57cb907089935fb557171ea68bf0ed65", "highlights": [] }, { - "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": "Late Night Is Thrilled Trump’s Finally Listening to Someone", + "description": "Advisers told the former president to push his Jan. 6 news conference to a date that would draw less attention to a low point of his presidency. “So, every day of his presidency?” Stephen Colbert joked.", + "content": "Advisers told the former president to push his Jan. 6 news conference to a date that would draw less attention to a low point of his presidency. “So, every day of his presidency?” Stephen Colbert joked.", + "category": "Television", + "link": "https://www.nytimes.com/2022/01/06/arts/television/stephen-colbert-trump-jan-6.html", + "creator": "Trish Bendix", + "pubDate": "Thu, 06 Jan 2022 06:56:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208812,17 +212640,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4bc7a91f2016d074aec46c49580b4df8", + "hash": "e6df428e51a1448abd490eeae4c6f28a", "highlights": [] }, { - "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": "‘And Just Like That’ Episode 6 Recap: Ponderings Aplenty", + "description": "Sarah Jessica Parker in a scene from “And Just Like That ...”", + "content": "Sarah Jessica Parker in a scene from “And Just Like That ...”", + "category": "Television", + "link": "https://www.nytimes.com/2022/01/06/arts/television/and-just-like-that-recap-episode-6.html", + "creator": "Ali Trachta", + "pubDate": "Thu, 06 Jan 2022 10:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208834,17 +212662,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "42e776ec403adfd94f43afccec81e73c", + "hash": "e383f134c1cb8b93caa98e83d595ab67", "highlights": [] }, { - "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": "One Year Later, Congress Weighs How to Memorialize Jan. 6 at the Capitol", + "description": "Multiple lawmakers have called for the preservation of items that were damaged during the riot.", + "content": "Multiple lawmakers have called for the preservation of items that were damaged during the riot.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2022/01/06/us/politics/jan-6-capitol-memorial.html", + "creator": "Emily Cochrane", + "pubDate": "Thu, 06 Jan 2022 10:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208856,17 +212684,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9c8a96863976cf4e6f4396e816d11d0", + "hash": "3b63465e7eaff86a8a014c7d324b5563", "highlights": [] }, { - "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": "Covid updates: Americans are resisting boosters, even as the U.S. expands eligibility.", + "description": " ", + "content": " ", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/06/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Thu, 06 Jan 2022 10:48:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208878,17 +212706,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "12e48f3094a40245d6cd7be89dc9e8f1", + "hash": "5d0c7bb82f10d086ab5be56f77d64b16", "highlights": [] }, { - "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": "Chicagoans Adjust to Closed Schools During Union Dispute", + "description": "Oscar DePriest Elementary School, part of Chicago’s public school system, was closed on Wednesday after the teachers’ union and the mayor’s administration could not agree on how to keep classrooms open.", + "content": "Oscar DePriest Elementary School, part of Chicago’s public school system, was closed on Wednesday after the teachers’ union and the mayor’s administration could not agree on how to keep classrooms open.", + "category": "Education (K-12)", + "link": "https://www.nytimes.com/2022/01/05/us/chicago-schools-close-teachers-union-child-care.html", + "creator": "Mitch Smith and Robert Chiarito", + "pubDate": "Thu, 06 Jan 2022 02:35:45 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208900,17 +212728,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "919eaf1822957fcb9dfc8bcafc8ae687", + "hash": "9cdb87bc004c6f53f1572b06aa4fbd01", "highlights": [] }, { - "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": "Philadelphia House Fire Leaves 12 Dead, Including 8 Children", + "description": "Fire department vehicles parked outside the site of a house fire on Wednesday.", + "content": "Fire department vehicles parked outside the site of a house fire on Wednesday.", + "category": "Fires and Firefighters", + "link": "https://www.nytimes.com/2022/01/05/us/philadelphia-rowhouse-fire.html", + "creator": "Sophie Kasakove, Joel Wolfram and Campbell Robertson", + "pubDate": "Thu, 06 Jan 2022 02:57:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208922,17 +212750,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d6bef25cadd2306702f3507625600ad", + "hash": "ea43c58ffe95bd36eedd267ae253edca", "highlights": [] }, { - "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": "Philadelphia Rowhouse Fire: What We Know", + "description": "A rowhouse in the Philadelphia neighborhood of Fairmount was scorched by a deadly fire on Wednesday morning.", + "content": "A rowhouse in the Philadelphia neighborhood of Fairmount was scorched by a deadly fire on Wednesday morning.", + "category": "Fires and Firefighters", + "link": "https://www.nytimes.com/article/philadelphia-rowhouse-fire-fairmount.html", + "creator": "Jesus Jiménez", + "pubDate": "Thu, 06 Jan 2022 10:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208944,17 +212772,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9387d9331700338ae92c7ba0a62ebea", + "hash": "a3fb2b285a6be4269296490deed407ac", "highlights": [] }, { - "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": "A Fed Official’s 2020 Trade Drew Outcry. It Went Further Than First Disclosed.", + "description": "An amended financial disclosure showed that Richard H. Clarida sold shares when financial markets were plunging amid fears of the coronavirus.", + "content": "An amended financial disclosure showed that Richard H. Clarida sold shares when financial markets were plunging amid fears of the coronavirus.", + "category": "Ethics and Official Misconduct", + "link": "https://www.nytimes.com/2022/01/06/business/economy/richard-clarida-fed-stock-fund.html", + "creator": "Jeanna Smialek", + "pubDate": "Thu, 06 Jan 2022 10:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208966,17 +212794,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d6773675e0d664dc3258b1520d8d58f", + "hash": "574cb8b1517beca383a95f566fbc9445", "highlights": [] }, { - "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": "They Screamed, We Screamed. Now They’re in ‘Scream’ Again.", + "description": "From left: Neve Campbell, David Arquette and Courteney Cox are back for another go at “Scream.”", + "content": "From left: Neve Campbell, David Arquette and Courteney Cox are back for another go at “Scream.”", + "category": "Movies", + "link": "https://www.nytimes.com/2022/01/05/movies/scream-courteney-cox-david-arquette-neve-campbell.html", + "creator": "Dave Itzkoff", + "pubDate": "Wed, 05 Jan 2022 10:00:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -208988,17 +212816,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c2763dae059d20986c4335cac280acbf", + "hash": "10af6cc083118c445caf7c99a820f432", "highlights": [] }, { - "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": "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": "", @@ -209010,18 +212838,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "beb751ccde9b50cce2d9f164cc94c72a", + "hash": "3c0b909a8dd971ddd68b3251994f8f77", "highlights": [] }, { - "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": "", + "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": "", @@ -209032,17 +212860,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5c01fa988e76c0cd7ea5aa52a7b744b", + "hash": "5cb6b0052afcaefbb36aaf44cfdd95d2", "highlights": [] }, { - "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": "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": "", @@ -209054,17 +212882,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9aae79c62db25bcca368c5ad3fb8355e", + "hash": "e8298bc37fee84b93cbde59af5a9121f", "highlights": [] }, { - "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": "Biden Warns That Democracy Is at Risk in Jan. 6 Speech", + "description": "President Biden is expected to warn that democracy is at risk. Follow our coverage of today’s events.", + "content": "President Biden is expected to warn that democracy is at risk. Follow our coverage of today’s events.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/06/us/jan-6-capitol-riot", + "creator": "The New York Times", + "pubDate": "Thu, 06 Jan 2022 14:24:37 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -209076,17 +212904,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "552747ccef39c6b4be4f7185abb63d3f", + "hash": "c5463298548fcd58fa172f520c60e8c2", "highlights": [] }, { - "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": "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": "", @@ -209098,17 +212926,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b3eadaabb079649de0fdc70331005920", + "hash": "7413cfd2a2a7c805ba23bfb43cb98bb9", "highlights": [] }, { - "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": "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": "", @@ -209120,17 +212948,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8f5020e346c9c8e88867288a39cee39", + "hash": "112dd56af57a618a5000401668eee117", "highlights": [] }, { - "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": "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": "", @@ -209142,17 +212970,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "36caa401feda07924acd38b4b31a4c77", + "hash": "477f8e282c0c83d4ee5422793f1bab44", "highlights": [] }, { - "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": "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/cuomo-charges.html", + "creator": "Luis Ferré-Sadurní and Grace Ashford", + "pubDate": "Tue, 04 Jan 2022 23:51:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -209164,17 +212992,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6666cdf0d8c3c4f2c10927e8443d3e2", + "hash": "3775af427a09ddb11b05e33d29f81c07", "highlights": [] }, { - "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": "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": "", @@ -209186,17 +213014,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c16cea45616a4bf750d4b73ac5137810", + "hash": "59aa47224c4dbcb667a231ae00550d10", "highlights": [] }, { - "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": "Washington Marks Anniversary of Jan. 6 Attack on Capitol", + "description": "President Biden is expected to warn that democracy is at risk. Follow our coverage of today’s events.", + "content": "President Biden is expected to warn that democracy is at risk. Follow our coverage of today’s events.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/06/us/jan-6-capitol-riot", + "creator": "The New York Times", + "pubDate": "Thu, 06 Jan 2022 12:30:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -209208,17 +213036,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d3fb07153ed7dbebf09ef57872ad49aa", + "hash": "c90108cd62866f1606746716a8fe0e43", "highlights": [] }, { - "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": "Jan. 6, Part 2: Liz Cheney’s Battle Against the Big Lie", + "description": "“If you’re just going to get elected to office to say you’re in office, but when the chips are down you’re unwilling to do that you know is right, that creates the potential that the system can unravel,” Liz Cheney said on today’s episode.", + "content": "“If you’re just going to get elected to office to say you’re in office, but when the chips are down you’re unwilling to do that you know is right, that creates the potential that the system can unravel,” Liz Cheney said on today’s episode.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/06/podcasts/the-daily/cheney-trump-gop-jan-6.html", + "creator": "Michael Barbaro, Jessica Cheung, Rob Szypko, Rachel Quester, Eric Krupke, Diana Nguyen, Lisa Tobin, Chelsea Daniel, Marion Lozano and Corey Schreppel", + "pubDate": "Thu, 06 Jan 2022 11:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -209230,17 +213058,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e27dbf308798bc9f1511a366b0512cb", + "hash": "d2e9d81bfe43598f4557414aed0a41d8", "highlights": [] }, { - "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 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": "", @@ -209252,17 +213080,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "48966af864eb3143cdefcd48d28e9141", + "hash": "b998330bfe207fb4b960cb088e854609", "highlights": [] }, { - "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": "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": "", @@ -209274,17 +213102,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "52da90b5b48437eb4900c27caa750560", + "hash": "fc07070e31aaa28664dcc58f5be6391d", "highlights": [] }, { - "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": "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": "", @@ -209296,17 +213124,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "af55885f246ab2e755b717e782cbbdf6", + "hash": "85fa0305cf7435eb6bf7afe1e6046fff", "highlights": [] }, { - "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": "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": "", @@ -209318,17 +213146,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7fce2882eee45b3ae2c3e8fe5fadea97", + "hash": "93f34f7ea00d85a4b37e2dc4ab78e187", "highlights": [] }, { - "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": "Can Exercise Make You More Creative?", + "description": "To spur innovation and ideas, try taking a walk.", + "content": "To spur innovation and ideas, try taking a walk.", + "category": "Exercise", + "link": "https://www.nytimes.com/2021/02/03/well/exercise-creativity.html", + "creator": "Gretchen Reynolds", + "pubDate": "Fri, 05 Feb 2021 14:46:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -209340,17 +213168,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "910880aeea8804870ae0aca2fb6c1ba5", + "hash": "957027227c08e8ff62ceaee73f74ec4f", "highlights": [] }, { - "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": "Dozens Reported Killed in Kazakhstan as Russian Alliance Sends Troops", + "description": "The deployment of soldiers from countries allied with Russia came after a night of violent protests swept Kazakhstan’s cities. Here’s the latest on the crisis.", + "content": "The deployment of soldiers from countries allied with Russia came after a night of violent protests swept Kazakhstan’s cities. Here’s the latest on the crisis.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/06/world/kazakhstan-protests", + "creator": "The New York Times", + "pubDate": "Thu, 06 Jan 2022 12:30:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -209362,17 +213190,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "df3e65ba690dc75ad5ab3b9996f786c1", + "hash": "56dcac5137acb8ddf08110450af2c1e8", "highlights": [] }, { - "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": "To Reach South Korea, He Risked His Life. To Leave It, He Did It Again.", + "description": "South Korean soldiers at the Demilitarized Zone, the heavily fortified buffer zone along the border with North Korea. ", + "content": "South Korean soldiers at the Demilitarized Zone, the heavily fortified buffer zone along the border with North Korea. ", + "category": "Korean Demilitarized Zone", + "link": "https://www.nytimes.com/2022/01/06/world/asia/north-korea-defector-dmz.html", + "creator": "Choe Sang-Hun", + "pubDate": "Thu, 06 Jan 2022 08:18:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -209384,17 +213212,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0eb9b1d1e25e057fd5408e181d8684e", + "hash": "409a59ef269c64fd32d40efd8b22d4d3", "highlights": [] }, { - "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": "Michael Carvajal Is Resigning After Rocky Tenure", + "description": "Michael Carvajal’s tenure as director of the Federal Bureau of Prisons has been marked by crises including a string of inmate deaths, escapes and employee misconduct.", + "content": "Michael Carvajal’s tenure as director of the Federal Bureau of Prisons has been marked by crises including a string of inmate deaths, escapes and employee misconduct.", + "category": "Prisons and Prisoners", + "link": "https://www.nytimes.com/2022/01/05/us/politics/michael-carvajal-resigns-prisons.html", + "creator": "Katie Benner", + "pubDate": "Thu, 06 Jan 2022 02:54:57 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -209406,17 +213234,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c3f108b4d26e902fae0dd52bae47a93", + "hash": "9aa8c9d39a09885a123da0baae3018ab", "highlights": [] }, { - "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": "Italy Proposal to Add Female Statue to Square of Men Stirs Debate", + "description": "Statues on the canal at the Prato della Valle square in Padua in 2017. The sculptures depict illustrious historical figures with strong ties to the northern Italian city.", + "content": "Statues on the canal at the Prato della Valle square in Padua in 2017. The sculptures depict illustrious historical figures with strong ties to the northern Italian city.", + "category": "Discrimination", + "link": "https://www.nytimes.com/2022/01/05/world/europe/italy-female-statue-padua-prato-della-valle.html", + "creator": "Elisabetta Povoledo", + "pubDate": "Wed, 05 Jan 2022 23:11:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -209428,17 +213256,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ace735faf72ddbe3f92eb318a4a5d7f1", + "hash": "73293605a7e512edf735e0a9706cbaa0", "highlights": [] }, { - "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": "Biden to Warn Democracy Is at Risk, a Year After the Capitol Riot", + "description": "President Biden and other Democratic leaders plan speeches, discussions and a candlelight vigil to mark the day.", + "content": "President Biden and other Democratic leaders plan speeches, discussions and a candlelight vigil to mark the day.", + "category": "Biden, Joseph R Jr", + "link": "https://www.nytimes.com/2022/01/06/us/politics/biden-speech-january-6.html", + "creator": "Peter Baker", + "pubDate": "Thu, 06 Jan 2022 10:30:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -209450,17 +213278,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c7434428f1bf02447963b4cb1a29d00", + "hash": "1cb059319817847bd24113377890c013", "highlights": [] }, { - "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": "Dozens Reported Dead in Kazakhstan, as Russian Alliance Sends Troops", + "description": "Smoke rising from the city hall building in Almaty, Kazakhstan’s biggest city, during a protest on Wednesday.", + "content": "Smoke rising from the city hall building in Almaty, Kazakhstan’s biggest city, during a protest on Wednesday.", + "category": "Demonstrations, Protests and Riots", + "link": "https://www.nytimes.com/2022/01/06/world/asia/kazakhstan-protests.html", + "creator": "Ivan Nechepurenko", + "pubDate": "Thu, 06 Jan 2022 08:45:49 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -209472,17 +213300,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4aef3f563454d7e7adaa076da6c638d0", + "hash": "6123d3e7b5acf6d0dce08edd6f82535e", "highlights": [] }, { - "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 New Year Begins", + "description": "Let’s hear it for achievable goals.", + "content": "Let’s hear it for achievable goals.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2022/01/05/at-home/newsletter.html", + "creator": "Melissa Kirsch", + "pubDate": "Wed, 05 Jan 2022 22:57:40 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -209494,17 +213322,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "474573eeca58a14ecf230285ed572c37", + "hash": "17823b53c9e1cc3fefd52d20f5f56b83", "highlights": [] }, { - "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": "Chicago, Capitol Riot, ‘Scream’: Your Wednesday Evening Briefing", + "description": "A closed elementary school in Chicago on Wednesday.", + "content": "A closed elementary school in Chicago on Wednesday.", + "category": "", + "link": "https://www.nytimes.com/2022/01/05/briefing/chicago-capitol-riot-scream.html", + "creator": "Remy Tumin", + "pubDate": "Wed, 05 Jan 2022 23:08:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -209516,17 +213344,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "709666d92a8c9e57672b5a5e077b406f", + "hash": "96fd39cb64813bcea8f850087525170b", "highlights": [] }, { - "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": "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": "", @@ -209538,17 +213366,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "99f6b1641c6999c033d508877f88b74f", + "hash": "57b141d3015114071973b19d83400bee", "highlights": [] }, { - "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": "‘Lost & Found’ Ponders Profound Grief Alongside Newfound Love", + "description": "Kathryn Schulz’s memoir places the totalizing experience of loss on a continuum with the summons of romantic and even religious love.", + "content": "Kathryn Schulz’s memoir places the totalizing experience of loss on a continuum with the summons of romantic and even religious love.", + "category": "Schulz, Kathryn", + "link": "https://www.nytimes.com/2022/01/04/books/review-lost-found-kathryn-schulz-memoir.html", + "creator": "Alexandra Jacobs", + "pubDate": "Tue, 04 Jan 2022 20:12:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -209560,17 +213388,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba3a6715b03a0ee7d2b496fa3e8d47a4", + "hash": "ea22ad32e154ac17d32681ca25624b57", "highlights": [] }, { - "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": "Marriage Proposal Ideas: How Couples Who Wed in 2021 Proposed", + "description": "Some of our favorite ways that couples who wed in 2021 said, “Will you marry me?”", + "content": "Some of our favorite ways that couples who wed in 2021 said, “Will you marry me?”", + "category": "Weddings and Engagements", + "link": "https://www.nytimes.com/2022/01/05/fashion/weddings/marriage-proposal-ideas.html", + "creator": "Vincent M. Mallozzi", + "pubDate": "Wed, 05 Jan 2022 10:00:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -209582,17 +213410,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "77086acdad495e3455a053f1fbb54973", + "hash": "aea396963ebc9131ab1cd0c59a765864", "highlights": [] }, { - "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": "Take a Look at the Inspirations Behind ‘The Witcher’", + "description": "The showrunner of the wildly popular Netflix fantasy series offers a tour through the images and themes that have guided her.", + "content": "The showrunner of the wildly popular Netflix fantasy series offers a tour through the images and themes that have guided her.", + "category": "Television", + "link": "https://www.nytimes.com/2022/01/04/arts/television/witcher-netflix-lauren-schmidt-hissrich.html", + "creator": "Elisabeth Vincentelli", + "pubDate": "Tue, 04 Jan 2022 14:35:32 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -209604,17 +213432,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "78759f0b2523e909c322ebebc14d86c4", + "hash": "2c88325af872b0ce437b410e7cc3861a", "highlights": [] }, { - "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": "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": "", @@ -209626,17 +213454,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c6b38d7ac3d2bd9e7e0f9317bf6dd15", + "hash": "c05936b867917a2d4810907894c3f2d6", "highlights": [] }, { - "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": "Jan. 6 Assault Still Casts Pall Over Capitol and Its Occupants", + "description": "The attempt by a violent mob to interfere with a basic democratic task has left a stain on the institution and a strain on relationships.", + "content": "The attempt by a violent mob to interfere with a basic democratic task has left a stain on the institution and a strain on relationships.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/05/us/politics/jan-6-attack-capitol-lawmakers.html", + "creator": "Carl Hulse", + "pubDate": "Thu, 06 Jan 2022 00:28:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -209648,17 +213476,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6253e57eeaa40486c38372853cef703", + "hash": "79f964aa286eae3b3992e0116ed05711", "highlights": [] }, { - "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": "Merrick Garland Vows to Pursue Jan. 6 Inquiry ‘at Any Level’", + "description": "The remarks from Attorney General Merrick B. Garland appeared to be a response to critics who have pressured him to say more about the Justice Department’s inquiry.", + "content": "The remarks from Attorney General Merrick B. Garland appeared to be a response to critics who have pressured him to say more about the Justice Department’s inquiry.", + "category": "Garland, Merrick B", + "link": "https://www.nytimes.com/2022/01/05/us/politics/merrick-garland-jan-6-investigation.html", + "creator": "Katie Benner", + "pubDate": "Wed, 05 Jan 2022 21:57:58 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -209670,17 +213498,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "40617e6e540f16f0c34ed06cc2850bca", + "hash": "dca7d093eea7cf7951a6dfb0060e00f1", "highlights": [] }, { - "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": "Right-Wing Calls to Celebrate Jan. 6 Anniversary Draw a Muted Response", + "description": "Trump supporters climbed the walls of the U.S. Capitol on Jan. 6, 2021.", + "content": "Trump supporters climbed the walls of the U.S. Capitol on Jan. 6, 2021.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2022/01/05/technology/jan-6-anniversary-social-media.html", + "creator": "Sheera Frenkel and Ryan Mac", + "pubDate": "Wed, 05 Jan 2022 22:48:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -209692,17 +213520,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "11ed02a3830d6fac2c0474e2bc219a30", + "hash": "0d7d3c4b329a70a1ea532fa2ed68ea01", "highlights": [] }, { - "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": "Emerging Data Raise Questions About Antigen Tests and Nasal Swabs", + "description": "Rapid antigen Covid test kits at Miami International Airport on Tuesday.", + "content": "Rapid antigen Covid test kits at Miami International Airport on Tuesday.", + "category": "your-feed-science", + "link": "https://www.nytimes.com/2022/01/05/health/covid-rapid-test-omicron-detection.html", + "creator": "Emily Anthes and Christina Jewett", + "pubDate": "Thu, 06 Jan 2022 00:56:50 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -209714,17 +213542,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "23c71844ff2df651001e190481a00cf0", + "hash": "6dd50726b972d558075004ec9d3590af", "highlights": [] }, { - "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": "Governor Hochul says she supports making to-go drinks legal in New York.", + "description": "New York’s governor wants to permanently legalize the sale of alcohol to go from restaurants and bars.", + "content": "New York’s governor wants to permanently legalize the sale of alcohol to go from restaurants and bars.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/05/world/omicron-covid-vaccine-tests/governor-hochul-says-she-supports-making-to-go-drinks-legal-in-new-york", + "creator": "Azi Paybarah", + "pubDate": "Thu, 06 Jan 2022 00:24:47 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -209736,17 +213564,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d2e93e149c4f992136d5d8a22c10d0d", + "hash": "3eb195b15ef3a09e98a25f6d3a4d7841", "highlights": [] }, { - "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": "Kyrie Irving Returns to Court After Refusing To Be Vaccinated", + "description": "Brooklyn Nets' Kyrie Irving shoots before the team's game against the Indiana Pacers.", + "content": "Brooklyn Nets' Kyrie Irving shoots before the team's game against the Indiana Pacers.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/05/sports/kyrie-irving-nets-pacers-vaccine.html", + "creator": "Sopan Deb", + "pubDate": "Thu, 06 Jan 2022 01:48:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -209758,17 +213586,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3db1aea135b784a73c99ecfefe2b7f24", + "hash": "0a5785cfc22d79fcab91e860351c653e", "highlights": [] }, { - "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": "Is Covid Causing Decision Fatigue? Share Your Story.", + "description": "We want to hear from you.", + "content": "We want to hear from you.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/05/us/covid-decision-fatigue.html", + "creator": "Amy Harmon", + "pubDate": "Thu, 06 Jan 2022 01:35:42 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -209780,17 +213608,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "82e7c76473fac6455084a2438a087836", + "hash": "9ab24d8399c3f2f17ad302fe51d82428", "highlights": [] }, { - "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": "How the Omicron Wave Will Be Different", + "description": "An epidemic modeler explains why cases of the variant will peak in the U.S. in January.", + "content": "An epidemic modeler explains why cases of the variant will peak in the U.S. in January.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2022/01/06/opinion/how-the-omicron-wave-will-be-different.html", + "creator": "Jeffrey Shaman", + "pubDate": "Thu, 06 Jan 2022 10:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -209802,17 +213630,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7008bb95eda068974c94b2393aab091", + "hash": "5a80ae39581a9cea1f0e2757cf725ccb", "highlights": [] }, { - "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": "A year after the breach, falsehoods about Jan. 6 persist. Here’s a fact-check.", + "description": " ", + "content": " ", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/05/us/jan-6-fact-check", + "creator": "The New York Times", + "pubDate": "Thu, 06 Jan 2022 01:04:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -209824,17 +213652,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec2afce6adfd420ce008c3d02c74da08", + "hash": "20d83cfd320cb3d307a6d6ae62cef5cf", "highlights": [] }, { - "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": "The C.D.C. endorsed Pfizer boosters for children ages 12 and over. Catch up on Covid news.", + "description": "A panel of scientific advisers endorsed the booster shots, citing rising infections in teens and young adults. Here’s the latest Covid news.", + "content": "A panel of scientific advisers endorsed the booster shots, citing rising infections in teens and young adults. 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": "Thu, 06 Jan 2022 05:28:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -209846,17 +213674,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d1245865c023bcd9428e18a7d59a0df", + "hash": "5bcf6b6a115c6e5f8b85810d47c8e7f9", "highlights": [] }, { - "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": "The Oscars Want Crowd-Pleasers, but Where Are the Crowds?", + "description": "As contenders like “West Side Story” and “Belfast” struggle for audiences, can a blockbuster like “Spider-Man: No Way Home” swing into the Oscar race?", + "content": "As contenders like “West Side Story” and “Belfast” struggle for audiences, can a blockbuster like “Spider-Man: No Way Home” swing into the Oscar race?", + "category": "Movies", + "link": "https://www.nytimes.com/2022/01/05/movies/oscars-box-office-spider-man.html", + "creator": "Kyle Buchanan", + "pubDate": "Wed, 05 Jan 2022 18:50:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -209868,17 +213696,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "92e2813a8633e5c1afc594054924529e", + "hash": "cf7c757b992d94f0da270f96954df613", "highlights": [] }, { - "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": "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": "", @@ -209890,17 +213718,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f74bc0c5bbd5bee340dd0ff02b77a80e", + "hash": "b43729054b8a9488507765b0c1e21a25", "highlights": [] }, { - "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": "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": "", @@ -209912,17 +213740,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0489da2ece5305402b618482157ee7d", + "hash": "55f7386067d3c758178f2f4ac0ca8d8d", "highlights": [] }, { - "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": "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": "", @@ -209934,17 +213762,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9293faf86dd9fd20db046110bc1463d", + "hash": "00203f65eb719664df8b0eeb485cd1b2", "highlights": [] }, { - "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": "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": "", @@ -209956,17 +213784,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b4790dd70ac49c93e680e5a52fe1989", + "hash": "a8253344342a2066181dc32043a13881", "highlights": [] }, { - "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": "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": "", @@ -209978,17 +213806,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c50b025749c07ce34bf0a3829d8f3f9e", + "hash": "35c72386fc342c937c7dfc0e086358bd", "highlights": [] }, { - "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": "In a Race to Shape the Future, History Is Under New Pressure", + "description": "The site of a gulag operating between 1935 and 1957 in Norilsk, Russia.", + "content": "The site of a gulag operating between 1935 and 1957 in Norilsk, Russia.", + "category": "History (Academic Subject)", + "link": "https://www.nytimes.com/2022/01/05/world/history-revisionism-nationalism.html", + "creator": "Max Fisher", + "pubDate": "Wed, 05 Jan 2022 19:19:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -210000,17 +213828,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b3d9a90917706bd1a92803ec1131672", + "hash": "2da1fdd0ea7542bd39b10e2b72f2087c", "highlights": [] }, { - "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": "Hedgehogs Are a Source of Drug-Resistant Bacteria, Study Finds", + "description": "Researchers examining roadkill specimens of hundreds of hedgehogs from across Western Europe found MRSA, or methicillin-resistant staphylococcus aureus, living on the skin of the vast majority of them.", + "content": "Researchers examining roadkill specimens of hundreds of hedgehogs from across Western Europe found MRSA, or methicillin-resistant staphylococcus aureus, living on the skin of the vast majority of them.", + "category": "Hedgehogs", + "link": "https://www.nytimes.com/2022/01/05/science/hedgehog-mrsa-drug-resistant-bacteria.html", + "creator": "Andrew Jacobs", + "pubDate": "Wed, 05 Jan 2022 22:10:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -210022,17 +213850,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb406814f2c44eb37ade3f2617c57f42", + "hash": "3e203a5b2e2913e8d2c466310f93596b", "highlights": [] }, { - "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": "Ghislaine Maxwell Verdict Is Clouded by Juror Disclosure", + "description": "A juror who voted to convict Ghislaine Maxwell said in interviews that he was a victim of sex abuse. A second juror told The New York Times something similar in an interview. ", + "content": "A juror who voted to convict Ghislaine Maxwell said in interviews that he was a victim of sex abuse. A second juror told The New York Times something similar in an interview. ", + "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 23:46:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -210044,17 +213872,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e31bbee2768487afdba12f7d16b9d31c", + "hash": "9d97e9c9ee3b6f5acb09d2bcc1d6afda", "highlights": [] }, { - "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": "Federal Labor Officials Claim New York Times Violated Workplace Law", + "description": "A union protest in November outside The New York Times Building.", + "content": "A union protest in November outside The New York Times Building.", + "category": "NewsGuild", + "link": "https://www.nytimes.com/2022/01/05/business/media/times-tech-guild-nlrb.html", + "creator": "Katie Robertson", + "pubDate": "Thu, 06 Jan 2022 01:17:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -210066,17 +213894,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d94412b558c8cffee085ac6d26a5432e", + "hash": "b2a5359e304d7613a4396a7b9279e4fe", "highlights": [] }, { - "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": "Stocks have their worst day in weeks as Fed minutes show chance of quicker rate increases.", + "description": "", + "content": "", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/05/business/stock-market-economy-news/wall-street-slips-ahead-of-the-release-of-the-minutes-of-the-feds-meeting", + "creator": "Coral Murphy Marcos", + "pubDate": "Wed, 05 Jan 2022 22:22:32 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -210088,17 +213916,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "151b6c8d64a0a8eb5a49b08e140e96cf", + "hash": "ea6c345463357e105c1e865d4fa31e5c", "highlights": [] }, { - "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": "Billy Turner, Trainer of a Triple Crown Winner, Dies at 81", + "description": "The trainer Billy Turner with Seattle Slew at Belmont Park in 1977. “If he doesn’t win the Triple Crown,” Mr. Turner had said a year earlier, “I haven’t done my job.”", + "content": "The trainer Billy Turner with Seattle Slew at Belmont Park in 1977. “If he doesn’t win the Triple Crown,” Mr. Turner had said a year earlier, “I haven’t done my job.”", + "category": "Turner, Billy (1940-2021)", + "link": "https://www.nytimes.com/2022/01/05/sports/horse-racing/billy-turner-dead.html", + "creator": "Richard Sandomir", + "pubDate": "Wed, 05 Jan 2022 23:32:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -210110,17 +213938,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f975528d816445f3a114fdb4bd2dfc5d", + "hash": "0a096324e8d7f9f1a266465005ce85b0", "highlights": [] }, { - "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": "Rabbi Shot in Synagogue Attack Is Sentenced to Prison in Fraud Schemes", + "description": "Rabbi Yisroel Goldstein, the former director of Chabad of Poway synagogue in Poway, Calif., addressing the United Nations General Assembly meeting on combating antisemitism in 2019.", + "content": "Rabbi Yisroel Goldstein, the former director of Chabad of Poway synagogue in Poway, Calif., addressing the United Nations General Assembly meeting on combating antisemitism in 2019.", + "category": "Synagogues", + "link": "https://www.nytimes.com/2022/01/05/us/rabbi-yisroel-goldstein-fraud.html", + "creator": "Michael Levenson", + "pubDate": "Thu, 06 Jan 2022 00:25:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -210132,17 +213960,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8741f2efd0eb2c67987a8bd3a979dac", + "hash": "8c51493e91c3c17c9d31f95e30bc746e", "highlights": [] }, { - "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": "Slate’s Top Editor, Jared Hohlt, Leaves After a Three-Year Run", + "description": "Jared Hohlt, Slate’s editor in chief, is departing the digital magazine Friday.", + "content": "Jared Hohlt, Slate’s editor in chief, is departing the digital magazine Friday.", + "category": "Appointments and Executive Changes", + "link": "https://www.nytimes.com/2022/01/05/business/media/slate-editor-jared-hohlt.html", + "creator": "Marc Tracy", + "pubDate": "Wed, 05 Jan 2022 22:02:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -210154,17 +213982,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e62a51dfffcea62a51dd90108352222", + "hash": "311e75fa039292c91799f1eb99f46019", "highlights": [] }, { - "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": "Russia-Allied Forces to Intervene as Unrest Sweeps Kazakhstan", + "description": "Kazakh police officers detaining a man during a protest over surging gas prices in Almaty on Wednesday.", + "content": "Kazakh police officers detaining a man during a protest over surging gas prices in Almaty on Wednesday.", + "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 22:46:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -210176,17 +214004,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e0dde53f6e09b7923818afa0827fbc5", + "hash": "a262ca18ee93122bae2e0e68a1ed0972", "highlights": [] }, { - "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": "C.D.C. Advisers Endorse Pfizer Boosters for Children Aged 12 and Over", + "description": "A panel of scientific advisers endorsed the booster shots, citing rising infections in teens and young adults. Here’s the latest Covid news.", + "content": "A panel of scientific advisers endorsed the booster shots, citing rising infections in teens and young adults. 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 22:25:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -210198,17 +214026,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7aa4393cc4c58dd25b59ce2c1afb937a", + "hash": "cdc4af5c11155816e3210c5850d22498", "highlights": [] }, { - "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": "C.D.C.: ‘Up to Date’ on Covid Vaccine Now Includes a Booster", + "description": "The C.D.C. said that people who had received three doses of Pfizer-BioNTech or Moderna’s vaccines, or one dose of Johnson & Johnson’s vaccine plus a second, preferably of Moderna or Pfizer-BioNTech, would be considered up to date. ", + "content": "The C.D.C. said that people who had received three doses of Pfizer-BioNTech or Moderna’s vaccines, or one dose of Johnson & Johnson’s vaccine plus a second, preferably of Moderna or Pfizer-BioNTech, would be considered up to date. ", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2022/01/05/us/covid-vaccine-booster-cdc-up-to-date.html", + "creator": "Noah Weiland and Emily Anthes", + "pubDate": "Wed, 05 Jan 2022 23:05:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -210220,17 +214048,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8cd9c58ea8c30efbe5bae2fbe6f32443", + "hash": "b0de1a51ccfd2b57fd0d52fed0b43984", "highlights": [] }, { - "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": "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": "", @@ -210242,17 +214070,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d5e7b812585981dd2d0678591841348", + "hash": "e833f41ae2177bd0bc9451a0ea680c9b", "highlights": [] }, { - "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": "Philadelphia Fire in Fairmount Leaves 12 Dead, Including 8 Children", + "description": "Fire department vehicles parked outside the site of a house fire in Philadelphia on Wednesday.", + "content": "Fire department vehicles parked outside the site of a house fire in Philadelphia on Wednesday.", + "category": "Fires and Firefighters", + "link": "https://www.nytimes.com/2022/01/05/us/philadelphia-rowhouse-fire.html", + "creator": "Sophie Kasakove, Joel Wolfram and Campbell Robertson", + "pubDate": "Thu, 06 Jan 2022 01:05:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -210264,17 +214092,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "35813dbd8c4fe1d18001aa71a70a2eb3", + "hash": "a5d28e40cbb45815c324cf375315a60c", "highlights": [] }, { - "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": "What’s in Kathy Hochul’s Proposal on Housing, Economy and Climate", + "description": "Gov. Kathy Hochul laid out her priorities as she helps guide New York State’s recovery from the pandemic. ", + "content": "Gov. Kathy Hochul laid out her priorities as she helps guide New York State’s recovery from the pandemic. ", + "category": "Budgets and Budgeting", + "link": "https://www.nytimes.com/2022/01/05/nyregion/hochul-proposals-economy-housing-climate-change.html", + "creator": "Mihir Zaveri", + "pubDate": "Wed, 05 Jan 2022 23:34:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -210286,17 +214114,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f74cf309f0c1ed1948e6d030fc45a31d", + "hash": "03f8266993387072fc5007827fe4ae10", "highlights": [] }, { - "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": "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": "", @@ -210308,17 +214136,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2af0bd14d4956db0189db0edcd055199", + "hash": "fe10c4edf9bf6082f21fc7d9ff10cc27", "highlights": [] }, { - "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": "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": "", @@ -210330,17 +214158,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "77bba5bf012b5ea9bbad24537ca32ccb", + "hash": "ce96383319cfd5593f337aa6f0d40d25", "highlights": [] }, { - "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": "With Legislation Stalled, Biden Will Speak in Atlanta on Voting Rights", + "description": "President Biden has been under pressure to further address an issue he has framed as an integral promise of his presidency.", + "content": "President Biden has been under pressure to further address an issue he has framed as an integral promise of his presidency.", + "category": "Speeches and Statements", + "link": "https://www.nytimes.com/2022/01/05/us/politics/biden-harris-voting-rights-speech-atlanta.html", + "creator": "Katie Rogers", + "pubDate": "Thu, 06 Jan 2022 00:09:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -210352,17 +214180,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d96de8cc81e4f61a361a5d0fe2f09adb", + "hash": "11c0eee3d0ba6f3c331e2547b7a9d217", "highlights": [] }, { - "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": "With a Pardon, Homer Plessy’s Record Is Clear, but a Painful Legacy Endures", + "description": "Keith Plessy and Phoebe Ferguson, descendants of the principals in the Plessy v. Ferguson court case, in New Orleans in 2011. The case laid the foundation for the “separate but equal” doctrine.", + "content": "Keith Plessy and Phoebe Ferguson, descendants of the principals in the Plessy v. Ferguson court case, in New Orleans in 2011. The case laid the foundation for the “separate but equal” doctrine.", + "category": "Plessy, Homer", + "link": "https://www.nytimes.com/2022/01/05/us/homer-plessy-pardon.html", + "creator": "Rick Rojas", + "pubDate": "Wed, 05 Jan 2022 21:34:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -210374,17 +214202,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "848520d2f4a2dc052ac9657db84ca957", + "hash": "b8b83992b7ac7820f7597fa1befe1eb5", "highlights": [] }, { - "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": "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": "", @@ -210396,17 +214224,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c668a041076fbcfc7b58a4924401d502", + "hash": "9c556e6fe2c2861cc19fb809f0861dc9", "highlights": [] }, { - "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": "Britain Extends Pardons Policy for Consensual Same-Sex Partners", + "description": "The government’s action expands earlier legislative efforts, but for some gay people it is too little, too late. “It impacted me my whole life,” one man said of his conviction.", + "content": "The government’s action expands earlier legislative efforts, but for some gay people it is too little, too late. “It impacted me my whole life,” one man said of his conviction.", + "category": "Discrimination", + "link": "https://www.nytimes.com/2022/01/05/world/europe/britain-same-sex-pardon.html", + "creator": "Isabella Kwai", + "pubDate": "Wed, 05 Jan 2022 20:10:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -210418,17 +214246,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fd5bb9cb91e640fbbf3c87b28bd6644f", + "hash": "275af6e03a77de6f0103c06289e00159", "highlights": [] }, { - "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": "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": "", @@ -210440,17 +214268,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "270f2033c040121379fe88cf03578c21", + "hash": "c7ffc93eeb4a05979d360864880c3a48", "highlights": [] }, { - "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": "The Boy Scouts’ $2.7 Billion Settlement Plan Is at Risk of Failing", + "description": "The Coalition of Abused Scouts for Justice said it was continuing to negotiate in the hope of increasing the size of the settlement plan.", + "content": "The Coalition of Abused Scouts for Justice said it was continuing to negotiate in the hope of increasing the size of the settlement plan.", + "category": "Child Abuse and Neglect", + "link": "https://www.nytimes.com/2022/01/05/us/boy-scouts-settlement.html", + "creator": "Mike Baker", + "pubDate": "Wed, 05 Jan 2022 22:22:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -210462,17 +214290,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0de051dd8beb17e7be68cc4980e16a4", + "hash": "d91ca985a43a238e02b96dcc39d5e17b", "highlights": [] }, { - "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": "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": "", @@ -210484,17 +214312,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba4436d1b9e9fc1938e2ded027c1b951", + "hash": "d92ba323a23f97c3b838cd31c2ed34c3", "highlights": [] }, { - "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": "A Year After the Breach, Falsehoods About Jan. 6 Persist", + "description": " ", + "content": " ", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/05/us/jan-6-fact-check", + "creator": "The New York Times", + "pubDate": "Wed, 05 Jan 2022 22:25:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -210506,17 +214334,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "04e495c65bba4dac6d570b5070f1fcb1", + "hash": "6f6f26ddc98894e519eee52d0fa4d45c", "highlights": [] }, { - "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": "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": "", @@ -210528,17 +214356,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1efb12d501fd46f1de43399cca0678c9", + "hash": "c7b1abb89914406529ca55378b0a3f76", "highlights": [] }, { - "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": "Rio Cancels Carnival Street Parties but Keeps Parade", + "description": "A performance during the last night of Rio de Janeiro’s Carnival parade in 2020.", + "content": "A performance during the last night of Rio de Janeiro’s Carnival parade in 2020.", + "category": "Carnival (Pre-Lenten)", + "link": "https://www.nytimes.com/2022/01/05/world/americas/rio-cancels-carnival-parties-parade.html", + "creator": "Flávia Milhorance and Derrick Bryson Taylor", + "pubDate": "Wed, 05 Jan 2022 21:56:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -210550,17 +214378,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "87dbe5b92883332204dbf468132127ba", + "hash": "74341d4b9d3754b55d9a9f823d4caac6", "highlights": [] }, { - "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": "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": "", @@ -210572,17 +214400,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "49aee5e66d4dea98035b77b9144d22c4", + "hash": "1b3118ecbf3cd038a277a8beb32da386", "highlights": [] }, { - "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.", + "title": "Fed Officials Discussed Raising Rates Sooner in 2022", + "description": "Minutes from the Federal Reserve’s December meeting show that officials are contemplating when and how quickly to lift interest rates. Follow business updates.", + "content": "Minutes from the Federal Reserve’s December meeting show that officials are contemplating when and how quickly to lift interest rates. Follow business updates.", "category": "", - "link": "https://www.nytimes.com/live/2021/12/30/world/omicron-covid-vaccine-tests", + "link": "https://www.nytimes.com/live/2022/01/05/business/stock-market-economy-news", "creator": "The New York Times", - "pubDate": "Thu, 30 Dec 2021 16:40:41 +0000", + "pubDate": "Wed, 05 Jan 2022 22:25:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -210594,17 +214422,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2cd502968110412a37b1a5d40e5882b1", + "hash": "ca8f64b5baf29f5e02f80c9851d3069a", "highlights": [] }, { - "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": "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": "", @@ -210616,17 +214444,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f5873a38283e0365913c4e51f022bc5", + "hash": "f1e4fbeb0569b0602af46bfb76c79072", "highlights": [] }, { - "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 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": "", @@ -210638,17 +214466,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9048e38f100267d3179a94360801de42", + "hash": "8664bf4e9b0133175b9e592f4ddadef6", "highlights": [] }, { - "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": "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": "", @@ -210660,17 +214488,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9453802dedf6a67e72b7925a8d5e63aa", + "hash": "63c4d7eb5a4bce11e609f4dc78da773e", "highlights": [] }, { - "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": "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": "", @@ -210682,17 +214510,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c1ae5276c14cf7ae729d3011780c2a6", + "hash": "043664a18b08de9e7d52d5016498cb8d", "highlights": [] }, { - "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": "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": "", @@ -210704,17 +214532,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "633ae3e604d556dd3d6cc707c9357913", + "hash": "c18407150df9fe5ba9ce0bd7758525a6", "highlights": [] }, { - "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": "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": "", @@ -210726,17 +214554,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eae057811fbda7d602b2677217a0441f", + "hash": "45ea6d75a0c2a3b95b6718ea03f202e5", "highlights": [] }, { - "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": "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": "", @@ -210748,17 +214576,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5cf38c2090a6ece4ab23f4f17bbda4f", + "hash": "25d23b7426ba7634d3b9a9ab111167d8", "highlights": [] }, { - "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": "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": "", @@ -210770,17 +214598,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7bc7215a0091a4a802dd6521a1252057", + "hash": "28271917502115f2bd5a10430644d0f9", "highlights": [] }, { - "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": "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": "", @@ -210792,17 +214620,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aee00a8d498f1e6698bd81293c7f66ce", + "hash": "cd993824fbd184ec0ab2388084c50006", "highlights": [] }, { - "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": "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": "", @@ -210814,17 +214642,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "315a408e66c09916add2066141d34f19", + "hash": "84d1344fb0d7f143652dcbb0194ea15b", "highlights": [] }, { - "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": "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": "", @@ -210836,17 +214664,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f82ed09e9a3b7986468130620b277df8", + "hash": "fb79cac34feb59c97af76542b7b0c492", "highlights": [] }, { - "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": "Biden Will Deliver a Speech on Voting Rights in Atlanta on Tuesday", + "description": "President Biden and Vice President Kamala Harris will visit Atlanta next week.", + "content": "President Biden and Vice President Kamala Harris will visit Atlanta next week.", + "category": "Speeches and Statements", + "link": "https://www.nytimes.com/2022/01/05/us/politics/biden-harris-voting-rights-speech-atlanta.html", + "creator": "Katie Rogers", + "pubDate": "Wed, 05 Jan 2022 22:14:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -210858,17 +214686,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ef9c3cdb766f7c150cd76753f6c3eba", + "hash": "6f6cd07144934edd730fdba45ae191e1", "highlights": [] }, { - "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": "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": "", @@ -210880,17 +214708,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "78ea6e5a0c24eebb85b711c12cde6db6", + "hash": "b68f1345820d3688fd8cf8f09fa3b319", "highlights": [] }, { - "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": "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": "", @@ -210902,17 +214730,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6244a148a8721965f6fe566632ecc5cd", + "hash": "8bf2d823f542b923f97435824a750efc", "highlights": [] }, { - "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": "Britain Extends Pardons Policy for Consensual Same-Sex Partners", + "description": "The government’s action expands earlier legislative efforts, but for some gay people it is too little, too late. “It impacted me my whole life,” one man said of his conviction.", + "content": "The government’s action expands earlier legislative efforts, but for some gay people it is too little, too late. “It impacted me my whole life,” one man said of his conviction.", + "category": "Discrimination", + "link": "https://www.nytimes.com/2022/01/05/world/europe/britain-extends-pardons-same-sex-partners.html", + "creator": "Isabella Kwai", + "pubDate": "Wed, 05 Jan 2022 20:10:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -210924,17 +214752,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c5bc9b587fe963e1bb6bac74f6a2f0e4", + "hash": "7dcc1dfad36881344febbdf760ba41a4", "highlights": [] }, { - "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": "Slate’s Top Editor Leaves After a Three-Year Run", + "description": "Jared Hohlt, Slate’s editor in chief, is departing the digital magazine Friday.", + "content": "Jared Hohlt, Slate’s editor in chief, is departing the digital magazine Friday.", + "category": "Appointments and Executive Changes", + "link": "https://www.nytimes.com/2022/01/05/business/media/slate-editor-jared-hohlt.html", + "creator": "Marc Tracy", + "pubDate": "Wed, 05 Jan 2022 22:02:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -210946,17 +214774,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3387a1b19e15085f834b78ad38202ea", + "hash": "38e6e12ff04617fabb343b35f58eaa83", "highlights": [] }, { - "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": "Adrienne Adams, 1st Black NYC Council Speaker, Says City Is at a Crossroads", + "description": "Adrienne Adams will lead the City Council as New York grapples with Covid and an uncertain financial future.", + "content": "Adrienne Adams 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 21:59:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -210968,17 +214796,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4158d4ebbb33ec4ac0ccf13f8809a34e", + "hash": "f7b4ff75f788207cc4f15e9cfc3301c8", "highlights": [] }, { - "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": "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": "", @@ -210990,17 +214818,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4950930538ee37856835d59d4e5c0f97", + "hash": "7cd0c7f197b2f1621c2ed416530cbf05", "highlights": [] }, { - "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": "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": "", @@ -211012,17 +214840,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7087c326df2d0c4aeb35597c9b74afa9", + "hash": "564fd01c27d13648cb97db45c1f04644", "highlights": [] }, { - "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": "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": "", @@ -211034,17 +214862,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4384601750756a09a372a55fdb394e59", + "hash": "22351e410435e408dbd1659ce407a5d0", "highlights": [] }, { - "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": "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": "", @@ -211056,17 +214884,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "903dc53c9f5c54729fc05c513eed22e3", + "hash": "67e90483ded025709d4b633ecf7b5c1e", "highlights": [] }, { - "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": "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": "", @@ -211078,17 +214906,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1e46979c3303d9410c7b86d60afce8a", + "hash": "3187bed0cf6821525526206f00457d5b", "highlights": [] }, { - "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": "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": "", @@ -211100,17 +214928,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "240b34c2c96264f8c18e73bcc341139c", + "hash": "299781f4e62a392bbfe38e585e432456", "highlights": [] }, { - "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": "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": "", @@ -211122,17 +214950,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4de9a84306c4a6c9a3663e2f8b33d6ff", + "hash": "1239af19d252b97f48cdc96edf9ecd54", "highlights": [] }, { - "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": "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": "", @@ -211144,17 +214972,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b0b9b6b8bcf0041db5385176955f434", + "hash": "69928a13027a5b27be58202e54910a98", "highlights": [] }, { - "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": "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": "", @@ -211166,17 +214994,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6410611d9fcc1492559aa7b0263cadd", + "hash": "6797f66cd7dd94bca5cfb0ac7a772f6d", "highlights": [] }, { - "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": "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": "", @@ -211188,17 +215016,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "92563da71f57a54fd814b85cfb77a8ed", + "hash": "347929b072bd3353dd5b7f6cb2950343", "highlights": [] }, { - "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": "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": "", @@ -211210,17 +215038,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b821d57dbda9d8c48715da0ca5245f1e", + "hash": "2e91a6c24c51ee9be7ec4524bf1f45a8", "highlights": [] }, { - "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": "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": "", @@ -211232,17 +215060,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f4c552b87c0fe6fcd85e7687b5765f6", + "hash": "203f9cf5272af1668468a7f2c673f99f", "highlights": [] }, { - "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": "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": "", @@ -211254,17 +215082,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bb86c948f83846f82dceed9e5cb33a5", + "hash": "723094c5574c25578c874645644777a5", "highlights": [] }, { - "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": "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": "", @@ -211276,17 +215104,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a86189b5d5adf5d203e4165940a44c8", + "hash": "89cd9861c082cdf3c1cf9a73b98b957a", "highlights": [] }, { - "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": "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": "", @@ -211298,17 +215126,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "259d491855b8f546ebe358fee08e574c", + "hash": "8b1fc7c05e3048715a1a880e968f25e5", "highlights": [] }, { - "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": "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": "", @@ -211320,17 +215148,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a994cf37385d79a6ec9c17309522526", + "hash": "51961f23088e4cb1c02e315f72ce476b", "highlights": [] }, { - "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": "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": "", @@ -211342,17 +215170,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce845f509158e10761b5e9ea7e8cb932", + "hash": "2f11f111d14614ea8af7a50a36b26c1f", "highlights": [] }, { - "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": "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": "", @@ -211364,17 +215192,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f6ffa65d35f05e5bd5dab3e8bfc8d01", + "hash": "55b57b30e294c280f23def8c054ae3c3", "highlights": [] }, { - "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": "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": "", @@ -211386,17 +215214,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "442f353a8190d65f5d27c17fc0769b74", + "hash": "50a419b839115a6f05f8808c1fd94f0c", "highlights": [] }, { - "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": "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": "", @@ -211408,17 +215236,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "27cbfc118465529c302a46bd52eec758", + "hash": "b332436b7a267fda87d4fe94a08a82ea", "highlights": [] }, { - "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": "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": "", @@ -211430,17 +215258,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "67d24fc383bcc99d21108c95ba40e551", + "hash": "2481a3a8222b1c98e34428866c82fcc1", "highlights": [] }, { - "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": "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": "", @@ -211452,17 +215280,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "22ac8e80797ca3a29d91b93eafe1cd3c", + "hash": "39453b381ceb3f7b5512c3b15e8585bf", "highlights": [] }, { - "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": "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": "", @@ -211474,17 +215302,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd61d5088c1c70e9c41c8dc255666fad", + "hash": "4cb8f335e3778f82817c7edbed7df357", "highlights": [] }, { - "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": "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": "", @@ -211496,17 +215324,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d26fe4db7615246de0e5ec80a952b5d", + "hash": "927d73f84aba32fe00028df80c9579a1", "highlights": [] }, { - "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": "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": "", @@ -211518,17 +215346,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3df0b41405c6c14c70f8b79ef854028", + "hash": "15e808969c9b13cc7825529be615648d", "highlights": [] }, { - "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": "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": "", @@ -211540,17 +215368,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3dc28e765e69ca539be3f8df9018b7d2", + "hash": "f5f159fe8b81247ed021f1482dce7ab9", "highlights": [] }, { - "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": "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": "", @@ -211562,17 +215390,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b96ca3e7d4bcdb21edb79f5d9a9334ef", + "hash": "93b1d09b4cb2b244d45d6dc879aca757", "highlights": [] }, { - "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": "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": "", @@ -211584,17 +215412,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b7569f11b530c4ada9b7a57ed4c34250", + "hash": "289d29ccc980ebf7df83a6a53a6f3c51", "highlights": [] }, { - "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": "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": "", @@ -211606,17 +215434,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb6abb1ce4ca73ae7f565f3d171ec3b5", + "hash": "feffd118467dffa70b4a1dc9ca8a07ac", "highlights": [] }, { - "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": "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": "", @@ -211628,17 +215456,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c1290925352258522c34816da742f1f", + "hash": "2a7aa1f3051388850bef8a06cf21a01f", "highlights": [] }, { - "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": "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": "", @@ -211650,17 +215478,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a744c44667850741608a5e376be34a1", + "hash": "ec492baf0e665ee4e7c415e426bc8c8c", "highlights": [] }, { - "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": "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": "", @@ -211672,17 +215500,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3decc996f33042336a6ec0e3785b7eef", + "hash": "c3658e6b0ada1e240a22a7fe6b441941", "highlights": [] }, { - "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": "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": "", @@ -211694,17 +215522,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "209951325ef9172878d07267c0f00bac", + "hash": "78c3fb6935855775e06383f887f430ad", "highlights": [] }, { - "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": "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": "", @@ -211716,17 +215544,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c47f18e7ceea2c46894db87ac927ae1d", + "hash": "55a8633e47f08857c5a370ec1b2f0e2e", "highlights": [] }, { - "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": "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": "", @@ -211738,17 +215566,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "090c446680f9fa4db59af42171a9e413", + "hash": "e616756d21ed540a0c1382cda324840a", "highlights": [] }, { - "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": "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": "", @@ -211760,17 +215588,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9fff895182af58266c475542929b0d02", + "hash": "29b73a58c427fde2fe5700f8d5f6ed01", "highlights": [] }, { - "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": "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": "", @@ -211782,17 +215610,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f05b497d1389cd20e1566b0f227e658", + "hash": "46d3bf46642eab0c289cd7922de1d5aa", "highlights": [] }, { - "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": "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": "", @@ -211804,17 +215632,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "44bc0c4592efd755766f7cdc8d26aa90", + "hash": "12c9b0860853b277b9974d1c3016ac6b", "highlights": [] }, { - "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": "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": "", @@ -211826,20 +215654,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "754fc6c61d725ea40fa68ce3eb92a7e7", + "hash": "e8cd67fc2734afa090034c06bd426e31", "highlights": [] }, { - "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": "", + "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", @@ -211848,17 +215676,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6ba04e9271544cce8417998c42f3c52", + "hash": "82241e5f0d22699f5638a05c80d60712", "highlights": [] }, { - "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": "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": "", @@ -211870,17 +215698,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c602253291110797382088338dda69d9", + "hash": "37fb5581929a2f74488d36e9d1fbf26d", "highlights": [] }, { - "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": "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": "", @@ -211892,17 +215720,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccdec4a7a4d2b247ee411a3d15c43efc", + "hash": "52adf988727aba120bfc65b348a984fd", "highlights": [] }, { - "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": "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": "", @@ -211914,17 +215742,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed3eb7365d91e5318d6be1518ffe0e41", + "hash": "3a4094ba6f6df364b52e4ef09113f9ee", "highlights": [] }, { - "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": "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": "", @@ -211936,17 +215764,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1814c47c626a408ae07e72ff002192c3", + "hash": "909f8d0b718b3194d3abaf413ea57486", "highlights": [] }, { - "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": "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": "", @@ -211958,17 +215786,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "55d896ce592899784f869aebceca815c", + "hash": "69efb1a0aca4d5f8fe613b955c9d942f", "highlights": [] }, { - "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": "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": "", @@ -211980,17 +215808,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5dd5635bc178fded0cc666df8b36b723", + "hash": "4595d5c1cdb233fd08a38dcc5cf9329e", "highlights": [] }, { - "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": "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": "", @@ -212002,17 +215830,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2dc1c822a577316363de4110154948eb", + "hash": "9d2d8cf3ea6751182d0e47b4500fe36d", "highlights": [] }, { - "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": "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": "", @@ -212024,17 +215852,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "43c0c0edd59a7b2d01c5b6d637881c44", + "hash": "6f67d324a26d5baa26290d466dab9372", "highlights": [] }, { - "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": "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": "", @@ -212046,16 +215874,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f36aa9c1138561babeac5756edd95a0" + "hash": "d0cf7ddecd94b79b45918026c07faa85", + "highlights": [] }, { - "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": "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": "", @@ -212067,16 +215896,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "66175db99d80d9ee699b2cb49025b425" + "hash": "074d056cae92d5ceeb10921f2ed85cdc", + "highlights": [] }, { - "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": "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": "", @@ -212088,16 +215918,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d5c6d8803a0cf65e7f34bb2d3b8885e" + "hash": "c18d70bcc5f207277e3899b15d58831d", + "highlights": [] }, { - "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": "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": "", @@ -212109,16 +215940,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "80fde47094b226eb96874f6fdc35af09" + "hash": "5081e43b834647ab75c940c53c26b9d6", + "highlights": [] }, { - "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": "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": "", @@ -212130,16 +215962,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3012964133678ea8701ec3505cda016e" + "hash": "9dba295e8f451ed626ea4d99b20401ec", + "highlights": [] }, { - "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": "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": "", @@ -212151,16 +215984,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c654ae9971ed14d790acd533f58aa1f" + "hash": "c512bd5bccc7bf1b732b5dafc5337e48", + "highlights": [] }, { - "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": "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": "", @@ -212172,16 +216006,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a79ae50b850227b077e602bbcce8e72a" + "hash": "c247afb0605d311ce431d47e3a049ac9", + "highlights": [] }, { - "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": "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": "", @@ -212193,16 +216028,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "77c9e3b0147ccd947a4e15ec761d58f6" + "hash": "1d787c1ae2105b48944acaeb70304722", + "highlights": [] }, { - "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": "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": "", @@ -212214,16 +216050,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "afd86dea2ef1ddaeb59ff0de08f88c76" + "hash": "08333093940819defb6fa1985cc89ba1", + "highlights": [] }, { - "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": "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": "", @@ -212235,16 +216072,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae36ec67f5090bd5bccb4978e96a8cc3" + "hash": "e2f54a12e44161fa2948bff403a866c8", + "highlights": [] }, { - "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": "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": "", @@ -212256,16 +216094,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3072a82bb17481384fd3e8b4fcc832e" + "hash": "7663d0800ead1c9e176b423a19e041a2", + "highlights": [] }, { - "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": "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": "", @@ -212277,16 +216116,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfdf0c018d554d7e872d7a735342c46c" + "hash": "b414eddedb7e46fc28c094fc6ce7051c", + "highlights": [] }, { - "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": "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": "", @@ -212298,16 +216138,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a99b8d132b1ea87de86a2d74d413f87c" + "hash": "23808c8d7fa8542dcad977b8f8e9c592", + "highlights": [] }, { - "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": "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": "", @@ -212319,16 +216160,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c5237e69b9fe9dedc10a06e88949b8b" + "hash": "60da5c984803678bb5aa64a7ef1506d0", + "highlights": [] }, { - "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": "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": "", @@ -212340,16 +216182,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3ef21a30520214cf912b7fe1c0752d7" + "hash": "8b10fedc9f452c916ffe87c2aa045542", + "highlights": [] }, { - "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": "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": "", @@ -212361,16 +216204,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a6e254019cc06d4acc4ba820273fad6" + "hash": "6f2c289dd8d65a5e8eaeeb04e19d41a0", + "highlights": [] }, { - "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": "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": "", @@ -212382,16 +216226,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "372b979de3828b8aab05bad2cf72e8a0" + "hash": "619dd575fa8b203c1729d5b0cd3fd084", + "highlights": [] }, { - "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": "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": "", @@ -212403,16 +216248,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "40f0bf690212b7e665d807742ce6016d" + "hash": "459eb292a30e9335d54aec4326b61d5c", + "highlights": [] }, { - "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": "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": "", @@ -212424,16 +216270,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a7f18f4e3bf3ec928b4ba32d41f6476" + "hash": "ce4436d6f46df8fb880eb68729e305de", + "highlights": [] }, { - "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": "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": "", @@ -212445,16 +216292,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dce23674f647c83a511382b7797d83c0" + "hash": "aaf8838c5fea9379f1d1c238e074008d", + "highlights": [] }, { - "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": "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": "", @@ -212466,16 +216314,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "31a88113a49a2b3bd293e32cf0163ab3" + "hash": "7cc6b50d5dea744e10f2b8a4eec773ba", + "highlights": [] }, { - "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": "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": "", @@ -212487,16 +216336,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fd351bd6a90e19c99cae513b945b0d90" + "hash": "5c7ba22b15310ccb67d00e325a3a61bf", + "highlights": [] }, { - "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": "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": "", @@ -212508,16 +216358,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "751b97471cf727bd46f49c266d60a167" + "hash": "4053a851a0b198ee15eb01a89b2ad08b", + "highlights": [] }, { - "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": "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": "", @@ -212529,16 +216380,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "90fcee1da734da8d6a49c3ad89063977" + "hash": "305fd7ab463c62de7a0485a0ee6485c8", + "highlights": [] }, { - "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": "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": "", @@ -212550,16 +216402,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4188fe00f80bedfb2e92d60b64577c6e" + "hash": "7e037b077d3aa4561720d59fd1862ba7", + "highlights": [] }, { - "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": "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": "", @@ -212571,16 +216424,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "75cf668f15cfeffdb060956166dde1c5" + "hash": "c63c99e265f986021cab83300bd31ff8", + "highlights": [] }, { - "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": "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": "", @@ -212592,16 +216446,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "50ef48264886f04947091763f8540ceb" + "hash": "4ae5ebf8e5003bf7d8da3d9bb90eaecd", + "highlights": [] }, { - "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": "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": "", @@ -212613,16 +216468,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5bd9f97d5662ff7c2e4c1b2b083b7a00" + "hash": "f44b1c0a4d141422a6e8a3942d7e36e9", + "highlights": [] }, { - "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": "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": "", @@ -212634,16 +216490,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "77d672daf724bfc9132b35a4d24239b7" + "hash": "15cdd000f13dbefaf2051cbf3dfd5e7f", + "highlights": [] }, { - "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": "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": "", @@ -212655,16 +216512,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "81d482871c1dfc7d1a420a255475a788" + "hash": "9095f26d970b743da34e16d9bb563b1f", + "highlights": [] }, { - "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": "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": "", @@ -212676,16 +216534,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6158b1effa892e94d8670af0e8257cb2" + "hash": "72c49295326fbfa36ad6ffe7bd8d1031", + "highlights": [] }, { - "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": "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": "", @@ -212697,16 +216556,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb4f4cd77c66a5118b7428101055170d" + "hash": "73277f743867a0aef8e74a4393e6a578", + "highlights": [] }, { - "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": "‘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": "", @@ -212718,16 +216578,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "999f5b16d43648e86ba27a2d46584d8b" + "hash": "a117e03075dd99868bcbdc0df290e2d6", + "highlights": [] }, { - "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": "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": "", @@ -212739,16 +216600,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e1592f5d885031fd96c86e3c5855805" + "hash": "dacaf9dde83edc689c89aa92a42f39e5", + "highlights": [] }, { - "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": "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": "", @@ -212760,16 +216622,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f69469956a9aba5d07ea66fc3012d5e9" + "hash": "62b33be15dae25ec84d67e7f6de7c3aa", + "highlights": [] }, { - "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": "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": "", @@ -212781,16 +216644,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "389fc6eb1ea4e2e6fdcf0c1eb3340ec1" + "hash": "46636bac2f6756e85f66e9f20cd6b6d5", + "highlights": [] }, { - "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": "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": "", @@ -212802,16 +216666,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "53d2aac0db9f1bbd3866620f5d0ef1e5" + "hash": "4ddeb42c1fd623b4a153f824632630d5", + "highlights": [] }, { - "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": "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": "", @@ -212823,16 +216688,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d28796653a95fd2f813daab892467abd" + "hash": "95c18604499aebac1fcd957669527e3a", + "highlights": [] }, { - "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.", + "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/live/2021/12/27/world/omicron-covid-vaccine-tests", - "creator": "The New York Times", - "pubDate": "Mon, 27 Dec 2021 11:23:43 +0000", + "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": "", @@ -212844,16 +216710,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eabcebed669890b3554031be29b49558" + "hash": "538622752a61f5174915a36277e9dd4d", + "highlights": [] }, { - "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": "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": "", @@ -212865,16 +216732,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c28efd146da29e433db9d960463ae90" + "hash": "a7d07dc22a03b2daab223fdae98d3e65", + "highlights": [] }, { - "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": "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": "", @@ -212886,16 +216754,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ffd63b01b61607f81f2bfc299b3ded64" + "hash": "776f67b7fc8a6f58e00ae1bcff67182b", + "highlights": [] }, { - "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": "‘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": "", @@ -212907,16 +216776,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "646d561081cffe0da1331d28032a5115" + "hash": "90628a4716687802d7436c870c58d9ca", + "highlights": [] }, { - "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": "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": "", @@ -212928,16 +216798,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a0fc71ea8547059cdfb25e10294ff71" + "hash": "685cee2228e074491df5bd03b14619c1", + "highlights": [] }, { - "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": "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": "", @@ -212949,16 +216820,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "126400b442ce2a9abab0571919f33831" + "hash": "408bbbc948fdf50148d8e7df2e290dee", + "highlights": [] }, { - "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": "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": "", @@ -212970,16 +216842,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7bf26785ccb7e1b0dd4ae223aa95c79d" + "hash": "8b63b2dc63cb30e3ce0d08607a8f2857", + "highlights": [] }, { - "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": "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": "", @@ -212991,16 +216864,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4fdf6d1faf686577474c7d11e6f16736" + "hash": "d1d179822bba8c415e5fcd83e34a3900", + "highlights": [] }, { - "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": "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": "", @@ -213012,16 +216886,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ff38595dc2f629bbe4c9ae7f56f5677" + "hash": "9e4721fa561fdb98924ff2f873e1128f", + "highlights": [] }, { - "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": "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": "", @@ -213033,16 +216908,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa2f866535ab8c99d762b66f76968b32" + "hash": "1fb4853da1d530cea04268b79bf6381f", + "highlights": [] }, { - "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": "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": "", @@ -213054,16 +216930,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3869d773393f5f8c08700bb9e1590c1" + "hash": "069795ebbdacee3601e47e8a453d2e97", + "highlights": [] }, { - "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": "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": "", @@ -213075,16 +216952,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0afac722a5e9f9188e39ed79150986a2" + "hash": "2cb95caa1b7b710625e7cb00e1c3f8a1", + "highlights": [] }, { - "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": "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": "", @@ -213096,16 +216974,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5bc0c033a5a2838b81bd7d9ce5d7fa0" + "hash": "eb42e37230ff994f13669f08d79e9d98", + "highlights": [] }, { - "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.", + "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/2021/12/26/sports/football/nfl-week-16-scores.html", + "link": "https://www.nytimes.com/2022/01/02/sports/football/antonio-brown-buccaneers-jets-score.html", "creator": "Emmanuel Morgan", - "pubDate": "Mon, 27 Dec 2021 01:53:35 +0000", + "pubDate": "Mon, 03 Jan 2022 00:51:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -213117,16 +216996,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ef87acf666dad965fb19b65dbe2a43b" + "hash": "cf0d7ac47b768dd0e190fdd625ca8e63", + "highlights": [] }, { - "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", + "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": "", @@ -213138,16 +217018,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "552981581e6279089185e0eb13de1c26" + "hash": "70cff902528eb0597334bbecb9281505", + "highlights": [] }, { - "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": "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": "", @@ -213159,16 +217040,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f49d5ca7fb05e150c104e73b0192a67" + "hash": "a1e0ba20b3a3fa2c92861ff8db8308a8", + "highlights": [] }, { - "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 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": "", @@ -213180,16 +217062,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "af07c3956bf1f6984872363c377e8fa7" + "hash": "ababcdb795c1d9c43fff0328bfbf419d", + "highlights": [] }, { - "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": "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": "", @@ -213201,16 +217084,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d7c5d7fc7ee86611ad7ddd7eb3459eb5" + "hash": "50587a789e99590aa601bd9390350a2e", + "highlights": [] }, { - "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": "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": "", @@ -213222,16 +217106,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef268f927d1e57b8812e8869de7cc1ea" + "hash": "2f98cb7fed2e89135fae5fb9364d313c", + "highlights": [] }, { - "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": "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": "", @@ -213243,16 +217128,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "624aaec756d8e5add3b67fbe6a2d120e" + "hash": "217028923698cde48fff760c7cdd673a", + "highlights": [] }, { - "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": "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": "", @@ -213264,16 +217150,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4833cd54ac52a2fbb67ddd2044e7100" + "hash": "10d1f049872f0e27c164a445b8e98187", + "highlights": [] }, { - "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": "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": "", @@ -213285,16 +217172,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "05f7b8d30fca295ddb39fd158833e947" + "hash": "66c8fefffca7d9a227719f6685f29817", + "highlights": [] }, { - "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": "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": "", @@ -213306,16 +217194,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7832220d522c32a8c2250ce2e6f6365e" + "hash": "0ed4e3c8ab830209b79a814b15e778e7", + "highlights": [] }, { - "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": "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": "", @@ -213327,16 +217216,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7bc8ab6d40c3fe62279228884b58b748" + "hash": "6ae4492b1528e57d2fe979797df20ccb", + "highlights": [] }, { - "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": "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": "", @@ -213348,16 +217238,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e9d873906cd452ae8f583af549c075a" + "hash": "0a32aa4f97e9932b76bd5caa39f88aba", + "highlights": [] }, { - "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": "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": "", @@ -213369,16 +217260,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4e0c707fb2f5e76229fbcfa1ae7f5de" + "hash": "0b5ec9a53efb38d16cfe71bb6d48d33a", + "highlights": [] }, { - "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": "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": "", @@ -213390,16 +217282,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b1f3c275d637f9a7ebcb96367f7722e" + "hash": "724fb738334459249de0506e9eac2385", + "highlights": [] }, { - "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": "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": "", @@ -213411,16 +217304,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e6dd57be519db95eee7947d1c8990dc" + "hash": "a8d3cb647a7ccdd91a18f3ff8c4b9d96", + "highlights": [] }, { - "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": "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": "", @@ -213432,16 +217326,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d8f6667d93eecf8784ef25b79eedabf" + "hash": "d85fb01f2897c68bf0942780cccc006d", + "highlights": [] }, { - "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": "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": "", @@ -213453,16 +217348,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a1c94b64cd04e13489391fce09b19b1" + "hash": "b2d67845f70b62aaea8619e0669ac53f", + "highlights": [] }, { - "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": "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": "", @@ -213474,16 +217370,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e46241a3a47d1855a1f58e54c0b7b79" + "hash": "3f64cdbd4ab7865dd861e3b435230bad", + "highlights": [] }, { - "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": "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": "", @@ -213495,16 +217392,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "83b1f5af12f9d823d012ef66041e7f8d" + "hash": "c071cd0e9967553878d459c3c2367407", + "highlights": [] }, { - "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": "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": "", @@ -213516,16 +217414,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c682bc2e016dc5db365871c5e4d0e15f" + "hash": "73a49741f9d23bcc30529a913d067499", + "highlights": [] }, { - "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": "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": "", @@ -213537,16 +217436,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "46b6df429ea18339014764a5b129268f" + "hash": "0f8667b44d75a2fc05486c3a04cb7838", + "highlights": [] }, { - "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": "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": "", @@ -213558,16 +217458,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0db0433d063157154417c449993fa31f" + "hash": "1cf360d50c5385e50a30a76eff633a4d", + "highlights": [] }, { - "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": "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": "", @@ -213575,20 +217476,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7bbeb6284d36e337ca1d61e8542bfb83" + "hash": "825b959c1e4e863f16ae324ea2a95f33", + "highlights": [] }, { - "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": "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": "", @@ -213600,16 +217502,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "14b217efd0637a93279709620ae08030" + "hash": "943a54551ffab27b1b0d89591ccae28b", + "highlights": [] }, { - "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": "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": "", @@ -213621,16 +217524,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "03f5fb9f917f8f127203b4cc028fb3a7" + "hash": "0cef84dbbc837aef697cef0cf8f5a900", + "highlights": [] }, { - "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": "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": "", @@ -213642,16 +217546,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "953af8002e7bd4d1208f768ea6216878" + "hash": "9b5a2439ad245a0b42d952438d01b183", + "highlights": [] }, { - "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": "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": "", @@ -213663,16 +217568,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "83c67e90bd43c3bdd037710974fffca1" + "hash": "403166b2b87a7dbe9dc8867aaf51df4d", + "highlights": [] }, { - "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": "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": "", @@ -213684,16 +217590,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6c19ccf06e6c2ad3590b39aca56caa2" + "hash": "808c4bf8ae7289d2a038ff4ed3e0e53a", + "highlights": [] }, { - "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": "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": "", @@ -213705,16 +217612,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b1eff2d4993531e09807241d719c7bd" + "hash": "5be2d6525ff1b39e902be2bc7e4cb27e", + "highlights": [] }, { - "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": "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": "", @@ -213726,16 +217634,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "74980db3f27791981f4eceeffdd52e96" + "hash": "78d00db0b84572d0a222409a38355721", + "highlights": [] }, { - "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": "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": "", @@ -213747,16 +217656,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b69a7be3b07d55a630bb80b6cb0fd47d" + "hash": "4db609f1309b129f162e11156f736311", + "highlights": [] }, { - "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": "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": "", @@ -213768,16 +217678,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb63add461fe605754eba33fc91f2378" + "hash": "125ccedf1ffb8fea23e1e1a55c5b0f23", + "highlights": [] }, { - "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": "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": "", @@ -213789,16 +217700,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "68ca664e0550cc37c59fc6e9ec5e3704" + "hash": "9260d922f6813a741f4807b00a7abe58", + "highlights": [] }, { - "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": "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": "", @@ -213810,16 +217722,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f416c1552d22d874913be2f6e462dbbb" + "hash": "f72d2399add49c52e96df22dcf69e8fc", + "highlights": [] }, { - "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": "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": "", @@ -213831,16 +217744,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f5838ba137a45be5a78bd448b25590c" + "hash": "9c6238f6be158eee26881e3173d688c4", + "highlights": [] }, { - "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": "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": "", @@ -213852,16 +217766,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "53960ee4c0a91692b94fdd83403a4744" + "hash": "bc038097996ca3ce912db38baf5aa286", + "highlights": [] }, { - "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": "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": "", @@ -213873,16 +217788,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "30deb49a215461b2bfe5713663e9e2c6" + "hash": "1873563f3f57d89d0d0ef5de8e9acd68", + "highlights": [] }, { - "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": "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": "", @@ -213894,16 +217810,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b5cbeedb564fc4987d21fe62046078b6" + "hash": "1580e45ea243a1927e9fc3d21b4b59ed", + "highlights": [] }, { - "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": "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": "", @@ -213915,16 +217832,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "11051b34a9cb8cc173613c96f83eaff4" + "hash": "32d0bbea9cdb648e565f992d73eb6197", + "highlights": [] }, { - "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": "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": "", @@ -213936,16 +217854,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bbe43d005d3cd12dee2ff59676681519" + "hash": "d6eb6945861757ea8b07c96c064f473c", + "highlights": [] }, { - "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": "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": "", @@ -213957,16 +217876,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "730d2fe26c8c1e10d981e6b7fb7ec050" + "hash": "dea1f29d81ad5e2f29276e980908db50", + "highlights": [] }, { - "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": "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": "", @@ -213978,16 +217898,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b35dc587e152a04a2c81113aa715972" + "hash": "144e07bea19de902c166a811900100bf", + "highlights": [] }, { - "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": "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": "", @@ -213999,16 +217920,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f06927a49f99fe2b5eda0853219ef1a" + "hash": "bc832da4879e60da65ef2e53232cf6be", + "highlights": [] }, { - "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 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": "", @@ -214020,16 +217942,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b3c4fa911fb692fb9b998f4ef456f08c" + "hash": "a5b12308a8964f53502a53a5506b336e", + "highlights": [] }, { - "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": "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": "", @@ -214041,16 +217964,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "84079648ea38d73eed5d4a23d4faab55" + "hash": "32c1e03f0a25c215d409ddf516d12d9f", + "highlights": [] }, { - "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": "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": "", @@ -214062,16 +217986,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "63076fa5863db1b62bb7979274717dd4" + "hash": "f86e278cb06f18560d28be3a439e9f33", + "highlights": [] }, { - "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": "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": "", @@ -214083,16 +218008,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "869d760307d8274db6d60f0fbe6267d0" + "hash": "a7592c7e5925c8ed32a7f7b4e30752c9", + "highlights": [] }, { - "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": "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": "", @@ -214104,16 +218030,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1e52b58b30888c48457770cc9c674ee" + "hash": "74b0d18798e23acf878153723e775f7f", + "highlights": [] }, { - "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": "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": "", @@ -214125,16 +218052,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c7ab84d22afd145105ef829762f7ef3" + "hash": "09805a2af9b54d10aded8b6057cbbfa1", + "highlights": [] }, { - "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": "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": "", @@ -214146,16 +218074,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6501e8777b672c0fc224b0984e9ed50d" + "hash": "4dba351aa6d6c51c52315d951687dd2d", + "highlights": [] }, { - "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": "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": "", @@ -214167,16 +218096,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "34b7dbb65d1dd9d8717ff7d8dd899936" + "hash": "b4f03d94835fdbb8143f8816be03ca96", + "highlights": [] }, { - "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": "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": "", @@ -214188,16 +218118,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ea92162be25986a579a89601d33b8a3" + "hash": "89384246358f525576ea81f86e8929a9", + "highlights": [] }, { - "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": " 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": "", @@ -214209,16 +218140,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ff643932adf4eec9b1552a3edd923e4" + "hash": "53c7bf5ae27cc09155d26ab26348df04", + "highlights": [] }, { - "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 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": "", @@ -214230,16 +218162,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2023c007619c47e8727e6aa355bf775f" + "hash": "7aced57336157936e5f1b90934b71c91", + "highlights": [] }, { - "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": "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": "", @@ -214251,16 +218184,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0a1f443a031a6a5d2964b2f5cd2bcf7" + "hash": "74c5298e1bb50b15a625edf96fa9e0ca", + "highlights": [] }, { - "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": "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": "", @@ -214272,16 +218206,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d18d1bf560181c1072502fe27ace7771" + "hash": "02c1d8e91624d0dea16ad3d9fd55eee9", + "highlights": [] }, { - "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": "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": "", @@ -214293,16 +218228,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "abf7d147933f252b5be5f3bdecbb73a7" + "hash": "408b09ed3e658d204229ec991d07c202", + "highlights": [] }, { - "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": "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": "", @@ -214314,16 +218250,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f4da4349d9fc282ec2855555d5e1e96" + "hash": "2ebacc1f9ba704cd762290a179ff23fd", + "highlights": [] }, { - "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": "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": "", @@ -214335,16 +218272,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "68a48d19d3b81222093a284e2cf04a0e" + "hash": "e35c65ac38701db2f2eec5b3eb034fee", + "highlights": [] }, { - "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": "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": "", @@ -214356,16 +218294,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c88b7dffdbfcb8d59115477513e427e2" + "hash": "351dc6f9777f57168067ea283065f7ef", + "highlights": [] }, { - "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": "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": "", @@ -214377,17 +218316,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "46aa4dccc689dec753a5f1aed30c70d9" + "hash": "0ae9ed646bccaed050c42d4ff02ffe80", + "highlights": [] }, { - "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": "", + "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": "", @@ -214398,16 +218338,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7710e7678c13fe40e3cbc535d21baf48" + "hash": "663b5d7395be30b4fde3c2ae8c7c3252", + "highlights": [] }, { - "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 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": "", @@ -214419,16 +218360,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1893f37d566643b39f96b26c83eba8b2" + "hash": "8c765d5b57fc29c1d01455125252b31e", + "highlights": [] }, { - "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": "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": "", @@ -214440,16 +218382,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "12256d0e193f1e41eaec9a1945d350da" + "hash": "50ddc061d74ea19e2b952bc7024c7701", + "highlights": [] }, { - "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": "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": "", @@ -214461,16 +218404,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8560ef4bddf3cbb60df49a61e904a08" + "hash": "e86a5094051e6d4cb8e6e61ab5376393", + "highlights": [] }, { - "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": "‘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": "", @@ -214482,16 +218426,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "016c71fe66aa04c43d64a36c73798902" + "hash": "91060efea19b4f8520c74ff30ab3ff37", + "highlights": [] }, { - "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": "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": "", @@ -214503,16 +218448,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9cea91191f2680168952b9388fc58c17" + "hash": "43c7b21ee7a0a0785170086f23d9ee09", + "highlights": [] }, { - "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": "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": "", @@ -214524,16 +218470,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6867c43690da1b74a867b46db7e3f2f5" + "hash": "1c7d90f581d84a6af3c72973b001fdeb", + "highlights": [] }, { - "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", + "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.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": "", @@ -214545,16 +218492,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "18dd8e92e4b9b59d713fce7550cb9813" + "hash": "69442cb149397088be31a673eaa6b6b0", + "highlights": [] }, { - "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": "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": "", @@ -214566,16 +218514,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "09f8bdcc8ff910cd2dd414b832fb239d" + "hash": "5bf0d7ea8e95346a0547bb6c501f9ea5", + "highlights": [] }, { - "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": "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": "", @@ -214587,16 +218536,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "03e0c2d625a2e9ffd42c1f35f5ca9a31" + "hash": "258a152f316e2899e4b956ac1bb4fb5f", + "highlights": [] }, { - "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": "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": "", @@ -214608,16 +218558,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d273a8b307bff7bbac3cec4b4923086f" + "hash": "5c03b81d3dd82f22e997dc847413d6a9", + "highlights": [] }, { - "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": "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": "", @@ -214629,16 +218580,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c2e4873ba48d8b457f37635f18bbe15c" + "hash": "94c8c7a12b318e930c7eaa01fbfe99ec", + "highlights": [] }, { - "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": "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": "", @@ -214650,16 +218602,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "92168b49fba320a60e0d889af0d611b3" + "hash": "5de35e3b768840bbd570694e4dcec56f", + "highlights": [] }, { - "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": "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": "", @@ -214671,16 +218624,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f4aecfb50e83cb6033ec3363313daa0" + "hash": "1aa7e6f5f94a0446c902b8e7f2c62fc6", + "highlights": [] }, { - "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": "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": "", @@ -214692,16 +218646,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c68a1feb8a01e298072d495583450649" + "hash": "e7d372ae2d1bfb084da8a96b7b2522eb", + "highlights": [] }, { - "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": "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": "", @@ -214713,16 +218668,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b27e1eca9898cbb67e2a30772a0bd92" + "hash": "f934a4b84ff2157d89524d88777ecff6", + "highlights": [] }, { - "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": "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": "", @@ -214734,16 +218690,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d7fbf415944f50e6dadc3f4e91df6c5" + "hash": "5e7993e3632085e721c30df776d4a85d", + "highlights": [] }, { - "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": "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": "", @@ -214755,16 +218712,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "246ea9aa21a7e756cb8c9c3cb60a512c" + "hash": "ca86f0ff850c2d6e3018f5a7e50e220d", + "highlights": [] }, { - "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": "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": "", @@ -214776,16 +218734,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b50817aad8a34fcb3bc0fc5953674013" + "hash": "0c73dd6c0561bcc111d23425162011e2", + "highlights": [] }, { - "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": "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": "", @@ -214797,16 +218756,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6450f63f95df1b4c6f3ab9c3cb9efce6" + "hash": "546151cee4dcabed363a3c84d355f1c1", + "highlights": [] }, { - "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": "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": "", @@ -214818,16 +218778,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "27ee8977d975656f08264265180d2278" + "hash": "ea6eb6ff721d2b8d497cb24978203243", + "highlights": [] }, { - "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": "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": "", @@ -214839,16 +218800,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b67f053d0c90a8ee0f2d385ec5002a7" + "hash": "3d3b7096fa1c7b2d24f6b8411a1c9dc4", + "highlights": [] }, { - "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": "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": "", @@ -214860,16 +218822,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "230bb39d4144f04045152e7e6db487ad" + "hash": "9fbc937b0077664eb0d2c135b703d46f", + "highlights": [] }, { - "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": "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": "", @@ -214881,16 +218844,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "91d7b67a15c009bd3f34b816e4d9fd1f" + "hash": "cc6f1c70bad5ff98fd0646ba1a89c001", + "highlights": [] }, { - "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": "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": "", @@ -214902,16 +218866,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "98cd07f9b9e03c65f4e61609a0eedf74" + "hash": "1f057c34ce7163b8610f3af1aa2c0402", + "highlights": [] }, { - "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": "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": "", @@ -214923,16 +218888,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "48d866b160cf033dc1346eeaca048ee5" + "hash": "c261f3f7a3d2fcfeb2bf80a004dfe60a", + "highlights": [] }, { - "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": "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": "", @@ -214944,16 +218910,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "70d66aa7c11a107a3fa714cecf399dca" + "hash": "9a28d899a762309c83b02340c4f18e56", + "highlights": [] }, { - "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": "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": "", @@ -214965,16 +218932,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "07b6f0e756a0d842d7149c8c0bb33bbc" + "hash": "4299804291af043d3c5bd83c937c11d6", + "highlights": [] }, { - "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": "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": "", @@ -214986,16 +218954,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "392b4f905a36b23edfa87235ea9cfc1c" + "hash": "0ffe96c98ccb99c7f1e66ef4d09d3d44", + "highlights": [] }, { - "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": "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": "", @@ -215007,16 +218976,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3655ec9198d5bd33d57f6af811f3842" + "hash": "2838b5ad18e4aa98612330ce70d4cab1", + "highlights": [] }, { - "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": "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": "", @@ -215028,16 +218998,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0dfa5a83db4415283256e2edc0c5287e" + "hash": "46ef56b80a9ecfc6c77466cd9320d57a", + "highlights": [] }, { - "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": "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": "", @@ -215049,16 +219020,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "351525c011e18a7423ea2838d21ec11b" + "hash": "0f82e7092a4c3232a24df48aadd3b521", + "highlights": [] }, { - "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": "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": "", @@ -215070,16 +219042,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb90c53a2364ffea0f73e6f5e78b2be2" + "hash": "8d9971e8b526fa3bd380b20ee0ba3383", + "highlights": [] }, { - "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": "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": "", @@ -215091,16 +219064,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1b503eb87b3cc579632d3be848a2cec" + "hash": "5688e665e994887c60f60fe9d8b78233", + "highlights": [] }, { - "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": "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": "", @@ -215112,16 +219086,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "885c0ea6a96c9eb14a1100d6c3e6a785" + "hash": "fe1c38550bbebf18ee2a5c866e215727", + "highlights": [] }, { - "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": "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": "", @@ -215133,16 +219108,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b725bcfcbca60565ac73592ebc217f25" + "hash": "ecda72b1f61e76b1f14f390119fd2fe0", + "highlights": [] }, { - "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": "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": "", @@ -215154,16 +219130,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5285e4d73df9c78df61b50d6d9279f5c" + "hash": "eb5d820dc152f417f4ee4c201e46e767", + "highlights": [] }, { - "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", + "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": "", @@ -215175,16 +219152,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e38dda23b5469720d975ccb49437500f" + "hash": "458aee302f28c91fdfd27085b8b9cf4d", + "highlights": [] }, { - "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": "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": "", @@ -215196,16 +219174,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4de5b87caa660d9b35d14d81068d6b64" + "hash": "288f67e8ea14f4d661e4c17fa8f71e6b", + "highlights": [] }, { - "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": "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": "", @@ -215217,16 +219196,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "27923f9d5af86562ebacf8d0ab93ad8c" + "hash": "cff37e759f6443272271bc8b8038babb", + "highlights": [] }, { - "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": "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": "", @@ -215238,16 +219218,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8175b69c46ba4086aab15e3f3e0fdbe" + "hash": "ca000334837d1bbb1f4789fcb21e9cc9", + "highlights": [] }, { - "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": "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": "", @@ -215259,16 +219240,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3409388253d4d3aed03b33e2a72c0abe" + "hash": "66b66d6eb4813ac3841990bf5609dfdb", + "highlights": [] }, { - "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": "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": "", @@ -215280,16 +219262,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e99f1235efc3f7f34195567601e56181" + "hash": "892b2e68a417d0e6713d36fb7b12d51a", + "highlights": [] }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -215301,16 +219284,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "889bd3b7c96ab5f51c7f3485bdd7f1e1" + "hash": "1fd4d506446364b53eb59976b22e0f2f", + "highlights": [] }, { - "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": "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": "", @@ -215322,16 +219306,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f611113a781407d2e5d3bca608b595d" + "hash": "9453fc783f640716ad7cfa9a671656df", + "highlights": [] }, { - "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": "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": "", @@ -215343,16 +219328,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0bfa8a1622bb16d28fba98959bc04ae6" + "hash": "2ee61f090a4d6f99cdb06cfe43d23a0f", + "highlights": [] }, { - "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": "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": "", @@ -215364,16 +219350,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "00bf2ff77fc929c46355beb91974b826" + "hash": "173b061a2bab63e9f357576990194d86", + "highlights": [] }, { - "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": "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": "", @@ -215385,16 +219372,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "27ee757adda60286bcc3bc9f29cf8e5f" + "hash": "3b188203742dd01dca536aa6e0078b38", + "highlights": [] }, { - "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": "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": "", @@ -215406,16 +219394,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "349832267894111638cbaf1ce6868500" + "hash": "a4e1453288868dc062134c46b2966af8", + "highlights": [] }, { - "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": "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": "", @@ -215427,16 +219416,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f286fb7ebe494359a6d92602b45ff62c" + "hash": "39343e43e28b31a070ba5b720e8fd88e", + "highlights": [] }, { - "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": "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": "", @@ -215448,16 +219438,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "39f7073327bee02e6e949d60980ad2aa" + "hash": "0da9e589972f31221d38ee4d48caed28", + "highlights": [] }, { - "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": "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": "", @@ -215469,16 +219460,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bedf7e7ebd314daadbf10a6f03b97b9b" + "hash": "9b881dad025234c56747077027dbd386", + "highlights": [] }, { - "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": "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": "", @@ -215490,16 +219482,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc844d4f5c1533f98e93a70a5ede06a3" + "hash": "45f71a87707e87f60353b57e8a63d035", + "highlights": [] }, { - "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": "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": "", @@ -215511,16 +219504,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ab4b3a7d9e2eaedc0b293e7fc837826" + "hash": "de04a9180ac457a131f76d0e2ae78be3", + "highlights": [] }, { - "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": "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": "", @@ -215532,16 +219526,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd9daf6b5ce58d1390ae3a5bd9c19410" + "hash": "91040a314bec845bc031ce1e4bc228bb", + "highlights": [] }, { - "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": "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": "", @@ -215553,16 +219548,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "707b50113442f88654097ebe23b9e388" + "hash": "87fa57dc1d4117622bc3332d6ed66dfe", + "highlights": [] }, { - "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.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", + "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": "", @@ -215574,16 +219570,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f949b52efbb206bdb3fb27810f1e659" + "hash": "7fb35c4b4b1b1b427c7e37fdb2c04865", + "highlights": [] }, { - "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": "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": "", @@ -215595,16 +219592,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e17c9c28e4fe39617df424008a89c82" + "hash": "e4058e6d2716ff392e086b853835f81e", + "highlights": [] }, { - "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, 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", "enclosure": "", "enclosureType": "", "image": "", @@ -215616,16 +219614,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "290dac0bf635cde0d1f76143a97e88bd" + "hash": "8f1951c878912bc7265a701e2b0688e6", + "highlights": [] }, { - "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": "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": "", @@ -215637,37 +219636,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "da426bb34292ed99f779784c63a8e386" + "hash": "e6d62e0194a1178fbc824d3cf166887f", + "highlights": [] }, { - "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": "NYTimes", - "read": false, - "favorite": false, - "created": false, - "tags": [], - "hash": "cc6bd1affdbd98d5d948470c3478f3c4" - }, - { - "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": "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": "", @@ -215679,16 +219658,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "88f75ef83098ee7c4d4ab186904f0f97" + "hash": "9452695fed6c874cc70a866dbe602b51", + "highlights": [] }, { - "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": "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": "", @@ -215700,16 +219680,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b809e8021d1539234bc39643e5c6578" + "hash": "330c2d2717a5367fe1fd77f09c45f471", + "highlights": [] }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -215721,16 +219702,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b36a56231fc781eb2a1202bdcdd93b32" + "hash": "32e9ae70e1f6e4a4f825c9c1568f6e19", + "highlights": [] }, { - "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": "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": "", @@ -215742,16 +219724,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac4c60bba4d3b78d1d85a0d670738211" + "hash": "dcbd55d065f1fd272ce3e325ae0e501f", + "highlights": [] }, { - "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": "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": "", @@ -215763,16 +219746,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae63e8114c007404d6dec3515d170608" + "hash": "3c01f9bf30198ee8af0aac2dcc71e249", + "highlights": [] }, { - "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": "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": "", @@ -215784,16 +219768,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc15edeaa89f4e72243c94464e2be0ab" + "hash": "8525907b23cf1299d609734a945c3366", + "highlights": [] }, { - "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": "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": "", @@ -215805,16 +219790,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f232d385ae71f2499a2e362ac52b491a" + "hash": "a0cf41ca1e3ff96942f961f273f2d35c", + "highlights": [] }, { - "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": "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": "", @@ -215826,16 +219812,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa005ac2f5902112b05b70db68bc3da5" + "hash": "f00c381e353bd515c2dea680c07391b3", + "highlights": [] }, { - "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": "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": "", @@ -215847,16 +219834,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4231eef20079ed5b315a7744f77d670" + "hash": "6052d54b3148104cca49596d31f7b903", + "highlights": [] }, { - "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": "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": "", @@ -215868,16 +219856,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d636b2da16565b4b8d0e4c85dff20f6" + "hash": "25af91f13b71ef593b7410a8fe582f81", + "highlights": [] }, { - "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": "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": "", @@ -215889,16 +219878,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ffcbff75fdf572e1e95ca5564ec8ecc" + "hash": "b9acdbc6e0dcc4f8f500bb351cfa0c12", + "highlights": [] }, { - "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": "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": "", @@ -215910,16 +219900,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "023be886529602aa7c4416ad14407001" + "hash": "afe9c0dda57e85682d371933769057ec", + "highlights": [] }, { - "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": "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": "", @@ -215931,16 +219922,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9f66337daa9aceb5f77e6689396ce0b" + "hash": "c81d9eee0ea79c595fc863d438bed0ef", + "highlights": [] }, { - "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": "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": "", @@ -215952,16 +219944,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ecd15c1570829156ca94670e82a5cde0" + "hash": "05b53615c7beebb7b11d8cec1e7e2960", + "highlights": [] }, { - "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": "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": "", @@ -215973,16 +219966,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f402daae4b2fbab724ff26c70cced17" + "hash": "8f51b789e7eee7764d2a4f9c600ae66f", + "highlights": [] }, { - "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": "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": "", @@ -215994,16 +219988,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d17d40af5ac15d02d74cd5d6504f89d" + "hash": "40815463fa8f1e3d0b031d389644ce02", + "highlights": [] }, { - "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": "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": "", @@ -216015,16 +220010,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c461c091cff1f128599f37c48e074ee" + "hash": "ccd0f4754c1ea9c6613bf4a2d9f2a17a", + "highlights": [] }, { - "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": "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": "", @@ -216036,16 +220032,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "14c7dae202e963ff988490111f16bde4" + "hash": "9a64e8b95b91f9a330ebc524d7e25ac1", + "highlights": [] }, { - "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": "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": "", @@ -216057,16 +220054,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba2cfb25e25d74d51d3076187200981d" + "hash": "0b4aaf15255b8c14173e818197ea8b9f", + "highlights": [] }, { - "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.", + "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/2021/12/24/arts/honresfield-library-bronte.html", - "creator": "Jennifer Schuessler", - "pubDate": "Fri, 24 Dec 2021 22:31:52 +0000", + "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": "", @@ -216078,16 +220076,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef428a440f728875f4a4fd3f8b753dba" + "hash": "45fdccbe3f5729cc53ae67cede2d01d4", + "highlights": [] }, { - "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": "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": "", @@ -216099,16 +220098,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d352c704c0cbf18f5e0e65f2413106c9" + "hash": "6d82e3086723cca42ee89faded65e37b", + "highlights": [] }, { - "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": "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": "", @@ -216120,16 +220120,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae08ee0e3ade34fe2a76fe4762635899" + "hash": "5b35282b6d998dca1a258445ead46eec", + "highlights": [] }, { - "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": "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": "", @@ -216141,16 +220142,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa4b486ad368dc598304ac78633567cd" + "hash": "74b66cdf9cc1e8dd071d8709893568dd", + "highlights": [] }, { - "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": "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": "", @@ -216162,16 +220164,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c53443b02975405d60a6e2174fa592e4" + "hash": "0852b48275a14a2f2c4fd1aed1f007fa", + "highlights": [] }, { - "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": "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": "", @@ -216183,16 +220186,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f552450a7fe8ab835b418a98428a819" + "hash": "da91a1b0bcfc94c8aca6ff9f9ab29537", + "highlights": [] }, { - "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": "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": "", @@ -216204,16 +220208,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e51ff50680f1e6c8763d25bcaf1088a" + "hash": "6ee52fd882e8f63aca1ce4f5ba5c55d9", + "highlights": [] }, { - "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": "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": "", @@ -216225,16 +220230,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aaeddba1e2c4de81113d2978956e03b0" + "hash": "3640a826c9df4fad0ef3168a03d92ceb", + "highlights": [] }, { - "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": "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": "", @@ -216246,16 +220252,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "631395d3dd6367b1e9f935bea77c0efd" + "hash": "acfccd603078a48ef79f8beecaa1625e", + "highlights": [] }, { - "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": "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": "", @@ -216267,16 +220274,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "063b5b61cd15d6ceeeb5c32cda8fce86" + "hash": "a8e3da27a14f10bb8585edf07f28817e", + "highlights": [] }, { - "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": "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": "", @@ -216288,16 +220296,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfa14e380b5dbea0b6748e0a61f93a3c" + "hash": "14fe7cbf8b292a926b5ae2d1d0614248", + "highlights": [] }, { - "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": "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": "", @@ -216309,16 +220318,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c65eacdea91266dfdc17b32bdcfa7d1" + "hash": "413ec8b9b2b006b77295e3b2821c686a", + "highlights": [] }, { - "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": "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": "", @@ -216330,16 +220340,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a68623f3d7513f021e06d3736531fe9d" + "hash": "4e5bbca0108d0c11febe4fcbbff5cd1f", + "highlights": [] }, { - "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": "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": "", @@ -216351,16 +220362,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8fc08a6b99ce1366d8f6bb3b589632b5" + "hash": "e86c7e270643978a95a4adb38e8781f2", + "highlights": [] }, { - "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": "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": "", @@ -216372,16 +220384,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e76c2a532cb1580e43843725fa975186" + "hash": "44c38f847ad26485eb8aa182cd1148fc", + "highlights": [] }, { - "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": "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": "", @@ -216393,16 +220406,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa1d523f1ba42f828826a968e93a1777" + "hash": "5b2b7aaabf22bd20e676e5fee6b48246", + "highlights": [] }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -216414,16 +220428,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed223eb03a5ae250a7ff4fd3c7b6eeae" + "hash": "e1865bdae74decb7c7caee31fc2491c1", + "highlights": [] }, { - "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": "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": "", @@ -216435,16 +220450,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a06baa016d4e8232a68ddd3c882b2b4e" + "hash": "98b395ef476b9f36e8ed19466c094155", + "highlights": [] }, { - "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": "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": "", @@ -216456,16 +220472,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3fdf6f2dc9a314cfca15ffd3ef0fa13f" + "hash": "fa6acb4f7dbad4d8de092b72681e06ef", + "highlights": [] }, { - "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": "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": "", @@ -216477,16 +220494,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "51a3d8fc71b7a97549ae3f7ca96c0f56" + "hash": "9ed16bac78d018af154221a3ac6a514b", + "highlights": [] }, { - "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": "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": "", @@ -216498,16 +220516,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9db97c8c9586dfa57ba3a7813c4bc62c" + "hash": "a0460db6fa4d59b84a455eda07c2561b", + "highlights": [] }, { - "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": "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": "", @@ -216519,16 +220538,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7535a3b3c49b8cdfc358a115df97f624" + "hash": "a021c134a4599ffdaea082930dcaac5f", + "highlights": [] }, { - "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": "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": "", @@ -216540,16 +220560,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ef4e817083d63561698e3434a501b5f" + "hash": "069dd339b31cbdb7f5b7b5b234c268f5", + "highlights": [] }, { - "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": "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": "", @@ -216561,16 +220582,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a58a03c46374b070442f55186dc12278" + "hash": "71c5a297a674f9f430e19b9a17872ce1", + "highlights": [] }, { - "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": "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": "", @@ -216582,16 +220604,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "51d294d49299d2672f891545217ef792" + "hash": "9b27327037f6daeb1eb35b2262f2f17b", + "highlights": [] }, { - "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": "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": "", @@ -216603,16 +220626,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "37061faa8f2edb1e0218522f0fbdedde" + "hash": "9212fe9503f9a17b5915931685969cf2", + "highlights": [] }, { - "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": "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": "", @@ -216624,16 +220648,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "67141835e93a46f122c27df72436ab30" + "hash": "7fd02f106c4bcdf0a167834c02fcde75", + "highlights": [] }, { - "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": "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": "", @@ -216645,16 +220670,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "919da08138e92f7b90b048661ebfa93e" + "hash": "6829647333eb70bd7e3e03e549be0f56", + "highlights": [] }, { - "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": "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": "", @@ -216666,16 +220692,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5731a284d117de4e050b8521039d9864" + "hash": "310ed05aacd6bd0c785b6421fb910de2", + "highlights": [] }, { - "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": "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": "", @@ -216687,16 +220714,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "627c5851d5e07a4e436c96effee62064" + "hash": "cc85a7eaee677953473eb4f98e6e6510", + "highlights": [] }, { - "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": "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": "", @@ -216708,16 +220736,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2bf9d4127fddeebaa533958a9684ebde" + "hash": "dadddda45d19e31dc51b8946c7838ed0", + "highlights": [] }, { - "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": "‘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": "", @@ -216729,16 +220758,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f4ac91b2ab31f9d7fa3d4b26c86c140" + "hash": "5342ac033ea918a5d6ee5823c5aa1536", + "highlights": [] }, { - "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": "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": "", @@ -216750,16 +220780,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f936f41c4641f88e903f238290997ea7" + "hash": "2ee1ef8064db23f2cc251ce99eaa4175", + "highlights": [] }, { - "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": "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": "", @@ -216771,16 +220802,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8945f8b5ab0852ab29058d155a95a765" + "hash": "2b09ffefa4b5c02abbe1b4b992788500", + "highlights": [] }, { - "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.", + "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/2021/12/24/world/omicron-covid-vaccine-tests", + "link": "https://www.nytimes.com/live/2022/01/01/world/omicron-covid-vaccine-tests", "creator": "The New York Times", - "pubDate": "Fri, 24 Dec 2021 18:23:14 +0000", + "pubDate": "Sat, 01 Jan 2022 17:07:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -216792,16 +220824,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7bf8757ce2ee750068612eb9fd905a2" + "hash": "9abbe5cb090bbba5f0f5eff89b8ee22c", + "highlights": [] }, { - "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": "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": "", @@ -216813,16 +220846,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1783331c6b026489a7fda4803ad3f8ce" + "hash": "010899b9edbc00e3df460cec93ae9a8f", + "highlights": [] }, { - "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": "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": "", @@ -216834,16 +220868,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d8a2e827dc0ee9d55e2cd3287a8ccee" + "hash": "bfa6718739f5a8432c8457f8cd4c6492", + "highlights": [] }, { - "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": "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": "", @@ -216855,16 +220890,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a588dbce0904371e660c7dcce9c8e2ff" + "hash": "1673915406c02eb1707c7cce27f4b832", + "highlights": [] }, { - "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": "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": "", @@ -216876,16 +220912,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7343a7c793dd9875115468613883d521" + "hash": "d794a050f2c8d32d9e4262e8a276d0c6", + "highlights": [] }, { - "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": "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": "", @@ -216897,16 +220934,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "de29dfe6e5b4fc386d93d352c71c303d" + "hash": "30eb7b7575d9b23e3789cdd11b188dcc", + "highlights": [] }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -216918,16 +220956,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ba943151bfe6f5dcb31a195b67f49a8" - }, + "hash": "b834bc33ff7663e68c2fb5ea37581e5c", + "highlights": [] + }, { - "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": "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": "", @@ -216939,16 +220978,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "df9df7083482c46e9b751e01441ac834" + "hash": "24439bb1b3a27846d27b631eff501e6c", + "highlights": [] }, { - "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": "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": "", @@ -216960,16 +221000,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0023b6a2beff5fcbaafa79edd160cbe3" + "hash": "7799e5b995aa2b4dc11d3c29b814666f", + "highlights": [] }, { - "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": "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": "", @@ -216981,16 +221022,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b5e07bcc6918dc2eba77273840ba977a" + "hash": "0e24365f654e5e0b7616027d0d970026", + "highlights": [] }, { - "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": "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": "", @@ -217002,16 +221044,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e5a1c26f97a7808d85445bb50d7d20c" + "hash": "04270df5b6de6acd73eb56b44b00c1ea", + "highlights": [] }, { - "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": "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": "", @@ -217023,16 +221066,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0261ca2e8b162a2dd1ef52ec62a235be" + "hash": "bae7ec926c814d905a8134a4bd7358be", + "highlights": [] }, { - "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 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": "", @@ -217044,16 +221088,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ebb798f5cb13d16cb963d78ee809f93" + "hash": "6b355e47617f44c7aea98d0c56a9ddf7", + "highlights": [] }, { - "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": "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": "", @@ -217065,16 +221110,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f822070ba4387f5338906674933d8cf0" + "hash": "ff9521933a2cb953864ac1e59c391e4f", + "highlights": [] }, { - "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": "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": "", @@ -217086,16 +221132,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e5daaec2a44e34222bc8b114535486a" + "hash": "b16b1fef80dbb9eff7369ec8326982c1", + "highlights": [] }, { - "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": "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": "", @@ -217107,16 +221154,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "84cae9b9d4e70b6bbc1651dfae9b04e1" + "hash": "eca276cbd2f1e696483a6b3f98976789", + "highlights": [] }, { - "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": "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": "", @@ -217128,16 +221176,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c9c6794c92f01595492f8567a0b9148" + "hash": "fa183810159d5f8185a90835e3649fba", + "highlights": [] }, { - "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": "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": "", @@ -217149,16 +221198,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "36fb37b02bd85cb43520722747e87545" + "hash": "d256bf44fd9d123878b5ed3c214481e8", + "highlights": [] }, { - "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.)", + "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/23/movies/dont-look-up-review.html", - "creator": "Manohla Dargis", - "pubDate": "Thu, 23 Dec 2021 19:11:20 +0000", + "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": "", @@ -217170,16 +221220,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4bf43b502e3d0502de1111bd70dfccd9" + "hash": "511e746fb25119a21be4bdcd94010ea5", + "highlights": [] }, { - "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.", + "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/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", + "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": "", @@ -217191,16 +221242,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3170ecac50f20ec4f3f66898fe39e228" + "hash": "27f47f7b95f81546df042f5fb127ca7d", + "highlights": [] }, { - "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": "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": "", @@ -217212,16 +221264,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4cbbc9d49d4374df8e42cfa244986c30" + "hash": "e56de487148c2d02029b6f7c7bc5aa13", + "highlights": [] }, { - "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": "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": "", @@ -217233,16 +221286,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "13e291b034b88c7ee28e41a0fc572202" + "hash": "d9acf078900415567cc471c8cbc6ce9f", + "highlights": [] }, { - "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 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": "", @@ -217254,16 +221308,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a794da116a9dfe3530eaab265e3ffce2" + "hash": "745326fed485a089775f518ee68e270c", + "highlights": [] }, { - "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": "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": "", @@ -217275,16 +221330,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eacf6cdf29ec09a476c0e8cdec66cbdb" + "hash": "5402eef5e5fe56b1d25b83f9f5d61654", + "highlights": [] }, { - "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": "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": "", @@ -217296,16 +221352,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9d1be03803aa9a2e78945497cf36459" + "hash": "4bc7a91f2016d074aec46c49580b4df8", + "highlights": [] }, { - "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": "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": "", @@ -217317,16 +221374,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8723b066a008fd898023b42c4a523a63" + "hash": "42e776ec403adfd94f43afccec81e73c", + "highlights": [] }, { - "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": "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": "", @@ -217338,16 +221396,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "12f73544bf7d7b9d10b6dde53f854772" + "hash": "e9c8a96863976cf4e6f4396e816d11d0", + "highlights": [] }, { - "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": "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": "", @@ -217359,16 +221418,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "553aab31bf8036ad9548395faf5dcc08" + "hash": "12e48f3094a40245d6cd7be89dc9e8f1", + "highlights": [] }, { - "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": "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": "", @@ -217380,16 +221440,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1785958021974974a901ab19a823f10" + "hash": "919eaf1822957fcb9dfc8bcafc8ae687", + "highlights": [] }, { - "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": "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": "", @@ -217401,16 +221462,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "18b38da1b93bf2c8d1b859b07d28a40f" + "hash": "6d6bef25cadd2306702f3507625600ad", + "highlights": [] }, { - "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": "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": "", @@ -217422,16 +221484,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0c23f6e01f3626c1306e9522ca06af7" + "hash": "c9387d9331700338ae92c7ba0a62ebea", + "highlights": [] }, { - "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": "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": "", @@ -217443,16 +221506,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "667333bfd0ebaf456e3279b0b323cd7e" + "hash": "1d6773675e0d664dc3258b1520d8d58f", + "highlights": [] }, { - "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": "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": "", @@ -217464,16 +221528,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b0a47e917f81b3a8d465f619d6234e0" + "hash": "c2763dae059d20986c4335cac280acbf", + "highlights": [] }, { - "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": "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": "", @@ -217485,16 +221550,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "388386f927f13b40eb073c1871ce4e43" + "hash": "beb751ccde9b50cce2d9f164cc94c72a", + "highlights": [] }, { - "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": "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": "", @@ -217506,16 +221572,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e883dd09de184063042d5c65c46875b9" + "hash": "d5c01fa988e76c0cd7ea5aa52a7b744b", + "highlights": [] }, { - "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": "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": "", @@ -217527,16 +221594,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6125d370721b3ea7cb605b4cd0df72d6" + "hash": "9aae79c62db25bcca368c5ad3fb8355e", + "highlights": [] }, { - "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": "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": "", @@ -217548,16 +221616,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6753535feb8cf2f13805ee858b334ac" + "hash": "552747ccef39c6b4be4f7185abb63d3f", + "highlights": [] }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -217569,16 +221638,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "925ce1ac380aee2d332dc7f69fca2d8f" + "hash": "b3eadaabb079649de0fdc70331005920", + "highlights": [] }, { - "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": "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": "", @@ -217590,16 +221660,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6751a6ab1a1c8e825be405ed9f5028ed" + "hash": "d8f5020e346c9c8e88867288a39cee39", + "highlights": [] }, { - "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": "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": "", @@ -217611,16 +221682,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c527e511c8d2a353772ace7521e1183" + "hash": "36caa401feda07924acd38b4b31a4c77", + "highlights": [] }, { - "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": "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": "", @@ -217632,16 +221704,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "16013935ce59b4ad02ddc99f4b9d3eea" + "hash": "b6666cdf0d8c3c4f2c10927e8443d3e2", + "highlights": [] }, { - "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": "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": "", @@ -217653,16 +221726,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7d2daa10f1e39e50863949b000d0dd6" + "hash": "c16cea45616a4bf750d4b73ac5137810", + "highlights": [] }, { - "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": "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": "", @@ -217674,16 +221748,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e80ffc1f1bdcf3ab87fe9fb013d62009" + "hash": "d3fb07153ed7dbebf09ef57872ad49aa", + "highlights": [] }, { - "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": "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": "", @@ -217695,16 +221770,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6829b0281dd6d4f52e9f8f3e854d1b7a" + "hash": "9e27dbf308798bc9f1511a366b0512cb", + "highlights": [] }, { - "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": "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": "", @@ -217716,16 +221792,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9705cdc85bcb1b299dd6867f70f55667" + "hash": "48966af864eb3143cdefcd48d28e9141", + "highlights": [] }, { - "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": "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": "", @@ -217737,16 +221814,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3591a82d9a703c9288740876571be7c" + "hash": "52da90b5b48437eb4900c27caa750560", + "highlights": [] }, { - "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": "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": "", @@ -217758,16 +221836,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1bc7b54e4f34f98374d951d493b13654" + "hash": "af55885f246ab2e755b717e782cbbdf6", + "highlights": [] }, { - "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": "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": "", @@ -217779,16 +221858,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "37bd52e85eccb31796abab12718021b4" + "hash": "7fce2882eee45b3ae2c3e8fe5fadea97", + "highlights": [] }, { - "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": "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": "", @@ -217800,16 +221880,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1359990aa8c8e1214aab71274139aedd" + "hash": "910880aeea8804870ae0aca2fb6c1ba5", + "highlights": [] }, { - "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": "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": "", @@ -217821,16 +221902,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f725516d0991565d63d87ca827d9f22d" + "hash": "df3e65ba690dc75ad5ab3b9996f786c1", + "highlights": [] }, { - "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": "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": "", @@ -217842,16 +221924,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3197a11b96d6748f70f40c08fe90f93a" + "hash": "b0eb9b1d1e25e057fd5408e181d8684e", + "highlights": [] }, { - "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": "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": "", @@ -217863,16 +221946,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "14896901dd8046745253201cfaf345e8" + "hash": "0c3f108b4d26e902fae0dd52bae47a93", + "highlights": [] }, { - "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": "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": "", @@ -217884,16 +221968,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5fd2a95ce3395264d32c0cfc0c6172f" + "hash": "ace735faf72ddbe3f92eb318a4a5d7f1", + "highlights": [] }, { - "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": "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": "", @@ -217905,16 +221990,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9007f512578e164e01c2d88c4156428a" + "hash": "1c7434428f1bf02447963b4cb1a29d00", + "highlights": [] }, { - "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": "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": "", @@ -217926,16 +222012,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ac734377edc32115668bcb42ea1e275" + "hash": "4aef3f563454d7e7adaa076da6c638d0", + "highlights": [] }, { - "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": "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": "", @@ -217947,16 +222034,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b41c7b03eba2443e4df11dd46b7aec88" + "hash": "474573eeca58a14ecf230285ed572c37", + "highlights": [] }, { - "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": "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": "", @@ -217968,16 +222056,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ba1c0d6ee5090fd52fc9c0e23da691a" + "hash": "709666d92a8c9e57672b5a5e077b406f", + "highlights": [] }, { - "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": "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": "", @@ -217989,16 +222078,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ced7827ff9231fc12e4d2006fd9dd3cb" + "hash": "99f6b1641c6999c033d508877f88b74f", + "highlights": [] }, { - "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": "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": "", @@ -218010,16 +222100,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe0bfa25127ce53878d71acd91cf1946" + "hash": "ba3a6715b03a0ee7d2b496fa3e8d47a4", + "highlights": [] }, { - "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": "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": "", @@ -218031,16 +222122,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b740583678763d4e7f683595a8e9b1c" + "hash": "77086acdad495e3455a053f1fbb54973", + "highlights": [] }, { - "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": "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": "", @@ -218052,16 +222144,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c4192cb080778fa14cec9b31e096abc" + "hash": "78759f0b2523e909c322ebebc14d86c4", + "highlights": [] }, { - "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": "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": "", @@ -218073,16 +222166,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "897c4b2d3dcf7e95155333bd250ea82e" + "hash": "6c6b38d7ac3d2bd9e7e0f9317bf6dd15", + "highlights": [] }, { - "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": "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": "", @@ -218094,16 +222188,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "de7af294042d0f99c27e7625c3032cd8" + "hash": "a6253e57eeaa40486c38372853cef703", + "highlights": [] }, { - "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": "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": "", @@ -218115,16 +222210,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b5a04444a4674612b55596f5faf8ebaf" + "hash": "40617e6e540f16f0c34ed06cc2850bca", + "highlights": [] }, { - "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": "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": "", @@ -218136,16 +222232,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "558f8a218e860ee4cfa03b00b76e90f9" + "hash": "11ed02a3830d6fac2c0474e2bc219a30", + "highlights": [] }, { - "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": "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": "", @@ -218157,16 +222254,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2003c75966ef58f9c78acfb0f09e827b" + "hash": "23c71844ff2df651001e190481a00cf0", + "highlights": [] }, { - "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": "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": "", @@ -218178,16 +222276,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d92a365d3d68fbcfaa9f9272cf016ed1" + "hash": "9d2e93e149c4f992136d5d8a22c10d0d", + "highlights": [] }, { - "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": "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": "", @@ -218199,16 +222298,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "77023d3f11f86de11bbbab704f84f2d2" + "hash": "3db1aea135b784a73c99ecfefe2b7f24", + "highlights": [] }, { - "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": "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": "", @@ -218220,16 +222320,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5de4b0cba57177e404d392d67da5fb64" + "hash": "82e7c76473fac6455084a2438a087836", + "highlights": [] }, { - "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": "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": "", @@ -218241,16 +222342,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ef5d415f0f5776e77cec36fed497881" + "hash": "c7008bb95eda068974c94b2393aab091", + "highlights": [] }, { - "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": "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": "", @@ -218262,16 +222364,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "834814a6bdbb2b15ca9c614f1b34e016" + "hash": "ec2afce6adfd420ce008c3d02c74da08", + "highlights": [] }, { - "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": "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": "", @@ -218283,16 +222386,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2bf651afb19fe6788adc853cd7d87c6" + "hash": "6d1245865c023bcd9428e18a7d59a0df", + "highlights": [] }, { - "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": "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": "", @@ -218304,16 +222408,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa200146e11639e5c87169d2c4504c74" + "hash": "92e2813a8633e5c1afc594054924529e", + "highlights": [] }, { - "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": "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": "", @@ -218325,16 +222430,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b701801283fe309e254e9d8df757e4a8" + "hash": "f74bc0c5bbd5bee340dd0ff02b77a80e", + "highlights": [] }, { - "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": "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": "", @@ -218346,16 +222452,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5652888040ba85bf7774d3cb8e5d195" + "hash": "a0489da2ece5305402b618482157ee7d", + "highlights": [] }, { - "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": "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": "", @@ -218367,16 +222474,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf6dca1c8507a9e0c696e4e3f0829ee3" + "hash": "f9293faf86dd9fd20db046110bc1463d", + "highlights": [] }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -218388,16 +222496,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ad0431e9b21304b60297e6da3af8a66" + "hash": "6b4790dd70ac49c93e680e5a52fe1989", + "highlights": [] }, { - "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": "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": "", @@ -218409,16 +222518,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a15717f78239352dfc22246dc8f6a3cd" + "hash": "c50b025749c07ce34bf0a3829d8f3f9e", + "highlights": [] }, { - "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": "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": "", @@ -218430,16 +222540,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b8293c7a5f780210029d2727626179d" + "hash": "3b3d9a90917706bd1a92803ec1131672", + "highlights": [] }, { - "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": "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": "", @@ -218451,16 +222562,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1ba83c74164dbb3ce1766d6eeae9378" + "hash": "fb406814f2c44eb37ade3f2617c57f42", + "highlights": [] }, { - "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": "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": "", @@ -218472,16 +222584,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "610e4e7c0f3c01b00c8464abd76548b0" + "hash": "e31bbee2768487afdba12f7d16b9d31c", + "highlights": [] }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -218493,16 +222606,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e74f58b9c4f321d53ed041f2ea5ceb77" + "hash": "d94412b558c8cffee085ac6d26a5432e", + "highlights": [] }, { - "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": "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": "", @@ -218514,16 +222628,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "209adb7dcab6e6659a73faddca3ed1a9" + "hash": "151b6c8d64a0a8eb5a49b08e140e96cf", + "highlights": [] }, { - "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.", + "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/23/world/omicron-covid-vaccine-tests", + "link": "https://www.nytimes.com/live/2021/12/30/world/omicron-covid-vaccine-tests", "creator": "The New York Times", - "pubDate": "Thu, 23 Dec 2021 11:24:13 +0000", + "pubDate": "Fri, 31 Dec 2021 01:50:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -218535,16 +222650,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "883826517c0fc5614eeb627d3168309e" + "hash": "f975528d816445f3a114fdb4bd2dfc5d", + "highlights": [] }, { - "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": "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": "", @@ -218556,16 +222672,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ba8b7e3b57658fae3cd3871175e683a" + "hash": "c8741f2efd0eb2c67987a8bd3a979dac", + "highlights": [] }, { - "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": "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": "", @@ -218577,16 +222694,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "85aa05041c9e698955303be99824a1ed" + "hash": "1e62a51dfffcea62a51dd90108352222", + "highlights": [] }, { - "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": "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": "", @@ -218598,16 +222716,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dfdbcef83cea0be0796f3a74c6bb1852" + "hash": "8e0dde53f6e09b7923818afa0827fbc5", + "highlights": [] }, { - "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": "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": "", @@ -218619,16 +222738,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "230a9f07b4953a1943ed361aedf1b5d2" + "hash": "7aa4393cc4c58dd25b59ce2c1afb937a", + "highlights": [] }, { - "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": "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": "", @@ -218640,16 +222760,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9f97b566b29cadd73f3b6fdd8f73684" + "hash": "8cd9c58ea8c30efbe5bae2fbe6f32443", + "highlights": [] }, { - "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": "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": "", @@ -218661,16 +222782,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "214bec3929e3948d8f64e59cf5b66b92" + "hash": "6d5e7b812585981dd2d0678591841348", + "highlights": [] }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -218682,16 +222804,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "18ed0cf42bbd9dd6b9fde4305a7c5ab7" + "hash": "35813dbd8c4fe1d18001aa71a70a2eb3", + "highlights": [] }, { - "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": "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": "", @@ -218703,16 +222826,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b5f5a48f10181da35f55ed0fe50c8d6" + "hash": "f74cf309f0c1ed1948e6d030fc45a31d", + "highlights": [] }, { - "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": "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": "", @@ -218724,16 +222848,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbc25cbfbcc8d2660e669429f5be8eb6" + "hash": "2af0bd14d4956db0189db0edcd055199", + "highlights": [] }, { - "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": "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": "", @@ -218745,16 +222870,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d45972140792d7145b991e1403fa3b95" + "hash": "77bba5bf012b5ea9bbad24537ca32ccb", + "highlights": [] }, { - "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": "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": "", @@ -218766,16 +222892,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "95f00fb067ddd710c14299cae6410680" + "hash": "d96de8cc81e4f61a361a5d0fe2f09adb", + "highlights": [] }, { - "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": "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": "", @@ -218787,16 +222914,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d79db53134411c07f473f66db6c000f" + "hash": "848520d2f4a2dc052ac9657db84ca957", + "highlights": [] }, { - "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": "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": "", @@ -218808,16 +222936,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3782b02b0607e8f3de4346ff0a0e2412" + "hash": "c668a041076fbcfc7b58a4924401d502", + "highlights": [] }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -218829,16 +222958,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f61814f712ae39925b40cac57e70860" + "hash": "fd5bb9cb91e640fbbf3c87b28bd6644f", + "highlights": [] }, { - "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": "“辱华”辱的究竟是什么?", + "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", "enclosure": "", "enclosureType": "", "image": "", @@ -218850,16 +222980,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c2083d5668c1639883cc0c36ce1af6d2" + "hash": "270f2033c040121379fe88cf03578c21", + "highlights": [] }, { - "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": "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": "", @@ -218871,16 +223002,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0ec9578dbbb6877567f4b30b82edbe5" + "hash": "d0de051dd8beb17e7be68cc4980e16a4", + "highlights": [] }, { - "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": "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": "", @@ -218892,16 +223024,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd37f04f32f5223a5f70512ee8304326" + "hash": "ba4436d1b9e9fc1938e2ded027c1b951", + "highlights": [] }, { - "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": "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": "", @@ -218913,16 +223046,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b18fd426308c6e04592439079dcd01eb" + "hash": "04e495c65bba4dac6d570b5070f1fcb1", + "highlights": [] }, { - "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": "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": "", @@ -218934,16 +223068,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e50bbba97b5ad3a4052f461c69ab7d83" + "hash": "1efb12d501fd46f1de43399cca0678c9", + "highlights": [] }, { - "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": "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": "", @@ -218955,16 +223090,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "286fc0a9da93b5a0deca2bd3e1150cdf" + "hash": "87dbe5b92883332204dbf468132127ba", + "highlights": [] }, { - "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": "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": "", @@ -218976,16 +223112,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f84e2e0e2c6a3a43abe8c6cfa512c48e" + "hash": "49aee5e66d4dea98035b77b9144d22c4", + "highlights": [] }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -218997,16 +223134,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0d64564895918e6f5179b9468c0040b" + "hash": "2cd502968110412a37b1a5d40e5882b1", + "highlights": [] }, { - "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": "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": "", @@ -219018,16 +223156,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a6e782d638ae5ddcbc77fbdfdc7613d" + "hash": "7f5873a38283e0365913c4e51f022bc5", + "highlights": [] }, { - "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": "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": "", @@ -219039,16 +223178,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f455d67c13af5218f1c0b697d372a9bf" + "hash": "9048e38f100267d3179a94360801de42", + "highlights": [] }, { - "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": "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": "", @@ -219060,16 +223200,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e52594fd8f049f103e32e2ae57c4886" + "hash": "9453802dedf6a67e72b7925a8d5e63aa", + "highlights": [] }, { - "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": "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": "", @@ -219081,16 +223222,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b87ce3aa9623091c80bbee13a7e6f05c" + "hash": "6c1ae5276c14cf7ae729d3011780c2a6", + "highlights": [] }, { - "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": "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": "", @@ -219102,16 +223244,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "29cdf2da98c251fefb84dd9045c59731" + "hash": "633ae3e604d556dd3d6cc707c9357913", + "highlights": [] }, { - "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": "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": "", @@ -219123,16 +223266,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4baa7c137759130caa66e2b6a254eb8" + "hash": "eae057811fbda7d602b2677217a0441f", + "highlights": [] }, { - "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": "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": "", @@ -219144,16 +223288,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e41e914751f7471dab1fa53a9f75782" + "hash": "e5cf38c2090a6ece4ab23f4f17bbda4f", + "highlights": [] }, { - "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": "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": "", @@ -219165,16 +223310,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aad0c0f896adae5cb12d8c063e57a571" + "hash": "7bc7215a0091a4a802dd6521a1252057", + "highlights": [] }, { - "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": "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": "", @@ -219186,16 +223332,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9872ebb8bfe491d7181ec300f280b550" + "hash": "aee00a8d498f1e6698bd81293c7f66ce", + "highlights": [] }, { - "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": "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": "", @@ -219207,16 +223354,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2cc2387f1a06522c8228da9fc975423" + "hash": "315a408e66c09916add2066141d34f19", + "highlights": [] }, { - "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": "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": "", @@ -219228,16 +223376,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "98385e8887843e4e146ef824cefb7851" + "hash": "f82ed09e9a3b7986468130620b277df8", + "highlights": [] }, { - "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": "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": "", @@ -219249,16 +223398,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f2e335390dbf564169cb40181dc6563" + "hash": "8ef9c3cdb766f7c150cd76753f6c3eba", + "highlights": [] }, { - "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": "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": "", @@ -219270,16 +223420,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fe277fbc7d29dead9216d9e405f56e1" + "hash": "78ea6e5a0c24eebb85b711c12cde6db6", + "highlights": [] }, { - "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": "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": "", @@ -219291,16 +223442,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9719cbbff998d6a2fb7408909fa6eadb" + "hash": "6244a148a8721965f6fe566632ecc5cd", + "highlights": [] }, { - "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": "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": "", @@ -219312,16 +223464,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e8180fbc9fb66c27ac6f68e1bd10199" + "hash": "c5bc9b587fe963e1bb6bac74f6a2f0e4", + "highlights": [] }, { - "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": "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": "", @@ -219333,16 +223486,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "309b290530508a26d13c51bf837d7d64" + "hash": "a3387a1b19e15085f834b78ad38202ea", + "highlights": [] }, { - "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": "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": "", @@ -219354,16 +223508,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2d248f804c5a00bef3239629a791a83" + "hash": "4158d4ebbb33ec4ac0ccf13f8809a34e", + "highlights": [] }, { - "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": "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": "", @@ -219375,16 +223530,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ca6b6607d0c2e1b2d81d22727694bf3" + "hash": "4950930538ee37856835d59d4e5c0f97", + "highlights": [] }, { - "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": "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": "", @@ -219396,16 +223552,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "16954fa5050eafdd2b3ffac5fdf9029c" + "hash": "7087c326df2d0c4aeb35597c9b74afa9", + "highlights": [] }, { - "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": "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": "", @@ -219417,16 +223574,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "715b9722d99588d4b9869501084b4dc0" + "hash": "4384601750756a09a372a55fdb394e59", + "highlights": [] }, { - "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": "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": "", @@ -219438,37 +223596,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "e7a3f5845a3a2899cebe7c736782e512" + "hash": "903dc53c9f5c54729fc05c513eed22e3", + "highlights": [] }, { - "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": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", + "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": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ec27ce267192fbff9d60329f427f6824" + "hash": "f1e46979c3303d9410c7b86d60afce8a", + "highlights": [] }, { - "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": "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": "", @@ -219480,16 +223640,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "39368ed21ec20e85ad869a8b26ec1d96" + "hash": "240b34c2c96264f8c18e73bcc341139c", + "highlights": [] }, { - "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": "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": "", @@ -219501,16 +223662,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "755fe6e2595d05fee6abd23cda972fa1" + "hash": "4de9a84306c4a6c9a3663e2f8b33d6ff", + "highlights": [] }, { - "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": "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": "", @@ -219522,16 +223684,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1145b7915dd7f8402e7f6227d7463058" + "hash": "7b0b9b6b8bcf0041db5385176955f434", + "highlights": [] }, { - "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": "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": "", @@ -219543,16 +223706,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "89ce4aa4d60c2c0acb1125d7c57d6c3d" + "hash": "c6410611d9fcc1492559aa7b0263cadd", + "highlights": [] }, { - "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": "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": "", @@ -219564,16 +223728,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bce5e5fc6a6d8a9778523ebd1e53cb9b" + "hash": "92563da71f57a54fd814b85cfb77a8ed", + "highlights": [] }, { - "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": "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": "", @@ -219585,16 +223750,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d4dcd4977a1cdfc57d24290cb634b2a" + "hash": "b821d57dbda9d8c48715da0ca5245f1e", + "highlights": [] }, { - "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": "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": "", @@ -219606,16 +223772,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b636cf1a057ed071837ab2bf4a63f7e2" + "hash": "3f4c552b87c0fe6fcd85e7687b5765f6", + "highlights": [] }, { - "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": "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": "", @@ -219627,16 +223794,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d67e8bc85048adacdf2328ee696b9b8f" + "hash": "8bb86c948f83846f82dceed9e5cb33a5", + "highlights": [] }, { - "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": "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": "", @@ -219648,16 +223816,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0303c7735a5fd24c97189e7f6bf3eb34" + "hash": "7a86189b5d5adf5d203e4165940a44c8", + "highlights": [] }, { - "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": "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": "", @@ -219669,16 +223838,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a592bfeb355b39ca58365188a18970f" + "hash": "259d491855b8f546ebe358fee08e574c", + "highlights": [] }, { - "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": "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": "", @@ -219690,16 +223860,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c17e56c6e7da60c4e12cbf0566fc2ee7" + "hash": "1a994cf37385d79a6ec9c17309522526", + "highlights": [] }, { - "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": "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": "", @@ -219711,16 +223882,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fadbe9c387c9ff31dbbb5c189702b972" + "hash": "ce845f509158e10761b5e9ea7e8cb932", + "highlights": [] }, { - "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": "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": "", @@ -219732,16 +223904,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "383b63244ea76aa1fbd0802495ce6883" + "hash": "9f6ffa65d35f05e5bd5dab3e8bfc8d01", + "highlights": [] }, { - "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": "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": "", @@ -219753,16 +223926,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "99333f904cbff1124bb0194804fc8648" + "hash": "442f353a8190d65f5d27c17fc0769b74", + "highlights": [] }, { - "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": "‘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": "", @@ -219774,16 +223948,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "136071bdf3b546e44f632d91b635f0db" + "hash": "27cbfc118465529c302a46bd52eec758", + "highlights": [] }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -219795,16 +223970,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bbd1c97b2af8352b7e5e1c7252b8471d" + "hash": "67d24fc383bcc99d21108c95ba40e551", + "highlights": [] }, { - "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": "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": "", @@ -219816,16 +223992,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "620e9a6a36b5e091bc02baa070ef99a8" + "hash": "22ac8e80797ca3a29d91b93eafe1cd3c", + "highlights": [] }, { - "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": "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": "", @@ -219837,16 +224014,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "edc84946bad9fcf78973d35d61d0c957" + "hash": "cd61d5088c1c70e9c41c8dc255666fad", + "highlights": [] }, { - "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": "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": "", @@ -219858,16 +224036,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "439b88125cdd0dc68d2ae3dbdbe9b7f4" + "hash": "4d26fe4db7615246de0e5ec80a952b5d", + "highlights": [] }, { - "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": "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": "", @@ -219879,16 +224058,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5687bfe5285eb7f4a46ffc309544012d" + "hash": "a3df0b41405c6c14c70f8b79ef854028", + "highlights": [] }, { - "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": "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": "", @@ -219900,16 +224080,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a179e81cd82a3ff9c61f2717277b212b" + "hash": "3dc28e765e69ca539be3f8df9018b7d2", + "highlights": [] }, { - "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": "‘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": "", @@ -219921,16 +224102,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea1b4c62459aa991171a0c1694202cf1" + "hash": "b96ca3e7d4bcdb21edb79f5d9a9334ef", + "highlights": [] }, { - "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", + "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": "", @@ -219942,16 +224124,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d215bfb85ec0abbb214575653b060a7a" + "hash": "b7569f11b530c4ada9b7a57ed4c34250", + "highlights": [] }, { - "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": "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": "", @@ -219963,16 +224146,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f1e0ecd80f3022cb418f2309bad2b5e" + "hash": "cb6abb1ce4ca73ae7f565f3d171ec3b5", + "highlights": [] }, { - "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": "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": "", @@ -219984,16 +224168,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bd062dfc468970a3eb7470e4f0b1c6e" + "hash": "2c1290925352258522c34816da742f1f", + "highlights": [] }, { - "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": "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": "", @@ -220005,16 +224190,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "df396f9d893873b106bbef8613be394d" + "hash": "9a744c44667850741608a5e376be34a1", + "highlights": [] }, { - "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 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": "", @@ -220026,16 +224212,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1da9665b0b40155d94ec34e46225107" + "hash": "3decc996f33042336a6ec0e3785b7eef", + "highlights": [] }, { - "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": "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": "", @@ -220047,16 +224234,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0c4b32f12f53e3678a9f306cb89eb74" + "hash": "209951325ef9172878d07267c0f00bac", + "highlights": [] }, { - "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 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": "", @@ -220068,16 +224256,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b870c56f216b685ffc42ae805db6546" + "hash": "c47f18e7ceea2c46894db87ac927ae1d", + "highlights": [] }, { - "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": "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": "", @@ -220089,16 +224278,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b2a3ec084d7c13badcb1ca773c0e5df" + "hash": "090c446680f9fa4db59af42171a9e413", + "highlights": [] }, { - "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": "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": "", @@ -220110,16 +224300,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "af94e830ab0e5ac5c6835c582fafbd36" + "hash": "9fff895182af58266c475542929b0d02", + "highlights": [] }, { - "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": "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": "", @@ -220131,16 +224322,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "38428b7c489ae2db3f03bb99d239fb1f" + "hash": "7f05b497d1389cd20e1566b0f227e658", + "highlights": [] }, { - "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": "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": "", @@ -220152,16 +224344,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e6aeba4459f48c67c801e194f83e7a3" + "hash": "44bc0c4592efd755766f7cdc8d26aa90", + "highlights": [] }, { - "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": "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": "", @@ -220173,16 +224366,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "98c66b9cfee55085de5e220c01bcbfc3" + "hash": "754fc6c61d725ea40fa68ce3eb92a7e7", + "highlights": [] }, { - "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": " 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": "", @@ -220194,16 +224388,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab9fbf42a545e834ea6ff763957200a2" + "hash": "b6ba04e9271544cce8417998c42f3c52", + "highlights": [] }, { - "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": "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": "", @@ -220215,16 +224410,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0fcf72a0d4c9e80f15d3c322f4e7777f" + "hash": "c602253291110797382088338dda69d9", + "highlights": [] }, { - "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": "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": "", @@ -220236,16 +224432,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6dd69a4d9bfe779a2ac0351465ad9c80" + "hash": "ccdec4a7a4d2b247ee411a3d15c43efc", + "highlights": [] }, { - "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": "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": "", @@ -220257,16 +224454,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad5af66a87098069b83be2acac127c4f" + "hash": "ed3eb7365d91e5318d6be1518ffe0e41", + "highlights": [] }, { - "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": "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": "", @@ -220278,16 +224476,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "210a80bfcdc7ee8eb69f1fef3afc1da4" + "hash": "1814c47c626a408ae07e72ff002192c3", + "highlights": [] }, { - "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": "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": "", @@ -220299,16 +224498,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "230689216d4e37dff1967d6ca33f6245" + "hash": "55d896ce592899784f869aebceca815c", + "highlights": [] }, { - "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": "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": "", @@ -220320,16 +224520,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "871a600474716896c1bb930c344aaa91" + "hash": "5dd5635bc178fded0cc666df8b36b723", + "highlights": [] }, { - "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": "'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": "", @@ -220341,16 +224542,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca5f9676bdff07a32866a204c7aee0a3" + "hash": "2dc1c822a577316363de4110154948eb", + "highlights": [] }, { - "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": "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": "", @@ -220362,16 +224564,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e423de955e321173a3e9ac0b0011f2ab" + "hash": "43c0c0edd59a7b2d01c5b6d637881c44", + "highlights": [] }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -220383,16 +224586,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3438112246368fce163f78f5ae7ae549" + "hash": "4f36aa9c1138561babeac5756edd95a0" }, { - "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": "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": "", @@ -220404,16 +224607,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f2cccc2735b9e35c3a3194470c693c8" + "hash": "66175db99d80d9ee699b2cb49025b425" }, { - "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": "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": "", @@ -220425,16 +224628,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf57ed3a9a001361734696d89ab1aea9" + "hash": "4d5c6d8803a0cf65e7f34bb2d3b8885e" }, { - "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": "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": "", @@ -220446,16 +224649,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b7762c1553de255e985afd23aa6eaae2" + "hash": "80fde47094b226eb96874f6fdc35af09" }, { - "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": "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": "", @@ -220467,16 +224670,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4111b73989ada5adf7d03706cc77cd55" + "hash": "3012964133678ea8701ec3505cda016e" }, { - "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": "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": "", @@ -220488,16 +224691,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea1f9899aa0a65f39760a50289ea6ff8" + "hash": "9c654ae9971ed14d790acd533f58aa1f" }, { - "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": "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": "", @@ -220509,16 +224712,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ec81e8849bf5f61c8ffd8b88e25738d" + "hash": "a79ae50b850227b077e602bbcce8e72a" }, { - "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": "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": "", @@ -220530,16 +224733,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d06afee57d4cdef9091aeb7486a494c" + "hash": "77c9e3b0147ccd947a4e15ec761d58f6" }, { - "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": "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": "", @@ -220551,16 +224754,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4302275f7d70dd16717560fadf1b3600" + "hash": "afd86dea2ef1ddaeb59ff0de08f88c76" }, { - "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": "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": "", @@ -220572,16 +224775,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b136e773e1133acbcf73f4319753fa8c" + "hash": "ae36ec67f5090bd5bccb4978e96a8cc3" }, { - "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": "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": "", @@ -220593,16 +224796,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "714d8ed43fdc50076fa0f8086943ea56" + "hash": "e3072a82bb17481384fd3e8b4fcc832e" }, { - "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": "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": "", @@ -220614,16 +224817,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6425a658d818f637028483d746b81a03" + "hash": "cfdf0c018d554d7e872d7a735342c46c" }, { - "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": "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": "", @@ -220635,16 +224838,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "614eec51f0c2843b6a56a6f61a58e55d" + "hash": "a99b8d132b1ea87de86a2d74d413f87c" }, { - "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": "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": "", @@ -220656,16 +224859,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4add7b1e437f9c7cb6f0fd8433f0932" + "hash": "0c5237e69b9fe9dedc10a06e88949b8b" }, { - "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": "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": "", @@ -220677,16 +224880,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eddbf0d39dcf9133d1d2022d61a18ae8" + "hash": "f3ef21a30520214cf912b7fe1c0752d7" }, { - "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": "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": "", @@ -220698,16 +224901,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "91c0e68fec381cd40dfd76ecb3bbf63c" + "hash": "3a6e254019cc06d4acc4ba820273fad6" }, { - "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": "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": "", @@ -220719,16 +224922,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "03661c3c5932bc159fef7fc38271cc71" + "hash": "372b979de3828b8aab05bad2cf72e8a0" }, { - "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": "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": "", @@ -220740,16 +224943,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "37b26c78800b2254fbbbd5f5caecb2ee" + "hash": "40f0bf690212b7e665d807742ce6016d" }, { - "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": "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": "", @@ -220761,16 +224964,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "88b3b5a3f6df3b43c74e90c1462c3829" + "hash": "8a7f18f4e3bf3ec928b4ba32d41f6476" }, { - "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": "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": "", @@ -220782,16 +224985,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f23bdafd8d75cda0acda6f389366da60" + "hash": "dce23674f647c83a511382b7797d83c0" }, { - "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": "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": "", @@ -220803,16 +225006,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "66b1525c57d55c65a92a9ad53c63f7e1" + "hash": "31a88113a49a2b3bd293e32cf0163ab3" }, { - "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": "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": "", @@ -220824,16 +225027,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a70e589f718038df4da7f66679942813" + "hash": "fd351bd6a90e19c99cae513b945b0d90" }, { - "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": "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": "", @@ -220845,16 +225048,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c61a69f6bfc9e9506ad0a1379bf9f49" + "hash": "751b97471cf727bd46f49c266d60a167" }, { - "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": "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": "", @@ -220866,16 +225069,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "86ccd3e61924556c25b3f5e626464494" + "hash": "90fcee1da734da8d6a49c3ad89063977" }, { - "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": "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": "", @@ -220887,16 +225090,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ace8c3bca366514a4e3b919656e5e39" + "hash": "4188fe00f80bedfb2e92d60b64577c6e" }, { - "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": "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": "", @@ -220908,16 +225111,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "97ed472887a385bfa9dc07df0f5245ac" + "hash": "75cf668f15cfeffdb060956166dde1c5" }, { - "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": "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": "", @@ -220929,16 +225132,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "45e8028989bf42893730dc415fd78412" + "hash": "50ef48264886f04947091763f8540ceb" }, { - "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": "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": "", @@ -220950,16 +225153,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "688fc19df18450d124e3b85cc31ff002" + "hash": "5bd9f97d5662ff7c2e4c1b2b083b7a00" }, { - "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": "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": "", @@ -220971,16 +225174,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e7b1e00c3a30e68b3039ec0d544efd4" + "hash": "77d672daf724bfc9132b35a4d24239b7" }, { - "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": "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": "", @@ -220992,16 +225195,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ef03b8163c55ec87036cda3369cedd0" + "hash": "81d482871c1dfc7d1a420a255475a788" }, { - "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": "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": "", @@ -221013,16 +225216,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a197fe1807637a27a0cba01e119f5376" + "hash": "6158b1effa892e94d8670af0e8257cb2" }, { - "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": "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": "", @@ -221034,16 +225237,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f15e09f15cc3dea86096e19bb7c8a320" + "hash": "fb4f4cd77c66a5118b7428101055170d" }, { - "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": "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": "", @@ -221055,16 +225258,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "34eb818d8937e3eb287ab4e50fa378a4" + "hash": "999f5b16d43648e86ba27a2d46584d8b" }, { - "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": "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": "", @@ -221076,16 +225279,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2937c171101c481c589eaf08f89251e" + "hash": "4e1592f5d885031fd96c86e3c5855805" }, { - "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": "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": "", @@ -221097,16 +225300,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab1be32c967d6a6844790c1ecb477c60" + "hash": "f69469956a9aba5d07ea66fc3012d5e9" }, { - "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": "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": "", @@ -221118,16 +225321,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c849d2ff38de69fe670263ed0af807e" + "hash": "389fc6eb1ea4e2e6fdcf0c1eb3340ec1" }, { - "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": "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": "", @@ -221139,16 +225342,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6290534b5f4f5360286b73f23a466b9" + "hash": "53d2aac0db9f1bbd3866620f5d0ef1e5" }, { - "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": "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": "", @@ -221160,16 +225363,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ce10895fb861cbf45a59aa7178c6930" + "hash": "d28796653a95fd2f813daab892467abd" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -221181,16 +225384,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c60249bda093442692a1c825139d14ca" + "hash": "eabcebed669890b3554031be29b49558" }, { - "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": "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": "", @@ -221202,16 +225405,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7fed49ac2b32e68c04f8a740f141cf50" + "hash": "4c28efd146da29e433db9d960463ae90" }, { - "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": "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": "", @@ -221223,16 +225426,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a20a3e39596d229ad05574dff853af9" + "hash": "ffd63b01b61607f81f2bfc299b3ded64" }, { - "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": "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": "", @@ -221244,16 +225447,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4473c206f568fb8cc1d3f915cb9b8693" + "hash": "646d561081cffe0da1331d28032a5115" }, { - "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": "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": "", @@ -221265,16 +225468,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d41db8a6221bc40261b4891bcb6d3ad5" + "hash": "7a0fc71ea8547059cdfb25e10294ff71" }, { - "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": "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": "", @@ -221286,16 +225489,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "40b30efa30496ca5f437a08e85ed148f" + "hash": "126400b442ce2a9abab0571919f33831" }, { - "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": "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": "", @@ -221307,16 +225510,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "699f903dd652b5c2ffd9aadcf8bd4dd8" + "hash": "7bf26785ccb7e1b0dd4ae223aa95c79d" }, { - "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": "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": "", @@ -221328,16 +225531,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e748378963396539dd6f64d0ee8282f" + "hash": "4fdf6d1faf686577474c7d11e6f16736" }, { - "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": "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": "", @@ -221349,16 +225552,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc7583f20ff08c2649a050d35adf90bb" + "hash": "1ff38595dc2f629bbe4c9ae7f56f5677" }, { - "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": "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": "", @@ -221370,16 +225573,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "140de5b496b9139fa16e234a0d308e7c" + "hash": "fa2f866535ab8c99d762b66f76968b32" }, { - "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": "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": "", @@ -221391,16 +225594,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e548aa4d906daae6463fb551644e71a3" + "hash": "f3869d773393f5f8c08700bb9e1590c1" }, { - "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": "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": "", @@ -221412,16 +225615,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a7980223e6098f05ee5e18d16a2b79e" + "hash": "0afac722a5e9f9188e39ed79150986a2" }, { - "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": "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": "", @@ -221433,16 +225636,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b30612632747cef2e1f644d5dad8817" + "hash": "f5bc0c033a5a2838b81bd7d9ce5d7fa0" }, { - "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": "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": "", @@ -221454,16 +225657,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "42df718ee63a2c623d8363b414608e98" + "hash": "0ef87acf666dad965fb19b65dbe2a43b" }, { - "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": "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": "", @@ -221475,16 +225678,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b6323dd676e06ccdb45742bc6b77049" + "hash": "552981581e6279089185e0eb13de1c26" }, { - "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": "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": "", @@ -221496,16 +225699,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1de0392b46a779077e720d0d7fc8aa4c" + "hash": "1f49d5ca7fb05e150c104e73b0192a67" }, { - "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": "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": "", @@ -221517,16 +225720,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c34b97e7482021941d665b829ff73f72" + "hash": "af07c3956bf1f6984872363c377e8fa7" }, { - "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": "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": "", @@ -221538,16 +225741,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "75de584bcadbabe138c7c2fc8d74f105" + "hash": "d7c5d7fc7ee86611ad7ddd7eb3459eb5" }, { - "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": "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": "", @@ -221559,16 +225762,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "24ddbddbb2149ff3fed97079f0211abc" + "hash": "ef268f927d1e57b8812e8869de7cc1ea" }, { - "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": "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": "", @@ -221580,16 +225783,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca1e47989dda78ec9a419dab05bb0936" + "hash": "624aaec756d8e5add3b67fbe6a2d120e" }, { - "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": "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": "", @@ -221601,16 +225804,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d1a395b604a9338cd6939a118896048" + "hash": "c4833cd54ac52a2fbb67ddd2044e7100" }, { - "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": "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": "", @@ -221622,16 +225825,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e77fc3ae74fd44ba1049f9143fc1763" + "hash": "05f7b8d30fca295ddb39fd158833e947" }, { - "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": "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": "", @@ -221643,16 +225846,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d676746f80bbb74123240d4eecd2467c" + "hash": "7832220d522c32a8c2250ce2e6f6365e" }, { - "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": "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": "", @@ -221664,16 +225867,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b43597fd1b24aea72e030233e551dee" + "hash": "7bc8ab6d40c3fe62279228884b58b748" }, { - "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": "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": "", @@ -221685,16 +225888,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bb8fd40bc4ab1eeb5322aa0ed783babb" + "hash": "4e9d873906cd452ae8f583af549c075a" }, { - "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": "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": "", @@ -221706,16 +225909,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "753af418174183987fd962f7a6c1061f" + "hash": "b4e0c707fb2f5e76229fbcfa1ae7f5de" }, { - "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": "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": "", @@ -221727,16 +225930,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c95ad18cb3ba1e5974f17b1d2088a91d" + "hash": "0b1f3c275d637f9a7ebcb96367f7722e" }, { - "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": "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": "", @@ -221748,16 +225951,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "852957ebf131c01d7f146f2026220d6b" + "hash": "3e6dd57be519db95eee7947d1c8990dc" }, { - "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": "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": "", @@ -221769,16 +225972,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd1d9abcd232b947db4f19cbfb676ad3" + "hash": "0d8f6667d93eecf8784ef25b79eedabf" }, { - "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": "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": "", @@ -221790,16 +225993,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f948af2fc441d6e03840110c1647146" + "hash": "4a1c94b64cd04e13489391fce09b19b1" }, { - "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": "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": "", @@ -221811,16 +226014,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bceac4da11501fdbbbf052162a5db56a" + "hash": "4e46241a3a47d1855a1f58e54c0b7b79" }, { - "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": "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": "", @@ -221832,16 +226035,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "02101ed2367ab9afb928ffd241bb8ec5" + "hash": "83b1f5af12f9d823d012ef66041e7f8d" }, { - "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", + "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": "", @@ -221853,16 +226056,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ff3d81f1cc3226c235a922bb29ba2e8" + "hash": "c682bc2e016dc5db365871c5e4d0e15f" }, { - "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": "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": "", @@ -221874,16 +226077,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6d03a3348723335c61fda74a6997e59" + "hash": "46b6df429ea18339014764a5b129268f" }, { - "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": "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": "", @@ -221895,16 +226098,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "86b8427e5d57edab1862f4c31e0a37fb" + "hash": "0db0433d063157154417c449993fa31f" }, { - "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": "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": "", @@ -221912,20 +226115,20 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "35a301339972bb9ec27412f7764482cd" + "hash": "7bbeb6284d36e337ca1d61e8542bfb83" }, { - "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": "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": "", @@ -221937,16 +226140,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a27abe3d44ade45d55fbb38e783d06e5" + "hash": "14b217efd0637a93279709620ae08030" }, { - "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": "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": "", @@ -221958,16 +226161,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "54d21a86f24f490ef450fb0b011d0b11" + "hash": "03f5fb9f917f8f127203b4cc028fb3a7" }, { - "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": "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": "", @@ -221979,16 +226182,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "477cad74d2826e1d7c1e1dddfba6c5bf" + "hash": "953af8002e7bd4d1208f768ea6216878" }, { - "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": "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": "", @@ -222000,16 +226203,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "76dba2cda86e0911154e8b30b36ca3e6" + "hash": "83c67e90bd43c3bdd037710974fffca1" }, { - "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": "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": "", @@ -222021,16 +226224,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "03493edaebc40ed3302d4767392681e2" + "hash": "d6c19ccf06e6c2ad3590b39aca56caa2" }, { - "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": "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": "", @@ -222042,16 +226245,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d8d631a6a9f4fb86670ac784a3aef7c" + "hash": "6b1eff2d4993531e09807241d719c7bd" }, { - "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": "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": "", @@ -222063,16 +226266,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "de9161066b918029d909f2c6721718eb" + "hash": "74980db3f27791981f4eceeffdd52e96" }, { - "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": "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": "", @@ -222084,16 +226287,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0cd43386900f0eec747510d2007cc944" + "hash": "b69a7be3b07d55a630bb80b6cb0fd47d" }, { - "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": "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": "", @@ -222105,16 +226308,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "24d6027d564698044dc730a08c00e35e" + "hash": "cb63add461fe605754eba33fc91f2378" }, { - "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": "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": "", @@ -222126,16 +226329,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "abaca01a2ee96599931e91b4b4c95554" + "hash": "68ca664e0550cc37c59fc6e9ec5e3704" }, { - "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": "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": "", @@ -222147,16 +226350,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c22a0ed5b01b0f1c34210397546bf6a9" + "hash": "f416c1552d22d874913be2f6e462dbbb" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -222168,16 +226371,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "690fdc2d85ebff61a1e635a56acea9e8" + "hash": "3f5838ba137a45be5a78bd448b25590c" }, { - "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": "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": "", @@ -222189,16 +226392,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "77e8ffe60f552ba56c8ab1492a822346" + "hash": "53960ee4c0a91692b94fdd83403a4744" }, { - "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": "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": "", @@ -222210,16 +226413,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e70aa7602d540dfee5d5625c6de539c" + "hash": "30deb49a215461b2bfe5713663e9e2c6" }, { - "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": "‘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": "", @@ -222231,16 +226434,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7033754603f41b442c2715e2921081ee" + "hash": "b5cbeedb564fc4987d21fe62046078b6" }, { - "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 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": "", @@ -222252,16 +226455,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf97d34e3790836aaf326dfd657d11f7" + "hash": "11051b34a9cb8cc173613c96f83eaff4" }, { - "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": "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": "", @@ -222273,16 +226476,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "48fa98246c6059de3425f6247109f9a9" + "hash": "bbe43d005d3cd12dee2ff59676681519" }, { - "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", + "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": "", @@ -222294,16 +226497,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c76768eccf029fdbd238bd70375e3d71" + "hash": "730d2fe26c8c1e10d981e6b7fb7ec050" }, { - "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": "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": "", @@ -222315,16 +226518,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "86b853d5c1011c7af896f5843010f2ca" + "hash": "8b35dc587e152a04a2c81113aa715972" }, { - "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": "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": "", @@ -222336,16 +226539,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "df05dc32410a368910279db532ca2323" + "hash": "0f06927a49f99fe2b5eda0853219ef1a" }, { - "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": "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": "", @@ -222357,16 +226560,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "031f47974a5f35059d52f3201fbf6d44" + "hash": "b3c4fa911fb692fb9b998f4ef456f08c" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -222378,16 +226581,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8adea7e5d9688cf7bf918bc328fef481" + "hash": "84079648ea38d73eed5d4a23d4faab55" }, { - "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": "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": "", @@ -222399,16 +226602,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4cc6ac322bbe0298472cb980bd24200a" + "hash": "63076fa5863db1b62bb7979274717dd4" }, { - "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": "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": "", @@ -222420,16 +226623,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2abf4199670a6d91186851e58c177cf8" + "hash": "869d760307d8274db6d60f0fbe6267d0" }, { - "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": "‘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": "", @@ -222441,16 +226644,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "12333145bd73444923f93433805c15cf" + "hash": "c1e52b58b30888c48457770cc9c674ee" }, { - "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": "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": "", @@ -222462,16 +226665,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "92a14e1f3db2f4fd6f442d9bb09f3ae3" + "hash": "9c7ab84d22afd145105ef829762f7ef3" }, { - "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": "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": "", @@ -222483,16 +226686,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "efc190f03e7117784f0ef4e4053ee15e" + "hash": "6501e8777b672c0fc224b0984e9ed50d" }, { - "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": "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": "", @@ -222504,16 +226707,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3907c0917c0f4ba5abd7ec86863f6759" + "hash": "34b7dbb65d1dd9d8717ff7d8dd899936" }, { - "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": "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": "", @@ -222525,16 +226728,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "564307034f04fe62654baf97abf1a525" + "hash": "7ea92162be25986a579a89601d33b8a3" }, { - "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": "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": "", @@ -222546,16 +226749,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbfa33cded217ffef030d02b85c936da" + "hash": "3ff643932adf4eec9b1552a3edd923e4" }, { - "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": "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": "", @@ -222567,16 +226770,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6a917928bf14cb81afff7624fba4556" + "hash": "2023c007619c47e8727e6aa355bf775f" }, { - "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": "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": "", @@ -222588,16 +226791,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3fe9c3a7a6569b6e6f670ba007cd985" + "hash": "e0a1f443a031a6a5d2964b2f5cd2bcf7" }, { - "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": "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": "", @@ -222609,16 +226812,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d727d9180f5f375b4259a64221fbaee" + "hash": "d18d1bf560181c1072502fe27ace7771" }, { - "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": "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": "", @@ -222630,16 +226833,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "019a5404127003e90447ef399586399c" + "hash": "abf7d147933f252b5be5f3bdecbb73a7" }, { - "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": "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": "", @@ -222651,16 +226854,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b34df0f44047dbbb742e8614684c3b20" + "hash": "3f4da4349d9fc282ec2855555d5e1e96" }, { - "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": "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": "", @@ -222672,16 +226875,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "28cb1954cbe20b0b6287efa4af10aced" + "hash": "68a48d19d3b81222093a284e2cf04a0e" }, { - "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": "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": "", @@ -222693,16 +226896,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f666255bb3e99addd4b49c01da0798a" + "hash": "c88b7dffdbfcb8d59115477513e427e2" }, { - "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": "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": "", @@ -222714,16 +226917,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae16f738632334823b46e5d1dc374520" + "hash": "46aa4dccc689dec753a5f1aed30c70d9" }, { - "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": "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": "", @@ -222735,16 +226938,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "564a78807686b94c381b3b8b9398bfee" + "hash": "7710e7678c13fe40e3cbc535d21baf48" }, { - "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": "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": "", @@ -222756,16 +226959,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9d181ffc9cb73a55e30fd05d58b3f18" + "hash": "1893f37d566643b39f96b26c83eba8b2" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -222777,16 +226980,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "40a2ce503113e0969714c12721279036" + "hash": "12256d0e193f1e41eaec9a1945d350da" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -222798,16 +227001,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "627e7cb68e1110b2c445122dad321165" + "hash": "c8560ef4bddf3cbb60df49a61e904a08" }, { - "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": "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": "", @@ -222819,16 +227022,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0df6d9ac9f616817b2cf7b203a120c97" + "hash": "016c71fe66aa04c43d64a36c73798902" }, { - "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": "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": "", @@ -222840,16 +227043,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3fdc713cc0df41e35796ace1385ecc12" + "hash": "9cea91191f2680168952b9388fc58c17" }, { - "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": "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": "", @@ -222861,16 +227064,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "640224464be0f349328608f3e282ba20" + "hash": "6867c43690da1b74a867b46db7e3f2f5" }, { - "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": "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": "", @@ -222882,16 +227085,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8bd4b216e88a2b46f8390e823798d58" + "hash": "18dd8e92e4b9b59d713fce7550cb9813" }, { - "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": "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": "", @@ -222903,16 +227106,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b7e7f0adaed0ff3bcac5df758850f7f" + "hash": "09f8bdcc8ff910cd2dd414b832fb239d" }, { - "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": "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": "", @@ -222924,16 +227127,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "75c61978cd9543e5eef18d1492a23e58" + "hash": "03e0c2d625a2e9ffd42c1f35f5ca9a31" }, { - "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": "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": "", @@ -222945,16 +227148,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "83748871d11fa85e38b61b0b12469946" + "hash": "d273a8b307bff7bbac3cec4b4923086f" }, { - "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": "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": "", @@ -222966,16 +227169,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "51efdb8a89b7dad46d89c8dda2dfe23f" + "hash": "c2e4873ba48d8b457f37635f18bbe15c" }, { - "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": "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": "", @@ -222987,16 +227190,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5762245ab212d9b8b31e0c1db5b566a3" + "hash": "92168b49fba320a60e0d889af0d611b3" }, { - "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": "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": "", @@ -223008,16 +227211,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe13c4b0e793ded95e7c1d378e53843a" + "hash": "9f4aecfb50e83cb6033ec3363313daa0" }, { - "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": "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": "", @@ -223029,16 +227232,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1bf9d719980eaac059986b6f03c9eaa4" + "hash": "c68a1feb8a01e298072d495583450649" }, { - "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": "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": "", @@ -223050,16 +227253,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab79fa49ac4af175c889ea36c9bf73e1" + "hash": "1b27e1eca9898cbb67e2a30772a0bd92" }, { - "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": "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": "", @@ -223071,16 +227274,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "df1911d2a4e4420a4ab1b713b5f26ef7" + "hash": "2d7fbf415944f50e6dadc3f4e91df6c5" }, { - "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. ", + "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/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", + "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": "", @@ -223092,16 +227295,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6419d9a31e77c97d884ea19ced51cd0c" + "hash": "246ea9aa21a7e756cb8c9c3cb60a512c" }, { - "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": "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": "", @@ -223113,16 +227316,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ea72416f77fa8f348751a2cee594f60" + "hash": "b50817aad8a34fcb3bc0fc5953674013" }, { - "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": "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": "", @@ -223134,16 +227337,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "640ea1e295b4455a971e96a2d23a8f70" + "hash": "6450f63f95df1b4c6f3ab9c3cb9efce6" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -223155,16 +227358,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1586c9815137319aaf352e1487f38047" + "hash": "27ee8977d975656f08264265180d2278" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -223176,16 +227379,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "52a9cede5c20629b028e944b85eec40c" + "hash": "5b67f053d0c90a8ee0f2d385ec5002a7" }, { - "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": "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": "", @@ -223197,16 +227400,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c8e09af5dcdc6afca682854af67dda4" + "hash": "230bb39d4144f04045152e7e6db487ad" }, { - "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": "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": "", @@ -223218,16 +227421,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "23f69b2e3c990412f95040f0f3cee331" + "hash": "91d7b67a15c009bd3f34b816e4d9fd1f" }, { - "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": "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": "", @@ -223239,16 +227442,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "93896c2544eb42e3a0cbac412057c7b9" + "hash": "98cd07f9b9e03c65f4e61609a0eedf74" }, { - "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": "‘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": "", @@ -223260,16 +227463,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "70db5ad15a5e39fd5f097cc418eb8b2e" + "hash": "48d866b160cf033dc1346eeaca048ee5" }, { - "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": "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": "", @@ -223281,16 +227484,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "056d2e8d84c5f2eac98aaacabf40e26b" + "hash": "70d66aa7c11a107a3fa714cecf399dca" }, { - "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": "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": "", @@ -223302,16 +227505,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e8c8169453dcb37a480f38544efc2ce" + "hash": "07b6f0e756a0d842d7149c8c0bb33bbc" }, { - "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": "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": "", @@ -223323,16 +227526,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2576c138d6253b5448e738aee913766c" + "hash": "392b4f905a36b23edfa87235ea9cfc1c" }, { - "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": "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": "", @@ -223344,16 +227547,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8e9302df185739643c28d24e75a57b2" + "hash": "a3655ec9198d5bd33d57f6af811f3842" }, { - "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": "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": "", @@ -223365,16 +227568,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dfca37465682dfecffdb6a064090200d" + "hash": "0dfa5a83db4415283256e2edc0c5287e" }, { - "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": "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": "", @@ -223386,16 +227589,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a920780ad0ea24fed90a5d210fcdcea9" + "hash": "351525c011e18a7423ea2838d21ec11b" }, { - "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": "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": "", @@ -223407,16 +227610,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4be80ff6923d705c6cf3b81457b3379" + "hash": "fb90c53a2364ffea0f73e6f5e78b2be2" }, { - "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": "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": "", @@ -223428,16 +227631,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea29454b3f78983c436c39867e6b3997" + "hash": "d1b503eb87b3cc579632d3be848a2cec" }, { - "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": "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": "", @@ -223449,16 +227652,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "016429fdfc1ea3d428767776dafd117f" + "hash": "885c0ea6a96c9eb14a1100d6c3e6a785" }, { - "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": "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": "", @@ -223470,16 +227673,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bb02c56d2299d87520cc28ff819a0374" + "hash": "b725bcfcbca60565ac73592ebc217f25" }, { - "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": "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": "", @@ -223491,16 +227694,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "80736f818c1cf85b0ab9c2f07178be2e" + "hash": "5285e4d73df9c78df61b50d6d9279f5c" }, { - "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": "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": "", @@ -223512,16 +227715,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e7d6922af3cf6fe8c1edb3b403df7189" + "hash": "e38dda23b5469720d975ccb49437500f" }, { - "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": "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": "", @@ -223533,16 +227736,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c8dc6c928584a869e68f8caf68d8f72" + "hash": "4de5b87caa660d9b35d14d81068d6b64" }, { - "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": "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": "", @@ -223554,16 +227757,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e78699ae232ef553b3c9bd2b79144264" + "hash": "27923f9d5af86562ebacf8d0ab93ad8c" }, { - "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", + "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": "", @@ -223575,16 +227778,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a03a5e182e6146566187c84702e21bc9" + "hash": "b8175b69c46ba4086aab15e3f3e0fdbe" }, { - "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": "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": "", @@ -223596,16 +227799,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "217c298aebd8aef5a17b0e0ee79363d9" + "hash": "3409388253d4d3aed03b33e2a72c0abe" }, { - "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": "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": "", @@ -223617,16 +227820,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "baa4b0039783f104c1eeace49cd194f9" + "hash": "e99f1235efc3f7f34195567601e56181" }, { - "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": "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": "", @@ -223638,16 +227841,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d99d53974320975e6211aaaf8ccffdb" + "hash": "889bd3b7c96ab5f51c7f3485bdd7f1e1" }, { - "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": "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": "", @@ -223659,16 +227862,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb65b55a0afb77090eac67a4e554a2d6" + "hash": "7f611113a781407d2e5d3bca608b595d" }, { - "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": "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": "", @@ -223680,16 +227883,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "81bad8b31bd820facfe6936079383f05" + "hash": "0bfa8a1622bb16d28fba98959bc04ae6" }, { - "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": "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": "", @@ -223701,16 +227904,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "91778ca04f31c1e3271d7e84d702922c" + "hash": "00bf2ff77fc929c46355beb91974b826" }, { - "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": "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": "", @@ -223722,16 +227925,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "40f96dc8b38e675bf30e62ee4ebf272d" + "hash": "27ee757adda60286bcc3bc9f29cf8e5f" }, { - "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": "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": "", @@ -223743,16 +227946,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "964f2a0758e00fa8df7aa0e3ddbd5a8c" + "hash": "349832267894111638cbaf1ce6868500" }, { - "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": "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": "", @@ -223764,16 +227967,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bf50d6cd4056120af327527c21eb312" + "hash": "f286fb7ebe494359a6d92602b45ff62c" }, { - "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": "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": "", @@ -223785,16 +227988,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff4e437e29718d907cfcaefa1d6e7d5b" + "hash": "39f7073327bee02e6e949d60980ad2aa" }, { - "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": "‘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": "", @@ -223806,16 +228009,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4bbfc67e0c73d096f92dfaaa28080e0" + "hash": "bedf7e7ebd314daadbf10a6f03b97b9b" }, { - "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": "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": "", @@ -223827,16 +228030,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "42abb63dd09d4ee15badca6f08e2c802" + "hash": "bc844d4f5c1533f98e93a70a5ede06a3" }, { - "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": "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": "", @@ -223848,16 +228051,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0acf4074b1dc92a1638a3cde7e8032ca" + "hash": "7ab4b3a7d9e2eaedc0b293e7fc837826" }, { - "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": "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": "", @@ -223869,16 +228072,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "12ea2c35f393583deb1b29e9f4102a92" + "hash": "bd9daf6b5ce58d1390ae3a5bd9c19410" }, { - "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": "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": "", @@ -223890,16 +228093,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8879efd48c63afa04871b39dbb72c6f" + "hash": "707b50113442f88654097ebe23b9e388" }, { - "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": "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.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": "", @@ -223911,16 +228114,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6fb25fa2a4636c2dfe97da9362ad84e3" + "hash": "9f949b52efbb206bdb3fb27810f1e659" }, { - "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": "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": "", @@ -223932,16 +228135,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4233ad4e9557465c94ef01433aba9e6c" + "hash": "2e17c9c28e4fe39617df424008a89c82" }, { - "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": "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": "", @@ -223953,16 +228156,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2c0f60dd8272fb0a76094cfd87f2f84" + "hash": "290dac0bf635cde0d1f76143a97e88bd" }, { - "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": "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": "", @@ -223974,16 +228177,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6188a375295c0f916f4e0fd4b9d47381" + "hash": "da426bb34292ed99f779784c63a8e386" }, { - "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": "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": "", @@ -223995,16 +228198,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5dbc78d54fb1bee365b918a2680ad7bc" + "hash": "cc6bd1affdbd98d5d948470c3478f3c4" }, { - "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": "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": "", @@ -224016,16 +228219,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7fc5aaa093f265f52c6a82315b23245b" + "hash": "88f75ef83098ee7c4d4ab186904f0f97" }, { - "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": "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": "", @@ -224037,16 +228240,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0212f3864e91bb645370145b27e2ca30" + "hash": "0b809e8021d1539234bc39643e5c6578" }, { - "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": "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": "", @@ -224058,16 +228261,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5827317fea56c24907791a025aa4e8b7" + "hash": "b36a56231fc781eb2a1202bdcdd93b32" }, { - "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": "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": "", @@ -224079,16 +228282,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "87824f40d3cc36988b24233000a63cf9" + "hash": "ac4c60bba4d3b78d1d85a0d670738211" }, { - "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": "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": "", @@ -224100,16 +228303,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e02cc642dd137101e86432d70f916bcd" + "hash": "ae63e8114c007404d6dec3515d170608" }, { - "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": "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": "", @@ -224121,16 +228324,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ae261c8f9cef75779df8a8b43d9898c" + "hash": "bc15edeaa89f4e72243c94464e2be0ab" }, { - "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": "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": "", @@ -224142,16 +228345,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "84aeb0af9748e10223a3c67d45280b27" + "hash": "f232d385ae71f2499a2e362ac52b491a" }, { - "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": "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": "", @@ -224163,16 +228366,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "deb67c19dc33d76d8d6ad5d1965b1998" + "hash": "aa005ac2f5902112b05b70db68bc3da5" }, { - "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": "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": "", @@ -224184,16 +228387,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a6b35f955134eaa5f5322384f4ef6b0" + "hash": "f4231eef20079ed5b315a7744f77d670" }, { - "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": "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": "", @@ -224205,16 +228408,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ebb46bfecd4d23ac3929dc2c2808be17" + "hash": "0d636b2da16565b4b8d0e4c85dff20f6" }, { - "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": "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": "", @@ -224226,16 +228429,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "af7bdccf1b116129fe4499de5579e46a" + "hash": "2ffcbff75fdf572e1e95ca5564ec8ecc" }, { - "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": "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": "", @@ -224247,16 +228450,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8dedc0e6c7c80e1abf928ffa2c18e28" + "hash": "023be886529602aa7c4416ad14407001" }, { - "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": "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": "", @@ -224268,16 +228471,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "43344d105a29347afd17335b3ab30131" + "hash": "e9f66337daa9aceb5f77e6689396ce0b" }, { - "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": "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": "", @@ -224289,16 +228492,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d035536748213f13adb47dce0524c0b0" + "hash": "ecd15c1570829156ca94670e82a5cde0" }, { - "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 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": "", @@ -224310,16 +228513,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "92ee5e7183101607a8b6af3d5f9b0655" + "hash": "2f402daae4b2fbab724ff26c70cced17" }, { - "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 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": "", @@ -224331,16 +228534,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b720e429e529aafcdc229aa268c49471" + "hash": "9d17d40af5ac15d02d74cd5d6504f89d" }, { - "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": "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": "", @@ -224352,16 +228555,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "75dd5dcf8251f3160a591cb7e614e272" + "hash": "3c461c091cff1f128599f37c48e074ee" }, { - "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": "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": "", @@ -224373,16 +228576,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "11b3533d6c84310fd69e164525df0fae" + "hash": "14c7dae202e963ff988490111f16bde4" }, { - "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": "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": "", @@ -224394,16 +228597,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cad93ff4113d381646943cd50da2ac4d" + "hash": "ba2cfb25e25d74d51d3076187200981d" }, { - "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": "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": "", @@ -224415,16 +228618,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "932ad262d95d2da89651a467f8ca382c" + "hash": "ef428a440f728875f4a4fd3f8b753dba" }, { - "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": "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": "", @@ -224436,16 +228639,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a649567c27933874a6ec34f014c75bb5" + "hash": "d352c704c0cbf18f5e0e65f2413106c9" }, { - "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": "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": "", @@ -224457,16 +228660,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f3827538e570147b03a6f7b494068f0" + "hash": "ae08ee0e3ade34fe2a76fe4762635899" }, { - "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": "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": "", @@ -224478,16 +228681,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "28df41d7a08d7c81587a55155e063767" + "hash": "fa4b486ad368dc598304ac78633567cd" }, { - "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": "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": "", @@ -224499,16 +228702,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d6a6931eee68ebf59c44a29ad339913" + "hash": "c53443b02975405d60a6e2174fa592e4" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -224520,16 +228723,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "77cc0088b1d90cce21ef0fe656c98d64" + "hash": "4f552450a7fe8ab835b418a98428a819" }, { - "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": "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": "", @@ -224541,16 +228744,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2319137ea72ee6b875e03d9a84f4e6b" + "hash": "9e51ff50680f1e6c8763d25bcaf1088a" }, { - "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": "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": "", @@ -224562,16 +228765,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e70ca96563baeb5a4cf4d5d35d2f30b" + "hash": "aaeddba1e2c4de81113d2978956e03b0" }, { - "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": "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": "", @@ -224583,16 +228786,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "21c390ece2c07850b3682bf0f52e9443" + "hash": "631395d3dd6367b1e9f935bea77c0efd" }, { - "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": "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": "", @@ -224604,16 +228807,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a42f2d55b1ce32ec57e52f4cc43f3891" + "hash": "063b5b61cd15d6ceeeb5c32cda8fce86" }, { - "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": "လိမ္မာပါးနပ်သည်၊ နှစ်လိုခင်မင်ဖွယ်ကောင်းသည်၊ ကြမ်းကြုတ်သော စစ်တပ်တစ်တပ်ကို တိတ်တဆိတ် လက်နက်တပ်ဆင်ပေးနေသည်။", + "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": "", @@ -224625,16 +228828,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b036271bd95b3ab37b6c904927f30fa" + "hash": "bfa14e380b5dbea0b6748e0a61f93a3c" }, { - "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": "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": "", @@ -224646,16 +228849,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f2e3b487c783edc09932fb193eda285" + "hash": "7c65eacdea91266dfdc17b32bdcfa7d1" }, { - "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": "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": "", @@ -224667,16 +228870,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ff7bf5ba8d233b691e9439f2d998b01" + "hash": "a68623f3d7513f021e06d3736531fe9d" }, { - "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": "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": "", @@ -224688,16 +228891,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6a9fb6e5ffdf89b6fd9fe4352a6f30d" + "hash": "8fc08a6b99ce1366d8f6bb3b589632b5" }, { - "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": "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": "", @@ -224709,16 +228912,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c46bc2e24f38943739273046c3e8cf89" + "hash": "e76c2a532cb1580e43843725fa975186" }, { - "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": "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": "", @@ -224730,16 +228933,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b1cb6b04f3c685602a5deedbc248cae" + "hash": "aa1d523f1ba42f828826a968e93a1777" }, { - "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": "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": "", @@ -224751,16 +228954,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0957adc11bac94cf371527b27ffedcb4" + "hash": "ed223eb03a5ae250a7ff4fd3c7b6eeae" }, { - "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": "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": "", @@ -224772,16 +228975,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0abf4672da6be7007475fd2643409a78" + "hash": "a06baa016d4e8232a68ddd3c882b2b4e" }, { - "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": "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": "", @@ -224793,16 +228996,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0817a0e41bcd18adeb6ccf693fae823" + "hash": "3fdf6f2dc9a314cfca15ffd3ef0fa13f" }, { - "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.", + "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/live/2021/12/17/world/covid-omicron-vaccines", - "creator": "The New York Times", - "pubDate": "Sat, 18 Dec 2021 06:14:41 +0000", + "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": "", @@ -224814,16 +229017,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec22d3a1fcc4f02fb29b88e0a5fe4dbb" + "hash": "51a3d8fc71b7a97549ae3f7ca96c0f56" }, { - "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": "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": "", @@ -224835,16 +229038,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5af17629f7ecf33ac0084c7b4aa72b87" + "hash": "9db97c8c9586dfa57ba3a7813c4bc62c" }, { - "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": "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": "", @@ -224856,16 +229059,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8fc27f4c1bfc2f8404d51925b52d8df3" + "hash": "7535a3b3c49b8cdfc358a115df97f624" }, { - "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": "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": "", @@ -224877,16 +229080,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7953a1a4910b990a38635ffd8a65d43f" + "hash": "9ef4e817083d63561698e3434a501b5f" }, { - "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": "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": "", @@ -224898,16 +229101,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac6dec4a672dbc51f9fb4b9e40355fa1" + "hash": "a58a03c46374b070442f55186dc12278" }, { - "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": "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": "", @@ -224919,16 +229122,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "155de9be6130dff16366bd2cf8d3d8cc" + "hash": "51d294d49299d2672f891545217ef792" }, { - "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": "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": "", @@ -224940,16 +229143,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a4cf64f97d6751021912f56ede3da55" + "hash": "37061faa8f2edb1e0218522f0fbdedde" }, { - "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": "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": "", @@ -224961,16 +229164,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac92f2344bb5bb8fd38f7c5202552ed5" + "hash": "67141835e93a46f122c27df72436ab30" }, { - "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": "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": "", @@ -224982,16 +229185,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c07afda7c38aa49e543baf20cae52da" + "hash": "919da08138e92f7b90b048661ebfa93e" }, { - "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": "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": "", @@ -225003,16 +229206,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "000820d924a05cfe26077f6a218cb2a2" + "hash": "5731a284d117de4e050b8521039d9864" }, { - "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": "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": "", @@ -225024,16 +229227,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9e066ba0ff3b543b7a36b028e55b671" + "hash": "627c5851d5e07a4e436c96effee62064" }, { - "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": "‘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": "", @@ -225045,16 +229248,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a49d67afbc9fdf69d5ce3c2a342419ec" + "hash": "2bf9d4127fddeebaa533958a9684ebde" }, { - "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": "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": "", @@ -225066,16 +229269,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "05b3f220a1964635f64458ed44078826" + "hash": "9f4ac91b2ab31f9d7fa3d4b26c86c140" }, { - "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": "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": "", @@ -225087,16 +229290,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "80f09a541aeda797f0a1619ddcf9cf6e" + "hash": "f936f41c4641f88e903f238290997ea7" }, { - "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", + "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": "Fri, 17 Dec 2021 15:59:18 +0000", + "pubDate": "Thu, 23 Dec 2021 10:00:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -225108,16 +229311,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "efec6ac9959cd5940aef63e72444c80d" + "hash": "8945f8b5ab0852ab29058d155a95a765" }, { - "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": "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": "", @@ -225129,16 +229332,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0be18abcee8c64ad20456c64bfd2c26e" + "hash": "f7bf8757ce2ee750068612eb9fd905a2" }, { - "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": "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": "", @@ -225150,16 +229353,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "15122aa7792c9f3c909449728e7f5717" + "hash": "1783331c6b026489a7fda4803ad3f8ce" }, { - "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": "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": "", @@ -225171,16 +229374,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ec5c23b4bae08e66d3b6cdcb5b14870" + "hash": "9d8a2e827dc0ee9d55e2cd3287a8ccee" }, { - "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": "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": "", @@ -225192,16 +229395,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7cecb0ae0f3c4a21c6506eb26f8d79ed" + "hash": "a588dbce0904371e660c7dcce9c8e2ff" }, { - "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": "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": "", @@ -225213,16 +229416,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d58c6657797cb0942f0a4f26542b709" + "hash": "7343a7c793dd9875115468613883d521" }, { - "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": "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": "", @@ -225234,16 +229437,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9023ec03c2008d12d6ead756d892c385" + "hash": "de29dfe6e5b4fc386d93d352c71c303d" }, { - "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": "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": "", @@ -225255,16 +229458,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a47384dd89533240d7d79606f77d7115" + "hash": "8ba943151bfe6f5dcb31a195b67f49a8" }, { - "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": "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": "", @@ -225276,16 +229479,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4782efe95145c8b229f13cf04bf6cf83" + "hash": "df9df7083482c46e9b751e01441ac834" }, { - "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": "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": "", @@ -225297,16 +229500,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a0d2030044c0a76d16cb7821cae4ba1" + "hash": "0023b6a2beff5fcbaafa79edd160cbe3" }, { - "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": "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": "", @@ -225318,16 +229521,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "78022dd4def52316201d54ebe617474e" + "hash": "b5e07bcc6918dc2eba77273840ba977a" }, { - "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": "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": "", @@ -225339,16 +229542,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7158ec12fea6a00be6f06a6398ec1275" + "hash": "2e5a1c26f97a7808d85445bb50d7d20c" }, { - "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": "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": "", @@ -225360,16 +229563,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8765d7df94865ca3a82fc910a07e6865" + "hash": "0261ca2e8b162a2dd1ef52ec62a235be" }, { - "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": "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": "", @@ -225381,16 +229584,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8fbec7ceff40a99c1ee809c30e72eac6" + "hash": "2ebb798f5cb13d16cb963d78ee809f93" }, { - "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": "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": "", @@ -225402,16 +229605,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "badaed8441aa738bbc4dd8aa3bad27ad" + "hash": "f822070ba4387f5338906674933d8cf0" }, { - "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": "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": "", @@ -225423,16 +229626,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7101d8d003e894dcb1602692894ee614" + "hash": "7e5daaec2a44e34222bc8b114535486a" }, { - "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": "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": "", @@ -225444,16 +229647,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a1af2326b3d2c55e3ca95112dfe07ab" + "hash": "84cae9b9d4e70b6bbc1651dfae9b04e1" }, { - "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": "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": "", @@ -225465,16 +229668,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc2cfffff5d0d6b5cafa452566180fee" + "hash": "3c9c6794c92f01595492f8567a0b9148" }, { - "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": "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": "", @@ -225486,16 +229689,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0fcac2d0ebfb212f05a9ecae6c2086ea" + "hash": "36fb37b02bd85cb43520722747e87545" }, { - "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": "‘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": "", @@ -225507,16 +229710,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "40ef7c37372d55ee483e4ae1d0a5719b" + "hash": "4bf43b502e3d0502de1111bd70dfccd9" }, { - "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": "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": "", @@ -225528,16 +229731,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc7849ba056092f986f36c49802da09e" + "hash": "3170ecac50f20ec4f3f66898fe39e228" }, { - "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": "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": "", @@ -225549,16 +229752,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ae570400edaf19c0661cd7860b9e512" + "hash": "4cbbc9d49d4374df8e42cfa244986c30" }, { - "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": "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": "", @@ -225570,16 +229773,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a23d42d4a2f34a790803bfbd283c0c1" + "hash": "13e291b034b88c7ee28e41a0fc572202" }, { - "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": "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": "", @@ -225591,16 +229794,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "80fee92c729ccacb1d67b85007f6c7f1" + "hash": "a794da116a9dfe3530eaab265e3ffce2" }, { - "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": "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": "", @@ -225612,16 +229815,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4bd528fd4d078a5c7abeb84db3e13e3f" + "hash": "eacf6cdf29ec09a476c0e8cdec66cbdb" }, { - "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": "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": "", @@ -225633,16 +229836,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "78fed034c675959ce945fb91137e1ac6" + "hash": "f9d1be03803aa9a2e78945497cf36459" }, { - "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": "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": "", @@ -225654,16 +229857,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5649ce8ecd441dd2eadc79dd3867328a" + "hash": "8723b066a008fd898023b42c4a523a63" }, { - "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.", + "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/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", + "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": "", @@ -225675,16 +229878,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1dda100ad8e27528a7bbb32758cd2a9" + "hash": "12f73544bf7d7b9d10b6dde53f854772" }, { - "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": "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": "", @@ -225696,16 +229899,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e7e7d1e5e6876992c45876cb24dd10ec" + "hash": "553aab31bf8036ad9548395faf5dcc08" }, { - "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": "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": "", @@ -225717,16 +229920,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e910621bd50a6b7e84b669b2e294707" + "hash": "e1785958021974974a901ab19a823f10" }, { - "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": "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": "", @@ -225738,16 +229941,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1a5e4719a8880037284403c49714083" + "hash": "18b38da1b93bf2c8d1b859b07d28a40f" }, { - "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": "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": "", @@ -225759,16 +229962,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1d2e3e08bde244d31061f5afa1efee2" + "hash": "d0c23f6e01f3626c1306e9522ca06af7" }, { - "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": "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": "", @@ -225780,16 +229983,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f9667fb3fc503fad34721cad38209e1" + "hash": "667333bfd0ebaf456e3279b0b323cd7e" }, { - "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": "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": "", @@ -225801,16 +230004,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "49161ce7268c69ff1990160cd203cdde" + "hash": "5b0a47e917f81b3a8d465f619d6234e0" }, { - "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": "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": "", @@ -225822,16 +230025,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "73fa643ed58c3f3e8ab9d496dd0b858d" + "hash": "388386f927f13b40eb073c1871ce4e43" }, { - "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": "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": "", @@ -225843,16 +230046,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6324c426e77ff8b1a01ab7ad8082d27" + "hash": "e883dd09de184063042d5c65c46875b9" }, { - "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": "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": "", @@ -225864,16 +230067,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf4ce57625991241b8a9a2072e7c1d92" + "hash": "6125d370721b3ea7cb605b4cd0df72d6" }, { - "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": "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": "", @@ -225885,16 +230088,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f424d53426a11a46dfe5548a744080a" + "hash": "f6753535feb8cf2f13805ee858b334ac" }, { - "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": "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": "", @@ -225906,16 +230109,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "687f696a992dc70eb77f1c07cac8f00b" + "hash": "925ce1ac380aee2d332dc7f69fca2d8f" }, { - "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": "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": "", @@ -225927,16 +230130,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4da7f251807dc1db1df7f74e92d81633" + "hash": "6751a6ab1a1c8e825be405ed9f5028ed" }, { - "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": "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": "", @@ -225948,16 +230151,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9e0476c9b4404e1087faa7864e2ac4a" + "hash": "6c527e511c8d2a353772ace7521e1183" }, { - "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": "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": "", @@ -225969,16 +230172,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a8e04c3b201c1f32ac39417badff656" + "hash": "16013935ce59b4ad02ddc99f4b9d3eea" }, { - "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": "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": "", @@ -225990,16 +230193,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "552f8c8a2d2b866578309bbd585d87de" + "hash": "a7d2daa10f1e39e50863949b000d0dd6" }, { - "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": "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": "", @@ -226011,16 +230214,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "50ef8a72285a5608dc6df31f58545447" + "hash": "e80ffc1f1bdcf3ab87fe9fb013d62009" }, { - "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": "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": "", @@ -226032,16 +230235,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b10aeea675d0d180f64e6299711dd87" + "hash": "6829b0281dd6d4f52e9f8f3e854d1b7a" }, { - "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": "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": "", @@ -226053,16 +230256,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "71f6038ef30e99dccc2fa514150782c6" + "hash": "9705cdc85bcb1b299dd6867f70f55667" }, { - "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": "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": "", @@ -226074,16 +230277,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "985a9e288ecdf665d091fdcaf080594f" + "hash": "e3591a82d9a703c9288740876571be7c" }, { - "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": "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": "", @@ -226095,20 +230298,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7d2101e1f71dfeedc4add110ecb6499" + "hash": "1bc7b54e4f34f98374d951d493b13654" }, { - "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": "", - "id": "", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -226116,16 +230319,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc3a3b0e514003d48b4a5f59835e9ea8" + "hash": "37bd52e85eccb31796abab12718021b4" }, { - "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": "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": "", @@ -226137,16 +230340,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c2317b41a76dd40d5a9c1251c3d38e0e" + "hash": "1359990aa8c8e1214aab71274139aedd" }, { - "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": "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": "", @@ -226158,16 +230361,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa6dff67a8d4e38236cdefabb50d653a" + "hash": "f725516d0991565d63d87ca827d9f22d" }, { - "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": "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": "", @@ -226179,16 +230382,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed45d53f65b7e3194b3c9707486451e2" + "hash": "3197a11b96d6748f70f40c08fe90f93a" }, { - "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": "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": "", @@ -226200,16 +230403,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "75478ad02f93567f1b95ff22c409f3fd" + "hash": "14896901dd8046745253201cfaf345e8" }, { - "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": "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": "", @@ -226221,16 +230424,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ff09ab0f324e9d01edf186eff86c60b" + "hash": "f5fd2a95ce3395264d32c0cfc0c6172f" }, { - "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", + "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": "", @@ -226242,16 +230445,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "112df004594858315dda5726457a4992" + "hash": "9007f512578e164e01c2d88c4156428a" }, { - "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": "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": "", @@ -226263,16 +230466,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c6c252a487f8784c3e7a2de5e360e01" + "hash": "5ac734377edc32115668bcb42ea1e275" }, { - "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": "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": "", @@ -226284,16 +230487,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "22932a76f46e22dab33db2d6344d402c" + "hash": "b41c7b03eba2443e4df11dd46b7aec88" }, { - "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": "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": "", @@ -226305,16 +230508,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "910366e46a12e5c3759cc7e10bb2f314" + "hash": "1ba1c0d6ee5090fd52fc9c0e23da691a" }, { - "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", + "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": "", @@ -226326,16 +230529,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e4eeeadb84282702a939f50f5b3c508" + "hash": "ced7827ff9231fc12e4d2006fd9dd3cb" }, { - "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": "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": "", @@ -226347,16 +230550,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b9e779e508a8212e707fbb175a4a5b4" + "hash": "fe0bfa25127ce53878d71acd91cf1946" }, { - "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": "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": "", @@ -226368,16 +230571,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "226ab411a8c456ffb03293d44e3b3fea" + "hash": "9b740583678763d4e7f683595a8e9b1c" }, { - "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": "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": "", @@ -226389,16 +230592,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ba3b8cf53b59d31af2ae7993507aa15" + "hash": "4c4192cb080778fa14cec9b31e096abc" }, { - "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": "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": "", @@ -226410,16 +230613,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f995f5f7d7b06a4d71eebff5a6f49dc" + "hash": "897c4b2d3dcf7e95155333bd250ea82e" }, { - "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": "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": "", @@ -226431,16 +230634,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3136dc66f9bcaa81a89afdd00a3ee3bf" + "hash": "de7af294042d0f99c27e7625c3032cd8" }, { - "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": "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": "", @@ -226452,16 +230655,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1deb4a9feccd8d9d7551826acaae641e" + "hash": "b5a04444a4674612b55596f5faf8ebaf" }, { - "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": "‘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": "", @@ -226473,16 +230676,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8088965a57ecc8120a06238ad60c504" + "hash": "558f8a218e860ee4cfa03b00b76e90f9" }, { - "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": "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": "", @@ -226494,16 +230697,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "32c3f7e48d325259ccc43815fb7cdfd1" + "hash": "2003c75966ef58f9c78acfb0f09e827b" }, { - "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": "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": "", @@ -226515,16 +230718,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a99493171d5826aa32a14360e8a8f02b" + "hash": "d92a365d3d68fbcfaa9f9272cf016ed1" }, { - "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": "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": "", @@ -226536,16 +230739,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b620fa8dc5b95605d2448bf68d0cb3d7" + "hash": "77023d3f11f86de11bbbab704f84f2d2" }, { - "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": "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": "", @@ -226557,16 +230760,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2545aa8ae5ddcab04bee4aa7e056f315" + "hash": "5de4b0cba57177e404d392d67da5fb64" }, { - "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": "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": "", @@ -226578,16 +230781,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "83de68b8e6bc0f8f5269ace43e57406c" + "hash": "3ef5d415f0f5776e77cec36fed497881" }, { - "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": "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": "", @@ -226599,16 +230802,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9cc8bff00b158f372cc856989bf1c32d" + "hash": "834814a6bdbb2b15ca9c614f1b34e016" }, { - "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": "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": "", @@ -226620,16 +230823,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a36bbbd9ef6a07f601c9fc6be1bc36e" + "hash": "e2bf651afb19fe6788adc853cd7d87c6" }, { - "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": "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": "", @@ -226641,16 +230844,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6caa61c88754f9b1881fb772c33978c" + "hash": "fa200146e11639e5c87169d2c4504c74" }, { - "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": "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": "", @@ -226662,16 +230865,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3875afcb05bf355d9351fbdb8b06a957" + "hash": "b701801283fe309e254e9d8df757e4a8" }, { - "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": "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": "", @@ -226683,16 +230886,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c230906b431c97b06e6baeda15d2a133" + "hash": "d5652888040ba85bf7774d3cb8e5d195" }, { - "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": "‘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": "", @@ -226704,16 +230907,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8da4557986cf1500c362c3eb221af392" + "hash": "cf6dca1c8507a9e0c696e4e3f0829ee3" }, { - "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": "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": "", @@ -226725,16 +230928,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cedfe8d49f91165dba7912c1e64659fb" + "hash": "1ad0431e9b21304b60297e6da3af8a66" }, { - "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": "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": "", @@ -226746,16 +230949,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "35593dc68f5e4137fccb1d371526a760" + "hash": "a15717f78239352dfc22246dc8f6a3cd" }, { - "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": "'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": "", @@ -226767,16 +230970,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "945400da10665ba3d0a558937fc8859e" + "hash": "3b8293c7a5f780210029d2727626179d" }, { - "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": "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": "", @@ -226788,16 +230991,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "88c5f06564df0cffa887641848da9c4d" + "hash": "a1ba83c74164dbb3ce1766d6eeae9378" }, { - "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": "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": "", @@ -226809,16 +231012,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ae15c28afadb4cf275231661f238810" + "hash": "610e4e7c0f3c01b00c8464abd76548b0" }, { - "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": "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": "", @@ -226830,16 +231033,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f96e54047981be67158d40d76a1eabfb" + "hash": "e74f58b9c4f321d53ed041f2ea5ceb77" }, { - "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": "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": "", @@ -226851,16 +231054,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca96600aefda7a7cca1eb732707871a0" + "hash": "209adb7dcab6e6659a73faddca3ed1a9" }, { - "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": "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": "", @@ -226872,16 +231075,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "faa36bb5696c8a1603772a9fe28f407b" + "hash": "883826517c0fc5614eeb627d3168309e" }, { - "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": "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": "", @@ -226893,16 +231096,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "60b61e73f9f04f0eb489bfa76c713558" + "hash": "1ba8b7e3b57658fae3cd3871175e683a" }, { - "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": "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": "", @@ -226914,16 +231117,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "101eb7cc7f1cba29c29e64149cd7365f" + "hash": "85aa05041c9e698955303be99824a1ed" }, { - "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": "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": "", @@ -226935,16 +231138,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "479f51f655eae713a6cc8e41463d0679" + "hash": "dfdbcef83cea0be0796f3a74c6bb1852" }, { - "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": "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": "", @@ -226956,16 +231159,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e0a209a987133c708628f7795d8bcc9" + "hash": "230a9f07b4953a1943ed361aedf1b5d2" }, { - "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": "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": "", @@ -226977,16 +231180,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "08aedf78d5f888abdab721b5e52dca4d" + "hash": "e9f97b566b29cadd73f3b6fdd8f73684" }, { - "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": "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": "", @@ -226998,16 +231201,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a90c00283d3f826083b4a070f5a7c5b1" + "hash": "214bec3929e3948d8f64e59cf5b66b92" }, { - "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", + "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": "", @@ -227019,16 +231222,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "65348a8d28d360a12ea0baf2bfb109ab" + "hash": "18ed0cf42bbd9dd6b9fde4305a7c5ab7" }, { - "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": "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": "", @@ -227040,16 +231243,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e89b61946cafaa0d4d0b53036feecadf" + "hash": "0b5f5a48f10181da35f55ed0fe50c8d6" }, { - "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": "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": "", @@ -227061,16 +231264,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "47a3fdc6aca71c6a41a4e3755a3737b7" + "hash": "cbc25cbfbcc8d2660e669429f5be8eb6" }, { - "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": "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": "", @@ -227082,16 +231285,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "74044911d825067fced780807a1b9dfd" + "hash": "d45972140792d7145b991e1403fa3b95" }, { - "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": "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": "", @@ -227103,16 +231306,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c85b1735c065c247320fee98183e36a" + "hash": "95f00fb067ddd710c14299cae6410680" }, { - "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": "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": "", @@ -227124,16 +231327,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c5051d931d1b40c5177723de53388973" + "hash": "2d79db53134411c07f473f66db6c000f" }, { - "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": "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": "", @@ -227145,16 +231348,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1decf3eaaecfe4b765191668e6b1ff04" + "hash": "3782b02b0607e8f3de4346ff0a0e2412" }, { - "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": "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": "", @@ -227166,16 +231369,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "76f910e315301c7ef17c2e36ef5c966e" + "hash": "3f61814f712ae39925b40cac57e70860" }, { - "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": "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": "", @@ -227187,16 +231390,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4441991414d589378dfd81519ce4a27a" + "hash": "c2083d5668c1639883cc0c36ce1af6d2" }, { - "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", + "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": "", @@ -227208,16 +231411,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a14206dfb314e2325c34eee303a8e5c5" + "hash": "a0ec9578dbbb6877567f4b30b82edbe5" }, { - "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": "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": "", @@ -227229,16 +231432,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f88294c93199ffe23a4254f3ac87aa53" + "hash": "cd37f04f32f5223a5f70512ee8304326" }, { - "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": "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": "", @@ -227250,16 +231453,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "19d5123a561027f5ac9de957efb0ef08" + "hash": "b18fd426308c6e04592439079dcd01eb" }, { - "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": "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": "", @@ -227271,16 +231474,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2629540657e902da124ee05be5bd95bc" + "hash": "e50bbba97b5ad3a4052f461c69ab7d83" }, { - "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": "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": "", @@ -227292,16 +231495,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa2f4373f0f1eb5caf3f88b1baff0750" + "hash": "286fc0a9da93b5a0deca2bd3e1150cdf" }, { - "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": "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": "", @@ -227313,16 +231516,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "962d4b1647c6a14ee5fe38289ba527c4" + "hash": "f84e2e0e2c6a3a43abe8c6cfa512c48e" }, { - "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": "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": "", @@ -227334,16 +231537,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fd81553c86c43277c91d2276d5168e8e" + "hash": "c0d64564895918e6f5179b9468c0040b" }, { - "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": "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": "", @@ -227355,16 +231558,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b874a9872ce9bbe8c16ffb144ad36493" + "hash": "0a6e782d638ae5ddcbc77fbdfdc7613d" }, { - "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": "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": "", @@ -227376,16 +231579,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "44b3d36fe96de1d1baa5ec1c315328ef" + "hash": "f455d67c13af5218f1c0b697d372a9bf" }, { - "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": "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": "", @@ -227397,16 +231600,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "715f1879ca2ffc5bb714d52a0f8c31c7" + "hash": "2e52594fd8f049f103e32e2ae57c4886" }, { - "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": "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": "", @@ -227418,16 +231621,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "60266285991ac3bc76538f642498ed29" + "hash": "b87ce3aa9623091c80bbee13a7e6f05c" }, { - "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 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": "", @@ -227439,16 +231642,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f2a76bed49ec45cc3b747bf7fcf79a2" + "hash": "29cdf2da98c251fefb84dd9045c59731" }, { - "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": "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": "", @@ -227460,16 +231663,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eddc0ca74ec2bb4ed14b1aa1833af7b4" + "hash": "b4baa7c137759130caa66e2b6a254eb8" }, { - "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": "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": "", @@ -227481,16 +231684,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a4e667af152d0e9ec252357af6fa6966" + "hash": "6e41e914751f7471dab1fa53a9f75782" }, { - "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": "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": "", @@ -227502,16 +231705,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c8a7bf2de9537b980a132845388fb6e" + "hash": "aad0c0f896adae5cb12d8c063e57a571" }, { - "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": "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": "", @@ -227523,16 +231726,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b289ed5e759086d8f139bad6a735e530" + "hash": "9872ebb8bfe491d7181ec300f280b550" }, { - "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": "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": "", @@ -227544,16 +231747,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3025960f7115353dfbd086bafee4f708" + "hash": "a2cc2387f1a06522c8228da9fc975423" }, { - "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": "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": "", @@ -227565,16 +231768,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a55e72cc3d8008d15ab8c9e78c55c859" + "hash": "98385e8887843e4e146ef824cefb7851" }, { - "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": "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": "", @@ -227586,16 +231789,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ffd187456844c177094296bb8cb99967" + "hash": "9f2e335390dbf564169cb40181dc6563" }, { - "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": "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": "", @@ -227607,16 +231810,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6be02ac4d944fd4d7ceb7b434db2e6b3" + "hash": "1fe277fbc7d29dead9216d9e405f56e1" }, { - "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": "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": "", @@ -227628,16 +231831,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e09691e375e081253dcc14124a7ffa5b" + "hash": "9719cbbff998d6a2fb7408909fa6eadb" }, { - "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": "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": "", @@ -227649,16 +231852,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "06d350b0fef23bd462463b39afc46ed9" + "hash": "6e8180fbc9fb66c27ac6f68e1bd10199" }, { - "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": "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": "", @@ -227670,16 +231873,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b459a5cb6823a8b6a80988a13479658" + "hash": "309b290530508a26d13c51bf837d7d64" }, { - "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": "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": "", @@ -227691,16 +231894,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a09458f50ae2b52de4f24561f37bfc5" + "hash": "a2d248f804c5a00bef3239629a791a83" }, { - "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": "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": "", @@ -227712,16 +231915,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b5896229d46fdf0eab544a1f915777b" + "hash": "7ca6b6607d0c2e1b2d81d22727694bf3" }, { - "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": "‘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": "", @@ -227733,16 +231936,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ed544e6656b1b5372efc507a92580b3" + "hash": "16954fa5050eafdd2b3ffac5fdf9029c" }, { - "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": "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": "", @@ -227754,16 +231957,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d21b394b90c5a94660723ad6923fa66e" + "hash": "715b9722d99588d4b9869501084b4dc0" }, { - "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": "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": "", @@ -227775,16 +231978,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "32ab6ff94ffe19004023996a2fc6734c" + "hash": "e7a3f5845a3a2899cebe7c736782e512" }, { - "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": "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": "", @@ -227796,16 +231999,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "27acb23f0c330801d8ee5785c26b6111" + "hash": "ec27ce267192fbff9d60329f427f6824" }, { - "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": "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": "", @@ -227817,16 +232020,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "411ec255be373dccc8a52db4f0a6c492" + "hash": "39368ed21ec20e85ad869a8b26ec1d96" }, { - "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": "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": "", @@ -227838,16 +232041,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "77491d1b7cdbd07ee346ea001c947064" + "hash": "755fe6e2595d05fee6abd23cda972fa1" }, { - "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": "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": "", @@ -227859,16 +232062,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3d2edb7daa59041b4cf0916561e009d" + "hash": "1145b7915dd7f8402e7f6227d7463058" }, { - "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": "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": "", @@ -227880,16 +232083,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d62a6095ef4f654e9a15dff51792d9e2" + "hash": "89ce4aa4d60c2c0acb1125d7c57d6c3d" }, { - "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", + "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": "", @@ -227901,16 +232104,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ab093d6312efda9f0b547116f470cdf" + "hash": "bce5e5fc6a6d8a9778523ebd1e53cb9b" }, { - "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": "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": "", @@ -227922,16 +232125,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a4191c7d2714251487e7aec2572df8a" + "hash": "2d4dcd4977a1cdfc57d24290cb634b2a" }, { - "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": "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": "", @@ -227943,16 +232146,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb083b6e5d61e255815126bff1605398" + "hash": "b636cf1a057ed071837ab2bf4a63f7e2" }, { - "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": "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": "", @@ -227964,16 +232167,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7625758fe76bb96f7437022025851d1e" + "hash": "d67e8bc85048adacdf2328ee696b9b8f" }, { - "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": "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": "", @@ -227985,16 +232188,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bdedc4f0e7d76116362d6e63b2b0d642" + "hash": "0303c7735a5fd24c97189e7f6bf3eb34" }, { - "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": "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": "", @@ -228006,16 +232209,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "443767e86ebc61b6abdc84cc86878939" + "hash": "9a592bfeb355b39ca58365188a18970f" }, { - "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": "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": "", @@ -228027,16 +232230,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5bf0c4165e0cc32b4a50dc33571bd96e" + "hash": "c17e56c6e7da60c4e12cbf0566fc2ee7" }, { - "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": "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": "", @@ -228048,16 +232251,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "19c311160d05234ae64088c6dec531f6" + "hash": "fadbe9c387c9ff31dbbb5c189702b972" }, { - "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": "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": "", @@ -228069,16 +232272,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "54b7a12b6f250d2ff1a2e7d7f1eb7e66" + "hash": "383b63244ea76aa1fbd0802495ce6883" }, { - "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": "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": "", @@ -228090,16 +232293,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6999b6fe68ce46e8b17dd5b1d3fb701c" + "hash": "99333f904cbff1124bb0194804fc8648" }, { - "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": "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": "", @@ -228111,16 +232314,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d01d95483a8ed82cbc7fdc2bca582c3" + "hash": "136071bdf3b546e44f632d91b635f0db" }, { - "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": "\"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": "", @@ -228132,16 +232335,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe2354b358dfad6f2b8c9ad8404f4c14" + "hash": "bbd1c97b2af8352b7e5e1c7252b8471d" }, { - "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": "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": "", @@ -228153,16 +232356,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c7693efb375d04dca5f9a09c7241131" + "hash": "620e9a6a36b5e091bc02baa070ef99a8" }, { - "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": "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": "", @@ -228174,16 +232377,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "932d779790aaaf43669997754437f197" + "hash": "edc84946bad9fcf78973d35d61d0c957" }, { - "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", + "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": "Fri, 10 Dec 2021 10:30:04 +0000", + "pubDate": "Tue, 21 Dec 2021 20:25:45 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -228195,16 +232398,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "032b28b025947d3cb3073aba5e5455bb" + "hash": "439b88125cdd0dc68d2ae3dbdbe9b7f4" }, { - "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": "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": "", @@ -228216,16 +232419,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "80931cf1fa3a8bd2b6c2c05d9881bf3c" + "hash": "5687bfe5285eb7f4a46ffc309544012d" }, { - "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": "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": "", @@ -228237,16 +232440,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "865a8fe86d94a6ca7539c8c4c1fbdaca" + "hash": "a179e81cd82a3ff9c61f2717277b212b" }, { - "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": "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": "", @@ -228258,16 +232461,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9a1a1c2752016eb7d62e30e702c846d" + "hash": "ea1b4c62459aa991171a0c1694202cf1" }, { - "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": "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": "", @@ -228279,16 +232482,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "19b6a39edaf29d1d2699fbf245349af4" + "hash": "d215bfb85ec0abbb214575653b060a7a" }, { - "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": "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": "", @@ -228300,16 +232503,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0de9dec0a4a197949b012f0805a8e798" + "hash": "2f1e0ecd80f3022cb418f2309bad2b5e" }, { - "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": "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": "", @@ -228321,16 +232524,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "688bb8513b9a7c3f4cbb193b162bc0a8" + "hash": "6bd062dfc468970a3eb7470e4f0b1c6e" }, { - "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": "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": "", @@ -228342,16 +232545,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "647759f2a302f8b036f6a4a0b1ea1ab1" + "hash": "df396f9d893873b106bbef8613be394d" }, { - "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 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": "", @@ -228363,16 +232566,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b2eb7a9cb889c573baaaef3fd4141dd" + "hash": "e1da9665b0b40155d94ec34e46225107" }, { - "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 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": "", @@ -228384,16 +232587,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9bf1af71b03ddc7da80b28420e6f0fa" + "hash": "b0c4b32f12f53e3678a9f306cb89eb74" }, { - "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": "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": "", @@ -228405,16 +232608,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "97284c2dcba28c089f35bff83b6c65b7" + "hash": "7b870c56f216b685ffc42ae805db6546" }, { - "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": "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": "", @@ -228426,16 +232629,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "869b4b0bfe6c3415de3188c839d50b2f" + "hash": "2b2a3ec084d7c13badcb1ca773c0e5df" }, { - "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": "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": "", @@ -228447,16 +232650,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "10fdb609a9e76b22750fc6f2c4cdf11d" + "hash": "af94e830ab0e5ac5c6835c582fafbd36" }, { - "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": "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": "", @@ -228468,16 +232671,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "58f3f4277120e57ee2ea05ec889d09f1" + "hash": "38428b7c489ae2db3f03bb99d239fb1f" }, { - "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": "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": "", @@ -228489,16 +232692,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a296b93454bc32c7d18af41a7a8a746c" + "hash": "8e6aeba4459f48c67c801e194f83e7a3" }, { - "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": "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": "", @@ -228510,16 +232713,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c3d95a044c0820768d0d5dec15f0599" + "hash": "98c66b9cfee55085de5e220c01bcbfc3" }, { - "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": "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": "", @@ -228531,16 +232734,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "530a5361b0314a4b57377fea460e3bcb" + "hash": "ab9fbf42a545e834ea6ff763957200a2" }, { - "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": "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": "", @@ -228552,16 +232755,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "82c3442401f8728f4766cf9a806ad287" + "hash": "0fcf72a0d4c9e80f15d3c322f4e7777f" }, { - "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": "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": "", @@ -228573,16 +232776,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2be8fa18245d54713a7b3d588d9e7438" + "hash": "6dd69a4d9bfe779a2ac0351465ad9c80" }, { - "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": "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": "", @@ -228594,16 +232797,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "17aeeeef92c28682464531ac03128175" + "hash": "ad5af66a87098069b83be2acac127c4f" }, { - "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": "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": "", @@ -228615,16 +232818,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed9ab5c923eeeb0cd301a3b142268285" + "hash": "210a80bfcdc7ee8eb69f1fef3afc1da4" }, { - "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": "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": "", @@ -228636,16 +232839,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "82af4d255eb8e3b61856560633b4a111" + "hash": "230689216d4e37dff1967d6ca33f6245" }, { - "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": "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": "", @@ -228657,16 +232860,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2c8b970b1452bdaad3ad29aac2271a2" + "hash": "871a600474716896c1bb930c344aaa91" }, { - "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", + "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": "", @@ -228678,16 +232881,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1cbaf91ae09062bd23fff241c76e2c8" + "hash": "ca5f9676bdff07a32866a204c7aee0a3" }, { - "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": "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": "", @@ -228699,16 +232902,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d959a9a03af85b19cb3c9f47a368cc31" + "hash": "e423de955e321173a3e9ac0b0011f2ab" }, { - "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": "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": "", @@ -228720,16 +232923,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce1daba1f84534eda6211ad070413576" + "hash": "3438112246368fce163f78f5ae7ae549" }, { - "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": "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": "", @@ -228741,16 +232944,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd77c4f3ab8b5e7dd9ed7f0477a6613b" + "hash": "2f2cccc2735b9e35c3a3194470c693c8" }, { - "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": "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": "", @@ -228762,16 +232965,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f8152644cce7935f1828d04d5efe79fb" + "hash": "cf57ed3a9a001361734696d89ab1aea9" }, { - "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": "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": "", @@ -228783,16 +232986,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a21b0a8d63e765e0d450120106e06ec3" + "hash": "b7762c1553de255e985afd23aa6eaae2" }, { - "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": "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": "", @@ -228804,16 +233007,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "23c593fba88a0c9dd9257645b95adf92" + "hash": "4111b73989ada5adf7d03706cc77cd55" }, { - "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": "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": "", @@ -228825,16 +233028,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ce1563c8d434102cbaa2d82e52f8621" + "hash": "ea1f9899aa0a65f39760a50289ea6ff8" }, { - "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": "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": "", @@ -228846,16 +233049,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "11d46ccbb66d9d291c3fbb2eb26c6c78" + "hash": "4ec81e8849bf5f61c8ffd8b88e25738d" }, { - "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": "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": "", @@ -228867,16 +233070,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "edf2717e9356491641dc586131beed67" + "hash": "9d06afee57d4cdef9091aeb7486a494c" }, { - "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": "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": "", @@ -228888,16 +233091,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "42433ee3861d95029d1bd16c9d71f6d0" + "hash": "4302275f7d70dd16717560fadf1b3600" }, { - "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": "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": "", @@ -228909,16 +233112,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ef6c2c864df874210745ebf3ecbbc2f" + "hash": "b136e773e1133acbcf73f4319753fa8c" }, { - "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": "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": "", @@ -228930,16 +233133,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c62b0ef7212123acd45eb2cc657e319" + "hash": "714d8ed43fdc50076fa0f8086943ea56" }, { - "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": "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": "", @@ -228951,16 +233154,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfdb2834681f0139f6fa07c5fac7eb2d" + "hash": "6425a658d818f637028483d746b81a03" }, { - "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": "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": "", @@ -228972,16 +233175,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "db81fab2e4f72653da7d607388aada3f" + "hash": "614eec51f0c2843b6a56a6f61a58e55d" }, { - "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": "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": "", @@ -228993,16 +233196,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dcb1559caf383d5c74d3f17980e8bf09" + "hash": "d4add7b1e437f9c7cb6f0fd8433f0932" }, { - "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": "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": "", @@ -229014,16 +233217,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1ad326211f566dd96fd13fd2bb3f2b3" + "hash": "eddbf0d39dcf9133d1d2022d61a18ae8" }, { - "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": "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": "", @@ -229035,16 +233238,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6481a24067b58518420f63deffe3435c" + "hash": "91c0e68fec381cd40dfd76ecb3bbf63c" }, { - "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": "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": "", @@ -229056,16 +233259,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f387e3816ccd28cdab770708c44d883c" + "hash": "03661c3c5932bc159fef7fc38271cc71" }, { - "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": "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": "", @@ -229077,16 +233280,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ffa51d57ae8904e8e33188c22fb9904b" + "hash": "37b26c78800b2254fbbbd5f5caecb2ee" }, { - "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": "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": "", @@ -229098,16 +233301,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f255614737a77e65cebe14558da023eb" + "hash": "88b3b5a3f6df3b43c74e90c1462c3829" }, { - "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": "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": "", @@ -229119,16 +233322,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a81a733ce991d47b203ce919407f0b5" + "hash": "f23bdafd8d75cda0acda6f389366da60" }, { - "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 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": "", @@ -229140,16 +233343,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ddaac4c7d5a3fc96ae601286dbaab532" + "hash": "66b1525c57d55c65a92a9ad53c63f7e1" }, { - "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": "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": "", @@ -229161,16 +233364,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "45a720f354ad0b48f2336a0e5003d791" + "hash": "a70e589f718038df4da7f66679942813" }, { - "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": "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": "", @@ -229182,16 +233385,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8827a1eb8668ce05f9b17a35e444ef9b" + "hash": "3c61a69f6bfc9e9506ad0a1379bf9f49" }, { - "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": "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": "", @@ -229203,16 +233406,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0cdab0f706cf1e766b0bcd8b94de5e2" + "hash": "86ccd3e61924556c25b3f5e626464494" }, { - "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": "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": "", @@ -229224,16 +233427,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "85ac5830d2438e49c647dc77396522f3" + "hash": "6ace8c3bca366514a4e3b919656e5e39" }, { - "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": "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": "", @@ -229245,16 +233448,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8fe7603e65f0546f754af8f54f801f7d" + "hash": "97ed472887a385bfa9dc07df0f5245ac" }, { - "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": "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": "", @@ -229266,16 +233469,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e26c383072bf0085b2673eae68d352fe" + "hash": "45e8028989bf42893730dc415fd78412" }, { - "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": "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": "", @@ -229287,16 +233490,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "736febf0c4a2d268636dfd3a0d3a5508" + "hash": "688fc19df18450d124e3b85cc31ff002" }, { - "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": "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": "", @@ -229308,16 +233511,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d982840d98364f9a86093a3996d49ddb" + "hash": "7e7b1e00c3a30e68b3039ec0d544efd4" }, { - "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": "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": "", @@ -229329,16 +233532,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "35cfc80074bf9b6c42c1af32773f4ff7" + "hash": "4ef03b8163c55ec87036cda3369cedd0" }, { - "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": "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": "", @@ -229350,16 +233553,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6198d5e3e377a2d5d8ed8a6537c957c1" + "hash": "a197fe1807637a27a0cba01e119f5376" }, { - "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": "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": "", @@ -229371,16 +233574,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4193ee8d0659319f3b75db6129035a4" + "hash": "f15e09f15cc3dea86096e19bb7c8a320" }, { - "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": "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": "", @@ -229392,16 +233595,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "127d6b1636afec45aab60c7a85c528f0" + "hash": "34eb818d8937e3eb287ab4e50fa378a4" }, { - "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": "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": "", @@ -229413,16 +233616,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c03e3f92a57f963aa59897cdefd645ba" + "hash": "f2937c171101c481c589eaf08f89251e" }, { - "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": "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": "", @@ -229434,16 +233637,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7f3fa257cf47a78c4719fe801d523b9" + "hash": "ab1be32c967d6a6844790c1ecb477c60" }, { - "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": "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": "", @@ -229455,16 +233658,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "261c647eec16e085087db9de9e36a80d" + "hash": "3c849d2ff38de69fe670263ed0af807e" }, { - "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": "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": "", @@ -229476,16 +233679,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b037682626d98e387298ce91699295db" + "hash": "c6290534b5f4f5360286b73f23a466b9" }, { - "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": "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": "", @@ -229497,16 +233700,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3221888c007967dd225e6441e56711b8" + "hash": "4ce10895fb861cbf45a59aa7178c6930" }, { - "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": "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": "", @@ -229518,16 +233721,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "38605efb53993cc5d9ed5223c1d4d625" + "hash": "c60249bda093442692a1c825139d14ca" }, { - "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": "‘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": "", @@ -229539,16 +233742,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c688cdeaba97ef9af1f13541211b302e" + "hash": "7fed49ac2b32e68c04f8a740f141cf50" }, { - "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": "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": "", @@ -229560,16 +233763,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9977dc96d475beb5c80ce33906f45a32" + "hash": "4a20a3e39596d229ad05574dff853af9" }, { - "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": "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": "", @@ -229581,16 +233784,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c2e57300db58869d9eb1b30199b66f05" + "hash": "4473c206f568fb8cc1d3f915cb9b8693" }, { - "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": "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": "", @@ -229602,16 +233805,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7acdf1a9d6ff2db27f648160d4d214d" + "hash": "d41db8a6221bc40261b4891bcb6d3ad5" }, { - "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": "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": "", @@ -229623,16 +233826,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b935749424c99a3684813ce002702301" + "hash": "40b30efa30496ca5f437a08e85ed148f" }, { - "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": "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": "", @@ -229644,16 +233847,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "02e66961761fa2c7b31f57afd5cee956" + "hash": "699f903dd652b5c2ffd9aadcf8bd4dd8" }, { - "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": "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": "", @@ -229665,16 +233868,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a30899f6aa05ea6c4e8a0386890257a0" + "hash": "9e748378963396539dd6f64d0ee8282f" }, { - "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": "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": "", @@ -229686,16 +233889,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "88336fb8e2e7f1544946128bcbc5de5b" + "hash": "fc7583f20ff08c2649a050d35adf90bb" }, { - "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": "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": "", @@ -229707,16 +233910,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d908880b1d8a7ca05b8b3a28f809604b" + "hash": "140de5b496b9139fa16e234a0d308e7c" }, { - "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": "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": "", @@ -229728,16 +233931,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "808974a6e24afe5cd49b5e56d697a9a5" + "hash": "e548aa4d906daae6463fb551644e71a3" }, { - "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.", + "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/13/health/omicron-cases-denmark-norway.html", - "creator": "Carl Zimmer and Emily Anthes", - "pubDate": "Mon, 13 Dec 2021 20:58:06 +0000", + "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": "", @@ -229749,16 +233952,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ad018532feaa0dff7636fc17e5ce127" + "hash": "2a7980223e6098f05ee5e18d16a2b79e" }, { - "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": "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": "", @@ -229770,16 +233973,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4bca7ba0735bb50a8fe19e4f851dd600" + "hash": "5b30612632747cef2e1f644d5dad8817" }, { - "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": "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": "", @@ -229791,16 +233994,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1505e63256d8ab4a40e4d756522b8478" + "hash": "42df718ee63a2c623d8363b414608e98" }, { - "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": "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": "", @@ -229812,16 +234015,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3aaaa4eadd61ae687998b61b349358e2" + "hash": "1b6323dd676e06ccdb45742bc6b77049" }, { - "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": "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": "", @@ -229833,16 +234036,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa0e49a40e05a65527bce5947544f4ae" + "hash": "1de0392b46a779077e720d0d7fc8aa4c" }, { - "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": "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": "", @@ -229854,16 +234057,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed9efff1f46f305c1854ef396cadfe13" + "hash": "c34b97e7482021941d665b829ff73f72" }, { - "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": "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": "", @@ -229875,16 +234078,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9afe7ab766c58f2681340cac000c0167" + "hash": "75de584bcadbabe138c7c2fc8d74f105" }, { - "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": "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": "", @@ -229896,16 +234099,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b1ed0a1a0a16da22d059133dbdc14f7" + "hash": "24ddbddbb2149ff3fed97079f0211abc" }, { - "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": "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": "", @@ -229917,16 +234120,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "080222dc9879b55fff5831715fb18339" + "hash": "ca1e47989dda78ec9a419dab05bb0936" }, { - "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": "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": "", @@ -229938,16 +234141,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "159392ab14894e2157f3b7c34570c02a" + "hash": "6d1a395b604a9338cd6939a118896048" }, { - "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": "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": "", @@ -229959,16 +234162,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0da4cda3c618c55121886319d532e90" + "hash": "7e77fc3ae74fd44ba1049f9143fc1763" }, { - "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": "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": "", @@ -229980,16 +234183,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5570b2a438f4831bc42a2a88d61fbd0" + "hash": "d676746f80bbb74123240d4eecd2467c" }, { - "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": "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": "", @@ -230001,16 +234204,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d7eca35e6d7387fc71b41b3e0f6ded2" + "hash": "9b43597fd1b24aea72e030233e551dee" }, { - "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": "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": "", @@ -230022,16 +234225,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfbd54c5c267bf0c2719c74ae9623edf" + "hash": "bb8fd40bc4ab1eeb5322aa0ed783babb" }, { - "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": "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": "", @@ -230043,16 +234246,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8951e8843c0e8681764976dd51d558b" + "hash": "753af418174183987fd962f7a6c1061f" }, { - "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": "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": "", @@ -230064,16 +234267,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "719906951c49909d67acc36913a3e548" + "hash": "c95ad18cb3ba1e5974f17b1d2088a91d" }, { - "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": "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": "", @@ -230085,16 +234288,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f0c7b35412909e5b52a0f152742d6e8" + "hash": "852957ebf131c01d7f146f2026220d6b" }, { - "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": "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": "", @@ -230106,16 +234309,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9fee41112ccb21a68dab94b4464f7c67" + "hash": "cd1d9abcd232b947db4f19cbfb676ad3" }, { - "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": "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": "", @@ -230127,16 +234330,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b14812155a1f1c6c2935b7e2deb0cf43" + "hash": "1f948af2fc441d6e03840110c1647146" }, { - "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": "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": "", @@ -230148,16 +234351,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ded1357de592f97681766fd9e35703a5" + "hash": "bceac4da11501fdbbbf052162a5db56a" }, { - "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": "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": "", @@ -230169,16 +234372,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0cb6a3277a1cd816b3ae846654a3e3d" + "hash": "02101ed2367ab9afb928ffd241bb8ec5" }, { - "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": "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": "", @@ -230190,16 +234393,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a4636b97b1c99d77ce337ba51447414" + "hash": "6ff3d81f1cc3226c235a922bb29ba2e8" }, { - "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": "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": "", @@ -230211,16 +234414,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd60e0dff0e88c35ff70a662e119453e" + "hash": "c6d03a3348723335c61fda74a6997e59" }, { - "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 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": "", @@ -230232,16 +234435,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "198ca86beb149010de54482ae585c018" + "hash": "86b8427e5d57edab1862f4c31e0a37fb" }, { - "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": "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": "", @@ -230253,16 +234456,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0539e7b93a4aab230074931f11c3aa2b" + "hash": "35a301339972bb9ec27412f7764482cd" }, { - "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": "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": "", @@ -230274,16 +234477,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "37c4054fe4e733725c8a8ce422d547bf" + "hash": "a27abe3d44ade45d55fbb38e783d06e5" }, { - "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": "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": "", @@ -230295,16 +234498,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "75dbb8fc0a15d899edb300dd20fe7de7" + "hash": "54d21a86f24f490ef450fb0b011d0b11" }, { - "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": "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": "", @@ -230316,16 +234519,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b20436d8a69baef631683848ac55333d" + "hash": "477cad74d2826e1d7c1e1dddfba6c5bf" }, { - "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": "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": "", @@ -230337,16 +234540,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "76c74aa1f113c737a304b1f7e562b963" + "hash": "76dba2cda86e0911154e8b30b36ca3e6" }, { - "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": "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": "", @@ -230358,16 +234561,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2059863bc127a9dc85f27af4ae15b32f" + "hash": "03493edaebc40ed3302d4767392681e2" }, { - "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": "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": "", @@ -230379,16 +234582,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e6c2622e95d0418a226135c25b5df154" + "hash": "8d8d631a6a9f4fb86670ac784a3aef7c" }, { - "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": "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": "", @@ -230400,16 +234603,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "27c3ec6140ae39c26a30b85bfa5661ba" + "hash": "de9161066b918029d909f2c6721718eb" }, { - "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": "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": "", @@ -230421,16 +234624,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d3a527ae6937ba8520d0b849295ceba5" + "hash": "0cd43386900f0eec747510d2007cc944" }, { - "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": "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": "", @@ -230442,16 +234645,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc7cc9014d4b1992b9fce97e35202a5d" + "hash": "24d6027d564698044dc730a08c00e35e" }, { - "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": "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": "", @@ -230463,16 +234666,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d19baf9571cefdfa58447992db901923" + "hash": "abaca01a2ee96599931e91b4b4c95554" }, { - "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": "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": "", @@ -230484,16 +234687,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b351a0dddb36ec4c05341315111199d" + "hash": "c22a0ed5b01b0f1c34210397546bf6a9" }, { - "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": "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": "", @@ -230505,16 +234708,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "87dce11919f7550cf9c182e23b44dd16" + "hash": "690fdc2d85ebff61a1e635a56acea9e8" }, { - "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": "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": "", @@ -230526,16 +234729,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0377d0472e994fee857dbfda21eabe5" + "hash": "77e8ffe60f552ba56c8ab1492a822346" }, { - "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": "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": "", @@ -230547,16 +234750,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "720c20e84b2ad7491a3933dba4a135e0" + "hash": "4e70aa7602d540dfee5d5625c6de539c" }, { - "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": "‘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": "", @@ -230568,16 +234771,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b7199893a7d7847d361b5185759785c5" + "hash": "7033754603f41b442c2715e2921081ee" }, { - "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": "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": "", @@ -230589,16 +234792,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c0f2a23077db744115bb4a702d66101" + "hash": "cf97d34e3790836aaf326dfd657d11f7" }, { - "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": "‘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": "", @@ -230610,16 +234813,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "92509c5f0c2b38a8a94feeb819ff3a53" + "hash": "48fa98246c6059de3425f6247109f9a9" }, { - "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": "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": "", @@ -230631,16 +234834,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4287993cc5d3fea7b0a65792a8fcb88a" + "hash": "c76768eccf029fdbd238bd70375e3d71" }, { - "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": "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": "", @@ -230652,16 +234855,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe4a03a2b8478f440fe1fc69f00fabba" + "hash": "86b853d5c1011c7af896f5843010f2ca" }, { - "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": "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": "", @@ -230673,16 +234876,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "18f5dd47b2d0bc70b3499fe8087c8aeb" + "hash": "df05dc32410a368910279db532ca2323" }, { - "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": "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": "", @@ -230694,16 +234897,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "26d3cf1156ab40eedbc05f0ab4809e21" + "hash": "031f47974a5f35059d52f3201fbf6d44" }, { - "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": "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": "", @@ -230715,16 +234918,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "10a99ecd53dfa2ea29a35fc9c6593a23" + "hash": "8adea7e5d9688cf7bf918bc328fef481" }, { - "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": "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": "", @@ -230736,16 +234939,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6f4073d8e148fabab97aa3ecfe9c8bc" + "hash": "4cc6ac322bbe0298472cb980bd24200a" }, { - "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": "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": "", @@ -230757,16 +234960,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "25eab41fd3ca84a3000795fc4ac571f9" + "hash": "2abf4199670a6d91186851e58c177cf8" }, { - "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": "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": "", @@ -230778,16 +234981,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d56862368bf39eb6312d9680f4f79f6f" + "hash": "12333145bd73444923f93433805c15cf" }, { - "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": "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": "", @@ -230799,16 +235002,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e59d7677b50df0ddfadb8c47b8e6f5eb" + "hash": "92a14e1f3db2f4fd6f442d9bb09f3ae3" }, { - "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": "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": "", @@ -230820,16 +235023,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "00b34cb5b702a07a46bf9c27a1804fb0" + "hash": "efc190f03e7117784f0ef4e4053ee15e" }, { - "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": "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": "", @@ -230841,16 +235044,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8a1c435191b89e71c52f37f1cec8eb7" + "hash": "3907c0917c0f4ba5abd7ec86863f6759" }, { - "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", + "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": "", @@ -230862,16 +235065,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4b17b3044a10d99c9114a509a74b5e7" + "hash": "564307034f04fe62654baf97abf1a525" }, { - "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": "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": "", @@ -230883,16 +235086,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4982f760fa3f433333e756dcb01d6c8a" + "hash": "cbfa33cded217ffef030d02b85c936da" }, { - "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": "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": "", @@ -230904,16 +235107,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b63a932ec0ff03eb6943d2cecf39cf54" + "hash": "b6a917928bf14cb81afff7624fba4556" }, { - "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": "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": "", @@ -230925,16 +235128,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b157981faf220e3c1ffcdc5c6bb61ed0" + "hash": "e3fe9c3a7a6569b6e6f670ba007cd985" }, { - "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": "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": "", @@ -230946,16 +235149,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a98054cf12c7636b0bd35008b565c85" + "hash": "3d727d9180f5f375b4259a64221fbaee" }, { - "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": "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": "", @@ -230967,16 +235170,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fca4edccc37a26cf2d137e097c7607a9" + "hash": "019a5404127003e90447ef399586399c" }, { - "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", + "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": "", @@ -230988,16 +235191,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "96468272ba660f0f6e8f96253836119e" + "hash": "b34df0f44047dbbb742e8614684c3b20" }, { - "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": "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": "", @@ -231009,16 +235212,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "736ce2c376fa134a6a51280ae90016e2" + "hash": "28cb1954cbe20b0b6287efa4af10aced" }, { - "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": "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": "", @@ -231030,16 +235233,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8334f850dbcd0f201fbbfc9195053e14" + "hash": "6f666255bb3e99addd4b49c01da0798a" }, { - "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": "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": "", @@ -231051,16 +235254,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8aceabaf4f169c2b8d2de93ea198c884" + "hash": "ae16f738632334823b46e5d1dc374520" }, { - "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": "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": "", @@ -231072,16 +235275,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4518f88d8fd9a8dab848ed80f7122a64" + "hash": "564a78807686b94c381b3b8b9398bfee" }, { - "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": "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": "", @@ -231093,16 +235296,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "136fb47d8f346278bce166becae20269" + "hash": "c9d181ffc9cb73a55e30fd05d58b3f18" }, { - "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": "‘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": "", @@ -231114,16 +235317,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0847210a86876a04c20d1ed4434d645c" + "hash": "40a2ce503113e0969714c12721279036" }, { - "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": "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": "", @@ -231135,16 +235338,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2c59cfe555ab5b3f535a8d3b2116024" + "hash": "627e7cb68e1110b2c445122dad321165" }, { - "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": "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": "", @@ -231156,16 +235359,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "490708320335bb66b8d9bb77459671b6" + "hash": "0df6d9ac9f616817b2cf7b203a120c97" }, { - "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": "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": "", @@ -231177,16 +235380,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "81fc12e625ddf499d1e5f29eba1c7232" + "hash": "3fdc713cc0df41e35796ace1385ecc12" }, { - "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": "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": "", @@ -231198,16 +235401,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1ae67dad62bca92a43173c836c464dd" + "hash": "640224464be0f349328608f3e282ba20" }, { - "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": "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": "", @@ -231219,16 +235422,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb25fe05120002ad8e11864b3eb2d8d6" + "hash": "a8bd4b216e88a2b46f8390e823798d58" }, { - "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 ‘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": "", @@ -231240,16 +235443,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "280b60c477f34746e89a148022eadb65" + "hash": "0b7e7f0adaed0ff3bcac5df758850f7f" }, { - "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": "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": "", @@ -231261,16 +235464,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "04d8f066e78a255e803f1ea7778b18d5" + "hash": "75c61978cd9543e5eef18d1492a23e58" }, { - "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", + "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": "", @@ -231282,16 +235485,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "91e6c9a2a26a3d2d2f490230e42aa921" + "hash": "83748871d11fa85e38b61b0b12469946" }, { - "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": "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": "", @@ -231303,16 +235506,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e387f692a5468658ead1703e2e91baab" + "hash": "51efdb8a89b7dad46d89c8dda2dfe23f" }, { - "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": "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": "", @@ -231324,16 +235527,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "15d05b6ea1906439614c90a89f32fd8d" + "hash": "5762245ab212d9b8b31e0c1db5b566a3" }, { - "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": "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": "", @@ -231345,16 +235548,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a3f43fc61fbf394ad5212a54b7e7046" + "hash": "fe13c4b0e793ded95e7c1d378e53843a" }, { - "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": "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": "", @@ -231366,16 +235569,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bbb249c0d2fd9cbdd4d15583d79b33d" + "hash": "1bf9d719980eaac059986b6f03c9eaa4" }, { - "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": "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": "", @@ -231387,16 +235590,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "08d0f8944c17736d48c319032c5a5521" + "hash": "ab79fa49ac4af175c889ea36c9bf73e1" }, { - "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": "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": "", @@ -231408,16 +235611,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d23e9ae572f2e0435f622699400f442" + "hash": "df1911d2a4e4420a4ab1b713b5f26ef7" }, { - "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": "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": "", @@ -231429,16 +235632,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "988893fbcb5904b787b4669377f6391f" + "hash": "6419d9a31e77c97d884ea19ced51cd0c" }, { - "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": "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": "", @@ -231450,16 +235653,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc2ec70b45df0a555979d26b3204c725" + "hash": "9ea72416f77fa8f348751a2cee594f60" }, { - "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": "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": "", @@ -231471,16 +235674,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f76b88a5e4c2f5541cef2a253311451" + "hash": "640ea1e295b4455a971e96a2d23a8f70" }, { - "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": "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": "", @@ -231492,16 +235695,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "29afd6172d6c530a786f285acc6dcd80" + "hash": "1586c9815137319aaf352e1487f38047" }, { - "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": "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": "", @@ -231513,16 +235716,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "76dcc8063483849522f6ffd94dc0cb7f" + "hash": "52a9cede5c20629b028e944b85eec40c" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -231534,16 +235737,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e4daf5d2acfc9c175e7390085ec8e89" + "hash": "8c8e09af5dcdc6afca682854af67dda4" }, { - "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": "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": "", @@ -231555,16 +235758,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d66ea17f6beff12d52a300b054994901" + "hash": "23f69b2e3c990412f95040f0f3cee331" }, { - "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": "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": "", @@ -231576,16 +235779,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d8b0c20973a89c14ab1b4a0aec6145d" + "hash": "93896c2544eb42e3a0cbac412057c7b9" }, { - "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": "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": "", @@ -231597,16 +235800,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "660dc83b597eb168defa6ca89ff9d8a0" + "hash": "70db5ad15a5e39fd5f097cc418eb8b2e" }, { - "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": "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": "", @@ -231618,16 +235821,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "985bdd04e50283b975f40913cf565182" + "hash": "056d2e8d84c5f2eac98aaacabf40e26b" }, { - "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": "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": "", @@ -231639,16 +235842,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "da3ab84b2c85752a0627368d646b50bb" + "hash": "4e8c8169453dcb37a480f38544efc2ce" }, { - "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": "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": "", @@ -231660,16 +235863,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7686785043ca6d58f3bdebfb673290f6" + "hash": "2576c138d6253b5448e738aee913766c" }, { - "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": "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": "", @@ -231681,16 +235884,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4bc87256efcd951554f27772a858ad74" + "hash": "b8e9302df185739643c28d24e75a57b2" }, { - "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": "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": "", @@ -231702,16 +235905,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5018d907122d5d7b077bea54571abc34" + "hash": "dfca37465682dfecffdb6a064090200d" }, { - "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": "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": "", @@ -231723,16 +235926,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "069809f8ab93e94b687eaf3562c5fab9" + "hash": "a920780ad0ea24fed90a5d210fcdcea9" }, { - "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": "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": "", @@ -231744,16 +235947,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f37a94b2237f5d62edc89e192a59d9c" + "hash": "c4be80ff6923d705c6cf3b81457b3379" }, { - "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": "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": "", @@ -231765,16 +235968,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1651fd60847bb384e4625c6ba3f73923" + "hash": "ea29454b3f78983c436c39867e6b3997" }, { - "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": "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": "", @@ -231786,16 +235989,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "550c48f85e14c924d1468b4251181f97" + "hash": "016429fdfc1ea3d428767776dafd117f" }, { - "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": "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": "", @@ -231807,16 +236010,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "32a03b7375a0c3c43faccbc6fdd7acf8" + "hash": "bb02c56d2299d87520cc28ff819a0374" }, { - "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": "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": "", @@ -231828,16 +236031,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "56136365fae6a02b81b0b3749f658c10" + "hash": "80736f818c1cf85b0ab9c2f07178be2e" }, { - "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": "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": "", @@ -231849,16 +236052,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf2de0ad39503150bad95dcb978eff2b" + "hash": "e7d6922af3cf6fe8c1edb3b403df7189" }, { - "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": "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": "", @@ -231870,16 +236073,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4da59963c239ad615d2bb41eff348763" + "hash": "0c8dc6c928584a869e68f8caf68d8f72" }, { - "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": "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": "", @@ -231891,16 +236094,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9410e56cb76ac26e9b71086460a1b83" + "hash": "e78699ae232ef553b3c9bd2b79144264" }, { - "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": "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": "", @@ -231912,16 +236115,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2406cb62f8382b1efc87a915e576b27" + "hash": "a03a5e182e6146566187c84702e21bc9" }, { - "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": "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": "", @@ -231933,16 +236136,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "984a004354c2da9d26fe85b38a4df898" + "hash": "217c298aebd8aef5a17b0e0ee79363d9" }, { - "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": "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": "", @@ -231954,16 +236157,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c30f9c3b379d2e61220d324c01431ce4" + "hash": "baa4b0039783f104c1eeace49cd194f9" }, { - "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": "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": "", @@ -231975,16 +236178,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c8fc1f68776d692066ab8eb95e84a0a" + "hash": "4d99d53974320975e6211aaaf8ccffdb" }, { - "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": "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": "", @@ -231996,16 +236199,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "632020b08efea986a9048b5f8062867e" + "hash": "cb65b55a0afb77090eac67a4e554a2d6" }, { - "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": "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": "", @@ -232017,16 +236220,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "059d176824d4a7dd559982d5f3f2a621" + "hash": "81bad8b31bd820facfe6936079383f05" }, { - "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": "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": "", @@ -232038,16 +236241,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "812c6848df64f55b3f659f3cf205a7f3" + "hash": "91778ca04f31c1e3271d7e84d702922c" }, { - "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": "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": "", @@ -232059,16 +236262,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d7912573d1b0cfad2a283d993eaef837" + "hash": "40f96dc8b38e675bf30e62ee4ebf272d" }, { - "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": "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": "", @@ -232080,16 +236283,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ddf40d222aace30b6a230a8fa8566362" + "hash": "964f2a0758e00fa8df7aa0e3ddbd5a8c" }, { - "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": "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": "", @@ -232101,16 +236304,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d7a971b52abfb6b70fbdc45df839c86" + "hash": "8bf50d6cd4056120af327527c21eb312" }, { - "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": "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": "", @@ -232122,16 +236325,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e2f0ca1749fa6afa0eb6c428055a7d5" + "hash": "ff4e437e29718d907cfcaefa1d6e7d5b" }, { - "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": "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": "", @@ -232143,16 +236346,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0e7a620d78995451c14c5e9deda476b" + "hash": "e4bbfc67e0c73d096f92dfaaa28080e0" }, { - "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": "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": "", @@ -232164,16 +236367,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b8d9f6ffe7f42ee9023974712782bc7" + "hash": "42abb63dd09d4ee15badca6f08e2c802" }, { - "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": "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": "", @@ -232185,16 +236388,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "878407c66954ee9b72a779f5de38e1ca" + "hash": "0acf4074b1dc92a1638a3cde7e8032ca" }, { - "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": "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": "", @@ -232206,16 +236409,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "40729219a53b12506b42b5fd41264beb" + "hash": "12ea2c35f393583deb1b29e9f4102a92" }, { - "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": "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": "", @@ -232227,16 +236430,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bed8ac46203e1490282082a4ee030658" + "hash": "c8879efd48c63afa04871b39dbb72c6f" }, { - "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", + "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": "", @@ -232248,16 +236451,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2ac6c30c59fe6758f49938e1f51b8f0" + "hash": "6fb25fa2a4636c2dfe97da9362ad84e3" }, { - "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": "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": "", @@ -232269,16 +236472,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f4a71aeeda37c82ed04a20b45f98854" + "hash": "4233ad4e9557465c94ef01433aba9e6c" }, { - "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": "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": "", @@ -232290,16 +236493,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c8deb368912eb1602b946a96e338247" + "hash": "b2c0f60dd8272fb0a76094cfd87f2f84" }, { - "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": "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": "", @@ -232311,16 +236514,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c750e594d27f0f08edb51616924c9b0" + "hash": "6188a375295c0f916f4e0fd4b9d47381" }, { - "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": "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": "", @@ -232332,16 +236535,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1d13bb24c4839db673a1789d0965ab3" + "hash": "5dbc78d54fb1bee365b918a2680ad7bc" }, { - "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": "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": "", @@ -232353,16 +236556,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e9047c9b2db9384a1943f7bf28eafab" + "hash": "7fc5aaa093f265f52c6a82315b23245b" }, { - "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": "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": "", @@ -232374,16 +236577,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2cfedff818d9be736a9560b6907ef852" + "hash": "0212f3864e91bb645370145b27e2ca30" }, { - "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": "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": "", @@ -232395,16 +236598,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a43f1aef0d417dd6d9a1726711347ae" + "hash": "5827317fea56c24907791a025aa4e8b7" }, { - "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": "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": "", @@ -232416,16 +236619,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e1cb0f1597a61a6e9acac34a84c9637" + "hash": "87824f40d3cc36988b24233000a63cf9" }, { - "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": "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": "", @@ -232437,16 +236640,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fed126a4a8b96fe8d16a53d1fb4c0a6c" + "hash": "e02cc642dd137101e86432d70f916bcd" }, { - "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": "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": "", @@ -232458,16 +236661,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad064e6cba876ee33528ccdf42f2e8ab" + "hash": "8ae261c8f9cef75779df8a8b43d9898c" }, { - "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": "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": "", @@ -232479,16 +236682,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "da5a7734d6bc73b3cb34f6e239631d57" + "hash": "84aeb0af9748e10223a3c67d45280b27" }, { - "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": "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": "", @@ -232500,16 +236703,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e531d2344b0b575cf9f81ca518686c62" + "hash": "deb67c19dc33d76d8d6ad5d1965b1998" }, { - "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": "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": "", @@ -232521,16 +236724,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a99f72dfcd4e643e0de86463afd33d3" + "hash": "0a6b35f955134eaa5f5322384f4ef6b0" }, { - "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": "‘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": "", @@ -232542,16 +236745,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a3297d5e1cb79456fec404df9e79e55" + "hash": "ebb46bfecd4d23ac3929dc2c2808be17" }, { - "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": "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": "", @@ -232563,16 +236766,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4dfb43af8e8048856b510e22581d9e8e" + "hash": "af7bdccf1b116129fe4499de5579e46a" }, { - "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": "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": "", @@ -232584,16 +236787,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b37e7a6cac785652f421a2293116d244" + "hash": "b8dedc0e6c7c80e1abf928ffa2c18e28" }, { - "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": "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": "", @@ -232605,16 +236808,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bba669d3a51b1beec3a0323c6cd6b34d" + "hash": "43344d105a29347afd17335b3ab30131" }, { - "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 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": "", @@ -232626,16 +236829,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe1630f980936cfce6554340857a4daa" + "hash": "d035536748213f13adb47dce0524c0b0" }, { - "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": "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": "", @@ -232647,16 +236850,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "05bddff91145eb8c8ad7251f15715f9d" + "hash": "92ee5e7183101607a8b6af3d5f9b0655" }, { - "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": "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": "", @@ -232668,16 +236871,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "361d2fe2f8a0a3598696fff4a701a5b4" + "hash": "b720e429e529aafcdc229aa268c49471" }, { - "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": "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": "", @@ -232689,16 +236892,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "15e7a9039c34e6db0441b9beec4aaedd" + "hash": "75dd5dcf8251f3160a591cb7e614e272" }, { - "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": "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": "", @@ -232710,16 +236913,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "20a74544b5c0a756b5598f163e1637b4" + "hash": "11b3533d6c84310fd69e164525df0fae" }, { - "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": "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": "", @@ -232731,16 +236934,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "24c520631f0acd8438e223c1dabd7c10" + "hash": "cad93ff4113d381646943cd50da2ac4d" }, { - "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": "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": "", @@ -232752,16 +236955,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b87d089a1c8786185b78da545190282" + "hash": "932ad262d95d2da89651a467f8ca382c" }, { - "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": "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": "", @@ -232773,16 +236976,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd28da0d80d485c05c1f0acd1eebedf6" + "hash": "a649567c27933874a6ec34f014c75bb5" }, { - "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": "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": "", @@ -232794,16 +236997,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8797f15e72fdfa00c1c9ecd721993d8" + "hash": "1f3827538e570147b03a6f7b494068f0" }, { - "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": "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": "", @@ -232815,16 +237018,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "34b4aa52f96d26dc372796aab86035ee" + "hash": "28df41d7a08d7c81587a55155e063767" }, { - "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": "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": "", @@ -232836,16 +237039,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c2d005d1ac7e24e0cfe3e17343c9ca8" + "hash": "5d6a6931eee68ebf59c44a29ad339913" }, { - "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": "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": "", @@ -232857,16 +237060,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fed92758adaa44406ba76facccc3fc63" + "hash": "77cc0088b1d90cce21ef0fe656c98d64" }, { - "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": "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": "", @@ -232878,16 +237081,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e4037f700ef4cf82a97e8ff3f924da1" + "hash": "b2319137ea72ee6b875e03d9a84f4e6b" }, { - "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": "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": "", @@ -232899,16 +237102,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "371fcb1f2337cd34d09d7f7d175e215d" + "hash": "6e70ca96563baeb5a4cf4d5d35d2f30b" }, { - "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": "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": "", @@ -232920,16 +237123,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0a7338905336dd861245edc0b552841" + "hash": "21c390ece2c07850b3682bf0f52e9443" }, { - "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": "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": "", @@ -232941,16 +237144,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a51c7149e34a1b35f30a06d2b0527445" + "hash": "a42f2d55b1ce32ec57e52f4cc43f3891" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -232962,16 +237165,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb9dfdaaec5df891114865e5e9a37487" + "hash": "3b036271bd95b3ab37b6c904927f30fa" }, { - "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": "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": "", @@ -232983,16 +237186,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2e82ee76d020ea1e3c4276a56742acc" + "hash": "4f2e3b487c783edc09932fb193eda285" }, { - "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": "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": "", @@ -233004,16 +237207,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0208223890c00ca700c52b86fb8c4a8e" + "hash": "4ff7bf5ba8d233b691e9439f2d998b01" }, { - "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": "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": "", @@ -233025,16 +237228,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "baba47ed1bb429b52141a0e7167f84aa" + "hash": "f6a9fb6e5ffdf89b6fd9fe4352a6f30d" }, { - "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": "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": "", @@ -233046,16 +237249,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c85f8220d0687529dc619eb32f133852" + "hash": "c46bc2e24f38943739273046c3e8cf89" }, { - "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": "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": "", @@ -233067,16 +237270,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed1656ec43d0db8e3f248fbeadab1233" + "hash": "9b1cb6b04f3c685602a5deedbc248cae" }, { - "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": "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": "", @@ -233088,16 +237291,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "361e02b6477d07e92dfd850011605646" + "hash": "0957adc11bac94cf371527b27ffedcb4" }, { - "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": "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": "", @@ -233109,16 +237312,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "627c7fc27121c065e24ca3e6ee71c990" + "hash": "0abf4672da6be7007475fd2643409a78" }, { - "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": "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": "", @@ -233130,16 +237333,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c46c433b4b01fde339792bb610648b5" + "hash": "d0817a0e41bcd18adeb6ccf693fae823" }, { - "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": "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": "", @@ -233151,16 +237354,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "39ba3fd010ff2d556c4581d020dd8f78" + "hash": "ec22d3a1fcc4f02fb29b88e0a5fe4dbb" }, { - "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": "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": "", @@ -233172,16 +237375,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5bcee336da6cf02f79aaf3c85d22577e" + "hash": "5af17629f7ecf33ac0084c7b4aa72b87" }, { - "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": "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": "", @@ -233193,16 +237396,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "de6ed5ffdf8973241df1f7e5109a042b" + "hash": "8fc27f4c1bfc2f8404d51925b52d8df3" }, { - "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": "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": "", @@ -233214,16 +237417,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "da0b3bbebe99dfd3ef9473856332a853" + "hash": "7953a1a4910b990a38635ffd8a65d43f" }, { - "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": "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": "", @@ -233235,16 +237438,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "787d818939aff8dd0e635b69307c9713" + "hash": "ac6dec4a672dbc51f9fb4b9e40355fa1" }, { - "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": "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": "", @@ -233256,16 +237459,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2e7ecb0559b94d405bf4c16169eb133" + "hash": "155de9be6130dff16366bd2cf8d3d8cc" }, { - "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": "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": "", @@ -233277,16 +237480,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e835e02ae1ebeb093804be2b61b67529" + "hash": "4a4cf64f97d6751021912f56ede3da55" }, { - "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": "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": "", @@ -233298,16 +237501,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd0dd738603773a0ae1c5f45878c586e" + "hash": "ac92f2344bb5bb8fd38f7c5202552ed5" }, { - "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": "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": "", @@ -233319,16 +237522,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "309fc7b204ccb8565ed39923880973a7" + "hash": "9c07afda7c38aa49e543baf20cae52da" }, { - "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": "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": "", @@ -233340,16 +237543,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccbd608532ecfeb8e5444dc4d786ee60" + "hash": "000820d924a05cfe26077f6a218cb2a2" }, { - "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": "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": "", @@ -233361,16 +237564,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbe87eebf1be3368fddc56a0f1a12aa0" + "hash": "e9e066ba0ff3b543b7a36b028e55b671" }, { - "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": "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": "", @@ -233382,16 +237585,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "392105dae350ad2ece889b7d5b4a74c7" + "hash": "a49d67afbc9fdf69d5ce3c2a342419ec" }, { - "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": "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": "", @@ -233403,16 +237606,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d31a99458be9ba979130ba0c1b20b771" + "hash": "05b3f220a1964635f64458ed44078826" }, { - "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": "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": "", @@ -233424,16 +237627,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "25b18f8d7bb2ef05d82bf1b465824817" + "hash": "80f09a541aeda797f0a1619ddcf9cf6e" }, { - "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": "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": "", @@ -233445,16 +237648,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e9292f9fb42845329e19e57eecb2a2d" + "hash": "efec6ac9959cd5940aef63e72444c80d" }, { - "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": "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": "", @@ -233466,16 +237669,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "77f5fcb4edab40bddc10a716aa0c3bad" + "hash": "0be18abcee8c64ad20456c64bfd2c26e" }, { - "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": "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": "", @@ -233487,16 +237690,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "336e2b5592f62aca04076bcb8149d5a2" + "hash": "15122aa7792c9f3c909449728e7f5717" }, { - "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": "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": "", @@ -233508,16 +237711,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0502380714fed73b3bc9b536d19010fe" + "hash": "9ec5c23b4bae08e66d3b6cdcb5b14870" }, { - "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": "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": "", @@ -233529,16 +237732,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "45dfe634933e3c06df5b3b1e82c59488" + "hash": "7cecb0ae0f3c4a21c6506eb26f8d79ed" }, { - "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": "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": "", @@ -233550,16 +237753,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "88362aff91da60540deb235f6a3711da" + "hash": "4d58c6657797cb0942f0a4f26542b709" }, { - "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": "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": "", @@ -233571,16 +237774,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a491a8049969ede6ffb0aa5c1ab29b5" + "hash": "9023ec03c2008d12d6ead756d892c385" }, { - "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": "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": "", @@ -233592,16 +237795,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "664274605908093ffb3622d475cad6fd" + "hash": "a47384dd89533240d7d79606f77d7115" }, { - "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": "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": "", @@ -233613,16 +237816,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4257ec2c62db603e3c14c19a3da52aa6" + "hash": "4782efe95145c8b229f13cf04bf6cf83" }, { - "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": "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": "", @@ -233634,16 +237837,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0121216de47f992182cc7487ae44fcac" + "hash": "2a0d2030044c0a76d16cb7821cae4ba1" }, { - "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": "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": "", @@ -233655,16 +237858,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f7e4ee2410ff4a8048ea7e76306f673" + "hash": "78022dd4def52316201d54ebe617474e" }, { - "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": "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": "", @@ -233676,16 +237879,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c2a4af6c9e25c4158572774ce0087fca" + "hash": "7158ec12fea6a00be6f06a6398ec1275" }, { - "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": "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": "", @@ -233697,16 +237900,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7cd624a23347940a0fb64c04699a6bd6" + "hash": "8765d7df94865ca3a82fc910a07e6865" }, { - "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": "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": "", @@ -233718,16 +237921,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ddc20b64ed24eaa9d94aeff450fcd187" + "hash": "8fbec7ceff40a99c1ee809c30e72eac6" }, { - "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": "‘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": "", @@ -233739,16 +237942,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "85f31ef78cfbd89a89cf349dc18893be" + "hash": "badaed8441aa738bbc4dd8aa3bad27ad" }, { - "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": "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": "", @@ -233760,16 +237963,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9285ccbf08b48bd84cad8232b0f58e8" + "hash": "7101d8d003e894dcb1602692894ee614" }, { - "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": "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": "", @@ -233781,16 +237984,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c34b82c5d0ae9190f321de66c353867" + "hash": "3a1af2326b3d2c55e3ca95112dfe07ab" }, { - "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": "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": "", @@ -233802,16 +238005,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0896377d7d02454ac59a32466fd691de" + "hash": "bc2cfffff5d0d6b5cafa452566180fee" }, { - "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": "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": "", @@ -233823,16 +238026,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "963c91dd14e3f89ddf8ad35176d34208" + "hash": "0fcac2d0ebfb212f05a9ecae6c2086ea" }, { - "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": "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": "", @@ -233844,16 +238047,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b77d4bf1a4a7d90a35cf997932beff3b" + "hash": "40ef7c37372d55ee483e4ae1d0a5719b" }, { - "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": "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": "", @@ -233865,16 +238068,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "99a3b0244eb30daeb65c86d177f7af87" + "hash": "bc7849ba056092f986f36c49802da09e" }, { - "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": "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": "", @@ -233886,16 +238089,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d566578981244a58d09c3d4e86157abb" + "hash": "0ae570400edaf19c0661cd7860b9e512" }, { - "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": "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": "", @@ -233907,16 +238110,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d777a539d7f3075d0a9e899352c8a32c" + "hash": "3a23d42d4a2f34a790803bfbd283c0c1" }, { - "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": "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": "", @@ -233928,16 +238131,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4b7618da1f9d3c60cf4f8491d640f87" + "hash": "80fee92c729ccacb1d67b85007f6c7f1" }, { - "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": "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": "", @@ -233949,16 +238152,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce1b7de08f52d623ea75fbdd2d51e031" + "hash": "4bd528fd4d078a5c7abeb84db3e13e3f" }, { - "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": "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": "", @@ -233970,16 +238173,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c4c126d8e13a2d996cff0c6b94bd81b" + "hash": "78fed034c675959ce945fb91137e1ac6" }, { - "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.", + "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/12/world/covid-omicron-vaccines", + "link": "https://www.nytimes.com/live/2021/12/17/world/covid-omicron-vaccines", "creator": "The New York Times", - "pubDate": "Sun, 12 Dec 2021 21:57:43 +0000", + "pubDate": "Fri, 17 Dec 2021 21:57:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -233991,16 +238194,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b43aaf71fdfef85dd818c5ad8642e794" + "hash": "5649ce8ecd441dd2eadc79dd3867328a" }, { - "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": "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": "", @@ -234012,16 +238215,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e94e87c4b446f7c708984b5b9f2e7546" + "hash": "d1dda100ad8e27528a7bbb32758cd2a9" }, { - "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", + "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": "", @@ -234033,16 +238236,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f5a9a73cf4aea11b5460388232123da" + "hash": "e7e7d1e5e6876992c45876cb24dd10ec" }, { - "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", + "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": "", @@ -234054,16 +238257,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5f5a50add38edc65839f6bcab9301ab" + "hash": "1e910621bd50a6b7e84b669b2e294707" }, { - "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": "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": "", @@ -234075,16 +238278,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "60f972bdca89f81a5d7714e32456c7bd" + "hash": "f1a5e4719a8880037284403c49714083" }, { - "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": "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": "", @@ -234096,16 +238299,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8197177abc5b7d7eb849f83503779244" + "hash": "b1d2e3e08bde244d31061f5afa1efee2" }, { - "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": "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": "", @@ -234117,16 +238320,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c5c6cb20df5d70eba182e516a800090b" + "hash": "6f9667fb3fc503fad34721cad38209e1" }, { - "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": "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": "", @@ -234138,16 +238341,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "00bf2855beb387e5f6e0bbf5e44f7362" + "hash": "49161ce7268c69ff1990160cd203cdde" }, { - "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": "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": "", @@ -234159,20 +238362,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b3d5eae05bc25e697d10b8e7a0e23b79" + "hash": "73fa643ed58c3f3e8ab9d496dd0b858d" }, { - "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": "", - "id": "", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -234180,16 +238383,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a580aad2a1ecb9e6acd293ff46d480e" + "hash": "d6324c426e77ff8b1a01ab7ad8082d27" }, { - "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": "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": "", @@ -234201,16 +238404,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "404734b22cd2eee5bd2c1b446e4f72ae" + "hash": "bf4ce57625991241b8a9a2072e7c1d92" }, { - "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": "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": "", @@ -234222,16 +238425,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d91f930db1966f85195c4e5614df41fa" + "hash": "3f424d53426a11a46dfe5548a744080a" }, { - "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": "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": "", @@ -234243,16 +238446,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4dbe816fc5b436c81737c717c94b4e0" + "hash": "687f696a992dc70eb77f1c07cac8f00b" }, { - "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": "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": "", @@ -234264,16 +238467,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8aa9aae906b4298318edffc471aa0ba" + "hash": "4da7f251807dc1db1df7f74e92d81633" }, { - "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": "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": "", @@ -234285,16 +238488,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "348d624c0b3daf3c66a44cc24f8826a7" + "hash": "f9e0476c9b4404e1087faa7864e2ac4a" }, { - "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": "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": "", @@ -234306,16 +238509,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f34ad0eb297c91f91a039789037d314" + "hash": "2a8e04c3b201c1f32ac39417badff656" }, { - "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": "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": "", @@ -234327,16 +238530,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e373e7a063dda2ce5a231bce56e9b5d2" + "hash": "552f8c8a2d2b866578309bbd585d87de" }, { - "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": "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": "", @@ -234348,16 +238551,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f0eccb75a0aa74baa6ee9f42ca27d52" + "hash": "50ef8a72285a5608dc6df31f58545447" }, { - "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": "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": "", @@ -234369,16 +238572,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5f727cfdfd5226e8f0cd403892874ce" + "hash": "6b10aeea675d0d180f64e6299711dd87" }, { - "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": "‘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": "", @@ -234390,16 +238593,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8d95299bcd5e96ce13ee3f72b1e0932" + "hash": "71f6038ef30e99dccc2fa514150782c6" }, { - "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": "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": "", @@ -234411,16 +238614,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea85955102734fc716ba45742e019c2f" + "hash": "985a9e288ecdf665d091fdcaf080594f" }, { - "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": "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": "", @@ -234432,16 +238635,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f3072d7411bf3dcdb796ef41aa82806" + "hash": "a7d2101e1f71dfeedc4add110ecb6499" }, { - "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": "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": "", @@ -234453,16 +238656,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a67986cb160f309f5c76d01d9e98e6f8" + "hash": "dc3a3b0e514003d48b4a5f59835e9ea8" }, { - "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": "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": "", @@ -234474,16 +238677,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dcf9bd0a70897da0a41dc9e9b65e991c" + "hash": "c2317b41a76dd40d5a9c1251c3d38e0e" }, { - "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": "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": "", @@ -234495,16 +238698,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa58169ed3a7b16d33e0b07ca12377fc" + "hash": "fa6dff67a8d4e38236cdefabb50d653a" }, { - "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": "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": "", @@ -234516,16 +238719,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "387d9944ca6b64e2701fb9581d7dd6d3" + "hash": "ed45d53f65b7e3194b3c9707486451e2" }, { - "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": "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": "", @@ -234537,16 +238740,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e956b54d61150a0c03bcc88637165963" + "hash": "75478ad02f93567f1b95ff22c409f3fd" }, { - "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": "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": "", @@ -234558,16 +238761,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d05c3c3213100fecff74389d2a188efb" + "hash": "8ff09ab0f324e9d01edf186eff86c60b" }, { - "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": "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": "", @@ -234579,16 +238782,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b982ead349d750194b67c7112fb77577" + "hash": "112df004594858315dda5726457a4992" }, { - "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": "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": "", @@ -234600,16 +238803,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4dd6c8333f455ed7087d95c3e0198084" + "hash": "7c6c252a487f8784c3e7a2de5e360e01" }, { - "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": "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": "", @@ -234621,16 +238824,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e872942b7bd9d66681552788ccc71574" + "hash": "22932a76f46e22dab33db2d6344d402c" }, { - "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": "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": "", @@ -234642,16 +238845,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9ea48b334eb0c7d1b378064e3296a1b" + "hash": "910366e46a12e5c3759cc7e10bb2f314" }, { - "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": "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": "", @@ -234663,16 +238866,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "55ed4620eaca1dc626533b229f545b7f" + "hash": "3e4eeeadb84282702a939f50f5b3c508" }, { - "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": "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": "", @@ -234684,16 +238887,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7bc72ea965075ff244e315600acf763c" + "hash": "0b9e779e508a8212e707fbb175a4a5b4" }, { - "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": "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": "", @@ -234705,16 +238908,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec344fc7ec1eb6cb0f44373f833a05d2" + "hash": "226ab411a8c456ffb03293d44e3b3fea" }, { - "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": "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": "", @@ -234726,16 +238929,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ad2ffaca506566d6ae004e61e7238f7" + "hash": "7ba3b8cf53b59d31af2ae7993507aa15" }, { - "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": "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": "", @@ -234747,16 +238950,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "273ed956d600d21aadfe5ed2ad1e0fd8" + "hash": "3f995f5f7d7b06a4d71eebff5a6f49dc" }, { - "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": "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": "", @@ -234768,16 +238971,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd2a41606760196e7bd4d6c4c5f8b7c7" + "hash": "3136dc66f9bcaa81a89afdd00a3ee3bf" }, { - "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": "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": "", @@ -234789,16 +238992,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "be5b04936a16dd673fbb24226750de27" + "hash": "1deb4a9feccd8d9d7551826acaae641e" }, { - "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": "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": "", @@ -234810,16 +239013,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "582af5f0ec1f661036bd2829231724a4" + "hash": "a8088965a57ecc8120a06238ad60c504" }, { - "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": "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": "", @@ -234831,16 +239034,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "97b2822e3489dad7a5f108c7a0475c62" + "hash": "32c3f7e48d325259ccc43815fb7cdfd1" }, { - "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": "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": "", @@ -234852,16 +239055,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee0802cf9bba35fad8da5ce23d58914e" + "hash": "a99493171d5826aa32a14360e8a8f02b" }, { - "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": "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": "", @@ -234873,16 +239076,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "657089bbebdc11bca694dbd2152a326c" + "hash": "b620fa8dc5b95605d2448bf68d0cb3d7" }, { - "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": "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": "", @@ -234894,16 +239097,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c5e217482909c93d92288bc09721952" + "hash": "2545aa8ae5ddcab04bee4aa7e056f315" }, { - "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": "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": "", @@ -234915,16 +239118,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bad56e07ab68830543fd1c9dd27f8200" + "hash": "83de68b8e6bc0f8f5269ace43e57406c" }, { - "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": "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": "", @@ -234936,16 +239139,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e59165ec187f4e9059f9aa7e1038e1b2" + "hash": "9cc8bff00b158f372cc856989bf1c32d" }, { - "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": "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": "", @@ -234957,16 +239160,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2eed6ca5817bd7bec3fd7609e3b50bfa" + "hash": "9a36bbbd9ef6a07f601c9fc6be1bc36e" }, { - "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": "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": "", @@ -234978,16 +239181,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1af6375b8bd47932c24b68b4608f1402" + "hash": "c6caa61c88754f9b1881fb772c33978c" }, { - "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": "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": "", @@ -234999,16 +239202,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1346156dbb106e3c999352a3a3a6a62" + "hash": "3875afcb05bf355d9351fbdb8b06a957" }, { - "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": "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": "", @@ -235020,16 +239223,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa57d1137687366e138a364872d2311f" + "hash": "c230906b431c97b06e6baeda15d2a133" }, { - "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": "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": "", @@ -235041,16 +239244,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc1be54926e51cbf8f9c6545fa681de7" + "hash": "8da4557986cf1500c362c3eb221af392" }, { - "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": "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": "", @@ -235062,16 +239265,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "11a119d1412e89e937a7793dfebff9ab" + "hash": "cedfe8d49f91165dba7912c1e64659fb" }, { - "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": "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": "", @@ -235083,16 +239286,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b36fd97a346a49f17b7ce2dd50acc221" + "hash": "35593dc68f5e4137fccb1d371526a760" }, { - "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": "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": "", @@ -235104,16 +239307,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae2328d1b448fed9d6799bbc0773010a" + "hash": "945400da10665ba3d0a558937fc8859e" }, { - "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": "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/11/us/tornadoes-midwest-south", + "link": "https://www.nytimes.com/live/2021/12/16/world/covid-omicron-vaccines", "creator": "The New York Times", - "pubDate": "Sat, 11 Dec 2021 23:25:20 +0000", + "pubDate": "Thu, 16 Dec 2021 19:08:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -235125,16 +239328,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2605b7b0bd86b5fa4d804223f65ed949" + "hash": "88c5f06564df0cffa887641848da9c4d" }, { - "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": "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": "", @@ -235146,16 +239349,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b55f8ed454c85bbdcbacc3cec681e96" + "hash": "4ae15c28afadb4cf275231661f238810" }, { - "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": "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": "", @@ -235167,16 +239370,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a3b1442a132bd339347ca39d4d99f22" + "hash": "f96e54047981be67158d40d76a1eabfb" }, { - "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": "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": "", @@ -235188,16 +239391,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "355acdc28dd124912ddd12531ef884c9" + "hash": "ca96600aefda7a7cca1eb732707871a0" }, { - "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": "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": "", @@ -235209,16 +239412,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8bea302590d0726fa6fcb6f51579743" + "hash": "faa36bb5696c8a1603772a9fe28f407b" }, { - "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": "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": "", @@ -235230,16 +239433,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "afa682241b2e1932dcfbfb2677f0de0e" + "hash": "60b61e73f9f04f0eb489bfa76c713558" }, { - "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": "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": "", @@ -235251,16 +239454,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1e16dbf34c8486ca5976137026a98ee" + "hash": "101eb7cc7f1cba29c29e64149cd7365f" }, { - "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": "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": "", @@ -235272,16 +239475,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6fdbff3354b3a78273568b08a9b06cf0" + "hash": "479f51f655eae713a6cc8e41463d0679" }, { - "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": "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": "", @@ -235293,16 +239496,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "545ad2e020d50a6e8bdf682bd5562e06" + "hash": "4e0a209a987133c708628f7795d8bcc9" }, { - "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": "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": "", @@ -235314,16 +239517,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b7f287447e1f1916f4413ee47109655" + "hash": "08aedf78d5f888abdab721b5e52dca4d" }, { - "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": "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": "", @@ -235335,16 +239538,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "36182a7a68cf812ac19604068a98b832" + "hash": "a90c00283d3f826083b4a070f5a7c5b1" }, { - "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": "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": "", @@ -235356,16 +239559,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4dcdc30d0b20242bce34df1a81607762" + "hash": "65348a8d28d360a12ea0baf2bfb109ab" }, { - "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": "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": "", @@ -235377,16 +239580,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7a1c1aa4c778ec6dae8c59386e2586a" + "hash": "e89b61946cafaa0d4d0b53036feecadf" }, { - "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": "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": "", @@ -235398,16 +239601,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "78ca564d6b04faac44e84090d18776f7" + "hash": "47a3fdc6aca71c6a41a4e3755a3737b7" }, { - "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": "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": "", @@ -235419,16 +239622,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "441dfabd51783b7137d6178484a0c61b" + "hash": "74044911d825067fced780807a1b9dfd" }, { - "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": "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": "", @@ -235440,16 +239643,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4736557ef4ef3bb4afcf54cee9eb8ed7" + "hash": "1c85b1735c065c247320fee98183e36a" }, { - "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": "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": "", @@ -235461,16 +239664,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "95e555b97b5fd7b23f43357b1da14b2e" + "hash": "c5051d931d1b40c5177723de53388973" }, { - "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": "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": "", @@ -235482,16 +239685,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "53561b3b9477d4b163a81c9c7a22ea02" + "hash": "1decf3eaaecfe4b765191668e6b1ff04" }, { - "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": "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": "", @@ -235503,16 +239706,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "052033c970e6035a7de9f3fd1664e90a" + "hash": "76f910e315301c7ef17c2e36ef5c966e" }, { - "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": "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": "", @@ -235524,16 +239727,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "56a48ea87291e907aac0ba47a8733902" + "hash": "4441991414d589378dfd81519ce4a27a" }, { - "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": "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": "", @@ -235545,16 +239748,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "788c5742609879936d2ba69a876b9b59" + "hash": "a14206dfb314e2325c34eee303a8e5c5" }, { - "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": "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": "", @@ -235566,16 +239769,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6dbb410e9480c52ae6fc39a8653bd753" + "hash": "f88294c93199ffe23a4254f3ac87aa53" }, { - "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": "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": "", @@ -235587,16 +239790,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "140359edcda4b5094bf0343921e17841" + "hash": "19d5123a561027f5ac9de957efb0ef08" }, { - "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": "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": "", @@ -235608,16 +239811,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9fe6c59ee8aa53a80259ff9f33b780f" + "hash": "2629540657e902da124ee05be5bd95bc" }, { - "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": "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": "", @@ -235629,16 +239832,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd2382cd880d3f4c6e2855e52e3d6604" + "hash": "aa2f4373f0f1eb5caf3f88b1baff0750" }, { - "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": "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": "", @@ -235650,16 +239853,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "60326ed22514dec3494e954f8905dfc3" + "hash": "962d4b1647c6a14ee5fe38289ba527c4" }, { - "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", + "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": "", @@ -235671,16 +239874,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ad66a3978951b81d9f48de866c2c4f3" + "hash": "fd81553c86c43277c91d2276d5168e8e" }, { - "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": "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": "", @@ -235692,16 +239895,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "892fcd9153fbdcd21d7e83d4f7f5c65e" + "hash": "b874a9872ce9bbe8c16ffb144ad36493" }, { - "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.", + "title": "Business Updates: Closing Arguments Begin in Elizabeth Holmes Trial", + "description": " ", + "content": " ", "category": "", - "link": "https://www.nytimes.com/live/2021/12/11/world/covid-omicron-vaccines", + "link": "https://www.nytimes.com/live/2021/12/16/business/news-business-stock-market", "creator": "The New York Times", - "pubDate": "Sat, 11 Dec 2021 18:48:13 +0000", + "pubDate": "Thu, 16 Dec 2021 19:10:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -235713,16 +239916,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "767bd4df9f47fac8a44e52d53afd27f8" + "hash": "44b3d36fe96de1d1baa5ec1c315328ef" }, { - "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": "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": "", @@ -235734,16 +239937,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f40590ac53d8aa92b624e6872ef3c04f" + "hash": "715f1879ca2ffc5bb714d52a0f8c31c7" }, { - "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": "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": "", @@ -235755,16 +239958,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0551ab5399c8e004b183b1d4e2b6846d" + "hash": "60266285991ac3bc76538f642498ed29" }, { - "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": "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": "", @@ -235776,16 +239979,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ccccd56a40a4dd1abb2d5639f96bc75" + "hash": "2f2a76bed49ec45cc3b747bf7fcf79a2" }, { - "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": "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": "", @@ -235797,16 +240000,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e7b1e3a3de401bebfd8e1fd6547e2355" + "hash": "eddc0ca74ec2bb4ed14b1aa1833af7b4" }, { - "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": "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": "", @@ -235818,16 +240021,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1ce2775efc04957430be26c717a5c55" + "hash": "a4e667af152d0e9ec252357af6fa6966" }, { - "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": "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": "", @@ -235839,16 +240042,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b6b7354b0a48a3582e8c50c76a5c36d" + "hash": "6c8a7bf2de9537b980a132845388fb6e" }, { - "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": "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": "", @@ -235860,16 +240063,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "41fcaf0c4c43639968dd45b783ca9972" + "hash": "b289ed5e759086d8f139bad6a735e530" }, { - "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": "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": "", @@ -235881,16 +240084,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d8805117c5d799304a4aec383d2662a" + "hash": "3025960f7115353dfbd086bafee4f708" }, { - "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": "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": "", @@ -235902,16 +240105,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb19969a91a386d407df3b59f48cbadd" + "hash": "a55e72cc3d8008d15ab8c9e78c55c859" }, { - "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": "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": "", @@ -235923,16 +240126,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "38b9767bef4520f5b994d237c9cca5b9" + "hash": "ffd187456844c177094296bb8cb99967" }, { - "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": "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": "", @@ -235944,16 +240147,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9f48cd5e70d272094f4a088f8361420" + "hash": "6be02ac4d944fd4d7ceb7b434db2e6b3" }, { - "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": "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": "", @@ -235965,16 +240168,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ede25a3df50f610953caaf0b8a02c8b8" + "hash": "e09691e375e081253dcc14124a7ffa5b" }, { - "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": "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": "", @@ -235982,20 +240185,20 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6115db8465b3b8d4621499b2e370118f" + "hash": "06d350b0fef23bd462463b39afc46ed9" }, { - "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": "‘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": "", @@ -236007,16 +240210,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e7bd67f315fc0c43b179c56cd1e01024" + "hash": "8b459a5cb6823a8b6a80988a13479658" }, { - "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": "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": "", @@ -236028,16 +240231,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b10810d23f8d0d657a0596d716b02c9" + "hash": "3a09458f50ae2b52de4f24561f37bfc5" }, { - "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": "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": "", @@ -236049,16 +240252,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "59670fa901f500cddf898ee011b1379c" + "hash": "5b5896229d46fdf0eab544a1f915777b" }, { - "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": "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": "", @@ -236070,16 +240273,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a694971a83b215e86643624bd9e0bb3" + "hash": "8ed544e6656b1b5372efc507a92580b3" }, { - "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": "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": "", @@ -236091,16 +240294,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "73e4c8f19188fa1ddc98951c44415307" + "hash": "d21b394b90c5a94660723ad6923fa66e" }, { - "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 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": "", @@ -236112,16 +240315,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "78e594e62b444a83b9b26d500028a255" + "hash": "32ab6ff94ffe19004023996a2fc6734c" }, { - "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": "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": "", @@ -236133,16 +240336,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5bb49ab52441e17ca5f1b2d2454dc561" + "hash": "27acb23f0c330801d8ee5785c26b6111" }, { - "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.", + "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/2021/12/10/health/britain-omicron.html", - "creator": "Benjamin Mueller", - "pubDate": "Sat, 11 Dec 2021 02:49:48 +0000", + "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": "", @@ -236154,16 +240357,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ff92413055678686fe696fc7b44633d" + "hash": "411ec255be373dccc8a52db4f0a6c492" }, { - "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": "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": "", @@ -236175,16 +240378,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa53b9e4782e130bd82601a306ff5a89" + "hash": "77491d1b7cdbd07ee346ea001c947064" }, { - "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.", + "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/10/opinion/covid-evolve-milder.html", - "creator": "Andrew Pekosz", - "pubDate": "Fri, 10 Dec 2021 10:00:19 +0000", + "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": "", @@ -236196,16 +240399,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4930cb64052d89954cd0daf7de34f4df" + "hash": "e3d2edb7daa59041b4cf0916561e009d" }, { - "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": "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": "", @@ -236217,16 +240420,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bace9a9a60815e162edc7a56b7c57cf3" + "hash": "d62a6095ef4f654e9a15dff51792d9e2" }, { - "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": "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": "", @@ -236238,16 +240441,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3181dae877af16e73fdc0a66f37bf64b" + "hash": "4ab093d6312efda9f0b547116f470cdf" }, { - "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": "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": "", @@ -236259,16 +240462,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "350d800fe2d8b09004ac4d7d20ea8c05" + "hash": "7a4191c7d2714251487e7aec2572df8a" }, { - "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": "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": "", @@ -236280,16 +240483,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ed5abda7359079e64e37df98fcf84a1" + "hash": "cb083b6e5d61e255815126bff1605398" }, { - "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": "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": "", @@ -236301,16 +240504,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "93ea6a5804fc153ebe60e45fe031b2ad" + "hash": "7625758fe76bb96f7437022025851d1e" }, { - "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": "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": "", @@ -236322,16 +240525,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2480bde220d752656712e1a8bdc954d7" + "hash": "bdedc4f0e7d76116362d6e63b2b0d642" }, { - "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": "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": "", @@ -236343,16 +240546,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4cdfef632e494823c7f74491afbaf190" + "hash": "443767e86ebc61b6abdc84cc86878939" }, { - "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": "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": "", @@ -236364,16 +240567,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f8cc2df7d5e7adbcc758a475b838810" + "hash": "5bf0c4165e0cc32b4a50dc33571bd96e" }, { - "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": "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": "", @@ -236385,16 +240588,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0fac76a24d3b498fe866fa6c5fe0b86" + "hash": "19c311160d05234ae64088c6dec531f6" }, { - "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": "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": "", @@ -236406,16 +240609,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e84b45d2981741872d8b31deb1dda737" + "hash": "54b7a12b6f250d2ff1a2e7d7f1eb7e66" }, { - "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/11/us/tornadoes-storms-amazon", - "creator": "The New York Times", - "pubDate": "Sat, 11 Dec 2021 10:21:59 +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": "", @@ -236427,16 +240630,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "98e70e4afd2a995e048f3c428a50f099" + "hash": "6999b6fe68ce46e8b17dd5b1d3fb701c" }, { - "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": "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": "", @@ -236448,16 +240651,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d21a06b5b62d73c4f7f89220288992ff" + "hash": "0d01d95483a8ed82cbc7fdc2bca582c3" }, { - "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": "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": "", @@ -236469,16 +240672,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "219c5240bd185f14f64ba48ca32db8d5" + "hash": "fe2354b358dfad6f2b8c9ad8404f4c14" }, { - "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": "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": "", @@ -236490,16 +240693,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b392e2e96214f2e1d413ea58ed489c9d" + "hash": "6c7693efb375d04dca5f9a09c7241131" }, { - "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": "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": "", @@ -236511,16 +240714,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ebaf8fffa3c8f7fda46622436dd77fb" + "hash": "932d779790aaaf43669997754437f197" }, { - "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": "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": "", @@ -236532,16 +240735,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9bdf51c327f5cca6191304e8c284636c" + "hash": "032b28b025947d3cb3073aba5e5455bb" }, { - "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": "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": "", @@ -236553,16 +240756,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c37a26c6064d15df28d0dfb634cbe6dd" + "hash": "80931cf1fa3a8bd2b6c2c05d9881bf3c" }, { - "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": "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": "", @@ -236574,16 +240777,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "22696799c993649649891d8e7cc88cc3" + "hash": "865a8fe86d94a6ca7539c8c4c1fbdaca" }, { - "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": "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": "", @@ -236595,16 +240798,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ec4cb1cfddf9833a5260d9653e93401" + "hash": "c9a1a1c2752016eb7d62e30e702c846d" }, { - "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": "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": "", @@ -236616,16 +240819,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa44d9eb728a7439a2f4c84825d75dc2" + "hash": "19b6a39edaf29d1d2699fbf245349af4" }, { - "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": "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": "", @@ -236637,16 +240840,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6386e7471ab5fcb64238f19bb5d7344" + "hash": "0de9dec0a4a197949b012f0805a8e798" }, { - "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": "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": "", @@ -236658,16 +240861,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0abe410e9e09fc77cc9c33da5a579f9c" + "hash": "688bb8513b9a7c3f4cbb193b162bc0a8" }, { - "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": "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": "", @@ -236679,16 +240882,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "93abf7e3aab6bceba04fa942b55e8ad4" + "hash": "647759f2a302f8b036f6a4a0b1ea1ab1" }, { - "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": "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": "", @@ -236700,16 +240903,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f9322cc485e26ca937e11e9c3c41db3" + "hash": "8b2eb7a9cb889c573baaaef3fd4141dd" }, { - "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": "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": "", @@ -236721,16 +240924,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "36347bc8ff6580c8d64dab9e3f245ce0" + "hash": "e9bf1af71b03ddc7da80b28420e6f0fa" }, { - "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": "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": "", @@ -236742,16 +240945,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8e01acfcc5b69ea7716885e67c828dc" + "hash": "97284c2dcba28c089f35bff83b6c65b7" }, { - "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": "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": "", @@ -236763,16 +240966,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "036e0ce244de88108a2daa1173ec12c6" + "hash": "869b4b0bfe6c3415de3188c839d50b2f" }, { - "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": "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": "", @@ -236784,16 +240987,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "512eab55c1d4cfc77425b5a9752c69fb" + "hash": "10fdb609a9e76b22750fc6f2c4cdf11d" }, { - "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": "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": "", @@ -236805,16 +241008,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4aa9e0b7bab05ab7eb43f7181d55d1bb" + "hash": "58f3f4277120e57ee2ea05ec889d09f1" }, { - "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": "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": "", @@ -236826,19 +241029,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "14587bec27620e686526c062a1fe94c3" + "hash": "a296b93454bc32c7d18af41a7a8a746c" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -236846,39 +241050,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "83dfd8313724915e7c00e2280e949fa0" + "hash": "9c3d95a044c0820768d0d5dec15f0599" }, { - "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": "", - "language": "en", - "folder": "00.03 News/News - EN", + "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": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "21585e54bfba3d7d4b3bd9ebfdd8c2c6" + "hash": "530a5361b0314a4b57377fea460e3bcb" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -236886,19 +241092,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a215584fda9e0f0e1360fcaafb898d6" + "hash": "82c3442401f8728f4766cf9a806ad287" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -236906,19 +241113,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f8c15456241efe83d78cf50573dbe6b" + "hash": "2be8fa18245d54713a7b3d588d9e7438" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -236926,19 +241134,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "61554161abe731ab6d2f2e42744bd0d2" + "hash": "17aeeeef92c28682464531ac03128175" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -236946,19 +241155,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa5666c3c13a0f5c126f34bf4b10bc67" + "hash": "ed9ab5c923eeeb0cd301a3b142268285" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -236966,19 +241176,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb3303cac1c8c8f5d81ac1f428eed21b" + "hash": "82af4d255eb8e3b61856560633b4a111" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -236986,19 +241197,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f001baed3d053d6f61fba70c21810bfd" + "hash": "f2c8b970b1452bdaad3ad29aac2271a2" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237006,19 +241218,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2747421b959fa1568ccaaffd1c4e0007" + "hash": "a1cbaf91ae09062bd23fff241c76e2c8" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237026,19 +241239,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "aac197923bf513fe0af3da71d7a25600" + "hash": "d959a9a03af85b19cb3c9f47a368cc31" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237046,19 +241260,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8237b019a0ca9efb8f356fdf69d3a7a4" + "hash": "ce1daba1f84534eda6211ad070413576" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237066,19 +241281,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "17cc137fe925b0549a899090131cd388" + "hash": "cd77c4f3ab8b5e7dd9ed7f0477a6613b" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237086,19 +241302,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "418ef6dd027f1406266bce6cc6de44cf" + "hash": "f8152644cce7935f1828d04d5efe79fb" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237106,19 +241323,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ebd2bce50fdd82430d6860cb511f3c7" + "hash": "a21b0a8d63e765e0d450120106e06ec3" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237126,19 +241344,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b007a3bceb33d0b8e3e16fdad50f91eb" + "hash": "23c593fba88a0c9dd9257645b95adf92" }, { - "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.", + "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/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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237146,19 +241365,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8e334ec14bd7a1c70c6cd19860453a2" + "hash": "2ce1563c8d434102cbaa2d82e52f8621" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237166,19 +241386,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6cfbde4b83eda37f9248c8897e4e343a" + "hash": "11d46ccbb66d9d291c3fbb2eb26c6c78" }, { - "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 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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237186,19 +241407,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "19150d144821c667432b1908e3a60c1e" + "hash": "edf2717e9356491641dc586131beed67" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237206,19 +241428,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "201a7dcab341b652cfdc6ae7104ff23c" + "hash": "42433ee3861d95029d1bd16c9d71f6d0" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237226,19 +241449,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a4caf44f876ea2861a59fad9395f9ad" + "hash": "5ef6c2c864df874210745ebf3ecbbc2f" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237246,19 +241470,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e645c58620b8f01b51d683cd3476802" + "hash": "3c62b0ef7212123acd45eb2cc657e319" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237266,19 +241491,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "36727624701db6214d3b184ba2dca109" + "hash": "cfdb2834681f0139f6fa07c5fac7eb2d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237286,19 +241512,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "514098ea5e9839f4d6f63187a320d443" + "hash": "db81fab2e4f72653da7d607388aada3f" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237306,19 +241533,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "39860bf2d526aa41661eb21e7df2b299" + "hash": "dcb1559caf383d5c74d3f17980e8bf09" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237326,19 +241554,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b5a51f60c95749038c0a5a1e6e2e3b1" + "hash": "c1ad326211f566dd96fd13fd2bb3f2b3" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237346,19 +241575,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1cd043f0528cec8310d5f3d629042c32" + "hash": "6481a24067b58518420f63deffe3435c" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237366,19 +241596,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5778abcf28fa8807918eb9aa90882b6e" + "hash": "f387e3816ccd28cdab770708c44d883c" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237386,19 +241617,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e94f8da6e2b7dda7227b1bcf61f17fb0" + "hash": "ffa51d57ae8904e8e33188c22fb9904b" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237406,19 +241638,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3af403d3c81e6ee5f671ff3b192601b5" + "hash": "f255614737a77e65cebe14558da023eb" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237426,19 +241659,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee2b2172eb6cbe44aa60664caefa2cdc" + "hash": "2a81a733ce991d47b203ce919407f0b5" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237446,19 +241680,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "239ef84fa75c51985b0107e83d381507" + "hash": "ddaac4c7d5a3fc96ae601286dbaab532" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237466,19 +241701,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1a48b7284b395c78bb4158ddcf23308" + "hash": "45a720f354ad0b48f2336a0e5003d791" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237486,19 +241722,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "095f10c868c298ebebba19d8a3edce2a" + "hash": "8827a1eb8668ce05f9b17a35e444ef9b" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237506,19 +241743,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "23df2d979fb82b47afee74ada2738a0e" + "hash": "f0cdab0f706cf1e766b0bcd8b94de5e2" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237526,19 +241764,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6631bb71d4d89b6ad1649c6ddea789e" + "hash": "85ac5830d2438e49c647dc77396522f3" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237546,19 +241785,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "30168f15781495c10f41c75df0ffcfcf" + "hash": "8fe7603e65f0546f754af8f54f801f7d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237566,19 +241806,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d6b93e0406192465526eeb4dbdf943e" + "hash": "e26c383072bf0085b2673eae68d352fe" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237586,19 +241827,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "040fc3a4b2f5c81493126c239320ed3c" + "hash": "736febf0c4a2d268636dfd3a0d3a5508" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237606,39 +241848,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "876a43d6245fbcb01ee70fdd332c3d4a" + "hash": "d982840d98364f9a86093a3996d49ddb" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "57ce2303eacc9f01b3b5ab41546fcbbb" + "hash": "35cfc80074bf9b6c42c1af32773f4ff7" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237646,19 +241890,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a33c6d4f132932369178bab259830122" + "hash": "6198d5e3e377a2d5d8ed8a6537c957c1" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237666,19 +241911,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8da6be3d6a05925b377938eb5bd5d119" + "hash": "f4193ee8d0659319f3b75db6129035a4" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237686,19 +241932,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f14b1233c45812d809e6daf21c99c2d7" + "hash": "127d6b1636afec45aab60c7a85c528f0" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237706,19 +241953,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e6a97d83baea36c1ef0369ae4d1a2b3" + "hash": "c03e3f92a57f963aa59897cdefd645ba" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237726,19 +241974,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "45dff1fbcae774396538238a4e1ae387" + "hash": "c7f3fa257cf47a78c4719fe801d523b9" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237746,19 +241995,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "551ad319b15e0edbf81cd9b0fec4a7ac" + "hash": "261c647eec16e085087db9de9e36a80d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237766,19 +242016,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "17034be27c51d2336297deba4c75f13a" + "hash": "b037682626d98e387298ce91699295db" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237786,19 +242037,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "de55ebecbe308d80b33ec79538c6b192" + "hash": "3221888c007967dd225e6441e56711b8" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237806,19 +242058,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d4d54e2247767918165d9ad7d6d7f52" + "hash": "38605efb53993cc5d9ed5223c1d4d625" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237826,19 +242079,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c2ff7b508984c98de6ddf7ae8d2b547" + "hash": "c688cdeaba97ef9af1f13541211b302e" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237846,19 +242100,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dec7d28ee2c458b7025a75ab5b2d5c2f" + "hash": "9977dc96d475beb5c80ce33906f45a32" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237866,19 +242121,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b54ff77e60f287f0967214c65e47bff" + "hash": "c2e57300db58869d9eb1b30199b66f05" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237886,19 +242142,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "383d6f73da85f9b39ad3c7fd97dd89e4" + "hash": "f7acdf1a9d6ff2db27f648160d4d214d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237906,19 +242163,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5aea31ccceb5ae5f70cdd989a7971618" + "hash": "b935749424c99a3684813ce002702301" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237926,19 +242184,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1a95487547330c8b0d9826869641df1" + "hash": "02e66961761fa2c7b31f57afd5cee956" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237946,19 +242205,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f53875afac9044ad912e28141bb000b0" + "hash": "a30899f6aa05ea6c4e8a0386890257a0" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237966,19 +242226,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f777c62cbfc46a13bb7087b820251968" + "hash": "88336fb8e2e7f1544946128bcbc5de5b" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -237986,19 +242247,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7003854a3be824f5158565c492875d56" + "hash": "d908880b1d8a7ca05b8b3a28f809604b" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238006,19 +242268,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "67a7a69cc38990f8531840ddc09bb515" + "hash": "808974a6e24afe5cd49b5e56d697a9a5" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238026,19 +242289,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4029c6335f9538ead0d29c9f0225dab3" + "hash": "4ad018532feaa0dff7636fc17e5ce127" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238046,19 +242310,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "226064855eba85642443b53e966d7840" + "hash": "4bca7ba0735bb50a8fe19e4f851dd600" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238066,19 +242331,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed7a244bdd1e85dcb7fddb6b01205df3" + "hash": "1505e63256d8ab4a40e4d756522b8478" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238086,19 +242352,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1c2c895c3a64d10ea4e65a0cc971861" + "hash": "3aaaa4eadd61ae687998b61b349358e2" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238106,19 +242373,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9cfea924d3445f7a6681cad9878cadd" + "hash": "fa0e49a40e05a65527bce5947544f4ae" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238126,19 +242394,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "61063fe511d70f269b0d4b094c9ec1b0" + "hash": "ed9efff1f46f305c1854ef396cadfe13" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238146,19 +242415,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "682c88128a2efb24d877a89b99c47e8a" + "hash": "9afe7ab766c58f2681340cac000c0167" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238166,19 +242436,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e6d7fbaef30173a35bfe11fa31fdd6b" + "hash": "0b1ed0a1a0a16da22d059133dbdc14f7" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238186,19 +242457,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9615b07a7eff38b0050a04063dd4ed81" + "hash": "080222dc9879b55fff5831715fb18339" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238206,19 +242478,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ac16a4572c9f638f9b3eeb4a06c5eca" + "hash": "159392ab14894e2157f3b7c34570c02a" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238226,19 +242499,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4cd3fe2cda4755aa041e2817bd8ac4e5" + "hash": "c0da4cda3c618c55121886319d532e90" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238246,19 +242520,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad16c4d0bfe9a8270a3c14ef8cb90194" + "hash": "a5570b2a438f4831bc42a2a88d61fbd0" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238266,19 +242541,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "02fc67d2e766c161037cff88447334b9" + "hash": "1d7eca35e6d7387fc71b41b3e0f6ded2" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238286,19 +242562,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f7147b70fc2a52ec2a3a39ce531e24e" + "hash": "cfbd54c5c267bf0c2719c74ae9623edf" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238306,19 +242583,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3253303f138fc77669aef365906aad8e" + "hash": "c8951e8843c0e8681764976dd51d558b" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238326,19 +242604,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8cf7a29aa2368d0413ee2eadef029c3d" + "hash": "719906951c49909d67acc36913a3e548" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238346,19 +242625,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dea509fa37a68f7a14f01fa4573638fc" + "hash": "9f0c7b35412909e5b52a0f152742d6e8" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238366,19 +242646,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "11a14e360e53e947ee11de825e37177b" + "hash": "9fee41112ccb21a68dab94b4464f7c67" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238386,19 +242667,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba6e4b08d4d4c34ac0c67d867ed893da" + "hash": "b14812155a1f1c6c2935b7e2deb0cf43" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238406,19 +242688,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a621254c8d4690210a1f3dfd00c7669" + "hash": "ded1357de592f97681766fd9e35703a5" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238426,19 +242709,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c802a69d0f59ccbc6d3f991d52da0549" + "hash": "e0cb6a3277a1cd816b3ae846654a3e3d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238446,19 +242730,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f373d4ecadce73eee1850c68f77fa0f7" + "hash": "7a4636b97b1c99d77ce337ba51447414" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238466,19 +242751,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc738b492b56cf1e29e72365bdd077b4" + "hash": "dd60e0dff0e88c35ff70a662e119453e" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238486,19 +242772,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd0b536fa4a3d7e8a4f5a39154aabde2" + "hash": "198ca86beb149010de54482ae585c018" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238506,19 +242793,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "77881d7d23341cdd3e4f6c988fcafc59" + "hash": "0539e7b93a4aab230074931f11c3aa2b" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238526,19 +242814,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "31bce02eed04af91094f0ad77e2b57be" + "hash": "37c4054fe4e733725c8a8ce422d547bf" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238546,19 +242835,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1161874414210a59195ba59c3fd4991" + "hash": "75dbb8fc0a15d899edb300dd20fe7de7" }, { - "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?", + "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/2021/12/09/briefing/federal-scientific-research-democrats-stalled.html", - "creator": "David Leonhardt", - "pubDate": "Thu, 09 Dec 2021 11:30:49 +0000", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238566,19 +242856,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f297237f8b1e1bc5206015c3a72ccbed" + "hash": "b20436d8a69baef631683848ac55333d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238586,19 +242877,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f3107440e4e831619c1a6d7c808de96" + "hash": "76c74aa1f113c737a304b1f7e562b963" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238606,19 +242898,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d8675e66a52e2b93a103fecb1c91168" + "hash": "2059863bc127a9dc85f27af4ae15b32f" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238626,19 +242919,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b22696e3b384384f55e022802b9c7b5" + "hash": "e6c2622e95d0418a226135c25b5df154" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238646,19 +242940,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2925f04b7681af0f8400b6f68e7b7072" + "hash": "27c3ec6140ae39c26a30b85bfa5661ba" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238666,19 +242961,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e627577d657e69d1c78ee3eb06ce4d8" + "hash": "d3a527ae6937ba8520d0b849295ceba5" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238686,19 +242982,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d8c5f9a02bddbc15dce475f1cda9ad5" + "hash": "fc7cc9014d4b1992b9fce97e35202a5d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238706,19 +243003,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "824a93f659a2d151eccbafe44d7b0096" + "hash": "d19baf9571cefdfa58447992db901923" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238726,19 +243024,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc1ee9f2af7aae08b43859b3a44f4a63" + "hash": "9b351a0dddb36ec4c05341315111199d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238746,19 +243045,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a87bbd6e1e3850df024232c236924bc0" + "hash": "87dce11919f7550cf9c182e23b44dd16" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238766,19 +243066,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "909519d3aceaea88bf87532c885af417" + "hash": "b0377d0472e994fee857dbfda21eabe5" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238786,19 +243087,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd24ce7afcc07b4ea048721a6b292b0c" + "hash": "720c20e84b2ad7491a3933dba4a135e0" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238806,19 +243108,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b5c032d23b262853224a9a8e469fe0e" + "hash": "b7199893a7d7847d361b5185759785c5" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238826,19 +243129,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee082b9fafdf4461b78bb1f46dbbf923" + "hash": "9c0f2a23077db744115bb4a702d66101" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238846,19 +243150,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "67dbd63ee1b579ce7a363b74ca345022" + "hash": "92509c5f0c2b38a8a94feeb819ff3a53" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238866,19 +243171,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b021900b003737851928415b131ab9e2" + "hash": "4287993cc5d3fea7b0a65792a8fcb88a" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238886,19 +243192,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "90d2083ca8bf8c6fd406d63a173e21b2" + "hash": "fe4a03a2b8478f440fe1fc69f00fabba" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238906,19 +243213,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d364c23718d75347734951a5d012470b" + "hash": "18f5dd47b2d0bc70b3499fe8087c8aeb" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238926,19 +243234,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f52ea7b37c5a66b06f29afb859d21e7" + "hash": "26d3cf1156ab40eedbc05f0ab4809e21" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238946,19 +243255,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd305cc682dc401e0acaeedbd3313c58" + "hash": "10a99ecd53dfa2ea29a35fc9c6593a23" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238966,19 +243276,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c17d72bf1f291380bc7a5ac182930d03" + "hash": "a6f4073d8e148fabab97aa3ecfe9c8bc" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -238986,19 +243297,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "24dd8a26167e47c09eee9dd106692938" + "hash": "25eab41fd3ca84a3000795fc4ac571f9" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239006,19 +243318,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "62bb9cb360a86901edf6c68e1ddf7a4b" + "hash": "d56862368bf39eb6312d9680f4f79f6f" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239026,19 +243339,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d3285eb6995eca9a5fd4a62fe82b0f8" + "hash": "e59d7677b50df0ddfadb8c47b8e6f5eb" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239046,19 +243360,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4f654a0a30f1c36b014df9981daba72" + "hash": "00b34cb5b702a07a46bf9c27a1804fb0" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239066,19 +243381,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a983dbe592be1186a125adece9e6eb7f" + "hash": "d8a1c435191b89e71c52f37f1cec8eb7" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239086,19 +243402,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7023015cffdb24b4a2e07ea4524fe732" + "hash": "c4b17b3044a10d99c9114a509a74b5e7" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239106,19 +243423,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fd76a8d059b4906b494275f8b47ab217" + "hash": "4982f760fa3f433333e756dcb01d6c8a" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239126,19 +243444,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e65acb6aae7dcb2d2e51e90e158d4e7b" + "hash": "b63a932ec0ff03eb6943d2cecf39cf54" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239146,19 +243465,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8028cfba82629a4577526c1438bbff1" + "hash": "b157981faf220e3c1ffcdc5c6bb61ed0" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239166,19 +243486,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2f1f51a910abedf7ff4abc45b1ac50d" + "hash": "4a98054cf12c7636b0bd35008b565c85" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239186,19 +243507,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "039bbd57349eb8c350905d02faac394d" + "hash": "fca4edccc37a26cf2d137e097c7607a9" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239206,19 +243528,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f962949adf6dd915dec0b7ee65a8d49a" + "hash": "96468272ba660f0f6e8f96253836119e" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239226,19 +243549,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "215ab4604e237f234521b2d8d7842c43" + "hash": "736ce2c376fa134a6a51280ae90016e2" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239246,39 +243570,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "da1ebc6ed8b1bf0f8917cac0d39e33bc" + "hash": "8334f850dbcd0f201fbbfc9195053e14" }, { - "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": "", - "language": "en", - "folder": "00.03 News/News - EN", + "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": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c67b2445a715381097b65617a140e8ec" + "hash": "8aceabaf4f169c2b8d2de93ea198c884" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239286,19 +243612,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "951098086e616ff3af611fe7824dbb5f" + "hash": "4518f88d8fd9a8dab848ed80f7122a64" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239306,19 +243633,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b26b0de472b0b1589de1a12cccbdfb59" + "hash": "136fb47d8f346278bce166becae20269" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239326,19 +243654,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a902d116e8b4af739ef3e0672151624b" + "hash": "0847210a86876a04c20d1ed4434d645c" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239346,19 +243675,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "36d2834f654cbc540947776fcd3a4598" + "hash": "f2c59cfe555ab5b3f535a8d3b2116024" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239366,19 +243696,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f19edd43fc1bab8cf49b11690306a309" + "hash": "490708320335bb66b8d9bb77459671b6" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239386,19 +243717,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "45f50a8f7ab892c46ab7803d9f36f333" + "hash": "81fc12e625ddf499d1e5f29eba1c7232" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239406,19 +243738,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "651b4bb9388aa5d7da14330767c0cabc" + "hash": "c1ae67dad62bca92a43173c836c464dd" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239426,19 +243759,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc67acc2b81dd83ad63e27d74bc76bea" + "hash": "fb25fe05120002ad8e11864b3eb2d8d6" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239446,19 +243780,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8fef10955237d1e9b104f5ea8fd0229e" + "hash": "280b60c477f34746e89a148022eadb65" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239466,19 +243801,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f636a075d4350f0b8abcaf93d94689f" + "hash": "04d8f066e78a255e803f1ea7778b18d5" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239486,19 +243822,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f900d35896e468c245bb25ab68e0188f" + "hash": "91e6c9a2a26a3d2d2f490230e42aa921" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239506,19 +243843,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cec5ddaa183bbe44e1c1e5d6b7bbb016" + "hash": "e387f692a5468658ead1703e2e91baab" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239526,19 +243864,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "af702a8d56ef0f98a4935d02563948bf" + "hash": "15d05b6ea1906439614c90a89f32fd8d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239546,19 +243885,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d4ebe79a213c330cfb2a50042439c25" + "hash": "0a3f43fc61fbf394ad5212a54b7e7046" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239566,19 +243906,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ad4eca6e997f8693c4b3382356a6f6f" + "hash": "6bbb249c0d2fd9cbdd4d15583d79b33d" }, { - "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.", + "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/09/arts/television/jimmy-kimmel-fox-news-christmas-tree-fire.html", - "creator": "Trish Bendix", - "pubDate": "Thu, 09 Dec 2021 06:46:09 +0000", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239586,19 +243927,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e17fb32a61ccb4a5f88b4c4f2dec379" + "hash": "08d0f8944c17736d48c319032c5a5521" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239606,19 +243948,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f4ac86c4df1453fc15acde53f892740" + "hash": "9d23e9ae572f2e0435f622699400f442" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239626,19 +243969,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "de711057ba0dde10f3e5852487b3959d" + "hash": "988893fbcb5904b787b4669377f6391f" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239646,19 +243990,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "19f4c08838b7ea1e2da50475e6660da4" + "hash": "fc2ec70b45df0a555979d26b3204c725" }, { - "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": "'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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239666,19 +244011,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "82072f01503191badbac5da403de3b8a" + "hash": "6f76b88a5e4c2f5541cef2a253311451" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239686,19 +244032,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1b5c40849c1212f0c77278ded38e8fd" + "hash": "29afd6172d6c530a786f285acc6dcd80" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239706,19 +244053,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "03ef4bb1de08355b719113e864ee78e1" + "hash": "76dcc8063483849522f6ffd94dc0cb7f" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239726,19 +244074,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "998c46d5e5384d8f20832299e93e59db" + "hash": "4e4daf5d2acfc9c175e7390085ec8e89" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239746,19 +244095,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "95c6852ffc5d21b1f7179278b7cda441" + "hash": "d66ea17f6beff12d52a300b054994901" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239766,19 +244116,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5cf0ddb157fae1c12aba5b38f3c4a179" + "hash": "2d8b0c20973a89c14ab1b4a0aec6145d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239786,19 +244137,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "67b377a73650e6401a578df75a476db1" + "hash": "660dc83b597eb168defa6ca89ff9d8a0" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239806,19 +244158,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4de297cc33daebbf5ddd2643f940c3fc" + "hash": "985bdd04e50283b975f40913cf565182" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239826,19 +244179,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "87197fb1ffd351baa557f4854d40810d" + "hash": "da3ab84b2c85752a0627368d646b50bb" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239846,19 +244200,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dfb11deec0d193e5dc025ad068780fa0" + "hash": "7686785043ca6d58f3bdebfb673290f6" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239866,19 +244221,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a07bc98f1afde8eb1fbcd639f08087b7" + "hash": "4bc87256efcd951554f27772a858ad74" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239886,19 +244242,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dfe29f4eb96daf780e33e628c37cc409" + "hash": "5018d907122d5d7b077bea54571abc34" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239906,19 +244263,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f98cb6b526b663c7e969a6e25770aaea" + "hash": "069809f8ab93e94b687eaf3562c5fab9" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239926,19 +244284,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5094f1995bb85c48a90f4403accfb2b9" + "hash": "6f37a94b2237f5d62edc89e192a59d9c" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239946,19 +244305,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0c5ca9cb21887262ce88189dc62ff50" + "hash": "1651fd60847bb384e4625c6ba3f73923" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239966,19 +244326,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2134d9002442e4804153821ff28a0eb" + "hash": "550c48f85e14c924d1468b4251181f97" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -239986,19 +244347,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e404362888192928351982e346fd19c" + "hash": "32a03b7375a0c3c43faccbc6fdd7acf8" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240006,19 +244368,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "90ea88e076404dfae7609a182849d622" + "hash": "56136365fae6a02b81b0b3749f658c10" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240026,19 +244389,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d29be6b949acdd8792708d8fccff49be" + "hash": "cf2de0ad39503150bad95dcb978eff2b" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240046,19 +244410,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ef4d06d40a65315a39cba53908a88ba" + "hash": "4da59963c239ad615d2bb41eff348763" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240066,19 +244431,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e99aed4b8f00483bc93131ca09804470" + "hash": "b9410e56cb76ac26e9b71086460a1b83" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240086,19 +244452,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1df81698ef81ab3a9735c5b54c4f14cc" + "hash": "a2406cb62f8382b1efc87a915e576b27" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240106,19 +244473,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfb5fe8d4a6edc49f222b8a3888bc528" + "hash": "984a004354c2da9d26fe85b38a4df898" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240126,19 +244494,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8706204da0793aceb5f331ce28be8603" + "hash": "c30f9c3b379d2e61220d324c01431ce4" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240146,19 +244515,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1162a091aba0555556a26c6bd0dabeee" + "hash": "2c8fc1f68776d692066ab8eb95e84a0a" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240166,19 +244536,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ef6766812cf2dad5c3da0ab252a0015" + "hash": "632020b08efea986a9048b5f8062867e" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240186,19 +244557,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd6afe3ae731a86dcebc88d37518d52f" + "hash": "059d176824d4a7dd559982d5f3f2a621" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240206,19 +244578,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce084ce942051b596bc47041c22b5ad0" + "hash": "812c6848df64f55b3f659f3cf205a7f3" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240226,19 +244599,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c8fbe175458508cf450890f5be6c0b1" + "hash": "d7912573d1b0cfad2a283d993eaef837" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240246,19 +244620,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc8cdcdaf301f724baa58e9f4f86c5e9" + "hash": "ddf40d222aace30b6a230a8fa8566362" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240266,19 +244641,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "250c9ad5a7b5656f2bbb2015ee07ac1d" + "hash": "5d7a971b52abfb6b70fbdc45df839c86" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240286,19 +244662,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "30a9a7b3afb9cc06b752c53d49a5176a" + "hash": "5e2f0ca1749fa6afa0eb6c428055a7d5" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240306,19 +244683,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "91a12d78842b0896e92a5c5426342b03" + "hash": "c0e7a620d78995451c14c5e9deda476b" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240326,19 +244704,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "678cc93ffa02443da2fa6361eca91de7" + "hash": "1b8d9f6ffe7f42ee9023974712782bc7" }, { - "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": " 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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240346,19 +244725,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "580c1bd1d28a22dce865c96ac178f01d" + "hash": "878407c66954ee9b72a779f5de38e1ca" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240366,19 +244746,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "34a063ddac6dd50e7d6c34c08365ad64" + "hash": "40729219a53b12506b42b5fd41264beb" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240386,19 +244767,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "925c4aea9116d1af7a9275d10f05fc02" + "hash": "bed8ac46203e1490282082a4ee030658" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240406,19 +244788,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "76225d8b738ef20704a0ad86c4836da9" + "hash": "d2ac6c30c59fe6758f49938e1f51b8f0" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240426,19 +244809,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5f1010dc57595bb22836a8f9fea61a0" + "hash": "4f4a71aeeda37c82ed04a20b45f98854" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240446,19 +244830,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6aced77317be841658c2b2572e0659d8" + "hash": "3c8deb368912eb1602b946a96e338247" }, { - "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": "", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240466,19 +244851,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "271d1558d3385cde83eb63ff7cb8cea8" + "hash": "0c750e594d27f0f08edb51616924c9b0" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240486,19 +244872,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9dde1d48a900ef99185a912f1a0be169" + "hash": "a1d13bb24c4839db673a1789d0965ab3" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240506,19 +244893,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0f0caa24f999c357df2e7bd6e0eb578" + "hash": "7e9047c9b2db9384a1943f7bf28eafab" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240526,19 +244914,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "24930bcfaa69a9aaccaa33527c77218a" + "hash": "2cfedff818d9be736a9560b6907ef852" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240546,19 +244935,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3860a9cedd6228ad08b4cd821cdb6d60" + "hash": "4a43f1aef0d417dd6d9a1726711347ae" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240566,19 +244956,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4cb6c86ba8b489d9fb14da8686590cb" + "hash": "4e1cb0f1597a61a6e9acac34a84c9637" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240586,19 +244977,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6fb20f3e7d6af7135fe81f3392fd6802" + "hash": "fed126a4a8b96fe8d16a53d1fb4c0a6c" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240606,19 +244998,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb0aeb0dd3b03cc47b256d47eb4e9ecc" + "hash": "ad064e6cba876ee33528ccdf42f2e8ab" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240626,19 +245019,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "51c72f7b763113591e85ab22b31c23ab" + "hash": "da5a7734d6bc73b3cb34f6e239631d57" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240646,19 +245040,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a205d3b3328a40be871a8b907fcb30d" + "hash": "e531d2344b0b575cf9f81ca518686c62" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240666,19 +245061,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0165ae89b4baff5123a7eab5ac0d5087" + "hash": "0a99f72dfcd4e643e0de86463afd33d3" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240686,19 +245082,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c35977ab2eb24054f8a15432d721479" + "hash": "1a3297d5e1cb79456fec404df9e79e55" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240706,19 +245103,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e3b34d5b15c61ca3b6d7c3ce9d1a351" + "hash": "4dfb43af8e8048856b510e22581d9e8e" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240726,19 +245124,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ddd043e6d34db0b3a8f741534910456a" + "hash": "b37e7a6cac785652f421a2293116d244" }, { - "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.", + "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/2021/12/08/briefing/omicron-instagram-great-performers.html", - "creator": "Remy Tumin", - "pubDate": "Wed, 08 Dec 2021 22:33:30 +0000", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240746,19 +245145,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9192a3c4fbe1530ab3cdd1be53dc885d" + "hash": "bba669d3a51b1beec3a0323c6cd6b34d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240766,19 +245166,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d73a36b94eb881cbdf39ea91c0aea95" + "hash": "fe1630f980936cfce6554340857a4daa" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240786,19 +245187,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3cff1f969e599d412831e96e7d064a05" + "hash": "05bddff91145eb8c8ad7251f15715f9d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240806,19 +245208,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0477bf01b70736ca7dbf87baa96495a" + "hash": "361d2fe2f8a0a3598696fff4a701a5b4" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240826,19 +245229,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e0c03d946635972fafbbb1cd9f3c439" + "hash": "15e7a9039c34e6db0441b9beec4aaedd" }, { - "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.", + "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/08/business/news-business-stock-market", + "link": "https://www.nytimes.com/live/2021/12/13/us/tornadoes-kentucky-illinois", "creator": "The New York Times", - "pubDate": "Wed, 08 Dec 2021 23:25:39 +0000", + "pubDate": "Mon, 13 Dec 2021 19:28:50 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240846,19 +245250,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1b408c9b04c7d3c9a0e60928c69c38c" + "hash": "20a74544b5c0a756b5598f163e1637b4" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240866,19 +245271,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f8dce6e3ac3fd5d7970ef238989c9e9" + "hash": "24c520631f0acd8438e223c1dabd7c10" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240886,19 +245292,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb9e8ea70db030e9e1b332e32aaa577d" + "hash": "2b87d089a1c8786185b78da545190282" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240906,19 +245313,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0411955f9ec6502f2dba217d5d87f988" + "hash": "bd28da0d80d485c05c1f0acd1eebedf6" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240926,19 +245334,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "40dd181af94eb6c150658f30ab5d2661" + "hash": "d8797f15e72fdfa00c1c9ecd721993d8" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240946,19 +245355,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6f7ccd542c1fe078907310b769cd716" + "hash": "34b4aa52f96d26dc372796aab86035ee" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240966,19 +245376,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c1eb3c94d29f0302032f58a99a3102f" + "hash": "1c2d005d1ac7e24e0cfe3e17343c9ca8" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -240986,19 +245397,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf92caea2aea13f743eb6671b14f353d" + "hash": "fed92758adaa44406ba76facccc3fc63" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241006,19 +245418,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "59d742ece4928cc1029bd66c35a10a12" + "hash": "6e4037f700ef4cf82a97e8ff3f924da1" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241026,19 +245439,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1b3564fff11ba0c7347eac4093417a1" + "hash": "371fcb1f2337cd34d09d7f7d175e215d" }, { - "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.", + "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/08/world/omicron-variant-covid", + "link": "https://www.nytimes.com/live/2021/12/13/business/news-business-stock-market", "creator": "The New York Times", - "pubDate": "Wed, 08 Dec 2021 22:21:29 +0000", + "pubDate": "Mon, 13 Dec 2021 17:25:47 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241046,19 +245460,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "070c1776c15b2fd096d685f59e0221ee" + "hash": "f0a7338905336dd861245edc0b552841" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241066,19 +245481,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "03872024a2f0238b779b0af64aa51574" + "hash": "a51c7149e34a1b35f30a06d2b0527445" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241086,19 +245502,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d55d06a0a7eb7d22dba336cf7d69aba7" + "hash": "eb9dfdaaec5df891114865e5e9a37487" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241106,19 +245523,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "74bf3809fab8d535d57559ab066452d5" + "hash": "b2e82ee76d020ea1e3c4276a56742acc" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241126,19 +245544,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4fdba8037590928cf038b2689b9147b5" + "hash": "0208223890c00ca700c52b86fb8c4a8e" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241146,19 +245565,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff4fe63b26132a765a264f9a126ea31c" + "hash": "baba47ed1bb429b52141a0e7167f84aa" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241166,19 +245586,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a8cb33f57c1c9c31b5a73c076747c30" + "hash": "c85f8220d0687529dc619eb32f133852" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241186,19 +245607,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6680e4435ecf634318111172c26e3a7" + "hash": "ed1656ec43d0db8e3f248fbeadab1233" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241206,19 +245628,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "48963db9d39e449766cc32ada087d8dd" + "hash": "361e02b6477d07e92dfd850011605646" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241226,19 +245649,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e52910e726c0e94ffa7411ac4d062e4" + "hash": "627c7fc27121c065e24ca3e6ee71c990" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241246,19 +245670,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8f3e9473c05930e1f2bf6567def8d09" + "hash": "2c46c433b4b01fde339792bb610648b5" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241266,19 +245691,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef3b29dbd2dfea724123fe317b7fd00e" + "hash": "39ba3fd010ff2d556c4581d020dd8f78" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241286,19 +245712,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "918059cea5dce1cb81262475aaf63bb2" + "hash": "5bcee336da6cf02f79aaf3c85d22577e" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241306,19 +245733,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "691a7d684282d73459b6d5d8ab48307d" + "hash": "de6ed5ffdf8973241df1f7e5109a042b" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241326,19 +245754,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e5941607d54b59258256ae2b8215001" + "hash": "da0b3bbebe99dfd3ef9473856332a853" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241346,19 +245775,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cca40d1117be307e8bbadacb56af896f" + "hash": "787d818939aff8dd0e635b69307c9713" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241366,19 +245796,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "939f819a32372e72351e64e89b8b331d" + "hash": "a2e7ecb0559b94d405bf4c16169eb133" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241386,19 +245817,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2090f079f92ac4528bb937b13e99e8ff" + "hash": "e835e02ae1ebeb093804be2b61b67529" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241406,19 +245838,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "57d155493b219d2e4b3c6dd3e02c3692" + "hash": "bd0dd738603773a0ae1c5f45878c586e" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241426,19 +245859,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "175c7e30707613a31f464f93c83fe4f7" + "hash": "309fc7b204ccb8565ed39923880973a7" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241446,19 +245880,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "968653e1082c77c27a7776e0795f2ab2" + "hash": "ccbd608532ecfeb8e5444dc4d786ee60" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241466,19 +245901,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "572e49eab59b566121e06dc3b19c0f3e" + "hash": "cbe87eebf1be3368fddc56a0f1a12aa0" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241486,19 +245922,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5271b4715c9896d632b328e1affc5568" + "hash": "392105dae350ad2ece889b7d5b4a74c7" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241506,19 +245943,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b5fcd6ec6f4c529482bb6727830f87f" + "hash": "d31a99458be9ba979130ba0c1b20b771" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241526,19 +245964,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "38d46bd5b03ea101aee81e35524cb5ad" + "hash": "25b18f8d7bb2ef05d82bf1b465824817" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241546,19 +245985,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d9d606c873bf2fb1602ab3af1637fa7f" + "hash": "0e9292f9fb42845329e19e57eecb2a2d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241566,19 +246006,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "251abede48f304e78d377fc4a8954b2a" + "hash": "77f5fcb4edab40bddc10a716aa0c3bad" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241586,19 +246027,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "deda447fddb0952bdfaaab5acb53312a" + "hash": "336e2b5592f62aca04076bcb8149d5a2" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241606,19 +246048,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fede6da0f494b5fcb763fd8c18c134e7" + "hash": "0502380714fed73b3bc9b536d19010fe" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241626,19 +246069,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "68e38b48fb315fceaa68bce5f1e2ec17" + "hash": "45dfe634933e3c06df5b3b1e82c59488" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241646,19 +246090,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8eb0853866f858ca94dc8bd381703c7" + "hash": "88362aff91da60540deb235f6a3711da" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241666,19 +246111,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0253c46b02be4b8fa89a79021e7cd9c" + "hash": "7a491a8049969ede6ffb0aa5c1ab29b5" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241686,39 +246132,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "88bc3f5f424047a368137d72330e968b" + "hash": "664274605908093ffb3622d475cad6fd" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d3ce6c500f26b0736d44200db5a7cacc" + "hash": "4257ec2c62db603e3c14c19a3da52aa6" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241726,19 +246174,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a404c838736e610dd5096c7c8406cdf" + "hash": "0121216de47f992182cc7487ae44fcac" }, { - "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 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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241746,19 +246195,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd398714d5cf9b09efe8dab30664555d" + "hash": "1f7e4ee2410ff4a8048ea7e76306f673" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241766,19 +246216,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a29dbcd04c377a333c326538f0e5eb01" + "hash": "c2a4af6c9e25c4158572774ce0087fca" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241786,19 +246237,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ca9ec40207b055dc5fe72abaebf3d39" + "hash": "7cd624a23347940a0fb64c04699a6bd6" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241806,19 +246258,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6653a8e7e2e47f1ca2e7c9836a554429" + "hash": "ddc20b64ed24eaa9d94aeff450fcd187" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241826,19 +246279,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c59d7dda7dc86b394afcebbb3ea7fb67" + "hash": "85f31ef78cfbd89a89cf349dc18893be" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241846,19 +246300,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a79b6bfcf17e54d5d354285bbd57f05d" + "hash": "f9285ccbf08b48bd84cad8232b0f58e8" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241866,19 +246321,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f193374ca112aaa8f133e4e28badaa6c" + "hash": "1c34b82c5d0ae9190f321de66c353867" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241886,19 +246342,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d7e55d1ac21116d190b46cf474ea4db5" + "hash": "0896377d7d02454ac59a32466fd691de" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241906,19 +246363,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "98c39a04bb1abb14eafd3d290b377141" + "hash": "963c91dd14e3f89ddf8ad35176d34208" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241926,19 +246384,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1760f6db9f330e917b325fba965026c3" + "hash": "b77d4bf1a4a7d90a35cf997932beff3b" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241946,19 +246405,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ed79a4efa1a7e936005ae95383f5772" + "hash": "99a3b0244eb30daeb65c86d177f7af87" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241966,19 +246426,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "393c06cd53ece300cfbdeb276f30791a" + "hash": "d566578981244a58d09c3d4e86157abb" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -241986,19 +246447,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8116355042b9e96ec288e5455b94397b" + "hash": "d777a539d7f3075d0a9e899352c8a32c" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242006,19 +246468,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "174ef57ae7ea914400eec3a72532fa95" + "hash": "b4b7618da1f9d3c60cf4f8491d640f87" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242026,19 +246489,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6796b6633e5b35bedd91c702aedccb4c" + "hash": "ce1b7de08f52d623ea75fbdd2d51e031" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242046,19 +246510,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "904a1defcea25c059962a0e91ce3ce62" + "hash": "6c4c126d8e13a2d996cff0c6b94bd81b" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242066,19 +246531,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e7ce60129ec9aff2ede2fff9e222475" + "hash": "b43aaf71fdfef85dd818c5ad8642e794" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242086,19 +246552,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c21aad66158e17230b44bb3ccca015bc" + "hash": "e94e87c4b446f7c708984b5b9f2e7546" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242106,19 +246573,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fa49919ed2a9ead59422fda132208fe" + "hash": "7f5a9a73cf4aea11b5460388232123da" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242126,19 +246594,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "55d5790444edf467f6917933b0e54a20" + "hash": "a5f5a50add38edc65839f6bcab9301ab" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242146,19 +246615,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "985ec04c2353599272603e4fe6eddd9b" + "hash": "60f972bdca89f81a5d7714e32456c7bd" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242166,19 +246636,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e6357cc7a36580688411a0171ae63f5" + "hash": "8197177abc5b7d7eb849f83503779244" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242186,19 +246657,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "89aad1ef36a0f34c1a30baf49048a856" + "hash": "c5c6cb20df5d70eba182e516a800090b" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242206,19 +246678,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed2aab9ba040a4d1ed107ac9cec0e927" + "hash": "00bf2855beb387e5f6e0bbf5e44f7362" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242226,19 +246699,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b053648e3d8ea0df153d02db2ea5d311" + "hash": "b3d5eae05bc25e697d10b8e7a0e23b79" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242246,19 +246720,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c96d96a42ada6d79890b89bdfa3b4d03" + "hash": "4a580aad2a1ecb9e6acd293ff46d480e" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242266,19 +246741,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "069155b6f7a018259f4096e7fd9b8f02" + "hash": "404734b22cd2eee5bd2c1b446e4f72ae" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242286,19 +246762,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "91480fce391d61cf339fa09c89b0bb5e" + "hash": "d91f930db1966f85195c4e5614df41fa" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242306,19 +246783,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "203f44d2087a9fdec16207e481dffd7b" + "hash": "b4dbe816fc5b436c81737c717c94b4e0" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242326,19 +246804,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9259c1ebeb6a0b558cad12fc979a59ca" + "hash": "e8aa9aae906b4298318edffc471aa0ba" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242346,19 +246825,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "737551d4f15dbeb24ca0af4c25af511e" + "hash": "348d624c0b3daf3c66a44cc24f8826a7" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242366,19 +246846,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eecd53e54a48a548bf71f7474850ba2c" + "hash": "9f34ad0eb297c91f91a039789037d314" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242386,19 +246867,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d960078f5b23c7ef89574c47ca5ee39" + "hash": "e373e7a063dda2ce5a231bce56e9b5d2" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242406,19 +246888,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0faede8f1ce23e33a3f35456ff2fea1d" + "hash": "0f0eccb75a0aa74baa6ee9f42ca27d52" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242426,19 +246909,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7091b409c0a5e3595086defc861e6dd4" + "hash": "d5f727cfdfd5226e8f0cd403892874ce" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242446,19 +246930,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd386bbcd750d7ff03c598190941ddcd" + "hash": "a8d95299bcd5e96ce13ee3f72b1e0932" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242466,19 +246951,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a4ee10aec24cf08a6ae443976f4ab2eb" + "hash": "ea85955102734fc716ba45742e019c2f" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242486,19 +246972,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fb9b05142e34696f30aec4389cce337" + "hash": "8f3072d7411bf3dcdb796ef41aa82806" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242506,19 +246993,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfda915a9504a98970341a4cb55f821b" + "hash": "a67986cb160f309f5c76d01d9e98e6f8" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242526,19 +247014,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "297aa0c64afb9029e81d2fc08468dce8" + "hash": "dcf9bd0a70897da0a41dc9e9b65e991c" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242546,19 +247035,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf75a7927926489f2c2702c5476b3db4" + "hash": "aa58169ed3a7b16d33e0b07ca12377fc" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242566,19 +247056,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "82bc600258d483814c94290674dba697" + "hash": "387d9944ca6b64e2701fb9581d7dd6d3" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242586,19 +247077,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a1be60c020f1c3de24fdb144d3b19fa" + "hash": "e956b54d61150a0c03bcc88637165963" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242606,19 +247098,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2159a944cbf9bbc05145c849a055d589" + "hash": "d05c3c3213100fecff74389d2a188efb" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242626,19 +247119,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c80841560fec5361dd347dd01b3209a" + "hash": "b982ead349d750194b67c7112fb77577" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242646,19 +247140,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "99e2b61dd52fdeb465ae6f7203ee8279" + "hash": "4dd6c8333f455ed7087d95c3e0198084" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242666,19 +247161,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f869c8fccadabde4d0d115b72f6eb3a3" + "hash": "e872942b7bd9d66681552788ccc71574" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242686,19 +247182,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "23fda9c5a98ea8f9f781cb3a8d7cde0c" + "hash": "a9ea48b334eb0c7d1b378064e3296a1b" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242706,19 +247203,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "49d27518ad15459d0262e764b1e5eae6" + "hash": "55ed4620eaca1dc626533b229f545b7f" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242726,19 +247224,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "11688bc7e72bd2e8426be939d9353a66" + "hash": "7bc72ea965075ff244e315600acf763c" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242746,19 +247245,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f8da1bccf204a851c4d2038e5c772e1" + "hash": "ec344fc7ec1eb6cb0f44373f833a05d2" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242766,19 +247266,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e709b1869a3e443e7451ecc77523bae" + "hash": "1ad2ffaca506566d6ae004e61e7238f7" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242786,19 +247287,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2b7c341c2cf4cb4c598ee0ef293a79f" + "hash": "273ed956d600d21aadfe5ed2ad1e0fd8" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242806,19 +247308,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "64cf2cb8dbfa590481f32b186a980a60" + "hash": "dd2a41606760196e7bd4d6c4c5f8b7c7" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242826,19 +247329,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c5084fff9479ad83c5b9f33d7b8e92b0" + "hash": "be5b04936a16dd673fbb24226750de27" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242846,19 +247350,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "156ccec3f767cb9e523108c63970b0ec" + "hash": "582af5f0ec1f661036bd2829231724a4" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242866,19 +247371,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f835f53971681be06a74287beb7f865" + "hash": "97b2822e3489dad7a5f108c7a0475c62" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242886,19 +247392,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "beb7cc7cfb7fe3f5f69d987e6cb1475c" + "hash": "ee0802cf9bba35fad8da5ce23d58914e" }, { - "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 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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242906,19 +247413,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6353ae2615229c6476c581ff06aee2b" + "hash": "657089bbebdc11bca694dbd2152a326c" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242926,19 +247434,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "567a3fd8c135932e157dd5b3eab5a8fd" + "hash": "1c5e217482909c93d92288bc09721952" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242946,19 +247455,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b658b8cb64604ed2585dba4302c45d84" + "hash": "bad56e07ab68830543fd1c9dd27f8200" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242966,19 +247476,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a99b114d7a7471c6a1049f643771fc4" + "hash": "e59165ec187f4e9059f9aa7e1038e1b2" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -242986,19 +247497,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ae5ebf5af08f61d8419e747039d41ed" + "hash": "2eed6ca5817bd7bec3fd7609e3b50bfa" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243006,19 +247518,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "73bdbca9f12fab63c566c31502ad4590" + "hash": "1af6375b8bd47932c24b68b4608f1402" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243026,19 +247539,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b738098351e176c40b39a006e00bd456" + "hash": "b1346156dbb106e3c999352a3a3a6a62" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243046,19 +247560,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "71089fe497b2578800ad6fd1d1c2d3a1" + "hash": "aa57d1137687366e138a364872d2311f" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243066,19 +247581,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d28950aa6247fc6e8104f79890e10b3f" + "hash": "fc1be54926e51cbf8f9c6545fa681de7" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243086,19 +247602,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a6094e568858f1de0fc8b58ac97d074" + "hash": "11a119d1412e89e937a7793dfebff9ab" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243106,19 +247623,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa2ea3841648a888f1bb1eb2a424b80b" + "hash": "b36fd97a346a49f17b7ce2dd50acc221" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243126,19 +247644,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "56e1f3ee9d13e21bda383ee02efc5957" + "hash": "ae2328d1b448fed9d6799bbc0773010a" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243146,19 +247665,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a3021789850fb1b25a0a7eb1c9ce881" + "hash": "2605b7b0bd86b5fa4d804223f65ed949" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243166,19 +247686,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "557fa20b2310e5790e82cb2fa3ca66ff" + "hash": "3b55f8ed454c85bbdcbacc3cec681e96" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243186,19 +247707,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "52b07e47b1e13e14bb8b5dbb0dd0e28a" + "hash": "7a3b1442a132bd339347ca39d4d99f22" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243206,19 +247728,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ea7812e0d7a1d1f56f4305b4acc7b2b" + "hash": "355acdc28dd124912ddd12531ef884c9" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243226,19 +247749,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "65d6e4dae41e83eb6dfe9622960c3e11" + "hash": "e8bea302590d0726fa6fcb6f51579743" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243246,19 +247770,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "491f1db1f7d95e03b2c2b3bcc07e9278" + "hash": "afa682241b2e1932dcfbfb2677f0de0e" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243266,19 +247791,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "55d871e9a1ec53380b242dd46b8a2f7a" + "hash": "f1e16dbf34c8486ca5976137026a98ee" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243286,19 +247812,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2eb8123b3dd3b43968bfdc95ec266fe4" + "hash": "6fdbff3354b3a78273568b08a9b06cf0" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243306,19 +247833,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "223427ed4764b65ef9ae30293f234d5f" + "hash": "545ad2e020d50a6e8bdf682bd5562e06" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243326,19 +247854,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac3c151eb766ccf64ae9d7798d1cfa63" + "hash": "9b7f287447e1f1916f4413ee47109655" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243346,19 +247875,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ea0e8e298e5aa522f040463df7e8c08" + "hash": "36182a7a68cf812ac19604068a98b832" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243366,19 +247896,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe9e8a542d1f8dc7838ae87d8f1616ba" + "hash": "4dcdc30d0b20242bce34df1a81607762" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243386,19 +247917,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bd9d351d75590df78389026c75d1115" + "hash": "a7a1c1aa4c778ec6dae8c59386e2586a" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243406,19 +247938,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "48a56a660cc60a82d83815ea3ff83414" + "hash": "78ca564d6b04faac44e84090d18776f7" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243426,19 +247959,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7b20044d98a51f5fd55ae3fc1998cbd" + "hash": "441dfabd51783b7137d6178484a0c61b" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243446,19 +247980,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a7719612af6e15d319a65cb2bae6851" + "hash": "4736557ef4ef3bb4afcf54cee9eb8ed7" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243466,19 +248001,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "476e49ed405b452aef3c378a0cfa6302" + "hash": "95e555b97b5fd7b23f43357b1da14b2e" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243486,19 +248022,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "17f0a2d80013498bd1527a34db9234b8" + "hash": "53561b3b9477d4b163a81c9c7a22ea02" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243506,19 +248043,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b61836141bcbb447fd7e4defa0a765e6" + "hash": "052033c970e6035a7de9f3fd1664e90a" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243526,19 +248064,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba9058081f883b1605e938a9c4024e0b" + "hash": "56a48ea87291e907aac0ba47a8733902" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243546,19 +248085,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc2fcf856de8f5100bad73526fe0f0b3" + "hash": "788c5742609879936d2ba69a876b9b59" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243566,19 +248106,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccc52c09b48f29917da8b39330a55368" + "hash": "6dbb410e9480c52ae6fc39a8653bd753" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243586,19 +248127,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e009061743086f1aabc18975016987f" + "hash": "140359edcda4b5094bf0343921e17841" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243606,19 +248148,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "454f960b3df54cc86c5b207c73690d52" + "hash": "b9fe6c59ee8aa53a80259ff9f33b780f" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243626,19 +248169,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd22f6d6e82ec3e667dcdce0d834c40e" + "hash": "dd2382cd880d3f4c6e2855e52e3d6604" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243646,19 +248190,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "02386b147093041a7e756b7ce6430275" + "hash": "60326ed22514dec3494e954f8905dfc3" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243666,19 +248211,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d483ce0a32a5e6da731b36005633f7a9" + "hash": "9ad66a3978951b81d9f48de866c2c4f3" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243686,19 +248232,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0bb58ebc854bf299d8582899ac8b24e" + "hash": "892fcd9153fbdcd21d7e83d4f7f5c65e" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243706,19 +248253,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "65c3e6c5fab7a5fbdb61593731a8ab70" + "hash": "767bd4df9f47fac8a44e52d53afd27f8" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243726,19 +248274,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1261e393b9c1bdd7772a5ea139eec592" + "hash": "f40590ac53d8aa92b624e6872ef3c04f" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243746,19 +248295,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c22f940a51c9c9849ac64257d67fcd1" + "hash": "0551ab5399c8e004b183b1d4e2b6846d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243766,19 +248316,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "269d78f9f2b09c77aa944dc83414b2b0" + "hash": "4ccccd56a40a4dd1abb2d5639f96bc75" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243786,19 +248337,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0ea98a29433834183b68865261c5bce" + "hash": "e7b1e3a3de401bebfd8e1fd6547e2355" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243806,19 +248358,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "988dc61263b0acad2a482697bdbe603d" + "hash": "e1ce2775efc04957430be26c717a5c55" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243826,19 +248379,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c68a9f6eeb3957f8b107b7c7bb88f38" + "hash": "7b6b7354b0a48a3582e8c50c76a5c36d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243846,19 +248400,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "709a3632a479b4d6f5d8431b0ebea74f" + "hash": "41fcaf0c4c43639968dd45b783ca9972" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243866,19 +248421,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "170d9d821f73383b0b4858e4b2c95ef1" + "hash": "5d8805117c5d799304a4aec383d2662a" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243886,19 +248442,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "15cab8cac7338653bdc0d9b0247fff07" + "hash": "cb19969a91a386d407df3b59f48cbadd" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243906,19 +248463,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c43099691242e382716d269f3d8ca4b" + "hash": "38b9767bef4520f5b994d237c9cca5b9" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243926,19 +248484,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c306b1d6f2c0883e1ed944aebad59f1" + "hash": "e9f48cd5e70d272094f4a088f8361420" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243946,39 +248505,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "b87127f194f0349451a6976bb72f40dd" + "hash": "ede25a3df50f610953caaf0b8a02c8b8" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "e164611c4129c49be72419ec23ceb6e0" + "hash": "6115db8465b3b8d4621499b2e370118f" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -243986,19 +248547,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "56e58111ed7948344d0104a1e8ea318b" + "hash": "e7bd67f315fc0c43b179c56cd1e01024" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244006,19 +248568,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b91a30f871677f7e750038cbb60d5d6" + "hash": "8b10810d23f8d0d657a0596d716b02c9" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244026,19 +248589,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5d178727768087c91cf64012b535996" + "hash": "59670fa901f500cddf898ee011b1379c" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244046,19 +248610,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "02ddff2ecd4906fbcfeda3e58e98ea36" + "hash": "7a694971a83b215e86643624bd9e0bb3" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244066,19 +248631,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0030d08dcd26933c1889a2ac2a2fadb" + "hash": "73e4c8f19188fa1ddc98951c44415307" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244086,19 +248652,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d79c4d1a5b759faae051d273fa19af5b" + "hash": "78e594e62b444a83b9b26d500028a255" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244106,19 +248673,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f737a94f88328c03ccf70f1cd73ea51" + "hash": "5bb49ab52441e17ca5f1b2d2454dc561" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244126,19 +248694,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a9960ede3b3d8a7992da61f8cb6171b" + "hash": "9ff92413055678686fe696fc7b44633d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244146,19 +248715,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9fba4014fe18ff5a5a9f91e8b8d0bed" + "hash": "aa53b9e4782e130bd82601a306ff5a89" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244166,19 +248736,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6abbc7ba79bb356817a3d025092e92e" + "hash": "4930cb64052d89954cd0daf7de34f4df" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244186,19 +248757,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1f15321a1d10590890f546b5f9101b7" + "hash": "bace9a9a60815e162edc7a56b7c57cf3" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244206,19 +248778,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a8a62acc92510af443d5352ea1cd8a6" + "hash": "3181dae877af16e73fdc0a66f37bf64b" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244226,19 +248799,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "50220ec0d157be674dfa5c2674968fbf" + "hash": "350d800fe2d8b09004ac4d7d20ea8c05" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244246,19 +248820,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb8462a475e2e4a063968649b068c4d4" + "hash": "8ed5abda7359079e64e37df98fcf84a1" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244266,19 +248841,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bffdec15180b788d538e92777ba09147" + "hash": "93ea6a5804fc153ebe60e45fe031b2ad" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244286,19 +248862,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "68b598780fc8454b9ecff65fd21097ab" + "hash": "2480bde220d752656712e1a8bdc954d7" }, { - "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.", + "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/06/arts/television/jussie-smollett-trial-testimony.html", - "creator": "Julia Jacobs and Mark Guarino", - "pubDate": "Mon, 06 Dec 2021 21:48:51 +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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244306,19 +248883,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "11e2b40807a74d370e97c0300091be67" + "hash": "4cdfef632e494823c7f74491afbaf190" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244326,19 +248904,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "022a3ba5c391827cecd6c58152b1316c" + "hash": "3f8cc2df7d5e7adbcc758a475b838810" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244346,19 +248925,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "29f147de38661e2d64c7ffee5dd256f6" + "hash": "a0fac76a24d3b498fe866fa6c5fe0b86" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244366,19 +248946,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d9e93b717e237968331132f87d9b6834" + "hash": "e84b45d2981741872d8b31deb1dda737" }, { - "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": "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/11/us/tornadoes-storms-amazon", + "creator": "The New York Times", + "pubDate": "Sat, 11 Dec 2021 10:21:59 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244386,19 +248967,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ce23553e8c80b00825e5f26c4bd0966" + "hash": "98e70e4afd2a995e048f3c428a50f099" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244406,19 +248988,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "349359d3aaa1e9d0f6adb3e261ac393f" + "hash": "d21a06b5b62d73c4f7f89220288992ff" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244426,19 +249009,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "11251f8596c2652e87940cf5cfc601c6" + "hash": "219c5240bd185f14f64ba48ca32db8d5" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244446,19 +249030,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e3c8d140c126a1e4f0013664054284c" + "hash": "b392e2e96214f2e1d413ea58ed489c9d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244466,19 +249051,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "997aefaf47c97563d260037e28c69751" + "hash": "7ebaf8fffa3c8f7fda46622436dd77fb" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244486,19 +249072,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "339cc02f81565d03d63a84996c002ee2" + "hash": "9bdf51c327f5cca6191304e8c284636c" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244506,19 +249093,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a78f18cc8a6763af9ba3e87e1562a392" + "hash": "c37a26c6064d15df28d0dfb634cbe6dd" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244526,19 +249114,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f13a703621329fed58a7e421baa769f2" + "hash": "22696799c993649649891d8e7cc88cc3" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244546,19 +249135,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ede45c011f8b6de5596224f56c912866" + "hash": "2ec4cb1cfddf9833a5260d9653e93401" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244566,19 +249156,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8638fb7f098e1f5c3d20b43ddb0fd871" + "hash": "fa44d9eb728a7439a2f4c84825d75dc2" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244586,19 +249177,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b7a2c813e3c667eb488dd6947a61ecb" + "hash": "f6386e7471ab5fcb64238f19bb5d7344" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244606,19 +249198,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "99176510198d474ef0f750ebcc96e22c" + "hash": "0abe410e9e09fc77cc9c33da5a579f9c" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244626,19 +249219,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c9e89726e2b043dce03c4451bd4d22c" + "hash": "93abf7e3aab6bceba04fa942b55e8ad4" }, { - "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", + "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": "Mon, 06 Dec 2021 18:25:25 +0000", + "pubDate": "Sat, 11 Dec 2021 00:10:14 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244646,19 +249240,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cee241507e51e0ed4454259d8253410b" + "hash": "7f9322cc485e26ca937e11e9c3c41db3" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244666,19 +249261,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa85f6f6e3c8e18ca0599cbf435adb5b" + "hash": "36347bc8ff6580c8d64dab9e3f245ce0" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244686,19 +249282,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6cfa2507dec34b5ccebf49fd30c7f736" + "hash": "a8e01acfcc5b69ea7716885e67c828dc" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244706,19 +249303,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d98308559011e31f60269fdaa5b4f469" + "hash": "036e0ce244de88108a2daa1173ec12c6" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244726,19 +249324,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "10403b211a719478bdfab4f557fd528f" + "hash": "512eab55c1d4cfc77425b5a9752c69fb" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244746,19 +249345,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b848d8b1190668be3ee66a9d90067d7" + "hash": "4aa9e0b7bab05ab7eb43f7181d55d1bb" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -244766,16 +249366,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6741d5e4284defe07252dff99795e165" + "hash": "14587bec27620e686526c062a1fe94c3" }, { - "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": "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": "", @@ -244786,16 +249386,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff5f6de3fb724c9885bc52a923b247b2" + "hash": "83dfd8313724915e7c00e2280e949fa0" }, { - "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": "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": "", @@ -244806,16 +249406,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9bcd041dc33e5a00580aeedc566ca182" + "hash": "21585e54bfba3d7d4b3bd9ebfdd8c2c6" }, { - "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": "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": "", @@ -244826,16 +249426,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "70a33bf0ee7e15d0763c160e4789192c" + "hash": "7a215584fda9e0f0e1360fcaafb898d6" }, { - "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.", + "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/06/nyregion/ghislaine-maxwell-trial", + "link": "https://www.nytimes.com/live/2021/12/10/business/inflation-cpi-stock-market-news", "creator": "The New York Times", - "pubDate": "Mon, 06 Dec 2021 17:51:56 +0000", + "pubDate": "Fri, 10 Dec 2021 20:44:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -244846,16 +249446,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2005aa745b7764d7e36387d95d97ef81" + "hash": "7f8c15456241efe83d78cf50573dbe6b" }, { - "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": "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": "", @@ -244866,16 +249466,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "545070886a6f642e1f4680d97b9affed" + "hash": "61554161abe731ab6d2f2e42744bd0d2" }, { - "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": "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": "", @@ -244886,16 +249486,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fbe13711f847876405ef69f0ff79ced9" + "hash": "aa5666c3c13a0f5c126f34bf4b10bc67" }, { - "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": "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": "", @@ -244906,16 +249506,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "313ddb2e9956e9a9c3c0f3b00cb1fe49" + "hash": "fb3303cac1c8c8f5d81ac1f428eed21b" }, { - "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": "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": "", @@ -244926,16 +249526,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "38b07a7cd092d3b42ec665651c0f7367" + "hash": "f001baed3d053d6f61fba70c21810bfd" }, { - "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": "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": "", @@ -244946,16 +249546,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0c77ba4d4e9b07eb4a7cb09fd128998" + "hash": "2747421b959fa1568ccaaffd1c4e0007" }, { - "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": "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": "", @@ -244966,16 +249566,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccd01ec68b160b47b812310d6ef16169" + "hash": "aac197923bf513fe0af3da71d7a25600" }, { - "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": "‘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": "", @@ -244986,16 +249586,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2adde6cc0c48d2dfcfe26083a21a299e" + "hash": "8237b019a0ca9efb8f356fdf69d3a7a4" }, { - "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": "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": "", @@ -245006,16 +249606,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "588418dbe456bd65839c218059d7b04f" + "hash": "17cc137fe925b0549a899090131cd388" }, { - "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": "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": "", @@ -245026,16 +249626,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "96c66e748c959ff063c1f977f10af4ad" + "hash": "418ef6dd027f1406266bce6cc6de44cf" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -245046,16 +249646,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eca884a7b3161443aa025193f72f5d0d" + "hash": "8ebd2bce50fdd82430d6860cb511f3c7" }, { - "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": "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": "", @@ -245066,16 +249666,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b041bf5dbc824e9a62b2b1f8c34ac27a" + "hash": "b007a3bceb33d0b8e3e16fdad50f91eb" }, { - "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": "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": "", @@ -245086,16 +249686,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1293e91bb1b38c0f39c74020ba15cc9b" + "hash": "e8e334ec14bd7a1c70c6cd19860453a2" }, { - "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": "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": "", @@ -245106,16 +249706,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "978773d24959de8a1a427cdb1b5992ed" + "hash": "6cfbde4b83eda37f9248c8897e4e343a" }, { - "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": "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": "", @@ -245126,16 +249726,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b63a72dad5adfadfd63b11bddbde9d4" + "hash": "19150d144821c667432b1908e3a60c1e" }, { - "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": "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": "", @@ -245146,16 +249746,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4c3c41b0a8858f2e65bb13b17c3b7fa" + "hash": "201a7dcab341b652cfdc6ae7104ff23c" }, { - "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": "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": "", @@ -245166,16 +249766,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "68fc1b88def2cb993dbe75d2f118c6f6" + "hash": "9a4caf44f876ea2861a59fad9395f9ad" }, { - "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": "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": "", @@ -245186,16 +249786,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac4d3b54642e165320b76b1834a4e218" + "hash": "5e645c58620b8f01b51d683cd3476802" }, { - "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": "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": "", @@ -245206,16 +249806,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "089a33e7c103ac2ed07ef02b1ab04f0c" + "hash": "36727624701db6214d3b184ba2dca109" }, { - "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", + "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": "", @@ -245226,16 +249826,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "747c663cbc9dbbe0ed8c70f03722466f" + "hash": "514098ea5e9839f4d6f63187a320d443" }, { - "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": "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": "", @@ -245246,16 +249846,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d9533eb15d5f18b13df8aa4da5e5ea5" + "hash": "39860bf2d526aa41661eb21e7df2b299" }, { - "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": "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": "", @@ -245266,16 +249866,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "157f3bad95777978eccafe4bba60ea5b" + "hash": "8b5a51f60c95749038c0a5a1e6e2e3b1" }, { - "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": "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": "", @@ -245286,16 +249886,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e1b334ded925f1de5143313fb308d39" + "hash": "1cd043f0528cec8310d5f3d629042c32" }, { - "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": "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": "", @@ -245306,36 +249906,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "a158eb4a497308eeb554b744b2235af3" + "hash": "5778abcf28fa8807918eb9aa90882b6e" }, { - "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": "", - "language": "en", - "folder": "00.03 News/News - EN", + "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": "", + "language": "en", + "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "95d1690607646ad82889ef64d514b80d" + "hash": "e94f8da6e2b7dda7227b1bcf61f17fb0" }, { - "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": "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": "", @@ -245346,16 +249946,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c350524835a8597ef6af8fed33ec4e4" + "hash": "3af403d3c81e6ee5f671ff3b192601b5" }, { - "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": "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": "", @@ -245366,16 +249966,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c30af2b395a7c4a85a41ff6b7cdc0231" + "hash": "ee2b2172eb6cbe44aa60664caefa2cdc" }, { - "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": "‘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": "", @@ -245386,16 +249986,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3a6cd8c82ebee874b539f6d97a22038" + "hash": "239ef84fa75c51985b0107e83d381507" }, { - "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": "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": "", @@ -245406,16 +250006,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3694bdaffe1a71f2afd48ac8a7ca484a" + "hash": "a1a48b7284b395c78bb4158ddcf23308" }, { - "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": "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": "", @@ -245426,16 +250026,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5959dfc6ee497c0eda8d1368fb70db6f" + "hash": "095f10c868c298ebebba19d8a3edce2a" }, { - "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": "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": "", @@ -245446,16 +250046,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d688fa090059d32687268694a375c5b6" + "hash": "23df2d979fb82b47afee74ada2738a0e" }, { - "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": "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": "", @@ -245466,16 +250066,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1d7515949d3bb5689244359d7d9f8ae" + "hash": "a6631bb71d4d89b6ad1649c6ddea789e" }, { - "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": "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": "", @@ -245486,16 +250086,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "be9b86ed159afd424f3bc501ed601d71" + "hash": "30168f15781495c10f41c75df0ffcfcf" }, { - "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": "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": "", @@ -245506,16 +250106,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6acb47d5cfa8014f1992610f4d0bb324" + "hash": "7d6b93e0406192465526eeb4dbdf943e" }, { - "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": "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": "", @@ -245526,16 +250126,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "817d4293d3806483d4f16635c33abb04" + "hash": "040fc3a4b2f5c81493126c239320ed3c" }, { - "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": "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": "", @@ -245546,36 +250146,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "438e5ff3133e4749222c8f999324339e" + "hash": "876a43d6245fbcb01ee70fdd332c3d4a" }, { - "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": "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": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "a38bd5a86b341c53ef5603515464b898" + "hash": "57ce2303eacc9f01b3b5ab41546fcbbb" }, { - "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": "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": "", @@ -245586,16 +250186,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f53d7914fe2332a1ff678f69e20f3a93" + "hash": "a33c6d4f132932369178bab259830122" }, { - "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": "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": "", @@ -245606,16 +250206,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0deec1b348ef1d77856fa6c116e103fc" + "hash": "8da6be3d6a05925b377938eb5bd5d119" }, { - "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": "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": "", @@ -245626,16 +250226,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "df304445352b4d2798144d4f345b9f48" + "hash": "f14b1233c45812d809e6daf21c99c2d7" }, { - "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": " 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": "", @@ -245646,16 +250246,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1122b021cf1ef3b85e2c6547d33abd32" + "hash": "5e6a97d83baea36c1ef0369ae4d1a2b3" }, { - "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": "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": "", @@ -245666,16 +250266,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3c9f6823dd15eba904f6676b10ea897" + "hash": "45dff1fbcae774396538238a4e1ae387" }, { - "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": "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": "", @@ -245686,16 +250286,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c2aa745a757b6a534c3f1e27f78e086" + "hash": "551ad319b15e0edbf81cd9b0fec4a7ac" }, { - "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": "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": "", @@ -245706,16 +250306,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b8a9cf8ee99b47588e02714c0fe890a" + "hash": "17034be27c51d2336297deba4c75f13a" }, { - "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": "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": "", @@ -245726,16 +250326,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ac7b86a1193eeeeb49f03f1ed346b71" + "hash": "de55ebecbe308d80b33ec79538c6b192" }, { - "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": "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": "", @@ -245746,16 +250346,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab9be09294e7e7fb00b6439bd9c54cca" + "hash": "4d4d54e2247767918165d9ad7d6d7f52" }, { - "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": "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": "", @@ -245766,16 +250366,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "425b2b04119711276b0975aa7c64a154" + "hash": "7c2ff7b508984c98de6ddf7ae8d2b547" }, { - "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": "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": "", @@ -245786,16 +250386,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a067c1481a1606f51d4e409324fec915" + "hash": "dec7d28ee2c458b7025a75ab5b2d5c2f" }, { - "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": "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": "", @@ -245806,16 +250406,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b2c05de8cd0b649a4b60497d8a1a1be" + "hash": "2b54ff77e60f287f0967214c65e47bff" }, { - "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": "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": "", @@ -245826,16 +250426,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "994ccd3469a6063acf7b8485011110aa" + "hash": "383d6f73da85f9b39ad3c7fd97dd89e4" }, { - "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": "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": "", @@ -245846,16 +250446,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3fe78e18867f6809f10a88f97eabc72e" + "hash": "5aea31ccceb5ae5f70cdd989a7971618" }, { - "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": "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": "", @@ -245866,16 +250466,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "507bba946b377223ecf8593b40d37985" + "hash": "c1a95487547330c8b0d9826869641df1" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -245886,16 +250486,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f954da282f963f779c89785657b0df3" + "hash": "f53875afac9044ad912e28141bb000b0" }, { - "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": "‘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": "", @@ -245906,16 +250506,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d4d8d392c279c9f2958ed97e1460ed8" + "hash": "f777c62cbfc46a13bb7087b820251968" }, { - "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": "两届北京奥运会为何“冰火两重天”", + "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": "", @@ -245926,16 +250526,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d60a8c938f586562a1c5e8495ebb829" + "hash": "7003854a3be824f5158565c492875d56" }, { - "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": "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": "", @@ -245946,16 +250546,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9c4a35427c2d50a4805b847262a338b" + "hash": "67a7a69cc38990f8531840ddc09bb515" }, { - "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": "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": "", @@ -245966,16 +250566,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "91ad73d46667de30e5455aeb70bafcc0" + "hash": "4029c6335f9538ead0d29c9f0225dab3" }, { - "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": "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": "", @@ -245986,16 +250586,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "966984a020603652f00af097e87501b5" + "hash": "226064855eba85642443b53e966d7840" }, { - "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": "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": "", @@ -246006,16 +250606,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "40309ade8f373f807a88df2bc50c824e" + "hash": "ed7a244bdd1e85dcb7fddb6b01205df3" }, { - "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": "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": "", @@ -246026,16 +250626,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "af151933822f427d8903e3eb12b8f386" + "hash": "b1c2c895c3a64d10ea4e65a0cc971861" }, { - "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": "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": "", @@ -246046,16 +250646,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1fe3f08783027385478aa8065cfd6d0" + "hash": "e9cfea924d3445f7a6681cad9878cadd" }, { - "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", + "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": "", @@ -246066,16 +250666,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cde662debed09b653553fe4e199ed821" + "hash": "61063fe511d70f269b0d4b094c9ec1b0" }, { - "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": "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": "", @@ -246086,16 +250686,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "144c6bab34a0ec0382cb9bc62a7f6218" + "hash": "682c88128a2efb24d877a89b99c47e8a" }, { - "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.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": "", @@ -246106,16 +250706,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "07d2a2fd90db41e4f6131de6d1e6e582" + "hash": "1e6d7fbaef30173a35bfe11fa31fdd6b" }, { - "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": "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": "", @@ -246126,16 +250726,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb15467f19e310cfe125e7a0e1d7f343" + "hash": "9615b07a7eff38b0050a04063dd4ed81" }, { - "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": "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": "", @@ -246146,16 +250746,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "becdf1383365686205a0e77e578976c4" + "hash": "2ac16a4572c9f638f9b3eeb4a06c5eca" }, { - "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": "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": "", @@ -246166,16 +250766,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "15a8a4e1026b835361f8fac659b239db" + "hash": "4cd3fe2cda4755aa041e2817bd8ac4e5" }, { - "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": "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": "", @@ -246186,16 +250786,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cec5dacbe9a1a5d8017b34aac0b4e410" + "hash": "ad16c4d0bfe9a8270a3c14ef8cb90194" }, { - "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": "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": "", @@ -246206,16 +250806,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5546944ef0c4699762cff356ad411230" + "hash": "02fc67d2e766c161037cff88447334b9" }, { - "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": "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": "", @@ -246226,16 +250826,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c07ee15ea49fe4c76ae0cae0a19b9a2" + "hash": "6f7147b70fc2a52ec2a3a39ce531e24e" }, { - "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": "‘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": "", @@ -246246,16 +250846,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a52e08108ba2ce1eabab5ac5164aa46" + "hash": "3253303f138fc77669aef365906aad8e" }, { - "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": "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": "", @@ -246266,16 +250866,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc40c92370bea9d6f8d5fbacca1c6501" + "hash": "8cf7a29aa2368d0413ee2eadef029c3d" }, { - "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": "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": "", @@ -246286,16 +250886,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c04fec9f7be2c2560e4317ffda4b3a7" + "hash": "dea509fa37a68f7a14f01fa4573638fc" }, { - "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": "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": "", @@ -246306,16 +250906,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff6042fd31145f41a2e12b94a4c5eb51" + "hash": "11a14e360e53e947ee11de825e37177b" }, { - "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": "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": "", @@ -246326,16 +250926,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f4a0451a72a4a3a54c57e87e03f542a" + "hash": "ba6e4b08d4d4c34ac0c67d867ed893da" }, { - "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": "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": "", @@ -246346,16 +250946,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "27cf0108cf9aaac35392f74925330fd3" + "hash": "8a621254c8d4690210a1f3dfd00c7669" }, { - "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": "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": "", @@ -246366,16 +250966,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "952fb787c6c49a3f8f3fb43450c20f26" + "hash": "c802a69d0f59ccbc6d3f991d52da0549" }, { - "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": "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": "", @@ -246386,16 +250986,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3667ce939aa62bdf627707c1546777e9" + "hash": "f373d4ecadce73eee1850c68f77fa0f7" }, { - "title": "Omicron Is Another Waiting Game for Parents", - "description": "A worrisome week in news.", - "content": "A worrisome week in news.", + "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/04/opinion/omicron-michigan-dobbs.html", + "link": "https://www.nytimes.com/2021/12/08/opinion/inequality-parents-children.html", "creator": "Jessica Grose", - "pubDate": "Sat, 04 Dec 2021 16:30:19 +0000", + "pubDate": "Wed, 08 Dec 2021 17:35:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -246406,16 +251006,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b1b55a95d170d1d75ec2464fc6122e8" + "hash": "dc738b492b56cf1e29e72365bdd077b4" }, { - "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": "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": "", @@ -246426,16 +251026,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "db1e6df1f0e5a46d6d320534cc0f45f2" + "hash": "dd0b536fa4a3d7e8a4f5a39154aabde2" }, { - "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": "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": "", @@ -246446,16 +251046,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6898722d13453ccfad3aab20173e2142" + "hash": "77881d7d23341cdd3e4f6c988fcafc59" }, { - "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": "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": "", @@ -246466,16 +251066,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b96af0dc557a186e2aee5314bac52429" + "hash": "31bce02eed04af91094f0ad77e2b57be" }, { - "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": "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": "", @@ -246486,16 +251086,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5bb6400c590d5856d08da08f80b47428" + "hash": "e1161874414210a59195ba59c3fd4991" }, { - "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": "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": "", @@ -246506,16 +251106,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d6ef261d4770d3cd5f34e9a8d2ee5bc" + "hash": "f297237f8b1e1bc5206015c3a72ccbed" }, { - "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": "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": "", @@ -246526,16 +251126,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6506246bbb3232f7b24ad2cfb428909c" + "hash": "9f3107440e4e831619c1a6d7c808de96" }, { - "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": "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": "", @@ -246546,16 +251146,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6b11ee18ea1bb4f753cd28e10f1dc4c" + "hash": "6d8675e66a52e2b93a103fecb1c91168" }, { - "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": "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": "", @@ -246566,16 +251166,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f1f183c66ce84d269ec08fe1c788397" + "hash": "3b22696e3b384384f55e022802b9c7b5" }, { - "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": "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": "", @@ -246586,16 +251186,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3155cc29c09d4e3f3b5cd00744ba4d3b" + "hash": "2925f04b7681af0f8400b6f68e7b7072" }, { - "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": "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": "", @@ -246606,16 +251206,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc27395d0c89661bfca3f690a7bb1174" + "hash": "2e627577d657e69d1c78ee3eb06ce4d8" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -246626,16 +251226,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fd6673d1259eee58c89c6646dc3fb5c3" + "hash": "1d8c5f9a02bddbc15dce475f1cda9ad5" }, { - "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": "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": "", @@ -246646,16 +251246,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c248d0eb80ab543a63e279c13045aa29" + "hash": "824a93f659a2d151eccbafe44d7b0096" }, { - "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": "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": "", @@ -246666,16 +251266,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e105d36d34c2cf004738562c1f133c06" + "hash": "bc1ee9f2af7aae08b43859b3a44f4a63" }, { - "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": "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": "", @@ -246686,16 +251286,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8aad2a559a9a0d5e8f3fe537e58b4633" + "hash": "a87bbd6e1e3850df024232c236924bc0" }, { - "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": "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": "", @@ -246706,16 +251306,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "460b124024cb1624da1d7eab69d4d889" + "hash": "909519d3aceaea88bf87532c885af417" }, { - "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": "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": "", @@ -246726,16 +251326,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c534a25f23a0c4ae26a4ec5c8d8bdf2d" + "hash": "bd24ce7afcc07b4ea048721a6b292b0c" }, { - "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": "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": "", @@ -246746,16 +251346,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a563cbe6ec7bafc00b92538fb30b58e8" + "hash": "1b5c032d23b262853224a9a8e469fe0e" }, { - "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": "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": "", @@ -246766,16 +251366,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc1f74d896e196c48b3aca382519c35d" + "hash": "ee082b9fafdf4461b78bb1f46dbbf923" }, { - "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": "‘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": "", @@ -246786,16 +251386,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dafe4d3c85e4b24ba8f9ba67de38a6b6" + "hash": "67dbd63ee1b579ce7a363b74ca345022" }, { - "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": "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": "", @@ -246806,16 +251406,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e79b1c5c8cf3b1fefbebc05822adc6a9" + "hash": "b021900b003737851928415b131ab9e2" }, { - "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": "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": "", @@ -246826,16 +251426,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6a7ad8302a1c6568f303b71156c31f7e" + "hash": "90d2083ca8bf8c6fd406d63a173e21b2" }, { - "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": "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": "", @@ -246846,16 +251446,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "72831805aade40468f62f1085560250b" + "hash": "d364c23718d75347734951a5d012470b" }, { - "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": "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": "", @@ -246866,16 +251466,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "da0f920584ff321507b1a1a44245b1ce" + "hash": "3f52ea7b37c5a66b06f29afb859d21e7" }, { - "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": "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": "", @@ -246886,16 +251486,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2109c221b4e7a85d3a2e08bf125612a8" + "hash": "cd305cc682dc401e0acaeedbd3313c58" }, { - "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": "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": "", @@ -246906,16 +251506,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c015eefe68134f16162683a7181e795e" + "hash": "c17d72bf1f291380bc7a5ac182930d03" }, { - "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": "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": "", @@ -246926,16 +251526,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c94d82f1db77c0a44ddfff1315d6b7c0" + "hash": "24dd8a26167e47c09eee9dd106692938" }, { - "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": "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": "", @@ -246946,16 +251546,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "00a2acf862df7193ff3c83d4412b449c" + "hash": "62bb9cb360a86901edf6c68e1ddf7a4b" }, { - "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", + "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": "", @@ -246966,16 +251566,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "25d957321439375c2998d2de33186e94" + "hash": "6d3285eb6995eca9a5fd4a62fe82b0f8" }, { - "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", + "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": "", @@ -246986,16 +251586,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8eaf5e77e2fade6e8b747a1e73dce4ab" + "hash": "c4f654a0a30f1c36b014df9981daba72" }, { - "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", + "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": "", @@ -247006,16 +251606,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "76737d7bab77a9fab1443d8422db6dc7" + "hash": "a983dbe592be1186a125adece9e6eb7f" }, { - "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", + "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": "", @@ -247026,16 +251626,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2bf4cde04f3026fce4a12d37dd6192e" + "hash": "7023015cffdb24b4a2e07ea4524fe732" }, { - "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", + "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": "", @@ -247046,16 +251646,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8bcd478ef195d6ed5435b8851b07379" + "hash": "fd76a8d059b4906b494275f8b47ab217" }, { - "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", + "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": "", @@ -247066,16 +251666,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "15d6239420780918ee2f05e2ad2a2ae9" + "hash": "e65acb6aae7dcb2d2e51e90e158d4e7b" }, { - "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", + "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": "", @@ -247086,16 +251686,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9711b2a1d76586372b440aec56ab985f" + "hash": "e8028cfba82629a4577526c1438bbff1" }, { - "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", + "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": "", @@ -247106,16 +251706,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad86c4461e3e3636e342cf5c8a8aeafb" + "hash": "b2f1f51a910abedf7ff4abc45b1ac50d" }, { - "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", + "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": "", @@ -247126,16 +251726,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f827e4d7f98230b33f7575ad42ac6717" + "hash": "039bbd57349eb8c350905d02faac394d" }, { - "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", + "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": "", @@ -247146,16 +251746,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9598c04d0cd7a80789cd389f996ba3d3" + "hash": "f962949adf6dd915dec0b7ee65a8d49a" }, { - "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", + "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": "", @@ -247166,16 +251766,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8643befee5e0a928f10339b2d051fdd3" + "hash": "215ab4604e237f234521b2d8d7842c43" }, { - "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", + "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": "", @@ -247186,16 +251786,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bdfb64df029881e79eb50b5208dcd14" + "hash": "da1ebc6ed8b1bf0f8917cac0d39e33bc" }, { - "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", + "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": "", @@ -247206,16 +251806,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7051fa184aa9b9dd480e4c3cf06d01a5" + "hash": "c67b2445a715381097b65617a140e8ec" }, { - "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", + "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": "", @@ -247226,16 +251826,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "de7bd7491ce033d38d16dca703e10590" + "hash": "951098086e616ff3af611fe7824dbb5f" }, { - "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", + "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": "", @@ -247246,16 +251846,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ba7814ce385dd79774dd0d34d15c0f6" + "hash": "b26b0de472b0b1589de1a12cccbdfb59" }, { - "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", + "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": "", @@ -247266,16 +251866,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "71e8dd15f4e033c205c16b7931ee02d1" + "hash": "a902d116e8b4af739ef3e0672151624b" }, { - "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", + "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": "", @@ -247286,16 +251886,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5005aade4ce316cebc9369bc9ec741b1" + "hash": "36d2834f654cbc540947776fcd3a4598" }, { - "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", + "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": "", @@ -247306,16 +251906,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f892715c256cc36ff67717afe882fef9" + "hash": "f19edd43fc1bab8cf49b11690306a309" }, { - "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", + "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": "", @@ -247326,16 +251926,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e44c9dcb2e3ffa55d7eb294c37bfeb6" + "hash": "45f50a8f7ab892c46ab7803d9f36f333" }, { - "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", + "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": "", @@ -247346,16 +251946,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "609f3aebef63df85e232ebae3dd7f7cd" + "hash": "651b4bb9388aa5d7da14330767c0cabc" }, { - "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", + "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": "", @@ -247366,16 +251966,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5233a2097ceab6515589c2aa0337e9f8" + "hash": "fc67acc2b81dd83ad63e27d74bc76bea" }, { - "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", + "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": "", @@ -247386,16 +251986,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4947b486fa948e22682b963934badff9" + "hash": "8fef10955237d1e9b104f5ea8fd0229e" }, { - "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", + "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": "", @@ -247406,16 +252006,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4ea7f22a9090c9a8e06dc4129c88174" + "hash": "9f636a075d4350f0b8abcaf93d94689f" }, { - "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", + "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": "", @@ -247426,16 +252026,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9446685930e076708d229a5e9d3f259d" + "hash": "f900d35896e468c245bb25ab68e0188f" }, { - "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", + "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": "", @@ -247446,16 +252046,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1672e74f8e5d4f8239c8241f93879b8b" + "hash": "cec5ddaa183bbe44e1c1e5d6b7bbb016" }, { - "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", + "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": "", @@ -247466,16 +252066,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7755a6caf52fb68a9fb0c67bfca08e19" + "hash": "af702a8d56ef0f98a4935d02563948bf" }, { - "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", + "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": "", @@ -247486,16 +252086,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e83c0d203f37556756b288ed6b4121e" + "hash": "0d4ebe79a213c330cfb2a50042439c25" }, { - "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", + "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": "", @@ -247506,16 +252106,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "56bcd36262015b3955ff63c361663a77" + "hash": "3ad4eca6e997f8693c4b3382356a6f6f" }, { - "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", + "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": "", @@ -247526,16 +252126,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "de82bebf54a4aab00b91695a13f77303" + "hash": "5e17fb32a61ccb4a5f88b4c4f2dec379" }, { - "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", + "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": "", @@ -247546,16 +252146,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e5bdb37ac87549fcafa1856e56674c2" + "hash": "3f4ac86c4df1453fc15acde53f892740" }, { - "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", + "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": "", @@ -247566,16 +252166,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "39575cd62f74c960962a74d0ceb80aaf" + "hash": "de711057ba0dde10f3e5852487b3959d" }, { - "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", + "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": "", @@ -247586,16 +252186,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c93b7418d9410c59a3f4c7e321b4f0a2" + "hash": "19f4c08838b7ea1e2da50475e6660da4" }, { - "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", + "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": "", @@ -247606,16 +252206,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1f83d4b4d5db4c106d827a26c25baa0" + "hash": "82072f01503191badbac5da403de3b8a" }, { - "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", + "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": "", @@ -247626,16 +252226,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bb3bef009fc15e683da2f516fdb58e4c" + "hash": "c1b5c40849c1212f0c77278ded38e8fd" }, { - "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", + "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": "", @@ -247646,16 +252246,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a7ccd4b0ad10038fafb6350f36b4c13" + "hash": "03ef4bb1de08355b719113e864ee78e1" }, { - "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", + "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": "", @@ -247666,16 +252266,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9982e876e4602251fa525473be7a2537" + "hash": "998c46d5e5384d8f20832299e93e59db" }, { - "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", + "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": "", @@ -247686,16 +252286,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "279e9fe39840dd3bfaf3d40dd55a3d7d" + "hash": "95c6852ffc5d21b1f7179278b7cda441" }, { - "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", + "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": "", @@ -247706,16 +252306,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3bb14e170979fc2c3924ea8cf5b3d6df" + "hash": "5cf0ddb157fae1c12aba5b38f3c4a179" }, { - "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", + "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": "", @@ -247726,16 +252326,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b00198cec7bcac9004c11cf58e6c21a0" + "hash": "67b377a73650e6401a578df75a476db1" }, { - "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", + "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": "", @@ -247746,16 +252346,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f84f257539b749f6c99a8cb5973777f" + "hash": "4de297cc33daebbf5ddd2643f940c3fc" }, { - "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", + "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": "", @@ -247766,16 +252366,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "df3ef6b49f7fe31c942ff7f0f0326476" + "hash": "87197fb1ffd351baa557f4854d40810d" }, { - "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", + "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": "", @@ -247786,16 +252386,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d51e3bf66f8675825e4288523922c07" + "hash": "dfb11deec0d193e5dc025ad068780fa0" }, { - "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", + "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": "", @@ -247806,16 +252406,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "322a12978895f4b6b2b6c03bbabed2a3" + "hash": "a07bc98f1afde8eb1fbcd639f08087b7" }, { - "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", + "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": "", @@ -247826,16 +252426,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed65017e35f0c9532c1ea4b62af88dff" + "hash": "dfe29f4eb96daf780e33e628c37cc409" }, { - "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", + "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": "", @@ -247846,16 +252446,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "379cee659eb2cfa0d95858d161d3c42f" + "hash": "f98cb6b526b663c7e969a6e25770aaea" }, { - "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", + "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": "", @@ -247866,16 +252466,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "50696b8184fe9950555154398a3d57d9" + "hash": "5094f1995bb85c48a90f4403accfb2b9" }, { - "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", + "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": "", @@ -247886,16 +252486,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e15448093a736f5af7181136bd172e1" + "hash": "b0c5ca9cb21887262ce88189dc62ff50" }, { - "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", + "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": "", @@ -247906,16 +252506,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "14763a8bf772acda83da3a3d15b10c8c" + "hash": "d2134d9002442e4804153821ff28a0eb" }, { - "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", + "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": "", @@ -247926,16 +252526,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae8f36dc65cc0db6964cb899db33d174" + "hash": "5e404362888192928351982e346fd19c" }, { - "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", + "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": "", @@ -247946,16 +252546,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "312ae37677778390d122b33f4a38beb7" + "hash": "90ea88e076404dfae7609a182849d622" }, { - "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", + "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": "", @@ -247966,16 +252566,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "68d271654fa27b97709014e8f5136b74" + "hash": "d29be6b949acdd8792708d8fccff49be" }, { - "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", + "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": "", @@ -247986,16 +252586,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9356019b2af8c5bac83e995c10e026fe" + "hash": "4ef4d06d40a65315a39cba53908a88ba" }, { - "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", + "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": "", @@ -248006,16 +252606,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b79fce1bef9a6c84e521a920c26dbc19" + "hash": "e99aed4b8f00483bc93131ca09804470" }, { - "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", + "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": "", @@ -248026,16 +252626,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d9afcb9b1ae1413a3d7e23ea4237b261" + "hash": "1df81698ef81ab3a9735c5b54c4f14cc" }, { - "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", + "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": "", @@ -248046,16 +252646,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb4cf05095695ff789803f06ee58f904" + "hash": "cfb5fe8d4a6edc49f222b8a3888bc528" }, { - "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", + "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": "", @@ -248066,16 +252666,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5fa342dcc3106e307e7faac2d74d4a47" + "hash": "8706204da0793aceb5f331ce28be8603" }, { - "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", + "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": "", @@ -248086,16 +252686,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "40ea2489a82b1ed83801a63008d1c01f" + "hash": "1162a091aba0555556a26c6bd0dabeee" }, { - "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", + "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": "", @@ -248106,16 +252706,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f25d477edad5e7dbd31af5e683db4202" + "hash": "3ef6766812cf2dad5c3da0ab252a0015" }, { - "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", + "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": "", @@ -248126,16 +252726,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "10829e757b590a89c0c2646965b1dc47" + "hash": "dd6afe3ae731a86dcebc88d37518d52f" }, { - "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", + "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": "", @@ -248146,16 +252746,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac6aadeb897fed5862586a90b6f10196" + "hash": "ce084ce942051b596bc47041c22b5ad0" }, { - "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", + "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": "", @@ -248166,16 +252766,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4bf73376e7b8ebdd72eba21a5472ee44" + "hash": "7c8fbe175458508cf450890f5be6c0b1" }, { - "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", + "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": "", @@ -248186,16 +252786,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "48fa5c475945aec80685ed9cdd2606ca" + "hash": "dc8cdcdaf301f724baa58e9f4f86c5e9" }, { - "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", + "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": "", @@ -248206,16 +252806,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aba6033ec429df2b778456e42ce59ea3" + "hash": "250c9ad5a7b5656f2bbb2015ee07ac1d" }, { - "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", + "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": "", @@ -248226,16 +252826,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bdb4a3ef9356d63a95a23ef3afb455de" + "hash": "30a9a7b3afb9cc06b752c53d49a5176a" }, { - "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", + "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": "", @@ -248246,16 +252846,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "872fb324cc8ee580dd0f68986d46284f" + "hash": "91a12d78842b0896e92a5c5426342b03" }, { - "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", + "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": "", @@ -248266,16 +252866,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "71bbef23ec0af17a82dcc501252b35fd" + "hash": "678cc93ffa02443da2fa6361eca91de7" }, { - "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", + "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": "", @@ -248286,16 +252886,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b63ad3b57129d8e96a2c86989a9bca8" + "hash": "580c1bd1d28a22dce865c96ac178f01d" }, { - "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", + "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": "", @@ -248306,16 +252906,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "11ae186b7288194d5c62d11d19daf7c5" + "hash": "34a063ddac6dd50e7d6c34c08365ad64" }, { - "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", + "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": "", @@ -248326,16 +252926,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "88cbb34b711607aa61316870b0065da0" + "hash": "925c4aea9116d1af7a9275d10f05fc02" }, { - "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", + "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": "", @@ -248346,16 +252946,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "72ea869a717d49d0241d2c4b888d3b7f" + "hash": "76225d8b738ef20704a0ad86c4836da9" }, { - "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", + "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": "", @@ -248366,16 +252966,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "96b16fbe37e338d9b346030a405f56f7" + "hash": "e5f1010dc57595bb22836a8f9fea61a0" }, { - "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", + "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": "", @@ -248386,16 +252986,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2590f0b621318d50bdf5ca2336760924" + "hash": "6aced77317be841658c2b2572e0659d8" }, { - "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", + "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": "", @@ -248406,16 +253006,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1aef2a414bd081df8c12a11aa0d008d2" + "hash": "271d1558d3385cde83eb63ff7cb8cea8" }, { - "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", + "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": "", @@ -248426,16 +253026,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6325d394c526052f260bcca9ae24079" + "hash": "9dde1d48a900ef99185a912f1a0be169" }, { - "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", + "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": "", @@ -248446,16 +253046,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f78d20ba79c52e0accbf764f1b9b7d13" + "hash": "b0f0caa24f999c357df2e7bd6e0eb578" }, { - "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", + "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": "", @@ -248466,16 +253066,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f51614d95507a45e0adb3ba68531dee9" + "hash": "24930bcfaa69a9aaccaa33527c77218a" }, { - "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", + "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": "", @@ -248486,16 +253086,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2020f552c6e78dfb71a3e922fd1b17e8" + "hash": "3860a9cedd6228ad08b4cd821cdb6d60" }, { - "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", + "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": "", @@ -248506,16 +253106,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bee1ae16799ff9bfe3b679d695d05153" + "hash": "e4cb6c86ba8b489d9fb14da8686590cb" }, { - "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", + "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": "", @@ -248526,16 +253126,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "617a4712bcb3f3644b282e32eabd774c" + "hash": "6fb20f3e7d6af7135fe81f3392fd6802" }, { - "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", + "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": "", @@ -248546,16 +253146,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfa9efdbbf39b9105a35d13c4e3c8222" + "hash": "fb0aeb0dd3b03cc47b256d47eb4e9ecc" }, { - "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", + "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": "", @@ -248566,16 +253166,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac9d7fc8ebe0fdcc3609bd0dd79f0369" + "hash": "51c72f7b763113591e85ab22b31c23ab" }, { - "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", + "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": "", @@ -248586,16 +253186,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba85219e0d3acd31bb47e7931bfede59" + "hash": "3a205d3b3328a40be871a8b907fcb30d" }, { - "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", + "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": "", @@ -248606,16 +253206,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ca1f53e7c66df9462a81f859fff5410" + "hash": "0165ae89b4baff5123a7eab5ac0d5087" }, { - "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", + "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": "", @@ -248626,16 +253226,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "01a846cc29ba4acec32790629a956b70" + "hash": "0c35977ab2eb24054f8a15432d721479" }, { - "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", + "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": "", @@ -248646,16 +253246,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e04fb07a647443ff2d4815cad801c877" + "hash": "3e3b34d5b15c61ca3b6d7c3ce9d1a351" }, { - "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", + "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": "", @@ -248666,16 +253266,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "730f3d315a82cf6c7c50776fda804e46" + "hash": "ddd043e6d34db0b3a8f741534910456a" }, { - "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.", + "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/live/2021/12/03/business/jobs-report-stock-market", - "creator": "The New York Times", - "pubDate": "Fri, 03 Dec 2021 18:07:36 +0000", + "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": "", @@ -248686,16 +253286,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f5d78085299d17dabd8ef135cead58f" + "hash": "9192a3c4fbe1530ab3cdd1be53dc885d" }, { - "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", + "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": "", @@ -248706,16 +253306,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "32816d0c2a96560c00004e15bd2b0dd3" + "hash": "0d73a36b94eb881cbdf39ea91c0aea95" }, { - "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.", + "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/03/world/omicron-variant-covid", + "link": "https://www.nytimes.com/live/2021/12/08/us/daunte-wright-kim-potter-trial", "creator": "The New York Times", - "pubDate": "Fri, 03 Dec 2021 10:58:03 +0000", + "pubDate": "Wed, 08 Dec 2021 20:35:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -248726,16 +253326,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e6ae06e0578616990d51253f9d8ecb1" + "hash": "3cff1f969e599d412831e96e7d064a05" }, { - "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", + "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": "", @@ -248746,16 +253346,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "82684cfc94cc215fc1b9ee75c9b0da7e" + "hash": "c0477bf01b70736ca7dbf87baa96495a" }, { - "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", + "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": "", @@ -248766,16 +253366,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "92d4e1ddccb773e19bde2116257d8d5e" + "hash": "1e0c03d946635972fafbbb1cd9f3c439" }, { - "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", + "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": "", @@ -248786,16 +253386,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c692570a54ee033b6aa5563bfd4e809e" + "hash": "b1b408c9b04c7d3c9a0e60928c69c38c" }, { - "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", + "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": "", @@ -248806,16 +253406,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f20970a7a6cd0f834933bedd13d41d0" + "hash": "9f8dce6e3ac3fd5d7970ef238989c9e9" }, { - "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", + "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": "", @@ -248826,16 +253426,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "469082cd3b54a7a26cbe24304d952f8d" + "hash": "fb9e8ea70db030e9e1b332e32aaa577d" }, { - "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", + "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": "", @@ -248846,16 +253446,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dba03cb4ef42ab6419b75f5b7728df19" + "hash": "0411955f9ec6502f2dba217d5d87f988" }, { - "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", + "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": "", @@ -248866,16 +253466,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d69deace1f2c7e05f9357856266d80bd" + "hash": "40dd181af94eb6c150658f30ab5d2661" }, { - "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", + "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": "", @@ -248886,16 +253486,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "405fabd54294fa81b3c068d791289ba1" + "hash": "b6f7ccd542c1fe078907310b769cd716" }, { - "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", + "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": "", @@ -248906,16 +253506,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "09b0fc3e50f29286588ea28b19310a6d" + "hash": "0c1eb3c94d29f0302032f58a99a3102f" }, { - "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", + "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": "", @@ -248926,16 +253526,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "51bf414a3ba4ac34ac3cdac5c2c0e349" + "hash": "bf92caea2aea13f743eb6671b14f353d" }, { - "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", + "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": "", @@ -248946,16 +253546,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5da089877e08303106db76797ba86cf7" + "hash": "59d742ece4928cc1029bd66c35a10a12" }, { - "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", + "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": "", @@ -248966,16 +253566,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bb2bcf596f7598ede7c43f6d31d5cac1" + "hash": "d1b3564fff11ba0c7347eac4093417a1" }, { - "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", + "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": "", @@ -248986,16 +253586,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dcea51e9bc3a542bc79343710a4b6021" + "hash": "070c1776c15b2fd096d685f59e0221ee" }, { - "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", + "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": "", @@ -249006,16 +253606,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "758348a49db4d3435aba1cc91e43fb92" + "hash": "03872024a2f0238b779b0af64aa51574" }, { - "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", + "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": "", @@ -249026,16 +253626,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "19235b33488c3d1db2378ec44e749a20" + "hash": "d55d06a0a7eb7d22dba336cf7d69aba7" }, { - "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", + "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": "", @@ -249046,16 +253646,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c9aeb86db96fae5b4bd1eb46cd8e67a" + "hash": "74bf3809fab8d535d57559ab066452d5" }, { - "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", + "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": "", @@ -249066,16 +253666,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "751329adf6c1ea2ac106111e4362acc4" + "hash": "4fdba8037590928cf038b2689b9147b5" }, { - "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", + "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": "", @@ -249086,16 +253686,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2c2bc976f67ec1cb131fb694c1d9472" + "hash": "ff4fe63b26132a765a264f9a126ea31c" }, { - "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", + "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": "", @@ -249106,16 +253706,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "97f0ab0fa61d2b2be56a39dd32a8bbc7" + "hash": "8a8cb33f57c1c9c31b5a73c076747c30" }, { - "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", + "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", "enclosure": "", "enclosureType": "", "image": "", @@ -249126,16 +253726,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2534ff7fbba3a39c8bff915d0e246ce" + "hash": "a6680e4435ecf634318111172c26e3a7" }, { - "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", + "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": "", @@ -249146,19 +253746,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "26a1866c23fe638ad1b2fed77f51ea91" + "hash": "48963db9d39e449766cc32ada087d8dd" }, { - "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": "", + "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": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -249166,16 +253766,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d3ebf6657e7c7c7fc1c5d86bb124ccc4" + "hash": "9e52910e726c0e94ffa7411ac4d062e4" }, { - "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", + "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": "", @@ -249186,16 +253786,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c568f5a42ffb7fdb01cdade42398f5ff" + "hash": "d8f3e9473c05930e1f2bf6567def8d09" }, { - "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", + "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": "", @@ -249206,16 +253806,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e92612b0cfdda5a42f7da60f242f1de" + "hash": "ef3b29dbd2dfea724123fe317b7fd00e" }, { - "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", + "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": "", @@ -249226,16 +253826,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4121b4bdd37bcd0cb8b0adfd082e08dc" + "hash": "918059cea5dce1cb81262475aaf63bb2" }, { - "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", + "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": "", @@ -249246,16 +253846,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "76d82d92f59ebbb93c69bc15439d16cb" + "hash": "691a7d684282d73459b6d5d8ab48307d" }, { - "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", + "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": "", @@ -249266,16 +253866,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5cf37894af9c940e8b3e52b39cd0f56b" + "hash": "3e5941607d54b59258256ae2b8215001" }, { - "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", + "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": "", @@ -249286,16 +253886,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "049943451542972cc1bf55d50d899356" + "hash": "cca40d1117be307e8bbadacb56af896f" }, { - "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", + "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": "", @@ -249306,16 +253906,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "da463ef5f80d9f3a26483d39c7fdc838" + "hash": "939f819a32372e72351e64e89b8b331d" }, { - "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", + "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": "", @@ -249326,16 +253926,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b3634673a486093a09df2dc686202c1" + "hash": "2090f079f92ac4528bb937b13e99e8ff" }, { - "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", + "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": "", @@ -249346,16 +253946,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ef788dcac2b684a310d6583e121a76e" + "hash": "57d155493b219d2e4b3c6dd3e02c3692" }, { - "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", + "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": "", @@ -249366,16 +253966,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "47cdcfe6914385139a1f0e1ba583e306" + "hash": "175c7e30707613a31f464f93c83fe4f7" }, { - "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", + "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": "", @@ -249386,16 +253986,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "12a7bb7c45cfc7acd0e4cbfa6a77287a" + "hash": "968653e1082c77c27a7776e0795f2ab2" }, { - "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", + "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": "", @@ -249406,16 +254006,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7cc9c845a9c90fd6a22f13b1e2e531f9" + "hash": "572e49eab59b566121e06dc3b19c0f3e" }, { - "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", + "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": "", @@ -249426,16 +254026,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d9e7e389fe557b2583906c2a1cd8b30" + "hash": "5271b4715c9896d632b328e1affc5568" }, { - "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", + "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": "", @@ -249446,16 +254046,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "579ec50899a1af5633b6834d15edeadc" + "hash": "4b5fcd6ec6f4c529482bb6727830f87f" }, { - "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", + "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": "", @@ -249466,16 +254066,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b1b3ed4e2e608d08ae3558aaa562eea" + "hash": "38d46bd5b03ea101aee81e35524cb5ad" }, { - "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", + "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": "", @@ -249486,16 +254086,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "effc719d0eb805c94d1584cce0d59960" + "hash": "d9d606c873bf2fb1602ab3af1637fa7f" }, { - "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", + "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": "", @@ -249506,16 +254106,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "52cfde1fa5322ff1029d8ec4146ff452" + "hash": "251abede48f304e78d377fc4a8954b2a" }, { - "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", + "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": "", @@ -249526,16 +254126,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "46335208f929af1311b6fa6f1e96ed24" + "hash": "deda447fddb0952bdfaaab5acb53312a" }, { - "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", + "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": "", @@ -249546,16 +254146,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "29ee983cb54461fba6976ffd1feb1bc0" + "hash": "fede6da0f494b5fcb763fd8c18c134e7" }, { - "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", + "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": "", @@ -249566,16 +254166,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6babb20951d8ff56cb015245f3aa8772" + "hash": "68e38b48fb315fceaa68bce5f1e2ec17" }, { - "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", + "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": "", @@ -249586,16 +254186,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a31bf1939da4c626701cbca1b5fd91f" + "hash": "d8eb0853866f858ca94dc8bd381703c7" }, { - "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", + "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": "", @@ -249606,16 +254206,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "859d73f4566d0245e64259a83e1bc178" + "hash": "d0253c46b02be4b8fa89a79021e7cd9c" }, { - "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", + "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": "", @@ -249626,36 +254226,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c0fee8eca5c86497a90d59920381ef1" + "hash": "88bc3f5f424047a368137d72330e968b" }, { - "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", + "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": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "9517e4ffaeb57c4cfd1d3376ee4e0f8a" + "hash": "d3ce6c500f26b0736d44200db5a7cacc" }, { - "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", + "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": "", @@ -249666,16 +254266,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6c75474b6704470bb1d4c916eb5dc90" + "hash": "0a404c838736e610dd5096c7c8406cdf" }, { - "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", + "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": "", @@ -249686,16 +254286,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "56d4633223944eef39d34b1962ed6f0b" + "hash": "cd398714d5cf9b09efe8dab30664555d" }, { - "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", + "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": "", @@ -249706,16 +254306,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "13d4eca0f4fcf9ce051e720e6e585e05" + "hash": "a29dbcd04c377a333c326538f0e5eb01" }, { - "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", + "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": "", @@ -249726,16 +254326,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "95d20bf29560900f8ff358be3b21fc48" + "hash": "8ca9ec40207b055dc5fe72abaebf3d39" }, { - "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", + "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": "", @@ -249746,16 +254346,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce6589c0e032384b5d26040de7e7325f" + "hash": "6653a8e7e2e47f1ca2e7c9836a554429" }, { - "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", + "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": "", @@ -249766,16 +254366,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "99d231a26936db2b102a96ab0dab81c7" + "hash": "c59d7dda7dc86b394afcebbb3ea7fb67" }, { - "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", + "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": "", @@ -249786,16 +254386,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc0bf782d5f387ccc905723c4fe88aa3" + "hash": "a79b6bfcf17e54d5d354285bbd57f05d" }, { - "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", + "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": "", @@ -249806,16 +254406,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c00d283d3c53d0ae7d593482560cfd3a" + "hash": "f193374ca112aaa8f133e4e28badaa6c" }, { - "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", + "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": "", @@ -249826,16 +254426,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1947fa30c4514a5a02e1c8dc83ba9d8" + "hash": "d7e55d1ac21116d190b46cf474ea4db5" }, { - "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", + "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": "", @@ -249846,16 +254446,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aabe14fccc1e4a28c25ee57da9115f74" + "hash": "98c39a04bb1abb14eafd3d290b377141" }, { - "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", + "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": "", @@ -249866,16 +254466,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f520dcc7551222719e637f6476fc25f" + "hash": "1760f6db9f330e917b325fba965026c3" }, { - "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", + "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": "", @@ -249886,16 +254486,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c425a1a4477defd9cab2c5596bccd35b" + "hash": "3ed79a4efa1a7e936005ae95383f5772" }, { - "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", + "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": "", @@ -249906,16 +254506,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8079ddb3cff38971001ef10619c634b" + "hash": "393c06cd53ece300cfbdeb276f30791a" }, { - "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", + "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": "", @@ -249926,16 +254526,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "29fc536621f94991613b801e03ee0824" + "hash": "8116355042b9e96ec288e5455b94397b" }, { - "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", + "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": "", @@ -249946,16 +254546,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "47418bfa50d4a475a58d0caf3ef77616" + "hash": "174ef57ae7ea914400eec3a72532fa95" }, { - "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", + "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": "", @@ -249966,16 +254566,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "92f174227f0991e47e9e5bb859d4eb37" + "hash": "6796b6633e5b35bedd91c702aedccb4c" }, { - "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", + "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": "", @@ -249986,16 +254586,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b9737e669b95976be852e6db5305bab" + "hash": "904a1defcea25c059962a0e91ce3ce62" }, { - "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", + "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": "", @@ -250006,16 +254606,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c5e4fa70ee1b9fa894574be06af37ed" + "hash": "3e7ce60129ec9aff2ede2fff9e222475" }, { - "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", + "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": "", @@ -250026,16 +254626,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "69b55316873ba88fb759ede2d42a6a8f" + "hash": "c21aad66158e17230b44bb3ccca015bc" }, { - "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", + "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": "", @@ -250046,16 +254646,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "000b4b308fe7bcbd1101666172bad907" + "hash": "1fa49919ed2a9ead59422fda132208fe" }, { - "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", + "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": "", @@ -250066,16 +254666,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff2b2c352958a5a0a99feed8d0118368" + "hash": "55d5790444edf467f6917933b0e54a20" }, { - "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", + "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": "", @@ -250086,16 +254686,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "065bf598a547312a3700bfef61a4bf78" + "hash": "985ec04c2353599272603e4fe6eddd9b" }, { - "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", + "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": "", @@ -250106,16 +254706,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b3cbb70634240a3938fc0b12ec11fa5" + "hash": "3e6357cc7a36580688411a0171ae63f5" }, { - "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", + "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": "", @@ -250126,16 +254726,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "edfbfd1490bcdd4d7dee4c5a88168c1d" + "hash": "89aad1ef36a0f34c1a30baf49048a856" }, { - "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", + "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": "", @@ -250146,16 +254746,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1928a66a55467e899a209ae3a3555db" + "hash": "ed2aab9ba040a4d1ed107ac9cec0e927" }, { - "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", + "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": "", @@ -250166,16 +254766,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "be61aed2271d16fbbf5b30d6b37fb677" + "hash": "b053648e3d8ea0df153d02db2ea5d311" }, { - "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", + "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": "", @@ -250186,16 +254786,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3319548da663259053c8a028d2c3b0e" + "hash": "c96d96a42ada6d79890b89bdfa3b4d03" }, { - "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", + "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": "", @@ -250206,16 +254806,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "50ca83f1fc7411c2a81da4b6fd26370f" + "hash": "069155b6f7a018259f4096e7fd9b8f02" }, { - "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", + "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": "", @@ -250226,16 +254826,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d7f43e142ea939fed9fa885cda9c523a" + "hash": "91480fce391d61cf339fa09c89b0bb5e" }, { - "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", + "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": "", @@ -250246,16 +254846,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac850d1a0353af6dab25b9ee05da562d" + "hash": "203f44d2087a9fdec16207e481dffd7b" }, { - "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", + "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": "", @@ -250266,16 +254866,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fb10f3153cf1cc86809378a88344924" + "hash": "9259c1ebeb6a0b558cad12fc979a59ca" }, { - "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", + "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": "", @@ -250286,16 +254886,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4c42a0453f9688cee239b3603b5a57a" + "hash": "737551d4f15dbeb24ca0af4c25af511e" }, { - "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", + "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": "", @@ -250306,16 +254906,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b7c6cbc394295544651365a5cab903d" + "hash": "eecd53e54a48a548bf71f7474850ba2c" }, { - "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", + "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": "", @@ -250326,16 +254926,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "897d1a7318b8c9842b0dc5d261803fc9" + "hash": "1d960078f5b23c7ef89574c47ca5ee39" }, { - "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", + "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": "", @@ -250346,16 +254946,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "28f190ccba040ea9fb787c7e900abac3" + "hash": "0faede8f1ce23e33a3f35456ff2fea1d" }, { - "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", + "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": "", @@ -250366,16 +254966,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fdc5e527182b8c7a4649b5f3291a83c0" + "hash": "7091b409c0a5e3595086defc861e6dd4" }, { - "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", + "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": "", @@ -250386,16 +254986,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c4bec7a3c1806978302349842d9908e" + "hash": "bd386bbcd750d7ff03c598190941ddcd" }, { - "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", + "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": "", @@ -250406,16 +255006,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d10ecfa58844e1f02400ab707af4153b" + "hash": "a4ee10aec24cf08a6ae443976f4ab2eb" }, { - "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", + "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": "", @@ -250426,16 +255026,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf75821ddb2f5ad0a2a4d5f613887171" + "hash": "1fb9b05142e34696f30aec4389cce337" }, { - "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", + "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": "", @@ -250446,16 +255046,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c2352e1268ec771cda88a70f23eb2fe" + "hash": "cfda915a9504a98970341a4cb55f821b" }, { - "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", + "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": "", @@ -250466,16 +255066,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "25c50243b177ed4e3588293c11cfd646" + "hash": "297aa0c64afb9029e81d2fc08468dce8" }, { - "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", + "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": "", @@ -250486,16 +255086,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "68bc900c6ca9f2986fe5c0742522e420" + "hash": "cf75a7927926489f2c2702c5476b3db4" }, { - "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", + "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": "", @@ -250506,16 +255106,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f883f6b6c2313736d66db1463384eab6" + "hash": "82bc600258d483814c94290674dba697" }, { - "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", + "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": "", @@ -250526,16 +255126,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f5ce4103e9ccc170e7c6d66259fd77f" + "hash": "1a1be60c020f1c3de24fdb144d3b19fa" }, { - "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", + "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": "", @@ -250546,16 +255146,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "12959b4dfdc94534502655520905240d" + "hash": "2159a944cbf9bbc05145c849a055d589" }, { - "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", + "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": "", @@ -250566,16 +255166,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "526ff02a2d68f0f5df8f4b952cf30f4e" + "hash": "7c80841560fec5361dd347dd01b3209a" }, { - "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", + "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": "", @@ -250586,16 +255186,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "19a35e7343643c6a6569590e10472500" + "hash": "99e2b61dd52fdeb465ae6f7203ee8279" }, { - "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", + "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": "", @@ -250606,16 +255206,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "662c6f7d336d2a6cbc17bdfaa98caae8" + "hash": "f869c8fccadabde4d0d115b72f6eb3a3" }, { - "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", + "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": "", @@ -250626,16 +255226,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "070552126c782669f08a3c9b5b53c138" + "hash": "23fda9c5a98ea8f9f781cb3a8d7cde0c" }, { - "title": "奥密克戎来袭,世界重温噩梦", - "description": "与新冠病毒搏斗了近两年后,这个世界到底学到了什么?", - "content": "与新冠病毒搏斗了近两年后,这个世界到底学到了什么?", + "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/zh-hans/2021/12/02/world/asia/covid-omicron-nightmare.html", - "creator": "Rong Xiaoqing", - "pubDate": "Thu, 02 Dec 2021 07:58:49 +0000", + "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": "", @@ -250646,16 +255246,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "29bc56732f77bf3c9c61c2f72b640c69" + "hash": "49d27518ad15459d0262e764b1e5eae6" }, { - "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": "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/02/nyregion/ghislaine-maxwell-trial", + "link": "https://www.nytimes.com/live/2021/12/07/business/news-business-stock-market", "creator": "The New York Times", - "pubDate": "Thu, 02 Dec 2021 20:56:56 +0000", + "pubDate": "Tue, 07 Dec 2021 22:04:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -250666,16 +255266,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "358211e0032f3499c2310424368c4d5b" + "hash": "11688bc7e72bd2e8426be939d9353a66" }, { - "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", + "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": "", @@ -250686,16 +255286,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2d1e18ffabba9b5e9157500c3a46eb2" + "hash": "4f8da1bccf204a851c4d2038e5c772e1" }, { - "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", + "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": "", @@ -250706,16 +255306,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f624045d2933df1335411e8ba85674d8" + "hash": "3e709b1869a3e443e7451ecc77523bae" }, { - "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", + "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": "", @@ -250726,16 +255326,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e530c0395b7dc675f25d7b2e16c4293b" + "hash": "d2b7c341c2cf4cb4c598ee0ef293a79f" }, { - "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", + "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": "", @@ -250746,16 +255346,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4325734527c07ad443b0edee4f44205" + "hash": "64cf2cb8dbfa590481f32b186a980a60" }, { - "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", + "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": "", @@ -250766,16 +255366,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f858157a06d00f3bba293abc7a42d78" + "hash": "c5084fff9479ad83c5b9f33d7b8e92b0" }, { - "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", + "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": "", @@ -250786,16 +255386,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "591534fe1e5cc8df5dec40d5c4d7d132" + "hash": "156ccec3f767cb9e523108c63970b0ec" }, { - "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", + "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": "", @@ -250806,16 +255406,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "30f938afacda28079372a86abe134bc0" + "hash": "0f835f53971681be06a74287beb7f865" }, { - "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", + "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": "", @@ -250826,16 +255426,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "30c9d28fc33836941d25cd08eb4203ef" + "hash": "beb7cc7cfb7fe3f5f69d987e6cb1475c" }, { - "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", + "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": "", @@ -250846,16 +255446,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "51acde1b2a3e4f459262f709ccadb71b" + "hash": "f6353ae2615229c6476c581ff06aee2b" }, { - "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", + "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": "", @@ -250866,16 +255466,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8066b4a7b5adcc7f9782e7276ec85812" + "hash": "567a3fd8c135932e157dd5b3eab5a8fd" }, { - "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", + "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": "", @@ -250886,16 +255486,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a60fcc207be68601629c0b0aa95087f0" + "hash": "b658b8cb64604ed2585dba4302c45d84" }, { - "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", + "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": "", @@ -250906,16 +255506,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa27371904502cf57b4c8a60a9dca2f6" + "hash": "7a99b114d7a7471c6a1049f643771fc4" }, { - "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", + "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": "", @@ -250926,16 +255526,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "980f5ef4b1bd5282443f19f29b679499" + "hash": "4ae5ebf5af08f61d8419e747039d41ed" }, { - "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", + "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": "", @@ -250946,16 +255546,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "222bbdde9ad5c28ded77c8c13491175b" + "hash": "73bdbca9f12fab63c566c31502ad4590" }, { - "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", + "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": "", @@ -250966,16 +255566,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "54e56b48fedadb285f56118bd618f5c4" + "hash": "b738098351e176c40b39a006e00bd456" }, { - "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", + "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": "", @@ -250986,16 +255586,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d094e3143ca92040875898b8b938fc5" + "hash": "71089fe497b2578800ad6fd1d1c2d3a1" }, { - "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", + "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": "", @@ -251006,16 +255606,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b0b4b61ea9ff9b9b13f4c6147eacfa1" + "hash": "d28950aa6247fc6e8104f79890e10b3f" }, { - "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", + "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": "", @@ -251026,16 +255626,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ad6481145750552606a6758b79d81a6" + "hash": "9a6094e568858f1de0fc8b58ac97d074" }, { - "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", + "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": "", @@ -251046,16 +255646,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea5c2f15ddef4dc3256adffc4c8cad2d" + "hash": "fa2ea3841648a888f1bb1eb2a424b80b" }, { - "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", + "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": "", @@ -251066,16 +255666,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c15c44d146f6ec5239053db8b350abbd" + "hash": "56e1f3ee9d13e21bda383ee02efc5957" }, { - "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", + "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": "", @@ -251086,16 +255686,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bcc9405d0199969c5969986c9303b17f" + "hash": "1a3021789850fb1b25a0a7eb1c9ce881" }, { - "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", + "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": "", @@ -251106,16 +255706,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4fb647172024266b20fd30054a5abee8" + "hash": "557fa20b2310e5790e82cb2fa3ca66ff" }, { - "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", + "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": "", @@ -251126,16 +255726,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a37a4a6aa707d8e132506e9379a5a13" + "hash": "52b07e47b1e13e14bb8b5dbb0dd0e28a" }, { - "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", + "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": "", @@ -251146,16 +255746,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d10168bf8c02d9fa1d01dfa8a062c4a" + "hash": "6ea7812e0d7a1d1f56f4305b4acc7b2b" }, { - "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", + "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": "", @@ -251166,16 +255766,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "36420908dc64d7297494840d2aa92ed7" + "hash": "65d6e4dae41e83eb6dfe9622960c3e11" }, { - "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", + "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": "", @@ -251186,16 +255786,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b73960d7c367d2c32abca1b561351f3f" + "hash": "491f1db1f7d95e03b2c2b3bcc07e9278" }, { - "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", + "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": "", @@ -251206,16 +255806,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "99afb49cb6f1977922b60a6c6200292f" + "hash": "55d871e9a1ec53380b242dd46b8a2f7a" }, { - "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", + "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": "", @@ -251226,16 +255826,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c319f99a2bba3163c0290792bcc75dcf" + "hash": "2eb8123b3dd3b43968bfdc95ec266fe4" }, { - "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", + "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": "", @@ -251246,16 +255846,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "670e56b582eb8652921c2e89a0b49dd3" + "hash": "223427ed4764b65ef9ae30293f234d5f" }, { - "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", + "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": "", @@ -251266,16 +255866,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "afa0e46db199e1fbb6b2931e20a521f2" + "hash": "ac3c151eb766ccf64ae9d7798d1cfa63" }, { - "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", + "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": "", @@ -251286,16 +255886,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fde5a44437e333b06fe0ca71b5430a06" + "hash": "7ea0e8e298e5aa522f040463df7e8c08" }, { - "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", + "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": "", @@ -251306,16 +255906,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dffea95cddead7deae2fa4f249d670c3" + "hash": "fe9e8a542d1f8dc7838ae87d8f1616ba" }, { - "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", + "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": "", @@ -251326,16 +255926,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6ba4473e7149b9411f2c02cc175a314" + "hash": "6bd9d351d75590df78389026c75d1115" }, { - "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", + "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": "", @@ -251346,16 +255946,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c774d4672c2078a6da1445165f8e66c4" + "hash": "48a56a660cc60a82d83815ea3ff83414" }, { - "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", + "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": "", @@ -251366,16 +255966,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "208b89507400b2f5254b599b23462dc5" + "hash": "c7b20044d98a51f5fd55ae3fc1998cbd" }, { - "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", + "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": "", @@ -251386,16 +255986,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "85c8bde03625428806dcae6118049040" + "hash": "1a7719612af6e15d319a65cb2bae6851" }, { - "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", + "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": "", @@ -251406,16 +256006,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9bf87bc817a1355e49e4ebd21fb8d4f1" + "hash": "476e49ed405b452aef3c378a0cfa6302" }, { - "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", + "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": "", @@ -251426,16 +256026,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1a57ecbc15f43db3b998c13aab4dc1c" + "hash": "17f0a2d80013498bd1527a34db9234b8" }, { - "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", + "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": "", @@ -251446,16 +256046,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5cf9fee8f2e7aa5b5490f3e73c013a60" + "hash": "b61836141bcbb447fd7e4defa0a765e6" }, { - "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", + "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": "", @@ -251466,16 +256066,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "034760d79dd55d388b1711eaf908fcde" + "hash": "ba9058081f883b1605e938a9c4024e0b" }, { - "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", + "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": "", @@ -251486,16 +256086,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "768415a0aaa60479c968e8f0d3ddeaa6" + "hash": "dc2fcf856de8f5100bad73526fe0f0b3" }, { - "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", + "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": "", @@ -251506,16 +256106,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "30ee66536c26551d5ead7841437e1ea3" + "hash": "ccc52c09b48f29917da8b39330a55368" }, { - "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", + "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": "", @@ -251526,16 +256126,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5763614df995cf51693b346925b562b5" + "hash": "8e009061743086f1aabc18975016987f" }, { - "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", + "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": "", @@ -251546,16 +256146,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "648eaedffba5e8be74f9b1c44fa1cd44" + "hash": "454f960b3df54cc86c5b207c73690d52" }, { - "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", + "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": "", @@ -251566,16 +256166,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab054c80701daae22bec717e351a0e8f" + "hash": "bd22f6d6e82ec3e667dcdce0d834c40e" }, { - "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", + "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": "", @@ -251586,16 +256186,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7201f8a7787b57a82bd075f077e7645a" + "hash": "02386b147093041a7e756b7ce6430275" }, { - "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", + "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": "", @@ -251606,16 +256206,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b608f1a03f8c270a752d6d38e0b95b52" + "hash": "d483ce0a32a5e6da731b36005633f7a9" }, { - "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", + "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": "", @@ -251626,16 +256226,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0512a9d4448c82c7b922f4a9c669177" + "hash": "d0bb58ebc854bf299d8582899ac8b24e" }, { - "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", + "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": "", @@ -251646,16 +256246,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "11a8011c34554ea592bea231f591822f" + "hash": "65c3e6c5fab7a5fbdb61593731a8ab70" }, { - "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", + "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": "", @@ -251666,16 +256266,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "39be22fa25593bfddd3225d2735b84b4" + "hash": "1261e393b9c1bdd7772a5ea139eec592" }, { - "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", + "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": "", @@ -251686,16 +256286,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eceb349b1bbd068eee207bd0eeec38bf" + "hash": "0c22f940a51c9c9849ac64257d67fcd1" }, { - "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", + "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": "", @@ -251706,17 +256306,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "65190dce31909043a14891f0e2176a59" + "hash": "269d78f9f2b09c77aa944dc83414b2b0" }, { - "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": "", + "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": "", "language": "en", @@ -251726,16 +256326,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ffbd0f230a8c7f121d389a003e13d29" + "hash": "a0ea98a29433834183b68865261c5bce" }, { - "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", + "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", "enclosure": "", "enclosureType": "", "image": "", @@ -251746,16 +256346,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7adf69a58051564176a36228d1a68478" + "hash": "988dc61263b0acad2a482697bdbe603d" }, { - "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", + "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", "enclosure": "", "enclosureType": "", "image": "", @@ -251766,16 +256366,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ea1990c295bbae2afdcad389c388bb8" + "hash": "4c68a9f6eeb3957f8b107b7c7bb88f38" }, { - "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", + "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": "", @@ -251786,16 +256386,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3556f09e33ec172633ee83ec75a0b95" + "hash": "709a3632a479b4d6f5d8431b0ebea74f" }, { - "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", + "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": "", @@ -251806,16 +256406,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef31dc9e0d9737263975e859c493ffb2" + "hash": "170d9d821f73383b0b4858e4b2c95ef1" }, { - "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", + "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": "", @@ -251826,16 +256426,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb9cda464d124fd2711ae9d3cc0b677d" + "hash": "15cab8cac7338653bdc0d9b0247fff07" }, { - "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", + "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": "", @@ -251846,16 +256446,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8f2b5e3c5f300f9d6be28cda4f7e123" + "hash": "7c43099691242e382716d269f3d8ca4b" }, { - "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", + "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": "", @@ -251866,16 +256466,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "30988d3d3cbb5ffd0e2ce4efcd8cf35b" + "hash": "8c306b1d6f2c0883e1ed944aebad59f1" }, { - "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", + "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": "", @@ -251886,16 +256486,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c45325207f75d45a70e1995036de7c5" + "hash": "b87127f194f0349451a6976bb72f40dd" }, { - "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", + "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": "", @@ -251906,16 +256506,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9775cd52169045f110163f93439d1b76" + "hash": "e164611c4129c49be72419ec23ceb6e0" }, { - "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", + "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": "", @@ -251926,16 +256526,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0cd4c42f5f9db9b2383033192144963" + "hash": "56e58111ed7948344d0104a1e8ea318b" }, { - "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", + "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": "", @@ -251946,16 +256546,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1e3ec6e26b90e2618e39e2679a05c6c" + "hash": "5b91a30f871677f7e750038cbb60d5d6" }, { - "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", + "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": "", @@ -251966,16 +256566,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "beb0c672f7691573a116cc5b19ef1a6f" + "hash": "d5d178727768087c91cf64012b535996" }, { - "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", + "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": "", @@ -251986,16 +256586,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e2a10d9fa21bb4def0f7598be4b50f9" + "hash": "02ddff2ecd4906fbcfeda3e58e98ea36" }, { - "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", + "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": "", @@ -252006,16 +256606,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "809a1c683b15d767f6b0c399ae225500" + "hash": "c0030d08dcd26933c1889a2ac2a2fadb" }, { - "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", + "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": "", @@ -252026,16 +256626,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "10edfea20edcea11b3eef8cdf7c2d84a" + "hash": "d79c4d1a5b759faae051d273fa19af5b" }, { - "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", + "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": "", @@ -252046,16 +256646,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c60bbe018f8dc085ad2ce711afd56b0c" + "hash": "1f737a94f88328c03ccf70f1cd73ea51" }, { - "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", + "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": "", @@ -252066,16 +256666,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ef1eb2f818d92b0461a735e42fec087" + "hash": "8a9960ede3b3d8a7992da61f8cb6171b" }, { - "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", + "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": "", @@ -252086,16 +256686,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7bad7775831375ac1d1f8bafe6273cd8" + "hash": "f9fba4014fe18ff5a5a9f91e8b8d0bed" }, { - "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", + "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": "", @@ -252106,16 +256706,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9bb1028fc0d916e6e75f0efaeb8c2f5c" + "hash": "b6abbc7ba79bb356817a3d025092e92e" }, { - "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", + "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": "", @@ -252126,16 +256726,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4429fb6fbbfc23339949a8877497b1fb" + "hash": "f1f15321a1d10590890f546b5f9101b7" }, { - "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", + "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": "", @@ -252146,16 +256746,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eeacf42d30fbe035bb2eb04bdc84dfab" + "hash": "7a8a62acc92510af443d5352ea1cd8a6" }, { - "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", + "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": "", @@ -252166,16 +256766,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "68df200f530ac5bfce4925635fc8dbfe" + "hash": "50220ec0d157be674dfa5c2674968fbf" }, { - "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", + "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": "", @@ -252186,16 +256786,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ec19290181ea5b1056ee9a904e6354e" + "hash": "eb8462a475e2e4a063968649b068c4d4" }, { - "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", + "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": "", @@ -252206,16 +256806,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1577d1a067ccf602270cfc48151cc312" + "hash": "bffdec15180b788d538e92777ba09147" }, { - "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", + "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": "", @@ -252226,16 +256826,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d28cc9bb0f666cee4276db5d222919e2" + "hash": "68b598780fc8454b9ecff65fd21097ab" }, { - "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", + "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": "", @@ -252246,16 +256846,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e4c4bbe206d34d7ddc125a518586e1a" + "hash": "11e2b40807a74d370e97c0300091be67" }, { - "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", + "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": "", @@ -252266,16 +256866,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c528bff4337c263d4edde426bc630758" + "hash": "022a3ba5c391827cecd6c58152b1316c" }, { - "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", + "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": "", @@ -252286,16 +256886,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "180edad00fffa30c1a77d7fd8503d5de" + "hash": "29f147de38661e2d64c7ffee5dd256f6" }, { - "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", + "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": "", @@ -252306,16 +256906,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7af60c6dd7503358a87e353eb6e36b9f" + "hash": "d9e93b717e237968331132f87d9b6834" }, { - "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", + "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": "", @@ -252326,16 +256926,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa78bc88f5955043c361159ede0c646b" + "hash": "8ce23553e8c80b00825e5f26c4bd0966" }, { - "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", + "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": "", @@ -252346,16 +256946,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "938123b2e2e2429bfd6f99fba4d29a62" + "hash": "349359d3aaa1e9d0f6adb3e261ac393f" }, { - "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", + "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": "", @@ -252366,16 +256966,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f76cf7292da363f5c90322dc7c8a5c8c" + "hash": "11251f8596c2652e87940cf5cfc601c6" }, { - "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", + "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": "", @@ -252386,16 +256986,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2315287e3e23d07f0855c4984d9dbf70" + "hash": "8e3c8d140c126a1e4f0013664054284c" }, { - "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", + "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": "", @@ -252406,16 +257006,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b6ce2c39e8075d09ee293507b1dad9a" + "hash": "997aefaf47c97563d260037e28c69751" }, { - "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", + "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": "", @@ -252426,16 +257026,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab48116c8b13184644e2ced1621cfdf5" + "hash": "339cc02f81565d03d63a84996c002ee2" }, { - "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", + "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": "", @@ -252446,16 +257046,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f8ac0d57375507f19c191a93bbd659b" + "hash": "a78f18cc8a6763af9ba3e87e1562a392" }, { - "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", + "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": "", @@ -252466,16 +257066,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9435bde58c966cf6750ec9ec9cbb4ed1" + "hash": "f13a703621329fed58a7e421baa769f2" }, { - "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", + "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": "", @@ -252486,16 +257086,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "88e6bacef2f41ca7d63591c608daeded" + "hash": "ede45c011f8b6de5596224f56c912866" }, { - "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", + "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": "", @@ -252506,16 +257106,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d38ab95ac29a1c97da47e95cb38fe96" + "hash": "8638fb7f098e1f5c3d20b43ddb0fd871" }, { - "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", + "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": "", @@ -252526,16 +257126,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a238038c98bdaacd31bcf44c6fdb3d59" + "hash": "3b7a2c813e3c667eb488dd6947a61ecb" }, { - "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", + "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": "", @@ -252546,16 +257146,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d644061ef7f1737853177de2b2685ce" + "hash": "99176510198d474ef0f750ebcc96e22c" }, { - "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", + "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": "", @@ -252566,16 +257166,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "184868d2e99a1db6ff20a6e59ddceeb2" + "hash": "9c9e89726e2b043dce03c4451bd4d22c" }, { - "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", + "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": "", @@ -252586,16 +257186,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6ff7841a9869bb0c115d11bc199fb78" + "hash": "cee241507e51e0ed4454259d8253410b" }, { - "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", + "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": "", @@ -252606,16 +257206,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "69524b64069f729448498a90aaefc9d2" + "hash": "fa85f6f6e3c8e18ca0599cbf435adb5b" }, { - "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", + "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": "", @@ -252626,16 +257226,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a976dc1bd8a9bdcee04dd526a77d4eaf" + "hash": "6cfa2507dec34b5ccebf49fd30c7f736" }, { - "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", + "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": "", @@ -252646,16 +257246,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f79af9f9132729d01c7be4ed79190717" + "hash": "d98308559011e31f60269fdaa5b4f469" }, { - "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", + "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": "", @@ -252666,16 +257266,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "658b6c5825d104786ae64c2d4bc4f1aa" + "hash": "10403b211a719478bdfab4f557fd528f" }, { - "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", + "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": "", @@ -252686,16 +257286,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a61f5d89a032ce750c014894af9626cc" + "hash": "6b848d8b1190668be3ee66a9d90067d7" }, { - "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", + "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": "", @@ -252706,16 +257306,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2745437df9e23f915bfb7dcb3fb412f5" + "hash": "6741d5e4284defe07252dff99795e165" }, { - "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", + "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": "", @@ -252726,16 +257326,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b80cae62a59287fa3c5346952b5afd08" + "hash": "ff5f6de3fb724c9885bc52a923b247b2" }, { - "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", + "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": "", @@ -252746,16 +257346,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "04eccbd346258af51e576e87c533cc79" + "hash": "9bcd041dc33e5a00580aeedc566ca182" }, { - "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", + "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": "", @@ -252766,16 +257366,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2b6dbbb7c53bad1ec02763708fa2843" + "hash": "70a33bf0ee7e15d0763c160e4789192c" }, { - "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", + "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", "enclosure": "", "enclosureType": "", "image": "", @@ -252786,16 +257386,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab604d81750f96305eb27a5fd23aff3b" + "hash": "2005aa745b7764d7e36387d95d97ef81" }, { - "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", + "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": "", @@ -252806,16 +257406,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6e2ae709cd523918523cce9544923af" + "hash": "545070886a6f642e1f4680d97b9affed" }, { - "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", + "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": "", @@ -252826,16 +257426,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b5128abec8944af104cac77bcac5227" + "hash": "fbe13711f847876405ef69f0ff79ced9" }, { - "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", + "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": "", @@ -252846,16 +257446,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "782a45d69430bdc16071187a3a5dba1b" + "hash": "313ddb2e9956e9a9c3c0f3b00cb1fe49" }, { - "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", + "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": "", @@ -252866,16 +257466,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2ddaf16a522eccf144834fe3b46c4d9" + "hash": "38b07a7cd092d3b42ec665651c0f7367" }, { - "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", + "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": "", @@ -252886,16 +257486,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "06810cc7fc4520cd436883a49237e515" + "hash": "f0c77ba4d4e9b07eb4a7cb09fd128998" }, { - "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", + "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": "", @@ -252906,16 +257506,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e02f0692e42e1ddc412336aa9565390" + "hash": "ccd01ec68b160b47b812310d6ef16169" }, { - "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", + "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": "", @@ -252926,16 +257526,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0db65dbc5482c0942369d069808dcdfe" + "hash": "2adde6cc0c48d2dfcfe26083a21a299e" }, { - "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", + "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": "", @@ -252946,16 +257546,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2fa9fbd9c1c805eb33689e252504050" + "hash": "588418dbe456bd65839c218059d7b04f" }, { - "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", + "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": "", @@ -252966,16 +257566,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "42c0c1f2e55596e884d5179697753a57" + "hash": "96c66e748c959ff063c1f977f10af4ad" }, { - "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", + "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": "", @@ -252986,16 +257586,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea7fb3dbb520f9ca8b6cd89ba79738b4" + "hash": "eca884a7b3161443aa025193f72f5d0d" }, { - "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", + "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": "", @@ -253006,16 +257606,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba0edcae0ed1b5336fb2c08ee517d684" + "hash": "b041bf5dbc824e9a62b2b1f8c34ac27a" }, { - "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", + "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": "", @@ -253026,16 +257626,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "95b866c97c3b2f3e5cce757063573371" + "hash": "1293e91bb1b38c0f39c74020ba15cc9b" }, { - "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", + "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": "", @@ -253046,16 +257646,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b786ea4e73f03ddbd9f5afa7d2d9351a" + "hash": "978773d24959de8a1a427cdb1b5992ed" }, { - "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", + "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": "", @@ -253066,16 +257666,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e6096a89f7ed85d0b785e85baa92159" + "hash": "9b63a72dad5adfadfd63b11bddbde9d4" }, { - "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", + "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": "", @@ -253086,16 +257686,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4833ba2990760596e071940d006404c5" + "hash": "d4c3c41b0a8858f2e65bb13b17c3b7fa" }, { - "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", + "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": "", @@ -253106,16 +257706,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "46952a34641c04df6a804590102e48a2" + "hash": "68fc1b88def2cb993dbe75d2f118c6f6" }, { - "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", + "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": "", @@ -253126,16 +257726,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "027eacacd757faf495bfd40ff47fc835" + "hash": "ac4d3b54642e165320b76b1834a4e218" }, { - "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", + "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": "", @@ -253146,16 +257746,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d539e8557b633804bfc8ac07aa72ca1" + "hash": "089a33e7c103ac2ed07ef02b1ab04f0c" }, { - "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", + "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": "", @@ -253166,16 +257766,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "90d3ed177470f97e0d9c1ed2b0917951" + "hash": "747c663cbc9dbbe0ed8c70f03722466f" }, { - "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", + "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": "", @@ -253186,16 +257786,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b11da63f1ff1db256f0529d0bbb714eb" + "hash": "2d9533eb15d5f18b13df8aa4da5e5ea5" }, { - "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", + "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": "", @@ -253206,16 +257806,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f996e8dd46881b04c03c64b8396fa31b" + "hash": "157f3bad95777978eccafe4bba60ea5b" }, { - "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", + "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": "", @@ -253226,16 +257826,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6fdc2bf13edf84002118e295eca59af3" + "hash": "2e1b334ded925f1de5143313fb308d39" }, { - "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", + "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": "", @@ -253246,16 +257846,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2943faea8ed3b5385e7093e10b4ad4fc" + "hash": "a158eb4a497308eeb554b744b2235af3" }, { - "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", + "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": "", @@ -253266,16 +257866,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5170b2f43518d90540f8a33af88043b1" + "hash": "95d1690607646ad82889ef64d514b80d" }, { - "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", + "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": "", @@ -253286,16 +257886,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7df77f0a60bfdeb8205f7029447bd38" + "hash": "9c350524835a8597ef6af8fed33ec4e4" }, { - "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", + "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", "enclosure": "", "enclosureType": "", "image": "", @@ -253306,16 +257906,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f22a756f364ffb0e5944af6e0ceb0929" + "hash": "c30af2b395a7c4a85a41ff6b7cdc0231" }, { - "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", + "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": "", @@ -253326,16 +257926,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "43208c032c6057d2349a17463d27ee28" + "hash": "c3a6cd8c82ebee874b539f6d97a22038" }, { - "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", + "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": "", @@ -253346,16 +257946,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "195c0271cc2a6474d5c06f245d7f615e" + "hash": "3694bdaffe1a71f2afd48ac8a7ca484a" }, { - "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", + "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": "", @@ -253366,16 +257966,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fbad549b5e360228c7142e8f27cda53f" + "hash": "5959dfc6ee497c0eda8d1368fb70db6f" }, { - "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", + "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": "", @@ -253386,16 +257986,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d603f61e09c59444a3f455e704ad1d2b" + "hash": "d688fa090059d32687268694a375c5b6" }, { - "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", + "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": "", @@ -253406,16 +258006,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bff54a669e3ccafae1cfc8f786d97468" + "hash": "b1d7515949d3bb5689244359d7d9f8ae" }, { - "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", + "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": "", @@ -253426,16 +258026,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae0d33906e49ac94fb193c72a4cce44c" + "hash": "be9b86ed159afd424f3bc501ed601d71" }, { - "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", + "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": "", @@ -253446,16 +258046,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1795ac365eb23f7f9a9536240de4772c" + "hash": "6acb47d5cfa8014f1992610f4d0bb324" }, { - "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", + "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": "", @@ -253466,16 +258066,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0240b86f3206895d3e08ffd31942c016" + "hash": "817d4293d3806483d4f16635c33abb04" }, { - "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", + "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": "", @@ -253486,16 +258086,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0831da87bd52e0aa026e7ba520504330" + "hash": "438e5ff3133e4749222c8f999324339e" }, { - "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", + "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": "", @@ -253506,16 +258106,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3697d0815068ded43529249b900948fa" + "hash": "a38bd5a86b341c53ef5603515464b898" }, { - "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", + "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": "", @@ -253526,16 +258126,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9bb41e0eae45b3edfdddfd30dc7820ec" + "hash": "f53d7914fe2332a1ff678f69e20f3a93" }, { - "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", + "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": "", @@ -253546,16 +258146,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "23f11014de2970cb5b9aa3fb6e1c0302" + "hash": "0deec1b348ef1d77856fa6c116e103fc" }, { - "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", + "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": "", @@ -253566,16 +258166,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a1faa9e32a38814b0da3c1c3f150777" + "hash": "df304445352b4d2798144d4f345b9f48" }, { - "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", + "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": "", @@ -253586,36 +258186,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "f63bd19873a30a763ed2a0dd1a3fc744" + "hash": "1122b021cf1ef3b85e2c6547d33abd32" }, { - "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": "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": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3eaf3a8177f16a6e73ee81d098cf181e" + "hash": "e3c9f6823dd15eba904f6676b10ea897" }, { - "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": "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": "", @@ -253626,16 +258226,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "40dcf25c65b63cc861f31d78339efa75" + "hash": "8c2aa745a757b6a534c3f1e27f78e086" }, { - "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": "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": "", @@ -253646,16 +258246,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e8d2b011107fc42c15740348b84b68e" + "hash": "2b8a9cf8ee99b47588e02714c0fe890a" }, { - "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": "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": "", @@ -253666,16 +258266,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "86eed1c3b8411918760476b422d64c04" + "hash": "1ac7b86a1193eeeeb49f03f1ed346b71" }, { - "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": "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": "", @@ -253686,16 +258286,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "17ea00f789f2ac6da93fc309df616dc4" + "hash": "ab9be09294e7e7fb00b6439bd9c54cca" }, { - "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": "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": "", @@ -253706,16 +258306,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a960477d2361c8e783c03085f75274fc" + "hash": "425b2b04119711276b0975aa7c64a154" }, { - "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": "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": "", @@ -253726,16 +258326,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ffa7b9fb972cf020db51cde2dae6ae5" + "hash": "a067c1481a1606f51d4e409324fec915" }, { - "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": "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": "", @@ -253746,16 +258346,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4edd3a273d6174b24855e8b8d4d137e" + "hash": "6b2c05de8cd0b649a4b60497d8a1a1be" }, { - "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": "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": "", @@ -253766,16 +258366,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "97d0c3aa8c915e4dd87f0b1bf469b539" + "hash": "994ccd3469a6063acf7b8485011110aa" }, { - "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": "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": "", @@ -253786,16 +258386,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7ba1c2c2b62c74b2b6b9c0d6ef7d96b" + "hash": "3fe78e18867f6809f10a88f97eabc72e" }, { - "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": "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": "", @@ -253806,16 +258406,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "efd5e2875174eee1a9f3080470acc392" + "hash": "507bba946b377223ecf8593b40d37985" }, { - "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": "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": "", @@ -253826,16 +258426,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b21196d9ce335a9e5b904ee0049e7a6" + "hash": "5f954da282f963f779c89785657b0df3" }, { - "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": "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": "", @@ -253846,16 +258446,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c48455dafd4c1478d18aa06d0a2bd6a" + "hash": "3d4d8d392c279c9f2958ed97e1460ed8" }, { - "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": "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": "", @@ -253866,16 +258466,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "34f71311736c87b9b9f382828a3796f0" + "hash": "3d60a8c938f586562a1c5e8495ebb829" }, { - "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": "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": "", @@ -253886,16 +258486,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7871617614df733ddf3549528aa1fd41" + "hash": "b9c4a35427c2d50a4805b847262a338b" }, { - "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": "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": "", @@ -253906,16 +258506,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "20c1f37536ae2f1513bfb50652a2d48e" + "hash": "91ad73d46667de30e5455aeb70bafcc0" }, { - "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": "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": "", @@ -253926,56 +258526,56 @@ "favorite": false, "created": false, "tags": [], - "hash": "366a855eaaffc7f3e7e7833aaee67bf7" + "hash": "966984a020603652f00af097e87501b5" }, { - "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": "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": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a46d9c65f9288f621f859a1781fb6b7" + "hash": "40309ade8f373f807a88df2bc50c824e" }, { - "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": "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": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d4e69b1b38c42e646722356befc96798" + "hash": "af151933822f427d8903e3eb12b8f386" }, { - "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": "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": "", @@ -253986,16 +258586,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9915dbb03168d64b02bad2940f7a2c36" + "hash": "b1fe3f08783027385478aa8065cfd6d0" }, { - "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": "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": "", @@ -254006,36 +258606,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "22498715f9c5668de7bf1b601b30552b" + "hash": "cde662debed09b653553fe4e199ed821" }, { - "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.", + "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/11/29/nyregion/ghislaine-maxwell-trial", + "link": "https://www.nytimes.com/live/2021/12/05/world/myanmar-coup-verdict-aung-san-suu-kyi", "creator": "The New York Times", - "pubDate": "Mon, 29 Nov 2021 15:31:55 +0000", + "pubDate": "Mon, 06 Dec 2021 03:23:22 +0000", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0c61037ab284c9cafe5cb4cf07c09d36" + "hash": "144c6bab34a0ec0382cb9bc62a7f6218" }, { - "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": "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": "", @@ -254046,16 +258646,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ae7733f54580b2ad47e00fb3f533bd1" + "hash": "07d2a2fd90db41e4f6131de6d1e6e582" }, { - "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": "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": "", @@ -254066,36 +258666,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "74a9aa8b7d5c9128a7d71a4d0979a7ce" + "hash": "eb15467f19e310cfe125e7a0e1d7f343" }, { - "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": "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": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "04cc1c0024ea8548dcd72d6595ef08dc" + "hash": "becdf1383365686205a0e77e578976c4" }, { - "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": "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": "", @@ -254106,16 +258706,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8abdd3b8fe32d409246d1d2713b422a" + "hash": "15a8a4e1026b835361f8fac659b239db" }, { - "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": "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": "", @@ -254126,16 +258726,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bce8df1fb7879b32390960bb9a907ed3" + "hash": "cec5dacbe9a1a5d8017b34aac0b4e410" }, { - "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": "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": "", @@ -254146,16 +258746,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c7a885757e0f447d092dde9c1f641bd" + "hash": "5546944ef0c4699762cff356ad411230" }, { - "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": "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": "", @@ -254166,16 +258766,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "92fd4087c52bd068deb35173b776aa4d" + "hash": "0c07ee15ea49fe4c76ae0cae0a19b9a2" }, { - "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": "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": "", @@ -254186,16 +258786,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "17ec8edadb50fe4b7337fa2e40d978d9" + "hash": "8a52e08108ba2ce1eabab5ac5164aa46" }, { - "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": "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": "", @@ -254206,16 +258806,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b2b00f5ea2b500f86643cf9beeadfa8" + "hash": "fc40c92370bea9d6f8d5fbacca1c6501" }, { - "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": "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": "", @@ -254226,16 +258826,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6a6fbca8e533bc389591d2388c035d84" + "hash": "8c04fec9f7be2c2560e4317ffda4b3a7" }, { - "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": "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": "", @@ -254246,16 +258846,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "57dc219bb2ee86c63e37e3fb96d9c00d" + "hash": "ff6042fd31145f41a2e12b94a4c5eb51" }, { - "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": "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": "", @@ -254266,16 +258866,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f71d76645e2e76cf15835df819c1baea" + "hash": "1f4a0451a72a4a3a54c57e87e03f542a" }, { - "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": "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": "", @@ -254286,16 +258886,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d6a545c9e05a7ae2cdeb099e030f789" + "hash": "27cf0108cf9aaac35392f74925330fd3" }, { - "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": "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": "", @@ -254306,16 +258906,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "88661fdd299eaa630ed73e7fdd8e0356" + "hash": "952fb787c6c49a3f8f3fb43450c20f26" }, { - "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": "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": "", @@ -254326,16 +258926,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c18a7874fc720a25107928c2a85482d" + "hash": "3667ce939aa62bdf627707c1546777e9" }, { - "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": "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": "", @@ -254346,16 +258946,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "13eb1ed389cfd23b1501b91e0d2d14d9" + "hash": "2b1b55a95d170d1d75ec2464fc6122e8" }, { - "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": "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": "", @@ -254366,16 +258966,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc9e41f01685e1744ccea62c1b320673" + "hash": "db1e6df1f0e5a46d6d320534cc0f45f2" }, { - "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": "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": "", @@ -254386,16 +258986,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f378885961420d2937b8c638d913b94" + "hash": "6898722d13453ccfad3aab20173e2142" }, { - "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": "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": "", @@ -254406,16 +259006,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "81095e40ffb3b30cf0e8f6eac2e66147" + "hash": "b96af0dc557a186e2aee5314bac52429" }, { - "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": "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": "", @@ -254426,16 +259026,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2a23a35fa567b9e97810dfb03816065" + "hash": "5bb6400c590d5856d08da08f80b47428" }, { - "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": "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": "", @@ -254446,16 +259046,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "310ca8f14074072b98671809c4b2b3b0" + "hash": "1d6ef261d4770d3cd5f34e9a8d2ee5bc" }, { - "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": "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": "", @@ -254466,16 +259066,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f50e05822c11b37efd33f89778875c5" + "hash": "6506246bbb3232f7b24ad2cfb428909c" }, { - "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": "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": "", @@ -254486,16 +259086,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "35ae692b5008fc2dd24e798604790dae" + "hash": "f6b11ee18ea1bb4f753cd28e10f1dc4c" }, { - "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": "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": "", @@ -254506,16 +259106,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6dc34b843b428c23e2c849181dead4ae" + "hash": "7f1f183c66ce84d269ec08fe1c788397" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -254526,16 +259126,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "00ecfb8942c03ec7f07e9619a6ffbe08" + "hash": "3155cc29c09d4e3f3b5cd00744ba4d3b" }, { - "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": "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": "", @@ -254546,16 +259146,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c522443d77783b4f39cb44e5488ff3e" + "hash": "bc27395d0c89661bfca3f690a7bb1174" }, { - "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": "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": "", @@ -254566,16 +259166,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b45918e9a0fffc5911cd282211518893" + "hash": "fd6673d1259eee58c89c6646dc3fb5c3" }, { - "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": "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": "", @@ -254586,16 +259186,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "15708e4fda7aacda8585bac16bb6057d" + "hash": "c248d0eb80ab543a63e279c13045aa29" }, { - "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": "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": "", @@ -254606,16 +259206,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0779ce81c9a70454c9131f6e2b6613d" + "hash": "e105d36d34c2cf004738562c1f133c06" }, { - "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": "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": "", @@ -254626,16 +259226,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "88e45b75e44307c2401f0f8392f887a9" + "hash": "8aad2a559a9a0d5e8f3fe537e58b4633" }, { - "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": "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": "", @@ -254646,16 +259246,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f680dfc1cef2ca94b1266398a74ca969" + "hash": "460b124024cb1624da1d7eab69d4d889" }, { - "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": "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": "", @@ -254666,16 +259266,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "85c5e6544082686bbc05add4dd4fda14" + "hash": "c534a25f23a0c4ae26a4ec5c8d8bdf2d" }, { - "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": "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": "", @@ -254686,16 +259286,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d46beb721c91352f6a7a0350d0799a5" + "hash": "a563cbe6ec7bafc00b92538fb30b58e8" }, { - "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": "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": "", @@ -254706,16 +259306,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d73b9e94ea638dbcc7076bb6d180fce" + "hash": "dc1f74d896e196c48b3aca382519c35d" }, { - "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.", + "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/11/24/dining/crispiest-shrimp-cakes-recipe.html", - "creator": "Melissa Clark", - "pubDate": "Wed, 24 Nov 2021 17:36:03 +0000", + "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": "", @@ -254726,16 +259326,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f61dc6cff7f2bfd0edf3b451b5e7ba2" + "hash": "dafe4d3c85e4b24ba8f9ba67de38a6b6" }, { - "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": "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": "", @@ -254746,16 +259346,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7f4068604c9f87cfa8a1508edb51895" + "hash": "e79b1c5c8cf3b1fefbebc05822adc6a9" }, { - "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": "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": "", @@ -254766,16 +259366,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "95c1c2e8e8d37073b0be51c0db114eea" + "hash": "6a7ad8302a1c6568f303b71156c31f7e" }, { - "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": "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": "", @@ -254786,16 +259386,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "08454c9623a7979110b902ea93b81603" + "hash": "72831805aade40468f62f1085560250b" }, { - "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": "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": "", @@ -254806,16 +259406,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c99afa63cad8d1931a66cc8c923240d8" + "hash": "da0f920584ff321507b1a1a44245b1ce" }, { - "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": "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": "", @@ -254826,16 +259426,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfb4f226c7414d31860eb6a95a95ff47" + "hash": "2109c221b4e7a85d3a2e08bf125612a8" }, { - "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": "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": "", @@ -254846,16 +259446,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2bbf5f5563a8be89d01e7d5ab35b97ee" + "hash": "c015eefe68134f16162683a7181e795e" }, { - "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": "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": "", @@ -254866,16 +259466,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "da8e20d487feefd800077ef0e1128c4d" + "hash": "c94d82f1db77c0a44ddfff1315d6b7c0" }, { - "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": "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": "", @@ -254886,16 +259486,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "07e46b892d177e7dcf4d7160a6deb3e4" + "hash": "00a2acf862df7193ff3c83d4412b449c" }, { - "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": "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": "", @@ -254906,16 +259506,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eccac5c7d038a90d7204c863bfbbbd99" + "hash": "25d957321439375c2998d2de33186e94" }, { - "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": "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": "", @@ -254926,16 +259526,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cff8747508e1ece8d67fb7f754f87a98" + "hash": "8eaf5e77e2fade6e8b747a1e73dce4ab" }, { - "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": "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": "", @@ -254946,16 +259546,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "721e16081a994d4693428a75eb33e02c" + "hash": "76737d7bab77a9fab1443d8422db6dc7" }, { - "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": "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": "", @@ -254966,16 +259566,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b043b1022bfaf4a9ee03515eebd2cc90" + "hash": "b2bf4cde04f3026fce4a12d37dd6192e" }, { - "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": "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": "", @@ -254986,16 +259586,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d86008382b6bc0bc89bb43e94fe4f41b" + "hash": "b8bcd478ef195d6ed5435b8851b07379" }, { - "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": "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": "", @@ -255006,16 +259606,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa4c7edef45127c224b0faf45cd08328" + "hash": "15d6239420780918ee2f05e2ad2a2ae9" }, { - "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": "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": "", @@ -255026,16 +259626,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b54b9ea955da7e34e4234495dcf8ccc5" + "hash": "9711b2a1d76586372b440aec56ab985f" }, { - "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": "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": "", @@ -255046,16 +259646,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7576b83163a663bb67eac5a499146cba" + "hash": "ad86c4461e3e3636e342cf5c8a8aeafb" }, { - "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": "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": "", @@ -255066,16 +259666,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ae21e4457bd84c4dfc63bafcece32e8" + "hash": "f827e4d7f98230b33f7575ad42ac6717" }, { - "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": "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": "", @@ -255086,16 +259686,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "985041d2a3ff453b840ef155edc350c3" + "hash": "9598c04d0cd7a80789cd389f996ba3d3" }, { - "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": "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": "", @@ -255106,16 +259706,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "452e848135f40ca09dcf23b310231369" + "hash": "8643befee5e0a928f10339b2d051fdd3" }, { - "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.", + "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/11/29/business/news-business-stock-market", + "link": "https://www.nytimes.com/live/2021/12/05/world/pope-francis-greece-migrants", "creator": "The New York Times", - "pubDate": "Mon, 29 Nov 2021 11:00:43 +0000", + "pubDate": "Sun, 05 Dec 2021 12:10:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -255126,16 +259726,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7b1444bbba5744081f2a105a7318bc0" + "hash": "8bdfb64df029881e79eb50b5208dcd14" }, { - "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": "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": "", @@ -255146,16 +259746,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3db88f65026bf8ddc5bb0143d055c0a0" + "hash": "7051fa184aa9b9dd480e4c3cf06d01a5" }, { - "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": "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": "", @@ -255166,16 +259766,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ebb9488cc2906cdb36aaf4896b59fafa" + "hash": "de7bd7491ce033d38d16dca703e10590" }, { - "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": "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": "", @@ -255186,16 +259786,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "681155fc20643ea25e2fb8d9d8f979a2" + "hash": "7ba7814ce385dd79774dd0d34d15c0f6" }, { - "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": "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": "", @@ -255206,16 +259806,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "22d42de22380bbdaa17e52d529d44ac6" + "hash": "71e8dd15f4e033c205c16b7931ee02d1" }, { - "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": "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": "", @@ -255226,16 +259826,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba5108528c3f7d5178e26397fce7663c" + "hash": "5005aade4ce316cebc9369bc9ec741b1" }, { - "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": "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": "", @@ -255246,16 +259846,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ba133de045af5b7316d6f9a4f5a3962" + "hash": "f892715c256cc36ff67717afe882fef9" }, { - "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": "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": "", @@ -255266,16 +259866,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "572ab71b58d45bc26c4bb3da347ea2f7" + "hash": "5e44c9dcb2e3ffa55d7eb294c37bfeb6" }, { - "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": "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": "", @@ -255286,16 +259886,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "10175eb8a5f830509092df543a4e0bed" + "hash": "609f3aebef63df85e232ebae3dd7f7cd" }, { - "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": "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": "", @@ -255306,16 +259906,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "214b47b92dd3df9d6de64310343b8008" + "hash": "5233a2097ceab6515589c2aa0337e9f8" }, { - "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": "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": "", @@ -255326,16 +259926,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "387a64c03852c1556f06a466724fa650" + "hash": "4947b486fa948e22682b963934badff9" }, { - "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": "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": "", @@ -255346,16 +259946,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "133d18038e629b52df8bff3951618946" + "hash": "c4ea7f22a9090c9a8e06dc4129c88174" }, { - "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": "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": "", @@ -255366,16 +259966,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "30d62e56c69511104f30efbdfb04c161" + "hash": "9446685930e076708d229a5e9d3f259d" }, { - "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": "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": "", @@ -255386,16 +259986,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ecbfa015e6a4b6982c0b53a890e72d1d" + "hash": "1672e74f8e5d4f8239c8241f93879b8b" }, { - "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": "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": "", @@ -255406,16 +260006,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f342d18e1e0db75a174f9c1f6a557da" + "hash": "7755a6caf52fb68a9fb0c67bfca08e19" }, { - "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": "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": "", @@ -255426,16 +260026,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "837e1be34006e1e7a7039c59a568d9ac" + "hash": "5e83c0d203f37556756b288ed6b4121e" }, { - "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": "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": "", @@ -255446,16 +260046,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e9a48fe2f85adeda274110c9ef7f13e" + "hash": "56bcd36262015b3955ff63c361663a77" }, { - "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": "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": "", @@ -255466,16 +260066,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2a706253d48ef4b328e940500ae96e4" + "hash": "de82bebf54a4aab00b91695a13f77303" }, { - "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": "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": "", @@ -255486,16 +260086,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d3fd45aa6b4ede60b439bebebba11230" + "hash": "0e5bdb37ac87549fcafa1856e56674c2" }, { - "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": "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": "", @@ -255506,16 +260106,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "68cf7f13c2e39b927003f25ccd69df39" + "hash": "39575cd62f74c960962a74d0ceb80aaf" }, { - "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": "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": "", @@ -255526,16 +260126,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "905a148ee54fa365361e505f26e9e209" + "hash": "c93b7418d9410c59a3f4c7e321b4f0a2" }, { - "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": "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": "", @@ -255546,16 +260146,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "17ce83a6e102aa76d2fec102a469cbf2" + "hash": "c1f83d4b4d5db4c106d827a26c25baa0" }, { - "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": "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": "", @@ -255566,16 +260166,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6d71f2329afb89992cc0713b12c35f8" + "hash": "bb3bef009fc15e683da2f516fdb58e4c" }, { - "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": "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": "", @@ -255586,16 +260186,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "56e89bfea4343e5571a61a4321af401b" + "hash": "7a7ccd4b0ad10038fafb6350f36b4c13" }, { - "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": "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": "", @@ -255606,16 +260206,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f66f82997fbfacea4886e74ee266ebe8" + "hash": "9982e876e4602251fa525473be7a2537" }, { - "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": "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": "", @@ -255626,16 +260226,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2897808adc1a4f426c0fe7813873216" + "hash": "279e9fe39840dd3bfaf3d40dd55a3d7d" }, { - "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": "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": "", @@ -255646,16 +260246,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a430525d47b3247a7a54fb09cbc87e30" + "hash": "3bb14e170979fc2c3924ea8cf5b3d6df" }, { - "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": "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": "", @@ -255666,16 +260266,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5527a74aafd9c5a0653a965a41e17ebb" + "hash": "b00198cec7bcac9004c11cf58e6c21a0" }, { - "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": "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": "", @@ -255686,16 +260286,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "14f0ed0ecb52f2a124700f97d6508302" + "hash": "2f84f257539b749f6c99a8cb5973777f" }, { - "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": "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": "", @@ -255706,16 +260306,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bbffb39211c9bc4d045e0427ecf199b8" + "hash": "df3ef6b49f7fe31c942ff7f0f0326476" }, { - "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": "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": "", @@ -255726,16 +260326,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f046ef93db7b6138611af3d92faa23b" + "hash": "8d51e3bf66f8675825e4288523922c07" }, { - "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": "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": "", @@ -255746,16 +260346,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b38f4ace44ce21f0bde79c0cb9a9326e" + "hash": "322a12978895f4b6b2b6c03bbabed2a3" }, { - "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": "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": "", @@ -255766,16 +260366,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ecab728177076939590a608fa15e131" + "hash": "ed65017e35f0c9532c1ea4b62af88dff" }, { - "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": "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": "", @@ -255786,16 +260386,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ae0fb6e14dc3fc79e4903d88a78b997" + "hash": "379cee659eb2cfa0d95858d161d3c42f" }, { - "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": "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": "", @@ -255806,16 +260406,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "acd48a1c979be95c3efe562a5247a50b" + "hash": "50696b8184fe9950555154398a3d57d9" }, { - "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": "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": "", @@ -255826,16 +260426,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "59097122fe5ff55ec75cf9187478aa02" + "hash": "9e15448093a736f5af7181136bd172e1" }, { - "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": "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": "", @@ -255846,16 +260446,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ce4eb555fbbce85fd751c22b0ce0fa0" + "hash": "14763a8bf772acda83da3a3d15b10c8c" }, { - "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": "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": "", @@ -255866,16 +260466,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c38c5dbefad29e5f43145cea82c52bad" + "hash": "ae8f36dc65cc0db6964cb899db33d174" }, { - "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": "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": "", @@ -255886,16 +260486,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e40bc0143d33e6bbd1f4d3f25a4e76d6" + "hash": "312ae37677778390d122b33f4a38beb7" }, { - "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": "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": "", @@ -255906,16 +260506,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d4e7dd60cbf6f28e1d2e87ffa8d1a19" + "hash": "68d271654fa27b97709014e8f5136b74" }, { - "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": "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": "", @@ -255926,16 +260526,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bd14e075c039fdc7bf4217ae7d8e77f" + "hash": "9356019b2af8c5bac83e995c10e026fe" }, { - "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": "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": "", @@ -255946,16 +260546,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c365e4e6fccf72ebdf846f0620edcdcc" + "hash": "b79fce1bef9a6c84e521a920c26dbc19" }, { - "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": "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": "", @@ -255966,16 +260566,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b087cb755dc04bc06ba1713d87e25107" + "hash": "d9afcb9b1ae1413a3d7e23ea4237b261" }, { - "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": "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": "", @@ -255986,16 +260586,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4df1127deaedc1f3a6ec4516b4fc8c1" + "hash": "eb4cf05095695ff789803f06ee58f904" }, { - "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": "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": "", @@ -256006,16 +260606,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a544cbfad5ed62c195cbcbf2fdd3dcae" + "hash": "5fa342dcc3106e307e7faac2d74d4a47" }, { - "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": "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": "", @@ -256026,16 +260626,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f2dc4b9fb9c430965c3a1718fff682d" + "hash": "40ea2489a82b1ed83801a63008d1c01f" }, { - "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": "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": "", @@ -256046,16 +260646,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eee1fcff05d73a0081d0b17794347716" + "hash": "f25d477edad5e7dbd31af5e683db4202" }, { - "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": "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": "", @@ -256066,16 +260666,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8db9a55ea44d3e79d18f654c65d6d53" + "hash": "10829e757b590a89c0c2646965b1dc47" }, { - "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": "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": "", @@ -256086,16 +260686,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d3d44ce418f8afb0a8748049086be6e9" + "hash": "ac6aadeb897fed5862586a90b6f10196" }, { - "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": "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": "", @@ -256106,16 +260706,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a45c6da19bc24c6fb0873659a63c327" + "hash": "4bf73376e7b8ebdd72eba21a5472ee44" }, { - "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": "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": "", @@ -256126,16 +260726,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6499593171fb522bf6a690fdea0c0e2" + "hash": "48fa5c475945aec80685ed9cdd2606ca" }, { - "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": "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": "", @@ -256146,16 +260746,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7c4c5b1faa158ec643166536e86841b" + "hash": "aba6033ec429df2b778456e42ce59ea3" }, { - "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": "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": "", @@ -256166,16 +260766,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "20ba20bdfa8d72f081445e65c24bb057" + "hash": "bdb4a3ef9356d63a95a23ef3afb455de" }, { - "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": "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": "", @@ -256186,16 +260786,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "249044a8657fe94de933a34dea3fe5ce" + "hash": "872fb324cc8ee580dd0f68986d46284f" }, { - "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": "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": "", @@ -256206,16 +260806,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf84e3afea1ebe0cb8e1f6c764b1b171" + "hash": "71bbef23ec0af17a82dcc501252b35fd" }, { - "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": "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": "", @@ -256226,16 +260826,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ede66a6a79938989ca0993851701baf" + "hash": "1b63ad3b57129d8e96a2c86989a9bca8" }, { - "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": "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": "", @@ -256246,16 +260846,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ae903ac9bd0a6cb4575399b6d205112" + "hash": "11ae186b7288194d5c62d11d19daf7c5" }, { - "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": "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": "", @@ -256266,16 +260866,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "391d88630fe5ec35c8048444cb88f020" + "hash": "88cbb34b711607aa61316870b0065da0" }, { - "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": "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": "", @@ -256286,16 +260886,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "11f4b55268e41f0052795f335e85c738" + "hash": "72ea869a717d49d0241d2c4b888d3b7f" }, { - "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": "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": "", @@ -256306,16 +260906,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c8c64517910b9de336bdfaf1a766e5d" + "hash": "96b16fbe37e338d9b346030a405f56f7" }, { - "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": "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": "", @@ -256326,16 +260926,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "26387ddf7898ae4fe8569b213a886b84" + "hash": "2590f0b621318d50bdf5ca2336760924" }, { - "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": "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": "", @@ -256346,16 +260946,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d37ec71cff83c359788d1302a60c12cb" + "hash": "1aef2a414bd081df8c12a11aa0d008d2" }, { - "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": "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": "", @@ -256366,16 +260966,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9aad84fe681a796e5672f5b7f82dd6f7" + "hash": "f6325d394c526052f260bcca9ae24079" }, { - "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": "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": "", @@ -256386,16 +260986,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "40663e033e4bf08104daa038952657d6" + "hash": "f78d20ba79c52e0accbf764f1b9b7d13" }, { - "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": "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": "", @@ -256406,16 +261006,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d875d8de74ef2f05ca8b6d0f7207b759" + "hash": "f51614d95507a45e0adb3ba68531dee9" }, { - "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": "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": "", @@ -256426,16 +261026,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2660cb1cd8278ebd668e92b406a2434" + "hash": "2020f552c6e78dfb71a3e922fd1b17e8" }, { - "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", + "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": "", @@ -256446,16 +261046,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "83752fce3485feb983246bdb4b58334f" + "hash": "bee1ae16799ff9bfe3b679d695d05153" }, { - "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": "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": "", @@ -256466,16 +261066,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "76863d7310491b97465dea00b3c52b32" + "hash": "617a4712bcb3f3644b282e32eabd774c" }, { - "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": "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": "", @@ -256486,16 +261086,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5e3cd96b5cebf438aa5df4d56551fcc" + "hash": "bfa9efdbbf39b9105a35d13c4e3c8222" }, { - "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": "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": "", @@ -256506,16 +261106,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "51ff6fc13ed33acbdcf247fd1405ccfb" + "hash": "ac9d7fc8ebe0fdcc3609bd0dd79f0369" }, { - "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": "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": "", @@ -256526,16 +261126,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8eddce8639d9e564ceeaaa451060c39" + "hash": "ba85219e0d3acd31bb47e7931bfede59" }, { - "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": "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": "", @@ -256546,16 +261146,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "da29c1a6cdee5643a66285725d383f61" + "hash": "5ca1f53e7c66df9462a81f859fff5410" }, { - "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": "‘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": "", @@ -256566,16 +261166,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "509c5d4f066c13b64041ed71160f589c" + "hash": "01a846cc29ba4acec32790629a956b70" }, { - "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": "‘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": "", @@ -256586,16 +261186,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "402e41d34dc656bd5bfb642678ec4f35" + "hash": "e04fb07a647443ff2d4815cad801c877" }, { - "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": "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": "", @@ -256606,13655 +261206,13345 @@ "favorite": false, "created": false, "tags": [], - "hash": "75894bb7b9cc970e6498271975476255" + "hash": "730f3d315a82cf6c7c50776fda804e46" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9d729f62a681d8d7991f9b5790afe81d" + "hash": "2f5d78085299d17dabd8ef135cead58f" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6fbd2ddb190ecd5d4f8454750c52e47c" + "hash": "32816d0c2a96560c00004e15bd2b0dd3" }, { - "title": "How did Omicron get its name?", - "description": "", - "content": "", + "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/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", + "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "78e3f1227da6c8f738d9f3f2eece7d39" + "hash": "2e6ae06e0578616990d51253f9d8ecb1" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3bdf7cc74fc976408127c28bc941b5f4" + "hash": "82684cfc94cc215fc1b9ee75c9b0da7e" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "73810343766a660c6b3ef7ef2f98fe54" + "hash": "92d4e1ddccb773e19bde2116257d8d5e" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "472e887e2ada819a7e00464cb6b74150" + "hash": "c692570a54ee033b6aa5563bfd4e809e" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7a4ecfaae1feacdc5d5d30cb49ec0cef" + "hash": "2f20970a7a6cd0f834933bedd13d41d0" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ff3bb8d0eb296526a2e4f195686e036a" + "hash": "469082cd3b54a7a26cbe24304d952f8d" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fd5c509202f13ec0b5954a4864e9fcc7" + "hash": "dba03cb4ef42ab6419b75f5b7728df19" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2c7623c8e56450c85d2e366f8aa128d3" + "hash": "d69deace1f2c7e05f9357856266d80bd" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9bca348031a9c5c202049178c81273a7" + "hash": "405fabd54294fa81b3c068d791289ba1" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f3baf7e8ba40219026bed096f73238d3" + "hash": "09b0fc3e50f29286588ea28b19310a6d" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "08cc52629786e099bc7622e5cf0c9875" + "hash": "51bf414a3ba4ac34ac3cdac5c2c0e349" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "74b0f72e47f5f021ffc409f8c9d21859" + "hash": "5da089877e08303106db76797ba86cf7" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4958bdadc45c15089709a6c816755e0d" + "hash": "bb2bcf596f7598ede7c43f6d31d5cac1" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ebbc5a1791a599e9c36bbb04df22f907" + "hash": "dcea51e9bc3a542bc79343710a4b6021" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "be572e7d1af8a05f99c3bea6770995a5" + "hash": "758348a49db4d3435aba1cc91e43fb92" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8c601289625abc8aa4b27fde1bef1d65" + "hash": "19235b33488c3d1db2378ec44e749a20" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "189a5b962c94ec92eaf1dbea249d16f5" + "hash": "2c9aeb86db96fae5b4bd1eb46cd8e67a" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f10b7f980c9b3d56fe941834efa3a0c3" + "hash": "751329adf6c1ea2ac106111e4362acc4" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b38836a0027856ce1f0a2ff73a4f95f8" + "hash": "e2c2bc976f67ec1cb131fb694c1d9472" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "abd0337155c5a7a8b09cfbb9f6559f84" + "hash": "97f0ab0fa61d2b2be56a39dd32a8bbc7" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b6125fd58683ebc146b369660e55de31" + "hash": "e2534ff7fbba3a39c8bff915d0e246ce" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f0d0be9fb648e0f6e6a192e882f33621" + "hash": "26a1866c23fe638ad1b2fed77f51ea91" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aeee91a2989b82f1b80657ad1ce3b3b5" + "hash": "d3ebf6657e7c7c7fc1c5d86bb124ccc4" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7408f2b8dda07b5dd6e0c08981436f1b" + "hash": "c568f5a42ffb7fdb01cdade42398f5ff" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "388087c65073dca9aba143be67ac12cb" + "hash": "7e92612b0cfdda5a42f7da60f242f1de" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eae28068ab70c08abcae7abdc30d24df" + "hash": "4121b4bdd37bcd0cb8b0adfd082e08dc" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5e087de601abd7b35b414a7ee1139313" + "hash": "76d82d92f59ebbb93c69bc15439d16cb" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b5cc6706c130fbff329e8989e7b0d7f8" + "hash": "5cf37894af9c940e8b3e52b39cd0f56b" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5f5fa6dce509eda509baf5697de26c82" + "hash": "049943451542972cc1bf55d50d899356" }, { - "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": "‘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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dba47feaefefa6984d0e8b7becc02742" + "hash": "da463ef5f80d9f3a26483d39c7fdc838" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1a558d3a4db0072604ba5166a8be9f8b" + "hash": "2b3634673a486093a09df2dc686202c1" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f1a06e51fef468f7a3b4d708a874384f" + "hash": "2ef788dcac2b684a310d6583e121a76e" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e8a9a5493ed6b8b0aad67421d369a765" + "hash": "47cdcfe6914385139a1f0e1ba583e306" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "55cfcac0577c26364b3fa62f0d691a45" + "hash": "12a7bb7c45cfc7acd0e4cbfa6a77287a" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1e48fbc5b94e38c4c801ab13ff69fbe9" + "hash": "7cc9c845a9c90fd6a22f13b1e2e531f9" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bbf628533b2457db29e430db7d543b34" + "hash": "1d9e7e389fe557b2583906c2a1cd8b30" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b689e69ad473c683622417c6f54b7cc4" + "hash": "579ec50899a1af5633b6834d15edeadc" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f969afab09198f73d27f76dc9d15e128" + "hash": "8b1b3ed4e2e608d08ae3558aaa562eea" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "451eccd6ed72849dd77b50caff1cd5fb" + "hash": "effc719d0eb805c94d1584cce0d59960" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3f69459e6954622b558981332de904dd" + "hash": "52cfde1fa5322ff1029d8ec4146ff452" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8da53f37dae6c3a33d7b929775acccb3" + "hash": "46335208f929af1311b6fa6f1e96ed24" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "646d52c809bfd9b3eebf0206c87e908f" + "hash": "29ee983cb54461fba6976ffd1feb1bc0" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7526f0ec18f69276a600477917129349" + "hash": "6babb20951d8ff56cb015245f3aa8772" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b3a8685166b53f17b56162fa13e2b017" + "hash": "0a31bf1939da4c626701cbca1b5fd91f" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4c73ddf9c89bd0a61991a2e1a2d682de" + "hash": "859d73f4566d0245e64259a83e1bc178" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e05322b698104eeb205d2fe258b6c99c" + "hash": "1c0fee8eca5c86497a90d59920381ef1" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ea266d3a4026a1f41db06cf04c00f61e" + "hash": "9517e4ffaeb57c4cfd1d3376ee4e0f8a" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a988e63315dd0d24a9d0ae6b0bcf7fe2" + "hash": "f6c75474b6704470bb1d4c916eb5dc90" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "121a853f73a9a4b609f7591c2e4edb30" + "hash": "56d4633223944eef39d34b1962ed6f0b" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3024f9ed7e5242a4e6701d1ac0b1498f" + "hash": "13d4eca0f4fcf9ce051e720e6e585e05" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fe8a6b32ea6c34386cf8294cc64010c0" + "hash": "95d20bf29560900f8ff358be3b21fc48" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "14f2e5c29d7d6fda5a18950a31864064" + "hash": "ce6589c0e032384b5d26040de7e7325f" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ed4856db3c9f67469924af51cc8673db" + "hash": "99d231a26936db2b102a96ab0dab81c7" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bdfb9019a755fc3aef028c03b8e5ba37" + "hash": "fc0bf782d5f387ccc905723c4fe88aa3" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e5a3edce4b46b7af49ca3c8eaa1cb04d" + "hash": "c00d283d3c53d0ae7d593482560cfd3a" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c457f8e3b0a23d8de3c7fb42cbde403d" + "hash": "b1947fa30c4514a5a02e1c8dc83ba9d8" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d643789d7507059117793d67da7077b7" + "hash": "aabe14fccc1e4a28c25ee57da9115f74" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eb321cfdced251a9d156a405ff918086" + "hash": "0f520dcc7551222719e637f6476fc25f" }, { - "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", + "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", + "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "511569aedd747eee811f0239cd103db3" + "hash": "c425a1a4477defd9cab2c5596bccd35b" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a881b3ab6475c3ac2ea8c940e4a3bec7" + "hash": "a8079ddb3cff38971001ef10619c634b" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5c231b31bdff805391f4ba7e0750854c" + "hash": "29fc536621f94991613b801e03ee0824" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4cb611b36f97f3344c1084a704d34715" + "hash": "47418bfa50d4a475a58d0caf3ef77616" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3e1e292420e5ab09fac28d971464070f" + "hash": "92f174227f0991e47e9e5bb859d4eb37" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "54f80cbc384086d98194f452eb1517d6" + "hash": "8b9737e669b95976be852e6db5305bab" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "926f7e92bedbdeee293329b0ef262cb0" + "hash": "9c5e4fa70ee1b9fa894574be06af37ed" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1a09481ff5e95cd873a09e7ff414d1be" + "hash": "69b55316873ba88fb759ede2d42a6a8f" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7c6fc4cbd9b2edeb32f38bce86fc330d" + "hash": "000b4b308fe7bcbd1101666172bad907" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b3d0638a93f2257e5eed269ae8ab5c2a" + "hash": "ff2b2c352958a5a0a99feed8d0118368" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9047692599b1f4c8fb935c1a40789677" + "hash": "065bf598a547312a3700bfef61a4bf78" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "77c926c6b46bd94a4036c925af0565a8" + "hash": "1b3cbb70634240a3938fc0b12ec11fa5" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2c5fd3c02be9beb7e705a87d971c75b4" + "hash": "edfbfd1490bcdd4d7dee4c5a88168c1d" }, { - "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 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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "50a7c2af17d77f7b23bac51be07b1035" + "hash": "d1928a66a55467e899a209ae3a3555db" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3738ab5d9b2c4621bbe0c389c2331f44" + "hash": "be61aed2271d16fbbf5b30d6b37fb677" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0803011bd74d807030646269da126504" + "hash": "c3319548da663259053c8a028d2c3b0e" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "31ec1dbbd233da485826dedbbf4fc913" + "hash": "50ca83f1fc7411c2a81da4b6fd26370f" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "01562ad2a963b760a2ff1dc0d1bee259" + "hash": "d7f43e142ea939fed9fa885cda9c523a" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e9ee3647f4530bf6f97f7f0e57df7cbe" + "hash": "ac850d1a0353af6dab25b9ee05da562d" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aaa68936b3bfe29e2b7178faaee88083" + "hash": "1fb10f3153cf1cc86809378a88344924" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fa19b6102417e35a57f16de2bae49deb" + "hash": "d4c42a0453f9688cee239b3603b5a57a" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2b5fd09cb3aba3904dc769cf97a305bf" + "hash": "3b7c6cbc394295544651365a5cab903d" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3f457cd222298fcb25d8978378f44c49" + "hash": "897d1a7318b8c9842b0dc5d261803fc9" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d0521c9afaf010f6485270a4a8d62056" + "hash": "28f190ccba040ea9fb787c7e900abac3" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5d0a3392b2aec02c8a4609f1141121b3" + "hash": "fdc5e527182b8c7a4649b5f3291a83c0" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "843e569d03de09c0bb4a9515e2722c4e" + "hash": "7c4bec7a3c1806978302349842d9908e" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ab7248cb7a84e1472257170904e96ff5" + "hash": "d10ecfa58844e1f02400ab707af4153b" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "94c8e2b001c4f2d194285d099c887ac4" + "hash": "bf75821ddb2f5ad0a2a4d5f613887171" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d45515e2f147cf68cdc6dfc327aafe57" + "hash": "5c2352e1268ec771cda88a70f23eb2fe" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ca1e22468ab6263621d65739a93a5f79" + "hash": "25c50243b177ed4e3588293c11cfd646" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0fea2b95384a52a567cc161bfaf6c0d0" + "hash": "68bc900c6ca9f2986fe5c0742522e420" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6b08f2fc8dd50871559948a870da340e" + "hash": "f883f6b6c2313736d66db1463384eab6" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "90f037d53561ca24024065be0e06ce09" + "hash": "4f5ce4103e9ccc170e7c6d66259fd77f" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6db2abab0311917ff5f182d128a87289" + "hash": "12959b4dfdc94534502655520905240d" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "991ae88be22b668df68d91bd51288866" + "hash": "526ff02a2d68f0f5df8f4b952cf30f4e" }, { - "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 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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6ff6c3349364d73e911a1f41bf1b88ab" + "hash": "19a35e7343643c6a6569590e10472500" }, { - "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.", + "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/live/2021/11/24/world/germany-government", - "creator": "The New York Times", - "pubDate": "Wed, 24 Nov 2021 13:25:33 +0000", + "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b25ceb8734ee052e84c859d0b1777325" + "hash": "662c6f7d336d2a6cbc17bdfaa98caae8" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e1274846dd54e4a0dd661eea44092cc3" + "hash": "070552126c782669f08a3c9b5b53c138" }, { - "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": "奥密克戎来袭,世界重温噩梦", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c1c2b1b207c8bd8d3118173d120794e3" + "hash": "29bc56732f77bf3c9c61c2f72b640c69" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "634b1d5198d89d9388b04fe1164c3a0a" + "hash": "358211e0032f3499c2310424368c4d5b" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9a3b6ca1a3c485fea175f34a2275d532" + "hash": "f2d1e18ffabba9b5e9157500c3a46eb2" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "be06330ce13409ce89aa6cca9afb6692" + "hash": "f624045d2933df1335411e8ba85674d8" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aa389e5499d98ff835c3361cf713df29" + "hash": "e530c0395b7dc675f25d7b2e16c4293b" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3514129811e58d87203510f9a8280c1a" + "hash": "b4325734527c07ad443b0edee4f44205" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "df326bb8d24114e90421aecc2fa87bfd" + "hash": "9f858157a06d00f3bba293abc7a42d78" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "89b65c2111426e6e36fff19fd7965dff" + "hash": "591534fe1e5cc8df5dec40d5c4d7d132" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ccc73833228e3677884aef23668ebb00" + "hash": "30f938afacda28079372a86abe134bc0" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dbb19ac809045d8c0923318d23a7d6ac" + "hash": "30c9d28fc33836941d25cd08eb4203ef" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b49b6e5ec5fcd177de9a076b8df9c9db" + "hash": "51acde1b2a3e4f459262f709ccadb71b" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2b38d7a922681cef2a1935d1c82f2b47" + "hash": "8066b4a7b5adcc7f9782e7276ec85812" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c088a37987af6bb507391c64c6e78f35" + "hash": "a60fcc207be68601629c0b0aa95087f0" }, { - "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": "8297016b7882c4b396b6f86a9d258f58" - }, - { - "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": "‘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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "05090eb6d1dd9ce7232ff0988bbd35d1" + "hash": "fa27371904502cf57b4c8a60a9dca2f6" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0f37335a0d8e3f2424d778396df7b9d3" + "hash": "980f5ef4b1bd5282443f19f29b679499" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b74c91ccdd5e331ce8e4638ba81ba586" + "hash": "222bbdde9ad5c28ded77c8c13491175b" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cb6a6c15bdf69dccfd2a249e0ba7f725" + "hash": "54e56b48fedadb285f56118bd618f5c4" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "27c0969af3d0cbdcec2d37eaddeb1ee8" + "hash": "7d094e3143ca92040875898b8b938fc5" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4120781f88a302b13d1ce66033d0a56f" + "hash": "4b0b4b61ea9ff9b9b13f4c6147eacfa1" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "55a5657a1fc8ff6e74a3198a17af8399" + "hash": "9ad6481145750552606a6758b79d81a6" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c93475503b467882d2ac5f78fe3bb45f" + "hash": "ea5c2f15ddef4dc3256adffc4c8cad2d" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a846d34e3a4638b1431e21fbca340a22" + "hash": "c15c44d146f6ec5239053db8b350abbd" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7f27b51f442ec713ceb9c4292a3703e0" + "hash": "bcc9405d0199969c5969986c9303b17f" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "29428a613db58fab3294aad6bc4b3524" + "hash": "4fb647172024266b20fd30054a5abee8" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "24800882e1cce526c9efed15e7904e86" + "hash": "3a37a4a6aa707d8e132506e9379a5a13" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eec399adf45669f523397f09453ccc7f" + "hash": "0d10168bf8c02d9fa1d01dfa8a062c4a" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c50175478520dce8be0f92a7858d3bb6" + "hash": "36420908dc64d7297494840d2aa92ed7" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "72b79a2b13ef04d696d34f13869dc05f" + "hash": "b73960d7c367d2c32abca1b561351f3f" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "67dbd49a38b197bb8d599d68054ed05a" + "hash": "99afb49cb6f1977922b60a6c6200292f" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "59c741753dcf625fcea4626d29594983" + "hash": "c319f99a2bba3163c0290792bcc75dcf" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "20e5816283308ef51394c9813be24d7a" + "hash": "670e56b582eb8652921c2e89a0b49dd3" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9e7cbd36015e69708586f6db6a248e3e" + "hash": "afa0e46db199e1fbb6b2931e20a521f2" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ce7bb1b25e9caa51842d8c3bc37db141" + "hash": "fde5a44437e333b06fe0ca71b5430a06" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5538d6547b6625b9ac54ce2e73a84369" + "hash": "dffea95cddead7deae2fa4f249d670c3" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1d821bd488a225fa6c41de0492378b5a" + "hash": "f6ba4473e7149b9411f2c02cc175a314" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9d174f4bdb9e6867d85feac55d5bf91f" + "hash": "c774d4672c2078a6da1445165f8e66c4" }, { - "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": "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": false, "favorite": false, "created": false, "tags": [], - "hash": "37f7e512deab439ba69408b32191d008" + "hash": "208b89507400b2f5254b599b23462dc5" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "58673d024530be0ede263ffb18f68dec" + "hash": "85c8bde03625428806dcae6118049040" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c41c237b91fdde1e648da67f8cfefb30" + "hash": "9bf87bc817a1355e49e4ebd21fb8d4f1" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "53389f43e32cd535102ca6ff95fd8c2f" + "hash": "b1a57ecbc15f43db3b998c13aab4dc1c" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cc4f46aa988a6418b9d3e0442ade25a9" + "hash": "5cf9fee8f2e7aa5b5490f3e73c013a60" }, { - "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": "‘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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "79e852d5d6e41b7367e6813090f7f573" + "hash": "034760d79dd55d388b1711eaf908fcde" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "88a254ff2a6ca89e7e2f10a264ceff12" + "hash": "768415a0aaa60479c968e8f0d3ddeaa6" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eed405ce63e9493d46beda1e90c71ac9" + "hash": "30ee66536c26551d5ead7841437e1ea3" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fa7a02b685ba9ab4ed215e5e5da24327" + "hash": "5763614df995cf51693b346925b562b5" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c0e5ef1b8259ab471cb0dfea75289819" + "hash": "648eaedffba5e8be74f9b1c44fa1cd44" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5b85d57f30835876c7036a48e8e12d21" + "hash": "ab054c80701daae22bec717e351a0e8f" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c97d8f964732a46af9bb893aad70a164" + "hash": "7201f8a7787b57a82bd075f077e7645a" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6419da295e6bed2ef60edc480794882a" + "hash": "b608f1a03f8c270a752d6d38e0b95b52" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7a0bf7ca879d518aca535e9f57b1029a" + "hash": "c0512a9d4448c82c7b922f4a9c669177" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5bd87849217d193cac41a8d0bedd896d" + "hash": "11a8011c34554ea592bea231f591822f" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "31b22a3836b56c741d9557949d31e72b" + "hash": "39be22fa25593bfddd3225d2735b84b4" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "726b92e327bbe707f6d7da312b007257" + "hash": "eceb349b1bbd068eee207bd0eeec38bf" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f578e6f5859354d23ed50826ae6b80c8" + "hash": "65190dce31909043a14891f0e2176a59" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e8ef84a2e96ed4b1918d7cad5e7c3796" + "hash": "8ffbd0f230a8c7f121d389a003e13d29" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0539c8a27a3d3f63d241d0ecfad3f2d3" + "hash": "7adf69a58051564176a36228d1a68478" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ef59433800b16b56686cfe81456310f2" + "hash": "2ea1990c295bbae2afdcad389c388bb8" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "53fff5ac87f11a7d0e79625d713639c5" + "hash": "c3556f09e33ec172633ee83ec75a0b95" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b4db719163ac88afc15d286a01fb7936" + "hash": "ef31dc9e0d9737263975e859c493ffb2" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "866e75be92d0c259fd6c7ab1e9fe006d" + "hash": "fb9cda464d124fd2711ae9d3cc0b677d" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2650f9de434d96eb8e984894a096a2c4" + "hash": "c8f2b5e3c5f300f9d6be28cda4f7e123" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1632a844bd13bf0a51f8f7755489e20f" + "hash": "30988d3d3cbb5ffd0e2ce4efcd8cf35b" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "885005721fb8ed2282fca1fd661224bd" + "hash": "3c45325207f75d45a70e1995036de7c5" }, { - "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 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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a5d7cc46ae42f0041f2791c4c97195ef" + "hash": "9775cd52169045f110163f93439d1b76" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "54f93f0bfa1895878aaca3fc9d3c38be" + "hash": "f0cd4c42f5f9db9b2383033192144963" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f2a94b17e6d3be6dc2c8eb94bc523dcf" + "hash": "f1e3ec6e26b90e2618e39e2679a05c6c" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "59bcdd06d23f4e082109b2bc452e3924" + "hash": "beb0c672f7691573a116cc5b19ef1a6f" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b49a3059631fda98d57777096204aae9" + "hash": "4e2a10d9fa21bb4def0f7598be4b50f9" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8960db9d0274d32e252626c443307ad9" + "hash": "809a1c683b15d767f6b0c399ae225500" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a45e11614e004d4cfdaa9a2703f0be58" + "hash": "10edfea20edcea11b3eef8cdf7c2d84a" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f5c5b55491e20b81791d900a185d915c" + "hash": "c60bbe018f8dc085ad2ce711afd56b0c" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9ac35540e9d3b3170eb3dd79462dc7ba" + "hash": "0ef1eb2f818d92b0461a735e42fec087" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b058ac259f23e1b8f4e871d4777facb3" + "hash": "7bad7775831375ac1d1f8bafe6273cd8" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "27907f1a111c27943fc5bca2a7bc4e31" + "hash": "9bb1028fc0d916e6e75f0efaeb8c2f5c" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7c6e3901ff5be5a50ea3c9431c827bc5" + "hash": "4429fb6fbbfc23339949a8877497b1fb" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "730014c040f468ec0621476723130359" + "hash": "eeacf42d30fbe035bb2eb04bdc84dfab" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ee296846f38020d1e1c68b8ad2dcbf50" + "hash": "68df200f530ac5bfce4925635fc8dbfe" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7b20aed6b75135d2218357319dcde1e0" + "hash": "3ec19290181ea5b1056ee9a904e6354e" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "721ddcf33df645421a99c4934dade600" + "hash": "1577d1a067ccf602270cfc48151cc312" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a28a5805802016a2dc132045b01bf85b" + "hash": "d28cc9bb0f666cee4276db5d222919e2" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0bf0024b0b6a8c0f15e00dddddbd1d1e" + "hash": "1e4c4bbe206d34d7ddc125a518586e1a" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "73a36721de3ca00d3be25976968af9c5" + "hash": "c528bff4337c263d4edde426bc630758" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "23d10693695ae9d6b4a2fbf347f2ce07" + "hash": "180edad00fffa30c1a77d7fd8503d5de" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f940188be956a7e81cfb80f948c7d595" + "hash": "7af60c6dd7503358a87e353eb6e36b9f" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f08ee456f8cf60894254b25711b33970" + "hash": "aa78bc88f5955043c361159ede0c646b" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "424957de7b9ca9223004e18b3ba97623" + "hash": "938123b2e2e2429bfd6f99fba4d29a62" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "04d43c19fc2f0bfe1835c365ceb8fbb8" + "hash": "f76cf7292da363f5c90322dc7c8a5c8c" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cc1e346da61ff4ad1a91337b8388b4fa" + "hash": "2315287e3e23d07f0855c4984d9dbf70" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7c4831fcfff0703c74fc606d5cacc0e6" + "hash": "9b6ce2c39e8075d09ee293507b1dad9a" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6bbfaf2dbef3c37f7db67c70b87321df" + "hash": "ab48116c8b13184644e2ced1621cfdf5" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d72ccf50f1038b170af449b28653d9b6" + "hash": "0f8ac0d57375507f19c191a93bbd659b" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "89c2d1d5aaa76651a11a7619a2a4457a" + "hash": "9435bde58c966cf6750ec9ec9cbb4ed1" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5df9dda71ce18bdd1cc8ad23353e751b" + "hash": "88e6bacef2f41ca7d63591c608daeded" }, { - "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": "‘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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "583eec042c3b42811c29b670279dcd06" + "hash": "1d38ab95ac29a1c97da47e95cb38fe96" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d68c7b8352f286717415b05a58f0a923" + "hash": "a238038c98bdaacd31bcf44c6fdb3d59" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "83d659e67dcc5c72ff09d93c1be7a22d" + "hash": "4d644061ef7f1737853177de2b2685ce" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "86ca62e1d608a4fbc56af6bb55056fe5" + "hash": "184868d2e99a1db6ff20a6e59ddceeb2" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "59798b154d4b34f5ead3adfbd30ba1af" + "hash": "f6ff7841a9869bb0c115d11bc199fb78" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3ef7fcaa73203cb39ec68a4f96e59c28" + "hash": "69524b64069f729448498a90aaefc9d2" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f24ccf786be4975017b1936cacb0647b" + "hash": "a976dc1bd8a9bdcee04dd526a77d4eaf" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2a28bd165adbe86f0ed2646f2379d849" + "hash": "f79af9f9132729d01c7be4ed79190717" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "05d4d3944c9d9796379274898f1d0fea" + "hash": "658b6c5825d104786ae64c2d4bc4f1aa" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d550561f1cf8157ca1746d22f2cc2762" + "hash": "a61f5d89a032ce750c014894af9626cc" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e10a784221688a9b32bccb2b3a6d670c" + "hash": "2745437df9e23f915bfb7dcb3fb412f5" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6a6ee701fb3dfe5188c55dc75920aba1" + "hash": "b80cae62a59287fa3c5346952b5afd08" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "84bbff90fcf980da649d886eb3822b16" + "hash": "04eccbd346258af51e576e87c533cc79" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "76d5f0771dc0338fa349689c46a30e33" + "hash": "b2b6dbbb7c53bad1ec02763708fa2843" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7d865ee486e525bad72a822844bf7c8c" + "hash": "ab604d81750f96305eb27a5fd23aff3b" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "51a4399e260cc3fb4609991301880258" + "hash": "c6e2ae709cd523918523cce9544923af" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "712f60da7bd45a6b505e43abe703db7f" + "hash": "9b5128abec8944af104cac77bcac5227" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d53030442c4674b345b59705ebe9be7d" + "hash": "782a45d69430bdc16071187a3a5dba1b" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4ba0a67ab41a228da71f567a32a1aebe" + "hash": "e2ddaf16a522eccf144834fe3b46c4d9" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c16a99c0a18aaefeef2e24a0525aa7cd" + "hash": "06810cc7fc4520cd436883a49237e515" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f15522daf4331fd565101af2b008b455" + "hash": "6e02f0692e42e1ddc412336aa9565390" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f90c479ffb7e3791d28c08298797ff4b" + "hash": "0db65dbc5482c0942369d069808dcdfe" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9b9f2656856c03cfa32648e4d8a57cae" + "hash": "e2fa9fbd9c1c805eb33689e252504050" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d930749429e775d5acca8912b728a344" + "hash": "42c0c1f2e55596e884d5179697753a57" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6cd3ae061c3a7f458912d4221bd77588" + "hash": "ea7fb3dbb520f9ca8b6cd89ba79738b4" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4f21793c028e0849d4d809ecff47838d" + "hash": "ba0edcae0ed1b5336fb2c08ee517d684" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2da652f9b17eda70dc90ed750ae11cab" + "hash": "95b866c97c3b2f3e5cce757063573371" }, { - "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": "‘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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9f8ee92bf7a168e4453790790d1b5feb" + "hash": "b786ea4e73f03ddbd9f5afa7d2d9351a" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d012ae5583e6ac5acc2249fd0203ee3e" + "hash": "7e6096a89f7ed85d0b785e85baa92159" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a1455c435b80950bf013a75aa76e16b9" + "hash": "4833ba2990760596e071940d006404c5" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3ae70c55516f2b2e006f443de2188238" + "hash": "46952a34641c04df6a804590102e48a2" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a903d00bb8e683dffc50ed296f87e510" + "hash": "027eacacd757faf495bfd40ff47fc835" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ec4f7bd86225c4776fe4bbf2b99c0083" + "hash": "2d539e8557b633804bfc8ac07aa72ca1" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b0e5b7f66ed06fc19911aa9eaf4f4d1a" + "hash": "90d3ed177470f97e0d9c1ed2b0917951" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5f9b3d61cfbc132c47cfad0ee036b788" + "hash": "b11da63f1ff1db256f0529d0bbb714eb" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0f046016ce4dbf6217579dc8f9155170" + "hash": "f996e8dd46881b04c03c64b8396fa31b" }, { - "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": "‘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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b8aa1719b567cede437a4c09f4630a30" + "hash": "6fdc2bf13edf84002118e295eca59af3" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e1c0f157fe4881c128587c012d569447" + "hash": "2943faea8ed3b5385e7093e10b4ad4fc" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d1d5bfb3c5cb5b71b0d3e8e48825c1b1" + "hash": "5170b2f43518d90540f8a33af88043b1" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fdf015180e1679c7324d301744b75848" + "hash": "f7df77f0a60bfdeb8205f7029447bd38" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4fd646ce6f476491ed8942aabe2bd4e6" + "hash": "f22a756f364ffb0e5944af6e0ceb0929" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b5733c0a46a45142ac4f273051e0b772" + "hash": "43208c032c6057d2349a17463d27ee28" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1822f6826d0bc2816b42f42fb65e10a0" + "hash": "195c0271cc2a6474d5c06f245d7f615e" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ac98668e11a7fddf545d497fcd3c638f" + "hash": "fbad549b5e360228c7142e8f27cda53f" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3780bdca8d96c4c711fd7b080a32583b" + "hash": "d603f61e09c59444a3f455e704ad1d2b" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3cc8059a7ef51e273aa62db09bbdd61b" + "hash": "bff54a669e3ccafae1cfc8f786d97468" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fdcfc91f88bd0b0b7c8e3a86347774a9" + "hash": "ae0d33906e49ac94fb193c72a4cce44c" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8d78343a51f537aa728f6cf5fb972f1e" + "hash": "1795ac365eb23f7f9a9536240de4772c" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "23bb48e81c41c65d5633fe964862817b" + "hash": "0240b86f3206895d3e08ffd31942c016" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b371d9eabe235d153215276e5d48c2b0" + "hash": "0831da87bd52e0aa026e7ba520504330" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3c9aa8dc1caf745bec62becbc7288641" + "hash": "3697d0815068ded43529249b900948fa" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e53919ef6ad4c8eb9e71ce95f57f5401" + "hash": "9bb41e0eae45b3edfdddfd30dc7820ec" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dd9dc7d3b2e2397b71c2267dc3188e14" + "hash": "23f11014de2970cb5b9aa3fb6e1c0302" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3be784bfbb72ef81b451bd83b6ad2120" + "hash": "9a1faa9e32a38814b0da3c1c3f150777" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bb3c6971562f38ebdc430063191e31fb" + "hash": "f63bd19873a30a763ed2a0dd1a3fc744" }, { - "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": "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", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "6b13675ef1b7c67b63504ddc63bcc74c" + "hash": "3eaf3a8177f16a6e73ee81d098cf181e" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5808c19f0688d153f7adf2fdd071bed2" + "hash": "40dcf25c65b63cc861f31d78339efa75" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4188ebc82bbbf919e959b0a77ba32cf4" + "hash": "8e8d2b011107fc42c15740348b84b68e" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fb798660046654bcc6fedd826d494579" + "hash": "86eed1c3b8411918760476b422d64c04" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fab2f0254169bd9bbee76afdf2dc2bc3" + "hash": "17ea00f789f2ac6da93fc309df616dc4" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0944ca3686854648128c731048f537a6" + "hash": "a960477d2361c8e783c03085f75274fc" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c38b7611d3bb7ebaa7c72e71958d8dc4" + "hash": "6ffa7b9fb972cf020db51cde2dae6ae5" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "71426f88eebda9b39170c6beccc9f5e6" + "hash": "b4edd3a273d6174b24855e8b8d4d137e" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "be81d7dd86623b8d705de64dcc04db8b" + "hash": "97d0c3aa8c915e4dd87f0b1bf469b539" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ac445baa24b1cec1a065e0b1ca6db105" + "hash": "c7ba1c2c2b62c74b2b6b9c0d6ef7d96b" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4d5a598feb1bb5a4029509bb165a9a75" + "hash": "efd5e2875174eee1a9f3080470acc392" }, { - "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", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9b6371a3e729293bf21c5fcc05c98bc0" + "hash": "9b21196d9ce335a9e5b904ee0049e7a6" }, { - "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": "‘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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f0e13d5c64790f931f1198e4f3a2c2ea" + "hash": "4c48455dafd4c1478d18aa06d0a2bd6a" }, { - "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": "‘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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c3de90c3c915bc71a77358f625124569" + "hash": "34f71311736c87b9b9f382828a3796f0" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d423b4db4589a6b0341e3ec504e41c88" + "hash": "7871617614df733ddf3549528aa1fd41" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d5679ba4981a3e8f0cf9b7b7e88cc55e" + "hash": "20c1f37536ae2f1513bfb50652a2d48e" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "817df3ca60afd75bb43212c4c525425c" + "hash": "366a855eaaffc7f3e7e7833aaee67bf7" }, { - "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": "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", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "e7ea401648817fb2fabebd117ab68b6b" + "hash": "0a46d9c65f9288f621f859a1781fb6b7" }, { - "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": "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": "7c9913f114e7174ad0dcee73528946db" + "hash": "d4e69b1b38c42e646722356befc96798" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ec5c3001dc3ecd7c353de0c7797c12a0" + "hash": "9915dbb03168d64b02bad2940f7a2c36" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a2de13e509087b9c33247d7482d5cdb" + "hash": "22498715f9c5668de7bf1b601b30552b" }, { - "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": "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", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "9918bf6a021284e3f47db1238c9a1548" + "hash": "0c61037ab284c9cafe5cb4cf07c09d36" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5725efb78b1f1afcf15ddf9a0a521193" + "hash": "8ae7733f54580b2ad47e00fb3f533bd1" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "29de72ba1c80d0be4ff2f953167f323d" + "hash": "74a9aa8b7d5c9128a7d71a4d0979a7ce" }, { - "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": "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": "e6d876b9a511a74c0af13326f04bff13" + "hash": "04cc1c0024ea8548dcd72d6595ef08dc" }, { - "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": "‘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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fcab4e5147eac3377e1b108f955cfd6f" + "hash": "c8abdd3b8fe32d409246d1d2713b422a" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e565d7d53bfad327ecd26b1b10f30bd2" + "hash": "bce8df1fb7879b32390960bb9a907ed3" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "07f71c4056e48f1bd85b3bdf41d2ae1a" + "hash": "5c7a885757e0f447d092dde9c1f641bd" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "05b85e4d48f9e181131de124571a00b0" + "hash": "92fd4087c52bd068deb35173b776aa4d" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e0dabe1d5d0ee159727e4860ecd37097" + "hash": "17ec8edadb50fe4b7337fa2e40d978d9" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b9a462cd7705881ccb90acf017e7cca3" + "hash": "0b2b00f5ea2b500f86643cf9beeadfa8" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f52a2ec7825c0c30ed152f87499f5975" + "hash": "6a6fbca8e533bc389591d2388c035d84" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b5577e623122ffa8b450120e4b106f94" + "hash": "57dc219bb2ee86c63e37e3fb96d9c00d" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d358ba6c1ed82febf655b72d61da3eb6" + "hash": "f71d76645e2e76cf15835df819c1baea" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6d6d90a6c57076faea293d947e231ad4" + "hash": "0d6a545c9e05a7ae2cdeb099e030f789" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "04cf234bba33c517a218c429848ac064" + "hash": "88661fdd299eaa630ed73e7fdd8e0356" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "09d7fe845ef5d0f18d9c4a89ad796393" + "hash": "7c18a7874fc720a25107928c2a85482d" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "282cf98274bf4680ba747914dd007106" + "hash": "13eb1ed389cfd23b1501b91e0d2d14d9" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1c8746a9dbd825acf649fafdd541ca89" + "hash": "cc9e41f01685e1744ccea62c1b320673" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "59e92a624dbbc3554baf569f3ecfd98c" + "hash": "7f378885961420d2937b8c638d913b94" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e9f241e2c4962052f941a4dfa1884491" + "hash": "81095e40ffb3b30cf0e8f6eac2e66147" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eee0773ee5e5cb0d44074f3a19c82d1a" + "hash": "f2a23a35fa567b9e97810dfb03816065" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f6eeea20c806c50c7a91928a2d0aa5a6" + "hash": "310ca8f14074072b98671809c4b2b3b0" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4a232dc2974f8de72c55e4ef950a5d9f" + "hash": "8f50e05822c11b37efd33f89778875c5" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d070ba3d878c8ab0e79142342196cecb" + "hash": "35ae692b5008fc2dd24e798604790dae" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e1301df38cca66f9784e0568d7421da6" + "hash": "6dc34b843b428c23e2c849181dead4ae" }, { - "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": "‘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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3ced1eca2ffed2d84759cf16c362f889" + "hash": "00ecfb8942c03ec7f07e9619a6ffbe08" }, { - "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": "‘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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cf4a472b61430d7b1977be3c04a47e89" + "hash": "5c522443d77783b4f39cb44e5488ff3e" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4ad463f7dd32cc1ec4680935a064378c" + "hash": "b45918e9a0fffc5911cd282211518893" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6d4939ea3353296ff81fd6d7b9289fb4" + "hash": "15708e4fda7aacda8585bac16bb6057d" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c21892b3ca0a6a7c3e5c4432332c84a8" + "hash": "a0779ce81c9a70454c9131f6e2b6613d" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dcca98684beb055a674ef24887f90d2b" + "hash": "88e45b75e44307c2401f0f8392f887a9" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5b2fcc03924c1210137fa2d660e99f53" + "hash": "f680dfc1cef2ca94b1266398a74ca969" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d3b29c5658ad9daba55bbc0a0f534ff8" + "hash": "85c5e6544082686bbc05add4dd4fda14" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d54981316a8cb5a94e59fb39d67c32c1" + "hash": "5d46beb721c91352f6a7a0350d0799a5" }, { - "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": "‘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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f4e7cc93a5fca735e6f3f323b4259a95" + "hash": "3d73b9e94ea638dbcc7076bb6d180fce" }, { - "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 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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f00045231034345db1ec175805b99223" + "hash": "6f61dc6cff7f2bfd0edf3b451b5e7ba2" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c599d741264799157ab1ba49f94736b3" + "hash": "c7f4068604c9f87cfa8a1508edb51895" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "217da88da4c9c145d3f61e8e6a7e4518" + "hash": "95c1c2e8e8d37073b0be51c0db114eea" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "88c071a0b2663844a5bf4bacb99a86e1" + "hash": "08454c9623a7979110b902ea93b81603" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9b6e783ebd86d7190c43f17e9255a187" + "hash": "c99afa63cad8d1931a66cc8c923240d8" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0c36139a7574db043fb48670d7b06b1e" + "hash": "cfb4f226c7414d31860eb6a95a95ff47" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9c2a2606e38ea2535e63cbff8336777b" + "hash": "2bbf5f5563a8be89d01e7d5ab35b97ee" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a4d257ae8c67756e32daaabdce44369e" + "hash": "da8e20d487feefd800077ef0e1128c4d" }, { - "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": "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", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "844ce083d65cd50e2099f0fdf8011773" + "hash": "07e46b892d177e7dcf4d7160a6deb3e4" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cc7ec4a0d19c5029066ae52178601af8" + "hash": "eccac5c7d038a90d7204c863bfbbbd99" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "57b1e0c713c7fd4b9f8c97dd5d545d9d" + "hash": "cff8747508e1ece8d67fb7f754f87a98" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f1a3aa018d55721c1fbe95875428b293" + "hash": "721e16081a994d4693428a75eb33e02c" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7161cd8d24110ef6dffe6992ea7772ac" + "hash": "b043b1022bfaf4a9ee03515eebd2cc90" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e333c2d5d6c5c0822152c26c30094873" + "hash": "d86008382b6bc0bc89bb43e94fe4f41b" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0019b5a989aef77126729f5c5ea59ad9" + "hash": "aa4c7edef45127c224b0faf45cd08328" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "baed94b4f655e72fa4a77e244d39fdc2" + "hash": "b54b9ea955da7e34e4234495dcf8ccc5" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ebce9729cc10cc8f2f2e4f68cfa82244" + "hash": "7576b83163a663bb67eac5a499146cba" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "905bb9887bfa58553df0eef13e4d16cd" + "hash": "1ae21e4457bd84c4dfc63bafcece32e8" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "74b69a9ec2129ec6e6c0b0bb46746ecc" + "hash": "985041d2a3ff453b840ef155edc350c3" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e845d1883e61796fc749df37c59ac980" + "hash": "452e848135f40ca09dcf23b310231369" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "93070ab11437df7aaa4d6d5a6fd9475e" + "hash": "f7b1444bbba5744081f2a105a7318bc0" }, { - "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": "‘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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "075ba85391f64c352a3d8188dfa3c4ea" + "hash": "3db88f65026bf8ddc5bb0143d055c0a0" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "159e0e03223b7c3ecb85dc597cfcda5d" + "hash": "ebb9488cc2906cdb36aaf4896b59fafa" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "932247ed65cbb6b1eb9f88460566829e" + "hash": "681155fc20643ea25e2fb8d9d8f979a2" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bcebacf4a5f8a08c148d66a137f44d77" + "hash": "22d42de22380bbdaa17e52d529d44ac6" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "460d101af80380e54309ebf6d5aa6190" + "hash": "ba5108528c3f7d5178e26397fce7663c" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4a8d08f5e11ace47489b9b2c938f24e3" + "hash": "7ba133de045af5b7316d6f9a4f5a3962" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dcc993a9e25e11ff7ca5709d2f8fcaa2" + "hash": "572ab71b58d45bc26c4bb3da347ea2f7" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b2fc0179f471637babc5ae5a5a1edee6" + "hash": "10175eb8a5f830509092df543a4e0bed" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a66dbb4b1c1feea139c9f54ca7316d5" + "hash": "214b47b92dd3df9d6de64310343b8008" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "53b811c0465903cf8afefe40d8447f34" + "hash": "387a64c03852c1556f06a466724fa650" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cb7d866a77df0b0efa21273dc8ddaac2" + "hash": "133d18038e629b52df8bff3951618946" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", "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": "30d62e56c69511104f30efbdfb04c161" + }, { - "title": "Queen strips Prince Andrew of military roles and royal patronages", - "description": "

    Move comes after more than 150 veterans request removal amid US sexual assault civil lawsuit

    The Queen has removed a range of military affiliations and royal patronages held by Prince Andrew, Buckingham Palace has said. The move, which includes the prince losing the use of “His Royal Highness”, comes after a US judge gave the green light for her second son to face a sexual assault civil lawsuit.

    Buckingham Palace said in a statement on Thursday: “With the Queen’s approval and agreement, the Duke of York’s military affiliations and royal patronages have been returned to the Queen. The Duke of York will continue not to undertake any public duties and is defending this case as a private citizen.”

    Continue reading...", - "content": "

    Move comes after more than 150 veterans request removal amid US sexual assault civil lawsuit

    The Queen has removed a range of military affiliations and royal patronages held by Prince Andrew, Buckingham Palace has said. The move, which includes the prince losing the use of “His Royal Highness”, comes after a US judge gave the green light for her second son to face a sexual assault civil lawsuit.

    Buckingham Palace said in a statement on Thursday: “With the Queen’s approval and agreement, the Duke of York’s military affiliations and royal patronages have been returned to the Queen. The Duke of York will continue not to undertake any public duties and is defending this case as a private citizen.”

    Continue reading...", - "category": "Prince Andrew", - "link": "https://www.theguardian.com/uk-news/2022/jan/13/veterans-ask-queen-to-strip-prince-andrew-of-honorary-military-titles", - "creator": "Ben Quinn", - "pubDate": "2022-01-13T17:22:13Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", - "read": true, + "feed": "NYTimes", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9bd4b61670c3da6396a3bbec2613f7f4", - "highlights": [] + "hash": "ecbfa015e6a4b6982c0b53a890e72d1d" }, { - "title": "Russia threatens military deployment to Cuba and Venezuela as Nato talks falter", - "description": "

    US says ‘drumbeat of war is sounding loud’ as talks with Russia over Ukraine head towards dead end

    Russia has refused to rule out a military deployment to Cuba and Venezuela if talks with the west on European security and Ukraine fail to go its way, while warning the latest discussions with Nato were hitting a dead end.

    In an apparent attempt to up the ante with the Biden administration, Sergei Ryabkov, who led Russia’s delegation in a meeting with the US on Monday, told Russian television he could neither confirm nor exclude sending military assets to Cuba and Venezuela if talks fail. Asked about these steps, he said “it all depends on the actions by our US counterparts”.

    Continue reading...", - "content": "

    US says ‘drumbeat of war is sounding loud’ as talks with Russia over Ukraine head towards dead end

    Russia has refused to rule out a military deployment to Cuba and Venezuela if talks with the west on European security and Ukraine fail to go its way, while warning the latest discussions with Nato were hitting a dead end.

    In an apparent attempt to up the ante with the Biden administration, Sergei Ryabkov, who led Russia’s delegation in a meeting with the US on Monday, told Russian television he could neither confirm nor exclude sending military assets to Cuba and Venezuela if talks fail. Asked about these steps, he said “it all depends on the actions by our US counterparts”.

    Continue reading...", - "category": "Ukraine", - "link": "https://www.theguardian.com/world/2022/jan/13/russia-says-talks-with-nato-over-ukraine-are-hitting-a-dead-end", - "creator": "Jennifer Rankin in Brussels, Luke Harding in Kyiv, Julian Borger in Washington", - "pubDate": "2022-01-13T17:29:03Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cc1a44dc95d0a0c7c87b62fb13382475", - "highlights": [] + "hash": "4f342d18e1e0db75a174f9c1f6a557da" }, { - "title": "No 10 party inquiry will reveal ‘farcical’ culture, say Whitehall sources", - "description": "

    Investigation by Sue Gray expected to unearth more lockdown drinks events in government buildings

    An inquiry into lockdown parties in Downing Street, which could determine the fate of Boris Johnson, is expected to lay bare a “farcical” culture of drinking and impromptu socialising, with little oversight from senior officials, the Guardian understands.

    Whitehall sources said the investigation, overseen by the senior civil servant Sue Gray, was also likely to unearth other drinks events across government buildings as special advisers and officials were encouraged to “come clean” about breaches of lockdown rules.

    Continue reading...", - "content": "

    Investigation by Sue Gray expected to unearth more lockdown drinks events in government buildings

    An inquiry into lockdown parties in Downing Street, which could determine the fate of Boris Johnson, is expected to lay bare a “farcical” culture of drinking and impromptu socialising, with little oversight from senior officials, the Guardian understands.

    Whitehall sources said the investigation, overseen by the senior civil servant Sue Gray, was also likely to unearth other drinks events across government buildings as special advisers and officials were encouraged to “come clean” about breaches of lockdown rules.

    Continue reading...", - "category": "Boris Johnson", - "link": "https://www.theguardian.com/politics/2022/jan/13/no-10-party-inquiry-will-reveal-farcical-culture-say-whitehall-sources", - "creator": "Rajeev Syal, Heather Stewart and Peter Walker", - "pubDate": "2022-01-13T20:16:45Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6f0faf043d320328883f726a481ee2b2", - "highlights": [] + "hash": "837e1be34006e1e7a7039c59a568d9ac" }, { - "title": "Leader of Oath Keepers far-right militia group arrested over Capitol attack", - "description": "

    Stewart Rhodes has been charged with seditious conspiracy in the January 6 insurrection

    Stewart Rhodes, the founder and leader of the far-right Oath Keepers militia group, has been arrested and charged with seditious conspiracy in the 6 January attack on the US Capitol, the Department of Justice said on Thursday.

    Ten others face the same charge, which carries a maximum penalty of 20 years in prison.

    Continue reading...", - "content": "

    Stewart Rhodes has been charged with seditious conspiracy in the January 6 insurrection

    Stewart Rhodes, the founder and leader of the far-right Oath Keepers militia group, has been arrested and charged with seditious conspiracy in the 6 January attack on the US Capitol, the Department of Justice said on Thursday.

    Ten others face the same charge, which carries a maximum penalty of 20 years in prison.

    Continue reading...", - "category": "US Capitol attack", - "link": "https://www.theguardian.com/us-news/2022/jan/13/oath-keepers-capitol-attack-us", - "creator": "Martin Pengelly in New York and agencies", - "pubDate": "2022-01-13T20:37:13Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6431feb68f3c071e1c30ef1d8f7a1dfe", - "highlights": [] + "hash": "4e9a48fe2f85adeda274110c9ef7f13e" }, { - "title": "Pegasus spyware used in ‘jaw-dropping’ phone hacks on El Salvador journalists", - "description": "

    Citizen Lab finds that hacking of 35 journalists and civil society activists coincided with their investigations into allegations that President Nayib Bukele was negotiating a pact with gangs

    Dozens of journalists and human rights defenders in El Salvador have been subjected to “jaw-dropping” phone hacks using the Pegasus spyware allegedly deployed by governments around the world against dissidents, reporters, diplomats and members of the clergy, according to internet security researchers.

    Reporting on its latest findings about the use of the Israeli firm NSO Group’s spyware, the University of Toronto’s Citizen Lab said it had identified a Pegasus operator working almost exclusively in El Salvador in early 2020.

    Continue reading...", - "content": "

    Citizen Lab finds that hacking of 35 journalists and civil society activists coincided with their investigations into allegations that President Nayib Bukele was negotiating a pact with gangs

    Dozens of journalists and human rights defenders in El Salvador have been subjected to “jaw-dropping” phone hacks using the Pegasus spyware allegedly deployed by governments around the world against dissidents, reporters, diplomats and members of the clergy, according to internet security researchers.

    Reporting on its latest findings about the use of the Israeli firm NSO Group’s spyware, the University of Toronto’s Citizen Lab said it had identified a Pegasus operator working almost exclusively in El Salvador in early 2020.

    Continue reading...", - "category": "El Salvador", - "link": "https://www.theguardian.com/news/2022/jan/13/pegasus-spyware-target-journalists-activists-el-salvador", - "creator": "Sam Jones and agency", - "pubDate": "2022-01-13T17:08:55Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f921ba670623185ffe060047f7255380", - "highlights": [] + "hash": "e2a706253d48ef4b328e940500ae96e4" }, { - "title": "Sinema says no to filibuster reform and scuttles Democrats’ voting rights hopes", - "description": "
    • Arizona senator says she will not support filibuster changes
    • Sinema’s floor speech condemned by voting rights activists

    Kyrsten Sinema publicly and bluntly reaffirmed she would not support any change to the filibuster rules on Thursday, effectively killing her party’s hope of passing the most sweeping voting rights protections in a generation.

    Sinema took to the Senate floor around noon on Thursday and said she would not support any changes to the filibuster, the Senate rule that requires 60 votes to advance legislation.

    Continue reading...", - "content": "
    • Arizona senator says she will not support filibuster changes
    • Sinema’s floor speech condemned by voting rights activists

    Kyrsten Sinema publicly and bluntly reaffirmed she would not support any change to the filibuster rules on Thursday, effectively killing her party’s hope of passing the most sweeping voting rights protections in a generation.

    Sinema took to the Senate floor around noon on Thursday and said she would not support any changes to the filibuster, the Senate rule that requires 60 votes to advance legislation.

    Continue reading...", - "category": "US Senate", - "link": "https://www.theguardian.com/us-news/2022/jan/13/kyrsten-sinema-democrats-filibuster-voting-rights", - "creator": "Sam Levine in New York", - "pubDate": "2022-01-13T19:31:16Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5232233859f07a6064c3053f33d44ce2", - "highlights": [] + "hash": "d3fd45aa6b4ede60b439bebebba11230" }, { - "title": "Dutch king to retire golden coach with slavery images after racism row", - "description": "

    King Willem-Alexander will mothball the controversial carriage that glorifies the Netherlands’ colonial past

    The Dutch king, Willem-Alexander, has announced that he is mothballing – at least for now – the royal golden coach which has been embroiled in a racism controversy.

    The opulent horse-drawn carriage, called De Gouden Koets, has traditionally transported the Dutch monarch to the opening of parliament and other state occasions, but has not been used since 2015.

    Continue reading...", - "content": "

    King Willem-Alexander will mothball the controversial carriage that glorifies the Netherlands’ colonial past

    The Dutch king, Willem-Alexander, has announced that he is mothballing – at least for now – the royal golden coach which has been embroiled in a racism controversy.

    The opulent horse-drawn carriage, called De Gouden Koets, has traditionally transported the Dutch monarch to the opening of parliament and other state occasions, but has not been used since 2015.

    Continue reading...", - "category": "Netherlands", - "link": "https://www.theguardian.com/world/2022/jan/13/dutch-king-to-retire-golden-coach-with-slavery-images-after-racism-row", - "creator": "AFP in The Hague", - "pubDate": "2022-01-13T18:03:48Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "63441bbe732d822b043249713fd3c59c", - "highlights": [] + "hash": "68cf7f13c2e39b927003f25ccd69df39" }, { - "title": "Indonesian woman flogged 100 times for adultery, man gets 15 lashes", - "description": "

    Man denied any wrongdoing after pair caught together in conservative Aceh province

    An Indonesian woman has been flogged 100 times in Aceh province for adultery while the male involved, who denied the accusations, received just 15 lashes.

    Ivan Najjar Alavi, the head of the general investigation division at the East Aceh prosecutors’ office, said the court handed down a harsher sentence for the woman after she confessed to investigators she had sex outside of her marriage.

    Continue reading...", - "content": "

    Man denied any wrongdoing after pair caught together in conservative Aceh province

    An Indonesian woman has been flogged 100 times in Aceh province for adultery while the male involved, who denied the accusations, received just 15 lashes.

    Ivan Najjar Alavi, the head of the general investigation division at the East Aceh prosecutors’ office, said the court handed down a harsher sentence for the woman after she confessed to investigators she had sex outside of her marriage.

    Continue reading...", - "category": "Indonesia", - "link": "https://www.theguardian.com/world/2022/jan/13/indonesian-woman-flogged-100-times-for-adultery-man-gets-15-lashes", - "creator": "Agence France-Presse in Idi, East Aceh", - "pubDate": "2022-01-13T14:59:28Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9c339a82c17a7bfe4a32eb49c2c904b1", - "highlights": [] + "hash": "905a148ee54fa365361e505f26e9e209" }, { - "title": "Canadian court halves prison sentence of woman who killed abusive husband", - "description": "

    Helen Naslund was originally sentenced to 18 years, one of the longest in a case of an abused woman killing her partner

    A Canadian court has halved the sentence of a woman who killed her husband, revisiting a controversial case that revealed the legal system’s “outdated thinking” of the realities of domestic abuse.

    In a 2-1 ruling released on Wednesday, Alberta’s court of appeal determined that Helen Naslund’s 18-year sentence should be reduced to nine years.

    In the US, the domestic violence hotline is 1-800-799-SAFE (7233). In the UK, call the national domestic abuse helpline on 0808 2000 247, or visit Women’s Aid. In Australia, the national family violence counselling service is on 1800 737 732. Other international helplines may be found via www.befrienders.org

    Continue reading...", - "content": "

    Helen Naslund was originally sentenced to 18 years, one of the longest in a case of an abused woman killing her partner

    A Canadian court has halved the sentence of a woman who killed her husband, revisiting a controversial case that revealed the legal system’s “outdated thinking” of the realities of domestic abuse.

    In a 2-1 ruling released on Wednesday, Alberta’s court of appeal determined that Helen Naslund’s 18-year sentence should be reduced to nine years.

    In the US, the domestic violence hotline is 1-800-799-SAFE (7233). In the UK, call the national domestic abuse helpline on 0808 2000 247, or visit Women’s Aid. In Australia, the national family violence counselling service is on 1800 737 732. Other international helplines may be found via www.befrienders.org

    Continue reading...", - "category": "Canada", - "link": "https://www.theguardian.com/world/2022/jan/13/canada-court-halves-prison-sentence-helen-naslund", - "creator": "Leyland Cecco in Toronto", - "pubDate": "2022-01-13T17:24:19Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c1a3c2da243c5b7b65196295761f213a", - "highlights": [] + "hash": "17ce83a6e102aa76d2fec102a469cbf2" }, { - "title": "‘Nothing but fish nests’: huge icefish colony found in Antarctic sea", - "description": "

    Researchers make unprecedented discovery of 60m active nests while collecting data in Weddell Sea

    Researchers exploring Antarctica’s seabed have discovered a thriving, unprecedented colony of icefish “about a third of the size of London”.

    The surprise discovery of about 60 million active nests was made by a team of biologists while collecting routine data at 1.5-2.5 metres above the seafloor of Antarctica’s southern Weddell Sea. Before this discovery, the largest found colony contained only 60 nests.

    Continue reading...", - "content": "

    Researchers make unprecedented discovery of 60m active nests while collecting data in Weddell Sea

    Researchers exploring Antarctica’s seabed have discovered a thriving, unprecedented colony of icefish “about a third of the size of London”.

    The surprise discovery of about 60 million active nests was made by a team of biologists while collecting routine data at 1.5-2.5 metres above the seafloor of Antarctica’s southern Weddell Sea. Before this discovery, the largest found colony contained only 60 nests.

    Continue reading...", - "category": "Antarctica", - "link": "https://www.theguardian.com/world/2022/jan/13/nothing-but-fish-nests-huge-icefish-colony-found-in-antarctic-sea", - "creator": "Mabel Banfield-Nwachi", - "pubDate": "2022-01-13T16:00:45Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "728b13d07d8a8c949a55e43937f3b2e6", - "highlights": [] + "hash": "b6d71f2329afb89992cc0713b12c35f8" }, { - "title": "Plants at risk of extinction as climate crisis disrupts animal migration", - "description": "

    Heating and habitat loss drive birds and mammals to cooler areas where plants can not follow, study shows

    The decline of seed-dispersing animals is damaging plants’ ability to adapt to climate breakdown, a study has found.

    Almost half of all plant species depend on animals to spread their seeds, but scientists fear these plants may be at risk of extinction when animals are driven to migrate to cooler areas, as plants cannot easily follow.

    Continue reading...", - "content": "

    Heating and habitat loss drive birds and mammals to cooler areas where plants can not follow, study shows

    The decline of seed-dispersing animals is damaging plants’ ability to adapt to climate breakdown, a study has found.

    Almost half of all plant species depend on animals to spread their seeds, but scientists fear these plants may be at risk of extinction when animals are driven to migrate to cooler areas, as plants cannot easily follow.

    Continue reading...", - "category": "Plants", - "link": "https://www.theguardian.com/environment/2022/jan/13/plants-at-risk-of-extinction-as-climate-crisis-disrupts-animal-migration", - "creator": "Hibaq Farah", - "pubDate": "2022-01-13T19:00:49Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7b22301a70062aeecdb5abe97ece19ec", - "highlights": [] + "hash": "56e89bfea4343e5571a61a4321af401b" }, { - "title": "Covid live: UK reports 109,133 new cases and 335 deaths; low-income countries forced to reject 100m vaccine doses", - "description": "

    UK cases and deaths down on the previous day; short expiration dates and a lack of storage forced lower-income countries to reject vaccines

    Daily coronavirus cases in Japan have exceeded 13,000 for the first time in more than four months, as the country confronts a sixth wave of infections driven by the Omicron variant.

    It reported 13,244 new cases on Wednesday, including 2,198 in Tokyo and 1,711 in Osaka. The number of new infections in the Japanese capital was more than double that recorded the previous day and a fivefold increase from the same day the previous week.

    Continue reading...", - "content": "

    UK cases and deaths down on the previous day; short expiration dates and a lack of storage forced lower-income countries to reject vaccines

    Daily coronavirus cases in Japan have exceeded 13,000 for the first time in more than four months, as the country confronts a sixth wave of infections driven by the Omicron variant.

    It reported 13,244 new cases on Wednesday, including 2,198 in Tokyo and 1,711 in Osaka. The number of new infections in the Japanese capital was more than double that recorded the previous day and a fivefold increase from the same day the previous week.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/13/covid-news-live-us-deaths-rise-40-on-last-week-cdc-says-german-chancellor-calls-for-mandatory-vaccination-of-all-adults", - "creator": "Lucy Campbell (now); Georgina Quach, Martin Belam and Samantha Lock (earlier)", - "pubDate": "2022-01-13T16:32:01Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "52a1d95831ddab210063d550c855355a", - "highlights": [] + "hash": "f66f82997fbfacea4886e74ee266ebe8" }, { - "title": "Face masks make people look more attractive, study finds", - "description": "

    Images of men wearing a blue medical face mask perceived as being the most attractive

    There have been precious few positives during the Covid pandemic but British academics may have unearthed one: people look more attractive in protective masks.

    Researchers at Cardiff University were surprised to find that both men and women were judged to look better with a face covering obscuring the lower half of their faces.

    Continue reading...", - "content": "

    Images of men wearing a blue medical face mask perceived as being the most attractive

    There have been precious few positives during the Covid pandemic but British academics may have unearthed one: people look more attractive in protective masks.

    Researchers at Cardiff University were surprised to find that both men and women were judged to look better with a face covering obscuring the lower half of their faces.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/13/face-masks-make-people-look-more-attractive-study-finds", - "creator": "Steven Morris", - "pubDate": "2022-01-13T17:12:14Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a8cc68f33a0bba5a72dbd63efd25ade0", - "highlights": [] + "hash": "d2897808adc1a4f426c0fe7813873216" }, { - "title": "US supreme court blocks Biden’s workplace vaccine-or-test rules", - "description": "
    • Court says vaccine mandate for healthcare workers is valid
    • President to purchase another 550m at-home Covid tests

    The supreme court on Thursday blocked the Biden administration from enforcing a requirement that employees at large businesses be vaccinated against Covid-19 or undergo weekly testing and wear a mask on the job.

    At the same time, the court is allowing the administration to proceed with a vaccine mandate for most healthcare workers in the US.

    Continue reading...", - "content": "
    • Court says vaccine mandate for healthcare workers is valid
    • President to purchase another 550m at-home Covid tests

    The supreme court on Thursday blocked the Biden administration from enforcing a requirement that employees at large businesses be vaccinated against Covid-19 or undergo weekly testing and wear a mask on the job.

    At the same time, the court is allowing the administration to proceed with a vaccine mandate for most healthcare workers in the US.

    Continue reading...", - "category": "US politics", - "link": "https://www.theguardian.com/us-news/2022/jan/13/biden-military-covid-omicron-spike", - "creator": "Adam Gabbatt and agencies in New York", - "pubDate": "2022-01-13T20:09:28Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dc7f9dbcf2dec63a03ade8fa0336e5c1", - "highlights": [] + "hash": "a430525d47b3247a7a54fb09cbc87e30" }, { - "title": "Boris Johnson unlikely to be seen in public for a week, says Downing St", - "description": "

    Period stuck inside No 10 comes at arguably fortuitous time for PM facing intense scrutiny over ‘partygate’

    Boris Johnson is unlikely to be seen in public for the next week after a member of his immediate family tested positive for Covid, Downing Street has said.

    While self-isolation for contacts of coronavirus cases is no longer mandatory, Johnson’s spokesman said the prime minister would heed guidance to limit outside contacts as much as possible for seven days after the test.

    Continue reading...", - "content": "

    Period stuck inside No 10 comes at arguably fortuitous time for PM facing intense scrutiny over ‘partygate’

    Boris Johnson is unlikely to be seen in public for the next week after a member of his immediate family tested positive for Covid, Downing Street has said.

    While self-isolation for contacts of coronavirus cases is no longer mandatory, Johnson’s spokesman said the prime minister would heed guidance to limit outside contacts as much as possible for seven days after the test.

    Continue reading...", - "category": "Boris Johnson", - "link": "https://www.theguardian.com/politics/2022/jan/13/boris-johnson-cancels-visit-to-vaccine-centre-as-relative-tests-positive-for-covid", - "creator": "Peter Walker Political correspondent", - "pubDate": "2022-01-13T13:52:49Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1ac28f65b59f7adeea453d1cb8a5e295", - "highlights": [] + "hash": "5527a74aafd9c5a0653a965a41e17ebb" }, { - "title": "’It took months for the glass to leave her body’: making Memory Box and surviving the Beirut blast", - "description": "

    Lebanese film-makers Joana Hadjithomas and Khalil Joreige explain how their experiences of war shaped their new film – and how art freed them

    On 4 August 2020, a catastrophic explosion ripped through Beirut’s main port and into the city. In total, 218 people were killed. At the time, around 6pm, the artist and film-maker Joana Hadjithomas was in a cafe with a friend, around the corner from the studio she shares with her husband. The first thing she heard was a strange sound. “My friend and I just looked at each other. Instinctively, we went underneath the table. I curled up and protected my face.” As a teenager, she had lived through Lebanon’s civil war; taking cover was second nature, a survival reflex. Then came the massive blast.

    Afterwards, walking back to her apartment, she had no idea what was happening. An attack? An explosion? It was beyond comprehension. People were covered in blood; there was dust and rubble everywhere. “Wherever you looked, everything was destroyed. The scale was terrifying,” she says. In a state of shock, Hadjithomas had left her phone behind. When her husband, Khalil Joreige – frantic with worry – telephoned a couple of minutes later and a police officer answered, he feared the worst. Joreige tells the story with a shrug of helplessness, his face crumpling at the memory.

    Continue reading...", - "content": "

    Lebanese film-makers Joana Hadjithomas and Khalil Joreige explain how their experiences of war shaped their new film – and how art freed them

    On 4 August 2020, a catastrophic explosion ripped through Beirut’s main port and into the city. In total, 218 people were killed. At the time, around 6pm, the artist and film-maker Joana Hadjithomas was in a cafe with a friend, around the corner from the studio she shares with her husband. The first thing she heard was a strange sound. “My friend and I just looked at each other. Instinctively, we went underneath the table. I curled up and protected my face.” As a teenager, she had lived through Lebanon’s civil war; taking cover was second nature, a survival reflex. Then came the massive blast.

    Afterwards, walking back to her apartment, she had no idea what was happening. An attack? An explosion? It was beyond comprehension. People were covered in blood; there was dust and rubble everywhere. “Wherever you looked, everything was destroyed. The scale was terrifying,” she says. In a state of shock, Hadjithomas had left her phone behind. When her husband, Khalil Joreige – frantic with worry – telephoned a couple of minutes later and a police officer answered, he feared the worst. Joreige tells the story with a shrug of helplessness, his face crumpling at the memory.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2022/jan/13/it-took-months-for-the-glass-to-leave-her-body-making-memory-box-and-surviving-the-beirut-blast", - "creator": "Cath Clarke", - "pubDate": "2022-01-13T14:20:13Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "245be85dfb75a6ef11f5927caffe52b1", - "highlights": [] + "hash": "14f0ed0ecb52f2a124700f97d6508302" }, { - "title": "‘Weird, unbalanced, curdled television’: how Netflix’s Cheer was ruined", - "description": "

    Gone is the joy of series one, replaced with a cheerleading season truncated by Covid, stars that leave partway through the run and the darkness of child abuse allegations

    In retrospect, the first season of Cheer felt a little like the last good thing to happen to humanity. It blazed in out of nowhere in January 2020; a scrubbed-up, more accessible version of American football series Last Chance U, and effortlessly won over a world that didn’t know what was about to hit it. A documentary series about the world of competitive college cheerleading, it was not only spectacular to watch – brimming with sequences of young women being pinged miles into the air without a safety net – but packed full of heart. There was a joy to Cheer, and the grab bag of underdog stories it chose to tell.

    This week, the second series of Cheer dropped on Netflix and, well, the first season of Cheer still feels like the last good thing to happen to humanity. What a weird, unbalanced, curdled few hours of television this is. Just like the rest of the world, Cheer has spent the past two years growing shapeless and morose. It still qualifies as appointment TV, just don’t expect to actually enjoy any of it.

    Continue reading...", - "content": "

    Gone is the joy of series one, replaced with a cheerleading season truncated by Covid, stars that leave partway through the run and the darkness of child abuse allegations

    In retrospect, the first season of Cheer felt a little like the last good thing to happen to humanity. It blazed in out of nowhere in January 2020; a scrubbed-up, more accessible version of American football series Last Chance U, and effortlessly won over a world that didn’t know what was about to hit it. A documentary series about the world of competitive college cheerleading, it was not only spectacular to watch – brimming with sequences of young women being pinged miles into the air without a safety net – but packed full of heart. There was a joy to Cheer, and the grab bag of underdog stories it chose to tell.

    This week, the second series of Cheer dropped on Netflix and, well, the first season of Cheer still feels like the last good thing to happen to humanity. What a weird, unbalanced, curdled few hours of television this is. Just like the rest of the world, Cheer has spent the past two years growing shapeless and morose. It still qualifies as appointment TV, just don’t expect to actually enjoy any of it.

    Continue reading...", - "category": "Television", - "link": "https://www.theguardian.com/tv-and-radio/2022/jan/13/weird-unbalanced-curdled-television-how-netflixs-cheer-was-ruined", - "creator": "Stuart Heritage", - "pubDate": "2022-01-13T15:50:50Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bc425ce7421771e5a6da8b3731e0a5c4", - "highlights": [] + "hash": "bbffb39211c9bc4d045e0427ecf199b8" }, { - "title": "No one else sounded like the tough yet tender Ronnie Spector", - "description": "

    The late Ronettes singer had one of the most distinctive voices in pop music – and her discography should be celebrated beyond her girl-group hits

    Amid the jaw-dropping stories of horrific abuse in Ronnie Spector’s 1990 autobiography Be My Baby, there’s a fascinating passage about her singing voice. She says she felt cowed by the other female singers in Phil Spector’s stable of stars: she didn’t have the kind of big, gospel-trained voice that Darlene Love or Fanita James possessed. But the producer had singled her out for special treatment. Veronica Bennett, as she was then, had “exactly what he needed to fill the centre of this enormous sound”, she said. Phil Spector was famous for rounding up whoever was in the studio to sing backing vocals, but he demurred when Ronnie offered. You could see that as an early example of the controlling behaviour with which he made her life a misery after their marriage, but his explanation was pretty convincing: “Your voice is too distinctive – it comes right though.”

    He was right. Phil Spector worked with a succession of fantastic singers – not just Love and James, but the Righteous Brothers, Tina Turner and LaLa Brooks of the Crystals – but none of them sounded like Ronnie, a state of affairs that makes a mockery of the notion that Phil Spector was the solitary artist at work on his records, his vocalists interchangeable puppets.

    Continue reading...", - "content": "

    The late Ronettes singer had one of the most distinctive voices in pop music – and her discography should be celebrated beyond her girl-group hits

    Amid the jaw-dropping stories of horrific abuse in Ronnie Spector’s 1990 autobiography Be My Baby, there’s a fascinating passage about her singing voice. She says she felt cowed by the other female singers in Phil Spector’s stable of stars: she didn’t have the kind of big, gospel-trained voice that Darlene Love or Fanita James possessed. But the producer had singled her out for special treatment. Veronica Bennett, as she was then, had “exactly what he needed to fill the centre of this enormous sound”, she said. Phil Spector was famous for rounding up whoever was in the studio to sing backing vocals, but he demurred when Ronnie offered. You could see that as an early example of the controlling behaviour with which he made her life a misery after their marriage, but his explanation was pretty convincing: “Your voice is too distinctive – it comes right though.”

    He was right. Phil Spector worked with a succession of fantastic singers – not just Love and James, but the Righteous Brothers, Tina Turner and LaLa Brooks of the Crystals – but none of them sounded like Ronnie, a state of affairs that makes a mockery of the notion that Phil Spector was the solitary artist at work on his records, his vocalists interchangeable puppets.

    Continue reading...", - "category": "Ronnie Spector", - "link": "https://www.theguardian.com/music/2022/jan/13/ronnie-spector-ronettes-singer-hits", - "creator": "Alexis Petridis", - "pubDate": "2022-01-13T13:08:16Z", + "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", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "48724dedb13583cc30d2a8d81346bfec", - "highlights": [] + "hash": "6f046ef93db7b6138611af3d92faa23b" }, { - "title": "What have Ukraine talks achieved, and is war now more likely?", - "description": "

    Russia calls talks a ‘dead end’ and it becomes clear that troop build-up is not a bluff to achieve other ends

    The Guardian’s world affairs editor assesses the outcome of three rounds of talks this week about the fate of Ukraine, involving Russia, the US, Nato and the Organization for Security and Co-operation in Europe (OSCE).

    Did the talks achieve anything?

    Continue reading...", - "content": "

    Russia calls talks a ‘dead end’ and it becomes clear that troop build-up is not a bluff to achieve other ends

    The Guardian’s world affairs editor assesses the outcome of three rounds of talks this week about the fate of Ukraine, involving Russia, the US, Nato and the Organization for Security and Co-operation in Europe (OSCE).

    Did the talks achieve anything?

    Continue reading...", - "category": "Ukraine", - "link": "https://www.theguardian.com/world/2022/jan/13/what-has-been-achieved-after-three-rounds-of-talks-on-ukraine", - "creator": "Julian Borger", - "pubDate": "2022-01-13T18:40:36Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d943d905ad76e6488f7947d2d2498154", - "highlights": [] + "hash": "b38f4ace44ce21f0bde79c0cb9a9326e" }, { - "title": "Dolph Lundgren: ‘In showbusiness, you kind of live for ever’", - "description": "

    Answering readers’ questions, the hardman actor discusses his bust-up with Jean-Claude Van Damme, his degree in chemical engineering – and ham sandwiches

    If someone said: here’s loads of money, but we get the right to CGI you into movies for ever after you die, would you accept? LarboIreland

    I’ve been in about 80 movies already. I guess part of being an actor is there’s some immortality. That’s why people are interested in showbusiness, because you kind of live for ever. So maybe I would. It depends how bad the movies are.

    Continue reading...", - "content": "

    Answering readers’ questions, the hardman actor discusses his bust-up with Jean-Claude Van Damme, his degree in chemical engineering – and ham sandwiches

    If someone said: here’s loads of money, but we get the right to CGI you into movies for ever after you die, would you accept? LarboIreland

    I’ve been in about 80 movies already. I guess part of being an actor is there’s some immortality. That’s why people are interested in showbusiness, because you kind of live for ever. So maybe I would. It depends how bad the movies are.

    Continue reading...", - "category": "Action and adventure films", - "link": "https://www.theguardian.com/film/2022/jan/13/dolph-lundgren-in-showbusiness-you-kind-of-live-for-ever", - "creator": "As told to Rich Pelley", - "pubDate": "2022-01-13T12:00:21Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "987fbe09a7be54fd621f75105dc8c926", - "highlights": [] + "hash": "1ecab728177076939590a608fa15e131" }, { - "title": "In our teens, we dreamed of making peace in the Middle East. Then my friend was shot", - "description": "

    At a summer camp for kids from conflict zones, I met my brave, funny friend Aseel. He was Palestinian. I was Israeli. When he was killed by police, my hope for our future died with him

    On 11 May 2021, I was sitting with a small group in a cafe in southern Tel Aviv, studying Arabic. Our teacher, a Palestinian citizen of Israel, had been telling us that he and his pregnant Jewish wife kept getting turned down by landlords who would not rent their property to a “mixed” couple. We were almost at the end of the three-hour class when air raid sirens sounded. A few days earlier, missiles had been launched from Gaza into Israel, but this was the first time they had hit Tel Aviv. Beyond the fear of an airstrike, I had a sad, heavy feeling. I had recently returned to live in Israel after 15 years studying and working abroad. I remembered a time, in the mid-1990s, when I had believed that Israel was going to be different, more just and less violent. That belief now felt like a distant memory.

    My faith in Israel’s future had been inspired by an experience I shared as a teenager with a group of extraordinary people. As we waited for the rocket fire to stop, I recalled one of those people in vivid detail, a person I have barely been able to talk about in my home country for more than 20 years. His name was Aseel Aslih.

    Continue reading...", - "content": "

    At a summer camp for kids from conflict zones, I met my brave, funny friend Aseel. He was Palestinian. I was Israeli. When he was killed by police, my hope for our future died with him

    On 11 May 2021, I was sitting with a small group in a cafe in southern Tel Aviv, studying Arabic. Our teacher, a Palestinian citizen of Israel, had been telling us that he and his pregnant Jewish wife kept getting turned down by landlords who would not rent their property to a “mixed” couple. We were almost at the end of the three-hour class when air raid sirens sounded. A few days earlier, missiles had been launched from Gaza into Israel, but this was the first time they had hit Tel Aviv. Beyond the fear of an airstrike, I had a sad, heavy feeling. I had recently returned to live in Israel after 15 years studying and working abroad. I remembered a time, in the mid-1990s, when I had believed that Israel was going to be different, more just and less violent. That belief now felt like a distant memory.

    My faith in Israel’s future had been inspired by an experience I shared as a teenager with a group of extraordinary people. As we waited for the rocket fire to stop, I recalled one of those people in vivid detail, a person I have barely been able to talk about in my home country for more than 20 years. His name was Aseel Aslih.

    Continue reading...", - "category": "Israel", - "link": "https://www.theguardian.com/news/2022/jan/13/peace-middle-east-friend-summer-camp-israel", - "creator": "Roy Cohen", - "pubDate": "2022-01-13T06:00:11Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f2b9a98181b0b68d695d233e27d80610", - "highlights": [] + "hash": "0ae0fb6e14dc3fc79e4903d88a78b997" }, { - "title": "Tented love: how Senegal created a spectacular new African architecture", - "description": "

    After independence in 1960, the country cast off western influences and forged a new African style full of triangular forms, rocket-shaped obelisks and rammed earth. Is this spirit now being suffocated? Our writer takes a tour of the capital

    Visiting the International Fair of Dakar is like taking a stroll through the ruins of some ancient Toblerone-worshipping civilisation. A cluster of triangular pavilions rises from a podium, each clad in a rich pattern of seashells and pebbles. These are reached by triangular steps that lead past triangular plant pots to momentous triangular entranceways. All around, great hangar-like sheds extend into the distance, ventilated by triangular windows and topped with serrated triangular roofs. All that’s missing is triangular honey from triangular bees.

    Built on the outskirts of the Senegalese capital as a showcase for global trade in 1974, this astonishing city-sized hymn to the three-sided shape was designed by young French architects Jean Francois Lamoureux, Jean-Louis Marin and Fernand Bonamy. Their obsessive geometrical composition was an attempt to answer the call of Senegal’s first president, the poet Léopold Sédar Senghor, for a national style that he curiously termed “asymmetrical parallelism”.

    Continue reading...", - "content": "

    After independence in 1960, the country cast off western influences and forged a new African style full of triangular forms, rocket-shaped obelisks and rammed earth. Is this spirit now being suffocated? Our writer takes a tour of the capital

    Visiting the International Fair of Dakar is like taking a stroll through the ruins of some ancient Toblerone-worshipping civilisation. A cluster of triangular pavilions rises from a podium, each clad in a rich pattern of seashells and pebbles. These are reached by triangular steps that lead past triangular plant pots to momentous triangular entranceways. All around, great hangar-like sheds extend into the distance, ventilated by triangular windows and topped with serrated triangular roofs. All that’s missing is triangular honey from triangular bees.

    Built on the outskirts of the Senegalese capital as a showcase for global trade in 1974, this astonishing city-sized hymn to the three-sided shape was designed by young French architects Jean Francois Lamoureux, Jean-Louis Marin and Fernand Bonamy. Their obsessive geometrical composition was an attempt to answer the call of Senegal’s first president, the poet Léopold Sédar Senghor, for a national style that he curiously termed “asymmetrical parallelism”.

    Continue reading...", - "category": "Architecture", - "link": "https://www.theguardian.com/artanddesign/2022/jan/13/tented-love-senegal-spectacular-new-african-architecture-dakar-tent", - "creator": "Oliver Wainwright", - "pubDate": "2022-01-13T06:00:10Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0f3d5732ef43d83c4107f52b30306767", - "highlights": [] + "hash": "acd48a1c979be95c3efe562a5247a50b" }, { - "title": "Polish lawmakers pass bill to step up government control of schools", - "description": "

    Critics say bill, now moving to senate, could curb access to teaching on LGBT and reproductive rights

    Poland’s lower house of parliament has passed a bill by the ruling nationalist Law and Justice (PiS) party that would step up government control of schools, which critics say could curb access to teaching on LGBT and reproductive rights.

    The bill passed on Thursday with 227 votes in favour and 214 against, and will now move to the senate.

    Continue reading...", - "content": "

    Critics say bill, now moving to senate, could curb access to teaching on LGBT and reproductive rights

    Poland’s lower house of parliament has passed a bill by the ruling nationalist Law and Justice (PiS) party that would step up government control of schools, which critics say could curb access to teaching on LGBT and reproductive rights.

    The bill passed on Thursday with 227 votes in favour and 214 against, and will now move to the senate.

    Continue reading...", - "category": "Poland", - "link": "https://www.theguardian.com/world/2022/jan/13/polish-lawmakers-pass-bill-to-step-up-government-control-of-schools", - "creator": "Reuters in Warsaw", - "pubDate": "2022-01-13T19:09:59Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4c98dad3ad87693a7361fb4cca3165f7", - "highlights": [] + "hash": "59097122fe5ff55ec75cf9187478aa02" }, { - "title": "Jailing of Syrian intelligence officer ‘step towards justice’, say former detainees", - "description": "

    Anwar Raslan’s conviction in Germany sends signal that Assad regime systematically uses torture, say detention system survivors

    For survivors of Syria’s brutal detention system, the landmark conviction of a former Syrian intelligence official for crimes against humanity represents a vital step towards justice.

    “We initially hoped for a trial at the international criminal court, but nevertheless this is an important step,” said Hussein Ghrer, one of 24 former detainees of Branch 251, a military intelligence unit with its own prison in Damascus, who testified against Anwar Raslan.

    Continue reading...", - "content": "

    Anwar Raslan’s conviction in Germany sends signal that Assad regime systematically uses torture, say detention system survivors

    For survivors of Syria’s brutal detention system, the landmark conviction of a former Syrian intelligence official for crimes against humanity represents a vital step towards justice.

    “We initially hoped for a trial at the international criminal court, but nevertheless this is an important step,” said Hussein Ghrer, one of 24 former detainees of Branch 251, a military intelligence unit with its own prison in Damascus, who testified against Anwar Raslan.

    Continue reading...", - "category": "Syria", - "link": "https://www.theguardian.com/global-development/2022/jan/13/jailing-former-syrian-secret-police-officer-anwar-raslan-germany-first-step-justice", - "creator": "Ruth Michaelson", - "pubDate": "2022-01-13T15:25:19Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6e3011aead65243e0c2fb4b74fbc2e32", - "highlights": [] + "hash": "4ce4eb555fbbce85fd751c22b0ce0fa0" }, { - "title": "Warning over fuel and food stocks as ‘hellish’ Tigray reels from airstrikes", - "description": "

    Stocks run perilously low, with main supply route into region of northern Ethiopia unusable since December

    Humanitarian organisations in the Tigray region of northern Ethiopia are running perilously low on food and fuel stocks as an intensified wave of airstrikes further hampers a threadbare aid effort already stymied by lack of access.

    In what it calls a de facto blockade, the UN says fighting between Tigrayan rebels and forces loyal to the Ethiopian government has rendered the main supply route into the war-torn region unusable since mid-December.

    Continue reading...", - "content": "

    Stocks run perilously low, with main supply route into region of northern Ethiopia unusable since December

    Humanitarian organisations in the Tigray region of northern Ethiopia are running perilously low on food and fuel stocks as an intensified wave of airstrikes further hampers a threadbare aid effort already stymied by lack of access.

    In what it calls a de facto blockade, the UN says fighting between Tigrayan rebels and forces loyal to the Ethiopian government has rendered the main supply route into the war-torn region unusable since mid-December.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2022/jan/13/warning-fuel-and-food-stocks-hellish-tigray-reels-from-airstrikes", - "creator": "Lizzy Davies", - "pubDate": "2022-01-13T15:59:37Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d4189c5c712e7b9f0b60e73a9e571c6c", - "highlights": [] + "hash": "c38c5dbefad29e5f43145cea82c52bad" }, { - "title": "MI5 accuses lawyer of trying to influence politicians on behalf of China", - "description": "

    Warning circulated to MPs and peers about woman accused of targeting parliamentarians

    A security warning from MI5 has been circulated to MPs and peers accusing the lawyer Christine Lee of seeking to improperly influence parliamentarians on behalf of China’s ruling Communist party.

    The “interference alert” from the security service names and pictures Christine Ching Kui Lee as an individual who has allegedly “knowingly engaged in political interference activities on behalf of the United Front Work Department of the Chinese Communist party”.

    Continue reading...", - "content": "

    Warning circulated to MPs and peers about woman accused of targeting parliamentarians

    A security warning from MI5 has been circulated to MPs and peers accusing the lawyer Christine Lee of seeking to improperly influence parliamentarians on behalf of China’s ruling Communist party.

    The “interference alert” from the security service names and pictures Christine Ching Kui Lee as an individual who has allegedly “knowingly engaged in political interference activities on behalf of the United Front Work Department of the Chinese Communist party”.

    Continue reading...", - "category": "MI5", - "link": "https://www.theguardian.com/uk-news/2022/jan/13/chinese-national-trying-to-improperly-influence-politicians-says-mi5", - "creator": "Dan Sabbagh Defence and security editor", - "pubDate": "2022-01-13T16:12:56Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8c4870983a966cf962387c74da44a65c", - "highlights": [] + "hash": "e40bc0143d33e6bbd1f4d3f25a4e76d6" }, { - "title": "Australia news live update: Novak Djokovic decision looms; national cabinet’s supply chain crisis response ‘unworkable’", - "description": "

    Government expected to rule on tennis star’s visa today; changes to close contact rules condemned by business and unions. Follow all the day’s news live

    Senator Jacqui Lambie was also up on the Today show this morning providing her views on the Djokovic saga. In true Lambie fashion, she compared the situation to sending kids home when they play up at school:

    Why does this keep dripping out of the tap? Why hasn’t the minister done anything about this? If he’s going to do him on character, because they believe that his submission has been lied in, then, you know, this is what we do when our kids play up at school. They get sent home.

    So maybe it’s about time to stop this debacle, finish it once and for all without the tap keep dripping and make up your mind, Alex Hawke, and where are you, missing in action? Make a decision. If you can’t make a decision on Novak Djokovic, goodness me, how are you guys running the country? This is an absolute shambles. Let alone what it’s making us look like in the face of the rest of the world. It’s absolutely a shocker.

    Look, our position has been clear from the beginning. If he doesn’t meet the visa requirements, he shouldn’t have been given a visa in the first place. But there is two issues now, I think, as this debacle drags on for another day. First of all, make a decision. Our international reputation is being trashed more each day that the government delays.

    Secondly, when Scott Morrison thought there was a political opportunity in this, he was all over it and now that it’s gone so badly, he wants to pretend it has nothing to do with him and it’s all Alex Hawke’s job and all of his fault. Unfortunately, there’s a pattern of behaviour here. When things are easy, there’s a photo or political opportunity, there’s Scott Morrison all over it. But when things get difficult, as they have with this Novak Djokovic case, he’s nowhere to be found.

    Continue reading...", - "content": "

    Government expected to rule on tennis star’s visa today; changes to close contact rules condemned by business and unions. Follow all the day’s news live

    Senator Jacqui Lambie was also up on the Today show this morning providing her views on the Djokovic saga. In true Lambie fashion, she compared the situation to sending kids home when they play up at school:

    Why does this keep dripping out of the tap? Why hasn’t the minister done anything about this? If he’s going to do him on character, because they believe that his submission has been lied in, then, you know, this is what we do when our kids play up at school. They get sent home.

    So maybe it’s about time to stop this debacle, finish it once and for all without the tap keep dripping and make up your mind, Alex Hawke, and where are you, missing in action? Make a decision. If you can’t make a decision on Novak Djokovic, goodness me, how are you guys running the country? This is an absolute shambles. Let alone what it’s making us look like in the face of the rest of the world. It’s absolutely a shocker.

    Look, our position has been clear from the beginning. If he doesn’t meet the visa requirements, he shouldn’t have been given a visa in the first place. But there is two issues now, I think, as this debacle drags on for another day. First of all, make a decision. Our international reputation is being trashed more each day that the government delays.

    Secondly, when Scott Morrison thought there was a political opportunity in this, he was all over it and now that it’s gone so badly, he wants to pretend it has nothing to do with him and it’s all Alex Hawke’s job and all of his fault. Unfortunately, there’s a pattern of behaviour here. When things are easy, there’s a photo or political opportunity, there’s Scott Morrison all over it. But when things get difficult, as they have with this Novak Djokovic case, he’s nowhere to be found.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2022/jan/14/australia-news-live-djokovic-visa-omicron-morrison-covid-sydney-melbourne-victoria-canberra-novak-prince-andrew-queen-tennis-", - "creator": "Caitlin Cassidy", - "pubDate": "2022-01-13T20:37:34Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9a03622857538f87e774bad3ed356691", - "highlights": [] + "hash": "9d4e7dd60cbf6f28e1d2e87ffa8d1a19" }, { - "title": "Egyptian media owner detained after trafficking and sexual assault claims", - "description": "

    Mohamed al-Amin’s alleged victims, all teenage girls, said he abused them in an orphanage he owned and in his holiday home

    An Egyptian media tycoon with close ties to the government has been detained pending an investigation into allegations of sexual assault. The Egyptian public prosecution service says it is investigating reports that businessman Mohamed al-Amin sexually abused girls living in an orphanage that he owned and took them on trips to his holiday villa.

    Amin, best known for establishing the pro-government CBC network in 2011, was arrested on Friday to be held for four days. The court decided to extend Amin’s pre-trial detention for a further 15 days in a hearing on Sunday where he told the court: “I never did anything wrong. I treated those girls like my own children.”

    Continue reading...", - "content": "

    Mohamed al-Amin’s alleged victims, all teenage girls, said he abused them in an orphanage he owned and in his holiday home

    An Egyptian media tycoon with close ties to the government has been detained pending an investigation into allegations of sexual assault. The Egyptian public prosecution service says it is investigating reports that businessman Mohamed al-Amin sexually abused girls living in an orphanage that he owned and took them on trips to his holiday villa.

    Amin, best known for establishing the pro-government CBC network in 2011, was arrested on Friday to be held for four days. The court decided to extend Amin’s pre-trial detention for a further 15 days in a hearing on Sunday where he told the court: “I never did anything wrong. I treated those girls like my own children.”

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2022/jan/13/egyptian-media-owner-detained-after-trafficking-and-sexual-assault-claims", - "creator": "Edmund Bower in Cairo", - "pubDate": "2022-01-13T09:31:26Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5ccac6a21dd6c9b60bd5ad99e7b637df", - "highlights": [] + "hash": "8bd14e075c039fdc7bf4217ae7d8e77f" }, { - "title": "Brazilian turtle breeders shot dead along with teenage daughter", - "description": "

    Activists mourn deaths in Amazon state of Pará as bodies of José Gomes, Márcia Nunes Lisboa and their daughter found by son

    Police in the Brazilian Amazon state of Pará are investigating the killing of three members of the same family who were shot dead at the riverside home where they bred turtles.

    The deaths happened on the island of Cachoeira da Mucura, on the banks of the Xingu River, in São Félix do Xingu and regional media named the victims as José Gomes, his wife Márcia Nunes Lisboa and her teenage daughter, Joane Nunes Lisboa.

    Continue reading...", - "content": "

    Activists mourn deaths in Amazon state of Pará as bodies of José Gomes, Márcia Nunes Lisboa and their daughter found by son

    Police in the Brazilian Amazon state of Pará are investigating the killing of three members of the same family who were shot dead at the riverside home where they bred turtles.

    The deaths happened on the island of Cachoeira da Mucura, on the banks of the Xingu River, in São Félix do Xingu and regional media named the victims as José Gomes, his wife Márcia Nunes Lisboa and her teenage daughter, Joane Nunes Lisboa.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2022/jan/13/brazilian-turtle-breeders-shot-dead-along-with-teenage-daughter", - "creator": "Sam Cowie", - "pubDate": "2022-01-13T07:30:11Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", - "read": true, + "feed": "NYTimes", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4bce7fb58d767516406c16c45c58f664", - "highlights": [] + "hash": "c365e4e6fccf72ebdf846f0620edcdcc" }, { - "title": "Increased repression and violence a sign of weakness, says Human Rights Watch", - "description": "

    Watchdog’s latest report argues autocrats around the world are getting desperate as opponents form coalitions to challenge them

    Increasingly repressive and violent acts against civilian protests by autocratic leaders and military regimes around the world are signs of their desperation and weakening grip on power, Human Rights Watch says in its annual assessment of human rights across the globe.

    In its world report 2022, the human rights organisation said autocratic leaders faced a significant backlash in 2021, with millions of people risking their lives to take to the streets to challenge regimes’ authority and demand democracy.

    Continue reading...", - "content": "

    Watchdog’s latest report argues autocrats around the world are getting desperate as opponents form coalitions to challenge them

    Increasingly repressive and violent acts against civilian protests by autocratic leaders and military regimes around the world are signs of their desperation and weakening grip on power, Human Rights Watch says in its annual assessment of human rights across the globe.

    In its world report 2022, the human rights organisation said autocratic leaders faced a significant backlash in 2021, with millions of people risking their lives to take to the streets to challenge regimes’ authority and demand democracy.

    Continue reading...", - "category": "Human rights", - "link": "https://www.theguardian.com/global-development/2022/jan/13/increased-repression-and-violence-a-sign-of-weakness-says-human-rights-watch", - "creator": "Annie Kelly", - "pubDate": "2022-01-13T05:00:07Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5e6c043b22d772f375a5800f9db3e908", - "highlights": [] + "hash": "b087cb755dc04bc06ba1713d87e25107" }, { - "title": "‘No running water’: foreign workers criticise UK farm labour scheme", - "description": "

    Government report on post-Brexit recruitment finds staff citing no health and safety equipment, racism and unsafe accommodation

    Seasonal workers in the UK on a post-Brexit pilot scheme to harvest fruit and vegetables were subjected to “unacceptable” welfare conditions, according to a government review.

    Issues cited by workers included a lack of health and safety equipment, racism, and accommodation without any bathrooms, running water or kitchens.

    Continue reading...", - "content": "

    Government report on post-Brexit recruitment finds staff citing no health and safety equipment, racism and unsafe accommodation

    Seasonal workers in the UK on a post-Brexit pilot scheme to harvest fruit and vegetables were subjected to “unacceptable” welfare conditions, according to a government review.

    Issues cited by workers included a lack of health and safety equipment, racism, and accommodation without any bathrooms, running water or kitchens.

    Continue reading...", - "category": "Workers' rights", - "link": "https://www.theguardian.com/global-development/2022/jan/12/no-running-water-foreign-workers-criticise-uk-farm-labour-scheme", - "creator": "Tom Levitt and Andrew Wasley", - "pubDate": "2022-01-12T07:45:41Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7564edc6f196615f865259eaed08455d", - "highlights": [] + "hash": "d4df1127deaedc1f3a6ec4516b4fc8c1" }, { - "title": "Driving change: the all-female garage shifting attitudes in northern Nigeria", - "description": "

    The NGO Nana is upending gender norms in conservative Sokoto state, where one in 20 girls finish secondary school

    The green-and-red Nana Female Mechanic Garage sign is visible from the main road into Sokoto city. Behind its sliding iron gate, Zainab Dayyabu stomps around in heavy work boots and a blue jumpsuit, her hands callused and oily.

    “I love the job I’m doing,” says the 23-year-old, as she opens the bonnet of a Peugeot van to test its battery.

    Continue reading...", - "content": "

    The NGO Nana is upending gender norms in conservative Sokoto state, where one in 20 girls finish secondary school

    The green-and-red Nana Female Mechanic Garage sign is visible from the main road into Sokoto city. Behind its sliding iron gate, Zainab Dayyabu stomps around in heavy work boots and a blue jumpsuit, her hands callused and oily.

    “I love the job I’m doing,” says the 23-year-old, as she opens the bonnet of a Peugeot van to test its battery.

    Continue reading...", - "category": "Women's rights and gender equality", - "link": "https://www.theguardian.com/global-development/2022/jan/12/driving-change-the-all-female-garage-shifting-attitudes-in-northern-nigeria", - "creator": "Abiodun Jamiu in Sokoto", - "pubDate": "2022-01-12T07:15:40Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "906878dd01b459f4fa6b1509356ad638", - "highlights": [] + "hash": "a544cbfad5ed62c195cbcbf2fdd3dcae" }, { - "title": "‘Europe is sidelined’: Russia meets US in Geneva and Nato in Brussels", - "description": "

    EU leaders warn of consequences in response to further aggression against Ukraine

    After months of sabre-rattling from Vladimir Putin over Ukraine, Russian officials have been on a diplomatic tour of Europe this week, meeting the US in Geneva and Nato in Brussels. Amid this diplomatic whirl, Europe’s biggest diplomatic club has been absent. The EU has no formal role in the talks, although its officials are drawing up possible sanctions to levy against Russia if the Kremlin decides to invade Ukraine.

    The EU’s exclusion from talks on war and peace in its own backyard hurts. “Between Putin and Biden, Europe is sidelined,” ran a Le Monde headline last week. The EU’s top diplomat, Josep Borrell,struck an insouciant note. “I don’t care,” he said when the BBC asked whether the US should have gone ahead with the Geneva talks. The Russians, he said, had “deliberately excluded the EU from any participation” but he had been assured by the US that “nothing will be agreed without our strong co-operation, coordination and participation”.

    Continue reading...", - "content": "

    EU leaders warn of consequences in response to further aggression against Ukraine

    After months of sabre-rattling from Vladimir Putin over Ukraine, Russian officials have been on a diplomatic tour of Europe this week, meeting the US in Geneva and Nato in Brussels. Amid this diplomatic whirl, Europe’s biggest diplomatic club has been absent. The EU has no formal role in the talks, although its officials are drawing up possible sanctions to levy against Russia if the Kremlin decides to invade Ukraine.

    The EU’s exclusion from talks on war and peace in its own backyard hurts. “Between Putin and Biden, Europe is sidelined,” ran a Le Monde headline last week. The EU’s top diplomat, Josep Borrell,struck an insouciant note. “I don’t care,” he said when the BBC asked whether the US should have gone ahead with the Geneva talks. The Russians, he said, had “deliberately excluded the EU from any participation” but he had been assured by the US that “nothing will be agreed without our strong co-operation, coordination and participation”.

    Continue reading...", - "category": "European Union", - "link": "https://www.theguardian.com/world/2022/jan/12/europe-is-sidelined-russia-meets-us-in-geneva-and-nato-in-brussels", - "creator": "Jennifer Rankin in Brussels", - "pubDate": "2022-01-12T13:10:53Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7722ef02d8f0535166571fcb98a5ab81", - "highlights": [] + "hash": "0f2dc4b9fb9c430965c3a1718fff682d" }, { - "title": "Russia’s belief in Nato ‘betrayal’ – and why it matters today", - "description": "

    The idea that the Soviet Union was tricked in 1989-90 is at the heart of Russia’s confrontation with the west

    The current confrontation between Russia and the west is fuelled by many grievances, but the greatest is the belief in Moscow that the west tricked the former Soviet Union by breaking promises made at the end of the cold war in 1989-1990 that Nato would not expand to the east. In his now famous 2007 speech to the Munich Security Conference, Vladimir Putin accused the west of forgetting and breaking assurances, leaving international law in ruins.

    Continue reading...", - "content": "

    The idea that the Soviet Union was tricked in 1989-90 is at the heart of Russia’s confrontation with the west

    The current confrontation between Russia and the west is fuelled by many grievances, but the greatest is the belief in Moscow that the west tricked the former Soviet Union by breaking promises made at the end of the cold war in 1989-1990 that Nato would not expand to the east. In his now famous 2007 speech to the Munich Security Conference, Vladimir Putin accused the west of forgetting and breaking assurances, leaving international law in ruins.

    Continue reading...", - "category": "Russia", - "link": "https://www.theguardian.com/world/2022/jan/12/russias-belief-in-nato-betrayal-and-why-it-matters-today", - "creator": "Patrick Wintour Diplomatic Editor", - "pubDate": "2022-01-12T05:00:38Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", - "read": true, + "feed": "NYTimes", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bc178bb45e235755a31469a4c48aff0d", - "highlights": [] + "hash": "eee1fcff05d73a0081d0b17794347716" }, { - "title": "Robert Durst: how a murderer’s death keeps his victims from finding closure", - "description": "

    California law mandates that his conviction will be vacated and the charges over the murder of his missing first wife will be dismissed

    In the final months of Robert Durst’s life, it seemed as if the walls were at last closing in on the disgraced multimillionaire and real estate heir. He was sentenced to life in prison for the murder of a longtime friend in September, and shortly after, New York officials charged him with the murder of his missing first wife.

    But his death in a California hospital on Monday has upended the cases against the 78-year-old. The murder case over the death of his ex-wife Kathleen McCormack Durst will come to a halt and, thanks to a legal technicality, the murder conviction for the killing of his friend Susan Berman will soon be voided.

    Continue reading...", - "content": "

    California law mandates that his conviction will be vacated and the charges over the murder of his missing first wife will be dismissed

    In the final months of Robert Durst’s life, it seemed as if the walls were at last closing in on the disgraced multimillionaire and real estate heir. He was sentenced to life in prison for the murder of a longtime friend in September, and shortly after, New York officials charged him with the murder of his missing first wife.

    But his death in a California hospital on Monday has upended the cases against the 78-year-old. The murder case over the death of his ex-wife Kathleen McCormack Durst will come to a halt and, thanks to a legal technicality, the murder conviction for the killing of his friend Susan Berman will soon be voided.

    Continue reading...", - "category": "Robert Durst", - "link": "https://www.theguardian.com/us-news/2022/jan/10/robert-durst-murder-conviction-death-victims", - "creator": "Dani Anguiano in Los Angeles", - "pubDate": "2022-01-11T06:00:09Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6d7c12c99dac0536abb4763fd4e88fcc", - "highlights": [] + "hash": "d8db9a55ea44d3e79d18f654c65d6d53" }, { - "title": "Will Covid-19 become less dangerous as it evolves?", - "description": "

    Analysis: experts warn that viral evolution is not a one-way street and a continuing fall in virulence cannot be taken for granted

    The pandemic has been awash with slogans, but in recent weeks, two have been repeated with increasing frequency: “Variants will evolve to be milder” and “Covid will become endemic”. Yet experts warn that neither of these things can be taken for granted.

    Those stating that viruses become less deadly over time often cite influenza. Both of the flu viruses responsible for the 1918 Spanish flu and 2009 swine flu pandemics eventually evolved to become less dangerous. However, the 1918 virus is thought to have become more deadly before it became milder. And other viruses, such as Ebola, have become more dangerous over time.

    Continue reading...", - "content": "

    Analysis: experts warn that viral evolution is not a one-way street and a continuing fall in virulence cannot be taken for granted

    The pandemic has been awash with slogans, but in recent weeks, two have been repeated with increasing frequency: “Variants will evolve to be milder” and “Covid will become endemic”. Yet experts warn that neither of these things can be taken for granted.

    Those stating that viruses become less deadly over time often cite influenza. Both of the flu viruses responsible for the 1918 Spanish flu and 2009 swine flu pandemics eventually evolved to become less dangerous. However, the 1918 virus is thought to have become more deadly before it became milder. And other viruses, such as Ebola, have become more dangerous over time.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/11/will-covid-19-become-less-dangerous-as-it-evolves", - "creator": "Linda Geddes Science correspondent", - "pubDate": "2022-01-11T06:00:08Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1082dfbab8ecb92a37612e3539ad703c", - "highlights": [] + "hash": "d3d44ce418f8afb0a8748049086be6e9" }, { - "title": "Europe closer to war now than at any point in last 30 years, Poland warns – video", - "description": "

    Poland's foreign minister has warned that Europe is closer to war than it has been at any time in the last three decades, at the launch of his country's year-long chairing of the region's largest security organisation. Without naming Russia in his address on Thursday to envoys from the 57 members of the Organization for Security and Co-operation in Europe, Zbigniew Rau mentioned tensions in Ukraine, Georgia, Armenia and Moldova, all countries with active or frozen conflicts in which Russia has been alleged to be a party

    Continue reading...", - "content": "

    Poland's foreign minister has warned that Europe is closer to war than it has been at any time in the last three decades, at the launch of his country's year-long chairing of the region's largest security organisation. Without naming Russia in his address on Thursday to envoys from the 57 members of the Organization for Security and Co-operation in Europe, Zbigniew Rau mentioned tensions in Ukraine, Georgia, Armenia and Moldova, all countries with active or frozen conflicts in which Russia has been alleged to be a party

    Continue reading...", - "category": "Poland", - "link": "https://www.theguardian.com/world/video/2022/jan/13/europe-closer-to-war-now-than-last-30-years-poland-warns-video", - "creator": "", - "pubDate": "2022-01-13T15:59:39Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6b262bad08d49d6c83b82114ddf68e6c", - "highlights": [] + "hash": "9a45c6da19bc24c6fb0873659a63c327" }, { - "title": "'The party's over': Keir Starmer derides Boris Johnson's apology at PMQs – video", - "description": "

    The Labour leader has said the prime minister's apology for attending what he claimed he thought was a 'work event' in the garden at No 10 in May 2020, when the country was in full lockdown, was 'offensive to the British public'. Keir Starmer called for Boris Johnson to 'do the decent thing' and resign before either his party or the public drove him out of office

    UK politics: latest updates

    Continue reading...", - "content": "

    The Labour leader has said the prime minister's apology for attending what he claimed he thought was a 'work event' in the garden at No 10 in May 2020, when the country was in full lockdown, was 'offensive to the British public'. Keir Starmer called for Boris Johnson to 'do the decent thing' and resign before either his party or the public drove him out of office

    UK politics: latest updates

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2022/jan/12/the-partys-over-keir-starmer-derides-boris-johnsons-apology-at-pmqs-video", - "creator": "", - "pubDate": "2022-01-12T13:59:31Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "726b0a7f24a3323c8907aa2ef566649c", - "highlights": [] + "hash": "c6499593171fb522bf6a690fdea0c0e2" }, { - "title": "'Kindles the crazies': Fauci tells Rand Paul his accusations incite death threats – video", - "description": "

    Senator Rand Paul and Dr Anthony Fauci sparred at a Senate hearing on Tuesday. The top immunologist said the Republican senator's behaviour 'kindles the crazies' against him. Fauci testified on Tuesday at a hearing on the federal response to new Covid-19 variants. He blamed Paul's false accusations against him for threats he has received, citing an incident in December when police stopped a man allegedly traveling to the capital to 'kill Dr Fauci'. 'What happens when he gets out and accuses me of things that are completely untrue is that all of a sudden that kindles the crazies out there and I have ... threats upon my life, harassment of my family and my children,' Fauci said

    Continue reading...", - "content": "

    Senator Rand Paul and Dr Anthony Fauci sparred at a Senate hearing on Tuesday. The top immunologist said the Republican senator's behaviour 'kindles the crazies' against him. Fauci testified on Tuesday at a hearing on the federal response to new Covid-19 variants. He blamed Paul's false accusations against him for threats he has received, citing an incident in December when police stopped a man allegedly traveling to the capital to 'kill Dr Fauci'. 'What happens when he gets out and accuses me of things that are completely untrue is that all of a sudden that kindles the crazies out there and I have ... threats upon my life, harassment of my family and my children,' Fauci said

    Continue reading...", - "category": "Anthony Fauci", - "link": "https://www.theguardian.com/us-news/video/2022/jan/11/fauci-tells-rand-paul-accusations-incite-death-threats-video", - "creator": "", - "pubDate": "2022-01-11T19:47:14Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dd06f6954c920574f09b3bb465dfa077", - "highlights": [] + "hash": "f7c4c5b1faa158ec643166536e86841b" }, { - "title": "EU parliament president David Sassoli's Christmas message, the last before his death – video", - "description": "

    David Sassoli, the president of the European parliament, has died at the age of 65, his spokesperson has said, after a serious illness for which he was hospitalised for more than two weeks. In December, Sassoli posted what would be his last video message, in which he expressed hope for women's rights and solidarity

    Continue reading...", - "content": "

    David Sassoli, the president of the European parliament, has died at the age of 65, his spokesperson has said, after a serious illness for which he was hospitalised for more than two weeks. In December, Sassoli posted what would be his last video message, in which he expressed hope for women's rights and solidarity

    Continue reading...", - "category": "European Union", - "link": "https://www.theguardian.com/world/video/2022/jan/11/eu-parliament-president-david-sassolis-christmas-message-the-last-before-his-death-video", - "creator": "", - "pubDate": "2022-01-11T09:31:35Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2510ff73ea408ffdcd1bc78404f19f4f", - "highlights": [] + "hash": "20ba20bdfa8d72f081445e65c24bb057" }, { - "title": "'This is an evolving crisis': New York mayor Eric Adams revises Bronx fire death toll to 17 – video", - "description": "

    The mayor of New York City, Eric Adams, on Monday revised the death toll from a high-rise fire in the Bronx on Sunday, saying 17 people were killed, two fewer than originally thought.

    Adams said nine adults and eight children had died. He did not immediately provide a reason for the lower count

    Continue reading...", - "content": "

    The mayor of New York City, Eric Adams, on Monday revised the death toll from a high-rise fire in the Bronx on Sunday, saying 17 people were killed, two fewer than originally thought.

    Adams said nine adults and eight children had died. He did not immediately provide a reason for the lower count

    Continue reading...", - "category": "New York", - "link": "https://www.theguardian.com/us-news/video/2022/jan/10/this-is-an-evolving-crisis-new-york-mayor-eric-adams-revises-bronx-fire-death-toll-to-17-video", - "creator": "", - "pubDate": "2022-01-10T21:16:22Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "39421e684c0d2c2e0254bd214149b00c", - "highlights": [] + "hash": "249044a8657fe94de933a34dea3fe5ce" }, { - "title": "Japan’s coming of age ceremony – in pictures", - "description": "

    Coming of age day is a Japanese holiday held every January to celebrate those who have reached 20, the official age of adulthood in Japan. Many ceremonies around the country have been scaled back as authorities continue to implement measures to tackle the ongoing coronavirus pandemic

    Continue reading...", - "content": "

    Coming of age day is a Japanese holiday held every January to celebrate those who have reached 20, the official age of adulthood in Japan. Many ceremonies around the country have been scaled back as authorities continue to implement measures to tackle the ongoing coronavirus pandemic

    Continue reading...", - "category": "Japan", - "link": "https://www.theguardian.com/world/gallery/2022/jan/10/japans-coming-of-age-ceremony-in-pictures", - "creator": "Arnel Hecimovic", - "pubDate": "2022-01-10T13:36:12Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8053b057061f6d428a68f6510b56872d", - "highlights": [] + "hash": "cf84e3afea1ebe0cb8e1f6c764b1b171" }, { - "title": "Train smashes into crashed plane seconds after pilot is rescued – video", - "description": "

    Police in Los Angeles pulled a pilot from a plane that had crashed on to rail tracks near Whiteman airport in Pacoima just moments before it was hit by an incoming train.

    Video showed the train ramming into the wreckage full force, sending debris flying across a fence and nearly hitting bystanders. 

    The pilot was treated at hospital for cuts and bruisesl and no one on board the train was injured, local media reported

    Continue reading...", - "content": "

    Police in Los Angeles pulled a pilot from a plane that had crashed on to rail tracks near Whiteman airport in Pacoima just moments before it was hit by an incoming train.

    Video showed the train ramming into the wreckage full force, sending debris flying across a fence and nearly hitting bystanders. 

    The pilot was treated at hospital for cuts and bruisesl and no one on board the train was injured, local media reported

    Continue reading...", - "category": "Los Angeles", - "link": "https://www.theguardian.com/us-news/video/2022/jan/10/train-smashes-into-crashed-plane-moments-after-pilot-is-rescued-video", - "creator": "", - "pubDate": "2022-01-10T11:28:04Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", - "read": true, + "feed": "NYTimes", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "694524d3d2cedd3908d8211cc6df69d9", - "highlights": [] + "hash": "5ede66a6a79938989ca0993851701baf" }, { - "title": "Boris Johnson does not believe he broke Covid rules at party, says minister", - "description": "

    Northern Ireland secretary Brandon Lewis defends PM as he pulls out of public engagement in Lancashire

    Boris Johnson does not believe he broke Covid rules when he attended a Downing Street drinks party during the first lockdown, according to the Northern Ireland secretary, Brandon Lewis, speaking on the day the prime minister pulled out of an engagement after a family member tested positive for Covid.

    Lewis said people should wait for the report of the senior civil servant Sue Gray into what happened before reaching a judgment. But Lewis said the prime minister’s apology was “very, very sincere” over what people perceived had happened at the Downing Street “bring your own booze” event in the No 10 garden on 20 May 2020.

    Continue reading...", - "content": "

    Northern Ireland secretary Brandon Lewis defends PM as he pulls out of public engagement in Lancashire

    Boris Johnson does not believe he broke Covid rules when he attended a Downing Street drinks party during the first lockdown, according to the Northern Ireland secretary, Brandon Lewis, speaking on the day the prime minister pulled out of an engagement after a family member tested positive for Covid.

    Lewis said people should wait for the report of the senior civil servant Sue Gray into what happened before reaching a judgment. But Lewis said the prime minister’s apology was “very, very sincere” over what people perceived had happened at the Downing Street “bring your own booze” event in the No 10 garden on 20 May 2020.

    Continue reading...", - "category": "Boris Johnson", - "link": "https://www.theguardian.com/politics/2022/jan/13/boris-johnson-cancels-lancashire-visit-family-member-tests-positive-covid", - "creator": "Caroline Davies", - "pubDate": "2022-01-13T10:17:37Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1a1fd53cbf216aecb51cff87e47807f9", - "highlights": [] + "hash": "8ae903ac9bd0a6cb4575399b6d205112" }, { - "title": "Leader of Oath Keepers group arrested in connection with Capitol attack", - "description": "

    Stewart Rhodes has been charged with seditious conspiracy in the 6 January insurrection

    Stewart Rhodes, the founder and leader of the far-right Oath Keepers militia group, has been arrested and charged with seditious conspiracy in the 6 January attack on the US Capitol, authorities said Thursday.

    Rhodes is the highest-ranking member of an extremist group to be arrested in the deadly siege and it is the first time the justice department has brought a seditious conspiracy charge in connection with the attack on the Capitol.

    Continue reading...", - "content": "

    Stewart Rhodes has been charged with seditious conspiracy in the 6 January insurrection

    Stewart Rhodes, the founder and leader of the far-right Oath Keepers militia group, has been arrested and charged with seditious conspiracy in the 6 January attack on the US Capitol, authorities said Thursday.

    Rhodes is the highest-ranking member of an extremist group to be arrested in the deadly siege and it is the first time the justice department has brought a seditious conspiracy charge in connection with the attack on the Capitol.

    Continue reading...", - "category": "US Capitol attack", - "link": "https://www.theguardian.com/us-news/2022/jan/13/oath-keepers-capitol-attack-us", - "creator": "Associated Press", - "pubDate": "2022-01-13T19:05:13Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "00a421fc3ea52114cde9eb400b3112e7", - "highlights": [] + "hash": "391d88630fe5ec35c8048444cb88f020" }, { - "title": "German court jails former Syrian intelligence officer for life", - "description": "

    Anwar Raslan was accused of 58 murders in Damascus prison where prosecutors said thousands were tortured

    A German court has sentenced a Syrian former intelligence officer in Bashar al-Assad’s security services to life in prison, the broadcaster NTV has reported.

    Prosecutors had accused Anwar Raslan of 58 murders in a Damascus prison where they say at least 4,000 opposition activists were tortured in 2011 and 2012.

    Continue reading...", - "content": "

    Anwar Raslan was accused of 58 murders in Damascus prison where prosecutors said thousands were tortured

    A German court has sentenced a Syrian former intelligence officer in Bashar al-Assad’s security services to life in prison, the broadcaster NTV has reported.

    Prosecutors had accused Anwar Raslan of 58 murders in a Damascus prison where they say at least 4,000 opposition activists were tortured in 2011 and 2012.

    Continue reading...", - "category": "Germany", - "link": "https://www.theguardian.com/world/2022/jan/13/german-court-jails-former-syrian-intelligence-officer-anwar-raslan-for-life", - "creator": "Philip Oltermann in Berlin", - "pubDate": "2022-01-13T09:46:37Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b3cea5eb101333dc204a34cc9eb88947", - "highlights": [] + "hash": "11f4b55268e41f0052795f335e85c738" }, { - "title": "Covid isolation to be cut to five full days in England, says Sajid Javid", - "description": "

    Health secretary confirms reduction in self-isolation period, in decision that could help ease pressure on Boris Johnson

    The health secretary, Sajid Javid, has confirmed that the time people with Covid in England have to spend in self-isolation is to be cut to five full days.

    From Monday people would be able to leave isolation if they tested negative on day six, Javid told the Commons.

    Continue reading...", - "content": "

    Health secretary confirms reduction in self-isolation period, in decision that could help ease pressure on Boris Johnson

    The health secretary, Sajid Javid, has confirmed that the time people with Covid in England have to spend in self-isolation is to be cut to five full days.

    From Monday people would be able to leave isolation if they tested negative on day six, Javid told the Commons.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/13/covid-isolation-to-be-cut-to-five-full-days-in-england-says-sajid-javid", - "creator": "Staff and agencies", - "pubDate": "2022-01-13T12:25:39Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fb52a93d2358f9816e50cc8bff22a15f", - "highlights": [] + "hash": "5c8c64517910b9de336bdfaf1a766e5d" }, { - "title": "Two charged over girl’s speedboat death in Solent", - "description": "

    Emily Lewis, 15, died on a rigid inflatable boat that hit a buoy in Southampton Water on 22 August 2020

    Two men have been charged after a 15-year-old girl was killed in a speedboating accident in the Solent.

    Emily Lewis died when the rigid inflatable boat (Rib) hit a buoy in Southampton Water on 22 August 2020. Twelve people were taken to hospital after the crash in which two people were thrown overboard.

    Continue reading...", - "content": "

    Emily Lewis, 15, died on a rigid inflatable boat that hit a buoy in Southampton Water on 22 August 2020

    Two men have been charged after a 15-year-old girl was killed in a speedboating accident in the Solent.

    Emily Lewis died when the rigid inflatable boat (Rib) hit a buoy in Southampton Water on 22 August 2020. Twelve people were taken to hospital after the crash in which two people were thrown overboard.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2022/jan/13/two-charged-over-girls-speedboat-death-in-southampton", - "creator": "Harry Taylor", - "pubDate": "2022-01-13T18:43:00Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9ee554bfd29328fa9b9a56b459b236f1", - "highlights": [] + "hash": "26387ddf7898ae4fe8569b213a886b84" }, { - "title": "Sinema speaks out against filibuster reform after House sends voting rights bill to Senate – live", - "description": "

    The US House is currently voting on a bill that combines two sweeping voting rights measures. They’re expected to pass it shortly and send it over to the US Senate, where there will be a showdown over the filibuster.

    The procedure is a little arcane, but Democrats combined their two major pieces of voting rights legislation into a single bill Wednesday evening in order to expedite it over to the senate.

    Continue reading...", - "content": "

    The US House is currently voting on a bill that combines two sweeping voting rights measures. They’re expected to pass it shortly and send it over to the US Senate, where there will be a showdown over the filibuster.

    The procedure is a little arcane, but Democrats combined their two major pieces of voting rights legislation into a single bill Wednesday evening in order to expedite it over to the senate.

    Continue reading...", - "category": "US politics", - "link": "https://www.theguardian.com/us-news/live/2022/jan/13/joe-biden-covid-response-omicron-testing-cases-hospitalizations-us-politics-latest", - "creator": "Joan E Greve in Washington", - "pubDate": "2022-01-13T17:45:44Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8b7b646c50cf19e9410042f3dacf2100", - "highlights": [] + "hash": "d37ec71cff83c359788d1302a60c12cb" }, { - "title": "‘We are custodians’: the fights to save Australia’s eroding beaches", - "description": "

    ‘Snaking conveyer belts of sand’ are easily disrupted by human activities. Fixing them is no easy task

    Graham Slade says Point Lonsdale front beach was a site of many firsts: he was four years old when he first walked on to it, seven years old when he was given his first surfboard and a teenager when he took his first steps into adulthood on its sand.

    “As you go through life, everything happened at Lonsdale first,” Slade says. “You went out to a lot of parties in your late teens, getting towards 20 years old, and sampled a few things.

    Continue reading...", - "content": "

    ‘Snaking conveyer belts of sand’ are easily disrupted by human activities. Fixing them is no easy task

    Graham Slade says Point Lonsdale front beach was a site of many firsts: he was four years old when he first walked on to it, seven years old when he was given his first surfboard and a teenager when he took his first steps into adulthood on its sand.

    “As you go through life, everything happened at Lonsdale first,” Slade says. “You went out to a lot of parties in your late teens, getting towards 20 years old, and sampled a few things.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/2022/jan/14/we-are-custodians-the-fights-to-save-australias-eroding-beaches", - "creator": "Royce Kurmelovs", - "pubDate": "2022-01-13T16:30:47Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a03ff6ad4691a571d59b5a0c0c661d71", - "highlights": [] + "hash": "9aad84fe681a796e5672f5b7f82dd6f7" }, { - "title": "Russia ups pressure on Nato as Ukraine talks struggle to progress", - "description": "

    US says ‘drumbeat of war is sounding loud’ as Russia refuses to rule out military deployment to Cuba and Venezuela

    Russia has refused to rule out a military deployment to Cuba and Venezuela if talks with the west on European security and Ukraine fail to go its way, while warning the latest discussions with Nato were hitting a dead end.

    In an apparent attempt to up the ante with the Biden administration, Sergei Ryabkov, who led Russia’s delegation in a meeting with the US on Monday, told Russian television he could neither confirm nor exclude sending military assets to Cuba and Venezuela if talks fail. Asked about these steps, he said “it all depends on the actions by our US counterparts”.

    Continue reading...", - "content": "

    US says ‘drumbeat of war is sounding loud’ as Russia refuses to rule out military deployment to Cuba and Venezuela

    Russia has refused to rule out a military deployment to Cuba and Venezuela if talks with the west on European security and Ukraine fail to go its way, while warning the latest discussions with Nato were hitting a dead end.

    In an apparent attempt to up the ante with the Biden administration, Sergei Ryabkov, who led Russia’s delegation in a meeting with the US on Monday, told Russian television he could neither confirm nor exclude sending military assets to Cuba and Venezuela if talks fail. Asked about these steps, he said “it all depends on the actions by our US counterparts”.

    Continue reading...", - "category": "Ukraine", - "link": "https://www.theguardian.com/world/2022/jan/13/russia-says-talks-with-nato-over-ukraine-are-hitting-a-dead-end", - "creator": "Jennifer Rankin in Brussels, Luke Harding in Kyiv, Julian Borger in Washington", - "pubDate": "2022-01-13T17:29:03Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1de6fe50371a5b25043f36a21ee18363", - "highlights": [] + "hash": "40663e033e4bf08104daa038952657d6" }, { - "title": "French police release man questioned over murder of British-Iraqi family", - "description": "

    Unidentified man also ruled out as suspect in killings in French Alps in 2012

    French police have released a man who had been arrested over the unsolved murder of three members of a British-Iraqi family and a French cyclist in 2012 and said he has been “ruled out” as a suspect.

    Police detained the man on Wednesday for questioning as part of a new investigation into the killings.

    Continue reading...", - "content": "

    Unidentified man also ruled out as suspect in killings in French Alps in 2012

    French police have released a man who had been arrested over the unsolved murder of three members of a British-Iraqi family and a French cyclist in 2012 and said he has been “ruled out” as a suspect.

    Police detained the man on Wednesday for questioning as part of a new investigation into the killings.

    Continue reading...", - "category": "French Alps shootings", - "link": "https://www.theguardian.com/world/2022/jan/13/french-police-extend-custody-of-man-held-over-of-british-iraqi-family", - "creator": "Angelique Chrisafis in Paris", - "pubDate": "2022-01-13T17:01:46Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", - "read": true, + "feed": "NYTimes", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d7005d62f65c4b05d10846157c5cf5f6", - "highlights": [] + "hash": "d875d8de74ef2f05ca8b6d0f7207b759" }, { - "title": "Fire, cider and ‘heavy metal morris dancing’: the resurgence of wassailing", - "description": "

    A centuries-old outdoor folklore ceremony featuring singing, dancing, costumes and crop-blessings, the wassail is having a pandemic-era revival – with witchy reinventions

    On a January night in the tiny Herefordshire village of Eardisland, a crowd of hundreds is being led to an orchard down a muddy country lane. Their leaders wear tall hats, garlanded with fruit, feathers and flowers; their faces are a damp, mossy, green; their ankles jingle with bells. It is very dark: the only light comes from a crisp, crescent moon and the flaming torches that men, women and children hold in their hands.

    The scene may sound sinister, but there is joy in the air at this crop-blessing wassail, a midwinter folklore ceremony, usually in apple-producing counties, involving singing, dancing and other folk customs. At Eardisland, the Leominster morris – they in the extravagant hats, plus flowery jackets made from old bedsheets and curtains – pour cider made from last year’s apples on to tree roots, hang toasted bread on tree branches to tempt the spirits, and light fires to represent renewal and the coming spring sun. The mood is jolly. “I’ll hopefully not set my leg on fire,” says the announcer, Josh Johnson, to laughter, before stamping flames out.

    Continue reading...", - "content": "

    A centuries-old outdoor folklore ceremony featuring singing, dancing, costumes and crop-blessings, the wassail is having a pandemic-era revival – with witchy reinventions

    On a January night in the tiny Herefordshire village of Eardisland, a crowd of hundreds is being led to an orchard down a muddy country lane. Their leaders wear tall hats, garlanded with fruit, feathers and flowers; their faces are a damp, mossy, green; their ankles jingle with bells. It is very dark: the only light comes from a crisp, crescent moon and the flaming torches that men, women and children hold in their hands.

    The scene may sound sinister, but there is joy in the air at this crop-blessing wassail, a midwinter folklore ceremony, usually in apple-producing counties, involving singing, dancing and other folk customs. At Eardisland, the Leominster morris – they in the extravagant hats, plus flowery jackets made from old bedsheets and curtains – pour cider made from last year’s apples on to tree roots, hang toasted bread on tree branches to tempt the spirits, and light fires to represent renewal and the coming spring sun. The mood is jolly. “I’ll hopefully not set my leg on fire,” says the announcer, Josh Johnson, to laughter, before stamping flames out.

    Continue reading...", - "category": "Folk music", - "link": "https://www.theguardian.com/music/2022/jan/13/fire-cider-and-heavy-metal-morris-dancing-the-resurgence-of-wassailing", - "creator": "Jude Rogers", - "pubDate": "2022-01-13T13:00:20Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "56a37cbf81eaf426c17aa828bbfc699e", - "highlights": [] + "hash": "f2660cb1cd8278ebd668e92b406a2434" }, { - "title": "Campaigners warn against plan to delay Manchester clean air zone", - "description": "

    Delaying introduction of charges for some vehicles that breach standards would be ‘serious blow’ for health, critics say

    Clean air campaigners have warned leaders in Greater Manchester that pausing plans to charge polluting vehicles in the region “would be a serious blow for people’s health”.

    Greater Manchester authorities announced plans on Thursday to ask the government to partially delay the rollout of the biggest clean air zone in the UK, citing evidence that global supply chain issues could increase the costs and reduce the availability of cleaner vehicles.

    Continue reading...", - "content": "

    Delaying introduction of charges for some vehicles that breach standards would be ‘serious blow’ for health, critics say

    Clean air campaigners have warned leaders in Greater Manchester that pausing plans to charge polluting vehicles in the region “would be a serious blow for people’s health”.

    Greater Manchester authorities announced plans on Thursday to ask the government to partially delay the rollout of the biggest clean air zone in the UK, citing evidence that global supply chain issues could increase the costs and reduce the availability of cleaner vehicles.

    Continue reading...", - "category": "Greater Manchester", - "link": "https://www.theguardian.com/uk-news/2022/jan/13/campaigners-warn-against-plan-to-delay-manchester-clean-air-zone", - "creator": "Maya Wolfe-Robinson", - "pubDate": "2022-01-13T17:31:48Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6e38def97251eb5aed0d60c29310a097", - "highlights": [] + "hash": "83752fce3485feb983246bdb4b58334f" }, { - "title": "Revisited: How the women’s safety summit laid bare Morrison’s empathy gap", - "description": "

    2021 was an important year in the fight for gender equality, and the national women’s safety summit in September was a platform for experts and advocates to discuss key issues surrounding gender equality and violence against women and children. But Scott Morrison’s keynote address – and his failure to enact meaningful reform on key issues – left some underwhelmed and others furious.

    Political editor Katharine Murphy speaks to Laura Murphy-Oates about Australia’s ongoing cultural reckoning for women and how the Morrison government’s response to this is hamstrung by an ‘empathy gap’

    Support services: 1800 Respect

    Update:

    Continue reading...", - "content": "

    2021 was an important year in the fight for gender equality, and the national women’s safety summit in September was a platform for experts and advocates to discuss key issues surrounding gender equality and violence against women and children. But Scott Morrison’s keynote address – and his failure to enact meaningful reform on key issues – left some underwhelmed and others furious.

    Political editor Katharine Murphy speaks to Laura Murphy-Oates about Australia’s ongoing cultural reckoning for women and how the Morrison government’s response to this is hamstrung by an ‘empathy gap’

    Support services: 1800 Respect

    Update:

    Continue reading...", - "category": "Australian politics", - "link": "https://www.theguardian.com/australia-news/audio/2022/jan/14/revisited-how-the-womens-safety-summit-laid-bare-morrisons-empathy-gap", - "creator": "Presented by Laura Murphy-Oatesand reported by Katharine Murphy. Produced by Karishma Luthria Ellen Leabeaterand Jane Lee. Sound design by Joe Koning. Executive Producers Laura Murphy-Oates Gabrielle Jackson Miles Martignoni", - "pubDate": "2022-01-13T16:30:47Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "487f70717488b0ceba6434cd0148ae8c", - "highlights": [] + "hash": "76863d7310491b97465dea00b3c52b32" }, { - "title": "Russia says talks with Nato over Ukraine are hitting a dead end", - "description": "

    OSCE mission warns ‘crisis on the continent may arise’ as Polish foreign minister says Europe faces greatest risk of war in 30 years

    Russia has said talks with Nato over Ukraine were hitting a dead end, while threatening to take unspecified “necessary measures” if its demands were not met.

    A volley of downbeat statements from Russian senior officials emerged as Poland’s foreign minister, Zbigniew Rau, warned that Europe faced its greatest risk of war in 30 years.

    Continue reading...", - "content": "

    OSCE mission warns ‘crisis on the continent may arise’ as Polish foreign minister says Europe faces greatest risk of war in 30 years

    Russia has said talks with Nato over Ukraine were hitting a dead end, while threatening to take unspecified “necessary measures” if its demands were not met.

    A volley of downbeat statements from Russian senior officials emerged as Poland’s foreign minister, Zbigniew Rau, warned that Europe faced its greatest risk of war in 30 years.

    Continue reading...", - "category": "Russia", - "link": "https://www.theguardian.com/world/2022/jan/13/russia-says-talks-with-nato-over-ukraine-are-hitting-a-dead-end", - "creator": "Jennifer Rankin", - "pubDate": "2022-01-13T13:57:54Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1e90b733c11f6d73a44c2b8ffe2291ea", - "highlights": [] + "hash": "d5e3cd96b5cebf438aa5df4d56551fcc" }, { - "title": "Virginia Giuffre ‘unlikely to accept purely financial settlement’ with Prince Andrew", - "description": "

    Giuffre wants vindication of herself and her claims, says her lawyer David Boies

    The Duke of York’s accuser Virginia Giuffre would be unlikely to accept a “purely financial settlement” to end her sexual assault civil lawsuit against the royal, her lawyer has said.

    David Boies was speaking after a US judge rejected Prince Andrew’s motion to have the civil case against him dismissed, paving the way for a possible civil trial in the autumn.

    Continue reading...", - "content": "

    Giuffre wants vindication of herself and her claims, says her lawyer David Boies

    The Duke of York’s accuser Virginia Giuffre would be unlikely to accept a “purely financial settlement” to end her sexual assault civil lawsuit against the royal, her lawyer has said.

    David Boies was speaking after a US judge rejected Prince Andrew’s motion to have the civil case against him dismissed, paving the way for a possible civil trial in the autumn.

    Continue reading...", - "category": "Prince Andrew", - "link": "https://www.theguardian.com/uk-news/2022/jan/13/virginia-giuffre-unlikely-to-accept-settlement-to-end-prince-andrew-lawsuit", - "creator": "Caroline Davies", - "pubDate": "2022-01-13T09:45:53Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", - "read": true, + "feed": "NYTimes", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2e1c93a2c9cfe67f5369d8edaf090b60", - "highlights": [] + "hash": "51ff6fc13ed33acbdcf247fd1405ccfb" }, { - "title": "Nearly quarter of world’s population had record hot year in 2021, data shows", - "description": "
    • Last year was sixth hottest ever recorded, scientists find
    • US experts say 1.8bn people experienced record hot year

    Nearly a quarter of the world’s population experienced a record hot year in 2021, as the climate crisis continues to unleash escalating temperatures around the globe, according to new data from leading US climate scientists.

    Last year was the sixth hottest ever recorded, with the global temperature 1.1C above the pre-industrial average, a new annual analysis from Nasa and the National Oceanic and Atmospheric Administration (Noaa) found.

    Continue reading...", - "content": "
    • Last year was sixth hottest ever recorded, scientists find
    • US experts say 1.8bn people experienced record hot year

    Nearly a quarter of the world’s population experienced a record hot year in 2021, as the climate crisis continues to unleash escalating temperatures around the globe, according to new data from leading US climate scientists.

    Last year was the sixth hottest ever recorded, with the global temperature 1.1C above the pre-industrial average, a new annual analysis from Nasa and the National Oceanic and Atmospheric Administration (Noaa) found.

    Continue reading...", - "category": "Climate crisis", - "link": "https://www.theguardian.com/environment/2022/jan/13/hot-year-temperatures-climate-crisis-2021", - "creator": "Oliver Milman", - "pubDate": "2022-01-13T16:16:06Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "69af42b261eca4bfaea851848b69594e", - "highlights": [] + "hash": "a8eddce8639d9e564ceeaaa451060c39" }, { - "title": "Blinken says US stumped over Havana syndrome as more diplomats fall ill", - "description": "

    Secretary of state says officials do not know what illness is or who is responsible, with more sickness reported in Paris and Geneva

    The United States still does not know what the illness known as Havana syndrome is or who is responsible for it, the US secretary of state, Antony Blinken, said on Thursday after more American diplomats were reported ill in Paris and Geneva.

    Blinken said the entire federal government was working to get to the bottom of the illness, which has afflicted about 200 US diplomats, officials and family members overseas.

    Continue reading...", - "content": "

    Secretary of state says officials do not know what illness is or who is responsible, with more sickness reported in Paris and Geneva

    The United States still does not know what the illness known as Havana syndrome is or who is responsible for it, the US secretary of state, Antony Blinken, said on Thursday after more American diplomats were reported ill in Paris and Geneva.

    Blinken said the entire federal government was working to get to the bottom of the illness, which has afflicted about 200 US diplomats, officials and family members overseas.

    Continue reading...", - "category": "US foreign policy", - "link": "https://www.theguardian.com/us-news/2022/jan/13/blinken-havana-syndrome-diplomats-paris-geneva", - "creator": "Staff and agencies in Washington", - "pubDate": "2022-01-13T15:27:51Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fc044853492466e006e0076219b14201", - "highlights": [] + "hash": "da29c1a6cdee5643a66285725d383f61" }, { - "title": "French teachers walk out of classrooms in strike over Covid strategy", - "description": "

    Tens of thousands take part in one-day strike, one of the biggest in the sector in recent years

    French teachers have held one of the biggest education strikes in recent years, forcing the closure of hundreds of primary schools in protest at the government’s handling of Covid-19 measures in the education sector.

    Tens of thousands of teachers took part in the one-day strike. Trade unions said 75% of primary teachers walked out alongside 62% of secondary teachers. The education ministry gave much lower figures on Thursday morning, saying there was an average of 38.5% of teachers on strike in primary schools, and just under 24% in high schools. Teachers and education support staff joined a protest march through the centre of Paris to the education ministry, and others demonstrated in towns across France.

    Continue reading...", - "content": "

    Tens of thousands take part in one-day strike, one of the biggest in the sector in recent years

    French teachers have held one of the biggest education strikes in recent years, forcing the closure of hundreds of primary schools in protest at the government’s handling of Covid-19 measures in the education sector.

    Tens of thousands of teachers took part in the one-day strike. Trade unions said 75% of primary teachers walked out alongside 62% of secondary teachers. The education ministry gave much lower figures on Thursday morning, saying there was an average of 38.5% of teachers on strike in primary schools, and just under 24% in high schools. Teachers and education support staff joined a protest march through the centre of Paris to the education ministry, and others demonstrated in towns across France.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2022/jan/13/half-of-french-primary-schools-expected-to-close-teachers-strike-protest-covid-education", - "creator": "Angelique Chrisafis in Paris", - "pubDate": "2022-01-13T16:26:19Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ba0880c61bc782e3c3bf676ffd244231", - "highlights": [] + "hash": "509c5d4f066c13b64041ed71160f589c" }, { - "title": "Plans for 51-storey London tower with one staircase paused", - "description": "

    Developer asks for application to be taken off agenda, hours after fire safety concerns raised in Guardian

    A property developer bidding to build a 51-storey apartment tower with only one staircase has put its planning application on hold just hours after the Guardian exposed fire safety concerns.

    On Thursday evening Ballymore had planned to seek approval for one of the UK’s tallest residential buildings close to Canary Wharf in east London, but withdrew its application after fire safety experts branded as “madness” its plan to build more than 400 flats in a tower two-and-a-half times the height of Grenfell with just one staircase.

    Continue reading...", - "content": "

    Developer asks for application to be taken off agenda, hours after fire safety concerns raised in Guardian

    A property developer bidding to build a 51-storey apartment tower with only one staircase has put its planning application on hold just hours after the Guardian exposed fire safety concerns.

    On Thursday evening Ballymore had planned to seek approval for one of the UK’s tallest residential buildings close to Canary Wharf in east London, but withdrew its application after fire safety experts branded as “madness” its plan to build more than 400 flats in a tower two-and-a-half times the height of Grenfell with just one staircase.

    Continue reading...", - "category": "London", - "link": "https://www.theguardian.com/uk-news/2022/jan/13/plans-for-51-storey-london-tower-with-just-one-staircase-put-on-hold", - "creator": "Robert Booth Social affairs correspondent", - "pubDate": "2022-01-13T16:58:48Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8e2a137f73b70d4e89908709641b118c", - "highlights": [] + "hash": "402e41d34dc656bd5bfb642678ec4f35" }, { - "title": "US House passes voting rights bill that faces long odds in the Senate – live", - "description": "

    The US House is currently voting on a bill that combines two sweeping voting rights measures. They’re expected to pass it shortly and send it over to the US Senate, where there will be a showdown over the filibuster.

    The procedure is a little arcane, but Democrats combined their two major pieces of voting rights legislation into a single bill Wednesday evening in order to expedite it over to the senate.

    Continue reading...", - "content": "

    The US House is currently voting on a bill that combines two sweeping voting rights measures. They’re expected to pass it shortly and send it over to the US Senate, where there will be a showdown over the filibuster.

    The procedure is a little arcane, but Democrats combined their two major pieces of voting rights legislation into a single bill Wednesday evening in order to expedite it over to the senate.

    Continue reading...", - "category": "US politics", - "link": "https://www.theguardian.com/us-news/live/2022/jan/13/joe-biden-covid-response-omicron-testing-cases-hospitalizations-us-politics-latest", - "creator": "Joan E Greve in Washington", - "pubDate": "2022-01-13T16:55:26Z", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "142d23a2924478536c7aeb865ebf345e", - "highlights": [] + "hash": "75894bb7b9cc970e6498271975476255" }, { - "title": "Bronx fire: baby rescued from burning New York building – video", - "description": "

    A baby was rescued from a massive fire in New York where at least 19 people were killed, including nine children, and dozens were injured.

    A witness filmed the rescue attempts in the 19-floor apartment block in the Bronx after a fire that officials said started because of a malfunctioning space heater, spread smoke through the building

    Continue reading...", - "content": "

    A baby was rescued from a massive fire in New York where at least 19 people were killed, including nine children, and dozens were injured.

    A witness filmed the rescue attempts in the 19-floor apartment block in the Bronx after a fire that officials said started because of a malfunctioning space heater, spread smoke through the building

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/video/2022/jan/10/bronx-fire-baby-rescued-from-burning-new-york-building-video", - "creator": "", - "pubDate": "2022-01-10T11:02:56Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a8fff6b73a8a3f61043e8193a40d115c", - "highlights": [] + "hash": "9d729f62a681d8d7991f9b5790afe81d" }, { - "title": "Covid live: Hungary makes fourth Covid jab available and cuts quarantine; China hospitals closed over lockdown failures", - "description": "

    Hungary to make fourth Covid jab available to people who ask for it; two hospitals locked-down city of Xi’an closed while they ‘rectify’ mistakes

    Daily coronavirus cases in Japan have exceeded 13,000 for the first time in more than four months, as the country confronts a sixth wave of infections driven by the Omicron variant.

    It reported 13,244 new cases on Wednesday, including 2,198 in Tokyo and 1,711 in Osaka. The number of new infections in the Japanese capital was more than double that recorded the previous day and a fivefold increase from the same day the previous week.

    Continue reading...", - "content": "

    Hungary to make fourth Covid jab available to people who ask for it; two hospitals locked-down city of Xi’an closed while they ‘rectify’ mistakes

    Daily coronavirus cases in Japan have exceeded 13,000 for the first time in more than four months, as the country confronts a sixth wave of infections driven by the Omicron variant.

    It reported 13,244 new cases on Wednesday, including 2,198 in Tokyo and 1,711 in Osaka. The number of new infections in the Japanese capital was more than double that recorded the previous day and a fivefold increase from the same day the previous week.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/13/covid-news-live-us-deaths-rise-40-on-last-week-cdc-says-german-chancellor-calls-for-mandatory-vaccination-of-all-adults", - "creator": "Georgina Quach (now); Lucy Campbell, Martin Belam and Samantha Lock (earlier)", - "pubDate": "2022-01-13T12:47:29Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "20234a2baf1a812036eed6abe842474f", - "highlights": [] + "hash": "6fbd2ddb190ecd5d4f8454750c52e47c" }, { - "title": "Chinese national trying to improperly influence politicians, says MI5", - "description": "

    Warning to be circulated to MPs and peers about woman targeting parliamentarians

    An interference warning is being circulated to MPs and peers claiming that a female Chinese national has been seeking to improperly influence parliamentarians.

    It is understood that politicians across the political spectrum may have been targeted in an exercise that has been monitored by MI5 for some time. “This has not been about targeting the government in particular,” a source added.

    Continue reading...", - "content": "

    Warning to be circulated to MPs and peers about woman targeting parliamentarians

    An interference warning is being circulated to MPs and peers claiming that a female Chinese national has been seeking to improperly influence parliamentarians.

    It is understood that politicians across the political spectrum may have been targeted in an exercise that has been monitored by MI5 for some time. “This has not been about targeting the government in particular,” a source added.

    Continue reading...", - "category": "MI5", - "link": "https://www.theguardian.com/uk-news/2022/jan/13/chinese-national-trying-to-improperly-influence-politicians-says-mi5", - "creator": "Dan Sabbagh Defence and security editor", - "pubDate": "2022-01-13T12:13:55Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1837712d95b0bb791e014b88aa8547e6", - "highlights": [] + "hash": "78e3f1227da6c8f738d9f3f2eece7d39" }, { - "title": "Novak Djokovic: Australia still considering cancelling player’s visa and whether he had ‘acceptable proof’", - "description": "

    Prime minister Scott Morrison says he expects authorities to be ‘implementing the policy of the government’ when it comes to Covid vaccination exemptions

    The Australian prime minister, Scott Morrison, has suggested Novak Djokovic will not be allowed to stay in the country and contest the Australian Open unless he can substantiate a medical exemption allowing him to be unvaccinated against Covid.

    Speaking before any formal decision by the immigration minister, Alex Hawke, Morrison on Thursday refused to comment directly on Djokovic’s case, but said he expected authorities “to implement the policy of the government” to only allow fully vaccinated people or those with medical exemptions into Australia.

    Continue reading...", - "content": "

    Prime minister Scott Morrison says he expects authorities to be ‘implementing the policy of the government’ when it comes to Covid vaccination exemptions

    The Australian prime minister, Scott Morrison, has suggested Novak Djokovic will not be allowed to stay in the country and contest the Australian Open unless he can substantiate a medical exemption allowing him to be unvaccinated against Covid.

    Speaking before any formal decision by the immigration minister, Alex Hawke, Morrison on Thursday refused to comment directly on Djokovic’s case, but said he expected authorities “to implement the policy of the government” to only allow fully vaccinated people or those with medical exemptions into Australia.

    Continue reading...", - "category": "Novak Djokovic", - "link": "https://www.theguardian.com/sport/2022/jan/13/novak-djokovic-australia-considering-cancel-visa-tennis-2022-australian-open", - "creator": "Paul Karp", - "pubDate": "2022-01-13T06:23:50Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c17fc679e8cd1904fbd4b7acf8d7e2d9", - "highlights": [] + "hash": "3bdf7cc74fc976408127c28bc941b5f4" }, { - "title": "Nigeria lifts Twitter ban seven months after site deleted president’s post", - "description": "

    Government says Twitter has agreed to conditions on management of unlawful content and to register in Nigeria

    Nigeria has lifted a ban on Twitter, restoring access to millions of users, seven months after it clamped down on the social media site in a row over Twitter’s decision to delete a post by the president.

    The government said the company had agreed to its conditions on the management of unlawful content, to registering its operations in Nigeria and to a new tax arrangement.

    Continue reading...", - "content": "

    Government says Twitter has agreed to conditions on management of unlawful content and to register in Nigeria

    Nigeria has lifted a ban on Twitter, restoring access to millions of users, seven months after it clamped down on the social media site in a row over Twitter’s decision to delete a post by the president.

    The government said the company had agreed to its conditions on the management of unlawful content, to registering its operations in Nigeria and to a new tax arrangement.

    Continue reading...", - "category": "Nigeria", - "link": "https://www.theguardian.com/world/2022/jan/13/nigeria-lifts-twitter-ban-seven-months-after-site-deleted-presidents-post", - "creator": "Emmanuel Akinwotu in Lagos", - "pubDate": "2022-01-13T11:08:12Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bd39a3e99c756b04ecfc24636344fc3f", - "highlights": [] + "hash": "73810343766a660c6b3ef7ef2f98fe54" }, { - "title": "Rust shooting: armourer sues guns and ammunition supplier", - "description": "

    The woman who managed weapons on the film set where a gun carried by Alec Baldwin was accidentally discharged, killing Halyna Hutchins, has said boxes of dummy rounds contained live bullets

    Hannah Gutierrez-Reed, who managed weapons and ammunition on the set of Rust, the western which saw live ammunition from the gun carried by lead actor and producer Alec Baldwin accidentally hit the film’s cinematographer and director, has filed a lawsuit against the supplier of guns and bullets.

    The lawsuit, against Seth Kenney and his company, PDQ Arm & Prop, alleges that boxes marked as inert dummy rounds actually included live bullets.

    “Hannah and the entire Rust movie crew relied on the defendants’ misrepresentation that they provided only dummy ammunition,” according to documents in the suit filed in state court in New Mexico.

    Continue reading...", - "content": "

    The woman who managed weapons on the film set where a gun carried by Alec Baldwin was accidentally discharged, killing Halyna Hutchins, has said boxes of dummy rounds contained live bullets

    Hannah Gutierrez-Reed, who managed weapons and ammunition on the set of Rust, the western which saw live ammunition from the gun carried by lead actor and producer Alec Baldwin accidentally hit the film’s cinematographer and director, has filed a lawsuit against the supplier of guns and bullets.

    The lawsuit, against Seth Kenney and his company, PDQ Arm & Prop, alleges that boxes marked as inert dummy rounds actually included live bullets.

    “Hannah and the entire Rust movie crew relied on the defendants’ misrepresentation that they provided only dummy ammunition,” according to documents in the suit filed in state court in New Mexico.

    Continue reading...", - "category": "Film industry", - "link": "https://www.theguardian.com/film/2022/jan/13/rust-shooting-armourer-sues-guns-and-ammunition-supplier", - "creator": "Catherine Shoard", - "pubDate": "2022-01-13T11:40:05Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "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", "folder": "00.03 News/News - EN", - "feed": "The Guardian", - "read": true, + "feed": "NYTimes", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "243608e582808f2520780883d3b5ea4a", - "highlights": [] + "hash": "472e887e2ada819a7e00464cb6b74150" }, { - "title": "French police extend custody of man held over murder of British-Iraqi family", - "description": "

    Lawyer says arrest is unjustified as his client was interviewed and cleared in 2015

    French investigators have extended the police custody of a man being questioned over the unsolved murder of three members of a British-Iraqi family and a French cyclist shot dead in a remote area of the French Alps in 2012.

    The arrest, house search and ongoing questioning are a rare development in one of France’s most notorious unsolved cold cases.

    Continue reading...", - "content": "

    Lawyer says arrest is unjustified as his client was interviewed and cleared in 2015

    French investigators have extended the police custody of a man being questioned over the unsolved murder of three members of a British-Iraqi family and a French cyclist shot dead in a remote area of the French Alps in 2012.

    The arrest, house search and ongoing questioning are a rare development in one of France’s most notorious unsolved cold cases.

    Continue reading...", - "category": "French Alps shootings", - "link": "https://www.theguardian.com/world/2022/jan/13/french-police-extend-custody-of-man-held-over-of-british-iraqi-family", - "creator": "Angelique Chrisafis in Paris", - "pubDate": "2022-01-13T08:33:49Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5d3d91075adf20eb73d71eee5d7672ce", - "highlights": [] + "hash": "7a4ecfaae1feacdc5d5d30cb49ec0cef" }, { - "title": "French bakers in pain over cut-price supermarket baguettes", - "description": "

    Leclerc destroying ‘dignity’ of profession for selling a baguette for 29 cents (24p)

    French bakers have taken aim at a major supermarket chain that is offering inflation-busting low prices for baguettes, saying the move will undermine competition in one of the country’s prized industries.

    The Leclerc group said in newspaper ads on Tuesday that “because of inflation, the average price of baguettes could increase significantly. That’s unthinkable”, vowing to cut into its profit margins to cap the cost of the signature French loaf at 29 euro cents (24p).

    Continue reading...", - "content": "

    Leclerc destroying ‘dignity’ of profession for selling a baguette for 29 cents (24p)

    French bakers have taken aim at a major supermarket chain that is offering inflation-busting low prices for baguettes, saying the move will undermine competition in one of the country’s prized industries.

    The Leclerc group said in newspaper ads on Tuesday that “because of inflation, the average price of baguettes could increase significantly. That’s unthinkable”, vowing to cut into its profit margins to cap the cost of the signature French loaf at 29 euro cents (24p).

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2022/jan/13/french-bakers-in-pain-over-cut-price-supermarket-baguettes", - "creator": "Agence France-Presse in Paris", - "pubDate": "2022-01-13T11:34:49Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cca8e618478c160145c7d814632107e9", - "highlights": [] + "hash": "ff3bb8d0eb296526a2e4f195686e036a" }, { - "title": "France to lift ban on UK tourists from Friday, says tourism minister", - "description": "

    Requirement to isolate on arrival will also be scrapped but travellers will need evidence of negative Covid test

    France will lift its ban on UK holidaymakers from Friday morning, the tourism minister has announced, dropping a requirement for all travellers from the UK to show evidence of a “compelling reason” for their journey.

    Jean-Baptiste Lemoyne said on Thursday people arriving from Britain would also no longer need to self-isolate on arrival in France, but proof of a negative Covid-19 test taken no more than 24 hours before departure would still be demanded.

    Continue reading...", - "content": "

    Requirement to isolate on arrival will also be scrapped but travellers will need evidence of negative Covid test

    France will lift its ban on UK holidaymakers from Friday morning, the tourism minister has announced, dropping a requirement for all travellers from the UK to show evidence of a “compelling reason” for their journey.

    Jean-Baptiste Lemoyne said on Thursday people arriving from Britain would also no longer need to self-isolate on arrival in France, but proof of a negative Covid-19 test taken no more than 24 hours before departure would still be demanded.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2022/jan/13/france-to-lift-ban-on-uk-tourists-from-friday-says-tourism-minister", - "creator": "Jon Henley in Paris", - "pubDate": "2022-01-13T10:18:36Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "168e8fc1a03f21ef69ad4fed4a6a97a6", - "highlights": [] + "hash": "fd5c509202f13ec0b5954a4864e9fcc7" }, { - "title": "UK coronavirus live: Sajid Javid cuts isolation time for Covid cases in England to five full days", - "description": "

    Latest updates: health secretary says people can end isolation on day 6 after two negative LFTs; Tory party row continues as prime minister reportedly believes he did nothing wrong

    Pete Wishart, the SNP’s spokeperson on House of Commons matters, told Jacob Rees-Mogg in the Commons that his comment about Douglas Ross (see 10.19am) showed how little respect Westminster Tories had for Scotland. He said:

    The Scottish Tories know exactly how the rest of Scotland feels, as the leader of the house poured his scorn and contempt upon them last night. According to him, the democratically elected Scottish Tory leader is an insignificant figure, a lightweight, a nobody – presumably just like every single Tory MSP who agrees with their Scottish leader.

    The Scottish Tories are supposed to be the Praetorian guard of the precious union and the leader of the house has just undermined them and thrown them under the proverbial bus. If this is how the government even treats the Scottish Tories, why should the Scottish people even entertain being any part of their useless union?

    Everybody understands, on all sides of the house, that people were obeying the rules and that these rules were very hard for people to obey. I received a message last night was from a friend of mine who was unable to go to the funeral of his two-year-old granddaughter. One cannot hear these stories without grieving for people who suffered. Decisions were taken at the beginning of the pandemic that affected people up and down the country and they were very hard.

    And we must consider, as this goes to an inquiry and we look into what happened with Covid, whether all those regulations were proportionate, or whether it was too hard on people.

    Continue reading...", - "content": "

    Latest updates: health secretary says people can end isolation on day 6 after two negative LFTs; Tory party row continues as prime minister reportedly believes he did nothing wrong

    Pete Wishart, the SNP’s spokeperson on House of Commons matters, told Jacob Rees-Mogg in the Commons that his comment about Douglas Ross (see 10.19am) showed how little respect Westminster Tories had for Scotland. He said:

    The Scottish Tories know exactly how the rest of Scotland feels, as the leader of the house poured his scorn and contempt upon them last night. According to him, the democratically elected Scottish Tory leader is an insignificant figure, a lightweight, a nobody – presumably just like every single Tory MSP who agrees with their Scottish leader.

    The Scottish Tories are supposed to be the Praetorian guard of the precious union and the leader of the house has just undermined them and thrown them under the proverbial bus. If this is how the government even treats the Scottish Tories, why should the Scottish people even entertain being any part of their useless union?

    Everybody understands, on all sides of the house, that people were obeying the rules and that these rules were very hard for people to obey. I received a message last night was from a friend of mine who was unable to go to the funeral of his two-year-old granddaughter. One cannot hear these stories without grieving for people who suffered. Decisions were taken at the beginning of the pandemic that affected people up and down the country and they were very hard.

    And we must consider, as this goes to an inquiry and we look into what happened with Covid, whether all those regulations were proportionate, or whether it was too hard on people.

    Continue reading...", - "category": "Politics", - "link": "https://www.theguardian.com/politics/live/2022/jan/13/boris-johnson-coronavirus-covid-uk-news-live-pm-tory-leadership-crisis-sue-gray", - "creator": "Andrew Sparrow", - "pubDate": "2022-01-13T12:41:44Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2d026a10385c67472ab409ff25fb2efd", - "highlights": [] + "hash": "2c7623c8e56450c85d2e366f8aa128d3" }, { - "title": "What lies on the other side of the UK’s Omicron wave?", - "description": "

    Covid will continue to shape our lives even after Omicron infections finally begin falling

    The Omicron variant has unleashed a tidal wave of Covid that is sweeping through countries at breakneck speed. In the UK, infections soared to unprecedented highs in recent weeks, but may finally have reached a peak. So what is in store on the other side of the wave?

    Continue reading...", - "content": "

    Covid will continue to shape our lives even after Omicron infections finally begin falling

    The Omicron variant has unleashed a tidal wave of Covid that is sweeping through countries at breakneck speed. In the UK, infections soared to unprecedented highs in recent weeks, but may finally have reached a peak. So what is in store on the other side of the wave?

    Continue reading...", - "category": "Omicron variant", - "link": "https://www.theguardian.com/world/2022/jan/13/what-lies-on-the-other-side-of-the-uks-omicron-wave", - "creator": "Ian Sample Science editor", - "pubDate": "2022-01-13T07:00:09Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5ee4c27289c4353d4a155c542d5fa5b8", - "highlights": [] + "hash": "9bca348031a9c5c202049178c81273a7" }, { - "title": "There’s nothing worse than a restaurant that makes you feel like an old git | Jay Rayner", - "description": "

    Give us over-50s a menu we can read, grownup waiters and the chance to hold a conversation. It’s not too much to ask – and it makes business sense too

    There is only one thing worse than having to thumb your smartphone torch into life so that you can read a restaurant menu: the youthful twentysomething waiter noticing you do so, and bringing you one of those LED clip-on lamps. Short of wheeling the house Zimmer frame to the table for you to use while popping to the loo, there’s nothing better calculated to make you feel like an old git. It’s profoundly irritating, partly because it’s so unnecessary; it’s entirely possible to have moody lighting while also dropping enough on to a table so that those of us whose sight is not quite what it once was can read the damn small print without recourse to Wembley Stadium’s floods.

    But mostly it’s irritating because it’s a huge own goal. It makes any restaurant seem exclusive; as in it was designed to exclude those of us not in the very first flush of youth. All too often this is literally the case, albeit usually by happenstance. The restaurant business is generally a younger person’s game. Setting them up and running them requires the sort of long hours that those of us with a few years on the clock may no longer find appealing. And people in their 20s and 30s may well have no idea what older customers want or need, simply because they haven’t got there yet. If a restaurateur only wants punters their own age, then fine. Turn down the lights. Turn up the music. Print the menu in six point Comic Sans.

    Continue reading...", - "content": "

    Give us over-50s a menu we can read, grownup waiters and the chance to hold a conversation. It’s not too much to ask – and it makes business sense too

    There is only one thing worse than having to thumb your smartphone torch into life so that you can read a restaurant menu: the youthful twentysomething waiter noticing you do so, and bringing you one of those LED clip-on lamps. Short of wheeling the house Zimmer frame to the table for you to use while popping to the loo, there’s nothing better calculated to make you feel like an old git. It’s profoundly irritating, partly because it’s so unnecessary; it’s entirely possible to have moody lighting while also dropping enough on to a table so that those of us whose sight is not quite what it once was can read the damn small print without recourse to Wembley Stadium’s floods.

    But mostly it’s irritating because it’s a huge own goal. It makes any restaurant seem exclusive; as in it was designed to exclude those of us not in the very first flush of youth. All too often this is literally the case, albeit usually by happenstance. The restaurant business is generally a younger person’s game. Setting them up and running them requires the sort of long hours that those of us with a few years on the clock may no longer find appealing. And people in their 20s and 30s may well have no idea what older customers want or need, simply because they haven’t got there yet. If a restaurateur only wants punters their own age, then fine. Turn down the lights. Turn up the music. Print the menu in six point Comic Sans.

    Continue reading...", - "category": "Restaurants", - "link": "https://www.theguardian.com/food/2022/jan/13/nothing-worse-than-a-restaurant-that-makes-you-feel-like-an-old-git-jay-rayner", - "creator": "Jay Rayner", - "pubDate": "2022-01-13T12:00:24Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "421b8ae9a80d46c92c0dc08fbc74f65b", - "highlights": [] + "hash": "f3baf7e8ba40219026bed096f73238d3" }, { - "title": "Knights and elves and suffragettes – take the Thursday quiz", - "description": "

    Fifteen questions on general knowledge and topical trivia plus a few jokes every Thursday – how will you fare?

    More mysterious than the riddle of the Sphinx: the mystery of how this increasingly ridiculous quiz keeps getting published. Ahead of you are 15 topical and general knowledge question in a bizarre set of categories including “Blowing things up, but at sea”. You’ll also meet Kate Bush, Ron from Sparks, and have a hidden Doctor Who reference to spot. It is just for fun, there are no prizes. Let us know how you get on in the comments – but do try not to take it so seriously that you end up fact-checking the jokes.

    The Thursday quiz, No 38

    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 he is seething about people relentlessly banging on about the completely made up January “Blue Monday”.

    Continue reading...", - "content": "

    Fifteen questions on general knowledge and topical trivia plus a few jokes every Thursday – how will you fare?

    More mysterious than the riddle of the Sphinx: the mystery of how this increasingly ridiculous quiz keeps getting published. Ahead of you are 15 topical and general knowledge question in a bizarre set of categories including “Blowing things up, but at sea”. You’ll also meet Kate Bush, Ron from Sparks, and have a hidden Doctor Who reference to spot. It is just for fun, there are no prizes. Let us know how you get on in the comments – but do try not to take it so seriously that you end up fact-checking the jokes.

    The Thursday quiz, No 38

    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 he is seething about people relentlessly banging on about the completely made up January “Blue Monday”.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/13/knights-and-elves-and-suffragettes-thursday-quiz", - "creator": "Martin Belam", - "pubDate": "2022-01-13T11:00:30Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "500d7aa5633e394d1e5e338c6e8da964", - "highlights": [] + "hash": "08cc52629786e099bc7622e5cf0c9875" }, { - "title": "‘Sidney Poitier was the only light at the end of the tunnel’: Don Warrington on his lifelong hero", - "description": "

    The Trinidadian-British stage actor – and star of Death in Paradise and Rising Damp – pays tribute to a Black Hollywood pioneer

    When I was in my late 30s, someone came up to me in the street and started talking to me as if I were Sidney Poitier. To the extent that they called me “Sidney”. I said: “I’m sorry – my name is Don.” And they looked at me and said: “Oh Sidney, when did you change your name?” They simply would not accept I was somebody else.

    Even if you didn’t model yourself after Poitier, other people would. He was just the go-to reference. I’ve yet to meet a Black actor who hasn’t been compared to him – which is both irritating and enjoyable. And says more about the one making the comparison.

    Continue reading...", - "content": "

    The Trinidadian-British stage actor – and star of Death in Paradise and Rising Damp – pays tribute to a Black Hollywood pioneer

    When I was in my late 30s, someone came up to me in the street and started talking to me as if I were Sidney Poitier. To the extent that they called me “Sidney”. I said: “I’m sorry – my name is Don.” And they looked at me and said: “Oh Sidney, when did you change your name?” They simply would not accept I was somebody else.

    Even if you didn’t model yourself after Poitier, other people would. He was just the go-to reference. I’ve yet to meet a Black actor who hasn’t been compared to him – which is both irritating and enjoyable. And says more about the one making the comparison.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2022/jan/13/sidney-poitier-don-warrington-actor-death-in-paradise", - "creator": "As told to Catherine Shoard", - "pubDate": "2022-01-13T09:51:03Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "64a8d226f771925496f37b5746a877d1", - "highlights": [] + "hash": "74b0f72e47f5f021ffc409f8c9d21859" }, { - "title": "‘Disgrace’: what the papers said as Boris Johnson faces calls to resign", - "description": "

    Amid the derision, supportive papers try to rally around the PM but report that ‘ambitious’ Rishi Sunak is waiting in the wings

    The newspaper front pages have piled the pressure on Boris Johnson as the prime minister fights for his political life over the scandal of the “bring your own booze” lockdown-era party at Downing Street.

    The Mirror’s banner headline on Thursday is “Disgrace”, set below a picture of Johnson giving his humiliating apology to the Commons for “not realising” the event in the back garden of 10 Downing Street on 20 May 2020 was a party.

    Continue reading...", - "content": "

    Amid the derision, supportive papers try to rally around the PM but report that ‘ambitious’ Rishi Sunak is waiting in the wings

    The newspaper front pages have piled the pressure on Boris Johnson as the prime minister fights for his political life over the scandal of the “bring your own booze” lockdown-era party at Downing Street.

    The Mirror’s banner headline on Thursday is “Disgrace”, set below a picture of Johnson giving his humiliating apology to the Commons for “not realising” the event in the back garden of 10 Downing Street on 20 May 2020 was a party.

    Continue reading...", - "category": "Newspapers", - "link": "https://www.theguardian.com/media/2022/jan/13/disgrace-what-the-papers-said-as-boris-johnson-faces-calls-to-resign", - "creator": "Martin Farrer", - "pubDate": "2022-01-13T02:27:38Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6c01df898816623c9e7827543e5b3a2b", - "highlights": [] + "hash": "4958bdadc45c15089709a6c816755e0d" }, { - "title": "French teachers walk out of classrooms in strike over Covid measures", - "description": "

    Unions accuse government of lack of consultation and say teachers have been treated with ‘disdain’

    French teachers are holding one of the biggest education strikes in recent years, forcing the closure of hundreds of primary schools in protest at the government’s handling of Covid-19 measures in the education sector.

    Trade unions said they expected 75% of primary teachers to walk out and 62% of secondary teachers. The education ministry gave much lower figures on Thursday morning, saying there was an average of 38.5% of teachers on strike in primary schools, and just under 24% in high schools. Teachers and education support staff were expected to join a protest march through the centre of Paris to the education ministry.

    Continue reading...", - "content": "

    Unions accuse government of lack of consultation and say teachers have been treated with ‘disdain’

    French teachers are holding one of the biggest education strikes in recent years, forcing the closure of hundreds of primary schools in protest at the government’s handling of Covid-19 measures in the education sector.

    Trade unions said they expected 75% of primary teachers to walk out and 62% of secondary teachers. The education ministry gave much lower figures on Thursday morning, saying there was an average of 38.5% of teachers on strike in primary schools, and just under 24% in high schools. Teachers and education support staff were expected to join a protest march through the centre of Paris to the education ministry.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2022/jan/13/half-of-french-primary-schools-expected-to-close-teachers-strike-protest-covid-education", - "creator": "Angelique Chrisafis in Paris", - "pubDate": "2022-01-13T12:26:07Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c0718ae48e9e54057d52fe2e9406995e", - "highlights": [] + "hash": "ebbc5a1791a599e9c36bbb04df22f907" }, { - "title": "‘They saw bigger things’: Richard Leakey, Edward O Wilson and Thomas Lovejoy remembered", - "description": "

    Friends and colleagues pay tribute after the recent deaths of these groundbreaking naturalists, who shifted our understanding of the world and our future

    Over Christmas and the new year, three of the world’s leading naturalists died. Thomas Lovejoy, a conservation biologist credited with popularising the term “biodiversity” and a passionate defender of the Amazon, died on 25 December. A day later, Edward O Wilson, known to many as the “modern-day Darwin”, died in Burlington, Massachusetts. On 2 January, Richard Leakey, a world-renowned Kenyan conservationist who helped establish Africa as the birthplace of humankind, died at his home in Nairobi.

    From presidents to undergraduate students, thousands have paid tribute to the three men, whose achievements range from developing theories on forest and island ecosystems to reforming the Kenyan civil service and devising proposals to protect half the planet for nature. Alongside grand accomplishments, which were sometimes controversial, their passing has been a chance to reflect on the small and the mundane: fleeting interactions that inspired careers, kind words that propelled research projects, and generosity of spirit that has helped amplify the voices of those that practise and produce science.

    Continue reading...", - "content": "

    Friends and colleagues pay tribute after the recent deaths of these groundbreaking naturalists, who shifted our understanding of the world and our future

    Over Christmas and the new year, three of the world’s leading naturalists died. Thomas Lovejoy, a conservation biologist credited with popularising the term “biodiversity” and a passionate defender of the Amazon, died on 25 December. A day later, Edward O Wilson, known to many as the “modern-day Darwin”, died in Burlington, Massachusetts. On 2 January, Richard Leakey, a world-renowned Kenyan conservationist who helped establish Africa as the birthplace of humankind, died at his home in Nairobi.

    From presidents to undergraduate students, thousands have paid tribute to the three men, whose achievements range from developing theories on forest and island ecosystems to reforming the Kenyan civil service and devising proposals to protect half the planet for nature. Alongside grand accomplishments, which were sometimes controversial, their passing has been a chance to reflect on the small and the mundane: fleeting interactions that inspired careers, kind words that propelled research projects, and generosity of spirit that has helped amplify the voices of those that practise and produce science.

    Continue reading...", - "category": "Environment", - "link": "https://www.theguardian.com/environment/2022/jan/13/they-saw-bigger-things-richard-leakey-edward-o-wilson-and-thomas-lovejoy-remembered-aoe", - "creator": "Patrick Greenfield", - "pubDate": "2022-01-13T11:30:41Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d5182462739ea5c01a7f27ffed831f0", - "highlights": [] + "hash": "be572e7d1af8a05f99c3bea6770995a5" }, { - "title": "US Capitol attack panel seeks McCarthy’s cooperation | First Thing", - "description": "

    House minority leader Kevin McCarthy accused the House select committee investigating the US Capitol attack of ‘abuse of power’ as he denied the panel’s request for an interview

    Good morning.

    Yesterday the House select committee investigating the US Capitol attack formally asked the Republican House minority leader, Kevin McCarthy, to cooperate with its inquiry into the 6 January insurrection.

    McCarthy responded late Wednesday that he would not cooperate with the investigation, setting the stage for a bitter political showdown.

    McCarthy had spoken directly to Donald Trump on the day the former president’s supporters stormed the US Capitol to stop the certification of Joe Biden’s election win.

    The committee’s request to McCarthy marks a significant political moment for the investigation as they examine potential criminal conduct by the former president.

    Continue reading...", - "content": "

    House minority leader Kevin McCarthy accused the House select committee investigating the US Capitol attack of ‘abuse of power’ as he denied the panel’s request for an interview

    Good morning.

    Yesterday the House select committee investigating the US Capitol attack formally asked the Republican House minority leader, Kevin McCarthy, to cooperate with its inquiry into the 6 January insurrection.

    McCarthy responded late Wednesday that he would not cooperate with the investigation, setting the stage for a bitter political showdown.

    McCarthy had spoken directly to Donald Trump on the day the former president’s supporters stormed the US Capitol to stop the certification of Joe Biden’s election win.

    The committee’s request to McCarthy marks a significant political moment for the investigation as they examine potential criminal conduct by the former president.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2022/jan/13/first-thing-capitol-attack-panel-seeks-mccarthys-cooperation", - "creator": "Vivian Ho", - "pubDate": "2022-01-13T12:45:52Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9dfbc2b6217d0dd20174dba6fa570218", - "highlights": [] + "hash": "8c601289625abc8aa4b27fde1bef1d65" }, { - "title": "Hillsong Church camp ordered to stop singing and dancing by NSW Health", - "description": "

    Footage of parishioners revelling at church’s annual youth camp sparks anger at religious groups’ exemption from Covid restrictions

    Hillsong Church has been told by NSW Health to immediately stop singing and dancing at a youth summer camp being held in Newcastle, after footage of youngparishioners dancing to music sparked widespread anger at the state’s exemption for religious groups.

    Photos and videos posted on the church’s social media accounts over the last two days from its annual youth summer camp showed crowds of people singing without masks during services and dancing to pop music that was non-devotional. The camp, which is aimed at 15- to 17-year-olds, is due to finish on Saturday.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "content": "

    Footage of parishioners revelling at church’s annual youth camp sparks anger at religious groups’ exemption from Covid restrictions

    Hillsong Church has been told by NSW Health to immediately stop singing and dancing at a youth summer camp being held in Newcastle, after footage of youngparishioners dancing to music sparked widespread anger at the state’s exemption for religious groups.

    Photos and videos posted on the church’s social media accounts over the last two days from its annual youth summer camp showed crowds of people singing without masks during services and dancing to pop music that was non-devotional. The camp, which is aimed at 15- to 17-year-olds, is due to finish on Saturday.

    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/13/hillsong-church-camp-ordered-to-stop-singing-and-dancing-by-nsw-health", - "creator": "Sian Cain", - "pubDate": "2022-01-13T09:58:56Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3655025cc8c63790d02ba56be7735140", - "highlights": [] + "hash": "189a5b962c94ec92eaf1dbea249d16f5" }, { - "title": "‘Babies here are born sick’: are Bolivia’s gold mines poisoning its indigenous people?", - "description": "

    The government has been criticised for apparent inaction as evidence mounts that mercury contamination is causing illness in fishing communities

    Outside a small brick house shared by four families, Daniela Prada, who is heavily pregnant, gathers guava leaves to make a tea for her two-year-old son.

    “My baby gets sick a lot,” she says, boiling a pot of water in her outdoor kitchen. “He always has diarrhoea and last night he had a fever. Most of the time I give him natural medicine.”

    In an identical house nearby, town leader Oscar Lurici says fevers are a part of life in Eyiyo Quibo village on the Beni River in northern Bolivia. People of all ages suffer from debilitating head and body aches, bouts of vomiting and diarrhoea, memory loss and tiredness. Some children show signs of cognitive development delays.

    Continue reading...", - "content": "

    The government has been criticised for apparent inaction as evidence mounts that mercury contamination is causing illness in fishing communities

    Outside a small brick house shared by four families, Daniela Prada, who is heavily pregnant, gathers guava leaves to make a tea for her two-year-old son.

    “My baby gets sick a lot,” she says, boiling a pot of water in her outdoor kitchen. “He always has diarrhoea and last night he had a fever. Most of the time I give him natural medicine.”

    In an identical house nearby, town leader Oscar Lurici says fevers are a part of life in Eyiyo Quibo village on the Beni River in northern Bolivia. People of all ages suffer from debilitating head and body aches, bouts of vomiting and diarrhoea, memory loss and tiredness. Some children show signs of cognitive development delays.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2022/jan/12/babies-here-are-born-sick-are-bolivias-gold-mines-poisoning-its-indigenous-people", - "creator": "William Wroblewski", - "pubDate": "2022-01-12T06:15:39Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "626e18cf7f1efc5f36390b4554b94739", - "highlights": [] + "hash": "f10b7f980c9b3d56fe941834efa3a0c3" }, { - "title": "‘I saw myself in RuPaul’: how Drag Race inspired LGBTQ+ Kenyans to find freedom", - "description": "

    Inspired by the hit US show, a Nairobi group is using catwalk events to combat stigma and abuse

    An audience wearing face masks sits around the edges of a nondescript room in an unassuming building in the centre of Nairobi. Sparsely furnished and decorated with a few posters advertising PrEP, a drug that reduces chances of contracting HIV, there is a low hum of excited chatter.

    Then the speakers crackle into action, playing Sweet Dreams by Beyoncé, and in struts Toyo, a 23-year-old transgender woman, wearing a figure-hugging sparkly blue dress accessorised with bright red painted nails and the ubiqitious face mask, in black. She walks to the end of the room, strikes a pose and struts back out. Toyo is followed by Miss K – or Kelvin, when not in drag – 24, who is wearing a red strappy dress, long black wig, fake Louboutin heels, and plenty of makeup.

    Continue reading...", - "content": "

    Inspired by the hit US show, a Nairobi group is using catwalk events to combat stigma and abuse

    An audience wearing face masks sits around the edges of a nondescript room in an unassuming building in the centre of Nairobi. Sparsely furnished and decorated with a few posters advertising PrEP, a drug that reduces chances of contracting HIV, there is a low hum of excited chatter.

    Then the speakers crackle into action, playing Sweet Dreams by Beyoncé, and in struts Toyo, a 23-year-old transgender woman, wearing a figure-hugging sparkly blue dress accessorised with bright red painted nails and the ubiqitious face mask, in black. She walks to the end of the room, strikes a pose and struts back out. Toyo is followed by Miss K – or Kelvin, when not in drag – 24, who is wearing a red strappy dress, long black wig, fake Louboutin heels, and plenty of makeup.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2022/jan/11/i-saw-myself-in-rupaul-how-drag-race-inspired-lgbtq-kenyans-to-find-freedom", - "creator": "Sarah Johnson", - "pubDate": "2022-01-11T07:15:09Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "91150cec05894e44e947c16daf0f9531", - "highlights": [] + "hash": "b38836a0027856ce1f0a2ff73a4f95f8" }, { - "title": "Virginia Giuffre unlikely to accept purely financial settlement, says lawyer", - "description": "

    Prince Andrew’s accuser wants vindication of herself and her claims, says David Boies

    The Duke of York’s accuser Virginia Giuffre would be unlikely to accept a “purely financial settlement” to end her sexual assault civil lawsuit against the royal, her lawyer has said.

    David Boies was speaking after a US judge rejected Prince Andrew’s motion to have the civil case against him dismissed, paving the way for a possible civil trial in the autumn.

    Continue reading...", - "content": "

    Prince Andrew’s accuser wants vindication of herself and her claims, says David Boies

    The Duke of York’s accuser Virginia Giuffre would be unlikely to accept a “purely financial settlement” to end her sexual assault civil lawsuit against the royal, her lawyer has said.

    David Boies was speaking after a US judge rejected Prince Andrew’s motion to have the civil case against him dismissed, paving the way for a possible civil trial in the autumn.

    Continue reading...", - "category": "Prince Andrew", - "link": "https://www.theguardian.com/uk-news/2022/jan/13/virginia-giuffre-unlikely-to-accept-settlement-to-end-prince-andrew-lawsuit", - "creator": "Caroline Davies", - "pubDate": "2022-01-13T09:45:53Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4661b835ba847c6c1a09882fa5ae0864", - "highlights": [] + "hash": "abd0337155c5a7a8b09cfbb9f6559f84" }, { - "title": "Boris Johnson cancels trip after family member’s positive Covid test while Tory leadership crisis grows – UK politics live", - "description": "

    Latest updates: Downing Street says Boris Johnson is ‘limiting close contact with others’ while minister fails to deny PM ‘believes he did nothing wrong’

    A former Conservative MSP has said that Jacob Rees-Mogg, the leader of the Commons, was “wrong” to dismisses Douglas Ross, the Scottish Tory leader, as “quite a lightweight figure” in an interview last night.

    Rees-Mogg made the comment on Newsnight in response to questions about Ross saying that Boris Johnson should resign. Most Conservative MSPs have publicly backed Ross, and Newsnight said in private all 31 of them agree that Johnson should go.

    There’s a ‘Save Boris’ operation going on at the moment, which you would expect Jacob Rees-Mogg to be ... at the head of. That explains why Jacob Rees-Mogg was very rude and dismissive about Douglas yesterday.

    Jacob’s got this wrong - I don’t agree with anything that Jacob said about this matter.

    I think there will always be ties but I think that Douglas and his team need to do some deep and serious thinking about exactly what the nature of those ties should be.

    All of the bad days the Scottish Tories have in Holyrood are not caused by the Scottish Tories in Holyrood, they are caused by events 400 miles south. And they need to reflect on that ...

    Continue reading...", - "content": "

    Latest updates: Downing Street says Boris Johnson is ‘limiting close contact with others’ while minister fails to deny PM ‘believes he did nothing wrong’

    A former Conservative MSP has said that Jacob Rees-Mogg, the leader of the Commons, was “wrong” to dismisses Douglas Ross, the Scottish Tory leader, as “quite a lightweight figure” in an interview last night.

    Rees-Mogg made the comment on Newsnight in response to questions about Ross saying that Boris Johnson should resign. Most Conservative MSPs have publicly backed Ross, and Newsnight said in private all 31 of them agree that Johnson should go.

    There’s a ‘Save Boris’ operation going on at the moment, which you would expect Jacob Rees-Mogg to be ... at the head of. That explains why Jacob Rees-Mogg was very rude and dismissive about Douglas yesterday.

    Jacob’s got this wrong - I don’t agree with anything that Jacob said about this matter.

    I think there will always be ties but I think that Douglas and his team need to do some deep and serious thinking about exactly what the nature of those ties should be.

    All of the bad days the Scottish Tories have in Holyrood are not caused by the Scottish Tories in Holyrood, they are caused by events 400 miles south. And they need to reflect on that ...

    Continue reading...", - "category": "Politics", - "link": "https://www.theguardian.com/politics/live/2022/jan/13/boris-johnson-coronavirus-covid-uk-news-live-pm-tory-leadership-crisis-sue-gray", - "creator": "Andrew Sparrow", - "pubDate": "2022-01-13T10:24:57Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2bd4c54402de394de16c6a57e9223e53", - "highlights": [] + "hash": "b6125fd58683ebc146b369660e55de31" }, { - "title": "Half of France’s primary schools expected to close as teachers strike", - "description": "

    Three-quarters of teachers are likely to walk out in protest against Covid measures in education sector

    France faces one of its biggest education strikes in decades on Thursday, when about 75% of teachers are expected to walk out, forcing the closure of half the country’s primary schools in protest at the government’s handling of Covid-19 measures in the education sector.

    President Emmanuel Macron this week restated the government view that one of France’s greatest successes during the pandemic had been to keep schools open more than any other country in the world. “I fundamentally believe the choice that we made to keep schools open is the right choice,” he said.

    Continue reading...", - "content": "

    Three-quarters of teachers are likely to walk out in protest against Covid measures in education sector

    France faces one of its biggest education strikes in decades on Thursday, when about 75% of teachers are expected to walk out, forcing the closure of half the country’s primary schools in protest at the government’s handling of Covid-19 measures in the education sector.

    President Emmanuel Macron this week restated the government view that one of France’s greatest successes during the pandemic had been to keep schools open more than any other country in the world. “I fundamentally believe the choice that we made to keep schools open is the right choice,” he said.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2022/jan/13/half-of-french-primary-schools-expected-to-close-teachers-strike-protest-covid-education", - "creator": "Angelique Chrisafis in Paris", - "pubDate": "2022-01-13T04:30:06Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "402660d56d6d34f009bc072df3f5bd32", - "highlights": [] + "hash": "f0d0be9fb648e0f6e6a192e882f33621" }, { - "title": "Nasa begins months-long effort to focus James Webb space telescope", - "description": "

    The revolutionary new scope could provide a glimpse of the cosmos dating back billions of years, but first some painstaking adjustments are needed

    Nasa has embarked on the months-long, painstaking process of bringing its newly launched James Webb space telescope into focus, a task due for completion in time for the revolutionary eye in the sky to begin peering into the cosmos by early summer.

    Mission control engineers at Nasa’s Goddard space flight centre in Greenbelt, Maryland, began by sending their initial commands to tiny motors called actuators that slowly position and fine-tune the telescope’s principal mirror.

    Continue reading...", - "content": "

    The revolutionary new scope could provide a glimpse of the cosmos dating back billions of years, but first some painstaking adjustments are needed

    Nasa has embarked on the months-long, painstaking process of bringing its newly launched James Webb space telescope into focus, a task due for completion in time for the revolutionary eye in the sky to begin peering into the cosmos by early summer.

    Mission control engineers at Nasa’s Goddard space flight centre in Greenbelt, Maryland, began by sending their initial commands to tiny motors called actuators that slowly position and fine-tune the telescope’s principal mirror.

    Continue reading...", - "category": "Astronomy", - "link": "https://www.theguardian.com/science/2022/jan/13/nasa-begin-months-long-effort-to-bring-james-webb-space-telescope-into-focus", - "creator": "Reuters", - "pubDate": "2022-01-13T04:38:14Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3fb4621b89d88c1cc98fe4ef6d0510b3", - "highlights": [] + "hash": "aeee91a2989b82f1b80657ad1ce3b3b5" }, { - "title": "‘Dancing through the water’: rare sighting of blanket octopus in Great Barrier Reef", - "description": "

    ‘Seeing one in real life is indescribable,’ says marine biologist of the technicolour marine mollusc she spotted off Queensland

    Only a handful of people have spotted the dazzling blanket octopus in the wild, making it one of the rarest sights in the marine world.

    The technicolour marine mollusc was spotted last week by reef guide and marine biologist Jacinta Shackleton, off the coast of Lady Elliot Island in the Great Barrier Reef .

    Continue reading...", - "content": "

    ‘Seeing one in real life is indescribable,’ says marine biologist of the technicolour marine mollusc she spotted off Queensland

    Only a handful of people have spotted the dazzling blanket octopus in the wild, making it one of the rarest sights in the marine world.

    The technicolour marine mollusc was spotted last week by reef guide and marine biologist Jacinta Shackleton, off the coast of Lady Elliot Island in the Great Barrier Reef .

    Continue reading...", - "category": "Marine life", - "link": "https://www.theguardian.com/environment/2022/jan/13/dancing-through-the-water-rare-sighting-of-blanket-octopus-in-great-barrier-reef", - "creator": "Bertin Huynh", - "pubDate": "2022-01-13T04:07:15Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4d9dc5bcf453641e6a3a8d6715c1d321", - "highlights": [] + "hash": "7408f2b8dda07b5dd6e0c08981436f1b" }, { - "title": "‘Exquisite’ Roman figure found on HS2 dig in Buckinghamshire", - "description": "

    Preservation of figure carved from single piece of wood is incredible, say archaeologists

    An extremely rare, carved wooden figure from the early Roman era has been unearthed in a waterlogged ditch in Buckinghamshire, the latest extraordinary find in the UK’s biggest ever archaeological dig along the 150-mile HS2 rail route.

    The 67cm-tall figure is carved from a single piece of wood. Archaeologists said its preservation was “incredible” given its age and material, but the lack of oxygen in the ditch helped prevent rotting over many centuries.

    Continue reading...", - "content": "

    Preservation of figure carved from single piece of wood is incredible, say archaeologists

    An extremely rare, carved wooden figure from the early Roman era has been unearthed in a waterlogged ditch in Buckinghamshire, the latest extraordinary find in the UK’s biggest ever archaeological dig along the 150-mile HS2 rail route.

    The 67cm-tall figure is carved from a single piece of wood. Archaeologists said its preservation was “incredible” given its age and material, but the lack of oxygen in the ditch helped prevent rotting over many centuries.

    Continue reading...", - "category": "Archaeology", - "link": "https://www.theguardian.com/science/2022/jan/13/exquisite-roman-figure-found-on-hs2-dig-in-buckinghamshire", - "creator": "Harriet Sherwood Arts and culture correspondent", - "pubDate": "2022-01-13T06:00:11Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", - "read": true, + "feed": "NYTimes", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "040af7e36777f20eaa392b671ac3fd86", - "highlights": [] + "hash": "388087c65073dca9aba143be67ac12cb" }, { - "title": "New Zealand man has cockroach extracted from ear three days after feeling wriggling", - "description": "

    Zane Wedding said he initially thought the problem was just water in his ear and later gave the insect to the ear specialist as a memento

    A New Zealand man has had a cockroach pulled from his ear three days after first feeling a squirming sensation.

    Zane Wedding said he initially thought the problem was just water in his ear. The Aucklander had been for a swim at a local pool on Friday morning and fell asleep on his couch that evening. He woke up with a blocked ear – and the feeling there was something wriggling inside.

    Continue reading...", - "content": "

    Zane Wedding said he initially thought the problem was just water in his ear and later gave the insect to the ear specialist as a memento

    A New Zealand man has had a cockroach pulled from his ear three days after first feeling a squirming sensation.

    Zane Wedding said he initially thought the problem was just water in his ear. The Aucklander had been for a swim at a local pool on Friday morning and fell asleep on his couch that evening. He woke up with a blocked ear – and the feeling there was something wriggling inside.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/2022/jan/13/new-zealand-man-has-cockroach-extracted-from-ear-three-days-after-feeling-wriggling", - "creator": "Pete McKenzie in Wellington", - "pubDate": "2022-01-13T01:10:59Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "56b086ebb50ec5536b9ac195adfa82dd", - "highlights": [] + "hash": "eae28068ab70c08abcae7abdc30d24df" }, { - "title": "Covid live: France lifts UK travel ban; teachers in France going on strike over rules for schools", - "description": "

    From Friday UK holidaymakers can enter France again; up to 75% of French teachers plan to walk off the job today

    Daily coronavirus cases in Japan have exceeded 13,000 for the first time in more than four months, as the country confronts a sixth wave of infections driven by the Omicron variant.

    It reported 13,244 new cases on Wednesday, including 2,198 in Tokyo and 1,711 in Osaka. The number of new infections in the Japanese capital was more than double that recorded the previous day and a fivefold increase from the same day the previous week.

    Continue reading...", - "content": "

    From Friday UK holidaymakers can enter France again; up to 75% of French teachers plan to walk off the job today

    Daily coronavirus cases in Japan have exceeded 13,000 for the first time in more than four months, as the country confronts a sixth wave of infections driven by the Omicron variant.

    It reported 13,244 new cases on Wednesday, including 2,198 in Tokyo and 1,711 in Osaka. The number of new infections in the Japanese capital was more than double that recorded the previous day and a fivefold increase from the same day the previous week.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/13/covid-news-live-us-deaths-rise-40-on-last-week-cdc-says-german-chancellor-calls-for-mandatory-vaccination-of-all-adults", - "creator": "Martin Belam (now) and Samantha Lock (earlier)", - "pubDate": "2022-01-13T10:43:12Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4f9318e461baf2994b7e4e12097b560c", - "highlights": [] + "hash": "5e087de601abd7b35b414a7ee1139313" }, { - "title": "‘A banana, concrete – those are good gifts’: the recycling group turning strangers into friends", - "description": "

    There are 7,000 Buy Nothing groups with more than 5 million members worldwide. But their appeal goes beyond the chance to swap everything from nettles to power tools

    Who on earth wants fish tank wastewater, chicken poo, tumble-dryer lint, loo roll tubes, “a plaster mould of a Komodo dragon’s foot” or half a broken toilet? No one, you might think, but the Buy Nothing community begs to differ: these are all real “gifts” snapped up by more than 5 million members worldwide, who give away their unwanted items in the local community. It’s living proof that “one person’s trash is another’s treasure”, as Alisa Miller, the administrator of the Blackheath/Charlton/Lewisham group puts it.

    Miller offered her daughter’s broken toy birdcage with little hope anyone would want it; it was snapped up by a local flower-arranging enthusiast, and filled with succulents and trailing plants. Her co-administrator’s son is the current custodian of a toy helicopter that has been played with by five Buy Nothing families to date. Members ask for what they want and usually get it: anything from household appliances, furniture and gardening tools to clothes and baby gear.

    Continue reading...", - "content": "

    There are 7,000 Buy Nothing groups with more than 5 million members worldwide. But their appeal goes beyond the chance to swap everything from nettles to power tools

    Who on earth wants fish tank wastewater, chicken poo, tumble-dryer lint, loo roll tubes, “a plaster mould of a Komodo dragon’s foot” or half a broken toilet? No one, you might think, but the Buy Nothing community begs to differ: these are all real “gifts” snapped up by more than 5 million members worldwide, who give away their unwanted items in the local community. It’s living proof that “one person’s trash is another’s treasure”, as Alisa Miller, the administrator of the Blackheath/Charlton/Lewisham group puts it.

    Miller offered her daughter’s broken toy birdcage with little hope anyone would want it; it was snapped up by a local flower-arranging enthusiast, and filled with succulents and trailing plants. Her co-administrator’s son is the current custodian of a toy helicopter that has been played with by five Buy Nothing families to date. Members ask for what they want and usually get it: anything from household appliances, furniture and gardening tools to clothes and baby gear.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/13/a-banana-concrete-those-are-good-gifts-recycling-group-turning-strangers-into-friends", - "creator": "Emma Beddington", - "pubDate": "2022-01-13T06:00:10Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4dea26e8e636f7fbd8b93f895912a107", - "highlights": [] + "hash": "b5cc6706c130fbff329e8989e7b0d7f8" }, { - "title": "‘I started campaigning before I could even vote!’ Amika George on period poverty, politics and the power of protest", - "description": "

    At just 17, the schoolgirl began a campaign to ensure every school offered free sanitary products. Now 22, she talks about tackling stigma, her new book and her fears about the UK’s new police bill

    Amika George, 22, didn’t set out to be an activist. “None of my immediate family were involved in formal politics in any way,” she says. And yet, while still a teenager, she ran the successful Free Periods campaign that led to free sanitary products being placed in schools and now she has a book, Make It Happen, about how to get involved in politics from the grassroots.

    Featuring prominent voices from Arundhati Roy to the Egyptian writer and radical Wael Ghomin, its worldview is that there is an infinite possibility for change, situated in the hands of every one of us. In other words, it is a remix of Hannah Arendt with a sunnier chorus. So I am surprised when I speak to her, not just by her hinterland but by her manner. I was expecting a punchy, studs-first Marxist; instead I find a quietly spoken, very thoughtful committed Christian, who is constantly challenging, often playful but always with serious intent.

    Continue reading...", - "content": "

    At just 17, the schoolgirl began a campaign to ensure every school offered free sanitary products. Now 22, she talks about tackling stigma, her new book and her fears about the UK’s new police bill

    Amika George, 22, didn’t set out to be an activist. “None of my immediate family were involved in formal politics in any way,” she says. And yet, while still a teenager, she ran the successful Free Periods campaign that led to free sanitary products being placed in schools and now she has a book, Make It Happen, about how to get involved in politics from the grassroots.

    Featuring prominent voices from Arundhati Roy to the Egyptian writer and radical Wael Ghomin, its worldview is that there is an infinite possibility for change, situated in the hands of every one of us. In other words, it is a remix of Hannah Arendt with a sunnier chorus. So I am surprised when I speak to her, not just by her hinterland but by her manner. I was expecting a punchy, studs-first Marxist; instead I find a quietly spoken, very thoughtful committed Christian, who is constantly challenging, often playful but always with serious intent.

    Continue reading...", - "category": "Activism", - "link": "https://www.theguardian.com/world/2022/jan/13/i-started-campaigning-before-i-could-even-vote-amika-george-on-period-poverty-politics-and-the-power-of-protest", - "creator": "Zoe Williams", - "pubDate": "2022-01-13T10:31:41Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ad1342fa2b3cf536297051737f971f18", - "highlights": [] + "hash": "5f5fa6dce509eda509baf5697de26c82" }, { - "title": "Ronnie Spector, pop singer who fronted the Ronettes, dies aged 78", - "description": "

    Singer of hits including Be My Baby, who married abusive producer Phil Spector, dies of cancer

    Ronnie Spector, the singer who defined the sound of mid-century girl groups as the frontwoman of the Ronettes, has died aged 78.

    A statement on her website states:

    Our beloved earth angel, Ronnie, peacefully left this world today after a brief battle with cancer. She was with family and in the arms of her husband, Jonathan.

    Ronnie lived her life with a twinkle in her eye, a spunky attitude, a wicked sense of humor and a smile on her face. She was filled with love and gratitude.

    Continue reading...", - "content": "

    Singer of hits including Be My Baby, who married abusive producer Phil Spector, dies of cancer

    Ronnie Spector, the singer who defined the sound of mid-century girl groups as the frontwoman of the Ronettes, has died aged 78.

    A statement on her website states:

    Our beloved earth angel, Ronnie, peacefully left this world today after a brief battle with cancer. She was with family and in the arms of her husband, Jonathan.

    Ronnie lived her life with a twinkle in her eye, a spunky attitude, a wicked sense of humor and a smile on her face. She was filled with love and gratitude.

    Continue reading...", - "category": "Ronnie Spector", - "link": "https://www.theguardian.com/music/2022/jan/12/ronnie-spector-pop-singer-who-fronted-the-ronettes-dies-aged-78", - "creator": "Ben Beaumont-Thomas", - "pubDate": "2022-01-12T21:59:49Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "af3d568fd949f176133279a673de0a9e", - "highlights": [] + "hash": "dba47feaefefa6984d0e8b7becc02742" }, { - "title": "McConnell attacks US president’s ‘rant’ in favour of voting rights bill", - "description": "

    Senate Republican leader calls Joe Biden’s speech ‘incoherent, incorrect and beneath his office’

    Top Republican senator Mitch McConnell has attacked Joe Biden’s push for a voting rights bill, underscoring the difficulty the Democrats face attempting to steer legislation through Congress with a narrow majority.

    The US president has called for his party to jettison the Senate’s longstanding “filibuster” rule, which requires 60 of the 100 senators to agree to advance most legislation, a move that McConnell said would irreparably damage the chamber.

    Continue reading...", - "content": "

    Senate Republican leader calls Joe Biden’s speech ‘incoherent, incorrect and beneath his office’

    Top Republican senator Mitch McConnell has attacked Joe Biden’s push for a voting rights bill, underscoring the difficulty the Democrats face attempting to steer legislation through Congress with a narrow majority.

    The US president has called for his party to jettison the Senate’s longstanding “filibuster” rule, which requires 60 of the 100 senators to agree to advance most legislation, a move that McConnell said would irreparably damage the chamber.

    Continue reading...", - "category": "US voting rights", - "link": "https://www.theguardian.com/us-news/2022/jan/13/us-senator-attacks-bidens-rant-in-favour-of-voting-rights-bill", - "creator": "Reuters", - "pubDate": "2022-01-13T10:38:38Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "05929b9a226b0b6e1fab422b0881b098", - "highlights": [] + "hash": "1a558d3a4db0072604ba5166a8be9f8b" }, { - "title": "Boris Johnson’s future on a knife edge after No 10 party apology", - "description": "

    Senior Tories call on PM to resign after Downing Street garden party admission

    Boris Johnson’s premiership was hanging in the balance as Conservative MPs began openly calling for his resignation after he admitted attending a garden party in lockdown, claiming he thought it was a “work event”.

    Johnson delivered a carefully worded apology for attending the alcohol-fuelled gathering of up to 40 officials in May 2020, which was described in an email invitation as “socially distanced drinks” to enjoy the warm weather.

    Continue reading...", - "content": "

    Senior Tories call on PM to resign after Downing Street garden party admission

    Boris Johnson’s premiership was hanging in the balance as Conservative MPs began openly calling for his resignation after he admitted attending a garden party in lockdown, claiming he thought it was a “work event”.

    Johnson delivered a carefully worded apology for attending the alcohol-fuelled gathering of up to 40 officials in May 2020, which was described in an email invitation as “socially distanced drinks” to enjoy the warm weather.

    Continue reading...", - "category": "Boris Johnson", - "link": "https://www.theguardian.com/politics/2022/jan/12/boris-johnson-no-10-party-admission-lockdown", - "creator": "Heather Stewart, Peter Walker, Aubrey Allegretti and Rowena Mason", - "pubDate": "2022-01-12T21:52:15Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fc0d242145ce631970bccd37284a0650", - "highlights": [] + "hash": "f1a06e51fef468f7a3b4d708a874384f" }, { - "title": "Novak Djokovic included in delayed Australian Open draw as visa call wait continues", - "description": "
    • Serb drawn to play compatriot Miomir Kecmanović in first round
    • Immigration minister’s decision on world No 1 still pending

    Novak Djokovic has been confirmed in the official draw for the Australian Open, despite uncertainty over whether the government will cancel his visa for a second time.

    Australian immigration minister Alex Hawke is weighing exercising discretionary powers to revoke Djokovic’s visa, which could scuttle the Serb’s bid for a record 21st major title and 10th at Melbourne Park.

    Continue reading...", - "content": "
    • Serb drawn to play compatriot Miomir Kecmanović in first round
    • Immigration minister’s decision on world No 1 still pending

    Novak Djokovic has been confirmed in the official draw for the Australian Open, despite uncertainty over whether the government will cancel his visa for a second time.

    Australian immigration minister Alex Hawke is weighing exercising discretionary powers to revoke Djokovic’s visa, which could scuttle the Serb’s bid for a record 21st major title and 10th at Melbourne Park.

    Continue reading...", - "category": "Australian Open 2022", - "link": "https://www.theguardian.com/sport/2022/jan/13/australian-open-delayed-draw-novak-djokovic", - "creator": "Agencies", - "pubDate": "2022-01-13T06:02:02Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0f5a301dabb7f3aa76c15960404f07c0", - "highlights": [] + "hash": "e8a9a5493ed6b8b0aad67421d369a765" }, { - "title": "Hottest day on record in parts of Western Australia as temperature reaches 50C", - "description": "

    Mercury in Roebourne hits new high, according to the bureau of meteorology, as a severe weather warning issued in the state’s far-north

    Parts of Western Australia’s Pilbara region have sweltered through their hottest day on record with the temperature hitting 50C.

    The mercury in Roebourne soared to its new high just before 12.30pm on Thursday, according to the Bureau of Meteorology.

    Continue reading...", - "content": "

    Mercury in Roebourne hits new high, according to the bureau of meteorology, as a severe weather warning issued in the state’s far-north

    Parts of Western Australia’s Pilbara region have sweltered through their hottest day on record with the temperature hitting 50C.

    The mercury in Roebourne soared to its new high just before 12.30pm on Thursday, according to the Bureau of Meteorology.

    Continue reading...", - "category": "Australia weather", - "link": "https://www.theguardian.com/australia-news/2022/jan/13/hottest-day-on-record-in-parts-of-western-australia-as-temperature-reaches-50c", - "creator": "Australian Associated Press", - "pubDate": "2022-01-13T05:24:39Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c97f542e292c17b6c78d2c4541e3a1b6", - "highlights": [] + "hash": "55cfcac0577c26364b3fa62f0d691a45" }, { - "title": "Prince Andrew: the lengthy and embarrassing legal ordeal ahead", - "description": "

    The lawsuit brought by Virginia Giuffre in Manhattan is likely to go to trial by jury, US legal experts say

    When a Manhattan judge rejected Prince Andrew’s efforts to dismiss Virginia Giuffre’s sexual abuse lawsuit against him on Wednesday, it marked a victory for his longtime accuser.

    Judge Lewis Kaplan’s ruling also means that the embattled royal will remain embroiled in lengthy – and embarrassing – legal proceedings for the foreseeable future.

    Continue reading...", - "content": "

    The lawsuit brought by Virginia Giuffre in Manhattan is likely to go to trial by jury, US legal experts say

    When a Manhattan judge rejected Prince Andrew’s efforts to dismiss Virginia Giuffre’s sexual abuse lawsuit against him on Wednesday, it marked a victory for his longtime accuser.

    Judge Lewis Kaplan’s ruling also means that the embattled royal will remain embroiled in lengthy – and embarrassing – legal proceedings for the foreseeable future.

    Continue reading...", - "category": "Prince Andrew", - "link": "https://www.theguardian.com/uk-news/2022/jan/12/prince-andrew-the-lengthy-and-embarrassing-legal-ordeal-ahead", - "creator": "Victoria Bekiempis in New York", - "pubDate": "2022-01-13T06:00:08Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "83925afc7e4598cb57d4e0cd2e35a1c1", - "highlights": [] + "hash": "1e48fbc5b94e38c4c801ab13ff69fbe9" }, { - "title": "Nasa begin months-long effort to focus James Webb space telescope", - "description": "

    The revolutionary new scope could provide a glimpse of the cosmos dating back billions of years, but first some painstaking adjustments are needed

    Nasa has embarked on the months-long, painstaking process of bringing its newly launched James Webb space telescope into focus, a task due for completion in time for the revolutionary eye in the sky to begin peering into the cosmos by early summer.

    Mission control engineers at Nasa’s Goddard space flight centre in Greenbelt, Maryland, began by sending their initial commands to tiny motors called actuators that slowly position and fine-tune the telescope’s principal mirror.

    Continue reading...", - "content": "

    The revolutionary new scope could provide a glimpse of the cosmos dating back billions of years, but first some painstaking adjustments are needed

    Nasa has embarked on the months-long, painstaking process of bringing its newly launched James Webb space telescope into focus, a task due for completion in time for the revolutionary eye in the sky to begin peering into the cosmos by early summer.

    Mission control engineers at Nasa’s Goddard space flight centre in Greenbelt, Maryland, began by sending their initial commands to tiny motors called actuators that slowly position and fine-tune the telescope’s principal mirror.

    Continue reading...", - "category": "Astronomy", - "link": "https://www.theguardian.com/science/2022/jan/13/nasa-begin-months-long-effort-to-bring-james-webb-space-telescope-into-focus", - "creator": "Reuters", - "pubDate": "2022-01-13T04:38:14Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "37344e68c407ec51cca7ca429c2ea666", - "highlights": [] + "hash": "bbf628533b2457db29e430db7d543b34" }, { - "title": "Staffing at UK care homes 30% less than needed, survey finds", - "description": "

    National Care Forum also finds one in four homes have closed their doors to new admissions

    Care homes are missing a third of the staff they need and more than one in four have closed their doors to new admissions in a deepening labour crisis that is “putting safety and dignity at risk”.

    With thousands of care workers off sick with Covid on top of a rising number of vacancies, the situation in social care has become “grim, difficult and relentless”, according to the National Care Forum (NCF), which ran a survey of its not-for-profit care-home members.

    Continue reading...", - "content": "

    National Care Forum also finds one in four homes have closed their doors to new admissions

    Care homes are missing a third of the staff they need and more than one in four have closed their doors to new admissions in a deepening labour crisis that is “putting safety and dignity at risk”.

    With thousands of care workers off sick with Covid on top of a rising number of vacancies, the situation in social care has become “grim, difficult and relentless”, according to the National Care Forum (NCF), which ran a survey of its not-for-profit care-home members.

    Continue reading...", - "category": "Social care", - "link": "https://www.theguardian.com/society/2022/jan/13/staffing-at-uk-care-homes-30-less-than-needed-survey-finds", - "creator": "Robert Booth Social affairs correspondent", - "pubDate": "2022-01-13T06:00:10Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a7d8b16672c8216d44baca3e06d85511", - "highlights": [] + "hash": "b689e69ad473c683622417c6f54b7cc4" }, { - "title": "2021 was worst year on record for online child sex abuse, says IWF", - "description": "

    Watchdog says younger children were targeted by online predators on an industrial scale during lockdowns

    Internet grooming of children has surged during lockdown, according to new research that found a threefold increase in online sexual abuse imagery featuring seven to 10-year-olds.

    The Internet Watch Foundation reported its worst year on record for child sex abuse online in 2021 as it confirmed 252,000 URLs containing images or videos of children being sexually abused, compared with 153,000 in the previous year. The UK-based charity said it had seen a large increase in self-generated material – where children are manipulated into recording their own abuse before it is shared online – with the fastest growing increase in such material occurring among seven to 10-year-olds.

    Continue reading...", - "content": "

    Watchdog says younger children were targeted by online predators on an industrial scale during lockdowns

    Internet grooming of children has surged during lockdown, according to new research that found a threefold increase in online sexual abuse imagery featuring seven to 10-year-olds.

    The Internet Watch Foundation reported its worst year on record for child sex abuse online in 2021 as it confirmed 252,000 URLs containing images or videos of children being sexually abused, compared with 153,000 in the previous year. The UK-based charity said it had seen a large increase in self-generated material – where children are manipulated into recording their own abuse before it is shared online – with the fastest growing increase in such material occurring among seven to 10-year-olds.

    Continue reading...", - "category": "Online abuse", - "link": "https://www.theguardian.com/society/2022/jan/13/2021-was-worst-year-on-record-for-online-child-sex-abuse-says-iwf", - "creator": "Dan Milmo Global technology editor", - "pubDate": "2022-01-13T06:00:10Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3db21a4d5e5f962a805e3589f8caa656", - "highlights": [] + "hash": "f969afab09198f73d27f76dc9d15e128" }, { - "title": "Covid news live: Boris Johnson urged to resign after No 10 party apology; teachers in France to strike over Covid rules for schools", - "description": "

    Senior Tories call on UK PM to resign as his premiership hangs in the balance after garden party admission; up to three-quarters of teachers in France plan to walk off the job today

    Daily coronavirus cases in Japan have exceeded 13,000 for the first time in more than four months, as the country confronts a sixth wave of infections driven by the Omicron variant.

    It reported 13,244 new cases on Wednesday, including 2,198 in Tokyo and 1,711 in Osaka. The number of new infections in the Japanese capital was more than double that recorded the previous day and a fivefold increase from the same day the previous week.

    Continue reading...", - "content": "

    Senior Tories call on UK PM to resign as his premiership hangs in the balance after garden party admission; up to three-quarters of teachers in France plan to walk off the job today

    Daily coronavirus cases in Japan have exceeded 13,000 for the first time in more than four months, as the country confronts a sixth wave of infections driven by the Omicron variant.

    It reported 13,244 new cases on Wednesday, including 2,198 in Tokyo and 1,711 in Osaka. The number of new infections in the Japanese capital was more than double that recorded the previous day and a fivefold increase from the same day the previous week.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/13/covid-news-live-us-deaths-rise-40-on-last-week-cdc-says-german-chancellor-calls-for-mandatory-vaccination-of-all-adults", - "creator": "Samantha Lock", - "pubDate": "2022-01-13T06:24:59Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9d6a152f9c76ceefa1c64c44bfb0e336", - "highlights": [] + "hash": "451eccd6ed72849dd77b50caff1cd5fb" }, { - "title": "‘Not the cruise I signed up for’: 30-fold increase in Covid cases upends industry", - "description": "

    The surge has led to passengers stranded on ships, staff shortages and tour cancelations in addition to ports turning ships away

    A surge in Covid infections on cruise ships is causing mayhem across the industry, leaving passengers stranded aboard ships, exacerbating staff shortages and prompting the CDC to warn US passengers against all cruise travel.

    The CDC director said this week that Covid cases have increased 30-fold in just two weeks. Every one of the nearly 100 cruise ships currently carrying passengers in US waters has reported enough Covid-19 cases to merit investigation by the CDC, according to the agency’s website.

    Continue reading...", - "content": "

    The surge has led to passengers stranded on ships, staff shortages and tour cancelations in addition to ports turning ships away

    A surge in Covid infections on cruise ships is causing mayhem across the industry, leaving passengers stranded aboard ships, exacerbating staff shortages and prompting the CDC to warn US passengers against all cruise travel.

    The CDC director said this week that Covid cases have increased 30-fold in just two weeks. Every one of the nearly 100 cruise ships currently carrying passengers in US waters has reported enough Covid-19 cases to merit investigation by the CDC, according to the agency’s website.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/12/cruise-covid-cases-ship-industry", - "creator": "Erin McCormick", - "pubDate": "2022-01-13T06:00:08Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7a109c16a2b14ba5dde5e3c530a07680", - "highlights": [] + "hash": "3f69459e6954622b558981332de904dd" }, { - "title": "Omicron so contagious most Americans will get Covid, top US health officials say", - "description": "

    FDA head Janet Woodcock says most people will become infected, while Fauci says variant will ‘ultimately find just about everybody’

    Federal health authorities in America have said the Omicron Covid-19 variant is so contagious it is likely most people in the US will be infected, and compared the pandemic to a “natural disaster”.

    Authorities said even as Omicron shatters records for new cases, they are hopeful the surge will quickly subside, and said the US needs to focus on ensuring hospital systems do not collapse amid the surge.

    Continue reading...", - "content": "

    FDA head Janet Woodcock says most people will become infected, while Fauci says variant will ‘ultimately find just about everybody’

    Federal health authorities in America have said the Omicron Covid-19 variant is so contagious it is likely most people in the US will be infected, and compared the pandemic to a “natural disaster”.

    Authorities said even as Omicron shatters records for new cases, they are hopeful the surge will quickly subside, and said the US needs to focus on ensuring hospital systems do not collapse amid the surge.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/12/omicron-covid-contagious-janet-woodcock-fauci", - "creator": "Jessica Glenza", - "pubDate": "2022-01-12T21:22:00Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "16505a83834fad765667fe4a13af9d8f", - "highlights": [] + "hash": "8da53f37dae6c3a33d7b929775acccb3" }, { - "title": "Quebec health tax for unvaccinated residents prompts fierce Covid debate", - "description": "
    • ‘Health contribution’ for those who do not want Covid vaccine
    • Critics warn move could target vulnerable members of society

    Quebec’s announcement that it will impose a healthcare tax on unvaccinated residents has prompted a fierce debate, as the province looks to salvage its crumbing healthcare system amid the latest wave of the coronavirus.

    The Canadian province’s premier, François Legault, said on Tuesday that those who had chosen to remain unvaccinated would pay a “health contribution”, acknowledging growing friction in the province as the unvaccinated draw on a greater share of the scarce medical resources.

    Continue reading...", - "content": "
    • ‘Health contribution’ for those who do not want Covid vaccine
    • Critics warn move could target vulnerable members of society

    Quebec’s announcement that it will impose a healthcare tax on unvaccinated residents has prompted a fierce debate, as the province looks to salvage its crumbing healthcare system amid the latest wave of the coronavirus.

    The Canadian province’s premier, François Legault, said on Tuesday that those who had chosen to remain unvaccinated would pay a “health contribution”, acknowledging growing friction in the province as the unvaccinated draw on a greater share of the scarce medical resources.

    Continue reading...", - "category": "Canada", - "link": "https://www.theguardian.com/world/2022/jan/12/quebec-health-tax-unvaccinated-residents-canada", - "creator": "Leyland Ceccoin Toronto", - "pubDate": "2022-01-12T17:32:13Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6fda99abf6a77fc0b04297f27ac83080", - "highlights": [] + "hash": "646d52c809bfd9b3eebf0206c87e908f" }, { - "title": "Dare I whisper it? I’m really enjoying And Just Like That", - "description": "

    The Sex and the City sequel has taken a while to settle into its new skin. But, despite its many flaws, it is developing new charms of its own

    And Just Like That did not have the smoothest of landings. The Sex and the City sequel found itself draped in controversy from the moment its return was announced. There would be no Samantha Jones, with the core group reduced to a trio, after Kim Cattrall did not return to the franchise. (Was she invited? Did she decline? I look forward to an inevitable Ryan Murphy dramatisation of events – Feud: Cosmos and Cupcakes.) The films had been middling, then terrible, then a third thankfully ditched before it got too far. Could a series that was built on being so brassy and brash survive in the tetchy 2020s?

    Then it finally arrived, and the drama rolled on. The big twist, or the Big twist, at the end of episode one was briefly a moment, controversial largely for the fact that instead of weeping and hugging her still-conscious husband as he had a heart attack, Carrie might have considered calling an ambulance instead. To think that the reputation of Peloton was the main topic of conversation. Shortly after it aired, allegations of sexual assault were made against Chris Noth by multiple women. He issued a denial, but his co-stars published a message of support for his accusers, and a rumoured cameo at the end of the season was reportedly scrapped.

    Continue reading...", - "content": "

    The Sex and the City sequel has taken a while to settle into its new skin. But, despite its many flaws, it is developing new charms of its own

    And Just Like That did not have the smoothest of landings. The Sex and the City sequel found itself draped in controversy from the moment its return was announced. There would be no Samantha Jones, with the core group reduced to a trio, after Kim Cattrall did not return to the franchise. (Was she invited? Did she decline? I look forward to an inevitable Ryan Murphy dramatisation of events – Feud: Cosmos and Cupcakes.) The films had been middling, then terrible, then a third thankfully ditched before it got too far. Could a series that was built on being so brassy and brash survive in the tetchy 2020s?

    Then it finally arrived, and the drama rolled on. The big twist, or the Big twist, at the end of episode one was briefly a moment, controversial largely for the fact that instead of weeping and hugging her still-conscious husband as he had a heart attack, Carrie might have considered calling an ambulance instead. To think that the reputation of Peloton was the main topic of conversation. Shortly after it aired, allegations of sexual assault were made against Chris Noth by multiple women. He issued a denial, but his co-stars published a message of support for his accusers, and a rumoured cameo at the end of the season was reportedly scrapped.

    Continue reading...", - "category": "Television", - "link": "https://www.theguardian.com/tv-and-radio/2022/jan/12/dare-i-whisper-it-im-really-enjoying-and-just-like-that", - "creator": "Rebecca Nicholson", - "pubDate": "2022-01-12T16:04:10Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", - "read": true, + "feed": "NYTimes", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fa3d1f0e8434e6122c3ba553ee3f6c40", - "highlights": [] + "hash": "7526f0ec18f69276a600477917129349" }, { - "title": "Home Office tells Afghan and Yemeni asylum seekers they can return safely", - "description": "

    Rejection of men’s claims was against UK guidance not to force returns to Afghanistan and Yemen

    The Home Office has told asylum seekers from some of the world’s biggest conflict zones that it is safe for them to return there, the Guardian has learned.

    A 36-year-old from Yemen and a 21-year-old from Afghanistan have both had their asylum claims rejected by government officials on the basis that they would not be at risk in their home countries.

    Continue reading...", - "content": "

    Rejection of men’s claims was against UK guidance not to force returns to Afghanistan and Yemen

    The Home Office has told asylum seekers from some of the world’s biggest conflict zones that it is safe for them to return there, the Guardian has learned.

    A 36-year-old from Yemen and a 21-year-old from Afghanistan have both had their asylum claims rejected by government officials on the basis that they would not be at risk in their home countries.

    Continue reading...", - "category": "Immigration and asylum", - "link": "https://www.theguardian.com/uk-news/2022/jan/13/home-office-tells-afghan-and-yemeni-asylum-seekers-they-can-return-safely", - "creator": "Diane Taylor", - "pubDate": "2022-01-13T06:00:10Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6618d340134eb44fca0bcbf7d3a078d7", - "highlights": [] + "hash": "b3a8685166b53f17b56162fa13e2b017" }, { - "title": "Chuck Schumer outlines loophole to open debate on voting rights bill", - "description": "

    A strategy involving a ‘shell’ bill would allow Democrats to evade an initial filibuster from Republicans seeking to block the debate

    Lacking the votes to change the filibuster rules that have stalled their sweeping voting rights legislation, Senate Democrats are pushing ahead with a new strategy that would utilize an unusual loophole maneuver to open debate on the bills.

    Senate majority leader Chuck Schumer outlined the plan in a memo obtained by the Associated Press and others on Wednesday, on the eve of Joe Biden’s visit to meet privately with Senate Democrats about the path forward.

    Continue reading...", - "content": "

    A strategy involving a ‘shell’ bill would allow Democrats to evade an initial filibuster from Republicans seeking to block the debate

    Lacking the votes to change the filibuster rules that have stalled their sweeping voting rights legislation, Senate Democrats are pushing ahead with a new strategy that would utilize an unusual loophole maneuver to open debate on the bills.

    Senate majority leader Chuck Schumer outlined the plan in a memo obtained by the Associated Press and others on Wednesday, on the eve of Joe Biden’s visit to meet privately with Senate Democrats about the path forward.

    Continue reading...", - "category": "US voting rights", - "link": "https://www.theguardian.com/us-news/2022/jan/12/chuck-schumer-voting-rights-bill-debate", - "creator": "Maanvi Singh and agencies", - "pubDate": "2022-01-13T01:44:19Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5028fc25d21d0e6a76ab070ec9c5ec30", - "highlights": [] + "hash": "4c73ddf9c89bd0a61991a2e1a2d682de" }, { - "title": "Australia news live update: no decision on Novak Djokovic visa, PM says; more than 145,000 Covid cases and 53 deaths recorded nationally", - "description": "

    Scott Morrison announces widespread easing of close contact isolation rules; no decision on Novak Djokovic visa status after Australian Open draw delayed; NSW records 92,264 Covid cases and 22 deaths; Victoria reports 37,169 cases and 25 deaths; Queensland records 14,914 cases, six deaths; ACT reports 1,020 cases, NT 550; more than 3,800 Covid hospitalisations. Follow all the day’s news

    Anthony Albanese is laying the blame of Australia’s Covid predicament squarely at Scott Morrison’s feet:

    How is it we have got to this point? The rapid antigen tests were approved last September.

    The national plan made it clear that once we opened up there would be an increased number of infections and we needed to make sure we planned for it. We needed Scott Morrison to do his job.

    Working people have been saying that they needed access to testing, for example, for months after months. The Transport Workers’ Union wrote to the government last September about supply chains and the disruptions that could occur if they didn’t get access to rapid antigen tests and now we know this government only ordered en masse rapid antigen tests this week. It’s extraordinary their complacency.

    We have had a grand slam of failures from this government, whether it’s tracing, testing, and quarantine. On each occasion they wait until ... a problem becomes a crisis before Scott Morrison acts.

    Continue reading...", - "content": "

    Scott Morrison announces widespread easing of close contact isolation rules; no decision on Novak Djokovic visa status after Australian Open draw delayed; NSW records 92,264 Covid cases and 22 deaths; Victoria reports 37,169 cases and 25 deaths; Queensland records 14,914 cases, six deaths; ACT reports 1,020 cases, NT 550; more than 3,800 Covid hospitalisations. Follow all the day’s news

    Anthony Albanese is laying the blame of Australia’s Covid predicament squarely at Scott Morrison’s feet:

    How is it we have got to this point? The rapid antigen tests were approved last September.

    The national plan made it clear that once we opened up there would be an increased number of infections and we needed to make sure we planned for it. We needed Scott Morrison to do his job.

    Working people have been saying that they needed access to testing, for example, for months after months. The Transport Workers’ Union wrote to the government last September about supply chains and the disruptions that could occur if they didn’t get access to rapid antigen tests and now we know this government only ordered en masse rapid antigen tests this week. It’s extraordinary their complacency.

    We have had a grand slam of failures from this government, whether it’s tracing, testing, and quarantine. On each occasion they wait until ... a problem becomes a crisis before Scott Morrison acts.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2022/jan/13/australia-news-live-update-national-cabinet-nsw-covid-cases-coronavirus-vaccine-novak-djokovic-alex-hawke-visa-tennis-australian-open-victoria-qld-morrison", - "creator": "Nino Bucci (now) and Matilda Boseley (earlier)", - "pubDate": "2022-01-13T06:22:03Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8e9005ddc07299c0f82ee847cbcc612a", - "highlights": [] + "hash": "e05322b698104eeb205d2fe258b6c99c" }, { - "title": "Calls for release of Kabul University professor detained by Taliban", - "description": "

    Prof Faizullah Jalal, an outspoken critic of Afghanistan’s ruling group, was arrested for alleged remarks on social media

    Supporters of a prominent university professor, and one of Afghanistan’s most vocal critics of the Taliban, are calling for his release after he was arrested on Saturday.

    Faizullah Jalal, a professor at Kabul University, was detained by the Taliban after the group claimed he was responsible for a series of messages on social media attacking them.

    Continue reading...", - "content": "

    Prof Faizullah Jalal, an outspoken critic of Afghanistan’s ruling group, was arrested for alleged remarks on social media

    Supporters of a prominent university professor, and one of Afghanistan’s most vocal critics of the Taliban, are calling for his release after he was arrested on Saturday.

    Faizullah Jalal, a professor at Kabul University, was detained by the Taliban after the group claimed he was responsible for a series of messages on social media attacking them.

    Continue reading...", - "category": "Taliban", - "link": "https://www.theguardian.com/global-development/2022/jan/10/calls-for-release-of-kabul-university-professor-detained-by-taliban", - "creator": "Ruchi Kumar", - "pubDate": "2022-01-10T16:45:32Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f0c20f2f086ba5d01fe30d19f97b3bb0", - "highlights": [] + "hash": "ea266d3a4026a1f41db06cf04c00f61e" }, { - "title": "20 May 2020: what was UK doing while No 10 aide organised a party?", - "description": "

    At the time, there was no mixing indoors, non-essential shops were shut, and hospitality businesses remained closed

    To many, May 2020 may feel like a lifetime ago, so much has happened in the last 20 months of the Covid-19 pandemic.

    On 20 May 2020, when the prime minister’s private secretary was inviting colleagues to bring their own booze for socially distanced drinks in the No 10 garden to “make the most of this lovely weather”, the rest of the country was in a very different position.

    Continue reading...", - "content": "

    At the time, there was no mixing indoors, non-essential shops were shut, and hospitality businesses remained closed

    To many, May 2020 may feel like a lifetime ago, so much has happened in the last 20 months of the Covid-19 pandemic.

    On 20 May 2020, when the prime minister’s private secretary was inviting colleagues to bring their own booze for socially distanced drinks in the No 10 garden to “make the most of this lovely weather”, the rest of the country was in a very different position.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/10/20-may-2020-what-was-uk-doing-while-no-10-aide-organised-a-party", - "creator": "Jamie Grierson", - "pubDate": "2022-01-10T19:53:28Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4388c452719b5cb3e4a0ee4838071b32", - "highlights": [] + "hash": "a988e63315dd0d24a9d0ae6b0bcf7fe2" }, { - "title": "Nato chief warns of ‘real risk of conflict’ as talks with Russia over Ukraine end", - "description": "

    US says it has heard nothing new from Moscow in four hours of talks aiming to defuse crisis

    Nato discussions with Russia have concluded with no sign of progress towards narrowing substantial differences or defusing the crisis over Ukraine, and with the alliance’s secretary general warning “there is a real risk for a new armed conflict in Europe”.

    After four hours of talks, the US delegation leader, the deputy secretary of state, Wendy Sherman, said she had heard nothing in Brussels that differed from the Kremlin position laid out at bilateral talks in Geneva, demanding a guaranteed end to Nato expansion and a withdrawal of alliance troops in formerly Soviet bloc countries that joined the alliance after 1997.

    Continue reading...", - "content": "

    US says it has heard nothing new from Moscow in four hours of talks aiming to defuse crisis

    Nato discussions with Russia have concluded with no sign of progress towards narrowing substantial differences or defusing the crisis over Ukraine, and with the alliance’s secretary general warning “there is a real risk for a new armed conflict in Europe”.

    After four hours of talks, the US delegation leader, the deputy secretary of state, Wendy Sherman, said she had heard nothing in Brussels that differed from the Kremlin position laid out at bilateral talks in Geneva, demanding a guaranteed end to Nato expansion and a withdrawal of alliance troops in formerly Soviet bloc countries that joined the alliance after 1997.

    Continue reading...", - "category": "Ukraine", - "link": "https://www.theguardian.com/world/2022/jan/12/nato-chief-warns-of-real-risk-of-conflict-as-talks-with-russia-over-ukraine-end", - "creator": "Jennifer Rankinin Brussels, Luke Hardingin Kyiv and Julian Borger in Washington", - "pubDate": "2022-01-12T16:27:04Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "786a52e62d8a794b7bac0bc19260970f", - "highlights": [] + "hash": "121a853f73a9a4b609f7591c2e4edb30" }, { - "title": "Prince Andrew faces trial after judge refuses to dismiss Giuffre case", - "description": "

    Legal experts say Duke of York has ‘no good options left’ given risks of giving evidence in court or settling

    Prince Andrew faces the prospect of giving evidence in a high-profile trial after a New York judge refused to throw out a civil case over allegations he sexually assaulted Virginia Giuffre when she was 17 years old.

    Legal experts said the Duke of York has “no good options left” after he failed to have Giuffre’s case against him dismissed, with Manhattan federal court judge Lewis Kaplan rejecting his motion “in all respects”.

    Continue reading...", - "content": "

    Legal experts say Duke of York has ‘no good options left’ given risks of giving evidence in court or settling

    Prince Andrew faces the prospect of giving evidence in a high-profile trial after a New York judge refused to throw out a civil case over allegations he sexually assaulted Virginia Giuffre when she was 17 years old.

    Legal experts said the Duke of York has “no good options left” after he failed to have Giuffre’s case against him dismissed, with Manhattan federal court judge Lewis Kaplan rejecting his motion “in all respects”.

    Continue reading...", - "category": "Prince Andrew", - "link": "https://www.theguardian.com/uk-news/2022/jan/12/prince-andrew-faces-trial-after-judge-refuses-to-dismiss-giuffre-case", - "creator": "Caroline Davies and Victoria Bekiempis", - "pubDate": "2022-01-12T19:31:15Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6fad50d30867f9f3a15aa076f465e9b2", - "highlights": [] + "hash": "3024f9ed7e5242a4e6701d1ac0b1498f" }, { - "title": "Woman’s diary goes viral as lockdown in China forces her to stay with blind date", - "description": "

    Wang went for dinner at date’s house in Zhengzhou when Covid forced thousands into quarantine

    A Chinese woman has become an overnight sensation after she posted video diaries documenting her life after being stuck at a blind date’s house.

    Ms Wang went for dinner on Sunday at her blind date’s residence in the central Chinese city of Zhengzhou, where a recent outbreak of Covid cases sent thousands into quarantine in parts of the city. As she was finishing her meal, the area was put under lockdown.

    Continue reading...", - "content": "

    Wang went for dinner at date’s house in Zhengzhou when Covid forced thousands into quarantine

    A Chinese woman has become an overnight sensation after she posted video diaries documenting her life after being stuck at a blind date’s house.

    Ms Wang went for dinner on Sunday at her blind date’s residence in the central Chinese city of Zhengzhou, where a recent outbreak of Covid cases sent thousands into quarantine in parts of the city. As she was finishing her meal, the area was put under lockdown.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2022/jan/12/womans-diary-goes-viral-as-lockdown-in-china-forces-her-to-stay-with-blind-date", - "creator": "Vincent Ni", - "pubDate": "2022-01-12T17:12:10Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c05a1181d5e8720513e21ce622b4c907", - "highlights": [] + "hash": "fe8a6b32ea6c34386cf8294cc64010c0" }, { - "title": "US Capitol attack panel asks Kevin McCarthy to cooperate with inquiry", - "description": "

    The House committee chairman Bennie Thompson has written to the Republican minority leader

    The House select committee investigating the Capitol attack formally asked the Republican House minority leader, Kevin McCarthy, on Wednesday to cooperate with its inquiry into the 6 January insurrection, escalating the pressure on Donald Trump’s top allies in Congress.

    The select committee said in a letter to McCarthy that investigators were seeking his cooperation on a range of topics including his contacts and conversations with Trump before, during and after the Capitol attack.

    Continue reading...", - "content": "

    The House committee chairman Bennie Thompson has written to the Republican minority leader

    The House select committee investigating the Capitol attack formally asked the Republican House minority leader, Kevin McCarthy, on Wednesday to cooperate with its inquiry into the 6 January insurrection, escalating the pressure on Donald Trump’s top allies in Congress.

    The select committee said in a letter to McCarthy that investigators were seeking his cooperation on a range of topics including his contacts and conversations with Trump before, during and after the Capitol attack.

    Continue reading...", - "category": "US Capitol attack", - "link": "https://www.theguardian.com/us-news/2022/jan/12/kevin-mccarthy-january-6-panel-capitol-riot", - "creator": "Hugo Lowell in Washington", - "pubDate": "2022-01-12T20:57:23Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b9f013144104f58dfeebff871fbe9725", - "highlights": [] + "hash": "14f2e5c29d7d6fda5a18950a31864064" }, { - "title": "Novak Djokovic faces fine or prison for breaking isolation while Covid positive", - "description": "

    Star is due to play at Australian Open but faces possibility of deportation

    Novak Djokovic could face a fine or even prison in Serbia after his admission that he broke isolation while he had Covid last month, lawyers have said, as the Serbian prime minister warned his behaviour appeared to be “a clear breach” of the rules.

    The 34-year-old Belgrade-born tennis player is chasing a record-breaking 21st grand slam victory at the Australian Open beginning on Monday, but could yet be deported by the government which is unhappy with his medical exemption from inoculation.

    Continue reading...", - "content": "

    Star is due to play at Australian Open but faces possibility of deportation

    Novak Djokovic could face a fine or even prison in Serbia after his admission that he broke isolation while he had Covid last month, lawyers have said, as the Serbian prime minister warned his behaviour appeared to be “a clear breach” of the rules.

    The 34-year-old Belgrade-born tennis player is chasing a record-breaking 21st grand slam victory at the Australian Open beginning on Monday, but could yet be deported by the government which is unhappy with his medical exemption from inoculation.

    Continue reading...", - "category": "Novak Djokovic", - "link": "https://www.theguardian.com/sport/2022/jan/12/novak-djokovic-faces-fine-or-prison-for-breaking-isolation-while-covid-positive", - "creator": "Jon Henley and Milivoje Pantovic in Belgrade", - "pubDate": "2022-01-12T18:54:14Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "631c84296d51ead62a0ccfd87a2ec98d", - "highlights": [] + "hash": "ed4856db3c9f67469924af51cc8673db" }, { - "title": "Iran sends French-Iranian academic back to jail at key point in nuclear talks", - "description": "

    France says Fariba Adelkhah’s unexplained return to prison will damage efforts to revive 2015 curbs on nuclear programme

    Iran has sent back to prison from house arrest French-Iranian academic Fariba Adelkhah, a shock development in the midst of delicate talks on the Iranian nuclear drive.

    Adelkhah was sentenced in May 2020 to five years in prison for conspiring against national security, accusations her supporters have always denounced as absurd. She was allowed home in Tehran in October 2020 with an electronic bracelet.

    Continue reading...", - "content": "

    France says Fariba Adelkhah’s unexplained return to prison will damage efforts to revive 2015 curbs on nuclear programme

    Iran has sent back to prison from house arrest French-Iranian academic Fariba Adelkhah, a shock development in the midst of delicate talks on the Iranian nuclear drive.

    Adelkhah was sentenced in May 2020 to five years in prison for conspiring against national security, accusations her supporters have always denounced as absurd. She was allowed home in Tehran in October 2020 with an electronic bracelet.

    Continue reading...", - "category": "Iran", - "link": "https://www.theguardian.com/world/2022/jan/12/iran-sends-french-iranian-academic-back-to-jail-at-key-point-in-nuclear-talks", - "creator": "AFP in Paris", - "pubDate": "2022-01-12T21:31:33Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7d1a1b1f055f0ffe5c05b6fd46cff1c8", - "highlights": [] + "hash": "bdfb9019a755fc3aef028c03b8e5ba37" }, { - "title": "‘He’s gone. OK’: Trump hangs up on NPR after host presses him on election lies", - "description": "
    • Former president abruptly ends interview with Steve Inskeep
    • Trump reiterated baseless claims of 2020 election fraud

    Donald Trump hung up on a national US radio network halfway through a scheduled interview on Tuesday, after the former president was confronted about his election lies.

    Trump, who has continued to falsely claim he won the 2020 presidential election instead of Joe Biden, was heard becoming increasingly irritated through the interview with National Public Radio before abruptly signing off.

    Continue reading...", - "content": "
    • Former president abruptly ends interview with Steve Inskeep
    • Trump reiterated baseless claims of 2020 election fraud

    Donald Trump hung up on a national US radio network halfway through a scheduled interview on Tuesday, after the former president was confronted about his election lies.

    Trump, who has continued to falsely claim he won the 2020 presidential election instead of Joe Biden, was heard becoming increasingly irritated through the interview with National Public Radio before abruptly signing off.

    Continue reading...", - "category": "Donald Trump", - "link": "https://www.theguardian.com/us-news/2022/jan/12/trump-npr-radio-interview-election-lies", - "creator": "Adam Gabbatt in New York", - "pubDate": "2022-01-12T15:31:37Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1277d4fc80e328df104485a4f96ed7a9", - "highlights": [] + "hash": "e5a3edce4b46b7af49ca3c8eaa1cb04d" }, { - "title": "Man arrested over 2012 killing of British family and French cyclist in Alps", - "description": "

    No one has been charged over attacks on forest road near Lake Annecy in French Alps

    A man has been detained in connection with the unsolved case of three British family members and a French cyclist who were shot dead in the French Alps in 2012.

    Saad al-Hilli, an Iraqi-born engineer, his wife, Ikbal, and her mother, Suhaila al-Allaf, were gunned down in a layby on remote forest road outside the village of Chevaline, near Lake Annecy. The couple’s two young daughters survived the attack.

    Continue reading...", - "content": "

    No one has been charged over attacks on forest road near Lake Annecy in French Alps

    A man has been detained in connection with the unsolved case of three British family members and a French cyclist who were shot dead in the French Alps in 2012.

    Saad al-Hilli, an Iraqi-born engineer, his wife, Ikbal, and her mother, Suhaila al-Allaf, were gunned down in a layby on remote forest road outside the village of Chevaline, near Lake Annecy. The couple’s two young daughters survived the attack.

    Continue reading...", - "category": "French Alps shootings", - "link": "https://www.theguardian.com/uk-news/2022/jan/12/arrest-made-british-family-french-cyclist-killed-alps-al-hilli-lake-annecy", - "creator": "Jon Henley in Paris", - "pubDate": "2022-01-12T12:43:12Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", - "read": true, + "feed": "NYTimes", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "329dde6a75b8bdf124f7e74969935400", - "highlights": [] + "hash": "c457f8e3b0a23d8de3c7fb42cbde403d" }, { - "title": "Police identify two suspects in Scala dei Turchi vandalism", - "description": "

    Two men are suspected of staining the famed Sicilian beauty spot with red powder on Friday

    Italian police have identified two men suspected of having vandalised the famed white limestone Scala dei Turchi (Stairway of the Turks) cliff in Sicily, which features prominently in the Inspector Montalbano books by the late author Andrea Camilleri.

    The cliff, shaped like a huge staircase jutting into the Mediterranean from the coast of Realmonte, was on Friday defaced with red iron oxide powder which left red stains running down the limestone.

    Continue reading...", - "content": "

    Two men are suspected of staining the famed Sicilian beauty spot with red powder on Friday

    Italian police have identified two men suspected of having vandalised the famed white limestone Scala dei Turchi (Stairway of the Turks) cliff in Sicily, which features prominently in the Inspector Montalbano books by the late author Andrea Camilleri.

    The cliff, shaped like a huge staircase jutting into the Mediterranean from the coast of Realmonte, was on Friday defaced with red iron oxide powder which left red stains running down the limestone.

    Continue reading...", - "category": "Italy", - "link": "https://www.theguardian.com/world/2022/jan/12/police-identify-two-suspects-in-scala-dei-turchi-vandalism", - "creator": "Lorenzo Tondo in Palermo", - "pubDate": "2022-01-12T18:49:37Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "480a32318d9a3afa00443bb4428669de", - "highlights": [] + "hash": "d643789d7507059117793d67da7077b7" }, { - "title": "‘The economy cannot stay open’: Omicron’s effects ricochet across US", - "description": "

    Biden has vowed to keep businesses and schools open but some experts wonder if that’s possible given nature of Covid variant

    Schools going virtual, airlines canceling flights, pharmacies and testing centers closing temporarily, shelves emptying in grocery stores because of transportation delays, blood donations dropping to crisis levels for the first time ever and the country’s hospitals are becoming stretched. This is the US in the grip of the Omicron variant.

    Omicron may cause milder symptoms in some people, but its effects are ricocheting throughout America and creating some of the greatest challenges of the Covid-19 pandemic.

    Continue reading...", - "content": "

    Biden has vowed to keep businesses and schools open but some experts wonder if that’s possible given nature of Covid variant

    Schools going virtual, airlines canceling flights, pharmacies and testing centers closing temporarily, shelves emptying in grocery stores because of transportation delays, blood donations dropping to crisis levels for the first time ever and the country’s hospitals are becoming stretched. This is the US in the grip of the Omicron variant.

    Omicron may cause milder symptoms in some people, but its effects are ricocheting throughout America and creating some of the greatest challenges of the Covid-19 pandemic.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2022/jan/12/us-omicron-cases-effects-schools-supply-shortage-hospitals", - "creator": "Melody Schreiber", - "pubDate": "2022-01-12T14:47:30Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "11dfe35a3988f14e42e1ab0d4a08022d", - "highlights": [] + "hash": "eb321cfdced251a9d156a405ff918086" }, { - "title": "Covid live: UK reports nearly 400 virus-linked deaths for second day; Germany chancellor calls for mandatory jabs", - "description": "

    UK reports 129,587 new positive Covid-19 cases and 398 more deaths; Germany should make vaccinations mandatory for adults, says Olaf Scholz

    India is reporting almost 200,000 new Covid infections in a single day.

    The Asian nation recorded 194,720 new Covid-19 cases on Wednesday, the most since late May, health ministry data shows.

    We cannot directly rule out that the virus is imported directly, because the spread of virus is not only through humans, but it can be spread via objects or environmental [contamination].

    We are still investigating other possibilities for the virus to be imported to Tianjin directly…There is another option – would it be possible that it is not imported but came from other areas [in China] and spread to Tianjin? We are tracing this simultaneously and we have found some clues already.”

    Continue reading...", - "content": "

    UK reports 129,587 new positive Covid-19 cases and 398 more deaths; Germany should make vaccinations mandatory for adults, says Olaf Scholz

    India is reporting almost 200,000 new Covid infections in a single day.

    The Asian nation recorded 194,720 new Covid-19 cases on Wednesday, the most since late May, health ministry data shows.

    We cannot directly rule out that the virus is imported directly, because the spread of virus is not only through humans, but it can be spread via objects or environmental [contamination].

    We are still investigating other possibilities for the virus to be imported to Tianjin directly…There is another option – would it be possible that it is not imported but came from other areas [in China] and spread to Tianjin? We are tracing this simultaneously and we have found some clues already.”

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/12/covid-news-live-boosters-not-viable-strategy-against-new-variants-who-warns-quebec-to-impose-health-tax-on-unvaccinated", - "creator": "Lucy Campbell (now); Georgina Quach, Martin Belam and Samantha Lock (earlier)", - "pubDate": "2022-01-12T17:12:43Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0d4dbc05b326824a5b1cba7d248f7085", - "highlights": [] + "hash": "511569aedd747eee811f0239cd103db3" }, { - "title": "‘I felt a sickening pain’: how the ‘first true Hitchcock movie’ almost killed its star", - "description": "

    Alfred Hitchcock described his third film, The Lodger, as the true beginning of his directorial career but it would prove a near fatal screen debut for its leading light June Tripp

    December 1925 was a busy month for June. A fixture of the West End stage since childhood, her surname, Tripp, had been excised by the impresario Charles B Cochran because it “sounds a bit comical for a dancer”. She spent the days rehearsing for a musical, Kid Boots, the evenings starring in another, Mercenary Mary, and then would “rush to the studio at midnight”, to act in a horse-racing short film opposite the fading American film star Carlyle Blackwell. The studio was at Poole Street, Islington, in north London, built five years earlier by Paramount but now rented out, most often to a British company, Gainsborough, run by Michael Balcon.

    The short, Riding for a King, starred the celebrated jockey Steve Donoghue and had its premiere in January 1926, with June in attendance. Two days later, she collapsed during a performance of Mercenary Mary and shortly after underwent an appendectomy. Daily Express readers subsequently learned that she would “not be able to dance for six months”. By February, she was recuperating on the Riviera. It was there that she received a telegram from her old friend Ivor Novello, who offered film work. “No dancing required. You will act beautifully and we shall have fun.”

    Continue reading...", - "content": "

    Alfred Hitchcock described his third film, The Lodger, as the true beginning of his directorial career but it would prove a near fatal screen debut for its leading light June Tripp

    December 1925 was a busy month for June. A fixture of the West End stage since childhood, her surname, Tripp, had been excised by the impresario Charles B Cochran because it “sounds a bit comical for a dancer”. She spent the days rehearsing for a musical, Kid Boots, the evenings starring in another, Mercenary Mary, and then would “rush to the studio at midnight”, to act in a horse-racing short film opposite the fading American film star Carlyle Blackwell. The studio was at Poole Street, Islington, in north London, built five years earlier by Paramount but now rented out, most often to a British company, Gainsborough, run by Michael Balcon.

    The short, Riding for a King, starred the celebrated jockey Steve Donoghue and had its premiere in January 1926, with June in attendance. Two days later, she collapsed during a performance of Mercenary Mary and shortly after underwent an appendectomy. Daily Express readers subsequently learned that she would “not be able to dance for six months”. By February, she was recuperating on the Riviera. It was there that she received a telegram from her old friend Ivor Novello, who offered film work. “No dancing required. You will act beautifully and we shall have fun.”

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2022/jan/12/i-felt-a-sickening-pain-how-the-first-true-hitchcock-movie-almost-killed-its-star", - "creator": "Henry K Miller", - "pubDate": "2022-01-12T13:00:08Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", - "read": true, + "feed": "NYTimes", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9f9b15754cd65d4f6c06ca273dc47cc3", - "highlights": [] + "hash": "a881b3ab6475c3ac2ea8c940e4a3bec7" }, { - "title": "Kanye West, Billie Eilish and Harry Styles to headline Coachella 2022", - "description": "

    It remains unclear if the North America’s largest music festival, rescheduled four times since 2020, will go on due to the Omicron surge

    Kanye West, Billie Eilish and Harry Styles are expected to headline the 21st Coachella music festival in April, Variety reported on Wednesday ahead of the festival’s official full lineup announcement, which is expected later this week. The trio will also be joined by Swedish House Mafia, though it is unclear whether the house music supergroup will also headline.

    North America’s largest music festival, which has already sold out, is scheduled to take place on the weekends of 15-17 April and 22-24 April at its usual haunt, the Empire Polo Ground in Indio, California, east of Los Angeles.

    Continue reading...", - "content": "

    It remains unclear if the North America’s largest music festival, rescheduled four times since 2020, will go on due to the Omicron surge

    Kanye West, Billie Eilish and Harry Styles are expected to headline the 21st Coachella music festival in April, Variety reported on Wednesday ahead of the festival’s official full lineup announcement, which is expected later this week. The trio will also be joined by Swedish House Mafia, though it is unclear whether the house music supergroup will also headline.

    North America’s largest music festival, which has already sold out, is scheduled to take place on the weekends of 15-17 April and 22-24 April at its usual haunt, the Empire Polo Ground in Indio, California, east of Los Angeles.

    Continue reading...", - "category": "Coachella", - "link": "https://www.theguardian.com/music/2022/jan/12/kanye-west-billie-eilish-and-harry-styles-to-headline-coachella-2022", - "creator": "Adrian Horton", - "pubDate": "2022-01-12T20:49:21Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c19dab33476565c5a64020f201237641", - "highlights": [] + "hash": "5c231b31bdff805391f4ba7e0750854c" }, { - "title": "Joy and nakedness at San Francisco’s Dyke March: Phyllis Christopher’s best photograph", - "description": "

    ‘The march is like our Christmas – the biggest night of the year, where women celebrate half naked and anything goes’

    In San Francisco, the night before the annual Pride parade is reserved for the Dyke March, a celebration of lesbian life throughout the city. It was like our Christmas – the biggest night of the year – and half of us would be so hungover we wouldn’t make it to Pride the next day.

    I remember getting a call from an editor at On Our Backs, a lesbian magazine run by women that billed itself as offering “entertainment for the adventurous lesbian”. It was a bedrock of the lesbian community – one of the few ways to communicate with one another, and to celebrate sex and educate each other about it at a time when Aids had brought so much devastation to queer communities. The editor wanted me to shoot a kiss-in, but the tone of her voice sounded almost guilty – like she couldn’t quite bring herself to ask me to work on the biggest party night of the year. But to me, it was the most fun I could imagine.

    Continue reading...", - "content": "

    ‘The march is like our Christmas – the biggest night of the year, where women celebrate half naked and anything goes’

    In San Francisco, the night before the annual Pride parade is reserved for the Dyke March, a celebration of lesbian life throughout the city. It was like our Christmas – the biggest night of the year – and half of us would be so hungover we wouldn’t make it to Pride the next day.

    I remember getting a call from an editor at On Our Backs, a lesbian magazine run by women that billed itself as offering “entertainment for the adventurous lesbian”. It was a bedrock of the lesbian community – one of the few ways to communicate with one another, and to celebrate sex and educate each other about it at a time when Aids had brought so much devastation to queer communities. The editor wanted me to shoot a kiss-in, but the tone of her voice sounded almost guilty – like she couldn’t quite bring herself to ask me to work on the biggest party night of the year. But to me, it was the most fun I could imagine.

    Continue reading...", - "category": "Photography", - "link": "https://www.theguardian.com/artanddesign/2022/jan/12/joy-and-nakedness-at-san-franciscos-dyke-march-phyllis-christophers-best-photograph", - "creator": "Interview by Edward Siddons", - "pubDate": "2022-01-12T16:18:19Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a24bc236d91863a2365c83c121da614f", - "highlights": [] + "hash": "4cb611b36f97f3344c1084a704d34715" }, { - "title": "‘Why don’t Jews play Jews?’ – David Baddiel on the row over Helen Mirren as Golda Meir", - "description": "

    Maureen Lipman sparked fury by suggesting the ex Israeli PM should not be played by Mirren. But, says David Baddiel, why shouldn’t ‘authentic casting’ apply to all minorities? And where is the outcry over Bojack Horseman?

    Soon after the brilliant It’s A Sin came out, Russell T Davies justified his decision to cast only gay actors in gay parts by saying: “They are not there to ‘act gay’ because ‘acting gay’ is a bunch of codes for a performance. You wouldn’t cast someone able-bodied and put them in a wheelchair … authenticity is leading us to joyous places.”

    It would be wrong to suggest that no one questioned this statement, but it became part of an ongoing conversation about casting and minorities. Davies was not, thankfully, mightily abused on social media for saying it – which is what happened last week to Maureen Lipman, after she suggested, on being asked about the casting of Helen Mirren in a biopic of Israel’s former prime minister Golda Meir, that Jewish parts should perhaps be played by Jewish actors.

    Continue reading...", - "content": "

    Maureen Lipman sparked fury by suggesting the ex Israeli PM should not be played by Mirren. But, says David Baddiel, why shouldn’t ‘authentic casting’ apply to all minorities? And where is the outcry over Bojack Horseman?

    Soon after the brilliant It’s A Sin came out, Russell T Davies justified his decision to cast only gay actors in gay parts by saying: “They are not there to ‘act gay’ because ‘acting gay’ is a bunch of codes for a performance. You wouldn’t cast someone able-bodied and put them in a wheelchair … authenticity is leading us to joyous places.”

    It would be wrong to suggest that no one questioned this statement, but it became part of an ongoing conversation about casting and minorities. Davies was not, thankfully, mightily abused on social media for saying it – which is what happened last week to Maureen Lipman, after she suggested, on being asked about the casting of Helen Mirren in a biopic of Israel’s former prime minister Golda Meir, that Jewish parts should perhaps be played by Jewish actors.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2022/jan/12/helen-mirren-golda-meir-maureen-lipman-david-baddiel-row-jews-bojack-horseman", - "creator": "David Baddiel", - "pubDate": "2022-01-12T06:00:39Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "07d4da444bf41e5c00025a39ed9836c4", - "highlights": [] + "hash": "3e1e292420e5ab09fac28d971464070f" }, { - "title": "‘More people is the last thing this planet needs’: the men getting vasectomies to save the world", - "description": "

    With the climate crisis becoming ever more urgent, a growing number of young, childless men are taking the drastic decision of being sterilised for environmental reasons

    When Lloyd Williamson lay on his back in a GP’s clinic late last November, it was for the surgical culmination of years of soul searching. Williamson, who is 30 and from Essex, remembers wanting a family as a child, but something changed in his early 20s. “I thought: you know what? I don’t want to bring a life into this world, because it’s pretty shitty as it is and it’s only going to get worse,” he says, two weeks after his vasectomy.

    Williamson was largely motivated to sterilise himself by the climate crisis. Given the link between fossil-fuelled economic growth and population growth, he believes that having fewer children is one thing individuals can do to help. “We can’t offset our carbon problem on to the next generation, because it’s not fair on them,” he says.

    Continue reading...", - "content": "

    With the climate crisis becoming ever more urgent, a growing number of young, childless men are taking the drastic decision of being sterilised for environmental reasons

    When Lloyd Williamson lay on his back in a GP’s clinic late last November, it was for the surgical culmination of years of soul searching. Williamson, who is 30 and from Essex, remembers wanting a family as a child, but something changed in his early 20s. “I thought: you know what? I don’t want to bring a life into this world, because it’s pretty shitty as it is and it’s only going to get worse,” he says, two weeks after his vasectomy.

    Williamson was largely motivated to sterilise himself by the climate crisis. Given the link between fossil-fuelled economic growth and population growth, he believes that having fewer children is one thing individuals can do to help. “We can’t offset our carbon problem on to the next generation, because it’s not fair on them,” he says.

    Continue reading...", - "category": "Parents and parenting", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/12/more-people-is-the-last-thing-this-planet-needs-the-men-getting-vasectomies-to-save-the-world", - "creator": "Simon Usborne", - "pubDate": "2022-01-12T06:00:39Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "def9587d89c2d68cffa96cb8810e2540", - "highlights": [] + "hash": "54f80cbc384086d98194f452eb1517d6" }, { - "title": "Man arrested after allegedly damaging statue outside BBC Broadcasting House", - "description": "

    Police were called to reports a man had scaled front of building with chisel to attack artwork by Eric Gill

    A man has been arrested after allegedly damaging a statue outside the BBC’s Broadcasting House on Wednesday.

    Officers were called to reports of a man scaling the building in Portland Place, west London, and using a chisel to damage the statue in question.

    Continue reading...", - "content": "

    Police were called to reports a man had scaled front of building with chisel to attack artwork by Eric Gill

    A man has been arrested after allegedly damaging a statue outside the BBC’s Broadcasting House on Wednesday.

    Officers were called to reports of a man scaling the building in Portland Place, west London, and using a chisel to damage the statue in question.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2022/jan/12/man-arrested-after-allegedly-damaging-statue-outside-bbc-broadcasting-house", - "creator": "Tom Ambrose and Jim Waterson", - "pubDate": "2022-01-12T22:38:27Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c113f33c32e6936a26fafbb759ee2efd", - "highlights": [] + "hash": "926f7e92bedbdeee293329b0ef262cb0" }, { - "title": "Cameroonian senator and soldier killed in restive anglophone regions", - "description": "

    Opposition figure shot and a soldier killed with an explosive device in separate attacks

    A prominent opposition figure and a soldier have been killed in separate attacks in Cameroon’s restive anglophone regions, intensifying security concerns as the country hosts the Africa Cup of Nations football tournament.

    Henry Kemende, a senator for the Social Democratic Front party, was shot dead in Bamenda city in the north-west region. His party, who blamed separatist fighters for the attack, said gunmen forced him from his car and shot him in the chest.

    Continue reading...", - "content": "

    Opposition figure shot and a soldier killed with an explosive device in separate attacks

    A prominent opposition figure and a soldier have been killed in separate attacks in Cameroon’s restive anglophone regions, intensifying security concerns as the country hosts the Africa Cup of Nations football tournament.

    Henry Kemende, a senator for the Social Democratic Front party, was shot dead in Bamenda city in the north-west region. His party, who blamed separatist fighters for the attack, said gunmen forced him from his car and shot him in the chest.

    Continue reading...", - "category": "Cameroon", - "link": "https://www.theguardian.com/world/2022/jan/12/cameroonian-senator-shot-dead-in-unruly-anglophone-region", - "creator": "Emmanuel Akinwotu in Lagos", - "pubDate": "2022-01-12T18:15:19Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7025fa597df59fc4a1e4f298838a54e6", - "highlights": [] + "hash": "1a09481ff5e95cd873a09e7ff414d1be" }, { - "title": "January 6 panel to invite House Republican leader Kevin McCarthy to testify – live", - "description": "

    Joe Biden will travel to Capitol Hill tomorrow to join Senate Democrats’ meeting about the path forward for passing voting rights bills.

    “President Biden is expected to attend tomorrow’s Senate Dem Caucus lunch to discuss the push to pass voting rights and potential changes to Senate rules,” a senior Democratic aide said.

    Continue reading...", - "content": "

    Joe Biden will travel to Capitol Hill tomorrow to join Senate Democrats’ meeting about the path forward for passing voting rights bills.

    “President Biden is expected to attend tomorrow’s Senate Dem Caucus lunch to discuss the push to pass voting rights and potential changes to Senate rules,” a senior Democratic aide said.

    Continue reading...", - "category": "Joe Manchin", - "link": "https://www.theguardian.com/us-news/live/2022/jan/12/democrats-biden-voting-rights-filibuster-us-politics-live-latest", - "creator": "Maanvi Singh (now) and Joan E Greve (earlier)", - "pubDate": "2022-01-12T22:42:53Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e6cdd4c51ee0777b21a0dc9afa2af4a2", - "highlights": [] + "hash": "7c6fc4cbd9b2edeb32f38bce86fc330d" }, { - "title": "Australia news live update: NSW records 22 Covid deaths and 92,264 cases as rapid test backlog counted; 25 deaths in Victoria; 3,300 in hospital", - "description": "

    NSW records 92,264 Covid cases and 22 deaths with 2,383 in hospital; Victoria reports 37,169 cases and 25 deaths with 953 hospitalised; Novak Djokovic visa saga an ‘international embarrassment’ says Labor. Follow all the day’s news

    Albanese is laying the blame of Australia’s current Covid predicament squarely at Morrison’s feet.

    How is it we have got to this point? The rapid antigen tests were approved last September.

    The national plan made it clear that once we opened up there would be an increased number of infections and we needed to make sure we planned for it. We needed Scott Morrison to do his job.

    Working people have been saying that they needed access to testing for example for months after months. The Transport Workers Union wrote to the government last September about supply chains and the disruptions that could occur if they didn’t get access to rapid antigen tests and now we know this government only ordered en masse rapid antigen tests this week. It’s extraordinary their complacency.

    We have had a grand slam of failures from this government, whether it’s tracing, testing, and quarantine. On each occasion they wait until ... a problem becomes a crisis before Scott Morrison acts.

    Continue reading...", - "content": "

    NSW records 92,264 Covid cases and 22 deaths with 2,383 in hospital; Victoria reports 37,169 cases and 25 deaths with 953 hospitalised; Novak Djokovic visa saga an ‘international embarrassment’ says Labor. Follow all the day’s news

    Albanese is laying the blame of Australia’s current Covid predicament squarely at Morrison’s feet.

    How is it we have got to this point? The rapid antigen tests were approved last September.

    The national plan made it clear that once we opened up there would be an increased number of infections and we needed to make sure we planned for it. We needed Scott Morrison to do his job.

    Working people have been saying that they needed access to testing for example for months after months. The Transport Workers Union wrote to the government last September about supply chains and the disruptions that could occur if they didn’t get access to rapid antigen tests and now we know this government only ordered en masse rapid antigen tests this week. It’s extraordinary their complacency.

    We have had a grand slam of failures from this government, whether it’s tracing, testing, and quarantine. On each occasion they wait until ... a problem becomes a crisis before Scott Morrison acts.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2022/jan/13/australia-news-live-update-national-cabinet-nsw-covid-cases-coronavirus-vaccine-novak-djokovic-alex-hawke-visa-tennis-australian-open-victoria-qld-morrison", - "creator": "Matilda Boseley", - "pubDate": "2022-01-12T22:43:00Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ec4144190522ba338c7f315802c7235f", - "highlights": [] + "hash": "b3d0638a93f2257e5eed269ae8ab5c2a" }, { - "title": "Hospitals in Greater Manchester call for military aid over Omicron surge", - "description": "

    Soldiers may provide basic care needs and ancillary support amid rise in staff absences due to Covid

    Hospitals in Greater Manchester have called for urgent military support as the region’s NHS creaks under pressure from the Omicron variant.

    Soldiers could be asked to carry out basic care needs, such as hydration and nutrition, for patients in so-called super-surge beds, as well as ancillary support including porter work, admin tasks and cleaning.

    Continue reading...", - "content": "

    Soldiers may provide basic care needs and ancillary support amid rise in staff absences due to Covid

    Hospitals in Greater Manchester have called for urgent military support as the region’s NHS creaks under pressure from the Omicron variant.

    Soldiers could be asked to carry out basic care needs, such as hydration and nutrition, for patients in so-called super-surge beds, as well as ancillary support including porter work, admin tasks and cleaning.

    Continue reading...", - "category": "Greater Manchester", - "link": "https://www.theguardian.com/uk-news/2022/jan/12/hospitals-in-greater-manchester-call-for-military-aid-over-omicron-surge", - "creator": "Tom Ambrose", - "pubDate": "2022-01-12T21:30:18Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "136c5e6b83428e47ec4b115d549ffddd", - "highlights": [] + "hash": "9047692599b1f4c8fb935c1a40789677" }, { - "title": "How to pitch to the Guardian US’s Guns and Lies project", - "description": "

    We’re commissioning reported stories and comment pieces on the daily impact of gun violence across California

    The Guardian US’s Guns and Lies series covers the daily impact of gun violence across California communities and the people within these communities working to prevent it.

    America’s gun violence crisis is driven not by high-profile mass shootings but by everyday gun deaths in Black and brown communities. During the pandemic, these communities have witnessed a historic surge in daily shootings, one that the country has barely acknowledged and most Americans have hardly begun to understand.

    Highlight the daily realities of gun violence in California communities.

    Spotlight bright people and innovative programs working to curb violence.

    Reveal gaps in resources and policies aimed at curbing gun violence or serving survivors.

    Correct misconceptions about the gun violence crisis.

    Illuminate the dynamics behind the recent rise in gun violence in California and across the country.

    Continue reading...", - "content": "

    We’re commissioning reported stories and comment pieces on the daily impact of gun violence across California

    The Guardian US’s Guns and Lies series covers the daily impact of gun violence across California communities and the people within these communities working to prevent it.

    America’s gun violence crisis is driven not by high-profile mass shootings but by everyday gun deaths in Black and brown communities. During the pandemic, these communities have witnessed a historic surge in daily shootings, one that the country has barely acknowledged and most Americans have hardly begun to understand.

    Highlight the daily realities of gun violence in California communities.

    Spotlight bright people and innovative programs working to curb violence.

    Reveal gaps in resources and policies aimed at curbing gun violence or serving survivors.

    Correct misconceptions about the gun violence crisis.

    Illuminate the dynamics behind the recent rise in gun violence in California and across the country.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2022/jan/12/guns-and-lies-how-to-pitch", - "creator": "Eline Gordts", - "pubDate": "2022-01-12T22:13:09Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "604b3e517ef100dfb3a5c8fd691c2d19", - "highlights": [] + "hash": "77c926c6b46bd94a4036c925af0565a8" }, { - "title": "Australia news live update: NSW records 22 Covid deaths and 92,264 cases as RAT backlog counted; 25 deaths in Victoria; more than 3,300 in hospital", - "description": "

    NSW records 92,264 Covid cases and 22 deaths with 2,383 in hospital; Victoria reports 37,169 cases and 25 deaths with 953 hospitalised; Novak Djokovic visa saga an ‘international embarrassment’ says Labor. Follow all the day’s news

    Albanese is laying the blame of Australia’s current Covid predicament squarely at Morrison’s feet.

    How is it we have got to this point? The rapid antigen tests were approved last September.

    The national plan made it clear that once we opened up there would be an increased number of infections and we needed to make sure we planned for it. We needed Scott Morrison to do his job.

    Working people have been saying that they needed access to testing for example for months after months. The Transport Workers Union wrote to the government last September about supply chains and the disruptions that could occur if they didn’t get access to rapid antigen tests and now we know this government only ordered en masse rapid antigen tests this week. It’s extraordinary their complacency.

    We have had a grand slam of failures from this government, whether it’s tracing, testing, and quarantine. On each occasion they wait until ... a problem becomes a crisis before Scott Morrison acts.

    Continue reading...", - "content": "

    NSW records 92,264 Covid cases and 22 deaths with 2,383 in hospital; Victoria reports 37,169 cases and 25 deaths with 953 hospitalised; Novak Djokovic visa saga an ‘international embarrassment’ says Labor. Follow all the day’s news

    Albanese is laying the blame of Australia’s current Covid predicament squarely at Morrison’s feet.

    How is it we have got to this point? The rapid antigen tests were approved last September.

    The national plan made it clear that once we opened up there would be an increased number of infections and we needed to make sure we planned for it. We needed Scott Morrison to do his job.

    Working people have been saying that they needed access to testing for example for months after months. The Transport Workers Union wrote to the government last September about supply chains and the disruptions that could occur if they didn’t get access to rapid antigen tests and now we know this government only ordered en masse rapid antigen tests this week. It’s extraordinary their complacency.

    We have had a grand slam of failures from this government, whether it’s tracing, testing, and quarantine. On each occasion they wait until ... a problem becomes a crisis before Scott Morrison acts.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2022/jan/13/australia-news-live-update-national-cabinet-nsw-covid-cases-coronavirus-vaccine-novak-djokovic-alex-hawke-visa-tennis-australian-open-victoria-qld-morrison", - "creator": "Matilda Boseley", - "pubDate": "2022-01-12T22:13:59Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6506047b2a60a4552617c544fa764d92", - "highlights": [] + "hash": "2c5fd3c02be9beb7e705a87d971c75b4" }, { - "title": "Senior backbench MP joins Scottish Tory leader in calling for Johnson to resign over No 10 lockdown party – live", - "description": "

    William Wragg says Boris Johnson is damaging reputation of party as Douglas Ross calls for him to stand down after prime minister admits attending party

    Another journalist who is very well plugged in to the thinking of Tory MPs is the Conservative Home editor Paul Goodman, a former MP himself. In what might be a rather ominous development for Johnson, Goodman devotes his main ConHome article this morning to discussing the process by which the Conservative party might go about replacing him (although he does not describe Johnson’s resignation as inevitable).

    Ed Davey, the Lib Dem leader, has said Boris Johnson should resign. He told BBC Breakfast:

    Boris Johnson is now incapable of leading our country through this public health crisis - I actually think he is a threat to the health of the nation, because no-one will do anything he says because he has now shown to have been deceitful, so Boris Johnson must now resign ...

    He said to parliament and to the country before Christmas when he was apologising that he didn’t know about the parties, and now we know he was at at least one of those parties.

    Continue reading...", - "content": "

    William Wragg says Boris Johnson is damaging reputation of party as Douglas Ross calls for him to stand down after prime minister admits attending party

    Another journalist who is very well plugged in to the thinking of Tory MPs is the Conservative Home editor Paul Goodman, a former MP himself. In what might be a rather ominous development for Johnson, Goodman devotes his main ConHome article this morning to discussing the process by which the Conservative party might go about replacing him (although he does not describe Johnson’s resignation as inevitable).

    Ed Davey, the Lib Dem leader, has said Boris Johnson should resign. He told BBC Breakfast:

    Boris Johnson is now incapable of leading our country through this public health crisis - I actually think he is a threat to the health of the nation, because no-one will do anything he says because he has now shown to have been deceitful, so Boris Johnson must now resign ...

    He said to parliament and to the country before Christmas when he was apologising that he didn’t know about the parties, and now we know he was at at least one of those parties.

    Continue reading...", - "category": "Politics", - "link": "https://www.theguardian.com/politics/live/2022/jan/12/boris-johnson-no-10-party-pmqs-keir-starmer-labour-coronavirus-latest-updates-covid-live", - "creator": "Tom Ambrose (now) and Andrew Sparrow (earlier)", - "pubDate": "2022-01-12T20:51:12Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6c9f0c51ce715b968814f615f8ca2d2c", - "highlights": [] + "hash": "50a7c2af17d77f7b23bac51be07b1035" }, { - "title": "German court expected to accuse Assad regime in Syria of torture", - "description": "

    Ex-Syrian intelligence official Anwar Raslan is charged with crimes against humanity, rape and murder

    A German court is expected to issue a verdict against a former Syrian intelligence official accused of overseeing the murder of 58 people and the torture of thousands of others, in a landmark case expected to declare the actions of the Assad regime over the last decade a crime against humanity for the first time.

    The verdict against Anwar Raslan, a former colonel loyal to the regime who later defected and fled Syria, is both a highly symbolic moment for the Syrian opposition in exile and a potential risk for those seeking to bring more war criminals to justice in the future, some of whom say a harsh sentence could discourage other defectors from talking openly to authorities.

    Continue reading...", - "content": "

    Ex-Syrian intelligence official Anwar Raslan is charged with crimes against humanity, rape and murder

    A German court is expected to issue a verdict against a former Syrian intelligence official accused of overseeing the murder of 58 people and the torture of thousands of others, in a landmark case expected to declare the actions of the Assad regime over the last decade a crime against humanity for the first time.

    The verdict against Anwar Raslan, a former colonel loyal to the regime who later defected and fled Syria, is both a highly symbolic moment for the Syrian opposition in exile and a potential risk for those seeking to bring more war criminals to justice in the future, some of whom say a harsh sentence could discourage other defectors from talking openly to authorities.

    Continue reading...", - "category": "Syria", - "link": "https://www.theguardian.com/world/2022/jan/12/german-court-expected-to-accuse-assad-regime-in-syria-of-torture", - "creator": "Philip Oltermann in Berlin", - "pubDate": "2022-01-12T15:51:38Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c08a9bfffb55522f55c2e23020221e68", - "highlights": [] + "hash": "3738ab5d9b2c4621bbe0c389c2331f44" }, { - "title": "Novak Djokovic allows training to be observed as investigations continue", - "description": "
    • World No 1 preparing for Australian Open after release
    • Australian government looking at multiple issues

    Novak Djokovic’s preparations for the Australian Open continued on Wednesday as the question of his presence in the country remained unresolved. Australia’s immigration minister, Alex Hawke, is still deliberating over whether or not he should revoke the world No 1’s visa.

    On Wednesday afternoon, Djokovic returned for his third practice session at Melbourne Park since he was released from immigration detention. With a small contingent of media present, Djokovic trained with the Australian youngster Tristan Schoolkate and worked through a series of drills.

    Continue reading...", - "content": "
    • World No 1 preparing for Australian Open after release
    • Australian government looking at multiple issues

    Novak Djokovic’s preparations for the Australian Open continued on Wednesday as the question of his presence in the country remained unresolved. Australia’s immigration minister, Alex Hawke, is still deliberating over whether or not he should revoke the world No 1’s visa.

    On Wednesday afternoon, Djokovic returned for his third practice session at Melbourne Park since he was released from immigration detention. With a small contingent of media present, Djokovic trained with the Australian youngster Tristan Schoolkate and worked through a series of drills.

    Continue reading...", - "category": "Novak Djokovic", - "link": "https://www.theguardian.com/sport/2022/jan/12/novak-djokovic-back-on-court-australia-open-investigations-continue", - "creator": "Tumaini Carayol in Melbourne", - "pubDate": "2022-01-12T18:18:00Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "57336bdd64ae98597091b26d9351b5eb", - "highlights": [] + "hash": "0803011bd74d807030646269da126504" }, { - "title": "Palestinian man, 80, found dead after Israeli raid in West Bank", - "description": "

    Omar Abdalmajeed As’ad, described by family as US citizen, was apprehended after ‘resisting a check’

    An 80-year-old Palestinian man, described by his family as a US citizen, has been found dead after being detained and handcuffed during an Israeli raid on a village in the occupied West Bank.

    The body of Omar Abdalmajeed As’ad was found in Jiljilya in the early hours of Wednesday with a plastic zip-tie still around one wrist, villagers told Reuters.

    Continue reading...", - "content": "

    Omar Abdalmajeed As’ad, described by family as US citizen, was apprehended after ‘resisting a check’

    An 80-year-old Palestinian man, described by his family as a US citizen, has been found dead after being detained and handcuffed during an Israeli raid on a village in the occupied West Bank.

    The body of Omar Abdalmajeed As’ad was found in Jiljilya in the early hours of Wednesday with a plastic zip-tie still around one wrist, villagers told Reuters.

    Continue reading...", - "category": "Palestinian territories", - "link": "https://www.theguardian.com/world/2022/jan/12/elderly-palestinian-man-found-dead-after-israeli-raid", - "creator": "Reuters in Jiljiya", - "pubDate": "2022-01-12T17:24:15Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8f3c8f6e457e9700d05efe313976969f", - "highlights": [] + "hash": "31ec1dbbd233da485826dedbbf4fc913" }, { - "title": "Aras Amiri: Iran frees British Council employee accused of spying", - "description": "Aras Amiri is now at an undisclosed address in the UK.", - "content": "Aras Amiri is now at an undisclosed address in the UK.", - "category": "Iran", - "link": "https://www.theguardian.com/world/2022/jan/12/aras-amiri-iran-frees-uk-iranian-woman-accused-of-spying", - "creator": "Patrick Wintour Diplomatic editor", - "pubDate": "2022-01-12T14:09:49Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "720db658484091b15a4d278a29bfe2bf", - "highlights": [] + "hash": "01562ad2a963b760a2ff1dc0d1bee259" }, { - "title": "France poised to lift blanket ban on UK travellers ‘by end of the week’", - "description": "

    Skiing holidays could soon be given the green light, following the ease of travel restrictions in the ‘next few days’

    British skiers could soon be able to return to French slopes after an announcement that France is due to lift its blanket ban on non-essential travel from the UK.

    The French government’s official spokesman, Gabriel Attal, said after a weekly cabinet meeting on Wednesday that Paris would ease travel restrictions from the UK to France in the next few days.

    Continue reading...", - "content": "

    Skiing holidays could soon be given the green light, following the ease of travel restrictions in the ‘next few days’

    British skiers could soon be able to return to French slopes after an announcement that France is due to lift its blanket ban on non-essential travel from the UK.

    The French government’s official spokesman, Gabriel Attal, said after a weekly cabinet meeting on Wednesday that Paris would ease travel restrictions from the UK to France in the next few days.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2022/jan/12/france-poised-to-lift-blanket-ban-on-uk-travellers-by-end-of-the-week", - "creator": "Jon Henley and Nazia Parveen", - "pubDate": "2022-01-12T15:51:17Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", - "read": true, + "feed": "NYTimes", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "03d67d40fe5aeb7fbe4e6674c7a95236", - "highlights": [] + "hash": "e9ee3647f4530bf6f97f7f0e57df7cbe" }, { - "title": "‘Society was volatile. That spirit was in our music’: how Japan created its own jazz", - "description": "

    Postwar Japan embraced the music of its former enemy – and, powered by anti-establishment feeling, remade it. As they find a new global audience, the country’s jazz innovators explain what drove them

    The story of Japanese jazz is about music and a movement, but also a nation’s state of mind – a daring vision of a better future after the second world war, sounded out on piano, drums and brass. Jazz is a distinctly American art form – the US’s greatest cultural achievement, in fact, along with hip-hop – and a healthy scene had formed in the 1920s and 30s as American players toured the clubs of Tokyo, Kobe and Osaka. But Japan had historically been an insular nation – its policy of sakoku, which for more than two centuries severely limited contact with the outside world, had only ended in the 1850s – and an increasingly nationalist government, feeling jazz diluted Japanese culture, began to crack down. By the second world war, “the music of the enemy” was outlawed.

    After the country’s surrender, occupying forces oversaw sweeping reforms. American troops brought jazz records with them; Japanese musicians picked up work entertaining the troops. There was a proliferation of jazz kissa (cafes), a distinctly Japanese phenomenon where locals could sit and listen to records for as long as they wanted. For some, jazz was the sound of modernity.

    Continue reading...", - "content": "

    Postwar Japan embraced the music of its former enemy – and, powered by anti-establishment feeling, remade it. As they find a new global audience, the country’s jazz innovators explain what drove them

    The story of Japanese jazz is about music and a movement, but also a nation’s state of mind – a daring vision of a better future after the second world war, sounded out on piano, drums and brass. Jazz is a distinctly American art form – the US’s greatest cultural achievement, in fact, along with hip-hop – and a healthy scene had formed in the 1920s and 30s as American players toured the clubs of Tokyo, Kobe and Osaka. But Japan had historically been an insular nation – its policy of sakoku, which for more than two centuries severely limited contact with the outside world, had only ended in the 1850s – and an increasingly nationalist government, feeling jazz diluted Japanese culture, began to crack down. By the second world war, “the music of the enemy” was outlawed.

    After the country’s surrender, occupying forces oversaw sweeping reforms. American troops brought jazz records with them; Japanese musicians picked up work entertaining the troops. There was a proliferation of jazz kissa (cafes), a distinctly Japanese phenomenon where locals could sit and listen to records for as long as they wanted. For some, jazz was the sound of modernity.

    Continue reading...", - "category": "Jazz", - "link": "https://www.theguardian.com/music/2022/jan/12/how-japan-created-its-own-jazz", - "creator": "Dean Van Nguyen", - "pubDate": "2022-01-12T12:25:07Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c18f227d025c8f43001803249f5ccf8f", - "highlights": [] + "hash": "aaa68936b3bfe29e2b7178faaee88083" }, { - "title": "Prince Andrew: what does duke’s future hold and what might he lose?", - "description": "

    From financial damages to military titles, the cost of Virginia Giuffre’s case going ahead could be high

    Prince Andrew has been forced to scale back his royal duties in the wake of sexual assault allegations from Virginia Giuffre, claims he strenuously denies.

    Aside from his royal roles, private firms such as BT and Barclays have also severed ties with him in recent years.

    Continue reading...", - "content": "

    From financial damages to military titles, the cost of Virginia Giuffre’s case going ahead could be high

    Prince Andrew has been forced to scale back his royal duties in the wake of sexual assault allegations from Virginia Giuffre, claims he strenuously denies.

    Aside from his royal roles, private firms such as BT and Barclays have also severed ties with him in recent years.

    Continue reading...", - "category": "Prince Andrew", - "link": "https://www.theguardian.com/uk-news/2022/jan/12/prince-andrew-what-does-dukes-future-hold-and-what-might-he-lose", - "creator": "Matthew Weaver", - "pubDate": "2022-01-12T20:05:13Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e2f6cb4eb693221010b9d0791b4a673e", - "highlights": [] + "hash": "fa19b6102417e35a57f16de2bae49deb" }, { - "title": "Spanish court orders doctors be compensated for lack of Covid PPE", - "description": "

    Court rules region of Valencia failed to protect medics in early days of pandemic

    Spain’s medical community has scored a victory after a court ordered that a regional government must compensate doctors up to €49,000 (£41,000) each for having to work without personal protective equipment (PPE) during the devastating early months of the pandemic.

    The lawsuit brought by a doctor’s union is the first of its kind to be won in Spain, whose health care system was pushed to the brink when Covid-19 first struck.

    Continue reading...", - "content": "

    Court rules region of Valencia failed to protect medics in early days of pandemic

    Spain’s medical community has scored a victory after a court ordered that a regional government must compensate doctors up to €49,000 (£41,000) each for having to work without personal protective equipment (PPE) during the devastating early months of the pandemic.

    The lawsuit brought by a doctor’s union is the first of its kind to be won in Spain, whose health care system was pushed to the brink when Covid-19 first struck.

    Continue reading...", - "category": "Spain", - "link": "https://www.theguardian.com/world/2022/jan/12/spanish-court-orders-doctors-be-compensated-for-lack-of-covid-ppe", - "creator": "AP in Barcelona", - "pubDate": "2022-01-12T20:02:52Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4be99e7d7cc30d91105b67a0f7632351", - "highlights": [] + "hash": "2b5fd09cb3aba3904dc769cf97a305bf" }, { - "title": "Maureen Lipman: my opinion on casting was not an attack on Helen Mirren | Letter", - "description": "

    If the ethnicity or gender of the character drives the role then that ethnicity should be prioritised, writes Maureen Lipman

    Thank our mutual god for the intelligence and eloquence of David Baddiel (‘Why don’t Jews play Jews?’ – David Baddiel on the row over Helen Mirren as Golda Meir, 12 January). But may I take issue with the Guardian on one point? I did not attack Dame Helen Mirren (Maureen Lipman attacks casting of Helen Mirren as former Israeli PM Golda Meir, 12 January). I was asked by a reporter for my opinion in a continuing debate. (I don’t tend to charge out of the house to Speaker’s Corner with a loud-hailer and a dustbin lid.)

    My opinion was that if the ethnicity or gender of the character drives the role then that ethnicity should be prioritised, as it is now with other minorities.

    Continue reading...", - "content": "

    If the ethnicity or gender of the character drives the role then that ethnicity should be prioritised, writes Maureen Lipman

    Thank our mutual god for the intelligence and eloquence of David Baddiel (‘Why don’t Jews play Jews?’ – David Baddiel on the row over Helen Mirren as Golda Meir, 12 January). But may I take issue with the Guardian on one point? I did not attack Dame Helen Mirren (Maureen Lipman attacks casting of Helen Mirren as former Israeli PM Golda Meir, 12 January). I was asked by a reporter for my opinion in a continuing debate. (I don’t tend to charge out of the house to Speaker’s Corner with a loud-hailer and a dustbin lid.)

    My opinion was that if the ethnicity or gender of the character drives the role then that ethnicity should be prioritised, as it is now with other minorities.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2022/jan/12/maureen-lipman-my-opinion-on-casting-was-not-an-attack-on-helen-mirren", - "creator": "Letters", - "pubDate": "2022-01-12T18:36:09Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6ae5a40930f8dde7ee0bea1fce1beb9c", - "highlights": [] + "hash": "3f457cd222298fcb25d8978378f44c49" }, { - "title": "January 6 panel to invite Republican minority leader Kevin McCarthy to testify – live", - "description": "

    Joe Biden will travel to Capitol Hill tomorrow to join Senate Democrats’ meeting about the path forward for passing voting rights bills.

    “President Biden is expected to attend tomorrow’s Senate Dem Caucus lunch to discuss the push to pass voting rights and potential changes to Senate rules,” a senior Democratic aide said.

    Continue reading...", - "content": "

    Joe Biden will travel to Capitol Hill tomorrow to join Senate Democrats’ meeting about the path forward for passing voting rights bills.

    “President Biden is expected to attend tomorrow’s Senate Dem Caucus lunch to discuss the push to pass voting rights and potential changes to Senate rules,” a senior Democratic aide said.

    Continue reading...", - "category": "Joe Manchin", - "link": "https://www.theguardian.com/us-news/live/2022/jan/12/democrats-biden-voting-rights-filibuster-us-politics-live-latest", - "creator": "Joan E Greve in Washington", - "pubDate": "2022-01-12T20:49:45Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b2d711848f054f379aade27fef1ffdae", - "highlights": [] + "hash": "d0521c9afaf010f6485270a4a8d62056" }, { - "title": "Australia news live update: national cabinet meets to discuss severe staff shortages; NSW Covid cases to spike as rapid tests counted", - "description": "

    Scott Morrison and state and territory leaders will consider easing Covid isolation rules for more workers. Follow all the day’s news

    Well, scratch that, Victor Dominello has just told Sunrise that the number of positive antigen tests registered with the NSW government is now up to 82,000.

    As it goes, it is 82,000, but that is 82,000 over 12 days...

    We expect to get a high number given that we have provided for people to put their data from 1 January. This is not just people putting in data from yesterday, it is people having rapid antigen tests on the second and third and fourth of January, putting that information in and getting it together. They are high numbers.

    It’s almost going to be impossible in many ways to enforce...

    But the majority of the states and territories in the country have gone down the path of issuing a fine or putting a fine in place - Tasmania, South Australia, Northern Territory, ACT - and some have chosen the other path of just saying please do it.

    Continue reading...", - "content": "

    Scott Morrison and state and territory leaders will consider easing Covid isolation rules for more workers. Follow all the day’s news

    Well, scratch that, Victor Dominello has just told Sunrise that the number of positive antigen tests registered with the NSW government is now up to 82,000.

    As it goes, it is 82,000, but that is 82,000 over 12 days...

    We expect to get a high number given that we have provided for people to put their data from 1 January. This is not just people putting in data from yesterday, it is people having rapid antigen tests on the second and third and fourth of January, putting that information in and getting it together. They are high numbers.

    It’s almost going to be impossible in many ways to enforce...

    But the majority of the states and territories in the country have gone down the path of issuing a fine or putting a fine in place - Tasmania, South Australia, Northern Territory, ACT - and some have chosen the other path of just saying please do it.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2022/jan/13/australia-news-live-update-national-cabinet-nsw-covid-cases-coronavirus-vaccine-novak-djokovic-alex-hawke-visa-tennis-australian-open-victoria-qld-morrison", - "creator": "Matilda Boseley", - "pubDate": "2022-01-12T20:47:04Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "82dc2462d16730d116d725fe6212d480", - "highlights": [] + "hash": "5d0a3392b2aec02c8a4609f1141121b3" }, { - "title": "Prince Andrew fails in bid to dismiss US sexual abuse lawsuit", - "description": "

    Civil claim against duke by longtime accuser Virginia Giuffre can move forward, federal judge rules in New York

    • This article contains descriptions of sexual abuse

    A judge in New York has rejected Prince Andrew’s attempt to persuade a US court to throw out a sexual abuse lawsuit brought against him by longtime American accuser Virginia Giuffre.

    Giuffre, now 38, says she was forced into sex at 17 with Andrew, the Duke of York, by associates of his, the late sex offender and financier, Jeffrey Epstein, and Ghislaine Maxwell, the British media heiress who was convicted in New York last month of sex-trafficking girls for Epstein.

    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": "

    Civil claim against duke by longtime accuser Virginia Giuffre can move forward, federal judge rules in New York

    • This article contains descriptions of sexual abuse

    A judge in New York has rejected Prince Andrew’s attempt to persuade a US court to throw out a sexual abuse lawsuit brought against him by longtime American accuser Virginia Giuffre.

    Giuffre, now 38, says she was forced into sex at 17 with Andrew, the Duke of York, by associates of his, the late sex offender and financier, Jeffrey Epstein, and Ghislaine Maxwell, the British media heiress who was convicted in New York last month of sex-trafficking girls for Epstein.

    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": "Prince Andrew", - "link": "https://www.theguardian.com/uk-news/2022/jan/12/prince-andrew-case-proceed-latest-ruling-virginia-giuffre", - "creator": "Victoria Bekiempis in New York", - "pubDate": "2022-01-12T16:47:02Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b60c929235855f426b9c914a9854195d", - "highlights": [] + "hash": "843e569d03de09c0bb4a9515e2722c4e" }, { - "title": "Scottish Tory leader says Boris Johnson should resign after PM admits attending No 10 lockdown party – live", - "description": "

    Douglass Ross calls for Boris Johnson to stand down after prime minister apologises but says he thought party was a ‘work event’

    Another journalist who is very well plugged in to the thinking of Tory MPs is the Conservative Home editor Paul Goodman, a former MP himself. In what might be a rather ominous development for Johnson, Goodman devotes his main ConHome article this morning to discussing the process by which the Conservative party might go about replacing him (although he does not describe Johnson’s resignation as inevitable).

    Ed Davey, the Lib Dem leader, has said Boris Johnson should resign. He told BBC Breakfast:

    Boris Johnson is now incapable of leading our country through this public health crisis - I actually think he is a threat to the health of the nation, because no-one will do anything he says because he has now shown to have been deceitful, so Boris Johnson must now resign ...

    He said to parliament and to the country before Christmas when he was apologising that he didn’t know about the parties, and now we know he was at at least one of those parties.

    Continue reading...", - "content": "

    Douglass Ross calls for Boris Johnson to stand down after prime minister apologises but says he thought party was a ‘work event’

    Another journalist who is very well plugged in to the thinking of Tory MPs is the Conservative Home editor Paul Goodman, a former MP himself. In what might be a rather ominous development for Johnson, Goodman devotes his main ConHome article this morning to discussing the process by which the Conservative party might go about replacing him (although he does not describe Johnson’s resignation as inevitable).

    Ed Davey, the Lib Dem leader, has said Boris Johnson should resign. He told BBC Breakfast:

    Boris Johnson is now incapable of leading our country through this public health crisis - I actually think he is a threat to the health of the nation, because no-one will do anything he says because he has now shown to have been deceitful, so Boris Johnson must now resign ...

    He said to parliament and to the country before Christmas when he was apologising that he didn’t know about the parties, and now we know he was at at least one of those parties.

    Continue reading...", - "category": "Politics", - "link": "https://www.theguardian.com/politics/live/2022/jan/12/boris-johnson-no-10-party-pmqs-keir-starmer-labour-coronavirus-latest-updates-covid-live", - "creator": "Andrew Sparrow", - "pubDate": "2022-01-12T17:11:40Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a71da1d958f73f62b5982d6d59ae69ed", - "highlights": [] + "hash": "ab7248cb7a84e1472257170904e96ff5" }, { - "title": "Elderly Palestinian man found dead after Israeli raid", - "description": "

    Omar Abdalmajeed As’ad had been apprehended after ‘resisting a check’

    An 80-year-old Palestinian man, described by his family as a US citizen, has been found dead after being detained and handcuffed during an Israeli raid on a village in the occupied West Bank.

    The body of Omar Abdalmajeed As’ad was found in Jiljilya in the early hours of Wednesday with a plastic zip-tie still around one wrist, villagers told Reuters.

    Continue reading...", - "content": "

    Omar Abdalmajeed As’ad had been apprehended after ‘resisting a check’

    An 80-year-old Palestinian man, described by his family as a US citizen, has been found dead after being detained and handcuffed during an Israeli raid on a village in the occupied West Bank.

    The body of Omar Abdalmajeed As’ad was found in Jiljilya in the early hours of Wednesday with a plastic zip-tie still around one wrist, villagers told Reuters.

    Continue reading...", - "category": "Palestinian territories", - "link": "https://www.theguardian.com/world/2022/jan/12/elderly-palestinian-man-found-dead-after-israeli-raid", - "creator": "Reuters in Jiljiya", - "pubDate": "2022-01-12T17:04:50Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9174f570faf21b6619e5dd3bdeea527b", - "highlights": [] + "hash": "94c8e2b001c4f2d194285d099c887ac4" }, { - "title": "Cameroonian senator shot dead in lawless anglophone region", - "description": "

    Violence against government figures is common in separatist north-western area where Henry Kemende died

    A prominent opposition figure and senator has been shot dead in Bamenda city in Cameroon’s restive north-western anglophone region.

    Gunmen forced Henry Kemende out ​from​ his car and then shot him in the​ ​chest, ​his Social Democratic Front party said, blaming separatist fighters. Politicians and civil society groups have condemned the killing.

    Continue reading...", - "content": "

    Violence against government figures is common in separatist north-western area where Henry Kemende died

    A prominent opposition figure and senator has been shot dead in Bamenda city in Cameroon’s restive north-western anglophone region.

    Gunmen forced Henry Kemende out ​from​ his car and then shot him in the​ ​chest, ​his Social Democratic Front party said, blaming separatist fighters. Politicians and civil society groups have condemned the killing.

    Continue reading...", - "category": "Cameroon", - "link": "https://www.theguardian.com/world/2022/jan/12/cameroonian-senator-shot-dead-in-unruly-anglophone-region", - "creator": "Emmanuel Akinwotu in Lagos", - "pubDate": "2022-01-12T16:59:51Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cc26fa06ba587178cebdb8bc7a4b3599", - "highlights": [] + "hash": "d45515e2f147cf68cdc6dfc327aafe57" }, { - "title": "Novak Djokovic blames agent for Australian paperwork ‘mistake’ and admits not isolating after positive Covid result", - "description": "

    Djokovic in Instagram statement fails to address media reports which have raised questions over his 16 December positive PCR result

    Novak Djokovic has blamed his agent for an “administrative mistake” when declaring he had not travelled in the two weeks before his flight to Australia and acknowledged an “error of judgment” by not isolating after he tested positive for Covid.

    The world No 1 released a statement on Wednesday in a bid to address what he called “continuing misinformation” about his activities in December before he came to Australia in a bid to retain his Australian Open crown.

    Continue reading...", - "content": "

    Djokovic in Instagram statement fails to address media reports which have raised questions over his 16 December positive PCR result

    Novak Djokovic has blamed his agent for an “administrative mistake” when declaring he had not travelled in the two weeks before his flight to Australia and acknowledged an “error of judgment” by not isolating after he tested positive for Covid.

    The world No 1 released a statement on Wednesday in a bid to address what he called “continuing misinformation” about his activities in December before he came to Australia in a bid to retain his Australian Open crown.

    Continue reading...", - "category": "Novak Djokovic", - "link": "https://www.theguardian.com/sport/2022/jan/12/novak-djokovic-statement-blames-agent-for-australia-paperwork-mistake-covid-positive-test-result", - "creator": "Paul Karp and Tumaini Carayol", - "pubDate": "2022-01-12T04:02:09Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5a1d449c3845e175501d56171c619ea1", - "highlights": [] + "hash": "ca1e22468ab6263621d65739a93a5f79" }, { - "title": "Omicron dims optimism as South America enters pandemic’s third year", - "description": "

    Signs of an incipient return to normality have been dashed as case numbers soar but high vaccination rates offer reason for hope

    As the pandemic’s second, gruelling year drew to a close and Covid rates in Rio de Janeiro plunged to levels unseen since it began, the Brazilian city’s health secretary, Daniel Soranz, celebrated a desperately needed respite.

    “We’ve been through such painful, difficult months … this is now a moment of hope,” the 42-year-old doctor said last November as carioca life regained some semblance of normality, hospitals emptied and the city’s effervescent cultural scene was reborn.

    Continue reading...", - "content": "

    Signs of an incipient return to normality have been dashed as case numbers soar but high vaccination rates offer reason for hope

    As the pandemic’s second, gruelling year drew to a close and Covid rates in Rio de Janeiro plunged to levels unseen since it began, the Brazilian city’s health secretary, Daniel Soranz, celebrated a desperately needed respite.

    “We’ve been through such painful, difficult months … this is now a moment of hope,” the 42-year-old doctor said last November as carioca life regained some semblance of normality, hospitals emptied and the city’s effervescent cultural scene was reborn.

    Continue reading...", - "category": "Americas", - "link": "https://www.theguardian.com/world/2022/jan/12/south-america-covid-omicron-brazil-argentina", - "creator": "Tom Phillips in Rio de Janeiro and Uki Goñi in Buenos Aires", - "pubDate": "2022-01-12T10:10:44Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4abc43d57706e72a19b5c8c670fb00fd", - "highlights": [] + "hash": "0fea2b95384a52a567cc161bfaf6c0d0" }, { - "title": "Use of ‘VIP lane’ to award Covid PPE contracts unlawful, high court rules", - "description": "

    Government’s use of system to award deals to two firms during first Covid wave found to be unlawful

    The government’s operation of a “VIP lane” for suppliers of personal protective equipment during the coronavirus pandemic was illegal, a high court judge has ruled.

    In a written judgment, handed down on Wednesday, Mrs Justice O’Farrell said the Good Law Project and EveryDoctor, who together had challenged the lawfulness of the way billions of pounds worth of contracts were awarded through the high priority lane, had established that its operation was “in breach of the obligation of equal treatment”.

    Continue reading...", - "content": "

    Government’s use of system to award deals to two firms during first Covid wave found to be unlawful

    The government’s operation of a “VIP lane” for suppliers of personal protective equipment during the coronavirus pandemic was illegal, a high court judge has ruled.

    In a written judgment, handed down on Wednesday, Mrs Justice O’Farrell said the Good Law Project and EveryDoctor, who together had challenged the lawfulness of the way billions of pounds worth of contracts were awarded through the high priority lane, had established that its operation was “in breach of the obligation of equal treatment”.

    Continue reading...", - "category": "Health policy", - "link": "https://www.theguardian.com/politics/2022/jan/12/use-of-vip-lane-to-award-covid-ppe-contracts-unlawful-high-court-rules", - "creator": "Haroon Siddique Legal affairs correspondent", - "pubDate": "2022-01-12T12:48:24Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2910a9398d6bf7238e82b8f823f4d0d7", - "highlights": [] + "hash": "6b08f2fc8dd50871559948a870da340e" }, { - "title": "A moment that changed me: I was crippled by negative thoughts – then I bought a silver bracelet", - "description": "

    My self-esteem was at rock bottom, but on a break from my academic job I found myself in Paris. As I wandered through the city, an impulse buy gave me hope I could value myself again

    A couple of years ago, after a bad academic year, I’d thought things would get better over the summer. They didn’t. I kept walking out of shops without buying what I’d gone in for, because it felt wrong to be taking up space and expecting attention. I couldn’t buy train tickets, even at the machine, because other people deserved to go first and, as soon as there was someone behind me, I gave up mid-transaction. I wasn’t eating much – food was for other people – but at the same time I was travelling and appearing at literary events and festivals, confident on stage as I’d been confident in the classroom all year. It seemed to me that my low estimation of myself off stage was correct and so I didn’t think to seek help any more than I’d seek help for believing that rain is wet.

    One day in September (kids at school, students still on summer vacation, a time when work can be done from a train or hotel), I was in Paris, changing trains, really, but still with enough sense to know that a person arriving at night and leaving the next day might as well leave late the next day and give herself a day in Paris. I wasn’t sure it would work, knew myself perfectly capable of walking the streets hour after hour telling myself that any competent person would be enjoying museums and shops and cafes and what kind of privileged neurotic steals a day from her work and her family and then doesn’t even have the guts to buy a croissant, days off are wasted on me and I don’t deserve … I knew the city, a bit, from teenaged (mis)adventures, and I set off into the Marais, hungry from missed meals the day before and carrying a backpack too heavy with books. Sunlight through plane trees, the streets still quiet. Old stone, balconies, geraniums, city squares with those perfectly geometric arrangements of trees and municipal planting that we don’t do in England.

    Continue reading...", - "content": "

    My self-esteem was at rock bottom, but on a break from my academic job I found myself in Paris. As I wandered through the city, an impulse buy gave me hope I could value myself again

    A couple of years ago, after a bad academic year, I’d thought things would get better over the summer. They didn’t. I kept walking out of shops without buying what I’d gone in for, because it felt wrong to be taking up space and expecting attention. I couldn’t buy train tickets, even at the machine, because other people deserved to go first and, as soon as there was someone behind me, I gave up mid-transaction. I wasn’t eating much – food was for other people – but at the same time I was travelling and appearing at literary events and festivals, confident on stage as I’d been confident in the classroom all year. It seemed to me that my low estimation of myself off stage was correct and so I didn’t think to seek help any more than I’d seek help for believing that rain is wet.

    One day in September (kids at school, students still on summer vacation, a time when work can be done from a train or hotel), I was in Paris, changing trains, really, but still with enough sense to know that a person arriving at night and leaving the next day might as well leave late the next day and give herself a day in Paris. I wasn’t sure it would work, knew myself perfectly capable of walking the streets hour after hour telling myself that any competent person would be enjoying museums and shops and cafes and what kind of privileged neurotic steals a day from her work and her family and then doesn’t even have the guts to buy a croissant, days off are wasted on me and I don’t deserve … I knew the city, a bit, from teenaged (mis)adventures, and I set off into the Marais, hungry from missed meals the day before and carrying a backpack too heavy with books. Sunlight through plane trees, the streets still quiet. Old stone, balconies, geraniums, city squares with those perfectly geometric arrangements of trees and municipal planting that we don’t do in England.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/12/a-moment-that-changed-me-i-was-crippled-by-negative-thoughts-then-i-bought-a-silver-bracelet", - "creator": "Sarah Moss", - "pubDate": "2022-01-12T07:00:40Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c519374efca5cbafadbeb2bfd072d3ec", - "highlights": [] + "hash": "90f037d53561ca24024065be0e06ce09" }, { - "title": "Police standoff with man barricaded in Coventry house enters fourth day", - "description": "

    Armed police stationed outside property where armed man has been holed up with his son since Sunday

    A police standoff with an armed man who has barricaded himself in his home with his eight-year-old son has entered its fourth day, forcing local businesses and a school to stay shut and locking down neighbouring households.

    A 41-year-old man, who police say has weapons, is refusing to leave his ground floor flat in Earlsdon, Coventry, where he has been holed up with his son since the early hours of Sunday.

    Continue reading...", - "content": "

    Armed police stationed outside property where armed man has been holed up with his son since Sunday

    A police standoff with an armed man who has barricaded himself in his home with his eight-year-old son has entered its fourth day, forcing local businesses and a school to stay shut and locking down neighbouring households.

    A 41-year-old man, who police say has weapons, is refusing to leave his ground floor flat in Earlsdon, Coventry, where he has been holed up with his son since the early hours of Sunday.

    Continue reading...", - "category": "Coventry", - "link": "https://www.theguardian.com/uk-news/2022/jan/12/police-standoff-with-man-barricaded-in-coventry-house-enters-fourth-day", - "creator": "Jessica Murray Midlands correspondent", - "pubDate": "2022-01-12T17:02:40Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "02926493831972a7bc7afdd22cb24367", - "highlights": [] + "hash": "6db2abab0311917ff5f182d128a87289" }, { - "title": "Manchin and Sinema condemned for opposing filibuster reform urged by Biden – live", - "description": "

    Joe Biden will travel to Capitol Hill tomorrow to join Senate Democrats’ meeting about the path forward for passing voting rights bills.

    “President Biden is expected to attend tomorrow’s Senate Dem Caucus lunch to discuss the push to pass voting rights and potential changes to Senate rules,” a senior Democratic aide said.

    Continue reading...", - "content": "

    Joe Biden will travel to Capitol Hill tomorrow to join Senate Democrats’ meeting about the path forward for passing voting rights bills.

    “President Biden is expected to attend tomorrow’s Senate Dem Caucus lunch to discuss the push to pass voting rights and potential changes to Senate rules,” a senior Democratic aide said.

    Continue reading...", - "category": "Joe Manchin", - "link": "https://www.theguardian.com/us-news/live/2022/jan/12/democrats-biden-voting-rights-filibuster-us-politics-live-latest", - "creator": "Joan E Greve in Washington", - "pubDate": "2022-01-12T17:05:25Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "89ce4d714d590e4499e827e462c7e7cc", - "highlights": [] + "hash": "991ae88be22b668df68d91bd51288866" }, { - "title": "Farmers urged to back traditional owners on Liverpool Plains sacred sites", - "description": "

    Tony Windsor speaks out as Gomeroi accuse NSW government of refusing to consult on former Shenhua coalmine site

    Traditional owners accuse the New South Wales government of refusing to engage on the protection of sacred sites on the Liverpool Plains after land owned by Chinese mining company Shenhua was sold back to local farmers.

    The Gomeroi are backed by the former independent MP for New England Tony Windsor, who said both the farmers and the government had a duty to work with them, given the Shenhua coalmine would not have been stopped without the Gomeroi’s campaign to save heritage sites.

    Sign up to receive Guardian Australia’s fortnightly Rural Network email newsletter

    Continue reading...", - "content": "

    Tony Windsor speaks out as Gomeroi accuse NSW government of refusing to consult on former Shenhua coalmine site

    Traditional owners accuse the New South Wales government of refusing to engage on the protection of sacred sites on the Liverpool Plains after land owned by Chinese mining company Shenhua was sold back to local farmers.

    The Gomeroi are backed by the former independent MP for New England Tony Windsor, who said both the farmers and the government had a duty to work with them, given the Shenhua coalmine would not have been stopped without the Gomeroi’s campaign to save heritage sites.

    Sign up to receive Guardian Australia’s fortnightly Rural Network email newsletter

    Continue reading...", - "category": "Mining", - "link": "https://www.theguardian.com/australia-news/2022/jan/13/farmers-urged-to-back-traditional-owners-on-liverpool-plains-sacred-sites", - "creator": "Natasha May", - "pubDate": "2022-01-12T16:30:04Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8e5b32785ba72c5fe4e475881cbc8113", - "highlights": [] + "hash": "6ff6c3349364d73e911a1f41bf1b88ab" }, { - "title": "Covid live: France confirms record 368,149 new cases as Italy reports all-time high of 220,532 new cases", - "description": "

    French health officials had been expected to announce record-breaking infections; Italy also announced another 294 Covid-related deaths

    Five million residents in the central Chinese city of Anyang have started home confinement today in a new lockdown to curb the spread of Omicron variant, according to state media and as reported by Agence France-Presse.

    Two Omicron cases were detected in the city in Henan province, prompting authorities to announce a lockdown late Monday, issuing a notice ordering residents not to leave their homes or drive cars on the roads, state news agency Xinhua reported.

    Continue reading...", - "content": "

    French health officials had been expected to announce record-breaking infections; Italy also announced another 294 Covid-related deaths

    Five million residents in the central Chinese city of Anyang have started home confinement today in a new lockdown to curb the spread of Omicron variant, according to state media and as reported by Agence France-Presse.

    Two Omicron cases were detected in the city in Henan province, prompting authorities to announce a lockdown late Monday, issuing a notice ordering residents not to leave their homes or drive cars on the roads, state news agency Xinhua reported.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/11/covid-news-live-pfizer-says-omicron-specific-vaccine-could-be-available-by-march-mexico-president-tests-positive-again", - "creator": "Léonie Chao-Fong (now); Matthew Weaver, Tom Ambrose and Samantha Lock (earlier)", - "pubDate": "2022-01-11T19:39:35Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1b4446392dbc1b01f3084355d592e371", - "highlights": [] + "hash": "b25ceb8734ee052e84c859d0b1777325" }, { - "title": "Met police accused over failure to investigate No 10 lockdown parties", - "description": "

    Force considers next steps amid warning stance on alleged breaches is sapping public trust in policing

    The Metropolitan police have been accused of “deferring to the powerful” by not investigating Downing Street parties held in apparent breach of lockdown rules.

    The force on Monday said it was in touch with the Cabinet Office in light of “widespread reporting relating to alleged breaches of the Health Protection Regulations at Downing Street on 20 May 2020”.

    Continue reading...", - "content": "

    Force considers next steps amid warning stance on alleged breaches is sapping public trust in policing

    The Metropolitan police have been accused of “deferring to the powerful” by not investigating Downing Street parties held in apparent breach of lockdown rules.

    The force on Monday said it was in touch with the Cabinet Office in light of “widespread reporting relating to alleged breaches of the Health Protection Regulations at Downing Street on 20 May 2020”.

    Continue reading...", - "category": "Police", - "link": "https://www.theguardian.com/uk-news/2022/jan/11/met-police-no-10-lockdown-parties", - "creator": "Vikram Dodd Police and crime correspondent", - "pubDate": "2022-01-11T15:26:16Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7c41ae771bd21ff5a23086d6944f41a8", - "highlights": [] + "hash": "e1274846dd54e4a0dd661eea44092cc3" }, { - "title": "Silvio Berlusconi steps up Italy presidential campaign with threat to coalition", - "description": "

    Forza Italia leader will reportedly withdraw party from government if Mario Draghi is elected president

    Silvio Berlusconi has reportedly threatened to withdraw his Forza Italia party from Italy’s governing majority if the current prime minister, Mario Draghi, is elected president later this month.

    The scandal-tainted media tycoon, who served four times as prime minister, is in Rome from Tuesday on the hunt for votes as he ramps up his own presidential campaign.

    Continue reading...", - "content": "

    Forza Italia leader will reportedly withdraw party from government if Mario Draghi is elected president

    Silvio Berlusconi has reportedly threatened to withdraw his Forza Italia party from Italy’s governing majority if the current prime minister, Mario Draghi, is elected president later this month.

    The scandal-tainted media tycoon, who served four times as prime minister, is in Rome from Tuesday on the hunt for votes as he ramps up his own presidential campaign.

    Continue reading...", - "category": "Italy", - "link": "https://www.theguardian.com/world/2022/jan/11/silvio-berlusconi-steps-up-presidential-campaign-threat-italy-coalition", - "creator": "Angela Giuffrida in Rome", - "pubDate": "2022-01-11T15:29:36Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6453212335dcb4c769799444b045a649", - "highlights": [] + "hash": "c1c2b1b207c8bd8d3118173d120794e3" }, { - "title": "German climate minister says speed of carbon cuts needs to be trebled", - "description": "

    Robert Habeck has called for nation to act to realise ‘gigantic task’ of creating climate neutral country

    Germany’s new economy and climate protection minister has called for the nation to pull together to realise the “gigantic task” of creating a climate neutral country, saying it posed a considerable social and financial challenge as well as a big opportunity.

    Introducing a broad outline of his ambitious plans to the public for the first time since entering government as part of a three-way coalition last month, the Green party’s Robert Habeck called for a threefold increase in the speed with which carbon dioxide emissions are reduced, arguing Germany faced a race against time and required a “massive national debate” to achieve the goals set out by his ministry. He said the government faced an uphill task to win many people over to the idea of a transition.

    Continue reading...", - "content": "

    Robert Habeck has called for nation to act to realise ‘gigantic task’ of creating climate neutral country

    Germany’s new economy and climate protection minister has called for the nation to pull together to realise the “gigantic task” of creating a climate neutral country, saying it posed a considerable social and financial challenge as well as a big opportunity.

    Introducing a broad outline of his ambitious plans to the public for the first time since entering government as part of a three-way coalition last month, the Green party’s Robert Habeck called for a threefold increase in the speed with which carbon dioxide emissions are reduced, arguing Germany faced a race against time and required a “massive national debate” to achieve the goals set out by his ministry. He said the government faced an uphill task to win many people over to the idea of a transition.

    Continue reading...", - "category": "Germany", - "link": "https://www.theguardian.com/world/2022/jan/11/germany-must-pull-together-to-achieve-climate-targets-says-green-minister", - "creator": "Kate Connolly in Berlin", - "pubDate": "2022-01-11T17:09:56Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d8c60783c88b01549cbe90def2f24376", - "highlights": [] + "hash": "634b1d5198d89d9388b04fe1164c3a0a" }, { - "title": "Andy Murray says Djokovic has questions to answer as players dive into visa row", - "description": "
    • Marton Fucsovics: ‘I don’t think Novak has the right to be here’
    • Djokovic may have put incorrect information on travel form

    Andy Murray has welcomed Novak Djokovic’s release from immigration detention but he anticipates the men’s world No 1 will have a number of questions to answer in the coming days if he remains in Australia.

    Djokovic spent his first full day of freedom focusing on tennis matters as he took to Melbourne’s Rod Laver Arena behind closed doors for much-needed practice after the best part of five days spent in a hotel room fighting the cancellation of his visa.

    Continue reading...", - "content": "
    • Marton Fucsovics: ‘I don’t think Novak has the right to be here’
    • Djokovic may have put incorrect information on travel form

    Andy Murray has welcomed Novak Djokovic’s release from immigration detention but he anticipates the men’s world No 1 will have a number of questions to answer in the coming days if he remains in Australia.

    Djokovic spent his first full day of freedom focusing on tennis matters as he took to Melbourne’s Rod Laver Arena behind closed doors for much-needed practice after the best part of five days spent in a hotel room fighting the cancellation of his visa.

    Continue reading...", - "category": "Novak Djokovic", - "link": "https://www.theguardian.com/sport/2022/jan/11/murray-says-djokovic-has-questions-to-answer-as-players-dive-into-visa-row", - "creator": "Tumaini Carayol in Melbourne", - "pubDate": "2022-01-11T16:53:26Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "The Guardian", - "read": false, - "favorite": false, - "created": false, + "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": "eba69c67848b77b237339768c6b39b29", - "highlights": [] + "hash": "9a3b6ca1a3c485fea175f34a2275d532" }, { - "title": "German steam cleaner maker asks French politicians not to sully its brand", - "description": "

    Kärcher asserts political neutrality as presidential hopeful calls for pressure-washing criminals out of suburbs

    One of the world’s leading makers of pressure washers and steam cleaners has formally asked French politicians not to use its name to score political points.

    Kärcher, a German family-owned company, issued a statement on Tuesday objecting to rightwing presidential candidate Valérie Pécresse taking its brand in vain. It is the latest of several similar complaints it has issued in recent years.

    Continue reading...", - "content": "

    Kärcher asserts political neutrality as presidential hopeful calls for pressure-washing criminals out of suburbs

    One of the world’s leading makers of pressure washers and steam cleaners has formally asked French politicians not to use its name to score political points.

    Kärcher, a German family-owned company, issued a statement on Tuesday objecting to rightwing presidential candidate Valérie Pécresse taking its brand in vain. It is the latest of several similar complaints it has issued in recent years.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2022/jan/11/german-steam-cleaner-maker-asks-french-politicians-not-to-sully-its-brand", - "creator": "Kim Willsher in Paris", - "pubDate": "2022-01-11T18:11:01Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d18ac41c69b632d7bd0118e5ed50586d", - "highlights": [] + "hash": "be06330ce13409ce89aa6cca9afb6692" }, { - "title": "Ukraine talks: Russia sees no grounds for optimism ahead of Nato meeting", - "description": "

    Moscow’s chief negotiator played down chances of a breakthrough as Russian troops conduct live-fire exercise near Ukraine

    The Kremlin has said it sees “no significant reason for optimism” about diplomatic solutions for the Ukraine crisis, ahead of a meeting in Brussels between Russia and Nato’s 30 member states.

    As Moscow was playing down the chances for success at the negotiating table after initial US-Russian talks in Switzerland on Monday, Russian forces deployed near Ukraine conducted a live-fire military exercise involving 3,000 troops and tanks, in a clear rejection of US demands for a de-escalation in the region.

    Continue reading...", - "content": "

    Moscow’s chief negotiator played down chances of a breakthrough as Russian troops conduct live-fire exercise near Ukraine

    The Kremlin has said it sees “no significant reason for optimism” about diplomatic solutions for the Ukraine crisis, ahead of a meeting in Brussels between Russia and Nato’s 30 member states.

    As Moscow was playing down the chances for success at the negotiating table after initial US-Russian talks in Switzerland on Monday, Russian forces deployed near Ukraine conducted a live-fire military exercise involving 3,000 troops and tanks, in a clear rejection of US demands for a de-escalation in the region.

    Continue reading...", - "category": "Russia", - "link": "https://www.theguardian.com/world/2022/jan/11/ukraine-russia-nato-talks-sergei-ryabkov", - "creator": "Julian Borger in Washington", - "pubDate": "2022-01-11T19:23:28Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dd1bb6e6b74edc443bda08cd2d205aab", - "highlights": [] + "hash": "aa389e5499d98ff835c3361cf713df29" }, { - "title": "Police raid homes of 18 suspects over New Year’s Eve sexual assaults in Milan", - "description": "

    15 men and three boys are suspected of involvement in the attacks on nine women in Piazza del Duomo

    Italian police have raided the homes of 15 young men and three boys who are suspected of involvement in a series of sexual assaults during New Year’s Eve celebrations in Milan.

    Nine women have so far reported that they were assaulted during celebrations in front of Milan’s Cathedral on Piazza del Duomo.

    Continue reading...", - "content": "

    15 men and three boys are suspected of involvement in the attacks on nine women in Piazza del Duomo

    Italian police have raided the homes of 15 young men and three boys who are suspected of involvement in a series of sexual assaults during New Year’s Eve celebrations in Milan.

    Nine women have so far reported that they were assaulted during celebrations in front of Milan’s Cathedral on Piazza del Duomo.

    Continue reading...", - "category": "Italy", - "link": "https://www.theguardian.com/world/2022/jan/11/police-raid-homes-of-18-suspects-over-new-years-eve-sexual-assaults-in-milan", - "creator": "Angela Giuffrida in Rome", - "pubDate": "2022-01-11T19:02:43Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "da872df35990c261a7d231e80cb8ad82", - "highlights": [] + "hash": "3514129811e58d87203510f9a8280c1a" }, { - "title": "Prince Andrew can sell Swiss chalet after settling £6.6m debt, say reports", - "description": "

    Settling of debt will allow Duke of York, who faces large legal bills over sexual assault lawsuit, to sell chalet reportedly worth £18m

    The Duke of York has settled a £6.6m debt with a French socialite allowing him to sell a Swiss chalet as he faces escalating legal bills over the sexual assault civil lawsuit brought by Virginia Giuffre, according to reports.

    Isabelle de Rouvre, 74, who sold the property to Prince Andrew and Sarah, Duchess of York, in 2014 for a reported £18m, said: “The war is over. He has paid the money.”

    Continue reading...", - "content": "

    Settling of debt will allow Duke of York, who faces large legal bills over sexual assault lawsuit, to sell chalet reportedly worth £18m

    The Duke of York has settled a £6.6m debt with a French socialite allowing him to sell a Swiss chalet as he faces escalating legal bills over the sexual assault civil lawsuit brought by Virginia Giuffre, according to reports.

    Isabelle de Rouvre, 74, who sold the property to Prince Andrew and Sarah, Duchess of York, in 2014 for a reported £18m, said: “The war is over. He has paid the money.”

    Continue reading...", - "category": "Prince Andrew", - "link": "https://www.theguardian.com/uk-news/2022/jan/11/prince-andrew-sell-swiss-chalet", - "creator": "Caroline Davies", - "pubDate": "2022-01-11T12:26:07Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4b184692097f074252e63a3971665097", - "highlights": [] + "hash": "df326bb8d24114e90421aecc2fa87bfd" }, { - "title": "Wordle creator overwhelmed by global success of hit puzzle", - "description": "

    Josh Wardle developed game to play with his partner – and now more than 2m others have joined in

    Wordle, a deceptively simple online word puzzle, has had a meteoric rise since its launch last autumn, from 90 daily players in November to 300,000 at the beginning of January, to 2 million last weekend. But, for its creator, the game’s rapid success has resulted in as much anxiety as excitement.

    The game has become an unexpected grassroots hit for Josh Wardle, who developed it for his puzzle-loving partner. The pair played it for fun on their sofa, and other users slowly began to join them.

    Continue reading...", - "content": "

    Josh Wardle developed game to play with his partner – and now more than 2m others have joined in

    Wordle, a deceptively simple online word puzzle, has had a meteoric rise since its launch last autumn, from 90 daily players in November to 300,000 at the beginning of January, to 2 million last weekend. But, for its creator, the game’s rapid success has resulted in as much anxiety as excitement.

    The game has become an unexpected grassroots hit for Josh Wardle, who developed it for his puzzle-loving partner. The pair played it for fun on their sofa, and other users slowly began to join them.

    Continue reading...", - "category": "Puzzle games", - "link": "https://www.theguardian.com/games/2022/jan/11/wordle-creator-overwhelmed-by-global-success-of-hit-puzzle", - "creator": "Rachel Hall", - "pubDate": "2022-01-11T16:46:11Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "209f1b9b8a61f532fffce6ca4fa8870c", - "highlights": [] + "hash": "89b65c2111426e6e36fff19fd7965dff" }, { - "title": "Heathrow demands end to Covid testing for vaccinated as 600,000 cancel flights", - "description": "

    Airport says passengers abandoned plans because of Omicron variant and uncertainty on restrictions

    Heathrow airport has said at least 600,000 passengers cancelled their travel plans from the airport in December because of Omicron, warning aviation would take years to recover from the pandemic.

    Only 19.4 million passengers passed through the airport in 2021 – less than a quarter of 2019 levels and below even 2020, the year when the Covid-19 pandemic started in March.

    Continue reading...", - "content": "

    Airport says passengers abandoned plans because of Omicron variant and uncertainty on restrictions

    Heathrow airport has said at least 600,000 passengers cancelled their travel plans from the airport in December because of Omicron, warning aviation would take years to recover from the pandemic.

    Only 19.4 million passengers passed through the airport in 2021 – less than a quarter of 2019 levels and below even 2020, the year when the Covid-19 pandemic started in March.

    Continue reading...", - "category": "Heathrow airport", - "link": "https://www.theguardian.com/uk-news/2022/jan/11/heathrow-covid-testing-vaccinated-cancel-flights-omicron", - "creator": "Julia Kollewe", - "pubDate": "2022-01-11T08:25:55Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1bfdfc43ae7110880d1c68729aa9a284", - "highlights": [] + "hash": "ccc73833228e3677884aef23668ebb00" }, { - "title": "Covid loses 90% of ability to infect within minutes in air – study", - "description": "

    Exclusive: findings highlight importance of short-range Covid transmission

    Coronavirus loses 90% of its ability to infect us within 20 minutes of becoming airborne – with most of the loss occurring within the first five minutes, the world’s first simulations of how the virus survives in exhaled air suggest.

    The findings re-emphasise the importance of short-range Covid transmission, with physical distancing and mask-wearing likely to be the most effective means of preventing infection. Ventilation, though still worthwhile, is likely to have a lesser impact.

    This article was amended on 11 January 2022. In an earlier version, we said Covid loses 90% of ability to infect within five minutes. It is actually within the first 20 minutes – with most of the loss occurring within the first 5 minutes. This has been corrected for clarity.

    Continue reading...", - "content": "

    Exclusive: findings highlight importance of short-range Covid transmission

    Coronavirus loses 90% of its ability to infect us within 20 minutes of becoming airborne – with most of the loss occurring within the first five minutes, the world’s first simulations of how the virus survives in exhaled air suggest.

    The findings re-emphasise the importance of short-range Covid transmission, with physical distancing and mask-wearing likely to be the most effective means of preventing infection. Ventilation, though still worthwhile, is likely to have a lesser impact.

    This article was amended on 11 January 2022. In an earlier version, we said Covid loses 90% of ability to infect within five minutes. It is actually within the first 20 minutes – with most of the loss occurring within the first 5 minutes. This has been corrected for clarity.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/11/covid-loses-90-of-ability-to-infect-within-five-minutes-in-air-study", - "creator": "Linda Geddes Science correspondent", - "pubDate": "2022-01-11T18:45:39Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1acc5aded1e5dce1a8717f7d2b002804", - "highlights": [] + "hash": "dbb19ac809045d8c0923318d23a7d6ac" }, { - "title": "Fauci clashes with Rand Paul at Senate hearing as daily Covid cases soar", - "description": "

    The daily infection rate hit a new record of 1.35m while 145,982 people were in hospital with coronavirus on Monday

    The US has recorded a record number of hospitalisations due to Covid-19, according to the Department of Health and Human Services, as the daily infection rate soared to more than 1.35m.

    Nonetheless, politics dominated a Senate hearing on the pandemic on Tuesday, as Republicans attempted to use the disease for political gain and Rand Paul of Kentucky clashed once again with Anthony Fauci, Joe Biden’s chief medical adviser.

    Continue reading...", - "content": "

    The daily infection rate hit a new record of 1.35m while 145,982 people were in hospital with coronavirus on Monday

    The US has recorded a record number of hospitalisations due to Covid-19, according to the Department of Health and Human Services, as the daily infection rate soared to more than 1.35m.

    Nonetheless, politics dominated a Senate hearing on the pandemic on Tuesday, as Republicans attempted to use the disease for political gain and Rand Paul of Kentucky clashed once again with Anthony Fauci, Joe Biden’s chief medical adviser.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/11/us-covid-hospitalizations-record-number-cases", - "creator": "Adam Gabbatt in New York and agencies", - "pubDate": "2022-01-11T15:04:39Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "470521e5c6ea0574a3ea5ef7681ad8f5", - "highlights": [] + "hash": "b49b6e5ec5fcd177de9a076b8df9c9db" }, { - "title": "Millions more Chinese people ordered into lockdown to fight Covid outbreaks", - "description": "

    Omicron cases prompt tough measures in Anyang, a city of five million, as concerns grows ahead of Winter Olympics

    Millions more people in China have been ordered into lockdown and Hong Kong has banned transit passengers from 150 places as China continues to battle outbreaks across several provinces a few weeks before the Winter Olympics.

    China’s national health commission reported 110 new locally transmitted Covid-19 cases for Monday, including 87 in Henan province, 13 in Shaanxi, and 10 in Tianjin.

    Continue reading...", - "content": "

    Omicron cases prompt tough measures in Anyang, a city of five million, as concerns grows ahead of Winter Olympics

    Millions more people in China have been ordered into lockdown and Hong Kong has banned transit passengers from 150 places as China continues to battle outbreaks across several provinces a few weeks before the Winter Olympics.

    China’s national health commission reported 110 new locally transmitted Covid-19 cases for Monday, including 87 in Henan province, 13 in Shaanxi, and 10 in Tianjin.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2022/jan/11/millions-more-chinese-ordered-into-lockdown-to-fight-covid-outbreaks", - "creator": "Helen Davidson in Taipei", - "pubDate": "2022-01-11T07:01:51Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f2a8f668842418e3bdd51140bb5e962f", - "highlights": [] + "hash": "2b38d7a922681cef2a1935d1c82f2b47" }, { - "title": "How Australia’s handling of Djokovic exposed its flawed immigration system to the world", - "description": "

    Money, media attention and fame will likely protect the tennis player from the same fate as those confined to years in detention by arbitrary and arcane law

    Novak Djokovic has claimed victory in one court, and is back on one more familiar.

    But as he prepares for the Australian Open at Melbourne Park, he does so with a Damoclean sword hanging above his head.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "content": "

    Money, media attention and fame will likely protect the tennis player from the same fate as those confined to years in detention by arbitrary and arcane law

    Novak Djokovic has claimed victory in one court, and is back on one more familiar.

    But as he prepares for the Australian Open at Melbourne Park, he does so with a Damoclean sword hanging above his head.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "category": "Novak Djokovic", - "link": "https://www.theguardian.com/sport/2022/jan/12/how-australias-handling-of-djokovic-exposed-its-flawed-immigration-system-to-the-world", - "creator": "Ben Doherty", - "pubDate": "2022-01-11T16:30:22Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "95ca66d94f6c0950fb507ee78575d7f7", - "highlights": [] + "hash": "c088a37987af6bb507391c64c6e78f35" }, { - "title": "Why pig-to-human heart transplant is for now only a last resort", - "description": "

    Analysis: As doctors monitor world’s first human recipient of pig heart, safety and ethical concerns remain

    The world’s first transplant of a genetically altered pig heart into an ailing human is a landmark for medical science, but the operation, and the approach more broadly, raise substantial safety and ethical concerns.

    Surgeons at the University of Maryland Medical Center spent eight hours on Friday evening transplanting the heart from the pig into 57-year-old David Bennett, who had been in hospital for more than a month with terminal heart failure.

    Continue reading...", - "content": "

    Analysis: As doctors monitor world’s first human recipient of pig heart, safety and ethical concerns remain

    The world’s first transplant of a genetically altered pig heart into an ailing human is a landmark for medical science, but the operation, and the approach more broadly, raise substantial safety and ethical concerns.

    Surgeons at the University of Maryland Medical Center spent eight hours on Friday evening transplanting the heart from the pig into 57-year-old David Bennett, who had been in hospital for more than a month with terminal heart failure.

    Continue reading...", - "category": "Medical research", - "link": "https://www.theguardian.com/science/2022/jan/11/pig-to-human-heart-transplant-safety-ethical-concerns", - "creator": "Ian Sample Science editor", - "pubDate": "2022-01-11T15:25:06Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0965cd9fd06c553bd8b465fac69ee429", - "highlights": [] + "hash": "8297016b7882c4b396b6f86a9d258f58" }, { - "title": "‘We fought the good fight’: journalists in Hong Kong reel from assault on media", - "description": "

    Newsrooms closures and exodus from territory are result of ‘draconian’ national security law introduced in 2020

    As the last news programme came to a close and anchors bade farewell to their online audience on 3 January, Chris Yeung, the founder and chief writer of Citizen News, gathered together his staff and tried to strike an optimistic tone.

    “Remember our very best memories,” he said, dressed in a blue shirt with sleeves rolled up and a crimson jumper draped on his shoulders. “No one knows what will happen next. Don’t worry. Just remember the happy things.”

    Continue reading...", - "content": "

    Newsrooms closures and exodus from territory are result of ‘draconian’ national security law introduced in 2020

    As the last news programme came to a close and anchors bade farewell to their online audience on 3 January, Chris Yeung, the founder and chief writer of Citizen News, gathered together his staff and tried to strike an optimistic tone.

    “Remember our very best memories,” he said, dressed in a blue shirt with sleeves rolled up and a crimson jumper draped on his shoulders. “No one knows what will happen next. Don’t worry. Just remember the happy things.”

    Continue reading...", - "category": "Hong Kong", - "link": "https://www.theguardian.com/world/2022/jan/11/we-fought-the-good-fight-journalists-in-hong-kong-reel-from-assault-on-media", - "creator": "Vincent Ni China affairs correspondent", - "pubDate": "2022-01-11T11:41:28Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3cad8b6ef08f2eccebf42355b0046142", - "highlights": [] + "hash": "05090eb6d1dd9ce7232ff0988bbd35d1" }, { - "title": "‘He was a handful’ – Hunter S Thompson’s PA and photographer relives her wild job", - "description": "

    She cooked his weird dinners, dealt with his volcanic rants, and read his prose back to him from dark till dawn. As Chloe Sells’ photographs of the gonzo writer’s chaotic Colorado cabin are published, she remembers an invigorating, inspirational figure

    One evening towards the end of 2003, Chloe Sells was entering the J-Bar in Aspen, Colorado, in search of a late night drink, when an older woman approached her. As Sells recalls in her new photobook, Hot Damn!: “She looked me up and down and said, ‘We’re looking for some help for Hunter. Are you a night owl? Would you be interested?’”

    Hunter, as every local knew, was Hunter S Thompson, the celebrated creator of “gonzo” journalism, and the town’s most infamous resident. The woman was his wife, Anita. “It took me only a moment,” Sells says, “to answer ‘Yes’ to everything.”

    Continue reading...", - "content": "

    She cooked his weird dinners, dealt with his volcanic rants, and read his prose back to him from dark till dawn. As Chloe Sells’ photographs of the gonzo writer’s chaotic Colorado cabin are published, she remembers an invigorating, inspirational figure

    One evening towards the end of 2003, Chloe Sells was entering the J-Bar in Aspen, Colorado, in search of a late night drink, when an older woman approached her. As Sells recalls in her new photobook, Hot Damn!: “She looked me up and down and said, ‘We’re looking for some help for Hunter. Are you a night owl? Would you be interested?’”

    Hunter, as every local knew, was Hunter S Thompson, the celebrated creator of “gonzo” journalism, and the town’s most infamous resident. The woman was his wife, Anita. “It took me only a moment,” Sells says, “to answer ‘Yes’ to everything.”

    Continue reading...", - "category": "Photography", - "link": "https://www.theguardian.com/artanddesign/2022/jan/11/hunter-s-thompson-gonzo-writer-photographer-pa-chloe-sells-hot-damn-colorado-cabin", - "creator": "Sean O’Hagan", - "pubDate": "2022-01-11T06:00:08Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7f014ea83eb08a4165562815c813183a", - "highlights": [] + "hash": "0f37335a0d8e3f2424d778396df7b9d3" }, { - "title": "Jazz, R&B and ‘sophistifunk’: James Mtume’s greatest recordings", - "description": "

    From his Afrocentric jazz with Miles Davis and Lonnie Liston Smith to his chart hits for Roberta Flack and Stephanie Mills, we celebrate the best of the late musician

    The biological son of saxophonist Jimmy Heath, brought up by Dizzy Gillespie sideman James Forman, James Mtume was raised in jazz. His first appearance on record was on the 1969 album Kawaida, credited to his uncle, drummer Albert Heath – and on subsequent reissues to Herbie Hancock or Don Cherry, both of whom perform on it.

    Continue reading...", - "content": "

    From his Afrocentric jazz with Miles Davis and Lonnie Liston Smith to his chart hits for Roberta Flack and Stephanie Mills, we celebrate the best of the late musician

    The biological son of saxophonist Jimmy Heath, brought up by Dizzy Gillespie sideman James Forman, James Mtume was raised in jazz. His first appearance on record was on the 1969 album Kawaida, credited to his uncle, drummer Albert Heath – and on subsequent reissues to Herbie Hancock or Don Cherry, both of whom perform on it.

    Continue reading...", - "category": "Music", - "link": "https://www.theguardian.com/music/2022/jan/11/james-mtume-hits-recordings-jazz-funk", - "creator": "Alexis Petridis", - "pubDate": "2022-01-11T15:03:38Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0d96f23d587d336fba6d5f8484161b85", - "highlights": [] + "hash": "b74c91ccdd5e331ce8e4638ba81ba586" }, { - "title": "How the speed of climate change is unbalancing the insect world", - "description": "

    The pace of global heating is forcing insect populations to move and adapt – and some aggressive species are thriving

    The climate crisis is set to profoundly alter the world around us. Humans will not be the only species to suffer from the calamity. Huge waves of die-offs will be triggered across the animal kingdom as coral reefs turn ghostly white and tropical rainforests collapse. For a period, some researchers suspected that insects may be less affected, or at least more adaptable, than mammals, birds and other groups of creatures. With their large, elastic populations and their defiance of previous mass extinction events, surely insects will do better than most in the teeth of the climate emergency?

    Sadly not. At 3.2C of warming, which many scientists still fear the world will get close to by the end of this century (although a flurry of promises at Cop26 have brought the expected temperature increase down to 2.4C), half of all insect species will lose more than half of their current habitable range. This is about double the proportion of vertebrates and higher even than for plants, which lack wings or legs to quickly relocate themselves. This huge contraction in livable space is being heaped on to the existing woes faced by insects from habitat loss and pesticide use. “The insects that are still hanging in there are going to get hit by climate change as well,” says Rachel Warren, a biologist at the University of East Anglia, who in 2018 published research into what combinations of temperature, rainfall and other climatic conditions each species can tolerate.

    Continue reading...", - "content": "

    The pace of global heating is forcing insect populations to move and adapt – and some aggressive species are thriving

    The climate crisis is set to profoundly alter the world around us. Humans will not be the only species to suffer from the calamity. Huge waves of die-offs will be triggered across the animal kingdom as coral reefs turn ghostly white and tropical rainforests collapse. For a period, some researchers suspected that insects may be less affected, or at least more adaptable, than mammals, birds and other groups of creatures. With their large, elastic populations and their defiance of previous mass extinction events, surely insects will do better than most in the teeth of the climate emergency?

    Sadly not. At 3.2C of warming, which many scientists still fear the world will get close to by the end of this century (although a flurry of promises at Cop26 have brought the expected temperature increase down to 2.4C), half of all insect species will lose more than half of their current habitable range. This is about double the proportion of vertebrates and higher even than for plants, which lack wings or legs to quickly relocate themselves. This huge contraction in livable space is being heaped on to the existing woes faced by insects from habitat loss and pesticide use. “The insects that are still hanging in there are going to get hit by climate change as well,” says Rachel Warren, a biologist at the University of East Anglia, who in 2018 published research into what combinations of temperature, rainfall and other climatic conditions each species can tolerate.

    Continue reading...", - "category": "", - "link": "https://www.theguardian.com/news/2022/jan/11/climate-change-insect-world-global-heating-species", - "creator": "Oliver Milman", - "pubDate": "2022-01-11T06:00:09Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "612b91862e635e8ea0f6765c5f06aa44", - "highlights": [] + "hash": "cb6a6c15bdf69dccfd2a249e0ba7f725" }, { - "title": "‘Don’t plan it, just go!’: how to be spontaneous – and grab some unexpected fun", - "description": "

    The pandemic has left our best-laid plans in disarray, but we can still have spur-of-the-moment adventures

    Back in the wild old days, my best buddy and I used to call going out “looking for trouble”. We weren’t hoping for a punch-up or a little light robbery, but a spontaneous adventure involving music, strangers or just the city at night. All that spur-of-the-moment fun has taken quite a beating since the pandemic began, for many millions of us. First came the lockdowns, social distancing and closed venues, then the cautious reopening when even a trip to the pub or an art gallery had to be booked weeks in advance. And now, just when it seemed the world was finally getting back to normal, Omicron has come wielding its everything’s-off-again sledgehammer, crushing all those dreams of nights out, holidays and raucous parties. Not only does it seem foolish to plan anything, but after two years of frustration and self-restraint, it’s hard to summon up the enthusiasm to do anything off the cuff.

    And that’s quite a loss. While we often think anticipation is half the fun, in 2016 researchers from two US universities found that people enjoyed activities more when they were impromptu. Scheduling a coffee break or a movie, for instance, made them feel “less free-flowing and more work-like”, wrote the authors. As Jane Austen put it 200 years ago in Emma: “Why not seize the pleasure at once? – How often is happiness destroyed by preparation, foolish preparation!”

    Continue reading...", - "content": "

    The pandemic has left our best-laid plans in disarray, but we can still have spur-of-the-moment adventures

    Back in the wild old days, my best buddy and I used to call going out “looking for trouble”. We weren’t hoping for a punch-up or a little light robbery, but a spontaneous adventure involving music, strangers or just the city at night. All that spur-of-the-moment fun has taken quite a beating since the pandemic began, for many millions of us. First came the lockdowns, social distancing and closed venues, then the cautious reopening when even a trip to the pub or an art gallery had to be booked weeks in advance. And now, just when it seemed the world was finally getting back to normal, Omicron has come wielding its everything’s-off-again sledgehammer, crushing all those dreams of nights out, holidays and raucous parties. Not only does it seem foolish to plan anything, but after two years of frustration and self-restraint, it’s hard to summon up the enthusiasm to do anything off the cuff.

    And that’s quite a loss. While we often think anticipation is half the fun, in 2016 researchers from two US universities found that people enjoyed activities more when they were impromptu. Scheduling a coffee break or a movie, for instance, made them feel “less free-flowing and more work-like”, wrote the authors. As Jane Austen put it 200 years ago in Emma: “Why not seize the pleasure at once? – How often is happiness destroyed by preparation, foolish preparation!”

    Continue reading...", - "category": "Health & wellbeing", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/11/dont-plan-it-just-go-how-to-be-spontaneous-and-grab-some-unexpected-fun", - "creator": "Amy Fleming", - "pubDate": "2022-01-11T06:00:09Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ce59d929fd86da492a3170dde9d83809", - "highlights": [] + "hash": "27c0969af3d0cbdcec2d37eaddeb1ee8" }, { - "title": "Two men arrested over Andrew Gosden disappearance in 2007", - "description": "

    Doncaster teenager not seen again after his image was captured on Kings Cross station CCTV

    Detectives investigating the disappearance of a teenage boy from South Yorkshire 14 years ago have arrested two men, aged 45 and 38, on suspicion of kidnap and human trafficking.

    Andrew Gosden was 14 when he left his home in Doncaster on a Friday morning, emptied his bank account of almost £200 and bought a one-way ticket to London. He was last captured on CCTV emerging from Kings Cross station.

    Continue reading...", - "content": "

    Doncaster teenager not seen again after his image was captured on Kings Cross station CCTV

    Detectives investigating the disappearance of a teenage boy from South Yorkshire 14 years ago have arrested two men, aged 45 and 38, on suspicion of kidnap and human trafficking.

    Andrew Gosden was 14 when he left his home in Doncaster on a Friday morning, emptied his bank account of almost £200 and bought a one-way ticket to London. He was last captured on CCTV emerging from Kings Cross station.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2022/jan/11/two-men-arrested-over-andrew-gosden-disappearance-in-2007", - "creator": "Damien Gayle", - "pubDate": "2022-01-11T18:34:13Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "969eb7f0ba71b8af9f07760b11bbdc07", - "highlights": [] + "hash": "4120781f88a302b13d1ce66033d0a56f" }, { - "title": "Oscar-winning Iranian director Asghar Farhadi: ‘Global recognition is double-edged’", - "description": "

    He has been detained at airports and told never to return to Iran. But the director, who could be about to win his third Oscar, refuses to be silenced about outrages in his own country – and in the west

    Withdrawing your film from the Oscars would be career suicide for most directors, but in November Asghar Farhadi appeared to do precisely that. Shortly after Iran’s state-controlled film board put his movie, A Hero, up for the best international feature Oscar, Farhadi released a statement on Instagram saying he was “fed up” with suggestions in Iranian media that he was sympathetic to the country’s hardline government. “If your introduction of my film for the Oscars has led you to the conclusion that I am in your debt,” he wrote, “I am explicitly declaring now that I have no problem with you reversing this decision.”

    Farhadi, it could be argued, can afford to make such a gesture. He has already won two international feature Oscars – for A Separation in 2012 and The Salesman in 2017 – and many more awards besides (A Hero won the Grand Prix at Cannes last year). Such achievements inevitably convey national hero status. At the same time, he seems to have trodden a careful line when it comes to his country’s oppressive regime. Other Iranian film-makers, such as Jafar Panahi and Mohammad Rasoulof, have paid a heavy price for criticising aspects of Iranian society, from prison sentences and house arrests to travel bans. Farhadi seems to have been spared similar treatment. Hence the accusations that he was “pro- government”.

    Continue reading...", - "content": "

    He has been detained at airports and told never to return to Iran. But the director, who could be about to win his third Oscar, refuses to be silenced about outrages in his own country – and in the west

    Withdrawing your film from the Oscars would be career suicide for most directors, but in November Asghar Farhadi appeared to do precisely that. Shortly after Iran’s state-controlled film board put his movie, A Hero, up for the best international feature Oscar, Farhadi released a statement on Instagram saying he was “fed up” with suggestions in Iranian media that he was sympathetic to the country’s hardline government. “If your introduction of my film for the Oscars has led you to the conclusion that I am in your debt,” he wrote, “I am explicitly declaring now that I have no problem with you reversing this decision.”

    Farhadi, it could be argued, can afford to make such a gesture. He has already won two international feature Oscars – for A Separation in 2012 and The Salesman in 2017 – and many more awards besides (A Hero won the Grand Prix at Cannes last year). Such achievements inevitably convey national hero status. At the same time, he seems to have trodden a careful line when it comes to his country’s oppressive regime. Other Iranian film-makers, such as Jafar Panahi and Mohammad Rasoulof, have paid a heavy price for criticising aspects of Iranian society, from prison sentences and house arrests to travel bans. Farhadi seems to have been spared similar treatment. Hence the accusations that he was “pro- government”.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2022/jan/10/extremist-media-tried-destroy-me-oscar-winning-iranian-director-asghar-farhadi", - "creator": "Steve Rose", - "pubDate": "2022-01-10T06:00:43Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", - "read": true, + "feed": "NYTimes", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e246cdc564233b4714979b9f623a6a45", - "highlights": [] + "hash": "55a5657a1fc8ff6e74a3198a17af8399" }, { - "title": "Widow of South Africa’s Zulu king launches legal succession bid in court", - "description": "

    Queen Sibongile Dlamini, the late king’s first wife of six in total, is contesting Misuzulu Zulu’s right to the throne

    One of the six widows of South Africa’s Zulu king launched a legal succession bid on Tuesday, arguing that she is the monarch’s only legitimate widow as they had a civil marriage, while he wed his five other wives only according to traditional rites.

    King Goodwill Zwelithini died in March last year at age 72 after 50 years on the throne, leaving behind his six wives and at least 28 children.

    Continue reading...", - "content": "

    Queen Sibongile Dlamini, the late king’s first wife of six in total, is contesting Misuzulu Zulu’s right to the throne

    One of the six widows of South Africa’s Zulu king launched a legal succession bid on Tuesday, arguing that she is the monarch’s only legitimate widow as they had a civil marriage, while he wed his five other wives only according to traditional rites.

    King Goodwill Zwelithini died in March last year at age 72 after 50 years on the throne, leaving behind his six wives and at least 28 children.

    Continue reading...", - "category": "South Africa", - "link": "https://www.theguardian.com/world/2022/jan/11/widow-of-south-africas-zulu-king-launches-legal-succession-bid-in-court", - "creator": "AFP in Johannesburg", - "pubDate": "2022-01-11T20:17:26Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f7fbfaf4aa2b18cf79041012421637d8", - "highlights": [] + "hash": "c93475503b467882d2ac5f78fe3bb45f" }, { - "title": "‘History is going to judge us,’ Biden says ahead of voting rights speech – live", - "description": "

    The Republican who memorably resisted Donald Trump’s attempt to overturn his election defeat in Georgia has said he will run for re-election on a platform of “integrity and truth”, against an opponent who as a churchman “should know better” than to advance the former president’s lies.

    Brad Raffensperger, the Georgia secretary of state, became a household name after he turned down Trump’s demand that he “find 11,780 votes” in order to overturn Joe Biden’s win in the southern state. It was the first victory by a Democrat in a presidential race in Georgia since 1992.

    Continue reading...", - "content": "

    The Republican who memorably resisted Donald Trump’s attempt to overturn his election defeat in Georgia has said he will run for re-election on a platform of “integrity and truth”, against an opponent who as a churchman “should know better” than to advance the former president’s lies.

    Brad Raffensperger, the Georgia secretary of state, became a household name after he turned down Trump’s demand that he “find 11,780 votes” in order to overturn Joe Biden’s win in the southern state. It was the first victory by a Democrat in a presidential race in Georgia since 1992.

    Continue reading...", - "category": "US politics", - "link": "https://www.theguardian.com/us-news/live/2022/jan/11/joe-biden-voting-rights-filibuster-congress-georgia-us-politics-latest-covid", - "creator": "Joan E Greve", - "pubDate": "2022-01-11T20:20:50Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "271bd343995282266e72302069a9d69a", - "highlights": [] + "hash": "a846d34e3a4638b1431e21fbca340a22" }, { - "title": "The Legend of La Llorona review – holiday horror down Mexico way", - "description": "

    Very low-budget shocker sees American family stalked by the spectre of a bereaved mother taking vengeance on other people’s kids

    Set in some densely forested, geographically-non-specific corner of Mexico, this very low-budget horror story features Autumn Reeser as suburban SoCal mom Carly Candlewood, who arrives for a holiday with her husband Andrew (Antonio Cupo) and young son Danny (Nicolas Madrazo). Together, they’re hoping to heal as a family after Carly’s recent miscarriage. Unfortunately, no one mentioned in the TripAdvisor reviews that the canals near the small hotel where the Candlewoods are staying have been haunted for years by a spooky ghost lady called La Llorona (Zamia Fandiño).

    The name relates to the fact that she’s always crying for her lost child, and her own way of dealing with bereavement is to steal other people’s kids, especially at night or at least when the camera has a red filter attached to create a murky, nocturnal look. What’s more, all the locals know about her, and a memorial wall nearby is plastered with pictures of missing children: an unpleasant echo of the legions of people abducted throughout the country in real life. La Llorona usually takes the form of an ectoplasmic, diaphanous figure with a flowing gown, generous embonpoint and a half-smashed face. But of late it seems she’s been gaining corporeality; the upside of which is that bullets seem to temporarily repel her. But her growing strength represents a near and present danger for little Danny, whom she keeps catching and then losing as Carly fights her off.

    Continue reading...", - "content": "

    Very low-budget shocker sees American family stalked by the spectre of a bereaved mother taking vengeance on other people’s kids

    Set in some densely forested, geographically-non-specific corner of Mexico, this very low-budget horror story features Autumn Reeser as suburban SoCal mom Carly Candlewood, who arrives for a holiday with her husband Andrew (Antonio Cupo) and young son Danny (Nicolas Madrazo). Together, they’re hoping to heal as a family after Carly’s recent miscarriage. Unfortunately, no one mentioned in the TripAdvisor reviews that the canals near the small hotel where the Candlewoods are staying have been haunted for years by a spooky ghost lady called La Llorona (Zamia Fandiño).

    The name relates to the fact that she’s always crying for her lost child, and her own way of dealing with bereavement is to steal other people’s kids, especially at night or at least when the camera has a red filter attached to create a murky, nocturnal look. What’s more, all the locals know about her, and a memorial wall nearby is plastered with pictures of missing children: an unpleasant echo of the legions of people abducted throughout the country in real life. La Llorona usually takes the form of an ectoplasmic, diaphanous figure with a flowing gown, generous embonpoint and a half-smashed face. But of late it seems she’s been gaining corporeality; the upside of which is that bullets seem to temporarily repel her. But her growing strength represents a near and present danger for little Danny, whom she keeps catching and then losing as Carly fights her off.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2022/jan/11/the-legend-of-la-llorona-review-holiday-horror-down-mexico-way", - "creator": "Leslie Felperin", - "pubDate": "2022-01-11T12:00:13Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0f442cda06bd4847e6e7d0ff697caa08", - "highlights": [] + "hash": "7f27b51f442ec713ceb9c4292a3703e0" }, { - "title": "Taiwan suspends F-16 fleet combat training after jet crashes into sea", - "description": "

    Search and rescue mission launched after latest in series of fatal accidents amid heightened tensions with China

    Taiwan’s air force has suspended combat training for its F-16 fleet after a recently upgraded model of the fighter jet crashed into the sea in the latest of a series of fatal accidents.

    The island’s air force announced earlier that an F-16 fighter jet went missing over the sea off western Taiwan on Tuesday afternoon, 30 minutes after it took off from the southern Chiayi air base for routine training.

    Continue reading...", - "content": "

    Search and rescue mission launched after latest in series of fatal accidents amid heightened tensions with China

    Taiwan’s air force has suspended combat training for its F-16 fleet after a recently upgraded model of the fighter jet crashed into the sea in the latest of a series of fatal accidents.

    The island’s air force announced earlier that an F-16 fighter jet went missing over the sea off western Taiwan on Tuesday afternoon, 30 minutes after it took off from the southern Chiayi air base for routine training.

    Continue reading...", - "category": "Taiwan", - "link": "https://www.theguardian.com/world/2022/jan/11/taiwan-f-16-jet-crashes-sea-fleet-suspended", - "creator": "Vincent Ni and agencies", - "pubDate": "2022-01-11T14:53:50Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d75f649201b1c329a8480dcff1c03b66", - "highlights": [] + "hash": "29428a613db58fab3294aad6bc4b3524" }, { - "title": "Australia news live update: urgent industry talks to address Covid supply shortages, Djokovic awaits visa decision", - "description": "

    Talks between businesses and federal ministers on which workers should be exempt from Covid isolation rules continue. Follow all the day’s news

    Opposition leader Anthony Albanese was just up on Sunrise chatting Djokovic.

    He wouldn’t say whether the tennis player’s visa should be re-cancelled, just that if visa requirements weren’t met, it shouldn’t have been granted in the first place:

    It is just a mess, isn’t it? Everyone can see that. The federal government is the body that issues visas to Australia and it is yet to explain how it is that a visa was granted if the conditions had not been met and what we see here is just another failure, a problem becoming a crisis before the government actually acts and when you look at the issues, the vaccines, testing, tracing, and when it comes to quarantine, that is a grand slam of failures that this Morrison government has presided over. It is a very embarrassing situation for Australia. Given this story has been the biggest story in sport for months.

    What I would have done was make sure that if the visa requirements weren’t met, the visa would not have been issued and that is what should have occurred here. Now we have a circumstance whereby we have an intervention which is one of the biggest stories in the world at the moment and it is all of the governments own making.

    I read through the transcript of the interview with Novak. While I’ve never been a massive Novak fan, I thought he was honest and open through the interview process which started at 1 am and went through to 6, 6:30am or so. And so I think he just has to be treated like anyone else.

    Now, yes, he may have lied or made a mistake on the form. I just hope - we’ve just got to apply the same rules as we would to anyone else because I am sure he is not the first person to tick the wrong box. I don’t want to live in a world of strict bureaucracy when if we make a mistake on a form we are hauled off to jail. If there’s been an error or a lie, he needs to be questioned again and see how or why that happened. English is not his first language so that could come into play. We have to have sensible rules, that’s the main lesson out of this.

    Continue reading...", - "content": "

    Talks between businesses and federal ministers on which workers should be exempt from Covid isolation rules continue. Follow all the day’s news

    Opposition leader Anthony Albanese was just up on Sunrise chatting Djokovic.

    He wouldn’t say whether the tennis player’s visa should be re-cancelled, just that if visa requirements weren’t met, it shouldn’t have been granted in the first place:

    It is just a mess, isn’t it? Everyone can see that. The federal government is the body that issues visas to Australia and it is yet to explain how it is that a visa was granted if the conditions had not been met and what we see here is just another failure, a problem becoming a crisis before the government actually acts and when you look at the issues, the vaccines, testing, tracing, and when it comes to quarantine, that is a grand slam of failures that this Morrison government has presided over. It is a very embarrassing situation for Australia. Given this story has been the biggest story in sport for months.

    What I would have done was make sure that if the visa requirements weren’t met, the visa would not have been issued and that is what should have occurred here. Now we have a circumstance whereby we have an intervention which is one of the biggest stories in the world at the moment and it is all of the governments own making.

    I read through the transcript of the interview with Novak. While I’ve never been a massive Novak fan, I thought he was honest and open through the interview process which started at 1 am and went through to 6, 6:30am or so. And so I think he just has to be treated like anyone else.

    Now, yes, he may have lied or made a mistake on the form. I just hope - we’ve just got to apply the same rules as we would to anyone else because I am sure he is not the first person to tick the wrong box. I don’t want to live in a world of strict bureaucracy when if we make a mistake on a form we are hauled off to jail. If there’s been an error or a lie, he needs to be questioned again and see how or why that happened. English is not his first language so that could come into play. We have to have sensible rules, that’s the main lesson out of this.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2022/jan/12/australia-news-live-update-urgent-supply-chain-shortages-covid-coronavirus-novak-djokovic-awaits-visa-decision-alex-hawke-immigration-minister-scott-morrison-australian-open-covid", - "creator": "Caitlin Cassidy", - "pubDate": "2022-01-11T20:39:12Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "043a559a7048ceb863b67ddd020a9b97", - "highlights": [] + "hash": "24800882e1cce526c9efed15e7904e86" }, { - "title": "As violence in the Congo escalates, thousands of displaced people are effectively held hostage | Vava Tampa", - "description": "

    The UN has appealed for urgent help following militia attacks on camps for internally displaced people. But money alone won’t solve the crisis

    In a bare and violent patch of land in the Democratic Republic of the Congo, 75,000 people are living in what one UN field officer described as “hellish conditions”. Food and water are scarce. Even the flimsiest shelters are in short supply and sanitation is nonexistent. Girls have been raped by militiamen while attempting to find food in fields around the site. Ibrahim Cisse of Unicef says people here are effectively being held hostage.

    Rhoe – a remote camp of internally displaced people (IDP) approximately 45km northeast of Bunia, the capital of DRC’s Ituri province – is “a tragedy waiting to happen”, according to those who have visited.

    Continue reading...", - "content": "

    The UN has appealed for urgent help following militia attacks on camps for internally displaced people. But money alone won’t solve the crisis

    In a bare and violent patch of land in the Democratic Republic of the Congo, 75,000 people are living in what one UN field officer described as “hellish conditions”. Food and water are scarce. Even the flimsiest shelters are in short supply and sanitation is nonexistent. Girls have been raped by militiamen while attempting to find food in fields around the site. Ibrahim Cisse of Unicef says people here are effectively being held hostage.

    Rhoe – a remote camp of internally displaced people (IDP) approximately 45km northeast of Bunia, the capital of DRC’s Ituri province – is “a tragedy waiting to happen”, according to those who have visited.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2022/jan/10/as-violence-drc-democratic-republic-congo-escalates-thousands-are-effectively-being-held-hostage", - "creator": "Vava Tampa", - "pubDate": "2022-01-10T14:33:58Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "47de1bfab5efb0d92f63764305a5dec3", - "highlights": [] + "hash": "eec399adf45669f523397f09453ccc7f" }, { - "title": "Painting a bigger picture: Senegal’s pioneering ‘first lady’ of graffiti", - "description": "

    Artist, poet and singer, Dieynaba Sidibé, AKA Zeinixx, has made her way to the top of the country’s male-dominated hip-hop scene and wants her messages of hope to inspire young women

    When Dieynaba Sidibé discovered graffiti, it was love at first sight. She was 17 and had already begun experimenting with painting and drawing.

    “​​It was on TV. I was sitting in my living room and I saw people doing big walls and I thought, ‘This is what I need’,” the Senegalese artist says, one hoop earring shaking as she laughs. “I don’t like small things. I was doing big canvases, and I said to myself: ‘A wall is a bigger surface for expression’.”

    Continue reading...", - "content": "

    Artist, poet and singer, Dieynaba Sidibé, AKA Zeinixx, has made her way to the top of the country’s male-dominated hip-hop scene and wants her messages of hope to inspire young women

    When Dieynaba Sidibé discovered graffiti, it was love at first sight. She was 17 and had already begun experimenting with painting and drawing.

    “​​It was on TV. I was sitting in my living room and I saw people doing big walls and I thought, ‘This is what I need’,” the Senegalese artist says, one hoop earring shaking as she laughs. “I don’t like small things. I was doing big canvases, and I said to myself: ‘A wall is a bigger surface for expression’.”

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2022/jan/10/painting-a-bigger-picture-senegals-pioneering-first-lady-of-graffiti", - "creator": "Portia Crowe", - "pubDate": "2022-01-10T07:00:43Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9decf6e82cab91bde28e7486d5c51c14", - "highlights": [] + "hash": "c50175478520dce8be0f92a7858d3bb6" }, { - "title": "Desmond Tutu’s funeral and Kazakhstan clashes: human rights this fortnight – in pictures", - "description": "

    A roundup of the coverage of the struggle for human rights and freedoms, from Mexico to Hong Kong

    Continue reading...", - "content": "

    A roundup of the coverage of the struggle for human rights and freedoms, from Mexico to Hong Kong

    Continue reading...", - "category": "Human rights", - "link": "https://www.theguardian.com/global-development/gallery/2022/jan/08/desmond-tutus-funeral-and-kazakhstan-clashes-human-rights-this-fortnight-in-pictures", - "creator": "Sarah Johnson , compiled by Eric Hilaire", - "pubDate": "2022-01-08T08:30:46Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1c7b6a3d6f71b2357bf6600b8189421f", - "highlights": [] + "hash": "72b79a2b13ef04d696d34f13869dc05f" }, { - "title": "In today’s New Zealand, it’s not about being just Māori or Pākehā - everyone must belong | Philip McKibbin", - "description": "

    While some of us are both, many of us are neither. The urge to separate us out is used to marginalise people around the world

    It took me a long time to embrace my Māori identity.

    On my mother’s side, I whakapapa (relate, through ancestry) to Kāi Tahu, the largest iwi (tribe) of Te Waipounamu (the South Island of New Zealand), but I grew up believing I was only Pākehā (NZ European). I spent most of my childhood living with my Pākehā father. Even though my Māori ancestry was mentioned occasionally, I resisted the suggestion that I was Māori. I didn’t grow up on a marae (Māori village), or speak te reo – and I didn’t look like the Māori kids I knew.

    Continue reading...", - "content": "

    While some of us are both, many of us are neither. The urge to separate us out is used to marginalise people around the world

    It took me a long time to embrace my Māori identity.

    On my mother’s side, I whakapapa (relate, through ancestry) to Kāi Tahu, the largest iwi (tribe) of Te Waipounamu (the South Island of New Zealand), but I grew up believing I was only Pākehā (NZ European). I spent most of my childhood living with my Pākehā father. Even though my Māori ancestry was mentioned occasionally, I resisted the suggestion that I was Māori. I didn’t grow up on a marae (Māori village), or speak te reo – and I didn’t look like the Māori kids I knew.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/commentisfree/2022/jan/11/in-todays-new-zealand-its-not-about-being-just-maori-or-pakeha-everyone-must-belong", - "creator": "Philip McKibbin", - "pubDate": "2022-01-10T19:00:54Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "93709895b605f6d9984d11151ffe9a36", - "highlights": [] + "hash": "67dbd49a38b197bb8d599d68054ed05a" }, { - "title": "The struggling shopkeepers of Afghanistan – in pictures", - "description": "

    Nearly four months after the withdrawal of US forces from Afghanistan, the country is at risk of near-universal poverty. The economic crisis has worsened since the Taliban took over and most Afghans live on less than $2 a day. We take a look at the shopkeepers trying to make ends meet

    Continue reading...", - "content": "

    Nearly four months after the withdrawal of US forces from Afghanistan, the country is at risk of near-universal poverty. The economic crisis has worsened since the Taliban took over and most Afghans live on less than $2 a day. We take a look at the shopkeepers trying to make ends meet

    Continue reading...", - "category": "Afghanistan", - "link": "https://www.theguardian.com/world/gallery/2022/jan/10/the-struggling-shopkeepers-of-afghanistan-in-pictures", - "creator": "", - "pubDate": "2022-01-10T07:00:44Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6865b915325ba4e00132b92cba8bb05f", - "highlights": [] + "hash": "59c741753dcf625fcea4626d29594983" }, { - "title": "Ethiopia: 19 people killed in latest drone strikes in Tigray", - "description": "

    The deadly attacks come as Joe Biden raised concerns about recent airstrikes with Ethiopian PM

    Nineteen people have been killed in drone strikes in Ethiopia’s Tigray, in the latest reported attacks in the war-stricken region.

    In the deadliest strike on Monday in the southern Tigray town of Mai Tsebri, 17 people working at a flour mill were killed, said one of the humanitarian workers, citing witness accounts.

    Continue reading...", - "content": "

    The deadly attacks come as Joe Biden raised concerns about recent airstrikes with Ethiopian PM

    Nineteen people have been killed in drone strikes in Ethiopia’s Tigray, in the latest reported attacks in the war-stricken region.

    In the deadliest strike on Monday in the southern Tigray town of Mai Tsebri, 17 people working at a flour mill were killed, said one of the humanitarian workers, citing witness accounts.

    Continue reading...", - "category": "World news", - "link": "https://www.theguardian.com/world/2022/jan/11/ethiopia-19-people-killed-in-latest-drone-strikes-in-tigray", - "creator": "AFP in Addis Ababa", - "pubDate": "2022-01-11T19:02:34Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9925777ccf3d88b6f439491b0ad9b9cf", - "highlights": [] + "hash": "20e5816283308ef51394c9813be24d7a" }, { - "title": "Joe Biden to back filibuster rule change to push voting rights bill", - "description": "

    US president to throw support behind plan to change rules that allow minority of senators to kill proposed laws

    Joe Biden plans to use a speech in Georgia on Tuesday to throw his support behind changing the Senate’s filibuster rules to allow action on voting rights legislation, calling it a moment to choose “democracy over autocracy.” But some civil rights activists, proclaiming themselves more interested in action than speeches, say they plan to stay away.

    With the Senate majority leader, Chuck Schumer, setting up Martin Luther King Jr Day as the deadline to either pass voting legislation or consider revising the rules, Biden is expected to evoke the memories of the US Capitol riot a year ago in more forcefully aligning himself with the effort.

    Continue reading...", - "content": "

    US president to throw support behind plan to change rules that allow minority of senators to kill proposed laws

    Joe Biden plans to use a speech in Georgia on Tuesday to throw his support behind changing the Senate’s filibuster rules to allow action on voting rights legislation, calling it a moment to choose “democracy over autocracy.” But some civil rights activists, proclaiming themselves more interested in action than speeches, say they plan to stay away.

    With the Senate majority leader, Chuck Schumer, setting up Martin Luther King Jr Day as the deadline to either pass voting legislation or consider revising the rules, Biden is expected to evoke the memories of the US Capitol riot a year ago in more forcefully aligning himself with the effort.

    Continue reading...", - "category": "Joe Biden", - "link": "https://www.theguardian.com/us-news/2022/jan/11/joe-biden-to-back-filibuster-rule-change-to-push-voting-rights-bill", - "creator": "Associated Press", - "pubDate": "2022-01-11T11:35:14Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a4d7fc644d8a9b83e16c3913912c113b", - "highlights": [] + "hash": "9e7cbd36015e69708586f6db6a248e3e" }, { - "title": "Heavy lifting at Sydney’s herbarium: the quest to move and catalogue more than 1m plant specimens", - "description": "

    For nearly three years, staff and volunteers have been going through about 70,000 boxes in a mammoth undertaking to digitise the collection

    Outside the Australian Botanic Garden Mount Annan in south-western Sydney are four shipping containers with freezers inside.

    Over the next six months, more than a million plant specimens will be cycled through the containers, each spending about a week in the cold to rid them of any insects.

    Continue reading...", - "content": "

    For nearly three years, staff and volunteers have been going through about 70,000 boxes in a mammoth undertaking to digitise the collection

    Outside the Australian Botanic Garden Mount Annan in south-western Sydney are four shipping containers with freezers inside.

    Over the next six months, more than a million plant specimens will be cycled through the containers, each spending about a week in the cold to rid them of any insects.

    Continue reading...", - "category": "Sydney", - "link": "https://www.theguardian.com/australia-news/2022/jan/12/heavy-lifting-at-sydneys-herbarium-the-quest-to-move-and-catalogue-more-than-1m-plant-specimens", - "creator": "Lisa Cox", - "pubDate": "2022-01-11T16:30:25Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b1deaf7cf1df6544300f0ad0a37040ba", - "highlights": [] + "hash": "ce7bb1b25e9caa51842d8c3bc37db141" }, { - "title": "'The numbers are horrific': New York City apartment building fire kills 19 – video", - "description": "

    Nineteen people have been killed, including nine children, and dozens more injured in an apartment building fire in the Bronx borough of New York City. ‘The numbers are horrific,’ said New York City mayor Eric Adams. ‘This is going to be one of the worst fires that we have witnessed during modern times here in the city of New York’

    Continue reading...", - "content": "

    Nineteen people have been killed, including nine children, and dozens more injured in an apartment building fire in the Bronx borough of New York City. ‘The numbers are horrific,’ said New York City mayor Eric Adams. ‘This is going to be one of the worst fires that we have witnessed during modern times here in the city of New York’

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/video/2022/jan/09/the-numbers-are-horrific-new-york-city-apartment-building-fire-kills-19-video", - "creator": "", - "pubDate": "2022-01-09T23:30:19Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9048e08b9afaacec54d1a8a415399fb6", - "highlights": [] + "hash": "5538d6547b6625b9ac54ce2e73a84369" }, { - "title": "Omicron could infect 50% of Europeans in next two months, says WHO", - "description": "

    Hans Kluge, Europe director, demands immediate action to avoid health services being swamped by Covid ‘tidal wave’

    A west-to-east “tidal wave” of Omicron infections risks submerging health systems across Europe, the World Health Organization has said, warning that more than half the region’s population will be infected with the variant in the next two months.

    Hans Kluge, the WHO’s Europe director, said the region had recorded more than 7m new cases in the first week of 2022, double the rate a fortnight previously, with more than 1% of the population catching Covid-19 each week in 26 countries.

    Continue reading...", - "content": "

    Hans Kluge, Europe director, demands immediate action to avoid health services being swamped by Covid ‘tidal wave’

    A west-to-east “tidal wave” of Omicron infections risks submerging health systems across Europe, the World Health Organization has said, warning that more than half the region’s population will be infected with the variant in the next two months.

    Hans Kluge, the WHO’s Europe director, said the region had recorded more than 7m new cases in the first week of 2022, double the rate a fortnight previously, with more than 1% of the population catching Covid-19 each week in 26 countries.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/11/omicron-europe-tidal-wave-who", - "creator": "Jon Henley Europe correspondent", - "pubDate": "2022-01-11T11:43:59Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b600999c80a262941ec28898506b7179", - "highlights": [] + "hash": "1d821bd488a225fa6c41de0492378b5a" }, { - "title": "Lockdown parties: Boris Johnson ‘can run but he can’t hide’, says Labour", - "description": "

    Angela Rayner lambasts PM as junior minister sent out to answer urgent question over May 2020 garden party

    Labour’s deputy leader, Angela Rayner, has warned Boris Johnson “he can run but he can’t hide”, as the prime minister declined to answer questions over a “bring your own booze” gathering in the Downing Street garden during the first lockdown.

    The paymaster general, Michael Ellis, was sent to the House of Commons to answer Rayner’s urgent question about the drinks event on 20 May 2020.

    Continue reading...", - "content": "

    Angela Rayner lambasts PM as junior minister sent out to answer urgent question over May 2020 garden party

    Labour’s deputy leader, Angela Rayner, has warned Boris Johnson “he can run but he can’t hide”, as the prime minister declined to answer questions over a “bring your own booze” gathering in the Downing Street garden during the first lockdown.

    The paymaster general, Michael Ellis, was sent to the House of Commons to answer Rayner’s urgent question about the drinks event on 20 May 2020.

    Continue reading...", - "category": "Conservatives", - "link": "https://www.theguardian.com/politics/2022/jan/11/health-minister-admits-public-will-be-angry-over-no-10-lockdown-party", - "creator": "Heather Stewart and Jessica Elgot", - "pubDate": "2022-01-11T13:28:44Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2b3bb13d3c868708d2bd035c4075397f", - "highlights": [] + "hash": "9d174f4bdb9e6867d85feac55d5bf91f" }, { - "title": "Australian Border Force investigating whether Novak Djokovic made false travel claim", - "description": "

    Djokovic declared he had not travelled for 14 days before entering Australia, a claim apparently contradicted by social media posts. His visa was cancelled, then reinstated on Monday

    The Australian Border Force is investigating whether Novak Djokovic incorrectly declared he had not travelled and would not do so for two weeks before his flight to Australia, in the latest twist in the tennis star’s visa cancellation saga.

    Questions have been raised about the declaration completed by an agent for Djokovic, with social media posts seemingly showing he was in Belgrade on Christmas Day before flying to Australia from Spain on 4 January.

    Continue reading...", - "content": "

    Djokovic declared he had not travelled for 14 days before entering Australia, a claim apparently contradicted by social media posts. His visa was cancelled, then reinstated on Monday

    The Australian Border Force is investigating whether Novak Djokovic incorrectly declared he had not travelled and would not do so for two weeks before his flight to Australia, in the latest twist in the tennis star’s visa cancellation saga.

    Questions have been raised about the declaration completed by an agent for Djokovic, with social media posts seemingly showing he was in Belgrade on Christmas Day before flying to Australia from Spain on 4 January.

    Continue reading...", - "category": "Novak Djokovic", - "link": "https://www.theguardian.com/sport/2022/jan/11/australian-border-force-investigating-whether-novak-djokovic-made-false-travel-claim", - "creator": "Paul Karp", - "pubDate": "2022-01-11T04:08:05Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c204abfceaf47e8dfc6be942c8fad14c", - "highlights": [] + "hash": "37f7e512deab439ba69408b32191d008" }, { - "title": "Developing countries at risk from global economic threats, says World Bank", - "description": "

    Bank forecasts slowdown in growth as world copes with Covid, inflation and higher interest rates

    The risk of a hard landing for large parts of the global economy is rising as countries struggle to cope with the triple threat of Covid-19, inflation and higher interest rates, the World Bank has warned.

    In its half-yearly forecasts, the Washington DC-based Bank said it expected a “pronounced slowdown” in growth in the next two years, with the less well-off parts of the world especially hard hit.

    Continue reading...", - "content": "

    Bank forecasts slowdown in growth as world copes with Covid, inflation and higher interest rates

    The risk of a hard landing for large parts of the global economy is rising as countries struggle to cope with the triple threat of Covid-19, inflation and higher interest rates, the World Bank has warned.

    In its half-yearly forecasts, the Washington DC-based Bank said it expected a “pronounced slowdown” in growth in the next two years, with the less well-off parts of the world especially hard hit.

    Continue reading...", - "category": "Global economy", - "link": "https://www.theguardian.com/business/2022/jan/11/developing-countries-at-risk-from-global-economic-threats-says-world-bank", - "creator": "Larry Elliott Economics editor", - "pubDate": "2022-01-11T15:41:14Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "83370b89e80ffdddda94a4c9db43282e", - "highlights": [] + "hash": "58673d024530be0ede263ffb18f68dec" }, { - "title": "Kazakhstan: Russian-led military bloc to start withdrawing troops, says president", - "description": "

    Withdrawal to start in two days, says Kassym-Jomart Tokayev, as new PM appointed and detentions rise to nearly 10,000

    A Russian-led military bloc will start withdrawing its troops from Kazakhstan in two days’ time, Kazakh president Kassym-Jomart Tokayev has told the country’s parliament.

    Troops from the Collective Security Treaty Organisation (CSTO) will depart the central Asian nation completely over a period of 10 days, he said on Tuesday.

    Continue reading...", - "content": "

    Withdrawal to start in two days, says Kassym-Jomart Tokayev, as new PM appointed and detentions rise to nearly 10,000

    A Russian-led military bloc will start withdrawing its troops from Kazakhstan in two days’ time, Kazakh president Kassym-Jomart Tokayev has told the country’s parliament.

    Troops from the Collective Security Treaty Organisation (CSTO) will depart the central Asian nation completely over a period of 10 days, he said on Tuesday.

    Continue reading...", - "category": "Kazakhstan", - "link": "https://www.theguardian.com/world/2022/jan/11/kazakhstan-russian-led-military-bloc-to-start-withdrawing-troops-says-president", - "creator": "Staff and agencies", - "pubDate": "2022-01-11T06:31:38Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "667d8d3a62e2bc9e5c0e65c7a89cdf7c", - "highlights": [] + "hash": "c41c237b91fdde1e648da67f8cfefb30" }, { - "title": "David Sassoli, European parliament president, dies aged 65", - "description": "

    Senior EU figure died early on Tuesday at a hospital in Italy, his spokesman said

    David Sassoli, the president of the European parliament, has died at the age of 65, his spokesman has said.

    The 65-year-old Italian had been seriously ill in hospital for more than two weeks due to a dysfunction of his immune system.

    Continue reading...", - "content": "

    Senior EU figure died early on Tuesday at a hospital in Italy, his spokesman said

    David Sassoli, the president of the European parliament, has died at the age of 65, his spokesman has said.

    The 65-year-old Italian had been seriously ill in hospital for more than two weeks due to a dysfunction of his immune system.

    Continue reading...", - "category": "European Union", - "link": "https://www.theguardian.com/world/2022/jan/11/david-sassoli-european-parliament-president-dies-aged-65", - "creator": "Agence France-Presse", - "pubDate": "2022-01-11T05:54:11Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", - "read": true, + "feed": "NYTimes", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3684a5d7c5b8137a3e051b0196f1847c", - "highlights": [] + "hash": "53389f43e32cd535102ca6ff95fd8c2f" }, { - "title": "Maya Angelou becomes first Black woman to appear on a US quarter", - "description": "

    US treasury secretary says the writer and civil rights campaigner’s appearance on the coin represents ‘what we value, and how we’ve progressed as a society’

    Maya Angelou has become the first Black woman ever to appear on a US quarter, after a coin featuring the late poet and activist’s image went into circulation on Monday.

    The quarter features an image of Angelou with her arms uplifted, a bird in flight and a rising sun behind her, with a portrait of George Washington on the “heads” side. The US Mint said the image of Angelou was “inspired by her poetry and symbolic of the way she lived”.

    Continue reading...", - "content": "

    US treasury secretary says the writer and civil rights campaigner’s appearance on the coin represents ‘what we value, and how we’ve progressed as a society’

    Maya Angelou has become the first Black woman ever to appear on a US quarter, after a coin featuring the late poet and activist’s image went into circulation on Monday.

    The quarter features an image of Angelou with her arms uplifted, a bird in flight and a rising sun behind her, with a portrait of George Washington on the “heads” side. The US Mint said the image of Angelou was “inspired by her poetry and symbolic of the way she lived”.

    Continue reading...", - "category": "Maya Angelou", - "link": "https://www.theguardian.com/books/2022/jan/11/maya-angelou-becomes-first-black-woman-to-appear-on-a-us-quarter", - "creator": "Alison Flood", - "pubDate": "2022-01-11T13:11:32Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "32d34651d7f2eb87de4010ef9baf5972", - "highlights": [] + "hash": "cc4f46aa988a6418b9d3e0442ade25a9" }, { - "title": "Cloudy with a chance of soya beans: town wakes to find layer of legumes", - "description": "

    Residents of Hamilton, Ontario woke up one winter morning to find their streets covered in soya bean husk instead of snow

    Like most Canadians, residents of the city of Hamilton, Ontario, are well used to waking to find their yards and houses coated in a mantle of white. But when they left their houses on a recent morning, they were surprised to realise that it was not snow that had fallen in the night.

    At first, Adrienne Van Halem thought the city authorities had accidentally sprayed salt across the road, sidewalks and yards of her neighbourhood.

    Continue reading...", - "content": "

    Residents of Hamilton, Ontario woke up one winter morning to find their streets covered in soya bean husk instead of snow

    Like most Canadians, residents of the city of Hamilton, Ontario, are well used to waking to find their yards and houses coated in a mantle of white. But when they left their houses on a recent morning, they were surprised to realise that it was not snow that had fallen in the night.

    At first, Adrienne Van Halem thought the city authorities had accidentally sprayed salt across the road, sidewalks and yards of her neighbourhood.

    Continue reading...", - "category": "Canada", - "link": "https://www.theguardian.com/world/2022/jan/11/canada-ontario-soybean-snowfall", - "creator": "Leyland Cecco in Toronto", - "pubDate": "2022-01-11T10:00:12Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c00091c31e9f6f5362dcd4b9f9c5bb78", - "highlights": [] + "hash": "79e852d5d6e41b7367e6813090f7f573" }, { - "title": "Covid loses 90% of ability to infect within five minutes in air – study", - "description": "

    Exclusive: findings highlight importance of short-range Covid transmission

    Coronavirus loses 90% of its ability to infect us within five minutes of becoming airborne, the world’s first simulations of how the virus survives in exhaled air suggest.

    The findings re-emphasise the importance of short-range Covid transmission, with physical distancing and mask-wearing likely to be the most effective means of preventing infection. Ventilation, though still worthwhile, is likely to have a lesser impact.

    Continue reading...", - "content": "

    Exclusive: findings highlight importance of short-range Covid transmission

    Coronavirus loses 90% of its ability to infect us within five minutes of becoming airborne, the world’s first simulations of how the virus survives in exhaled air suggest.

    The findings re-emphasise the importance of short-range Covid transmission, with physical distancing and mask-wearing likely to be the most effective means of preventing infection. Ventilation, though still worthwhile, is likely to have a lesser impact.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/11/covid-loses-90-of-ability-to-infect-within-five-minutes-in-air-study", - "creator": "Linda Geddes Science correspondent", - "pubDate": "2022-01-11T13:51:55Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8d9cfb3a5a4222b0720fd940d0f3c446", - "highlights": [] + "hash": "88a254ff2a6ca89e7e2f10a264ceff12" }, { - "title": "Covid live: France expected to announce record 350,000 infections; Sweden reports new case high", - "description": "

    French health minister told lawmakers new record expected; Sweden sets out stricter measures in response to record rise in cases

    Five million residents in the central Chinese city of Anyang have started home confinement today in a new lockdown to curb the spread of Omicron variant, according to state media and as reported by Agence France-Presse.

    Two Omicron cases were detected in the city in Henan province, prompting authorities to announce a lockdown late Monday, issuing a notice ordering residents not to leave their homes or drive cars on the roads, state news agency Xinhua reported.

    Continue reading...", - "content": "

    French health minister told lawmakers new record expected; Sweden sets out stricter measures in response to record rise in cases

    Five million residents in the central Chinese city of Anyang have started home confinement today in a new lockdown to curb the spread of Omicron variant, according to state media and as reported by Agence France-Presse.

    Two Omicron cases were detected in the city in Henan province, prompting authorities to announce a lockdown late Monday, issuing a notice ordering residents not to leave their homes or drive cars on the roads, state news agency Xinhua reported.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/11/covid-news-live-pfizer-says-omicron-specific-vaccine-could-be-available-by-march-mexico-president-tests-positive-again", - "creator": "Matthew Weaver (now); Tom Ambrose and Samantha Lock (earlier)", - "pubDate": "2022-01-11T15:54:03Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eededc02dcb9c27aca9570a86179ba4e", - "highlights": [] + "hash": "eed405ce63e9493d46beda1e90c71ac9" }, { - "title": "UK Covid live: minister apologises for ‘upset’ caused by party claims as PM misses urgent question", - "description": "

    Paymaster general claims PM ‘retains confidence of the people of this country’ as Boris Johnson is criticised for failing to appear before MPs

    The Commons public administration and constitutional affairs committee has this morning published a letter (pdf) it received from Christopher Geidt, the PM’s independent adviser on ministerial standards, responding to questions from the committee about the Downing Street flat refurbishment inquiry.

    In the letter, Lord Geidt repeats the point he made in letters published last week about how concerned he was by the PM’s failure to disclose WhatsApp messages undermined. Geidt says:

    The episode shook my confidence precisely because potential and real failures of process occurred in more than one part of the apparatus of government. These failures were not, in my view, due to a lack of investigatory powers, but rather they showed insufficient care for the role of independent adviser.

    I would expect by the time of my next annual report in April to be able to describe the role of independent adviser in terms of considerably greater authority, independence and effect, consistent with the ambitions for the office that the prime minister has set out.

    When I saw this I thought, I can’t really believe this, if I’m honest. It was May 2020, a time when we were all restricted. My idea of going out was to walk along the canal with one friend, frankly, and I’m sure there’s lots of people in the West Midlands who have their own recollections of what they were doing in May 2020. So yes, it is very difficult to believe.

    What we don’t know is whether the prime minister was there. I obviously can’t possibly comment on that, but that’s why the inquiry has got to come.

    And I’m sure that when the inquiry finds out the facts, then the conclusions and the consequences will be acted upon.

    Continue reading...", - "content": "

    Paymaster general claims PM ‘retains confidence of the people of this country’ as Boris Johnson is criticised for failing to appear before MPs

    The Commons public administration and constitutional affairs committee has this morning published a letter (pdf) it received from Christopher Geidt, the PM’s independent adviser on ministerial standards, responding to questions from the committee about the Downing Street flat refurbishment inquiry.

    In the letter, Lord Geidt repeats the point he made in letters published last week about how concerned he was by the PM’s failure to disclose WhatsApp messages undermined. Geidt says:

    The episode shook my confidence precisely because potential and real failures of process occurred in more than one part of the apparatus of government. These failures were not, in my view, due to a lack of investigatory powers, but rather they showed insufficient care for the role of independent adviser.

    I would expect by the time of my next annual report in April to be able to describe the role of independent adviser in terms of considerably greater authority, independence and effect, consistent with the ambitions for the office that the prime minister has set out.

    When I saw this I thought, I can’t really believe this, if I’m honest. It was May 2020, a time when we were all restricted. My idea of going out was to walk along the canal with one friend, frankly, and I’m sure there’s lots of people in the West Midlands who have their own recollections of what they were doing in May 2020. So yes, it is very difficult to believe.

    What we don’t know is whether the prime minister was there. I obviously can’t possibly comment on that, but that’s why the inquiry has got to come.

    And I’m sure that when the inquiry finds out the facts, then the conclusions and the consequences will be acted upon.

    Continue reading...", - "category": "Politics", - "link": "https://www.theguardian.com/politics/live/2022/jan/11/uk-covid-live-boris-johnson-conservatives-party-omicron", - "creator": "Andrew Sparrow", - "pubDate": "2022-01-11T15:49:18Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "79a58f436f2457f7379b020ac0f2da2e", - "highlights": [] + "hash": "fa7a02b685ba9ab4ed215e5e5da24327" }, { - "title": "English councils can offer cash for rough sleepers to get Covid jabs, says minister", - "description": "

    Eddie Hughes says local authorities can use part of £28m protect and vaccinate scheme to incentivise jabs

    Rough sleepers in England can be offered cash and food vouchers if they agree to having a Covid jab, the government has confirmed.

    Eddie Hughes, the minister for rough sleeping, said councils could use part of the government’s £28m protect and vaccinate scheme to incentivise vaccinations for those on the streets, in the first scheme of its kind in the UK.

    Continue reading...", - "content": "

    Eddie Hughes says local authorities can use part of £28m protect and vaccinate scheme to incentivise jabs

    Rough sleepers in England can be offered cash and food vouchers if they agree to having a Covid jab, the government has confirmed.

    Eddie Hughes, the minister for rough sleeping, said councils could use part of the government’s £28m protect and vaccinate scheme to incentivise vaccinations for those on the streets, in the first scheme of its kind in the UK.

    Continue reading...", - "category": "Homelessness", - "link": "https://www.theguardian.com/society/2022/jan/11/councils-offer-cash-rough-sleepers-get-covid-jabs-england", - "creator": "Rajeev Syal Home affairs editor", - "pubDate": "2022-01-11T13:30:50Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b546abd5117b3f2c4b29ba537703f720", - "highlights": [] + "hash": "c0e5ef1b8259ab471cb0dfea75289819" }, { - "title": "‘I’ve been expecting things to fall apart at any moment’: Dan Smith on 10 years of body dysmorphia, burnout and Bastille", - "description": "

    He has found critical and commercial success, while behind the scenes the frontman has battled with his self-confidence and severe stage fright. He explains why he still loves being in the band

    Dan Smith doesn’t know how to switch off. In the decade or so that he has been the creative heart, and frontman, of the band Bastille, he has thought about music constantly. There was a two-week period over Christmas and new year where he thought he had managed not to. Then he went to a double bill at the cinema.

    “I got the whole way through the first film and three-quarters of the way through the second film before I had to leave, sing into my phone in the corridor awkwardly, and then come back in,” he says. “If I have a song idea that pops into my head, I have to get it down. It will eat away at me if I forget it, or it’s just on loop in my head.”

    Continue reading...", - "content": "

    He has found critical and commercial success, while behind the scenes the frontman has battled with his self-confidence and severe stage fright. He explains why he still loves being in the band

    Dan Smith doesn’t know how to switch off. In the decade or so that he has been the creative heart, and frontman, of the band Bastille, he has thought about music constantly. There was a two-week period over Christmas and new year where he thought he had managed not to. Then he went to a double bill at the cinema.

    “I got the whole way through the first film and three-quarters of the way through the second film before I had to leave, sing into my phone in the corridor awkwardly, and then come back in,” he says. “If I have a song idea that pops into my head, I have to get it down. It will eat away at me if I forget it, or it’s just on loop in my head.”

    Continue reading...", - "category": "Bastille", - "link": "https://www.theguardian.com/music/2022/jan/11/ive-been-expecting-things-to-fall-apart-at-any-moment-dan-smith-on-10-years-of-body-dysmorphia-burnout-and-bastille", - "creator": "Chris Godfrey", - "pubDate": "2022-01-11T10:00:13Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c3af2a7bd1ca99f424a364ad3cbbc18f", - "highlights": [] + "hash": "5b85d57f30835876c7036a48e8e12d21" }, { - "title": "Scotland to lift Covid ban on large gatherings from Monday", - "description": "

    Latest data shows ‘we may be starting to turn a corner’, Nicola Sturgeon says

    Restrictions on large outdoor events in Scotland will be lifted from next Monday, Nicola Sturgeon has confirmed, as she told Holyrood that latest Covid infection data indicates “we may be starting to turn a corner”.

    But Sturgeon also warned MSPs, that while the country was on a path from Covid being an epidemic to it becoming endemic, “that is not a shift that any government can just declare or wish into being”.

    Continue reading...", - "content": "

    Latest data shows ‘we may be starting to turn a corner’, Nicola Sturgeon says

    Restrictions on large outdoor events in Scotland will be lifted from next Monday, Nicola Sturgeon has confirmed, as she told Holyrood that latest Covid infection data indicates “we may be starting to turn a corner”.

    But Sturgeon also warned MSPs, that while the country was on a path from Covid being an epidemic to it becoming endemic, “that is not a shift that any government can just declare or wish into being”.

    Continue reading...", - "category": "Scotland", - "link": "https://www.theguardian.com/uk-news/2022/jan/11/scotland-to-lift-covid-ban-on-large-gatherings-from-monday", - "creator": "Libby Brooks Scotland correspondent", - "pubDate": "2022-01-11T15:40:19Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d87c94cf8adc76786e9cecb629c2ac9d", - "highlights": [] + "hash": "c97d8f964732a46af9bb893aad70a164" }, { - "title": "Ugandan writer charged over tweets critical of President Museveni", - "description": "

    Kakwenza Rukirabashaija has been in detention since 28 December and his lawyer says he has been tortured

    A prominent Ugandan writer and critic of the long-ruling leader Yoweri Museveni has been charged with communications offences related to tweets critical of the president and his son.

    Kakwenza Rukirabashaija has been in detention by the military since 28 December, when armed men broke into his house and took him away. His lawyer has said he has been tortured and that at one time he was urinating blood. Police and military have not responded to the allegations.

    Continue reading...", - "content": "

    Kakwenza Rukirabashaija has been in detention since 28 December and his lawyer says he has been tortured

    A prominent Ugandan writer and critic of the long-ruling leader Yoweri Museveni has been charged with communications offences related to tweets critical of the president and his son.

    Kakwenza Rukirabashaija has been in detention by the military since 28 December, when armed men broke into his house and took him away. His lawyer has said he has been tortured and that at one time he was urinating blood. Police and military have not responded to the allegations.

    Continue reading...", - "category": "Uganda", - "link": "https://www.theguardian.com/world/2022/jan/11/ugandan-writer-charged-over-tweets-critical-of-president-museveni", - "creator": "Reuters in Kampala", - "pubDate": "2022-01-11T10:59:58Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bfe920b9dc661244fa509bb371047739", - "highlights": [] + "hash": "6419da295e6bed2ef60edc480794882a" }, { - "title": "Biden to demand Congress act on voting rights in speech – live", - "description": "

    Senator Joe Manchin reiterated that he wants bipartisan support for any changes made to the filibuster, which is extremely unlikely to happen given Republicans’ vehement opposition to Democrats’ proposals.

    “We need some good rule changes to make the place work better, but getting rid of the filibuster doesn’t make it work better,” Manchin told reporters on Capitol Hill moments ago.

    Continue reading...", - "content": "

    Senator Joe Manchin reiterated that he wants bipartisan support for any changes made to the filibuster, which is extremely unlikely to happen given Republicans’ vehement opposition to Democrats’ proposals.

    “We need some good rule changes to make the place work better, but getting rid of the filibuster doesn’t make it work better,” Manchin told reporters on Capitol Hill moments ago.

    Continue reading...", - "category": "US politics", - "link": "https://www.theguardian.com/us-news/live/2022/jan/11/joe-biden-voting-rights-filibuster-congress-georgia-us-politics-latest-covid", - "creator": "Joan E Greve", - "pubDate": "2022-01-11T15:43:23Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "65064de573d440ccdf6b796c87204fe8", - "highlights": [] + "hash": "7a0bf7ca879d518aca535e9f57b1029a" }, { - "title": "GPs warn over children’s vaccine rollout ‘failings’; 3,500 cases in hospital nationwide – as it happened", - "description": "

    ‘Serious failings’ in children’s vaccine rollout, GPs warn; 2,186 Covid cases in NSW hospitals, 816 in Victoria, 502 in Qld and 211 in SA; NSW reports 25,870 new Covid cases and 11 deaths, Victoria 37,944 cases and 13 deaths, Qld 20,566 cases after testing glitch fixed, SA 2,921 cases, ACT 1,508 cases and one death, Tasmania 1,379 cases, NT 594. This blog is now closed

    The Health Services Union has warned the aged care sector is experiencing an “unprecedented crisis” with “chronic understaffing, excessive workloads and extended shifts” hitting the sector amid the Omicron wave of Covid-19.

    According to a survey of more than 1,000 HSU members:

    The Morrison government comprehensively failed to plan before allowing Omicron to rip through the community and modestly paid workers, and residents in aged care facilities who built this country, are paying the price. Only just over a third of members surveyed have received their booster shot, despite working overtime in high risk settings.

    There are active outbreaks in almost 500 aged care facilities across the country. Yet workers can’t access RATs, they can’t access PPE. They are on the front line with very little protection. Not only are staff at risk but vulnerable residents are at a heightened risk of severe disease or death.

    Continue reading...", - "content": "

    ‘Serious failings’ in children’s vaccine rollout, GPs warn; 2,186 Covid cases in NSW hospitals, 816 in Victoria, 502 in Qld and 211 in SA; NSW reports 25,870 new Covid cases and 11 deaths, Victoria 37,944 cases and 13 deaths, Qld 20,566 cases after testing glitch fixed, SA 2,921 cases, ACT 1,508 cases and one death, Tasmania 1,379 cases, NT 594. This blog is now closed

    The Health Services Union has warned the aged care sector is experiencing an “unprecedented crisis” with “chronic understaffing, excessive workloads and extended shifts” hitting the sector amid the Omicron wave of Covid-19.

    According to a survey of more than 1,000 HSU members:

    The Morrison government comprehensively failed to plan before allowing Omicron to rip through the community and modestly paid workers, and residents in aged care facilities who built this country, are paying the price. Only just over a third of members surveyed have received their booster shot, despite working overtime in high risk settings.

    There are active outbreaks in almost 500 aged care facilities across the country. Yet workers can’t access RATs, they can’t access PPE. They are on the front line with very little protection. Not only are staff at risk but vulnerable residents are at a heightened risk of severe disease or death.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2022/jan/11/australia-news-live-djokovic-protestors-melbourne-federal-government-visa-cancellation-covid-corona-sydney-morrison-hawke-omicron-tennis-laver-hospital-nsw-vic-qld", - "creator": "Nino Bucci (now) and Mostafa Rachwani and Caitlin Cassidy (earlier)", - "pubDate": "2022-01-11T08:01:36Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d98f3b2be8c48187a5761febafa1559c", - "highlights": [] + "hash": "5bd87849217d193cac41a8d0bedd896d" }, { - "title": "What would be Russia’s military options in Ukraine?", - "description": "

    Analysis: Military advantage is overwhelming but full invasion and occupation are different matter

    A full invasion of Ukraine, with the aim of pacifying the capital, Kyiv, would result in Vladimir Putin starting a war on a scale not seen since Iraq in 2003 – prompting western experts to question whether a lasting Russian victory could be achieved.

    Estimates suggest about 100,000 Russian troops are massing near Ukraine’s borders. Yet, experts following the crisis closely say that for an invasion of the whole country that number would need to nearly double again, and would almost certainly involve forces passing through Belarus.

    Continue reading...", - "content": "

    Analysis: Military advantage is overwhelming but full invasion and occupation are different matter

    A full invasion of Ukraine, with the aim of pacifying the capital, Kyiv, would result in Vladimir Putin starting a war on a scale not seen since Iraq in 2003 – prompting western experts to question whether a lasting Russian victory could be achieved.

    Estimates suggest about 100,000 Russian troops are massing near Ukraine’s borders. Yet, experts following the crisis closely say that for an invasion of the whole country that number would need to nearly double again, and would almost certainly involve forces passing through Belarus.

    Continue reading...", - "category": "Ukraine", - "link": "https://www.theguardian.com/world/2022/jan/10/what-would-be-russia-military-options-in-ukraine-invasion", - "creator": "Dan Sabbagh Defence and security editor", - "pubDate": "2022-01-10T16:44:34Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3277298afb5773cb91b098880c34c056", - "highlights": [] + "hash": "31b22a3836b56c741d9557949d31e72b" }, { - "title": "Health minister admits public will be ‘angry’ over No 10 lockdown party", - "description": "

    Ed Argar says he understands public anger after email unearthed inviting staff to drinks in the garden

    A health minister has admitted the public will be “upset and angry” at revelations that a senior official invited more than 100 Downing Street staff to a “bring your own booze” party during the first lockdown.

    In a tacit acknowledgment of the strength of feeling at the latest revelations, Ed Argar said he had personally not attended any parties and had been aware of the regulations, “not least because I was a health minister who’d helped draw them up”.

    Continue reading...", - "content": "

    Ed Argar says he understands public anger after email unearthed inviting staff to drinks in the garden

    A health minister has admitted the public will be “upset and angry” at revelations that a senior official invited more than 100 Downing Street staff to a “bring your own booze” party during the first lockdown.

    In a tacit acknowledgment of the strength of feeling at the latest revelations, Ed Argar said he had personally not attended any parties and had been aware of the regulations, “not least because I was a health minister who’d helped draw them up”.

    Continue reading...", - "category": "Conservatives", - "link": "https://www.theguardian.com/politics/2022/jan/11/health-minister-admits-public-will-be-angry-over-no-10-lockdown-party", - "creator": "Jessica Elgot Chief political correspondent", - "pubDate": "2022-01-11T09:17:46Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bad7a9cc671ee1fd5863f3c98d61d95e", - "highlights": [] + "hash": "726b92e327bbe707f6d7da312b007257" }, { - "title": "Prosecutors willing to drop Ghislaine Maxwell perjury charge if no retrial", - "description": "

    Prosecutors make offer ahead of sentencing in effort to bring swift closure for the victims as Maxwell’s team push for new trial

    If Ghislaine Maxwell is not granted a retrial in her Manhattan federal court sex trafficking case, prosecutors are prepared to drop pending perjury counts when she is sentenced, they said in a 10 January letter.

    Prosecutors said they were prepared to dismiss the perjury counts in an effort to bring swift closure for the victims and prevent them from being re-traumatized at a possible second trial.

    Continue reading...", - "content": "

    Prosecutors make offer ahead of sentencing in effort to bring swift closure for the victims as Maxwell’s team push for new trial

    If Ghislaine Maxwell is not granted a retrial in her Manhattan federal court sex trafficking case, prosecutors are prepared to drop pending perjury counts when she is sentenced, they said in a 10 January letter.

    Prosecutors said they were prepared to dismiss the perjury counts in an effort to bring swift closure for the victims and prevent them from being re-traumatized at a possible second trial.

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2022/jan/10/ghislaine-maxwell-retrial-perjury-latest", - "creator": "Victoria Bekiempis in New York", - "pubDate": "2022-01-11T03:24:11Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "95fe7b7ac75e579adf5330a65623207b", - "highlights": [] + "hash": "f578e6f5859354d23ed50826ae6b80c8" }, { - "title": "Sinking feeling: San Francisco’s Millennium Tower is still leaning 3in every year", - "description": "

    The 58-story luxury condominium building continues sinking despite a $100m plan to reinforce its foundation to prevent tilting

    San Francisco’s infamous Millennium Tower – a luxury condominium where star athletes and retired Google employees bought multimillion dollar apartments before they realized it was sinking – is continuing to sink and tilt to the side by about about 3in (7.5 cm) per year, according to the engineer responsible for fixing the troubled building.

    In a few years, if the tilting continues at the current rate, the 58-story luxury building could reach the point where the elevators and plumbing may no longer operate, said Ron Hamburger, the engineer.

    Continue reading...", - "content": "

    The 58-story luxury condominium building continues sinking despite a $100m plan to reinforce its foundation to prevent tilting

    San Francisco’s infamous Millennium Tower – a luxury condominium where star athletes and retired Google employees bought multimillion dollar apartments before they realized it was sinking – is continuing to sink and tilt to the side by about about 3in (7.5 cm) per year, according to the engineer responsible for fixing the troubled building.

    In a few years, if the tilting continues at the current rate, the 58-story luxury building could reach the point where the elevators and plumbing may no longer operate, said Ron Hamburger, the engineer.

    Continue reading...", - "category": "San Francisco", - "link": "https://www.theguardian.com/us-news/2022/jan/10/san-francisco-millennium-tower-sinking", - "creator": "Lois Beckett and agencies", - "pubDate": "2022-01-11T01:32:16Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d25ab4c2dfa95e4c528f483d6daf144b", - "highlights": [] + "hash": "e8ef84a2e96ed4b1918d7cad5e7c3796" }, { - "title": "Cloudy with a chance of soybeans: town wakes to find layer of legumes", - "description": "

    Residents of Hamilton, Ontario woke up one winter morning to find their streets covered in soya bean husk instead of snow

    Like most Canadians, residents of the city of Hamilton, Ontario, are well used to waking to find their yards and houses coated in a mantle of white. But when they left their houses on a recent morning, they were surprised to realise that it was not snow that had fallen in the night.

    At first, Adrienne Van Halem, thought the city authorities had accidentally sprayed salt across the road, sidewalks and yards of her neighbourhood.

    Continue reading...", - "content": "

    Residents of Hamilton, Ontario woke up one winter morning to find their streets covered in soya bean husk instead of snow

    Like most Canadians, residents of the city of Hamilton, Ontario, are well used to waking to find their yards and houses coated in a mantle of white. But when they left their houses on a recent morning, they were surprised to realise that it was not snow that had fallen in the night.

    At first, Adrienne Van Halem, thought the city authorities had accidentally sprayed salt across the road, sidewalks and yards of her neighbourhood.

    Continue reading...", - "category": "Canada", - "link": "https://www.theguardian.com/world/2022/jan/11/canada-ontario-soybean-snowfall", - "creator": "Leyland Cecco in Toronto", - "pubDate": "2022-01-11T10:00:12Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4ebf294ca8a47eb7936d595c3361181e", - "highlights": [] + "hash": "0539c8a27a3d3f63d241d0ecfad3f2d3" }, { - "title": "Covid live: most Europeans could get Omicron by March, says WHO; China locks down city of 5m people", - "description": "

    WHO warns of ‘west to east’ tidal wave of variant; China locks down city of Anyang, bringing total under stay-at-home orders to 20m

    Five million residents in the central Chinese city of Anyang have started home confinement today in a new lockdown to curb the spread of Omicron variant, according to state media and as reported by Agence France-Presse.

    Two Omicron cases were detected in the city in Henan province, prompting authorities to announce a lockdown late Monday, issuing a notice ordering residents not to leave their homes or drive cars on the roads, state news agency Xinhua reported.

    Continue reading...", - "content": "

    WHO warns of ‘west to east’ tidal wave of variant; China locks down city of Anyang, bringing total under stay-at-home orders to 20m

    Five million residents in the central Chinese city of Anyang have started home confinement today in a new lockdown to curb the spread of Omicron variant, according to state media and as reported by Agence France-Presse.

    Two Omicron cases were detected in the city in Henan province, prompting authorities to announce a lockdown late Monday, issuing a notice ordering residents not to leave their homes or drive cars on the roads, state news agency Xinhua reported.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/11/covid-news-live-pfizer-says-omicron-specific-vaccine-could-be-available-by-march-mexico-president-tests-positive-again", - "creator": "Matthew Weaver (now), Tom Ambrose and Samantha Lock (earlier)", - "pubDate": "2022-01-11T11:47:29Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1c0e61d35cf28c4544bb29b6831bcca1", - "highlights": [] + "hash": "ef59433800b16b56686cfe81456310f2" }, { - "title": "UK Covid live: Labour granted urgent question on No 10 lockdown party revelations", - "description": "

    Latest updates: opposition asking PM for statement after Labour MP says ‘incalculable damage’ done to public health messaging

    The Commons public administration and constitutional affairs committee has this morning published a letter (pdf) it received from Christopher Geidt, the PM’s independent adviser on ministerial standards, responding to questions from the committee about the Downing Street flat refurbishment inquiry.

    In the letter, Lord Geidt repeats the point he made in letters published last week about how concerned he was by the PM’s failure to disclose WhatsApp messages undermined. Geidt says:

    The episode shook my confidence precisely because potential and real failures of process occurred in more than one part of the apparatus of government. These failures were not, in my view, due to a lack of investigatory powers, but rather they showed insufficient care for the role of independent adviser.

    I would expect by the time of my next annual report in April to be able to describe the role of independent adviser in terms of considerably greater authority, independence and effect, consistent with the ambitions for the office that the prime minister has set out.

    When I saw this I thought, I can’t really believe this, if I’m honest. It was May 2020, a time when we were all restricted. My idea of going out was to walk along the canal with one friend, frankly, and I’m sure there’s lots of people in the West Midlands who have their own recollections of what they were doing in May 2020. So yes, it is very difficult to believe.

    What we don’t know is whether the prime minister was there. I obviously can’t possibly comment on that, but that’s why the inquiry has got to come.

    And I’m sure that when the inquiry finds out the facts, then the conclusions and the consequences will be acted upon.

    Continue reading...", - "content": "

    Latest updates: opposition asking PM for statement after Labour MP says ‘incalculable damage’ done to public health messaging

    The Commons public administration and constitutional affairs committee has this morning published a letter (pdf) it received from Christopher Geidt, the PM’s independent adviser on ministerial standards, responding to questions from the committee about the Downing Street flat refurbishment inquiry.

    In the letter, Lord Geidt repeats the point he made in letters published last week about how concerned he was by the PM’s failure to disclose WhatsApp messages undermined. Geidt says:

    The episode shook my confidence precisely because potential and real failures of process occurred in more than one part of the apparatus of government. These failures were not, in my view, due to a lack of investigatory powers, but rather they showed insufficient care for the role of independent adviser.

    I would expect by the time of my next annual report in April to be able to describe the role of independent adviser in terms of considerably greater authority, independence and effect, consistent with the ambitions for the office that the prime minister has set out.

    When I saw this I thought, I can’t really believe this, if I’m honest. It was May 2020, a time when we were all restricted. My idea of going out was to walk along the canal with one friend, frankly, and I’m sure there’s lots of people in the West Midlands who have their own recollections of what they were doing in May 2020. So yes, it is very difficult to believe.

    What we don’t know is whether the prime minister was there. I obviously can’t possibly comment on that, but that’s why the inquiry has got to come.

    And I’m sure that when the inquiry finds out the facts, then the conclusions and the consequences will be acted upon.

    Continue reading...", - "category": "Politics", - "link": "https://www.theguardian.com/politics/live/2022/jan/11/uk-covid-live-boris-johnson-conservatives-party-omicron", - "creator": "Andrew Sparrow", - "pubDate": "2022-01-11T11:56:17Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2669c1e7e7e7eaae843a30c2031efa5d", - "highlights": [] + "hash": "53fff5ac87f11a7d0e79625d713639c5" }, { - "title": "UK Covid death toll has passed 175,000, says ONS", - "description": "

    Figure of 176,035 differs significantly from government’s official count – which exceeded 150,000 at weekend

    The UK’s main statistical body has reported more than 175,000 deaths involving Covid since the start of the pandemic.

    The ONS has reported 176,035 deaths where Covid was mentioned on the death certificate since March 2020. The figure differs significantly from the government’s official count – which exceeded 150,000 deaths over the weekend – which requires patients to have had a positive test within 28 days before their death.

    Continue reading...", - "content": "

    Figure of 176,035 differs significantly from government’s official count – which exceeded 150,000 at weekend

    The UK’s main statistical body has reported more than 175,000 deaths involving Covid since the start of the pandemic.

    The ONS has reported 176,035 deaths where Covid was mentioned on the death certificate since March 2020. The figure differs significantly from the government’s official count – which exceeded 150,000 deaths over the weekend – which requires patients to have had a positive test within 28 days before their death.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/11/uk-covid-death-toll-ons", - "creator": "Niamh McIntyre and Pamela Duncan", - "pubDate": "2022-01-11T10:45:51Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0414307bdd1930bbb13a127753166c45", - "highlights": [] + "hash": "b4db719163ac88afc15d286a01fb7936" }, { - "title": "Meet Mr Trash Wheel – and the other new devices that eat river plastic", - "description": "

    From ‘bubble barriers’ to floating drones, a host of new projects aim to stop plastic pollution before it ever reaches the ocean

    The Great Bubble Barrier is just that – a wall of bubbles. It gurgles across the water in a diagonal screen, pushing plastic to one side while allowing fish and other wildlife to pass unharmed.

    The technology, created by a Dutch firm and already being used in Amsterdam, is being trialled in the Douro River in Porto, Portugal, as part of the EU-supported Maelstrom (marine litter sustainable removal and management) project.

    Continue reading...", - "content": "

    From ‘bubble barriers’ to floating drones, a host of new projects aim to stop plastic pollution before it ever reaches the ocean

    The Great Bubble Barrier is just that – a wall of bubbles. It gurgles across the water in a diagonal screen, pushing plastic to one side while allowing fish and other wildlife to pass unharmed.

    The technology, created by a Dutch firm and already being used in Amsterdam, is being trialled in the Douro River in Porto, Portugal, as part of the EU-supported Maelstrom (marine litter sustainable removal and management) project.

    Continue reading...", - "category": "Pollution", - "link": "https://www.theguardian.com/environment/2022/jan/11/meet-mr-trash-wheel-and-the-other-ingenious-tools-that-eat-river-plastic", - "creator": "Russell Thomas", - "pubDate": "2022-01-11T08:15:10Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "26b576ba59a7d07976b729e19351a653", - "highlights": [] + "hash": "866e75be92d0c259fd6c7ab1e9fe006d" }, { - "title": "Ed Argar accepts public will be 'angry' over Downing Street lockdown staff party – video", - "description": "

    Health minister Ed Argar has said the public will be 'upset and angry' at revelations that a senior official invited more than 100 Downing Street staff to a 'bring your own booze' party during the first lockdown


    Continue reading...", - "content": "

    Health minister Ed Argar has said the public will be 'upset and angry' at revelations that a senior official invited more than 100 Downing Street staff to a 'bring your own booze' party during the first lockdown


    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/video/2022/jan/11/ed-argar-accepts-public-anger-after-email-unearthed-downing-street-staff-party-invitation-video", - "creator": "", - "pubDate": "2022-01-11T10:13:38Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c7752411febba80511d08be6a38524b8", - "highlights": [] + "hash": "2650f9de434d96eb8e984894a096a2c4" }, { - "title": "First female judge nominated for Pakistan’s supreme court", - "description": "

    Move to appoint Justice Ayesha Malik, who banned virginity tests for rape survivors, described as ‘defining moment’ for the country

    Pakistan’s top judicial commission has nominated a female judge to the supreme court for the first time in the country’s history.

    The move to pave the way for Justice Ayesha Malik to join the court has been widely praised by lawyers and civil society activists as a defining moment in the struggle for gender equality in Pakistan.

    Continue reading...", - "content": "

    Move to appoint Justice Ayesha Malik, who banned virginity tests for rape survivors, described as ‘defining moment’ for the country

    Pakistan’s top judicial commission has nominated a female judge to the supreme court for the first time in the country’s history.

    The move to pave the way for Justice Ayesha Malik to join the court has been widely praised by lawyers and civil society activists as a defining moment in the struggle for gender equality in Pakistan.

    Continue reading...", - "category": "Women's rights and gender equality", - "link": "https://www.theguardian.com/global-development/2022/jan/07/first-female-judge-nominated-for-pakistans-supreme-court", - "creator": "Haroon Janjua in Islamabad", - "pubDate": "2022-01-07T13:20:23Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6eaa3195b3ca584fb2ec2bf53bf3cfdc", - "highlights": [] + "hash": "1632a844bd13bf0a51f8f7755489e20f" }, { - "title": "‘Living with Covid’ does not have to mean ditching all protective measures", - "description": "

    Analysis: reports and denials that free LFTs will be axed highlight gulf in opinions on how to move forward

    Reports on Sunday that free lateral flow tests could be axed under a strategy of living with Covid within weeks were met with a swift backlash. The government promptly denied the suggestion that free tests could soon be scrapped.

    The story highlights a gulf in opinions on what “living with Covid” might look like, with some saying we will achieve this only through continued caution and others equating the phrase to ditching all Covid measures and partying like it’s 2019.

    Continue reading...", - "content": "

    Analysis: reports and denials that free LFTs will be axed highlight gulf in opinions on how to move forward

    Reports on Sunday that free lateral flow tests could be axed under a strategy of living with Covid within weeks were met with a swift backlash. The government promptly denied the suggestion that free tests could soon be scrapped.

    The story highlights a gulf in opinions on what “living with Covid” might look like, with some saying we will achieve this only through continued caution and others equating the phrase to ditching all Covid measures and partying like it’s 2019.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/09/living-with-covid-does-not-have-to-mean-ditching-all-protective-measures", - "creator": "Hannah Devlin Science correspondent", - "pubDate": "2022-01-09T18:39:32Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8cf5bcadbbc294f92f88d98efcdc3417", - "highlights": [] + "hash": "885005721fb8ed2282fca1fd661224bd" }, { - "title": "US CDC warns against travel to Canada amid rising Covid numbers", - "description": "

    Agency elevates recommendation to ‘level four: very high’ and says Americans should avoid travel to northern neighbour

    The US Centers for Disease Control and Prevention (CDC) has advised against travel to Canada because of a rising number of Covid-19 cases.

    The CDC on Monday elevated its travel recommendation to “level four: very high” for Canada, telling Americans they should avoid travel to its northern neighbor. The CDC currently lists about 80 destinations worldwide at level four. It also raised the island of Curaçao to level four.

    Continue reading...", - "content": "

    Agency elevates recommendation to ‘level four: very high’ and says Americans should avoid travel to northern neighbour

    The US Centers for Disease Control and Prevention (CDC) has advised against travel to Canada because of a rising number of Covid-19 cases.

    The CDC on Monday elevated its travel recommendation to “level four: very high” for Canada, telling Americans they should avoid travel to its northern neighbor. The CDC currently lists about 80 destinations worldwide at level four. It also raised the island of Curaçao to level four.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/10/us-cdc-travel-canada-covid-coronavirus", - "creator": "Reuters in Washington", - "pubDate": "2022-01-10T20:29:32Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fd2d5dcca64e3a244b46f038214847af", - "highlights": [] + "hash": "a5d7cc46ae42f0041f2791c4c97195ef" }, { - "title": "Email shows Boris Johnson aide invited No 10 staff to lockdown ‘BYOB’ party", - "description": "

    Martin Reynolds invited just over 100 employees at time when social mixing was banned, according to ITV News

    Boris Johnson was tonight accused of an “utterly outrageous” breach of lockdown rules as a leaked email showed one of his top officials invited more than 100 Downing Street staff to a “bring your own booze” party during the first lockdown.

    The prime minister is believed to have attended the No 10 garden party on 20 May 2020 along with his wife after it was advertised by his principal private secretary, Martin Reynolds.

    Continue reading...", - "content": "

    Martin Reynolds invited just over 100 employees at time when social mixing was banned, according to ITV News

    Boris Johnson was tonight accused of an “utterly outrageous” breach of lockdown rules as a leaked email showed one of his top officials invited more than 100 Downing Street staff to a “bring your own booze” party during the first lockdown.

    The prime minister is believed to have attended the No 10 garden party on 20 May 2020 along with his wife after it was advertised by his principal private secretary, Martin Reynolds.

    Continue reading...", - "category": "Boris Johnson", - "link": "https://www.theguardian.com/politics/2022/jan/10/email-shows-boris-johnsons-official-invited-no-10-staff-to-lockdown-byob-party", - "creator": "Rowena Mason and Jessica Elgot", - "pubDate": "2022-01-10T18:35:14Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", - "read": true, + "feed": "NYTimes", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "95232e0307f45f8ae0d370769766acae", - "highlights": [] + "hash": "54f93f0bfa1895878aaca3fc9d3c38be" }, { - "title": "Pacific faces ‘strategic surprise’, says US official, alluding to China", - "description": "

    US Indo-Pacific coordinator Kurt Campbell says bases and other agreements could be on the cards

    The Pacific may be the part of the world most likely to see “strategic surprise”, the US Indo-Pacific coordinator Kurt Campbell has said, in comments apparently referring to possible Chinese ambitions to establish Pacific island bases.

    Campbell told Washington’s Center for Strategic and International Studies that the United States has “enormous moral, strategic, historical interests” in the Pacific but had not done enough to assist the region, unlike countries such as Australia and New Zealand.

    Continue reading...", - "content": "

    US Indo-Pacific coordinator Kurt Campbell says bases and other agreements could be on the cards

    The Pacific may be the part of the world most likely to see “strategic surprise”, the US Indo-Pacific coordinator Kurt Campbell has said, in comments apparently referring to possible Chinese ambitions to establish Pacific island bases.

    Campbell told Washington’s Center for Strategic and International Studies that the United States has “enormous moral, strategic, historical interests” in the Pacific but had not done enough to assist the region, unlike countries such as Australia and New Zealand.

    Continue reading...", - "category": "Kiribati", - "link": "https://www.theguardian.com/world/2022/jan/11/pacific-faces-strategic-surprise-says-us-official-alluding-to-china", - "creator": "Reuters", - "pubDate": "2022-01-11T02:51:03Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5d3d302402a1e7670b941bf557bb7269", - "highlights": [] + "hash": "f2a94b17e6d3be6dc2c8eb94bc523dcf" }, { - "title": "Maryland doctors transplant pig’s heart into human patient in medical first", - "description": "

    Patient is doing well three days after the highly experimental surgery, doctors say, though it’s too soon to know if it is a success

    In a medical first, doctors in Maryland have transplanted a genetically modified pig’s heart into a human patient in a last-ditch effort to save his life.

    Doctors at the University of Maryland medical center said Monday that the patient was doing well three days after the highly experimental surgery, though it is too soon to know if the operation has been a success.

    Continue reading...", - "content": "

    Patient is doing well three days after the highly experimental surgery, doctors say, though it’s too soon to know if it is a success

    In a medical first, doctors in Maryland have transplanted a genetically modified pig’s heart into a human patient in a last-ditch effort to save his life.

    Doctors at the University of Maryland medical center said Monday that the patient was doing well three days after the highly experimental surgery, though it is too soon to know if the operation has been a success.

    Continue reading...", - "category": "Maryland", - "link": "https://www.theguardian.com/us-news/2022/jan/10/maryland-pig-heart-transplant-human-medical-first", - "creator": "Guardian staff and agencies", - "pubDate": "2022-01-10T22:00:40Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9c9b6ad218c5d4ce8b0f9637ebb3f4f7", - "highlights": [] + "hash": "59bcdd06d23f4e082109b2bc452e3924" }, { - "title": "Chinese developer Shimao plans fire sale after downgrade and missed payment", - "description": "

    Fears over contagion mount as a company once considered financially sound is running out of cash to pay its debts

    A Chinese developer previously considered financially sound is embarking on a fire sale of assets as the contagion of bad debts built up within China’s bloated housing sector continues to spread.

    Shimao Group Holdings, which is in the top dozen Chinese property companies, was plunged into crisis after it said it defaulted a trust loan last week after missing a 645m yuan ($101m) payment that it guaranteed.

    Continue reading...", - "content": "

    Fears over contagion mount as a company once considered financially sound is running out of cash to pay its debts

    A Chinese developer previously considered financially sound is embarking on a fire sale of assets as the contagion of bad debts built up within China’s bloated housing sector continues to spread.

    Shimao Group Holdings, which is in the top dozen Chinese property companies, was plunged into crisis after it said it defaulted a trust loan last week after missing a 645m yuan ($101m) payment that it guaranteed.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2022/jan/11/chinese-developer-shimao-plans-fire-sale-after-downgrade-and-missed-payment", - "creator": "Martin Farrer", - "pubDate": "2022-01-11T06:24:56Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7cf2326977986062b951c21e7952e3ab", - "highlights": [] + "hash": "b49a3059631fda98d57777096204aae9" }, { - "title": "Roman town’s remains found below Northamptonshire field on HS2 route", - "description": "

    Findings surpass experts’ expectations after buildings, wells, coins and wide road discovered

    A wealthy Roman trading town, whose inhabitants adorned themselves with jewellery and ate from fine pottery, has been discovered half a metre below the surface of a remote field in Northamptonshire.

    A 10-metre-wide Roman road, domestic and industrial buildings, more than 300 coins and at least four wells have been unearthed at the site, where 80 archaeologists have been working for the past 12 months.

    Continue reading...", - "content": "

    Findings surpass experts’ expectations after buildings, wells, coins and wide road discovered

    A wealthy Roman trading town, whose inhabitants adorned themselves with jewellery and ate from fine pottery, has been discovered half a metre below the surface of a remote field in Northamptonshire.

    A 10-metre-wide Roman road, domestic and industrial buildings, more than 300 coins and at least four wells have been unearthed at the site, where 80 archaeologists have been working for the past 12 months.

    Continue reading...", - "category": "Archaeology", - "link": "https://www.theguardian.com/science/2022/jan/11/roman-town-found-northamptonshire-field-hs2-route", - "creator": "Harriet Sherwood Arts and culture correspondent", - "pubDate": "2022-01-11T06:00:08Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5467ae9eaae18ad5c8e889f71c7cdaa6", - "highlights": [] + "hash": "8960db9d0274d32e252626c443307ad9" }, { - "title": "Covid news live: Tory anger at latest No 10 lockdown party claim; China puts city of 5 million in lockdown", - "description": "

    Leaked email shows Boris Johnson aide invited No 10 staff to lockdown ‘BYOB’ party; China puts third city of Anyang in lockdown, bringing the total number under stay-at-home orders to about 20m

    Five million residents in the central Chinese city of Anyang have started home confinement today in a new lockdown to curb the spread of Omicron variant, according to state media and as reported by Agence France-Presse.

    Two Omicron cases were detected in the city in Henan province, prompting authorities to announce a lockdown late Monday, issuing a notice ordering residents not to leave their homes or drive cars on the roads, state news agency Xinhua reported.

    Continue reading...", - "content": "

    Leaked email shows Boris Johnson aide invited No 10 staff to lockdown ‘BYOB’ party; China puts third city of Anyang in lockdown, bringing the total number under stay-at-home orders to about 20m

    Five million residents in the central Chinese city of Anyang have started home confinement today in a new lockdown to curb the spread of Omicron variant, according to state media and as reported by Agence France-Presse.

    Two Omicron cases were detected in the city in Henan province, prompting authorities to announce a lockdown late Monday, issuing a notice ordering residents not to leave their homes or drive cars on the roads, state news agency Xinhua reported.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/11/covid-news-live-pfizer-says-omicron-specific-vaccine-could-be-available-by-march-mexico-president-tests-positive-again", - "creator": "Samantha Lock", - "pubDate": "2022-01-11T05:21:08Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "df8a879149b688730a4e4bf378964092", - "highlights": [] + "hash": "a45e11614e004d4cfdaa9a2703f0be58" }, { - "title": "UK health officials backtrack on US Covid isolation comparison", - "description": "

    UKHSA previously said isolation period was effectively the same in both countries

    Health officials have clarified that the recommended Covid self-isolation period in the US is shorter than in the UK at a time when the prime minister is considering reducing it to five days.

    The UK Health Security Agency (UKHSA) previously said the isolation period was effectively the same in both countries.

    Continue reading...", - "content": "

    UKHSA previously said isolation period was effectively the same in both countries

    Health officials have clarified that the recommended Covid self-isolation period in the US is shorter than in the UK at a time when the prime minister is considering reducing it to five days.

    The UK Health Security Agency (UKHSA) previously said the isolation period was effectively the same in both countries.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/11/uk-health-officials-backtrack-on-us-covid-isolation-comparison", - "creator": "Jamie Grierson", - "pubDate": "2022-01-11T08:38:09Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "118c70db7b86b6fa6a84ed25d60b2bb0", - "highlights": [] + "hash": "f5c5b55491e20b81791d900a185d915c" }, { - "title": "Meet Mr Trash Wheel – and the other ingenious tools that eat river plastic", - "description": "

    From ‘bubble barriers’ to floating drones, a host of new projects aim to stop plastic pollution before it ever reaches the ocean

    The Great Bubble Barrier is just that – a wall of bubbles. It gurgles across the water in a diagonal screen, pushing plastic to one side while allowing fish and other wildlife to pass unharmed.

    The technology, created by a Dutch firm and already being used in Amsterdam, is being trialled in the Douro River in Porto, Portugal, as part of the EU-supported Maelstrom (marine litter sustainable removal and management) project.

    Continue reading...", - "content": "

    From ‘bubble barriers’ to floating drones, a host of new projects aim to stop plastic pollution before it ever reaches the ocean

    The Great Bubble Barrier is just that – a wall of bubbles. It gurgles across the water in a diagonal screen, pushing plastic to one side while allowing fish and other wildlife to pass unharmed.

    The technology, created by a Dutch firm and already being used in Amsterdam, is being trialled in the Douro River in Porto, Portugal, as part of the EU-supported Maelstrom (marine litter sustainable removal and management) project.

    Continue reading...", - "category": "Pollution", - "link": "https://www.theguardian.com/environment/2022/jan/11/meet-mr-trash-wheel-and-the-other-ingenious-tools-that-eat-river-plastic", - "creator": "Russell Thomas", - "pubDate": "2022-01-11T08:15:10Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c7ef4eb8d0c81fc477b9c598ea538ac7", - "highlights": [] + "hash": "9ac35540e9d3b3170eb3dd79462dc7ba" }, { - "title": "‘It looks like a war zone’: horror as Bronx apartment building went up in flames", - "description": "

    Residents tell of anguish after fire broke out on Sunday morning, leaving 17 people dead and scores injured

    Karen Dejesus, 54, was cooking breakfast for her young granddaughter and her son when she heard fire alarms on Sunday morning in the Bronx borough of New York.

    Dejesus and her family have lived in the high rise apartment building for almost 19 years. Alarms in the building went off erroneously so often that residents on Sunday didn’t register the sirens as real, she told the Guardian.

    Continue reading...", - "content": "

    Residents tell of anguish after fire broke out on Sunday morning, leaving 17 people dead and scores injured

    Karen Dejesus, 54, was cooking breakfast for her young granddaughter and her son when she heard fire alarms on Sunday morning in the Bronx borough of New York.

    Dejesus and her family have lived in the high rise apartment building for almost 19 years. Alarms in the building went off erroneously so often that residents on Sunday didn’t register the sirens as real, she told the Guardian.

    Continue reading...", - "category": "New York", - "link": "https://www.theguardian.com/us-news/2022/jan/11/bronx-fire-apartment-building-new-york-city", - "creator": "Gloria Oladipo in New York", - "pubDate": "2022-01-11T07:00:09Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "52275139a2396f150af57a314d254ffe", - "highlights": [] + "hash": "b058ac259f23e1b8f4e871d4777facb3" }, { - "title": "Voters move to block Trump ally Madison Cawthorn from re-election", - "description": "

    North Carolina group files candidacy challenge, citing Republican congressman’s alleged involvement in 6 January attack

    A group of North Carolina voters told state officials on Monday that they want Republican congressman Madison Cawthorn to be disqualified as a congressional candidate, citing his involvement in the 6 January attack on the Capitol.

    Cawthorn questioned the outcome of the presidential election during the “Save America Rally” before the Capitol riot later that day that resulted in five deaths.

    Continue reading...", - "content": "

    North Carolina group files candidacy challenge, citing Republican congressman’s alleged involvement in 6 January attack

    A group of North Carolina voters told state officials on Monday that they want Republican congressman Madison Cawthorn to be disqualified as a congressional candidate, citing his involvement in the 6 January attack on the Capitol.

    Cawthorn questioned the outcome of the presidential election during the “Save America Rally” before the Capitol riot later that day that resulted in five deaths.

    Continue reading...", - "category": "Republicans", - "link": "https://www.theguardian.com/us-news/2022/jan/11/madison-cawthorn-trump-republican-north-carolina-voters", - "creator": "Maya Yang", - "pubDate": "2022-01-11T07:00:09Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", - "read": true, + "feed": "NYTimes", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ce547ff809f1ea176f0ba700813a70ff", - "highlights": [] + "hash": "27907f1a111c27943fc5bca2a7bc4e31" }, { - "title": "North Korea conducts fresh ‘hypersonic missile’ launch", - "description": "

    Second launch in less than a week designed to put pressure on US and follows condemnation at UN

    North Korea has test-fired a suspected ballistic missile that may be an improved version of a “hypersonic missile” it launched only last week, in a move designed to increase pressure on the US amid stalled nuclear talks and mounting economic problems for the regime.

    Tuesday’s launch was detected at 7.27am on Tuesday from an inland area of North Korea toward the ocean off its east coast, South Korea’s Joint Chiefs of Staff (JCS) said in a statement.

    Continue reading...", - "content": "

    Second launch in less than a week designed to put pressure on US and follows condemnation at UN

    North Korea has test-fired a suspected ballistic missile that may be an improved version of a “hypersonic missile” it launched only last week, in a move designed to increase pressure on the US amid stalled nuclear talks and mounting economic problems for the regime.

    Tuesday’s launch was detected at 7.27am on Tuesday from an inland area of North Korea toward the ocean off its east coast, South Korea’s Joint Chiefs of Staff (JCS) said in a statement.

    Continue reading...", - "category": "North Korea", - "link": "https://www.theguardian.com/world/2022/jan/11/north-korea-has-fired-possible-ballistic-missile-says-japan", - "creator": "Justin McCurry in Tokyo", - "pubDate": "2022-01-11T07:40:30Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e7d29d3f3d951c5545eeb12333077247", - "highlights": [] + "hash": "7c6e3901ff5be5a50ea3c9431c827bc5" }, { - "title": "Ostrich run: more than 80 birds race through streets of Chongzuo, China – video", - "description": "

    Footage has emerged of a group of ostriches on the run through the streets of Chongzuo in China.

    It is believed the ostriches escaped from a farm owing to the gate not being closed properly, according to local media.

    No injuries were reported and the owner managed to recapture the majority of the ostriches with the help of the police in the early hours of Saturday 8 January

    Continue reading...", - "content": "

    Footage has emerged of a group of ostriches on the run through the streets of Chongzuo in China.

    It is believed the ostriches escaped from a farm owing to the gate not being closed properly, according to local media.

    No injuries were reported and the owner managed to recapture the majority of the ostriches with the help of the police in the early hours of Saturday 8 January

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/video/2022/jan/09/china-more-than-80-ostriches-filmed-running-through-the-streets-of-chongzuo-video", - "creator": "", - "pubDate": "2022-01-09T21:38:33Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8b73f8df83af3cb8965e549b132746a4", - "highlights": [] + "hash": "730014c040f468ec0621476723130359" }, { - "title": "Qld Covid update: chief health officer urges immediate halt to ‘pox parties’ aimed at spreading virus", - "description": "

    State records 20,566 new cases amid reports of people deliberately trying to spread coronavirus to increase their immunity

    Queensland health authorities have condemned reports of “pox parties” held by groups of unvaccinated residents on the Gold Coast, which has quickly become the epicentre of the state’s Omicron outbreak.

    On Monday another 23 people – enough to fill a separate ward – were admitted to hospital on the Gold Coast after contracting Covid-19. Half of intensive care patients in the region were unvaccinated.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "content": "

    State records 20,566 new cases amid reports of people deliberately trying to spread coronavirus to increase their immunity

    Queensland health authorities have condemned reports of “pox parties” held by groups of unvaccinated residents on the Gold Coast, which has quickly become the epicentre of the state’s Omicron outbreak.

    On Monday another 23 people – enough to fill a separate ward – were admitted to hospital on the Gold Coast after contracting Covid-19. Half of intensive care patients in the region were unvaccinated.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "category": "Gold Coast", - "link": "https://www.theguardian.com/australia-news/2022/jan/11/qld-covid-update-chief-health-officer-urges-immediate-halt-to-pox-parties-aimed-at-spreading-virus", - "creator": "Ben Smee", - "pubDate": "2022-01-11T04:32:48Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f27107bb49bc4e1ad760f69b430981a4", - "highlights": [] + "hash": "ee296846f38020d1e1c68b8ad2dcbf50" }, { - "title": "Never mind the nose: what makes Cyrano de Bergerac a hero for all time?", - "description": "

    Edmond Rostand’s great romantic has drawn actors including Ralph Richardson, Antony Sher and James McAvoy to its lead role. It is a tale of glorious theatricality, glittering poetry and heroic self-sacrifice

    Edmond Rostand’s Cyrano de Bergerac is never far away. In February Martin Crimp’s radical adaptation, starring James McAvoy, returns to London, then tours to Glasgow and New York. Then follows the release of Joe Wright’s new movie, with Peter Dinklage in the lead. Although in both cases the actors eschew prosthetic adornments, you could say that the noses generally have it since Rostand’s “comédie héroïque” has been in regular revival since its 1897 premiere. I’ve seen close to a dozen productions over the past half-century and it’s been the source of multiple movies, at least three musicals and an opera. There was also in 2015 a gender-swapped version known as CyranA.

    So why does it endure? At its premiere, it was seen as a revolt against the prevailing naturalist drama. As Graham Robb has pointed out, it also had a topical resonance, coming at the time of the Dreyfus affair (the scandal in which army captain Alfred Dreyfus was convicted of treason): “the soft-hearted slasher was everybody’s hero – a man with alien features who suffered for his virtues but represented the society Dreyfus was supposed to have betrayed”. But there are other reasons for its continued popularity: it has a glorious theatricality, glittering poetry and boasts a big star part that has attracted actors as various as Ralph Richardson, Derek Jacobi and Antony Sher on stage and José Ferrer, Steve Martin and Gérard Depardieu on screen.

    Continue reading...", - "content": "

    Edmond Rostand’s great romantic has drawn actors including Ralph Richardson, Antony Sher and James McAvoy to its lead role. It is a tale of glorious theatricality, glittering poetry and heroic self-sacrifice

    Edmond Rostand’s Cyrano de Bergerac is never far away. In February Martin Crimp’s radical adaptation, starring James McAvoy, returns to London, then tours to Glasgow and New York. Then follows the release of Joe Wright’s new movie, with Peter Dinklage in the lead. Although in both cases the actors eschew prosthetic adornments, you could say that the noses generally have it since Rostand’s “comédie héroïque” has been in regular revival since its 1897 premiere. I’ve seen close to a dozen productions over the past half-century and it’s been the source of multiple movies, at least three musicals and an opera. There was also in 2015 a gender-swapped version known as CyranA.

    So why does it endure? At its premiere, it was seen as a revolt against the prevailing naturalist drama. As Graham Robb has pointed out, it also had a topical resonance, coming at the time of the Dreyfus affair (the scandal in which army captain Alfred Dreyfus was convicted of treason): “the soft-hearted slasher was everybody’s hero – a man with alien features who suffered for his virtues but represented the society Dreyfus was supposed to have betrayed”. But there are other reasons for its continued popularity: it has a glorious theatricality, glittering poetry and boasts a big star part that has attracted actors as various as Ralph Richardson, Derek Jacobi and Antony Sher on stage and José Ferrer, Steve Martin and Gérard Depardieu on screen.

    Continue reading...", - "category": "Theatre", - "link": "https://www.theguardian.com/stage/2022/jan/11/never-mind-the-nose-what-makes-cyrano-de-bergerac-a-hero-for-all-time", - "creator": "Michael Billington", - "pubDate": "2022-01-11T06:00:10Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0e3b4d67ae01d5468cb1fed1809c91e2", - "highlights": [] + "hash": "7b20aed6b75135d2218357319dcde1e0" }, { - "title": "Sadiq Khan warns London could become mired in gridlock", - "description": "

    London mayor urges people to make greener journeys as figures show fall in walking, cycling and use of public transport

    London could become mired in gridlock because of a shift towards driving as a means of transport during the Covid pandemic, the city’s mayor, Sadiq Khan has said, warning that it risks creating a new health crisis from increased pollution.

    While levels of walking and cycling have risen in the capital, the overall proportion of people making sustainable journeys has fallen as a result of the collapse in numbers using public transport.

    Continue reading...", - "content": "

    London mayor urges people to make greener journeys as figures show fall in walking, cycling and use of public transport

    London could become mired in gridlock because of a shift towards driving as a means of transport during the Covid pandemic, the city’s mayor, Sadiq Khan has said, warning that it risks creating a new health crisis from increased pollution.

    While levels of walking and cycling have risen in the capital, the overall proportion of people making sustainable journeys has fallen as a result of the collapse in numbers using public transport.

    Continue reading...", - "category": "London", - "link": "https://www.theguardian.com/uk-news/2022/jan/11/london-mayor-pollution-health-threat-pandemic-shift-to-driving", - "creator": "Peter Walker and Gwyn Topham", - "pubDate": "2022-01-11T06:00:07Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", - "read": true, + "feed": "NYTimes", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "56feb6f5a098c8e3371931fd53171392", - "highlights": [] + "hash": "721ddcf33df645421a99c4934dade600" }, { - "title": "Australia news live update: Covid parties ‘ridiculous’ says Qld CHO; GPs warn over children’s vaccine rollout ‘failings’; 3,500 cases in hospital nationwide", - "description": "

    ‘Serious failings’ in children’s vaccine rollout, GPs warn; 2,186 Covid cases in NSW hospitals, 816 in Victoria, 502 in Qld and 211 in SA; NSW reports 25,870 new Covid cases and 11 deaths, Victoria 37,944 cases and 13 deaths, Qld 20,566 cases after testing glitch fixed, SA 2,921 cases, ACT 1,508 cases and one death, Tasmania 1,379 cases, NT 594. Follow all the day’s news live

    The Health Services Union has warned the aged care sector is experiencing an “unprecedented crisis” with “chronic understaffing, excessive workloads and extended shifts” hitting the sector amid the Omicron wave of Covid-19.

    According to a survey of more than 1,000 HSU members:

    The Morrison government comprehensively failed to plan before allowing Omicron to rip through the community and modestly paid workers, and residents in aged care facilities who built this country, are paying the price. Only just over a third of members surveyed have received their booster shot, despite working overtime in high risk settings.

    There are active outbreaks in almost 500 aged care facilities across the country. Yet workers can’t access RATs, they can’t access PPE. They are on the front line with very little protection. Not only are staff at risk but vulnerable residents are at a heightened risk of severe disease or death.

    Continue reading...", - "content": "

    ‘Serious failings’ in children’s vaccine rollout, GPs warn; 2,186 Covid cases in NSW hospitals, 816 in Victoria, 502 in Qld and 211 in SA; NSW reports 25,870 new Covid cases and 11 deaths, Victoria 37,944 cases and 13 deaths, Qld 20,566 cases after testing glitch fixed, SA 2,921 cases, ACT 1,508 cases and one death, Tasmania 1,379 cases, NT 594. Follow all the day’s news live

    The Health Services Union has warned the aged care sector is experiencing an “unprecedented crisis” with “chronic understaffing, excessive workloads and extended shifts” hitting the sector amid the Omicron wave of Covid-19.

    According to a survey of more than 1,000 HSU members:

    The Morrison government comprehensively failed to plan before allowing Omicron to rip through the community and modestly paid workers, and residents in aged care facilities who built this country, are paying the price. Only just over a third of members surveyed have received their booster shot, despite working overtime in high risk settings.

    There are active outbreaks in almost 500 aged care facilities across the country. Yet workers can’t access RATs, they can’t access PPE. They are on the front line with very little protection. Not only are staff at risk but vulnerable residents are at a heightened risk of severe disease or death.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2022/jan/11/australia-news-live-djokovic-protestors-melbourne-federal-government-visa-cancellation-covid-corona-sydney-morrison-hawke-omicron-tennis-laver-hospital-nsw-vic-qld", - "creator": "Nino Bucci (now) and Mostafa Rachwani and Caitlin Cassidy (earlier)", - "pubDate": "2022-01-11T07:49:11Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c023bfdc0864c3e2b64502e3ab528d3b", - "highlights": [] + "hash": "a28a5805802016a2dc132045b01bf85b" }, { - "title": "Democrats could still salvage Build Back Better – and perhaps their midterm prospects", - "description": "

    Best case scenario: a scaled down plan that saves popular programs and a billionaire tax to pay for it

    Democrats were already facing a bleak landscape for this year’s midterm elections, with Joe Biden’s approval rating languishing in the low 40s and his party holding narrow majorities in both the House and the Senate.

    Now, with Senator Joe Manchin’s refusal to support the Build Back Better Act, the chances of Republicans regaining control of the House of Representatives, and possibly the Senate as well, appear higher than ever.

    Continue reading...", - "content": "

    Best case scenario: a scaled down plan that saves popular programs and a billionaire tax to pay for it

    Democrats were already facing a bleak landscape for this year’s midterm elections, with Joe Biden’s approval rating languishing in the low 40s and his party holding narrow majorities in both the House and the Senate.

    Now, with Senator Joe Manchin’s refusal to support the Build Back Better Act, the chances of Republicans regaining control of the House of Representatives, and possibly the Senate as well, appear higher than ever.

    Continue reading...", - "category": "US midterm elections 2022", - "link": "https://www.theguardian.com/us-news/2022/jan/08/build-back-better-democrats-midterms", - "creator": "Joan E Greve", - "pubDate": "2022-01-08T10:00:49Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1f258417b885aa6846732448d1b1a7f8", - "highlights": [] + "hash": "0bf0024b0b6a8c0f15e00dddddbd1d1e" }, { - "title": "US hit by 20 separate billion-dollar climate disasters in 2021, NOAA report says", - "description": "

    Year was third-costliest extreme weather year on record with affected communities spread from coast to coast

    The US was battered by 20 separate billion-dollar climate and weather disasters in 2021, one of the most catastrophic climate years on record which led to at least 688 deaths, according to the annual report of the National Oceanic and Atmospheric Administration (NOAA).

    Damage from the year’s 20 most costly disasters, which included thousands of wildfires burning across western states, frigid temperatures and hail storms in Texas, tornadoes in the south-east, and tropical storms saturating the east coast, totaled around $145bn.

    Continue reading...", - "content": "

    Year was third-costliest extreme weather year on record with affected communities spread from coast to coast

    The US was battered by 20 separate billion-dollar climate and weather disasters in 2021, one of the most catastrophic climate years on record which led to at least 688 deaths, according to the annual report of the National Oceanic and Atmospheric Administration (NOAA).

    Damage from the year’s 20 most costly disasters, which included thousands of wildfires burning across western states, frigid temperatures and hail storms in Texas, tornadoes in the south-east, and tropical storms saturating the east coast, totaled around $145bn.

    Continue reading...", - "category": "Climate crisis", - "link": "https://www.theguardian.com/environment/2022/jan/11/us-hit-by-20-separate-billion-dollar-climate-disasters-in-2021-noaa-report-says", - "creator": "Nina Lakhani Climate justice reporter", - "pubDate": "2022-01-11T04:33:42Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5514f6d41c78d754f86790ef1fbd25c5", - "highlights": [] + "hash": "73a36721de3ca00d3be25976968af9c5" }, { - "title": "Intel deletes mention of Xinjiang in letter after China backlash", - "description": "

    US chipmaker was criticised in China for asking suppliers to avoid the sanctions-hit region, and now faces ‘cowardice’ accusation at home

    US chipmaker Intel has deleted references to Xinjiang from an annual letter to suppliers after the company faced a backlash in China for asking suppliers to avoid the sanctions-hit region.

    Last month, Intel was slammed on Chinese social media for a letter to suppliers published on its website. The 23 December letter said Intel had been “required to ensure that its supply chain does not use any labour or source goods or services from the Xinjiang region” following restrictions imposed by “multiple governments”.

    Continue reading...", - "content": "

    US chipmaker was criticised in China for asking suppliers to avoid the sanctions-hit region, and now faces ‘cowardice’ accusation at home

    US chipmaker Intel has deleted references to Xinjiang from an annual letter to suppliers after the company faced a backlash in China for asking suppliers to avoid the sanctions-hit region.

    Last month, Intel was slammed on Chinese social media for a letter to suppliers published on its website. The 23 December letter said Intel had been “required to ensure that its supply chain does not use any labour or source goods or services from the Xinjiang region” following restrictions imposed by “multiple governments”.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2022/jan/11/intel-deletes-mention-of-xinjiang-in-letter-after-china-backlash", - "creator": "Reuters", - "pubDate": "2022-01-11T05:16:31Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2ff6c6bc198a442802272ce6c3b40c01", - "highlights": [] + "hash": "23d10693695ae9d6b4a2fbf347f2ce07" }, { - "title": "North Korea conducts fresh missile launch after Kim Jong-un call to bolster military", - "description": "

    Second launch in less than a week comes amid condemnation at the UN of previous launch of claimed ‘hypersonic’ missile

    North Korea has test-fired a suspected ballistic missile, the second apparent launch in less than a week, in a move designed to increase pressure on the US amid stalled nuclear talks and mounting economic problems for the regime.

    The launch, believed to be that of a ballistic missile, was detected at 7.27am on Tuesday from an inland area of North Korea toward the ocean off its east coast, South Korea’s Joint Chiefs of Staff (JCS) said in a statement.

    Continue reading...", - "content": "

    Second launch in less than a week comes amid condemnation at the UN of previous launch of claimed ‘hypersonic’ missile

    North Korea has test-fired a suspected ballistic missile, the second apparent launch in less than a week, in a move designed to increase pressure on the US amid stalled nuclear talks and mounting economic problems for the regime.

    The launch, believed to be that of a ballistic missile, was detected at 7.27am on Tuesday from an inland area of North Korea toward the ocean off its east coast, South Korea’s Joint Chiefs of Staff (JCS) said in a statement.

    Continue reading...", - "category": "North Korea", - "link": "https://www.theguardian.com/world/2022/jan/11/north-korea-has-fired-possible-ballistic-missile-says-japan", - "creator": "Justin McCurry in Tokyo", - "pubDate": "2022-01-11T01:41:54Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7c7738c07db528768846f4438569cdf5", - "highlights": [] + "hash": "f940188be956a7e81cfb80f948c7d595" }, { - "title": "US-Russia talks over Ukraine ‘useful’ but no progress made", - "description": "

    Diplomats stress they have not made progress towards resolving fundamental disagreements

    US and Russian diplomats have emerged from a day of negotiations in Geneva over the fate of Ukraine, describing the talks as “useful” and “very professional” – but also stressing they had not made progress towards resolving fundamental disagreements.

    The two sides largely spend the day’s talks presenting their points of view on the situation in Ukraine, currently hemmed in by some 100,000 Russian troops, and on European security in general, and deferred further debate on them to a meeting in Brussels on Wednesday between Russia and all Nato members.

    Continue reading...", - "content": "

    Diplomats stress they have not made progress towards resolving fundamental disagreements

    US and Russian diplomats have emerged from a day of negotiations in Geneva over the fate of Ukraine, describing the talks as “useful” and “very professional” – but also stressing they had not made progress towards resolving fundamental disagreements.

    The two sides largely spend the day’s talks presenting their points of view on the situation in Ukraine, currently hemmed in by some 100,000 Russian troops, and on European security in general, and deferred further debate on them to a meeting in Brussels on Wednesday between Russia and all Nato members.

    Continue reading...", - "category": "US foreign policy", - "link": "https://www.theguardian.com/us-news/2022/jan/10/ukraine-talks-us-russia-latest", - "creator": "Julian Borger in Washington and Andrew Roth in New York", - "pubDate": "2022-01-10T18:06:57Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "19a2c303f4155ed5f8875f9882e7c231", - "highlights": [] + "hash": "f08ee456f8cf60894254b25711b33970" }, { - "title": "Protesters on French island pelt MP with seaweed over Covid pass", - "description": "

    Fellow politicians condemn attack on Stéphane Claireaux outside his home in St-Pierre-et-Miquelon

    Protesters opposed to Covid regulations pelted a French MP with seaweed and stones outside his home in the overseas territory of St-Pierre-et-Miquelon at the weekend.

    Stéphane Claireaux, a member of the governing La République en Marche (LREM) said he had made an official police complaint after the attack, which fellow MPs described as a “lynching”.

    Continue reading...", - "content": "

    Fellow politicians condemn attack on Stéphane Claireaux outside his home in St-Pierre-et-Miquelon

    Protesters opposed to Covid regulations pelted a French MP with seaweed and stones outside his home in the overseas territory of St-Pierre-et-Miquelon at the weekend.

    Stéphane Claireaux, a member of the governing La République en Marche (LREM) said he had made an official police complaint after the attack, which fellow MPs described as a “lynching”.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2022/jan/10/protesters-pelt-french-island-mp-covid-health-pass-saint-pierre-and-miquelon", - "creator": "Kim Willsher in Paris", - "pubDate": "2022-01-10T13:52:58Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ee334043da61c0ad2edebeee9966bfa9", - "highlights": [] + "hash": "424957de7b9ca9223004e18b3ba97623" }, { - "title": "Lost footage of Rolling Stones at notorious Altamont festival uncovered", - "description": "

    Carlos Santana, Jefferson Airplane, the Flying Burrito Brothers and Crosby, Stills, Nash & Young also appear in 26 minutes of home video at event that marked end of hippy dream

    Twenty-six minutes of unseen footage of the vast and notoriously violent Altamont music festival held in northern California in 1969 have been unexpectedly uncovered.

    The home-movie footage – which is vividly shot on 8mm film, but frustratingly silent – has been published by the Library of Congress on its website.

    Continue reading...", - "content": "

    Carlos Santana, Jefferson Airplane, the Flying Burrito Brothers and Crosby, Stills, Nash & Young also appear in 26 minutes of home video at event that marked end of hippy dream

    Twenty-six minutes of unseen footage of the vast and notoriously violent Altamont music festival held in northern California in 1969 have been unexpectedly uncovered.

    The home-movie footage – which is vividly shot on 8mm film, but frustratingly silent – has been published by the Library of Congress on its website.

    Continue reading...", - "category": "The Rolling Stones", - "link": "https://www.theguardian.com/music/2022/jan/10/lost-footage-of-rolling-stones-at-notorious-altamont-festival-uncovered", - "creator": "Ben Beaumont-Thomas", - "pubDate": "2022-01-10T11:22:21Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "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", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "45d6342eaa3db9bcabe629d9379ad4ba", - "highlights": [] + "hash": "04d43c19fc2f0bfe1835c365ceb8fbb8" }, { - "title": "How we made: Big Country on Chance", - "description": "

    ‘The idea of wearing checked shirts came from Bruce Springsteen – plus you could buy them cheap at Millets!’

    Bruce Watson, guitarist and songwriter

    I knew [singer/guitarist] Stuart Adamson when he was in Skids and I was in the Delinquents and all the bands in Dunfermline used to rehearse in stables next to each other. When Skids were doing their third album he said to me: “Wouldn’t it be great to do a twin guitar thing?” I thought he was just being nice. Then after Skids split he knocked on my door and said: “Remember that conversation? Do you still want to do it?”

    Continue reading...", - "content": "

    ‘The idea of wearing checked shirts came from Bruce Springsteen – plus you could buy them cheap at Millets!’

    Bruce Watson, guitarist and songwriter

    I knew [singer/guitarist] Stuart Adamson when he was in Skids and I was in the Delinquents and all the bands in Dunfermline used to rehearse in stables next to each other. When Skids were doing their third album he said to me: “Wouldn’t it be great to do a twin guitar thing?” I thought he was just being nice. Then after Skids split he knocked on my door and said: “Remember that conversation? Do you still want to do it?”

    Continue reading...", - "category": "Music", - "link": "https://www.theguardian.com/music/2022/jan/10/big-country-how-we-made-chance-stuart-adamson-bruce-springsteen-checked-shirts", - "creator": "Interviews by Dave Simpson", - "pubDate": "2022-01-10T16:50:18Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7e184f6ebae9a78e921e00afdae654e4", - "highlights": [] + "hash": "cc1e346da61ff4ad1a91337b8388b4fa" }, { - "title": "‘It felt like losing a husband’: the fraudsters breaking hearts – and emptying bank accounts", - "description": "

    Romance scams robbed Britons of nearly £100m last year. Thanks to online dating and the pandemic, these cruel crimes are more sophisticated and prevalent than ever

    In February 2019, Anna, a finance professional in her 50s, joined the dating website Zoosk. She had been single for four years, recovering from an incredibly difficult, abusive marriage. “I was finally ready to meet someone,” she says.

    So, when she met Andrew, a handsome Bulgarian food importer living in London, she was thrilled. The pair were soon spending hours talking on the phone each day. Anna was smitten. “He showered me with love and affection,” she says. “If you imagine candy floss, I was the stick and he was the sugar wrapped around me. I felt as though I was floating.”

    Continue reading...", - "content": "

    Romance scams robbed Britons of nearly £100m last year. Thanks to online dating and the pandemic, these cruel crimes are more sophisticated and prevalent than ever

    In February 2019, Anna, a finance professional in her 50s, joined the dating website Zoosk. She had been single for four years, recovering from an incredibly difficult, abusive marriage. “I was finally ready to meet someone,” she says.

    So, when she met Andrew, a handsome Bulgarian food importer living in London, she was thrilled. The pair were soon spending hours talking on the phone each day. Anna was smitten. “He showered me with love and affection,” she says. “If you imagine candy floss, I was the stick and he was the sugar wrapped around me. I felt as though I was floating.”

    Continue reading...", - "category": "Relationships", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/10/it-felt-like-losing-a-husband-the-fraudsters-breaking-hearts-and-emptying-bank-accounts", - "creator": "Lizzie Cernik", - "pubDate": "2022-01-10T10:00:46Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "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", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3243a10b3e8c5585df7f5c9a7f9889c3", - "highlights": [] + "hash": "7c4831fcfff0703c74fc606d5cacc0e6" }, { - "title": "Polar priest: the church in the world’s northernmost town – a photo essay", - "description": "

    Photojournalist Giuia Besana visits the world’s northernmost priest who runs the Svalbard Church in Longyearbyen, in Norway’s Svalbard archipelago. Pastor Siv Limstrand is the community’s guiding figure as it looks to an uncertain future in the face of economic shifts and the effects of climate change

    Located in the Svalbard archipelago in Norway, Longyearbyen is the world’s northernmost settlement. Here, winter temperatures range from -13 to -20C and inhabitants are prepared for two and half months of complete darkness in winter, the constant danger of polar bears, and avalanches.

    The road to the cabin of Siv Limstrand, in Adventdalen Valley, an 18-mile-long valley east of Longyearbyen, during a brief moment of daylight

    Continue reading...", - "content": "

    Photojournalist Giuia Besana visits the world’s northernmost priest who runs the Svalbard Church in Longyearbyen, in Norway’s Svalbard archipelago. Pastor Siv Limstrand is the community’s guiding figure as it looks to an uncertain future in the face of economic shifts and the effects of climate change

    Located in the Svalbard archipelago in Norway, Longyearbyen is the world’s northernmost settlement. Here, winter temperatures range from -13 to -20C and inhabitants are prepared for two and half months of complete darkness in winter, the constant danger of polar bears, and avalanches.

    The road to the cabin of Siv Limstrand, in Adventdalen Valley, an 18-mile-long valley east of Longyearbyen, during a brief moment of daylight

    Continue reading...", - "category": "Norway", - "link": "https://www.theguardian.com/world/2022/jan/10/polar-priest-the-church-in-the-worlds-northernmost-town-a-photo-essay", - "creator": "Guia Besana/Agence VU’", - "pubDate": "2022-01-10T07:00:42Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "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", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "534fc7637461758caf8c0c8eeab83e1c", - "highlights": [] + "hash": "6bbfaf2dbef3c37f7db67c70b87321df" }, { - "title": "The Power of the Dog among worthy winners as disgraced Golden Globes plays it safe", - "description": "

    Jane Campion’s colossal western and Steven Spielberg’s passionate West Side Story revival head up a list that snubs more transgressive offerings

    So the much-disgraced Golden Globes, derided for a lack of diversity and transparency in the voting membership, lucrative TV coverage cancelled, gravy-train derailed and the awards ceremony dwindled to a virtual event on social media, carries paradoxically on with delivering a set of awards that are in perfectly plausible good taste and not very much different from all the other un-disgraced awards ceremonies. However, it was sad to see Paul Thomas Anderson’s dazzling comedy of transgression Licorice Pizza overlooked, of which more in a moment.

    Jane Campion’s handsome, complex and brilliant western drama The Power of the Dog gets best picture (drama) and best director, along with best supporting actor for the excellent Kodi Smit-McPhee, while Steven Spielberg’s glorious, passionately respectful revival of West Side Story wins best picture in the musical or comedy section, along with its breakout player Ariana DeBose for best supporting actress and newcomer Rachel Zegler for best actress in musical/comedy.

    Continue reading...", - "content": "

    Jane Campion’s colossal western and Steven Spielberg’s passionate West Side Story revival head up a list that snubs more transgressive offerings

    So the much-disgraced Golden Globes, derided for a lack of diversity and transparency in the voting membership, lucrative TV coverage cancelled, gravy-train derailed and the awards ceremony dwindled to a virtual event on social media, carries paradoxically on with delivering a set of awards that are in perfectly plausible good taste and not very much different from all the other un-disgraced awards ceremonies. However, it was sad to see Paul Thomas Anderson’s dazzling comedy of transgression Licorice Pizza overlooked, of which more in a moment.

    Jane Campion’s handsome, complex and brilliant western drama The Power of the Dog gets best picture (drama) and best director, along with best supporting actor for the excellent Kodi Smit-McPhee, while Steven Spielberg’s glorious, passionately respectful revival of West Side Story wins best picture in the musical or comedy section, along with its breakout player Ariana DeBose for best supporting actress and newcomer Rachel Zegler for best actress in musical/comedy.

    Continue reading...", - "category": "Golden Globes 2022", - "link": "https://www.theguardian.com/film/2022/jan/10/the-power-of-the-dog-among-worthy-winners-as-disgraced-golden-globes-plays-it-safe", - "creator": "Peter Bradshaw", - "pubDate": "2022-01-10T11:02:41Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3422717fae77d518b8bdd1b2dfc2a767", - "highlights": [] + "hash": "d72ccf50f1038b170af449b28653d9b6" }, { - "title": "‘It’s our house’: mood in Kyiv calm despite threat of Russian attack", - "description": "

    Residents in Ukraine’s capital defiant, with many ready to fight – but they also have other concerns

    At weekends Yevgeny Tereshchenko goes to the woods outside Kyiv and practises his shooting. “We need to be ready, morally and physically,” Tereshchenko explained, showing off a video in which he springs athletically into action and fires a rifle several times.

    A Ukrainian army officer until two years ago, Tereshchenko is preparing for a possible Russian attack. If Moscow does launch a further military operation against Ukraine, assuming diplomatic talks fail this week, he and his friends are ready to fight, he said. “There are a lot of us. It’s our house, our country,” he pointed out.

    Continue reading...", - "content": "

    Residents in Ukraine’s capital defiant, with many ready to fight – but they also have other concerns

    At weekends Yevgeny Tereshchenko goes to the woods outside Kyiv and practises his shooting. “We need to be ready, morally and physically,” Tereshchenko explained, showing off a video in which he springs athletically into action and fires a rifle several times.

    A Ukrainian army officer until two years ago, Tereshchenko is preparing for a possible Russian attack. If Moscow does launch a further military operation against Ukraine, assuming diplomatic talks fail this week, he and his friends are ready to fight, he said. “There are a lot of us. It’s our house, our country,” he pointed out.

    Continue reading...", - "category": "Ukraine", - "link": "https://www.theguardian.com/world/2022/jan/10/its-our-house-mood-in-kyiv-calm-despite-threat-of-russian-attack", - "creator": "Luke Harding in Kyiv", - "pubDate": "2022-01-10T16:53:02Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "137ac0f3ae195ec125e856e01e35f186", - "highlights": [] + "hash": "89c2d1d5aaa76651a11a7619a2a4457a" }, { - "title": "Two 16-year-old boys charged with murder following man’s death in Dorset", - "description": "

    Teenagers to appear in court on Tuesday in case concerning death of Edward Reeve, 35, in Christchurch

    Two 16-year-old boys have been charged with murder following the death of a man in Christchurch, Dorset.

    Emergency services were called to a property at just before 8pm on 4 January after police received reports of concern for the welfare of a man inside.

    Continue reading...", - "content": "

    Teenagers to appear in court on Tuesday in case concerning death of Edward Reeve, 35, in Christchurch

    Two 16-year-old boys have been charged with murder following the death of a man in Christchurch, Dorset.

    Emergency services were called to a property at just before 8pm on 4 January after police received reports of concern for the welfare of a man inside.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2022/jan/10/two-16-year-old-boys-charged-with-following-mans-death-in-dorset", - "creator": "PA Media", - "pubDate": "2022-01-10T23:53:44Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b4a2ef976026aa7dbe2b1aea185fa69b", - "highlights": [] + "hash": "5df9dda71ce18bdd1cc8ad23353e751b" }, { - "title": "‘It’s a big crisis’: Covid staff shortages more disruptive now than at height of Delta", - "description": "

    Business and unions call for free rapid antigen tests and other support from government as consumer confidence hammered

    Staff shortages during the current Omicron case surge are proving more disruptive than during the height of the Delta wave, Australia’s businesses warn as they plead for greater access to rapid antigen tests and a unified message from governments.

    An unofficial lockdown in Sydney and Melbourne has also hammered consumer confidence and spending as people stay at home rather than risk catching the virus.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "content": "

    Business and unions call for free rapid antigen tests and other support from government as consumer confidence hammered

    Staff shortages during the current Omicron case surge are proving more disruptive than during the height of the Delta wave, Australia’s businesses warn as they plead for greater access to rapid antigen tests and a unified message from governments.

    An unofficial lockdown in Sydney and Melbourne has also hammered consumer confidence and spending as people stay at home rather than risk catching the virus.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "category": "Business", - "link": "https://www.theguardian.com/australia-news/2022/jan/11/its-a-big-crisis-covid-staff-shortages-more-disruptive-now-than-at-height-of-delta", - "creator": "Ben Butler and Peter Hannam", - "pubDate": "2022-01-11T05:53:50Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8cc96f895d85215920f6e0e417b261d5", - "highlights": [] + "hash": "583eec042c3b42811c29b670279dcd06" }, { - "title": "‘They want to remove us and take the rock’, say Zimbabweans living near Chinese-owned mines", - "description": "

    As companies extract wealth, villagers say they see little benefit and are instead exploited in quarries, live in homes damaged by blasts and are unable to farm polluted land

    A convoy of trucks laden with huge black granite rocks trundles along the dusty pathway as a group of villagers look on grimly.

    Every day more than 60 trucks take granite for export along this rugged road through Nyamakope village in the district of Mutoko, 90 miles east of Zimbabwe’s capital, Harare.

    Continue reading...", - "content": "

    As companies extract wealth, villagers say they see little benefit and are instead exploited in quarries, live in homes damaged by blasts and are unable to farm polluted land

    A convoy of trucks laden with huge black granite rocks trundles along the dusty pathway as a group of villagers look on grimly.

    Every day more than 60 trucks take granite for export along this rugged road through Nyamakope village in the district of Mutoko, 90 miles east of Zimbabwe’s capital, Harare.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2022/jan/07/zimbabwe-china-mines-pollution-evictions", - "creator": "Nyasha Chingono in Mutoko", - "pubDate": "2022-01-07T09:30:35Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7646898d86a0cb30a88dbb0e69244958", - "highlights": [] + "hash": "d68c7b8352f286717415b05a58f0a923" }, { - "title": "‘Grateful’: Novak Djokovic thanks judge and takes to tennis court after release", - "description": "
    • ‘Thank you all for standing with me’, tweets men’s tennis No 1
    • Mother says player was ‘subjected to torture and harassment’

    Novak Djokovic thanked his supporters for standing by him as he hailed his successful appeal against the cancellation of his visa by the Australian authorities.

    “I’m pleased and grateful that the judge overturned my visa cancellation. Despite all that has happened, I want to stay and try to compete @AustralianOpen,” Djokovic tweeted as his family gave a press conference.

    Continue reading...", - "content": "
    • ‘Thank you all for standing with me’, tweets men’s tennis No 1
    • Mother says player was ‘subjected to torture and harassment’

    Novak Djokovic thanked his supporters for standing by him as he hailed his successful appeal against the cancellation of his visa by the Australian authorities.

    “I’m pleased and grateful that the judge overturned my visa cancellation. Despite all that has happened, I want to stay and try to compete @AustralianOpen,” Djokovic tweeted as his family gave a press conference.

    Continue reading...", - "category": "Novak Djokovic", - "link": "https://www.theguardian.com/sport/2022/jan/10/grateful-novak-djokovic-thanks-judge-and-takes-to-practice-court-after-release-tennis", - "creator": "Guardian sport", - "pubDate": "2022-01-10T13:34:34Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f50b58e7f68343748f7313539d9a59df", - "highlights": [] + "hash": "83d659e67dcc5c72ff09d93c1be7a22d" }, { - "title": "A data ‘black hole’: Europol ordered to delete vast store of personal data", - "description": "

    EU police body accused of unlawfully holding information and aspiring to become an NSA-style mass surveillance agency

    The EU’s police agency, Europol, will be forced to delete much of a vast store of personal data that it has been found to have amassed unlawfully by the bloc’s data protection watchdog. The unprecedented finding from the European Data Protection Supervisor (EDPS) targets what privacy experts are calling a “big data ark” containing billions of points of information. Sensitive data in the ark has been drawn from crime reports, hacked from encrypted phone services and sampled from asylum seekers never involved in any crime.

    According to internal documents seen by the Guardian, Europol’s cache contains at least 4 petabytes – equivalent to 3m CD-Roms or a fifth of the entire contents of the US Library of Congress. Data protection advocates say the volume of information held on Europol’s systems amounts to mass surveillance and is a step on its road to becoming a European counterpart to the US National Security Agency (NSA), the organisation whose clandestine online spying was revealed by whistleblower Edward Snowden.

    Continue reading...", - "content": "

    EU police body accused of unlawfully holding information and aspiring to become an NSA-style mass surveillance agency

    The EU’s police agency, Europol, will be forced to delete much of a vast store of personal data that it has been found to have amassed unlawfully by the bloc’s data protection watchdog. The unprecedented finding from the European Data Protection Supervisor (EDPS) targets what privacy experts are calling a “big data ark” containing billions of points of information. Sensitive data in the ark has been drawn from crime reports, hacked from encrypted phone services and sampled from asylum seekers never involved in any crime.

    According to internal documents seen by the Guardian, Europol’s cache contains at least 4 petabytes – equivalent to 3m CD-Roms or a fifth of the entire contents of the US Library of Congress. Data protection advocates say the volume of information held on Europol’s systems amounts to mass surveillance and is a step on its road to becoming a European counterpart to the US National Security Agency (NSA), the organisation whose clandestine online spying was revealed by whistleblower Edward Snowden.

    Continue reading...", - "category": "Surveillance", - "link": "https://www.theguardian.com/world/2022/jan/10/a-data-black-hole-europol-ordered-to-delete-vast-store-of-personal-data", - "creator": "Apostolis Fotiadis, Ludek Stavinoha, Giacomo Zandonini, Daniel Howden", - "pubDate": "2022-01-10T12:15:49Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ab3fc899bfa9f97dc5de38521f1dd128", - "highlights": [] + "hash": "86ca62e1d608a4fbc56af6bb55056fe5" }, { - "title": "Climate crisis: last seven years the hottest on record, 2021 data shows", - "description": "

    Global heating continued unabated with extreme weather rife and greenhouse gases hitting new highs

    The last seven years were the world’s hottest on record, with the first analysis of global temperature in 2021 showing it was 1.2C above pre-industrial levels.

    The assessment of the year, by the European climate agency Copernicus, also found carbon dioxide in the atmosphere reached record levels and that the potent greenhouse gas methane surged “very substantially”, also to a new record.

    Continue reading...", - "content": "

    Global heating continued unabated with extreme weather rife and greenhouse gases hitting new highs

    The last seven years were the world’s hottest on record, with the first analysis of global temperature in 2021 showing it was 1.2C above pre-industrial levels.

    The assessment of the year, by the European climate agency Copernicus, also found carbon dioxide in the atmosphere reached record levels and that the potent greenhouse gas methane surged “very substantially”, also to a new record.

    Continue reading...", - "category": "Climate crisis", - "link": "https://www.theguardian.com/environment/2022/jan/10/climate-crisis-last-seven-years-the-hottest-on-record-2021-data-shows", - "creator": "Damian Carrington Environment editor", - "pubDate": "2022-01-10T12:00:48Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5f3daca55aa34f777c6389c8d738d700", - "highlights": [] + "hash": "59798b154d4b34f5ead3adfbd30ba1af" }, { - "title": "France to push for EU-wide UK migration treaty over Channel crossings", - "description": "

    French government wants whole bloc to act despite warnings other member states have no appetite

    France will press the EU to negotiate an asylum and migration treaty with the UK in an attempt to deter people from making the dangerous Channel crossing.

    The French government, which last week took up the six-month rotating presidency of the EU council of ministers, wants the whole bloc to act, despite warnings that other member states have no appetite for a migration treaty with Britain.

    Continue reading...", - "content": "

    French government wants whole bloc to act despite warnings other member states have no appetite

    France will press the EU to negotiate an asylum and migration treaty with the UK in an attempt to deter people from making the dangerous Channel crossing.

    The French government, which last week took up the six-month rotating presidency of the EU council of ministers, wants the whole bloc to act, despite warnings that other member states have no appetite for a migration treaty with Britain.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2022/jan/10/france-to-push-for-eu-wide-uk-migration-treaty-over-channel-crossings", - "creator": "Jennifer Rankin in Brussels", - "pubDate": "2022-01-10T12:59:40Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e3552c782e7a4481013e17dd1891dbb9", - "highlights": [] + "hash": "3ef7fcaa73203cb39ec68a4f96e59c28" }, { - "title": "Robert Durst, convicted murderer and disgraced real estate heir, dies at 78", - "description": "

    Durst died in a California hospital while serving a life sentence for the murder of Susan Berman, after appearing frail at his trial

    Robert Durst, the convicted murderer and disgraced multimillionaire real estate heir, has died. He was 78.

    Durst died in a California hospital while serving a life sentence for the murder of Susan Berman, his friend and confidante who prosecutors say helped him cover up the killing of his first wife.

    Continue reading...", - "content": "

    Durst died in a California hospital while serving a life sentence for the murder of Susan Berman, after appearing frail at his trial

    Robert Durst, the convicted murderer and disgraced multimillionaire real estate heir, has died. He was 78.

    Durst died in a California hospital while serving a life sentence for the murder of Susan Berman, his friend and confidante who prosecutors say helped him cover up the killing of his first wife.

    Continue reading...", - "category": "Robert Durst", - "link": "https://www.theguardian.com/us-news/2022/jan/10/robert-durst-convicted-murderer-disgraced-heir-dies-78", - "creator": "Dani Anguiano in Los Angeles", - "pubDate": "2022-01-10T18:48:08Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6c6361c00a7ee9de00612e7b56ea00a6", - "highlights": [] + "hash": "f24ccf786be4975017b1936cacb0647b" }, { - "title": "Venezuelan opposition defeats Maduro candidate in Chávez’s home state", - "description": "

    Regime suffers symbolic blow as little-known Sergio Garrido secures victory in Barinas governorship election

    Venezuela’s opposition has claimed a rare and highly symbolic victory over Nicolás Maduro’s regime after defeating the government candidate for the governorship of Hugo Chávez’s home state of Barinas.

    Maduro had hoped his former foreign minister Jorge Arreaza would win control of the region, which is considered the cradle of Chávez’s “Bolivarian revolution”, in Sunday’s election.

    Continue reading...", - "content": "

    Regime suffers symbolic blow as little-known Sergio Garrido secures victory in Barinas governorship election

    Venezuela’s opposition has claimed a rare and highly symbolic victory over Nicolás Maduro’s regime after defeating the government candidate for the governorship of Hugo Chávez’s home state of Barinas.

    Maduro had hoped his former foreign minister Jorge Arreaza would win control of the region, which is considered the cradle of Chávez’s “Bolivarian revolution”, in Sunday’s election.

    Continue reading...", - "category": "Venezuela", - "link": "https://www.theguardian.com/world/2022/jan/10/venezuelan-opposition-defeats-maduro-candidate-hugo-chavez-home-state-barinas", - "creator": "Tom Phillips Latin America correspondent", - "pubDate": "2022-01-10T14:00:42Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1786451a13ff6cbf04b88b3bba92a0ba", - "highlights": [] + "hash": "2a28bd165adbe86f0ed2646f2379d849" }, { - "title": "New York man charged with threatening to kill Donald Trump", - "description": "

    Thomas Welnicki expressed interest in killing then president in interview with Capitol police in July 2020, complaint says

    A New York man has been criminally charged for threatening to kill Donald Trump.

    According to a complaint unsealed on Monday, Thomas Welnicki of Rockaway Beach expressed interest in killing the then president in an interview with US Capitol police in July 2020 and in several calls to the Secret Service the following year.

    Continue reading...", - "content": "

    Thomas Welnicki expressed interest in killing then president in interview with Capitol police in July 2020, complaint says

    A New York man has been criminally charged for threatening to kill Donald Trump.

    According to a complaint unsealed on Monday, Thomas Welnicki of Rockaway Beach expressed interest in killing the then president in an interview with US Capitol police in July 2020 and in several calls to the Secret Service the following year.

    Continue reading...", - "category": "Donald Trump", - "link": "https://www.theguardian.com/us-news/2022/jan/10/donald-trump-death-threat-man-charged-new-york", - "creator": "Guardian staff and agencies", - "pubDate": "2022-01-10T17:38:37Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f433451b8993b1b345cc965361443788", - "highlights": [] + "hash": "05d4d3944c9d9796379274898f1d0fea" }, { - "title": "Covid live: Record numbers admitted to US hospitals with coronavirus; Sweden to introduce stricter curbs", - "description": "

    Over 132,000 patients currently on US wards with Covid; Swedish measures include work from home mandate

    Two of New Zealand’s most prominent Covid-19 experts have warned that the country is unprepared to prevent the health system from being overloaded by an Omicron outbreak, with likely fatal consequences.

    Otago University’s Dr Nick Wilson and Dr Michael Baker also said it was only a “matter of weeks” before the highly transmissible variant seeped into the community due to border failures.

    Continue reading...", - "content": "

    Over 132,000 patients currently on US wards with Covid; Swedish measures include work from home mandate

    Two of New Zealand’s most prominent Covid-19 experts have warned that the country is unprepared to prevent the health system from being overloaded by an Omicron outbreak, with likely fatal consequences.

    Otago University’s Dr Nick Wilson and Dr Michael Baker also said it was only a “matter of weeks” before the highly transmissible variant seeped into the community due to border failures.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/10/covid-live-news-40-of-israel-could-be-infected-in-current-wave-germany-to-study-rapid-antigen-test-reliability-for-omicron", - "creator": "Damien Gayle (now); Tom Ambrose and Samantha Lock (earlier)", - "pubDate": "2022-01-10T18:21:31Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a4d95b9a9b637f692567d299201e1599", - "highlights": [] + "hash": "d550561f1cf8157ca1746d22f2cc2762" }, { - "title": "China battles Omicron outbreak weeks before Winter Olympics", - "description": "

    Cases of Covid variant come in run-up to lunar new year, when millions of people usually travel to see family

    China is battling to stamp out its first outbreak of the Omicron variant, only weeks before the Chinese new year and the Beijing Winter Olympics, with cases recorded in at least two distant provinces.

    On Monday, health authorities reported 97 new locally transmitted cases for the preceding 24 hours, across several cities. At least 30 cases were in Henan province, while at least 31 new cases were reported in the Tianjin, including 15 children aged five to 15.

    Continue reading...", - "content": "

    Cases of Covid variant come in run-up to lunar new year, when millions of people usually travel to see family

    China is battling to stamp out its first outbreak of the Omicron variant, only weeks before the Chinese new year and the Beijing Winter Olympics, with cases recorded in at least two distant provinces.

    On Monday, health authorities reported 97 new locally transmitted cases for the preceding 24 hours, across several cities. At least 30 cases were in Henan province, while at least 31 new cases were reported in the Tianjin, including 15 children aged five to 15.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2022/jan/10/china-battles-omicron-outbreak-weeks-before-winter-olympics", - "creator": "Helen Davidson and Vincent Ni", - "pubDate": "2022-01-10T10:18:03Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b0be6f70abc376156553d51221dd1185", - "highlights": [] + "hash": "e10a784221688a9b32bccb2b3a6d670c" }, { - "title": "How to move: with osteoporosis", - "description": "

    The benefits of exercise for those with osteoporosis are great, and many exercises may be safe – so long as you avoid the risk of falling

    Ageing brings with it inevitable physical declines, including loss in bone density which can lead to osteoporosis. This condition affects 3.8% of Australians, although many people don’t know they have it until they have a bone fracture. Importantly, it can be prevented and managed through lifestyle factors including exercise.

    “Physical activity is one of the most effective tools to counter age-related health conditions,” including osteoporosis and osteoarthritis (which impacts the joints), says accredited exercise physiologist Richelle Street.

    Continue reading...", - "content": "

    The benefits of exercise for those with osteoporosis are great, and many exercises may be safe – so long as you avoid the risk of falling

    Ageing brings with it inevitable physical declines, including loss in bone density which can lead to osteoporosis. This condition affects 3.8% of Australians, although many people don’t know they have it until they have a bone fracture. Importantly, it can be prevented and managed through lifestyle factors including exercise.

    “Physical activity is one of the most effective tools to counter age-related health conditions,” including osteoporosis and osteoarthritis (which impacts the joints), says accredited exercise physiologist Richelle Street.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/11/how-to-move-with-osteoporosis", - "creator": "Natalie Parletta", - "pubDate": "2022-01-10T16:30:02Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "000ca5f45553e6badbd596341a23f5ae", - "highlights": [] + "hash": "6a6ee701fb3dfe5188c55dc75920aba1" }, { - "title": "Fanpage: the Italian website that went from gossip to award-winning scoops", - "description": "

    What started as a Facebook page is now an investigative news operation with millions of readers a day

    It was 7.55am one February day in 2018 when members of an elite Italian police squad raided the Naples office of small news website. The previous day it had revealed links between elected politicians and organised groups in an illegal waste dumping racket, and its staff already at their desks looked on incredulously as the officers searched through their files.

    The story sent shock waves through the political establishment and helped make fanpage.it what it is today: one of Italy’s most successful news sites.

    Continue reading...", - "content": "

    What started as a Facebook page is now an investigative news operation with millions of readers a day

    It was 7.55am one February day in 2018 when members of an elite Italian police squad raided the Naples office of small news website. The previous day it had revealed links between elected politicians and organised groups in an illegal waste dumping racket, and its staff already at their desks looked on incredulously as the officers searched through their files.

    The story sent shock waves through the political establishment and helped make fanpage.it what it is today: one of Italy’s most successful news sites.

    Continue reading...", - "category": "Italy", - "link": "https://www.theguardian.com/world/2022/jan/10/fanpage-the-italian-website-that-went-from-gossip-to-award-winning-scoops", - "creator": "Lorenzo Tondo in Palermo", - "pubDate": "2022-01-10T05:00:41Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f033533782c726a96304c21f4be63f13", - "highlights": [] + "hash": "84bbff90fcf980da649d886eb3822b16" }, { - "title": "Cambridge University scraps prisoners programme after 2019 terror attack", - "description": "

    Jack Merritt and Saskia Jones were killed by convicted terrorist at event at Fishmonger’s Hall

    Cambridge University has scrapped a programme which taught prisoners alongside students after the deadly 2019 Fishmonger’s Hall terrorist attack was carried out at one of its events.

    Jack Merritt, 25, who was employed by the Learning Together programme at the time, and Saskia Jones, 23, who was one of its volunteers, were killed by the convicted terrorist Usman Khan at an event to mark the fifth anniversary of the scheme.

    Continue reading...", - "content": "

    Jack Merritt and Saskia Jones were killed by convicted terrorist at event at Fishmonger’s Hall

    Cambridge University has scrapped a programme which taught prisoners alongside students after the deadly 2019 Fishmonger’s Hall terrorist attack was carried out at one of its events.

    Jack Merritt, 25, who was employed by the Learning Together programme at the time, and Saskia Jones, 23, who was one of its volunteers, were killed by the convicted terrorist Usman Khan at an event to mark the fifth anniversary of the scheme.

    Continue reading...", - "category": "London Bridge terror attack 2019", - "link": "https://www.theguardian.com/uk-news/2022/jan/10/cambridge-university-scraps-prisoners-programme-2019-fishmonger-hall-terror-attack", - "creator": "Matthew Weaver", - "pubDate": "2022-01-10T19:03:58Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "360ba14120db37cdfd217175719f09de", - "highlights": [] + "hash": "76d5f0771dc0338fa349689c46a30e33" }, { - "title": "Democrats look to renew push for voting rights protections bill – live", - "description": "

    Joe Biden spoke today to Ethiopian Prime Minister Abiy Ahmed, as the country continues to suffer through a bloody civil war that has attracted international condemnation for alleged war crimes.

    “President Biden commended Prime Minister Abiy on the recent release of several political prisoners, and the two leaders discussed ways to accelerate dialogue toward a negotiated ceasefire, the urgency of improving humanitarian access across Ethiopia, and the need to address the human rights concerns of all affected Ethiopians, including concerns about detentions of Ethiopians under the state of emergency,” the White House said in a readout of the call.

    Continue reading...", - "content": "

    Joe Biden spoke today to Ethiopian Prime Minister Abiy Ahmed, as the country continues to suffer through a bloody civil war that has attracted international condemnation for alleged war crimes.

    “President Biden commended Prime Minister Abiy on the recent release of several political prisoners, and the two leaders discussed ways to accelerate dialogue toward a negotiated ceasefire, the urgency of improving humanitarian access across Ethiopia, and the need to address the human rights concerns of all affected Ethiopians, including concerns about detentions of Ethiopians under the state of emergency,” the White House said in a readout of the call.

    Continue reading...", - "category": "US politics", - "link": "https://www.theguardian.com/us-news/live/2022/jan/10/us-voting-rights-protections-bill-biden-harris-georgia-us-politics-live", - "creator": "Joan E Greve in Washington", - "pubDate": "2022-01-10T20:35:57Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cbafa5dbb4c346395d61eb9d2e9a818a", - "highlights": [] + "hash": "7d865ee486e525bad72a822844bf7c8c" }, { - "title": "Australia news live: Djokovic trains on centre court as supporters take to Melbourne streets; Morrison government yet to decide on visa cancellation", - "description": "

    Tennis star attends midnight training session at Rod Laver Arena as police called amid wild scenes in Melbourne; immigration minister threatens to revoke entry visa for a second time. Follow all the day’s news live

    There is mixed messaging emerging this morning on whether immigration minister Alex Hawke should intervene and cancel Novak Djokovic’s visa for a second time.

    Federal government MP and former professional tennis player John Alexander says his visa should not be cancelled again in the wake of the court’s decision:

    I see it as something that should not become a political problem. It is not political at this point...the rules regarding visa applications and approvals are quite clear, they’re complex, but they are clear, and the judge has looked at this obviously very, very carefully and he has made a very strong decision.

    So, as one of the most privileged human beings on the planet who has ignored the science and refused to be vaccinated I think an incredibly strong message could have been sent by upholding Djokovic’s visa cancellation. The message being that the rules apply to everyone equally.

    The judge was very critical of the way Novak Djokovic was treated while he was at the airport, the way he was interviewed, the way he was not given an opportunity to talk with his lawyers before they made a decision and that they had taken his phone away and he was not able to contact anyone.

    The process that was conducted in the airport was at fault. There were mistakes made in that process and there were mistakes made in the decision, so the judge was quite critical of how he was treated and that became quite obvious, if you like. The judge applied the blowtorch to the minister and the minister took the hint and conceded the case before a judgement was made.

    Continue reading...", - "content": "

    Tennis star attends midnight training session at Rod Laver Arena as police called amid wild scenes in Melbourne; immigration minister threatens to revoke entry visa for a second time. Follow all the day’s news live

    There is mixed messaging emerging this morning on whether immigration minister Alex Hawke should intervene and cancel Novak Djokovic’s visa for a second time.

    Federal government MP and former professional tennis player John Alexander says his visa should not be cancelled again in the wake of the court’s decision:

    I see it as something that should not become a political problem. It is not political at this point...the rules regarding visa applications and approvals are quite clear, they’re complex, but they are clear, and the judge has looked at this obviously very, very carefully and he has made a very strong decision.

    So, as one of the most privileged human beings on the planet who has ignored the science and refused to be vaccinated I think an incredibly strong message could have been sent by upholding Djokovic’s visa cancellation. The message being that the rules apply to everyone equally.

    The judge was very critical of the way Novak Djokovic was treated while he was at the airport, the way he was interviewed, the way he was not given an opportunity to talk with his lawyers before they made a decision and that they had taken his phone away and he was not able to contact anyone.

    The process that was conducted in the airport was at fault. There were mistakes made in that process and there were mistakes made in the decision, so the judge was quite critical of how he was treated and that became quite obvious, if you like. The judge applied the blowtorch to the minister and the minister took the hint and conceded the case before a judgement was made.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2022/jan/11/australia-news-live-djokovic-protestors-melbourne-federal-government-visa-cancellation-covid-corona-sydney-morrison-hawke-omicron-tennis-laver-hospital-nsw-vic-qld", - "creator": "Caitlin Cassidy", - "pubDate": "2022-01-10T20:53:52Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b8eefabdd878a60efa61a1aa099c2bf2", - "highlights": [] + "hash": "51a4399e260cc3fb4609991301880258" }, { - "title": "Taliban stop Afghan women from using bathhouses in northern provinces", - "description": "

    Decision to close public hammams – most people’s only chance for a warm wash – sparks anger in light of country’s mounting crises

    The Taliban sparked outrage this week by announcing that women in northern Afghanistan would no longer be allowed to use communal bathhouses.

    The use of bathhouses, or hammams, is an ancient tradition that remains for many people the only chance for a warm wash during the country’s bitterly cold winters.

    Continue reading...", - "content": "

    Decision to close public hammams – most people’s only chance for a warm wash – sparks anger in light of country’s mounting crises

    The Taliban sparked outrage this week by announcing that women in northern Afghanistan would no longer be allowed to use communal bathhouses.

    The use of bathhouses, or hammams, is an ancient tradition that remains for many people the only chance for a warm wash during the country’s bitterly cold winters.

    Continue reading...", - "category": "Women's rights and gender equality", - "link": "https://www.theguardian.com/global-development/2022/jan/07/taliban-stop-afghan-women-using-bathhouses-in-northern-provinces", - "creator": "Stefanie Glinski", - "pubDate": "2022-01-07T06:00:33Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1a666efe1266fa8e75ce93bdb6a9aba1", - "highlights": [] + "hash": "712f60da7bd45a6b505e43abe703db7f" }, { - "title": "As a scientist commenting on Covid I’ve attracted a lot of haters – I won’t let them silence me | Siouxsie Wiles", - "description": "

    The people who harass me are executives and electricians; ordinary people. They can’t imagine I’m simply motivated by wanting to save lives

    On Christmas Eve I received an email to let me know I’d been added to the “accused” list on a website called Nuremberg NZ. “Kind regards”, ended the sender. Those behind Nuremberg NZ want people like me to have “thier (sic) day of reckoning” in a similar way to how Nazi war criminals were tried after the second world war. According to the website, my crimes are “misleading the public” and “supporting a government to perform medical experiment (sic) on it’s (sic) citizens”. Nuremberg NZ gives people the opportunity to leave a comment about each accused and to vote on whether they should be listed. User bennyman88 comments with one word, “Murderer”, and votes “agree”.

    Great Barrier Island is about 90 kilometres off the coast of New Zealand’s largest city, Auckland. Completely off-grid, the island is home to about 1,000 people and boasts calm bays and surf beaches as well as a dark sky sanctuary, natural hot springs, and native forests. In 2015, island local Gendie Somerville-Ryan started the ‘No Barriers: Small Island Big Ideas’ event series based on the BBC programme Big Ideas. The first event’s theme was pandemics and brought together a virologist, a young adult fiction writer, a sociologist, and a representative from Civil Defence to discuss how the island’s residents should behave if a pandemic was sweeping the world, killing all in its wake.

    Continue reading...", - "content": "

    The people who harass me are executives and electricians; ordinary people. They can’t imagine I’m simply motivated by wanting to save lives

    On Christmas Eve I received an email to let me know I’d been added to the “accused” list on a website called Nuremberg NZ. “Kind regards”, ended the sender. Those behind Nuremberg NZ want people like me to have “thier (sic) day of reckoning” in a similar way to how Nazi war criminals were tried after the second world war. According to the website, my crimes are “misleading the public” and “supporting a government to perform medical experiment (sic) on it’s (sic) citizens”. Nuremberg NZ gives people the opportunity to leave a comment about each accused and to vote on whether they should be listed. User bennyman88 comments with one word, “Murderer”, and votes “agree”.

    Great Barrier Island is about 90 kilometres off the coast of New Zealand’s largest city, Auckland. Completely off-grid, the island is home to about 1,000 people and boasts calm bays and surf beaches as well as a dark sky sanctuary, natural hot springs, and native forests. In 2015, island local Gendie Somerville-Ryan started the ‘No Barriers: Small Island Big Ideas’ event series based on the BBC programme Big Ideas. The first event’s theme was pandemics and brought together a virologist, a young adult fiction writer, a sociologist, and a representative from Civil Defence to discuss how the island’s residents should behave if a pandemic was sweeping the world, killing all in its wake.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/commentisfree/2022/jan/08/as-a-scientist-commenting-on-covid-ive-attracted-a-lot-of-haters-i-wont-let-them-silence-me", - "creator": "Siouxsie Wiles", - "pubDate": "2022-01-07T19:00:32Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e2482d80b5cbf0f0b42407f74c323d12", - "highlights": [] + "hash": "d53030442c4674b345b59705ebe9be7d" }, { - "title": "Putin taking a risk in Kazakhstan and may hope for reward", - "description": "

    Analysis: CSTO may be an alliance but decision to intervene was almost certainly taken in Moscow

    The old joke about the Soviet-led Warsaw Pact was that it was the only military alliance to attack itself, after its tanks rolled into Prague in 1968 to crush a reform movement there.

    With the deployment of troops from the Russian-led Collective Security Treaty Organisation (CSTO) to Kazakhstan on Thursday, some heard “eerie echoes” of the so-called Prague spring of 1968, and the Soviet crushing of the Hungarian revolution in 1956.

    Continue reading...", - "content": "

    Analysis: CSTO may be an alliance but decision to intervene was almost certainly taken in Moscow

    The old joke about the Soviet-led Warsaw Pact was that it was the only military alliance to attack itself, after its tanks rolled into Prague in 1968 to crush a reform movement there.

    With the deployment of troops from the Russian-led Collective Security Treaty Organisation (CSTO) to Kazakhstan on Thursday, some heard “eerie echoes” of the so-called Prague spring of 1968, and the Soviet crushing of the Hungarian revolution in 1956.

    Continue reading...", - "category": "Kazakhstan", - "link": "https://www.theguardian.com/world/2022/jan/07/putin-taking-a-risk-in-kazakhstan-and-may-hope-for-reward", - "creator": "Shaun Walker", - "pubDate": "2022-01-07T05:00:30Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c3420eec3a8beffced7ac31653f8986a", - "highlights": [] + "hash": "4ba0a67ab41a228da71f567a32a1aebe" }, { - "title": "Fire sweeps through Rohingya refugee camp in Bangladesh – video", - "description": "

    A fire swept through a Rohingya refugee camp in south-eastern Bangladesh on Sunday, destroying hundreds of homes, according to officials and witnesses, though there were no immediate reports of casualties.

    The blaze hit Camp 16 in Cox’s Bazar, a border district home to more than a million Rohingya refugees, most of whom fled a military-led crackdown in Myanmar in 2017.

    Mohammed Shamsud Douza, a Bangladeshi government official in charge of refugees, said emergency workers had brought the fire under control. The cause of the blaze has not been established, he added

    Continue reading...", - "content": "

    A fire swept through a Rohingya refugee camp in south-eastern Bangladesh on Sunday, destroying hundreds of homes, according to officials and witnesses, though there were no immediate reports of casualties.

    The blaze hit Camp 16 in Cox’s Bazar, a border district home to more than a million Rohingya refugees, most of whom fled a military-led crackdown in Myanmar in 2017.

    Mohammed Shamsud Douza, a Bangladeshi government official in charge of refugees, said emergency workers had brought the fire under control. The cause of the blaze has not been established, he added

    Continue reading...", - "category": "World news", - "link": "https://www.theguardian.com/world/video/2022/jan/09/fire-sweeps-through-rohingya-refugee-camp-in-bangladesh-video", - "creator": "", - "pubDate": "2022-01-09T20:02:49Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "60930c995735aee06cdb1cc07c128439", - "highlights": [] + "hash": "c16a99c0a18aaefeef2e24a0525aa7cd" }, { - "title": "Ministers considering cutting England Covid isolation to five days, says PM", - "description": "

    Government ‘looking at science’ of reducing period from seven days amid workforce shortages

    Boris Johnson has said the government is “looking at the science” of moving to an isolation period of five days in England instead of seven for a positive Covid case, after calls to ease staffing shortages across the economy.

    The prime minister confirmed the government was examining the proposal, after several cabinet colleagues made clear they would like to see a shift to five-day isolation if possible.

    Continue reading...", - "content": "

    Government ‘looking at science’ of reducing period from seven days amid workforce shortages

    Boris Johnson has said the government is “looking at the science” of moving to an isolation period of five days in England instead of seven for a positive Covid case, after calls to ease staffing shortages across the economy.

    The prime minister confirmed the government was examining the proposal, after several cabinet colleagues made clear they would like to see a shift to five-day isolation if possible.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/10/ministers-considering-cutting-covid-isolation-to-five-days-says-boris-johnson", - "creator": "Rowena Mason, Heather Stewart and Ian Sample", - "pubDate": "2022-01-10T13:49:06Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4aba7c581b377229d38a3960d9481a4c", - "highlights": [] + "hash": "f15522daf4331fd565101af2b008b455" }, { - "title": "Morning mail: Djokovic speaks out, US-Russia talks over Ukraine, decluttering made easy", - "description": "

    Tuesday: Novak Djokovic ‘pleased and grateful’ to have visa rejection overturned. Plus: reorganising one shelf at a time

    Good morning. Novak Djokovic’s visa cancellation saga continues despite his return to centre court ahead of the Australian Open next week. But he’s not the only tennis star in doubt for the grand slam – Nick Kyrgios has tested positive for Covid. Tensions between Russia and Ukraine persist, but security talks between the Kremlin and the US are under way this week.

    Novak Djokovic has thanked Judge Anthony Kelly for overturning his visa cancellation, but still faces potential deportations from Australia’s immigration minister, Alex Hawke. Hawke confirmed that he is considering the use of discretionary powers to deport Djokovic, which comes with a hefty three-year ban from re-entering Australia. His decision is expected this week. Meanwhile Djokovic’s family have criticised the Australian government and his mother said he was “subjected to torture and harassment” while in detention. But the family abruptly ended a press conference when questioned about why Djokovic, who is not vaccinated, was photographed in public last month without a mask after testing positive for Covid.

    Continue reading...", - "content": "

    Tuesday: Novak Djokovic ‘pleased and grateful’ to have visa rejection overturned. Plus: reorganising one shelf at a time

    Good morning. Novak Djokovic’s visa cancellation saga continues despite his return to centre court ahead of the Australian Open next week. But he’s not the only tennis star in doubt for the grand slam – Nick Kyrgios has tested positive for Covid. Tensions between Russia and Ukraine persist, but security talks between the Kremlin and the US are under way this week.

    Novak Djokovic has thanked Judge Anthony Kelly for overturning his visa cancellation, but still faces potential deportations from Australia’s immigration minister, Alex Hawke. Hawke confirmed that he is considering the use of discretionary powers to deport Djokovic, which comes with a hefty three-year ban from re-entering Australia. His decision is expected this week. Meanwhile Djokovic’s family have criticised the Australian government and his mother said he was “subjected to torture and harassment” while in detention. But the family abruptly ended a press conference when questioned about why Djokovic, who is not vaccinated, was photographed in public last month without a mask after testing positive for Covid.

    Continue reading...", - "category": "", - "link": "https://www.theguardian.com/australia-news/2022/jan/11/morning-mail-djokovic-speaks-out-us-russia-talks-over-ukraine-decluttering-made-easy", - "creator": "Tamara Howie", - "pubDate": "2022-01-10T19:59:04Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3b93845209c5f4a5ac08f62022146fd9", - "highlights": [] + "hash": "f90c479ffb7e3791d28c08298797ff4b" }, { - "title": "Congressman Jim Jordan refuses to cooperate with 6 January committee", - "description": "

    The Ohio Republican, claiming an ‘outrageous abuse’ of authority, is the second member of Congress to resist the investigation

    The Ohio Republican Jim Jordan is the second sitting congressman to refuse a request for cooperation from the House select committee investigating the Capitol attack.

    In a Sunday night letter to the committee chair, Bennie Thompson of Mississippi, the Trump ally accused the panel of “an outrageous abuse” of its authority.

    Continue reading...", - "content": "

    The Ohio Republican, claiming an ‘outrageous abuse’ of authority, is the second member of Congress to resist the investigation

    The Ohio Republican Jim Jordan is the second sitting congressman to refuse a request for cooperation from the House select committee investigating the Capitol attack.

    In a Sunday night letter to the committee chair, Bennie Thompson of Mississippi, the Trump ally accused the panel of “an outrageous abuse” of its authority.

    Continue reading...", - "category": "US Capitol attack", - "link": "https://www.theguardian.com/us-news/2022/jan/10/us-capitol-attack-jim-jordan-refuses-cooperate", - "creator": "Martin Pengelly in New York", - "pubDate": "2022-01-10T12:43:45Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d9761f97a1525fd53ebfdfae25bbef88", - "highlights": [] + "hash": "9b9f2656856c03cfa32648e4d8a57cae" }, { - "title": "Afghans risk dying in freezing temperatures in Calais, charities warn", - "description": "

    People who fled Taliban are starting to arrive in northern France in hope of reaching UK

    Afghans who fled the Taliban risk dying in freezing temperatures in Calais, NGOs have warned.

    People who left Afghanistan after the US withdrawal this summer have started to arrive in northern France in the hope of reaching the UK by crossing the Channel in dinghies. But charities have raised the alarm that conditions are deteriorating sharply, putting thousands of lives at risk.

    Continue reading...", - "content": "

    People who fled Taliban are starting to arrive in northern France in hope of reaching UK

    Afghans who fled the Taliban risk dying in freezing temperatures in Calais, NGOs have warned.

    People who left Afghanistan after the US withdrawal this summer have started to arrive in northern France in the hope of reaching the UK by crossing the Channel in dinghies. But charities have raised the alarm that conditions are deteriorating sharply, putting thousands of lives at risk.

    Continue reading...", - "category": "Calais", - "link": "https://www.theguardian.com/world/2022/jan/10/afghans-risk-dying-in-freezing-temperatures-in-calais-charities-warn", - "creator": "Diane Taylor", - "pubDate": "2022-01-10T13:30:15Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "775e8e0bb4da7de191a8aab881a71c4e", - "highlights": [] + "hash": "d930749429e775d5acca8912b728a344" }, { - "title": "Leaseholders will not have to pay to fix any fire risks, government pledges", - "description": "

    Michael Gove says new statutory protection will cover all works required to make buildings safe – not just cladding

    New legislation will protect leaseholders from the costs of all post-Grenfell building safety defects, not just combustible cladding, the government has said.

    The secretary of state for levelling up, housing and communities, Michael Gove, told parliament the government would give leaseholders statutory protection that extends to all works required to make buildings safe. The move followed anger at reports that officials were only planning to force developers and materials manufacturers to pay to replace combustible cladding on buildings taller than 11 metres.

    Continue reading...", - "content": "

    Michael Gove says new statutory protection will cover all works required to make buildings safe – not just cladding

    New legislation will protect leaseholders from the costs of all post-Grenfell building safety defects, not just combustible cladding, the government has said.

    The secretary of state for levelling up, housing and communities, Michael Gove, told parliament the government would give leaseholders statutory protection that extends to all works required to make buildings safe. The move followed anger at reports that officials were only planning to force developers and materials manufacturers to pay to replace combustible cladding on buildings taller than 11 metres.

    Continue reading...", - "category": "Grenfell Tower fire", - "link": "https://www.theguardian.com/uk-news/2022/jan/10/leaseholders-will-not-have-to-pay-to-fix-any-fire-risks-vows-gove", - "creator": "Robert Booth, Rupert Neate and Peter Walker", - "pubDate": "2022-01-10T18:16:16Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "40cb7095ffb5e31716577961baad51e7", - "highlights": [] + "hash": "6cd3ae061c3a7f458912d4221bd77588" }, { - "title": "Bronx fire: New York mayor Eric Adams revises death toll to 17", - "description": "

    Initially 19 people were believed to have died in the blaze – city’s deadliest in three decades – as doctors battle to save gravely hurt

    The mayor of New York City, Eric Adams, on Monday revised the death toll from a high-rise fire in the Bronx on Sunday, saying 17 people were killed, two fewer than originally thought.

    Adams said nine adults and eight children died. He did not immediately provide a reason for the lower count.

    Continue reading...", - "content": "

    Initially 19 people were believed to have died in the blaze – city’s deadliest in three decades – as doctors battle to save gravely hurt

    The mayor of New York City, Eric Adams, on Monday revised the death toll from a high-rise fire in the Bronx on Sunday, saying 17 people were killed, two fewer than originally thought.

    Adams said nine adults and eight children died. He did not immediately provide a reason for the lower count.

    Continue reading...", - "category": "New York", - "link": "https://www.theguardian.com/us-news/2022/jan/10/bronx-fire-injured-new-york", - "creator": "Gloria Oladipo in New York and agencies", - "pubDate": "2022-01-10T18:18:50Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "de2eb5f33e3e9283ceadffff1b8a7c50", - "highlights": [] + "hash": "4f21793c028e0849d4d809ecff47838d" }, { - "title": "Revisited: Madison de Rozario’s path to wheelchair-racing fame", - "description": "

    One of our favourite stories of 2021 looks at the career of Australian wheelchair racer Madison de Rozario, which started when she competed at the Beijing Paralympics at the age of 14. Now, the 27-year-old has cemented her place in the history books – breaking multiple records and winning three medals, including two gold, at the Tokyo Paralympics. De Rozario speaks to reporter Kieran Pender about her sometimes bumpy rise to wheelchair-racing fame and the power of the Paralympics as a vehicle for change

    Read more:

    Continue reading...", - "content": "

    One of our favourite stories of 2021 looks at the career of Australian wheelchair racer Madison de Rozario, which started when she competed at the Beijing Paralympics at the age of 14. Now, the 27-year-old has cemented her place in the history books – breaking multiple records and winning three medals, including two gold, at the Tokyo Paralympics. De Rozario speaks to reporter Kieran Pender about her sometimes bumpy rise to wheelchair-racing fame and the power of the Paralympics as a vehicle for change

    Read more:

    Continue reading...", - "category": "Tokyo Paralympic Games 2020", - "link": "https://www.theguardian.com/australia-news/audio/2022/jan/11/revisited-madison-de-rozarios-path-to-wheelchair-racing-fame", - "creator": "Presented by Laura Murphy-Oatesand reported by Kieran Pender. Produced by Karishma Luthria, Bethany Atkinson-Quinton, Joe Koning and Jane Lee. Sound design by Joe Koningand Karishma Luthria. Executive Producers Miles Martignoni Gabrielle Jacksonand Laura Murphy-Oates.", - "pubDate": "2022-01-10T16:30:01Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8408c529c1757743b0ef831a73a9af82", - "highlights": [] + "hash": "2da652f9b17eda70dc90ed750ae11cab" }, { - "title": "Nadhim Zahawi: UK should lead move from pandemic to endemic Covid – video", - "description": "

    The education secretary has called for the UK to show the rest of the world how to move from 'pandemic to endemic' Covid, as he suggested it would be helpful to cut the isolation period to five days to ease workforce shortages. Nadhim Zahawi also played down suggestions that the government was about to start charging for lateral flow tests, which would lead to fewer infections in the community being identified

    Continue reading...", - "content": "

    The education secretary has called for the UK to show the rest of the world how to move from 'pandemic to endemic' Covid, as he suggested it would be helpful to cut the isolation period to five days to ease workforce shortages. Nadhim Zahawi also played down suggestions that the government was about to start charging for lateral flow tests, which would lead to fewer infections in the community being identified

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2022/jan/09/nadhim-zahawi-uk-should-lead-move-from-pandemic-to-endemic-covid-video", - "creator": "", - "pubDate": "2022-01-09T15:47:13Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f102f095dac3c0904858f9a724dfd48e", - "highlights": [] + "hash": "9f8ee92bf7a168e4453790790d1b5feb" }, { - "title": "Ukraine crisis: tense talks between US and Russia open in Geneva", - "description": "

    Secretary of state Tony Blinken says week of talks is moment of truth for Vladimir Putin

    Expectations of a breakthrough have been set low as formal talks opened between senior US and Russian officials in Geneva at the start of a critical week of diplomacy over Ukraine as Russian troops remained massed along its borders.

    Russian deputy foreign minister Sergei Ryabkov and his delegation arrived under Swiss police escort at the US diplomatic mission in Geneva for face-to-face talks with Wendy Sherman, the US deputy secretary of state, and her team.

    Continue reading...", - "content": "

    Secretary of state Tony Blinken says week of talks is moment of truth for Vladimir Putin

    Expectations of a breakthrough have been set low as formal talks opened between senior US and Russian officials in Geneva at the start of a critical week of diplomacy over Ukraine as Russian troops remained massed along its borders.

    Russian deputy foreign minister Sergei Ryabkov and his delegation arrived under Swiss police escort at the US diplomatic mission in Geneva for face-to-face talks with Wendy Sherman, the US deputy secretary of state, and her team.

    Continue reading...", - "category": "Ukraine", - "link": "https://www.theguardian.com/world/2022/jan/09/ukraine-fate-hangs-in-balance-as-critical-week-of-talks-begins", - "creator": "Julian Borger in Washington", - "pubDate": "2022-01-10T09:19:35Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8fdfdea1882aba6930e395e83781f3a7", - "highlights": [] + "hash": "d012ae5583e6ac5acc2249fd0203ee3e" }, { - "title": "Covid live: Sweden to introduce stricter restrictions as cases rise; Pfizer already making Omicron vaccine, says CEO", - "description": "

    Swedish measures include work from home mandate; Pfizer expects to be ready to distribute Omicron vaccine by June, says chief executive

    Two of New Zealand’s most prominent Covid-19 experts have warned that the country is unprepared to prevent the health system from being overloaded by an Omicron outbreak, with likely fatal consequences.

    Otago University’s Dr Nick Wilson and Dr Michael Baker also said it was only a “matter of weeks” before the highly transmissible variant seeped into the community due to border failures.

    Continue reading...", - "content": "

    Swedish measures include work from home mandate; Pfizer expects to be ready to distribute Omicron vaccine by June, says chief executive

    Two of New Zealand’s most prominent Covid-19 experts have warned that the country is unprepared to prevent the health system from being overloaded by an Omicron outbreak, with likely fatal consequences.

    Otago University’s Dr Nick Wilson and Dr Michael Baker also said it was only a “matter of weeks” before the highly transmissible variant seeped into the community due to border failures.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/10/covid-live-news-40-of-israel-could-be-infected-in-current-wave-germany-to-study-rapid-antigen-test-reliability-for-omicron", - "creator": "Damien Gayle (now); Tom Ambrose and Samantha Lock (earlier)", - "pubDate": "2022-01-10T17:37:38Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "db491b74503ec0b503485f1a52848c91", - "highlights": [] + "hash": "a1455c435b80950bf013a75aa76e16b9" }, { - "title": "Metropolitan police officer faces six further charges of rape", - "description": "

    PC David Carrick to appear at Westminster magistrates court as new charges bring total to 29 alleged crimes against eight women

    A Metropolitan police officer accused of a string of sexual offences is facing charges linked to another four alleged victims including six counts of rape, prosecutors have said.

    PC David Carrick, 47, will be charged with nine more offences, the Crown Prosecution Service announced on Monday, meaning he is accused of 29 crimes against eight women in total between 2009 and 2020.

    Continue reading...", - "content": "

    PC David Carrick to appear at Westminster magistrates court as new charges bring total to 29 alleged crimes against eight women

    A Metropolitan police officer accused of a string of sexual offences is facing charges linked to another four alleged victims including six counts of rape, prosecutors have said.

    PC David Carrick, 47, will be charged with nine more offences, the Crown Prosecution Service announced on Monday, meaning he is accused of 29 crimes against eight women in total between 2009 and 2020.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2022/jan/10/metropolitan-police-officer-faces-six-further-charges", - "creator": "PA Media", - "pubDate": "2022-01-10T17:15:57Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d68f426d64ff193983eb97c77cfa5e22", - "highlights": [] + "hash": "3ae70c55516f2b2e006f443de2188238" }, { - "title": "Foreign meddling behind Kazakhstan unrest, Putin claims", - "description": "

    Russian president says Moscow-led military bloc will take steps to ensure any future interference in region fails

    Vladimir Putin has claimed the unrest in Kazakhstan last week that killed at least 164 people was the result of foreign meddling, and said a Russian-led military bloc should take steps to ensure future attempts to interfere in the region failed.

    “The events in Kazakhstan are not the first and far from the last attempt to interfere in the internal affairs of our states from the outside,” said the Russian president, who was speaking at a video conference of leaders of the Russian-led Collective Security Treaty Organisation (CSTO), a military alliance that deployed around 2,500 troops to Kazakhstan this week at the request of Kazakhstan’s president, Kassym-Jomart Tokayev.

    Continue reading...", - "content": "

    Russian president says Moscow-led military bloc will take steps to ensure any future interference in region fails

    Vladimir Putin has claimed the unrest in Kazakhstan last week that killed at least 164 people was the result of foreign meddling, and said a Russian-led military bloc should take steps to ensure future attempts to interfere in the region failed.

    “The events in Kazakhstan are not the first and far from the last attempt to interfere in the internal affairs of our states from the outside,” said the Russian president, who was speaking at a video conference of leaders of the Russian-led Collective Security Treaty Organisation (CSTO), a military alliance that deployed around 2,500 troops to Kazakhstan this week at the request of Kazakhstan’s president, Kassym-Jomart Tokayev.

    Continue reading...", - "category": "Kazakhstan", - "link": "https://www.theguardian.com/world/2022/jan/10/foreign-meddling-behind-kazakhstan-unrest-putin-claims", - "creator": "Shaun Walker", - "pubDate": "2022-01-10T10:59:42Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "51e9db9bfe5f63115d1083c18ae78a07", - "highlights": [] + "hash": "a903d00bb8e683dffc50ed296f87e510" }, { - "title": "Pilot from crashed plane in US pulled to safety moments before train hit", - "description": "

    Video shows Los Angeles police officers freeing pilot from plane that had crash-landed on rail tracks

    Police in Los Angeles, California, pulled the pilot from a crash-landed Cessna seconds before the aircraft was hit by a train, sending debris flying in all directions.

    Dramatic video obtained by Reuters shows several officers freeing the man from the downed plane, which had crashed shortly after takeoff in the Pacoima neighbourhood, according to local media. The officers and pilot were only a few feet away from the tracks when the passing train destroyed the plane.

    Continue reading...", - "content": "

    Video shows Los Angeles police officers freeing pilot from plane that had crash-landed on rail tracks

    Police in Los Angeles, California, pulled the pilot from a crash-landed Cessna seconds before the aircraft was hit by a train, sending debris flying in all directions.

    Dramatic video obtained by Reuters shows several officers freeing the man from the downed plane, which had crashed shortly after takeoff in the Pacoima neighbourhood, according to local media. The officers and pilot were only a few feet away from the tracks when the passing train destroyed the plane.

    Continue reading...", - "category": "Los Angeles", - "link": "https://www.theguardian.com/us-news/2022/jan/10/pilot-from-crashed-plane-in-us-pulled-to-safety-moments-before-train-hits", - "creator": "Reuters", - "pubDate": "2022-01-10T11:20:54Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bf68cff9dd5b6fa1bdfbb23ed3a49eb1", - "highlights": [] + "hash": "ec4f7bd86225c4776fe4bbf2b99c0083" }, { - "title": "Medieval warhorses no bigger than modern-day ponies, study finds", - "description": "

    Contrary to mythical depictions of the iconic steeds as towering beasts, most in England were less than 14.2 hands high

    In films and literature they are usually depicted as hulking, foot-stomping, snorting beasts but a new study has claimed that the medieval warhorse was typically a much slighter, daintier animal.

    A team of archaeologists and historians searching for the truth about the steeds that carried knights into battle has concluded that most were probably only the size of a modern-day pony.

    Continue reading...", - "content": "

    Contrary to mythical depictions of the iconic steeds as towering beasts, most in England were less than 14.2 hands high

    In films and literature they are usually depicted as hulking, foot-stomping, snorting beasts but a new study has claimed that the medieval warhorse was typically a much slighter, daintier animal.

    A team of archaeologists and historians searching for the truth about the steeds that carried knights into battle has concluded that most were probably only the size of a modern-day pony.

    Continue reading...", - "category": "Archaeology", - "link": "https://www.theguardian.com/science/2022/jan/10/medieval-warhorses-no-bigger-than-modern-day-ponies-study-finds", - "creator": "Steven Morris", - "pubDate": "2022-01-10T14:12:54Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b1b45e19bf9583bc0d74e086ea532c8f", - "highlights": [] + "hash": "b0e5b7f66ed06fc19911aa9eaf4f4d1a" }, { - "title": "Covid live: Sweden to introduce stricter restrictions as cases rise; WHO says ‘we can see end in sight but we’re not there’", - "description": "

    Swedish measures include work from home mandate; Dr David Nabarro says virus will ‘pose difficult situation’ for three months

    Two of New Zealand’s most prominent Covid-19 experts have warned that the country is unprepared to prevent the health system from being overloaded by an Omicron outbreak, with likely fatal consequences.

    Otago University’s Dr Nick Wilson and Dr Michael Baker also said it was only a “matter of weeks” before the highly transmissible variant seeped into the community due to border failures.

    Continue reading...", - "content": "

    Swedish measures include work from home mandate; Dr David Nabarro says virus will ‘pose difficult situation’ for three months

    Two of New Zealand’s most prominent Covid-19 experts have warned that the country is unprepared to prevent the health system from being overloaded by an Omicron outbreak, with likely fatal consequences.

    Otago University’s Dr Nick Wilson and Dr Michael Baker also said it was only a “matter of weeks” before the highly transmissible variant seeped into the community due to border failures.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/10/covid-live-news-40-of-israel-could-be-infected-in-current-wave-germany-to-study-rapid-antigen-test-reliability-for-omicron", - "creator": "Damien Gayle (now); Tom Ambrose and Samantha Lock (earlier)", - "pubDate": "2022-01-10T14:39:43Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e0e4743f61289828ef0faa74bcadd691", - "highlights": [] + "hash": "5f9b3d61cfbc132c47cfad0ee036b788" }, { - "title": "Protesters pelt French island MP over Covid health pass", - "description": "

    Fellow politicians condemn attack on Stéphane Claireaux outside his home on Saint Pierre and Miquelon

    Protesters opposed to Covid regulations pelted a French MP with seaweed and stones outside his home on the overseas territory of Saint Pierre and Miquelon at the weekend.

    Stéphane Claireaux, a member of the governing La République en Marche (LREM) said he had made an official police complaint after the attack, which fellow MPs described as a “lynching”.

    Continue reading...", - "content": "

    Fellow politicians condemn attack on Stéphane Claireaux outside his home on Saint Pierre and Miquelon

    Protesters opposed to Covid regulations pelted a French MP with seaweed and stones outside his home on the overseas territory of Saint Pierre and Miquelon at the weekend.

    Stéphane Claireaux, a member of the governing La République en Marche (LREM) said he had made an official police complaint after the attack, which fellow MPs described as a “lynching”.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2022/jan/10/protesters-pelt-french-island-mp-covid-health-pass-saint-pierre-and-miquelon", - "creator": "Kim Willsher in Paris", - "pubDate": "2022-01-10T13:52:58Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "91832c87ad8fdf769d20bbcb11b179cc", - "highlights": [] + "hash": "0f046016ce4dbf6217579dc8f9155170" }, { - "title": "Is it good to talk? A history of the west’s summits with Russia", - "description": "

    A week of meetings lies ahead – and the wisdom of them largely comes down to whether you judge Russia to be driven by insecurity or expansionism

    So high have the stakes been set by Russia over the future security architecture of Europe, and so imminent is the threat of war in Ukraine, that the three separate meetings arranged between Russia and the west this week are drawing comparison with some of the great western-Russian exchanges of the past, from Yalta in 1945 to Paris in 1960, over the future of Berlin, and Reykjavik in 1986.

    Vladimir Putin, with his keen sense of his place in Russian history, would probably revel in these comparisons. Indeed, the very scheduling of the three meetings – a bilateral security meeting with the US on Monday, a rare meeting of the Nato-Russian Council on Wednesday and an Organization for Security and Cooperation in Europe (OSCE) meeting on Ukraine on Thursday – is seen by some as a mistake.

    Continue reading...", - "content": "

    A week of meetings lies ahead – and the wisdom of them largely comes down to whether you judge Russia to be driven by insecurity or expansionism

    So high have the stakes been set by Russia over the future security architecture of Europe, and so imminent is the threat of war in Ukraine, that the three separate meetings arranged between Russia and the west this week are drawing comparison with some of the great western-Russian exchanges of the past, from Yalta in 1945 to Paris in 1960, over the future of Berlin, and Reykjavik in 1986.

    Vladimir Putin, with his keen sense of his place in Russian history, would probably revel in these comparisons. Indeed, the very scheduling of the three meetings – a bilateral security meeting with the US on Monday, a rare meeting of the Nato-Russian Council on Wednesday and an Organization for Security and Cooperation in Europe (OSCE) meeting on Ukraine on Thursday – is seen by some as a mistake.

    Continue reading...", - "category": "Russia", - "link": "https://www.theguardian.com/world/2022/jan/09/history-of-wests-summits-with-russia", - "creator": "Patrick Wintour Diplomatic editor", - "pubDate": "2022-01-09T15:35:30Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ae34d73023cf995dabfe5435b1cc8888", - "highlights": [] + "hash": "b8aa1719b567cede437a4c09f4630a30" }, { - "title": "Paris’s ‘House of Molière’ wishes happy 400th birthday to French theatre legend", - "description": "

    The Comédie-Française is celebrating the 17th-century dramatist by recreating Tartuffe, the play that outraged the Catholic church and almost ended his career

    French theatre is gearing up to pay tribute to one of its founding fathers: Molière, the 17th-century playwright whose biting comedies still form many French schoolchildren’s introduction to drama. On 15 January, 400 years after his baptism (the exact date of his birth is unknown), the venerable Comédie-Française company will open this anniversary year with the play that came perilously close to sinking Molière’s career: Tartuffe.

    While the first version of the play got the approval of Louis XIV himself in 1664, its satire of Catholic zealots drew the ire of the Catholic church. At the time, accusations of impiety could send a playwright to the stake, and Tartuffe was swiftly forbidden. Yet Molière persisted, switching gears and rewriting the play to suggest that his target wasn’t religion or true believers – but rather the hypocrisy of those who feign virtue. (The word “tartuffe” came to describe such characters in life, too.)

    Continue reading...", - "content": "

    The Comédie-Française is celebrating the 17th-century dramatist by recreating Tartuffe, the play that outraged the Catholic church and almost ended his career

    French theatre is gearing up to pay tribute to one of its founding fathers: Molière, the 17th-century playwright whose biting comedies still form many French schoolchildren’s introduction to drama. On 15 January, 400 years after his baptism (the exact date of his birth is unknown), the venerable Comédie-Française company will open this anniversary year with the play that came perilously close to sinking Molière’s career: Tartuffe.

    While the first version of the play got the approval of Louis XIV himself in 1664, its satire of Catholic zealots drew the ire of the Catholic church. At the time, accusations of impiety could send a playwright to the stake, and Tartuffe was swiftly forbidden. Yet Molière persisted, switching gears and rewriting the play to suggest that his target wasn’t religion or true believers – but rather the hypocrisy of those who feign virtue. (The word “tartuffe” came to describe such characters in life, too.)

    Continue reading...", - "category": "Theatre", - "link": "https://www.theguardian.com/stage/2022/jan/10/paris-moliere-french-theatre-tartuffe-comedie-francaise", - "creator": "Laura Cappelle", - "pubDate": "2022-01-10T14:27:49Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "72373c4dad5cf782acb96c92091d5ec8", - "highlights": [] + "hash": "e1c0f157fe4881c128587c012d569447" }, { - "title": "Ascension review – sex dolls, super wealth and the Chinese dream", - "description": "

    Via hand-painted sex dolls and Maga hats, Jessica Kingdon slyly tracks China’s shift from global factory to consumer society

    In a street market in China, factory recruiters with loudspeakers compete for the attention of job seekers, yelling like they’re selling vegetables: “Seating working available!” “Air conditioning!” Others list restrictions: “No tattoos. No hair dye.” One advertises a salary: $2.99 (£2.21) an hour. Outside the market, inspirational slogans are plastered across billboards extolling the Chinese dream. “Work hard and all your dreams will come true.” When you’re paid $2.99, that’s a lot of hard work.

    So begins this brilliant documentary by Chinese-American director Jessica Kingdon, which slyly observes China’s transition from the world’s factory to a massive consumer society. It’s a film in the tradition of Koyaanisqatsi or Nikolaus Geyrhalter’s Our Daily Bread. Shot in more than 50 locations in China, it splits more or less into three sections: factory workers, China’s growing middle class and the filthy-rich elite. There’s no voiceover or obvious narrative, just a stream of vignettes – at times an almost surreal compilation of images strung together.

    Continue reading...", - "content": "

    Via hand-painted sex dolls and Maga hats, Jessica Kingdon slyly tracks China’s shift from global factory to consumer society

    In a street market in China, factory recruiters with loudspeakers compete for the attention of job seekers, yelling like they’re selling vegetables: “Seating working available!” “Air conditioning!” Others list restrictions: “No tattoos. No hair dye.” One advertises a salary: $2.99 (£2.21) an hour. Outside the market, inspirational slogans are plastered across billboards extolling the Chinese dream. “Work hard and all your dreams will come true.” When you’re paid $2.99, that’s a lot of hard work.

    So begins this brilliant documentary by Chinese-American director Jessica Kingdon, which slyly observes China’s transition from the world’s factory to a massive consumer society. It’s a film in the tradition of Koyaanisqatsi or Nikolaus Geyrhalter’s Our Daily Bread. Shot in more than 50 locations in China, it splits more or less into three sections: factory workers, China’s growing middle class and the filthy-rich elite. There’s no voiceover or obvious narrative, just a stream of vignettes – at times an almost surreal compilation of images strung together.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2022/jan/10/ascension-review-chinas-bizarre-descent-into-capitalist-excess", - "creator": "Cath Clarke", - "pubDate": "2022-01-10T12:00:49Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a73a10447960f538dbdd6f844bbd8ea8", - "highlights": [] + "hash": "d1d5bfb3c5cb5b71b0d3e8e48825c1b1" }, { - "title": "Bradford council to trace fly-tipped cannabis farms with ‘smart water’", - "description": "

    One of first trials of its kind in UK follows rise in dumping of illegal waste after police shut down sites

    Landlords who illegally dump the remains of cannabis farms will be traced using “smart water” spray in what is thought to be one of the first trials of its kind in the UK.

    Council officials in Bradford said they were taking action after a rise in the number of cannabis farms that had been fly-tipped in streets, along streams and in country lanes.

    Continue reading...", - "content": "

    One of first trials of its kind in UK follows rise in dumping of illegal waste after police shut down sites

    Landlords who illegally dump the remains of cannabis farms will be traced using “smart water” spray in what is thought to be one of the first trials of its kind in the UK.

    Council officials in Bradford said they were taking action after a rise in the number of cannabis farms that had been fly-tipped in streets, along streams and in country lanes.

    Continue reading...", - "category": "Bradford", - "link": "https://www.theguardian.com/uk-news/2022/jan/10/bradford-council-to-trace-fly-tipped-cannabis-farms-smart-water", - "creator": "Josh Halliday North of England correspondent", - "pubDate": "2022-01-10T13:09:52Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8b17f8ffb100bb00a3100eeee7b526ce", - "highlights": [] + "hash": "fdf015180e1679c7324d301744b75848" }, { - "title": "New York: doctors battle for lives of dozens gravely hurt in Bronx fire", - "description": "

    The blaze, in which 19 people including nine children died, was the city’s deadliest in three decades

    Doctors worked on Monday to save the lives of several people gravely injured when smoke from a fire knocked them out or trapped them in their apartments in a New York City high-rise. Nineteen people, including nine children, died in the blaze.

    Dozens of people were hospitalized and as many as 13 were in critical condition after the fire in the Bronx on Sunday, the city’s deadliest in three decades.

    Continue reading...", - "content": "

    The blaze, in which 19 people including nine children died, was the city’s deadliest in three decades

    Doctors worked on Monday to save the lives of several people gravely injured when smoke from a fire knocked them out or trapped them in their apartments in a New York City high-rise. Nineteen people, including nine children, died in the blaze.

    Dozens of people were hospitalized and as many as 13 were in critical condition after the fire in the Bronx on Sunday, the city’s deadliest in three decades.

    Continue reading...", - "category": "New York", - "link": "https://www.theguardian.com/us-news/2022/jan/10/bronx-fire-injured-new-york", - "creator": "Associated Press in New York", - "pubDate": "2022-01-10T14:27:37Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b36d4e7839e879c24707361de20ac302", - "highlights": [] + "hash": "4fd646ce6f476491ed8942aabe2bd4e6" }, { - "title": "Australian food producers hit by Covid staff shortages welcome isolation rule changes", - "description": "

    Asymptomatic and Covid-negative staff cleared to return to work in Australia’s disrupted food supply chain

    Dairy and meat producers are pleading for more government help to cope with Covid disruptions in their industries as supermarket shelves empty and farm workers are hit by the virus.

    One big abattoir in South Australia has requested its staff return to work, despite 140 of them testing positive, while other farmers are facing filling milk vats or rotting produce as goods are held back from the market due to the lack of staffing.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "content": "

    Asymptomatic and Covid-negative staff cleared to return to work in Australia’s disrupted food supply chain

    Dairy and meat producers are pleading for more government help to cope with Covid disruptions in their industries as supermarket shelves empty and farm workers are hit by the virus.

    One big abattoir in South Australia has requested its staff return to work, despite 140 of them testing positive, while other farmers are facing filling milk vats or rotting produce as goods are held back from the market due to the lack of staffing.

    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/2022/jan/11/australian-food-producers-hit-by-covid-staff-shortages-welcome-isolation-rule-changes", - "creator": "Peter Hannam", - "pubDate": "2022-01-10T13:00:50Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4bd28f8811fb7460989394978c3f1190", - "highlights": [] + "hash": "b5733c0a46a45142ac4f273051e0b772" }, { - "title": "Novak Djokovic wins appeal against decision to cancel his Australian visa", - "description": "

    World No 1 immediately released from detention, but immigration minister considering cancelling visa again

    Novak Djokovic will be immediately released from immigration detention in Australia, after the federal circuit court ordered a decision to cancel his visa be quashed.

    But the Australian government’s counsel, Christopher Tran, has revealed the immigration minister will consider exercising a personal power to cancel Djokovic’s visa meaning he is not guaranteed to stay and compete in the Australian Open.

    Continue reading...", - "content": "

    World No 1 immediately released from detention, but immigration minister considering cancelling visa again

    Novak Djokovic will be immediately released from immigration detention in Australia, after the federal circuit court ordered a decision to cancel his visa be quashed.

    But the Australian government’s counsel, Christopher Tran, has revealed the immigration minister will consider exercising a personal power to cancel Djokovic’s visa meaning he is not guaranteed to stay and compete in the Australian Open.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/2022/jan/10/novak-djokovic-wins-appeal-against-decision-to-cancel-his-australian-visa", - "creator": "Paul Karp", - "pubDate": "2022-01-10T06:44:26Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a2f100ec2c2e27512ecd673593fb081a", - "highlights": [] + "hash": "1822f6826d0bc2816b42f42fb65e10a0" }, { - "title": "Aung San Suu Kyi handed four-year jail term in military ‘courtroom circus’", - "description": "

    Critics say series of charges over Covid rules and walkie-talkie possession designed to remove her as political threat

    Aung San Suu Kyi has been handed a four-year jail sentence by a military court in Myanmar over various offences, including illegal possession of walkie-talkies, the latest judgment in a series of cases that could lead to her spending the rest of her life in detention.

    She has been held by the military since 1 February, when it ousted her democratically elected government, plunging the country into chaos. The 76-year-old has since been targeted with a slew of charges that her lawyer has previously described as absurd.

    Continue reading...", - "content": "

    Critics say series of charges over Covid rules and walkie-talkie possession designed to remove her as political threat

    Aung San Suu Kyi has been handed a four-year jail sentence by a military court in Myanmar over various offences, including illegal possession of walkie-talkies, the latest judgment in a series of cases that could lead to her spending the rest of her life in detention.

    She has been held by the military since 1 February, when it ousted her democratically elected government, plunging the country into chaos. The 76-year-old has since been targeted with a slew of charges that her lawyer has previously described as absurd.

    Continue reading...", - "category": "Aung San Suu Kyi", - "link": "https://www.theguardian.com/world/2022/jan/10/aun-san-suu-kyi-sentenced-to-four-years-in-prison-for-walkie-talkie-and-covid-rule-breaches", - "creator": "Rebecca Ratcliffe in Bangkok", - "pubDate": "2022-01-10T07:49:05Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4bb2d065460de933af8ed735da0ae2de", - "highlights": [] + "hash": "ac98668e11a7fddf545d497fcd3c638f" }, { - "title": "Golden Globes: The Power of the Dog and Succession win at celebrity-free ceremony", - "description": "

    Jane Campion’s Netflix drama and HBO hit triumph as stars distance themselves from Hollywood Foreign Press Association

    The Power of the Dog and Succession were the big winners at an unusual, stripped-back Golden Globes.

    Traditionally, the ceremony is a glitzy telecast with A-listers in attendance but after a year of controversies surrounding diversity and amoral practices, the Hollywood Foreign Press Association lost its footing in the industry, with publicity firms, studios and celebrities choosing to distance themselves.

    Continue reading...", - "content": "

    Jane Campion’s Netflix drama and HBO hit triumph as stars distance themselves from Hollywood Foreign Press Association

    The Power of the Dog and Succession were the big winners at an unusual, stripped-back Golden Globes.

    Traditionally, the ceremony is a glitzy telecast with A-listers in attendance but after a year of controversies surrounding diversity and amoral practices, the Hollywood Foreign Press Association lost its footing in the industry, with publicity firms, studios and celebrities choosing to distance themselves.

    Continue reading...", - "category": "Golden Globes 2022", - "link": "https://www.theguardian.com/film/2022/jan/10/golden-globes-the-power-of-the-dog-and-succession-win-at-celebrity-free-ceremony", - "creator": "Benjamin Lee", - "pubDate": "2022-01-10T04:24:17Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "58c3ff1c22e377ccce648acf45526720", - "highlights": [] + "hash": "3780bdca8d96c4c711fd7b080a32583b" }, { - "title": "Fire in Bronx building leaves 19 people dead, including nine children", - "description": "
    • More than five dozen people injured and 13 in critical condition
    • City fire commissioner: blaze one of the worst in recent memory

    Nineteen people, including nine children, were killed in an apartment fire in the Bronx borough of New York on Sunday, in one of the worst fire disasters in the city in 30 years.

    Eric Adams, the new mayor still in his first week in the job, said: “The numbers are horrific. This is a horrific, painful moment for the city of New York. The impact of this fire is going to really bring a level of pain and despair in our city.”

    Continue reading...", - "content": "
    • More than five dozen people injured and 13 in critical condition
    • City fire commissioner: blaze one of the worst in recent memory

    Nineteen people, including nine children, were killed in an apartment fire in the Bronx borough of New York on Sunday, in one of the worst fire disasters in the city in 30 years.

    Eric Adams, the new mayor still in his first week in the job, said: “The numbers are horrific. This is a horrific, painful moment for the city of New York. The impact of this fire is going to really bring a level of pain and despair in our city.”

    Continue reading...", - "category": "New York", - "link": "https://www.theguardian.com/us-news/2022/jan/09/nyc-bronx-fire-building-death-toll-children", - "creator": "Ed Pilkington and agencies in New York", - "pubDate": "2022-01-09T21:35:02Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1c51ea304b070744b543b7b958a9912a", - "highlights": [] + "hash": "3cc8059a7ef51e273aa62db09bbdd61b" }, { - "title": "Brexit changes will add to soaring costs in 2022, warn UK manufacturers", - "description": "

    Make UK says two-thirds of companies fear customs delays and red tape from new rules will further hamper supply chains

    Manufacturers have warned that Brexit will add to soaring costs facing British industry, amid concerns that customs delays and red tape will rank among the biggest challenges for firms this year.

    Make UK, the industry body representing 20,000 manufacturing firms of all sizes from across the country, said that while optimism among its members had grown, it was being undermined by the after-effects of the UK’s departure from the EU.

    Continue reading...", - "content": "

    Make UK says two-thirds of companies fear customs delays and red tape from new rules will further hamper supply chains

    Manufacturers have warned that Brexit will add to soaring costs facing British industry, amid concerns that customs delays and red tape will rank among the biggest challenges for firms this year.

    Make UK, the industry body representing 20,000 manufacturing firms of all sizes from across the country, said that while optimism among its members had grown, it was being undermined by the after-effects of the UK’s departure from the EU.

    Continue reading...", - "category": "Manufacturing sector", - "link": "https://www.theguardian.com/business/2022/jan/10/brexit-changes-will-add-to-soaring-costs-in-2022-warn-uk-manufacturers", - "creator": "Richard Partington and Jasper Jolly", - "pubDate": "2022-01-10T00:01:34Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0fdd4de9402005ad7121955f23d5b269", - "highlights": [] + "hash": "fdcfc91f88bd0b0b7c8e3a86347774a9" }, { - "title": "Joy as baby given to US soldier during Afghan withdrawal is reunited with relatives", - "description": "

    Sohail Ahmadi, who was being raised by a local Kabul taxi driver, will hopefully now travel to the US to live with his parents

    An infant boy handed in desperation to a US soldier across an airport wall in the chaos of the American evacuation of Afghanistan has been found and reunited with his relatives.

    The baby, Sohail Ahmadi, was just two months old when he went missing on 19 August as thousands of people rushed to leave Afghanistan as it fell to the Taliban.

    Continue reading...", - "content": "

    Sohail Ahmadi, who was being raised by a local Kabul taxi driver, will hopefully now travel to the US to live with his parents

    An infant boy handed in desperation to a US soldier across an airport wall in the chaos of the American evacuation of Afghanistan has been found and reunited with his relatives.

    The baby, Sohail Ahmadi, was just two months old when he went missing on 19 August as thousands of people rushed to leave Afghanistan as it fell to the Taliban.

    Continue reading...", - "category": "Afghanistan", - "link": "https://www.theguardian.com/world/2022/jan/10/there-are-celebrations-baby-lost-in-afghan-withdrawal-chaos-found-and-reunited-with-relativesfamily", - "creator": "Reuters", - "pubDate": "2022-01-10T01:46:20Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4e98a4d97ee3a47ba8a8108ccdb96644", - "highlights": [] + "hash": "8d78343a51f537aa728f6cf5fb972f1e" }, { - "title": "Bob Saget, Full House actor and comedian, dies aged 65", - "description": "

    Saget was found unresponsive in an Orlando hotel room on Sunday

    Bob Saget, the actor and comedian most famous for his role in the much-loved 80s sitcom Full House, has died at the age of 65.

    The Orange County sheriff’s office confirmed Saget’s death on Twitter on Monday, saying he had been found unresponsive in his hotel room at the Ritz-Carlton in Orlando, Florida on Sunday. The sheriff’s office confirmed that no cause of death had been determined, saying in a statement there were no signs of foul play or drug use.

    Continue reading...", - "content": "

    Saget was found unresponsive in an Orlando hotel room on Sunday

    Bob Saget, the actor and comedian most famous for his role in the much-loved 80s sitcom Full House, has died at the age of 65.

    The Orange County sheriff’s office confirmed Saget’s death on Twitter on Monday, saying he had been found unresponsive in his hotel room at the Ritz-Carlton in Orlando, Florida on Sunday. The sheriff’s office confirmed that no cause of death had been determined, saying in a statement there were no signs of foul play or drug use.

    Continue reading...", - "category": "Television", - "link": "https://www.theguardian.com/tv-and-radio/2022/jan/10/bob-saget-full-house-actor-and-comedian-dies-aged-65", - "creator": "Sian Cain", - "pubDate": "2022-01-10T01:02:50Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "58c951a3dab9175512f4d74c54acbed5", - "highlights": [] + "hash": "23bb48e81c41c65d5633fe964862817b" }, { - "title": "Lithuania pays Guantánamo ‘forever prisoner’ Abu Zubaydah €100,000 over CIA torture", - "description": "

    Compensation for allowing torture at Vilnius black site indicates changing attitudes in Washington, lawyers say

    Lithuania has paid more than $110,000 to Abu Zubaydah, the Guantánamo detainee known as the “forever prisoner”, in compensation for having allowed the CIA to hold him at a secret site outside Vilnius where he was subjected to forms of torture.

    The €100,000 ($113,500) payment comes more than three years after the European Court of Human Rights ordered the Lithuanian government to pay compensation for violating European laws banning the use of torture.

    Continue reading...", - "content": "

    Compensation for allowing torture at Vilnius black site indicates changing attitudes in Washington, lawyers say

    Lithuania has paid more than $110,000 to Abu Zubaydah, the Guantánamo detainee known as the “forever prisoner”, in compensation for having allowed the CIA to hold him at a secret site outside Vilnius where he was subjected to forms of torture.

    The €100,000 ($113,500) payment comes more than three years after the European Court of Human Rights ordered the Lithuanian government to pay compensation for violating European laws banning the use of torture.

    Continue reading...", - "category": "Guantánamo Bay", - "link": "https://www.theguardian.com/us-news/2022/jan/10/lithuania-pays-guantanamo-forever-prisoner-abu-zubaydah-100000-cia-torture", - "creator": "Ed Pilkington in New York", - "pubDate": "2022-01-10T06:00:42Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9ee4a3afde37a0f20c0ba7da3391e8cc", - "highlights": [] + "hash": "b371d9eabe235d153215276e5d48c2b0" }, { - "title": "Huge ‘sea dragon’ named one of UK’s greatest fossil finds", - "description": "

    Ichthyosaur about 10 metres long and dating back 180m years discovered at Rutland Water

    A gigantic prehistoric “sea dragon” discovered in the Midlands has been described as one of the greatest finds in the history of British palaeontology.

    The ichthyosaur, which is about 180m years old with a skeleton measuring about 10 metres in length and a skull weighing about a tonne, is the largest and most complete fossil of its kind ever found in the UK. Joe Davis of the Leicestershire and Rutland Wildlife Trust discovered it during the routine draining of a lagoon island at the Rutland Water reservoir in February 2021.

    Continue reading...", - "content": "

    Ichthyosaur about 10 metres long and dating back 180m years discovered at Rutland Water

    A gigantic prehistoric “sea dragon” discovered in the Midlands has been described as one of the greatest finds in the history of British palaeontology.

    The ichthyosaur, which is about 180m years old with a skeleton measuring about 10 metres in length and a skull weighing about a tonne, is the largest and most complete fossil of its kind ever found in the UK. Joe Davis of the Leicestershire and Rutland Wildlife Trust discovered it during the routine draining of a lagoon island at the Rutland Water reservoir in February 2021.

    Continue reading...", - "category": "Fossils", - "link": "https://www.theguardian.com/science/2022/jan/10/huge-sea-dragon-named-one-of-uks-greatest-fossil-finds", - "creator": "Hannah Devlin Science correspondent", - "pubDate": "2022-01-10T06:00:43Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "86a72ca85d93b1bf627f10b67f4320d8", - "highlights": [] + "hash": "3c9aa8dc1caf745bec62becbc7288641" }, { - "title": "Covid live: WHO says ‘we can see the end in sight but we’re not there’; Germany to study rapid test reliability for Omicron", - "description": "

    Dr David Nabarro says virus will ‘pose difficult situation’ for three months at least; German health minister casts doubt on rapid tests to detect Omicron

    Two of New Zealand’s most prominent Covid-19 experts have warned that the country is unprepared to prevent the health system from being overloaded by an Omicron outbreak, with likely fatal consequences.

    Otago University’s Dr Nick Wilson and Dr Michael Baker also said it was only a “matter of weeks” before the highly transmissible variant seeped into the community due to border failures.

    Continue reading...", - "content": "

    Dr David Nabarro says virus will ‘pose difficult situation’ for three months at least; German health minister casts doubt on rapid tests to detect Omicron

    Two of New Zealand’s most prominent Covid-19 experts have warned that the country is unprepared to prevent the health system from being overloaded by an Omicron outbreak, with likely fatal consequences.

    Otago University’s Dr Nick Wilson and Dr Michael Baker also said it was only a “matter of weeks” before the highly transmissible variant seeped into the community due to border failures.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/10/covid-live-news-40-of-israel-could-be-infected-in-current-wave-germany-to-study-rapid-antigen-test-reliability-for-omicron", - "creator": "Tom Ambrose (now) and Samantha Lock (earlier)", - "pubDate": "2022-01-10T09:46:00Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "054af0927a76962b1c168708200f8863", - "highlights": [] + "hash": "e53919ef6ad4c8eb9e71ce95f57f5401" }, { - "title": "Will we ever reach herd immunity to Covid? | Erin Mordecai and Mallory Harris", - "description": "

    Access to vaccines, masks and tests will help us make the awkward transition from pandemic to endemic

    In May 2020, we and other scientists predicted that many regions of the world might never reach the herd immunity threshold for Covid-19 – the point at which enough people are immune to infection that transmission begins to slow down.

    This remains true today, even as vaccines have become accessible in wealthy nations and many people have built up immunity through vaccinations, boosters and previous infections.

    Erin Mordecai is an assistant professor of biology at Stanford University. Mallory Harris is a PhD candidate at Stanford University, where she studies infectious disease

    Continue reading...", - "content": "

    Access to vaccines, masks and tests will help us make the awkward transition from pandemic to endemic

    In May 2020, we and other scientists predicted that many regions of the world might never reach the herd immunity threshold for Covid-19 – the point at which enough people are immune to infection that transmission begins to slow down.

    This remains true today, even as vaccines have become accessible in wealthy nations and many people have built up immunity through vaccinations, boosters and previous infections.

    Erin Mordecai is an assistant professor of biology at Stanford University. Mallory Harris is a PhD candidate at Stanford University, where she studies infectious disease

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/commentisfree/2022/jan/10/herd-immunity-threshold-covid-new-variants", - "creator": "Erin Mordecai and Mallory Harris", - "pubDate": "2022-01-10T08:00:44Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fea4844b0ddfddf3154bb45c9724eaea", - "highlights": [] + "hash": "dd9dc7d3b2e2397b71c2267dc3188e14" }, { - "title": "‘We will weather this storm’: Omicron wreaks havoc on Broadway", - "description": "

    After a successful reopening, Covid-19 has yet again forced many hit shows to either take a hiatus or close for good but industry insiders are optimistic

    At the curtain call, Hugh Jackman put his arm around Kathy Voytko, an understudy suddenly thrust into the role of leading lady Marian Paroo in The Music Man.

    “Kathy, when she turned up to work at 12 o’clock, could have played any of eight roles,” Jackman, who plays Harold Hill in the musical, told the cheering audience. “it happened to be the leading lady. She found out at 12 noon today and, at 1 o’clock, she had her very first rehearsal as Marian Paroo.”

    Continue reading...", - "content": "

    After a successful reopening, Covid-19 has yet again forced many hit shows to either take a hiatus or close for good but industry insiders are optimistic

    At the curtain call, Hugh Jackman put his arm around Kathy Voytko, an understudy suddenly thrust into the role of leading lady Marian Paroo in The Music Man.

    “Kathy, when she turned up to work at 12 o’clock, could have played any of eight roles,” Jackman, who plays Harold Hill in the musical, told the cheering audience. “it happened to be the leading lady. She found out at 12 noon today and, at 1 o’clock, she had her very first rehearsal as Marian Paroo.”

    Continue reading...", - "category": "Broadway", - "link": "https://www.theguardian.com/stage/2022/jan/10/omicron-covid-coronvirus-broadway-theatre-stage", - "creator": "David Smith in Washington", - "pubDate": "2022-01-10T07:06:42Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "095a634a42ab5db0754803fbfdd6c42a", - "highlights": [] + "hash": "3be784bfbb72ef81b451bd83b6ad2120" }, { - "title": "NHS England strikes private hospitals deal to fight Omicron surge", - "description": "

    Nightingale hubs being created at some hospitals as part of a move to provide up to 4,000 extra beds

    Hospitals in England will be able to use private hospitals and staff under a deal with the NHS to maintain services as Omicron cases surge, avoiding delays in treatment for patients with illnesses such as cancer.

    The move comes as hospitals have also been told to find extra beds in gyms and education centres owing to rising numbers of Covid patients.

    Continue reading...", - "content": "

    Nightingale hubs being created at some hospitals as part of a move to provide up to 4,000 extra beds

    Hospitals in England will be able to use private hospitals and staff under a deal with the NHS to maintain services as Omicron cases surge, avoiding delays in treatment for patients with illnesses such as cancer.

    The move comes as hospitals have also been told to find extra beds in gyms and education centres owing to rising numbers of Covid patients.

    Continue reading...", - "category": "Hospitals", - "link": "https://www.theguardian.com/society/2022/jan/10/nhs-england-strikes-private-hospitals-deal-to-fight-omicron-surge", - "creator": "Sarah Marsh", - "pubDate": "2022-01-10T08:11:45Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "32c9ba724aaa5ba00632b8ebbe9a55e1", - "highlights": [] + "hash": "bb3c6971562f38ebdc430063191e31fb" }, { - "title": "‘We’re just little country bumpkins!’: 2022’s hottest band Wet Leg on songs, silliness and their surprise success", - "description": "

    Rhian Teasdale and Hester Chambers’ feelgood anthems have beguiled fans. But after playing for fun and turning down record labels to rollerskate – do they finally feel they are a ‘real band’?

    How does a song by an unknown band get to be listened to 6.5m times? It was hard enough to determine in the olden days, before streaming existed, when we still said “popular” instead of “viral”; it is absolutely baffling now. If anyone knew, Facebook would have written an algorithm for it. That hasn’t stopped critics twisting and turning to account for the success of Chaise Longue, by the Isle of Wight duo Wet Leg, which was hotly followed by their astronomically successful follow-up singles, Wet Dream and Too Late Now. They haven’t even released an album yet.

    Is it because they are, as one reviewer put it, witty and sexy, and indie rock normally isn’t? Everyone loves them, from Florence Welch to Hayley Williams to Iggy Pop. Is it because they have been compared to the likes of Violent Femmes and Björk? They have certainly unleashed an (often contradictory) avalanche of they-remind-me-ofs, not because they are derivative; but because they put everyone in a good mood. We all reach wildly for the first or last band that put us in a good mood.

    Continue reading...", - "content": "

    Rhian Teasdale and Hester Chambers’ feelgood anthems have beguiled fans. But after playing for fun and turning down record labels to rollerskate – do they finally feel they are a ‘real band’?

    How does a song by an unknown band get to be listened to 6.5m times? It was hard enough to determine in the olden days, before streaming existed, when we still said “popular” instead of “viral”; it is absolutely baffling now. If anyone knew, Facebook would have written an algorithm for it. That hasn’t stopped critics twisting and turning to account for the success of Chaise Longue, by the Isle of Wight duo Wet Leg, which was hotly followed by their astronomically successful follow-up singles, Wet Dream and Too Late Now. They haven’t even released an album yet.

    Is it because they are, as one reviewer put it, witty and sexy, and indie rock normally isn’t? Everyone loves them, from Florence Welch to Hayley Williams to Iggy Pop. Is it because they have been compared to the likes of Violent Femmes and Björk? They have certainly unleashed an (often contradictory) avalanche of they-remind-me-ofs, not because they are derivative; but because they put everyone in a good mood. We all reach wildly for the first or last band that put us in a good mood.

    Continue reading...", - "category": "Music", - "link": "https://www.theguardian.com/music/2022/jan/10/were-just-little-country-bumpkins-2022s-hottest-band-wet-leg-on-songs-silliness-and-their-surprise-success", - "creator": "Zoe Williams", - "pubDate": "2022-01-10T06:00:41Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "abc1cdeb77008d5c32f060305a0ffbae", - "highlights": [] + "hash": "6b13675ef1b7c67b63504ddc63bcc74c" }, { - "title": "A new start after 60: ‘I almost died of cancer. Then I became an actor – at 63!’", - "description": "

    Julian Bird was a psychiatrist when he was diagnosed with bladder cancer – and began daydreaming about being an actor. Seventeen years later, he is playing the lead at a London theatre

    When Julian Bird was 60, he was diagnosed with cancer of the bladder. He had a series of operations, “all very unpleasant”, and learned that he “was likely to die pretty soon”. After 34 years as a psychiatrist, in that intense state of mind, he began to daydream about becoming a professional actor.

    The bleak prognosis held for only a few months, and as he recovered Bird reevaluated his life “and what to do with what was left of it”. At the age of 63, he enrolled at the Royal Central School of Speech and Drama. This month, at 80, he is the lead in the play Freud’s Last Session, at the King’s Head theatre, in north London.

    Continue reading...", - "content": "

    Julian Bird was a psychiatrist when he was diagnosed with bladder cancer – and began daydreaming about being an actor. Seventeen years later, he is playing the lead at a London theatre

    When Julian Bird was 60, he was diagnosed with cancer of the bladder. He had a series of operations, “all very unpleasant”, and learned that he “was likely to die pretty soon”. After 34 years as a psychiatrist, in that intense state of mind, he began to daydream about becoming a professional actor.

    The bleak prognosis held for only a few months, and as he recovered Bird reevaluated his life “and what to do with what was left of it”. At the age of 63, he enrolled at the Royal Central School of Speech and Drama. This month, at 80, he is the lead in the play Freud’s Last Session, at the King’s Head theatre, in north London.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/10/a-new-start-after-60-i-almost-died-of-cancer-then-i-became-an-actor-at-63", - "creator": "Paula Cocozza", - "pubDate": "2022-01-10T06:00:43Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e6877880ae2893c6c3d8b4e2cb3587d2", - "highlights": [] + "hash": "5808c19f0688d153f7adf2fdd071bed2" }, { - "title": "A man on a mission to preserve Barcelona’s decorative floor tiles", - "description": "

    As 19th-century apartment blocks become luxury flats, Joan Moliner is saving part of the city’s heritage

    Each morning, from the moment when Joan Moliner unfolds his bicycle for the ride to work to Barcelona city centre, he is on a mission, one eye on the road, the other on builders’ skips. His quarry, if that’s the word, is cement floor tiles.

    All over the city, 19th-century apartment blocks are being made over into luxury flats. In the process, a vital part of Barcelona’s heritage – its decorative tiled floors – is ending up in a dump.

    Continue reading...", - "content": "

    As 19th-century apartment blocks become luxury flats, Joan Moliner is saving part of the city’s heritage

    Each morning, from the moment when Joan Moliner unfolds his bicycle for the ride to work to Barcelona city centre, he is on a mission, one eye on the road, the other on builders’ skips. His quarry, if that’s the word, is cement floor tiles.

    All over the city, 19th-century apartment blocks are being made over into luxury flats. In the process, a vital part of Barcelona’s heritage – its decorative tiled floors – is ending up in a dump.

    Continue reading...", - "category": "Barcelona", - "link": "https://www.theguardian.com/world/2022/jan/10/a-man-on-a-mission-to-preserve-barcelonas-decorative-floor-tiles", - "creator": "Stephen Burgen in Barcelona", - "pubDate": "2022-01-10T05:00:40Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8ca1e16dd3cd52dea5aae2dd75698044", - "highlights": [] + "hash": "4188ebc82bbbf919e959b0a77ba32cf4" }, { - "title": "‘I’m more worried than excited about the future’: Japan’s Coming of Age Day tinged with anxiety", - "description": "

    20-year-olds contemplate an uncertain future shaped by the coronavirus pandemic and Japan’s skewed demographics

    On the second Monday in January every year, Japan’s 20-year-olds put on their best kimono and suits, brave the winter chill and congregate at event halls across the country to celebrate their official passage into adulthood.

    In happier times, Coming of Age Day is a time to reunite with old school friends from the same neighbourhood and take endless commemorative photos, knowing that a party invariably involving the legal consumption of alcohol will be just reward for sitting through dreary speeches by local dignitaries.

    Continue reading...", - "content": "

    20-year-olds contemplate an uncertain future shaped by the coronavirus pandemic and Japan’s skewed demographics

    On the second Monday in January every year, Japan’s 20-year-olds put on their best kimono and suits, brave the winter chill and congregate at event halls across the country to celebrate their official passage into adulthood.

    In happier times, Coming of Age Day is a time to reunite with old school friends from the same neighbourhood and take endless commemorative photos, knowing that a party invariably involving the legal consumption of alcohol will be just reward for sitting through dreary speeches by local dignitaries.

    Continue reading...", - "category": "Japan", - "link": "https://www.theguardian.com/world/2022/jan/10/im-more-worried-than-excited-about-the-future-japans-coming-of-age-day-tinged-with-anxiety", - "creator": "Justin McCurry in Tokyo", - "pubDate": "2022-01-10T00:01:35Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "85178ce2bff748bca7abd995519c2846", - "highlights": [] + "hash": "fb798660046654bcc6fedd826d494579" }, { - "title": "‘No Jacket Required would be the soundtrack of hell’: the Rev Richard Coles’s honest playlist", - "description": "

    The former Communard says he knows every word to Jesus Christ Superstar – what else does he listen to away from the pulpit?

    The first song I remember hearing
    My Bonnie Lies Over the Ocean, from a multi-coloured vinyl kids’ album. I liked it so much, I dressed up like the kid in the John Lewis advert and danced around the sunroom to the song in a bedspread and headdress to entertain my mother’s knit and natter group, but they just looked puzzled.

    The song I inexplicably know every lyric to
    I grew up in Kettering. We didn’t have culture. The nearest we got was Andrew Lloyd Webber. I went to see Jesus Christ Superstar, got the album, then the sheet music. So I probably know every word.

    Continue reading...", - "content": "

    The former Communard says he knows every word to Jesus Christ Superstar – what else does he listen to away from the pulpit?

    The first song I remember hearing
    My Bonnie Lies Over the Ocean, from a multi-coloured vinyl kids’ album. I liked it so much, I dressed up like the kid in the John Lewis advert and danced around the sunroom to the song in a bedspread and headdress to entertain my mother’s knit and natter group, but they just looked puzzled.

    The song I inexplicably know every lyric to
    I grew up in Kettering. We didn’t have culture. The nearest we got was Andrew Lloyd Webber. I went to see Jesus Christ Superstar, got the album, then the sheet music. So I probably know every word.

    Continue reading...", - "category": "Music", - "link": "https://www.theguardian.com/music/2022/jan/10/no-jacket-required-would-be-the-soundtrack-of-hell-the-rev-richard-coless-honest-playlist", - "creator": "As told to Rich Pelley", - "pubDate": "2022-01-10T07:00:43Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", - "read": false, + "feed": "NYTimes", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "8a078eceb92ad26d169413c003413e59", - "highlights": [] + "hash": "fab2f0254169bd9bbee76afdf2dc2bc3" }, { - "title": "Leaseholders will not have to pay to fix any fire risks, vows Gove", - "description": "

    Communities and levelling up secretary says developers or freeholders should foot bill for all fire risks – not just cladding

    Michael Gove has said leaseholders will not have to pay large sums to remedy fire defects in blocks of flats that go beyond cladding, after campaigners said a £4bn package to try and ease the crisis might not go far enough.

    “My guiding principle is that leaseholders should not be held responsible for paying for work that was not their responsibility in the first place, and that it should be the owners of these buildings or those who were responsible for their construction that should pay,” the communities and levelling up secretary told BBC1’s Breakfast.

    Continue reading...", - "content": "

    Communities and levelling up secretary says developers or freeholders should foot bill for all fire risks – not just cladding

    Michael Gove has said leaseholders will not have to pay large sums to remedy fire defects in blocks of flats that go beyond cladding, after campaigners said a £4bn package to try and ease the crisis might not go far enough.

    “My guiding principle is that leaseholders should not be held responsible for paying for work that was not their responsibility in the first place, and that it should be the owners of these buildings or those who were responsible for their construction that should pay,” the communities and levelling up secretary told BBC1’s Breakfast.

    Continue reading...", - "category": "Grenfell Tower fire", - "link": "https://www.theguardian.com/uk-news/2022/jan/10/leaseholders-will-not-have-to-pay-to-fix-any-fire-risks-vows-gove", - "creator": "Peter Walker Political correspondent", - "pubDate": "2022-01-10T09:39:03Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ca526028a9aa96b2e9b7c13fa10376c6", - "highlights": [] + "hash": "0944ca3686854648128c731048f537a6" }, { - "title": "‘The extremist media has tried to destroy me’: Oscar-winning Iranian director Asghar Farhadi", - "description": "

    He has been detained at airports and told never to return to Iran. But the director refuses to be silenced about outrages in his own country – and in the west. Could this cost him another Oscar at this year’s awards?

    Withdrawing your film from the Oscars would be career suicide for most directors, but in November Asghar Farhadi appeared to do precisely that. Shortly after Iran’s state-controlled film board put his movie, A Hero, up for the best international feature Oscar, Farhadi released a statement on Instagram saying he was “fed up” with suggestions in Iranian media that he was sympathetic to the country’s hardline government. “If your introduction of my film for the Oscars has led you to the conclusion that I am in your debt,” he wrote, “I am explicitly declaring now that I have no problem with you reversing this decision.”

    Farhadi, it could be argued, can afford to make such a gesture. He has already won two international feature Oscars – for A Separation in 2012 and The Salesman in 2017 – and many more awards besides (A Hero won the Grand Prix at Cannes last year). Such achievements inevitably convey national hero status. At the same time, he seems to have trodden a careful line when it comes to his country’s oppressive regime. Other Iranian film-makers, such as Jafar Panahi and Mohammad Rasoulof, have paid a heavy price for criticising aspects of Iranian society, from prison sentences and house arrests to travel bans. Farhadi seems to have been spared similar treatment. Hence the accusations that he was “pro- government”.

    Continue reading...", - "content": "

    He has been detained at airports and told never to return to Iran. But the director refuses to be silenced about outrages in his own country – and in the west. Could this cost him another Oscar at this year’s awards?

    Withdrawing your film from the Oscars would be career suicide for most directors, but in November Asghar Farhadi appeared to do precisely that. Shortly after Iran’s state-controlled film board put his movie, A Hero, up for the best international feature Oscar, Farhadi released a statement on Instagram saying he was “fed up” with suggestions in Iranian media that he was sympathetic to the country’s hardline government. “If your introduction of my film for the Oscars has led you to the conclusion that I am in your debt,” he wrote, “I am explicitly declaring now that I have no problem with you reversing this decision.”

    Farhadi, it could be argued, can afford to make such a gesture. He has already won two international feature Oscars – for A Separation in 2012 and The Salesman in 2017 – and many more awards besides (A Hero won the Grand Prix at Cannes last year). Such achievements inevitably convey national hero status. At the same time, he seems to have trodden a careful line when it comes to his country’s oppressive regime. Other Iranian film-makers, such as Jafar Panahi and Mohammad Rasoulof, have paid a heavy price for criticising aspects of Iranian society, from prison sentences and house arrests to travel bans. Farhadi seems to have been spared similar treatment. Hence the accusations that he was “pro- government”.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2022/jan/10/extremist-media-tried-destroy-me-oscar-winning-iranian-director-asghar-farhadi", - "creator": "Steve Rose", - "pubDate": "2022-01-10T06:00:43Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ea74e8fa576574d797e9a3905914cf6d", - "highlights": [] + "hash": "c38b7611d3bb7ebaa7c72e71958d8dc4" }, { - "title": "Rise of rightwing extremism in US military sparks fears over democracy", - "description": "

    Experts caution the defense department’s safeguards don’t go far enough and that ‘we’re behind the ball on what we know’

    Fears are growing among experts, politicians, and former generals about the rise of rightwing extremism in the US military and the potential threat it could pose to American democracy.

    Even as the US Department of Defense issues new policies to root out extremism in its ranks, some experts caution that the safeguards don’t go far enough, leaving the next election vulnerable to attack as well as fears about a broader violent “insurgency” by rightwing radicals.

    Continue reading...", - "content": "

    Experts caution the defense department’s safeguards don’t go far enough and that ‘we’re behind the ball on what we know’

    Fears are growing among experts, politicians, and former generals about the rise of rightwing extremism in the US military and the potential threat it could pose to American democracy.

    Even as the US Department of Defense issues new policies to root out extremism in its ranks, some experts caution that the safeguards don’t go far enough, leaving the next election vulnerable to attack as well as fears about a broader violent “insurgency” by rightwing radicals.

    Continue reading...", - "category": "US military", - "link": "https://www.theguardian.com/us-news/2022/jan/10/us-military-rightwing-extremism-american-democracy", - "creator": "Sergio Olmos", - "pubDate": "2022-01-10T09:00:45Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "71a11b4bfaf67538657bd3df90e4e1f9", - "highlights": [] + "hash": "71426f88eebda9b39170c6beccc9f5e6" }, { - "title": "Brazil: rock breaks from cliff and falls on boaters, leaving 10 dead", - "description": "

    Some people could still be missing after the accident on Furnas Lake in Minas Gerais state, police said

    A towering slab of rock broke from a cliff and toppled on to pleasure boaters drifting near a waterfall on a Brazilian lake on Saturday, leaving 10 people dead.

    Police said that there was a possibility that some people were still missing on Sunday following the accident in Minas Gerais state. At least 32 people were injured, though most were released from hospitals by Saturday evening.

    Continue reading...", - "content": "

    Some people could still be missing after the accident on Furnas Lake in Minas Gerais state, police said

    A towering slab of rock broke from a cliff and toppled on to pleasure boaters drifting near a waterfall on a Brazilian lake on Saturday, leaving 10 people dead.

    Police said that there was a possibility that some people were still missing on Sunday following the accident in Minas Gerais state. At least 32 people were injured, though most were released from hospitals by Saturday evening.

    Continue reading...", - "category": "Brazil", - "link": "https://www.theguardian.com/world/2022/jan/08/brazil-rock-breaks-from-cliff-and-falls-on-boaters-leaving-at-least-five-dead", - "creator": "Associated Press", - "pubDate": "2022-01-09T23:19:25Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bdc4ddcb2e8e431615ec112c0305c790", - "highlights": [] + "hash": "be81d7dd86623b8d705de64dcc04db8b" }, { - "title": "New Zealand not prepared for Omicron outbreak expected in ‘matter of weeks’, experts warn", - "description": "

    Dr Nick Wilson and Dr Michael Baker say country’s ‘traffic light’ Covid protection framework is ‘not fit for purpose’

    Two of New Zealand’s most prominent Covid-19 experts have warned that the country is unprepared to prevent the health system from being overloaded by an Omicron outbreak, with likely fatal consequences.

    Otago University’s Dr Nick Wilson and Dr Michael Baker also said it was only a “matter of weeks” before the highly transmissible variant seeped into the community due to border failures.

    Continue reading...", - "content": "

    Dr Nick Wilson and Dr Michael Baker say country’s ‘traffic light’ Covid protection framework is ‘not fit for purpose’

    Two of New Zealand’s most prominent Covid-19 experts have warned that the country is unprepared to prevent the health system from being overloaded by an Omicron outbreak, with likely fatal consequences.

    Otago University’s Dr Nick Wilson and Dr Michael Baker also said it was only a “matter of weeks” before the highly transmissible variant seeped into the community due to border failures.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/2022/jan/10/new-zealand-not-prepared-for-omicron-outbreak-expected-in-matter-of-weeks-experts-warn", - "creator": "Pete McKenzie in Wellington", - "pubDate": "2022-01-10T02:57:26Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5d15e613fe32445a5ff60b9221cb12e8", - "highlights": [] + "hash": "ac445baa24b1cec1a065e0b1ca6db105" }, { - "title": "Tropical Cyclone Tiffany weakens after making landfall in far north Queensland", - "description": "

    Storm downgraded to tropical low as it crossed Cape York Peninsula, but expected to ramp up as it moves into Northern Territory

    Tropical Cyclone Tiffany has weakened to a tropical low after making landfall in far north Queensland, but is expected to redevelop into a serious storm as it approaches the Top End.

    The cyclone, which formed in the Coral Sea, crossed Queensland’s northern coast, Cape York Peninsula, about 90km southeast of Coen at about 2pm on Monday. There was widespread rainfall across the top of the state as it hit land and moved westward at about 12km an hour.

    Continue reading...", - "content": "

    Storm downgraded to tropical low as it crossed Cape York Peninsula, but expected to ramp up as it moves into Northern Territory

    Tropical Cyclone Tiffany has weakened to a tropical low after making landfall in far north Queensland, but is expected to redevelop into a serious storm as it approaches the Top End.

    The cyclone, which formed in the Coral Sea, crossed Queensland’s northern coast, Cape York Peninsula, about 90km southeast of Coen at about 2pm on Monday. There was widespread rainfall across the top of the state as it hit land and moved westward at about 12km an hour.

    Continue reading...", - "category": "Queensland", - "link": "https://www.theguardian.com/australia-news/2022/jan/10/tropical-cyclone-tiffany-makes-landfall-in-far-north-queensland-as-category-two-storm", - "creator": "Australian Associated Press and Lane Sainty", - "pubDate": "2022-01-10T08:53:44Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "19096a4ca2a5a959d50be1b801bbacce", - "highlights": [] + "hash": "4d5a598feb1bb5a4029509bb165a9a75" }, { - "title": "UK faces legal action for approving firm accused of using forced labour as PPE supplier", - "description": "

    High court to review government’s decision to include subsidiary of Malaysia’s Supermax in £6bn ‘framework’ deal for buying gloves

    The UK government is facing legal action over its decision to keep using a Malaysian company accused of using forced labour as a supplier of personal protective equipment (PPE) to the NHS.

    Lawyers at the London-based law firm Wilson Solicitors have filed for a judicial review of the government’s decision to name the UK subsidiary of the Malaysian company Supermax as one of the approved suppliers in a new £6bn contract for disposable gloves for NHS workers.

    Continue reading...", - "content": "

    High court to review government’s decision to include subsidiary of Malaysia’s Supermax in £6bn ‘framework’ deal for buying gloves

    The UK government is facing legal action over its decision to keep using a Malaysian company accused of using forced labour as a supplier of personal protective equipment (PPE) to the NHS.

    Lawyers at the London-based law firm Wilson Solicitors have filed for a judicial review of the government’s decision to name the UK subsidiary of the Malaysian company Supermax as one of the approved suppliers in a new £6bn contract for disposable gloves for NHS workers.

    Continue reading...", - "category": "Malaysia", - "link": "https://www.theguardian.com/global-development/2022/jan/06/uk-faces-legal-action-for-approving-firm-accused-of-using-forced-labour-as-ppe-supplier", - "creator": "Peter Bengtsen", - "pubDate": "2022-01-06T14:43:47Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "91dd34b57deca6ea990b312186d4cea4", - "highlights": [] + "hash": "9b6371a3e729293bf21c5fcc05c98bc0" }, { - "title": "At least 22 stranded tourists dead at Pakistan hill station after heavy snowfall – video", - "description": "

    At least 22 tourists died in freezing temperatures after being stranded in their vehicles in northern Pakistan, where thousands had flocked to enjoy the snow. 

    Some 1,000 vehicles are still stranded in Murree, 40 miles north-east of the capital Islamabad. 

    'The local people are delivering blankets and food. Now we are only allowing vehicles carrying blankets and food towards Murree,' Sheikh Rashid Ahmed, Pakistan's interior minister, said.

    Army platoons and paramilitary forces have been deployed to help the civil administration in rescue operations, he said.

    Continue reading...", - "content": "

    At least 22 tourists died in freezing temperatures after being stranded in their vehicles in northern Pakistan, where thousands had flocked to enjoy the snow. 

    Some 1,000 vehicles are still stranded in Murree, 40 miles north-east of the capital Islamabad. 

    'The local people are delivering blankets and food. Now we are only allowing vehicles carrying blankets and food towards Murree,' Sheikh Rashid Ahmed, Pakistan's interior minister, said.

    Army platoons and paramilitary forces have been deployed to help the civil administration in rescue operations, he said.

    Continue reading...", - "category": "Pakistan", - "link": "https://www.theguardian.com/world/video/2022/jan/08/at-least-22-stranded-tourists-dead-at-pakistan-hill-station-after-heavy-snowfall-video", - "creator": "", - "pubDate": "2022-01-08T14:52:43Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d75f5324e1dbe14ea2790f14af7b0164", - "highlights": [] + "hash": "f0e13d5c64790f931f1198e4f3a2c2ea" }, { - "title": "'Devastated': family members pay tribute to Ahmaud Arbery at sentencing of killers – video", - "description": "

    Ahmaud Arbery's family bared their grief and loss to the judge during the sentencing of three white men convicted of his murder.

    The men, father and son Greg and Travis McMichael and their neighbor William 'Roddie' Bryan, chased down Arbery, who was jogging in his neighbourhood, in pickup trucks and shot him dead. 

    At the start of the hearing, superior court judge Timothy Walmsley rejected last-minute legal motions by Bryan's defense attorney to throw out his murder conviction and spare Bryan from the life sentence that state law imposes automatically

    Continue reading...", - "content": "

    Ahmaud Arbery's family bared their grief and loss to the judge during the sentencing of three white men convicted of his murder.

    The men, father and son Greg and Travis McMichael and their neighbor William 'Roddie' Bryan, chased down Arbery, who was jogging in his neighbourhood, in pickup trucks and shot him dead. 

    At the start of the hearing, superior court judge Timothy Walmsley rejected last-minute legal motions by Bryan's defense attorney to throw out his murder conviction and spare Bryan from the life sentence that state law imposes automatically

    Continue reading...", - "category": "Ahmaud Arbery", - "link": "https://www.theguardian.com/us-news/video/2022/jan/07/ahmaud-arbery-family-members-tribute-sentencing", - "creator": "", - "pubDate": "2022-01-07T20:12:23Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9080ec240f8239cac1fe775793e6c1a3", - "highlights": [] + "hash": "c3de90c3c915bc71a77358f625124569" }, { - "title": "England 'global outlier' in terms of Covid policy, says Welsh first minister – video", - "description": "

    Mark Drakeford said the Welsh government was capable and determined to act to protect its population from coronavirus.

    He said that in England the government was 'politically paralysed' and that Boris Johnson was unable to secure an agreement among his MPs to take actions that would keep the population safe


    Continue reading...", - "content": "

    Mark Drakeford said the Welsh government was capable and determined to act to protect its population from coronavirus.

    He said that in England the government was 'politically paralysed' and that Boris Johnson was unable to secure an agreement among his MPs to take actions that would keep the population safe


    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2022/jan/07/england-global-outlier-covid-policy-says-welsh-first-minister-video", - "creator": "", - "pubDate": "2022-01-07T16:42:24Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e70b1f854b85c07632a95fdd0a39ffdf", - "highlights": [] + "hash": "d423b4db4589a6b0341e3ec504e41c88" }, { - "title": "US tells Putin to choose confrontation or dialogue over Ukraine", - "description": "

    Secretary of state Tony Blinken says coming week of talks is moment of truth for Russian president

    The US has told Vladimir Putin to choose between dialogue and confrontation on the eve of a critical week of diplomacy over Ukraine as Russian troops remained massed along its borders.

    Senior diplomats from the US and Russia were expected to meet in Geneva on Sunday evening and Monday to discuss Moscow’s demands, set out last month in two draft treaties, one with the US and one with Nato. Much of their content is unacceptable to Washington and the alliance, most importantly a pledge that Ukraine will never be a Nato member.

    Continue reading...", - "content": "

    Secretary of state Tony Blinken says coming week of talks is moment of truth for Russian president

    The US has told Vladimir Putin to choose between dialogue and confrontation on the eve of a critical week of diplomacy over Ukraine as Russian troops remained massed along its borders.

    Senior diplomats from the US and Russia were expected to meet in Geneva on Sunday evening and Monday to discuss Moscow’s demands, set out last month in two draft treaties, one with the US and one with Nato. Much of their content is unacceptable to Washington and the alliance, most importantly a pledge that Ukraine will never be a Nato member.

    Continue reading...", - "category": "Ukraine", - "link": "https://www.theguardian.com/world/2022/jan/09/ukraine-fate-hangs-in-balance-as-critical-week-of-talks-begins", - "creator": "Julian Borger in Washington", - "pubDate": "2022-01-09T16:20:03Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6f0ecbb9689a9d54b03a7bb68d874d54", - "highlights": [] + "hash": "d5679ba4981a3e8f0cf9b7b7e88cc55e" }, { - "title": "Covid live: UK not yet ready to live with virus, says minister; Germany to study rapid test reliability for Omicron", - "description": "

    Michael Gove says pressure on UK hospitals still high; German health minister casts doubt on rapid antigen tests in detecting Omicron

    Two of New Zealand’s most prominent Covid-19 experts have warned that the country is unprepared to prevent the health system from being overloaded by an Omicron outbreak, with likely fatal consequences.

    Otago University’s Dr Nick Wilson and Dr Michael Baker also said it was only a “matter of weeks” before the highly transmissible variant seeped into the community due to border failures.

    Continue reading...", - "content": "

    Michael Gove says pressure on UK hospitals still high; German health minister casts doubt on rapid antigen tests in detecting Omicron

    Two of New Zealand’s most prominent Covid-19 experts have warned that the country is unprepared to prevent the health system from being overloaded by an Omicron outbreak, with likely fatal consequences.

    Otago University’s Dr Nick Wilson and Dr Michael Baker also said it was only a “matter of weeks” before the highly transmissible variant seeped into the community due to border failures.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/10/covid-live-news-40-of-israel-could-be-infected-in-current-wave-germany-to-study-rapid-antigen-test-reliability-for-omicron", - "creator": "Tom Ambrose (now) and Samantha Lock (earlier)", - "pubDate": "2022-01-10T08:24:26Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e78ccad6fc36972c40254312b3fce02f", - "highlights": [] + "hash": "817df3ca60afd75bb43212c4c525425c" }, { - "title": "Home Office backing of women’s safety app is insulting, campaigners say", - "description": "

    Campaigners argue that tracking journeys does nothing to tackle male violence and may be open to abuse

    Women’s safety campaigners have called the Home Office’s backing of an app that allows users to track their friends’ journeys home “insulting to women and girls”, arguing that it does nothing to tackle the issue of men’s violence against women.

    The new app provides anyone walking home at night with a monitored route on their phone. If the walker moves more than 40 metres from the route or stops for more than three minutes, the app asks if they are OK. If there is no reply, nominated “guardians” – normally friends and family – receive a notification on their phones to say there has been a deviation. They can then check on the person in question and alert the police if they are unable to do so.

    Continue reading...", - "content": "

    Campaigners argue that tracking journeys does nothing to tackle male violence and may be open to abuse

    Women’s safety campaigners have called the Home Office’s backing of an app that allows users to track their friends’ journeys home “insulting to women and girls”, arguing that it does nothing to tackle the issue of men’s violence against women.

    The new app provides anyone walking home at night with a monitored route on their phone. If the walker moves more than 40 metres from the route or stops for more than three minutes, the app asks if they are OK. If there is no reply, nominated “guardians” – normally friends and family – receive a notification on their phones to say there has been a deviation. They can then check on the person in question and alert the police if they are unable to do so.

    Continue reading...", - "category": "Crime", - "link": "https://www.theguardian.com/uk-news/2022/jan/10/womens-safety-app-backed-by-home-office-is-insulting-experts-say", - "creator": "Alexandra Topping", - "pubDate": "2022-01-10T07:05:00Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4ab7a75386466e051ec4841d8482529b", - "highlights": [] + "hash": "e7ea401648817fb2fabebd117ab68b6b" }, { - "title": "Bernie Sanders says Democrats are failing: ‘The party has turned its back on the working class’", - "description": "

    In an exclusive interview, the senator says it’s time to ‘step up and take on the greed of the ruling class in America’

    Senator Bernie Sanders has called on Democrats to make “a major course correction” that focuses on fighting for America’s working class and standing up to “powerful corporate interests” because the Democrats’ legislative agenda is stalled and their party faces tough prospects in this November’s elections.

    The White House is likely to see his comments as a shot across the bow by the left wing of a party increasingly frustrated at how centrist Democrats have managed to scupper or delay huge chunks of Biden’s domestic policy plans.

    Continue reading...", - "content": "

    In an exclusive interview, the senator says it’s time to ‘step up and take on the greed of the ruling class in America’

    Senator Bernie Sanders has called on Democrats to make “a major course correction” that focuses on fighting for America’s working class and standing up to “powerful corporate interests” because the Democrats’ legislative agenda is stalled and their party faces tough prospects in this November’s elections.

    The White House is likely to see his comments as a shot across the bow by the left wing of a party increasingly frustrated at how centrist Democrats have managed to scupper or delay huge chunks of Biden’s domestic policy plans.

    Continue reading...", - "category": "Bernie Sanders", - "link": "https://www.theguardian.com/us-news/2022/jan/10/bernie-sanders-democrats-failing-working-class-interview", - "creator": "Steven Greenhouse", - "pubDate": "2022-01-10T07:00:43Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6ee56fb2f4942914c9b8414bb523672a", - "highlights": [] + "hash": "7c9913f114e7174ad0dcee73528946db" }, { - "title": "‘Tough times’: Scott Morrison says economy ‘obviously’ taking a hit from Omicron", - "description": "

    PM says the surge in cases has inevitably affected businesses through staff shortages and a drop in consumer spending

    The prime minister, Scott Morrison, says the economy is “obviously” taking a hit from the Omicron wave of the pandemic, while Labor is warning that mismanaging health outcomes will make the situation worse.

    As the country recorded another 71,000 cases nationally on Monday, Morrison said it was “understandable” that the Omicron variant was affecting the economy, but he was hopeful of a strong rebound.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "content": "

    PM says the surge in cases has inevitably affected businesses through staff shortages and a drop in consumer spending

    The prime minister, Scott Morrison, says the economy is “obviously” taking a hit from the Omicron wave of the pandemic, while Labor is warning that mismanaging health outcomes will make the situation worse.

    As the country recorded another 71,000 cases nationally on Monday, Morrison said it was “understandable” that the Omicron variant was affecting the economy, but he was hopeful of a strong rebound.

    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/2022/jan/10/tough-times-scott-morrison-says-economy-obviously-taking-a-hit-from-omicron", - "creator": "Sarah Martin", - "pubDate": "2022-01-10T07:47:03Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f25cb2651041ed87c47fe11689982ee4", - "highlights": [] + "hash": "ec5c3001dc3ecd7c353de0c7797c12a0" }, { - "title": "Ostrich run: more than 80 birds run through the streets of Chongzuo, China – video", - "description": "

    Footage has emerged of a group of ostriches on the run through the streets of Chongzuo in China.

    It is believed the ostriches escaped from a farm owing to the gate not being closed properly, according to local media.

    No injuries were reported and the owner managed to recapture the majority of the ostriches with the help of the police in the early hours of Saturday 8 January

    Continue reading...", - "content": "

    Footage has emerged of a group of ostriches on the run through the streets of Chongzuo in China.

    It is believed the ostriches escaped from a farm owing to the gate not being closed properly, according to local media.

    No injuries were reported and the owner managed to recapture the majority of the ostriches with the help of the police in the early hours of Saturday 8 January

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/video/2022/jan/09/china-more-than-80-ostriches-filmed-running-through-the-streets-of-chongzuo-video", - "creator": "", - "pubDate": "2022-01-09T21:38:33Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a815fbd2a2f03af92c88457745a3775c", - "highlights": [] + "hash": "0a2de13e509087b9c33247d7482d5cdb" }, { - "title": "Novak Djokovic released from immigration detention after Australian court quashes visa cancellation – live updates", - "description": "

    Federal court orders government to pay tennis star’s costs and release him within 30 minutes, but immigration minister could still intervene

    I have a live stream up and running now. Updates coming soon.

    A spokesperson for the court says the hearing is going ahead, but the live stream is still down:

    I am now advised the hearing has started. The court is working to rectify the situation. Apologies.

    Continue reading...", - "content": "

    Federal court orders government to pay tennis star’s costs and release him within 30 minutes, but immigration minister could still intervene

    I have a live stream up and running now. Updates coming soon.

    A spokesperson for the court says the hearing is going ahead, but the live stream is still down:

    I am now advised the hearing has started. The court is working to rectify the situation. Apologies.

    Continue reading...", - "category": "Novak Djokovic", - "link": "https://www.theguardian.com/sport/live/2022/jan/10/novak-djokovic-appeal-federal-circuit-court-cancellation-australian-visa-covid-vaccination-live-updates", - "creator": "Josh Taylor", - "pubDate": "2022-01-10T06:52:19Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "334b8943b40396aceb8d4f5d73192591", - "highlights": [] + "hash": "9918bf6a021284e3f47db1238c9a1548" }, { - "title": "Aung San Suu Kyi sentenced to four years in prison for walkie-talkie and Covid rule breaches", - "description": "

    Ousted leader is handed fresh convictions, a month after being sentenced to four years for incitement and breaking coronavirus restrictions

    Aung San Suu Kyi has been convicted of three criminal charges by a Myanmar junta court and sentenced to four years in prison in the latest in a slew of cases against the ousted civilian leader.

    Monday’s sentence adds to the penalties the court handed down in December when she was jailed for four years for incitement and breaching Covid-19 rules while campaigning. Junta chief Min Aung Hlaing cut that sentence to two years and said she could serve her term under house arrest in the capital, Naypyidaw.

    Continue reading...", - "content": "

    Ousted leader is handed fresh convictions, a month after being sentenced to four years for incitement and breaking coronavirus restrictions

    Aung San Suu Kyi has been convicted of three criminal charges by a Myanmar junta court and sentenced to four years in prison in the latest in a slew of cases against the ousted civilian leader.

    Monday’s sentence adds to the penalties the court handed down in December when she was jailed for four years for incitement and breaching Covid-19 rules while campaigning. Junta chief Min Aung Hlaing cut that sentence to two years and said she could serve her term under house arrest in the capital, Naypyidaw.

    Continue reading...", - "category": "Myanmar", - "link": "https://www.theguardian.com/world/2022/jan/10/aun-san-suu-kyi-sentenced-to-four-years-in-prison-for-walkie-talkie-and-covid-rule-breaches", - "creator": "Agence France-Presse", - "pubDate": "2022-01-10T05:44:51Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0aa39dff5a02fc85733210aec26f8778", - "highlights": [] + "hash": "5725efb78b1f1afcf15ddf9a0a521193" }, { - "title": "Covid live news: UK urges pregnant women to get booster jab; Germany to study rapid antigen-test reliability for Omicron", - "description": "

    Almost all expectant mothers hospitalised with Covid symptoms in UK were unvaccinated, figures show; German health minister casts doubt on rapid antigen tests in detecting Omicron

    Two of New Zealand’s most prominent Covid-19 experts have warned that the country is unprepared to prevent the health system from being overloaded by an Omicron outbreak, with likely fatal consequences.

    Otago University’s Dr Nick Wilson and Dr Michael Baker also said it was only a “matter of weeks” before the highly transmissible variant seeped into the community due to border failures.

    Continue reading...", - "content": "

    Almost all expectant mothers hospitalised with Covid symptoms in UK were unvaccinated, figures show; German health minister casts doubt on rapid antigen tests in detecting Omicron

    Two of New Zealand’s most prominent Covid-19 experts have warned that the country is unprepared to prevent the health system from being overloaded by an Omicron outbreak, with likely fatal consequences.

    Otago University’s Dr Nick Wilson and Dr Michael Baker also said it was only a “matter of weeks” before the highly transmissible variant seeped into the community due to border failures.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/10/covid-live-news-40-of-israel-could-be-infected-in-current-wave-germany-to-study-rapid-antigen-test-reliability-for-omicron", - "creator": "Samantha Lock", - "pubDate": "2022-01-10T06:03:31Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "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": "62c3f4e083862829257ede8e222c7009", - "highlights": [] + "hash": "29de72ba1c80d0be4ff2f953167f323d" }, { - "title": "UK government urges all pregnant women to get immediate Covid jab", - "description": "

    Campaign comes as figures show almost all expectant mothers hospitalised with coronavirus symptoms were unvaccinated

    The UK government is warning that almost all pregnant women admitted to hospital with Covid symptoms were unvaccinated in one analysis over several months last year, as it kicks off an advertising campaign encouraging expectant mothers to get boosted.

    The campaign is calling on pregnant women not to wait to get either their first, second or booster jab. It will highlight the risks of Covid-19 to mothers and babies, with testimonies of pregnant women who have had the vaccine to be broadcast on radio and social media.

    Continue reading...", - "content": "

    Campaign comes as figures show almost all expectant mothers hospitalised with coronavirus symptoms were unvaccinated

    The UK government is warning that almost all pregnant women admitted to hospital with Covid symptoms were unvaccinated in one analysis over several months last year, as it kicks off an advertising campaign encouraging expectant mothers to get boosted.

    The campaign is calling on pregnant women not to wait to get either their first, second or booster jab. It will highlight the risks of Covid-19 to mothers and babies, with testimonies of pregnant women who have had the vaccine to be broadcast on radio and social media.

    Continue reading...", - "category": "Health policy", - "link": "https://www.theguardian.com/politics/2022/jan/10/uk-government-urges-all-pregnant-women-to-get-immediate-covid-jab", - "creator": "PA Media", - "pubDate": "2022-01-10T00:01:34Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "73314c6625e2bf821a424f010c46e02e", - "highlights": [] + "hash": "e6d876b9a511a74c0af13326f04bff13" }, { - "title": "Alexandria Ocasio-Cortez announces positive Covid test", - "description": "
    • Progressive congresswoman ‘experiencing symptoms’
    • Office says political star had booster vaccine shot last year

    The Democratic congresswoman Alexandria Ocasio-Cortez has tested positive for Covid-19.

    In a statement on Sunday evening, the office of the New York progressive said she was “experiencing symptoms and recovering at home.

    Continue reading...", - "content": "
    • Progressive congresswoman ‘experiencing symptoms’
    • Office says political star had booster vaccine shot last year

    The Democratic congresswoman Alexandria Ocasio-Cortez has tested positive for Covid-19.

    In a statement on Sunday evening, the office of the New York progressive said she was “experiencing symptoms and recovering at home.

    Continue reading...", - "category": "Alexandria Ocasio-Cortez", - "link": "https://www.theguardian.com/us-news/2022/jan/09/alexandria-ocasio-cortez-positive-covid-test-omicron-new-york", - "creator": "Martin Pengelly in New York", - "pubDate": "2022-01-09T23:34:21Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "37f037c7fdcdfc8a4001e39f736f7914", - "highlights": [] + "hash": "fcab4e5147eac3377e1b108f955cfd6f" }, { - "title": "Global spread of autoimmune disease blamed on western diet", - "description": "

    New DNA research by London-based scientists hopes to find cure for rapidly spreading conditions

    More and more people around the world are suffering because their immune systems can no longer tell the difference between healthy cells and invading micro-organisms. Disease defences that once protected them are instead attacking their tissue and organs.

    Major international research efforts are being made to fight this trend – including an initiative at London’s Francis Crick Institute, where two world experts, James Lee and Carola Vinuesa, have set up separate research groups to help pinpoint the precise causes of autoimmune disease, as these conditions are known.

    Continue reading...", - "content": "

    New DNA research by London-based scientists hopes to find cure for rapidly spreading conditions

    More and more people around the world are suffering because their immune systems can no longer tell the difference between healthy cells and invading micro-organisms. Disease defences that once protected them are instead attacking their tissue and organs.

    Major international research efforts are being made to fight this trend – including an initiative at London’s Francis Crick Institute, where two world experts, James Lee and Carola Vinuesa, have set up separate research groups to help pinpoint the precise causes of autoimmune disease, as these conditions are known.

    Continue reading...", - "category": "Medical research", - "link": "https://www.theguardian.com/science/2022/jan/08/global-spread-of-autoimmune-disease-blamed-on-western-diet", - "creator": "Robin McKie Observer science editor", - "pubDate": "2022-01-09T08:45:16Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7e4c12cd43407a902857bad8b99caa8f", - "highlights": [] + "hash": "e565d7d53bfad327ecd26b1b10f30bd2" }, { - "title": "Are we witnessing the dawn of post-theory science?", - "description": "

    Does the advent of machine learning mean the classic methodology of hypothesise, predict and test has had its day?

    Isaac Newton apocryphally discovered his second law – the one about gravity – after an apple fell on his head. Much experimentation and data analysis later, he realised there was a fundamental relationship between force, mass and acceleration. He formulated a theory to describe that relationship – one that could be expressed as an equation, F=ma – and used it to predict the behaviour of objects other than apples. His predictions turned out to be right (if not always precise enough for those who came later).

    Contrast how science is increasingly done today. Facebook’s machine learning tools predict your preferences better than any psychologist. AlphaFold, a program built by DeepMind, has produced the most accurate predictions yet of protein structures based on the amino acids they contain. Both are completely silent on why they work: why you prefer this or that information; why this sequence generates that structure.

    Continue reading...", - "content": "

    Does the advent of machine learning mean the classic methodology of hypothesise, predict and test has had its day?

    Isaac Newton apocryphally discovered his second law – the one about gravity – after an apple fell on his head. Much experimentation and data analysis later, he realised there was a fundamental relationship between force, mass and acceleration. He formulated a theory to describe that relationship – one that could be expressed as an equation, F=ma – and used it to predict the behaviour of objects other than apples. His predictions turned out to be right (if not always precise enough for those who came later).

    Contrast how science is increasingly done today. Facebook’s machine learning tools predict your preferences better than any psychologist. AlphaFold, a program built by DeepMind, has produced the most accurate predictions yet of protein structures based on the amino acids they contain. Both are completely silent on why they work: why you prefer this or that information; why this sequence generates that structure.

    Continue reading...", - "category": "Artificial intelligence (AI)", - "link": "https://www.theguardian.com/technology/2022/jan/09/are-we-witnessing-the-dawn-of-post-theory-science", - "creator": "Laura Spinney", - "pubDate": "2022-01-09T09:00:17Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ed1ea1f13a4dd2c64ec9d4e62bd1808f", - "highlights": [] + "hash": "07f71c4056e48f1bd85b3bdf41d2ae1a" }, { - "title": "The trouble with Roblox, the video game empire built on child labour", - "description": "

    Young developers on the platform used by many millions of children claim they have been financially exploited, threatened with dismissal and sexually harassed

    Anna* was 10 when she built her first video game on Roblox, a digital platform where young people can make, share and play games together. She used Roblox much like a child from a previous generation might have used cardboard boxes, marker pens and stuffed toys to build a castle or a spaceship and fill it with characters and story. There was one alluring difference: Roblox hosted Anna’s tiny world online, enabling children she had never met and who maybe lived thousands of miles away from her home in Utah to visit and play. Using Roblox’s in-built tools – child-friendly versions of professional software – Anna began to learn the rudiments of music composition, computer programming and 3D modelling. Game-making became an obsession. When she wasn’t at school Anna was rarely off her computer.

    As she became more proficient, Anna’s work caught the attention of some experienced users on Roblox, game-makers in their 20s who messaged her with a proposition to collaborate on a more ambitious project. Flattered by their interest, Anna became the fifth member of the nascent team, contributing art, design and programming to the game. She did not sign up to make money, but during a Skype call the game-makers offered the teenager 10% of any profits the game made in the future. It turned out to be a generous offer. Within a few months, the game had become one of the most played on Roblox. For Anna, success had an unfathomable, life-changing impact. At 16 her monthly income somehow exceeded her parents’ combined salaries. She calculated that she was on course to earn $300,000 in a year, a salary equivalent to that of a highly experienced Google programmer. Anna cancelled her plans to go to college.

    Continue reading...", - "content": "

    Young developers on the platform used by many millions of children claim they have been financially exploited, threatened with dismissal and sexually harassed

    Anna* was 10 when she built her first video game on Roblox, a digital platform where young people can make, share and play games together. She used Roblox much like a child from a previous generation might have used cardboard boxes, marker pens and stuffed toys to build a castle or a spaceship and fill it with characters and story. There was one alluring difference: Roblox hosted Anna’s tiny world online, enabling children she had never met and who maybe lived thousands of miles away from her home in Utah to visit and play. Using Roblox’s in-built tools – child-friendly versions of professional software – Anna began to learn the rudiments of music composition, computer programming and 3D modelling. Game-making became an obsession. When she wasn’t at school Anna was rarely off her computer.

    As she became more proficient, Anna’s work caught the attention of some experienced users on Roblox, game-makers in their 20s who messaged her with a proposition to collaborate on a more ambitious project. Flattered by their interest, Anna became the fifth member of the nascent team, contributing art, design and programming to the game. She did not sign up to make money, but during a Skype call the game-makers offered the teenager 10% of any profits the game made in the future. It turned out to be a generous offer. Within a few months, the game had become one of the most played on Roblox. For Anna, success had an unfathomable, life-changing impact. At 16 her monthly income somehow exceeded her parents’ combined salaries. She calculated that she was on course to earn $300,000 in a year, a salary equivalent to that of a highly experienced Google programmer. Anna cancelled her plans to go to college.

    Continue reading...", - "category": "Games", - "link": "https://www.theguardian.com/games/2022/jan/09/the-trouble-with-roblox-the-video-game-empire-built-on-child-labour", - "creator": "Simon Parkin", - "pubDate": "2022-01-09T10:00:18Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "33213075a0e1da9e3f0d01108523fd4e", - "highlights": [] + "hash": "05b85e4d48f9e181131de124571a00b0" }, { - "title": "Country diary 1947: a moonlit drive to a distant farm", - "description": "

    16 January 1947: Two fallow deer flitted by, and here and there near the ground shining eyes stared out of the darkness

    Hereford
    As no time can be found by day, a journey had to be made in the evening to inspect potatoes at a distant farm. The moon was shining as I drove up lanes, guiding myself by a small map. I arrived at a farm gate and turned into a long drive full of pot-holes. My lights shone on big trees and strange high heaps of upturned roots that threw fantastic shadows. Two fallow deer flitted by, and here and there near the ground shining eyes stared out of the darkness.

    I came to an extensive range of buildings, and white squares of glass indicated the farmhouse. At first I thought there were towers of the pepper-box type one sees on Scotch castles, but they turned out to be hop kilns. The farmhouse was built of very large blocks of stone. I was welcomed in by a farmer and his son, and had a glimpse of a fine old kitchen, but, for the rest, it had been so divided up and altered into small papered rooms and winding passages that in the dim light it seemed a labyrinth with shadowy forms of the inhabitants moving to and fro.

    Continue reading...", - "content": "

    16 January 1947: Two fallow deer flitted by, and here and there near the ground shining eyes stared out of the darkness

    Hereford
    As no time can be found by day, a journey had to be made in the evening to inspect potatoes at a distant farm. The moon was shining as I drove up lanes, guiding myself by a small map. I arrived at a farm gate and turned into a long drive full of pot-holes. My lights shone on big trees and strange high heaps of upturned roots that threw fantastic shadows. Two fallow deer flitted by, and here and there near the ground shining eyes stared out of the darkness.

    I came to an extensive range of buildings, and white squares of glass indicated the farmhouse. At first I thought there were towers of the pepper-box type one sees on Scotch castles, but they turned out to be hop kilns. The farmhouse was built of very large blocks of stone. I was welcomed in by a farmer and his son, and had a glimpse of a fine old kitchen, but, for the rest, it had been so divided up and altered into small papered rooms and winding passages that in the dim light it seemed a labyrinth with shadowy forms of the inhabitants moving to and fro.

    Continue reading...", - "category": "Rural affairs", - "link": "https://www.theguardian.com/uk-news/2022/jan/10/country-diary-1947-a-moonlit-drive-to-a-distant-farm", - "creator": "Gwen McBryde", - "pubDate": "2022-01-10T06:00:44Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2711d135b13b1c67024b052c4a709113", - "highlights": [] + "hash": "e0dabe1d5d0ee159727e4860ecd37097" }, { - "title": "At least 200 villagers killed by bandits in north-west Nigeria", - "description": "

    Attacks by militants in Zamfara state are believed to be in response to military air strikes on hideouts

    At least 200 people are believed to have been killed in villages in the north-western Nigerian state of Zamfara during deadly reprisal attacks by armed bandits.

    Residents returned to the villages on Saturday after the military organised mass burials. The state government said 58 people had been killed during the attacks.

    Continue reading...", - "content": "

    Attacks by militants in Zamfara state are believed to be in response to military air strikes on hideouts

    At least 200 people are believed to have been killed in villages in the north-western Nigerian state of Zamfara during deadly reprisal attacks by armed bandits.

    Residents returned to the villages on Saturday after the military organised mass burials. The state government said 58 people had been killed during the attacks.

    Continue reading...", - "category": "Nigeria", - "link": "https://www.theguardian.com/world/2022/jan/09/hundreds-villagers-killed-by-bandits-in-north-west-nigeria", - "creator": "Staff and agencies", - "pubDate": "2022-01-09T01:24:08Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3626246ec40ee93d58d76233e3bf8306", - "highlights": [] + "hash": "b9a462cd7705881ccb90acf017e7cca3" }, { - "title": "Georgia Republican who resisted Trump insists he stands for ‘integrity and truth’", - "description": "

    Brad Raffensperger says opponent for key post ‘should know better’ as pastor but dodges questions about election restrictions

    The Republican official who famously resisted Donald Trump’s attempt to overturn his election defeat in Georgia has said he will run for re-election on a platform of “integrity and truth”, against an opponent who as a churchman “should know better” than to advance the former president’s lies.

    Brad Raffensperger, the Georgia secretary of state, became a household name after he turned down Trump’s demand that he “find 11,780 votes, which is one more than we have [to get]” in order to overturn Joe Biden’s win in the southern state. It was the first victory by a Democrat in a presidential race in Georgia since 1992.

    Continue reading...", - "content": "

    Brad Raffensperger says opponent for key post ‘should know better’ as pastor but dodges questions about election restrictions

    The Republican official who famously resisted Donald Trump’s attempt to overturn his election defeat in Georgia has said he will run for re-election on a platform of “integrity and truth”, against an opponent who as a churchman “should know better” than to advance the former president’s lies.

    Brad Raffensperger, the Georgia secretary of state, became a household name after he turned down Trump’s demand that he “find 11,780 votes, which is one more than we have [to get]” in order to overturn Joe Biden’s win in the southern state. It was the first victory by a Democrat in a presidential race in Georgia since 1992.

    Continue reading...", - "category": "US voting rights", - "link": "https://www.theguardian.com/us-news/2022/jan/10/brad-raffensperger-georgia-republican-trump-jody-hice", - "creator": "Martin Pengelly", - "pubDate": "2022-01-10T06:00:43Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "517863b93e6fabfeea0eb796ffc75089", - "highlights": [] + "hash": "f52a2ec7825c0c30ed152f87499f5975" }, { - "title": "Assault on American democracy has gained pace since US Capitol attack", - "description": "

    Analysis: Republican strategy has focused on sowing doubt about 2020’s result, passing new laws and taking over key election offices

    On 6 January 2021, it seemed like the stitching holding America’s democracy together might finally collapse. As armed supporters of a defeated president laid siege to the Capitol, the US Congress did something extraordinary – it suspended the official procedure to certify the winner of a presidential election.

    The attack was eventually put down and Congress returned to officially certify Joe Biden’s victory. “They tried to disrupt our democracy. They failed,” Senator Mitch McConnell, the Republican leader in the Senate, said when the Senate came back into session.

    Continue reading...", - "content": "

    Analysis: Republican strategy has focused on sowing doubt about 2020’s result, passing new laws and taking over key election offices

    On 6 January 2021, it seemed like the stitching holding America’s democracy together might finally collapse. As armed supporters of a defeated president laid siege to the Capitol, the US Congress did something extraordinary – it suspended the official procedure to certify the winner of a presidential election.

    The attack was eventually put down and Congress returned to officially certify Joe Biden’s victory. “They tried to disrupt our democracy. They failed,” Senator Mitch McConnell, the Republican leader in the Senate, said when the Senate came back into session.

    Continue reading...", - "category": "US politics", - "link": "https://www.theguardian.com/us-news/2022/jan/07/assault-on-american-democracy-has-gained-pace-since-us-capitol-attack", - "creator": "Sam Levine in New York", - "pubDate": "2022-01-07T07:00:32Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "506f760b3738656c889b99bcef682097", - "highlights": [] + "hash": "b5577e623122ffa8b450120e4b106f94" }, { - "title": "'The numbers are horrific': New York City apartment building fire kills dozens – video", - "description": "

    Nineteen people have been killed, including nine children, and dozens more injured in an apartment building fire in the Bronx borough of New York City. ‘The numbers are horrific,’ said New York City mayor Eric Adams. ‘This is going to be one of the worst fires that we have witnessed during modern times here in the city of New York’

    Continue reading...", - "content": "

    Nineteen people have been killed, including nine children, and dozens more injured in an apartment building fire in the Bronx borough of New York City. ‘The numbers are horrific,’ said New York City mayor Eric Adams. ‘This is going to be one of the worst fires that we have witnessed during modern times here in the city of New York’

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/video/2022/jan/10/the-numbers-are-horrific-new-york-city-apartment-building-fire-kills-dozens-video", - "creator": "", - "pubDate": "2022-01-09T23:30:19Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0bb6a495ba6c08c84a617bc9fa0dd31e", - "highlights": [] + "hash": "d358ba6c1ed82febf655b72d61da3eb6" }, { - "title": "China: more than 80 ostriches filmed running through the streets of Chongzuo – video", - "description": "

    Footage has emerged of a group of ostriches on the run through the streets of Chongzuo in China.

    It is believed the ostriches escaped from a farm owing to the gate not being closed properly, according to local media.

    No injuries were reported and the owner managed to recapture the majority of the ostriches with the help of the police.

    The incident occurred in the early hours of Saturday and no injuries were reported

    Continue reading...", - "content": "

    Footage has emerged of a group of ostriches on the run through the streets of Chongzuo in China.

    It is believed the ostriches escaped from a farm owing to the gate not being closed properly, according to local media.

    No injuries were reported and the owner managed to recapture the majority of the ostriches with the help of the police.

    The incident occurred in the early hours of Saturday and no injuries were reported

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/video/2022/jan/09/china-more-than-80-ostriches-filmed-running-through-the-streets-of-chongzuo-video", + "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": "2022-01-09T21:38:33Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 19 Nov 2021 18:39:43 +0000", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8cf0b9ea7f18dd4f2a56b5ac6be98c51", - "highlights": [] + "hash": "6d6d90a6c57076faea293d947e231ad4" }, { - "title": "Novak Djokovic appeals in court against cancellation of Australian visa – live updates", - "description": "

    Lawyers for the Australian government have rejected tennis star’s claim he was given assurances a medical exemption would allow him to enter the country for the Australian Open as case heard in court

    I have a live stream up and running now. Updates coming soon.

    A spokesperson for the court says the hearing is going ahead, but the live stream is still down:

    I am now advised the hearing has started. The court is working to rectify the situation. Apologies.

    Continue reading...", - "content": "

    Lawyers for the Australian government have rejected tennis star’s claim he was given assurances a medical exemption would allow him to enter the country for the Australian Open as case heard in court

    I have a live stream up and running now. Updates coming soon.

    A spokesperson for the court says the hearing is going ahead, but the live stream is still down:

    I am now advised the hearing has started. The court is working to rectify the situation. Apologies.

    Continue reading...", - "category": "Novak Djokovic", - "link": "https://www.theguardian.com/sport/live/2022/jan/10/novak-djokovic-appeal-federal-circuit-court-cancellation-australian-visa-covid-vaccination-live-updates", - "creator": "Josh Taylor", - "pubDate": "2022-01-10T05:59:14Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "687a9fafdb4ef2db9f909aa4e74ef405", - "highlights": [] + "hash": "04cf234bba33c517a218c429848ac064" }, { - "title": "Sri Lanka appeals to China to ease debt burden amid economic crisis", - "description": "

    President urges rescheduling of payments amid food and electricity rationing after pandemic hit tourism sector

    Cash-strapped Sri Lanka has sought to reschedule its huge Chinese debt burden in talks with visiting foreign minister Wang Yi, the president’s office said.

    “The president pointed out that it would be a great relief if debt payments could be rescheduled in view of the economic crisis following the pandemic,” President Gotabaya Rajapaksa’s office said in a statement on Sunday.

    Continue reading...", - "content": "

    President urges rescheduling of payments amid food and electricity rationing after pandemic hit tourism sector

    Cash-strapped Sri Lanka has sought to reschedule its huge Chinese debt burden in talks with visiting foreign minister Wang Yi, the president’s office said.

    “The president pointed out that it would be a great relief if debt payments could be rescheduled in view of the economic crisis following the pandemic,” President Gotabaya Rajapaksa’s office said in a statement on Sunday.

    Continue reading...", - "category": "Sri Lanka", - "link": "https://www.theguardian.com/world/2022/jan/10/sri-lanka-appeals-to-china-to-ease-debt-burden-amid-economic-crisis", - "creator": "Agence France-Presse", - "pubDate": "2022-01-10T01:17:32Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6a7c90c013a41ae88ac7b8f9f404220a", - "highlights": [] + "hash": "09d7fe845ef5d0f18d9c4a89ad796393" }, { - "title": "Hungry badger may have uncovered Roman coins in Spanish cave", - "description": "

    The ‘exceptional find’ was discovered only feet from a badger’s den in the northern region of Asturias

    A trove of 209 Roman coins in a cave in northern Spain – hailed by researchers as an “exceptional find” – is believed to have been uncovered by a badger desperately foraging for food.

    The coins, dating from between the third and fifth century AD, were spotted in a cave in the municipality of Grado in the northern region of Asturias. They were found mere feet from the den of a badger, months after Storm Filomena dumped heavy snow across swaths of the country.

    Continue reading...", - "content": "

    The ‘exceptional find’ was discovered only feet from a badger’s den in the northern region of Asturias

    A trove of 209 Roman coins in a cave in northern Spain – hailed by researchers as an “exceptional find” – is believed to have been uncovered by a badger desperately foraging for food.

    The coins, dating from between the third and fifth century AD, were spotted in a cave in the municipality of Grado in the northern region of Asturias. They were found mere feet from the den of a badger, months after Storm Filomena dumped heavy snow across swaths of the country.

    Continue reading...", - "category": "Spain", - "link": "https://www.theguardian.com/world/2022/jan/09/hungry-badger-may-have-uncovered-roman-coins-in-spanish-cave", - "creator": "Ashifa Kassam in Madrid", - "pubDate": "2022-01-09T19:10:51Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e7a2c56958a61da9322e413d10c670ee", - "highlights": [] + "hash": "282cf98274bf4680ba747914dd007106" }, { - "title": "How to learn the trick of confidence", - "description": "Can ‘confidence-whisperer’ Nate Zinsser help Jamie Waters boost his wavering self-belief?

    Dr Nate Zinsser, a top US army psychologist renowned for helping lieutenants and officers build their confidence, is giving me a talking-to. We’ve been discussing highly disciplined writers who sit at their desks at 9am each day, no matter the circumstances, and assertively punch out stories. “I definitely don’t do that,” I say, remarking that I envy their confidence to sit and deliver. An aggressive perfectionist streak combined with niggling impostor syndrome insecurities mean I need conditions to be just-so in order to have faith that I’ll produce anything decent. Zinsser blanches.

    “The statement ‘I don’t do that’ is a decision you’re making about yourself,” he says, speaking over video call from his office at the US Military Academy in upstate New York; behind him there’s a whiteboard, ornamental Japanese swords and photos of athletes he’s counselled, including the Olympic-medal-winning US men’s bobsled team. “A constructive shift in your thinking would be the idea that, ‘Whether or not I got the right amount of sleep the night before or had a good breakfast, once 9 o’clock strikes, I am at my desk, lights on, ready to go – and I’m producing good stuff,’” he says. “That’s a belief about yourself that you can de-li-be-rate-ly cultivate,” he adds, stretching out each syllable in “deliberately” so there can be no question that in this matter, as in all self-confidence-related issues, change lies with me.

    Continue reading...", - "content": "Can ‘confidence-whisperer’ Nate Zinsser help Jamie Waters boost his wavering self-belief?

    Dr Nate Zinsser, a top US army psychologist renowned for helping lieutenants and officers build their confidence, is giving me a talking-to. We’ve been discussing highly disciplined writers who sit at their desks at 9am each day, no matter the circumstances, and assertively punch out stories. “I definitely don’t do that,” I say, remarking that I envy their confidence to sit and deliver. An aggressive perfectionist streak combined with niggling impostor syndrome insecurities mean I need conditions to be just-so in order to have faith that I’ll produce anything decent. Zinsser blanches.

    “The statement ‘I don’t do that’ is a decision you’re making about yourself,” he says, speaking over video call from his office at the US Military Academy in upstate New York; behind him there’s a whiteboard, ornamental Japanese swords and photos of athletes he’s counselled, including the Olympic-medal-winning US men’s bobsled team. “A constructive shift in your thinking would be the idea that, ‘Whether or not I got the right amount of sleep the night before or had a good breakfast, once 9 o’clock strikes, I am at my desk, lights on, ready to go – and I’m producing good stuff,’” he says. “That’s a belief about yourself that you can de-li-be-rate-ly cultivate,” he adds, stretching out each syllable in “deliberately” so there can be no question that in this matter, as in all self-confidence-related issues, change lies with me.

    Continue reading...", - "category": "Health & wellbeing", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/09/how-to-learn-the-trick-of-confidence", - "creator": "Jamie Waters", - "pubDate": "2022-01-09T09:00:17Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2438b71029a2caa5c1ca6880ba0ea414", - "highlights": [] + "hash": "1c8746a9dbd825acf649fafdd541ca89" }, { - "title": "Australia news live update: NSW child aged under five dies with Covid on state’s deadliest day; more than 5,000 in hospital have the virus, PM says", - "description": "

    Scott Morrison says 5,097 people in Australian hospitals have Covid; NSW records 20,293 new cases and 18 deaths; Victoria reports 34,808 cases and two deaths, Queensland 9,581 cases, SA 4,024 cases, ACT 938, NT 404, WA three; Mark McGowan says federal government has not met vaccine commitments for WA. Follow all the day’s news live

    In many parts of the country hospitals are under stress, as more patients turn up for treatment and many staff are required to be absent because of Covid.

    As we reported, these hospitals range from the very large – such as Melbourne’s Alfred hospital or the much smaller, including Byron Central hospital in northern NSW.

    Continue reading...", - "content": "

    Scott Morrison says 5,097 people in Australian hospitals have Covid; NSW records 20,293 new cases and 18 deaths; Victoria reports 34,808 cases and two deaths, Queensland 9,581 cases, SA 4,024 cases, ACT 938, NT 404, WA three; Mark McGowan says federal government has not met vaccine commitments for WA. Follow all the day’s news live

    In many parts of the country hospitals are under stress, as more patients turn up for treatment and many staff are required to be absent because of Covid.

    As we reported, these hospitals range from the very large – such as Melbourne’s Alfred hospital or the much smaller, including Byron Central hospital in northern NSW.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2022/jan/10/australia-news-live-djokovic-visa-covid-corona-floods-queensland-morrison-court-pfizer-maryborough-cyclone-tiffany", - "creator": "Nino Bucci (now) and Matilda Boseley and Calla Wahlquist (earlier)", - "pubDate": "2022-01-10T06:06:31Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "25af38f6d525cc16eb9592aaaaad59d8", - "highlights": [] + "hash": "59e92a624dbbc3554baf569f3ecfd98c" }, { - "title": "Australian government lawyers say Novak Djokovic was never assured of entry to Australia", - "description": "
    • Court filing confirms world No 1 is unvaccinated
    • Bid to delay Monday’s visa appeal hearing rejected

    Lawyers for Australia’s home office have insisted Novak Djokovic was never given any assurances his medical exemption would allow him to enter Australia.

    While also confirming that the world No 1 is unvaccinated, the legal team from the Australian government said ahead of Monday’s appeal hearing that there is no valid reason for the 34-year-old to be granted access to Australia for the tournament which begins on 17 January.

    Continue reading...", - "content": "
    • Court filing confirms world No 1 is unvaccinated
    • Bid to delay Monday’s visa appeal hearing rejected

    Lawyers for Australia’s home office have insisted Novak Djokovic was never given any assurances his medical exemption would allow him to enter Australia.

    While also confirming that the world No 1 is unvaccinated, the legal team from the Australian government said ahead of Monday’s appeal hearing that there is no valid reason for the 34-year-old to be granted access to Australia for the tournament which begins on 17 January.

    Continue reading...", - "category": "Novak Djokovic", - "link": "https://www.theguardian.com/sport/2022/jan/09/australian-government-fails-in-bid-to-delay-novak-djokovic-court-hearing-by-two-days", - "creator": "Paul Karp, Guardian sport and agencies", - "pubDate": "2022-01-09T17:06:24Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "33039236bcc7ad2b261b5d84f6394a8f", - "highlights": [] + "hash": "e9f241e2c4962052f941a4dfa1884491" }, { - "title": "Italy’s Scala dei Turchi cliffs defaced with red powder", - "description": "

    Investigation under way after vandalism of white marl cliffs in Sicily, one of country’s most popular tourist sites

    An investigation is under way after the famed white limestone Scala dei Turchi cliff in Sicily was “shamefully defaced” with red powder.

    The Scala dei Turchi, or Turkish Steps, is one of Italy’s most visited tourist sites and features prominently in the Inspector Montalbano books by the late author Andrea Camilleri.

    Continue reading...", - "content": "

    Investigation under way after vandalism of white marl cliffs in Sicily, one of country’s most popular tourist sites

    An investigation is under way after the famed white limestone Scala dei Turchi cliff in Sicily was “shamefully defaced” with red powder.

    The Scala dei Turchi, or Turkish Steps, is one of Italy’s most visited tourist sites and features prominently in the Inspector Montalbano books by the late author Andrea Camilleri.

    Continue reading...", - "category": "Italy", - "link": "https://www.theguardian.com/world/2022/jan/09/italys-iconic-scala-dei-turchi-cliffs-defaced-by-vandals", - "creator": "Angela Giuffrida in Rome", - "pubDate": "2022-01-09T15:39:26Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f39f6d855c2939967148cda39bc7ce96", - "highlights": [] + "hash": "eee0773ee5e5cb0d44074f3a19c82d1a" }, { - "title": "Capitol attack: Trump not immune from criminal referral, lawmakers insist", - "description": "

    Kinzinger asks if Trump ‘incompetent or a coward’ during 6 January riot while Raskin ponders 14th amendment to bar new run

    Donald Trump cannot hide behind immunity from criminal prosecution and faces the possibility of being debarred from running for public office over his role in the Capitol attack, several members of Congress said on Sunday.

    Days after the anniversary of the 6 January insurrection that left five people dead and scores injured after Trump supporters attempted to scupper the certification of Joe Biden’s victory in the 2020 election, the threat of possible criminal proceedings looms large over the former president.

    Continue reading...", - "content": "

    Kinzinger asks if Trump ‘incompetent or a coward’ during 6 January riot while Raskin ponders 14th amendment to bar new run

    Donald Trump cannot hide behind immunity from criminal prosecution and faces the possibility of being debarred from running for public office over his role in the Capitol attack, several members of Congress said on Sunday.

    Days after the anniversary of the 6 January insurrection that left five people dead and scores injured after Trump supporters attempted to scupper the certification of Joe Biden’s victory in the 2020 election, the threat of possible criminal proceedings looms large over the former president.

    Continue reading...", - "category": "US Capitol attack", - "link": "https://www.theguardian.com/us-news/2022/jan/09/capitol-attack-trump-criminal-referral-raskin-kinzinger-incompetent-coward-14th-amendment", - "creator": "Ed Pilkington in New York", - "pubDate": "2022-01-09T18:11:11Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7814d1e7d012fa3d574328efe46ce672", - "highlights": [] + "hash": "f6eeea20c806c50c7a91928a2d0aa5a6" }, { - "title": "Fire sweeps through Rohingya refugee camp in Bangladesh", - "description": "

    Hundreds of homes destroyed by blaze in area that is home to at least a million people who fled military crackdown in Myanmar

    A fire swept through a Rohingya refugee camp in south-eastern Bangladesh on Sunday, destroying hundreds of homes, according to officials and witnesses, though there were no immediate reports of casualties.

    The blaze hit Camp 16 in Cox’s Bazar, a border district home to more than a million Rohingya refugees, most of whom fled a military-led crackdown in Myanmar in 2017.

    Continue reading...", - "content": "

    Hundreds of homes destroyed by blaze in area that is home to at least a million people who fled military crackdown in Myanmar

    A fire swept through a Rohingya refugee camp in south-eastern Bangladesh on Sunday, destroying hundreds of homes, according to officials and witnesses, though there were no immediate reports of casualties.

    The blaze hit Camp 16 in Cox’s Bazar, a border district home to more than a million Rohingya refugees, most of whom fled a military-led crackdown in Myanmar in 2017.

    Continue reading...", - "category": "Rohingya", - "link": "https://www.theguardian.com/world/2022/jan/09/fire-sweeps-through-coxs-bazar-rohingya-refugee-camp-in-bangladesh", - "creator": "Reuters", - "pubDate": "2022-01-09T19:10:37Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4109c19dd04f6726075e13648e14a2ed", - "highlights": [] + "hash": "4a232dc2974f8de72c55e4ef950a5d9f" }, { - "title": "Outspoken Saudi princess returns home after nearly three years in jail", - "description": "

    Human rights advocate Princess Basmah, a critic of the crown prince’s crackdown on dissent, was imprisoned without charge in 2019

    A Saudi princess and human rights advocate has returned to her home in Jeddah after three years in a state prison without charge, her supporters and lawyer have confirmed.

    Princess Basmah bint Saud bin Abdulaziz al-Saud, 57, a staunch critic of her cousin and Saudi Arabia’s effective leader, Mohammed bin Salman, was released on Saturday, along with her daughter, Souhoud al-Sharif, who was arrested with her in March 2019.

    Continue reading...", - "content": "

    Human rights advocate Princess Basmah, a critic of the crown prince’s crackdown on dissent, was imprisoned without charge in 2019

    A Saudi princess and human rights advocate has returned to her home in Jeddah after three years in a state prison without charge, her supporters and lawyer have confirmed.

    Princess Basmah bint Saud bin Abdulaziz al-Saud, 57, a staunch critic of her cousin and Saudi Arabia’s effective leader, Mohammed bin Salman, was released on Saturday, along with her daughter, Souhoud al-Sharif, who was arrested with her in March 2019.

    Continue reading...", - "category": "Saudi Arabia", - "link": "https://www.theguardian.com/world/2022/jan/09/outspoken-saudi-princess-released-after-nearly-three-years-in-jail", - "creator": "Martin Chulov", - "pubDate": "2022-01-09T16:49:07Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3b7aa11bc4fcea4fa927e03842ec27fe", - "highlights": [] + "hash": "d070ba3d878c8ab0e79142342196cecb" }, { - "title": "Michael Lang, co-creator of 1969 Woodstock music festival, dies aged 77", - "description": "

    Lang worked with Artie Kornfeld, John Roberts and Joel Rosenman to stage epic counterculture event in farmland north of New York

    Michael Lang, a co-creator and promoter of the 1969 Woodstock music festival, has died.

    Michael Pagnotta, a spokesperson for Lang’s family, said the 77-year-old had non-Hodgkin lymphoma and died on Saturday at the Memorial Sloan Kettering Cancer Center in New York.

    Continue reading...", - "content": "

    Lang worked with Artie Kornfeld, John Roberts and Joel Rosenman to stage epic counterculture event in farmland north of New York

    Michael Lang, a co-creator and promoter of the 1969 Woodstock music festival, has died.

    Michael Pagnotta, a spokesperson for Lang’s family, said the 77-year-old had non-Hodgkin lymphoma and died on Saturday at the Memorial Sloan Kettering Cancer Center in New York.

    Continue reading...", - "category": "Woodstock", - "link": "https://www.theguardian.com/music/2022/jan/09/michael-lang-dies-1969-woodstock-music-festival", - "creator": "Associated Press in New York", - "pubDate": "2022-01-09T17:32:27Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "622a5e1e31ab3937fa92808a1060c133", - "highlights": [] + "hash": "e1301df38cca66f9784e0568d7421da6" }, { - "title": "Support increases for Manchester bus driver sacked for being ‘too short’", - "description": "

    More than 13,000 sign petition backing Tracey Scholes, who was dismissed after 34 years of service

    More than 13,000 people have joined a campaign to support one of Greater Manchester’s first female bus drivers who was dismissed for being “too short”.

    When Tracey Scholes, 57, walked into Manchester’s Queen’s Road depot in 1987 as the first, and only, woman, she said “you could have heard a pin drop”.

    Continue reading...", - "content": "

    More than 13,000 sign petition backing Tracey Scholes, who was dismissed after 34 years of service

    More than 13,000 people have joined a campaign to support one of Greater Manchester’s first female bus drivers who was dismissed for being “too short”.

    When Tracey Scholes, 57, walked into Manchester’s Queen’s Road depot in 1987 as the first, and only, woman, she said “you could have heard a pin drop”.

    Continue reading...", - "category": "Manchester", - "link": "https://www.theguardian.com/uk-news/2022/jan/09/support-grows-manchester-bus-driver-tracey-scholes-sacked-too-short", - "creator": "Maya Wolfe-Robinson", - "pubDate": "2022-01-09T14:15:43Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3844f05f9c58ae442e372dd43bfc3208", - "highlights": [] + "hash": "3ced1eca2ffed2d84759cf16c362f889" }, { - "title": "Spain reports more Covid reinfections in one fortnight than rest of pandemic", - "description": "

    Researchers attribute 20,890 cases – compared with 17,140 documented up to 22 December – to spread of Omicron variant

    The number of Covid reinfections reported in Spain in the past fortnight has exceeded the total number of repeat infections documented during the rest of the pandemic, according to the latest data from Spanish researchers.

    In the span of two weeks in late December and early January, 20,890 reinfections were reported in Spain, figures from the state-backed Carlos III Health Institute suggested.

    Continue reading...", - "content": "

    Researchers attribute 20,890 cases – compared with 17,140 documented up to 22 December – to spread of Omicron variant

    The number of Covid reinfections reported in Spain in the past fortnight has exceeded the total number of repeat infections documented during the rest of the pandemic, according to the latest data from Spanish researchers.

    In the span of two weeks in late December and early January, 20,890 reinfections were reported in Spain, figures from the state-backed Carlos III Health Institute suggested.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/09/spain-reports-more-covid-reinfections-in-one-fortnight-than-rest-of-pandemic", - "creator": "Ashifa Kassam in Madrid", - "pubDate": "2022-01-09T17:28:27Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1fb8e6dc63dc938cff22e146a671130d", - "highlights": [] + "hash": "cf4a472b61430d7b1977be3c04a47e89" }, { - "title": "Covid live news: official cases in Africa pass 10m; London hospital chief says 10% of staff unvaccinated", - "description": "

    South Africa, Morocco, Tunisia, Ethiopia and Libya among countries hardest hit; frontline staff in England required to have first jab by February

    More on the Philippines, after the country set a record for new 28,707 Covid infections for a second consecutive day.

    A senior government official confirmed an increase in hospital beds and medical resources in and around the capital Manila have been ordered, Reuters reports.

    Continue reading...", - "content": "

    South Africa, Morocco, Tunisia, Ethiopia and Libya among countries hardest hit; frontline staff in England required to have first jab by February

    More on the Philippines, after the country set a record for new 28,707 Covid infections for a second consecutive day.

    A senior government official confirmed an increase in hospital beds and medical resources in and around the capital Manila have been ordered, Reuters reports.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/09/covid-live-news-coronavirus-uk-self-isolation-philippines-new-daily-case-record-latest-updates", - "creator": "Léonie Chao-Fong", - "pubDate": "2022-01-09T13:49:28Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "581595485111e3218b3e574cbc8b9d7a", - "highlights": [] + "hash": "4ad463f7dd32cc1ec4680935a064378c" }, { - "title": "Nadhim Zahawi: UK should lead move from pandemic to endemic Covid", - "description": "

    Minister says cutting isolation to five days would be helpful, but dismisses report that free tests are to end

    The education secretary has called for the UK to show the rest of the world how to move from pandemic to endemicCovid, as he suggested it would be helpful to cut the isolation period to five days to ease workforce shortages.

    Nadhim Zahawi, played down suggestions that the government was about to start charging for free lateral flow tests (LFTs), which would lead to fewer infections in the community being identified.

    Continue reading...", - "content": "

    Minister says cutting isolation to five days would be helpful, but dismisses report that free tests are to end

    The education secretary has called for the UK to show the rest of the world how to move from pandemic to endemicCovid, as he suggested it would be helpful to cut the isolation period to five days to ease workforce shortages.

    Nadhim Zahawi, played down suggestions that the government was about to start charging for free lateral flow tests (LFTs), which would lead to fewer infections in the community being identified.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/09/nadhim-zahawi-denies-there-is-plan-to-end-free-lateral-flow-covid-tests", - "creator": "Jamie Grierson and Rowena Mason", - "pubDate": "2022-01-09T17:02:01Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "62cd78690726286321db1bb7dac4aab8", - "highlights": [] + "hash": "6d4939ea3353296ff81fd6d7b9289fb4" }, { - "title": "Helen Mirren: is the Israeli icon Golda Meir a role too far for the dame who does it all?", - "description": "

    She has played the Queen and a gangster’s moll but her latest casting has sparked controversy

    Nobody is quite what they seem. And actors? Well, for actors that’s the job. Dame Helen Mirren, as well as being herself for 76 years, has by now notably been Lady Macbeth, a London gangster’s moll, a thief’s wife, an alcoholic cop, an action hero, Prospero and also a British monarch at least four times. Now she takes on Golda Meir, the late prime minister of Israel, in a new biopic, and the casting has caused controversy.

    The choice of a non-Jewish actor to star as a woman with such a prominent place in the history of Israel has prompted irritation on both sides of the argument. Another illustrious dame, Maureen Lipman, was first to raise the issue – or “blast” Mirren, according to some reports last week – and then Dame Esther Rantzen defended the director’s choice. It is the latest instance of a ‘Jewface’ row, a backlash to the assignment of a major Jewish role to someone not from that minority background.

    Continue reading...", - "content": "

    She has played the Queen and a gangster’s moll but her latest casting has sparked controversy

    Nobody is quite what they seem. And actors? Well, for actors that’s the job. Dame Helen Mirren, as well as being herself for 76 years, has by now notably been Lady Macbeth, a London gangster’s moll, a thief’s wife, an alcoholic cop, an action hero, Prospero and also a British monarch at least four times. Now she takes on Golda Meir, the late prime minister of Israel, in a new biopic, and the casting has caused controversy.

    The choice of a non-Jewish actor to star as a woman with such a prominent place in the history of Israel has prompted irritation on both sides of the argument. Another illustrious dame, Maureen Lipman, was first to raise the issue – or “blast” Mirren, according to some reports last week – and then Dame Esther Rantzen defended the director’s choice. It is the latest instance of a ‘Jewface’ row, a backlash to the assignment of a major Jewish role to someone not from that minority background.

    Continue reading...", - "category": "Helen Mirren", - "link": "https://www.theguardian.com/culture/2022/jan/09/helen-mirren-is-the-israeli-icon-golda-meir-a-role-too-far-for-the-dame-who-does-it-all", - "creator": "", - "pubDate": "2022-01-09T12:00:20Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cd7566cadd74bf331ac6aaffd48d01e6", - "highlights": [] + "hash": "c21892b3ca0a6a7c3e5c4432332c84a8" }, { - "title": "Mystery of the second world war ‘trophy’ and the Royal Court founder", - "description": "

    When George Devine’s family discovered a Japanese battle flag among his belongings, it led to a three-year quest for answers

    “I am not a man for soldiering, although I do tolerably well at it in a very minor role. But there is nothing about it that pleases me, and much that offends … It is a corrupter of morals in the widest sense and a gross waste of man’s time and effort.”

    These words were written by George Devine, the actor and founding artistic director of the Royal Court theatre, in a letter to his wife from Burma, where he served in the second world war. The views he expressed reflected what his family – and many in the arts world – regarded as his essential humanity and compassion.

    Continue reading...", - "content": "

    When George Devine’s family discovered a Japanese battle flag among his belongings, it led to a three-year quest for answers

    “I am not a man for soldiering, although I do tolerably well at it in a very minor role. But there is nothing about it that pleases me, and much that offends … It is a corrupter of morals in the widest sense and a gross waste of man’s time and effort.”

    These words were written by George Devine, the actor and founding artistic director of the Royal Court theatre, in a letter to his wife from Burma, where he served in the second world war. The views he expressed reflected what his family – and many in the arts world – regarded as his essential humanity and compassion.

    Continue reading...", - "category": "Culture", - "link": "https://www.theguardian.com/culture/2022/jan/09/mystery-of-the-wwii-war-trophy-and-the-royal-court-founder", - "creator": "Harriet Sherwood Arts and culture correspondent", - "pubDate": "2022-01-09T11:15:19Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "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", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ed19fe18394baf9e0f5c81554c7ce422", - "highlights": [] + "hash": "dcca98684beb055a674ef24887f90d2b" }, { - "title": "Student sleuths: Scotland’s undergraduate-led cold case unit", - "description": "

    Glasgow criminology students work with experts to crack seven unsolved missing person cases

    An Italian newspaper, a book of finely drawn sketches, a half-remembered photograph glimpsed on social media: these are the fragmented details of lost lives that Scotland’s only student-led cold case unit must make sense of.

    The group of criminology students at Glasgow Caledonian University (GCU) are investigating seven long-term unidentified bodies in partnership with Locate International, a community interest company dedicated to helping the families of missing persons to find their loved ones.

    Continue reading...", - "content": "

    Glasgow criminology students work with experts to crack seven unsolved missing person cases

    An Italian newspaper, a book of finely drawn sketches, a half-remembered photograph glimpsed on social media: these are the fragmented details of lost lives that Scotland’s only student-led cold case unit must make sense of.

    The group of criminology students at Glasgow Caledonian University (GCU) are investigating seven long-term unidentified bodies in partnership with Locate International, a community interest company dedicated to helping the families of missing persons to find their loved ones.

    Continue reading...", - "category": "Criminology", - "link": "https://www.theguardian.com/education/2022/jan/09/student-sleuths-scotlands-undergraduate-led-cold-case-unit", - "creator": "Libby Brooks", - "pubDate": "2022-01-09T15:54:51Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9f41ec29aac327677d8b5b9e450d4c2d", - "highlights": [] + "hash": "5b2fcc03924c1210137fa2d660e99f53" }, { - "title": "Manchester electronic ad boards each use electricity of three households", - "description": "

    Exclusive: FoI request shows screens that earn council rent of £2.4m a year consume over 11,000 kWh annually

    Hi-tech advertising screens that have been criticised for blocking pavements in Manchester each use the same amount of electricity as three households, the Guardian has learned.

    The council-branded screens, which became a pedestrian bugbear when they were covered with mysterious grey boxes during their installation, earn the local authority £2.4m a year in rent from the advertising firm JCDecaux, plus 2.8% of the revenue from each advert.

    Continue reading...", - "content": "

    Exclusive: FoI request shows screens that earn council rent of £2.4m a year consume over 11,000 kWh annually

    Hi-tech advertising screens that have been criticised for blocking pavements in Manchester each use the same amount of electricity as three households, the Guardian has learned.

    The council-branded screens, which became a pedestrian bugbear when they were covered with mysterious grey boxes during their installation, earn the local authority £2.4m a year in rent from the advertising firm JCDecaux, plus 2.8% of the revenue from each advert.

    Continue reading...", - "category": "Manchester", - "link": "https://www.theguardian.com/uk-news/2022/jan/09/electronic-advertising-boards-manchester-energy-use-consumption", - "creator": "Jack Fifield and Helen Pidd", - "pubDate": "2022-01-09T17:28:53Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2d0d22d82164a5de723689da3fce73fb", - "highlights": [] + "hash": "d3b29c5658ad9daba55bbc0a0f534ff8" }, { - "title": "Brazil: rock breaks from cliff and falls on boaters, leaving at least seven dead", - "description": "

    Another three people are missing after the accident on Furnas Lake in Minas gerais state

    A towering slab of rock broke from a cliff and toppled on to pleasure boaters drifting near a waterfall on a Brazilian lake on Saturday, leaving seven dead and three still missing.

    Minas Gerais fire department commander Edgard Estevo told a news conference that officials were seeking to identify the victims. Another nine people suffered serious injuries.

    Continue reading...", - "content": "

    Another three people are missing after the accident on Furnas Lake in Minas gerais state

    A towering slab of rock broke from a cliff and toppled on to pleasure boaters drifting near a waterfall on a Brazilian lake on Saturday, leaving seven dead and three still missing.

    Minas Gerais fire department commander Edgard Estevo told a news conference that officials were seeking to identify the victims. Another nine people suffered serious injuries.

    Continue reading...", - "category": "Brazil", - "link": "https://www.theguardian.com/world/2022/jan/08/brazil-rock-breaks-from-cliff-and-falls-on-boaters-leaving-at-least-five-dead", - "creator": "Associated Press", - "pubDate": "2022-01-09T03:43:59Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fd27de0af0ca85a88e702cef458af4d6", - "highlights": [] + "hash": "d54981316a8cb5a94e59fb39d67c32c1" }, { - "title": "Chinese city of Tianjin to test 14 million people after Covid outbreak", - "description": "

    The port near Beijing began mass testing after 20 children and adults tested positive, including at least two with Omicron

    Tianjin, a major Chinese port city near the capital Beijing, has begun mass-testing its 14 million residents after a cluster of 20 children and adults tested positive for Covid-19, including at least two with the Omicron variant.

    Those infected include 15 students aged between eight and 13, a staff member at an after-school centre and four parents. The citywide testing, begun on Sunday, is to be completed over two days.

    Continue reading...", - "content": "

    The port near Beijing began mass testing after 20 children and adults tested positive, including at least two with Omicron

    Tianjin, a major Chinese port city near the capital Beijing, has begun mass-testing its 14 million residents after a cluster of 20 children and adults tested positive for Covid-19, including at least two with the Omicron variant.

    Those infected include 15 students aged between eight and 13, a staff member at an after-school centre and four parents. The citywide testing, begun on Sunday, is to be completed over two days.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/09/chinese-city-of-tianjin-to-test-14-million-people-after-covid-outbreak", - "creator": "Staff and agencies", - "pubDate": "2022-01-09T06:45:36Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b275c82479fe8c9499493e26579f77b9", - "highlights": [] + "hash": "f4e7cc93a5fca735e6f3f323b4259a95" }, { - "title": "Australia news live: Novak Djokovic visa case tin court; children’s vaccine rollout begins; flooding claims life in Queensland", - "description": "

    World No 1 tennis star fights to stay in Australia; 2.3 million five-to-11-year-olds to receive Pfizer; Cyclone Tiffany gains strength off Queensland coast. Follow all the day’s news live

    NSW deputy premier Paul Toole has tested positive for Covid-19 but says he is only experiencing very minor symptoms

    In a social media post last night the politician was already in isolation after a number of family members tested positive.

    It’s been a long week in our house, with my oldest daughter getting Covid-19 at the start of the week, followed by my wife and youngest daughter, and then my son...

    Today my results have come back and I have tested positive too.

    People between Cape Tribulation and Coen, including Cooktown, should complete preparations quickly and be prepared to shelter in a safe place.

    Continue reading...", - "content": "

    World No 1 tennis star fights to stay in Australia; 2.3 million five-to-11-year-olds to receive Pfizer; Cyclone Tiffany gains strength off Queensland coast. Follow all the day’s news live

    NSW deputy premier Paul Toole has tested positive for Covid-19 but says he is only experiencing very minor symptoms

    In a social media post last night the politician was already in isolation after a number of family members tested positive.

    It’s been a long week in our house, with my oldest daughter getting Covid-19 at the start of the week, followed by my wife and youngest daughter, and then my son...

    Today my results have come back and I have tested positive too.

    People between Cape Tribulation and Coen, including Cooktown, should complete preparations quickly and be prepared to shelter in a safe place.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2022/jan/10/australia-news-live-djokovic-visa-covid-corona-floods-queensland-morrison-court-pfizer-maryborough-cyclone-tiffany", - "creator": "Matilda Boseley", - "pubDate": "2022-01-09T20:24:32Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a62fde02fb513c67131a523f88ffc90", - "highlights": [] + "hash": "f00045231034345db1ec175805b99223" }, { - "title": "Joe Biden blames Donald Trump’s ‘web of lies’ for US Capitol attack – video", - "description": "

    The US president spoke directly against Trump, saying the former president had created and spread a 'web of lie's that resulted in the deadly \ninsurrection.

    On the one-year anniversary of the 6 January \nCapitol attack, the US president said his predecessor had refused to \naccept the result of an election, like no former president had ever done

    Continue reading...", - "content": "

    The US president spoke directly against Trump, saying the former president had created and spread a 'web of lie's that resulted in the deadly \ninsurrection.

    On the one-year anniversary of the 6 January \nCapitol attack, the US president said his predecessor had refused to \naccept the result of an election, like no former president had ever done

    Continue reading...", - "category": "Joe Biden", - "link": "https://www.theguardian.com/us-news/video/2022/jan/06/joe-biden-blames-donald-trump-web-of-lies-us-capitol-attack-video", - "creator": "", - "pubDate": "2022-01-06T17:17:13Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7c7867e1fcdcb4df6b866c4e27209549", - "highlights": [] + "hash": "c599d741264799157ab1ba49f94736b3" }, { - "title": "James Pond: Chinese state news agency releases spoof mocking MI6 focus on Beijing – video", - "description": "

    Britain’s spy chief has thanked China’s state news agency for 'free publicity' after it posted a James Bond spoof that mocked the western intelligence community’s growing focus on threats posed by Beijing. The rare response by the head of MI6, Richard Moore, on Thursday comes as China and Britain clash over Beijing’s treatment of its Uyghur minority and creeping authoritarianism in the former British colony of Hong Kong

    Continue reading...", - "content": "

    Britain’s spy chief has thanked China’s state news agency for 'free publicity' after it posted a James Bond spoof that mocked the western intelligence community’s growing focus on threats posed by Beijing. The rare response by the head of MI6, Richard Moore, on Thursday comes as China and Britain clash over Beijing’s treatment of its Uyghur minority and creeping authoritarianism in the former British colony of Hong Kong

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/video/2022/jan/06/james-pond-chinese-state-news-agency-releases-spoof-mocking-mi6-focus-on-beijing-video", - "creator": "", - "pubDate": "2022-01-06T09:19:34Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "abb508b2c3f261dbfa3d33309139b1d2", - "highlights": [] + "hash": "217da88da4c9c145d3f61e8e6a7e4518" }, { - "title": "Gunfire heard during protests in Kazakhstan's biggest city – video", - "description": "

    Footage taken on the streets of Almaty appears to show guns being fired as unrest continues. Initially angered by a fuel price rise, protesters have been storming buildings and chanting against President Kassym-Jomart Tokayev's predecessor, Nursultan Nazarbayev. State buildings have been torched and eight security personnel reported dead in the demonstrations. The internet was shut down and 'peacekeeping forces' from a Russian-led alliance of former Soviet states will be sent to Kazakhstan to help stabilise the country

    Continue reading...", - "content": "

    Footage taken on the streets of Almaty appears to show guns being fired as unrest continues. Initially angered by a fuel price rise, protesters have been storming buildings and chanting against President Kassym-Jomart Tokayev's predecessor, Nursultan Nazarbayev. State buildings have been torched and eight security personnel reported dead in the demonstrations. The internet was shut down and 'peacekeeping forces' from a Russian-led alliance of former Soviet states will be sent to Kazakhstan to help stabilise the country

    Continue reading...", - "category": "Kazakhstan", - "link": "https://www.theguardian.com/world/video/2022/jan/06/apparent-gunshots-heard-during-protests-in-kazakhstans-biggest-city-video", - "creator": "", - "pubDate": "2022-01-06T07:12:40Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8819ff8974f5c8c9c29142d8767dd3de", - "highlights": [] + "hash": "88c071a0b2663844a5bf4bacb99a86e1" }, { - "title": "Exclusive: many resettled Guantánamo detainees in legal limbo, analysis shows", - "description": "

    One-third of former prisoners sent to third countries are lacking legal status – unable to work or travel and at risk of human rights abuses

    About 30% of former Guantánamo detainees who were resettled in third countries have not been granted legal status, according to new analysis shared exclusively with the Guardian, leaving them vulnerable to deportation and restricting their ability to rebuild their lives.

    Of the hundreds of men released from Guantánamo since the prison first opened 20 years ago, about 150 were sent to third countries in bilateral agreements brokered by the US, because their home countries were considered dangerous to return to.

    Continue reading...", - "content": "

    One-third of former prisoners sent to third countries are lacking legal status – unable to work or travel and at risk of human rights abuses

    About 30% of former Guantánamo detainees who were resettled in third countries have not been granted legal status, according to new analysis shared exclusively with the Guardian, leaving them vulnerable to deportation and restricting their ability to rebuild their lives.

    Of the hundreds of men released from Guantánamo since the prison first opened 20 years ago, about 150 were sent to third countries in bilateral agreements brokered by the US, because their home countries were considered dangerous to return to.

    Continue reading...", - "category": "Guantánamo Bay", - "link": "https://www.theguardian.com/us-news/2022/jan/09/guantanamo-resettled-no-legal-status", - "creator": "Noa Yachot", - "pubDate": "2022-01-09T10:05:17Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "43de8723e845dbea6ce8abeed41f02e0", - "highlights": [] + "hash": "9b6e783ebd86d7190c43f17e9255a187" }, { - "title": "Revisited: How the Tampa affair changed Australia’s stance on asylum seekers", - "description": "

    A standout 2021 episode reflecting on the 20-year anniversary of the Tampa affair. Afghan refugee Abbas Nazari, then a seven-year-old child on the MV Tampa, and Guardian journalist David Marr remember the humanitarian and political crisis that shapes Australia’s policies on asylum seekers and their claims to this day

    Read more:

    Continue reading...", - "content": "

    A standout 2021 episode reflecting on the 20-year anniversary of the Tampa affair. Afghan refugee Abbas Nazari, then a seven-year-old child on the MV Tampa, and Guardian journalist David Marr remember the humanitarian and political crisis that shapes Australia’s policies on asylum seekers and their claims to this day

    Read more:

    Continue reading...", - "category": "Australian immigration and asylum", - "link": "https://www.theguardian.com/australia-news/audio/2022/jan/10/revisited-how-the-tampa-affair-changed-australias-stance-on-asylum-seekers", - "creator": "Presented by Laura Murphy-Oates and reported by David Marr with special guest Abbas Nazari. Produced by Ellen Leabeater, Joe Koningand Jane Lee. Executive Producers Miles Martignoni Gabrielle Jackson and Laura Murphy-Oates.", - "pubDate": "2022-01-09T16:30:26Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "297f32ced643fd66de0e26f433f7c541", - "highlights": [] + "hash": "0c36139a7574db043fb48670d7b06b1e" }, { - "title": "Ukraine’s fate hangs in balance as ‘critical’ week of talks begins", - "description": "

    Experts say prospects of deal are ‘very, very dicey’ as top US and Russian diplomats meet in Geneva

    A momentous week of diplomacy is about to get under way in Europe, with the fate of Ukraine, hemmed in by 100,000 Russian troops, hanging in the balance.

    Senior diplomats from the US and Russia will meet in Geneva on Sunday and Monday to discuss Moscow’s demands, set out last month in two draft treaties, one with the US and one with Nato. Much of their content is unacceptable to Washington and the alliance, most importantly a pledge that Ukraine will never be a Nato member.

    Continue reading...", - "content": "

    Experts say prospects of deal are ‘very, very dicey’ as top US and Russian diplomats meet in Geneva

    A momentous week of diplomacy is about to get under way in Europe, with the fate of Ukraine, hemmed in by 100,000 Russian troops, hanging in the balance.

    Senior diplomats from the US and Russia will meet in Geneva on Sunday and Monday to discuss Moscow’s demands, set out last month in two draft treaties, one with the US and one with Nato. Much of their content is unacceptable to Washington and the alliance, most importantly a pledge that Ukraine will never be a Nato member.

    Continue reading...", - "category": "Ukraine", - "link": "https://www.theguardian.com/world/2022/jan/09/ukraine-fate-hangs-in-balance-as-critical-week-of-talks-begins", - "creator": "Julian Borger in Washington", - "pubDate": "2022-01-09T12:17:04Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4144476af39da55a50dda440a25ded69", - "highlights": [] + "hash": "9c2a2606e38ea2535e63cbff8336777b" }, { - "title": "Italy’s iconic Scala dei Turchi cliffs defaced by vandals", - "description": "

    The white marl cliffs in Sicily are famed for featuring in the Inspector Montalbano books

    An investigation is under way after the famed white limestone Scala dei Turchi cliff in Sicily was “shamefully defaced” with red powder dust.

    The Scala dei Turchi, or Turkish Steps, is one of Italy’s most visited tourist sites and features prominently in the Inspector Montalbano books by the late author, Andrea Camilleri.

    Continue reading...", - "content": "

    The white marl cliffs in Sicily are famed for featuring in the Inspector Montalbano books

    An investigation is under way after the famed white limestone Scala dei Turchi cliff in Sicily was “shamefully defaced” with red powder dust.

    The Scala dei Turchi, or Turkish Steps, is one of Italy’s most visited tourist sites and features prominently in the Inspector Montalbano books by the late author, Andrea Camilleri.

    Continue reading...", - "category": "Italy", - "link": "https://www.theguardian.com/world/2022/jan/09/italys-iconic-scala-dei-turchi-cliffs-defaced-by-vandals", - "creator": "Angela Giuffrida in Rome", - "pubDate": "2022-01-09T15:39:26Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "945c9bcb26d6afa2588bd8aa887af75b", - "highlights": [] + "hash": "a4d257ae8c67756e32daaabdce44369e" }, { - "title": "Kazakhstan says 164 people were killed in week of unrest", - "description": "

    Almaty and other cities calm after violent protests, but authorities say ‘counterterrorist operation’ still underway

    Authorities in Kazakhstan have said 164 people were killed in the unrest that rocked the country in the past week, including three children.

    The health ministry said 103 of the deaths were in Almaty, the country’s largest city and the centre of the violence.

    Continue reading...", - "content": "

    Almaty and other cities calm after violent protests, but authorities say ‘counterterrorist operation’ still underway

    Authorities in Kazakhstan have said 164 people were killed in the unrest that rocked the country in the past week, including three children.

    The health ministry said 103 of the deaths were in Almaty, the country’s largest city and the centre of the violence.

    Continue reading...", - "category": "Kazakhstan", - "link": "https://www.theguardian.com/world/2022/jan/09/kazakhstan-people-killed-week-unrest", - "creator": "Shaun Walker", - "pubDate": "2022-01-09T14:49:11Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0864c3b5b3e95c89a8714a0db221337a", - "highlights": [] + "hash": "844ce083d65cd50e2099f0fdf8011773" }, { - "title": "London hospital boss says he may lose 1,000 staff over Covid vaccine mandate", - "description": "

    Head of King’s College NHS trust concerned that 10% of 14,000 workers are not fully vaccinated

    A London hospital leader has said he may lose 1,000 staff to the Covid vaccination mandate, but hopes admissions from the Omicron wave have peaked in in the capital.

    The chief executive of King’s College hospital NHS trust, Prof Clive Kay, told the BBC’s Sunday Morning programme that his organisation was working urgently to encourage staff to come forward for vaccination to avoid redeploying or losing them.

    Continue reading...", - "content": "

    Head of King’s College NHS trust concerned that 10% of 14,000 workers are not fully vaccinated

    A London hospital leader has said he may lose 1,000 staff to the Covid vaccination mandate, but hopes admissions from the Omicron wave have peaked in in the capital.

    The chief executive of King’s College hospital NHS trust, Prof Clive Kay, told the BBC’s Sunday Morning programme that his organisation was working urgently to encourage staff to come forward for vaccination to avoid redeploying or losing them.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/09/london-hospital-boss-says-he-may-lose-1000-staff-over-covid-vaccine-mandate", - "creator": "Hannah Devlin", - "pubDate": "2022-01-09T14:01:17Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "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": "The Guardian", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "82f147837f2e693ac300e33dd1d44ad2", - "highlights": [] + "hash": "cc7ec4a0d19c5029066ae52178601af8" }, { - "title": "Manchester electronic ad boards use energy of three households each", - "description": "

    Exclusive: FoI request shows screens that earn council rent of £2.4m a year consume over 11,000 kWh annually

    Electronic advertising screens that have been criticised for blocking pavements in Manchester each use the same amount of energy as three households, the Guardian has learned.

    The council-branded screens, which became a pedestrian bugbear when they were covered with mysterious grey boxes during their installation, earn the local authority £2.4m a year in rent from the advertising firm JCDecaux, plus 2.8% of the revenue from each advert.

    Continue reading...", - "content": "

    Exclusive: FoI request shows screens that earn council rent of £2.4m a year consume over 11,000 kWh annually

    Electronic advertising screens that have been criticised for blocking pavements in Manchester each use the same amount of energy as three households, the Guardian has learned.

    The council-branded screens, which became a pedestrian bugbear when they were covered with mysterious grey boxes during their installation, earn the local authority £2.4m a year in rent from the advertising firm JCDecaux, plus 2.8% of the revenue from each advert.

    Continue reading...", - "category": "Manchester", - "link": "https://www.theguardian.com/uk-news/2022/jan/09/electronic-advertising-boards-manchester-energy-use-consumption", - "creator": "Jack Fifield and Helen Pidd", - "pubDate": "2022-01-09T17:28:53Z", + "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": "57b1e0c713c7fd4b9f8c97dd5d545d9d" + }, + { + "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": "f1a3aa018d55721c1fbe95875428b293" + }, + { + "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": "7161cd8d24110ef6dffe6992ea7772ac" + }, + { + "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": "e333c2d5d6c5c0822152c26c30094873" + }, + { + "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": "0019b5a989aef77126729f5c5ea59ad9" + }, + { + "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": "baed94b4f655e72fa4a77e244d39fdc2" + }, + { + "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": "ebce9729cc10cc8f2f2e4f68cfa82244" + }, + { + "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": "905bb9887bfa58553df0eef13e4d16cd" + }, + { + "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": "74b69a9ec2129ec6e6c0b0bb46746ecc" + }, + { + "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": "e845d1883e61796fc749df37c59ac980" + }, + { + "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": "93070ab11437df7aaa4d6d5a6fd9475e" + }, + { + "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": "075ba85391f64c352a3d8188dfa3c4ea" + }, + { + "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": "159e0e03223b7c3ecb85dc597cfcda5d" + }, + { + "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": "932247ed65cbb6b1eb9f88460566829e" + }, + { + "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": "bcebacf4a5f8a08c148d66a137f44d77" + }, + { + "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": "460d101af80380e54309ebf6d5aa6190" + }, + { + "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": "4a8d08f5e11ace47489b9b2c938f24e3" + }, + { + "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": "dcc993a9e25e11ff7ca5709d2f8fcaa2" + }, + { + "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": "0a66dbb4b1c1feea139c9f54ca7316d5" + }, + { + "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": "53b811c0465903cf8afefe40d8447f34" + }, + { + "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": "cb7d866a77df0b0efa21273dc8ddaac2" + }, + { + "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": "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": "Tsunami warnings in South Pacific and US west coast after Tonga eruption", + "description": "

    Alaska, Hawaii and west coast brace as waves observed in Tonga, American Samoa and Fiji

    Tsunami warnings are in place for several South Pacific nations, in western Alaska and along the California-Mexico border, after the eruption of an underwater volcano on Saturday.

    Waves were observed in Tonga’s capital and the capital of American Samoa, a US-based tsunami monitor said.

    Continue reading...", + "content": "

    Alaska, Hawaii and west coast brace as waves observed in Tonga, American Samoa and Fiji

    Tsunami warnings are in place for several South Pacific nations, in western Alaska and along the California-Mexico border, after the eruption of an underwater volcano on Saturday.

    Waves were observed in Tonga’s capital and the capital of American Samoa, a US-based tsunami monitor said.

    Continue reading...", + "category": "World news", + "link": "https://www.theguardian.com/world/2022/jan/15/tsunami-warnings-south-pacific-us-california-hawaii-alaska", + "creator": "Guardian staff and agencies", + "pubDate": "2022-01-15T16:55:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270266,17 +274556,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "79215ddcfb1564521400af1876d5bff9", + "hash": "dacef3968336f8b01b05d2e60a065f12", "highlights": [] }, { - "title": "Sinéad O’Connor criticises Irish authorities after death of son Shane", - "description": "

    Singer says 17-year-old left hospital while ‘on suicide watch’ and condemns Irish health service and family agency

    Sinéad O’Connor has criticised the Irish authorities after the death of her 17-year-old son, Shane, whom she alleges left hospital while “on suicide watch”.

    The singer announced the news of Shane’s death on social media on Saturday, writing: “My beautiful son, Nevi’im Nesta Ali Shane O’Connor, the very light of my life, decided to end his earthly struggle today and is now with God.

    Continue reading...", - "content": "

    Singer says 17-year-old left hospital while ‘on suicide watch’ and condemns Irish health service and family agency

    Sinéad O’Connor has criticised the Irish authorities after the death of her 17-year-old son, Shane, whom she alleges left hospital while “on suicide watch”.

    The singer announced the news of Shane’s death on social media on Saturday, writing: “My beautiful son, Nevi’im Nesta Ali Shane O’Connor, the very light of my life, decided to end his earthly struggle today and is now with God.

    Continue reading...", - "category": "Sinéad O'Connor", - "link": "https://www.theguardian.com/music/2022/jan/09/sinead-oconnor-criticises-irish-authorities-after-death-of-son-shane", - "creator": "Nadia Khomami", - "pubDate": "2022-01-09T18:09:02Z", + "title": "Novak Djokovic visa: Australian minister Alex Hawke says risk of ‘civil unrest’ behind cancellation", + "description": "

    Hawke says tennis champion is ‘perceived by some as a talisman of a community of anti-vaccine sentiment’

    Tennis champion Novak Djokovic, who has been described as a risk to “civil unrest” and a “talisman of anti-vaccination sentiment”, may never get the chance to defend his Australian Open title, facing a three-year ban from the country ahead of a last-ditch court challenge to stay.

    Australia’s immigration minister, Alex Hawke, personally cancelled the unvaccinated world No 1’s visa, arguing his presence in Australia could incite “civil unrest” and encourage others to eschew vaccination against Covid-19.

    Continue reading...", + "content": "

    Hawke says tennis champion is ‘perceived by some as a talisman of a community of anti-vaccine sentiment’

    Tennis champion Novak Djokovic, who has been described as a risk to “civil unrest” and a “talisman of anti-vaccination sentiment”, may never get the chance to defend his Australian Open title, facing a three-year ban from the country ahead of a last-ditch court challenge to stay.

    Australia’s immigration minister, Alex Hawke, personally cancelled the unvaccinated world No 1’s visa, arguing his presence in Australia could incite “civil unrest” and encourage others to eschew vaccination against Covid-19.

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/sport/2022/jan/15/novak-djokovic-visa-australian-minister-alex-hawke-says-risk-of-civil-unrest-behind-cancellation", + "creator": "Ben Doherty", + "pubDate": "2022-01-15T04:38:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270288,17 +274578,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7cc5dc5938a864322b73e31faca5e88e", + "hash": "e92cb78fd14b5d23143c1c2e3ff45743", "highlights": [] }, { - "title": "Green Bay ice break: 27 rescued after chunk separates from Wisconsin shore", - "description": "

    Ice fishers among people brought back to shoreline of Lake Michigan by airboats after split possibly caused by barge

    Authorities rescued 27 people from a floating chunk of ice that broke away from shore in the bay of Green Bay in eastern Wisconsin, a sheriff’s office said.

    No injuries were reported in the incident that happened on Saturday morning north of Green Bay, in part of Lake Michigan, the Brown county sheriff’s office reported.

    Continue reading...", - "content": "

    Ice fishers among people brought back to shoreline of Lake Michigan by airboats after split possibly caused by barge

    Authorities rescued 27 people from a floating chunk of ice that broke away from shore in the bay of Green Bay in eastern Wisconsin, a sheriff’s office said.

    No injuries were reported in the incident that happened on Saturday morning north of Green Bay, in part of Lake Michigan, the Brown county sheriff’s office reported.

    Continue reading...", - "category": "Wisconsin", - "link": "https://www.theguardian.com/us-news/2022/jan/09/green-bay-ice-break-27-rescued-wisconsin-lake-michigan", - "creator": "Associated Press in Green Bay, Wisconsin", - "pubDate": "2022-01-09T17:48:05Z", + "title": "Boris Johnson must resign in national interest, says Keir Starmer", + "description": "

    Labour leader increases pressure on PM as more Tory politicians join calls for him to quit

    Keir Starmer has ramped up the pressure on Boris Johnson as the prime minister fights to save his job, arguing that it is in the “national interest” that he steps down as he is “unable to lead”.

    In a speech to the Fabian Society conference, the Labour leader accused the Conservatives of running the NHS into the ground because they are “too preoccupied defending his rule breaking”. Stressing that “waiting times were the shortest on record” when Labour left government 12 years ago, he said: “Rather than concentrating on getting through the pandemic and bringing down waiting lists, this self-indulgent Tory party is instead having a fight about a leader who they should have known from the start is not fit for office.”

    Continue reading...", + "content": "

    Labour leader increases pressure on PM as more Tory politicians join calls for him to quit

    Keir Starmer has ramped up the pressure on Boris Johnson as the prime minister fights to save his job, arguing that it is in the “national interest” that he steps down as he is “unable to lead”.

    In a speech to the Fabian Society conference, the Labour leader accused the Conservatives of running the NHS into the ground because they are “too preoccupied defending his rule breaking”. Stressing that “waiting times were the shortest on record” when Labour left government 12 years ago, he said: “Rather than concentrating on getting through the pandemic and bringing down waiting lists, this self-indulgent Tory party is instead having a fight about a leader who they should have known from the start is not fit for office.”

    Continue reading...", + "category": "Boris Johnson", + "link": "https://www.theguardian.com/politics/2022/jan/15/boris-johnson-mired-in-deceit-and-unable-to-lead-says-keir-starmer", + "creator": "Clea Skopeliti", + "pubDate": "2022-01-15T14:12:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270310,17 +274600,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ec5ca7c6f883e80ce4070f40bd009e8", + "hash": "160ba62ed50152480f44a6692a19f9d8", "highlights": [] }, { - "title": "Australian government fails in bid to delay Novak Djokovic visa court hearing by two days", - "description": "

    World No 1 challenging visa cancellation but legal experts split on whether court process can be resolved in time for Australian Open draw

    A bid by the Morrison government to delay Novak Djokovic’s visa hearing by two days has been rejected by the federal circuit court.

    In an order, published on Sunday, judge Anthony Kelly rejected the move which would have delayed the hearing until Wednesday – after Tennis Australia’s stated deadline to include the world number one in the Australian Open draw.

    Continue reading...", - "content": "

    World No 1 challenging visa cancellation but legal experts split on whether court process can be resolved in time for Australian Open draw

    A bid by the Morrison government to delay Novak Djokovic’s visa hearing by two days has been rejected by the federal circuit court.

    In an order, published on Sunday, judge Anthony Kelly rejected the move which would have delayed the hearing until Wednesday – after Tennis Australia’s stated deadline to include the world number one in the Australian Open draw.

    Continue reading...", - "category": "Novak Djokovic", - "link": "https://www.theguardian.com/sport/2022/jan/09/australian-government-fails-in-bid-to-delay-novak-djokovic-court-hearing-by-two-days", - "creator": "Paul Karp", - "pubDate": "2022-01-09T06:43:51Z", + "title": "Prince Andrew’s lawyers want to quiz accuser’s psychologist and husband", + "description": "

    Lawyers for Duke of York argue Virginia Giuffre ‘may suffer from false memories’, court documents show

    Lawyers for the Duke of York want to question his accuser’s husband and her psychologist as part of his civil sexual abuse case, after arguing that she “may suffer from false memories”.

    Witness accounts are being sought from Virginia Giuffre’s partner, Robert Giuffre, and Dr Judith Lightfoot, according to court documents.

    Continue reading...", + "content": "

    Lawyers for Duke of York argue Virginia Giuffre ‘may suffer from false memories’, court documents show

    Lawyers for the Duke of York want to question his accuser’s husband and her psychologist as part of his civil sexual abuse case, after arguing that she “may suffer from false memories”.

    Witness accounts are being sought from Virginia Giuffre’s partner, Robert Giuffre, and Dr Judith Lightfoot, according to court documents.

    Continue reading...", + "category": "Prince Andrew", + "link": "https://www.theguardian.com/uk-news/2022/jan/15/prince-andrews-lawyers-want-to-quiz-accusers-psychologist-and-husband", + "creator": "PA Media", + "pubDate": "2022-01-15T13:40:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270332,17 +274622,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6da4801de83de6f98e5e6c9731fe447b", + "hash": "2fa0203294392543c712007082348f14", "highlights": [] }, { - "title": "PM must commit to low taxes or risk losing next election, says David Frost", - "description": "

    Former Brexit minister also calls for shake-up of Boris Johnson’s advisory team in first major interview since resigning from cabinet

    Boris Johnson’s former Brexit minister who quit last month has warned him to commit to low taxes and the free market or risk losing the next election, as the prime minister comes under continuing pressure from the Conservative right.

    David Frost, a former lobbyist whom Johnson made his chief Brexit negotiator and later gave a peerage, said in his first major interview since quitting as a cabinet minister that the Tories needed to “focus on rebuilding the nation and be proud of our history”.

    Continue reading...", - "content": "

    Former Brexit minister also calls for shake-up of Boris Johnson’s advisory team in first major interview since resigning from cabinet

    Boris Johnson’s former Brexit minister who quit last month has warned him to commit to low taxes and the free market or risk losing the next election, as the prime minister comes under continuing pressure from the Conservative right.

    David Frost, a former lobbyist whom Johnson made his chief Brexit negotiator and later gave a peerage, said in his first major interview since quitting as a cabinet minister that the Tories needed to “focus on rebuilding the nation and be proud of our history”.

    Continue reading...", - "category": "David Frost", - "link": "https://www.theguardian.com/uk-news/2022/jan/09/pm-boris-johnson-low-taxes-next-election-david-frost", - "creator": "Rowena Mason Deputy political editor", - "pubDate": "2022-01-09T12:29:59Z", + "title": "UK defence minister warns of ‘consequences’ if Russia invades Ukraine", + "description": "

    Ben Wallace issues second warning in a week as Liz Truss accuses Moscow of waging ‘disinformation campaign’

    An incursion by Russia into Ukraine would violate the “most basic freedoms and sovereignty”, the defence secretary has said following a visit to Scandinavia.

    Issuing a second warning in a week to Moscow, Ben Wallace said there would be “consequences” for any Russian aggression towards Ukraine. On Monday, he fired a shot across the bows, telling an event in London that Britain would “stand up to bullies”, no matter how far away the conflict.

    Continue reading...", + "content": "

    Ben Wallace issues second warning in a week as Liz Truss accuses Moscow of waging ‘disinformation campaign’

    An incursion by Russia into Ukraine would violate the “most basic freedoms and sovereignty”, the defence secretary has said following a visit to Scandinavia.

    Issuing a second warning in a week to Moscow, Ben Wallace said there would be “consequences” for any Russian aggression towards Ukraine. On Monday, he fired a shot across the bows, telling an event in London that Britain would “stand up to bullies”, no matter how far away the conflict.

    Continue reading...", + "category": "Ukraine", + "link": "https://www.theguardian.com/world/2022/jan/15/uk-defence-minister-warns-of-consequences-if-russia-invades-ukraine", + "creator": "PA Media", + "pubDate": "2022-01-15T15:35:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270354,17 +274644,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2f174440d5303634f2babb0ad444874", + "hash": "aa02b44c39cf22cae1dcbe9093c43808", "highlights": [] }, { - "title": "New treatment may save eyesight of children with ‘devastating’ Batten disease", - "description": "

    Brineura, already given to children with life-limiting genetic disease, to be injected into back of eye in Great Ormond Street trial

    Eight children born with a “devastating” genetic disease in England have become the first in the world to receive a “pioneering” treatment aimed at stopping them from going blind.

    Doctors at Great Ormond Street hospital in London are trialling a drug they believe may save the eyesight of the children who have CLN2-type Batten disease. Brineura, already successful in animals, is being administered to four boys and four girls on a compassionate use basis.

    Continue reading...", - "content": "

    Brineura, already given to children with life-limiting genetic disease, to be injected into back of eye in Great Ormond Street trial

    Eight children born with a “devastating” genetic disease in England have become the first in the world to receive a “pioneering” treatment aimed at stopping them from going blind.

    Doctors at Great Ormond Street hospital in London are trialling a drug they believe may save the eyesight of the children who have CLN2-type Batten disease. Brineura, already successful in animals, is being administered to four boys and four girls on a compassionate use basis.

    Continue reading...", - "category": "Health", - "link": "https://www.theguardian.com/society/2022/jan/09/new-treatment-may-save-eyesight-of-children-with-devastating-cln2-disease", - "creator": "Andrew Gregory Health editor", - "pubDate": "2022-01-09T14:00:22Z", + "title": "Runners across island of Ireland pause in memory of Ashling Murphy", + "description": "

    Vigils continue to be held for 23-year-old teacher murdered while on a run in Tullamore, Country Offaly

    Runners across the island of Ireland paused in memory of 23-year-old Ashling Murphy on Saturday, with further vigils organised following the murder of the teacher.

    Irish police are continuing to hunt for the killer of Murphy, who was found dead after going for a run on the banks of the Grand Canal in Tullamore, County Offaly.

    Continue reading...", + "content": "

    Vigils continue to be held for 23-year-old teacher murdered while on a run in Tullamore, Country Offaly

    Runners across the island of Ireland paused in memory of 23-year-old Ashling Murphy on Saturday, with further vigils organised following the murder of the teacher.

    Irish police are continuing to hunt for the killer of Murphy, who was found dead after going for a run on the banks of the Grand Canal in Tullamore, County Offaly.

    Continue reading...", + "category": "Ireland", + "link": "https://www.theguardian.com/world/2022/jan/15/runners-across-island-of-ireland-pause-in-memory-of-ashling-murphy", + "creator": "Guardian staff and agency", + "pubDate": "2022-01-15T13:33:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270376,17 +274666,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "93bc49d3b6a378bbe88b87770f22d4d5", + "hash": "b5cc5c22377358e562c64df3257a9e79", "highlights": [] }, { - "title": "Nadhim Zahawi wants UK to be leader in move from ‘pandemic to endemic’ Covid", - "description": "

    Minister says it would be helpful to cut isolation to five days, but dismisses report that free tests are about to stop

    A senior cabinet minister has called for the UK to show the rest of the world how to move from “pandemic to endemic” Covid, as he suggested it would be helpful to cut the isolation period to five days to ease workforce shortages.

    The education secretary, Nadhim Zahawi, played down suggestions that the government was imminently about to start charging for free rapid Covid tests, known as lateral flows, which would lead to fewer infections in the community being caught.

    Continue reading...", - "content": "

    Minister says it would be helpful to cut isolation to five days, but dismisses report that free tests are about to stop

    A senior cabinet minister has called for the UK to show the rest of the world how to move from “pandemic to endemic” Covid, as he suggested it would be helpful to cut the isolation period to five days to ease workforce shortages.

    The education secretary, Nadhim Zahawi, played down suggestions that the government was imminently about to start charging for free rapid Covid tests, known as lateral flows, which would lead to fewer infections in the community being caught.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/09/nadhim-zahawi-denies-there-is-plan-to-end-free-lateral-flow-covid-tests", - "creator": "Jamie Grierson and Rowena Mason", - "pubDate": "2022-01-09T10:08:42Z", + "title": "Medics in Tigray plead with Ethiopia for insulin airlift as supplies run out", + "description": "

    Thousands of diabetics in region face ‘agonising death’ amid blockage on food, fuel and medicines in 14-month conflict

    Doctors at Tigray’s main hospital are urging the Ethiopian government to allow supplies of insulin to be airlifted into the region, warning that their stocks will run out within a week and that patients with type 1 diabetes are “at serious risk of death”.

    At the Ayder referral hospital in Mekelle, the largest in the region of 7 million people, staff have been told they only have 150 vials of insulin left and no oral diabetes medicines, according to a statement late on Friday.

    Continue reading...", + "content": "

    Thousands of diabetics in region face ‘agonising death’ amid blockage on food, fuel and medicines in 14-month conflict

    Doctors at Tigray’s main hospital are urging the Ethiopian government to allow supplies of insulin to be airlifted into the region, warning that their stocks will run out within a week and that patients with type 1 diabetes are “at serious risk of death”.

    At the Ayder referral hospital in Mekelle, the largest in the region of 7 million people, staff have been told they only have 150 vials of insulin left and no oral diabetes medicines, according to a statement late on Friday.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2022/jan/15/medics-in-tigray-plead-with-ethiopia-for-insulin-airlift-as-supplies-run-out", + "creator": "Lizzy Davies", + "pubDate": "2022-01-15T17:00:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270398,17 +274688,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c98f917a1d6a2e03d455c56baa559cd", + "hash": "87e281ef160c446119ff1265745a1411", "highlights": [] }, { - "title": "Coronavirus: should the UK make vaccination mandatory?", - "description": "

    With more countries ready to oblige citizens to receive the Covid jab, what are the key questions in the debate?

    In Italy, it is now obligatory for people aged 50 or over to be vaccinated against Covid-19. Greece is pondering a similar move. In France, which has seen record numbers of positive cases, President Emmanuel Macron has also announced that he wants to “piss off” the unvaccinated, while Austria is contemplating a law to make the vaccine mandatory for all its citizens. By contrast, in the UK, Boris Johnson has confined himself to accusing anti-vaxxers of talking “mumbo-jumbo”.

    But is that enough? Should the UK take a harder line on those who refuse to be vaccinated? After all, this is a virus that threatens to overwhelm the NHS. As doctors continue to point out, hospital beds are now filling up with more and more seriously ill Covid patients, many of whom are unvaccinated. So, should vaccines against Covid be made mandatory, not just in certain workplace settings but for all individuals?

    Continue reading...", - "content": "

    With more countries ready to oblige citizens to receive the Covid jab, what are the key questions in the debate?

    In Italy, it is now obligatory for people aged 50 or over to be vaccinated against Covid-19. Greece is pondering a similar move. In France, which has seen record numbers of positive cases, President Emmanuel Macron has also announced that he wants to “piss off” the unvaccinated, while Austria is contemplating a law to make the vaccine mandatory for all its citizens. By contrast, in the UK, Boris Johnson has confined himself to accusing anti-vaxxers of talking “mumbo-jumbo”.

    But is that enough? Should the UK take a harder line on those who refuse to be vaccinated? After all, this is a virus that threatens to overwhelm the NHS. As doctors continue to point out, hospital beds are now filling up with more and more seriously ill Covid patients, many of whom are unvaccinated. So, should vaccines against Covid be made mandatory, not just in certain workplace settings but for all individuals?

    Continue reading...", - "category": "Vaccines and immunisation", - "link": "https://www.theguardian.com/society/2022/jan/09/coronavirus-should-the-uk-make-vaccination-mandatory", - "creator": "Robin McKie", - "pubDate": "2022-01-09T09:00:16Z", + "title": "Tennis great Chris Evert having treatment for ovarian cancer", + "description": "

    Winner of 18 grand slam singles titles says she feels incredibly fortunate that the cancer was caught before it spread

    Tennis great Chris Evert has been diagnosed with ovarian cancer and is undergoing treatment.

    The 18-time grand slam singles champion said the diagnosis came in early December following a preventive hysterectomy after she had been informed she was at risk of cancer.

    Continue reading...", + "content": "

    Winner of 18 grand slam singles titles says she feels incredibly fortunate that the cancer was caught before it spread

    Tennis great Chris Evert has been diagnosed with ovarian cancer and is undergoing treatment.

    The 18-time grand slam singles champion said the diagnosis came in early December following a preventive hysterectomy after she had been informed she was at risk of cancer.

    Continue reading...", + "category": "Tennis", + "link": "https://www.theguardian.com/sport/2022/jan/15/tennis-great-chris-evert-having-treatment-for-ovarian-cancer", + "creator": "PA Media", + "pubDate": "2022-01-15T15:43:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270420,17 +274710,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1de9658729017b07eb5ab8dabdd66fc2", + "hash": "340f8a8c628b8bceb25905f576886b11", "highlights": [] }, { - "title": "Home Office tells asylum seeker he can return to Syria safely", - "description": "

    Man, 25, fears he will be killed after fleeing forcible conscription into Bashar al-Assad’s army in 2017

    The Home Office has told a Syrian asylum seeker he can return to the country he fled during the war because it is safe to do so, in what is thought to be the first case of its kind.

    The 25-year-old asylum seeker sought sanctuary in the UK in May 2020. He fled forcible conscription into Bashar al-Assad’s army in 2017, saying that he would have been forced to kill other Syrians. He said that if he is forced back to Syria he will be targeted as a draft evader, arrested, detained and killed.

    Continue reading...", - "content": "

    Man, 25, fears he will be killed after fleeing forcible conscription into Bashar al-Assad’s army in 2017

    The Home Office has told a Syrian asylum seeker he can return to the country he fled during the war because it is safe to do so, in what is thought to be the first case of its kind.

    The 25-year-old asylum seeker sought sanctuary in the UK in May 2020. He fled forcible conscription into Bashar al-Assad’s army in 2017, saying that he would have been forced to kill other Syrians. He said that if he is forced back to Syria he will be targeted as a draft evader, arrested, detained and killed.

    Continue reading...", - "category": "Immigration and asylum", - "link": "https://www.theguardian.com/uk-news/2022/jan/09/home-office-tells-syrian-asylum-seeker-he-can-return-safely", - "creator": "Diane Taylor", - "pubDate": "2022-01-09T15:22:29Z", + "title": "‘They want to make an example’: Cuba protesters hit with severe sentences", + "description": "

    Six months after demonstrations, courts have quietly started imposing harsh charges such as sedition

    One Sunday last summer, 18-year-old Eloy Cardoso left his mother’s house on the outskirts of Havana to collect an Atari game console from a friend.

    He’d stayed at home the previous day, while the largest anti-government demonstrations since the revolution had ripped through Cuba.

    Continue reading...", + "content": "

    Six months after demonstrations, courts have quietly started imposing harsh charges such as sedition

    One Sunday last summer, 18-year-old Eloy Cardoso left his mother’s house on the outskirts of Havana to collect an Atari game console from a friend.

    He’d stayed at home the previous day, while the largest anti-government demonstrations since the revolution had ripped through Cuba.

    Continue reading...", + "category": "Cuba", + "link": "https://www.theguardian.com/world/2022/jan/15/cuba-protesters-sentences-sedition", + "creator": "Ed Augustin in Havana", + "pubDate": "2022-01-15T10:00:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270442,17 +274732,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a64aafea8389228de4b78f84fbc77ad", + "hash": "5770ff9c804ff5f975e1459f59eb74f4", "highlights": [] }, { - "title": "Outspoken Saudi princess released after nearly three years in jail", - "description": "

    Human rights advocate Princess Basmah and her daughter were imprisoned without charge in 2019

    Saudi authorities have released a princess and her daughter who had been detained without charge for nearly three years.

    Princess Basmah bint Saud bin Abdulaziz al-Saud, 57, an outspoken human rights advocate and member of the royal family, went missing in March 2019 along with her adult daughter Souhoud al-Sharif.

    Continue reading...", - "content": "

    Human rights advocate Princess Basmah and her daughter were imprisoned without charge in 2019

    Saudi authorities have released a princess and her daughter who had been detained without charge for nearly three years.

    Princess Basmah bint Saud bin Abdulaziz al-Saud, 57, an outspoken human rights advocate and member of the royal family, went missing in March 2019 along with her adult daughter Souhoud al-Sharif.

    Continue reading...", - "category": "Saudi Arabia", - "link": "https://www.theguardian.com/world/2022/jan/09/outspoken-saudi-princess-released-after-nearly-three-years-in-jail", - "creator": "Staff and agencies", - "pubDate": "2022-01-09T03:06:53Z", + "title": "Jamie Dornan was stuck in Australian quarantine when dad died of Covid", + "description": "

    Actor said he had four days left in isolation when he was told his dad had died from Covid in Belfast

    The actor Jamie Dornan has revealed he was stuck in hotel quarantine in Australia when he received the news that his father, Jim, had died from Covid after being hospitalised for a routine knee operation.

    Dornan, 39, most famous for Fifty Shades of Grey and crime drama television series The Fall, found himself on the other side of the world with four days of his quarantine remaining when his father died last March, and was unable to travel back to his native Northern Ireland.

    Continue reading...", + "content": "

    Actor said he had four days left in isolation when he was told his dad had died from Covid in Belfast

    The actor Jamie Dornan has revealed he was stuck in hotel quarantine in Australia when he received the news that his father, Jim, had died from Covid after being hospitalised for a routine knee operation.

    Dornan, 39, most famous for Fifty Shades of Grey and crime drama television series The Fall, found himself on the other side of the world with four days of his quarantine remaining when his father died last March, and was unable to travel back to his native Northern Ireland.

    Continue reading...", + "category": "Jamie Dornan", + "link": "https://www.theguardian.com/culture/2022/jan/15/jamie-dornan-was-stuck-in-australian-quarantine-when-dad-died-of-covid", + "creator": "Jedidajah Otte", + "pubDate": "2022-01-15T12:34:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270464,17 +274754,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b5e4b5ca9e02cea7a07d5e01f3483b4", + "hash": "24e528f8597f3e8a35fe73a04a9e8879", "highlights": [] }, { - "title": "‘When QAnon and the Tea Party have a baby’: Ron Johnson will run again for US Senate", - "description": "

    Republican expected to announce run as soon as next week, delighting both his own party and Democrats seeking a win

    The Wisconsin senator Ron Johnson, a hardline Trump supporter once described as “what you get when QAnon and the Tea Party have a baby”, has reportedly decided to seek a third term, a step he once promised not to take.

    Two Republicans confirmed Johnson’s plan to the Associated Press and said he could announce as soon as early next week. Johnson did not comment.

    Continue reading...", - "content": "

    Republican expected to announce run as soon as next week, delighting both his own party and Democrats seeking a win

    The Wisconsin senator Ron Johnson, a hardline Trump supporter once described as “what you get when QAnon and the Tea Party have a baby”, has reportedly decided to seek a third term, a step he once promised not to take.

    Two Republicans confirmed Johnson’s plan to the Associated Press and said he could announce as soon as early next week. Johnson did not comment.

    Continue reading...", - "category": "Republicans", - "link": "https://www.theguardian.com/us-news/2022/jan/08/senator-ron-johnson-to-seek-re-election-wisconsin-republican", - "creator": "Martin Pengelly and agencies", - "pubDate": "2022-01-08T21:09:18Z", + "title": "Alec Baldwin hands over phone in film shooting investigation", + "description": "

    Actor’s phone is turned over to authorities investigating fatal shooting on New Mexico film set in October

    Alec Baldwin has handed over his cellphone to investigators who are looking into the fatal shooting on the New Mexico set of the film Rust in October, his attorney and a law enforcement official said.

    A search warrant for Baldwin’s iPhone was issued in December. The Santa Fe County, New Mexico, sheriff’s office had said earlier this week that it was still trying to obtain the device from the 30 Rock actor.

    Continue reading...", + "content": "

    Actor’s phone is turned over to authorities investigating fatal shooting on New Mexico film set in October

    Alec Baldwin has handed over his cellphone to investigators who are looking into the fatal shooting on the New Mexico set of the film Rust in October, his attorney and a law enforcement official said.

    A search warrant for Baldwin’s iPhone was issued in December. The Santa Fe County, New Mexico, sheriff’s office had said earlier this week that it was still trying to obtain the device from the 30 Rock actor.

    Continue reading...", + "category": "Alec Baldwin", + "link": "https://www.theguardian.com/film/2022/jan/15/alec-baldwin-hands-over-phone-in-film-shooting-investigation", + "creator": "Reuters in Los Angeles", + "pubDate": "2022-01-15T08:32:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270486,17 +274776,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "04699e996b6117d154603e129c88ecd7", + "hash": "80ebcdee445f8d4741ac7b6196d7fa73", "highlights": [] }, { - "title": "Victoria Covid update: state to mandate reporting of positive rapid test results – video", - "description": "

    It will now be mandatory to report positive rapid antigen test results to the health department by phone or using an online form. A positive home test will carry the same obligations as a positive PCR test. Acting chief health officer, Prof Benjamin Cowie, says with significant transmission of the Omicron variant, pressure on the PCR testing system, and millions of rapid tests being ordered by the Victorian government, the rapid antigen tests will now have the same 'authority' as a PCR test

    Continue reading...", - "content": "

    It will now be mandatory to report positive rapid antigen test results to the health department by phone or using an online form. A positive home test will carry the same obligations as a positive PCR test. Acting chief health officer, Prof Benjamin Cowie, says with significant transmission of the Omicron variant, pressure on the PCR testing system, and millions of rapid tests being ordered by the Victorian government, the rapid antigen tests will now have the same 'authority' as a PCR test

    Continue reading...", + "title": "Covid live news: UK records 81,713 cases; thousands protest in Vienna against mandatory vaccination", + "description": "

    UK reports 287 deaths with the seven-day total up 45% on the week before; parliament due to vote next week on the issue, which has polarised country

    Keir Starmer has ramped up the pressure on Boris Johnson as the prime minister fights to save his job, arguing that the stream of explosive allegations of Downing Street parties has left him “unable to lead”.

    In a speech to the Fabian Society conference, the Labour leader accused the Conservatives of running the NHS into the ground because they are “too preoccupied defending his rule breaking”. Stressing that “waiting times were the shortest on record” when Labour left government 12 years ago, he said:

    Rather than concentrating on getting through the pandemic and bringing down waiting lists, this self-indulgent Tory party is instead having a fight about a leader who they should have known from the start is not fit for office.

    We are witnessing the broken spectacle of a prime minister mired in deceit and deception, unable to lead.

    The prime minister needs to do the honourable thing and call it a day for the good of the country.

    [This is] not about one isolated incident, what we are seeing with these continued revelations coming out about what’s been going on at No 10 is a pattern of behaviour, and ultimately the buck stops with Boris Johnson.

    What I’ve seen, to me it looks like Boris Johnson and those in his inner circle can do what they want and the rest of us have to do as we are told - that’s not acceptable to me, it is not acceptable to my constituents or, I believe, most people in the country. And what that certainly isn’t is ‘levelling up’ in my book.

    It doesn’t matter, quite honestly, if the prime minister was present or not present - ultimately, he is responsible for what goes on in government, he is responsible for the culture in No 10 and what we’re seeing is a culture where it is one rule for them and the rest of us do as we’re told, and that’s just not acceptable.

    I’m not sure that any apology is going to put that right.

    Continue reading...", + "content": "

    UK reports 287 deaths with the seven-day total up 45% on the week before; parliament due to vote next week on the issue, which has polarised country

    Keir Starmer has ramped up the pressure on Boris Johnson as the prime minister fights to save his job, arguing that the stream of explosive allegations of Downing Street parties has left him “unable to lead”.

    In a speech to the Fabian Society conference, the Labour leader accused the Conservatives of running the NHS into the ground because they are “too preoccupied defending his rule breaking”. Stressing that “waiting times were the shortest on record” when Labour left government 12 years ago, he said:

    Rather than concentrating on getting through the pandemic and bringing down waiting lists, this self-indulgent Tory party is instead having a fight about a leader who they should have known from the start is not fit for office.

    We are witnessing the broken spectacle of a prime minister mired in deceit and deception, unable to lead.

    The prime minister needs to do the honourable thing and call it a day for the good of the country.

    [This is] not about one isolated incident, what we are seeing with these continued revelations coming out about what’s been going on at No 10 is a pattern of behaviour, and ultimately the buck stops with Boris Johnson.

    What I’ve seen, to me it looks like Boris Johnson and those in his inner circle can do what they want and the rest of us have to do as we are told - that’s not acceptable to me, it is not acceptable to my constituents or, I believe, most people in the country. And what that certainly isn’t is ‘levelling up’ in my book.

    It doesn’t matter, quite honestly, if the prime minister was present or not present - ultimately, he is responsible for what goes on in government, he is responsible for the culture in No 10 and what we’re seeing is a culture where it is one rule for them and the rest of us do as we’re told, and that’s just not acceptable.

    I’m not sure that any apology is going to put that right.

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2022/jan/06/victoria-covid-update-state-to-mandate-reporting-of-positive-rapid-test-results-video", - "creator": "", - "pubDate": "2022-01-06T04:42:18Z", + "link": "https://www.theguardian.com/world/live/2022/jan/15/covid-live-news-pressure-grows-on-boris-johnson-over-lockdown-parties-djokovic-to-spend-night-in-detention", + "creator": "Jedidajah Otte (now); Lucy Campbell (earlier)", + "pubDate": "2022-01-15T17:24:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270508,17 +274798,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "54f428af2727123dd67de77ba557f8e9", + "hash": "0c91fdb521ea32dcb8f9777474c1405f", "highlights": [] }, { - "title": "Art historian discovers that £65 painting on his wall is work of Flemish master", - "description": "

    Picture of Isabella Clara Eugenia, Infanta of Spain, is likely to be by Sir Anthony van Dyck, finds Cortauld’s report

    As a leading art historian, Christopher Wright has uncovered several old master paintings in public and private collections over five decades. Now he has discovered that a copy of a painting by Sir Anthony van Dyck, which he bought for himself for £65 in 1970, may actually be an original by the 17th-century Flemish court painter to King Charles I.

    “I bought it from a jobbing dealer in west London,” he said. “I was buying it as a copy, as an art historian. I took no notice of it, in a strange way. The syndrome is the cobbler’s children are the worst shod. So the art historian’s collection is the least looked at.” Wright estimated the painting might be worth around £40,000, although some Van Dycks have fetched seven-figure sums.

    Continue reading...", - "content": "

    Picture of Isabella Clara Eugenia, Infanta of Spain, is likely to be by Sir Anthony van Dyck, finds Cortauld’s report

    As a leading art historian, Christopher Wright has uncovered several old master paintings in public and private collections over five decades. Now he has discovered that a copy of a painting by Sir Anthony van Dyck, which he bought for himself for £65 in 1970, may actually be an original by the 17th-century Flemish court painter to King Charles I.

    “I bought it from a jobbing dealer in west London,” he said. “I was buying it as a copy, as an art historian. I took no notice of it, in a strange way. The syndrome is the cobbler’s children are the worst shod. So the art historian’s collection is the least looked at.” Wright estimated the painting might be worth around £40,000, although some Van Dycks have fetched seven-figure sums.

    Continue reading...", - "category": "Van Dyck", - "link": "https://www.theguardian.com/artanddesign/2022/jan/09/art-historian-discovers-that-65-painting-on-his-wall-is-work-of-flemish-master", - "creator": "Dalya Alberge", - "pubDate": "2022-01-09T08:00:15Z", + "title": "Texas scientists’ new Covid-19 vaccine is cheaper, easier to make and patent-free", + "description": "

    Dr Maria Bottazzi says their vaccine, called Corbevax, is unique because they do not intend to patent it

    A new Covid-19 vaccine is being developed by Texas scientists using a decades-old conventional method that will make the production and distribution cheaper and more accessible for countries most affected by the pandemic and where new variants are likely to originate due to low inoculation rates.

    The team, led by Drs Peter Hotez and Maria Bottazzi from the Texas Children’s Hospital Center for Vaccine Development at Baylor College of Medicine, has been developing vaccine prototypes for Sars and Mers since 2011, which they reconstructed to create the new Covid vaccine, dubbed Corbevax, or “the world’s Covid-19 vaccine”.

    Continue reading...", + "content": "

    Dr Maria Bottazzi says their vaccine, called Corbevax, is unique because they do not intend to patent it

    A new Covid-19 vaccine is being developed by Texas scientists using a decades-old conventional method that will make the production and distribution cheaper and more accessible for countries most affected by the pandemic and where new variants are likely to originate due to low inoculation rates.

    The team, led by Drs Peter Hotez and Maria Bottazzi from the Texas Children’s Hospital Center for Vaccine Development at Baylor College of Medicine, has been developing vaccine prototypes for Sars and Mers since 2011, which they reconstructed to create the new Covid vaccine, dubbed Corbevax, or “the world’s Covid-19 vaccine”.

    Continue reading...", + "category": "Texas", + "link": "https://www.theguardian.com/us-news/2022/jan/15/corbevax-covid-vaccine-texas-scientists", + "creator": "Erum Salam", + "pubDate": "2022-01-15T10:00:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270526,21 +274816,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6f67ebbf0e816561c45582a3fbb89f02", + "hash": "18ee8884a40f774dce92fda15b67bbf7", "highlights": [] }, { - "title": "Restoring hope: ‘Why can’t we recreate the old energy of Sarajevo?’", - "description": "

    The Bosnian capital dreams of cultural revival by rejuvenating the hotel that was once the jewel of the Olympic village

    When the siege of Sarajevo began in 1992, Ratko Mladić’s Bosnian Serb army took up positions in the mountains surrounding the city.

    For his headquarters, Mladić chose Hotel Igman, a breathtaking piece of brutalist architecture that was the jewel of the 1984 Winter Olympics. The hotel was part of the Olympic village, a base for ski jumpers and alpine skiers, but Mladić – now serving a life sentence for genocide and crimes against humanity – used it to oversee the shelling of the city and his enemies used it as a prison and execution site. During the four years of the war, the hotel was blasted and bombed, and since the fighting stopped it has lain derelict, ignored by everyone except graffiti artists and the occasional tourist.

    Continue reading...", - "content": "

    The Bosnian capital dreams of cultural revival by rejuvenating the hotel that was once the jewel of the Olympic village

    When the siege of Sarajevo began in 1992, Ratko Mladić’s Bosnian Serb army took up positions in the mountains surrounding the city.

    For his headquarters, Mladić chose Hotel Igman, a breathtaking piece of brutalist architecture that was the jewel of the 1984 Winter Olympics. The hotel was part of the Olympic village, a base for ski jumpers and alpine skiers, but Mladić – now serving a life sentence for genocide and crimes against humanity – used it to oversee the shelling of the city and his enemies used it as a prison and execution site. During the four years of the war, the hotel was blasted and bombed, and since the fighting stopped it has lain derelict, ignored by everyone except graffiti artists and the occasional tourist.

    Continue reading...", - "category": "Bosnia-Herzegovina", - "link": "https://www.theguardian.com/world/2022/jan/09/restoring-hope-why-cant-we-recreate-the-old-energy-of-sarajevo", - "creator": "James Tapper", - "pubDate": "2022-01-09T09:00:16Z", + "title": "Covid cases have hit plateau in parts of UK, says top medical adviser", + "description": "

    Dr Susan Hopkins says numbers flattening in London, south-east and east of England – and hospital admissions rate starting to slow

    The number of Covid infections appears to have reached a plateau in parts of the UK, a senior government health adviser has said, with experts expressing optimism about the latest data.

    Infections are flattening in London, the south-east and the east of England, while the rise is slowing in the north of England, said Dr Susan Hopkins, the UK Health Security Agency (UKHSA) chief medical adviser.

    Continue reading...", + "content": "

    Dr Susan Hopkins says numbers flattening in London, south-east and east of England – and hospital admissions rate starting to slow

    The number of Covid infections appears to have reached a plateau in parts of the UK, a senior government health adviser has said, with experts expressing optimism about the latest data.

    Infections are flattening in London, the south-east and the east of England, while the rise is slowing in the north of England, said Dr Susan Hopkins, the UK Health Security Agency (UKHSA) chief medical adviser.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/15/covid-cases-plateau-parts-of-uk-susan-hopkins-ukhsa", + "creator": "Clea Skopeliti", + "pubDate": "2022-01-15T15:30:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270552,17 +274842,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "df654011209887698519a7c4df1884e9", + "hash": "0addb7aaa2d5a5258e73acf62f1673bc", "highlights": [] }, { - "title": "Home Office tells Syrian asylum seeker he can return safely", - "description": "

    Man, 25, fears he will be killed after fleeing forcible conscription into Bashar al-Assad’s army

    The Home Office has told a Syrian asylum seeker he can return to the country he fled during the war because it is safe to do so, in what is thought to be the first case of its kind.

    The 25-year-old asylum seeker sought sanctuary in the UK in May 2020. He fled forcible conscription into Bashar al-Assad’s army in 2017, saying that he would have been forced to kill other Syrians. He said that if he is forced back to Syria he will be targeted as a draft evader, arrested, detained and killed.

    Continue reading...", - "content": "

    Man, 25, fears he will be killed after fleeing forcible conscription into Bashar al-Assad’s army

    The Home Office has told a Syrian asylum seeker he can return to the country he fled during the war because it is safe to do so, in what is thought to be the first case of its kind.

    The 25-year-old asylum seeker sought sanctuary in the UK in May 2020. He fled forcible conscription into Bashar al-Assad’s army in 2017, saying that he would have been forced to kill other Syrians. He said that if he is forced back to Syria he will be targeted as a draft evader, arrested, detained and killed.

    Continue reading...", - "category": "Immigration and asylum", - "link": "https://www.theguardian.com/uk-news/2022/jan/09/home-office-tells-syrian-asylum-seeker-he-can-return-safely", - "creator": "Diane Taylor", - "pubDate": "2022-01-09T15:22:29Z", + "title": "Indonesia records highest daily Covid cases in three months", + "description": "

    The world’s fourth most populous country is braced for a new, Omicron-fuelled wave of infections

    Indonesia reported 1,054 new Covid-19 cases on Saturday, the highest daily increase in three months, as the government braces for a new wave of coronavirus infections driven by the spread of the Omicron variant.

    The world’s fourth most populous country grappled with a devastating second wave of infections in July, driven by the spread of the Delta variant.

    Continue reading...", + "content": "

    The world’s fourth most populous country is braced for a new, Omicron-fuelled wave of infections

    Indonesia reported 1,054 new Covid-19 cases on Saturday, the highest daily increase in three months, as the government braces for a new wave of coronavirus infections driven by the spread of the Omicron variant.

    The world’s fourth most populous country grappled with a devastating second wave of infections in July, driven by the spread of the Delta variant.

    Continue reading...", + "category": "Indonesia", + "link": "https://www.theguardian.com/world/2022/jan/15/indonesia-records-highest-daily-covid-cases-in-three-months", + "creator": "Reuters in Jakarta", + "pubDate": "2022-01-15T14:45:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270574,17 +274864,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "976f61fdbcbed88956b0e7bf038f6cee", + "hash": "0f5d9f9d54eb877be037d6582bd848ef", "highlights": [] }, { - "title": "New York mayor Eric Adams faces nepotism claim over job for brother", - "description": "

    The Democrat has faced criticism over police role for brother and appointment of scandal-hit former officer to public safety post

    Eric Adams has promised to restore “swagger” to New York, the city he has run as mayor for barely a week. In that brief time, he has also attracted fierce criticism and flirted with scandal.

    As deputy mayor for public safety, Adams appointed a former top police chief who resigned during a federal investigation.

    Continue reading...", - "content": "

    The Democrat has faced criticism over police role for brother and appointment of scandal-hit former officer to public safety post

    Eric Adams has promised to restore “swagger” to New York, the city he has run as mayor for barely a week. In that brief time, he has also attracted fierce criticism and flirted with scandal.

    As deputy mayor for public safety, Adams appointed a former top police chief who resigned during a federal investigation.

    Continue reading...", - "category": "Eric Adams", - "link": "https://www.theguardian.com/us-news/2022/jan/09/new-york-mayor-eric-adams-brother-nepotism", - "creator": "Edward Helmore in New York", - "pubDate": "2022-01-09T06:00:13Z", + "title": "There’s a new Amazon Fresh shop near me – so I just popped in", + "description": "

    Capitalism’s great trick is to make us long for the useless and unnecessary. Under the bright lights, I felt that itch starting up

    All I can say is that I should have known better. No, my decision to visit the branch of Amazon Fresh that has just opened near where I live was not at all a good match for the sweeping month-long programme of mindfulness and joy-sparking I tentatively set in motion for myself on 1 January. But there I was all the same, curiosity having got the better of me. And yes, the result was predictably awful. As any wellness guru worth the name could doubtless have told me, this way lay simmering despair and an almost overwhelming desire to buy a packet of Jacob’s Mini Cheddars.

    I still have no idea how Amazon got the go-ahead to set up a branch of the grocery wing of its rampaging empire in the grade-II listed building it now inhabits: an old tram depot that when I first came to this part of London was the home of lots of little antique shops (RIP). There was, I seem to remember, a bit of a kerfuffle over its alcohol licence, but in the end it got the green light, in spite of the fact that there are already three large supermarkets mere metres away. Now it stands there rather mournfully, its lurid sign seemingly aiming to attract either those who simply cannot be bothered to cross the road, or those who prefer to keep on their headphones as they shop. (Amazon Fresh’s USP is that it has no tills, so customers need not speak to a single soul.) This, I have read, is one of 10 branches in the capital so far; by 2025, the company hopes to have 260 across the UK.

    Continue reading...", + "content": "

    Capitalism’s great trick is to make us long for the useless and unnecessary. Under the bright lights, I felt that itch starting up

    All I can say is that I should have known better. No, my decision to visit the branch of Amazon Fresh that has just opened near where I live was not at all a good match for the sweeping month-long programme of mindfulness and joy-sparking I tentatively set in motion for myself on 1 January. But there I was all the same, curiosity having got the better of me. And yes, the result was predictably awful. As any wellness guru worth the name could doubtless have told me, this way lay simmering despair and an almost overwhelming desire to buy a packet of Jacob’s Mini Cheddars.

    I still have no idea how Amazon got the go-ahead to set up a branch of the grocery wing of its rampaging empire in the grade-II listed building it now inhabits: an old tram depot that when I first came to this part of London was the home of lots of little antique shops (RIP). There was, I seem to remember, a bit of a kerfuffle over its alcohol licence, but in the end it got the green light, in spite of the fact that there are already three large supermarkets mere metres away. Now it stands there rather mournfully, its lurid sign seemingly aiming to attract either those who simply cannot be bothered to cross the road, or those who prefer to keep on their headphones as they shop. (Amazon Fresh’s USP is that it has no tills, so customers need not speak to a single soul.) This, I have read, is one of 10 branches in the capital so far; by 2025, the company hopes to have 260 across the UK.

    Continue reading...", + "category": "Supermarkets", + "link": "https://www.theguardian.com/food/2022/jan/15/amazon-fresh-near-me-spring-rolls-and-despair-rachel-cooke", + "creator": "Rachel Cooke", + "pubDate": "2022-01-15T16:00:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270596,17 +274886,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "090ff5f4456de9e392e0f3f755fcb32b", + "hash": "2c1b464b41219ff7208963131e3cee5c", "highlights": [] }, { - "title": "More than 99,000 new cases nationwide on NSW’s deadliest day of pandemic", - "description": "

    NSW records 30,062 new Covid cases and 16 deaths; Victoria reports 44,155 cases and four deaths; Queensland records 18,000 cases, South Australia 4,506 cases and one death, Tasmania 1,406 cases, ACT 1,039, NT 481 and WA one. This blog is now closed

    The health minister, Greg Hunt, has been asked about Novak Djokovic’s court case.

    Hunt declined to comment, citing the fact the matter is before the court but did reveal that two other people connected with the Australian Open tournament have left Australia after their visas were cancelled.

    In relation to Novak Djokovic, as this is now a matter before the courts, I will respectfully leave any commentary until after it has been heard by the court and my understanding is that there is a hearing tomorrow.

    My other advice from border force is that their assessment of any visas relating to the Australian Open has now been completed and two other individuals have now voluntarily left the country – as is the case with an individual who has their visa cancelled is entitled to leave the country at any time, even while they are going through a court proceeding but that is a matter for them. Beyond that, the advice is that there is an ongoing court case so we respectfully are not making any additional comment.

    Continue reading...", - "content": "

    NSW records 30,062 new Covid cases and 16 deaths; Victoria reports 44,155 cases and four deaths; Queensland records 18,000 cases, South Australia 4,506 cases and one death, Tasmania 1,406 cases, ACT 1,039, NT 481 and WA one. This blog is now closed

    The health minister, Greg Hunt, has been asked about Novak Djokovic’s court case.

    Hunt declined to comment, citing the fact the matter is before the court but did reveal that two other people connected with the Australian Open tournament have left Australia after their visas were cancelled.

    In relation to Novak Djokovic, as this is now a matter before the courts, I will respectfully leave any commentary until after it has been heard by the court and my understanding is that there is a hearing tomorrow.

    My other advice from border force is that their assessment of any visas relating to the Australian Open has now been completed and two other individuals have now voluntarily left the country – as is the case with an individual who has their visa cancelled is entitled to leave the country at any time, even while they are going through a court proceeding but that is a matter for them. Beyond that, the advice is that there is an ongoing court case so we respectfully are not making any additional comment.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/australia-news/live/2022/jan/09/novak-djokovic-court-visa-omicron-covid-case-numbers-hospitals-queensland-floods", - "creator": "Caitlin Cassidy and Justine Landis-Hanley (earlier)", - "pubDate": "2022-01-09T07:16:10Z", + "title": "Ten ways to take control of your smartphone", + "description": "

    Overwhelmed by messages, notifications and distractions? You can reclaim your focus without a full digital detox

    Are you in control of your smartphone or is it in control of you? Sometimes it is difficult to tell. One minute you might be using FaceTime to chat with loved ones or talking about your favourite TV show on Twitter. Next, you’re stuck in a TikTok “scroll hole” or tapping your 29th email notification of the day and no longer able to focus on anything else.

    We often feel like we can’t pull ourselves away from our devices. As various psychologists and Silicon Valley whistleblowers have stated, that is by design.

    Becca Caddy is the author of Screen Time: How to Make Peace With Your Devices and Find Your Techquilibrium (Blink, £14.99). To support the Guardian and Observer order your copy at guardianbookshop.com. Delivery charges may apply

    Continue reading...", + "content": "

    Overwhelmed by messages, notifications and distractions? You can reclaim your focus without a full digital detox

    Are you in control of your smartphone or is it in control of you? Sometimes it is difficult to tell. One minute you might be using FaceTime to chat with loved ones or talking about your favourite TV show on Twitter. Next, you’re stuck in a TikTok “scroll hole” or tapping your 29th email notification of the day and no longer able to focus on anything else.

    We often feel like we can’t pull ourselves away from our devices. As various psychologists and Silicon Valley whistleblowers have stated, that is by design.

    Becca Caddy is the author of Screen Time: How to Make Peace With Your Devices and Find Your Techquilibrium (Blink, £14.99). To support the Guardian and Observer order your copy at guardianbookshop.com. Delivery charges may apply

    Continue reading...", + "category": "Smartphones", + "link": "https://www.theguardian.com/technology/2022/jan/15/ten-ways-to-take-control-of-your-smartphone-attention-screentime", + "creator": "Becca Caddy", + "pubDate": "2022-01-15T17:00:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270618,17 +274908,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "941aee7f40b29fa2a8f36b4e98ea6d97", + "hash": "df7b4449981f92a2017347690fca674d", "highlights": [] }, { - "title": "England avoid Ashes whitewash after surviving in fourth Test with Australia", - "description": "

    England have avoided an Ashes whitewash after surviving a late onslaught from Australia’s bowling attack to draw the fourth Test in Sydney with one wicket to spare. Australia remain 3-0 in the series, with the final Test due to start in Hobart on 14 January.

    Veteran tailenders Stuart Broad and Jimmy Anderson saw England to safety, following the dismissal of Jack Leach with two overs to spare and Jonny Bairstow, who was gone for 41 from 105 balls when he popped a catch to silly mid-off off the irrepressible Scott Boland.

    Continue reading...", - "content": "

    England have avoided an Ashes whitewash after surviving a late onslaught from Australia’s bowling attack to draw the fourth Test in Sydney with one wicket to spare. Australia remain 3-0 in the series, with the final Test due to start in Hobart on 14 January.

    Veteran tailenders Stuart Broad and Jimmy Anderson saw England to safety, following the dismissal of Jack Leach with two overs to spare and Jonny Bairstow, who was gone for 41 from 105 balls when he popped a catch to silly mid-off off the irrepressible Scott Boland.

    Continue reading...", - "category": "Ashes 2021-22", - "link": "https://www.theguardian.com/sport/2022/jan/09/england-avoid-ashes-whitewash-australia-fourth-test-day-five-report", - "creator": "PA Media", - "pubDate": "2022-01-09T07:51:29Z", + "title": "How weekly bike rides with a group of supportive women showed me a route to joy", + "description": "When Tanya Frank joined a group of ‘joyriders’, she rediscovered her love of cycling and found a caring community

    I always thought that joyriding meant nicking cars and taking them for a spin, often when drunk. It was what some of the wayward lads did on the Chingford Hall council estate where I grew up. So, I was surprised when the Waltham Forest newsletter reported a different kind of joyriding: a cycling group that is free, for women, and that loans bikes to the members who need them. It has grown since its inception, but JoyRiders started right here in my borough where we have an infrastructure of 27km of cycle paths, known as Mini Holland.

    London was edging out of the last lockdown and one of the most isolating years we have ever experienced when I discovered the group. I had returned to my roots after living in California in the hope that this country might be kinder to my youngest son. He had bounced around in the mental health system in the USA for almost a decade, where the “cure” had been worse than the diagnosis. But the pandemic hampered my plan. When my son was admitted to a psychiatric hospital yet again, only here instead of in America, I knew I needed a better road map to find my way through the pain.

    Continue reading...", + "content": "When Tanya Frank joined a group of ‘joyriders’, she rediscovered her love of cycling and found a caring community

    I always thought that joyriding meant nicking cars and taking them for a spin, often when drunk. It was what some of the wayward lads did on the Chingford Hall council estate where I grew up. So, I was surprised when the Waltham Forest newsletter reported a different kind of joyriding: a cycling group that is free, for women, and that loans bikes to the members who need them. It has grown since its inception, but JoyRiders started right here in my borough where we have an infrastructure of 27km of cycle paths, known as Mini Holland.

    London was edging out of the last lockdown and one of the most isolating years we have ever experienced when I discovered the group. I had returned to my roots after living in California in the hope that this country might be kinder to my youngest son. He had bounced around in the mental health system in the USA for almost a decade, where the “cure” had been worse than the diagnosis. But the pandemic hampered my plan. When my son was admitted to a psychiatric hospital yet again, only here instead of in America, I knew I needed a better road map to find my way through the pain.

    Continue reading...", + "category": "Cycling", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/15/how-weekly-bike-rides-with-a-group-of-supportive-women-showed-me-a-route-to-joy", + "creator": "Tanya Frank", + "pubDate": "2022-01-15T16:00:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270636,21 +274926,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a09fd95481a46ca2e3283dc5f532a3e2", + "hash": "ce094929223ba7d5bbfa643207824d48", "highlights": [] }, { - "title": "Rising anger with Turkey drives calls for reunification in crisis-hit northern Cyprus", - "description": "

    With the economy in freefall and allegations of political interference, people have taken to the streets to advocate for federal future

    In his sun-filled office in north Nicosia, Şener Elcil is plotting his next protest. Anger, he says, is in the air in Turkish-occupied northern Cyprus.

    The economy is in freefall, thanks to the self-declared republic’s financial and political dependence on Turkey. Thousands have taken to the streets, spurred by inflation rates that have left many struggling to make ends meet; ahead of parliamentary polls later this month, calls for a boycott are mounting, while a blacklist of Turkish Cypriot dissidents, reportedly drawn up at the behest of Ankara, has spawned consternation and fear.

    Continue reading...", - "content": "

    With the economy in freefall and allegations of political interference, people have taken to the streets to advocate for federal future

    In his sun-filled office in north Nicosia, Şener Elcil is plotting his next protest. Anger, he says, is in the air in Turkish-occupied northern Cyprus.

    The economy is in freefall, thanks to the self-declared republic’s financial and political dependence on Turkey. Thousands have taken to the streets, spurred by inflation rates that have left many struggling to make ends meet; ahead of parliamentary polls later this month, calls for a boycott are mounting, while a blacklist of Turkish Cypriot dissidents, reportedly drawn up at the behest of Ankara, has spawned consternation and fear.

    Continue reading...", - "category": "Cyprus", - "link": "https://www.theguardian.com/world/2022/jan/09/rising-anger-with-turkey-drives-calls-for-reunification-in-crisis-hit-northern-cyprus", - "creator": "Helena Smith in North Nicosia", - "pubDate": "2022-01-09T10:00:17Z", + "title": "Thank you for giving generously to the Guardian and Observer charity appeal", + "description": "

    This weekend is the last chance to donate to our 2021 appeal supporting those on the frontline of the climate emergency

    In this year’s Guardian and Observer charity appeal we have supported communities and individuals hit hardest by the climate emergency, people who have seen their lives upended and livelihoods lost by extreme weather. It’s a topical issue, and not going away – and there is still time to donate: so far we have raised over £800,000.

    Our appeal is shaped by vivid stories of climate emergency: floods, drought and wildfires; from reindeer killed by unnatural arctic heat to chronic crop failure by the shores of Lake Victoria. At its heart, however, lies inequality and poverty: the stark truth is the countries least responsible for global emissions have by far suffered worst from climate-induced disasters.

    Continue reading...", + "content": "

    This weekend is the last chance to donate to our 2021 appeal supporting those on the frontline of the climate emergency

    In this year’s Guardian and Observer charity appeal we have supported communities and individuals hit hardest by the climate emergency, people who have seen their lives upended and livelihoods lost by extreme weather. It’s a topical issue, and not going away – and there is still time to donate: so far we have raised over £800,000.

    Our appeal is shaped by vivid stories of climate emergency: floods, drought and wildfires; from reindeer killed by unnatural arctic heat to chronic crop failure by the shores of Lake Victoria. At its heart, however, lies inequality and poverty: the stark truth is the countries least responsible for global emissions have by far suffered worst from climate-induced disasters.

    Continue reading...", + "category": "Climate crisis", + "link": "https://www.theguardian.com/environment/2022/jan/15/thank-you-for-giving-generously-to-the-guardian-and-observer-charity-appeal", + "creator": "Katharine Viner", + "pubDate": "2022-01-15T07:00:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270662,17 +274952,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8354aec17a82b57fa6c6b11737d0ecef", + "hash": "931a55f94c82778b471bf885b0c4a79c", "highlights": [] }, { - "title": "New treatment may save eyesight of children with ‘devastating’ CLN2 disease", - "description": "

    Brineura, already given to children with life-limiting genetic disease, to be injected into back of eye in Great Ormond Street trial

    Eight children born with a “devastating” genetic disease in England have become the first in the world to receive a “pioneering” treatment aimed at stopping them from going blind.

    Doctors at Great Ormond Street hospital in London are trialling a drug they believe may save the eyesight of the children who have CLN2-type Batten disease. Brineura, already successful in animals, is being administered to four boys and four girls on a compassionate use basis.

    Continue reading...", - "content": "

    Brineura, already given to children with life-limiting genetic disease, to be injected into back of eye in Great Ormond Street trial

    Eight children born with a “devastating” genetic disease in England have become the first in the world to receive a “pioneering” treatment aimed at stopping them from going blind.

    Doctors at Great Ormond Street hospital in London are trialling a drug they believe may save the eyesight of the children who have CLN2-type Batten disease. Brineura, already successful in animals, is being administered to four boys and four girls on a compassionate use basis.

    Continue reading...", - "category": "Health", - "link": "https://www.theguardian.com/society/2022/jan/09/new-treatment-may-save-eyesight-of-children-with-devastating-cln2-disease", - "creator": "Andrew Gregory Health editor", - "pubDate": "2022-01-09T14:00:22Z", + "title": "Rosie Holt: the satirist whose ‘Tory MP’ video had so many fooled", + "description": "

    She began creating them as an outlet during the first lockdown, now the actress’s spoof sketches are a massive internet hit

    The video was, according to former Ukip leader Henry Bolton, evidence of the declining quality of MPs. Anthony Grayling, the philosopher, described her as a “bald-faced emetic” and Philip Pullman, the author, said he was “aghast”.

    Their collective outrage was directed at the words of Rosie Holt who, asked by an interviewer whether she attended any of the Downing Street parties, said that until Sue Gray completes her report “your guess is as good as mine: I don’t know whether I attended the party”.

    Continue reading...", + "content": "

    She began creating them as an outlet during the first lockdown, now the actress’s spoof sketches are a massive internet hit

    The video was, according to former Ukip leader Henry Bolton, evidence of the declining quality of MPs. Anthony Grayling, the philosopher, described her as a “bald-faced emetic” and Philip Pullman, the author, said he was “aghast”.

    Their collective outrage was directed at the words of Rosie Holt who, asked by an interviewer whether she attended any of the Downing Street parties, said that until Sue Gray completes her report “your guess is as good as mine: I don’t know whether I attended the party”.

    Continue reading...", + "category": "Comedy", + "link": "https://www.theguardian.com/culture/2022/jan/15/rosie-holt-the-satirist-whose-tory-mp-video-had-so-many-fooled", + "creator": "James Tapper", + "pubDate": "2022-01-15T17:20:22Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270684,17 +274974,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ba5677dd16013829344498ed993b56c", + "hash": "8bab7b5f60a75899f723d301f11b84af", "highlights": [] }, { - "title": "‘It’s a huge political albatross’: Guantánamo Bay, 20 years on", - "description": "

    The US-run enclave has proved hard to dismantle over two decades, a legal anomaly and lead weight wrapped around America’s global reputation

    On 4 January 2002, Brig Gen Michael Lehnert received an urgent deployment order. He would take a small force of marines and sailors and build a prison camp in the US-run military enclave on Cuba’s south coast, Guantánamo Bay.

    Lehnert had 96 hours to deploy and build the first 100 cells, in time for the first plane-load of captives arriving from the battlefield in Afghanistan on 11 January. The job was done on time: a grid of chain-link cages surrounded by barbed wire and six plywood guard towers manned by snipers. There were five windowless huts for interrogations. It was named Camp X-Ray.

    Continue reading...", - "content": "

    The US-run enclave has proved hard to dismantle over two decades, a legal anomaly and lead weight wrapped around America’s global reputation

    On 4 January 2002, Brig Gen Michael Lehnert received an urgent deployment order. He would take a small force of marines and sailors and build a prison camp in the US-run military enclave on Cuba’s south coast, Guantánamo Bay.

    Lehnert had 96 hours to deploy and build the first 100 cells, in time for the first plane-load of captives arriving from the battlefield in Afghanistan on 11 January. The job was done on time: a grid of chain-link cages surrounded by barbed wire and six plywood guard towers manned by snipers. There were five windowless huts for interrogations. It was named Camp X-Ray.

    Continue reading...", - "category": "Guantánamo Bay", - "link": "https://www.theguardian.com/us-news/2022/jan/09/guantanamo-bay-20-years-on-detainees", - "creator": "Julian Borger in Washington", - "pubDate": "2022-01-09T10:00:17Z", + "title": "Wounds of Bronx fire felt half a world away in the Gambia", + "description": "

    People in two tiny West Africa towns are stunned by the deaths of sisters, nephews and mothers in a tight-knit immigrant community

    Early on Sunday morning, Ebrima Dukureh, 60, answered a phone call at his home in the Gambian town of Allunhari.

    It was his nephew, Haji Dukureh, 49, calling from New York City, to check in – as he often did. The two men caught up on news, asked after each other’s families and exchanged blessings.

    Continue reading...", + "content": "

    People in two tiny West Africa towns are stunned by the deaths of sisters, nephews and mothers in a tight-knit immigrant community

    Early on Sunday morning, Ebrima Dukureh, 60, answered a phone call at his home in the Gambian town of Allunhari.

    It was his nephew, Haji Dukureh, 49, calling from New York City, to check in – as he often did. The two men caught up on news, asked after each other’s families and exchanged blessings.

    Continue reading...", + "category": "The Gambia", + "link": "https://www.theguardian.com/world/2022/jan/15/gambia-families-mourn-relatives-bronx-fire", + "creator": "Omar Wally in Allunhari and Emmanuel Akinwotu", + "pubDate": "2022-01-15T10:00:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270706,17 +274996,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f280bb3723b33b6516caa649e97ab050", + "hash": "a24a689840e1ea4351d31c00c92c5f4e", "highlights": [] }, { - "title": "Hanya Yanagihara: ‘I have the right to write about whatever I want’", - "description": "

    To Paradise, the new novel from the writer of A Little Life, has been widely hailed as a masterpiece. But where did she get the unflinching eye she turns on America’s idea of itself?

    Hanya Yanagihara’s debut novel taught her not to give up her day job as a travel writer and editor. The People in the Trees was the story of a scientist jailed for sexually abusing children he adopted during his Nobel-winning research on a Pacific island. It impressed reviewers with its exhaustive inventiveness and its refusal to offer redemption or solace, but sold only a few thousand copies when it was published in 2013.

    Two years later, the Manhattan-based writer released a novel that was twice as long and even less forgiving. It was about the fallout, among four college friends, from the appalling childhood sexual abuse of one of their group, and it hit the jackpot, becoming one of those vanishingly rare literary break-outs. Victoria Beckham and Dua Lipa declared themselves fans, while an equally passionate group of readers condemned it as gratuitous, even “evil”. A Little Life sold a quarter of a million print copies in the UK alone, where it was shortlisted for the Booker and the Women’s prize for fiction. But far from giving up her day job, Yanagihara took on a bigger one, as editor-in-chief of T, the New York Times style magazine.

    Continue reading...", - "content": "

    To Paradise, the new novel from the writer of A Little Life, has been widely hailed as a masterpiece. But where did she get the unflinching eye she turns on America’s idea of itself?

    Hanya Yanagihara’s debut novel taught her not to give up her day job as a travel writer and editor. The People in the Trees was the story of a scientist jailed for sexually abusing children he adopted during his Nobel-winning research on a Pacific island. It impressed reviewers with its exhaustive inventiveness and its refusal to offer redemption or solace, but sold only a few thousand copies when it was published in 2013.

    Two years later, the Manhattan-based writer released a novel that was twice as long and even less forgiving. It was about the fallout, among four college friends, from the appalling childhood sexual abuse of one of their group, and it hit the jackpot, becoming one of those vanishingly rare literary break-outs. Victoria Beckham and Dua Lipa declared themselves fans, while an equally passionate group of readers condemned it as gratuitous, even “evil”. A Little Life sold a quarter of a million print copies in the UK alone, where it was shortlisted for the Booker and the Women’s prize for fiction. But far from giving up her day job, Yanagihara took on a bigger one, as editor-in-chief of T, the New York Times style magazine.

    Continue reading...", - "category": "Hanya Yanagihara", - "link": "https://www.theguardian.com/books/2022/jan/09/hanya-yanagihara-to-paradise-interview-a-little-life", - "creator": "Claire Armitstead", - "pubDate": "2022-01-09T08:00:16Z", + "title": "Peter Crouch: ‘I first did my robot dance at David Beckham’s house party’", + "description": "The footballer, 40, on playing for Dulwich Hamlet, worrying about dementia, fans teasing him for being so tall and writing poems for his wife

    My first love was Italian football. It was so flamboyant. Gianluca Vialli was my idol; he had this effortless style. I was also transfixed by the Football Italia show on Channel 4, James Richardson sitting by a swimming pool with his pink Gazzetta dello Sport and his tiny little cup. I said to Dad, “Why is his cup so small?” He had to explain it was an espresso, not a tiny cup of bog-standard tea.

    I can be romantic. When I proposed to Ab [Abbey Clancy, Crouch’s wife] in a villa in Ibiza I set up candles all the way downstairs so she could follow them to me. I once whisked her away for a weekend in Paris and surprised her with a new outfit each night. Not all of it was perfect, but I tried my best. When I played football I used to write little poems for her and leave them around the house. I should still do that really.

    Continue reading...", + "content": "The footballer, 40, on playing for Dulwich Hamlet, worrying about dementia, fans teasing him for being so tall and writing poems for his wife

    My first love was Italian football. It was so flamboyant. Gianluca Vialli was my idol; he had this effortless style. I was also transfixed by the Football Italia show on Channel 4, James Richardson sitting by a swimming pool with his pink Gazzetta dello Sport and his tiny little cup. I said to Dad, “Why is his cup so small?” He had to explain it was an espresso, not a tiny cup of bog-standard tea.

    I can be romantic. When I proposed to Ab [Abbey Clancy, Crouch’s wife] in a villa in Ibiza I set up candles all the way downstairs so she could follow them to me. I once whisked her away for a weekend in Paris and surprised her with a new outfit each night. Not all of it was perfect, but I tried my best. When I played football I used to write little poems for her and leave them around the house. I should still do that really.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/15/this-much-i-know-peter-croucn-i-first-did-my-robot-dance-at-david-beckhams-party", + "creator": "Mark Bailey", + "pubDate": "2022-01-15T14:00:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270728,17 +275018,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9c6a186211899325cd60ef6b2b84f0c", + "hash": "3279b73dcfce546dd3bd8194a68b39d1", "highlights": [] }, { - "title": "DC media makes meal of supposed Sotomayor restaurant sighting", - "description": "

    Newsletter reports supreme court justice dined with Democrats after incorrectly identifying Chuck Schumer’s wife as the justice

    The most Washington website of all was forced to issue a diplomatic correction on Saturday, in a second recent iteration of perhaps the most Washington story of all: mistaken reporting about diners at Le Diplomate, a restaurant popular with DC politicos.

    The website in question was Politico, the capital and Capitol-covering tipsheet which with characteristic capitals informed readers of its Playbook email: “SPOTTED: Speaker NANCY PELOSI, Senate Majority Leader CHUCK SCHUMER, Sen[ators] AMY KLOBUCHAR (D-Minn) and DICK DURBIN (D-Ill) and Justice SONIA SOTOMAYOR dining together at Le Diplomate on Friday night.”

    Continue reading...", - "content": "

    Newsletter reports supreme court justice dined with Democrats after incorrectly identifying Chuck Schumer’s wife as the justice

    The most Washington website of all was forced to issue a diplomatic correction on Saturday, in a second recent iteration of perhaps the most Washington story of all: mistaken reporting about diners at Le Diplomate, a restaurant popular with DC politicos.

    The website in question was Politico, the capital and Capitol-covering tipsheet which with characteristic capitals informed readers of its Playbook email: “SPOTTED: Speaker NANCY PELOSI, Senate Majority Leader CHUCK SCHUMER, Sen[ators] AMY KLOBUCHAR (D-Minn) and DICK DURBIN (D-Ill) and Justice SONIA SOTOMAYOR dining together at Le Diplomate on Friday night.”

    Continue reading...", - "category": "Washington DC", - "link": "https://www.theguardian.com/us-news/2022/jan/09/politico-sonia-sotomayor-dc-eatery", - "creator": "Martin Pengelly", - "pubDate": "2022-01-09T13:36:41Z", + "title": "Protesters rally across UK against police and crime bill", + "description": "

    Bill condemned by activists as an attack on the right to protest will be voted on in the Lords on Monday

    Protesters have taken to the streets in cities across the UK to rally against the police and crime bill, which is reaching its final stages in parliament.

    The police, crime, sentencing and courts bill, sections of which have been condemned by human rights activists as an attack on the right to protest, will be voted on in the House of Lords on Monday.

    Continue reading...", + "content": "

    Bill condemned by activists as an attack on the right to protest will be voted on in the Lords on Monday

    Protesters have taken to the streets in cities across the UK to rally against the police and crime bill, which is reaching its final stages in parliament.

    The police, crime, sentencing and courts bill, sections of which have been condemned by human rights activists as an attack on the right to protest, will be voted on in the House of Lords on Monday.

    Continue reading...", + "category": "Police", + "link": "https://www.theguardian.com/uk-news/2022/jan/15/protesters-rally-across-uk-against-police-and-bill", + "creator": "Clea Skopeliti", + "pubDate": "2022-01-15T16:48:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270750,17 +275040,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1cc4e88a11529d3489ef6383db248ae", + "hash": "3a1c452933317b45d1d55cc8c6710ec4", "highlights": [] }, { - "title": "Lack of English speakers embarrasses Czech coalition", - "description": "

    The new government risks being isolated, particularly in the EU where English remains the working language, warn critics

    When a new five-party coalition took office in the Czech Republic a week before Christmas, it was expected to herald a reaffirmation of the country’s Europhile and western credentials after years of ambivalence and hedging under an outgoing populist government.

    Instead, the new administration – headed by Petr Fiala, a former political science professor who replaced the former oligarch Andrej Babiš as prime minister – has found its carefully crafted outward-looking image tarnished by embarrassing revelations about its members’ poor English-speaking skills.

    Continue reading...", - "content": "

    The new government risks being isolated, particularly in the EU where English remains the working language, warn critics

    When a new five-party coalition took office in the Czech Republic a week before Christmas, it was expected to herald a reaffirmation of the country’s Europhile and western credentials after years of ambivalence and hedging under an outgoing populist government.

    Instead, the new administration – headed by Petr Fiala, a former political science professor who replaced the former oligarch Andrej Babiš as prime minister – has found its carefully crafted outward-looking image tarnished by embarrassing revelations about its members’ poor English-speaking skills.

    Continue reading...", - "category": "Czech Republic", - "link": "https://www.theguardian.com/world/2022/jan/09/lack-of-english-speakers-embarrasses-czech-coalition", - "creator": "Robert Tait in Prague", - "pubDate": "2022-01-09T09:15:16Z", + "title": "‘We’ll fight to the end.’ Ukraine defiant in face of Vladimir Putin’s phoney war", + "description": "

    Kyiv’s middle-class professionals ready to take up arms again

    The mood last week in Ukraine was eerily calm, despite talk of war. The first winter snow blanketed Kyiv. Many were still celebrating Orthodox Christmas – which falls on 7 January – or had left town for the holidays. Bars and restaurants rang out with Dean Martin’s Let It Snow!, while the fir trees in Independence Square looked like a mini-Narnia.

    Sure, Russia might invade at any moment. But, as Ukrainians wearily point out, the country has already been at war for eight long years, ever since Vladimir Putin annexed Crimea and kickstarted a brutish conflict in the east of the country, which has claimed nearly 14,000 lives. Friday’s dawn cyber-attack on government websites was merely the latest in a series of hostile acts.

    Continue reading...", + "content": "

    Kyiv’s middle-class professionals ready to take up arms again

    The mood last week in Ukraine was eerily calm, despite talk of war. The first winter snow blanketed Kyiv. Many were still celebrating Orthodox Christmas – which falls on 7 January – or had left town for the holidays. Bars and restaurants rang out with Dean Martin’s Let It Snow!, while the fir trees in Independence Square looked like a mini-Narnia.

    Sure, Russia might invade at any moment. But, as Ukrainians wearily point out, the country has already been at war for eight long years, ever since Vladimir Putin annexed Crimea and kickstarted a brutish conflict in the east of the country, which has claimed nearly 14,000 lives. Friday’s dawn cyber-attack on government websites was merely the latest in a series of hostile acts.

    Continue reading...", + "category": "Ukraine", + "link": "https://www.theguardian.com/world/2022/jan/15/well-fight-to-the-end-ukraine-defiant-in-face-of-vladimir-putins-phoney-war", + "creator": "Luke Harding", + "pubDate": "2022-01-15T16:00:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270772,17 +275062,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "51bf49c203c5146dcd4fed29d6a930f0", + "hash": "e085327043240c7d02346c16004169c6", "highlights": [] }, { - "title": "Do smart supermarkets herald the end of shopping as we know it?", - "description": "

    A new breed of supermarkets means the days of queues, checkouts and shoplifting are numbered. But what else will we lose when no-transaction shopping becomes the norm?

    Welcome to the supermarkets of the future. They may look and feel like the supermarkets we are all used to – and stock the same bread, butter and bananas – but these shops are now fitted out with more than £1m of the latest technology that their bosses promise will put an end to our biggest frustration (queueing) and our most persistent crime (shoplifting).

    Jill French, a legal secretary in her 30s, wearing a sharp navy suit and matching beret, has just left a Tesco Express on London’s Holborn Viaduct empty-handed. It’s coming up to 6.30pm on a Thursday and, like dozens of others, French has popped in for a few essentials on her way home. “I just went in to grab pasta, milk and some broccoli,” she says. “But there was such a queue I got frustrated and walked out.”

    Continue reading...", - "content": "

    A new breed of supermarkets means the days of queues, checkouts and shoplifting are numbered. But what else will we lose when no-transaction shopping becomes the norm?

    Welcome to the supermarkets of the future. They may look and feel like the supermarkets we are all used to – and stock the same bread, butter and bananas – but these shops are now fitted out with more than £1m of the latest technology that their bosses promise will put an end to our biggest frustration (queueing) and our most persistent crime (shoplifting).

    Jill French, a legal secretary in her 30s, wearing a sharp navy suit and matching beret, has just left a Tesco Express on London’s Holborn Viaduct empty-handed. It’s coming up to 6.30pm on a Thursday and, like dozens of others, French has popped in for a few essentials on her way home. “I just went in to grab pasta, milk and some broccoli,” she says. “But there was such a queue I got frustrated and walked out.”

    Continue reading...", - "category": "Retail industry", - "link": "https://www.theguardian.com/business/2022/jan/09/do-smart-supermarkets-herald-the-end-of-shopping-as-we-know-it", - "creator": "Rupert Neate", - "pubDate": "2022-01-09T07:00:15Z", + "title": "Dakar Rally 2022: veterans, debuts and biofuels – a photo essay", + "description": "

    This year’s rally once again returned to Saudi Arabia where 750 competitors in 430 vehicles traversed more than 8,000km over 12 stages. The rally started and ended in Jeddah, going through canyons and cliffs in the Neom region, passing by the Red Sea coastline, into stretches of dunes surrounding the capital Riyadh.

    Click here to check out images of the rally from yesteryear

    From Jeddah to Riyadh and everywhere in between, this has been a visually spectacular year at the Dakar Rally in Saudi Arabia. Fourteen days of dunes, fast straight tracks, rocky sections, and cliff backdrops. Titles have been contested and first-time entrants have been broken in. All of the contestants were hoping for glory in the vast desert landscape where mistakes are rarely forgiven, but few claimed it.

    The dust settles on the world’s toughest rallying event and a variety of stories emerge from the Saudi desert. Nani Roma, the seasoned veteran who has won the Dakar on both a motorbike and in a car, showed us how far biofuels have come in recent years.

    Bahrain Raid Extreme driver Nani Roma and co-driver Alex Haro Bravo drive their Prodrive Hunter T1 on Stage 7 from Riyadh to Al Dawadimi. Photograph: Marian Chytka

    Continue reading...", + "content": "

    This year’s rally once again returned to Saudi Arabia where 750 competitors in 430 vehicles traversed more than 8,000km over 12 stages. The rally started and ended in Jeddah, going through canyons and cliffs in the Neom region, passing by the Red Sea coastline, into stretches of dunes surrounding the capital Riyadh.

    Click here to check out images of the rally from yesteryear

    From Jeddah to Riyadh and everywhere in between, this has been a visually spectacular year at the Dakar Rally in Saudi Arabia. Fourteen days of dunes, fast straight tracks, rocky sections, and cliff backdrops. Titles have been contested and first-time entrants have been broken in. All of the contestants were hoping for glory in the vast desert landscape where mistakes are rarely forgiven, but few claimed it.

    The dust settles on the world’s toughest rallying event and a variety of stories emerge from the Saudi desert. Nani Roma, the seasoned veteran who has won the Dakar on both a motorbike and in a car, showed us how far biofuels have come in recent years.

    Bahrain Raid Extreme driver Nani Roma and co-driver Alex Haro Bravo drive their Prodrive Hunter T1 on Stage 7 from Riyadh to Al Dawadimi. Photograph: Marian Chytka

    Continue reading...", + "category": "Rallying", + "link": "https://www.theguardian.com/artanddesign/2022/jan/15/dakar-rally-2022-veterans-debuts-and-biofuels-a-photo-essay", + "creator": "Daryl Mersom (words), Marian Chytka and agencies (pictures)", + "pubDate": "2022-01-15T08:00:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270794,17 +275084,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f41148ba74b11a3fc77b2ccc31600f7", + "hash": "d6ee1b2179ca7d57f1b4465ae9a16564", "highlights": [] }, { - "title": "Brexit decision left UK firms paying 10% more than EU rivals for emissions", - "description": "

    Government refusal to link carbon market to EU’s has led to higher cost for British businesses

    British businesses are paying substantially more to produce carbon dioxide than their EU rivals because of the government’s refusal to link the UK carbon market to the bigger European market after Brexit.

    The difference is putting UK industry at a significant competitive disadvantage to European rivals, at a time of soaring energy prices, but does not result in any additional benefit to the environment.

    Continue reading...", - "content": "

    Government refusal to link carbon market to EU’s has led to higher cost for British businesses

    British businesses are paying substantially more to produce carbon dioxide than their EU rivals because of the government’s refusal to link the UK carbon market to the bigger European market after Brexit.

    The difference is putting UK industry at a significant competitive disadvantage to European rivals, at a time of soaring energy prices, but does not result in any additional benefit to the environment.

    Continue reading...", - "category": "Emissions trading", - "link": "https://www.theguardian.com/environment/2022/jan/09/brexit-decision-left-uk-firms-paying-10-more-than-eu-rivals-for-emissions", - "creator": "Fiona Harvey Environment correspondent", - "pubDate": "2022-01-09T09:00:17Z", + "title": "US weekend storm: snow and ice forecast as far south as Georgia", + "description": "

    Shoppers search for supplies as winter storm moves in from midwest before heading to north-east

    Forecasts of snow and ice as far south as Georgia have put a big part of the south-east of the US on an emergency preparedness footing. Shoppers scoured store shelves for storm supplies and crews raced to treat highways and roads as a major winter storm approached from the midwest.

    In Virginia, where a blizzard left thousands of motorists trapped on clogged highways earlier this month, the outgoing governor, Ralph Northam, declared a state of emergency and urged people to take the approaching storm seriously.

    Continue reading...", + "content": "

    Shoppers search for supplies as winter storm moves in from midwest before heading to north-east

    Forecasts of snow and ice as far south as Georgia have put a big part of the south-east of the US on an emergency preparedness footing. Shoppers scoured store shelves for storm supplies and crews raced to treat highways and roads as a major winter storm approached from the midwest.

    In Virginia, where a blizzard left thousands of motorists trapped on clogged highways earlier this month, the outgoing governor, Ralph Northam, declared a state of emergency and urged people to take the approaching storm seriously.

    Continue reading...", + "category": "US weather", + "link": "https://www.theguardian.com/us-news/2022/jan/15/us-winter-storm-south-east-snow-ice", + "creator": "Associated Press", + "pubDate": "2022-01-15T16:16:57Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270816,17 +275106,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "716d14f9dda80432dde57f3b73fbd5c6", + "hash": "9b99c6565361bec99513da3a396d9a1f", "highlights": [] }, { - "title": "PEN prize-winning Ugandan novelist Kakwenza Rukirabashaija illegally detained and tortured", - "description": "

    The author is being held after tweets criticising President Yoweri Museveni and his son

    Ugandan satirical novelist Kakwenza Rukirabashaija, who was named International Writer of Courage by PEN last year, has been illegally detained and tortured for criticising the president and his son, his lawyer said.

    Gunmen came to the writer’s house on 28 December after a series of tweets about the country’s president, Yoweri Museveni, including one calling him a thief and his son and presumed successor “an incompetent pig-headed curmudgeon”.

    Continue reading...", - "content": "

    The author is being held after tweets criticising President Yoweri Museveni and his son

    Ugandan satirical novelist Kakwenza Rukirabashaija, who was named International Writer of Courage by PEN last year, has been illegally detained and tortured for criticising the president and his son, his lawyer said.

    Gunmen came to the writer’s house on 28 December after a series of tweets about the country’s president, Yoweri Museveni, including one calling him a thief and his son and presumed successor “an incompetent pig-headed curmudgeon”.

    Continue reading...", - "category": "Uganda", - "link": "https://www.theguardian.com/world/2022/jan/09/pen-prize-winning-ugandan-novelist-kakwenza-rukirabashaija-illegally-detained-and-tortured", - "creator": "Emma Graham-Harrison", - "pubDate": "2022-01-09T08:30:15Z", + "title": "Australia’s first-dose vaccination reaches 95%; Djokovic back in hotel detention – as it happened", + "description": "

    Tennis star’s lawyers call immigration minister’s view that he could excite anti-vaccination sentiment ‘irrational’; NSW reports 20 deaths and 48,768 cases, Victoria 23 deaths and 25,526 positive cases, Qld six deaths and about 20,000 cases and SA four deaths and 4,349 cases. This blog is now closed

    Hillsong church says the singing and dancing at their youth summer camp bears no resemblance to a music festival. This is Sian Cain’s piece from yesterday – somehow I’d missed seeing the video footage.

    Oh yeah, totally doesn’t look anything like a music festival:

    Continue reading...", + "content": "

    Tennis star’s lawyers call immigration minister’s view that he could excite anti-vaccination sentiment ‘irrational’; NSW reports 20 deaths and 48,768 cases, Victoria 23 deaths and 25,526 positive cases, Qld six deaths and about 20,000 cases and SA four deaths and 4,349 cases. This blog is now closed

    Hillsong church says the singing and dancing at their youth summer camp bears no resemblance to a music festival. This is Sian Cain’s piece from yesterday – somehow I’d missed seeing the video footage.

    Oh yeah, totally doesn’t look anything like a music festival:

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/15/australia-news-live-updates-novak-djokovic-to-be-detained-amid-legal-battle", + "creator": "Lisa Cox and Tory Shepherd (earlier)", + "pubDate": "2022-01-15T06:41:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270838,17 +275128,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "48d68e2660044957cd20a2743ee954e2", + "hash": "b32141799c210dfea431f1101bf1f830", "highlights": [] }, { - "title": "Covid live news: official cases in Africa pass 10m; UK minister says cutting self-isolation would be ‘helpful’", - "description": "

    South Africa, Morocco, Tunisia, Ethiopia and Libya among countries hardest hit; Nadhim Zahawi says he supports reducing isolation to five days

    More on the Philippines, after the country set a record for new 28,707 Covid infections for a second consecutive day.

    A senior government official confirmed an increase in hospital beds and medical resources in and around the capital Manila have been ordered, Reuters reports.

    Continue reading...", - "content": "

    South Africa, Morocco, Tunisia, Ethiopia and Libya among countries hardest hit; Nadhim Zahawi says he supports reducing isolation to five days

    More on the Philippines, after the country set a record for new 28,707 Covid infections for a second consecutive day.

    A senior government official confirmed an increase in hospital beds and medical resources in and around the capital Manila have been ordered, Reuters reports.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/09/covid-live-news-coronavirus-uk-self-isolation-philippines-new-daily-case-record-latest-updates", - "creator": "Léonie Chao-Fong", - "pubDate": "2022-01-09T11:17:53Z", + "title": "Ethiopia: Tigray on brink of humanitarian disaster, UN says", + "description": "

    Supplies for more than 5 million people in need of food are running out, says World Food Programme

    The Tigray region of northern Ethiopia stands on the edge of a humanitarian disaster, the UN has said, as fighting escalates and stocks of essential food for malnourished children run out.

    The World Food Programme (WFP) said on Friday that it would be distributing its last supplies of cereals, pulses and oil next week to Tigray, where more than 5 million people are estimated to be in need of food assistance.

    Continue reading...", + "content": "

    Supplies for more than 5 million people in need of food are running out, says World Food Programme

    The Tigray region of northern Ethiopia stands on the edge of a humanitarian disaster, the UN has said, as fighting escalates and stocks of essential food for malnourished children run out.

    The World Food Programme (WFP) said on Friday that it would be distributing its last supplies of cereals, pulses and oil next week to Tigray, where more than 5 million people are estimated to be in need of food assistance.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2022/jan/14/ethiopia-tigray-on-brink-of-humanitarian-disaster-un-says", + "creator": "Lizzy Davies and agencies", + "pubDate": "2022-01-14T13:11:45Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270860,17 +275150,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c090ea4ab9ab8855c2fb7c614395d1b", + "hash": "141373ad8c505b0adb0c10c12b57fff4", "highlights": [] }, { - "title": "Omicron drives Covid surge but New York a long way from pandemic’s early days", - "description": "

    America’s biggest city is seeing another winter spike, but with good vaccines and a new message many residents say this wave feels different

    In the spring of 2020, Hart Island, a mile from City Island in the Bronx, was a focal point of grief in New York. It was here, at the city’s public cemetery or potter’s field, the final resting place of more than a million people, that officials ordered trenches dug to accommodate those the coronavirus was expected to kill.

    The trenches were never filled. Many bodies were returned to funeral parlors or stored in mobile freezers on Randall’s Island, better known for music festivals and the Frieze art fair than cold storage of corpses.

    Continue reading...", - "content": "

    America’s biggest city is seeing another winter spike, but with good vaccines and a new message many residents say this wave feels different

    In the spring of 2020, Hart Island, a mile from City Island in the Bronx, was a focal point of grief in New York. It was here, at the city’s public cemetery or potter’s field, the final resting place of more than a million people, that officials ordered trenches dug to accommodate those the coronavirus was expected to kill.

    The trenches were never filled. Many bodies were returned to funeral parlors or stored in mobile freezers on Randall’s Island, better known for music festivals and the Frieze art fair than cold storage of corpses.

    Continue reading...", - "category": "New York", - "link": "https://www.theguardian.com/us-news/2022/jan/09/new-york-omicron-coronavirus-covid-pandemic", - "creator": "Edward Helmorein New York", - "pubDate": "2022-01-09T08:00:15Z", + "title": "Term starts in Uganda – but world’s longest shutdown has left schools in crisis", + "description": "

    Pre-Covid the country battled poor learning outcomes, now experts fear fee rises and school closures will see many more children miss out

    The gate that once proudly displayed the name of Godwins primary school in Kampala has been removed. The compound, where pupils played at break time, is now a parking area for trucks ferrying goods to the nearby market, while the classrooms have been turned into a travellers’ lodge.

    Uganda’s schools were ordered to reopen on Monday 10 January, after nearly two years of closure – the longest school shutdown in the world – but not all were able to welcome pupils back. Godwins, in Kalerwe in Kawempe division, is one of the many schools that will never reopen. It had been in existence for 20 years catering to children whose parents work in nearby Kalerwe market.

    Continue reading...", + "content": "

    Pre-Covid the country battled poor learning outcomes, now experts fear fee rises and school closures will see many more children miss out

    The gate that once proudly displayed the name of Godwins primary school in Kampala has been removed. The compound, where pupils played at break time, is now a parking area for trucks ferrying goods to the nearby market, while the classrooms have been turned into a travellers’ lodge.

    Uganda’s schools were ordered to reopen on Monday 10 January, after nearly two years of closure – the longest school shutdown in the world – but not all were able to welcome pupils back. Godwins, in Kalerwe in Kawempe division, is one of the many schools that will never reopen. It had been in existence for 20 years catering to children whose parents work in nearby Kalerwe market.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2022/jan/14/term-starts-in-uganda-but-worlds-longest-shutdown-has-left-schools-in-crisis", + "creator": "Alon Mwesigwa in Kampala", + "pubDate": "2022-01-14T09:15:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270882,17 +275172,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9bbec3bd1cbe86f6680a350a36ff472b", + "hash": "a35e7116023717fc7d718835a95967fb", "highlights": [] }, { - "title": "Is the US really heading for a second civil war?", - "description": "

    With the country polarised and Republicans embracing authoritarianism, some experts fear a Northern Ireland-style insurgency but others say armed conflict remains improbable

    Joe Biden had spent a year in the hope that America could go back to normal. But last Thursday, the first anniversary of the deadly insurrection at the US Capitol, the president finally recognised the full scale of the current threat to American democracy.

    “At this moment, we must decide,” Biden said in Statuary Hall, where rioters had swarmed a year earlier. “What kind of nation are we going to be? Are we going to be a nation that accepts political violence as a norm?”

    Continue reading...", - "content": "

    With the country polarised and Republicans embracing authoritarianism, some experts fear a Northern Ireland-style insurgency but others say armed conflict remains improbable

    Joe Biden had spent a year in the hope that America could go back to normal. But last Thursday, the first anniversary of the deadly insurrection at the US Capitol, the president finally recognised the full scale of the current threat to American democracy.

    “At this moment, we must decide,” Biden said in Statuary Hall, where rioters had swarmed a year earlier. “What kind of nation are we going to be? Are we going to be a nation that accepts political violence as a norm?”

    Continue reading...", - "category": "US politics", - "link": "https://www.theguardian.com/us-news/2022/jan/09/is-the-us-really-heading-for-a-second-civil-war", - "creator": "David Smith in Washington", - "pubDate": "2022-01-09T07:00:14Z", + "title": "Covid created 20 new ‘pandemic billionaires’ in Asia, says Oxfam", + "description": "

    While wealthiest got richer, 140m people fell into poverty as jobs were lost, wiping out years of gains for poorest, report finds

    Twenty new “pandemic billionaires” have been created in Asia thanks to the international response to Covid-19, while 140 million people across the continent were plunged into poverty as jobs were lost during the pandemic, according to Oxfam.

    A report by the aid organisation says that by March 2021, profits from the pharmaceuticals, medical equipment and services needed for the Covid response had made 20 people new billionaires as lockdowns and economic stagnation destroyed the livelihoods of hundreds of millions of others.

    Continue reading...", + "content": "

    While wealthiest got richer, 140m people fell into poverty as jobs were lost, wiping out years of gains for poorest, report finds

    Twenty new “pandemic billionaires” have been created in Asia thanks to the international response to Covid-19, while 140 million people across the continent were plunged into poverty as jobs were lost during the pandemic, according to Oxfam.

    A report by the aid organisation says that by March 2021, profits from the pharmaceuticals, medical equipment and services needed for the Covid response had made 20 people new billionaires as lockdowns and economic stagnation destroyed the livelihoods of hundreds of millions of others.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2022/jan/14/covid-created-20-new-pandemic-billionaires-in-asia-says-oxfam", + "creator": "Sarah Johnson", + "pubDate": "2022-01-14T07:15:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270904,17 +275194,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ac728218a4c1936888821a0a9fba1dc", + "hash": "7801d8eca32a744e7e7a209832f03023", "highlights": [] }, { - "title": "Nicola Sturgeon urged to scrap census asking teenagers about anal sex", - "description": "

    Chief of Scottish parents’ organisation says health and wellbeing survey ‘not fit for purpose’

    Scotland’s largest parents’ organisation is calling for the SNP government to withdraw its schools’ health and wellbeing census, which has attracted opprobrium for asking 14-year-olds about their experience of anal sex.

    The controversial poll has united rightwing pro-family campaigners and progressive children’s rights advocates, with both groups fearing it may end up causing harm to the young people it intends to help.

    Continue reading...", - "content": "

    Chief of Scottish parents’ organisation says health and wellbeing survey ‘not fit for purpose’

    Scotland’s largest parents’ organisation is calling for the SNP government to withdraw its schools’ health and wellbeing census, which has attracted opprobrium for asking 14-year-olds about their experience of anal sex.

    The controversial poll has united rightwing pro-family campaigners and progressive children’s rights advocates, with both groups fearing it may end up causing harm to the young people it intends to help.

    Continue reading...", - "category": "Scotland", - "link": "https://www.theguardian.com/uk-news/2022/jan/09/nicola-sturgeon-urged-to-scrap-census-asking-teenagers-about-anal-sex", - "creator": "Libby Brooks", - "pubDate": "2022-01-09T11:19:23Z", + "title": "World’s poorest bear brunt of climate crisis: 10 underreported emergencies", + "description": "

    Care International report highlights ‘deep injustice’ neglected by world’s media, as extreme weather along with Covid wipes out decades of progress

    From Afghanistan to Ethiopia, about 235 million people worldwide needed assistance in 2021. But while some crises received global attention, others are lesser known.

    Humanitarian organisation Care International has published its annual report of the 10 countries that had the least attention in online articles in five languages around the world in 2021, despite each having at least 1 million people affected by conflict or climate disasters.

    Continue reading...", + "content": "

    Care International report highlights ‘deep injustice’ neglected by world’s media, as extreme weather along with Covid wipes out decades of progress

    From Afghanistan to Ethiopia, about 235 million people worldwide needed assistance in 2021. But while some crises received global attention, others are lesser known.

    Humanitarian organisation Care International has published its annual report of the 10 countries that had the least attention in online articles in five languages around the world in 2021, despite each having at least 1 million people affected by conflict or climate disasters.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2022/jan/14/worlds-poorest-bear-brunt-of-climate-crisis-10-underreported-emergencies", + "creator": "Saeed Kamali Dehghan", + "pubDate": "2022-01-14T06:15:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270922,21 +275212,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "20ad85064d756b13b0ba3ea58b47bee3", + "hash": "be4f1d5107403b162265bf4550814414", "highlights": [] }, { - "title": "‘It’s been a lot’: Joyce Carol Oates, SA Cosby, Richard Ford and Margo Jefferson on Biden’s first year", - "description": "

    Four leading American authors assess the Covid-battered first year of Joe Biden’s presidency

    Richard Ford is a novelist and short story writer best known for his quartet of novels featuring the protagonist Frank Bascombe, a failed sportswriter turned novelist, which includes The Sportswriter, Independence Day and the Pulitzer prize-winning The Lay of the Land. Ford’s acclaimed memoir, Between Them: Remembering My Parents, was published in 2017 and the following year his 1990 novel, Wildlife, was made into a widely praised film starring Carey Mulligan and Jake Gyllenhaal. His most recent short story collection is Sorry for Your Trouble

    Continue reading...", - "content": "

    Four leading American authors assess the Covid-battered first year of Joe Biden’s presidency

    Richard Ford is a novelist and short story writer best known for his quartet of novels featuring the protagonist Frank Bascombe, a failed sportswriter turned novelist, which includes The Sportswriter, Independence Day and the Pulitzer prize-winning The Lay of the Land. Ford’s acclaimed memoir, Between Them: Remembering My Parents, was published in 2017 and the following year his 1990 novel, Wildlife, was made into a widely praised film starring Carey Mulligan and Jake Gyllenhaal. His most recent short story collection is Sorry for Your Trouble

    Continue reading...", - "category": "Biden administration", - "link": "https://www.theguardian.com/us-news/2022/jan/09/joyce-carol-oates-sa-cosby-richard-ford-margo-jefferson-joe-biden-first-year-presidency", - "creator": "Guardian Staff", - "pubDate": "2022-01-09T12:00:20Z", + "title": "Warning over fuel and food stocks as ‘hellish’ Tigray reels from airstrikes", + "description": "

    Stocks run perilously low, with main supply route into region of northern Ethiopia unusable since December

    Humanitarian organisations in the Tigray region of northern Ethiopia are running perilously low on food and fuel stocks as an intensified wave of airstrikes further hampers a threadbare aid effort already stymied by lack of access.

    In what it calls a de facto blockade, the UN says fighting between Tigrayan rebels and forces loyal to the Ethiopian government has rendered the main supply route into the war-torn region unusable since mid-December.

    Continue reading...", + "content": "

    Stocks run perilously low, with main supply route into region of northern Ethiopia unusable since December

    Humanitarian organisations in the Tigray region of northern Ethiopia are running perilously low on food and fuel stocks as an intensified wave of airstrikes further hampers a threadbare aid effort already stymied by lack of access.

    In what it calls a de facto blockade, the UN says fighting between Tigrayan rebels and forces loyal to the Ethiopian government has rendered the main supply route into the war-torn region unusable since mid-December.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2022/jan/13/warning-fuel-and-food-stocks-hellish-tigray-reels-from-airstrikes", + "creator": "Lizzy Davies", + "pubDate": "2022-01-13T15:59:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270948,17 +275238,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "23f9d7210cbfb8c0afb69666aff106cc", + "hash": "d4189c5c712e7b9f0b60e73a9e571c6c", "highlights": [] }, { - "title": "As order is restored in Kazakhstan, its future remains murky", - "description": "

    The tragic events of last week, in which dozens lost their lives, have exposed hidden political tensions

    For many Kazakhs, the full story behind the unrest of the past week remains as murky as the mist that enveloped Almaty, the country’s largest city and the centre of violence, at the same time.

    People were unable to access accurate information, as an internet blackout froze almost all access to the outside world during a tragic few days of violence in which military vehicles rolled through the streets, government buildings burned and state television carried rolling threats that “bandits and terrorists” would be eliminated without mercy.

    Continue reading...", - "content": "

    The tragic events of last week, in which dozens lost their lives, have exposed hidden political tensions

    For many Kazakhs, the full story behind the unrest of the past week remains as murky as the mist that enveloped Almaty, the country’s largest city and the centre of violence, at the same time.

    People were unable to access accurate information, as an internet blackout froze almost all access to the outside world during a tragic few days of violence in which military vehicles rolled through the streets, government buildings burned and state television carried rolling threats that “bandits and terrorists” would be eliminated without mercy.

    Continue reading...", - "category": "Kazakhstan", - "link": "https://www.theguardian.com/world/2022/jan/08/as-order-is-restored-in-kazakhstan-its-future-is-murkier-than-ever", - "creator": "Shaun Walker", - "pubDate": "2022-01-08T20:10:02Z", + "title": "Joe Biden’s low point: can the president revive his sinking popularity?", + "description": "

    After a week of setbacks, some analysts say time is running short to impress voters ahead o f the November polls

    Even for a White House familiar with roadblocks and frustration, Thursday’s setbacks on vaccine mandates and voting rights came as hammer blows.

    Aside from the immediate derailing of two key policy tenets of Joe Biden’s administration, the vaccine ruling by the supreme court, which quickly followed Democratic senator Kyrsten Sinema’s public assassination of his voting reform efforts, prompted a new round of questions over whether his presidency was doomed.

    Continue reading...", + "content": "

    After a week of setbacks, some analysts say time is running short to impress voters ahead o f the November polls

    Even for a White House familiar with roadblocks and frustration, Thursday’s setbacks on vaccine mandates and voting rights came as hammer blows.

    Aside from the immediate derailing of two key policy tenets of Joe Biden’s administration, the vaccine ruling by the supreme court, which quickly followed Democratic senator Kyrsten Sinema’s public assassination of his voting reform efforts, prompted a new round of questions over whether his presidency was doomed.

    Continue reading...", + "category": "Joe Biden", + "link": "https://www.theguardian.com/us-news/2022/jan/14/joe-bidens-low-point-can-the-president-revive-his-sinking-popularity", + "creator": "Richard Luscombe", + "pubDate": "2022-01-15T07:00:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270970,17 +275260,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d66953719733f60f5c75038cae070709", + "hash": "771addadca195f458724bf73967810e9", "highlights": [] }, { - "title": "Nadhim Zahawi denies there is plan to end free lateral flow Covid tests", - "description": "

    Education secretary ‘puzzled’ by reports government will start charging for tests in England in few weeks

    Ministers are “absolutely not” planning to scrap free rapid Covid tests, amid reports the government will start charging for them in England in the next few weeks.

    The Sunday Times reported free lateral flow tests (LFTs) could be limited to high-risk settings – such as care homes, hospitals and schools – and to people with symptoms.

    Continue reading...", - "content": "

    Education secretary ‘puzzled’ by reports government will start charging for tests in England in few weeks

    Ministers are “absolutely not” planning to scrap free rapid Covid tests, amid reports the government will start charging for them in England in the next few weeks.

    The Sunday Times reported free lateral flow tests (LFTs) could be limited to high-risk settings – such as care homes, hospitals and schools – and to people with symptoms.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/09/nadhim-zahawi-denies-there-is-plan-to-end-free-lateral-flow-covid-tests", - "creator": "Jamie Grierson", - "pubDate": "2022-01-09T10:08:42Z", + "title": "Low key and loyal: the domestic response to Russian troop buildup", + "description": "

    Analysis: After eight years of conflict with the west, many Russians appear resigned to whatever course Putin chooses

    Russia’s buildup of a potential invasion force on Ukraine’s borders has produced little reaction at home despite western threats of devastating economic consequences that would harm tycoons, top businesspeople and the general public alike.

    Since 2014, recurrent rounds of sanctions over the annexation of Crimea, the shooting down of the MH17 jetliner, the 2016 US elections interference, the Salisbury poisonings, the attempted assassination of Alexei Navalny and other international scandals have steeled Vladimir Putin’s elite supporters and prepared them for the worst.

    Continue reading...", + "content": "

    Analysis: After eight years of conflict with the west, many Russians appear resigned to whatever course Putin chooses

    Russia’s buildup of a potential invasion force on Ukraine’s borders has produced little reaction at home despite western threats of devastating economic consequences that would harm tycoons, top businesspeople and the general public alike.

    Since 2014, recurrent rounds of sanctions over the annexation of Crimea, the shooting down of the MH17 jetliner, the 2016 US elections interference, the Salisbury poisonings, the attempted assassination of Alexei Navalny and other international scandals have steeled Vladimir Putin’s elite supporters and prepared them for the worst.

    Continue reading...", + "category": "Russia", + "link": "https://www.theguardian.com/world/2022/jan/14/russians-buildup-troops-ukraine-border", + "creator": "Andrew Roth Moscow correspondent", + "pubDate": "2022-01-14T09:29:30Z", "enclosure": "", "enclosureType": "", "image": "", @@ -270992,17 +275282,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "34fa0a7d829ad775105db9123d68bf3c", + "hash": "19d548f9e35691e8be4668f3deb103b6", "highlights": [] }, { - "title": "Who is he really? Interview attempts with Robert De Niro in 1977", - "description": "Paul Gardner recounts his mostly unsuccessful efforts to get to know the star

    Paul Gardner bagged himself a rare interview with Robert De Niro for the Observer Magazine of 7 August 1977 (‘Making It – the man from Mean Streets’).

    Gardner had met De Niro in Rome for the filming of Bertolucci’s 1900 – ‘an extravagant tapestry of Italian history’ – but was rebuffed. Then three years later he caught up with him in Hollywood, De Niro having spent five months on Martin Scorsese’s film musical New York, New York.

    Continue reading...", - "content": "Paul Gardner recounts his mostly unsuccessful efforts to get to know the star

    Paul Gardner bagged himself a rare interview with Robert De Niro for the Observer Magazine of 7 August 1977 (‘Making It – the man from Mean Streets’).

    Gardner had met De Niro in Rome for the filming of Bertolucci’s 1900 – ‘an extravagant tapestry of Italian history’ – but was rebuffed. Then three years later he caught up with him in Hollywood, De Niro having spent five months on Martin Scorsese’s film musical New York, New York.

    Continue reading...", - "category": "Robert De Niro", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/09/who-is-he-really-interview-attempts-with-robert-de-niro-in-1977", - "creator": "Chris Hall", - "pubDate": "2022-01-09T06:00:14Z", + "title": "Syrian survivors cling to hope Raslan case will mark end of regime’s impunity", + "description": "

    Analysis: sentencing of former colonel to life by German court may not be last chink in Assad’s armour

    It was a moment thought nearly impossible after a decade of impunity: a senior Syrian intelligence officer jailed for life for helping direct the horrors of one of modern history’s most brutal wars.

    But as Anwar Raslan, a former colonel in Bashar al-Assad’s forces, bowed to his fate, survivors of the barbarous regime of torture that he helped run finally had something to cling to.

    Continue reading...", + "content": "

    Analysis: sentencing of former colonel to life by German court may not be last chink in Assad’s armour

    It was a moment thought nearly impossible after a decade of impunity: a senior Syrian intelligence officer jailed for life for helping direct the horrors of one of modern history’s most brutal wars.

    But as Anwar Raslan, a former colonel in Bashar al-Assad’s forces, bowed to his fate, survivors of the barbarous regime of torture that he helped run finally had something to cling to.

    Continue reading...", + "category": "Syria", + "link": "https://www.theguardian.com/world/2022/jan/14/syrian-survivors-cling-to-hope-raslan-case-will-mark-end-of-regimes-impunity", + "creator": "Martin Chulov Middle East correspondent", + "pubDate": "2022-01-14T05:00:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271014,17 +275304,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "85176faf34dd2dc5b1491a57aa14f5ad", + "hash": "9f0f307f74a96e5f527e0c0dac220bb4", "highlights": [] }, { - "title": "‘If not us, then who?’: inside the landmark push for reparations for Black Californians", - "description": "

    Taskforce including civil rights leaders and attorneys scrutinizes legacy of centuries of injustice

    Dawn Basciano’s ancestors arrived five generations ago in Coloma, California, as enslaved people, forced to leave behind an infant son enslaved to another family in Missouri.

    Those ancestors, Nancy and Peter Gooch, were freed in 1850 when California joined the union as a free state, and 20 years later, their son and his family were able to join them in the fertile agricultural land north-east of Sacramento. Their journey west was funded by the sweat and hard work of Nancy, who grew and sold fruit, mended clothes and cooked for the local miners.

    Continue reading...", - "content": "

    Taskforce including civil rights leaders and attorneys scrutinizes legacy of centuries of injustice

    Dawn Basciano’s ancestors arrived five generations ago in Coloma, California, as enslaved people, forced to leave behind an infant son enslaved to another family in Missouri.

    Those ancestors, Nancy and Peter Gooch, were freed in 1850 when California joined the union as a free state, and 20 years later, their son and his family were able to join them in the fertile agricultural land north-east of Sacramento. Their journey west was funded by the sweat and hard work of Nancy, who grew and sold fruit, mended clothes and cooked for the local miners.

    Continue reading...", - "category": "California", - "link": "https://www.theguardian.com/us-news/2022/jan/09/california-reparations-slavery-african-americans", - "creator": "Vivian Ho", - "pubDate": "2022-01-09T11:00:18Z", + "title": "What have Ukraine talks achieved, and is war now more likely?", + "description": "

    Russia calls talks a ‘dead end’ and it becomes clear that troop build-up is not a bluff to achieve other ends

    The Guardian’s world affairs editor assesses the outcome of three rounds of talks this week about the fate of Ukraine, involving Russia, the US, Nato and the Organization for Security and Co-operation in Europe (OSCE).

    Did the talks achieve anything?

    Continue reading...", + "content": "

    Russia calls talks a ‘dead end’ and it becomes clear that troop build-up is not a bluff to achieve other ends

    The Guardian’s world affairs editor assesses the outcome of three rounds of talks this week about the fate of Ukraine, involving Russia, the US, Nato and the Organization for Security and Co-operation in Europe (OSCE).

    Did the talks achieve anything?

    Continue reading...", + "category": "Ukraine", + "link": "https://www.theguardian.com/world/2022/jan/13/what-has-been-achieved-after-three-rounds-of-talks-on-ukraine", + "creator": "Julian Borger", + "pubDate": "2022-01-13T18:40:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271036,17 +275326,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "23e50159213295ca244da81c5c72cfdd", + "hash": "d943d905ad76e6488f7947d2d2498154", "highlights": [] }, { - "title": "As order is restored in Kazakhstan, its future is murkier than ever", - "description": "

    The tragic events of last week, in which dozens lost their lives, have exposed hidden political tensions

    For many Kazakhs, the full story behind the unrest of the past week remains as murky as the mist that enveloped Almaty, the country’s largest city and the centre of violence, at the same time.

    People were unable to access accurate information, as an internet blackout froze almost all access to the outside world during a tragic few days of violence in which military vehicles rolled through the streets, government buildings burned and state television carried rolling threats that “bandits and terrorists” would be eliminated without mercy.

    Continue reading...", - "content": "

    The tragic events of last week, in which dozens lost their lives, have exposed hidden political tensions

    For many Kazakhs, the full story behind the unrest of the past week remains as murky as the mist that enveloped Almaty, the country’s largest city and the centre of violence, at the same time.

    People were unable to access accurate information, as an internet blackout froze almost all access to the outside world during a tragic few days of violence in which military vehicles rolled through the streets, government buildings burned and state television carried rolling threats that “bandits and terrorists” would be eliminated without mercy.

    Continue reading...", - "category": "Kazakhstan", - "link": "https://www.theguardian.com/world/2022/jan/08/as-order-is-restored-in-kazakhstan-its-future-is-murkier-than-ever", - "creator": "Shaun Walker", - "pubDate": "2022-01-08T20:10:02Z", + "title": "Tonga underwater volcanic eruption creates tsunami waves – video", + "description": "

    Tsunami waves caused by an underwater volcano have hit Tonga’s capital and the capital of American Samoa. The eruption at 0410 GMT on Friday of the Hunga Tonga-Hunga Ha’apai underwater volcano, located about 65km (40 miles) north of Tonga’s capital, Nuku’alofa, caused a 1.2-metre tsunami, Australia’s Bureau of Meteorology said

    Continue reading...", + "content": "

    Tsunami waves caused by an underwater volcano have hit Tonga’s capital and the capital of American Samoa. The eruption at 0410 GMT on Friday of the Hunga Tonga-Hunga Ha’apai underwater volcano, located about 65km (40 miles) north of Tonga’s capital, Nuku’alofa, caused a 1.2-metre tsunami, Australia’s Bureau of Meteorology said

    Continue reading...", + "category": "Tonga", + "link": "https://www.theguardian.com/world/video/2022/jan/15/tonga-underwater-volcanic-eruption-creates-tsunami-waves-video", + "creator": "", + "pubDate": "2022-01-15T13:31:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271058,17 +275348,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3335041c2b015060d59cf68931dfae22", + "hash": "862912760e58cd15dbba2bb9ef750c84", "highlights": [] }, { - "title": "Lowland gorilla born in DRC, boosting Virunga park population to seven", - "description": "

    The new arrival is a boost for the critically endangered species, which has been hard-hit by unrest in eastern Congo

    A lowland gorilla, a critically endangered species, has been born in the Democratic Republic of Congo’s famed Virunga national park, authorities said, boosting the population to seven.

    Conservationists have long sought to protect the world heritage site’s gorilla population even as violence and instability has plagued the DRC’s eastern provinces for the past 25 years.

    Continue reading...", - "content": "

    The new arrival is a boost for the critically endangered species, which has been hard-hit by unrest in eastern Congo

    A lowland gorilla, a critically endangered species, has been born in the Democratic Republic of Congo’s famed Virunga national park, authorities said, boosting the population to seven.

    Conservationists have long sought to protect the world heritage site’s gorilla population even as violence and instability has plagued the DRC’s eastern provinces for the past 25 years.

    Continue reading...", - "category": "Democratic Republic of the Congo", - "link": "https://www.theguardian.com/world/2022/jan/09/lowland-gorilla-born-in-drcs-virunga-national-park-boosting-population-to-seven", - "creator": "Agence France-Presse", - "pubDate": "2022-01-09T03:13:08Z", + "title": "Ashling Murphy: thousands attend vigils across Ireland for teacher killed going for run – video", + "description": "

    Thousands have gathered in towns and cities across Ireland after the 'senseless' killing of the 23-year-old teacher, with echoes of the national reckoning that was sparked in the UK last year by the murder of Sarah Everard. Murphy was killed on Wednesday afternoon while going for a run along the banks of the Grand Canal in Tullamore in County Offaly

    Continue reading...", + "content": "

    Thousands have gathered in towns and cities across Ireland after the 'senseless' killing of the 23-year-old teacher, with echoes of the national reckoning that was sparked in the UK last year by the murder of Sarah Everard. Murphy was killed on Wednesday afternoon while going for a run along the banks of the Grand Canal in Tullamore in County Offaly

    Continue reading...", + "category": "Ireland", + "link": "https://www.theguardian.com/world/video/2022/jan/14/ashling-murphy-thousands-attend-vigils-across-ireland-for-teacher-killed-going-for-run-video", + "creator": "", + "pubDate": "2022-01-14T23:02:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271080,17 +275370,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc12ffb887f1d35bc60e279d1a121544", + "hash": "86e15eadabe88ff4509ea7cd40e2019c", "highlights": [] }, { - "title": "Covid live news: UK minister says cutting self-isolation would be ‘helpful’; Philippines sets new daily case record", - "description": "

    Nadhim Zahawi says he supports reducing isolation period to five days; Philippines sees 28,707 new cases amid rumours of new lockdown

    For the second day in a row, the Philippines has reported a record number of new Covid-19 cases. Health officials today confirmed 28,707 new infections, up from 26,458 cases the previous day.

    The total number of active cases reached 128,114, the highest in more than three months. This comprises 4.3% of all confirmed cases.

    Continue reading...", - "content": "

    Nadhim Zahawi says he supports reducing isolation period to five days; Philippines sees 28,707 new cases amid rumours of new lockdown

    For the second day in a row, the Philippines has reported a record number of new Covid-19 cases. Health officials today confirmed 28,707 new infections, up from 26,458 cases the previous day.

    The total number of active cases reached 128,114, the highest in more than three months. This comprises 4.3% of all confirmed cases.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/09/covid-live-news-coronavirus-uk-self-isolation-philippines-new-daily-case-record-latest-updates", - "creator": "Léonie Chao-Fong", - "pubDate": "2022-01-09T09:04:51Z", + "title": "Kyrsten Sinema blocks filibuster reform as Biden continues ‘fight’ for voting rights – video", + "description": "

    US president Joe Biden said he was not sure if his administration could push voting rights legislation through Congress, but he would continue fighting to change the law. ‘I don't know if we can get it done,' he said to reporters. ‘But I know one thing, as long as I have a breath in me … I am going to be fighting to change the way these legislatures are moving.' Earlier, Democratic Senator Kyrsten Sinema reaffirmed she would not support any change to the filibuster rules, effectively killing her party’s hope of passing the most sweeping voting rights protections in a generation.

    Continue reading...", + "content": "

    US president Joe Biden said he was not sure if his administration could push voting rights legislation through Congress, but he would continue fighting to change the law. ‘I don't know if we can get it done,' he said to reporters. ‘But I know one thing, as long as I have a breath in me … I am going to be fighting to change the way these legislatures are moving.' Earlier, Democratic Senator Kyrsten Sinema reaffirmed she would not support any change to the filibuster rules, effectively killing her party’s hope of passing the most sweeping voting rights protections in a generation.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/video/2022/jan/13/kyrsten-sinema-blocks-filibuster-reform-as-biden-continues-fight-for-voting-rights-video", + "creator": "", + "pubDate": "2022-01-14T00:47:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271102,17 +275392,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ccc8bec8fa6aad9ab70686a3042f2d0", + "hash": "88c7362b71a7d0deb4513b2d09a6a8f6", "highlights": [] }, { - "title": "Baktash Abtin, dissident Iranian poet, dies of Covid on prison furlough", - "description": "

    Abtin’s death was ‘aided and abetted’ by the Iran’s government, says US human rights group PEN America

    The dissident Iranian poet and filmmaker Baktash Abtin has died of Covid-19 in hospital after being released on a furlough from prison where he was infected.

    Abtin was transferred to hospital in the capital Tehran “but the treatment did not succeed and he died”, the semi-official ISNA news agency said on Saturday.

    Continue reading...", - "content": "

    Abtin’s death was ‘aided and abetted’ by the Iran’s government, says US human rights group PEN America

    The dissident Iranian poet and filmmaker Baktash Abtin has died of Covid-19 in hospital after being released on a furlough from prison where he was infected.

    Abtin was transferred to hospital in the capital Tehran “but the treatment did not succeed and he died”, the semi-official ISNA news agency said on Saturday.

    Continue reading...", - "category": "Iran", - "link": "https://www.theguardian.com/world/2022/jan/09/baktash-abtin-dissident-iranian-poet-dies-of-covid-on-prison-furlough", - "creator": "Reuters", - "pubDate": "2022-01-09T01:08:32Z", + "title": "Huge icefish colony of 60m nests found on Antarctic seabed – video", + "description": "

    Researchers exploring Antarctica’s seabed have discovered a thriving, unprecedented colony of icefish 'about a third of the size of London'. 'We expected to see the normal Antarctic seafloor … [but] during the first four hours of our dive, we saw nothing but fish nests,' said Autun Purser, of the Alfred Wegener Institute for Polar and Marine Research in Germany, and lead author of the study published in Current Biology.

    Continue reading...", + "content": "

    Researchers exploring Antarctica’s seabed have discovered a thriving, unprecedented colony of icefish 'about a third of the size of London'. 'We expected to see the normal Antarctic seafloor … [but] during the first four hours of our dive, we saw nothing but fish nests,' said Autun Purser, of the Alfred Wegener Institute for Polar and Marine Research in Germany, and lead author of the study published in Current Biology.

    Continue reading...", + "category": "Antarctica", + "link": "https://www.theguardian.com/world/video/2022/jan/13/huge-icefish-colony-of-60-million-nests-found-on-antarctic-seabed-video", + "creator": "", + "pubDate": "2022-01-13T19:48:52Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271120,21 +275410,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "13058555e468f499f45f41f5c5ac5550", + "hash": "66c5c971086b3a13d6ba50dc936f4b62", "highlights": [] }, { - "title": "Charity appeal for climate justice: your donation will make a difference", - "description": "

    With a week still to go, this year’s appeal has already raised £725,000. Here, we hear why people have given so generously

    Climate justice is the theme of this year’s Guardian and Observer charity appeal and with a week to go we have so far raised more than £725,000 for four environment charities: Practical Action, Global Greengrants Fund UK, Royal Botanic Gardens Kew, and Environmental Justice Foundation. Nearly 7,000 readers have already donated. Here, they tell us why.

    Pam MacLeod, 79, Truro
    Pam MacLeod was motivated to donate to this year’s appeal because she and her family have been directly affected by the climate crisis. She grew up in southern Africa and while at school in Zimbabwe in the 1950s she witnessed the consequences of drought. The memory of that time has remained with her.

    Continue reading...", - "content": "

    With a week still to go, this year’s appeal has already raised £725,000. Here, we hear why people have given so generously

    Climate justice is the theme of this year’s Guardian and Observer charity appeal and with a week to go we have so far raised more than £725,000 for four environment charities: Practical Action, Global Greengrants Fund UK, Royal Botanic Gardens Kew, and Environmental Justice Foundation. Nearly 7,000 readers have already donated. Here, they tell us why.

    Pam MacLeod, 79, Truro
    Pam MacLeod was motivated to donate to this year’s appeal because she and her family have been directly affected by the climate crisis. She grew up in southern Africa and while at school in Zimbabwe in the 1950s she witnessed the consequences of drought. The memory of that time has remained with her.

    Continue reading...", - "category": "Climate crisis", - "link": "https://www.theguardian.com/society/2022/jan/09/charity-appeal-for-climate-justice-your-donation-will-make-a-difference", - "creator": "Sarah Johnson", - "pubDate": "2022-01-09T07:45:14Z", + "title": "Europe closer to war now than at any point in last 30 years, Poland warns – video", + "description": "

    Poland's foreign minister has warned that Europe is closer to war than it has been at any time in the last three decades, at the launch of his country's year-long chairing of the region's largest security organisation. Without naming Russia in his address on Thursday to envoys from the 57 members of the Organization for Security and Co-operation in Europe, Zbigniew Rau mentioned tensions in Ukraine, Georgia, Armenia and Moldova, all countries with active or frozen conflicts in which Russia has been alleged to be a party

    Continue reading...", + "content": "

    Poland's foreign minister has warned that Europe is closer to war than it has been at any time in the last three decades, at the launch of his country's year-long chairing of the region's largest security organisation. Without naming Russia in his address on Thursday to envoys from the 57 members of the Organization for Security and Co-operation in Europe, Zbigniew Rau mentioned tensions in Ukraine, Georgia, Armenia and Moldova, all countries with active or frozen conflicts in which Russia has been alleged to be a party

    Continue reading...", + "category": "Poland", + "link": "https://www.theguardian.com/world/video/2022/jan/13/europe-closer-to-war-now-than-last-30-years-poland-warns-video", + "creator": "", + "pubDate": "2022-01-13T15:59:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271142,21 +275432,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "2e9e7a920d11c3999e21c77419ee8318", + "hash": "6b262bad08d49d6c83b82114ddf68e6c", "highlights": [] }, { - "title": "Duchess of Cambridge’s 40th birthday marked with trio of new photos", - "description": "

    Portraits by fashion photographer Paolo Roversi show Kate wearing Alexander McQueen dresses

    The Duchess of Cambridge has marked her 40th birthday by releasing three glamorous portraits of herself.

    Pictured in different Alexander McQueen dresses, Kate posed for fashion photographer Paolo Roversi, who has worked with stars such as Naomi Campbell and Kate Moss and described photographing the duchess as “a moment of pure joy”.

    Continue reading...", - "content": "

    Portraits by fashion photographer Paolo Roversi show Kate wearing Alexander McQueen dresses

    The Duchess of Cambridge has marked her 40th birthday by releasing three glamorous portraits of herself.

    Pictured in different Alexander McQueen dresses, Kate posed for fashion photographer Paolo Roversi, who has worked with stars such as Naomi Campbell and Kate Moss and described photographing the duchess as “a moment of pure joy”.

    Continue reading...", - "category": "Kate, the Duchess of Cambridge", - "link": "https://www.theguardian.com/uk-news/2022/jan/08/duchess-of-cambridges-40th-birthday-marked-with-trio-of-new-photos", - "creator": "Jedidajah Otte", - "pubDate": "2022-01-08T23:56:30Z", + "title": "'The party's over': Keir Starmer derides Boris Johnson's apology at PMQs – video", + "description": "

    The Labour leader has said the prime minister's apology for attending what he claimed he thought was a 'work event' in the garden at No 10 in May 2020, when the country was in full lockdown, was 'offensive to the British public'. Keir Starmer called for Boris Johnson to 'do the decent thing' and resign before either his party or the public drove him out of office

    UK politics: latest updates

    Continue reading...", + "content": "

    The Labour leader has said the prime minister's apology for attending what he claimed he thought was a 'work event' in the garden at No 10 in May 2020, when the country was in full lockdown, was 'offensive to the British public'. Keir Starmer called for Boris Johnson to 'do the decent thing' and resign before either his party or the public drove him out of office

    UK politics: latest updates

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2022/jan/12/the-partys-over-keir-starmer-derides-boris-johnsons-apology-at-pmqs-video", + "creator": "", + "pubDate": "2022-01-12T13:59:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271168,17 +275458,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "09c1cade10badd1b218e81108ef9dfce", + "hash": "726b0a7f24a3323c8907aa2ef566649c", "highlights": [] }, { - "title": "I’ve stopped seeing a married man. Was I unfair to end it? | Ask Philippa Perry", - "description": "The adventurous part of you is tricking your sensible side into falling back down a hole you’ve just climbed out of

    The question I’m 47 years old. Five years ago, I got involved with a married man with two kids. The relationship was intense, hyper-sexual and obsessive. I felt uneasy and tried to end it many times, but was always easily persuaded otherwise by him. He started living separately from his wife two years back and there was terrible heartache with the children going back and forth. I was getting unhappier, more neurotic, and not in control of my see-saw emotions.

    Then the pandemic brought immense trauma. First, my mother died, swiftly followed by my father and then, in the second wave, my sister-in-law also died of coronavirus. I have become entwined with my brother’s life, helping him resurrect a routine, looking out for his two daughters.

    Continue reading...", - "content": "The adventurous part of you is tricking your sensible side into falling back down a hole you’ve just climbed out of

    The question I’m 47 years old. Five years ago, I got involved with a married man with two kids. The relationship was intense, hyper-sexual and obsessive. I felt uneasy and tried to end it many times, but was always easily persuaded otherwise by him. He started living separately from his wife two years back and there was terrible heartache with the children going back and forth. I was getting unhappier, more neurotic, and not in control of my see-saw emotions.

    Then the pandemic brought immense trauma. First, my mother died, swiftly followed by my father and then, in the second wave, my sister-in-law also died of coronavirus. I have become entwined with my brother’s life, helping him resurrect a routine, looking out for his two daughters.

    Continue reading...", - "category": "Relationships", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/09/ask-philippa-perry-i-have-stopped-seeing-a-married-man-was-i-unfair-to-end-it", - "creator": "Philippa Perry", - "pubDate": "2022-01-09T06:00:13Z", + "title": "'Kindles the crazies': Fauci tells Rand Paul his accusations incite death threats – video", + "description": "

    Senator Rand Paul and Dr Anthony Fauci sparred at a Senate hearing on Tuesday. The top immunologist said the Republican senator's behaviour 'kindles the crazies' against him. Fauci testified on Tuesday at a hearing on the federal response to new Covid-19 variants. He blamed Paul's false accusations against him for threats he has received, citing an incident in December when police stopped a man allegedly traveling to the capital to 'kill Dr Fauci'. 'What happens when he gets out and accuses me of things that are completely untrue is that all of a sudden that kindles the crazies out there and I have ... threats upon my life, harassment of my family and my children,' Fauci said

    Continue reading...", + "content": "

    Senator Rand Paul and Dr Anthony Fauci sparred at a Senate hearing on Tuesday. The top immunologist said the Republican senator's behaviour 'kindles the crazies' against him. Fauci testified on Tuesday at a hearing on the federal response to new Covid-19 variants. He blamed Paul's false accusations against him for threats he has received, citing an incident in December when police stopped a man allegedly traveling to the capital to 'kill Dr Fauci'. 'What happens when he gets out and accuses me of things that are completely untrue is that all of a sudden that kindles the crazies out there and I have ... threats upon my life, harassment of my family and my children,' Fauci said

    Continue reading...", + "category": "Anthony Fauci", + "link": "https://www.theguardian.com/us-news/video/2022/jan/11/fauci-tells-rand-paul-accusations-incite-death-threats-video", + "creator": "", + "pubDate": "2022-01-11T19:47:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271190,17 +275480,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c166e7176a1d468126b700bc8719dc3", + "hash": "dd06f6954c920574f09b3bb465dfa077", "highlights": [] }, { - "title": "Family of man who died after release from custody demand police CCTV", - "description": "

    Mohamud Hassan, 24, died hours after being released without charge from Cardiff Bay police station

    The family of a man who died suddenly after being released from police custody are calling on the attorney general and home secretary to intervene and demand that the police watchdog release bodycam and CCTV footage showing the final hours of his life.

    Mohamud Mohammed Hassan, 24, died hours after he was released from Cardiff Bay police station a year ago. He was arrested at his Cardiff home on suspicion of breach of the peace, but released without charge.

    Continue reading...", - "content": "

    Mohamud Hassan, 24, died hours after being released without charge from Cardiff Bay police station

    The family of a man who died suddenly after being released from police custody are calling on the attorney general and home secretary to intervene and demand that the police watchdog release bodycam and CCTV footage showing the final hours of his life.

    Mohamud Mohammed Hassan, 24, died hours after he was released from Cardiff Bay police station a year ago. He was arrested at his Cardiff home on suspicion of breach of the peace, but released without charge.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2022/jan/09/family-of-man-who-died-after-release-from-custody-demand-police-cctv", - "creator": "Aamna Mohdin", - "pubDate": "2022-01-09T07:00:14Z", + "title": "Tsunami hits Tonga after underwater volcanic eruption", + "description": "

    Streets and buildings flooded in Pacific nation’s main island following latest eruption of Hunga Tonga-Hunga Ha’apai

    People have been forced to flee their homes, and streets and buildings have flooded, as tsunami waves crashed into Tonga’s main island of Tongatapu, following a huge underwater volcano explosion.

    The eruption at 0410 GMT on Friday of the Hunga Tonga-Hunga Ha’apai underwater volcano, located about 65km (40 miles) north of Tonga’s capital, Nuku’alofa, caused a 1.2-metre tsunami, Australia’s Bureau of Meteorology said.

    Continue reading...", + "content": "

    Streets and buildings flooded in Pacific nation’s main island following latest eruption of Hunga Tonga-Hunga Ha’apai

    People have been forced to flee their homes, and streets and buildings have flooded, as tsunami waves crashed into Tonga’s main island of Tongatapu, following a huge underwater volcano explosion.

    The eruption at 0410 GMT on Friday of the Hunga Tonga-Hunga Ha’apai underwater volcano, located about 65km (40 miles) north of Tonga’s capital, Nuku’alofa, caused a 1.2-metre tsunami, Australia’s Bureau of Meteorology said.

    Continue reading...", + "category": "Tonga", + "link": "https://www.theguardian.com/world/2022/jan/15/tonga-tsunami-warning-as-volcano-erupts-at-sea", + "creator": "Kate Lyons Pacific editor", + "pubDate": "2022-01-15T12:11:22Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271212,17 +275502,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "108b0911c955866a4a3790f1b8833c5b", + "hash": "1310d0bc49c2d045ccd4995a121ec452", "highlights": [] }, { - "title": "Liz Truss ‘willing’ to trigger article 16 of Brexit protocol if talks falter", - "description": "

    As she prepares for crunch EU talks this week, the foreign secretary says her priority is to protect Northern Ireland’s peace deal

    The foreign secretary, Liz Truss, has warned she is prepared to unilaterally override parts of the post-Brexit agreement on Northern Ireland if the negotiations she is newly leading fail.

    Truss said she would suggest “constructive proposals” to her EU counterpart, Maroš Šefčovič, this week during their first face-to-face talks.

    Continue reading...", - "content": "

    As she prepares for crunch EU talks this week, the foreign secretary says her priority is to protect Northern Ireland’s peace deal

    The foreign secretary, Liz Truss, has warned she is prepared to unilaterally override parts of the post-Brexit agreement on Northern Ireland if the negotiations she is newly leading fail.

    Truss said she would suggest “constructive proposals” to her EU counterpart, Maroš Šefčovič, this week during their first face-to-face talks.

    Continue reading...", - "category": "Brexit", - "link": "https://www.theguardian.com/politics/2022/jan/09/liz-truss-willing-to-trigger-article-16-of-brexit-protocol-if-talks-falter", - "creator": "PA Media", - "pubDate": "2022-01-09T02:05:51Z", + "title": "US claims Russia planning ‘false-flag’ operation to justify Ukraine invasion", + "description": "
    • Officials: Moscow has already positioned saboteurs in Ukraine
    • Allegation arrives on day Ukraine hit by ‘massive’ cyber-attack

    The US has alleged Russia has already positioned saboteurs in Ukraine to carry out a “false flag” operation to use as a pretext for a Russian attack, which Washington says could begin in the coming month.

    The allegations came on the same day as a large-scale cyber-attack on Ukrainian government websites, and amid new reports of Russian military hardware on the move from the far east heading westwards.

    Continue reading...", + "content": "
    • Officials: Moscow has already positioned saboteurs in Ukraine
    • Allegation arrives on day Ukraine hit by ‘massive’ cyber-attack

    The US has alleged Russia has already positioned saboteurs in Ukraine to carry out a “false flag” operation to use as a pretext for a Russian attack, which Washington says could begin in the coming month.

    The allegations came on the same day as a large-scale cyber-attack on Ukrainian government websites, and amid new reports of Russian military hardware on the move from the far east heading westwards.

    Continue reading...", + "category": "Russia", + "link": "https://www.theguardian.com/world/2022/jan/14/us-russia-false-flag-ukraine-attack-claim", + "creator": "Julian Borger in Washington and Luke Harding in Kyiv", + "pubDate": "2022-01-14T18:25:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271230,21 +275520,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "6150199c0ff9479234983d860837677a", + "hash": "d3c558fe7031dfc19a48cb77c62270f9", "highlights": [] }, { - "title": "UK first country in Europe to pass 150,000 Covid deaths, figures show", - "description": "

    On Saturday, Britain became the seventh nation to reach the milestone after the US, Brazil, India, Russia, Mexico and Peru

    More than 150,000 people have died in the UK from coronavirus since the start of the pandemic, according to government figures.

    Britain on Saturday became the seventh country to pass the milestone after the US, Brazil, India, Russia, Mexico and Peru.

    Continue reading...", - "content": "

    On Saturday, Britain became the seventh nation to reach the milestone after the US, Brazil, India, Russia, Mexico and Peru

    More than 150,000 people have died in the UK from coronavirus since the start of the pandemic, according to government figures.

    Britain on Saturday became the seventh country to pass the milestone after the US, Brazil, India, Russia, Mexico and Peru.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/08/uk-first-country-in-europe-to-pass-150000-covid-deaths-figures-show", - "creator": "Miranda Bryant", - "pubDate": "2022-01-08T17:54:46Z", + "title": "Lawsuit claims Facebook and Google CEOs were aware of deal to control advertising sales", + "description": "

    Newly revealed documents from the complaint against Google shed light on potential advertising sales manipulation

    Facebook CEO Mark Zuckerberg and Google CEO Sundar Pichai were allegedly aware of and approved a deal to collaborate on the potential manipulation of advertising sales, according to newly revealed documents.

    The documents, which came to light on Friday, were filed as part of a lawsuit against Google brought by the attorneys general of multiple US states. The lawsuit was first filed in December 2020 and claimed Google misled publishers and advertisers about the price and process of advertising auctions. At that time, many documents and parts of the lawsuit were redacted, but court rulings have since made them public.

    Continue reading...", + "content": "

    Newly revealed documents from the complaint against Google shed light on potential advertising sales manipulation

    Facebook CEO Mark Zuckerberg and Google CEO Sundar Pichai were allegedly aware of and approved a deal to collaborate on the potential manipulation of advertising sales, according to newly revealed documents.

    The documents, which came to light on Friday, were filed as part of a lawsuit against Google brought by the attorneys general of multiple US states. The lawsuit was first filed in December 2020 and claimed Google misled publishers and advertisers about the price and process of advertising auctions. At that time, many documents and parts of the lawsuit were redacted, but court rulings have since made them public.

    Continue reading...", + "category": "Technology", + "link": "https://www.theguardian.com/technology/2022/jan/14/facebook-google-lawsuit-advertising-deal", + "creator": "Johana Bhuiyan and agencies", + "pubDate": "2022-01-15T02:12:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271256,17 +275546,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ab1e7ae90d5acbec338e0c49024a78b", + "hash": "c9db95e395a3dddc02a4bf6a87bc3695", "highlights": [] }, { - "title": "‘We’ll piss you off’: French anti-vaccine protesters rally against Macron", - "description": "

    The French president is imposing more social curbs in bid to convince unvaccinated to get jabbed

    Anti-vaccine protesters rallied in cities across France on Saturday, denouncing President Emmanuel Macron’s intent to “piss off” people refusing Covid-19 shots by tightening curbs on their civil liberties.

    Macron said this week he wanted to irritate unvaccinated people by making their lives so complicated they would end up getting jabbed. Unvaccinated people were irresponsible and unworthy of being considered citizens, he added.

    Continue reading...", - "content": "

    The French president is imposing more social curbs in bid to convince unvaccinated to get jabbed

    Anti-vaccine protesters rallied in cities across France on Saturday, denouncing President Emmanuel Macron’s intent to “piss off” people refusing Covid-19 shots by tightening curbs on their civil liberties.

    Macron said this week he wanted to irritate unvaccinated people by making their lives so complicated they would end up getting jabbed. Unvaccinated people were irresponsible and unworthy of being considered citizens, he added.

    Continue reading...", - "category": "Emmanuel Macron", - "link": "https://www.theguardian.com/world/2022/jan/08/well-piss-you-off-french-anti-vaccine-protesters-rally-against-macron", - "creator": "Reuters in Paris", - "pubDate": "2022-01-08T17:42:03Z", + "title": "Finland, Sweden and Norway to cull wolf population", + "description": "

    Conservation groups appeal to EU to take action against slaughter they allege flouts rules

    Finland is joining Sweden and Norway in culling wolves this winter to control their population, as conservation groups appeal to the European Union to take action against the slaughter.

    Hunters in Sweden have already shot dead most of their annual target of 27 wolves, while Finland is to authorise the killing of 20 wolves in its first “population management cull” for seven years.

    Continue reading...", + "content": "

    Conservation groups appeal to EU to take action against slaughter they allege flouts rules

    Finland is joining Sweden and Norway in culling wolves this winter to control their population, as conservation groups appeal to the European Union to take action against the slaughter.

    Hunters in Sweden have already shot dead most of their annual target of 27 wolves, while Finland is to authorise the killing of 20 wolves in its first “population management cull” for seven years.

    Continue reading...", + "category": "Conservation", + "link": "https://www.theguardian.com/environment/2022/jan/15/finland-sweden-norway-cull-wolf-population-eu", + "creator": "Patrick Barkham", + "pubDate": "2022-01-15T08:00:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271278,17 +275568,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "88d457cc47b41fe7c5d485e2b78a9ef7", + "hash": "ba0b1abe845cffa64be856fa424eb13f", "highlights": [] }, { - "title": "Once Europe’s liberal hope, Macron is now prey to France’s toxic populism | Will Hutton", - "description": "Racist contenders are stirring Islamophobic fears in their rush to take the presidency

    France is both beautiful and brutally bleak. It is a country studded with towns and rural vistas that take your breath away, but pockmarked with districts of soulless, desolate concrete, especially in the suburbs of its cities, the banlieues. It’s as though French planners and architects, in their embrace of modernity, lost touch with what it means to be human. It has been an important trigger for a toxic brew of Islamophobia and wider cultural despair.

    The political consequences, now playing themselves out, will ricochet around Europe and the west. The presidential elections this spring will be dominated by the right, overtly mouthing implacable opposition to immigration that even Nigel Farage, who shares similar sentiments, dares not use so openly in Britain.

    Continue reading...", - "content": "Racist contenders are stirring Islamophobic fears in their rush to take the presidency

    France is both beautiful and brutally bleak. It is a country studded with towns and rural vistas that take your breath away, but pockmarked with districts of soulless, desolate concrete, especially in the suburbs of its cities, the banlieues. It’s as though French planners and architects, in their embrace of modernity, lost touch with what it means to be human. It has been an important trigger for a toxic brew of Islamophobia and wider cultural despair.

    The political consequences, now playing themselves out, will ricochet around Europe and the west. The presidential elections this spring will be dominated by the right, overtly mouthing implacable opposition to immigration that even Nigel Farage, who shares similar sentiments, dares not use so openly in Britain.

    Continue reading...", - "category": "Emmanuel Macron", - "link": "https://www.theguardian.com/commentisfree/2022/jan/09/france-is-too-fractured-to-believe-in-macrons-politics-of-compromise-any-more", - "creator": "Will Hutton", - "pubDate": "2022-01-09T07:30:14Z", + "title": "Covid live news: UK coronavirus cases could be plateauing, expert says; Beijing reports first Omicron case", + "description": "

    Chief medical adviser says number of infections flattening in south-east and east of England; variant detection comes weeks before Winter Olympics

    Keir Starmer has ramped up the pressure on Boris Johnson as the prime minister fights to save his job, arguing that the stream of explosive allegations of Downing Street parties has left him “unable to lead”.

    In a speech to the Fabian Society conference, the Labour leader accused the Conservatives of running the NHS into the ground because they are “too preoccupied defending his rule breaking”. Stressing that “waiting times were the shortest on record” when Labour left government 12 years ago, he said:

    Rather than concentrating on getting through the pandemic and bringing down waiting lists, this self-indulgent Tory party is instead having a fight about a leader who they should have known from the start is not fit for office.

    We are witnessing the broken spectacle of a prime minister mired in deceit and deception, unable to lead.

    The prime minister needs to do the honourable thing and call it a day for the good of the country.

    [This is] not about one isolated incident, what we are seeing with these continued revelations coming out about what’s been going on at No 10 is a pattern of behaviour, and ultimately the buck stops with Boris Johnson.

    What I’ve seen, to me it looks like Boris Johnson and those in his inner circle can do what they want and the rest of us have to do as we are told - that’s not acceptable to me, it is not acceptable to my constituents or, I believe, most people in the country. And what that certainly isn’t is ‘levelling up’ in my book.

    It doesn’t matter, quite honestly, if the prime minister was present or not present - ultimately, he is responsible for what goes on in government, he is responsible for the culture in No 10 and what we’re seeing is a culture where it is one rule for them and the rest of us do as we’re told, and that’s just not acceptable.

    I’m not sure that any apology is going to put that right.

    Continue reading...", + "content": "

    Chief medical adviser says number of infections flattening in south-east and east of England; variant detection comes weeks before Winter Olympics

    Keir Starmer has ramped up the pressure on Boris Johnson as the prime minister fights to save his job, arguing that the stream of explosive allegations of Downing Street parties has left him “unable to lead”.

    In a speech to the Fabian Society conference, the Labour leader accused the Conservatives of running the NHS into the ground because they are “too preoccupied defending his rule breaking”. Stressing that “waiting times were the shortest on record” when Labour left government 12 years ago, he said:

    Rather than concentrating on getting through the pandemic and bringing down waiting lists, this self-indulgent Tory party is instead having a fight about a leader who they should have known from the start is not fit for office.

    We are witnessing the broken spectacle of a prime minister mired in deceit and deception, unable to lead.

    The prime minister needs to do the honourable thing and call it a day for the good of the country.

    [This is] not about one isolated incident, what we are seeing with these continued revelations coming out about what’s been going on at No 10 is a pattern of behaviour, and ultimately the buck stops with Boris Johnson.

    What I’ve seen, to me it looks like Boris Johnson and those in his inner circle can do what they want and the rest of us have to do as we are told - that’s not acceptable to me, it is not acceptable to my constituents or, I believe, most people in the country. And what that certainly isn’t is ‘levelling up’ in my book.

    It doesn’t matter, quite honestly, if the prime minister was present or not present - ultimately, he is responsible for what goes on in government, he is responsible for the culture in No 10 and what we’re seeing is a culture where it is one rule for them and the rest of us do as we’re told, and that’s just not acceptable.

    I’m not sure that any apology is going to put that right.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/15/covid-live-news-pressure-grows-on-boris-johnson-over-lockdown-parties-djokovic-to-spend-night-in-detention", + "creator": "Lucy Campbell (now); Jedidajah Otte (earlier)", + "pubDate": "2022-01-15T14:24:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271300,17 +275590,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "76a441c87f6f4bae9b01abb33864df68", + "hash": "06d95c00860cfd22a127e9119492ee67", "highlights": [] }, { - "title": "‘Hollywood Madam’ Heidi Fleiss plans to leave Nevada after pet parrot shot", - "description": "

    Heidi Fleiss, who achieved fame as the “Hollywood Madam” when she was accused in the mid-1990s of running a Los Angeles prostitution ring, has said she is moving out of a southern Nevada town where she has lived for about 15 years.

    Fleiss told the Pahrump Valley Times she was angry that someone shot one of her cherished pet parrots with a pellet gun just before Christmas.

    Continue reading...", - "content": "

    Heidi Fleiss, who achieved fame as the “Hollywood Madam” when she was accused in the mid-1990s of running a Los Angeles prostitution ring, has said she is moving out of a southern Nevada town where she has lived for about 15 years.

    Fleiss told the Pahrump Valley Times she was angry that someone shot one of her cherished pet parrots with a pellet gun just before Christmas.

    Continue reading...", - "category": "Nevada", - "link": "https://www.theguardian.com/us-news/2022/jan/08/hollywood-madam-heidi-fleiss-leave-nevada-pet-parrot-shot", - "creator": "Associated Press in Pahrump, Nevada", - "pubDate": "2022-01-08T22:37:33Z", + "title": "As Covid-19 peak seems to near, experts warn against letting guard down", + "description": "

    Hospitalizations and cases seem to be subsiding in states with high vaccination rates, but experts caution against celebrating too soon

    In February 2021, Dr Craig Spencer wrote in a Medium post that he was as “eager as anyone to see the end of this pandemic. Thankfully, that may be in sight”.

    “Covid cases and hospitalizations are dropping,” wrote Spencer, director of Global Health in Emergency Medicine at New York-Presbyterian/Columbia University Medical Center. “Vaccines are getting into arms. So, what happens next?”

    Continue reading...", + "content": "

    Hospitalizations and cases seem to be subsiding in states with high vaccination rates, but experts caution against celebrating too soon

    In February 2021, Dr Craig Spencer wrote in a Medium post that he was as “eager as anyone to see the end of this pandemic. Thankfully, that may be in sight”.

    “Covid cases and hospitalizations are dropping,” wrote Spencer, director of Global Health in Emergency Medicine at New York-Presbyterian/Columbia University Medical Center. “Vaccines are getting into arms. So, what happens next?”

    Continue reading...", + "category": "Omicron variant", + "link": "https://www.theguardian.com/world/2022/jan/14/covid-19-peak-near-experts-warn-guard-down", + "creator": "Eric Berger", + "pubDate": "2022-01-15T07:00:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271322,17 +275612,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d53cf741a5a9da7ba5fe5663a74672c0", + "hash": "db24172d682454bbd79c3ecb9133a827", "highlights": [] }, { - "title": "Coronavirus live – as it happened: UK passes 150,000 officially recorded Covid deaths; Sweden’s crown princess tests positive", - "description": "

    Latest developments as Philippines reports record 26,458 cases and scientist says Omicron variant could become endemic in UK

    The north-east and north-west of England are seeing “concerning” rates of the Omicron variant, an expert has said.

    Figures showed that three of the five UK areas with the biggest week-on-week rises in Covid case rates are Middlesbrough (748.8 to 2,651.4), Copeland (1,731.3 to 3,525.8) and Redcar & Cleveland (846.8 to 2,564.3).

    Continue reading...", - "content": "

    Latest developments as Philippines reports record 26,458 cases and scientist says Omicron variant could become endemic in UK

    The north-east and north-west of England are seeing “concerning” rates of the Omicron variant, an expert has said.

    Figures showed that three of the five UK areas with the biggest week-on-week rises in Covid case rates are Middlesbrough (748.8 to 2,651.4), Copeland (1,731.3 to 3,525.8) and Redcar & Cleveland (846.8 to 2,564.3).

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/08/covid-live-government-in-uk-plans-for-one-in-four-teachers-to-be-off-record-26458-cases-in-philippines", - "creator": "Jedidajah Otte (now), Damien Gayle (earlier)", - "pubDate": "2022-01-08T22:55:34Z", + "title": "‘The collapse of humanity is deathly funny’: Gary Shteyngart on writing comedy in difficult times", + "description": "

    In an age of catastrophe, humour is more important than ever, argues the satirical author.

    • Plus, 10 terrific 21st-century comic novels

    I do not write historical fiction. But I envy those who do. I can picture them sitting in the lamp-lit halls of the New York Public Library on 42nd Street, thumbing through fraying, early 20th‑century telephone directories or spinning the roulette of the microfiche machine, or meeting at a nearby coffee dispensary with fellow history-minded wordsmiths in the wee hours of the day, like hunters getting ready to put a bullet through the heart of a wildebeest. The best are able to address the current moment through deft metaphysical journeys between the present and the past, to illuminate our wayward realities by reminding us that it has ever been so, that the past is not even the past, or whatever Faulkner said.

    Personally, I have trouble building a literary time machine. A decade ago, when I wrote a memoir set primarily in the 1980s, all I could remember of that era was Michael J Fox running around in a varsity jacket. The rest of my memories were just volumes of mist that sometimes trickled out of my minor brain holes, tantalising but highly suspect emissions that bore news of events which may or may not have been. When one’s teenage years are a distant Greek island, imagine trying to write a novel about the romantic entanglements of the Italian futurists or the political cataclysms of Meiji-era Japan, or anything at all about the ancient Egyptians.

    Continue reading...", + "content": "

    In an age of catastrophe, humour is more important than ever, argues the satirical author.

    • Plus, 10 terrific 21st-century comic novels

    I do not write historical fiction. But I envy those who do. I can picture them sitting in the lamp-lit halls of the New York Public Library on 42nd Street, thumbing through fraying, early 20th‑century telephone directories or spinning the roulette of the microfiche machine, or meeting at a nearby coffee dispensary with fellow history-minded wordsmiths in the wee hours of the day, like hunters getting ready to put a bullet through the heart of a wildebeest. The best are able to address the current moment through deft metaphysical journeys between the present and the past, to illuminate our wayward realities by reminding us that it has ever been so, that the past is not even the past, or whatever Faulkner said.

    Personally, I have trouble building a literary time machine. A decade ago, when I wrote a memoir set primarily in the 1980s, all I could remember of that era was Michael J Fox running around in a varsity jacket. The rest of my memories were just volumes of mist that sometimes trickled out of my minor brain holes, tantalising but highly suspect emissions that bore news of events which may or may not have been. When one’s teenage years are a distant Greek island, imagine trying to write a novel about the romantic entanglements of the Italian futurists or the political cataclysms of Meiji-era Japan, or anything at all about the ancient Egyptians.

    Continue reading...", + "category": "Books", + "link": "https://www.theguardian.com/books/2022/jan/15/the-collapse-of-humanity-is-deathly-funny-gary-shteyngart-on-writing-comedy-in-difficult-times", + "creator": "Gary Shteyngart and Justine Jordan", + "pubDate": "2022-01-15T11:00:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271344,17 +275634,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b3be22f0fd6a6e3c6ddf4107178eb44c", + "hash": "aae609b422911b83b9ed75e40a688b78", "highlights": [] }, { - "title": "The last dance? Why prima ballerinas are turning away from the tutu", - "description": "

    Leading dancers and directors say they find the classic costume both physically and artistically restrictive

    The ballerina’s tutu remains a traditional object of desire for many young girls: an enduring emblem of diaphanous femininity, as well as the twirling centrepiece of many a childhood music box. But is its longstanding link with the world of professional dance now out of date?

    Several leading performers and choreographers think so, and while the twinkly costume of The Nutcracker’s Sugar Plum Fairy may not quite have been consigned to the wardrobe archives, its days may be numbered.

    Continue reading...", - "content": "

    Leading dancers and directors say they find the classic costume both physically and artistically restrictive

    The ballerina’s tutu remains a traditional object of desire for many young girls: an enduring emblem of diaphanous femininity, as well as the twirling centrepiece of many a childhood music box. But is its longstanding link with the world of professional dance now out of date?

    Several leading performers and choreographers think so, and while the twinkly costume of The Nutcracker’s Sugar Plum Fairy may not quite have been consigned to the wardrobe archives, its days may be numbered.

    Continue reading...", - "category": "Ballet", - "link": "https://www.theguardian.com/stage/2022/jan/09/the-last-dance-why-prima-ballerinas-are-turning-away-from-the-tutu", - "creator": "Vanessa Thorpe Arts and Media Correspondent", - "pubDate": "2022-01-09T07:00:14Z", + "title": "I grew up in a crematorium – we learned not to look too alive in front of the mourners", + "description": "

    It was a regular family home – just one in which I learned not to run around the garden when the funeral processions passed, and to jump over, never on, any bluish grey powder I might find

    When I was eight, roller skates were things you stepped into while wearing your outdoor shoes. They had laced, red leather toe-pieces that you pushed your shoes into, and red straps to buckle round your ankles. Two chunky black wheels sat either side of your toes, and two either side of your ankles. The metal base could be shortened or lengthened as needed. The skates made a loud clacking noise and didn’t roll well on -carpets or bumpy -pavements. If my sister and I were to build up any momentum at all, there was only one place to go. Down the crem.

    The crematory was cavernous. The clackclackroll of skates was loud on the tiled floor, which was cold and hard to fall on, but goodness, you could pick up some speed. On the other side of the immense wall was the chapel. We knew that during the day coffins came through one hatch and were rolled across to three steel ones on the opposite side: cremators 1, 2 and 3. But we only went down the crem – as we all called it – when the room was still and the furnaces empty and cold. Each cremator had a small, nautical-style wheel that, when spun, opened the doors on to the scorched bricks of the incinerators. These wheels were handy to grab hold of when we needed to slow down. Occasionally, we’d spin one to see inside. My sister climbed in once, and her trousers were never the same again.

    Continue reading...", + "content": "

    It was a regular family home – just one in which I learned not to run around the garden when the funeral processions passed, and to jump over, never on, any bluish grey powder I might find

    When I was eight, roller skates were things you stepped into while wearing your outdoor shoes. They had laced, red leather toe-pieces that you pushed your shoes into, and red straps to buckle round your ankles. Two chunky black wheels sat either side of your toes, and two either side of your ankles. The metal base could be shortened or lengthened as needed. The skates made a loud clacking noise and didn’t roll well on -carpets or bumpy -pavements. If my sister and I were to build up any momentum at all, there was only one place to go. Down the crem.

    The crematory was cavernous. The clackclackroll of skates was loud on the tiled floor, which was cold and hard to fall on, but goodness, you could pick up some speed. On the other side of the immense wall was the chapel. We knew that during the day coffins came through one hatch and were rolled across to three steel ones on the opposite side: cremators 1, 2 and 3. But we only went down the crem – as we all called it – when the room was still and the furnaces empty and cold. Each cremator had a small, nautical-style wheel that, when spun, opened the doors on to the scorched bricks of the incinerators. These wheels were handy to grab hold of when we needed to slow down. Occasionally, we’d spin one to see inside. My sister climbed in once, and her trousers were never the same again.

    Continue reading...", + "category": "Family", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/15/i-grew-up-in-a-crematorium", + "creator": "Jo Browning Wroe", + "pubDate": "2022-01-15T12:00:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271366,17 +275656,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5c070b9f9c4fd24d577038c87a01c27", + "hash": "c529ee3a2f8f4e59bbfc4f63e4500fc1", "highlights": [] }, { - "title": "Golden Globes lose their shine as A-listers shun ‘unethical’ ceremony", - "description": "

    There’s no red carpet or even TV coverage – so film fans will have to wait until the Baftas for pre-Oscar glamour

    Those shining orbs, the Golden Globe awards, have well and truly lost their lustre. Unloved and almost unattended, the prize-giving ceremony that once promised more Hollywood entertainment value than any other, with closeups of tipsy stars in unguarded moments, will not even be screened on network TV. Its demotion follows a series of rows over its dubious practices and lack of diversity.

    Yet the event at the Beverly Hilton hotel comes as Hollywood tries to cling on by its glistening fingernails to all the traditional allure and hoopla of the awards season. After two years of film-making against a background of Covid infections and international restrictions, the industry sorely needs to keep up the illusion of glamour and fun that helps to bankroll its biggest productions.

    Continue reading...", - "content": "

    There’s no red carpet or even TV coverage – so film fans will have to wait until the Baftas for pre-Oscar glamour

    Those shining orbs, the Golden Globe awards, have well and truly lost their lustre. Unloved and almost unattended, the prize-giving ceremony that once promised more Hollywood entertainment value than any other, with closeups of tipsy stars in unguarded moments, will not even be screened on network TV. Its demotion follows a series of rows over its dubious practices and lack of diversity.

    Yet the event at the Beverly Hilton hotel comes as Hollywood tries to cling on by its glistening fingernails to all the traditional allure and hoopla of the awards season. After two years of film-making against a background of Covid infections and international restrictions, the industry sorely needs to keep up the illusion of glamour and fun that helps to bankroll its biggest productions.

    Continue reading...", - "category": "Golden Globes 2022", - "link": "https://www.theguardian.com/film/2022/jan/09/golden-globes-lose-their-shine-as-a-listers-shun-unethical-ceremony", - "creator": "Vanessa Thorpe", - "pubDate": "2022-01-09T07:30:14Z", + "title": "On my radar: Tom Felton’s cultural highlights", + "description": "

    The Harry Potter actor on a play about teen depression, his George Harrison fix, and the Lin-Manuel Miranda film he’s obsessed with

    Born in Surrey in 1987, actor Tom Felton rose to fame playing Draco Malfoy in the Harry Potter films. His other film roles include Anna and the King, Rise of the Planet of the Apes, and Amma Asante’s Belle and A United Kingdom. He is also a musician, and is one of the founders of Six String Productions, a recording company devoted to signing young musical artists. He stars opposite Samantha Morton in Sky original Save the Cinema, about a Welsh community’s battle to save their local theatre from demolition.

    Continue reading...", + "content": "

    The Harry Potter actor on a play about teen depression, his George Harrison fix, and the Lin-Manuel Miranda film he’s obsessed with

    Born in Surrey in 1987, actor Tom Felton rose to fame playing Draco Malfoy in the Harry Potter films. His other film roles include Anna and the King, Rise of the Planet of the Apes, and Amma Asante’s Belle and A United Kingdom. He is also a musician, and is one of the founders of Six String Productions, a recording company devoted to signing young musical artists. He stars opposite Samantha Morton in Sky original Save the Cinema, about a Welsh community’s battle to save their local theatre from demolition.

    Continue reading...", + "category": "Culture", + "link": "https://www.theguardian.com/culture/2022/jan/15/on-my-radar-tom-felton-cultural-highlights", + "creator": "Kathryn Bromwich", + "pubDate": "2022-01-15T15:00:25Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271388,17 +275678,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee837639924d510d764834477fd35384", + "hash": "2da461bdc637bb982eb519431e1b4450", "highlights": [] }, { - "title": "Ashes 2021-22 fourth Test, day five: Australia v England – live!", - "description": "

    12th over: England 30-0 (Hameed 8, Crawley 22)

    Boland kicks things off and there’s a bat-pad appeal straight away, but it’s non-committal. Hameed leaves the next and Carey takes it in front of his face. Continuing the theme, Boland gets another to jump as Hameed comes forward and it raps him on the gloves and chest. The next is much the same, but Hameed deals with it. Good signs for Boland. A maiden.

    Continue reading...", - "content": "

    12th over: England 30-0 (Hameed 8, Crawley 22)

    Boland kicks things off and there’s a bat-pad appeal straight away, but it’s non-committal. Hameed leaves the next and Carey takes it in front of his face. Continuing the theme, Boland gets another to jump as Hameed comes forward and it raps him on the gloves and chest. The next is much the same, but Hameed deals with it. Good signs for Boland. A maiden.

    Continue reading...", - "category": "Ashes 2021-22", - "link": "https://www.theguardian.com/sport/live/2022/jan/09/ashes-2021-22-australia-vs-england-day-five-5-cricket-4th-fourth-test-live-score-card-aus-v-eng-start-time-latest-updates", - "creator": "Sam Perry (now) and Tim de Lisle (later)", - "pubDate": "2022-01-09T01:52:48Z", + "title": "Virginia Giuffre: Prince Andrew accuser in spotlight after years of fighting to be heard", + "description": "

    Judge’s ruling that lawsuit can proceed marks first-round victory for the woman who accuses the duke of sexual abuse

    Virginia Giuffre was a teenager working as a locker-room assistant at Donald Trump’s Mar-a-Lago resort in Florida in 2000 when she says she was approached by Ghislaine Maxwell. Maxwell asked her if she wanted to become a massage therapist.

    Giuffre had been trying to get her life back on track, and this job was a key part of that plan. She has recounted how she had been sexually abused as a child, found herself moving in and out of foster care homes, and at 14 had been living on the streets suffering yet more abuse.

    Continue reading...", + "content": "

    Judge’s ruling that lawsuit can proceed marks first-round victory for the woman who accuses the duke of sexual abuse

    Virginia Giuffre was a teenager working as a locker-room assistant at Donald Trump’s Mar-a-Lago resort in Florida in 2000 when she says she was approached by Ghislaine Maxwell. Maxwell asked her if she wanted to become a massage therapist.

    Giuffre had been trying to get her life back on track, and this job was a key part of that plan. She has recounted how she had been sexually abused as a child, found herself moving in and out of foster care homes, and at 14 had been living on the streets suffering yet more abuse.

    Continue reading...", + "category": "Prince Andrew", + "link": "https://www.theguardian.com/uk-news/2022/jan/15/virginia-giuffre-prince-andrew-civil-lawsuit", + "creator": "Edward Helmore in New York", + "pubDate": "2022-01-15T08:00:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271410,17 +275700,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8e52af62a434189bc13072ee431fa59", + "hash": "fabae0c5ce1b197c24f5430d481cdaf4", "highlights": [] }, { - "title": "Don’t Look Up: four climate experts on the polarising disaster film", - "description": "

    Critics haven’t been kind to Adam McKay’s eco-satire, but many climate experts are lauding it. Here four give their views

    Rarely has a film been as divisive as Adam McKay’s climate satire Don’t Look Up. Although it has been watched by millions, and is already Netflix’s third most watched film ever, the response from critics was largely negative. Many found its story of scientists who discover an asteroid heading for Earth a clumsy allegory for the climate crisis, while others just found it boring. But many in the climate movement have praised the film, and audience reviews have been generally positive.

    We asked four climate experts to give their views on the film. Warning: spoilers ahead.

    Continue reading...", - "content": "

    Critics haven’t been kind to Adam McKay’s eco-satire, but many climate experts are lauding it. Here four give their views

    Rarely has a film been as divisive as Adam McKay’s climate satire Don’t Look Up. Although it has been watched by millions, and is already Netflix’s third most watched film ever, the response from critics was largely negative. Many found its story of scientists who discover an asteroid heading for Earth a clumsy allegory for the climate crisis, while others just found it boring. But many in the climate movement have praised the film, and audience reviews have been generally positive.

    We asked four climate experts to give their views on the film. Warning: spoilers ahead.

    Continue reading...", - "category": "Don't Look Up", - "link": "https://www.theguardian.com/film/2022/jan/08/dont-look-up-four-climate-experts-on-the-polarising-disaster-film", - "creator": "Ketan Joshi, Fiona Harvey, Nina Lakhani and Damian Carrington", - "pubDate": "2022-01-08T08:00:46Z", + "title": "Large chemical fire in New Jersey ‘worst I’ve ever seen’, mayor says", + "description": "
    • One firefighter reportedly injured tackling blaze in Passaic
    • Smoke so thick it was smelled in neighoring New York City

    A large chemical fire burned through the night and into Saturday morning in northern New Jersey, its smoke so heavy that it was detected on weather radar and seen and smelled in neighboring New York City.

    The fire at Majestic Industries and the Qualco chemical plant in Passaic spread to multiple buildings and threatened their collapse, officials said.

    Continue reading...", + "content": "
    • One firefighter reportedly injured tackling blaze in Passaic
    • Smoke so thick it was smelled in neighoring New York City

    A large chemical fire burned through the night and into Saturday morning in northern New Jersey, its smoke so heavy that it was detected on weather radar and seen and smelled in neighboring New York City.

    The fire at Majestic Industries and the Qualco chemical plant in Passaic spread to multiple buildings and threatened their collapse, officials said.

    Continue reading...", + "category": "New Jersey", + "link": "https://www.theguardian.com/us-news/2022/jan/15/new-jersey-chemical-fire-passaic", + "creator": "Associated Press", + "pubDate": "2022-01-15T14:50:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271432,17 +275722,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ced729d26c9724cc0d4204bed8972fd", + "hash": "ff68e038df48363b6bb108808219c390", "highlights": [] }, { - "title": "Neoliberal Brexiters are no friends of the ‘red wall’", - "description": "

    Labour must make it clear that regions suffering under the long squeeze of austerity have still more to fear from the Tories

    Apart from his bad luck in being struck twice by the need to go into isolation from Covid, the leader of the opposition, Sir Keir Starmer has a huge, indeed historic, weight on his shoulders. To put it bluntly: this government is so appalling that if, as it hopes, it is re-elected either this year or next, many of us will be seriously tempted to emigrate.

    The sleaze that finally overturned one of the safest Tory seats in the land, namely North Shropshire, brought to mind a line in Imperium, a novel by my old friend Robert Harris: Cicero (for it is the fictional he) describes a dodgy politician as “giving corruption a bad name”.

    Continue reading...", - "content": "

    Labour must make it clear that regions suffering under the long squeeze of austerity have still more to fear from the Tories

    Apart from his bad luck in being struck twice by the need to go into isolation from Covid, the leader of the opposition, Sir Keir Starmer has a huge, indeed historic, weight on his shoulders. To put it bluntly: this government is so appalling that if, as it hopes, it is re-elected either this year or next, many of us will be seriously tempted to emigrate.

    The sleaze that finally overturned one of the safest Tory seats in the land, namely North Shropshire, brought to mind a line in Imperium, a novel by my old friend Robert Harris: Cicero (for it is the fictional he) describes a dodgy politician as “giving corruption a bad name”.

    Continue reading...", - "category": "Economics", - "link": "https://www.theguardian.com/business/2022/jan/09/neoliberal-brexiters-are-no-friends-of-the-red-wall", - "creator": "William Keegan", - "pubDate": "2022-01-09T07:00:14Z", + "title": "EU parliament president David Sassoli's Christmas message, the last before his death – video", + "description": "

    David Sassoli, the president of the European parliament, has died at the age of 65, his spokesperson has said, after a serious illness for which he was hospitalised for more than two weeks. In December, Sassoli posted what would be his last video message, in which he expressed hope for women's rights and solidarity

    Continue reading...", + "content": "

    David Sassoli, the president of the European parliament, has died at the age of 65, his spokesperson has said, after a serious illness for which he was hospitalised for more than two weeks. In December, Sassoli posted what would be his last video message, in which he expressed hope for women's rights and solidarity

    Continue reading...", + "category": "European Union", + "link": "https://www.theguardian.com/world/video/2022/jan/11/eu-parliament-president-david-sassolis-christmas-message-the-last-before-his-death-video", + "creator": "", + "pubDate": "2022-01-11T09:31:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271454,17 +275744,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7b6eff42e29863d39a75ef95b653780", + "hash": "2510ff73ea408ffdcd1bc78404f19f4f", "highlights": [] }, { - "title": "Australia Covid live news update: deadliest day of pandemic for NSW; Qld delays start of school year; more than 99,000 new cases nationwide", - "description": "

    The health minister, Greg Hunt, has been asked about Novak Djokovic’s court case.

    Hunt declined to comment, citing the fact the matter is before the court but did reveal that two other people connected with the Australian Open tournament have left Australia after their visas were cancelled.

    In relation to Novak Djokovic, as this is now a matter before the courts, I will respectfully leave any commentary until after it has been heard by the court and my understanding is that there is a hearing tomorrow.

    My other advice from border force is that their assessment of any visas relating to the Australian Open has now been completed and two other individuals have now voluntarily left the country – as is the case with an individual who has their visa cancelled is entitled to leave the country at any time, even while they are going through a court proceeding but that is a matter for them. Beyond that, the advice is that there is an ongoing court case so we respectfully are not making any additional comment.

    Continue reading...", - "content": "

    The health minister, Greg Hunt, has been asked about Novak Djokovic’s court case.

    Hunt declined to comment, citing the fact the matter is before the court but did reveal that two other people connected with the Australian Open tournament have left Australia after their visas were cancelled.

    In relation to Novak Djokovic, as this is now a matter before the courts, I will respectfully leave any commentary until after it has been heard by the court and my understanding is that there is a hearing tomorrow.

    My other advice from border force is that their assessment of any visas relating to the Australian Open has now been completed and two other individuals have now voluntarily left the country – as is the case with an individual who has their visa cancelled is entitled to leave the country at any time, even while they are going through a court proceeding but that is a matter for them. Beyond that, the advice is that there is an ongoing court case so we respectfully are not making any additional comment.

    Continue reading...", + "title": "How No 10’s alleged parties took place as UK Covid death toll rose – interactive", + "description": "

    A timeline of alleged lockdown parties and UK deaths, what Covid rules were in place at the time and what Boris Johnson said

    The UK government and the Conservative party have been rocked by a series of claims about staff parties held in Downing Street and elsewhere in Whitehall. Some have argued the “partygate” scandal could ultimately topple the prime minister.

    With more than 175,000 Covid deaths to date, the Guardian plots the UK death toll against dates on which the staff parties are alleged to have occurred, as well as previous controversies involving alleged breaches of lockdown rules and Johnson’s recent comments on the 2020 gatherings.

    Continue reading...", + "content": "

    A timeline of alleged lockdown parties and UK deaths, what Covid rules were in place at the time and what Boris Johnson said

    The UK government and the Conservative party have been rocked by a series of claims about staff parties held in Downing Street and elsewhere in Whitehall. Some have argued the “partygate” scandal could ultimately topple the prime minister.

    With more than 175,000 Covid deaths to date, the Guardian plots the UK death toll against dates on which the staff parties are alleged to have occurred, as well as previous controversies involving alleged breaches of lockdown rules and Johnson’s recent comments on the 2020 gatherings.

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/australia-news/live/2022/jan/09/novak-djokovic-court-visa-omicron-covid-case-numbers-hospitals-queensland-floods", - "creator": "Caitlin Cassidy (now) and Justine Landis-Hanley (earlier)", - "pubDate": "2022-01-09T07:04:45Z", + "link": "https://www.theguardian.com/world/ng-interactive/2022/jan/14/how-no-10s-alleged-parties-took-place-as-uk-covid-death-toll-rose-interactive", + "creator": "Pamela Duncan, Pablo Gutiérrez, Ashley Kirk, Miles Probyn and Tobi Thomas", + "pubDate": "2022-01-14T12:26:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271472,21 +275762,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "5c8143bc5e4e28d3bdb2d9039dd23120", + "hash": "24ef33c7e28eb7a2ef499e152e59a31c", "highlights": [] }, { - "title": "Djokovic pictured maskless at public event one day after positive Covid test", - "description": "
    • Positive test used as basis of medical exemption into Australia
    • Djokovic pictured at Belgrade award ceremony on 17 December

    Novak Djokovic faced fresh controversy over his attempt to enter Australia to take part in the Open tennis tournament after pictures emerged on social media of his appearances at public events after a positive Covid test was recorded in mid-December, which allowed him an exemption from the country’s strict Covid rules.

    Djokovic, who has spoken against vaccine mandates, has been kept in a Melbourne hotel since Thursday after his visa was cancelled due to problems with the medical exemption from vaccination granted by the organisers of the Australian Open.

    Continue reading...", - "content": "
    • Positive test used as basis of medical exemption into Australia
    • Djokovic pictured at Belgrade award ceremony on 17 December

    Novak Djokovic faced fresh controversy over his attempt to enter Australia to take part in the Open tennis tournament after pictures emerged on social media of his appearances at public events after a positive Covid test was recorded in mid-December, which allowed him an exemption from the country’s strict Covid rules.

    Djokovic, who has spoken against vaccine mandates, has been kept in a Melbourne hotel since Thursday after his visa was cancelled due to problems with the medical exemption from vaccination granted by the organisers of the Australian Open.

    Continue reading...", - "category": "Novak Djokovic", - "link": "https://www.theguardian.com/sport/2022/jan/08/novak-djokovic-relied-on-december-covid-infection-for-vaccine-exemption-court-documents-reveal", - "creator": "Tumaini Carayol and Christopher Knaus", - "pubDate": "2022-01-08T15:37:43Z", + "title": "Guillermo Del Toro: ‘I saw real corpses when I was growing up in Mexico’", + "description": "

    In his new film Nightmare Alley, the Oscar-winning director abandons fantasy for gritty noir – but, as he knows from his childhood, humanity has its own share of monsters

    Guillermo Del Toro used to describe Hollywood as “the Land of the Slow No”. Here was a place where a director could die waiting for a project to be greenlit. “The natural state of a movie is to be unmade,” he says over Zoom from his home in Los Angeles. “I have about 20 scripts that I lug around that no one wants to make and that’s fine: it’s the nature of the business. It’s a miracle when anything at all gets made.”

    Nevertheless, Del Toro has established himself as this century’s leading fantasy film-maker, more inventive than latter-day Tim Burton and less bombastic than Peter Jackson (with whom he co-wrote the Hobbit trilogy). From the haunting adult fairytale Pan’s Labyrinth and the voluptuously garish Hellboy romps to his beauty-and-the-fish love story The Shape of Water, which won four Oscars, he is the master of the glutinous phantasmagoria.

    Continue reading...", + "content": "

    In his new film Nightmare Alley, the Oscar-winning director abandons fantasy for gritty noir – but, as he knows from his childhood, humanity has its own share of monsters

    Guillermo Del Toro used to describe Hollywood as “the Land of the Slow No”. Here was a place where a director could die waiting for a project to be greenlit. “The natural state of a movie is to be unmade,” he says over Zoom from his home in Los Angeles. “I have about 20 scripts that I lug around that no one wants to make and that’s fine: it’s the nature of the business. It’s a miracle when anything at all gets made.”

    Nevertheless, Del Toro has established himself as this century’s leading fantasy film-maker, more inventive than latter-day Tim Burton and less bombastic than Peter Jackson (with whom he co-wrote the Hobbit trilogy). From the haunting adult fairytale Pan’s Labyrinth and the voluptuously garish Hellboy romps to his beauty-and-the-fish love story The Shape of Water, which won four Oscars, he is the master of the glutinous phantasmagoria.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2022/jan/15/guillermo-del-toro-i-saw-real-corpses-when-i-was-growing-up-in-mexico", + "creator": "Ryan Gilbey", + "pubDate": "2022-01-15T09:00:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271498,17 +275788,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0381afce30587bedc1aeea87c1f02232", + "hash": "901487b04e5655111cd024ccaa573fbe", "highlights": [] }, { - "title": "US ready to discuss curbing military exercises in Ukraine talks with Russia", - "description": "

    Reciprocal restrictions on missile deployments in region could also be on table in Geneva negotiations on Monday

    The US and allies are prepared to discuss with Russia in talks about Ukraine the possibility of each side restricting military exercises and missile deployments in the region, a senior US official said on Saturday.

    With crucial talks set to start on Monday in Geneva, the Biden administration official said the US was not willing to discuss limits on US troop deployments or the US force posture in Nato countries in the region.

    Continue reading...", - "content": "

    Reciprocal restrictions on missile deployments in region could also be on table in Geneva negotiations on Monday

    The US and allies are prepared to discuss with Russia in talks about Ukraine the possibility of each side restricting military exercises and missile deployments in the region, a senior US official said on Saturday.

    With crucial talks set to start on Monday in Geneva, the Biden administration official said the US was not willing to discuss limits on US troop deployments or the US force posture in Nato countries in the region.

    Continue reading...", - "category": "Ukraine", - "link": "https://www.theguardian.com/world/2022/jan/08/ukraine-us-russia-talks-military-exercises-missile-deployments", - "creator": "Reuters in Washington", - "pubDate": "2022-01-08T20:53:07Z", + "title": "Ghislaine Maxwell to be sentenced in New York in late June", + "description": "

    Maxwell was convicted last month of recruiting and grooming teenage girls for Jeffrey Epstein to abuse

    Ghislaine Maxwell is due to be sentenced in late June after her conviction last month on charges including sex trafficking and conspiracy relating to the recruitment of teenage girls for financier Jeffrey Epstein to sexually abuse.

    US district judge Alison J Nathan announced the 28 June date on Friday even as she waits to resolve defence claims that a new trial should be ordered after a juror’s public admissions after the verdict about his childhood sexual abuse.

    Continue reading...", + "content": "

    Maxwell was convicted last month of recruiting and grooming teenage girls for Jeffrey Epstein to abuse

    Ghislaine Maxwell is due to be sentenced in late June after her conviction last month on charges including sex trafficking and conspiracy relating to the recruitment of teenage girls for financier Jeffrey Epstein to sexually abuse.

    US district judge Alison J Nathan announced the 28 June date on Friday even as she waits to resolve defence claims that a new trial should be ordered after a juror’s public admissions after the verdict about his childhood sexual abuse.

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2022/jan/15/ghislaine-maxwell-to-be-sentenced-in-new-york-in-late-june", + "creator": "Associated Press in New York", + "pubDate": "2022-01-15T12:02:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271520,17 +275810,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bca05a3d57a5c822c55d6d9b82808fd7", + "hash": "ebd23be0f25ab3af50091fe594447522", "highlights": [] }, { - "title": "Nasa engineers complete the unfolding of the James Webb space telescope", - "description": "

    ‘Time machine’ will allow astronomers to study the beginning of the universe shortly after the Big Bang

    Nasa engineers yesterday completed the final unfolding of the huge primary mirror of the agency’s James Webb space telescope. The manoeuvre was the final step of the $10bn observatory’s two-week deployment phase that began with its launch on Christmas Day.

    The telescope, which has already travelled more than 600,000 miles across space, is the largest, most powerful space telescope ever built and had to be folded up tightly, so it would fit inside its Ariane 5 launch rocket.

    Continue reading...", - "content": "

    ‘Time machine’ will allow astronomers to study the beginning of the universe shortly after the Big Bang

    Nasa engineers yesterday completed the final unfolding of the huge primary mirror of the agency’s James Webb space telescope. The manoeuvre was the final step of the $10bn observatory’s two-week deployment phase that began with its launch on Christmas Day.

    The telescope, which has already travelled more than 600,000 miles across space, is the largest, most powerful space telescope ever built and had to be folded up tightly, so it would fit inside its Ariane 5 launch rocket.

    Continue reading...", - "category": "James Webb space telescope", - "link": "https://www.theguardian.com/science/2022/jan/08/nasa-engineers-complete-the-unfolding-of-the-james-webb-space-telescope", - "creator": "Robin McKie Science Editor", - "pubDate": "2022-01-08T18:38:55Z", + "title": "Virginia Giuffre seeks testimony from Prince Andrew’s former assistant", + "description": "

    Attorneys say they have ‘reason to believe’ that Robert Olney has ‘relevant information’ about duke’s relationship with Epstein

    Prince Andrew’s longtime accuser Virginia Giuffre is seeking testimony from his former equerry, according to court papers in her sexual abuse lawsuit against the royal.

    Giuffre’s attorneys said Friday that they had “reason to believe” that Robert Olney, the Duke of York’s past assistant, has “relevant information about Prince Andrew’s relationship with Jeffrey Epstein”.

    Continue reading...", + "content": "

    Attorneys say they have ‘reason to believe’ that Robert Olney has ‘relevant information’ about duke’s relationship with Epstein

    Prince Andrew’s longtime accuser Virginia Giuffre is seeking testimony from his former equerry, according to court papers in her sexual abuse lawsuit against the royal.

    Giuffre’s attorneys said Friday that they had “reason to believe” that Robert Olney, the Duke of York’s past assistant, has “relevant information about Prince Andrew’s relationship with Jeffrey Epstein”.

    Continue reading...", + "category": "Prince Andrew", + "link": "https://www.theguardian.com/uk-news/2022/jan/14/prince-andrew-sexual-abuse-lawsuit-testimony-virginia-giuffre", + "creator": "Victoria Bekiempis", + "pubDate": "2022-01-14T21:53:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271538,21 +275828,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "7e41519ba8eae121141bfe22c93d47f1", + "hash": "ec55b2229160ef2d823fca3b46632e1a", "highlights": [] }, { - "title": "Brazil: rock breaks from cliff and falls on boaters, leaving at least six dead", - "description": "

    As many as 20 people may be missing after accident on Furnas Lake

    A towering slab of rock broke from a cliff and toppled on to pleasure boaters drifting near a waterfall on a Brazilian lake on Saturday and officials said at least six people died.

    Minas Gerais fire department commander Edgard Estevo told a news conference that in addition to the dead, as many as 20 people may be missing, and said officials are seeking to identify them.

    Continue reading...", - "content": "

    As many as 20 people may be missing after accident on Furnas Lake

    A towering slab of rock broke from a cliff and toppled on to pleasure boaters drifting near a waterfall on a Brazilian lake on Saturday and officials said at least six people died.

    Minas Gerais fire department commander Edgard Estevo told a news conference that in addition to the dead, as many as 20 people may be missing, and said officials are seeking to identify them.

    Continue reading...", - "category": "Brazil", - "link": "https://www.theguardian.com/world/2022/jan/08/brazil-rock-breaks-from-cliff-and-falls-on-boaters-leaving-at-least-five-dead", - "creator": "Associated Press", - "pubDate": "2022-01-08T21:49:18Z", + "title": "Ashes 2021-22 fifth Test, day two: Australia v England – live!", + "description": "

    64th over: Australia 246-7 (Carey 12, Cummins 0)

    There’s a bat pad for Wood now. He nabs Starc as described. Cummins is next, and Wood is wayward down the legside but Billings gloves it brilliantly, sprawling to his left. Wood is clearly trying to shorten him up, as Cummins ducks another. So Wood comes around the wicket and he hits Cummins. The skipper wanted to duck, it wasn’t that high, and it careers into (what looks like) his forearm.

    Continue reading...", + "content": "

    64th over: Australia 246-7 (Carey 12, Cummins 0)

    There’s a bat pad for Wood now. He nabs Starc as described. Cummins is next, and Wood is wayward down the legside but Billings gloves it brilliantly, sprawling to his left. Wood is clearly trying to shorten him up, as Cummins ducks another. So Wood comes around the wicket and he hits Cummins. The skipper wanted to duck, it wasn’t that high, and it careers into (what looks like) his forearm.

    Continue reading...", + "category": "Ashes 2021-22", + "link": "https://www.theguardian.com/sport/live/2022/jan/15/ashes-2021-22-australia-vs-england-day-two-2-cricket-5th-fifth-test-live-score-card-aus-v-eng-start-time-latest-updates", + "creator": "Sam Perry (now) and Tim de Lisle (later)", + "pubDate": "2022-01-15T06:07:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271564,17 +275854,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2fdc583c2965d114e96fce0f9d8508dd", + "hash": "fbc3c5efde17a0fdad056488f5989824", "highlights": [] }, { - "title": "Son of Sinéad O’Connor dies at age of 17 after going missing", - "description": "

    Irish musician says Shane O’Connor, last seen on Friday morning, ‘was the very light of my life’

    Sinéad O’Connor’s 17-year-old son has died, two days after he was reported missing.

    The musician shared the news on social media, writing that he “decided to end his earthly struggle” and asked that “no one follows his example”.

    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": "

    Irish musician says Shane O’Connor, last seen on Friday morning, ‘was the very light of my life’

    Sinéad O’Connor’s 17-year-old son has died, two days after he was reported missing.

    The musician shared the news on social media, writing that he “decided to end his earthly struggle” and asked that “no one follows his example”.

    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": "Sinéad O'Connor", - "link": "https://www.theguardian.com/music/2022/jan/08/son-of-sinead-oconnor-dies-at-age-of-17-after-going-missing", - "creator": "Clea Skopeliti", - "pubDate": "2022-01-08T11:43:09Z", + "title": "Tonga tsunami warning as volcano erupts at sea", + "description": "

    Alert in Pacific nation after latest in a series of spectacular eruptions from the Hunga Tonga Hunga Ha’apai volcano

    The Pacific nation of Tonga issued a tsunami warning on Saturday after an undersea volcano erupted.

    Video posted to social media showed large waves washing ashore in coastal areas.

    Continue reading...", + "content": "

    Alert in Pacific nation after latest in a series of spectacular eruptions from the Hunga Tonga Hunga Ha’apai volcano

    The Pacific nation of Tonga issued a tsunami warning on Saturday after an undersea volcano erupted.

    Video posted to social media showed large waves washing ashore in coastal areas.

    Continue reading...", + "category": "Tonga", + "link": "https://www.theguardian.com/world/2022/jan/15/tonga-tsunami-warning-as-volcano-erupts-at-sea", + "creator": "Associated Press", + "pubDate": "2022-01-15T07:06:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271586,17 +275876,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "25820c795798645888f92b8181546a2a", + "hash": "b2a3c74c32beb0b3a9e8c34d9ef3c841", "highlights": [] }, { - "title": "Virginia Giuffre told me in 2001 she slept with Prince Andrew, witness says", - "description": "

    The claims by Carolyn Andriano, who testified at Ghislaine Maxwell’s trial, will add pressure on the prince

    Carolyn Andriano, who testified in the trial of sex trafficker Ghislaine Maxwell in New York last month, has claimed that Virginia Giuffre told her in 2001 that she slept with Prince Andrew.

    The claims, made in an interview with the Daily Mail, will ratchet up the pressure on the prince, as it is a contemporaneous report of his alleged sexual assault of the then 17-year-old Giuffre. He has vehemently denied the claims and his lawyers have been urging a US judge to dismiss Giuffre’s civil suit against him.

    Continue reading...", - "content": "

    The claims by Carolyn Andriano, who testified at Ghislaine Maxwell’s trial, will add pressure on the prince

    Carolyn Andriano, who testified in the trial of sex trafficker Ghislaine Maxwell in New York last month, has claimed that Virginia Giuffre told her in 2001 that she slept with Prince Andrew.

    The claims, made in an interview with the Daily Mail, will ratchet up the pressure on the prince, as it is a contemporaneous report of his alleged sexual assault of the then 17-year-old Giuffre. He has vehemently denied the claims and his lawyers have been urging a US judge to dismiss Giuffre’s civil suit against him.

    Continue reading...", - "category": "Prince Andrew", - "link": "https://www.theguardian.com/uk-news/2022/jan/08/virginia-giuffre-told-me-in-2001-she-slept-with-prince-andrew-witness-says", - "creator": "Jem Bartholomew", - "pubDate": "2022-01-08T11:57:15Z", + "title": "Scepticism in uneasy Kazakhstan as president promises reform", + "description": "

    Thousands of people still in jail after protests while behind-the-scenes power struggle continues

    Kazakhstan’s president, Kassym-Jomart Tokayev, who at the height of unrest last week said he had ordered troops to shoot to kill without warning, has spent this week taking a softer line and promising genuine reform.

    However, with thousands of people still in detention and a behind-the-scenes power struggle still not fully resolved, many have expressed scepticism.

    Continue reading...", + "content": "

    Thousands of people still in jail after protests while behind-the-scenes power struggle continues

    Kazakhstan’s president, Kassym-Jomart Tokayev, who at the height of unrest last week said he had ordered troops to shoot to kill without warning, has spent this week taking a softer line and promising genuine reform.

    However, with thousands of people still in detention and a behind-the-scenes power struggle still not fully resolved, many have expressed scepticism.

    Continue reading...", + "category": "Kazakhstan", + "link": "https://www.theguardian.com/world/2022/jan/15/scepticism-kazakhstan-president-promises-reform", + "creator": "Shaun Walker", + "pubDate": "2022-01-15T05:00:12Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271608,17 +275898,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b689ad5d9b164bc9ec28b360f2184b0", + "hash": "33190ff50652269ce2091481789f543d", "highlights": [] }, { - "title": "Harlan Coben: ‘I used to write in the back of Ubers’", - "description": "The writer, 59, on working in a disco, being an introvert and growing up Jewish

    In college I worked as a tour guide on the Costa del Sol. It was a weird scene. I saw some wild stuff; some violence I’d like to forget. I lived in one hotel room with four or five people for a while. I worked in a discotheque. But it inspired my first attempt at really writing. I needed to get it all down.

    I think most writers have impostor syndrome. On the one hand you think, “I suck, I’ve got nothing to say, this isn’t working at all,” and the next moment you have the hubris to say, “I’m going to write 500 pages and people are going to pay me to read it.”

    Continue reading...", - "content": "The writer, 59, on working in a disco, being an introvert and growing up Jewish

    In college I worked as a tour guide on the Costa del Sol. It was a weird scene. I saw some wild stuff; some violence I’d like to forget. I lived in one hotel room with four or five people for a while. I worked in a discotheque. But it inspired my first attempt at really writing. I needed to get it all down.

    I think most writers have impostor syndrome. On the one hand you think, “I suck, I’ve got nothing to say, this isn’t working at all,” and the next moment you have the hubris to say, “I’m going to write 500 pages and people are going to pay me to read it.”

    Continue reading...", - "category": "Books", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/08/harlan-coben-i-used-to-write-in-the-back-of-ubers", - "creator": "James McMahon", - "pubDate": "2022-01-08T14:00:01Z", + "title": "No 10 apologises to Queen over parties on eve of Prince Philip funeral", + "description": "

    Boris Johnson’s spokesperson says ‘it’s deeply regrettable that this took place at a time of national mourning’

    No 10 has apologised to the Queen for two parties that took place in Downing Street on the eve of Prince Philip’s funeral last year, Boris Johnson’s spokesperson has said.

    The Daily Telegraph reported that two separate leaving parties, for the former director of communications James Slack and a government photographer, were held on 16 April, with drinking continuing into the early hours.

    Continue reading...", + "content": "

    Boris Johnson’s spokesperson says ‘it’s deeply regrettable that this took place at a time of national mourning’

    No 10 has apologised to the Queen for two parties that took place in Downing Street on the eve of Prince Philip’s funeral last year, Boris Johnson’s spokesperson has said.

    The Daily Telegraph reported that two separate leaving parties, for the former director of communications James Slack and a government photographer, were held on 16 April, with drinking continuing into the early hours.

    Continue reading...", + "category": "Boris Johnson", + "link": "https://www.theguardian.com/politics/2022/jan/14/no-10-apologises-palace-parties-eve-prince-philip-funeral-queen-covid", + "creator": "Heather Stewart Political editor", + "pubDate": "2022-01-14T13:19:52Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271626,21 +275916,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "3fabfb0eaf6174c9afd184492991e549", + "hash": "305e1b153a2807a9ecc92008b1a75b17", "highlights": [] }, { - "title": "Royals await anxiously the fallout from Prince Andrew’s disgrace", - "description": "

    The Queen’s favourite child, under siege in the press as he awaits a critical court ruling, is not the first obnoxious royal. But he has damaged ‘the Firm’ – and it will have to change

    Prince Andrew, the Duke of York, KG, GCVO, CD, ADC, turns 62 next month. It is long past the age at which a man is expected to stop being a cause of concern and embarrassment to his parents. And yet Andrew, who is said to be the Queen’s favourite child, has exposed his mother to the greatest threat to the royal family’s reputation in living memory.

    As he awaits the decision of a New York judge, Lewis Kaplan, in the sex assault case brought by Virginia Giuffre, the prince finds himself in the deeply unedifying position of trying to evade court with a secret silencing deal struck by his late friend and convicted sex offender, Jeffrey Epstein.

    Continue reading...", - "content": "

    The Queen’s favourite child, under siege in the press as he awaits a critical court ruling, is not the first obnoxious royal. But he has damaged ‘the Firm’ – and it will have to change

    Prince Andrew, the Duke of York, KG, GCVO, CD, ADC, turns 62 next month. It is long past the age at which a man is expected to stop being a cause of concern and embarrassment to his parents. And yet Andrew, who is said to be the Queen’s favourite child, has exposed his mother to the greatest threat to the royal family’s reputation in living memory.

    As he awaits the decision of a New York judge, Lewis Kaplan, in the sex assault case brought by Virginia Giuffre, the prince finds himself in the deeply unedifying position of trying to evade court with a secret silencing deal struck by his late friend and convicted sex offender, Jeffrey Epstein.

    Continue reading...", - "category": "Prince Andrew", - "link": "https://www.theguardian.com/uk-news/2022/jan/08/royals-await-anxiously-the-fallout-from-prince-andrews-disgrace", - "creator": "Andrew Anthony", - "pubDate": "2022-01-08T13:30:01Z", + "title": "Mike Pence equates voting rights protections with Capitol attack", + "description": "

    Ex-vice-president says Democratic push to expand voter access and 6 January effort to overturn the election are both ‘power grabs’

    Mike Pence has equated Democratic efforts to pass voting rights protections with the 6 January attack on the US Capitol, writing in a staggeringly misleading and inaccurate op-ed that both were “power grabs” which posed a threat to the US constitution.

    As vice-president to Donald Trump, Pence refused to overturn the 2020 election, rebuffing pressure to reject valid slates of electors at the Capitol on 6 January 2021.

    Continue reading...", + "content": "

    Ex-vice-president says Democratic push to expand voter access and 6 January effort to overturn the election are both ‘power grabs’

    Mike Pence has equated Democratic efforts to pass voting rights protections with the 6 January attack on the US Capitol, writing in a staggeringly misleading and inaccurate op-ed that both were “power grabs” which posed a threat to the US constitution.

    As vice-president to Donald Trump, Pence refused to overturn the 2020 election, rebuffing pressure to reject valid slates of electors at the Capitol on 6 January 2021.

    Continue reading...", + "category": "US voting rights", + "link": "https://www.theguardian.com/us-news/2022/jan/14/mike-pence-equates-voting-rights-capitol-attack", + "creator": "Sam Levine in New York", + "pubDate": "2022-01-14T23:48:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271652,17 +275942,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5602f9aafce5a476fcc6ff537d5bf420", + "hash": "d295260411820b28428e0e70866274f1", "highlights": [] }, { - "title": "Goldfish who can drive: why scientists taught fish to navigate a watery tank on wheels", - "description": "

    Israeli researchers say their fish – named after characters from Pride and Prejudice – reveal navigation is a universal ability

    It might be an imaginary character straight out of a Dr Seuss book: The goldfish who could drive. But it’s real. Incredibly, Israeli researchers created a robotic car and report that they taught six fish – named after characters from Pride and Prejudice – to navigate it on land.

    It’s all in the name of science, of course. The team had been dreaming up ways to test fish navigation for a while, according to Shachar Givon from Ben-Gurion University of the Negev, first author of a study published in the journal Behavioural Brain Research.

    Continue reading...", - "content": "

    Israeli researchers say their fish – named after characters from Pride and Prejudice – reveal navigation is a universal ability

    It might be an imaginary character straight out of a Dr Seuss book: The goldfish who could drive. But it’s real. Incredibly, Israeli researchers created a robotic car and report that they taught six fish – named after characters from Pride and Prejudice – to navigate it on land.

    It’s all in the name of science, of course. The team had been dreaming up ways to test fish navigation for a while, according to Shachar Givon from Ben-Gurion University of the Negev, first author of a study published in the journal Behavioural Brain Research.

    Continue reading...", - "category": "Fish", - "link": "https://www.theguardian.com/environment/2022/jan/09/goldfish-who-can-drive-why-scientists-taught-fish-to-navigate-a-watery-tank-on-wheels", - "creator": "Natalie Parletta", - "pubDate": "2022-01-08T19:00:05Z", + "title": "Republican school bill mocked for claim Frederick Douglass debated Lincoln", + "description": "

    Virginia bill banning teaching of ‘divisive concepts’ confused black civil rights campaigner with white senator Stephen Douglas

    A Republican bill to ban the teaching of “divisive concepts” in schools in Virginia ran into ridicule when among historical events deemed suitable for study, it described a nonexistent debate between Abraham Lincoln and Frederick Douglass.

    Lincoln did engage in a series of historic debates hinged on the issue of slavery, in the Illinois Senate campaign of 1858. But he did so against Stephen Douglas, a senator who had ties to slavery – not against Frederick Douglass, the great campaigner for the abolition of slavery who was once enslaved himself.

    Continue reading...", + "content": "

    Virginia bill banning teaching of ‘divisive concepts’ confused black civil rights campaigner with white senator Stephen Douglas

    A Republican bill to ban the teaching of “divisive concepts” in schools in Virginia ran into ridicule when among historical events deemed suitable for study, it described a nonexistent debate between Abraham Lincoln and Frederick Douglass.

    Lincoln did engage in a series of historic debates hinged on the issue of slavery, in the Illinois Senate campaign of 1858. But he did so against Stephen Douglas, a senator who had ties to slavery – not against Frederick Douglass, the great campaigner for the abolition of slavery who was once enslaved himself.

    Continue reading...", + "category": "Books", + "link": "https://www.theguardian.com/books/2022/jan/14/republicans-ridiculed-debate-abraham-lincoln-frederick-douglass-virginia-schools", + "creator": "Martin Pengelly in New York", + "pubDate": "2022-01-14T17:18:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271674,17 +275964,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b15ba4ac691af37f67880b890cab9a86", + "hash": "9255e9d9d1177866f514814aadc8397e", "highlights": [] }, { - "title": "‘We take turns peering into a plastic bucket. Inside is a batch of freshly hatched turtles’", - "description": "

    Natasha Cica and a group of sea turtle-saving volunteers gently float away from daily life and find something exquisite off Magnetic Island in north Queensland

    We’re standing on sand dunes at the end of a hot December day. The light’s fading fast and a thin crescent moon is rising in the clear sky. It’s still really hot; hot enough to dip in the ocean. But nobody does – not because it’s stinger season now, but because we’re here for something better.

    Here on Magnetic Island in Queensland, everyone’s a volunteer and everyone’s local except me. There are kids in school uniform, parents who’ve come from work, a retiree, a CSIRO scientist, a marine biologist called Paul, and an off-duty park ranger. We take turns peering into a blue plastic bucket. Now it’s my turn. Inside is a batch of freshly hatched green sea turtles. Their easy exit from an underground nest was blocked by vegetation, so these volunteers have dug them free.

    Continue reading...", - "content": "

    Natasha Cica and a group of sea turtle-saving volunteers gently float away from daily life and find something exquisite off Magnetic Island in north Queensland

    We’re standing on sand dunes at the end of a hot December day. The light’s fading fast and a thin crescent moon is rising in the clear sky. It’s still really hot; hot enough to dip in the ocean. But nobody does – not because it’s stinger season now, but because we’re here for something better.

    Here on Magnetic Island in Queensland, everyone’s a volunteer and everyone’s local except me. There are kids in school uniform, parents who’ve come from work, a retiree, a CSIRO scientist, a marine biologist called Paul, and an off-duty park ranger. We take turns peering into a blue plastic bucket. Now it’s my turn. Inside is a batch of freshly hatched green sea turtles. Their easy exit from an underground nest was blocked by vegetation, so these volunteers have dug them free.

    Continue reading...", - "category": "Great Barrier Reef holidays", - "link": "https://www.theguardian.com/travel/2022/jan/09/we-take-turns-peering-into-a-plastic-bucket-inside-is-a-batch-of-freshly-hatched-turtles", - "creator": "Natasha Cica", - "pubDate": "2022-01-08T19:00:06Z", + "title": "US man who faked death to evade rape charge arrested in Glasgow hospital", + "description": "

    Nicholas Rossi, 34, whose alias was supposedly cremated, was caught after needing treatment for Covid

    An American fugitive who is believed to have faked his own death to evade a rape charge is facing extradition after being arrested in a Glasgow hospital.

    Nicholas Rossi, 34, was wanted by Interpol in connection with the alleged sexual assault in Utah, US, in 2008.

    Continue reading...", + "content": "

    Nicholas Rossi, 34, whose alias was supposedly cremated, was caught after needing treatment for Covid

    An American fugitive who is believed to have faked his own death to evade a rape charge is facing extradition after being arrested in a Glasgow hospital.

    Nicholas Rossi, 34, was wanted by Interpol in connection with the alleged sexual assault in Utah, US, in 2008.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2022/jan/14/us-man-who-faked-death-to-evade-charge-arrested-in-glasgow-hospital", + "creator": "Tom Ambrose", + "pubDate": "2022-01-14T23:51:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271696,17 +275986,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e36ccfad06c82bf41fefa25645119bd4", + "hash": "cb88d414e00c436f04d10d7960eb952c", "highlights": [] }, { - "title": "Justin and Dan Hawkins of the Darkness look back: ‘People are terrified of us. And rightly so’", - "description": "

    The brothers recreate a family photo and talk about how they came back from a huge fallout – and a best man’s speech starring a puppet testicle

    Justin and Dan Hawkins are the Lowestoft brothers behind rock band the Darkness. Puncturing the genteel Dido and Keane-era mainstream of the early noughties with their stadium rock and low-cut catsuits, their music had a short-lived period of ridicule before their debut album Permission to Land went on to sell 3.5m copies. At the peak of their commercial powers they won three Brit awards, an Ivor Novello, and penned the modern Christmas classic, 2003’s Christmas Time (Don’t Let the Bells End). The band split in 2006 after the release of their second album, but they’ve since reformed and released five more records. They are currently on tour.

    Continue reading...", - "content": "

    The brothers recreate a family photo and talk about how they came back from a huge fallout – and a best man’s speech starring a puppet testicle

    Justin and Dan Hawkins are the Lowestoft brothers behind rock band the Darkness. Puncturing the genteel Dido and Keane-era mainstream of the early noughties with their stadium rock and low-cut catsuits, their music had a short-lived period of ridicule before their debut album Permission to Land went on to sell 3.5m copies. At the peak of their commercial powers they won three Brit awards, an Ivor Novello, and penned the modern Christmas classic, 2003’s Christmas Time (Don’t Let the Bells End). The band split in 2006 after the release of their second album, but they’ve since reformed and released five more records. They are currently on tour.

    Continue reading...", - "category": "The Darkness", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/08/justin-and-dan-hawkins-of-the-darkness-look-back-people-are-terrified-of-us-and-rightly-so", - "creator": "Harriet Gibsone", - "pubDate": "2022-01-08T12:00:51Z", + "title": "Italian police object to being sent pink face masks to wear on duty", + "description": "

    Union chief writes to head of police saying ‘eccentric’ masks could damage image of the institution

    Fashion-conscious Italian police are in revolt after receiving batches of pink face masks to wear on duty, arguing that the “eccentric” colour is ill-matched with their uniforms.

    Police units in six cities were sent the FFP2 masks from the office of Italy’s Covid-19 emergency commissioner, Francesco Paolo Figliuolo.

    Continue reading...", + "content": "

    Union chief writes to head of police saying ‘eccentric’ masks could damage image of the institution

    Fashion-conscious Italian police are in revolt after receiving batches of pink face masks to wear on duty, arguing that the “eccentric” colour is ill-matched with their uniforms.

    Police units in six cities were sent the FFP2 masks from the office of Italy’s Covid-19 emergency commissioner, Francesco Paolo Figliuolo.

    Continue reading...", + "category": "Italy", + "link": "https://www.theguardian.com/world/2022/jan/14/italian-police-object-pink-face-masks-wear-on-duty", + "creator": "Angela Giuffridain Rome", + "pubDate": "2022-01-14T14:02:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271714,21 +276004,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "e879b6f9f2f9598a62d3fa93dfbf9531", + "hash": "65be50daf3a1df60e594961fb058c21a", "highlights": [] }, { - "title": "Farm subsidy plan ‘risks increasing the UK’s reliance on food imports’", - "description": "

    Government scheme to replace EU agricultural payments fuelled by ‘blind optimism’ and still lacking crucial details, say MPs

    The government’s plans for a post-Brexit scheme to support British farming are based on little more than “blind optimism” and risk increasing the UK’s reliance on food imports, a parliamentary inquiry has warned.

    The EU’s scheme of subsidies – known as the common agricultural policy (CAP) and worth £3bn-a-year to UK farmers – was one of the long-running complaints of Eurosceptics, who saw the ability of Britain to draw up its own scheme of payments as one of the major benefits of Brexit. Ministers had said the new scheme would be used to increase the environmental benefits of agriculture.

    Continue reading...", - "content": "

    Government scheme to replace EU agricultural payments fuelled by ‘blind optimism’ and still lacking crucial details, say MPs

    The government’s plans for a post-Brexit scheme to support British farming are based on little more than “blind optimism” and risk increasing the UK’s reliance on food imports, a parliamentary inquiry has warned.

    The EU’s scheme of subsidies – known as the common agricultural policy (CAP) and worth £3bn-a-year to UK farmers – was one of the long-running complaints of Eurosceptics, who saw the ability of Britain to draw up its own scheme of payments as one of the major benefits of Brexit. Ministers had said the new scheme would be used to increase the environmental benefits of agriculture.

    Continue reading...", - "category": "Farming", - "link": "https://www.theguardian.com/environment/2022/jan/09/farm-subsidy-plan-risks-increasing-the-uks-reliance-on-food-imports", - "creator": "Michael Savage", - "pubDate": "2022-01-09T00:01:05Z", + "title": "Panting, moaning and ‘pussy-gazing’: the couple who podcast their ‘elevated sex’ sessions", + "description": "

    Lacey Haynes and Flynn Talbot want to improve the world’s love life – starting by doing it live on air in every episode

    Lacey Haynes is a women’s “intuitive healer”, and guides couples in yoga-informed “elevated sex”. When she opens her front door, the first thing I notice about the Canadian podcaster is her fashionable faux fur slippers and chic blunt fringe. Where is the western wellness guru uniform of linen tunic, elephant-print trousers and culturally inappropriate head jewellery, I wonder?

    Inside the living room, I spot the hot-pink sofa that Haynes’ Australian husband, Flynn Talbot, a men’s life coach and fellow elevated sex practitioner, calls “love island”. Fans of their podcast – Lacey and Flynn Have Sex – will know it as one of many locations around their house where they take the title literally, recording themselves having sex in the bedroom, on the kitchen barstool, and beyond.

    Continue reading...", + "content": "

    Lacey Haynes and Flynn Talbot want to improve the world’s love life – starting by doing it live on air in every episode

    Lacey Haynes is a women’s “intuitive healer”, and guides couples in yoga-informed “elevated sex”. When she opens her front door, the first thing I notice about the Canadian podcaster is her fashionable faux fur slippers and chic blunt fringe. Where is the western wellness guru uniform of linen tunic, elephant-print trousers and culturally inappropriate head jewellery, I wonder?

    Inside the living room, I spot the hot-pink sofa that Haynes’ Australian husband, Flynn Talbot, a men’s life coach and fellow elevated sex practitioner, calls “love island”. Fans of their podcast – Lacey and Flynn Have Sex – will know it as one of many locations around their house where they take the title literally, recording themselves having sex in the bedroom, on the kitchen barstool, and beyond.

    Continue reading...", + "category": "Sex", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/15/panting-moaning-and-pussy-gazing-the-couple-who-podcast-their-elevated-sex-sessions", + "creator": "Coco Khan", + "pubDate": "2022-01-15T07:00:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271740,17 +276030,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "48f0cbebfd3278f2718d32962ea53b9f", + "hash": "e0765515c460afc9be4f8c307e26700d", "highlights": [] }, { - "title": "‘My father will go down like the captain of the Titanic’: life on the Pacific’s disappearing islands", - "description": "

    Many in the Saposa Islands are wrestling with the dilemma of starting a new life on the mainland or staying to watch their homes vanish. Deputy editor, David Munk, introduces this story

    You can read the original article here: ‘My father will go down like the captain of the Titanic’: life on the Pacific’s disappearing islands


    Continue reading...", - "content": "

    Many in the Saposa Islands are wrestling with the dilemma of starting a new life on the mainland or staying to watch their homes vanish. Deputy editor, David Munk, introduces this story

    You can read the original article here: ‘My father will go down like the captain of the Titanic’: life on the Pacific’s disappearing islands


    Continue reading...", - "category": "Pacific islands", - "link": "https://www.theguardian.com/australia-news/audio/2022/jan/09/my-father-will-go-down-like-the-captain-of-the-titanic-life-on-the-pacifics-disappearing-islands", - "creator": "Hosted by Jane Lee. Recommended by David Munk. Written by Kalolaine Fainu. Read by Colin Smith. Produced by Camilla Hannan, Daniel Semo and Allison Chan. Executive producers Gabrielle Jackson and Melanie Tait", - "pubDate": "2022-01-08T19:00:06Z", + "title": "Blind date: ‘We talked so much our food went cold’", + "description": "

    Carlos, 29, doctor, meets Tom, 32, property investor

    Carlos on Tom

    What were you hoping for?
    Someone fun, ambitious and interesting.

    Continue reading...", + "content": "

    Carlos, 29, doctor, meets Tom, 32, property investor

    Carlos on Tom

    What were you hoping for?
    Someone fun, ambitious and interesting.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/15/blind-date-we-talked-so-much-our-food-went-cold", + "creator": "", + "pubDate": "2022-01-15T06:00:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271762,17 +276052,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c3f05b27a4db8f1a0c7343a7d8acceb", + "hash": "352346554d1f07eef5e6e2d8c4e78905", "highlights": [] }, { - "title": "Australia Covid live news update: NSW records highest daily death toll of 16; Victoria four deaths and 752 in hospital; Qld delays start of school year", - "description": "

    NSW records 30,062 new Covid cases and 16 deaths; Victoria reports 44,155 cases and four deaths; Queensland records 18,000 cases, Tasmania 1,406, ACT 1,039; NSW schools to reopen ‘day one, term one’ as Qld delays restart until 7 February; federal government to respond to Novak Djokovic court filings. Follow all the day’s news live

    The health minister, Greg Hunt, has been asked about Novak Djokovic’s court case.

    Hunt declined to comment, citing the fact the matter is before the court but did reveal that two other people connected with the Australian Open tournament have left Australia after their visas were cancelled.

    In relation to Novak Djokovic, as this is now a matter before the courts, I will respectfully leave any commentary until after it has been heard by the court and my understanding is that there is a hearing tomorrow.

    My other advice from border force is that their assessment of any visas relating to the Australian Open has now been completed and two other individuals have now voluntarily left the country – as is the case with an individual who has their visa cancelled is entitled to leave the country at any time, even while they are going through a court proceeding but that is a matter for them. Beyond that, the advice is that there is an ongoing court case so we respectfully are not making any additional comment.

    Continue reading...", - "content": "

    NSW records 30,062 new Covid cases and 16 deaths; Victoria reports 44,155 cases and four deaths; Queensland records 18,000 cases, Tasmania 1,406, ACT 1,039; NSW schools to reopen ‘day one, term one’ as Qld delays restart until 7 February; federal government to respond to Novak Djokovic court filings. Follow all the day’s news live

    The health minister, Greg Hunt, has been asked about Novak Djokovic’s court case.

    Hunt declined to comment, citing the fact the matter is before the court but did reveal that two other people connected with the Australian Open tournament have left Australia after their visas were cancelled.

    In relation to Novak Djokovic, as this is now a matter before the courts, I will respectfully leave any commentary until after it has been heard by the court and my understanding is that there is a hearing tomorrow.

    My other advice from border force is that their assessment of any visas relating to the Australian Open has now been completed and two other individuals have now voluntarily left the country – as is the case with an individual who has their visa cancelled is entitled to leave the country at any time, even while they are going through a court proceeding but that is a matter for them. Beyond that, the advice is that there is an ongoing court case so we respectfully are not making any additional comment.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/australia-news/live/2022/jan/09/novak-djokovic-court-visa-omicron-covid-case-numbers-hospitals-queensland-floods", - "creator": "Justine Landis-Hanley (now) and Caitlin Cassidy (earlier)", - "pubDate": "2022-01-09T01:52:58Z", + "title": "Tim Dowling: I fall asleep thinking about the impossibility of each of the repairs I am facing", + "description": "

    Things fall apart … unfortunately there is rather more to know about door handles and cat flaps than I imagined

    It is the season of things coming off in your hands: drawer knobs, door latches, cupboard handles. Everywhere is disintegration and fatigue, down to the very metal. Reach out, turn it, pull it towards you, and it’s yours.

    On Monday evening the youngest one snaps off the brass latch handle while trying to open the front door. He shows me the piece, shorn away by the force of his grip.

    Continue reading...", + "content": "

    Things fall apart … unfortunately there is rather more to know about door handles and cat flaps than I imagined

    It is the season of things coming off in your hands: drawer knobs, door latches, cupboard handles. Everywhere is disintegration and fatigue, down to the very metal. Reach out, turn it, pull it towards you, and it’s yours.

    On Monday evening the youngest one snaps off the brass latch handle while trying to open the front door. He shows me the piece, shorn away by the force of his grip.

    Continue reading...", + "category": "DIY", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/15/tim-dowling-i-fall-asleep-thinking-about-the-impossibility-of-each-of-the-repairs-i-am-facing", + "creator": "Tim Dowling", + "pubDate": "2022-01-15T06:00:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271784,17 +276074,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "74edeac1371a3ba89d816767102c7ca6", + "hash": "af46a0ea2e934d55857262249ffd217e", "highlights": [] }, { - "title": "Ethiopia lifts five-month suspension of Norwegian Refugee Council’s aid work", - "description": "

    NRC, which was accused of spreading ‘misinformation’, says it will struggle to reach those in need as Tigray conflict enters third year

    Ethiopia has lifted a five-month suspension of the Norwegian Refugee Council’s aid work after it cleared the organisation of allegations of spreading “misinformation”.

    The government ordered the NRC, along with Médecins Sans Frontières (MSF), to stop work for three months in July, including operations in the Tigray conflict zone. Both organisations were ordered to stop their humanitarian work in July but while MSF’s suspension was lifted in October, the NRC’s was extended.

    Continue reading...", - "content": "

    NRC, which was accused of spreading ‘misinformation’, says it will struggle to reach those in need as Tigray conflict enters third year

    Ethiopia has lifted a five-month suspension of the Norwegian Refugee Council’s aid work after it cleared the organisation of allegations of spreading “misinformation”.

    The government ordered the NRC, along with Médecins Sans Frontières (MSF), to stop work for three months in July, including operations in the Tigray conflict zone. Both organisations were ordered to stop their humanitarian work in July but while MSF’s suspension was lifted in October, the NRC’s was extended.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2022/jan/06/ethiopia-lifts-five-month-suspension-of-norwegian-refugee-councils-aid-work", - "creator": "Kaamil Ahmed", - "pubDate": "2022-01-06T07:00:03Z", + "title": "Carl Bernstein: ‘Our democracy, before Trump, had ceased to be working well’", + "description": "

    The acclaimed journalist talks about life before Watergate, as portrayed in his new book Chasing History, and life after Trump

    Carl Bernstein is crying. He slips an index finger behind his spectacles to push away a tear. He repeats the action to wipe his other eye.

    Nearly six decades have passed since Bernstein, a young newsman in a hurry, was told by a colleague that President John F Kennedy was dead. But the gut punch of that moment surfaces as if it were yesterday. “I still have trouble with it,” Bernstein admits, quickly regaining his composure. “It’s very strange.”

    Continue reading...", + "content": "

    The acclaimed journalist talks about life before Watergate, as portrayed in his new book Chasing History, and life after Trump

    Carl Bernstein is crying. He slips an index finger behind his spectacles to push away a tear. He repeats the action to wipe his other eye.

    Nearly six decades have passed since Bernstein, a young newsman in a hurry, was told by a colleague that President John F Kennedy was dead. But the gut punch of that moment surfaces as if it were yesterday. “I still have trouble with it,” Bernstein admits, quickly regaining his composure. “It’s very strange.”

    Continue reading...", + "category": "Books", + "link": "https://www.theguardian.com/books/2022/jan/15/carl-bernstein-interview-our-democracy-before-trump-had-ceased-to-be-working-well", + "creator": "David Smith in Washington", + "pubDate": "2022-01-15T06:31:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271806,17 +276096,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "596295780eff6dd17c04d7c0fbb3362c", + "hash": "b22fe480bad965912e712e662d94ec54", "highlights": [] }, { - "title": "Alec Baldwin says he is complying with Rust shooting investigation", - "description": "
    • Actor posts Instagram message about warrant for phone
    • Cinematographer Halyna Hutchins was killed in set incident

    The actor Alec Baldwin said on Saturday any suggestion he is not complying with the investigation into a deadly shooting on a New Mexico film set last year is a lie.

    At issue is a search warrant for Baldwin’s cellphone, which authorities hope can provide information.

    Continue reading...", - "content": "
    • Actor posts Instagram message about warrant for phone
    • Cinematographer Halyna Hutchins was killed in set incident

    The actor Alec Baldwin said on Saturday any suggestion he is not complying with the investigation into a deadly shooting on a New Mexico film set last year is a lie.

    At issue is a search warrant for Baldwin’s cellphone, which authorities hope can provide information.

    Continue reading...", - "category": "Alec Baldwin", - "link": "https://www.theguardian.com/film/2022/jan/08/alec-baldwin-rust-shooting-instagram-investigation-phone-warrant", - "creator": "Associated Press in New York", - "pubDate": "2022-01-08T23:00:51Z", + "title": "Discarded packages, shredded boxes: Photos renew attention on Los Angeles cargo theft", + "description": "

    Reporters this week found packages with labels of many major US mail companies including Amazon, REI among others

    Newly released photos and videos showing train tracks littered with discarded boxes have cast fresh attention on the theft of packages from cargo containers crossing through Los Angeles in recent months.

    On tracks near downtown Los Angeles, a team from Agence-France Presse on Friday found packages with labels of most major US mail order and courier companies. Reporters from CBSLA on Thursday found boxes from retailers including Amazon, REI and others. CBSLA reported that Union Pacific, the railroad company operating the cargo trains, had cleaned up the area of tracks where the boxes were found three months ago and again about 30 days ago.

    Continue reading...", + "content": "

    Reporters this week found packages with labels of many major US mail companies including Amazon, REI among others

    Newly released photos and videos showing train tracks littered with discarded boxes have cast fresh attention on the theft of packages from cargo containers crossing through Los Angeles in recent months.

    On tracks near downtown Los Angeles, a team from Agence-France Presse on Friday found packages with labels of most major US mail order and courier companies. Reporters from CBSLA on Thursday found boxes from retailers including Amazon, REI and others. CBSLA reported that Union Pacific, the railroad company operating the cargo trains, had cleaned up the area of tracks where the boxes were found three months ago and again about 30 days ago.

    Continue reading...", + "category": "California", + "link": "https://www.theguardian.com/us-news/2022/jan/14/los-angeles-cargo-theft-union-pacific", + "creator": "Guardian staff and agencies", + "pubDate": "2022-01-15T06:00:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271828,17 +276118,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b7588360cb40908a6f1f9148b33deda", + "hash": "5fa5357eb9f770926031b6be51c0eac4", "highlights": [] }, { - "title": "Albania: police disperse protesters from opposition party HQ with teargas", - "description": "

    Group led by former Democratic party leader Sali Berisha used iron bars and hammers to break into the building

    Police in Albania used a water cannon trick and teargas to disperse protesters who broke into the headquarters of the country’s main opposition party in an internal squabble over the party’s leadership.

    Scores of officers pushed back hundreds of protesters who had stormed the ground floor of the centre-right Democratic party’s headquarters. They detained 25 of the trespassers and eight party staff members as the two sides clashed, authorities said.

    Continue reading...", - "content": "

    Group led by former Democratic party leader Sali Berisha used iron bars and hammers to break into the building

    Police in Albania used a water cannon trick and teargas to disperse protesters who broke into the headquarters of the country’s main opposition party in an internal squabble over the party’s leadership.

    Scores of officers pushed back hundreds of protesters who had stormed the ground floor of the centre-right Democratic party’s headquarters. They detained 25 of the trespassers and eight party staff members as the two sides clashed, authorities said.

    Continue reading...", - "category": "Albania", - "link": "https://www.theguardian.com/world/2022/jan/08/albania-police-disperse-protesters-from-opposition-party-hq-with-teargas", - "creator": "Associated Press in Tirana", - "pubDate": "2022-01-08T19:28:23Z", + "title": "‘It’s wonderful to be here’: snowdrop festival returns to Devon village", + "description": "

    Galanthophiles flock to Buckland Monachorum for 375 varieties of the flower that tells us spring is on the way

    In the winter sunshine they glinted and gleamed, bright white flowers dotted around the lawns and wooded slopes of a glorious garden on the edge of Dartmoor in Devon.

    And within minutes of opening its doors, the Garden House was busy with hordes of galanthophiles – snowdrop lovers – taking in the sight of a beloved flower that at this time of year provides a vivid reminder that warmer, cheerier seasons are ahead.

    Continue reading...", + "content": "

    Galanthophiles flock to Buckland Monachorum for 375 varieties of the flower that tells us spring is on the way

    In the winter sunshine they glinted and gleamed, bright white flowers dotted around the lawns and wooded slopes of a glorious garden on the edge of Dartmoor in Devon.

    And within minutes of opening its doors, the Garden House was busy with hordes of galanthophiles – snowdrop lovers – taking in the sight of a beloved flower that at this time of year provides a vivid reminder that warmer, cheerier seasons are ahead.

    Continue reading...", + "category": "Devon", + "link": "https://www.theguardian.com/uk-news/2022/jan/15/its-wonderful-to-be-here-snowdrop-festival-returns-to-devon-village", + "creator": "Steven Morris", + "pubDate": "2022-01-15T08:00:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271850,17 +276140,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f526127524ffefb6a4cf14beb3d2df13", + "hash": "f0f239d2a864e0046203f8ebfe1ddc2b", "highlights": [] }, { - "title": "At least 22 dead as heavy snow traps vehicles in Pakistan resort", - "description": "

    Thousands affected at popular destination of Murree with eight of those killed from same family

    At least 22 people have died after heavy snow trapped them in their vehicles as tens of thousands of visitors thronged Pakistan’s hill town of Murree, officials have said.

    Atiq Ahmed, an Islamabad police officer, said eight of the 22 fatalities were from the family of fellow Islamabad police officer Naveed Iqbal, who also died. All 16 died of hypothermia, officials said.

    Continue reading...", - "content": "

    Thousands affected at popular destination of Murree with eight of those killed from same family

    At least 22 people have died after heavy snow trapped them in their vehicles as tens of thousands of visitors thronged Pakistan’s hill town of Murree, officials have said.

    Atiq Ahmed, an Islamabad police officer, said eight of the 22 fatalities were from the family of fellow Islamabad police officer Naveed Iqbal, who also died. All 16 died of hypothermia, officials said.

    Continue reading...", - "category": "Pakistan", - "link": "https://www.theguardian.com/world/2022/jan/08/heavy-snow-traps-vehicles-pakistan-resort-murree", - "creator": "Agencies in Islamabad", - "pubDate": "2022-01-08T10:24:09Z", + "title": "Covid live: Poland advisers quit over concerns government not following science – as it happened", + "description": "

    More than two thirds of Poland’s Covid-19 medical advisory body resigns; restrictions in the Netherlands will be eased from Saturday

    South Korea will extend tougher social distancing rules for three more weeks amid concerns over a looming Omicron wave ahead of the Lunar New Year holidays, officials said on Friday.

    The curbs were restored a month ago just six weeks after being eased under a “living with Covid-19” scheme, as record-breaking numbers of new cases and critically ill patients threatened to saturate the country’s medical system.

    Continue reading...", + "content": "

    More than two thirds of Poland’s Covid-19 medical advisory body resigns; restrictions in the Netherlands will be eased from Saturday

    South Korea will extend tougher social distancing rules for three more weeks amid concerns over a looming Omicron wave ahead of the Lunar New Year holidays, officials said on Friday.

    The curbs were restored a month ago just six weeks after being eased under a “living with Covid-19” scheme, as record-breaking numbers of new cases and critically ill patients threatened to saturate the country’s medical system.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/14/covid-live-news-poorer-nations-forced-to-reject-100m-near-expired-coronavirus-vaccines-spain-to-offer-fourth-dose-to-vulnerable", + "creator": "Tom Ambrose (now); Georgina Quach, Martin Belam and Samantha Lock (earlier)", + "pubDate": "2022-01-14T23:09:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271872,17 +276162,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6fd3f45c300802e9d6e011df709c662e", + "hash": "41c91079f96ec9d69e3bc55c47f7ecb1", "highlights": [] }, { - "title": "Turkmenistan plans to extinguish vast gas crater fire dubbed ‘Gateway to hell’", - "description": "

    President Berdymukhamedov orders experts to find way to put out five-decade-old blaze Karakum desert

    Turkmenistan’s strongman leader has ordered experts to find a way to finally extinguish a massive five-decade-old fire in a giant natural gas crater in the Central Asian country, labelled the “Gateway to hell”.

    Citing environmental and economic concerns, President Gurbanguly Berdymukhamedov appeared on state television Saturday telling officials to put out the flames at the Darvaza gas crater in the middle of the vast Karakum desert.

    Continue reading...", - "content": "

    President Berdymukhamedov orders experts to find way to put out five-decade-old blaze Karakum desert

    Turkmenistan’s strongman leader has ordered experts to find a way to finally extinguish a massive five-decade-old fire in a giant natural gas crater in the Central Asian country, labelled the “Gateway to hell”.

    Citing environmental and economic concerns, President Gurbanguly Berdymukhamedov appeared on state television Saturday telling officials to put out the flames at the Darvaza gas crater in the middle of the vast Karakum desert.

    Continue reading...", - "category": "Turkmenistan", - "link": "https://www.theguardian.com/world/2022/jan/08/turkmenistan-plans-to-extinguish-vast-gas-crater-fire-dubbed-gateway-to-hell", - "creator": "Agence France-Presse in Ashgabat", - "pubDate": "2022-01-08T16:27:47Z", + "title": "Covid global report: Omicron alert in southern Chinese city bordering Macau", + "description": "

    The southern Chinese city of Zhuhai has suspended public bus routes after announcing it had detected at least seven cases of the highly transmissible Omicron coronavirus variant there and warning residents not to leave the city.

    The coastal city, which borders the gambling hub Macau, said late on Friday that Omicron had been detected in one mildly ill and six asymptomatic patients, after mass testing due to a case in a neighbouring city.

    Continue reading...", + "content": "

    The southern Chinese city of Zhuhai has suspended public bus routes after announcing it had detected at least seven cases of the highly transmissible Omicron coronavirus variant there and warning residents not to leave the city.

    The coastal city, which borders the gambling hub Macau, said late on Friday that Omicron had been detected in one mildly ill and six asymptomatic patients, after mass testing due to a case in a neighbouring city.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/15/covid-global-report-omicron-alert-in-southern-chinese-city-bordering-macau", + "creator": "Staff and agencies", + "pubDate": "2022-01-15T06:15:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271894,17 +276184,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b64fc0b61bb53f1529a1782d83a5189", + "hash": "9543e5d89e909b21b1e59f811985189f", "highlights": [] }, { - "title": "Coronavirus live: UK passes 150,000 officially recorded Covid deaths; Sweden’s crown princess tests positive", - "description": "

    Latest developments as Philippines reports record 26,458 cases and scientist says Omicron variant could become endemic in UK

    The north-east and north-west of England are seeing “concerning” rates of the Omicron variant, an expert has said.

    Figures showed that three of the five UK areas with the biggest week-on-week rises in Covid case rates are Middlesbrough (748.8 to 2,651.4), Copeland (1,731.3 to 3,525.8) and Redcar & Cleveland (846.8 to 2,564.3).

    Continue reading...", - "content": "

    Latest developments as Philippines reports record 26,458 cases and scientist says Omicron variant could become endemic in UK

    The north-east and north-west of England are seeing “concerning” rates of the Omicron variant, an expert has said.

    Figures showed that three of the five UK areas with the biggest week-on-week rises in Covid case rates are Middlesbrough (748.8 to 2,651.4), Copeland (1,731.3 to 3,525.8) and Redcar & Cleveland (846.8 to 2,564.3).

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/08/covid-live-government-in-uk-plans-for-one-in-four-teachers-to-be-off-record-26458-cases-in-philippines", - "creator": "Jedidajah Otte (now), Damien Gayle (earlier)", - "pubDate": "2022-01-08T16:19:44Z", + "title": "‘Europe is sidelined’: Russia meets US in Geneva and Nato in Brussels", + "description": "

    EU leaders warn of consequences in response to further aggression against Ukraine

    After months of sabre-rattling from Vladimir Putin over Ukraine, Russian officials have been on a diplomatic tour of Europe this week, meeting the US in Geneva and Nato in Brussels. Amid this diplomatic whirl, Europe’s biggest diplomatic club has been absent. The EU has no formal role in the talks, although its officials are drawing up possible sanctions to levy against Russia if the Kremlin decides to invade Ukraine.

    The EU’s exclusion from talks on war and peace in its own backyard hurts. “Between Putin and Biden, Europe is sidelined,” ran a Le Monde headline last week. The EU’s top diplomat, Josep Borrell,struck an insouciant note. “I don’t care,” he said when the BBC asked whether the US should have gone ahead with the Geneva talks. The Russians, he said, had “deliberately excluded the EU from any participation” but he had been assured by the US that “nothing will be agreed without our strong co-operation, coordination and participation”.

    Continue reading...", + "content": "

    EU leaders warn of consequences in response to further aggression against Ukraine

    After months of sabre-rattling from Vladimir Putin over Ukraine, Russian officials have been on a diplomatic tour of Europe this week, meeting the US in Geneva and Nato in Brussels. Amid this diplomatic whirl, Europe’s biggest diplomatic club has been absent. The EU has no formal role in the talks, although its officials are drawing up possible sanctions to levy against Russia if the Kremlin decides to invade Ukraine.

    The EU’s exclusion from talks on war and peace in its own backyard hurts. “Between Putin and Biden, Europe is sidelined,” ran a Le Monde headline last week. The EU’s top diplomat, Josep Borrell,struck an insouciant note. “I don’t care,” he said when the BBC asked whether the US should have gone ahead with the Geneva talks. The Russians, he said, had “deliberately excluded the EU from any participation” but he had been assured by the US that “nothing will be agreed without our strong co-operation, coordination and participation”.

    Continue reading...", + "category": "European Union", + "link": "https://www.theguardian.com/world/2022/jan/12/europe-is-sidelined-russia-meets-us-in-geneva-and-nato-in-brussels", + "creator": "Jennifer Rankin in Brussels", + "pubDate": "2022-01-12T13:10:53Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271916,17 +276206,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed33035d734e66b453c952d41fe17935", + "hash": "7722ef02d8f0535166571fcb98a5ab81", "highlights": [] }, { - "title": "Novelist Tessa Hadley: ‘If I met my characters, I might not like them’", - "description": "

    For the late-blooming, quietly bestselling author, inhabiting her characters is crucial. And so in her new novel, Free Love, she becomes a middle-aged woman in 1960s London who abandons her family for a much younger man…

    Tessa Hadley walks into the sitting room of a hotel in London’s West End that is a pleasant mixture of Christmassy, deserted and library-quiet – a welcome side-effect of the pandemic. At 65, she has an eager, intelligent, girlish face and an elegant angularity (I’ve not seen her handwriting but would bet on forward-sloping italics). She is wearing a long string of red beads against a white sweater that is reminiscent of her character Alice’s fashion advice in her 2015 novel, The Past: “you should go for this understated thing, that the French women do”.

    I feel, from the minute we meet, as if Hadley were a friend unaccountably not seen for years, and, as swiftly, recognise this as an explicable illusion because, like all her admiring readers, I have met her through her beautifully written, quietly bestselling novels, including The Past and Late in the Day (2019) – and now through her bold new book, Free Love. It is not that her writing is autobiographical, more that she has the gift for bringing everything she has, sees and knows to the characters she creates. As soon as she is sitting down, we order a pot of Ceylon tea for two – our excuse, we agree with relief, for shedding our face masks. There is so much to talk about, I say.

    Continue reading...", - "content": "

    For the late-blooming, quietly bestselling author, inhabiting her characters is crucial. And so in her new novel, Free Love, she becomes a middle-aged woman in 1960s London who abandons her family for a much younger man…

    Tessa Hadley walks into the sitting room of a hotel in London’s West End that is a pleasant mixture of Christmassy, deserted and library-quiet – a welcome side-effect of the pandemic. At 65, she has an eager, intelligent, girlish face and an elegant angularity (I’ve not seen her handwriting but would bet on forward-sloping italics). She is wearing a long string of red beads against a white sweater that is reminiscent of her character Alice’s fashion advice in her 2015 novel, The Past: “you should go for this understated thing, that the French women do”.

    I feel, from the minute we meet, as if Hadley were a friend unaccountably not seen for years, and, as swiftly, recognise this as an explicable illusion because, like all her admiring readers, I have met her through her beautifully written, quietly bestselling novels, including The Past and Late in the Day (2019) – and now through her bold new book, Free Love. It is not that her writing is autobiographical, more that she has the gift for bringing everything she has, sees and knows to the characters she creates. As soon as she is sitting down, we order a pot of Ceylon tea for two – our excuse, we agree with relief, for shedding our face masks. There is so much to talk about, I say.

    Continue reading...", - "category": "Tessa Hadley", - "link": "https://www.theguardian.com/books/2022/jan/08/tessa-hadley-free-love-interview", - "creator": "Kate Kellaway", - "pubDate": "2022-01-08T16:00:03Z", + "title": "Russia’s belief in Nato ‘betrayal’ – and why it matters today", + "description": "

    The idea that the Soviet Union was tricked in 1989-90 is at the heart of Russia’s confrontation with the west

    The current confrontation between Russia and the west is fuelled by many grievances, but the greatest is the belief in Moscow that the west tricked the former Soviet Union by breaking promises made at the end of the cold war in 1989-1990 that Nato would not expand to the east. In his now famous 2007 speech to the Munich Security Conference, Vladimir Putin accused the west of forgetting and breaking assurances, leaving international law in ruins.

    Continue reading...", + "content": "

    The idea that the Soviet Union was tricked in 1989-90 is at the heart of Russia’s confrontation with the west

    The current confrontation between Russia and the west is fuelled by many grievances, but the greatest is the belief in Moscow that the west tricked the former Soviet Union by breaking promises made at the end of the cold war in 1989-1990 that Nato would not expand to the east. In his now famous 2007 speech to the Munich Security Conference, Vladimir Putin accused the west of forgetting and breaking assurances, leaving international law in ruins.

    Continue reading...", + "category": "Russia", + "link": "https://www.theguardian.com/world/2022/jan/12/russias-belief-in-nato-betrayal-and-why-it-matters-today", + "creator": "Patrick Wintour Diplomatic Editor", + "pubDate": "2022-01-12T05:00:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271934,21 +276224,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "1cb2aa9051488c4385b1229d32520e94", + "hash": "bc178bb45e235755a31469a4c48aff0d", "highlights": [] }, { - "title": "First, a pickled shark. Next up for Damien Hirst, his ‘white elephant’ manor house", - "description": "

    The artist’s £3m Cotswolds pile, which has remained empty and unrenovated since 2005, has been described as an ‘eyesore’

    When Damien Hirst bought a historic manor in the Cotswolds he had grand plans. The crumbling 19th-century Toddington Manor, which the world’s richest artist bought for £3m in 2005, would be restored to its former glory, turned into his family home and be a spectacular gallery for his personal art collection.

    But years 17 years after its purchase, the property remains uninhabited and covered in scaffolding and tarpaulin. Locals have branded it an “eyesore,” a “white blob” and “a blight on the countryside”.

    Continue reading...", - "content": "

    The artist’s £3m Cotswolds pile, which has remained empty and unrenovated since 2005, has been described as an ‘eyesore’

    When Damien Hirst bought a historic manor in the Cotswolds he had grand plans. The crumbling 19th-century Toddington Manor, which the world’s richest artist bought for £3m in 2005, would be restored to its former glory, turned into his family home and be a spectacular gallery for his personal art collection.

    But years 17 years after its purchase, the property remains uninhabited and covered in scaffolding and tarpaulin. Locals have branded it an “eyesore,” a “white blob” and “a blight on the countryside”.

    Continue reading...", - "category": "Damien Hirst", - "link": "https://www.theguardian.com/artanddesign/2022/jan/08/first-a-pickled-shark-next-up-for-damien-hirst-his-white-elephant-manor-house", - "creator": "Adam Luck", - "pubDate": "2022-01-08T13:00:52Z", + "title": "The princess and the Caravaggio: bitter dispute rages over Roman villa", + "description": "

    ‘It’s like a museum,’ says princess caught in inheritance feud over one of the world’s most expensive homes

    As legend goes, tossing a coin into the Trevi fountain guarantees a return visit to Rome. When, as a 16-year-old American tourist, Rita Carpenter participated in the ritual and made a wish to one day marry a Roman and live in the Italian capital, little did she know that almost five decades on she would return to marry a prince and home would be a 16th-century villa stuffed with history, including the only ceiling mural ever painted by Caravaggio.

    But now Princess Rita Boncompagni Ludovisi is facing the prospect of having to move out of the sprawling Villa Aurora, and the vast treasures it contains are at risk of being closed off to the public.

    Continue reading...", + "content": "

    ‘It’s like a museum,’ says princess caught in inheritance feud over one of the world’s most expensive homes

    As legend goes, tossing a coin into the Trevi fountain guarantees a return visit to Rome. When, as a 16-year-old American tourist, Rita Carpenter participated in the ritual and made a wish to one day marry a Roman and live in the Italian capital, little did she know that almost five decades on she would return to marry a prince and home would be a 16th-century villa stuffed with history, including the only ceiling mural ever painted by Caravaggio.

    But now Princess Rita Boncompagni Ludovisi is facing the prospect of having to move out of the sprawling Villa Aurora, and the vast treasures it contains are at risk of being closed off to the public.

    Continue reading...", + "category": "Italy", + "link": "https://www.theguardian.com/world/2022/jan/14/the-princess-and-the-caravaggio-bitter-dispute-rages-over-roman-villa", + "creator": "Angela Giuffrida in Rome", + "pubDate": "2022-01-14T12:31:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271956,21 +276246,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, - "favorite": false, + "read": true, + "favorite": true, "created": false, "tags": [], - "hash": "7df0964e2c6cde3a0b14c4dce7ec9837", + "hash": "4e1e5d0adfd33c6e13ddb02eede7182e", "highlights": [] }, { - "title": "Snow and ice expected to hit parts of UK this weekend", - "description": "

    Western Scotland, Northern Ireland, north-west England and North Wales forecast to see frosty conditions

    Snow and ice are expected to hit parts of the UK this weekend as bands of rain move in from the west, the Met Office has warned.

    Western Scotland, Northern Ireland, north-west England and north Wales are forecast to experience frosty conditions as downpours continue into Sunday morning.

    Continue reading...", - "content": "

    Western Scotland, Northern Ireland, north-west England and North Wales forecast to see frosty conditions

    Snow and ice are expected to hit parts of the UK this weekend as bands of rain move in from the west, the Met Office has warned.

    Western Scotland, Northern Ireland, north-west England and north Wales are forecast to experience frosty conditions as downpours continue into Sunday morning.

    Continue reading...", - "category": "UK weather", - "link": "https://www.theguardian.com/uk-news/2022/jan/08/snow-and-ice-expected-to-hit-parts-of-uk-this-weekend", - "creator": "Clea Skopeliti", - "pubDate": "2022-01-08T17:02:58Z", + "title": "Stewart Rhodes: how his arrest signals a new chapter in January 6 inquiry", + "description": "

    Oath Keepers leader is one of the most high-profile arrests yet in the year-long investigation into the insurrection

    The arrest this week of Stewart Rhodes, the founder and leader of the Oath Keepers militia, marks one of the most significant moments thus far in the federal investigation into the January 6 Capitol attack.

    Rhodes, along with ten other associates, is charged with seditious conspiracy for plotting to violently overturn the results of the 2020 presidential election – the first sedition charges prosecutors have brought related to the insurrection.

    Continue reading...", + "content": "

    Oath Keepers leader is one of the most high-profile arrests yet in the year-long investigation into the insurrection

    The arrest this week of Stewart Rhodes, the founder and leader of the Oath Keepers militia, marks one of the most significant moments thus far in the federal investigation into the January 6 Capitol attack.

    Rhodes, along with ten other associates, is charged with seditious conspiracy for plotting to violently overturn the results of the 2020 presidential election – the first sedition charges prosecutors have brought related to the insurrection.

    Continue reading...", + "category": "The far right", + "link": "https://www.theguardian.com/world/2022/jan/14/stewart-rhodes-oath-keepers-january-6-us-capitol-attack", + "creator": "Nick Robins-Early", + "pubDate": "2022-01-15T06:00:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -271982,17 +276272,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b3130323a3f161a8e04900ec6b26367", + "hash": "0fdc0d0a894749b3fd217ef57643ee2f", "highlights": [] }, { - "title": "Cameroon’s pride at hosting African Cup of Nations tempered by separatist violence", - "description": "

    Rising tension over Anglophone zones threaten to disrupt football tournament

    The much-anticipated African Cup of Nations football tournament opens today, hosted by Cameroon for the first time for 50 years.

    Yet behind the celebrations – slightly tempered by strict pandemic restrictions – are tensions from a security crisis spreading from anglophone regions, shaping daily life in Cameroon and potentially even the tournament.

    Authorities in the west African country have ramped up security, particularly in the capital, Yaoundé, and other host cities across five of Cameroon’s 10 regions – with the effect of securing the tournament and bringing the crisis into view.

    In Limbe, a peaceful coastal city where Mali, Tunisia, The Gambia and Mauritania will play group matches, an explosion near the city centre last Wednesday left six injured and destroyed property.

    Marinette Abah, 33, was returning home from evening prayers at the time.

    “We were home when we received a call that Marinette had been wounded in the explosion,” her brother Calvin Nang said. “We met her with blood all over her body.”

    A faction of the separatist Ambazonia movement claimed responsibility, and the wider movement, which has condemned the government in Yaoundé as a colonial administration, has pledged to disrupt the tournament.

    Tensions in the north-western and south-western anglophone regions boiled over in late 2016, when protests against marginalisation of the English language, by lawyers and teachers, were brutally put down by Cameroonian security forces.

    It fuelled a rise in armed activities by separatist groups seeking independence for the English-speaking parts of Cameroon. The groups have been accused of several attacks and blasts, including against schools, escalating an education boycott that began in 2017, and depriving a generation of Cameroonian children of an education, according to a report by Human Rights Watch. Cameroonian security forces have been accused of human rights abuses against anglophones, especially in rural areas.

    Many anglophones in Cameroon accuse the government of marginalisation and of attempting to assimilate their education and legal systems into the dominant francophone system.

    A spokesperson for Samuel Eto’o, a hugely popular figure as one of Africa’s greatest ever footballers a former Afcon champion as well as Champions League and La Liga winner with Barcelona and now head of Cameroon’s football association, refused to be drawn on the security crisis, focusing instead on preparations for the tournament, including 30 new or renovated football stadiums and training pitches.

    Continue reading...", - "content": "

    Rising tension over Anglophone zones threaten to disrupt football tournament

    The much-anticipated African Cup of Nations football tournament opens today, hosted by Cameroon for the first time for 50 years.

    Yet behind the celebrations – slightly tempered by strict pandemic restrictions – are tensions from a security crisis spreading from anglophone regions, shaping daily life in Cameroon and potentially even the tournament.

    Authorities in the west African country have ramped up security, particularly in the capital, Yaoundé, and other host cities across five of Cameroon’s 10 regions – with the effect of securing the tournament and bringing the crisis into view.

    In Limbe, a peaceful coastal city where Mali, Tunisia, The Gambia and Mauritania will play group matches, an explosion near the city centre last Wednesday left six injured and destroyed property.

    Marinette Abah, 33, was returning home from evening prayers at the time.

    “We were home when we received a call that Marinette had been wounded in the explosion,” her brother Calvin Nang said. “We met her with blood all over her body.”

    A faction of the separatist Ambazonia movement claimed responsibility, and the wider movement, which has condemned the government in Yaoundé as a colonial administration, has pledged to disrupt the tournament.

    Tensions in the north-western and south-western anglophone regions boiled over in late 2016, when protests against marginalisation of the English language, by lawyers and teachers, were brutally put down by Cameroonian security forces.

    It fuelled a rise in armed activities by separatist groups seeking independence for the English-speaking parts of Cameroon. The groups have been accused of several attacks and blasts, including against schools, escalating an education boycott that began in 2017, and depriving a generation of Cameroonian children of an education, according to a report by Human Rights Watch. Cameroonian security forces have been accused of human rights abuses against anglophones, especially in rural areas.

    Many anglophones in Cameroon accuse the government of marginalisation and of attempting to assimilate their education and legal systems into the dominant francophone system.

    A spokesperson for Samuel Eto’o, a hugely popular figure as one of Africa’s greatest ever footballers a former Afcon champion as well as Champions League and La Liga winner with Barcelona and now head of Cameroon’s football association, refused to be drawn on the security crisis, focusing instead on preparations for the tournament, including 30 new or renovated football stadiums and training pitches.

    Continue reading...", - "category": "Football", - "link": "https://www.theguardian.com/football/2022/jan/08/cameroons-pride-at-hosting-african-cup-of-nations-tempered-by-separatist-violence", - "creator": "Emmanuel Akinwotu", - "pubDate": "2022-01-08T19:05:05Z", + "title": "La Palma’s volcanic headache: what to do with all the lava and ash", + "description": "

    In recent days many evacuees have come home, as the island scrambles to find a use for the spewed matter

    For three months they were subject to whims of a roaring volcano. Now residents on the small Spanish island of La Palma are wrestling with another dilemma: what do with the millions of cubic metres of lava and ash it left behind.

    The volcano rumbled for 85 days, ejecting ash and rivers of lava that swallowed more than 1,000 homes, cut off highways and suffocated the lush banana plantations that drive the island’s economy.

    Continue reading...", + "content": "

    In recent days many evacuees have come home, as the island scrambles to find a use for the spewed matter

    For three months they were subject to whims of a roaring volcano. Now residents on the small Spanish island of La Palma are wrestling with another dilemma: what do with the millions of cubic metres of lava and ash it left behind.

    The volcano rumbled for 85 days, ejecting ash and rivers of lava that swallowed more than 1,000 homes, cut off highways and suffocated the lush banana plantations that drive the island’s economy.

    Continue reading...", + "category": "Volcanoes", + "link": "https://www.theguardian.com/world/2022/jan/14/la-palma-volcano-lava-ash-island", + "creator": "Ashifa Kassam in Madrid", + "pubDate": "2022-01-14T10:34:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272004,17 +276294,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "02810af8c257028ebc873d882d5fe3b6", + "hash": "0c865f0b842aef7c574ad5ad6c773ee0", "highlights": [] }, { - "title": "Despite hours of terror lost in the tangled bush of Karekare as a child, I’ve always returned to it | Charlotte Grimshaw", - "description": "

    I remember intense fear and despair, and the objectively correct understanding that we could die

    • Guardian writers and readers describe their favourite place in New Zealand’s wilderness and why it’s special to them

    Karekare is a wild, beautiful area of the Waitakeres, west of Auckland. It’s the place I dreamed about when I lived in London, the landscape I yearned to return to. It was the location of my most intense experiences as a child: fear, euphoria, exhilaration, joy.

    Our parents’ bach was built on a hillside with a view down the valley, surrounded by dense bush in all directions. There was always the risk that if we went too far off a track, even close to the house, we’d quickly get disorientated and lost. The bush was so thick you couldn’t get a clear view out of it, and the only way to escape was by standing still and shouting.

    Continue reading...", - "content": "

    I remember intense fear and despair, and the objectively correct understanding that we could die

    • Guardian writers and readers describe their favourite place in New Zealand’s wilderness and why it’s special to them

    Karekare is a wild, beautiful area of the Waitakeres, west of Auckland. It’s the place I dreamed about when I lived in London, the landscape I yearned to return to. It was the location of my most intense experiences as a child: fear, euphoria, exhilaration, joy.

    Our parents’ bach was built on a hillside with a view down the valley, surrounded by dense bush in all directions. There was always the risk that if we went too far off a track, even close to the house, we’d quickly get disorientated and lost. The bush was so thick you couldn’t get a clear view out of it, and the only way to escape was by standing still and shouting.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/commentisfree/2022/jan/09/despite-hours-of-terror-lost-in-the-tangled-bush-of-karekare-as-a-child-ive-always-returned-to-it", - "creator": "Charlotte Grimshaw", - "pubDate": "2022-01-08T19:00:06Z", + "title": "Novak Djokovic Q&A: a wild day, what happens next and the legal view", + "description": "

    After another extraordinary day in the Novak Djokovic saga ahead of the Australian Open, what now for the world No 1?

    Another extraordinary day in the Novak Djokovic saga began at 5.52pm local time when Australia’s minister for immigration, Alex Hawke, exerted his personal powers to cancel the men’s world No 1’s visa for the second time. In a statement Hawke said he had done so “on health and good order grounds, on the basis that it was in the public interest to do so”.

    Continue reading...", + "content": "

    After another extraordinary day in the Novak Djokovic saga ahead of the Australian Open, what now for the world No 1?

    Another extraordinary day in the Novak Djokovic saga began at 5.52pm local time when Australia’s minister for immigration, Alex Hawke, exerted his personal powers to cancel the men’s world No 1’s visa for the second time. In a statement Hawke said he had done so “on health and good order grounds, on the basis that it was in the public interest to do so”.

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/sport/2022/jan/14/novak-djokovic-qa-a-wild-day-what-happens-next-and-the-legal-view", + "creator": "Sean Ingle", + "pubDate": "2022-01-14T16:25:55Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272026,17 +276316,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c7dce48cd6fbcee568f1cba45174e88", + "hash": "a2a9ed38070fd7ed042dac58289516d1", "highlights": [] }, { - "title": "Australia live news updates: almost 2,000 Covid hospitalisations in NSW with 16 deaths; Victoria 752 in hospital and four deaths; federal government to respond to Djokovic court filings", - "description": "

    Novak Djokovic in submission to federal circuit court says home affairs told him travel declaration ‘met requirements for a quarantine-free arrival’. Follow all the day’s news live

    Australian Medical Association president Omar Khorshid has called for efforts to help flatten the curve to “give hospitals a chance”, warning that the number of Omicron cases won’t peak for weeks.

    NSW, Queensland, Victoria have suspended non-urgent elective surgery due to rising Covid-19 hospitalisations.

    Continue reading...", - "content": "

    Novak Djokovic in submission to federal circuit court says home affairs told him travel declaration ‘met requirements for a quarantine-free arrival’. Follow all the day’s news live

    Australian Medical Association president Omar Khorshid has called for efforts to help flatten the curve to “give hospitals a chance”, warning that the number of Omicron cases won’t peak for weeks.

    NSW, Queensland, Victoria have suspended non-urgent elective surgery due to rising Covid-19 hospitalisations.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/australia-news/live/2022/jan/09/novak-djokovic-court-visa-omicron-covid-case-numbers-hospitals-queensland-floods", - "creator": "Justine Landis-Hanley", - "pubDate": "2022-01-08T22:26:43Z", + "title": "Blasting through a cliff face, the beauty of Tarawera Falls are testimony to a partner’s grief | Morgan Godfery", + "description": "

    In Māori legend Mount Tarawera blew her top after discovering that her lover, Mount Pūtauaki, had left her

    • Guardian writers and readers describe their favourite place in New Zealand’s wilderness and why it’s special to them

    One of the cruelties of New Zealand tourism is that international visitors arrive expecting to find a vast, unpeopled land – the sharp peaks, rolling grasslands and roaring rivers of Middle-earth.

    But when visitors land at Auckland airport they do so on a concrete strip at the edge of a muddy tidal harbour. The airport terminal itself is under perpetual reconstruction, the roads leading to and from it are clogged at most times of the day, and as soon as you escape the city using the main highway the view is more or less the same for the next two hours: dairy farm after dairy farm, unnaturally lush and green as farm owners fertilise and irrigate the land to all hell.

    Continue reading...", + "content": "

    In Māori legend Mount Tarawera blew her top after discovering that her lover, Mount Pūtauaki, had left her

    • Guardian writers and readers describe their favourite place in New Zealand’s wilderness and why it’s special to them

    One of the cruelties of New Zealand tourism is that international visitors arrive expecting to find a vast, unpeopled land – the sharp peaks, rolling grasslands and roaring rivers of Middle-earth.

    But when visitors land at Auckland airport they do so on a concrete strip at the edge of a muddy tidal harbour. The airport terminal itself is under perpetual reconstruction, the roads leading to and from it are clogged at most times of the day, and as soon as you escape the city using the main highway the view is more or less the same for the next two hours: dairy farm after dairy farm, unnaturally lush and green as farm owners fertilise and irrigate the land to all hell.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/commentisfree/2022/jan/15/blasting-through-a-cliff-face-the-beauty-of-tarawera-falls-is-testimony-to-a-partners-grief", + "creator": "Morgan Godfery", + "pubDate": "2022-01-14T19:00:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272048,17 +276338,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b175c3a96a145cf97282fbbef3c07408", + "hash": "44171425779351eaa6043d59381d0e4f", "highlights": [] }, { - "title": "Marilyn Bergman, Oscar-winning lyricist, dies aged 93", - "description": "

    Teaming with husband Alan Bergman, she composed songs for many television shows, films and stage musicals

    Marilyn Bergman, the Oscar-winning lyricist who teamed with husband Alan Bergman on The Way We Were, How Do You Keep the Music Playing? and hundreds of other songs, died at her Los Angeles home Saturday. She was 93.

    She died of respiratory failure not related to Covid-19, according to a representative, Jason Lee. Her husband was at her bedside when she died.

    Continue reading...", - "content": "

    Teaming with husband Alan Bergman, she composed songs for many television shows, films and stage musicals

    Marilyn Bergman, the Oscar-winning lyricist who teamed with husband Alan Bergman on The Way We Were, How Do You Keep the Music Playing? and hundreds of other songs, died at her Los Angeles home Saturday. She was 93.

    She died of respiratory failure not related to Covid-19, according to a representative, Jason Lee. Her husband was at her bedside when she died.

    Continue reading...", - "category": "Music", - "link": "https://www.theguardian.com/music/2022/jan/08/marilyn-bergman-oscar-winning-lyricist-dies-aged-93", - "creator": "Associated Press in New York", - "pubDate": "2022-01-08T20:02:12Z", + "title": "Australia live news updates: Novak Djokovic back in hotel detention after minister argues he is a ‘talisman’ for anti-vaccination sentiment", + "description": "

    Tennis star’s lawyers call immigration minister’s view that he could excite anti-vaccination sentiment ‘irrational’; NSW reports 20 deaths and 48,768 cases, Victoria 23 deaths and 25,526 positive cases, Qld six deaths and about 20,000 cases and SA four deaths and 4,349 cases. Follow live

    Hillsong church says the singing and dancing at their youth summer camp bears no resemblance to a music festival. This is Sian Cain’s piece from yesterday – somehow I’d missed seeing the video footage.

    Oh yeah, totally doesn’t look anything like a music festival:

    Continue reading...", + "content": "

    Tennis star’s lawyers call immigration minister’s view that he could excite anti-vaccination sentiment ‘irrational’; NSW reports 20 deaths and 48,768 cases, Victoria 23 deaths and 25,526 positive cases, Qld six deaths and about 20,000 cases and SA four deaths and 4,349 cases. Follow live

    Hillsong church says the singing and dancing at their youth summer camp bears no resemblance to a music festival. This is Sian Cain’s piece from yesterday – somehow I’d missed seeing the video footage.

    Oh yeah, totally doesn’t look anything like a music festival:

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/15/australia-news-live-updates-novak-djokovic-to-be-detained-amid-legal-battle", + "creator": "Lisa Cox (now) and Tory Shepherd (earlier)", + "pubDate": "2022-01-15T06:26:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272070,17 +276360,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d727e421c482003bb3af231c439878e", + "hash": "dae6450e92e69c2329970d62f6b684fb", "highlights": [] }, { - "title": "‘Being tough, being a fighter’: Obama and Biden salute Harry Reid at Las Vegas funeral", - "description": "

    Two presidents and Democratic leaders in Congress joined on Saturday to commemorate Harry Reid, the former Senate majority leader who rose from poverty in Nevada to become one of the most powerful US politicians.

    “Being tough, being a fighter was once of Harry’s signatures characteristics,” Barack Obama said, at the service in Las Vegas.

    Continue reading...", - "content": "

    Two presidents and Democratic leaders in Congress joined on Saturday to commemorate Harry Reid, the former Senate majority leader who rose from poverty in Nevada to become one of the most powerful US politicians.

    “Being tough, being a fighter was once of Harry’s signatures characteristics,” Barack Obama said, at the service in Las Vegas.

    Continue reading...", - "category": "Democrats", - "link": "https://www.theguardian.com/us-news/2022/jan/08/obama-biden-harry-reid-las-vegas-funeral-pelosi-schumer", - "creator": "Edward Helmore and agencies", - "pubDate": "2022-01-08T22:05:04Z", + "title": "Prince Andrew faces calls to pay for his own security", + "description": "

    Growing clamour for royal to lose dukedom and taxpayer-funded Scotland Yard security detail

    The Duke of York faces calls to pay for his own security and relinquish his dukedom after being stripped of his military affiliations and royal patronages in the fallout over the civil sexual assault case against him.

    The calls come as his accuser, Virginia Giuffre, welcomed the New York court ruling that paved the way for her lawsuit against Prince Andrew to proceed to trial, as she pledged to “continue to expose the truth”.

    Continue reading...", + "content": "

    Growing clamour for royal to lose dukedom and taxpayer-funded Scotland Yard security detail

    The Duke of York faces calls to pay for his own security and relinquish his dukedom after being stripped of his military affiliations and royal patronages in the fallout over the civil sexual assault case against him.

    The calls come as his accuser, Virginia Giuffre, welcomed the New York court ruling that paved the way for her lawsuit against Prince Andrew to proceed to trial, as she pledged to “continue to expose the truth”.

    Continue reading...", + "category": "Prince Andrew", + "link": "https://www.theguardian.com/uk-news/2022/jan/14/prince-andrew-facing-calls-pay-for-own-security", + "creator": "Caroline Davies, Mark Brown and Lucy Campbell", + "pubDate": "2022-01-14T18:45:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272092,17 +276382,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dac7da3152199602c6e8e542708ab573", + "hash": "90198b737221ef2330691e984f42d631", "highlights": [] }, { - "title": "Brazil: rock breaks from cliff and falls on boaters, leaving at least five dead", - "description": "

    As many as 20 people may be missing after accident on Furnas Lake

    A towering slab of rock broke from a cliff and toppled on to pleasure boaters drifting near a waterfall on a Brazilian lake on Saturday and officials said at least five people died.

    Minas Gerais fire department commander Edgard Estevo told a news conference that in addition to the dead, as many as 20 people may be missing, and said officials are seeking to identify them.

    Continue reading...", - "content": "

    As many as 20 people may be missing after accident on Furnas Lake

    A towering slab of rock broke from a cliff and toppled on to pleasure boaters drifting near a waterfall on a Brazilian lake on Saturday and officials said at least five people died.

    Minas Gerais fire department commander Edgard Estevo told a news conference that in addition to the dead, as many as 20 people may be missing, and said officials are seeking to identify them.

    Continue reading...", - "category": "Brazil", - "link": "https://www.theguardian.com/world/2022/jan/08/brazil-rock-breaks-from-cliff-and-falls-on-boaters-leaving-at-least-five-dead", - "creator": "Associated Press", - "pubDate": "2022-01-08T21:49:18Z", + "title": "Djokovic’s fans at home vent fury – but Serbian politicians tone rhetoric down", + "description": "

    Fans say Australia’s visa denial a witch-hunt, while Belgrade starts to distance itself from player’s anti-vaccine stance

    Novak Djokovic’s supporters in Serbia have reacted furiously to Australia’s decision to cancel the world tennis No 1’s visa for a second time, but the government has yet to respond officially and previously vociferous politicians have stayed quiet.

    The unvaccinated tennis star on Friday asked a court to block his deportation before the Australian Open after Australia’s immigration minister revoked his visa, citing strict Covid-19 entry regulations and stating it was in the public interest.

    Continue reading...", + "content": "

    Fans say Australia’s visa denial a witch-hunt, while Belgrade starts to distance itself from player’s anti-vaccine stance

    Novak Djokovic’s supporters in Serbia have reacted furiously to Australia’s decision to cancel the world tennis No 1’s visa for a second time, but the government has yet to respond officially and previously vociferous politicians have stayed quiet.

    The unvaccinated tennis star on Friday asked a court to block his deportation before the Australian Open after Australia’s immigration minister revoked his visa, citing strict Covid-19 entry regulations and stating it was in the public interest.

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/sport/2022/jan/14/novak-djokovic-fans-fury-serbian-politicians-tone-rhetoric-down", + "creator": "Jon Henley Europe correspondent and Milivoje Pantovic in Belgrade", + "pubDate": "2022-01-14T16:55:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272110,21 +276400,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "eae4a6f3dafd310087016aac60f368f7", + "hash": "36ee566413048a51127101856b1fabda", "highlights": [] }, { - "title": "Australia live news updates: federal government to respond to Djokovic court filings; Omicron increases pressure on health systems", - "description": "

    Novak Djokovic in submission to federal circuit court says home affairs told him travel declaration ‘met requirements for a quarantine-free arrival’. Follow all the day’s news live

    Of these, 22,051 were reported from Rapid Antigen Tests.

    There are now 1,927 people in hospital with the virus, 151 of whom are in the ICU.

    Continue reading...", - "content": "

    Novak Djokovic in submission to federal circuit court says home affairs told him travel declaration ‘met requirements for a quarantine-free arrival’. Follow all the day’s news live

    Of these, 22,051 were reported from Rapid Antigen Tests.

    There are now 1,927 people in hospital with the virus, 151 of whom are in the ICU.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/australia-news/live/2022/jan/09/novak-djokovic-court-visa-omicron-covid-case-numbers-hospitals-queensland-floods", - "creator": "Justine Landis-Hanley", - "pubDate": "2022-01-08T22:04:20Z", + "title": "Ashling Murphy: thousands attend vigil for Irish teacher killed going for run", + "description": "

    Killing of 23-year-old in County Offaly has provoked outpouring of grief and anger in Ireland and beyond

    Thousands have gathered in the town of Tullamore in Ireland as a vigil was held for Ashling Murphy.

    Other memorials were also held across Ireland after the “senseless” killing of the 23-year-old teacher, with echoes of the national reckoning that was sparked in the UK last year by the murder of Sarah Everard.

    Continue reading...", + "content": "

    Killing of 23-year-old in County Offaly has provoked outpouring of grief and anger in Ireland and beyond

    Thousands have gathered in the town of Tullamore in Ireland as a vigil was held for Ashling Murphy.

    Other memorials were also held across Ireland after the “senseless” killing of the 23-year-old teacher, with echoes of the national reckoning that was sparked in the UK last year by the murder of Sarah Everard.

    Continue reading...", + "category": "Ireland", + "link": "https://www.theguardian.com/world/2022/jan/14/ashling-murphy-vigils-across-ireland-teacher-killed-going-for-run", + "creator": "Jem Bartholomew", + "pubDate": "2022-01-14T19:09:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272136,17 +276426,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "27a2d30f011e351d2de8fcb8956c59ae", + "hash": "f6be879e80858f7aa19a8e4065bc9387", "highlights": [] }, { - "title": "Houston woman charged after allegedly isolating Covid-positive son in car trunk", - "description": "

    Authorities say 13-year-old son of Sarah Beam, a teacher, was found in her car’s trunk at a testing site in the Texas city

    A Houston mother has been charged after allegedly placing her 13-year-old son in the trunk of her car in an attempt to isolate him after he tested positive for Covid-19, then took him to a drive-thru testing site.

    In a statement reported by KPRC, an NBC-affiliate, the Cyprus-Fairbanks school district said police were “alerted that a child was in the trunk of a car at a drive-thru Covid-19 testing site earlier this week.

    Continue reading...", - "content": "

    Authorities say 13-year-old son of Sarah Beam, a teacher, was found in her car’s trunk at a testing site in the Texas city

    A Houston mother has been charged after allegedly placing her 13-year-old son in the trunk of her car in an attempt to isolate him after he tested positive for Covid-19, then took him to a drive-thru testing site.

    In a statement reported by KPRC, an NBC-affiliate, the Cyprus-Fairbanks school district said police were “alerted that a child was in the trunk of a car at a drive-thru Covid-19 testing site earlier this week.

    Continue reading...", - "category": "Houston", - "link": "https://www.theguardian.com/us-news/2022/jan/08/houston-woman-son-covid-car-trunk", - "creator": "Edward Helmore and agencies", - "pubDate": "2022-01-08T15:17:31Z", + "title": "£576,000 office renovations will save taxpayers money, EU official insists", + "description": "

    German MEP Rainer Wieland spent £20,000 on a light fitting and the same amount on bespoke doors

    A vice-president of the European parliament is facing questions after it was revealed he had spent nearly €690,000 (£576,000) on lavish office renovations.

    Rainer Wieland, a Christian Democrat MEP from Germany, spent €486,011 on a state-of-the-art office and €134,774 “showroom” next door, both built from scratch on the 15th floor of the European parliament in Brussels, according to a leaked report seen by the Guardian.

    Continue reading...", + "content": "

    German MEP Rainer Wieland spent £20,000 on a light fitting and the same amount on bespoke doors

    A vice-president of the European parliament is facing questions after it was revealed he had spent nearly €690,000 (£576,000) on lavish office renovations.

    Rainer Wieland, a Christian Democrat MEP from Germany, spent €486,011 on a state-of-the-art office and €134,774 “showroom” next door, both built from scratch on the 15th floor of the European parliament in Brussels, according to a leaked report seen by the Guardian.

    Continue reading...", + "category": "European Union", + "link": "https://www.theguardian.com/world/2022/jan/14/eu-parliament-vice-president-facing-questions-over-500000-office-renovation", + "creator": "Jennifer Rankin in Brussels", + "pubDate": "2022-01-14T15:46:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272154,21 +276444,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "0866af374b4274acce975a22704d5d4e", + "hash": "1a21e2808e6cf459f841a2c0732c24bf", "highlights": [] }, { - "title": "Capitol attack panel investigates Trump over potential criminal conspiracy", - "description": "

    Messages between Mark Meadows and others suggest the Trump White House coordinated efforts to stop Joe Biden’s certification

    The House select committee investigating the Capitol attack is examining whether Donald Trump oversaw a criminal conspiracy on 6 January that connected the White House’s scheme to stop Joe Biden’s certification with the insurrection, say two senior sources familiar with the matter.

    The committee’s new focus on the potential for a conspiracy marks an aggressive escalation in its inquiry as it confronts evidence that suggests the former president potentially engaged in criminal conduct egregious enough to warrant a referral to the justice department.

    Continue reading...", - "content": "

    Messages between Mark Meadows and others suggest the Trump White House coordinated efforts to stop Joe Biden’s certification

    The House select committee investigating the Capitol attack is examining whether Donald Trump oversaw a criminal conspiracy on 6 January that connected the White House’s scheme to stop Joe Biden’s certification with the insurrection, say two senior sources familiar with the matter.

    The committee’s new focus on the potential for a conspiracy marks an aggressive escalation in its inquiry as it confronts evidence that suggests the former president potentially engaged in criminal conduct egregious enough to warrant a referral to the justice department.

    Continue reading...", - "category": "US Capitol attack", - "link": "https://www.theguardian.com/us-news/2022/jan/08/capitol-attack-committee-donald-trump-white-house-stop-biden-win", - "creator": "Hugo Lowell in Washington", - "pubDate": "2022-01-08T07:00:45Z", + "title": "Man declared dead after being pulled from Channel", + "description": "

    Rescuers in France find 32 people with hypothermia, including five stranded on sandbank

    A man has died while trying to cross the Channel to the UK.

    The French authorities said the man was found unconscious and pulled from the water after going overboard.

    Continue reading...", + "content": "

    Rescuers in France find 32 people with hypothermia, including five stranded on sandbank

    A man has died while trying to cross the Channel to the UK.

    The French authorities said the man was found unconscious and pulled from the water after going overboard.

    Continue reading...", + "category": "Immigration and asylum", + "link": "https://www.theguardian.com/uk-news/2022/jan/14/person-declared-dead-after-being-pulled-from-channel", + "creator": "Matthew Weaver", + "pubDate": "2022-01-14T12:41:56Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272176,21 +276466,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "b2400d69817e00a0870da92bcaf28b3a", + "hash": "ed3952fc5fa80ec1cc78605735d5c47d", "highlights": [] }, { - "title": "Chinese American man attacked in New York last April dies of injuries", - "description": "

    Attack on Yao Pan Ma, 61, drew attention amid rise in anti-Asian hate crimes and is now being treated as homicide

    A Chinese American man who was brutally attacked last April while collecting cans in East Harlem has died of his injuries and the case is now deemed a homicide, police in New York said on Saturday.

    Yao Pan Ma, 61, died on 31 December, police said.

    Continue reading...", - "content": "

    Attack on Yao Pan Ma, 61, drew attention amid rise in anti-Asian hate crimes and is now being treated as homicide

    A Chinese American man who was brutally attacked last April while collecting cans in East Harlem has died of his injuries and the case is now deemed a homicide, police in New York said on Saturday.

    Yao Pan Ma, 61, died on 31 December, police said.

    Continue reading...", - "category": "New York", - "link": "https://www.theguardian.com/us-news/2022/jan/08/chinese-american-man-dies-new-york-hate-crime", - "creator": "Associated Press in New York", - "pubDate": "2022-01-08T20:27:36Z", + "title": "Harry Dunn hearing ‘vacated’ to enable ongoing discussions with Sacoolas", + "description": "

    Crown Prosecution Service issues statement saying talks with alleged killer’s legal team to continue

    Harry Dunn’s alleged killer, Anne Sacoolas, will no longer face a court hearing, to enable “ongoing discussions” with the Crown Prosecution Service to continue.

    The CPS previously said in a statement that the 44-year-old’s case would be heard at Westminster magistrates court on Tuesday, but the hearing has now been vacated.

    Continue reading...", + "content": "

    Crown Prosecution Service issues statement saying talks with alleged killer’s legal team to continue

    Harry Dunn’s alleged killer, Anne Sacoolas, will no longer face a court hearing, to enable “ongoing discussions” with the Crown Prosecution Service to continue.

    The CPS previously said in a statement that the 44-year-old’s case would be heard at Westminster magistrates court on Tuesday, but the hearing has now been vacated.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2022/jan/14/harry-dunn-hearing-vacated-to-enable-ongoing-discussions-with-anne-sacoolas", + "creator": "PA Media", + "pubDate": "2022-01-14T11:50:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272202,17 +276492,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c26e8d98b5c54b0f7d4e09fb04625cc6", + "hash": "b8e755f27d3ed22a821e97c173260051", "highlights": [] }, { - "title": "Kazakhstan detains former national security chief on suspicion of treason", - "description": "

    Karim Masimov was fired this week as unrest raged across the country, with dozens killed and public buildings ransacked

    The former head of Kazakhstan’s domestic intelligence agency has been detained on suspicion of high treason, the agency said, after he was fired amid violent protests.

    The National Security Committee, or KNB, said in a statement on Saturday that its former chief Karim Masimov had been detained on Thursday after it launched an investigation into charges of high treason.

    Continue reading...", - "content": "

    Karim Masimov was fired this week as unrest raged across the country, with dozens killed and public buildings ransacked

    The former head of Kazakhstan’s domestic intelligence agency has been detained on suspicion of high treason, the agency said, after he was fired amid violent protests.

    The National Security Committee, or KNB, said in a statement on Saturday that its former chief Karim Masimov had been detained on Thursday after it launched an investigation into charges of high treason.

    Continue reading...", - "category": "Kazakhstan", - "link": "https://www.theguardian.com/world/2022/jan/08/kazakhstan-detains-former-national-security-chief-on-suspicion-of-treason", - "creator": "Guardian staff with agencies", - "pubDate": "2022-01-08T07:20:52Z", + "title": "British Vogue hails new era with nine African models on cover", + "description": "

    February issue cover shot is an important statement of anti-tokenism, says magazine’s editor

    British Vogue has hailed a new era that spotlights African fashion. The magazine’s February issue features nine dark-skinned models of African heritage on its cover, including Adut Akech.

    Seemingly referencing Peter Lindbergh’s “Supers” Vogue cover from 1990, which introduced the world to the idea of the supermodel, the shot is a challenge to the traditionally white fashion industry, which has, since the murder of George Floyd, been under pressure to change and become more inclusive and diverse.

    Continue reading...", + "content": "

    February issue cover shot is an important statement of anti-tokenism, says magazine’s editor

    British Vogue has hailed a new era that spotlights African fashion. The magazine’s February issue features nine dark-skinned models of African heritage on its cover, including Adut Akech.

    Seemingly referencing Peter Lindbergh’s “Supers” Vogue cover from 1990, which introduced the world to the idea of the supermodel, the shot is a challenge to the traditionally white fashion industry, which has, since the murder of George Floyd, been under pressure to change and become more inclusive and diverse.

    Continue reading...", + "category": "Vogue", + "link": "https://www.theguardian.com/fashion/2022/jan/14/british-vogue-hails-new-era-with-nine-african-models-on-cover", + "creator": "Priya Elan", + "pubDate": "2022-01-14T12:25:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272224,17 +276514,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ba3e550d7b5e4eb2b1af45f2748360d", + "hash": "d9134225574bc7975a5c15e596ffbd69", "highlights": [] }, { - "title": "Guardian’s Cadwalladr in court to fight defamation claim by Brexit backer Banks", - "description": "

    Award-winning journalist says comments about businessman were in the public interest

    The Observer and Guardian journalist Carole Cadwalladr will appear in court in London next Friday to defend herself against an accusation of defamation brought by Arron Banks, the multi-millionaire businessman and outspoken backer of Brexit. The case concerns a remark made in a talk at the Ted technology conference by Cadwalladr in April 2019, and a related tweet.

    In the widely viewed 15-minute talk about the pernicious effects of Facebook on the democratic electoral process, Cadwalladr spoke about the 2016 Brexit referendum and noted briefly that Nigel Farage’s Leave.EU campaign, largely funded by £8m from Banks, the largest donation in British political history, had been found by the Electoral Commission to have broken electoral and data laws.

    Continue reading...", - "content": "

    Award-winning journalist says comments about businessman were in the public interest

    The Observer and Guardian journalist Carole Cadwalladr will appear in court in London next Friday to defend herself against an accusation of defamation brought by Arron Banks, the multi-millionaire businessman and outspoken backer of Brexit. The case concerns a remark made in a talk at the Ted technology conference by Cadwalladr in April 2019, and a related tweet.

    In the widely viewed 15-minute talk about the pernicious effects of Facebook on the democratic electoral process, Cadwalladr spoke about the 2016 Brexit referendum and noted briefly that Nigel Farage’s Leave.EU campaign, largely funded by £8m from Banks, the largest donation in British political history, had been found by the Electoral Commission to have broken electoral and data laws.

    Continue reading...", - "category": "Brexit", - "link": "https://www.theguardian.com/politics/2022/jan/08/guardians-carole-cadwalladr-in-court-to-fight-defamation-claim-by-brexit-backer-arron-banks", - "creator": "Tim Adams", - "pubDate": "2022-01-08T15:30:00Z", + "title": "Covid live: Poland advisers quit over concerns government not following science; Netherlands to lift some curbs", + "description": "

    More than two thirds of Poland’s Covid-19 medical advisory body resigns; restrictions in the Netherlands will be eased from Saturday

    South Korea will extend tougher social distancing rules for three more weeks amid concerns over a looming Omicron wave ahead of the Lunar New Year holidays, officials said on Friday.

    The curbs were restored a month ago just six weeks after being eased under a “living with Covid-19” scheme, as record-breaking numbers of new cases and critically ill patients threatened to saturate the country’s medical system.

    Continue reading...", + "content": "

    More than two thirds of Poland’s Covid-19 medical advisory body resigns; restrictions in the Netherlands will be eased from Saturday

    South Korea will extend tougher social distancing rules for three more weeks amid concerns over a looming Omicron wave ahead of the Lunar New Year holidays, officials said on Friday.

    The curbs were restored a month ago just six weeks after being eased under a “living with Covid-19” scheme, as record-breaking numbers of new cases and critically ill patients threatened to saturate the country’s medical system.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/14/covid-live-news-poorer-nations-forced-to-reject-100m-near-expired-coronavirus-vaccines-spain-to-offer-fourth-dose-to-vulnerable", + "creator": "Tom Ambrose (now); Georgina Quach, Martin Belam and Samantha Lock (earlier)", + "pubDate": "2022-01-14T21:37:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272246,17 +276536,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5803b5fc3ff28caf283c68652fc7512f", + "hash": "322e85458c8cc294b013103d697d0a0f", "highlights": [] }, { - "title": "Harry Reid: Biden, Pelosi, Schumer and Obama attend Nevada memorial", - "description": "

    The life of the former Senate majority leader Harry Reid was celebrated by two presidents and other Democratic leaders in Las Vegas on Saturday.

    President Joe Biden, the House speaker, Nancy Pelosi, and Senate majority leader, Chuck Schumer, were scheduled to speak at a memorial for the longtime Senate leader, who died on 28 December at home in Henderson, Nevada, at 82 and of complications from pancreatic cancer.

    Continue reading...", - "content": "

    The life of the former Senate majority leader Harry Reid was celebrated by two presidents and other Democratic leaders in Las Vegas on Saturday.

    President Joe Biden, the House speaker, Nancy Pelosi, and Senate majority leader, Chuck Schumer, were scheduled to speak at a memorial for the longtime Senate leader, who died on 28 December at home in Henderson, Nevada, at 82 and of complications from pancreatic cancer.

    Continue reading...", - "category": "US Senate", - "link": "https://www.theguardian.com/us-news/2022/jan/08/harry-reid-biden-pelosi-schumer-obama-nevada-memorial-carole-king-brandon-flowers", - "creator": "Associated Press in Las Vegas", - "pubDate": "2022-01-08T19:41:30Z", + "title": "More UK infants in hospital amid Omicron wave but experts urge calm", + "description": "

    Proportion of children under one rises from 30 to 42%, though medics say most cases are very mild

    The proportion of infants in hospital with Covid-19 in the UK has risen with the spread of Omicron, figures suggest, although researchers have urged calm, noting most cases are very mild.

    The number of Covid-positive admissions, whatever the cause, is expected to rise when there is more infection around, but the latest figures suggest there has been a shift in the proportion of children in hospital with coronavirus who are infants.

    Continue reading...", + "content": "

    Proportion of children under one rises from 30 to 42%, though medics say most cases are very mild

    The proportion of infants in hospital with Covid-19 in the UK has risen with the spread of Omicron, figures suggest, although researchers have urged calm, noting most cases are very mild.

    The number of Covid-positive admissions, whatever the cause, is expected to rise when there is more infection around, but the latest figures suggest there has been a shift in the proportion of children in hospital with coronavirus who are infants.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/14/omicron-rise-uk-infants-hospitalised-covid-figures-suggest", + "creator": "Nicola Davis Science correspondent", + "pubDate": "2022-01-14T14:11:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272268,17 +276558,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "87aef951bd41db73b10556db244c734e", + "hash": "06ebe6182100097838a4b61b8e8c0d08", "highlights": [] }, { - "title": "Three white men sentenced to life in prison for Ahmaud Arbery’s murder", - "description": "

    Judge rules William ‘Roddie’ Bryan can seek parole after 30 years while Travis and Gregory McMichael cannot

    A judge in Georgia sentenced Travis McMichael, Gregory McMichael and William “Roddie” Bryan to life in prison on Friday for the murder of Ahmaud Arbery, a Black man who was running through their mostly white neighborhood in February 2020 when they chased him down and killed him.

    Murder carries a mandatory life sentence under Georgia law unless prosecutors seek the death penalty, which they opted against for Arbery’s killing.

    Continue reading...", - "content": "

    Judge rules William ‘Roddie’ Bryan can seek parole after 30 years while Travis and Gregory McMichael cannot

    A judge in Georgia sentenced Travis McMichael, Gregory McMichael and William “Roddie” Bryan to life in prison on Friday for the murder of Ahmaud Arbery, a Black man who was running through their mostly white neighborhood in February 2020 when they chased him down and killed him.

    Murder carries a mandatory life sentence under Georgia law unless prosecutors seek the death penalty, which they opted against for Arbery’s killing.

    Continue reading...", - "category": "Ahmaud Arbery", - "link": "https://www.theguardian.com/us-news/2022/jan/07/ahmaud-arbery-murder-three-men-sentenced-life-in-prison", - "creator": "Guardian staff and agencies", - "pubDate": "2022-01-07T20:26:35Z", + "title": "Cat Power: ‘To this day I sleep with my bedroom door locked’", + "description": "

    After breakups, breakdowns, stalkers and worse, Chan Marshall has rewritten her bleakest lyrics and recorded an album of highly personal covers. ‘We all need sweetness,’ she says

    Chan Marshall is sitting cross-legged on a bed, crying. It’s a sniffly, unselfconscious kind of crying, tears smudging sooty eyeshadow. Thirty years into her often wayward career as the US singer-songwriter Cat Power, she is crying because in a few weeks’ time she is 50 and she can’t believe she made it, that life turned out OK, that she’s happy. At least, happier than she was when she turned 30, the day her then boyfriend “stood me up”. Or her 40th, when she felt controlled in the relationship she was in.

    “He was involved with this church,” she explains. “I wasn’t allowed to have friends. Or a party. So … hmm. I’m so sorry.” She shakes her head, reaches across the bed and clutches my hand. “It’s heavy, dude.” She takes a bolstering tug on a cigarette. “The 20s were so fucking difficult, like: ‘Oh, now I gotta do this some more?’” she carries on. “Turning 40 was: ‘Uuuurgh, well I made it this far, but it’s got to get better.’”

    Continue reading...", + "content": "

    After breakups, breakdowns, stalkers and worse, Chan Marshall has rewritten her bleakest lyrics and recorded an album of highly personal covers. ‘We all need sweetness,’ she says

    Chan Marshall is sitting cross-legged on a bed, crying. It’s a sniffly, unselfconscious kind of crying, tears smudging sooty eyeshadow. Thirty years into her often wayward career as the US singer-songwriter Cat Power, she is crying because in a few weeks’ time she is 50 and she can’t believe she made it, that life turned out OK, that she’s happy. At least, happier than she was when she turned 30, the day her then boyfriend “stood me up”. Or her 40th, when she felt controlled in the relationship she was in.

    “He was involved with this church,” she explains. “I wasn’t allowed to have friends. Or a party. So … hmm. I’m so sorry.” She shakes her head, reaches across the bed and clutches my hand. “It’s heavy, dude.” She takes a bolstering tug on a cigarette. “The 20s were so fucking difficult, like: ‘Oh, now I gotta do this some more?’” she carries on. “Turning 40 was: ‘Uuuurgh, well I made it this far, but it’s got to get better.’”

    Continue reading...", + "category": "Cat Power", + "link": "https://www.theguardian.com/music/2022/jan/14/cat-power-to-this-day-i-sleep-with-my-bedroom-door-locked", + "creator": "Sylvia Patterson", + "pubDate": "2022-01-14T14:00:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272286,21 +276576,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "821d56791d435ea897ff2c53a6e1502a", + "hash": "8860411b7a19fcc4458028b29df8ead7", "highlights": [] }, { - "title": "Ethiopia: 56 people killed in airstrike at camp for internally displaced", - "description": "

    At least 30 wounded as aid workers report seeing children among casualties in Tigray region

    An airstrike in Ethiopia’s northern region of Tigray has killed 56 people and wounded at least 30 in a camp for the internally displaced, two aid workers have said.

    Both aid workers, who asked not to be named, said the number of dead has been confirmed by the local authorities.

    Continue reading...", - "content": "

    At least 30 wounded as aid workers report seeing children among casualties in Tigray region

    An airstrike in Ethiopia’s northern region of Tigray has killed 56 people and wounded at least 30 in a camp for the internally displaced, two aid workers have said.

    Both aid workers, who asked not to be named, said the number of dead has been confirmed by the local authorities.

    Continue reading...", - "category": "Ethiopia", - "link": "https://www.theguardian.com/world/2022/jan/08/ethiopia-people-killed-in-airstrike-at-camp-for-internally-displaced", - "creator": "Reuters in Addis Ababa", - "pubDate": "2022-01-08T12:08:13Z", + "title": "Election battle lines set as Macron pits himself against France’s unvaccinated", + "description": "

    Growing political divisions over Covid rules have emerged in run-up to presidential election in April

    Emmanuel Macron is facing growing political divisions over Covid rules in the run-up to the spring presidential election, after his proposed vaccine pass was delayed and teachers took strike action, amid ongoing street demonstrations and a rise in violent threats against politicians.

    With an increasing mood of fatigue among French voters after two years of the pandemic and a significant mistrust of the political class, the president –– who is likely to hold off declaring his re-election bid for several weeks as the coronavirus health crisis continues –– wants to be seen as reliable but firm.

    Continue reading...", + "content": "

    Growing political divisions over Covid rules have emerged in run-up to presidential election in April

    Emmanuel Macron is facing growing political divisions over Covid rules in the run-up to the spring presidential election, after his proposed vaccine pass was delayed and teachers took strike action, amid ongoing street demonstrations and a rise in violent threats against politicians.

    With an increasing mood of fatigue among French voters after two years of the pandemic and a significant mistrust of the political class, the president –– who is likely to hold off declaring his re-election bid for several weeks as the coronavirus health crisis continues –– wants to be seen as reliable but firm.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2022/jan/14/election-battle-lines-set-as-macron-pits-himself-against-frances-unvaccinated", + "creator": "Angelique Chrisafis in Paris", + "pubDate": "2022-01-14T14:38:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272312,17 +276602,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "135889998194a6203083bdd35a9153b3", + "hash": "0f4f62dc0d27221e8e7de8229b62e456", "highlights": [] }, { - "title": "On my radar: Anne-Marie Imafidon’s cultural highlights", - "description": "

    The mathematician and Countdown presenter on Caribbean comfort food, a podcast for millennials and her owl-shaped bestie

    Born and raised in east London, the mathematician Anne-Marie Imafidon MBE, 31, was announced last month as a new presenter on Countdown, covering Rachel Riley’s maternity leave. A child prodigy, Imafidon passed two GCSEs at primary school and two A-levels aged 11. She graduated from the University of Oxford with a master of mathematics and computer science degree in 2010 and in 2013 co-founded and became the CEO of Stemettes, a social enterprise encouraging young women to pursue careers in Stem (science, technology, engineering and maths). In 2020 she was named the most influential woman in tech in the UK.

    Continue reading...", - "content": "

    The mathematician and Countdown presenter on Caribbean comfort food, a podcast for millennials and her owl-shaped bestie

    Born and raised in east London, the mathematician Anne-Marie Imafidon MBE, 31, was announced last month as a new presenter on Countdown, covering Rachel Riley’s maternity leave. A child prodigy, Imafidon passed two GCSEs at primary school and two A-levels aged 11. She graduated from the University of Oxford with a master of mathematics and computer science degree in 2010 and in 2013 co-founded and became the CEO of Stemettes, a social enterprise encouraging young women to pursue careers in Stem (science, technology, engineering and maths). In 2020 she was named the most influential woman in tech in the UK.

    Continue reading...", - "category": "Culture", - "link": "https://www.theguardian.com/culture/2022/jan/08/on-my-radar-anne-marie-imafidons-cultural-highlights", - "creator": "Kathryn Bromwich", - "pubDate": "2022-01-08T15:00:00Z", + "title": "Lana Del Rey’s greatest songs – ranked!", + "description": "

    As her breakthrough album Born to Die turns 10, we pick the best of an artist whose beautiful, damned aesthetic changed the course of pop

    Apparently inspired by the suicide of a friend and remixed by Cedric Gervais into that rarest of things – a party-starting Lana Del Rey banger – Summertime Sadness was a hook-laden highlight of her second album Born to Die, later becoming a key text in the #prettywhenyoucry “sad girl” aesthetic Del Rey inadvertently spawned.

    Continue reading...", + "content": "

    As her breakthrough album Born to Die turns 10, we pick the best of an artist whose beautiful, damned aesthetic changed the course of pop

    Apparently inspired by the suicide of a friend and remixed by Cedric Gervais into that rarest of things – a party-starting Lana Del Rey banger – Summertime Sadness was a hook-laden highlight of her second album Born to Die, later becoming a key text in the #prettywhenyoucry “sad girl” aesthetic Del Rey inadvertently spawned.

    Continue reading...", + "category": "Lana Del Rey", + "link": "https://www.theguardian.com/culture/2022/jan/14/lana-del-reys-greatest-songs-ranked", + "creator": "Alexis Petridis", + "pubDate": "2022-01-14T10:00:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272334,17 +276624,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6fa711c38465deb849297171d43c1edf", + "hash": "b73180aa4714cf37d968608110531d2b", "highlights": [] }, { - "title": "Trumpist senator Ron Johnson ‘to seek re-election’ in Wisconsin", - "description": "

    Republican, described as ‘what you get when QAnon and the Tea Party have a baby’, expected to announce run as soon as next week

    The Wisconsin senator Ron Johnson, a hardline Trump supporter once described as “what you get when QAnon and the Tea Party have a baby”, has reportedly decided to seek a third term, a step he once promised not to take.

    Two Republicans confirmed Johnson’s plan to the Associated Press and said he could announce as soon as early next week. Johnson did not comment.

    Continue reading...", - "content": "

    Republican, described as ‘what you get when QAnon and the Tea Party have a baby’, expected to announce run as soon as next week

    The Wisconsin senator Ron Johnson, a hardline Trump supporter once described as “what you get when QAnon and the Tea Party have a baby”, has reportedly decided to seek a third term, a step he once promised not to take.

    Two Republicans confirmed Johnson’s plan to the Associated Press and said he could announce as soon as early next week. Johnson did not comment.

    Continue reading...", - "category": "Republicans", - "link": "https://www.theguardian.com/us-news/2022/jan/08/senator-ron-johnson-to-seek-re-election-wisconsin-republican", - "creator": "Martin Pengelly and agencies", - "pubDate": "2022-01-08T18:15:49Z", + "title": "The ultimate sex tape scandal: how Pam and Tommy’s stolen video shook the world", + "description": "

    She was a cartoon beach beauty. He was a tattooed drummer. As the story of Pamela Anderson and Tommy Lee’s stolen sex tape is turned into tense TV, we remember the events that changed celebrity culture for ever

    By Christmas 1995, it was moderately common knowledge that a “sex tape” existed of Pamela Anderson and Tommy Lee, privately filmed on their honeymoon that year, after a whirlwind 96-hour romance. As the star of Baywatch, Anderson was so globally famous that other, also famous TV shows had storylines about her. Lee, the Mötley Crüe drummer, was also extremely well known, mainly as a sex, drugs and rock’n’roll poster boy, partly for mooning whenever he went on stage.

    Their union, and its impact, was a molecular chemistry kind of affair; like oxygen and hydrogen, each, alone, was a powerful element, but combined they were altogether more culturally powerful – her eroticism slightly neutralised by marriage, his trouble-seeking rendered a bit safer beside her all-American (actually Canadian) smile.

    Continue reading...", + "content": "

    She was a cartoon beach beauty. He was a tattooed drummer. As the story of Pamela Anderson and Tommy Lee’s stolen sex tape is turned into tense TV, we remember the events that changed celebrity culture for ever

    By Christmas 1995, it was moderately common knowledge that a “sex tape” existed of Pamela Anderson and Tommy Lee, privately filmed on their honeymoon that year, after a whirlwind 96-hour romance. As the star of Baywatch, Anderson was so globally famous that other, also famous TV shows had storylines about her. Lee, the Mötley Crüe drummer, was also extremely well known, mainly as a sex, drugs and rock’n’roll poster boy, partly for mooning whenever he went on stage.

    Their union, and its impact, was a molecular chemistry kind of affair; like oxygen and hydrogen, each, alone, was a powerful element, but combined they were altogether more culturally powerful – her eroticism slightly neutralised by marriage, his trouble-seeking rendered a bit safer beside her all-American (actually Canadian) smile.

    Continue reading...", + "category": "Television", + "link": "https://www.theguardian.com/tv-and-radio/2022/jan/14/the-ultimate-sex-tape-scandal-how-pam-and-tommys-stolen-video-shook-the-world", + "creator": "Zoe Williams", + "pubDate": "2022-01-14T13:00:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272356,17 +276646,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e3cf47b891cdeee7567d18c2e03b2c2", + "hash": "d20b08eb0105844e400e964f03742225", "highlights": [] }, { - "title": "Gemma Chan on the truth about her father’s life at sea: ‘He knew what it was like to have nothing’", - "description": "

    The actor knew her father had served in the merchant navy, but it wasn’t until she read about Britain’s mistreatment of Chinese seamen in the 40s that she understood just how much his experiences had shaped her family

    “Take the rest of the noodles and the pak choi and you can have it for your lunch tomorrow.” My dad pushed the takeaway containers and their remaining contents across the table towards me.

    “I’ve got loads of food at mine, why don’t you and Mum keep it?” I protested. I knew he’d insist I take the leftovers with me. This routine would always play out at the end of family dinners once I’d left home and, this time around, it felt both familiar and oddly comforting – because it had been a while since our last dinner.

    Continue reading...", - "content": "

    The actor knew her father had served in the merchant navy, but it wasn’t until she read about Britain’s mistreatment of Chinese seamen in the 40s that she understood just how much his experiences had shaped her family

    “Take the rest of the noodles and the pak choi and you can have it for your lunch tomorrow.” My dad pushed the takeaway containers and their remaining contents across the table towards me.

    “I’ve got loads of food at mine, why don’t you and Mum keep it?” I protested. I knew he’d insist I take the leftovers with me. This routine would always play out at the end of family dinners once I’d left home and, this time around, it felt both familiar and oddly comforting – because it had been a while since our last dinner.

    Continue reading...", - "category": "Family", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/08/gemma-chan-on-the-truth-about-her-fathers-life-at-sea", - "creator": "Gemma Chan", - "pubDate": "2022-01-08T07:00:46Z", + "title": "‘It’s shortsighted’: farmers lament veto of Jeremy Clarkson restaurant", + "description": "

    Cotswolds food producers argue case illustrates disconnect between planners and farmers’ need to make living

    He left the meeting in a right old huff, chuntering that it was a bad day for farming and dismissing one of the planning officials as a comedian, after his scheme to build a hilltop restaurant on his Oxfordshire farm was flatly turned down.

    But Jeremy Clarkson, petrolhead turned farming reality TV show star, may be heartened by the concern and interest in his case that rippled through the Cotswolds this week.

    Continue reading...", + "content": "

    Cotswolds food producers argue case illustrates disconnect between planners and farmers’ need to make living

    He left the meeting in a right old huff, chuntering that it was a bad day for farming and dismissing one of the planning officials as a comedian, after his scheme to build a hilltop restaurant on his Oxfordshire farm was flatly turned down.

    But Jeremy Clarkson, petrolhead turned farming reality TV show star, may be heartened by the concern and interest in his case that rippled through the Cotswolds this week.

    Continue reading...", + "category": "Jeremy Clarkson", + "link": "https://www.theguardian.com/media/2022/jan/14/its-shortsighted-farmers-lament-veto-of-jeremy-clarkson-restaurant", + "creator": "Steven Morris", + "pubDate": "2022-01-14T13:00:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272378,17 +276668,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ab0ecee965f53bf1d0bb4f20a2d4473", + "hash": "9b4c4505be30f4c892c2421072f111d9", "highlights": [] }, { - "title": "Australia records more than 100,000 cases nationally – as it happened", - "description": "

    Country records over 116,000 cases as Victoria surpasses NSW with 51,356 cases including rapid test results; Nick Kyrgios says Djokovic treatment ‘not really humane’; Queensland grapples with flood emergency. This blog is now closed

    Labor MP Andrew Giles has announced he has tested positive for Covid-19.

    We have collected stories from readers on what it is like trying to get tested this week.

    Continue reading...", - "content": "

    Country records over 116,000 cases as Victoria surpasses NSW with 51,356 cases including rapid test results; Nick Kyrgios says Djokovic treatment ‘not really humane’; Queensland grapples with flood emergency. This blog is now closed

    Labor MP Andrew Giles has announced he has tested positive for Covid-19.

    We have collected stories from readers on what it is like trying to get tested this week.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2022/jan/08/australia-news-live-update-tennis-australia-denies-misleading-players-on-vaccination-rules-nsw-covid-restrictions-take-effect-novak-djokovic-craig-tiley-scott-morrison-vaccine-booster-nsw-victoria-coronavirus-case-numbers", - "creator": "Christopher Knaus and Josh Taylor (earlier)", - "pubDate": "2022-01-08T06:06:48Z", + "title": "US ‘concerned’ Russia preparing for an invasion in Ukraine – live", + "description": "

    The White House press secretary, Jen Psaki, is now holding her daily briefing with reporters, and she opened her remarks with an important announcement about Joe Biden’s schedule.

    The president will hold a formal press conference next Wednesday at 4pm, as he marks one year in office.

    Continue reading...", + "content": "

    The White House press secretary, Jen Psaki, is now holding her daily briefing with reporters, and she opened her remarks with an important announcement about Joe Biden’s schedule.

    The president will hold a formal press conference next Wednesday at 4pm, as he marks one year in office.

    Continue reading...", + "category": "US politics", + "link": "https://www.theguardian.com/us-news/live/2022/jan/14/biden-infrastructure-law-voting-rights-defeat-us-politics-latest", + "creator": "Joan E Greve", + "pubDate": "2022-01-14T18:43:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272400,17 +276690,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "28d386add6c2ebbd1487b167f36e4eb1", + "hash": "4d723dc1e2c87be018bdbdac541ceccb", "highlights": [] }, { - "title": "Requiring PCR tests for isolation funds may fail legal test, UK officials told", - "description": "

    Legal advice says any challenge under equalities law would have reasonable chance of success

    Government lawyers have said any legal challenge against making low-paid people take confirmatory PCR tests to get financial support during isolation would stand a high chance of success, the Guardian has learned.

    Legal advice circulated within the UK Health and Security Agency (UKHSA) is understood to warn that there is a risk of a challenge under equalities law.

    Continue reading...", - "content": "

    Legal advice says any challenge under equalities law would have reasonable chance of success

    Government lawyers have said any legal challenge against making low-paid people take confirmatory PCR tests to get financial support during isolation would stand a high chance of success, the Guardian has learned.

    Legal advice circulated within the UK Health and Security Agency (UKHSA) is understood to warn that there is a risk of a challenge under equalities law.

    Continue reading...", - "category": "Health policy", - "link": "https://www.theguardian.com/politics/2022/jan/08/pcr-tests-isolation-funds-legal-challenge", - "creator": "Rowena Mason and Josh Halliday", - "pubDate": "2022-01-08T07:00:46Z", + "title": "‘Another hellish day’: South America sizzles in record summer temperatures", + "description": "

    Argentina, Uruguay, Brazil and Paraguay are reeling from a historic heatwave with temperatures as high as 113F

    Cities and towns across southern South America have been setting record high temperatures as the region swelters during a historic heatwave.

    “Practically all of Argentina and also neighboring countries such as Uruguay, southern Brazil and Paraguay are experiencing the hottest days in history,” said Cindy Fernández, meteorologist at the official National Meteorological Service.

    Continue reading...", + "content": "

    Argentina, Uruguay, Brazil and Paraguay are reeling from a historic heatwave with temperatures as high as 113F

    Cities and towns across southern South America have been setting record high temperatures as the region swelters during a historic heatwave.

    “Practically all of Argentina and also neighboring countries such as Uruguay, southern Brazil and Paraguay are experiencing the hottest days in history,” said Cindy Fernández, meteorologist at the official National Meteorological Service.

    Continue reading...", + "category": "Climate crisis", + "link": "https://www.theguardian.com/environment/2022/jan/14/south-america-heat-wave-record-summer-temperatures", + "creator": "Reuters in Buenos Aires", + "pubDate": "2022-01-14T20:42:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272422,17 +276712,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "99073329f6550d7ea8f1c81ca4485ec5", + "hash": "7777b141692e225726adf56d94994130", "highlights": [] }, { - "title": "Joe Manchin appears to have withdrawn offer to back $1.8bn bill on Biden agenda", - "description": "

    Conservative Democratic senator has signalled privately he is not interested in supporting any Build Back Better package

    A $1.8tn spending offer proposed to the White House in late 2021 by Senator Joe Manchin appears to be off the table, following another breakdown in talks between the moderate Democrat from West Virginia and the Biden White House, the Washington Post reported on Saturday.

    Manchin told reporters this week he is no longer involved in discussions with the White House and has signaled privately that he is not interested in approving any legislation like Joe Biden’s Build Back Better Package, the newspaper said, citing three people with knowledge of the matter.

    Continue reading...", - "content": "

    Conservative Democratic senator has signalled privately he is not interested in supporting any Build Back Better package

    A $1.8tn spending offer proposed to the White House in late 2021 by Senator Joe Manchin appears to be off the table, following another breakdown in talks between the moderate Democrat from West Virginia and the Biden White House, the Washington Post reported on Saturday.

    Manchin told reporters this week he is no longer involved in discussions with the White House and has signaled privately that he is not interested in approving any legislation like Joe Biden’s Build Back Better Package, the newspaper said, citing three people with knowledge of the matter.

    Continue reading...", - "category": "Joe Manchin", - "link": "https://www.theguardian.com/us-news/2022/jan/08/joe-manchin-build-back-better-biden", - "creator": "Reuters in Washington", - "pubDate": "2022-01-08T17:28:22Z", + "title": "Australia live news updates: Novak Djokovic meets immigration officials in Melbourne amid legal battle; NSW reports 20 Covid deaths", + "description": "

    Serbian tennis star to be interviewed by immigration officials, with federal court hearing expected this morning. Meanwhile, Australia expects another day of huge Covid case numbers

    Hillsong church says the singing and dancing at their youth summer camp bears no resemblance to a music festival. This is Sian Cain’s piece from yesterday – somehow I’d missed seeing the video footage.

    Oh yeah, totally doesn’t look anything like a music festival:

    Continue reading...", + "content": "

    Serbian tennis star to be interviewed by immigration officials, with federal court hearing expected this morning. Meanwhile, Australia expects another day of huge Covid case numbers

    Hillsong church says the singing and dancing at their youth summer camp bears no resemblance to a music festival. This is Sian Cain’s piece from yesterday – somehow I’d missed seeing the video footage.

    Oh yeah, totally doesn’t look anything like a music festival:

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/15/australia-news-live-updates-novak-djokovic-to-be-detained-amid-legal-battle", + "creator": "Tory Shepherd", + "pubDate": "2022-01-14T22:10:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272444,17 +276734,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe72f11fa03260ad98a072594c2e15c8", + "hash": "8cc6b3ced06ec0ac37b6b365fe31f34d", "highlights": [] }, { - "title": "Dozens of Hong Kong officials in Covid quarantine after birthday party", - "description": "

    Chief executive expresses ‘deep disappointment’ that bureaucrats ignored government advice

    Dozens of senior officials and legislators in Hong Kong have been sent into a 21-day quarantine after they attended a birthday party despite the government’s own pandemic warning.

    The embarrassing incident came as the city’s new “patriots only” legislature is scheduled to hold its first meeting next week. Concerns had been raised in recent weeks after a number of Omicron cases were identified in Hong Kong. Health officials say they cannot rule out hidden clusters in the community.

    Continue reading...", - "content": "

    Chief executive expresses ‘deep disappointment’ that bureaucrats ignored government advice

    Dozens of senior officials and legislators in Hong Kong have been sent into a 21-day quarantine after they attended a birthday party despite the government’s own pandemic warning.

    The embarrassing incident came as the city’s new “patriots only” legislature is scheduled to hold its first meeting next week. Concerns had been raised in recent weeks after a number of Omicron cases were identified in Hong Kong. Health officials say they cannot rule out hidden clusters in the community.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/07/dozens-of-hong-kong-officials-in-covid-quarantine-after-birthday-party", - "creator": "Vincent Ni", - "pubDate": "2022-01-07T16:21:10Z", + "title": "Jailing of Syrian intelligence officer ‘step towards justice’, say former detainees", + "description": "

    Anwar Raslan’s conviction in Germany sends signal that Assad regime systematically uses torture, say detention system survivors

    For survivors of Syria’s brutal detention system, the landmark conviction of a former Syrian intelligence official for crimes against humanity represents a vital step towards justice.

    “We initially hoped for a trial at the international criminal court, but nevertheless this is an important step,” said Hussein Ghrer, one of 24 former detainees of Branch 251, a military intelligence unit with its own prison in Damascus, who testified against Anwar Raslan.

    Continue reading...", + "content": "

    Anwar Raslan’s conviction in Germany sends signal that Assad regime systematically uses torture, say detention system survivors

    For survivors of Syria’s brutal detention system, the landmark conviction of a former Syrian intelligence official for crimes against humanity represents a vital step towards justice.

    “We initially hoped for a trial at the international criminal court, but nevertheless this is an important step,” said Hussein Ghrer, one of 24 former detainees of Branch 251, a military intelligence unit with its own prison in Damascus, who testified against Anwar Raslan.

    Continue reading...", + "category": "Syria", + "link": "https://www.theguardian.com/global-development/2022/jan/13/jailing-former-syrian-secret-police-officer-anwar-raslan-germany-first-step-justice", + "creator": "Ruth Michaelson", + "pubDate": "2022-01-13T15:25:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272466,17 +276756,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "60a5a289fb654d47c02d6bc387c26959", + "hash": "6e3011aead65243e0c2fb4b74fbc2e32", "highlights": [] }, { - "title": "Snow leopard at Illinois zoo dies after contracting Covid-19", - "description": "

    Rilu, 11, began showing symptoms in November and the CDC says most animal Covid infections come from contact with humans

    A snow leopard at a zoo in Bloomington, Illinois, has died after contracting Covid-19.

    Miller Park Zoo announced the death of Rilu, 11, which the zoo previously said “began coughing and had a raspy respiration beginning on 20 November”, in an Instagram post on Thursday.

    Continue reading...", - "content": "

    Rilu, 11, began showing symptoms in November and the CDC says most animal Covid infections come from contact with humans

    A snow leopard at a zoo in Bloomington, Illinois, has died after contracting Covid-19.

    Miller Park Zoo announced the death of Rilu, 11, which the zoo previously said “began coughing and had a raspy respiration beginning on 20 November”, in an Instagram post on Thursday.

    Continue reading...", - "category": "Illinois", - "link": "https://www.theguardian.com/us-news/2022/jan/08/snow-leopard-dies-covid-19-illinois-zoo", - "creator": "Edward Helmore", - "pubDate": "2022-01-08T16:16:09Z", + "title": "'This is an evolving crisis': New York mayor Eric Adams revises Bronx fire death toll to 17 – video", + "description": "

    The mayor of New York City, Eric Adams, on Monday revised the death toll from a high-rise fire in the Bronx on Sunday, saying 17 people were killed, two fewer than originally thought.

    Adams said nine adults and eight children had died. He did not immediately provide a reason for the lower count

    Continue reading...", + "content": "

    The mayor of New York City, Eric Adams, on Monday revised the death toll from a high-rise fire in the Bronx on Sunday, saying 17 people were killed, two fewer than originally thought.

    Adams said nine adults and eight children had died. He did not immediately provide a reason for the lower count

    Continue reading...", + "category": "New York", + "link": "https://www.theguardian.com/us-news/video/2022/jan/10/this-is-an-evolving-crisis-new-york-mayor-eric-adams-revises-bronx-fire-death-toll-to-17-video", + "creator": "", + "pubDate": "2022-01-10T21:16:22Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272488,17 +276778,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6a2218231a914dee017b82505e1efc1d", + "hash": "39421e684c0d2c2e0254bd214149b00c", "highlights": [] }, { - "title": "Two drivers arrested after man dies in motorway collision in London", - "description": "

    A man in his 20s died after a car crashed into barriers on the M11 near Redbridge in east London

    Two motorists have been arrested on suspicion of causing death by dangerous driving after a motorway collision.

    A man in his 20s was pronounced dead at the scene on Saturday morning after a crash involving a silver Vauxhall Vectra and a grey BMW 1 Series.

    Continue reading...", - "content": "

    A man in his 20s died after a car crashed into barriers on the M11 near Redbridge in east London

    Two motorists have been arrested on suspicion of causing death by dangerous driving after a motorway collision.

    A man in his 20s was pronounced dead at the scene on Saturday morning after a crash involving a silver Vauxhall Vectra and a grey BMW 1 Series.

    Continue reading...", - "category": "London", - "link": "https://www.theguardian.com/uk-news/2022/jan/08/two-drivers-arrested-after-man-dies-in-motorway-collision-in-london", - "creator": "PA Media", - "pubDate": "2022-01-08T16:50:26Z", + "title": "Ashling Murphy: vigils to be held across Ireland for teacher killed going for run", + "description": "

    Killing of 23-year-old in County Offaly has provoked outpouring of grief and anger in Ireland and beyond

    Vigils are to be held in Ireland after the “senseless” killing of a 23-year-old teacher, with echoes of the national reckoning that was sparked in the UK last year by the murder of Sarah Everard.

    Ashling Murphy was killed on Wednesday afternoon while going for a run along the banks of the Grand Canal in Tullamore in County Offaly.

    Continue reading...", + "content": "

    Killing of 23-year-old in County Offaly has provoked outpouring of grief and anger in Ireland and beyond

    Vigils are to be held in Ireland after the “senseless” killing of a 23-year-old teacher, with echoes of the national reckoning that was sparked in the UK last year by the murder of Sarah Everard.

    Ashling Murphy was killed on Wednesday afternoon while going for a run along the banks of the Grand Canal in Tullamore in County Offaly.

    Continue reading...", + "category": "Ireland", + "link": "https://www.theguardian.com/world/2022/jan/14/ashling-murphy-vigils-across-ireland-teacher-killed-going-for-run", + "creator": "Jem Bartholomew", + "pubDate": "2022-01-14T14:46:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272506,21 +276796,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "0c3d0568078cf8de20574285823ee7be", + "hash": "5c3b4790ffe9b51facc71bc2994f4a74", "highlights": [] }, { - "title": "Usman Khawaja’s second century leaves England needing a miracle on final day", - "description": "

    England will need to bat for the entirety of the final day to kill Australia’s pursuit of an Ashes whitewash in Sydney, after Usman Khawaja’s second century of the match set up the hosts for victory on day five in Sydney. Haseeb Hameed and Zak Crawley did play out the final 11 overs to reach 30 without loss but England need another 258 runs to secure an unlikely win.

    Having marked his first appearance in two-and-a-half years with an elegant 137 in the first innings, Khawaja repeated the feat with a dashing 101 not out at his old home ground and gave his side every chance of going 4-0 up in the series.

    Continue reading...", - "content": "

    England will need to bat for the entirety of the final day to kill Australia’s pursuit of an Ashes whitewash in Sydney, after Usman Khawaja’s second century of the match set up the hosts for victory on day five in Sydney. Haseeb Hameed and Zak Crawley did play out the final 11 overs to reach 30 without loss but England need another 258 runs to secure an unlikely win.

    Having marked his first appearance in two-and-a-half years with an elegant 137 in the first innings, Khawaja repeated the feat with a dashing 101 not out at his old home ground and gave his side every chance of going 4-0 up in the series.

    Continue reading...", - "category": "Ashes 2021-22", - "link": "https://www.theguardian.com/sport/2022/jan/08/usman-khawajas-second-century-leaves-england-needing-a-miracle-on-final-day", - "creator": "PA Media", - "pubDate": "2022-01-08T07:49:23Z", + "title": "Covid live: Poland advisers quit over concerns government not following science; UK registers 99,652 new cases", + "description": "

    More than two thirds of Poland’s Covid-19 medical advisory body resigns; UK’s daily caseload falls back below 100,000

    South Korea will extend tougher social distancing rules for three more weeks amid concerns over a looming Omicron wave ahead of the Lunar New Year holidays, officials said on Friday.

    The curbs were restored a month ago just six weeks after being eased under a “living with Covid-19” scheme, as record-breaking numbers of new cases and critically ill patients threatened to saturate the country’s medical system.

    Continue reading...", + "content": "

    More than two thirds of Poland’s Covid-19 medical advisory body resigns; UK’s daily caseload falls back below 100,000

    South Korea will extend tougher social distancing rules for three more weeks amid concerns over a looming Omicron wave ahead of the Lunar New Year holidays, officials said on Friday.

    The curbs were restored a month ago just six weeks after being eased under a “living with Covid-19” scheme, as record-breaking numbers of new cases and critically ill patients threatened to saturate the country’s medical system.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/14/covid-live-news-poorer-nations-forced-to-reject-100m-near-expired-coronavirus-vaccines-spain-to-offer-fourth-dose-to-vulnerable", + "creator": "Georgina Quach (now); Martin Belam and Samantha Lock (earlier)", + "pubDate": "2022-01-14T18:24:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272532,17 +276822,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "16dfe9a67b17ebdbb85baa69ec2338b0", + "hash": "f7b88bbd5a4050b69c89221e605d72f4", "highlights": [] }, { - "title": "‘Funds for favours’: Geidt pressed to reopen investigation into PM’s flat", - "description": "

    Emergence of ‘great exhibition’ messages seems to undermine ethics adviser’s finding, says Labour

    Boris Johnson’s ethics adviser has been accused of failing to investigate a potential “funds for favours” scandal after the prime minister was cleared of rule-breaking over his Downing Street flat refurbishment.

    Christopher Geidt shut his investigation without commenting on Johnson seeking funds for the works from a Conservative donor while promising to consider plans for a “great exhibition”. Expectations also faded that another inquiry, led by parliament’s standards commissioner Kathryn Stone, would go ahead.

    Continue reading...", - "content": "

    Emergence of ‘great exhibition’ messages seems to undermine ethics adviser’s finding, says Labour

    Boris Johnson’s ethics adviser has been accused of failing to investigate a potential “funds for favours” scandal after the prime minister was cleared of rule-breaking over his Downing Street flat refurbishment.

    Christopher Geidt shut his investigation without commenting on Johnson seeking funds for the works from a Conservative donor while promising to consider plans for a “great exhibition”. Expectations also faded that another inquiry, led by parliament’s standards commissioner Kathryn Stone, would go ahead.

    Continue reading...", - "category": "Boris Johnson", - "link": "https://www.theguardian.com/politics/2022/jan/08/alexander-geidt-investigation-boris-johnson-flat", - "creator": "Aubrey Allegretti Political correspondent", - "pubDate": "2022-01-08T06:00:44Z", + "title": "Feed supplier to UK farm animals still linked to Amazon deforestation", + "description": "

    Cargill, which had pledged to clean up its supply chain, sells feed for many of the billion chickens killed annually in UK

    A major supplier of animal feed is still buying soya and corn from a farm linked to deforestation in the Amazon, despite having pledged to clean up its global supply chains.

    Cargill, a giant agricultural multinational that sells feed to British chicken farms, buys crops from a farm growing soybeans on deforested land in the Brazilian Amazon.

    Continue reading...", + "content": "

    Cargill, which had pledged to clean up its supply chain, sells feed for many of the billion chickens killed annually in UK

    A major supplier of animal feed is still buying soya and corn from a farm linked to deforestation in the Amazon, despite having pledged to clean up its global supply chains.

    Cargill, a giant agricultural multinational that sells feed to British chicken farms, buys crops from a farm growing soybeans on deforested land in the Brazilian Amazon.

    Continue reading...", + "category": "Deforestation", + "link": "https://www.theguardian.com/environment/2022/jan/14/feed-supplier-to-uk-farm-animals-still-linked-to-amazon-deforestation", + "creator": "Andrew Wasley, Lucy Jordan and Elisângela Mendonça", + "pubDate": "2022-01-14T08:00:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272554,17 +276844,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "661d230204ce743e9914dd0f4bdac028", + "hash": "f49f6b0bf8c1d36efd75683aabcd2d0b", "highlights": [] }, { - "title": "Covid live: ‘concerning’ rates of Omicron in northern England; Sweden’s crown princess tests positive", - "description": "

    Latest developments as Philippines reports record 26,458 cases and scientist says Omicron variant could become endemic in UK

    The north-east and north-west of England are seeing “concerning” rates of the Omicron variant, an expert has said.

    Figures showed that three of the five UK areas with the biggest week-on-week rises in Covid case rates are Middlesbrough (748.8 to 2,651.4), Copeland (1,731.3 to 3,525.8) and Redcar & Cleveland (846.8 to 2,564.3).

    Continue reading...", - "content": "

    Latest developments as Philippines reports record 26,458 cases and scientist says Omicron variant could become endemic in UK

    The north-east and north-west of England are seeing “concerning” rates of the Omicron variant, an expert has said.

    Figures showed that three of the five UK areas with the biggest week-on-week rises in Covid case rates are Middlesbrough (748.8 to 2,651.4), Copeland (1,731.3 to 3,525.8) and Redcar & Cleveland (846.8 to 2,564.3).

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/08/covid-live-government-in-uk-plans-for-one-in-four-teachers-to-be-off-record-26458-cases-in-philippines", - "creator": "Damien Gayle", - "pubDate": "2022-01-08T15:18:58Z", + "title": "‘I’m not scared of death’: inside Taiwan’s brutal navy frogman bootcamp – in pictures", + "description": "

    A group of 31 men started a 10-week intensive training program to become members of the Taiwan navy’s elite amphibious reconnaissance and patrol unit. It involved sleep deprivation and intense physical training, all while soaking wet. Only 15 finished

    Continue reading...", + "content": "

    A group of 31 men started a 10-week intensive training program to become members of the Taiwan navy’s elite amphibious reconnaissance and patrol unit. It involved sleep deprivation and intense physical training, all while soaking wet. Only 15 finished

    Continue reading...", + "category": "Photography", + "link": "https://www.theguardian.com/artanddesign/gallery/2022/jan/15/im-not-scared-of-death-inside-taiwans-brutal-navy-frogman-bootcamp-in-pictures", + "creator": "Ann Wang/Reuters", + "pubDate": "2022-01-14T15:00:56Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272576,17 +276866,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "678797d8958754fa378b792e3b2bb726", + "hash": "2bf92bb746c1ca995d6c931bf3b1c9b9", "highlights": [] }, { - "title": "Two teenagers charged over death of woman, 88, in east London fire", - "description": "

    Eighteen-year-old and 15-year-old to appear at Thames magistrates court after incident in October

    Two teenagers have been charged with manslaughter and arson after an 88-year-old woman was killed in a fire in east London.

    Metropolitan police officers were called to reports of a fire at a residential address in Queens Park Road, Romford, in October where Josephine Smith was pronounced dead at the scene.

    Continue reading...", - "content": "

    Eighteen-year-old and 15-year-old to appear at Thames magistrates court after incident in October

    Two teenagers have been charged with manslaughter and arson after an 88-year-old woman was killed in a fire in east London.

    Metropolitan police officers were called to reports of a fire at a residential address in Queens Park Road, Romford, in October where Josephine Smith was pronounced dead at the scene.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2022/jan/08/two-teenagers-charged-over-death-of-woman-88-in-east-london-fire", - "creator": "PA Media", - "pubDate": "2022-01-08T14:30:07Z", + "title": "NSW and Victoria urged to better help diverse communities understand Covid rapid test rules", + "description": "

    A lack of effort in spreading messages about rapid antigen tests to diverse communities may lead to underreporting of Covid cases, advocates say

    Community organisations in NSW and Victoria are calling on their state governments to expand outreach to culturally and linguistically diverse communities, amid concerns of underreporting of rapid antigen tests results.

    Service NSW, which launched its online system to register positive rapid antigen tests on Wednesday, offers translation options, while the Victorian portal tells users to call the Covid hotline for a translator.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "content": "

    A lack of effort in spreading messages about rapid antigen tests to diverse communities may lead to underreporting of Covid cases, advocates say

    Community organisations in NSW and Victoria are calling on their state governments to expand outreach to culturally and linguistically diverse communities, amid concerns of underreporting of rapid antigen tests results.

    Service NSW, which launched its online system to register positive rapid antigen tests on Wednesday, offers translation options, while the Victorian portal tells users to call the Covid hotline for a translator.

    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/2022/jan/14/nsw-and-victoria-urged-to-better-help-diverse-communities-understand-rat-rules", + "creator": "Mostafa Rachwani", + "pubDate": "2022-01-14T12:16:27Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272598,17 +276888,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9168728c8dbc7ab6ea8c8b023f81e01", + "hash": "592ce80c89c30050e95ad5a5bd747546", "highlights": [] }, { - "title": "Novak Djokovic relied on December Covid infection for Australian vaccine exemption, court documents reveal", - "description": "

    Tennis star accuses Australian government officials of unfairly pressuring him to accept visa cancellation, documents show

    Novak Djokovic relied on a weeks-old Covid infection to justify his vaccine-free travel to Australia and was given a green light by the federal government just days before arriving in the country, court documents reveal.

    Court documents associated with Djokovic’s challenge to his visa cancellation were published by the federal circuit court late Saturday, ahead of an urgent hearing on Monday.

    Continue reading...", - "content": "

    Tennis star accuses Australian government officials of unfairly pressuring him to accept visa cancellation, documents show

    Novak Djokovic relied on a weeks-old Covid infection to justify his vaccine-free travel to Australia and was given a green light by the federal government just days before arriving in the country, court documents reveal.

    Court documents associated with Djokovic’s challenge to his visa cancellation were published by the federal circuit court late Saturday, ahead of an urgent hearing on Monday.

    Continue reading...", - "category": "Novak Djokovic", - "link": "https://www.theguardian.com/sport/2022/jan/08/novak-djokovic-relied-on-december-covid-infection-for-vaccine-exemption-court-documents-reveal", - "creator": "Christopher Knaus", - "pubDate": "2022-01-08T08:29:31Z", + "title": "Downing Street apologises to the Queen for parties on eve of Prince Philip’s funeral – live", + "description": "

    Latest updates: It’s deeply regrettable that this took place at a national mourning, PM’s spokesman says

    The shadow attorney general, Emily Thornberry, accused Boris Johnson of overseeing a “culture” that enabled boozy parties to be held at No 10 while the country was in lockdown and called on him to resign and apologise to the Queen.

    Speaking to Sky News, she said:

    We are waiting for the prime minister to look into his heart and soul and decide whether or not he has a scrap of human decency in him.

    Because if he does he will resign. How the hell can he possibly expect to go before Her Majesty again at a weekly audience and be able to look her in the eye and pretend everything is alright?

    What I would say is that it will be charitable to say that partygate, if you like, is due to acts of extreme stupidity on behalf of those at No 10.

    I think everyone would think that, wouldn’t they?

    I’ve had many people who aren’t normal correspondents, so they aren’t people who regularly write to me in order to say the government is terrible, Boris is this whatever, you know, we do get quite a few correspondents of that nature.

    These are, I’d say about half of those - because I do monitor it very closely - are new correspondents and that is always a red sign on the dashboard.

    Continue reading...", + "content": "

    Latest updates: It’s deeply regrettable that this took place at a national mourning, PM’s spokesman says

    The shadow attorney general, Emily Thornberry, accused Boris Johnson of overseeing a “culture” that enabled boozy parties to be held at No 10 while the country was in lockdown and called on him to resign and apologise to the Queen.

    Speaking to Sky News, she said:

    We are waiting for the prime minister to look into his heart and soul and decide whether or not he has a scrap of human decency in him.

    Because if he does he will resign. How the hell can he possibly expect to go before Her Majesty again at a weekly audience and be able to look her in the eye and pretend everything is alright?

    What I would say is that it will be charitable to say that partygate, if you like, is due to acts of extreme stupidity on behalf of those at No 10.

    I think everyone would think that, wouldn’t they?

    I’ve had many people who aren’t normal correspondents, so they aren’t people who regularly write to me in order to say the government is terrible, Boris is this whatever, you know, we do get quite a few correspondents of that nature.

    These are, I’d say about half of those - because I do monitor it very closely - are new correspondents and that is always a red sign on the dashboard.

    Continue reading...", + "category": "Politics", + "link": "https://www.theguardian.com/politics/live/2022/jan/14/boris-johnsons-former-aide-james-slack-apologises-downing-street-party-covid-omicron", + "creator": "Matthew Weaver (now); Lucy Campbell (earlier)", + "pubDate": "2022-01-14T15:38:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272620,17 +276910,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "89ee987db44329690113dbabebd75510", + "hash": "e384d76f27d2d5301a39fa5485745c5a", "highlights": [] }, { - "title": "At least 16 killed after office canteen explosion in China", - "description": "

    Rescue workers in Chongqing searched the debris into the night after Friday’s blast with one survivor in a critical condition

    A lunchtime explosion at an office canteen killed 16 people in southwest China and injured 10 others, authorities said.

    A gas leak is the suspected cause of the blast on Friday, the Chongqing city government said in an online statement.

    Continue reading...", - "content": "

    Rescue workers in Chongqing searched the debris into the night after Friday’s blast with one survivor in a critical condition

    A lunchtime explosion at an office canteen killed 16 people in southwest China and injured 10 others, authorities said.

    A gas leak is the suspected cause of the blast on Friday, the Chongqing city government said in an online statement.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2022/jan/08/at-least-16-killed-after-office-canteen-explosion-in-china", - "creator": "Associated Press", - "pubDate": "2022-01-08T05:20:38Z", + "title": "Ukraine hit by ‘massive’ cyber-attack on government websites", + "description": "

    Suspected Russian hackers leave message warning: ‘Ukrainians … be afraid and expect worse’

    Ukraine has been hit by a “massive” cyber-attack, with the websites of several government departments including the ministry of foreign affairs and the education ministry knocked out.

    Officials said it was too early to draw any conclusions but they pointed to a “long record” of Russian cyber assaults against Ukraine, with the attack coming after security talks between Moscow and the US and its allies this week ended in stalemate.

    Continue reading...", + "content": "

    Suspected Russian hackers leave message warning: ‘Ukrainians … be afraid and expect worse’

    Ukraine has been hit by a “massive” cyber-attack, with the websites of several government departments including the ministry of foreign affairs and the education ministry knocked out.

    Officials said it was too early to draw any conclusions but they pointed to a “long record” of Russian cyber assaults against Ukraine, with the attack coming after security talks between Moscow and the US and its allies this week ended in stalemate.

    Continue reading...", + "category": "Ukraine", + "link": "https://www.theguardian.com/world/2022/jan/14/ukraine-massive-cyber-attack-government-websites-suspected-russian-hackers", + "creator": "Luke Harding", + "pubDate": "2022-01-14T08:45:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272642,17 +276932,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f608d19c488ae60fb4eef4c6219625b1", + "hash": "4169c8b5f43a5551d0c21978823ecd39", "highlights": [] }, { - "title": "Blind date: ‘Describe Tom in three words? Not Jack Grealish’", - "description": "

    Ellie, 27, charity worker, meets Tom, 27, auditor

    Ellie on Tom

    What were you hoping for?
    Flowing conversation, free food and to meet my future husband.

    Continue reading...", - "content": "

    Ellie, 27, charity worker, meets Tom, 27, auditor

    Ellie on Tom

    What were you hoping for?
    Flowing conversation, free food and to meet my future husband.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/08/blind-date-ellie-tom", - "creator": "", - "pubDate": "2022-01-08T06:00:44Z", + "title": "Calls to strip Prince Andrew of Duke of York title", + "description": "

    Local MP describes association with city as ‘untenable’ in light of US sexual assault allegations

    Calls have been made in York for Prince Andrew to relinquish his title of Duke of York with the city’s Labour MP calling it “untenable”.

    The demand by Rachael Maskell, the MP for York Central, echoed sentiments expressed by a senior councillor, Darryl Smalley, who said the association was tarnishing the city’s reputation.

    Continue reading...", + "content": "

    Local MP describes association with city as ‘untenable’ in light of US sexual assault allegations

    Calls have been made in York for Prince Andrew to relinquish his title of Duke of York with the city’s Labour MP calling it “untenable”.

    The demand by Rachael Maskell, the MP for York Central, echoed sentiments expressed by a senior councillor, Darryl Smalley, who said the association was tarnishing the city’s reputation.

    Continue reading...", + "category": "Prince Andrew", + "link": "https://www.theguardian.com/uk-news/2022/jan/14/calls-strip-prince-andrew-duke-of-york-title", + "creator": "Mark Brown North of England correspondent", + "pubDate": "2022-01-14T10:38:42Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272664,17 +276954,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f0b1b2965db4f12ec28743aa5d841a0", + "hash": "949714be6ea0c35d5289ed5863934ff6", "highlights": [] }, { - "title": "Violent clashes in Kazakhstan amid fuel protests – in pictures", - "description": "

    Fuel price rises have triggered protests in Almaty, the country’s commercial capital and largest city, and other cities

    Continue reading...", - "content": "

    Fuel price rises have triggered protests in Almaty, the country’s commercial capital and largest city, and other cities

    Continue reading...", - "category": "Kazakhstan", - "link": "https://www.theguardian.com/world/gallery/2022/jan/06/violent-clashes-in-kazakhstan-amid-fuel-protests-in-pictures", - "creator": "", - "pubDate": "2022-01-06T04:40:20Z", + "title": "Novak Djokovic to face immigration officials after Australian visa cancelled again", + "description": "
    • Visa cancelled on basis he would ‘excite’ anti-vaxxers
    • Hearing expected to take place in Federal Court on Sunday

    Novak Djokovic’s Australian visa has again been cancelled days before the start of the Australian Open on the basis his presence could “excite anti-vaccination sentiment”.

    On Friday, the Australian immigration minister, Alex Hawke, exercised a personal power to cancel Djokovic’s visa, likely to result in the world No 1’s deportation and putting him out of contention for the grand slam tournament barring an against-the-odds court victory. Djokovic is due to have an appeal heard in the Federal Court in Sunday.

    Continue reading...", + "content": "
    • Visa cancelled on basis he would ‘excite’ anti-vaxxers
    • Hearing expected to take place in Federal Court on Sunday

    Novak Djokovic’s Australian visa has again been cancelled days before the start of the Australian Open on the basis his presence could “excite anti-vaccination sentiment”.

    On Friday, the Australian immigration minister, Alex Hawke, exercised a personal power to cancel Djokovic’s visa, likely to result in the world No 1’s deportation and putting him out of contention for the grand slam tournament barring an against-the-odds court victory. Djokovic is due to have an appeal heard in the Federal Court in Sunday.

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/sport/2022/jan/14/novak-djokovic-visa-cancelled-tennis-2022-australian-open-immigration-minister-australia", + "creator": "Paul Karp", + "pubDate": "2022-01-14T12:35:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272686,17 +276976,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3075c8db398e06dc3e865fe09349533c", + "hash": "2e126aa9a5d52dc484c5e83bde178cdb", "highlights": [] }, { - "title": "Strategy shift: Biden confronts Trump head on after year of silent treatment", - "description": "

    President strikes different tone in tacit admission that ignoring the most powerful force in the Republican party is risky

    In the first moments of his presidency, Joe Biden called on Americans to set aside their deep divisions inflamed by a predecessor he intentionally ignored. He emphasized national unity and appealed to Americans to come together to “end this uncivil war”.

    Nearly a year later, as a divided nation reflects on the first anniversary of the January 6 assault on the US Capitol, the uncivil war he sought to extinguish rages on, stronger than ever. In a searing speech on Thursday, Biden struck a different tone.

    Continue reading...", - "content": "

    President strikes different tone in tacit admission that ignoring the most powerful force in the Republican party is risky

    In the first moments of his presidency, Joe Biden called on Americans to set aside their deep divisions inflamed by a predecessor he intentionally ignored. He emphasized national unity and appealed to Americans to come together to “end this uncivil war”.

    Nearly a year later, as a divided nation reflects on the first anniversary of the January 6 assault on the US Capitol, the uncivil war he sought to extinguish rages on, stronger than ever. In a searing speech on Thursday, Biden struck a different tone.

    Continue reading...", - "category": "Joe Biden", - "link": "https://www.theguardian.com/us-news/2022/jan/08/joe-biden-donald-trump-president-strategy", - "creator": "Lauren Gambino in Washington", - "pubDate": "2022-01-08T11:00:50Z", + "title": "Brexit: there’s ‘a deal to be done’ over Northern Ireland, says Liz Truss", + "description": "

    A rare joint EU-UK statement says talks will continue next week to deal with outstanding issues

    Liz Truss, the foreign secretary, said there was “a deal to be done” over the post-Brexit arrangements for Northern Ireland after “constructive talks” with her EU counterpart raised hopes of less rancorous relations with Brussels.

    The notably sunny prognosis followed a first meeting with Maroš Šefčovič, the European commissioner responsible for Brexit issues, at Chevening, the cabinet minister’s official country residence in Kent.

    Continue reading...", + "content": "

    A rare joint EU-UK statement says talks will continue next week to deal with outstanding issues

    Liz Truss, the foreign secretary, said there was “a deal to be done” over the post-Brexit arrangements for Northern Ireland after “constructive talks” with her EU counterpart raised hopes of less rancorous relations with Brussels.

    The notably sunny prognosis followed a first meeting with Maroš Šefčovič, the European commissioner responsible for Brexit issues, at Chevening, the cabinet minister’s official country residence in Kent.

    Continue reading...", + "category": "Northern Ireland", + "link": "https://www.theguardian.com/uk-news/2022/jan/14/brexit-deal-northern-ireland-liz-truss-talks-eu", + "creator": "Daniel Boffey in Brussels", + "pubDate": "2022-01-14T14:18:52Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272708,17 +276998,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bbb2302d131c4836f44c68949dc43097", + "hash": "ddd77265866beafdceebbb1f6821f5a2", "highlights": [] }, { - "title": "Covid live: ‘concerning’ rates of Omicron in northern England; two linked to Australian Open leave country", - "description": "

    Latest developments as Philippines reports record 26,458 cases and scientist says Omicron variant could become endemic in UK

    The north-east and north-west of England are seeing “concerning” rates of the Omicron variant, an expert has said.

    Figures showed that three of the five UK areas with the biggest week-on-week rises in Covid case rates are Middlesbrough (748.8 to 2,651.4), Copeland (1,731.3 to 3,525.8) and Redcar & Cleveland (846.8 to 2,564.3).

    Continue reading...", - "content": "

    Latest developments as Philippines reports record 26,458 cases and scientist says Omicron variant could become endemic in UK

    The north-east and north-west of England are seeing “concerning” rates of the Omicron variant, an expert has said.

    Figures showed that three of the five UK areas with the biggest week-on-week rises in Covid case rates are Middlesbrough (748.8 to 2,651.4), Copeland (1,731.3 to 3,525.8) and Redcar & Cleveland (846.8 to 2,564.3).

    Continue reading...", + "title": "Covid live news: Germany registers record 92,223 new cases; Omicron variant now dominant in Italy", + "description": "

    Robert Koch Institute reports another daily cases record and 286 deaths; Italy’s National Health Institute says at least 81% of cases are Omicron

    South Korea will extend tougher social distancing rules for three more weeks amid concerns over a looming Omicron wave ahead of the Lunar New Year holidays, officials said on Friday.

    The curbs were restored a month ago just six weeks after being eased under a “living with Covid-19” scheme, as record-breaking numbers of new cases and critically ill patients threatened to saturate the country’s medical system.

    Continue reading...", + "content": "

    Robert Koch Institute reports another daily cases record and 286 deaths; Italy’s National Health Institute says at least 81% of cases are Omicron

    South Korea will extend tougher social distancing rules for three more weeks amid concerns over a looming Omicron wave ahead of the Lunar New Year holidays, officials said on Friday.

    The curbs were restored a month ago just six weeks after being eased under a “living with Covid-19” scheme, as record-breaking numbers of new cases and critically ill patients threatened to saturate the country’s medical system.

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/08/covid-live-government-in-uk-plans-for-one-in-four-teachers-to-be-off-record-26458-cases-in-philippines", - "creator": "Damien Gayle", - "pubDate": "2022-01-08T13:34:46Z", + "link": "https://www.theguardian.com/world/live/2022/jan/14/covid-live-news-poorer-nations-forced-to-reject-100m-near-expired-coronavirus-vaccines-spain-to-offer-fourth-dose-to-vulnerable", + "creator": "Georgina Quach (now); Martin Belam and Samantha Lock (earlier)", + "pubDate": "2022-01-14T14:05:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272730,17 +277020,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "080cf896765732f0b22bcbc6e719542a", + "hash": "e1cfdc60c571f96fb9efe9378b253bf0", "highlights": [] }, { - "title": "‘Weakness and surrender’: Ted Cruz seeks to move on from Tucker Carlson mauling", - "description": "

    The Republican senator was widely mocked after being forced to walk back his description of 5 January as a ‘violent terrorist attack’

    Ted Cruz used Twitter on Friday to accuse Joe Biden of signaling “weakness and surrender to Putin” over Ukraine – but the Texas senator could not escape a crisis of his own, stoked by widespread accusations of weakness and surrender in the face of the Fox News host Tucker Carlson, over remarks about the deadly Capitol attack.

    On Wednesday, a day before the first anniversary of the attack by supporters of Donald Trump attempting to overturn the election, Cruz described “a violent terrorist attack on the Capitol, where we saw the men and women of law enforcement demonstrate incredible courage”.

    Continue reading...", - "content": "

    The Republican senator was widely mocked after being forced to walk back his description of 5 January as a ‘violent terrorist attack’

    Ted Cruz used Twitter on Friday to accuse Joe Biden of signaling “weakness and surrender to Putin” over Ukraine – but the Texas senator could not escape a crisis of his own, stoked by widespread accusations of weakness and surrender in the face of the Fox News host Tucker Carlson, over remarks about the deadly Capitol attack.

    On Wednesday, a day before the first anniversary of the attack by supporters of Donald Trump attempting to overturn the election, Cruz described “a violent terrorist attack on the Capitol, where we saw the men and women of law enforcement demonstrate incredible courage”.

    Continue reading...", - "category": "Ted Cruz", - "link": "https://www.theguardian.com/us-news/2022/jan/08/ted-cruz-capitol-attack-tucker-carlson-interview", - "creator": "Martin Pengelly in New York", - "pubDate": "2022-01-08T14:13:26Z", + "title": "Intoxicating, insidery and infuriating: everything I learned about Dominic Cummings from his £10-a-month blog", + "description": "

    Since he left Downing Street, Boris Johnson’s former adviser has been setting out his worldview – and settling scores – on his Substack. Could it help us understand the most notorious man in British politics?

    Who is the most interesting writer about politics in Britain today? No question, it’s Dominic Cummings. The Substack blog he started in June last year is not cheap – £10 a month for an erratic and irregular output via email – but it’s worth it. Whenever and whatever he does post, you can be sure it will contain plenty of extraordinary ideas, unexpected insights and eye-popping indiscretions. Cummings appears to have little or no filter on his thoughts, with the result that his writing offers as clear a view into the dark heart of contemporary politics as is available anywhere. He has no time for any of the usual pieties. What you get is a voracious intellect – Cummings is interested in everything from 19th-century German history to quantum physics – coupled with a tireless curiosity about anything that lies outside the conventional wisdom. It’s a revelation.

    As Boris Johnson’s former right-hand man – and the architect of Brexit and the Tories’ 2019 election landslide – Cummings is nothing if not divisive. Since Johnson fired him in late 2020, Cummings has turned on the prime minister and made it his mission to force him out of office. If your enemy’s enemy is your friend, this makes it hard for many of Cummings’ former critics to know what to think of him now.

    Continue reading...", + "content": "

    Since he left Downing Street, Boris Johnson’s former adviser has been setting out his worldview – and settling scores – on his Substack. Could it help us understand the most notorious man in British politics?

    Who is the most interesting writer about politics in Britain today? No question, it’s Dominic Cummings. The Substack blog he started in June last year is not cheap – £10 a month for an erratic and irregular output via email – but it’s worth it. Whenever and whatever he does post, you can be sure it will contain plenty of extraordinary ideas, unexpected insights and eye-popping indiscretions. Cummings appears to have little or no filter on his thoughts, with the result that his writing offers as clear a view into the dark heart of contemporary politics as is available anywhere. He has no time for any of the usual pieties. What you get is a voracious intellect – Cummings is interested in everything from 19th-century German history to quantum physics – coupled with a tireless curiosity about anything that lies outside the conventional wisdom. It’s a revelation.

    As Boris Johnson’s former right-hand man – and the architect of Brexit and the Tories’ 2019 election landslide – Cummings is nothing if not divisive. Since Johnson fired him in late 2020, Cummings has turned on the prime minister and made it his mission to force him out of office. If your enemy’s enemy is your friend, this makes it hard for many of Cummings’ former critics to know what to think of him now.

    Continue reading...", + "category": "Dominic Cummings", + "link": "https://www.theguardian.com/politics/2022/jan/14/intoxicating-insidery-and-infuriating-everything-i-learned-about-dominic-cummings-from-his-10-a-month-blog", + "creator": "David Runciman", + "pubDate": "2022-01-14T08:00:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272752,17 +277042,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fbdf35bb3ecca50badbd62942008880e", + "hash": "c738a3f22f6010320a7263ff085ee9a5", "highlights": [] }, { - "title": "Marie Kondo: ‘My greatest achievement? Organising the world’", - "description": "

    The decluttering queen on Japanese comfort food, learning to take breaks and her love for a black bear

    Born in Tokyo, Marie Kondo, 37, was 19 and studying sociology at Tokyo Woman’s Christian University when she launched a consulting business to help people declutter and organise their homes. In 2014, she published her first book, The Life-Changing Magic of Tidying Up; it has been translated into 44 languages and sold more than 13m copies worldwide. She was named one of Time magazine’s 100 most influential people in 2015 and has a hit Netflix show, Tidying Up with Marie Kondo. Her latest book is Joy at Work: Organising Your Professional Life. She is married with three children and lives in Los Angeles.

    What is your earliest memory?
    Welcoming my younger sister into the family, around the age of three.

    Continue reading...", - "content": "

    The decluttering queen on Japanese comfort food, learning to take breaks and her love for a black bear

    Born in Tokyo, Marie Kondo, 37, was 19 and studying sociology at Tokyo Woman’s Christian University when she launched a consulting business to help people declutter and organise their homes. In 2014, she published her first book, The Life-Changing Magic of Tidying Up; it has been translated into 44 languages and sold more than 13m copies worldwide. She was named one of Time magazine’s 100 most influential people in 2015 and has a hit Netflix show, Tidying Up with Marie Kondo. Her latest book is Joy at Work: Organising Your Professional Life. She is married with three children and lives in Los Angeles.

    What is your earliest memory?
    Welcoming my younger sister into the family, around the age of three.

    Continue reading...", - "category": "Marie Kondo", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/08/marie-kondo-owe-my-parents-items-i-threw-out", - "creator": "Rosanna Greenstreet", - "pubDate": "2022-01-08T09:30:48Z", + "title": "Biden to tout successful passing of infrastructure law after voting rights defeat – live", + "description": "

    The monthly checks from the expanded child tax credit program would have gone out today – if congressional Democrats had been able to pass their Build Back Better bill to extend the program.

    Instead, millions of American families will have to go without the money this month because Democrats were unable to pass the $1.75tn spending package due to objections from Senator Joe Manchin, a Democrat of West Virginia.

    Even as Democrats filed into their caucus meeting with Biden about changing Senate rules to reform federal elections, a response to GOP-backed state laws designed to restrict ballot access, a good portion of them were unaware they had already lost. Just minutes before the group’s meeting with Biden, [Kyrsten Sinema] slammed the door on weakening the filibuster during a speech on the Senate floor Biden once called home.

    ‘People were just surprised when we went in there. Because no one knew she was on the floor speaking’ in defense of the filibuster, said a Democratic senator who missed Sinema’s remarks. ‘There were probably 20 people in there that didn’t even know that she had said anything.’

    Continue reading...", + "content": "

    The monthly checks from the expanded child tax credit program would have gone out today – if congressional Democrats had been able to pass their Build Back Better bill to extend the program.

    Instead, millions of American families will have to go without the money this month because Democrats were unable to pass the $1.75tn spending package due to objections from Senator Joe Manchin, a Democrat of West Virginia.

    Even as Democrats filed into their caucus meeting with Biden about changing Senate rules to reform federal elections, a response to GOP-backed state laws designed to restrict ballot access, a good portion of them were unaware they had already lost. Just minutes before the group’s meeting with Biden, [Kyrsten Sinema] slammed the door on weakening the filibuster during a speech on the Senate floor Biden once called home.

    ‘People were just surprised when we went in there. Because no one knew she was on the floor speaking’ in defense of the filibuster, said a Democratic senator who missed Sinema’s remarks. ‘There were probably 20 people in there that didn’t even know that she had said anything.’

    Continue reading...", + "category": "US politics", + "link": "https://www.theguardian.com/us-news/live/2022/jan/14/biden-infrastructure-law-voting-rights-defeat-us-politics-latest", + "creator": "Joan E Greve", + "pubDate": "2022-01-14T15:39:56Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272774,17 +277064,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c764910988165759db6b06a397ec156e", + "hash": "838e5abfa98bda2294163aba9ee1278b", "highlights": [] }, { - "title": "ERG out, CRG in: the Tory factions Boris Johnson is struggling to appease", - "description": "

    PM relied on party factions to get into No 10, but amid Covid and climate crisis is finding them difficult to contain

    Conservative factions are nothing new, as Theresa May learned to her cost with Brexit and Boris Johnson saw in a mass rebellion on Covid rules. But Johnson is facing significant pressure from well over 100 of his MPs to change course on a number of fronts including green policies.

    Conservative backbenchers say an ever-growing number of factions – most with their own acronym, and with significant crossover when it comes to their members – hold sway within the party, a process helped by WhatsApp-based organising and a perception the prime minister’s authority has eroded.

    Continue reading...", - "content": "

    PM relied on party factions to get into No 10, but amid Covid and climate crisis is finding them difficult to contain

    Conservative factions are nothing new, as Theresa May learned to her cost with Brexit and Boris Johnson saw in a mass rebellion on Covid rules. But Johnson is facing significant pressure from well over 100 of his MPs to change course on a number of fronts including green policies.

    Conservative backbenchers say an ever-growing number of factions – most with their own acronym, and with significant crossover when it comes to their members – hold sway within the party, a process helped by WhatsApp-based organising and a perception the prime minister’s authority has eroded.

    Continue reading...", - "category": "Conservatives", - "link": "https://www.theguardian.com/politics/2022/jan/08/erg-out-crg-tory-factions-boris-johnson-struggling-appease", - "creator": "Peter Walker Political correspondent", - "pubDate": "2022-01-08T07:00:45Z", + "title": "North Korea tests possible ballistic missile in third launch in two weeks", + "description": "

    South Korean military says projectile was fired into the sea, and comes after US imposed further sanctions on regime officials

    North Korea has fired a possible ballistic missile, Japan’s Coast Guard said on Friday, which would be the country’s third such launch in two weeks.

    South Korea’s military said an unidentified projectile had been launched into the sea off its east coast.

    Continue reading...", + "content": "

    South Korean military says projectile was fired into the sea, and comes after US imposed further sanctions on regime officials

    North Korea has fired a possible ballistic missile, Japan’s Coast Guard said on Friday, which would be the country’s third such launch in two weeks.

    South Korea’s military said an unidentified projectile had been launched into the sea off its east coast.

    Continue reading...", + "category": "North Korea", + "link": "https://www.theguardian.com/world/2022/jan/14/north-korea-tests-possible-ballistic-missile-in-third-launch-in-two-weeks", + "creator": "Guardian staff and agencies", + "pubDate": "2022-01-14T06:21:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272796,17 +277086,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6837cd137d7a86636300b0f43d2eddaa", + "hash": "136f6884255000b16f9a4cb54439d50d", "highlights": [] }, { - "title": "Snow and record rain fuel flooding threat in US Pacific north-west", - "description": "

    At least one person was missing, presumed dead as snow turned to rain and deluged the Pacific north-west on Friday, causing flooding, landslides and avalanche danger in the mountains.

    A 72-year-old man never returned after leaving his residence to move his car to higher ground on Friday in Cosmopolis, Washington, according to Grays Harbor Undersheriff Brad Johansson. The man’s residence was on a road that was flooded and authorities fear his vehicle was swept into floodwaters down a steep bank next to his driveway, Johansson said.

    Continue reading...", - "content": "

    At least one person was missing, presumed dead as snow turned to rain and deluged the Pacific north-west on Friday, causing flooding, landslides and avalanche danger in the mountains.

    A 72-year-old man never returned after leaving his residence to move his car to higher ground on Friday in Cosmopolis, Washington, according to Grays Harbor Undersheriff Brad Johansson. The man’s residence was on a road that was flooded and authorities fear his vehicle was swept into floodwaters down a steep bank next to his driveway, Johansson said.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2022/jan/08/pacific-north-west-snow-rain-flooding-landslides-avalanche-washington-oregon", - "creator": "Associated Press in Seattle", - "pubDate": "2022-01-08T12:47:22Z", + "title": "Norway blows up hydro dam to restore river health and fish stocks", + "description": "

    Campaign by local angling club to free fishes’ migratory routes is part of move across Europe to create free-flowing rivers

    A dam that has blocked the Tromsa River in Norway for more than 100 years was blown up with dynamite this week, freeing migratory routes for fish.

    “It’s a big step,” said Tore Solbakken of Norwegian angling club Gudbrandsdal Sportsfiskeforening, who has campaigned for five years to have the old hydropower plant dam removed. “I’m very happy. It’s all about restoring healthy rivers and fish populations.”

    Continue reading...", + "content": "

    Campaign by local angling club to free fishes’ migratory routes is part of move across Europe to create free-flowing rivers

    A dam that has blocked the Tromsa River in Norway for more than 100 years was blown up with dynamite this week, freeing migratory routes for fish.

    “It’s a big step,” said Tore Solbakken of Norwegian angling club Gudbrandsdal Sportsfiskeforening, who has campaigned for five years to have the old hydropower plant dam removed. “I’m very happy. It’s all about restoring healthy rivers and fish populations.”

    Continue reading...", + "category": "Rivers", + "link": "https://www.theguardian.com/environment/2022/jan/14/norwegians-blow-up-hydro-dam-restore-river-fish-health-aoe", + "creator": "Graeme Green", + "pubDate": "2022-01-14T07:45:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272818,17 +277108,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "432ce313eca3970eb480b350a00bae2d", + "hash": "6ea4634bdab50472f4e20058835b5bc2", "highlights": [] }, { - "title": "Covid live: ‘concerning’ rates of Omicron in northern England; two people linked to Australian Open leave country", - "description": "

    Latest developments as Philippines reports record 26,458 cases and scientist says Omicron variant could become endemic in UK

    The north-east and north-west of England are seeing “concerning” rates of the Omicron variant, an expert has said.

    Figures showed that three of the five UK areas with the biggest week-on-week rises in Covid case rates are Middlesbrough (748.8 to 2,651.4), Copeland (1,731.3 to 3,525.8) and Redcar & Cleveland (846.8 to 2,564.3).

    Continue reading...", - "content": "

    Latest developments as Philippines reports record 26,458 cases and scientist says Omicron variant could become endemic in UK

    The north-east and north-west of England are seeing “concerning” rates of the Omicron variant, an expert has said.

    Figures showed that three of the five UK areas with the biggest week-on-week rises in Covid case rates are Middlesbrough (748.8 to 2,651.4), Copeland (1,731.3 to 3,525.8) and Redcar & Cleveland (846.8 to 2,564.3).

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/08/covid-live-government-in-uk-plans-for-one-in-four-teachers-to-be-off-record-26458-cases-in-philippines", - "creator": "Damien Gayle", - "pubDate": "2022-01-08T13:34:46Z", + "title": "Group whose anti-abortion ad Amy Barrett signed accused of promoting harassment of doctors", + "description": "

    In one case, a doctor whose name was published by Indiana group was warned by FBI of kidnapping threat against her daughter

    An Indiana group whose anti-abortion campaign was endorsed in a signed advertisement by Amy Coney Barrett before she became a supreme court justice, keeps a published list of abortion providers and their place of work on its website, in what some experts say is an invitation to harass and intimidate the doctors and their staff.

    In one case, court records show, a doctor whose name was published by the group, which is called Right to Life Michiana, was warned by the FBI of a kidnapping threat that had been made online against her daughter.

    Continue reading...", + "content": "

    In one case, a doctor whose name was published by Indiana group was warned by FBI of kidnapping threat against her daughter

    An Indiana group whose anti-abortion campaign was endorsed in a signed advertisement by Amy Coney Barrett before she became a supreme court justice, keeps a published list of abortion providers and their place of work on its website, in what some experts say is an invitation to harass and intimidate the doctors and their staff.

    In one case, court records show, a doctor whose name was published by the group, which is called Right to Life Michiana, was warned by the FBI of a kidnapping threat that had been made online against her daughter.

    Continue reading...", + "category": "Abortion", + "link": "https://www.theguardian.com/world/2022/jan/14/anti-abortion-group-indiana-amy-coney-barrett", + "creator": "Stephanie Kirchgaessner in Washington", + "pubDate": "2022-01-14T06:00:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272840,17 +277130,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ed33664bfe4fa11709ab2fd9b2bd6b2", + "hash": "570c82576a4ae823068346b9c4fa1a9f", "highlights": [] }, { - "title": "UK military chief warns of Russian threat to vital undersea cables", - "description": "

    Adm Tony Radakin says any attempt by submarines at damage would be treated as ‘act of war’

    The head of the UK’s armed forces has warned that Russian submarine activity is threatening underwater cables that are crucial to communication systems around the world.

    Adm Tony Radakin said undersea cables that transmit internet data are “the world’s real information system”, and added that any attempt to damage them could be considered an “act of war”.

    Continue reading...", - "content": "

    Adm Tony Radakin says any attempt by submarines at damage would be treated as ‘act of war’

    The head of the UK’s armed forces has warned that Russian submarine activity is threatening underwater cables that are crucial to communication systems around the world.

    Adm Tony Radakin said undersea cables that transmit internet data are “the world’s real information system”, and added that any attempt to damage them could be considered an “act of war”.

    Continue reading...", - "category": "Military", - "link": "https://www.theguardian.com/uk-news/2022/jan/08/uk-military-chief-warns-of-russian-threat-to-vital-undersea-cables", - "creator": "PA Media", - "pubDate": "2022-01-08T09:59:37Z", + "title": "Windrush descendants lose high court fight to expand scheme", + "description": "

    Court rejects case brought by four people who arrived in UK as adults to join family members

    Four Windrush generation descendants have lost their high court battle for the scheme for victims to be widened to include them.

    Yvonne Williams, Yvonne Smith, Jennifer Ulett-Hall and Damian Gabrielle argued in the high court that the Windrush scheme should be extended beyond its current parameters to include descendants of the Windrush generation such as them.

    Continue reading...", + "content": "

    Court rejects case brought by four people who arrived in UK as adults to join family members

    Four Windrush generation descendants have lost their high court battle for the scheme for victims to be widened to include them.

    Yvonne Williams, Yvonne Smith, Jennifer Ulett-Hall and Damian Gabrielle argued in the high court that the Windrush scheme should be extended beyond its current parameters to include descendants of the Windrush generation such as them.

    Continue reading...", + "category": "Windrush scandal", + "link": "https://www.theguardian.com/uk-news/2022/jan/14/windrush-descendants-lose-fight-to-expand-compensation-scheme", + "creator": "Diane Taylor", + "pubDate": "2022-01-14T13:29:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272862,17 +277152,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "77a5a36d54fc98b63568867d38301d25", + "hash": "29a76a83acfb0085245c7845bcda883c", "highlights": [] }, { - "title": "Covid live: ‘concerning’ rates of Omicron in northern England; Romania tightens restrictions after rise in cases", - "description": "

    Latest developments as Philippines reports record 26,458 cases and scientist says Omicron variant could become endemic in UK

    The north-east and north-west of England are seeing “concerning” rates of the Omicron variant, an expert has said.

    Figures showed that three of the five UK areas with the biggest week-on-week rises in Covid case rates are Middlesbrough (748.8 to 2,651.4), Copeland (1,731.3 to 3,525.8) and Redcar & Cleveland (846.8 to 2,564.3).

    Continue reading...", - "content": "

    Latest developments as Philippines reports record 26,458 cases and scientist says Omicron variant could become endemic in UK

    The north-east and north-west of England are seeing “concerning” rates of the Omicron variant, an expert has said.

    Figures showed that three of the five UK areas with the biggest week-on-week rises in Covid case rates are Middlesbrough (748.8 to 2,651.4), Copeland (1,731.3 to 3,525.8) and Redcar & Cleveland (846.8 to 2,564.3).

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/08/covid-live-government-in-uk-plans-for-one-in-four-teachers-to-be-off-record-26458-cases-in-philippines", - "creator": "Damien Gayle", - "pubDate": "2022-01-08T11:25:10Z", + "title": "Prince Andrew loses military roles and use of HRH title | First Thing", + "description": "

    Duke of York will no longer use the His Royal Highness in any official capacity. Plus, Novak Djokovic’s Australian visa is cancelled again

    Good morning.

    Prince Andrew has been completely removed from official royal life after the Queen stripped him of his military affiliations and royal patronages amid his ongoing sexual assault case.

    How will the civil case affect the monarchy? Norman Baker, a commentator on royal matters, said the royal family “could not escape the immense damage” the case would bring.

    The move came hours after more than 150 military veterans wrote to the Queen describing Andrew’s position as “untenable” and asking her to remove his honorary military roles.

    Why did Sinema not support changing the rules? The senator said that she “will not support separate actions that worsen the underlying disease of division infecting our country”.

    Why does it matter? As no Republicans support the voting rights bills or changing filibuster rules, Democrats cannot progress unless Sinema and Manchin vote with them.

    Continue reading...", + "content": "

    Duke of York will no longer use the His Royal Highness in any official capacity. Plus, Novak Djokovic’s Australian visa is cancelled again

    Good morning.

    Prince Andrew has been completely removed from official royal life after the Queen stripped him of his military affiliations and royal patronages amid his ongoing sexual assault case.

    How will the civil case affect the monarchy? Norman Baker, a commentator on royal matters, said the royal family “could not escape the immense damage” the case would bring.

    The move came hours after more than 150 military veterans wrote to the Queen describing Andrew’s position as “untenable” and asking her to remove his honorary military roles.

    Why did Sinema not support changing the rules? The senator said that she “will not support separate actions that worsen the underlying disease of division infecting our country”.

    Why does it matter? As no Republicans support the voting rights bills or changing filibuster rules, Democrats cannot progress unless Sinema and Manchin vote with them.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2022/jan/14/first-thing-prince-andrew-loses-military-roles-and-use-of-hrh-title", + "creator": "Clea Skopeliti", + "pubDate": "2022-01-14T11:04:45Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272884,17 +277174,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3dea6aec1baf925ac90b4f54890a241e", + "hash": "625c37115b4b3fd1069dad16097fd297", "highlights": [] }, { - "title": "Sidney Poitier’s defiance, grace and style changed me – and shaped my life as an actor | David Harewood", - "description": "

    His roles in films like To Sir with Love mirrored my own experiences, and made me rethink what was possible

    As a young kid, there really weren’t many black figures to aspire to, to mould yourself to. I was always glued to the telly and one night my dad put on this film, In the Heat of the Night. I will always remember the moment when Sidney Poitier came on screen as Virgil Tibbs. Seeing any black person on TV was extraordinary, but seeing someone with such ability, such grace, such style, changed me.

    I knew how bad racism was in the US at that time, and watching that film I feared for this black character in that world. But there’s a moment where an older white gentleman, Endicott, slaps Tibbs, and he immediately slaps him back in the face. There was an audible gasp in our living room, quickly followed by cheers. It was a thing we’d never seen before – he was standing up, he was strong, and he wasn’t taking any shit.

    David Harewood is an actor

    Continue reading...", - "content": "

    His roles in films like To Sir with Love mirrored my own experiences, and made me rethink what was possible

    As a young kid, there really weren’t many black figures to aspire to, to mould yourself to. I was always glued to the telly and one night my dad put on this film, In the Heat of the Night. I will always remember the moment when Sidney Poitier came on screen as Virgil Tibbs. Seeing any black person on TV was extraordinary, but seeing someone with such ability, such grace, such style, changed me.

    I knew how bad racism was in the US at that time, and watching that film I feared for this black character in that world. But there’s a moment where an older white gentleman, Endicott, slaps Tibbs, and he immediately slaps him back in the face. There was an audible gasp in our living room, quickly followed by cheers. It was a thing we’d never seen before – he was standing up, he was strong, and he wasn’t taking any shit.

    David Harewood is an actor

    Continue reading...", - "category": "Sidney Poitier", - "link": "https://www.theguardian.com/commentisfree/2022/jan/07/sidney-poitiers-grace-and-style-shaped-my-life-david-harewood", - "creator": "David Harewood", - "pubDate": "2022-01-07T17:47:53Z", + "title": "Egyptian media owner detained after trafficking and sexual assault claims", + "description": "

    Mohamed al-Amin’s alleged victims, all teenage girls, said he abused them in an orphanage he owned and in his holiday home

    An Egyptian media tycoon with close ties to the government has been detained pending an investigation into allegations of sexual assault. The Egyptian public prosecution service says it is investigating reports that businessman Mohamed al-Amin sexually abused girls living in an orphanage that he owned and took them on trips to his holiday villa.

    Amin, best known for establishing the pro-government CBC network in 2011, was arrested on Friday to be held for four days. The court decided to extend Amin’s pre-trial detention for a further 15 days in a hearing on Sunday where he told the court: “I never did anything wrong. I treated those girls like my own children.”

    Continue reading...", + "content": "

    Mohamed al-Amin’s alleged victims, all teenage girls, said he abused them in an orphanage he owned and in his holiday home

    An Egyptian media tycoon with close ties to the government has been detained pending an investigation into allegations of sexual assault. The Egyptian public prosecution service says it is investigating reports that businessman Mohamed al-Amin sexually abused girls living in an orphanage that he owned and took them on trips to his holiday villa.

    Amin, best known for establishing the pro-government CBC network in 2011, was arrested on Friday to be held for four days. The court decided to extend Amin’s pre-trial detention for a further 15 days in a hearing on Sunday where he told the court: “I never did anything wrong. I treated those girls like my own children.”

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2022/jan/13/egyptian-media-owner-detained-after-trafficking-and-sexual-assault-claims", + "creator": "Edmund Bower in Cairo", + "pubDate": "2022-01-13T09:31:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272906,17 +277196,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "34be6aefc3a9269c5eb0678862913eae", + "hash": "5ccac6a21dd6c9b60bd5ad99e7b637df", "highlights": [] }, { - "title": "Always wanted to write? Booker winner George Saunders on how to get started", - "description": "

    The Booker winner discusses work, wisdom and the drive to teach, plus seven key tips on how to write well

    While George Saunders was writing his latest book, A Swim in a Pond in the Rain, he noticed something strange. The book examines seven Russian short stories, which Saunders has taught on the creative writing course at Syracuse University, New York, for 20 years. Many writers teach, and many have a difficult relationship with teaching, but Saunders long ago “decided to not let it be like that”. He sliced his weeks into three days of teaching, four of writing, a clear division of roles. But when he started the Russian book, however, his two lives merged.

    He adopted his “teaching stance” while he wrote, and was amazed by “how much fun” he had. “There’s a different sensibility when I walk into a classroom,” he says. The outward appearance is the same – “sloppy balding hippy” – but “I’m a slightly nicer and less egotistical person”. With this slightly nicer, less egotistical person at the keyboard, interesting things began to happen, and his fiction-writing self “got a real boost”.

    Continue reading...", - "content": "

    The Booker winner discusses work, wisdom and the drive to teach, plus seven key tips on how to write well

    While George Saunders was writing his latest book, A Swim in a Pond in the Rain, he noticed something strange. The book examines seven Russian short stories, which Saunders has taught on the creative writing course at Syracuse University, New York, for 20 years. Many writers teach, and many have a difficult relationship with teaching, but Saunders long ago “decided to not let it be like that”. He sliced his weeks into three days of teaching, four of writing, a clear division of roles. But when he started the Russian book, however, his two lives merged.

    He adopted his “teaching stance” while he wrote, and was amazed by “how much fun” he had. “There’s a different sensibility when I walk into a classroom,” he says. The outward appearance is the same – “sloppy balding hippy” – but “I’m a slightly nicer and less egotistical person”. With this slightly nicer, less egotistical person at the keyboard, interesting things began to happen, and his fiction-writing self “got a real boost”.

    Continue reading...", - "category": "Books", - "link": "https://www.theguardian.com/books/2022/jan/08/always-wanted-to-write-booker-winner-george-saunders-on-how-to-get-started", - "creator": "Paula Cocozza", - "pubDate": "2022-01-08T09:00:47Z", + "title": "Brazilian turtle breeders shot dead along with teenage daughter", + "description": "

    Activists mourn deaths in Amazon state of Pará as bodies of José Gomes, Márcia Nunes Lisboa and their daughter found by son

    Police in the Brazilian Amazon state of Pará are investigating the killing of three members of the same family who were shot dead at the riverside home where they bred turtles.

    The deaths happened on the island of Cachoeira da Mucura, on the banks of the Xingu River, in São Félix do Xingu and regional media named the victims as José Gomes, his wife Márcia Nunes Lisboa and her teenage daughter, Joane Nunes Lisboa.

    Continue reading...", + "content": "

    Activists mourn deaths in Amazon state of Pará as bodies of José Gomes, Márcia Nunes Lisboa and their daughter found by son

    Police in the Brazilian Amazon state of Pará are investigating the killing of three members of the same family who were shot dead at the riverside home where they bred turtles.

    The deaths happened on the island of Cachoeira da Mucura, on the banks of the Xingu River, in São Félix do Xingu and regional media named the victims as José Gomes, his wife Márcia Nunes Lisboa and her teenage daughter, Joane Nunes Lisboa.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2022/jan/13/brazilian-turtle-breeders-shot-dead-along-with-teenage-daughter", + "creator": "Sam Cowie", + "pubDate": "2022-01-13T07:30:11Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272924,21 +277214,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "01a87099b17dab10f16339bd24aa3704", + "hash": "4bce7fb58d767516406c16c45c58f664", "highlights": [] }, { - "title": "Tim Dowling: it’s our 30th wedding anniversary soon – but first a dance with the dustbins", - "description": "

    I’ve had hundreds of chances to become a better husband over the years – and I’ve seized none of them

    I am sitting at the kitchen table. My wife is standing at the sink with her back to me, washing something up while telling me about all the upcoming social obligations she has managed to extract us from.

    “Is it a good idea,” I ask, “us never going anywhere again?”

    Continue reading...", - "content": "

    I’ve had hundreds of chances to become a better husband over the years – and I’ve seized none of them

    I am sitting at the kitchen table. My wife is standing at the sink with her back to me, washing something up while telling me about all the upcoming social obligations she has managed to extract us from.

    “Is it a good idea,” I ask, “us never going anywhere again?”

    Continue reading...", - "category": "Family", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/08/tim-dowling-30th-wedding-anniversary-soon-but-first-a-dance-with-the-bins", - "creator": "Tim Dowling", - "pubDate": "2022-01-08T06:00:45Z", + "title": "Robert Durst: how a murderer’s death keeps his victims from finding closure", + "description": "

    California law mandates that his conviction will be vacated and the charges over the murder of his missing first wife will be dismissed

    In the final months of Robert Durst’s life, it seemed as if the walls were at last closing in on the disgraced multimillionaire and real estate heir. He was sentenced to life in prison for the murder of a longtime friend in September, and shortly after, New York officials charged him with the murder of his missing first wife.

    But his death in a California hospital on Monday has upended the cases against the 78-year-old. The murder case over the death of his ex-wife Kathleen McCormack Durst will come to a halt and, thanks to a legal technicality, the murder conviction for the killing of his friend Susan Berman will soon be voided.

    Continue reading...", + "content": "

    California law mandates that his conviction will be vacated and the charges over the murder of his missing first wife will be dismissed

    In the final months of Robert Durst’s life, it seemed as if the walls were at last closing in on the disgraced multimillionaire and real estate heir. He was sentenced to life in prison for the murder of a longtime friend in September, and shortly after, New York officials charged him with the murder of his missing first wife.

    But his death in a California hospital on Monday has upended the cases against the 78-year-old. The murder case over the death of his ex-wife Kathleen McCormack Durst will come to a halt and, thanks to a legal technicality, the murder conviction for the killing of his friend Susan Berman will soon be voided.

    Continue reading...", + "category": "Robert Durst", + "link": "https://www.theguardian.com/us-news/2022/jan/10/robert-durst-murder-conviction-death-victims", + "creator": "Dani Anguiano in Los Angeles", + "pubDate": "2022-01-11T06:00:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272950,17 +277240,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d517f258a18d12f97a958325ce1f5cb", + "hash": "6d7c12c99dac0536abb4763fd4e88fcc", "highlights": [] }, { - "title": "Harry Reid: Biden, Pelosi, Schumer and Obama to attend Nevada memorial", - "description": "

    The life of the former Senate majority leader Harry Reid will be celebrated by two presidents and other Democratic leaders in Las Vegas on Saturday.

    President Joe Biden, the House speaker, Nancy Pelosi, and Senate majority leader, Chuck Schumer, are scheduled to speak on Saturday at an invitation-only memorial for the longtime Senate leader who died on 28 December at home in Henderson, Nevada, at 82 and of complications from pancreatic cancer.

    Continue reading...", - "content": "

    The life of the former Senate majority leader Harry Reid will be celebrated by two presidents and other Democratic leaders in Las Vegas on Saturday.

    President Joe Biden, the House speaker, Nancy Pelosi, and Senate majority leader, Chuck Schumer, are scheduled to speak on Saturday at an invitation-only memorial for the longtime Senate leader who died on 28 December at home in Henderson, Nevada, at 82 and of complications from pancreatic cancer.

    Continue reading...", - "category": "US Senate", - "link": "https://www.theguardian.com/us-news/2022/jan/08/harry-reid-biden-pelosi-schumer-obama-nevada-memorial-carole-king-brandon-flowers", - "creator": "Associated Press in Las Vegas", - "pubDate": "2022-01-08T12:29:34Z", + "title": "Novak Djokovic: lawyers fight visa cancellation at late-night court hearing – live updates", + "description": "

    Australia’s immigration minister, Alex Hawke, has re-cancelled the visa of reigning Australian Open tennis champion

    Further on what happens now, there are multiple reports that Djokovic’s legal team has indicated it will immediately take the decision to court.

    It is understood the tennis star’s lawyers would seek to have a potential case fast-tracked by minimising the length of their submissions.

    Continue reading...", + "content": "

    Australia’s immigration minister, Alex Hawke, has re-cancelled the visa of reigning Australian Open tennis champion

    Further on what happens now, there are multiple reports that Djokovic’s legal team has indicated it will immediately take the decision to court.

    It is understood the tennis star’s lawyers would seek to have a potential case fast-tracked by minimising the length of their submissions.

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/sport/live/2022/jan/14/novak-djokovic-news-live-visa-cancelled-australia-2022-australian-open-tennis-latest-updates-immigration-minister-alex-hawke", + "creator": "Mostafa Rachwani", + "pubDate": "2022-01-14T10:42:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272972,17 +277262,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "30357ed2f132295b03368fca09bdf0f2", + "hash": "325ba4e046911bcf210a01c404aeca55", "highlights": [] }, { - "title": "New Zealand’s successful Covid policies hid inequality – the government can’t ignore it this year | Morgan Godfery", - "description": "

    In 2022 Jacinda Ardern must act on runaway house prices while the central bank should grab inflation by the neck

    March 2020 seems like an age ago. And also like it was yesterday. The month begun more or less like any other March in New Zealand. The weather was typically warm and dry, most people were back in the office or on site, and parliament was sitting after its generous summer recess. In most respects you could mistake March 2020 for March 2019. Except, on 4 March, the country recorded its second coronavirus case after a woman returning from northern Italy, where this strange virus had taken hold, presented with the infection at the border. The number of infections increased again and again as the month unfolded with 647 come 1 April.

    In the early days of March, government advisers and prime minister Jacinda Ardern were aiming, like the rest of the world, for either “herd immunity” or “flattening the curve”. But when the government’s chief science adviser presented advice on precisely what this meant for the health system – a quick collapse, essentially – Ardern went for the approach her advisers at the universities of Otago and Auckland were advocating: elimination. On 25 March the prime minister made her way to parliament’s debating chamber and in a historic speech announced a national state of emergency and a move to an alert level 4 lockdown. The speech helped generate unprecedented national solidarity.

    Continue reading...", - "content": "

    In 2022 Jacinda Ardern must act on runaway house prices while the central bank should grab inflation by the neck

    March 2020 seems like an age ago. And also like it was yesterday. The month begun more or less like any other March in New Zealand. The weather was typically warm and dry, most people were back in the office or on site, and parliament was sitting after its generous summer recess. In most respects you could mistake March 2020 for March 2019. Except, on 4 March, the country recorded its second coronavirus case after a woman returning from northern Italy, where this strange virus had taken hold, presented with the infection at the border. The number of infections increased again and again as the month unfolded with 647 come 1 April.

    In the early days of March, government advisers and prime minister Jacinda Ardern were aiming, like the rest of the world, for either “herd immunity” or “flattening the curve”. But when the government’s chief science adviser presented advice on precisely what this meant for the health system – a quick collapse, essentially – Ardern went for the approach her advisers at the universities of Otago and Auckland were advocating: elimination. On 25 March the prime minister made her way to parliament’s debating chamber and in a historic speech announced a national state of emergency and a move to an alert level 4 lockdown. The speech helped generate unprecedented national solidarity.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/commentisfree/2022/jan/07/new-zealands-successful-covid-policies-hid-inequality-the-government-cant-ignore-it-this-year", - "creator": "Morgan Godfery", - "pubDate": "2022-01-07T05:30:06Z", + "title": "Renewed calls for PM to resign over parties on eve of Philip funeral", + "description": "

    Queen followed Covid rules at husband’s funeral, sitting alone in face mask away from rest of family

    Further allegations of Downing Street parties taking place on the eve of the Duke of Edinburgh’s socially distanced funeral have been met with widespread anger across the political spectrum, bookending a turbulent week for Boris Johnson, who is facing renewed calls to resign.

    Prince Philip’s funeral took place in the private chapel at Windsor Castle on Saturday 17 April, the day after two leaving dos were reportedly held at No 10 at a time when such mixing was banned. The Queen, in mourning black, wearing a face mask and sitting alone to maintain social distancing, became one of the defining images of the national lockdown.

    Covid restrictions had a substantial impact on the proceedings, with the guest list trimmed from 800 to 30.

    The Queen attended the funeral wearing a face mask and socially distanced from the rest of her family, who were seated in their respective household bubbles, at the service in St George’s Chapel at Windsor Castle.

    Those in the funeral procession were required to put on face masks before entering the chapel.

    Bottles of hand sanitiser featured alongside the traditional dressing of floral arrangements and family wreaths.

    Original plans for military processions through London or Windsor were scrapped, with the royal family asking the public not to gather at the castle or other royal residences.

    The choir was also limited to four singers, while the few guests were banned from singing in line with Covid regulations.

    Continue reading...", + "content": "

    Queen followed Covid rules at husband’s funeral, sitting alone in face mask away from rest of family

    Further allegations of Downing Street parties taking place on the eve of the Duke of Edinburgh’s socially distanced funeral have been met with widespread anger across the political spectrum, bookending a turbulent week for Boris Johnson, who is facing renewed calls to resign.

    Prince Philip’s funeral took place in the private chapel at Windsor Castle on Saturday 17 April, the day after two leaving dos were reportedly held at No 10 at a time when such mixing was banned. The Queen, in mourning black, wearing a face mask and sitting alone to maintain social distancing, became one of the defining images of the national lockdown.

    Covid restrictions had a substantial impact on the proceedings, with the guest list trimmed from 800 to 30.

    The Queen attended the funeral wearing a face mask and socially distanced from the rest of her family, who were seated in their respective household bubbles, at the service in St George’s Chapel at Windsor Castle.

    Those in the funeral procession were required to put on face masks before entering the chapel.

    Bottles of hand sanitiser featured alongside the traditional dressing of floral arrangements and family wreaths.

    Original plans for military processions through London or Windsor were scrapped, with the royal family asking the public not to gather at the castle or other royal residences.

    The choir was also limited to four singers, while the few guests were banned from singing in line with Covid regulations.

    Continue reading...", + "category": "Boris Johnson", + "link": "https://www.theguardian.com/politics/2022/jan/14/renewed-calls-for-boris-johnson-to-resign-over-parties-eve-of-philip-funeral", + "creator": "Lucy Campbell", + "pubDate": "2022-01-14T08:48:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -272994,17 +277284,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb72baaf1e858a64f5d10e2dfbd88986", + "hash": "1c53d042e6e1d11cd2c74246cfb107ad", "highlights": [] }, { - "title": "At least 16 dead as heavy snow traps vehicles in Pakistan resort", - "description": "

    Thousands affected at popular destination of Murree with eight of those killed from same family

    At least 16 people have died after heavy snow trapped them in their vehicles as tens of thousands of visitors thronged Pakistan’s hill town of Murree, officials have said.

    Atiq Ahmed, an Islamabad police officer said eight of the 16 fatalities were from the family of fellow Islamabad police officer Naveed Iqbal, who also died. All 16 died of hypothermia, officials said.

    Continue reading...", - "content": "

    Thousands affected at popular destination of Murree with eight of those killed from same family

    At least 16 people have died after heavy snow trapped them in their vehicles as tens of thousands of visitors thronged Pakistan’s hill town of Murree, officials have said.

    Atiq Ahmed, an Islamabad police officer said eight of the 16 fatalities were from the family of fellow Islamabad police officer Naveed Iqbal, who also died. All 16 died of hypothermia, officials said.

    Continue reading...", - "category": "Pakistan", - "link": "https://www.theguardian.com/world/2022/jan/08/heavy-snow-traps-vehicles-pakistan-resort-murree", - "creator": "Agencies in Islamabad", - "pubDate": "2022-01-08T10:24:09Z", + "title": "Virginia Giuffre praises ruling to allow Prince Andrew lawsuit to go to trial", + "description": "

    Giuffre says she will ‘continue to expose truth’ and ‘seek justice from those who hurt me and others’

    Virginia Giuffre has praised a court ruling enabling her sexual assault civil lawsuit against the Duke of York to proceed to trial and said she will “continue to expose the truth”.

    Giuffre wrote on Twitter she was “pleased” with the ruling, adding: “I’m glad I will have the chance to continue to expose the truth & I am deeply grateful to my extraordinary legal team.

    Continue reading...", + "content": "

    Giuffre says she will ‘continue to expose truth’ and ‘seek justice from those who hurt me and others’

    Virginia Giuffre has praised a court ruling enabling her sexual assault civil lawsuit against the Duke of York to proceed to trial and said she will “continue to expose the truth”.

    Giuffre wrote on Twitter she was “pleased” with the ruling, adding: “I’m glad I will have the chance to continue to expose the truth & I am deeply grateful to my extraordinary legal team.

    Continue reading...", + "category": "Prince Andrew", + "link": "https://www.theguardian.com/uk-news/2022/jan/14/virginia-giuffre-praises-ruling-to-allow-prince-andrew-lawsuit-to-go-to-trial", + "creator": "Lucy Campbell", + "pubDate": "2022-01-14T08:21:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273016,17 +277306,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d911c076ddb5da5462e318d8e89c38ed", + "hash": "67780f8c71325d5e0cb360ab633029d3", "highlights": [] }, { - "title": "Cambodian PM Hun Sen’s visit with Myanmar military chief sparks protests", - "description": "

    Critics fear Hun Sen’s meeting with military ruler Min Aung Hlaing gives legitimacy to the ruling junta

    Cambodian prime minister Hun Sen has met Myanmar’s military ruler Min Aung Hlaing, amid criticism of the first visit by a head of government since the army seized power from an elected government last year.

    Hun Sen was greeted by an honour guard and red carpet when he arrived on Friday, just as protests by coup opponents broke out in other parts of the country over fears his trip will provide more legitimacy to the ruling junta.

    Continue reading...", - "content": "

    Critics fear Hun Sen’s meeting with military ruler Min Aung Hlaing gives legitimacy to the ruling junta

    Cambodian prime minister Hun Sen has met Myanmar’s military ruler Min Aung Hlaing, amid criticism of the first visit by a head of government since the army seized power from an elected government last year.

    Hun Sen was greeted by an honour guard and red carpet when he arrived on Friday, just as protests by coup opponents broke out in other parts of the country over fears his trip will provide more legitimacy to the ruling junta.

    Continue reading...", - "category": "Myanmar", - "link": "https://www.theguardian.com/world/2022/jan/08/cambodian-pm-hun-sens-visit-with-myanmar-military-chief-sparks-protests", - "creator": "Reuters", - "pubDate": "2022-01-08T04:00:36Z", + "title": "Ashes 2021-22 fifth Test, day one: Australia v England – live!", + "description": "

    A host of changes for England. No Anderson, who was born to bowl on pitches like this. Jonny Bairstow didn’t come up. A Test debut for Sam Billings, currently the keeper for the Sydney Thunder, and England’s 700th Test cap.

    An absolute no brainer.

    Continue reading...", + "content": "

    A host of changes for England. No Anderson, who was born to bowl on pitches like this. Jonny Bairstow didn’t come up. A Test debut for Sam Billings, currently the keeper for the Sydney Thunder, and England’s 700th Test cap.

    An absolute no brainer.

    Continue reading...", + "category": "Ashes 2021-22", + "link": "https://www.theguardian.com/sport/live/2022/jan/14/ashes-2021-22-australia-vs-england-day-one-1-cricket-5th-fifth-test-live-score-card-aus-v-eng-start-time-latest-updates", + "creator": "Jonathan Horn (now) and Tanya Aldred (later)", + "pubDate": "2022-01-14T05:51:25Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273038,17 +277328,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "568a85cb457e8118c5da8c9b0c1542ee", + "hash": "017a322bbd1d943cf3a860ab13721751", "highlights": [] }, { - "title": "Covid live: UK government plans for ‘one in four’ teachers to be off; record 26,458 cases in Philippines", - "description": "

    Latest developments as teaching union boss warns of mixed picture for schools

    Video of an NHS doctor challenging the UK health secretary over vaccine mandates for healthcare workers has gone viral on social media.

    The scene, which was caught by Sky News cameras, was first broadcast on Friday after Javid visited Kings College Hospital in south London.

    Continue reading...", - "content": "

    Latest developments as teaching union boss warns of mixed picture for schools

    Video of an NHS doctor challenging the UK health secretary over vaccine mandates for healthcare workers has gone viral on social media.

    The scene, which was caught by Sky News cameras, was first broadcast on Friday after Javid visited Kings College Hospital in south London.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/08/covid-live-government-in-uk-plans-for-one-in-four-teachers-to-be-off-record-26458-cases-in-philippines", - "creator": "Damien Gayle", - "pubDate": "2022-01-08T09:19:11Z", + "title": "Northern Ireland manufacturers say Brexit protocol least of worries – survey", + "description": "

    Top concern is labour shortages as 28% of manufacturers say trade with EU has increased

    Manufacturers in Northern Ireland have ranked the post-Brexit arrangements for trade in Northern Ireland as the least of the challenges facing their businesses, according to a quarterly industry survey, with 28% saying trade with the EU has increased over the last year.

    The top concern was listed as labour shortages caused by the pandemic but also the end of freedom of movement that prevents EU citizens living in border counties in the republic of Ireland crossing into Northern Ireland for work.

    Continue reading...", + "content": "

    Top concern is labour shortages as 28% of manufacturers say trade with EU has increased

    Manufacturers in Northern Ireland have ranked the post-Brexit arrangements for trade in Northern Ireland as the least of the challenges facing their businesses, according to a quarterly industry survey, with 28% saying trade with the EU has increased over the last year.

    The top concern was listed as labour shortages caused by the pandemic but also the end of freedom of movement that prevents EU citizens living in border counties in the republic of Ireland crossing into Northern Ireland for work.

    Continue reading...", + "category": "Northern Ireland", + "link": "https://www.theguardian.com/uk-news/2022/jan/14/northern-ireland-manufacturers-say-brexit-protocol-least-of-worries-survey", + "creator": "Lisa O'Carroll Brexit correspondent", + "pubDate": "2022-01-14T09:21:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273060,17 +277350,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2476fc8b6ce3c2d48f3ddcb0af8d358", + "hash": "224795b782841504fe0bf62ddfcb2ce9", "highlights": [] }, { - "title": "‘We can’t ignore reality’: Colorado fires highlight urgency of US climate legislation", - "description": "

    Build Back Better bill hangs in balance as Biden takes his sixth tour of a climate disaster since taking office

    Joe Biden ended his tour of neighborhoods devastated by Colorado’s most destructive blaze by emphasizing the link between America’s escalating wildfires and the global climate crisis, saying that the US can “no longer ignore the reality” of weather conditions that have “supercharged” blazes.

    Biden’s trip to Boulder county on Friday marked his sixth climate disaster tour since taking office a year ago, underscoring the growing threat of global heating in the US and the need for radical action to cut greenhouse gas emissions.

    Continue reading...", - "content": "

    Build Back Better bill hangs in balance as Biden takes his sixth tour of a climate disaster since taking office

    Joe Biden ended his tour of neighborhoods devastated by Colorado’s most destructive blaze by emphasizing the link between America’s escalating wildfires and the global climate crisis, saying that the US can “no longer ignore the reality” of weather conditions that have “supercharged” blazes.

    Biden’s trip to Boulder county on Friday marked his sixth climate disaster tour since taking office a year ago, underscoring the growing threat of global heating in the US and the need for radical action to cut greenhouse gas emissions.

    Continue reading...", - "category": "Climate crisis", - "link": "https://www.theguardian.com/environment/2022/jan/07/climate-change-colorado-wildfires-joe-biden-build-back-better", - "creator": "Nina Lakhani Climate justice reporter", - "pubDate": "2022-01-08T03:03:07Z", + "title": "North Korean hackers stole $400m in digital assets last year, says report", + "description": "

    The regime has launched at least seven cyber-attacks on cryptocurrency platforms, say blockchain experts

    North Korea has launched at least seven attacks on cryptocurrency platforms that extracted nearly $400m worth of digital assets last year, one of its most successful years on record, according to a new analysis.

    “From 2020 to 2021, the number of North Korean-linked hacks jumped from four to seven, and the value extracted from these hacks grew by 40%,” said the report by blockchain experts Chainalysis, which was released on Thursday.

    Continue reading...", + "content": "

    The regime has launched at least seven cyber-attacks on cryptocurrency platforms, say blockchain experts

    North Korea has launched at least seven attacks on cryptocurrency platforms that extracted nearly $400m worth of digital assets last year, one of its most successful years on record, according to a new analysis.

    “From 2020 to 2021, the number of North Korean-linked hacks jumped from four to seven, and the value extracted from these hacks grew by 40%,” said the report by blockchain experts Chainalysis, which was released on Thursday.

    Continue reading...", + "category": "North Korea", + "link": "https://www.theguardian.com/world/2022/jan/14/north-korean-hackers-stole-400m-in-digital-assets-last-year-says-report", + "creator": "Reuters", + "pubDate": "2022-01-14T03:51:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273082,17 +277372,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bbb0d44d08f17b25e1dbb22130730f7", + "hash": "bfe5e42436053e2135545c00d33f2822", "highlights": [] }, { - "title": "I had death threats and my tires slashed for my reporting. Many journalists in the Pacific face huge dangers | Joyce McClure", - "description": "

    Freedom of the press might be included in some constitutions of Pacific countries, but it often only works in theory

    I spent five years as the lone journalist on the remote Pacific island of Yap. During that time I was harassed, spat at, threatened with assassination and warned that I was being followed. The tyres on my car were slashed late one night.

    There was also pressure on the political level. The chiefs of the traditional Council of Pilung (COP) asked the state legislature to throw me out of the country as a “persona non grata” claiming that my journalism “may be disruptive to the state environment and/or to the safety and security of the state”.

    Continue reading...", - "content": "

    Freedom of the press might be included in some constitutions of Pacific countries, but it often only works in theory

    I spent five years as the lone journalist on the remote Pacific island of Yap. During that time I was harassed, spat at, threatened with assassination and warned that I was being followed. The tyres on my car were slashed late one night.

    There was also pressure on the political level. The chiefs of the traditional Council of Pilung (COP) asked the state legislature to throw me out of the country as a “persona non grata” claiming that my journalism “may be disruptive to the state environment and/or to the safety and security of the state”.

    Continue reading...", - "category": "Press freedom", - "link": "https://www.theguardian.com/world/commentisfree/2022/jan/07/i-had-death-threats-for-my-reporting-many-journalists-in-the-pacific-face-huge-dangers", - "creator": "Joyce McClure", - "pubDate": "2022-01-07T00:20:22Z", + "title": "Earliest edition of US Declaration of Independence to go on sale", + "description": "

    Historical document is part of an auction of the private library of antiquarian book dealer William S Reese

    One of the earliest contemporary broadside editions of the Declaration of Independence is to go on sale later this year as part of an auction of the private library of William S Reese, the most prominent antiquarian book dealer of his generation.

    The collection of “Bill” Reese, including printed works, historic prints, fine art and colour-plate books, will be among the most valuable sales of printed Americana in over 50 years, Christie’s said, giving it a “conservative” pre-sale estimate of $12m-$18m.

    Continue reading...", + "content": "

    Historical document is part of an auction of the private library of antiquarian book dealer William S Reese

    One of the earliest contemporary broadside editions of the Declaration of Independence is to go on sale later this year as part of an auction of the private library of William S Reese, the most prominent antiquarian book dealer of his generation.

    The collection of “Bill” Reese, including printed works, historic prints, fine art and colour-plate books, will be among the most valuable sales of printed Americana in over 50 years, Christie’s said, giving it a “conservative” pre-sale estimate of $12m-$18m.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2022/jan/13/earliest-edition-of-us-declaration-of-independence-to-go-on-sale", + "creator": "Nadia Khomami", + "pubDate": "2022-01-13T22:20:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273104,17 +277394,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "74cba4043aa2b0dd8a0b91309300a3f3", + "hash": "e56ce5ca5c6e0d67653d7581f89e36ea", "highlights": [] }, { - "title": "German killer who had ‘cannibalism fantasies’ jailed for life", - "description": "

    Stefan R murdered man he had met on dating portal, cut up his body and left parts around Berlin

    A Berlin teacher has been convicted of murder and sentenced to life in prison for the killing of another man that the judge said was carried out as part of “cannibalism fantasies”.

    The 42-year-old, identified only as Stefan R, in keeping with German privacy rules, was also convicted of disturbing the peace of the dead after a trial that opened in August.

    Continue reading...", - "content": "

    Stefan R murdered man he had met on dating portal, cut up his body and left parts around Berlin

    A Berlin teacher has been convicted of murder and sentenced to life in prison for the killing of another man that the judge said was carried out as part of “cannibalism fantasies”.

    The 42-year-old, identified only as Stefan R, in keeping with German privacy rules, was also convicted of disturbing the peace of the dead after a trial that opened in August.

    Continue reading...", - "category": "Germany", - "link": "https://www.theguardian.com/world/2022/jan/07/german-killer-who-had-cannibalism-fantasies-jailed-for-life", - "creator": "Associated Press in Berlin", - "pubDate": "2022-01-07T19:26:34Z", + "title": "Covid live: Swedish PM tests positive; Israel says it has administered 500,000 4th vaccine shots", + "description": "

    Magdalena Andersson will work from home after rapid test; Israel began administering second boosters to the most vulnerable late last month

    South Korea will extend tougher social distancing rules for three more weeks amid concerns over a looming Omicron wave ahead of the Lunar New Year holidays, officials said on Friday.

    The curbs were restored a month ago just six weeks after being eased under a “living with Covid-19” scheme, as record-breaking numbers of new cases and critically ill patients threatened to saturate the country’s medical system.

    Continue reading...", + "content": "

    Magdalena Andersson will work from home after rapid test; Israel began administering second boosters to the most vulnerable late last month

    South Korea will extend tougher social distancing rules for three more weeks amid concerns over a looming Omicron wave ahead of the Lunar New Year holidays, officials said on Friday.

    The curbs were restored a month ago just six weeks after being eased under a “living with Covid-19” scheme, as record-breaking numbers of new cases and critically ill patients threatened to saturate the country’s medical system.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/14/covid-live-news-poorer-nations-forced-to-reject-100m-near-expired-coronavirus-vaccines-spain-to-offer-fourth-dose-to-vulnerable", + "creator": "Martin Belam (now) and Samantha Lock (earlier)", + "pubDate": "2022-01-14T10:33:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273126,17 +277416,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a10a6038239597fdbf8370bca1fd2da9", + "hash": "4a739763d7943f3902c75f26c8ea1e3c", "highlights": [] }, { - "title": "Flying to the rescue: Scottish mountain teams are turning to drones", - "description": "

    Drones are helping in searches across tricky terrain and their role could grow as technology improves

    Scotland’s mountain rescue teams have begun using sophisticated drones to search for injured and missing climbers lost in often dangerous and isolated terrain across the Highlands.

    The drones, weighing just under a kilo, can be fitted with torches, heat-detecting cameras, loudspeakers and even radio handsets, enabling rescuers to search inaccessible gullies and remote areas more quickly and safely than before.

    Continue reading...", - "content": "

    Drones are helping in searches across tricky terrain and their role could grow as technology improves

    Scotland’s mountain rescue teams have begun using sophisticated drones to search for injured and missing climbers lost in often dangerous and isolated terrain across the Highlands.

    The drones, weighing just under a kilo, can be fitted with torches, heat-detecting cameras, loudspeakers and even radio handsets, enabling rescuers to search inaccessible gullies and remote areas more quickly and safely than before.

    Continue reading...", - "category": "Scotland", - "link": "https://www.theguardian.com/uk-news/2022/jan/08/flying-to-the-rescue-scottish-mountain-teams-are-turning-to-drones", - "creator": "Severin Carrell Scotland editor", - "pubDate": "2022-01-08T08:00:46Z", + "title": "Philippines accused of being ‘anti-poor’ with public transport ban on Covid unvaccinated", + "description": "

    Rights groups say the ban penalises those who cannot travel in a private vehicle or work from home

    The Philippine government has defended a controversial ban that prevents unvaccinated people from using public transport in the capital of Manila, denying that the policy is “anti-poor”.

    The “no vaccination, no ride” policy is designed to curb a recent wave of Covid infections and applies to all modes of transport to and from Metro Manila, including public buses, jeepneys, rail, boats and planes. The policy will be fully implemented from Monday, according to local media, when passengers will be required to show proof of vaccination.

    Continue reading...", + "content": "

    Rights groups say the ban penalises those who cannot travel in a private vehicle or work from home

    The Philippine government has defended a controversial ban that prevents unvaccinated people from using public transport in the capital of Manila, denying that the policy is “anti-poor”.

    The “no vaccination, no ride” policy is designed to curb a recent wave of Covid infections and applies to all modes of transport to and from Metro Manila, including public buses, jeepneys, rail, boats and planes. The policy will be fully implemented from Monday, according to local media, when passengers will be required to show proof of vaccination.

    Continue reading...", + "category": "Philippines", + "link": "https://www.theguardian.com/world/2022/jan/14/philippines-accused-of-being-anti-poor-with-public-transport-ban-on-covid-unvaccinated", + "creator": "Rebecca Ratcliffe in Bangkok", + "pubDate": "2022-01-14T05:17:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273148,17 +277438,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9bcde25ff3a30c5dd75ada9a9b9a4dc7", + "hash": "916cfed5b113fc3f6754f2cae9422064", "highlights": [] }, { - "title": "‘Unmatched’: contents of 70s French power couple’s final bolthole up for auction", - "description": "

    Sotheby’s to sell designs and artwork of François Catroux, decorator to the stars, and his wife, Betty, muse to Yves Saint Laurent

    In 1970s Paris, Betty Catroux and her husband, François, were the glittering couple at the heart of French high society and what used to be known as the international jet set.

    She was the androgynous model and darling of the French designer Yves Saint Laurent, he the self-taught interior decorator who transformed the mansions, grand apartments and chateaux of the super-rich or royal, among them the Rothschilds, Diane von Furstenberg and, later, Roman Abramovich.

    Continue reading...", - "content": "

    Sotheby’s to sell designs and artwork of François Catroux, decorator to the stars, and his wife, Betty, muse to Yves Saint Laurent

    In 1970s Paris, Betty Catroux and her husband, François, were the glittering couple at the heart of French high society and what used to be known as the international jet set.

    She was the androgynous model and darling of the French designer Yves Saint Laurent, he the self-taught interior decorator who transformed the mansions, grand apartments and chateaux of the super-rich or royal, among them the Rothschilds, Diane von Furstenberg and, later, Roman Abramovich.

    Continue reading...", - "category": "Interiors", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/07/contents-of-70s-french-power-couple-final-bolthole-up-for-auction-betty-francois-catroux", - "creator": "Kim Willsher in Paris", - "pubDate": "2022-01-07T11:30:38Z", + "title": "‘I need to not be violent to myself’: Big Thief on pain, healing and their intense musical bond", + "description": "

    The folk-rockers have weathered divorce and trauma to become one of the US’s best bands. Loved up with one another on tour, they explain their need for imperfection – and why recording is like sex

    It is early afternoon in downtown Nashville, and the party is already going strong. Bachelorettes in pink cowboy hats are flowing, mask-free, in and out of the honky-tonks. The members of Big Thief, though – Adrianne Lenker, Buck Meek, Max Oleartchik and James Krivchenia – are sitting outside the Ryman Auditorium like dots of oil floating atop the water. No one seems to notice that one of the US’s best bands is scattered around a patio table a few hours before their show tonight, just yards above the 24/7 bacchanal.

    “There’s a pigeon-keeper up there,” says the band’s frontperson Lenker, leaning forward in her chair in a horse-print shirt, jeans and a bandanna, her gaze fixed on a small skyscraper. She points, and the rest of the band follows her finger to a group of birds on top of a building, furiously in motion. “They’re flying in circles, so there has to be a cage up there. They only do that when there is someone conducting them.”

    Continue reading...", + "content": "

    The folk-rockers have weathered divorce and trauma to become one of the US’s best bands. Loved up with one another on tour, they explain their need for imperfection – and why recording is like sex

    It is early afternoon in downtown Nashville, and the party is already going strong. Bachelorettes in pink cowboy hats are flowing, mask-free, in and out of the honky-tonks. The members of Big Thief, though – Adrianne Lenker, Buck Meek, Max Oleartchik and James Krivchenia – are sitting outside the Ryman Auditorium like dots of oil floating atop the water. No one seems to notice that one of the US’s best bands is scattered around a patio table a few hours before their show tonight, just yards above the 24/7 bacchanal.

    “There’s a pigeon-keeper up there,” says the band’s frontperson Lenker, leaning forward in her chair in a horse-print shirt, jeans and a bandanna, her gaze fixed on a small skyscraper. She points, and the rest of the band follows her finger to a group of birds on top of a building, furiously in motion. “They’re flying in circles, so there has to be a cage up there. They only do that when there is someone conducting them.”

    Continue reading...", + "category": "Big Thief", + "link": "https://www.theguardian.com/music/2022/jan/14/big-thief-on-pain-healing-and-their-intense-musical-bond", + "creator": "Marissa R Moss", + "pubDate": "2022-01-14T06:00:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273170,17 +277460,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "32e674082d3eeec7bd9fcc59a7a8d5d3", + "hash": "2ee23bb1dc9308eb13b2a7da064d2161", "highlights": [] }, { - "title": "‘Drastic’ rise in high Arctic lightning has scientists worried", - "description": "

    The region’s air typically doesn’t suit strikes – so they have become an important climate crisis indicator

    The high Arctic saw a dramatic rise in lightning in 2021 in what could be one of the most spectacular manifestations of the climate crisis.

    In a region where sightings were once rare, the Earth’s northernmost region saw 7,278 lightning strikes in 2021 – nearly double as many as the previous nine years combined.

    Continue reading...", - "content": "

    The region’s air typically doesn’t suit strikes – so they have become an important climate crisis indicator

    The high Arctic saw a dramatic rise in lightning in 2021 in what could be one of the most spectacular manifestations of the climate crisis.

    In a region where sightings were once rare, the Earth’s northernmost region saw 7,278 lightning strikes in 2021 – nearly double as many as the previous nine years combined.

    Continue reading...", - "category": "Climate crisis", - "link": "https://www.theguardian.com/environment/2022/jan/07/lightning-high-arctic-rise-scientists-worried", - "creator": "Léonie Chao-Fong", - "pubDate": "2022-01-07T17:53:48Z", + "title": "‘I don’t think we should talk about me’: a visit to David Strathairn’s own Nightmare Alley", + "description": "

    One of the stars of Guillermo del Toro’s new noir, he has been a captivating character actor for 40 years, but is rarely put up before the press. We find out why …

    Fugitives facing the firing squad have looked more relaxed than David Strathairn does right now. One of the most perspicacious character actors of the past 40 years, he has been exceptional so often on screen that any attempt to list the highlights runs the risk of simply transcribing his IMDb page: Nomadland, LA Confidential, The River Wild, Sneakers, a batch of rigorous dramas by his longtime friend John Sayles (including Matewan and Limbo), a fling with Carmella on The Sopranos, a career-best performance as a predatory teacher in the indie gem Blue Car, and an Oscar nomination for Good Night, and Good Luck. Today the 72-year-old, who resembles a lean, lined Cary Grant, is sitting bolt upright and strangely far from the camera as he talks via video call from New York. Or rather, doesn’t talk. I have just asked him a question that he considers irrelevant, even impertinent, and he has clammed up.

    To think, it all started so well. Discussing his new movie, Guillermo del Toro’s 1940s-set noir thriller Nightmare Alley, Strathairn is in his element. In this adaptation of William Lindsay Gresham’s novel, filmed once before, in 1947, he plays Pete, a soused, weather-beaten mentalist who performs a mind-reading act with his wife, Zeena (Toni Collette), at an insalubrious travelling carnival. The doggedly cheerful couple have seen better days. “Pete was at the top of his game many years earlier when they were in Paris,” he reflects. “He has this idea that he was once a great mentalist on the most renowned stages. It’s an interesting contrast to where we find him in the film.”

    Continue reading...", + "content": "

    One of the stars of Guillermo del Toro’s new noir, he has been a captivating character actor for 40 years, but is rarely put up before the press. We find out why …

    Fugitives facing the firing squad have looked more relaxed than David Strathairn does right now. One of the most perspicacious character actors of the past 40 years, he has been exceptional so often on screen that any attempt to list the highlights runs the risk of simply transcribing his IMDb page: Nomadland, LA Confidential, The River Wild, Sneakers, a batch of rigorous dramas by his longtime friend John Sayles (including Matewan and Limbo), a fling with Carmella on The Sopranos, a career-best performance as a predatory teacher in the indie gem Blue Car, and an Oscar nomination for Good Night, and Good Luck. Today the 72-year-old, who resembles a lean, lined Cary Grant, is sitting bolt upright and strangely far from the camera as he talks via video call from New York. Or rather, doesn’t talk. I have just asked him a question that he considers irrelevant, even impertinent, and he has clammed up.

    To think, it all started so well. Discussing his new movie, Guillermo del Toro’s 1940s-set noir thriller Nightmare Alley, Strathairn is in his element. In this adaptation of William Lindsay Gresham’s novel, filmed once before, in 1947, he plays Pete, a soused, weather-beaten mentalist who performs a mind-reading act with his wife, Zeena (Toni Collette), at an insalubrious travelling carnival. The doggedly cheerful couple have seen better days. “Pete was at the top of his game many years earlier when they were in Paris,” he reflects. “He has this idea that he was once a great mentalist on the most renowned stages. It’s an interesting contrast to where we find him in the film.”

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2022/jan/14/i-dont-think-we-should-talk-about-me-a-visit-to-david-strathairns-own-nightmare-alley", + "creator": "Ryan Gilbey", + "pubDate": "2022-01-14T09:37:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273192,17 +277482,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "98d28dfc7d663b90481b39bcc107cdaf", + "hash": "5d765f50db97a3d83e665248d49aecd4", "highlights": [] }, { - "title": "The rise of lateral flow tests: are these ‘heroes’ of the pandemic here to stay?", - "description": "

    After missteps and controversy, the quick and easy tests are well on way to becoming part of daily life

    Once obscure diagnostic devices, lateral flow tests have had a rocky path to mainstream use, but some experts now view their rise to ubiquity as a “heroic” step in the fight against Covid-19 and say they could be here to stay.

    As the first wave of Covid crashed down in early 2020 and governments scrambled to secure PPE, ventilators and reagents for laboratory testing, behind the scenes some had already foreseen a role for the pregnancy test-style kits.

    Continue reading...", - "content": "

    After missteps and controversy, the quick and easy tests are well on way to becoming part of daily life

    Once obscure diagnostic devices, lateral flow tests have had a rocky path to mainstream use, but some experts now view their rise to ubiquity as a “heroic” step in the fight against Covid-19 and say they could be here to stay.

    As the first wave of Covid crashed down in early 2020 and governments scrambled to secure PPE, ventilators and reagents for laboratory testing, behind the scenes some had already foreseen a role for the pregnancy test-style kits.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/07/the-rise-of-lateral-flow-tests-are-these-heroes-of-the-pandemic-here-to-stay", - "creator": "Hannah Devlin Science correspondent", - "pubDate": "2022-01-07T17:03:07Z", + "title": "You be the judge: should my daughter stop hogging the television?", + "description": "

    He likes drama series; she loves reality TV. We air both sides of their domestic disagreement – and ask you to deliver a verdict


    Fall out over housework? Don’t like your partner’s pet? If you have a disagreement you’d like settled, or want to be part of our jury, click here

    Annabelle commandeers the front room for her trashy TV when I want to relax with a good drama

    Continue reading...", + "content": "

    He likes drama series; she loves reality TV. We air both sides of their domestic disagreement – and ask you to deliver a verdict


    Fall out over housework? Don’t like your partner’s pet? If you have a disagreement you’d like settled, or want to be part of our jury, click here

    Annabelle commandeers the front room for her trashy TV when I want to relax with a good drama

    Continue reading...", + "category": "Family", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/14/you-be-the-judge-should-my-daughter-stop-hogging-the-television", + "creator": "Interviews by Georgina Lawton", + "pubDate": "2022-01-14T08:00:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273214,17 +277504,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b888372fc088fc6402f69a3c4d577071", + "hash": "c38ce2a0b18acb8894a45a5badf2fdb7", "highlights": [] }, { - "title": "Japan attempts to stem surge in Covid cases linked to US military bases", - "description": "

    Limits on restaurant opening times imposed in Okinawa and parts of Hiroshima and Yamaguchi

    Japan is to introduce limits on bar and restaurant opening times in three areas in an attempt to stem a surge in coronavirus cases that has been linked to US military bases.

    The measures – officially described as a quasi-state of emergency – will go into effect from Sunday until the end of the month in Okinawa, home to more than half of the US service personnel based in Japan, and parts of the western prefectures of Hiroshima and Yamaguchi, which also host American troops.

    Continue reading...", - "content": "

    Limits on restaurant opening times imposed in Okinawa and parts of Hiroshima and Yamaguchi

    Japan is to introduce limits on bar and restaurant opening times in three areas in an attempt to stem a surge in coronavirus cases that has been linked to US military bases.

    The measures – officially described as a quasi-state of emergency – will go into effect from Sunday until the end of the month in Okinawa, home to more than half of the US service personnel based in Japan, and parts of the western prefectures of Hiroshima and Yamaguchi, which also host American troops.

    Continue reading...", - "category": "Japan", - "link": "https://www.theguardian.com/world/2022/jan/07/japan-surge-covid-cases-us-military-bases-okinawa", - "creator": "Justin McCurry in Tokyo and agencies", - "pubDate": "2022-01-07T16:09:14Z", + "title": "Behind the scenes of Munich: The Edge of War – in pictures", + "description": "

    Guardian photographer Sarah Lee describes her experience as a stills photographer on the set of the joint British-German Netflix production starring Jeremy Irons

    Munich, based on the Robert Harris novel, is a German-British TV production that was filmed in Germany and subsequently in England in late 2020. I was invited to join the crew as an on-set stills photographer for the UK leg of shooting.

    We started in Liverpool, which was doubling for 1930s London. The historic Liver Building, which stood in for Gotham city in the forthcoming Batman movie, made a very convincing Whitehall. The production later moved south to Amersham in Buckinghamshire where we shot in historic houses used as sets for Chequers and Downing Street.

    Liverpool doubled for 1930s London – with the historic Liver Building making an impressive substitute for Whitehall

    Continue reading...", + "content": "

    Guardian photographer Sarah Lee describes her experience as a stills photographer on the set of the joint British-German Netflix production starring Jeremy Irons

    Munich, based on the Robert Harris novel, is a German-British TV production that was filmed in Germany and subsequently in England in late 2020. I was invited to join the crew as an on-set stills photographer for the UK leg of shooting.

    We started in Liverpool, which was doubling for 1930s London. The historic Liver Building, which stood in for Gotham city in the forthcoming Batman movie, made a very convincing Whitehall. The production later moved south to Amersham in Buckinghamshire where we shot in historic houses used as sets for Chequers and Downing Street.

    Liverpool doubled for 1930s London – with the historic Liver Building making an impressive substitute for Whitehall

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/artanddesign/2022/jan/14/behind-the-scenes-of-munich-the-edge-of-war-in-pictures", + "creator": "Sarah Lee", + "pubDate": "2022-01-14T07:00:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273236,17 +277526,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1bb0bf01ac30c7c0835ebd281029542", + "hash": "dca334cd6ccb5f7dd21a718a6d39078d", "highlights": [] }, { - "title": "‘Epically heroic and tragic’: how a family treasure hunt ended with a son lost at sea", - "description": "

    Hunter Lewis spent years creating the adventure, but it ended tragically when he didn’t return from preparing the final clue

    Hunter Lewis left his father’s home on California’s far northern coast last week with a plan. The adventurous college student, 21, had spent years creating an elaborate treasure hunt for his friends and family. Now it was time to hide the final prize.

    On 30 December, Lewis is believed to have launched a 15ft green canoe into the frigid Pacific waters to hide the treasure that would complete the journey.

    Continue reading...", - "content": "

    Hunter Lewis spent years creating the adventure, but it ended tragically when he didn’t return from preparing the final clue

    Hunter Lewis left his father’s home on California’s far northern coast last week with a plan. The adventurous college student, 21, had spent years creating an elaborate treasure hunt for his friends and family. Now it was time to hide the final prize.

    On 30 December, Lewis is believed to have launched a 15ft green canoe into the frigid Pacific waters to hide the treasure that would complete the journey.

    Continue reading...", - "category": "California", - "link": "https://www.theguardian.com/us-news/2022/jan/07/hunter-lewis-treasure-hunt-california", - "creator": "Dani Anguiano in Los Angeles", - "pubDate": "2022-01-08T06:00:44Z", + "title": "Final mile: non-profit helps families bring home truckers killed on the job", + "description": "

    Truckers Final Mile was set up by a driver who witnessed first-hand companies’ indifference to death and injury on the road

    On the day after Christmas in 2021, 56-year-old Daryn Worster, a long-haul truck driver, was seriously injured in a crash near Grants, New Mexico. He ultimately died from injuries sustained during the crash.

    Though Worster worked for a trucking firm, his wife, Joani Worster said she received no help from the company in bringing her husband home from New Mexico to Cedar Rapids, Iowa, where he would be laid to rest.

    Continue reading...", + "content": "

    Truckers Final Mile was set up by a driver who witnessed first-hand companies’ indifference to death and injury on the road

    On the day after Christmas in 2021, 56-year-old Daryn Worster, a long-haul truck driver, was seriously injured in a crash near Grants, New Mexico. He ultimately died from injuries sustained during the crash.

    Though Worster worked for a trucking firm, his wife, Joani Worster said she received no help from the company in bringing her husband home from New Mexico to Cedar Rapids, Iowa, where he would be laid to rest.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2022/jan/14/truckers-final-mile-non-profit-retrieve-killed-injured", + "creator": "Michael Sainato", + "pubDate": "2022-01-14T10:00:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273258,17 +277548,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "98b90b35880bf89cc70a18ce148cb08d", + "hash": "3e1c15bb8d2dc15dddbe838f9ba8e184", "highlights": [] }, { - "title": "Craig Tiley privately praises staff for ‘unbelievable job’ as Djokovic visa saga drags on", - "description": "

    Leaked video shows Tennis Australia boss saying organisation is choosing to stay out of public despite pressure to explain its travel advice to players

    The boss of Tennis Australia has privately told his staff the organisation has done “an unbelievable job” in handling the Novak Djokovic affair despite refusing to explain to the public why players were told a prior Covid-19 infection would exempt them from vaccine travel requirements.

    The scandal surrounding Djokovic deepened on Saturday, following revelations that Tennis Australia informed players that a prior infection would be a reason to exempt them from Australia’s tough border restrictions. That advice was given despite the health department telling Tennis Australia on two occasions that exemptions did not exist for those recently infected with Covid.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "content": "

    Leaked video shows Tennis Australia boss saying organisation is choosing to stay out of public despite pressure to explain its travel advice to players

    The boss of Tennis Australia has privately told his staff the organisation has done “an unbelievable job” in handling the Novak Djokovic affair despite refusing to explain to the public why players were told a prior Covid-19 infection would exempt them from vaccine travel requirements.

    The scandal surrounding Djokovic deepened on Saturday, following revelations that Tennis Australia informed players that a prior infection would be a reason to exempt them from Australia’s tough border restrictions. That advice was given despite the health department telling Tennis Australia on two occasions that exemptions did not exist for those recently infected with Covid.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "category": "Novak Djokovic", - "link": "https://www.theguardian.com/sport/2022/jan/08/craig-tiley-privately-praises-staff-for-unbelievable-job-as-djokovic-visa-saga-drags-on", - "creator": "Christopher Knaus", - "pubDate": "2022-01-08T05:00:14Z", + "title": "NSW and Victoria urged to better help diverse communities understand RAT rules", + "description": "

    A lack of effort in spreading messages about rapid antigen tests to diverse communities may lead to underreporting of Covid cases, advocates say

    Community organisations in NSW and Victoria are calling on their state governments to expand outreach to culturally and linguistically diverse communities, amid concerns of underreporting of rapid antigen tests results.

    Service NSW, which launched its online system to register positive rapid antigen tests on Wednesday, offers translation options, while the Victorian portal tells users to call the Covid hotline for a translator.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "content": "

    A lack of effort in spreading messages about rapid antigen tests to diverse communities may lead to underreporting of Covid cases, advocates say

    Community organisations in NSW and Victoria are calling on their state governments to expand outreach to culturally and linguistically diverse communities, amid concerns of underreporting of rapid antigen tests results.

    Service NSW, which launched its online system to register positive rapid antigen tests on Wednesday, offers translation options, while the Victorian portal tells users to call the Covid hotline for a translator.

    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/2022/jan/14/nsw-and-victoria-urged-to-better-help-diverse-communities-understand-rat-rules", + "creator": "Mostafa Rachwani", + "pubDate": "2022-01-14T08:16:41Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273280,17 +277570,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2075e0e67d3a8ffb3fe96d3491ef48f1", + "hash": "79794199b29084ee6545fecbd6e2c5b3", "highlights": [] }, { - "title": "Ashes 2021-22 fourth Test, day four: Australia v England – as it happened", - "description": "

    I’d be staying up while Bairstow is there, big time. I don’t know how “big time” amplifies it in any way, and yet, there it is.

    England’s best day yesterday. They are still a long way behind.

    Continue reading...", - "content": "

    I’d be staying up while Bairstow is there, big time. I don’t know how “big time” amplifies it in any way, and yet, there it is.

    England’s best day yesterday. They are still a long way behind.

    Continue reading...", - "category": "Ashes 2021-22", - "link": "https://www.theguardian.com/sport/live/2022/jan/08/ashes-2021-22-australia-vs-england-day-four-4-cricket-4th-fourth-test-live-score-card-aus-v-eng-start-time-latest-updates", - "creator": "Tanya Aldred (later) and Sam Perry (earlier)", - "pubDate": "2022-01-08T07:40:14Z", + "title": "Novak Djokovic: Australia cancels tennis player’s visa before Australian Open", + "description": "

    Immigration minister Alex Hawke revokes Serbian player’s visa

    Novak Djokovic’s Australian visa has again been cancelled just days before the start of the Australian Open.

    On Friday, the Australian immigration minister, Alex Hawke, exercised a personal power to cancel Djokovic’s visa, likely to result in the world No 1’s deportation and putting him out of contention for the grand slam tournament barring an against-the-odds court victory.

    Continue reading...", + "content": "

    Immigration minister Alex Hawke revokes Serbian player’s visa

    Novak Djokovic’s Australian visa has again been cancelled just days before the start of the Australian Open.

    On Friday, the Australian immigration minister, Alex Hawke, exercised a personal power to cancel Djokovic’s visa, likely to result in the world No 1’s deportation and putting him out of contention for the grand slam tournament barring an against-the-odds court victory.

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/sport/2022/jan/14/novak-djokovic-visa-cancelled-tennis-2022-australian-open-immigration-minister-australia", + "creator": "Paul Karp", + "pubDate": "2022-01-14T08:51:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273302,17 +277592,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1be48aae3c6dd7cab84b6624184f4602", + "hash": "68c4ccb108f7306d87e7c23b9f816315", "highlights": [] }, { - "title": "US secretary of state says diplomatic solution to Ukraine crisis still possible", - "description": "

    But Tony Blinken warns progress impossible while Russia escalates pressure along border and ‘gaslights’ world

    The US secretary of state, Tony Blinken, has said that a diplomatic resolution to the Ukraine crisis was still possible and preferable, but warned that progress was impossible while Russia continued to escalate pressure along the border.

    Blinken was speaking after a virtual meeting of Nato foreign ministers and before a week of intensive diplomacy in Europe aimed at fending off a threatened Russian invasion of Ukraine.

    Continue reading...", - "content": "

    But Tony Blinken warns progress impossible while Russia escalates pressure along border and ‘gaslights’ world

    The US secretary of state, Tony Blinken, has said that a diplomatic resolution to the Ukraine crisis was still possible and preferable, but warned that progress was impossible while Russia continued to escalate pressure along the border.

    Blinken was speaking after a virtual meeting of Nato foreign ministers and before a week of intensive diplomacy in Europe aimed at fending off a threatened Russian invasion of Ukraine.

    Continue reading...", - "category": "Nato", - "link": "https://www.theguardian.com/world/2022/jan/07/nato-chief-warns-of-real-risk-of-ukraine-conflict-as-russian-buildup-continues", - "creator": "Patrick Wintour Diplomatic editor and Julian Borger in Washington", - "pubDate": "2022-01-07T20:14:57Z", + "title": "UK economy back to pre-pandemic levels in November", + "description": "

    GDP expanded by 0.9% before impact of Omicron as Christmas shopping began early

    The UK economy surpassed its pre-pandemic level for the first time in November after growing by 0.9% over the month, partly driven by an unexpected surge in early Christmas shopping.

    The Office for National Statistics (ONS) said a jump in restaurant bookings and a rapid turnaround in construction output were also behind the growth that took the size of the economy 0.7% above its level before March 2020.

    Continue reading...", + "content": "

    GDP expanded by 0.9% before impact of Omicron as Christmas shopping began early

    The UK economy surpassed its pre-pandemic level for the first time in November after growing by 0.9% over the month, partly driven by an unexpected surge in early Christmas shopping.

    The Office for National Statistics (ONS) said a jump in restaurant bookings and a rapid turnaround in construction output were also behind the growth that took the size of the economy 0.7% above its level before March 2020.

    Continue reading...", + "category": "Economic growth (GDP)", + "link": "https://www.theguardian.com/business/2022/jan/14/uk-economy-back-to-pre-pandemic-levels-in-november", + "creator": "Phillip Inman", + "pubDate": "2022-01-14T08:00:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273324,17 +277614,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "347f0bbb617a75c2af1ffadefbab22f6", + "hash": "29db85b5cf7f4a834192213b99c9d78f", "highlights": [] }, { - "title": "Why zoomer green is the new millennial pink | Jess Cartner-Morley", - "description": "

    Bottega’s famous shade is the chic, punchy, sustainable colour of now

    It doesn’t take a genius to see why green feels aspirational at the precise moment in history when we humans finally seem to be twigging that a green future is the only future that is going to exist. Green is good. Green is the zeitgeist. So, what to wear? Green – but make it fashion.

    The expression “but make it fashion” means to add a splash of showbiz, but also a hit of sharpness. A dash of syrup, plus a squeeze of lime. If the taste is too vanilla, that’s not fashion. Which is how we have ended up with a colour-of-the-moment that symbolises nature, but actually looks a bit synthetic. The green that is everywhere right now is a flat, saturated, straightforward green. It is not the colour of moss or of olives or of sea foam.

    Continue reading...", - "content": "

    Bottega’s famous shade is the chic, punchy, sustainable colour of now

    It doesn’t take a genius to see why green feels aspirational at the precise moment in history when we humans finally seem to be twigging that a green future is the only future that is going to exist. Green is good. Green is the zeitgeist. So, what to wear? Green – but make it fashion.

    The expression “but make it fashion” means to add a splash of showbiz, but also a hit of sharpness. A dash of syrup, plus a squeeze of lime. If the taste is too vanilla, that’s not fashion. Which is how we have ended up with a colour-of-the-moment that symbolises nature, but actually looks a bit synthetic. The green that is everywhere right now is a flat, saturated, straightforward green. It is not the colour of moss or of olives or of sea foam.

    Continue reading...", - "category": "Fashion", - "link": "https://www.theguardian.com/fashion/2022/jan/07/why-zoomer-green-is-the-new-millennial-pink", - "creator": "Jess Cartner-Morley", - "pubDate": "2022-01-07T13:00:40Z", + "title": "Global surge in electricity use could bring three more years of price rises", + "description": "

    International Energy Agency says pollution from power generation will worsen until alternatives are found

    The global surge in demand for energy could spark another three years of market volatility and record power plant pollution unless countries make major changes to how they generate electricity, the world’s energy watchdog has warned.

    The International Energy Agency recorded the steepest ever increase in electricity demand last year, which triggered blackouts in major economies and led to historic energy price highs and record emissions.

    Continue reading...", + "content": "

    International Energy Agency says pollution from power generation will worsen until alternatives are found

    The global surge in demand for energy could spark another three years of market volatility and record power plant pollution unless countries make major changes to how they generate electricity, the world’s energy watchdog has warned.

    The International Energy Agency recorded the steepest ever increase in electricity demand last year, which triggered blackouts in major economies and led to historic energy price highs and record emissions.

    Continue reading...", + "category": "Energy industry", + "link": "https://www.theguardian.com/business/2022/jan/14/global-surge-in-electricity-use-could-bring-three-more-years-of-price-rises", + "creator": "Jillian Ambrose", + "pubDate": "2022-01-14T06:00:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273346,17 +277636,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee757b15d8a9d3466914ddbf03f294b7", + "hash": "de7044ed2c59cabf45e6c7120f42544f", "highlights": [] }, { - "title": "Eritrean teenager who killed himself in UK lacked right support, inquest finds", - "description": "

    Social workers struggled to provide effective help for Alexander Tekle, one of four friends who all killed themselves, coroner says

    Overworked social workers struggled to put in place effective measures to support a vulnerable Eritrean teenager seeking asylum who went on to kill himself, an inquest has concluded.

    The death of Alexander Tekle, who died a few months after turning 18 and less than a year after arriving in the UK, was a tragedy, the Westminster coroner Bernard Richmond said. Tekle killed himself in December 2017 in Mitcham, south London.

    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": "

    Social workers struggled to provide effective help for Alexander Tekle, one of four friends who all killed themselves, coroner says

    Overworked social workers struggled to put in place effective measures to support a vulnerable Eritrean teenager seeking asylum who went on to kill himself, an inquest has concluded.

    The death of Alexander Tekle, who died a few months after turning 18 and less than a year after arriving in the UK, was a tragedy, the Westminster coroner Bernard Richmond said. Tekle killed himself in December 2017 in Mitcham, south London.

    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/07/eritrean-teenager-who-killed-himself-in-uk-lacked-right-support-inquest-finds", - "creator": "Amelia Gentleman", - "pubDate": "2022-01-07T20:13:48Z", + "title": "Covid live: former aide of Boris Johnson apologises for ‘anger and hurt’ caused by party", + "description": "

    James Slack says sorry for party said to have featured a suitcase of wine and which happened on eve of Prince Philip’s funeral

    South Korea will extend tougher social distancing rules for three more weeks amid concerns over a looming Omicron wave ahead of the Lunar New Year holidays, officials said on Friday.

    The curbs were restored a month ago just six weeks after being eased under a “living with Covid-19” scheme, as record-breaking numbers of new cases and critically ill patients threatened to saturate the country’s medical system.

    Continue reading...", + "content": "

    James Slack says sorry for party said to have featured a suitcase of wine and which happened on eve of Prince Philip’s funeral

    South Korea will extend tougher social distancing rules for three more weeks amid concerns over a looming Omicron wave ahead of the Lunar New Year holidays, officials said on Friday.

    The curbs were restored a month ago just six weeks after being eased under a “living with Covid-19” scheme, as record-breaking numbers of new cases and critically ill patients threatened to saturate the country’s medical system.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/14/covid-live-news-poorer-nations-forced-to-reject-100m-near-expired-coronavirus-vaccines-spain-to-offer-fourth-dose-to-vulnerable", + "creator": "Martin Belam (now) and Samantha Lock (earlier)", + "pubDate": "2022-01-14T08:14:56Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273368,17 +277658,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "318d371d66d1675e4516a8005a77c6c5", + "hash": "78a99d8edb1df75e6650fc880dd0b4ef", "highlights": [] }, { - "title": "‘It just feels so wrong’: UAE works on Friday for first time", - "description": "

    People juggle work and Friday prayer as country switches to Saturday-Sunday weekend

    Employees and schoolchildren juggled work and studies with weekly Muslim prayers on the first ever working Friday in the United Arab Emirates, as the Gulf country formally switched to a Saturday-Sunday weekend.

    Some grumbled at the change and businesses were split, with many moving to the western-style weekend but other private firms sticking with Fridays and Saturdays, as in other Gulf states.

    Continue reading...", - "content": "

    People juggle work and Friday prayer as country switches to Saturday-Sunday weekend

    Employees and schoolchildren juggled work and studies with weekly Muslim prayers on the first ever working Friday in the United Arab Emirates, as the Gulf country formally switched to a Saturday-Sunday weekend.

    Some grumbled at the change and businesses were split, with many moving to the western-style weekend but other private firms sticking with Fridays and Saturdays, as in other Gulf states.

    Continue reading...", - "category": "United Arab Emirates", - "link": "https://www.theguardian.com/world/2022/jan/07/it-just-feels-so-wrong-uae-works-on-friday-for-first-time", - "creator": "Agence France-Presse in Dubai", - "pubDate": "2022-01-07T14:28:20Z", + "title": "Burmese flee bombardment as junta ‘makes example’ of city of Loikaw", + "description": "

    Up to 170,000 people are thought to have left homes in Myanmar’s Kayah state due to intensified fighting

    Nan and her family had just one hour to gather their belongings and prepare to flee their home. A charity had offered to drive them away from Loikaw, the capital of eastern Myanmar’s Kayah state, to relative safety. She considered staying behind, with the plants, dogs and pigs that she had raised, but knew she had to leave.

    Since last week, Loikaw has seen intense fighting between groups opposed to last year’s military coup and the armed forces, which have launched airstrikes and fired artillery. An artillery shell had dropped near Nan’s fence, terrifying her cousin’s children, who ran to hide under their bed. “It was so loud,” she said. “My grandma was shocked and sweating, we had to give her medication to calm her down.” Other homes in Nan’s neighbourhood have been hit.

    Continue reading...", + "content": "

    Up to 170,000 people are thought to have left homes in Myanmar’s Kayah state due to intensified fighting

    Nan and her family had just one hour to gather their belongings and prepare to flee their home. A charity had offered to drive them away from Loikaw, the capital of eastern Myanmar’s Kayah state, to relative safety. She considered staying behind, with the plants, dogs and pigs that she had raised, but knew she had to leave.

    Since last week, Loikaw has seen intense fighting between groups opposed to last year’s military coup and the armed forces, which have launched airstrikes and fired artillery. An artillery shell had dropped near Nan’s fence, terrifying her cousin’s children, who ran to hide under their bed. “It was so loud,” she said. “My grandma was shocked and sweating, we had to give her medication to calm her down.” Other homes in Nan’s neighbourhood have been hit.

    Continue reading...", + "category": "Myanmar", + "link": "https://www.theguardian.com/world/2022/jan/14/burmese-flee-bombardment-as-junta-makes-example-of-city-of-loikaw", + "creator": "Min Ye Kyaw and Rebecca Ratcliffe South-east Asia correspondent", + "pubDate": "2022-01-14T03:00:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273390,17 +277680,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "63f00032778da43c4e068cf6ffc4ae54", + "hash": "eafa14a4d35e019af05ea734ce51feaa", "highlights": [] }, { - "title": "More than 100 people killed in northern Nigeria bandit attack", - "description": "

    Authorities say they are searching for militants who terrorised areas of Zamfara state for three days

    More than 100 people have been killed by suspected “bandit” militants in northern Nigeria, it was reported on Friday, as authorities continue to search for bodies and for suspects after days of violence.

    Gunmen on motorbikes arrived in large numbers in as many as nine communities between Tuesday and Thursday night, opening fire on residents and burning homes, according to survivors who fled.

    Continue reading...", - "content": "

    Authorities say they are searching for militants who terrorised areas of Zamfara state for three days

    More than 100 people have been killed by suspected “bandit” militants in northern Nigeria, it was reported on Friday, as authorities continue to search for bodies and for suspects after days of violence.

    Gunmen on motorbikes arrived in large numbers in as many as nine communities between Tuesday and Thursday night, opening fire on residents and burning homes, according to survivors who fled.

    Continue reading...", - "category": "Nigeria", - "link": "https://www.theguardian.com/world/2022/jan/07/scores-people-killed-northern-nigeria", - "creator": "Emmanuel Akinwotu in Lagos and agencies", - "pubDate": "2022-01-07T15:28:59Z", + "title": "Benjamin Alexander: the former DJ remixing the spirit of Cool Runnings", + "description": "

    The skier counts Dudley ‘Tal’ Stokes as his mentor and hopes to use him as inspiration with Jamaica at the Winter Olympics

    The spirit of Cool Runnings is set to be rekindled next month when Benjamin Alexander, a 38-year-old from Northampton, will become the first athlete to represent Jamaica in an alpine skiing event at the Winter Olympics.

    Alexander only took up skiing in 2015 and has no full time coach, but he secured qualification for the Beijing Games on Wednesday when he finished seventh in the giant slalom at the Cape Verde National Ski Championships in Liechtenstein.

    Continue reading...", + "content": "

    The skier counts Dudley ‘Tal’ Stokes as his mentor and hopes to use him as inspiration with Jamaica at the Winter Olympics

    The spirit of Cool Runnings is set to be rekindled next month when Benjamin Alexander, a 38-year-old from Northampton, will become the first athlete to represent Jamaica in an alpine skiing event at the Winter Olympics.

    Alexander only took up skiing in 2015 and has no full time coach, but he secured qualification for the Beijing Games on Wednesday when he finished seventh in the giant slalom at the Cape Verde National Ski Championships in Liechtenstein.

    Continue reading...", + "category": "Skiing", + "link": "https://www.theguardian.com/sport/2022/jan/14/benjamin-alexander-the-former-dj-remixing-the-spirit-of-cool-runnings-winter-olympics", + "creator": "Paul MacInnes", + "pubDate": "2022-01-14T08:00:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273412,17 +277702,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bbc513cfa3f7bd1a70d499f77eb1dd1a", + "hash": "86b4242afa51ea3e1804d3b953190c13", "highlights": [] }, { - "title": "Haiti: two journalists killed by gang members in latest surge in violence", - "description": "

    Attack on media denounced as police say bodies of two Haitian reporters had ‘large-caliber bullet wounds’

    Two Haitian journalists have been killed by gang members while reporting in a conflictive area south of Port-au-Prince, as a surge in violence continues to shake the Caribbean nation.

    One of the journalist’s employers and some media reports said the men had been shot then burned alive, but police did not confirm this. A police statement said only that the bodies had “large-caliber bullet wounds”.

    Continue reading...", - "content": "

    Attack on media denounced as police say bodies of two Haitian reporters had ‘large-caliber bullet wounds’

    Two Haitian journalists have been killed by gang members while reporting in a conflictive area south of Port-au-Prince, as a surge in violence continues to shake the Caribbean nation.

    One of the journalist’s employers and some media reports said the men had been shot then burned alive, but police did not confirm this. A police statement said only that the bodies had “large-caliber bullet wounds”.

    Continue reading...", - "category": "Haiti", - "link": "https://www.theguardian.com/world/2022/jan/07/haiti-two-journalists-killed-gang-members", - "creator": "AP in Port-au-Prince", - "pubDate": "2022-01-07T21:35:38Z", + "title": "‘Breeding grounds for radicalization’: Capitol attack panel signals loss of patience with big tech", + "description": "

    Subpoenas are an escalation in the committee’s efforts for answers as companies ignored information requests

    The House select committee investigating the January 6 insurrection at the Capitol has ordered several social media firms to hand over data relating to the attack, asignificant step toward transparency that could have broader privacy implications.

    The committee on Thursday subpoenaed Twitter, Meta, Alphabet and Reddit for private messages exchanged on the platforms about the attack aas well as information regarding moderation policies that allowed communities to remain online even as they incited violence in early 2021.

    Continue reading...", + "content": "

    Subpoenas are an escalation in the committee’s efforts for answers as companies ignored information requests

    The House select committee investigating the January 6 insurrection at the Capitol has ordered several social media firms to hand over data relating to the attack, asignificant step toward transparency that could have broader privacy implications.

    The committee on Thursday subpoenaed Twitter, Meta, Alphabet and Reddit for private messages exchanged on the platforms about the attack aas well as information regarding moderation policies that allowed communities to remain online even as they incited violence in early 2021.

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/2022/jan/13/capitol-attack-subpoena-google-facebook-twitter", + "creator": "Kari Paul and agencies", + "pubDate": "2022-01-14T06:00:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273434,17 +277724,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6591bdad234a8b77628dcdaef2b1e33", + "hash": "14afaeb02898ce5df393ed82fa9d54a3", "highlights": [] }, { - "title": "Kazakhstan president vows to destroy ‘bandits and terrorists’ behind protests", - "description": "

    Kassym-Jomart Tokayev tells security forces to ‘use lethal force without warning’

    The president of Kazakhstan, Kassym-Jomart Tokayev, has promised an uncompromising crackdown on demonstrators in the country, telling security forces they should “use lethal force without warning” against protesters he called “bandits and terrorists”.

    As relative calm returned to the country on Friday, after several days in which internet and mobile phone networks were disabled, the human cost of the week started to become apparent.

    Continue reading...", - "content": "

    Kassym-Jomart Tokayev tells security forces to ‘use lethal force without warning’

    The president of Kazakhstan, Kassym-Jomart Tokayev, has promised an uncompromising crackdown on demonstrators in the country, telling security forces they should “use lethal force without warning” against protesters he called “bandits and terrorists”.

    As relative calm returned to the country on Friday, after several days in which internet and mobile phone networks were disabled, the human cost of the week started to become apparent.

    Continue reading...", - "category": "Kazakhstan", - "link": "https://www.theguardian.com/world/2022/jan/07/kazakhstan-president-vows-to-destroy-bandits-and-terrorists-behind-protests", - "creator": "Shaun Walker", - "pubDate": "2022-01-07T16:00:32Z", + "title": "Increased repression and violence a sign of weakness, says Human Rights Watch", + "description": "

    Watchdog’s latest report argues autocrats around the world are getting desperate as opponents form coalitions to challenge them

    Increasingly repressive and violent acts against civilian protests by autocratic leaders and military regimes around the world are signs of their desperation and weakening grip on power, Human Rights Watch says in its annual assessment of human rights across the globe.

    In its world report 2022, the human rights organisation said autocratic leaders faced a significant backlash in 2021, with millions of people risking their lives to take to the streets to challenge regimes’ authority and demand democracy.

    Continue reading...", + "content": "

    Watchdog’s latest report argues autocrats around the world are getting desperate as opponents form coalitions to challenge them

    Increasingly repressive and violent acts against civilian protests by autocratic leaders and military regimes around the world are signs of their desperation and weakening grip on power, Human Rights Watch says in its annual assessment of human rights across the globe.

    In its world report 2022, the human rights organisation said autocratic leaders faced a significant backlash in 2021, with millions of people risking their lives to take to the streets to challenge regimes’ authority and demand democracy.

    Continue reading...", + "category": "Human rights", + "link": "https://www.theguardian.com/global-development/2022/jan/13/increased-repression-and-violence-a-sign-of-weakness-says-human-rights-watch", + "creator": "Annie Kelly", + "pubDate": "2022-01-13T05:00:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273452,21 +277742,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "83cd834b2d9bea792def1f450232ddc1", + "hash": "5e6c043b22d772f375a5800f9db3e908", "highlights": [] }, { - "title": "Ashes 2021-22 fourth Test, day four: Australia v England – live!", - "description": "

    I’d be staying up while Bairstow is there, big time. I don’t know how “big time” amplifies it in any way, and yet, there it is.

    England’s best day yesterday. They are still a long way behind.

    Continue reading...", - "content": "

    I’d be staying up while Bairstow is there, big time. I don’t know how “big time” amplifies it in any way, and yet, there it is.

    England’s best day yesterday. They are still a long way behind.

    Continue reading...", - "category": "Ashes 2021-22", - "link": "https://www.theguardian.com/sport/live/2022/jan/08/ashes-2021-22-australia-vs-england-day-four-4-cricket-4th-fourth-test-live-score-card-aus-v-eng-start-time-latest-updates", - "creator": "Tanya Aldred (now) and Sam Perry (earlier)", - "pubDate": "2022-01-08T07:00:29Z", + "title": "Novak Djokovic: Australia cancels tennis star’s visa ahead of Australian Open", + "description": "

    Immigration minister Alex Hawke revokes Serbian tennis player’s visa

    Novak Djokovic’s Australian visa has again been cancelled just days before the start of the Australian Open.

    On Friday, the Australian immigration minister, Alex Hawke, exercised a personal power to cancel Djokovic’s visa, likely to result in the world No 1’s deportation and putting him out of contention for the grand slam tournament barring an against-the-odds court victory.

    Continue reading...", + "content": "

    Immigration minister Alex Hawke revokes Serbian tennis player’s visa

    Novak Djokovic’s Australian visa has again been cancelled just days before the start of the Australian Open.

    On Friday, the Australian immigration minister, Alex Hawke, exercised a personal power to cancel Djokovic’s visa, likely to result in the world No 1’s deportation and putting him out of contention for the grand slam tournament barring an against-the-odds court victory.

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/sport/2022/jan/14/novak-djokovic-visa-cancelled-tennis-2022-australian-open-immigration-minister-australia", + "creator": "Paul Karp", + "pubDate": "2022-01-14T07:14:56Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273478,17 +277768,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc145884520c9150ce0998457c5c9d88", + "hash": "6bb9cbf63dbdefd3bc53e297f3911870", "highlights": [] }, { - "title": "Sidney Poitier, Black acting pioneer, dies aged 94", - "description": "

    The first Black person to win a best actor Oscar gave a string of groundbreaking performances on screen that helped combat social prejudice

    Sidney Poitier, whose groundbreaking acting work in the 1950s and 60s paved the way for generations of Black film stars, has died aged 94. His death was announced on Friday by the minister of foreign affairs of the Bahamas, Fred Mitchell.

    The Bahamas deputy prime minister, Chester Cooper, said he was “conflicted with great sadness and a sense of celebration when I learned of the passing of Sir Sidney Poitier”.

    Continue reading...", - "content": "

    The first Black person to win a best actor Oscar gave a string of groundbreaking performances on screen that helped combat social prejudice

    Sidney Poitier, whose groundbreaking acting work in the 1950s and 60s paved the way for generations of Black film stars, has died aged 94. His death was announced on Friday by the minister of foreign affairs of the Bahamas, Fred Mitchell.

    The Bahamas deputy prime minister, Chester Cooper, said he was “conflicted with great sadness and a sense of celebration when I learned of the passing of Sir Sidney Poitier”.

    Continue reading...", - "category": "Sidney Poitier", - "link": "https://www.theguardian.com/film/2022/jan/07/sidney-poitier-in-the-heat-of-the-night-acting-pioneer-dies", - "creator": "Andrew Pulver", - "pubDate": "2022-01-07T15:27:30Z", + "title": "PM’s former aide apologises for Downing Street party held in his honour", + "description": "

    James Slack, now deputy editor-in-chief of Sun, says sorry for ‘anger and hurt’ caused by party

    The prime minister’s former director of communications has apologised for the “anger and hurt” caused by a Downing Street party in his honour held last year.

    The Daily Telegraph reported that a leaving do was held for James Slack on 16 April 2021.

    Continue reading...", + "content": "

    James Slack, now deputy editor-in-chief of Sun, says sorry for ‘anger and hurt’ caused by party

    The prime minister’s former director of communications has apologised for the “anger and hurt” caused by a Downing Street party in his honour held last year.

    The Daily Telegraph reported that a leaving do was held for James Slack on 16 April 2021.

    Continue reading...", + "category": "Boris Johnson", + "link": "https://www.theguardian.com/politics/2022/jan/14/pms-ex-press-official-james-slack-apologises-for-downing-street-party-held-in-his-honour", + "creator": "PA Media", + "pubDate": "2022-01-14T08:00:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273496,21 +277786,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4ca2714071afb674871f73e0ab145835", + "hash": "0213ce6b2ee787ae576b42a599128103", "highlights": [] }, { - "title": "Novak Djokovic ‘lured to Australia to be humiliated’, says Serbia", - "description": "

    Celebrities join politicians in condemning ‘political harassment’ of Belgrade-born tennis player

    Serb politicians and celebrities have described the treatment of Novak Djokovic as shameful scapegoating, as the foreign ministry in Belgrade suggested the world tennis No 1 had been “lured to Australia … to be humiliated.”

    The 34-year-old champion, who was born in the Serb capital, is in detention in an immigration hotel in Melbourne pending a legal challenge to Australia’s decision on Wednesday to cancel a visa allowing him to play in the Australian Open.

    Continue reading...", - "content": "

    Celebrities join politicians in condemning ‘political harassment’ of Belgrade-born tennis player

    Serb politicians and celebrities have described the treatment of Novak Djokovic as shameful scapegoating, as the foreign ministry in Belgrade suggested the world tennis No 1 had been “lured to Australia … to be humiliated.”

    The 34-year-old champion, who was born in the Serb capital, is in detention in an immigration hotel in Melbourne pending a legal challenge to Australia’s decision on Wednesday to cancel a visa allowing him to play in the Australian Open.

    Continue reading...", - "category": "Serbia", - "link": "https://www.theguardian.com/world/2022/jan/07/novak-djokovic-lured-to-australia-to-be-humiliated-says-serbia", - "creator": "Jon Henley in Paris and Milivoje Pantovic in Belgrade", - "pubDate": "2022-01-07T15:35:03Z", + "title": "Prince Andrew loses military roles and use of HRH title", + "description": "

    Queen also strips royal patronages from duke, who will fight US sexual assault lawsuit as private citizen

    The Queen has sought to distance the monarchy from the Duke of York by stripping him of his military affiliations and royal patronages as the fallout from his sexual assault case continues.

    In a devastating blow to Prince Andrew, who was born His Royal Highness, Buckingham Palace also said he would no longer use the HRH royal style in any official capacity.

    Continue reading...", + "content": "

    Queen also strips royal patronages from duke, who will fight US sexual assault lawsuit as private citizen

    The Queen has sought to distance the monarchy from the Duke of York by stripping him of his military affiliations and royal patronages as the fallout from his sexual assault case continues.

    In a devastating blow to Prince Andrew, who was born His Royal Highness, Buckingham Palace also said he would no longer use the HRH royal style in any official capacity.

    Continue reading...", + "category": "Prince Andrew", + "link": "https://www.theguardian.com/uk-news/2022/jan/13/veterans-ask-queen-to-strip-prince-andrew-of-honorary-military-titles", + "creator": "Ben Quinn and Caroline Davies", + "pubDate": "2022-01-13T20:35:57Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273522,17 +277812,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "03c6a7c6467db30ec4ea0b27c0b927c3", + "hash": "e6ba82881024359fa88d46b0f0a50eb8", "highlights": [] }, { - "title": "Dominic Cummings makes new claim of party in No 10 garden in lockdown", - "description": "

    Former aide says he put in writing that event – five days after photographed gathering – should not happen

    Boris Johnson’s former top adviser Dominic Cummings has alleged there was a lockdown-breaking party in the Downing Street garden in May 2020 after an emailed invitation to “socially distanced drinks”.

    Cummings, who left No 10 in November that year, said people were invited to the gathering by a senior Downing Street official who he said should have been removed from their job because of failings over Covid.

    Continue reading...", - "content": "

    Former aide says he put in writing that event – five days after photographed gathering – should not happen

    Boris Johnson’s former top adviser Dominic Cummings has alleged there was a lockdown-breaking party in the Downing Street garden in May 2020 after an emailed invitation to “socially distanced drinks”.

    Cummings, who left No 10 in November that year, said people were invited to the gathering by a senior Downing Street official who he said should have been removed from their job because of failings over Covid.

    Continue reading...", - "category": "Dominic Cummings", - "link": "https://www.theguardian.com/politics/2022/jan/07/dominic-cummings-says-another-party-was-held-in-no-10-garden-in-lockdown", - "creator": "Rowena Mason Deputy political editor", - "pubDate": "2022-01-07T16:46:22Z", + "title": "Fear of war dips in Taiwan despite rise in US-China tensions over island", + "description": "

    Annual poll finds Taiwanese fear of conflict in coming months has fallen 15 percentage points in the past year

    A declining number of Taiwanese people fear an imminent war with China, according to a new poll suggesting the rest of the world is far more worried than those at the centre of this potential geopolitical flashpoint.

    According to the poll, published on Thursday by Taiwan’s Commonwealth Magazine, 35.4% of respondents said they were worried about a military conflict breaking out over the Taiwan Strait within the next year, a decrease of nearly 15 percentage points on last year’s survey. The survey also found 59.7% of people do not think Beijing will ultimately use force to take Taiwan, while more than 35% believed it would.

    Continue reading...", + "content": "

    Annual poll finds Taiwanese fear of conflict in coming months has fallen 15 percentage points in the past year

    A declining number of Taiwanese people fear an imminent war with China, according to a new poll suggesting the rest of the world is far more worried than those at the centre of this potential geopolitical flashpoint.

    According to the poll, published on Thursday by Taiwan’s Commonwealth Magazine, 35.4% of respondents said they were worried about a military conflict breaking out over the Taiwan Strait within the next year, a decrease of nearly 15 percentage points on last year’s survey. The survey also found 59.7% of people do not think Beijing will ultimately use force to take Taiwan, while more than 35% believed it would.

    Continue reading...", + "category": "Taiwan", + "link": "https://www.theguardian.com/world/2022/jan/14/fear-war-dips-in-taiwan-despite-us-china-tensions-poll", + "creator": "Helen Davidson in Taipei, and Vincent Ni", + "pubDate": "2022-01-14T00:30:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273544,17 +277834,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "81516d83ab62697f7cb42bfb59f5c930", + "hash": "cce1bc2a818c568beada4f3113f86a4b", "highlights": [] }, { - "title": "‘Lives across from the Spar’: bizarrely labelled letter finds way to UK address", - "description": "

    Antrim musician Feargal Lynn offers Royal Mail ‘hearty applause’ for successfully delivering letter to him

    Sherlock Holmes might have balked, but the Royal Mail detectives came up trumps when they correctly delivered a letter with an address that was more like an episode of This Is Your Life than a conventional street name and postcode.

    Writing on Twitter, the County Antrim musician Feargal Lynn said the postal system deserved “hearty applause” for successfully delivering the letter addressed by following a brief history of his family in the area.

    Continue reading...", - "content": "

    Antrim musician Feargal Lynn offers Royal Mail ‘hearty applause’ for successfully delivering letter to him

    Sherlock Holmes might have balked, but the Royal Mail detectives came up trumps when they correctly delivered a letter with an address that was more like an episode of This Is Your Life than a conventional street name and postcode.

    Writing on Twitter, the County Antrim musician Feargal Lynn said the postal system deserved “hearty applause” for successfully delivering the letter addressed by following a brief history of his family in the area.

    Continue reading...", - "category": "Postal service", - "link": "https://www.theguardian.com/uk-news/2022/jan/07/lives-across-from-the-spar-bizarrely-labelled-letter-finds-way-uk-address-antrim", - "creator": "Amelia Hill", - "pubDate": "2022-01-07T15:59:18Z", + "title": "EU could suspend Vanuatu visa-free travel over ‘golden passports’ scheme", + "description": "

    EU states set to vote on proposal after commission found deficiencies including ‘the granting of citizenship to applicants listed in Interpol’s databases’

    The European Commission has proposed suspending a visa-free travel arrangement with Vanuatu due to concerns about the Pacific nation’s controversial “golden passports” scheme.

    The proposed suspension, which still needs to be voted on by EU states, would prevent all holders of passports issued as of 25 May 2015 – when Vanuatu started issuing a substantial number of passports in exchange for investment – from travelling to the EU without a visa.

    Continue reading...", + "content": "

    EU states set to vote on proposal after commission found deficiencies including ‘the granting of citizenship to applicants listed in Interpol’s databases’

    The European Commission has proposed suspending a visa-free travel arrangement with Vanuatu due to concerns about the Pacific nation’s controversial “golden passports” scheme.

    The proposed suspension, which still needs to be voted on by EU states, would prevent all holders of passports issued as of 25 May 2015 – when Vanuatu started issuing a substantial number of passports in exchange for investment – from travelling to the EU without a visa.

    Continue reading...", + "category": "Vanuatu", + "link": "https://www.theguardian.com/world/2022/jan/14/eu-could-suspend-vanuatu-visa-free-travel-over-golden-passports-scheme", + "creator": "Kate Lyons", + "pubDate": "2022-01-14T02:17:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273566,17 +277856,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3192ee8ac9ecac4687c01034c8040e00", + "hash": "b22fc47ede5e5e9a3467fd1e69b3c118", "highlights": [] }, { - "title": "The women filling jails in Argentina for drug offences – a photo essay", - "description": "

    Nearly half the female prisoners in Argentina are serving time for drug possession. Photographer Magalí Druscovich visited the Unit 47 prison in Buenos Aires to find out their stories


    Paola left her home when she was 13 to escape abuse and violence. She lived on the streets for five years until she became pregnant. Her boyfriend left her when he found out. Without work and food, Paola agreed to deal drugs for a neighbourhood kingpin.

    She only had to deliver the drugs when her boss’s clients appeared on a street corner. With the money she made in the first few months, she was able to rent a room and live there with her newborn son. With a new partner and her family’s basic needs covered she felt she could abandon her dealer job.

    Top, Paola, 35, cooks fried cake for relatives who come to visit. Above, Sonia, 38, puts on makeup in her cell. She is detained, accused of dealing drugs, without a final sentence. Right, a count of female prisoners in ward two in Unit 47. Far right, Sharon, 38, waits inside her cell for the officers to enter to count the prisoners

    Continue reading...", - "content": "

    Nearly half the female prisoners in Argentina are serving time for drug possession. Photographer Magalí Druscovich visited the Unit 47 prison in Buenos Aires to find out their stories


    Paola left her home when she was 13 to escape abuse and violence. She lived on the streets for five years until she became pregnant. Her boyfriend left her when he found out. Without work and food, Paola agreed to deal drugs for a neighbourhood kingpin.

    She only had to deliver the drugs when her boss’s clients appeared on a street corner. With the money she made in the first few months, she was able to rent a room and live there with her newborn son. With a new partner and her family’s basic needs covered she felt she could abandon her dealer job.

    Top, Paola, 35, cooks fried cake for relatives who come to visit. Above, Sonia, 38, puts on makeup in her cell. She is detained, accused of dealing drugs, without a final sentence. Right, a count of female prisoners in ward two in Unit 47. Far right, Sharon, 38, waits inside her cell for the officers to enter to count the prisoners

    Continue reading...", - "category": "Argentina", - "link": "https://www.theguardian.com/world/2022/jan/07/argentina-drug-offences-women-jails-photo-essay", - "creator": "Magalí Druscovich", - "pubDate": "2022-01-07T07:00:34Z", + "title": "Canadian premier tests positive day after rejecting Covid measures", + "description": "

    Saskatchewan premier Scott Moe said he tested positive even as region resumes events, hockey games and in-person learning

    A day after dismissing the need for more restrictive measures to combat the coronavirus, the premier in the Canadian province of Saskatchewan has tested positive for Covid-19.

    “I’m feeling fine, but will be self-isolating and working from home for the next five days,” wrote Scott Moe on Twitter, alongside an image of a positive antigen test.

    Continue reading...", + "content": "

    Saskatchewan premier Scott Moe said he tested positive even as region resumes events, hockey games and in-person learning

    A day after dismissing the need for more restrictive measures to combat the coronavirus, the premier in the Canadian province of Saskatchewan has tested positive for Covid-19.

    “I’m feeling fine, but will be self-isolating and working from home for the next five days,” wrote Scott Moe on Twitter, alongside an image of a positive antigen test.

    Continue reading...", + "category": "Canada", + "link": "https://www.theguardian.com/world/2022/jan/13/canada-premier-scott-moe-covid-restrictive-measures", + "creator": "Leyland Cecco in Toronto", + "pubDate": "2022-01-13T20:40:25Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273588,17 +277878,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a17a7f60e8e3b0ca69ef041f882baf2d", + "hash": "5ab8d35d63b7016ecda2d02a6488dcb9", "highlights": [] }, { - "title": "Trinity College Dublin begins €90m project to relocate vulnerable books", - "description": "

    Restoring and moving 750,000 volumes and ancient manuscripts expected to take five years

    It is known as Ireland’s “front room”, where esteemed visitors including the Queen, Joe Biden, Emmanuel Macron and the Duke and Duchess of Sussex have been taken to get a sense of the “land of saints and scholars”.

    Biden, vice-president at the time, was so moved by the atmospherics in the dimly lit, barrel-vaulted hall when he visited Trinity College Dublin (TCD) in 2016 that he came back a year later to contemplate the history of its old library, known as the Long Room.

    Continue reading...", - "content": "

    Restoring and moving 750,000 volumes and ancient manuscripts expected to take five years

    It is known as Ireland’s “front room”, where esteemed visitors including the Queen, Joe Biden, Emmanuel Macron and the Duke and Duchess of Sussex have been taken to get a sense of the “land of saints and scholars”.

    Biden, vice-president at the time, was so moved by the atmospherics in the dimly lit, barrel-vaulted hall when he visited Trinity College Dublin (TCD) in 2016 that he came back a year later to contemplate the history of its old library, known as the Long Room.

    Continue reading...", - "category": "Ireland", - "link": "https://www.theguardian.com/world/2022/jan/07/trinity-college-dublin-begins-90m-project-to-relocate-vulnerable-books", - "creator": "Lisa O'Carroll in Dublin", - "pubDate": "2022-01-07T14:00:24Z", + "title": "‘Significant concerns’ over RUC handling of loyalist activity, finds ombudsman", + "description": "

    Long-delayed report into killings of 19 people says the police displayed ‘collusive behaviours’

    An official investigation into police handling of loyalist paramilitary activity in Northern Ireland that resulted in 19 murders has identified “collusive behaviours” and “significant concerns” about officers’ conduct.

    The long-delayed report by the Northern Ireland police ombudsman into the killings included an investigation into the circumstances around the 1993 Greysteel pub massacre, which left eight people dead and 19 injured.

    Continue reading...", + "content": "

    Long-delayed report into killings of 19 people says the police displayed ‘collusive behaviours’

    An official investigation into police handling of loyalist paramilitary activity in Northern Ireland that resulted in 19 murders has identified “collusive behaviours” and “significant concerns” about officers’ conduct.

    The long-delayed report by the Northern Ireland police ombudsman into the killings included an investigation into the circumstances around the 1993 Greysteel pub massacre, which left eight people dead and 19 injured.

    Continue reading...", + "category": "Police", + "link": "https://www.theguardian.com/uk-news/2022/jan/14/northern-ireland-ruc-police-loyalist-killings-collusive-behaviours-report", + "creator": "Lisa O'Carroll", + "pubDate": "2022-01-14T06:00:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273610,17 +277900,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6fc1c2b1b6f77778c1f40bda3b292aba", + "hash": "103edd0fad0930053e7d174ad914474a", "highlights": [] }, { - "title": "‘They got the lot’: the mystery of the biggest bank heist in Australia’s history", - "description": "

    It was audacious. An old-school bank robbery that kept the northern rivers town of Murwillumbah guessing for decades. Has it now been solved?

    The bank building has been standing squarely on the corner of the main street for 133 years. Quietly doing its business as the generations strolled past. Unassuming and solid with its thick brick walls and flat roof. Its unassailable strongroom was once considered the most secure place to stash the cash of the region. But it was not, as it famously turned out, impregnable.

    In the sweltering summer of 1978 hippies still roamed the hills around the Tweed valley. What is now suburban sprawl around the New South Wales northern rivers town of Murwillumbah was dairy farms and wooden farm houses. There were large agricultural and farm supplies stores; it was a subtropical, rural place of cows, cane and banana plantations. No one locked their doors. Across town the plume of white steam rose from the sugar mill. In the shadow of the great mass of the extinct volcano that is Wollumbin Mount Warning, it was, says former mayor Max Boyd, “a quiet little country town”.

    Continue reading...", - "content": "

    It was audacious. An old-school bank robbery that kept the northern rivers town of Murwillumbah guessing for decades. Has it now been solved?

    The bank building has been standing squarely on the corner of the main street for 133 years. Quietly doing its business as the generations strolled past. Unassuming and solid with its thick brick walls and flat roof. Its unassailable strongroom was once considered the most secure place to stash the cash of the region. But it was not, as it famously turned out, impregnable.

    In the sweltering summer of 1978 hippies still roamed the hills around the Tweed valley. What is now suburban sprawl around the New South Wales northern rivers town of Murwillumbah was dairy farms and wooden farm houses. There were large agricultural and farm supplies stores; it was a subtropical, rural place of cows, cane and banana plantations. No one locked their doors. Across town the plume of white steam rose from the sugar mill. In the shadow of the great mass of the extinct volcano that is Wollumbin Mount Warning, it was, says former mayor Max Boyd, “a quiet little country town”.

    Continue reading...", - "category": "Crime - Australia", - "link": "https://www.theguardian.com/australia-news/2022/jan/08/they-got-the-lot-the-mystery-of-the-biggest-bank-heist-in-australias-history", - "creator": "Susan Chenery", - "pubDate": "2022-01-07T19:00:32Z", + "title": "NSW infections expected to ‘plateau’ next week; 56 deaths and 4,300 in hospital nationally – as it happened", + "description": "

    NSW records 29 Covid deaths on state’s deadliest day of pandemic as new cases expected to ‘plateau’ next week; Victoria to establish two Covid medi-hotels after 18 deaths recorded; three Covid deaths in Qld, six in SA; Tasmania reports 1,201 cases, ACT 1,125, NT 546; more than 4,300 in hospital nationally; decision on Djokovic’s visa expected today. This blog is now closed

    NSW premier Dominic Perrottet will be up at 10am.

    The Transport Workers’ Union national secretary, Michael Kaine, was on ABC News Breakfast this morning discussing the fallout from national cabinet yesterday. He says “there is no plan” to address supply and staff shortages in the sector:

    This is the disappointment out of that national cabinet announcement from Scott Morrison yesterday. There is no plan to rebuild a healthy work force, to have road transport supply chains that do the brilliant job they have done over the two years of this pandemic, they need to be healthy. We wrote to Scott Morrison in September with a follow-up in October last year, saying it was critical, amongst other things, that road transport supply chains were flooded with rapid antigen tests because we could see in the context of the Delta outbreak that if we intended to reopen, we needed to ensure that workers were testing negative and we were maximising the number of healthy people in supply chains or we would have a problem.

    That was dismissed by the Morrison government. They don’t listen to the voices of workers and the results we are seeing today, and we saw them yesterday, reflect inaction from Morrison which is building on compounding the mistakes of the past. His approach here is to send back into the work force those people that we have deemed for the last two years close contacts, are most likely to be carrying the virus without knowing it. That means that we could actually be making matters worse.

    Continue reading...", + "content": "

    NSW records 29 Covid deaths on state’s deadliest day of pandemic as new cases expected to ‘plateau’ next week; Victoria to establish two Covid medi-hotels after 18 deaths recorded; three Covid deaths in Qld, six in SA; Tasmania reports 1,201 cases, ACT 1,125, NT 546; more than 4,300 in hospital nationally; decision on Djokovic’s visa expected today. This blog is now closed

    NSW premier Dominic Perrottet will be up at 10am.

    The Transport Workers’ Union national secretary, Michael Kaine, was on ABC News Breakfast this morning discussing the fallout from national cabinet yesterday. He says “there is no plan” to address supply and staff shortages in the sector:

    This is the disappointment out of that national cabinet announcement from Scott Morrison yesterday. There is no plan to rebuild a healthy work force, to have road transport supply chains that do the brilliant job they have done over the two years of this pandemic, they need to be healthy. We wrote to Scott Morrison in September with a follow-up in October last year, saying it was critical, amongst other things, that road transport supply chains were flooded with rapid antigen tests because we could see in the context of the Delta outbreak that if we intended to reopen, we needed to ensure that workers were testing negative and we were maximising the number of healthy people in supply chains or we would have a problem.

    That was dismissed by the Morrison government. They don’t listen to the voices of workers and the results we are seeing today, and we saw them yesterday, reflect inaction from Morrison which is building on compounding the mistakes of the past. His approach here is to send back into the work force those people that we have deemed for the last two years close contacts, are most likely to be carrying the virus without knowing it. That means that we could actually be making matters worse.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/14/australia-news-live-djokovic-visa-omicron-morrison-covid-sydney-melbourne-victoria-canberra-novak-prince-andrew-queen-tennis-", + "creator": "Nino Bucci (now) and Caitlin Cassidy (earlier)", + "pubDate": "2022-01-14T07:33:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273632,17 +277922,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4942d6c935bf9f6e657c439c7bb40cae", + "hash": "e26037a9c69e69615fa09b2c26ead4ed", "highlights": [] }, { - "title": "Biden addresses pandemic: ‘We’re going to be able to control this’ – live", - "description": "

    There’s been a lot of back-and-forth about the efficacy of the Covid-19 vaccine – which, reminder, while everybody here is highly educated in law, nobody is an epidemiologist – and Justice Elena Kagan went hard at Ohio solicitor general Ben Flowers.

    “You said we understand that 18- to 29-year-olds, even though they’re not going to die or end up with very serious injuries, they can spread. You don’t doubt that, that they can spread to other people who are more vulnerable?” Kagan asked Flowers.

    Continue reading...", - "content": "

    There’s been a lot of back-and-forth about the efficacy of the Covid-19 vaccine – which, reminder, while everybody here is highly educated in law, nobody is an epidemiologist – and Justice Elena Kagan went hard at Ohio solicitor general Ben Flowers.

    “You said we understand that 18- to 29-year-olds, even though they’re not going to die or end up with very serious injuries, they can spread. You don’t doubt that, that they can spread to other people who are more vulnerable?” Kagan asked Flowers.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/live/2022/jan/07/us-politics-supreme-court-vaccine-mandate-biden-republicans-democrats-live-updates", - "creator": "Vivian Ho", - "pubDate": "2022-01-07T19:01:41Z", + "title": "Two Downing Street parties held evening before Prince Philip’s funeral – reports", + "description": "

    About 30 people said to have been at social events night before the Queen mourned her husband alone

    Staff inside Downing Street held two staff leaving events featuring alcohol, and one with loud music, on the evening before Prince Philip’s funeral in April last year, when such social contact remained banned, according to new allegations reported on Thursday.

    Eyewitnesses told the Daily Telegraph that a combined total of about 30 people took part in what appeared to be social events in different parts of Downing Street, before both gatherings combined in the garden.

    Continue reading...", + "content": "

    About 30 people said to have been at social events night before the Queen mourned her husband alone

    Staff inside Downing Street held two staff leaving events featuring alcohol, and one with loud music, on the evening before Prince Philip’s funeral in April last year, when such social contact remained banned, according to new allegations reported on Thursday.

    Eyewitnesses told the Daily Telegraph that a combined total of about 30 people took part in what appeared to be social events in different parts of Downing Street, before both gatherings combined in the garden.

    Continue reading...", + "category": "Conservatives", + "link": "https://www.theguardian.com/politics/2022/jan/13/two-downing-street-parties-held-evening-before-prince-philips-funeral-reports", + "creator": "Peter Walker and Harry Taylor", + "pubDate": "2022-01-13T23:04:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273654,17 +277944,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "71b6e856861a2bc444ff93b6898217a0", + "hash": "35c35ef2820f06e6ab59336c10b76484", "highlights": [] }, { - "title": "Australia news live update: Victoria surpasses NSW with 51,356 new Covid cases including rapid test results, Tennis Australia under pressure", - "description": "

    Leaked documents show Australian Open organisers told players they could get a medical exemption if they had a Covid infection in the last six months, contrary to federal advice. Follow all the day’s news

    Labor MP Andrew Giles has announced he has tested positive to Covid-19.

    We have collected stories from readers on what it is like trying to get tested this week.

    Continue reading...", - "content": "

    Leaked documents show Australian Open organisers told players they could get a medical exemption if they had a Covid infection in the last six months, contrary to federal advice. Follow all the day’s news

    Labor MP Andrew Giles has announced he has tested positive to Covid-19.

    We have collected stories from readers on what it is like trying to get tested this week.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2022/jan/08/australia-news-live-update-tennis-australia-denies-misleading-players-on-vaccination-rules-nsw-covid-restrictions-take-effect-novak-djokovic-craig-tiley-scott-morrison-vaccine-booster-nsw-victoria-coronavirus-case-numbers", - "creator": "Josh Taylor", - "pubDate": "2022-01-07T23:35:10Z", + "title": "UK economy recovers to pre-pandemic levels after 0.9% growth in November – business live", + "description": "

    The UK economy is finally larger than before the pandemic, after a burst of growth in November… before Omicron hit economy

    Overall, GDP grew by 1.1% in the three months to November 2021, reflecting the strong performance of the services sector, the ONS says:

    Administrative and support service activities, human health and social work activities and transport and storage were the three largest contributors to the services sector growth.

    “While it’s good that economic growth picked up in November, the data has been overtaken by events. Activity is very likely to have taken a hit in December, as the spread of the Omicron variant and subsequent restrictions disrupted operations in certain sectors.

    “As we kick off the new year, the near-term outlook is also clouded by additional challenges: shortages of labour – exacerbated by sickness absence, supply chain disruption and a cost of living crunch for households.

    Continue reading...", + "content": "

    The UK economy is finally larger than before the pandemic, after a burst of growth in November… before Omicron hit economy

    Overall, GDP grew by 1.1% in the three months to November 2021, reflecting the strong performance of the services sector, the ONS says:

    Administrative and support service activities, human health and social work activities and transport and storage were the three largest contributors to the services sector growth.

    “While it’s good that economic growth picked up in November, the data has been overtaken by events. Activity is very likely to have taken a hit in December, as the spread of the Omicron variant and subsequent restrictions disrupted operations in certain sectors.

    “As we kick off the new year, the near-term outlook is also clouded by additional challenges: shortages of labour – exacerbated by sickness absence, supply chain disruption and a cost of living crunch for households.

    Continue reading...", + "category": "Business", + "link": "https://www.theguardian.com/business/live/2022/jan/14/uk-economy-gdp-pre-pandemic-levels-growth-services-production-retail-trade-business-live", + "creator": "Graeme Wearden", + "pubDate": "2022-01-14T07:42:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273676,17 +277966,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "19b3031e47e6b8ba64027aae39a397bc", + "hash": "f7ad90e494026cf1efd5890a278df26b", "highlights": [] }, { - "title": "Yoshitomo Nara: ‘My works’ roots are in fairytales, not comics’", - "description": "

    Housed in a custom space made from cast-offs, the Japanese artist’s cartoon girls blend fairytale lore with 60s-inspired protest, and have become more introspective though no less impressively wrought in cardboard and wood

    “Stop the bombs” reads the angry red writing in the storm cloud thought bubble above the little girl in a pale blue dress. Like all the children in the Japanese artist Yoshitomo Nara’s paintings, she has puppydog eyes and a toddler’s outsized head, yet her posture is pure bruiser. There are tiny animal fangs at the corners of her mouth. Of the paintings, drawings and sculptures in Nara’s latest exhibition, she is the closest to the pint-sized characters with big dark feelings that he began making in the 1990s, some of contemporary art’s most recognisable creations.

    Those early works, where tots sweetly clutched knives or took fag breaks, blended Japanese kawaii – cuteness – with mischief and menace. Partly thanks to Nara’s alignment with the pop art titan Takashi Murakami’s Superflat movement, he reached a global art audience and a wider public. Both artists mined the Japanese weakness for baby-faced adorableness, an infantilising that Murakami linked to the trauma of Hiroshima. Yet where Murakami’s trademark smiley acid-faced flowers and phallic mushrooms channel the surface sheen of a depthless mass-produced world of cartoons and commerce, Nara’s appeal has always been universal human emotion. “My works’ roots are my childhood, not pop culture,” he explains. “Around me there were orchards, sheep and horses; I read fairytales rather than comics.”

    Continue reading...", - "content": "

    Housed in a custom space made from cast-offs, the Japanese artist’s cartoon girls blend fairytale lore with 60s-inspired protest, and have become more introspective though no less impressively wrought in cardboard and wood

    “Stop the bombs” reads the angry red writing in the storm cloud thought bubble above the little girl in a pale blue dress. Like all the children in the Japanese artist Yoshitomo Nara’s paintings, she has puppydog eyes and a toddler’s outsized head, yet her posture is pure bruiser. There are tiny animal fangs at the corners of her mouth. Of the paintings, drawings and sculptures in Nara’s latest exhibition, she is the closest to the pint-sized characters with big dark feelings that he began making in the 1990s, some of contemporary art’s most recognisable creations.

    Those early works, where tots sweetly clutched knives or took fag breaks, blended Japanese kawaii – cuteness – with mischief and menace. Partly thanks to Nara’s alignment with the pop art titan Takashi Murakami’s Superflat movement, he reached a global art audience and a wider public. Both artists mined the Japanese weakness for baby-faced adorableness, an infantilising that Murakami linked to the trauma of Hiroshima. Yet where Murakami’s trademark smiley acid-faced flowers and phallic mushrooms channel the surface sheen of a depthless mass-produced world of cartoons and commerce, Nara’s appeal has always been universal human emotion. “My works’ roots are my childhood, not pop culture,” he explains. “Around me there were orchards, sheep and horses; I read fairytales rather than comics.”

    Continue reading...", - "category": "Painting", - "link": "https://www.theguardian.com/artanddesign/2022/jan/07/yoshitomo-nara-my-works-roots-are-in-fairytales-not-comics", - "creator": "Skye Sherwin", - "pubDate": "2022-01-07T14:00:25Z", + "title": "Covid live news: anger over alleged Downing Street parties held before Prince Philip’s funeral; Djokovic’s visa cancelled", + "description": "

    New claims say staff inside Downing Street held two events on the night before the Queen mourned her husband alone; Australia cancels tennis star’s visa ahead of Australian Open

    South Korea will extend tougher social distancing rules for three more weeks amid concerns over a looming Omicron wave ahead of the Lunar New Year holidays, officials said on Friday.

    The curbs were restored a month ago just six weeks after being eased under a “living with Covid-19” scheme, as record-breaking numbers of new cases and critically ill patients threatened to saturate the country’s medical system.

    Continue reading...", + "content": "

    New claims say staff inside Downing Street held two events on the night before the Queen mourned her husband alone; Australia cancels tennis star’s visa ahead of Australian Open

    South Korea will extend tougher social distancing rules for three more weeks amid concerns over a looming Omicron wave ahead of the Lunar New Year holidays, officials said on Friday.

    The curbs were restored a month ago just six weeks after being eased under a “living with Covid-19” scheme, as record-breaking numbers of new cases and critically ill patients threatened to saturate the country’s medical system.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/14/covid-live-news-poorer-nations-forced-to-reject-100m-near-expired-coronavirus-vaccines-spain-to-offer-fourth-dose-to-vulnerable", + "creator": "Martin Belam (now) and Samantha Lock (earlier)", + "pubDate": "2022-01-14T07:42:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273698,17 +277988,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1e61cce96782d760db70a1de362177e", + "hash": "6df8ddf4bb5853c1c3e7d67449d9715d", "highlights": [] }, { - "title": "Covid live: no need for fourth jab yet, UK advisers say; Germany toughens restrictions for bars and restaurants", - "description": "

    UK experts say protection against hospitalisation still 90% three months after booster; Germany also cuts isolation for boosted people after a Covid contact

    Argentina reported a record number of Covid-19 cases on Thursday for a third day in a row at nearly 110,000, Reuters reports, as the highly infectious Omicron variant drives a third pandemic wave in the South American nation.

    The record tally of 109,608 in the middle of the southern hemisphere summer holiday season with tourist centres full of travellers, has not translated into a similar exponential rise in Covid-related deaths, which totalled 40, the government said.

    Continue reading...", - "content": "

    UK experts say protection against hospitalisation still 90% three months after booster; Germany also cuts isolation for boosted people after a Covid contact

    Argentina reported a record number of Covid-19 cases on Thursday for a third day in a row at nearly 110,000, Reuters reports, as the highly infectious Omicron variant drives a third pandemic wave in the South American nation.

    The record tally of 109,608 in the middle of the southern hemisphere summer holiday season with tourist centres full of travellers, has not translated into a similar exponential rise in Covid-related deaths, which totalled 40, the government said.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/07/covid-news-live-bolsonaro-criticises-plans-to-vaccinate-young-children-as-brazil-cases-soar", - "creator": "Jem Bartholomew (now); Lucy Campbell, Georgina Quach, Martin Belam and Helen Livingstone (earlier)", - "pubDate": "2022-01-07T18:55:32Z", + "title": "Australia news live update: 56 Covid deaths and 4,300 in hospital nationally; NSW cases expected to ‘plateau’ next week", + "description": "

    NSW records 29 Covid deaths on state’s deadliest day of pandemic as new cases expected to ‘plateau’ next week; Victoria to establish two Covid medi-hotels after 18 deaths recorded; three Covid deaths in Qld, six in SA; Tasmania reports 1,201 cases, ACT 1,125, NT 546; more than 4,300 in hospital nationally; decision on Djokovic’s visa expected today. Follow all the day’s news live

    NSW premier Dominic Perrottet will be up at 10am.

    The Transport Workers’ Union national secretary, Michael Kaine, was on ABC News Breakfast this morning discussing the fallout from national cabinet yesterday. He says “there is no plan” to address supply and staff shortages in the sector:

    This is the disappointment out of that national cabinet announcement from Scott Morrison yesterday. There is no plan to rebuild a healthy work force, to have road transport supply chains that do the brilliant job they have done over the two years of this pandemic, they need to be healthy. We wrote to Scott Morrison in September with a follow-up in October last year, saying it was critical, amongst other things, that road transport supply chains were flooded with rapid antigen tests because we could see in the context of the Delta outbreak that if we intended to reopen, we needed to ensure that workers were testing negative and we were maximising the number of healthy people in supply chains or we would have a problem.

    That was dismissed by the Morrison government. They don’t listen to the voices of workers and the results we are seeing today, and we saw them yesterday, reflect inaction from Morrison which is building on compounding the mistakes of the past. His approach here is to send back into the work force those people that we have deemed for the last two years close contacts, are most likely to be carrying the virus without knowing it. That means that we could actually be making matters worse.

    Continue reading...", + "content": "

    NSW records 29 Covid deaths on state’s deadliest day of pandemic as new cases expected to ‘plateau’ next week; Victoria to establish two Covid medi-hotels after 18 deaths recorded; three Covid deaths in Qld, six in SA; Tasmania reports 1,201 cases, ACT 1,125, NT 546; more than 4,300 in hospital nationally; decision on Djokovic’s visa expected today. Follow all the day’s news live

    NSW premier Dominic Perrottet will be up at 10am.

    The Transport Workers’ Union national secretary, Michael Kaine, was on ABC News Breakfast this morning discussing the fallout from national cabinet yesterday. He says “there is no plan” to address supply and staff shortages in the sector:

    This is the disappointment out of that national cabinet announcement from Scott Morrison yesterday. There is no plan to rebuild a healthy work force, to have road transport supply chains that do the brilliant job they have done over the two years of this pandemic, they need to be healthy. We wrote to Scott Morrison in September with a follow-up in October last year, saying it was critical, amongst other things, that road transport supply chains were flooded with rapid antigen tests because we could see in the context of the Delta outbreak that if we intended to reopen, we needed to ensure that workers were testing negative and we were maximising the number of healthy people in supply chains or we would have a problem.

    That was dismissed by the Morrison government. They don’t listen to the voices of workers and the results we are seeing today, and we saw them yesterday, reflect inaction from Morrison which is building on compounding the mistakes of the past. His approach here is to send back into the work force those people that we have deemed for the last two years close contacts, are most likely to be carrying the virus without knowing it. That means that we could actually be making matters worse.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/14/australia-news-live-djokovic-visa-omicron-morrison-covid-sydney-melbourne-victoria-canberra-novak-prince-andrew-queen-tennis-", + "creator": "Nino Bucci (now) and Caitlin Cassidy (earlier)", + "pubDate": "2022-01-14T07:33:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273720,17 +278010,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f5f752ff996299d315488529f489ee8", + "hash": "ac508a44f9f1a8a32c671a54ce87058a", "highlights": [] }, { - "title": "‘All relationships begin with fantasy’: why young couples are seeking therapy", - "description": "

    Therapists are seeing a rise in clients under 30, signalling a shift to a ‘maintenance rather than crisis’ view of the practice

    Irene Wu, 28, and Dillon Tang, 24, hadn’t been together a year when they first started couples therapy. The couple, from Los Angeles, started seeing each other in the early days of lockdown, when severe growing pains set in. They found themselves constantly arguing, and their differing communication styles left both of them confused. Specifically, says Wu: “Dillon appeared to “not give a fuck about anything, while I give a lot of fucks.

    “We were almost going to call it,” Wu remembers. But then, something changed. “I was telling Dillon about my therapy appointment one day, and he asked, ‘So when are we going to do couples counselling?’”

    Continue reading...", - "content": "

    Therapists are seeing a rise in clients under 30, signalling a shift to a ‘maintenance rather than crisis’ view of the practice

    Irene Wu, 28, and Dillon Tang, 24, hadn’t been together a year when they first started couples therapy. The couple, from Los Angeles, started seeing each other in the early days of lockdown, when severe growing pains set in. They found themselves constantly arguing, and their differing communication styles left both of them confused. Specifically, says Wu: “Dillon appeared to “not give a fuck about anything, while I give a lot of fucks.

    “We were almost going to call it,” Wu remembers. But then, something changed. “I was telling Dillon about my therapy appointment one day, and he asked, ‘So when are we going to do couples counselling?’”

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/07/young-couples-therapy-counselling", - "creator": "Beatrice Hazlehurst", - "pubDate": "2022-01-07T06:00:32Z", + "title": "Will Covid-19 become less dangerous as it evolves?", + "description": "

    Analysis: experts warn that viral evolution is not a one-way street and a continuing fall in virulence cannot be taken for granted

    The pandemic has been awash with slogans, but in recent weeks, two have been repeated with increasing frequency: “Variants will evolve to be milder” and “Covid will become endemic”. Yet experts warn that neither of these things can be taken for granted.

    Those stating that viruses become less deadly over time often cite influenza. Both of the flu viruses responsible for the 1918 Spanish flu and 2009 swine flu pandemics eventually evolved to become less dangerous. However, the 1918 virus is thought to have become more deadly before it became milder. And other viruses, such as Ebola, have become more dangerous over time.

    Continue reading...", + "content": "

    Analysis: experts warn that viral evolution is not a one-way street and a continuing fall in virulence cannot be taken for granted

    The pandemic has been awash with slogans, but in recent weeks, two have been repeated with increasing frequency: “Variants will evolve to be milder” and “Covid will become endemic”. Yet experts warn that neither of these things can be taken for granted.

    Those stating that viruses become less deadly over time often cite influenza. Both of the flu viruses responsible for the 1918 Spanish flu and 2009 swine flu pandemics eventually evolved to become less dangerous. However, the 1918 virus is thought to have become more deadly before it became milder. And other viruses, such as Ebola, have become more dangerous over time.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/11/will-covid-19-become-less-dangerous-as-it-evolves", + "creator": "Linda Geddes Science correspondent", + "pubDate": "2022-01-11T06:00:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273742,17 +278032,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "393e721724315a8c34ed62c20ef19e32", + "hash": "1082dfbab8ecb92a37612e3539ad703c", "highlights": [] }, { - "title": "Rawah Arja on how to get inside the mind of a teenage boy", - "description": "

    Rawah Arja was determined to write a YA novel for – and about – teenage boys in Western Sydney. She tells Zoya Patel about how she created a story about religion, rivalries, romance, racism and redemption in The F Team

    Hear more episodes of Book It In here.

    The F Team by Rawah Arja is published by Giramondo.

    Continue reading...", - "content": "

    Rawah Arja was determined to write a YA novel for – and about – teenage boys in Western Sydney. She tells Zoya Patel about how she created a story about religion, rivalries, romance, racism and redemption in The F Team

    Hear more episodes of Book It In here.

    The F Team by Rawah Arja is published by Giramondo.

    Continue reading...", - "category": "Australian books", - "link": "https://www.theguardian.com/australia-news/audio/2022/jan/08/rawah-arja-on-how-to-get-inside-the-mind-of-a-teenage-boy", - "creator": "Interview by Zoya Patel with Rawah Arja. Produced by Allison Chan and Daniel Semo. Executive producers Gabrielle Jackson and Melanie Tait", - "pubDate": "2022-01-07T19:00:33Z", + "title": "Russia threatens military deployment to Cuba and Venezuela as diplomacy stalls", + "description": "

    US says ‘drumbeat of war is sounding loud’ as talks with Russia over Ukraine head towards dead end

    Russia has refused to rule out a military deployment to Cuba and Venezuela if talks with the west on European security and Ukraine fail to go its way, while warning the latest discussions with Nato were hitting a dead end.

    In an apparent attempt to up the ante with the Biden administration, Sergei Ryabkov, who led Russia’s delegation in a meeting with the US on Monday, told Russian television he could neither confirm nor exclude sending military assets to Cuba and Venezuela if talks fail. Asked about these steps, he said “it all depends on the actions by our US counterparts”.

    Continue reading...", + "content": "

    US says ‘drumbeat of war is sounding loud’ as talks with Russia over Ukraine head towards dead end

    Russia has refused to rule out a military deployment to Cuba and Venezuela if talks with the west on European security and Ukraine fail to go its way, while warning the latest discussions with Nato were hitting a dead end.

    In an apparent attempt to up the ante with the Biden administration, Sergei Ryabkov, who led Russia’s delegation in a meeting with the US on Monday, told Russian television he could neither confirm nor exclude sending military assets to Cuba and Venezuela if talks fail. Asked about these steps, he said “it all depends on the actions by our US counterparts”.

    Continue reading...", + "category": "Ukraine", + "link": "https://www.theguardian.com/world/2022/jan/13/russia-says-talks-with-nato-over-ukraine-are-hitting-a-dead-end", + "creator": "Jennifer Rankin in Brussels, Luke Harding in Kyiv, Julian Borger in Washington", + "pubDate": "2022-01-13T17:29:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273764,17 +278054,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "57aa7807c4cfdf5c91260f4c1b0d49e0", + "hash": "059136d42cc45754840312ac6f80fd17", "highlights": [] }, { - "title": "Nato chief warns of real risk of Ukraine conflict as Russian buildup continues", - "description": "

    Jens Stoltenberg says Nato will never withdraw its conditional offer of membership to Ukraine

    The risk of conflict is real as Russia continues to mass its forces and artillery on the borders of Ukraine and make demands that it knows are unacceptable, Jens Stoltenberg, the Nato secretary general, has warned.

    Earlier, Nato foreign ministers held a final symbolic display of transatlantic unity before a set of three separate critical talks next week with Russia on Moscow’s demands to restore past spheres of influence and have Nato strategic weapons withdrawn from near Russia’s borders.

    Continue reading...", - "content": "

    Jens Stoltenberg says Nato will never withdraw its conditional offer of membership to Ukraine

    The risk of conflict is real as Russia continues to mass its forces and artillery on the borders of Ukraine and make demands that it knows are unacceptable, Jens Stoltenberg, the Nato secretary general, has warned.

    Earlier, Nato foreign ministers held a final symbolic display of transatlantic unity before a set of three separate critical talks next week with Russia on Moscow’s demands to restore past spheres of influence and have Nato strategic weapons withdrawn from near Russia’s borders.

    Continue reading...", - "category": "Nato", - "link": "https://www.theguardian.com/world/2022/jan/07/nato-chief-warns-of-real-risk-of-ukraine-conflict-as-russian-buildup-continues", - "creator": "Patrick Wintour Diplomatic editor", - "pubDate": "2022-01-07T17:44:16Z", + "title": "MI5 accuses lawyer of trying to influence politicians on behalf of China", + "description": "

    Warning circulated to MPs and peers about woman accused of targeting parliamentarians

    A security warning from MI5 has been circulated to MPs and peers accusing the lawyer Christine Lee of seeking to improperly influence parliamentarians on behalf of China’s ruling Communist party.

    The “interference alert” from the security service names and pictures Christine Ching Kui Lee as an individual who has allegedly “knowingly engaged in political interference activities on behalf of the United Front Work Department of the Chinese Communist party”.

    Continue reading...", + "content": "

    Warning circulated to MPs and peers about woman accused of targeting parliamentarians

    A security warning from MI5 has been circulated to MPs and peers accusing the lawyer Christine Lee of seeking to improperly influence parliamentarians on behalf of China’s ruling Communist party.

    The “interference alert” from the security service names and pictures Christine Ching Kui Lee as an individual who has allegedly “knowingly engaged in political interference activities on behalf of the United Front Work Department of the Chinese Communist party”.

    Continue reading...", + "category": "MI5", + "link": "https://www.theguardian.com/uk-news/2022/jan/13/chinese-national-trying-to-improperly-influence-politicians-says-mi5", + "creator": "Dan Sabbagh Defence and security editor", + "pubDate": "2022-01-13T16:12:56Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273786,17 +278076,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1651c137b312b0cf9a3490c3e46bcab4", + "hash": "8c4870983a966cf962387c74da44a65c", "highlights": [] }, { - "title": "Richest 1% of UK households are worth at least £3.6m each", - "description": "

    New ONS figures reveal inequality gap growing ever wider before the coronavirus pandemic

    The richest 1% of households in the UK each have fortunes of at least £3.6m, according to new official figures that show the inequality gap was yawning even before the pandemic struck.

    At the other end of the scale, the poorest 10% of households have just £15,400 or less, with almost half burdened with more debts than they had in assets, according to figures released on Friday by the Office for National Statistics (ONS).

    Continue reading...", - "content": "

    New ONS figures reveal inequality gap growing ever wider before the coronavirus pandemic

    The richest 1% of households in the UK each have fortunes of at least £3.6m, according to new official figures that show the inequality gap was yawning even before the pandemic struck.

    At the other end of the scale, the poorest 10% of households have just £15,400 or less, with almost half burdened with more debts than they had in assets, according to figures released on Friday by the Office for National Statistics (ONS).

    Continue reading...", - "category": "Money", - "link": "https://www.theguardian.com/money/2022/jan/07/richest-uk-households-worth-at-least-36m-each", - "creator": "Rupert Neate Wealth correspondent", - "pubDate": "2022-01-07T17:29:32Z", + "title": "Republican party signals plans to withdraw from US presidential debates", + "description": "

    Move comes after longstanding complaints from party that non-partisan Commission on Presidential Debates favors Democrats

    The Republican party has signaled plans to withdraw from traditional US presidential debates, which it claims are biased against it.

    The New York Times first reported the move, citing a letter sent on Thursday by the Republican National Committee (RNC) to the Commission on Presidential Debates (CPD).

    Continue reading...", + "content": "

    Move comes after longstanding complaints from party that non-partisan Commission on Presidential Debates favors Democrats

    The Republican party has signaled plans to withdraw from traditional US presidential debates, which it claims are biased against it.

    The New York Times first reported the move, citing a letter sent on Thursday by the Republican National Committee (RNC) to the Commission on Presidential Debates (CPD).

    Continue reading...", + "category": "Republicans", + "link": "https://www.theguardian.com/us-news/2022/jan/13/republican-party-signals-plans-withdraw-presidential-debates", + "creator": "Martin Pengelly in New York", + "pubDate": "2022-01-13T19:36:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273808,17 +278098,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "63f09362a61091144ee0039b50453fc6", + "hash": "a1eeaeaac81ed94855050df6bc521e41", "highlights": [] }, { - "title": "Skateboarding in middle age: ‘It helps me switch off’", - "description": "

    It’s good for mental health, a study found, but what’s it like being an older person at the skatepark?

    Skateboarding in middle age can help people feel empowered and reduce the chance of mental health issues such as depression, according to a study.

    Dr Paul O’Connor, 46, who published the research and is a lecturer in sociology at the University of Exeter, said he wanted to look at the phenomenon of ageing within a subculture.

    Continue reading...", - "content": "

    It’s good for mental health, a study found, but what’s it like being an older person at the skatepark?

    Skateboarding in middle age can help people feel empowered and reduce the chance of mental health issues such as depression, according to a study.

    Dr Paul O’Connor, 46, who published the research and is a lecturer in sociology at the University of Exeter, said he wanted to look at the phenomenon of ageing within a subculture.

    Continue reading...", - "category": "Health & wellbeing", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/07/skateboarding-in-middle-age-it-helps-me-switch-off", - "creator": "Rachel Obordo and Alfie Packham", - "pubDate": "2022-01-07T15:35:24Z", + "title": "California governor denies parole for Sirhan Sirhan, convicted of Robert Kennedy assassination", + "description": "

    Gavin Newsom rejected parole board’s ruling to free the 77-year-old despite commissioners deeming him ‘significantly incapacitated’

    California’s governor, Gavin Newsom, has denied parole for Sirhan Sirhan, the 77-year-old who has spent more than 50 years in prison for the assassination of Robert F Kennedy.

    Newsom has previously cited Kennedy as his “political hero” and wrote in his decision rejecting parole: “After decades in prison, [Sirhan] has failed to address the deficiencies that led him to assassinate Senator Kennedy. Mr Sirhan lacks the insight that would prevent him from making the same types of dangerous decisions he made in the past.”

    Continue reading...", + "content": "

    Gavin Newsom rejected parole board’s ruling to free the 77-year-old despite commissioners deeming him ‘significantly incapacitated’

    California’s governor, Gavin Newsom, has denied parole for Sirhan Sirhan, the 77-year-old who has spent more than 50 years in prison for the assassination of Robert F Kennedy.

    Newsom has previously cited Kennedy as his “political hero” and wrote in his decision rejecting parole: “After decades in prison, [Sirhan] has failed to address the deficiencies that led him to assassinate Senator Kennedy. Mr Sirhan lacks the insight that would prevent him from making the same types of dangerous decisions he made in the past.”

    Continue reading...", + "category": "California", + "link": "https://www.theguardian.com/us-news/2022/jan/13/sirhan-sirhan-california-governor-parole-latest", + "creator": "Sam Levin in Los Angeles", + "pubDate": "2022-01-14T00:22:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273830,17 +278120,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f20ec733b44cf7764318290eda5029c1", + "hash": "b588fb1ddafd915cacdbc52ca15cc741", "highlights": [] }, { - "title": "London’s Marble Arch Mound attraction to close this weekend", - "description": "

    25m-high hill had ‘teething problems’, an initially negative reaction and cost almost double its budget of £3.3m

    London’s heavily criticised Marble Arch Mound is to close this weekend.

    The 25m-high human-made hill, which sits at the corner of Hyde Park and Park Lane, will not be open after Sunday.

    Continue reading...", - "content": "

    25m-high hill had ‘teething problems’, an initially negative reaction and cost almost double its budget of £3.3m

    London’s heavily criticised Marble Arch Mound is to close this weekend.

    The 25m-high human-made hill, which sits at the corner of Hyde Park and Park Lane, will not be open after Sunday.

    Continue reading...", - "category": "London", - "link": "https://www.theguardian.com/uk-news/2022/jan/07/londons-marble-arch-mound-attraction-to-close-this-weekend", - "creator": "PA Media", - "pubDate": "2022-01-07T19:39:07Z", + "title": "China’s choice of ambassador to New Zealand indicates focus on deepening economic ties", + "description": "

    Analysis: Wang Xiaolong’s prior role suggests Beijing keen to widen economic ties with New Zealand as diplomatic relationship becomes rockier

    A new Chinese ambassador who has previously worked on the country’s controversial belt and road initiative (BRI) has arrived in New Zealand, prompting speculation Beijing is planning to focus on deepening economic ties with New Zealand as the two countries navigate growing diplomatic challenges.

    Wang Xiaolong, who replaced former ambassador Wu Xi, previously served as director-general of the Chinese Foreign Ministry’s department of international economic affairs. In that role, Wang helped oversee the BRI – which seeks to deepen economic ties between China and other countries and is a key focus of President Xi Jinping.

    Continue reading...", + "content": "

    Analysis: Wang Xiaolong’s prior role suggests Beijing keen to widen economic ties with New Zealand as diplomatic relationship becomes rockier

    A new Chinese ambassador who has previously worked on the country’s controversial belt and road initiative (BRI) has arrived in New Zealand, prompting speculation Beijing is planning to focus on deepening economic ties with New Zealand as the two countries navigate growing diplomatic challenges.

    Wang Xiaolong, who replaced former ambassador Wu Xi, previously served as director-general of the Chinese Foreign Ministry’s department of international economic affairs. In that role, Wang helped oversee the BRI – which seeks to deepen economic ties between China and other countries and is a key focus of President Xi Jinping.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/2022/jan/14/chinas-choice-of-ambassador-to-new-zealand-indicates-focus-on-deepening-economic-ties", + "creator": "Pete McKenzie in Wellington", + "pubDate": "2022-01-14T03:47:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273852,17 +278142,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1cca991192b2b615fc37c805c904829c", + "hash": "9c761f0cb028a4f7c7bed0bae3c306a5", "highlights": [] }, { - "title": "Galápagos islands volcano erupts spewing lava and clouds of ash", - "description": "

    Wolf Volcano, the tallest mountain in the Pacific archipelago, began erupting shortly before midnight on Wednesday

    The tallest mountain in the Galápagos islands has erupted, spewing lava down its flanks and clouds of ash over the Pacific Ocean, according to Ecuador’s Geophysical Institute.

    A cloud of gas and ash from Wolf Volcano rose to 3793 meters (12,444 feet) above sea level following the eruption that began shortly before midnight on Wednesday local time, the institute said.

    Continue reading...", - "content": "

    Wolf Volcano, the tallest mountain in the Pacific archipelago, began erupting shortly before midnight on Wednesday

    The tallest mountain in the Galápagos islands has erupted, spewing lava down its flanks and clouds of ash over the Pacific Ocean, according to Ecuador’s Geophysical Institute.

    A cloud of gas and ash from Wolf Volcano rose to 3793 meters (12,444 feet) above sea level following the eruption that began shortly before midnight on Wednesday local time, the institute said.

    Continue reading...", - "category": "Volcanoes", - "link": "https://www.theguardian.com/world/2022/jan/07/galapagos-islands-volcano-erupts-lava-ash", - "creator": "AP in Quito", - "pubDate": "2022-01-07T18:28:41Z", + "title": "Covid live news: anger over alleged Downing Street parties held before Prince Philip’s funeral; Spain to offer fourth dose to vulnerable", + "description": "

    New claims say staff inside Downing Street held two events on the night before the Queen mourned her husband alone; Spain continues vaccine push with 90.5% of population aged 12 and above jabbed

    South Korea will extend tougher social distancing rules for three more weeks amid concerns over a looming Omicron wave ahead of the Lunar New Year holidays, officials said on Friday.

    The curbs were restored a month ago just six weeks after being eased under a “living with Covid-19” scheme, as record-breaking numbers of new cases and critically ill patients threatened to saturate the country’s medical system.

    Continue reading...", + "content": "

    New claims say staff inside Downing Street held two events on the night before the Queen mourned her husband alone; Spain continues vaccine push with 90.5% of population aged 12 and above jabbed

    South Korea will extend tougher social distancing rules for three more weeks amid concerns over a looming Omicron wave ahead of the Lunar New Year holidays, officials said on Friday.

    The curbs were restored a month ago just six weeks after being eased under a “living with Covid-19” scheme, as record-breaking numbers of new cases and critically ill patients threatened to saturate the country’s medical system.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/14/covid-live-news-poorer-nations-forced-to-reject-100m-near-expired-coronavirus-vaccines-spain-to-offer-fourth-dose-to-vulnerable", + "creator": "Samantha Lock", + "pubDate": "2022-01-14T05:48:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273874,17 +278164,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "21961342d6a1701ed4a15cdc05f10eaa", + "hash": "60bdc98c8d415233e0e9cbfeb3c6a5c0", "highlights": [] }, { - "title": "Kazakhstan protests: demonstrators storm government buildings – video", - "description": "

    Protesters took over government buildings and reportedly stormed the airport in Almaty, Kazakhstan, after demonstrations against a fuel price rise spread quickly across the country. A government announcement that the price would be fixed at a lower level did not slow protesters who say they are unhappy with corruption and the cost of living. 'Peacekeeping forces' from a Russia-led military alliance will be sent to help the country’s president, Kassym-Jomart Tokayev, regain control. Kazakh media outlets cited the interior ministry as saying 317 police and national guard servicemen have been injured and eight killed. There have been no reliable estimates of civilian casualties

    Continue reading...", - "content": "

    Protesters took over government buildings and reportedly stormed the airport in Almaty, Kazakhstan, after demonstrations against a fuel price rise spread quickly across the country. A government announcement that the price would be fixed at a lower level did not slow protesters who say they are unhappy with corruption and the cost of living. 'Peacekeeping forces' from a Russia-led military alliance will be sent to help the country’s president, Kassym-Jomart Tokayev, regain control. Kazakh media outlets cited the interior ministry as saying 317 police and national guard servicemen have been injured and eight killed. There have been no reliable estimates of civilian casualties

    Continue reading...", - "category": "Kazakhstan", - "link": "https://www.theguardian.com/world/video/2022/jan/06/kazakhstan-protests-protesters-storm-government-buildings-video", - "creator": "", - "pubDate": "2022-01-06T00:36:11Z", + "title": "Face masks make people look more attractive, study finds", + "description": "

    Images of men wearing a blue medical face mask perceived as being the most attractive

    There have been precious few positives during the Covid pandemic but British academics may have unearthed one: people look more attractive in protective masks.

    Researchers at Cardiff University were surprised to find that both men and women were judged to look better with a face covering obscuring the lower half of their faces.

    Continue reading...", + "content": "

    Images of men wearing a blue medical face mask perceived as being the most attractive

    There have been precious few positives during the Covid pandemic but British academics may have unearthed one: people look more attractive in protective masks.

    Researchers at Cardiff University were surprised to find that both men and women were judged to look better with a face covering obscuring the lower half of their faces.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/13/face-masks-make-people-look-more-attractive-study-finds", + "creator": "Steven Morris", + "pubDate": "2022-01-13T17:12:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273896,17 +278186,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f19c6c74c30edcf8dcdd81a5fe583d5", + "hash": "a8cc68f33a0bba5a72dbd63efd25ade0", "highlights": [] }, { - "title": "More than 100 people killed in northern Nigeria, say survivors", - "description": "

    Authorities say they are searching for bandits who terrorised areas of Zamfara state for three days

    More than 100 people have been killed in Nigeria’s troubled northern region, survivors have said, as authorities continued to search for bodies and for suspects after three days of violence.

    Bandits arrived in large numbers in the Anka and Bukkuyum local government areas of Zamfara state on Tuesday evening, shooting and burning down houses until Thursday, according to Abubakar Ahmed, a resident in Bukkuyum.

    Continue reading...", - "content": "

    Authorities say they are searching for bandits who terrorised areas of Zamfara state for three days

    More than 100 people have been killed in Nigeria’s troubled northern region, survivors have said, as authorities continued to search for bodies and for suspects after three days of violence.

    Bandits arrived in large numbers in the Anka and Bukkuyum local government areas of Zamfara state on Tuesday evening, shooting and burning down houses until Thursday, according to Abubakar Ahmed, a resident in Bukkuyum.

    Continue reading...", - "category": "Nigeria", - "link": "https://www.theguardian.com/world/2022/jan/07/scores-people-killed-northern-nigeria", - "creator": "Associated Press in Makurdi", - "pubDate": "2022-01-07T15:28:59Z", + "title": "No one else sounded like the tough yet tender Ronnie Spector", + "description": "

    The late Ronettes singer had one of the most distinctive voices in pop music – and her discography should be celebrated beyond her girl-group hits

    Amid the jaw-dropping stories of horrific abuse in Ronnie Spector’s 1990 autobiography Be My Baby, there’s a fascinating passage about her singing voice. She says she felt cowed by the other female singers in Phil Spector’s stable of stars: she didn’t have the kind of big, gospel-trained voice that Darlene Love or Fanita James possessed. But the producer had singled her out for special treatment. Veronica Bennett, as she was then, had “exactly what he needed to fill the centre of this enormous sound”, she said. Phil Spector was famous for rounding up whoever was in the studio to sing backing vocals, but he demurred when Ronnie offered. You could see that as an early example of the controlling behaviour with which he made her life a misery after their marriage, but his explanation was pretty convincing: “Your voice is too distinctive – it comes right though.”

    He was right. Phil Spector worked with a succession of fantastic singers – not just Love and James, but the Righteous Brothers, Tina Turner and LaLa Brooks of the Crystals – but none of them sounded like Ronnie, a state of affairs that makes a mockery of the notion that Phil Spector was the solitary artist at work on his records, his vocalists interchangeable puppets.

    Continue reading...", + "content": "

    The late Ronettes singer had one of the most distinctive voices in pop music – and her discography should be celebrated beyond her girl-group hits

    Amid the jaw-dropping stories of horrific abuse in Ronnie Spector’s 1990 autobiography Be My Baby, there’s a fascinating passage about her singing voice. She says she felt cowed by the other female singers in Phil Spector’s stable of stars: she didn’t have the kind of big, gospel-trained voice that Darlene Love or Fanita James possessed. But the producer had singled her out for special treatment. Veronica Bennett, as she was then, had “exactly what he needed to fill the centre of this enormous sound”, she said. Phil Spector was famous for rounding up whoever was in the studio to sing backing vocals, but he demurred when Ronnie offered. You could see that as an early example of the controlling behaviour with which he made her life a misery after their marriage, but his explanation was pretty convincing: “Your voice is too distinctive – it comes right though.”

    He was right. Phil Spector worked with a succession of fantastic singers – not just Love and James, but the Righteous Brothers, Tina Turner and LaLa Brooks of the Crystals – but none of them sounded like Ronnie, a state of affairs that makes a mockery of the notion that Phil Spector was the solitary artist at work on his records, his vocalists interchangeable puppets.

    Continue reading...", + "category": "Ronnie Spector", + "link": "https://www.theguardian.com/music/2022/jan/13/ronnie-spector-ronettes-singer-hits", + "creator": "Alexis Petridis", + "pubDate": "2022-01-13T13:08:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273918,17 +278208,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "95544bee770921ca10779d8285a456c9", + "hash": "48724dedb13583cc30d2a8d81346bfec", "highlights": [] }, { - "title": "‘I’ve felt quite proud’: the diverse curriculum inspiring school pupils", - "description": "

    Free resource proves widely successful with more than 2,000 schools across the UK signing up

    When 12-year-old Rose learned about the Bristol bus boycott in her history class, she felt an immense sense of pride. She knew there was a civil rights movement in the US, but wasn’t aware of the UK’s own struggle for racial justice.

    “I’ve felt quite proud that there were big stands here as well,” she says. Her schoolmate Ruqiiya, also 12, agrees and spoke of her frustration of initially struggling to find more information about the boycott online. They both love learning about it in class.

    Continue reading...", - "content": "

    Free resource proves widely successful with more than 2,000 schools across the UK signing up

    When 12-year-old Rose learned about the Bristol bus boycott in her history class, she felt an immense sense of pride. She knew there was a civil rights movement in the US, but wasn’t aware of the UK’s own struggle for racial justice.

    “I’ve felt quite proud that there were big stands here as well,” she says. Her schoolmate Ruqiiya, also 12, agrees and spoke of her frustration of initially struggling to find more information about the boycott online. They both love learning about it in class.

    Continue reading...", - "category": "Race", - "link": "https://www.theguardian.com/world/2022/jan/07/ive-felt-quite-proud-the-diverse-curriculum-inspiring-school-pupils", - "creator": "Aamna Mohdin Community affairs correspondent", - "pubDate": "2022-01-07T13:00:40Z", + "title": "‘Weird, unbalanced, curdled television’: how Netflix’s Cheer was ruined", + "description": "

    Gone is the joy of series one, replaced with a cheerleading season truncated by Covid, stars that leave partway through the run and the darkness of child abuse allegations

    In retrospect, the first season of Cheer felt a little like the last good thing to happen to humanity. It blazed in out of nowhere in January 2020; a scrubbed-up, more accessible version of American football series Last Chance U, and effortlessly won over a world that didn’t know what was about to hit it. A documentary series about the world of competitive college cheerleading, it was not only spectacular to watch – brimming with sequences of young women being pinged miles into the air without a safety net – but packed full of heart. There was a joy to Cheer, and the grab bag of underdog stories it chose to tell.

    This week, the second series of Cheer dropped on Netflix and, well, the first season of Cheer still feels like the last good thing to happen to humanity. What a weird, unbalanced, curdled few hours of television this is. Just like the rest of the world, Cheer has spent the past two years growing shapeless and morose. It still qualifies as appointment TV, just don’t expect to actually enjoy any of it.

    Continue reading...", + "content": "

    Gone is the joy of series one, replaced with a cheerleading season truncated by Covid, stars that leave partway through the run and the darkness of child abuse allegations

    In retrospect, the first season of Cheer felt a little like the last good thing to happen to humanity. It blazed in out of nowhere in January 2020; a scrubbed-up, more accessible version of American football series Last Chance U, and effortlessly won over a world that didn’t know what was about to hit it. A documentary series about the world of competitive college cheerleading, it was not only spectacular to watch – brimming with sequences of young women being pinged miles into the air without a safety net – but packed full of heart. There was a joy to Cheer, and the grab bag of underdog stories it chose to tell.

    This week, the second series of Cheer dropped on Netflix and, well, the first season of Cheer still feels like the last good thing to happen to humanity. What a weird, unbalanced, curdled few hours of television this is. Just like the rest of the world, Cheer has spent the past two years growing shapeless and morose. It still qualifies as appointment TV, just don’t expect to actually enjoy any of it.

    Continue reading...", + "category": "Television", + "link": "https://www.theguardian.com/tv-and-radio/2022/jan/13/weird-unbalanced-curdled-television-how-netflixs-cheer-was-ruined", + "creator": "Stuart Heritage", + "pubDate": "2022-01-13T15:50:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273940,17 +278230,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e61eb0a5d3f4e1564f34cdfeed5585b", + "hash": "bc425ce7421771e5a6da8b3731e0a5c4", "highlights": [] }, { - "title": "Suella Braverman accused of politically-driven meddling over Colston Four", - "description": "

    Senior lawyers question motives of attorney general, who says she could refer acquittal to court of appeal

    Senior lawyers have accused the attorney general for England and Wales of politically-driven meddling after she announced she could refer the acquittal of the Colston Four to the court of appeal.

    Suella Braverman said she was contemplating the highly unusual move after an outcry from Conservative MPs following the jury’s verdict on four Black Lives Matter protesters who toppled a statue of slave trader Edward Colston in Bristol.

    Continue reading...", - "content": "

    Senior lawyers question motives of attorney general, who says she could refer acquittal to court of appeal

    Senior lawyers have accused the attorney general for England and Wales of politically-driven meddling after she announced she could refer the acquittal of the Colston Four to the court of appeal.

    Suella Braverman said she was contemplating the highly unusual move after an outcry from Conservative MPs following the jury’s verdict on four Black Lives Matter protesters who toppled a statue of slave trader Edward Colston in Bristol.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2022/jan/07/suella-braverman-accused-of-politically-driven-meddling-over-colston-four", - "creator": "Haroon Siddique Legal affairs correspondent", - "pubDate": "2022-01-07T18:59:44Z", + "title": "’It took months for the glass to leave her body’: making Memory Box and surviving the Beirut blast", + "description": "

    Lebanese film-makers Joana Hadjithomas and Khalil Joreige explain how their experiences of war shaped their new film – and how art freed them

    On 4 August 2020, a catastrophic explosion ripped through Beirut’s main port and into the city. In total, 218 people were killed. At the time, around 6pm, the artist and film-maker Joana Hadjithomas was in a cafe with a friend, around the corner from the studio she shares with her husband. The first thing she heard was a strange sound. “My friend and I just looked at each other. Instinctively, we went underneath the table. I curled up and protected my face.” As a teenager, she had lived through Lebanon’s civil war; taking cover was second nature, a survival reflex. Then came the massive blast.

    Afterwards, walking back to her apartment, she had no idea what was happening. An attack? An explosion? It was beyond comprehension. People were covered in blood; there was dust and rubble everywhere. “Wherever you looked, everything was destroyed. The scale was terrifying,” she says. In a state of shock, Hadjithomas had left her phone behind. When her husband, Khalil Joreige – frantic with worry – telephoned a couple of minutes later and a police officer answered, he feared the worst. Joreige tells the story with a shrug of helplessness, his face crumpling at the memory.

    Continue reading...", + "content": "

    Lebanese film-makers Joana Hadjithomas and Khalil Joreige explain how their experiences of war shaped their new film – and how art freed them

    On 4 August 2020, a catastrophic explosion ripped through Beirut’s main port and into the city. In total, 218 people were killed. At the time, around 6pm, the artist and film-maker Joana Hadjithomas was in a cafe with a friend, around the corner from the studio she shares with her husband. The first thing she heard was a strange sound. “My friend and I just looked at each other. Instinctively, we went underneath the table. I curled up and protected my face.” As a teenager, she had lived through Lebanon’s civil war; taking cover was second nature, a survival reflex. Then came the massive blast.

    Afterwards, walking back to her apartment, she had no idea what was happening. An attack? An explosion? It was beyond comprehension. People were covered in blood; there was dust and rubble everywhere. “Wherever you looked, everything was destroyed. The scale was terrifying,” she says. In a state of shock, Hadjithomas had left her phone behind. When her husband, Khalil Joreige – frantic with worry – telephoned a couple of minutes later and a police officer answered, he feared the worst. Joreige tells the story with a shrug of helplessness, his face crumpling at the memory.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2022/jan/13/it-took-months-for-the-glass-to-leave-her-body-making-memory-box-and-surviving-the-beirut-blast", + "creator": "Cath Clarke", + "pubDate": "2022-01-13T14:20:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273962,17 +278252,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c303887a33d96f305d289c0703143bc", + "hash": "245be85dfb75a6ef11f5927caffe52b1", "highlights": [] }, { - "title": "UK and Irish foreign secretaries meet over Northern Ireland Brexit impasse", - "description": "

    Liz Truss and Simon Coveney meetup comes before talks on protocol with EU Brexit negotiator

    The UK foreign secretary, Liz Truss, and her Irish counterpart, Simon Coveney, have had a “good and friendly” first meeting over the vexed issued of the Brexit arrangements in Northern Ireland, Irish government sources have said.

    They met for the first time over dinner in London on Thursday night and discussed the Northern Ireland protocol, the wider relationship with the EU, and UN security matters including the crisis in Ukraine and Kazakhstan.

    Continue reading...", - "content": "

    Liz Truss and Simon Coveney meetup comes before talks on protocol with EU Brexit negotiator

    The UK foreign secretary, Liz Truss, and her Irish counterpart, Simon Coveney, have had a “good and friendly” first meeting over the vexed issued of the Brexit arrangements in Northern Ireland, Irish government sources have said.

    They met for the first time over dinner in London on Thursday night and discussed the Northern Ireland protocol, the wider relationship with the EU, and UN security matters including the crisis in Ukraine and Kazakhstan.

    Continue reading...", - "category": "Brexit", - "link": "https://www.theguardian.com/politics/2022/jan/07/uk-and-irish-foreign-secretaries-meet-over-northern-ireland-brexit-impasse", - "creator": "Lisa O'Carroll Brexit correspondent", - "pubDate": "2022-01-07T12:20:43Z", + "title": "Plants at risk of extinction as climate crisis disrupts animal migration", + "description": "

    Heating and habitat loss drive birds and mammals to cooler areas where plants can not follow, study shows

    The decline of seed-dispersing animals is damaging plants’ ability to adapt to climate breakdown, a study has found.

    Almost half of all plant species depend on animals to spread their seeds, but scientists fear these plants may be at risk of extinction when animals are driven to migrate to cooler areas, as plants cannot easily follow.

    Continue reading...", + "content": "

    Heating and habitat loss drive birds and mammals to cooler areas where plants can not follow, study shows

    The decline of seed-dispersing animals is damaging plants’ ability to adapt to climate breakdown, a study has found.

    Almost half of all plant species depend on animals to spread their seeds, but scientists fear these plants may be at risk of extinction when animals are driven to migrate to cooler areas, as plants cannot easily follow.

    Continue reading...", + "category": "Plants", + "link": "https://www.theguardian.com/environment/2022/jan/13/plants-at-risk-of-extinction-as-climate-crisis-disrupts-animal-migration", + "creator": "Hibaq Farah", + "pubDate": "2022-01-13T19:00:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -273984,17 +278274,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2219850b3628e268987ca693a8d05244", + "hash": "7b22301a70062aeecdb5abe97ece19ec", "highlights": [] }, { - "title": "Covid live: Germany toughens restrictions for bars and restaurants; Austrian chancellor tests positive", - "description": "

    Germany also cuts isolation period for boosted people after a Covid contact; Karl Nehammer tests positive after contact with member of security team

    Argentina reported a record number of Covid-19 cases on Thursday for a third day in a row at nearly 110,000, Reuters reports, as the highly infectious Omicron variant drives a third pandemic wave in the South American nation.

    The record tally of 109,608 in the middle of the southern hemisphere summer holiday season with tourist centres full of travellers, has not translated into a similar exponential rise in Covid-related deaths, which totalled 40, the government said.

    Continue reading...", - "content": "

    Germany also cuts isolation period for boosted people after a Covid contact; Karl Nehammer tests positive after contact with member of security team

    Argentina reported a record number of Covid-19 cases on Thursday for a third day in a row at nearly 110,000, Reuters reports, as the highly infectious Omicron variant drives a third pandemic wave in the South American nation.

    The record tally of 109,608 in the middle of the southern hemisphere summer holiday season with tourist centres full of travellers, has not translated into a similar exponential rise in Covid-related deaths, which totalled 40, the government said.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/07/covid-news-live-bolsonaro-criticises-plans-to-vaccinate-young-children-as-brazil-cases-soar", - "creator": "Lucy Campbell (now); Georgina Quach, Martin Belam and Helen Livingstone (earlier)", - "pubDate": "2022-01-07T17:58:21Z", + "title": "Dolph Lundgren: ‘In showbusiness, you kind of live for ever’", + "description": "

    Answering readers’ questions, the hardman actor discusses his bust-up with Jean-Claude Van Damme, his degree in chemical engineering – and ham sandwiches

    If someone said: here’s loads of money, but we get the right to CGI you into movies for ever after you die, would you accept? LarboIreland

    I’ve been in about 80 movies already. I guess part of being an actor is there’s some immortality. That’s why people are interested in showbusiness, because you kind of live for ever. So maybe I would. It depends how bad the movies are.

    Continue reading...", + "content": "

    Answering readers’ questions, the hardman actor discusses his bust-up with Jean-Claude Van Damme, his degree in chemical engineering – and ham sandwiches

    If someone said: here’s loads of money, but we get the right to CGI you into movies for ever after you die, would you accept? LarboIreland

    I’ve been in about 80 movies already. I guess part of being an actor is there’s some immortality. That’s why people are interested in showbusiness, because you kind of live for ever. So maybe I would. It depends how bad the movies are.

    Continue reading...", + "category": "Action and adventure films", + "link": "https://www.theguardian.com/film/2022/jan/13/dolph-lundgren-in-showbusiness-you-kind-of-live-for-ever", + "creator": "As told to Rich Pelley", + "pubDate": "2022-01-13T12:00:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274006,17 +278296,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d18991ce756d456afb131a38092b7a6c", + "hash": "987fbe09a7be54fd621f75105dc8c926", "highlights": [] }, { - "title": "Are films really getting longer? We ask the expert", - "description": "

    Sarah Atkinson, professor of screen media, on whether the trend for big, epic films is leading to big, epic runtimes

    Zack Snyder’s Justice League: 4hrs 2mins. The Irishman: 3hrs 29mins. The latest James Bond, the longest ever: 2hrs 43mins. Some of the most hyped films of the past few years have been as known for their length as their plot. So is this the new normal – are films getting longer? I asked Sarah Atkinson, professor of screen media at King’s College London.

    I loved Tenet, but I remember craving an interval and an ice-cream. Am I the only one feeling films are longer?
    Cinema is a bit of a machine, and is surrounded by marketing, so what we hear is often what we remember. These days, there’s a lot of talk about long running times. It’s all part of incentivising people to go out and pay for a ticket, which they won’t do unless it’s for something special – a big, epic film. Just look at the Marvel franchise: almost every one is well over two hours.

    Continue reading...", - "content": "

    Sarah Atkinson, professor of screen media, on whether the trend for big, epic films is leading to big, epic runtimes

    Zack Snyder’s Justice League: 4hrs 2mins. The Irishman: 3hrs 29mins. The latest James Bond, the longest ever: 2hrs 43mins. Some of the most hyped films of the past few years have been as known for their length as their plot. So is this the new normal – are films getting longer? I asked Sarah Atkinson, professor of screen media at King’s College London.

    I loved Tenet, but I remember craving an interval and an ice-cream. Am I the only one feeling films are longer?
    Cinema is a bit of a machine, and is surrounded by marketing, so what we hear is often what we remember. These days, there’s a lot of talk about long running times. It’s all part of incentivising people to go out and pay for a ticket, which they won’t do unless it’s for something special – a big, epic film. Just look at the Marvel franchise: almost every one is well over two hours.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/07/are-films-really-getting-longer-we-ask-the-expert", - "creator": "Coco Khan", - "pubDate": "2022-01-07T15:00:26Z", + "title": "‘Throne out’: what the papers say about Prince Andrew’s royal removal", + "description": "

    The Queen’s second son is given blanket front-page coverage as he faces prospect of legal proceedings over sexual assault allegation

    The Queen’s humiliating removal of Prince Andrew from military and royal roles over his sexual assault case dominates the front pages today.

    Using a photograph of a grim-looking Duke of York being driven to Windsor Castle to face his defenestration, the Telegraph headline says “Queen freezes out Andrew”.

    Continue reading...", + "content": "

    The Queen’s second son is given blanket front-page coverage as he faces prospect of legal proceedings over sexual assault allegation

    The Queen’s humiliating removal of Prince Andrew from military and royal roles over his sexual assault case dominates the front pages today.

    Using a photograph of a grim-looking Duke of York being driven to Windsor Castle to face his defenestration, the Telegraph headline says “Queen freezes out Andrew”.

    Continue reading...", + "category": "Prince Andrew", + "link": "https://www.theguardian.com/uk-news/2022/jan/14/throne-out-what-the-papers-say-about-prince-andrews-royal-removal", + "creator": "Martin Farrer", + "pubDate": "2022-01-14T01:06:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274028,17 +278318,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4a47f6b4f89b6f0b52a9a16c4211766", + "hash": "ad8d67fc9e4341f8c49267dfb3c9269e", "highlights": [] }, { - "title": "Staffordshire police worker jailed for storing murder and postmortem images", - "description": "

    Darren Collins, 56, downloaded thousands of images from police databases

    A police worker who illegally downloaded and took home thousands of images, including those showing murder victims and postmortems, has been jailed for three years.

    Darren Collins, a digital forensic specialist from Stafford, admitted misconduct in a public office last month after being sacked by Staffordshire police for gross misconduct.

    Continue reading...", - "content": "

    Darren Collins, 56, downloaded thousands of images from police databases

    A police worker who illegally downloaded and took home thousands of images, including those showing murder victims and postmortems, has been jailed for three years.

    Darren Collins, a digital forensic specialist from Stafford, admitted misconduct in a public office last month after being sacked by Staffordshire police for gross misconduct.

    Continue reading...", - "category": "Police", - "link": "https://www.theguardian.com/uk-news/2022/jan/07/staffordshire-police-worker-jailed-for-storing-and-postmortem-images", - "creator": "Jessica Murray Midlands correspondent", - "pubDate": "2022-01-07T16:19:15Z", + "title": "Sinema says no to filibuster reform scuttling Democrats’ voting rights hopes", + "description": "
    • Arizona senator says she will not support filibuster changes
    • Sinema’s floor speech condemned by voting rights activists

    Joe Biden was in crisis talks with Senate Democratic rebels Joe Manchin and Kyrsten Sinema at the White House on Thursday night after they thwarted his high-stakes efforts to push voting rights legislation through Congress, according to several reports.

    Even before the US president arrived on Capitol Hill on Thursday afternoon to join Democratic senators for their regular lunch gathering, in a diplomatic public offensive, Sinema of Arizona bluntly reiterated that she would not support any change to filibuster rules to get voting rights passed.

    Continue reading...", + "content": "
    • Arizona senator says she will not support filibuster changes
    • Sinema’s floor speech condemned by voting rights activists

    Joe Biden was in crisis talks with Senate Democratic rebels Joe Manchin and Kyrsten Sinema at the White House on Thursday night after they thwarted his high-stakes efforts to push voting rights legislation through Congress, according to several reports.

    Even before the US president arrived on Capitol Hill on Thursday afternoon to join Democratic senators for their regular lunch gathering, in a diplomatic public offensive, Sinema of Arizona bluntly reiterated that she would not support any change to filibuster rules to get voting rights passed.

    Continue reading...", + "category": "US Senate", + "link": "https://www.theguardian.com/us-news/2022/jan/13/kyrsten-sinema-democrats-filibuster-voting-rights", + "creator": "Sam Levine and Joanna Walters in New York and Joan E Greve in Washington", + "pubDate": "2022-01-14T01:24:42Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274050,17 +278340,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1ab54a33c3a007bb9f696199c2ff9ab", + "hash": "ee748e48f4deaa71de43b3a63470a23e", "highlights": [] }, { - "title": "Joe Biden insists: ‘Covid as we are dealing with it now is not here to stay’ – live", - "description": "

    The federal Covid vaccination requirement for businesses with more than 100 workers and healthcare facilities is being challenged in the supreme court

    • True number of Covid deaths in the US probably undercounted, experts say
    Sign up to receive First Thing – our daily briefing by email

    There’s been a lot of back-and-forth about the efficacy of the Covid-19 vaccine – which, reminder, while everybody here is highly educated in law, nobody is an epidemiologist – and Justice Elena Kagan went hard at Ohio solicitor general Ben Flowers.

    “You said we understand that 18- to 29-year-olds, even though they’re not going to die or end up with very serious injuries, they can spread. You don’t doubt that, that they can spread to other people who are more vulnerable?” Kagan asked Flowers.

    Continue reading...", - "content": "

    The federal Covid vaccination requirement for businesses with more than 100 workers and healthcare facilities is being challenged in the supreme court

    • True number of Covid deaths in the US probably undercounted, experts say
    Sign up to receive First Thing – our daily briefing by email

    There’s been a lot of back-and-forth about the efficacy of the Covid-19 vaccine – which, reminder, while everybody here is highly educated in law, nobody is an epidemiologist – and Justice Elena Kagan went hard at Ohio solicitor general Ben Flowers.

    “You said we understand that 18- to 29-year-olds, even though they’re not going to die or end up with very serious injuries, they can spread. You don’t doubt that, that they can spread to other people who are more vulnerable?” Kagan asked Flowers.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/live/2022/jan/07/us-politics-supreme-court-vaccine-mandate-biden-republicans-democrats-live-updates", - "creator": "Vivian Ho", - "pubDate": "2022-01-07T18:03:47Z", + "title": "Australia news live update: 56 Covid deaths and 4,300 in hospital nationally; NSW cases expected to ‘plateau’ next week; Djokovic visa decision looms", + "description": "

    NSW records 29 Covid deaths on state’s deadliest day of pandemic as new cases expected to ‘plateau’ next week; Victoria to establish two Covid medi-hotels after 18 deaths recorded; three Covid deaths in Qld, six in SA; Tasmania reports 1,201 cases, ACT 1,125, NT 546; more than 4,300 in hospital nationally; decision on Djokovic’s visa expected today. Follow all the day’s news live

    NSW premier Dominic Perrottet will be up at 10am.

    The Transport Workers’ Union national secretary, Michael Kaine, was on ABC News Breakfast this morning discussing the fallout from national cabinet yesterday. He says “there is no plan” to address supply and staff shortages in the sector:

    This is the disappointment out of that national cabinet announcement from Scott Morrison yesterday. There is no plan to rebuild a healthy work force, to have road transport supply chains that do the brilliant job they have done over the two years of this pandemic, they need to be healthy. We wrote to Scott Morrison in September with a follow-up in October last year, saying it was critical, amongst other things, that road transport supply chains were flooded with rapid antigen tests because we could see in the context of the Delta outbreak that if we intended to reopen, we needed to ensure that workers were testing negative and we were maximising the number of healthy people in supply chains or we would have a problem.

    That was dismissed by the Morrison government. They don’t listen to the voices of workers and the results we are seeing today, and we saw them yesterday, reflect inaction from Morrison which is building on compounding the mistakes of the past. His approach here is to send back into the work force those people that we have deemed for the last two years close contacts, are most likely to be carrying the virus without knowing it. That means that we could actually be making matters worse.

    Continue reading...", + "content": "

    NSW records 29 Covid deaths on state’s deadliest day of pandemic as new cases expected to ‘plateau’ next week; Victoria to establish two Covid medi-hotels after 18 deaths recorded; three Covid deaths in Qld, six in SA; Tasmania reports 1,201 cases, ACT 1,125, NT 546; more than 4,300 in hospital nationally; decision on Djokovic’s visa expected today. Follow all the day’s news live

    NSW premier Dominic Perrottet will be up at 10am.

    The Transport Workers’ Union national secretary, Michael Kaine, was on ABC News Breakfast this morning discussing the fallout from national cabinet yesterday. He says “there is no plan” to address supply and staff shortages in the sector:

    This is the disappointment out of that national cabinet announcement from Scott Morrison yesterday. There is no plan to rebuild a healthy work force, to have road transport supply chains that do the brilliant job they have done over the two years of this pandemic, they need to be healthy. We wrote to Scott Morrison in September with a follow-up in October last year, saying it was critical, amongst other things, that road transport supply chains were flooded with rapid antigen tests because we could see in the context of the Delta outbreak that if we intended to reopen, we needed to ensure that workers were testing negative and we were maximising the number of healthy people in supply chains or we would have a problem.

    That was dismissed by the Morrison government. They don’t listen to the voices of workers and the results we are seeing today, and we saw them yesterday, reflect inaction from Morrison which is building on compounding the mistakes of the past. His approach here is to send back into the work force those people that we have deemed for the last two years close contacts, are most likely to be carrying the virus without knowing it. That means that we could actually be making matters worse.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/14/australia-news-live-djokovic-visa-omicron-morrison-covid-sydney-melbourne-victoria-canberra-novak-prince-andrew-queen-tennis-", + "creator": "Nino Bucci (now) and Caitlin Cassidy (earlier)", + "pubDate": "2022-01-14T05:42:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274072,17 +278362,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dbc8c828b2396c519ab513be62a61e14", + "hash": "0e45492dfb3e5a0667179b06a22b024f", "highlights": [] }, { - "title": "Peruvian statue’s giant penis thrills tourists but vandals are turned off", - "description": "

    Visitors stop for selfies with 9ft representation of fertility symbol from pre-Columbian Mochica culture but phallus already damaged

    The newly erected statue of a grinning man with an enormous phallus has prompted delight and rage in an archaeological hotspot in northern Peru where it has been on show since the beginning of the year.

    Although perhaps not anatomically correct, the crimson fibreglass structure is a faithful representation of a ceramic vessel from Peru’s pre-Columbian Mochica culture, whose people lived in the region between 150 and 700 AD.

    Continue reading...", - "content": "

    Visitors stop for selfies with 9ft representation of fertility symbol from pre-Columbian Mochica culture but phallus already damaged

    The newly erected statue of a grinning man with an enormous phallus has prompted delight and rage in an archaeological hotspot in northern Peru where it has been on show since the beginning of the year.

    Although perhaps not anatomically correct, the crimson fibreglass structure is a faithful representation of a ceramic vessel from Peru’s pre-Columbian Mochica culture, whose people lived in the region between 150 and 700 AD.

    Continue reading...", - "category": "Peru", - "link": "https://www.theguardian.com/world/2022/jan/07/peru-statue-penis-phallic-symbol-tourists", - "creator": "Dan Collyns in Lima", - "pubDate": "2022-01-07T09:30:36Z", + "title": "Dutch king to retire golden coach with slavery images after racism row", + "description": "

    King Willem-Alexander will mothball the controversial carriage that glorifies the Netherlands’ colonial past

    The Dutch king, Willem-Alexander, has announced that he is mothballing – at least for now – the royal golden coach which has been embroiled in a racism controversy.

    The opulent horse-drawn carriage, called De Gouden Koets, has traditionally transported the Dutch monarch to the opening of parliament and other state occasions, but has not been used since 2015.

    Continue reading...", + "content": "

    King Willem-Alexander will mothball the controversial carriage that glorifies the Netherlands’ colonial past

    The Dutch king, Willem-Alexander, has announced that he is mothballing – at least for now – the royal golden coach which has been embroiled in a racism controversy.

    The opulent horse-drawn carriage, called De Gouden Koets, has traditionally transported the Dutch monarch to the opening of parliament and other state occasions, but has not been used since 2015.

    Continue reading...", + "category": "Netherlands", + "link": "https://www.theguardian.com/world/2022/jan/13/dutch-king-to-retire-golden-coach-with-slavery-images-after-racism-row", + "creator": "AFP in The Hague", + "pubDate": "2022-01-13T18:03:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274094,17 +278384,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "af2f1341d31e3386da04c78bdd926812", + "hash": "63441bbe732d822b043249713fd3c59c", "highlights": [] }, { - "title": "'If it was me ...': tennis players respond to Novak Djokovic visa saga – video", - "description": "

    Figures from across the tennis world have weighed in on the controversy surrounding Novak Djokovic's entry – and now hotel detention – in Australia, as the world number one awaits a court ruling on his entry visa after his vaccine exemption was revoked. 

    The 34-year-old is being held in isolation at the Park Hotel in Carlton, Melbourne, awaiting the outcome of an appeal against the decision to cancel the reigning Australian Open champion's entry visa and deport him. 

    Players offered a range of views about Djokovic's predicament. 'In some way, I feel sorry for him. But at the same time, he knew the conditions since a lot of months ago, so he makes his own decision,' said the Spanish player Rafael Nadal

    Continue reading...", - "content": "

    Figures from across the tennis world have weighed in on the controversy surrounding Novak Djokovic's entry – and now hotel detention – in Australia, as the world number one awaits a court ruling on his entry visa after his vaccine exemption was revoked. 

    The 34-year-old is being held in isolation at the Park Hotel in Carlton, Melbourne, awaiting the outcome of an appeal against the decision to cancel the reigning Australian Open champion's entry visa and deport him. 

    Players offered a range of views about Djokovic's predicament. 'In some way, I feel sorry for him. But at the same time, he knew the conditions since a lot of months ago, so he makes his own decision,' said the Spanish player Rafael Nadal

    Continue reading...", - "category": "Melbourne", - "link": "https://www.theguardian.com/australia-news/video/2022/jan/07/if-it-was-me-tennis-players-respond-to-novak-djokovic-visa-saga-video", - "creator": "", - "pubDate": "2022-01-07T17:08:14Z", + "title": "Indonesian woman flogged 100 times for adultery, man gets 15 lashes", + "description": "

    Man denied any wrongdoing after pair caught together in conservative Aceh province

    An Indonesian woman has been flogged 100 times in Aceh province for adultery while the male involved, who denied the accusations, received just 15 lashes.

    Ivan Najjar Alavi, the head of the general investigation division at the East Aceh prosecutors’ office, said the court handed down a harsher sentence for the woman after she confessed to investigators she had sex outside of her marriage.

    Continue reading...", + "content": "

    Man denied any wrongdoing after pair caught together in conservative Aceh province

    An Indonesian woman has been flogged 100 times in Aceh province for adultery while the male involved, who denied the accusations, received just 15 lashes.

    Ivan Najjar Alavi, the head of the general investigation division at the East Aceh prosecutors’ office, said the court handed down a harsher sentence for the woman after she confessed to investigators she had sex outside of her marriage.

    Continue reading...", + "category": "Indonesia", + "link": "https://www.theguardian.com/world/2022/jan/13/indonesian-woman-flogged-100-times-for-adultery-man-gets-15-lashes", + "creator": "Agence France-Presse in Idi, East Aceh", + "pubDate": "2022-01-13T14:59:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274116,17 +278406,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c6d0fb1df059abea3c04da915e02ba1", + "hash": "9c339a82c17a7bfe4a32eb49c2c904b1", "highlights": [] }, { - "title": "Taliban stop Afghan women using bathhouses in northern provinces", - "description": "

    Decision to close public hammams – most people’s only chance for a warm wash – sparks anger in light of country’s mounting crises

    The Taliban sparked outrage this week by announcing that women in northern Afghanistan would no longer be allowed to use communal bathhouses.

    The use of bathhouses, or hammams, is an ancient tradition that remains for many people the only chance for a warm wash during the country’s bitterly cold winters.

    Continue reading...", - "content": "

    Decision to close public hammams – most people’s only chance for a warm wash – sparks anger in light of country’s mounting crises

    The Taliban sparked outrage this week by announcing that women in northern Afghanistan would no longer be allowed to use communal bathhouses.

    The use of bathhouses, or hammams, is an ancient tradition that remains for many people the only chance for a warm wash during the country’s bitterly cold winters.

    Continue reading...", - "category": "Women's rights and gender equality", - "link": "https://www.theguardian.com/global-development/2022/jan/07/taliban-stop-afghan-women-using-bathhouses-in-northern-provinces", - "creator": "Stefanie Glinski", - "pubDate": "2022-01-07T06:00:33Z", + "title": "‘Nothing but fish nests’: huge icefish colony found in Antarctic sea", + "description": "

    Researchers make unprecedented discovery of 60m active nests while collecting data in Weddell Sea

    Researchers exploring Antarctica’s seabed have discovered a thriving, unprecedented colony of icefish “about a third of the size of London”.

    The surprise discovery of about 60 million active nests was made by a team of biologists while collecting routine data at 1.5-2.5 metres above the seafloor of Antarctica’s southern Weddell Sea. Before this discovery, the largest found colony contained only 60 nests.

    Continue reading...", + "content": "

    Researchers make unprecedented discovery of 60m active nests while collecting data in Weddell Sea

    Researchers exploring Antarctica’s seabed have discovered a thriving, unprecedented colony of icefish “about a third of the size of London”.

    The surprise discovery of about 60 million active nests was made by a team of biologists while collecting routine data at 1.5-2.5 metres above the seafloor of Antarctica’s southern Weddell Sea. Before this discovery, the largest found colony contained only 60 nests.

    Continue reading...", + "category": "Antarctica", + "link": "https://www.theguardian.com/world/2022/jan/13/nothing-but-fish-nests-huge-icefish-colony-found-in-antarctic-sea", + "creator": "Mabel Banfield-Nwachi", + "pubDate": "2022-01-13T16:00:45Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274138,17 +278428,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed91e4bcfa2213a118b0a020697641ca", + "hash": "728b13d07d8a8c949a55e43937f3b2e6", "highlights": [] }, { - "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", + "title": "Covid live news: poorer nations forced to reject 100m near-expired coronavirus vaccines; Spain to offer fourth dose to vulnerable", + "description": "

    More than 100m vaccine doses were rejected in December alone due to rapidly expiring donations from wealthy countries; Spain continues vaccine push with 90.5% of population aged 12 and above jabbed

    Returning to the Djokovic saga for a moment.

    Spain had denied it is probing Novak Djokovic for entering without a Covid vaccine in a small win for the tennis No 1.

    Continue reading...", + "content": "

    More than 100m vaccine doses were rejected in December alone due to rapidly expiring donations from wealthy countries; Spain continues vaccine push with 90.5% of population aged 12 and above jabbed

    Returning to the Djokovic saga for a moment.

    Spain had denied it is probing Novak Djokovic for entering without a Covid vaccine in a small win for the tennis No 1.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/14/covid-live-news-poorer-nations-forced-to-reject-100m-near-expired-coronavirus-vaccines-spain-to-offer-fourth-dose-to-vulnerable", + "creator": "Samantha Lock", + "pubDate": "2022-01-14T02:23:52Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274160,17 +278450,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f08fced5d299f32ffac7e07b736af20", + "hash": "4e808fec01f5690195cbc94bfba0b9dd", "highlights": [] }, { - "title": "Kazakhstan president says he gave order to ‘open fire with lethal force’", - "description": "

    Kassym-Jomart Tokayev calls protesters ‘bandits and terrorists’ and says use of force will continue

    Kazakhstan’s president, Kassym-Jomart Tokayev, has said he personally gave the order to security forces and army to “open fire with lethal force” against protesters he called “bandits and terrorists”.

    In an uncompromising address on Friday, Tokayev said lethal force without warning would continue to be used against violent demonstrators, and also blamed “so-called free media outlets” for helping fan unrest.

    Continue reading...", - "content": "

    Kassym-Jomart Tokayev calls protesters ‘bandits and terrorists’ and says use of force will continue

    Kazakhstan’s president, Kassym-Jomart Tokayev, has said he personally gave the order to security forces and army to “open fire with lethal force” against protesters he called “bandits and terrorists”.

    In an uncompromising address on Friday, Tokayev said lethal force without warning would continue to be used against violent demonstrators, and also blamed “so-called free media outlets” for helping fan unrest.

    Continue reading...", - "category": "Kazakhstan", - "link": "https://www.theguardian.com/world/2022/jan/07/kazakhstan-protests-thousands-detained-as-president-says-order-mostly-restored", - "creator": "Shaun Walker", - "pubDate": "2022-01-07T09:18:59Z", + "title": "Boris Johnson unlikely to be seen in public for a week, says Downing St", + "description": "

    Period stuck inside No 10 comes at arguably fortuitous time for PM facing intense scrutiny over ‘partygate’

    Boris Johnson is unlikely to be seen in public for the next week after a member of his immediate family tested positive for Covid, Downing Street has said.

    While self-isolation for contacts of coronavirus cases is no longer mandatory, Johnson’s spokesman said the prime minister would heed guidance to limit outside contacts as much as possible for seven days after the test.

    Continue reading...", + "content": "

    Period stuck inside No 10 comes at arguably fortuitous time for PM facing intense scrutiny over ‘partygate’

    Boris Johnson is unlikely to be seen in public for the next week after a member of his immediate family tested positive for Covid, Downing Street has said.

    While self-isolation for contacts of coronavirus cases is no longer mandatory, Johnson’s spokesman said the prime minister would heed guidance to limit outside contacts as much as possible for seven days after the test.

    Continue reading...", + "category": "Boris Johnson", + "link": "https://www.theguardian.com/politics/2022/jan/13/boris-johnson-cancels-visit-to-vaccine-centre-as-relative-tests-positive-for-covid", + "creator": "Peter Walker Political correspondent", + "pubDate": "2022-01-13T13:52:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274182,17 +278472,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "093bbc07a0a6894adc47ac4697697f45", + "hash": "1ac28f65b59f7adeea453d1cb8a5e295", "highlights": [] }, { - "title": "Novak Djokovic not being held ‘captive’ and free to leave whenever he chooses, Australia says", - "description": "

    Serbia’s foreign ministry claims the world No 1 was ‘lured to travel to Australia in order to be humiliated’

    Australia’s home affairs minister has dismissed any suggestion Novak Djokovic is being held “captive” in a Melbourne hotel, declaring the world No 1 is free to leave the country whenever he chooses.

    Djokovic is being held in an immigration hotel until Monday when he will challenge in court the federal government’s Thursday decision to cancel his visa.

    Continue reading...", - "content": "

    Serbia’s foreign ministry claims the world No 1 was ‘lured to travel to Australia in order to be humiliated’

    Australia’s home affairs minister has dismissed any suggestion Novak Djokovic is being held “captive” in a Melbourne hotel, declaring the world No 1 is free to leave the country whenever he chooses.

    Djokovic is being held in an immigration hotel until Monday when he will challenge in court the federal government’s Thursday decision to cancel his visa.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/2022/jan/07/australian-open-players-given-exemptions-similar-to-novak-djokovic-under-investigation", - "creator": "Cait Kelly with AAP", - "pubDate": "2022-01-07T06:04:24Z", + "title": "Melbourne stabbing: girl, six, and woman die after being found with critical injuries at Mill Park", + "description": "

    Two men also die in separate incident after gunshots heard in Mordialloc

    A six-year-old girl has died in hospital after a stabbing that claimed the life of a woman in Melbourne’s north.

    The young girl and a 39-year-old woman, believe to be her mother, were both found with critical injuries at a home in Mill Park at about 7.50pm on Thursday.

    Continue reading...", + "content": "

    Two men also die in separate incident after gunshots heard in Mordialloc

    A six-year-old girl has died in hospital after a stabbing that claimed the life of a woman in Melbourne’s north.

    The young girl and a 39-year-old woman, believe to be her mother, were both found with critical injuries at a home in Mill Park at about 7.50pm on Thursday.

    Continue reading...", + "category": "Crime - Australia", + "link": "https://www.theguardian.com/australia-news/2022/jan/14/melbourne-stabbing-girl-6-and-woman-die-after-being-found-with-critical-injuries-at-mill-park", + "creator": "Australian Associated Press", + "pubDate": "2022-01-14T02:19:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274204,17 +278494,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "19b0b67c5573f7d8165fe10a7b4d4020", + "hash": "762b9cb87621a9a9293b3688cc47e4d2", "highlights": [] }, { - "title": "Biden condemns Trump’s ‘web of lies’ a year on from deadly Capitol assault", - "description": "

    Joe Biden on Thursday forcefully denounced Donald Trump for spreading a “web of lies” about the legitimacy of the 2020 election in a desperate attempt to cling to power.

    The US president condemned his predecessor’s efforts as a “failed” pursuit, but one that continues to threaten the foundations of American democracy one year after the insurrection at the US Capitol when extremist Trump supporters tried, on 6 January last year, to overturn the official certification of Biden’s presidential election victory.

    Continue reading...", - "content": "

    Joe Biden on Thursday forcefully denounced Donald Trump for spreading a “web of lies” about the legitimacy of the 2020 election in a desperate attempt to cling to power.

    The US president condemned his predecessor’s efforts as a “failed” pursuit, but one that continues to threaten the foundations of American democracy one year after the insurrection at the US Capitol when extremist Trump supporters tried, on 6 January last year, to overturn the official certification of Biden’s presidential election victory.

    Continue reading...", - "category": "US Capitol attack", - "link": "https://www.theguardian.com/us-news/2022/jan/06/joe-biden-donald-trump-capitol-attack-anniversary", - "creator": "Lauren Gambino in Washington", - "pubDate": "2022-01-06T17:31:23Z", + "title": "‘No running water’: foreign workers criticise UK farm labour scheme", + "description": "

    Government report on post-Brexit recruitment finds staff citing no health and safety equipment, racism and unsafe accommodation

    Seasonal workers in the UK on a post-Brexit pilot scheme to harvest fruit and vegetables were subjected to “unacceptable” welfare conditions, according to a government review.

    Issues cited by workers included a lack of health and safety equipment, racism, and accommodation without any bathrooms, running water or kitchens.

    Continue reading...", + "content": "

    Government report on post-Brexit recruitment finds staff citing no health and safety equipment, racism and unsafe accommodation

    Seasonal workers in the UK on a post-Brexit pilot scheme to harvest fruit and vegetables were subjected to “unacceptable” welfare conditions, according to a government review.

    Issues cited by workers included a lack of health and safety equipment, racism, and accommodation without any bathrooms, running water or kitchens.

    Continue reading...", + "category": "Workers' rights", + "link": "https://www.theguardian.com/global-development/2022/jan/12/no-running-water-foreign-workers-criticise-uk-farm-labour-scheme", + "creator": "Tom Levitt and Andrew Wasley", + "pubDate": "2022-01-12T07:45:41Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274226,17 +278516,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b39a86b0d878997ff96213d9a34eb0a", + "hash": "7564edc6f196615f865259eaed08455d", "highlights": [] }, { - "title": "EU must have ‘frank, exacting’ dialogue with Russia, Macron says", - "description": "

    French president spoke alongside Ursula von der Leyen, who discussed an ‘architecture of European security’

    Emmanuel Macron has said the EU needs a “frank, exacting” dialogue with Russia to defuse tensions, as he called for new security arrangements on the continent.

    The French president was rebuffed by other EU states in June when he and the then German chancellor, Angela Merkel, made a surprise proposal for a summit with Vladimir Putin.

    Continue reading...", - "content": "

    French president spoke alongside Ursula von der Leyen, who discussed an ‘architecture of European security’

    Emmanuel Macron has said the EU needs a “frank, exacting” dialogue with Russia to defuse tensions, as he called for new security arrangements on the continent.

    The French president was rebuffed by other EU states in June when he and the then German chancellor, Angela Merkel, made a surprise proposal for a summit with Vladimir Putin.

    Continue reading...", - "category": "Emmanuel Macron", - "link": "https://www.theguardian.com/world/2022/jan/07/eu-must-have-frank-exacting-dialogue-with-russia-emmanuel-macron-says", - "creator": "Jennifer Rankin in Brussels", - "pubDate": "2022-01-07T13:59:11Z", + "title": "Queen strips Prince Andrew of military roles and royal patronages", + "description": "

    Move comes after more than 150 veterans request removal amid US sexual assault civil lawsuit

    The Queen has removed a range of military affiliations and royal patronages held by Prince Andrew, Buckingham Palace has said. The move, which includes the prince losing the use of “His Royal Highness”, comes after a US judge gave the green light for her second son to face a sexual assault civil lawsuit.

    Buckingham Palace said in a statement on Thursday: “With the Queen’s approval and agreement, the Duke of York’s military affiliations and royal patronages have been returned to the Queen. The Duke of York will continue not to undertake any public duties and is defending this case as a private citizen.”

    Continue reading...", + "content": "

    Move comes after more than 150 veterans request removal amid US sexual assault civil lawsuit

    The Queen has removed a range of military affiliations and royal patronages held by Prince Andrew, Buckingham Palace has said. The move, which includes the prince losing the use of “His Royal Highness”, comes after a US judge gave the green light for her second son to face a sexual assault civil lawsuit.

    Buckingham Palace said in a statement on Thursday: “With the Queen’s approval and agreement, the Duke of York’s military affiliations and royal patronages have been returned to the Queen. The Duke of York will continue not to undertake any public duties and is defending this case as a private citizen.”

    Continue reading...", + "category": "Prince Andrew", + "link": "https://www.theguardian.com/uk-news/2022/jan/13/veterans-ask-queen-to-strip-prince-andrew-of-honorary-military-titles", + "creator": "Ben Quinn", + "pubDate": "2022-01-13T17:22:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274244,21 +278534,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "e9720644756665ed234c876384ee638c", + "hash": "9bd4b61670c3da6396a3bbec2613f7f4", "highlights": [] }, { - "title": "More than 400 weather stations beat heat records in 2021", - "description": "

    Maximiliano Herrera, watcher of extreme weather, says last year likely to be in top five or six hottest in history

    More than 400 weather stations around the world beat their all-time highest temperature records in 2021, according to a climatologist who has been compiling weather records for over 30 years.

    Maximiliano Herrera keeps track of extreme weather around the world, and publishes an annual list of records broken in the previous year. He and many other climatologists and meteorologists who follow these issues closely expect that 2021 will probably not be the hottest year in history (Noaa and Nasa will publish their results in the next few days).

    Continue reading...", - "content": "

    Maximiliano Herrera, watcher of extreme weather, says last year likely to be in top five or six hottest in history

    More than 400 weather stations around the world beat their all-time highest temperature records in 2021, according to a climatologist who has been compiling weather records for over 30 years.

    Maximiliano Herrera keeps track of extreme weather around the world, and publishes an annual list of records broken in the previous year. He and many other climatologists and meteorologists who follow these issues closely expect that 2021 will probably not be the hottest year in history (Noaa and Nasa will publish their results in the next few days).

    Continue reading...", - "category": "Extreme weather", - "link": "https://www.theguardian.com/world/2022/jan/07/heat-records-broken-all-around-the-world-in-2021-says-climatologist", - "creator": "Bibi van der Zee", - "pubDate": "2022-01-07T11:03:20Z", + "title": "Russia threatens military deployment to Cuba and Venezuela as Nato talks falter", + "description": "

    US says ‘drumbeat of war is sounding loud’ as talks with Russia over Ukraine head towards dead end

    Russia has refused to rule out a military deployment to Cuba and Venezuela if talks with the west on European security and Ukraine fail to go its way, while warning the latest discussions with Nato were hitting a dead end.

    In an apparent attempt to up the ante with the Biden administration, Sergei Ryabkov, who led Russia’s delegation in a meeting with the US on Monday, told Russian television he could neither confirm nor exclude sending military assets to Cuba and Venezuela if talks fail. Asked about these steps, he said “it all depends on the actions by our US counterparts”.

    Continue reading...", + "content": "

    US says ‘drumbeat of war is sounding loud’ as talks with Russia over Ukraine head towards dead end

    Russia has refused to rule out a military deployment to Cuba and Venezuela if talks with the west on European security and Ukraine fail to go its way, while warning the latest discussions with Nato were hitting a dead end.

    In an apparent attempt to up the ante with the Biden administration, Sergei Ryabkov, who led Russia’s delegation in a meeting with the US on Monday, told Russian television he could neither confirm nor exclude sending military assets to Cuba and Venezuela if talks fail. Asked about these steps, he said “it all depends on the actions by our US counterparts”.

    Continue reading...", + "category": "Ukraine", + "link": "https://www.theguardian.com/world/2022/jan/13/russia-says-talks-with-nato-over-ukraine-are-hitting-a-dead-end", + "creator": "Jennifer Rankin in Brussels, Luke Harding in Kyiv, Julian Borger in Washington", + "pubDate": "2022-01-13T17:29:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274270,17 +278560,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7810ea53da8f8c71f3848109db7015d0", + "hash": "cc1a44dc95d0a0c7c87b62fb13382475", "highlights": [] }, { - "title": "Military deployed at London hospitals due to Omicron staff shortages", - "description": "

    Support, which includes 40 army doctors, shows ministers can no longer ignore scale of understaffing, union leaders say

    The armed forces are being deployed to help hospitals in London deal with a surge in Covid patients because the Omicron variant is leaving so many staff sick and unable to work.

    Of the 200 military personnel involved, 40 are doctors who will help NHS staff look after patients. The other 160 personnel, who have no medical training, will check in patients, ensure stocks are maintained and would also be “conducting basic checks”, the Ministry of Defence said.

    Continue reading...", - "content": "

    Support, which includes 40 army doctors, shows ministers can no longer ignore scale of understaffing, union leaders say

    The armed forces are being deployed to help hospitals in London deal with a surge in Covid patients because the Omicron variant is leaving so many staff sick and unable to work.

    Of the 200 military personnel involved, 40 are doctors who will help NHS staff look after patients. The other 160 personnel, who have no medical training, will check in patients, ensure stocks are maintained and would also be “conducting basic checks”, the Ministry of Defence said.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/07/military-deployed-at-london-hospitals-due-to-omicron-staff-shortages", - "creator": "Denis Campbell, Dan Sabbagh and Hannah Devlin", - "pubDate": "2022-01-07T00:01:24Z", + "title": "No 10 party inquiry will reveal ‘farcical’ culture, say Whitehall sources", + "description": "

    Investigation by Sue Gray expected to unearth more lockdown drinks events in government buildings

    An inquiry into lockdown parties in Downing Street, which could determine the fate of Boris Johnson, is expected to lay bare a “farcical” culture of drinking and impromptu socialising, with little oversight from senior officials, the Guardian understands.

    Whitehall sources said the investigation, overseen by the senior civil servant Sue Gray, was also likely to unearth other drinks events across government buildings as special advisers and officials were encouraged to “come clean” about breaches of lockdown rules.

    Continue reading...", + "content": "

    Investigation by Sue Gray expected to unearth more lockdown drinks events in government buildings

    An inquiry into lockdown parties in Downing Street, which could determine the fate of Boris Johnson, is expected to lay bare a “farcical” culture of drinking and impromptu socialising, with little oversight from senior officials, the Guardian understands.

    Whitehall sources said the investigation, overseen by the senior civil servant Sue Gray, was also likely to unearth other drinks events across government buildings as special advisers and officials were encouraged to “come clean” about breaches of lockdown rules.

    Continue reading...", + "category": "Boris Johnson", + "link": "https://www.theguardian.com/politics/2022/jan/13/no-10-party-inquiry-will-reveal-farcical-culture-say-whitehall-sources", + "creator": "Rajeev Syal, Heather Stewart and Peter Walker", + "pubDate": "2022-01-13T20:16:45Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274292,17 +278582,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "87d852e1fe79dd89422ebe081426496e", + "hash": "6f0faf043d320328883f726a481ee2b2", "highlights": [] }, { - "title": "Boris Johnson accused of corruption after ‘great exhibition’ text emerges", - "description": "

    PM sought funds for flat refurb from Tory donor while promising to consider plans for mystery event

    Boris Johnson has been accused of corruption after it emerged that he sought funds for his flat refurbishment from a Conservative donor while promising to consider plans for a mystery “great exhibition”.

    The prime minister is facing fresh questions after newly published WhatsApp messages with the Tory peer David Brownlow show Johnson called parts of his Downing Street residence a “tip” and asked for “approvals” so his decor designer, Lulu Lytle, could “get on with it” in November 2020.

    Continue reading...", - "content": "

    PM sought funds for flat refurb from Tory donor while promising to consider plans for mystery event

    Boris Johnson has been accused of corruption after it emerged that he sought funds for his flat refurbishment from a Conservative donor while promising to consider plans for a mystery “great exhibition”.

    The prime minister is facing fresh questions after newly published WhatsApp messages with the Tory peer David Brownlow show Johnson called parts of his Downing Street residence a “tip” and asked for “approvals” so his decor designer, Lulu Lytle, could “get on with it” in November 2020.

    Continue reading...", - "category": "Boris Johnson", - "link": "https://www.theguardian.com/politics/2022/jan/06/boris-johnson-accused-corruption-great-exhibition-text-flat-refurb", - "creator": "Aubrey Allegretti and Jessica Elgot", - "pubDate": "2022-01-06T19:52:44Z", + "title": "Leader of Oath Keepers far-right militia group arrested over Capitol attack", + "description": "

    Stewart Rhodes has been charged with seditious conspiracy in the January 6 insurrection

    Stewart Rhodes, the founder and leader of the far-right Oath Keepers militia group, has been arrested and charged with seditious conspiracy in the 6 January attack on the US Capitol, the Department of Justice said on Thursday.

    Ten others face the same charge, which carries a maximum penalty of 20 years in prison.

    Continue reading...", + "content": "

    Stewart Rhodes has been charged with seditious conspiracy in the January 6 insurrection

    Stewart Rhodes, the founder and leader of the far-right Oath Keepers militia group, has been arrested and charged with seditious conspiracy in the 6 January attack on the US Capitol, the Department of Justice said on Thursday.

    Ten others face the same charge, which carries a maximum penalty of 20 years in prison.

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/2022/jan/13/oath-keepers-capitol-attack-us", + "creator": "Martin Pengelly in New York and agencies", + "pubDate": "2022-01-13T20:37:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274314,17 +278604,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "494bc40fe217c582f5a70dcda7071454", + "hash": "6431feb68f3c071e1c30ef1d8f7a1dfe", "highlights": [] }, { - "title": "Bob Dylan’s lawyers call child sexual abuse lawsuit ‘false and malicious’", - "description": "

    Singer’s legal team attempt to discredit anonymous accuser after she changes timeframe of allegations in 1965

    Lawyers for Bob Dylan have formally denied allegations of child sexual abuse made against him in a lawsuit from an anonymous woman filed in August 2021.

    The lawsuit claims that Dylan groomed the woman, referred to as JC, when she was 12 years old and sexually abused her. Dylan, it is claimed, aimed to “lower her inhibitions with the object of sexually abusing her, which he did, coupled with the provision of drugs, alcohol and threats of physical violence, leaving her emotionally scarred and psychologically damaged to this day”.

    Continue reading...", - "content": "

    Singer’s legal team attempt to discredit anonymous accuser after she changes timeframe of allegations in 1965

    Lawyers for Bob Dylan have formally denied allegations of child sexual abuse made against him in a lawsuit from an anonymous woman filed in August 2021.

    The lawsuit claims that Dylan groomed the woman, referred to as JC, when she was 12 years old and sexually abused her. Dylan, it is claimed, aimed to “lower her inhibitions with the object of sexually abusing her, which he did, coupled with the provision of drugs, alcohol and threats of physical violence, leaving her emotionally scarred and psychologically damaged to this day”.

    Continue reading...", - "category": "Bob Dylan", - "link": "https://www.theguardian.com/music/2022/jan/07/bob-dylan-lawyers-abuse-lawsuit", - "creator": "Ben Beaumont-Thomas", - "pubDate": "2022-01-07T11:59:39Z", + "title": "Pegasus spyware used in ‘jaw-dropping’ phone hacks on El Salvador journalists", + "description": "

    Citizen Lab finds that hacking of 35 journalists and civil society activists coincided with their investigations into allegations that President Nayib Bukele was negotiating a pact with gangs

    Dozens of journalists and human rights defenders in El Salvador have been subjected to “jaw-dropping” phone hacks using the Pegasus spyware allegedly deployed by governments around the world against dissidents, reporters, diplomats and members of the clergy, according to internet security researchers.

    Reporting on its latest findings about the use of the Israeli firm NSO Group’s spyware, the University of Toronto’s Citizen Lab said it had identified a Pegasus operator working almost exclusively in El Salvador in early 2020.

    Continue reading...", + "content": "

    Citizen Lab finds that hacking of 35 journalists and civil society activists coincided with their investigations into allegations that President Nayib Bukele was negotiating a pact with gangs

    Dozens of journalists and human rights defenders in El Salvador have been subjected to “jaw-dropping” phone hacks using the Pegasus spyware allegedly deployed by governments around the world against dissidents, reporters, diplomats and members of the clergy, according to internet security researchers.

    Reporting on its latest findings about the use of the Israeli firm NSO Group’s spyware, the University of Toronto’s Citizen Lab said it had identified a Pegasus operator working almost exclusively in El Salvador in early 2020.

    Continue reading...", + "category": "El Salvador", + "link": "https://www.theguardian.com/news/2022/jan/13/pegasus-spyware-target-journalists-activists-el-salvador", + "creator": "Sam Jones and agency", + "pubDate": "2022-01-13T17:08:55Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274336,17 +278626,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "70396c4481b84a956714173f8bb5d905", + "hash": "f921ba670623185ffe060047f7255380", "highlights": [] }, { - "title": "Norwegian conscripts told to return underwear as Covid hits supplies", - "description": "

    Newly discharged conscripts to hand back items including socks and bras, to be washed and reused

    Norwegian conscripts are to return their underwear after completing military service for the next recruits, as the army struggles with dwindling supplies due to Covid.

    Norway, which guards Nato’s northern borders and shares a border with Russia, calls up about 8,000 young men and women for military service every year and until recently allowed newly discharged conscripts to leave barracks with the underwear they were issued.

    Continue reading...", - "content": "

    Newly discharged conscripts to hand back items including socks and bras, to be washed and reused

    Norwegian conscripts are to return their underwear after completing military service for the next recruits, as the army struggles with dwindling supplies due to Covid.

    Norway, which guards Nato’s northern borders and shares a border with Russia, calls up about 8,000 young men and women for military service every year and until recently allowed newly discharged conscripts to leave barracks with the underwear they were issued.

    Continue reading...", - "category": "Norway", - "link": "https://www.theguardian.com/world/2022/jan/07/norwegian-conscripts-told-to-return-underwear-as-covid-hits-supplies", - "creator": "Agence France-Presse in Oslo", - "pubDate": "2022-01-07T12:34:45Z", + "title": "Sinema says no to filibuster reform and scuttles Democrats’ voting rights hopes", + "description": "
    • Arizona senator says she will not support filibuster changes
    • Sinema’s floor speech condemned by voting rights activists

    Kyrsten Sinema publicly and bluntly reaffirmed she would not support any change to the filibuster rules on Thursday, effectively killing her party’s hope of passing the most sweeping voting rights protections in a generation.

    Sinema took to the Senate floor around noon on Thursday and said she would not support any changes to the filibuster, the Senate rule that requires 60 votes to advance legislation.

    Continue reading...", + "content": "
    • Arizona senator says she will not support filibuster changes
    • Sinema’s floor speech condemned by voting rights activists

    Kyrsten Sinema publicly and bluntly reaffirmed she would not support any change to the filibuster rules on Thursday, effectively killing her party’s hope of passing the most sweeping voting rights protections in a generation.

    Sinema took to the Senate floor around noon on Thursday and said she would not support any changes to the filibuster, the Senate rule that requires 60 votes to advance legislation.

    Continue reading...", + "category": "US Senate", + "link": "https://www.theguardian.com/us-news/2022/jan/13/kyrsten-sinema-democrats-filibuster-voting-rights", + "creator": "Sam Levine in New York", + "pubDate": "2022-01-13T19:31:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274358,17 +278648,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "33fab5fa224ad407c6b1a6de3a5bee40", + "hash": "5232233859f07a6064c3053f33d44ce2", "highlights": [] }, { - "title": "Covid live news: France’s Omicron wave expected to peak in 10 days; Germany to debate further restrictions", - "description": "

    Covid wave in France could reach peak in 10 days time, says expert; German chancellor and state governors likely to build on new restrictions

    Argentina reported a record number of Covid-19 cases on Thursday for a third day in a row at nearly 110,000, Reuters reports, as the highly infectious Omicron variant drives a third pandemic wave in the South American nation.

    The record tally of 109,608 in the middle of the southern hemisphere summer holiday season with tourist centres full of travellers, has not translated into a similar exponential rise in Covid-related deaths, which totalled 40, the government said.

    Continue reading...", - "content": "

    Covid wave in France could reach peak in 10 days time, says expert; German chancellor and state governors likely to build on new restrictions

    Argentina reported a record number of Covid-19 cases on Thursday for a third day in a row at nearly 110,000, Reuters reports, as the highly infectious Omicron variant drives a third pandemic wave in the South American nation.

    The record tally of 109,608 in the middle of the southern hemisphere summer holiday season with tourist centres full of travellers, has not translated into a similar exponential rise in Covid-related deaths, which totalled 40, the government said.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/07/covid-news-live-bolsonaro-criticises-plans-to-vaccinate-young-children-as-brazil-cases-soar", - "creator": "Martin Belam (now) and Helen Livingstone (earlier)", - "pubDate": "2022-01-07T09:50:11Z", + "title": "Canadian court halves prison sentence of woman who killed abusive husband", + "description": "

    Helen Naslund was originally sentenced to 18 years, one of the longest in a case of an abused woman killing her partner

    A Canadian court has halved the sentence of a woman who killed her husband, revisiting a controversial case that revealed the legal system’s “outdated thinking” of the realities of domestic abuse.

    In a 2-1 ruling released on Wednesday, Alberta’s court of appeal determined that Helen Naslund’s 18-year sentence should be reduced to nine years.

    In the US, the domestic violence hotline is 1-800-799-SAFE (7233). In the UK, call the national domestic abuse helpline on 0808 2000 247, or visit Women’s Aid. In Australia, the national family violence counselling service is on 1800 737 732. Other international helplines may be found via www.befrienders.org

    Continue reading...", + "content": "

    Helen Naslund was originally sentenced to 18 years, one of the longest in a case of an abused woman killing her partner

    A Canadian court has halved the sentence of a woman who killed her husband, revisiting a controversial case that revealed the legal system’s “outdated thinking” of the realities of domestic abuse.

    In a 2-1 ruling released on Wednesday, Alberta’s court of appeal determined that Helen Naslund’s 18-year sentence should be reduced to nine years.

    In the US, the domestic violence hotline is 1-800-799-SAFE (7233). In the UK, call the national domestic abuse helpline on 0808 2000 247, or visit Women’s Aid. In Australia, the national family violence counselling service is on 1800 737 732. Other international helplines may be found via www.befrienders.org

    Continue reading...", + "category": "Canada", + "link": "https://www.theguardian.com/world/2022/jan/13/canada-court-halves-prison-sentence-helen-naslund", + "creator": "Leyland Cecco in Toronto", + "pubDate": "2022-01-13T17:24:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274380,17 +278670,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6de8783b7f094d6fccf12866235dc3b", + "hash": "c1a3c2da243c5b7b65196295761f213a", "highlights": [] }, { - "title": "Philippines’ Duterte orders arrest of unvaccinated people who violate stay-at-home orders", - "description": "

    President ‘appalled’ at the large numbers of Filipinos not vaccinated ‘galloping in our community’

    The Philippine president, Rodrigo Duterte, has ordered the arrest of unvaccinated people who violate stay-at-home orders aimed at curbing “galloping” coronavirus infections driven by the Omicron variant.

    The government tightened restrictions in Manila and several provinces and cities this week. Unvaccinated people among the capital’s 13 million people were ordered to stay home, after infection numbers tripled in the last two days.

    Continue reading...", - "content": "

    President ‘appalled’ at the large numbers of Filipinos not vaccinated ‘galloping in our community’

    The Philippine president, Rodrigo Duterte, has ordered the arrest of unvaccinated people who violate stay-at-home orders aimed at curbing “galloping” coronavirus infections driven by the Omicron variant.

    The government tightened restrictions in Manila and several provinces and cities this week. Unvaccinated people among the capital’s 13 million people were ordered to stay home, after infection numbers tripled in the last two days.

    Continue reading...", - "category": "Philippines", - "link": "https://www.theguardian.com/world/2022/jan/07/philippines-duterte-orders-arrest-of-unvaccinated-people-who-violate-stay-at-home-orders", - "creator": "Agence France-Presse", - "pubDate": "2022-01-07T00:41:55Z", + "title": "Covid live: UK reports 109,133 new cases and 335 deaths; low-income countries forced to reject 100m vaccine doses", + "description": "

    UK cases and deaths down on the previous day; short expiration dates and a lack of storage forced lower-income countries to reject vaccines

    Daily coronavirus cases in Japan have exceeded 13,000 for the first time in more than four months, as the country confronts a sixth wave of infections driven by the Omicron variant.

    It reported 13,244 new cases on Wednesday, including 2,198 in Tokyo and 1,711 in Osaka. The number of new infections in the Japanese capital was more than double that recorded the previous day and a fivefold increase from the same day the previous week.

    Continue reading...", + "content": "

    UK cases and deaths down on the previous day; short expiration dates and a lack of storage forced lower-income countries to reject vaccines

    Daily coronavirus cases in Japan have exceeded 13,000 for the first time in more than four months, as the country confronts a sixth wave of infections driven by the Omicron variant.

    It reported 13,244 new cases on Wednesday, including 2,198 in Tokyo and 1,711 in Osaka. The number of new infections in the Japanese capital was more than double that recorded the previous day and a fivefold increase from the same day the previous week.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/13/covid-news-live-us-deaths-rise-40-on-last-week-cdc-says-german-chancellor-calls-for-mandatory-vaccination-of-all-adults", + "creator": "Lucy Campbell (now); Georgina Quach, Martin Belam and Samantha Lock (earlier)", + "pubDate": "2022-01-13T16:32:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274402,17 +278692,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "18603f9a50f37c5896271932555ef968", + "hash": "52a1d95831ddab210063d550c855355a", "highlights": [] }, { - "title": "True number of Covid deaths in the US likely undercounted, experts say", - "description": "

    Many of the deaths aren’t counted in the official Covid tally because they happen months after infections, expert says

    The true number of deaths from the Covid pandemic in the US are likely being undercounted, due to the long-lasting and little-understood effects of Covid infection and other deadly complications that surged during the past two years.

    “We are seeing right now the highest death rates we have ever seen in the history of this business,” J Scott Davison, CEO of insurance company OneAmerica, told journalists on 30 December.

    Continue reading...", - "content": "

    Many of the deaths aren’t counted in the official Covid tally because they happen months after infections, expert says

    The true number of deaths from the Covid pandemic in the US are likely being undercounted, due to the long-lasting and little-understood effects of Covid infection and other deadly complications that surged during the past two years.

    “We are seeing right now the highest death rates we have ever seen in the history of this business,” J Scott Davison, CEO of insurance company OneAmerica, told journalists on 30 December.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2022/jan/07/true-number-covid-deaths-us-likely-undercounted-experts", - "creator": "Melody Schreiber", - "pubDate": "2022-01-07T10:00:36Z", + "title": "US supreme court blocks Biden’s workplace vaccine-or-test rules", + "description": "
    • Court says vaccine mandate for healthcare workers is valid
    • President to purchase another 550m at-home Covid tests

    The supreme court on Thursday blocked the Biden administration from enforcing a requirement that employees at large businesses be vaccinated against Covid-19 or undergo weekly testing and wear a mask on the job.

    At the same time, the court is allowing the administration to proceed with a vaccine mandate for most healthcare workers in the US.

    Continue reading...", + "content": "
    • Court says vaccine mandate for healthcare workers is valid
    • President to purchase another 550m at-home Covid tests

    The supreme court on Thursday blocked the Biden administration from enforcing a requirement that employees at large businesses be vaccinated against Covid-19 or undergo weekly testing and wear a mask on the job.

    At the same time, the court is allowing the administration to proceed with a vaccine mandate for most healthcare workers in the US.

    Continue reading...", + "category": "US politics", + "link": "https://www.theguardian.com/us-news/2022/jan/13/biden-military-covid-omicron-spike", + "creator": "Adam Gabbatt and agencies in New York", + "pubDate": "2022-01-13T20:09:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274424,17 +278714,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aea8013296fec37da72eee04dfd4c758", + "hash": "dc7f9dbcf2dec63a03ade8fa0336e5c1", "highlights": [] }, { - "title": "We know the hell we’re in. It will get worse before it gets better | Melbourne ICU nurse", - "description": "

    I’ve seen people die without their family. It used to bring me to tears. Now I just feel weary

    My therapist says it’s OK that sometimes I feel dead inside.

    I’m a critical care nurse. I worked in intensive care for all of 2020 and 2021.

    Continue reading...", - "content": "

    I’ve seen people die without their family. It used to bring me to tears. Now I just feel weary

    My therapist says it’s OK that sometimes I feel dead inside.

    I’m a critical care nurse. I worked in intensive care for all of 2020 and 2021.

    Continue reading...", - "category": "Health", - "link": "https://www.theguardian.com/commentisfree/2022/jan/07/we-know-the-hell-were-in-it-will-get-worse-before-it-gets-better", - "creator": "Melbourne ICU nurse", - "pubDate": "2022-01-06T23:03:25Z", + "title": "In our teens, we dreamed of making peace in the Middle East. Then my friend was shot", + "description": "

    At a summer camp for kids from conflict zones, I met my brave, funny friend Aseel. He was Palestinian. I was Israeli. When he was killed by police, my hope for our future died with him

    On 11 May 2021, I was sitting with a small group in a cafe in southern Tel Aviv, studying Arabic. Our teacher, a Palestinian citizen of Israel, had been telling us that he and his pregnant Jewish wife kept getting turned down by landlords who would not rent their property to a “mixed” couple. We were almost at the end of the three-hour class when air raid sirens sounded. A few days earlier, missiles had been launched from Gaza into Israel, but this was the first time they had hit Tel Aviv. Beyond the fear of an airstrike, I had a sad, heavy feeling. I had recently returned to live in Israel after 15 years studying and working abroad. I remembered a time, in the mid-1990s, when I had believed that Israel was going to be different, more just and less violent. That belief now felt like a distant memory.

    My faith in Israel’s future had been inspired by an experience I shared as a teenager with a group of extraordinary people. As we waited for the rocket fire to stop, I recalled one of those people in vivid detail, a person I have barely been able to talk about in my home country for more than 20 years. His name was Aseel Aslih.

    Continue reading...", + "content": "

    At a summer camp for kids from conflict zones, I met my brave, funny friend Aseel. He was Palestinian. I was Israeli. When he was killed by police, my hope for our future died with him

    On 11 May 2021, I was sitting with a small group in a cafe in southern Tel Aviv, studying Arabic. Our teacher, a Palestinian citizen of Israel, had been telling us that he and his pregnant Jewish wife kept getting turned down by landlords who would not rent their property to a “mixed” couple. We were almost at the end of the three-hour class when air raid sirens sounded. A few days earlier, missiles had been launched from Gaza into Israel, but this was the first time they had hit Tel Aviv. Beyond the fear of an airstrike, I had a sad, heavy feeling. I had recently returned to live in Israel after 15 years studying and working abroad. I remembered a time, in the mid-1990s, when I had believed that Israel was going to be different, more just and less violent. That belief now felt like a distant memory.

    My faith in Israel’s future had been inspired by an experience I shared as a teenager with a group of extraordinary people. As we waited for the rocket fire to stop, I recalled one of those people in vivid detail, a person I have barely been able to talk about in my home country for more than 20 years. His name was Aseel Aslih.

    Continue reading...", + "category": "Israel", + "link": "https://www.theguardian.com/news/2022/jan/13/peace-middle-east-friend-summer-camp-israel", + "creator": "Roy Cohen", + "pubDate": "2022-01-13T06:00:11Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274446,17 +278736,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d85e1b072b14f879b899d5f4a3f1ac22", + "hash": "f2b9a98181b0b68d695d233e27d80610", "highlights": [] }, { - "title": "Scientists step up hunt for ‘Asian unicorn’, one of world’s rarest animals", - "description": "

    The saola is so elusive that no biologist has seen one in the wild. Now they are racing to find it, so they can save it

    Weighing 80-100kg and sporting long straight horns, white spots on its face and large facial scent glands, the saola does not sound like an animal that would be hard to spot. But it was not until 1992 that this elusive creature was discovered, becoming the first large mammal new to science in more than 50 years.

    Nicknamed the “Asian unicorn”, the saola continues to be elusive. They have never been seen by a biologist in the wild and have been camera-trapped only a handful of times. There are reports of villagers trying to keep them in captivity but they have died after a few weeks, probably due to the wrong diet.

    Continue reading...", - "content": "

    The saola is so elusive that no biologist has seen one in the wild. Now they are racing to find it, so they can save it

    Weighing 80-100kg and sporting long straight horns, white spots on its face and large facial scent glands, the saola does not sound like an animal that would be hard to spot. But it was not until 1992 that this elusive creature was discovered, becoming the first large mammal new to science in more than 50 years.

    Nicknamed the “Asian unicorn”, the saola continues to be elusive. They have never been seen by a biologist in the wild and have been camera-trapped only a handful of times. There are reports of villagers trying to keep them in captivity but they have died after a few weeks, probably due to the wrong diet.

    Continue reading...", - "category": "Endangered species", - "link": "https://www.theguardian.com/environment/2022/jan/07/scientists-step-up-hunt-for-asian-unicorn-one-of-worlds-rarest-animals-aoe", - "creator": "Veronika Perková", - "pubDate": "2022-01-07T07:30:33Z", + "title": "Tented love: how Senegal created a spectacular new African architecture", + "description": "

    After independence in 1960, the country cast off western influences and forged a new African style full of triangular forms, rocket-shaped obelisks and rammed earth. Is this spirit now being suffocated? Our writer takes a tour of the capital

    Visiting the International Fair of Dakar is like taking a stroll through the ruins of some ancient Toblerone-worshipping civilisation. A cluster of triangular pavilions rises from a podium, each clad in a rich pattern of seashells and pebbles. These are reached by triangular steps that lead past triangular plant pots to momentous triangular entranceways. All around, great hangar-like sheds extend into the distance, ventilated by triangular windows and topped with serrated triangular roofs. All that’s missing is triangular honey from triangular bees.

    Built on the outskirts of the Senegalese capital as a showcase for global trade in 1974, this astonishing city-sized hymn to the three-sided shape was designed by young French architects Jean Francois Lamoureux, Jean-Louis Marin and Fernand Bonamy. Their obsessive geometrical composition was an attempt to answer the call of Senegal’s first president, the poet Léopold Sédar Senghor, for a national style that he curiously termed “asymmetrical parallelism”.

    Continue reading...", + "content": "

    After independence in 1960, the country cast off western influences and forged a new African style full of triangular forms, rocket-shaped obelisks and rammed earth. Is this spirit now being suffocated? Our writer takes a tour of the capital

    Visiting the International Fair of Dakar is like taking a stroll through the ruins of some ancient Toblerone-worshipping civilisation. A cluster of triangular pavilions rises from a podium, each clad in a rich pattern of seashells and pebbles. These are reached by triangular steps that lead past triangular plant pots to momentous triangular entranceways. All around, great hangar-like sheds extend into the distance, ventilated by triangular windows and topped with serrated triangular roofs. All that’s missing is triangular honey from triangular bees.

    Built on the outskirts of the Senegalese capital as a showcase for global trade in 1974, this astonishing city-sized hymn to the three-sided shape was designed by young French architects Jean Francois Lamoureux, Jean-Louis Marin and Fernand Bonamy. Their obsessive geometrical composition was an attempt to answer the call of Senegal’s first president, the poet Léopold Sédar Senghor, for a national style that he curiously termed “asymmetrical parallelism”.

    Continue reading...", + "category": "Architecture", + "link": "https://www.theguardian.com/artanddesign/2022/jan/13/tented-love-senegal-spectacular-new-african-architecture-dakar-tent", + "creator": "Oliver Wainwright", + "pubDate": "2022-01-13T06:00:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274468,17 +278758,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6afdc60e5f69b7b83aa6d277b54ae30", + "hash": "0f3d5732ef43d83c4107f52b30306767", "highlights": [] }, { - "title": "Invisible headphones to chameleon cars: standout tech from CES 2022", - "description": "

    Mobile phone, TV, carmakers and other major players tout what’s new at the annual Las Vegas tech showcase

    From colour-shifting cars to digital art TVs and stress-predicting watches, the annual Consumer Electronics Show in Las Vegas, which opened on Wednesday, offered its usual mix of wacky, visionary and desirable goods. Here are some of the highlights.

    Continue reading...", - "content": "

    Mobile phone, TV, carmakers and other major players tout what’s new at the annual Las Vegas tech showcase

    From colour-shifting cars to digital art TVs and stress-predicting watches, the annual Consumer Electronics Show in Las Vegas, which opened on Wednesday, offered its usual mix of wacky, visionary and desirable goods. Here are some of the highlights.

    Continue reading...", - "category": "CES", - "link": "https://www.theguardian.com/technology/2022/jan/07/invisible-headphones-to-chameleon-cars-standout-tech-from-ces-2022", - "creator": "Dan Milmo Global technology editor", - "pubDate": "2022-01-07T12:00:38Z", + "title": "Polish lawmakers pass bill to step up government control of schools", + "description": "

    Critics say bill, now moving to senate, could curb access to teaching on LGBT and reproductive rights

    Poland’s lower house of parliament has passed a bill by the ruling nationalist Law and Justice (PiS) party that would step up government control of schools, which critics say could curb access to teaching on LGBT and reproductive rights.

    The bill passed on Thursday with 227 votes in favour and 214 against, and will now move to the senate.

    Continue reading...", + "content": "

    Critics say bill, now moving to senate, could curb access to teaching on LGBT and reproductive rights

    Poland’s lower house of parliament has passed a bill by the ruling nationalist Law and Justice (PiS) party that would step up government control of schools, which critics say could curb access to teaching on LGBT and reproductive rights.

    The bill passed on Thursday with 227 votes in favour and 214 against, and will now move to the senate.

    Continue reading...", + "category": "Poland", + "link": "https://www.theguardian.com/world/2022/jan/13/polish-lawmakers-pass-bill-to-step-up-government-control-of-schools", + "creator": "Reuters in Warsaw", + "pubDate": "2022-01-13T19:09:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274490,17 +278780,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "79a9fddd6955f8e981613db89d934b44", + "hash": "4c98dad3ad87693a7361fb4cca3165f7", "highlights": [] }, { - "title": "Attorney general ‘considering’ referring Colston statue case to appeal court", - "description": "

    Suella Braverman says she is thinking about unusual move, after Tory outcry over protesters’ acquittal

    The attorney general has said she is “carefully considering” whether to refer the Colston statue case to the court of appeal after a jury cleared four protesters of criminal damage over the toppling of the monument.

    Suella Braverman announced she was contemplating what would be a highly unusual move after an outcry from Conservative MPs following the jury’s verdict on Wednesday. The former cabinet minister Robert Jenrick suggested the rule of law had been undermined while Tom Hunt, a vice-chair of the parliamentary Common Sense Group, said he was “deeply concerned by the precedent set here”, despite jury decisions not setting legal precedents.

    Continue reading...", - "content": "

    Suella Braverman says she is thinking about unusual move, after Tory outcry over protesters’ acquittal

    The attorney general has said she is “carefully considering” whether to refer the Colston statue case to the court of appeal after a jury cleared four protesters of criminal damage over the toppling of the monument.

    Suella Braverman announced she was contemplating what would be a highly unusual move after an outcry from Conservative MPs following the jury’s verdict on Wednesday. The former cabinet minister Robert Jenrick suggested the rule of law had been undermined while Tom Hunt, a vice-chair of the parliamentary Common Sense Group, said he was “deeply concerned by the precedent set here”, despite jury decisions not setting legal precedents.

    Continue reading...", - "category": "Bristol", - "link": "https://www.theguardian.com/uk-news/2022/jan/07/attorney-general-considering-referring-colston-statue-case-to-appeal-court", - "creator": "Haroon Siddique Legal affairs correspondent", - "pubDate": "2022-01-07T12:37:38Z", + "title": "Australia news live update: Novak Djokovic decision looms; national cabinet’s supply chain crisis response ‘unworkable’", + "description": "

    Government expected to rule on tennis star’s visa today; changes to close contact rules condemned by business and unions. Follow all the day’s news live

    Senator Jacqui Lambie was also up on the Today show this morning providing her views on the Djokovic saga. In true Lambie fashion, she compared the situation to sending kids home when they play up at school:

    Why does this keep dripping out of the tap? Why hasn’t the minister done anything about this? If he’s going to do him on character, because they believe that his submission has been lied in, then, you know, this is what we do when our kids play up at school. They get sent home.

    So maybe it’s about time to stop this debacle, finish it once and for all without the tap keep dripping and make up your mind, Alex Hawke, and where are you, missing in action? Make a decision. If you can’t make a decision on Novak Djokovic, goodness me, how are you guys running the country? This is an absolute shambles. Let alone what it’s making us look like in the face of the rest of the world. It’s absolutely a shocker.

    Look, our position has been clear from the beginning. If he doesn’t meet the visa requirements, he shouldn’t have been given a visa in the first place. But there is two issues now, I think, as this debacle drags on for another day. First of all, make a decision. Our international reputation is being trashed more each day that the government delays.

    Secondly, when Scott Morrison thought there was a political opportunity in this, he was all over it and now that it’s gone so badly, he wants to pretend it has nothing to do with him and it’s all Alex Hawke’s job and all of his fault. Unfortunately, there’s a pattern of behaviour here. When things are easy, there’s a photo or political opportunity, there’s Scott Morrison all over it. But when things get difficult, as they have with this Novak Djokovic case, he’s nowhere to be found.

    Continue reading...", + "content": "

    Government expected to rule on tennis star’s visa today; changes to close contact rules condemned by business and unions. Follow all the day’s news live

    Senator Jacqui Lambie was also up on the Today show this morning providing her views on the Djokovic saga. In true Lambie fashion, she compared the situation to sending kids home when they play up at school:

    Why does this keep dripping out of the tap? Why hasn’t the minister done anything about this? If he’s going to do him on character, because they believe that his submission has been lied in, then, you know, this is what we do when our kids play up at school. They get sent home.

    So maybe it’s about time to stop this debacle, finish it once and for all without the tap keep dripping and make up your mind, Alex Hawke, and where are you, missing in action? Make a decision. If you can’t make a decision on Novak Djokovic, goodness me, how are you guys running the country? This is an absolute shambles. Let alone what it’s making us look like in the face of the rest of the world. It’s absolutely a shocker.

    Look, our position has been clear from the beginning. If he doesn’t meet the visa requirements, he shouldn’t have been given a visa in the first place. But there is two issues now, I think, as this debacle drags on for another day. First of all, make a decision. Our international reputation is being trashed more each day that the government delays.

    Secondly, when Scott Morrison thought there was a political opportunity in this, he was all over it and now that it’s gone so badly, he wants to pretend it has nothing to do with him and it’s all Alex Hawke’s job and all of his fault. Unfortunately, there’s a pattern of behaviour here. When things are easy, there’s a photo or political opportunity, there’s Scott Morrison all over it. But when things get difficult, as they have with this Novak Djokovic case, he’s nowhere to be found.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/14/australia-news-live-djokovic-visa-omicron-morrison-covid-sydney-melbourne-victoria-canberra-novak-prince-andrew-queen-tennis-", + "creator": "Caitlin Cassidy", + "pubDate": "2022-01-13T20:37:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274512,17 +278802,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e25bcf69ac8c32fa204d3dfd99c949ce", + "hash": "9a03622857538f87e774bad3ed356691", "highlights": [] }, { - "title": "Steve Bell on the legacy of the Iraq war for Julian Assange and Tony Blair – cartoon", - "description": "Continue reading...", - "content": "Continue reading...", - "category": "Julian Assange", - "link": "https://www.theguardian.com/commentisfree/picture/2022/jan/06/steve-bell-on-the-legacy-of-the-iraq-war-for-julian-assange-and-tony-blair-cartoon", - "creator": "Steve Bell", - "pubDate": "2022-01-06T20:00:19Z", + "title": "Driving change: the all-female garage shifting attitudes in northern Nigeria", + "description": "

    The NGO Nana is upending gender norms in conservative Sokoto state, where one in 20 girls finish secondary school

    The green-and-red Nana Female Mechanic Garage sign is visible from the main road into Sokoto city. Behind its sliding iron gate, Zainab Dayyabu stomps around in heavy work boots and a blue jumpsuit, her hands callused and oily.

    “I love the job I’m doing,” says the 23-year-old, as she opens the bonnet of a Peugeot van to test its battery.

    Continue reading...", + "content": "

    The NGO Nana is upending gender norms in conservative Sokoto state, where one in 20 girls finish secondary school

    The green-and-red Nana Female Mechanic Garage sign is visible from the main road into Sokoto city. Behind its sliding iron gate, Zainab Dayyabu stomps around in heavy work boots and a blue jumpsuit, her hands callused and oily.

    “I love the job I’m doing,” says the 23-year-old, as she opens the bonnet of a Peugeot van to test its battery.

    Continue reading...", + "category": "Women's rights and gender equality", + "link": "https://www.theguardian.com/global-development/2022/jan/12/driving-change-the-all-female-garage-shifting-attitudes-in-northern-nigeria", + "creator": "Abiodun Jamiu in Sokoto", + "pubDate": "2022-01-12T07:15:40Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274534,17 +278824,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c9bda9d261b4be18f28b2f0a028197e", + "hash": "906878dd01b459f4fa6b1509356ad638", "highlights": [] }, { - "title": "US Capitol attack: is the government’s expanded online surveillance effective?", - "description": "

    The Brennan Center for Justice explains how the US government monitors social media – and how ‘counter-terrorism’ efforts can threaten civil rights and privacy

    In the year since the deadly insurrection at the US Capitol, federal authorities have faced intense scrutiny for failing to detect warning signs on social media.

    After the 6 January insurrection, the US agency tasked with combatting terrorism and extremism, the Department of Homeland Security (DHS), has expanded its monitoring of online activity, with officials touting a new domestic terrorism intelligence branch focused on tracking online threats and sharing information about possible attacks.

    Continue reading...", - "content": "

    The Brennan Center for Justice explains how the US government monitors social media – and how ‘counter-terrorism’ efforts can threaten civil rights and privacy

    In the year since the deadly insurrection at the US Capitol, federal authorities have faced intense scrutiny for failing to detect warning signs on social media.

    After the 6 January insurrection, the US agency tasked with combatting terrorism and extremism, the Department of Homeland Security (DHS), has expanded its monitoring of online activity, with officials touting a new domestic terrorism intelligence branch focused on tracking online threats and sharing information about possible attacks.

    Continue reading...", - "category": "US Capitol attack", - "link": "https://www.theguardian.com/us-news/2022/jan/07/us-capitol-attack-government-online-surveillance", - "creator": "Sam Levin in Los Angeles", - "pubDate": "2022-01-07T11:00:37Z", + "title": "Japan’s coming of age ceremony – in pictures", + "description": "

    Coming of age day is a Japanese holiday held every January to celebrate those who have reached 20, the official age of adulthood in Japan. Many ceremonies around the country have been scaled back as authorities continue to implement measures to tackle the ongoing coronavirus pandemic

    Continue reading...", + "content": "

    Coming of age day is a Japanese holiday held every January to celebrate those who have reached 20, the official age of adulthood in Japan. Many ceremonies around the country have been scaled back as authorities continue to implement measures to tackle the ongoing coronavirus pandemic

    Continue reading...", + "category": "Japan", + "link": "https://www.theguardian.com/world/gallery/2022/jan/10/japans-coming-of-age-ceremony-in-pictures", + "creator": "Arnel Hecimovic", + "pubDate": "2022-01-10T13:36:12Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274556,17 +278846,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c60492f9f26114416ff1b1a353df760c", + "hash": "8053b057061f6d428a68f6510b56872d", "highlights": [] }, { - "title": "Ruby Princess sparks Covid concerns after a dozen passengers reportedly test positive in US", - "description": "

    Princess Cruises’ ship was at centre of 2020 outbreak in Sydney which resulted in over 900 cases and 28 deaths

    The Ruby Princess cruise ship sparked concerns about a Covid-19 outbreak in San Francisco after a dozen passengers were reported to test positive.

    It is nearly two years since a Covid outbreak when the ship docked in Sydney resulting in over 900 infections and 28 deaths.

    Continue reading...", - "content": "

    Princess Cruises’ ship was at centre of 2020 outbreak in Sydney which resulted in over 900 cases and 28 deaths

    The Ruby Princess cruise ship sparked concerns about a Covid-19 outbreak in San Francisco after a dozen passengers were reported to test positive.

    It is nearly two years since a Covid outbreak when the ship docked in Sydney resulting in over 900 infections and 28 deaths.

    Continue reading...", - "category": "Ruby Princess", - "link": "https://www.theguardian.com/australia-news/2022/jan/07/ruby-princess-sparks-covid-concerns-after-a-dozen-passengers-reportedly-test-positive-in-us", - "creator": "Josh Taylor", - "pubDate": "2022-01-07T10:06:37Z", + "title": "Train smashes into crashed plane seconds after pilot is rescued – video", + "description": "

    Police in Los Angeles pulled a pilot from a plane that had crashed on to rail tracks near Whiteman airport in Pacoima just moments before it was hit by an incoming train.

    Video showed the train ramming into the wreckage full force, sending debris flying across a fence and nearly hitting bystanders. 

    The pilot was treated at hospital for cuts and bruisesl and no one on board the train was injured, local media reported

    Continue reading...", + "content": "

    Police in Los Angeles pulled a pilot from a plane that had crashed on to rail tracks near Whiteman airport in Pacoima just moments before it was hit by an incoming train.

    Video showed the train ramming into the wreckage full force, sending debris flying across a fence and nearly hitting bystanders. 

    The pilot was treated at hospital for cuts and bruisesl and no one on board the train was injured, local media reported

    Continue reading...", + "category": "Los Angeles", + "link": "https://www.theguardian.com/us-news/video/2022/jan/10/train-smashes-into-crashed-plane-moments-after-pilot-is-rescued-video", + "creator": "", + "pubDate": "2022-01-10T11:28:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274574,21 +278864,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "a8d7d83bee4b754577c666cab71efd8a", + "hash": "694524d3d2cedd3908d8211cc6df69d9", "highlights": [] }, { - "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", + "title": "Boris Johnson does not believe he broke Covid rules at party, says minister", + "description": "

    Northern Ireland secretary Brandon Lewis defends PM as he pulls out of public engagement in Lancashire

    Boris Johnson does not believe he broke Covid rules when he attended a Downing Street drinks party during the first lockdown, according to the Northern Ireland secretary, Brandon Lewis, speaking on the day the prime minister pulled out of an engagement after a family member tested positive for Covid.

    Lewis said people should wait for the report of the senior civil servant Sue Gray into what happened before reaching a judgment. But Lewis said the prime minister’s apology was “very, very sincere” over what people perceived had happened at the Downing Street “bring your own booze” event in the No 10 garden on 20 May 2020.

    Continue reading...", + "content": "

    Northern Ireland secretary Brandon Lewis defends PM as he pulls out of public engagement in Lancashire

    Boris Johnson does not believe he broke Covid rules when he attended a Downing Street drinks party during the first lockdown, according to the Northern Ireland secretary, Brandon Lewis, speaking on the day the prime minister pulled out of an engagement after a family member tested positive for Covid.

    Lewis said people should wait for the report of the senior civil servant Sue Gray into what happened before reaching a judgment. But Lewis said the prime minister’s apology was “very, very sincere” over what people perceived had happened at the Downing Street “bring your own booze” event in the No 10 garden on 20 May 2020.

    Continue reading...", + "category": "Boris Johnson", + "link": "https://www.theguardian.com/politics/2022/jan/13/boris-johnson-cancels-lancashire-visit-family-member-tests-positive-covid", + "creator": "Caroline Davies", + "pubDate": "2022-01-13T10:17:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274600,17 +278890,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "da8b19685793273671aaf6ddf05de9c1", + "hash": "1a1fd53cbf216aecb51cff87e47807f9", "highlights": [] }, { - "title": "Tilda Swinton: ‘My ambition was always about having a house by the sea and some dogs’", - "description": "

    The actor opens up about her queer years with Derek Jarman and her latest clutch of films, and reveals her plans for a career change. And all while taking her five spaniels for a walk

    Tilda Swinton is waiting for me when I land at Inverness airport. She’s smiling, and says she’s got a surprise. We head off towards her car, Swinton marching ahead imperiously. In the car there are four springer spaniels in the back and a fifth, the eldest, Rosy, is in the front passenger seat.

    Last time I interviewed Swinton at home in the Scottish Highlands it was 2008, Rosy was a puppy and she spent the whole time sitting on my knee. Swinton lifts her out of the front passenger seat of the Volvo to make way for me – then plonks her on my knee.

    Continue reading...", - "content": "

    The actor opens up about her queer years with Derek Jarman and her latest clutch of films, and reveals her plans for a career change. And all while taking her five spaniels for a walk

    Tilda Swinton is waiting for me when I land at Inverness airport. She’s smiling, and says she’s got a surprise. We head off towards her car, Swinton marching ahead imperiously. In the car there are four springer spaniels in the back and a fifth, the eldest, Rosy, is in the front passenger seat.

    Last time I interviewed Swinton at home in the Scottish Highlands it was 2008, Rosy was a puppy and she spent the whole time sitting on my knee. Swinton lifts her out of the front passenger seat of the Volvo to make way for me – then plonks her on my knee.

    Continue reading...", - "category": "Tilda Swinton", - "link": "https://www.theguardian.com/film/2022/jan/07/tilda-swinton-my-ambition-was-always-about-having-a-house-by-the-sea-and-some-dogs", - "creator": "Simon Hattenstone", - "pubDate": "2022-01-07T06:00:32Z", + "title": "Leader of Oath Keepers group arrested in connection with Capitol attack", + "description": "

    Stewart Rhodes has been charged with seditious conspiracy in the 6 January insurrection

    Stewart Rhodes, the founder and leader of the far-right Oath Keepers militia group, has been arrested and charged with seditious conspiracy in the 6 January attack on the US Capitol, authorities said Thursday.

    Rhodes is the highest-ranking member of an extremist group to be arrested in the deadly siege and it is the first time the justice department has brought a seditious conspiracy charge in connection with the attack on the Capitol.

    Continue reading...", + "content": "

    Stewart Rhodes has been charged with seditious conspiracy in the 6 January insurrection

    Stewart Rhodes, the founder and leader of the far-right Oath Keepers militia group, has been arrested and charged with seditious conspiracy in the 6 January attack on the US Capitol, authorities said Thursday.

    Rhodes is the highest-ranking member of an extremist group to be arrested in the deadly siege and it is the first time the justice department has brought a seditious conspiracy charge in connection with the attack on the Capitol.

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/2022/jan/13/oath-keepers-capitol-attack-us", + "creator": "Associated Press", + "pubDate": "2022-01-13T19:05:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274622,17 +278912,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "785bc04084856bc1f1c35b3f01aab686", + "hash": "00a421fc3ea52114cde9eb400b3112e7", "highlights": [] }, { - "title": "You be the judge: should my sister stop bringing strangers back to our shared flat?", - "description": "

    They have very different boundaries – we air both sides, and ask you to deliver a verdict
    If you have a disagreement you’d like settled, or want to be part of our jury, click here

    I’m not against my sister going out and having fun, but she’s also got to respect my boundaries

    Continue reading...", - "content": "

    They have very different boundaries – we air both sides, and ask you to deliver a verdict
    If you have a disagreement you’d like settled, or want to be part of our jury, click here

    I’m not against my sister going out and having fun, but she’s also got to respect my boundaries

    Continue reading...", - "category": "Sex", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/07/you-be-the-judge-should-my-sister-stop-bringing-strangers-back-to-our-shared-flat", - "creator": "Interviews by Georgina Lawton", - "pubDate": "2022-01-07T08:00:34Z", + "title": "German court jails former Syrian intelligence officer for life", + "description": "

    Anwar Raslan was accused of 58 murders in Damascus prison where prosecutors said thousands were tortured

    A German court has sentenced a Syrian former intelligence officer in Bashar al-Assad’s security services to life in prison, the broadcaster NTV has reported.

    Prosecutors had accused Anwar Raslan of 58 murders in a Damascus prison where they say at least 4,000 opposition activists were tortured in 2011 and 2012.

    Continue reading...", + "content": "

    Anwar Raslan was accused of 58 murders in Damascus prison where prosecutors said thousands were tortured

    A German court has sentenced a Syrian former intelligence officer in Bashar al-Assad’s security services to life in prison, the broadcaster NTV has reported.

    Prosecutors had accused Anwar Raslan of 58 murders in a Damascus prison where they say at least 4,000 opposition activists were tortured in 2011 and 2012.

    Continue reading...", + "category": "Germany", + "link": "https://www.theguardian.com/world/2022/jan/13/german-court-jails-former-syrian-intelligence-officer-anwar-raslan-for-life", + "creator": "Philip Oltermann in Berlin", + "pubDate": "2022-01-13T09:46:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274644,17 +278934,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa752690f8c41e7fe72a2dafff6340d2", + "hash": "b3cea5eb101333dc204a34cc9eb88947", "highlights": [] }, { - "title": "Fear and uploading in Singapore after OnlyFans creator charged over ‘obscene’ material", - "description": "

    Other creators are on edge after arrest of influencer Titus Low, concerned their income streams could soon disappear because of ‘outdated’ laws

    “Technically, I would guess that 80% of people are criminals according to that law since most of us have downloaded porn before, or if you’ve ever sent a dirty pic to your partner, that too is a crime.”

    One OnlyFans content creator, who goes by the online handle LucyToday, is among the many in Singapore who fear what the future holds after police decided to charge fellow creator and influencer Titus Low Kaide with transmitting what the police alleged were “obscene materials”. It is the first time an OnlyFans creator has faced prosecution in Singapore for sharing such content via the platform, according to local media.

    Continue reading...", - "content": "

    Other creators are on edge after arrest of influencer Titus Low, concerned their income streams could soon disappear because of ‘outdated’ laws

    “Technically, I would guess that 80% of people are criminals according to that law since most of us have downloaded porn before, or if you’ve ever sent a dirty pic to your partner, that too is a crime.”

    One OnlyFans content creator, who goes by the online handle LucyToday, is among the many in Singapore who fear what the future holds after police decided to charge fellow creator and influencer Titus Low Kaide with transmitting what the police alleged were “obscene materials”. It is the first time an OnlyFans creator has faced prosecution in Singapore for sharing such content via the platform, according to local media.

    Continue reading...", - "category": "Singapore", - "link": "https://www.theguardian.com/world/2022/jan/07/fear-and-uploading-in-singapore-after-onlyfans-creator-charged-over-obscene-material", - "creator": "Rebecca Root", - "pubDate": "2022-01-07T04:54:07Z", + "title": "Covid isolation to be cut to five full days in England, says Sajid Javid", + "description": "

    Health secretary confirms reduction in self-isolation period, in decision that could help ease pressure on Boris Johnson

    The health secretary, Sajid Javid, has confirmed that the time people with Covid in England have to spend in self-isolation is to be cut to five full days.

    From Monday people would be able to leave isolation if they tested negative on day six, Javid told the Commons.

    Continue reading...", + "content": "

    Health secretary confirms reduction in self-isolation period, in decision that could help ease pressure on Boris Johnson

    The health secretary, Sajid Javid, has confirmed that the time people with Covid in England have to spend in self-isolation is to be cut to five full days.

    From Monday people would be able to leave isolation if they tested negative on day six, Javid told the Commons.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/13/covid-isolation-to-be-cut-to-five-full-days-in-england-says-sajid-javid", + "creator": "Staff and agencies", + "pubDate": "2022-01-13T12:25:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274666,17 +278956,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "87846aba3fde879b323324b41c5b2f7c", + "hash": "fb52a93d2358f9816e50cc8bff22a15f", "highlights": [] }, { - "title": "‘Booty is part of Blackness!’ Bobby Rush on blues, dirty dancing and being the funkiest man alive", - "description": "

    After 75 years of performing live – including in mid-century minstrel shows – Rush’s joyful ‘folk funk’ is finally attracting wide acclaim. He talks about his tough childhood, his feud with James Brown and staying true to his Black audience


    The King of the Chitlin’ Circuit. The Hardest Working Man in Showbiz. The Funkiest Man Alive. These are just three honorary titles bestowed on Bobby Rush, and he wears them all with joyous pride. Rush had planned to start the new year with two performances in London until Omicron cancelled his entire European tour, but relaxing at home in Jackson, Mississippi, the 88-year old exudes bonhomie. Covid-19 has already disrupted his life plenty, forcing a man who, until 2020, spent the past five decades working over 200 nights a year, to take time out. Did he relax? Rush laughs: “Sure I did. I got busy in my home studio cutting new material.”

    This was after he recovered from coronavirus. “I was the first person in Mississippi to get Covid,” says Rush. “It was before they had the vaccines and I got real ill, hospitalised for five weeks. I survived through God’s grace and the fact that I’ve always kept fit, never touched drugs or alcohol. But it sure beat up on me like nothing else before.”

    Continue reading...", - "content": "

    After 75 years of performing live – including in mid-century minstrel shows – Rush’s joyful ‘folk funk’ is finally attracting wide acclaim. He talks about his tough childhood, his feud with James Brown and staying true to his Black audience


    The King of the Chitlin’ Circuit. The Hardest Working Man in Showbiz. The Funkiest Man Alive. These are just three honorary titles bestowed on Bobby Rush, and he wears them all with joyous pride. Rush had planned to start the new year with two performances in London until Omicron cancelled his entire European tour, but relaxing at home in Jackson, Mississippi, the 88-year old exudes bonhomie. Covid-19 has already disrupted his life plenty, forcing a man who, until 2020, spent the past five decades working over 200 nights a year, to take time out. Did he relax? Rush laughs: “Sure I did. I got busy in my home studio cutting new material.”

    This was after he recovered from coronavirus. “I was the first person in Mississippi to get Covid,” says Rush. “It was before they had the vaccines and I got real ill, hospitalised for five weeks. I survived through God’s grace and the fact that I’ve always kept fit, never touched drugs or alcohol. But it sure beat up on me like nothing else before.”

    Continue reading...", - "category": "Blues", - "link": "https://www.theguardian.com/music/2022/jan/07/booty-is-part-of-blackness-bobby-rush-on-blues-dirty-dancing-and-being-the-funkiest-man-alive", - "creator": "Garth Cartwright", - "pubDate": "2022-01-07T08:00:34Z", + "title": "Two charged over girl’s speedboat death in Solent", + "description": "

    Emily Lewis, 15, died on a rigid inflatable boat that hit a buoy in Southampton Water on 22 August 2020

    Two men have been charged after a 15-year-old girl was killed in a speedboating accident in the Solent.

    Emily Lewis died when the rigid inflatable boat (Rib) hit a buoy in Southampton Water on 22 August 2020. Twelve people were taken to hospital after the crash in which two people were thrown overboard.

    Continue reading...", + "content": "

    Emily Lewis, 15, died on a rigid inflatable boat that hit a buoy in Southampton Water on 22 August 2020

    Two men have been charged after a 15-year-old girl was killed in a speedboating accident in the Solent.

    Emily Lewis died when the rigid inflatable boat (Rib) hit a buoy in Southampton Water on 22 August 2020. Twelve people were taken to hospital after the crash in which two people were thrown overboard.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2022/jan/13/two-charged-over-girls-speedboat-death-in-southampton", + "creator": "Harry Taylor", + "pubDate": "2022-01-13T18:43:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274688,17 +278978,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2efd7c7691224611ac14cc247274b8aa", + "hash": "9ee554bfd29328fa9b9a56b459b236f1", "highlights": [] }, { - "title": "The people who turned in their parents for their role in the Capitol attack", - "description": "

    Many young Americans are still reeling from their parents’ involvement in the violence of a year ago – and some reported them to the police

    A year on from the Capitol attack by loyalist supporters of Donald Trump, many families are still reeling from members outing each other to law enforcement and offspring traumatized by their parents’ involvement in the insurrection.

    Jackson Reffitt, a 19-year old from Texas, called the FBI weeks before his father, Guy Reffitt, stormed the US Capitol on January, saying that his father had been hinting at doing “something big”, Teen Vogue reported.

    Continue reading...", - "content": "

    Many young Americans are still reeling from their parents’ involvement in the violence of a year ago – and some reported them to the police

    A year on from the Capitol attack by loyalist supporters of Donald Trump, many families are still reeling from members outing each other to law enforcement and offspring traumatized by their parents’ involvement in the insurrection.

    Jackson Reffitt, a 19-year old from Texas, called the FBI weeks before his father, Guy Reffitt, stormed the US Capitol on January, saying that his father had been hinting at doing “something big”, Teen Vogue reported.

    Continue reading...", - "category": "US Capitol attack", - "link": "https://www.theguardian.com/us-news/2022/jan/07/capitol-attack-riot-trump-family-parents", - "creator": "Maya Yang", - "pubDate": "2022-01-07T11:00:37Z", + "title": "Sinema speaks out against filibuster reform after House sends voting rights bill to Senate – live", + "description": "

    The US House is currently voting on a bill that combines two sweeping voting rights measures. They’re expected to pass it shortly and send it over to the US Senate, where there will be a showdown over the filibuster.

    The procedure is a little arcane, but Democrats combined their two major pieces of voting rights legislation into a single bill Wednesday evening in order to expedite it over to the senate.

    Continue reading...", + "content": "

    The US House is currently voting on a bill that combines two sweeping voting rights measures. They’re expected to pass it shortly and send it over to the US Senate, where there will be a showdown over the filibuster.

    The procedure is a little arcane, but Democrats combined their two major pieces of voting rights legislation into a single bill Wednesday evening in order to expedite it over to the senate.

    Continue reading...", + "category": "US politics", + "link": "https://www.theguardian.com/us-news/live/2022/jan/13/joe-biden-covid-response-omicron-testing-cases-hospitalizations-us-politics-latest", + "creator": "Joan E Greve in Washington", + "pubDate": "2022-01-13T17:45:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274710,17 +279000,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0485a0b94ec705d6fa059d036f0fc90", + "hash": "8b7b646c50cf19e9410042f3dacf2100", "highlights": [] }, { - "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", + "title": "‘We are custodians’: the fights to save Australia’s eroding beaches", + "description": "

    ‘Snaking conveyer belts of sand’ are easily disrupted by human activities. Fixing them is no easy task

    Graham Slade says Point Lonsdale front beach was a site of many firsts: he was four years old when he first walked on to it, seven years old when he was given his first surfboard and a teenager when he took his first steps into adulthood on its sand.

    “As you go through life, everything happened at Lonsdale first,” Slade says. “You went out to a lot of parties in your late teens, getting towards 20 years old, and sampled a few things.

    Continue reading...", + "content": "

    ‘Snaking conveyer belts of sand’ are easily disrupted by human activities. Fixing them is no easy task

    Graham Slade says Point Lonsdale front beach was a site of many firsts: he was four years old when he first walked on to it, seven years old when he was given his first surfboard and a teenager when he took his first steps into adulthood on its sand.

    “As you go through life, everything happened at Lonsdale first,” Slade says. “You went out to a lot of parties in your late teens, getting towards 20 years old, and sampled a few things.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/2022/jan/14/we-are-custodians-the-fights-to-save-australias-eroding-beaches", + "creator": "Royce Kurmelovs", + "pubDate": "2022-01-13T16:30:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274732,17 +279022,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd0b92689b3dd68ed99ce95ff278b1eb", + "hash": "a03ff6ad4691a571d59b5a0c0c661d71", "highlights": [] }, { - "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", + "title": "Russia ups pressure on Nato as Ukraine talks struggle to progress", + "description": "

    US says ‘drumbeat of war is sounding loud’ as Russia refuses to rule out military deployment to Cuba and Venezuela

    Russia has refused to rule out a military deployment to Cuba and Venezuela if talks with the west on European security and Ukraine fail to go its way, while warning the latest discussions with Nato were hitting a dead end.

    In an apparent attempt to up the ante with the Biden administration, Sergei Ryabkov, who led Russia’s delegation in a meeting with the US on Monday, told Russian television he could neither confirm nor exclude sending military assets to Cuba and Venezuela if talks fail. Asked about these steps, he said “it all depends on the actions by our US counterparts”.

    Continue reading...", + "content": "

    US says ‘drumbeat of war is sounding loud’ as Russia refuses to rule out military deployment to Cuba and Venezuela

    Russia has refused to rule out a military deployment to Cuba and Venezuela if talks with the west on European security and Ukraine fail to go its way, while warning the latest discussions with Nato were hitting a dead end.

    In an apparent attempt to up the ante with the Biden administration, Sergei Ryabkov, who led Russia’s delegation in a meeting with the US on Monday, told Russian television he could neither confirm nor exclude sending military assets to Cuba and Venezuela if talks fail. Asked about these steps, he said “it all depends on the actions by our US counterparts”.

    Continue reading...", + "category": "Ukraine", + "link": "https://www.theguardian.com/world/2022/jan/13/russia-says-talks-with-nato-over-ukraine-are-hitting-a-dead-end", + "creator": "Jennifer Rankin in Brussels, Luke Harding in Kyiv, Julian Borger in Washington", + "pubDate": "2022-01-13T17:29:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274754,17 +279044,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8da8bcdbadc27a5536dba97edd5e84a1", + "hash": "1de6fe50371a5b25043f36a21ee18363", "highlights": [] }, { - "title": "Beijing fines 7-Eleven for calling Taiwan a country", - "description": "

    Company fined 50,000 yuan for ‘errors’ including failing to use China’s names for disputed South China Sea islands

    Beijing has fined and issued a warning to 7-Eleven over its website listing Taiwan as a country and displaying maps it said contained erroneous borders for Xinjiang and Tibet.

    The Beijing municipal government fined the company 50,000 yuan ($7,842) for the “errors” including “wrongful act of assigning Taiwan province as an independent country”.

    Continue reading...", - "content": "

    Company fined 50,000 yuan for ‘errors’ including failing to use China’s names for disputed South China Sea islands

    Beijing has fined and issued a warning to 7-Eleven over its website listing Taiwan as a country and displaying maps it said contained erroneous borders for Xinjiang and Tibet.

    The Beijing municipal government fined the company 50,000 yuan ($7,842) for the “errors” including “wrongful act of assigning Taiwan province as an independent country”.

    Continue reading...", - "category": "Taiwan", - "link": "https://www.theguardian.com/world/2022/jan/07/beijing-fines-7-eleven-for-calling-taiwan-a-country", - "creator": "Helen Davidson", - "pubDate": "2022-01-07T04:35:27Z", + "title": "French police release man questioned over murder of British-Iraqi family", + "description": "

    Unidentified man also ruled out as suspect in killings in French Alps in 2012

    French police have released a man who had been arrested over the unsolved murder of three members of a British-Iraqi family and a French cyclist in 2012 and said he has been “ruled out” as a suspect.

    Police detained the man on Wednesday for questioning as part of a new investigation into the killings.

    Continue reading...", + "content": "

    Unidentified man also ruled out as suspect in killings in French Alps in 2012

    French police have released a man who had been arrested over the unsolved murder of three members of a British-Iraqi family and a French cyclist in 2012 and said he has been “ruled out” as a suspect.

    Police detained the man on Wednesday for questioning as part of a new investigation into the killings.

    Continue reading...", + "category": "French Alps shootings", + "link": "https://www.theguardian.com/world/2022/jan/13/french-police-extend-custody-of-man-held-over-of-british-iraqi-family", + "creator": "Angelique Chrisafis in Paris", + "pubDate": "2022-01-13T17:01:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274772,21 +279062,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "df3d0c65400f379449f3cf48d4a7933a", + "hash": "d7005d62f65c4b05d10846157c5cf5f6", "highlights": [] }, { - "title": "China scientist pleads guilty to stealing trade secret from Monsanto", - "description": "

    Xiang Haitao admitted to stealing software developed by the agribusiness giant to take to China, says justice department

    A Chinese national has pleaded guilty to conspiring to steal a trade secret from American agribusiness giant Monsanto, the US justice department said.

    Xiang Haitao, 44, was employed as an imaging scientist by Monsanto and its subsidiary, The Climate Corporation, from 2008 to 2017, the department said in a statement.

    Continue reading...", - "content": "

    Xiang Haitao admitted to stealing software developed by the agribusiness giant to take to China, says justice department

    A Chinese national has pleaded guilty to conspiring to steal a trade secret from American agribusiness giant Monsanto, the US justice department said.

    Xiang Haitao, 44, was employed as an imaging scientist by Monsanto and its subsidiary, The Climate Corporation, from 2008 to 2017, the department said in a statement.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2022/jan/07/china-scientist-pleads-guilty-to-stealing-trade-secret-from-monsanto", - "creator": "Agence France-Presse", - "pubDate": "2022-01-07T02:52:47Z", + "title": "Fire, cider and ‘heavy metal morris dancing’: the resurgence of wassailing", + "description": "

    A centuries-old outdoor folklore ceremony featuring singing, dancing, costumes and crop-blessings, the wassail is having a pandemic-era revival – with witchy reinventions

    On a January night in the tiny Herefordshire village of Eardisland, a crowd of hundreds is being led to an orchard down a muddy country lane. Their leaders wear tall hats, garlanded with fruit, feathers and flowers; their faces are a damp, mossy, green; their ankles jingle with bells. It is very dark: the only light comes from a crisp, crescent moon and the flaming torches that men, women and children hold in their hands.

    The scene may sound sinister, but there is joy in the air at this crop-blessing wassail, a midwinter folklore ceremony, usually in apple-producing counties, involving singing, dancing and other folk customs. At Eardisland, the Leominster morris – they in the extravagant hats, plus flowery jackets made from old bedsheets and curtains – pour cider made from last year’s apples on to tree roots, hang toasted bread on tree branches to tempt the spirits, and light fires to represent renewal and the coming spring sun. The mood is jolly. “I’ll hopefully not set my leg on fire,” says the announcer, Josh Johnson, to laughter, before stamping flames out.

    Continue reading...", + "content": "

    A centuries-old outdoor folklore ceremony featuring singing, dancing, costumes and crop-blessings, the wassail is having a pandemic-era revival – with witchy reinventions

    On a January night in the tiny Herefordshire village of Eardisland, a crowd of hundreds is being led to an orchard down a muddy country lane. Their leaders wear tall hats, garlanded with fruit, feathers and flowers; their faces are a damp, mossy, green; their ankles jingle with bells. It is very dark: the only light comes from a crisp, crescent moon and the flaming torches that men, women and children hold in their hands.

    The scene may sound sinister, but there is joy in the air at this crop-blessing wassail, a midwinter folklore ceremony, usually in apple-producing counties, involving singing, dancing and other folk customs. At Eardisland, the Leominster morris – they in the extravagant hats, plus flowery jackets made from old bedsheets and curtains – pour cider made from last year’s apples on to tree roots, hang toasted bread on tree branches to tempt the spirits, and light fires to represent renewal and the coming spring sun. The mood is jolly. “I’ll hopefully not set my leg on fire,” says the announcer, Josh Johnson, to laughter, before stamping flames out.

    Continue reading...", + "category": "Folk music", + "link": "https://www.theguardian.com/music/2022/jan/13/fire-cider-and-heavy-metal-morris-dancing-the-resurgence-of-wassailing", + "creator": "Jude Rogers", + "pubDate": "2022-01-13T13:00:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274798,17 +279088,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "96d360d73cd56abc0a29aff8b240f4bf", + "hash": "56a37cbf81eaf426c17aa828bbfc699e", "highlights": [] }, { - "title": "Christmas tree ignited by child may have sparked deadly Philadelphia fire", - "description": "

    Investigators are looking into the possibility that five-year-old playing with a lighter sparked blaze that killed 12

    Investigators are looking into the possibility that a five-year-old who was playing with a lighter set a Christmas tree on fire, sparking a conflagration that killed 12 people in a Philadelphia rowhome, officials revealed on Thursday.

    The revelation was included in a search warrant application as city and federal investigators sought to determine the cause of the city’s deadliest single blaze in more than a century, which took the lives of two sisters, several of their children and others early on Wednesday.

    Continue reading...", - "content": "

    Investigators are looking into the possibility that five-year-old playing with a lighter sparked blaze that killed 12

    Investigators are looking into the possibility that a five-year-old who was playing with a lighter set a Christmas tree on fire, sparking a conflagration that killed 12 people in a Philadelphia rowhome, officials revealed on Thursday.

    The revelation was included in a search warrant application as city and federal investigators sought to determine the cause of the city’s deadliest single blaze in more than a century, which took the lives of two sisters, several of their children and others early on Wednesday.

    Continue reading...", - "category": "Philadelphia", - "link": "https://www.theguardian.com/us-news/2022/jan/06/philadelphia-house-fire-cause", - "creator": "Associated Press", - "pubDate": "2022-01-07T02:45:48Z", + "title": "Campaigners warn against plan to delay Manchester clean air zone", + "description": "

    Delaying introduction of charges for some vehicles that breach standards would be ‘serious blow’ for health, critics say

    Clean air campaigners have warned leaders in Greater Manchester that pausing plans to charge polluting vehicles in the region “would be a serious blow for people’s health”.

    Greater Manchester authorities announced plans on Thursday to ask the government to partially delay the rollout of the biggest clean air zone in the UK, citing evidence that global supply chain issues could increase the costs and reduce the availability of cleaner vehicles.

    Continue reading...", + "content": "

    Delaying introduction of charges for some vehicles that breach standards would be ‘serious blow’ for health, critics say

    Clean air campaigners have warned leaders in Greater Manchester that pausing plans to charge polluting vehicles in the region “would be a serious blow for people’s health”.

    Greater Manchester authorities announced plans on Thursday to ask the government to partially delay the rollout of the biggest clean air zone in the UK, citing evidence that global supply chain issues could increase the costs and reduce the availability of cleaner vehicles.

    Continue reading...", + "category": "Greater Manchester", + "link": "https://www.theguardian.com/uk-news/2022/jan/13/campaigners-warn-against-plan-to-delay-manchester-clean-air-zone", + "creator": "Maya Wolfe-Robinson", + "pubDate": "2022-01-13T17:31:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274820,17 +279110,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4fdbacb3a937f09eccbc2f63c0494cd", + "hash": "6e38def97251eb5aed0d60c29310a097", "highlights": [] }, { - "title": "Soldier’s second world war letter to his mother delivered after 76 years", - "description": "

    John Gonsalves wrote to his mother when he was stationed in Germany in 1945 but the letter would be lost until this year

    A letter sent from a US soldier stationed in Germany to his mother in Massachusetts has been delivered 76 years after it was sent.

    Army Sgt John Gonsalves, 22 at the time, wrote to his mother in Woburn in December 1945 after the official end of the second world war, WFXT-TV reported Wednesday.

    Continue reading...", - "content": "

    John Gonsalves wrote to his mother when he was stationed in Germany in 1945 but the letter would be lost until this year

    A letter sent from a US soldier stationed in Germany to his mother in Massachusetts has been delivered 76 years after it was sent.

    Army Sgt John Gonsalves, 22 at the time, wrote to his mother in Woburn in December 1945 after the official end of the second world war, WFXT-TV reported Wednesday.

    Continue reading...", - "category": "Second world war", - "link": "https://www.theguardian.com/world/2022/jan/06/soldier-world-war-ii-letter-delivered-after-76-years", - "creator": "Associated Press", - "pubDate": "2022-01-07T01:39:25Z", + "title": "Revisited: How the women’s safety summit laid bare Morrison’s empathy gap", + "description": "

    2021 was an important year in the fight for gender equality, and the national women’s safety summit in September was a platform for experts and advocates to discuss key issues surrounding gender equality and violence against women and children. But Scott Morrison’s keynote address – and his failure to enact meaningful reform on key issues – left some underwhelmed and others furious.

    Political editor Katharine Murphy speaks to Laura Murphy-Oates about Australia’s ongoing cultural reckoning for women and how the Morrison government’s response to this is hamstrung by an ‘empathy gap’

    Support services: 1800 Respect

    Update:

    Continue reading...", + "content": "

    2021 was an important year in the fight for gender equality, and the national women’s safety summit in September was a platform for experts and advocates to discuss key issues surrounding gender equality and violence against women and children. But Scott Morrison’s keynote address – and his failure to enact meaningful reform on key issues – left some underwhelmed and others furious.

    Political editor Katharine Murphy speaks to Laura Murphy-Oates about Australia’s ongoing cultural reckoning for women and how the Morrison government’s response to this is hamstrung by an ‘empathy gap’

    Support services: 1800 Respect

    Update:

    Continue reading...", + "category": "Australian politics", + "link": "https://www.theguardian.com/australia-news/audio/2022/jan/14/revisited-how-the-womens-safety-summit-laid-bare-morrisons-empathy-gap", + "creator": "Presented by Laura Murphy-Oatesand reported by Katharine Murphy. Produced by Karishma Luthria Ellen Leabeaterand Jane Lee. Sound design by Joe Koning. Executive Producers Laura Murphy-Oates Gabrielle Jackson Miles Martignoni", + "pubDate": "2022-01-13T16:30:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274842,17 +279132,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "70a59965b5b4b6970edff47cfc4a1ec6", + "hash": "487f70717488b0ceba6434cd0148ae8c", "highlights": [] }, { - "title": "California prosecutor who campaigned against vaccine mandates dies of Covid", - "description": "

    Kelly Ernby, who recently ran for the state assembly, was unvaccinated at the time of her death, husband says

    A deputy district attorney from California who regularly spoke out against vaccine mandates has died of complications from Covid-19.

    Kelly Ernby, 46, a prosecutor from Orange county, southern California, who recently ran for the state assembly, died after contracting the virus, her family and friends have said.

    Continue reading...", - "content": "

    Kelly Ernby, who recently ran for the state assembly, was unvaccinated at the time of her death, husband says

    A deputy district attorney from California who regularly spoke out against vaccine mandates has died of complications from Covid-19.

    Kelly Ernby, 46, a prosecutor from Orange county, southern California, who recently ran for the state assembly, died after contracting the virus, her family and friends have said.

    Continue reading...", - "category": "California", - "link": "https://www.theguardian.com/us-news/2022/jan/06/kelly-ernby-california-prosecutor-dies-covid", - "creator": "Gloria Oladipo in New York", - "pubDate": "2022-01-06T19:22:35Z", + "title": "Russia says talks with Nato over Ukraine are hitting a dead end", + "description": "

    OSCE mission warns ‘crisis on the continent may arise’ as Polish foreign minister says Europe faces greatest risk of war in 30 years

    Russia has said talks with Nato over Ukraine were hitting a dead end, while threatening to take unspecified “necessary measures” if its demands were not met.

    A volley of downbeat statements from Russian senior officials emerged as Poland’s foreign minister, Zbigniew Rau, warned that Europe faced its greatest risk of war in 30 years.

    Continue reading...", + "content": "

    OSCE mission warns ‘crisis on the continent may arise’ as Polish foreign minister says Europe faces greatest risk of war in 30 years

    Russia has said talks with Nato over Ukraine were hitting a dead end, while threatening to take unspecified “necessary measures” if its demands were not met.

    A volley of downbeat statements from Russian senior officials emerged as Poland’s foreign minister, Zbigniew Rau, warned that Europe faced its greatest risk of war in 30 years.

    Continue reading...", + "category": "Russia", + "link": "https://www.theguardian.com/world/2022/jan/13/russia-says-talks-with-nato-over-ukraine-are-hitting-a-dead-end", + "creator": "Jennifer Rankin", + "pubDate": "2022-01-13T13:57:54Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274864,17 +279154,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0316419715b28ca50ccb1123c9eb974", + "hash": "1e90b733c11f6d73a44c2b8ffe2291ea", "highlights": [] }, { - "title": "‘Something wrong, something good’: Taiwan grapples with remembering Chiang Kai-shek", - "description": "

    Memorials to dictator are defended even by those who suffered; they want new generations to know he fostered island’s prosperity and independence

    Fred Chin fumbles with the combination lock on an old metal gate, the bright turquoise marred by rust spots and grime. On the other side is a long dark corridor and rows of cells. It was here that Chin was detained, tried and sentenced to 12 years in an offshore jail by the totalitarian regime that ruled Taiwan for almost 40 years.

    “In one and a half years I left this room four times,” says the now 72-year-old, gesturing to the whitewashed walls. “Three times for court, and the last time when I was sent to Green Island. 365 days a year, 24 hours a day, the door was closed.”

    Continue reading...", - "content": "

    Memorials to dictator are defended even by those who suffered; they want new generations to know he fostered island’s prosperity and independence

    Fred Chin fumbles with the combination lock on an old metal gate, the bright turquoise marred by rust spots and grime. On the other side is a long dark corridor and rows of cells. It was here that Chin was detained, tried and sentenced to 12 years in an offshore jail by the totalitarian regime that ruled Taiwan for almost 40 years.

    “In one and a half years I left this room four times,” says the now 72-year-old, gesturing to the whitewashed walls. “Three times for court, and the last time when I was sent to Green Island. 365 days a year, 24 hours a day, the door was closed.”

    Continue reading...", - "category": "Taiwan", - "link": "https://www.theguardian.com/world/2022/jan/07/something-wrong-something-good-taiwan-grapples-with-remembering-chiang-kai-shek", - "creator": "Helen Davidson in Taipei", - "pubDate": "2022-01-07T05:00:30Z", + "title": "Virginia Giuffre ‘unlikely to accept purely financial settlement’ with Prince Andrew", + "description": "

    Giuffre wants vindication of herself and her claims, says her lawyer David Boies

    The Duke of York’s accuser Virginia Giuffre would be unlikely to accept a “purely financial settlement” to end her sexual assault civil lawsuit against the royal, her lawyer has said.

    David Boies was speaking after a US judge rejected Prince Andrew’s motion to have the civil case against him dismissed, paving the way for a possible civil trial in the autumn.

    Continue reading...", + "content": "

    Giuffre wants vindication of herself and her claims, says her lawyer David Boies

    The Duke of York’s accuser Virginia Giuffre would be unlikely to accept a “purely financial settlement” to end her sexual assault civil lawsuit against the royal, her lawyer has said.

    David Boies was speaking after a US judge rejected Prince Andrew’s motion to have the civil case against him dismissed, paving the way for a possible civil trial in the autumn.

    Continue reading...", + "category": "Prince Andrew", + "link": "https://www.theguardian.com/uk-news/2022/jan/13/virginia-giuffre-unlikely-to-accept-settlement-to-end-prince-andrew-lawsuit", + "creator": "Caroline Davies", + "pubDate": "2022-01-13T09:45:53Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274882,21 +279172,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "021caf9ddd1bebad325e3759d8d65aad", + "hash": "2e1c93a2c9cfe67f5369d8edaf090b60", "highlights": [] }, { - "title": "‘Everyone asks about Novak’ but Mehdi has languished for nine years in Australian immigration detention", - "description": "

    Iranian was 15 when he arrived by boat in Australia seeking sanctuary. Despite formal recognition as a refugee he hasn’t been free since – he turned 24 on Friday

    Nine. Nine birthdays in detention. Mehdi reels them off : “Sixteen, 17, 18, 19 …”

    “I’m 24 now,” he says in resignation. “I’m still here.”

    Continue reading...", - "content": "

    Iranian was 15 when he arrived by boat in Australia seeking sanctuary. Despite formal recognition as a refugee he hasn’t been free since – he turned 24 on Friday

    Nine. Nine birthdays in detention. Mehdi reels them off : “Sixteen, 17, 18, 19 …”

    “I’m 24 now,” he says in resignation. “I’m still here.”

    Continue reading...", - "category": "Refugees", - "link": "https://www.theguardian.com/world/2022/jan/07/everyone-asks-about-novak-but-mehdi-has-languished-for-nine-years-in-australian-immigration-detention", - "creator": "Ben Doherty", - "pubDate": "2022-01-07T00:31:51Z", + "title": "Nearly quarter of world’s population had record hot year in 2021, data shows", + "description": "
    • Last year was sixth hottest ever recorded, scientists find
    • US experts say 1.8bn people experienced record hot year

    Nearly a quarter of the world’s population experienced a record hot year in 2021, as the climate crisis continues to unleash escalating temperatures around the globe, according to new data from leading US climate scientists.

    Last year was the sixth hottest ever recorded, with the global temperature 1.1C above the pre-industrial average, a new annual analysis from Nasa and the National Oceanic and Atmospheric Administration (Noaa) found.

    Continue reading...", + "content": "
    • Last year was sixth hottest ever recorded, scientists find
    • US experts say 1.8bn people experienced record hot year

    Nearly a quarter of the world’s population experienced a record hot year in 2021, as the climate crisis continues to unleash escalating temperatures around the globe, according to new data from leading US climate scientists.

    Last year was the sixth hottest ever recorded, with the global temperature 1.1C above the pre-industrial average, a new annual analysis from Nasa and the National Oceanic and Atmospheric Administration (Noaa) found.

    Continue reading...", + "category": "Climate crisis", + "link": "https://www.theguardian.com/environment/2022/jan/13/hot-year-temperatures-climate-crisis-2021", + "creator": "Oliver Milman", + "pubDate": "2022-01-13T16:16:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274908,17 +279198,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c09f577972895fc246ec552a58dd4da", + "hash": "69af42b261eca4bfaea851848b69594e", "highlights": [] }, { - "title": "Tributes paid to paramedic Alice Clark, 21, who died in ambulance crash", - "description": "

    Two other paramedics suffered serious injuries in collision with a cement lorry near Tonbridge, Kent

    Tributes have been paid to a 21-year-old paramedic who died after her ambulance was involved in a crash with a cement lorry in Kent.

    Alice Clark’s parents praised her as a “beautiful, kind, fun-loving daughter” who will be missed “more than words can say” while a colleague described her as “kind and dedicated”.

    Continue reading...", - "content": "

    Two other paramedics suffered serious injuries in collision with a cement lorry near Tonbridge, Kent

    Tributes have been paid to a 21-year-old paramedic who died after her ambulance was involved in a crash with a cement lorry in Kent.

    Alice Clark’s parents praised her as a “beautiful, kind, fun-loving daughter” who will be missed “more than words can say” while a colleague described her as “kind and dedicated”.

    Continue reading...", - "category": "Kent", - "link": "https://www.theguardian.com/uk-news/2022/jan/06/paramedic-dies-after-collision-between-ambulance-and-truck-in-kent", - "creator": "PA Media", - "pubDate": "2022-01-06T21:24:26Z", + "title": "Blinken says US stumped over Havana syndrome as more diplomats fall ill", + "description": "

    Secretary of state says officials do not know what illness is or who is responsible, with more sickness reported in Paris and Geneva

    The United States still does not know what the illness known as Havana syndrome is or who is responsible for it, the US secretary of state, Antony Blinken, said on Thursday after more American diplomats were reported ill in Paris and Geneva.

    Blinken said the entire federal government was working to get to the bottom of the illness, which has afflicted about 200 US diplomats, officials and family members overseas.

    Continue reading...", + "content": "

    Secretary of state says officials do not know what illness is or who is responsible, with more sickness reported in Paris and Geneva

    The United States still does not know what the illness known as Havana syndrome is or who is responsible for it, the US secretary of state, Antony Blinken, said on Thursday after more American diplomats were reported ill in Paris and Geneva.

    Blinken said the entire federal government was working to get to the bottom of the illness, which has afflicted about 200 US diplomats, officials and family members overseas.

    Continue reading...", + "category": "US foreign policy", + "link": "https://www.theguardian.com/us-news/2022/jan/13/blinken-havana-syndrome-diplomats-paris-geneva", + "creator": "Staff and agencies in Washington", + "pubDate": "2022-01-13T15:27:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274930,17 +279220,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "05c1c565420a05bcab7fe8a3fbf91709", + "hash": "fc044853492466e006e0076219b14201", "highlights": [] }, { - "title": "Michel Houellebecq envisages 2027 French election in latest novel Destroy", - "description": "

    New book by firebrand author features a Macron-like outgoing leader as well as real-life figures including far-right Éric Zemmour

    With the French presidential campaign under way, one of the country’s most provocative writers, Michel Houellebecq, is back with a novel closely linked to the forthcoming election. The 65-year-old author of Atomised and Platform releases the French edition of his 730-page novel Anéantir (Destroy) on Friday, with a sizeable first print run of 300,000 copies.

    Anéantir begins during a fictional presidential election campaign in 2027. Marine Le Pen has stepped down as leader of the National Rally but far-right candidate Éric Zemmour is still sparking controversy. President Emmanuel Macron is another real-life figure who, while not named, seems to feature, as is Bruno Le Maire, the current economy minister. Le Maire, a friend of Houellebecq, is the inspiration for Bruno Juge, one of the story’s protagonists.

    Continue reading...", - "content": "

    New book by firebrand author features a Macron-like outgoing leader as well as real-life figures including far-right Éric Zemmour

    With the French presidential campaign under way, one of the country’s most provocative writers, Michel Houellebecq, is back with a novel closely linked to the forthcoming election. The 65-year-old author of Atomised and Platform releases the French edition of his 730-page novel Anéantir (Destroy) on Friday, with a sizeable first print run of 300,000 copies.

    Anéantir begins during a fictional presidential election campaign in 2027. Marine Le Pen has stepped down as leader of the National Rally but far-right candidate Éric Zemmour is still sparking controversy. President Emmanuel Macron is another real-life figure who, while not named, seems to feature, as is Bruno Le Maire, the current economy minister. Le Maire, a friend of Houellebecq, is the inspiration for Bruno Juge, one of the story’s protagonists.

    Continue reading...", - "category": "Books", - "link": "https://www.theguardian.com/books/2022/jan/07/michel-houellebecq-french-election-latest-novel-eric-zemmour", - "creator": "Lucy Knight", - "pubDate": "2022-01-07T09:47:52Z", + "title": "French teachers walk out of classrooms in strike over Covid strategy", + "description": "

    Tens of thousands take part in one-day strike, one of the biggest in the sector in recent years

    French teachers have held one of the biggest education strikes in recent years, forcing the closure of hundreds of primary schools in protest at the government’s handling of Covid-19 measures in the education sector.

    Tens of thousands of teachers took part in the one-day strike. Trade unions said 75% of primary teachers walked out alongside 62% of secondary teachers. The education ministry gave much lower figures on Thursday morning, saying there was an average of 38.5% of teachers on strike in primary schools, and just under 24% in high schools. Teachers and education support staff joined a protest march through the centre of Paris to the education ministry, and others demonstrated in towns across France.

    Continue reading...", + "content": "

    Tens of thousands take part in one-day strike, one of the biggest in the sector in recent years

    French teachers have held one of the biggest education strikes in recent years, forcing the closure of hundreds of primary schools in protest at the government’s handling of Covid-19 measures in the education sector.

    Tens of thousands of teachers took part in the one-day strike. Trade unions said 75% of primary teachers walked out alongside 62% of secondary teachers. The education ministry gave much lower figures on Thursday morning, saying there was an average of 38.5% of teachers on strike in primary schools, and just under 24% in high schools. Teachers and education support staff joined a protest march through the centre of Paris to the education ministry, and others demonstrated in towns across France.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2022/jan/13/half-of-french-primary-schools-expected-to-close-teachers-strike-protest-covid-education", + "creator": "Angelique Chrisafis in Paris", + "pubDate": "2022-01-13T16:26:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274952,17 +279242,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "785934c191b2aaa32fab6c6b125e7357", + "hash": "ba0880c61bc782e3c3bf676ffd244231", "highlights": [] }, { - "title": "Australian treasurer Josh Frydenberg reveals he has Covid", - "description": "

    ‘Like thousands of Australians, I tested positive today to Covid-19,’ Frydenberg tweeted, as the country reported a record 78,000 cases

    Australia’s treasurer, Josh Frydenberg, has tested positive to Covid-19, he announced late on Friday.

    As the country deals with a massive rise in case numbers due to the spread of the Omicron variant, with more than 78,000 Covid cases reported in a single day on Friday, Frydenberg tweeted the news that he had joined the statistics.

    Continue reading...", - "content": "

    ‘Like thousands of Australians, I tested positive today to Covid-19,’ Frydenberg tweeted, as the country reported a record 78,000 cases

    Australia’s treasurer, Josh Frydenberg, has tested positive to Covid-19, he announced late on Friday.

    As the country deals with a massive rise in case numbers due to the spread of the Omicron variant, with more than 78,000 Covid cases reported in a single day on Friday, Frydenberg tweeted the news that he had joined the statistics.

    Continue reading...", - "category": "Australian politics", - "link": "https://www.theguardian.com/australia-news/2022/jan/07/australian-treasurer-josh-frydenberg-reveals-he-has-covid", - "creator": "Josh Taylor", - "pubDate": "2022-01-07T09:49:20Z", + "title": "Plans for 51-storey London tower with one staircase paused", + "description": "

    Developer asks for application to be taken off agenda, hours after fire safety concerns raised in Guardian

    A property developer bidding to build a 51-storey apartment tower with only one staircase has put its planning application on hold just hours after the Guardian exposed fire safety concerns.

    On Thursday evening Ballymore had planned to seek approval for one of the UK’s tallest residential buildings close to Canary Wharf in east London, but withdrew its application after fire safety experts branded as “madness” its plan to build more than 400 flats in a tower two-and-a-half times the height of Grenfell with just one staircase.

    Continue reading...", + "content": "

    Developer asks for application to be taken off agenda, hours after fire safety concerns raised in Guardian

    A property developer bidding to build a 51-storey apartment tower with only one staircase has put its planning application on hold just hours after the Guardian exposed fire safety concerns.

    On Thursday evening Ballymore had planned to seek approval for one of the UK’s tallest residential buildings close to Canary Wharf in east London, but withdrew its application after fire safety experts branded as “madness” its plan to build more than 400 flats in a tower two-and-a-half times the height of Grenfell with just one staircase.

    Continue reading...", + "category": "London", + "link": "https://www.theguardian.com/uk-news/2022/jan/13/plans-for-51-storey-london-tower-with-just-one-staircase-put-on-hold", + "creator": "Robert Booth Social affairs correspondent", + "pubDate": "2022-01-13T16:58:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274974,17 +279264,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3dabe3c7bbb599eb59c2d37920b3cf08", + "hash": "8e2a137f73b70d4e89908709641b118c", "highlights": [] }, { - "title": "No time for platitudes as Biden gives sharpest denunciation of Trump yet", - "description": "

    This was the moment the president realized the clear and present danger posed to US democracy by a former leader gone rogue

    Here, at last, was the Joe Biden that anyone on vigil for America’s teetering democracy had been waiting for.

    In historic National Statuary Hall at the US Capitol, a year to the day after it was overrun by an authoritarian mob, the US president gave his clearest dissection of “the big lie” and his clearest denunciation of his predecessor, Donald Trump.

    Continue reading...", - "content": "

    This was the moment the president realized the clear and present danger posed to US democracy by a former leader gone rogue

    Here, at last, was the Joe Biden that anyone on vigil for America’s teetering democracy had been waiting for.

    In historic National Statuary Hall at the US Capitol, a year to the day after it was overrun by an authoritarian mob, the US president gave his clearest dissection of “the big lie” and his clearest denunciation of his predecessor, Donald Trump.

    Continue reading...", - "category": "Joe Biden", - "link": "https://www.theguardian.com/us-news/2022/jan/06/biden-trump-january-6-capitol-attack-democracy-analysis", - "creator": "David Smith in Washington", - "pubDate": "2022-01-06T18:01:09Z", + "title": "US House passes voting rights bill that faces long odds in the Senate – live", + "description": "

    The US House is currently voting on a bill that combines two sweeping voting rights measures. They’re expected to pass it shortly and send it over to the US Senate, where there will be a showdown over the filibuster.

    The procedure is a little arcane, but Democrats combined their two major pieces of voting rights legislation into a single bill Wednesday evening in order to expedite it over to the senate.

    Continue reading...", + "content": "

    The US House is currently voting on a bill that combines two sweeping voting rights measures. They’re expected to pass it shortly and send it over to the US Senate, where there will be a showdown over the filibuster.

    The procedure is a little arcane, but Democrats combined their two major pieces of voting rights legislation into a single bill Wednesday evening in order to expedite it over to the senate.

    Continue reading...", + "category": "US politics", + "link": "https://www.theguardian.com/us-news/live/2022/jan/13/joe-biden-covid-response-omicron-testing-cases-hospitalizations-us-politics-latest", + "creator": "Joan E Greve in Washington", + "pubDate": "2022-01-13T16:55:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -274996,17 +279286,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3f348820ed0c1bd685b35805fc9dd79", + "hash": "142d23a2924478536c7aeb865ebf345e", "highlights": [] }, { - "title": "Kazakhstan protests: thousands detained as president says order mostly restored", - "description": "

    President Kassym-Jomart Tokayev is due to address nation on Friday after days of protests saw dozens killed and a government resign

    Kazakhstan’s president, Kassym-Jomart Tokayev, has claimed constitutional order has mostly been restored after days of deadly protests that saw 26 people “liquidated” and more than 3,000 detained, according to interior ministry figures.

    Tokayev is due to address the nation on Friday, state media reported, after protests were sparked this week by a sudden rise in fuel prices combined with long-simmering frustrations over the political and economic situation in the country.

    Continue reading...", - "content": "

    President Kassym-Jomart Tokayev is due to address nation on Friday after days of protests saw dozens killed and a government resign

    Kazakhstan’s president, Kassym-Jomart Tokayev, has claimed constitutional order has mostly been restored after days of deadly protests that saw 26 people “liquidated” and more than 3,000 detained, according to interior ministry figures.

    Tokayev is due to address the nation on Friday, state media reported, after protests were sparked this week by a sudden rise in fuel prices combined with long-simmering frustrations over the political and economic situation in the country.

    Continue reading...", - "category": "Kazakhstan", - "link": "https://www.theguardian.com/world/2022/jan/07/kazakhstan-protests-thousands-detained-as-president-says-order-mostly-restored", - "creator": "Shaun Walker and agencies", - "pubDate": "2022-01-07T06:16:47Z", + "title": "Bronx fire: baby rescued from burning New York building – video", + "description": "

    A baby was rescued from a massive fire in New York where at least 19 people were killed, including nine children, and dozens were injured.

    A witness filmed the rescue attempts in the 19-floor apartment block in the Bronx after a fire that officials said started because of a malfunctioning space heater, spread smoke through the building

    Continue reading...", + "content": "

    A baby was rescued from a massive fire in New York where at least 19 people were killed, including nine children, and dozens were injured.

    A witness filmed the rescue attempts in the 19-floor apartment block in the Bronx after a fire that officials said started because of a malfunctioning space heater, spread smoke through the building

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/video/2022/jan/10/bronx-fire-baby-rescued-from-burning-new-york-building-video", + "creator": "", + "pubDate": "2022-01-10T11:02:56Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275018,17 +279308,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2852fc61573c21df1e02ca631d92aa0a", + "hash": "a8fff6b73a8a3f61043e8193a40d115c", "highlights": [] }, { - "title": "UK house prices rise at fastest rate since 2007; markets await US jobs report – business live", - "description": "

    Rolling coverage of the latest economic and financial news

    Irish drinks producer C&C Group suffered a hit to sales last month as the Omicron variant hit demand.

    C&C, which produces Bulmers and Magners cider, and Tennent’s lager, says sales in December missed expectations.

    In the month of December, the key festive trading period, C&C traded directly with 81% of on-trade outlets vs FY2020, delivering 64% of the volume against an expectation of 90% and 90% respectively.

    While December’s performance was consequently behind expectation, the Group generated a modest profit for the month.

    The stamp duty holiday that partially fuelled last year’s increased demand is long gone, but concerns around house price inflation, ongoing supply chain issues and the impact of the Omicron variant are creating an unwelcome climate of uncertainty.

    “Hopefully these pressures on the market ease sooner rather than later, although the price rises seen last year will continue to impede first-time buyers in particular.

    The end of the stamp duty holiday has been followed by signs of the housing market returning to more normal levels of activity. And the fundamentals facing the market are looking less supportive of continued growth in prices. Higher inflation and tax rises will affect households’ spending power and mortgage rates are likely to rise in response to the Bank of England’s decision to increase the policy rate. Moreover, pandemic-driven changes in housing preferences, and the resulting boost to demand, are likely to fade over time.

    But mortgage rates will be increasing from a very low level. Unemployment is low and households, overall, are still sitting on substantial unplanned savings accumulated during the pandemic. So, while the EY ITEM Club expects house price growth to decelerate significantly this year, an outright fall in prices is unlikely.

    ‘Buyers are clearly still emerging following their short hibernation to carry on where they left off, quickly snapping up new properties which come onto the market. Most are choosing to forget worries about rising inflation, interest rates and taxes to say nothing of Omicron.

    ‘However, lack of stock is reducing the number of transactions and supporting prices. Market appraisals and new instructions are improving but not quick enough yet.

    Continue reading...", - "content": "

    Rolling coverage of the latest economic and financial news

    Irish drinks producer C&C Group suffered a hit to sales last month as the Omicron variant hit demand.

    C&C, which produces Bulmers and Magners cider, and Tennent’s lager, says sales in December missed expectations.

    In the month of December, the key festive trading period, C&C traded directly with 81% of on-trade outlets vs FY2020, delivering 64% of the volume against an expectation of 90% and 90% respectively.

    While December’s performance was consequently behind expectation, the Group generated a modest profit for the month.

    The stamp duty holiday that partially fuelled last year’s increased demand is long gone, but concerns around house price inflation, ongoing supply chain issues and the impact of the Omicron variant are creating an unwelcome climate of uncertainty.

    “Hopefully these pressures on the market ease sooner rather than later, although the price rises seen last year will continue to impede first-time buyers in particular.

    The end of the stamp duty holiday has been followed by signs of the housing market returning to more normal levels of activity. And the fundamentals facing the market are looking less supportive of continued growth in prices. Higher inflation and tax rises will affect households’ spending power and mortgage rates are likely to rise in response to the Bank of England’s decision to increase the policy rate. Moreover, pandemic-driven changes in housing preferences, and the resulting boost to demand, are likely to fade over time.

    But mortgage rates will be increasing from a very low level. Unemployment is low and households, overall, are still sitting on substantial unplanned savings accumulated during the pandemic. So, while the EY ITEM Club expects house price growth to decelerate significantly this year, an outright fall in prices is unlikely.

    ‘Buyers are clearly still emerging following their short hibernation to carry on where they left off, quickly snapping up new properties which come onto the market. Most are choosing to forget worries about rising inflation, interest rates and taxes to say nothing of Omicron.

    ‘However, lack of stock is reducing the number of transactions and supporting prices. Market appraisals and new instructions are improving but not quick enough yet.

    Continue reading...", - "category": "Business", - "link": "https://www.theguardian.com/business/live/2022/jan/07/uk-house-prices-construction-inflation-ftse-markets-us-jobs-report-business-live", - "creator": "Graeme Wearden", - "pubDate": "2022-01-07T08:16:30Z", + "title": "Covid live: Hungary makes fourth Covid jab available and cuts quarantine; China hospitals closed over lockdown failures", + "description": "

    Hungary to make fourth Covid jab available to people who ask for it; two hospitals locked-down city of Xi’an closed while they ‘rectify’ mistakes

    Daily coronavirus cases in Japan have exceeded 13,000 for the first time in more than four months, as the country confronts a sixth wave of infections driven by the Omicron variant.

    It reported 13,244 new cases on Wednesday, including 2,198 in Tokyo and 1,711 in Osaka. The number of new infections in the Japanese capital was more than double that recorded the previous day and a fivefold increase from the same day the previous week.

    Continue reading...", + "content": "

    Hungary to make fourth Covid jab available to people who ask for it; two hospitals locked-down city of Xi’an closed while they ‘rectify’ mistakes

    Daily coronavirus cases in Japan have exceeded 13,000 for the first time in more than four months, as the country confronts a sixth wave of infections driven by the Omicron variant.

    It reported 13,244 new cases on Wednesday, including 2,198 in Tokyo and 1,711 in Osaka. The number of new infections in the Japanese capital was more than double that recorded the previous day and a fivefold increase from the same day the previous week.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/13/covid-news-live-us-deaths-rise-40-on-last-week-cdc-says-german-chancellor-calls-for-mandatory-vaccination-of-all-adults", + "creator": "Georgina Quach (now); Lucy Campbell, Martin Belam and Samantha Lock (earlier)", + "pubDate": "2022-01-13T12:47:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275040,17 +279330,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "46144bca87235b2e4569c45f2a6d0786", + "hash": "20234a2baf1a812036eed6abe842474f", "highlights": [] }, { - "title": "Covid live news: NHS ‘in very difficult circumstances’ as London hospitals call in military; India’s cases jump five-fold", - "description": "

    Chief executive of NHS ‘in a very, very difficult set of circumstances’; India’s daily cases jump to 117,100, a five-fold increase in a week

    Argentina reported a record number of Covid-19 cases on Thursday for a third day in a row at nearly 110,000, Reuters reports, as the highly infectious Omicron variant drives a third pandemic wave in the South American nation.

    The record tally of 109,608 in the middle of the southern hemisphere summer holiday season with tourist centres full of travellers, has not translated into a similar exponential rise in Covid-related deaths, which totalled 40, the government said.

    Continue reading...", - "content": "

    Chief executive of NHS ‘in a very, very difficult set of circumstances’; India’s daily cases jump to 117,100, a five-fold increase in a week

    Argentina reported a record number of Covid-19 cases on Thursday for a third day in a row at nearly 110,000, Reuters reports, as the highly infectious Omicron variant drives a third pandemic wave in the South American nation.

    The record tally of 109,608 in the middle of the southern hemisphere summer holiday season with tourist centres full of travellers, has not translated into a similar exponential rise in Covid-related deaths, which totalled 40, the government said.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/07/covid-news-live-bolsonaro-criticises-plans-to-vaccinate-young-children-as-brazil-cases-soar", - "creator": "Martin Belam (now) and Helen Livingstone (earlier)", - "pubDate": "2022-01-07T08:16:52Z", + "title": "Chinese national trying to improperly influence politicians, says MI5", + "description": "

    Warning to be circulated to MPs and peers about woman targeting parliamentarians

    An interference warning is being circulated to MPs and peers claiming that a female Chinese national has been seeking to improperly influence parliamentarians.

    It is understood that politicians across the political spectrum may have been targeted in an exercise that has been monitored by MI5 for some time. “This has not been about targeting the government in particular,” a source added.

    Continue reading...", + "content": "

    Warning to be circulated to MPs and peers about woman targeting parliamentarians

    An interference warning is being circulated to MPs and peers claiming that a female Chinese national has been seeking to improperly influence parliamentarians.

    It is understood that politicians across the political spectrum may have been targeted in an exercise that has been monitored by MI5 for some time. “This has not been about targeting the government in particular,” a source added.

    Continue reading...", + "category": "MI5", + "link": "https://www.theguardian.com/uk-news/2022/jan/13/chinese-national-trying-to-improperly-influence-politicians-says-mi5", + "creator": "Dan Sabbagh Defence and security editor", + "pubDate": "2022-01-13T12:13:55Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275062,17 +279352,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "586976d0a076aeb0428f205cc2342e4c", + "hash": "1837712d95b0bb791e014b88aa8547e6", "highlights": [] }, { - "title": "Can Nasa persuade Russia to back International Space Station plans?", - "description": "

    Biden wants to extend the operation of the ISS to 2030 before replacing it – will Russia approve?

    The deadline for the decommissioning of the International Space Station (ISS) is worryingly close, and there is a danger that the commercial replacements the US was hoping for will not be ready to launch in time.

    With that in mind, on New Year’s Eve, Nasa announced that the Biden-Harris administration wanted to extend the operation of the ISS by six years to 2030.

    Continue reading...", - "content": "

    Biden wants to extend the operation of the ISS to 2030 before replacing it – will Russia approve?

    The deadline for the decommissioning of the International Space Station (ISS) is worryingly close, and there is a danger that the commercial replacements the US was hoping for will not be ready to launch in time.

    With that in mind, on New Year’s Eve, Nasa announced that the Biden-Harris administration wanted to extend the operation of the ISS by six years to 2030.

    Continue reading...", - "category": "International Space Station", - "link": "https://www.theguardian.com/science/2022/jan/07/nasa-russia-international-space-station-iss-biden", - "creator": "Stuart Clark", - "pubDate": "2022-01-07T06:00:33Z", + "title": "Novak Djokovic: Australia still considering cancelling player’s visa and whether he had ‘acceptable proof’", + "description": "

    Prime minister Scott Morrison says he expects authorities to be ‘implementing the policy of the government’ when it comes to Covid vaccination exemptions

    The Australian prime minister, Scott Morrison, has suggested Novak Djokovic will not be allowed to stay in the country and contest the Australian Open unless he can substantiate a medical exemption allowing him to be unvaccinated against Covid.

    Speaking before any formal decision by the immigration minister, Alex Hawke, Morrison on Thursday refused to comment directly on Djokovic’s case, but said he expected authorities “to implement the policy of the government” to only allow fully vaccinated people or those with medical exemptions into Australia.

    Continue reading...", + "content": "

    Prime minister Scott Morrison says he expects authorities to be ‘implementing the policy of the government’ when it comes to Covid vaccination exemptions

    The Australian prime minister, Scott Morrison, has suggested Novak Djokovic will not be allowed to stay in the country and contest the Australian Open unless he can substantiate a medical exemption allowing him to be unvaccinated against Covid.

    Speaking before any formal decision by the immigration minister, Alex Hawke, Morrison on Thursday refused to comment directly on Djokovic’s case, but said he expected authorities “to implement the policy of the government” to only allow fully vaccinated people or those with medical exemptions into Australia.

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/sport/2022/jan/13/novak-djokovic-australia-considering-cancel-visa-tennis-2022-australian-open", + "creator": "Paul Karp", + "pubDate": "2022-01-13T06:23:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275084,17 +279374,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7655105d095e9e7bf2150f0aed324fb1", + "hash": "c17fc679e8cd1904fbd4b7acf8d7e2d9", "highlights": [] }, { - "title": "Calls for UK to bar Bain & Co from contracts over South Africa corruption", - "description": "

    Exclusive: Measure needed in light of judicial commission’s findings about role of firm, says Lord Hain

    Boris Johnson should bar Bain & Company from lucrative government contracts in light of a judicial commission’s findings about the management consultancy’s “despicable” role in state corruption in South Africa, Peter Hain has said.

    In a letter shared with the Guardian, the former Labour minister and anti-apartheid campaigner urged Johnson to “immediately freeze all government contracts with Bain” and to advise all public bodies to do the same.

    Continue reading...", - "content": "

    Exclusive: Measure needed in light of judicial commission’s findings about role of firm, says Lord Hain

    Boris Johnson should bar Bain & Company from lucrative government contracts in light of a judicial commission’s findings about the management consultancy’s “despicable” role in state corruption in South Africa, Peter Hain has said.

    In a letter shared with the Guardian, the former Labour minister and anti-apartheid campaigner urged Johnson to “immediately freeze all government contracts with Bain” and to advise all public bodies to do the same.

    Continue reading...", - "category": "Corporate governance", - "link": "https://www.theguardian.com/business/2022/jan/07/calls-for-uk-to-bar-bain-co-from-contracts-over-south-africa-corruption", - "creator": "Rob Davies", - "pubDate": "2022-01-07T07:00:32Z", + "title": "Nigeria lifts Twitter ban seven months after site deleted president’s post", + "description": "

    Government says Twitter has agreed to conditions on management of unlawful content and to register in Nigeria

    Nigeria has lifted a ban on Twitter, restoring access to millions of users, seven months after it clamped down on the social media site in a row over Twitter’s decision to delete a post by the president.

    The government said the company had agreed to its conditions on the management of unlawful content, to registering its operations in Nigeria and to a new tax arrangement.

    Continue reading...", + "content": "

    Government says Twitter has agreed to conditions on management of unlawful content and to register in Nigeria

    Nigeria has lifted a ban on Twitter, restoring access to millions of users, seven months after it clamped down on the social media site in a row over Twitter’s decision to delete a post by the president.

    The government said the company had agreed to its conditions on the management of unlawful content, to registering its operations in Nigeria and to a new tax arrangement.

    Continue reading...", + "category": "Nigeria", + "link": "https://www.theguardian.com/world/2022/jan/13/nigeria-lifts-twitter-ban-seven-months-after-site-deleted-presidents-post", + "creator": "Emmanuel Akinwotu in Lagos", + "pubDate": "2022-01-13T11:08:12Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275106,17 +279396,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7bf4c99893e00942c11e7289b83c218a", + "hash": "bd39a3e99c756b04ecfc24636344fc3f", "highlights": [] }, { - "title": "NSW bans singing and dancing in venues and suspends elective surgery; Coalition defends Djokovic visa decision – As it happened", - "description": "

    NSW to ban dancing and singing in venues and suspend non-urgent elective surgery amid 38,625 new Covid cases; Queensland considers delaying school year start amid 10,953 new cases; Victoria records 21,728 cases, South Australia 3,707, ACT 1,246 and Tasmania 1,489; home affairs minister defends Djokovic visa decision. This blog is now closed

    General practice is at “breaking point”, doctors say, and they’re fed up with hearing about policy changes through press conferences. The Royal Australian College of General Practitioners is worried about a lack of support as Australia moves to rapid antigen tests. College president Dr Karen Price said positive results needed to be recorded, but that there was no system to manage that:

    As things currently stand, positive rapid antigen test results are not being recorded or counted as part of the official case numbers as there is no formal notification process. Patients contacting their GP with a positive rapid antigen test result does not equate to the health system having an aggregate view of the number of positive cases in the community.

    General practices simply do not have the administrative capacity to officially lodge all COVID-19 cases, so we need governments to step up and set up a system so that all cases are recorded and everyone has access to Covid-19-positive care pathways.

    Continue reading...", - "content": "

    NSW to ban dancing and singing in venues and suspend non-urgent elective surgery amid 38,625 new Covid cases; Queensland considers delaying school year start amid 10,953 new cases; Victoria records 21,728 cases, South Australia 3,707, ACT 1,246 and Tasmania 1,489; home affairs minister defends Djokovic visa decision. This blog is now closed

    General practice is at “breaking point”, doctors say, and they’re fed up with hearing about policy changes through press conferences. The Royal Australian College of General Practitioners is worried about a lack of support as Australia moves to rapid antigen tests. College president Dr Karen Price said positive results needed to be recorded, but that there was no system to manage that:

    As things currently stand, positive rapid antigen test results are not being recorded or counted as part of the official case numbers as there is no formal notification process. Patients contacting their GP with a positive rapid antigen test result does not equate to the health system having an aggregate view of the number of positive cases in the community.

    General practices simply do not have the administrative capacity to officially lodge all COVID-19 cases, so we need governments to step up and set up a system so that all cases are recorded and everyone has access to Covid-19-positive care pathways.

    Continue reading...", - "category": "Novak Djokovic", - "link": "https://www.theguardian.com/australia-news/live/2022/jan/07/australia-live-news-update-nsw-reportedly-to-reintroduce-covid-restrictions-home-affairs-minister-defends-djokovic-visa-decision-vaccine-", - "creator": "Josh Taylor and Tory Shepherd", - "pubDate": "2022-01-07T07:37:16Z", + "title": "Rust shooting: armourer sues guns and ammunition supplier", + "description": "

    The woman who managed weapons on the film set where a gun carried by Alec Baldwin was accidentally discharged, killing Halyna Hutchins, has said boxes of dummy rounds contained live bullets

    Hannah Gutierrez-Reed, who managed weapons and ammunition on the set of Rust, the western which saw live ammunition from the gun carried by lead actor and producer Alec Baldwin accidentally hit the film’s cinematographer and director, has filed a lawsuit against the supplier of guns and bullets.

    The lawsuit, against Seth Kenney and his company, PDQ Arm & Prop, alleges that boxes marked as inert dummy rounds actually included live bullets.

    “Hannah and the entire Rust movie crew relied on the defendants’ misrepresentation that they provided only dummy ammunition,” according to documents in the suit filed in state court in New Mexico.

    Continue reading...", + "content": "

    The woman who managed weapons on the film set where a gun carried by Alec Baldwin was accidentally discharged, killing Halyna Hutchins, has said boxes of dummy rounds contained live bullets

    Hannah Gutierrez-Reed, who managed weapons and ammunition on the set of Rust, the western which saw live ammunition from the gun carried by lead actor and producer Alec Baldwin accidentally hit the film’s cinematographer and director, has filed a lawsuit against the supplier of guns and bullets.

    The lawsuit, against Seth Kenney and his company, PDQ Arm & Prop, alleges that boxes marked as inert dummy rounds actually included live bullets.

    “Hannah and the entire Rust movie crew relied on the defendants’ misrepresentation that they provided only dummy ammunition,” according to documents in the suit filed in state court in New Mexico.

    Continue reading...", + "category": "Film industry", + "link": "https://www.theguardian.com/film/2022/jan/13/rust-shooting-armourer-sues-guns-and-ammunition-supplier", + "creator": "Catherine Shoard", + "pubDate": "2022-01-13T11:40:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275124,21 +279414,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "4fde6659ae930fb28bd536069d84c46f", + "hash": "243608e582808f2520780883d3b5ea4a", "highlights": [] }, { - "title": "Biden blames Trump’s ‘web of lies’ for US Capitol attack in first anniversary speech – live", - "description": "

    Joe Biden continued to go strong against Donald Trump in his speech on the anniversary of the 6 January attack on the US Capitol:

    “The former president of the United States of America has created and spread a web of lies about the 2020 election,” Biden said.

    Continue reading...", - "content": "

    Joe Biden continued to go strong against Donald Trump in his speech on the anniversary of the 6 January attack on the US Capitol:

    “The former president of the United States of America has created and spread a web of lies about the 2020 election,” Biden said.

    Continue reading...", - "category": "US Capitol attack", - "link": "https://www.theguardian.com/us-news/live/2022/jan/06/us-capitol-attack-one-year-anniversary-trump-pence-biden-house-committee-live", - "creator": "Vivian Ho", - "pubDate": "2022-01-06T16:47:20Z", + "title": "French police extend custody of man held over murder of British-Iraqi family", + "description": "

    Lawyer says arrest is unjustified as his client was interviewed and cleared in 2015

    French investigators have extended the police custody of a man being questioned over the unsolved murder of three members of a British-Iraqi family and a French cyclist shot dead in a remote area of the French Alps in 2012.

    The arrest, house search and ongoing questioning are a rare development in one of France’s most notorious unsolved cold cases.

    Continue reading...", + "content": "

    Lawyer says arrest is unjustified as his client was interviewed and cleared in 2015

    French investigators have extended the police custody of a man being questioned over the unsolved murder of three members of a British-Iraqi family and a French cyclist shot dead in a remote area of the French Alps in 2012.

    The arrest, house search and ongoing questioning are a rare development in one of France’s most notorious unsolved cold cases.

    Continue reading...", + "category": "French Alps shootings", + "link": "https://www.theguardian.com/world/2022/jan/13/french-police-extend-custody-of-man-held-over-of-british-iraqi-family", + "creator": "Angelique Chrisafis in Paris", + "pubDate": "2022-01-13T08:33:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275150,17 +279440,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6dfe904381910302eca17c4637e134f1", + "hash": "5d3d91075adf20eb73d71eee5d7672ce", "highlights": [] }, { - "title": "Djokovic father says visa row aimed at ‘stomping on Serbia’", - "description": "

    Sjrdan Djokovic says his son is being ‘persecuted’ as protesters gather in Belgrade after Australian detention

    Novak Djokovic’s family have said he is the victim of “a political agenda” aimed at “stomping on Serbia” as protesters in Belgrade called for his release and Serbia’s president insisted “the whole country” was behind him.

    The 34-year-old world tennis No 1, who was born in the Serb capital, is in detention in an immigration hotel in Melbourne pending a legal challenge to Australia’s decision on Wednesday to cancel a visa that would allow him to play in the Australian Open.

    Continue reading...", - "content": "

    Sjrdan Djokovic says his son is being ‘persecuted’ as protesters gather in Belgrade after Australian detention

    Novak Djokovic’s family have said he is the victim of “a political agenda” aimed at “stomping on Serbia” as protesters in Belgrade called for his release and Serbia’s president insisted “the whole country” was behind him.

    The 34-year-old world tennis No 1, who was born in the Serb capital, is in detention in an immigration hotel in Melbourne pending a legal challenge to Australia’s decision on Wednesday to cancel a visa that would allow him to play in the Australian Open.

    Continue reading...", - "category": "Serbia", - "link": "https://www.theguardian.com/world/2022/jan/06/novak-djokovic-father-says-visa-row-aimed-at-stomping-on-serbia", - "creator": "Jon Henley and Milivoje Pantovic in Belgrade", - "pubDate": "2022-01-06T17:30:39Z", + "title": "French bakers in pain over cut-price supermarket baguettes", + "description": "

    Leclerc destroying ‘dignity’ of profession for selling a baguette for 29 cents (24p)

    French bakers have taken aim at a major supermarket chain that is offering inflation-busting low prices for baguettes, saying the move will undermine competition in one of the country’s prized industries.

    The Leclerc group said in newspaper ads on Tuesday that “because of inflation, the average price of baguettes could increase significantly. That’s unthinkable”, vowing to cut into its profit margins to cap the cost of the signature French loaf at 29 euro cents (24p).

    Continue reading...", + "content": "

    Leclerc destroying ‘dignity’ of profession for selling a baguette for 29 cents (24p)

    French bakers have taken aim at a major supermarket chain that is offering inflation-busting low prices for baguettes, saying the move will undermine competition in one of the country’s prized industries.

    The Leclerc group said in newspaper ads on Tuesday that “because of inflation, the average price of baguettes could increase significantly. That’s unthinkable”, vowing to cut into its profit margins to cap the cost of the signature French loaf at 29 euro cents (24p).

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2022/jan/13/french-bakers-in-pain-over-cut-price-supermarket-baguettes", + "creator": "Agence France-Presse in Paris", + "pubDate": "2022-01-13T11:34:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275172,17 +279462,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "717885c5abd03ab8058dce2ff0b8e136", + "hash": "cca8e618478c160145c7d814632107e9", "highlights": [] }, { - "title": "Dozens of protesters and police dead amid Kazakhstan unrest", - "description": "

    Witnesses in Almaty describe scenes of chaos in streets as Russian ‘peacekeepers’ arrive in country

    Dozens of protesters and at least 12 police have died during the ongoing violence in Kazakhstan, authorities claimed, as “peacekeepers” from a Russian-led military alliance arrived in the country at the request of embattled president, Kassym-Jomart Tokayev.

    Eyewitnesses in Almaty, Kazakhstan’s largest city, described scenes of chaos on Thursday, with government buildings stormed or set on fire and widespread looting. However, many of those demonstrating said the protests had started out peaceful earlier in the week, and turned violent after a heavy-handed government response.

    Continue reading...", - "content": "

    Witnesses in Almaty describe scenes of chaos in streets as Russian ‘peacekeepers’ arrive in country

    Dozens of protesters and at least 12 police have died during the ongoing violence in Kazakhstan, authorities claimed, as “peacekeepers” from a Russian-led military alliance arrived in the country at the request of embattled president, Kassym-Jomart Tokayev.

    Eyewitnesses in Almaty, Kazakhstan’s largest city, described scenes of chaos on Thursday, with government buildings stormed or set on fire and widespread looting. However, many of those demonstrating said the protests had started out peaceful earlier in the week, and turned violent after a heavy-handed government response.

    Continue reading...", - "category": "Kazakhstan", - "link": "https://www.theguardian.com/world/2022/jan/06/protesters-police-die-amid-kazakhstan-unrest", - "creator": "Shaun Walker", - "pubDate": "2022-01-06T14:59:36Z", + "title": "France to lift ban on UK tourists from Friday, says tourism minister", + "description": "

    Requirement to isolate on arrival will also be scrapped but travellers will need evidence of negative Covid test

    France will lift its ban on UK holidaymakers from Friday morning, the tourism minister has announced, dropping a requirement for all travellers from the UK to show evidence of a “compelling reason” for their journey.

    Jean-Baptiste Lemoyne said on Thursday people arriving from Britain would also no longer need to self-isolate on arrival in France, but proof of a negative Covid-19 test taken no more than 24 hours before departure would still be demanded.

    Continue reading...", + "content": "

    Requirement to isolate on arrival will also be scrapped but travellers will need evidence of negative Covid test

    France will lift its ban on UK holidaymakers from Friday morning, the tourism minister has announced, dropping a requirement for all travellers from the UK to show evidence of a “compelling reason” for their journey.

    Jean-Baptiste Lemoyne said on Thursday people arriving from Britain would also no longer need to self-isolate on arrival in France, but proof of a negative Covid-19 test taken no more than 24 hours before departure would still be demanded.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2022/jan/13/france-to-lift-ban-on-uk-tourists-from-friday-says-tourism-minister", + "creator": "Jon Henley in Paris", + "pubDate": "2022-01-13T10:18:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275194,17 +279484,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8095f2f3057f8b9fc6768c5369ea773c", + "hash": "168e8fc1a03f21ef69ad4fed4a6a97a6", "highlights": [] }, { - "title": "Ghislaine Maxwell: key juror has hired lawyer, trial judge says", - "description": "

    Maxwell’s lawyers say they will request retrial after unidentified juror told reporters he was sexually abused as a child

    A juror who sat at the trial of Ghislaine Maxwell last month and has now told reporters he was sexually abused as a child has retained a lawyer, the trial judge said on Thursday.

    The unidentified juror’s public interviews led defense lawyers in the case to say they will request a new trial.

    Continue reading...", - "content": "

    Maxwell’s lawyers say they will request retrial after unidentified juror told reporters he was sexually abused as a child

    A juror who sat at the trial of Ghislaine Maxwell last month and has now told reporters he was sexually abused as a child has retained a lawyer, the trial judge said on Thursday.

    The unidentified juror’s public interviews led defense lawyers in the case to say they will request a new trial.

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2022/jan/06/ghislaine-maxwell-juror-trial-lawyer-judge", - "creator": "Joanna Walters and Victoria Bekiempis in New York and agencies", - "pubDate": "2022-01-06T18:46:57Z", + "title": "UK coronavirus live: Sajid Javid cuts isolation time for Covid cases in England to five full days", + "description": "

    Latest updates: health secretary says people can end isolation on day 6 after two negative LFTs; Tory party row continues as prime minister reportedly believes he did nothing wrong

    Pete Wishart, the SNP’s spokeperson on House of Commons matters, told Jacob Rees-Mogg in the Commons that his comment about Douglas Ross (see 10.19am) showed how little respect Westminster Tories had for Scotland. He said:

    The Scottish Tories know exactly how the rest of Scotland feels, as the leader of the house poured his scorn and contempt upon them last night. According to him, the democratically elected Scottish Tory leader is an insignificant figure, a lightweight, a nobody – presumably just like every single Tory MSP who agrees with their Scottish leader.

    The Scottish Tories are supposed to be the Praetorian guard of the precious union and the leader of the house has just undermined them and thrown them under the proverbial bus. If this is how the government even treats the Scottish Tories, why should the Scottish people even entertain being any part of their useless union?

    Everybody understands, on all sides of the house, that people were obeying the rules and that these rules were very hard for people to obey. I received a message last night was from a friend of mine who was unable to go to the funeral of his two-year-old granddaughter. One cannot hear these stories without grieving for people who suffered. Decisions were taken at the beginning of the pandemic that affected people up and down the country and they were very hard.

    And we must consider, as this goes to an inquiry and we look into what happened with Covid, whether all those regulations were proportionate, or whether it was too hard on people.

    Continue reading...", + "content": "

    Latest updates: health secretary says people can end isolation on day 6 after two negative LFTs; Tory party row continues as prime minister reportedly believes he did nothing wrong

    Pete Wishart, the SNP’s spokeperson on House of Commons matters, told Jacob Rees-Mogg in the Commons that his comment about Douglas Ross (see 10.19am) showed how little respect Westminster Tories had for Scotland. He said:

    The Scottish Tories know exactly how the rest of Scotland feels, as the leader of the house poured his scorn and contempt upon them last night. According to him, the democratically elected Scottish Tory leader is an insignificant figure, a lightweight, a nobody – presumably just like every single Tory MSP who agrees with their Scottish leader.

    The Scottish Tories are supposed to be the Praetorian guard of the precious union and the leader of the house has just undermined them and thrown them under the proverbial bus. If this is how the government even treats the Scottish Tories, why should the Scottish people even entertain being any part of their useless union?

    Everybody understands, on all sides of the house, that people were obeying the rules and that these rules were very hard for people to obey. I received a message last night was from a friend of mine who was unable to go to the funeral of his two-year-old granddaughter. One cannot hear these stories without grieving for people who suffered. Decisions were taken at the beginning of the pandemic that affected people up and down the country and they were very hard.

    And we must consider, as this goes to an inquiry and we look into what happened with Covid, whether all those regulations were proportionate, or whether it was too hard on people.

    Continue reading...", + "category": "Politics", + "link": "https://www.theguardian.com/politics/live/2022/jan/13/boris-johnson-coronavirus-covid-uk-news-live-pm-tory-leadership-crisis-sue-gray", + "creator": "Andrew Sparrow", + "pubDate": "2022-01-13T12:41:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275216,17 +279506,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "826a4460b5515fa58284767eb7250039", + "hash": "2d026a10385c67472ab409ff25fb2efd", "highlights": [] }, { - "title": "Covid live: Omicron may be less severe but not ‘mild’, says WHO; threat to arrest unvaccinated in Philippines", - "description": "

    WHO chief says calling variant ‘mild’ is not accurate; Philippines president orders arrest of unvaccinated people who violate stay-at-home orders

    Novak Djokovic flew into Melbourne airport on Wednesday night planning to defend his Australian Open title. Instead, the World No 1 is being held in a quarantine hotel and is set to be deported tonight after a remarkable series of events led to his visa being cancelled.

    So how on earth did it get to this point?

    Continue reading...", - "content": "

    WHO chief says calling variant ‘mild’ is not accurate; Philippines president orders arrest of unvaccinated people who violate stay-at-home orders

    Novak Djokovic flew into Melbourne airport on Wednesday night planning to defend his Australian Open title. Instead, the World No 1 is being held in a quarantine hotel and is set to be deported tonight after a remarkable series of events led to his visa being cancelled.

    So how on earth did it get to this point?

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/06/covid-live-news-pfizer-expects-clinical-data-for-under-5s-in-april-italy-to-mandate-vaccines-for-over-50s", - "creator": "Lucy Campbell (now); Georgina Quach, Martin Belam and Helen Livingstone (earlier)", - "pubDate": "2022-01-06T17:51:00Z", + "title": "What lies on the other side of the UK’s Omicron wave?", + "description": "

    Covid will continue to shape our lives even after Omicron infections finally begin falling

    The Omicron variant has unleashed a tidal wave of Covid that is sweeping through countries at breakneck speed. In the UK, infections soared to unprecedented highs in recent weeks, but may finally have reached a peak. So what is in store on the other side of the wave?

    Continue reading...", + "content": "

    Covid will continue to shape our lives even after Omicron infections finally begin falling

    The Omicron variant has unleashed a tidal wave of Covid that is sweeping through countries at breakneck speed. In the UK, infections soared to unprecedented highs in recent weeks, but may finally have reached a peak. So what is in store on the other side of the wave?

    Continue reading...", + "category": "Omicron variant", + "link": "https://www.theguardian.com/world/2022/jan/13/what-lies-on-the-other-side-of-the-uks-omicron-wave", + "creator": "Ian Sample Science editor", + "pubDate": "2022-01-13T07:00:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275238,17 +279528,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "71866fa012b1c8c009752ed5e0a5f9e7", + "hash": "5ee4c27289c4353d4a155c542d5fa5b8", "highlights": [] }, { - "title": "Tory peer Michelle Mone secretly involved in PPE firm she referred to government", - "description": "

    Exclusive: Leaked files suggest Mone and her husband were involved in business given £200m contracts

    Leaked files appear to suggest the Conservative peer Michelle Mone and her husband, Douglas Barrowman, were secretly involved in a PPE business that was awarded more than £200m in government contracts after she referred it to the Cabinet Office.

    Barrowman, an Isle of Man-based financier, may have played a central role in the business deal that enabled PPE Medpro to sell millions of masks and surgical gowns to the government at the start of the pandemic, documents suggest.

    Continue reading...", - "content": "

    Exclusive: Leaked files suggest Mone and her husband were involved in business given £200m contracts

    Leaked files appear to suggest the Conservative peer Michelle Mone and her husband, Douglas Barrowman, were secretly involved in a PPE business that was awarded more than £200m in government contracts after she referred it to the Cabinet Office.

    Barrowman, an Isle of Man-based financier, may have played a central role in the business deal that enabled PPE Medpro to sell millions of masks and surgical gowns to the government at the start of the pandemic, documents suggest.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/06/tory-peer-michelle-mone-involved-ppe-medpro-government-contracts", - "creator": "David Conn, Paul Lewis and Harry Davies", - "pubDate": "2022-01-06T16:00:14Z", + "title": "There’s nothing worse than a restaurant that makes you feel like an old git | Jay Rayner", + "description": "

    Give us over-50s a menu we can read, grownup waiters and the chance to hold a conversation. It’s not too much to ask – and it makes business sense too

    There is only one thing worse than having to thumb your smartphone torch into life so that you can read a restaurant menu: the youthful twentysomething waiter noticing you do so, and bringing you one of those LED clip-on lamps. Short of wheeling the house Zimmer frame to the table for you to use while popping to the loo, there’s nothing better calculated to make you feel like an old git. It’s profoundly irritating, partly because it’s so unnecessary; it’s entirely possible to have moody lighting while also dropping enough on to a table so that those of us whose sight is not quite what it once was can read the damn small print without recourse to Wembley Stadium’s floods.

    But mostly it’s irritating because it’s a huge own goal. It makes any restaurant seem exclusive; as in it was designed to exclude those of us not in the very first flush of youth. All too often this is literally the case, albeit usually by happenstance. The restaurant business is generally a younger person’s game. Setting them up and running them requires the sort of long hours that those of us with a few years on the clock may no longer find appealing. And people in their 20s and 30s may well have no idea what older customers want or need, simply because they haven’t got there yet. If a restaurateur only wants punters their own age, then fine. Turn down the lights. Turn up the music. Print the menu in six point Comic Sans.

    Continue reading...", + "content": "

    Give us over-50s a menu we can read, grownup waiters and the chance to hold a conversation. It’s not too much to ask – and it makes business sense too

    There is only one thing worse than having to thumb your smartphone torch into life so that you can read a restaurant menu: the youthful twentysomething waiter noticing you do so, and bringing you one of those LED clip-on lamps. Short of wheeling the house Zimmer frame to the table for you to use while popping to the loo, there’s nothing better calculated to make you feel like an old git. It’s profoundly irritating, partly because it’s so unnecessary; it’s entirely possible to have moody lighting while also dropping enough on to a table so that those of us whose sight is not quite what it once was can read the damn small print without recourse to Wembley Stadium’s floods.

    But mostly it’s irritating because it’s a huge own goal. It makes any restaurant seem exclusive; as in it was designed to exclude those of us not in the very first flush of youth. All too often this is literally the case, albeit usually by happenstance. The restaurant business is generally a younger person’s game. Setting them up and running them requires the sort of long hours that those of us with a few years on the clock may no longer find appealing. And people in their 20s and 30s may well have no idea what older customers want or need, simply because they haven’t got there yet. If a restaurateur only wants punters their own age, then fine. Turn down the lights. Turn up the music. Print the menu in six point Comic Sans.

    Continue reading...", + "category": "Restaurants", + "link": "https://www.theguardian.com/food/2022/jan/13/nothing-worse-than-a-restaurant-that-makes-you-feel-like-an-old-git-jay-rayner", + "creator": "Jay Rayner", + "pubDate": "2022-01-13T12:00:24Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275260,17 +279550,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5be95e22bbbc35f78e7c446ae278d30c", + "hash": "421b8ae9a80d46c92c0dc08fbc74f65b", "highlights": [] }, { - "title": "Hedgehogs had MRSA superbug long before antibiotics use, research finds", - "description": "

    Animals thought to have developed the illness about 200 years ago after bacterial infections gained resistance to natural antibiotics

    Hedgehogs have been harbouring a type of the MRSA superbug since long before the use of antibiotics in humans and livestock, research suggests.

    Scientists have found evidence of the superbug arising in nature well before the use of the drugs, which have traditionally been blamed for its emergence.

    Continue reading...", - "content": "

    Animals thought to have developed the illness about 200 years ago after bacterial infections gained resistance to natural antibiotics

    Hedgehogs have been harbouring a type of the MRSA superbug since long before the use of antibiotics in humans and livestock, research suggests.

    Scientists have found evidence of the superbug arising in nature well before the use of the drugs, which have traditionally been blamed for its emergence.

    Continue reading...", - "category": "Medical research", - "link": "https://www.theguardian.com/science/2022/jan/06/hedgehogs-had-mrsa-superbug-long-before-antibiotics-use-research-finds", - "creator": "PA Media", - "pubDate": "2022-01-06T17:36:43Z", + "title": "Knights and elves and suffragettes – take the Thursday quiz", + "description": "

    Fifteen questions on general knowledge and topical trivia plus a few jokes every Thursday – how will you fare?

    More mysterious than the riddle of the Sphinx: the mystery of how this increasingly ridiculous quiz keeps getting published. Ahead of you are 15 topical and general knowledge question in a bizarre set of categories including “Blowing things up, but at sea”. You’ll also meet Kate Bush, Ron from Sparks, and have a hidden Doctor Who reference to spot. It is just for fun, there are no prizes. Let us know how you get on in the comments – but do try not to take it so seriously that you end up fact-checking the jokes.

    The Thursday quiz, No 38

    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 he is seething about people relentlessly banging on about the completely made up January “Blue Monday”.

    Continue reading...", + "content": "

    Fifteen questions on general knowledge and topical trivia plus a few jokes every Thursday – how will you fare?

    More mysterious than the riddle of the Sphinx: the mystery of how this increasingly ridiculous quiz keeps getting published. Ahead of you are 15 topical and general knowledge question in a bizarre set of categories including “Blowing things up, but at sea”. You’ll also meet Kate Bush, Ron from Sparks, and have a hidden Doctor Who reference to spot. It is just for fun, there are no prizes. Let us know how you get on in the comments – but do try not to take it so seriously that you end up fact-checking the jokes.

    The Thursday quiz, No 38

    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 he is seething about people relentlessly banging on about the completely made up January “Blue Monday”.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/13/knights-and-elves-and-suffragettes-thursday-quiz", + "creator": "Martin Belam", + "pubDate": "2022-01-13T11:00:30Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275282,17 +279572,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b683267b7884eabb57d499a9f6e946b", + "hash": "500d7aa5633e394d1e5e338c6e8da964", "highlights": [] }, { - "title": "Ten bodies left in SUV outside Mexican state governor’s office", - "description": "

    Zacatecas governor says bodies of people left in front of palace near Christmas tree showed apparent signs of beating and bruising

    An SUV filled with 10 bodies was left outside the office of a Mexican state governor in a public square lit up with holiday decorations, officials said on Thursday.

    The bodies were crammed into a Mazda SUV left before dawn near a Christmas tree in the main plaza of the state capital of Zacatecas.

    Continue reading...", - "content": "

    Zacatecas governor says bodies of people left in front of palace near Christmas tree showed apparent signs of beating and bruising

    An SUV filled with 10 bodies was left outside the office of a Mexican state governor in a public square lit up with holiday decorations, officials said on Thursday.

    The bodies were crammed into a Mazda SUV left before dawn near a Christmas tree in the main plaza of the state capital of Zacatecas.

    Continue reading...", - "category": "Mexico", - "link": "https://www.theguardian.com/world/2022/jan/06/mexico-bodies-suv-outside-governors-office-zacatecas", - "creator": "Staff and agencies in Mexico City", - "pubDate": "2022-01-06T20:43:46Z", + "title": "‘Sidney Poitier was the only light at the end of the tunnel’: Don Warrington on his lifelong hero", + "description": "

    The Trinidadian-British stage actor – and star of Death in Paradise and Rising Damp – pays tribute to a Black Hollywood pioneer

    When I was in my late 30s, someone came up to me in the street and started talking to me as if I were Sidney Poitier. To the extent that they called me “Sidney”. I said: “I’m sorry – my name is Don.” And they looked at me and said: “Oh Sidney, when did you change your name?” They simply would not accept I was somebody else.

    Even if you didn’t model yourself after Poitier, other people would. He was just the go-to reference. I’ve yet to meet a Black actor who hasn’t been compared to him – which is both irritating and enjoyable. And says more about the one making the comparison.

    Continue reading...", + "content": "

    The Trinidadian-British stage actor – and star of Death in Paradise and Rising Damp – pays tribute to a Black Hollywood pioneer

    When I was in my late 30s, someone came up to me in the street and started talking to me as if I were Sidney Poitier. To the extent that they called me “Sidney”. I said: “I’m sorry – my name is Don.” And they looked at me and said: “Oh Sidney, when did you change your name?” They simply would not accept I was somebody else.

    Even if you didn’t model yourself after Poitier, other people would. He was just the go-to reference. I’ve yet to meet a Black actor who hasn’t been compared to him – which is both irritating and enjoyable. And says more about the one making the comparison.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2022/jan/13/sidney-poitier-don-warrington-actor-death-in-paradise", + "creator": "As told to Catherine Shoard", + "pubDate": "2022-01-13T09:51:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275304,17 +279594,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "adad9a8df1a1b86be36b390154e18d3f", + "hash": "64a8d226f771925496f37b5746a877d1", "highlights": [] }, { - "title": "Guardian wins investigation and journalist of the decade awards", - "description": "

    Amelia Gentleman honoured for coverage of Windrush scandal and Guardian for Panama Papers investigation

    The Guardian has been awarded investigation and journalist of the decade in relation to articles on offshore finance and the Windrush scandal.

    The awards were made by the media industry publication Press Gazette to mark 10 years of its British Journalism Awards ceremony. Past attendees and newsletter subscribers were asked to vote.

    Continue reading...", - "content": "

    Amelia Gentleman honoured for coverage of Windrush scandal and Guardian for Panama Papers investigation

    The Guardian has been awarded investigation and journalist of the decade in relation to articles on offshore finance and the Windrush scandal.

    The awards were made by the media industry publication Press Gazette to mark 10 years of its British Journalism Awards ceremony. Past attendees and newsletter subscribers were asked to vote.

    Continue reading...", - "category": "Investigative journalism", - "link": "https://www.theguardian.com/culture/2022/jan/06/guardian-wins-investigation-and-journalist-of-the-decade-awards", - "creator": "Jim Waterson Media editor", - "pubDate": "2022-01-06T19:05:05Z", + "title": "‘Disgrace’: what the papers said as Boris Johnson faces calls to resign", + "description": "

    Amid the derision, supportive papers try to rally around the PM but report that ‘ambitious’ Rishi Sunak is waiting in the wings

    The newspaper front pages have piled the pressure on Boris Johnson as the prime minister fights for his political life over the scandal of the “bring your own booze” lockdown-era party at Downing Street.

    The Mirror’s banner headline on Thursday is “Disgrace”, set below a picture of Johnson giving his humiliating apology to the Commons for “not realising” the event in the back garden of 10 Downing Street on 20 May 2020 was a party.

    Continue reading...", + "content": "

    Amid the derision, supportive papers try to rally around the PM but report that ‘ambitious’ Rishi Sunak is waiting in the wings

    The newspaper front pages have piled the pressure on Boris Johnson as the prime minister fights for his political life over the scandal of the “bring your own booze” lockdown-era party at Downing Street.

    The Mirror’s banner headline on Thursday is “Disgrace”, set below a picture of Johnson giving his humiliating apology to the Commons for “not realising” the event in the back garden of 10 Downing Street on 20 May 2020 was a party.

    Continue reading...", + "category": "Newspapers", + "link": "https://www.theguardian.com/media/2022/jan/13/disgrace-what-the-papers-said-as-boris-johnson-faces-calls-to-resign", + "creator": "Martin Farrer", + "pubDate": "2022-01-13T02:27:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275326,17 +279616,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "470585facb27b7fe00ecc67841eb9a9f", + "hash": "6c01df898816623c9e7827543e5b3a2b", "highlights": [] }, { - "title": "Peter Bogdanovich, acclaimed writer-director, dies at 82", - "description": "

    The Oscar-nominated film-maker, known for The Last Picture Show and Paper Moon, has died of natural causes

    Peter Bogdanovich, Oscar-nominated writer and director, has died at the age of 82.

    The film-maker, whose many credits included The Last Picture Show, What’s Up Doc? and Paper Moon, died of natural causes according to his daughter Antonia Bogdanovich.

    Continue reading...", - "content": "

    The Oscar-nominated film-maker, known for The Last Picture Show and Paper Moon, has died of natural causes

    Peter Bogdanovich, Oscar-nominated writer and director, has died at the age of 82.

    The film-maker, whose many credits included The Last Picture Show, What’s Up Doc? and Paper Moon, died of natural causes according to his daughter Antonia Bogdanovich.

    Continue reading...", - "category": "Peter Bogdanovich", - "link": "https://www.theguardian.com/film/2022/jan/06/peter-bogdanovich-dies-acclaimed-writer-director", - "creator": "Benjamin Lee", - "pubDate": "2022-01-06T18:05:22Z", + "title": "French teachers walk out of classrooms in strike over Covid measures", + "description": "

    Unions accuse government of lack of consultation and say teachers have been treated with ‘disdain’

    French teachers are holding one of the biggest education strikes in recent years, forcing the closure of hundreds of primary schools in protest at the government’s handling of Covid-19 measures in the education sector.

    Trade unions said they expected 75% of primary teachers to walk out and 62% of secondary teachers. The education ministry gave much lower figures on Thursday morning, saying there was an average of 38.5% of teachers on strike in primary schools, and just under 24% in high schools. Teachers and education support staff were expected to join a protest march through the centre of Paris to the education ministry.

    Continue reading...", + "content": "

    Unions accuse government of lack of consultation and say teachers have been treated with ‘disdain’

    French teachers are holding one of the biggest education strikes in recent years, forcing the closure of hundreds of primary schools in protest at the government’s handling of Covid-19 measures in the education sector.

    Trade unions said they expected 75% of primary teachers to walk out and 62% of secondary teachers. The education ministry gave much lower figures on Thursday morning, saying there was an average of 38.5% of teachers on strike in primary schools, and just under 24% in high schools. Teachers and education support staff were expected to join a protest march through the centre of Paris to the education ministry.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2022/jan/13/half-of-french-primary-schools-expected-to-close-teachers-strike-protest-covid-education", + "creator": "Angelique Chrisafis in Paris", + "pubDate": "2022-01-13T12:26:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275348,17 +279638,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b30355e7fac50c28e92b49134db623d", + "hash": "c0718ae48e9e54057d52fe2e9406995e", "highlights": [] }, { - "title": "Vaccine mandates, fines, gym bans: how Europe hopes to persuade unjabbed", - "description": "

    Several countries are ramping up pressure amid Omicron wave, but sceptics say mandates will be hard to police

    European governments are ramping up the pressure on people to get vaccinated against Covid-19 by making life progressively harder for those who have not done so, but few are opting to make jabs compulsory – and one country that plans to is now having doubts.

    As the Omicron variant sweeps across much of the continent, causing record infection numbers in almost a dozen countries from Finland to Greece, boosting vaccination tallies has become a priority to ease pressure on overburdened health services.

    Continue reading...", - "content": "

    Several countries are ramping up pressure amid Omicron wave, but sceptics say mandates will be hard to police

    European governments are ramping up the pressure on people to get vaccinated against Covid-19 by making life progressively harder for those who have not done so, but few are opting to make jabs compulsory – and one country that plans to is now having doubts.

    As the Omicron variant sweeps across much of the continent, causing record infection numbers in almost a dozen countries from Finland to Greece, boosting vaccination tallies has become a priority to ease pressure on overburdened health services.

    Continue reading...", - "category": "Vaccines and immunisation", - "link": "https://www.theguardian.com/society/2022/jan/06/vaccine-mandates-fines-gym-bans-how-europe-hopes-to-persuade-unjabbed", - "creator": "Jon Henley, and Philip Oltermann in Berlin", - "pubDate": "2022-01-06T15:56:26Z", + "title": "‘They saw bigger things’: Richard Leakey, Edward O Wilson and Thomas Lovejoy remembered", + "description": "

    Friends and colleagues pay tribute after the recent deaths of these groundbreaking naturalists, who shifted our understanding of the world and our future

    Over Christmas and the new year, three of the world’s leading naturalists died. Thomas Lovejoy, a conservation biologist credited with popularising the term “biodiversity” and a passionate defender of the Amazon, died on 25 December. A day later, Edward O Wilson, known to many as the “modern-day Darwin”, died in Burlington, Massachusetts. On 2 January, Richard Leakey, a world-renowned Kenyan conservationist who helped establish Africa as the birthplace of humankind, died at his home in Nairobi.

    From presidents to undergraduate students, thousands have paid tribute to the three men, whose achievements range from developing theories on forest and island ecosystems to reforming the Kenyan civil service and devising proposals to protect half the planet for nature. Alongside grand accomplishments, which were sometimes controversial, their passing has been a chance to reflect on the small and the mundane: fleeting interactions that inspired careers, kind words that propelled research projects, and generosity of spirit that has helped amplify the voices of those that practise and produce science.

    Continue reading...", + "content": "

    Friends and colleagues pay tribute after the recent deaths of these groundbreaking naturalists, who shifted our understanding of the world and our future

    Over Christmas and the new year, three of the world’s leading naturalists died. Thomas Lovejoy, a conservation biologist credited with popularising the term “biodiversity” and a passionate defender of the Amazon, died on 25 December. A day later, Edward O Wilson, known to many as the “modern-day Darwin”, died in Burlington, Massachusetts. On 2 January, Richard Leakey, a world-renowned Kenyan conservationist who helped establish Africa as the birthplace of humankind, died at his home in Nairobi.

    From presidents to undergraduate students, thousands have paid tribute to the three men, whose achievements range from developing theories on forest and island ecosystems to reforming the Kenyan civil service and devising proposals to protect half the planet for nature. Alongside grand accomplishments, which were sometimes controversial, their passing has been a chance to reflect on the small and the mundane: fleeting interactions that inspired careers, kind words that propelled research projects, and generosity of spirit that has helped amplify the voices of those that practise and produce science.

    Continue reading...", + "category": "Environment", + "link": "https://www.theguardian.com/environment/2022/jan/13/they-saw-bigger-things-richard-leakey-edward-o-wilson-and-thomas-lovejoy-remembered-aoe", + "creator": "Patrick Greenfield", + "pubDate": "2022-01-13T11:30:41Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275370,17 +279660,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aafe4e46c31b2e607ce0888957a4b1cb", + "hash": "3d5182462739ea5c01a7f27ffed831f0", "highlights": [] }, { - "title": "Canada charter passengers who flouted Covid rules could be stranded in Mexico", - "description": "

    Justin Trudeau calls revellers who partied onboard flight ‘idiots’ as three airlines refuse to fly them home

    A group of passengers who filmed themselves partying without masks onboard a chartered flight from Montreal to Mexico face being stranded after three airlines refused to fly them home to Canada.

    Sunwing Airlines cancelled the return charter flight from Cancún that had been scheduled for Wednesday and Air Transat and Air Canada also both said they would refuse to carry the passengers.

    Continue reading...", - "content": "

    Justin Trudeau calls revellers who partied onboard flight ‘idiots’ as three airlines refuse to fly them home

    A group of passengers who filmed themselves partying without masks onboard a chartered flight from Montreal to Mexico face being stranded after three airlines refused to fly them home to Canada.

    Sunwing Airlines cancelled the return charter flight from Cancún that had been scheduled for Wednesday and Air Transat and Air Canada also both said they would refuse to carry the passengers.

    Continue reading...", - "category": "Canada", - "link": "https://www.theguardian.com/world/2022/jan/06/canada-charter-passengers-flouted-covid-rules-stranded-mexico", - "creator": "AP in Montreal", - "pubDate": "2022-01-06T20:03:16Z", + "title": "US Capitol attack panel seeks McCarthy’s cooperation | First Thing", + "description": "

    House minority leader Kevin McCarthy accused the House select committee investigating the US Capitol attack of ‘abuse of power’ as he denied the panel’s request for an interview

    Good morning.

    Yesterday the House select committee investigating the US Capitol attack formally asked the Republican House minority leader, Kevin McCarthy, to cooperate with its inquiry into the 6 January insurrection.

    McCarthy responded late Wednesday that he would not cooperate with the investigation, setting the stage for a bitter political showdown.

    McCarthy had spoken directly to Donald Trump on the day the former president’s supporters stormed the US Capitol to stop the certification of Joe Biden’s election win.

    The committee’s request to McCarthy marks a significant political moment for the investigation as they examine potential criminal conduct by the former president.

    Continue reading...", + "content": "

    House minority leader Kevin McCarthy accused the House select committee investigating the US Capitol attack of ‘abuse of power’ as he denied the panel’s request for an interview

    Good morning.

    Yesterday the House select committee investigating the US Capitol attack formally asked the Republican House minority leader, Kevin McCarthy, to cooperate with its inquiry into the 6 January insurrection.

    McCarthy responded late Wednesday that he would not cooperate with the investigation, setting the stage for a bitter political showdown.

    McCarthy had spoken directly to Donald Trump on the day the former president’s supporters stormed the US Capitol to stop the certification of Joe Biden’s election win.

    The committee’s request to McCarthy marks a significant political moment for the investigation as they examine potential criminal conduct by the former president.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2022/jan/13/first-thing-capitol-attack-panel-seeks-mccarthys-cooperation", + "creator": "Vivian Ho", + "pubDate": "2022-01-13T12:45:52Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275392,17 +279682,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d816d4fbb8aaebd7111fb2d85ba051b2", + "hash": "9dfbc2b6217d0dd20174dba6fa570218", "highlights": [] }, { - "title": "First Covid wave raised UK adult risk of death by 40%, study finds", - "description": "

    Level increased regardless of health but virus ‘picks on’ those already at risk of illness or death

    Britain’s first wave of coronavirus raised the risk of death by more than 40% for most adults regardless of their underlying health and other factors, research suggests.

    Scientists examined medical records for nearly 10 million people aged 40 and over and found that, whatever a person’s risk of dying before the pandemic, it rose 1.43 times on average as the virus spread between March and May 2020.

    Continue reading...", - "content": "

    Level increased regardless of health but virus ‘picks on’ those already at risk of illness or death

    Britain’s first wave of coronavirus raised the risk of death by more than 40% for most adults regardless of their underlying health and other factors, research suggests.

    Scientists examined medical records for nearly 10 million people aged 40 and over and found that, whatever a person’s risk of dying before the pandemic, it rose 1.43 times on average as the virus spread between March and May 2020.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/06/first-covid-wave-raised-uk-adult-risk-of-death-by-40-study-finds", - "creator": "Ian Sample and Nicola Davis", - "pubDate": "2022-01-06T19:00:18Z", + "title": "Hillsong Church camp ordered to stop singing and dancing by NSW Health", + "description": "

    Footage of parishioners revelling at church’s annual youth camp sparks anger at religious groups’ exemption from Covid restrictions

    Hillsong Church has been told by NSW Health to immediately stop singing and dancing at a youth summer camp being held in Newcastle, after footage of youngparishioners dancing to music sparked widespread anger at the state’s exemption for religious groups.

    Photos and videos posted on the church’s social media accounts over the last two days from its annual youth summer camp showed crowds of people singing without masks during services and dancing to pop music that was non-devotional. The camp, which is aimed at 15- to 17-year-olds, is due to finish on Saturday.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "content": "

    Footage of parishioners revelling at church’s annual youth camp sparks anger at religious groups’ exemption from Covid restrictions

    Hillsong Church has been told by NSW Health to immediately stop singing and dancing at a youth summer camp being held in Newcastle, after footage of youngparishioners dancing to music sparked widespread anger at the state’s exemption for religious groups.

    Photos and videos posted on the church’s social media accounts over the last two days from its annual youth summer camp showed crowds of people singing without masks during services and dancing to pop music that was non-devotional. The camp, which is aimed at 15- to 17-year-olds, is due to finish on Saturday.

    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/13/hillsong-church-camp-ordered-to-stop-singing-and-dancing-by-nsw-health", + "creator": "Sian Cain", + "pubDate": "2022-01-13T09:58:56Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275414,17 +279704,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba80b8336896b497059fe7b718320685", + "hash": "3655025cc8c63790d02ba56be7735140", "highlights": [] }, { - "title": "UK reports 179,756 new Covid cases as Omicron surge continues", - "description": "

    Latest figures bring UK total for the past seven days to 1,272,131, up 29% on week before

    The UK has reported a further 179,756 Covid cases, as the number of people infected with the Omicron variant continues to surge.

    The latest figures – which reflect infections picked up by testing – bring the UK total for the past seven days to 1,272,131, up 29% 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 figures bring UK total for the past seven days to 1,272,131, up 29% on week before

    The UK has reported a further 179,756 Covid cases, as the number of people infected with the Omicron variant continues to surge.

    The latest figures – which reflect infections picked up by testing – bring the UK total for the past seven days to 1,272,131, up 29% 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/06/uk-reports-179756-new-covid-cases-as-omicron-surge-continues", - "creator": "Hannah Devlin and Nicola Davis", - "pubDate": "2022-01-06T16:17:42Z", + "title": "‘Babies here are born sick’: are Bolivia’s gold mines poisoning its indigenous people?", + "description": "

    The government has been criticised for apparent inaction as evidence mounts that mercury contamination is causing illness in fishing communities

    Outside a small brick house shared by four families, Daniela Prada, who is heavily pregnant, gathers guava leaves to make a tea for her two-year-old son.

    “My baby gets sick a lot,” she says, boiling a pot of water in her outdoor kitchen. “He always has diarrhoea and last night he had a fever. Most of the time I give him natural medicine.”

    In an identical house nearby, town leader Oscar Lurici says fevers are a part of life in Eyiyo Quibo village on the Beni River in northern Bolivia. People of all ages suffer from debilitating head and body aches, bouts of vomiting and diarrhoea, memory loss and tiredness. Some children show signs of cognitive development delays.

    Continue reading...", + "content": "

    The government has been criticised for apparent inaction as evidence mounts that mercury contamination is causing illness in fishing communities

    Outside a small brick house shared by four families, Daniela Prada, who is heavily pregnant, gathers guava leaves to make a tea for her two-year-old son.

    “My baby gets sick a lot,” she says, boiling a pot of water in her outdoor kitchen. “He always has diarrhoea and last night he had a fever. Most of the time I give him natural medicine.”

    In an identical house nearby, town leader Oscar Lurici says fevers are a part of life in Eyiyo Quibo village on the Beni River in northern Bolivia. People of all ages suffer from debilitating head and body aches, bouts of vomiting and diarrhoea, memory loss and tiredness. Some children show signs of cognitive development delays.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2022/jan/12/babies-here-are-born-sick-are-bolivias-gold-mines-poisoning-its-indigenous-people", + "creator": "William Wroblewski", + "pubDate": "2022-01-12T06:15:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275436,17 +279726,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c128147ab373e9fa6f8462db1bff7ee", + "hash": "626e18cf7f1efc5f36390b4554b94739", "highlights": [] }, { - "title": "‘We had the Spice Girls’: the two comics unpicking ladette culture", - "description": "

    Shaparak Khorsandi and Esther Manito both came of age during a time when women were expect to comform to male stereotypes. To reflect, they did what they do best: wrote comedy shows about it

    When Shaparak Khorsandi’s teenage son recently discovered 90s music – the Shamen’s Ebeneezer Good, Pulp and more – he had questions for her. What did Jarvis Cocker mean when he sang “I seem to have left an important part of my brain somewhere, somewhere in a field in Hampshire?” Were they singing about ecstasy? Did she go raving, too?

    Khorsandi was in her teens and 20s in the 1990s, and being swept along in ladette culture. Used by the lads’ mag FHM as early as 1994, “ladette” came to describe bolshie women who could out-party and out-gross any hardened lad. Sara Cox, Denise van Outen and Zoe Ball were the media favourites: often pictured binge-drinking and out on the town. Ladettes went hand-in-hand with 90s lad culture, where Britpop, banter and sport collided in a blizzard of hedonism. These “new lads”, posited one researcher, were retreating into a more simplistic masculinity in response to the Spice Girls’ concept of Girl Power; and middle-class boys were co-opting the dress and behaviours of working-class men.

    Continue reading...", - "content": "

    Shaparak Khorsandi and Esther Manito both came of age during a time when women were expect to comform to male stereotypes. To reflect, they did what they do best: wrote comedy shows about it

    When Shaparak Khorsandi’s teenage son recently discovered 90s music – the Shamen’s Ebeneezer Good, Pulp and more – he had questions for her. What did Jarvis Cocker mean when he sang “I seem to have left an important part of my brain somewhere, somewhere in a field in Hampshire?” Were they singing about ecstasy? Did she go raving, too?

    Khorsandi was in her teens and 20s in the 1990s, and being swept along in ladette culture. Used by the lads’ mag FHM as early as 1994, “ladette” came to describe bolshie women who could out-party and out-gross any hardened lad. Sara Cox, Denise van Outen and Zoe Ball were the media favourites: often pictured binge-drinking and out on the town. Ladettes went hand-in-hand with 90s lad culture, where Britpop, banter and sport collided in a blizzard of hedonism. These “new lads”, posited one researcher, were retreating into a more simplistic masculinity in response to the Spice Girls’ concept of Girl Power; and middle-class boys were co-opting the dress and behaviours of working-class men.

    Continue reading...", - "category": "Comedy", - "link": "https://www.theguardian.com/stage/2022/jan/06/we-werent-allowed-feminism-we-had-the-spice-girls-the-two-comics-unpicking-ladette-culture", - "creator": "Rachael Healy", - "pubDate": "2022-01-06T14:00:05Z", + "title": "‘I saw myself in RuPaul’: how Drag Race inspired LGBTQ+ Kenyans to find freedom", + "description": "

    Inspired by the hit US show, a Nairobi group is using catwalk events to combat stigma and abuse

    An audience wearing face masks sits around the edges of a nondescript room in an unassuming building in the centre of Nairobi. Sparsely furnished and decorated with a few posters advertising PrEP, a drug that reduces chances of contracting HIV, there is a low hum of excited chatter.

    Then the speakers crackle into action, playing Sweet Dreams by Beyoncé, and in struts Toyo, a 23-year-old transgender woman, wearing a figure-hugging sparkly blue dress accessorised with bright red painted nails and the ubiqitious face mask, in black. She walks to the end of the room, strikes a pose and struts back out. Toyo is followed by Miss K – or Kelvin, when not in drag – 24, who is wearing a red strappy dress, long black wig, fake Louboutin heels, and plenty of makeup.

    Continue reading...", + "content": "

    Inspired by the hit US show, a Nairobi group is using catwalk events to combat stigma and abuse

    An audience wearing face masks sits around the edges of a nondescript room in an unassuming building in the centre of Nairobi. Sparsely furnished and decorated with a few posters advertising PrEP, a drug that reduces chances of contracting HIV, there is a low hum of excited chatter.

    Then the speakers crackle into action, playing Sweet Dreams by Beyoncé, and in struts Toyo, a 23-year-old transgender woman, wearing a figure-hugging sparkly blue dress accessorised with bright red painted nails and the ubiqitious face mask, in black. She walks to the end of the room, strikes a pose and struts back out. Toyo is followed by Miss K – or Kelvin, when not in drag – 24, who is wearing a red strappy dress, long black wig, fake Louboutin heels, and plenty of makeup.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2022/jan/11/i-saw-myself-in-rupaul-how-drag-race-inspired-lgbtq-kenyans-to-find-freedom", + "creator": "Sarah Johnson", + "pubDate": "2022-01-11T07:15:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275458,17 +279748,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e596abc38946e9d5ce5edc8f7b7dff34", + "hash": "91150cec05894e44e947c16daf0f9531", "highlights": [] }, { - "title": "Peter Bogdanovich: a loving cineaste and fearless genius of cinema | Peter Bradshaw", - "description": "

    The writer-director’s death at 82 leaves behind a legacy of impactful films, from The Last Picture Show to Mask, and also a deep love of the craft

    Peter Bogdanovich was the blazing night-sky comet of the New Hollywood generation whose trajectory got knocked off course a little, by personal tragedy and the contingencies of show business, but kept hurtling onwards with brilliant work and passionate cinephilia to the very end. His first four hits, Targets (1968), The Last Picture Show (1971), What’s Up Doc? (1972) and Paper Moon (1973) were somehow both thrillingly and authentically modern and yet also instantly belonged to the classic pantheon. With the touch of restless young genius, he seemed to reinvent pulp crime, the western, the road movie and the screwball comedy – in short order.

    I remember Bogdanovich in 2018, frail and unwell as he then reportedly was, dominating the Venice Film Festival with two important movies showing there: his superb documentary about Buster Keaton (whose reputation and importance he typically boosted for the 21st century) and his edited, “salvaged” account of Orson Welles’s lost, sprawling movie The Other Side Of The Wind, in which Bogdanovich himself starred, satirising the trauma of the Hollywood old guard in having the baton prised from their grasp by the young Turks. And Bogdanovich sat at Welles’s feet, the way Truffaut sat at Hitchcock’s, and perhaps consciously assumed the mantle of the sorcerer’s apprentice, although learned the way all Welles’s associates learned, how capricious and hurtful Welles could be. But in his later years, taking a creative comfort in well-crafted comedy in the classic Hollywood style, he found himself being supported and bankrolled by younger proteges like Wes Anderson and Noah Baumbach who were as awestruck by Bogdanovich as he himself once was of John Ford and Howard Hawks.

    I myself met him only once, at a lunch in London’s Soho to launch his very good and underrated film The Cat’s Meow in 2004, about the mysterious true-crime “Hollywood Babylon” story about the death of a film mogul aboard WR Hearst’s yacht in 1924. He was elegant, smart – a great lover of London – and very funny on the subject of being recognised for his TV acting role as the therapist of Dr Jennifer Melfi in HBO’s The Sopranos and therefore the psychoanalytical grandfather of Tony Soprano himself.

    Targets was a fascinatingly strange, experimental, underrated and misunderstood work which absorbed the defiant energy of countercultural cinema, with the pulp violence of Gun Crazy or In Cold Blood or Reservoir Dogs. In one plot strand, the horror icon Boris Karloff plays something like himself; in the other plot, a kid becomes obsessed with guns and creating some real horror. The simple association was elegant, ingenious, equal to the meta-horror playfulness that became fashionable 30 years later.

    Continue reading...", - "content": "

    The writer-director’s death at 82 leaves behind a legacy of impactful films, from The Last Picture Show to Mask, and also a deep love of the craft

    Peter Bogdanovich was the blazing night-sky comet of the New Hollywood generation whose trajectory got knocked off course a little, by personal tragedy and the contingencies of show business, but kept hurtling onwards with brilliant work and passionate cinephilia to the very end. His first four hits, Targets (1968), The Last Picture Show (1971), What’s Up Doc? (1972) and Paper Moon (1973) were somehow both thrillingly and authentically modern and yet also instantly belonged to the classic pantheon. With the touch of restless young genius, he seemed to reinvent pulp crime, the western, the road movie and the screwball comedy – in short order.

    I remember Bogdanovich in 2018, frail and unwell as he then reportedly was, dominating the Venice Film Festival with two important movies showing there: his superb documentary about Buster Keaton (whose reputation and importance he typically boosted for the 21st century) and his edited, “salvaged” account of Orson Welles’s lost, sprawling movie The Other Side Of The Wind, in which Bogdanovich himself starred, satirising the trauma of the Hollywood old guard in having the baton prised from their grasp by the young Turks. And Bogdanovich sat at Welles’s feet, the way Truffaut sat at Hitchcock’s, and perhaps consciously assumed the mantle of the sorcerer’s apprentice, although learned the way all Welles’s associates learned, how capricious and hurtful Welles could be. But in his later years, taking a creative comfort in well-crafted comedy in the classic Hollywood style, he found himself being supported and bankrolled by younger proteges like Wes Anderson and Noah Baumbach who were as awestruck by Bogdanovich as he himself once was of John Ford and Howard Hawks.

    I myself met him only once, at a lunch in London’s Soho to launch his very good and underrated film The Cat’s Meow in 2004, about the mysterious true-crime “Hollywood Babylon” story about the death of a film mogul aboard WR Hearst’s yacht in 1924. He was elegant, smart – a great lover of London – and very funny on the subject of being recognised for his TV acting role as the therapist of Dr Jennifer Melfi in HBO’s The Sopranos and therefore the psychoanalytical grandfather of Tony Soprano himself.

    Targets was a fascinatingly strange, experimental, underrated and misunderstood work which absorbed the defiant energy of countercultural cinema, with the pulp violence of Gun Crazy or In Cold Blood or Reservoir Dogs. In one plot strand, the horror icon Boris Karloff plays something like himself; in the other plot, a kid becomes obsessed with guns and creating some real horror. The simple association was elegant, ingenious, equal to the meta-horror playfulness that became fashionable 30 years later.

    Continue reading...", - "category": "Peter Bogdanovich", - "link": "https://www.theguardian.com/film/2022/jan/06/peter-bogdanovich-a-loving-cineaste-and-fearless-genius-of-cinema", - "creator": "Peter Bradshaw", - "pubDate": "2022-01-06T19:21:42Z", + "title": "Virginia Giuffre unlikely to accept purely financial settlement, says lawyer", + "description": "

    Prince Andrew’s accuser wants vindication of herself and her claims, says David Boies

    The Duke of York’s accuser Virginia Giuffre would be unlikely to accept a “purely financial settlement” to end her sexual assault civil lawsuit against the royal, her lawyer has said.

    David Boies was speaking after a US judge rejected Prince Andrew’s motion to have the civil case against him dismissed, paving the way for a possible civil trial in the autumn.

    Continue reading...", + "content": "

    Prince Andrew’s accuser wants vindication of herself and her claims, says David Boies

    The Duke of York’s accuser Virginia Giuffre would be unlikely to accept a “purely financial settlement” to end her sexual assault civil lawsuit against the royal, her lawyer has said.

    David Boies was speaking after a US judge rejected Prince Andrew’s motion to have the civil case against him dismissed, paving the way for a possible civil trial in the autumn.

    Continue reading...", + "category": "Prince Andrew", + "link": "https://www.theguardian.com/uk-news/2022/jan/13/virginia-giuffre-unlikely-to-accept-settlement-to-end-prince-andrew-lawsuit", + "creator": "Caroline Davies", + "pubDate": "2022-01-13T09:45:53Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275480,17 +279770,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "095269477f2a857bb0416c4e59275865", + "hash": "4661b835ba847c6c1a09882fa5ae0864", "highlights": [] }, { - "title": "The Doctor Who treasure trove in a Northumberland village cellar", - "description": "

    Neil Cole’s Museum of Classic Sci-Fi, hosted in cellar of his Allendale townhouse, holds costumes and props from numerous TV classics

    At first glance the Northumberland village of Allendale, with its pub and post office and random parking, is like hundreds of sleepy, charming villages across the UK. It’s the Dalek that suggests something out of the ordinary.

    Behind the Dalek is a four-storey Georgian townhouse. In the cellar of the house is a remarkable and unlikely collection of more than 200 costumes, props and artwork telling classic sci-fi stories of Doctor Who, Blake’s 7, Star Trek, Flash Gordon, Marvel and many more.

    Continue reading...", - "content": "

    Neil Cole’s Museum of Classic Sci-Fi, hosted in cellar of his Allendale townhouse, holds costumes and props from numerous TV classics

    At first glance the Northumberland village of Allendale, with its pub and post office and random parking, is like hundreds of sleepy, charming villages across the UK. It’s the Dalek that suggests something out of the ordinary.

    Behind the Dalek is a four-storey Georgian townhouse. In the cellar of the house is a remarkable and unlikely collection of more than 200 costumes, props and artwork telling classic sci-fi stories of Doctor Who, Blake’s 7, Star Trek, Flash Gordon, Marvel and many more.

    Continue reading...", - "category": "Museums", - "link": "https://www.theguardian.com/culture/2022/jan/06/the-doctor-who-treasure-trove-in-a-northumberland-village-cellar", - "creator": "Mark Brown North of England correspondent", - "pubDate": "2022-01-06T15:48:38Z", + "title": "Boris Johnson cancels trip after family member’s positive Covid test while Tory leadership crisis grows – UK politics live", + "description": "

    Latest updates: Downing Street says Boris Johnson is ‘limiting close contact with others’ while minister fails to deny PM ‘believes he did nothing wrong’

    A former Conservative MSP has said that Jacob Rees-Mogg, the leader of the Commons, was “wrong” to dismisses Douglas Ross, the Scottish Tory leader, as “quite a lightweight figure” in an interview last night.

    Rees-Mogg made the comment on Newsnight in response to questions about Ross saying that Boris Johnson should resign. Most Conservative MSPs have publicly backed Ross, and Newsnight said in private all 31 of them agree that Johnson should go.

    There’s a ‘Save Boris’ operation going on at the moment, which you would expect Jacob Rees-Mogg to be ... at the head of. That explains why Jacob Rees-Mogg was very rude and dismissive about Douglas yesterday.

    Jacob’s got this wrong - I don’t agree with anything that Jacob said about this matter.

    I think there will always be ties but I think that Douglas and his team need to do some deep and serious thinking about exactly what the nature of those ties should be.

    All of the bad days the Scottish Tories have in Holyrood are not caused by the Scottish Tories in Holyrood, they are caused by events 400 miles south. And they need to reflect on that ...

    Continue reading...", + "content": "

    Latest updates: Downing Street says Boris Johnson is ‘limiting close contact with others’ while minister fails to deny PM ‘believes he did nothing wrong’

    A former Conservative MSP has said that Jacob Rees-Mogg, the leader of the Commons, was “wrong” to dismisses Douglas Ross, the Scottish Tory leader, as “quite a lightweight figure” in an interview last night.

    Rees-Mogg made the comment on Newsnight in response to questions about Ross saying that Boris Johnson should resign. Most Conservative MSPs have publicly backed Ross, and Newsnight said in private all 31 of them agree that Johnson should go.

    There’s a ‘Save Boris’ operation going on at the moment, which you would expect Jacob Rees-Mogg to be ... at the head of. That explains why Jacob Rees-Mogg was very rude and dismissive about Douglas yesterday.

    Jacob’s got this wrong - I don’t agree with anything that Jacob said about this matter.

    I think there will always be ties but I think that Douglas and his team need to do some deep and serious thinking about exactly what the nature of those ties should be.

    All of the bad days the Scottish Tories have in Holyrood are not caused by the Scottish Tories in Holyrood, they are caused by events 400 miles south. And they need to reflect on that ...

    Continue reading...", + "category": "Politics", + "link": "https://www.theguardian.com/politics/live/2022/jan/13/boris-johnson-coronavirus-covid-uk-news-live-pm-tory-leadership-crisis-sue-gray", + "creator": "Andrew Sparrow", + "pubDate": "2022-01-13T10:24:57Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275502,17 +279792,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "27c2f76b6a1fec68299c9ee0fd612f21", + "hash": "2bd4c54402de394de16c6a57e9223e53", "highlights": [] }, { - "title": "‘Insensitive’: pet owners react to pope’s remarks on animals and children", - "description": "

    Comments made during a recent general audience at the Vatican criticised

    Whether millennials prefer to raise plants and pets over children for financial and environmental reasons or because they’re lazy and entitled has been hotly discussed in recent years. Now Pope Francis has waded in, saying that not having children is “selfish and diminishes us” and that people are replacing them with cats and dogs.

    Pet owners have reacted angrily to the comments, made during a general audience at the Vatican. They argue that animals have a lower environmental footprint than children, enable them to lead a life that is different but equally rewarding, and compensate for financial or biological difficulties in having children, rather than directly replacing them.

    On social media, people pointed out that the pope himself chose not to have children and said there was hypocrisy in such comments, coming from an institution which has grappled with a legacy of child sexual abuse.

    Guardian readers who responded to a call-out asking for their views were similarly critical of the pope’s comments, which were branded “out of touch” and “sexist”.

    Sophie Lusby, a 48-year old NHS manager in Belfast, said they were “really naive and insensitive” and failed to reflect that not everybody can or should have children. As a Catholic, she has struggled with feelings of shame about her inability to have children for medical reasons, given her religion’s emphasis on motherhood. “That’s what’s quite triggering about the pope’s words.”

    She added that although she has two pets, which are “great company when you live on your own”, she doesn’t see them as substitutes for children, and instead has found meaning in her relationships with her nephews, nieces, siblings and parents. “If Catholicism is about family, I’ve been very successful at being a great family member and I don’t need to be told off.”

    Estee Nagy, a 27-year-old jeweller from London, said that “having a child in today’s world is a luxury” because of lower earning power and a more challenging labour market. “It’s easier for those who were simply lucky and are rich or have more money than an average salary, but it gets harder when there isn’t enough.”


    Stef, who works in education, said that in her home town of Brighton “loads of people have dogs and treat them like kids”. She has taken her rescue dog, Boss, on holiday to 11 countries, including the Vatican, and feels that he is “part of the family”.

    Continue reading...", - "content": "

    Comments made during a recent general audience at the Vatican criticised

    Whether millennials prefer to raise plants and pets over children for financial and environmental reasons or because they’re lazy and entitled has been hotly discussed in recent years. Now Pope Francis has waded in, saying that not having children is “selfish and diminishes us” and that people are replacing them with cats and dogs.

    Pet owners have reacted angrily to the comments, made during a general audience at the Vatican. They argue that animals have a lower environmental footprint than children, enable them to lead a life that is different but equally rewarding, and compensate for financial or biological difficulties in having children, rather than directly replacing them.

    On social media, people pointed out that the pope himself chose not to have children and said there was hypocrisy in such comments, coming from an institution which has grappled with a legacy of child sexual abuse.

    Guardian readers who responded to a call-out asking for their views were similarly critical of the pope’s comments, which were branded “out of touch” and “sexist”.

    Sophie Lusby, a 48-year old NHS manager in Belfast, said they were “really naive and insensitive” and failed to reflect that not everybody can or should have children. As a Catholic, she has struggled with feelings of shame about her inability to have children for medical reasons, given her religion’s emphasis on motherhood. “That’s what’s quite triggering about the pope’s words.”

    She added that although she has two pets, which are “great company when you live on your own”, she doesn’t see them as substitutes for children, and instead has found meaning in her relationships with her nephews, nieces, siblings and parents. “If Catholicism is about family, I’ve been very successful at being a great family member and I don’t need to be told off.”

    Estee Nagy, a 27-year-old jeweller from London, said that “having a child in today’s world is a luxury” because of lower earning power and a more challenging labour market. “It’s easier for those who were simply lucky and are rich or have more money than an average salary, but it gets harder when there isn’t enough.”


    Stef, who works in education, said that in her home town of Brighton “loads of people have dogs and treat them like kids”. She has taken her rescue dog, Boss, on holiday to 11 countries, including the Vatican, and feels that he is “part of the family”.

    Continue reading...", - "category": "Pope Francis", - "link": "https://www.theguardian.com/world/2022/jan/06/insensitive-pet-owners-react-to-popes-remarks-on-animals-and-children", - "creator": "Rachel Hall", - "pubDate": "2022-01-06T17:17:46Z", + "title": "Half of France’s primary schools expected to close as teachers strike", + "description": "

    Three-quarters of teachers are likely to walk out in protest against Covid measures in education sector

    France faces one of its biggest education strikes in decades on Thursday, when about 75% of teachers are expected to walk out, forcing the closure of half the country’s primary schools in protest at the government’s handling of Covid-19 measures in the education sector.

    President Emmanuel Macron this week restated the government view that one of France’s greatest successes during the pandemic had been to keep schools open more than any other country in the world. “I fundamentally believe the choice that we made to keep schools open is the right choice,” he said.

    Continue reading...", + "content": "

    Three-quarters of teachers are likely to walk out in protest against Covid measures in education sector

    France faces one of its biggest education strikes in decades on Thursday, when about 75% of teachers are expected to walk out, forcing the closure of half the country’s primary schools in protest at the government’s handling of Covid-19 measures in the education sector.

    President Emmanuel Macron this week restated the government view that one of France’s greatest successes during the pandemic had been to keep schools open more than any other country in the world. “I fundamentally believe the choice that we made to keep schools open is the right choice,” he said.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2022/jan/13/half-of-french-primary-schools-expected-to-close-teachers-strike-protest-covid-education", + "creator": "Angelique Chrisafis in Paris", + "pubDate": "2022-01-13T04:30:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275524,17 +279814,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0c83fe98fb83d67e500137357cc88c8", + "hash": "402660d56d6d34f009bc072df3f5bd32", "highlights": [] }, { - "title": "Bruce Willis films – ranked!", - "description": "

    With the actor starring in not one but two iffy thrillers out this month, we take a look over the more successful end of his long, action-packed career

    This futuristic thriller about “surries” – artificial doubles who do the dirty work while their owners stay home – could have had heaps more fun riffing on the disparity between the grizzled older Willis and his blond synthetic doppelganger. Still, it is nice to see him bristling with Rosamund Pike, who plays his glassy wife, and being reunited briefly with his Pulp Fiction nemesis Ving Rhames.

    Continue reading...", - "content": "

    With the actor starring in not one but two iffy thrillers out this month, we take a look over the more successful end of his long, action-packed career

    This futuristic thriller about “surries” – artificial doubles who do the dirty work while their owners stay home – could have had heaps more fun riffing on the disparity between the grizzled older Willis and his blond synthetic doppelganger. Still, it is nice to see him bristling with Rosamund Pike, who plays his glassy wife, and being reunited briefly with his Pulp Fiction nemesis Ving Rhames.

    Continue reading...", - "category": "Bruce Willis", - "link": "https://www.theguardian.com/film/2022/jan/06/bruce-willis-films-ranked", - "creator": "Ryan Gilbey", - "pubDate": "2022-01-06T12:15:51Z", + "title": "Nasa begins months-long effort to focus James Webb space telescope", + "description": "

    The revolutionary new scope could provide a glimpse of the cosmos dating back billions of years, but first some painstaking adjustments are needed

    Nasa has embarked on the months-long, painstaking process of bringing its newly launched James Webb space telescope into focus, a task due for completion in time for the revolutionary eye in the sky to begin peering into the cosmos by early summer.

    Mission control engineers at Nasa’s Goddard space flight centre in Greenbelt, Maryland, began by sending their initial commands to tiny motors called actuators that slowly position and fine-tune the telescope’s principal mirror.

    Continue reading...", + "content": "

    The revolutionary new scope could provide a glimpse of the cosmos dating back billions of years, but first some painstaking adjustments are needed

    Nasa has embarked on the months-long, painstaking process of bringing its newly launched James Webb space telescope into focus, a task due for completion in time for the revolutionary eye in the sky to begin peering into the cosmos by early summer.

    Mission control engineers at Nasa’s Goddard space flight centre in Greenbelt, Maryland, began by sending their initial commands to tiny motors called actuators that slowly position and fine-tune the telescope’s principal mirror.

    Continue reading...", + "category": "Astronomy", + "link": "https://www.theguardian.com/science/2022/jan/13/nasa-begin-months-long-effort-to-bring-james-webb-space-telescope-into-focus", + "creator": "Reuters", + "pubDate": "2022-01-13T04:38:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275546,17 +279836,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "233651e498b38450fcd78287b9be0ce4", + "hash": "3fb4621b89d88c1cc98fe4ef6d0510b3", "highlights": [] }, { - "title": "Your work is not your god: welcome to the age of the burnout epidemic", - "description": "

    The reason why so many of us are at the end of our rope? We allowed work to be what gave our lives meaning

    The rich are irrational when it comes to work. Out of everyone in our society, they have the least need to earn more money, but they work the most.

    Billionaire tech-industry titans brag about their hundred-hour work weeks, even though their labor isn’t what boosts their companies’ stock prices and enriches them further. Americans with advanced degrees have the highest average earning power, but typically work more and spend less time on leisure than people with less formal education. The children of rich parents are twice as likely to have summer jobs as poor kids are. And many older American professionals with plenty saved for retirement keep showing up at the office.

    Continue reading...", - "content": "

    The reason why so many of us are at the end of our rope? We allowed work to be what gave our lives meaning

    The rich are irrational when it comes to work. Out of everyone in our society, they have the least need to earn more money, but they work the most.

    Billionaire tech-industry titans brag about their hundred-hour work weeks, even though their labor isn’t what boosts their companies’ stock prices and enriches them further. Americans with advanced degrees have the highest average earning power, but typically work more and spend less time on leisure than people with less formal education. The children of rich parents are twice as likely to have summer jobs as poor kids are. And many older American professionals with plenty saved for retirement keep showing up at the office.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/06/burnout-epidemic-work-lives-meaning", - "creator": "Jonathan Malesic", - "pubDate": "2022-01-06T09:00:00Z", + "title": "‘Dancing through the water’: rare sighting of blanket octopus in Great Barrier Reef", + "description": "

    ‘Seeing one in real life is indescribable,’ says marine biologist of the technicolour marine mollusc she spotted off Queensland

    Only a handful of people have spotted the dazzling blanket octopus in the wild, making it one of the rarest sights in the marine world.

    The technicolour marine mollusc was spotted last week by reef guide and marine biologist Jacinta Shackleton, off the coast of Lady Elliot Island in the Great Barrier Reef .

    Continue reading...", + "content": "

    ‘Seeing one in real life is indescribable,’ says marine biologist of the technicolour marine mollusc she spotted off Queensland

    Only a handful of people have spotted the dazzling blanket octopus in the wild, making it one of the rarest sights in the marine world.

    The technicolour marine mollusc was spotted last week by reef guide and marine biologist Jacinta Shackleton, off the coast of Lady Elliot Island in the Great Barrier Reef .

    Continue reading...", + "category": "Marine life", + "link": "https://www.theguardian.com/environment/2022/jan/13/dancing-through-the-water-rare-sighting-of-blanket-octopus-in-great-barrier-reef", + "creator": "Bertin Huynh", + "pubDate": "2022-01-13T04:07:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275568,17 +279858,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9e056ed6009585ed0c8c1e2ec278282", + "hash": "4d9dc5bcf453641e6a3a8d6715c1d321", "highlights": [] }, { - "title": "The Afghan judge working to free her sisters left behind", - "description": "

    Fawzia escaped from Afghanistan. Now in London, she’s trying to secure a safe exit for women still stranded

    Just under three weeks before the Taliban reached Kabul and took control of Afghanistan, 50 of the most powerful women in the country gathered outdoors in a shady spot to discuss how to deal with the approaching danger.

    Wearing colourful headscarves, some took notes while others listened intently to Fawzia, 48, one of the most senior female judges in Afghanistan. Holding a microphone, she spoke with urgency about the advancing threat and the need to protect the rights that female lawyers, women’s rights activists and journalists had spent decades fighting for.

    Continue reading...", - "content": "

    Fawzia escaped from Afghanistan. Now in London, she’s trying to secure a safe exit for women still stranded

    Just under three weeks before the Taliban reached Kabul and took control of Afghanistan, 50 of the most powerful women in the country gathered outdoors in a shady spot to discuss how to deal with the approaching danger.

    Wearing colourful headscarves, some took notes while others listened intently to Fawzia, 48, one of the most senior female judges in Afghanistan. Holding a microphone, she spoke with urgency about the advancing threat and the need to protect the rights that female lawyers, women’s rights activists and journalists had spent decades fighting for.

    Continue reading...", - "category": "Afghanistan", - "link": "https://www.theguardian.com/world/2022/jan/06/the-afghan-judge-working-to-free-her-sisters-left-behind", - "creator": "Diane Taylor", - "pubDate": "2022-01-06T14:53:17Z", + "title": "‘Exquisite’ Roman figure found on HS2 dig in Buckinghamshire", + "description": "

    Preservation of figure carved from single piece of wood is incredible, say archaeologists

    An extremely rare, carved wooden figure from the early Roman era has been unearthed in a waterlogged ditch in Buckinghamshire, the latest extraordinary find in the UK’s biggest ever archaeological dig along the 150-mile HS2 rail route.

    The 67cm-tall figure is carved from a single piece of wood. Archaeologists said its preservation was “incredible” given its age and material, but the lack of oxygen in the ditch helped prevent rotting over many centuries.

    Continue reading...", + "content": "

    Preservation of figure carved from single piece of wood is incredible, say archaeologists

    An extremely rare, carved wooden figure from the early Roman era has been unearthed in a waterlogged ditch in Buckinghamshire, the latest extraordinary find in the UK’s biggest ever archaeological dig along the 150-mile HS2 rail route.

    The 67cm-tall figure is carved from a single piece of wood. Archaeologists said its preservation was “incredible” given its age and material, but the lack of oxygen in the ditch helped prevent rotting over many centuries.

    Continue reading...", + "category": "Archaeology", + "link": "https://www.theguardian.com/science/2022/jan/13/exquisite-roman-figure-found-on-hs2-dig-in-buckinghamshire", + "creator": "Harriet Sherwood Arts and culture correspondent", + "pubDate": "2022-01-13T06:00:11Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275586,21 +279876,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "690f6f9b606e269f8eff5b9d14d50470", + "hash": "040af7e36777f20eaa392b671ac3fd86", "highlights": [] }, { - "title": "Liz Truss says Russia faces high-level sanctions if it invades Ukraine", - "description": "

    Foreign secretary asserts western solidarity against Putin’s threats, but MPs challenge her on Russian influence in UK

    Massive coordinated sanctions threatened against Russia if it launches military action against Ukraine will hit the high-level Russian elite and its ability to carry out financial transactions, Liz Truss, the UK foreign secretary, told MPs on Thursday, as she warned the west could not afford to be seen to reward Moscow in crucial talks next week.

    Her remarks appear indirectly to confirm that if Russia mounts an incursion into Ukraine it could be excluded from Swift, the messaging network used by 11,000 banks in 200 countries to make cross-border payments.

    Continue reading...", - "content": "

    Foreign secretary asserts western solidarity against Putin’s threats, but MPs challenge her on Russian influence in UK

    Massive coordinated sanctions threatened against Russia if it launches military action against Ukraine will hit the high-level Russian elite and its ability to carry out financial transactions, Liz Truss, the UK foreign secretary, told MPs on Thursday, as she warned the west could not afford to be seen to reward Moscow in crucial talks next week.

    Her remarks appear indirectly to confirm that if Russia mounts an incursion into Ukraine it could be excluded from Swift, the messaging network used by 11,000 banks in 200 countries to make cross-border payments.

    Continue reading...", - "category": "Nato", - "link": "https://www.theguardian.com/world/2022/jan/06/liz-truss-says-russia-faces-high-level-sanctions-if-it-invades-ukraine", - "creator": "Patrick Wintour Diplomatic editor", - "pubDate": "2022-01-06T18:01:04Z", + "title": "New Zealand man has cockroach extracted from ear three days after feeling wriggling", + "description": "

    Zane Wedding said he initially thought the problem was just water in his ear and later gave the insect to the ear specialist as a memento

    A New Zealand man has had a cockroach pulled from his ear three days after first feeling a squirming sensation.

    Zane Wedding said he initially thought the problem was just water in his ear. The Aucklander had been for a swim at a local pool on Friday morning and fell asleep on his couch that evening. He woke up with a blocked ear – and the feeling there was something wriggling inside.

    Continue reading...", + "content": "

    Zane Wedding said he initially thought the problem was just water in his ear and later gave the insect to the ear specialist as a memento

    A New Zealand man has had a cockroach pulled from his ear three days after first feeling a squirming sensation.

    Zane Wedding said he initially thought the problem was just water in his ear. The Aucklander had been for a swim at a local pool on Friday morning and fell asleep on his couch that evening. He woke up with a blocked ear – and the feeling there was something wriggling inside.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/2022/jan/13/new-zealand-man-has-cockroach-extracted-from-ear-three-days-after-feeling-wriggling", + "creator": "Pete McKenzie in Wellington", + "pubDate": "2022-01-13T01:10:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275612,17 +279902,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0338036d56cd9a05bbad92bc8a8233c8", + "hash": "56b086ebb50ec5536b9ac195adfa82dd", "highlights": [] }, { - "title": "From corruption to the 'mark of the beast' – why countries like Malawi are struggling against Covid | Madalitso Wills Kateta", - "description": "

    With 80% of pandemic funds misused and widespread vaccine myths, citizens have had to step up where government has failed

    In January 2021, the Malawian rights activist Paul Msoma wrote that he was in Kamuzu central hospital, struggling to breathe. The hospital had oxygen cylinders but no flowmeters – the necessary instrument to connect him to them. I was left wondering where the funds that had been released for the country’s Covid-19 response were going. “My situation is getting bad and l desperately need oxygen,” Msoma wrote on Facebook. “Anyone who can urgently help out there please help by donating this very gadget.”

    Kamuzu central hospital is one of the biggest referral hospitals in Malawi and it did not seem right for such a big hospital not to have oxygen flowmeters, which are very basic medical equipment costing around £18 a piece. This was at a time when the government had released more than £5.6m for the Covid-19 response effort.

    Madalitso Wills Kateta is a freelance journalist based in Lilongwe, Malawi

    Continue reading...", - "content": "

    With 80% of pandemic funds misused and widespread vaccine myths, citizens have had to step up where government has failed

    In January 2021, the Malawian rights activist Paul Msoma wrote that he was in Kamuzu central hospital, struggling to breathe. The hospital had oxygen cylinders but no flowmeters – the necessary instrument to connect him to them. I was left wondering where the funds that had been released for the country’s Covid-19 response were going. “My situation is getting bad and l desperately need oxygen,” Msoma wrote on Facebook. “Anyone who can urgently help out there please help by donating this very gadget.”

    Kamuzu central hospital is one of the biggest referral hospitals in Malawi and it did not seem right for such a big hospital not to have oxygen flowmeters, which are very basic medical equipment costing around £18 a piece. This was at a time when the government had released more than £5.6m for the Covid-19 response effort.

    Madalitso Wills Kateta is a freelance journalist based in Lilongwe, Malawi

    Continue reading...", - "category": "Malawi", - "link": "https://www.theguardian.com/commentisfree/2022/jan/06/malawi-fight-covid-government-corruption-vaccination", - "creator": "Madalitso Wills Kateta", - "pubDate": "2022-01-06T10:00:02Z", + "title": "Covid live: France lifts UK travel ban; teachers in France going on strike over rules for schools", + "description": "

    From Friday UK holidaymakers can enter France again; up to 75% of French teachers plan to walk off the job today

    Daily coronavirus cases in Japan have exceeded 13,000 for the first time in more than four months, as the country confronts a sixth wave of infections driven by the Omicron variant.

    It reported 13,244 new cases on Wednesday, including 2,198 in Tokyo and 1,711 in Osaka. The number of new infections in the Japanese capital was more than double that recorded the previous day and a fivefold increase from the same day the previous week.

    Continue reading...", + "content": "

    From Friday UK holidaymakers can enter France again; up to 75% of French teachers plan to walk off the job today

    Daily coronavirus cases in Japan have exceeded 13,000 for the first time in more than four months, as the country confronts a sixth wave of infections driven by the Omicron variant.

    It reported 13,244 new cases on Wednesday, including 2,198 in Tokyo and 1,711 in Osaka. The number of new infections in the Japanese capital was more than double that recorded the previous day and a fivefold increase from the same day the previous week.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/13/covid-news-live-us-deaths-rise-40-on-last-week-cdc-says-german-chancellor-calls-for-mandatory-vaccination-of-all-adults", + "creator": "Martin Belam (now) and Samantha Lock (earlier)", + "pubDate": "2022-01-13T10:43:12Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275634,17 +279924,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "65f858fe777bebbc5024cb282879dbf3", + "hash": "4f9318e461baf2994b7e4e12097b560c", "highlights": [] }, { - "title": "Historians mark 6 January with urgent warning on threats to US democracy", - "description": "

    Their comments come as many Americans, particularly Trump supporters, continue to deny the dark reality of the Capitol insurrection

    Some of America’s most prominent historians gave an urgent warning about the state of American democracy as they gathered on Capitol Hill on Thursday to commemorate the 6 January insurrection.

    Doris Kearns Goodwin and Jon Meacham condemned the attack on the Capitol, which was carried out by a group of former president Donald Trump’s supporters to disrupt the certification of Joe Biden’s victory in the 2020 election.

    Continue reading...", - "content": "

    Their comments come as many Americans, particularly Trump supporters, continue to deny the dark reality of the Capitol insurrection

    Some of America’s most prominent historians gave an urgent warning about the state of American democracy as they gathered on Capitol Hill on Thursday to commemorate the 6 January insurrection.

    Doris Kearns Goodwin and Jon Meacham condemned the attack on the Capitol, which was carried out by a group of former president Donald Trump’s supporters to disrupt the certification of Joe Biden’s victory in the 2020 election.

    Continue reading...", - "category": "US Capitol attack", - "link": "https://www.theguardian.com/us-news/2022/jan/06/us-capitol-attack-historians-democracy-threat", - "creator": "Joan E Greve", - "pubDate": "2022-01-06T21:43:36Z", + "title": "‘A banana, concrete – those are good gifts’: the recycling group turning strangers into friends", + "description": "

    There are 7,000 Buy Nothing groups with more than 5 million members worldwide. But their appeal goes beyond the chance to swap everything from nettles to power tools

    Who on earth wants fish tank wastewater, chicken poo, tumble-dryer lint, loo roll tubes, “a plaster mould of a Komodo dragon’s foot” or half a broken toilet? No one, you might think, but the Buy Nothing community begs to differ: these are all real “gifts” snapped up by more than 5 million members worldwide, who give away their unwanted items in the local community. It’s living proof that “one person’s trash is another’s treasure”, as Alisa Miller, the administrator of the Blackheath/Charlton/Lewisham group puts it.

    Miller offered her daughter’s broken toy birdcage with little hope anyone would want it; it was snapped up by a local flower-arranging enthusiast, and filled with succulents and trailing plants. Her co-administrator’s son is the current custodian of a toy helicopter that has been played with by five Buy Nothing families to date. Members ask for what they want and usually get it: anything from household appliances, furniture and gardening tools to clothes and baby gear.

    Continue reading...", + "content": "

    There are 7,000 Buy Nothing groups with more than 5 million members worldwide. But their appeal goes beyond the chance to swap everything from nettles to power tools

    Who on earth wants fish tank wastewater, chicken poo, tumble-dryer lint, loo roll tubes, “a plaster mould of a Komodo dragon’s foot” or half a broken toilet? No one, you might think, but the Buy Nothing community begs to differ: these are all real “gifts” snapped up by more than 5 million members worldwide, who give away their unwanted items in the local community. It’s living proof that “one person’s trash is another’s treasure”, as Alisa Miller, the administrator of the Blackheath/Charlton/Lewisham group puts it.

    Miller offered her daughter’s broken toy birdcage with little hope anyone would want it; it was snapped up by a local flower-arranging enthusiast, and filled with succulents and trailing plants. Her co-administrator’s son is the current custodian of a toy helicopter that has been played with by five Buy Nothing families to date. Members ask for what they want and usually get it: anything from household appliances, furniture and gardening tools to clothes and baby gear.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/13/a-banana-concrete-those-are-good-gifts-recycling-group-turning-strangers-into-friends", + "creator": "Emma Beddington", + "pubDate": "2022-01-13T06:00:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275656,17 +279946,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2e104d7c52cb823666c452c7e7e6bfe", + "hash": "4dea26e8e636f7fbd8b93f895912a107", "highlights": [] }, { - "title": "I had death threats and my tires splashed for my reporting. Many journalists in the Pacific face huge dangers | Joyce McClure", - "description": "

    Freedom of the press might be included in some constitutions of Pacific countries, but it often only works in theory

    I spent five years as the lone journalist on the remote Pacific island of Yap. During that time I was harassed, spat at, threatened with assassination and warned that I was being followed. The tyres on my car were slashed late one night.

    There was also pressure on the political level. The chiefs of the traditional Council of Pilung (COP) asked the state legislature to throw me out of the country as a “persona non grata” claiming that my journalism “may be disruptive to the state environment and/or to the safety and security of the state”.

    Continue reading...", - "content": "

    Freedom of the press might be included in some constitutions of Pacific countries, but it often only works in theory

    I spent five years as the lone journalist on the remote Pacific island of Yap. During that time I was harassed, spat at, threatened with assassination and warned that I was being followed. The tyres on my car were slashed late one night.

    There was also pressure on the political level. The chiefs of the traditional Council of Pilung (COP) asked the state legislature to throw me out of the country as a “persona non grata” claiming that my journalism “may be disruptive to the state environment and/or to the safety and security of the state”.

    Continue reading...", - "category": "Press freedom", - "link": "https://www.theguardian.com/world/commentisfree/2022/jan/07/i-had-death-threats-for-my-reporting-many-journalists-in-the-pacific-face-huge-dangers", - "creator": "Joyce McClure", - "pubDate": "2022-01-06T19:00:18Z", + "title": "‘I started campaigning before I could even vote!’ Amika George on period poverty, politics and the power of protest", + "description": "

    At just 17, the schoolgirl began a campaign to ensure every school offered free sanitary products. Now 22, she talks about tackling stigma, her new book and her fears about the UK’s new police bill

    Amika George, 22, didn’t set out to be an activist. “None of my immediate family were involved in formal politics in any way,” she says. And yet, while still a teenager, she ran the successful Free Periods campaign that led to free sanitary products being placed in schools and now she has a book, Make It Happen, about how to get involved in politics from the grassroots.

    Featuring prominent voices from Arundhati Roy to the Egyptian writer and radical Wael Ghomin, its worldview is that there is an infinite possibility for change, situated in the hands of every one of us. In other words, it is a remix of Hannah Arendt with a sunnier chorus. So I am surprised when I speak to her, not just by her hinterland but by her manner. I was expecting a punchy, studs-first Marxist; instead I find a quietly spoken, very thoughtful committed Christian, who is constantly challenging, often playful but always with serious intent.

    Continue reading...", + "content": "

    At just 17, the schoolgirl began a campaign to ensure every school offered free sanitary products. Now 22, she talks about tackling stigma, her new book and her fears about the UK’s new police bill

    Amika George, 22, didn’t set out to be an activist. “None of my immediate family were involved in formal politics in any way,” she says. And yet, while still a teenager, she ran the successful Free Periods campaign that led to free sanitary products being placed in schools and now she has a book, Make It Happen, about how to get involved in politics from the grassroots.

    Featuring prominent voices from Arundhati Roy to the Egyptian writer and radical Wael Ghomin, its worldview is that there is an infinite possibility for change, situated in the hands of every one of us. In other words, it is a remix of Hannah Arendt with a sunnier chorus. So I am surprised when I speak to her, not just by her hinterland but by her manner. I was expecting a punchy, studs-first Marxist; instead I find a quietly spoken, very thoughtful committed Christian, who is constantly challenging, often playful but always with serious intent.

    Continue reading...", + "category": "Activism", + "link": "https://www.theguardian.com/world/2022/jan/13/i-started-campaigning-before-i-could-even-vote-amika-george-on-period-poverty-politics-and-the-power-of-protest", + "creator": "Zoe Williams", + "pubDate": "2022-01-13T10:31:41Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275678,17 +279968,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4004a7609fcf1c8b91f49be8d967b959", + "hash": "ad1342fa2b3cf536297051737f971f18", "highlights": [] }, { - "title": "Australia live news update: NSW reportedly to reintroduce Covid restrictions, home affairs minister defends Djokovic visa decision", - "description": "

    NSW reportedly finalising measures including closing nightclubs, banning dancing and singing in pubs and cancelling some elective surgery. Follow all the day’s news live

    From someone who’d know:

    In better (?) Covid news, all-round good guy Hugh Jackman has recovered from his bout and popped up in Los Angeles to heap praise on healthcare workers.

    Continue reading...", - "content": "

    NSW reportedly finalising measures including closing nightclubs, banning dancing and singing in pubs and cancelling some elective surgery. Follow all the day’s news live

    From someone who’d know:

    In better (?) Covid news, all-round good guy Hugh Jackman has recovered from his bout and popped up in Los Angeles to heap praise on healthcare workers.

    Continue reading...", - "category": "Novak Djokovic", - "link": "https://www.theguardian.com/australia-news/live/2022/jan/07/australia-live-news-update-nsw-reportedly-to-reintroduce-covid-restrictions-home-affairs-minister-defends-djokovic-visa-decision-vaccine-", - "creator": "Tory Shepherd", - "pubDate": "2022-01-06T21:48:08Z", + "title": "Ronnie Spector, pop singer who fronted the Ronettes, dies aged 78", + "description": "

    Singer of hits including Be My Baby, who married abusive producer Phil Spector, dies of cancer

    Ronnie Spector, the singer who defined the sound of mid-century girl groups as the frontwoman of the Ronettes, has died aged 78.

    A statement on her website states:

    Our beloved earth angel, Ronnie, peacefully left this world today after a brief battle with cancer. She was with family and in the arms of her husband, Jonathan.

    Ronnie lived her life with a twinkle in her eye, a spunky attitude, a wicked sense of humor and a smile on her face. She was filled with love and gratitude.

    Continue reading...", + "content": "

    Singer of hits including Be My Baby, who married abusive producer Phil Spector, dies of cancer

    Ronnie Spector, the singer who defined the sound of mid-century girl groups as the frontwoman of the Ronettes, has died aged 78.

    A statement on her website states:

    Our beloved earth angel, Ronnie, peacefully left this world today after a brief battle with cancer. She was with family and in the arms of her husband, Jonathan.

    Ronnie lived her life with a twinkle in her eye, a spunky attitude, a wicked sense of humor and a smile on her face. She was filled with love and gratitude.

    Continue reading...", + "category": "Ronnie Spector", + "link": "https://www.theguardian.com/music/2022/jan/12/ronnie-spector-pop-singer-who-fronted-the-ronettes-dies-aged-78", + "creator": "Ben Beaumont-Thomas", + "pubDate": "2022-01-12T21:59:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275700,17 +279990,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0588915f2a340be39d80d74d75b974a6", + "hash": "af3d568fd949f176133279a673de0a9e", "highlights": [] }, { - "title": "How Tony Blair advised former Kazakh ruler after 2011 uprising", - "description": "

    British former PM told Nursultan Nazarbayev to stress he ‘understood’ critics and to say reforms would ‘take time’

    The newly knighted Sir Tony Blair is one of several well-paid western advisers who have burnished the image of Kazakhstan’s former ruler Nursultan Nazarbayev and his autocratic regime, now the target of angry protesters.

    Narzabayev invited Blair to give him strategic advice after Kazakh security forces shot dead 14 people during the country’s December 2011 anti-government uprising. The protesters in the western oil town of Zhanaozen were demanding higher wages.

    Continue reading...", - "content": "

    British former PM told Nursultan Nazarbayev to stress he ‘understood’ critics and to say reforms would ‘take time’

    The newly knighted Sir Tony Blair is one of several well-paid western advisers who have burnished the image of Kazakhstan’s former ruler Nursultan Nazarbayev and his autocratic regime, now the target of angry protesters.

    Narzabayev invited Blair to give him strategic advice after Kazakh security forces shot dead 14 people during the country’s December 2011 anti-government uprising. The protesters in the western oil town of Zhanaozen were demanding higher wages.

    Continue reading...", - "category": "Kazakhstan", - "link": "https://www.theguardian.com/world/2022/jan/06/how-tony-blair-advised-former-kazakh-ruler-after-2011-uprising", - "creator": "Luke Harding", - "pubDate": "2022-01-06T16:41:23Z", + "title": "McConnell attacks US president’s ‘rant’ in favour of voting rights bill", + "description": "

    Senate Republican leader calls Joe Biden’s speech ‘incoherent, incorrect and beneath his office’

    Top Republican senator Mitch McConnell has attacked Joe Biden’s push for a voting rights bill, underscoring the difficulty the Democrats face attempting to steer legislation through Congress with a narrow majority.

    The US president has called for his party to jettison the Senate’s longstanding “filibuster” rule, which requires 60 of the 100 senators to agree to advance most legislation, a move that McConnell said would irreparably damage the chamber.

    Continue reading...", + "content": "

    Senate Republican leader calls Joe Biden’s speech ‘incoherent, incorrect and beneath his office’

    Top Republican senator Mitch McConnell has attacked Joe Biden’s push for a voting rights bill, underscoring the difficulty the Democrats face attempting to steer legislation through Congress with a narrow majority.

    The US president has called for his party to jettison the Senate’s longstanding “filibuster” rule, which requires 60 of the 100 senators to agree to advance most legislation, a move that McConnell said would irreparably damage the chamber.

    Continue reading...", + "category": "US voting rights", + "link": "https://www.theguardian.com/us-news/2022/jan/13/us-senator-attacks-bidens-rant-in-favour-of-voting-rights-bill", + "creator": "Reuters", + "pubDate": "2022-01-13T10:38:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275722,17 +280012,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "38359dda7775793a41168e74b4407c7e", + "hash": "05929b9a226b0b6e1fab422b0881b098", "highlights": [] }, { - "title": "‘Covid is affecting all of acute care – so the system sludges up’", - "description": "

    A hospital doctor in Yorkshire explains how Omicron is testing northern hospitals’ resources, with staff juggling beds to control infection and dealing with a huge influx of patients

    “Hospitals in the north of England are incredibly busy now, in particular because of Omicron. At the hospital where I work we’ve gone from 26 Covid inpatients on Boxing Day to 104 now.

    Unlike previous waves of Covid, only four people are being cared for in ICU, whereas in previous waves we were maxed out at 20 people in ICU. That’s good from the patients’ point of view. But it does stress the rest of the system, including the bit of the system I work in – acute medicine.

    Continue reading...", - "content": "

    A hospital doctor in Yorkshire explains how Omicron is testing northern hospitals’ resources, with staff juggling beds to control infection and dealing with a huge influx of patients

    “Hospitals in the north of England are incredibly busy now, in particular because of Omicron. At the hospital where I work we’ve gone from 26 Covid inpatients on Boxing Day to 104 now.

    Unlike previous waves of Covid, only four people are being cared for in ICU, whereas in previous waves we were maxed out at 20 people in ICU. That’s good from the patients’ point of view. But it does stress the rest of the system, including the bit of the system I work in – acute medicine.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/05/covid-is-affecting-all-of-acute-care-so-the-system-sludges-up", - "creator": "Nick Scriven", - "pubDate": "2022-01-05T21:13:31Z", + "title": "Boris Johnson’s future on a knife edge after No 10 party apology", + "description": "

    Senior Tories call on PM to resign after Downing Street garden party admission

    Boris Johnson’s premiership was hanging in the balance as Conservative MPs began openly calling for his resignation after he admitted attending a garden party in lockdown, claiming he thought it was a “work event”.

    Johnson delivered a carefully worded apology for attending the alcohol-fuelled gathering of up to 40 officials in May 2020, which was described in an email invitation as “socially distanced drinks” to enjoy the warm weather.

    Continue reading...", + "content": "

    Senior Tories call on PM to resign after Downing Street garden party admission

    Boris Johnson’s premiership was hanging in the balance as Conservative MPs began openly calling for his resignation after he admitted attending a garden party in lockdown, claiming he thought it was a “work event”.

    Johnson delivered a carefully worded apology for attending the alcohol-fuelled gathering of up to 40 officials in May 2020, which was described in an email invitation as “socially distanced drinks” to enjoy the warm weather.

    Continue reading...", + "category": "Boris Johnson", + "link": "https://www.theguardian.com/politics/2022/jan/12/boris-johnson-no-10-party-admission-lockdown", + "creator": "Heather Stewart, Peter Walker, Aubrey Allegretti and Rowena Mason", + "pubDate": "2022-01-12T21:52:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275744,17 +280034,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "830a159915cf097e0bd9e8df5431c85e", + "hash": "fc0d242145ce631970bccd37284a0650", "highlights": [] }, { - "title": "Poverty, inequality and corruption: why Kazakhstan’s former leader is no longer untouchable", - "description": "

    Analysis: Nursultan Nazarbayev, behind-the-scenes powerbroker, thought he found a way to step aside without risking retribution

    For years, Nursultan Nazarbayev has been used to performative adoration from the citizens of Kazakhstan. The country’s leader for nearly three decades, he was showered with praise and adulation at showpiece events, and his image smiled down from billboards across the country.

    When he stepped down in 2019, he was able to choose his successor, Kassym-Jomart Tokayev, and kept significant power as head of the security council and general behind-the-scenes powerbroker. He retained his official title of Elbasy, or leader of the nation.

    Continue reading...", - "content": "

    Analysis: Nursultan Nazarbayev, behind-the-scenes powerbroker, thought he found a way to step aside without risking retribution

    For years, Nursultan Nazarbayev has been used to performative adoration from the citizens of Kazakhstan. The country’s leader for nearly three decades, he was showered with praise and adulation at showpiece events, and his image smiled down from billboards across the country.

    When he stepped down in 2019, he was able to choose his successor, Kassym-Jomart Tokayev, and kept significant power as head of the security council and general behind-the-scenes powerbroker. He retained his official title of Elbasy, or leader of the nation.

    Continue reading...", - "category": "Kazakhstan", - "link": "https://www.theguardian.com/world/2022/jan/05/old-man-out-kazakhstan-discontent-to-change-leaders-legacy", - "creator": "Shaun Walker", - "pubDate": "2022-01-05T18:06:43Z", + "title": "Novak Djokovic included in delayed Australian Open draw as visa call wait continues", + "description": "
    • Serb drawn to play compatriot Miomir Kecmanović in first round
    • Immigration minister’s decision on world No 1 still pending

    Novak Djokovic has been confirmed in the official draw for the Australian Open, despite uncertainty over whether the government will cancel his visa for a second time.

    Australian immigration minister Alex Hawke is weighing exercising discretionary powers to revoke Djokovic’s visa, which could scuttle the Serb’s bid for a record 21st major title and 10th at Melbourne Park.

    Continue reading...", + "content": "
    • Serb drawn to play compatriot Miomir Kecmanović in first round
    • Immigration minister’s decision on world No 1 still pending

    Novak Djokovic has been confirmed in the official draw for the Australian Open, despite uncertainty over whether the government will cancel his visa for a second time.

    Australian immigration minister Alex Hawke is weighing exercising discretionary powers to revoke Djokovic’s visa, which could scuttle the Serb’s bid for a record 21st major title and 10th at Melbourne Park.

    Continue reading...", + "category": "Australian Open 2022", + "link": "https://www.theguardian.com/sport/2022/jan/13/australian-open-delayed-draw-novak-djokovic", + "creator": "Agencies", + "pubDate": "2022-01-13T06:02:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275766,17 +280056,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff60c337381d8669830de8755422528f", + "hash": "0f5a301dabb7f3aa76c15960404f07c0", "highlights": [] }, { - "title": "Bolton mother who killed herself and two daughters was ‘fixated on suicide’", - "description": "

    Coroner says case of Tiffany Stevens, 27, and her young children is ‘one of the saddest I have heard’

    A mother who was “fixated” on suicide for more than a decade fatally drugged her two young daughters before killing herself, an inquest has heard.

    Tiffany Stevens, from Bolton, had feared 18-month-old Darcey Stevens and three-year-old Casey-Lea Taylor would be put into care after her death, the inquest heard.

    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": "

    Coroner says case of Tiffany Stevens, 27, and her young children is ‘one of the saddest I have heard’

    A mother who was “fixated” on suicide for more than a decade fatally drugged her two young daughters before killing herself, an inquest has heard.

    Tiffany Stevens, from Bolton, had feared 18-month-old Darcey Stevens and three-year-old Casey-Lea Taylor would be put into care after her death, the inquest heard.

    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": "Bolton", - "link": "https://www.theguardian.com/uk-news/2022/jan/06/bolton-mother-killed-herself-and-two-daughters-inquest", - "creator": "Tom Ambrose", - "pubDate": "2022-01-06T20:15:01Z", + "title": "Hottest day on record in parts of Western Australia as temperature reaches 50C", + "description": "

    Mercury in Roebourne hits new high, according to the bureau of meteorology, as a severe weather warning issued in the state’s far-north

    Parts of Western Australia’s Pilbara region have sweltered through their hottest day on record with the temperature hitting 50C.

    The mercury in Roebourne soared to its new high just before 12.30pm on Thursday, according to the Bureau of Meteorology.

    Continue reading...", + "content": "

    Mercury in Roebourne hits new high, according to the bureau of meteorology, as a severe weather warning issued in the state’s far-north

    Parts of Western Australia’s Pilbara region have sweltered through their hottest day on record with the temperature hitting 50C.

    The mercury in Roebourne soared to its new high just before 12.30pm on Thursday, according to the Bureau of Meteorology.

    Continue reading...", + "category": "Australia weather", + "link": "https://www.theguardian.com/australia-news/2022/jan/13/hottest-day-on-record-in-parts-of-western-australia-as-temperature-reaches-50c", + "creator": "Australian Associated Press", + "pubDate": "2022-01-13T05:24:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275788,17 +280078,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0af81e4435b1b2420edaf67105e83700", + "hash": "c97f542e292c17b6c78d2c4541e3a1b6", "highlights": [] }, { - "title": "Morning mail: Djokovic in hotel detention, Trump’s ‘web of lies’, Kazakhstan protests", - "description": "

    Friday: Novak Djokovic’s time in immigration detention highlights plight of refugees held in same hotel. Plus: Norfolk Island grapples with its first Covid cases

    Good morning. Novak Djokovic awaits his Australian Open fate in a Melbourne immigration hotel. New South Wales hospitals are anticipating Covid-related admissions to triple. And deadly protests in Kazakhstan has hampered the bitcoin network.

    Novak Djokovic is awaiting his Australian Open fate in a Melbourne immigration hotel as he mounts a legal challenge against Australia’s decision to cancel his visa. Djokovic’s lawyers succeeded in a bid to stop him from being deported on Thursday with a full hearing in the federal court now scheduled for Monday. The tennis champion spent eight hours detained at Melbourne airport overnight before Australian Border Force officials announced he had been denied entry into the country on Thursday morning. They cited a failure to meet Australia’s Covid vaccination exemption requirements. Djokovic’s wrangling with authorities over entering Australia has inadvertently highlighted a different plight: those of the refugees and asylum seekers stuck for months, and years, at the Park Hotel which has been described by detainees as a “torture cell”. The Serbian president has accused Australia of “maltreatment” of the tennis star and Djokovic’s family said he is the victim of “a political agenda” aimed at “stomping on Serbia”.

    Continue reading...", - "content": "

    Friday: Novak Djokovic’s time in immigration detention highlights plight of refugees held in same hotel. Plus: Norfolk Island grapples with its first Covid cases

    Good morning. Novak Djokovic awaits his Australian Open fate in a Melbourne immigration hotel. New South Wales hospitals are anticipating Covid-related admissions to triple. And deadly protests in Kazakhstan has hampered the bitcoin network.

    Novak Djokovic is awaiting his Australian Open fate in a Melbourne immigration hotel as he mounts a legal challenge against Australia’s decision to cancel his visa. Djokovic’s lawyers succeeded in a bid to stop him from being deported on Thursday with a full hearing in the federal court now scheduled for Monday. The tennis champion spent eight hours detained at Melbourne airport overnight before Australian Border Force officials announced he had been denied entry into the country on Thursday morning. They cited a failure to meet Australia’s Covid vaccination exemption requirements. Djokovic’s wrangling with authorities over entering Australia has inadvertently highlighted a different plight: those of the refugees and asylum seekers stuck for months, and years, at the Park Hotel which has been described by detainees as a “torture cell”. The Serbian president has accused Australia of “maltreatment” of the tennis star and Djokovic’s family said he is the victim of “a political agenda” aimed at “stomping on Serbia”.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/2022/jan/07/morning-mail-djokovic-in-hotel-detention-trumps-web-of-lies-kazakhstan-protests", - "creator": "Melissa Godin", - "pubDate": "2022-01-06T20:01:55Z", + "title": "Prince Andrew: the lengthy and embarrassing legal ordeal ahead", + "description": "

    The lawsuit brought by Virginia Giuffre in Manhattan is likely to go to trial by jury, US legal experts say

    When a Manhattan judge rejected Prince Andrew’s efforts to dismiss Virginia Giuffre’s sexual abuse lawsuit against him on Wednesday, it marked a victory for his longtime accuser.

    Judge Lewis Kaplan’s ruling also means that the embattled royal will remain embroiled in lengthy – and embarrassing – legal proceedings for the foreseeable future.

    Continue reading...", + "content": "

    The lawsuit brought by Virginia Giuffre in Manhattan is likely to go to trial by jury, US legal experts say

    When a Manhattan judge rejected Prince Andrew’s efforts to dismiss Virginia Giuffre’s sexual abuse lawsuit against him on Wednesday, it marked a victory for his longtime accuser.

    Judge Lewis Kaplan’s ruling also means that the embattled royal will remain embroiled in lengthy – and embarrassing – legal proceedings for the foreseeable future.

    Continue reading...", + "category": "Prince Andrew", + "link": "https://www.theguardian.com/uk-news/2022/jan/12/prince-andrew-the-lengthy-and-embarrassing-legal-ordeal-ahead", + "creator": "Victoria Bekiempis in New York", + "pubDate": "2022-01-13T06:00:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275810,17 +280100,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ff5c52819df2e3afc5c6d4d6146036e", + "hash": "83925afc7e4598cb57d4e0cd2e35a1c1", "highlights": [] }, { - "title": "France fines Google and Facebook €210m over user tracking", - "description": "

    Data privacy watchdog says websites make it difficult for users to refuse cookies

    France’s data privacy watchdog has fined Google and Facebook a combined €210m (£176m) for hampering users’ ability to stop the companies tracking their online activity.

    The Commission Nationale de l’Informatique et des Libertés (CNIL) said on Thursday it had fined Google a record €150m for making it difficult for internet users to refuse cookies – small text files that build up a profile of a person’s web activity for commercial purposes. It fined Facebook €60m for the same reason.

    Continue reading...", - "content": "

    Data privacy watchdog says websites make it difficult for users to refuse cookies

    France’s data privacy watchdog has fined Google and Facebook a combined €210m (£176m) for hampering users’ ability to stop the companies tracking their online activity.

    The Commission Nationale de l’Informatique et des Libertés (CNIL) said on Thursday it had fined Google a record €150m for making it difficult for internet users to refuse cookies – small text files that build up a profile of a person’s web activity for commercial purposes. It fined Facebook €60m for the same reason.

    Continue reading...", - "category": "Data protection", - "link": "https://www.theguardian.com/technology/2022/jan/06/france-fines-google-and-facebook-210m-over-user-tracking-cookies", - "creator": "Dan Milmo and agency", - "pubDate": "2022-01-06T12:27:55Z", + "title": "Nasa begin months-long effort to focus James Webb space telescope", + "description": "

    The revolutionary new scope could provide a glimpse of the cosmos dating back billions of years, but first some painstaking adjustments are needed

    Nasa has embarked on the months-long, painstaking process of bringing its newly launched James Webb space telescope into focus, a task due for completion in time for the revolutionary eye in the sky to begin peering into the cosmos by early summer.

    Mission control engineers at Nasa’s Goddard space flight centre in Greenbelt, Maryland, began by sending their initial commands to tiny motors called actuators that slowly position and fine-tune the telescope’s principal mirror.

    Continue reading...", + "content": "

    The revolutionary new scope could provide a glimpse of the cosmos dating back billions of years, but first some painstaking adjustments are needed

    Nasa has embarked on the months-long, painstaking process of bringing its newly launched James Webb space telescope into focus, a task due for completion in time for the revolutionary eye in the sky to begin peering into the cosmos by early summer.

    Mission control engineers at Nasa’s Goddard space flight centre in Greenbelt, Maryland, began by sending their initial commands to tiny motors called actuators that slowly position and fine-tune the telescope’s principal mirror.

    Continue reading...", + "category": "Astronomy", + "link": "https://www.theguardian.com/science/2022/jan/13/nasa-begin-months-long-effort-to-bring-james-webb-space-telescope-into-focus", + "creator": "Reuters", + "pubDate": "2022-01-13T04:38:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275832,17 +280122,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "80b427c55210f84dc72ea694951ead78", + "hash": "37344e68c407ec51cca7ca429c2ea666", "highlights": [] }, { - "title": "‘Poor meat and ill-treated animals’: Spain in uproar over minister’s remarks", - "description": "

    Government distances itself from Alberto Garzón’s Guardian interview amid outrage in meat industry

    Claims by a Spanish government minister that factory farming is damaging the environment and leading to the export of poor-quality meat have provoked a furious backlash after his comments were published in the Guardian.

    In an interview published on Boxing Day, Alberto Garzón, the minister for consumer affairs, defended traditional grazing “as an environmentally sustainable means of cattle farming”.

    Continue reading...", - "content": "

    Government distances itself from Alberto Garzón’s Guardian interview amid outrage in meat industry

    Claims by a Spanish government minister that factory farming is damaging the environment and leading to the export of poor-quality meat have provoked a furious backlash after his comments were published in the Guardian.

    In an interview published on Boxing Day, Alberto Garzón, the minister for consumer affairs, defended traditional grazing “as an environmentally sustainable means of cattle farming”.

    Continue reading...", - "category": "Spain", - "link": "https://www.theguardian.com/world/2022/jan/06/spanish-minister-under-fire-after-mega-farm-claims-in-guardian", - "creator": "Stephen Burgen in Barcelona", - "pubDate": "2022-01-06T13:24:29Z", + "title": "Staffing at UK care homes 30% less than needed, survey finds", + "description": "

    National Care Forum also finds one in four homes have closed their doors to new admissions

    Care homes are missing a third of the staff they need and more than one in four have closed their doors to new admissions in a deepening labour crisis that is “putting safety and dignity at risk”.

    With thousands of care workers off sick with Covid on top of a rising number of vacancies, the situation in social care has become “grim, difficult and relentless”, according to the National Care Forum (NCF), which ran a survey of its not-for-profit care-home members.

    Continue reading...", + "content": "

    National Care Forum also finds one in four homes have closed their doors to new admissions

    Care homes are missing a third of the staff they need and more than one in four have closed their doors to new admissions in a deepening labour crisis that is “putting safety and dignity at risk”.

    With thousands of care workers off sick with Covid on top of a rising number of vacancies, the situation in social care has become “grim, difficult and relentless”, according to the National Care Forum (NCF), which ran a survey of its not-for-profit care-home members.

    Continue reading...", + "category": "Social care", + "link": "https://www.theguardian.com/society/2022/jan/13/staffing-at-uk-care-homes-30-less-than-needed-survey-finds", + "creator": "Robert Booth Social affairs correspondent", + "pubDate": "2022-01-13T06:00:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275854,17 +280144,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "839624df67eec3e9dfbc9fd7f6a38990", + "hash": "a7d8b16672c8216d44baca3e06d85511", "highlights": [] }, { - "title": "French Dakar rally driver out of coma as team say bomb caused blast", - "description": "

    Saudi authorities accused of trying to cover up cause of explosion which left Philippe Boutron badly injured

    A French rally driver who was seriously injured in an explosion in Jeddah last week has emerged from a coma, while his team have claimed Saudi Arabian authorities are trying to cover up the cause of the incident.

    Philippe Boutron sustained serious injuries in the blast outside a hotel near Jeddah’s international airport a week ago. The explosion damaged a support vehicle he was driving for the Sodicars Racing team that was competing in the Dakar rally.

    Continue reading...", - "content": "

    Saudi authorities accused of trying to cover up cause of explosion which left Philippe Boutron badly injured

    A French rally driver who was seriously injured in an explosion in Jeddah last week has emerged from a coma, while his team have claimed Saudi Arabian authorities are trying to cover up the cause of the incident.

    Philippe Boutron sustained serious injuries in the blast outside a hotel near Jeddah’s international airport a week ago. The explosion damaged a support vehicle he was driving for the Sodicars Racing team that was competing in the Dakar rally.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2022/jan/06/french-dakar-rally-driver-out-of-coma-as-team-says-bomb-caused-blast", - "creator": "Kim Willsher in Paris", - "pubDate": "2022-01-06T15:08:07Z", + "title": "2021 was worst year on record for online child sex abuse, says IWF", + "description": "

    Watchdog says younger children were targeted by online predators on an industrial scale during lockdowns

    Internet grooming of children has surged during lockdown, according to new research that found a threefold increase in online sexual abuse imagery featuring seven to 10-year-olds.

    The Internet Watch Foundation reported its worst year on record for child sex abuse online in 2021 as it confirmed 252,000 URLs containing images or videos of children being sexually abused, compared with 153,000 in the previous year. The UK-based charity said it had seen a large increase in self-generated material – where children are manipulated into recording their own abuse before it is shared online – with the fastest growing increase in such material occurring among seven to 10-year-olds.

    Continue reading...", + "content": "

    Watchdog says younger children were targeted by online predators on an industrial scale during lockdowns

    Internet grooming of children has surged during lockdown, according to new research that found a threefold increase in online sexual abuse imagery featuring seven to 10-year-olds.

    The Internet Watch Foundation reported its worst year on record for child sex abuse online in 2021 as it confirmed 252,000 URLs containing images or videos of children being sexually abused, compared with 153,000 in the previous year. The UK-based charity said it had seen a large increase in self-generated material – where children are manipulated into recording their own abuse before it is shared online – with the fastest growing increase in such material occurring among seven to 10-year-olds.

    Continue reading...", + "category": "Online abuse", + "link": "https://www.theguardian.com/society/2022/jan/13/2021-was-worst-year-on-record-for-online-child-sex-abuse-says-iwf", + "creator": "Dan Milmo Global technology editor", + "pubDate": "2022-01-13T06:00:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275876,17 +280166,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4dbcc8e3371eff330cda231ecc26b33a", + "hash": "3db21a4d5e5f962a805e3589f8caa656", "highlights": [] }, { - "title": "Colston Four acquittal raises doubts about 10-year jail term proposal", - "description": "

    Legal experts say new law would mean all cases about monument damage go before juries

    The acquittal of the Colston Four raises questions about new laws imposing 10-year jail terms for the toppling of statues, legal experts have said.

    On Wednesday, three men and a woman who helped pull down a monument to the slave trader Edward Colston at a 2020 Black Lives Matter protest were found not guilty by a jury on the grounds that they had a lawful excuse.

    Continue reading...", - "content": "

    Legal experts say new law would mean all cases about monument damage go before juries

    The acquittal of the Colston Four raises questions about new laws imposing 10-year jail terms for the toppling of statues, legal experts have said.

    On Wednesday, three men and a woman who helped pull down a monument to the slave trader Edward Colston at a 2020 Black Lives Matter protest were found not guilty by a jury on the grounds that they had a lawful excuse.

    Continue reading...", - "category": "Law", - "link": "https://www.theguardian.com/law/2022/jan/06/colston-four-acquittal-raises-doubts-about-10-year-jail-term-proposal", - "creator": "Damien Gayle", - "pubDate": "2022-01-06T18:48:51Z", + "title": "Covid news live: Boris Johnson urged to resign after No 10 party apology; teachers in France to strike over Covid rules for schools", + "description": "

    Senior Tories call on UK PM to resign as his premiership hangs in the balance after garden party admission; up to three-quarters of teachers in France plan to walk off the job today

    Daily coronavirus cases in Japan have exceeded 13,000 for the first time in more than four months, as the country confronts a sixth wave of infections driven by the Omicron variant.

    It reported 13,244 new cases on Wednesday, including 2,198 in Tokyo and 1,711 in Osaka. The number of new infections in the Japanese capital was more than double that recorded the previous day and a fivefold increase from the same day the previous week.

    Continue reading...", + "content": "

    Senior Tories call on UK PM to resign as his premiership hangs in the balance after garden party admission; up to three-quarters of teachers in France plan to walk off the job today

    Daily coronavirus cases in Japan have exceeded 13,000 for the first time in more than four months, as the country confronts a sixth wave of infections driven by the Omicron variant.

    It reported 13,244 new cases on Wednesday, including 2,198 in Tokyo and 1,711 in Osaka. The number of new infections in the Japanese capital was more than double that recorded the previous day and a fivefold increase from the same day the previous week.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/13/covid-news-live-us-deaths-rise-40-on-last-week-cdc-says-german-chancellor-calls-for-mandatory-vaccination-of-all-adults", + "creator": "Samantha Lock", + "pubDate": "2022-01-13T06:24:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275898,17 +280188,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c90d1df1303aaabf44539358a372610e", + "hash": "9d6a152f9c76ceefa1c64c44bfb0e336", "highlights": [] }, { - "title": "Flu levels remain low in UK despite spread of Omicron, data shows", - "description": "

    Cases of people infected at same time with both viruses have been reported in some countries

    Levels of flu remain low in the UK despite Covid cases rising considerably over Christmas and the new year, official data shows.

    The Omicron variant of coronavirus has spread rapidly around the UK, leading to a sharp rise in infections and, subsequently, hospitalisations. According to figures from the Office for National Statistics released on Wednesday, one in 15 people in England had Covid in the week ending 31 December, rising to one in 10 in London.

    Continue reading...", - "content": "

    Cases of people infected at same time with both viruses have been reported in some countries

    Levels of flu remain low in the UK despite Covid cases rising considerably over Christmas and the new year, official data shows.

    The Omicron variant of coronavirus has spread rapidly around the UK, leading to a sharp rise in infections and, subsequently, hospitalisations. According to figures from the Office for National Statistics released on Wednesday, one in 15 people in England had Covid in the week ending 31 December, rising to one in 10 in London.

    Continue reading...", - "category": "Flu", - "link": "https://www.theguardian.com/society/2022/jan/06/flu-levels-remain-low-in-uk-despite-spread-of-omicron-data-shows", - "creator": "Nicola Davis Science correspondent", - "pubDate": "2022-01-06T15:50:59Z", + "title": "‘Not the cruise I signed up for’: 30-fold increase in Covid cases upends industry", + "description": "

    The surge has led to passengers stranded on ships, staff shortages and tour cancelations in addition to ports turning ships away

    A surge in Covid infections on cruise ships is causing mayhem across the industry, leaving passengers stranded aboard ships, exacerbating staff shortages and prompting the CDC to warn US passengers against all cruise travel.

    The CDC director said this week that Covid cases have increased 30-fold in just two weeks. Every one of the nearly 100 cruise ships currently carrying passengers in US waters has reported enough Covid-19 cases to merit investigation by the CDC, according to the agency’s website.

    Continue reading...", + "content": "

    The surge has led to passengers stranded on ships, staff shortages and tour cancelations in addition to ports turning ships away

    A surge in Covid infections on cruise ships is causing mayhem across the industry, leaving passengers stranded aboard ships, exacerbating staff shortages and prompting the CDC to warn US passengers against all cruise travel.

    The CDC director said this week that Covid cases have increased 30-fold in just two weeks. Every one of the nearly 100 cruise ships currently carrying passengers in US waters has reported enough Covid-19 cases to merit investigation by the CDC, according to the agency’s website.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/12/cruise-covid-cases-ship-industry", + "creator": "Erin McCormick", + "pubDate": "2022-01-13T06:00:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275920,17 +280210,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "48325b788a34224097b39838f2dc3ec4", + "hash": "7a109c16a2b14ba5dde5e3c530a07680", "highlights": [] }, { - "title": "Ex-SNP MP Margaret Ferrier to stand trial over alleged Covid breach", - "description": "

    Politician is accused of travelling from Glasgow to London despite knowing she had symptoms of virus

    The former Scottish National party MP Margaret Ferrier will stand trial in August accused of travelling from Glasgow to London in September 2020 knowing she had symptoms of coronavirus and wilfully exposing others to the risk of infection.

    Ferrier pleaded not guilty to the single charge on Thursday morning at Glasgow sheriff court.

    Continue reading...", - "content": "

    Politician is accused of travelling from Glasgow to London despite knowing she had symptoms of virus

    The former Scottish National party MP Margaret Ferrier will stand trial in August accused of travelling from Glasgow to London in September 2020 knowing she had symptoms of coronavirus and wilfully exposing others to the risk of infection.

    Ferrier pleaded not guilty to the single charge on Thursday morning at Glasgow sheriff court.

    Continue reading...", - "category": "Scotland", - "link": "https://www.theguardian.com/uk-news/2022/jan/06/ex-snp-mp-margaret-ferrier-stand-trial-alleged-covid-breach", - "creator": "Libby Brooks Scotland correspondent", - "pubDate": "2022-01-06T13:04:26Z", + "title": "Omicron so contagious most Americans will get Covid, top US health officials say", + "description": "

    FDA head Janet Woodcock says most people will become infected, while Fauci says variant will ‘ultimately find just about everybody’

    Federal health authorities in America have said the Omicron Covid-19 variant is so contagious it is likely most people in the US will be infected, and compared the pandemic to a “natural disaster”.

    Authorities said even as Omicron shatters records for new cases, they are hopeful the surge will quickly subside, and said the US needs to focus on ensuring hospital systems do not collapse amid the surge.

    Continue reading...", + "content": "

    FDA head Janet Woodcock says most people will become infected, while Fauci says variant will ‘ultimately find just about everybody’

    Federal health authorities in America have said the Omicron Covid-19 variant is so contagious it is likely most people in the US will be infected, and compared the pandemic to a “natural disaster”.

    Authorities said even as Omicron shatters records for new cases, they are hopeful the surge will quickly subside, and said the US needs to focus on ensuring hospital systems do not collapse amid the surge.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/12/omicron-covid-contagious-janet-woodcock-fauci", + "creator": "Jessica Glenza", + "pubDate": "2022-01-12T21:22:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275942,17 +280232,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b1776a6910eef1d98af529ddd73fe55", + "hash": "16505a83834fad765667fe4a13af9d8f", "highlights": [] }, { - "title": "‘Shame, ageism and nudity – there’s a lot to identify with’: actor David Pevsner on his memoir", - "description": "

    Having survived teen shame and the Aids crisis, the Broadway actor – and erstwhile escort – is now blazing a trail for silver sexuality

    There were things in the first draft of his memoir, says David Pevsner, that his editor thought were “maybe TMI, maybe a bridge too far”. I can’t begin to imagine what was deemed unacceptable, because there is TMI – sample line: “I have always been a copious ejaculator” – on just about every page of Damn Shame, an entertaining, touching and absolutely filthy book. My goodness, the filth! “There is that,” he says with a laugh.

    Pevsner describes himself, self-deprecatingly, as “a minor player in the entertainment biz”; he’s had small roles in big TV dramas such as Grey’s Anatomy and Modern Family, and bigger roles in small ones. He has been on Broadway, touring productions and off-Broadway hits. He’s not a well-known face, though if you’re a subscriber to his OnlyFans account, where he shares erotic photos and videos of himself, you will be very familiar with his body; Pevsner is, I believe, the only person I’ve interviewed whose erection I have seen. Along the way, to supplement his theatre salary, he has been an escort and a “naked maid”, which had things in common with sex work while also including vacuuming (not a euphemism). He appears, smiling and charming (and dressed), over Zoom from his home in Los Angeles.

    Continue reading...", - "content": "

    Having survived teen shame and the Aids crisis, the Broadway actor – and erstwhile escort – is now blazing a trail for silver sexuality

    There were things in the first draft of his memoir, says David Pevsner, that his editor thought were “maybe TMI, maybe a bridge too far”. I can’t begin to imagine what was deemed unacceptable, because there is TMI – sample line: “I have always been a copious ejaculator” – on just about every page of Damn Shame, an entertaining, touching and absolutely filthy book. My goodness, the filth! “There is that,” he says with a laugh.

    Pevsner describes himself, self-deprecatingly, as “a minor player in the entertainment biz”; he’s had small roles in big TV dramas such as Grey’s Anatomy and Modern Family, and bigger roles in small ones. He has been on Broadway, touring productions and off-Broadway hits. He’s not a well-known face, though if you’re a subscriber to his OnlyFans account, where he shares erotic photos and videos of himself, you will be very familiar with his body; Pevsner is, I believe, the only person I’ve interviewed whose erection I have seen. Along the way, to supplement his theatre salary, he has been an escort and a “naked maid”, which had things in common with sex work while also including vacuuming (not a euphemism). He appears, smiling and charming (and dressed), over Zoom from his home in Los Angeles.

    Continue reading...", - "category": "Stage", - "link": "https://www.theguardian.com/stage/2022/jan/06/shame-ageism-and-nudity-theres-a-lot-to-identify-with-actor-david-pevsner-on-his-memoir", - "creator": "Emine Saner", - "pubDate": "2022-01-06T14:00:05Z", + "title": "Quebec health tax for unvaccinated residents prompts fierce Covid debate", + "description": "
    • ‘Health contribution’ for those who do not want Covid vaccine
    • Critics warn move could target vulnerable members of society

    Quebec’s announcement that it will impose a healthcare tax on unvaccinated residents has prompted a fierce debate, as the province looks to salvage its crumbing healthcare system amid the latest wave of the coronavirus.

    The Canadian province’s premier, François Legault, said on Tuesday that those who had chosen to remain unvaccinated would pay a “health contribution”, acknowledging growing friction in the province as the unvaccinated draw on a greater share of the scarce medical resources.

    Continue reading...", + "content": "
    • ‘Health contribution’ for those who do not want Covid vaccine
    • Critics warn move could target vulnerable members of society

    Quebec’s announcement that it will impose a healthcare tax on unvaccinated residents has prompted a fierce debate, as the province looks to salvage its crumbing healthcare system amid the latest wave of the coronavirus.

    The Canadian province’s premier, François Legault, said on Tuesday that those who had chosen to remain unvaccinated would pay a “health contribution”, acknowledging growing friction in the province as the unvaccinated draw on a greater share of the scarce medical resources.

    Continue reading...", + "category": "Canada", + "link": "https://www.theguardian.com/world/2022/jan/12/quebec-health-tax-unvaccinated-residents-canada", + "creator": "Leyland Ceccoin Toronto", + "pubDate": "2022-01-12T17:32:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275964,17 +280254,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef3773b2c04b1077e18aa15eb8a2ef11", + "hash": "6fda99abf6a77fc0b04297f27ac83080", "highlights": [] }, { - "title": "‘Bristolians feel very connected to the event’: local reaction to Colston verdict", - "description": "

    There was a supportive mood for the statue topplers in a city known for its political activism

    Melody Beard will forever rue the moment she took her youngest daughter to use the toilet and missed the statue of slave-trader Edward Colston being thrown into Bristol’s harbour.

    The 40-year-old had, like many on that day, joined protests in the city’s centre, along with her husband and two children.

    Continue reading...", - "content": "

    There was a supportive mood for the statue topplers in a city known for its political activism

    Melody Beard will forever rue the moment she took her youngest daughter to use the toilet and missed the statue of slave-trader Edward Colston being thrown into Bristol’s harbour.

    The 40-year-old had, like many on that day, joined protests in the city’s centre, along with her husband and two children.

    Continue reading...", - "category": "Bristol", - "link": "https://www.theguardian.com/uk-news/2022/jan/06/bristol-reaction-colston-statue-verdict", - "creator": "Jamie Grierson", - "pubDate": "2022-01-06T17:42:25Z", + "title": "Dare I whisper it? I’m really enjoying And Just Like That", + "description": "

    The Sex and the City sequel has taken a while to settle into its new skin. But, despite its many flaws, it is developing new charms of its own

    And Just Like That did not have the smoothest of landings. The Sex and the City sequel found itself draped in controversy from the moment its return was announced. There would be no Samantha Jones, with the core group reduced to a trio, after Kim Cattrall did not return to the franchise. (Was she invited? Did she decline? I look forward to an inevitable Ryan Murphy dramatisation of events – Feud: Cosmos and Cupcakes.) The films had been middling, then terrible, then a third thankfully ditched before it got too far. Could a series that was built on being so brassy and brash survive in the tetchy 2020s?

    Then it finally arrived, and the drama rolled on. The big twist, or the Big twist, at the end of episode one was briefly a moment, controversial largely for the fact that instead of weeping and hugging her still-conscious husband as he had a heart attack, Carrie might have considered calling an ambulance instead. To think that the reputation of Peloton was the main topic of conversation. Shortly after it aired, allegations of sexual assault were made against Chris Noth by multiple women. He issued a denial, but his co-stars published a message of support for his accusers, and a rumoured cameo at the end of the season was reportedly scrapped.

    Continue reading...", + "content": "

    The Sex and the City sequel has taken a while to settle into its new skin. But, despite its many flaws, it is developing new charms of its own

    And Just Like That did not have the smoothest of landings. The Sex and the City sequel found itself draped in controversy from the moment its return was announced. There would be no Samantha Jones, with the core group reduced to a trio, after Kim Cattrall did not return to the franchise. (Was she invited? Did she decline? I look forward to an inevitable Ryan Murphy dramatisation of events – Feud: Cosmos and Cupcakes.) The films had been middling, then terrible, then a third thankfully ditched before it got too far. Could a series that was built on being so brassy and brash survive in the tetchy 2020s?

    Then it finally arrived, and the drama rolled on. The big twist, or the Big twist, at the end of episode one was briefly a moment, controversial largely for the fact that instead of weeping and hugging her still-conscious husband as he had a heart attack, Carrie might have considered calling an ambulance instead. To think that the reputation of Peloton was the main topic of conversation. Shortly after it aired, allegations of sexual assault were made against Chris Noth by multiple women. He issued a denial, but his co-stars published a message of support for his accusers, and a rumoured cameo at the end of the season was reportedly scrapped.

    Continue reading...", + "category": "Television", + "link": "https://www.theguardian.com/tv-and-radio/2022/jan/12/dare-i-whisper-it-im-really-enjoying-and-just-like-that", + "creator": "Rebecca Nicholson", + "pubDate": "2022-01-12T16:04:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -275982,21 +280272,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "116454cea8899b5757b8d8b40aa91263", + "hash": "fa3d1f0e8434e6122c3ba553ee3f6c40", "highlights": [] }, { - "title": "Brazil’s bars choose their customers for their politics as election nears", - "description": "

    Unjabbed supporters of President Bolsonaro are banned from some pubs – but elsewhere fans can buy pizza named after him

    Jana Santos has an unambiguous message for Jair Bolsonaro-supporting anti-vaxxers who want to sup a Moscow Mule or Caipirinha at her bar in south Brazil.

    “Don’t come. We don’t want you here,” said the mixologist and bar owner who recently placed a placard at its entrance instructing unvaccinated Bolsonaristas to steer clear.

    Continue reading...", - "content": "

    Unjabbed supporters of President Bolsonaro are banned from some pubs – but elsewhere fans can buy pizza named after him

    Jana Santos has an unambiguous message for Jair Bolsonaro-supporting anti-vaxxers who want to sup a Moscow Mule or Caipirinha at her bar in south Brazil.

    “Don’t come. We don’t want you here,” said the mixologist and bar owner who recently placed a placard at its entrance instructing unvaccinated Bolsonaristas to steer clear.

    Continue reading...", - "category": "Brazil", - "link": "https://www.theguardian.com/world/2022/jan/06/brazils-bars-choose-their-customers-for-their-politics-as-election-nears", - "creator": "Tom Phillips in Rio de Janeiro and Ouro Preto do Oeste", - "pubDate": "2022-01-06T05:00:54Z", + "title": "Home Office tells Afghan and Yemeni asylum seekers they can return safely", + "description": "

    Rejection of men’s claims was against UK guidance not to force returns to Afghanistan and Yemen

    The Home Office has told asylum seekers from some of the world’s biggest conflict zones that it is safe for them to return there, the Guardian has learned.

    A 36-year-old from Yemen and a 21-year-old from Afghanistan have both had their asylum claims rejected by government officials on the basis that they would not be at risk in their home countries.

    Continue reading...", + "content": "

    Rejection of men’s claims was against UK guidance not to force returns to Afghanistan and Yemen

    The Home Office has told asylum seekers from some of the world’s biggest conflict zones that it is safe for them to return there, the Guardian has learned.

    A 36-year-old from Yemen and a 21-year-old from Afghanistan have both had their asylum claims rejected by government officials on the basis that they would not be at risk in their home countries.

    Continue reading...", + "category": "Immigration and asylum", + "link": "https://www.theguardian.com/uk-news/2022/jan/13/home-office-tells-afghan-and-yemeni-asylum-seekers-they-can-return-safely", + "creator": "Diane Taylor", + "pubDate": "2022-01-13T06:00:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276008,17 +280298,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c20cbadf5e1ca977cca29abbb24ebc7", + "hash": "6618d340134eb44fca0bcbf7d3a078d7", "highlights": [] }, { - "title": "MI6 chief thanks China for ‘free publicity’ after James Bond spoof", - "description": "

    Rare response from Richard Moore comes after state news agency posted video mocking western intelligence

    Britain’s spy chief has thanked China’s state news agency for “free publicity” after it posted a James Bond spoof that mocked the western intelligence community’s growing focus on threats posed by Beijing.

    The rare response by the head of MI6, Richard Moore, on Thursday comes as China and Britain clash over Beijing’s treatment of its Uyghur minority and creeping authoritarianism in the former British colony of Hong Kong.

    Continue reading...", - "content": "

    Rare response from Richard Moore comes after state news agency posted video mocking western intelligence

    Britain’s spy chief has thanked China’s state news agency for “free publicity” after it posted a James Bond spoof that mocked the western intelligence community’s growing focus on threats posed by Beijing.

    The rare response by the head of MI6, Richard Moore, on Thursday comes as China and Britain clash over Beijing’s treatment of its Uyghur minority and creeping authoritarianism in the former British colony of Hong Kong.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2022/jan/06/mi6-chief-thanks-china-for-free-publicity-after-james-bond-spoof", - "creator": "Agence France-Presse in Beijing", - "pubDate": "2022-01-06T09:02:05Z", + "title": "Chuck Schumer outlines loophole to open debate on voting rights bill", + "description": "

    A strategy involving a ‘shell’ bill would allow Democrats to evade an initial filibuster from Republicans seeking to block the debate

    Lacking the votes to change the filibuster rules that have stalled their sweeping voting rights legislation, Senate Democrats are pushing ahead with a new strategy that would utilize an unusual loophole maneuver to open debate on the bills.

    Senate majority leader Chuck Schumer outlined the plan in a memo obtained by the Associated Press and others on Wednesday, on the eve of Joe Biden’s visit to meet privately with Senate Democrats about the path forward.

    Continue reading...", + "content": "

    A strategy involving a ‘shell’ bill would allow Democrats to evade an initial filibuster from Republicans seeking to block the debate

    Lacking the votes to change the filibuster rules that have stalled their sweeping voting rights legislation, Senate Democrats are pushing ahead with a new strategy that would utilize an unusual loophole maneuver to open debate on the bills.

    Senate majority leader Chuck Schumer outlined the plan in a memo obtained by the Associated Press and others on Wednesday, on the eve of Joe Biden’s visit to meet privately with Senate Democrats about the path forward.

    Continue reading...", + "category": "US voting rights", + "link": "https://www.theguardian.com/us-news/2022/jan/12/chuck-schumer-voting-rights-bill-debate", + "creator": "Maanvi Singh and agencies", + "pubDate": "2022-01-13T01:44:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276030,17 +280320,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "464660a788645f713c027940ddcb922b", + "hash": "5028fc25d21d0e6a76ab070ec9c5ec30", "highlights": [] }, { - "title": "Island hideaway: has the endangered mahogany glider found a new home off the Great Barrier Reef?", - "description": "

    With less than 2,000 gliders left on the mainland, environmentalists hope the elusive marsupial has been making a Queensland island its home

    If there has been rain and it’s after dark, Daryl Dickson listens for a shower of drops bumped loose from the leaves above.

    When it’s dry, it could be the faint sound of the caps of bloodwood blossoms landing on her roof that sends her off to grab a torch and catch a glimpse of one of her elusive marsupial neighbours.

    Continue reading...", - "content": "

    With less than 2,000 gliders left on the mainland, environmentalists hope the elusive marsupial has been making a Queensland island its home

    If there has been rain and it’s after dark, Daryl Dickson listens for a shower of drops bumped loose from the leaves above.

    When it’s dry, it could be the faint sound of the caps of bloodwood blossoms landing on her roof that sends her off to grab a torch and catch a glimpse of one of her elusive marsupial neighbours.

    Continue reading...", - "category": "Queensland", - "link": "https://www.theguardian.com/australia-news/2022/jan/07/island-hideaway-has-the-endangered-mahogany-glider-found-a-new-home-off-the-great-barrier-reef", - "creator": "Graham Readfearn", - "pubDate": "2022-01-06T16:30:17Z", + "title": "Australia news live update: no decision on Novak Djokovic visa, PM says; more than 145,000 Covid cases and 53 deaths recorded nationally", + "description": "

    Scott Morrison announces widespread easing of close contact isolation rules; no decision on Novak Djokovic visa status after Australian Open draw delayed; NSW records 92,264 Covid cases and 22 deaths; Victoria reports 37,169 cases and 25 deaths; Queensland records 14,914 cases, six deaths; ACT reports 1,020 cases, NT 550; more than 3,800 Covid hospitalisations. Follow all the day’s news

    Anthony Albanese is laying the blame of Australia’s Covid predicament squarely at Scott Morrison’s feet:

    How is it we have got to this point? The rapid antigen tests were approved last September.

    The national plan made it clear that once we opened up there would be an increased number of infections and we needed to make sure we planned for it. We needed Scott Morrison to do his job.

    Working people have been saying that they needed access to testing, for example, for months after months. The Transport Workers’ Union wrote to the government last September about supply chains and the disruptions that could occur if they didn’t get access to rapid antigen tests and now we know this government only ordered en masse rapid antigen tests this week. It’s extraordinary their complacency.

    We have had a grand slam of failures from this government, whether it’s tracing, testing, and quarantine. On each occasion they wait until ... a problem becomes a crisis before Scott Morrison acts.

    Continue reading...", + "content": "

    Scott Morrison announces widespread easing of close contact isolation rules; no decision on Novak Djokovic visa status after Australian Open draw delayed; NSW records 92,264 Covid cases and 22 deaths; Victoria reports 37,169 cases and 25 deaths; Queensland records 14,914 cases, six deaths; ACT reports 1,020 cases, NT 550; more than 3,800 Covid hospitalisations. Follow all the day’s news

    Anthony Albanese is laying the blame of Australia’s Covid predicament squarely at Scott Morrison’s feet:

    How is it we have got to this point? The rapid antigen tests were approved last September.

    The national plan made it clear that once we opened up there would be an increased number of infections and we needed to make sure we planned for it. We needed Scott Morrison to do his job.

    Working people have been saying that they needed access to testing, for example, for months after months. The Transport Workers’ Union wrote to the government last September about supply chains and the disruptions that could occur if they didn’t get access to rapid antigen tests and now we know this government only ordered en masse rapid antigen tests this week. It’s extraordinary their complacency.

    We have had a grand slam of failures from this government, whether it’s tracing, testing, and quarantine. On each occasion they wait until ... a problem becomes a crisis before Scott Morrison acts.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/13/australia-news-live-update-national-cabinet-nsw-covid-cases-coronavirus-vaccine-novak-djokovic-alex-hawke-visa-tennis-australian-open-victoria-qld-morrison", + "creator": "Nino Bucci (now) and Matilda Boseley (earlier)", + "pubDate": "2022-01-13T06:22:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276052,17 +280342,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "580f7bd987c38a906be16440791fd44a", + "hash": "8e9005ddc07299c0f82ee847cbcc612a", "highlights": [] }, { - "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", + "title": "Calls for release of Kabul University professor detained by Taliban", + "description": "

    Prof Faizullah Jalal, an outspoken critic of Afghanistan’s ruling group, was arrested for alleged remarks on social media

    Supporters of a prominent university professor, and one of Afghanistan’s most vocal critics of the Taliban, are calling for his release after he was arrested on Saturday.

    Faizullah Jalal, a professor at Kabul University, was detained by the Taliban after the group claimed he was responsible for a series of messages on social media attacking them.

    Continue reading...", + "content": "

    Prof Faizullah Jalal, an outspoken critic of Afghanistan’s ruling group, was arrested for alleged remarks on social media

    Supporters of a prominent university professor, and one of Afghanistan’s most vocal critics of the Taliban, are calling for his release after he was arrested on Saturday.

    Faizullah Jalal, a professor at Kabul University, was detained by the Taliban after the group claimed he was responsible for a series of messages on social media attacking them.

    Continue reading...", + "category": "Taliban", + "link": "https://www.theguardian.com/global-development/2022/jan/10/calls-for-release-of-kabul-university-professor-detained-by-taliban", + "creator": "Ruchi Kumar", + "pubDate": "2022-01-10T16:45:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276074,17 +280364,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c7169602f1229a5ff1cdc08310ac677", + "hash": "f0c20f2f086ba5d01fe30d19f97b3bb0", "highlights": [] }, { - "title": "Gatwick IT glitch stops flights landing or taking off during peak period", - "description": "

    Diversions and delays as air traffic controllers forced to switch to backup system at airport

    A computer glitch at the Gatwick control tower left flights unable to land or take off at Britain’s second biggest airport during the morning peak.

    Three planes were diverted to other London airports as controllers from Air Navigation Services were forced to shut down the malfunctioning IT and guide planes in under a backup system.

    Continue reading...", - "content": "

    Diversions and delays as air traffic controllers forced to switch to backup system at airport

    A computer glitch at the Gatwick control tower left flights unable to land or take off at Britain’s second biggest airport during the morning peak.

    Three planes were diverted to other London airports as controllers from Air Navigation Services were forced to shut down the malfunctioning IT and guide planes in under a backup system.

    Continue reading...", - "category": "Gatwick airport", - "link": "https://www.theguardian.com/uk-news/2022/jan/06/gatwick-it-glitch-stops-flights-landing-taking-off-london-airport", - "creator": "Gwyn Topham Transport correspondent", - "pubDate": "2022-01-06T13:46:16Z", + "title": "20 May 2020: what was UK doing while No 10 aide organised a party?", + "description": "

    At the time, there was no mixing indoors, non-essential shops were shut, and hospitality businesses remained closed

    To many, May 2020 may feel like a lifetime ago, so much has happened in the last 20 months of the Covid-19 pandemic.

    On 20 May 2020, when the prime minister’s private secretary was inviting colleagues to bring their own booze for socially distanced drinks in the No 10 garden to “make the most of this lovely weather”, the rest of the country was in a very different position.

    Continue reading...", + "content": "

    At the time, there was no mixing indoors, non-essential shops were shut, and hospitality businesses remained closed

    To many, May 2020 may feel like a lifetime ago, so much has happened in the last 20 months of the Covid-19 pandemic.

    On 20 May 2020, when the prime minister’s private secretary was inviting colleagues to bring their own booze for socially distanced drinks in the No 10 garden to “make the most of this lovely weather”, the rest of the country was in a very different position.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/10/20-may-2020-what-was-uk-doing-while-no-10-aide-organised-a-party", + "creator": "Jamie Grierson", + "pubDate": "2022-01-10T19:53:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276096,17 +280386,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "673fd4ac35ab280f76e209fde0438198", + "hash": "4388c452719b5cb3e4a0ee4838071b32", "highlights": [] }, { - "title": "Bristol mayor: Colston Four verdict has little to do with drive to tackle racism", - "description": "

    Marvin Rees rejects claim he should have removed statue, saying he could not afford to waste political capital on issue

    The verdict in the trial of the Colston Four has little to do with efforts to tackle racism in Bristol, the city’s mayor has said as he defended himself against criticism for not acting sooner over the statue of the slave trader Edward Colston.

    Speaking to the Guardian after three men and a woman were cleared of criminal damage in toppling the statue in 2020, Marvin Rees said the fate of the statue was symbolic but he had “no reaction” to the verdict.

    Continue reading...", - "content": "

    Marvin Rees rejects claim he should have removed statue, saying he could not afford to waste political capital on issue

    The verdict in the trial of the Colston Four has little to do with efforts to tackle racism in Bristol, the city’s mayor has said as he defended himself against criticism for not acting sooner over the statue of the slave trader Edward Colston.

    Speaking to the Guardian after three men and a woman were cleared of criminal damage in toppling the statue in 2020, Marvin Rees said the fate of the statue was symbolic but he had “no reaction” to the verdict.

    Continue reading...", - "category": "Bristol", - "link": "https://www.theguardian.com/uk-news/2022/jan/06/bristol-mayor-colston-four-verdict-has-little-to-do-with-drive-to-tackle-racism", - "creator": "Damien Gayle", - "pubDate": "2022-01-06T15:39:40Z", + "title": "Nato chief warns of ‘real risk of conflict’ as talks with Russia over Ukraine end", + "description": "

    US says it has heard nothing new from Moscow in four hours of talks aiming to defuse crisis

    Nato discussions with Russia have concluded with no sign of progress towards narrowing substantial differences or defusing the crisis over Ukraine, and with the alliance’s secretary general warning “there is a real risk for a new armed conflict in Europe”.

    After four hours of talks, the US delegation leader, the deputy secretary of state, Wendy Sherman, said she had heard nothing in Brussels that differed from the Kremlin position laid out at bilateral talks in Geneva, demanding a guaranteed end to Nato expansion and a withdrawal of alliance troops in formerly Soviet bloc countries that joined the alliance after 1997.

    Continue reading...", + "content": "

    US says it has heard nothing new from Moscow in four hours of talks aiming to defuse crisis

    Nato discussions with Russia have concluded with no sign of progress towards narrowing substantial differences or defusing the crisis over Ukraine, and with the alliance’s secretary general warning “there is a real risk for a new armed conflict in Europe”.

    After four hours of talks, the US delegation leader, the deputy secretary of state, Wendy Sherman, said she had heard nothing in Brussels that differed from the Kremlin position laid out at bilateral talks in Geneva, demanding a guaranteed end to Nato expansion and a withdrawal of alliance troops in formerly Soviet bloc countries that joined the alliance after 1997.

    Continue reading...", + "category": "Ukraine", + "link": "https://www.theguardian.com/world/2022/jan/12/nato-chief-warns-of-real-risk-of-conflict-as-talks-with-russia-over-ukraine-end", + "creator": "Jennifer Rankinin Brussels, Luke Hardingin Kyiv and Julian Borger in Washington", + "pubDate": "2022-01-12T16:27:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276118,17 +280408,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a4c5b7f4e52cdc647f9ab22c994f2561", + "hash": "786a52e62d8a794b7bac0bc19260970f", "highlights": [] }, { - "title": "Novak Djokovic to remain in detention during court challenge to Australian visa cancellation", - "description": "

    Australian Open champion is challenging his deportation after the Australian prime minister said officials were ‘following the rules’

    Novak Djokovic is awaiting his Australian Open fate in a Melbourne immigration hotel as the world No 1 mounts a legal challenge against Australia’s decision to cancel his visa.

    Djokovic’s lawyers succeeded in a bid to stop him from being deported on Thursday with a full hearing in the federal circuit court now scheduled for Monday.

    Continue reading...", - "content": "

    Australian Open champion is challenging his deportation after the Australian prime minister said officials were ‘following the rules’

    Novak Djokovic is awaiting his Australian Open fate in a Melbourne immigration hotel as the world No 1 mounts a legal challenge against Australia’s decision to cancel his visa.

    Djokovic’s lawyers succeeded in a bid to stop him from being deported on Thursday with a full hearing in the federal circuit court now scheduled for Monday.

    Continue reading...", - "category": "Novak Djokovic", - "link": "https://www.theguardian.com/sport/2022/jan/06/novak-djokovic-to-challenge-australian-visa-cancellation-in-federal-court", - "creator": "Emma Kemp and agencies", - "pubDate": "2022-01-06T08:50:52Z", + "title": "Prince Andrew faces trial after judge refuses to dismiss Giuffre case", + "description": "

    Legal experts say Duke of York has ‘no good options left’ given risks of giving evidence in court or settling

    Prince Andrew faces the prospect of giving evidence in a high-profile trial after a New York judge refused to throw out a civil case over allegations he sexually assaulted Virginia Giuffre when she was 17 years old.

    Legal experts said the Duke of York has “no good options left” after he failed to have Giuffre’s case against him dismissed, with Manhattan federal court judge Lewis Kaplan rejecting his motion “in all respects”.

    Continue reading...", + "content": "

    Legal experts say Duke of York has ‘no good options left’ given risks of giving evidence in court or settling

    Prince Andrew faces the prospect of giving evidence in a high-profile trial after a New York judge refused to throw out a civil case over allegations he sexually assaulted Virginia Giuffre when she was 17 years old.

    Legal experts said the Duke of York has “no good options left” after he failed to have Giuffre’s case against him dismissed, with Manhattan federal court judge Lewis Kaplan rejecting his motion “in all respects”.

    Continue reading...", + "category": "Prince Andrew", + "link": "https://www.theguardian.com/uk-news/2022/jan/12/prince-andrew-faces-trial-after-judge-refuses-to-dismiss-giuffre-case", + "creator": "Caroline Davies and Victoria Bekiempis", + "pubDate": "2022-01-12T19:31:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276140,17 +280430,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "53214fe0170f16267d0f5d75f37ba4bd", + "hash": "6fad50d30867f9f3a15aa076f465e9b2", "highlights": [] }, { - "title": "Covid live: Omicron may be less severe but not ‘mild’, says WHO; Austria to introduce new restrictions", - "description": "

    WHO chief says calling variant ‘mild’ is not accurate; people must wear masks outside in Austria and vaccine passes have six-month expiry

    Novak Djokovic flew into Melbourne airport on Wednesday night planning to defend his Australian Open title. Instead, the World No 1 is being held in a quarantine hotel and is set to be deported tonight after a remarkable series of events led to his visa being cancelled.

    So how on earth did it get to this point?

    Continue reading...", - "content": "

    WHO chief says calling variant ‘mild’ is not accurate; people must wear masks outside in Austria and vaccine passes have six-month expiry

    Novak Djokovic flew into Melbourne airport on Wednesday night planning to defend his Australian Open title. Instead, the World No 1 is being held in a quarantine hotel and is set to be deported tonight after a remarkable series of events led to his visa being cancelled.

    So how on earth did it get to this point?

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/06/covid-live-news-pfizer-expects-clinical-data-for-under-5s-in-april-italy-to-mandate-vaccines-for-over-50s", - "creator": "Lucy Campbell (now); Georgina Quach, Martin Belam and Helen Livingstone (earlier)", - "pubDate": "2022-01-06T16:54:44Z", + "title": "Woman’s diary goes viral as lockdown in China forces her to stay with blind date", + "description": "

    Wang went for dinner at date’s house in Zhengzhou when Covid forced thousands into quarantine

    A Chinese woman has become an overnight sensation after she posted video diaries documenting her life after being stuck at a blind date’s house.

    Ms Wang went for dinner on Sunday at her blind date’s residence in the central Chinese city of Zhengzhou, where a recent outbreak of Covid cases sent thousands into quarantine in parts of the city. As she was finishing her meal, the area was put under lockdown.

    Continue reading...", + "content": "

    Wang went for dinner at date’s house in Zhengzhou when Covid forced thousands into quarantine

    A Chinese woman has become an overnight sensation after she posted video diaries documenting her life after being stuck at a blind date’s house.

    Ms Wang went for dinner on Sunday at her blind date’s residence in the central Chinese city of Zhengzhou, where a recent outbreak of Covid cases sent thousands into quarantine in parts of the city. As she was finishing her meal, the area was put under lockdown.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2022/jan/12/womans-diary-goes-viral-as-lockdown-in-china-forces-her-to-stay-with-blind-date", + "creator": "Vincent Ni", + "pubDate": "2022-01-12T17:12:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276162,17 +280452,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a412ee3733faab988a9bfaab940f35ed", + "hash": "c05a1181d5e8720513e21ce622b4c907", "highlights": [] }, { - "title": "Tui agrees settlement with Sousse terror attack survivors and victims’ families", - "description": "

    Travel agent and lawyers for 80 people agree undisclosed amount after 2015 Tunisian beach attack that left 38 dead

    Dozens of Britons who lost loved ones and survivors of a terror attack at a Tunisian resort have reached a settlement with the travel company Tui, after launching a multimillion pound compensation case.

    The settlement for an undisclosed amount was reached “without admission of liability or fault”, according to a joint statement issued by the operator and a law firm acting on behalf of families, who had alleged that there was poor hotel security at the resort.

    Continue reading...", - "content": "

    Travel agent and lawyers for 80 people agree undisclosed amount after 2015 Tunisian beach attack that left 38 dead

    Dozens of Britons who lost loved ones and survivors of a terror attack at a Tunisian resort have reached a settlement with the travel company Tui, after launching a multimillion pound compensation case.

    The settlement for an undisclosed amount was reached “without admission of liability or fault”, according to a joint statement issued by the operator and a law firm acting on behalf of families, who had alleged that there was poor hotel security at the resort.

    Continue reading...", - "category": "Tunisia attacks 2015", - "link": "https://www.theguardian.com/world/2022/jan/06/tui-reaches-agreement-with-sousse-terror-survivors-and-victims-families", - "creator": "Ben Quinn", - "pubDate": "2022-01-06T15:22:36Z", + "title": "US Capitol attack panel asks Kevin McCarthy to cooperate with inquiry", + "description": "

    The House committee chairman Bennie Thompson has written to the Republican minority leader

    The House select committee investigating the Capitol attack formally asked the Republican House minority leader, Kevin McCarthy, on Wednesday to cooperate with its inquiry into the 6 January insurrection, escalating the pressure on Donald Trump’s top allies in Congress.

    The select committee said in a letter to McCarthy that investigators were seeking his cooperation on a range of topics including his contacts and conversations with Trump before, during and after the Capitol attack.

    Continue reading...", + "content": "

    The House committee chairman Bennie Thompson has written to the Republican minority leader

    The House select committee investigating the Capitol attack formally asked the Republican House minority leader, Kevin McCarthy, on Wednesday to cooperate with its inquiry into the 6 January insurrection, escalating the pressure on Donald Trump’s top allies in Congress.

    The select committee said in a letter to McCarthy that investigators were seeking his cooperation on a range of topics including his contacts and conversations with Trump before, during and after the Capitol attack.

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/2022/jan/12/kevin-mccarthy-january-6-panel-capitol-riot", + "creator": "Hugo Lowell in Washington", + "pubDate": "2022-01-12T20:57:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276184,17 +280474,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3fcd990f287817755131fa66f553e66f", + "hash": "b9f013144104f58dfeebff871fbe9725", "highlights": [] }, { - "title": "Met investigating Tory peer Michelle Mone over ‘racist message’", - "description": "

    Ultimo lingerie founder 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 is being investigated by the Metropolitan police for an allegedly racist message she is accused of sending to a man of Indian heritage.

    The recipient of the message, Richard Lynton-Jones, complained to the police last summer that during a disagreement following a fatal yacht collision in 2019, Lady Mone told him in a WhatsApp message he was “a waste of a man’s white skin”.

    Continue reading...", - "content": "

    Ultimo lingerie founder 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 is being investigated by the Metropolitan police for an allegedly racist message she is accused of sending to a man of Indian heritage.

    The recipient of the message, Richard Lynton-Jones, complained to the police last summer that during a disagreement following a fatal yacht collision in 2019, Lady Mone told him in a WhatsApp message he was “a waste of a man’s white skin”.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2022/jan/06/met-investigating-tory-peer-michelle-mone-over-racist-message", - "creator": "David Conn", - "pubDate": "2022-01-06T13:28:16Z", + "title": "Novak Djokovic faces fine or prison for breaking isolation while Covid positive", + "description": "

    Star is due to play at Australian Open but faces possibility of deportation

    Novak Djokovic could face a fine or even prison in Serbia after his admission that he broke isolation while he had Covid last month, lawyers have said, as the Serbian prime minister warned his behaviour appeared to be “a clear breach” of the rules.

    The 34-year-old Belgrade-born tennis player is chasing a record-breaking 21st grand slam victory at the Australian Open beginning on Monday, but could yet be deported by the government which is unhappy with his medical exemption from inoculation.

    Continue reading...", + "content": "

    Star is due to play at Australian Open but faces possibility of deportation

    Novak Djokovic could face a fine or even prison in Serbia after his admission that he broke isolation while he had Covid last month, lawyers have said, as the Serbian prime minister warned his behaviour appeared to be “a clear breach” of the rules.

    The 34-year-old Belgrade-born tennis player is chasing a record-breaking 21st grand slam victory at the Australian Open beginning on Monday, but could yet be deported by the government which is unhappy with his medical exemption from inoculation.

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/sport/2022/jan/12/novak-djokovic-faces-fine-or-prison-for-breaking-isolation-while-covid-positive", + "creator": "Jon Henley and Milivoje Pantovic in Belgrade", + "pubDate": "2022-01-12T18:54:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276206,17 +280496,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1aa002ece198ec0d2a6d47924588e434", + "hash": "631c84296d51ead62a0ccfd87a2ec98d", "highlights": [] }, { - "title": "The Wombats: Fix Yourself, Not the World review – noughties indie returns bigger and brighter", - "description": "

    (Awal)
    The trio repurpose their sound from post-punk to pop-facing with a polished and snappy fifth album

    Scroll down the Wombats’ Spotify page and you come to the section headed “Fans also like”. It features a selection of their mid-00s contemporaries, fellow strivers in the league of what was cruelly dubbed “landfill indie”: the Pigeon Detectives, the Kooks, the Enemy, Scouting for Girls. As everyone knows, fashion is cyclical and this stuff currently lurks at the foot of fortune’s wheel: old enough to seem like yesterday’s news, not old enough to seem appealingly retro. Give it 10 years and they’ll be packing them in at 00s revival festivals, as their Britpop forebears are today, but for now, it’s strictly self-released albums and tours of venues euphemistically described as “intimate”.

    By rights, the Wombats should be in the same boat as those bands, more anonymous than their peers (close your eyes and try to visualise frontman Matthew “Murph” Murphy, let alone drummer Dan Haggis), they were dumped by their major label in the same year the NME became a free sheet in the face of slumping sales. But the Wombats’ recent interviews come peppered with unexpected phrases: “their studio in LA”, “forthcoming gig at the O2 Arena” and “produced by Jacknife Lee”, the latter fresh from working with U2. It’s not just that they now play far bigger venues than 15 years ago, it’s that the venues come packed – as every reviewer notes in astonishment – with kids too young to remember the Wombats’ first flush of fame. Last year, their 2015 single Greek Tragedy belatedly went gold in the US: between the original and a subsequent remix by Swedish producer Oliver Nelson in 2020, it’s racked up nearly 175m streams on Spotify.

    Continue reading...", - "content": "

    (Awal)
    The trio repurpose their sound from post-punk to pop-facing with a polished and snappy fifth album

    Scroll down the Wombats’ Spotify page and you come to the section headed “Fans also like”. It features a selection of their mid-00s contemporaries, fellow strivers in the league of what was cruelly dubbed “landfill indie”: the Pigeon Detectives, the Kooks, the Enemy, Scouting for Girls. As everyone knows, fashion is cyclical and this stuff currently lurks at the foot of fortune’s wheel: old enough to seem like yesterday’s news, not old enough to seem appealingly retro. Give it 10 years and they’ll be packing them in at 00s revival festivals, as their Britpop forebears are today, but for now, it’s strictly self-released albums and tours of venues euphemistically described as “intimate”.

    By rights, the Wombats should be in the same boat as those bands, more anonymous than their peers (close your eyes and try to visualise frontman Matthew “Murph” Murphy, let alone drummer Dan Haggis), they were dumped by their major label in the same year the NME became a free sheet in the face of slumping sales. But the Wombats’ recent interviews come peppered with unexpected phrases: “their studio in LA”, “forthcoming gig at the O2 Arena” and “produced by Jacknife Lee”, the latter fresh from working with U2. It’s not just that they now play far bigger venues than 15 years ago, it’s that the venues come packed – as every reviewer notes in astonishment – with kids too young to remember the Wombats’ first flush of fame. Last year, their 2015 single Greek Tragedy belatedly went gold in the US: between the original and a subsequent remix by Swedish producer Oliver Nelson in 2020, it’s racked up nearly 175m streams on Spotify.

    Continue reading...", - "category": "The Wombats", - "link": "https://www.theguardian.com/music/2022/jan/06/the-wombats-fix-yourself-not-the-world-review-awal-noughties-indie-returns-bigger-and-brighter", - "creator": "Alexis Petridis", - "pubDate": "2022-01-06T12:00:02Z", + "title": "Iran sends French-Iranian academic back to jail at key point in nuclear talks", + "description": "

    France says Fariba Adelkhah’s unexplained return to prison will damage efforts to revive 2015 curbs on nuclear programme

    Iran has sent back to prison from house arrest French-Iranian academic Fariba Adelkhah, a shock development in the midst of delicate talks on the Iranian nuclear drive.

    Adelkhah was sentenced in May 2020 to five years in prison for conspiring against national security, accusations her supporters have always denounced as absurd. She was allowed home in Tehran in October 2020 with an electronic bracelet.

    Continue reading...", + "content": "

    France says Fariba Adelkhah’s unexplained return to prison will damage efforts to revive 2015 curbs on nuclear programme

    Iran has sent back to prison from house arrest French-Iranian academic Fariba Adelkhah, a shock development in the midst of delicate talks on the Iranian nuclear drive.

    Adelkhah was sentenced in May 2020 to five years in prison for conspiring against national security, accusations her supporters have always denounced as absurd. She was allowed home in Tehran in October 2020 with an electronic bracelet.

    Continue reading...", + "category": "Iran", + "link": "https://www.theguardian.com/world/2022/jan/12/iran-sends-french-iranian-academic-back-to-jail-at-key-point-in-nuclear-talks", + "creator": "AFP in Paris", + "pubDate": "2022-01-12T21:31:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276228,17 +280518,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f99da063257bb740eebf751c043089d7", + "hash": "7d1a1b1f055f0ffe5c05b6fd46cff1c8", "highlights": [] }, { - "title": "‘I hated it the minute it was finished’: bad body art and regrets in a tattoo removal clinic", - "description": "

    From Brexit written across a bum to the name of an ex, some tattoos are mistakes that their owners are desperate to erase. But is costly laser treatment worth the pain?

    At the temple of regret, you can have your mistakes burned away by a smiling practitioner, if you are willing to pay a hefty fee. I’m at an unremarkable office block near Monument tube station in central London, watching the remorseful have their body art erased at Pulse Light Clinic, which offers state-of-the-art tattoo removal using laser technology. As penitents of all ages, walks of life and ethnicities walk through the door, one thing becomes clear: there are a lot of terrible tattoos out there.

    In a spotless treatment room beside a £6,500 tattoo-removing PicoSure laser machine, senior practitioner Cherry Brierly is recounting her clients’ stories. “I had one lovely guy,” she says brightly. “He had a tattoo on his head. He was in his 60s, newly divorced. He came in and said: ‘It’s not me any more. I need to find a new wife.’” The tattoo said: “Made in London”. It disappeared in a single session.

    Continue reading...", - "content": "

    From Brexit written across a bum to the name of an ex, some tattoos are mistakes that their owners are desperate to erase. But is costly laser treatment worth the pain?

    At the temple of regret, you can have your mistakes burned away by a smiling practitioner, if you are willing to pay a hefty fee. I’m at an unremarkable office block near Monument tube station in central London, watching the remorseful have their body art erased at Pulse Light Clinic, which offers state-of-the-art tattoo removal using laser technology. As penitents of all ages, walks of life and ethnicities walk through the door, one thing becomes clear: there are a lot of terrible tattoos out there.

    In a spotless treatment room beside a £6,500 tattoo-removing PicoSure laser machine, senior practitioner Cherry Brierly is recounting her clients’ stories. “I had one lovely guy,” she says brightly. “He had a tattoo on his head. He was in his 60s, newly divorced. He came in and said: ‘It’s not me any more. I need to find a new wife.’” The tattoo said: “Made in London”. It disappeared in a single session.

    Continue reading...", - "category": "Tattoos", - "link": "https://www.theguardian.com/fashion/2022/jan/06/i-hated-it-the-minute-it-was-finished-bad-body-art-and-regrets-in-a-tattoo-removal-clinic", - "creator": "Sirin Kale", - "pubDate": "2022-01-06T10:00:03Z", + "title": "‘He’s gone. OK’: Trump hangs up on NPR after host presses him on election lies", + "description": "
    • Former president abruptly ends interview with Steve Inskeep
    • Trump reiterated baseless claims of 2020 election fraud

    Donald Trump hung up on a national US radio network halfway through a scheduled interview on Tuesday, after the former president was confronted about his election lies.

    Trump, who has continued to falsely claim he won the 2020 presidential election instead of Joe Biden, was heard becoming increasingly irritated through the interview with National Public Radio before abruptly signing off.

    Continue reading...", + "content": "
    • Former president abruptly ends interview with Steve Inskeep
    • Trump reiterated baseless claims of 2020 election fraud

    Donald Trump hung up on a national US radio network halfway through a scheduled interview on Tuesday, after the former president was confronted about his election lies.

    Trump, who has continued to falsely claim he won the 2020 presidential election instead of Joe Biden, was heard becoming increasingly irritated through the interview with National Public Radio before abruptly signing off.

    Continue reading...", + "category": "Donald Trump", + "link": "https://www.theguardian.com/us-news/2022/jan/12/trump-npr-radio-interview-election-lies", + "creator": "Adam Gabbatt in New York", + "pubDate": "2022-01-12T15:31:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276250,17 +280540,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0b88d9ed664874c2a219eb6114a1cf5", + "hash": "1277d4fc80e328df104485a4f96ed7a9", "highlights": [] }, { - "title": "Boston Marathon bomber accused of failing to pay thousands to victims", - "description": "

    Prosecutors allege Dzhokhar Tsarnaev spent money on family instead of making court-ordered payments to victims of attack

    Dzhokhar Tsarnaev, the convicted Boston Marathon bomber, spent $2,000 on expenses such as gifts, books and support for his siblings instead of making payments he owes to his scores of victims, prosecutors charged in a court filing Wednesday.

    The document listed a number of large deposits to Tsarnaev’s inmate trust account that he failed to report to the court, allegedly violating the Mandatory Victim Restitution Act.

    Continue reading...", - "content": "

    Prosecutors allege Dzhokhar Tsarnaev spent money on family instead of making court-ordered payments to victims of attack

    Dzhokhar Tsarnaev, the convicted Boston Marathon bomber, spent $2,000 on expenses such as gifts, books and support for his siblings instead of making payments he owes to his scores of victims, prosecutors charged in a court filing Wednesday.

    The document listed a number of large deposits to Tsarnaev’s inmate trust account that he failed to report to the court, allegedly violating the Mandatory Victim Restitution Act.

    Continue reading...", - "category": "Boston Marathon bombing", - "link": "https://www.theguardian.com/us-news/2022/jan/06/boston-marathon-bomber-dzokhar-tsarnaev-victims", - "creator": "Alexandra Villarreal", - "pubDate": "2022-01-06T16:57:38Z", + "title": "Man arrested over 2012 killing of British family and French cyclist in Alps", + "description": "

    No one has been charged over attacks on forest road near Lake Annecy in French Alps

    A man has been detained in connection with the unsolved case of three British family members and a French cyclist who were shot dead in the French Alps in 2012.

    Saad al-Hilli, an Iraqi-born engineer, his wife, Ikbal, and her mother, Suhaila al-Allaf, were gunned down in a layby on remote forest road outside the village of Chevaline, near Lake Annecy. The couple’s two young daughters survived the attack.

    Continue reading...", + "content": "

    No one has been charged over attacks on forest road near Lake Annecy in French Alps

    A man has been detained in connection with the unsolved case of three British family members and a French cyclist who were shot dead in the French Alps in 2012.

    Saad al-Hilli, an Iraqi-born engineer, his wife, Ikbal, and her mother, Suhaila al-Allaf, were gunned down in a layby on remote forest road outside the village of Chevaline, near Lake Annecy. The couple’s two young daughters survived the attack.

    Continue reading...", + "category": "French Alps shootings", + "link": "https://www.theguardian.com/uk-news/2022/jan/12/arrest-made-british-family-french-cyclist-killed-alps-al-hilli-lake-annecy", + "creator": "Jon Henley in Paris", + "pubDate": "2022-01-12T12:43:12Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276268,21 +280558,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "55b5452c788c224a206d4e5989a0f952", + "hash": "329dde6a75b8bdf124f7e74969935400", "highlights": [] }, { - "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", + "title": "Police identify two suspects in Scala dei Turchi vandalism", + "description": "

    Two men are suspected of staining the famed Sicilian beauty spot with red powder on Friday

    Italian police have identified two men suspected of having vandalised the famed white limestone Scala dei Turchi (Stairway of the Turks) cliff in Sicily, which features prominently in the Inspector Montalbano books by the late author Andrea Camilleri.

    The cliff, shaped like a huge staircase jutting into the Mediterranean from the coast of Realmonte, was on Friday defaced with red iron oxide powder which left red stains running down the limestone.

    Continue reading...", + "content": "

    Two men are suspected of staining the famed Sicilian beauty spot with red powder on Friday

    Italian police have identified two men suspected of having vandalised the famed white limestone Scala dei Turchi (Stairway of the Turks) cliff in Sicily, which features prominently in the Inspector Montalbano books by the late author Andrea Camilleri.

    The cliff, shaped like a huge staircase jutting into the Mediterranean from the coast of Realmonte, was on Friday defaced with red iron oxide powder which left red stains running down the limestone.

    Continue reading...", + "category": "Italy", + "link": "https://www.theguardian.com/world/2022/jan/12/police-identify-two-suspects-in-scala-dei-turchi-vandalism", + "creator": "Lorenzo Tondo in Palermo", + "pubDate": "2022-01-12T18:49:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276294,17 +280584,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa7ce71d9eec3b77ab76823a9bea1b23", + "hash": "480a32318d9a3afa00443bb4428669de", "highlights": [] }, { - "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", + "title": "‘The economy cannot stay open’: Omicron’s effects ricochet across US", + "description": "

    Biden has vowed to keep businesses and schools open but some experts wonder if that’s possible given nature of Covid variant

    Schools going virtual, airlines canceling flights, pharmacies and testing centers closing temporarily, shelves emptying in grocery stores because of transportation delays, blood donations dropping to crisis levels for the first time ever and the country’s hospitals are becoming stretched. This is the US in the grip of the Omicron variant.

    Omicron may cause milder symptoms in some people, but its effects are ricocheting throughout America and creating some of the greatest challenges of the Covid-19 pandemic.

    Continue reading...", + "content": "

    Biden has vowed to keep businesses and schools open but some experts wonder if that’s possible given nature of Covid variant

    Schools going virtual, airlines canceling flights, pharmacies and testing centers closing temporarily, shelves emptying in grocery stores because of transportation delays, blood donations dropping to crisis levels for the first time ever and the country’s hospitals are becoming stretched. This is the US in the grip of the Omicron variant.

    Omicron may cause milder symptoms in some people, but its effects are ricocheting throughout America and creating some of the greatest challenges of the Covid-19 pandemic.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2022/jan/12/us-omicron-cases-effects-schools-supply-shortage-hospitals", + "creator": "Melody Schreiber", + "pubDate": "2022-01-12T14:47:30Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276316,17 +280606,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9140e96d148fbcc65e52e4ab9877ff16", + "hash": "11dfe35a3988f14e42e1ab0d4a08022d", "highlights": [] }, { - "title": "Biden blames Trump’s ‘web of lies’ for US Capitol attack in one-year anniversary speech – live", - "description": "

    Joe Biden has taken the podium to speak on the anniversary of the 6 January attack of the US Capitol, and he immediately comes out strong in laying the responsibility of the mob’s actions on Donald Trump.

    “One year ago today in this sacred place, democracy was attacked,” Biden said. “The will of the people was under assault. The constitution, our constitution, faced the gravest of threats.”

    Continue reading...", - "content": "

    Joe Biden has taken the podium to speak on the anniversary of the 6 January attack of the US Capitol, and he immediately comes out strong in laying the responsibility of the mob’s actions on Donald Trump.

    “One year ago today in this sacred place, democracy was attacked,” Biden said. “The will of the people was under assault. The constitution, our constitution, faced the gravest of threats.”

    Continue reading...", - "category": "US Capitol attack", - "link": "https://www.theguardian.com/us-news/live/2022/jan/06/us-capitol-attack-one-year-anniversary-trump-pence-biden-house-committee-live", - "creator": "Vivian Ho", - "pubDate": "2022-01-06T14:26:52Z", + "title": "Covid live: UK reports nearly 400 virus-linked deaths for second day; Germany chancellor calls for mandatory jabs", + "description": "

    UK reports 129,587 new positive Covid-19 cases and 398 more deaths; Germany should make vaccinations mandatory for adults, says Olaf Scholz

    India is reporting almost 200,000 new Covid infections in a single day.

    The Asian nation recorded 194,720 new Covid-19 cases on Wednesday, the most since late May, health ministry data shows.

    We cannot directly rule out that the virus is imported directly, because the spread of virus is not only through humans, but it can be spread via objects or environmental [contamination].

    We are still investigating other possibilities for the virus to be imported to Tianjin directly…There is another option – would it be possible that it is not imported but came from other areas [in China] and spread to Tianjin? We are tracing this simultaneously and we have found some clues already.”

    Continue reading...", + "content": "

    UK reports 129,587 new positive Covid-19 cases and 398 more deaths; Germany should make vaccinations mandatory for adults, says Olaf Scholz

    India is reporting almost 200,000 new Covid infections in a single day.

    The Asian nation recorded 194,720 new Covid-19 cases on Wednesday, the most since late May, health ministry data shows.

    We cannot directly rule out that the virus is imported directly, because the spread of virus is not only through humans, but it can be spread via objects or environmental [contamination].

    We are still investigating other possibilities for the virus to be imported to Tianjin directly…There is another option – would it be possible that it is not imported but came from other areas [in China] and spread to Tianjin? We are tracing this simultaneously and we have found some clues already.”

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/12/covid-news-live-boosters-not-viable-strategy-against-new-variants-who-warns-quebec-to-impose-health-tax-on-unvaccinated", + "creator": "Lucy Campbell (now); Georgina Quach, Martin Belam and Samantha Lock (earlier)", + "pubDate": "2022-01-12T17:12:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276338,17 +280628,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e59b22f7ff7ccb3f3df1e57ea75e301", + "hash": "0d4dbc05b326824a5b1cba7d248f7085", "highlights": [] }, { - "title": "Covid live: Boris Johnson hits out at anti-vaxxers spreading ‘mumbo jumbo’; French parliament approves ‘vaccine pass’ law", - "description": "

    UK prime minister criticises people spreading misinformation; law passes after controversy over Macron’s words on putting pressure on unvaccinated

    Novak Djokovic flew into Melbourne airport on Wednesday night planning to defend his Australian Open title. Instead, the World No 1 is being held in a quarantine hotel and is set to be deported tonight after a remarkable series of events led to his visa being cancelled.

    So how on earth did it get to this point?

    Continue reading...", - "content": "

    UK prime minister criticises people spreading misinformation; law passes after controversy over Macron’s words on putting pressure on unvaccinated

    Novak Djokovic flew into Melbourne airport on Wednesday night planning to defend his Australian Open title. Instead, the World No 1 is being held in a quarantine hotel and is set to be deported tonight after a remarkable series of events led to his visa being cancelled.

    So how on earth did it get to this point?

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/06/covid-live-news-pfizer-expects-clinical-data-for-under-5s-in-april-italy-to-mandate-vaccines-for-over-50s", - "creator": "Georgina Quach (now); Lucy Campbell, Martin Belam and Helen Livingstone (earlier)", - "pubDate": "2022-01-06T14:26:05Z", + "title": "‘I felt a sickening pain’: how the ‘first true Hitchcock movie’ almost killed its star", + "description": "

    Alfred Hitchcock described his third film, The Lodger, as the true beginning of his directorial career but it would prove a near fatal screen debut for its leading light June Tripp

    December 1925 was a busy month for June. A fixture of the West End stage since childhood, her surname, Tripp, had been excised by the impresario Charles B Cochran because it “sounds a bit comical for a dancer”. She spent the days rehearsing for a musical, Kid Boots, the evenings starring in another, Mercenary Mary, and then would “rush to the studio at midnight”, to act in a horse-racing short film opposite the fading American film star Carlyle Blackwell. The studio was at Poole Street, Islington, in north London, built five years earlier by Paramount but now rented out, most often to a British company, Gainsborough, run by Michael Balcon.

    The short, Riding for a King, starred the celebrated jockey Steve Donoghue and had its premiere in January 1926, with June in attendance. Two days later, she collapsed during a performance of Mercenary Mary and shortly after underwent an appendectomy. Daily Express readers subsequently learned that she would “not be able to dance for six months”. By February, she was recuperating on the Riviera. It was there that she received a telegram from her old friend Ivor Novello, who offered film work. “No dancing required. You will act beautifully and we shall have fun.”

    Continue reading...", + "content": "

    Alfred Hitchcock described his third film, The Lodger, as the true beginning of his directorial career but it would prove a near fatal screen debut for its leading light June Tripp

    December 1925 was a busy month for June. A fixture of the West End stage since childhood, her surname, Tripp, had been excised by the impresario Charles B Cochran because it “sounds a bit comical for a dancer”. She spent the days rehearsing for a musical, Kid Boots, the evenings starring in another, Mercenary Mary, and then would “rush to the studio at midnight”, to act in a horse-racing short film opposite the fading American film star Carlyle Blackwell. The studio was at Poole Street, Islington, in north London, built five years earlier by Paramount but now rented out, most often to a British company, Gainsborough, run by Michael Balcon.

    The short, Riding for a King, starred the celebrated jockey Steve Donoghue and had its premiere in January 1926, with June in attendance. Two days later, she collapsed during a performance of Mercenary Mary and shortly after underwent an appendectomy. Daily Express readers subsequently learned that she would “not be able to dance for six months”. By February, she was recuperating on the Riviera. It was there that she received a telegram from her old friend Ivor Novello, who offered film work. “No dancing required. You will act beautifully and we shall have fun.”

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2022/jan/12/i-felt-a-sickening-pain-how-the-first-true-hitchcock-movie-almost-killed-its-star", + "creator": "Henry K Miller", + "pubDate": "2022-01-12T13:00:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276356,21 +280646,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "5b929987682bc052f0df28839c3d0150", + "hash": "9f9b15754cd65d4f6c06ca273dc47cc3", "highlights": [] }, { - "title": "Tui reaches agreement with Sousse terror survivors and victims’ families", - "description": "

    Travel agent and lawyers representing 80 people agree settlement after 2015 Tunisian beach attack in which 38 died

    The travel operator Tui has reached a settlement “without admission of liability or fault” with survivors and relatives of British tourists killed in the 2015 Tunisia beach terror attack, the company and the law firm representing victims said.

    Seifeddine Rezgui killed 38 people, including 30 Britons, at the Riu Imperial Marhaba hotel complex on the Sousse coast, with dozens more injured, on 26 June that year.

    Continue reading...", - "content": "

    Travel agent and lawyers representing 80 people agree settlement after 2015 Tunisian beach attack in which 38 died

    The travel operator Tui has reached a settlement “without admission of liability or fault” with survivors and relatives of British tourists killed in the 2015 Tunisia beach terror attack, the company and the law firm representing victims said.

    Seifeddine Rezgui killed 38 people, including 30 Britons, at the Riu Imperial Marhaba hotel complex on the Sousse coast, with dozens more injured, on 26 June that year.

    Continue reading...", - "category": "Tunisia attacks 2015", - "link": "https://www.theguardian.com/world/2022/jan/06/tui-reaches-agreement-with-sousse-terror-survivors-and-victims-families", - "creator": "PA Media", - "pubDate": "2022-01-06T12:08:02Z", + "title": "Kanye West, Billie Eilish and Harry Styles to headline Coachella 2022", + "description": "

    It remains unclear if the North America’s largest music festival, rescheduled four times since 2020, will go on due to the Omicron surge

    Kanye West, Billie Eilish and Harry Styles are expected to headline the 21st Coachella music festival in April, Variety reported on Wednesday ahead of the festival’s official full lineup announcement, which is expected later this week. The trio will also be joined by Swedish House Mafia, though it is unclear whether the house music supergroup will also headline.

    North America’s largest music festival, which has already sold out, is scheduled to take place on the weekends of 15-17 April and 22-24 April at its usual haunt, the Empire Polo Ground in Indio, California, east of Los Angeles.

    Continue reading...", + "content": "

    It remains unclear if the North America’s largest music festival, rescheduled four times since 2020, will go on due to the Omicron surge

    Kanye West, Billie Eilish and Harry Styles are expected to headline the 21st Coachella music festival in April, Variety reported on Wednesday ahead of the festival’s official full lineup announcement, which is expected later this week. The trio will also be joined by Swedish House Mafia, though it is unclear whether the house music supergroup will also headline.

    North America’s largest music festival, which has already sold out, is scheduled to take place on the weekends of 15-17 April and 22-24 April at its usual haunt, the Empire Polo Ground in Indio, California, east of Los Angeles.

    Continue reading...", + "category": "Coachella", + "link": "https://www.theguardian.com/music/2022/jan/12/kanye-west-billie-eilish-and-harry-styles-to-headline-coachella-2022", + "creator": "Adrian Horton", + "pubDate": "2022-01-12T20:49:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276382,17 +280672,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "37e5ff1535a5d64b8e47f95d024d9834", + "hash": "c19dab33476565c5a64020f201237641", "highlights": [] }, { - "title": "French Dakar rally driver out of coma as team says bomb caused blast", - "description": "

    Saudi authorities accused of trying to cover up cause of explosion in which Philippe Boutron was badly injured

    A French rally driver seriously injured in an explosion in Jeddah last week has emerged from a coma, while his team have claimed Saudi Arabian authorities are trying to cover up the cause of the incident.

    Philippe Boutron sustained serious injuries in the blast outside a hotel near Jeddah’s international airport a week ago. The explosion damaged a support vehicle he was driving for the Sodicars Racing team that was competing in the Dakar rally.

    Continue reading...", - "content": "

    Saudi authorities accused of trying to cover up cause of explosion in which Philippe Boutron was badly injured

    A French rally driver seriously injured in an explosion in Jeddah last week has emerged from a coma, while his team have claimed Saudi Arabian authorities are trying to cover up the cause of the incident.

    Philippe Boutron sustained serious injuries in the blast outside a hotel near Jeddah’s international airport a week ago. The explosion damaged a support vehicle he was driving for the Sodicars Racing team that was competing in the Dakar rally.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2022/jan/06/french-dakar-rally-driver-out-of-coma-as-team-says-bomb-caused-blast", - "creator": "Kim Willsher in Paris", - "pubDate": "2022-01-06T15:08:07Z", + "title": "Joy and nakedness at San Francisco’s Dyke March: Phyllis Christopher’s best photograph", + "description": "

    ‘The march is like our Christmas – the biggest night of the year, where women celebrate half naked and anything goes’

    In San Francisco, the night before the annual Pride parade is reserved for the Dyke March, a celebration of lesbian life throughout the city. It was like our Christmas – the biggest night of the year – and half of us would be so hungover we wouldn’t make it to Pride the next day.

    I remember getting a call from an editor at On Our Backs, a lesbian magazine run by women that billed itself as offering “entertainment for the adventurous lesbian”. It was a bedrock of the lesbian community – one of the few ways to communicate with one another, and to celebrate sex and educate each other about it at a time when Aids had brought so much devastation to queer communities. The editor wanted me to shoot a kiss-in, but the tone of her voice sounded almost guilty – like she couldn’t quite bring herself to ask me to work on the biggest party night of the year. But to me, it was the most fun I could imagine.

    Continue reading...", + "content": "

    ‘The march is like our Christmas – the biggest night of the year, where women celebrate half naked and anything goes’

    In San Francisco, the night before the annual Pride parade is reserved for the Dyke March, a celebration of lesbian life throughout the city. It was like our Christmas – the biggest night of the year – and half of us would be so hungover we wouldn’t make it to Pride the next day.

    I remember getting a call from an editor at On Our Backs, a lesbian magazine run by women that billed itself as offering “entertainment for the adventurous lesbian”. It was a bedrock of the lesbian community – one of the few ways to communicate with one another, and to celebrate sex and educate each other about it at a time when Aids had brought so much devastation to queer communities. The editor wanted me to shoot a kiss-in, but the tone of her voice sounded almost guilty – like she couldn’t quite bring herself to ask me to work on the biggest party night of the year. But to me, it was the most fun I could imagine.

    Continue reading...", + "category": "Photography", + "link": "https://www.theguardian.com/artanddesign/2022/jan/12/joy-and-nakedness-at-san-franciscos-dyke-march-phyllis-christophers-best-photograph", + "creator": "Interview by Edward Siddons", + "pubDate": "2022-01-12T16:18:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276404,17 +280694,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ab4af14ab818df72f13bff558bbd18e", + "hash": "a24bc236d91863a2365c83c121da614f", "highlights": [] }, { - "title": "Minister vows to close ‘loophole’ after court clears Colston statue topplers", - "description": "

    Grant Shapps leads calls to change law limiting prosecution of people who damage memorials

    Britain is not a country where “destroying public property can ever be acceptable”, a cabinet minister has said, as Conservative MPs vented their frustration at four people being cleared of tearing down a statue of the slave trader Edward Colston.

    Grant Shapps, the transport secretary, said the law would be changed to close a “potential loophole” limiting the prosecution of people who damage memorials as part of the police, crime, sentencing and courts (PCSC) bill.

    Continue reading...", - "content": "

    Grant Shapps leads calls to change law limiting prosecution of people who damage memorials

    Britain is not a country where “destroying public property can ever be acceptable”, a cabinet minister has said, as Conservative MPs vented their frustration at four people being cleared of tearing down a statue of the slave trader Edward Colston.

    Grant Shapps, the transport secretary, said the law would be changed to close a “potential loophole” limiting the prosecution of people who damage memorials as part of the police, crime, sentencing and courts (PCSC) bill.

    Continue reading...", - "category": "Bristol", - "link": "https://www.theguardian.com/uk-news/2022/jan/06/minister-grant-shapps-crackdown-court-colston-four-statue", - "creator": "Aubrey Allegretti Political correspondent", - "pubDate": "2022-01-06T12:14:01Z", + "title": "‘Why don’t Jews play Jews?’ – David Baddiel on the row over Helen Mirren as Golda Meir", + "description": "

    Maureen Lipman sparked fury by suggesting the ex Israeli PM should not be played by Mirren. But, says David Baddiel, why shouldn’t ‘authentic casting’ apply to all minorities? And where is the outcry over Bojack Horseman?

    Soon after the brilliant It’s A Sin came out, Russell T Davies justified his decision to cast only gay actors in gay parts by saying: “They are not there to ‘act gay’ because ‘acting gay’ is a bunch of codes for a performance. You wouldn’t cast someone able-bodied and put them in a wheelchair … authenticity is leading us to joyous places.”

    It would be wrong to suggest that no one questioned this statement, but it became part of an ongoing conversation about casting and minorities. Davies was not, thankfully, mightily abused on social media for saying it – which is what happened last week to Maureen Lipman, after she suggested, on being asked about the casting of Helen Mirren in a biopic of Israel’s former prime minister Golda Meir, that Jewish parts should perhaps be played by Jewish actors.

    Continue reading...", + "content": "

    Maureen Lipman sparked fury by suggesting the ex Israeli PM should not be played by Mirren. But, says David Baddiel, why shouldn’t ‘authentic casting’ apply to all minorities? And where is the outcry over Bojack Horseman?

    Soon after the brilliant It’s A Sin came out, Russell T Davies justified his decision to cast only gay actors in gay parts by saying: “They are not there to ‘act gay’ because ‘acting gay’ is a bunch of codes for a performance. You wouldn’t cast someone able-bodied and put them in a wheelchair … authenticity is leading us to joyous places.”

    It would be wrong to suggest that no one questioned this statement, but it became part of an ongoing conversation about casting and minorities. Davies was not, thankfully, mightily abused on social media for saying it – which is what happened last week to Maureen Lipman, after she suggested, on being asked about the casting of Helen Mirren in a biopic of Israel’s former prime minister Golda Meir, that Jewish parts should perhaps be played by Jewish actors.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2022/jan/12/helen-mirren-golda-meir-maureen-lipman-david-baddiel-row-jews-bojack-horseman", + "creator": "David Baddiel", + "pubDate": "2022-01-12T06:00:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276426,17 +280716,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5adb67aaebf1d7b60fc09af026a4b655", + "hash": "07d4da444bf41e5c00025a39ed9836c4", "highlights": [] }, { - "title": "Italy makes Covid vaccinations compulsory for over-50s", - "description": "

    Workplace rules also tightened to require health passes for those 50 or over with minimum €600 fines for non-compliance

    Italy has made it obligatory for people aged 50 or more to be vaccinated against Covid-19 as the country scrambles to ease pressure on hospitals and reduce deaths amid a dramatic surge in infections.

    The measure is among the toughest vaccine mandates in Europe and takes effect immediately. The move was unanimously supported by ministers despite divisions between the parties that make up prime minister Mario Draghi’s broad coalition before the cabinet meeting on Wednesday.

    Continue reading...", - "content": "

    Workplace rules also tightened to require health passes for those 50 or over with minimum €600 fines for non-compliance

    Italy has made it obligatory for people aged 50 or more to be vaccinated against Covid-19 as the country scrambles to ease pressure on hospitals and reduce deaths amid a dramatic surge in infections.

    The measure is among the toughest vaccine mandates in Europe and takes effect immediately. The move was unanimously supported by ministers despite divisions between the parties that make up prime minister Mario Draghi’s broad coalition before the cabinet meeting on Wednesday.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/05/italy-makes-covid-vaccinations-compulsory-for-over-50s", - "creator": "Angela Giuffrida in Rome", - "pubDate": "2022-01-05T22:29:50Z", + "title": "‘More people is the last thing this planet needs’: the men getting vasectomies to save the world", + "description": "

    With the climate crisis becoming ever more urgent, a growing number of young, childless men are taking the drastic decision of being sterilised for environmental reasons

    When Lloyd Williamson lay on his back in a GP’s clinic late last November, it was for the surgical culmination of years of soul searching. Williamson, who is 30 and from Essex, remembers wanting a family as a child, but something changed in his early 20s. “I thought: you know what? I don’t want to bring a life into this world, because it’s pretty shitty as it is and it’s only going to get worse,” he says, two weeks after his vasectomy.

    Williamson was largely motivated to sterilise himself by the climate crisis. Given the link between fossil-fuelled economic growth and population growth, he believes that having fewer children is one thing individuals can do to help. “We can’t offset our carbon problem on to the next generation, because it’s not fair on them,” he says.

    Continue reading...", + "content": "

    With the climate crisis becoming ever more urgent, a growing number of young, childless men are taking the drastic decision of being sterilised for environmental reasons

    When Lloyd Williamson lay on his back in a GP’s clinic late last November, it was for the surgical culmination of years of soul searching. Williamson, who is 30 and from Essex, remembers wanting a family as a child, but something changed in his early 20s. “I thought: you know what? I don’t want to bring a life into this world, because it’s pretty shitty as it is and it’s only going to get worse,” he says, two weeks after his vasectomy.

    Williamson was largely motivated to sterilise himself by the climate crisis. Given the link between fossil-fuelled economic growth and population growth, he believes that having fewer children is one thing individuals can do to help. “We can’t offset our carbon problem on to the next generation, because it’s not fair on them,” he says.

    Continue reading...", + "category": "Parents and parenting", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/12/more-people-is-the-last-thing-this-planet-needs-the-men-getting-vasectomies-to-save-the-world", + "creator": "Simon Usborne", + "pubDate": "2022-01-12T06:00:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276448,17 +280738,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbfde1a71ca91f77c39ebdd020ad17fd", + "hash": "def9587d89c2d68cffa96cb8810e2540", "highlights": [] }, { - "title": "US troops in Okinawa ordered to wear masks as Covid cases rise", - "description": "

    Military personnel must wear face coverings off base after virus surges among civilians in Japan

    US troops in Okinawa prefecture have been ordered to wear masks off base amid criticism that military authorities failed to tackle a fresh Covid-19 outbreak among service personnel that has taken hold among the local civilian population in Japan.

    Okinawa is at the centre of the country’s latest outbreak, with cases surging in recent days from 51 on Saturday to at least 980 on Thursday – a record daily caseload for the southern island.

    Continue reading...", - "content": "

    Military personnel must wear face coverings off base after virus surges among civilians in Japan

    US troops in Okinawa prefecture have been ordered to wear masks off base amid criticism that military authorities failed to tackle a fresh Covid-19 outbreak among service personnel that has taken hold among the local civilian population in Japan.

    Okinawa is at the centre of the country’s latest outbreak, with cases surging in recent days from 51 on Saturday to at least 980 on Thursday – a record daily caseload for the southern island.

    Continue reading...", - "category": "Japan", - "link": "https://www.theguardian.com/world/2022/jan/06/us-troops-okinawa-masks-covid-cases-rise", - "creator": "Justin McCurry in Tokyo", - "pubDate": "2022-01-06T09:17:59Z", + "title": "Man arrested after allegedly damaging statue outside BBC Broadcasting House", + "description": "

    Police were called to reports a man had scaled front of building with chisel to attack artwork by Eric Gill

    A man has been arrested after allegedly damaging a statue outside the BBC’s Broadcasting House on Wednesday.

    Officers were called to reports of a man scaling the building in Portland Place, west London, and using a chisel to damage the statue in question.

    Continue reading...", + "content": "

    Police were called to reports a man had scaled front of building with chisel to attack artwork by Eric Gill

    A man has been arrested after allegedly damaging a statue outside the BBC’s Broadcasting House on Wednesday.

    Officers were called to reports of a man scaling the building in Portland Place, west London, and using a chisel to damage the statue in question.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2022/jan/12/man-arrested-after-allegedly-damaging-statue-outside-bbc-broadcasting-house", + "creator": "Tom Ambrose and Jim Waterson", + "pubDate": "2022-01-12T22:38:27Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276470,17 +280760,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9126478b96eabddb53a69abc004a8982", + "hash": "c113f33c32e6936a26fafbb759ee2efd", "highlights": [] }, { - "title": "Crisis, what crisis? Florida Republicans deny Omicron is straining hospitals", - "description": "

    State becomes focal point of politicized debate over whether Omicron is dangerous enough to overwhelm hospital systems

    While Florida has experienced a record number of Covid-19 cases and sharp increase in hospitalizations in recent weeks, there is disagreement between Republicans and Democrats over whether the Omicron surge has actually overwhelmed the state’s healthcare system.

    For example, Florida Republican senator Marco Rubio posted on Twitter that there “is no Omicron hospital ‘surge’ in Florida. People admitted for non-Covid reasons get tested. If they test positive they get counted as a ‘Covid patient.’”

    Continue reading...", - "content": "

    State becomes focal point of politicized debate over whether Omicron is dangerous enough to overwhelm hospital systems

    While Florida has experienced a record number of Covid-19 cases and sharp increase in hospitalizations in recent weeks, there is disagreement between Republicans and Democrats over whether the Omicron surge has actually overwhelmed the state’s healthcare system.

    For example, Florida Republican senator Marco Rubio posted on Twitter that there “is no Omicron hospital ‘surge’ in Florida. People admitted for non-Covid reasons get tested. If they test positive they get counted as a ‘Covid patient.’”

    Continue reading...", - "category": "Florida", - "link": "https://www.theguardian.com/us-news/2022/jan/06/florida-republicans-omicron-hospitals", - "creator": "Eric Berger", - "pubDate": "2022-01-06T10:00:01Z", + "title": "Cameroonian senator and soldier killed in restive anglophone regions", + "description": "

    Opposition figure shot and a soldier killed with an explosive device in separate attacks

    A prominent opposition figure and a soldier have been killed in separate attacks in Cameroon’s restive anglophone regions, intensifying security concerns as the country hosts the Africa Cup of Nations football tournament.

    Henry Kemende, a senator for the Social Democratic Front party, was shot dead in Bamenda city in the north-west region. His party, who blamed separatist fighters for the attack, said gunmen forced him from his car and shot him in the chest.

    Continue reading...", + "content": "

    Opposition figure shot and a soldier killed with an explosive device in separate attacks

    A prominent opposition figure and a soldier have been killed in separate attacks in Cameroon’s restive anglophone regions, intensifying security concerns as the country hosts the Africa Cup of Nations football tournament.

    Henry Kemende, a senator for the Social Democratic Front party, was shot dead in Bamenda city in the north-west region. His party, who blamed separatist fighters for the attack, said gunmen forced him from his car and shot him in the chest.

    Continue reading...", + "category": "Cameroon", + "link": "https://www.theguardian.com/world/2022/jan/12/cameroonian-senator-shot-dead-in-unruly-anglophone-region", + "creator": "Emmanuel Akinwotu in Lagos", + "pubDate": "2022-01-12T18:15:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276492,17 +280782,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a33222cd7e68c76811080483af0e96f6", + "hash": "7025fa597df59fc4a1e4f298838a54e6", "highlights": [] }, { - "title": "Dining across the divide: ‘I thought she was going to be an over-the-top liberal’", - "description": "

    Libertarians, Brexit, Covid: can two strangers find common ground over dinner?

    James, 24, Rochdale

    Occupation Student

    Continue reading...", - "content": "

    Libertarians, Brexit, Covid: can two strangers find common ground over dinner?

    James, 24, Rochdale

    Occupation Student

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/06/dining-across-the-divide-i-thought-she-was-going-to-be-an-over-the-top-liberal", - "creator": "Zoe Williams", - "pubDate": "2022-01-06T12:30:02Z", + "title": "January 6 panel to invite House Republican leader Kevin McCarthy to testify – live", + "description": "

    Joe Biden will travel to Capitol Hill tomorrow to join Senate Democrats’ meeting about the path forward for passing voting rights bills.

    “President Biden is expected to attend tomorrow’s Senate Dem Caucus lunch to discuss the push to pass voting rights and potential changes to Senate rules,” a senior Democratic aide said.

    Continue reading...", + "content": "

    Joe Biden will travel to Capitol Hill tomorrow to join Senate Democrats’ meeting about the path forward for passing voting rights bills.

    “President Biden is expected to attend tomorrow’s Senate Dem Caucus lunch to discuss the push to pass voting rights and potential changes to Senate rules,” a senior Democratic aide said.

    Continue reading...", + "category": "Joe Manchin", + "link": "https://www.theguardian.com/us-news/live/2022/jan/12/democrats-biden-voting-rights-filibuster-us-politics-live-latest", + "creator": "Maanvi Singh (now) and Joan E Greve (earlier)", + "pubDate": "2022-01-12T22:42:53Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276514,17 +280804,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf778bf74a8bc09b74090b65b6d4d190", + "hash": "e6cdd4c51ee0777b21a0dc9afa2af4a2", "highlights": [] }, { - "title": "UK weather: travel warnings issued amid snow, sleet and rain", - "description": "

    Warnings follow England’s coldest night of winter so far, with lows of -8C in North Yorkshire

    Warnings of widespread travel disruption and tricky driving conditions have been issued as snow, sleet and rain swept across large parts of the UK on Thursday.

    The warnings came as a big chill enveloped all four nations. A temperature of -8C was recorded on Thursday morning in the village of Topcliffe, North Yorkshire, making it the coldest night in England of the winter so far, the Met Office said.

    Continue reading...", - "content": "

    Warnings follow England’s coldest night of winter so far, with lows of -8C in North Yorkshire

    Warnings of widespread travel disruption and tricky driving conditions have been issued as snow, sleet and rain swept across large parts of the UK on Thursday.

    The warnings came as a big chill enveloped all four nations. A temperature of -8C was recorded on Thursday morning in the village of Topcliffe, North Yorkshire, making it the coldest night in England of the winter so far, the Met Office said.

    Continue reading...", - "category": "UK weather", - "link": "https://www.theguardian.com/uk-news/2022/jan/06/uk-weather-travel-warnings-issued-amid-snow-sleet-and-rain", - "creator": "Mark Brown", - "pubDate": "2022-01-06T14:40:04Z", + "title": "Australia news live update: NSW records 22 Covid deaths and 92,264 cases as rapid test backlog counted; 25 deaths in Victoria; 3,300 in hospital", + "description": "

    NSW records 92,264 Covid cases and 22 deaths with 2,383 in hospital; Victoria reports 37,169 cases and 25 deaths with 953 hospitalised; Novak Djokovic visa saga an ‘international embarrassment’ says Labor. Follow all the day’s news

    Albanese is laying the blame of Australia’s current Covid predicament squarely at Morrison’s feet.

    How is it we have got to this point? The rapid antigen tests were approved last September.

    The national plan made it clear that once we opened up there would be an increased number of infections and we needed to make sure we planned for it. We needed Scott Morrison to do his job.

    Working people have been saying that they needed access to testing for example for months after months. The Transport Workers Union wrote to the government last September about supply chains and the disruptions that could occur if they didn’t get access to rapid antigen tests and now we know this government only ordered en masse rapid antigen tests this week. It’s extraordinary their complacency.

    We have had a grand slam of failures from this government, whether it’s tracing, testing, and quarantine. On each occasion they wait until ... a problem becomes a crisis before Scott Morrison acts.

    Continue reading...", + "content": "

    NSW records 92,264 Covid cases and 22 deaths with 2,383 in hospital; Victoria reports 37,169 cases and 25 deaths with 953 hospitalised; Novak Djokovic visa saga an ‘international embarrassment’ says Labor. Follow all the day’s news

    Albanese is laying the blame of Australia’s current Covid predicament squarely at Morrison’s feet.

    How is it we have got to this point? The rapid antigen tests were approved last September.

    The national plan made it clear that once we opened up there would be an increased number of infections and we needed to make sure we planned for it. We needed Scott Morrison to do his job.

    Working people have been saying that they needed access to testing for example for months after months. The Transport Workers Union wrote to the government last September about supply chains and the disruptions that could occur if they didn’t get access to rapid antigen tests and now we know this government only ordered en masse rapid antigen tests this week. It’s extraordinary their complacency.

    We have had a grand slam of failures from this government, whether it’s tracing, testing, and quarantine. On each occasion they wait until ... a problem becomes a crisis before Scott Morrison acts.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/13/australia-news-live-update-national-cabinet-nsw-covid-cases-coronavirus-vaccine-novak-djokovic-alex-hawke-visa-tennis-australian-open-victoria-qld-morrison", + "creator": "Matilda Boseley", + "pubDate": "2022-01-12T22:43:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276536,17 +280826,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "13c7cc39b8a5abdf440c87793e5b157e", + "hash": "ec4144190522ba338c7f315802c7235f", "highlights": [] }, { - "title": "Novak Djokovic wins interim injunction against deportation; more than 72,000 new cases nationwide – As it happened", - "description": "

    Karen Andrews, home affairs minister, did give a hint of how things might play out.

    AAP reports that, before Novak Djokovic’s arrival, she said that while the Victorian government and Tennis Australia may allow a non-vaccinated player to compete in the Australian Open, it was the federal government that dealt with border entry requirements.

    Continue reading...", - "content": "

    Karen Andrews, home affairs minister, did give a hint of how things might play out.

    AAP reports that, before Novak Djokovic’s arrival, she said that while the Victorian government and Tennis Australia may allow a non-vaccinated player to compete in the Australian Open, it was the federal government that dealt with border entry requirements.

    Continue reading...", - "category": "Novak Djokovic", - "link": "https://www.theguardian.com/australia-news/live/2022/jan/06/australia-live-news-update-novak-djokovic-held-at-melbourne-airport-calls-for-more-free-covid-rapid-tests-scott-morrison-coronavirus-dominic-perrottet-case-numbers-vaccine-booster-rats-rapid-antigen-tests", - "creator": "Mostafa Rachwani and Tory Shepherd (earlier)", - "pubDate": "2022-01-06T08:39:35Z", + "title": "Hospitals in Greater Manchester call for military aid over Omicron surge", + "description": "

    Soldiers may provide basic care needs and ancillary support amid rise in staff absences due to Covid

    Hospitals in Greater Manchester have called for urgent military support as the region’s NHS creaks under pressure from the Omicron variant.

    Soldiers could be asked to carry out basic care needs, such as hydration and nutrition, for patients in so-called super-surge beds, as well as ancillary support including porter work, admin tasks and cleaning.

    Continue reading...", + "content": "

    Soldiers may provide basic care needs and ancillary support amid rise in staff absences due to Covid

    Hospitals in Greater Manchester have called for urgent military support as the region’s NHS creaks under pressure from the Omicron variant.

    Soldiers could be asked to carry out basic care needs, such as hydration and nutrition, for patients in so-called super-surge beds, as well as ancillary support including porter work, admin tasks and cleaning.

    Continue reading...", + "category": "Greater Manchester", + "link": "https://www.theguardian.com/uk-news/2022/jan/12/hospitals-in-greater-manchester-call-for-military-aid-over-omicron-surge", + "creator": "Tom Ambrose", + "pubDate": "2022-01-12T21:30:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276558,17 +280848,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1a4bb2cbd5a95e422f06bfd0a3b0f37", + "hash": "136c5e6b83428e47ec4b115d549ffddd", "highlights": [] }, { - "title": "Kazakhstan protests: Protesters storm government buildings – video", - "description": "

    Protesters took over government buildings and reportedly stormed the airport in Almaty, Kazakhstan, after demonstrations against a fuel price rise spread quickly across the country. A government announcement that the price would be fixed at a lower level did not slow protesters who say they are unhappy with corruption and the cost of living. 'Peacekeeping forces' from a Russia-led military alliance will be sent to help the country’s president, Kassym-Jomart Tokayev, regain control. Kazakh media outlets cited the interior ministry as saying 317 police and national guard servicemen have been injured and eight killed. There have been no reliable estimates of civilian casualties

    Continue reading...", - "content": "

    Protesters took over government buildings and reportedly stormed the airport in Almaty, Kazakhstan, after demonstrations against a fuel price rise spread quickly across the country. A government announcement that the price would be fixed at a lower level did not slow protesters who say they are unhappy with corruption and the cost of living. 'Peacekeeping forces' from a Russia-led military alliance will be sent to help the country’s president, Kassym-Jomart Tokayev, regain control. Kazakh media outlets cited the interior ministry as saying 317 police and national guard servicemen have been injured and eight killed. There have been no reliable estimates of civilian casualties

    Continue reading...", - "category": "Kazakhstan", - "link": "https://www.theguardian.com/world/video/2022/jan/06/kazakhstan-protests-protesters-storm-government-buildings-video", - "creator": "", - "pubDate": "2022-01-06T00:36:11Z", + "title": "How to pitch to the Guardian US’s Guns and Lies project", + "description": "

    We’re commissioning reported stories and comment pieces on the daily impact of gun violence across California

    The Guardian US’s Guns and Lies series covers the daily impact of gun violence across California communities and the people within these communities working to prevent it.

    America’s gun violence crisis is driven not by high-profile mass shootings but by everyday gun deaths in Black and brown communities. During the pandemic, these communities have witnessed a historic surge in daily shootings, one that the country has barely acknowledged and most Americans have hardly begun to understand.

    Highlight the daily realities of gun violence in California communities.

    Spotlight bright people and innovative programs working to curb violence.

    Reveal gaps in resources and policies aimed at curbing gun violence or serving survivors.

    Correct misconceptions about the gun violence crisis.

    Illuminate the dynamics behind the recent rise in gun violence in California and across the country.

    Continue reading...", + "content": "

    We’re commissioning reported stories and comment pieces on the daily impact of gun violence across California

    The Guardian US’s Guns and Lies series covers the daily impact of gun violence across California communities and the people within these communities working to prevent it.

    America’s gun violence crisis is driven not by high-profile mass shootings but by everyday gun deaths in Black and brown communities. During the pandemic, these communities have witnessed a historic surge in daily shootings, one that the country has barely acknowledged and most Americans have hardly begun to understand.

    Highlight the daily realities of gun violence in California communities.

    Spotlight bright people and innovative programs working to curb violence.

    Reveal gaps in resources and policies aimed at curbing gun violence or serving survivors.

    Correct misconceptions about the gun violence crisis.

    Illuminate the dynamics behind the recent rise in gun violence in California and across the country.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2022/jan/12/guns-and-lies-how-to-pitch", + "creator": "Eline Gordts", + "pubDate": "2022-01-12T22:13:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276580,17 +280870,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "06b243237b986ac9942c504ce73e0740", + "hash": "604b3e517ef100dfb3a5c8fd691c2d19", "highlights": [] }, { - "title": "Russian paratroopers arrive in Kazakhstan as unrest continues", - "description": "

    Moscow-led ‘peacekeeping’ alliance enters country amid violent clashes between protesters, police and army

    Russian paratroopers have arrived in Kazakhstan as part of a “peacekeeping” mission by a Moscow-led military alliance to help the president regain control of the country, according to Russian news agencies.

    Kazakhstan’s president, Kassym-Jomart Tokayev, asked for the intervention from the Collective Security Treaty Organization (CSTO) – an alliance made up of Russia, Armenia, Belarus, Kazakhstan, Kyrgyzstan and Tajikistan – late on Wednesday and it was swiftly approved.

    Continue reading...", - "content": "

    Moscow-led ‘peacekeeping’ alliance enters country amid violent clashes between protesters, police and army

    Russian paratroopers have arrived in Kazakhstan as part of a “peacekeeping” mission by a Moscow-led military alliance to help the president regain control of the country, according to Russian news agencies.

    Kazakhstan’s president, Kassym-Jomart Tokayev, asked for the intervention from the Collective Security Treaty Organization (CSTO) – an alliance made up of Russia, Armenia, Belarus, Kazakhstan, Kyrgyzstan and Tajikistan – late on Wednesday and it was swiftly approved.

    Continue reading...", - "category": "Kazakhstan", - "link": "https://www.theguardian.com/world/2022/jan/06/shots-heard-in-kazakhstan-as-protests-enter-third-day", - "creator": "Shaun Walker and Naubet Bisenov in Aktobe province, and agencies", - "pubDate": "2022-01-06T08:26:37Z", + "title": "Australia news live update: NSW records 22 Covid deaths and 92,264 cases as RAT backlog counted; 25 deaths in Victoria; more than 3,300 in hospital", + "description": "

    NSW records 92,264 Covid cases and 22 deaths with 2,383 in hospital; Victoria reports 37,169 cases and 25 deaths with 953 hospitalised; Novak Djokovic visa saga an ‘international embarrassment’ says Labor. Follow all the day’s news

    Albanese is laying the blame of Australia’s current Covid predicament squarely at Morrison’s feet.

    How is it we have got to this point? The rapid antigen tests were approved last September.

    The national plan made it clear that once we opened up there would be an increased number of infections and we needed to make sure we planned for it. We needed Scott Morrison to do his job.

    Working people have been saying that they needed access to testing for example for months after months. The Transport Workers Union wrote to the government last September about supply chains and the disruptions that could occur if they didn’t get access to rapid antigen tests and now we know this government only ordered en masse rapid antigen tests this week. It’s extraordinary their complacency.

    We have had a grand slam of failures from this government, whether it’s tracing, testing, and quarantine. On each occasion they wait until ... a problem becomes a crisis before Scott Morrison acts.

    Continue reading...", + "content": "

    NSW records 92,264 Covid cases and 22 deaths with 2,383 in hospital; Victoria reports 37,169 cases and 25 deaths with 953 hospitalised; Novak Djokovic visa saga an ‘international embarrassment’ says Labor. Follow all the day’s news

    Albanese is laying the blame of Australia’s current Covid predicament squarely at Morrison’s feet.

    How is it we have got to this point? The rapid antigen tests were approved last September.

    The national plan made it clear that once we opened up there would be an increased number of infections and we needed to make sure we planned for it. We needed Scott Morrison to do his job.

    Working people have been saying that they needed access to testing for example for months after months. The Transport Workers Union wrote to the government last September about supply chains and the disruptions that could occur if they didn’t get access to rapid antigen tests and now we know this government only ordered en masse rapid antigen tests this week. It’s extraordinary their complacency.

    We have had a grand slam of failures from this government, whether it’s tracing, testing, and quarantine. On each occasion they wait until ... a problem becomes a crisis before Scott Morrison acts.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/13/australia-news-live-update-national-cabinet-nsw-covid-cases-coronavirus-vaccine-novak-djokovic-alex-hawke-visa-tennis-australian-open-victoria-qld-morrison", + "creator": "Matilda Boseley", + "pubDate": "2022-01-12T22:13:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276602,17 +280892,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f2cc8827e8e7803451255c9b5c9f25f", + "hash": "6506047b2a60a4552617c544fa764d92", "highlights": [] }, { - "title": "‘I have moments of shame I can’t control’: the lives ruined by explicit ‘collector culture’", - "description": "

    The swapping, collating and posting of nude images of women without their consent is on the rise. But unlike revenge porn, it is not a crime. Now survivors are demanding a change in the law

    Ruby will never forget the first time she clicked on the database AnonIB. It is a so-called “revenge porn” site and in January 2020, a friend had texted her for help. Ruby is a secondary school teacher, used to supporting teenagers, and her friend turned to her for advice when she discovered her images were on the site.

    “She didn’t send the thread that she was on,” says Ruby, 29. “She was embarrassed, so she sent a general link to the site itself.” When Ruby opened it, “I couldn’t believe what I was seeing. I couldn’t believe that such an infrastructure existed: something so well organised, so systematic, fed by the people who lived around us.”

    Continue reading...", - "content": "

    The swapping, collating and posting of nude images of women without their consent is on the rise. But unlike revenge porn, it is not a crime. Now survivors are demanding a change in the law

    Ruby will never forget the first time she clicked on the database AnonIB. It is a so-called “revenge porn” site and in January 2020, a friend had texted her for help. Ruby is a secondary school teacher, used to supporting teenagers, and her friend turned to her for advice when she discovered her images were on the site.

    “She didn’t send the thread that she was on,” says Ruby, 29. “She was embarrassed, so she sent a general link to the site itself.” When Ruby opened it, “I couldn’t believe what I was seeing. I couldn’t believe that such an infrastructure existed: something so well organised, so systematic, fed by the people who lived around us.”

    Continue reading...", - "category": "Sexual harassment", - "link": "https://www.theguardian.com/world/2022/jan/06/i-have-moments-of-shame-i-cant-control-the-lives-ruined-by-explicit-collector-culture", - "creator": "Anna Moore", - "pubDate": "2022-01-06T06:00:03Z", + "title": "Senior backbench MP joins Scottish Tory leader in calling for Johnson to resign over No 10 lockdown party – live", + "description": "

    William Wragg says Boris Johnson is damaging reputation of party as Douglas Ross calls for him to stand down after prime minister admits attending party

    Another journalist who is very well plugged in to the thinking of Tory MPs is the Conservative Home editor Paul Goodman, a former MP himself. In what might be a rather ominous development for Johnson, Goodman devotes his main ConHome article this morning to discussing the process by which the Conservative party might go about replacing him (although he does not describe Johnson’s resignation as inevitable).

    Ed Davey, the Lib Dem leader, has said Boris Johnson should resign. He told BBC Breakfast:

    Boris Johnson is now incapable of leading our country through this public health crisis - I actually think he is a threat to the health of the nation, because no-one will do anything he says because he has now shown to have been deceitful, so Boris Johnson must now resign ...

    He said to parliament and to the country before Christmas when he was apologising that he didn’t know about the parties, and now we know he was at at least one of those parties.

    Continue reading...", + "content": "

    William Wragg says Boris Johnson is damaging reputation of party as Douglas Ross calls for him to stand down after prime minister admits attending party

    Another journalist who is very well plugged in to the thinking of Tory MPs is the Conservative Home editor Paul Goodman, a former MP himself. In what might be a rather ominous development for Johnson, Goodman devotes his main ConHome article this morning to discussing the process by which the Conservative party might go about replacing him (although he does not describe Johnson’s resignation as inevitable).

    Ed Davey, the Lib Dem leader, has said Boris Johnson should resign. He told BBC Breakfast:

    Boris Johnson is now incapable of leading our country through this public health crisis - I actually think he is a threat to the health of the nation, because no-one will do anything he says because he has now shown to have been deceitful, so Boris Johnson must now resign ...

    He said to parliament and to the country before Christmas when he was apologising that he didn’t know about the parties, and now we know he was at at least one of those parties.

    Continue reading...", + "category": "Politics", + "link": "https://www.theguardian.com/politics/live/2022/jan/12/boris-johnson-no-10-party-pmqs-keir-starmer-labour-coronavirus-latest-updates-covid-live", + "creator": "Tom Ambrose (now) and Andrew Sparrow (earlier)", + "pubDate": "2022-01-12T20:51:12Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276624,17 +280914,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e6ee9d0763973ae43379c8d94db8b37b", + "hash": "6c9f0c51ce715b968814f615f8ca2d2c", "highlights": [] }, { - "title": "Report critical of police treatment of Cornish G7 activists withdrawn", - "description": "

    Decision calling Project Servator intimidatory and oppressive fell afoul of ‘quality assurance process’

    Environmental activists who accused police of intimidation and harassment have had a review decision in their favour withdrawn in controversial circumstances.

    The decision, produced by the office of the police and crime commissioner for Devon and Cornwall, was particularly critical of Project Servator, a national anti-terrorism strategy, describing it, “increasingly being used as an intimidatory and oppressive national policing tactic”.

    Project Servator is “apparently increasingly being used as an intimidatory and oppressive national policing tactic”.

    While police witnesses were interviewed about the incident those visited by the police were not. “There appears to have been a quiescent acceptance of the police account of their actions by the [police] professional standards department.”

    Potential misconduct by police officers who visited the quarry and boatyard should also be considered.

    The matter should have been referred to the IOPC (Independent Office for Police Conduct) “given the politically sensitive and national implications of such disproportionality in a protest situation”.

    Continue reading...", - "content": "

    Decision calling Project Servator intimidatory and oppressive fell afoul of ‘quality assurance process’

    Environmental activists who accused police of intimidation and harassment have had a review decision in their favour withdrawn in controversial circumstances.

    The decision, produced by the office of the police and crime commissioner for Devon and Cornwall, was particularly critical of Project Servator, a national anti-terrorism strategy, describing it, “increasingly being used as an intimidatory and oppressive national policing tactic”.

    Project Servator is “apparently increasingly being used as an intimidatory and oppressive national policing tactic”.

    While police witnesses were interviewed about the incident those visited by the police were not. “There appears to have been a quiescent acceptance of the police account of their actions by the [police] professional standards department.”

    Potential misconduct by police officers who visited the quarry and boatyard should also be considered.

    The matter should have been referred to the IOPC (Independent Office for Police Conduct) “given the politically sensitive and national implications of such disproportionality in a protest situation”.

    Continue reading...", - "category": "Police", - "link": "https://www.theguardian.com/uk-news/2022/jan/06/police-cornish-g7-activists-report-withdrawn-project-servator", - "creator": "Diane Taylor", - "pubDate": "2022-01-06T14:35:13Z", + "title": "German court expected to accuse Assad regime in Syria of torture", + "description": "

    Ex-Syrian intelligence official Anwar Raslan is charged with crimes against humanity, rape and murder

    A German court is expected to issue a verdict against a former Syrian intelligence official accused of overseeing the murder of 58 people and the torture of thousands of others, in a landmark case expected to declare the actions of the Assad regime over the last decade a crime against humanity for the first time.

    The verdict against Anwar Raslan, a former colonel loyal to the regime who later defected and fled Syria, is both a highly symbolic moment for the Syrian opposition in exile and a potential risk for those seeking to bring more war criminals to justice in the future, some of whom say a harsh sentence could discourage other defectors from talking openly to authorities.

    Continue reading...", + "content": "

    Ex-Syrian intelligence official Anwar Raslan is charged with crimes against humanity, rape and murder

    A German court is expected to issue a verdict against a former Syrian intelligence official accused of overseeing the murder of 58 people and the torture of thousands of others, in a landmark case expected to declare the actions of the Assad regime over the last decade a crime against humanity for the first time.

    The verdict against Anwar Raslan, a former colonel loyal to the regime who later defected and fled Syria, is both a highly symbolic moment for the Syrian opposition in exile and a potential risk for those seeking to bring more war criminals to justice in the future, some of whom say a harsh sentence could discourage other defectors from talking openly to authorities.

    Continue reading...", + "category": "Syria", + "link": "https://www.theguardian.com/world/2022/jan/12/german-court-expected-to-accuse-assad-regime-in-syria-of-torture", + "creator": "Philip Oltermann in Berlin", + "pubDate": "2022-01-12T15:51:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276646,17 +280936,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec4cfb6048101aad67d7c5621e6f8cf9", + "hash": "c08a9bfffb55522f55c2e23020221e68", "highlights": [] }, { - "title": "UK accused of ‘targeted killing’ after drone strike on arms dealer to IS", - "description": "

    Rights charity Reprieve seeks answers from MoD over death of Abu Hamza al-Shuhail in Syria in October

    Britain has been accused of reviving a policy of “targeted killing” after it emerged that the RAF had killed an arms dealer linked to Islamic State in a precision drone strike in Syria at the end of October.

    Reprieve, a human rights charity, asked “what are the criteria” used to justify who can be targeted in a “track and kill” drone strike, and called on ministers to tell the Commons why this strike was deemed necessary.

    Continue reading...", - "content": "

    Rights charity Reprieve seeks answers from MoD over death of Abu Hamza al-Shuhail in Syria in October

    Britain has been accused of reviving a policy of “targeted killing” after it emerged that the RAF had killed an arms dealer linked to Islamic State in a precision drone strike in Syria at the end of October.

    Reprieve, a human rights charity, asked “what are the criteria” used to justify who can be targeted in a “track and kill” drone strike, and called on ministers to tell the Commons why this strike was deemed necessary.

    Continue reading...", - "category": "Islamic State", - "link": "https://www.theguardian.com/world/2022/jan/06/uk-accused-of-targeted-killing-after-drone-strike-on-arms-dealer-to-is", - "creator": "Dan Sabbagh Defence and security editor", - "pubDate": "2022-01-06T06:00:00Z", + "title": "Novak Djokovic allows training to be observed as investigations continue", + "description": "
    • World No 1 preparing for Australian Open after release
    • Australian government looking at multiple issues

    Novak Djokovic’s preparations for the Australian Open continued on Wednesday as the question of his presence in the country remained unresolved. Australia’s immigration minister, Alex Hawke, is still deliberating over whether or not he should revoke the world No 1’s visa.

    On Wednesday afternoon, Djokovic returned for his third practice session at Melbourne Park since he was released from immigration detention. With a small contingent of media present, Djokovic trained with the Australian youngster Tristan Schoolkate and worked through a series of drills.

    Continue reading...", + "content": "
    • World No 1 preparing for Australian Open after release
    • Australian government looking at multiple issues

    Novak Djokovic’s preparations for the Australian Open continued on Wednesday as the question of his presence in the country remained unresolved. Australia’s immigration minister, Alex Hawke, is still deliberating over whether or not he should revoke the world No 1’s visa.

    On Wednesday afternoon, Djokovic returned for his third practice session at Melbourne Park since he was released from immigration detention. With a small contingent of media present, Djokovic trained with the Australian youngster Tristan Schoolkate and worked through a series of drills.

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/sport/2022/jan/12/novak-djokovic-back-on-court-australia-open-investigations-continue", + "creator": "Tumaini Carayol in Melbourne", + "pubDate": "2022-01-12T18:18:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276668,17 +280958,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2cb5793eddafd4ad9409d6c9b1aecc86", + "hash": "57336bdd64ae98597091b26d9351b5eb", "highlights": [] }, { - "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", + "title": "Palestinian man, 80, found dead after Israeli raid in West Bank", + "description": "

    Omar Abdalmajeed As’ad, described by family as US citizen, was apprehended after ‘resisting a check’

    An 80-year-old Palestinian man, described by his family as a US citizen, has been found dead after being detained and handcuffed during an Israeli raid on a village in the occupied West Bank.

    The body of Omar Abdalmajeed As’ad was found in Jiljilya in the early hours of Wednesday with a plastic zip-tie still around one wrist, villagers told Reuters.

    Continue reading...", + "content": "

    Omar Abdalmajeed As’ad, described by family as US citizen, was apprehended after ‘resisting a check’

    An 80-year-old Palestinian man, described by his family as a US citizen, has been found dead after being detained and handcuffed during an Israeli raid on a village in the occupied West Bank.

    The body of Omar Abdalmajeed As’ad was found in Jiljilya in the early hours of Wednesday with a plastic zip-tie still around one wrist, villagers told Reuters.

    Continue reading...", + "category": "Palestinian territories", + "link": "https://www.theguardian.com/world/2022/jan/12/elderly-palestinian-man-found-dead-after-israeli-raid", + "creator": "Reuters in Jiljiya", + "pubDate": "2022-01-12T17:24:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276690,17 +280980,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "557cd1d5de3e7f83e3f6b1c8949dc8bd", + "hash": "8f3c8f6e457e9700d05efe313976969f", "highlights": [] }, { - "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", + "title": "Aras Amiri: Iran frees British Council employee accused of spying", + "description": "Aras Amiri is now at an undisclosed address in the UK.", + "content": "Aras Amiri is now at an undisclosed address in the UK.", + "category": "Iran", + "link": "https://www.theguardian.com/world/2022/jan/12/aras-amiri-iran-frees-uk-iranian-woman-accused-of-spying", + "creator": "Patrick Wintour Diplomatic editor", + "pubDate": "2022-01-12T14:09:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276712,17 +281002,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "918bf701412e9a46a5c96897fecf9635", + "hash": "720db658484091b15a4d278a29bfe2bf", "highlights": [] }, { - "title": "Covid live news: French parliament approves ‘vaccine pass’ law; more than 500,000 in UK have had long Covid for over a year", - "description": "

    Law passes after controversy over Macron’s words on putting pressure on unvaccinated; UK figures suggest high number of people with long tail Covid

    Novak Djokovic flew into Melbourne airport on Wednesday night planning to defend his Australian Open title. Instead, the World No 1 is being held in a quarantine hotel and is set to be deported tonight after a remarkable series of events led to his visa being cancelled.

    So how on earth did it get to this point?

    Continue reading...", - "content": "

    Law passes after controversy over Macron’s words on putting pressure on unvaccinated; UK figures suggest high number of people with long tail Covid

    Novak Djokovic flew into Melbourne airport on Wednesday night planning to defend his Australian Open title. Instead, the World No 1 is being held in a quarantine hotel and is set to be deported tonight after a remarkable series of events led to his visa being cancelled.

    So how on earth did it get to this point?

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/06/covid-live-news-pfizer-expects-clinical-data-for-under-5s-in-april-italy-to-mandate-vaccines-for-over-50s", - "creator": "Lucy Campbell (now); Martin Belam and Helen Livingstone (earlier)", - "pubDate": "2022-01-06T13:28:50Z", + "title": "France poised to lift blanket ban on UK travellers ‘by end of the week’", + "description": "

    Skiing holidays could soon be given the green light, following the ease of travel restrictions in the ‘next few days’

    British skiers could soon be able to return to French slopes after an announcement that France is due to lift its blanket ban on non-essential travel from the UK.

    The French government’s official spokesman, Gabriel Attal, said after a weekly cabinet meeting on Wednesday that Paris would ease travel restrictions from the UK to France in the next few days.

    Continue reading...", + "content": "

    Skiing holidays could soon be given the green light, following the ease of travel restrictions in the ‘next few days’

    British skiers could soon be able to return to French slopes after an announcement that France is due to lift its blanket ban on non-essential travel from the UK.

    The French government’s official spokesman, Gabriel Attal, said after a weekly cabinet meeting on Wednesday that Paris would ease travel restrictions from the UK to France in the next few days.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2022/jan/12/france-poised-to-lift-blanket-ban-on-uk-travellers-by-end-of-the-week", + "creator": "Jon Henley and Nazia Parveen", + "pubDate": "2022-01-12T15:51:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276730,21 +281020,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "2bdee110c25323f7de053d6609ba85b0", + "hash": "03d67d40fe5aeb7fbe4e6674c7a95236", "highlights": [] }, { - "title": "Spanish minister under fire after ‘mega-farm’ claims in Guardian", - "description": "

    Government distances itself from Alberto Garzón’s remarks about ‘poor-quality meat’ and unsustainable factory farms

    Claims by a Spanish government minister that factory farming is damaging the environment and leading to the export of poor-quality meat have provoked a furious backlash after his comments were published in the Guardian.

    In an interview published on Boxing Day, Alberto Garzón, the minister for consumer affairs, defended traditional grazing “as an environmentally sustainable means of cattle farming”.

    Continue reading...", - "content": "

    Government distances itself from Alberto Garzón’s remarks about ‘poor-quality meat’ and unsustainable factory farms

    Claims by a Spanish government minister that factory farming is damaging the environment and leading to the export of poor-quality meat have provoked a furious backlash after his comments were published in the Guardian.

    In an interview published on Boxing Day, Alberto Garzón, the minister for consumer affairs, defended traditional grazing “as an environmentally sustainable means of cattle farming”.

    Continue reading...", - "category": "Spain", - "link": "https://www.theguardian.com/world/2022/jan/06/spanish-minister-under-fire-after-mega-farm-claims-in-guardian", - "creator": "Stephen Burgen in Barcelona", - "pubDate": "2022-01-06T13:24:29Z", + "title": "‘Society was volatile. That spirit was in our music’: how Japan created its own jazz", + "description": "

    Postwar Japan embraced the music of its former enemy – and, powered by anti-establishment feeling, remade it. As they find a new global audience, the country’s jazz innovators explain what drove them

    The story of Japanese jazz is about music and a movement, but also a nation’s state of mind – a daring vision of a better future after the second world war, sounded out on piano, drums and brass. Jazz is a distinctly American art form – the US’s greatest cultural achievement, in fact, along with hip-hop – and a healthy scene had formed in the 1920s and 30s as American players toured the clubs of Tokyo, Kobe and Osaka. But Japan had historically been an insular nation – its policy of sakoku, which for more than two centuries severely limited contact with the outside world, had only ended in the 1850s – and an increasingly nationalist government, feeling jazz diluted Japanese culture, began to crack down. By the second world war, “the music of the enemy” was outlawed.

    After the country’s surrender, occupying forces oversaw sweeping reforms. American troops brought jazz records with them; Japanese musicians picked up work entertaining the troops. There was a proliferation of jazz kissa (cafes), a distinctly Japanese phenomenon where locals could sit and listen to records for as long as they wanted. For some, jazz was the sound of modernity.

    Continue reading...", + "content": "

    Postwar Japan embraced the music of its former enemy – and, powered by anti-establishment feeling, remade it. As they find a new global audience, the country’s jazz innovators explain what drove them

    The story of Japanese jazz is about music and a movement, but also a nation’s state of mind – a daring vision of a better future after the second world war, sounded out on piano, drums and brass. Jazz is a distinctly American art form – the US’s greatest cultural achievement, in fact, along with hip-hop – and a healthy scene had formed in the 1920s and 30s as American players toured the clubs of Tokyo, Kobe and Osaka. But Japan had historically been an insular nation – its policy of sakoku, which for more than two centuries severely limited contact with the outside world, had only ended in the 1850s – and an increasingly nationalist government, feeling jazz diluted Japanese culture, began to crack down. By the second world war, “the music of the enemy” was outlawed.

    After the country’s surrender, occupying forces oversaw sweeping reforms. American troops brought jazz records with them; Japanese musicians picked up work entertaining the troops. There was a proliferation of jazz kissa (cafes), a distinctly Japanese phenomenon where locals could sit and listen to records for as long as they wanted. For some, jazz was the sound of modernity.

    Continue reading...", + "category": "Jazz", + "link": "https://www.theguardian.com/music/2022/jan/12/how-japan-created-its-own-jazz", + "creator": "Dean Van Nguyen", + "pubDate": "2022-01-12T12:25:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276756,17 +281046,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c541cd0622c40ba1ca9fa02ab2a4ddd0", + "hash": "c18f227d025c8f43001803249f5ccf8f", "highlights": [] }, { - "title": "Literary mystery may finally be solved as man arrested for allegedly stealing unpublished books", - "description": "

    Filippo Bernardini is accused of impersonating publishing figures to steal manuscripts, in scam that has stumped authors and editors for years

    A mysterious fraudster who impersonated publishers and agents to steal book manuscripts in an international phishing scam may have finally been caught, with the FBI arresting a 29-year-old man at John F Kennedy airport in New York on Wednesday.

    Filippo Bernardini, an Italian citizen who worked at UK publisher Simon & Schuster, was arrested upon landing in the US on Wednesday. The FBI alleged that Bernardini had “impersonated, defrauded, and attempted to defraud, hundreds of individuals” to obtain unpublished and draft works.

    Continue reading...", - "content": "

    Filippo Bernardini is accused of impersonating publishing figures to steal manuscripts, in scam that has stumped authors and editors for years

    A mysterious fraudster who impersonated publishers and agents to steal book manuscripts in an international phishing scam may have finally been caught, with the FBI arresting a 29-year-old man at John F Kennedy airport in New York on Wednesday.

    Filippo Bernardini, an Italian citizen who worked at UK publisher Simon & Schuster, was arrested upon landing in the US on Wednesday. The FBI alleged that Bernardini had “impersonated, defrauded, and attempted to defraud, hundreds of individuals” to obtain unpublished and draft works.

    Continue reading...", - "category": "Publishing", - "link": "https://www.theguardian.com/books/2022/jan/06/literary-mystery-may-finally-be-solved-as-man-arrested-for-allegedly-stealing-unpublished-books", - "creator": "Sian Cain", - "pubDate": "2022-01-06T04:20:57Z", + "title": "Prince Andrew: what does duke’s future hold and what might he lose?", + "description": "

    From financial damages to military titles, the cost of Virginia Giuffre’s case going ahead could be high

    Prince Andrew has been forced to scale back his royal duties in the wake of sexual assault allegations from Virginia Giuffre, claims he strenuously denies.

    Aside from his royal roles, private firms such as BT and Barclays have also severed ties with him in recent years.

    Continue reading...", + "content": "

    From financial damages to military titles, the cost of Virginia Giuffre’s case going ahead could be high

    Prince Andrew has been forced to scale back his royal duties in the wake of sexual assault allegations from Virginia Giuffre, claims he strenuously denies.

    Aside from his royal roles, private firms such as BT and Barclays have also severed ties with him in recent years.

    Continue reading...", + "category": "Prince Andrew", + "link": "https://www.theguardian.com/uk-news/2022/jan/12/prince-andrew-what-does-dukes-future-hold-and-what-might-he-lose", + "creator": "Matthew Weaver", + "pubDate": "2022-01-12T20:05:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276774,21 +281064,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2d8b8aaea62e17eea260a74c36dbb574", + "hash": "e2f6cb4eb693221010b9d0791b4a673e", "highlights": [] }, { - "title": "‘Ghost’ orchid that grows in the dark among new plant finds", - "description": "

    Hundreds of new species include pink voodoo lily and an ylang-ylang tree named after Leonardo DiCaprio

    A ghost orchid that grows in complete darkness, an insect-trapping tobacco plant and an “exploding firework” flower are among the new species named by scientists in the last year. The species range from a voodoo lily from Cameroon to a rare tooth fungus unearthed near London, UK.

    A new tree from the ylang-ylang family is the first to be named in 2022 and is being named after the actor and environmentalist Leonardo DiCaprio. He campaigned to revoke a logging concession which threatened the African tree, which features glossy yellow flowers on its trunk.

    Continue reading...", - "content": "

    Hundreds of new species include pink voodoo lily and an ylang-ylang tree named after Leonardo DiCaprio

    A ghost orchid that grows in complete darkness, an insect-trapping tobacco plant and an “exploding firework” flower are among the new species named by scientists in the last year. The species range from a voodoo lily from Cameroon to a rare tooth fungus unearthed near London, UK.

    A new tree from the ylang-ylang family is the first to be named in 2022 and is being named after the actor and environmentalist Leonardo DiCaprio. He campaigned to revoke a logging concession which threatened the African tree, which features glossy yellow flowers on its trunk.

    Continue reading...", - "category": "Plants", - "link": "https://www.theguardian.com/environment/2022/jan/06/ghost-orchid-that-grows-in-the-dark-among-new-plant-finds", - "creator": "Damian Carrington Environment editor", - "pubDate": "2022-01-06T11:00:01Z", + "title": "Spanish court orders doctors be compensated for lack of Covid PPE", + "description": "

    Court rules region of Valencia failed to protect medics in early days of pandemic

    Spain’s medical community has scored a victory after a court ordered that a regional government must compensate doctors up to €49,000 (£41,000) each for having to work without personal protective equipment (PPE) during the devastating early months of the pandemic.

    The lawsuit brought by a doctor’s union is the first of its kind to be won in Spain, whose health care system was pushed to the brink when Covid-19 first struck.

    Continue reading...", + "content": "

    Court rules region of Valencia failed to protect medics in early days of pandemic

    Spain’s medical community has scored a victory after a court ordered that a regional government must compensate doctors up to €49,000 (£41,000) each for having to work without personal protective equipment (PPE) during the devastating early months of the pandemic.

    The lawsuit brought by a doctor’s union is the first of its kind to be won in Spain, whose health care system was pushed to the brink when Covid-19 first struck.

    Continue reading...", + "category": "Spain", + "link": "https://www.theguardian.com/world/2022/jan/12/spanish-court-orders-doctors-be-compensated-for-lack-of-covid-ppe", + "creator": "AP in Barcelona", + "pubDate": "2022-01-12T20:02:52Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276800,17 +281090,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "86078d8d0b108664081fb98d0d1ff690", + "hash": "4be99e7d7cc30d91105b67a0f7632351", "highlights": [] }, { - "title": "Detectives, sea monsters and stupid dangerous stunts – take the Thursday quiz", - "description": "

    Fifteen questions on general knowledge and topical trivia, plus a few jokes every Thursday – how will you fare?

    A new year! 2022! A chance for a new beginning! A chance to put it all behind you! Everything is renewed! But not here at the Thursday quiz, where it is the same old gubbins as ever, or as one excited commentator put it last week: “Sheesh Martin, the Sparks shoehorn? Again?” Ahead of you lie 15 topical and general knowledge questions, sprinkled with a generous helping of Ron from Sparks, a hidden Doctor Who reference, the wonderful Kate Bush and all your favourites. It is just for fun and there are no prizes, but let us know how you get on in the comments.

    The Thursday quiz, No 37

    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 his new year resolution was to ignore all his work emails.

    Continue reading...", - "content": "

    Fifteen questions on general knowledge and topical trivia, plus a few jokes every Thursday – how will you fare?

    A new year! 2022! A chance for a new beginning! A chance to put it all behind you! Everything is renewed! But not here at the Thursday quiz, where it is the same old gubbins as ever, or as one excited commentator put it last week: “Sheesh Martin, the Sparks shoehorn? Again?” Ahead of you lie 15 topical and general knowledge questions, sprinkled with a generous helping of Ron from Sparks, a hidden Doctor Who reference, the wonderful Kate Bush and all your favourites. It is just for fun and there are no prizes, but let us know how you get on in the comments.

    The Thursday quiz, No 37

    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 his new year resolution was to ignore all his work emails.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/06/detectives-sea-monsters-and-stupid-dangerous-stunts-take-the-thursday-quiz", - "creator": "Martin Belam", - "pubDate": "2022-01-06T11:00:02Z", + "title": "Maureen Lipman: my opinion on casting was not an attack on Helen Mirren | Letter", + "description": "

    If the ethnicity or gender of the character drives the role then that ethnicity should be prioritised, writes Maureen Lipman

    Thank our mutual god for the intelligence and eloquence of David Baddiel (‘Why don’t Jews play Jews?’ – David Baddiel on the row over Helen Mirren as Golda Meir, 12 January). But may I take issue with the Guardian on one point? I did not attack Dame Helen Mirren (Maureen Lipman attacks casting of Helen Mirren as former Israeli PM Golda Meir, 12 January). I was asked by a reporter for my opinion in a continuing debate. (I don’t tend to charge out of the house to Speaker’s Corner with a loud-hailer and a dustbin lid.)

    My opinion was that if the ethnicity or gender of the character drives the role then that ethnicity should be prioritised, as it is now with other minorities.

    Continue reading...", + "content": "

    If the ethnicity or gender of the character drives the role then that ethnicity should be prioritised, writes Maureen Lipman

    Thank our mutual god for the intelligence and eloquence of David Baddiel (‘Why don’t Jews play Jews?’ – David Baddiel on the row over Helen Mirren as Golda Meir, 12 January). But may I take issue with the Guardian on one point? I did not attack Dame Helen Mirren (Maureen Lipman attacks casting of Helen Mirren as former Israeli PM Golda Meir, 12 January). I was asked by a reporter for my opinion in a continuing debate. (I don’t tend to charge out of the house to Speaker’s Corner with a loud-hailer and a dustbin lid.)

    My opinion was that if the ethnicity or gender of the character drives the role then that ethnicity should be prioritised, as it is now with other minorities.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2022/jan/12/maureen-lipman-my-opinion-on-casting-was-not-an-attack-on-helen-mirren", + "creator": "Letters", + "pubDate": "2022-01-12T18:36:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276822,17 +281112,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c1d03ba141274471186b026eb40ecea", + "hash": "6ae5a40930f8dde7ee0bea1fce1beb9c", "highlights": [] }, { - "title": "US Capitol attack: Liz Cheney says Trump’s conduct was ‘a supreme dereliction of duty’ – live", - "description": "

    Here’s more from Liz Cheney, the vice chair of the special House committee investigating the 6 January attack on the US Capitol, who was on the Today Show this morning.

    She told Savannah Guthrie that our institutions “only held because of people who were willing to stand up against the pressure from former president Trump, people in his own department of justice...elected officials at the state level who stood up to him and the law enforcement officers here at the Capitol.”

    Continue reading...", - "content": "

    Here’s more from Liz Cheney, the vice chair of the special House committee investigating the 6 January attack on the US Capitol, who was on the Today Show this morning.

    She told Savannah Guthrie that our institutions “only held because of people who were willing to stand up against the pressure from former president Trump, people in his own department of justice...elected officials at the state level who stood up to him and the law enforcement officers here at the Capitol.”

    Continue reading...", - "category": "US Capitol attack", - "link": "https://www.theguardian.com/us-news/live/2022/jan/06/us-capitol-attack-one-year-anniversary-trump-pence-biden-house-committee-live", - "creator": "Vivian Ho", - "pubDate": "2022-01-06T13:24:14Z", + "title": "January 6 panel to invite Republican minority leader Kevin McCarthy to testify – live", + "description": "

    Joe Biden will travel to Capitol Hill tomorrow to join Senate Democrats’ meeting about the path forward for passing voting rights bills.

    “President Biden is expected to attend tomorrow’s Senate Dem Caucus lunch to discuss the push to pass voting rights and potential changes to Senate rules,” a senior Democratic aide said.

    Continue reading...", + "content": "

    Joe Biden will travel to Capitol Hill tomorrow to join Senate Democrats’ meeting about the path forward for passing voting rights bills.

    “President Biden is expected to attend tomorrow’s Senate Dem Caucus lunch to discuss the push to pass voting rights and potential changes to Senate rules,” a senior Democratic aide said.

    Continue reading...", + "category": "Joe Manchin", + "link": "https://www.theguardian.com/us-news/live/2022/jan/12/democrats-biden-voting-rights-filibuster-us-politics-live-latest", + "creator": "Joan E Greve in Washington", + "pubDate": "2022-01-12T20:49:45Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276844,17 +281134,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "93ef5d69d30c9bdf30f632cb2d0f037c", + "hash": "b2d711848f054f379aade27fef1ffdae", "highlights": [] }, { - "title": "Covid live news: French parliament approves ‘vaccine pass’ law; Italy to mandate vaccines for over 50s", - "description": "

    Law passes after controversy over Macron’s words on putting pressure on unvaccinated; Italy tightens vaccination rules as it reports record rise in cases

    Novak Djokovic flew into Melbourne airport on Wednesday night planning to defend his Australian Open title. Instead, the World No 1 is being held in a quarantine hotel and is set to be deported tonight after a remarkable series of events led to his visa being cancelled.

    So how on earth did it get to this point?

    Continue reading...", - "content": "

    Law passes after controversy over Macron’s words on putting pressure on unvaccinated; Italy tightens vaccination rules as it reports record rise in cases

    Novak Djokovic flew into Melbourne airport on Wednesday night planning to defend his Australian Open title. Instead, the World No 1 is being held in a quarantine hotel and is set to be deported tonight after a remarkable series of events led to his visa being cancelled.

    So how on earth did it get to this point?

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/06/covid-live-news-pfizer-expects-clinical-data-for-under-5s-in-april-italy-to-mandate-vaccines-for-over-50s", - "creator": "Martin Belam (now) and Helen Livingstone (earlier)", - "pubDate": "2022-01-06T09:46:10Z", + "title": "Australia news live update: national cabinet meets to discuss severe staff shortages; NSW Covid cases to spike as rapid tests counted", + "description": "

    Scott Morrison and state and territory leaders will consider easing Covid isolation rules for more workers. Follow all the day’s news

    Well, scratch that, Victor Dominello has just told Sunrise that the number of positive antigen tests registered with the NSW government is now up to 82,000.

    As it goes, it is 82,000, but that is 82,000 over 12 days...

    We expect to get a high number given that we have provided for people to put their data from 1 January. This is not just people putting in data from yesterday, it is people having rapid antigen tests on the second and third and fourth of January, putting that information in and getting it together. They are high numbers.

    It’s almost going to be impossible in many ways to enforce...

    But the majority of the states and territories in the country have gone down the path of issuing a fine or putting a fine in place - Tasmania, South Australia, Northern Territory, ACT - and some have chosen the other path of just saying please do it.

    Continue reading...", + "content": "

    Scott Morrison and state and territory leaders will consider easing Covid isolation rules for more workers. Follow all the day’s news

    Well, scratch that, Victor Dominello has just told Sunrise that the number of positive antigen tests registered with the NSW government is now up to 82,000.

    As it goes, it is 82,000, but that is 82,000 over 12 days...

    We expect to get a high number given that we have provided for people to put their data from 1 January. This is not just people putting in data from yesterday, it is people having rapid antigen tests on the second and third and fourth of January, putting that information in and getting it together. They are high numbers.

    It’s almost going to be impossible in many ways to enforce...

    But the majority of the states and territories in the country have gone down the path of issuing a fine or putting a fine in place - Tasmania, South Australia, Northern Territory, ACT - and some have chosen the other path of just saying please do it.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/13/australia-news-live-update-national-cabinet-nsw-covid-cases-coronavirus-vaccine-novak-djokovic-alex-hawke-visa-tennis-australian-open-victoria-qld-morrison", + "creator": "Matilda Boseley", + "pubDate": "2022-01-12T20:47:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276866,17 +281156,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3690d7ea2f1462ee458d326e401d1bb8", + "hash": "82dc2462d16730d116d725fe6212d480", "highlights": [] }, { - "title": "Ghislaine Maxwell’s lawyers call for a retrial following juror’s interview", - "description": "

    Maxwell’s legal team says they believe a new trial is warranted following revelations about juror

    Lawyers for Ghislaine Maxwell have called for a retrial 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.

    With additional reporting from Edward Helmore

    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": "

    Maxwell’s legal team says they believe a new trial is warranted following revelations about juror

    Lawyers for Ghislaine Maxwell have called for a retrial 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.

    With additional reporting from Edward Helmore

    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", + "title": "Prince Andrew fails in bid to dismiss US sexual abuse lawsuit", + "description": "

    Civil claim against duke by longtime accuser Virginia Giuffre can move forward, federal judge rules in New York

    • This article contains descriptions of sexual abuse

    A judge in New York has rejected Prince Andrew’s attempt to persuade a US court to throw out a sexual abuse lawsuit brought against him by longtime American accuser Virginia Giuffre.

    Giuffre, now 38, says she was forced into sex at 17 with Andrew, the Duke of York, by associates of his, the late sex offender and financier, Jeffrey Epstein, and Ghislaine Maxwell, the British media heiress who was convicted in New York last month of sex-trafficking girls for Epstein.

    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": "

    Civil claim against duke by longtime accuser Virginia Giuffre can move forward, federal judge rules in New York

    • This article contains descriptions of sexual abuse

    A judge in New York has rejected Prince Andrew’s attempt to persuade a US court to throw out a sexual abuse lawsuit brought against him by longtime American accuser Virginia Giuffre.

    Giuffre, now 38, says she was forced into sex at 17 with Andrew, the Duke of York, by associates of his, the late sex offender and financier, Jeffrey Epstein, and Ghislaine Maxwell, the British media heiress who was convicted in New York last month of sex-trafficking girls for Epstein.

    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": "Prince Andrew", + "link": "https://www.theguardian.com/uk-news/2022/jan/12/prince-andrew-case-proceed-latest-ruling-virginia-giuffre", "creator": "Victoria Bekiempis in New York", - "pubDate": "2022-01-05T22:29:39Z", + "pubDate": "2022-01-12T16:47:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276888,17 +281178,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d6a5da1fa904c6f7ae93540496346eb", + "hash": "b60c929235855f426b9c914a9854195d", "highlights": [] }, { - "title": "German police dogs sent off duty after ban on ‘pulling collars’", - "description": "

    Method used to control dogs while making arrests illegal under new animal rights law

    Berlin police dogs trained to attack perpetrators have been put on an enforced break, along with their handlers, over contradictions between the methods used to control them and a new law to prevent cruelty to dogs.

    The use of pulling collars to channel a police dog’s aggression towards an agitator or potential criminal contravenes the law, introduced by the former agriculture minister, which came into force on 1 January.

    Continue reading...", - "content": "

    Method used to control dogs while making arrests illegal under new animal rights law

    Berlin police dogs trained to attack perpetrators have been put on an enforced break, along with their handlers, over contradictions between the methods used to control them and a new law to prevent cruelty to dogs.

    The use of pulling collars to channel a police dog’s aggression towards an agitator or potential criminal contravenes the law, introduced by the former agriculture minister, which came into force on 1 January.

    Continue reading...", - "category": "Germany", - "link": "https://www.theguardian.com/world/2022/jan/06/german-police-dogs-sent-off-duty-after-ban-on-pulling-collars", - "creator": "Kate Connolly in Berlin", - "pubDate": "2022-01-06T05:00:53Z", + "title": "Scottish Tory leader says Boris Johnson should resign after PM admits attending No 10 lockdown party – live", + "description": "

    Douglass Ross calls for Boris Johnson to stand down after prime minister apologises but says he thought party was a ‘work event’

    Another journalist who is very well plugged in to the thinking of Tory MPs is the Conservative Home editor Paul Goodman, a former MP himself. In what might be a rather ominous development for Johnson, Goodman devotes his main ConHome article this morning to discussing the process by which the Conservative party might go about replacing him (although he does not describe Johnson’s resignation as inevitable).

    Ed Davey, the Lib Dem leader, has said Boris Johnson should resign. He told BBC Breakfast:

    Boris Johnson is now incapable of leading our country through this public health crisis - I actually think he is a threat to the health of the nation, because no-one will do anything he says because he has now shown to have been deceitful, so Boris Johnson must now resign ...

    He said to parliament and to the country before Christmas when he was apologising that he didn’t know about the parties, and now we know he was at at least one of those parties.

    Continue reading...", + "content": "

    Douglass Ross calls for Boris Johnson to stand down after prime minister apologises but says he thought party was a ‘work event’

    Another journalist who is very well plugged in to the thinking of Tory MPs is the Conservative Home editor Paul Goodman, a former MP himself. In what might be a rather ominous development for Johnson, Goodman devotes his main ConHome article this morning to discussing the process by which the Conservative party might go about replacing him (although he does not describe Johnson’s resignation as inevitable).

    Ed Davey, the Lib Dem leader, has said Boris Johnson should resign. He told BBC Breakfast:

    Boris Johnson is now incapable of leading our country through this public health crisis - I actually think he is a threat to the health of the nation, because no-one will do anything he says because he has now shown to have been deceitful, so Boris Johnson must now resign ...

    He said to parliament and to the country before Christmas when he was apologising that he didn’t know about the parties, and now we know he was at at least one of those parties.

    Continue reading...", + "category": "Politics", + "link": "https://www.theguardian.com/politics/live/2022/jan/12/boris-johnson-no-10-party-pmqs-keir-starmer-labour-coronavirus-latest-updates-covid-live", + "creator": "Andrew Sparrow", + "pubDate": "2022-01-12T17:11:40Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276910,17 +281200,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "59f45ab9548e16079360b553c8eea737", + "hash": "a71da1d958f73f62b5982d6d59ae69ed", "highlights": [] }, { - "title": "China fires hospital officials after pregnant woman loses baby due to Covid lockdown rules", - "description": "

    The woman was allegedly denied entry to a hospital in the city of Xi’an because her negative Covid test was four hours too old

    Chinese hospital officials have been fired after a pregnant woman lost her baby after she was denied entry at a Xi’an hospital due to coronavirus lockdown restrictions.

    On the night of 1 January a woman in labour was denied entry to the Xi’an Gaoxin hospital because her negative test result was four hours too old. She began bleeding heavily while waiting outside, and was eventually admitted but the baby died.

    Continue reading...", - "content": "

    The woman was allegedly denied entry to a hospital in the city of Xi’an because her negative Covid test was four hours too old

    Chinese hospital officials have been fired after a pregnant woman lost her baby after she was denied entry at a Xi’an hospital due to coronavirus lockdown restrictions.

    On the night of 1 January a woman in labour was denied entry to the Xi’an Gaoxin hospital because her negative test result was four hours too old. She began bleeding heavily while waiting outside, and was eventually admitted but the baby died.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2022/jan/06/china-fires-hospital-officials-after-pregnant-woman-loses-baby-due-to-covid-lockdown-rules", - "creator": "Helen Davidson", - "pubDate": "2022-01-06T05:52:36Z", + "title": "Elderly Palestinian man found dead after Israeli raid", + "description": "

    Omar Abdalmajeed As’ad had been apprehended after ‘resisting a check’

    An 80-year-old Palestinian man, described by his family as a US citizen, has been found dead after being detained and handcuffed during an Israeli raid on a village in the occupied West Bank.

    The body of Omar Abdalmajeed As’ad was found in Jiljilya in the early hours of Wednesday with a plastic zip-tie still around one wrist, villagers told Reuters.

    Continue reading...", + "content": "

    Omar Abdalmajeed As’ad had been apprehended after ‘resisting a check’

    An 80-year-old Palestinian man, described by his family as a US citizen, has been found dead after being detained and handcuffed during an Israeli raid on a village in the occupied West Bank.

    The body of Omar Abdalmajeed As’ad was found in Jiljilya in the early hours of Wednesday with a plastic zip-tie still around one wrist, villagers told Reuters.

    Continue reading...", + "category": "Palestinian territories", + "link": "https://www.theguardian.com/world/2022/jan/12/elderly-palestinian-man-found-dead-after-israeli-raid", + "creator": "Reuters in Jiljiya", + "pubDate": "2022-01-12T17:04:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276932,17 +281222,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1acca7f6ac25c119f5a3b9acd0c054a4", + "hash": "9174f570faf21b6619e5dd3bdeea527b", "highlights": [] }, { - "title": "Capitol attack: Biden to stress Trump’s ‘singular responsibility’ on anniversary", - "description": "

    President will lead sombre commemorations in Washington of deadly assault on US democracy

    It was a day that shook America. Joe Biden will lead sombre commemorations on Thursday to mark one year since the US Capitol insurrection that left five people dead and the nation’s democracy wounded, and is expected to lay out the “singular responsibility” that Donald Trump has for the “chaos and carnage” of that day.

    In a speech, Biden will directly address the former president’s role in the attack and his attempts since to distract from or downplay events, the White House said.

    Continue reading...", - "content": "

    President will lead sombre commemorations in Washington of deadly assault on US democracy

    It was a day that shook America. Joe Biden will lead sombre commemorations on Thursday to mark one year since the US Capitol insurrection that left five people dead and the nation’s democracy wounded, and is expected to lay out the “singular responsibility” that Donald Trump has for the “chaos and carnage” of that day.

    In a speech, Biden will directly address the former president’s role in the attack and his attempts since to distract from or downplay events, the White House said.

    Continue reading...", - "category": "US Capitol attack", - "link": "https://www.theguardian.com/us-news/2022/jan/05/us-capitol-attack-anniversary-joe-biden-police", - "creator": "David Smith Washington bureau chief", - "pubDate": "2022-01-06T01:00:48Z", + "title": "Cameroonian senator shot dead in lawless anglophone region", + "description": "

    Violence against government figures is common in separatist north-western area where Henry Kemende died

    A prominent opposition figure and senator has been shot dead in Bamenda city in Cameroon’s restive north-western anglophone region.

    Gunmen forced Henry Kemende out ​from​ his car and then shot him in the​ ​chest, ​his Social Democratic Front party said, blaming separatist fighters. Politicians and civil society groups have condemned the killing.

    Continue reading...", + "content": "

    Violence against government figures is common in separatist north-western area where Henry Kemende died

    A prominent opposition figure and senator has been shot dead in Bamenda city in Cameroon’s restive north-western anglophone region.

    Gunmen forced Henry Kemende out ​from​ his car and then shot him in the​ ​chest, ​his Social Democratic Front party said, blaming separatist fighters. Politicians and civil society groups have condemned the killing.

    Continue reading...", + "category": "Cameroon", + "link": "https://www.theguardian.com/world/2022/jan/12/cameroonian-senator-shot-dead-in-unruly-anglophone-region", + "creator": "Emmanuel Akinwotu in Lagos", + "pubDate": "2022-01-12T16:59:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276954,17 +281244,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "86bee6caeed2a8f0e057eed927466115", + "hash": "cc26fa06ba587178cebdb8bc7a4b3599", "highlights": [] }, { - "title": "China faces shortage of PE teachers amid school exercise drive", - "description": "

    Only two PE teachers available to coach 2,600 students in one school, according to Chinese media

    Tan Lili, the principal of Shanghai’s Baoshan No 2 central primary school, has been wrestling with a problem in recent months: her school does not have enough physical education teachers.

    She is not alone. Since China embarked in 2021 on a nationwide campaign to reduce academic pressures on children and increase the amount of active time they spent outdoors, primary and middle schools across the country have been struggling. In one school, according to Chinese media, only two PE teachers are available to coach 2,600 students.

    Continue reading...", - "content": "

    Only two PE teachers available to coach 2,600 students in one school, according to Chinese media

    Tan Lili, the principal of Shanghai’s Baoshan No 2 central primary school, has been wrestling with a problem in recent months: her school does not have enough physical education teachers.

    She is not alone. Since China embarked in 2021 on a nationwide campaign to reduce academic pressures on children and increase the amount of active time they spent outdoors, primary and middle schools across the country have been struggling. In one school, according to Chinese media, only two PE teachers are available to coach 2,600 students.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2022/jan/06/china-faces-shortage-of-pe-teachers-amid-school-exercise-drive", - "creator": "Vincent Ni China affairs correspondent", - "pubDate": "2022-01-06T05:00:54Z", + "title": "Novak Djokovic blames agent for Australian paperwork ‘mistake’ and admits not isolating after positive Covid result", + "description": "

    Djokovic in Instagram statement fails to address media reports which have raised questions over his 16 December positive PCR result

    Novak Djokovic has blamed his agent for an “administrative mistake” when declaring he had not travelled in the two weeks before his flight to Australia and acknowledged an “error of judgment” by not isolating after he tested positive for Covid.

    The world No 1 released a statement on Wednesday in a bid to address what he called “continuing misinformation” about his activities in December before he came to Australia in a bid to retain his Australian Open crown.

    Continue reading...", + "content": "

    Djokovic in Instagram statement fails to address media reports which have raised questions over his 16 December positive PCR result

    Novak Djokovic has blamed his agent for an “administrative mistake” when declaring he had not travelled in the two weeks before his flight to Australia and acknowledged an “error of judgment” by not isolating after he tested positive for Covid.

    The world No 1 released a statement on Wednesday in a bid to address what he called “continuing misinformation” about his activities in December before he came to Australia in a bid to retain his Australian Open crown.

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/sport/2022/jan/12/novak-djokovic-statement-blames-agent-for-australia-paperwork-mistake-covid-positive-test-result", + "creator": "Paul Karp and Tumaini Carayol", + "pubDate": "2022-01-12T04:02:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276976,17 +281266,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf0971a7353bd8704b6991f1c1cc4fd8", + "hash": "5a1d449c3845e175501d56171c619ea1", "highlights": [] }, { - "title": "‘I was there’: Democrat recalls horror and fury on day of Capitol attack", - "description": "

    Representative Dean Phillips describes the day that ‘changed him’ after a pro-Tump mob overran police and reached the doors of the House chamber

    It was a visceral cry at the moment of maximum peril for American democracy.

    A furious mob had overrun police and was nearly at the door of the House of Representatives. Inside the chamber, Republican Paul Gosar was launching a spurious challenge to Joe Biden’s election victory in Arizona.

    Continue reading...", - "content": "

    Representative Dean Phillips describes the day that ‘changed him’ after a pro-Tump mob overran police and reached the doors of the House chamber

    It was a visceral cry at the moment of maximum peril for American democracy.

    A furious mob had overrun police and was nearly at the door of the House of Representatives. Inside the chamber, Republican Paul Gosar was launching a spurious challenge to Joe Biden’s election victory in Arizona.

    Continue reading...", - "category": "US Capitol attack", - "link": "https://www.theguardian.com/us-news/2022/jan/06/capitol-attack-democrat-dean-phillips-recalls-horror-fury", - "creator": "David Smith in Washington", - "pubDate": "2022-01-06T07:00:06Z", + "title": "Omicron dims optimism as South America enters pandemic’s third year", + "description": "

    Signs of an incipient return to normality have been dashed as case numbers soar but high vaccination rates offer reason for hope

    As the pandemic’s second, gruelling year drew to a close and Covid rates in Rio de Janeiro plunged to levels unseen since it began, the Brazilian city’s health secretary, Daniel Soranz, celebrated a desperately needed respite.

    “We’ve been through such painful, difficult months … this is now a moment of hope,” the 42-year-old doctor said last November as carioca life regained some semblance of normality, hospitals emptied and the city’s effervescent cultural scene was reborn.

    Continue reading...", + "content": "

    Signs of an incipient return to normality have been dashed as case numbers soar but high vaccination rates offer reason for hope

    As the pandemic’s second, gruelling year drew to a close and Covid rates in Rio de Janeiro plunged to levels unseen since it began, the Brazilian city’s health secretary, Daniel Soranz, celebrated a desperately needed respite.

    “We’ve been through such painful, difficult months … this is now a moment of hope,” the 42-year-old doctor said last November as carioca life regained some semblance of normality, hospitals emptied and the city’s effervescent cultural scene was reborn.

    Continue reading...", + "category": "Americas", + "link": "https://www.theguardian.com/world/2022/jan/12/south-america-covid-omicron-brazil-argentina", + "creator": "Tom Phillips in Rio de Janeiro and Uki Goñi in Buenos Aires", + "pubDate": "2022-01-12T10:10:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -276998,17 +281288,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "63df39c70c913c6d6ec59329857d52cc", + "hash": "4abc43d57706e72a19b5c8c670fb00fd", "highlights": [] }, { - "title": "Life after Deepwater Horizon: the hidden toll of surviving disaster on an oil rig", - "description": "

    When the drilling platform in the Gulf of Mexico exploded in 2010, Stephen Stone escaped with his life. But in the years that followed, he came to feel deeply betrayed by the industry he had once trusted

    On the morning of 21 April 2010, Sara Lattis Stone began frantically calling the burn units of various hospitals in Alabama and Louisiana. She was searching for news about her husband, Stephen, who worked on an offshore oil rig in the Gulf of Mexico where a massive explosion had occurred. The blast took place the day before Stephen was scheduled to return home from his latest three-week hitch on the rig, a semisubmersible floating unit called the Deepwater Horizon.

    In the hours after a spokesperson from Transocean, the company that owned the Deepwater Horizon, called to tell her that an “incident” had required the rig to be evacuated, Sara veered between panic and denial. One minute, she was telling herself that Stephen was fine. The next, she was convinced that she would never see him again. On Facebook, she came across frightening messages – “the water’s on fire!”, “the rig is burning” – posted by the spouses of other workers. At one point, Sara got on the phone with one of them, a woman who had her TV tuned to the same channel that she was watching, which was airing live coverage of the blowout. As they peered at the screen, they heard the same update, describing the blast as a catastrophic accident and raising the possibility that no one on the rig had survived. The news made them drop their phones and scream.

    Continue reading...", - "content": "

    When the drilling platform in the Gulf of Mexico exploded in 2010, Stephen Stone escaped with his life. But in the years that followed, he came to feel deeply betrayed by the industry he had once trusted

    On the morning of 21 April 2010, Sara Lattis Stone began frantically calling the burn units of various hospitals in Alabama and Louisiana. She was searching for news about her husband, Stephen, who worked on an offshore oil rig in the Gulf of Mexico where a massive explosion had occurred. The blast took place the day before Stephen was scheduled to return home from his latest three-week hitch on the rig, a semisubmersible floating unit called the Deepwater Horizon.

    In the hours after a spokesperson from Transocean, the company that owned the Deepwater Horizon, called to tell her that an “incident” had required the rig to be evacuated, Sara veered between panic and denial. One minute, she was telling herself that Stephen was fine. The next, she was convinced that she would never see him again. On Facebook, she came across frightening messages – “the water’s on fire!”, “the rig is burning” – posted by the spouses of other workers. At one point, Sara got on the phone with one of them, a woman who had her TV tuned to the same channel that she was watching, which was airing live coverage of the blowout. As they peered at the screen, they heard the same update, describing the blast as a catastrophic accident and raising the possibility that no one on the rig had survived. The news made them drop their phones and scream.

    Continue reading...", - "category": "Deepwater Horizon oil spill", - "link": "https://www.theguardian.com/news/2022/jan/06/life-after-deepwater-horizon-the-hidden-toll-of-surviving-disaster-on-an-oil-rig", - "creator": "Eyal Press", - "pubDate": "2022-01-06T06:00:04Z", + "title": "Use of ‘VIP lane’ to award Covid PPE contracts unlawful, high court rules", + "description": "

    Government’s use of system to award deals to two firms during first Covid wave found to be unlawful

    The government’s operation of a “VIP lane” for suppliers of personal protective equipment during the coronavirus pandemic was illegal, a high court judge has ruled.

    In a written judgment, handed down on Wednesday, Mrs Justice O’Farrell said the Good Law Project and EveryDoctor, who together had challenged the lawfulness of the way billions of pounds worth of contracts were awarded through the high priority lane, had established that its operation was “in breach of the obligation of equal treatment”.

    Continue reading...", + "content": "

    Government’s use of system to award deals to two firms during first Covid wave found to be unlawful

    The government’s operation of a “VIP lane” for suppliers of personal protective equipment during the coronavirus pandemic was illegal, a high court judge has ruled.

    In a written judgment, handed down on Wednesday, Mrs Justice O’Farrell said the Good Law Project and EveryDoctor, who together had challenged the lawfulness of the way billions of pounds worth of contracts were awarded through the high priority lane, had established that its operation was “in breach of the obligation of equal treatment”.

    Continue reading...", + "category": "Health policy", + "link": "https://www.theguardian.com/politics/2022/jan/12/use-of-vip-lane-to-award-covid-ppe-contracts-unlawful-high-court-rules", + "creator": "Haroon Siddique Legal affairs correspondent", + "pubDate": "2022-01-12T12:48:24Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277020,17 +281310,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "18498af6507b85d4ad90c55b452378e2", + "hash": "2910a9398d6bf7238e82b8f823f4d0d7", "highlights": [] }, { - "title": "‘I kept saying – don’t worry Luma, we see you’: Andrea Arnold on her four years filming a cow", - "description": "

    The Oscar-winning director’s new documentary explores warmth, joy and anger through the eyes of a farmyard animal. She reveals what it taught her about life

    Andrea Arnold’s films are known for their spare dialogue, and in her first documentary it is more pared-backed than ever: Cow consists of 94 minutes of moos, with the odd off-camera interjection from farmhands. It is hardly a thriller (though the ending is pure Tarantino). But it is one of the most beautifully crafted and tender portraits of a life you are likely to see.

    Arnold, who started her professional life as a rollerskating TV presenter on the children’s Saturday show No 73, began thinking about documenting an animal’s life nine years ago. Eventually she settled on a cow. “I thought a cow would be interesting because they work so hard, getting pregnant and giving milk their entire lives. It’s a huge job they do.” She chose Luma because she was told she had a big personality and was feisty. Arnold and her team spent four years, on and off, filming her. Why did she make Cow? “I wanted to show a non-human consciousness. I was intrigued as to whether we would be able to see her consciousness if we followed her long enough.”

    Continue reading...", - "content": "

    The Oscar-winning director’s new documentary explores warmth, joy and anger through the eyes of a farmyard animal. She reveals what it taught her about life

    Andrea Arnold’s films are known for their spare dialogue, and in her first documentary it is more pared-backed than ever: Cow consists of 94 minutes of moos, with the odd off-camera interjection from farmhands. It is hardly a thriller (though the ending is pure Tarantino). But it is one of the most beautifully crafted and tender portraits of a life you are likely to see.

    Arnold, who started her professional life as a rollerskating TV presenter on the children’s Saturday show No 73, began thinking about documenting an animal’s life nine years ago. Eventually she settled on a cow. “I thought a cow would be interesting because they work so hard, getting pregnant and giving milk their entire lives. It’s a huge job they do.” She chose Luma because she was told she had a big personality and was feisty. Arnold and her team spent four years, on and off, filming her. Why did she make Cow? “I wanted to show a non-human consciousness. I was intrigued as to whether we would be able to see her consciousness if we followed her long enough.”

    Continue reading...", - "category": "Andrea Arnold", - "link": "https://www.theguardian.com/film/2022/jan/06/i-kept-saying-dont-worry-luma-we-see-you-andrea-arnold-on-her-four-years-filming-a-cow", - "creator": "Simon Hattenstone", - "pubDate": "2022-01-06T06:00:01Z", + "title": "A moment that changed me: I was crippled by negative thoughts – then I bought a silver bracelet", + "description": "

    My self-esteem was at rock bottom, but on a break from my academic job I found myself in Paris. As I wandered through the city, an impulse buy gave me hope I could value myself again

    A couple of years ago, after a bad academic year, I’d thought things would get better over the summer. They didn’t. I kept walking out of shops without buying what I’d gone in for, because it felt wrong to be taking up space and expecting attention. I couldn’t buy train tickets, even at the machine, because other people deserved to go first and, as soon as there was someone behind me, I gave up mid-transaction. I wasn’t eating much – food was for other people – but at the same time I was travelling and appearing at literary events and festivals, confident on stage as I’d been confident in the classroom all year. It seemed to me that my low estimation of myself off stage was correct and so I didn’t think to seek help any more than I’d seek help for believing that rain is wet.

    One day in September (kids at school, students still on summer vacation, a time when work can be done from a train or hotel), I was in Paris, changing trains, really, but still with enough sense to know that a person arriving at night and leaving the next day might as well leave late the next day and give herself a day in Paris. I wasn’t sure it would work, knew myself perfectly capable of walking the streets hour after hour telling myself that any competent person would be enjoying museums and shops and cafes and what kind of privileged neurotic steals a day from her work and her family and then doesn’t even have the guts to buy a croissant, days off are wasted on me and I don’t deserve … I knew the city, a bit, from teenaged (mis)adventures, and I set off into the Marais, hungry from missed meals the day before and carrying a backpack too heavy with books. Sunlight through plane trees, the streets still quiet. Old stone, balconies, geraniums, city squares with those perfectly geometric arrangements of trees and municipal planting that we don’t do in England.

    Continue reading...", + "content": "

    My self-esteem was at rock bottom, but on a break from my academic job I found myself in Paris. As I wandered through the city, an impulse buy gave me hope I could value myself again

    A couple of years ago, after a bad academic year, I’d thought things would get better over the summer. They didn’t. I kept walking out of shops without buying what I’d gone in for, because it felt wrong to be taking up space and expecting attention. I couldn’t buy train tickets, even at the machine, because other people deserved to go first and, as soon as there was someone behind me, I gave up mid-transaction. I wasn’t eating much – food was for other people – but at the same time I was travelling and appearing at literary events and festivals, confident on stage as I’d been confident in the classroom all year. It seemed to me that my low estimation of myself off stage was correct and so I didn’t think to seek help any more than I’d seek help for believing that rain is wet.

    One day in September (kids at school, students still on summer vacation, a time when work can be done from a train or hotel), I was in Paris, changing trains, really, but still with enough sense to know that a person arriving at night and leaving the next day might as well leave late the next day and give herself a day in Paris. I wasn’t sure it would work, knew myself perfectly capable of walking the streets hour after hour telling myself that any competent person would be enjoying museums and shops and cafes and what kind of privileged neurotic steals a day from her work and her family and then doesn’t even have the guts to buy a croissant, days off are wasted on me and I don’t deserve … I knew the city, a bit, from teenaged (mis)adventures, and I set off into the Marais, hungry from missed meals the day before and carrying a backpack too heavy with books. Sunlight through plane trees, the streets still quiet. Old stone, balconies, geraniums, city squares with those perfectly geometric arrangements of trees and municipal planting that we don’t do in England.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/12/a-moment-that-changed-me-i-was-crippled-by-negative-thoughts-then-i-bought-a-silver-bracelet", + "creator": "Sarah Moss", + "pubDate": "2022-01-12T07:00:40Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277042,17 +281332,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "63c21ad376c2386919eda176f73a9f73", + "hash": "c519374efca5cbafadbeb2bfd072d3ec", "highlights": [] }, { - "title": "Falkland Islands war photos to go on show for 40th anniversary", - "description": "

    Imperial War Museums exhibition will explore long-term legacy of the UK’s 1982 conflict with Argentina

    Striking images taken during the Falkland Islands conflict will go on display together for the first time in a new Imperial War Museums (IWM) exhibition which aims to highlight the long-term legacy of war.

    The photographs, by Paul Haley for the British army’s Soldier magazine, will feature alongside other exhibits, including online films, to mark the 40th anniversary of the 10-week undeclared 1982 war, with a focus on new awareness of its impact.

    Continue reading...", - "content": "

    Imperial War Museums exhibition will explore long-term legacy of the UK’s 1982 conflict with Argentina

    Striking images taken during the Falkland Islands conflict will go on display together for the first time in a new Imperial War Museums (IWM) exhibition which aims to highlight the long-term legacy of war.

    The photographs, by Paul Haley for the British army’s Soldier magazine, will feature alongside other exhibits, including online films, to mark the 40th anniversary of the 10-week undeclared 1982 war, with a focus on new awareness of its impact.

    Continue reading...", - "category": "Military", - "link": "https://www.theguardian.com/uk-news/2022/jan/06/falkland-islands-war-photos-40th-anniversary-imperial-war-museum-exhibition", - "creator": "Caroline Davies", - "pubDate": "2022-01-06T07:00:03Z", + "title": "Police standoff with man barricaded in Coventry house enters fourth day", + "description": "

    Armed police stationed outside property where armed man has been holed up with his son since Sunday

    A police standoff with an armed man who has barricaded himself in his home with his eight-year-old son has entered its fourth day, forcing local businesses and a school to stay shut and locking down neighbouring households.

    A 41-year-old man, who police say has weapons, is refusing to leave his ground floor flat in Earlsdon, Coventry, where he has been holed up with his son since the early hours of Sunday.

    Continue reading...", + "content": "

    Armed police stationed outside property where armed man has been holed up with his son since Sunday

    A police standoff with an armed man who has barricaded himself in his home with his eight-year-old son has entered its fourth day, forcing local businesses and a school to stay shut and locking down neighbouring households.

    A 41-year-old man, who police say has weapons, is refusing to leave his ground floor flat in Earlsdon, Coventry, where he has been holed up with his son since the early hours of Sunday.

    Continue reading...", + "category": "Coventry", + "link": "https://www.theguardian.com/uk-news/2022/jan/12/police-standoff-with-man-barricaded-in-coventry-house-enters-fourth-day", + "creator": "Jessica Murray Midlands correspondent", + "pubDate": "2022-01-12T17:02:40Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277064,17 +281354,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae0095ebe1e23e602bcfe3edd46d3acd", + "hash": "02926493831972a7bc7afdd22cb24367", "highlights": [] }, { - "title": "French MPs pass controversial Covid vaccine bill with large majority", - "description": "

    Bill to restrict restaurant, theatre and other access to vaccinated follows Macron’s pledge to ‘piss off’ those without jabs

    French MPs have passed the government’s controversial vaccine pass bill after three days of an angry stop-start debate.

    The legislation, which requires people to be fully vaccinated to enjoy social, sporting and cultural activities, was approved by a large majority in the assemblée nationale in the early hours of Thursday morning.

    Continue reading...", - "content": "

    Bill to restrict restaurant, theatre and other access to vaccinated follows Macron’s pledge to ‘piss off’ those without jabs

    French MPs have passed the government’s controversial vaccine pass bill after three days of an angry stop-start debate.

    The legislation, which requires people to be fully vaccinated to enjoy social, sporting and cultural activities, was approved by a large majority in the assemblée nationale in the early hours of Thursday morning.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2022/jan/06/french-mps-pass-controversial-covid-vaccine-bill-with-large-majority", - "creator": "Kim Willsher in Paris", - "pubDate": "2022-01-06T10:56:06Z", + "title": "Manchin and Sinema condemned for opposing filibuster reform urged by Biden – live", + "description": "

    Joe Biden will travel to Capitol Hill tomorrow to join Senate Democrats’ meeting about the path forward for passing voting rights bills.

    “President Biden is expected to attend tomorrow’s Senate Dem Caucus lunch to discuss the push to pass voting rights and potential changes to Senate rules,” a senior Democratic aide said.

    Continue reading...", + "content": "

    Joe Biden will travel to Capitol Hill tomorrow to join Senate Democrats’ meeting about the path forward for passing voting rights bills.

    “President Biden is expected to attend tomorrow’s Senate Dem Caucus lunch to discuss the push to pass voting rights and potential changes to Senate rules,” a senior Democratic aide said.

    Continue reading...", + "category": "Joe Manchin", + "link": "https://www.theguardian.com/us-news/live/2022/jan/12/democrats-biden-voting-rights-filibuster-us-politics-live-latest", + "creator": "Joan E Greve in Washington", + "pubDate": "2022-01-12T17:05:25Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277086,17 +281376,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "17deaf0d8138fd411d40da97a0a295fb", + "hash": "89ce4d714d590e4499e827e462c7e7cc", "highlights": [] }, { - "title": "Covid ‘vaccination doubt line’ receiving up to 1,000 calls a day in Netherlands", - "description": "

    Helpline staffed by volunteers advising those still hesitant about getting jabbed against coronavirus

    A “vaccination doubt line” set up by doctors in the Netherlands is receiving up to 1,000 calls a day from people who are still unsure whether or not they should get jabbed against the coronavirus.

    The helpline, originally launched as a local service in November by Robin Peeters, an endocrinologist at the Erasmus medical centre in Rotterdam, and Shakib Sana, a GP, was given a national number last month and has been inundated with inquiries.

    Continue reading...", - "content": "

    Helpline staffed by volunteers advising those still hesitant about getting jabbed against coronavirus

    A “vaccination doubt line” set up by doctors in the Netherlands is receiving up to 1,000 calls a day from people who are still unsure whether or not they should get jabbed against the coronavirus.

    The helpline, originally launched as a local service in November by Robin Peeters, an endocrinologist at the Erasmus medical centre in Rotterdam, and Shakib Sana, a GP, was given a national number last month and has been inundated with inquiries.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/05/covid-vaccination-doubt-line-receiving-up-to-1000-calls-a-day-in-the-netherlands", - "creator": "Jon Henley", - "pubDate": "2022-01-05T17:18:25Z", + "title": "Farmers urged to back traditional owners on Liverpool Plains sacred sites", + "description": "

    Tony Windsor speaks out as Gomeroi accuse NSW government of refusing to consult on former Shenhua coalmine site

    Traditional owners accuse the New South Wales government of refusing to engage on the protection of sacred sites on the Liverpool Plains after land owned by Chinese mining company Shenhua was sold back to local farmers.

    The Gomeroi are backed by the former independent MP for New England Tony Windsor, who said both the farmers and the government had a duty to work with them, given the Shenhua coalmine would not have been stopped without the Gomeroi’s campaign to save heritage sites.

    Sign up to receive Guardian Australia’s fortnightly Rural Network email newsletter

    Continue reading...", + "content": "

    Tony Windsor speaks out as Gomeroi accuse NSW government of refusing to consult on former Shenhua coalmine site

    Traditional owners accuse the New South Wales government of refusing to engage on the protection of sacred sites on the Liverpool Plains after land owned by Chinese mining company Shenhua was sold back to local farmers.

    The Gomeroi are backed by the former independent MP for New England Tony Windsor, who said both the farmers and the government had a duty to work with them, given the Shenhua coalmine would not have been stopped without the Gomeroi’s campaign to save heritage sites.

    Sign up to receive Guardian Australia’s fortnightly Rural Network email newsletter

    Continue reading...", + "category": "Mining", + "link": "https://www.theguardian.com/australia-news/2022/jan/13/farmers-urged-to-back-traditional-owners-on-liverpool-plains-sacred-sites", + "creator": "Natasha May", + "pubDate": "2022-01-12T16:30:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277108,17 +281398,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "79a33d4c7bd480c4ab73147031e00216", + "hash": "8e5b32785ba72c5fe4e475881cbc8113", "highlights": [] }, { - "title": "From corruption to the 'mark of the beast' – why countries like Malawi are struggling against Covid | Madalitso Kateta", - "description": "

    With 80% of pandemic funds misused and widespread vaccine myths, citizens have had to step up where the government has failed

    In January 2021, the Malawian rights activist Paul Msoma wrote that he was in Kamuzu central hospital, struggling to breathe. The hospital had oxygen cylinders but no flowmeters – the necessary instrument to connect him to them. I was left wondering where the funds that had been released for the country’s Covid-19 response were going. “My situation is getting bad and l desperately need oxygen,” Msoma wrote on Facebook. “Anyone who can urgently help out there please help by donating this very gadget.”

    Kamuzu central hospital is one of the biggest referral hospitals in Malawi and it did not seem right for such a big hospital not to have oxygen flowmeters, which are very basic medical equipment costing around £18 a piece. This was at a time when the government had released more than £5.6m for the Covid-19 response effort.

    Madalitso Kateta is a freelance journalist based in Lilongwe, Malawi

    Continue reading...", - "content": "

    With 80% of pandemic funds misused and widespread vaccine myths, citizens have had to step up where the government has failed

    In January 2021, the Malawian rights activist Paul Msoma wrote that he was in Kamuzu central hospital, struggling to breathe. The hospital had oxygen cylinders but no flowmeters – the necessary instrument to connect him to them. I was left wondering where the funds that had been released for the country’s Covid-19 response were going. “My situation is getting bad and l desperately need oxygen,” Msoma wrote on Facebook. “Anyone who can urgently help out there please help by donating this very gadget.”

    Kamuzu central hospital is one of the biggest referral hospitals in Malawi and it did not seem right for such a big hospital not to have oxygen flowmeters, which are very basic medical equipment costing around £18 a piece. This was at a time when the government had released more than £5.6m for the Covid-19 response effort.

    Madalitso Kateta is a freelance journalist based in Lilongwe, Malawi

    Continue reading...", - "category": "Malawi", - "link": "https://www.theguardian.com/commentisfree/2022/jan/06/malawi-fight-covid-government-corruption-vaccination", - "creator": "Madalitso Kateta", - "pubDate": "2022-01-06T10:00:02Z", + "title": "Covid live: France confirms record 368,149 new cases as Italy reports all-time high of 220,532 new cases", + "description": "

    French health officials had been expected to announce record-breaking infections; Italy also announced another 294 Covid-related deaths

    Five million residents in the central Chinese city of Anyang have started home confinement today in a new lockdown to curb the spread of Omicron variant, according to state media and as reported by Agence France-Presse.

    Two Omicron cases were detected in the city in Henan province, prompting authorities to announce a lockdown late Monday, issuing a notice ordering residents not to leave their homes or drive cars on the roads, state news agency Xinhua reported.

    Continue reading...", + "content": "

    French health officials had been expected to announce record-breaking infections; Italy also announced another 294 Covid-related deaths

    Five million residents in the central Chinese city of Anyang have started home confinement today in a new lockdown to curb the spread of Omicron variant, according to state media and as reported by Agence France-Presse.

    Two Omicron cases were detected in the city in Henan province, prompting authorities to announce a lockdown late Monday, issuing a notice ordering residents not to leave their homes or drive cars on the roads, state news agency Xinhua reported.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/11/covid-news-live-pfizer-says-omicron-specific-vaccine-could-be-available-by-march-mexico-president-tests-positive-again", + "creator": "Léonie Chao-Fong (now); Matthew Weaver, Tom Ambrose and Samantha Lock (earlier)", + "pubDate": "2022-01-11T19:39:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277130,17 +281420,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "78f279c3d70620ec71e55f33f2800b6a", + "hash": "1b4446392dbc1b01f3084355d592e371", "highlights": [] }, { - "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", + "title": "Met police accused over failure to investigate No 10 lockdown parties", + "description": "

    Force considers next steps amid warning stance on alleged breaches is sapping public trust in policing

    The Metropolitan police have been accused of “deferring to the powerful” by not investigating Downing Street parties held in apparent breach of lockdown rules.

    The force on Monday said it was in touch with the Cabinet Office in light of “widespread reporting relating to alleged breaches of the Health Protection Regulations at Downing Street on 20 May 2020”.

    Continue reading...", + "content": "

    Force considers next steps amid warning stance on alleged breaches is sapping public trust in policing

    The Metropolitan police have been accused of “deferring to the powerful” by not investigating Downing Street parties held in apparent breach of lockdown rules.

    The force on Monday said it was in touch with the Cabinet Office in light of “widespread reporting relating to alleged breaches of the Health Protection Regulations at Downing Street on 20 May 2020”.

    Continue reading...", + "category": "Police", + "link": "https://www.theguardian.com/uk-news/2022/jan/11/met-police-no-10-lockdown-parties", + "creator": "Vikram Dodd Police and crime correspondent", + "pubDate": "2022-01-11T15:26:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277152,17 +281442,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa54876c1307ff781b4ce86b80be44dd", + "hash": "7c41ae771bd21ff5a23086d6944f41a8", "highlights": [] }, { - "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", + "title": "Silvio Berlusconi steps up Italy presidential campaign with threat to coalition", + "description": "

    Forza Italia leader will reportedly withdraw party from government if Mario Draghi is elected president

    Silvio Berlusconi has reportedly threatened to withdraw his Forza Italia party from Italy’s governing majority if the current prime minister, Mario Draghi, is elected president later this month.

    The scandal-tainted media tycoon, who served four times as prime minister, is in Rome from Tuesday on the hunt for votes as he ramps up his own presidential campaign.

    Continue reading...", + "content": "

    Forza Italia leader will reportedly withdraw party from government if Mario Draghi is elected president

    Silvio Berlusconi has reportedly threatened to withdraw his Forza Italia party from Italy’s governing majority if the current prime minister, Mario Draghi, is elected president later this month.

    The scandal-tainted media tycoon, who served four times as prime minister, is in Rome from Tuesday on the hunt for votes as he ramps up his own presidential campaign.

    Continue reading...", + "category": "Italy", + "link": "https://www.theguardian.com/world/2022/jan/11/silvio-berlusconi-steps-up-presidential-campaign-threat-italy-coalition", + "creator": "Angela Giuffrida in Rome", + "pubDate": "2022-01-11T15:29:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277174,17 +281464,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cdd9cdecf17529281e032cb0468b750d", + "hash": "6453212335dcb4c769799444b045a649", "highlights": [] }, { - "title": "‘It’s a revenge’: the global success of the Tahitian dance that Europeans tried to outlaw", - "description": "

    The fast, hip-shaking dance of Tahiti is taking off around the world, with thousands of women taking classes and competing

    Wearing intricate costumes made of plants and adorned with tropical flowers, the women look spectacular. While their torsos remain completely still, somehow, impossibly, their hips are moving in circles so fast it’s almost a blur.

    These women are performing traditional Tahitian dance, or Ori Tahiti, in Tahiti’s annual cultural festival, the Heiva. And they’re not alone. Thousands of women across the globe, from Mexico to Japan, are doing it too.

    Continue reading...", - "content": "

    The fast, hip-shaking dance of Tahiti is taking off around the world, with thousands of women taking classes and competing

    Wearing intricate costumes made of plants and adorned with tropical flowers, the women look spectacular. While their torsos remain completely still, somehow, impossibly, their hips are moving in circles so fast it’s almost a blur.

    These women are performing traditional Tahitian dance, or Ori Tahiti, in Tahiti’s annual cultural festival, the Heiva. And they’re not alone. Thousands of women across the globe, from Mexico to Japan, are doing it too.

    Continue reading...", - "category": "Tahiti", - "link": "https://www.theguardian.com/world/2022/jan/06/its-a-revenge-the-global-success-of-the-tahitian-dance-that-europeans-tried-to-outlaw", - "creator": "Tiare Tuuhia in Papeete", - "pubDate": "2022-01-06T05:00:53Z", + "title": "German climate minister says speed of carbon cuts needs to be trebled", + "description": "

    Robert Habeck has called for nation to act to realise ‘gigantic task’ of creating climate neutral country

    Germany’s new economy and climate protection minister has called for the nation to pull together to realise the “gigantic task” of creating a climate neutral country, saying it posed a considerable social and financial challenge as well as a big opportunity.

    Introducing a broad outline of his ambitious plans to the public for the first time since entering government as part of a three-way coalition last month, the Green party’s Robert Habeck called for a threefold increase in the speed with which carbon dioxide emissions are reduced, arguing Germany faced a race against time and required a “massive national debate” to achieve the goals set out by his ministry. He said the government faced an uphill task to win many people over to the idea of a transition.

    Continue reading...", + "content": "

    Robert Habeck has called for nation to act to realise ‘gigantic task’ of creating climate neutral country

    Germany’s new economy and climate protection minister has called for the nation to pull together to realise the “gigantic task” of creating a climate neutral country, saying it posed a considerable social and financial challenge as well as a big opportunity.

    Introducing a broad outline of his ambitious plans to the public for the first time since entering government as part of a three-way coalition last month, the Green party’s Robert Habeck called for a threefold increase in the speed with which carbon dioxide emissions are reduced, arguing Germany faced a race against time and required a “massive national debate” to achieve the goals set out by his ministry. He said the government faced an uphill task to win many people over to the idea of a transition.

    Continue reading...", + "category": "Germany", + "link": "https://www.theguardian.com/world/2022/jan/11/germany-must-pull-together-to-achieve-climate-targets-says-green-minister", + "creator": "Kate Connolly in Berlin", + "pubDate": "2022-01-11T17:09:56Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277196,17 +281486,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7137b984ccc9c8935a04494e003390a9", + "hash": "d8c60783c88b01549cbe90def2f24376", "highlights": [] }, { - "title": "Shots heard in Kazakhstan as protests enter third day", - "description": "

    Armoured personnel carriers and troops move into Almaty’s main square as regional bloc pledges to send ‘peacekeeping forces’ to restore order

    Shots have been fired in Almaty, Kazakhstan’s largest city, as troops entered its main square where hundreds of people were protesting against the government for the third day, witness have reported.

    Several armoured personnel carriers and dozens of troops moving on foot arrived on Thursday morning, with shots heard as they approached the crowd, Reuters witnesses said.

    Continue reading...", - "content": "

    Armoured personnel carriers and troops move into Almaty’s main square as regional bloc pledges to send ‘peacekeeping forces’ to restore order

    Shots have been fired in Almaty, Kazakhstan’s largest city, as troops entered its main square where hundreds of people were protesting against the government for the third day, witness have reported.

    Several armoured personnel carriers and dozens of troops moving on foot arrived on Thursday morning, with shots heard as they approached the crowd, Reuters witnesses said.

    Continue reading...", - "category": "Kazakhstan", - "link": "https://www.theguardian.com/world/2022/jan/06/shots-heard-in-kazakhstan-as-protests-enter-third-day", - "creator": "Shaun Walker, and Naubet Bisenov in Aktobe province, and agencies", - "pubDate": "2022-01-06T05:08:59Z", + "title": "Andy Murray says Djokovic has questions to answer as players dive into visa row", + "description": "
    • Marton Fucsovics: ‘I don’t think Novak has the right to be here’
    • Djokovic may have put incorrect information on travel form

    Andy Murray has welcomed Novak Djokovic’s release from immigration detention but he anticipates the men’s world No 1 will have a number of questions to answer in the coming days if he remains in Australia.

    Djokovic spent his first full day of freedom focusing on tennis matters as he took to Melbourne’s Rod Laver Arena behind closed doors for much-needed practice after the best part of five days spent in a hotel room fighting the cancellation of his visa.

    Continue reading...", + "content": "
    • Marton Fucsovics: ‘I don’t think Novak has the right to be here’
    • Djokovic may have put incorrect information on travel form

    Andy Murray has welcomed Novak Djokovic’s release from immigration detention but he anticipates the men’s world No 1 will have a number of questions to answer in the coming days if he remains in Australia.

    Djokovic spent his first full day of freedom focusing on tennis matters as he took to Melbourne’s Rod Laver Arena behind closed doors for much-needed practice after the best part of five days spent in a hotel room fighting the cancellation of his visa.

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/sport/2022/jan/11/murray-says-djokovic-has-questions-to-answer-as-players-dive-into-visa-row", + "creator": "Tumaini Carayol in Melbourne", + "pubDate": "2022-01-11T16:53:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277218,17 +281508,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "04187f9368bab85ab3fe3b53f1db0827", + "hash": "eba69c67848b77b237339768c6b39b29", "highlights": [] }, { - "title": "Covid live news: Pfizer expects clinical data for under 5s in April; Italy to mandate vaccines for over 50s", - "description": "

    Pfizer says vaccine trial data for the under 5s will include results from booster shots; Italy tightens its vaccination rules as it reports a record rise in cases

    Pfizer Inc expects the latest results from a clinical trial for kids under the age of five of the Covid-19 vaccine it developed with Germany’s BioNTech SE by April, a top company scientist has said according to Reuters.

    “The study has been amended to give a third dose to everybody who’s less than five at least eight weeks after their last vaccination,” Dr Alejandra Gurtman, a Pfizer vaccine researcher said at a meeting of the US Centers for Disease Control and Prevention’s Advisory Committee on Immunization Practices (ACIP).

    Continue reading...", - "content": "

    Pfizer says vaccine trial data for the under 5s will include results from booster shots; Italy tightens its vaccination rules as it reports a record rise in cases

    Pfizer Inc expects the latest results from a clinical trial for kids under the age of five of the Covid-19 vaccine it developed with Germany’s BioNTech SE by April, a top company scientist has said according to Reuters.

    “The study has been amended to give a third dose to everybody who’s less than five at least eight weeks after their last vaccination,” Dr Alejandra Gurtman, a Pfizer vaccine researcher said at a meeting of the US Centers for Disease Control and Prevention’s Advisory Committee on Immunization Practices (ACIP).

    Continue reading...", - "category": "World news", - "link": "https://www.theguardian.com/world/live/2022/jan/06/covid-live-news-pfizer-expects-clinical-data-for-under-5s-in-april-italy-to-mandate-vaccines-for-over-50s", - "creator": "Helen Livingstone", - "pubDate": "2022-01-06T00:36:52Z", + "title": "German steam cleaner maker asks French politicians not to sully its brand", + "description": "

    Kärcher asserts political neutrality as presidential hopeful calls for pressure-washing criminals out of suburbs

    One of the world’s leading makers of pressure washers and steam cleaners has formally asked French politicians not to use its name to score political points.

    Kärcher, a German family-owned company, issued a statement on Tuesday objecting to rightwing presidential candidate Valérie Pécresse taking its brand in vain. It is the latest of several similar complaints it has issued in recent years.

    Continue reading...", + "content": "

    Kärcher asserts political neutrality as presidential hopeful calls for pressure-washing criminals out of suburbs

    One of the world’s leading makers of pressure washers and steam cleaners has formally asked French politicians not to use its name to score political points.

    Kärcher, a German family-owned company, issued a statement on Tuesday objecting to rightwing presidential candidate Valérie Pécresse taking its brand in vain. It is the latest of several similar complaints it has issued in recent years.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2022/jan/11/german-steam-cleaner-maker-asks-french-politicians-not-to-sully-its-brand", + "creator": "Kim Willsher in Paris", + "pubDate": "2022-01-11T18:11:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277240,17 +281530,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fef38c8ea1b6285c77047a17f68e0098", + "hash": "d18ac41c69b632d7bd0118e5ed50586d", "highlights": [] }, { - "title": "Serbian president decries Djokovic ‘harassment’ amid reaction to visa cancellation", - "description": "

    Aleksandar Vučić says ‘whole of Serbia’ is backing tennis player as debate rages over Australia’s handling of Covid vaccine exemption saga

    The Serbian president has accused Australia of “maltreatment” of tennis star Novak Djokovic, who was denied entry to the country after he flew into Melbourne with a medical exemption from coronavirus vaccination rules.

    Djokovic was granted a controversial exemption to enter Australia and compete in the Australian Open, but was held up at Melbourne airport by authorities for several hours before his visa was cancelled. The Australian Border Force said he had failed to provide adequate evidence to support his exemption.

    Continue reading...", - "content": "

    Aleksandar Vučić says ‘whole of Serbia’ is backing tennis player as debate rages over Australia’s handling of Covid vaccine exemption saga

    The Serbian president has accused Australia of “maltreatment” of tennis star Novak Djokovic, who was denied entry to the country after he flew into Melbourne with a medical exemption from coronavirus vaccination rules.

    Djokovic was granted a controversial exemption to enter Australia and compete in the Australian Open, but was held up at Melbourne airport by authorities for several hours before his visa was cancelled. The Australian Border Force said he had failed to provide adequate evidence to support his exemption.

    Continue reading...", - "category": "Novak Djokovic", - "link": "https://www.theguardian.com/sport/2022/jan/06/serbian-president-decries-djokovic-harassment-amid-reaction-to-visa-cancellation", - "creator": "Helen Davidson", - "pubDate": "2022-01-06T02:24:49Z", + "title": "Ukraine talks: Russia sees no grounds for optimism ahead of Nato meeting", + "description": "

    Moscow’s chief negotiator played down chances of a breakthrough as Russian troops conduct live-fire exercise near Ukraine

    The Kremlin has said it sees “no significant reason for optimism” about diplomatic solutions for the Ukraine crisis, ahead of a meeting in Brussels between Russia and Nato’s 30 member states.

    As Moscow was playing down the chances for success at the negotiating table after initial US-Russian talks in Switzerland on Monday, Russian forces deployed near Ukraine conducted a live-fire military exercise involving 3,000 troops and tanks, in a clear rejection of US demands for a de-escalation in the region.

    Continue reading...", + "content": "

    Moscow’s chief negotiator played down chances of a breakthrough as Russian troops conduct live-fire exercise near Ukraine

    The Kremlin has said it sees “no significant reason for optimism” about diplomatic solutions for the Ukraine crisis, ahead of a meeting in Brussels between Russia and Nato’s 30 member states.

    As Moscow was playing down the chances for success at the negotiating table after initial US-Russian talks in Switzerland on Monday, Russian forces deployed near Ukraine conducted a live-fire military exercise involving 3,000 troops and tanks, in a clear rejection of US demands for a de-escalation in the region.

    Continue reading...", + "category": "Russia", + "link": "https://www.theguardian.com/world/2022/jan/11/ukraine-russia-nato-talks-sergei-ryabkov", + "creator": "Julian Borger in Washington", + "pubDate": "2022-01-11T19:23:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277262,17 +281552,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e545e16773a1fd9041800c529c5f5101", + "hash": "dd1bb6e6b74edc443bda08cd2d205aab", "highlights": [] }, { - "title": "Ashes 2021-22 fourth Test, day two: Australia v England – live!", - "description": "

    It’s warm, humid, and gusty at the SCG. There is a small risk of showers, but the odds are on our side for a full day’s play. The excellent pitch, with pace, bounce, and plenty of grass, is getting a heavy roll.

    Andy Bull has had enough of Ashley Giles.

    If Giles is right and more systemic change is needed, the pressing question is whether, given his track record in the job, he is the right man to lead it, given that he made such a mess of the (well-intentioned) rotation policy, and the mistake of binning the head selector to load more responsibility onto the coach.

    Continue reading...", - "content": "

    It’s warm, humid, and gusty at the SCG. There is a small risk of showers, but the odds are on our side for a full day’s play. The excellent pitch, with pace, bounce, and plenty of grass, is getting a heavy roll.

    Andy Bull has had enough of Ashley Giles.

    If Giles is right and more systemic change is needed, the pressing question is whether, given his track record in the job, he is the right man to lead it, given that he made such a mess of the (well-intentioned) rotation policy, and the mistake of binning the head selector to load more responsibility onto the coach.

    Continue reading...", - "category": "Ashes 2021-22", - "link": "https://www.theguardian.com/sport/live/2022/jan/06/ashes-2021-22-fourth-test-day-two-australia-v-england-live", - "creator": "Jonathan Howcroft (now) and Tanya Aldred (later)", - "pubDate": "2022-01-06T00:59:47Z", + "title": "Police raid homes of 18 suspects over New Year’s Eve sexual assaults in Milan", + "description": "

    15 men and three boys are suspected of involvement in the attacks on nine women in Piazza del Duomo

    Italian police have raided the homes of 15 young men and three boys who are suspected of involvement in a series of sexual assaults during New Year’s Eve celebrations in Milan.

    Nine women have so far reported that they were assaulted during celebrations in front of Milan’s Cathedral on Piazza del Duomo.

    Continue reading...", + "content": "

    15 men and three boys are suspected of involvement in the attacks on nine women in Piazza del Duomo

    Italian police have raided the homes of 15 young men and three boys who are suspected of involvement in a series of sexual assaults during New Year’s Eve celebrations in Milan.

    Nine women have so far reported that they were assaulted during celebrations in front of Milan’s Cathedral on Piazza del Duomo.

    Continue reading...", + "category": "Italy", + "link": "https://www.theguardian.com/world/2022/jan/11/police-raid-homes-of-18-suspects-over-new-years-eve-sexual-assaults-in-milan", + "creator": "Angela Giuffrida in Rome", + "pubDate": "2022-01-11T19:02:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277284,17 +281574,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a1d60ad9561cc9cc11e7f0849d4931f", + "hash": "da872df35990c261a7d231e80cb8ad82", "highlights": [] }, { - "title": "North Korean hypersonic missile hit target in test firing, says state media", - "description": "

    Launch was detected by militaries in the region, and was criticised by South Korea, Japan and the US

    North Korea test fired a “hypersonic missile” this week that successfully hit a target, state news agency KCNA reported on Thursday, as the country pursues new military capabilities amid stalled denuclearisation talks.

    The launch on Wednesday was the first by North Korea since October and was detected by several militaries in the region, drawing criticism from governments in the United States, South Korea, and Japan.

    Continue reading...", - "content": "

    Launch was detected by militaries in the region, and was criticised by South Korea, Japan and the US

    North Korea test fired a “hypersonic missile” this week that successfully hit a target, state news agency KCNA reported on Thursday, as the country pursues new military capabilities amid stalled denuclearisation talks.

    The launch on Wednesday was the first by North Korea since October and was detected by several militaries in the region, drawing criticism from governments in the United States, South Korea, and Japan.

    Continue reading...", - "category": "North Korea", - "link": "https://www.theguardian.com/world/2022/jan/05/north-korean-hypersonic-missile-hit-target-in-test-firing-says-state-media", - "creator": "Reuters in Seoul", - "pubDate": "2022-01-05T22:49:48Z", + "title": "Prince Andrew can sell Swiss chalet after settling £6.6m debt, say reports", + "description": "

    Settling of debt will allow Duke of York, who faces large legal bills over sexual assault lawsuit, to sell chalet reportedly worth £18m

    The Duke of York has settled a £6.6m debt with a French socialite allowing him to sell a Swiss chalet as he faces escalating legal bills over the sexual assault civil lawsuit brought by Virginia Giuffre, according to reports.

    Isabelle de Rouvre, 74, who sold the property to Prince Andrew and Sarah, Duchess of York, in 2014 for a reported £18m, said: “The war is over. He has paid the money.”

    Continue reading...", + "content": "

    Settling of debt will allow Duke of York, who faces large legal bills over sexual assault lawsuit, to sell chalet reportedly worth £18m

    The Duke of York has settled a £6.6m debt with a French socialite allowing him to sell a Swiss chalet as he faces escalating legal bills over the sexual assault civil lawsuit brought by Virginia Giuffre, according to reports.

    Isabelle de Rouvre, 74, who sold the property to Prince Andrew and Sarah, Duchess of York, in 2014 for a reported £18m, said: “The war is over. He has paid the money.”

    Continue reading...", + "category": "Prince Andrew", + "link": "https://www.theguardian.com/uk-news/2022/jan/11/prince-andrew-sell-swiss-chalet", + "creator": "Caroline Davies", + "pubDate": "2022-01-11T12:26:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277306,17 +281596,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "888e6661fb1006baa3e7f671de771c60", + "hash": "4b184692097f074252e63a3971665097", "highlights": [] }, { - "title": "Missouri couple who pointed guns at BLM protesters seek return of firearms", - "description": "

    Mark and Patricia McCloskey seek return of AR-15-style rifle and semi-automatic pistol after it emerged authorities had not yet destroyed them

    Mark and Patricia McCloskey, a Missouri couple who became famous for pointing guns at protesters marching for racial justice in 2020, are trying to get their firearms back after it emerged the city of St Louis had not yet destroyed them.

    Mark McCloskey, who was pardoned after pleading guilty to weapons charges, sued St Louis, the city sheriff and the state to retrieve the guns and told a court hearing on Wednesday that the pardons also entitled the couple to a refund of their fines.

    Continue reading...", - "content": "

    Mark and Patricia McCloskey seek return of AR-15-style rifle and semi-automatic pistol after it emerged authorities had not yet destroyed them

    Mark and Patricia McCloskey, a Missouri couple who became famous for pointing guns at protesters marching for racial justice in 2020, are trying to get their firearms back after it emerged the city of St Louis had not yet destroyed them.

    Mark McCloskey, who was pardoned after pleading guilty to weapons charges, sued St Louis, the city sheriff and the state to retrieve the guns and told a court hearing on Wednesday that the pardons also entitled the couple to a refund of their fines.

    Continue reading...", - "category": "Missouri", - "link": "https://www.theguardian.com/us-news/2022/jan/06/missouri-couple-who-pointed-guns-at-blm-protesters-seek-return-of-firearms", - "creator": "Associated Press", - "pubDate": "2022-01-06T04:05:00Z", + "title": "Wordle creator overwhelmed by global success of hit puzzle", + "description": "

    Josh Wardle developed game to play with his partner – and now more than 2m others have joined in

    Wordle, a deceptively simple online word puzzle, has had a meteoric rise since its launch last autumn, from 90 daily players in November to 300,000 at the beginning of January, to 2 million last weekend. But, for its creator, the game’s rapid success has resulted in as much anxiety as excitement.

    The game has become an unexpected grassroots hit for Josh Wardle, who developed it for his puzzle-loving partner. The pair played it for fun on their sofa, and other users slowly began to join them.

    Continue reading...", + "content": "

    Josh Wardle developed game to play with his partner – and now more than 2m others have joined in

    Wordle, a deceptively simple online word puzzle, has had a meteoric rise since its launch last autumn, from 90 daily players in November to 300,000 at the beginning of January, to 2 million last weekend. But, for its creator, the game’s rapid success has resulted in as much anxiety as excitement.

    The game has become an unexpected grassroots hit for Josh Wardle, who developed it for his puzzle-loving partner. The pair played it for fun on their sofa, and other users slowly began to join them.

    Continue reading...", + "category": "Puzzle games", + "link": "https://www.theguardian.com/games/2022/jan/11/wordle-creator-overwhelmed-by-global-success-of-hit-puzzle", + "creator": "Rachel Hall", + "pubDate": "2022-01-11T16:46:11Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277328,17 +281618,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e8a7630dcc3f791b06afeef40c19f1b", + "hash": "209f1b9b8a61f532fffce6ca4fa8870c", "highlights": [] }, { - "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", + "title": "Heathrow demands end to Covid testing for vaccinated as 600,000 cancel flights", + "description": "

    Airport says passengers abandoned plans because of Omicron variant and uncertainty on restrictions

    Heathrow airport has said at least 600,000 passengers cancelled their travel plans from the airport in December because of Omicron, warning aviation would take years to recover from the pandemic.

    Only 19.4 million passengers passed through the airport in 2021 – less than a quarter of 2019 levels and below even 2020, the year when the Covid-19 pandemic started in March.

    Continue reading...", + "content": "

    Airport says passengers abandoned plans because of Omicron variant and uncertainty on restrictions

    Heathrow airport has said at least 600,000 passengers cancelled their travel plans from the airport in December because of Omicron, warning aviation would take years to recover from the pandemic.

    Only 19.4 million passengers passed through the airport in 2021 – less than a quarter of 2019 levels and below even 2020, the year when the Covid-19 pandemic started in March.

    Continue reading...", + "category": "Heathrow airport", + "link": "https://www.theguardian.com/uk-news/2022/jan/11/heathrow-covid-testing-vaccinated-cancel-flights-omicron", + "creator": "Julia Kollewe", + "pubDate": "2022-01-11T08:25:55Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277350,17 +281640,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b87bc1130056328475579d7c893b8943", + "hash": "1bfdfc43ae7110880d1c68729aa9a284", "highlights": [] }, { - "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", + "title": "Covid loses 90% of ability to infect within minutes in air – study", + "description": "

    Exclusive: findings highlight importance of short-range Covid transmission

    Coronavirus loses 90% of its ability to infect us within 20 minutes of becoming airborne – with most of the loss occurring within the first five minutes, the world’s first simulations of how the virus survives in exhaled air suggest.

    The findings re-emphasise the importance of short-range Covid transmission, with physical distancing and mask-wearing likely to be the most effective means of preventing infection. Ventilation, though still worthwhile, is likely to have a lesser impact.

    This article was amended on 11 January 2022. In an earlier version, we said Covid loses 90% of ability to infect within five minutes. It is actually within the first 20 minutes – with most of the loss occurring within the first 5 minutes. This has been corrected for clarity.

    Continue reading...", + "content": "

    Exclusive: findings highlight importance of short-range Covid transmission

    Coronavirus loses 90% of its ability to infect us within 20 minutes of becoming airborne – with most of the loss occurring within the first five minutes, the world’s first simulations of how the virus survives in exhaled air suggest.

    The findings re-emphasise the importance of short-range Covid transmission, with physical distancing and mask-wearing likely to be the most effective means of preventing infection. Ventilation, though still worthwhile, is likely to have a lesser impact.

    This article was amended on 11 January 2022. In an earlier version, we said Covid loses 90% of ability to infect within five minutes. It is actually within the first 20 minutes – with most of the loss occurring within the first 5 minutes. This has been corrected for clarity.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/11/covid-loses-90-of-ability-to-infect-within-five-minutes-in-air-study", + "creator": "Linda Geddes Science correspondent", + "pubDate": "2022-01-11T18:45:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277372,17 +281662,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "103f9d045f5e7e98d380cfcbeb4bc63c", + "hash": "1acc5aded1e5dce1a8717f7d2b002804", "highlights": [] }, { - "title": "Why are so many people getting re-infected with Covid-19?", - "description": "

    On Wednesday, 194,747 daily confirmed Covid cases were reported for the whole of the UK. But this doesn’t include all the people who have caught the virus for the second, or even third time. In fact, official figures for England, Scotland and Northern Ireland don’t include those who have had Covid before, despite warnings from scientists that up to 15% of Omicron cases could be reinfections. Madeleine Finlay speaks to the Guardian’s science editor Ian Sample about why reinfections are so high for Omicron, what these cases could tell us, and how it could affect public health measures in the future

    Continue reading...", - "content": "

    On Wednesday, 194,747 daily confirmed Covid cases were reported for the whole of the UK. But this doesn’t include all the people who have caught the virus for the second, or even third time. In fact, official figures for England, Scotland and Northern Ireland don’t include those who have had Covid before, despite warnings from scientists that up to 15% of Omicron cases could be reinfections. Madeleine Finlay speaks to the Guardian’s science editor Ian Sample about why reinfections are so high for Omicron, what these cases could tell us, and how it could affect public health measures in the future

    Continue reading...", - "category": "Science", - "link": "https://www.theguardian.com/science/audio/2022/jan/06/why-are-so-many-people-getting-re-infected-with-covid-19", - "creator": "Presented and produced by Madeleine Finlay with Ian Sample , sound design by Axel Kacoutié", - "pubDate": "2022-01-06T05:00:53Z", + "title": "Fauci clashes with Rand Paul at Senate hearing as daily Covid cases soar", + "description": "

    The daily infection rate hit a new record of 1.35m while 145,982 people were in hospital with coronavirus on Monday

    The US has recorded a record number of hospitalisations due to Covid-19, according to the Department of Health and Human Services, as the daily infection rate soared to more than 1.35m.

    Nonetheless, politics dominated a Senate hearing on the pandemic on Tuesday, as Republicans attempted to use the disease for political gain and Rand Paul of Kentucky clashed once again with Anthony Fauci, Joe Biden’s chief medical adviser.

    Continue reading...", + "content": "

    The daily infection rate hit a new record of 1.35m while 145,982 people were in hospital with coronavirus on Monday

    The US has recorded a record number of hospitalisations due to Covid-19, according to the Department of Health and Human Services, as the daily infection rate soared to more than 1.35m.

    Nonetheless, politics dominated a Senate hearing on the pandemic on Tuesday, as Republicans attempted to use the disease for political gain and Rand Paul of Kentucky clashed once again with Anthony Fauci, Joe Biden’s chief medical adviser.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/11/us-covid-hospitalizations-record-number-cases", + "creator": "Adam Gabbatt in New York and agencies", + "pubDate": "2022-01-11T15:04:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277394,17 +281684,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6344bbb3b7f4d156f49529250d962b10", + "hash": "470521e5c6ea0574a3ea5ef7681ad8f5", "highlights": [] }, { - "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", + "title": "Millions more Chinese people ordered into lockdown to fight Covid outbreaks", + "description": "

    Omicron cases prompt tough measures in Anyang, a city of five million, as concerns grows ahead of Winter Olympics

    Millions more people in China have been ordered into lockdown and Hong Kong has banned transit passengers from 150 places as China continues to battle outbreaks across several provinces a few weeks before the Winter Olympics.

    China’s national health commission reported 110 new locally transmitted Covid-19 cases for Monday, including 87 in Henan province, 13 in Shaanxi, and 10 in Tianjin.

    Continue reading...", + "content": "

    Omicron cases prompt tough measures in Anyang, a city of five million, as concerns grows ahead of Winter Olympics

    Millions more people in China have been ordered into lockdown and Hong Kong has banned transit passengers from 150 places as China continues to battle outbreaks across several provinces a few weeks before the Winter Olympics.

    China’s national health commission reported 110 new locally transmitted Covid-19 cases for Monday, including 87 in Henan province, 13 in Shaanxi, and 10 in Tianjin.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2022/jan/11/millions-more-chinese-ordered-into-lockdown-to-fight-covid-outbreaks", + "creator": "Helen Davidson in Taipei", + "pubDate": "2022-01-11T07:01:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277416,17 +281706,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "11551e3a1b28933879fa9e6133400b22", + "hash": "f2a8f668842418e3bdd51140bb5e962f", "highlights": [] }, { - "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", + "title": "How Australia’s handling of Djokovic exposed its flawed immigration system to the world", + "description": "

    Money, media attention and fame will likely protect the tennis player from the same fate as those confined to years in detention by arbitrary and arcane law

    Novak Djokovic has claimed victory in one court, and is back on one more familiar.

    But as he prepares for the Australian Open at Melbourne Park, he does so with a Damoclean sword hanging above his head.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "content": "

    Money, media attention and fame will likely protect the tennis player from the same fate as those confined to years in detention by arbitrary and arcane law

    Novak Djokovic has claimed victory in one court, and is back on one more familiar.

    But as he prepares for the Australian Open at Melbourne Park, he does so with a Damoclean sword hanging above his head.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/sport/2022/jan/12/how-australias-handling-of-djokovic-exposed-its-flawed-immigration-system-to-the-world", + "creator": "Ben Doherty", + "pubDate": "2022-01-11T16:30:22Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277438,17 +281728,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8454bbad1203e0646088054f3b15a5c2", + "hash": "95ca66d94f6c0950fb507ee78575d7f7", "highlights": [] }, { - "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", + "title": "Why pig-to-human heart transplant is for now only a last resort", + "description": "

    Analysis: As doctors monitor world’s first human recipient of pig heart, safety and ethical concerns remain

    The world’s first transplant of a genetically altered pig heart into an ailing human is a landmark for medical science, but the operation, and the approach more broadly, raise substantial safety and ethical concerns.

    Surgeons at the University of Maryland Medical Center spent eight hours on Friday evening transplanting the heart from the pig into 57-year-old David Bennett, who had been in hospital for more than a month with terminal heart failure.

    Continue reading...", + "content": "

    Analysis: As doctors monitor world’s first human recipient of pig heart, safety and ethical concerns remain

    The world’s first transplant of a genetically altered pig heart into an ailing human is a landmark for medical science, but the operation, and the approach more broadly, raise substantial safety and ethical concerns.

    Surgeons at the University of Maryland Medical Center spent eight hours on Friday evening transplanting the heart from the pig into 57-year-old David Bennett, who had been in hospital for more than a month with terminal heart failure.

    Continue reading...", + "category": "Medical research", + "link": "https://www.theguardian.com/science/2022/jan/11/pig-to-human-heart-transplant-safety-ethical-concerns", + "creator": "Ian Sample Science editor", + "pubDate": "2022-01-11T15:25:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277460,17 +281750,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ebf41b18bfa598b5a665b5f00066939", + "hash": "0965cd9fd06c553bd8b465fac69ee429", "highlights": [] }, { - "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", + "title": "‘We fought the good fight’: journalists in Hong Kong reel from assault on media", + "description": "

    Newsrooms closures and exodus from territory are result of ‘draconian’ national security law introduced in 2020

    As the last news programme came to a close and anchors bade farewell to their online audience on 3 January, Chris Yeung, the founder and chief writer of Citizen News, gathered together his staff and tried to strike an optimistic tone.

    “Remember our very best memories,” he said, dressed in a blue shirt with sleeves rolled up and a crimson jumper draped on his shoulders. “No one knows what will happen next. Don’t worry. Just remember the happy things.”

    Continue reading...", + "content": "

    Newsrooms closures and exodus from territory are result of ‘draconian’ national security law introduced in 2020

    As the last news programme came to a close and anchors bade farewell to their online audience on 3 January, Chris Yeung, the founder and chief writer of Citizen News, gathered together his staff and tried to strike an optimistic tone.

    “Remember our very best memories,” he said, dressed in a blue shirt with sleeves rolled up and a crimson jumper draped on his shoulders. “No one knows what will happen next. Don’t worry. Just remember the happy things.”

    Continue reading...", + "category": "Hong Kong", + "link": "https://www.theguardian.com/world/2022/jan/11/we-fought-the-good-fight-journalists-in-hong-kong-reel-from-assault-on-media", + "creator": "Vincent Ni China affairs correspondent", + "pubDate": "2022-01-11T11:41:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277482,17 +281772,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "46d9caa2a487cf45ecff87d4ec5ceb65", + "hash": "3cad8b6ef08f2eccebf42355b0046142", "highlights": [] }, { - "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", + "title": "‘He was a handful’ – Hunter S Thompson’s PA and photographer relives her wild job", + "description": "

    She cooked his weird dinners, dealt with his volcanic rants, and read his prose back to him from dark till dawn. As Chloe Sells’ photographs of the gonzo writer’s chaotic Colorado cabin are published, she remembers an invigorating, inspirational figure

    One evening towards the end of 2003, Chloe Sells was entering the J-Bar in Aspen, Colorado, in search of a late night drink, when an older woman approached her. As Sells recalls in her new photobook, Hot Damn!: “She looked me up and down and said, ‘We’re looking for some help for Hunter. Are you a night owl? Would you be interested?’”

    Hunter, as every local knew, was Hunter S Thompson, the celebrated creator of “gonzo” journalism, and the town’s most infamous resident. The woman was his wife, Anita. “It took me only a moment,” Sells says, “to answer ‘Yes’ to everything.”

    Continue reading...", + "content": "

    She cooked his weird dinners, dealt with his volcanic rants, and read his prose back to him from dark till dawn. As Chloe Sells’ photographs of the gonzo writer’s chaotic Colorado cabin are published, she remembers an invigorating, inspirational figure

    One evening towards the end of 2003, Chloe Sells was entering the J-Bar in Aspen, Colorado, in search of a late night drink, when an older woman approached her. As Sells recalls in her new photobook, Hot Damn!: “She looked me up and down and said, ‘We’re looking for some help for Hunter. Are you a night owl? Would you be interested?’”

    Hunter, as every local knew, was Hunter S Thompson, the celebrated creator of “gonzo” journalism, and the town’s most infamous resident. The woman was his wife, Anita. “It took me only a moment,” Sells says, “to answer ‘Yes’ to everything.”

    Continue reading...", + "category": "Photography", + "link": "https://www.theguardian.com/artanddesign/2022/jan/11/hunter-s-thompson-gonzo-writer-photographer-pa-chloe-sells-hot-damn-colorado-cabin", + "creator": "Sean O’Hagan", + "pubDate": "2022-01-11T06:00:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277504,17 +281794,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf400e14a7435b7366a86737a8ff0958", + "hash": "7f014ea83eb08a4165562815c813183a", "highlights": [] }, { - "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", + "title": "Jazz, R&B and ‘sophistifunk’: James Mtume’s greatest recordings", + "description": "

    From his Afrocentric jazz with Miles Davis and Lonnie Liston Smith to his chart hits for Roberta Flack and Stephanie Mills, we celebrate the best of the late musician

    The biological son of saxophonist Jimmy Heath, brought up by Dizzy Gillespie sideman James Forman, James Mtume was raised in jazz. His first appearance on record was on the 1969 album Kawaida, credited to his uncle, drummer Albert Heath – and on subsequent reissues to Herbie Hancock or Don Cherry, both of whom perform on it.

    Continue reading...", + "content": "

    From his Afrocentric jazz with Miles Davis and Lonnie Liston Smith to his chart hits for Roberta Flack and Stephanie Mills, we celebrate the best of the late musician

    The biological son of saxophonist Jimmy Heath, brought up by Dizzy Gillespie sideman James Forman, James Mtume was raised in jazz. His first appearance on record was on the 1969 album Kawaida, credited to his uncle, drummer Albert Heath – and on subsequent reissues to Herbie Hancock or Don Cherry, both of whom perform on it.

    Continue reading...", + "category": "Music", + "link": "https://www.theguardian.com/music/2022/jan/11/james-mtume-hits-recordings-jazz-funk", + "creator": "Alexis Petridis", + "pubDate": "2022-01-11T15:03:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277526,17 +281816,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "42509ff7ef7a60b9d6b592e8a069711b", + "hash": "0d96f23d587d336fba6d5f8484161b85", "highlights": [] }, { - "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", + "title": "How the speed of climate change is unbalancing the insect world", + "description": "

    The pace of global heating is forcing insect populations to move and adapt – and some aggressive species are thriving

    The climate crisis is set to profoundly alter the world around us. Humans will not be the only species to suffer from the calamity. Huge waves of die-offs will be triggered across the animal kingdom as coral reefs turn ghostly white and tropical rainforests collapse. For a period, some researchers suspected that insects may be less affected, or at least more adaptable, than mammals, birds and other groups of creatures. With their large, elastic populations and their defiance of previous mass extinction events, surely insects will do better than most in the teeth of the climate emergency?

    Sadly not. At 3.2C of warming, which many scientists still fear the world will get close to by the end of this century (although a flurry of promises at Cop26 have brought the expected temperature increase down to 2.4C), half of all insect species will lose more than half of their current habitable range. This is about double the proportion of vertebrates and higher even than for plants, which lack wings or legs to quickly relocate themselves. This huge contraction in livable space is being heaped on to the existing woes faced by insects from habitat loss and pesticide use. “The insects that are still hanging in there are going to get hit by climate change as well,” says Rachel Warren, a biologist at the University of East Anglia, who in 2018 published research into what combinations of temperature, rainfall and other climatic conditions each species can tolerate.

    Continue reading...", + "content": "

    The pace of global heating is forcing insect populations to move and adapt – and some aggressive species are thriving

    The climate crisis is set to profoundly alter the world around us. Humans will not be the only species to suffer from the calamity. Huge waves of die-offs will be triggered across the animal kingdom as coral reefs turn ghostly white and tropical rainforests collapse. For a period, some researchers suspected that insects may be less affected, or at least more adaptable, than mammals, birds and other groups of creatures. With their large, elastic populations and their defiance of previous mass extinction events, surely insects will do better than most in the teeth of the climate emergency?

    Sadly not. At 3.2C of warming, which many scientists still fear the world will get close to by the end of this century (although a flurry of promises at Cop26 have brought the expected temperature increase down to 2.4C), half of all insect species will lose more than half of their current habitable range. This is about double the proportion of vertebrates and higher even than for plants, which lack wings or legs to quickly relocate themselves. This huge contraction in livable space is being heaped on to the existing woes faced by insects from habitat loss and pesticide use. “The insects that are still hanging in there are going to get hit by climate change as well,” says Rachel Warren, a biologist at the University of East Anglia, who in 2018 published research into what combinations of temperature, rainfall and other climatic conditions each species can tolerate.

    Continue reading...", + "category": "", + "link": "https://www.theguardian.com/news/2022/jan/11/climate-change-insect-world-global-heating-species", + "creator": "Oliver Milman", + "pubDate": "2022-01-11T06:00:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277548,17 +281838,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "35a7d05e0e44192f280839e7fe57e6dc", + "hash": "612b91862e635e8ea0f6765c5f06aa44", "highlights": [] }, { - "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", + "title": "‘Don’t plan it, just go!’: how to be spontaneous – and grab some unexpected fun", + "description": "

    The pandemic has left our best-laid plans in disarray, but we can still have spur-of-the-moment adventures

    Back in the wild old days, my best buddy and I used to call going out “looking for trouble”. We weren’t hoping for a punch-up or a little light robbery, but a spontaneous adventure involving music, strangers or just the city at night. All that spur-of-the-moment fun has taken quite a beating since the pandemic began, for many millions of us. First came the lockdowns, social distancing and closed venues, then the cautious reopening when even a trip to the pub or an art gallery had to be booked weeks in advance. And now, just when it seemed the world was finally getting back to normal, Omicron has come wielding its everything’s-off-again sledgehammer, crushing all those dreams of nights out, holidays and raucous parties. Not only does it seem foolish to plan anything, but after two years of frustration and self-restraint, it’s hard to summon up the enthusiasm to do anything off the cuff.

    And that’s quite a loss. While we often think anticipation is half the fun, in 2016 researchers from two US universities found that people enjoyed activities more when they were impromptu. Scheduling a coffee break or a movie, for instance, made them feel “less free-flowing and more work-like”, wrote the authors. As Jane Austen put it 200 years ago in Emma: “Why not seize the pleasure at once? – How often is happiness destroyed by preparation, foolish preparation!”

    Continue reading...", + "content": "

    The pandemic has left our best-laid plans in disarray, but we can still have spur-of-the-moment adventures

    Back in the wild old days, my best buddy and I used to call going out “looking for trouble”. We weren’t hoping for a punch-up or a little light robbery, but a spontaneous adventure involving music, strangers or just the city at night. All that spur-of-the-moment fun has taken quite a beating since the pandemic began, for many millions of us. First came the lockdowns, social distancing and closed venues, then the cautious reopening when even a trip to the pub or an art gallery had to be booked weeks in advance. And now, just when it seemed the world was finally getting back to normal, Omicron has come wielding its everything’s-off-again sledgehammer, crushing all those dreams of nights out, holidays and raucous parties. Not only does it seem foolish to plan anything, but after two years of frustration and self-restraint, it’s hard to summon up the enthusiasm to do anything off the cuff.

    And that’s quite a loss. While we often think anticipation is half the fun, in 2016 researchers from two US universities found that people enjoyed activities more when they were impromptu. Scheduling a coffee break or a movie, for instance, made them feel “less free-flowing and more work-like”, wrote the authors. As Jane Austen put it 200 years ago in Emma: “Why not seize the pleasure at once? – How often is happiness destroyed by preparation, foolish preparation!”

    Continue reading...", + "category": "Health & wellbeing", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/11/dont-plan-it-just-go-how-to-be-spontaneous-and-grab-some-unexpected-fun", + "creator": "Amy Fleming", + "pubDate": "2022-01-11T06:00:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277570,17 +281860,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f7dad9d386fa709c2f11db9377fec5d", + "hash": "ce59d929fd86da492a3170dde9d83809", "highlights": [] }, { - "title": "Australia Covid live news update: federal court to hear Novak Djokovic challenge to visa cancellation; more than 72,000 new cases nationwide", - "description": "

    Karen Andrews, home affairs minister, did give a hint of how things might play out.

    AAP reports that, before Novak Djokovic’s arrival, she said that while the Victorian government and Tennis Australia may allow a non-vaccinated player to compete in the Australian Open, it was the federal government that dealt with border entry requirements.

    Continue reading...", - "content": "

    Karen Andrews, home affairs minister, did give a hint of how things might play out.

    AAP reports that, before Novak Djokovic’s arrival, she said that while the Victorian government and Tennis Australia may allow a non-vaccinated player to compete in the Australian Open, it was the federal government that dealt with border entry requirements.

    Continue reading...", - "category": "Novak Djokovic", - "link": "https://www.theguardian.com/australia-news/live/2022/jan/06/australia-live-news-update-novak-djokovic-held-at-melbourne-airport-calls-for-more-free-covid-rapid-tests-scott-morrison-coronavirus-dominic-perrottet-case-numbers-vaccine-booster-rats-rapid-antigen-tests", - "creator": "Mostafa Rachwani (now) and Tory Shepherd (earlier)", - "pubDate": "2022-01-06T05:25:09Z", + "title": "Two men arrested over Andrew Gosden disappearance in 2007", + "description": "

    Doncaster teenager not seen again after his image was captured on Kings Cross station CCTV

    Detectives investigating the disappearance of a teenage boy from South Yorkshire 14 years ago have arrested two men, aged 45 and 38, on suspicion of kidnap and human trafficking.

    Andrew Gosden was 14 when he left his home in Doncaster on a Friday morning, emptied his bank account of almost £200 and bought a one-way ticket to London. He was last captured on CCTV emerging from Kings Cross station.

    Continue reading...", + "content": "

    Doncaster teenager not seen again after his image was captured on Kings Cross station CCTV

    Detectives investigating the disappearance of a teenage boy from South Yorkshire 14 years ago have arrested two men, aged 45 and 38, on suspicion of kidnap and human trafficking.

    Andrew Gosden was 14 when he left his home in Doncaster on a Friday morning, emptied his bank account of almost £200 and bought a one-way ticket to London. He was last captured on CCTV emerging from Kings Cross station.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2022/jan/11/two-men-arrested-over-andrew-gosden-disappearance-in-2007", + "creator": "Damien Gayle", + "pubDate": "2022-01-11T18:34:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277592,17 +281882,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f085780daa54694314217050cd855690", + "hash": "969eb7f0ba71b8af9f07760b11bbdc07", "highlights": [] }, { - "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", + "title": "Oscar-winning Iranian director Asghar Farhadi: ‘Global recognition is double-edged’", + "description": "

    He has been detained at airports and told never to return to Iran. But the director, who could be about to win his third Oscar, refuses to be silenced about outrages in his own country – and in the west

    Withdrawing your film from the Oscars would be career suicide for most directors, but in November Asghar Farhadi appeared to do precisely that. Shortly after Iran’s state-controlled film board put his movie, A Hero, up for the best international feature Oscar, Farhadi released a statement on Instagram saying he was “fed up” with suggestions in Iranian media that he was sympathetic to the country’s hardline government. “If your introduction of my film for the Oscars has led you to the conclusion that I am in your debt,” he wrote, “I am explicitly declaring now that I have no problem with you reversing this decision.”

    Farhadi, it could be argued, can afford to make such a gesture. He has already won two international feature Oscars – for A Separation in 2012 and The Salesman in 2017 – and many more awards besides (A Hero won the Grand Prix at Cannes last year). Such achievements inevitably convey national hero status. At the same time, he seems to have trodden a careful line when it comes to his country’s oppressive regime. Other Iranian film-makers, such as Jafar Panahi and Mohammad Rasoulof, have paid a heavy price for criticising aspects of Iranian society, from prison sentences and house arrests to travel bans. Farhadi seems to have been spared similar treatment. Hence the accusations that he was “pro- government”.

    Continue reading...", + "content": "

    He has been detained at airports and told never to return to Iran. But the director, who could be about to win his third Oscar, refuses to be silenced about outrages in his own country – and in the west

    Withdrawing your film from the Oscars would be career suicide for most directors, but in November Asghar Farhadi appeared to do precisely that. Shortly after Iran’s state-controlled film board put his movie, A Hero, up for the best international feature Oscar, Farhadi released a statement on Instagram saying he was “fed up” with suggestions in Iranian media that he was sympathetic to the country’s hardline government. “If your introduction of my film for the Oscars has led you to the conclusion that I am in your debt,” he wrote, “I am explicitly declaring now that I have no problem with you reversing this decision.”

    Farhadi, it could be argued, can afford to make such a gesture. He has already won two international feature Oscars – for A Separation in 2012 and The Salesman in 2017 – and many more awards besides (A Hero won the Grand Prix at Cannes last year). Such achievements inevitably convey national hero status. At the same time, he seems to have trodden a careful line when it comes to his country’s oppressive regime. Other Iranian film-makers, such as Jafar Panahi and Mohammad Rasoulof, have paid a heavy price for criticising aspects of Iranian society, from prison sentences and house arrests to travel bans. Farhadi seems to have been spared similar treatment. Hence the accusations that he was “pro- government”.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2022/jan/10/extremist-media-tried-destroy-me-oscar-winning-iranian-director-asghar-farhadi", + "creator": "Steve Rose", + "pubDate": "2022-01-10T06:00:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277610,21 +281900,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "e8aba05d7a005d751dc61d3543f88d63", + "hash": "e246cdc564233b4714979b9f623a6a45", "highlights": [] }, { - "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", + "title": "Widow of South Africa’s Zulu king launches legal succession bid in court", + "description": "

    Queen Sibongile Dlamini, the late king’s first wife of six in total, is contesting Misuzulu Zulu’s right to the throne

    One of the six widows of South Africa’s Zulu king launched a legal succession bid on Tuesday, arguing that she is the monarch’s only legitimate widow as they had a civil marriage, while he wed his five other wives only according to traditional rites.

    King Goodwill Zwelithini died in March last year at age 72 after 50 years on the throne, leaving behind his six wives and at least 28 children.

    Continue reading...", + "content": "

    Queen Sibongile Dlamini, the late king’s first wife of six in total, is contesting Misuzulu Zulu’s right to the throne

    One of the six widows of South Africa’s Zulu king launched a legal succession bid on Tuesday, arguing that she is the monarch’s only legitimate widow as they had a civil marriage, while he wed his five other wives only according to traditional rites.

    King Goodwill Zwelithini died in March last year at age 72 after 50 years on the throne, leaving behind his six wives and at least 28 children.

    Continue reading...", + "category": "South Africa", + "link": "https://www.theguardian.com/world/2022/jan/11/widow-of-south-africas-zulu-king-launches-legal-succession-bid-in-court", + "creator": "AFP in Johannesburg", + "pubDate": "2022-01-11T20:17:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277636,17 +281926,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9557c22d2628e7264b9cbe8ea2f8a03c", + "hash": "f7fbfaf4aa2b18cf79041012421637d8", "highlights": [] }, { - "title": "Kazakhstan protests: Moscow-led alliance sends ‘peacekeeping forces’", - "description": "

    Former Soviet states respond to pleas from Kazakh president Kassym-Jomart Tokayev as he tries to regain control

    Leaders of a Moscow-led alliance of former Soviet states have agreed to send “peacekeeping forces” to Kazakhstan to help the country’s president regain control as violent clashes continued across the country after fuel price rises triggered widespread protests.

    Armenia’s prime minister Nikol Pashinyan said early on Thursday that the Collective Security Treaty Organization (CSTO) – a military alliance of Russia, Belarus, Armenia, Kazakhstan, Kyrgyzstan, and Tajikistan – would dispatch forces to “stabilise” the Central Asia country.

    Continue reading...", - "content": "

    Former Soviet states respond to pleas from Kazakh president Kassym-Jomart Tokayev as he tries to regain control

    Leaders of a Moscow-led alliance of former Soviet states have agreed to send “peacekeeping forces” to Kazakhstan to help the country’s president regain control as violent clashes continued across the country after fuel price rises triggered widespread protests.

    Armenia’s prime minister Nikol Pashinyan said early on Thursday that the Collective Security Treaty Organization (CSTO) – a military alliance of Russia, Belarus, Armenia, Kazakhstan, Kyrgyzstan, and Tajikistan – would dispatch forces to “stabilise” the Central Asia country.

    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-05T22:13:15Z", + "title": "‘History is going to judge us,’ Biden says ahead of voting rights speech – live", + "description": "

    The Republican who memorably resisted Donald Trump’s attempt to overturn his election defeat in Georgia has said he will run for re-election on a platform of “integrity and truth”, against an opponent who as a churchman “should know better” than to advance the former president’s lies.

    Brad Raffensperger, the Georgia secretary of state, became a household name after he turned down Trump’s demand that he “find 11,780 votes” in order to overturn Joe Biden’s win in the southern state. It was the first victory by a Democrat in a presidential race in Georgia since 1992.

    Continue reading...", + "content": "

    The Republican who memorably resisted Donald Trump’s attempt to overturn his election defeat in Georgia has said he will run for re-election on a platform of “integrity and truth”, against an opponent who as a churchman “should know better” than to advance the former president’s lies.

    Brad Raffensperger, the Georgia secretary of state, became a household name after he turned down Trump’s demand that he “find 11,780 votes” in order to overturn Joe Biden’s win in the southern state. It was the first victory by a Democrat in a presidential race in Georgia since 1992.

    Continue reading...", + "category": "US politics", + "link": "https://www.theguardian.com/us-news/live/2022/jan/11/joe-biden-voting-rights-filibuster-congress-georgia-us-politics-latest-covid", + "creator": "Joan E Greve", + "pubDate": "2022-01-11T20:20:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277658,17 +281948,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb3e401aae85d7d0a967cb725e2a6b80", + "hash": "271bd343995282266e72302069a9d69a", "highlights": [] }, { - "title": "Novak Djokovic’s Australian Open hopes dashed after visa cancelled at airport", - "description": "

    Novak Djokovic’s attempts to compete at the Australian Open this month have collapsed after the No 1-ranked male tennis player was told his visa has been rejected. He is due to be flown out of Melbourne on Thursday amid a spiralling outcry over his controversial “medical exemption” agreed by the tournament’s organisers.

    The reigning Australian Open champion was held up at passport control on Wednesday night 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 have collapsed after the No 1-ranked male tennis player was told his visa has been rejected. He is due to be flown out of Melbourne on Thursday amid a spiralling outcry over his controversial “medical exemption” agreed by the tournament’s organisers.

    The reigning Australian Open champion was held up at passport control on Wednesday night 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-05T22:10:49Z", + "title": "The Legend of La Llorona review – holiday horror down Mexico way", + "description": "

    Very low-budget shocker sees American family stalked by the spectre of a bereaved mother taking vengeance on other people’s kids

    Set in some densely forested, geographically-non-specific corner of Mexico, this very low-budget horror story features Autumn Reeser as suburban SoCal mom Carly Candlewood, who arrives for a holiday with her husband Andrew (Antonio Cupo) and young son Danny (Nicolas Madrazo). Together, they’re hoping to heal as a family after Carly’s recent miscarriage. Unfortunately, no one mentioned in the TripAdvisor reviews that the canals near the small hotel where the Candlewoods are staying have been haunted for years by a spooky ghost lady called La Llorona (Zamia Fandiño).

    The name relates to the fact that she’s always crying for her lost child, and her own way of dealing with bereavement is to steal other people’s kids, especially at night or at least when the camera has a red filter attached to create a murky, nocturnal look. What’s more, all the locals know about her, and a memorial wall nearby is plastered with pictures of missing children: an unpleasant echo of the legions of people abducted throughout the country in real life. La Llorona usually takes the form of an ectoplasmic, diaphanous figure with a flowing gown, generous embonpoint and a half-smashed face. But of late it seems she’s been gaining corporeality; the upside of which is that bullets seem to temporarily repel her. But her growing strength represents a near and present danger for little Danny, whom she keeps catching and then losing as Carly fights her off.

    Continue reading...", + "content": "

    Very low-budget shocker sees American family stalked by the spectre of a bereaved mother taking vengeance on other people’s kids

    Set in some densely forested, geographically-non-specific corner of Mexico, this very low-budget horror story features Autumn Reeser as suburban SoCal mom Carly Candlewood, who arrives for a holiday with her husband Andrew (Antonio Cupo) and young son Danny (Nicolas Madrazo). Together, they’re hoping to heal as a family after Carly’s recent miscarriage. Unfortunately, no one mentioned in the TripAdvisor reviews that the canals near the small hotel where the Candlewoods are staying have been haunted for years by a spooky ghost lady called La Llorona (Zamia Fandiño).

    The name relates to the fact that she’s always crying for her lost child, and her own way of dealing with bereavement is to steal other people’s kids, especially at night or at least when the camera has a red filter attached to create a murky, nocturnal look. What’s more, all the locals know about her, and a memorial wall nearby is plastered with pictures of missing children: an unpleasant echo of the legions of people abducted throughout the country in real life. La Llorona usually takes the form of an ectoplasmic, diaphanous figure with a flowing gown, generous embonpoint and a half-smashed face. But of late it seems she’s been gaining corporeality; the upside of which is that bullets seem to temporarily repel her. But her growing strength represents a near and present danger for little Danny, whom she keeps catching and then losing as Carly fights her off.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2022/jan/11/the-legend-of-la-llorona-review-holiday-horror-down-mexico-way", + "creator": "Leslie Felperin", + "pubDate": "2022-01-11T12:00:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277680,17 +281970,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e79413b12345be55851154c47eaa577f", + "hash": "0f442cda06bd4847e6e7d0ff697caa08", "highlights": [] }, { - "title": "Merrick Garland vows to pursue all those responsible for 6 January attack", - "description": "

    Attorney general says justice department has ‘no higher priority’ and promises further actions over ‘assault on our democracy’

    The US attorney general, Merrick Garland, on Wednesday vowed that the justice department would hold accountable all those responsible for the deadly 6 January attack, whether they were physically present at the Capitol or not.

    Garland’s remarks come as he faces growing calls from lawmakers, legal experts and former elected officials to intensify the department’s investigation into the events of Capitol assault, and in particular, to prosecute those who helped orchestrate the failed attempt to overturn the 2020 election results, including the former president, Donald Trump, and his associates.

    Continue reading...", - "content": "

    Attorney general says justice department has ‘no higher priority’ and promises further actions over ‘assault on our democracy’

    The US attorney general, Merrick Garland, on Wednesday vowed that the justice department would hold accountable all those responsible for the deadly 6 January attack, whether they were physically present at the Capitol or not.

    Garland’s remarks come as he faces growing calls from lawmakers, legal experts and former elected officials to intensify the department’s investigation into the events of Capitol assault, and in particular, to prosecute those who helped orchestrate the failed attempt to overturn the 2020 election results, including the former president, Donald Trump, and his associates.

    Continue reading...", - "category": "Merrick Garland", - "link": "https://www.theguardian.com/us-news/2022/jan/05/merrick-garland-us-capitol-attack-investigation", - "creator": "Lauren Gambino in Washington", - "pubDate": "2022-01-05T23:30:55Z", + "title": "Taiwan suspends F-16 fleet combat training after jet crashes into sea", + "description": "

    Search and rescue mission launched after latest in series of fatal accidents amid heightened tensions with China

    Taiwan’s air force has suspended combat training for its F-16 fleet after a recently upgraded model of the fighter jet crashed into the sea in the latest of a series of fatal accidents.

    The island’s air force announced earlier that an F-16 fighter jet went missing over the sea off western Taiwan on Tuesday afternoon, 30 minutes after it took off from the southern Chiayi air base for routine training.

    Continue reading...", + "content": "

    Search and rescue mission launched after latest in series of fatal accidents amid heightened tensions with China

    Taiwan’s air force has suspended combat training for its F-16 fleet after a recently upgraded model of the fighter jet crashed into the sea in the latest of a series of fatal accidents.

    The island’s air force announced earlier that an F-16 fighter jet went missing over the sea off western Taiwan on Tuesday afternoon, 30 minutes after it took off from the southern Chiayi air base for routine training.

    Continue reading...", + "category": "Taiwan", + "link": "https://www.theguardian.com/world/2022/jan/11/taiwan-f-16-jet-crashes-sea-fleet-suspended", + "creator": "Vincent Ni and agencies", + "pubDate": "2022-01-11T14:53:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277702,17 +281992,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9487fcfa71f1cabffeff5897593a0704", + "hash": "d75f649201b1c329a8480dcff1c03b66", "highlights": [] }, { - "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", + "title": "Australia news live update: urgent industry talks to address Covid supply shortages, Djokovic awaits visa decision", + "description": "

    Talks between businesses and federal ministers on which workers should be exempt from Covid isolation rules continue. Follow all the day’s news

    Opposition leader Anthony Albanese was just up on Sunrise chatting Djokovic.

    He wouldn’t say whether the tennis player’s visa should be re-cancelled, just that if visa requirements weren’t met, it shouldn’t have been granted in the first place:

    It is just a mess, isn’t it? Everyone can see that. The federal government is the body that issues visas to Australia and it is yet to explain how it is that a visa was granted if the conditions had not been met and what we see here is just another failure, a problem becoming a crisis before the government actually acts and when you look at the issues, the vaccines, testing, tracing, and when it comes to quarantine, that is a grand slam of failures that this Morrison government has presided over. It is a very embarrassing situation for Australia. Given this story has been the biggest story in sport for months.

    What I would have done was make sure that if the visa requirements weren’t met, the visa would not have been issued and that is what should have occurred here. Now we have a circumstance whereby we have an intervention which is one of the biggest stories in the world at the moment and it is all of the governments own making.

    I read through the transcript of the interview with Novak. While I’ve never been a massive Novak fan, I thought he was honest and open through the interview process which started at 1 am and went through to 6, 6:30am or so. And so I think he just has to be treated like anyone else.

    Now, yes, he may have lied or made a mistake on the form. I just hope - we’ve just got to apply the same rules as we would to anyone else because I am sure he is not the first person to tick the wrong box. I don’t want to live in a world of strict bureaucracy when if we make a mistake on a form we are hauled off to jail. If there’s been an error or a lie, he needs to be questioned again and see how or why that happened. English is not his first language so that could come into play. We have to have sensible rules, that’s the main lesson out of this.

    Continue reading...", + "content": "

    Talks between businesses and federal ministers on which workers should be exempt from Covid isolation rules continue. Follow all the day’s news

    Opposition leader Anthony Albanese was just up on Sunrise chatting Djokovic.

    He wouldn’t say whether the tennis player’s visa should be re-cancelled, just that if visa requirements weren’t met, it shouldn’t have been granted in the first place:

    It is just a mess, isn’t it? Everyone can see that. The federal government is the body that issues visas to Australia and it is yet to explain how it is that a visa was granted if the conditions had not been met and what we see here is just another failure, a problem becoming a crisis before the government actually acts and when you look at the issues, the vaccines, testing, tracing, and when it comes to quarantine, that is a grand slam of failures that this Morrison government has presided over. It is a very embarrassing situation for Australia. Given this story has been the biggest story in sport for months.

    What I would have done was make sure that if the visa requirements weren’t met, the visa would not have been issued and that is what should have occurred here. Now we have a circumstance whereby we have an intervention which is one of the biggest stories in the world at the moment and it is all of the governments own making.

    I read through the transcript of the interview with Novak. While I’ve never been a massive Novak fan, I thought he was honest and open through the interview process which started at 1 am and went through to 6, 6:30am or so. And so I think he just has to be treated like anyone else.

    Now, yes, he may have lied or made a mistake on the form. I just hope - we’ve just got to apply the same rules as we would to anyone else because I am sure he is not the first person to tick the wrong box. I don’t want to live in a world of strict bureaucracy when if we make a mistake on a form we are hauled off to jail. If there’s been an error or a lie, he needs to be questioned again and see how or why that happened. English is not his first language so that could come into play. We have to have sensible rules, that’s the main lesson out of this.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/12/australia-news-live-update-urgent-supply-chain-shortages-covid-coronavirus-novak-djokovic-awaits-visa-decision-alex-hawke-immigration-minister-scott-morrison-australian-open-covid", + "creator": "Caitlin Cassidy", + "pubDate": "2022-01-11T20:39:12Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277724,17 +282014,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "615b92f36c33f2faf4b15360b7c472f1", + "hash": "043a559a7048ceb863b67ddd020a9b97", "highlights": [] }, { - "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", + "title": "As violence in the Congo escalates, thousands of displaced people are effectively held hostage | Vava Tampa", + "description": "

    The UN has appealed for urgent help following militia attacks on camps for internally displaced people. But money alone won’t solve the crisis

    In a bare and violent patch of land in the Democratic Republic of the Congo, 75,000 people are living in what one UN field officer described as “hellish conditions”. Food and water are scarce. Even the flimsiest shelters are in short supply and sanitation is nonexistent. Girls have been raped by militiamen while attempting to find food in fields around the site. Ibrahim Cisse of Unicef says people here are effectively being held hostage.

    Rhoe – a remote camp of internally displaced people (IDP) approximately 45km northeast of Bunia, the capital of DRC’s Ituri province – is “a tragedy waiting to happen”, according to those who have visited.

    Continue reading...", + "content": "

    The UN has appealed for urgent help following militia attacks on camps for internally displaced people. But money alone won’t solve the crisis

    In a bare and violent patch of land in the Democratic Republic of the Congo, 75,000 people are living in what one UN field officer described as “hellish conditions”. Food and water are scarce. Even the flimsiest shelters are in short supply and sanitation is nonexistent. Girls have been raped by militiamen while attempting to find food in fields around the site. Ibrahim Cisse of Unicef says people here are effectively being held hostage.

    Rhoe – a remote camp of internally displaced people (IDP) approximately 45km northeast of Bunia, the capital of DRC’s Ituri province – is “a tragedy waiting to happen”, according to those who have visited.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2022/jan/10/as-violence-drc-democratic-republic-congo-escalates-thousands-are-effectively-being-held-hostage", + "creator": "Vava Tampa", + "pubDate": "2022-01-10T14:33:58Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277746,17 +282036,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5198872a1363443b46766456ad7f0052", + "hash": "47de1bfab5efb0d92f63764305a5dec3", "highlights": [] }, { - "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", + "title": "Painting a bigger picture: Senegal’s pioneering ‘first lady’ of graffiti", + "description": "

    Artist, poet and singer, Dieynaba Sidibé, AKA Zeinixx, has made her way to the top of the country’s male-dominated hip-hop scene and wants her messages of hope to inspire young women

    When Dieynaba Sidibé discovered graffiti, it was love at first sight. She was 17 and had already begun experimenting with painting and drawing.

    “​​It was on TV. I was sitting in my living room and I saw people doing big walls and I thought, ‘This is what I need’,” the Senegalese artist says, one hoop earring shaking as she laughs. “I don’t like small things. I was doing big canvases, and I said to myself: ‘A wall is a bigger surface for expression’.”

    Continue reading...", + "content": "

    Artist, poet and singer, Dieynaba Sidibé, AKA Zeinixx, has made her way to the top of the country’s male-dominated hip-hop scene and wants her messages of hope to inspire young women

    When Dieynaba Sidibé discovered graffiti, it was love at first sight. She was 17 and had already begun experimenting with painting and drawing.

    “​​It was on TV. I was sitting in my living room and I saw people doing big walls and I thought, ‘This is what I need’,” the Senegalese artist says, one hoop earring shaking as she laughs. “I don’t like small things. I was doing big canvases, and I said to myself: ‘A wall is a bigger surface for expression’.”

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2022/jan/10/painting-a-bigger-picture-senegals-pioneering-first-lady-of-graffiti", + "creator": "Portia Crowe", + "pubDate": "2022-01-10T07:00:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277768,17 +282058,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8d4bf83f4d048c22b38bdf9cdf4f98e", + "hash": "9decf6e82cab91bde28e7486d5c51c14", "highlights": [] }, { - "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", + "title": "Desmond Tutu’s funeral and Kazakhstan clashes: human rights this fortnight – in pictures", + "description": "

    A roundup of the coverage of the struggle for human rights and freedoms, from Mexico to Hong Kong

    Continue reading...", + "content": "

    A roundup of the coverage of the struggle for human rights and freedoms, from Mexico to Hong Kong

    Continue reading...", + "category": "Human rights", + "link": "https://www.theguardian.com/global-development/gallery/2022/jan/08/desmond-tutus-funeral-and-kazakhstan-clashes-human-rights-this-fortnight-in-pictures", + "creator": "Sarah Johnson , compiled by Eric Hilaire", + "pubDate": "2022-01-08T08:30:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277790,17 +282080,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "582113c4771e1a90a89689b9b26ab8b9", + "hash": "1c7b6a3d6f71b2357bf6600b8189421f", "highlights": [] }, { - "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", + "title": "In today’s New Zealand, it’s not about being just Māori or Pākehā - everyone must belong | Philip McKibbin", + "description": "

    While some of us are both, many of us are neither. The urge to separate us out is used to marginalise people around the world

    It took me a long time to embrace my Māori identity.

    On my mother’s side, I whakapapa (relate, through ancestry) to Kāi Tahu, the largest iwi (tribe) of Te Waipounamu (the South Island of New Zealand), but I grew up believing I was only Pākehā (NZ European). I spent most of my childhood living with my Pākehā father. Even though my Māori ancestry was mentioned occasionally, I resisted the suggestion that I was Māori. I didn’t grow up on a marae (Māori village), or speak te reo – and I didn’t look like the Māori kids I knew.

    Continue reading...", + "content": "

    While some of us are both, many of us are neither. The urge to separate us out is used to marginalise people around the world

    It took me a long time to embrace my Māori identity.

    On my mother’s side, I whakapapa (relate, through ancestry) to Kāi Tahu, the largest iwi (tribe) of Te Waipounamu (the South Island of New Zealand), but I grew up believing I was only Pākehā (NZ European). I spent most of my childhood living with my Pākehā father. Even though my Māori ancestry was mentioned occasionally, I resisted the suggestion that I was Māori. I didn’t grow up on a marae (Māori village), or speak te reo – and I didn’t look like the Māori kids I knew.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/commentisfree/2022/jan/11/in-todays-new-zealand-its-not-about-being-just-maori-or-pakeha-everyone-must-belong", + "creator": "Philip McKibbin", + "pubDate": "2022-01-10T19:00:54Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277812,17 +282102,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "04b5aa7ff3968e6f7fdb990dd4051548", + "hash": "93709895b605f6d9984d11151ffe9a36", "highlights": [] }, { - "title": "Jon Stewart denies claims he accused JK Rowling of antisemitism", - "description": "

    Ex-US talkshow host says his comments about goblins who run Gringotts bank in wizarding movies were meant to be lighthearted

    Former US talkshow host Jon Stewart says comments he made about the Harry Potter films were meant to be “lighthearted” and he was not accusing author JK Rowling of antisemitism.

    The comedian said news outlets had “piled into this ridiculously out of context nonsense”, and he did not want the franchise censored “in any way”.

    This story was amended on Wednesday 5 January 2022 to take into account Jon Stewart’s clarification of his earlier comments.

    Continue reading...", - "content": "

    Ex-US talkshow host says his comments about goblins who run Gringotts bank in wizarding movies were meant to be lighthearted

    Former US talkshow host Jon Stewart says comments he made about the Harry Potter films were meant to be “lighthearted” and he was not accusing author JK Rowling of antisemitism.

    The comedian said news outlets had “piled into this ridiculously out of context nonsense”, and he did not want the franchise censored “in any way”.

    This story was amended on Wednesday 5 January 2022 to take into account Jon Stewart’s clarification of his earlier comments.

    Continue reading...", - "category": "JK Rowling", - "link": "https://www.theguardian.com/books/2022/jan/06/jon-stewart-denies-claims-he-accused-jk-rowling-of-antisemitism", - "creator": "PA Media", - "pubDate": "2022-01-05T21:58:45Z", + "title": "The struggling shopkeepers of Afghanistan – in pictures", + "description": "

    Nearly four months after the withdrawal of US forces from Afghanistan, the country is at risk of near-universal poverty. The economic crisis has worsened since the Taliban took over and most Afghans live on less than $2 a day. We take a look at the shopkeepers trying to make ends meet

    Continue reading...", + "content": "

    Nearly four months after the withdrawal of US forces from Afghanistan, the country is at risk of near-universal poverty. The economic crisis has worsened since the Taliban took over and most Afghans live on less than $2 a day. We take a look at the shopkeepers trying to make ends meet

    Continue reading...", + "category": "Afghanistan", + "link": "https://www.theguardian.com/world/gallery/2022/jan/10/the-struggling-shopkeepers-of-afghanistan-in-pictures", + "creator": "", + "pubDate": "2022-01-10T07:00:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277834,17 +282124,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "de231da5ed72efa757166efa8e912d36", + "hash": "6865b915325ba4e00132b92cba8bb05f", "highlights": [] }, { - "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", + "title": "Ethiopia: 19 people killed in latest drone strikes in Tigray", + "description": "

    The deadly attacks come as Joe Biden raised concerns about recent airstrikes with Ethiopian PM

    Nineteen people have been killed in drone strikes in Ethiopia’s Tigray, in the latest reported attacks in the war-stricken region.

    In the deadliest strike on Monday in the southern Tigray town of Mai Tsebri, 17 people working at a flour mill were killed, said one of the humanitarian workers, citing witness accounts.

    Continue reading...", + "content": "

    The deadly attacks come as Joe Biden raised concerns about recent airstrikes with Ethiopian PM

    Nineteen people have been killed in drone strikes in Ethiopia’s Tigray, in the latest reported attacks in the war-stricken region.

    In the deadliest strike on Monday in the southern Tigray town of Mai Tsebri, 17 people working at a flour mill were killed, said one of the humanitarian workers, citing witness accounts.

    Continue reading...", + "category": "World news", + "link": "https://www.theguardian.com/world/2022/jan/11/ethiopia-19-people-killed-in-latest-drone-strikes-in-tigray", + "creator": "AFP in Addis Ababa", + "pubDate": "2022-01-11T19:02:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277856,17 +282146,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "86bb04943303f0627345d2e5e87b2171", + "hash": "9925777ccf3d88b6f439491b0ad9b9cf", "highlights": [] }, { - "title": "France, Italy, Portugal, Turkey and Netherlands report record daily cases as Omicron surges – as it happened", - "description": "

    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": "

    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": "Helen Livingstone (now); Nicola Slawson, Matthew Weaver, Damien Gayle, Tom Ambrose and Samantha Lock (earlier)", - "pubDate": "2022-01-06T00:30:38Z", + "title": "Joe Biden to back filibuster rule change to push voting rights bill", + "description": "

    US president to throw support behind plan to change rules that allow minority of senators to kill proposed laws

    Joe Biden plans to use a speech in Georgia on Tuesday to throw his support behind changing the Senate’s filibuster rules to allow action on voting rights legislation, calling it a moment to choose “democracy over autocracy.” But some civil rights activists, proclaiming themselves more interested in action than speeches, say they plan to stay away.

    With the Senate majority leader, Chuck Schumer, setting up Martin Luther King Jr Day as the deadline to either pass voting legislation or consider revising the rules, Biden is expected to evoke the memories of the US Capitol riot a year ago in more forcefully aligning himself with the effort.

    Continue reading...", + "content": "

    US president to throw support behind plan to change rules that allow minority of senators to kill proposed laws

    Joe Biden plans to use a speech in Georgia on Tuesday to throw his support behind changing the Senate’s filibuster rules to allow action on voting rights legislation, calling it a moment to choose “democracy over autocracy.” But some civil rights activists, proclaiming themselves more interested in action than speeches, say they plan to stay away.

    With the Senate majority leader, Chuck Schumer, setting up Martin Luther King Jr Day as the deadline to either pass voting legislation or consider revising the rules, Biden is expected to evoke the memories of the US Capitol riot a year ago in more forcefully aligning himself with the effort.

    Continue reading...", + "category": "Joe Biden", + "link": "https://www.theguardian.com/us-news/2022/jan/11/joe-biden-to-back-filibuster-rule-change-to-push-voting-rights-bill", + "creator": "Associated Press", + "pubDate": "2022-01-11T11:35:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277878,17 +282168,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e92dea7285c8ee244ea2ee163a6e829c", + "hash": "a4d7fc644d8a9b83e16c3913912c113b", "highlights": [] }, { - "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", + "title": "Heavy lifting at Sydney’s herbarium: the quest to move and catalogue more than 1m plant specimens", + "description": "

    For nearly three years, staff and volunteers have been going through about 70,000 boxes in a mammoth undertaking to digitise the collection

    Outside the Australian Botanic Garden Mount Annan in south-western Sydney are four shipping containers with freezers inside.

    Over the next six months, more than a million plant specimens will be cycled through the containers, each spending about a week in the cold to rid them of any insects.

    Continue reading...", + "content": "

    For nearly three years, staff and volunteers have been going through about 70,000 boxes in a mammoth undertaking to digitise the collection

    Outside the Australian Botanic Garden Mount Annan in south-western Sydney are four shipping containers with freezers inside.

    Over the next six months, more than a million plant specimens will be cycled through the containers, each spending about a week in the cold to rid them of any insects.

    Continue reading...", + "category": "Sydney", + "link": "https://www.theguardian.com/australia-news/2022/jan/12/heavy-lifting-at-sydneys-herbarium-the-quest-to-move-and-catalogue-more-than-1m-plant-specimens", + "creator": "Lisa Cox", + "pubDate": "2022-01-11T16:30:25Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277900,17 +282190,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c4b1464f3c060db1a7fa6508cd3587b", + "hash": "b1deaf7cf1df6544300f0ad0a37040ba", "highlights": [] }, { - "title": "Scott Morrison says ‘rules are rules’ as Novak Djokovic visa cancelled; more than 68,000 new Covid cases nationwide", - "description": "

    Prime minister says ‘there are no special cases’ as Australian Open champion’s visa cancelled by Australian Border Force; NSW records 34,994 Covid cases and six deaths, Victoria 21,997 cases and six deaths, Queensland 10,332 cases and one death; Tasmania 751 cases; Labor says Morrison government’s rapid Covid test plan ‘too little, to late’. Follow developments live

    Karen Andrews, home affairs minister, did give a hint of how things might play out.

    AAP reports that, before Novak Djokovic’s arrival, she said that while the Victorian government and Tennis Australia may allow a non-vaccinated player to compete in the Australian Open, it was the federal government that dealt with border entry requirements.

    Continue reading...", - "content": "

    Prime minister says ‘there are no special cases’ as Australian Open champion’s visa cancelled by Australian Border Force; NSW records 34,994 Covid cases and six deaths, Victoria 21,997 cases and six deaths, Queensland 10,332 cases and one death; Tasmania 751 cases; Labor says Morrison government’s rapid Covid test plan ‘too little, to late’. Follow developments live

    Karen Andrews, home affairs minister, did give a hint of how things might play out.

    AAP reports that, before Novak Djokovic’s arrival, she said that while the Victorian government and Tennis Australia may allow a non-vaccinated player to compete in the Australian Open, it was the federal government that dealt with border entry requirements.

    Continue reading...", - "category": "Novak Djokovic", - "link": "https://www.theguardian.com/australia-news/live/2022/jan/06/australia-live-news-update-novak-djokovic-held-at-melbourne-airport-calls-for-more-free-covid-rapid-tests-scott-morrison-coronavirus-dominic-perrottet-case-numbers-vaccine-booster-rats-rapid-antigen-tests", - "creator": "Tory Shepherd", - "pubDate": "2022-01-06T01:00:30Z", + "title": "'The numbers are horrific': New York City apartment building fire kills 19 – video", + "description": "

    Nineteen people have been killed, including nine children, and dozens more injured in an apartment building fire in the Bronx borough of New York City. ‘The numbers are horrific,’ said New York City mayor Eric Adams. ‘This is going to be one of the worst fires that we have witnessed during modern times here in the city of New York’

    Continue reading...", + "content": "

    Nineteen people have been killed, including nine children, and dozens more injured in an apartment building fire in the Bronx borough of New York City. ‘The numbers are horrific,’ said New York City mayor Eric Adams. ‘This is going to be one of the worst fires that we have witnessed during modern times here in the city of New York’

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/video/2022/jan/09/the-numbers-are-horrific-new-york-city-apartment-building-fire-kills-19-video", + "creator": "", + "pubDate": "2022-01-09T23:30:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277922,17 +282212,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eba08e6cb1508cc4be1fd40095eba555", + "hash": "9048e08b9afaacec54d1a8a415399fb6", "highlights": [] }, { - "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...", + "title": "Omicron could infect 50% of Europeans in next two months, says WHO", + "description": "

    Hans Kluge, Europe director, demands immediate action to avoid health services being swamped by Covid ‘tidal wave’

    A west-to-east “tidal wave” of Omicron infections risks submerging health systems across Europe, the World Health Organization has said, warning that more than half the region’s population will be infected with the variant in the next two months.

    Hans Kluge, the WHO’s Europe director, said the region had recorded more than 7m new cases in the first week of 2022, double the rate a fortnight previously, with more than 1% of the population catching Covid-19 each week in 26 countries.

    Continue reading...", + "content": "

    Hans Kluge, Europe director, demands immediate action to avoid health services being swamped by Covid ‘tidal wave’

    A west-to-east “tidal wave” of Omicron infections risks submerging health systems across Europe, the World Health Organization has said, warning that more than half the region’s population will be infected with the variant in the next two months.

    Hans Kluge, the WHO’s Europe director, said the region had recorded more than 7m new cases in the first week of 2022, double the rate a fortnight previously, with more than 1% of the population catching Covid-19 each week in 26 countries.

    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", + "link": "https://www.theguardian.com/world/2022/jan/11/omicron-europe-tidal-wave-who", + "creator": "Jon Henley Europe correspondent", + "pubDate": "2022-01-11T11:43:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277944,17 +282234,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "811692ba79ad62dedd0426692a1227cc", + "hash": "b600999c80a262941ec28898506b7179", "highlights": [] }, { - "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", + "title": "Lockdown parties: Boris Johnson ‘can run but he can’t hide’, says Labour", + "description": "

    Angela Rayner lambasts PM as junior minister sent out to answer urgent question over May 2020 garden party

    Labour’s deputy leader, Angela Rayner, has warned Boris Johnson “he can run but he can’t hide”, as the prime minister declined to answer questions over a “bring your own booze” gathering in the Downing Street garden during the first lockdown.

    The paymaster general, Michael Ellis, was sent to the House of Commons to answer Rayner’s urgent question about the drinks event on 20 May 2020.

    Continue reading...", + "content": "

    Angela Rayner lambasts PM as junior minister sent out to answer urgent question over May 2020 garden party

    Labour’s deputy leader, Angela Rayner, has warned Boris Johnson “he can run but he can’t hide”, as the prime minister declined to answer questions over a “bring your own booze” gathering in the Downing Street garden during the first lockdown.

    The paymaster general, Michael Ellis, was sent to the House of Commons to answer Rayner’s urgent question about the drinks event on 20 May 2020.

    Continue reading...", + "category": "Conservatives", + "link": "https://www.theguardian.com/politics/2022/jan/11/health-minister-admits-public-will-be-angry-over-no-10-lockdown-party", + "creator": "Heather Stewart and Jessica Elgot", + "pubDate": "2022-01-11T13:28:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277966,17 +282256,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c72029f40833201b84a3d9b509ef80b2", + "hash": "2b3bb13d3c868708d2bd035c4075397f", "highlights": [] }, { - "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", + "title": "Australian Border Force investigating whether Novak Djokovic made false travel claim", + "description": "

    Djokovic declared he had not travelled for 14 days before entering Australia, a claim apparently contradicted by social media posts. His visa was cancelled, then reinstated on Monday

    The Australian Border Force is investigating whether Novak Djokovic incorrectly declared he had not travelled and would not do so for two weeks before his flight to Australia, in the latest twist in the tennis star’s visa cancellation saga.

    Questions have been raised about the declaration completed by an agent for Djokovic, with social media posts seemingly showing he was in Belgrade on Christmas Day before flying to Australia from Spain on 4 January.

    Continue reading...", + "content": "

    Djokovic declared he had not travelled for 14 days before entering Australia, a claim apparently contradicted by social media posts. His visa was cancelled, then reinstated on Monday

    The Australian Border Force is investigating whether Novak Djokovic incorrectly declared he had not travelled and would not do so for two weeks before his flight to Australia, in the latest twist in the tennis star’s visa cancellation saga.

    Questions have been raised about the declaration completed by an agent for Djokovic, with social media posts seemingly showing he was in Belgrade on Christmas Day before flying to Australia from Spain on 4 January.

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/sport/2022/jan/11/australian-border-force-investigating-whether-novak-djokovic-made-false-travel-claim", + "creator": "Paul Karp", + "pubDate": "2022-01-11T04:08:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -277988,17 +282278,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2377900b439abe4612e7361536ab0f3", + "hash": "c204abfceaf47e8dfc6be942c8fad14c", "highlights": [] }, { - "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", + "title": "Developing countries at risk from global economic threats, says World Bank", + "description": "

    Bank forecasts slowdown in growth as world copes with Covid, inflation and higher interest rates

    The risk of a hard landing for large parts of the global economy is rising as countries struggle to cope with the triple threat of Covid-19, inflation and higher interest rates, the World Bank has warned.

    In its half-yearly forecasts, the Washington DC-based Bank said it expected a “pronounced slowdown” in growth in the next two years, with the less well-off parts of the world especially hard hit.

    Continue reading...", + "content": "

    Bank forecasts slowdown in growth as world copes with Covid, inflation and higher interest rates

    The risk of a hard landing for large parts of the global economy is rising as countries struggle to cope with the triple threat of Covid-19, inflation and higher interest rates, the World Bank has warned.

    In its half-yearly forecasts, the Washington DC-based Bank said it expected a “pronounced slowdown” in growth in the next two years, with the less well-off parts of the world especially hard hit.

    Continue reading...", + "category": "Global economy", + "link": "https://www.theguardian.com/business/2022/jan/11/developing-countries-at-risk-from-global-economic-threats-says-world-bank", + "creator": "Larry Elliott Economics editor", + "pubDate": "2022-01-11T15:41:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278010,17 +282300,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c38dfabf6351ea348951ea08cc324ce6", + "hash": "83370b89e80ffdddda94a4c9db43282e", "highlights": [] }, { - "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", + "title": "Kazakhstan: Russian-led military bloc to start withdrawing troops, says president", + "description": "

    Withdrawal to start in two days, says Kassym-Jomart Tokayev, as new PM appointed and detentions rise to nearly 10,000

    A Russian-led military bloc will start withdrawing its troops from Kazakhstan in two days’ time, Kazakh president Kassym-Jomart Tokayev has told the country’s parliament.

    Troops from the Collective Security Treaty Organisation (CSTO) will depart the central Asian nation completely over a period of 10 days, he said on Tuesday.

    Continue reading...", + "content": "

    Withdrawal to start in two days, says Kassym-Jomart Tokayev, as new PM appointed and detentions rise to nearly 10,000

    A Russian-led military bloc will start withdrawing its troops from Kazakhstan in two days’ time, Kazakh president Kassym-Jomart Tokayev has told the country’s parliament.

    Troops from the Collective Security Treaty Organisation (CSTO) will depart the central Asian nation completely over a period of 10 days, he said on Tuesday.

    Continue reading...", + "category": "Kazakhstan", + "link": "https://www.theguardian.com/world/2022/jan/11/kazakhstan-russian-led-military-bloc-to-start-withdrawing-troops-says-president", + "creator": "Staff and agencies", + "pubDate": "2022-01-11T06:31:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278032,17 +282322,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4913458b4a2391b3e1892aef9fdbb219", + "hash": "667d8d3a62e2bc9e5c0e65c7a89cdf7c", "highlights": [] }, { - "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", + "title": "David Sassoli, European parliament president, dies aged 65", + "description": "

    Senior EU figure died early on Tuesday at a hospital in Italy, his spokesman said

    David Sassoli, the president of the European parliament, has died at the age of 65, his spokesman has said.

    The 65-year-old Italian had been seriously ill in hospital for more than two weeks due to a dysfunction of his immune system.

    Continue reading...", + "content": "

    Senior EU figure died early on Tuesday at a hospital in Italy, his spokesman said

    David Sassoli, the president of the European parliament, has died at the age of 65, his spokesman has said.

    The 65-year-old Italian had been seriously ill in hospital for more than two weeks due to a dysfunction of his immune system.

    Continue reading...", + "category": "European Union", + "link": "https://www.theguardian.com/world/2022/jan/11/david-sassoli-european-parliament-president-dies-aged-65", + "creator": "Agence France-Presse", + "pubDate": "2022-01-11T05:54:11Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278050,21 +282340,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "5c7002599be40e60709237c7644fef9f", + "hash": "3684a5d7c5b8137a3e051b0196f1847c", "highlights": [] }, { - "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", + "title": "Maya Angelou becomes first Black woman to appear on a US quarter", + "description": "

    US treasury secretary says the writer and civil rights campaigner’s appearance on the coin represents ‘what we value, and how we’ve progressed as a society’

    Maya Angelou has become the first Black woman ever to appear on a US quarter, after a coin featuring the late poet and activist’s image went into circulation on Monday.

    The quarter features an image of Angelou with her arms uplifted, a bird in flight and a rising sun behind her, with a portrait of George Washington on the “heads” side. The US Mint said the image of Angelou was “inspired by her poetry and symbolic of the way she lived”.

    Continue reading...", + "content": "

    US treasury secretary says the writer and civil rights campaigner’s appearance on the coin represents ‘what we value, and how we’ve progressed as a society’

    Maya Angelou has become the first Black woman ever to appear on a US quarter, after a coin featuring the late poet and activist’s image went into circulation on Monday.

    The quarter features an image of Angelou with her arms uplifted, a bird in flight and a rising sun behind her, with a portrait of George Washington on the “heads” side. The US Mint said the image of Angelou was “inspired by her poetry and symbolic of the way she lived”.

    Continue reading...", + "category": "Maya Angelou", + "link": "https://www.theguardian.com/books/2022/jan/11/maya-angelou-becomes-first-black-woman-to-appear-on-a-us-quarter", + "creator": "Alison Flood", + "pubDate": "2022-01-11T13:11:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278076,17 +282366,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "98a72f36c78f3655b1b68d310946ea7f", + "hash": "32d34651d7f2eb87de4010ef9baf5972", "highlights": [] }, { - "title": "Australia live news update: Novak Djokovic visa cancelled; NSW records 34,994 Covid cases and six deaths; Victoria reports 21,997 cases and six deaths", - "description": "

    Australian Open champion’s visa cancelled by Australian Border Force; NSW records 34,994 Covid cases and six deaths; Victoria reports 21,997 cases and six deaths. Follow developments live

    Karen Andrews, home affairs minister, did give a hint of how things might play out.

    AAP reports that, before Novak Djokovic’s arrival, she said that while the Victorian government and Tennis Australia may allow a non-vaccinated player to compete in the Australian Open, it was the federal government that dealt with border entry requirements.

    Continue reading...", - "content": "

    Australian Open champion’s visa cancelled by Australian Border Force; NSW records 34,994 Covid cases and six deaths; Victoria reports 21,997 cases and six deaths. Follow developments live

    Karen Andrews, home affairs minister, did give a hint of how things might play out.

    AAP reports that, before Novak Djokovic’s arrival, she said that while the Victorian government and Tennis Australia may allow a non-vaccinated player to compete in the Australian Open, it was the federal government that dealt with border entry requirements.

    Continue reading...", - "category": "Novak Djokovic", - "link": "https://www.theguardian.com/australia-news/live/2022/jan/06/australia-live-news-update-novak-djokovic-held-at-melbourne-airport-calls-for-more-free-covid-rapid-tests-scott-morrison-coronavirus-dominic-perrottet-case-numbers-vaccine-booster-rats-rapid-antigen-tests", - "creator": "Tory Shepherd", - "pubDate": "2022-01-05T22:23:39Z", + "title": "Cloudy with a chance of soya beans: town wakes to find layer of legumes", + "description": "

    Residents of Hamilton, Ontario woke up one winter morning to find their streets covered in soya bean husk instead of snow

    Like most Canadians, residents of the city of Hamilton, Ontario, are well used to waking to find their yards and houses coated in a mantle of white. But when they left their houses on a recent morning, they were surprised to realise that it was not snow that had fallen in the night.

    At first, Adrienne Van Halem thought the city authorities had accidentally sprayed salt across the road, sidewalks and yards of her neighbourhood.

    Continue reading...", + "content": "

    Residents of Hamilton, Ontario woke up one winter morning to find their streets covered in soya bean husk instead of snow

    Like most Canadians, residents of the city of Hamilton, Ontario, are well used to waking to find their yards and houses coated in a mantle of white. But when they left their houses on a recent morning, they were surprised to realise that it was not snow that had fallen in the night.

    At first, Adrienne Van Halem thought the city authorities had accidentally sprayed salt across the road, sidewalks and yards of her neighbourhood.

    Continue reading...", + "category": "Canada", + "link": "https://www.theguardian.com/world/2022/jan/11/canada-ontario-soybean-snowfall", + "creator": "Leyland Cecco in Toronto", + "pubDate": "2022-01-11T10:00:12Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278098,17 +282388,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c2b9b6d12cc57b17c855f74b1a53634", + "hash": "c00091c31e9f6f5362dcd4b9f9c5bb78", "highlights": [] }, { - "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", + "title": "Covid loses 90% of ability to infect within five minutes in air – study", + "description": "

    Exclusive: findings highlight importance of short-range Covid transmission

    Coronavirus loses 90% of its ability to infect us within five minutes of becoming airborne, the world’s first simulations of how the virus survives in exhaled air suggest.

    The findings re-emphasise the importance of short-range Covid transmission, with physical distancing and mask-wearing likely to be the most effective means of preventing infection. Ventilation, though still worthwhile, is likely to have a lesser impact.

    Continue reading...", + "content": "

    Exclusive: findings highlight importance of short-range Covid transmission

    Coronavirus loses 90% of its ability to infect us within five minutes of becoming airborne, the world’s first simulations of how the virus survives in exhaled air suggest.

    The findings re-emphasise the importance of short-range Covid transmission, with physical distancing and mask-wearing likely to be the most effective means of preventing infection. Ventilation, though still worthwhile, is likely to have a lesser impact.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/11/covid-loses-90-of-ability-to-infect-within-five-minutes-in-air-study", + "creator": "Linda Geddes Science correspondent", + "pubDate": "2022-01-11T13:51:55Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278120,17 +282410,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4490bc91931ba9743eee99477beeeec", + "hash": "8d9cfb3a5a4222b0720fd940d0f3c446", "highlights": [] }, { - "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", + "title": "Covid live: France expected to announce record 350,000 infections; Sweden reports new case high", + "description": "

    French health minister told lawmakers new record expected; Sweden sets out stricter measures in response to record rise in cases

    Five million residents in the central Chinese city of Anyang have started home confinement today in a new lockdown to curb the spread of Omicron variant, according to state media and as reported by Agence France-Presse.

    Two Omicron cases were detected in the city in Henan province, prompting authorities to announce a lockdown late Monday, issuing a notice ordering residents not to leave their homes or drive cars on the roads, state news agency Xinhua reported.

    Continue reading...", + "content": "

    French health minister told lawmakers new record expected; Sweden sets out stricter measures in response to record rise in cases

    Five million residents in the central Chinese city of Anyang have started home confinement today in a new lockdown to curb the spread of Omicron variant, according to state media and as reported by Agence France-Presse.

    Two Omicron cases were detected in the city in Henan province, prompting authorities to announce a lockdown late Monday, issuing a notice ordering residents not to leave their homes or drive cars on the roads, state news agency Xinhua reported.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/11/covid-news-live-pfizer-says-omicron-specific-vaccine-could-be-available-by-march-mexico-president-tests-positive-again", + "creator": "Matthew Weaver (now); Tom Ambrose and Samantha Lock (earlier)", + "pubDate": "2022-01-11T15:54:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278142,17 +282432,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9ab614236043287fa877d41038193ac", + "hash": "eededc02dcb9c27aca9570a86179ba4e", "highlights": [] }, { - "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", + "title": "UK Covid live: minister apologises for ‘upset’ caused by party claims as PM misses urgent question", + "description": "

    Paymaster general claims PM ‘retains confidence of the people of this country’ as Boris Johnson is criticised for failing to appear before MPs

    The Commons public administration and constitutional affairs committee has this morning published a letter (pdf) it received from Christopher Geidt, the PM’s independent adviser on ministerial standards, responding to questions from the committee about the Downing Street flat refurbishment inquiry.

    In the letter, Lord Geidt repeats the point he made in letters published last week about how concerned he was by the PM’s failure to disclose WhatsApp messages undermined. Geidt says:

    The episode shook my confidence precisely because potential and real failures of process occurred in more than one part of the apparatus of government. These failures were not, in my view, due to a lack of investigatory powers, but rather they showed insufficient care for the role of independent adviser.

    I would expect by the time of my next annual report in April to be able to describe the role of independent adviser in terms of considerably greater authority, independence and effect, consistent with the ambitions for the office that the prime minister has set out.

    When I saw this I thought, I can’t really believe this, if I’m honest. It was May 2020, a time when we were all restricted. My idea of going out was to walk along the canal with one friend, frankly, and I’m sure there’s lots of people in the West Midlands who have their own recollections of what they were doing in May 2020. So yes, it is very difficult to believe.

    What we don’t know is whether the prime minister was there. I obviously can’t possibly comment on that, but that’s why the inquiry has got to come.

    And I’m sure that when the inquiry finds out the facts, then the conclusions and the consequences will be acted upon.

    Continue reading...", + "content": "

    Paymaster general claims PM ‘retains confidence of the people of this country’ as Boris Johnson is criticised for failing to appear before MPs

    The Commons public administration and constitutional affairs committee has this morning published a letter (pdf) it received from Christopher Geidt, the PM’s independent adviser on ministerial standards, responding to questions from the committee about the Downing Street flat refurbishment inquiry.

    In the letter, Lord Geidt repeats the point he made in letters published last week about how concerned he was by the PM’s failure to disclose WhatsApp messages undermined. Geidt says:

    The episode shook my confidence precisely because potential and real failures of process occurred in more than one part of the apparatus of government. These failures were not, in my view, due to a lack of investigatory powers, but rather they showed insufficient care for the role of independent adviser.

    I would expect by the time of my next annual report in April to be able to describe the role of independent adviser in terms of considerably greater authority, independence and effect, consistent with the ambitions for the office that the prime minister has set out.

    When I saw this I thought, I can’t really believe this, if I’m honest. It was May 2020, a time when we were all restricted. My idea of going out was to walk along the canal with one friend, frankly, and I’m sure there’s lots of people in the West Midlands who have their own recollections of what they were doing in May 2020. So yes, it is very difficult to believe.

    What we don’t know is whether the prime minister was there. I obviously can’t possibly comment on that, but that’s why the inquiry has got to come.

    And I’m sure that when the inquiry finds out the facts, then the conclusions and the consequences will be acted upon.

    Continue reading...", + "category": "Politics", + "link": "https://www.theguardian.com/politics/live/2022/jan/11/uk-covid-live-boris-johnson-conservatives-party-omicron", + "creator": "Andrew Sparrow", + "pubDate": "2022-01-11T15:49:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278164,17 +282454,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b70acd39998d6286ebc493c246faddf", + "hash": "79a58f436f2457f7379b020ac0f2da2e", "highlights": [] }, { - "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", + "title": "English councils can offer cash for rough sleepers to get Covid jabs, says minister", + "description": "

    Eddie Hughes says local authorities can use part of £28m protect and vaccinate scheme to incentivise jabs

    Rough sleepers in England can be offered cash and food vouchers if they agree to having a Covid jab, the government has confirmed.

    Eddie Hughes, the minister for rough sleeping, said councils could use part of the government’s £28m protect and vaccinate scheme to incentivise vaccinations for those on the streets, in the first scheme of its kind in the UK.

    Continue reading...", + "content": "

    Eddie Hughes says local authorities can use part of £28m protect and vaccinate scheme to incentivise jabs

    Rough sleepers in England can be offered cash and food vouchers if they agree to having a Covid jab, the government has confirmed.

    Eddie Hughes, the minister for rough sleeping, said councils could use part of the government’s £28m protect and vaccinate scheme to incentivise vaccinations for those on the streets, in the first scheme of its kind in the UK.

    Continue reading...", + "category": "Homelessness", + "link": "https://www.theguardian.com/society/2022/jan/11/councils-offer-cash-rough-sleepers-get-covid-jabs-england", + "creator": "Rajeev Syal Home affairs editor", + "pubDate": "2022-01-11T13:30:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278186,17 +282476,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc7b2418687e05b59670851d07977a61", + "hash": "b546abd5117b3f2c4b29ba537703f720", "highlights": [] }, { - "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", + "title": "‘I’ve been expecting things to fall apart at any moment’: Dan Smith on 10 years of body dysmorphia, burnout and Bastille", + "description": "

    He has found critical and commercial success, while behind the scenes the frontman has battled with his self-confidence and severe stage fright. He explains why he still loves being in the band

    Dan Smith doesn’t know how to switch off. In the decade or so that he has been the creative heart, and frontman, of the band Bastille, he has thought about music constantly. There was a two-week period over Christmas and new year where he thought he had managed not to. Then he went to a double bill at the cinema.

    “I got the whole way through the first film and three-quarters of the way through the second film before I had to leave, sing into my phone in the corridor awkwardly, and then come back in,” he says. “If I have a song idea that pops into my head, I have to get it down. It will eat away at me if I forget it, or it’s just on loop in my head.”

    Continue reading...", + "content": "

    He has found critical and commercial success, while behind the scenes the frontman has battled with his self-confidence and severe stage fright. He explains why he still loves being in the band

    Dan Smith doesn’t know how to switch off. In the decade or so that he has been the creative heart, and frontman, of the band Bastille, he has thought about music constantly. There was a two-week period over Christmas and new year where he thought he had managed not to. Then he went to a double bill at the cinema.

    “I got the whole way through the first film and three-quarters of the way through the second film before I had to leave, sing into my phone in the corridor awkwardly, and then come back in,” he says. “If I have a song idea that pops into my head, I have to get it down. It will eat away at me if I forget it, or it’s just on loop in my head.”

    Continue reading...", + "category": "Bastille", + "link": "https://www.theguardian.com/music/2022/jan/11/ive-been-expecting-things-to-fall-apart-at-any-moment-dan-smith-on-10-years-of-body-dysmorphia-burnout-and-bastille", + "creator": "Chris Godfrey", + "pubDate": "2022-01-11T10:00:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278208,17 +282498,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "21c84003c4ba00263cb2e1db7160eea9", + "hash": "c3af2a7bd1ca99f424a364ad3cbbc18f", "highlights": [] }, { - "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", + "title": "Scotland to lift Covid ban on large gatherings from Monday", + "description": "

    Latest data shows ‘we may be starting to turn a corner’, Nicola Sturgeon says

    Restrictions on large outdoor events in Scotland will be lifted from next Monday, Nicola Sturgeon has confirmed, as she told Holyrood that latest Covid infection data indicates “we may be starting to turn a corner”.

    But Sturgeon also warned MSPs, that while the country was on a path from Covid being an epidemic to it becoming endemic, “that is not a shift that any government can just declare or wish into being”.

    Continue reading...", + "content": "

    Latest data shows ‘we may be starting to turn a corner’, Nicola Sturgeon says

    Restrictions on large outdoor events in Scotland will be lifted from next Monday, Nicola Sturgeon has confirmed, as she told Holyrood that latest Covid infection data indicates “we may be starting to turn a corner”.

    But Sturgeon also warned MSPs, that while the country was on a path from Covid being an epidemic to it becoming endemic, “that is not a shift that any government can just declare or wish into being”.

    Continue reading...", + "category": "Scotland", + "link": "https://www.theguardian.com/uk-news/2022/jan/11/scotland-to-lift-covid-ban-on-large-gatherings-from-monday", + "creator": "Libby Brooks Scotland correspondent", + "pubDate": "2022-01-11T15:40:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278230,17 +282520,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9b76de116292d883fc758ce62fa93d0", + "hash": "d87c94cf8adc76786e9cecb629c2ac9d", "highlights": [] }, { - "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", + "title": "Ugandan writer charged over tweets critical of President Museveni", + "description": "

    Kakwenza Rukirabashaija has been in detention since 28 December and his lawyer says he has been tortured

    A prominent Ugandan writer and critic of the long-ruling leader Yoweri Museveni has been charged with communications offences related to tweets critical of the president and his son.

    Kakwenza Rukirabashaija has been in detention by the military since 28 December, when armed men broke into his house and took him away. His lawyer has said he has been tortured and that at one time he was urinating blood. Police and military have not responded to the allegations.

    Continue reading...", + "content": "

    Kakwenza Rukirabashaija has been in detention since 28 December and his lawyer says he has been tortured

    A prominent Ugandan writer and critic of the long-ruling leader Yoweri Museveni has been charged with communications offences related to tweets critical of the president and his son.

    Kakwenza Rukirabashaija has been in detention by the military since 28 December, when armed men broke into his house and took him away. His lawyer has said he has been tortured and that at one time he was urinating blood. Police and military have not responded to the allegations.

    Continue reading...", + "category": "Uganda", + "link": "https://www.theguardian.com/world/2022/jan/11/ugandan-writer-charged-over-tweets-critical-of-president-museveni", + "creator": "Reuters in Kampala", + "pubDate": "2022-01-11T10:59:58Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278252,17 +282542,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1eba5668d9397c5abfbe1171132ab22", + "hash": "bfe920b9dc661244fa509bb371047739", "highlights": [] }, { - "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", + "title": "Biden to demand Congress act on voting rights in speech – live", + "description": "

    Senator Joe Manchin reiterated that he wants bipartisan support for any changes made to the filibuster, which is extremely unlikely to happen given Republicans’ vehement opposition to Democrats’ proposals.

    “We need some good rule changes to make the place work better, but getting rid of the filibuster doesn’t make it work better,” Manchin told reporters on Capitol Hill moments ago.

    Continue reading...", + "content": "

    Senator Joe Manchin reiterated that he wants bipartisan support for any changes made to the filibuster, which is extremely unlikely to happen given Republicans’ vehement opposition to Democrats’ proposals.

    “We need some good rule changes to make the place work better, but getting rid of the filibuster doesn’t make it work better,” Manchin told reporters on Capitol Hill moments ago.

    Continue reading...", + "category": "US politics", + "link": "https://www.theguardian.com/us-news/live/2022/jan/11/joe-biden-voting-rights-filibuster-congress-georgia-us-politics-latest-covid", + "creator": "Joan E Greve", + "pubDate": "2022-01-11T15:43:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278274,17 +282564,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7517936fcd0e44cbf00b5619f218027e", + "hash": "65064de573d440ccdf6b796c87204fe8", "highlights": [] }, { - "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", + "title": "GPs warn over children’s vaccine rollout ‘failings’; 3,500 cases in hospital nationwide – as it happened", + "description": "

    ‘Serious failings’ in children’s vaccine rollout, GPs warn; 2,186 Covid cases in NSW hospitals, 816 in Victoria, 502 in Qld and 211 in SA; NSW reports 25,870 new Covid cases and 11 deaths, Victoria 37,944 cases and 13 deaths, Qld 20,566 cases after testing glitch fixed, SA 2,921 cases, ACT 1,508 cases and one death, Tasmania 1,379 cases, NT 594. This blog is now closed

    The Health Services Union has warned the aged care sector is experiencing an “unprecedented crisis” with “chronic understaffing, excessive workloads and extended shifts” hitting the sector amid the Omicron wave of Covid-19.

    According to a survey of more than 1,000 HSU members:

    The Morrison government comprehensively failed to plan before allowing Omicron to rip through the community and modestly paid workers, and residents in aged care facilities who built this country, are paying the price. Only just over a third of members surveyed have received their booster shot, despite working overtime in high risk settings.

    There are active outbreaks in almost 500 aged care facilities across the country. Yet workers can’t access RATs, they can’t access PPE. They are on the front line with very little protection. Not only are staff at risk but vulnerable residents are at a heightened risk of severe disease or death.

    Continue reading...", + "content": "

    ‘Serious failings’ in children’s vaccine rollout, GPs warn; 2,186 Covid cases in NSW hospitals, 816 in Victoria, 502 in Qld and 211 in SA; NSW reports 25,870 new Covid cases and 11 deaths, Victoria 37,944 cases and 13 deaths, Qld 20,566 cases after testing glitch fixed, SA 2,921 cases, ACT 1,508 cases and one death, Tasmania 1,379 cases, NT 594. This blog is now closed

    The Health Services Union has warned the aged care sector is experiencing an “unprecedented crisis” with “chronic understaffing, excessive workloads and extended shifts” hitting the sector amid the Omicron wave of Covid-19.

    According to a survey of more than 1,000 HSU members:

    The Morrison government comprehensively failed to plan before allowing Omicron to rip through the community and modestly paid workers, and residents in aged care facilities who built this country, are paying the price. Only just over a third of members surveyed have received their booster shot, despite working overtime in high risk settings.

    There are active outbreaks in almost 500 aged care facilities across the country. Yet workers can’t access RATs, they can’t access PPE. They are on the front line with very little protection. Not only are staff at risk but vulnerable residents are at a heightened risk of severe disease or death.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/11/australia-news-live-djokovic-protestors-melbourne-federal-government-visa-cancellation-covid-corona-sydney-morrison-hawke-omicron-tennis-laver-hospital-nsw-vic-qld", + "creator": "Nino Bucci (now) and Mostafa Rachwani and Caitlin Cassidy (earlier)", + "pubDate": "2022-01-11T08:01:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278296,17 +282586,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c90a0fb2d2ee59f48581933d4efa2d0d", + "hash": "d98f3b2be8c48187a5761febafa1559c", "highlights": [] }, { - "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", + "title": "What would be Russia’s military options in Ukraine?", + "description": "

    Analysis: Military advantage is overwhelming but full invasion and occupation are different matter

    A full invasion of Ukraine, with the aim of pacifying the capital, Kyiv, would result in Vladimir Putin starting a war on a scale not seen since Iraq in 2003 – prompting western experts to question whether a lasting Russian victory could be achieved.

    Estimates suggest about 100,000 Russian troops are massing near Ukraine’s borders. Yet, experts following the crisis closely say that for an invasion of the whole country that number would need to nearly double again, and would almost certainly involve forces passing through Belarus.

    Continue reading...", + "content": "

    Analysis: Military advantage is overwhelming but full invasion and occupation are different matter

    A full invasion of Ukraine, with the aim of pacifying the capital, Kyiv, would result in Vladimir Putin starting a war on a scale not seen since Iraq in 2003 – prompting western experts to question whether a lasting Russian victory could be achieved.

    Estimates suggest about 100,000 Russian troops are massing near Ukraine’s borders. Yet, experts following the crisis closely say that for an invasion of the whole country that number would need to nearly double again, and would almost certainly involve forces passing through Belarus.

    Continue reading...", + "category": "Ukraine", + "link": "https://www.theguardian.com/world/2022/jan/10/what-would-be-russia-military-options-in-ukraine-invasion", + "creator": "Dan Sabbagh Defence and security editor", + "pubDate": "2022-01-10T16:44:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278318,17 +282608,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e6f143e8f8709cc110e7213a98a9a74", + "hash": "3277298afb5773cb91b098880c34c056", "highlights": [] }, { - "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", + "title": "Health minister admits public will be ‘angry’ over No 10 lockdown party", + "description": "

    Ed Argar says he understands public anger after email unearthed inviting staff to drinks in the garden

    A health minister has admitted the public will be “upset and angry” at revelations that a senior official invited more than 100 Downing Street staff to a “bring your own booze” party during the first lockdown.

    In a tacit acknowledgment of the strength of feeling at the latest revelations, Ed Argar said he had personally not attended any parties and had been aware of the regulations, “not least because I was a health minister who’d helped draw them up”.

    Continue reading...", + "content": "

    Ed Argar says he understands public anger after email unearthed inviting staff to drinks in the garden

    A health minister has admitted the public will be “upset and angry” at revelations that a senior official invited more than 100 Downing Street staff to a “bring your own booze” party during the first lockdown.

    In a tacit acknowledgment of the strength of feeling at the latest revelations, Ed Argar said he had personally not attended any parties and had been aware of the regulations, “not least because I was a health minister who’d helped draw them up”.

    Continue reading...", + "category": "Conservatives", + "link": "https://www.theguardian.com/politics/2022/jan/11/health-minister-admits-public-will-be-angry-over-no-10-lockdown-party", + "creator": "Jessica Elgot Chief political correspondent", + "pubDate": "2022-01-11T09:17:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278340,17 +282630,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "15c221642af7471dc417c2383f99f0d1", + "hash": "bad7a9cc671ee1fd5863f3c98d61d95e", "highlights": [] }, { - "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", + "title": "Prosecutors willing to drop Ghislaine Maxwell perjury charge if no retrial", + "description": "

    Prosecutors make offer ahead of sentencing in effort to bring swift closure for the victims as Maxwell’s team push for new trial

    If Ghislaine Maxwell is not granted a retrial in her Manhattan federal court sex trafficking case, prosecutors are prepared to drop pending perjury counts when she is sentenced, they said in a 10 January letter.

    Prosecutors said they were prepared to dismiss the perjury counts in an effort to bring swift closure for the victims and prevent them from being re-traumatized at a possible second trial.

    Continue reading...", + "content": "

    Prosecutors make offer ahead of sentencing in effort to bring swift closure for the victims as Maxwell’s team push for new trial

    If Ghislaine Maxwell is not granted a retrial in her Manhattan federal court sex trafficking case, prosecutors are prepared to drop pending perjury counts when she is sentenced, they said in a 10 January letter.

    Prosecutors said they were prepared to dismiss the perjury counts in an effort to bring swift closure for the victims and prevent them from being re-traumatized at a possible second trial.

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2022/jan/10/ghislaine-maxwell-retrial-perjury-latest", + "creator": "Victoria Bekiempis in New York", + "pubDate": "2022-01-11T03:24:11Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278362,17 +282652,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e7ce8953d9dd7c044ed89daa4b0a1ba5", + "hash": "95fe7b7ac75e579adf5330a65623207b", "highlights": [] }, { - "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", + "title": "Sinking feeling: San Francisco’s Millennium Tower is still leaning 3in every year", + "description": "

    The 58-story luxury condominium building continues sinking despite a $100m plan to reinforce its foundation to prevent tilting

    San Francisco’s infamous Millennium Tower – a luxury condominium where star athletes and retired Google employees bought multimillion dollar apartments before they realized it was sinking – is continuing to sink and tilt to the side by about about 3in (7.5 cm) per year, according to the engineer responsible for fixing the troubled building.

    In a few years, if the tilting continues at the current rate, the 58-story luxury building could reach the point where the elevators and plumbing may no longer operate, said Ron Hamburger, the engineer.

    Continue reading...", + "content": "

    The 58-story luxury condominium building continues sinking despite a $100m plan to reinforce its foundation to prevent tilting

    San Francisco’s infamous Millennium Tower – a luxury condominium where star athletes and retired Google employees bought multimillion dollar apartments before they realized it was sinking – is continuing to sink and tilt to the side by about about 3in (7.5 cm) per year, according to the engineer responsible for fixing the troubled building.

    In a few years, if the tilting continues at the current rate, the 58-story luxury building could reach the point where the elevators and plumbing may no longer operate, said Ron Hamburger, the engineer.

    Continue reading...", + "category": "San Francisco", + "link": "https://www.theguardian.com/us-news/2022/jan/10/san-francisco-millennium-tower-sinking", + "creator": "Lois Beckett and agencies", + "pubDate": "2022-01-11T01:32:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278384,17 +282674,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "28ea222386d796acee8a3a8bd2648eaa", + "hash": "d25ab4c2dfa95e4c528f483d6daf144b", "highlights": [] }, { - "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", + "title": "Cloudy with a chance of soybeans: town wakes to find layer of legumes", + "description": "

    Residents of Hamilton, Ontario woke up one winter morning to find their streets covered in soya bean husk instead of snow

    Like most Canadians, residents of the city of Hamilton, Ontario, are well used to waking to find their yards and houses coated in a mantle of white. But when they left their houses on a recent morning, they were surprised to realise that it was not snow that had fallen in the night.

    At first, Adrienne Van Halem, thought the city authorities had accidentally sprayed salt across the road, sidewalks and yards of her neighbourhood.

    Continue reading...", + "content": "

    Residents of Hamilton, Ontario woke up one winter morning to find their streets covered in soya bean husk instead of snow

    Like most Canadians, residents of the city of Hamilton, Ontario, are well used to waking to find their yards and houses coated in a mantle of white. But when they left their houses on a recent morning, they were surprised to realise that it was not snow that had fallen in the night.

    At first, Adrienne Van Halem, thought the city authorities had accidentally sprayed salt across the road, sidewalks and yards of her neighbourhood.

    Continue reading...", + "category": "Canada", + "link": "https://www.theguardian.com/world/2022/jan/11/canada-ontario-soybean-snowfall", + "creator": "Leyland Cecco in Toronto", + "pubDate": "2022-01-11T10:00:12Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278406,17 +282696,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd1ff5507ac4e03d7850113525c06652", + "hash": "4ebf294ca8a47eb7936d595c3361181e", "highlights": [] }, { - "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", + "title": "Covid live: most Europeans could get Omicron by March, says WHO; China locks down city of 5m people", + "description": "

    WHO warns of ‘west to east’ tidal wave of variant; China locks down city of Anyang, bringing total under stay-at-home orders to 20m

    Five million residents in the central Chinese city of Anyang have started home confinement today in a new lockdown to curb the spread of Omicron variant, according to state media and as reported by Agence France-Presse.

    Two Omicron cases were detected in the city in Henan province, prompting authorities to announce a lockdown late Monday, issuing a notice ordering residents not to leave their homes or drive cars on the roads, state news agency Xinhua reported.

    Continue reading...", + "content": "

    WHO warns of ‘west to east’ tidal wave of variant; China locks down city of Anyang, bringing total under stay-at-home orders to 20m

    Five million residents in the central Chinese city of Anyang have started home confinement today in a new lockdown to curb the spread of Omicron variant, according to state media and as reported by Agence France-Presse.

    Two Omicron cases were detected in the city in Henan province, prompting authorities to announce a lockdown late Monday, issuing a notice ordering residents not to leave their homes or drive cars on the roads, state news agency Xinhua reported.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/11/covid-news-live-pfizer-says-omicron-specific-vaccine-could-be-available-by-march-mexico-president-tests-positive-again", + "creator": "Matthew Weaver (now), Tom Ambrose and Samantha Lock (earlier)", + "pubDate": "2022-01-11T11:47:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278428,17 +282718,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "da5f07b97e6db0e7d468e2dbc2fb2e22", + "hash": "1c0e61d35cf28c4544bb29b6831bcca1", "highlights": [] }, { - "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", + "title": "UK Covid live: Labour granted urgent question on No 10 lockdown party revelations", + "description": "

    Latest updates: opposition asking PM for statement after Labour MP says ‘incalculable damage’ done to public health messaging

    The Commons public administration and constitutional affairs committee has this morning published a letter (pdf) it received from Christopher Geidt, the PM’s independent adviser on ministerial standards, responding to questions from the committee about the Downing Street flat refurbishment inquiry.

    In the letter, Lord Geidt repeats the point he made in letters published last week about how concerned he was by the PM’s failure to disclose WhatsApp messages undermined. Geidt says:

    The episode shook my confidence precisely because potential and real failures of process occurred in more than one part of the apparatus of government. These failures were not, in my view, due to a lack of investigatory powers, but rather they showed insufficient care for the role of independent adviser.

    I would expect by the time of my next annual report in April to be able to describe the role of independent adviser in terms of considerably greater authority, independence and effect, consistent with the ambitions for the office that the prime minister has set out.

    When I saw this I thought, I can’t really believe this, if I’m honest. It was May 2020, a time when we were all restricted. My idea of going out was to walk along the canal with one friend, frankly, and I’m sure there’s lots of people in the West Midlands who have their own recollections of what they were doing in May 2020. So yes, it is very difficult to believe.

    What we don’t know is whether the prime minister was there. I obviously can’t possibly comment on that, but that’s why the inquiry has got to come.

    And I’m sure that when the inquiry finds out the facts, then the conclusions and the consequences will be acted upon.

    Continue reading...", + "content": "

    Latest updates: opposition asking PM for statement after Labour MP says ‘incalculable damage’ done to public health messaging

    The Commons public administration and constitutional affairs committee has this morning published a letter (pdf) it received from Christopher Geidt, the PM’s independent adviser on ministerial standards, responding to questions from the committee about the Downing Street flat refurbishment inquiry.

    In the letter, Lord Geidt repeats the point he made in letters published last week about how concerned he was by the PM’s failure to disclose WhatsApp messages undermined. Geidt says:

    The episode shook my confidence precisely because potential and real failures of process occurred in more than one part of the apparatus of government. These failures were not, in my view, due to a lack of investigatory powers, but rather they showed insufficient care for the role of independent adviser.

    I would expect by the time of my next annual report in April to be able to describe the role of independent adviser in terms of considerably greater authority, independence and effect, consistent with the ambitions for the office that the prime minister has set out.

    When I saw this I thought, I can’t really believe this, if I’m honest. It was May 2020, a time when we were all restricted. My idea of going out was to walk along the canal with one friend, frankly, and I’m sure there’s lots of people in the West Midlands who have their own recollections of what they were doing in May 2020. So yes, it is very difficult to believe.

    What we don’t know is whether the prime minister was there. I obviously can’t possibly comment on that, but that’s why the inquiry has got to come.

    And I’m sure that when the inquiry finds out the facts, then the conclusions and the consequences will be acted upon.

    Continue reading...", + "category": "Politics", + "link": "https://www.theguardian.com/politics/live/2022/jan/11/uk-covid-live-boris-johnson-conservatives-party-omicron", + "creator": "Andrew Sparrow", + "pubDate": "2022-01-11T11:56:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278450,17 +282740,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccb832b8d7c8b0372883f1ad224cd1f3", + "hash": "2669c1e7e7e7eaae843a30c2031efa5d", "highlights": [] }, { - "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", + "title": "UK Covid death toll has passed 175,000, says ONS", + "description": "

    Figure of 176,035 differs significantly from government’s official count – which exceeded 150,000 at weekend

    The UK’s main statistical body has reported more than 175,000 deaths involving Covid since the start of the pandemic.

    The ONS has reported 176,035 deaths where Covid was mentioned on the death certificate since March 2020. The figure differs significantly from the government’s official count – which exceeded 150,000 deaths over the weekend – which requires patients to have had a positive test within 28 days before their death.

    Continue reading...", + "content": "

    Figure of 176,035 differs significantly from government’s official count – which exceeded 150,000 at weekend

    The UK’s main statistical body has reported more than 175,000 deaths involving Covid since the start of the pandemic.

    The ONS has reported 176,035 deaths where Covid was mentioned on the death certificate since March 2020. The figure differs significantly from the government’s official count – which exceeded 150,000 deaths over the weekend – which requires patients to have had a positive test within 28 days before their death.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/11/uk-covid-death-toll-ons", + "creator": "Niamh McIntyre and Pamela Duncan", + "pubDate": "2022-01-11T10:45:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278472,17 +282762,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "65a809d0749f90d06fdd7611177a9631", + "hash": "0414307bdd1930bbb13a127753166c45", "highlights": [] }, { - "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", + "title": "Meet Mr Trash Wheel – and the other new devices that eat river plastic", + "description": "

    From ‘bubble barriers’ to floating drones, a host of new projects aim to stop plastic pollution before it ever reaches the ocean

    The Great Bubble Barrier is just that – a wall of bubbles. It gurgles across the water in a diagonal screen, pushing plastic to one side while allowing fish and other wildlife to pass unharmed.

    The technology, created by a Dutch firm and already being used in Amsterdam, is being trialled in the Douro River in Porto, Portugal, as part of the EU-supported Maelstrom (marine litter sustainable removal and management) project.

    Continue reading...", + "content": "

    From ‘bubble barriers’ to floating drones, a host of new projects aim to stop plastic pollution before it ever reaches the ocean

    The Great Bubble Barrier is just that – a wall of bubbles. It gurgles across the water in a diagonal screen, pushing plastic to one side while allowing fish and other wildlife to pass unharmed.

    The technology, created by a Dutch firm and already being used in Amsterdam, is being trialled in the Douro River in Porto, Portugal, as part of the EU-supported Maelstrom (marine litter sustainable removal and management) project.

    Continue reading...", + "category": "Pollution", + "link": "https://www.theguardian.com/environment/2022/jan/11/meet-mr-trash-wheel-and-the-other-ingenious-tools-that-eat-river-plastic", + "creator": "Russell Thomas", + "pubDate": "2022-01-11T08:15:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278494,17 +282784,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "486e280642fa41ca2570deeafda14cf1", + "hash": "26b576ba59a7d07976b729e19351a653", "highlights": [] }, { - "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", + "title": "Ed Argar accepts public will be 'angry' over Downing Street lockdown staff party – video", + "description": "

    Health minister Ed Argar has said the public will be 'upset and angry' at revelations that a senior official invited more than 100 Downing Street staff to a 'bring your own booze' party during the first lockdown


    Continue reading...", + "content": "

    Health minister Ed Argar has said the public will be 'upset and angry' at revelations that a senior official invited more than 100 Downing Street staff to a 'bring your own booze' party during the first lockdown


    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/video/2022/jan/11/ed-argar-accepts-public-anger-after-email-unearthed-downing-street-staff-party-invitation-video", + "creator": "", + "pubDate": "2022-01-11T10:13:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278516,17 +282806,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b70e301e8593331419483271c555e5ee", + "hash": "c7752411febba80511d08be6a38524b8", "highlights": [] }, { - "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", + "title": "First female judge nominated for Pakistan’s supreme court", + "description": "

    Move to appoint Justice Ayesha Malik, who banned virginity tests for rape survivors, described as ‘defining moment’ for the country

    Pakistan’s top judicial commission has nominated a female judge to the supreme court for the first time in the country’s history.

    The move to pave the way for Justice Ayesha Malik to join the court has been widely praised by lawyers and civil society activists as a defining moment in the struggle for gender equality in Pakistan.

    Continue reading...", + "content": "

    Move to appoint Justice Ayesha Malik, who banned virginity tests for rape survivors, described as ‘defining moment’ for the country

    Pakistan’s top judicial commission has nominated a female judge to the supreme court for the first time in the country’s history.

    The move to pave the way for Justice Ayesha Malik to join the court has been widely praised by lawyers and civil society activists as a defining moment in the struggle for gender equality in Pakistan.

    Continue reading...", + "category": "Women's rights and gender equality", + "link": "https://www.theguardian.com/global-development/2022/jan/07/first-female-judge-nominated-for-pakistans-supreme-court", + "creator": "Haroon Janjua in Islamabad", + "pubDate": "2022-01-07T13:20:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278538,17 +282828,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "23e2a340bfa727272856a6abd10b65f1", + "hash": "6eaa3195b3ca584fb2ec2bf53bf3cfdc", "highlights": [] }, { - "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", + "title": "‘Living with Covid’ does not have to mean ditching all protective measures", + "description": "

    Analysis: reports and denials that free LFTs will be axed highlight gulf in opinions on how to move forward

    Reports on Sunday that free lateral flow tests could be axed under a strategy of living with Covid within weeks were met with a swift backlash. The government promptly denied the suggestion that free tests could soon be scrapped.

    The story highlights a gulf in opinions on what “living with Covid” might look like, with some saying we will achieve this only through continued caution and others equating the phrase to ditching all Covid measures and partying like it’s 2019.

    Continue reading...", + "content": "

    Analysis: reports and denials that free LFTs will be axed highlight gulf in opinions on how to move forward

    Reports on Sunday that free lateral flow tests could be axed under a strategy of living with Covid within weeks were met with a swift backlash. The government promptly denied the suggestion that free tests could soon be scrapped.

    The story highlights a gulf in opinions on what “living with Covid” might look like, with some saying we will achieve this only through continued caution and others equating the phrase to ditching all Covid measures and partying like it’s 2019.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/09/living-with-covid-does-not-have-to-mean-ditching-all-protective-measures", + "creator": "Hannah Devlin Science correspondent", + "pubDate": "2022-01-09T18:39:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278560,17 +282850,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "13362651067c353f141a0a3edeb631e0", + "hash": "8cf5bcadbbc294f92f88d98efcdc3417", "highlights": [] }, { - "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", + "title": "US CDC warns against travel to Canada amid rising Covid numbers", + "description": "

    Agency elevates recommendation to ‘level four: very high’ and says Americans should avoid travel to northern neighbour

    The US Centers for Disease Control and Prevention (CDC) has advised against travel to Canada because of a rising number of Covid-19 cases.

    The CDC on Monday elevated its travel recommendation to “level four: very high” for Canada, telling Americans they should avoid travel to its northern neighbor. The CDC currently lists about 80 destinations worldwide at level four. It also raised the island of Curaçao to level four.

    Continue reading...", + "content": "

    Agency elevates recommendation to ‘level four: very high’ and says Americans should avoid travel to northern neighbour

    The US Centers for Disease Control and Prevention (CDC) has advised against travel to Canada because of a rising number of Covid-19 cases.

    The CDC on Monday elevated its travel recommendation to “level four: very high” for Canada, telling Americans they should avoid travel to its northern neighbor. The CDC currently lists about 80 destinations worldwide at level four. It also raised the island of Curaçao to level four.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/10/us-cdc-travel-canada-covid-coronavirus", + "creator": "Reuters in Washington", + "pubDate": "2022-01-10T20:29:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278582,17 +282872,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8b09c80e12a532c2e8e462dc72c9b7e", + "hash": "fd2d5dcca64e3a244b46f038214847af", "highlights": [] }, { - "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", + "title": "Email shows Boris Johnson aide invited No 10 staff to lockdown ‘BYOB’ party", + "description": "

    Martin Reynolds invited just over 100 employees at time when social mixing was banned, according to ITV News

    Boris Johnson was tonight accused of an “utterly outrageous” breach of lockdown rules as a leaked email showed one of his top officials invited more than 100 Downing Street staff to a “bring your own booze” party during the first lockdown.

    The prime minister is believed to have attended the No 10 garden party on 20 May 2020 along with his wife after it was advertised by his principal private secretary, Martin Reynolds.

    Continue reading...", + "content": "

    Martin Reynolds invited just over 100 employees at time when social mixing was banned, according to ITV News

    Boris Johnson was tonight accused of an “utterly outrageous” breach of lockdown rules as a leaked email showed one of his top officials invited more than 100 Downing Street staff to a “bring your own booze” party during the first lockdown.

    The prime minister is believed to have attended the No 10 garden party on 20 May 2020 along with his wife after it was advertised by his principal private secretary, Martin Reynolds.

    Continue reading...", + "category": "Boris Johnson", + "link": "https://www.theguardian.com/politics/2022/jan/10/email-shows-boris-johnsons-official-invited-no-10-staff-to-lockdown-byob-party", + "creator": "Rowena Mason and Jessica Elgot", + "pubDate": "2022-01-10T18:35:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278600,21 +282890,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "1d3f233160cc95ef15fe9edd6726f112", + "hash": "95232e0307f45f8ae0d370769766acae", "highlights": [] }, { - "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", + "title": "Pacific faces ‘strategic surprise’, says US official, alluding to China", + "description": "

    US Indo-Pacific coordinator Kurt Campbell says bases and other agreements could be on the cards

    The Pacific may be the part of the world most likely to see “strategic surprise”, the US Indo-Pacific coordinator Kurt Campbell has said, in comments apparently referring to possible Chinese ambitions to establish Pacific island bases.

    Campbell told Washington’s Center for Strategic and International Studies that the United States has “enormous moral, strategic, historical interests” in the Pacific but had not done enough to assist the region, unlike countries such as Australia and New Zealand.

    Continue reading...", + "content": "

    US Indo-Pacific coordinator Kurt Campbell says bases and other agreements could be on the cards

    The Pacific may be the part of the world most likely to see “strategic surprise”, the US Indo-Pacific coordinator Kurt Campbell has said, in comments apparently referring to possible Chinese ambitions to establish Pacific island bases.

    Campbell told Washington’s Center for Strategic and International Studies that the United States has “enormous moral, strategic, historical interests” in the Pacific but had not done enough to assist the region, unlike countries such as Australia and New Zealand.

    Continue reading...", + "category": "Kiribati", + "link": "https://www.theguardian.com/world/2022/jan/11/pacific-faces-strategic-surprise-says-us-official-alluding-to-china", + "creator": "Reuters", + "pubDate": "2022-01-11T02:51:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278626,17 +282916,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "570e15d00c826b3409353c155e70c86e", + "hash": "5d3d302402a1e7670b941bf557bb7269", "highlights": [] }, { - "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", + "title": "Maryland doctors transplant pig’s heart into human patient in medical first", + "description": "

    Patient is doing well three days after the highly experimental surgery, doctors say, though it’s too soon to know if it is a success

    In a medical first, doctors in Maryland have transplanted a genetically modified pig’s heart into a human patient in a last-ditch effort to save his life.

    Doctors at the University of Maryland medical center said Monday that the patient was doing well three days after the highly experimental surgery, though it is too soon to know if the operation has been a success.

    Continue reading...", + "content": "

    Patient is doing well three days after the highly experimental surgery, doctors say, though it’s too soon to know if it is a success

    In a medical first, doctors in Maryland have transplanted a genetically modified pig’s heart into a human patient in a last-ditch effort to save his life.

    Doctors at the University of Maryland medical center said Monday that the patient was doing well three days after the highly experimental surgery, though it is too soon to know if the operation has been a success.

    Continue reading...", + "category": "Maryland", + "link": "https://www.theguardian.com/us-news/2022/jan/10/maryland-pig-heart-transplant-human-medical-first", + "creator": "Guardian staff and agencies", + "pubDate": "2022-01-10T22:00:40Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278648,17 +282938,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "50e8eca974ce2134b4b3f517e3ed4ec8", + "hash": "9c9b6ad218c5d4ce8b0f9637ebb3f4f7", "highlights": [] }, { - "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", + "title": "Chinese developer Shimao plans fire sale after downgrade and missed payment", + "description": "

    Fears over contagion mount as a company once considered financially sound is running out of cash to pay its debts

    A Chinese developer previously considered financially sound is embarking on a fire sale of assets as the contagion of bad debts built up within China’s bloated housing sector continues to spread.

    Shimao Group Holdings, which is in the top dozen Chinese property companies, was plunged into crisis after it said it defaulted a trust loan last week after missing a 645m yuan ($101m) payment that it guaranteed.

    Continue reading...", + "content": "

    Fears over contagion mount as a company once considered financially sound is running out of cash to pay its debts

    A Chinese developer previously considered financially sound is embarking on a fire sale of assets as the contagion of bad debts built up within China’s bloated housing sector continues to spread.

    Shimao Group Holdings, which is in the top dozen Chinese property companies, was plunged into crisis after it said it defaulted a trust loan last week after missing a 645m yuan ($101m) payment that it guaranteed.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2022/jan/11/chinese-developer-shimao-plans-fire-sale-after-downgrade-and-missed-payment", + "creator": "Martin Farrer", + "pubDate": "2022-01-11T06:24:56Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278670,17 +282960,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2f1dd7d63e4aa57adf9353baa4b10bf", + "hash": "7cf2326977986062b951c21e7952e3ab", "highlights": [] }, { - "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", + "title": "Roman town’s remains found below Northamptonshire field on HS2 route", + "description": "

    Findings surpass experts’ expectations after buildings, wells, coins and wide road discovered

    A wealthy Roman trading town, whose inhabitants adorned themselves with jewellery and ate from fine pottery, has been discovered half a metre below the surface of a remote field in Northamptonshire.

    A 10-metre-wide Roman road, domestic and industrial buildings, more than 300 coins and at least four wells have been unearthed at the site, where 80 archaeologists have been working for the past 12 months.

    Continue reading...", + "content": "

    Findings surpass experts’ expectations after buildings, wells, coins and wide road discovered

    A wealthy Roman trading town, whose inhabitants adorned themselves with jewellery and ate from fine pottery, has been discovered half a metre below the surface of a remote field in Northamptonshire.

    A 10-metre-wide Roman road, domestic and industrial buildings, more than 300 coins and at least four wells have been unearthed at the site, where 80 archaeologists have been working for the past 12 months.

    Continue reading...", + "category": "Archaeology", + "link": "https://www.theguardian.com/science/2022/jan/11/roman-town-found-northamptonshire-field-hs2-route", + "creator": "Harriet Sherwood Arts and culture correspondent", + "pubDate": "2022-01-11T06:00:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278692,17 +282982,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2361df40fb61548d1c8a5b64891ad339", + "hash": "5467ae9eaae18ad5c8e889f71c7cdaa6", "highlights": [] }, { - "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", + "title": "Covid news live: Tory anger at latest No 10 lockdown party claim; China puts city of 5 million in lockdown", + "description": "

    Leaked email shows Boris Johnson aide invited No 10 staff to lockdown ‘BYOB’ party; China puts third city of Anyang in lockdown, bringing the total number under stay-at-home orders to about 20m

    Five million residents in the central Chinese city of Anyang have started home confinement today in a new lockdown to curb the spread of Omicron variant, according to state media and as reported by Agence France-Presse.

    Two Omicron cases were detected in the city in Henan province, prompting authorities to announce a lockdown late Monday, issuing a notice ordering residents not to leave their homes or drive cars on the roads, state news agency Xinhua reported.

    Continue reading...", + "content": "

    Leaked email shows Boris Johnson aide invited No 10 staff to lockdown ‘BYOB’ party; China puts third city of Anyang in lockdown, bringing the total number under stay-at-home orders to about 20m

    Five million residents in the central Chinese city of Anyang have started home confinement today in a new lockdown to curb the spread of Omicron variant, according to state media and as reported by Agence France-Presse.

    Two Omicron cases were detected in the city in Henan province, prompting authorities to announce a lockdown late Monday, issuing a notice ordering residents not to leave their homes or drive cars on the roads, state news agency Xinhua reported.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/11/covid-news-live-pfizer-says-omicron-specific-vaccine-could-be-available-by-march-mexico-president-tests-positive-again", + "creator": "Samantha Lock", + "pubDate": "2022-01-11T05:21:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278714,17 +283004,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c4241ca4ee406c50ef0fd141e17b343", + "hash": "df8a879149b688730a4e4bf378964092", "highlights": [] }, { - "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", + "title": "UK health officials backtrack on US Covid isolation comparison", + "description": "

    UKHSA previously said isolation period was effectively the same in both countries

    Health officials have clarified that the recommended Covid self-isolation period in the US is shorter than in the UK at a time when the prime minister is considering reducing it to five days.

    The UK Health Security Agency (UKHSA) previously said the isolation period was effectively the same in both countries.

    Continue reading...", + "content": "

    UKHSA previously said isolation period was effectively the same in both countries

    Health officials have clarified that the recommended Covid self-isolation period in the US is shorter than in the UK at a time when the prime minister is considering reducing it to five days.

    The UK Health Security Agency (UKHSA) previously said the isolation period was effectively the same in both countries.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/11/uk-health-officials-backtrack-on-us-covid-isolation-comparison", + "creator": "Jamie Grierson", + "pubDate": "2022-01-11T08:38:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278736,17 +283026,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a8898920a5e34113046f75e69bce5a3", + "hash": "118c70db7b86b6fa6a84ed25d60b2bb0", "highlights": [] }, { - "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", + "title": "Meet Mr Trash Wheel – and the other ingenious tools that eat river plastic", + "description": "

    From ‘bubble barriers’ to floating drones, a host of new projects aim to stop plastic pollution before it ever reaches the ocean

    The Great Bubble Barrier is just that – a wall of bubbles. It gurgles across the water in a diagonal screen, pushing plastic to one side while allowing fish and other wildlife to pass unharmed.

    The technology, created by a Dutch firm and already being used in Amsterdam, is being trialled in the Douro River in Porto, Portugal, as part of the EU-supported Maelstrom (marine litter sustainable removal and management) project.

    Continue reading...", + "content": "

    From ‘bubble barriers’ to floating drones, a host of new projects aim to stop plastic pollution before it ever reaches the ocean

    The Great Bubble Barrier is just that – a wall of bubbles. It gurgles across the water in a diagonal screen, pushing plastic to one side while allowing fish and other wildlife to pass unharmed.

    The technology, created by a Dutch firm and already being used in Amsterdam, is being trialled in the Douro River in Porto, Portugal, as part of the EU-supported Maelstrom (marine litter sustainable removal and management) project.

    Continue reading...", + "category": "Pollution", + "link": "https://www.theguardian.com/environment/2022/jan/11/meet-mr-trash-wheel-and-the-other-ingenious-tools-that-eat-river-plastic", + "creator": "Russell Thomas", + "pubDate": "2022-01-11T08:15:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278758,17 +283048,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "73814ac0733abd7a4d7cf6ead01d18ec", + "hash": "c7ef4eb8d0c81fc477b9c598ea538ac7", "highlights": [] }, { - "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", + "title": "‘It looks like a war zone’: horror as Bronx apartment building went up in flames", + "description": "

    Residents tell of anguish after fire broke out on Sunday morning, leaving 17 people dead and scores injured

    Karen Dejesus, 54, was cooking breakfast for her young granddaughter and her son when she heard fire alarms on Sunday morning in the Bronx borough of New York.

    Dejesus and her family have lived in the high rise apartment building for almost 19 years. Alarms in the building went off erroneously so often that residents on Sunday didn’t register the sirens as real, she told the Guardian.

    Continue reading...", + "content": "

    Residents tell of anguish after fire broke out on Sunday morning, leaving 17 people dead and scores injured

    Karen Dejesus, 54, was cooking breakfast for her young granddaughter and her son when she heard fire alarms on Sunday morning in the Bronx borough of New York.

    Dejesus and her family have lived in the high rise apartment building for almost 19 years. Alarms in the building went off erroneously so often that residents on Sunday didn’t register the sirens as real, she told the Guardian.

    Continue reading...", + "category": "New York", + "link": "https://www.theguardian.com/us-news/2022/jan/11/bronx-fire-apartment-building-new-york-city", + "creator": "Gloria Oladipo in New York", + "pubDate": "2022-01-11T07:00:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278780,17 +283070,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f511476b1bcda29e008ea422ec27b15", + "hash": "52275139a2396f150af57a314d254ffe", "highlights": [] }, { - "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", + "title": "Voters move to block Trump ally Madison Cawthorn from re-election", + "description": "

    North Carolina group files candidacy challenge, citing Republican congressman’s alleged involvement in 6 January attack

    A group of North Carolina voters told state officials on Monday that they want Republican congressman Madison Cawthorn to be disqualified as a congressional candidate, citing his involvement in the 6 January attack on the Capitol.

    Cawthorn questioned the outcome of the presidential election during the “Save America Rally” before the Capitol riot later that day that resulted in five deaths.

    Continue reading...", + "content": "

    North Carolina group files candidacy challenge, citing Republican congressman’s alleged involvement in 6 January attack

    A group of North Carolina voters told state officials on Monday that they want Republican congressman Madison Cawthorn to be disqualified as a congressional candidate, citing his involvement in the 6 January attack on the Capitol.

    Cawthorn questioned the outcome of the presidential election during the “Save America Rally” before the Capitol riot later that day that resulted in five deaths.

    Continue reading...", + "category": "Republicans", + "link": "https://www.theguardian.com/us-news/2022/jan/11/madison-cawthorn-trump-republican-north-carolina-voters", + "creator": "Maya Yang", + "pubDate": "2022-01-11T07:00:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278798,21 +283088,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "2c008dcc807f77244c2207a56e73ca08", + "hash": "ce547ff809f1ea176f0ba700813a70ff", "highlights": [] }, { - "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", + "title": "North Korea conducts fresh ‘hypersonic missile’ launch", + "description": "

    Second launch in less than a week designed to put pressure on US and follows condemnation at UN

    North Korea has test-fired a suspected ballistic missile that may be an improved version of a “hypersonic missile” it launched only last week, in a move designed to increase pressure on the US amid stalled nuclear talks and mounting economic problems for the regime.

    Tuesday’s launch was detected at 7.27am on Tuesday from an inland area of North Korea toward the ocean off its east coast, South Korea’s Joint Chiefs of Staff (JCS) said in a statement.

    Continue reading...", + "content": "

    Second launch in less than a week designed to put pressure on US and follows condemnation at UN

    North Korea has test-fired a suspected ballistic missile that may be an improved version of a “hypersonic missile” it launched only last week, in a move designed to increase pressure on the US amid stalled nuclear talks and mounting economic problems for the regime.

    Tuesday’s launch was detected at 7.27am on Tuesday from an inland area of North Korea toward the ocean off its east coast, South Korea’s Joint Chiefs of Staff (JCS) said in a statement.

    Continue reading...", + "category": "North Korea", + "link": "https://www.theguardian.com/world/2022/jan/11/north-korea-has-fired-possible-ballistic-missile-says-japan", + "creator": "Justin McCurry in Tokyo", + "pubDate": "2022-01-11T07:40:30Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278824,17 +283114,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "182d23a230bcb73497a8eb306021bd22", + "hash": "e7d29d3f3d951c5545eeb12333077247", "highlights": [] }, { - "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", + "title": "Ostrich run: more than 80 birds race through streets of Chongzuo, China – video", + "description": "

    Footage has emerged of a group of ostriches on the run through the streets of Chongzuo in China.

    It is believed the ostriches escaped from a farm owing to the gate not being closed properly, according to local media.

    No injuries were reported and the owner managed to recapture the majority of the ostriches with the help of the police in the early hours of Saturday 8 January

    Continue reading...", + "content": "

    Footage has emerged of a group of ostriches on the run through the streets of Chongzuo in China.

    It is believed the ostriches escaped from a farm owing to the gate not being closed properly, according to local media.

    No injuries were reported and the owner managed to recapture the majority of the ostriches with the help of the police in the early hours of Saturday 8 January

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/video/2022/jan/09/china-more-than-80-ostriches-filmed-running-through-the-streets-of-chongzuo-video", + "creator": "", + "pubDate": "2022-01-09T21:38:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278846,17 +283136,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c6298496108dc919a1c8a889f8b1ebc", + "hash": "8b73f8df83af3cb8965e549b132746a4", "highlights": [] }, { - "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", + "title": "Qld Covid update: chief health officer urges immediate halt to ‘pox parties’ aimed at spreading virus", + "description": "

    State records 20,566 new cases amid reports of people deliberately trying to spread coronavirus to increase their immunity

    Queensland health authorities have condemned reports of “pox parties” held by groups of unvaccinated residents on the Gold Coast, which has quickly become the epicentre of the state’s Omicron outbreak.

    On Monday another 23 people – enough to fill a separate ward – were admitted to hospital on the Gold Coast after contracting Covid-19. Half of intensive care patients in the region were unvaccinated.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "content": "

    State records 20,566 new cases amid reports of people deliberately trying to spread coronavirus to increase their immunity

    Queensland health authorities have condemned reports of “pox parties” held by groups of unvaccinated residents on the Gold Coast, which has quickly become the epicentre of the state’s Omicron outbreak.

    On Monday another 23 people – enough to fill a separate ward – were admitted to hospital on the Gold Coast after contracting Covid-19. Half of intensive care patients in the region were unvaccinated.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "category": "Gold Coast", + "link": "https://www.theguardian.com/australia-news/2022/jan/11/qld-covid-update-chief-health-officer-urges-immediate-halt-to-pox-parties-aimed-at-spreading-virus", + "creator": "Ben Smee", + "pubDate": "2022-01-11T04:32:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278868,17 +283158,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5fa05fa9404574f343edffd92cd4b0d0", + "hash": "f27107bb49bc4e1ad760f69b430981a4", "highlights": [] }, { - "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", + "title": "Never mind the nose: what makes Cyrano de Bergerac a hero for all time?", + "description": "

    Edmond Rostand’s great romantic has drawn actors including Ralph Richardson, Antony Sher and James McAvoy to its lead role. It is a tale of glorious theatricality, glittering poetry and heroic self-sacrifice

    Edmond Rostand’s Cyrano de Bergerac is never far away. In February Martin Crimp’s radical adaptation, starring James McAvoy, returns to London, then tours to Glasgow and New York. Then follows the release of Joe Wright’s new movie, with Peter Dinklage in the lead. Although in both cases the actors eschew prosthetic adornments, you could say that the noses generally have it since Rostand’s “comédie héroïque” has been in regular revival since its 1897 premiere. I’ve seen close to a dozen productions over the past half-century and it’s been the source of multiple movies, at least three musicals and an opera. There was also in 2015 a gender-swapped version known as CyranA.

    So why does it endure? At its premiere, it was seen as a revolt against the prevailing naturalist drama. As Graham Robb has pointed out, it also had a topical resonance, coming at the time of the Dreyfus affair (the scandal in which army captain Alfred Dreyfus was convicted of treason): “the soft-hearted slasher was everybody’s hero – a man with alien features who suffered for his virtues but represented the society Dreyfus was supposed to have betrayed”. But there are other reasons for its continued popularity: it has a glorious theatricality, glittering poetry and boasts a big star part that has attracted actors as various as Ralph Richardson, Derek Jacobi and Antony Sher on stage and José Ferrer, Steve Martin and Gérard Depardieu on screen.

    Continue reading...", + "content": "

    Edmond Rostand’s great romantic has drawn actors including Ralph Richardson, Antony Sher and James McAvoy to its lead role. It is a tale of glorious theatricality, glittering poetry and heroic self-sacrifice

    Edmond Rostand’s Cyrano de Bergerac is never far away. In February Martin Crimp’s radical adaptation, starring James McAvoy, returns to London, then tours to Glasgow and New York. Then follows the release of Joe Wright’s new movie, with Peter Dinklage in the lead. Although in both cases the actors eschew prosthetic adornments, you could say that the noses generally have it since Rostand’s “comédie héroïque” has been in regular revival since its 1897 premiere. I’ve seen close to a dozen productions over the past half-century and it’s been the source of multiple movies, at least three musicals and an opera. There was also in 2015 a gender-swapped version known as CyranA.

    So why does it endure? At its premiere, it was seen as a revolt against the prevailing naturalist drama. As Graham Robb has pointed out, it also had a topical resonance, coming at the time of the Dreyfus affair (the scandal in which army captain Alfred Dreyfus was convicted of treason): “the soft-hearted slasher was everybody’s hero – a man with alien features who suffered for his virtues but represented the society Dreyfus was supposed to have betrayed”. But there are other reasons for its continued popularity: it has a glorious theatricality, glittering poetry and boasts a big star part that has attracted actors as various as Ralph Richardson, Derek Jacobi and Antony Sher on stage and José Ferrer, Steve Martin and Gérard Depardieu on screen.

    Continue reading...", + "category": "Theatre", + "link": "https://www.theguardian.com/stage/2022/jan/11/never-mind-the-nose-what-makes-cyrano-de-bergerac-a-hero-for-all-time", + "creator": "Michael Billington", + "pubDate": "2022-01-11T06:00:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278890,17 +283180,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d464d0d4895f1d718995baaf0ca9c9ec", + "hash": "0e3b4d67ae01d5468cb1fed1809c91e2", "highlights": [] }, { - "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", + "title": "Sadiq Khan warns London could become mired in gridlock", + "description": "

    London mayor urges people to make greener journeys as figures show fall in walking, cycling and use of public transport

    London could become mired in gridlock because of a shift towards driving as a means of transport during the Covid pandemic, the city’s mayor, Sadiq Khan has said, warning that it risks creating a new health crisis from increased pollution.

    While levels of walking and cycling have risen in the capital, the overall proportion of people making sustainable journeys has fallen as a result of the collapse in numbers using public transport.

    Continue reading...", + "content": "

    London mayor urges people to make greener journeys as figures show fall in walking, cycling and use of public transport

    London could become mired in gridlock because of a shift towards driving as a means of transport during the Covid pandemic, the city’s mayor, Sadiq Khan has said, warning that it risks creating a new health crisis from increased pollution.

    While levels of walking and cycling have risen in the capital, the overall proportion of people making sustainable journeys has fallen as a result of the collapse in numbers using public transport.

    Continue reading...", + "category": "London", + "link": "https://www.theguardian.com/uk-news/2022/jan/11/london-mayor-pollution-health-threat-pandemic-shift-to-driving", + "creator": "Peter Walker and Gwyn Topham", + "pubDate": "2022-01-11T06:00:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278908,21 +283198,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "38bd73deec95ae9d32ef241f66b8c628", + "hash": "56feb6f5a098c8e3371931fd53171392", "highlights": [] }, { - "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", + "title": "Australia news live update: Covid parties ‘ridiculous’ says Qld CHO; GPs warn over children’s vaccine rollout ‘failings’; 3,500 cases in hospital nationwide", + "description": "

    ‘Serious failings’ in children’s vaccine rollout, GPs warn; 2,186 Covid cases in NSW hospitals, 816 in Victoria, 502 in Qld and 211 in SA; NSW reports 25,870 new Covid cases and 11 deaths, Victoria 37,944 cases and 13 deaths, Qld 20,566 cases after testing glitch fixed, SA 2,921 cases, ACT 1,508 cases and one death, Tasmania 1,379 cases, NT 594. Follow all the day’s news live

    The Health Services Union has warned the aged care sector is experiencing an “unprecedented crisis” with “chronic understaffing, excessive workloads and extended shifts” hitting the sector amid the Omicron wave of Covid-19.

    According to a survey of more than 1,000 HSU members:

    The Morrison government comprehensively failed to plan before allowing Omicron to rip through the community and modestly paid workers, and residents in aged care facilities who built this country, are paying the price. Only just over a third of members surveyed have received their booster shot, despite working overtime in high risk settings.

    There are active outbreaks in almost 500 aged care facilities across the country. Yet workers can’t access RATs, they can’t access PPE. They are on the front line with very little protection. Not only are staff at risk but vulnerable residents are at a heightened risk of severe disease or death.

    Continue reading...", + "content": "

    ‘Serious failings’ in children’s vaccine rollout, GPs warn; 2,186 Covid cases in NSW hospitals, 816 in Victoria, 502 in Qld and 211 in SA; NSW reports 25,870 new Covid cases and 11 deaths, Victoria 37,944 cases and 13 deaths, Qld 20,566 cases after testing glitch fixed, SA 2,921 cases, ACT 1,508 cases and one death, Tasmania 1,379 cases, NT 594. Follow all the day’s news live

    The Health Services Union has warned the aged care sector is experiencing an “unprecedented crisis” with “chronic understaffing, excessive workloads and extended shifts” hitting the sector amid the Omicron wave of Covid-19.

    According to a survey of more than 1,000 HSU members:

    The Morrison government comprehensively failed to plan before allowing Omicron to rip through the community and modestly paid workers, and residents in aged care facilities who built this country, are paying the price. Only just over a third of members surveyed have received their booster shot, despite working overtime in high risk settings.

    There are active outbreaks in almost 500 aged care facilities across the country. Yet workers can’t access RATs, they can’t access PPE. They are on the front line with very little protection. Not only are staff at risk but vulnerable residents are at a heightened risk of severe disease or death.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/11/australia-news-live-djokovic-protestors-melbourne-federal-government-visa-cancellation-covid-corona-sydney-morrison-hawke-omicron-tennis-laver-hospital-nsw-vic-qld", + "creator": "Nino Bucci (now) and Mostafa Rachwani and Caitlin Cassidy (earlier)", + "pubDate": "2022-01-11T07:49:11Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278934,17 +283224,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "19bf18fde5b3f11b5209d7ea1bf372f6", + "hash": "c023bfdc0864c3e2b64502e3ab528d3b", "highlights": [] }, { - "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", + "title": "Democrats could still salvage Build Back Better – and perhaps their midterm prospects", + "description": "

    Best case scenario: a scaled down plan that saves popular programs and a billionaire tax to pay for it

    Democrats were already facing a bleak landscape for this year’s midterm elections, with Joe Biden’s approval rating languishing in the low 40s and his party holding narrow majorities in both the House and the Senate.

    Now, with Senator Joe Manchin’s refusal to support the Build Back Better Act, the chances of Republicans regaining control of the House of Representatives, and possibly the Senate as well, appear higher than ever.

    Continue reading...", + "content": "

    Best case scenario: a scaled down plan that saves popular programs and a billionaire tax to pay for it

    Democrats were already facing a bleak landscape for this year’s midterm elections, with Joe Biden’s approval rating languishing in the low 40s and his party holding narrow majorities in both the House and the Senate.

    Now, with Senator Joe Manchin’s refusal to support the Build Back Better Act, the chances of Republicans regaining control of the House of Representatives, and possibly the Senate as well, appear higher than ever.

    Continue reading...", + "category": "US midterm elections 2022", + "link": "https://www.theguardian.com/us-news/2022/jan/08/build-back-better-democrats-midterms", + "creator": "Joan E Greve", + "pubDate": "2022-01-08T10:00:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278956,17 +283246,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "526eb6e2cd2eefdc34346bb96f01cc62", + "hash": "1f258417b885aa6846732448d1b1a7f8", "highlights": [] }, { - "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", + "title": "US hit by 20 separate billion-dollar climate disasters in 2021, NOAA report says", + "description": "

    Year was third-costliest extreme weather year on record with affected communities spread from coast to coast

    The US was battered by 20 separate billion-dollar climate and weather disasters in 2021, one of the most catastrophic climate years on record which led to at least 688 deaths, according to the annual report of the National Oceanic and Atmospheric Administration (NOAA).

    Damage from the year’s 20 most costly disasters, which included thousands of wildfires burning across western states, frigid temperatures and hail storms in Texas, tornadoes in the south-east, and tropical storms saturating the east coast, totaled around $145bn.

    Continue reading...", + "content": "

    Year was third-costliest extreme weather year on record with affected communities spread from coast to coast

    The US was battered by 20 separate billion-dollar climate and weather disasters in 2021, one of the most catastrophic climate years on record which led to at least 688 deaths, according to the annual report of the National Oceanic and Atmospheric Administration (NOAA).

    Damage from the year’s 20 most costly disasters, which included thousands of wildfires burning across western states, frigid temperatures and hail storms in Texas, tornadoes in the south-east, and tropical storms saturating the east coast, totaled around $145bn.

    Continue reading...", + "category": "Climate crisis", + "link": "https://www.theguardian.com/environment/2022/jan/11/us-hit-by-20-separate-billion-dollar-climate-disasters-in-2021-noaa-report-says", + "creator": "Nina Lakhani Climate justice reporter", + "pubDate": "2022-01-11T04:33:42Z", "enclosure": "", "enclosureType": "", "image": "", @@ -278978,17 +283268,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a528573352875b7166b6215071f712b", + "hash": "5514f6d41c78d754f86790ef1fbd25c5", "highlights": [] }, { - "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", + "title": "Intel deletes mention of Xinjiang in letter after China backlash", + "description": "

    US chipmaker was criticised in China for asking suppliers to avoid the sanctions-hit region, and now faces ‘cowardice’ accusation at home

    US chipmaker Intel has deleted references to Xinjiang from an annual letter to suppliers after the company faced a backlash in China for asking suppliers to avoid the sanctions-hit region.

    Last month, Intel was slammed on Chinese social media for a letter to suppliers published on its website. The 23 December letter said Intel had been “required to ensure that its supply chain does not use any labour or source goods or services from the Xinjiang region” following restrictions imposed by “multiple governments”.

    Continue reading...", + "content": "

    US chipmaker was criticised in China for asking suppliers to avoid the sanctions-hit region, and now faces ‘cowardice’ accusation at home

    US chipmaker Intel has deleted references to Xinjiang from an annual letter to suppliers after the company faced a backlash in China for asking suppliers to avoid the sanctions-hit region.

    Last month, Intel was slammed on Chinese social media for a letter to suppliers published on its website. The 23 December letter said Intel had been “required to ensure that its supply chain does not use any labour or source goods or services from the Xinjiang region” following restrictions imposed by “multiple governments”.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2022/jan/11/intel-deletes-mention-of-xinjiang-in-letter-after-china-backlash", + "creator": "Reuters", + "pubDate": "2022-01-11T05:16:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279000,17 +283290,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea34306e096a1babd1abd0a02330c554", + "hash": "2ff6c6bc198a442802272ce6c3b40c01", "highlights": [] }, { - "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", + "title": "North Korea conducts fresh missile launch after Kim Jong-un call to bolster military", + "description": "

    Second launch in less than a week comes amid condemnation at the UN of previous launch of claimed ‘hypersonic’ missile

    North Korea has test-fired a suspected ballistic missile, the second apparent launch in less than a week, in a move designed to increase pressure on the US amid stalled nuclear talks and mounting economic problems for the regime.

    The launch, believed to be that of a ballistic missile, was detected at 7.27am on Tuesday from an inland area of North Korea toward the ocean off its east coast, South Korea’s Joint Chiefs of Staff (JCS) said in a statement.

    Continue reading...", + "content": "

    Second launch in less than a week comes amid condemnation at the UN of previous launch of claimed ‘hypersonic’ missile

    North Korea has test-fired a suspected ballistic missile, the second apparent launch in less than a week, in a move designed to increase pressure on the US amid stalled nuclear talks and mounting economic problems for the regime.

    The launch, believed to be that of a ballistic missile, was detected at 7.27am on Tuesday from an inland area of North Korea toward the ocean off its east coast, South Korea’s Joint Chiefs of Staff (JCS) said in a statement.

    Continue reading...", + "category": "North Korea", + "link": "https://www.theguardian.com/world/2022/jan/11/north-korea-has-fired-possible-ballistic-missile-says-japan", + "creator": "Justin McCurry in Tokyo", + "pubDate": "2022-01-11T01:41:54Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279022,17 +283312,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9aa03dcbec103b1db58685868653e662", + "hash": "7c7738c07db528768846f4438569cdf5", "highlights": [] }, { - "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", + "title": "US-Russia talks over Ukraine ‘useful’ but no progress made", + "description": "

    Diplomats stress they have not made progress towards resolving fundamental disagreements

    US and Russian diplomats have emerged from a day of negotiations in Geneva over the fate of Ukraine, describing the talks as “useful” and “very professional” – but also stressing they had not made progress towards resolving fundamental disagreements.

    The two sides largely spend the day’s talks presenting their points of view on the situation in Ukraine, currently hemmed in by some 100,000 Russian troops, and on European security in general, and deferred further debate on them to a meeting in Brussels on Wednesday between Russia and all Nato members.

    Continue reading...", + "content": "

    Diplomats stress they have not made progress towards resolving fundamental disagreements

    US and Russian diplomats have emerged from a day of negotiations in Geneva over the fate of Ukraine, describing the talks as “useful” and “very professional” – but also stressing they had not made progress towards resolving fundamental disagreements.

    The two sides largely spend the day’s talks presenting their points of view on the situation in Ukraine, currently hemmed in by some 100,000 Russian troops, and on European security in general, and deferred further debate on them to a meeting in Brussels on Wednesday between Russia and all Nato members.

    Continue reading...", + "category": "US foreign policy", + "link": "https://www.theguardian.com/us-news/2022/jan/10/ukraine-talks-us-russia-latest", + "creator": "Julian Borger in Washington and Andrew Roth in New York", + "pubDate": "2022-01-10T18:06:57Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279044,17 +283334,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "21d1342c379e9490eebd03bb83800810", + "hash": "19a2c303f4155ed5f8875f9882e7c231", "highlights": [] }, { - "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", + "title": "Protesters on French island pelt MP with seaweed over Covid pass", + "description": "

    Fellow politicians condemn attack on Stéphane Claireaux outside his home in St-Pierre-et-Miquelon

    Protesters opposed to Covid regulations pelted a French MP with seaweed and stones outside his home in the overseas territory of St-Pierre-et-Miquelon at the weekend.

    Stéphane Claireaux, a member of the governing La République en Marche (LREM) said he had made an official police complaint after the attack, which fellow MPs described as a “lynching”.

    Continue reading...", + "content": "

    Fellow politicians condemn attack on Stéphane Claireaux outside his home in St-Pierre-et-Miquelon

    Protesters opposed to Covid regulations pelted a French MP with seaweed and stones outside his home in the overseas territory of St-Pierre-et-Miquelon at the weekend.

    Stéphane Claireaux, a member of the governing La République en Marche (LREM) said he had made an official police complaint after the attack, which fellow MPs described as a “lynching”.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2022/jan/10/protesters-pelt-french-island-mp-covid-health-pass-saint-pierre-and-miquelon", + "creator": "Kim Willsher in Paris", + "pubDate": "2022-01-10T13:52:58Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279066,17 +283356,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "42271a4a749b85bea8162e5a70d72b47", + "hash": "ee334043da61c0ad2edebeee9966bfa9", "highlights": [] }, { - "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", + "title": "Lost footage of Rolling Stones at notorious Altamont festival uncovered", + "description": "

    Carlos Santana, Jefferson Airplane, the Flying Burrito Brothers and Crosby, Stills, Nash & Young also appear in 26 minutes of home video at event that marked end of hippy dream

    Twenty-six minutes of unseen footage of the vast and notoriously violent Altamont music festival held in northern California in 1969 have been unexpectedly uncovered.

    The home-movie footage – which is vividly shot on 8mm film, but frustratingly silent – has been published by the Library of Congress on its website.

    Continue reading...", + "content": "

    Carlos Santana, Jefferson Airplane, the Flying Burrito Brothers and Crosby, Stills, Nash & Young also appear in 26 minutes of home video at event that marked end of hippy dream

    Twenty-six minutes of unseen footage of the vast and notoriously violent Altamont music festival held in northern California in 1969 have been unexpectedly uncovered.

    The home-movie footage – which is vividly shot on 8mm film, but frustratingly silent – has been published by the Library of Congress on its website.

    Continue reading...", + "category": "The Rolling Stones", + "link": "https://www.theguardian.com/music/2022/jan/10/lost-footage-of-rolling-stones-at-notorious-altamont-festival-uncovered", + "creator": "Ben Beaumont-Thomas", + "pubDate": "2022-01-10T11:22:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279088,17 +283378,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0238812474ad9db7f219d22a4b596636", + "hash": "45d6342eaa3db9bcabe629d9379ad4ba", "highlights": [] }, { - "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", + "title": "How we made: Big Country on Chance", + "description": "

    ‘The idea of wearing checked shirts came from Bruce Springsteen – plus you could buy them cheap at Millets!’

    Bruce Watson, guitarist and songwriter

    I knew [singer/guitarist] Stuart Adamson when he was in Skids and I was in the Delinquents and all the bands in Dunfermline used to rehearse in stables next to each other. When Skids were doing their third album he said to me: “Wouldn’t it be great to do a twin guitar thing?” I thought he was just being nice. Then after Skids split he knocked on my door and said: “Remember that conversation? Do you still want to do it?”

    Continue reading...", + "content": "

    ‘The idea of wearing checked shirts came from Bruce Springsteen – plus you could buy them cheap at Millets!’

    Bruce Watson, guitarist and songwriter

    I knew [singer/guitarist] Stuart Adamson when he was in Skids and I was in the Delinquents and all the bands in Dunfermline used to rehearse in stables next to each other. When Skids were doing their third album he said to me: “Wouldn’t it be great to do a twin guitar thing?” I thought he was just being nice. Then after Skids split he knocked on my door and said: “Remember that conversation? Do you still want to do it?”

    Continue reading...", + "category": "Music", + "link": "https://www.theguardian.com/music/2022/jan/10/big-country-how-we-made-chance-stuart-adamson-bruce-springsteen-checked-shirts", + "creator": "Interviews by Dave Simpson", + "pubDate": "2022-01-10T16:50:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279110,17 +283400,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0eb607b5431d3ab7aee569c9ffa195dc", + "hash": "7e184f6ebae9a78e921e00afdae654e4", "highlights": [] }, { - "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", + "title": "‘It felt like losing a husband’: the fraudsters breaking hearts – and emptying bank accounts", + "description": "

    Romance scams robbed Britons of nearly £100m last year. Thanks to online dating and the pandemic, these cruel crimes are more sophisticated and prevalent than ever

    In February 2019, Anna, a finance professional in her 50s, joined the dating website Zoosk. She had been single for four years, recovering from an incredibly difficult, abusive marriage. “I was finally ready to meet someone,” she says.

    So, when she met Andrew, a handsome Bulgarian food importer living in London, she was thrilled. The pair were soon spending hours talking on the phone each day. Anna was smitten. “He showered me with love and affection,” she says. “If you imagine candy floss, I was the stick and he was the sugar wrapped around me. I felt as though I was floating.”

    Continue reading...", + "content": "

    Romance scams robbed Britons of nearly £100m last year. Thanks to online dating and the pandemic, these cruel crimes are more sophisticated and prevalent than ever

    In February 2019, Anna, a finance professional in her 50s, joined the dating website Zoosk. She had been single for four years, recovering from an incredibly difficult, abusive marriage. “I was finally ready to meet someone,” she says.

    So, when she met Andrew, a handsome Bulgarian food importer living in London, she was thrilled. The pair were soon spending hours talking on the phone each day. Anna was smitten. “He showered me with love and affection,” she says. “If you imagine candy floss, I was the stick and he was the sugar wrapped around me. I felt as though I was floating.”

    Continue reading...", + "category": "Relationships", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/10/it-felt-like-losing-a-husband-the-fraudsters-breaking-hearts-and-emptying-bank-accounts", + "creator": "Lizzie Cernik", + "pubDate": "2022-01-10T10:00:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279132,17 +283422,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "436367d7c7a20c6da93922eb964f78ab", + "hash": "3243a10b3e8c5585df7f5c9a7f9889c3", "highlights": [] }, { - "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", + "title": "Polar priest: the church in the world’s northernmost town – a photo essay", + "description": "

    Photojournalist Giuia Besana visits the world’s northernmost priest who runs the Svalbard Church in Longyearbyen, in Norway’s Svalbard archipelago. Pastor Siv Limstrand is the community’s guiding figure as it looks to an uncertain future in the face of economic shifts and the effects of climate change

    Located in the Svalbard archipelago in Norway, Longyearbyen is the world’s northernmost settlement. Here, winter temperatures range from -13 to -20C and inhabitants are prepared for two and half months of complete darkness in winter, the constant danger of polar bears, and avalanches.

    The road to the cabin of Siv Limstrand, in Adventdalen Valley, an 18-mile-long valley east of Longyearbyen, during a brief moment of daylight

    Continue reading...", + "content": "

    Photojournalist Giuia Besana visits the world’s northernmost priest who runs the Svalbard Church in Longyearbyen, in Norway’s Svalbard archipelago. Pastor Siv Limstrand is the community’s guiding figure as it looks to an uncertain future in the face of economic shifts and the effects of climate change

    Located in the Svalbard archipelago in Norway, Longyearbyen is the world’s northernmost settlement. Here, winter temperatures range from -13 to -20C and inhabitants are prepared for two and half months of complete darkness in winter, the constant danger of polar bears, and avalanches.

    The road to the cabin of Siv Limstrand, in Adventdalen Valley, an 18-mile-long valley east of Longyearbyen, during a brief moment of daylight

    Continue reading...", + "category": "Norway", + "link": "https://www.theguardian.com/world/2022/jan/10/polar-priest-the-church-in-the-worlds-northernmost-town-a-photo-essay", + "creator": "Guia Besana/Agence VU’", + "pubDate": "2022-01-10T07:00:42Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279154,17 +283444,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "be00c0a7cb12fc1fb59dd580ace18b99", + "hash": "534fc7637461758caf8c0c8eeab83e1c", "highlights": [] }, { - "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", + "title": "The Power of the Dog among worthy winners as disgraced Golden Globes plays it safe", + "description": "

    Jane Campion’s colossal western and Steven Spielberg’s passionate West Side Story revival head up a list that snubs more transgressive offerings

    So the much-disgraced Golden Globes, derided for a lack of diversity and transparency in the voting membership, lucrative TV coverage cancelled, gravy-train derailed and the awards ceremony dwindled to a virtual event on social media, carries paradoxically on with delivering a set of awards that are in perfectly plausible good taste and not very much different from all the other un-disgraced awards ceremonies. However, it was sad to see Paul Thomas Anderson’s dazzling comedy of transgression Licorice Pizza overlooked, of which more in a moment.

    Jane Campion’s handsome, complex and brilliant western drama The Power of the Dog gets best picture (drama) and best director, along with best supporting actor for the excellent Kodi Smit-McPhee, while Steven Spielberg’s glorious, passionately respectful revival of West Side Story wins best picture in the musical or comedy section, along with its breakout player Ariana DeBose for best supporting actress and newcomer Rachel Zegler for best actress in musical/comedy.

    Continue reading...", + "content": "

    Jane Campion’s colossal western and Steven Spielberg’s passionate West Side Story revival head up a list that snubs more transgressive offerings

    So the much-disgraced Golden Globes, derided for a lack of diversity and transparency in the voting membership, lucrative TV coverage cancelled, gravy-train derailed and the awards ceremony dwindled to a virtual event on social media, carries paradoxically on with delivering a set of awards that are in perfectly plausible good taste and not very much different from all the other un-disgraced awards ceremonies. However, it was sad to see Paul Thomas Anderson’s dazzling comedy of transgression Licorice Pizza overlooked, of which more in a moment.

    Jane Campion’s handsome, complex and brilliant western drama The Power of the Dog gets best picture (drama) and best director, along with best supporting actor for the excellent Kodi Smit-McPhee, while Steven Spielberg’s glorious, passionately respectful revival of West Side Story wins best picture in the musical or comedy section, along with its breakout player Ariana DeBose for best supporting actress and newcomer Rachel Zegler for best actress in musical/comedy.

    Continue reading...", + "category": "Golden Globes 2022", + "link": "https://www.theguardian.com/film/2022/jan/10/the-power-of-the-dog-among-worthy-winners-as-disgraced-golden-globes-plays-it-safe", + "creator": "Peter Bradshaw", + "pubDate": "2022-01-10T11:02:41Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279176,17 +283466,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "05468cbca02f567bcd8e163f06d99a1a", + "hash": "3422717fae77d518b8bdd1b2dfc2a767", "highlights": [] }, { - "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", + "title": "‘It’s our house’: mood in Kyiv calm despite threat of Russian attack", + "description": "

    Residents in Ukraine’s capital defiant, with many ready to fight – but they also have other concerns

    At weekends Yevgeny Tereshchenko goes to the woods outside Kyiv and practises his shooting. “We need to be ready, morally and physically,” Tereshchenko explained, showing off a video in which he springs athletically into action and fires a rifle several times.

    A Ukrainian army officer until two years ago, Tereshchenko is preparing for a possible Russian attack. If Moscow does launch a further military operation against Ukraine, assuming diplomatic talks fail this week, he and his friends are ready to fight, he said. “There are a lot of us. It’s our house, our country,” he pointed out.

    Continue reading...", + "content": "

    Residents in Ukraine’s capital defiant, with many ready to fight – but they also have other concerns

    At weekends Yevgeny Tereshchenko goes to the woods outside Kyiv and practises his shooting. “We need to be ready, morally and physically,” Tereshchenko explained, showing off a video in which he springs athletically into action and fires a rifle several times.

    A Ukrainian army officer until two years ago, Tereshchenko is preparing for a possible Russian attack. If Moscow does launch a further military operation against Ukraine, assuming diplomatic talks fail this week, he and his friends are ready to fight, he said. “There are a lot of us. It’s our house, our country,” he pointed out.

    Continue reading...", + "category": "Ukraine", + "link": "https://www.theguardian.com/world/2022/jan/10/its-our-house-mood-in-kyiv-calm-despite-threat-of-russian-attack", + "creator": "Luke Harding in Kyiv", + "pubDate": "2022-01-10T16:53:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279198,17 +283488,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "10887c1883c44dacd63550798bfac69d", + "hash": "137ac0f3ae195ec125e856e01e35f186", "highlights": [] }, { - "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", + "title": "Two 16-year-old boys charged with murder following man’s death in Dorset", + "description": "

    Teenagers to appear in court on Tuesday in case concerning death of Edward Reeve, 35, in Christchurch

    Two 16-year-old boys have been charged with murder following the death of a man in Christchurch, Dorset.

    Emergency services were called to a property at just before 8pm on 4 January after police received reports of concern for the welfare of a man inside.

    Continue reading...", + "content": "

    Teenagers to appear in court on Tuesday in case concerning death of Edward Reeve, 35, in Christchurch

    Two 16-year-old boys have been charged with murder following the death of a man in Christchurch, Dorset.

    Emergency services were called to a property at just before 8pm on 4 January after police received reports of concern for the welfare of a man inside.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2022/jan/10/two-16-year-old-boys-charged-with-following-mans-death-in-dorset", + "creator": "PA Media", + "pubDate": "2022-01-10T23:53:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279220,17 +283510,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b8807a1b4f3791e11e1c093104de3b9", + "hash": "b4a2ef976026aa7dbe2b1aea185fa69b", "highlights": [] }, { - "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", + "title": "‘It’s a big crisis’: Covid staff shortages more disruptive now than at height of Delta", + "description": "

    Business and unions call for free rapid antigen tests and other support from government as consumer confidence hammered

    Staff shortages during the current Omicron case surge are proving more disruptive than during the height of the Delta wave, Australia’s businesses warn as they plead for greater access to rapid antigen tests and a unified message from governments.

    An unofficial lockdown in Sydney and Melbourne has also hammered consumer confidence and spending as people stay at home rather than risk catching the virus.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "content": "

    Business and unions call for free rapid antigen tests and other support from government as consumer confidence hammered

    Staff shortages during the current Omicron case surge are proving more disruptive than during the height of the Delta wave, Australia’s businesses warn as they plead for greater access to rapid antigen tests and a unified message from governments.

    An unofficial lockdown in Sydney and Melbourne has also hammered consumer confidence and spending as people stay at home rather than risk catching the virus.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "category": "Business", + "link": "https://www.theguardian.com/australia-news/2022/jan/11/its-a-big-crisis-covid-staff-shortages-more-disruptive-now-than-at-height-of-delta", + "creator": "Ben Butler and Peter Hannam", + "pubDate": "2022-01-11T05:53:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279242,17 +283532,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f24f3ee2701ff2dfdb3800012df61485", + "hash": "8cc96f895d85215920f6e0e417b261d5", "highlights": [] }, { - "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", + "title": "‘They want to remove us and take the rock’, say Zimbabweans living near Chinese-owned mines", + "description": "

    As companies extract wealth, villagers say they see little benefit and are instead exploited in quarries, live in homes damaged by blasts and are unable to farm polluted land

    A convoy of trucks laden with huge black granite rocks trundles along the dusty pathway as a group of villagers look on grimly.

    Every day more than 60 trucks take granite for export along this rugged road through Nyamakope village in the district of Mutoko, 90 miles east of Zimbabwe’s capital, Harare.

    Continue reading...", + "content": "

    As companies extract wealth, villagers say they see little benefit and are instead exploited in quarries, live in homes damaged by blasts and are unable to farm polluted land

    A convoy of trucks laden with huge black granite rocks trundles along the dusty pathway as a group of villagers look on grimly.

    Every day more than 60 trucks take granite for export along this rugged road through Nyamakope village in the district of Mutoko, 90 miles east of Zimbabwe’s capital, Harare.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2022/jan/07/zimbabwe-china-mines-pollution-evictions", + "creator": "Nyasha Chingono in Mutoko", + "pubDate": "2022-01-07T09:30:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279264,17 +283554,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b5c4512b42e7935e7963d44a38322fe8", + "hash": "7646898d86a0cb30a88dbb0e69244958", "highlights": [] }, { - "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", + "title": "‘Grateful’: Novak Djokovic thanks judge and takes to tennis court after release", + "description": "
    • ‘Thank you all for standing with me’, tweets men’s tennis No 1
    • Mother says player was ‘subjected to torture and harassment’

    Novak Djokovic thanked his supporters for standing by him as he hailed his successful appeal against the cancellation of his visa by the Australian authorities.

    “I’m pleased and grateful that the judge overturned my visa cancellation. Despite all that has happened, I want to stay and try to compete @AustralianOpen,” Djokovic tweeted as his family gave a press conference.

    Continue reading...", + "content": "
    • ‘Thank you all for standing with me’, tweets men’s tennis No 1
    • Mother says player was ‘subjected to torture and harassment’

    Novak Djokovic thanked his supporters for standing by him as he hailed his successful appeal against the cancellation of his visa by the Australian authorities.

    “I’m pleased and grateful that the judge overturned my visa cancellation. Despite all that has happened, I want to stay and try to compete @AustralianOpen,” Djokovic tweeted as his family gave a press conference.

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/sport/2022/jan/10/grateful-novak-djokovic-thanks-judge-and-takes-to-practice-court-after-release-tennis", + "creator": "Guardian sport", + "pubDate": "2022-01-10T13:34:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279286,17 +283576,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9aac4ac85d228199b09f04985a12e01a", + "hash": "f50b58e7f68343748f7313539d9a59df", "highlights": [] }, { - "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", + "title": "A data ‘black hole’: Europol ordered to delete vast store of personal data", + "description": "

    EU police body accused of unlawfully holding information and aspiring to become an NSA-style mass surveillance agency

    The EU’s police agency, Europol, will be forced to delete much of a vast store of personal data that it has been found to have amassed unlawfully by the bloc’s data protection watchdog. The unprecedented finding from the European Data Protection Supervisor (EDPS) targets what privacy experts are calling a “big data ark” containing billions of points of information. Sensitive data in the ark has been drawn from crime reports, hacked from encrypted phone services and sampled from asylum seekers never involved in any crime.

    According to internal documents seen by the Guardian, Europol’s cache contains at least 4 petabytes – equivalent to 3m CD-Roms or a fifth of the entire contents of the US Library of Congress. Data protection advocates say the volume of information held on Europol’s systems amounts to mass surveillance and is a step on its road to becoming a European counterpart to the US National Security Agency (NSA), the organisation whose clandestine online spying was revealed by whistleblower Edward Snowden.

    Continue reading...", + "content": "

    EU police body accused of unlawfully holding information and aspiring to become an NSA-style mass surveillance agency

    The EU’s police agency, Europol, will be forced to delete much of a vast store of personal data that it has been found to have amassed unlawfully by the bloc’s data protection watchdog. The unprecedented finding from the European Data Protection Supervisor (EDPS) targets what privacy experts are calling a “big data ark” containing billions of points of information. Sensitive data in the ark has been drawn from crime reports, hacked from encrypted phone services and sampled from asylum seekers never involved in any crime.

    According to internal documents seen by the Guardian, Europol’s cache contains at least 4 petabytes – equivalent to 3m CD-Roms or a fifth of the entire contents of the US Library of Congress. Data protection advocates say the volume of information held on Europol’s systems amounts to mass surveillance and is a step on its road to becoming a European counterpart to the US National Security Agency (NSA), the organisation whose clandestine online spying was revealed by whistleblower Edward Snowden.

    Continue reading...", + "category": "Surveillance", + "link": "https://www.theguardian.com/world/2022/jan/10/a-data-black-hole-europol-ordered-to-delete-vast-store-of-personal-data", + "creator": "Apostolis Fotiadis, Ludek Stavinoha, Giacomo Zandonini, Daniel Howden", + "pubDate": "2022-01-10T12:15:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279308,17 +283598,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9fce7311b3260e900f98c83415836fcd", + "hash": "ab3fc899bfa9f97dc5de38521f1dd128", "highlights": [] }, { - "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", + "title": "Climate crisis: last seven years the hottest on record, 2021 data shows", + "description": "

    Global heating continued unabated with extreme weather rife and greenhouse gases hitting new highs

    The last seven years were the world’s hottest on record, with the first analysis of global temperature in 2021 showing it was 1.2C above pre-industrial levels.

    The assessment of the year, by the European climate agency Copernicus, also found carbon dioxide in the atmosphere reached record levels and that the potent greenhouse gas methane surged “very substantially”, also to a new record.

    Continue reading...", + "content": "

    Global heating continued unabated with extreme weather rife and greenhouse gases hitting new highs

    The last seven years were the world’s hottest on record, with the first analysis of global temperature in 2021 showing it was 1.2C above pre-industrial levels.

    The assessment of the year, by the European climate agency Copernicus, also found carbon dioxide in the atmosphere reached record levels and that the potent greenhouse gas methane surged “very substantially”, also to a new record.

    Continue reading...", + "category": "Climate crisis", + "link": "https://www.theguardian.com/environment/2022/jan/10/climate-crisis-last-seven-years-the-hottest-on-record-2021-data-shows", + "creator": "Damian Carrington Environment editor", + "pubDate": "2022-01-10T12:00:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279330,17 +283620,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f2ace27ab7ce014728bf45d008731a0", + "hash": "5f3daca55aa34f777c6389c8d738d700", "highlights": [] }, { - "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", + "title": "France to push for EU-wide UK migration treaty over Channel crossings", + "description": "

    French government wants whole bloc to act despite warnings other member states have no appetite

    France will press the EU to negotiate an asylum and migration treaty with the UK in an attempt to deter people from making the dangerous Channel crossing.

    The French government, which last week took up the six-month rotating presidency of the EU council of ministers, wants the whole bloc to act, despite warnings that other member states have no appetite for a migration treaty with Britain.

    Continue reading...", + "content": "

    French government wants whole bloc to act despite warnings other member states have no appetite

    France will press the EU to negotiate an asylum and migration treaty with the UK in an attempt to deter people from making the dangerous Channel crossing.

    The French government, which last week took up the six-month rotating presidency of the EU council of ministers, wants the whole bloc to act, despite warnings that other member states have no appetite for a migration treaty with Britain.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2022/jan/10/france-to-push-for-eu-wide-uk-migration-treaty-over-channel-crossings", + "creator": "Jennifer Rankin in Brussels", + "pubDate": "2022-01-10T12:59:40Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279352,17 +283642,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d25e9cd6e5583610a6d8245ea8347e3", + "hash": "e3552c782e7a4481013e17dd1891dbb9", "highlights": [] }, { - "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": "Robert Durst, convicted murderer and disgraced real estate heir, dies at 78", + "description": "

    Durst died in a California hospital while serving a life sentence for the murder of Susan Berman, after appearing frail at his trial

    Robert Durst, the convicted murderer and disgraced multimillionaire real estate heir, has died. He was 78.

    Durst died in a California hospital while serving a life sentence for the murder of Susan Berman, his friend and confidante who prosecutors say helped him cover up the killing of his first wife.

    Continue reading...", + "content": "

    Durst died in a California hospital while serving a life sentence for the murder of Susan Berman, after appearing frail at his trial

    Robert Durst, the convicted murderer and disgraced multimillionaire real estate heir, has died. He was 78.

    Durst died in a California hospital while serving a life sentence for the murder of Susan Berman, his friend and confidante who prosecutors say helped him cover up the killing of his first wife.

    Continue reading...", + "category": "Robert Durst", + "link": "https://www.theguardian.com/us-news/2022/jan/10/robert-durst-convicted-murderer-disgraced-heir-dies-78", + "creator": "Dani Anguiano in Los Angeles", + "pubDate": "2022-01-10T18:48:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279374,17 +283664,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c9cb56e7db4086704a28d52b0e25f07", + "hash": "6c6361c00a7ee9de00612e7b56ea00a6", "highlights": [] }, { - "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": "Venezuelan opposition defeats Maduro candidate in Chávez’s home state", + "description": "

    Regime suffers symbolic blow as little-known Sergio Garrido secures victory in Barinas governorship election

    Venezuela’s opposition has claimed a rare and highly symbolic victory over Nicolás Maduro’s regime after defeating the government candidate for the governorship of Hugo Chávez’s home state of Barinas.

    Maduro had hoped his former foreign minister Jorge Arreaza would win control of the region, which is considered the cradle of Chávez’s “Bolivarian revolution”, in Sunday’s election.

    Continue reading...", + "content": "

    Regime suffers symbolic blow as little-known Sergio Garrido secures victory in Barinas governorship election

    Venezuela’s opposition has claimed a rare and highly symbolic victory over Nicolás Maduro’s regime after defeating the government candidate for the governorship of Hugo Chávez’s home state of Barinas.

    Maduro had hoped his former foreign minister Jorge Arreaza would win control of the region, which is considered the cradle of Chávez’s “Bolivarian revolution”, in Sunday’s election.

    Continue reading...", + "category": "Venezuela", + "link": "https://www.theguardian.com/world/2022/jan/10/venezuelan-opposition-defeats-maduro-candidate-hugo-chavez-home-state-barinas", + "creator": "Tom Phillips Latin America correspondent", + "pubDate": "2022-01-10T14:00:42Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279396,17 +283686,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "523a6f5501f4ceb72df23af54ebe2042", + "hash": "1786451a13ff6cbf04b88b3bba92a0ba", "highlights": [] }, { - "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", + "title": "New York man charged with threatening to kill Donald Trump", + "description": "

    Thomas Welnicki expressed interest in killing then president in interview with Capitol police in July 2020, complaint says

    A New York man has been criminally charged for threatening to kill Donald Trump.

    According to a complaint unsealed on Monday, Thomas Welnicki of Rockaway Beach expressed interest in killing the then president in an interview with US Capitol police in July 2020 and in several calls to the Secret Service the following year.

    Continue reading...", + "content": "

    Thomas Welnicki expressed interest in killing then president in interview with Capitol police in July 2020, complaint says

    A New York man has been criminally charged for threatening to kill Donald Trump.

    According to a complaint unsealed on Monday, Thomas Welnicki of Rockaway Beach expressed interest in killing the then president in an interview with US Capitol police in July 2020 and in several calls to the Secret Service the following year.

    Continue reading...", + "category": "Donald Trump", + "link": "https://www.theguardian.com/us-news/2022/jan/10/donald-trump-death-threat-man-charged-new-york", + "creator": "Guardian staff and agencies", + "pubDate": "2022-01-10T17:38:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279418,39 +283708,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d05cb2b9ae452d6622decf74cad744d", + "hash": "f433451b8993b1b345cc965361443788", "highlights": [] }, { - "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", + "title": "Covid live: Record numbers admitted to US hospitals with coronavirus; Sweden to introduce stricter curbs", + "description": "

    Over 132,000 patients currently on US wards with Covid; Swedish measures include work from home mandate

    Two of New Zealand’s most prominent Covid-19 experts have warned that the country is unprepared to prevent the health system from being overloaded by an Omicron outbreak, with likely fatal consequences.

    Otago University’s Dr Nick Wilson and Dr Michael Baker also said it was only a “matter of weeks” before the highly transmissible variant seeped into the community due to border failures.

    Continue reading...", + "content": "

    Over 132,000 patients currently on US wards with Covid; Swedish measures include work from home mandate

    Two of New Zealand’s most prominent Covid-19 experts have warned that the country is unprepared to prevent the health system from being overloaded by an Omicron outbreak, with likely fatal consequences.

    Otago University’s Dr Nick Wilson and Dr Michael Baker also said it was only a “matter of weeks” before the highly transmissible variant seeped into the community due to border failures.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/10/covid-live-news-40-of-israel-could-be-infected-in-current-wave-germany-to-study-rapid-antigen-test-reliability-for-omicron", + "creator": "Damien Gayle (now); Tom Ambrose and Samantha Lock (earlier)", + "pubDate": "2022-01-10T18:21:31Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fa2b42854fcc37f8ade214e69d49ca8c", + "hash": "a4d95b9a9b637f692567d299201e1599", "highlights": [] }, { - "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": "China battles Omicron outbreak weeks before Winter Olympics", + "description": "

    Cases of Covid variant come in run-up to lunar new year, when millions of people usually travel to see family

    China is battling to stamp out its first outbreak of the Omicron variant, only weeks before the Chinese new year and the Beijing Winter Olympics, with cases recorded in at least two distant provinces.

    On Monday, health authorities reported 97 new locally transmitted cases for the preceding 24 hours, across several cities. At least 30 cases were in Henan province, while at least 31 new cases were reported in the Tianjin, including 15 children aged five to 15.

    Continue reading...", + "content": "

    Cases of Covid variant come in run-up to lunar new year, when millions of people usually travel to see family

    China is battling to stamp out its first outbreak of the Omicron variant, only weeks before the Chinese new year and the Beijing Winter Olympics, with cases recorded in at least two distant provinces.

    On Monday, health authorities reported 97 new locally transmitted cases for the preceding 24 hours, across several cities. At least 30 cases were in Henan province, while at least 31 new cases were reported in the Tianjin, including 15 children aged five to 15.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2022/jan/10/china-battles-omicron-outbreak-weeks-before-winter-olympics", + "creator": "Helen Davidson and Vincent Ni", + "pubDate": "2022-01-10T10:18:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279462,17 +283752,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4be8d04c791cadd963aa80ae757a2ca", + "hash": "b0be6f70abc376156553d51221dd1185", "highlights": [] }, { - "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": "How to move: with osteoporosis", + "description": "

    The benefits of exercise for those with osteoporosis are great, and many exercises may be safe – so long as you avoid the risk of falling

    Ageing brings with it inevitable physical declines, including loss in bone density which can lead to osteoporosis. This condition affects 3.8% of Australians, although many people don’t know they have it until they have a bone fracture. Importantly, it can be prevented and managed through lifestyle factors including exercise.

    “Physical activity is one of the most effective tools to counter age-related health conditions,” including osteoporosis and osteoarthritis (which impacts the joints), says accredited exercise physiologist Richelle Street.

    Continue reading...", + "content": "

    The benefits of exercise for those with osteoporosis are great, and many exercises may be safe – so long as you avoid the risk of falling

    Ageing brings with it inevitable physical declines, including loss in bone density which can lead to osteoporosis. This condition affects 3.8% of Australians, although many people don’t know they have it until they have a bone fracture. Importantly, it can be prevented and managed through lifestyle factors including exercise.

    “Physical activity is one of the most effective tools to counter age-related health conditions,” including osteoporosis and osteoarthritis (which impacts the joints), says accredited exercise physiologist Richelle Street.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/11/how-to-move-with-osteoporosis", + "creator": "Natalie Parletta", + "pubDate": "2022-01-10T16:30:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279484,17 +283774,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c8e2cd4ebc756126b20a6cd4de5e9d5", + "hash": "000ca5f45553e6badbd596341a23f5ae", "highlights": [] }, { - "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", + "title": "Fanpage: the Italian website that went from gossip to award-winning scoops", + "description": "

    What started as a Facebook page is now an investigative news operation with millions of readers a day

    It was 7.55am one February day in 2018 when members of an elite Italian police squad raided the Naples office of small news website. The previous day it had revealed links between elected politicians and organised groups in an illegal waste dumping racket, and its staff already at their desks looked on incredulously as the officers searched through their files.

    The story sent shock waves through the political establishment and helped make fanpage.it what it is today: one of Italy’s most successful news sites.

    Continue reading...", + "content": "

    What started as a Facebook page is now an investigative news operation with millions of readers a day

    It was 7.55am one February day in 2018 when members of an elite Italian police squad raided the Naples office of small news website. The previous day it had revealed links between elected politicians and organised groups in an illegal waste dumping racket, and its staff already at their desks looked on incredulously as the officers searched through their files.

    The story sent shock waves through the political establishment and helped make fanpage.it what it is today: one of Italy’s most successful news sites.

    Continue reading...", + "category": "Italy", + "link": "https://www.theguardian.com/world/2022/jan/10/fanpage-the-italian-website-that-went-from-gossip-to-award-winning-scoops", + "creator": "Lorenzo Tondo in Palermo", + "pubDate": "2022-01-10T05:00:41Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279506,17 +283796,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf6baa8d43b6778995181d2242dbb578", + "hash": "f033533782c726a96304c21f4be63f13", "highlights": [] }, { - "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", + "title": "Cambridge University scraps prisoners programme after 2019 terror attack", + "description": "

    Jack Merritt and Saskia Jones were killed by convicted terrorist at event at Fishmonger’s Hall

    Cambridge University has scrapped a programme which taught prisoners alongside students after the deadly 2019 Fishmonger’s Hall terrorist attack was carried out at one of its events.

    Jack Merritt, 25, who was employed by the Learning Together programme at the time, and Saskia Jones, 23, who was one of its volunteers, were killed by the convicted terrorist Usman Khan at an event to mark the fifth anniversary of the scheme.

    Continue reading...", + "content": "

    Jack Merritt and Saskia Jones were killed by convicted terrorist at event at Fishmonger’s Hall

    Cambridge University has scrapped a programme which taught prisoners alongside students after the deadly 2019 Fishmonger’s Hall terrorist attack was carried out at one of its events.

    Jack Merritt, 25, who was employed by the Learning Together programme at the time, and Saskia Jones, 23, who was one of its volunteers, were killed by the convicted terrorist Usman Khan at an event to mark the fifth anniversary of the scheme.

    Continue reading...", + "category": "London Bridge terror attack 2019", + "link": "https://www.theguardian.com/uk-news/2022/jan/10/cambridge-university-scraps-prisoners-programme-2019-fishmonger-hall-terror-attack", + "creator": "Matthew Weaver", + "pubDate": "2022-01-10T19:03:58Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279528,17 +283818,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "585d224cfde046a10a0c40fc0d8d2295", + "hash": "360ba14120db37cdfd217175719f09de", "highlights": [] }, { - "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", + "title": "Democrats look to renew push for voting rights protections bill – live", + "description": "

    Joe Biden spoke today to Ethiopian Prime Minister Abiy Ahmed, as the country continues to suffer through a bloody civil war that has attracted international condemnation for alleged war crimes.

    “President Biden commended Prime Minister Abiy on the recent release of several political prisoners, and the two leaders discussed ways to accelerate dialogue toward a negotiated ceasefire, the urgency of improving humanitarian access across Ethiopia, and the need to address the human rights concerns of all affected Ethiopians, including concerns about detentions of Ethiopians under the state of emergency,” the White House said in a readout of the call.

    Continue reading...", + "content": "

    Joe Biden spoke today to Ethiopian Prime Minister Abiy Ahmed, as the country continues to suffer through a bloody civil war that has attracted international condemnation for alleged war crimes.

    “President Biden commended Prime Minister Abiy on the recent release of several political prisoners, and the two leaders discussed ways to accelerate dialogue toward a negotiated ceasefire, the urgency of improving humanitarian access across Ethiopia, and the need to address the human rights concerns of all affected Ethiopians, including concerns about detentions of Ethiopians under the state of emergency,” the White House said in a readout of the call.

    Continue reading...", + "category": "US politics", + "link": "https://www.theguardian.com/us-news/live/2022/jan/10/us-voting-rights-protections-bill-biden-harris-georgia-us-politics-live", + "creator": "Joan E Greve in Washington", + "pubDate": "2022-01-10T20:35:57Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279550,17 +283840,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f36a43e721b484d762d568bf1b6e634", + "hash": "cbafa5dbb4c346395d61eb9d2e9a818a", "highlights": [] }, { - "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", + "title": "Australia news live: Djokovic trains on centre court as supporters take to Melbourne streets; Morrison government yet to decide on visa cancellation", + "description": "

    Tennis star attends midnight training session at Rod Laver Arena as police called amid wild scenes in Melbourne; immigration minister threatens to revoke entry visa for a second time. Follow all the day’s news live

    There is mixed messaging emerging this morning on whether immigration minister Alex Hawke should intervene and cancel Novak Djokovic’s visa for a second time.

    Federal government MP and former professional tennis player John Alexander says his visa should not be cancelled again in the wake of the court’s decision:

    I see it as something that should not become a political problem. It is not political at this point...the rules regarding visa applications and approvals are quite clear, they’re complex, but they are clear, and the judge has looked at this obviously very, very carefully and he has made a very strong decision.

    So, as one of the most privileged human beings on the planet who has ignored the science and refused to be vaccinated I think an incredibly strong message could have been sent by upholding Djokovic’s visa cancellation. The message being that the rules apply to everyone equally.

    The judge was very critical of the way Novak Djokovic was treated while he was at the airport, the way he was interviewed, the way he was not given an opportunity to talk with his lawyers before they made a decision and that they had taken his phone away and he was not able to contact anyone.

    The process that was conducted in the airport was at fault. There were mistakes made in that process and there were mistakes made in the decision, so the judge was quite critical of how he was treated and that became quite obvious, if you like. The judge applied the blowtorch to the minister and the minister took the hint and conceded the case before a judgement was made.

    Continue reading...", + "content": "

    Tennis star attends midnight training session at Rod Laver Arena as police called amid wild scenes in Melbourne; immigration minister threatens to revoke entry visa for a second time. Follow all the day’s news live

    There is mixed messaging emerging this morning on whether immigration minister Alex Hawke should intervene and cancel Novak Djokovic’s visa for a second time.

    Federal government MP and former professional tennis player John Alexander says his visa should not be cancelled again in the wake of the court’s decision:

    I see it as something that should not become a political problem. It is not political at this point...the rules regarding visa applications and approvals are quite clear, they’re complex, but they are clear, and the judge has looked at this obviously very, very carefully and he has made a very strong decision.

    So, as one of the most privileged human beings on the planet who has ignored the science and refused to be vaccinated I think an incredibly strong message could have been sent by upholding Djokovic’s visa cancellation. The message being that the rules apply to everyone equally.

    The judge was very critical of the way Novak Djokovic was treated while he was at the airport, the way he was interviewed, the way he was not given an opportunity to talk with his lawyers before they made a decision and that they had taken his phone away and he was not able to contact anyone.

    The process that was conducted in the airport was at fault. There were mistakes made in that process and there were mistakes made in the decision, so the judge was quite critical of how he was treated and that became quite obvious, if you like. The judge applied the blowtorch to the minister and the minister took the hint and conceded the case before a judgement was made.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/11/australia-news-live-djokovic-protestors-melbourne-federal-government-visa-cancellation-covid-corona-sydney-morrison-hawke-omicron-tennis-laver-hospital-nsw-vic-qld", + "creator": "Caitlin Cassidy", + "pubDate": "2022-01-10T20:53:52Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279572,17 +283862,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a72670067220bc5dbbab384a5b6d881d", + "hash": "b8eefabdd878a60efa61a1aa099c2bf2", "highlights": [] }, { - "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", + "title": "Taliban stop Afghan women from using bathhouses in northern provinces", + "description": "

    Decision to close public hammams – most people’s only chance for a warm wash – sparks anger in light of country’s mounting crises

    The Taliban sparked outrage this week by announcing that women in northern Afghanistan would no longer be allowed to use communal bathhouses.

    The use of bathhouses, or hammams, is an ancient tradition that remains for many people the only chance for a warm wash during the country’s bitterly cold winters.

    Continue reading...", + "content": "

    Decision to close public hammams – most people’s only chance for a warm wash – sparks anger in light of country’s mounting crises

    The Taliban sparked outrage this week by announcing that women in northern Afghanistan would no longer be allowed to use communal bathhouses.

    The use of bathhouses, or hammams, is an ancient tradition that remains for many people the only chance for a warm wash during the country’s bitterly cold winters.

    Continue reading...", + "category": "Women's rights and gender equality", + "link": "https://www.theguardian.com/global-development/2022/jan/07/taliban-stop-afghan-women-using-bathhouses-in-northern-provinces", + "creator": "Stefanie Glinski", + "pubDate": "2022-01-07T06:00:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279594,17 +283884,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f205435aa379c449e89204c6a2660c7", + "hash": "1a666efe1266fa8e75ce93bdb6a9aba1", "highlights": [] }, { - "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", + "title": "As a scientist commenting on Covid I’ve attracted a lot of haters – I won’t let them silence me | Siouxsie Wiles", + "description": "

    The people who harass me are executives and electricians; ordinary people. They can’t imagine I’m simply motivated by wanting to save lives

    On Christmas Eve I received an email to let me know I’d been added to the “accused” list on a website called Nuremberg NZ. “Kind regards”, ended the sender. Those behind Nuremberg NZ want people like me to have “thier (sic) day of reckoning” in a similar way to how Nazi war criminals were tried after the second world war. According to the website, my crimes are “misleading the public” and “supporting a government to perform medical experiment (sic) on it’s (sic) citizens”. Nuremberg NZ gives people the opportunity to leave a comment about each accused and to vote on whether they should be listed. User bennyman88 comments with one word, “Murderer”, and votes “agree”.

    Great Barrier Island is about 90 kilometres off the coast of New Zealand’s largest city, Auckland. Completely off-grid, the island is home to about 1,000 people and boasts calm bays and surf beaches as well as a dark sky sanctuary, natural hot springs, and native forests. In 2015, island local Gendie Somerville-Ryan started the ‘No Barriers: Small Island Big Ideas’ event series based on the BBC programme Big Ideas. The first event’s theme was pandemics and brought together a virologist, a young adult fiction writer, a sociologist, and a representative from Civil Defence to discuss how the island’s residents should behave if a pandemic was sweeping the world, killing all in its wake.

    Continue reading...", + "content": "

    The people who harass me are executives and electricians; ordinary people. They can’t imagine I’m simply motivated by wanting to save lives

    On Christmas Eve I received an email to let me know I’d been added to the “accused” list on a website called Nuremberg NZ. “Kind regards”, ended the sender. Those behind Nuremberg NZ want people like me to have “thier (sic) day of reckoning” in a similar way to how Nazi war criminals were tried after the second world war. According to the website, my crimes are “misleading the public” and “supporting a government to perform medical experiment (sic) on it’s (sic) citizens”. Nuremberg NZ gives people the opportunity to leave a comment about each accused and to vote on whether they should be listed. User bennyman88 comments with one word, “Murderer”, and votes “agree”.

    Great Barrier Island is about 90 kilometres off the coast of New Zealand’s largest city, Auckland. Completely off-grid, the island is home to about 1,000 people and boasts calm bays and surf beaches as well as a dark sky sanctuary, natural hot springs, and native forests. In 2015, island local Gendie Somerville-Ryan started the ‘No Barriers: Small Island Big Ideas’ event series based on the BBC programme Big Ideas. The first event’s theme was pandemics and brought together a virologist, a young adult fiction writer, a sociologist, and a representative from Civil Defence to discuss how the island’s residents should behave if a pandemic was sweeping the world, killing all in its wake.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/commentisfree/2022/jan/08/as-a-scientist-commenting-on-covid-ive-attracted-a-lot-of-haters-i-wont-let-them-silence-me", + "creator": "Siouxsie Wiles", + "pubDate": "2022-01-07T19:00:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279616,17 +283906,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc81c282947bf2b2581033c879054d90", + "hash": "e2482d80b5cbf0f0b42407f74c323d12", "highlights": [] }, { - "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", + "title": "Putin taking a risk in Kazakhstan and may hope for reward", + "description": "

    Analysis: CSTO may be an alliance but decision to intervene was almost certainly taken in Moscow

    The old joke about the Soviet-led Warsaw Pact was that it was the only military alliance to attack itself, after its tanks rolled into Prague in 1968 to crush a reform movement there.

    With the deployment of troops from the Russian-led Collective Security Treaty Organisation (CSTO) to Kazakhstan on Thursday, some heard “eerie echoes” of the so-called Prague spring of 1968, and the Soviet crushing of the Hungarian revolution in 1956.

    Continue reading...", + "content": "

    Analysis: CSTO may be an alliance but decision to intervene was almost certainly taken in Moscow

    The old joke about the Soviet-led Warsaw Pact was that it was the only military alliance to attack itself, after its tanks rolled into Prague in 1968 to crush a reform movement there.

    With the deployment of troops from the Russian-led Collective Security Treaty Organisation (CSTO) to Kazakhstan on Thursday, some heard “eerie echoes” of the so-called Prague spring of 1968, and the Soviet crushing of the Hungarian revolution in 1956.

    Continue reading...", + "category": "Kazakhstan", + "link": "https://www.theguardian.com/world/2022/jan/07/putin-taking-a-risk-in-kazakhstan-and-may-hope-for-reward", + "creator": "Shaun Walker", + "pubDate": "2022-01-07T05:00:30Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279638,17 +283928,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c5460c6e98092280b569ff481c0013b8", + "hash": "c3420eec3a8beffced7ac31653f8986a", "highlights": [] }, { - "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", + "title": "Fire sweeps through Rohingya refugee camp in Bangladesh – video", + "description": "

    A fire swept through a Rohingya refugee camp in south-eastern Bangladesh on Sunday, destroying hundreds of homes, according to officials and witnesses, though there were no immediate reports of casualties.

    The blaze hit Camp 16 in Cox’s Bazar, a border district home to more than a million Rohingya refugees, most of whom fled a military-led crackdown in Myanmar in 2017.

    Mohammed Shamsud Douza, a Bangladeshi government official in charge of refugees, said emergency workers had brought the fire under control. The cause of the blaze has not been established, he added

    Continue reading...", + "content": "

    A fire swept through a Rohingya refugee camp in south-eastern Bangladesh on Sunday, destroying hundreds of homes, according to officials and witnesses, though there were no immediate reports of casualties.

    The blaze hit Camp 16 in Cox’s Bazar, a border district home to more than a million Rohingya refugees, most of whom fled a military-led crackdown in Myanmar in 2017.

    Mohammed Shamsud Douza, a Bangladeshi government official in charge of refugees, said emergency workers had brought the fire under control. The cause of the blaze has not been established, he added

    Continue reading...", + "category": "World news", + "link": "https://www.theguardian.com/world/video/2022/jan/09/fire-sweeps-through-rohingya-refugee-camp-in-bangladesh-video", + "creator": "", + "pubDate": "2022-01-09T20:02:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279660,17 +283950,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ee6eb9f6f9e4a2ca9ec2cc743bde7e8", + "hash": "60930c995735aee06cdb1cc07c128439", "highlights": [] }, { - "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", + "title": "Ministers considering cutting England Covid isolation to five days, says PM", + "description": "

    Government ‘looking at science’ of reducing period from seven days amid workforce shortages

    Boris Johnson has said the government is “looking at the science” of moving to an isolation period of five days in England instead of seven for a positive Covid case, after calls to ease staffing shortages across the economy.

    The prime minister confirmed the government was examining the proposal, after several cabinet colleagues made clear they would like to see a shift to five-day isolation if possible.

    Continue reading...", + "content": "

    Government ‘looking at science’ of reducing period from seven days amid workforce shortages

    Boris Johnson has said the government is “looking at the science” of moving to an isolation period of five days in England instead of seven for a positive Covid case, after calls to ease staffing shortages across the economy.

    The prime minister confirmed the government was examining the proposal, after several cabinet colleagues made clear they would like to see a shift to five-day isolation if possible.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/10/ministers-considering-cutting-covid-isolation-to-five-days-says-boris-johnson", + "creator": "Rowena Mason, Heather Stewart and Ian Sample", + "pubDate": "2022-01-10T13:49:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279682,17 +283972,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf0ac88e0795124362657d54da1bdc94", + "hash": "4aba7c581b377229d38a3960d9481a4c", "highlights": [] }, { - "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", + "title": "Morning mail: Djokovic speaks out, US-Russia talks over Ukraine, decluttering made easy", + "description": "

    Tuesday: Novak Djokovic ‘pleased and grateful’ to have visa rejection overturned. Plus: reorganising one shelf at a time

    Good morning. Novak Djokovic’s visa cancellation saga continues despite his return to centre court ahead of the Australian Open next week. But he’s not the only tennis star in doubt for the grand slam – Nick Kyrgios has tested positive for Covid. Tensions between Russia and Ukraine persist, but security talks between the Kremlin and the US are under way this week.

    Novak Djokovic has thanked Judge Anthony Kelly for overturning his visa cancellation, but still faces potential deportations from Australia’s immigration minister, Alex Hawke. Hawke confirmed that he is considering the use of discretionary powers to deport Djokovic, which comes with a hefty three-year ban from re-entering Australia. His decision is expected this week. Meanwhile Djokovic’s family have criticised the Australian government and his mother said he was “subjected to torture and harassment” while in detention. But the family abruptly ended a press conference when questioned about why Djokovic, who is not vaccinated, was photographed in public last month without a mask after testing positive for Covid.

    Continue reading...", + "content": "

    Tuesday: Novak Djokovic ‘pleased and grateful’ to have visa rejection overturned. Plus: reorganising one shelf at a time

    Good morning. Novak Djokovic’s visa cancellation saga continues despite his return to centre court ahead of the Australian Open next week. But he’s not the only tennis star in doubt for the grand slam – Nick Kyrgios has tested positive for Covid. Tensions between Russia and Ukraine persist, but security talks between the Kremlin and the US are under way this week.

    Novak Djokovic has thanked Judge Anthony Kelly for overturning his visa cancellation, but still faces potential deportations from Australia’s immigration minister, Alex Hawke. Hawke confirmed that he is considering the use of discretionary powers to deport Djokovic, which comes with a hefty three-year ban from re-entering Australia. His decision is expected this week. Meanwhile Djokovic’s family have criticised the Australian government and his mother said he was “subjected to torture and harassment” while in detention. But the family abruptly ended a press conference when questioned about why Djokovic, who is not vaccinated, was photographed in public last month without a mask after testing positive for Covid.

    Continue reading...", + "category": "", + "link": "https://www.theguardian.com/australia-news/2022/jan/11/morning-mail-djokovic-speaks-out-us-russia-talks-over-ukraine-decluttering-made-easy", + "creator": "Tamara Howie", + "pubDate": "2022-01-10T19:59:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279704,17 +283994,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e6303448058d20d3582dd4767552c920", + "hash": "3b93845209c5f4a5ac08f62022146fd9", "highlights": [] }, { - "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", + "title": "Congressman Jim Jordan refuses to cooperate with 6 January committee", + "description": "

    The Ohio Republican, claiming an ‘outrageous abuse’ of authority, is the second member of Congress to resist the investigation

    The Ohio Republican Jim Jordan is the second sitting congressman to refuse a request for cooperation from the House select committee investigating the Capitol attack.

    In a Sunday night letter to the committee chair, Bennie Thompson of Mississippi, the Trump ally accused the panel of “an outrageous abuse” of its authority.

    Continue reading...", + "content": "

    The Ohio Republican, claiming an ‘outrageous abuse’ of authority, is the second member of Congress to resist the investigation

    The Ohio Republican Jim Jordan is the second sitting congressman to refuse a request for cooperation from the House select committee investigating the Capitol attack.

    In a Sunday night letter to the committee chair, Bennie Thompson of Mississippi, the Trump ally accused the panel of “an outrageous abuse” of its authority.

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/2022/jan/10/us-capitol-attack-jim-jordan-refuses-cooperate", + "creator": "Martin Pengelly in New York", + "pubDate": "2022-01-10T12:43:45Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279726,17 +284016,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "edbc9b7a93f80a25fcb0a203ca969440", + "hash": "d9761f97a1525fd53ebfdfae25bbef88", "highlights": [] }, { - "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", + "title": "Afghans risk dying in freezing temperatures in Calais, charities warn", + "description": "

    People who fled Taliban are starting to arrive in northern France in hope of reaching UK

    Afghans who fled the Taliban risk dying in freezing temperatures in Calais, NGOs have warned.

    People who left Afghanistan after the US withdrawal this summer have started to arrive in northern France in the hope of reaching the UK by crossing the Channel in dinghies. But charities have raised the alarm that conditions are deteriorating sharply, putting thousands of lives at risk.

    Continue reading...", + "content": "

    People who fled Taliban are starting to arrive in northern France in hope of reaching UK

    Afghans who fled the Taliban risk dying in freezing temperatures in Calais, NGOs have warned.

    People who left Afghanistan after the US withdrawal this summer have started to arrive in northern France in the hope of reaching the UK by crossing the Channel in dinghies. But charities have raised the alarm that conditions are deteriorating sharply, putting thousands of lives at risk.

    Continue reading...", + "category": "Calais", + "link": "https://www.theguardian.com/world/2022/jan/10/afghans-risk-dying-in-freezing-temperatures-in-calais-charities-warn", + "creator": "Diane Taylor", + "pubDate": "2022-01-10T13:30:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279748,17 +284038,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b83282acb45c5d5ac5267d709e4314ea", + "hash": "775e8e0bb4da7de191a8aab881a71c4e", "highlights": [] }, { - "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", + "title": "Leaseholders will not have to pay to fix any fire risks, government pledges", + "description": "

    Michael Gove says new statutory protection will cover all works required to make buildings safe – not just cladding

    New legislation will protect leaseholders from the costs of all post-Grenfell building safety defects, not just combustible cladding, the government has said.

    The secretary of state for levelling up, housing and communities, Michael Gove, told parliament the government would give leaseholders statutory protection that extends to all works required to make buildings safe. The move followed anger at reports that officials were only planning to force developers and materials manufacturers to pay to replace combustible cladding on buildings taller than 11 metres.

    Continue reading...", + "content": "

    Michael Gove says new statutory protection will cover all works required to make buildings safe – not just cladding

    New legislation will protect leaseholders from the costs of all post-Grenfell building safety defects, not just combustible cladding, the government has said.

    The secretary of state for levelling up, housing and communities, Michael Gove, told parliament the government would give leaseholders statutory protection that extends to all works required to make buildings safe. The move followed anger at reports that officials were only planning to force developers and materials manufacturers to pay to replace combustible cladding on buildings taller than 11 metres.

    Continue reading...", + "category": "Grenfell Tower fire", + "link": "https://www.theguardian.com/uk-news/2022/jan/10/leaseholders-will-not-have-to-pay-to-fix-any-fire-risks-vows-gove", + "creator": "Robert Booth, Rupert Neate and Peter Walker", + "pubDate": "2022-01-10T18:16:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279770,17 +284060,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef1432332bb9ec0be73130c7b8c07ca0", + "hash": "40cb7095ffb5e31716577961baad51e7", "highlights": [] }, { - "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", + "title": "Bronx fire: New York mayor Eric Adams revises death toll to 17", + "description": "

    Initially 19 people were believed to have died in the blaze – city’s deadliest in three decades – as doctors battle to save gravely hurt

    The mayor of New York City, Eric Adams, on Monday revised the death toll from a high-rise fire in the Bronx on Sunday, saying 17 people were killed, two fewer than originally thought.

    Adams said nine adults and eight children died. He did not immediately provide a reason for the lower count.

    Continue reading...", + "content": "

    Initially 19 people were believed to have died in the blaze – city’s deadliest in three decades – as doctors battle to save gravely hurt

    The mayor of New York City, Eric Adams, on Monday revised the death toll from a high-rise fire in the Bronx on Sunday, saying 17 people were killed, two fewer than originally thought.

    Adams said nine adults and eight children died. He did not immediately provide a reason for the lower count.

    Continue reading...", + "category": "New York", + "link": "https://www.theguardian.com/us-news/2022/jan/10/bronx-fire-injured-new-york", + "creator": "Gloria Oladipo in New York and agencies", + "pubDate": "2022-01-10T18:18:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279792,17 +284082,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "61591e9cb54d9023fcab3934e50acc66", + "hash": "de2eb5f33e3e9283ceadffff1b8a7c50", "highlights": [] }, { - "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", + "title": "Revisited: Madison de Rozario’s path to wheelchair-racing fame", + "description": "

    One of our favourite stories of 2021 looks at the career of Australian wheelchair racer Madison de Rozario, which started when she competed at the Beijing Paralympics at the age of 14. Now, the 27-year-old has cemented her place in the history books – breaking multiple records and winning three medals, including two gold, at the Tokyo Paralympics. De Rozario speaks to reporter Kieran Pender about her sometimes bumpy rise to wheelchair-racing fame and the power of the Paralympics as a vehicle for change

    Read more:

    Continue reading...", + "content": "

    One of our favourite stories of 2021 looks at the career of Australian wheelchair racer Madison de Rozario, which started when she competed at the Beijing Paralympics at the age of 14. Now, the 27-year-old has cemented her place in the history books – breaking multiple records and winning three medals, including two gold, at the Tokyo Paralympics. De Rozario speaks to reporter Kieran Pender about her sometimes bumpy rise to wheelchair-racing fame and the power of the Paralympics as a vehicle for change

    Read more:

    Continue reading...", + "category": "Tokyo Paralympic Games 2020", + "link": "https://www.theguardian.com/australia-news/audio/2022/jan/11/revisited-madison-de-rozarios-path-to-wheelchair-racing-fame", + "creator": "Presented by Laura Murphy-Oatesand reported by Kieran Pender. Produced by Karishma Luthria, Bethany Atkinson-Quinton, Joe Koning and Jane Lee. Sound design by Joe Koningand Karishma Luthria. Executive Producers Miles Martignoni Gabrielle Jacksonand Laura Murphy-Oates.", + "pubDate": "2022-01-10T16:30:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279814,17 +284104,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dff3b90debcc66f3b17e697897f01e81", + "hash": "8408c529c1757743b0ef831a73a9af82", "highlights": [] }, { - "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", + "title": "Nadhim Zahawi: UK should lead move from pandemic to endemic Covid – video", + "description": "

    The education secretary has called for the UK to show the rest of the world how to move from 'pandemic to endemic' Covid, as he suggested it would be helpful to cut the isolation period to five days to ease workforce shortages. Nadhim Zahawi also played down suggestions that the government was about to start charging for lateral flow tests, which would lead to fewer infections in the community being identified

    Continue reading...", + "content": "

    The education secretary has called for the UK to show the rest of the world how to move from 'pandemic to endemic' Covid, as he suggested it would be helpful to cut the isolation period to five days to ease workforce shortages. Nadhim Zahawi also played down suggestions that the government was about to start charging for lateral flow tests, which would lead to fewer infections in the community being identified

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2022/jan/09/nadhim-zahawi-uk-should-lead-move-from-pandemic-to-endemic-covid-video", + "creator": "", + "pubDate": "2022-01-09T15:47:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279836,17 +284126,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad0e537c8d3156ea813546efd71209a8", + "hash": "f102f095dac3c0904858f9a724dfd48e", "highlights": [] }, { - "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", + "title": "Ukraine crisis: tense talks between US and Russia open in Geneva", + "description": "

    Secretary of state Tony Blinken says week of talks is moment of truth for Vladimir Putin

    Expectations of a breakthrough have been set low as formal talks opened between senior US and Russian officials in Geneva at the start of a critical week of diplomacy over Ukraine as Russian troops remained massed along its borders.

    Russian deputy foreign minister Sergei Ryabkov and his delegation arrived under Swiss police escort at the US diplomatic mission in Geneva for face-to-face talks with Wendy Sherman, the US deputy secretary of state, and her team.

    Continue reading...", + "content": "

    Secretary of state Tony Blinken says week of talks is moment of truth for Vladimir Putin

    Expectations of a breakthrough have been set low as formal talks opened between senior US and Russian officials in Geneva at the start of a critical week of diplomacy over Ukraine as Russian troops remained massed along its borders.

    Russian deputy foreign minister Sergei Ryabkov and his delegation arrived under Swiss police escort at the US diplomatic mission in Geneva for face-to-face talks with Wendy Sherman, the US deputy secretary of state, and her team.

    Continue reading...", + "category": "Ukraine", + "link": "https://www.theguardian.com/world/2022/jan/09/ukraine-fate-hangs-in-balance-as-critical-week-of-talks-begins", + "creator": "Julian Borger in Washington", + "pubDate": "2022-01-10T09:19:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279858,17 +284148,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "47e77a172c86a621d63a7d3962973ce9", + "hash": "8fdfdea1882aba6930e395e83781f3a7", "highlights": [] }, { - "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", + "title": "Covid live: Sweden to introduce stricter restrictions as cases rise; Pfizer already making Omicron vaccine, says CEO", + "description": "

    Swedish measures include work from home mandate; Pfizer expects to be ready to distribute Omicron vaccine by June, says chief executive

    Two of New Zealand’s most prominent Covid-19 experts have warned that the country is unprepared to prevent the health system from being overloaded by an Omicron outbreak, with likely fatal consequences.

    Otago University’s Dr Nick Wilson and Dr Michael Baker also said it was only a “matter of weeks” before the highly transmissible variant seeped into the community due to border failures.

    Continue reading...", + "content": "

    Swedish measures include work from home mandate; Pfizer expects to be ready to distribute Omicron vaccine by June, says chief executive

    Two of New Zealand’s most prominent Covid-19 experts have warned that the country is unprepared to prevent the health system from being overloaded by an Omicron outbreak, with likely fatal consequences.

    Otago University’s Dr Nick Wilson and Dr Michael Baker also said it was only a “matter of weeks” before the highly transmissible variant seeped into the community due to border failures.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/10/covid-live-news-40-of-israel-could-be-infected-in-current-wave-germany-to-study-rapid-antigen-test-reliability-for-omicron", + "creator": "Damien Gayle (now); Tom Ambrose and Samantha Lock (earlier)", + "pubDate": "2022-01-10T17:37:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279880,17 +284170,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b360dca867fec4fe63da71fac624879", + "hash": "db491b74503ec0b503485f1a52848c91", "highlights": [] }, { - "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", + "title": "Metropolitan police officer faces six further charges of rape", + "description": "

    PC David Carrick to appear at Westminster magistrates court as new charges bring total to 29 alleged crimes against eight women

    A Metropolitan police officer accused of a string of sexual offences is facing charges linked to another four alleged victims including six counts of rape, prosecutors have said.

    PC David Carrick, 47, will be charged with nine more offences, the Crown Prosecution Service announced on Monday, meaning he is accused of 29 crimes against eight women in total between 2009 and 2020.

    Continue reading...", + "content": "

    PC David Carrick to appear at Westminster magistrates court as new charges bring total to 29 alleged crimes against eight women

    A Metropolitan police officer accused of a string of sexual offences is facing charges linked to another four alleged victims including six counts of rape, prosecutors have said.

    PC David Carrick, 47, will be charged with nine more offences, the Crown Prosecution Service announced on Monday, meaning he is accused of 29 crimes against eight women in total between 2009 and 2020.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2022/jan/10/metropolitan-police-officer-faces-six-further-charges", + "creator": "PA Media", + "pubDate": "2022-01-10T17:15:57Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279902,17 +284192,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b5f583921d62d48a9804facbb7b491d9", + "hash": "d68f426d64ff193983eb97c77cfa5e22", "highlights": [] }, { - "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", + "title": "Foreign meddling behind Kazakhstan unrest, Putin claims", + "description": "

    Russian president says Moscow-led military bloc will take steps to ensure any future interference in region fails

    Vladimir Putin has claimed the unrest in Kazakhstan last week that killed at least 164 people was the result of foreign meddling, and said a Russian-led military bloc should take steps to ensure future attempts to interfere in the region failed.

    “The events in Kazakhstan are not the first and far from the last attempt to interfere in the internal affairs of our states from the outside,” said the Russian president, who was speaking at a video conference of leaders of the Russian-led Collective Security Treaty Organisation (CSTO), a military alliance that deployed around 2,500 troops to Kazakhstan this week at the request of Kazakhstan’s president, Kassym-Jomart Tokayev.

    Continue reading...", + "content": "

    Russian president says Moscow-led military bloc will take steps to ensure any future interference in region fails

    Vladimir Putin has claimed the unrest in Kazakhstan last week that killed at least 164 people was the result of foreign meddling, and said a Russian-led military bloc should take steps to ensure future attempts to interfere in the region failed.

    “The events in Kazakhstan are not the first and far from the last attempt to interfere in the internal affairs of our states from the outside,” said the Russian president, who was speaking at a video conference of leaders of the Russian-led Collective Security Treaty Organisation (CSTO), a military alliance that deployed around 2,500 troops to Kazakhstan this week at the request of Kazakhstan’s president, Kassym-Jomart Tokayev.

    Continue reading...", + "category": "Kazakhstan", + "link": "https://www.theguardian.com/world/2022/jan/10/foreign-meddling-behind-kazakhstan-unrest-putin-claims", + "creator": "Shaun Walker", + "pubDate": "2022-01-10T10:59:42Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279924,17 +284214,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "03cef31a00316f286225261a3b8ce4fb", + "hash": "51e9db9bfe5f63115d1083c18ae78a07", "highlights": [] }, { - "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", + "title": "Pilot from crashed plane in US pulled to safety moments before train hit", + "description": "

    Video shows Los Angeles police officers freeing pilot from plane that had crash-landed on rail tracks

    Police in Los Angeles, California, pulled the pilot from a crash-landed Cessna seconds before the aircraft was hit by a train, sending debris flying in all directions.

    Dramatic video obtained by Reuters shows several officers freeing the man from the downed plane, which had crashed shortly after takeoff in the Pacoima neighbourhood, according to local media. The officers and pilot were only a few feet away from the tracks when the passing train destroyed the plane.

    Continue reading...", + "content": "

    Video shows Los Angeles police officers freeing pilot from plane that had crash-landed on rail tracks

    Police in Los Angeles, California, pulled the pilot from a crash-landed Cessna seconds before the aircraft was hit by a train, sending debris flying in all directions.

    Dramatic video obtained by Reuters shows several officers freeing the man from the downed plane, which had crashed shortly after takeoff in the Pacoima neighbourhood, according to local media. The officers and pilot were only a few feet away from the tracks when the passing train destroyed the plane.

    Continue reading...", + "category": "Los Angeles", + "link": "https://www.theguardian.com/us-news/2022/jan/10/pilot-from-crashed-plane-in-us-pulled-to-safety-moments-before-train-hits", + "creator": "Reuters", + "pubDate": "2022-01-10T11:20:54Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279946,17 +284236,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9af3f280bdab47a59ab705ebb3a5deec", + "hash": "bf68cff9dd5b6fa1bdfbb23ed3a49eb1", "highlights": [] }, { - "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", + "title": "Medieval warhorses no bigger than modern-day ponies, study finds", + "description": "

    Contrary to mythical depictions of the iconic steeds as towering beasts, most in England were less than 14.2 hands high

    In films and literature they are usually depicted as hulking, foot-stomping, snorting beasts but a new study has claimed that the medieval warhorse was typically a much slighter, daintier animal.

    A team of archaeologists and historians searching for the truth about the steeds that carried knights into battle has concluded that most were probably only the size of a modern-day pony.

    Continue reading...", + "content": "

    Contrary to mythical depictions of the iconic steeds as towering beasts, most in England were less than 14.2 hands high

    In films and literature they are usually depicted as hulking, foot-stomping, snorting beasts but a new study has claimed that the medieval warhorse was typically a much slighter, daintier animal.

    A team of archaeologists and historians searching for the truth about the steeds that carried knights into battle has concluded that most were probably only the size of a modern-day pony.

    Continue reading...", + "category": "Archaeology", + "link": "https://www.theguardian.com/science/2022/jan/10/medieval-warhorses-no-bigger-than-modern-day-ponies-study-finds", + "creator": "Steven Morris", + "pubDate": "2022-01-10T14:12:54Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279968,17 +284258,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "80035e3e652e0ba2c9d3d4502b3a2f45", + "hash": "b1b45e19bf9583bc0d74e086ea532c8f", "highlights": [] }, { - "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", + "title": "Covid live: Sweden to introduce stricter restrictions as cases rise; WHO says ‘we can see end in sight but we’re not there’", + "description": "

    Swedish measures include work from home mandate; Dr David Nabarro says virus will ‘pose difficult situation’ for three months

    Two of New Zealand’s most prominent Covid-19 experts have warned that the country is unprepared to prevent the health system from being overloaded by an Omicron outbreak, with likely fatal consequences.

    Otago University’s Dr Nick Wilson and Dr Michael Baker also said it was only a “matter of weeks” before the highly transmissible variant seeped into the community due to border failures.

    Continue reading...", + "content": "

    Swedish measures include work from home mandate; Dr David Nabarro says virus will ‘pose difficult situation’ for three months

    Two of New Zealand’s most prominent Covid-19 experts have warned that the country is unprepared to prevent the health system from being overloaded by an Omicron outbreak, with likely fatal consequences.

    Otago University’s Dr Nick Wilson and Dr Michael Baker also said it was only a “matter of weeks” before the highly transmissible variant seeped into the community due to border failures.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/10/covid-live-news-40-of-israel-could-be-infected-in-current-wave-germany-to-study-rapid-antigen-test-reliability-for-omicron", + "creator": "Damien Gayle (now); Tom Ambrose and Samantha Lock (earlier)", + "pubDate": "2022-01-10T14:39:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -279990,17 +284280,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b43471eb9ec352a9e5fee01e15b61302", + "hash": "e0e4743f61289828ef0faa74bcadd691", "highlights": [] }, { - "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", + "title": "Protesters pelt French island MP over Covid health pass", + "description": "

    Fellow politicians condemn attack on Stéphane Claireaux outside his home on Saint Pierre and Miquelon

    Protesters opposed to Covid regulations pelted a French MP with seaweed and stones outside his home on the overseas territory of Saint Pierre and Miquelon at the weekend.

    Stéphane Claireaux, a member of the governing La République en Marche (LREM) said he had made an official police complaint after the attack, which fellow MPs described as a “lynching”.

    Continue reading...", + "content": "

    Fellow politicians condemn attack on Stéphane Claireaux outside his home on Saint Pierre and Miquelon

    Protesters opposed to Covid regulations pelted a French MP with seaweed and stones outside his home on the overseas territory of Saint Pierre and Miquelon at the weekend.

    Stéphane Claireaux, a member of the governing La République en Marche (LREM) said he had made an official police complaint after the attack, which fellow MPs described as a “lynching”.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2022/jan/10/protesters-pelt-french-island-mp-covid-health-pass-saint-pierre-and-miquelon", + "creator": "Kim Willsher in Paris", + "pubDate": "2022-01-10T13:52:58Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280012,17 +284302,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8ac96ce468afb2573bd36f109360b2d", + "hash": "91832c87ad8fdf769d20bbcb11b179cc", "highlights": [] }, { - "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": "Is it good to talk? A history of the west’s summits with Russia", + "description": "

    A week of meetings lies ahead – and the wisdom of them largely comes down to whether you judge Russia to be driven by insecurity or expansionism

    So high have the stakes been set by Russia over the future security architecture of Europe, and so imminent is the threat of war in Ukraine, that the three separate meetings arranged between Russia and the west this week are drawing comparison with some of the great western-Russian exchanges of the past, from Yalta in 1945 to Paris in 1960, over the future of Berlin, and Reykjavik in 1986.

    Vladimir Putin, with his keen sense of his place in Russian history, would probably revel in these comparisons. Indeed, the very scheduling of the three meetings – a bilateral security meeting with the US on Monday, a rare meeting of the Nato-Russian Council on Wednesday and an Organization for Security and Cooperation in Europe (OSCE) meeting on Ukraine on Thursday – is seen by some as a mistake.

    Continue reading...", + "content": "

    A week of meetings lies ahead – and the wisdom of them largely comes down to whether you judge Russia to be driven by insecurity or expansionism

    So high have the stakes been set by Russia over the future security architecture of Europe, and so imminent is the threat of war in Ukraine, that the three separate meetings arranged between Russia and the west this week are drawing comparison with some of the great western-Russian exchanges of the past, from Yalta in 1945 to Paris in 1960, over the future of Berlin, and Reykjavik in 1986.

    Vladimir Putin, with his keen sense of his place in Russian history, would probably revel in these comparisons. Indeed, the very scheduling of the three meetings – a bilateral security meeting with the US on Monday, a rare meeting of the Nato-Russian Council on Wednesday and an Organization for Security and Cooperation in Europe (OSCE) meeting on Ukraine on Thursday – is seen by some as a mistake.

    Continue reading...", + "category": "Russia", + "link": "https://www.theguardian.com/world/2022/jan/09/history-of-wests-summits-with-russia", + "creator": "Patrick Wintour Diplomatic editor", + "pubDate": "2022-01-09T15:35:30Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280034,17 +284324,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf99c4deed5e96fce2b756f7b94f157d", + "hash": "ae34d73023cf995dabfe5435b1cc8888", "highlights": [] }, { - "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": "Paris’s ‘House of Molière’ wishes happy 400th birthday to French theatre legend", + "description": "

    The Comédie-Française is celebrating the 17th-century dramatist by recreating Tartuffe, the play that outraged the Catholic church and almost ended his career

    French theatre is gearing up to pay tribute to one of its founding fathers: Molière, the 17th-century playwright whose biting comedies still form many French schoolchildren’s introduction to drama. On 15 January, 400 years after his baptism (the exact date of his birth is unknown), the venerable Comédie-Française company will open this anniversary year with the play that came perilously close to sinking Molière’s career: Tartuffe.

    While the first version of the play got the approval of Louis XIV himself in 1664, its satire of Catholic zealots drew the ire of the Catholic church. At the time, accusations of impiety could send a playwright to the stake, and Tartuffe was swiftly forbidden. Yet Molière persisted, switching gears and rewriting the play to suggest that his target wasn’t religion or true believers – but rather the hypocrisy of those who feign virtue. (The word “tartuffe” came to describe such characters in life, too.)

    Continue reading...", + "content": "

    The Comédie-Française is celebrating the 17th-century dramatist by recreating Tartuffe, the play that outraged the Catholic church and almost ended his career

    French theatre is gearing up to pay tribute to one of its founding fathers: Molière, the 17th-century playwright whose biting comedies still form many French schoolchildren’s introduction to drama. On 15 January, 400 years after his baptism (the exact date of his birth is unknown), the venerable Comédie-Française company will open this anniversary year with the play that came perilously close to sinking Molière’s career: Tartuffe.

    While the first version of the play got the approval of Louis XIV himself in 1664, its satire of Catholic zealots drew the ire of the Catholic church. At the time, accusations of impiety could send a playwright to the stake, and Tartuffe was swiftly forbidden. Yet Molière persisted, switching gears and rewriting the play to suggest that his target wasn’t religion or true believers – but rather the hypocrisy of those who feign virtue. (The word “tartuffe” came to describe such characters in life, too.)

    Continue reading...", + "category": "Theatre", + "link": "https://www.theguardian.com/stage/2022/jan/10/paris-moliere-french-theatre-tartuffe-comedie-francaise", + "creator": "Laura Cappelle", + "pubDate": "2022-01-10T14:27:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280056,17 +284346,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "73bd25f5f2827645f18b0d4a564ddbda", + "hash": "72373c4dad5cf782acb96c92091d5ec8", "highlights": [] }, { - "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", + "title": "Ascension review – sex dolls, super wealth and the Chinese dream", + "description": "

    Via hand-painted sex dolls and Maga hats, Jessica Kingdon slyly tracks China’s shift from global factory to consumer society

    In a street market in China, factory recruiters with loudspeakers compete for the attention of job seekers, yelling like they’re selling vegetables: “Seating working available!” “Air conditioning!” Others list restrictions: “No tattoos. No hair dye.” One advertises a salary: $2.99 (£2.21) an hour. Outside the market, inspirational slogans are plastered across billboards extolling the Chinese dream. “Work hard and all your dreams will come true.” When you’re paid $2.99, that’s a lot of hard work.

    So begins this brilliant documentary by Chinese-American director Jessica Kingdon, which slyly observes China’s transition from the world’s factory to a massive consumer society. It’s a film in the tradition of Koyaanisqatsi or Nikolaus Geyrhalter’s Our Daily Bread. Shot in more than 50 locations in China, it splits more or less into three sections: factory workers, China’s growing middle class and the filthy-rich elite. There’s no voiceover or obvious narrative, just a stream of vignettes – at times an almost surreal compilation of images strung together.

    Continue reading...", + "content": "

    Via hand-painted sex dolls and Maga hats, Jessica Kingdon slyly tracks China’s shift from global factory to consumer society

    In a street market in China, factory recruiters with loudspeakers compete for the attention of job seekers, yelling like they’re selling vegetables: “Seating working available!” “Air conditioning!” Others list restrictions: “No tattoos. No hair dye.” One advertises a salary: $2.99 (£2.21) an hour. Outside the market, inspirational slogans are plastered across billboards extolling the Chinese dream. “Work hard and all your dreams will come true.” When you’re paid $2.99, that’s a lot of hard work.

    So begins this brilliant documentary by Chinese-American director Jessica Kingdon, which slyly observes China’s transition from the world’s factory to a massive consumer society. It’s a film in the tradition of Koyaanisqatsi or Nikolaus Geyrhalter’s Our Daily Bread. Shot in more than 50 locations in China, it splits more or less into three sections: factory workers, China’s growing middle class and the filthy-rich elite. There’s no voiceover or obvious narrative, just a stream of vignettes – at times an almost surreal compilation of images strung together.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2022/jan/10/ascension-review-chinas-bizarre-descent-into-capitalist-excess", + "creator": "Cath Clarke", + "pubDate": "2022-01-10T12:00:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280078,17 +284368,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3db342718eed737786b7a723658d1e69", + "hash": "a73a10447960f538dbdd6f844bbd8ea8", "highlights": [] }, { - "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", + "title": "Bradford council to trace fly-tipped cannabis farms with ‘smart water’", + "description": "

    One of first trials of its kind in UK follows rise in dumping of illegal waste after police shut down sites

    Landlords who illegally dump the remains of cannabis farms will be traced using “smart water” spray in what is thought to be one of the first trials of its kind in the UK.

    Council officials in Bradford said they were taking action after a rise in the number of cannabis farms that had been fly-tipped in streets, along streams and in country lanes.

    Continue reading...", + "content": "

    One of first trials of its kind in UK follows rise in dumping of illegal waste after police shut down sites

    Landlords who illegally dump the remains of cannabis farms will be traced using “smart water” spray in what is thought to be one of the first trials of its kind in the UK.

    Council officials in Bradford said they were taking action after a rise in the number of cannabis farms that had been fly-tipped in streets, along streams and in country lanes.

    Continue reading...", + "category": "Bradford", + "link": "https://www.theguardian.com/uk-news/2022/jan/10/bradford-council-to-trace-fly-tipped-cannabis-farms-smart-water", + "creator": "Josh Halliday North of England correspondent", + "pubDate": "2022-01-10T13:09:52Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280100,17 +284390,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfe9622842cc75b36dcf41f717d6599b", + "hash": "8b17f8ffb100bb00a3100eeee7b526ce", "highlights": [] }, { - "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", + "title": "New York: doctors battle for lives of dozens gravely hurt in Bronx fire", + "description": "

    The blaze, in which 19 people including nine children died, was the city’s deadliest in three decades

    Doctors worked on Monday to save the lives of several people gravely injured when smoke from a fire knocked them out or trapped them in their apartments in a New York City high-rise. Nineteen people, including nine children, died in the blaze.

    Dozens of people were hospitalized and as many as 13 were in critical condition after the fire in the Bronx on Sunday, the city’s deadliest in three decades.

    Continue reading...", + "content": "

    The blaze, in which 19 people including nine children died, was the city’s deadliest in three decades

    Doctors worked on Monday to save the lives of several people gravely injured when smoke from a fire knocked them out or trapped them in their apartments in a New York City high-rise. Nineteen people, including nine children, died in the blaze.

    Dozens of people were hospitalized and as many as 13 were in critical condition after the fire in the Bronx on Sunday, the city’s deadliest in three decades.

    Continue reading...", + "category": "New York", + "link": "https://www.theguardian.com/us-news/2022/jan/10/bronx-fire-injured-new-york", + "creator": "Associated Press in New York", + "pubDate": "2022-01-10T14:27:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280122,17 +284412,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "189a1d597c9d07fcc7758af4fc8f9b60", + "hash": "b36d4e7839e879c24707361de20ac302", "highlights": [] }, { - "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", + "title": "Australian food producers hit by Covid staff shortages welcome isolation rule changes", + "description": "

    Asymptomatic and Covid-negative staff cleared to return to work in Australia’s disrupted food supply chain

    Dairy and meat producers are pleading for more government help to cope with Covid disruptions in their industries as supermarket shelves empty and farm workers are hit by the virus.

    One big abattoir in South Australia has requested its staff return to work, despite 140 of them testing positive, while other farmers are facing filling milk vats or rotting produce as goods are held back from the market due to the lack of staffing.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "content": "

    Asymptomatic and Covid-negative staff cleared to return to work in Australia’s disrupted food supply chain

    Dairy and meat producers are pleading for more government help to cope with Covid disruptions in their industries as supermarket shelves empty and farm workers are hit by the virus.

    One big abattoir in South Australia has requested its staff return to work, despite 140 of them testing positive, while other farmers are facing filling milk vats or rotting produce as goods are held back from the market due to the lack of staffing.

    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/2022/jan/11/australian-food-producers-hit-by-covid-staff-shortages-welcome-isolation-rule-changes", + "creator": "Peter Hannam", + "pubDate": "2022-01-10T13:00:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280144,17 +284434,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "84c2e8bf5a108fc4a23dd28b6f7c64bb", + "hash": "4bd28f8811fb7460989394978c3f1190", "highlights": [] }, { - "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", + "title": "Novak Djokovic wins appeal against decision to cancel his Australian visa", + "description": "

    World No 1 immediately released from detention, but immigration minister considering cancelling visa again

    Novak Djokovic will be immediately released from immigration detention in Australia, after the federal circuit court ordered a decision to cancel his visa be quashed.

    But the Australian government’s counsel, Christopher Tran, has revealed the immigration minister will consider exercising a personal power to cancel Djokovic’s visa meaning he is not guaranteed to stay and compete in the Australian Open.

    Continue reading...", + "content": "

    World No 1 immediately released from detention, but immigration minister considering cancelling visa again

    Novak Djokovic will be immediately released from immigration detention in Australia, after the federal circuit court ordered a decision to cancel his visa be quashed.

    But the Australian government’s counsel, Christopher Tran, has revealed the immigration minister will consider exercising a personal power to cancel Djokovic’s visa meaning he is not guaranteed to stay and compete in the Australian Open.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/2022/jan/10/novak-djokovic-wins-appeal-against-decision-to-cancel-his-australian-visa", + "creator": "Paul Karp", + "pubDate": "2022-01-10T06:44:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280166,17 +284456,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d9c2946eef19e56eb5b4c4bfe7f9d9d6", + "hash": "a2f100ec2c2e27512ecd673593fb081a", "highlights": [] }, { - "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", + "title": "Aung San Suu Kyi handed four-year jail term in military ‘courtroom circus’", + "description": "

    Critics say series of charges over Covid rules and walkie-talkie possession designed to remove her as political threat

    Aung San Suu Kyi has been handed a four-year jail sentence by a military court in Myanmar over various offences, including illegal possession of walkie-talkies, the latest judgment in a series of cases that could lead to her spending the rest of her life in detention.

    She has been held by the military since 1 February, when it ousted her democratically elected government, plunging the country into chaos. The 76-year-old has since been targeted with a slew of charges that her lawyer has previously described as absurd.

    Continue reading...", + "content": "

    Critics say series of charges over Covid rules and walkie-talkie possession designed to remove her as political threat

    Aung San Suu Kyi has been handed a four-year jail sentence by a military court in Myanmar over various offences, including illegal possession of walkie-talkies, the latest judgment in a series of cases that could lead to her spending the rest of her life in detention.

    She has been held by the military since 1 February, when it ousted her democratically elected government, plunging the country into chaos. The 76-year-old has since been targeted with a slew of charges that her lawyer has previously described as absurd.

    Continue reading...", + "category": "Aung San Suu Kyi", + "link": "https://www.theguardian.com/world/2022/jan/10/aun-san-suu-kyi-sentenced-to-four-years-in-prison-for-walkie-talkie-and-covid-rule-breaches", + "creator": "Rebecca Ratcliffe in Bangkok", + "pubDate": "2022-01-10T07:49:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280188,17 +284478,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b7b75278ce2acd2c29f4940aed96a25f", + "hash": "4bb2d065460de933af8ed735da0ae2de", "highlights": [] }, { - "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", + "title": "Golden Globes: The Power of the Dog and Succession win at celebrity-free ceremony", + "description": "

    Jane Campion’s Netflix drama and HBO hit triumph as stars distance themselves from Hollywood Foreign Press Association

    The Power of the Dog and Succession were the big winners at an unusual, stripped-back Golden Globes.

    Traditionally, the ceremony is a glitzy telecast with A-listers in attendance but after a year of controversies surrounding diversity and amoral practices, the Hollywood Foreign Press Association lost its footing in the industry, with publicity firms, studios and celebrities choosing to distance themselves.

    Continue reading...", + "content": "

    Jane Campion’s Netflix drama and HBO hit triumph as stars distance themselves from Hollywood Foreign Press Association

    The Power of the Dog and Succession were the big winners at an unusual, stripped-back Golden Globes.

    Traditionally, the ceremony is a glitzy telecast with A-listers in attendance but after a year of controversies surrounding diversity and amoral practices, the Hollywood Foreign Press Association lost its footing in the industry, with publicity firms, studios and celebrities choosing to distance themselves.

    Continue reading...", + "category": "Golden Globes 2022", + "link": "https://www.theguardian.com/film/2022/jan/10/golden-globes-the-power-of-the-dog-and-succession-win-at-celebrity-free-ceremony", + "creator": "Benjamin Lee", + "pubDate": "2022-01-10T04:24:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280210,17 +284500,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "67da2b8b96903459b0fc3cf5431dd892", + "hash": "58c3ff1c22e377ccce648acf45526720", "highlights": [] }, { - "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", + "title": "Fire in Bronx building leaves 19 people dead, including nine children", + "description": "
    • More than five dozen people injured and 13 in critical condition
    • City fire commissioner: blaze one of the worst in recent memory

    Nineteen people, including nine children, were killed in an apartment fire in the Bronx borough of New York on Sunday, in one of the worst fire disasters in the city in 30 years.

    Eric Adams, the new mayor still in his first week in the job, said: “The numbers are horrific. This is a horrific, painful moment for the city of New York. The impact of this fire is going to really bring a level of pain and despair in our city.”

    Continue reading...", + "content": "
    • More than five dozen people injured and 13 in critical condition
    • City fire commissioner: blaze one of the worst in recent memory

    Nineteen people, including nine children, were killed in an apartment fire in the Bronx borough of New York on Sunday, in one of the worst fire disasters in the city in 30 years.

    Eric Adams, the new mayor still in his first week in the job, said: “The numbers are horrific. This is a horrific, painful moment for the city of New York. The impact of this fire is going to really bring a level of pain and despair in our city.”

    Continue reading...", + "category": "New York", + "link": "https://www.theguardian.com/us-news/2022/jan/09/nyc-bronx-fire-building-death-toll-children", + "creator": "Ed Pilkington and agencies in New York", + "pubDate": "2022-01-09T21:35:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280232,17 +284522,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f3000c0adc2d6e73e94323eef217be9", + "hash": "1c51ea304b070744b543b7b958a9912a", "highlights": [] }, { - "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", + "title": "Brexit changes will add to soaring costs in 2022, warn UK manufacturers", + "description": "

    Make UK says two-thirds of companies fear customs delays and red tape from new rules will further hamper supply chains

    Manufacturers have warned that Brexit will add to soaring costs facing British industry, amid concerns that customs delays and red tape will rank among the biggest challenges for firms this year.

    Make UK, the industry body representing 20,000 manufacturing firms of all sizes from across the country, said that while optimism among its members had grown, it was being undermined by the after-effects of the UK’s departure from the EU.

    Continue reading...", + "content": "

    Make UK says two-thirds of companies fear customs delays and red tape from new rules will further hamper supply chains

    Manufacturers have warned that Brexit will add to soaring costs facing British industry, amid concerns that customs delays and red tape will rank among the biggest challenges for firms this year.

    Make UK, the industry body representing 20,000 manufacturing firms of all sizes from across the country, said that while optimism among its members had grown, it was being undermined by the after-effects of the UK’s departure from the EU.

    Continue reading...", + "category": "Manufacturing sector", + "link": "https://www.theguardian.com/business/2022/jan/10/brexit-changes-will-add-to-soaring-costs-in-2022-warn-uk-manufacturers", + "creator": "Richard Partington and Jasper Jolly", + "pubDate": "2022-01-10T00:01:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280254,17 +284544,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "304b978831baa98c1f7d6c818a7be226", + "hash": "0fdd4de9402005ad7121955f23d5b269", "highlights": [] }, { - "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", + "title": "Joy as baby given to US soldier during Afghan withdrawal is reunited with relatives", + "description": "

    Sohail Ahmadi, who was being raised by a local Kabul taxi driver, will hopefully now travel to the US to live with his parents

    An infant boy handed in desperation to a US soldier across an airport wall in the chaos of the American evacuation of Afghanistan has been found and reunited with his relatives.

    The baby, Sohail Ahmadi, was just two months old when he went missing on 19 August as thousands of people rushed to leave Afghanistan as it fell to the Taliban.

    Continue reading...", + "content": "

    Sohail Ahmadi, who was being raised by a local Kabul taxi driver, will hopefully now travel to the US to live with his parents

    An infant boy handed in desperation to a US soldier across an airport wall in the chaos of the American evacuation of Afghanistan has been found and reunited with his relatives.

    The baby, Sohail Ahmadi, was just two months old when he went missing on 19 August as thousands of people rushed to leave Afghanistan as it fell to the Taliban.

    Continue reading...", + "category": "Afghanistan", + "link": "https://www.theguardian.com/world/2022/jan/10/there-are-celebrations-baby-lost-in-afghan-withdrawal-chaos-found-and-reunited-with-relativesfamily", + "creator": "Reuters", + "pubDate": "2022-01-10T01:46:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280276,17 +284566,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ea38fc0465feec92fcd44b5e00226b2", + "hash": "4e98a4d97ee3a47ba8a8108ccdb96644", "highlights": [] }, { - "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", + "title": "Bob Saget, Full House actor and comedian, dies aged 65", + "description": "

    Saget was found unresponsive in an Orlando hotel room on Sunday

    Bob Saget, the actor and comedian most famous for his role in the much-loved 80s sitcom Full House, has died at the age of 65.

    The Orange County sheriff’s office confirmed Saget’s death on Twitter on Monday, saying he had been found unresponsive in his hotel room at the Ritz-Carlton in Orlando, Florida on Sunday. The sheriff’s office confirmed that no cause of death had been determined, saying in a statement there were no signs of foul play or drug use.

    Continue reading...", + "content": "

    Saget was found unresponsive in an Orlando hotel room on Sunday

    Bob Saget, the actor and comedian most famous for his role in the much-loved 80s sitcom Full House, has died at the age of 65.

    The Orange County sheriff’s office confirmed Saget’s death on Twitter on Monday, saying he had been found unresponsive in his hotel room at the Ritz-Carlton in Orlando, Florida on Sunday. The sheriff’s office confirmed that no cause of death had been determined, saying in a statement there were no signs of foul play or drug use.

    Continue reading...", + "category": "Television", + "link": "https://www.theguardian.com/tv-and-radio/2022/jan/10/bob-saget-full-house-actor-and-comedian-dies-aged-65", + "creator": "Sian Cain", + "pubDate": "2022-01-10T01:02:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280298,17 +284588,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a015ac38f7270e013a3f8aa295d15d12", + "hash": "58c951a3dab9175512f4d74c54acbed5", "highlights": [] }, { - "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", + "title": "Lithuania pays Guantánamo ‘forever prisoner’ Abu Zubaydah €100,000 over CIA torture", + "description": "

    Compensation for allowing torture at Vilnius black site indicates changing attitudes in Washington, lawyers say

    Lithuania has paid more than $110,000 to Abu Zubaydah, the Guantánamo detainee known as the “forever prisoner”, in compensation for having allowed the CIA to hold him at a secret site outside Vilnius where he was subjected to forms of torture.

    The €100,000 ($113,500) payment comes more than three years after the European Court of Human Rights ordered the Lithuanian government to pay compensation for violating European laws banning the use of torture.

    Continue reading...", + "content": "

    Compensation for allowing torture at Vilnius black site indicates changing attitudes in Washington, lawyers say

    Lithuania has paid more than $110,000 to Abu Zubaydah, the Guantánamo detainee known as the “forever prisoner”, in compensation for having allowed the CIA to hold him at a secret site outside Vilnius where he was subjected to forms of torture.

    The €100,000 ($113,500) payment comes more than three years after the European Court of Human Rights ordered the Lithuanian government to pay compensation for violating European laws banning the use of torture.

    Continue reading...", + "category": "Guantánamo Bay", + "link": "https://www.theguardian.com/us-news/2022/jan/10/lithuania-pays-guantanamo-forever-prisoner-abu-zubaydah-100000-cia-torture", + "creator": "Ed Pilkington in New York", + "pubDate": "2022-01-10T06:00:42Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280320,17 +284610,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "57fee50da714131198670fe7bdf2dc63", + "hash": "9ee4a3afde37a0f20c0ba7da3391e8cc", "highlights": [] }, { - "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", + "title": "Huge ‘sea dragon’ named one of UK’s greatest fossil finds", + "description": "

    Ichthyosaur about 10 metres long and dating back 180m years discovered at Rutland Water

    A gigantic prehistoric “sea dragon” discovered in the Midlands has been described as one of the greatest finds in the history of British palaeontology.

    The ichthyosaur, which is about 180m years old with a skeleton measuring about 10 metres in length and a skull weighing about a tonne, is the largest and most complete fossil of its kind ever found in the UK. Joe Davis of the Leicestershire and Rutland Wildlife Trust discovered it during the routine draining of a lagoon island at the Rutland Water reservoir in February 2021.

    Continue reading...", + "content": "

    Ichthyosaur about 10 metres long and dating back 180m years discovered at Rutland Water

    A gigantic prehistoric “sea dragon” discovered in the Midlands has been described as one of the greatest finds in the history of British palaeontology.

    The ichthyosaur, which is about 180m years old with a skeleton measuring about 10 metres in length and a skull weighing about a tonne, is the largest and most complete fossil of its kind ever found in the UK. Joe Davis of the Leicestershire and Rutland Wildlife Trust discovered it during the routine draining of a lagoon island at the Rutland Water reservoir in February 2021.

    Continue reading...", + "category": "Fossils", + "link": "https://www.theguardian.com/science/2022/jan/10/huge-sea-dragon-named-one-of-uks-greatest-fossil-finds", + "creator": "Hannah Devlin Science correspondent", + "pubDate": "2022-01-10T06:00:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280342,17 +284632,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "60bec2df3bbf184dafd7007edd399fec", + "hash": "86a72ca85d93b1bf627f10b67f4320d8", "highlights": [] }, { - "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", + "title": "Covid live: WHO says ‘we can see the end in sight but we’re not there’; Germany to study rapid test reliability for Omicron", + "description": "

    Dr David Nabarro says virus will ‘pose difficult situation’ for three months at least; German health minister casts doubt on rapid tests to detect Omicron

    Two of New Zealand’s most prominent Covid-19 experts have warned that the country is unprepared to prevent the health system from being overloaded by an Omicron outbreak, with likely fatal consequences.

    Otago University’s Dr Nick Wilson and Dr Michael Baker also said it was only a “matter of weeks” before the highly transmissible variant seeped into the community due to border failures.

    Continue reading...", + "content": "

    Dr David Nabarro says virus will ‘pose difficult situation’ for three months at least; German health minister casts doubt on rapid tests to detect Omicron

    Two of New Zealand’s most prominent Covid-19 experts have warned that the country is unprepared to prevent the health system from being overloaded by an Omicron outbreak, with likely fatal consequences.

    Otago University’s Dr Nick Wilson and Dr Michael Baker also said it was only a “matter of weeks” before the highly transmissible variant seeped into the community due to border failures.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/10/covid-live-news-40-of-israel-could-be-infected-in-current-wave-germany-to-study-rapid-antigen-test-reliability-for-omicron", + "creator": "Tom Ambrose (now) and Samantha Lock (earlier)", + "pubDate": "2022-01-10T09:46:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280364,17 +284654,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8d41fe5f3e104e8f2ccc02c0c79a92a", + "hash": "054af0927a76962b1c168708200f8863", "highlights": [] }, { - "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", + "title": "Will we ever reach herd immunity to Covid? | Erin Mordecai and Mallory Harris", + "description": "

    Access to vaccines, masks and tests will help us make the awkward transition from pandemic to endemic

    In May 2020, we and other scientists predicted that many regions of the world might never reach the herd immunity threshold for Covid-19 – the point at which enough people are immune to infection that transmission begins to slow down.

    This remains true today, even as vaccines have become accessible in wealthy nations and many people have built up immunity through vaccinations, boosters and previous infections.

    Erin Mordecai is an assistant professor of biology at Stanford University. Mallory Harris is a PhD candidate at Stanford University, where she studies infectious disease

    Continue reading...", + "content": "

    Access to vaccines, masks and tests will help us make the awkward transition from pandemic to endemic

    In May 2020, we and other scientists predicted that many regions of the world might never reach the herd immunity threshold for Covid-19 – the point at which enough people are immune to infection that transmission begins to slow down.

    This remains true today, even as vaccines have become accessible in wealthy nations and many people have built up immunity through vaccinations, boosters and previous infections.

    Erin Mordecai is an assistant professor of biology at Stanford University. Mallory Harris is a PhD candidate at Stanford University, where she studies infectious disease

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/commentisfree/2022/jan/10/herd-immunity-threshold-covid-new-variants", + "creator": "Erin Mordecai and Mallory Harris", + "pubDate": "2022-01-10T08:00:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280386,17 +284676,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c13b1faa0402f9a96fd98c397bbdd0d9", + "hash": "fea4844b0ddfddf3154bb45c9724eaea", "highlights": [] }, { - "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", + "title": "‘We will weather this storm’: Omicron wreaks havoc on Broadway", + "description": "

    After a successful reopening, Covid-19 has yet again forced many hit shows to either take a hiatus or close for good but industry insiders are optimistic

    At the curtain call, Hugh Jackman put his arm around Kathy Voytko, an understudy suddenly thrust into the role of leading lady Marian Paroo in The Music Man.

    “Kathy, when she turned up to work at 12 o’clock, could have played any of eight roles,” Jackman, who plays Harold Hill in the musical, told the cheering audience. “it happened to be the leading lady. She found out at 12 noon today and, at 1 o’clock, she had her very first rehearsal as Marian Paroo.”

    Continue reading...", + "content": "

    After a successful reopening, Covid-19 has yet again forced many hit shows to either take a hiatus or close for good but industry insiders are optimistic

    At the curtain call, Hugh Jackman put his arm around Kathy Voytko, an understudy suddenly thrust into the role of leading lady Marian Paroo in The Music Man.

    “Kathy, when she turned up to work at 12 o’clock, could have played any of eight roles,” Jackman, who plays Harold Hill in the musical, told the cheering audience. “it happened to be the leading lady. She found out at 12 noon today and, at 1 o’clock, she had her very first rehearsal as Marian Paroo.”

    Continue reading...", + "category": "Broadway", + "link": "https://www.theguardian.com/stage/2022/jan/10/omicron-covid-coronvirus-broadway-theatre-stage", + "creator": "David Smith in Washington", + "pubDate": "2022-01-10T07:06:42Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280408,17 +284698,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b94c0375e33280a5a3d9dc849dc2a93", + "hash": "095a634a42ab5db0754803fbfdd6c42a", "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", + "title": "NHS England strikes private hospitals deal to fight Omicron surge", + "description": "

    Nightingale hubs being created at some hospitals as part of a move to provide up to 4,000 extra beds

    Hospitals in England will be able to use private hospitals and staff under a deal with the NHS to maintain services as Omicron cases surge, avoiding delays in treatment for patients with illnesses such as cancer.

    The move comes as hospitals have also been told to find extra beds in gyms and education centres owing to rising numbers of Covid patients.

    Continue reading...", + "content": "

    Nightingale hubs being created at some hospitals as part of a move to provide up to 4,000 extra beds

    Hospitals in England will be able to use private hospitals and staff under a deal with the NHS to maintain services as Omicron cases surge, avoiding delays in treatment for patients with illnesses such as cancer.

    The move comes as hospitals have also been told to find extra beds in gyms and education centres owing to rising numbers of Covid patients.

    Continue reading...", + "category": "Hospitals", + "link": "https://www.theguardian.com/society/2022/jan/10/nhs-england-strikes-private-hospitals-deal-to-fight-omicron-surge", + "creator": "Sarah Marsh", + "pubDate": "2022-01-10T08:11:45Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280430,17 +284720,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e2e3675adf8890349c897c6a4d847d5", + "hash": "32c9ba724aaa5ba00632b8ebbe9a55e1", "highlights": [] }, { - "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", + "title": "‘We’re just little country bumpkins!’: 2022’s hottest band Wet Leg on songs, silliness and their surprise success", + "description": "

    Rhian Teasdale and Hester Chambers’ feelgood anthems have beguiled fans. But after playing for fun and turning down record labels to rollerskate – do they finally feel they are a ‘real band’?

    How does a song by an unknown band get to be listened to 6.5m times? It was hard enough to determine in the olden days, before streaming existed, when we still said “popular” instead of “viral”; it is absolutely baffling now. If anyone knew, Facebook would have written an algorithm for it. That hasn’t stopped critics twisting and turning to account for the success of Chaise Longue, by the Isle of Wight duo Wet Leg, which was hotly followed by their astronomically successful follow-up singles, Wet Dream and Too Late Now. They haven’t even released an album yet.

    Is it because they are, as one reviewer put it, witty and sexy, and indie rock normally isn’t? Everyone loves them, from Florence Welch to Hayley Williams to Iggy Pop. Is it because they have been compared to the likes of Violent Femmes and Björk? They have certainly unleashed an (often contradictory) avalanche of they-remind-me-ofs, not because they are derivative; but because they put everyone in a good mood. We all reach wildly for the first or last band that put us in a good mood.

    Continue reading...", + "content": "

    Rhian Teasdale and Hester Chambers’ feelgood anthems have beguiled fans. But after playing for fun and turning down record labels to rollerskate – do they finally feel they are a ‘real band’?

    How does a song by an unknown band get to be listened to 6.5m times? It was hard enough to determine in the olden days, before streaming existed, when we still said “popular” instead of “viral”; it is absolutely baffling now. If anyone knew, Facebook would have written an algorithm for it. That hasn’t stopped critics twisting and turning to account for the success of Chaise Longue, by the Isle of Wight duo Wet Leg, which was hotly followed by their astronomically successful follow-up singles, Wet Dream and Too Late Now. They haven’t even released an album yet.

    Is it because they are, as one reviewer put it, witty and sexy, and indie rock normally isn’t? Everyone loves them, from Florence Welch to Hayley Williams to Iggy Pop. Is it because they have been compared to the likes of Violent Femmes and Björk? They have certainly unleashed an (often contradictory) avalanche of they-remind-me-ofs, not because they are derivative; but because they put everyone in a good mood. We all reach wildly for the first or last band that put us in a good mood.

    Continue reading...", + "category": "Music", + "link": "https://www.theguardian.com/music/2022/jan/10/were-just-little-country-bumpkins-2022s-hottest-band-wet-leg-on-songs-silliness-and-their-surprise-success", + "creator": "Zoe Williams", + "pubDate": "2022-01-10T06:00:41Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280452,17 +284742,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ca2d790f6a74db0b0bbcdfcbe87a01d", + "hash": "abc1cdeb77008d5c32f060305a0ffbae", "highlights": [] }, { - "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", + "title": "A new start after 60: ‘I almost died of cancer. Then I became an actor – at 63!’", + "description": "

    Julian Bird was a psychiatrist when he was diagnosed with bladder cancer – and began daydreaming about being an actor. Seventeen years later, he is playing the lead at a London theatre

    When Julian Bird was 60, he was diagnosed with cancer of the bladder. He had a series of operations, “all very unpleasant”, and learned that he “was likely to die pretty soon”. After 34 years as a psychiatrist, in that intense state of mind, he began to daydream about becoming a professional actor.

    The bleak prognosis held for only a few months, and as he recovered Bird reevaluated his life “and what to do with what was left of it”. At the age of 63, he enrolled at the Royal Central School of Speech and Drama. This month, at 80, he is the lead in the play Freud’s Last Session, at the King’s Head theatre, in north London.

    Continue reading...", + "content": "

    Julian Bird was a psychiatrist when he was diagnosed with bladder cancer – and began daydreaming about being an actor. Seventeen years later, he is playing the lead at a London theatre

    When Julian Bird was 60, he was diagnosed with cancer of the bladder. He had a series of operations, “all very unpleasant”, and learned that he “was likely to die pretty soon”. After 34 years as a psychiatrist, in that intense state of mind, he began to daydream about becoming a professional actor.

    The bleak prognosis held for only a few months, and as he recovered Bird reevaluated his life “and what to do with what was left of it”. At the age of 63, he enrolled at the Royal Central School of Speech and Drama. This month, at 80, he is the lead in the play Freud’s Last Session, at the King’s Head theatre, in north London.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/10/a-new-start-after-60-i-almost-died-of-cancer-then-i-became-an-actor-at-63", + "creator": "Paula Cocozza", + "pubDate": "2022-01-10T06:00:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280474,17 +284764,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e305b74cbc7f42f752b89d015083a6fe", + "hash": "e6877880ae2893c6c3d8b4e2cb3587d2", "highlights": [] }, { - "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", + "title": "A man on a mission to preserve Barcelona’s decorative floor tiles", + "description": "

    As 19th-century apartment blocks become luxury flats, Joan Moliner is saving part of the city’s heritage

    Each morning, from the moment when Joan Moliner unfolds his bicycle for the ride to work to Barcelona city centre, he is on a mission, one eye on the road, the other on builders’ skips. His quarry, if that’s the word, is cement floor tiles.

    All over the city, 19th-century apartment blocks are being made over into luxury flats. In the process, a vital part of Barcelona’s heritage – its decorative tiled floors – is ending up in a dump.

    Continue reading...", + "content": "

    As 19th-century apartment blocks become luxury flats, Joan Moliner is saving part of the city’s heritage

    Each morning, from the moment when Joan Moliner unfolds his bicycle for the ride to work to Barcelona city centre, he is on a mission, one eye on the road, the other on builders’ skips. His quarry, if that’s the word, is cement floor tiles.

    All over the city, 19th-century apartment blocks are being made over into luxury flats. In the process, a vital part of Barcelona’s heritage – its decorative tiled floors – is ending up in a dump.

    Continue reading...", + "category": "Barcelona", + "link": "https://www.theguardian.com/world/2022/jan/10/a-man-on-a-mission-to-preserve-barcelonas-decorative-floor-tiles", + "creator": "Stephen Burgen in Barcelona", + "pubDate": "2022-01-10T05:00:40Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280496,17 +284786,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b2ac22a8fddc653b9b7fc0763d13a21", + "hash": "8ca1e16dd3cd52dea5aae2dd75698044", "highlights": [] }, { - "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", + "title": "‘I’m more worried than excited about the future’: Japan’s Coming of Age Day tinged with anxiety", + "description": "

    20-year-olds contemplate an uncertain future shaped by the coronavirus pandemic and Japan’s skewed demographics

    On the second Monday in January every year, Japan’s 20-year-olds put on their best kimono and suits, brave the winter chill and congregate at event halls across the country to celebrate their official passage into adulthood.

    In happier times, Coming of Age Day is a time to reunite with old school friends from the same neighbourhood and take endless commemorative photos, knowing that a party invariably involving the legal consumption of alcohol will be just reward for sitting through dreary speeches by local dignitaries.

    Continue reading...", + "content": "

    20-year-olds contemplate an uncertain future shaped by the coronavirus pandemic and Japan’s skewed demographics

    On the second Monday in January every year, Japan’s 20-year-olds put on their best kimono and suits, brave the winter chill and congregate at event halls across the country to celebrate their official passage into adulthood.

    In happier times, Coming of Age Day is a time to reunite with old school friends from the same neighbourhood and take endless commemorative photos, knowing that a party invariably involving the legal consumption of alcohol will be just reward for sitting through dreary speeches by local dignitaries.

    Continue reading...", + "category": "Japan", + "link": "https://www.theguardian.com/world/2022/jan/10/im-more-worried-than-excited-about-the-future-japans-coming-of-age-day-tinged-with-anxiety", + "creator": "Justin McCurry in Tokyo", + "pubDate": "2022-01-10T00:01:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280518,17 +284808,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fd04fe5d362344b7cb046710fc4a55e6", + "hash": "85178ce2bff748bca7abd995519c2846", "highlights": [] }, { - "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", + "title": "‘No Jacket Required would be the soundtrack of hell’: the Rev Richard Coles’s honest playlist", + "description": "

    The former Communard says he knows every word to Jesus Christ Superstar – what else does he listen to away from the pulpit?

    The first song I remember hearing
    My Bonnie Lies Over the Ocean, from a multi-coloured vinyl kids’ album. I liked it so much, I dressed up like the kid in the John Lewis advert and danced around the sunroom to the song in a bedspread and headdress to entertain my mother’s knit and natter group, but they just looked puzzled.

    The song I inexplicably know every lyric to
    I grew up in Kettering. We didn’t have culture. The nearest we got was Andrew Lloyd Webber. I went to see Jesus Christ Superstar, got the album, then the sheet music. So I probably know every word.

    Continue reading...", + "content": "

    The former Communard says he knows every word to Jesus Christ Superstar – what else does he listen to away from the pulpit?

    The first song I remember hearing
    My Bonnie Lies Over the Ocean, from a multi-coloured vinyl kids’ album. I liked it so much, I dressed up like the kid in the John Lewis advert and danced around the sunroom to the song in a bedspread and headdress to entertain my mother’s knit and natter group, but they just looked puzzled.

    The song I inexplicably know every lyric to
    I grew up in Kettering. We didn’t have culture. The nearest we got was Andrew Lloyd Webber. I went to see Jesus Christ Superstar, got the album, then the sheet music. So I probably know every word.

    Continue reading...", + "category": "Music", + "link": "https://www.theguardian.com/music/2022/jan/10/no-jacket-required-would-be-the-soundtrack-of-hell-the-rev-richard-coless-honest-playlist", + "creator": "As told to Rich Pelley", + "pubDate": "2022-01-10T07:00:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280540,17 +284830,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "38a34c46ca9ac3fd2b05d86b5b1cb913", + "hash": "8a078eceb92ad26d169413c003413e59", "highlights": [] }, { - "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", + "title": "Leaseholders will not have to pay to fix any fire risks, vows Gove", + "description": "

    Communities and levelling up secretary says developers or freeholders should foot bill for all fire risks – not just cladding

    Michael Gove has said leaseholders will not have to pay large sums to remedy fire defects in blocks of flats that go beyond cladding, after campaigners said a £4bn package to try and ease the crisis might not go far enough.

    “My guiding principle is that leaseholders should not be held responsible for paying for work that was not their responsibility in the first place, and that it should be the owners of these buildings or those who were responsible for their construction that should pay,” the communities and levelling up secretary told BBC1’s Breakfast.

    Continue reading...", + "content": "

    Communities and levelling up secretary says developers or freeholders should foot bill for all fire risks – not just cladding

    Michael Gove has said leaseholders will not have to pay large sums to remedy fire defects in blocks of flats that go beyond cladding, after campaigners said a £4bn package to try and ease the crisis might not go far enough.

    “My guiding principle is that leaseholders should not be held responsible for paying for work that was not their responsibility in the first place, and that it should be the owners of these buildings or those who were responsible for their construction that should pay,” the communities and levelling up secretary told BBC1’s Breakfast.

    Continue reading...", + "category": "Grenfell Tower fire", + "link": "https://www.theguardian.com/uk-news/2022/jan/10/leaseholders-will-not-have-to-pay-to-fix-any-fire-risks-vows-gove", + "creator": "Peter Walker Political correspondent", + "pubDate": "2022-01-10T09:39:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280562,17 +284852,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "41f264424746b95ef3693adccb754d64", + "hash": "ca526028a9aa96b2e9b7c13fa10376c6", "highlights": [] }, { - "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": "‘The extremist media has tried to destroy me’: Oscar-winning Iranian director Asghar Farhadi", + "description": "

    He has been detained at airports and told never to return to Iran. But the director refuses to be silenced about outrages in his own country – and in the west. Could this cost him another Oscar at this year’s awards?

    Withdrawing your film from the Oscars would be career suicide for most directors, but in November Asghar Farhadi appeared to do precisely that. Shortly after Iran’s state-controlled film board put his movie, A Hero, up for the best international feature Oscar, Farhadi released a statement on Instagram saying he was “fed up” with suggestions in Iranian media that he was sympathetic to the country’s hardline government. “If your introduction of my film for the Oscars has led you to the conclusion that I am in your debt,” he wrote, “I am explicitly declaring now that I have no problem with you reversing this decision.”

    Farhadi, it could be argued, can afford to make such a gesture. He has already won two international feature Oscars – for A Separation in 2012 and The Salesman in 2017 – and many more awards besides (A Hero won the Grand Prix at Cannes last year). Such achievements inevitably convey national hero status. At the same time, he seems to have trodden a careful line when it comes to his country’s oppressive regime. Other Iranian film-makers, such as Jafar Panahi and Mohammad Rasoulof, have paid a heavy price for criticising aspects of Iranian society, from prison sentences and house arrests to travel bans. Farhadi seems to have been spared similar treatment. Hence the accusations that he was “pro- government”.

    Continue reading...", + "content": "

    He has been detained at airports and told never to return to Iran. But the director refuses to be silenced about outrages in his own country – and in the west. Could this cost him another Oscar at this year’s awards?

    Withdrawing your film from the Oscars would be career suicide for most directors, but in November Asghar Farhadi appeared to do precisely that. Shortly after Iran’s state-controlled film board put his movie, A Hero, up for the best international feature Oscar, Farhadi released a statement on Instagram saying he was “fed up” with suggestions in Iranian media that he was sympathetic to the country’s hardline government. “If your introduction of my film for the Oscars has led you to the conclusion that I am in your debt,” he wrote, “I am explicitly declaring now that I have no problem with you reversing this decision.”

    Farhadi, it could be argued, can afford to make such a gesture. He has already won two international feature Oscars – for A Separation in 2012 and The Salesman in 2017 – and many more awards besides (A Hero won the Grand Prix at Cannes last year). Such achievements inevitably convey national hero status. At the same time, he seems to have trodden a careful line when it comes to his country’s oppressive regime. Other Iranian film-makers, such as Jafar Panahi and Mohammad Rasoulof, have paid a heavy price for criticising aspects of Iranian society, from prison sentences and house arrests to travel bans. Farhadi seems to have been spared similar treatment. Hence the accusations that he was “pro- government”.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2022/jan/10/extremist-media-tried-destroy-me-oscar-winning-iranian-director-asghar-farhadi", + "creator": "Steve Rose", + "pubDate": "2022-01-10T06:00:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280584,17 +284874,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "783a3a938d9f2eaef5286674e9d2c155", + "hash": "ea74e8fa576574d797e9a3905914cf6d", "highlights": [] }, { - "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": "Rise of rightwing extremism in US military sparks fears over democracy", + "description": "

    Experts caution the defense department’s safeguards don’t go far enough and that ‘we’re behind the ball on what we know’

    Fears are growing among experts, politicians, and former generals about the rise of rightwing extremism in the US military and the potential threat it could pose to American democracy.

    Even as the US Department of Defense issues new policies to root out extremism in its ranks, some experts caution that the safeguards don’t go far enough, leaving the next election vulnerable to attack as well as fears about a broader violent “insurgency” by rightwing radicals.

    Continue reading...", + "content": "

    Experts caution the defense department’s safeguards don’t go far enough and that ‘we’re behind the ball on what we know’

    Fears are growing among experts, politicians, and former generals about the rise of rightwing extremism in the US military and the potential threat it could pose to American democracy.

    Even as the US Department of Defense issues new policies to root out extremism in its ranks, some experts caution that the safeguards don’t go far enough, leaving the next election vulnerable to attack as well as fears about a broader violent “insurgency” by rightwing radicals.

    Continue reading...", + "category": "US military", + "link": "https://www.theguardian.com/us-news/2022/jan/10/us-military-rightwing-extremism-american-democracy", + "creator": "Sergio Olmos", + "pubDate": "2022-01-10T09:00:45Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280606,17 +284896,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "af77dcbd56a3f56fb90917380ae68c86", + "hash": "71a11b4bfaf67538657bd3df90e4e1f9", "highlights": [] }, { - "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": "Brazil: rock breaks from cliff and falls on boaters, leaving 10 dead", + "description": "

    Some people could still be missing after the accident on Furnas Lake in Minas Gerais state, police said

    A towering slab of rock broke from a cliff and toppled on to pleasure boaters drifting near a waterfall on a Brazilian lake on Saturday, leaving 10 people dead.

    Police said that there was a possibility that some people were still missing on Sunday following the accident in Minas Gerais state. At least 32 people were injured, though most were released from hospitals by Saturday evening.

    Continue reading...", + "content": "

    Some people could still be missing after the accident on Furnas Lake in Minas Gerais state, police said

    A towering slab of rock broke from a cliff and toppled on to pleasure boaters drifting near a waterfall on a Brazilian lake on Saturday, leaving 10 people dead.

    Police said that there was a possibility that some people were still missing on Sunday following the accident in Minas Gerais state. At least 32 people were injured, though most were released from hospitals by Saturday evening.

    Continue reading...", + "category": "Brazil", + "link": "https://www.theguardian.com/world/2022/jan/08/brazil-rock-breaks-from-cliff-and-falls-on-boaters-leaving-at-least-five-dead", + "creator": "Associated Press", + "pubDate": "2022-01-09T23:19:25Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280628,17 +284918,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1f72eb5ae3a612301031bacb9329e87", + "hash": "bdc4ddcb2e8e431615ec112c0305c790", "highlights": [] }, { - "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": "New Zealand not prepared for Omicron outbreak expected in ‘matter of weeks’, experts warn", + "description": "

    Dr Nick Wilson and Dr Michael Baker say country’s ‘traffic light’ Covid protection framework is ‘not fit for purpose’

    Two of New Zealand’s most prominent Covid-19 experts have warned that the country is unprepared to prevent the health system from being overloaded by an Omicron outbreak, with likely fatal consequences.

    Otago University’s Dr Nick Wilson and Dr Michael Baker also said it was only a “matter of weeks” before the highly transmissible variant seeped into the community due to border failures.

    Continue reading...", + "content": "

    Dr Nick Wilson and Dr Michael Baker say country’s ‘traffic light’ Covid protection framework is ‘not fit for purpose’

    Two of New Zealand’s most prominent Covid-19 experts have warned that the country is unprepared to prevent the health system from being overloaded by an Omicron outbreak, with likely fatal consequences.

    Otago University’s Dr Nick Wilson and Dr Michael Baker also said it was only a “matter of weeks” before the highly transmissible variant seeped into the community due to border failures.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/2022/jan/10/new-zealand-not-prepared-for-omicron-outbreak-expected-in-matter-of-weeks-experts-warn", + "creator": "Pete McKenzie in Wellington", + "pubDate": "2022-01-10T02:57:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280650,17 +284940,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "16000cdc090ed40653f0c4309ece1609", + "hash": "5d15e613fe32445a5ff60b9221cb12e8", "highlights": [] }, { - "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": "Tropical Cyclone Tiffany weakens after making landfall in far north Queensland", + "description": "

    Storm downgraded to tropical low as it crossed Cape York Peninsula, but expected to ramp up as it moves into Northern Territory

    Tropical Cyclone Tiffany has weakened to a tropical low after making landfall in far north Queensland, but is expected to redevelop into a serious storm as it approaches the Top End.

    The cyclone, which formed in the Coral Sea, crossed Queensland’s northern coast, Cape York Peninsula, about 90km southeast of Coen at about 2pm on Monday. There was widespread rainfall across the top of the state as it hit land and moved westward at about 12km an hour.

    Continue reading...", + "content": "

    Storm downgraded to tropical low as it crossed Cape York Peninsula, but expected to ramp up as it moves into Northern Territory

    Tropical Cyclone Tiffany has weakened to a tropical low after making landfall in far north Queensland, but is expected to redevelop into a serious storm as it approaches the Top End.

    The cyclone, which formed in the Coral Sea, crossed Queensland’s northern coast, Cape York Peninsula, about 90km southeast of Coen at about 2pm on Monday. There was widespread rainfall across the top of the state as it hit land and moved westward at about 12km an hour.

    Continue reading...", + "category": "Queensland", + "link": "https://www.theguardian.com/australia-news/2022/jan/10/tropical-cyclone-tiffany-makes-landfall-in-far-north-queensland-as-category-two-storm", + "creator": "Australian Associated Press and Lane Sainty", + "pubDate": "2022-01-10T08:53:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280672,17 +284962,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "12ea2e846f558a96caf56e105bc0eead", + "hash": "19096a4ca2a5a959d50be1b801bbacce", "highlights": [] }, { - "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", + "title": "UK faces legal action for approving firm accused of using forced labour as PPE supplier", + "description": "

    High court to review government’s decision to include subsidiary of Malaysia’s Supermax in £6bn ‘framework’ deal for buying gloves

    The UK government is facing legal action over its decision to keep using a Malaysian company accused of using forced labour as a supplier of personal protective equipment (PPE) to the NHS.

    Lawyers at the London-based law firm Wilson Solicitors have filed for a judicial review of the government’s decision to name the UK subsidiary of the Malaysian company Supermax as one of the approved suppliers in a new £6bn contract for disposable gloves for NHS workers.

    Continue reading...", + "content": "

    High court to review government’s decision to include subsidiary of Malaysia’s Supermax in £6bn ‘framework’ deal for buying gloves

    The UK government is facing legal action over its decision to keep using a Malaysian company accused of using forced labour as a supplier of personal protective equipment (PPE) to the NHS.

    Lawyers at the London-based law firm Wilson Solicitors have filed for a judicial review of the government’s decision to name the UK subsidiary of the Malaysian company Supermax as one of the approved suppliers in a new £6bn contract for disposable gloves for NHS workers.

    Continue reading...", + "category": "Malaysia", + "link": "https://www.theguardian.com/global-development/2022/jan/06/uk-faces-legal-action-for-approving-firm-accused-of-using-forced-labour-as-ppe-supplier", + "creator": "Peter Bengtsen", + "pubDate": "2022-01-06T14:43:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280694,17 +284984,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "804d529235a32c0b08b0b64beb9da65a", + "hash": "91dd34b57deca6ea990b312186d4cea4", "highlights": [] }, { - "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", + "title": "At least 22 stranded tourists dead at Pakistan hill station after heavy snowfall – video", + "description": "

    At least 22 tourists died in freezing temperatures after being stranded in their vehicles in northern Pakistan, where thousands had flocked to enjoy the snow. 

    Some 1,000 vehicles are still stranded in Murree, 40 miles north-east of the capital Islamabad. 

    'The local people are delivering blankets and food. Now we are only allowing vehicles carrying blankets and food towards Murree,' Sheikh Rashid Ahmed, Pakistan's interior minister, said.

    Army platoons and paramilitary forces have been deployed to help the civil administration in rescue operations, he said.

    Continue reading...", + "content": "

    At least 22 tourists died in freezing temperatures after being stranded in their vehicles in northern Pakistan, where thousands had flocked to enjoy the snow. 

    Some 1,000 vehicles are still stranded in Murree, 40 miles north-east of the capital Islamabad. 

    'The local people are delivering blankets and food. Now we are only allowing vehicles carrying blankets and food towards Murree,' Sheikh Rashid Ahmed, Pakistan's interior minister, said.

    Army platoons and paramilitary forces have been deployed to help the civil administration in rescue operations, he said.

    Continue reading...", + "category": "Pakistan", + "link": "https://www.theguardian.com/world/video/2022/jan/08/at-least-22-stranded-tourists-dead-at-pakistan-hill-station-after-heavy-snowfall-video", + "creator": "", + "pubDate": "2022-01-08T14:52:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280716,17 +285006,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "79da00bf7d7242e996a3de412cb7bc72", + "hash": "d75f5324e1dbe14ea2790f14af7b0164", "highlights": [] }, { - "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", + "title": "'Devastated': family members pay tribute to Ahmaud Arbery at sentencing of killers – video", + "description": "

    Ahmaud Arbery's family bared their grief and loss to the judge during the sentencing of three white men convicted of his murder.

    The men, father and son Greg and Travis McMichael and their neighbor William 'Roddie' Bryan, chased down Arbery, who was jogging in his neighbourhood, in pickup trucks and shot him dead. 

    At the start of the hearing, superior court judge Timothy Walmsley rejected last-minute legal motions by Bryan's defense attorney to throw out his murder conviction and spare Bryan from the life sentence that state law imposes automatically

    Continue reading...", + "content": "

    Ahmaud Arbery's family bared their grief and loss to the judge during the sentencing of three white men convicted of his murder.

    The men, father and son Greg and Travis McMichael and their neighbor William 'Roddie' Bryan, chased down Arbery, who was jogging in his neighbourhood, in pickup trucks and shot him dead. 

    At the start of the hearing, superior court judge Timothy Walmsley rejected last-minute legal motions by Bryan's defense attorney to throw out his murder conviction and spare Bryan from the life sentence that state law imposes automatically

    Continue reading...", + "category": "Ahmaud Arbery", + "link": "https://www.theguardian.com/us-news/video/2022/jan/07/ahmaud-arbery-family-members-tribute-sentencing", + "creator": "", + "pubDate": "2022-01-07T20:12:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280738,17 +285028,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f28aab869ca54e7d9e0e9ec5ce2d698", + "hash": "9080ec240f8239cac1fe775793e6c1a3", "highlights": [] }, { - "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", + "title": "England 'global outlier' in terms of Covid policy, says Welsh first minister – video", + "description": "

    Mark Drakeford said the Welsh government was capable and determined to act to protect its population from coronavirus.

    He said that in England the government was 'politically paralysed' and that Boris Johnson was unable to secure an agreement among his MPs to take actions that would keep the population safe


    Continue reading...", + "content": "

    Mark Drakeford said the Welsh government was capable and determined to act to protect its population from coronavirus.

    He said that in England the government was 'politically paralysed' and that Boris Johnson was unable to secure an agreement among his MPs to take actions that would keep the population safe


    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2022/jan/07/england-global-outlier-covid-policy-says-welsh-first-minister-video", + "creator": "", + "pubDate": "2022-01-07T16:42:24Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280760,17 +285050,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2cde40a430d4e332550864c51b539961", + "hash": "e70b1f854b85c07632a95fdd0a39ffdf", "highlights": [] }, { - "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", + "title": "US tells Putin to choose confrontation or dialogue over Ukraine", + "description": "

    Secretary of state Tony Blinken says coming week of talks is moment of truth for Russian president

    The US has told Vladimir Putin to choose between dialogue and confrontation on the eve of a critical week of diplomacy over Ukraine as Russian troops remained massed along its borders.

    Senior diplomats from the US and Russia were expected to meet in Geneva on Sunday evening and Monday to discuss Moscow’s demands, set out last month in two draft treaties, one with the US and one with Nato. Much of their content is unacceptable to Washington and the alliance, most importantly a pledge that Ukraine will never be a Nato member.

    Continue reading...", + "content": "

    Secretary of state Tony Blinken says coming week of talks is moment of truth for Russian president

    The US has told Vladimir Putin to choose between dialogue and confrontation on the eve of a critical week of diplomacy over Ukraine as Russian troops remained massed along its borders.

    Senior diplomats from the US and Russia were expected to meet in Geneva on Sunday evening and Monday to discuss Moscow’s demands, set out last month in two draft treaties, one with the US and one with Nato. Much of their content is unacceptable to Washington and the alliance, most importantly a pledge that Ukraine will never be a Nato member.

    Continue reading...", + "category": "Ukraine", + "link": "https://www.theguardian.com/world/2022/jan/09/ukraine-fate-hangs-in-balance-as-critical-week-of-talks-begins", + "creator": "Julian Borger in Washington", + "pubDate": "2022-01-09T16:20:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280782,17 +285072,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4954a7b486c87b9b16321dd06bad54e", + "hash": "6f0ecbb9689a9d54b03a7bb68d874d54", "highlights": [] }, { - "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...", + "title": "Covid live: UK not yet ready to live with virus, says minister; Germany to study rapid test reliability for Omicron", + "description": "

    Michael Gove says pressure on UK hospitals still high; German health minister casts doubt on rapid antigen tests in detecting Omicron

    Two of New Zealand’s most prominent Covid-19 experts have warned that the country is unprepared to prevent the health system from being overloaded by an Omicron outbreak, with likely fatal consequences.

    Otago University’s Dr Nick Wilson and Dr Michael Baker also said it was only a “matter of weeks” before the highly transmissible variant seeped into the community due to border failures.

    Continue reading...", + "content": "

    Michael Gove says pressure on UK hospitals still high; German health minister casts doubt on rapid antigen tests in detecting Omicron

    Two of New Zealand’s most prominent Covid-19 experts have warned that the country is unprepared to prevent the health system from being overloaded by an Omicron outbreak, with likely fatal consequences.

    Otago University’s Dr Nick Wilson and Dr Michael Baker also said it was only a “matter of weeks” before the highly transmissible variant seeped into the community due to border failures.

    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", + "link": "https://www.theguardian.com/world/live/2022/jan/10/covid-live-news-40-of-israel-could-be-infected-in-current-wave-germany-to-study-rapid-antigen-test-reliability-for-omicron", + "creator": "Tom Ambrose (now) and Samantha Lock (earlier)", + "pubDate": "2022-01-10T08:24:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280804,17 +285094,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6fbd650149608c53c9da952a81f73a2", + "hash": "e78ccad6fc36972c40254312b3fce02f", "highlights": [] }, { - "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", + "title": "Home Office backing of women’s safety app is insulting, campaigners say", + "description": "

    Campaigners argue that tracking journeys does nothing to tackle male violence and may be open to abuse

    Women’s safety campaigners have called the Home Office’s backing of an app that allows users to track their friends’ journeys home “insulting to women and girls”, arguing that it does nothing to tackle the issue of men’s violence against women.

    The new app provides anyone walking home at night with a monitored route on their phone. If the walker moves more than 40 metres from the route or stops for more than three minutes, the app asks if they are OK. If there is no reply, nominated “guardians” – normally friends and family – receive a notification on their phones to say there has been a deviation. They can then check on the person in question and alert the police if they are unable to do so.

    Continue reading...", + "content": "

    Campaigners argue that tracking journeys does nothing to tackle male violence and may be open to abuse

    Women’s safety campaigners have called the Home Office’s backing of an app that allows users to track their friends’ journeys home “insulting to women and girls”, arguing that it does nothing to tackle the issue of men’s violence against women.

    The new app provides anyone walking home at night with a monitored route on their phone. If the walker moves more than 40 metres from the route or stops for more than three minutes, the app asks if they are OK. If there is no reply, nominated “guardians” – normally friends and family – receive a notification on their phones to say there has been a deviation. They can then check on the person in question and alert the police if they are unable to do so.

    Continue reading...", + "category": "Crime", + "link": "https://www.theguardian.com/uk-news/2022/jan/10/womens-safety-app-backed-by-home-office-is-insulting-experts-say", + "creator": "Alexandra Topping", + "pubDate": "2022-01-10T07:05:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280826,17 +285116,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c69f017fb1e6a72f8dfd0db486318050", + "hash": "4ab7a75386466e051ec4841d8482529b", "highlights": [] }, { - "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", + "title": "Bernie Sanders says Democrats are failing: ‘The party has turned its back on the working class’", + "description": "

    In an exclusive interview, the senator says it’s time to ‘step up and take on the greed of the ruling class in America’

    Senator Bernie Sanders has called on Democrats to make “a major course correction” that focuses on fighting for America’s working class and standing up to “powerful corporate interests” because the Democrats’ legislative agenda is stalled and their party faces tough prospects in this November’s elections.

    The White House is likely to see his comments as a shot across the bow by the left wing of a party increasingly frustrated at how centrist Democrats have managed to scupper or delay huge chunks of Biden’s domestic policy plans.

    Continue reading...", + "content": "

    In an exclusive interview, the senator says it’s time to ‘step up and take on the greed of the ruling class in America’

    Senator Bernie Sanders has called on Democrats to make “a major course correction” that focuses on fighting for America’s working class and standing up to “powerful corporate interests” because the Democrats’ legislative agenda is stalled and their party faces tough prospects in this November’s elections.

    The White House is likely to see his comments as a shot across the bow by the left wing of a party increasingly frustrated at how centrist Democrats have managed to scupper or delay huge chunks of Biden’s domestic policy plans.

    Continue reading...", + "category": "Bernie Sanders", + "link": "https://www.theguardian.com/us-news/2022/jan/10/bernie-sanders-democrats-failing-working-class-interview", + "creator": "Steven Greenhouse", + "pubDate": "2022-01-10T07:00:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280848,17 +285138,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee9a5662513cf404ee98139cf58cf30b", + "hash": "6ee56fb2f4942914c9b8414bb523672a", "highlights": [] }, { - "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", + "title": "‘Tough times’: Scott Morrison says economy ‘obviously’ taking a hit from Omicron", + "description": "

    PM says the surge in cases has inevitably affected businesses through staff shortages and a drop in consumer spending

    The prime minister, Scott Morrison, says the economy is “obviously” taking a hit from the Omicron wave of the pandemic, while Labor is warning that mismanaging health outcomes will make the situation worse.

    As the country recorded another 71,000 cases nationally on Monday, Morrison said it was “understandable” that the Omicron variant was affecting the economy, but he was hopeful of a strong rebound.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "content": "

    PM says the surge in cases has inevitably affected businesses through staff shortages and a drop in consumer spending

    The prime minister, Scott Morrison, says the economy is “obviously” taking a hit from the Omicron wave of the pandemic, while Labor is warning that mismanaging health outcomes will make the situation worse.

    As the country recorded another 71,000 cases nationally on Monday, Morrison said it was “understandable” that the Omicron variant was affecting the economy, but he was hopeful of a strong rebound.

    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/2022/jan/10/tough-times-scott-morrison-says-economy-obviously-taking-a-hit-from-omicron", + "creator": "Sarah Martin", + "pubDate": "2022-01-10T07:47:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280870,17 +285160,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba07f316b2f457a2d2950a2164b15511", + "hash": "f25cb2651041ed87c47fe11689982ee4", "highlights": [] }, { - "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", + "title": "Ostrich run: more than 80 birds run through the streets of Chongzuo, China – video", + "description": "

    Footage has emerged of a group of ostriches on the run through the streets of Chongzuo in China.

    It is believed the ostriches escaped from a farm owing to the gate not being closed properly, according to local media.

    No injuries were reported and the owner managed to recapture the majority of the ostriches with the help of the police in the early hours of Saturday 8 January

    Continue reading...", + "content": "

    Footage has emerged of a group of ostriches on the run through the streets of Chongzuo in China.

    It is believed the ostriches escaped from a farm owing to the gate not being closed properly, according to local media.

    No injuries were reported and the owner managed to recapture the majority of the ostriches with the help of the police in the early hours of Saturday 8 January

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/video/2022/jan/09/china-more-than-80-ostriches-filmed-running-through-the-streets-of-chongzuo-video", + "creator": "", + "pubDate": "2022-01-09T21:38:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280892,17 +285182,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "82836a79e2cb19b3fda63b88ce42a4e1", + "hash": "a815fbd2a2f03af92c88457745a3775c", "highlights": [] }, { - "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", + "title": "Novak Djokovic released from immigration detention after Australian court quashes visa cancellation – live updates", + "description": "

    Federal court orders government to pay tennis star’s costs and release him within 30 minutes, but immigration minister could still intervene

    I have a live stream up and running now. Updates coming soon.

    A spokesperson for the court says the hearing is going ahead, but the live stream is still down:

    I am now advised the hearing has started. The court is working to rectify the situation. Apologies.

    Continue reading...", + "content": "

    Federal court orders government to pay tennis star’s costs and release him within 30 minutes, but immigration minister could still intervene

    I have a live stream up and running now. Updates coming soon.

    A spokesperson for the court says the hearing is going ahead, but the live stream is still down:

    I am now advised the hearing has started. The court is working to rectify the situation. Apologies.

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/sport/live/2022/jan/10/novak-djokovic-appeal-federal-circuit-court-cancellation-australian-visa-covid-vaccination-live-updates", + "creator": "Josh Taylor", + "pubDate": "2022-01-10T06:52:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280914,17 +285204,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae945d751541a7e40c373a3029dc2684", + "hash": "334b8943b40396aceb8d4f5d73192591", "highlights": [] }, { - "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", + "title": "Aung San Suu Kyi sentenced to four years in prison for walkie-talkie and Covid rule breaches", + "description": "

    Ousted leader is handed fresh convictions, a month after being sentenced to four years for incitement and breaking coronavirus restrictions

    Aung San Suu Kyi has been convicted of three criminal charges by a Myanmar junta court and sentenced to four years in prison in the latest in a slew of cases against the ousted civilian leader.

    Monday’s sentence adds to the penalties the court handed down in December when she was jailed for four years for incitement and breaching Covid-19 rules while campaigning. Junta chief Min Aung Hlaing cut that sentence to two years and said she could serve her term under house arrest in the capital, Naypyidaw.

    Continue reading...", + "content": "

    Ousted leader is handed fresh convictions, a month after being sentenced to four years for incitement and breaking coronavirus restrictions

    Aung San Suu Kyi has been convicted of three criminal charges by a Myanmar junta court and sentenced to four years in prison in the latest in a slew of cases against the ousted civilian leader.

    Monday’s sentence adds to the penalties the court handed down in December when she was jailed for four years for incitement and breaching Covid-19 rules while campaigning. Junta chief Min Aung Hlaing cut that sentence to two years and said she could serve her term under house arrest in the capital, Naypyidaw.

    Continue reading...", + "category": "Myanmar", + "link": "https://www.theguardian.com/world/2022/jan/10/aun-san-suu-kyi-sentenced-to-four-years-in-prison-for-walkie-talkie-and-covid-rule-breaches", + "creator": "Agence France-Presse", + "pubDate": "2022-01-10T05:44:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280936,17 +285226,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c5baf50b19b7cbf2e06efcf98e52455", + "hash": "0aa39dff5a02fc85733210aec26f8778", "highlights": [] }, { - "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", + "title": "Covid live news: UK urges pregnant women to get booster jab; Germany to study rapid antigen-test reliability for Omicron", + "description": "

    Almost all expectant mothers hospitalised with Covid symptoms in UK were unvaccinated, figures show; German health minister casts doubt on rapid antigen tests in detecting Omicron

    Two of New Zealand’s most prominent Covid-19 experts have warned that the country is unprepared to prevent the health system from being overloaded by an Omicron outbreak, with likely fatal consequences.

    Otago University’s Dr Nick Wilson and Dr Michael Baker also said it was only a “matter of weeks” before the highly transmissible variant seeped into the community due to border failures.

    Continue reading...", + "content": "

    Almost all expectant mothers hospitalised with Covid symptoms in UK were unvaccinated, figures show; German health minister casts doubt on rapid antigen tests in detecting Omicron

    Two of New Zealand’s most prominent Covid-19 experts have warned that the country is unprepared to prevent the health system from being overloaded by an Omicron outbreak, with likely fatal consequences.

    Otago University’s Dr Nick Wilson and Dr Michael Baker also said it was only a “matter of weeks” before the highly transmissible variant seeped into the community due to border failures.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/10/covid-live-news-40-of-israel-could-be-infected-in-current-wave-germany-to-study-rapid-antigen-test-reliability-for-omicron", + "creator": "Samantha Lock", + "pubDate": "2022-01-10T06:03:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280958,17 +285248,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3102f9f16480e48cd42a5f9972ed52a6", + "hash": "62c3f4e083862829257ede8e222c7009", "highlights": [] }, { - "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", + "title": "UK government urges all pregnant women to get immediate Covid jab", + "description": "

    Campaign comes as figures show almost all expectant mothers hospitalised with coronavirus symptoms were unvaccinated

    The UK government is warning that almost all pregnant women admitted to hospital with Covid symptoms were unvaccinated in one analysis over several months last year, as it kicks off an advertising campaign encouraging expectant mothers to get boosted.

    The campaign is calling on pregnant women not to wait to get either their first, second or booster jab. It will highlight the risks of Covid-19 to mothers and babies, with testimonies of pregnant women who have had the vaccine to be broadcast on radio and social media.

    Continue reading...", + "content": "

    Campaign comes as figures show almost all expectant mothers hospitalised with coronavirus symptoms were unvaccinated

    The UK government is warning that almost all pregnant women admitted to hospital with Covid symptoms were unvaccinated in one analysis over several months last year, as it kicks off an advertising campaign encouraging expectant mothers to get boosted.

    The campaign is calling on pregnant women not to wait to get either their first, second or booster jab. It will highlight the risks of Covid-19 to mothers and babies, with testimonies of pregnant women who have had the vaccine to be broadcast on radio and social media.

    Continue reading...", + "category": "Health policy", + "link": "https://www.theguardian.com/politics/2022/jan/10/uk-government-urges-all-pregnant-women-to-get-immediate-covid-jab", + "creator": "PA Media", + "pubDate": "2022-01-10T00:01:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -280980,17 +285270,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae43619e577e4d2efddef311dfab7bc0", + "hash": "73314c6625e2bf821a424f010c46e02e", "highlights": [] }, { - "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", + "title": "Alexandria Ocasio-Cortez announces positive Covid test", + "description": "
    • Progressive congresswoman ‘experiencing symptoms’
    • Office says political star had booster vaccine shot last year

    The Democratic congresswoman Alexandria Ocasio-Cortez has tested positive for Covid-19.

    In a statement on Sunday evening, the office of the New York progressive said she was “experiencing symptoms and recovering at home.

    Continue reading...", + "content": "
    • Progressive congresswoman ‘experiencing symptoms’
    • Office says political star had booster vaccine shot last year

    The Democratic congresswoman Alexandria Ocasio-Cortez has tested positive for Covid-19.

    In a statement on Sunday evening, the office of the New York progressive said she was “experiencing symptoms and recovering at home.

    Continue reading...", + "category": "Alexandria Ocasio-Cortez", + "link": "https://www.theguardian.com/us-news/2022/jan/09/alexandria-ocasio-cortez-positive-covid-test-omicron-new-york", + "creator": "Martin Pengelly in New York", + "pubDate": "2022-01-09T23:34:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281002,17 +285292,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "603e1f62cd2a9f3cdaa133e1ee2091e8", + "hash": "37f037c7fdcdfc8a4001e39f736f7914", "highlights": [] }, { - "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": "Global spread of autoimmune disease blamed on western diet", + "description": "

    New DNA research by London-based scientists hopes to find cure for rapidly spreading conditions

    More and more people around the world are suffering because their immune systems can no longer tell the difference between healthy cells and invading micro-organisms. Disease defences that once protected them are instead attacking their tissue and organs.

    Major international research efforts are being made to fight this trend – including an initiative at London’s Francis Crick Institute, where two world experts, James Lee and Carola Vinuesa, have set up separate research groups to help pinpoint the precise causes of autoimmune disease, as these conditions are known.

    Continue reading...", + "content": "

    New DNA research by London-based scientists hopes to find cure for rapidly spreading conditions

    More and more people around the world are suffering because their immune systems can no longer tell the difference between healthy cells and invading micro-organisms. Disease defences that once protected them are instead attacking their tissue and organs.

    Major international research efforts are being made to fight this trend – including an initiative at London’s Francis Crick Institute, where two world experts, James Lee and Carola Vinuesa, have set up separate research groups to help pinpoint the precise causes of autoimmune disease, as these conditions are known.

    Continue reading...", + "category": "Medical research", + "link": "https://www.theguardian.com/science/2022/jan/08/global-spread-of-autoimmune-disease-blamed-on-western-diet", + "creator": "Robin McKie Observer science editor", + "pubDate": "2022-01-09T08:45:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281024,17 +285314,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1308f0e670a5c48b53fe73777797c2ac", + "hash": "7e4c12cd43407a902857bad8b99caa8f", "highlights": [] }, { - "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", + "title": "Are we witnessing the dawn of post-theory science?", + "description": "

    Does the advent of machine learning mean the classic methodology of hypothesise, predict and test has had its day?

    Isaac Newton apocryphally discovered his second law – the one about gravity – after an apple fell on his head. Much experimentation and data analysis later, he realised there was a fundamental relationship between force, mass and acceleration. He formulated a theory to describe that relationship – one that could be expressed as an equation, F=ma – and used it to predict the behaviour of objects other than apples. His predictions turned out to be right (if not always precise enough for those who came later).

    Contrast how science is increasingly done today. Facebook’s machine learning tools predict your preferences better than any psychologist. AlphaFold, a program built by DeepMind, has produced the most accurate predictions yet of protein structures based on the amino acids they contain. Both are completely silent on why they work: why you prefer this or that information; why this sequence generates that structure.

    Continue reading...", + "content": "

    Does the advent of machine learning mean the classic methodology of hypothesise, predict and test has had its day?

    Isaac Newton apocryphally discovered his second law – the one about gravity – after an apple fell on his head. Much experimentation and data analysis later, he realised there was a fundamental relationship between force, mass and acceleration. He formulated a theory to describe that relationship – one that could be expressed as an equation, F=ma – and used it to predict the behaviour of objects other than apples. His predictions turned out to be right (if not always precise enough for those who came later).

    Contrast how science is increasingly done today. Facebook’s machine learning tools predict your preferences better than any psychologist. AlphaFold, a program built by DeepMind, has produced the most accurate predictions yet of protein structures based on the amino acids they contain. Both are completely silent on why they work: why you prefer this or that information; why this sequence generates that structure.

    Continue reading...", + "category": "Artificial intelligence (AI)", + "link": "https://www.theguardian.com/technology/2022/jan/09/are-we-witnessing-the-dawn-of-post-theory-science", + "creator": "Laura Spinney", + "pubDate": "2022-01-09T09:00:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281046,17 +285336,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0ff79043fc5b0f9e31cc125948a5ae7", + "hash": "ed1ea1f13a4dd2c64ec9d4e62bd1808f", "highlights": [] }, { - "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", + "title": "The trouble with Roblox, the video game empire built on child labour", + "description": "

    Young developers on the platform used by many millions of children claim they have been financially exploited, threatened with dismissal and sexually harassed

    Anna* was 10 when she built her first video game on Roblox, a digital platform where young people can make, share and play games together. She used Roblox much like a child from a previous generation might have used cardboard boxes, marker pens and stuffed toys to build a castle or a spaceship and fill it with characters and story. There was one alluring difference: Roblox hosted Anna’s tiny world online, enabling children she had never met and who maybe lived thousands of miles away from her home in Utah to visit and play. Using Roblox’s in-built tools – child-friendly versions of professional software – Anna began to learn the rudiments of music composition, computer programming and 3D modelling. Game-making became an obsession. When she wasn’t at school Anna was rarely off her computer.

    As she became more proficient, Anna’s work caught the attention of some experienced users on Roblox, game-makers in their 20s who messaged her with a proposition to collaborate on a more ambitious project. Flattered by their interest, Anna became the fifth member of the nascent team, contributing art, design and programming to the game. She did not sign up to make money, but during a Skype call the game-makers offered the teenager 10% of any profits the game made in the future. It turned out to be a generous offer. Within a few months, the game had become one of the most played on Roblox. For Anna, success had an unfathomable, life-changing impact. At 16 her monthly income somehow exceeded her parents’ combined salaries. She calculated that she was on course to earn $300,000 in a year, a salary equivalent to that of a highly experienced Google programmer. Anna cancelled her plans to go to college.

    Continue reading...", + "content": "

    Young developers on the platform used by many millions of children claim they have been financially exploited, threatened with dismissal and sexually harassed

    Anna* was 10 when she built her first video game on Roblox, a digital platform where young people can make, share and play games together. She used Roblox much like a child from a previous generation might have used cardboard boxes, marker pens and stuffed toys to build a castle or a spaceship and fill it with characters and story. There was one alluring difference: Roblox hosted Anna’s tiny world online, enabling children she had never met and who maybe lived thousands of miles away from her home in Utah to visit and play. Using Roblox’s in-built tools – child-friendly versions of professional software – Anna began to learn the rudiments of music composition, computer programming and 3D modelling. Game-making became an obsession. When she wasn’t at school Anna was rarely off her computer.

    As she became more proficient, Anna’s work caught the attention of some experienced users on Roblox, game-makers in their 20s who messaged her with a proposition to collaborate on a more ambitious project. Flattered by their interest, Anna became the fifth member of the nascent team, contributing art, design and programming to the game. She did not sign up to make money, but during a Skype call the game-makers offered the teenager 10% of any profits the game made in the future. It turned out to be a generous offer. Within a few months, the game had become one of the most played on Roblox. For Anna, success had an unfathomable, life-changing impact. At 16 her monthly income somehow exceeded her parents’ combined salaries. She calculated that she was on course to earn $300,000 in a year, a salary equivalent to that of a highly experienced Google programmer. Anna cancelled her plans to go to college.

    Continue reading...", + "category": "Games", + "link": "https://www.theguardian.com/games/2022/jan/09/the-trouble-with-roblox-the-video-game-empire-built-on-child-labour", + "creator": "Simon Parkin", + "pubDate": "2022-01-09T10:00:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281068,17 +285358,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "da3a317c3473a505c8c4720a61d3d163", + "hash": "33213075a0e1da9e3f0d01108523fd4e", "highlights": [] }, { - "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", + "title": "Country diary 1947: a moonlit drive to a distant farm", + "description": "

    16 January 1947: Two fallow deer flitted by, and here and there near the ground shining eyes stared out of the darkness

    Hereford
    As no time can be found by day, a journey had to be made in the evening to inspect potatoes at a distant farm. The moon was shining as I drove up lanes, guiding myself by a small map. I arrived at a farm gate and turned into a long drive full of pot-holes. My lights shone on big trees and strange high heaps of upturned roots that threw fantastic shadows. Two fallow deer flitted by, and here and there near the ground shining eyes stared out of the darkness.

    I came to an extensive range of buildings, and white squares of glass indicated the farmhouse. At first I thought there were towers of the pepper-box type one sees on Scotch castles, but they turned out to be hop kilns. The farmhouse was built of very large blocks of stone. I was welcomed in by a farmer and his son, and had a glimpse of a fine old kitchen, but, for the rest, it had been so divided up and altered into small papered rooms and winding passages that in the dim light it seemed a labyrinth with shadowy forms of the inhabitants moving to and fro.

    Continue reading...", + "content": "

    16 January 1947: Two fallow deer flitted by, and here and there near the ground shining eyes stared out of the darkness

    Hereford
    As no time can be found by day, a journey had to be made in the evening to inspect potatoes at a distant farm. The moon was shining as I drove up lanes, guiding myself by a small map. I arrived at a farm gate and turned into a long drive full of pot-holes. My lights shone on big trees and strange high heaps of upturned roots that threw fantastic shadows. Two fallow deer flitted by, and here and there near the ground shining eyes stared out of the darkness.

    I came to an extensive range of buildings, and white squares of glass indicated the farmhouse. At first I thought there were towers of the pepper-box type one sees on Scotch castles, but they turned out to be hop kilns. The farmhouse was built of very large blocks of stone. I was welcomed in by a farmer and his son, and had a glimpse of a fine old kitchen, but, for the rest, it had been so divided up and altered into small papered rooms and winding passages that in the dim light it seemed a labyrinth with shadowy forms of the inhabitants moving to and fro.

    Continue reading...", + "category": "Rural affairs", + "link": "https://www.theguardian.com/uk-news/2022/jan/10/country-diary-1947-a-moonlit-drive-to-a-distant-farm", + "creator": "Gwen McBryde", + "pubDate": "2022-01-10T06:00:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281090,17 +285380,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef9428edb313a47a1d0c392a969b6d6b", + "hash": "2711d135b13b1c67024b052c4a709113", "highlights": [] }, { - "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", + "title": "At least 200 villagers killed by bandits in north-west Nigeria", + "description": "

    Attacks by militants in Zamfara state are believed to be in response to military air strikes on hideouts

    At least 200 people are believed to have been killed in villages in the north-western Nigerian state of Zamfara during deadly reprisal attacks by armed bandits.

    Residents returned to the villages on Saturday after the military organised mass burials. The state government said 58 people had been killed during the attacks.

    Continue reading...", + "content": "

    Attacks by militants in Zamfara state are believed to be in response to military air strikes on hideouts

    At least 200 people are believed to have been killed in villages in the north-western Nigerian state of Zamfara during deadly reprisal attacks by armed bandits.

    Residents returned to the villages on Saturday after the military organised mass burials. The state government said 58 people had been killed during the attacks.

    Continue reading...", + "category": "Nigeria", + "link": "https://www.theguardian.com/world/2022/jan/09/hundreds-villagers-killed-by-bandits-in-north-west-nigeria", + "creator": "Staff and agencies", + "pubDate": "2022-01-09T01:24:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281112,17 +285402,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8768de485c63c2b000f7d545133d2ebc", + "hash": "3626246ec40ee93d58d76233e3bf8306", "highlights": [] }, { - "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", + "title": "Georgia Republican who resisted Trump insists he stands for ‘integrity and truth’", + "description": "

    Brad Raffensperger says opponent for key post ‘should know better’ as pastor but dodges questions about election restrictions

    The Republican official who famously resisted Donald Trump’s attempt to overturn his election defeat in Georgia has said he will run for re-election on a platform of “integrity and truth”, against an opponent who as a churchman “should know better” than to advance the former president’s lies.

    Brad Raffensperger, the Georgia secretary of state, became a household name after he turned down Trump’s demand that he “find 11,780 votes, which is one more than we have [to get]” in order to overturn Joe Biden’s win in the southern state. It was the first victory by a Democrat in a presidential race in Georgia since 1992.

    Continue reading...", + "content": "

    Brad Raffensperger says opponent for key post ‘should know better’ as pastor but dodges questions about election restrictions

    The Republican official who famously resisted Donald Trump’s attempt to overturn his election defeat in Georgia has said he will run for re-election on a platform of “integrity and truth”, against an opponent who as a churchman “should know better” than to advance the former president’s lies.

    Brad Raffensperger, the Georgia secretary of state, became a household name after he turned down Trump’s demand that he “find 11,780 votes, which is one more than we have [to get]” in order to overturn Joe Biden’s win in the southern state. It was the first victory by a Democrat in a presidential race in Georgia since 1992.

    Continue reading...", + "category": "US voting rights", + "link": "https://www.theguardian.com/us-news/2022/jan/10/brad-raffensperger-georgia-republican-trump-jody-hice", + "creator": "Martin Pengelly", + "pubDate": "2022-01-10T06:00:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281134,17 +285424,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2bd84989a2e54bf09ff816a909ce53f2", + "hash": "517863b93e6fabfeea0eb796ffc75089", "highlights": [] }, { - "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": "Assault on American democracy has gained pace since US Capitol attack", + "description": "

    Analysis: Republican strategy has focused on sowing doubt about 2020’s result, passing new laws and taking over key election offices

    On 6 January 2021, it seemed like the stitching holding America’s democracy together might finally collapse. As armed supporters of a defeated president laid siege to the Capitol, the US Congress did something extraordinary – it suspended the official procedure to certify the winner of a presidential election.

    The attack was eventually put down and Congress returned to officially certify Joe Biden’s victory. “They tried to disrupt our democracy. They failed,” Senator Mitch McConnell, the Republican leader in the Senate, said when the Senate came back into session.

    Continue reading...", + "content": "

    Analysis: Republican strategy has focused on sowing doubt about 2020’s result, passing new laws and taking over key election offices

    On 6 January 2021, it seemed like the stitching holding America’s democracy together might finally collapse. As armed supporters of a defeated president laid siege to the Capitol, the US Congress did something extraordinary – it suspended the official procedure to certify the winner of a presidential election.

    The attack was eventually put down and Congress returned to officially certify Joe Biden’s victory. “They tried to disrupt our democracy. They failed,” Senator Mitch McConnell, the Republican leader in the Senate, said when the Senate came back into session.

    Continue reading...", + "category": "US politics", + "link": "https://www.theguardian.com/us-news/2022/jan/07/assault-on-american-democracy-has-gained-pace-since-us-capitol-attack", + "creator": "Sam Levine in New York", + "pubDate": "2022-01-07T07:00:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281156,17 +285446,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f329c5fcf2d15cf9ab9ee29e9acd17d", + "hash": "506f760b3738656c889b99bcef682097", "highlights": [] }, { - "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", + "title": "'The numbers are horrific': New York City apartment building fire kills dozens – video", + "description": "

    Nineteen people have been killed, including nine children, and dozens more injured in an apartment building fire in the Bronx borough of New York City. ‘The numbers are horrific,’ said New York City mayor Eric Adams. ‘This is going to be one of the worst fires that we have witnessed during modern times here in the city of New York’

    Continue reading...", + "content": "

    Nineteen people have been killed, including nine children, and dozens more injured in an apartment building fire in the Bronx borough of New York City. ‘The numbers are horrific,’ said New York City mayor Eric Adams. ‘This is going to be one of the worst fires that we have witnessed during modern times here in the city of New York’

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/video/2022/jan/10/the-numbers-are-horrific-new-york-city-apartment-building-fire-kills-dozens-video", + "creator": "", + "pubDate": "2022-01-09T23:30:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281178,17 +285468,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "31eeb1f7d591f4bf76b780b161535338", + "hash": "0bb6a495ba6c08c84a617bc9fa0dd31e", "highlights": [] }, { - "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", + "title": "China: more than 80 ostriches filmed running through the streets of Chongzuo – video", + "description": "

    Footage has emerged of a group of ostriches on the run through the streets of Chongzuo in China.

    It is believed the ostriches escaped from a farm owing to the gate not being closed properly, according to local media.

    No injuries were reported and the owner managed to recapture the majority of the ostriches with the help of the police.

    The incident occurred in the early hours of Saturday and no injuries were reported

    Continue reading...", + "content": "

    Footage has emerged of a group of ostriches on the run through the streets of Chongzuo in China.

    It is believed the ostriches escaped from a farm owing to the gate not being closed properly, according to local media.

    No injuries were reported and the owner managed to recapture the majority of the ostriches with the help of the police.

    The incident occurred in the early hours of Saturday and no injuries were reported

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/video/2022/jan/09/china-more-than-80-ostriches-filmed-running-through-the-streets-of-chongzuo-video", + "creator": "", + "pubDate": "2022-01-09T21:38:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281200,17 +285490,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "685ac4f815e7f672feb636a8d4d633d3", + "hash": "8cf0b9ea7f18dd4f2a56b5ac6be98c51", "highlights": [] }, { - "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", + "title": "Novak Djokovic appeals in court against cancellation of Australian visa – live updates", + "description": "

    Lawyers for the Australian government have rejected tennis star’s claim he was given assurances a medical exemption would allow him to enter the country for the Australian Open as case heard in court

    I have a live stream up and running now. Updates coming soon.

    A spokesperson for the court says the hearing is going ahead, but the live stream is still down:

    I am now advised the hearing has started. The court is working to rectify the situation. Apologies.

    Continue reading...", + "content": "

    Lawyers for the Australian government have rejected tennis star’s claim he was given assurances a medical exemption would allow him to enter the country for the Australian Open as case heard in court

    I have a live stream up and running now. Updates coming soon.

    A spokesperson for the court says the hearing is going ahead, but the live stream is still down:

    I am now advised the hearing has started. The court is working to rectify the situation. Apologies.

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/sport/live/2022/jan/10/novak-djokovic-appeal-federal-circuit-court-cancellation-australian-visa-covid-vaccination-live-updates", + "creator": "Josh Taylor", + "pubDate": "2022-01-10T05:59:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281222,17 +285512,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "43d2786893c594b82648562dd7267f0e", + "hash": "687a9fafdb4ef2db9f909aa4e74ef405", "highlights": [] }, { - "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", + "title": "Sri Lanka appeals to China to ease debt burden amid economic crisis", + "description": "

    President urges rescheduling of payments amid food and electricity rationing after pandemic hit tourism sector

    Cash-strapped Sri Lanka has sought to reschedule its huge Chinese debt burden in talks with visiting foreign minister Wang Yi, the president’s office said.

    “The president pointed out that it would be a great relief if debt payments could be rescheduled in view of the economic crisis following the pandemic,” President Gotabaya Rajapaksa’s office said in a statement on Sunday.

    Continue reading...", + "content": "

    President urges rescheduling of payments amid food and electricity rationing after pandemic hit tourism sector

    Cash-strapped Sri Lanka has sought to reschedule its huge Chinese debt burden in talks with visiting foreign minister Wang Yi, the president’s office said.

    “The president pointed out that it would be a great relief if debt payments could be rescheduled in view of the economic crisis following the pandemic,” President Gotabaya Rajapaksa’s office said in a statement on Sunday.

    Continue reading...", + "category": "Sri Lanka", + "link": "https://www.theguardian.com/world/2022/jan/10/sri-lanka-appeals-to-china-to-ease-debt-burden-amid-economic-crisis", + "creator": "Agence France-Presse", + "pubDate": "2022-01-10T01:17:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281244,17 +285534,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e443f4c1358d971798b061c8fb58140", + "hash": "6a7c90c013a41ae88ac7b8f9f404220a", "highlights": [] }, { - "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": "Hungry badger may have uncovered Roman coins in Spanish cave", + "description": "

    The ‘exceptional find’ was discovered only feet from a badger’s den in the northern region of Asturias

    A trove of 209 Roman coins in a cave in northern Spain – hailed by researchers as an “exceptional find” – is believed to have been uncovered by a badger desperately foraging for food.

    The coins, dating from between the third and fifth century AD, were spotted in a cave in the municipality of Grado in the northern region of Asturias. They were found mere feet from the den of a badger, months after Storm Filomena dumped heavy snow across swaths of the country.

    Continue reading...", + "content": "

    The ‘exceptional find’ was discovered only feet from a badger’s den in the northern region of Asturias

    A trove of 209 Roman coins in a cave in northern Spain – hailed by researchers as an “exceptional find” – is believed to have been uncovered by a badger desperately foraging for food.

    The coins, dating from between the third and fifth century AD, were spotted in a cave in the municipality of Grado in the northern region of Asturias. They were found mere feet from the den of a badger, months after Storm Filomena dumped heavy snow across swaths of the country.

    Continue reading...", + "category": "Spain", + "link": "https://www.theguardian.com/world/2022/jan/09/hungry-badger-may-have-uncovered-roman-coins-in-spanish-cave", + "creator": "Ashifa Kassam in Madrid", + "pubDate": "2022-01-09T19:10:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281266,17 +285556,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c75a3589af5669cd6465d7875126ed7", + "hash": "e7a2c56958a61da9322e413d10c670ee", "highlights": [] }, { - "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": "How to learn the trick of confidence", + "description": "Can ‘confidence-whisperer’ Nate Zinsser help Jamie Waters boost his wavering self-belief?

    Dr Nate Zinsser, a top US army psychologist renowned for helping lieutenants and officers build their confidence, is giving me a talking-to. We’ve been discussing highly disciplined writers who sit at their desks at 9am each day, no matter the circumstances, and assertively punch out stories. “I definitely don’t do that,” I say, remarking that I envy their confidence to sit and deliver. An aggressive perfectionist streak combined with niggling impostor syndrome insecurities mean I need conditions to be just-so in order to have faith that I’ll produce anything decent. Zinsser blanches.

    “The statement ‘I don’t do that’ is a decision you’re making about yourself,” he says, speaking over video call from his office at the US Military Academy in upstate New York; behind him there’s a whiteboard, ornamental Japanese swords and photos of athletes he’s counselled, including the Olympic-medal-winning US men’s bobsled team. “A constructive shift in your thinking would be the idea that, ‘Whether or not I got the right amount of sleep the night before or had a good breakfast, once 9 o’clock strikes, I am at my desk, lights on, ready to go – and I’m producing good stuff,’” he says. “That’s a belief about yourself that you can de-li-be-rate-ly cultivate,” he adds, stretching out each syllable in “deliberately” so there can be no question that in this matter, as in all self-confidence-related issues, change lies with me.

    Continue reading...", + "content": "Can ‘confidence-whisperer’ Nate Zinsser help Jamie Waters boost his wavering self-belief?

    Dr Nate Zinsser, a top US army psychologist renowned for helping lieutenants and officers build their confidence, is giving me a talking-to. We’ve been discussing highly disciplined writers who sit at their desks at 9am each day, no matter the circumstances, and assertively punch out stories. “I definitely don’t do that,” I say, remarking that I envy their confidence to sit and deliver. An aggressive perfectionist streak combined with niggling impostor syndrome insecurities mean I need conditions to be just-so in order to have faith that I’ll produce anything decent. Zinsser blanches.

    “The statement ‘I don’t do that’ is a decision you’re making about yourself,” he says, speaking over video call from his office at the US Military Academy in upstate New York; behind him there’s a whiteboard, ornamental Japanese swords and photos of athletes he’s counselled, including the Olympic-medal-winning US men’s bobsled team. “A constructive shift in your thinking would be the idea that, ‘Whether or not I got the right amount of sleep the night before or had a good breakfast, once 9 o’clock strikes, I am at my desk, lights on, ready to go – and I’m producing good stuff,’” he says. “That’s a belief about yourself that you can de-li-be-rate-ly cultivate,” he adds, stretching out each syllable in “deliberately” so there can be no question that in this matter, as in all self-confidence-related issues, change lies with me.

    Continue reading...", + "category": "Health & wellbeing", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/09/how-to-learn-the-trick-of-confidence", + "creator": "Jamie Waters", + "pubDate": "2022-01-09T09:00:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281288,17 +285578,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6888bafa119065b7dd2fe2483162e5ec", + "hash": "2438b71029a2caa5c1ca6880ba0ea414", "highlights": [] }, { - "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", + "title": "Australia news live update: NSW child aged under five dies with Covid on state’s deadliest day; more than 5,000 in hospital have the virus, PM says", + "description": "

    Scott Morrison says 5,097 people in Australian hospitals have Covid; NSW records 20,293 new cases and 18 deaths; Victoria reports 34,808 cases and two deaths, Queensland 9,581 cases, SA 4,024 cases, ACT 938, NT 404, WA three; Mark McGowan says federal government has not met vaccine commitments for WA. Follow all the day’s news live

    In many parts of the country hospitals are under stress, as more patients turn up for treatment and many staff are required to be absent because of Covid.

    As we reported, these hospitals range from the very large – such as Melbourne’s Alfred hospital or the much smaller, including Byron Central hospital in northern NSW.

    Continue reading...", + "content": "

    Scott Morrison says 5,097 people in Australian hospitals have Covid; NSW records 20,293 new cases and 18 deaths; Victoria reports 34,808 cases and two deaths, Queensland 9,581 cases, SA 4,024 cases, ACT 938, NT 404, WA three; Mark McGowan says federal government has not met vaccine commitments for WA. Follow all the day’s news live

    In many parts of the country hospitals are under stress, as more patients turn up for treatment and many staff are required to be absent because of Covid.

    As we reported, these hospitals range from the very large – such as Melbourne’s Alfred hospital or the much smaller, including Byron Central hospital in northern NSW.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/10/australia-news-live-djokovic-visa-covid-corona-floods-queensland-morrison-court-pfizer-maryborough-cyclone-tiffany", + "creator": "Nino Bucci (now) and Matilda Boseley and Calla Wahlquist (earlier)", + "pubDate": "2022-01-10T06:06:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281310,17 +285600,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e92372d090953fa3cc2eb8a03a0bf56d", + "hash": "25af38f6d525cc16eb9592aaaaad59d8", "highlights": [] }, { - "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", + "title": "Australian government lawyers say Novak Djokovic was never assured of entry to Australia", + "description": "
    • Court filing confirms world No 1 is unvaccinated
    • Bid to delay Monday’s visa appeal hearing rejected

    Lawyers for Australia’s home office have insisted Novak Djokovic was never given any assurances his medical exemption would allow him to enter Australia.

    While also confirming that the world No 1 is unvaccinated, the legal team from the Australian government said ahead of Monday’s appeal hearing that there is no valid reason for the 34-year-old to be granted access to Australia for the tournament which begins on 17 January.

    Continue reading...", + "content": "
    • Court filing confirms world No 1 is unvaccinated
    • Bid to delay Monday’s visa appeal hearing rejected

    Lawyers for Australia’s home office have insisted Novak Djokovic was never given any assurances his medical exemption would allow him to enter Australia.

    While also confirming that the world No 1 is unvaccinated, the legal team from the Australian government said ahead of Monday’s appeal hearing that there is no valid reason for the 34-year-old to be granted access to Australia for the tournament which begins on 17 January.

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/sport/2022/jan/09/australian-government-fails-in-bid-to-delay-novak-djokovic-court-hearing-by-two-days", + "creator": "Paul Karp, Guardian sport and agencies", + "pubDate": "2022-01-09T17:06:24Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281332,17 +285622,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "56db675489de952c1cfc95615a270985", + "hash": "33039236bcc7ad2b261b5d84f6394a8f", "highlights": [] }, { - "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", + "title": "Italy’s Scala dei Turchi cliffs defaced with red powder", + "description": "

    Investigation under way after vandalism of white marl cliffs in Sicily, one of country’s most popular tourist sites

    An investigation is under way after the famed white limestone Scala dei Turchi cliff in Sicily was “shamefully defaced” with red powder.

    The Scala dei Turchi, or Turkish Steps, is one of Italy’s most visited tourist sites and features prominently in the Inspector Montalbano books by the late author Andrea Camilleri.

    Continue reading...", + "content": "

    Investigation under way after vandalism of white marl cliffs in Sicily, one of country’s most popular tourist sites

    An investigation is under way after the famed white limestone Scala dei Turchi cliff in Sicily was “shamefully defaced” with red powder.

    The Scala dei Turchi, or Turkish Steps, is one of Italy’s most visited tourist sites and features prominently in the Inspector Montalbano books by the late author Andrea Camilleri.

    Continue reading...", + "category": "Italy", + "link": "https://www.theguardian.com/world/2022/jan/09/italys-iconic-scala-dei-turchi-cliffs-defaced-by-vandals", + "creator": "Angela Giuffrida in Rome", + "pubDate": "2022-01-09T15:39:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281354,17 +285644,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "221e5b1bef676bbb46f5510566890984", + "hash": "f39f6d855c2939967148cda39bc7ce96", "highlights": [] }, { - "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", + "title": "Capitol attack: Trump not immune from criminal referral, lawmakers insist", + "description": "

    Kinzinger asks if Trump ‘incompetent or a coward’ during 6 January riot while Raskin ponders 14th amendment to bar new run

    Donald Trump cannot hide behind immunity from criminal prosecution and faces the possibility of being debarred from running for public office over his role in the Capitol attack, several members of Congress said on Sunday.

    Days after the anniversary of the 6 January insurrection that left five people dead and scores injured after Trump supporters attempted to scupper the certification of Joe Biden’s victory in the 2020 election, the threat of possible criminal proceedings looms large over the former president.

    Continue reading...", + "content": "

    Kinzinger asks if Trump ‘incompetent or a coward’ during 6 January riot while Raskin ponders 14th amendment to bar new run

    Donald Trump cannot hide behind immunity from criminal prosecution and faces the possibility of being debarred from running for public office over his role in the Capitol attack, several members of Congress said on Sunday.

    Days after the anniversary of the 6 January insurrection that left five people dead and scores injured after Trump supporters attempted to scupper the certification of Joe Biden’s victory in the 2020 election, the threat of possible criminal proceedings looms large over the former president.

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/2022/jan/09/capitol-attack-trump-criminal-referral-raskin-kinzinger-incompetent-coward-14th-amendment", + "creator": "Ed Pilkington in New York", + "pubDate": "2022-01-09T18:11:11Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281376,17 +285666,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b2f3fc8b22214d650a9227152a108b4", + "hash": "7814d1e7d012fa3d574328efe46ce672", "highlights": [] }, { - "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": "Fire sweeps through Rohingya refugee camp in Bangladesh", + "description": "

    Hundreds of homes destroyed by blaze in area that is home to at least a million people who fled military crackdown in Myanmar

    A fire swept through a Rohingya refugee camp in south-eastern Bangladesh on Sunday, destroying hundreds of homes, according to officials and witnesses, though there were no immediate reports of casualties.

    The blaze hit Camp 16 in Cox’s Bazar, a border district home to more than a million Rohingya refugees, most of whom fled a military-led crackdown in Myanmar in 2017.

    Continue reading...", + "content": "

    Hundreds of homes destroyed by blaze in area that is home to at least a million people who fled military crackdown in Myanmar

    A fire swept through a Rohingya refugee camp in south-eastern Bangladesh on Sunday, destroying hundreds of homes, according to officials and witnesses, though there were no immediate reports of casualties.

    The blaze hit Camp 16 in Cox’s Bazar, a border district home to more than a million Rohingya refugees, most of whom fled a military-led crackdown in Myanmar in 2017.

    Continue reading...", + "category": "Rohingya", + "link": "https://www.theguardian.com/world/2022/jan/09/fire-sweeps-through-coxs-bazar-rohingya-refugee-camp-in-bangladesh", + "creator": "Reuters", + "pubDate": "2022-01-09T19:10:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281398,17 +285688,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8017e8f1f2728ca0f9f1f92ec68a80d", + "hash": "4109c19dd04f6726075e13648e14a2ed", "highlights": [] }, { - "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": "Outspoken Saudi princess returns home after nearly three years in jail", + "description": "

    Human rights advocate Princess Basmah, a critic of the crown prince’s crackdown on dissent, was imprisoned without charge in 2019

    A Saudi princess and human rights advocate has returned to her home in Jeddah after three years in a state prison without charge, her supporters and lawyer have confirmed.

    Princess Basmah bint Saud bin Abdulaziz al-Saud, 57, a staunch critic of her cousin and Saudi Arabia’s effective leader, Mohammed bin Salman, was released on Saturday, along with her daughter, Souhoud al-Sharif, who was arrested with her in March 2019.

    Continue reading...", + "content": "

    Human rights advocate Princess Basmah, a critic of the crown prince’s crackdown on dissent, was imprisoned without charge in 2019

    A Saudi princess and human rights advocate has returned to her home in Jeddah after three years in a state prison without charge, her supporters and lawyer have confirmed.

    Princess Basmah bint Saud bin Abdulaziz al-Saud, 57, a staunch critic of her cousin and Saudi Arabia’s effective leader, Mohammed bin Salman, was released on Saturday, along with her daughter, Souhoud al-Sharif, who was arrested with her in March 2019.

    Continue reading...", + "category": "Saudi Arabia", + "link": "https://www.theguardian.com/world/2022/jan/09/outspoken-saudi-princess-released-after-nearly-three-years-in-jail", + "creator": "Martin Chulov", + "pubDate": "2022-01-09T16:49:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281420,17 +285710,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "172e6f254ceee9b088d7d79ba80bb30f", + "hash": "3b7aa11bc4fcea4fa927e03842ec27fe", "highlights": [] }, { - "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": "Michael Lang, co-creator of 1969 Woodstock music festival, dies aged 77", + "description": "

    Lang worked with Artie Kornfeld, John Roberts and Joel Rosenman to stage epic counterculture event in farmland north of New York

    Michael Lang, a co-creator and promoter of the 1969 Woodstock music festival, has died.

    Michael Pagnotta, a spokesperson for Lang’s family, said the 77-year-old had non-Hodgkin lymphoma and died on Saturday at the Memorial Sloan Kettering Cancer Center in New York.

    Continue reading...", + "content": "

    Lang worked with Artie Kornfeld, John Roberts and Joel Rosenman to stage epic counterculture event in farmland north of New York

    Michael Lang, a co-creator and promoter of the 1969 Woodstock music festival, has died.

    Michael Pagnotta, a spokesperson for Lang’s family, said the 77-year-old had non-Hodgkin lymphoma and died on Saturday at the Memorial Sloan Kettering Cancer Center in New York.

    Continue reading...", + "category": "Woodstock", + "link": "https://www.theguardian.com/music/2022/jan/09/michael-lang-dies-1969-woodstock-music-festival", + "creator": "Associated Press in New York", + "pubDate": "2022-01-09T17:32:27Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281442,17 +285732,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "60f8c58d90adae755bb75e11cf3a5d5f", + "hash": "622a5e1e31ab3937fa92808a1060c133", "highlights": [] }, { - "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", + "title": "Support increases for Manchester bus driver sacked for being ‘too short’", + "description": "

    More than 13,000 sign petition backing Tracey Scholes, who was dismissed after 34 years of service

    More than 13,000 people have joined a campaign to support one of Greater Manchester’s first female bus drivers who was dismissed for being “too short”.

    When Tracey Scholes, 57, walked into Manchester’s Queen’s Road depot in 1987 as the first, and only, woman, she said “you could have heard a pin drop”.

    Continue reading...", + "content": "

    More than 13,000 sign petition backing Tracey Scholes, who was dismissed after 34 years of service

    More than 13,000 people have joined a campaign to support one of Greater Manchester’s first female bus drivers who was dismissed for being “too short”.

    When Tracey Scholes, 57, walked into Manchester’s Queen’s Road depot in 1987 as the first, and only, woman, she said “you could have heard a pin drop”.

    Continue reading...", + "category": "Manchester", + "link": "https://www.theguardian.com/uk-news/2022/jan/09/support-grows-manchester-bus-driver-tracey-scholes-sacked-too-short", + "creator": "Maya Wolfe-Robinson", + "pubDate": "2022-01-09T14:15:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281464,17 +285754,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac52c0510f7e134ae630edd3159473b5", + "hash": "3844f05f9c58ae442e372dd43bfc3208", "highlights": [] }, { - "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", + "title": "Spain reports more Covid reinfections in one fortnight than rest of pandemic", + "description": "

    Researchers attribute 20,890 cases – compared with 17,140 documented up to 22 December – to spread of Omicron variant

    The number of Covid reinfections reported in Spain in the past fortnight has exceeded the total number of repeat infections documented during the rest of the pandemic, according to the latest data from Spanish researchers.

    In the span of two weeks in late December and early January, 20,890 reinfections were reported in Spain, figures from the state-backed Carlos III Health Institute suggested.

    Continue reading...", + "content": "

    Researchers attribute 20,890 cases – compared with 17,140 documented up to 22 December – to spread of Omicron variant

    The number of Covid reinfections reported in Spain in the past fortnight has exceeded the total number of repeat infections documented during the rest of the pandemic, according to the latest data from Spanish researchers.

    In the span of two weeks in late December and early January, 20,890 reinfections were reported in Spain, figures from the state-backed Carlos III Health Institute suggested.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/09/spain-reports-more-covid-reinfections-in-one-fortnight-than-rest-of-pandemic", + "creator": "Ashifa Kassam in Madrid", + "pubDate": "2022-01-09T17:28:27Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281486,17 +285776,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "674123cc59dfed057511cd1200ed0ce0", + "hash": "1fb8e6dc63dc938cff22e146a671130d", "highlights": [] }, { - "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": "Covid live news: official cases in Africa pass 10m; London hospital chief says 10% of staff unvaccinated", + "description": "

    South Africa, Morocco, Tunisia, Ethiopia and Libya among countries hardest hit; frontline staff in England required to have first jab by February

    More on the Philippines, after the country set a record for new 28,707 Covid infections for a second consecutive day.

    A senior government official confirmed an increase in hospital beds and medical resources in and around the capital Manila have been ordered, Reuters reports.

    Continue reading...", + "content": "

    South Africa, Morocco, Tunisia, Ethiopia and Libya among countries hardest hit; frontline staff in England required to have first jab by February

    More on the Philippines, after the country set a record for new 28,707 Covid infections for a second consecutive day.

    A senior government official confirmed an increase in hospital beds and medical resources in and around the capital Manila have been ordered, Reuters reports.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/09/covid-live-news-coronavirus-uk-self-isolation-philippines-new-daily-case-record-latest-updates", + "creator": "Léonie Chao-Fong", + "pubDate": "2022-01-09T13:49:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281508,17 +285798,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a4068bbbd18a4a343aaa087960f91009", + "hash": "581595485111e3218b3e574cbc8b9d7a", "highlights": [] }, { - "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", + "title": "Nadhim Zahawi: UK should lead move from pandemic to endemic Covid", + "description": "

    Minister says cutting isolation to five days would be helpful, but dismisses report that free tests are to end

    The education secretary has called for the UK to show the rest of the world how to move from pandemic to endemicCovid, as he suggested it would be helpful to cut the isolation period to five days to ease workforce shortages.

    Nadhim Zahawi, played down suggestions that the government was about to start charging for free lateral flow tests (LFTs), which would lead to fewer infections in the community being identified.

    Continue reading...", + "content": "

    Minister says cutting isolation to five days would be helpful, but dismisses report that free tests are to end

    The education secretary has called for the UK to show the rest of the world how to move from pandemic to endemicCovid, as he suggested it would be helpful to cut the isolation period to five days to ease workforce shortages.

    Nadhim Zahawi, played down suggestions that the government was about to start charging for free lateral flow tests (LFTs), which would lead to fewer infections in the community being identified.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/09/nadhim-zahawi-denies-there-is-plan-to-end-free-lateral-flow-covid-tests", + "creator": "Jamie Grierson and Rowena Mason", + "pubDate": "2022-01-09T17:02:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281530,17 +285820,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2232fd6b4db0a4897fca48113a943b6", + "hash": "62cd78690726286321db1bb7dac4aab8", "highlights": [] }, { - "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", + "title": "Helen Mirren: is the Israeli icon Golda Meir a role too far for the dame who does it all?", + "description": "

    She has played the Queen and a gangster’s moll but her latest casting has sparked controversy

    Nobody is quite what they seem. And actors? Well, for actors that’s the job. Dame Helen Mirren, as well as being herself for 76 years, has by now notably been Lady Macbeth, a London gangster’s moll, a thief’s wife, an alcoholic cop, an action hero, Prospero and also a British monarch at least four times. Now she takes on Golda Meir, the late prime minister of Israel, in a new biopic, and the casting has caused controversy.

    The choice of a non-Jewish actor to star as a woman with such a prominent place in the history of Israel has prompted irritation on both sides of the argument. Another illustrious dame, Maureen Lipman, was first to raise the issue – or “blast” Mirren, according to some reports last week – and then Dame Esther Rantzen defended the director’s choice. It is the latest instance of a ‘Jewface’ row, a backlash to the assignment of a major Jewish role to someone not from that minority background.

    Continue reading...", + "content": "

    She has played the Queen and a gangster’s moll but her latest casting has sparked controversy

    Nobody is quite what they seem. And actors? Well, for actors that’s the job. Dame Helen Mirren, as well as being herself for 76 years, has by now notably been Lady Macbeth, a London gangster’s moll, a thief’s wife, an alcoholic cop, an action hero, Prospero and also a British monarch at least four times. Now she takes on Golda Meir, the late prime minister of Israel, in a new biopic, and the casting has caused controversy.

    The choice of a non-Jewish actor to star as a woman with such a prominent place in the history of Israel has prompted irritation on both sides of the argument. Another illustrious dame, Maureen Lipman, was first to raise the issue – or “blast” Mirren, according to some reports last week – and then Dame Esther Rantzen defended the director’s choice. It is the latest instance of a ‘Jewface’ row, a backlash to the assignment of a major Jewish role to someone not from that minority background.

    Continue reading...", + "category": "Helen Mirren", + "link": "https://www.theguardian.com/culture/2022/jan/09/helen-mirren-is-the-israeli-icon-golda-meir-a-role-too-far-for-the-dame-who-does-it-all", "creator": "", - "pubDate": "2021-12-30T05:36:59Z", + "pubDate": "2022-01-09T12:00:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281552,17 +285842,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ab9871d7c21771c32851a25b2d79a12", + "hash": "cd7566cadd74bf331ac6aaffd48d01e6", "highlights": [] }, { - "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": "Mystery of the second world war ‘trophy’ and the Royal Court founder", + "description": "

    When George Devine’s family discovered a Japanese battle flag among his belongings, it led to a three-year quest for answers

    “I am not a man for soldiering, although I do tolerably well at it in a very minor role. But there is nothing about it that pleases me, and much that offends … It is a corrupter of morals in the widest sense and a gross waste of man’s time and effort.”

    These words were written by George Devine, the actor and founding artistic director of the Royal Court theatre, in a letter to his wife from Burma, where he served in the second world war. The views he expressed reflected what his family – and many in the arts world – regarded as his essential humanity and compassion.

    Continue reading...", + "content": "

    When George Devine’s family discovered a Japanese battle flag among his belongings, it led to a three-year quest for answers

    “I am not a man for soldiering, although I do tolerably well at it in a very minor role. But there is nothing about it that pleases me, and much that offends … It is a corrupter of morals in the widest sense and a gross waste of man’s time and effort.”

    These words were written by George Devine, the actor and founding artistic director of the Royal Court theatre, in a letter to his wife from Burma, where he served in the second world war. The views he expressed reflected what his family – and many in the arts world – regarded as his essential humanity and compassion.

    Continue reading...", + "category": "Culture", + "link": "https://www.theguardian.com/culture/2022/jan/09/mystery-of-the-wwii-war-trophy-and-the-royal-court-founder", + "creator": "Harriet Sherwood Arts and culture correspondent", + "pubDate": "2022-01-09T11:15:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281574,17 +285864,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aebf4793d7aa28b81927f4bc736f4b02", + "hash": "ed19fe18394baf9e0f5c81554c7ce422", "highlights": [] }, { - "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": "Student sleuths: Scotland’s undergraduate-led cold case unit", + "description": "

    Glasgow criminology students work with experts to crack seven unsolved missing person cases

    An Italian newspaper, a book of finely drawn sketches, a half-remembered photograph glimpsed on social media: these are the fragmented details of lost lives that Scotland’s only student-led cold case unit must make sense of.

    The group of criminology students at Glasgow Caledonian University (GCU) are investigating seven long-term unidentified bodies in partnership with Locate International, a community interest company dedicated to helping the families of missing persons to find their loved ones.

    Continue reading...", + "content": "

    Glasgow criminology students work with experts to crack seven unsolved missing person cases

    An Italian newspaper, a book of finely drawn sketches, a half-remembered photograph glimpsed on social media: these are the fragmented details of lost lives that Scotland’s only student-led cold case unit must make sense of.

    The group of criminology students at Glasgow Caledonian University (GCU) are investigating seven long-term unidentified bodies in partnership with Locate International, a community interest company dedicated to helping the families of missing persons to find their loved ones.

    Continue reading...", + "category": "Criminology", + "link": "https://www.theguardian.com/education/2022/jan/09/student-sleuths-scotlands-undergraduate-led-cold-case-unit", + "creator": "Libby Brooks", + "pubDate": "2022-01-09T15:54:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281596,17 +285886,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "441264e49296e07ee2c3e91542a215a3", + "hash": "9f41ec29aac327677d8b5b9e450d4c2d", "highlights": [] }, { - "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": "Manchester electronic ad boards each use electricity of three households", + "description": "

    Exclusive: FoI request shows screens that earn council rent of £2.4m a year consume over 11,000 kWh annually

    Hi-tech advertising screens that have been criticised for blocking pavements in Manchester each use the same amount of electricity as three households, the Guardian has learned.

    The council-branded screens, which became a pedestrian bugbear when they were covered with mysterious grey boxes during their installation, earn the local authority £2.4m a year in rent from the advertising firm JCDecaux, plus 2.8% of the revenue from each advert.

    Continue reading...", + "content": "

    Exclusive: FoI request shows screens that earn council rent of £2.4m a year consume over 11,000 kWh annually

    Hi-tech advertising screens that have been criticised for blocking pavements in Manchester each use the same amount of electricity as three households, the Guardian has learned.

    The council-branded screens, which became a pedestrian bugbear when they were covered with mysterious grey boxes during their installation, earn the local authority £2.4m a year in rent from the advertising firm JCDecaux, plus 2.8% of the revenue from each advert.

    Continue reading...", + "category": "Manchester", + "link": "https://www.theguardian.com/uk-news/2022/jan/09/electronic-advertising-boards-manchester-energy-use-consumption", + "creator": "Jack Fifield and Helen Pidd", + "pubDate": "2022-01-09T17:28:53Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281618,17 +285908,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c967891d15fde6db310f3001e0ef395", + "hash": "2d0d22d82164a5de723689da3fce73fb", "highlights": [] }, { - "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": "Brazil: rock breaks from cliff and falls on boaters, leaving at least seven dead", + "description": "

    Another three people are missing after the accident on Furnas Lake in Minas gerais state

    A towering slab of rock broke from a cliff and toppled on to pleasure boaters drifting near a waterfall on a Brazilian lake on Saturday, leaving seven dead and three still missing.

    Minas Gerais fire department commander Edgard Estevo told a news conference that officials were seeking to identify the victims. Another nine people suffered serious injuries.

    Continue reading...", + "content": "

    Another three people are missing after the accident on Furnas Lake in Minas gerais state

    A towering slab of rock broke from a cliff and toppled on to pleasure boaters drifting near a waterfall on a Brazilian lake on Saturday, leaving seven dead and three still missing.

    Minas Gerais fire department commander Edgard Estevo told a news conference that officials were seeking to identify the victims. Another nine people suffered serious injuries.

    Continue reading...", + "category": "Brazil", + "link": "https://www.theguardian.com/world/2022/jan/08/brazil-rock-breaks-from-cliff-and-falls-on-boaters-leaving-at-least-five-dead", + "creator": "Associated Press", + "pubDate": "2022-01-09T03:43:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281640,17 +285930,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f7957af42b3e9a5a8c3acb5f405f94c", + "hash": "fd27de0af0ca85a88e702cef458af4d6", "highlights": [] }, { - "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": "Chinese city of Tianjin to test 14 million people after Covid outbreak", + "description": "

    The port near Beijing began mass testing after 20 children and adults tested positive, including at least two with Omicron

    Tianjin, a major Chinese port city near the capital Beijing, has begun mass-testing its 14 million residents after a cluster of 20 children and adults tested positive for Covid-19, including at least two with the Omicron variant.

    Those infected include 15 students aged between eight and 13, a staff member at an after-school centre and four parents. The citywide testing, begun on Sunday, is to be completed over two days.

    Continue reading...", + "content": "

    The port near Beijing began mass testing after 20 children and adults tested positive, including at least two with Omicron

    Tianjin, a major Chinese port city near the capital Beijing, has begun mass-testing its 14 million residents after a cluster of 20 children and adults tested positive for Covid-19, including at least two with the Omicron variant.

    Those infected include 15 students aged between eight and 13, a staff member at an after-school centre and four parents. The citywide testing, begun on Sunday, is to be completed over two days.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/09/chinese-city-of-tianjin-to-test-14-million-people-after-covid-outbreak", + "creator": "Staff and agencies", + "pubDate": "2022-01-09T06:45:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281662,17 +285952,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e04cdf2ec2b69967095fe1655ab9f1ae", + "hash": "b275c82479fe8c9499493e26579f77b9", "highlights": [] }, { - "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": "Australia news live: Novak Djokovic visa case tin court; children’s vaccine rollout begins; flooding claims life in Queensland", + "description": "

    World No 1 tennis star fights to stay in Australia; 2.3 million five-to-11-year-olds to receive Pfizer; Cyclone Tiffany gains strength off Queensland coast. Follow all the day’s news live

    NSW deputy premier Paul Toole has tested positive for Covid-19 but says he is only experiencing very minor symptoms

    In a social media post last night the politician was already in isolation after a number of family members tested positive.

    It’s been a long week in our house, with my oldest daughter getting Covid-19 at the start of the week, followed by my wife and youngest daughter, and then my son...

    Today my results have come back and I have tested positive too.

    People between Cape Tribulation and Coen, including Cooktown, should complete preparations quickly and be prepared to shelter in a safe place.

    Continue reading...", + "content": "

    World No 1 tennis star fights to stay in Australia; 2.3 million five-to-11-year-olds to receive Pfizer; Cyclone Tiffany gains strength off Queensland coast. Follow all the day’s news live

    NSW deputy premier Paul Toole has tested positive for Covid-19 but says he is only experiencing very minor symptoms

    In a social media post last night the politician was already in isolation after a number of family members tested positive.

    It’s been a long week in our house, with my oldest daughter getting Covid-19 at the start of the week, followed by my wife and youngest daughter, and then my son...

    Today my results have come back and I have tested positive too.

    People between Cape Tribulation and Coen, including Cooktown, should complete preparations quickly and be prepared to shelter in a safe place.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/10/australia-news-live-djokovic-visa-covid-corona-floods-queensland-morrison-court-pfizer-maryborough-cyclone-tiffany", + "creator": "Matilda Boseley", + "pubDate": "2022-01-09T20:24:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281684,17 +285974,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "69d26be04fc85bba72b9670d8daf1e4a", + "hash": "0a62fde02fb513c67131a523f88ffc90", "highlights": [] }, { - "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": "Joe Biden blames Donald Trump’s ‘web of lies’ for US Capitol attack – video", + "description": "

    The US president spoke directly against Trump, saying the former president had created and spread a 'web of lie's that resulted in the deadly \ninsurrection.

    On the one-year anniversary of the 6 January \nCapitol attack, the US president said his predecessor had refused to \naccept the result of an election, like no former president had ever done

    Continue reading...", + "content": "

    The US president spoke directly against Trump, saying the former president had created and spread a 'web of lie's that resulted in the deadly \ninsurrection.

    On the one-year anniversary of the 6 January \nCapitol attack, the US president said his predecessor had refused to \naccept the result of an election, like no former president had ever done

    Continue reading...", + "category": "Joe Biden", + "link": "https://www.theguardian.com/us-news/video/2022/jan/06/joe-biden-blames-donald-trump-web-of-lies-us-capitol-attack-video", + "creator": "", + "pubDate": "2022-01-06T17:17:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281706,17 +285996,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "57c7478fe661d62af991322d9d07b381", + "hash": "7c7867e1fcdcb4df6b866c4e27209549", "highlights": [] }, { - "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": "James Pond: Chinese state news agency releases spoof mocking MI6 focus on Beijing – video", + "description": "

    Britain’s spy chief has thanked China’s state news agency for 'free publicity' after it posted a James Bond spoof that mocked the western intelligence community’s growing focus on threats posed by Beijing. The rare response by the head of MI6, Richard Moore, on Thursday comes as China and Britain clash over Beijing’s treatment of its Uyghur minority and creeping authoritarianism in the former British colony of Hong Kong

    Continue reading...", + "content": "

    Britain’s spy chief has thanked China’s state news agency for 'free publicity' after it posted a James Bond spoof that mocked the western intelligence community’s growing focus on threats posed by Beijing. The rare response by the head of MI6, Richard Moore, on Thursday comes as China and Britain clash over Beijing’s treatment of its Uyghur minority and creeping authoritarianism in the former British colony of Hong Kong

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/video/2022/jan/06/james-pond-chinese-state-news-agency-releases-spoof-mocking-mi6-focus-on-beijing-video", + "creator": "", + "pubDate": "2022-01-06T09:19:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281728,17 +286018,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1cbaa1ea0bf8d06d1ea8f9a37fdad7c", + "hash": "abb508b2c3f261dbfa3d33309139b1d2", "highlights": [] }, { - "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": "Gunfire heard during protests in Kazakhstan's biggest city – video", + "description": "

    Footage taken on the streets of Almaty appears to show guns being fired as unrest continues. Initially angered by a fuel price rise, protesters have been storming buildings and chanting against President Kassym-Jomart Tokayev's predecessor, Nursultan Nazarbayev. State buildings have been torched and eight security personnel reported dead in the demonstrations. The internet was shut down and 'peacekeeping forces' from a Russian-led alliance of former Soviet states will be sent to Kazakhstan to help stabilise the country

    Continue reading...", + "content": "

    Footage taken on the streets of Almaty appears to show guns being fired as unrest continues. Initially angered by a fuel price rise, protesters have been storming buildings and chanting against President Kassym-Jomart Tokayev's predecessor, Nursultan Nazarbayev. State buildings have been torched and eight security personnel reported dead in the demonstrations. The internet was shut down and 'peacekeeping forces' from a Russian-led alliance of former Soviet states will be sent to Kazakhstan to help stabilise the country

    Continue reading...", + "category": "Kazakhstan", + "link": "https://www.theguardian.com/world/video/2022/jan/06/apparent-gunshots-heard-during-protests-in-kazakhstans-biggest-city-video", + "creator": "", + "pubDate": "2022-01-06T07:12:40Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281750,17 +286040,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7ecb2534b6d1a1c3bbe8b96624604e8", + "hash": "8819ff8974f5c8c9c29142d8767dd3de", "highlights": [] }, { - "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": "Exclusive: many resettled Guantánamo detainees in legal limbo, analysis shows", + "description": "

    One-third of former prisoners sent to third countries are lacking legal status – unable to work or travel and at risk of human rights abuses

    About 30% of former Guantánamo detainees who were resettled in third countries have not been granted legal status, according to new analysis shared exclusively with the Guardian, leaving them vulnerable to deportation and restricting their ability to rebuild their lives.

    Of the hundreds of men released from Guantánamo since the prison first opened 20 years ago, about 150 were sent to third countries in bilateral agreements brokered by the US, because their home countries were considered dangerous to return to.

    Continue reading...", + "content": "

    One-third of former prisoners sent to third countries are lacking legal status – unable to work or travel and at risk of human rights abuses

    About 30% of former Guantánamo detainees who were resettled in third countries have not been granted legal status, according to new analysis shared exclusively with the Guardian, leaving them vulnerable to deportation and restricting their ability to rebuild their lives.

    Of the hundreds of men released from Guantánamo since the prison first opened 20 years ago, about 150 were sent to third countries in bilateral agreements brokered by the US, because their home countries were considered dangerous to return to.

    Continue reading...", + "category": "Guantánamo Bay", + "link": "https://www.theguardian.com/us-news/2022/jan/09/guantanamo-resettled-no-legal-status", + "creator": "Noa Yachot", + "pubDate": "2022-01-09T10:05:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281772,17 +286062,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "403f3d8feb29573551adaaa5bd977522", + "hash": "43de8723e845dbea6ce8abeed41f02e0", "highlights": [] }, { - "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": "Revisited: How the Tampa affair changed Australia’s stance on asylum seekers", + "description": "

    A standout 2021 episode reflecting on the 20-year anniversary of the Tampa affair. Afghan refugee Abbas Nazari, then a seven-year-old child on the MV Tampa, and Guardian journalist David Marr remember the humanitarian and political crisis that shapes Australia’s policies on asylum seekers and their claims to this day

    Read more:

    Continue reading...", + "content": "

    A standout 2021 episode reflecting on the 20-year anniversary of the Tampa affair. Afghan refugee Abbas Nazari, then a seven-year-old child on the MV Tampa, and Guardian journalist David Marr remember the humanitarian and political crisis that shapes Australia’s policies on asylum seekers and their claims to this day

    Read more:

    Continue reading...", + "category": "Australian immigration and asylum", + "link": "https://www.theguardian.com/australia-news/audio/2022/jan/10/revisited-how-the-tampa-affair-changed-australias-stance-on-asylum-seekers", + "creator": "Presented by Laura Murphy-Oates and reported by David Marr with special guest Abbas Nazari. Produced by Ellen Leabeater, Joe Koningand Jane Lee. Executive Producers Miles Martignoni Gabrielle Jackson and Laura Murphy-Oates.", + "pubDate": "2022-01-09T16:30:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281794,17 +286084,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3db1d84a261f479d871de1a82e92d17", + "hash": "297f32ced643fd66de0e26f433f7c541", "highlights": [] }, { - "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": "Ukraine’s fate hangs in balance as ‘critical’ week of talks begins", + "description": "

    Experts say prospects of deal are ‘very, very dicey’ as top US and Russian diplomats meet in Geneva

    A momentous week of diplomacy is about to get under way in Europe, with the fate of Ukraine, hemmed in by 100,000 Russian troops, hanging in the balance.

    Senior diplomats from the US and Russia will meet in Geneva on Sunday and Monday to discuss Moscow’s demands, set out last month in two draft treaties, one with the US and one with Nato. Much of their content is unacceptable to Washington and the alliance, most importantly a pledge that Ukraine will never be a Nato member.

    Continue reading...", + "content": "

    Experts say prospects of deal are ‘very, very dicey’ as top US and Russian diplomats meet in Geneva

    A momentous week of diplomacy is about to get under way in Europe, with the fate of Ukraine, hemmed in by 100,000 Russian troops, hanging in the balance.

    Senior diplomats from the US and Russia will meet in Geneva on Sunday and Monday to discuss Moscow’s demands, set out last month in two draft treaties, one with the US and one with Nato. Much of their content is unacceptable to Washington and the alliance, most importantly a pledge that Ukraine will never be a Nato member.

    Continue reading...", + "category": "Ukraine", + "link": "https://www.theguardian.com/world/2022/jan/09/ukraine-fate-hangs-in-balance-as-critical-week-of-talks-begins", + "creator": "Julian Borger in Washington", + "pubDate": "2022-01-09T12:17:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281816,17 +286106,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "35ee5ec576c04b2856ee6ed554bde48d", + "hash": "4144476af39da55a50dda440a25ded69", "highlights": [] }, { - "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": "Italy’s iconic Scala dei Turchi cliffs defaced by vandals", + "description": "

    The white marl cliffs in Sicily are famed for featuring in the Inspector Montalbano books

    An investigation is under way after the famed white limestone Scala dei Turchi cliff in Sicily was “shamefully defaced” with red powder dust.

    The Scala dei Turchi, or Turkish Steps, is one of Italy’s most visited tourist sites and features prominently in the Inspector Montalbano books by the late author, Andrea Camilleri.

    Continue reading...", + "content": "

    The white marl cliffs in Sicily are famed for featuring in the Inspector Montalbano books

    An investigation is under way after the famed white limestone Scala dei Turchi cliff in Sicily was “shamefully defaced” with red powder dust.

    The Scala dei Turchi, or Turkish Steps, is one of Italy’s most visited tourist sites and features prominently in the Inspector Montalbano books by the late author, Andrea Camilleri.

    Continue reading...", + "category": "Italy", + "link": "https://www.theguardian.com/world/2022/jan/09/italys-iconic-scala-dei-turchi-cliffs-defaced-by-vandals", + "creator": "Angela Giuffrida in Rome", + "pubDate": "2022-01-09T15:39:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281838,17 +286128,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "26597691e4d1f294978e1f41d14e5613", + "hash": "945c9bcb26d6afa2588bd8aa887af75b", "highlights": [] }, { - "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": "Kazakhstan says 164 people were killed in week of unrest", + "description": "

    Almaty and other cities calm after violent protests, but authorities say ‘counterterrorist operation’ still underway

    Authorities in Kazakhstan have said 164 people were killed in the unrest that rocked the country in the past week, including three children.

    The health ministry said 103 of the deaths were in Almaty, the country’s largest city and the centre of the violence.

    Continue reading...", + "content": "

    Almaty and other cities calm after violent protests, but authorities say ‘counterterrorist operation’ still underway

    Authorities in Kazakhstan have said 164 people were killed in the unrest that rocked the country in the past week, including three children.

    The health ministry said 103 of the deaths were in Almaty, the country’s largest city and the centre of the violence.

    Continue reading...", + "category": "Kazakhstan", + "link": "https://www.theguardian.com/world/2022/jan/09/kazakhstan-people-killed-week-unrest", + "creator": "Shaun Walker", + "pubDate": "2022-01-09T14:49:11Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281860,17 +286150,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "db014aa8f041838e72ea6fbe9a868314", + "hash": "0864c3b5b3e95c89a8714a0db221337a", "highlights": [] }, { - "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": "London hospital boss says he may lose 1,000 staff over Covid vaccine mandate", + "description": "

    Head of King’s College NHS trust concerned that 10% of 14,000 workers are not fully vaccinated

    A London hospital leader has said he may lose 1,000 staff to the Covid vaccination mandate, but hopes admissions from the Omicron wave have peaked in in the capital.

    The chief executive of King’s College hospital NHS trust, Prof Clive Kay, told the BBC’s Sunday Morning programme that his organisation was working urgently to encourage staff to come forward for vaccination to avoid redeploying or losing them.

    Continue reading...", + "content": "

    Head of King’s College NHS trust concerned that 10% of 14,000 workers are not fully vaccinated

    A London hospital leader has said he may lose 1,000 staff to the Covid vaccination mandate, but hopes admissions from the Omicron wave have peaked in in the capital.

    The chief executive of King’s College hospital NHS trust, Prof Clive Kay, told the BBC’s Sunday Morning programme that his organisation was working urgently to encourage staff to come forward for vaccination to avoid redeploying or losing them.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/09/london-hospital-boss-says-he-may-lose-1000-staff-over-covid-vaccine-mandate", + "creator": "Hannah Devlin", + "pubDate": "2022-01-09T14:01:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281882,17 +286172,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c5890205ca2536900d7eb425cdba2f29", + "hash": "82f147837f2e693ac300e33dd1d44ad2", "highlights": [] }, { - "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": "Manchester electronic ad boards use energy of three households each", + "description": "

    Exclusive: FoI request shows screens that earn council rent of £2.4m a year consume over 11,000 kWh annually

    Electronic advertising screens that have been criticised for blocking pavements in Manchester each use the same amount of energy as three households, the Guardian has learned.

    The council-branded screens, which became a pedestrian bugbear when they were covered with mysterious grey boxes during their installation, earn the local authority £2.4m a year in rent from the advertising firm JCDecaux, plus 2.8% of the revenue from each advert.

    Continue reading...", + "content": "

    Exclusive: FoI request shows screens that earn council rent of £2.4m a year consume over 11,000 kWh annually

    Electronic advertising screens that have been criticised for blocking pavements in Manchester each use the same amount of energy as three households, the Guardian has learned.

    The council-branded screens, which became a pedestrian bugbear when they were covered with mysterious grey boxes during their installation, earn the local authority £2.4m a year in rent from the advertising firm JCDecaux, plus 2.8% of the revenue from each advert.

    Continue reading...", + "category": "Manchester", + "link": "https://www.theguardian.com/uk-news/2022/jan/09/electronic-advertising-boards-manchester-energy-use-consumption", + "creator": "Jack Fifield and Helen Pidd", + "pubDate": "2022-01-09T17:28:53Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281904,17 +286194,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb30e8de89d196739ff530e75ebd1eeb", + "hash": "79215ddcfb1564521400af1876d5bff9", "highlights": [] }, { - "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": "Sinéad O’Connor criticises Irish authorities after death of son Shane", + "description": "

    Singer says 17-year-old left hospital while ‘on suicide watch’ and condemns Irish health service and family agency

    Sinéad O’Connor has criticised the Irish authorities after the death of her 17-year-old son, Shane, whom she alleges left hospital while “on suicide watch”.

    The singer announced the news of Shane’s death on social media on Saturday, writing: “My beautiful son, Nevi’im Nesta Ali Shane O’Connor, the very light of my life, decided to end his earthly struggle today and is now with God.

    Continue reading...", + "content": "

    Singer says 17-year-old left hospital while ‘on suicide watch’ and condemns Irish health service and family agency

    Sinéad O’Connor has criticised the Irish authorities after the death of her 17-year-old son, Shane, whom she alleges left hospital while “on suicide watch”.

    The singer announced the news of Shane’s death on social media on Saturday, writing: “My beautiful son, Nevi’im Nesta Ali Shane O’Connor, the very light of my life, decided to end his earthly struggle today and is now with God.

    Continue reading...", + "category": "Sinéad O'Connor", + "link": "https://www.theguardian.com/music/2022/jan/09/sinead-oconnor-criticises-irish-authorities-after-death-of-son-shane", + "creator": "Nadia Khomami", + "pubDate": "2022-01-09T18:09:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281926,17 +286216,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "859c76d27cb66d2ffb2dad3b87580f7f", + "hash": "7cc5dc5938a864322b73e31faca5e88e", "highlights": [] }, { - "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", + "title": "Green Bay ice break: 27 rescued after chunk separates from Wisconsin shore", + "description": "

    Ice fishers among people brought back to shoreline of Lake Michigan by airboats after split possibly caused by barge

    Authorities rescued 27 people from a floating chunk of ice that broke away from shore in the bay of Green Bay in eastern Wisconsin, a sheriff’s office said.

    No injuries were reported in the incident that happened on Saturday morning north of Green Bay, in part of Lake Michigan, the Brown county sheriff’s office reported.

    Continue reading...", + "content": "

    Ice fishers among people brought back to shoreline of Lake Michigan by airboats after split possibly caused by barge

    Authorities rescued 27 people from a floating chunk of ice that broke away from shore in the bay of Green Bay in eastern Wisconsin, a sheriff’s office said.

    No injuries were reported in the incident that happened on Saturday morning north of Green Bay, in part of Lake Michigan, the Brown county sheriff’s office reported.

    Continue reading...", + "category": "Wisconsin", + "link": "https://www.theguardian.com/us-news/2022/jan/09/green-bay-ice-break-27-rescued-wisconsin-lake-michigan", + "creator": "Associated Press in Green Bay, Wisconsin", + "pubDate": "2022-01-09T17:48:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281948,17 +286238,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5aef7d5d70260cc4045407418541cf27", + "hash": "6ec5ca7c6f883e80ce4070f40bd009e8", "highlights": [] }, { - "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": "Australian government fails in bid to delay Novak Djokovic visa court hearing by two days", + "description": "

    World No 1 challenging visa cancellation but legal experts split on whether court process can be resolved in time for Australian Open draw

    A bid by the Morrison government to delay Novak Djokovic’s visa hearing by two days has been rejected by the federal circuit court.

    In an order, published on Sunday, judge Anthony Kelly rejected the move which would have delayed the hearing until Wednesday – after Tennis Australia’s stated deadline to include the world number one in the Australian Open draw.

    Continue reading...", + "content": "

    World No 1 challenging visa cancellation but legal experts split on whether court process can be resolved in time for Australian Open draw

    A bid by the Morrison government to delay Novak Djokovic’s visa hearing by two days has been rejected by the federal circuit court.

    In an order, published on Sunday, judge Anthony Kelly rejected the move which would have delayed the hearing until Wednesday – after Tennis Australia’s stated deadline to include the world number one in the Australian Open draw.

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/sport/2022/jan/09/australian-government-fails-in-bid-to-delay-novak-djokovic-court-hearing-by-two-days", + "creator": "Paul Karp", + "pubDate": "2022-01-09T06:43:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281970,17 +286260,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "06a3721b5f6862a8ac1e62c5a3e69d36", + "hash": "6da4801de83de6f98e5e6c9731fe447b", "highlights": [] }, { - "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": "PM must commit to low taxes or risk losing next election, says David Frost", + "description": "

    Former Brexit minister also calls for shake-up of Boris Johnson’s advisory team in first major interview since resigning from cabinet

    Boris Johnson’s former Brexit minister who quit last month has warned him to commit to low taxes and the free market or risk losing the next election, as the prime minister comes under continuing pressure from the Conservative right.

    David Frost, a former lobbyist whom Johnson made his chief Brexit negotiator and later gave a peerage, said in his first major interview since quitting as a cabinet minister that the Tories needed to “focus on rebuilding the nation and be proud of our history”.

    Continue reading...", + "content": "

    Former Brexit minister also calls for shake-up of Boris Johnson’s advisory team in first major interview since resigning from cabinet

    Boris Johnson’s former Brexit minister who quit last month has warned him to commit to low taxes and the free market or risk losing the next election, as the prime minister comes under continuing pressure from the Conservative right.

    David Frost, a former lobbyist whom Johnson made his chief Brexit negotiator and later gave a peerage, said in his first major interview since quitting as a cabinet minister that the Tories needed to “focus on rebuilding the nation and be proud of our history”.

    Continue reading...", + "category": "David Frost", + "link": "https://www.theguardian.com/uk-news/2022/jan/09/pm-boris-johnson-low-taxes-next-election-david-frost", + "creator": "Rowena Mason Deputy political editor", + "pubDate": "2022-01-09T12:29:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -281992,17 +286282,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd0a36abc17afae58b0afbf6fc9ad4c6", + "hash": "b2f174440d5303634f2babb0ad444874", "highlights": [] }, { - "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": "New treatment may save eyesight of children with ‘devastating’ Batten disease", + "description": "

    Brineura, already given to children with life-limiting genetic disease, to be injected into back of eye in Great Ormond Street trial

    Eight children born with a “devastating” genetic disease in England have become the first in the world to receive a “pioneering” treatment aimed at stopping them from going blind.

    Doctors at Great Ormond Street hospital in London are trialling a drug they believe may save the eyesight of the children who have CLN2-type Batten disease. Brineura, already successful in animals, is being administered to four boys and four girls on a compassionate use basis.

    Continue reading...", + "content": "

    Brineura, already given to children with life-limiting genetic disease, to be injected into back of eye in Great Ormond Street trial

    Eight children born with a “devastating” genetic disease in England have become the first in the world to receive a “pioneering” treatment aimed at stopping them from going blind.

    Doctors at Great Ormond Street hospital in London are trialling a drug they believe may save the eyesight of the children who have CLN2-type Batten disease. Brineura, already successful in animals, is being administered to four boys and four girls on a compassionate use basis.

    Continue reading...", + "category": "Health", + "link": "https://www.theguardian.com/society/2022/jan/09/new-treatment-may-save-eyesight-of-children-with-devastating-cln2-disease", + "creator": "Andrew Gregory Health editor", + "pubDate": "2022-01-09T14:00:22Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282014,17 +286304,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f41add65b33d72e63e065d24d695a39a", + "hash": "93bc49d3b6a378bbe88b87770f22d4d5", "highlights": [] }, { - "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": "Nadhim Zahawi wants UK to be leader in move from ‘pandemic to endemic’ Covid", + "description": "

    Minister says it would be helpful to cut isolation to five days, but dismisses report that free tests are about to stop

    A senior cabinet minister has called for the UK to show the rest of the world how to move from “pandemic to endemic” Covid, as he suggested it would be helpful to cut the isolation period to five days to ease workforce shortages.

    The education secretary, Nadhim Zahawi, played down suggestions that the government was imminently about to start charging for free rapid Covid tests, known as lateral flows, which would lead to fewer infections in the community being caught.

    Continue reading...", + "content": "

    Minister says it would be helpful to cut isolation to five days, but dismisses report that free tests are about to stop

    A senior cabinet minister has called for the UK to show the rest of the world how to move from “pandemic to endemic” Covid, as he suggested it would be helpful to cut the isolation period to five days to ease workforce shortages.

    The education secretary, Nadhim Zahawi, played down suggestions that the government was imminently about to start charging for free rapid Covid tests, known as lateral flows, which would lead to fewer infections in the community being caught.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/09/nadhim-zahawi-denies-there-is-plan-to-end-free-lateral-flow-covid-tests", + "creator": "Jamie Grierson and Rowena Mason", + "pubDate": "2022-01-09T10:08:42Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282036,17 +286326,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9e9d47838d71dca0b37e3b2d44df0ce", + "hash": "5c98f917a1d6a2e03d455c56baa559cd", "highlights": [] }, { - "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": "Coronavirus: should the UK make vaccination mandatory?", + "description": "

    With more countries ready to oblige citizens to receive the Covid jab, what are the key questions in the debate?

    In Italy, it is now obligatory for people aged 50 or over to be vaccinated against Covid-19. Greece is pondering a similar move. In France, which has seen record numbers of positive cases, President Emmanuel Macron has also announced that he wants to “piss off” the unvaccinated, while Austria is contemplating a law to make the vaccine mandatory for all its citizens. By contrast, in the UK, Boris Johnson has confined himself to accusing anti-vaxxers of talking “mumbo-jumbo”.

    But is that enough? Should the UK take a harder line on those who refuse to be vaccinated? After all, this is a virus that threatens to overwhelm the NHS. As doctors continue to point out, hospital beds are now filling up with more and more seriously ill Covid patients, many of whom are unvaccinated. So, should vaccines against Covid be made mandatory, not just in certain workplace settings but for all individuals?

    Continue reading...", + "content": "

    With more countries ready to oblige citizens to receive the Covid jab, what are the key questions in the debate?

    In Italy, it is now obligatory for people aged 50 or over to be vaccinated against Covid-19. Greece is pondering a similar move. In France, which has seen record numbers of positive cases, President Emmanuel Macron has also announced that he wants to “piss off” the unvaccinated, while Austria is contemplating a law to make the vaccine mandatory for all its citizens. By contrast, in the UK, Boris Johnson has confined himself to accusing anti-vaxxers of talking “mumbo-jumbo”.

    But is that enough? Should the UK take a harder line on those who refuse to be vaccinated? After all, this is a virus that threatens to overwhelm the NHS. As doctors continue to point out, hospital beds are now filling up with more and more seriously ill Covid patients, many of whom are unvaccinated. So, should vaccines against Covid be made mandatory, not just in certain workplace settings but for all individuals?

    Continue reading...", + "category": "Vaccines and immunisation", + "link": "https://www.theguardian.com/society/2022/jan/09/coronavirus-should-the-uk-make-vaccination-mandatory", + "creator": "Robin McKie", + "pubDate": "2022-01-09T09:00:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282058,17 +286348,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6bcf5b0d0ac8842e067c986fb703fa9", + "hash": "1de9658729017b07eb5ab8dabdd66fc2", "highlights": [] }, { - "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": "Home Office tells asylum seeker he can return to Syria safely", + "description": "

    Man, 25, fears he will be killed after fleeing forcible conscription into Bashar al-Assad’s army in 2017

    The Home Office has told a Syrian asylum seeker he can return to the country he fled during the war because it is safe to do so, in what is thought to be the first case of its kind.

    The 25-year-old asylum seeker sought sanctuary in the UK in May 2020. He fled forcible conscription into Bashar al-Assad’s army in 2017, saying that he would have been forced to kill other Syrians. He said that if he is forced back to Syria he will be targeted as a draft evader, arrested, detained and killed.

    Continue reading...", + "content": "

    Man, 25, fears he will be killed after fleeing forcible conscription into Bashar al-Assad’s army in 2017

    The Home Office has told a Syrian asylum seeker he can return to the country he fled during the war because it is safe to do so, in what is thought to be the first case of its kind.

    The 25-year-old asylum seeker sought sanctuary in the UK in May 2020. He fled forcible conscription into Bashar al-Assad’s army in 2017, saying that he would have been forced to kill other Syrians. He said that if he is forced back to Syria he will be targeted as a draft evader, arrested, detained and killed.

    Continue reading...", + "category": "Immigration and asylum", + "link": "https://www.theguardian.com/uk-news/2022/jan/09/home-office-tells-syrian-asylum-seeker-he-can-return-safely", + "creator": "Diane Taylor", + "pubDate": "2022-01-09T15:22:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282080,17 +286370,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6be96c964b35ee12e8eb7650c94eb983", + "hash": "7a64aafea8389228de4b78f84fbc77ad", "highlights": [] }, { - "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", + "title": "Outspoken Saudi princess released after nearly three years in jail", + "description": "

    Human rights advocate Princess Basmah and her daughter were imprisoned without charge in 2019

    Saudi authorities have released a princess and her daughter who had been detained without charge for nearly three years.

    Princess Basmah bint Saud bin Abdulaziz al-Saud, 57, an outspoken human rights advocate and member of the royal family, went missing in March 2019 along with her adult daughter Souhoud al-Sharif.

    Continue reading...", + "content": "

    Human rights advocate Princess Basmah and her daughter were imprisoned without charge in 2019

    Saudi authorities have released a princess and her daughter who had been detained without charge for nearly three years.

    Princess Basmah bint Saud bin Abdulaziz al-Saud, 57, an outspoken human rights advocate and member of the royal family, went missing in March 2019 along with her adult daughter Souhoud al-Sharif.

    Continue reading...", + "category": "Saudi Arabia", + "link": "https://www.theguardian.com/world/2022/jan/09/outspoken-saudi-princess-released-after-nearly-three-years-in-jail", "creator": "Staff and agencies", - "pubDate": "2022-01-02T06:37:23Z", + "pubDate": "2022-01-09T03:06:53Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282102,17 +286392,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3242509b1886102c081e0e4f2a43ed20", + "hash": "6b5e4b5ca9e02cea7a07d5e01f3483b4", "highlights": [] }, { - "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": "‘When QAnon and the Tea Party have a baby’: Ron Johnson will run again for US Senate", + "description": "

    Republican expected to announce run as soon as next week, delighting both his own party and Democrats seeking a win

    The Wisconsin senator Ron Johnson, a hardline Trump supporter once described as “what you get when QAnon and the Tea Party have a baby”, has reportedly decided to seek a third term, a step he once promised not to take.

    Two Republicans confirmed Johnson’s plan to the Associated Press and said he could announce as soon as early next week. Johnson did not comment.

    Continue reading...", + "content": "

    Republican expected to announce run as soon as next week, delighting both his own party and Democrats seeking a win

    The Wisconsin senator Ron Johnson, a hardline Trump supporter once described as “what you get when QAnon and the Tea Party have a baby”, has reportedly decided to seek a third term, a step he once promised not to take.

    Two Republicans confirmed Johnson’s plan to the Associated Press and said he could announce as soon as early next week. Johnson did not comment.

    Continue reading...", + "category": "Republicans", + "link": "https://www.theguardian.com/us-news/2022/jan/08/senator-ron-johnson-to-seek-re-election-wisconsin-republican", + "creator": "Martin Pengelly and agencies", + "pubDate": "2022-01-08T21:09:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282124,17 +286414,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "73d2c11697f09b0b403ed3ac84877ca7", + "hash": "04699e996b6117d154603e129c88ecd7", "highlights": [] }, { - "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": "Victoria Covid update: state to mandate reporting of positive rapid test results – video", + "description": "

    It will now be mandatory to report positive rapid antigen test results to the health department by phone or using an online form. A positive home test will carry the same obligations as a positive PCR test. Acting chief health officer, Prof Benjamin Cowie, says with significant transmission of the Omicron variant, pressure on the PCR testing system, and millions of rapid tests being ordered by the Victorian government, the rapid antigen tests will now have the same 'authority' as a PCR test

    Continue reading...", + "content": "

    It will now be mandatory to report positive rapid antigen test results to the health department by phone or using an online form. A positive home test will carry the same obligations as a positive PCR test. Acting chief health officer, Prof Benjamin Cowie, says with significant transmission of the Omicron variant, pressure on the PCR testing system, and millions of rapid tests being ordered by the Victorian government, the rapid antigen tests will now have the same 'authority' as a PCR test

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2022/jan/06/victoria-covid-update-state-to-mandate-reporting-of-positive-rapid-test-results-video", + "creator": "", + "pubDate": "2022-01-06T04:42:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282146,17 +286436,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a84fc0ce12aeaa2a91d640a163cc40e", + "hash": "54f428af2727123dd67de77ba557f8e9", "highlights": [] }, { - "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": "Art historian discovers that £65 painting on his wall is work of Flemish master", + "description": "

    Picture of Isabella Clara Eugenia, Infanta of Spain, is likely to be by Sir Anthony van Dyck, finds Cortauld’s report

    As a leading art historian, Christopher Wright has uncovered several old master paintings in public and private collections over five decades. Now he has discovered that a copy of a painting by Sir Anthony van Dyck, which he bought for himself for £65 in 1970, may actually be an original by the 17th-century Flemish court painter to King Charles I.

    “I bought it from a jobbing dealer in west London,” he said. “I was buying it as a copy, as an art historian. I took no notice of it, in a strange way. The syndrome is the cobbler’s children are the worst shod. So the art historian’s collection is the least looked at.” Wright estimated the painting might be worth around £40,000, although some Van Dycks have fetched seven-figure sums.

    Continue reading...", + "content": "

    Picture of Isabella Clara Eugenia, Infanta of Spain, is likely to be by Sir Anthony van Dyck, finds Cortauld’s report

    As a leading art historian, Christopher Wright has uncovered several old master paintings in public and private collections over five decades. Now he has discovered that a copy of a painting by Sir Anthony van Dyck, which he bought for himself for £65 in 1970, may actually be an original by the 17th-century Flemish court painter to King Charles I.

    “I bought it from a jobbing dealer in west London,” he said. “I was buying it as a copy, as an art historian. I took no notice of it, in a strange way. The syndrome is the cobbler’s children are the worst shod. So the art historian’s collection is the least looked at.” Wright estimated the painting might be worth around £40,000, although some Van Dycks have fetched seven-figure sums.

    Continue reading...", + "category": "Van Dyck", + "link": "https://www.theguardian.com/artanddesign/2022/jan/09/art-historian-discovers-that-65-painting-on-his-wall-is-work-of-flemish-master", + "creator": "Dalya Alberge", + "pubDate": "2022-01-09T08:00:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282164,21 +286454,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "2e9a2478ea0fe1f228a53cc62dcebf91", + "hash": "6f67ebbf0e816561c45582a3fbb89f02", "highlights": [] }, { - "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": "Restoring hope: ‘Why can’t we recreate the old energy of Sarajevo?’", + "description": "

    The Bosnian capital dreams of cultural revival by rejuvenating the hotel that was once the jewel of the Olympic village

    When the siege of Sarajevo began in 1992, Ratko Mladić’s Bosnian Serb army took up positions in the mountains surrounding the city.

    For his headquarters, Mladić chose Hotel Igman, a breathtaking piece of brutalist architecture that was the jewel of the 1984 Winter Olympics. The hotel was part of the Olympic village, a base for ski jumpers and alpine skiers, but Mladić – now serving a life sentence for genocide and crimes against humanity – used it to oversee the shelling of the city and his enemies used it as a prison and execution site. During the four years of the war, the hotel was blasted and bombed, and since the fighting stopped it has lain derelict, ignored by everyone except graffiti artists and the occasional tourist.

    Continue reading...", + "content": "

    The Bosnian capital dreams of cultural revival by rejuvenating the hotel that was once the jewel of the Olympic village

    When the siege of Sarajevo began in 1992, Ratko Mladić’s Bosnian Serb army took up positions in the mountains surrounding the city.

    For his headquarters, Mladić chose Hotel Igman, a breathtaking piece of brutalist architecture that was the jewel of the 1984 Winter Olympics. The hotel was part of the Olympic village, a base for ski jumpers and alpine skiers, but Mladić – now serving a life sentence for genocide and crimes against humanity – used it to oversee the shelling of the city and his enemies used it as a prison and execution site. During the four years of the war, the hotel was blasted and bombed, and since the fighting stopped it has lain derelict, ignored by everyone except graffiti artists and the occasional tourist.

    Continue reading...", + "category": "Bosnia-Herzegovina", + "link": "https://www.theguardian.com/world/2022/jan/09/restoring-hope-why-cant-we-recreate-the-old-energy-of-sarajevo", + "creator": "James Tapper", + "pubDate": "2022-01-09T09:00:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282190,17 +286480,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "89ddd6b1e9e4988c72d4a3cfb06a72eb", + "hash": "df654011209887698519a7c4df1884e9", "highlights": [] }, { - "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": "Home Office tells Syrian asylum seeker he can return safely", + "description": "

    Man, 25, fears he will be killed after fleeing forcible conscription into Bashar al-Assad’s army

    The Home Office has told a Syrian asylum seeker he can return to the country he fled during the war because it is safe to do so, in what is thought to be the first case of its kind.

    The 25-year-old asylum seeker sought sanctuary in the UK in May 2020. He fled forcible conscription into Bashar al-Assad’s army in 2017, saying that he would have been forced to kill other Syrians. He said that if he is forced back to Syria he will be targeted as a draft evader, arrested, detained and killed.

    Continue reading...", + "content": "

    Man, 25, fears he will be killed after fleeing forcible conscription into Bashar al-Assad’s army

    The Home Office has told a Syrian asylum seeker he can return to the country he fled during the war because it is safe to do so, in what is thought to be the first case of its kind.

    The 25-year-old asylum seeker sought sanctuary in the UK in May 2020. He fled forcible conscription into Bashar al-Assad’s army in 2017, saying that he would have been forced to kill other Syrians. He said that if he is forced back to Syria he will be targeted as a draft evader, arrested, detained and killed.

    Continue reading...", + "category": "Immigration and asylum", + "link": "https://www.theguardian.com/uk-news/2022/jan/09/home-office-tells-syrian-asylum-seeker-he-can-return-safely", + "creator": "Diane Taylor", + "pubDate": "2022-01-09T15:22:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282212,17 +286502,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3bbb449d083610d0ac631bb54c385cfa", + "hash": "976f61fdbcbed88956b0e7bf038f6cee", "highlights": [] }, { - "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": "New York mayor Eric Adams faces nepotism claim over job for brother", + "description": "

    The Democrat has faced criticism over police role for brother and appointment of scandal-hit former officer to public safety post

    Eric Adams has promised to restore “swagger” to New York, the city he has run as mayor for barely a week. In that brief time, he has also attracted fierce criticism and flirted with scandal.

    As deputy mayor for public safety, Adams appointed a former top police chief who resigned during a federal investigation.

    Continue reading...", + "content": "

    The Democrat has faced criticism over police role for brother and appointment of scandal-hit former officer to public safety post

    Eric Adams has promised to restore “swagger” to New York, the city he has run as mayor for barely a week. In that brief time, he has also attracted fierce criticism and flirted with scandal.

    As deputy mayor for public safety, Adams appointed a former top police chief who resigned during a federal investigation.

    Continue reading...", + "category": "Eric Adams", + "link": "https://www.theguardian.com/us-news/2022/jan/09/new-york-mayor-eric-adams-brother-nepotism", + "creator": "Edward Helmore in New York", + "pubDate": "2022-01-09T06:00:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282234,17 +286524,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e822e173eb0515b05d78a811c280f37", + "hash": "090ff5f4456de9e392e0f3f755fcb32b", "highlights": [] }, { - "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...", + "title": "More than 99,000 new cases nationwide on NSW’s deadliest day of pandemic", + "description": "

    NSW records 30,062 new Covid cases and 16 deaths; Victoria reports 44,155 cases and four deaths; Queensland records 18,000 cases, South Australia 4,506 cases and one death, Tasmania 1,406 cases, ACT 1,039, NT 481 and WA one. This blog is now closed

    The health minister, Greg Hunt, has been asked about Novak Djokovic’s court case.

    Hunt declined to comment, citing the fact the matter is before the court but did reveal that two other people connected with the Australian Open tournament have left Australia after their visas were cancelled.

    In relation to Novak Djokovic, as this is now a matter before the courts, I will respectfully leave any commentary until after it has been heard by the court and my understanding is that there is a hearing tomorrow.

    My other advice from border force is that their assessment of any visas relating to the Australian Open has now been completed and two other individuals have now voluntarily left the country – as is the case with an individual who has their visa cancelled is entitled to leave the country at any time, even while they are going through a court proceeding but that is a matter for them. Beyond that, the advice is that there is an ongoing court case so we respectfully are not making any additional comment.

    Continue reading...", + "content": "

    NSW records 30,062 new Covid cases and 16 deaths; Victoria reports 44,155 cases and four deaths; Queensland records 18,000 cases, South Australia 4,506 cases and one death, Tasmania 1,406 cases, ACT 1,039, NT 481 and WA one. This blog is now closed

    The health minister, Greg Hunt, has been asked about Novak Djokovic’s court case.

    Hunt declined to comment, citing the fact the matter is before the court but did reveal that two other people connected with the Australian Open tournament have left Australia after their visas were cancelled.

    In relation to Novak Djokovic, as this is now a matter before the courts, I will respectfully leave any commentary until after it has been heard by the court and my understanding is that there is a hearing tomorrow.

    My other advice from border force is that their assessment of any visas relating to the Australian Open has now been completed and two other individuals have now voluntarily left the country – as is the case with an individual who has their visa cancelled is entitled to leave the country at any time, even while they are going through a court proceeding but that is a matter for them. Beyond that, the advice is that there is an ongoing court case so we respectfully are not making any additional comment.

    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", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/09/novak-djokovic-court-visa-omicron-covid-case-numbers-hospitals-queensland-floods", + "creator": "Caitlin Cassidy and Justine Landis-Hanley (earlier)", + "pubDate": "2022-01-09T07:16:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282256,17 +286546,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "283b34e82d4380cb0b09f53b0f79d00f", + "hash": "941aee7f40b29fa2a8f36b4e98ea6d97", "highlights": [] }, { - "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": "England avoid Ashes whitewash after surviving in fourth Test with Australia", + "description": "

    England have avoided an Ashes whitewash after surviving a late onslaught from Australia’s bowling attack to draw the fourth Test in Sydney with one wicket to spare. Australia remain 3-0 in the series, with the final Test due to start in Hobart on 14 January.

    Veteran tailenders Stuart Broad and Jimmy Anderson saw England to safety, following the dismissal of Jack Leach with two overs to spare and Jonny Bairstow, who was gone for 41 from 105 balls when he popped a catch to silly mid-off off the irrepressible Scott Boland.

    Continue reading...", + "content": "

    England have avoided an Ashes whitewash after surviving a late onslaught from Australia’s bowling attack to draw the fourth Test in Sydney with one wicket to spare. Australia remain 3-0 in the series, with the final Test due to start in Hobart on 14 January.

    Veteran tailenders Stuart Broad and Jimmy Anderson saw England to safety, following the dismissal of Jack Leach with two overs to spare and Jonny Bairstow, who was gone for 41 from 105 balls when he popped a catch to silly mid-off off the irrepressible Scott Boland.

    Continue reading...", + "category": "Ashes 2021-22", + "link": "https://www.theguardian.com/sport/2022/jan/09/england-avoid-ashes-whitewash-australia-fourth-test-day-five-report", + "creator": "PA Media", + "pubDate": "2022-01-09T07:51:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282274,21 +286564,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "3bd4cffde8917c2ba5c42b4e1bee11fc", + "hash": "a09fd95481a46ca2e3283dc5f532a3e2", "highlights": [] }, { - "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": "Rising anger with Turkey drives calls for reunification in crisis-hit northern Cyprus", + "description": "

    With the economy in freefall and allegations of political interference, people have taken to the streets to advocate for federal future

    In his sun-filled office in north Nicosia, Şener Elcil is plotting his next protest. Anger, he says, is in the air in Turkish-occupied northern Cyprus.

    The economy is in freefall, thanks to the self-declared republic’s financial and political dependence on Turkey. Thousands have taken to the streets, spurred by inflation rates that have left many struggling to make ends meet; ahead of parliamentary polls later this month, calls for a boycott are mounting, while a blacklist of Turkish Cypriot dissidents, reportedly drawn up at the behest of Ankara, has spawned consternation and fear.

    Continue reading...", + "content": "

    With the economy in freefall and allegations of political interference, people have taken to the streets to advocate for federal future

    In his sun-filled office in north Nicosia, Şener Elcil is plotting his next protest. Anger, he says, is in the air in Turkish-occupied northern Cyprus.

    The economy is in freefall, thanks to the self-declared republic’s financial and political dependence on Turkey. Thousands have taken to the streets, spurred by inflation rates that have left many struggling to make ends meet; ahead of parliamentary polls later this month, calls for a boycott are mounting, while a blacklist of Turkish Cypriot dissidents, reportedly drawn up at the behest of Ankara, has spawned consternation and fear.

    Continue reading...", + "category": "Cyprus", + "link": "https://www.theguardian.com/world/2022/jan/09/rising-anger-with-turkey-drives-calls-for-reunification-in-crisis-hit-northern-cyprus", + "creator": "Helena Smith in North Nicosia", + "pubDate": "2022-01-09T10:00:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282300,17 +286590,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c84fb226bc91d1c5436ed5710bc4f58d", + "hash": "8354aec17a82b57fa6c6b11737d0ecef", "highlights": [] }, { - "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": "New treatment may save eyesight of children with ‘devastating’ CLN2 disease", + "description": "

    Brineura, already given to children with life-limiting genetic disease, to be injected into back of eye in Great Ormond Street trial

    Eight children born with a “devastating” genetic disease in England have become the first in the world to receive a “pioneering” treatment aimed at stopping them from going blind.

    Doctors at Great Ormond Street hospital in London are trialling a drug they believe may save the eyesight of the children who have CLN2-type Batten disease. Brineura, already successful in animals, is being administered to four boys and four girls on a compassionate use basis.

    Continue reading...", + "content": "

    Brineura, already given to children with life-limiting genetic disease, to be injected into back of eye in Great Ormond Street trial

    Eight children born with a “devastating” genetic disease in England have become the first in the world to receive a “pioneering” treatment aimed at stopping them from going blind.

    Doctors at Great Ormond Street hospital in London are trialling a drug they believe may save the eyesight of the children who have CLN2-type Batten disease. Brineura, already successful in animals, is being administered to four boys and four girls on a compassionate use basis.

    Continue reading...", + "category": "Health", + "link": "https://www.theguardian.com/society/2022/jan/09/new-treatment-may-save-eyesight-of-children-with-devastating-cln2-disease", + "creator": "Andrew Gregory Health editor", + "pubDate": "2022-01-09T14:00:22Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282322,17 +286612,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5126850a3cd85e0b040b15dfec7aaf40", + "hash": "4ba5677dd16013829344498ed993b56c", "highlights": [] }, { - "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": "‘It’s a huge political albatross’: Guantánamo Bay, 20 years on", + "description": "

    The US-run enclave has proved hard to dismantle over two decades, a legal anomaly and lead weight wrapped around America’s global reputation

    On 4 January 2002, Brig Gen Michael Lehnert received an urgent deployment order. He would take a small force of marines and sailors and build a prison camp in the US-run military enclave on Cuba’s south coast, Guantánamo Bay.

    Lehnert had 96 hours to deploy and build the first 100 cells, in time for the first plane-load of captives arriving from the battlefield in Afghanistan on 11 January. The job was done on time: a grid of chain-link cages surrounded by barbed wire and six plywood guard towers manned by snipers. There were five windowless huts for interrogations. It was named Camp X-Ray.

    Continue reading...", + "content": "

    The US-run enclave has proved hard to dismantle over two decades, a legal anomaly and lead weight wrapped around America’s global reputation

    On 4 January 2002, Brig Gen Michael Lehnert received an urgent deployment order. He would take a small force of marines and sailors and build a prison camp in the US-run military enclave on Cuba’s south coast, Guantánamo Bay.

    Lehnert had 96 hours to deploy and build the first 100 cells, in time for the first plane-load of captives arriving from the battlefield in Afghanistan on 11 January. The job was done on time: a grid of chain-link cages surrounded by barbed wire and six plywood guard towers manned by snipers. There were five windowless huts for interrogations. It was named Camp X-Ray.

    Continue reading...", + "category": "Guantánamo Bay", + "link": "https://www.theguardian.com/us-news/2022/jan/09/guantanamo-bay-20-years-on-detainees", + "creator": "Julian Borger in Washington", + "pubDate": "2022-01-09T10:00:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282344,17 +286634,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c702d38c96e6766856ff6cee3b43c05", + "hash": "f280bb3723b33b6516caa649e97ab050", "highlights": [] }, { - "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": "Hanya Yanagihara: ‘I have the right to write about whatever I want’", + "description": "

    To Paradise, the new novel from the writer of A Little Life, has been widely hailed as a masterpiece. But where did she get the unflinching eye she turns on America’s idea of itself?

    Hanya Yanagihara’s debut novel taught her not to give up her day job as a travel writer and editor. The People in the Trees was the story of a scientist jailed for sexually abusing children he adopted during his Nobel-winning research on a Pacific island. It impressed reviewers with its exhaustive inventiveness and its refusal to offer redemption or solace, but sold only a few thousand copies when it was published in 2013.

    Two years later, the Manhattan-based writer released a novel that was twice as long and even less forgiving. It was about the fallout, among four college friends, from the appalling childhood sexual abuse of one of their group, and it hit the jackpot, becoming one of those vanishingly rare literary break-outs. Victoria Beckham and Dua Lipa declared themselves fans, while an equally passionate group of readers condemned it as gratuitous, even “evil”. A Little Life sold a quarter of a million print copies in the UK alone, where it was shortlisted for the Booker and the Women’s prize for fiction. But far from giving up her day job, Yanagihara took on a bigger one, as editor-in-chief of T, the New York Times style magazine.

    Continue reading...", + "content": "

    To Paradise, the new novel from the writer of A Little Life, has been widely hailed as a masterpiece. But where did she get the unflinching eye she turns on America’s idea of itself?

    Hanya Yanagihara’s debut novel taught her not to give up her day job as a travel writer and editor. The People in the Trees was the story of a scientist jailed for sexually abusing children he adopted during his Nobel-winning research on a Pacific island. It impressed reviewers with its exhaustive inventiveness and its refusal to offer redemption or solace, but sold only a few thousand copies when it was published in 2013.

    Two years later, the Manhattan-based writer released a novel that was twice as long and even less forgiving. It was about the fallout, among four college friends, from the appalling childhood sexual abuse of one of their group, and it hit the jackpot, becoming one of those vanishingly rare literary break-outs. Victoria Beckham and Dua Lipa declared themselves fans, while an equally passionate group of readers condemned it as gratuitous, even “evil”. A Little Life sold a quarter of a million print copies in the UK alone, where it was shortlisted for the Booker and the Women’s prize for fiction. But far from giving up her day job, Yanagihara took on a bigger one, as editor-in-chief of T, the New York Times style magazine.

    Continue reading...", + "category": "Hanya Yanagihara", + "link": "https://www.theguardian.com/books/2022/jan/09/hanya-yanagihara-to-paradise-interview-a-little-life", + "creator": "Claire Armitstead", + "pubDate": "2022-01-09T08:00:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282366,17 +286656,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e21574635deecaf4bfa7a1ead4115ff", + "hash": "f9c6a186211899325cd60ef6b2b84f0c", "highlights": [] }, { - "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": "DC media makes meal of supposed Sotomayor restaurant sighting", + "description": "

    Newsletter reports supreme court justice dined with Democrats after incorrectly identifying Chuck Schumer’s wife as the justice

    The most Washington website of all was forced to issue a diplomatic correction on Saturday, in a second recent iteration of perhaps the most Washington story of all: mistaken reporting about diners at Le Diplomate, a restaurant popular with DC politicos.

    The website in question was Politico, the capital and Capitol-covering tipsheet which with characteristic capitals informed readers of its Playbook email: “SPOTTED: Speaker NANCY PELOSI, Senate Majority Leader CHUCK SCHUMER, Sen[ators] AMY KLOBUCHAR (D-Minn) and DICK DURBIN (D-Ill) and Justice SONIA SOTOMAYOR dining together at Le Diplomate on Friday night.”

    Continue reading...", + "content": "

    Newsletter reports supreme court justice dined with Democrats after incorrectly identifying Chuck Schumer’s wife as the justice

    The most Washington website of all was forced to issue a diplomatic correction on Saturday, in a second recent iteration of perhaps the most Washington story of all: mistaken reporting about diners at Le Diplomate, a restaurant popular with DC politicos.

    The website in question was Politico, the capital and Capitol-covering tipsheet which with characteristic capitals informed readers of its Playbook email: “SPOTTED: Speaker NANCY PELOSI, Senate Majority Leader CHUCK SCHUMER, Sen[ators] AMY KLOBUCHAR (D-Minn) and DICK DURBIN (D-Ill) and Justice SONIA SOTOMAYOR dining together at Le Diplomate on Friday night.”

    Continue reading...", + "category": "Washington DC", + "link": "https://www.theguardian.com/us-news/2022/jan/09/politico-sonia-sotomayor-dc-eatery", + "creator": "Martin Pengelly", + "pubDate": "2022-01-09T13:36:41Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282388,17 +286678,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd06f07852c8dcd0c981e71ef15fccbb", + "hash": "d1cc4e88a11529d3489ef6383db248ae", "highlights": [] }, { - "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": "Lack of English speakers embarrasses Czech coalition", + "description": "

    The new government risks being isolated, particularly in the EU where English remains the working language, warn critics

    When a new five-party coalition took office in the Czech Republic a week before Christmas, it was expected to herald a reaffirmation of the country’s Europhile and western credentials after years of ambivalence and hedging under an outgoing populist government.

    Instead, the new administration – headed by Petr Fiala, a former political science professor who replaced the former oligarch Andrej Babiš as prime minister – has found its carefully crafted outward-looking image tarnished by embarrassing revelations about its members’ poor English-speaking skills.

    Continue reading...", + "content": "

    The new government risks being isolated, particularly in the EU where English remains the working language, warn critics

    When a new five-party coalition took office in the Czech Republic a week before Christmas, it was expected to herald a reaffirmation of the country’s Europhile and western credentials after years of ambivalence and hedging under an outgoing populist government.

    Instead, the new administration – headed by Petr Fiala, a former political science professor who replaced the former oligarch Andrej Babiš as prime minister – has found its carefully crafted outward-looking image tarnished by embarrassing revelations about its members’ poor English-speaking skills.

    Continue reading...", + "category": "Czech Republic", + "link": "https://www.theguardian.com/world/2022/jan/09/lack-of-english-speakers-embarrasses-czech-coalition", + "creator": "Robert Tait in Prague", + "pubDate": "2022-01-09T09:15:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282410,17 +286700,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "01e423245417e48bbe7eea21654a3844", + "hash": "51bf49c203c5146dcd4fed29d6a930f0", "highlights": [] }, { - "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": "Do smart supermarkets herald the end of shopping as we know it?", + "description": "

    A new breed of supermarkets means the days of queues, checkouts and shoplifting are numbered. But what else will we lose when no-transaction shopping becomes the norm?

    Welcome to the supermarkets of the future. They may look and feel like the supermarkets we are all used to – and stock the same bread, butter and bananas – but these shops are now fitted out with more than £1m of the latest technology that their bosses promise will put an end to our biggest frustration (queueing) and our most persistent crime (shoplifting).

    Jill French, a legal secretary in her 30s, wearing a sharp navy suit and matching beret, has just left a Tesco Express on London’s Holborn Viaduct empty-handed. It’s coming up to 6.30pm on a Thursday and, like dozens of others, French has popped in for a few essentials on her way home. “I just went in to grab pasta, milk and some broccoli,” she says. “But there was such a queue I got frustrated and walked out.”

    Continue reading...", + "content": "

    A new breed of supermarkets means the days of queues, checkouts and shoplifting are numbered. But what else will we lose when no-transaction shopping becomes the norm?

    Welcome to the supermarkets of the future. They may look and feel like the supermarkets we are all used to – and stock the same bread, butter and bananas – but these shops are now fitted out with more than £1m of the latest technology that their bosses promise will put an end to our biggest frustration (queueing) and our most persistent crime (shoplifting).

    Jill French, a legal secretary in her 30s, wearing a sharp navy suit and matching beret, has just left a Tesco Express on London’s Holborn Viaduct empty-handed. It’s coming up to 6.30pm on a Thursday and, like dozens of others, French has popped in for a few essentials on her way home. “I just went in to grab pasta, milk and some broccoli,” she says. “But there was such a queue I got frustrated and walked out.”

    Continue reading...", + "category": "Retail industry", + "link": "https://www.theguardian.com/business/2022/jan/09/do-smart-supermarkets-herald-the-end-of-shopping-as-we-know-it", + "creator": "Rupert Neate", + "pubDate": "2022-01-09T07:00:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282432,17 +286722,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "13d4ba1dc4d07af3c0411771d0869338", + "hash": "6f41148ba74b11a3fc77b2ccc31600f7", "highlights": [] }, { - "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": "Brexit decision left UK firms paying 10% more than EU rivals for emissions", + "description": "

    Government refusal to link carbon market to EU’s has led to higher cost for British businesses

    British businesses are paying substantially more to produce carbon dioxide than their EU rivals because of the government’s refusal to link the UK carbon market to the bigger European market after Brexit.

    The difference is putting UK industry at a significant competitive disadvantage to European rivals, at a time of soaring energy prices, but does not result in any additional benefit to the environment.

    Continue reading...", + "content": "

    Government refusal to link carbon market to EU’s has led to higher cost for British businesses

    British businesses are paying substantially more to produce carbon dioxide than their EU rivals because of the government’s refusal to link the UK carbon market to the bigger European market after Brexit.

    The difference is putting UK industry at a significant competitive disadvantage to European rivals, at a time of soaring energy prices, but does not result in any additional benefit to the environment.

    Continue reading...", + "category": "Emissions trading", + "link": "https://www.theguardian.com/environment/2022/jan/09/brexit-decision-left-uk-firms-paying-10-more-than-eu-rivals-for-emissions", + "creator": "Fiona Harvey Environment correspondent", + "pubDate": "2022-01-09T09:00:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282454,17 +286744,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c9c7598f5aa4aeab15bc292647cc652", + "hash": "716d14f9dda80432dde57f3b73fbd5c6", "highlights": [] }, { - "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": "PEN prize-winning Ugandan novelist Kakwenza Rukirabashaija illegally detained and tortured", + "description": "

    The author is being held after tweets criticising President Yoweri Museveni and his son

    Ugandan satirical novelist Kakwenza Rukirabashaija, who was named International Writer of Courage by PEN last year, has been illegally detained and tortured for criticising the president and his son, his lawyer said.

    Gunmen came to the writer’s house on 28 December after a series of tweets about the country’s president, Yoweri Museveni, including one calling him a thief and his son and presumed successor “an incompetent pig-headed curmudgeon”.

    Continue reading...", + "content": "

    The author is being held after tweets criticising President Yoweri Museveni and his son

    Ugandan satirical novelist Kakwenza Rukirabashaija, who was named International Writer of Courage by PEN last year, has been illegally detained and tortured for criticising the president and his son, his lawyer said.

    Gunmen came to the writer’s house on 28 December after a series of tweets about the country’s president, Yoweri Museveni, including one calling him a thief and his son and presumed successor “an incompetent pig-headed curmudgeon”.

    Continue reading...", + "category": "Uganda", + "link": "https://www.theguardian.com/world/2022/jan/09/pen-prize-winning-ugandan-novelist-kakwenza-rukirabashaija-illegally-detained-and-tortured", + "creator": "Emma Graham-Harrison", + "pubDate": "2022-01-09T08:30:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282476,17 +286766,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9ecb6ab023f2959ec40cb25e2eb5380", + "hash": "48d68e2660044957cd20a2743ee954e2", "highlights": [] }, { - "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": "Covid live news: official cases in Africa pass 10m; UK minister says cutting self-isolation would be ‘helpful’", + "description": "

    South Africa, Morocco, Tunisia, Ethiopia and Libya among countries hardest hit; Nadhim Zahawi says he supports reducing isolation to five days

    More on the Philippines, after the country set a record for new 28,707 Covid infections for a second consecutive day.

    A senior government official confirmed an increase in hospital beds and medical resources in and around the capital Manila have been ordered, Reuters reports.

    Continue reading...", + "content": "

    South Africa, Morocco, Tunisia, Ethiopia and Libya among countries hardest hit; Nadhim Zahawi says he supports reducing isolation to five days

    More on the Philippines, after the country set a record for new 28,707 Covid infections for a second consecutive day.

    A senior government official confirmed an increase in hospital beds and medical resources in and around the capital Manila have been ordered, Reuters reports.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/09/covid-live-news-coronavirus-uk-self-isolation-philippines-new-daily-case-record-latest-updates", + "creator": "Léonie Chao-Fong", + "pubDate": "2022-01-09T11:17:53Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282498,17 +286788,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "26c8cc3dab98c5d55b3ea27774a6699d", + "hash": "5c090ea4ab9ab8855c2fb7c614395d1b", "highlights": [] }, { - "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": "Omicron drives Covid surge but New York a long way from pandemic’s early days", + "description": "

    America’s biggest city is seeing another winter spike, but with good vaccines and a new message many residents say this wave feels different

    In the spring of 2020, Hart Island, a mile from City Island in the Bronx, was a focal point of grief in New York. It was here, at the city’s public cemetery or potter’s field, the final resting place of more than a million people, that officials ordered trenches dug to accommodate those the coronavirus was expected to kill.

    The trenches were never filled. Many bodies were returned to funeral parlors or stored in mobile freezers on Randall’s Island, better known for music festivals and the Frieze art fair than cold storage of corpses.

    Continue reading...", + "content": "

    America’s biggest city is seeing another winter spike, but with good vaccines and a new message many residents say this wave feels different

    In the spring of 2020, Hart Island, a mile from City Island in the Bronx, was a focal point of grief in New York. It was here, at the city’s public cemetery or potter’s field, the final resting place of more than a million people, that officials ordered trenches dug to accommodate those the coronavirus was expected to kill.

    The trenches were never filled. Many bodies were returned to funeral parlors or stored in mobile freezers on Randall’s Island, better known for music festivals and the Frieze art fair than cold storage of corpses.

    Continue reading...", + "category": "New York", + "link": "https://www.theguardian.com/us-news/2022/jan/09/new-york-omicron-coronavirus-covid-pandemic", + "creator": "Edward Helmorein New York", + "pubDate": "2022-01-09T08:00:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282520,17 +286810,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7114e28e63656eff2c1c852b3d81724b", + "hash": "9bbec3bd1cbe86f6680a350a36ff472b", "highlights": [] }, { - "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": "Is the US really heading for a second civil war?", + "description": "

    With the country polarised and Republicans embracing authoritarianism, some experts fear a Northern Ireland-style insurgency but others say armed conflict remains improbable

    Joe Biden had spent a year in the hope that America could go back to normal. But last Thursday, the first anniversary of the deadly insurrection at the US Capitol, the president finally recognised the full scale of the current threat to American democracy.

    “At this moment, we must decide,” Biden said in Statuary Hall, where rioters had swarmed a year earlier. “What kind of nation are we going to be? Are we going to be a nation that accepts political violence as a norm?”

    Continue reading...", + "content": "

    With the country polarised and Republicans embracing authoritarianism, some experts fear a Northern Ireland-style insurgency but others say armed conflict remains improbable

    Joe Biden had spent a year in the hope that America could go back to normal. But last Thursday, the first anniversary of the deadly insurrection at the US Capitol, the president finally recognised the full scale of the current threat to American democracy.

    “At this moment, we must decide,” Biden said in Statuary Hall, where rioters had swarmed a year earlier. “What kind of nation are we going to be? Are we going to be a nation that accepts political violence as a norm?”

    Continue reading...", + "category": "US politics", + "link": "https://www.theguardian.com/us-news/2022/jan/09/is-the-us-really-heading-for-a-second-civil-war", + "creator": "David Smith in Washington", + "pubDate": "2022-01-09T07:00:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282542,17 +286832,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "82e6cc4d283c4d4bf43ae7b6508b728f", + "hash": "6ac728218a4c1936888821a0a9fba1dc", "highlights": [] }, { - "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": "Nicola Sturgeon urged to scrap census asking teenagers about anal sex", + "description": "

    Chief of Scottish parents’ organisation says health and wellbeing survey ‘not fit for purpose’

    Scotland’s largest parents’ organisation is calling for the SNP government to withdraw its schools’ health and wellbeing census, which has attracted opprobrium for asking 14-year-olds about their experience of anal sex.

    The controversial poll has united rightwing pro-family campaigners and progressive children’s rights advocates, with both groups fearing it may end up causing harm to the young people it intends to help.

    Continue reading...", + "content": "

    Chief of Scottish parents’ organisation says health and wellbeing survey ‘not fit for purpose’

    Scotland’s largest parents’ organisation is calling for the SNP government to withdraw its schools’ health and wellbeing census, which has attracted opprobrium for asking 14-year-olds about their experience of anal sex.

    The controversial poll has united rightwing pro-family campaigners and progressive children’s rights advocates, with both groups fearing it may end up causing harm to the young people it intends to help.

    Continue reading...", + "category": "Scotland", + "link": "https://www.theguardian.com/uk-news/2022/jan/09/nicola-sturgeon-urged-to-scrap-census-asking-teenagers-about-anal-sex", + "creator": "Libby Brooks", + "pubDate": "2022-01-09T11:19:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282564,17 +286854,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e83a752604d8ee7d4f2d0342a0860b3", + "hash": "20ad85064d756b13b0ba3ea58b47bee3", "highlights": [] }, { - "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": "‘It’s been a lot’: Joyce Carol Oates, SA Cosby, Richard Ford and Margo Jefferson on Biden’s first year", + "description": "

    Four leading American authors assess the Covid-battered first year of Joe Biden’s presidency

    Richard Ford is a novelist and short story writer best known for his quartet of novels featuring the protagonist Frank Bascombe, a failed sportswriter turned novelist, which includes The Sportswriter, Independence Day and the Pulitzer prize-winning The Lay of the Land. Ford’s acclaimed memoir, Between Them: Remembering My Parents, was published in 2017 and the following year his 1990 novel, Wildlife, was made into a widely praised film starring Carey Mulligan and Jake Gyllenhaal. His most recent short story collection is Sorry for Your Trouble

    Continue reading...", + "content": "

    Four leading American authors assess the Covid-battered first year of Joe Biden’s presidency

    Richard Ford is a novelist and short story writer best known for his quartet of novels featuring the protagonist Frank Bascombe, a failed sportswriter turned novelist, which includes The Sportswriter, Independence Day and the Pulitzer prize-winning The Lay of the Land. Ford’s acclaimed memoir, Between Them: Remembering My Parents, was published in 2017 and the following year his 1990 novel, Wildlife, was made into a widely praised film starring Carey Mulligan and Jake Gyllenhaal. His most recent short story collection is Sorry for Your Trouble

    Continue reading...", + "category": "Biden administration", + "link": "https://www.theguardian.com/us-news/2022/jan/09/joyce-carol-oates-sa-cosby-richard-ford-margo-jefferson-joe-biden-first-year-presidency", + "creator": "Guardian Staff", + "pubDate": "2022-01-09T12:00:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282586,17 +286876,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7efdc122562ae7d36e82803c4ddc0100", + "hash": "23f9d7210cbfb8c0afb69666aff106cc", "highlights": [] }, { - "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": "As order is restored in Kazakhstan, its future remains murky", + "description": "

    The tragic events of last week, in which dozens lost their lives, have exposed hidden political tensions

    For many Kazakhs, the full story behind the unrest of the past week remains as murky as the mist that enveloped Almaty, the country’s largest city and the centre of violence, at the same time.

    People were unable to access accurate information, as an internet blackout froze almost all access to the outside world during a tragic few days of violence in which military vehicles rolled through the streets, government buildings burned and state television carried rolling threats that “bandits and terrorists” would be eliminated without mercy.

    Continue reading...", + "content": "

    The tragic events of last week, in which dozens lost their lives, have exposed hidden political tensions

    For many Kazakhs, the full story behind the unrest of the past week remains as murky as the mist that enveloped Almaty, the country’s largest city and the centre of violence, at the same time.

    People were unable to access accurate information, as an internet blackout froze almost all access to the outside world during a tragic few days of violence in which military vehicles rolled through the streets, government buildings burned and state television carried rolling threats that “bandits and terrorists” would be eliminated without mercy.

    Continue reading...", + "category": "Kazakhstan", + "link": "https://www.theguardian.com/world/2022/jan/08/as-order-is-restored-in-kazakhstan-its-future-is-murkier-than-ever", + "creator": "Shaun Walker", + "pubDate": "2022-01-08T20:10:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282608,17 +286898,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f17e4df9954231caa9e1660e39bd04d", + "hash": "d66953719733f60f5c75038cae070709", "highlights": [] }, { - "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": "Nadhim Zahawi denies there is plan to end free lateral flow Covid tests", + "description": "

    Education secretary ‘puzzled’ by reports government will start charging for tests in England in few weeks

    Ministers are “absolutely not” planning to scrap free rapid Covid tests, amid reports the government will start charging for them in England in the next few weeks.

    The Sunday Times reported free lateral flow tests (LFTs) could be limited to high-risk settings – such as care homes, hospitals and schools – and to people with symptoms.

    Continue reading...", + "content": "

    Education secretary ‘puzzled’ by reports government will start charging for tests in England in few weeks

    Ministers are “absolutely not” planning to scrap free rapid Covid tests, amid reports the government will start charging for them in England in the next few weeks.

    The Sunday Times reported free lateral flow tests (LFTs) could be limited to high-risk settings – such as care homes, hospitals and schools – and to people with symptoms.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/09/nadhim-zahawi-denies-there-is-plan-to-end-free-lateral-flow-covid-tests", + "creator": "Jamie Grierson", + "pubDate": "2022-01-09T10:08:42Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282630,17 +286920,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "61e98e3492aa4a8dd1d268c7132b3dfd", + "hash": "34fa0a7d829ad775105db9123d68bf3c", "highlights": [] }, { - "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": "Who is he really? Interview attempts with Robert De Niro in 1977", + "description": "Paul Gardner recounts his mostly unsuccessful efforts to get to know the star

    Paul Gardner bagged himself a rare interview with Robert De Niro for the Observer Magazine of 7 August 1977 (‘Making It – the man from Mean Streets’).

    Gardner had met De Niro in Rome for the filming of Bertolucci’s 1900 – ‘an extravagant tapestry of Italian history’ – but was rebuffed. Then three years later he caught up with him in Hollywood, De Niro having spent five months on Martin Scorsese’s film musical New York, New York.

    Continue reading...", + "content": "Paul Gardner recounts his mostly unsuccessful efforts to get to know the star

    Paul Gardner bagged himself a rare interview with Robert De Niro for the Observer Magazine of 7 August 1977 (‘Making It – the man from Mean Streets’).

    Gardner had met De Niro in Rome for the filming of Bertolucci’s 1900 – ‘an extravagant tapestry of Italian history’ – but was rebuffed. Then three years later he caught up with him in Hollywood, De Niro having spent five months on Martin Scorsese’s film musical New York, New York.

    Continue reading...", + "category": "Robert De Niro", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/09/who-is-he-really-interview-attempts-with-robert-de-niro-in-1977", + "creator": "Chris Hall", + "pubDate": "2022-01-09T06:00:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282652,17 +286942,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa5e1d88fbbe3d3344136e3706b9677a", + "hash": "85176faf34dd2dc5b1491a57aa14f5ad", "highlights": [] }, { - "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": "‘If not us, then who?’: inside the landmark push for reparations for Black Californians", + "description": "

    Taskforce including civil rights leaders and attorneys scrutinizes legacy of centuries of injustice

    Dawn Basciano’s ancestors arrived five generations ago in Coloma, California, as enslaved people, forced to leave behind an infant son enslaved to another family in Missouri.

    Those ancestors, Nancy and Peter Gooch, were freed in 1850 when California joined the union as a free state, and 20 years later, their son and his family were able to join them in the fertile agricultural land north-east of Sacramento. Their journey west was funded by the sweat and hard work of Nancy, who grew and sold fruit, mended clothes and cooked for the local miners.

    Continue reading...", + "content": "

    Taskforce including civil rights leaders and attorneys scrutinizes legacy of centuries of injustice

    Dawn Basciano’s ancestors arrived five generations ago in Coloma, California, as enslaved people, forced to leave behind an infant son enslaved to another family in Missouri.

    Those ancestors, Nancy and Peter Gooch, were freed in 1850 when California joined the union as a free state, and 20 years later, their son and his family were able to join them in the fertile agricultural land north-east of Sacramento. Their journey west was funded by the sweat and hard work of Nancy, who grew and sold fruit, mended clothes and cooked for the local miners.

    Continue reading...", + "category": "California", + "link": "https://www.theguardian.com/us-news/2022/jan/09/california-reparations-slavery-african-americans", + "creator": "Vivian Ho", + "pubDate": "2022-01-09T11:00:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282674,17 +286964,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc7a59ed3837ac934b6af469bfb10f3d", + "hash": "23e50159213295ca244da81c5c72cfdd", "highlights": [] }, { - "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": "As order is restored in Kazakhstan, its future is murkier than ever", + "description": "

    The tragic events of last week, in which dozens lost their lives, have exposed hidden political tensions

    For many Kazakhs, the full story behind the unrest of the past week remains as murky as the mist that enveloped Almaty, the country’s largest city and the centre of violence, at the same time.

    People were unable to access accurate information, as an internet blackout froze almost all access to the outside world during a tragic few days of violence in which military vehicles rolled through the streets, government buildings burned and state television carried rolling threats that “bandits and terrorists” would be eliminated without mercy.

    Continue reading...", + "content": "

    The tragic events of last week, in which dozens lost their lives, have exposed hidden political tensions

    For many Kazakhs, the full story behind the unrest of the past week remains as murky as the mist that enveloped Almaty, the country’s largest city and the centre of violence, at the same time.

    People were unable to access accurate information, as an internet blackout froze almost all access to the outside world during a tragic few days of violence in which military vehicles rolled through the streets, government buildings burned and state television carried rolling threats that “bandits and terrorists” would be eliminated without mercy.

    Continue reading...", + "category": "Kazakhstan", + "link": "https://www.theguardian.com/world/2022/jan/08/as-order-is-restored-in-kazakhstan-its-future-is-murkier-than-ever", + "creator": "Shaun Walker", + "pubDate": "2022-01-08T20:10:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282696,17 +286986,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d3463cd98c166804a250ef1e0f55553e", + "hash": "3335041c2b015060d59cf68931dfae22", "highlights": [] }, { - "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": "Lowland gorilla born in DRC, boosting Virunga park population to seven", + "description": "

    The new arrival is a boost for the critically endangered species, which has been hard-hit by unrest in eastern Congo

    A lowland gorilla, a critically endangered species, has been born in the Democratic Republic of Congo’s famed Virunga national park, authorities said, boosting the population to seven.

    Conservationists have long sought to protect the world heritage site’s gorilla population even as violence and instability has plagued the DRC’s eastern provinces for the past 25 years.

    Continue reading...", + "content": "

    The new arrival is a boost for the critically endangered species, which has been hard-hit by unrest in eastern Congo

    A lowland gorilla, a critically endangered species, has been born in the Democratic Republic of Congo’s famed Virunga national park, authorities said, boosting the population to seven.

    Conservationists have long sought to protect the world heritage site’s gorilla population even as violence and instability has plagued the DRC’s eastern provinces for the past 25 years.

    Continue reading...", + "category": "Democratic Republic of the Congo", + "link": "https://www.theguardian.com/world/2022/jan/09/lowland-gorilla-born-in-drcs-virunga-national-park-boosting-population-to-seven", + "creator": "Agence France-Presse", + "pubDate": "2022-01-09T03:13:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282718,17 +287008,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab9f5954d749f1813d67c445dfb128f1", + "hash": "bc12ffb887f1d35bc60e279d1a121544", "highlights": [] }, { - "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: UK minister says cutting self-isolation would be ‘helpful’; Philippines sets new daily case record", + "description": "

    Nadhim Zahawi says he supports reducing isolation period to five days; Philippines sees 28,707 new cases amid rumours of new lockdown

    For the second day in a row, the Philippines has reported a record number of new Covid-19 cases. Health officials today confirmed 28,707 new infections, up from 26,458 cases the previous day.

    The total number of active cases reached 128,114, the highest in more than three months. This comprises 4.3% of all confirmed cases.

    Continue reading...", + "content": "

    Nadhim Zahawi says he supports reducing isolation period to five days; Philippines sees 28,707 new cases amid rumours of new lockdown

    For the second day in a row, the Philippines has reported a record number of new Covid-19 cases. Health officials today confirmed 28,707 new infections, up from 26,458 cases the previous day.

    The total number of active cases reached 128,114, the highest in more than three months. This comprises 4.3% of all confirmed cases.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/09/covid-live-news-coronavirus-uk-self-isolation-philippines-new-daily-case-record-latest-updates", + "creator": "Léonie Chao-Fong", + "pubDate": "2022-01-09T09:04:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282740,17 +287030,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aff3f5be42ec4a0adb1abcf2e9e99f58", + "hash": "8ccc8bec8fa6aad9ab70686a3042f2d0", "highlights": [] }, { - "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": "Baktash Abtin, dissident Iranian poet, dies of Covid on prison furlough", + "description": "

    Abtin’s death was ‘aided and abetted’ by the Iran’s government, says US human rights group PEN America

    The dissident Iranian poet and filmmaker Baktash Abtin has died of Covid-19 in hospital after being released on a furlough from prison where he was infected.

    Abtin was transferred to hospital in the capital Tehran “but the treatment did not succeed and he died”, the semi-official ISNA news agency said on Saturday.

    Continue reading...", + "content": "

    Abtin’s death was ‘aided and abetted’ by the Iran’s government, says US human rights group PEN America

    The dissident Iranian poet and filmmaker Baktash Abtin has died of Covid-19 in hospital after being released on a furlough from prison where he was infected.

    Abtin was transferred to hospital in the capital Tehran “but the treatment did not succeed and he died”, the semi-official ISNA news agency said on Saturday.

    Continue reading...", + "category": "Iran", + "link": "https://www.theguardian.com/world/2022/jan/09/baktash-abtin-dissident-iranian-poet-dies-of-covid-on-prison-furlough", + "creator": "Reuters", + "pubDate": "2022-01-09T01:08:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282762,17 +287052,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "af5069fdbad199772db362d98fe7bead", + "hash": "13058555e468f499f45f41f5c5ac5550", "highlights": [] }, { - "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": "Charity appeal for climate justice: your donation will make a difference", + "description": "

    With a week still to go, this year’s appeal has already raised £725,000. Here, we hear why people have given so generously

    Climate justice is the theme of this year’s Guardian and Observer charity appeal and with a week to go we have so far raised more than £725,000 for four environment charities: Practical Action, Global Greengrants Fund UK, Royal Botanic Gardens Kew, and Environmental Justice Foundation. Nearly 7,000 readers have already donated. Here, they tell us why.

    Pam MacLeod, 79, Truro
    Pam MacLeod was motivated to donate to this year’s appeal because she and her family have been directly affected by the climate crisis. She grew up in southern Africa and while at school in Zimbabwe in the 1950s she witnessed the consequences of drought. The memory of that time has remained with her.

    Continue reading...", + "content": "

    With a week still to go, this year’s appeal has already raised £725,000. Here, we hear why people have given so generously

    Climate justice is the theme of this year’s Guardian and Observer charity appeal and with a week to go we have so far raised more than £725,000 for four environment charities: Practical Action, Global Greengrants Fund UK, Royal Botanic Gardens Kew, and Environmental Justice Foundation. Nearly 7,000 readers have already donated. Here, they tell us why.

    Pam MacLeod, 79, Truro
    Pam MacLeod was motivated to donate to this year’s appeal because she and her family have been directly affected by the climate crisis. She grew up in southern Africa and while at school in Zimbabwe in the 1950s she witnessed the consequences of drought. The memory of that time has remained with her.

    Continue reading...", + "category": "Climate crisis", + "link": "https://www.theguardian.com/society/2022/jan/09/charity-appeal-for-climate-justice-your-donation-will-make-a-difference", + "creator": "Sarah Johnson", + "pubDate": "2022-01-09T07:45:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282784,17 +287074,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "251f985d96a5731ffbadf4cc2afe62de", + "hash": "2e9e7a920d11c3999e21c77419ee8318", "highlights": [] }, { - "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": "Duchess of Cambridge’s 40th birthday marked with trio of new photos", + "description": "

    Portraits by fashion photographer Paolo Roversi show Kate wearing Alexander McQueen dresses

    The Duchess of Cambridge has marked her 40th birthday by releasing three glamorous portraits of herself.

    Pictured in different Alexander McQueen dresses, Kate posed for fashion photographer Paolo Roversi, who has worked with stars such as Naomi Campbell and Kate Moss and described photographing the duchess as “a moment of pure joy”.

    Continue reading...", + "content": "

    Portraits by fashion photographer Paolo Roversi show Kate wearing Alexander McQueen dresses

    The Duchess of Cambridge has marked her 40th birthday by releasing three glamorous portraits of herself.

    Pictured in different Alexander McQueen dresses, Kate posed for fashion photographer Paolo Roversi, who has worked with stars such as Naomi Campbell and Kate Moss and described photographing the duchess as “a moment of pure joy”.

    Continue reading...", + "category": "Kate, the Duchess of Cambridge", + "link": "https://www.theguardian.com/uk-news/2022/jan/08/duchess-of-cambridges-40th-birthday-marked-with-trio-of-new-photos", + "creator": "Jedidajah Otte", + "pubDate": "2022-01-08T23:56:30Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282806,17 +287096,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b693caf494480b244ea6b1fb47c99e11", + "hash": "09c1cade10badd1b218e81108ef9dfce", "highlights": [] }, { - "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": "I’ve stopped seeing a married man. Was I unfair to end it? | Ask Philippa Perry", + "description": "The adventurous part of you is tricking your sensible side into falling back down a hole you’ve just climbed out of

    The question I’m 47 years old. Five years ago, I got involved with a married man with two kids. The relationship was intense, hyper-sexual and obsessive. I felt uneasy and tried to end it many times, but was always easily persuaded otherwise by him. He started living separately from his wife two years back and there was terrible heartache with the children going back and forth. I was getting unhappier, more neurotic, and not in control of my see-saw emotions.

    Then the pandemic brought immense trauma. First, my mother died, swiftly followed by my father and then, in the second wave, my sister-in-law also died of coronavirus. I have become entwined with my brother’s life, helping him resurrect a routine, looking out for his two daughters.

    Continue reading...", + "content": "The adventurous part of you is tricking your sensible side into falling back down a hole you’ve just climbed out of

    The question I’m 47 years old. Five years ago, I got involved with a married man with two kids. The relationship was intense, hyper-sexual and obsessive. I felt uneasy and tried to end it many times, but was always easily persuaded otherwise by him. He started living separately from his wife two years back and there was terrible heartache with the children going back and forth. I was getting unhappier, more neurotic, and not in control of my see-saw emotions.

    Then the pandemic brought immense trauma. First, my mother died, swiftly followed by my father and then, in the second wave, my sister-in-law also died of coronavirus. I have become entwined with my brother’s life, helping him resurrect a routine, looking out for his two daughters.

    Continue reading...", + "category": "Relationships", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/09/ask-philippa-perry-i-have-stopped-seeing-a-married-man-was-i-unfair-to-end-it", + "creator": "Philippa Perry", + "pubDate": "2022-01-09T06:00:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282828,17 +287118,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1aaf3eb9f299583b565b985ebfc14ceb", + "hash": "6c166e7176a1d468126b700bc8719dc3", "highlights": [] }, { - "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": "Family of man who died after release from custody demand police CCTV", + "description": "

    Mohamud Hassan, 24, died hours after being released without charge from Cardiff Bay police station

    The family of a man who died suddenly after being released from police custody are calling on the attorney general and home secretary to intervene and demand that the police watchdog release bodycam and CCTV footage showing the final hours of his life.

    Mohamud Mohammed Hassan, 24, died hours after he was released from Cardiff Bay police station a year ago. He was arrested at his Cardiff home on suspicion of breach of the peace, but released without charge.

    Continue reading...", + "content": "

    Mohamud Hassan, 24, died hours after being released without charge from Cardiff Bay police station

    The family of a man who died suddenly after being released from police custody are calling on the attorney general and home secretary to intervene and demand that the police watchdog release bodycam and CCTV footage showing the final hours of his life.

    Mohamud Mohammed Hassan, 24, died hours after he was released from Cardiff Bay police station a year ago. He was arrested at his Cardiff home on suspicion of breach of the peace, but released without charge.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2022/jan/09/family-of-man-who-died-after-release-from-custody-demand-police-cctv", + "creator": "Aamna Mohdin", + "pubDate": "2022-01-09T07:00:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282850,17 +287140,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "53f83c59e5876133e4be3be0d804c152", + "hash": "108b0911c955866a4a3790f1b8833c5b", "highlights": [] }, { - "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": "Liz Truss ‘willing’ to trigger article 16 of Brexit protocol if talks falter", + "description": "

    As she prepares for crunch EU talks this week, the foreign secretary says her priority is to protect Northern Ireland’s peace deal

    The foreign secretary, Liz Truss, has warned she is prepared to unilaterally override parts of the post-Brexit agreement on Northern Ireland if the negotiations she is newly leading fail.

    Truss said she would suggest “constructive proposals” to her EU counterpart, Maroš Šefčovič, this week during their first face-to-face talks.

    Continue reading...", + "content": "

    As she prepares for crunch EU talks this week, the foreign secretary says her priority is to protect Northern Ireland’s peace deal

    The foreign secretary, Liz Truss, has warned she is prepared to unilaterally override parts of the post-Brexit agreement on Northern Ireland if the negotiations she is newly leading fail.

    Truss said she would suggest “constructive proposals” to her EU counterpart, Maroš Šefčovič, this week during their first face-to-face talks.

    Continue reading...", + "category": "Brexit", + "link": "https://www.theguardian.com/politics/2022/jan/09/liz-truss-willing-to-trigger-article-16-of-brexit-protocol-if-talks-falter", + "creator": "PA Media", + "pubDate": "2022-01-09T02:05:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282872,17 +287162,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e182756d6c8708af0f1f58f633a4f49d", + "hash": "6150199c0ff9479234983d860837677a", "highlights": [] }, { - "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": "UK first country in Europe to pass 150,000 Covid deaths, figures show", + "description": "

    On Saturday, Britain became the seventh nation to reach the milestone after the US, Brazil, India, Russia, Mexico and Peru

    More than 150,000 people have died in the UK from coronavirus since the start of the pandemic, according to government figures.

    Britain on Saturday became the seventh country to pass the milestone after the US, Brazil, India, Russia, Mexico and Peru.

    Continue reading...", + "content": "

    On Saturday, Britain became the seventh nation to reach the milestone after the US, Brazil, India, Russia, Mexico and Peru

    More than 150,000 people have died in the UK from coronavirus since the start of the pandemic, according to government figures.

    Britain on Saturday became the seventh country to pass the milestone after the US, Brazil, India, Russia, Mexico and Peru.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/08/uk-first-country-in-europe-to-pass-150000-covid-deaths-figures-show", + "creator": "Miranda Bryant", + "pubDate": "2022-01-08T17:54:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282894,17 +287184,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3967a0bdc2a040fc71847e8c8c71a8c5", + "hash": "2ab1e7ae90d5acbec338e0c49024a78b", "highlights": [] }, { - "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": "‘We’ll piss you off’: French anti-vaccine protesters rally against Macron", + "description": "

    The French president is imposing more social curbs in bid to convince unvaccinated to get jabbed

    Anti-vaccine protesters rallied in cities across France on Saturday, denouncing President Emmanuel Macron’s intent to “piss off” people refusing Covid-19 shots by tightening curbs on their civil liberties.

    Macron said this week he wanted to irritate unvaccinated people by making their lives so complicated they would end up getting jabbed. Unvaccinated people were irresponsible and unworthy of being considered citizens, he added.

    Continue reading...", + "content": "

    The French president is imposing more social curbs in bid to convince unvaccinated to get jabbed

    Anti-vaccine protesters rallied in cities across France on Saturday, denouncing President Emmanuel Macron’s intent to “piss off” people refusing Covid-19 shots by tightening curbs on their civil liberties.

    Macron said this week he wanted to irritate unvaccinated people by making their lives so complicated they would end up getting jabbed. Unvaccinated people were irresponsible and unworthy of being considered citizens, he added.

    Continue reading...", + "category": "Emmanuel Macron", + "link": "https://www.theguardian.com/world/2022/jan/08/well-piss-you-off-french-anti-vaccine-protesters-rally-against-macron", + "creator": "Reuters in Paris", + "pubDate": "2022-01-08T17:42:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282916,17 +287206,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "718beaea4334801539e3672521a54262", + "hash": "88d457cc47b41fe7c5d485e2b78a9ef7", "highlights": [] }, { - "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": "Once Europe’s liberal hope, Macron is now prey to France’s toxic populism | Will Hutton", + "description": "Racist contenders are stirring Islamophobic fears in their rush to take the presidency

    France is both beautiful and brutally bleak. It is a country studded with towns and rural vistas that take your breath away, but pockmarked with districts of soulless, desolate concrete, especially in the suburbs of its cities, the banlieues. It’s as though French planners and architects, in their embrace of modernity, lost touch with what it means to be human. It has been an important trigger for a toxic brew of Islamophobia and wider cultural despair.

    The political consequences, now playing themselves out, will ricochet around Europe and the west. The presidential elections this spring will be dominated by the right, overtly mouthing implacable opposition to immigration that even Nigel Farage, who shares similar sentiments, dares not use so openly in Britain.

    Continue reading...", + "content": "Racist contenders are stirring Islamophobic fears in their rush to take the presidency

    France is both beautiful and brutally bleak. It is a country studded with towns and rural vistas that take your breath away, but pockmarked with districts of soulless, desolate concrete, especially in the suburbs of its cities, the banlieues. It’s as though French planners and architects, in their embrace of modernity, lost touch with what it means to be human. It has been an important trigger for a toxic brew of Islamophobia and wider cultural despair.

    The political consequences, now playing themselves out, will ricochet around Europe and the west. The presidential elections this spring will be dominated by the right, overtly mouthing implacable opposition to immigration that even Nigel Farage, who shares similar sentiments, dares not use so openly in Britain.

    Continue reading...", + "category": "Emmanuel Macron", + "link": "https://www.theguardian.com/commentisfree/2022/jan/09/france-is-too-fractured-to-believe-in-macrons-politics-of-compromise-any-more", + "creator": "Will Hutton", + "pubDate": "2022-01-09T07:30:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282938,17 +287228,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "366d12fd1dacd1a0f6b691cf484eff68", + "hash": "76a441c87f6f4bae9b01abb33864df68", "highlights": [] }, { - "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": "‘Hollywood Madam’ Heidi Fleiss plans to leave Nevada after pet parrot shot", + "description": "

    Heidi Fleiss, who achieved fame as the “Hollywood Madam” when she was accused in the mid-1990s of running a Los Angeles prostitution ring, has said she is moving out of a southern Nevada town where she has lived for about 15 years.

    Fleiss told the Pahrump Valley Times she was angry that someone shot one of her cherished pet parrots with a pellet gun just before Christmas.

    Continue reading...", + "content": "

    Heidi Fleiss, who achieved fame as the “Hollywood Madam” when she was accused in the mid-1990s of running a Los Angeles prostitution ring, has said she is moving out of a southern Nevada town where she has lived for about 15 years.

    Fleiss told the Pahrump Valley Times she was angry that someone shot one of her cherished pet parrots with a pellet gun just before Christmas.

    Continue reading...", + "category": "Nevada", + "link": "https://www.theguardian.com/us-news/2022/jan/08/hollywood-madam-heidi-fleiss-leave-nevada-pet-parrot-shot", + "creator": "Associated Press in Pahrump, Nevada", + "pubDate": "2022-01-08T22:37:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282960,17 +287250,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "34c4c3d05b880ffb9c3821fa285986b8", + "hash": "d53cf741a5a9da7ba5fe5663a74672c0", "highlights": [] }, { - "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": "Coronavirus live – as it happened: UK passes 150,000 officially recorded Covid deaths; Sweden’s crown princess tests positive", + "description": "

    Latest developments as Philippines reports record 26,458 cases and scientist says Omicron variant could become endemic in UK

    The north-east and north-west of England are seeing “concerning” rates of the Omicron variant, an expert has said.

    Figures showed that three of the five UK areas with the biggest week-on-week rises in Covid case rates are Middlesbrough (748.8 to 2,651.4), Copeland (1,731.3 to 3,525.8) and Redcar & Cleveland (846.8 to 2,564.3).

    Continue reading...", + "content": "

    Latest developments as Philippines reports record 26,458 cases and scientist says Omicron variant could become endemic in UK

    The north-east and north-west of England are seeing “concerning” rates of the Omicron variant, an expert has said.

    Figures showed that three of the five UK areas with the biggest week-on-week rises in Covid case rates are Middlesbrough (748.8 to 2,651.4), Copeland (1,731.3 to 3,525.8) and Redcar & Cleveland (846.8 to 2,564.3).

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/08/covid-live-government-in-uk-plans-for-one-in-four-teachers-to-be-off-record-26458-cases-in-philippines", + "creator": "Jedidajah Otte (now), Damien Gayle (earlier)", + "pubDate": "2022-01-08T22:55:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -282982,17 +287272,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b38ea8fd5ff2f044d25babc9e86ddde", + "hash": "b3be22f0fd6a6e3c6ddf4107178eb44c", "highlights": [] }, { - "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": "The last dance? Why prima ballerinas are turning away from the tutu", + "description": "

    Leading dancers and directors say they find the classic costume both physically and artistically restrictive

    The ballerina’s tutu remains a traditional object of desire for many young girls: an enduring emblem of diaphanous femininity, as well as the twirling centrepiece of many a childhood music box. But is its longstanding link with the world of professional dance now out of date?

    Several leading performers and choreographers think so, and while the twinkly costume of The Nutcracker’s Sugar Plum Fairy may not quite have been consigned to the wardrobe archives, its days may be numbered.

    Continue reading...", + "content": "

    Leading dancers and directors say they find the classic costume both physically and artistically restrictive

    The ballerina’s tutu remains a traditional object of desire for many young girls: an enduring emblem of diaphanous femininity, as well as the twirling centrepiece of many a childhood music box. But is its longstanding link with the world of professional dance now out of date?

    Several leading performers and choreographers think so, and while the twinkly costume of The Nutcracker’s Sugar Plum Fairy may not quite have been consigned to the wardrobe archives, its days may be numbered.

    Continue reading...", + "category": "Ballet", + "link": "https://www.theguardian.com/stage/2022/jan/09/the-last-dance-why-prima-ballerinas-are-turning-away-from-the-tutu", + "creator": "Vanessa Thorpe Arts and Media Correspondent", + "pubDate": "2022-01-09T07:00:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283004,17 +287294,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3ccd771e1322c6fe2880966a0e5d1c6", + "hash": "d5c070b9f9c4fd24d577038c87a01c27", "highlights": [] }, { - "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": "Golden Globes lose their shine as A-listers shun ‘unethical’ ceremony", + "description": "

    There’s no red carpet or even TV coverage – so film fans will have to wait until the Baftas for pre-Oscar glamour

    Those shining orbs, the Golden Globe awards, have well and truly lost their lustre. Unloved and almost unattended, the prize-giving ceremony that once promised more Hollywood entertainment value than any other, with closeups of tipsy stars in unguarded moments, will not even be screened on network TV. Its demotion follows a series of rows over its dubious practices and lack of diversity.

    Yet the event at the Beverly Hilton hotel comes as Hollywood tries to cling on by its glistening fingernails to all the traditional allure and hoopla of the awards season. After two years of film-making against a background of Covid infections and international restrictions, the industry sorely needs to keep up the illusion of glamour and fun that helps to bankroll its biggest productions.

    Continue reading...", + "content": "

    There’s no red carpet or even TV coverage – so film fans will have to wait until the Baftas for pre-Oscar glamour

    Those shining orbs, the Golden Globe awards, have well and truly lost their lustre. Unloved and almost unattended, the prize-giving ceremony that once promised more Hollywood entertainment value than any other, with closeups of tipsy stars in unguarded moments, will not even be screened on network TV. Its demotion follows a series of rows over its dubious practices and lack of diversity.

    Yet the event at the Beverly Hilton hotel comes as Hollywood tries to cling on by its glistening fingernails to all the traditional allure and hoopla of the awards season. After two years of film-making against a background of Covid infections and international restrictions, the industry sorely needs to keep up the illusion of glamour and fun that helps to bankroll its biggest productions.

    Continue reading...", + "category": "Golden Globes 2022", + "link": "https://www.theguardian.com/film/2022/jan/09/golden-globes-lose-their-shine-as-a-listers-shun-unethical-ceremony", + "creator": "Vanessa Thorpe", + "pubDate": "2022-01-09T07:30:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283026,17 +287316,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "31a43c137f205237d47f9d8fcfc7562b", + "hash": "ee837639924d510d764834477fd35384", "highlights": [] }, { - "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": "Ashes 2021-22 fourth Test, day five: Australia v England – live!", + "description": "

    12th over: England 30-0 (Hameed 8, Crawley 22)

    Boland kicks things off and there’s a bat-pad appeal straight away, but it’s non-committal. Hameed leaves the next and Carey takes it in front of his face. Continuing the theme, Boland gets another to jump as Hameed comes forward and it raps him on the gloves and chest. The next is much the same, but Hameed deals with it. Good signs for Boland. A maiden.

    Continue reading...", + "content": "

    12th over: England 30-0 (Hameed 8, Crawley 22)

    Boland kicks things off and there’s a bat-pad appeal straight away, but it’s non-committal. Hameed leaves the next and Carey takes it in front of his face. Continuing the theme, Boland gets another to jump as Hameed comes forward and it raps him on the gloves and chest. The next is much the same, but Hameed deals with it. Good signs for Boland. A maiden.

    Continue reading...", + "category": "Ashes 2021-22", + "link": "https://www.theguardian.com/sport/live/2022/jan/09/ashes-2021-22-australia-vs-england-day-five-5-cricket-4th-fourth-test-live-score-card-aus-v-eng-start-time-latest-updates", + "creator": "Sam Perry (now) and Tim de Lisle (later)", + "pubDate": "2022-01-09T01:52:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283048,17 +287338,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a0e5d6250f72f02af58064d0b156476", + "hash": "d8e52af62a434189bc13072ee431fa59", "highlights": [] }, { - "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": "Don’t Look Up: four climate experts on the polarising disaster film", + "description": "

    Critics haven’t been kind to Adam McKay’s eco-satire, but many climate experts are lauding it. Here four give their views

    Rarely has a film been as divisive as Adam McKay’s climate satire Don’t Look Up. Although it has been watched by millions, and is already Netflix’s third most watched film ever, the response from critics was largely negative. Many found its story of scientists who discover an asteroid heading for Earth a clumsy allegory for the climate crisis, while others just found it boring. But many in the climate movement have praised the film, and audience reviews have been generally positive.

    We asked four climate experts to give their views on the film. Warning: spoilers ahead.

    Continue reading...", + "content": "

    Critics haven’t been kind to Adam McKay’s eco-satire, but many climate experts are lauding it. Here four give their views

    Rarely has a film been as divisive as Adam McKay’s climate satire Don’t Look Up. Although it has been watched by millions, and is already Netflix’s third most watched film ever, the response from critics was largely negative. Many found its story of scientists who discover an asteroid heading for Earth a clumsy allegory for the climate crisis, while others just found it boring. But many in the climate movement have praised the film, and audience reviews have been generally positive.

    We asked four climate experts to give their views on the film. Warning: spoilers ahead.

    Continue reading...", + "category": "Don't Look Up", + "link": "https://www.theguardian.com/film/2022/jan/08/dont-look-up-four-climate-experts-on-the-polarising-disaster-film", + "creator": "Ketan Joshi, Fiona Harvey, Nina Lakhani and Damian Carrington", + "pubDate": "2022-01-08T08:00:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283070,17 +287360,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "deac75975c9b26f1d757a18bf5937dae", + "hash": "1ced729d26c9724cc0d4204bed8972fd", "highlights": [] }, { - "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": "Neoliberal Brexiters are no friends of the ‘red wall’", + "description": "

    Labour must make it clear that regions suffering under the long squeeze of austerity have still more to fear from the Tories

    Apart from his bad luck in being struck twice by the need to go into isolation from Covid, the leader of the opposition, Sir Keir Starmer has a huge, indeed historic, weight on his shoulders. To put it bluntly: this government is so appalling that if, as it hopes, it is re-elected either this year or next, many of us will be seriously tempted to emigrate.

    The sleaze that finally overturned one of the safest Tory seats in the land, namely North Shropshire, brought to mind a line in Imperium, a novel by my old friend Robert Harris: Cicero (for it is the fictional he) describes a dodgy politician as “giving corruption a bad name”.

    Continue reading...", + "content": "

    Labour must make it clear that regions suffering under the long squeeze of austerity have still more to fear from the Tories

    Apart from his bad luck in being struck twice by the need to go into isolation from Covid, the leader of the opposition, Sir Keir Starmer has a huge, indeed historic, weight on his shoulders. To put it bluntly: this government is so appalling that if, as it hopes, it is re-elected either this year or next, many of us will be seriously tempted to emigrate.

    The sleaze that finally overturned one of the safest Tory seats in the land, namely North Shropshire, brought to mind a line in Imperium, a novel by my old friend Robert Harris: Cicero (for it is the fictional he) describes a dodgy politician as “giving corruption a bad name”.

    Continue reading...", + "category": "Economics", + "link": "https://www.theguardian.com/business/2022/jan/09/neoliberal-brexiters-are-no-friends-of-the-red-wall", + "creator": "William Keegan", + "pubDate": "2022-01-09T07:00:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283092,17 +287382,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "67f4e8e8a1d0df8162105c68c2feb94e", + "hash": "f7b6eff42e29863d39a75ef95b653780", "highlights": [] }, { - "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": "Australia Covid live news update: deadliest day of pandemic for NSW; Qld delays start of school year; more than 99,000 new cases nationwide", + "description": "

    The health minister, Greg Hunt, has been asked about Novak Djokovic’s court case.

    Hunt declined to comment, citing the fact the matter is before the court but did reveal that two other people connected with the Australian Open tournament have left Australia after their visas were cancelled.

    In relation to Novak Djokovic, as this is now a matter before the courts, I will respectfully leave any commentary until after it has been heard by the court and my understanding is that there is a hearing tomorrow.

    My other advice from border force is that their assessment of any visas relating to the Australian Open has now been completed and two other individuals have now voluntarily left the country – as is the case with an individual who has their visa cancelled is entitled to leave the country at any time, even while they are going through a court proceeding but that is a matter for them. Beyond that, the advice is that there is an ongoing court case so we respectfully are not making any additional comment.

    Continue reading...", + "content": "

    The health minister, Greg Hunt, has been asked about Novak Djokovic’s court case.

    Hunt declined to comment, citing the fact the matter is before the court but did reveal that two other people connected with the Australian Open tournament have left Australia after their visas were cancelled.

    In relation to Novak Djokovic, as this is now a matter before the courts, I will respectfully leave any commentary until after it has been heard by the court and my understanding is that there is a hearing tomorrow.

    My other advice from border force is that their assessment of any visas relating to the Australian Open has now been completed and two other individuals have now voluntarily left the country – as is the case with an individual who has their visa cancelled is entitled to leave the country at any time, even while they are going through a court proceeding but that is a matter for them. Beyond that, the advice is that there is an ongoing court case so we respectfully are not making any additional comment.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/09/novak-djokovic-court-visa-omicron-covid-case-numbers-hospitals-queensland-floods", + "creator": "Caitlin Cassidy (now) and Justine Landis-Hanley (earlier)", + "pubDate": "2022-01-09T07:04:45Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283114,17 +287404,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "16acd51c628df26a3af0c4ab7345912a", + "hash": "5c8143bc5e4e28d3bdb2d9039dd23120", "highlights": [] }, { - "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": "Djokovic pictured maskless at public event one day after positive Covid test", + "description": "
    • Positive test used as basis of medical exemption into Australia
    • Djokovic pictured at Belgrade award ceremony on 17 December

    Novak Djokovic faced fresh controversy over his attempt to enter Australia to take part in the Open tennis tournament after pictures emerged on social media of his appearances at public events after a positive Covid test was recorded in mid-December, which allowed him an exemption from the country’s strict Covid rules.

    Djokovic, who has spoken against vaccine mandates, has been kept in a Melbourne hotel since Thursday after his visa was cancelled due to problems with the medical exemption from vaccination granted by the organisers of the Australian Open.

    Continue reading...", + "content": "
    • Positive test used as basis of medical exemption into Australia
    • Djokovic pictured at Belgrade award ceremony on 17 December

    Novak Djokovic faced fresh controversy over his attempt to enter Australia to take part in the Open tennis tournament after pictures emerged on social media of his appearances at public events after a positive Covid test was recorded in mid-December, which allowed him an exemption from the country’s strict Covid rules.

    Djokovic, who has spoken against vaccine mandates, has been kept in a Melbourne hotel since Thursday after his visa was cancelled due to problems with the medical exemption from vaccination granted by the organisers of the Australian Open.

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/sport/2022/jan/08/novak-djokovic-relied-on-december-covid-infection-for-vaccine-exemption-court-documents-reveal", + "creator": "Tumaini Carayol and Christopher Knaus", + "pubDate": "2022-01-08T15:37:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283136,17 +287426,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "18e2d8e688c2b25781bc72f44fde3018", + "hash": "0381afce30587bedc1aeea87c1f02232", "highlights": [] }, { - "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": "US ready to discuss curbing military exercises in Ukraine talks with Russia", + "description": "

    Reciprocal restrictions on missile deployments in region could also be on table in Geneva negotiations on Monday

    The US and allies are prepared to discuss with Russia in talks about Ukraine the possibility of each side restricting military exercises and missile deployments in the region, a senior US official said on Saturday.

    With crucial talks set to start on Monday in Geneva, the Biden administration official said the US was not willing to discuss limits on US troop deployments or the US force posture in Nato countries in the region.

    Continue reading...", + "content": "

    Reciprocal restrictions on missile deployments in region could also be on table in Geneva negotiations on Monday

    The US and allies are prepared to discuss with Russia in talks about Ukraine the possibility of each side restricting military exercises and missile deployments in the region, a senior US official said on Saturday.

    With crucial talks set to start on Monday in Geneva, the Biden administration official said the US was not willing to discuss limits on US troop deployments or the US force posture in Nato countries in the region.

    Continue reading...", + "category": "Ukraine", + "link": "https://www.theguardian.com/world/2022/jan/08/ukraine-us-russia-talks-military-exercises-missile-deployments", + "creator": "Reuters in Washington", + "pubDate": "2022-01-08T20:53:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283158,17 +287448,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ffa945cdd227e55975553063c0e5ba6", + "hash": "bca05a3d57a5c822c55d6d9b82808fd7", "highlights": [] }, { - "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": "Nasa engineers complete the unfolding of the James Webb space telescope", + "description": "

    ‘Time machine’ will allow astronomers to study the beginning of the universe shortly after the Big Bang

    Nasa engineers yesterday completed the final unfolding of the huge primary mirror of the agency’s James Webb space telescope. The manoeuvre was the final step of the $10bn observatory’s two-week deployment phase that began with its launch on Christmas Day.

    The telescope, which has already travelled more than 600,000 miles across space, is the largest, most powerful space telescope ever built and had to be folded up tightly, so it would fit inside its Ariane 5 launch rocket.

    Continue reading...", + "content": "

    ‘Time machine’ will allow astronomers to study the beginning of the universe shortly after the Big Bang

    Nasa engineers yesterday completed the final unfolding of the huge primary mirror of the agency’s James Webb space telescope. The manoeuvre was the final step of the $10bn observatory’s two-week deployment phase that began with its launch on Christmas Day.

    The telescope, which has already travelled more than 600,000 miles across space, is the largest, most powerful space telescope ever built and had to be folded up tightly, so it would fit inside its Ariane 5 launch rocket.

    Continue reading...", + "category": "James Webb space telescope", + "link": "https://www.theguardian.com/science/2022/jan/08/nasa-engineers-complete-the-unfolding-of-the-james-webb-space-telescope", + "creator": "Robin McKie Science Editor", + "pubDate": "2022-01-08T18:38:55Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283180,17 +287470,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "73e223cbc152ad5e48882b0fdd38622e", + "hash": "7e41519ba8eae121141bfe22c93d47f1", "highlights": [] }, { - "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": "Brazil: rock breaks from cliff and falls on boaters, leaving at least six dead", + "description": "

    As many as 20 people may be missing after accident on Furnas Lake

    A towering slab of rock broke from a cliff and toppled on to pleasure boaters drifting near a waterfall on a Brazilian lake on Saturday and officials said at least six people died.

    Minas Gerais fire department commander Edgard Estevo told a news conference that in addition to the dead, as many as 20 people may be missing, and said officials are seeking to identify them.

    Continue reading...", + "content": "

    As many as 20 people may be missing after accident on Furnas Lake

    A towering slab of rock broke from a cliff and toppled on to pleasure boaters drifting near a waterfall on a Brazilian lake on Saturday and officials said at least six people died.

    Minas Gerais fire department commander Edgard Estevo told a news conference that in addition to the dead, as many as 20 people may be missing, and said officials are seeking to identify them.

    Continue reading...", + "category": "Brazil", + "link": "https://www.theguardian.com/world/2022/jan/08/brazil-rock-breaks-from-cliff-and-falls-on-boaters-leaving-at-least-five-dead", + "creator": "Associated Press", + "pubDate": "2022-01-08T21:49:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283202,17 +287492,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "11275b21f2b0a235bbbc70fff3fa82c2", + "hash": "2fdc583c2965d114e96fce0f9d8508dd", "highlights": [] }, { - "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": "Son of Sinéad O’Connor dies at age of 17 after going missing", + "description": "

    Irish musician says Shane O’Connor, last seen on Friday morning, ‘was the very light of my life’

    Sinéad O’Connor’s 17-year-old son has died, two days after he was reported missing.

    The musician shared the news on social media, writing that he “decided to end his earthly struggle” and asked that “no one follows his example”.

    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": "

    Irish musician says Shane O’Connor, last seen on Friday morning, ‘was the very light of my life’

    Sinéad O’Connor’s 17-year-old son has died, two days after he was reported missing.

    The musician shared the news on social media, writing that he “decided to end his earthly struggle” and asked that “no one follows his example”.

    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": "Sinéad O'Connor", + "link": "https://www.theguardian.com/music/2022/jan/08/son-of-sinead-oconnor-dies-at-age-of-17-after-going-missing", + "creator": "Clea Skopeliti", + "pubDate": "2022-01-08T11:43:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283224,17 +287514,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea5263ec1c949fc7176aa15035cc7d94", + "hash": "25820c795798645888f92b8181546a2a", "highlights": [] }, { - "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": "Virginia Giuffre told me in 2001 she slept with Prince Andrew, witness says", + "description": "

    The claims by Carolyn Andriano, who testified at Ghislaine Maxwell’s trial, will add pressure on the prince

    Carolyn Andriano, who testified in the trial of sex trafficker Ghislaine Maxwell in New York last month, has claimed that Virginia Giuffre told her in 2001 that she slept with Prince Andrew.

    The claims, made in an interview with the Daily Mail, will ratchet up the pressure on the prince, as it is a contemporaneous report of his alleged sexual assault of the then 17-year-old Giuffre. He has vehemently denied the claims and his lawyers have been urging a US judge to dismiss Giuffre’s civil suit against him.

    Continue reading...", + "content": "

    The claims by Carolyn Andriano, who testified at Ghislaine Maxwell’s trial, will add pressure on the prince

    Carolyn Andriano, who testified in the trial of sex trafficker Ghislaine Maxwell in New York last month, has claimed that Virginia Giuffre told her in 2001 that she slept with Prince Andrew.

    The claims, made in an interview with the Daily Mail, will ratchet up the pressure on the prince, as it is a contemporaneous report of his alleged sexual assault of the then 17-year-old Giuffre. He has vehemently denied the claims and his lawyers have been urging a US judge to dismiss Giuffre’s civil suit against him.

    Continue reading...", + "category": "Prince Andrew", + "link": "https://www.theguardian.com/uk-news/2022/jan/08/virginia-giuffre-told-me-in-2001-she-slept-with-prince-andrew-witness-says", + "creator": "Jem Bartholomew", + "pubDate": "2022-01-08T11:57:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283246,17 +287536,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "88aec215fd789c53f7c0842d4837dccf", + "hash": "2b689ad5d9b164bc9ec28b360f2184b0", "highlights": [] }, { - "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", + "title": "Harlan Coben: ‘I used to write in the back of Ubers’", + "description": "The writer, 59, on working in a disco, being an introvert and growing up Jewish

    In college I worked as a tour guide on the Costa del Sol. It was a weird scene. I saw some wild stuff; some violence I’d like to forget. I lived in one hotel room with four or five people for a while. I worked in a discotheque. But it inspired my first attempt at really writing. I needed to get it all down.

    I think most writers have impostor syndrome. On the one hand you think, “I suck, I’ve got nothing to say, this isn’t working at all,” and the next moment you have the hubris to say, “I’m going to write 500 pages and people are going to pay me to read it.”

    Continue reading...", + "content": "The writer, 59, on working in a disco, being an introvert and growing up Jewish

    In college I worked as a tour guide on the Costa del Sol. It was a weird scene. I saw some wild stuff; some violence I’d like to forget. I lived in one hotel room with four or five people for a while. I worked in a discotheque. But it inspired my first attempt at really writing. I needed to get it all down.

    I think most writers have impostor syndrome. On the one hand you think, “I suck, I’ve got nothing to say, this isn’t working at all,” and the next moment you have the hubris to say, “I’m going to write 500 pages and people are going to pay me to read it.”

    Continue reading...", + "category": "Books", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/08/harlan-coben-i-used-to-write-in-the-back-of-ubers", + "creator": "James McMahon", + "pubDate": "2022-01-08T14:00:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283268,17 +287558,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "30bacd4c5583713ba72ab8467d4e667b", + "hash": "3fabfb0eaf6174c9afd184492991e549", "highlights": [] }, { - "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": "Royals await anxiously the fallout from Prince Andrew’s disgrace", + "description": "

    The Queen’s favourite child, under siege in the press as he awaits a critical court ruling, is not the first obnoxious royal. But he has damaged ‘the Firm’ – and it will have to change

    Prince Andrew, the Duke of York, KG, GCVO, CD, ADC, turns 62 next month. It is long past the age at which a man is expected to stop being a cause of concern and embarrassment to his parents. And yet Andrew, who is said to be the Queen’s favourite child, has exposed his mother to the greatest threat to the royal family’s reputation in living memory.

    As he awaits the decision of a New York judge, Lewis Kaplan, in the sex assault case brought by Virginia Giuffre, the prince finds himself in the deeply unedifying position of trying to evade court with a secret silencing deal struck by his late friend and convicted sex offender, Jeffrey Epstein.

    Continue reading...", + "content": "

    The Queen’s favourite child, under siege in the press as he awaits a critical court ruling, is not the first obnoxious royal. But he has damaged ‘the Firm’ – and it will have to change

    Prince Andrew, the Duke of York, KG, GCVO, CD, ADC, turns 62 next month. It is long past the age at which a man is expected to stop being a cause of concern and embarrassment to his parents. And yet Andrew, who is said to be the Queen’s favourite child, has exposed his mother to the greatest threat to the royal family’s reputation in living memory.

    As he awaits the decision of a New York judge, Lewis Kaplan, in the sex assault case brought by Virginia Giuffre, the prince finds himself in the deeply unedifying position of trying to evade court with a secret silencing deal struck by his late friend and convicted sex offender, Jeffrey Epstein.

    Continue reading...", + "category": "Prince Andrew", + "link": "https://www.theguardian.com/uk-news/2022/jan/08/royals-await-anxiously-the-fallout-from-prince-andrews-disgrace", + "creator": "Andrew Anthony", + "pubDate": "2022-01-08T13:30:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283290,17 +287580,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3ed30b8b7ed80d3df1894d7b07b707d", + "hash": "5602f9aafce5a476fcc6ff537d5bf420", "highlights": [] }, { - "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": "Goldfish who can drive: why scientists taught fish to navigate a watery tank on wheels", + "description": "

    Israeli researchers say their fish – named after characters from Pride and Prejudice – reveal navigation is a universal ability

    It might be an imaginary character straight out of a Dr Seuss book: The goldfish who could drive. But it’s real. Incredibly, Israeli researchers created a robotic car and report that they taught six fish – named after characters from Pride and Prejudice – to navigate it on land.

    It’s all in the name of science, of course. The team had been dreaming up ways to test fish navigation for a while, according to Shachar Givon from Ben-Gurion University of the Negev, first author of a study published in the journal Behavioural Brain Research.

    Continue reading...", + "content": "

    Israeli researchers say their fish – named after characters from Pride and Prejudice – reveal navigation is a universal ability

    It might be an imaginary character straight out of a Dr Seuss book: The goldfish who could drive. But it’s real. Incredibly, Israeli researchers created a robotic car and report that they taught six fish – named after characters from Pride and Prejudice – to navigate it on land.

    It’s all in the name of science, of course. The team had been dreaming up ways to test fish navigation for a while, according to Shachar Givon from Ben-Gurion University of the Negev, first author of a study published in the journal Behavioural Brain Research.

    Continue reading...", + "category": "Fish", + "link": "https://www.theguardian.com/environment/2022/jan/09/goldfish-who-can-drive-why-scientists-taught-fish-to-navigate-a-watery-tank-on-wheels", + "creator": "Natalie Parletta", + "pubDate": "2022-01-08T19:00:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283312,17 +287602,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f13aab09d5a117a0e764b441734fa91", + "hash": "b15ba4ac691af37f67880b890cab9a86", "highlights": [] }, { - "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": "‘We take turns peering into a plastic bucket. Inside is a batch of freshly hatched turtles’", + "description": "

    Natasha Cica and a group of sea turtle-saving volunteers gently float away from daily life and find something exquisite off Magnetic Island in north Queensland

    We’re standing on sand dunes at the end of a hot December day. The light’s fading fast and a thin crescent moon is rising in the clear sky. It’s still really hot; hot enough to dip in the ocean. But nobody does – not because it’s stinger season now, but because we’re here for something better.

    Here on Magnetic Island in Queensland, everyone’s a volunteer and everyone’s local except me. There are kids in school uniform, parents who’ve come from work, a retiree, a CSIRO scientist, a marine biologist called Paul, and an off-duty park ranger. We take turns peering into a blue plastic bucket. Now it’s my turn. Inside is a batch of freshly hatched green sea turtles. Their easy exit from an underground nest was blocked by vegetation, so these volunteers have dug them free.

    Continue reading...", + "content": "

    Natasha Cica and a group of sea turtle-saving volunteers gently float away from daily life and find something exquisite off Magnetic Island in north Queensland

    We’re standing on sand dunes at the end of a hot December day. The light’s fading fast and a thin crescent moon is rising in the clear sky. It’s still really hot; hot enough to dip in the ocean. But nobody does – not because it’s stinger season now, but because we’re here for something better.

    Here on Magnetic Island in Queensland, everyone’s a volunteer and everyone’s local except me. There are kids in school uniform, parents who’ve come from work, a retiree, a CSIRO scientist, a marine biologist called Paul, and an off-duty park ranger. We take turns peering into a blue plastic bucket. Now it’s my turn. Inside is a batch of freshly hatched green sea turtles. Their easy exit from an underground nest was blocked by vegetation, so these volunteers have dug them free.

    Continue reading...", + "category": "Great Barrier Reef holidays", + "link": "https://www.theguardian.com/travel/2022/jan/09/we-take-turns-peering-into-a-plastic-bucket-inside-is-a-batch-of-freshly-hatched-turtles", + "creator": "Natasha Cica", + "pubDate": "2022-01-08T19:00:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283334,17 +287624,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "72db0ce525cec4148bce05b85abd1a11", + "hash": "e36ccfad06c82bf41fefa25645119bd4", "highlights": [] }, { - "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": "Justin and Dan Hawkins of the Darkness look back: ‘People are terrified of us. And rightly so’", + "description": "

    The brothers recreate a family photo and talk about how they came back from a huge fallout – and a best man’s speech starring a puppet testicle

    Justin and Dan Hawkins are the Lowestoft brothers behind rock band the Darkness. Puncturing the genteel Dido and Keane-era mainstream of the early noughties with their stadium rock and low-cut catsuits, their music had a short-lived period of ridicule before their debut album Permission to Land went on to sell 3.5m copies. At the peak of their commercial powers they won three Brit awards, an Ivor Novello, and penned the modern Christmas classic, 2003’s Christmas Time (Don’t Let the Bells End). The band split in 2006 after the release of their second album, but they’ve since reformed and released five more records. They are currently on tour.

    Continue reading...", + "content": "

    The brothers recreate a family photo and talk about how they came back from a huge fallout – and a best man’s speech starring a puppet testicle

    Justin and Dan Hawkins are the Lowestoft brothers behind rock band the Darkness. Puncturing the genteel Dido and Keane-era mainstream of the early noughties with their stadium rock and low-cut catsuits, their music had a short-lived period of ridicule before their debut album Permission to Land went on to sell 3.5m copies. At the peak of their commercial powers they won three Brit awards, an Ivor Novello, and penned the modern Christmas classic, 2003’s Christmas Time (Don’t Let the Bells End). The band split in 2006 after the release of their second album, but they’ve since reformed and released five more records. They are currently on tour.

    Continue reading...", + "category": "The Darkness", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/08/justin-and-dan-hawkins-of-the-darkness-look-back-people-are-terrified-of-us-and-rightly-so", + "creator": "Harriet Gibsone", + "pubDate": "2022-01-08T12:00:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283356,17 +287646,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3e14009fec6d9136e86d3494115c400", + "hash": "e879b6f9f2f9598a62d3fa93dfbf9531", "highlights": [] }, { - "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": "Farm subsidy plan ‘risks increasing the UK’s reliance on food imports’", + "description": "

    Government scheme to replace EU agricultural payments fuelled by ‘blind optimism’ and still lacking crucial details, say MPs

    The government’s plans for a post-Brexit scheme to support British farming are based on little more than “blind optimism” and risk increasing the UK’s reliance on food imports, a parliamentary inquiry has warned.

    The EU’s scheme of subsidies – known as the common agricultural policy (CAP) and worth £3bn-a-year to UK farmers – was one of the long-running complaints of Eurosceptics, who saw the ability of Britain to draw up its own scheme of payments as one of the major benefits of Brexit. Ministers had said the new scheme would be used to increase the environmental benefits of agriculture.

    Continue reading...", + "content": "

    Government scheme to replace EU agricultural payments fuelled by ‘blind optimism’ and still lacking crucial details, say MPs

    The government’s plans for a post-Brexit scheme to support British farming are based on little more than “blind optimism” and risk increasing the UK’s reliance on food imports, a parliamentary inquiry has warned.

    The EU’s scheme of subsidies – known as the common agricultural policy (CAP) and worth £3bn-a-year to UK farmers – was one of the long-running complaints of Eurosceptics, who saw the ability of Britain to draw up its own scheme of payments as one of the major benefits of Brexit. Ministers had said the new scheme would be used to increase the environmental benefits of agriculture.

    Continue reading...", + "category": "Farming", + "link": "https://www.theguardian.com/environment/2022/jan/09/farm-subsidy-plan-risks-increasing-the-uks-reliance-on-food-imports", + "creator": "Michael Savage", + "pubDate": "2022-01-09T00:01:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283378,17 +287668,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c424ade6d9ea39b8fe0349845ee6edc3", + "hash": "48f0cbebfd3278f2718d32962ea53b9f", "highlights": [] }, { - "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": "‘My father will go down like the captain of the Titanic’: life on the Pacific’s disappearing islands", + "description": "

    Many in the Saposa Islands are wrestling with the dilemma of starting a new life on the mainland or staying to watch their homes vanish. Deputy editor, David Munk, introduces this story

    You can read the original article here: ‘My father will go down like the captain of the Titanic’: life on the Pacific’s disappearing islands


    Continue reading...", + "content": "

    Many in the Saposa Islands are wrestling with the dilemma of starting a new life on the mainland or staying to watch their homes vanish. Deputy editor, David Munk, introduces this story

    You can read the original article here: ‘My father will go down like the captain of the Titanic’: life on the Pacific’s disappearing islands


    Continue reading...", + "category": "Pacific islands", + "link": "https://www.theguardian.com/australia-news/audio/2022/jan/09/my-father-will-go-down-like-the-captain-of-the-titanic-life-on-the-pacifics-disappearing-islands", + "creator": "Hosted by Jane Lee. Recommended by David Munk. Written by Kalolaine Fainu. Read by Colin Smith. Produced by Camilla Hannan, Daniel Semo and Allison Chan. Executive producers Gabrielle Jackson and Melanie Tait", + "pubDate": "2022-01-08T19:00:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283400,17 +287690,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b92d6e02ca895298e8b0ebee0accb1f3", + "hash": "2c3f05b27a4db8f1a0c7343a7d8acceb", "highlights": [] }, { - "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": "Australia Covid live news update: NSW records highest daily death toll of 16; Victoria four deaths and 752 in hospital; Qld delays start of school year", + "description": "

    NSW records 30,062 new Covid cases and 16 deaths; Victoria reports 44,155 cases and four deaths; Queensland records 18,000 cases, Tasmania 1,406, ACT 1,039; NSW schools to reopen ‘day one, term one’ as Qld delays restart until 7 February; federal government to respond to Novak Djokovic court filings. Follow all the day’s news live

    The health minister, Greg Hunt, has been asked about Novak Djokovic’s court case.

    Hunt declined to comment, citing the fact the matter is before the court but did reveal that two other people connected with the Australian Open tournament have left Australia after their visas were cancelled.

    In relation to Novak Djokovic, as this is now a matter before the courts, I will respectfully leave any commentary until after it has been heard by the court and my understanding is that there is a hearing tomorrow.

    My other advice from border force is that their assessment of any visas relating to the Australian Open has now been completed and two other individuals have now voluntarily left the country – as is the case with an individual who has their visa cancelled is entitled to leave the country at any time, even while they are going through a court proceeding but that is a matter for them. Beyond that, the advice is that there is an ongoing court case so we respectfully are not making any additional comment.

    Continue reading...", + "content": "

    NSW records 30,062 new Covid cases and 16 deaths; Victoria reports 44,155 cases and four deaths; Queensland records 18,000 cases, Tasmania 1,406, ACT 1,039; NSW schools to reopen ‘day one, term one’ as Qld delays restart until 7 February; federal government to respond to Novak Djokovic court filings. Follow all the day’s news live

    The health minister, Greg Hunt, has been asked about Novak Djokovic’s court case.

    Hunt declined to comment, citing the fact the matter is before the court but did reveal that two other people connected with the Australian Open tournament have left Australia after their visas were cancelled.

    In relation to Novak Djokovic, as this is now a matter before the courts, I will respectfully leave any commentary until after it has been heard by the court and my understanding is that there is a hearing tomorrow.

    My other advice from border force is that their assessment of any visas relating to the Australian Open has now been completed and two other individuals have now voluntarily left the country – as is the case with an individual who has their visa cancelled is entitled to leave the country at any time, even while they are going through a court proceeding but that is a matter for them. Beyond that, the advice is that there is an ongoing court case so we respectfully are not making any additional comment.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/09/novak-djokovic-court-visa-omicron-covid-case-numbers-hospitals-queensland-floods", + "creator": "Justine Landis-Hanley (now) and Caitlin Cassidy (earlier)", + "pubDate": "2022-01-09T01:52:58Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283422,17 +287712,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "86ab9e261394c6c765772de0a264a645", + "hash": "74edeac1371a3ba89d816767102c7ca6", "highlights": [] }, { - "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": "Ethiopia lifts five-month suspension of Norwegian Refugee Council’s aid work", + "description": "

    NRC, which was accused of spreading ‘misinformation’, says it will struggle to reach those in need as Tigray conflict enters third year

    Ethiopia has lifted a five-month suspension of the Norwegian Refugee Council’s aid work after it cleared the organisation of allegations of spreading “misinformation”.

    The government ordered the NRC, along with Médecins Sans Frontières (MSF), to stop work for three months in July, including operations in the Tigray conflict zone. Both organisations were ordered to stop their humanitarian work in July but while MSF’s suspension was lifted in October, the NRC’s was extended.

    Continue reading...", + "content": "

    NRC, which was accused of spreading ‘misinformation’, says it will struggle to reach those in need as Tigray conflict enters third year

    Ethiopia has lifted a five-month suspension of the Norwegian Refugee Council’s aid work after it cleared the organisation of allegations of spreading “misinformation”.

    The government ordered the NRC, along with Médecins Sans Frontières (MSF), to stop work for three months in July, including operations in the Tigray conflict zone. Both organisations were ordered to stop their humanitarian work in July but while MSF’s suspension was lifted in October, the NRC’s was extended.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2022/jan/06/ethiopia-lifts-five-month-suspension-of-norwegian-refugee-councils-aid-work", + "creator": "Kaamil Ahmed", + "pubDate": "2022-01-06T07:00:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283444,17 +287734,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a3243cc865a351edde21e4427f5dbaa", + "hash": "596295780eff6dd17c04d7c0fbb3362c", "highlights": [] }, { - "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": "Alec Baldwin says he is complying with Rust shooting investigation", + "description": "
    • Actor posts Instagram message about warrant for phone
    • Cinematographer Halyna Hutchins was killed in set incident

    The actor Alec Baldwin said on Saturday any suggestion he is not complying with the investigation into a deadly shooting on a New Mexico film set last year is a lie.

    At issue is a search warrant for Baldwin’s cellphone, which authorities hope can provide information.

    Continue reading...", + "content": "
    • Actor posts Instagram message about warrant for phone
    • Cinematographer Halyna Hutchins was killed in set incident

    The actor Alec Baldwin said on Saturday any suggestion he is not complying with the investigation into a deadly shooting on a New Mexico film set last year is a lie.

    At issue is a search warrant for Baldwin’s cellphone, which authorities hope can provide information.

    Continue reading...", + "category": "Alec Baldwin", + "link": "https://www.theguardian.com/film/2022/jan/08/alec-baldwin-rust-shooting-instagram-investigation-phone-warrant", + "creator": "Associated Press in New York", + "pubDate": "2022-01-08T23:00:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283466,17 +287756,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "334be679b61e4aedbd04329278fff5ab", + "hash": "1b7588360cb40908a6f1f9148b33deda", "highlights": [] }, { - "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": "Albania: police disperse protesters from opposition party HQ with teargas", + "description": "

    Group led by former Democratic party leader Sali Berisha used iron bars and hammers to break into the building

    Police in Albania used a water cannon trick and teargas to disperse protesters who broke into the headquarters of the country’s main opposition party in an internal squabble over the party’s leadership.

    Scores of officers pushed back hundreds of protesters who had stormed the ground floor of the centre-right Democratic party’s headquarters. They detained 25 of the trespassers and eight party staff members as the two sides clashed, authorities said.

    Continue reading...", + "content": "

    Group led by former Democratic party leader Sali Berisha used iron bars and hammers to break into the building

    Police in Albania used a water cannon trick and teargas to disperse protesters who broke into the headquarters of the country’s main opposition party in an internal squabble over the party’s leadership.

    Scores of officers pushed back hundreds of protesters who had stormed the ground floor of the centre-right Democratic party’s headquarters. They detained 25 of the trespassers and eight party staff members as the two sides clashed, authorities said.

    Continue reading...", + "category": "Albania", + "link": "https://www.theguardian.com/world/2022/jan/08/albania-police-disperse-protesters-from-opposition-party-hq-with-teargas", + "creator": "Associated Press in Tirana", + "pubDate": "2022-01-08T19:28:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283488,17 +287778,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf4634311837a7e5fb07701c84cdd52d", + "hash": "f526127524ffefb6a4cf14beb3d2df13", "highlights": [] }, { - "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": "At least 22 dead as heavy snow traps vehicles in Pakistan resort", + "description": "

    Thousands affected at popular destination of Murree with eight of those killed from same family

    At least 22 people have died after heavy snow trapped them in their vehicles as tens of thousands of visitors thronged Pakistan’s hill town of Murree, officials have said.

    Atiq Ahmed, an Islamabad police officer, said eight of the 22 fatalities were from the family of fellow Islamabad police officer Naveed Iqbal, who also died. All 16 died of hypothermia, officials said.

    Continue reading...", + "content": "

    Thousands affected at popular destination of Murree with eight of those killed from same family

    At least 22 people have died after heavy snow trapped them in their vehicles as tens of thousands of visitors thronged Pakistan’s hill town of Murree, officials have said.

    Atiq Ahmed, an Islamabad police officer, said eight of the 22 fatalities were from the family of fellow Islamabad police officer Naveed Iqbal, who also died. All 16 died of hypothermia, officials said.

    Continue reading...", + "category": "Pakistan", + "link": "https://www.theguardian.com/world/2022/jan/08/heavy-snow-traps-vehicles-pakistan-resort-murree", + "creator": "Agencies in Islamabad", + "pubDate": "2022-01-08T10:24:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283510,17 +287800,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6919de40825611c31d76156a34ee8903", + "hash": "6fd3f45c300802e9d6e011df709c662e", "highlights": [] }, { - "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": "Turkmenistan plans to extinguish vast gas crater fire dubbed ‘Gateway to hell’", + "description": "

    President Berdymukhamedov orders experts to find way to put out five-decade-old blaze Karakum desert

    Turkmenistan’s strongman leader has ordered experts to find a way to finally extinguish a massive five-decade-old fire in a giant natural gas crater in the Central Asian country, labelled the “Gateway to hell”.

    Citing environmental and economic concerns, President Gurbanguly Berdymukhamedov appeared on state television Saturday telling officials to put out the flames at the Darvaza gas crater in the middle of the vast Karakum desert.

    Continue reading...", + "content": "

    President Berdymukhamedov orders experts to find way to put out five-decade-old blaze Karakum desert

    Turkmenistan’s strongman leader has ordered experts to find a way to finally extinguish a massive five-decade-old fire in a giant natural gas crater in the Central Asian country, labelled the “Gateway to hell”.

    Citing environmental and economic concerns, President Gurbanguly Berdymukhamedov appeared on state television Saturday telling officials to put out the flames at the Darvaza gas crater in the middle of the vast Karakum desert.

    Continue reading...", + "category": "Turkmenistan", + "link": "https://www.theguardian.com/world/2022/jan/08/turkmenistan-plans-to-extinguish-vast-gas-crater-fire-dubbed-gateway-to-hell", + "creator": "Agence France-Presse in Ashgabat", + "pubDate": "2022-01-08T16:27:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283532,17 +287822,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5dd931bee898963f11c2a2e2484d4ee9", + "hash": "9b64fc0b61bb53f1529a1782d83a5189", "highlights": [] }, { - "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": "Coronavirus live: UK passes 150,000 officially recorded Covid deaths; Sweden’s crown princess tests positive", + "description": "

    Latest developments as Philippines reports record 26,458 cases and scientist says Omicron variant could become endemic in UK

    The north-east and north-west of England are seeing “concerning” rates of the Omicron variant, an expert has said.

    Figures showed that three of the five UK areas with the biggest week-on-week rises in Covid case rates are Middlesbrough (748.8 to 2,651.4), Copeland (1,731.3 to 3,525.8) and Redcar & Cleveland (846.8 to 2,564.3).

    Continue reading...", + "content": "

    Latest developments as Philippines reports record 26,458 cases and scientist says Omicron variant could become endemic in UK

    The north-east and north-west of England are seeing “concerning” rates of the Omicron variant, an expert has said.

    Figures showed that three of the five UK areas with the biggest week-on-week rises in Covid case rates are Middlesbrough (748.8 to 2,651.4), Copeland (1,731.3 to 3,525.8) and Redcar & Cleveland (846.8 to 2,564.3).

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/08/covid-live-government-in-uk-plans-for-one-in-four-teachers-to-be-off-record-26458-cases-in-philippines", + "creator": "Jedidajah Otte (now), Damien Gayle (earlier)", + "pubDate": "2022-01-08T16:19:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283554,17 +287844,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ecf7df2758eacf01de38dda98726a0ec", + "hash": "ed33035d734e66b453c952d41fe17935", "highlights": [] }, { - "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": "Novelist Tessa Hadley: ‘If I met my characters, I might not like them’", + "description": "

    For the late-blooming, quietly bestselling author, inhabiting her characters is crucial. And so in her new novel, Free Love, she becomes a middle-aged woman in 1960s London who abandons her family for a much younger man…

    Tessa Hadley walks into the sitting room of a hotel in London’s West End that is a pleasant mixture of Christmassy, deserted and library-quiet – a welcome side-effect of the pandemic. At 65, she has an eager, intelligent, girlish face and an elegant angularity (I’ve not seen her handwriting but would bet on forward-sloping italics). She is wearing a long string of red beads against a white sweater that is reminiscent of her character Alice’s fashion advice in her 2015 novel, The Past: “you should go for this understated thing, that the French women do”.

    I feel, from the minute we meet, as if Hadley were a friend unaccountably not seen for years, and, as swiftly, recognise this as an explicable illusion because, like all her admiring readers, I have met her through her beautifully written, quietly bestselling novels, including The Past and Late in the Day (2019) – and now through her bold new book, Free Love. It is not that her writing is autobiographical, more that she has the gift for bringing everything she has, sees and knows to the characters she creates. As soon as she is sitting down, we order a pot of Ceylon tea for two – our excuse, we agree with relief, for shedding our face masks. There is so much to talk about, I say.

    Continue reading...", + "content": "

    For the late-blooming, quietly bestselling author, inhabiting her characters is crucial. And so in her new novel, Free Love, she becomes a middle-aged woman in 1960s London who abandons her family for a much younger man…

    Tessa Hadley walks into the sitting room of a hotel in London’s West End that is a pleasant mixture of Christmassy, deserted and library-quiet – a welcome side-effect of the pandemic. At 65, she has an eager, intelligent, girlish face and an elegant angularity (I’ve not seen her handwriting but would bet on forward-sloping italics). She is wearing a long string of red beads against a white sweater that is reminiscent of her character Alice’s fashion advice in her 2015 novel, The Past: “you should go for this understated thing, that the French women do”.

    I feel, from the minute we meet, as if Hadley were a friend unaccountably not seen for years, and, as swiftly, recognise this as an explicable illusion because, like all her admiring readers, I have met her through her beautifully written, quietly bestselling novels, including The Past and Late in the Day (2019) – and now through her bold new book, Free Love. It is not that her writing is autobiographical, more that she has the gift for bringing everything she has, sees and knows to the characters she creates. As soon as she is sitting down, we order a pot of Ceylon tea for two – our excuse, we agree with relief, for shedding our face masks. There is so much to talk about, I say.

    Continue reading...", + "category": "Tessa Hadley", + "link": "https://www.theguardian.com/books/2022/jan/08/tessa-hadley-free-love-interview", + "creator": "Kate Kellaway", + "pubDate": "2022-01-08T16:00:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283576,17 +287866,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "06a6b0700e9bfc6003ef0b500700b8a2", + "hash": "1cb2aa9051488c4385b1229d32520e94", "highlights": [] }, { - "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": "First, a pickled shark. Next up for Damien Hirst, his ‘white elephant’ manor house", + "description": "

    The artist’s £3m Cotswolds pile, which has remained empty and unrenovated since 2005, has been described as an ‘eyesore’

    When Damien Hirst bought a historic manor in the Cotswolds he had grand plans. The crumbling 19th-century Toddington Manor, which the world’s richest artist bought for £3m in 2005, would be restored to its former glory, turned into his family home and be a spectacular gallery for his personal art collection.

    But years 17 years after its purchase, the property remains uninhabited and covered in scaffolding and tarpaulin. Locals have branded it an “eyesore,” a “white blob” and “a blight on the countryside”.

    Continue reading...", + "content": "

    The artist’s £3m Cotswolds pile, which has remained empty and unrenovated since 2005, has been described as an ‘eyesore’

    When Damien Hirst bought a historic manor in the Cotswolds he had grand plans. The crumbling 19th-century Toddington Manor, which the world’s richest artist bought for £3m in 2005, would be restored to its former glory, turned into his family home and be a spectacular gallery for his personal art collection.

    But years 17 years after its purchase, the property remains uninhabited and covered in scaffolding and tarpaulin. Locals have branded it an “eyesore,” a “white blob” and “a blight on the countryside”.

    Continue reading...", + "category": "Damien Hirst", + "link": "https://www.theguardian.com/artanddesign/2022/jan/08/first-a-pickled-shark-next-up-for-damien-hirst-his-white-elephant-manor-house", + "creator": "Adam Luck", + "pubDate": "2022-01-08T13:00:52Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283598,17 +287888,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f9b7b8d243b416b6adf5da3eca2aa4e", + "hash": "7df0964e2c6cde3a0b14c4dce7ec9837", "highlights": [] }, { - "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": "Snow and ice expected to hit parts of UK this weekend", + "description": "

    Western Scotland, Northern Ireland, north-west England and North Wales forecast to see frosty conditions

    Snow and ice are expected to hit parts of the UK this weekend as bands of rain move in from the west, the Met Office has warned.

    Western Scotland, Northern Ireland, north-west England and north Wales are forecast to experience frosty conditions as downpours continue into Sunday morning.

    Continue reading...", + "content": "

    Western Scotland, Northern Ireland, north-west England and North Wales forecast to see frosty conditions

    Snow and ice are expected to hit parts of the UK this weekend as bands of rain move in from the west, the Met Office has warned.

    Western Scotland, Northern Ireland, north-west England and north Wales are forecast to experience frosty conditions as downpours continue into Sunday morning.

    Continue reading...", + "category": "UK weather", + "link": "https://www.theguardian.com/uk-news/2022/jan/08/snow-and-ice-expected-to-hit-parts-of-uk-this-weekend", + "creator": "Clea Skopeliti", + "pubDate": "2022-01-08T17:02:58Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283620,17 +287910,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "862b5cc062fac177fcd5c0441493f729", + "hash": "9b3130323a3f161a8e04900ec6b26367", "highlights": [] }, { - "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": "Cameroon’s pride at hosting African Cup of Nations tempered by separatist violence", + "description": "

    Rising tension over Anglophone zones threaten to disrupt football tournament

    The much-anticipated African Cup of Nations football tournament opens today, hosted by Cameroon for the first time for 50 years.

    Yet behind the celebrations – slightly tempered by strict pandemic restrictions – are tensions from a security crisis spreading from anglophone regions, shaping daily life in Cameroon and potentially even the tournament.

    Authorities in the west African country have ramped up security, particularly in the capital, Yaoundé, and other host cities across five of Cameroon’s 10 regions – with the effect of securing the tournament and bringing the crisis into view.

    In Limbe, a peaceful coastal city where Mali, Tunisia, The Gambia and Mauritania will play group matches, an explosion near the city centre last Wednesday left six injured and destroyed property.

    Marinette Abah, 33, was returning home from evening prayers at the time.

    “We were home when we received a call that Marinette had been wounded in the explosion,” her brother Calvin Nang said. “We met her with blood all over her body.”

    A faction of the separatist Ambazonia movement claimed responsibility, and the wider movement, which has condemned the government in Yaoundé as a colonial administration, has pledged to disrupt the tournament.

    Tensions in the north-western and south-western anglophone regions boiled over in late 2016, when protests against marginalisation of the English language, by lawyers and teachers, were brutally put down by Cameroonian security forces.

    It fuelled a rise in armed activities by separatist groups seeking independence for the English-speaking parts of Cameroon. The groups have been accused of several attacks and blasts, including against schools, escalating an education boycott that began in 2017, and depriving a generation of Cameroonian children of an education, according to a report by Human Rights Watch. Cameroonian security forces have been accused of human rights abuses against anglophones, especially in rural areas.

    Many anglophones in Cameroon accuse the government of marginalisation and of attempting to assimilate their education and legal systems into the dominant francophone system.

    A spokesperson for Samuel Eto’o, a hugely popular figure as one of Africa’s greatest ever footballers a former Afcon champion as well as Champions League and La Liga winner with Barcelona and now head of Cameroon’s football association, refused to be drawn on the security crisis, focusing instead on preparations for the tournament, including 30 new or renovated football stadiums and training pitches.

    Continue reading...", + "content": "

    Rising tension over Anglophone zones threaten to disrupt football tournament

    The much-anticipated African Cup of Nations football tournament opens today, hosted by Cameroon for the first time for 50 years.

    Yet behind the celebrations – slightly tempered by strict pandemic restrictions – are tensions from a security crisis spreading from anglophone regions, shaping daily life in Cameroon and potentially even the tournament.

    Authorities in the west African country have ramped up security, particularly in the capital, Yaoundé, and other host cities across five of Cameroon’s 10 regions – with the effect of securing the tournament and bringing the crisis into view.

    In Limbe, a peaceful coastal city where Mali, Tunisia, The Gambia and Mauritania will play group matches, an explosion near the city centre last Wednesday left six injured and destroyed property.

    Marinette Abah, 33, was returning home from evening prayers at the time.

    “We were home when we received a call that Marinette had been wounded in the explosion,” her brother Calvin Nang said. “We met her with blood all over her body.”

    A faction of the separatist Ambazonia movement claimed responsibility, and the wider movement, which has condemned the government in Yaoundé as a colonial administration, has pledged to disrupt the tournament.

    Tensions in the north-western and south-western anglophone regions boiled over in late 2016, when protests against marginalisation of the English language, by lawyers and teachers, were brutally put down by Cameroonian security forces.

    It fuelled a rise in armed activities by separatist groups seeking independence for the English-speaking parts of Cameroon. The groups have been accused of several attacks and blasts, including against schools, escalating an education boycott that began in 2017, and depriving a generation of Cameroonian children of an education, according to a report by Human Rights Watch. Cameroonian security forces have been accused of human rights abuses against anglophones, especially in rural areas.

    Many anglophones in Cameroon accuse the government of marginalisation and of attempting to assimilate their education and legal systems into the dominant francophone system.

    A spokesperson for Samuel Eto’o, a hugely popular figure as one of Africa’s greatest ever footballers a former Afcon champion as well as Champions League and La Liga winner with Barcelona and now head of Cameroon’s football association, refused to be drawn on the security crisis, focusing instead on preparations for the tournament, including 30 new or renovated football stadiums and training pitches.

    Continue reading...", + "category": "Football", + "link": "https://www.theguardian.com/football/2022/jan/08/cameroons-pride-at-hosting-african-cup-of-nations-tempered-by-separatist-violence", + "creator": "Emmanuel Akinwotu", + "pubDate": "2022-01-08T19:05:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283642,17 +287932,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a801499b2ec8fc07446144783cc3cd0", + "hash": "02810af8c257028ebc873d882d5fe3b6", "highlights": [] }, { - "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": "Despite hours of terror lost in the tangled bush of Karekare as a child, I’ve always returned to it | Charlotte Grimshaw", + "description": "

    I remember intense fear and despair, and the objectively correct understanding that we could die

    • Guardian writers and readers describe their favourite place in New Zealand’s wilderness and why it’s special to them

    Karekare is a wild, beautiful area of the Waitakeres, west of Auckland. It’s the place I dreamed about when I lived in London, the landscape I yearned to return to. It was the location of my most intense experiences as a child: fear, euphoria, exhilaration, joy.

    Our parents’ bach was built on a hillside with a view down the valley, surrounded by dense bush in all directions. There was always the risk that if we went too far off a track, even close to the house, we’d quickly get disorientated and lost. The bush was so thick you couldn’t get a clear view out of it, and the only way to escape was by standing still and shouting.

    Continue reading...", + "content": "

    I remember intense fear and despair, and the objectively correct understanding that we could die

    • Guardian writers and readers describe their favourite place in New Zealand’s wilderness and why it’s special to them

    Karekare is a wild, beautiful area of the Waitakeres, west of Auckland. It’s the place I dreamed about when I lived in London, the landscape I yearned to return to. It was the location of my most intense experiences as a child: fear, euphoria, exhilaration, joy.

    Our parents’ bach was built on a hillside with a view down the valley, surrounded by dense bush in all directions. There was always the risk that if we went too far off a track, even close to the house, we’d quickly get disorientated and lost. The bush was so thick you couldn’t get a clear view out of it, and the only way to escape was by standing still and shouting.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/commentisfree/2022/jan/09/despite-hours-of-terror-lost-in-the-tangled-bush-of-karekare-as-a-child-ive-always-returned-to-it", + "creator": "Charlotte Grimshaw", + "pubDate": "2022-01-08T19:00:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283664,17 +287954,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "19db22b3cc5b311be03828020c23fbe9", + "hash": "4c7dce48cd6fbcee568f1cba45174e88", "highlights": [] }, { - "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": "Australia live news updates: almost 2,000 Covid hospitalisations in NSW with 16 deaths; Victoria 752 in hospital and four deaths; federal government to respond to Djokovic court filings", + "description": "

    Novak Djokovic in submission to federal circuit court says home affairs told him travel declaration ‘met requirements for a quarantine-free arrival’. Follow all the day’s news live

    Australian Medical Association president Omar Khorshid has called for efforts to help flatten the curve to “give hospitals a chance”, warning that the number of Omicron cases won’t peak for weeks.

    NSW, Queensland, Victoria have suspended non-urgent elective surgery due to rising Covid-19 hospitalisations.

    Continue reading...", + "content": "

    Novak Djokovic in submission to federal circuit court says home affairs told him travel declaration ‘met requirements for a quarantine-free arrival’. Follow all the day’s news live

    Australian Medical Association president Omar Khorshid has called for efforts to help flatten the curve to “give hospitals a chance”, warning that the number of Omicron cases won’t peak for weeks.

    NSW, Queensland, Victoria have suspended non-urgent elective surgery due to rising Covid-19 hospitalisations.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/09/novak-djokovic-court-visa-omicron-covid-case-numbers-hospitals-queensland-floods", + "creator": "Justine Landis-Hanley", + "pubDate": "2022-01-08T22:26:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283686,17 +287976,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c51a2c44a7fa911d4904fe62b18fa8d", + "hash": "b175c3a96a145cf97282fbbef3c07408", "highlights": [] }, { - "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": "Marilyn Bergman, Oscar-winning lyricist, dies aged 93", + "description": "

    Teaming with husband Alan Bergman, she composed songs for many television shows, films and stage musicals

    Marilyn Bergman, the Oscar-winning lyricist who teamed with husband Alan Bergman on The Way We Were, How Do You Keep the Music Playing? and hundreds of other songs, died at her Los Angeles home Saturday. She was 93.

    She died of respiratory failure not related to Covid-19, according to a representative, Jason Lee. Her husband was at her bedside when she died.

    Continue reading...", + "content": "

    Teaming with husband Alan Bergman, she composed songs for many television shows, films and stage musicals

    Marilyn Bergman, the Oscar-winning lyricist who teamed with husband Alan Bergman on The Way We Were, How Do You Keep the Music Playing? and hundreds of other songs, died at her Los Angeles home Saturday. She was 93.

    She died of respiratory failure not related to Covid-19, according to a representative, Jason Lee. Her husband was at her bedside when she died.

    Continue reading...", + "category": "Music", + "link": "https://www.theguardian.com/music/2022/jan/08/marilyn-bergman-oscar-winning-lyricist-dies-aged-93", + "creator": "Associated Press in New York", + "pubDate": "2022-01-08T20:02:12Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283708,17 +287998,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd98f42a3337616206981c1be041ee29", + "hash": "5d727e421c482003bb3af231c439878e", "highlights": [] }, { - "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": "‘Being tough, being a fighter’: Obama and Biden salute Harry Reid at Las Vegas funeral", + "description": "

    Two presidents and Democratic leaders in Congress joined on Saturday to commemorate Harry Reid, the former Senate majority leader who rose from poverty in Nevada to become one of the most powerful US politicians.

    “Being tough, being a fighter was once of Harry’s signatures characteristics,” Barack Obama said, at the service in Las Vegas.

    Continue reading...", + "content": "

    Two presidents and Democratic leaders in Congress joined on Saturday to commemorate Harry Reid, the former Senate majority leader who rose from poverty in Nevada to become one of the most powerful US politicians.

    “Being tough, being a fighter was once of Harry’s signatures characteristics,” Barack Obama said, at the service in Las Vegas.

    Continue reading...", + "category": "Democrats", + "link": "https://www.theguardian.com/us-news/2022/jan/08/obama-biden-harry-reid-las-vegas-funeral-pelosi-schumer", + "creator": "Edward Helmore and agencies", + "pubDate": "2022-01-08T22:05:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283730,17 +288020,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "604391e450646ac331898e723fc4b039", + "hash": "dac7da3152199602c6e8e542708ab573", "highlights": [] }, { - "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": "Brazil: rock breaks from cliff and falls on boaters, leaving at least five dead", + "description": "

    As many as 20 people may be missing after accident on Furnas Lake

    A towering slab of rock broke from a cliff and toppled on to pleasure boaters drifting near a waterfall on a Brazilian lake on Saturday and officials said at least five people died.

    Minas Gerais fire department commander Edgard Estevo told a news conference that in addition to the dead, as many as 20 people may be missing, and said officials are seeking to identify them.

    Continue reading...", + "content": "

    As many as 20 people may be missing after accident on Furnas Lake

    A towering slab of rock broke from a cliff and toppled on to pleasure boaters drifting near a waterfall on a Brazilian lake on Saturday and officials said at least five people died.

    Minas Gerais fire department commander Edgard Estevo told a news conference that in addition to the dead, as many as 20 people may be missing, and said officials are seeking to identify them.

    Continue reading...", + "category": "Brazil", + "link": "https://www.theguardian.com/world/2022/jan/08/brazil-rock-breaks-from-cliff-and-falls-on-boaters-leaving-at-least-five-dead", + "creator": "Associated Press", + "pubDate": "2022-01-08T21:49:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283752,17 +288042,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1476410c2aaf3daa48bea83b0c602498", + "hash": "eae4a6f3dafd310087016aac60f368f7", "highlights": [] }, { - "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": "Australia live news updates: federal government to respond to Djokovic court filings; Omicron increases pressure on health systems", + "description": "

    Novak Djokovic in submission to federal circuit court says home affairs told him travel declaration ‘met requirements for a quarantine-free arrival’. Follow all the day’s news live

    Of these, 22,051 were reported from Rapid Antigen Tests.

    There are now 1,927 people in hospital with the virus, 151 of whom are in the ICU.

    Continue reading...", + "content": "

    Novak Djokovic in submission to federal circuit court says home affairs told him travel declaration ‘met requirements for a quarantine-free arrival’. Follow all the day’s news live

    Of these, 22,051 were reported from Rapid Antigen Tests.

    There are now 1,927 people in hospital with the virus, 151 of whom are in the ICU.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/09/novak-djokovic-court-visa-omicron-covid-case-numbers-hospitals-queensland-floods", + "creator": "Justine Landis-Hanley", + "pubDate": "2022-01-08T22:04:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283774,17 +288064,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ddcd23c5b2a520485a50547b9a86960", + "hash": "27a2d30f011e351d2de8fcb8956c59ae", "highlights": [] }, { - "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": "Houston woman charged after allegedly isolating Covid-positive son in car trunk", + "description": "

    Authorities say 13-year-old son of Sarah Beam, a teacher, was found in her car’s trunk at a testing site in the Texas city

    A Houston mother has been charged after allegedly placing her 13-year-old son in the trunk of her car in an attempt to isolate him after he tested positive for Covid-19, then took him to a drive-thru testing site.

    In a statement reported by KPRC, an NBC-affiliate, the Cyprus-Fairbanks school district said police were “alerted that a child was in the trunk of a car at a drive-thru Covid-19 testing site earlier this week.

    Continue reading...", + "content": "

    Authorities say 13-year-old son of Sarah Beam, a teacher, was found in her car’s trunk at a testing site in the Texas city

    A Houston mother has been charged after allegedly placing her 13-year-old son in the trunk of her car in an attempt to isolate him after he tested positive for Covid-19, then took him to a drive-thru testing site.

    In a statement reported by KPRC, an NBC-affiliate, the Cyprus-Fairbanks school district said police were “alerted that a child was in the trunk of a car at a drive-thru Covid-19 testing site earlier this week.

    Continue reading...", + "category": "Houston", + "link": "https://www.theguardian.com/us-news/2022/jan/08/houston-woman-son-covid-car-trunk", + "creator": "Edward Helmore and agencies", + "pubDate": "2022-01-08T15:17:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283796,17 +288086,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5350081c6ce8f7a6efa24a7cb0eb9055", + "hash": "0866af374b4274acce975a22704d5d4e", "highlights": [] }, { - "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": "Capitol attack panel investigates Trump over potential criminal conspiracy", + "description": "

    Messages between Mark Meadows and others suggest the Trump White House coordinated efforts to stop Joe Biden’s certification

    The House select committee investigating the Capitol attack is examining whether Donald Trump oversaw a criminal conspiracy on 6 January that connected the White House’s scheme to stop Joe Biden’s certification with the insurrection, say two senior sources familiar with the matter.

    The committee’s new focus on the potential for a conspiracy marks an aggressive escalation in its inquiry as it confronts evidence that suggests the former president potentially engaged in criminal conduct egregious enough to warrant a referral to the justice department.

    Continue reading...", + "content": "

    Messages between Mark Meadows and others suggest the Trump White House coordinated efforts to stop Joe Biden’s certification

    The House select committee investigating the Capitol attack is examining whether Donald Trump oversaw a criminal conspiracy on 6 January that connected the White House’s scheme to stop Joe Biden’s certification with the insurrection, say two senior sources familiar with the matter.

    The committee’s new focus on the potential for a conspiracy marks an aggressive escalation in its inquiry as it confronts evidence that suggests the former president potentially engaged in criminal conduct egregious enough to warrant a referral to the justice department.

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/2022/jan/08/capitol-attack-committee-donald-trump-white-house-stop-biden-win", + "creator": "Hugo Lowell in Washington", + "pubDate": "2022-01-08T07:00:45Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283818,17 +288108,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0182aa16e4f594ef55d8bad2c8ba460", + "hash": "b2400d69817e00a0870da92bcaf28b3a", "highlights": [] }, { - "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": "Chinese American man attacked in New York last April dies of injuries", + "description": "

    Attack on Yao Pan Ma, 61, drew attention amid rise in anti-Asian hate crimes and is now being treated as homicide

    A Chinese American man who was brutally attacked last April while collecting cans in East Harlem has died of his injuries and the case is now deemed a homicide, police in New York said on Saturday.

    Yao Pan Ma, 61, died on 31 December, police said.

    Continue reading...", + "content": "

    Attack on Yao Pan Ma, 61, drew attention amid rise in anti-Asian hate crimes and is now being treated as homicide

    A Chinese American man who was brutally attacked last April while collecting cans in East Harlem has died of his injuries and the case is now deemed a homicide, police in New York said on Saturday.

    Yao Pan Ma, 61, died on 31 December, police said.

    Continue reading...", + "category": "New York", + "link": "https://www.theguardian.com/us-news/2022/jan/08/chinese-american-man-dies-new-york-hate-crime", + "creator": "Associated Press in New York", + "pubDate": "2022-01-08T20:27:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283840,17 +288130,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bdbff775fd57074faec048ec67f89b9a", + "hash": "c26e8d98b5c54b0f7d4e09fb04625cc6", "highlights": [] }, { - "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": "Kazakhstan detains former national security chief on suspicion of treason", + "description": "

    Karim Masimov was fired this week as unrest raged across the country, with dozens killed and public buildings ransacked

    The former head of Kazakhstan’s domestic intelligence agency has been detained on suspicion of high treason, the agency said, after he was fired amid violent protests.

    The National Security Committee, or KNB, said in a statement on Saturday that its former chief Karim Masimov had been detained on Thursday after it launched an investigation into charges of high treason.

    Continue reading...", + "content": "

    Karim Masimov was fired this week as unrest raged across the country, with dozens killed and public buildings ransacked

    The former head of Kazakhstan’s domestic intelligence agency has been detained on suspicion of high treason, the agency said, after he was fired amid violent protests.

    The National Security Committee, or KNB, said in a statement on Saturday that its former chief Karim Masimov had been detained on Thursday after it launched an investigation into charges of high treason.

    Continue reading...", + "category": "Kazakhstan", + "link": "https://www.theguardian.com/world/2022/jan/08/kazakhstan-detains-former-national-security-chief-on-suspicion-of-treason", + "creator": "Guardian staff with agencies", + "pubDate": "2022-01-08T07:20:52Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283862,17 +288152,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4d0c242e60b8f940f8074cdbc0d0a40", + "hash": "8ba3e550d7b5e4eb2b1af45f2748360d", "highlights": [] }, { - "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": "Guardian’s Cadwalladr in court to fight defamation claim by Brexit backer Banks", + "description": "

    Award-winning journalist says comments about businessman were in the public interest

    The Observer and Guardian journalist Carole Cadwalladr will appear in court in London next Friday to defend herself against an accusation of defamation brought by Arron Banks, the multi-millionaire businessman and outspoken backer of Brexit. The case concerns a remark made in a talk at the Ted technology conference by Cadwalladr in April 2019, and a related tweet.

    In the widely viewed 15-minute talk about the pernicious effects of Facebook on the democratic electoral process, Cadwalladr spoke about the 2016 Brexit referendum and noted briefly that Nigel Farage’s Leave.EU campaign, largely funded by £8m from Banks, the largest donation in British political history, had been found by the Electoral Commission to have broken electoral and data laws.

    Continue reading...", + "content": "

    Award-winning journalist says comments about businessman were in the public interest

    The Observer and Guardian journalist Carole Cadwalladr will appear in court in London next Friday to defend herself against an accusation of defamation brought by Arron Banks, the multi-millionaire businessman and outspoken backer of Brexit. The case concerns a remark made in a talk at the Ted technology conference by Cadwalladr in April 2019, and a related tweet.

    In the widely viewed 15-minute talk about the pernicious effects of Facebook on the democratic electoral process, Cadwalladr spoke about the 2016 Brexit referendum and noted briefly that Nigel Farage’s Leave.EU campaign, largely funded by £8m from Banks, the largest donation in British political history, had been found by the Electoral Commission to have broken electoral and data laws.

    Continue reading...", + "category": "Brexit", + "link": "https://www.theguardian.com/politics/2022/jan/08/guardians-carole-cadwalladr-in-court-to-fight-defamation-claim-by-brexit-backer-arron-banks", + "creator": "Tim Adams", + "pubDate": "2022-01-08T15:30:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283884,17 +288174,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ac929e38f79924448badae86c4dedb8", + "hash": "5803b5fc3ff28caf283c68652fc7512f", "highlights": [] }, { - "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": "Harry Reid: Biden, Pelosi, Schumer and Obama attend Nevada memorial", + "description": "

    The life of the former Senate majority leader Harry Reid was celebrated by two presidents and other Democratic leaders in Las Vegas on Saturday.

    President Joe Biden, the House speaker, Nancy Pelosi, and Senate majority leader, Chuck Schumer, were scheduled to speak at a memorial for the longtime Senate leader, who died on 28 December at home in Henderson, Nevada, at 82 and of complications from pancreatic cancer.

    Continue reading...", + "content": "

    The life of the former Senate majority leader Harry Reid was celebrated by two presidents and other Democratic leaders in Las Vegas on Saturday.

    President Joe Biden, the House speaker, Nancy Pelosi, and Senate majority leader, Chuck Schumer, were scheduled to speak at a memorial for the longtime Senate leader, who died on 28 December at home in Henderson, Nevada, at 82 and of complications from pancreatic cancer.

    Continue reading...", + "category": "US Senate", + "link": "https://www.theguardian.com/us-news/2022/jan/08/harry-reid-biden-pelosi-schumer-obama-nevada-memorial-carole-king-brandon-flowers", + "creator": "Associated Press in Las Vegas", + "pubDate": "2022-01-08T19:41:30Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283906,17 +288196,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e23ec20bfda8c1b7d2b0b71dec1022d9", + "hash": "87aef951bd41db73b10556db244c734e", "highlights": [] }, { - "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": "Three white men sentenced to life in prison for Ahmaud Arbery’s murder", + "description": "

    Judge rules William ‘Roddie’ Bryan can seek parole after 30 years while Travis and Gregory McMichael cannot

    A judge in Georgia sentenced Travis McMichael, Gregory McMichael and William “Roddie” Bryan to life in prison on Friday for the murder of Ahmaud Arbery, a Black man who was running through their mostly white neighborhood in February 2020 when they chased him down and killed him.

    Murder carries a mandatory life sentence under Georgia law unless prosecutors seek the death penalty, which they opted against for Arbery’s killing.

    Continue reading...", + "content": "

    Judge rules William ‘Roddie’ Bryan can seek parole after 30 years while Travis and Gregory McMichael cannot

    A judge in Georgia sentenced Travis McMichael, Gregory McMichael and William “Roddie” Bryan to life in prison on Friday for the murder of Ahmaud Arbery, a Black man who was running through their mostly white neighborhood in February 2020 when they chased him down and killed him.

    Murder carries a mandatory life sentence under Georgia law unless prosecutors seek the death penalty, which they opted against for Arbery’s killing.

    Continue reading...", + "category": "Ahmaud Arbery", + "link": "https://www.theguardian.com/us-news/2022/jan/07/ahmaud-arbery-murder-three-men-sentenced-life-in-prison", + "creator": "Guardian staff and agencies", + "pubDate": "2022-01-07T20:26:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283928,17 +288218,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9954af0c32a733e8d76f6a6728e1127e", + "hash": "821d56791d435ea897ff2c53a6e1502a", "highlights": [] }, { - "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": "Ethiopia: 56 people killed in airstrike at camp for internally displaced", + "description": "

    At least 30 wounded as aid workers report seeing children among casualties in Tigray region

    An airstrike in Ethiopia’s northern region of Tigray has killed 56 people and wounded at least 30 in a camp for the internally displaced, two aid workers have said.

    Both aid workers, who asked not to be named, said the number of dead has been confirmed by the local authorities.

    Continue reading...", + "content": "

    At least 30 wounded as aid workers report seeing children among casualties in Tigray region

    An airstrike in Ethiopia’s northern region of Tigray has killed 56 people and wounded at least 30 in a camp for the internally displaced, two aid workers have said.

    Both aid workers, who asked not to be named, said the number of dead has been confirmed by the local authorities.

    Continue reading...", + "category": "Ethiopia", + "link": "https://www.theguardian.com/world/2022/jan/08/ethiopia-people-killed-in-airstrike-at-camp-for-internally-displaced", + "creator": "Reuters in Addis Ababa", + "pubDate": "2022-01-08T12:08:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283950,17 +288240,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7babcbdef5237c991bb0e2a3d1aa3632", + "hash": "135889998194a6203083bdd35a9153b3", "highlights": [] }, { - "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": "On my radar: Anne-Marie Imafidon’s cultural highlights", + "description": "

    The mathematician and Countdown presenter on Caribbean comfort food, a podcast for millennials and her owl-shaped bestie

    Born and raised in east London, the mathematician Anne-Marie Imafidon MBE, 31, was announced last month as a new presenter on Countdown, covering Rachel Riley’s maternity leave. A child prodigy, Imafidon passed two GCSEs at primary school and two A-levels aged 11. She graduated from the University of Oxford with a master of mathematics and computer science degree in 2010 and in 2013 co-founded and became the CEO of Stemettes, a social enterprise encouraging young women to pursue careers in Stem (science, technology, engineering and maths). In 2020 she was named the most influential woman in tech in the UK.

    Continue reading...", + "content": "

    The mathematician and Countdown presenter on Caribbean comfort food, a podcast for millennials and her owl-shaped bestie

    Born and raised in east London, the mathematician Anne-Marie Imafidon MBE, 31, was announced last month as a new presenter on Countdown, covering Rachel Riley’s maternity leave. A child prodigy, Imafidon passed two GCSEs at primary school and two A-levels aged 11. She graduated from the University of Oxford with a master of mathematics and computer science degree in 2010 and in 2013 co-founded and became the CEO of Stemettes, a social enterprise encouraging young women to pursue careers in Stem (science, technology, engineering and maths). In 2020 she was named the most influential woman in tech in the UK.

    Continue reading...", + "category": "Culture", + "link": "https://www.theguardian.com/culture/2022/jan/08/on-my-radar-anne-marie-imafidons-cultural-highlights", + "creator": "Kathryn Bromwich", + "pubDate": "2022-01-08T15:00:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283972,17 +288262,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "391114654db88aa66ec7f66b0b4f9221", + "hash": "6fa711c38465deb849297171d43c1edf", "highlights": [] }, { - "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": "Trumpist senator Ron Johnson ‘to seek re-election’ in Wisconsin", + "description": "

    Republican, described as ‘what you get when QAnon and the Tea Party have a baby’, expected to announce run as soon as next week

    The Wisconsin senator Ron Johnson, a hardline Trump supporter once described as “what you get when QAnon and the Tea Party have a baby”, has reportedly decided to seek a third term, a step he once promised not to take.

    Two Republicans confirmed Johnson’s plan to the Associated Press and said he could announce as soon as early next week. Johnson did not comment.

    Continue reading...", + "content": "

    Republican, described as ‘what you get when QAnon and the Tea Party have a baby’, expected to announce run as soon as next week

    The Wisconsin senator Ron Johnson, a hardline Trump supporter once described as “what you get when QAnon and the Tea Party have a baby”, has reportedly decided to seek a third term, a step he once promised not to take.

    Two Republicans confirmed Johnson’s plan to the Associated Press and said he could announce as soon as early next week. Johnson did not comment.

    Continue reading...", + "category": "Republicans", + "link": "https://www.theguardian.com/us-news/2022/jan/08/senator-ron-johnson-to-seek-re-election-wisconsin-republican", + "creator": "Martin Pengelly and agencies", + "pubDate": "2022-01-08T18:15:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -283994,17 +288284,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a770dfc01bbe9f56d16039ba29cca132", + "hash": "6e3cf47b891cdeee7567d18c2e03b2c2", "highlights": [] }, { - "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": "Gemma Chan on the truth about her father’s life at sea: ‘He knew what it was like to have nothing’", + "description": "

    The actor knew her father had served in the merchant navy, but it wasn’t until she read about Britain’s mistreatment of Chinese seamen in the 40s that she understood just how much his experiences had shaped her family

    “Take the rest of the noodles and the pak choi and you can have it for your lunch tomorrow.” My dad pushed the takeaway containers and their remaining contents across the table towards me.

    “I’ve got loads of food at mine, why don’t you and Mum keep it?” I protested. I knew he’d insist I take the leftovers with me. This routine would always play out at the end of family dinners once I’d left home and, this time around, it felt both familiar and oddly comforting – because it had been a while since our last dinner.

    Continue reading...", + "content": "

    The actor knew her father had served in the merchant navy, but it wasn’t until she read about Britain’s mistreatment of Chinese seamen in the 40s that she understood just how much his experiences had shaped her family

    “Take the rest of the noodles and the pak choi and you can have it for your lunch tomorrow.” My dad pushed the takeaway containers and their remaining contents across the table towards me.

    “I’ve got loads of food at mine, why don’t you and Mum keep it?” I protested. I knew he’d insist I take the leftovers with me. This routine would always play out at the end of family dinners once I’d left home and, this time around, it felt both familiar and oddly comforting – because it had been a while since our last dinner.

    Continue reading...", + "category": "Family", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/08/gemma-chan-on-the-truth-about-her-fathers-life-at-sea", + "creator": "Gemma Chan", + "pubDate": "2022-01-08T07:00:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284016,17 +288306,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfe00c6ede4813283fb956f5ab272964", + "hash": "1ab0ecee965f53bf1d0bb4f20a2d4473", "highlights": [] }, { - "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": "Australia records more than 100,000 cases nationally – as it happened", + "description": "

    Country records over 116,000 cases as Victoria surpasses NSW with 51,356 cases including rapid test results; Nick Kyrgios says Djokovic treatment ‘not really humane’; Queensland grapples with flood emergency. This blog is now closed

    Labor MP Andrew Giles has announced he has tested positive for Covid-19.

    We have collected stories from readers on what it is like trying to get tested this week.

    Continue reading...", + "content": "

    Country records over 116,000 cases as Victoria surpasses NSW with 51,356 cases including rapid test results; Nick Kyrgios says Djokovic treatment ‘not really humane’; Queensland grapples with flood emergency. This blog is now closed

    Labor MP Andrew Giles has announced he has tested positive for Covid-19.

    We have collected stories from readers on what it is like trying to get tested this week.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/08/australia-news-live-update-tennis-australia-denies-misleading-players-on-vaccination-rules-nsw-covid-restrictions-take-effect-novak-djokovic-craig-tiley-scott-morrison-vaccine-booster-nsw-victoria-coronavirus-case-numbers", + "creator": "Christopher Knaus and Josh Taylor (earlier)", + "pubDate": "2022-01-08T06:06:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284038,17 +288328,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e6816095fef2556eea7f9633a6a5febb", + "hash": "28d386add6c2ebbd1487b167f36e4eb1", "highlights": [] }, { - "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": "Requiring PCR tests for isolation funds may fail legal test, UK officials told", + "description": "

    Legal advice says any challenge under equalities law would have reasonable chance of success

    Government lawyers have said any legal challenge against making low-paid people take confirmatory PCR tests to get financial support during isolation would stand a high chance of success, the Guardian has learned.

    Legal advice circulated within the UK Health and Security Agency (UKHSA) is understood to warn that there is a risk of a challenge under equalities law.

    Continue reading...", + "content": "

    Legal advice says any challenge under equalities law would have reasonable chance of success

    Government lawyers have said any legal challenge against making low-paid people take confirmatory PCR tests to get financial support during isolation would stand a high chance of success, the Guardian has learned.

    Legal advice circulated within the UK Health and Security Agency (UKHSA) is understood to warn that there is a risk of a challenge under equalities law.

    Continue reading...", + "category": "Health policy", + "link": "https://www.theguardian.com/politics/2022/jan/08/pcr-tests-isolation-funds-legal-challenge", + "creator": "Rowena Mason and Josh Halliday", + "pubDate": "2022-01-08T07:00:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284060,17 +288350,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ccd9fa11bfc5f78734791fcc82f3028", + "hash": "99073329f6550d7ea8f1c81ca4485ec5", "highlights": [] }, { - "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": "Joe Manchin appears to have withdrawn offer to back $1.8bn bill on Biden agenda", + "description": "

    Conservative Democratic senator has signalled privately he is not interested in supporting any Build Back Better package

    A $1.8tn spending offer proposed to the White House in late 2021 by Senator Joe Manchin appears to be off the table, following another breakdown in talks between the moderate Democrat from West Virginia and the Biden White House, the Washington Post reported on Saturday.

    Manchin told reporters this week he is no longer involved in discussions with the White House and has signaled privately that he is not interested in approving any legislation like Joe Biden’s Build Back Better Package, the newspaper said, citing three people with knowledge of the matter.

    Continue reading...", + "content": "

    Conservative Democratic senator has signalled privately he is not interested in supporting any Build Back Better package

    A $1.8tn spending offer proposed to the White House in late 2021 by Senator Joe Manchin appears to be off the table, following another breakdown in talks between the moderate Democrat from West Virginia and the Biden White House, the Washington Post reported on Saturday.

    Manchin told reporters this week he is no longer involved in discussions with the White House and has signaled privately that he is not interested in approving any legislation like Joe Biden’s Build Back Better Package, the newspaper said, citing three people with knowledge of the matter.

    Continue reading...", + "category": "Joe Manchin", + "link": "https://www.theguardian.com/us-news/2022/jan/08/joe-manchin-build-back-better-biden", + "creator": "Reuters in Washington", + "pubDate": "2022-01-08T17:28:22Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284082,17 +288372,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "34d4b233d5487545778f0b920ec9dca1", + "hash": "fe72f11fa03260ad98a072594c2e15c8", "highlights": [] }, { - "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": "Dozens of Hong Kong officials in Covid quarantine after birthday party", + "description": "

    Chief executive expresses ‘deep disappointment’ that bureaucrats ignored government advice

    Dozens of senior officials and legislators in Hong Kong have been sent into a 21-day quarantine after they attended a birthday party despite the government’s own pandemic warning.

    The embarrassing incident came as the city’s new “patriots only” legislature is scheduled to hold its first meeting next week. Concerns had been raised in recent weeks after a number of Omicron cases were identified in Hong Kong. Health officials say they cannot rule out hidden clusters in the community.

    Continue reading...", + "content": "

    Chief executive expresses ‘deep disappointment’ that bureaucrats ignored government advice

    Dozens of senior officials and legislators in Hong Kong have been sent into a 21-day quarantine after they attended a birthday party despite the government’s own pandemic warning.

    The embarrassing incident came as the city’s new “patriots only” legislature is scheduled to hold its first meeting next week. Concerns had been raised in recent weeks after a number of Omicron cases were identified in Hong Kong. Health officials say they cannot rule out hidden clusters in the community.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/07/dozens-of-hong-kong-officials-in-covid-quarantine-after-birthday-party", + "creator": "Vincent Ni", + "pubDate": "2022-01-07T16:21:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284104,17 +288394,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5fe2ee7ca09d5b4e9027915dd78d1ac2", + "hash": "60a5a289fb654d47c02d6bc387c26959", "highlights": [] }, { - "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": "Snow leopard at Illinois zoo dies after contracting Covid-19", + "description": "

    Rilu, 11, began showing symptoms in November and the CDC says most animal Covid infections come from contact with humans

    A snow leopard at a zoo in Bloomington, Illinois, has died after contracting Covid-19.

    Miller Park Zoo announced the death of Rilu, 11, which the zoo previously said “began coughing and had a raspy respiration beginning on 20 November”, in an Instagram post on Thursday.

    Continue reading...", + "content": "

    Rilu, 11, began showing symptoms in November and the CDC says most animal Covid infections come from contact with humans

    A snow leopard at a zoo in Bloomington, Illinois, has died after contracting Covid-19.

    Miller Park Zoo announced the death of Rilu, 11, which the zoo previously said “began coughing and had a raspy respiration beginning on 20 November”, in an Instagram post on Thursday.

    Continue reading...", + "category": "Illinois", + "link": "https://www.theguardian.com/us-news/2022/jan/08/snow-leopard-dies-covid-19-illinois-zoo", + "creator": "Edward Helmore", + "pubDate": "2022-01-08T16:16:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284126,17 +288416,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf691c1a5909655b2536835ce26db259", + "hash": "6a2218231a914dee017b82505e1efc1d", "highlights": [] }, { - "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": "Two drivers arrested after man dies in motorway collision in London", + "description": "

    A man in his 20s died after a car crashed into barriers on the M11 near Redbridge in east London

    Two motorists have been arrested on suspicion of causing death by dangerous driving after a motorway collision.

    A man in his 20s was pronounced dead at the scene on Saturday morning after a crash involving a silver Vauxhall Vectra and a grey BMW 1 Series.

    Continue reading...", + "content": "

    A man in his 20s died after a car crashed into barriers on the M11 near Redbridge in east London

    Two motorists have been arrested on suspicion of causing death by dangerous driving after a motorway collision.

    A man in his 20s was pronounced dead at the scene on Saturday morning after a crash involving a silver Vauxhall Vectra and a grey BMW 1 Series.

    Continue reading...", + "category": "London", + "link": "https://www.theguardian.com/uk-news/2022/jan/08/two-drivers-arrested-after-man-dies-in-motorway-collision-in-london", + "creator": "PA Media", + "pubDate": "2022-01-08T16:50:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284148,17 +288438,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bd77a3d64dba8190661cd5cc5e14fd2", + "hash": "0c3d0568078cf8de20574285823ee7be", "highlights": [] }, { - "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": "Usman Khawaja’s second century leaves England needing a miracle on final day", + "description": "

    England will need to bat for the entirety of the final day to kill Australia’s pursuit of an Ashes whitewash in Sydney, after Usman Khawaja’s second century of the match set up the hosts for victory on day five in Sydney. Haseeb Hameed and Zak Crawley did play out the final 11 overs to reach 30 without loss but England need another 258 runs to secure an unlikely win.

    Having marked his first appearance in two-and-a-half years with an elegant 137 in the first innings, Khawaja repeated the feat with a dashing 101 not out at his old home ground and gave his side every chance of going 4-0 up in the series.

    Continue reading...", + "content": "

    England will need to bat for the entirety of the final day to kill Australia’s pursuit of an Ashes whitewash in Sydney, after Usman Khawaja’s second century of the match set up the hosts for victory on day five in Sydney. Haseeb Hameed and Zak Crawley did play out the final 11 overs to reach 30 without loss but England need another 258 runs to secure an unlikely win.

    Having marked his first appearance in two-and-a-half years with an elegant 137 in the first innings, Khawaja repeated the feat with a dashing 101 not out at his old home ground and gave his side every chance of going 4-0 up in the series.

    Continue reading...", + "category": "Ashes 2021-22", + "link": "https://www.theguardian.com/sport/2022/jan/08/usman-khawajas-second-century-leaves-england-needing-a-miracle-on-final-day", + "creator": "PA Media", + "pubDate": "2022-01-08T07:49:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284170,17 +288460,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "68d1f21b08bc4afb28f381740d64bfe9", + "hash": "16dfe9a67b17ebdbb85baa69ec2338b0", "highlights": [] }, { - "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": "‘Funds for favours’: Geidt pressed to reopen investigation into PM’s flat", + "description": "

    Emergence of ‘great exhibition’ messages seems to undermine ethics adviser’s finding, says Labour

    Boris Johnson’s ethics adviser has been accused of failing to investigate a potential “funds for favours” scandal after the prime minister was cleared of rule-breaking over his Downing Street flat refurbishment.

    Christopher Geidt shut his investigation without commenting on Johnson seeking funds for the works from a Conservative donor while promising to consider plans for a “great exhibition”. Expectations also faded that another inquiry, led by parliament’s standards commissioner Kathryn Stone, would go ahead.

    Continue reading...", + "content": "

    Emergence of ‘great exhibition’ messages seems to undermine ethics adviser’s finding, says Labour

    Boris Johnson’s ethics adviser has been accused of failing to investigate a potential “funds for favours” scandal after the prime minister was cleared of rule-breaking over his Downing Street flat refurbishment.

    Christopher Geidt shut his investigation without commenting on Johnson seeking funds for the works from a Conservative donor while promising to consider plans for a “great exhibition”. Expectations also faded that another inquiry, led by parliament’s standards commissioner Kathryn Stone, would go ahead.

    Continue reading...", + "category": "Boris Johnson", + "link": "https://www.theguardian.com/politics/2022/jan/08/alexander-geidt-investigation-boris-johnson-flat", + "creator": "Aubrey Allegretti Political correspondent", + "pubDate": "2022-01-08T06:00:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284192,17 +288482,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c24f1f919c8abdf9da4097f996ccde5e", + "hash": "661d230204ce743e9914dd0f4bdac028", "highlights": [] }, { - "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": "Covid live: ‘concerning’ rates of Omicron in northern England; Sweden’s crown princess tests positive", + "description": "

    Latest developments as Philippines reports record 26,458 cases and scientist says Omicron variant could become endemic in UK

    The north-east and north-west of England are seeing “concerning” rates of the Omicron variant, an expert has said.

    Figures showed that three of the five UK areas with the biggest week-on-week rises in Covid case rates are Middlesbrough (748.8 to 2,651.4), Copeland (1,731.3 to 3,525.8) and Redcar & Cleveland (846.8 to 2,564.3).

    Continue reading...", + "content": "

    Latest developments as Philippines reports record 26,458 cases and scientist says Omicron variant could become endemic in UK

    The north-east and north-west of England are seeing “concerning” rates of the Omicron variant, an expert has said.

    Figures showed that three of the five UK areas with the biggest week-on-week rises in Covid case rates are Middlesbrough (748.8 to 2,651.4), Copeland (1,731.3 to 3,525.8) and Redcar & Cleveland (846.8 to 2,564.3).

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/08/covid-live-government-in-uk-plans-for-one-in-four-teachers-to-be-off-record-26458-cases-in-philippines", + "creator": "Damien Gayle", + "pubDate": "2022-01-08T15:18:58Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284214,17 +288504,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1302ee6aded65dda04e811390dbeec87", + "hash": "678797d8958754fa378b792e3b2bb726", "highlights": [] }, { - "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": "Two teenagers charged over death of woman, 88, in east London fire", + "description": "

    Eighteen-year-old and 15-year-old to appear at Thames magistrates court after incident in October

    Two teenagers have been charged with manslaughter and arson after an 88-year-old woman was killed in a fire in east London.

    Metropolitan police officers were called to reports of a fire at a residential address in Queens Park Road, Romford, in October where Josephine Smith was pronounced dead at the scene.

    Continue reading...", + "content": "

    Eighteen-year-old and 15-year-old to appear at Thames magistrates court after incident in October

    Two teenagers have been charged with manslaughter and arson after an 88-year-old woman was killed in a fire in east London.

    Metropolitan police officers were called to reports of a fire at a residential address in Queens Park Road, Romford, in October where Josephine Smith was pronounced dead at the scene.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2022/jan/08/two-teenagers-charged-over-death-of-woman-88-in-east-london-fire", + "creator": "PA Media", + "pubDate": "2022-01-08T14:30:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284236,17 +288526,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3f8b7f27ecd5266889eef33f351fbc7", + "hash": "e9168728c8dbc7ab6ea8c8b023f81e01", "highlights": [] }, { - "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": "Novak Djokovic relied on December Covid infection for Australian vaccine exemption, court documents reveal", + "description": "

    Tennis star accuses Australian government officials of unfairly pressuring him to accept visa cancellation, documents show

    Novak Djokovic relied on a weeks-old Covid infection to justify his vaccine-free travel to Australia and was given a green light by the federal government just days before arriving in the country, court documents reveal.

    Court documents associated with Djokovic’s challenge to his visa cancellation were published by the federal circuit court late Saturday, ahead of an urgent hearing on Monday.

    Continue reading...", + "content": "

    Tennis star accuses Australian government officials of unfairly pressuring him to accept visa cancellation, documents show

    Novak Djokovic relied on a weeks-old Covid infection to justify his vaccine-free travel to Australia and was given a green light by the federal government just days before arriving in the country, court documents reveal.

    Court documents associated with Djokovic’s challenge to his visa cancellation were published by the federal circuit court late Saturday, ahead of an urgent hearing on Monday.

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/sport/2022/jan/08/novak-djokovic-relied-on-december-covid-infection-for-vaccine-exemption-court-documents-reveal", + "creator": "Christopher Knaus", + "pubDate": "2022-01-08T08:29:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284258,17 +288548,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "439604ca78aac1e9eb9ff211016affb5", + "hash": "89ee987db44329690113dbabebd75510", "highlights": [] }, { - "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": "At least 16 killed after office canteen explosion in China", + "description": "

    Rescue workers in Chongqing searched the debris into the night after Friday’s blast with one survivor in a critical condition

    A lunchtime explosion at an office canteen killed 16 people in southwest China and injured 10 others, authorities said.

    A gas leak is the suspected cause of the blast on Friday, the Chongqing city government said in an online statement.

    Continue reading...", + "content": "

    Rescue workers in Chongqing searched the debris into the night after Friday’s blast with one survivor in a critical condition

    A lunchtime explosion at an office canteen killed 16 people in southwest China and injured 10 others, authorities said.

    A gas leak is the suspected cause of the blast on Friday, the Chongqing city government said in an online statement.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2022/jan/08/at-least-16-killed-after-office-canteen-explosion-in-china", + "creator": "Associated Press", + "pubDate": "2022-01-08T05:20:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284280,17 +288570,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "003e5fb99ab6a4d64b216ed4f0b93d06", + "hash": "f608d19c488ae60fb4eef4c6219625b1", "highlights": [] }, { - "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": "Blind date: ‘Describe Tom in three words? Not Jack Grealish’", + "description": "

    Ellie, 27, charity worker, meets Tom, 27, auditor

    Ellie on Tom

    What were you hoping for?
    Flowing conversation, free food and to meet my future husband.

    Continue reading...", + "content": "

    Ellie, 27, charity worker, meets Tom, 27, auditor

    Ellie on Tom

    What were you hoping for?
    Flowing conversation, free food and to meet my future husband.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/08/blind-date-ellie-tom", + "creator": "", + "pubDate": "2022-01-08T06:00:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284302,17 +288592,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed47ebe7f6071046e4e568301fc32d66", + "hash": "5f0b1b2965db4f12ec28743aa5d841a0", "highlights": [] }, { - "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": "Violent clashes in Kazakhstan amid fuel protests – in pictures", + "description": "

    Fuel price rises have triggered protests in Almaty, the country’s commercial capital and largest city, and other cities

    Continue reading...", + "content": "

    Fuel price rises have triggered protests in Almaty, the country’s commercial capital and largest city, and other cities

    Continue reading...", + "category": "Kazakhstan", + "link": "https://www.theguardian.com/world/gallery/2022/jan/06/violent-clashes-in-kazakhstan-amid-fuel-protests-in-pictures", + "creator": "", + "pubDate": "2022-01-06T04:40:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284324,17 +288614,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5333786ddaa3066b77030916b9737cb2", + "hash": "3075c8db398e06dc3e865fe09349533c", "highlights": [] }, { - "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": "Strategy shift: Biden confronts Trump head on after year of silent treatment", + "description": "

    President strikes different tone in tacit admission that ignoring the most powerful force in the Republican party is risky

    In the first moments of his presidency, Joe Biden called on Americans to set aside their deep divisions inflamed by a predecessor he intentionally ignored. He emphasized national unity and appealed to Americans to come together to “end this uncivil war”.

    Nearly a year later, as a divided nation reflects on the first anniversary of the January 6 assault on the US Capitol, the uncivil war he sought to extinguish rages on, stronger than ever. In a searing speech on Thursday, Biden struck a different tone.

    Continue reading...", + "content": "

    President strikes different tone in tacit admission that ignoring the most powerful force in the Republican party is risky

    In the first moments of his presidency, Joe Biden called on Americans to set aside their deep divisions inflamed by a predecessor he intentionally ignored. He emphasized national unity and appealed to Americans to come together to “end this uncivil war”.

    Nearly a year later, as a divided nation reflects on the first anniversary of the January 6 assault on the US Capitol, the uncivil war he sought to extinguish rages on, stronger than ever. In a searing speech on Thursday, Biden struck a different tone.

    Continue reading...", + "category": "Joe Biden", + "link": "https://www.theguardian.com/us-news/2022/jan/08/joe-biden-donald-trump-president-strategy", + "creator": "Lauren Gambino in Washington", + "pubDate": "2022-01-08T11:00:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284346,17 +288636,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9d1f64cadede4c1dfcf6b838075c495", + "hash": "bbb2302d131c4836f44c68949dc43097", "highlights": [] }, { - "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...", + "title": "Covid live: ‘concerning’ rates of Omicron in northern England; two linked to Australian Open leave country", + "description": "

    Latest developments as Philippines reports record 26,458 cases and scientist says Omicron variant could become endemic in UK

    The north-east and north-west of England are seeing “concerning” rates of the Omicron variant, an expert has said.

    Figures showed that three of the five UK areas with the biggest week-on-week rises in Covid case rates are Middlesbrough (748.8 to 2,651.4), Copeland (1,731.3 to 3,525.8) and Redcar & Cleveland (846.8 to 2,564.3).

    Continue reading...", + "content": "

    Latest developments as Philippines reports record 26,458 cases and scientist says Omicron variant could become endemic in UK

    The north-east and north-west of England are seeing “concerning” rates of the Omicron variant, an expert has said.

    Figures showed that three of the five UK areas with the biggest week-on-week rises in Covid case rates are Middlesbrough (748.8 to 2,651.4), Copeland (1,731.3 to 3,525.8) and Redcar & Cleveland (846.8 to 2,564.3).

    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", + "link": "https://www.theguardian.com/world/live/2022/jan/08/covid-live-government-in-uk-plans-for-one-in-four-teachers-to-be-off-record-26458-cases-in-philippines", + "creator": "Damien Gayle", + "pubDate": "2022-01-08T13:34:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284368,17 +288658,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ae7c31fbd2de9ff09b99007a0a2663b", + "hash": "080cf896765732f0b22bcbc6e719542a", "highlights": [] }, { - "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": "‘Weakness and surrender’: Ted Cruz seeks to move on from Tucker Carlson mauling", + "description": "

    The Republican senator was widely mocked after being forced to walk back his description of 5 January as a ‘violent terrorist attack’

    Ted Cruz used Twitter on Friday to accuse Joe Biden of signaling “weakness and surrender to Putin” over Ukraine – but the Texas senator could not escape a crisis of his own, stoked by widespread accusations of weakness and surrender in the face of the Fox News host Tucker Carlson, over remarks about the deadly Capitol attack.

    On Wednesday, a day before the first anniversary of the attack by supporters of Donald Trump attempting to overturn the election, Cruz described “a violent terrorist attack on the Capitol, where we saw the men and women of law enforcement demonstrate incredible courage”.

    Continue reading...", + "content": "

    The Republican senator was widely mocked after being forced to walk back his description of 5 January as a ‘violent terrorist attack’

    Ted Cruz used Twitter on Friday to accuse Joe Biden of signaling “weakness and surrender to Putin” over Ukraine – but the Texas senator could not escape a crisis of his own, stoked by widespread accusations of weakness and surrender in the face of the Fox News host Tucker Carlson, over remarks about the deadly Capitol attack.

    On Wednesday, a day before the first anniversary of the attack by supporters of Donald Trump attempting to overturn the election, Cruz described “a violent terrorist attack on the Capitol, where we saw the men and women of law enforcement demonstrate incredible courage”.

    Continue reading...", + "category": "Ted Cruz", + "link": "https://www.theguardian.com/us-news/2022/jan/08/ted-cruz-capitol-attack-tucker-carlson-interview", + "creator": "Martin Pengelly in New York", + "pubDate": "2022-01-08T14:13:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284390,17 +288680,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "299f170d57bfbae26525871ff18157fc", + "hash": "fbdf35bb3ecca50badbd62942008880e", "highlights": [] }, { - "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": "Marie Kondo: ‘My greatest achievement? Organising the world’", + "description": "

    The decluttering queen on Japanese comfort food, learning to take breaks and her love for a black bear

    Born in Tokyo, Marie Kondo, 37, was 19 and studying sociology at Tokyo Woman’s Christian University when she launched a consulting business to help people declutter and organise their homes. In 2014, she published her first book, The Life-Changing Magic of Tidying Up; it has been translated into 44 languages and sold more than 13m copies worldwide. She was named one of Time magazine’s 100 most influential people in 2015 and has a hit Netflix show, Tidying Up with Marie Kondo. Her latest book is Joy at Work: Organising Your Professional Life. She is married with three children and lives in Los Angeles.

    What is your earliest memory?
    Welcoming my younger sister into the family, around the age of three.

    Continue reading...", + "content": "

    The decluttering queen on Japanese comfort food, learning to take breaks and her love for a black bear

    Born in Tokyo, Marie Kondo, 37, was 19 and studying sociology at Tokyo Woman’s Christian University when she launched a consulting business to help people declutter and organise their homes. In 2014, she published her first book, The Life-Changing Magic of Tidying Up; it has been translated into 44 languages and sold more than 13m copies worldwide. She was named one of Time magazine’s 100 most influential people in 2015 and has a hit Netflix show, Tidying Up with Marie Kondo. Her latest book is Joy at Work: Organising Your Professional Life. She is married with three children and lives in Los Angeles.

    What is your earliest memory?
    Welcoming my younger sister into the family, around the age of three.

    Continue reading...", + "category": "Marie Kondo", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/08/marie-kondo-owe-my-parents-items-i-threw-out", + "creator": "Rosanna Greenstreet", + "pubDate": "2022-01-08T09:30:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284412,17 +288702,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "376d87b8e06746636c158e9e92c248e8", + "hash": "c764910988165759db6b06a397ec156e", "highlights": [] }, { - "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": "ERG out, CRG in: the Tory factions Boris Johnson is struggling to appease", + "description": "

    PM relied on party factions to get into No 10, but amid Covid and climate crisis is finding them difficult to contain

    Conservative factions are nothing new, as Theresa May learned to her cost with Brexit and Boris Johnson saw in a mass rebellion on Covid rules. But Johnson is facing significant pressure from well over 100 of his MPs to change course on a number of fronts including green policies.

    Conservative backbenchers say an ever-growing number of factions – most with their own acronym, and with significant crossover when it comes to their members – hold sway within the party, a process helped by WhatsApp-based organising and a perception the prime minister’s authority has eroded.

    Continue reading...", + "content": "

    PM relied on party factions to get into No 10, but amid Covid and climate crisis is finding them difficult to contain

    Conservative factions are nothing new, as Theresa May learned to her cost with Brexit and Boris Johnson saw in a mass rebellion on Covid rules. But Johnson is facing significant pressure from well over 100 of his MPs to change course on a number of fronts including green policies.

    Conservative backbenchers say an ever-growing number of factions – most with their own acronym, and with significant crossover when it comes to their members – hold sway within the party, a process helped by WhatsApp-based organising and a perception the prime minister’s authority has eroded.

    Continue reading...", + "category": "Conservatives", + "link": "https://www.theguardian.com/politics/2022/jan/08/erg-out-crg-tory-factions-boris-johnson-struggling-appease", + "creator": "Peter Walker Political correspondent", + "pubDate": "2022-01-08T07:00:45Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284434,17 +288724,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d16e2a91e433af1e9e4b193e2e0dbe6", + "hash": "6837cd137d7a86636300b0f43d2eddaa", "highlights": [] }, { - "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": "Snow and record rain fuel flooding threat in US Pacific north-west", + "description": "

    At least one person was missing, presumed dead as snow turned to rain and deluged the Pacific north-west on Friday, causing flooding, landslides and avalanche danger in the mountains.

    A 72-year-old man never returned after leaving his residence to move his car to higher ground on Friday in Cosmopolis, Washington, according to Grays Harbor Undersheriff Brad Johansson. The man’s residence was on a road that was flooded and authorities fear his vehicle was swept into floodwaters down a steep bank next to his driveway, Johansson said.

    Continue reading...", + "content": "

    At least one person was missing, presumed dead as snow turned to rain and deluged the Pacific north-west on Friday, causing flooding, landslides and avalanche danger in the mountains.

    A 72-year-old man never returned after leaving his residence to move his car to higher ground on Friday in Cosmopolis, Washington, according to Grays Harbor Undersheriff Brad Johansson. The man’s residence was on a road that was flooded and authorities fear his vehicle was swept into floodwaters down a steep bank next to his driveway, Johansson said.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2022/jan/08/pacific-north-west-snow-rain-flooding-landslides-avalanche-washington-oregon", + "creator": "Associated Press in Seattle", + "pubDate": "2022-01-08T12:47:22Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284456,17 +288746,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb6b3e6d29b902fad0fe75c7d9fadece", + "hash": "432ce313eca3970eb480b350a00bae2d", "highlights": [] }, { - "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": "Covid live: ‘concerning’ rates of Omicron in northern England; two people linked to Australian Open leave country", + "description": "

    Latest developments as Philippines reports record 26,458 cases and scientist says Omicron variant could become endemic in UK

    The north-east and north-west of England are seeing “concerning” rates of the Omicron variant, an expert has said.

    Figures showed that three of the five UK areas with the biggest week-on-week rises in Covid case rates are Middlesbrough (748.8 to 2,651.4), Copeland (1,731.3 to 3,525.8) and Redcar & Cleveland (846.8 to 2,564.3).

    Continue reading...", + "content": "

    Latest developments as Philippines reports record 26,458 cases and scientist says Omicron variant could become endemic in UK

    The north-east and north-west of England are seeing “concerning” rates of the Omicron variant, an expert has said.

    Figures showed that three of the five UK areas with the biggest week-on-week rises in Covid case rates are Middlesbrough (748.8 to 2,651.4), Copeland (1,731.3 to 3,525.8) and Redcar & Cleveland (846.8 to 2,564.3).

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/08/covid-live-government-in-uk-plans-for-one-in-four-teachers-to-be-off-record-26458-cases-in-philippines", + "creator": "Damien Gayle", + "pubDate": "2022-01-08T13:34:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284478,17 +288768,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "04bea0f5cff37c690e912dc6d132384d", + "hash": "0ed33664bfe4fa11709ab2fd9b2bd6b2", "highlights": [] }, { - "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": "UK military chief warns of Russian threat to vital undersea cables", + "description": "

    Adm Tony Radakin says any attempt by submarines at damage would be treated as ‘act of war’

    The head of the UK’s armed forces has warned that Russian submarine activity is threatening underwater cables that are crucial to communication systems around the world.

    Adm Tony Radakin said undersea cables that transmit internet data are “the world’s real information system”, and added that any attempt to damage them could be considered an “act of war”.

    Continue reading...", + "content": "

    Adm Tony Radakin says any attempt by submarines at damage would be treated as ‘act of war’

    The head of the UK’s armed forces has warned that Russian submarine activity is threatening underwater cables that are crucial to communication systems around the world.

    Adm Tony Radakin said undersea cables that transmit internet data are “the world’s real information system”, and added that any attempt to damage them could be considered an “act of war”.

    Continue reading...", + "category": "Military", + "link": "https://www.theguardian.com/uk-news/2022/jan/08/uk-military-chief-warns-of-russian-threat-to-vital-undersea-cables", + "creator": "PA Media", + "pubDate": "2022-01-08T09:59:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284500,17 +288790,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "348179f605493faa5ff3a2b303401fbb", + "hash": "77a5a36d54fc98b63568867d38301d25", "highlights": [] }, { - "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": "Covid live: ‘concerning’ rates of Omicron in northern England; Romania tightens restrictions after rise in cases", + "description": "

    Latest developments as Philippines reports record 26,458 cases and scientist says Omicron variant could become endemic in UK

    The north-east and north-west of England are seeing “concerning” rates of the Omicron variant, an expert has said.

    Figures showed that three of the five UK areas with the biggest week-on-week rises in Covid case rates are Middlesbrough (748.8 to 2,651.4), Copeland (1,731.3 to 3,525.8) and Redcar & Cleveland (846.8 to 2,564.3).

    Continue reading...", + "content": "

    Latest developments as Philippines reports record 26,458 cases and scientist says Omicron variant could become endemic in UK

    The north-east and north-west of England are seeing “concerning” rates of the Omicron variant, an expert has said.

    Figures showed that three of the five UK areas with the biggest week-on-week rises in Covid case rates are Middlesbrough (748.8 to 2,651.4), Copeland (1,731.3 to 3,525.8) and Redcar & Cleveland (846.8 to 2,564.3).

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/08/covid-live-government-in-uk-plans-for-one-in-four-teachers-to-be-off-record-26458-cases-in-philippines", + "creator": "Damien Gayle", + "pubDate": "2022-01-08T11:25:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284522,17 +288812,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "48785500dd35a930a9874eae1131c079", + "hash": "3dea6aec1baf925ac90b4f54890a241e", "highlights": [] }, { - "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": "Sidney Poitier’s defiance, grace and style changed me – and shaped my life as an actor | David Harewood", + "description": "

    His roles in films like To Sir with Love mirrored my own experiences, and made me rethink what was possible

    As a young kid, there really weren’t many black figures to aspire to, to mould yourself to. I was always glued to the telly and one night my dad put on this film, In the Heat of the Night. I will always remember the moment when Sidney Poitier came on screen as Virgil Tibbs. Seeing any black person on TV was extraordinary, but seeing someone with such ability, such grace, such style, changed me.

    I knew how bad racism was in the US at that time, and watching that film I feared for this black character in that world. But there’s a moment where an older white gentleman, Endicott, slaps Tibbs, and he immediately slaps him back in the face. There was an audible gasp in our living room, quickly followed by cheers. It was a thing we’d never seen before – he was standing up, he was strong, and he wasn’t taking any shit.

    David Harewood is an actor

    Continue reading...", + "content": "

    His roles in films like To Sir with Love mirrored my own experiences, and made me rethink what was possible

    As a young kid, there really weren’t many black figures to aspire to, to mould yourself to. I was always glued to the telly and one night my dad put on this film, In the Heat of the Night. I will always remember the moment when Sidney Poitier came on screen as Virgil Tibbs. Seeing any black person on TV was extraordinary, but seeing someone with such ability, such grace, such style, changed me.

    I knew how bad racism was in the US at that time, and watching that film I feared for this black character in that world. But there’s a moment where an older white gentleman, Endicott, slaps Tibbs, and he immediately slaps him back in the face. There was an audible gasp in our living room, quickly followed by cheers. It was a thing we’d never seen before – he was standing up, he was strong, and he wasn’t taking any shit.

    David Harewood is an actor

    Continue reading...", + "category": "Sidney Poitier", + "link": "https://www.theguardian.com/commentisfree/2022/jan/07/sidney-poitiers-grace-and-style-shaped-my-life-david-harewood", + "creator": "David Harewood", + "pubDate": "2022-01-07T17:47:53Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284544,17 +288834,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba58e05397b3bb03a78bcf4dd1b24e2d", + "hash": "34be6aefc3a9269c5eb0678862913eae", "highlights": [] }, { - "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", + "title": "Always wanted to write? Booker winner George Saunders on how to get started", + "description": "

    The Booker winner discusses work, wisdom and the drive to teach, plus seven key tips on how to write well

    While George Saunders was writing his latest book, A Swim in a Pond in the Rain, he noticed something strange. The book examines seven Russian short stories, which Saunders has taught on the creative writing course at Syracuse University, New York, for 20 years. Many writers teach, and many have a difficult relationship with teaching, but Saunders long ago “decided to not let it be like that”. He sliced his weeks into three days of teaching, four of writing, a clear division of roles. But when he started the Russian book, however, his two lives merged.

    He adopted his “teaching stance” while he wrote, and was amazed by “how much fun” he had. “There’s a different sensibility when I walk into a classroom,” he says. The outward appearance is the same – “sloppy balding hippy” – but “I’m a slightly nicer and less egotistical person”. With this slightly nicer, less egotistical person at the keyboard, interesting things began to happen, and his fiction-writing self “got a real boost”.

    Continue reading...", + "content": "

    The Booker winner discusses work, wisdom and the drive to teach, plus seven key tips on how to write well

    While George Saunders was writing his latest book, A Swim in a Pond in the Rain, he noticed something strange. The book examines seven Russian short stories, which Saunders has taught on the creative writing course at Syracuse University, New York, for 20 years. Many writers teach, and many have a difficult relationship with teaching, but Saunders long ago “decided to not let it be like that”. He sliced his weeks into three days of teaching, four of writing, a clear division of roles. But when he started the Russian book, however, his two lives merged.

    He adopted his “teaching stance” while he wrote, and was amazed by “how much fun” he had. “There’s a different sensibility when I walk into a classroom,” he says. The outward appearance is the same – “sloppy balding hippy” – but “I’m a slightly nicer and less egotistical person”. With this slightly nicer, less egotistical person at the keyboard, interesting things began to happen, and his fiction-writing self “got a real boost”.

    Continue reading...", + "category": "Books", + "link": "https://www.theguardian.com/books/2022/jan/08/always-wanted-to-write-booker-winner-george-saunders-on-how-to-get-started", + "creator": "Paula Cocozza", + "pubDate": "2022-01-08T09:00:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284566,17 +288856,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a34f43b72d2d51854cff13847912c665", + "hash": "01a87099b17dab10f16339bd24aa3704", "highlights": [] }, { - "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": "Tim Dowling: it’s our 30th wedding anniversary soon – but first a dance with the dustbins", + "description": "

    I’ve had hundreds of chances to become a better husband over the years – and I’ve seized none of them

    I am sitting at the kitchen table. My wife is standing at the sink with her back to me, washing something up while telling me about all the upcoming social obligations she has managed to extract us from.

    “Is it a good idea,” I ask, “us never going anywhere again?”

    Continue reading...", + "content": "

    I’ve had hundreds of chances to become a better husband over the years – and I’ve seized none of them

    I am sitting at the kitchen table. My wife is standing at the sink with her back to me, washing something up while telling me about all the upcoming social obligations she has managed to extract us from.

    “Is it a good idea,” I ask, “us never going anywhere again?”

    Continue reading...", + "category": "Family", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/08/tim-dowling-30th-wedding-anniversary-soon-but-first-a-dance-with-the-bins", + "creator": "Tim Dowling", + "pubDate": "2022-01-08T06:00:45Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284588,17 +288878,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "61a75fade71b8731d3d13c623fe6c9fd", + "hash": "8d517f258a18d12f97a958325ce1f5cb", "highlights": [] }, { - "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": "Harry Reid: Biden, Pelosi, Schumer and Obama to attend Nevada memorial", + "description": "

    The life of the former Senate majority leader Harry Reid will be celebrated by two presidents and other Democratic leaders in Las Vegas on Saturday.

    President Joe Biden, the House speaker, Nancy Pelosi, and Senate majority leader, Chuck Schumer, are scheduled to speak on Saturday at an invitation-only memorial for the longtime Senate leader who died on 28 December at home in Henderson, Nevada, at 82 and of complications from pancreatic cancer.

    Continue reading...", + "content": "

    The life of the former Senate majority leader Harry Reid will be celebrated by two presidents and other Democratic leaders in Las Vegas on Saturday.

    President Joe Biden, the House speaker, Nancy Pelosi, and Senate majority leader, Chuck Schumer, are scheduled to speak on Saturday at an invitation-only memorial for the longtime Senate leader who died on 28 December at home in Henderson, Nevada, at 82 and of complications from pancreatic cancer.

    Continue reading...", + "category": "US Senate", + "link": "https://www.theguardian.com/us-news/2022/jan/08/harry-reid-biden-pelosi-schumer-obama-nevada-memorial-carole-king-brandon-flowers", + "creator": "Associated Press in Las Vegas", + "pubDate": "2022-01-08T12:29:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284610,17 +288900,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef141dd24d52f94a401bdb5241e30c7d", + "hash": "30357ed2f132295b03368fca09bdf0f2", "highlights": [] }, { - "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": "New Zealand’s successful Covid policies hid inequality – the government can’t ignore it this year | Morgan Godfery", + "description": "

    In 2022 Jacinda Ardern must act on runaway house prices while the central bank should grab inflation by the neck

    March 2020 seems like an age ago. And also like it was yesterday. The month begun more or less like any other March in New Zealand. The weather was typically warm and dry, most people were back in the office or on site, and parliament was sitting after its generous summer recess. In most respects you could mistake March 2020 for March 2019. Except, on 4 March, the country recorded its second coronavirus case after a woman returning from northern Italy, where this strange virus had taken hold, presented with the infection at the border. The number of infections increased again and again as the month unfolded with 647 come 1 April.

    In the early days of March, government advisers and prime minister Jacinda Ardern were aiming, like the rest of the world, for either “herd immunity” or “flattening the curve”. But when the government’s chief science adviser presented advice on precisely what this meant for the health system – a quick collapse, essentially – Ardern went for the approach her advisers at the universities of Otago and Auckland were advocating: elimination. On 25 March the prime minister made her way to parliament’s debating chamber and in a historic speech announced a national state of emergency and a move to an alert level 4 lockdown. The speech helped generate unprecedented national solidarity.

    Continue reading...", + "content": "

    In 2022 Jacinda Ardern must act on runaway house prices while the central bank should grab inflation by the neck

    March 2020 seems like an age ago. And also like it was yesterday. The month begun more or less like any other March in New Zealand. The weather was typically warm and dry, most people were back in the office or on site, and parliament was sitting after its generous summer recess. In most respects you could mistake March 2020 for March 2019. Except, on 4 March, the country recorded its second coronavirus case after a woman returning from northern Italy, where this strange virus had taken hold, presented with the infection at the border. The number of infections increased again and again as the month unfolded with 647 come 1 April.

    In the early days of March, government advisers and prime minister Jacinda Ardern were aiming, like the rest of the world, for either “herd immunity” or “flattening the curve”. But when the government’s chief science adviser presented advice on precisely what this meant for the health system – a quick collapse, essentially – Ardern went for the approach her advisers at the universities of Otago and Auckland were advocating: elimination. On 25 March the prime minister made her way to parliament’s debating chamber and in a historic speech announced a national state of emergency and a move to an alert level 4 lockdown. The speech helped generate unprecedented national solidarity.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/commentisfree/2022/jan/07/new-zealands-successful-covid-policies-hid-inequality-the-government-cant-ignore-it-this-year", + "creator": "Morgan Godfery", + "pubDate": "2022-01-07T05:30:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284632,17 +288922,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "612900ae12333541bb03509d80338f2c", + "hash": "cb72baaf1e858a64f5d10e2dfbd88986", "highlights": [] }, { - "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": "At least 16 dead as heavy snow traps vehicles in Pakistan resort", + "description": "

    Thousands affected at popular destination of Murree with eight of those killed from same family

    At least 16 people have died after heavy snow trapped them in their vehicles as tens of thousands of visitors thronged Pakistan’s hill town of Murree, officials have said.

    Atiq Ahmed, an Islamabad police officer said eight of the 16 fatalities were from the family of fellow Islamabad police officer Naveed Iqbal, who also died. All 16 died of hypothermia, officials said.

    Continue reading...", + "content": "

    Thousands affected at popular destination of Murree with eight of those killed from same family

    At least 16 people have died after heavy snow trapped them in their vehicles as tens of thousands of visitors thronged Pakistan’s hill town of Murree, officials have said.

    Atiq Ahmed, an Islamabad police officer said eight of the 16 fatalities were from the family of fellow Islamabad police officer Naveed Iqbal, who also died. All 16 died of hypothermia, officials said.

    Continue reading...", + "category": "Pakistan", + "link": "https://www.theguardian.com/world/2022/jan/08/heavy-snow-traps-vehicles-pakistan-resort-murree", + "creator": "Agencies in Islamabad", + "pubDate": "2022-01-08T10:24:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284654,17 +288944,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "564642cdf5a339b7864afc402888aa39", + "hash": "d911c076ddb5da5462e318d8e89c38ed", "highlights": [] }, { - "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": "Cambodian PM Hun Sen’s visit with Myanmar military chief sparks protests", + "description": "

    Critics fear Hun Sen’s meeting with military ruler Min Aung Hlaing gives legitimacy to the ruling junta

    Cambodian prime minister Hun Sen has met Myanmar’s military ruler Min Aung Hlaing, amid criticism of the first visit by a head of government since the army seized power from an elected government last year.

    Hun Sen was greeted by an honour guard and red carpet when he arrived on Friday, just as protests by coup opponents broke out in other parts of the country over fears his trip will provide more legitimacy to the ruling junta.

    Continue reading...", + "content": "

    Critics fear Hun Sen’s meeting with military ruler Min Aung Hlaing gives legitimacy to the ruling junta

    Cambodian prime minister Hun Sen has met Myanmar’s military ruler Min Aung Hlaing, amid criticism of the first visit by a head of government since the army seized power from an elected government last year.

    Hun Sen was greeted by an honour guard and red carpet when he arrived on Friday, just as protests by coup opponents broke out in other parts of the country over fears his trip will provide more legitimacy to the ruling junta.

    Continue reading...", + "category": "Myanmar", + "link": "https://www.theguardian.com/world/2022/jan/08/cambodian-pm-hun-sens-visit-with-myanmar-military-chief-sparks-protests", + "creator": "Reuters", + "pubDate": "2022-01-08T04:00:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284676,17 +288966,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "93f28d659fa2f3317ceb1cb84c6dc9dd", + "hash": "568a85cb457e8118c5da8c9b0c1542ee", "highlights": [] }, { - "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": "Covid live: UK government plans for ‘one in four’ teachers to be off; record 26,458 cases in Philippines", + "description": "

    Latest developments as teaching union boss warns of mixed picture for schools

    Video of an NHS doctor challenging the UK health secretary over vaccine mandates for healthcare workers has gone viral on social media.

    The scene, which was caught by Sky News cameras, was first broadcast on Friday after Javid visited Kings College Hospital in south London.

    Continue reading...", + "content": "

    Latest developments as teaching union boss warns of mixed picture for schools

    Video of an NHS doctor challenging the UK health secretary over vaccine mandates for healthcare workers has gone viral on social media.

    The scene, which was caught by Sky News cameras, was first broadcast on Friday after Javid visited Kings College Hospital in south London.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/08/covid-live-government-in-uk-plans-for-one-in-four-teachers-to-be-off-record-26458-cases-in-philippines", + "creator": "Damien Gayle", + "pubDate": "2022-01-08T09:19:11Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284698,17 +288988,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "58ef7341f1148f58d5a8096c96341532", + "hash": "a2476fc8b6ce3c2d48f3ddcb0af8d358", "highlights": [] }, { - "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": "‘We can’t ignore reality’: Colorado fires highlight urgency of US climate legislation", + "description": "

    Build Back Better bill hangs in balance as Biden takes his sixth tour of a climate disaster since taking office

    Joe Biden ended his tour of neighborhoods devastated by Colorado’s most destructive blaze by emphasizing the link between America’s escalating wildfires and the global climate crisis, saying that the US can “no longer ignore the reality” of weather conditions that have “supercharged” blazes.

    Biden’s trip to Boulder county on Friday marked his sixth climate disaster tour since taking office a year ago, underscoring the growing threat of global heating in the US and the need for radical action to cut greenhouse gas emissions.

    Continue reading...", + "content": "

    Build Back Better bill hangs in balance as Biden takes his sixth tour of a climate disaster since taking office

    Joe Biden ended his tour of neighborhoods devastated by Colorado’s most destructive blaze by emphasizing the link between America’s escalating wildfires and the global climate crisis, saying that the US can “no longer ignore the reality” of weather conditions that have “supercharged” blazes.

    Biden’s trip to Boulder county on Friday marked his sixth climate disaster tour since taking office a year ago, underscoring the growing threat of global heating in the US and the need for radical action to cut greenhouse gas emissions.

    Continue reading...", + "category": "Climate crisis", + "link": "https://www.theguardian.com/environment/2022/jan/07/climate-change-colorado-wildfires-joe-biden-build-back-better", + "creator": "Nina Lakhani Climate justice reporter", + "pubDate": "2022-01-08T03:03:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284720,17 +289010,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e1519f6ed32c8dec6f695b26c1240e9", + "hash": "8bbb0d44d08f17b25e1dbb22130730f7", "highlights": [] }, { - "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": "I had death threats and my tires slashed for my reporting. Many journalists in the Pacific face huge dangers | Joyce McClure", + "description": "

    Freedom of the press might be included in some constitutions of Pacific countries, but it often only works in theory

    I spent five years as the lone journalist on the remote Pacific island of Yap. During that time I was harassed, spat at, threatened with assassination and warned that I was being followed. The tyres on my car were slashed late one night.

    There was also pressure on the political level. The chiefs of the traditional Council of Pilung (COP) asked the state legislature to throw me out of the country as a “persona non grata” claiming that my journalism “may be disruptive to the state environment and/or to the safety and security of the state”.

    Continue reading...", + "content": "

    Freedom of the press might be included in some constitutions of Pacific countries, but it often only works in theory

    I spent five years as the lone journalist on the remote Pacific island of Yap. During that time I was harassed, spat at, threatened with assassination and warned that I was being followed. The tyres on my car were slashed late one night.

    There was also pressure on the political level. The chiefs of the traditional Council of Pilung (COP) asked the state legislature to throw me out of the country as a “persona non grata” claiming that my journalism “may be disruptive to the state environment and/or to the safety and security of the state”.

    Continue reading...", + "category": "Press freedom", + "link": "https://www.theguardian.com/world/commentisfree/2022/jan/07/i-had-death-threats-for-my-reporting-many-journalists-in-the-pacific-face-huge-dangers", + "creator": "Joyce McClure", + "pubDate": "2022-01-07T00:20:22Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284742,17 +289032,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7c649bba749da4ccd15d45195846963", + "hash": "74cba4043aa2b0dd8a0b91309300a3f3", "highlights": [] }, { - "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": "German killer who had ‘cannibalism fantasies’ jailed for life", + "description": "

    Stefan R murdered man he had met on dating portal, cut up his body and left parts around Berlin

    A Berlin teacher has been convicted of murder and sentenced to life in prison for the killing of another man that the judge said was carried out as part of “cannibalism fantasies”.

    The 42-year-old, identified only as Stefan R, in keeping with German privacy rules, was also convicted of disturbing the peace of the dead after a trial that opened in August.

    Continue reading...", + "content": "

    Stefan R murdered man he had met on dating portal, cut up his body and left parts around Berlin

    A Berlin teacher has been convicted of murder and sentenced to life in prison for the killing of another man that the judge said was carried out as part of “cannibalism fantasies”.

    The 42-year-old, identified only as Stefan R, in keeping with German privacy rules, was also convicted of disturbing the peace of the dead after a trial that opened in August.

    Continue reading...", + "category": "Germany", + "link": "https://www.theguardian.com/world/2022/jan/07/german-killer-who-had-cannibalism-fantasies-jailed-for-life", + "creator": "Associated Press in Berlin", + "pubDate": "2022-01-07T19:26:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284764,17 +289054,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "69963e0617b92155a5a9de23b797ae6d", + "hash": "a10a6038239597fdbf8370bca1fd2da9", "highlights": [] }, { - "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": "Flying to the rescue: Scottish mountain teams are turning to drones", + "description": "

    Drones are helping in searches across tricky terrain and their role could grow as technology improves

    Scotland’s mountain rescue teams have begun using sophisticated drones to search for injured and missing climbers lost in often dangerous and isolated terrain across the Highlands.

    The drones, weighing just under a kilo, can be fitted with torches, heat-detecting cameras, loudspeakers and even radio handsets, enabling rescuers to search inaccessible gullies and remote areas more quickly and safely than before.

    Continue reading...", + "content": "

    Drones are helping in searches across tricky terrain and their role could grow as technology improves

    Scotland’s mountain rescue teams have begun using sophisticated drones to search for injured and missing climbers lost in often dangerous and isolated terrain across the Highlands.

    The drones, weighing just under a kilo, can be fitted with torches, heat-detecting cameras, loudspeakers and even radio handsets, enabling rescuers to search inaccessible gullies and remote areas more quickly and safely than before.

    Continue reading...", + "category": "Scotland", + "link": "https://www.theguardian.com/uk-news/2022/jan/08/flying-to-the-rescue-scottish-mountain-teams-are-turning-to-drones", + "creator": "Severin Carrell Scotland editor", + "pubDate": "2022-01-08T08:00:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284786,17 +289076,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8df04c225eec3927516eb9d3bbd2b6a", + "hash": "9bcde25ff3a30c5dd75ada9a9b9a4dc7", "highlights": [] }, { - "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": "‘Unmatched’: contents of 70s French power couple’s final bolthole up for auction", + "description": "

    Sotheby’s to sell designs and artwork of François Catroux, decorator to the stars, and his wife, Betty, muse to Yves Saint Laurent

    In 1970s Paris, Betty Catroux and her husband, François, were the glittering couple at the heart of French high society and what used to be known as the international jet set.

    She was the androgynous model and darling of the French designer Yves Saint Laurent, he the self-taught interior decorator who transformed the mansions, grand apartments and chateaux of the super-rich or royal, among them the Rothschilds, Diane von Furstenberg and, later, Roman Abramovich.

    Continue reading...", + "content": "

    Sotheby’s to sell designs and artwork of François Catroux, decorator to the stars, and his wife, Betty, muse to Yves Saint Laurent

    In 1970s Paris, Betty Catroux and her husband, François, were the glittering couple at the heart of French high society and what used to be known as the international jet set.

    She was the androgynous model and darling of the French designer Yves Saint Laurent, he the self-taught interior decorator who transformed the mansions, grand apartments and chateaux of the super-rich or royal, among them the Rothschilds, Diane von Furstenberg and, later, Roman Abramovich.

    Continue reading...", + "category": "Interiors", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/07/contents-of-70s-french-power-couple-final-bolthole-up-for-auction-betty-francois-catroux", + "creator": "Kim Willsher in Paris", + "pubDate": "2022-01-07T11:30:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284808,17 +289098,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6d9d83e51f34e1c2de2e616c3a2f748", + "hash": "32e674082d3eeec7bd9fcc59a7a8d5d3", "highlights": [] }, { - "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": "‘Drastic’ rise in high Arctic lightning has scientists worried", + "description": "

    The region’s air typically doesn’t suit strikes – so they have become an important climate crisis indicator

    The high Arctic saw a dramatic rise in lightning in 2021 in what could be one of the most spectacular manifestations of the climate crisis.

    In a region where sightings were once rare, the Earth’s northernmost region saw 7,278 lightning strikes in 2021 – nearly double as many as the previous nine years combined.

    Continue reading...", + "content": "

    The region’s air typically doesn’t suit strikes – so they have become an important climate crisis indicator

    The high Arctic saw a dramatic rise in lightning in 2021 in what could be one of the most spectacular manifestations of the climate crisis.

    In a region where sightings were once rare, the Earth’s northernmost region saw 7,278 lightning strikes in 2021 – nearly double as many as the previous nine years combined.

    Continue reading...", + "category": "Climate crisis", + "link": "https://www.theguardian.com/environment/2022/jan/07/lightning-high-arctic-rise-scientists-worried", + "creator": "Léonie Chao-Fong", + "pubDate": "2022-01-07T17:53:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284830,17 +289120,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c77b480ec95322ab5e8be36d87361af", + "hash": "98d28dfc7d663b90481b39bcc107cdaf", "highlights": [] }, { - "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...", + "title": "The rise of lateral flow tests: are these ‘heroes’ of the pandemic here to stay?", + "description": "

    After missteps and controversy, the quick and easy tests are well on way to becoming part of daily life

    Once obscure diagnostic devices, lateral flow tests have had a rocky path to mainstream use, but some experts now view their rise to ubiquity as a “heroic” step in the fight against Covid-19 and say they could be here to stay.

    As the first wave of Covid crashed down in early 2020 and governments scrambled to secure PPE, ventilators and reagents for laboratory testing, behind the scenes some had already foreseen a role for the pregnancy test-style kits.

    Continue reading...", + "content": "

    After missteps and controversy, the quick and easy tests are well on way to becoming part of daily life

    Once obscure diagnostic devices, lateral flow tests have had a rocky path to mainstream use, but some experts now view their rise to ubiquity as a “heroic” step in the fight against Covid-19 and say they could be here to stay.

    As the first wave of Covid crashed down in early 2020 and governments scrambled to secure PPE, ventilators and reagents for laboratory testing, behind the scenes some had already foreseen a role for the pregnancy test-style kits.

    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", + "link": "https://www.theguardian.com/world/2022/jan/07/the-rise-of-lateral-flow-tests-are-these-heroes-of-the-pandemic-here-to-stay", + "creator": "Hannah Devlin Science correspondent", + "pubDate": "2022-01-07T17:03:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284852,17 +289142,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "805672739ec98b6e8be678e0d2f3354b", + "hash": "b888372fc088fc6402f69a3c4d577071", "highlights": [] }, { - "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": "Japan attempts to stem surge in Covid cases linked to US military bases", + "description": "

    Limits on restaurant opening times imposed in Okinawa and parts of Hiroshima and Yamaguchi

    Japan is to introduce limits on bar and restaurant opening times in three areas in an attempt to stem a surge in coronavirus cases that has been linked to US military bases.

    The measures – officially described as a quasi-state of emergency – will go into effect from Sunday until the end of the month in Okinawa, home to more than half of the US service personnel based in Japan, and parts of the western prefectures of Hiroshima and Yamaguchi, which also host American troops.

    Continue reading...", + "content": "

    Limits on restaurant opening times imposed in Okinawa and parts of Hiroshima and Yamaguchi

    Japan is to introduce limits on bar and restaurant opening times in three areas in an attempt to stem a surge in coronavirus cases that has been linked to US military bases.

    The measures – officially described as a quasi-state of emergency – will go into effect from Sunday until the end of the month in Okinawa, home to more than half of the US service personnel based in Japan, and parts of the western prefectures of Hiroshima and Yamaguchi, which also host American troops.

    Continue reading...", + "category": "Japan", + "link": "https://www.theguardian.com/world/2022/jan/07/japan-surge-covid-cases-us-military-bases-okinawa", + "creator": "Justin McCurry in Tokyo and agencies", + "pubDate": "2022-01-07T16:09:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284874,17 +289164,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d3f3d50de3d0f448b1a2786c53cff7a", + "hash": "e1bb0bf01ac30c7c0835ebd281029542", "highlights": [] }, { - "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": "‘Epically heroic and tragic’: how a family treasure hunt ended with a son lost at sea", + "description": "

    Hunter Lewis spent years creating the adventure, but it ended tragically when he didn’t return from preparing the final clue

    Hunter Lewis left his father’s home on California’s far northern coast last week with a plan. The adventurous college student, 21, had spent years creating an elaborate treasure hunt for his friends and family. Now it was time to hide the final prize.

    On 30 December, Lewis is believed to have launched a 15ft green canoe into the frigid Pacific waters to hide the treasure that would complete the journey.

    Continue reading...", + "content": "

    Hunter Lewis spent years creating the adventure, but it ended tragically when he didn’t return from preparing the final clue

    Hunter Lewis left his father’s home on California’s far northern coast last week with a plan. The adventurous college student, 21, had spent years creating an elaborate treasure hunt for his friends and family. Now it was time to hide the final prize.

    On 30 December, Lewis is believed to have launched a 15ft green canoe into the frigid Pacific waters to hide the treasure that would complete the journey.

    Continue reading...", + "category": "California", + "link": "https://www.theguardian.com/us-news/2022/jan/07/hunter-lewis-treasure-hunt-california", + "creator": "Dani Anguiano in Los Angeles", + "pubDate": "2022-01-08T06:00:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284896,17 +289186,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbdc353904d9d90b9bfcf2f5a75ea6fb", + "hash": "98b90b35880bf89cc70a18ce148cb08d", "highlights": [] }, { - "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": "Craig Tiley privately praises staff for ‘unbelievable job’ as Djokovic visa saga drags on", + "description": "

    Leaked video shows Tennis Australia boss saying organisation is choosing to stay out of public despite pressure to explain its travel advice to players

    The boss of Tennis Australia has privately told his staff the organisation has done “an unbelievable job” in handling the Novak Djokovic affair despite refusing to explain to the public why players were told a prior Covid-19 infection would exempt them from vaccine travel requirements.

    The scandal surrounding Djokovic deepened on Saturday, following revelations that Tennis Australia informed players that a prior infection would be a reason to exempt them from Australia’s tough border restrictions. That advice was given despite the health department telling Tennis Australia on two occasions that exemptions did not exist for those recently infected with Covid.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "content": "

    Leaked video shows Tennis Australia boss saying organisation is choosing to stay out of public despite pressure to explain its travel advice to players

    The boss of Tennis Australia has privately told his staff the organisation has done “an unbelievable job” in handling the Novak Djokovic affair despite refusing to explain to the public why players were told a prior Covid-19 infection would exempt them from vaccine travel requirements.

    The scandal surrounding Djokovic deepened on Saturday, following revelations that Tennis Australia informed players that a prior infection would be a reason to exempt them from Australia’s tough border restrictions. That advice was given despite the health department telling Tennis Australia on two occasions that exemptions did not exist for those recently infected with Covid.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/sport/2022/jan/08/craig-tiley-privately-praises-staff-for-unbelievable-job-as-djokovic-visa-saga-drags-on", + "creator": "Christopher Knaus", + "pubDate": "2022-01-08T05:00:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284918,17 +289208,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfa950138c1409d5ce4b084e6e722958", + "hash": "2075e0e67d3a8ffb3fe96d3491ef48f1", "highlights": [] }, { - "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": "Ashes 2021-22 fourth Test, day four: Australia v England – as it happened", + "description": "

    I’d be staying up while Bairstow is there, big time. I don’t know how “big time” amplifies it in any way, and yet, there it is.

    England’s best day yesterday. They are still a long way behind.

    Continue reading...", + "content": "

    I’d be staying up while Bairstow is there, big time. I don’t know how “big time” amplifies it in any way, and yet, there it is.

    England’s best day yesterday. They are still a long way behind.

    Continue reading...", + "category": "Ashes 2021-22", + "link": "https://www.theguardian.com/sport/live/2022/jan/08/ashes-2021-22-australia-vs-england-day-four-4-cricket-4th-fourth-test-live-score-card-aus-v-eng-start-time-latest-updates", + "creator": "Tanya Aldred (later) and Sam Perry (earlier)", + "pubDate": "2022-01-08T07:40:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284940,17 +289230,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3da1fd0d2ebba7ae33e8a99b26d6e7aa", + "hash": "1be48aae3c6dd7cab84b6624184f4602", "highlights": [] }, { - "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": "US secretary of state says diplomatic solution to Ukraine crisis still possible", + "description": "

    But Tony Blinken warns progress impossible while Russia escalates pressure along border and ‘gaslights’ world

    The US secretary of state, Tony Blinken, has said that a diplomatic resolution to the Ukraine crisis was still possible and preferable, but warned that progress was impossible while Russia continued to escalate pressure along the border.

    Blinken was speaking after a virtual meeting of Nato foreign ministers and before a week of intensive diplomacy in Europe aimed at fending off a threatened Russian invasion of Ukraine.

    Continue reading...", + "content": "

    But Tony Blinken warns progress impossible while Russia escalates pressure along border and ‘gaslights’ world

    The US secretary of state, Tony Blinken, has said that a diplomatic resolution to the Ukraine crisis was still possible and preferable, but warned that progress was impossible while Russia continued to escalate pressure along the border.

    Blinken was speaking after a virtual meeting of Nato foreign ministers and before a week of intensive diplomacy in Europe aimed at fending off a threatened Russian invasion of Ukraine.

    Continue reading...", + "category": "Nato", + "link": "https://www.theguardian.com/world/2022/jan/07/nato-chief-warns-of-real-risk-of-ukraine-conflict-as-russian-buildup-continues", + "creator": "Patrick Wintour Diplomatic editor and Julian Borger in Washington", + "pubDate": "2022-01-07T20:14:57Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284962,17 +289252,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7359d142118a5ade9dcdbd3f2d8fd839", + "hash": "347f0bbb617a75c2af1ffadefbab22f6", "highlights": [] }, { - "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": "Why zoomer green is the new millennial pink | Jess Cartner-Morley", + "description": "

    Bottega’s famous shade is the chic, punchy, sustainable colour of now

    It doesn’t take a genius to see why green feels aspirational at the precise moment in history when we humans finally seem to be twigging that a green future is the only future that is going to exist. Green is good. Green is the zeitgeist. So, what to wear? Green – but make it fashion.

    The expression “but make it fashion” means to add a splash of showbiz, but also a hit of sharpness. A dash of syrup, plus a squeeze of lime. If the taste is too vanilla, that’s not fashion. Which is how we have ended up with a colour-of-the-moment that symbolises nature, but actually looks a bit synthetic. The green that is everywhere right now is a flat, saturated, straightforward green. It is not the colour of moss or of olives or of sea foam.

    Continue reading...", + "content": "

    Bottega’s famous shade is the chic, punchy, sustainable colour of now

    It doesn’t take a genius to see why green feels aspirational at the precise moment in history when we humans finally seem to be twigging that a green future is the only future that is going to exist. Green is good. Green is the zeitgeist. So, what to wear? Green – but make it fashion.

    The expression “but make it fashion” means to add a splash of showbiz, but also a hit of sharpness. A dash of syrup, plus a squeeze of lime. If the taste is too vanilla, that’s not fashion. Which is how we have ended up with a colour-of-the-moment that symbolises nature, but actually looks a bit synthetic. The green that is everywhere right now is a flat, saturated, straightforward green. It is not the colour of moss or of olives or of sea foam.

    Continue reading...", + "category": "Fashion", + "link": "https://www.theguardian.com/fashion/2022/jan/07/why-zoomer-green-is-the-new-millennial-pink", + "creator": "Jess Cartner-Morley", + "pubDate": "2022-01-07T13:00:40Z", "enclosure": "", "enclosureType": "", "image": "", @@ -284984,17 +289274,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4b65fac6793412a9b67ace5659d35a3", + "hash": "ee757b15d8a9d3466914ddbf03f294b7", "highlights": [] }, { - "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": "Eritrean teenager who killed himself in UK lacked right support, inquest finds", + "description": "

    Social workers struggled to provide effective help for Alexander Tekle, one of four friends who all killed themselves, coroner says

    Overworked social workers struggled to put in place effective measures to support a vulnerable Eritrean teenager seeking asylum who went on to kill himself, an inquest has concluded.

    The death of Alexander Tekle, who died a few months after turning 18 and less than a year after arriving in the UK, was a tragedy, the Westminster coroner Bernard Richmond said. Tekle killed himself in December 2017 in Mitcham, south London.

    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": "

    Social workers struggled to provide effective help for Alexander Tekle, one of four friends who all killed themselves, coroner says

    Overworked social workers struggled to put in place effective measures to support a vulnerable Eritrean teenager seeking asylum who went on to kill himself, an inquest has concluded.

    The death of Alexander Tekle, who died a few months after turning 18 and less than a year after arriving in the UK, was a tragedy, the Westminster coroner Bernard Richmond said. Tekle killed himself in December 2017 in Mitcham, south London.

    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/07/eritrean-teenager-who-killed-himself-in-uk-lacked-right-support-inquest-finds", + "creator": "Amelia Gentleman", + "pubDate": "2022-01-07T20:13:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285006,17 +289296,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a4eb8c60c5be9413a36737fbc42b236", + "hash": "318d371d66d1675e4516a8005a77c6c5", "highlights": [] }, { - "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": "‘It just feels so wrong’: UAE works on Friday for first time", + "description": "

    People juggle work and Friday prayer as country switches to Saturday-Sunday weekend

    Employees and schoolchildren juggled work and studies with weekly Muslim prayers on the first ever working Friday in the United Arab Emirates, as the Gulf country formally switched to a Saturday-Sunday weekend.

    Some grumbled at the change and businesses were split, with many moving to the western-style weekend but other private firms sticking with Fridays and Saturdays, as in other Gulf states.

    Continue reading...", + "content": "

    People juggle work and Friday prayer as country switches to Saturday-Sunday weekend

    Employees and schoolchildren juggled work and studies with weekly Muslim prayers on the first ever working Friday in the United Arab Emirates, as the Gulf country formally switched to a Saturday-Sunday weekend.

    Some grumbled at the change and businesses were split, with many moving to the western-style weekend but other private firms sticking with Fridays and Saturdays, as in other Gulf states.

    Continue reading...", + "category": "United Arab Emirates", + "link": "https://www.theguardian.com/world/2022/jan/07/it-just-feels-so-wrong-uae-works-on-friday-for-first-time", + "creator": "Agence France-Presse in Dubai", + "pubDate": "2022-01-07T14:28:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285028,17 +289318,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4cce9304a06199ee3c4305a18c2540e3", + "hash": "63f00032778da43c4e068cf6ffc4ae54", "highlights": [] }, { - "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": "More than 100 people killed in northern Nigeria bandit attack", + "description": "

    Authorities say they are searching for militants who terrorised areas of Zamfara state for three days

    More than 100 people have been killed by suspected “bandit” militants in northern Nigeria, it was reported on Friday, as authorities continue to search for bodies and for suspects after days of violence.

    Gunmen on motorbikes arrived in large numbers in as many as nine communities between Tuesday and Thursday night, opening fire on residents and burning homes, according to survivors who fled.

    Continue reading...", + "content": "

    Authorities say they are searching for militants who terrorised areas of Zamfara state for three days

    More than 100 people have been killed by suspected “bandit” militants in northern Nigeria, it was reported on Friday, as authorities continue to search for bodies and for suspects after days of violence.

    Gunmen on motorbikes arrived in large numbers in as many as nine communities between Tuesday and Thursday night, opening fire on residents and burning homes, according to survivors who fled.

    Continue reading...", + "category": "Nigeria", + "link": "https://www.theguardian.com/world/2022/jan/07/scores-people-killed-northern-nigeria", + "creator": "Emmanuel Akinwotu in Lagos and agencies", + "pubDate": "2022-01-07T15:28:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285050,20 +289340,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "31b602bf421616989eb85b39f34618a9", + "hash": "bbc513cfa3f7bd1a70d499f77eb1dd1a", "highlights": [] }, { - "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": "", + "title": "Haiti: two journalists killed by gang members in latest surge in violence", + "description": "

    Attack on media denounced as police say bodies of two Haitian reporters had ‘large-caliber bullet wounds’

    Two Haitian journalists have been killed by gang members while reporting in a conflictive area south of Port-au-Prince, as a surge in violence continues to shake the Caribbean nation.

    One of the journalist’s employers and some media reports said the men had been shot then burned alive, but police did not confirm this. A police statement said only that the bodies had “large-caliber bullet wounds”.

    Continue reading...", + "content": "

    Attack on media denounced as police say bodies of two Haitian reporters had ‘large-caliber bullet wounds’

    Two Haitian journalists have been killed by gang members while reporting in a conflictive area south of Port-au-Prince, as a surge in violence continues to shake the Caribbean nation.

    One of the journalist’s employers and some media reports said the men had been shot then burned alive, but police did not confirm this. A police statement said only that the bodies had “large-caliber bullet wounds”.

    Continue reading...", + "category": "Haiti", + "link": "https://www.theguardian.com/world/2022/jan/07/haiti-two-journalists-killed-gang-members", + "creator": "AP in Port-au-Prince", + "pubDate": "2022-01-07T21:35:38Z", + "enclosure": "", + "enclosureType": "", + "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", @@ -285072,17 +289362,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "df8f7f193520574b08fb17f8bd329515", + "hash": "b6591bdad234a8b77628dcdaef2b1e33", "highlights": [] }, { - "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": "Kazakhstan president vows to destroy ‘bandits and terrorists’ behind protests", + "description": "

    Kassym-Jomart Tokayev tells security forces to ‘use lethal force without warning’

    The president of Kazakhstan, Kassym-Jomart Tokayev, has promised an uncompromising crackdown on demonstrators in the country, telling security forces they should “use lethal force without warning” against protesters he called “bandits and terrorists”.

    As relative calm returned to the country on Friday, after several days in which internet and mobile phone networks were disabled, the human cost of the week started to become apparent.

    Continue reading...", + "content": "

    Kassym-Jomart Tokayev tells security forces to ‘use lethal force without warning’

    The president of Kazakhstan, Kassym-Jomart Tokayev, has promised an uncompromising crackdown on demonstrators in the country, telling security forces they should “use lethal force without warning” against protesters he called “bandits and terrorists”.

    As relative calm returned to the country on Friday, after several days in which internet and mobile phone networks were disabled, the human cost of the week started to become apparent.

    Continue reading...", + "category": "Kazakhstan", + "link": "https://www.theguardian.com/world/2022/jan/07/kazakhstan-president-vows-to-destroy-bandits-and-terrorists-behind-protests", + "creator": "Shaun Walker", + "pubDate": "2022-01-07T16:00:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285090,21 +289380,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "7dd5634b04072cd4ee235655a439c1a1", + "hash": "83cd834b2d9bea792def1f450232ddc1", "highlights": [] }, { - "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": "Ashes 2021-22 fourth Test, day four: Australia v England – live!", + "description": "

    I’d be staying up while Bairstow is there, big time. I don’t know how “big time” amplifies it in any way, and yet, there it is.

    England’s best day yesterday. They are still a long way behind.

    Continue reading...", + "content": "

    I’d be staying up while Bairstow is there, big time. I don’t know how “big time” amplifies it in any way, and yet, there it is.

    England’s best day yesterday. They are still a long way behind.

    Continue reading...", + "category": "Ashes 2021-22", + "link": "https://www.theguardian.com/sport/live/2022/jan/08/ashes-2021-22-australia-vs-england-day-four-4-cricket-4th-fourth-test-live-score-card-aus-v-eng-start-time-latest-updates", + "creator": "Tanya Aldred (now) and Sam Perry (earlier)", + "pubDate": "2022-01-08T07:00:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285116,17 +289406,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a0872281995ec1fb956c06dbc12f960", + "hash": "bc145884520c9150ce0998457c5c9d88", "highlights": [] }, { - "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": "Sidney Poitier, Black acting pioneer, dies aged 94", + "description": "

    The first Black person to win a best actor Oscar gave a string of groundbreaking performances on screen that helped combat social prejudice

    Sidney Poitier, whose groundbreaking acting work in the 1950s and 60s paved the way for generations of Black film stars, has died aged 94. His death was announced on Friday by the minister of foreign affairs of the Bahamas, Fred Mitchell.

    The Bahamas deputy prime minister, Chester Cooper, said he was “conflicted with great sadness and a sense of celebration when I learned of the passing of Sir Sidney Poitier”.

    Continue reading...", + "content": "

    The first Black person to win a best actor Oscar gave a string of groundbreaking performances on screen that helped combat social prejudice

    Sidney Poitier, whose groundbreaking acting work in the 1950s and 60s paved the way for generations of Black film stars, has died aged 94. His death was announced on Friday by the minister of foreign affairs of the Bahamas, Fred Mitchell.

    The Bahamas deputy prime minister, Chester Cooper, said he was “conflicted with great sadness and a sense of celebration when I learned of the passing of Sir Sidney Poitier”.

    Continue reading...", + "category": "Sidney Poitier", + "link": "https://www.theguardian.com/film/2022/jan/07/sidney-poitier-in-the-heat-of-the-night-acting-pioneer-dies", + "creator": "Andrew Pulver", + "pubDate": "2022-01-07T15:27:30Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285134,21 +289424,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "63062a8c387b2f6d66cf8ead2c4e8489", + "hash": "4ca2714071afb674871f73e0ab145835", "highlights": [] }, { - "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": "Novak Djokovic ‘lured to Australia to be humiliated’, says Serbia", + "description": "

    Celebrities join politicians in condemning ‘political harassment’ of Belgrade-born tennis player

    Serb politicians and celebrities have described the treatment of Novak Djokovic as shameful scapegoating, as the foreign ministry in Belgrade suggested the world tennis No 1 had been “lured to Australia … to be humiliated.”

    The 34-year-old champion, who was born in the Serb capital, is in detention in an immigration hotel in Melbourne pending a legal challenge to Australia’s decision on Wednesday to cancel a visa allowing him to play in the Australian Open.

    Continue reading...", + "content": "

    Celebrities join politicians in condemning ‘political harassment’ of Belgrade-born tennis player

    Serb politicians and celebrities have described the treatment of Novak Djokovic as shameful scapegoating, as the foreign ministry in Belgrade suggested the world tennis No 1 had been “lured to Australia … to be humiliated.”

    The 34-year-old champion, who was born in the Serb capital, is in detention in an immigration hotel in Melbourne pending a legal challenge to Australia’s decision on Wednesday to cancel a visa allowing him to play in the Australian Open.

    Continue reading...", + "category": "Serbia", + "link": "https://www.theguardian.com/world/2022/jan/07/novak-djokovic-lured-to-australia-to-be-humiliated-says-serbia", + "creator": "Jon Henley in Paris and Milivoje Pantovic in Belgrade", + "pubDate": "2022-01-07T15:35:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285160,17 +289450,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9fbdd39835e62e2a59e221895d5ba77", + "hash": "03c6a7c6467db30ec4ea0b27c0b927c3", "highlights": [] }, { - "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": "Dominic Cummings makes new claim of party in No 10 garden in lockdown", + "description": "

    Former aide says he put in writing that event – five days after photographed gathering – should not happen

    Boris Johnson’s former top adviser Dominic Cummings has alleged there was a lockdown-breaking party in the Downing Street garden in May 2020 after an emailed invitation to “socially distanced drinks”.

    Cummings, who left No 10 in November that year, said people were invited to the gathering by a senior Downing Street official who he said should have been removed from their job because of failings over Covid.

    Continue reading...", + "content": "

    Former aide says he put in writing that event – five days after photographed gathering – should not happen

    Boris Johnson’s former top adviser Dominic Cummings has alleged there was a lockdown-breaking party in the Downing Street garden in May 2020 after an emailed invitation to “socially distanced drinks”.

    Cummings, who left No 10 in November that year, said people were invited to the gathering by a senior Downing Street official who he said should have been removed from their job because of failings over Covid.

    Continue reading...", + "category": "Dominic Cummings", + "link": "https://www.theguardian.com/politics/2022/jan/07/dominic-cummings-says-another-party-was-held-in-no-10-garden-in-lockdown", + "creator": "Rowena Mason Deputy political editor", + "pubDate": "2022-01-07T16:46:22Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285182,17 +289472,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f26f381db5b3bebc2e004b5fe898b9a5", + "hash": "81516d83ab62697f7cb42bfb59f5c930", "highlights": [] }, { - "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": "‘Lives across from the Spar’: bizarrely labelled letter finds way to UK address", + "description": "

    Antrim musician Feargal Lynn offers Royal Mail ‘hearty applause’ for successfully delivering letter to him

    Sherlock Holmes might have balked, but the Royal Mail detectives came up trumps when they correctly delivered a letter with an address that was more like an episode of This Is Your Life than a conventional street name and postcode.

    Writing on Twitter, the County Antrim musician Feargal Lynn said the postal system deserved “hearty applause” for successfully delivering the letter addressed by following a brief history of his family in the area.

    Continue reading...", + "content": "

    Antrim musician Feargal Lynn offers Royal Mail ‘hearty applause’ for successfully delivering letter to him

    Sherlock Holmes might have balked, but the Royal Mail detectives came up trumps when they correctly delivered a letter with an address that was more like an episode of This Is Your Life than a conventional street name and postcode.

    Writing on Twitter, the County Antrim musician Feargal Lynn said the postal system deserved “hearty applause” for successfully delivering the letter addressed by following a brief history of his family in the area.

    Continue reading...", + "category": "Postal service", + "link": "https://www.theguardian.com/uk-news/2022/jan/07/lives-across-from-the-spar-bizarrely-labelled-letter-finds-way-uk-address-antrim", + "creator": "Amelia Hill", + "pubDate": "2022-01-07T15:59:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285204,17 +289494,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "030051f333f101884402a32a339fea2f", + "hash": "3192ee8ac9ecac4687c01034c8040e00", "highlights": [] }, { - "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": "The women filling jails in Argentina for drug offences – a photo essay", + "description": "

    Nearly half the female prisoners in Argentina are serving time for drug possession. Photographer Magalí Druscovich visited the Unit 47 prison in Buenos Aires to find out their stories


    Paola left her home when she was 13 to escape abuse and violence. She lived on the streets for five years until she became pregnant. Her boyfriend left her when he found out. Without work and food, Paola agreed to deal drugs for a neighbourhood kingpin.

    She only had to deliver the drugs when her boss’s clients appeared on a street corner. With the money she made in the first few months, she was able to rent a room and live there with her newborn son. With a new partner and her family’s basic needs covered she felt she could abandon her dealer job.

    Top, Paola, 35, cooks fried cake for relatives who come to visit. Above, Sonia, 38, puts on makeup in her cell. She is detained, accused of dealing drugs, without a final sentence. Right, a count of female prisoners in ward two in Unit 47. Far right, Sharon, 38, waits inside her cell for the officers to enter to count the prisoners

    Continue reading...", + "content": "

    Nearly half the female prisoners in Argentina are serving time for drug possession. Photographer Magalí Druscovich visited the Unit 47 prison in Buenos Aires to find out their stories


    Paola left her home when she was 13 to escape abuse and violence. She lived on the streets for five years until she became pregnant. Her boyfriend left her when he found out. Without work and food, Paola agreed to deal drugs for a neighbourhood kingpin.

    She only had to deliver the drugs when her boss’s clients appeared on a street corner. With the money she made in the first few months, she was able to rent a room and live there with her newborn son. With a new partner and her family’s basic needs covered she felt she could abandon her dealer job.

    Top, Paola, 35, cooks fried cake for relatives who come to visit. Above, Sonia, 38, puts on makeup in her cell. She is detained, accused of dealing drugs, without a final sentence. Right, a count of female prisoners in ward two in Unit 47. Far right, Sharon, 38, waits inside her cell for the officers to enter to count the prisoners

    Continue reading...", + "category": "Argentina", + "link": "https://www.theguardian.com/world/2022/jan/07/argentina-drug-offences-women-jails-photo-essay", + "creator": "Magalí Druscovich", + "pubDate": "2022-01-07T07:00:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285226,17 +289516,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "55e59f5f18d7b0e7d38dfa74933cac3a", + "hash": "a17a7f60e8e3b0ca69ef041f882baf2d", "highlights": [] }, { - "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": "Trinity College Dublin begins €90m project to relocate vulnerable books", + "description": "

    Restoring and moving 750,000 volumes and ancient manuscripts expected to take five years

    It is known as Ireland’s “front room”, where esteemed visitors including the Queen, Joe Biden, Emmanuel Macron and the Duke and Duchess of Sussex have been taken to get a sense of the “land of saints and scholars”.

    Biden, vice-president at the time, was so moved by the atmospherics in the dimly lit, barrel-vaulted hall when he visited Trinity College Dublin (TCD) in 2016 that he came back a year later to contemplate the history of its old library, known as the Long Room.

    Continue reading...", + "content": "

    Restoring and moving 750,000 volumes and ancient manuscripts expected to take five years

    It is known as Ireland’s “front room”, where esteemed visitors including the Queen, Joe Biden, Emmanuel Macron and the Duke and Duchess of Sussex have been taken to get a sense of the “land of saints and scholars”.

    Biden, vice-president at the time, was so moved by the atmospherics in the dimly lit, barrel-vaulted hall when he visited Trinity College Dublin (TCD) in 2016 that he came back a year later to contemplate the history of its old library, known as the Long Room.

    Continue reading...", + "category": "Ireland", + "link": "https://www.theguardian.com/world/2022/jan/07/trinity-college-dublin-begins-90m-project-to-relocate-vulnerable-books", + "creator": "Lisa O'Carroll in Dublin", + "pubDate": "2022-01-07T14:00:24Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285248,17 +289538,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b5dd6e0354bb15d3fce473d4db0ec738", + "hash": "6fc1c2b1b6f77778c1f40bda3b292aba", "highlights": [] }, { - "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": "‘They got the lot’: the mystery of the biggest bank heist in Australia’s history", + "description": "

    It was audacious. An old-school bank robbery that kept the northern rivers town of Murwillumbah guessing for decades. Has it now been solved?

    The bank building has been standing squarely on the corner of the main street for 133 years. Quietly doing its business as the generations strolled past. Unassuming and solid with its thick brick walls and flat roof. Its unassailable strongroom was once considered the most secure place to stash the cash of the region. But it was not, as it famously turned out, impregnable.

    In the sweltering summer of 1978 hippies still roamed the hills around the Tweed valley. What is now suburban sprawl around the New South Wales northern rivers town of Murwillumbah was dairy farms and wooden farm houses. There were large agricultural and farm supplies stores; it was a subtropical, rural place of cows, cane and banana plantations. No one locked their doors. Across town the plume of white steam rose from the sugar mill. In the shadow of the great mass of the extinct volcano that is Wollumbin Mount Warning, it was, says former mayor Max Boyd, “a quiet little country town”.

    Continue reading...", + "content": "

    It was audacious. An old-school bank robbery that kept the northern rivers town of Murwillumbah guessing for decades. Has it now been solved?

    The bank building has been standing squarely on the corner of the main street for 133 years. Quietly doing its business as the generations strolled past. Unassuming and solid with its thick brick walls and flat roof. Its unassailable strongroom was once considered the most secure place to stash the cash of the region. But it was not, as it famously turned out, impregnable.

    In the sweltering summer of 1978 hippies still roamed the hills around the Tweed valley. What is now suburban sprawl around the New South Wales northern rivers town of Murwillumbah was dairy farms and wooden farm houses. There were large agricultural and farm supplies stores; it was a subtropical, rural place of cows, cane and banana plantations. No one locked their doors. Across town the plume of white steam rose from the sugar mill. In the shadow of the great mass of the extinct volcano that is Wollumbin Mount Warning, it was, says former mayor Max Boyd, “a quiet little country town”.

    Continue reading...", + "category": "Crime - Australia", + "link": "https://www.theguardian.com/australia-news/2022/jan/08/they-got-the-lot-the-mystery-of-the-biggest-bank-heist-in-australias-history", + "creator": "Susan Chenery", + "pubDate": "2022-01-07T19:00:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285270,17 +289560,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8c3dd0d1589d42d1096e5bc6b6ef3a0", + "hash": "4942d6c935bf9f6e657c439c7bb40cae", "highlights": [] }, { - "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": "Biden addresses pandemic: ‘We’re going to be able to control this’ – live", + "description": "

    There’s been a lot of back-and-forth about the efficacy of the Covid-19 vaccine – which, reminder, while everybody here is highly educated in law, nobody is an epidemiologist – and Justice Elena Kagan went hard at Ohio solicitor general Ben Flowers.

    “You said we understand that 18- to 29-year-olds, even though they’re not going to die or end up with very serious injuries, they can spread. You don’t doubt that, that they can spread to other people who are more vulnerable?” Kagan asked Flowers.

    Continue reading...", + "content": "

    There’s been a lot of back-and-forth about the efficacy of the Covid-19 vaccine – which, reminder, while everybody here is highly educated in law, nobody is an epidemiologist – and Justice Elena Kagan went hard at Ohio solicitor general Ben Flowers.

    “You said we understand that 18- to 29-year-olds, even though they’re not going to die or end up with very serious injuries, they can spread. You don’t doubt that, that they can spread to other people who are more vulnerable?” Kagan asked Flowers.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/live/2022/jan/07/us-politics-supreme-court-vaccine-mandate-biden-republicans-democrats-live-updates", + "creator": "Vivian Ho", + "pubDate": "2022-01-07T19:01:41Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285292,17 +289582,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a57645babde31d4ec10e25211c419a49", + "hash": "71b6e856861a2bc444ff93b6898217a0", "highlights": [] }, { - "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": "Australia news live update: Victoria surpasses NSW with 51,356 new Covid cases including rapid test results, Tennis Australia under pressure", + "description": "

    Leaked documents show Australian Open organisers told players they could get a medical exemption if they had a Covid infection in the last six months, contrary to federal advice. Follow all the day’s news

    Labor MP Andrew Giles has announced he has tested positive to Covid-19.

    We have collected stories from readers on what it is like trying to get tested this week.

    Continue reading...", + "content": "

    Leaked documents show Australian Open organisers told players they could get a medical exemption if they had a Covid infection in the last six months, contrary to federal advice. Follow all the day’s news

    Labor MP Andrew Giles has announced he has tested positive to Covid-19.

    We have collected stories from readers on what it is like trying to get tested this week.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/08/australia-news-live-update-tennis-australia-denies-misleading-players-on-vaccination-rules-nsw-covid-restrictions-take-effect-novak-djokovic-craig-tiley-scott-morrison-vaccine-booster-nsw-victoria-coronavirus-case-numbers", + "creator": "Josh Taylor", + "pubDate": "2022-01-07T23:35:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285314,17 +289604,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e37e669ce59c56e5e872938e18759f6d", + "hash": "19b3031e47e6b8ba64027aae39a397bc", "highlights": [] }, { - "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": "Yoshitomo Nara: ‘My works’ roots are in fairytales, not comics’", + "description": "

    Housed in a custom space made from cast-offs, the Japanese artist’s cartoon girls blend fairytale lore with 60s-inspired protest, and have become more introspective though no less impressively wrought in cardboard and wood

    “Stop the bombs” reads the angry red writing in the storm cloud thought bubble above the little girl in a pale blue dress. Like all the children in the Japanese artist Yoshitomo Nara’s paintings, she has puppydog eyes and a toddler’s outsized head, yet her posture is pure bruiser. There are tiny animal fangs at the corners of her mouth. Of the paintings, drawings and sculptures in Nara’s latest exhibition, she is the closest to the pint-sized characters with big dark feelings that he began making in the 1990s, some of contemporary art’s most recognisable creations.

    Those early works, where tots sweetly clutched knives or took fag breaks, blended Japanese kawaii – cuteness – with mischief and menace. Partly thanks to Nara’s alignment with the pop art titan Takashi Murakami’s Superflat movement, he reached a global art audience and a wider public. Both artists mined the Japanese weakness for baby-faced adorableness, an infantilising that Murakami linked to the trauma of Hiroshima. Yet where Murakami’s trademark smiley acid-faced flowers and phallic mushrooms channel the surface sheen of a depthless mass-produced world of cartoons and commerce, Nara’s appeal has always been universal human emotion. “My works’ roots are my childhood, not pop culture,” he explains. “Around me there were orchards, sheep and horses; I read fairytales rather than comics.”

    Continue reading...", + "content": "

    Housed in a custom space made from cast-offs, the Japanese artist’s cartoon girls blend fairytale lore with 60s-inspired protest, and have become more introspective though no less impressively wrought in cardboard and wood

    “Stop the bombs” reads the angry red writing in the storm cloud thought bubble above the little girl in a pale blue dress. Like all the children in the Japanese artist Yoshitomo Nara’s paintings, she has puppydog eyes and a toddler’s outsized head, yet her posture is pure bruiser. There are tiny animal fangs at the corners of her mouth. Of the paintings, drawings and sculptures in Nara’s latest exhibition, she is the closest to the pint-sized characters with big dark feelings that he began making in the 1990s, some of contemporary art’s most recognisable creations.

    Those early works, where tots sweetly clutched knives or took fag breaks, blended Japanese kawaii – cuteness – with mischief and menace. Partly thanks to Nara’s alignment with the pop art titan Takashi Murakami’s Superflat movement, he reached a global art audience and a wider public. Both artists mined the Japanese weakness for baby-faced adorableness, an infantilising that Murakami linked to the trauma of Hiroshima. Yet where Murakami’s trademark smiley acid-faced flowers and phallic mushrooms channel the surface sheen of a depthless mass-produced world of cartoons and commerce, Nara’s appeal has always been universal human emotion. “My works’ roots are my childhood, not pop culture,” he explains. “Around me there were orchards, sheep and horses; I read fairytales rather than comics.”

    Continue reading...", + "category": "Painting", + "link": "https://www.theguardian.com/artanddesign/2022/jan/07/yoshitomo-nara-my-works-roots-are-in-fairytales-not-comics", + "creator": "Skye Sherwin", + "pubDate": "2022-01-07T14:00:25Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285336,17 +289626,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d62ab40d327bfe0b5fac7151e8791f1a", + "hash": "b1e61cce96782d760db70a1de362177e", "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...", + "title": "Covid live: no need for fourth jab yet, UK advisers say; Germany toughens restrictions for bars and restaurants", + "description": "

    UK experts say protection against hospitalisation still 90% three months after booster; Germany also cuts isolation for boosted people after a Covid contact

    Argentina reported a record number of Covid-19 cases on Thursday for a third day in a row at nearly 110,000, Reuters reports, as the highly infectious Omicron variant drives a third pandemic wave in the South American nation.

    The record tally of 109,608 in the middle of the southern hemisphere summer holiday season with tourist centres full of travellers, has not translated into a similar exponential rise in Covid-related deaths, which totalled 40, the government said.

    Continue reading...", + "content": "

    UK experts say protection against hospitalisation still 90% three months after booster; Germany also cuts isolation for boosted people after a Covid contact

    Argentina reported a record number of Covid-19 cases on Thursday for a third day in a row at nearly 110,000, Reuters reports, as the highly infectious Omicron variant drives a third pandemic wave in the South American nation.

    The record tally of 109,608 in the middle of the southern hemisphere summer holiday season with tourist centres full of travellers, has not translated into a similar exponential rise in Covid-related deaths, which totalled 40, the government said.

    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", + "link": "https://www.theguardian.com/world/live/2022/jan/07/covid-news-live-bolsonaro-criticises-plans-to-vaccinate-young-children-as-brazil-cases-soar", + "creator": "Jem Bartholomew (now); Lucy Campbell, Georgina Quach, Martin Belam and Helen Livingstone (earlier)", + "pubDate": "2022-01-07T18:55:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285358,17 +289648,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "650aeda2ff1a2d8a25b6000638780686", + "hash": "3f5f752ff996299d315488529f489ee8", "highlights": [] }, { - "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": "‘All relationships begin with fantasy’: why young couples are seeking therapy", + "description": "

    Therapists are seeing a rise in clients under 30, signalling a shift to a ‘maintenance rather than crisis’ view of the practice

    Irene Wu, 28, and Dillon Tang, 24, hadn’t been together a year when they first started couples therapy. The couple, from Los Angeles, started seeing each other in the early days of lockdown, when severe growing pains set in. They found themselves constantly arguing, and their differing communication styles left both of them confused. Specifically, says Wu: “Dillon appeared to “not give a fuck about anything, while I give a lot of fucks.

    “We were almost going to call it,” Wu remembers. But then, something changed. “I was telling Dillon about my therapy appointment one day, and he asked, ‘So when are we going to do couples counselling?’”

    Continue reading...", + "content": "

    Therapists are seeing a rise in clients under 30, signalling a shift to a ‘maintenance rather than crisis’ view of the practice

    Irene Wu, 28, and Dillon Tang, 24, hadn’t been together a year when they first started couples therapy. The couple, from Los Angeles, started seeing each other in the early days of lockdown, when severe growing pains set in. They found themselves constantly arguing, and their differing communication styles left both of them confused. Specifically, says Wu: “Dillon appeared to “not give a fuck about anything, while I give a lot of fucks.

    “We were almost going to call it,” Wu remembers. But then, something changed. “I was telling Dillon about my therapy appointment one day, and he asked, ‘So when are we going to do couples counselling?’”

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/07/young-couples-therapy-counselling", + "creator": "Beatrice Hazlehurst", + "pubDate": "2022-01-07T06:00:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285380,17 +289670,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c28a44f20f720c784d7c189066b9089", + "hash": "393e721724315a8c34ed62c20ef19e32", "highlights": [] }, { - "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": "Rawah Arja on how to get inside the mind of a teenage boy", + "description": "

    Rawah Arja was determined to write a YA novel for – and about – teenage boys in Western Sydney. She tells Zoya Patel about how she created a story about religion, rivalries, romance, racism and redemption in The F Team

    Hear more episodes of Book It In here.

    The F Team by Rawah Arja is published by Giramondo.

    Continue reading...", + "content": "

    Rawah Arja was determined to write a YA novel for – and about – teenage boys in Western Sydney. She tells Zoya Patel about how she created a story about religion, rivalries, romance, racism and redemption in The F Team

    Hear more episodes of Book It In here.

    The F Team by Rawah Arja is published by Giramondo.

    Continue reading...", + "category": "Australian books", + "link": "https://www.theguardian.com/australia-news/audio/2022/jan/08/rawah-arja-on-how-to-get-inside-the-mind-of-a-teenage-boy", + "creator": "Interview by Zoya Patel with Rawah Arja. Produced by Allison Chan and Daniel Semo. Executive producers Gabrielle Jackson and Melanie Tait", + "pubDate": "2022-01-07T19:00:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285402,17 +289692,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4236aab388de5d6c37f95af3da0ff9dd", + "hash": "57aa7807c4cfdf5c91260f4c1b0d49e0", "highlights": [] }, { - "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": "Nato chief warns of real risk of Ukraine conflict as Russian buildup continues", + "description": "

    Jens Stoltenberg says Nato will never withdraw its conditional offer of membership to Ukraine

    The risk of conflict is real as Russia continues to mass its forces and artillery on the borders of Ukraine and make demands that it knows are unacceptable, Jens Stoltenberg, the Nato secretary general, has warned.

    Earlier, Nato foreign ministers held a final symbolic display of transatlantic unity before a set of three separate critical talks next week with Russia on Moscow’s demands to restore past spheres of influence and have Nato strategic weapons withdrawn from near Russia’s borders.

    Continue reading...", + "content": "

    Jens Stoltenberg says Nato will never withdraw its conditional offer of membership to Ukraine

    The risk of conflict is real as Russia continues to mass its forces and artillery on the borders of Ukraine and make demands that it knows are unacceptable, Jens Stoltenberg, the Nato secretary general, has warned.

    Earlier, Nato foreign ministers held a final symbolic display of transatlantic unity before a set of three separate critical talks next week with Russia on Moscow’s demands to restore past spheres of influence and have Nato strategic weapons withdrawn from near Russia’s borders.

    Continue reading...", + "category": "Nato", + "link": "https://www.theguardian.com/world/2022/jan/07/nato-chief-warns-of-real-risk-of-ukraine-conflict-as-russian-buildup-continues", + "creator": "Patrick Wintour Diplomatic editor", + "pubDate": "2022-01-07T17:44:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285424,17 +289714,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a426ac8f0d613b3d51db4378babf87e1", + "hash": "1651c137b312b0cf9a3490c3e46bcab4", "highlights": [] }, { - "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": "Richest 1% of UK households are worth at least £3.6m each", + "description": "

    New ONS figures reveal inequality gap growing ever wider before the coronavirus pandemic

    The richest 1% of households in the UK each have fortunes of at least £3.6m, according to new official figures that show the inequality gap was yawning even before the pandemic struck.

    At the other end of the scale, the poorest 10% of households have just £15,400 or less, with almost half burdened with more debts than they had in assets, according to figures released on Friday by the Office for National Statistics (ONS).

    Continue reading...", + "content": "

    New ONS figures reveal inequality gap growing ever wider before the coronavirus pandemic

    The richest 1% of households in the UK each have fortunes of at least £3.6m, according to new official figures that show the inequality gap was yawning even before the pandemic struck.

    At the other end of the scale, the poorest 10% of households have just £15,400 or less, with almost half burdened with more debts than they had in assets, according to figures released on Friday by the Office for National Statistics (ONS).

    Continue reading...", + "category": "Money", + "link": "https://www.theguardian.com/money/2022/jan/07/richest-uk-households-worth-at-least-36m-each", + "creator": "Rupert Neate Wealth correspondent", + "pubDate": "2022-01-07T17:29:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285446,17 +289736,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c441577031779a56d59ad9b1c50a6f1", + "hash": "63f09362a61091144ee0039b50453fc6", "highlights": [] }, { - "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": "Skateboarding in middle age: ‘It helps me switch off’", + "description": "

    It’s good for mental health, a study found, but what’s it like being an older person at the skatepark?

    Skateboarding in middle age can help people feel empowered and reduce the chance of mental health issues such as depression, according to a study.

    Dr Paul O’Connor, 46, who published the research and is a lecturer in sociology at the University of Exeter, said he wanted to look at the phenomenon of ageing within a subculture.

    Continue reading...", + "content": "

    It’s good for mental health, a study found, but what’s it like being an older person at the skatepark?

    Skateboarding in middle age can help people feel empowered and reduce the chance of mental health issues such as depression, according to a study.

    Dr Paul O’Connor, 46, who published the research and is a lecturer in sociology at the University of Exeter, said he wanted to look at the phenomenon of ageing within a subculture.

    Continue reading...", + "category": "Health & wellbeing", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/07/skateboarding-in-middle-age-it-helps-me-switch-off", + "creator": "Rachel Obordo and Alfie Packham", + "pubDate": "2022-01-07T15:35:24Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285468,17 +289758,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9fd79b2e88958ef9b978af6b04aa24bd", + "hash": "f20ec733b44cf7764318290eda5029c1", "highlights": [] }, { - "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", + "title": "London’s Marble Arch Mound attraction to close this weekend", + "description": "

    25m-high hill had ‘teething problems’, an initially negative reaction and cost almost double its budget of £3.3m

    London’s heavily criticised Marble Arch Mound is to close this weekend.

    The 25m-high human-made hill, which sits at the corner of Hyde Park and Park Lane, will not be open after Sunday.

    Continue reading...", + "content": "

    25m-high hill had ‘teething problems’, an initially negative reaction and cost almost double its budget of £3.3m

    London’s heavily criticised Marble Arch Mound is to close this weekend.

    The 25m-high human-made hill, which sits at the corner of Hyde Park and Park Lane, will not be open after Sunday.

    Continue reading...", + "category": "London", + "link": "https://www.theguardian.com/uk-news/2022/jan/07/londons-marble-arch-mound-attraction-to-close-this-weekend", + "creator": "PA Media", + "pubDate": "2022-01-07T19:39:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285490,17 +289780,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "377872fab193f644a20b48916554e1f8", + "hash": "1cca991192b2b615fc37c805c904829c", "highlights": [] }, { - "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": "Galápagos islands volcano erupts spewing lava and clouds of ash", + "description": "

    Wolf Volcano, the tallest mountain in the Pacific archipelago, began erupting shortly before midnight on Wednesday

    The tallest mountain in the Galápagos islands has erupted, spewing lava down its flanks and clouds of ash over the Pacific Ocean, according to Ecuador’s Geophysical Institute.

    A cloud of gas and ash from Wolf Volcano rose to 3793 meters (12,444 feet) above sea level following the eruption that began shortly before midnight on Wednesday local time, the institute said.

    Continue reading...", + "content": "

    Wolf Volcano, the tallest mountain in the Pacific archipelago, began erupting shortly before midnight on Wednesday

    The tallest mountain in the Galápagos islands has erupted, spewing lava down its flanks and clouds of ash over the Pacific Ocean, according to Ecuador’s Geophysical Institute.

    A cloud of gas and ash from Wolf Volcano rose to 3793 meters (12,444 feet) above sea level following the eruption that began shortly before midnight on Wednesday local time, the institute said.

    Continue reading...", + "category": "Volcanoes", + "link": "https://www.theguardian.com/world/2022/jan/07/galapagos-islands-volcano-erupts-lava-ash", + "creator": "AP in Quito", + "pubDate": "2022-01-07T18:28:41Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285512,17 +289802,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a4f50f5c5d4f7318dd6fab46b49fc4e", + "hash": "21961342d6a1701ed4a15cdc05f10eaa", "highlights": [] }, { - "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": "Kazakhstan protests: demonstrators storm government buildings – video", + "description": "

    Protesters took over government buildings and reportedly stormed the airport in Almaty, Kazakhstan, after demonstrations against a fuel price rise spread quickly across the country. A government announcement that the price would be fixed at a lower level did not slow protesters who say they are unhappy with corruption and the cost of living. 'Peacekeeping forces' from a Russia-led military alliance will be sent to help the country’s president, Kassym-Jomart Tokayev, regain control. Kazakh media outlets cited the interior ministry as saying 317 police and national guard servicemen have been injured and eight killed. There have been no reliable estimates of civilian casualties

    Continue reading...", + "content": "

    Protesters took over government buildings and reportedly stormed the airport in Almaty, Kazakhstan, after demonstrations against a fuel price rise spread quickly across the country. A government announcement that the price would be fixed at a lower level did not slow protesters who say they are unhappy with corruption and the cost of living. 'Peacekeeping forces' from a Russia-led military alliance will be sent to help the country’s president, Kassym-Jomart Tokayev, regain control. Kazakh media outlets cited the interior ministry as saying 317 police and national guard servicemen have been injured and eight killed. There have been no reliable estimates of civilian casualties

    Continue reading...", + "category": "Kazakhstan", + "link": "https://www.theguardian.com/world/video/2022/jan/06/kazakhstan-protests-protesters-storm-government-buildings-video", + "creator": "", + "pubDate": "2022-01-06T00:36:11Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285534,17 +289824,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f787f0e22bda1917204a3172bccca1d", + "hash": "9f19c6c74c30edcf8dcdd81a5fe583d5", "highlights": [] }, { - "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": "More than 100 people killed in northern Nigeria, say survivors", + "description": "

    Authorities say they are searching for bandits who terrorised areas of Zamfara state for three days

    More than 100 people have been killed in Nigeria’s troubled northern region, survivors have said, as authorities continued to search for bodies and for suspects after three days of violence.

    Bandits arrived in large numbers in the Anka and Bukkuyum local government areas of Zamfara state on Tuesday evening, shooting and burning down houses until Thursday, according to Abubakar Ahmed, a resident in Bukkuyum.

    Continue reading...", + "content": "

    Authorities say they are searching for bandits who terrorised areas of Zamfara state for three days

    More than 100 people have been killed in Nigeria’s troubled northern region, survivors have said, as authorities continued to search for bodies and for suspects after three days of violence.

    Bandits arrived in large numbers in the Anka and Bukkuyum local government areas of Zamfara state on Tuesday evening, shooting and burning down houses until Thursday, according to Abubakar Ahmed, a resident in Bukkuyum.

    Continue reading...", + "category": "Nigeria", + "link": "https://www.theguardian.com/world/2022/jan/07/scores-people-killed-northern-nigeria", + "creator": "Associated Press in Makurdi", + "pubDate": "2022-01-07T15:28:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285556,17 +289846,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e02f8f5f18a7701ee1477d6a401c0f2", + "hash": "95544bee770921ca10779d8285a456c9", "highlights": [] }, { - "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": "‘I’ve felt quite proud’: the diverse curriculum inspiring school pupils", + "description": "

    Free resource proves widely successful with more than 2,000 schools across the UK signing up

    When 12-year-old Rose learned about the Bristol bus boycott in her history class, she felt an immense sense of pride. She knew there was a civil rights movement in the US, but wasn’t aware of the UK’s own struggle for racial justice.

    “I’ve felt quite proud that there were big stands here as well,” she says. Her schoolmate Ruqiiya, also 12, agrees and spoke of her frustration of initially struggling to find more information about the boycott online. They both love learning about it in class.

    Continue reading...", + "content": "

    Free resource proves widely successful with more than 2,000 schools across the UK signing up

    When 12-year-old Rose learned about the Bristol bus boycott in her history class, she felt an immense sense of pride. She knew there was a civil rights movement in the US, but wasn’t aware of the UK’s own struggle for racial justice.

    “I’ve felt quite proud that there were big stands here as well,” she says. Her schoolmate Ruqiiya, also 12, agrees and spoke of her frustration of initially struggling to find more information about the boycott online. They both love learning about it in class.

    Continue reading...", + "category": "Race", + "link": "https://www.theguardian.com/world/2022/jan/07/ive-felt-quite-proud-the-diverse-curriculum-inspiring-school-pupils", + "creator": "Aamna Mohdin Community affairs correspondent", + "pubDate": "2022-01-07T13:00:40Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285578,17 +289868,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d7a8aff2c01398f2f5f3a52977e77aa0", + "hash": "2e61eb0a5d3f4e1564f34cdfeed5585b", "highlights": [] }, { - "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": "Suella Braverman accused of politically-driven meddling over Colston Four", + "description": "

    Senior lawyers question motives of attorney general, who says she could refer acquittal to court of appeal

    Senior lawyers have accused the attorney general for England and Wales of politically-driven meddling after she announced she could refer the acquittal of the Colston Four to the court of appeal.

    Suella Braverman said she was contemplating the highly unusual move after an outcry from Conservative MPs following the jury’s verdict on four Black Lives Matter protesters who toppled a statue of slave trader Edward Colston in Bristol.

    Continue reading...", + "content": "

    Senior lawyers question motives of attorney general, who says she could refer acquittal to court of appeal

    Senior lawyers have accused the attorney general for England and Wales of politically-driven meddling after she announced she could refer the acquittal of the Colston Four to the court of appeal.

    Suella Braverman said she was contemplating the highly unusual move after an outcry from Conservative MPs following the jury’s verdict on four Black Lives Matter protesters who toppled a statue of slave trader Edward Colston in Bristol.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2022/jan/07/suella-braverman-accused-of-politically-driven-meddling-over-colston-four", + "creator": "Haroon Siddique Legal affairs correspondent", + "pubDate": "2022-01-07T18:59:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285600,17 +289890,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "66bf645f215666613acd28a5d974b976", + "hash": "2c303887a33d96f305d289c0703143bc", "highlights": [] }, { - "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": "UK and Irish foreign secretaries meet over Northern Ireland Brexit impasse", + "description": "

    Liz Truss and Simon Coveney meetup comes before talks on protocol with EU Brexit negotiator

    The UK foreign secretary, Liz Truss, and her Irish counterpart, Simon Coveney, have had a “good and friendly” first meeting over the vexed issued of the Brexit arrangements in Northern Ireland, Irish government sources have said.

    They met for the first time over dinner in London on Thursday night and discussed the Northern Ireland protocol, the wider relationship with the EU, and UN security matters including the crisis in Ukraine and Kazakhstan.

    Continue reading...", + "content": "

    Liz Truss and Simon Coveney meetup comes before talks on protocol with EU Brexit negotiator

    The UK foreign secretary, Liz Truss, and her Irish counterpart, Simon Coveney, have had a “good and friendly” first meeting over the vexed issued of the Brexit arrangements in Northern Ireland, Irish government sources have said.

    They met for the first time over dinner in London on Thursday night and discussed the Northern Ireland protocol, the wider relationship with the EU, and UN security matters including the crisis in Ukraine and Kazakhstan.

    Continue reading...", + "category": "Brexit", + "link": "https://www.theguardian.com/politics/2022/jan/07/uk-and-irish-foreign-secretaries-meet-over-northern-ireland-brexit-impasse", + "creator": "Lisa O'Carroll Brexit correspondent", + "pubDate": "2022-01-07T12:20:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285622,17 +289912,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "393cf70e9581cc895891c008883f5606", + "hash": "2219850b3628e268987ca693a8d05244", "highlights": [] }, { - "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": "Covid live: Germany toughens restrictions for bars and restaurants; Austrian chancellor tests positive", + "description": "

    Germany also cuts isolation period for boosted people after a Covid contact; Karl Nehammer tests positive after contact with member of security team

    Argentina reported a record number of Covid-19 cases on Thursday for a third day in a row at nearly 110,000, Reuters reports, as the highly infectious Omicron variant drives a third pandemic wave in the South American nation.

    The record tally of 109,608 in the middle of the southern hemisphere summer holiday season with tourist centres full of travellers, has not translated into a similar exponential rise in Covid-related deaths, which totalled 40, the government said.

    Continue reading...", + "content": "

    Germany also cuts isolation period for boosted people after a Covid contact; Karl Nehammer tests positive after contact with member of security team

    Argentina reported a record number of Covid-19 cases on Thursday for a third day in a row at nearly 110,000, Reuters reports, as the highly infectious Omicron variant drives a third pandemic wave in the South American nation.

    The record tally of 109,608 in the middle of the southern hemisphere summer holiday season with tourist centres full of travellers, has not translated into a similar exponential rise in Covid-related deaths, which totalled 40, the government said.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/07/covid-news-live-bolsonaro-criticises-plans-to-vaccinate-young-children-as-brazil-cases-soar", + "creator": "Lucy Campbell (now); Georgina Quach, Martin Belam and Helen Livingstone (earlier)", + "pubDate": "2022-01-07T17:58:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285644,17 +289934,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "523153c6374d7da64412ff86c00ef42e", + "hash": "d18991ce756d456afb131a38092b7a6c", "highlights": [] }, { - "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": "Are films really getting longer? We ask the expert", + "description": "

    Sarah Atkinson, professor of screen media, on whether the trend for big, epic films is leading to big, epic runtimes

    Zack Snyder’s Justice League: 4hrs 2mins. The Irishman: 3hrs 29mins. The latest James Bond, the longest ever: 2hrs 43mins. Some of the most hyped films of the past few years have been as known for their length as their plot. So is this the new normal – are films getting longer? I asked Sarah Atkinson, professor of screen media at King’s College London.

    I loved Tenet, but I remember craving an interval and an ice-cream. Am I the only one feeling films are longer?
    Cinema is a bit of a machine, and is surrounded by marketing, so what we hear is often what we remember. These days, there’s a lot of talk about long running times. It’s all part of incentivising people to go out and pay for a ticket, which they won’t do unless it’s for something special – a big, epic film. Just look at the Marvel franchise: almost every one is well over two hours.

    Continue reading...", + "content": "

    Sarah Atkinson, professor of screen media, on whether the trend for big, epic films is leading to big, epic runtimes

    Zack Snyder’s Justice League: 4hrs 2mins. The Irishman: 3hrs 29mins. The latest James Bond, the longest ever: 2hrs 43mins. Some of the most hyped films of the past few years have been as known for their length as their plot. So is this the new normal – are films getting longer? I asked Sarah Atkinson, professor of screen media at King’s College London.

    I loved Tenet, but I remember craving an interval and an ice-cream. Am I the only one feeling films are longer?
    Cinema is a bit of a machine, and is surrounded by marketing, so what we hear is often what we remember. These days, there’s a lot of talk about long running times. It’s all part of incentivising people to go out and pay for a ticket, which they won’t do unless it’s for something special – a big, epic film. Just look at the Marvel franchise: almost every one is well over two hours.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/07/are-films-really-getting-longer-we-ask-the-expert", + "creator": "Coco Khan", + "pubDate": "2022-01-07T15:00:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285666,17 +289956,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a09a59ae3d0e7ab9fa02e03e453c40d8", + "hash": "e4a47f6b4f89b6f0b52a9a16c4211766", "highlights": [] }, { - "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": "Staffordshire police worker jailed for storing murder and postmortem images", + "description": "

    Darren Collins, 56, downloaded thousands of images from police databases

    A police worker who illegally downloaded and took home thousands of images, including those showing murder victims and postmortems, has been jailed for three years.

    Darren Collins, a digital forensic specialist from Stafford, admitted misconduct in a public office last month after being sacked by Staffordshire police for gross misconduct.

    Continue reading...", + "content": "

    Darren Collins, 56, downloaded thousands of images from police databases

    A police worker who illegally downloaded and took home thousands of images, including those showing murder victims and postmortems, has been jailed for three years.

    Darren Collins, a digital forensic specialist from Stafford, admitted misconduct in a public office last month after being sacked by Staffordshire police for gross misconduct.

    Continue reading...", + "category": "Police", + "link": "https://www.theguardian.com/uk-news/2022/jan/07/staffordshire-police-worker-jailed-for-storing-and-postmortem-images", + "creator": "Jessica Murray Midlands correspondent", + "pubDate": "2022-01-07T16:19:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285688,17 +289978,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "652b55c8be28de6e27830d2baa9d70c8", + "hash": "f1ab54a33c3a007bb9f696199c2ff9ab", "highlights": [] }, { - "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": "Joe Biden insists: ‘Covid as we are dealing with it now is not here to stay’ – live", + "description": "

    The federal Covid vaccination requirement for businesses with more than 100 workers and healthcare facilities is being challenged in the supreme court

    • True number of Covid deaths in the US probably undercounted, experts say
    Sign up to receive First Thing – our daily briefing by email

    There’s been a lot of back-and-forth about the efficacy of the Covid-19 vaccine – which, reminder, while everybody here is highly educated in law, nobody is an epidemiologist – and Justice Elena Kagan went hard at Ohio solicitor general Ben Flowers.

    “You said we understand that 18- to 29-year-olds, even though they’re not going to die or end up with very serious injuries, they can spread. You don’t doubt that, that they can spread to other people who are more vulnerable?” Kagan asked Flowers.

    Continue reading...", + "content": "

    The federal Covid vaccination requirement for businesses with more than 100 workers and healthcare facilities is being challenged in the supreme court

    • True number of Covid deaths in the US probably undercounted, experts say
    Sign up to receive First Thing – our daily briefing by email

    There’s been a lot of back-and-forth about the efficacy of the Covid-19 vaccine – which, reminder, while everybody here is highly educated in law, nobody is an epidemiologist – and Justice Elena Kagan went hard at Ohio solicitor general Ben Flowers.

    “You said we understand that 18- to 29-year-olds, even though they’re not going to die or end up with very serious injuries, they can spread. You don’t doubt that, that they can spread to other people who are more vulnerable?” Kagan asked Flowers.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/live/2022/jan/07/us-politics-supreme-court-vaccine-mandate-biden-republicans-democrats-live-updates", + "creator": "Vivian Ho", + "pubDate": "2022-01-07T18:03:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285710,17 +290000,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f012190a2568676abb876ffbd95acb3", + "hash": "dbc8c828b2396c519ab513be62a61e14", "highlights": [] }, { - "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": "Peruvian statue’s giant penis thrills tourists but vandals are turned off", + "description": "

    Visitors stop for selfies with 9ft representation of fertility symbol from pre-Columbian Mochica culture but phallus already damaged

    The newly erected statue of a grinning man with an enormous phallus has prompted delight and rage in an archaeological hotspot in northern Peru where it has been on show since the beginning of the year.

    Although perhaps not anatomically correct, the crimson fibreglass structure is a faithful representation of a ceramic vessel from Peru’s pre-Columbian Mochica culture, whose people lived in the region between 150 and 700 AD.

    Continue reading...", + "content": "

    Visitors stop for selfies with 9ft representation of fertility symbol from pre-Columbian Mochica culture but phallus already damaged

    The newly erected statue of a grinning man with an enormous phallus has prompted delight and rage in an archaeological hotspot in northern Peru where it has been on show since the beginning of the year.

    Although perhaps not anatomically correct, the crimson fibreglass structure is a faithful representation of a ceramic vessel from Peru’s pre-Columbian Mochica culture, whose people lived in the region between 150 and 700 AD.

    Continue reading...", + "category": "Peru", + "link": "https://www.theguardian.com/world/2022/jan/07/peru-statue-penis-phallic-symbol-tourists", + "creator": "Dan Collyns in Lima", + "pubDate": "2022-01-07T09:30:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285732,17 +290022,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "490f65cccb9aa4d3a9f1b49ecee58466", + "hash": "af2f1341d31e3386da04c78bdd926812", "highlights": [] }, { - "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": "'If it was me ...': tennis players respond to Novak Djokovic visa saga – video", + "description": "

    Figures from across the tennis world have weighed in on the controversy surrounding Novak Djokovic's entry – and now hotel detention – in Australia, as the world number one awaits a court ruling on his entry visa after his vaccine exemption was revoked. 

    The 34-year-old is being held in isolation at the Park Hotel in Carlton, Melbourne, awaiting the outcome of an appeal against the decision to cancel the reigning Australian Open champion's entry visa and deport him. 

    Players offered a range of views about Djokovic's predicament. 'In some way, I feel sorry for him. But at the same time, he knew the conditions since a lot of months ago, so he makes his own decision,' said the Spanish player Rafael Nadal

    Continue reading...", + "content": "

    Figures from across the tennis world have weighed in on the controversy surrounding Novak Djokovic's entry – and now hotel detention – in Australia, as the world number one awaits a court ruling on his entry visa after his vaccine exemption was revoked. 

    The 34-year-old is being held in isolation at the Park Hotel in Carlton, Melbourne, awaiting the outcome of an appeal against the decision to cancel the reigning Australian Open champion's entry visa and deport him. 

    Players offered a range of views about Djokovic's predicament. 'In some way, I feel sorry for him. But at the same time, he knew the conditions since a lot of months ago, so he makes his own decision,' said the Spanish player Rafael Nadal

    Continue reading...", + "category": "Melbourne", + "link": "https://www.theguardian.com/australia-news/video/2022/jan/07/if-it-was-me-tennis-players-respond-to-novak-djokovic-visa-saga-video", + "creator": "", + "pubDate": "2022-01-07T17:08:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285754,17 +290044,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1f9fe52123d00a6d8ec8f7c1772193f", + "hash": "5c6d0fb1df059abea3c04da915e02ba1", "highlights": [] }, { - "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": "Taliban stop Afghan women using bathhouses in northern provinces", + "description": "

    Decision to close public hammams – most people’s only chance for a warm wash – sparks anger in light of country’s mounting crises

    The Taliban sparked outrage this week by announcing that women in northern Afghanistan would no longer be allowed to use communal bathhouses.

    The use of bathhouses, or hammams, is an ancient tradition that remains for many people the only chance for a warm wash during the country’s bitterly cold winters.

    Continue reading...", + "content": "

    Decision to close public hammams – most people’s only chance for a warm wash – sparks anger in light of country’s mounting crises

    The Taliban sparked outrage this week by announcing that women in northern Afghanistan would no longer be allowed to use communal bathhouses.

    The use of bathhouses, or hammams, is an ancient tradition that remains for many people the only chance for a warm wash during the country’s bitterly cold winters.

    Continue reading...", + "category": "Women's rights and gender equality", + "link": "https://www.theguardian.com/global-development/2022/jan/07/taliban-stop-afghan-women-using-bathhouses-in-northern-provinces", + "creator": "Stefanie Glinski", + "pubDate": "2022-01-07T06:00:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285776,17 +290066,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "12638c534ed288ce51d23240f9dd66f5", + "hash": "ed91e4bcfa2213a118b0a020697641ca", "highlights": [] }, { - "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": "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": "", @@ -285798,17 +290088,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f47c6308a2baf8c6876a66504edb220c", + "hash": "4f08fced5d299f32ffac7e07b736af20", "highlights": [] }, { - "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": "Kazakhstan president says he gave order to ‘open fire with lethal force’", + "description": "

    Kassym-Jomart Tokayev calls protesters ‘bandits and terrorists’ and says use of force will continue

    Kazakhstan’s president, Kassym-Jomart Tokayev, has said he personally gave the order to security forces and army to “open fire with lethal force” against protesters he called “bandits and terrorists”.

    In an uncompromising address on Friday, Tokayev said lethal force without warning would continue to be used against violent demonstrators, and also blamed “so-called free media outlets” for helping fan unrest.

    Continue reading...", + "content": "

    Kassym-Jomart Tokayev calls protesters ‘bandits and terrorists’ and says use of force will continue

    Kazakhstan’s president, Kassym-Jomart Tokayev, has said he personally gave the order to security forces and army to “open fire with lethal force” against protesters he called “bandits and terrorists”.

    In an uncompromising address on Friday, Tokayev said lethal force without warning would continue to be used against violent demonstrators, and also blamed “so-called free media outlets” for helping fan unrest.

    Continue reading...", + "category": "Kazakhstan", + "link": "https://www.theguardian.com/world/2022/jan/07/kazakhstan-protests-thousands-detained-as-president-says-order-mostly-restored", + "creator": "Shaun Walker", + "pubDate": "2022-01-07T09:18:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285820,17 +290110,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "071fad07c461de47767bdc0fcb3b11a4", + "hash": "093bbc07a0a6894adc47ac4697697f45", "highlights": [] }, { - "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": "Novak Djokovic not being held ‘captive’ and free to leave whenever he chooses, Australia says", + "description": "

    Serbia’s foreign ministry claims the world No 1 was ‘lured to travel to Australia in order to be humiliated’

    Australia’s home affairs minister has dismissed any suggestion Novak Djokovic is being held “captive” in a Melbourne hotel, declaring the world No 1 is free to leave the country whenever he chooses.

    Djokovic is being held in an immigration hotel until Monday when he will challenge in court the federal government’s Thursday decision to cancel his visa.

    Continue reading...", + "content": "

    Serbia’s foreign ministry claims the world No 1 was ‘lured to travel to Australia in order to be humiliated’

    Australia’s home affairs minister has dismissed any suggestion Novak Djokovic is being held “captive” in a Melbourne hotel, declaring the world No 1 is free to leave the country whenever he chooses.

    Djokovic is being held in an immigration hotel until Monday when he will challenge in court the federal government’s Thursday decision to cancel his visa.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/2022/jan/07/australian-open-players-given-exemptions-similar-to-novak-djokovic-under-investigation", + "creator": "Cait Kelly with AAP", + "pubDate": "2022-01-07T06:04:24Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285842,17 +290132,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "49f97147b02ba42ba64bd9ea06dc9c7e", + "hash": "19b0b67c5573f7d8165fe10a7b4d4020", "highlights": [] }, { - "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": "Biden condemns Trump’s ‘web of lies’ a year on from deadly Capitol assault", + "description": "

    Joe Biden on Thursday forcefully denounced Donald Trump for spreading a “web of lies” about the legitimacy of the 2020 election in a desperate attempt to cling to power.

    The US president condemned his predecessor’s efforts as a “failed” pursuit, but one that continues to threaten the foundations of American democracy one year after the insurrection at the US Capitol when extremist Trump supporters tried, on 6 January last year, to overturn the official certification of Biden’s presidential election victory.

    Continue reading...", + "content": "

    Joe Biden on Thursday forcefully denounced Donald Trump for spreading a “web of lies” about the legitimacy of the 2020 election in a desperate attempt to cling to power.

    The US president condemned his predecessor’s efforts as a “failed” pursuit, but one that continues to threaten the foundations of American democracy one year after the insurrection at the US Capitol when extremist Trump supporters tried, on 6 January last year, to overturn the official certification of Biden’s presidential election victory.

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/2022/jan/06/joe-biden-donald-trump-capitol-attack-anniversary", + "creator": "Lauren Gambino in Washington", + "pubDate": "2022-01-06T17:31:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285864,17 +290154,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6400a1a0a750d7ebb1f3cd3560df49da", + "hash": "9b39a86b0d878997ff96213d9a34eb0a", "highlights": [] }, { - "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": "EU must have ‘frank, exacting’ dialogue with Russia, Macron says", + "description": "

    French president spoke alongside Ursula von der Leyen, who discussed an ‘architecture of European security’

    Emmanuel Macron has said the EU needs a “frank, exacting” dialogue with Russia to defuse tensions, as he called for new security arrangements on the continent.

    The French president was rebuffed by other EU states in June when he and the then German chancellor, Angela Merkel, made a surprise proposal for a summit with Vladimir Putin.

    Continue reading...", + "content": "

    French president spoke alongside Ursula von der Leyen, who discussed an ‘architecture of European security’

    Emmanuel Macron has said the EU needs a “frank, exacting” dialogue with Russia to defuse tensions, as he called for new security arrangements on the continent.

    The French president was rebuffed by other EU states in June when he and the then German chancellor, Angela Merkel, made a surprise proposal for a summit with Vladimir Putin.

    Continue reading...", + "category": "Emmanuel Macron", + "link": "https://www.theguardian.com/world/2022/jan/07/eu-must-have-frank-exacting-dialogue-with-russia-emmanuel-macron-says", + "creator": "Jennifer Rankin in Brussels", + "pubDate": "2022-01-07T13:59:11Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285886,17 +290176,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e0bd08d47b0d58553f6d66e80111664", + "hash": "e9720644756665ed234c876384ee638c", "highlights": [] }, { - "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": "More than 400 weather stations beat heat records in 2021", + "description": "

    Maximiliano Herrera, watcher of extreme weather, says last year likely to be in top five or six hottest in history

    More than 400 weather stations around the world beat their all-time highest temperature records in 2021, according to a climatologist who has been compiling weather records for over 30 years.

    Maximiliano Herrera keeps track of extreme weather around the world, and publishes an annual list of records broken in the previous year. He and many other climatologists and meteorologists who follow these issues closely expect that 2021 will probably not be the hottest year in history (Noaa and Nasa will publish their results in the next few days).

    Continue reading...", + "content": "

    Maximiliano Herrera, watcher of extreme weather, says last year likely to be in top five or six hottest in history

    More than 400 weather stations around the world beat their all-time highest temperature records in 2021, according to a climatologist who has been compiling weather records for over 30 years.

    Maximiliano Herrera keeps track of extreme weather around the world, and publishes an annual list of records broken in the previous year. He and many other climatologists and meteorologists who follow these issues closely expect that 2021 will probably not be the hottest year in history (Noaa and Nasa will publish their results in the next few days).

    Continue reading...", + "category": "Extreme weather", + "link": "https://www.theguardian.com/world/2022/jan/07/heat-records-broken-all-around-the-world-in-2021-says-climatologist", + "creator": "Bibi van der Zee", + "pubDate": "2022-01-07T11:03:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285908,17 +290198,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "849d4e31cdda36f337281b55c5e0b65b", + "hash": "7810ea53da8f8c71f3848109db7015d0", "highlights": [] }, { - "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": "Military deployed at London hospitals due to Omicron staff shortages", + "description": "

    Support, which includes 40 army doctors, shows ministers can no longer ignore scale of understaffing, union leaders say

    The armed forces are being deployed to help hospitals in London deal with a surge in Covid patients because the Omicron variant is leaving so many staff sick and unable to work.

    Of the 200 military personnel involved, 40 are doctors who will help NHS staff look after patients. The other 160 personnel, who have no medical training, will check in patients, ensure stocks are maintained and would also be “conducting basic checks”, the Ministry of Defence said.

    Continue reading...", + "content": "

    Support, which includes 40 army doctors, shows ministers can no longer ignore scale of understaffing, union leaders say

    The armed forces are being deployed to help hospitals in London deal with a surge in Covid patients because the Omicron variant is leaving so many staff sick and unable to work.

    Of the 200 military personnel involved, 40 are doctors who will help NHS staff look after patients. The other 160 personnel, who have no medical training, will check in patients, ensure stocks are maintained and would also be “conducting basic checks”, the Ministry of Defence said.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/07/military-deployed-at-london-hospitals-due-to-omicron-staff-shortages", + "creator": "Denis Campbell, Dan Sabbagh and Hannah Devlin", + "pubDate": "2022-01-07T00:01:24Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285930,17 +290220,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6b32b1dc047bde72cd4a787a7e6abfc", + "hash": "87d852e1fe79dd89422ebe081426496e", "highlights": [] }, { - "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": "Boris Johnson accused of corruption after ‘great exhibition’ text emerges", + "description": "

    PM sought funds for flat refurb from Tory donor while promising to consider plans for mystery event

    Boris Johnson has been accused of corruption after it emerged that he sought funds for his flat refurbishment from a Conservative donor while promising to consider plans for a mystery “great exhibition”.

    The prime minister is facing fresh questions after newly published WhatsApp messages with the Tory peer David Brownlow show Johnson called parts of his Downing Street residence a “tip” and asked for “approvals” so his decor designer, Lulu Lytle, could “get on with it” in November 2020.

    Continue reading...", + "content": "

    PM sought funds for flat refurb from Tory donor while promising to consider plans for mystery event

    Boris Johnson has been accused of corruption after it emerged that he sought funds for his flat refurbishment from a Conservative donor while promising to consider plans for a mystery “great exhibition”.

    The prime minister is facing fresh questions after newly published WhatsApp messages with the Tory peer David Brownlow show Johnson called parts of his Downing Street residence a “tip” and asked for “approvals” so his decor designer, Lulu Lytle, could “get on with it” in November 2020.

    Continue reading...", + "category": "Boris Johnson", + "link": "https://www.theguardian.com/politics/2022/jan/06/boris-johnson-accused-corruption-great-exhibition-text-flat-refurb", + "creator": "Aubrey Allegretti and Jessica Elgot", + "pubDate": "2022-01-06T19:52:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285952,17 +290242,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1e917920b96aee3d94a001bd251ec1e", + "hash": "494bc40fe217c582f5a70dcda7071454", "highlights": [] }, { - "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": "Bob Dylan’s lawyers call child sexual abuse lawsuit ‘false and malicious’", + "description": "

    Singer’s legal team attempt to discredit anonymous accuser after she changes timeframe of allegations in 1965

    Lawyers for Bob Dylan have formally denied allegations of child sexual abuse made against him in a lawsuit from an anonymous woman filed in August 2021.

    The lawsuit claims that Dylan groomed the woman, referred to as JC, when she was 12 years old and sexually abused her. Dylan, it is claimed, aimed to “lower her inhibitions with the object of sexually abusing her, which he did, coupled with the provision of drugs, alcohol and threats of physical violence, leaving her emotionally scarred and psychologically damaged to this day”.

    Continue reading...", + "content": "

    Singer’s legal team attempt to discredit anonymous accuser after she changes timeframe of allegations in 1965

    Lawyers for Bob Dylan have formally denied allegations of child sexual abuse made against him in a lawsuit from an anonymous woman filed in August 2021.

    The lawsuit claims that Dylan groomed the woman, referred to as JC, when she was 12 years old and sexually abused her. Dylan, it is claimed, aimed to “lower her inhibitions with the object of sexually abusing her, which he did, coupled with the provision of drugs, alcohol and threats of physical violence, leaving her emotionally scarred and psychologically damaged to this day”.

    Continue reading...", + "category": "Bob Dylan", + "link": "https://www.theguardian.com/music/2022/jan/07/bob-dylan-lawyers-abuse-lawsuit", + "creator": "Ben Beaumont-Thomas", + "pubDate": "2022-01-07T11:59:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285974,17 +290264,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "44c947ac7b45332a56d36c7b510b2792", + "hash": "70396c4481b84a956714173f8bb5d905", "highlights": [] }, { - "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": "Norwegian conscripts told to return underwear as Covid hits supplies", + "description": "

    Newly discharged conscripts to hand back items including socks and bras, to be washed and reused

    Norwegian conscripts are to return their underwear after completing military service for the next recruits, as the army struggles with dwindling supplies due to Covid.

    Norway, which guards Nato’s northern borders and shares a border with Russia, calls up about 8,000 young men and women for military service every year and until recently allowed newly discharged conscripts to leave barracks with the underwear they were issued.

    Continue reading...", + "content": "

    Newly discharged conscripts to hand back items including socks and bras, to be washed and reused

    Norwegian conscripts are to return their underwear after completing military service for the next recruits, as the army struggles with dwindling supplies due to Covid.

    Norway, which guards Nato’s northern borders and shares a border with Russia, calls up about 8,000 young men and women for military service every year and until recently allowed newly discharged conscripts to leave barracks with the underwear they were issued.

    Continue reading...", + "category": "Norway", + "link": "https://www.theguardian.com/world/2022/jan/07/norwegian-conscripts-told-to-return-underwear-as-covid-hits-supplies", + "creator": "Agence France-Presse in Oslo", + "pubDate": "2022-01-07T12:34:45Z", "enclosure": "", "enclosureType": "", "image": "", @@ -285996,17 +290286,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0451472639f64bc3f7f980ac64b5f76e", + "hash": "33fab5fa224ad407c6b1a6de3a5bee40", "highlights": [] }, { - "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": "Covid live news: France’s Omicron wave expected to peak in 10 days; Germany to debate further restrictions", + "description": "

    Covid wave in France could reach peak in 10 days time, says expert; German chancellor and state governors likely to build on new restrictions

    Argentina reported a record number of Covid-19 cases on Thursday for a third day in a row at nearly 110,000, Reuters reports, as the highly infectious Omicron variant drives a third pandemic wave in the South American nation.

    The record tally of 109,608 in the middle of the southern hemisphere summer holiday season with tourist centres full of travellers, has not translated into a similar exponential rise in Covid-related deaths, which totalled 40, the government said.

    Continue reading...", + "content": "

    Covid wave in France could reach peak in 10 days time, says expert; German chancellor and state governors likely to build on new restrictions

    Argentina reported a record number of Covid-19 cases on Thursday for a third day in a row at nearly 110,000, Reuters reports, as the highly infectious Omicron variant drives a third pandemic wave in the South American nation.

    The record tally of 109,608 in the middle of the southern hemisphere summer holiday season with tourist centres full of travellers, has not translated into a similar exponential rise in Covid-related deaths, which totalled 40, the government said.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/07/covid-news-live-bolsonaro-criticises-plans-to-vaccinate-young-children-as-brazil-cases-soar", + "creator": "Martin Belam (now) and Helen Livingstone (earlier)", + "pubDate": "2022-01-07T09:50:11Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286018,17 +290308,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c49ed913ae6816ad46c1a9ee0cb918da", + "hash": "b6de8783b7f094d6fccf12866235dc3b", "highlights": [] }, { - "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": "Philippines’ Duterte orders arrest of unvaccinated people who violate stay-at-home orders", + "description": "

    President ‘appalled’ at the large numbers of Filipinos not vaccinated ‘galloping in our community’

    The Philippine president, Rodrigo Duterte, has ordered the arrest of unvaccinated people who violate stay-at-home orders aimed at curbing “galloping” coronavirus infections driven by the Omicron variant.

    The government tightened restrictions in Manila and several provinces and cities this week. Unvaccinated people among the capital’s 13 million people were ordered to stay home, after infection numbers tripled in the last two days.

    Continue reading...", + "content": "

    President ‘appalled’ at the large numbers of Filipinos not vaccinated ‘galloping in our community’

    The Philippine president, Rodrigo Duterte, has ordered the arrest of unvaccinated people who violate stay-at-home orders aimed at curbing “galloping” coronavirus infections driven by the Omicron variant.

    The government tightened restrictions in Manila and several provinces and cities this week. Unvaccinated people among the capital’s 13 million people were ordered to stay home, after infection numbers tripled in the last two days.

    Continue reading...", + "category": "Philippines", + "link": "https://www.theguardian.com/world/2022/jan/07/philippines-duterte-orders-arrest-of-unvaccinated-people-who-violate-stay-at-home-orders", + "creator": "Agence France-Presse", + "pubDate": "2022-01-07T00:41:55Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286040,17 +290330,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9a30c3531f4ff9c81d1c18fd231a031", + "hash": "18603f9a50f37c5896271932555ef968", "highlights": [] }, { - "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": "True number of Covid deaths in the US likely undercounted, experts say", + "description": "

    Many of the deaths aren’t counted in the official Covid tally because they happen months after infections, expert says

    The true number of deaths from the Covid pandemic in the US are likely being undercounted, due to the long-lasting and little-understood effects of Covid infection and other deadly complications that surged during the past two years.

    “We are seeing right now the highest death rates we have ever seen in the history of this business,” J Scott Davison, CEO of insurance company OneAmerica, told journalists on 30 December.

    Continue reading...", + "content": "

    Many of the deaths aren’t counted in the official Covid tally because they happen months after infections, expert says

    The true number of deaths from the Covid pandemic in the US are likely being undercounted, due to the long-lasting and little-understood effects of Covid infection and other deadly complications that surged during the past two years.

    “We are seeing right now the highest death rates we have ever seen in the history of this business,” J Scott Davison, CEO of insurance company OneAmerica, told journalists on 30 December.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2022/jan/07/true-number-covid-deaths-us-likely-undercounted-experts", + "creator": "Melody Schreiber", + "pubDate": "2022-01-07T10:00:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286062,17 +290352,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea03b10e9e655fa2e7e6d403c52cd7f0", + "hash": "aea8013296fec37da72eee04dfd4c758", "highlights": [] }, { - "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": "We know the hell we’re in. It will get worse before it gets better | Melbourne ICU nurse", + "description": "

    I’ve seen people die without their family. It used to bring me to tears. Now I just feel weary

    My therapist says it’s OK that sometimes I feel dead inside.

    I’m a critical care nurse. I worked in intensive care for all of 2020 and 2021.

    Continue reading...", + "content": "

    I’ve seen people die without their family. It used to bring me to tears. Now I just feel weary

    My therapist says it’s OK that sometimes I feel dead inside.

    I’m a critical care nurse. I worked in intensive care for all of 2020 and 2021.

    Continue reading...", + "category": "Health", + "link": "https://www.theguardian.com/commentisfree/2022/jan/07/we-know-the-hell-were-in-it-will-get-worse-before-it-gets-better", + "creator": "Melbourne ICU nurse", + "pubDate": "2022-01-06T23:03:25Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286084,17 +290374,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "721fd616f298fcd6f91e62a8c78110ad", + "hash": "d85e1b072b14f879b899d5f4a3f1ac22", "highlights": [] }, { - "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": "Scientists step up hunt for ‘Asian unicorn’, one of world’s rarest animals", + "description": "

    The saola is so elusive that no biologist has seen one in the wild. Now they are racing to find it, so they can save it

    Weighing 80-100kg and sporting long straight horns, white spots on its face and large facial scent glands, the saola does not sound like an animal that would be hard to spot. But it was not until 1992 that this elusive creature was discovered, becoming the first large mammal new to science in more than 50 years.

    Nicknamed the “Asian unicorn”, the saola continues to be elusive. They have never been seen by a biologist in the wild and have been camera-trapped only a handful of times. There are reports of villagers trying to keep them in captivity but they have died after a few weeks, probably due to the wrong diet.

    Continue reading...", + "content": "

    The saola is so elusive that no biologist has seen one in the wild. Now they are racing to find it, so they can save it

    Weighing 80-100kg and sporting long straight horns, white spots on its face and large facial scent glands, the saola does not sound like an animal that would be hard to spot. But it was not until 1992 that this elusive creature was discovered, becoming the first large mammal new to science in more than 50 years.

    Nicknamed the “Asian unicorn”, the saola continues to be elusive. They have never been seen by a biologist in the wild and have been camera-trapped only a handful of times. There are reports of villagers trying to keep them in captivity but they have died after a few weeks, probably due to the wrong diet.

    Continue reading...", + "category": "Endangered species", + "link": "https://www.theguardian.com/environment/2022/jan/07/scientists-step-up-hunt-for-asian-unicorn-one-of-worlds-rarest-animals-aoe", + "creator": "Veronika Perková", + "pubDate": "2022-01-07T07:30:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286106,17 +290396,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dabddff86909264e28ef930cbfe45d46", + "hash": "a6afdc60e5f69b7b83aa6d277b54ae30", "highlights": [] }, { - "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": "Invisible headphones to chameleon cars: standout tech from CES 2022", + "description": "

    Mobile phone, TV, carmakers and other major players tout what’s new at the annual Las Vegas tech showcase

    From colour-shifting cars to digital art TVs and stress-predicting watches, the annual Consumer Electronics Show in Las Vegas, which opened on Wednesday, offered its usual mix of wacky, visionary and desirable goods. Here are some of the highlights.

    Continue reading...", + "content": "

    Mobile phone, TV, carmakers and other major players tout what’s new at the annual Las Vegas tech showcase

    From colour-shifting cars to digital art TVs and stress-predicting watches, the annual Consumer Electronics Show in Las Vegas, which opened on Wednesday, offered its usual mix of wacky, visionary and desirable goods. Here are some of the highlights.

    Continue reading...", + "category": "CES", + "link": "https://www.theguardian.com/technology/2022/jan/07/invisible-headphones-to-chameleon-cars-standout-tech-from-ces-2022", + "creator": "Dan Milmo Global technology editor", + "pubDate": "2022-01-07T12:00:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286128,17 +290418,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ff84143422aa78d563df10708a86631", + "hash": "79a9fddd6955f8e981613db89d934b44", "highlights": [] }, { - "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": "Attorney general ‘considering’ referring Colston statue case to appeal court", + "description": "

    Suella Braverman says she is thinking about unusual move, after Tory outcry over protesters’ acquittal

    The attorney general has said she is “carefully considering” whether to refer the Colston statue case to the court of appeal after a jury cleared four protesters of criminal damage over the toppling of the monument.

    Suella Braverman announced she was contemplating what would be a highly unusual move after an outcry from Conservative MPs following the jury’s verdict on Wednesday. The former cabinet minister Robert Jenrick suggested the rule of law had been undermined while Tom Hunt, a vice-chair of the parliamentary Common Sense Group, said he was “deeply concerned by the precedent set here”, despite jury decisions not setting legal precedents.

    Continue reading...", + "content": "

    Suella Braverman says she is thinking about unusual move, after Tory outcry over protesters’ acquittal

    The attorney general has said she is “carefully considering” whether to refer the Colston statue case to the court of appeal after a jury cleared four protesters of criminal damage over the toppling of the monument.

    Suella Braverman announced she was contemplating what would be a highly unusual move after an outcry from Conservative MPs following the jury’s verdict on Wednesday. The former cabinet minister Robert Jenrick suggested the rule of law had been undermined while Tom Hunt, a vice-chair of the parliamentary Common Sense Group, said he was “deeply concerned by the precedent set here”, despite jury decisions not setting legal precedents.

    Continue reading...", + "category": "Bristol", + "link": "https://www.theguardian.com/uk-news/2022/jan/07/attorney-general-considering-referring-colston-statue-case-to-appeal-court", + "creator": "Haroon Siddique Legal affairs correspondent", + "pubDate": "2022-01-07T12:37:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286150,17 +290440,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bf7c8b6f70b7c03c42ceefa55613aa0", + "hash": "e25bcf69ac8c32fa204d3dfd99c949ce", "highlights": [] }, { - "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": "Steve Bell on the legacy of the Iraq war for Julian Assange and Tony Blair – cartoon", + "description": "Continue reading...", + "content": "Continue reading...", + "category": "Julian Assange", + "link": "https://www.theguardian.com/commentisfree/picture/2022/jan/06/steve-bell-on-the-legacy-of-the-iraq-war-for-julian-assange-and-tony-blair-cartoon", + "creator": "Steve Bell", + "pubDate": "2022-01-06T20:00:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286172,17 +290462,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d885273ff29bbb380be33040d6e146a", + "hash": "0c9bda9d261b4be18f28b2f0a028197e", "highlights": [] }, { - "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": "US Capitol attack: is the government’s expanded online surveillance effective?", + "description": "

    The Brennan Center for Justice explains how the US government monitors social media – and how ‘counter-terrorism’ efforts can threaten civil rights and privacy

    In the year since the deadly insurrection at the US Capitol, federal authorities have faced intense scrutiny for failing to detect warning signs on social media.

    After the 6 January insurrection, the US agency tasked with combatting terrorism and extremism, the Department of Homeland Security (DHS), has expanded its monitoring of online activity, with officials touting a new domestic terrorism intelligence branch focused on tracking online threats and sharing information about possible attacks.

    Continue reading...", + "content": "

    The Brennan Center for Justice explains how the US government monitors social media – and how ‘counter-terrorism’ efforts can threaten civil rights and privacy

    In the year since the deadly insurrection at the US Capitol, federal authorities have faced intense scrutiny for failing to detect warning signs on social media.

    After the 6 January insurrection, the US agency tasked with combatting terrorism and extremism, the Department of Homeland Security (DHS), has expanded its monitoring of online activity, with officials touting a new domestic terrorism intelligence branch focused on tracking online threats and sharing information about possible attacks.

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/2022/jan/07/us-capitol-attack-government-online-surveillance", + "creator": "Sam Levin in Los Angeles", + "pubDate": "2022-01-07T11:00:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286194,17 +290484,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "77ec53155ced006498cc4ec37f0b9896", + "hash": "c60492f9f26114416ff1b1a353df760c", "highlights": [] }, { - "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": "Ruby Princess sparks Covid concerns after a dozen passengers reportedly test positive in US", + "description": "

    Princess Cruises’ ship was at centre of 2020 outbreak in Sydney which resulted in over 900 cases and 28 deaths

    The Ruby Princess cruise ship sparked concerns about a Covid-19 outbreak in San Francisco after a dozen passengers were reported to test positive.

    It is nearly two years since a Covid outbreak when the ship docked in Sydney resulting in over 900 infections and 28 deaths.

    Continue reading...", + "content": "

    Princess Cruises’ ship was at centre of 2020 outbreak in Sydney which resulted in over 900 cases and 28 deaths

    The Ruby Princess cruise ship sparked concerns about a Covid-19 outbreak in San Francisco after a dozen passengers were reported to test positive.

    It is nearly two years since a Covid outbreak when the ship docked in Sydney resulting in over 900 infections and 28 deaths.

    Continue reading...", + "category": "Ruby Princess", + "link": "https://www.theguardian.com/australia-news/2022/jan/07/ruby-princess-sparks-covid-concerns-after-a-dozen-passengers-reportedly-test-positive-in-us", + "creator": "Josh Taylor", + "pubDate": "2022-01-07T10:06:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286216,17 +290506,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae46c16f06ad3a16c305c58f9934ccfc", + "hash": "a8d7d83bee4b754577c666cab71efd8a", "highlights": [] }, { - "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": "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": "", @@ -286238,16 +290528,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "865ffddad1fd40cec4eee0c0f7fabb6a" + "hash": "da8b19685793273671aaf6ddf05de9c1", + "highlights": [] }, { - "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": "Tilda Swinton: ‘My ambition was always about having a house by the sea and some dogs’", + "description": "

    The actor opens up about her queer years with Derek Jarman and her latest clutch of films, and reveals her plans for a career change. And all while taking her five spaniels for a walk

    Tilda Swinton is waiting for me when I land at Inverness airport. She’s smiling, and says she’s got a surprise. We head off towards her car, Swinton marching ahead imperiously. In the car there are four springer spaniels in the back and a fifth, the eldest, Rosy, is in the front passenger seat.

    Last time I interviewed Swinton at home in the Scottish Highlands it was 2008, Rosy was a puppy and she spent the whole time sitting on my knee. Swinton lifts her out of the front passenger seat of the Volvo to make way for me – then plonks her on my knee.

    Continue reading...", + "content": "

    The actor opens up about her queer years with Derek Jarman and her latest clutch of films, and reveals her plans for a career change. And all while taking her five spaniels for a walk

    Tilda Swinton is waiting for me when I land at Inverness airport. She’s smiling, and says she’s got a surprise. We head off towards her car, Swinton marching ahead imperiously. In the car there are four springer spaniels in the back and a fifth, the eldest, Rosy, is in the front passenger seat.

    Last time I interviewed Swinton at home in the Scottish Highlands it was 2008, Rosy was a puppy and she spent the whole time sitting on my knee. Swinton lifts her out of the front passenger seat of the Volvo to make way for me – then plonks her on my knee.

    Continue reading...", + "category": "Tilda Swinton", + "link": "https://www.theguardian.com/film/2022/jan/07/tilda-swinton-my-ambition-was-always-about-having-a-house-by-the-sea-and-some-dogs", + "creator": "Simon Hattenstone", + "pubDate": "2022-01-07T06:00:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286259,16 +290550,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3fd88586f78ef0a7bea109349b4acb4f" + "hash": "785bc04084856bc1f1c35b3f01aab686", + "highlights": [] }, { - "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": "You be the judge: should my sister stop bringing strangers back to our shared flat?", + "description": "

    They have very different boundaries – we air both sides, and ask you to deliver a verdict
    If you have a disagreement you’d like settled, or want to be part of our jury, click here

    I’m not against my sister going out and having fun, but she’s also got to respect my boundaries

    Continue reading...", + "content": "

    They have very different boundaries – we air both sides, and ask you to deliver a verdict
    If you have a disagreement you’d like settled, or want to be part of our jury, click here

    I’m not against my sister going out and having fun, but she’s also got to respect my boundaries

    Continue reading...", + "category": "Sex", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/07/you-be-the-judge-should-my-sister-stop-bringing-strangers-back-to-our-shared-flat", + "creator": "Interviews by Georgina Lawton", + "pubDate": "2022-01-07T08:00:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286280,16 +290572,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4855d5f8a18bf24a3c56a9e94fb513b" + "hash": "aa752690f8c41e7fe72a2dafff6340d2", + "highlights": [] }, { - "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": "Fear and uploading in Singapore after OnlyFans creator charged over ‘obscene’ material", + "description": "

    Other creators are on edge after arrest of influencer Titus Low, concerned their income streams could soon disappear because of ‘outdated’ laws

    “Technically, I would guess that 80% of people are criminals according to that law since most of us have downloaded porn before, or if you’ve ever sent a dirty pic to your partner, that too is a crime.”

    One OnlyFans content creator, who goes by the online handle LucyToday, is among the many in Singapore who fear what the future holds after police decided to charge fellow creator and influencer Titus Low Kaide with transmitting what the police alleged were “obscene materials”. It is the first time an OnlyFans creator has faced prosecution in Singapore for sharing such content via the platform, according to local media.

    Continue reading...", + "content": "

    Other creators are on edge after arrest of influencer Titus Low, concerned their income streams could soon disappear because of ‘outdated’ laws

    “Technically, I would guess that 80% of people are criminals according to that law since most of us have downloaded porn before, or if you’ve ever sent a dirty pic to your partner, that too is a crime.”

    One OnlyFans content creator, who goes by the online handle LucyToday, is among the many in Singapore who fear what the future holds after police decided to charge fellow creator and influencer Titus Low Kaide with transmitting what the police alleged were “obscene materials”. It is the first time an OnlyFans creator has faced prosecution in Singapore for sharing such content via the platform, according to local media.

    Continue reading...", + "category": "Singapore", + "link": "https://www.theguardian.com/world/2022/jan/07/fear-and-uploading-in-singapore-after-onlyfans-creator-charged-over-obscene-material", + "creator": "Rebecca Root", + "pubDate": "2022-01-07T04:54:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286301,16 +290594,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "413cfe63d8943a05f784d091a0d2b375" + "hash": "87846aba3fde879b323324b41c5b2f7c", + "highlights": [] }, { - "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": "‘Booty is part of Blackness!’ Bobby Rush on blues, dirty dancing and being the funkiest man alive", + "description": "

    After 75 years of performing live – including in mid-century minstrel shows – Rush’s joyful ‘folk funk’ is finally attracting wide acclaim. He talks about his tough childhood, his feud with James Brown and staying true to his Black audience


    The King of the Chitlin’ Circuit. The Hardest Working Man in Showbiz. The Funkiest Man Alive. These are just three honorary titles bestowed on Bobby Rush, and he wears them all with joyous pride. Rush had planned to start the new year with two performances in London until Omicron cancelled his entire European tour, but relaxing at home in Jackson, Mississippi, the 88-year old exudes bonhomie. Covid-19 has already disrupted his life plenty, forcing a man who, until 2020, spent the past five decades working over 200 nights a year, to take time out. Did he relax? Rush laughs: “Sure I did. I got busy in my home studio cutting new material.”

    This was after he recovered from coronavirus. “I was the first person in Mississippi to get Covid,” says Rush. “It was before they had the vaccines and I got real ill, hospitalised for five weeks. I survived through God’s grace and the fact that I’ve always kept fit, never touched drugs or alcohol. But it sure beat up on me like nothing else before.”

    Continue reading...", + "content": "

    After 75 years of performing live – including in mid-century minstrel shows – Rush’s joyful ‘folk funk’ is finally attracting wide acclaim. He talks about his tough childhood, his feud with James Brown and staying true to his Black audience


    The King of the Chitlin’ Circuit. The Hardest Working Man in Showbiz. The Funkiest Man Alive. These are just three honorary titles bestowed on Bobby Rush, and he wears them all with joyous pride. Rush had planned to start the new year with two performances in London until Omicron cancelled his entire European tour, but relaxing at home in Jackson, Mississippi, the 88-year old exudes bonhomie. Covid-19 has already disrupted his life plenty, forcing a man who, until 2020, spent the past five decades working over 200 nights a year, to take time out. Did he relax? Rush laughs: “Sure I did. I got busy in my home studio cutting new material.”

    This was after he recovered from coronavirus. “I was the first person in Mississippi to get Covid,” says Rush. “It was before they had the vaccines and I got real ill, hospitalised for five weeks. I survived through God’s grace and the fact that I’ve always kept fit, never touched drugs or alcohol. But it sure beat up on me like nothing else before.”

    Continue reading...", + "category": "Blues", + "link": "https://www.theguardian.com/music/2022/jan/07/booty-is-part-of-blackness-bobby-rush-on-blues-dirty-dancing-and-being-the-funkiest-man-alive", + "creator": "Garth Cartwright", + "pubDate": "2022-01-07T08:00:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286322,16 +290616,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b13e530104280ea8d56a68e3a6e5331f" + "hash": "2efd7c7691224611ac14cc247274b8aa", + "highlights": [] }, { - "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": "The people who turned in their parents for their role in the Capitol attack", + "description": "

    Many young Americans are still reeling from their parents’ involvement in the violence of a year ago – and some reported them to the police

    A year on from the Capitol attack by loyalist supporters of Donald Trump, many families are still reeling from members outing each other to law enforcement and offspring traumatized by their parents’ involvement in the insurrection.

    Jackson Reffitt, a 19-year old from Texas, called the FBI weeks before his father, Guy Reffitt, stormed the US Capitol on January, saying that his father had been hinting at doing “something big”, Teen Vogue reported.

    Continue reading...", + "content": "

    Many young Americans are still reeling from their parents’ involvement in the violence of a year ago – and some reported them to the police

    A year on from the Capitol attack by loyalist supporters of Donald Trump, many families are still reeling from members outing each other to law enforcement and offspring traumatized by their parents’ involvement in the insurrection.

    Jackson Reffitt, a 19-year old from Texas, called the FBI weeks before his father, Guy Reffitt, stormed the US Capitol on January, saying that his father had been hinting at doing “something big”, Teen Vogue reported.

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/2022/jan/07/capitol-attack-riot-trump-family-parents", + "creator": "Maya Yang", + "pubDate": "2022-01-07T11:00:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286343,16 +290638,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3628050340838f37ab9b016493f5b9fa" + "hash": "f0485a0b94ec705d6fa059d036f0fc90", + "highlights": [] }, { - "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": "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": "", @@ -286364,16 +290660,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8f81f7ab3428cb55ee5423b5718db46" + "hash": "bd0b92689b3dd68ed99ce95ff278b1eb", + "highlights": [] }, { - "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": "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": "", @@ -286385,16 +290682,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfb943b8879d750c1c66c6fdad61903e" + "hash": "8da8bcdbadc27a5536dba97edd5e84a1", + "highlights": [] }, { - "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": "Beijing fines 7-Eleven for calling Taiwan a country", + "description": "

    Company fined 50,000 yuan for ‘errors’ including failing to use China’s names for disputed South China Sea islands

    Beijing has fined and issued a warning to 7-Eleven over its website listing Taiwan as a country and displaying maps it said contained erroneous borders for Xinjiang and Tibet.

    The Beijing municipal government fined the company 50,000 yuan ($7,842) for the “errors” including “wrongful act of assigning Taiwan province as an independent country”.

    Continue reading...", + "content": "

    Company fined 50,000 yuan for ‘errors’ including failing to use China’s names for disputed South China Sea islands

    Beijing has fined and issued a warning to 7-Eleven over its website listing Taiwan as a country and displaying maps it said contained erroneous borders for Xinjiang and Tibet.

    The Beijing municipal government fined the company 50,000 yuan ($7,842) for the “errors” including “wrongful act of assigning Taiwan province as an independent country”.

    Continue reading...", + "category": "Taiwan", + "link": "https://www.theguardian.com/world/2022/jan/07/beijing-fines-7-eleven-for-calling-taiwan-a-country", + "creator": "Helen Davidson", + "pubDate": "2022-01-07T04:35:27Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286406,16 +290704,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bbf66d5445b11933d03febd4285110d" + "hash": "df3d0c65400f379449f3cf48d4a7933a", + "highlights": [] }, { - "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": "China scientist pleads guilty to stealing trade secret from Monsanto", + "description": "

    Xiang Haitao admitted to stealing software developed by the agribusiness giant to take to China, says justice department

    A Chinese national has pleaded guilty to conspiring to steal a trade secret from American agribusiness giant Monsanto, the US justice department said.

    Xiang Haitao, 44, was employed as an imaging scientist by Monsanto and its subsidiary, The Climate Corporation, from 2008 to 2017, the department said in a statement.

    Continue reading...", + "content": "

    Xiang Haitao admitted to stealing software developed by the agribusiness giant to take to China, says justice department

    A Chinese national has pleaded guilty to conspiring to steal a trade secret from American agribusiness giant Monsanto, the US justice department said.

    Xiang Haitao, 44, was employed as an imaging scientist by Monsanto and its subsidiary, The Climate Corporation, from 2008 to 2017, the department said in a statement.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2022/jan/07/china-scientist-pleads-guilty-to-stealing-trade-secret-from-monsanto", + "creator": "Agence France-Presse", + "pubDate": "2022-01-07T02:52:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286427,17 +290726,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "d99b7bbfeb9b41e033cf416327299c6f" + "hash": "96d360d73cd56abc0a29aff8b240f4bf", + "highlights": [] }, { - "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": "", + "title": "Christmas tree ignited by child may have sparked deadly Philadelphia fire", + "description": "

    Investigators are looking into the possibility that five-year-old playing with a lighter sparked blaze that killed 12

    Investigators are looking into the possibility that a five-year-old who was playing with a lighter set a Christmas tree on fire, sparking a conflagration that killed 12 people in a Philadelphia rowhome, officials revealed on Thursday.

    The revelation was included in a search warrant application as city and federal investigators sought to determine the cause of the city’s deadliest single blaze in more than a century, which took the lives of two sisters, several of their children and others early on Wednesday.

    Continue reading...", + "content": "

    Investigators are looking into the possibility that five-year-old playing with a lighter sparked blaze that killed 12

    Investigators are looking into the possibility that a five-year-old who was playing with a lighter set a Christmas tree on fire, sparking a conflagration that killed 12 people in a Philadelphia rowhome, officials revealed on Thursday.

    The revelation was included in a search warrant application as city and federal investigators sought to determine the cause of the city’s deadliest single blaze in more than a century, which took the lives of two sisters, several of their children and others early on Wednesday.

    Continue reading...", + "category": "Philadelphia", + "link": "https://www.theguardian.com/us-news/2022/jan/06/philadelphia-house-fire-cause", + "creator": "Associated Press", + "pubDate": "2022-01-07T02:45:48Z", + "enclosure": "", "enclosureType": "", "image": "", "id": "", @@ -286448,16 +290748,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c489502f0897d67af722431ede2352c0" + "hash": "e4fdbacb3a937f09eccbc2f63c0494cd", + "highlights": [] }, { - "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": "Soldier’s second world war letter to his mother delivered after 76 years", + "description": "

    John Gonsalves wrote to his mother when he was stationed in Germany in 1945 but the letter would be lost until this year

    A letter sent from a US soldier stationed in Germany to his mother in Massachusetts has been delivered 76 years after it was sent.

    Army Sgt John Gonsalves, 22 at the time, wrote to his mother in Woburn in December 1945 after the official end of the second world war, WFXT-TV reported Wednesday.

    Continue reading...", + "content": "

    John Gonsalves wrote to his mother when he was stationed in Germany in 1945 but the letter would be lost until this year

    A letter sent from a US soldier stationed in Germany to his mother in Massachusetts has been delivered 76 years after it was sent.

    Army Sgt John Gonsalves, 22 at the time, wrote to his mother in Woburn in December 1945 after the official end of the second world war, WFXT-TV reported Wednesday.

    Continue reading...", + "category": "Second world war", + "link": "https://www.theguardian.com/world/2022/jan/06/soldier-world-war-ii-letter-delivered-after-76-years", + "creator": "Associated Press", + "pubDate": "2022-01-07T01:39:25Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286469,16 +290770,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a01660c7527200eb2926d8474dec3fba" + "hash": "70a59965b5b4b6970edff47cfc4a1ec6", + "highlights": [] }, { - "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": "California prosecutor who campaigned against vaccine mandates dies of Covid", + "description": "

    Kelly Ernby, who recently ran for the state assembly, was unvaccinated at the time of her death, husband says

    A deputy district attorney from California who regularly spoke out against vaccine mandates has died of complications from Covid-19.

    Kelly Ernby, 46, a prosecutor from Orange county, southern California, who recently ran for the state assembly, died after contracting the virus, her family and friends have said.

    Continue reading...", + "content": "

    Kelly Ernby, who recently ran for the state assembly, was unvaccinated at the time of her death, husband says

    A deputy district attorney from California who regularly spoke out against vaccine mandates has died of complications from Covid-19.

    Kelly Ernby, 46, a prosecutor from Orange county, southern California, who recently ran for the state assembly, died after contracting the virus, her family and friends have said.

    Continue reading...", + "category": "California", + "link": "https://www.theguardian.com/us-news/2022/jan/06/kelly-ernby-california-prosecutor-dies-covid", + "creator": "Gloria Oladipo in New York", + "pubDate": "2022-01-06T19:22:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286490,16 +290792,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb2ef2a29553af69e86200808cdfc8c5" + "hash": "e0316419715b28ca50ccb1123c9eb974", + "highlights": [] }, { - "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": "‘Something wrong, something good’: Taiwan grapples with remembering Chiang Kai-shek", + "description": "

    Memorials to dictator are defended even by those who suffered; they want new generations to know he fostered island’s prosperity and independence

    Fred Chin fumbles with the combination lock on an old metal gate, the bright turquoise marred by rust spots and grime. On the other side is a long dark corridor and rows of cells. It was here that Chin was detained, tried and sentenced to 12 years in an offshore jail by the totalitarian regime that ruled Taiwan for almost 40 years.

    “In one and a half years I left this room four times,” says the now 72-year-old, gesturing to the whitewashed walls. “Three times for court, and the last time when I was sent to Green Island. 365 days a year, 24 hours a day, the door was closed.”

    Continue reading...", + "content": "

    Memorials to dictator are defended even by those who suffered; they want new generations to know he fostered island’s prosperity and independence

    Fred Chin fumbles with the combination lock on an old metal gate, the bright turquoise marred by rust spots and grime. On the other side is a long dark corridor and rows of cells. It was here that Chin was detained, tried and sentenced to 12 years in an offshore jail by the totalitarian regime that ruled Taiwan for almost 40 years.

    “In one and a half years I left this room four times,” says the now 72-year-old, gesturing to the whitewashed walls. “Three times for court, and the last time when I was sent to Green Island. 365 days a year, 24 hours a day, the door was closed.”

    Continue reading...", + "category": "Taiwan", + "link": "https://www.theguardian.com/world/2022/jan/07/something-wrong-something-good-taiwan-grapples-with-remembering-chiang-kai-shek", + "creator": "Helen Davidson in Taipei", + "pubDate": "2022-01-07T05:00:30Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286511,16 +290814,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d9200e009cf6ccbd272ee2c516a07f9" + "hash": "021caf9ddd1bebad325e3759d8d65aad", + "highlights": [] }, { - "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": "‘Everyone asks about Novak’ but Mehdi has languished for nine years in Australian immigration detention", + "description": "

    Iranian was 15 when he arrived by boat in Australia seeking sanctuary. Despite formal recognition as a refugee he hasn’t been free since – he turned 24 on Friday

    Nine. Nine birthdays in detention. Mehdi reels them off : “Sixteen, 17, 18, 19 …”

    “I’m 24 now,” he says in resignation. “I’m still here.”

    Continue reading...", + "content": "

    Iranian was 15 when he arrived by boat in Australia seeking sanctuary. Despite formal recognition as a refugee he hasn’t been free since – he turned 24 on Friday

    Nine. Nine birthdays in detention. Mehdi reels them off : “Sixteen, 17, 18, 19 …”

    “I’m 24 now,” he says in resignation. “I’m still here.”

    Continue reading...", + "category": "Refugees", + "link": "https://www.theguardian.com/world/2022/jan/07/everyone-asks-about-novak-but-mehdi-has-languished-for-nine-years-in-australian-immigration-detention", + "creator": "Ben Doherty", + "pubDate": "2022-01-07T00:31:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286532,16 +290836,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "79c0f43ab35da927e5d51372add8c8da" + "hash": "5c09f577972895fc246ec552a58dd4da", + "highlights": [] }, { - "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": "Tributes paid to paramedic Alice Clark, 21, who died in ambulance crash", + "description": "

    Two other paramedics suffered serious injuries in collision with a cement lorry near Tonbridge, Kent

    Tributes have been paid to a 21-year-old paramedic who died after her ambulance was involved in a crash with a cement lorry in Kent.

    Alice Clark’s parents praised her as a “beautiful, kind, fun-loving daughter” who will be missed “more than words can say” while a colleague described her as “kind and dedicated”.

    Continue reading...", + "content": "

    Two other paramedics suffered serious injuries in collision with a cement lorry near Tonbridge, Kent

    Tributes have been paid to a 21-year-old paramedic who died after her ambulance was involved in a crash with a cement lorry in Kent.

    Alice Clark’s parents praised her as a “beautiful, kind, fun-loving daughter” who will be missed “more than words can say” while a colleague described her as “kind and dedicated”.

    Continue reading...", + "category": "Kent", + "link": "https://www.theguardian.com/uk-news/2022/jan/06/paramedic-dies-after-collision-between-ambulance-and-truck-in-kent", + "creator": "PA Media", + "pubDate": "2022-01-06T21:24:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286553,16 +290858,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ccb1f60794f5829a5e4ca3917f1730b" + "hash": "05c1c565420a05bcab7fe8a3fbf91709", + "highlights": [] }, { - "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": "Michel Houellebecq envisages 2027 French election in latest novel Destroy", + "description": "

    New book by firebrand author features a Macron-like outgoing leader as well as real-life figures including far-right Éric Zemmour

    With the French presidential campaign under way, one of the country’s most provocative writers, Michel Houellebecq, is back with a novel closely linked to the forthcoming election. The 65-year-old author of Atomised and Platform releases the French edition of his 730-page novel Anéantir (Destroy) on Friday, with a sizeable first print run of 300,000 copies.

    Anéantir begins during a fictional presidential election campaign in 2027. Marine Le Pen has stepped down as leader of the National Rally but far-right candidate Éric Zemmour is still sparking controversy. President Emmanuel Macron is another real-life figure who, while not named, seems to feature, as is Bruno Le Maire, the current economy minister. Le Maire, a friend of Houellebecq, is the inspiration for Bruno Juge, one of the story’s protagonists.

    Continue reading...", + "content": "

    New book by firebrand author features a Macron-like outgoing leader as well as real-life figures including far-right Éric Zemmour

    With the French presidential campaign under way, one of the country’s most provocative writers, Michel Houellebecq, is back with a novel closely linked to the forthcoming election. The 65-year-old author of Atomised and Platform releases the French edition of his 730-page novel Anéantir (Destroy) on Friday, with a sizeable first print run of 300,000 copies.

    Anéantir begins during a fictional presidential election campaign in 2027. Marine Le Pen has stepped down as leader of the National Rally but far-right candidate Éric Zemmour is still sparking controversy. President Emmanuel Macron is another real-life figure who, while not named, seems to feature, as is Bruno Le Maire, the current economy minister. Le Maire, a friend of Houellebecq, is the inspiration for Bruno Juge, one of the story’s protagonists.

    Continue reading...", + "category": "Books", + "link": "https://www.theguardian.com/books/2022/jan/07/michel-houellebecq-french-election-latest-novel-eric-zemmour", + "creator": "Lucy Knight", + "pubDate": "2022-01-07T09:47:52Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286574,16 +290880,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "89cdc26dadcc237709722d1a88283332" + "hash": "785934c191b2aaa32fab6c6b125e7357", + "highlights": [] }, { - "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": "Australian treasurer Josh Frydenberg reveals he has Covid", + "description": "

    ‘Like thousands of Australians, I tested positive today to Covid-19,’ Frydenberg tweeted, as the country reported a record 78,000 cases

    Australia’s treasurer, Josh Frydenberg, has tested positive to Covid-19, he announced late on Friday.

    As the country deals with a massive rise in case numbers due to the spread of the Omicron variant, with more than 78,000 Covid cases reported in a single day on Friday, Frydenberg tweeted the news that he had joined the statistics.

    Continue reading...", + "content": "

    ‘Like thousands of Australians, I tested positive today to Covid-19,’ Frydenberg tweeted, as the country reported a record 78,000 cases

    Australia’s treasurer, Josh Frydenberg, has tested positive to Covid-19, he announced late on Friday.

    As the country deals with a massive rise in case numbers due to the spread of the Omicron variant, with more than 78,000 Covid cases reported in a single day on Friday, Frydenberg tweeted the news that he had joined the statistics.

    Continue reading...", + "category": "Australian politics", + "link": "https://www.theguardian.com/australia-news/2022/jan/07/australian-treasurer-josh-frydenberg-reveals-he-has-covid", + "creator": "Josh Taylor", + "pubDate": "2022-01-07T09:49:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286595,16 +290902,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a51fffaf0690a59668d34214d5d757f7" + "hash": "3dabe3c7bbb599eb59c2d37920b3cf08", + "highlights": [] }, { - "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": "No time for platitudes as Biden gives sharpest denunciation of Trump yet", + "description": "

    This was the moment the president realized the clear and present danger posed to US democracy by a former leader gone rogue

    Here, at last, was the Joe Biden that anyone on vigil for America’s teetering democracy had been waiting for.

    In historic National Statuary Hall at the US Capitol, a year to the day after it was overrun by an authoritarian mob, the US president gave his clearest dissection of “the big lie” and his clearest denunciation of his predecessor, Donald Trump.

    Continue reading...", + "content": "

    This was the moment the president realized the clear and present danger posed to US democracy by a former leader gone rogue

    Here, at last, was the Joe Biden that anyone on vigil for America’s teetering democracy had been waiting for.

    In historic National Statuary Hall at the US Capitol, a year to the day after it was overrun by an authoritarian mob, the US president gave his clearest dissection of “the big lie” and his clearest denunciation of his predecessor, Donald Trump.

    Continue reading...", + "category": "Joe Biden", + "link": "https://www.theguardian.com/us-news/2022/jan/06/biden-trump-january-6-capitol-attack-democracy-analysis", + "creator": "David Smith in Washington", + "pubDate": "2022-01-06T18:01:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286616,16 +290924,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa0d490f652ab8e8e435b0ac6a9f295f" + "hash": "a3f348820ed0c1bd685b35805fc9dd79", + "highlights": [] }, { - "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": "Kazakhstan protests: thousands detained as president says order mostly restored", + "description": "

    President Kassym-Jomart Tokayev is due to address nation on Friday after days of protests saw dozens killed and a government resign

    Kazakhstan’s president, Kassym-Jomart Tokayev, has claimed constitutional order has mostly been restored after days of deadly protests that saw 26 people “liquidated” and more than 3,000 detained, according to interior ministry figures.

    Tokayev is due to address the nation on Friday, state media reported, after protests were sparked this week by a sudden rise in fuel prices combined with long-simmering frustrations over the political and economic situation in the country.

    Continue reading...", + "content": "

    President Kassym-Jomart Tokayev is due to address nation on Friday after days of protests saw dozens killed and a government resign

    Kazakhstan’s president, Kassym-Jomart Tokayev, has claimed constitutional order has mostly been restored after days of deadly protests that saw 26 people “liquidated” and more than 3,000 detained, according to interior ministry figures.

    Tokayev is due to address the nation on Friday, state media reported, after protests were sparked this week by a sudden rise in fuel prices combined with long-simmering frustrations over the political and economic situation in the country.

    Continue reading...", + "category": "Kazakhstan", + "link": "https://www.theguardian.com/world/2022/jan/07/kazakhstan-protests-thousands-detained-as-president-says-order-mostly-restored", + "creator": "Shaun Walker and agencies", + "pubDate": "2022-01-07T06:16:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286637,16 +290946,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "66eeb777283434b49d0739d34e003b19" + "hash": "2852fc61573c21df1e02ca631d92aa0a", + "highlights": [] }, { - "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": "UK house prices rise at fastest rate since 2007; markets await US jobs report – business live", + "description": "

    Rolling coverage of the latest economic and financial news

    Irish drinks producer C&C Group suffered a hit to sales last month as the Omicron variant hit demand.

    C&C, which produces Bulmers and Magners cider, and Tennent’s lager, says sales in December missed expectations.

    In the month of December, the key festive trading period, C&C traded directly with 81% of on-trade outlets vs FY2020, delivering 64% of the volume against an expectation of 90% and 90% respectively.

    While December’s performance was consequently behind expectation, the Group generated a modest profit for the month.

    The stamp duty holiday that partially fuelled last year’s increased demand is long gone, but concerns around house price inflation, ongoing supply chain issues and the impact of the Omicron variant are creating an unwelcome climate of uncertainty.

    “Hopefully these pressures on the market ease sooner rather than later, although the price rises seen last year will continue to impede first-time buyers in particular.

    The end of the stamp duty holiday has been followed by signs of the housing market returning to more normal levels of activity. And the fundamentals facing the market are looking less supportive of continued growth in prices. Higher inflation and tax rises will affect households’ spending power and mortgage rates are likely to rise in response to the Bank of England’s decision to increase the policy rate. Moreover, pandemic-driven changes in housing preferences, and the resulting boost to demand, are likely to fade over time.

    But mortgage rates will be increasing from a very low level. Unemployment is low and households, overall, are still sitting on substantial unplanned savings accumulated during the pandemic. So, while the EY ITEM Club expects house price growth to decelerate significantly this year, an outright fall in prices is unlikely.

    ‘Buyers are clearly still emerging following their short hibernation to carry on where they left off, quickly snapping up new properties which come onto the market. Most are choosing to forget worries about rising inflation, interest rates and taxes to say nothing of Omicron.

    ‘However, lack of stock is reducing the number of transactions and supporting prices. Market appraisals and new instructions are improving but not quick enough yet.

    Continue reading...", + "content": "

    Rolling coverage of the latest economic and financial news

    Irish drinks producer C&C Group suffered a hit to sales last month as the Omicron variant hit demand.

    C&C, which produces Bulmers and Magners cider, and Tennent’s lager, says sales in December missed expectations.

    In the month of December, the key festive trading period, C&C traded directly with 81% of on-trade outlets vs FY2020, delivering 64% of the volume against an expectation of 90% and 90% respectively.

    While December’s performance was consequently behind expectation, the Group generated a modest profit for the month.

    The stamp duty holiday that partially fuelled last year’s increased demand is long gone, but concerns around house price inflation, ongoing supply chain issues and the impact of the Omicron variant are creating an unwelcome climate of uncertainty.

    “Hopefully these pressures on the market ease sooner rather than later, although the price rises seen last year will continue to impede first-time buyers in particular.

    The end of the stamp duty holiday has been followed by signs of the housing market returning to more normal levels of activity. And the fundamentals facing the market are looking less supportive of continued growth in prices. Higher inflation and tax rises will affect households’ spending power and mortgage rates are likely to rise in response to the Bank of England’s decision to increase the policy rate. Moreover, pandemic-driven changes in housing preferences, and the resulting boost to demand, are likely to fade over time.

    But mortgage rates will be increasing from a very low level. Unemployment is low and households, overall, are still sitting on substantial unplanned savings accumulated during the pandemic. So, while the EY ITEM Club expects house price growth to decelerate significantly this year, an outright fall in prices is unlikely.

    ‘Buyers are clearly still emerging following their short hibernation to carry on where they left off, quickly snapping up new properties which come onto the market. Most are choosing to forget worries about rising inflation, interest rates and taxes to say nothing of Omicron.

    ‘However, lack of stock is reducing the number of transactions and supporting prices. Market appraisals and new instructions are improving but not quick enough yet.

    Continue reading...", + "category": "Business", + "link": "https://www.theguardian.com/business/live/2022/jan/07/uk-house-prices-construction-inflation-ftse-markets-us-jobs-report-business-live", + "creator": "Graeme Wearden", + "pubDate": "2022-01-07T08:16:30Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286658,16 +290968,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "744b92928bcf0b1e923a6e1692463079" + "hash": "46144bca87235b2e4569c45f2a6d0786", + "highlights": [] }, { - "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": "Covid live news: NHS ‘in very difficult circumstances’ as London hospitals call in military; India’s cases jump five-fold", + "description": "

    Chief executive of NHS ‘in a very, very difficult set of circumstances’; India’s daily cases jump to 117,100, a five-fold increase in a week

    Argentina reported a record number of Covid-19 cases on Thursday for a third day in a row at nearly 110,000, Reuters reports, as the highly infectious Omicron variant drives a third pandemic wave in the South American nation.

    The record tally of 109,608 in the middle of the southern hemisphere summer holiday season with tourist centres full of travellers, has not translated into a similar exponential rise in Covid-related deaths, which totalled 40, the government said.

    Continue reading...", + "content": "

    Chief executive of NHS ‘in a very, very difficult set of circumstances’; India’s daily cases jump to 117,100, a five-fold increase in a week

    Argentina reported a record number of Covid-19 cases on Thursday for a third day in a row at nearly 110,000, Reuters reports, as the highly infectious Omicron variant drives a third pandemic wave in the South American nation.

    The record tally of 109,608 in the middle of the southern hemisphere summer holiday season with tourist centres full of travellers, has not translated into a similar exponential rise in Covid-related deaths, which totalled 40, the government said.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/07/covid-news-live-bolsonaro-criticises-plans-to-vaccinate-young-children-as-brazil-cases-soar", + "creator": "Martin Belam (now) and Helen Livingstone (earlier)", + "pubDate": "2022-01-07T08:16:52Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286679,16 +290990,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb1a14a410ec8e8c7a7fb467f3589b72" + "hash": "586976d0a076aeb0428f205cc2342e4c", + "highlights": [] }, { - "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", + "title": "Can Nasa persuade Russia to back International Space Station plans?", + "description": "

    Biden wants to extend the operation of the ISS to 2030 before replacing it – will Russia approve?

    The deadline for the decommissioning of the International Space Station (ISS) is worryingly close, and there is a danger that the commercial replacements the US was hoping for will not be ready to launch in time.

    With that in mind, on New Year’s Eve, Nasa announced that the Biden-Harris administration wanted to extend the operation of the ISS by six years to 2030.

    Continue reading...", + "content": "

    Biden wants to extend the operation of the ISS to 2030 before replacing it – will Russia approve?

    The deadline for the decommissioning of the International Space Station (ISS) is worryingly close, and there is a danger that the commercial replacements the US was hoping for will not be ready to launch in time.

    With that in mind, on New Year’s Eve, Nasa announced that the Biden-Harris administration wanted to extend the operation of the ISS by six years to 2030.

    Continue reading...", + "category": "International Space Station", + "link": "https://www.theguardian.com/science/2022/jan/07/nasa-russia-international-space-station-iss-biden", + "creator": "Stuart Clark", + "pubDate": "2022-01-07T06:00:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286700,16 +291012,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab74f26ba4a9295fac648345cafcf8f2" + "hash": "7655105d095e9e7bf2150f0aed324fb1", + "highlights": [] }, { - "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": "Calls for UK to bar Bain & Co from contracts over South Africa corruption", + "description": "

    Exclusive: Measure needed in light of judicial commission’s findings about role of firm, says Lord Hain

    Boris Johnson should bar Bain & Company from lucrative government contracts in light of a judicial commission’s findings about the management consultancy’s “despicable” role in state corruption in South Africa, Peter Hain has said.

    In a letter shared with the Guardian, the former Labour minister and anti-apartheid campaigner urged Johnson to “immediately freeze all government contracts with Bain” and to advise all public bodies to do the same.

    Continue reading...", + "content": "

    Exclusive: Measure needed in light of judicial commission’s findings about role of firm, says Lord Hain

    Boris Johnson should bar Bain & Company from lucrative government contracts in light of a judicial commission’s findings about the management consultancy’s “despicable” role in state corruption in South Africa, Peter Hain has said.

    In a letter shared with the Guardian, the former Labour minister and anti-apartheid campaigner urged Johnson to “immediately freeze all government contracts with Bain” and to advise all public bodies to do the same.

    Continue reading...", + "category": "Corporate governance", + "link": "https://www.theguardian.com/business/2022/jan/07/calls-for-uk-to-bar-bain-co-from-contracts-over-south-africa-corruption", + "creator": "Rob Davies", + "pubDate": "2022-01-07T07:00:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286721,16 +291034,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6ecb1905992d8bec2ef77ee4e22e89e" + "hash": "7bf4c99893e00942c11e7289b83c218a", + "highlights": [] }, { - "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": "NSW bans singing and dancing in venues and suspends elective surgery; Coalition defends Djokovic visa decision – As it happened", + "description": "

    NSW to ban dancing and singing in venues and suspend non-urgent elective surgery amid 38,625 new Covid cases; Queensland considers delaying school year start amid 10,953 new cases; Victoria records 21,728 cases, South Australia 3,707, ACT 1,246 and Tasmania 1,489; home affairs minister defends Djokovic visa decision. This blog is now closed

    General practice is at “breaking point”, doctors say, and they’re fed up with hearing about policy changes through press conferences. The Royal Australian College of General Practitioners is worried about a lack of support as Australia moves to rapid antigen tests. College president Dr Karen Price said positive results needed to be recorded, but that there was no system to manage that:

    As things currently stand, positive rapid antigen test results are not being recorded or counted as part of the official case numbers as there is no formal notification process. Patients contacting their GP with a positive rapid antigen test result does not equate to the health system having an aggregate view of the number of positive cases in the community.

    General practices simply do not have the administrative capacity to officially lodge all COVID-19 cases, so we need governments to step up and set up a system so that all cases are recorded and everyone has access to Covid-19-positive care pathways.

    Continue reading...", + "content": "

    NSW to ban dancing and singing in venues and suspend non-urgent elective surgery amid 38,625 new Covid cases; Queensland considers delaying school year start amid 10,953 new cases; Victoria records 21,728 cases, South Australia 3,707, ACT 1,246 and Tasmania 1,489; home affairs minister defends Djokovic visa decision. This blog is now closed

    General practice is at “breaking point”, doctors say, and they’re fed up with hearing about policy changes through press conferences. The Royal Australian College of General Practitioners is worried about a lack of support as Australia moves to rapid antigen tests. College president Dr Karen Price said positive results needed to be recorded, but that there was no system to manage that:

    As things currently stand, positive rapid antigen test results are not being recorded or counted as part of the official case numbers as there is no formal notification process. Patients contacting their GP with a positive rapid antigen test result does not equate to the health system having an aggregate view of the number of positive cases in the community.

    General practices simply do not have the administrative capacity to officially lodge all COVID-19 cases, so we need governments to step up and set up a system so that all cases are recorded and everyone has access to Covid-19-positive care pathways.

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/07/australia-live-news-update-nsw-reportedly-to-reintroduce-covid-restrictions-home-affairs-minister-defends-djokovic-visa-decision-vaccine-", + "creator": "Josh Taylor and Tory Shepherd", + "pubDate": "2022-01-07T07:37:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286742,16 +291056,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "32d40893063975432c188acb65147a0d" + "hash": "4fde6659ae930fb28bd536069d84c46f", + "highlights": [] }, { - "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", + "title": "Biden blames Trump’s ‘web of lies’ for US Capitol attack in first anniversary speech – live", + "description": "

    Joe Biden continued to go strong against Donald Trump in his speech on the anniversary of the 6 January attack on the US Capitol:

    “The former president of the United States of America has created and spread a web of lies about the 2020 election,” Biden said.

    Continue reading...", + "content": "

    Joe Biden continued to go strong against Donald Trump in his speech on the anniversary of the 6 January attack on the US Capitol:

    “The former president of the United States of America has created and spread a web of lies about the 2020 election,” Biden said.

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/live/2022/jan/06/us-capitol-attack-one-year-anniversary-trump-pence-biden-house-committee-live", + "creator": "Vivian Ho", + "pubDate": "2022-01-06T16:47:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286763,16 +291078,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f0166cda6dd48d51e1d2da71dc577b8" + "hash": "6dfe904381910302eca17c4637e134f1", + "highlights": [] }, { - "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": "Djokovic father says visa row aimed at ‘stomping on Serbia’", + "description": "

    Sjrdan Djokovic says his son is being ‘persecuted’ as protesters gather in Belgrade after Australian detention

    Novak Djokovic’s family have said he is the victim of “a political agenda” aimed at “stomping on Serbia” as protesters in Belgrade called for his release and Serbia’s president insisted “the whole country” was behind him.

    The 34-year-old world tennis No 1, who was born in the Serb capital, is in detention in an immigration hotel in Melbourne pending a legal challenge to Australia’s decision on Wednesday to cancel a visa that would allow him to play in the Australian Open.

    Continue reading...", + "content": "

    Sjrdan Djokovic says his son is being ‘persecuted’ as protesters gather in Belgrade after Australian detention

    Novak Djokovic’s family have said he is the victim of “a political agenda” aimed at “stomping on Serbia” as protesters in Belgrade called for his release and Serbia’s president insisted “the whole country” was behind him.

    The 34-year-old world tennis No 1, who was born in the Serb capital, is in detention in an immigration hotel in Melbourne pending a legal challenge to Australia’s decision on Wednesday to cancel a visa that would allow him to play in the Australian Open.

    Continue reading...", + "category": "Serbia", + "link": "https://www.theguardian.com/world/2022/jan/06/novak-djokovic-father-says-visa-row-aimed-at-stomping-on-serbia", + "creator": "Jon Henley and Milivoje Pantovic in Belgrade", + "pubDate": "2022-01-06T17:30:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286784,16 +291100,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0fb06146fc9f3fb24b52642f99245d7" + "hash": "717885c5abd03ab8058dce2ff0b8e136", + "highlights": [] }, { - "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": "Dozens of protesters and police dead amid Kazakhstan unrest", + "description": "

    Witnesses in Almaty describe scenes of chaos in streets as Russian ‘peacekeepers’ arrive in country

    Dozens of protesters and at least 12 police have died during the ongoing violence in Kazakhstan, authorities claimed, as “peacekeepers” from a Russian-led military alliance arrived in the country at the request of embattled president, Kassym-Jomart Tokayev.

    Eyewitnesses in Almaty, Kazakhstan’s largest city, described scenes of chaos on Thursday, with government buildings stormed or set on fire and widespread looting. However, many of those demonstrating said the protests had started out peaceful earlier in the week, and turned violent after a heavy-handed government response.

    Continue reading...", + "content": "

    Witnesses in Almaty describe scenes of chaos in streets as Russian ‘peacekeepers’ arrive in country

    Dozens of protesters and at least 12 police have died during the ongoing violence in Kazakhstan, authorities claimed, as “peacekeepers” from a Russian-led military alliance arrived in the country at the request of embattled president, Kassym-Jomart Tokayev.

    Eyewitnesses in Almaty, Kazakhstan’s largest city, described scenes of chaos on Thursday, with government buildings stormed or set on fire and widespread looting. However, many of those demonstrating said the protests had started out peaceful earlier in the week, and turned violent after a heavy-handed government response.

    Continue reading...", + "category": "Kazakhstan", + "link": "https://www.theguardian.com/world/2022/jan/06/protesters-police-die-amid-kazakhstan-unrest", + "creator": "Shaun Walker", + "pubDate": "2022-01-06T14:59:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286805,16 +291122,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e62acf0d7ac55c595c18e1521913177c" + "hash": "8095f2f3057f8b9fc6768c5369ea773c", + "highlights": [] }, { - "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: key juror has hired lawyer, trial judge says", + "description": "

    Maxwell’s lawyers say they will request retrial after unidentified juror told reporters he was sexually abused as a child

    A juror who sat at the trial of Ghislaine Maxwell last month and has now told reporters he was sexually abused as a child has retained a lawyer, the trial judge said on Thursday.

    The unidentified juror’s public interviews led defense lawyers in the case to say they will request a new trial.

    Continue reading...", + "content": "

    Maxwell’s lawyers say they will request retrial after unidentified juror told reporters he was sexually abused as a child

    A juror who sat at the trial of Ghislaine Maxwell last month and has now told reporters he was sexually abused as a child has retained a lawyer, the trial judge said on Thursday.

    The unidentified juror’s public interviews led defense lawyers in the case to say they will request a new trial.

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2022/jan/06/ghislaine-maxwell-juror-trial-lawyer-judge", + "creator": "Joanna Walters and Victoria Bekiempis in New York and agencies", + "pubDate": "2022-01-06T18:46:57Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286826,16 +291144,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "50e90819778b1faf5100fdfe86dcefaf" + "hash": "826a4460b5515fa58284767eb7250039", + "highlights": [] }, { - "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": "Covid live: Omicron may be less severe but not ‘mild’, says WHO; threat to arrest unvaccinated in Philippines", + "description": "

    WHO chief says calling variant ‘mild’ is not accurate; Philippines president orders arrest of unvaccinated people who violate stay-at-home orders

    Novak Djokovic flew into Melbourne airport on Wednesday night planning to defend his Australian Open title. Instead, the World No 1 is being held in a quarantine hotel and is set to be deported tonight after a remarkable series of events led to his visa being cancelled.

    So how on earth did it get to this point?

    Continue reading...", + "content": "

    WHO chief says calling variant ‘mild’ is not accurate; Philippines president orders arrest of unvaccinated people who violate stay-at-home orders

    Novak Djokovic flew into Melbourne airport on Wednesday night planning to defend his Australian Open title. Instead, the World No 1 is being held in a quarantine hotel and is set to be deported tonight after a remarkable series of events led to his visa being cancelled.

    So how on earth did it get to this point?

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/06/covid-live-news-pfizer-expects-clinical-data-for-under-5s-in-april-italy-to-mandate-vaccines-for-over-50s", + "creator": "Lucy Campbell (now); Georgina Quach, Martin Belam and Helen Livingstone (earlier)", + "pubDate": "2022-01-06T17:51:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286847,16 +291166,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "83a5913d77a503f6c7dca7cee0487cda" + "hash": "71866fa012b1c8c009752ed5e0a5f9e7", + "highlights": [] }, { - "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...", + "title": "Tory peer Michelle Mone secretly involved in PPE firm she referred to government", + "description": "

    Exclusive: Leaked files suggest Mone and her husband were involved in business given £200m contracts

    Leaked files appear to suggest the Conservative peer Michelle Mone and her husband, Douglas Barrowman, were secretly involved in a PPE business that was awarded more than £200m in government contracts after she referred it to the Cabinet Office.

    Barrowman, an Isle of Man-based financier, may have played a central role in the business deal that enabled PPE Medpro to sell millions of masks and surgical gowns to the government at the start of the pandemic, documents suggest.

    Continue reading...", + "content": "

    Exclusive: Leaked files suggest Mone and her husband were involved in business given £200m contracts

    Leaked files appear to suggest the Conservative peer Michelle Mone and her husband, Douglas Barrowman, were secretly involved in a PPE business that was awarded more than £200m in government contracts after she referred it to the Cabinet Office.

    Barrowman, an Isle of Man-based financier, may have played a central role in the business deal that enabled PPE Medpro to sell millions of masks and surgical gowns to the government at the start of the pandemic, documents suggest.

    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", + "link": "https://www.theguardian.com/world/2022/jan/06/tory-peer-michelle-mone-involved-ppe-medpro-government-contracts", + "creator": "David Conn, Paul Lewis and Harry Davies", + "pubDate": "2022-01-06T16:00:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286868,16 +291188,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8227f448aa50f740ec29eb005d985ccf" + "hash": "5be95e22bbbc35f78e7c446ae278d30c", + "highlights": [] }, { - "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": "Hedgehogs had MRSA superbug long before antibiotics use, research finds", + "description": "

    Animals thought to have developed the illness about 200 years ago after bacterial infections gained resistance to natural antibiotics

    Hedgehogs have been harbouring a type of the MRSA superbug since long before the use of antibiotics in humans and livestock, research suggests.

    Scientists have found evidence of the superbug arising in nature well before the use of the drugs, which have traditionally been blamed for its emergence.

    Continue reading...", + "content": "

    Animals thought to have developed the illness about 200 years ago after bacterial infections gained resistance to natural antibiotics

    Hedgehogs have been harbouring a type of the MRSA superbug since long before the use of antibiotics in humans and livestock, research suggests.

    Scientists have found evidence of the superbug arising in nature well before the use of the drugs, which have traditionally been blamed for its emergence.

    Continue reading...", + "category": "Medical research", + "link": "https://www.theguardian.com/science/2022/jan/06/hedgehogs-had-mrsa-superbug-long-before-antibiotics-use-research-finds", + "creator": "PA Media", + "pubDate": "2022-01-06T17:36:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286889,16 +291210,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ba266c1a4b1a9d4c6adf70b39e3254b" + "hash": "7b683267b7884eabb57d499a9f6e946b", + "highlights": [] }, { - "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": "Ten bodies left in SUV outside Mexican state governor’s office", + "description": "

    Zacatecas governor says bodies of people left in front of palace near Christmas tree showed apparent signs of beating and bruising

    An SUV filled with 10 bodies was left outside the office of a Mexican state governor in a public square lit up with holiday decorations, officials said on Thursday.

    The bodies were crammed into a Mazda SUV left before dawn near a Christmas tree in the main plaza of the state capital of Zacatecas.

    Continue reading...", + "content": "

    Zacatecas governor says bodies of people left in front of palace near Christmas tree showed apparent signs of beating and bruising

    An SUV filled with 10 bodies was left outside the office of a Mexican state governor in a public square lit up with holiday decorations, officials said on Thursday.

    The bodies were crammed into a Mazda SUV left before dawn near a Christmas tree in the main plaza of the state capital of Zacatecas.

    Continue reading...", + "category": "Mexico", + "link": "https://www.theguardian.com/world/2022/jan/06/mexico-bodies-suv-outside-governors-office-zacatecas", + "creator": "Staff and agencies in Mexico City", + "pubDate": "2022-01-06T20:43:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286910,16 +291232,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b96f980b6ee2d41243a3a001ce73f920" + "hash": "adad9a8df1a1b86be36b390154e18d3f", + "highlights": [] }, { - "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": "Guardian wins investigation and journalist of the decade awards", + "description": "

    Amelia Gentleman honoured for coverage of Windrush scandal and Guardian for Panama Papers investigation

    The Guardian has been awarded investigation and journalist of the decade in relation to articles on offshore finance and the Windrush scandal.

    The awards were made by the media industry publication Press Gazette to mark 10 years of its British Journalism Awards ceremony. Past attendees and newsletter subscribers were asked to vote.

    Continue reading...", + "content": "

    Amelia Gentleman honoured for coverage of Windrush scandal and Guardian for Panama Papers investigation

    The Guardian has been awarded investigation and journalist of the decade in relation to articles on offshore finance and the Windrush scandal.

    The awards were made by the media industry publication Press Gazette to mark 10 years of its British Journalism Awards ceremony. Past attendees and newsletter subscribers were asked to vote.

    Continue reading...", + "category": "Investigative journalism", + "link": "https://www.theguardian.com/culture/2022/jan/06/guardian-wins-investigation-and-journalist-of-the-decade-awards", + "creator": "Jim Waterson Media editor", + "pubDate": "2022-01-06T19:05:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286931,16 +291254,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "47389ce9e009ffa676c8fc3b1aa12d54" + "hash": "470585facb27b7fe00ecc67841eb9a9f", + "highlights": [] }, { - "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": "Peter Bogdanovich, acclaimed writer-director, dies at 82", + "description": "

    The Oscar-nominated film-maker, known for The Last Picture Show and Paper Moon, has died of natural causes

    Peter Bogdanovich, Oscar-nominated writer and director, has died at the age of 82.

    The film-maker, whose many credits included The Last Picture Show, What’s Up Doc? and Paper Moon, died of natural causes according to his daughter Antonia Bogdanovich.

    Continue reading...", + "content": "

    The Oscar-nominated film-maker, known for The Last Picture Show and Paper Moon, has died of natural causes

    Peter Bogdanovich, Oscar-nominated writer and director, has died at the age of 82.

    The film-maker, whose many credits included The Last Picture Show, What’s Up Doc? and Paper Moon, died of natural causes according to his daughter Antonia Bogdanovich.

    Continue reading...", + "category": "Peter Bogdanovich", + "link": "https://www.theguardian.com/film/2022/jan/06/peter-bogdanovich-dies-acclaimed-writer-director", + "creator": "Benjamin Lee", + "pubDate": "2022-01-06T18:05:22Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286952,16 +291276,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "34187d602308de61f7188d1348d29b96" + "hash": "5b30355e7fac50c28e92b49134db623d", + "highlights": [] }, { - "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": "Vaccine mandates, fines, gym bans: how Europe hopes to persuade unjabbed", + "description": "

    Several countries are ramping up pressure amid Omicron wave, but sceptics say mandates will be hard to police

    European governments are ramping up the pressure on people to get vaccinated against Covid-19 by making life progressively harder for those who have not done so, but few are opting to make jabs compulsory – and one country that plans to is now having doubts.

    As the Omicron variant sweeps across much of the continent, causing record infection numbers in almost a dozen countries from Finland to Greece, boosting vaccination tallies has become a priority to ease pressure on overburdened health services.

    Continue reading...", + "content": "

    Several countries are ramping up pressure amid Omicron wave, but sceptics say mandates will be hard to police

    European governments are ramping up the pressure on people to get vaccinated against Covid-19 by making life progressively harder for those who have not done so, but few are opting to make jabs compulsory – and one country that plans to is now having doubts.

    As the Omicron variant sweeps across much of the continent, causing record infection numbers in almost a dozen countries from Finland to Greece, boosting vaccination tallies has become a priority to ease pressure on overburdened health services.

    Continue reading...", + "category": "Vaccines and immunisation", + "link": "https://www.theguardian.com/society/2022/jan/06/vaccine-mandates-fines-gym-bans-how-europe-hopes-to-persuade-unjabbed", + "creator": "Jon Henley, and Philip Oltermann in Berlin", + "pubDate": "2022-01-06T15:56:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286973,16 +291298,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb13dea31d512aeda5ffc2e6f7374314" + "hash": "aafe4e46c31b2e607ce0888957a4b1cb", + "highlights": [] }, { - "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": "Canada charter passengers who flouted Covid rules could be stranded in Mexico", + "description": "

    Justin Trudeau calls revellers who partied onboard flight ‘idiots’ as three airlines refuse to fly them home

    A group of passengers who filmed themselves partying without masks onboard a chartered flight from Montreal to Mexico face being stranded after three airlines refused to fly them home to Canada.

    Sunwing Airlines cancelled the return charter flight from Cancún that had been scheduled for Wednesday and Air Transat and Air Canada also both said they would refuse to carry the passengers.

    Continue reading...", + "content": "

    Justin Trudeau calls revellers who partied onboard flight ‘idiots’ as three airlines refuse to fly them home

    A group of passengers who filmed themselves partying without masks onboard a chartered flight from Montreal to Mexico face being stranded after three airlines refused to fly them home to Canada.

    Sunwing Airlines cancelled the return charter flight from Cancún that had been scheduled for Wednesday and Air Transat and Air Canada also both said they would refuse to carry the passengers.

    Continue reading...", + "category": "Canada", + "link": "https://www.theguardian.com/world/2022/jan/06/canada-charter-passengers-flouted-covid-rules-stranded-mexico", + "creator": "AP in Montreal", + "pubDate": "2022-01-06T20:03:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -286994,16 +291320,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb6b61bf4e28265bf5f2dce30c47f87d" + "hash": "d816d4fbb8aaebd7111fb2d85ba051b2", + "highlights": [] }, { - "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": "First Covid wave raised UK adult risk of death by 40%, study finds", + "description": "

    Level increased regardless of health but virus ‘picks on’ those already at risk of illness or death

    Britain’s first wave of coronavirus raised the risk of death by more than 40% for most adults regardless of their underlying health and other factors, research suggests.

    Scientists examined medical records for nearly 10 million people aged 40 and over and found that, whatever a person’s risk of dying before the pandemic, it rose 1.43 times on average as the virus spread between March and May 2020.

    Continue reading...", + "content": "

    Level increased regardless of health but virus ‘picks on’ those already at risk of illness or death

    Britain’s first wave of coronavirus raised the risk of death by more than 40% for most adults regardless of their underlying health and other factors, research suggests.

    Scientists examined medical records for nearly 10 million people aged 40 and over and found that, whatever a person’s risk of dying before the pandemic, it rose 1.43 times on average as the virus spread between March and May 2020.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/06/first-covid-wave-raised-uk-adult-risk-of-death-by-40-study-finds", + "creator": "Ian Sample and Nicola Davis", + "pubDate": "2022-01-06T19:00:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287015,16 +291342,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "35769895d8bc828eba228c6348fa3cc3" + "hash": "ba80b8336896b497059fe7b718320685", + "highlights": [] }, { - "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": "UK reports 179,756 new Covid cases as Omicron surge continues", + "description": "

    Latest figures bring UK total for the past seven days to 1,272,131, up 29% on week before

    The UK has reported a further 179,756 Covid cases, as the number of people infected with the Omicron variant continues to surge.

    The latest figures – which reflect infections picked up by testing – bring the UK total for the past seven days to 1,272,131, up 29% 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 figures bring UK total for the past seven days to 1,272,131, up 29% on week before

    The UK has reported a further 179,756 Covid cases, as the number of people infected with the Omicron variant continues to surge.

    The latest figures – which reflect infections picked up by testing – bring the UK total for the past seven days to 1,272,131, up 29% 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/06/uk-reports-179756-new-covid-cases-as-omicron-surge-continues", + "creator": "Hannah Devlin and Nicola Davis", + "pubDate": "2022-01-06T16:17:42Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287036,16 +291364,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b7908bbe37db540a45044b7ee791806" + "hash": "3c128147ab373e9fa6f8462db1bff7ee", + "highlights": [] }, { - "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": "‘We had the Spice Girls’: the two comics unpicking ladette culture", + "description": "

    Shaparak Khorsandi and Esther Manito both came of age during a time when women were expect to comform to male stereotypes. To reflect, they did what they do best: wrote comedy shows about it

    When Shaparak Khorsandi’s teenage son recently discovered 90s music – the Shamen’s Ebeneezer Good, Pulp and more – he had questions for her. What did Jarvis Cocker mean when he sang “I seem to have left an important part of my brain somewhere, somewhere in a field in Hampshire?” Were they singing about ecstasy? Did she go raving, too?

    Khorsandi was in her teens and 20s in the 1990s, and being swept along in ladette culture. Used by the lads’ mag FHM as early as 1994, “ladette” came to describe bolshie women who could out-party and out-gross any hardened lad. Sara Cox, Denise van Outen and Zoe Ball were the media favourites: often pictured binge-drinking and out on the town. Ladettes went hand-in-hand with 90s lad culture, where Britpop, banter and sport collided in a blizzard of hedonism. These “new lads”, posited one researcher, were retreating into a more simplistic masculinity in response to the Spice Girls’ concept of Girl Power; and middle-class boys were co-opting the dress and behaviours of working-class men.

    Continue reading...", + "content": "

    Shaparak Khorsandi and Esther Manito both came of age during a time when women were expect to comform to male stereotypes. To reflect, they did what they do best: wrote comedy shows about it

    When Shaparak Khorsandi’s teenage son recently discovered 90s music – the Shamen’s Ebeneezer Good, Pulp and more – he had questions for her. What did Jarvis Cocker mean when he sang “I seem to have left an important part of my brain somewhere, somewhere in a field in Hampshire?” Were they singing about ecstasy? Did she go raving, too?

    Khorsandi was in her teens and 20s in the 1990s, and being swept along in ladette culture. Used by the lads’ mag FHM as early as 1994, “ladette” came to describe bolshie women who could out-party and out-gross any hardened lad. Sara Cox, Denise van Outen and Zoe Ball were the media favourites: often pictured binge-drinking and out on the town. Ladettes went hand-in-hand with 90s lad culture, where Britpop, banter and sport collided in a blizzard of hedonism. These “new lads”, posited one researcher, were retreating into a more simplistic masculinity in response to the Spice Girls’ concept of Girl Power; and middle-class boys were co-opting the dress and behaviours of working-class men.

    Continue reading...", + "category": "Comedy", + "link": "https://www.theguardian.com/stage/2022/jan/06/we-werent-allowed-feminism-we-had-the-spice-girls-the-two-comics-unpicking-ladette-culture", + "creator": "Rachael Healy", + "pubDate": "2022-01-06T14:00:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287057,16 +291386,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8a9c5706b2f944d12617e2c0a8d5c3a" + "hash": "e596abc38946e9d5ce5edc8f7b7dff34", + "highlights": [] }, { - "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": "Peter Bogdanovich: a loving cineaste and fearless genius of cinema | Peter Bradshaw", + "description": "

    The writer-director’s death at 82 leaves behind a legacy of impactful films, from The Last Picture Show to Mask, and also a deep love of the craft

    Peter Bogdanovich was the blazing night-sky comet of the New Hollywood generation whose trajectory got knocked off course a little, by personal tragedy and the contingencies of show business, but kept hurtling onwards with brilliant work and passionate cinephilia to the very end. His first four hits, Targets (1968), The Last Picture Show (1971), What’s Up Doc? (1972) and Paper Moon (1973) were somehow both thrillingly and authentically modern and yet also instantly belonged to the classic pantheon. With the touch of restless young genius, he seemed to reinvent pulp crime, the western, the road movie and the screwball comedy – in short order.

    I remember Bogdanovich in 2018, frail and unwell as he then reportedly was, dominating the Venice Film Festival with two important movies showing there: his superb documentary about Buster Keaton (whose reputation and importance he typically boosted for the 21st century) and his edited, “salvaged” account of Orson Welles’s lost, sprawling movie The Other Side Of The Wind, in which Bogdanovich himself starred, satirising the trauma of the Hollywood old guard in having the baton prised from their grasp by the young Turks. And Bogdanovich sat at Welles’s feet, the way Truffaut sat at Hitchcock’s, and perhaps consciously assumed the mantle of the sorcerer’s apprentice, although learned the way all Welles’s associates learned, how capricious and hurtful Welles could be. But in his later years, taking a creative comfort in well-crafted comedy in the classic Hollywood style, he found himself being supported and bankrolled by younger proteges like Wes Anderson and Noah Baumbach who were as awestruck by Bogdanovich as he himself once was of John Ford and Howard Hawks.

    I myself met him only once, at a lunch in London’s Soho to launch his very good and underrated film The Cat’s Meow in 2004, about the mysterious true-crime “Hollywood Babylon” story about the death of a film mogul aboard WR Hearst’s yacht in 1924. He was elegant, smart – a great lover of London – and very funny on the subject of being recognised for his TV acting role as the therapist of Dr Jennifer Melfi in HBO’s The Sopranos and therefore the psychoanalytical grandfather of Tony Soprano himself.

    Targets was a fascinatingly strange, experimental, underrated and misunderstood work which absorbed the defiant energy of countercultural cinema, with the pulp violence of Gun Crazy or In Cold Blood or Reservoir Dogs. In one plot strand, the horror icon Boris Karloff plays something like himself; in the other plot, a kid becomes obsessed with guns and creating some real horror. The simple association was elegant, ingenious, equal to the meta-horror playfulness that became fashionable 30 years later.

    Continue reading...", + "content": "

    The writer-director’s death at 82 leaves behind a legacy of impactful films, from The Last Picture Show to Mask, and also a deep love of the craft

    Peter Bogdanovich was the blazing night-sky comet of the New Hollywood generation whose trajectory got knocked off course a little, by personal tragedy and the contingencies of show business, but kept hurtling onwards with brilliant work and passionate cinephilia to the very end. His first four hits, Targets (1968), The Last Picture Show (1971), What’s Up Doc? (1972) and Paper Moon (1973) were somehow both thrillingly and authentically modern and yet also instantly belonged to the classic pantheon. With the touch of restless young genius, he seemed to reinvent pulp crime, the western, the road movie and the screwball comedy – in short order.

    I remember Bogdanovich in 2018, frail and unwell as he then reportedly was, dominating the Venice Film Festival with two important movies showing there: his superb documentary about Buster Keaton (whose reputation and importance he typically boosted for the 21st century) and his edited, “salvaged” account of Orson Welles’s lost, sprawling movie The Other Side Of The Wind, in which Bogdanovich himself starred, satirising the trauma of the Hollywood old guard in having the baton prised from their grasp by the young Turks. And Bogdanovich sat at Welles’s feet, the way Truffaut sat at Hitchcock’s, and perhaps consciously assumed the mantle of the sorcerer’s apprentice, although learned the way all Welles’s associates learned, how capricious and hurtful Welles could be. But in his later years, taking a creative comfort in well-crafted comedy in the classic Hollywood style, he found himself being supported and bankrolled by younger proteges like Wes Anderson and Noah Baumbach who were as awestruck by Bogdanovich as he himself once was of John Ford and Howard Hawks.

    I myself met him only once, at a lunch in London’s Soho to launch his very good and underrated film The Cat’s Meow in 2004, about the mysterious true-crime “Hollywood Babylon” story about the death of a film mogul aboard WR Hearst’s yacht in 1924. He was elegant, smart – a great lover of London – and very funny on the subject of being recognised for his TV acting role as the therapist of Dr Jennifer Melfi in HBO’s The Sopranos and therefore the psychoanalytical grandfather of Tony Soprano himself.

    Targets was a fascinatingly strange, experimental, underrated and misunderstood work which absorbed the defiant energy of countercultural cinema, with the pulp violence of Gun Crazy or In Cold Blood or Reservoir Dogs. In one plot strand, the horror icon Boris Karloff plays something like himself; in the other plot, a kid becomes obsessed with guns and creating some real horror. The simple association was elegant, ingenious, equal to the meta-horror playfulness that became fashionable 30 years later.

    Continue reading...", + "category": "Peter Bogdanovich", + "link": "https://www.theguardian.com/film/2022/jan/06/peter-bogdanovich-a-loving-cineaste-and-fearless-genius-of-cinema", + "creator": "Peter Bradshaw", + "pubDate": "2022-01-06T19:21:42Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287078,16 +291408,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f20669f452642a8a82de166e82f6dffe" + "hash": "095269477f2a857bb0416c4e59275865", + "highlights": [] }, { - "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": "The Doctor Who treasure trove in a Northumberland village cellar", + "description": "

    Neil Cole’s Museum of Classic Sci-Fi, hosted in cellar of his Allendale townhouse, holds costumes and props from numerous TV classics

    At first glance the Northumberland village of Allendale, with its pub and post office and random parking, is like hundreds of sleepy, charming villages across the UK. It’s the Dalek that suggests something out of the ordinary.

    Behind the Dalek is a four-storey Georgian townhouse. In the cellar of the house is a remarkable and unlikely collection of more than 200 costumes, props and artwork telling classic sci-fi stories of Doctor Who, Blake’s 7, Star Trek, Flash Gordon, Marvel and many more.

    Continue reading...", + "content": "

    Neil Cole’s Museum of Classic Sci-Fi, hosted in cellar of his Allendale townhouse, holds costumes and props from numerous TV classics

    At first glance the Northumberland village of Allendale, with its pub and post office and random parking, is like hundreds of sleepy, charming villages across the UK. It’s the Dalek that suggests something out of the ordinary.

    Behind the Dalek is a four-storey Georgian townhouse. In the cellar of the house is a remarkable and unlikely collection of more than 200 costumes, props and artwork telling classic sci-fi stories of Doctor Who, Blake’s 7, Star Trek, Flash Gordon, Marvel and many more.

    Continue reading...", + "category": "Museums", + "link": "https://www.theguardian.com/culture/2022/jan/06/the-doctor-who-treasure-trove-in-a-northumberland-village-cellar", + "creator": "Mark Brown North of England correspondent", + "pubDate": "2022-01-06T15:48:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287099,16 +291430,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "421593f8c448c0bdc006b95f81b4c993" + "hash": "27c2f76b6a1fec68299c9ee0fd612f21", + "highlights": [] }, { - "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": "‘Insensitive’: pet owners react to pope’s remarks on animals and children", + "description": "

    Comments made during a recent general audience at the Vatican criticised

    Whether millennials prefer to raise plants and pets over children for financial and environmental reasons or because they’re lazy and entitled has been hotly discussed in recent years. Now Pope Francis has waded in, saying that not having children is “selfish and diminishes us” and that people are replacing them with cats and dogs.

    Pet owners have reacted angrily to the comments, made during a general audience at the Vatican. They argue that animals have a lower environmental footprint than children, enable them to lead a life that is different but equally rewarding, and compensate for financial or biological difficulties in having children, rather than directly replacing them.

    On social media, people pointed out that the pope himself chose not to have children and said there was hypocrisy in such comments, coming from an institution which has grappled with a legacy of child sexual abuse.

    Guardian readers who responded to a call-out asking for their views were similarly critical of the pope’s comments, which were branded “out of touch” and “sexist”.

    Sophie Lusby, a 48-year old NHS manager in Belfast, said they were “really naive and insensitive” and failed to reflect that not everybody can or should have children. As a Catholic, she has struggled with feelings of shame about her inability to have children for medical reasons, given her religion’s emphasis on motherhood. “That’s what’s quite triggering about the pope’s words.”

    She added that although she has two pets, which are “great company when you live on your own”, she doesn’t see them as substitutes for children, and instead has found meaning in her relationships with her nephews, nieces, siblings and parents. “If Catholicism is about family, I’ve been very successful at being a great family member and I don’t need to be told off.”

    Estee Nagy, a 27-year-old jeweller from London, said that “having a child in today’s world is a luxury” because of lower earning power and a more challenging labour market. “It’s easier for those who were simply lucky and are rich or have more money than an average salary, but it gets harder when there isn’t enough.”


    Stef, who works in education, said that in her home town of Brighton “loads of people have dogs and treat them like kids”. She has taken her rescue dog, Boss, on holiday to 11 countries, including the Vatican, and feels that he is “part of the family”.

    Continue reading...", + "content": "

    Comments made during a recent general audience at the Vatican criticised

    Whether millennials prefer to raise plants and pets over children for financial and environmental reasons or because they’re lazy and entitled has been hotly discussed in recent years. Now Pope Francis has waded in, saying that not having children is “selfish and diminishes us” and that people are replacing them with cats and dogs.

    Pet owners have reacted angrily to the comments, made during a general audience at the Vatican. They argue that animals have a lower environmental footprint than children, enable them to lead a life that is different but equally rewarding, and compensate for financial or biological difficulties in having children, rather than directly replacing them.

    On social media, people pointed out that the pope himself chose not to have children and said there was hypocrisy in such comments, coming from an institution which has grappled with a legacy of child sexual abuse.

    Guardian readers who responded to a call-out asking for their views were similarly critical of the pope’s comments, which were branded “out of touch” and “sexist”.

    Sophie Lusby, a 48-year old NHS manager in Belfast, said they were “really naive and insensitive” and failed to reflect that not everybody can or should have children. As a Catholic, she has struggled with feelings of shame about her inability to have children for medical reasons, given her religion’s emphasis on motherhood. “That’s what’s quite triggering about the pope’s words.”

    She added that although she has two pets, which are “great company when you live on your own”, she doesn’t see them as substitutes for children, and instead has found meaning in her relationships with her nephews, nieces, siblings and parents. “If Catholicism is about family, I’ve been very successful at being a great family member and I don’t need to be told off.”

    Estee Nagy, a 27-year-old jeweller from London, said that “having a child in today’s world is a luxury” because of lower earning power and a more challenging labour market. “It’s easier for those who were simply lucky and are rich or have more money than an average salary, but it gets harder when there isn’t enough.”


    Stef, who works in education, said that in her home town of Brighton “loads of people have dogs and treat them like kids”. She has taken her rescue dog, Boss, on holiday to 11 countries, including the Vatican, and feels that he is “part of the family”.

    Continue reading...", + "category": "Pope Francis", + "link": "https://www.theguardian.com/world/2022/jan/06/insensitive-pet-owners-react-to-popes-remarks-on-animals-and-children", + "creator": "Rachel Hall", + "pubDate": "2022-01-06T17:17:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287120,16 +291452,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "56b62a0ba9f44e88c6de15deaeee509a" + "hash": "f0c83fe98fb83d67e500137357cc88c8", + "highlights": [] }, { - "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": "Bruce Willis films – ranked!", + "description": "

    With the actor starring in not one but two iffy thrillers out this month, we take a look over the more successful end of his long, action-packed career

    This futuristic thriller about “surries” – artificial doubles who do the dirty work while their owners stay home – could have had heaps more fun riffing on the disparity between the grizzled older Willis and his blond synthetic doppelganger. Still, it is nice to see him bristling with Rosamund Pike, who plays his glassy wife, and being reunited briefly with his Pulp Fiction nemesis Ving Rhames.

    Continue reading...", + "content": "

    With the actor starring in not one but two iffy thrillers out this month, we take a look over the more successful end of his long, action-packed career

    This futuristic thriller about “surries” – artificial doubles who do the dirty work while their owners stay home – could have had heaps more fun riffing on the disparity between the grizzled older Willis and his blond synthetic doppelganger. Still, it is nice to see him bristling with Rosamund Pike, who plays his glassy wife, and being reunited briefly with his Pulp Fiction nemesis Ving Rhames.

    Continue reading...", + "category": "Bruce Willis", + "link": "https://www.theguardian.com/film/2022/jan/06/bruce-willis-films-ranked", + "creator": "Ryan Gilbey", + "pubDate": "2022-01-06T12:15:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287141,16 +291474,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "44819b21e0e805528bede30ed453dfa2" + "hash": "233651e498b38450fcd78287b9be0ce4", + "highlights": [] }, { - "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", + "title": "Your work is not your god: welcome to the age of the burnout epidemic", + "description": "

    The reason why so many of us are at the end of our rope? We allowed work to be what gave our lives meaning

    The rich are irrational when it comes to work. Out of everyone in our society, they have the least need to earn more money, but they work the most.

    Billionaire tech-industry titans brag about their hundred-hour work weeks, even though their labor isn’t what boosts their companies’ stock prices and enriches them further. Americans with advanced degrees have the highest average earning power, but typically work more and spend less time on leisure than people with less formal education. The children of rich parents are twice as likely to have summer jobs as poor kids are. And many older American professionals with plenty saved for retirement keep showing up at the office.

    Continue reading...", + "content": "

    The reason why so many of us are at the end of our rope? We allowed work to be what gave our lives meaning

    The rich are irrational when it comes to work. Out of everyone in our society, they have the least need to earn more money, but they work the most.

    Billionaire tech-industry titans brag about their hundred-hour work weeks, even though their labor isn’t what boosts their companies’ stock prices and enriches them further. Americans with advanced degrees have the highest average earning power, but typically work more and spend less time on leisure than people with less formal education. The children of rich parents are twice as likely to have summer jobs as poor kids are. And many older American professionals with plenty saved for retirement keep showing up at the office.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/06/burnout-epidemic-work-lives-meaning", + "creator": "Jonathan Malesic", + "pubDate": "2022-01-06T09:00:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287162,16 +291496,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "686cef07cac3b02a64ce184c7e2680c9" + "hash": "e9e056ed6009585ed0c8c1e2ec278282", + "highlights": [] }, { - "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": "The Afghan judge working to free her sisters left behind", + "description": "

    Fawzia escaped from Afghanistan. Now in London, she’s trying to secure a safe exit for women still stranded

    Just under three weeks before the Taliban reached Kabul and took control of Afghanistan, 50 of the most powerful women in the country gathered outdoors in a shady spot to discuss how to deal with the approaching danger.

    Wearing colourful headscarves, some took notes while others listened intently to Fawzia, 48, one of the most senior female judges in Afghanistan. Holding a microphone, she spoke with urgency about the advancing threat and the need to protect the rights that female lawyers, women’s rights activists and journalists had spent decades fighting for.

    Continue reading...", + "content": "

    Fawzia escaped from Afghanistan. Now in London, she’s trying to secure a safe exit for women still stranded

    Just under three weeks before the Taliban reached Kabul and took control of Afghanistan, 50 of the most powerful women in the country gathered outdoors in a shady spot to discuss how to deal with the approaching danger.

    Wearing colourful headscarves, some took notes while others listened intently to Fawzia, 48, one of the most senior female judges in Afghanistan. Holding a microphone, she spoke with urgency about the advancing threat and the need to protect the rights that female lawyers, women’s rights activists and journalists had spent decades fighting for.

    Continue reading...", + "category": "Afghanistan", + "link": "https://www.theguardian.com/world/2022/jan/06/the-afghan-judge-working-to-free-her-sisters-left-behind", + "creator": "Diane Taylor", + "pubDate": "2022-01-06T14:53:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287183,16 +291518,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9881838f1e7114b5056403b937f556ce" + "hash": "690f6f9b606e269f8eff5b9d14d50470", + "highlights": [] }, { - "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", + "title": "Liz Truss says Russia faces high-level sanctions if it invades Ukraine", + "description": "

    Foreign secretary asserts western solidarity against Putin’s threats, but MPs challenge her on Russian influence in UK

    Massive coordinated sanctions threatened against Russia if it launches military action against Ukraine will hit the high-level Russian elite and its ability to carry out financial transactions, Liz Truss, the UK foreign secretary, told MPs on Thursday, as she warned the west could not afford to be seen to reward Moscow in crucial talks next week.

    Her remarks appear indirectly to confirm that if Russia mounts an incursion into Ukraine it could be excluded from Swift, the messaging network used by 11,000 banks in 200 countries to make cross-border payments.

    Continue reading...", + "content": "

    Foreign secretary asserts western solidarity against Putin’s threats, but MPs challenge her on Russian influence in UK

    Massive coordinated sanctions threatened against Russia if it launches military action against Ukraine will hit the high-level Russian elite and its ability to carry out financial transactions, Liz Truss, the UK foreign secretary, told MPs on Thursday, as she warned the west could not afford to be seen to reward Moscow in crucial talks next week.

    Her remarks appear indirectly to confirm that if Russia mounts an incursion into Ukraine it could be excluded from Swift, the messaging network used by 11,000 banks in 200 countries to make cross-border payments.

    Continue reading...", + "category": "Nato", + "link": "https://www.theguardian.com/world/2022/jan/06/liz-truss-says-russia-faces-high-level-sanctions-if-it-invades-ukraine", + "creator": "Patrick Wintour Diplomatic editor", + "pubDate": "2022-01-06T18:01:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287204,16 +291540,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "24e5295a744cd19a8c632872b79fdf07" + "hash": "0338036d56cd9a05bbad92bc8a8233c8", + "highlights": [] }, { - "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": "From corruption to the 'mark of the beast' – why countries like Malawi are struggling against Covid | Madalitso Wills Kateta", + "description": "

    With 80% of pandemic funds misused and widespread vaccine myths, citizens have had to step up where government has failed

    In January 2021, the Malawian rights activist Paul Msoma wrote that he was in Kamuzu central hospital, struggling to breathe. The hospital had oxygen cylinders but no flowmeters – the necessary instrument to connect him to them. I was left wondering where the funds that had been released for the country’s Covid-19 response were going. “My situation is getting bad and l desperately need oxygen,” Msoma wrote on Facebook. “Anyone who can urgently help out there please help by donating this very gadget.”

    Kamuzu central hospital is one of the biggest referral hospitals in Malawi and it did not seem right for such a big hospital not to have oxygen flowmeters, which are very basic medical equipment costing around £18 a piece. This was at a time when the government had released more than £5.6m for the Covid-19 response effort.

    Madalitso Wills Kateta is a freelance journalist based in Lilongwe, Malawi

    Continue reading...", + "content": "

    With 80% of pandemic funds misused and widespread vaccine myths, citizens have had to step up where government has failed

    In January 2021, the Malawian rights activist Paul Msoma wrote that he was in Kamuzu central hospital, struggling to breathe. The hospital had oxygen cylinders but no flowmeters – the necessary instrument to connect him to them. I was left wondering where the funds that had been released for the country’s Covid-19 response were going. “My situation is getting bad and l desperately need oxygen,” Msoma wrote on Facebook. “Anyone who can urgently help out there please help by donating this very gadget.”

    Kamuzu central hospital is one of the biggest referral hospitals in Malawi and it did not seem right for such a big hospital not to have oxygen flowmeters, which are very basic medical equipment costing around £18 a piece. This was at a time when the government had released more than £5.6m for the Covid-19 response effort.

    Madalitso Wills Kateta is a freelance journalist based in Lilongwe, Malawi

    Continue reading...", + "category": "Malawi", + "link": "https://www.theguardian.com/commentisfree/2022/jan/06/malawi-fight-covid-government-corruption-vaccination", + "creator": "Madalitso Wills Kateta", + "pubDate": "2022-01-06T10:00:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287225,16 +291562,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f01ed722371bcc6f0630f0242c14ac3" + "hash": "65f858fe777bebbc5024cb282879dbf3", + "highlights": [] }, { - "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": "Historians mark 6 January with urgent warning on threats to US democracy", + "description": "

    Their comments come as many Americans, particularly Trump supporters, continue to deny the dark reality of the Capitol insurrection

    Some of America’s most prominent historians gave an urgent warning about the state of American democracy as they gathered on Capitol Hill on Thursday to commemorate the 6 January insurrection.

    Doris Kearns Goodwin and Jon Meacham condemned the attack on the Capitol, which was carried out by a group of former president Donald Trump’s supporters to disrupt the certification of Joe Biden’s victory in the 2020 election.

    Continue reading...", + "content": "

    Their comments come as many Americans, particularly Trump supporters, continue to deny the dark reality of the Capitol insurrection

    Some of America’s most prominent historians gave an urgent warning about the state of American democracy as they gathered on Capitol Hill on Thursday to commemorate the 6 January insurrection.

    Doris Kearns Goodwin and Jon Meacham condemned the attack on the Capitol, which was carried out by a group of former president Donald Trump’s supporters to disrupt the certification of Joe Biden’s victory in the 2020 election.

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/2022/jan/06/us-capitol-attack-historians-democracy-threat", + "creator": "Joan E Greve", + "pubDate": "2022-01-06T21:43:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287246,16 +291584,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "269e94f4794df96c1fc1c0b888becab6" + "hash": "e2e104d7c52cb823666c452c7e7e6bfe", + "highlights": [] }, { - "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": "I had death threats and my tires splashed for my reporting. Many journalists in the Pacific face huge dangers | Joyce McClure", + "description": "

    Freedom of the press might be included in some constitutions of Pacific countries, but it often only works in theory

    I spent five years as the lone journalist on the remote Pacific island of Yap. During that time I was harassed, spat at, threatened with assassination and warned that I was being followed. The tyres on my car were slashed late one night.

    There was also pressure on the political level. The chiefs of the traditional Council of Pilung (COP) asked the state legislature to throw me out of the country as a “persona non grata” claiming that my journalism “may be disruptive to the state environment and/or to the safety and security of the state”.

    Continue reading...", + "content": "

    Freedom of the press might be included in some constitutions of Pacific countries, but it often only works in theory

    I spent five years as the lone journalist on the remote Pacific island of Yap. During that time I was harassed, spat at, threatened with assassination and warned that I was being followed. The tyres on my car were slashed late one night.

    There was also pressure on the political level. The chiefs of the traditional Council of Pilung (COP) asked the state legislature to throw me out of the country as a “persona non grata” claiming that my journalism “may be disruptive to the state environment and/or to the safety and security of the state”.

    Continue reading...", + "category": "Press freedom", + "link": "https://www.theguardian.com/world/commentisfree/2022/jan/07/i-had-death-threats-for-my-reporting-many-journalists-in-the-pacific-face-huge-dangers", + "creator": "Joyce McClure", + "pubDate": "2022-01-06T19:00:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287267,16 +291606,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "14e0a3ec27e900a1eb53cfa8984730f2" + "hash": "4004a7609fcf1c8b91f49be8d967b959", + "highlights": [] }, { - "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": "Australia live news update: NSW reportedly to reintroduce Covid restrictions, home affairs minister defends Djokovic visa decision", + "description": "

    NSW reportedly finalising measures including closing nightclubs, banning dancing and singing in pubs and cancelling some elective surgery. Follow all the day’s news live

    From someone who’d know:

    In better (?) Covid news, all-round good guy Hugh Jackman has recovered from his bout and popped up in Los Angeles to heap praise on healthcare workers.

    Continue reading...", + "content": "

    NSW reportedly finalising measures including closing nightclubs, banning dancing and singing in pubs and cancelling some elective surgery. Follow all the day’s news live

    From someone who’d know:

    In better (?) Covid news, all-round good guy Hugh Jackman has recovered from his bout and popped up in Los Angeles to heap praise on healthcare workers.

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/07/australia-live-news-update-nsw-reportedly-to-reintroduce-covid-restrictions-home-affairs-minister-defends-djokovic-visa-decision-vaccine-", + "creator": "Tory Shepherd", + "pubDate": "2022-01-06T21:48:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287288,16 +291628,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa7ec4d49619d43297949e1d586f28c0" + "hash": "0588915f2a340be39d80d74d75b974a6", + "highlights": [] }, { - "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": "How Tony Blair advised former Kazakh ruler after 2011 uprising", + "description": "

    British former PM told Nursultan Nazarbayev to stress he ‘understood’ critics and to say reforms would ‘take time’

    The newly knighted Sir Tony Blair is one of several well-paid western advisers who have burnished the image of Kazakhstan’s former ruler Nursultan Nazarbayev and his autocratic regime, now the target of angry protesters.

    Narzabayev invited Blair to give him strategic advice after Kazakh security forces shot dead 14 people during the country’s December 2011 anti-government uprising. The protesters in the western oil town of Zhanaozen were demanding higher wages.

    Continue reading...", + "content": "

    British former PM told Nursultan Nazarbayev to stress he ‘understood’ critics and to say reforms would ‘take time’

    The newly knighted Sir Tony Blair is one of several well-paid western advisers who have burnished the image of Kazakhstan’s former ruler Nursultan Nazarbayev and his autocratic regime, now the target of angry protesters.

    Narzabayev invited Blair to give him strategic advice after Kazakh security forces shot dead 14 people during the country’s December 2011 anti-government uprising. The protesters in the western oil town of Zhanaozen were demanding higher wages.

    Continue reading...", + "category": "Kazakhstan", + "link": "https://www.theguardian.com/world/2022/jan/06/how-tony-blair-advised-former-kazakh-ruler-after-2011-uprising", + "creator": "Luke Harding", + "pubDate": "2022-01-06T16:41:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287309,16 +291650,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "89db4e7eba96c50d79608ae360bf7ea7" + "hash": "38359dda7775793a41168e74b4407c7e", + "highlights": [] }, { - "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": "‘Covid is affecting all of acute care – so the system sludges up’", + "description": "

    A hospital doctor in Yorkshire explains how Omicron is testing northern hospitals’ resources, with staff juggling beds to control infection and dealing with a huge influx of patients

    “Hospitals in the north of England are incredibly busy now, in particular because of Omicron. At the hospital where I work we’ve gone from 26 Covid inpatients on Boxing Day to 104 now.

    Unlike previous waves of Covid, only four people are being cared for in ICU, whereas in previous waves we were maxed out at 20 people in ICU. That’s good from the patients’ point of view. But it does stress the rest of the system, including the bit of the system I work in – acute medicine.

    Continue reading...", + "content": "

    A hospital doctor in Yorkshire explains how Omicron is testing northern hospitals’ resources, with staff juggling beds to control infection and dealing with a huge influx of patients

    “Hospitals in the north of England are incredibly busy now, in particular because of Omicron. At the hospital where I work we’ve gone from 26 Covid inpatients on Boxing Day to 104 now.

    Unlike previous waves of Covid, only four people are being cared for in ICU, whereas in previous waves we were maxed out at 20 people in ICU. That’s good from the patients’ point of view. But it does stress the rest of the system, including the bit of the system I work in – acute medicine.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/05/covid-is-affecting-all-of-acute-care-so-the-system-sludges-up", + "creator": "Nick Scriven", + "pubDate": "2022-01-05T21:13:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287330,16 +291672,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "08ad8668f7d1f4df5e44b56fb4bac16c" + "hash": "830a159915cf097e0bd9e8df5431c85e", + "highlights": [] }, { - "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": "Poverty, inequality and corruption: why Kazakhstan’s former leader is no longer untouchable", + "description": "

    Analysis: Nursultan Nazarbayev, behind-the-scenes powerbroker, thought he found a way to step aside without risking retribution

    For years, Nursultan Nazarbayev has been used to performative adoration from the citizens of Kazakhstan. The country’s leader for nearly three decades, he was showered with praise and adulation at showpiece events, and his image smiled down from billboards across the country.

    When he stepped down in 2019, he was able to choose his successor, Kassym-Jomart Tokayev, and kept significant power as head of the security council and general behind-the-scenes powerbroker. He retained his official title of Elbasy, or leader of the nation.

    Continue reading...", + "content": "

    Analysis: Nursultan Nazarbayev, behind-the-scenes powerbroker, thought he found a way to step aside without risking retribution

    For years, Nursultan Nazarbayev has been used to performative adoration from the citizens of Kazakhstan. The country’s leader for nearly three decades, he was showered with praise and adulation at showpiece events, and his image smiled down from billboards across the country.

    When he stepped down in 2019, he was able to choose his successor, Kassym-Jomart Tokayev, and kept significant power as head of the security council and general behind-the-scenes powerbroker. He retained his official title of Elbasy, or leader of the nation.

    Continue reading...", + "category": "Kazakhstan", + "link": "https://www.theguardian.com/world/2022/jan/05/old-man-out-kazakhstan-discontent-to-change-leaders-legacy", + "creator": "Shaun Walker", + "pubDate": "2022-01-05T18:06:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287351,16 +291694,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a13140be043e54dc1db73e947622881" + "hash": "ff60c337381d8669830de8755422528f", + "highlights": [] }, { - "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", + "title": "Bolton mother who killed herself and two daughters was ‘fixated on suicide’", + "description": "

    Coroner says case of Tiffany Stevens, 27, and her young children is ‘one of the saddest I have heard’

    A mother who was “fixated” on suicide for more than a decade fatally drugged her two young daughters before killing herself, an inquest has heard.

    Tiffany Stevens, from Bolton, had feared 18-month-old Darcey Stevens and three-year-old Casey-Lea Taylor would be put into care after her death, the inquest heard.

    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": "

    Coroner says case of Tiffany Stevens, 27, and her young children is ‘one of the saddest I have heard’

    A mother who was “fixated” on suicide for more than a decade fatally drugged her two young daughters before killing herself, an inquest has heard.

    Tiffany Stevens, from Bolton, had feared 18-month-old Darcey Stevens and three-year-old Casey-Lea Taylor would be put into care after her death, the inquest heard.

    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": "Bolton", + "link": "https://www.theguardian.com/uk-news/2022/jan/06/bolton-mother-killed-herself-and-two-daughters-inquest", + "creator": "Tom Ambrose", + "pubDate": "2022-01-06T20:15:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287372,16 +291716,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e86e2548702c0db9621183dd10250f50" + "hash": "0af81e4435b1b2420edaf67105e83700", + "highlights": [] }, { - "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": "Morning mail: Djokovic in hotel detention, Trump’s ‘web of lies’, Kazakhstan protests", + "description": "

    Friday: Novak Djokovic’s time in immigration detention highlights plight of refugees held in same hotel. Plus: Norfolk Island grapples with its first Covid cases

    Good morning. Novak Djokovic awaits his Australian Open fate in a Melbourne immigration hotel. New South Wales hospitals are anticipating Covid-related admissions to triple. And deadly protests in Kazakhstan has hampered the bitcoin network.

    Novak Djokovic is awaiting his Australian Open fate in a Melbourne immigration hotel as he mounts a legal challenge against Australia’s decision to cancel his visa. Djokovic’s lawyers succeeded in a bid to stop him from being deported on Thursday with a full hearing in the federal court now scheduled for Monday. The tennis champion spent eight hours detained at Melbourne airport overnight before Australian Border Force officials announced he had been denied entry into the country on Thursday morning. They cited a failure to meet Australia’s Covid vaccination exemption requirements. Djokovic’s wrangling with authorities over entering Australia has inadvertently highlighted a different plight: those of the refugees and asylum seekers stuck for months, and years, at the Park Hotel which has been described by detainees as a “torture cell”. The Serbian president has accused Australia of “maltreatment” of the tennis star and Djokovic’s family said he is the victim of “a political agenda” aimed at “stomping on Serbia”.

    Continue reading...", + "content": "

    Friday: Novak Djokovic’s time in immigration detention highlights plight of refugees held in same hotel. Plus: Norfolk Island grapples with its first Covid cases

    Good morning. Novak Djokovic awaits his Australian Open fate in a Melbourne immigration hotel. New South Wales hospitals are anticipating Covid-related admissions to triple. And deadly protests in Kazakhstan has hampered the bitcoin network.

    Novak Djokovic is awaiting his Australian Open fate in a Melbourne immigration hotel as he mounts a legal challenge against Australia’s decision to cancel his visa. Djokovic’s lawyers succeeded in a bid to stop him from being deported on Thursday with a full hearing in the federal court now scheduled for Monday. The tennis champion spent eight hours detained at Melbourne airport overnight before Australian Border Force officials announced he had been denied entry into the country on Thursday morning. They cited a failure to meet Australia’s Covid vaccination exemption requirements. Djokovic’s wrangling with authorities over entering Australia has inadvertently highlighted a different plight: those of the refugees and asylum seekers stuck for months, and years, at the Park Hotel which has been described by detainees as a “torture cell”. The Serbian president has accused Australia of “maltreatment” of the tennis star and Djokovic’s family said he is the victim of “a political agenda” aimed at “stomping on Serbia”.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/2022/jan/07/morning-mail-djokovic-in-hotel-detention-trumps-web-of-lies-kazakhstan-protests", + "creator": "Melissa Godin", + "pubDate": "2022-01-06T20:01:55Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287393,16 +291738,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7a987fd2831e59ab1db561b62ad18c1" + "hash": "4ff5c52819df2e3afc5c6d4d6146036e", + "highlights": [] }, { - "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": "France fines Google and Facebook €210m over user tracking", + "description": "

    Data privacy watchdog says websites make it difficult for users to refuse cookies

    France’s data privacy watchdog has fined Google and Facebook a combined €210m (£176m) for hampering users’ ability to stop the companies tracking their online activity.

    The Commission Nationale de l’Informatique et des Libertés (CNIL) said on Thursday it had fined Google a record €150m for making it difficult for internet users to refuse cookies – small text files that build up a profile of a person’s web activity for commercial purposes. It fined Facebook €60m for the same reason.

    Continue reading...", + "content": "

    Data privacy watchdog says websites make it difficult for users to refuse cookies

    France’s data privacy watchdog has fined Google and Facebook a combined €210m (£176m) for hampering users’ ability to stop the companies tracking their online activity.

    The Commission Nationale de l’Informatique et des Libertés (CNIL) said on Thursday it had fined Google a record €150m for making it difficult for internet users to refuse cookies – small text files that build up a profile of a person’s web activity for commercial purposes. It fined Facebook €60m for the same reason.

    Continue reading...", + "category": "Data protection", + "link": "https://www.theguardian.com/technology/2022/jan/06/france-fines-google-and-facebook-210m-over-user-tracking-cookies", + "creator": "Dan Milmo and agency", + "pubDate": "2022-01-06T12:27:55Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287414,16 +291760,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b79afe3e23e82d7df1b987015226db98" + "hash": "80b427c55210f84dc72ea694951ead78", + "highlights": [] }, { - "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": "‘Poor meat and ill-treated animals’: Spain in uproar over minister’s remarks", + "description": "

    Government distances itself from Alberto Garzón’s Guardian interview amid outrage in meat industry

    Claims by a Spanish government minister that factory farming is damaging the environment and leading to the export of poor-quality meat have provoked a furious backlash after his comments were published in the Guardian.

    In an interview published on Boxing Day, Alberto Garzón, the minister for consumer affairs, defended traditional grazing “as an environmentally sustainable means of cattle farming”.

    Continue reading...", + "content": "

    Government distances itself from Alberto Garzón’s Guardian interview amid outrage in meat industry

    Claims by a Spanish government minister that factory farming is damaging the environment and leading to the export of poor-quality meat have provoked a furious backlash after his comments were published in the Guardian.

    In an interview published on Boxing Day, Alberto Garzón, the minister for consumer affairs, defended traditional grazing “as an environmentally sustainable means of cattle farming”.

    Continue reading...", + "category": "Spain", + "link": "https://www.theguardian.com/world/2022/jan/06/spanish-minister-under-fire-after-mega-farm-claims-in-guardian", + "creator": "Stephen Burgen in Barcelona", + "pubDate": "2022-01-06T13:24:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287435,16 +291782,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "52b955df8554b2e4f0178555f4b181b3" + "hash": "839624df67eec3e9dfbc9fd7f6a38990", + "highlights": [] }, { - "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": "French Dakar rally driver out of coma as team say bomb caused blast", + "description": "

    Saudi authorities accused of trying to cover up cause of explosion which left Philippe Boutron badly injured

    A French rally driver who was seriously injured in an explosion in Jeddah last week has emerged from a coma, while his team have claimed Saudi Arabian authorities are trying to cover up the cause of the incident.

    Philippe Boutron sustained serious injuries in the blast outside a hotel near Jeddah’s international airport a week ago. The explosion damaged a support vehicle he was driving for the Sodicars Racing team that was competing in the Dakar rally.

    Continue reading...", + "content": "

    Saudi authorities accused of trying to cover up cause of explosion which left Philippe Boutron badly injured

    A French rally driver who was seriously injured in an explosion in Jeddah last week has emerged from a coma, while his team have claimed Saudi Arabian authorities are trying to cover up the cause of the incident.

    Philippe Boutron sustained serious injuries in the blast outside a hotel near Jeddah’s international airport a week ago. The explosion damaged a support vehicle he was driving for the Sodicars Racing team that was competing in the Dakar rally.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2022/jan/06/french-dakar-rally-driver-out-of-coma-as-team-says-bomb-caused-blast", + "creator": "Kim Willsher in Paris", + "pubDate": "2022-01-06T15:08:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287456,16 +291804,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f10af3a5f9d78b30d1e7da99c11fed6" + "hash": "4dbcc8e3371eff330cda231ecc26b33a", + "highlights": [] }, { - "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": "Colston Four acquittal raises doubts about 10-year jail term proposal", + "description": "

    Legal experts say new law would mean all cases about monument damage go before juries

    The acquittal of the Colston Four raises questions about new laws imposing 10-year jail terms for the toppling of statues, legal experts have said.

    On Wednesday, three men and a woman who helped pull down a monument to the slave trader Edward Colston at a 2020 Black Lives Matter protest were found not guilty by a jury on the grounds that they had a lawful excuse.

    Continue reading...", + "content": "

    Legal experts say new law would mean all cases about monument damage go before juries

    The acquittal of the Colston Four raises questions about new laws imposing 10-year jail terms for the toppling of statues, legal experts have said.

    On Wednesday, three men and a woman who helped pull down a monument to the slave trader Edward Colston at a 2020 Black Lives Matter protest were found not guilty by a jury on the grounds that they had a lawful excuse.

    Continue reading...", + "category": "Law", + "link": "https://www.theguardian.com/law/2022/jan/06/colston-four-acquittal-raises-doubts-about-10-year-jail-term-proposal", + "creator": "Damien Gayle", + "pubDate": "2022-01-06T18:48:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287477,16 +291826,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "14e01371f8f11f29cd6abd6af3c6193c" + "hash": "c90d1df1303aaabf44539358a372610e", + "highlights": [] }, { - "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": "Flu levels remain low in UK despite spread of Omicron, data shows", + "description": "

    Cases of people infected at same time with both viruses have been reported in some countries

    Levels of flu remain low in the UK despite Covid cases rising considerably over Christmas and the new year, official data shows.

    The Omicron variant of coronavirus has spread rapidly around the UK, leading to a sharp rise in infections and, subsequently, hospitalisations. According to figures from the Office for National Statistics released on Wednesday, one in 15 people in England had Covid in the week ending 31 December, rising to one in 10 in London.

    Continue reading...", + "content": "

    Cases of people infected at same time with both viruses have been reported in some countries

    Levels of flu remain low in the UK despite Covid cases rising considerably over Christmas and the new year, official data shows.

    The Omicron variant of coronavirus has spread rapidly around the UK, leading to a sharp rise in infections and, subsequently, hospitalisations. According to figures from the Office for National Statistics released on Wednesday, one in 15 people in England had Covid in the week ending 31 December, rising to one in 10 in London.

    Continue reading...", + "category": "Flu", + "link": "https://www.theguardian.com/society/2022/jan/06/flu-levels-remain-low-in-uk-despite-spread-of-omicron-data-shows", + "creator": "Nicola Davis Science correspondent", + "pubDate": "2022-01-06T15:50:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287498,16 +291848,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "29f8cb4db2dd8eeed1dee832a28a3b79" + "hash": "48325b788a34224097b39838f2dc3ec4", + "highlights": [] }, { - "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": "Ex-SNP MP Margaret Ferrier to stand trial over alleged Covid breach", + "description": "

    Politician is accused of travelling from Glasgow to London despite knowing she had symptoms of virus

    The former Scottish National party MP Margaret Ferrier will stand trial in August accused of travelling from Glasgow to London in September 2020 knowing she had symptoms of coronavirus and wilfully exposing others to the risk of infection.

    Ferrier pleaded not guilty to the single charge on Thursday morning at Glasgow sheriff court.

    Continue reading...", + "content": "

    Politician is accused of travelling from Glasgow to London despite knowing she had symptoms of virus

    The former Scottish National party MP Margaret Ferrier will stand trial in August accused of travelling from Glasgow to London in September 2020 knowing she had symptoms of coronavirus and wilfully exposing others to the risk of infection.

    Ferrier pleaded not guilty to the single charge on Thursday morning at Glasgow sheriff court.

    Continue reading...", + "category": "Scotland", + "link": "https://www.theguardian.com/uk-news/2022/jan/06/ex-snp-mp-margaret-ferrier-stand-trial-alleged-covid-breach", + "creator": "Libby Brooks Scotland correspondent", + "pubDate": "2022-01-06T13:04:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287519,16 +291870,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4acb1f538ba521fe5ce619b12051eb92" + "hash": "9b1776a6910eef1d98af529ddd73fe55", + "highlights": [] }, { - "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": "‘Shame, ageism and nudity – there’s a lot to identify with’: actor David Pevsner on his memoir", + "description": "

    Having survived teen shame and the Aids crisis, the Broadway actor – and erstwhile escort – is now blazing a trail for silver sexuality

    There were things in the first draft of his memoir, says David Pevsner, that his editor thought were “maybe TMI, maybe a bridge too far”. I can’t begin to imagine what was deemed unacceptable, because there is TMI – sample line: “I have always been a copious ejaculator” – on just about every page of Damn Shame, an entertaining, touching and absolutely filthy book. My goodness, the filth! “There is that,” he says with a laugh.

    Pevsner describes himself, self-deprecatingly, as “a minor player in the entertainment biz”; he’s had small roles in big TV dramas such as Grey’s Anatomy and Modern Family, and bigger roles in small ones. He has been on Broadway, touring productions and off-Broadway hits. He’s not a well-known face, though if you’re a subscriber to his OnlyFans account, where he shares erotic photos and videos of himself, you will be very familiar with his body; Pevsner is, I believe, the only person I’ve interviewed whose erection I have seen. Along the way, to supplement his theatre salary, he has been an escort and a “naked maid”, which had things in common with sex work while also including vacuuming (not a euphemism). He appears, smiling and charming (and dressed), over Zoom from his home in Los Angeles.

    Continue reading...", + "content": "

    Having survived teen shame and the Aids crisis, the Broadway actor – and erstwhile escort – is now blazing a trail for silver sexuality

    There were things in the first draft of his memoir, says David Pevsner, that his editor thought were “maybe TMI, maybe a bridge too far”. I can’t begin to imagine what was deemed unacceptable, because there is TMI – sample line: “I have always been a copious ejaculator” – on just about every page of Damn Shame, an entertaining, touching and absolutely filthy book. My goodness, the filth! “There is that,” he says with a laugh.

    Pevsner describes himself, self-deprecatingly, as “a minor player in the entertainment biz”; he’s had small roles in big TV dramas such as Grey’s Anatomy and Modern Family, and bigger roles in small ones. He has been on Broadway, touring productions and off-Broadway hits. He’s not a well-known face, though if you’re a subscriber to his OnlyFans account, where he shares erotic photos and videos of himself, you will be very familiar with his body; Pevsner is, I believe, the only person I’ve interviewed whose erection I have seen. Along the way, to supplement his theatre salary, he has been an escort and a “naked maid”, which had things in common with sex work while also including vacuuming (not a euphemism). He appears, smiling and charming (and dressed), over Zoom from his home in Los Angeles.

    Continue reading...", + "category": "Stage", + "link": "https://www.theguardian.com/stage/2022/jan/06/shame-ageism-and-nudity-theres-a-lot-to-identify-with-actor-david-pevsner-on-his-memoir", + "creator": "Emine Saner", + "pubDate": "2022-01-06T14:00:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287540,16 +291892,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eaef69ebcf062e543df31e46f9ce2ef6" + "hash": "ef3773b2c04b1077e18aa15eb8a2ef11", + "highlights": [] }, { - "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": "‘Bristolians feel very connected to the event’: local reaction to Colston verdict", + "description": "

    There was a supportive mood for the statue topplers in a city known for its political activism

    Melody Beard will forever rue the moment she took her youngest daughter to use the toilet and missed the statue of slave-trader Edward Colston being thrown into Bristol’s harbour.

    The 40-year-old had, like many on that day, joined protests in the city’s centre, along with her husband and two children.

    Continue reading...", + "content": "

    There was a supportive mood for the statue topplers in a city known for its political activism

    Melody Beard will forever rue the moment she took her youngest daughter to use the toilet and missed the statue of slave-trader Edward Colston being thrown into Bristol’s harbour.

    The 40-year-old had, like many on that day, joined protests in the city’s centre, along with her husband and two children.

    Continue reading...", + "category": "Bristol", + "link": "https://www.theguardian.com/uk-news/2022/jan/06/bristol-reaction-colston-statue-verdict", + "creator": "Jamie Grierson", + "pubDate": "2022-01-06T17:42:25Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287561,16 +291914,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "27dc7d6baf614d9fa0e4fe37b05d7eb2" + "hash": "116454cea8899b5757b8d8b40aa91263", + "highlights": [] }, { - "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": "Brazil’s bars choose their customers for their politics as election nears", + "description": "

    Unjabbed supporters of President Bolsonaro are banned from some pubs – but elsewhere fans can buy pizza named after him

    Jana Santos has an unambiguous message for Jair Bolsonaro-supporting anti-vaxxers who want to sup a Moscow Mule or Caipirinha at her bar in south Brazil.

    “Don’t come. We don’t want you here,” said the mixologist and bar owner who recently placed a placard at its entrance instructing unvaccinated Bolsonaristas to steer clear.

    Continue reading...", + "content": "

    Unjabbed supporters of President Bolsonaro are banned from some pubs – but elsewhere fans can buy pizza named after him

    Jana Santos has an unambiguous message for Jair Bolsonaro-supporting anti-vaxxers who want to sup a Moscow Mule or Caipirinha at her bar in south Brazil.

    “Don’t come. We don’t want you here,” said the mixologist and bar owner who recently placed a placard at its entrance instructing unvaccinated Bolsonaristas to steer clear.

    Continue reading...", + "category": "Brazil", + "link": "https://www.theguardian.com/world/2022/jan/06/brazils-bars-choose-their-customers-for-their-politics-as-election-nears", + "creator": "Tom Phillips in Rio de Janeiro and Ouro Preto do Oeste", + "pubDate": "2022-01-06T05:00:54Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287582,16 +291936,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a89dec9f2ef081e0baa5b02cea78327f" + "hash": "7c20cbadf5e1ca977cca29abbb24ebc7", + "highlights": [] }, { - "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": "MI6 chief thanks China for ‘free publicity’ after James Bond spoof", + "description": "

    Rare response from Richard Moore comes after state news agency posted video mocking western intelligence

    Britain’s spy chief has thanked China’s state news agency for “free publicity” after it posted a James Bond spoof that mocked the western intelligence community’s growing focus on threats posed by Beijing.

    The rare response by the head of MI6, Richard Moore, on Thursday comes as China and Britain clash over Beijing’s treatment of its Uyghur minority and creeping authoritarianism in the former British colony of Hong Kong.

    Continue reading...", + "content": "

    Rare response from Richard Moore comes after state news agency posted video mocking western intelligence

    Britain’s spy chief has thanked China’s state news agency for “free publicity” after it posted a James Bond spoof that mocked the western intelligence community’s growing focus on threats posed by Beijing.

    The rare response by the head of MI6, Richard Moore, on Thursday comes as China and Britain clash over Beijing’s treatment of its Uyghur minority and creeping authoritarianism in the former British colony of Hong Kong.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2022/jan/06/mi6-chief-thanks-china-for-free-publicity-after-james-bond-spoof", + "creator": "Agence France-Presse in Beijing", + "pubDate": "2022-01-06T09:02:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287603,16 +291958,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6fc56334ac4a26218927fb19e57626d" + "hash": "464660a788645f713c027940ddcb922b", + "highlights": [] }, { - "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": "Island hideaway: has the endangered mahogany glider found a new home off the Great Barrier Reef?", + "description": "

    With less than 2,000 gliders left on the mainland, environmentalists hope the elusive marsupial has been making a Queensland island its home

    If there has been rain and it’s after dark, Daryl Dickson listens for a shower of drops bumped loose from the leaves above.

    When it’s dry, it could be the faint sound of the caps of bloodwood blossoms landing on her roof that sends her off to grab a torch and catch a glimpse of one of her elusive marsupial neighbours.

    Continue reading...", + "content": "

    With less than 2,000 gliders left on the mainland, environmentalists hope the elusive marsupial has been making a Queensland island its home

    If there has been rain and it’s after dark, Daryl Dickson listens for a shower of drops bumped loose from the leaves above.

    When it’s dry, it could be the faint sound of the caps of bloodwood blossoms landing on her roof that sends her off to grab a torch and catch a glimpse of one of her elusive marsupial neighbours.

    Continue reading...", + "category": "Queensland", + "link": "https://www.theguardian.com/australia-news/2022/jan/07/island-hideaway-has-the-endangered-mahogany-glider-found-a-new-home-off-the-great-barrier-reef", + "creator": "Graham Readfearn", + "pubDate": "2022-01-06T16:30:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287624,16 +291980,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "42153cf2b562380438919b281f24fb13" + "hash": "580f7bd987c38a906be16440791fd44a", + "highlights": [] }, { - "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": "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": "", @@ -287645,16 +292002,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "afa08fa9d8fd61b8c0b41916b9275271" + "hash": "6c7169602f1229a5ff1cdc08310ac677", + "highlights": [] }, { - "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": "Gatwick IT glitch stops flights landing or taking off during peak period", + "description": "

    Diversions and delays as air traffic controllers forced to switch to backup system at airport

    A computer glitch at the Gatwick control tower left flights unable to land or take off at Britain’s second biggest airport during the morning peak.

    Three planes were diverted to other London airports as controllers from Air Navigation Services were forced to shut down the malfunctioning IT and guide planes in under a backup system.

    Continue reading...", + "content": "

    Diversions and delays as air traffic controllers forced to switch to backup system at airport

    A computer glitch at the Gatwick control tower left flights unable to land or take off at Britain’s second biggest airport during the morning peak.

    Three planes were diverted to other London airports as controllers from Air Navigation Services were forced to shut down the malfunctioning IT and guide planes in under a backup system.

    Continue reading...", + "category": "Gatwick airport", + "link": "https://www.theguardian.com/uk-news/2022/jan/06/gatwick-it-glitch-stops-flights-landing-taking-off-london-airport", + "creator": "Gwyn Topham Transport correspondent", + "pubDate": "2022-01-06T13:46:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287666,16 +292024,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "78db6143d0bb8cd7240efb5db500aa18" + "hash": "673fd4ac35ab280f76e209fde0438198", + "highlights": [] }, { - "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": "Bristol mayor: Colston Four verdict has little to do with drive to tackle racism", + "description": "

    Marvin Rees rejects claim he should have removed statue, saying he could not afford to waste political capital on issue

    The verdict in the trial of the Colston Four has little to do with efforts to tackle racism in Bristol, the city’s mayor has said as he defended himself against criticism for not acting sooner over the statue of the slave trader Edward Colston.

    Speaking to the Guardian after three men and a woman were cleared of criminal damage in toppling the statue in 2020, Marvin Rees said the fate of the statue was symbolic but he had “no reaction” to the verdict.

    Continue reading...", + "content": "

    Marvin Rees rejects claim he should have removed statue, saying he could not afford to waste political capital on issue

    The verdict in the trial of the Colston Four has little to do with efforts to tackle racism in Bristol, the city’s mayor has said as he defended himself against criticism for not acting sooner over the statue of the slave trader Edward Colston.

    Speaking to the Guardian after three men and a woman were cleared of criminal damage in toppling the statue in 2020, Marvin Rees said the fate of the statue was symbolic but he had “no reaction” to the verdict.

    Continue reading...", + "category": "Bristol", + "link": "https://www.theguardian.com/uk-news/2022/jan/06/bristol-mayor-colston-four-verdict-has-little-to-do-with-drive-to-tackle-racism", + "creator": "Damien Gayle", + "pubDate": "2022-01-06T15:39:40Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287687,37 +292046,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "47a1b164490f819b29a9a5e316e82419" + "hash": "a4c5b7f4e52cdc647f9ab22c994f2561", + "highlights": [] }, { - "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", + "title": "Novak Djokovic to remain in detention during court challenge to Australian visa cancellation", + "description": "

    Australian Open champion is challenging his deportation after the Australian prime minister said officials were ‘following the rules’

    Novak Djokovic is awaiting his Australian Open fate in a Melbourne immigration hotel as the world No 1 mounts a legal challenge against Australia’s decision to cancel his visa.

    Djokovic’s lawyers succeeded in a bid to stop him from being deported on Thursday with a full hearing in the federal circuit court now scheduled for Monday.

    Continue reading...", + "content": "

    Australian Open champion is challenging his deportation after the Australian prime minister said officials were ‘following the rules’

    Novak Djokovic is awaiting his Australian Open fate in a Melbourne immigration hotel as the world No 1 mounts a legal challenge against Australia’s decision to cancel his visa.

    Djokovic’s lawyers succeeded in a bid to stop him from being deported on Thursday with a full hearing in the federal circuit court now scheduled for Monday.

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/sport/2022/jan/06/novak-djokovic-to-challenge-australian-visa-cancellation-in-federal-court", + "creator": "Emma Kemp and agencies", + "pubDate": "2022-01-06T08:50:52Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "92a49eccb0871353610921ed619b2806" + "hash": "53214fe0170f16267d0f5d75f37ba4bd", + "highlights": [] }, { - "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": "Covid live: Omicron may be less severe but not ‘mild’, says WHO; Austria to introduce new restrictions", + "description": "

    WHO chief says calling variant ‘mild’ is not accurate; people must wear masks outside in Austria and vaccine passes have six-month expiry

    Novak Djokovic flew into Melbourne airport on Wednesday night planning to defend his Australian Open title. Instead, the World No 1 is being held in a quarantine hotel and is set to be deported tonight after a remarkable series of events led to his visa being cancelled.

    So how on earth did it get to this point?

    Continue reading...", + "content": "

    WHO chief says calling variant ‘mild’ is not accurate; people must wear masks outside in Austria and vaccine passes have six-month expiry

    Novak Djokovic flew into Melbourne airport on Wednesday night planning to defend his Australian Open title. Instead, the World No 1 is being held in a quarantine hotel and is set to be deported tonight after a remarkable series of events led to his visa being cancelled.

    So how on earth did it get to this point?

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/06/covid-live-news-pfizer-expects-clinical-data-for-under-5s-in-april-italy-to-mandate-vaccines-for-over-50s", + "creator": "Lucy Campbell (now); Georgina Quach, Martin Belam and Helen Livingstone (earlier)", + "pubDate": "2022-01-06T16:54:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287729,16 +292090,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff9c6072ca29920928425d827393a1c5" + "hash": "a412ee3733faab988a9bfaab940f35ed", + "highlights": [] }, { - "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": "Tui agrees settlement with Sousse terror attack survivors and victims’ families", + "description": "

    Travel agent and lawyers for 80 people agree undisclosed amount after 2015 Tunisian beach attack that left 38 dead

    Dozens of Britons who lost loved ones and survivors of a terror attack at a Tunisian resort have reached a settlement with the travel company Tui, after launching a multimillion pound compensation case.

    The settlement for an undisclosed amount was reached “without admission of liability or fault”, according to a joint statement issued by the operator and a law firm acting on behalf of families, who had alleged that there was poor hotel security at the resort.

    Continue reading...", + "content": "

    Travel agent and lawyers for 80 people agree undisclosed amount after 2015 Tunisian beach attack that left 38 dead

    Dozens of Britons who lost loved ones and survivors of a terror attack at a Tunisian resort have reached a settlement with the travel company Tui, after launching a multimillion pound compensation case.

    The settlement for an undisclosed amount was reached “without admission of liability or fault”, according to a joint statement issued by the operator and a law firm acting on behalf of families, who had alleged that there was poor hotel security at the resort.

    Continue reading...", + "category": "Tunisia attacks 2015", + "link": "https://www.theguardian.com/world/2022/jan/06/tui-reaches-agreement-with-sousse-terror-survivors-and-victims-families", + "creator": "Ben Quinn", + "pubDate": "2022-01-06T15:22:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287750,16 +292112,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c0020248b2c587a12dc6e679b835454" + "hash": "3fcd990f287817755131fa66f553e66f", + "highlights": [] }, { - "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": "Met investigating Tory peer Michelle Mone over ‘racist message’", + "description": "

    Ultimo lingerie founder 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 is being investigated by the Metropolitan police for an allegedly racist message she is accused of sending to a man of Indian heritage.

    The recipient of the message, Richard Lynton-Jones, complained to the police last summer that during a disagreement following a fatal yacht collision in 2019, Lady Mone told him in a WhatsApp message he was “a waste of a man’s white skin”.

    Continue reading...", + "content": "

    Ultimo lingerie founder 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 is being investigated by the Metropolitan police for an allegedly racist message she is accused of sending to a man of Indian heritage.

    The recipient of the message, Richard Lynton-Jones, complained to the police last summer that during a disagreement following a fatal yacht collision in 2019, Lady Mone told him in a WhatsApp message he was “a waste of a man’s white skin”.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2022/jan/06/met-investigating-tory-peer-michelle-mone-over-racist-message", + "creator": "David Conn", + "pubDate": "2022-01-06T13:28:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287771,16 +292134,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd76af9b8e5c5e83bdb239844abf4515" + "hash": "1aa002ece198ec0d2a6d47924588e434", + "highlights": [] }, { - "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": "The Wombats: Fix Yourself, Not the World review – noughties indie returns bigger and brighter", + "description": "

    (Awal)
    The trio repurpose their sound from post-punk to pop-facing with a polished and snappy fifth album

    Scroll down the Wombats’ Spotify page and you come to the section headed “Fans also like”. It features a selection of their mid-00s contemporaries, fellow strivers in the league of what was cruelly dubbed “landfill indie”: the Pigeon Detectives, the Kooks, the Enemy, Scouting for Girls. As everyone knows, fashion is cyclical and this stuff currently lurks at the foot of fortune’s wheel: old enough to seem like yesterday’s news, not old enough to seem appealingly retro. Give it 10 years and they’ll be packing them in at 00s revival festivals, as their Britpop forebears are today, but for now, it’s strictly self-released albums and tours of venues euphemistically described as “intimate”.

    By rights, the Wombats should be in the same boat as those bands, more anonymous than their peers (close your eyes and try to visualise frontman Matthew “Murph” Murphy, let alone drummer Dan Haggis), they were dumped by their major label in the same year the NME became a free sheet in the face of slumping sales. But the Wombats’ recent interviews come peppered with unexpected phrases: “their studio in LA”, “forthcoming gig at the O2 Arena” and “produced by Jacknife Lee”, the latter fresh from working with U2. It’s not just that they now play far bigger venues than 15 years ago, it’s that the venues come packed – as every reviewer notes in astonishment – with kids too young to remember the Wombats’ first flush of fame. Last year, their 2015 single Greek Tragedy belatedly went gold in the US: between the original and a subsequent remix by Swedish producer Oliver Nelson in 2020, it’s racked up nearly 175m streams on Spotify.

    Continue reading...", + "content": "

    (Awal)
    The trio repurpose their sound from post-punk to pop-facing with a polished and snappy fifth album

    Scroll down the Wombats’ Spotify page and you come to the section headed “Fans also like”. It features a selection of their mid-00s contemporaries, fellow strivers in the league of what was cruelly dubbed “landfill indie”: the Pigeon Detectives, the Kooks, the Enemy, Scouting for Girls. As everyone knows, fashion is cyclical and this stuff currently lurks at the foot of fortune’s wheel: old enough to seem like yesterday’s news, not old enough to seem appealingly retro. Give it 10 years and they’ll be packing them in at 00s revival festivals, as their Britpop forebears are today, but for now, it’s strictly self-released albums and tours of venues euphemistically described as “intimate”.

    By rights, the Wombats should be in the same boat as those bands, more anonymous than their peers (close your eyes and try to visualise frontman Matthew “Murph” Murphy, let alone drummer Dan Haggis), they were dumped by their major label in the same year the NME became a free sheet in the face of slumping sales. But the Wombats’ recent interviews come peppered with unexpected phrases: “their studio in LA”, “forthcoming gig at the O2 Arena” and “produced by Jacknife Lee”, the latter fresh from working with U2. It’s not just that they now play far bigger venues than 15 years ago, it’s that the venues come packed – as every reviewer notes in astonishment – with kids too young to remember the Wombats’ first flush of fame. Last year, their 2015 single Greek Tragedy belatedly went gold in the US: between the original and a subsequent remix by Swedish producer Oliver Nelson in 2020, it’s racked up nearly 175m streams on Spotify.

    Continue reading...", + "category": "The Wombats", + "link": "https://www.theguardian.com/music/2022/jan/06/the-wombats-fix-yourself-not-the-world-review-awal-noughties-indie-returns-bigger-and-brighter", + "creator": "Alexis Petridis", + "pubDate": "2022-01-06T12:00:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287792,16 +292156,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b5914583d913733ad32535559a6aebb3" + "hash": "f99da063257bb740eebf751c043089d7", + "highlights": [] }, { - "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": "‘I hated it the minute it was finished’: bad body art and regrets in a tattoo removal clinic", + "description": "

    From Brexit written across a bum to the name of an ex, some tattoos are mistakes that their owners are desperate to erase. But is costly laser treatment worth the pain?

    At the temple of regret, you can have your mistakes burned away by a smiling practitioner, if you are willing to pay a hefty fee. I’m at an unremarkable office block near Monument tube station in central London, watching the remorseful have their body art erased at Pulse Light Clinic, which offers state-of-the-art tattoo removal using laser technology. As penitents of all ages, walks of life and ethnicities walk through the door, one thing becomes clear: there are a lot of terrible tattoos out there.

    In a spotless treatment room beside a £6,500 tattoo-removing PicoSure laser machine, senior practitioner Cherry Brierly is recounting her clients’ stories. “I had one lovely guy,” she says brightly. “He had a tattoo on his head. He was in his 60s, newly divorced. He came in and said: ‘It’s not me any more. I need to find a new wife.’” The tattoo said: “Made in London”. It disappeared in a single session.

    Continue reading...", + "content": "

    From Brexit written across a bum to the name of an ex, some tattoos are mistakes that their owners are desperate to erase. But is costly laser treatment worth the pain?

    At the temple of regret, you can have your mistakes burned away by a smiling practitioner, if you are willing to pay a hefty fee. I’m at an unremarkable office block near Monument tube station in central London, watching the remorseful have their body art erased at Pulse Light Clinic, which offers state-of-the-art tattoo removal using laser technology. As penitents of all ages, walks of life and ethnicities walk through the door, one thing becomes clear: there are a lot of terrible tattoos out there.

    In a spotless treatment room beside a £6,500 tattoo-removing PicoSure laser machine, senior practitioner Cherry Brierly is recounting her clients’ stories. “I had one lovely guy,” she says brightly. “He had a tattoo on his head. He was in his 60s, newly divorced. He came in and said: ‘It’s not me any more. I need to find a new wife.’” The tattoo said: “Made in London”. It disappeared in a single session.

    Continue reading...", + "category": "Tattoos", + "link": "https://www.theguardian.com/fashion/2022/jan/06/i-hated-it-the-minute-it-was-finished-bad-body-art-and-regrets-in-a-tattoo-removal-clinic", + "creator": "Sirin Kale", + "pubDate": "2022-01-06T10:00:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287813,16 +292178,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc2fa2500ff769a2cef9a4671c716ca4" + "hash": "c0b88d9ed664874c2a219eb6114a1cf5", + "highlights": [] }, { - "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": "Boston Marathon bomber accused of failing to pay thousands to victims", + "description": "

    Prosecutors allege Dzhokhar Tsarnaev spent money on family instead of making court-ordered payments to victims of attack

    Dzhokhar Tsarnaev, the convicted Boston Marathon bomber, spent $2,000 on expenses such as gifts, books and support for his siblings instead of making payments he owes to his scores of victims, prosecutors charged in a court filing Wednesday.

    The document listed a number of large deposits to Tsarnaev’s inmate trust account that he failed to report to the court, allegedly violating the Mandatory Victim Restitution Act.

    Continue reading...", + "content": "

    Prosecutors allege Dzhokhar Tsarnaev spent money on family instead of making court-ordered payments to victims of attack

    Dzhokhar Tsarnaev, the convicted Boston Marathon bomber, spent $2,000 on expenses such as gifts, books and support for his siblings instead of making payments he owes to his scores of victims, prosecutors charged in a court filing Wednesday.

    The document listed a number of large deposits to Tsarnaev’s inmate trust account that he failed to report to the court, allegedly violating the Mandatory Victim Restitution Act.

    Continue reading...", + "category": "Boston Marathon bombing", + "link": "https://www.theguardian.com/us-news/2022/jan/06/boston-marathon-bomber-dzokhar-tsarnaev-victims", + "creator": "Alexandra Villarreal", + "pubDate": "2022-01-06T16:57:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287834,16 +292200,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1cd4d3e58a896c575e9b9ece82afb4a5" + "hash": "55b5452c788c224a206d4e5989a0f952", + "highlights": [] }, { - "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": "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": "", @@ -287855,16 +292222,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "056986c3130a89f572aa6cd171b35c49" + "hash": "fa7ce71d9eec3b77ab76823a9bea1b23", + "highlights": [] }, { - "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": "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": "", @@ -287876,16 +292244,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ebe2be35d0374f69f625c81908fe531e" + "hash": "9140e96d148fbcc65e52e4ab9877ff16", + "highlights": [] }, { - "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": "Biden blames Trump’s ‘web of lies’ for US Capitol attack in one-year anniversary speech – live", + "description": "

    Joe Biden has taken the podium to speak on the anniversary of the 6 January attack of the US Capitol, and he immediately comes out strong in laying the responsibility of the mob’s actions on Donald Trump.

    “One year ago today in this sacred place, democracy was attacked,” Biden said. “The will of the people was under assault. The constitution, our constitution, faced the gravest of threats.”

    Continue reading...", + "content": "

    Joe Biden has taken the podium to speak on the anniversary of the 6 January attack of the US Capitol, and he immediately comes out strong in laying the responsibility of the mob’s actions on Donald Trump.

    “One year ago today in this sacred place, democracy was attacked,” Biden said. “The will of the people was under assault. The constitution, our constitution, faced the gravest of threats.”

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/live/2022/jan/06/us-capitol-attack-one-year-anniversary-trump-pence-biden-house-committee-live", + "creator": "Vivian Ho", + "pubDate": "2022-01-06T14:26:52Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287897,16 +292266,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "299d3e7c4bcbbdaa194dea12e2e6b6fb" + "hash": "9e59b22f7ff7ccb3f3df1e57ea75e301", + "highlights": [] }, { - "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...", + "title": "Covid live: Boris Johnson hits out at anti-vaxxers spreading ‘mumbo jumbo’; French parliament approves ‘vaccine pass’ law", + "description": "

    UK prime minister criticises people spreading misinformation; law passes after controversy over Macron’s words on putting pressure on unvaccinated

    Novak Djokovic flew into Melbourne airport on Wednesday night planning to defend his Australian Open title. Instead, the World No 1 is being held in a quarantine hotel and is set to be deported tonight after a remarkable series of events led to his visa being cancelled.

    So how on earth did it get to this point?

    Continue reading...", + "content": "

    UK prime minister criticises people spreading misinformation; law passes after controversy over Macron’s words on putting pressure on unvaccinated

    Novak Djokovic flew into Melbourne airport on Wednesday night planning to defend his Australian Open title. Instead, the World No 1 is being held in a quarantine hotel and is set to be deported tonight after a remarkable series of events led to his visa being cancelled.

    So how on earth did it get to this point?

    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", + "link": "https://www.theguardian.com/world/live/2022/jan/06/covid-live-news-pfizer-expects-clinical-data-for-under-5s-in-april-italy-to-mandate-vaccines-for-over-50s", + "creator": "Georgina Quach (now); Lucy Campbell, Martin Belam and Helen Livingstone (earlier)", + "pubDate": "2022-01-06T14:26:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287918,16 +292288,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "685a95087dc3056df21849bf4bbeedc1" + "hash": "5b929987682bc052f0df28839c3d0150", + "highlights": [] }, { - "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": "Tui reaches agreement with Sousse terror survivors and victims’ families", + "description": "

    Travel agent and lawyers representing 80 people agree settlement after 2015 Tunisian beach attack in which 38 died

    The travel operator Tui has reached a settlement “without admission of liability or fault” with survivors and relatives of British tourists killed in the 2015 Tunisia beach terror attack, the company and the law firm representing victims said.

    Seifeddine Rezgui killed 38 people, including 30 Britons, at the Riu Imperial Marhaba hotel complex on the Sousse coast, with dozens more injured, on 26 June that year.

    Continue reading...", + "content": "

    Travel agent and lawyers representing 80 people agree settlement after 2015 Tunisian beach attack in which 38 died

    The travel operator Tui has reached a settlement “without admission of liability or fault” with survivors and relatives of British tourists killed in the 2015 Tunisia beach terror attack, the company and the law firm representing victims said.

    Seifeddine Rezgui killed 38 people, including 30 Britons, at the Riu Imperial Marhaba hotel complex on the Sousse coast, with dozens more injured, on 26 June that year.

    Continue reading...", + "category": "Tunisia attacks 2015", + "link": "https://www.theguardian.com/world/2022/jan/06/tui-reaches-agreement-with-sousse-terror-survivors-and-victims-families", + "creator": "PA Media", + "pubDate": "2022-01-06T12:08:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287939,16 +292310,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2841ce3a49f25c99468c061d26aea62" + "hash": "37e5ff1535a5d64b8e47f95d024d9834", + "highlights": [] }, { - "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": "French Dakar rally driver out of coma as team says bomb caused blast", + "description": "

    Saudi authorities accused of trying to cover up cause of explosion in which Philippe Boutron was badly injured

    A French rally driver seriously injured in an explosion in Jeddah last week has emerged from a coma, while his team have claimed Saudi Arabian authorities are trying to cover up the cause of the incident.

    Philippe Boutron sustained serious injuries in the blast outside a hotel near Jeddah’s international airport a week ago. The explosion damaged a support vehicle he was driving for the Sodicars Racing team that was competing in the Dakar rally.

    Continue reading...", + "content": "

    Saudi authorities accused of trying to cover up cause of explosion in which Philippe Boutron was badly injured

    A French rally driver seriously injured in an explosion in Jeddah last week has emerged from a coma, while his team have claimed Saudi Arabian authorities are trying to cover up the cause of the incident.

    Philippe Boutron sustained serious injuries in the blast outside a hotel near Jeddah’s international airport a week ago. The explosion damaged a support vehicle he was driving for the Sodicars Racing team that was competing in the Dakar rally.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2022/jan/06/french-dakar-rally-driver-out-of-coma-as-team-says-bomb-caused-blast", + "creator": "Kim Willsher in Paris", + "pubDate": "2022-01-06T15:08:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287960,16 +292332,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b4ef3316eabf03c1ecf7c4a70e9630c" + "hash": "8ab4af14ab818df72f13bff558bbd18e", + "highlights": [] }, { - "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": "Minister vows to close ‘loophole’ after court clears Colston statue topplers", + "description": "

    Grant Shapps leads calls to change law limiting prosecution of people who damage memorials

    Britain is not a country where “destroying public property can ever be acceptable”, a cabinet minister has said, as Conservative MPs vented their frustration at four people being cleared of tearing down a statue of the slave trader Edward Colston.

    Grant Shapps, the transport secretary, said the law would be changed to close a “potential loophole” limiting the prosecution of people who damage memorials as part of the police, crime, sentencing and courts (PCSC) bill.

    Continue reading...", + "content": "

    Grant Shapps leads calls to change law limiting prosecution of people who damage memorials

    Britain is not a country where “destroying public property can ever be acceptable”, a cabinet minister has said, as Conservative MPs vented their frustration at four people being cleared of tearing down a statue of the slave trader Edward Colston.

    Grant Shapps, the transport secretary, said the law would be changed to close a “potential loophole” limiting the prosecution of people who damage memorials as part of the police, crime, sentencing and courts (PCSC) bill.

    Continue reading...", + "category": "Bristol", + "link": "https://www.theguardian.com/uk-news/2022/jan/06/minister-grant-shapps-crackdown-court-colston-four-statue", + "creator": "Aubrey Allegretti Political correspondent", + "pubDate": "2022-01-06T12:14:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -287981,16 +292354,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eaa3d67adeb8c37477a31fb4423aacf6" + "hash": "5adb67aaebf1d7b60fc09af026a4b655", + "highlights": [] }, { - "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": "Italy makes Covid vaccinations compulsory for over-50s", + "description": "

    Workplace rules also tightened to require health passes for those 50 or over with minimum €600 fines for non-compliance

    Italy has made it obligatory for people aged 50 or more to be vaccinated against Covid-19 as the country scrambles to ease pressure on hospitals and reduce deaths amid a dramatic surge in infections.

    The measure is among the toughest vaccine mandates in Europe and takes effect immediately. The move was unanimously supported by ministers despite divisions between the parties that make up prime minister Mario Draghi’s broad coalition before the cabinet meeting on Wednesday.

    Continue reading...", + "content": "

    Workplace rules also tightened to require health passes for those 50 or over with minimum €600 fines for non-compliance

    Italy has made it obligatory for people aged 50 or more to be vaccinated against Covid-19 as the country scrambles to ease pressure on hospitals and reduce deaths amid a dramatic surge in infections.

    The measure is among the toughest vaccine mandates in Europe and takes effect immediately. The move was unanimously supported by ministers despite divisions between the parties that make up prime minister Mario Draghi’s broad coalition before the cabinet meeting on Wednesday.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/05/italy-makes-covid-vaccinations-compulsory-for-over-50s", + "creator": "Angela Giuffrida in Rome", + "pubDate": "2022-01-05T22:29:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288002,16 +292376,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a9b64dda61da9868c6babb7d7300ba4" + "hash": "cbfde1a71ca91f77c39ebdd020ad17fd", + "highlights": [] }, { - "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": "US troops in Okinawa ordered to wear masks as Covid cases rise", + "description": "

    Military personnel must wear face coverings off base after virus surges among civilians in Japan

    US troops in Okinawa prefecture have been ordered to wear masks off base amid criticism that military authorities failed to tackle a fresh Covid-19 outbreak among service personnel that has taken hold among the local civilian population in Japan.

    Okinawa is at the centre of the country’s latest outbreak, with cases surging in recent days from 51 on Saturday to at least 980 on Thursday – a record daily caseload for the southern island.

    Continue reading...", + "content": "

    Military personnel must wear face coverings off base after virus surges among civilians in Japan

    US troops in Okinawa prefecture have been ordered to wear masks off base amid criticism that military authorities failed to tackle a fresh Covid-19 outbreak among service personnel that has taken hold among the local civilian population in Japan.

    Okinawa is at the centre of the country’s latest outbreak, with cases surging in recent days from 51 on Saturday to at least 980 on Thursday – a record daily caseload for the southern island.

    Continue reading...", + "category": "Japan", + "link": "https://www.theguardian.com/world/2022/jan/06/us-troops-okinawa-masks-covid-cases-rise", + "creator": "Justin McCurry in Tokyo", + "pubDate": "2022-01-06T09:17:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288023,16 +292398,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4359a27c1231f7fab605dc336b14f82" + "hash": "9126478b96eabddb53a69abc004a8982", + "highlights": [] }, { - "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": "Crisis, what crisis? Florida Republicans deny Omicron is straining hospitals", + "description": "

    State becomes focal point of politicized debate over whether Omicron is dangerous enough to overwhelm hospital systems

    While Florida has experienced a record number of Covid-19 cases and sharp increase in hospitalizations in recent weeks, there is disagreement between Republicans and Democrats over whether the Omicron surge has actually overwhelmed the state’s healthcare system.

    For example, Florida Republican senator Marco Rubio posted on Twitter that there “is no Omicron hospital ‘surge’ in Florida. People admitted for non-Covid reasons get tested. If they test positive they get counted as a ‘Covid patient.’”

    Continue reading...", + "content": "

    State becomes focal point of politicized debate over whether Omicron is dangerous enough to overwhelm hospital systems

    While Florida has experienced a record number of Covid-19 cases and sharp increase in hospitalizations in recent weeks, there is disagreement between Republicans and Democrats over whether the Omicron surge has actually overwhelmed the state’s healthcare system.

    For example, Florida Republican senator Marco Rubio posted on Twitter that there “is no Omicron hospital ‘surge’ in Florida. People admitted for non-Covid reasons get tested. If they test positive they get counted as a ‘Covid patient.’”

    Continue reading...", + "category": "Florida", + "link": "https://www.theguardian.com/us-news/2022/jan/06/florida-republicans-omicron-hospitals", + "creator": "Eric Berger", + "pubDate": "2022-01-06T10:00:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288044,16 +292420,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "15aab60137136883b77d263a82d61395" + "hash": "a33222cd7e68c76811080483af0e96f6", + "highlights": [] }, { - "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": "Dining across the divide: ‘I thought she was going to be an over-the-top liberal’", + "description": "

    Libertarians, Brexit, Covid: can two strangers find common ground over dinner?

    James, 24, Rochdale

    Occupation Student

    Continue reading...", + "content": "

    Libertarians, Brexit, Covid: can two strangers find common ground over dinner?

    James, 24, Rochdale

    Occupation Student

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/06/dining-across-the-divide-i-thought-she-was-going-to-be-an-over-the-top-liberal", + "creator": "Zoe Williams", + "pubDate": "2022-01-06T12:30:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288065,16 +292442,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b90c58135f7dff1c645e49d56dc8f95c" + "hash": "bf778bf74a8bc09b74090b65b6d4d190", + "highlights": [] }, { - "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": "UK weather: travel warnings issued amid snow, sleet and rain", + "description": "

    Warnings follow England’s coldest night of winter so far, with lows of -8C in North Yorkshire

    Warnings of widespread travel disruption and tricky driving conditions have been issued as snow, sleet and rain swept across large parts of the UK on Thursday.

    The warnings came as a big chill enveloped all four nations. A temperature of -8C was recorded on Thursday morning in the village of Topcliffe, North Yorkshire, making it the coldest night in England of the winter so far, the Met Office said.

    Continue reading...", + "content": "

    Warnings follow England’s coldest night of winter so far, with lows of -8C in North Yorkshire

    Warnings of widespread travel disruption and tricky driving conditions have been issued as snow, sleet and rain swept across large parts of the UK on Thursday.

    The warnings came as a big chill enveloped all four nations. A temperature of -8C was recorded on Thursday morning in the village of Topcliffe, North Yorkshire, making it the coldest night in England of the winter so far, the Met Office said.

    Continue reading...", + "category": "UK weather", + "link": "https://www.theguardian.com/uk-news/2022/jan/06/uk-weather-travel-warnings-issued-amid-snow-sleet-and-rain", + "creator": "Mark Brown", + "pubDate": "2022-01-06T14:40:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288086,16 +292464,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "64396fcd9b707649f8d07d93ca0a3952" + "hash": "13c7cc39b8a5abdf440c87793e5b157e", + "highlights": [] }, { - "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": "Novak Djokovic wins interim injunction against deportation; more than 72,000 new cases nationwide – As it happened", + "description": "

    Karen Andrews, home affairs minister, did give a hint of how things might play out.

    AAP reports that, before Novak Djokovic’s arrival, she said that while the Victorian government and Tennis Australia may allow a non-vaccinated player to compete in the Australian Open, it was the federal government that dealt with border entry requirements.

    Continue reading...", + "content": "

    Karen Andrews, home affairs minister, did give a hint of how things might play out.

    AAP reports that, before Novak Djokovic’s arrival, she said that while the Victorian government and Tennis Australia may allow a non-vaccinated player to compete in the Australian Open, it was the federal government that dealt with border entry requirements.

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/06/australia-live-news-update-novak-djokovic-held-at-melbourne-airport-calls-for-more-free-covid-rapid-tests-scott-morrison-coronavirus-dominic-perrottet-case-numbers-vaccine-booster-rats-rapid-antigen-tests", + "creator": "Mostafa Rachwani and Tory Shepherd (earlier)", + "pubDate": "2022-01-06T08:39:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288107,16 +292486,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f3c8462b0f399245b5b6a566a97d9fb" + "hash": "d1a4bb2cbd5a95e422f06bfd0a3b0f37", + "highlights": [] }, { - "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": "Kazakhstan protests: Protesters storm government buildings – video", + "description": "

    Protesters took over government buildings and reportedly stormed the airport in Almaty, Kazakhstan, after demonstrations against a fuel price rise spread quickly across the country. A government announcement that the price would be fixed at a lower level did not slow protesters who say they are unhappy with corruption and the cost of living. 'Peacekeeping forces' from a Russia-led military alliance will be sent to help the country’s president, Kassym-Jomart Tokayev, regain control. Kazakh media outlets cited the interior ministry as saying 317 police and national guard servicemen have been injured and eight killed. There have been no reliable estimates of civilian casualties

    Continue reading...", + "content": "

    Protesters took over government buildings and reportedly stormed the airport in Almaty, Kazakhstan, after demonstrations against a fuel price rise spread quickly across the country. A government announcement that the price would be fixed at a lower level did not slow protesters who say they are unhappy with corruption and the cost of living. 'Peacekeeping forces' from a Russia-led military alliance will be sent to help the country’s president, Kassym-Jomart Tokayev, regain control. Kazakh media outlets cited the interior ministry as saying 317 police and national guard servicemen have been injured and eight killed. There have been no reliable estimates of civilian casualties

    Continue reading...", + "category": "Kazakhstan", + "link": "https://www.theguardian.com/world/video/2022/jan/06/kazakhstan-protests-protesters-storm-government-buildings-video", + "creator": "", + "pubDate": "2022-01-06T00:36:11Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288128,16 +292508,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "046b78f164868d6fb7f31facbe6fd2b9" + "hash": "06b243237b986ac9942c504ce73e0740", + "highlights": [] }, { - "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": "Russian paratroopers arrive in Kazakhstan as unrest continues", + "description": "

    Moscow-led ‘peacekeeping’ alliance enters country amid violent clashes between protesters, police and army

    Russian paratroopers have arrived in Kazakhstan as part of a “peacekeeping” mission by a Moscow-led military alliance to help the president regain control of the country, according to Russian news agencies.

    Kazakhstan’s president, Kassym-Jomart Tokayev, asked for the intervention from the Collective Security Treaty Organization (CSTO) – an alliance made up of Russia, Armenia, Belarus, Kazakhstan, Kyrgyzstan and Tajikistan – late on Wednesday and it was swiftly approved.

    Continue reading...", + "content": "

    Moscow-led ‘peacekeeping’ alliance enters country amid violent clashes between protesters, police and army

    Russian paratroopers have arrived in Kazakhstan as part of a “peacekeeping” mission by a Moscow-led military alliance to help the president regain control of the country, according to Russian news agencies.

    Kazakhstan’s president, Kassym-Jomart Tokayev, asked for the intervention from the Collective Security Treaty Organization (CSTO) – an alliance made up of Russia, Armenia, Belarus, Kazakhstan, Kyrgyzstan and Tajikistan – late on Wednesday and it was swiftly approved.

    Continue reading...", + "category": "Kazakhstan", + "link": "https://www.theguardian.com/world/2022/jan/06/shots-heard-in-kazakhstan-as-protests-enter-third-day", + "creator": "Shaun Walker and Naubet Bisenov in Aktobe province, and agencies", + "pubDate": "2022-01-06T08:26:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288149,16 +292530,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0cc9d0ae41ea802d84b48d156a1ec466" + "hash": "0f2cc8827e8e7803451255c9b5c9f25f", + "highlights": [] }, { - "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": "‘I have moments of shame I can’t control’: the lives ruined by explicit ‘collector culture’", + "description": "

    The swapping, collating and posting of nude images of women without their consent is on the rise. But unlike revenge porn, it is not a crime. Now survivors are demanding a change in the law

    Ruby will never forget the first time she clicked on the database AnonIB. It is a so-called “revenge porn” site and in January 2020, a friend had texted her for help. Ruby is a secondary school teacher, used to supporting teenagers, and her friend turned to her for advice when she discovered her images were on the site.

    “She didn’t send the thread that she was on,” says Ruby, 29. “She was embarrassed, so she sent a general link to the site itself.” When Ruby opened it, “I couldn’t believe what I was seeing. I couldn’t believe that such an infrastructure existed: something so well organised, so systematic, fed by the people who lived around us.”

    Continue reading...", + "content": "

    The swapping, collating and posting of nude images of women without their consent is on the rise. But unlike revenge porn, it is not a crime. Now survivors are demanding a change in the law

    Ruby will never forget the first time she clicked on the database AnonIB. It is a so-called “revenge porn” site and in January 2020, a friend had texted her for help. Ruby is a secondary school teacher, used to supporting teenagers, and her friend turned to her for advice when she discovered her images were on the site.

    “She didn’t send the thread that she was on,” says Ruby, 29. “She was embarrassed, so she sent a general link to the site itself.” When Ruby opened it, “I couldn’t believe what I was seeing. I couldn’t believe that such an infrastructure existed: something so well organised, so systematic, fed by the people who lived around us.”

    Continue reading...", + "category": "Sexual harassment", + "link": "https://www.theguardian.com/world/2022/jan/06/i-have-moments-of-shame-i-cant-control-the-lives-ruined-by-explicit-collector-culture", + "creator": "Anna Moore", + "pubDate": "2022-01-06T06:00:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288170,16 +292552,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ea452ed8d49710d1590679a059d4922" + "hash": "e6ee9d0763973ae43379c8d94db8b37b", + "highlights": [] }, { - "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": "Report critical of police treatment of Cornish G7 activists withdrawn", + "description": "

    Decision calling Project Servator intimidatory and oppressive fell afoul of ‘quality assurance process’

    Environmental activists who accused police of intimidation and harassment have had a review decision in their favour withdrawn in controversial circumstances.

    The decision, produced by the office of the police and crime commissioner for Devon and Cornwall, was particularly critical of Project Servator, a national anti-terrorism strategy, describing it, “increasingly being used as an intimidatory and oppressive national policing tactic”.

    Project Servator is “apparently increasingly being used as an intimidatory and oppressive national policing tactic”.

    While police witnesses were interviewed about the incident those visited by the police were not. “There appears to have been a quiescent acceptance of the police account of their actions by the [police] professional standards department.”

    Potential misconduct by police officers who visited the quarry and boatyard should also be considered.

    The matter should have been referred to the IOPC (Independent Office for Police Conduct) “given the politically sensitive and national implications of such disproportionality in a protest situation”.

    Continue reading...", + "content": "

    Decision calling Project Servator intimidatory and oppressive fell afoul of ‘quality assurance process’

    Environmental activists who accused police of intimidation and harassment have had a review decision in their favour withdrawn in controversial circumstances.

    The decision, produced by the office of the police and crime commissioner for Devon and Cornwall, was particularly critical of Project Servator, a national anti-terrorism strategy, describing it, “increasingly being used as an intimidatory and oppressive national policing tactic”.

    Project Servator is “apparently increasingly being used as an intimidatory and oppressive national policing tactic”.

    While police witnesses were interviewed about the incident those visited by the police were not. “There appears to have been a quiescent acceptance of the police account of their actions by the [police] professional standards department.”

    Potential misconduct by police officers who visited the quarry and boatyard should also be considered.

    The matter should have been referred to the IOPC (Independent Office for Police Conduct) “given the politically sensitive and national implications of such disproportionality in a protest situation”.

    Continue reading...", + "category": "Police", + "link": "https://www.theguardian.com/uk-news/2022/jan/06/police-cornish-g7-activists-report-withdrawn-project-servator", + "creator": "Diane Taylor", + "pubDate": "2022-01-06T14:35:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288191,16 +292574,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0958b6c1a12e8685b2d7040f2b33ebd5" + "hash": "ec4cfb6048101aad67d7c5621e6f8cf9", + "highlights": [] }, { - "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": "UK accused of ‘targeted killing’ after drone strike on arms dealer to IS", + "description": "

    Rights charity Reprieve seeks answers from MoD over death of Abu Hamza al-Shuhail in Syria in October

    Britain has been accused of reviving a policy of “targeted killing” after it emerged that the RAF had killed an arms dealer linked to Islamic State in a precision drone strike in Syria at the end of October.

    Reprieve, a human rights charity, asked “what are the criteria” used to justify who can be targeted in a “track and kill” drone strike, and called on ministers to tell the Commons why this strike was deemed necessary.

    Continue reading...", + "content": "

    Rights charity Reprieve seeks answers from MoD over death of Abu Hamza al-Shuhail in Syria in October

    Britain has been accused of reviving a policy of “targeted killing” after it emerged that the RAF had killed an arms dealer linked to Islamic State in a precision drone strike in Syria at the end of October.

    Reprieve, a human rights charity, asked “what are the criteria” used to justify who can be targeted in a “track and kill” drone strike, and called on ministers to tell the Commons why this strike was deemed necessary.

    Continue reading...", + "category": "Islamic State", + "link": "https://www.theguardian.com/world/2022/jan/06/uk-accused-of-targeted-killing-after-drone-strike-on-arms-dealer-to-is", + "creator": "Dan Sabbagh Defence and security editor", + "pubDate": "2022-01-06T06:00:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288212,16 +292596,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e2f9869680de6dd002ce760cfce3fba" + "hash": "2cb5793eddafd4ad9409d6c9b1aecc86", + "highlights": [] }, { - "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": "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": "", @@ -288233,16 +292618,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e08e18953908e1ea7e0fc34fdd8417a8" + "hash": "557cd1d5de3e7f83e3f6b1c8949dc8bd", + "highlights": [] }, { - "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", + "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": "2021-12-23T00:02:42Z", + "pubDate": "2022-01-05T01:57:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288254,16 +292640,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "90e765fd2e5cff73fda8986e2ce66abb" + "hash": "918bf701412e9a46a5c96897fecf9635", + "highlights": [] }, { - "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": "Covid live news: French parliament approves ‘vaccine pass’ law; more than 500,000 in UK have had long Covid for over a year", + "description": "

    Law passes after controversy over Macron’s words on putting pressure on unvaccinated; UK figures suggest high number of people with long tail Covid

    Novak Djokovic flew into Melbourne airport on Wednesday night planning to defend his Australian Open title. Instead, the World No 1 is being held in a quarantine hotel and is set to be deported tonight after a remarkable series of events led to his visa being cancelled.

    So how on earth did it get to this point?

    Continue reading...", + "content": "

    Law passes after controversy over Macron’s words on putting pressure on unvaccinated; UK figures suggest high number of people with long tail Covid

    Novak Djokovic flew into Melbourne airport on Wednesday night planning to defend his Australian Open title. Instead, the World No 1 is being held in a quarantine hotel and is set to be deported tonight after a remarkable series of events led to his visa being cancelled.

    So how on earth did it get to this point?

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/06/covid-live-news-pfizer-expects-clinical-data-for-under-5s-in-april-italy-to-mandate-vaccines-for-over-50s", + "creator": "Lucy Campbell (now); Martin Belam and Helen Livingstone (earlier)", + "pubDate": "2022-01-06T13:28:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288275,16 +292662,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a880463935442d746a6c10aa96cbb6a" + "hash": "2bdee110c25323f7de053d6609ba85b0", + "highlights": [] }, { - "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": "Spanish minister under fire after ‘mega-farm’ claims in Guardian", + "description": "

    Government distances itself from Alberto Garzón’s remarks about ‘poor-quality meat’ and unsustainable factory farms

    Claims by a Spanish government minister that factory farming is damaging the environment and leading to the export of poor-quality meat have provoked a furious backlash after his comments were published in the Guardian.

    In an interview published on Boxing Day, Alberto Garzón, the minister for consumer affairs, defended traditional grazing “as an environmentally sustainable means of cattle farming”.

    Continue reading...", + "content": "

    Government distances itself from Alberto Garzón’s remarks about ‘poor-quality meat’ and unsustainable factory farms

    Claims by a Spanish government minister that factory farming is damaging the environment and leading to the export of poor-quality meat have provoked a furious backlash after his comments were published in the Guardian.

    In an interview published on Boxing Day, Alberto Garzón, the minister for consumer affairs, defended traditional grazing “as an environmentally sustainable means of cattle farming”.

    Continue reading...", + "category": "Spain", + "link": "https://www.theguardian.com/world/2022/jan/06/spanish-minister-under-fire-after-mega-farm-claims-in-guardian", + "creator": "Stephen Burgen in Barcelona", + "pubDate": "2022-01-06T13:24:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288296,16 +292684,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "592bee7eb55ef42930c1720373628f4d" + "hash": "c541cd0622c40ba1ca9fa02ab2a4ddd0", + "highlights": [] }, { - "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": "Literary mystery may finally be solved as man arrested for allegedly stealing unpublished books", + "description": "

    Filippo Bernardini is accused of impersonating publishing figures to steal manuscripts, in scam that has stumped authors and editors for years

    A mysterious fraudster who impersonated publishers and agents to steal book manuscripts in an international phishing scam may have finally been caught, with the FBI arresting a 29-year-old man at John F Kennedy airport in New York on Wednesday.

    Filippo Bernardini, an Italian citizen who worked at UK publisher Simon & Schuster, was arrested upon landing in the US on Wednesday. The FBI alleged that Bernardini had “impersonated, defrauded, and attempted to defraud, hundreds of individuals” to obtain unpublished and draft works.

    Continue reading...", + "content": "

    Filippo Bernardini is accused of impersonating publishing figures to steal manuscripts, in scam that has stumped authors and editors for years

    A mysterious fraudster who impersonated publishers and agents to steal book manuscripts in an international phishing scam may have finally been caught, with the FBI arresting a 29-year-old man at John F Kennedy airport in New York on Wednesday.

    Filippo Bernardini, an Italian citizen who worked at UK publisher Simon & Schuster, was arrested upon landing in the US on Wednesday. The FBI alleged that Bernardini had “impersonated, defrauded, and attempted to defraud, hundreds of individuals” to obtain unpublished and draft works.

    Continue reading...", + "category": "Publishing", + "link": "https://www.theguardian.com/books/2022/jan/06/literary-mystery-may-finally-be-solved-as-man-arrested-for-allegedly-stealing-unpublished-books", + "creator": "Sian Cain", + "pubDate": "2022-01-06T04:20:57Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288313,20 +292702,21 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "63972f39dc13d7cf6aca81d4854ef695" + "hash": "2d8b8aaea62e17eea260a74c36dbb574", + "highlights": [] }, { - "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": "‘Ghost’ orchid that grows in the dark among new plant finds", + "description": "

    Hundreds of new species include pink voodoo lily and an ylang-ylang tree named after Leonardo DiCaprio

    A ghost orchid that grows in complete darkness, an insect-trapping tobacco plant and an “exploding firework” flower are among the new species named by scientists in the last year. The species range from a voodoo lily from Cameroon to a rare tooth fungus unearthed near London, UK.

    A new tree from the ylang-ylang family is the first to be named in 2022 and is being named after the actor and environmentalist Leonardo DiCaprio. He campaigned to revoke a logging concession which threatened the African tree, which features glossy yellow flowers on its trunk.

    Continue reading...", + "content": "

    Hundreds of new species include pink voodoo lily and an ylang-ylang tree named after Leonardo DiCaprio

    A ghost orchid that grows in complete darkness, an insect-trapping tobacco plant and an “exploding firework” flower are among the new species named by scientists in the last year. The species range from a voodoo lily from Cameroon to a rare tooth fungus unearthed near London, UK.

    A new tree from the ylang-ylang family is the first to be named in 2022 and is being named after the actor and environmentalist Leonardo DiCaprio. He campaigned to revoke a logging concession which threatened the African tree, which features glossy yellow flowers on its trunk.

    Continue reading...", + "category": "Plants", + "link": "https://www.theguardian.com/environment/2022/jan/06/ghost-orchid-that-grows-in-the-dark-among-new-plant-finds", + "creator": "Damian Carrington Environment editor", + "pubDate": "2022-01-06T11:00:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288338,16 +292728,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0014fc4370156a0749e0537b428f2fcf" + "hash": "86078d8d0b108664081fb98d0d1ff690", + "highlights": [] }, { - "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": "Detectives, sea monsters and stupid dangerous stunts – take the Thursday quiz", + "description": "

    Fifteen questions on general knowledge and topical trivia, plus a few jokes every Thursday – how will you fare?

    A new year! 2022! A chance for a new beginning! A chance to put it all behind you! Everything is renewed! But not here at the Thursday quiz, where it is the same old gubbins as ever, or as one excited commentator put it last week: “Sheesh Martin, the Sparks shoehorn? Again?” Ahead of you lie 15 topical and general knowledge questions, sprinkled with a generous helping of Ron from Sparks, a hidden Doctor Who reference, the wonderful Kate Bush and all your favourites. It is just for fun and there are no prizes, but let us know how you get on in the comments.

    The Thursday quiz, No 37

    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 his new year resolution was to ignore all his work emails.

    Continue reading...", + "content": "

    Fifteen questions on general knowledge and topical trivia, plus a few jokes every Thursday – how will you fare?

    A new year! 2022! A chance for a new beginning! A chance to put it all behind you! Everything is renewed! But not here at the Thursday quiz, where it is the same old gubbins as ever, or as one excited commentator put it last week: “Sheesh Martin, the Sparks shoehorn? Again?” Ahead of you lie 15 topical and general knowledge questions, sprinkled with a generous helping of Ron from Sparks, a hidden Doctor Who reference, the wonderful Kate Bush and all your favourites. It is just for fun and there are no prizes, but let us know how you get on in the comments.

    The Thursday quiz, No 37

    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 his new year resolution was to ignore all his work emails.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/06/detectives-sea-monsters-and-stupid-dangerous-stunts-take-the-thursday-quiz", + "creator": "Martin Belam", + "pubDate": "2022-01-06T11:00:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288359,16 +292750,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e9d6a3794b154aefd3370e04bb2ee7e" + "hash": "0c1d03ba141274471186b026eb40ecea", + "highlights": [] }, { - "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": "US Capitol attack: Liz Cheney says Trump’s conduct was ‘a supreme dereliction of duty’ – live", + "description": "

    Here’s more from Liz Cheney, the vice chair of the special House committee investigating the 6 January attack on the US Capitol, who was on the Today Show this morning.

    She told Savannah Guthrie that our institutions “only held because of people who were willing to stand up against the pressure from former president Trump, people in his own department of justice...elected officials at the state level who stood up to him and the law enforcement officers here at the Capitol.”

    Continue reading...", + "content": "

    Here’s more from Liz Cheney, the vice chair of the special House committee investigating the 6 January attack on the US Capitol, who was on the Today Show this morning.

    She told Savannah Guthrie that our institutions “only held because of people who were willing to stand up against the pressure from former president Trump, people in his own department of justice...elected officials at the state level who stood up to him and the law enforcement officers here at the Capitol.”

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/live/2022/jan/06/us-capitol-attack-one-year-anniversary-trump-pence-biden-house-committee-live", + "creator": "Vivian Ho", + "pubDate": "2022-01-06T13:24:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288380,16 +292772,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fd38994b157c9ec081aca70df0d747dd" + "hash": "93ef5d69d30c9bdf30f632cb2d0f037c", + "highlights": [] }, { - "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": "Covid live news: French parliament approves ‘vaccine pass’ law; Italy to mandate vaccines for over 50s", + "description": "

    Law passes after controversy over Macron’s words on putting pressure on unvaccinated; Italy tightens vaccination rules as it reports record rise in cases

    Novak Djokovic flew into Melbourne airport on Wednesday night planning to defend his Australian Open title. Instead, the World No 1 is being held in a quarantine hotel and is set to be deported tonight after a remarkable series of events led to his visa being cancelled.

    So how on earth did it get to this point?

    Continue reading...", + "content": "

    Law passes after controversy over Macron’s words on putting pressure on unvaccinated; Italy tightens vaccination rules as it reports record rise in cases

    Novak Djokovic flew into Melbourne airport on Wednesday night planning to defend his Australian Open title. Instead, the World No 1 is being held in a quarantine hotel and is set to be deported tonight after a remarkable series of events led to his visa being cancelled.

    So how on earth did it get to this point?

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/06/covid-live-news-pfizer-expects-clinical-data-for-under-5s-in-april-italy-to-mandate-vaccines-for-over-50s", + "creator": "Martin Belam (now) and Helen Livingstone (earlier)", + "pubDate": "2022-01-06T09:46:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288401,16 +292794,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b7f320ff4851a589642e86ee382cdcd8" + "hash": "3690d7ea2f1462ee458d326e401d1bb8", + "highlights": [] }, { - "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": "Ghislaine Maxwell’s lawyers call for a retrial following juror’s interview", + "description": "

    Maxwell’s legal team says they believe a new trial is warranted following revelations about juror

    Lawyers for Ghislaine Maxwell have called for a retrial 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.

    With additional reporting from Edward Helmore

    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": "

    Maxwell’s legal team says they believe a new trial is warranted following revelations about juror

    Lawyers for Ghislaine Maxwell have called for a retrial 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.

    With additional reporting from Edward Helmore

    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-05T22:29:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288422,16 +292816,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c345c3faad8f2388e0a67e5750cd9578" + "hash": "3d6a5da1fa904c6f7ae93540496346eb", + "highlights": [] }, { - "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": "German police dogs sent off duty after ban on ‘pulling collars’", + "description": "

    Method used to control dogs while making arrests illegal under new animal rights law

    Berlin police dogs trained to attack perpetrators have been put on an enforced break, along with their handlers, over contradictions between the methods used to control them and a new law to prevent cruelty to dogs.

    The use of pulling collars to channel a police dog’s aggression towards an agitator or potential criminal contravenes the law, introduced by the former agriculture minister, which came into force on 1 January.

    Continue reading...", + "content": "

    Method used to control dogs while making arrests illegal under new animal rights law

    Berlin police dogs trained to attack perpetrators have been put on an enforced break, along with their handlers, over contradictions between the methods used to control them and a new law to prevent cruelty to dogs.

    The use of pulling collars to channel a police dog’s aggression towards an agitator or potential criminal contravenes the law, introduced by the former agriculture minister, which came into force on 1 January.

    Continue reading...", + "category": "Germany", + "link": "https://www.theguardian.com/world/2022/jan/06/german-police-dogs-sent-off-duty-after-ban-on-pulling-collars", + "creator": "Kate Connolly in Berlin", + "pubDate": "2022-01-06T05:00:53Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288443,16 +292838,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc03e312390371c8a8a2d5b0f46b954f" + "hash": "59f45ab9548e16079360b553c8eea737", + "highlights": [] }, { - "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": "China fires hospital officials after pregnant woman loses baby due to Covid lockdown rules", + "description": "

    The woman was allegedly denied entry to a hospital in the city of Xi’an because her negative Covid test was four hours too old

    Chinese hospital officials have been fired after a pregnant woman lost her baby after she was denied entry at a Xi’an hospital due to coronavirus lockdown restrictions.

    On the night of 1 January a woman in labour was denied entry to the Xi’an Gaoxin hospital because her negative test result was four hours too old. She began bleeding heavily while waiting outside, and was eventually admitted but the baby died.

    Continue reading...", + "content": "

    The woman was allegedly denied entry to a hospital in the city of Xi’an because her negative Covid test was four hours too old

    Chinese hospital officials have been fired after a pregnant woman lost her baby after she was denied entry at a Xi’an hospital due to coronavirus lockdown restrictions.

    On the night of 1 January a woman in labour was denied entry to the Xi’an Gaoxin hospital because her negative test result was four hours too old. She began bleeding heavily while waiting outside, and was eventually admitted but the baby died.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2022/jan/06/china-fires-hospital-officials-after-pregnant-woman-loses-baby-due-to-covid-lockdown-rules", + "creator": "Helen Davidson", + "pubDate": "2022-01-06T05:52:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288464,16 +292860,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d652890fcd1d380a82c3f5d1b6e288d9" + "hash": "1acca7f6ac25c119f5a3b9acd0c054a4", + "highlights": [] }, { - "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": "Capitol attack: Biden to stress Trump’s ‘singular responsibility’ on anniversary", + "description": "

    President will lead sombre commemorations in Washington of deadly assault on US democracy

    It was a day that shook America. Joe Biden will lead sombre commemorations on Thursday to mark one year since the US Capitol insurrection that left five people dead and the nation’s democracy wounded, and is expected to lay out the “singular responsibility” that Donald Trump has for the “chaos and carnage” of that day.

    In a speech, Biden will directly address the former president’s role in the attack and his attempts since to distract from or downplay events, the White House said.

    Continue reading...", + "content": "

    President will lead sombre commemorations in Washington of deadly assault on US democracy

    It was a day that shook America. Joe Biden will lead sombre commemorations on Thursday to mark one year since the US Capitol insurrection that left five people dead and the nation’s democracy wounded, and is expected to lay out the “singular responsibility” that Donald Trump has for the “chaos and carnage” of that day.

    In a speech, Biden will directly address the former president’s role in the attack and his attempts since to distract from or downplay events, the White House said.

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/2022/jan/05/us-capitol-attack-anniversary-joe-biden-police", + "creator": "David Smith Washington bureau chief", + "pubDate": "2022-01-06T01:00:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288485,16 +292882,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dcdac07143fd03b515774d7f689ee037" + "hash": "86bee6caeed2a8f0e057eed927466115", + "highlights": [] }, { - "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": "China faces shortage of PE teachers amid school exercise drive", + "description": "

    Only two PE teachers available to coach 2,600 students in one school, according to Chinese media

    Tan Lili, the principal of Shanghai’s Baoshan No 2 central primary school, has been wrestling with a problem in recent months: her school does not have enough physical education teachers.

    She is not alone. Since China embarked in 2021 on a nationwide campaign to reduce academic pressures on children and increase the amount of active time they spent outdoors, primary and middle schools across the country have been struggling. In one school, according to Chinese media, only two PE teachers are available to coach 2,600 students.

    Continue reading...", + "content": "

    Only two PE teachers available to coach 2,600 students in one school, according to Chinese media

    Tan Lili, the principal of Shanghai’s Baoshan No 2 central primary school, has been wrestling with a problem in recent months: her school does not have enough physical education teachers.

    She is not alone. Since China embarked in 2021 on a nationwide campaign to reduce academic pressures on children and increase the amount of active time they spent outdoors, primary and middle schools across the country have been struggling. In one school, according to Chinese media, only two PE teachers are available to coach 2,600 students.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2022/jan/06/china-faces-shortage-of-pe-teachers-amid-school-exercise-drive", + "creator": "Vincent Ni China affairs correspondent", + "pubDate": "2022-01-06T05:00:54Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288506,16 +292904,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "79e5e8dee322f2d6917db95d0137c8c5" + "hash": "cf0971a7353bd8704b6991f1c1cc4fd8", + "highlights": [] }, { - "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": "‘I was there’: Democrat recalls horror and fury on day of Capitol attack", + "description": "

    Representative Dean Phillips describes the day that ‘changed him’ after a pro-Tump mob overran police and reached the doors of the House chamber

    It was a visceral cry at the moment of maximum peril for American democracy.

    A furious mob had overrun police and was nearly at the door of the House of Representatives. Inside the chamber, Republican Paul Gosar was launching a spurious challenge to Joe Biden’s election victory in Arizona.

    Continue reading...", + "content": "

    Representative Dean Phillips describes the day that ‘changed him’ after a pro-Tump mob overran police and reached the doors of the House chamber

    It was a visceral cry at the moment of maximum peril for American democracy.

    A furious mob had overrun police and was nearly at the door of the House of Representatives. Inside the chamber, Republican Paul Gosar was launching a spurious challenge to Joe Biden’s election victory in Arizona.

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/2022/jan/06/capitol-attack-democrat-dean-phillips-recalls-horror-fury", + "creator": "David Smith in Washington", + "pubDate": "2022-01-06T07:00:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288527,16 +292926,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "31ad88579ac19e4b8be005c3ddbce830" + "hash": "63df39c70c913c6d6ec59329857d52cc", + "highlights": [] }, { - "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": "Life after Deepwater Horizon: the hidden toll of surviving disaster on an oil rig", + "description": "

    When the drilling platform in the Gulf of Mexico exploded in 2010, Stephen Stone escaped with his life. But in the years that followed, he came to feel deeply betrayed by the industry he had once trusted

    On the morning of 21 April 2010, Sara Lattis Stone began frantically calling the burn units of various hospitals in Alabama and Louisiana. She was searching for news about her husband, Stephen, who worked on an offshore oil rig in the Gulf of Mexico where a massive explosion had occurred. The blast took place the day before Stephen was scheduled to return home from his latest three-week hitch on the rig, a semisubmersible floating unit called the Deepwater Horizon.

    In the hours after a spokesperson from Transocean, the company that owned the Deepwater Horizon, called to tell her that an “incident” had required the rig to be evacuated, Sara veered between panic and denial. One minute, she was telling herself that Stephen was fine. The next, she was convinced that she would never see him again. On Facebook, she came across frightening messages – “the water’s on fire!”, “the rig is burning” – posted by the spouses of other workers. At one point, Sara got on the phone with one of them, a woman who had her TV tuned to the same channel that she was watching, which was airing live coverage of the blowout. As they peered at the screen, they heard the same update, describing the blast as a catastrophic accident and raising the possibility that no one on the rig had survived. The news made them drop their phones and scream.

    Continue reading...", + "content": "

    When the drilling platform in the Gulf of Mexico exploded in 2010, Stephen Stone escaped with his life. But in the years that followed, he came to feel deeply betrayed by the industry he had once trusted

    On the morning of 21 April 2010, Sara Lattis Stone began frantically calling the burn units of various hospitals in Alabama and Louisiana. She was searching for news about her husband, Stephen, who worked on an offshore oil rig in the Gulf of Mexico where a massive explosion had occurred. The blast took place the day before Stephen was scheduled to return home from his latest three-week hitch on the rig, a semisubmersible floating unit called the Deepwater Horizon.

    In the hours after a spokesperson from Transocean, the company that owned the Deepwater Horizon, called to tell her that an “incident” had required the rig to be evacuated, Sara veered between panic and denial. One minute, she was telling herself that Stephen was fine. The next, she was convinced that she would never see him again. On Facebook, she came across frightening messages – “the water’s on fire!”, “the rig is burning” – posted by the spouses of other workers. At one point, Sara got on the phone with one of them, a woman who had her TV tuned to the same channel that she was watching, which was airing live coverage of the blowout. As they peered at the screen, they heard the same update, describing the blast as a catastrophic accident and raising the possibility that no one on the rig had survived. The news made them drop their phones and scream.

    Continue reading...", + "category": "Deepwater Horizon oil spill", + "link": "https://www.theguardian.com/news/2022/jan/06/life-after-deepwater-horizon-the-hidden-toll-of-surviving-disaster-on-an-oil-rig", + "creator": "Eyal Press", + "pubDate": "2022-01-06T06:00:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288548,16 +292948,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6527f4d3e24d702e5dedb44b11d2b2e" + "hash": "18498af6507b85d4ad90c55b452378e2", + "highlights": [] }, { - "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": "‘I kept saying – don’t worry Luma, we see you’: Andrea Arnold on her four years filming a cow", + "description": "

    The Oscar-winning director’s new documentary explores warmth, joy and anger through the eyes of a farmyard animal. She reveals what it taught her about life

    Andrea Arnold’s films are known for their spare dialogue, and in her first documentary it is more pared-backed than ever: Cow consists of 94 minutes of moos, with the odd off-camera interjection from farmhands. It is hardly a thriller (though the ending is pure Tarantino). But it is one of the most beautifully crafted and tender portraits of a life you are likely to see.

    Arnold, who started her professional life as a rollerskating TV presenter on the children’s Saturday show No 73, began thinking about documenting an animal’s life nine years ago. Eventually she settled on a cow. “I thought a cow would be interesting because they work so hard, getting pregnant and giving milk their entire lives. It’s a huge job they do.” She chose Luma because she was told she had a big personality and was feisty. Arnold and her team spent four years, on and off, filming her. Why did she make Cow? “I wanted to show a non-human consciousness. I was intrigued as to whether we would be able to see her consciousness if we followed her long enough.”

    Continue reading...", + "content": "

    The Oscar-winning director’s new documentary explores warmth, joy and anger through the eyes of a farmyard animal. She reveals what it taught her about life

    Andrea Arnold’s films are known for their spare dialogue, and in her first documentary it is more pared-backed than ever: Cow consists of 94 minutes of moos, with the odd off-camera interjection from farmhands. It is hardly a thriller (though the ending is pure Tarantino). But it is one of the most beautifully crafted and tender portraits of a life you are likely to see.

    Arnold, who started her professional life as a rollerskating TV presenter on the children’s Saturday show No 73, began thinking about documenting an animal’s life nine years ago. Eventually she settled on a cow. “I thought a cow would be interesting because they work so hard, getting pregnant and giving milk their entire lives. It’s a huge job they do.” She chose Luma because she was told she had a big personality and was feisty. Arnold and her team spent four years, on and off, filming her. Why did she make Cow? “I wanted to show a non-human consciousness. I was intrigued as to whether we would be able to see her consciousness if we followed her long enough.”

    Continue reading...", + "category": "Andrea Arnold", + "link": "https://www.theguardian.com/film/2022/jan/06/i-kept-saying-dont-worry-luma-we-see-you-andrea-arnold-on-her-four-years-filming-a-cow", + "creator": "Simon Hattenstone", + "pubDate": "2022-01-06T06:00:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288569,16 +292970,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a4338eb3b569280082f129fd3d3481c6" + "hash": "63c21ad376c2386919eda176f73a9f73", + "highlights": [] }, { - "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": "Falkland Islands war photos to go on show for 40th anniversary", + "description": "

    Imperial War Museums exhibition will explore long-term legacy of the UK’s 1982 conflict with Argentina

    Striking images taken during the Falkland Islands conflict will go on display together for the first time in a new Imperial War Museums (IWM) exhibition which aims to highlight the long-term legacy of war.

    The photographs, by Paul Haley for the British army’s Soldier magazine, will feature alongside other exhibits, including online films, to mark the 40th anniversary of the 10-week undeclared 1982 war, with a focus on new awareness of its impact.

    Continue reading...", + "content": "

    Imperial War Museums exhibition will explore long-term legacy of the UK’s 1982 conflict with Argentina

    Striking images taken during the Falkland Islands conflict will go on display together for the first time in a new Imperial War Museums (IWM) exhibition which aims to highlight the long-term legacy of war.

    The photographs, by Paul Haley for the British army’s Soldier magazine, will feature alongside other exhibits, including online films, to mark the 40th anniversary of the 10-week undeclared 1982 war, with a focus on new awareness of its impact.

    Continue reading...", + "category": "Military", + "link": "https://www.theguardian.com/uk-news/2022/jan/06/falkland-islands-war-photos-40th-anniversary-imperial-war-museum-exhibition", + "creator": "Caroline Davies", + "pubDate": "2022-01-06T07:00:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288590,16 +292992,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8fd30bcabd9d17abb12edf2cc4393d8" + "hash": "ae0095ebe1e23e602bcfe3edd46d3acd", + "highlights": [] }, { - "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": "French MPs pass controversial Covid vaccine bill with large majority", + "description": "

    Bill to restrict restaurant, theatre and other access to vaccinated follows Macron’s pledge to ‘piss off’ those without jabs

    French MPs have passed the government’s controversial vaccine pass bill after three days of an angry stop-start debate.

    The legislation, which requires people to be fully vaccinated to enjoy social, sporting and cultural activities, was approved by a large majority in the assemblée nationale in the early hours of Thursday morning.

    Continue reading...", + "content": "

    Bill to restrict restaurant, theatre and other access to vaccinated follows Macron’s pledge to ‘piss off’ those without jabs

    French MPs have passed the government’s controversial vaccine pass bill after three days of an angry stop-start debate.

    The legislation, which requires people to be fully vaccinated to enjoy social, sporting and cultural activities, was approved by a large majority in the assemblée nationale in the early hours of Thursday morning.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2022/jan/06/french-mps-pass-controversial-covid-vaccine-bill-with-large-majority", + "creator": "Kim Willsher in Paris", + "pubDate": "2022-01-06T10:56:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288611,16 +293014,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "00a8eb195aa3e804f8e46dfa5e27fc90" + "hash": "17deaf0d8138fd411d40da97a0a295fb", + "highlights": [] }, { - "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": "Covid ‘vaccination doubt line’ receiving up to 1,000 calls a day in Netherlands", + "description": "

    Helpline staffed by volunteers advising those still hesitant about getting jabbed against coronavirus

    A “vaccination doubt line” set up by doctors in the Netherlands is receiving up to 1,000 calls a day from people who are still unsure whether or not they should get jabbed against the coronavirus.

    The helpline, originally launched as a local service in November by Robin Peeters, an endocrinologist at the Erasmus medical centre in Rotterdam, and Shakib Sana, a GP, was given a national number last month and has been inundated with inquiries.

    Continue reading...", + "content": "

    Helpline staffed by volunteers advising those still hesitant about getting jabbed against coronavirus

    A “vaccination doubt line” set up by doctors in the Netherlands is receiving up to 1,000 calls a day from people who are still unsure whether or not they should get jabbed against the coronavirus.

    The helpline, originally launched as a local service in November by Robin Peeters, an endocrinologist at the Erasmus medical centre in Rotterdam, and Shakib Sana, a GP, was given a national number last month and has been inundated with inquiries.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/05/covid-vaccination-doubt-line-receiving-up-to-1000-calls-a-day-in-the-netherlands", + "creator": "Jon Henley", + "pubDate": "2022-01-05T17:18:25Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288632,16 +293036,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "001d43b2636793bf52ac546b60315ad9" + "hash": "79a33d4c7bd480c4ab73147031e00216", + "highlights": [] }, { - "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": "From corruption to the 'mark of the beast' – why countries like Malawi are struggling against Covid | Madalitso Kateta", + "description": "

    With 80% of pandemic funds misused and widespread vaccine myths, citizens have had to step up where the government has failed

    In January 2021, the Malawian rights activist Paul Msoma wrote that he was in Kamuzu central hospital, struggling to breathe. The hospital had oxygen cylinders but no flowmeters – the necessary instrument to connect him to them. I was left wondering where the funds that had been released for the country’s Covid-19 response were going. “My situation is getting bad and l desperately need oxygen,” Msoma wrote on Facebook. “Anyone who can urgently help out there please help by donating this very gadget.”

    Kamuzu central hospital is one of the biggest referral hospitals in Malawi and it did not seem right for such a big hospital not to have oxygen flowmeters, which are very basic medical equipment costing around £18 a piece. This was at a time when the government had released more than £5.6m for the Covid-19 response effort.

    Madalitso Kateta is a freelance journalist based in Lilongwe, Malawi

    Continue reading...", + "content": "

    With 80% of pandemic funds misused and widespread vaccine myths, citizens have had to step up where the government has failed

    In January 2021, the Malawian rights activist Paul Msoma wrote that he was in Kamuzu central hospital, struggling to breathe. The hospital had oxygen cylinders but no flowmeters – the necessary instrument to connect him to them. I was left wondering where the funds that had been released for the country’s Covid-19 response were going. “My situation is getting bad and l desperately need oxygen,” Msoma wrote on Facebook. “Anyone who can urgently help out there please help by donating this very gadget.”

    Kamuzu central hospital is one of the biggest referral hospitals in Malawi and it did not seem right for such a big hospital not to have oxygen flowmeters, which are very basic medical equipment costing around £18 a piece. This was at a time when the government had released more than £5.6m for the Covid-19 response effort.

    Madalitso Kateta is a freelance journalist based in Lilongwe, Malawi

    Continue reading...", + "category": "Malawi", + "link": "https://www.theguardian.com/commentisfree/2022/jan/06/malawi-fight-covid-government-corruption-vaccination", + "creator": "Madalitso Kateta", + "pubDate": "2022-01-06T10:00:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288653,16 +293058,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "156c8bd6a3211ae55fa6b7f2ffc18c25" + "hash": "78f279c3d70620ec71e55f33f2800b6a", + "highlights": [] }, { - "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": "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": "", @@ -288674,16 +293080,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "720ab15ff1e83252df54b0c7490fca05" + "hash": "aa54876c1307ff781b4ce86b80be44dd", + "highlights": [] }, { - "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": "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": "", @@ -288695,16 +293102,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1dd007e9cf0203c941a89cf59b8fc6d6" + "hash": "cdd9cdecf17529281e032cb0468b750d", + "highlights": [] }, { - "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": "‘It’s a revenge’: the global success of the Tahitian dance that Europeans tried to outlaw", + "description": "

    The fast, hip-shaking dance of Tahiti is taking off around the world, with thousands of women taking classes and competing

    Wearing intricate costumes made of plants and adorned with tropical flowers, the women look spectacular. While their torsos remain completely still, somehow, impossibly, their hips are moving in circles so fast it’s almost a blur.

    These women are performing traditional Tahitian dance, or Ori Tahiti, in Tahiti’s annual cultural festival, the Heiva. And they’re not alone. Thousands of women across the globe, from Mexico to Japan, are doing it too.

    Continue reading...", + "content": "

    The fast, hip-shaking dance of Tahiti is taking off around the world, with thousands of women taking classes and competing

    Wearing intricate costumes made of plants and adorned with tropical flowers, the women look spectacular. While their torsos remain completely still, somehow, impossibly, their hips are moving in circles so fast it’s almost a blur.

    These women are performing traditional Tahitian dance, or Ori Tahiti, in Tahiti’s annual cultural festival, the Heiva. And they’re not alone. Thousands of women across the globe, from Mexico to Japan, are doing it too.

    Continue reading...", + "category": "Tahiti", + "link": "https://www.theguardian.com/world/2022/jan/06/its-a-revenge-the-global-success-of-the-tahitian-dance-that-europeans-tried-to-outlaw", + "creator": "Tiare Tuuhia in Papeete", + "pubDate": "2022-01-06T05:00:53Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288716,16 +293124,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3636696db3bf664b144ff4aa35c3514a" + "hash": "7137b984ccc9c8935a04494e003390a9", + "highlights": [] }, { - "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": "Shots heard in Kazakhstan as protests enter third day", + "description": "

    Armoured personnel carriers and troops move into Almaty’s main square as regional bloc pledges to send ‘peacekeeping forces’ to restore order

    Shots have been fired in Almaty, Kazakhstan’s largest city, as troops entered its main square where hundreds of people were protesting against the government for the third day, witness have reported.

    Several armoured personnel carriers and dozens of troops moving on foot arrived on Thursday morning, with shots heard as they approached the crowd, Reuters witnesses said.

    Continue reading...", + "content": "

    Armoured personnel carriers and troops move into Almaty’s main square as regional bloc pledges to send ‘peacekeeping forces’ to restore order

    Shots have been fired in Almaty, Kazakhstan’s largest city, as troops entered its main square where hundreds of people were protesting against the government for the third day, witness have reported.

    Several armoured personnel carriers and dozens of troops moving on foot arrived on Thursday morning, with shots heard as they approached the crowd, Reuters witnesses said.

    Continue reading...", + "category": "Kazakhstan", + "link": "https://www.theguardian.com/world/2022/jan/06/shots-heard-in-kazakhstan-as-protests-enter-third-day", + "creator": "Shaun Walker, and Naubet Bisenov in Aktobe province, and agencies", + "pubDate": "2022-01-06T05:08:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288737,16 +293146,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dcc2fc9b9d22b3a66c7f253e679495da" + "hash": "04187f9368bab85ab3fe3b53f1db0827", + "highlights": [] }, { - "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": "Covid live news: Pfizer expects clinical data for under 5s in April; Italy to mandate vaccines for over 50s", + "description": "

    Pfizer says vaccine trial data for the under 5s will include results from booster shots; Italy tightens its vaccination rules as it reports a record rise in cases

    Pfizer Inc expects the latest results from a clinical trial for kids under the age of five of the Covid-19 vaccine it developed with Germany’s BioNTech SE by April, a top company scientist has said according to Reuters.

    “The study has been amended to give a third dose to everybody who’s less than five at least eight weeks after their last vaccination,” Dr Alejandra Gurtman, a Pfizer vaccine researcher said at a meeting of the US Centers for Disease Control and Prevention’s Advisory Committee on Immunization Practices (ACIP).

    Continue reading...", + "content": "

    Pfizer says vaccine trial data for the under 5s will include results from booster shots; Italy tightens its vaccination rules as it reports a record rise in cases

    Pfizer Inc expects the latest results from a clinical trial for kids under the age of five of the Covid-19 vaccine it developed with Germany’s BioNTech SE by April, a top company scientist has said according to Reuters.

    “The study has been amended to give a third dose to everybody who’s less than five at least eight weeks after their last vaccination,” Dr Alejandra Gurtman, a Pfizer vaccine researcher said at a meeting of the US Centers for Disease Control and Prevention’s Advisory Committee on Immunization Practices (ACIP).

    Continue reading...", + "category": "World news", + "link": "https://www.theguardian.com/world/live/2022/jan/06/covid-live-news-pfizer-expects-clinical-data-for-under-5s-in-april-italy-to-mandate-vaccines-for-over-50s", + "creator": "Helen Livingstone", + "pubDate": "2022-01-06T00:36:52Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288758,16 +293168,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0bd8ec6be10624ca06792c3a9dc6aaab" + "hash": "fef38c8ea1b6285c77047a17f68e0098", + "highlights": [] }, { - "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": "Serbian president decries Djokovic ‘harassment’ amid reaction to visa cancellation", + "description": "

    Aleksandar Vučić says ‘whole of Serbia’ is backing tennis player as debate rages over Australia’s handling of Covid vaccine exemption saga

    The Serbian president has accused Australia of “maltreatment” of tennis star Novak Djokovic, who was denied entry to the country after he flew into Melbourne with a medical exemption from coronavirus vaccination rules.

    Djokovic was granted a controversial exemption to enter Australia and compete in the Australian Open, but was held up at Melbourne airport by authorities for several hours before his visa was cancelled. The Australian Border Force said he had failed to provide adequate evidence to support his exemption.

    Continue reading...", + "content": "

    Aleksandar Vučić says ‘whole of Serbia’ is backing tennis player as debate rages over Australia’s handling of Covid vaccine exemption saga

    The Serbian president has accused Australia of “maltreatment” of tennis star Novak Djokovic, who was denied entry to the country after he flew into Melbourne with a medical exemption from coronavirus vaccination rules.

    Djokovic was granted a controversial exemption to enter Australia and compete in the Australian Open, but was held up at Melbourne airport by authorities for several hours before his visa was cancelled. The Australian Border Force said he had failed to provide adequate evidence to support his exemption.

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/sport/2022/jan/06/serbian-president-decries-djokovic-harassment-amid-reaction-to-visa-cancellation", + "creator": "Helen Davidson", + "pubDate": "2022-01-06T02:24:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288779,16 +293190,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "885c683dc19718c3c2dd3e283f17db2d" + "hash": "e545e16773a1fd9041800c529c5f5101", + "highlights": [] }, { - "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": "Ashes 2021-22 fourth Test, day two: Australia v England – live!", + "description": "

    It’s warm, humid, and gusty at the SCG. There is a small risk of showers, but the odds are on our side for a full day’s play. The excellent pitch, with pace, bounce, and plenty of grass, is getting a heavy roll.

    Andy Bull has had enough of Ashley Giles.

    If Giles is right and more systemic change is needed, the pressing question is whether, given his track record in the job, he is the right man to lead it, given that he made such a mess of the (well-intentioned) rotation policy, and the mistake of binning the head selector to load more responsibility onto the coach.

    Continue reading...", + "content": "

    It’s warm, humid, and gusty at the SCG. There is a small risk of showers, but the odds are on our side for a full day’s play. The excellent pitch, with pace, bounce, and plenty of grass, is getting a heavy roll.

    Andy Bull has had enough of Ashley Giles.

    If Giles is right and more systemic change is needed, the pressing question is whether, given his track record in the job, he is the right man to lead it, given that he made such a mess of the (well-intentioned) rotation policy, and the mistake of binning the head selector to load more responsibility onto the coach.

    Continue reading...", + "category": "Ashes 2021-22", + "link": "https://www.theguardian.com/sport/live/2022/jan/06/ashes-2021-22-fourth-test-day-two-australia-v-england-live", + "creator": "Jonathan Howcroft (now) and Tanya Aldred (later)", + "pubDate": "2022-01-06T00:59:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288800,16 +293212,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "30609f9edb2aa60490a59fccf3cdd7fc" + "hash": "3a1d60ad9561cc9cc11e7f0849d4931f", + "highlights": [] }, { - "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": "North Korean hypersonic missile hit target in test firing, says state media", + "description": "

    Launch was detected by militaries in the region, and was criticised by South Korea, Japan and the US

    North Korea test fired a “hypersonic missile” this week that successfully hit a target, state news agency KCNA reported on Thursday, as the country pursues new military capabilities amid stalled denuclearisation talks.

    The launch on Wednesday was the first by North Korea since October and was detected by several militaries in the region, drawing criticism from governments in the United States, South Korea, and Japan.

    Continue reading...", + "content": "

    Launch was detected by militaries in the region, and was criticised by South Korea, Japan and the US

    North Korea test fired a “hypersonic missile” this week that successfully hit a target, state news agency KCNA reported on Thursday, as the country pursues new military capabilities amid stalled denuclearisation talks.

    The launch on Wednesday was the first by North Korea since October and was detected by several militaries in the region, drawing criticism from governments in the United States, South Korea, and Japan.

    Continue reading...", + "category": "North Korea", + "link": "https://www.theguardian.com/world/2022/jan/05/north-korean-hypersonic-missile-hit-target-in-test-firing-says-state-media", + "creator": "Reuters in Seoul", + "pubDate": "2022-01-05T22:49:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288821,16 +293234,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "336c9384160e050b7930969e9cc1fb3d" + "hash": "888e6661fb1006baa3e7f671de771c60", + "highlights": [] }, { - "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": "Missouri couple who pointed guns at BLM protesters seek return of firearms", + "description": "

    Mark and Patricia McCloskey seek return of AR-15-style rifle and semi-automatic pistol after it emerged authorities had not yet destroyed them

    Mark and Patricia McCloskey, a Missouri couple who became famous for pointing guns at protesters marching for racial justice in 2020, are trying to get their firearms back after it emerged the city of St Louis had not yet destroyed them.

    Mark McCloskey, who was pardoned after pleading guilty to weapons charges, sued St Louis, the city sheriff and the state to retrieve the guns and told a court hearing on Wednesday that the pardons also entitled the couple to a refund of their fines.

    Continue reading...", + "content": "

    Mark and Patricia McCloskey seek return of AR-15-style rifle and semi-automatic pistol after it emerged authorities had not yet destroyed them

    Mark and Patricia McCloskey, a Missouri couple who became famous for pointing guns at protesters marching for racial justice in 2020, are trying to get their firearms back after it emerged the city of St Louis had not yet destroyed them.

    Mark McCloskey, who was pardoned after pleading guilty to weapons charges, sued St Louis, the city sheriff and the state to retrieve the guns and told a court hearing on Wednesday that the pardons also entitled the couple to a refund of their fines.

    Continue reading...", + "category": "Missouri", + "link": "https://www.theguardian.com/us-news/2022/jan/06/missouri-couple-who-pointed-guns-at-blm-protesters-seek-return-of-firearms", + "creator": "Associated Press", + "pubDate": "2022-01-06T04:05:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288842,16 +293256,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cdb904e378aeb291da347f1ff09757b6" + "hash": "2e8a7630dcc3f791b06afeef40c19f1b", + "highlights": [] }, { - "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": "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": "", @@ -288863,16 +293278,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "46efcf5cb66b00c947cbba032148607d" + "hash": "b87bc1130056328475579d7c893b8943", + "highlights": [] }, { - "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": "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": "", @@ -288884,16 +293300,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2272e9cdbb01b56b88e36887beffbd58" + "hash": "103f9d045f5e7e98d380cfcbeb4bc63c", + "highlights": [] }, { - "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": "Why are so many people getting re-infected with Covid-19?", + "description": "

    On Wednesday, 194,747 daily confirmed Covid cases were reported for the whole of the UK. But this doesn’t include all the people who have caught the virus for the second, or even third time. In fact, official figures for England, Scotland and Northern Ireland don’t include those who have had Covid before, despite warnings from scientists that up to 15% of Omicron cases could be reinfections. Madeleine Finlay speaks to the Guardian’s science editor Ian Sample about why reinfections are so high for Omicron, what these cases could tell us, and how it could affect public health measures in the future

    Continue reading...", + "content": "

    On Wednesday, 194,747 daily confirmed Covid cases were reported for the whole of the UK. But this doesn’t include all the people who have caught the virus for the second, or even third time. In fact, official figures for England, Scotland and Northern Ireland don’t include those who have had Covid before, despite warnings from scientists that up to 15% of Omicron cases could be reinfections. Madeleine Finlay speaks to the Guardian’s science editor Ian Sample about why reinfections are so high for Omicron, what these cases could tell us, and how it could affect public health measures in the future

    Continue reading...", + "category": "Science", + "link": "https://www.theguardian.com/science/audio/2022/jan/06/why-are-so-many-people-getting-re-infected-with-covid-19", + "creator": "Presented and produced by Madeleine Finlay with Ian Sample , sound design by Axel Kacoutié", + "pubDate": "2022-01-06T05:00:53Z", "enclosure": "", "enclosureType": "", "image": "", @@ -288905,16 +293322,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1006811e77d6c34dcf16c9100f832a19" + "hash": "6344bbb3b7f4d156f49529250d962b10", + "highlights": [] }, { - "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": "‘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": "", @@ -288926,16 +293344,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "253d19d02f74c045b3a2b12b397d6a54" + "hash": "11551e3a1b28933879fa9e6133400b22", + "highlights": [] }, { - "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": "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": "", @@ -288947,17 +293366,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "465877e5d2ef168a15ec79f534ff3d4c" + "hash": "8454bbad1203e0646088054f3b15a5c2", + "highlights": [] }, { - "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": "", + "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": "", @@ -288968,16 +293388,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7217f468371c0435e687a667df45e230" + "hash": "1ebf41b18bfa598b5a665b5f00066939", + "highlights": [] }, { - "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": "‘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": "", @@ -288989,16 +293410,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3eff7c79346af4286b5ba50857a8d846" + "hash": "46d9caa2a487cf45ecff87d4ec5ceb65", + "highlights": [] }, { - "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": "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": "", @@ -289010,16 +293432,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "df5fc8b84841c740120c2021a05fb62d" + "hash": "bf400e14a7435b7366a86737a8ff0958", + "highlights": [] }, { - "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": "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": "", @@ -289031,16 +293454,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6af3f5d1f10a146e93c88fc72ed76b0" + "hash": "42509ff7ef7a60b9d6b592e8a069711b", + "highlights": [] }, { - "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": "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": "", @@ -289052,16 +293476,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "de1dbdfe28b162166ba67b9399a34814" + "hash": "35a7d05e0e44192f280839e7fe57e6dc", + "highlights": [] }, { - "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": "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": "", @@ -289073,16 +293498,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "084644f84f93e6469426c38748754e4f" + "hash": "7f7dad9d386fa709c2f11db9377fec5d", + "highlights": [] }, { - "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": "Australia Covid live news update: federal court to hear Novak Djokovic challenge to visa cancellation; more than 72,000 new cases nationwide", + "description": "

    Karen Andrews, home affairs minister, did give a hint of how things might play out.

    AAP reports that, before Novak Djokovic’s arrival, she said that while the Victorian government and Tennis Australia may allow a non-vaccinated player to compete in the Australian Open, it was the federal government that dealt with border entry requirements.

    Continue reading...", + "content": "

    Karen Andrews, home affairs minister, did give a hint of how things might play out.

    AAP reports that, before Novak Djokovic’s arrival, she said that while the Victorian government and Tennis Australia may allow a non-vaccinated player to compete in the Australian Open, it was the federal government that dealt with border entry requirements.

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/06/australia-live-news-update-novak-djokovic-held-at-melbourne-airport-calls-for-more-free-covid-rapid-tests-scott-morrison-coronavirus-dominic-perrottet-case-numbers-vaccine-booster-rats-rapid-antigen-tests", + "creator": "Mostafa Rachwani (now) and Tory Shepherd (earlier)", + "pubDate": "2022-01-06T05:25:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -289094,16 +293520,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "12d37154251d6d6b390b44a2b4a2a4cf" + "hash": "f085780daa54694314217050cd855690", + "highlights": [] }, { - "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": "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": "", @@ -289115,16 +293542,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5045132f80c8284cb4b79693e458ee44" + "hash": "e8aba05d7a005d751dc61d3543f88d63", + "highlights": [] }, { - "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": "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": "", @@ -289136,16 +293564,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8aa471f79bca1fc328a342dbc93d4a69" + "hash": "9557c22d2628e7264b9cbe8ea2f8a03c", + "highlights": [] }, { - "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": "Kazakhstan protests: Moscow-led alliance sends ‘peacekeeping forces’", + "description": "

    Former Soviet states respond to pleas from Kazakh president Kassym-Jomart Tokayev as he tries to regain control

    Leaders of a Moscow-led alliance of former Soviet states have agreed to send “peacekeeping forces” to Kazakhstan to help the country’s president regain control as violent clashes continued across the country after fuel price rises triggered widespread protests.

    Armenia’s prime minister Nikol Pashinyan said early on Thursday that the Collective Security Treaty Organization (CSTO) – a military alliance of Russia, Belarus, Armenia, Kazakhstan, Kyrgyzstan, and Tajikistan – would dispatch forces to “stabilise” the Central Asia country.

    Continue reading...", + "content": "

    Former Soviet states respond to pleas from Kazakh president Kassym-Jomart Tokayev as he tries to regain control

    Leaders of a Moscow-led alliance of former Soviet states have agreed to send “peacekeeping forces” to Kazakhstan to help the country’s president regain control as violent clashes continued across the country after fuel price rises triggered widespread protests.

    Armenia’s prime minister Nikol Pashinyan said early on Thursday that the Collective Security Treaty Organization (CSTO) – a military alliance of Russia, Belarus, Armenia, Kazakhstan, Kyrgyzstan, and Tajikistan – would dispatch forces to “stabilise” the Central Asia country.

    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-05T22:13:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -289157,16 +293586,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5de76b9ddaad4a611137bf9c52a55f97" + "hash": "fb3e401aae85d7d0a967cb725e2a6b80", + "highlights": [] }, { - "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": "Novak Djokovic’s Australian Open hopes dashed after visa cancelled at airport", + "description": "

    Novak Djokovic’s attempts to compete at the Australian Open this month have collapsed after the No 1-ranked male tennis player was told his visa has been rejected. He is due to be flown out of Melbourne on Thursday amid a spiralling outcry over his controversial “medical exemption” agreed by the tournament’s organisers.

    The reigning Australian Open champion was held up at passport control on Wednesday night 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 have collapsed after the No 1-ranked male tennis player was told his visa has been rejected. He is due to be flown out of Melbourne on Thursday amid a spiralling outcry over his controversial “medical exemption” agreed by the tournament’s organisers.

    The reigning Australian Open champion was held up at passport control on Wednesday night 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-05T22:10:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -289178,16 +293608,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9cfdf32169f404376b0b2bbf4e5d3b3" + "hash": "e79413b12345be55851154c47eaa577f", + "highlights": [] }, { - "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": "Merrick Garland vows to pursue all those responsible for 6 January attack", + "description": "

    Attorney general says justice department has ‘no higher priority’ and promises further actions over ‘assault on our democracy’

    The US attorney general, Merrick Garland, on Wednesday vowed that the justice department would hold accountable all those responsible for the deadly 6 January attack, whether they were physically present at the Capitol or not.

    Garland’s remarks come as he faces growing calls from lawmakers, legal experts and former elected officials to intensify the department’s investigation into the events of Capitol assault, and in particular, to prosecute those who helped orchestrate the failed attempt to overturn the 2020 election results, including the former president, Donald Trump, and his associates.

    Continue reading...", + "content": "

    Attorney general says justice department has ‘no higher priority’ and promises further actions over ‘assault on our democracy’

    The US attorney general, Merrick Garland, on Wednesday vowed that the justice department would hold accountable all those responsible for the deadly 6 January attack, whether they were physically present at the Capitol or not.

    Garland’s remarks come as he faces growing calls from lawmakers, legal experts and former elected officials to intensify the department’s investigation into the events of Capitol assault, and in particular, to prosecute those who helped orchestrate the failed attempt to overturn the 2020 election results, including the former president, Donald Trump, and his associates.

    Continue reading...", + "category": "Merrick Garland", + "link": "https://www.theguardian.com/us-news/2022/jan/05/merrick-garland-us-capitol-attack-investigation", + "creator": "Lauren Gambino in Washington", + "pubDate": "2022-01-05T23:30:55Z", "enclosure": "", "enclosureType": "", "image": "", @@ -289199,16 +293630,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7937f048890eb65cccd06da26404e913" + "hash": "9487fcfa71f1cabffeff5897593a0704", + "highlights": [] }, { - "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": "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": "", @@ -289220,16 +293652,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae771e8a9a6cd4d3f60fe702b6c0df6a" + "hash": "615b92f36c33f2faf4b15360b7c472f1", + "highlights": [] }, { - "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": "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": "", @@ -289241,16 +293674,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1203de0b00c8cf2296282acc7744630" + "hash": "5198872a1363443b46766456ad7f0052", + "highlights": [] }, { - "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": "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": "", @@ -289262,16 +293696,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3c5e43cc68edab6dd70d3aee134a8c5" + "hash": "a8d4bf83f4d048c22b38bdf9cdf4f98e", + "highlights": [] }, { - "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": "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": "", @@ -289283,16 +293718,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "163b1526c5756048d55e54a290047c11" + "hash": "582113c4771e1a90a89689b9b26ab8b9", + "highlights": [] }, { - "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": "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": "", @@ -289304,16 +293740,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4354ff56dcc43cc9789f0b543723d15b" + "hash": "04b5aa7ff3968e6f7fdb990dd4051548", + "highlights": [] }, { - "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": "Jon Stewart denies claims he accused JK Rowling of antisemitism", + "description": "

    Ex-US talkshow host says his comments about goblins who run Gringotts bank in wizarding movies were meant to be lighthearted

    Former US talkshow host Jon Stewart says comments he made about the Harry Potter films were meant to be “lighthearted” and he was not accusing author JK Rowling of antisemitism.

    The comedian said news outlets had “piled into this ridiculously out of context nonsense”, and he did not want the franchise censored “in any way”.

    This story was amended on Wednesday 5 January 2022 to take into account Jon Stewart’s clarification of his earlier comments.

    Continue reading...", + "content": "

    Ex-US talkshow host says his comments about goblins who run Gringotts bank in wizarding movies were meant to be lighthearted

    Former US talkshow host Jon Stewart says comments he made about the Harry Potter films were meant to be “lighthearted” and he was not accusing author JK Rowling of antisemitism.

    The comedian said news outlets had “piled into this ridiculously out of context nonsense”, and he did not want the franchise censored “in any way”.

    This story was amended on Wednesday 5 January 2022 to take into account Jon Stewart’s clarification of his earlier comments.

    Continue reading...", + "category": "JK Rowling", + "link": "https://www.theguardian.com/books/2022/jan/06/jon-stewart-denies-claims-he-accused-jk-rowling-of-antisemitism", + "creator": "PA Media", + "pubDate": "2022-01-05T21:58:45Z", "enclosure": "", "enclosureType": "", "image": "", @@ -289325,16 +293762,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2652067ef425597ea308758a50fa530" + "hash": "de231da5ed72efa757166efa8e912d36", + "highlights": [] }, { - "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": "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": "", @@ -289346,16 +293784,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9733abdc944bb1907db56e34699a976" + "hash": "86bb04943303f0627345d2e5e87b2171", + "highlights": [] }, { - "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": "France, Italy, Portugal, Turkey and Netherlands report record daily cases as Omicron surges – as it happened", + "description": "

    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": "

    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": "Helen Livingstone (now); Nicola Slawson, Matthew Weaver, Damien Gayle, Tom Ambrose and Samantha Lock (earlier)", + "pubDate": "2022-01-06T00:30:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -289367,16 +293806,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a43880ae32ab818d8e0e18d5b7cdf94" + "hash": "e92dea7285c8ee244ea2ee163a6e829c", + "highlights": [] }, { - "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": "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": "", @@ -289388,16 +293828,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab34ceb5fefd1447479e2d23730397fe" + "hash": "1c4b1464f3c060db1a7fa6508cd3587b", + "highlights": [] }, { - "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": "Scott Morrison says ‘rules are rules’ as Novak Djokovic visa cancelled; more than 68,000 new Covid cases nationwide", + "description": "

    Prime minister says ‘there are no special cases’ as Australian Open champion’s visa cancelled by Australian Border Force; NSW records 34,994 Covid cases and six deaths, Victoria 21,997 cases and six deaths, Queensland 10,332 cases and one death; Tasmania 751 cases; Labor says Morrison government’s rapid Covid test plan ‘too little, to late’. Follow developments live

    Karen Andrews, home affairs minister, did give a hint of how things might play out.

    AAP reports that, before Novak Djokovic’s arrival, she said that while the Victorian government and Tennis Australia may allow a non-vaccinated player to compete in the Australian Open, it was the federal government that dealt with border entry requirements.

    Continue reading...", + "content": "

    Prime minister says ‘there are no special cases’ as Australian Open champion’s visa cancelled by Australian Border Force; NSW records 34,994 Covid cases and six deaths, Victoria 21,997 cases and six deaths, Queensland 10,332 cases and one death; Tasmania 751 cases; Labor says Morrison government’s rapid Covid test plan ‘too little, to late’. Follow developments live

    Karen Andrews, home affairs minister, did give a hint of how things might play out.

    AAP reports that, before Novak Djokovic’s arrival, she said that while the Victorian government and Tennis Australia may allow a non-vaccinated player to compete in the Australian Open, it was the federal government that dealt with border entry requirements.

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/06/australia-live-news-update-novak-djokovic-held-at-melbourne-airport-calls-for-more-free-covid-rapid-tests-scott-morrison-coronavirus-dominic-perrottet-case-numbers-vaccine-booster-rats-rapid-antigen-tests", + "creator": "Tory Shepherd", + "pubDate": "2022-01-06T01:00:30Z", "enclosure": "", "enclosureType": "", "image": "", @@ -289409,16 +293850,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9de49239b65dff57a7045a1d59bbe6fc" + "hash": "eba08e6cb1508cc4be1fd40095eba555", + "highlights": [] }, { - "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...", + "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/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", + "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": "", @@ -289430,16 +293872,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "257c962ba8186d7b59e70180078719f9" + "hash": "811692ba79ad62dedd0426692a1227cc", + "highlights": [] }, { - "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": "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": "", @@ -289451,16 +293894,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "687213716747ccec045178ba0a16f4c1" + "hash": "c72029f40833201b84a3d9b509ef80b2", + "highlights": [] }, { - "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": "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": "", @@ -289472,16 +293916,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e3cd3aba8efafc6881396e3955bd364" + "hash": "d2377900b439abe4612e7361536ab0f3", + "highlights": [] }, { - "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": "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": "", @@ -289493,16 +293938,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "efbec96e869fa183c0171b71424f6530" + "hash": "c38dfabf6351ea348951ea08cc324ce6", + "highlights": [] }, { - "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": "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": "", @@ -289514,16 +293960,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb2a018f549e75e5f85ac62645270730" + "hash": "4913458b4a2391b3e1892aef9fdbb219", + "highlights": [] }, { - "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...", + "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/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", + "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": "", @@ -289535,16 +293982,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c424ba2394c080ce1b57b8700c0cb402" + "hash": "5c7002599be40e60709237c7644fef9f", + "highlights": [] }, { - "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": "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": "", @@ -289556,16 +294004,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce3ab9f080709ea7d644de2f4ad90382" + "hash": "98a72f36c78f3655b1b68d310946ea7f", + "highlights": [] }, { - "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": "Australia live news update: Novak Djokovic visa cancelled; NSW records 34,994 Covid cases and six deaths; Victoria reports 21,997 cases and six deaths", + "description": "

    Australian Open champion’s visa cancelled by Australian Border Force; NSW records 34,994 Covid cases and six deaths; Victoria reports 21,997 cases and six deaths. Follow developments live

    Karen Andrews, home affairs minister, did give a hint of how things might play out.

    AAP reports that, before Novak Djokovic’s arrival, she said that while the Victorian government and Tennis Australia may allow a non-vaccinated player to compete in the Australian Open, it was the federal government that dealt with border entry requirements.

    Continue reading...", + "content": "

    Australian Open champion’s visa cancelled by Australian Border Force; NSW records 34,994 Covid cases and six deaths; Victoria reports 21,997 cases and six deaths. Follow developments live

    Karen Andrews, home affairs minister, did give a hint of how things might play out.

    AAP reports that, before Novak Djokovic’s arrival, she said that while the Victorian government and Tennis Australia may allow a non-vaccinated player to compete in the Australian Open, it was the federal government that dealt with border entry requirements.

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/06/australia-live-news-update-novak-djokovic-held-at-melbourne-airport-calls-for-more-free-covid-rapid-tests-scott-morrison-coronavirus-dominic-perrottet-case-numbers-vaccine-booster-rats-rapid-antigen-tests", + "creator": "Tory Shepherd", + "pubDate": "2022-01-05T22:23:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -289577,16 +294026,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ce2ac0b075f42888d11cd6802255107" + "hash": "7c2b9b6d12cc57b17c855f74b1a53634", + "highlights": [] }, { - "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": "‘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": "", @@ -289598,16 +294048,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "83e117f45f6318f538fdd5407885b15a" + "hash": "c4490bc91931ba9743eee99477beeeec", + "highlights": [] }, { - "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": "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": "", @@ -289619,16 +294070,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "df529dd05fa065efb340f126a4c45e91" + "hash": "e9ab614236043287fa877d41038193ac", + "highlights": [] }, { - "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", + "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": "", @@ -289640,16 +294092,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "306deb8f74b7910aa0e0bea23ae7be84" + "hash": "6b70acd39998d6286ebc493c246faddf", + "highlights": [] }, { - "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": "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": "", @@ -289661,16 +294114,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b55b3fc980db0005a08fcd22b52be2b4" + "hash": "fc7b2418687e05b59670851d07977a61", + "highlights": [] }, { - "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": "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": "", @@ -289682,16 +294136,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e7edf62976fb7bdd8f460b1142b21e3" + "hash": "21c84003c4ba00263cb2e1db7160eea9", + "highlights": [] }, { - "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": "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": "", @@ -289703,16 +294158,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0651287c1dd56880a70e857f95ebd6fd" + "hash": "e9b76de116292d883fc758ce62fa93d0", + "highlights": [] }, { - "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": "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": "", @@ -289724,16 +294180,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "18b08ba42a3e4d4903bd22eeabc1cb93" + "hash": "e1eba5668d9397c5abfbe1171132ab22", + "highlights": [] }, { - "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": "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": "", @@ -289745,16 +294202,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0980eddf295726dc685fa33023414e21" + "hash": "7517936fcd0e44cbf00b5619f218027e", + "highlights": [] }, { - "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": "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": "", @@ -289766,16 +294224,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b705405278c0e5890c0b38e660ffcf74" + "hash": "c90a0fb2d2ee59f48581933d4efa2d0d", + "highlights": [] }, { - "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": "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": "", @@ -289787,16 +294246,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d202462d01fd6285b87229430dacbaeb" + "hash": "3e6f143e8f8709cc110e7213a98a9a74", + "highlights": [] }, { - "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": "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": "", @@ -289808,16 +294268,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea131ac68f5556f13a6011718be7118f" + "hash": "15c221642af7471dc417c2383f99f0d1", + "highlights": [] }, { - "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": "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": "", @@ -289829,16 +294290,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c343ed4c858816dc69304af91a5ff0d1" + "hash": "e7ce8953d9dd7c044ed89daa4b0a1ba5", + "highlights": [] }, { - "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": "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": "", @@ -289850,16 +294312,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b7ecb4ed835454795d7002daf27d6502" + "hash": "28ea222386d796acee8a3a8bd2648eaa", + "highlights": [] }, { - "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": "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": "", @@ -289871,16 +294334,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a23999450804fce554b34bafb3e6f1c" + "hash": "bd1ff5507ac4e03d7850113525c06652", + "highlights": [] }, { - "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": "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": "", @@ -289892,16 +294356,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d054a21c679ddc9ebd67b47dcbb6c358" + "hash": "da5f07b97e6db0e7d468e2dbc2fb2e22", + "highlights": [] }, { - "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": "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": "", @@ -289913,16 +294378,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b12aab132607bb1a1791a27f95f1c20" + "hash": "ccb832b8d7c8b0372883f1ad224cd1f3", + "highlights": [] }, { - "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": "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": "", @@ -289934,16 +294400,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca8d195a8824ff0e643ef35b1f1cfb2f" + "hash": "65a809d0749f90d06fdd7611177a9631", + "highlights": [] }, { - "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": "‘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": "", @@ -289955,16 +294422,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "75caf456a87c57e67754509ecfbb32df" + "hash": "486e280642fa41ca2570deeafda14cf1", + "highlights": [] }, { - "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": "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": "", @@ -289976,16 +294444,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6dd06367f838c7931599799335699723" + "hash": "b70e301e8593331419483271c555e5ee", + "highlights": [] }, { - "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": "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": "", @@ -289997,16 +294466,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bc2147d5569885faea8b29c18d0b5e2" + "hash": "23e2a340bfa727272856a6abd10b65f1", + "highlights": [] }, { - "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": "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": "", @@ -290018,16 +294488,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6328ee5d71dc0b9e059773cf43b9c54e" + "hash": "13362651067c353f141a0a3edeb631e0", + "highlights": [] }, { - "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": "‘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": "", @@ -290039,16 +294510,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba0ebda2c5445679c146c176858b908a" + "hash": "d8b09c80e12a532c2e8e462dc72c9b7e", + "highlights": [] }, { - "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": "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": "", @@ -290060,16 +294532,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0a7f200bfd5e2c1ebc0a09e463d5d95" + "hash": "1d3f233160cc95ef15fe9edd6726f112", + "highlights": [] }, { - "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": "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": "", @@ -290081,16 +294554,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "563d0997c6ceac0590a830623006fe7b" + "hash": "570e15d00c826b3409353c155e70c86e", + "highlights": [] }, { - "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": "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": "", @@ -290102,16 +294576,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ddc48a72af0f6c78342674a8056567d9" + "hash": "50e8eca974ce2134b4b3f517e3ed4ec8", + "highlights": [] }, { - "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": "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": "", @@ -290123,16 +294598,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d20fcfc190c5a664b67fba0080d46368" + "hash": "e2f1dd7d63e4aa57adf9353baa4b10bf", + "highlights": [] }, { - "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": "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": "", @@ -290144,16 +294620,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "de796aef58e795d871d95cbf378cb0a0" + "hash": "2361df40fb61548d1c8a5b64891ad339", + "highlights": [] }, { - "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": "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": "", @@ -290165,16 +294642,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c63cf7dada276ecf1ccac35b63e81514" + "hash": "0c4241ca4ee406c50ef0fd141e17b343", + "highlights": [] }, { - "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": "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": "", @@ -290186,16 +294664,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "676ae7684ba21f63d17782ad9b3bfb79" + "hash": "7a8898920a5e34113046f75e69bce5a3", + "highlights": [] }, { - "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": "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": "", @@ -290207,16 +294686,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a15adbd62b73980169f88c7e23435378" + "hash": "73814ac0733abd7a4d7cf6ead01d18ec", + "highlights": [] }, { - "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": "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": "", @@ -290228,16 +294708,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e6a64bed608a53b15329bed85ac29c0a" + "hash": "5f511476b1bcda29e008ea422ec27b15", + "highlights": [] }, { - "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": "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": "", @@ -290249,16 +294730,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "63175843cd9d8c6e1ad9afced07491a6" + "hash": "2c008dcc807f77244c2207a56e73ca08", + "highlights": [] }, { - "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": "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": "", @@ -290270,16 +294752,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "85be8a8a17be1b2621218bab9c127462" + "hash": "182d23a230bcb73497a8eb306021bd22", + "highlights": [] }, { - "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": "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": "", @@ -290291,16 +294774,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "55abcc552a656a93cd7c96c908bad54f" + "hash": "1c6298496108dc919a1c8a889f8b1ebc", + "highlights": [] }, { - "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": "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": "", @@ -290312,16 +294796,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "071d75f80edbd7998388a9b418affd77" + "hash": "5fa05fa9404574f343edffd92cd4b0d0", + "highlights": [] }, { - "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": "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": "", @@ -290333,16 +294818,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f8e91aa90ef135cfdcf5ff66496017c" + "hash": "d464d0d4895f1d718995baaf0ca9c9ec", + "highlights": [] }, { - "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": "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": "", @@ -290354,16 +294840,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ea8d056fcfae830256c5214489070a2" + "hash": "38bd73deec95ae9d32ef241f66b8c628", + "highlights": [] }, { - "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": "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": "", @@ -290375,16 +294862,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f1d21825cd50fe1343a332db3940160" + "hash": "19bf18fde5b3f11b5209d7ea1bf372f6", + "highlights": [] }, { - "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": "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": "", @@ -290396,16 +294884,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccad0b58b670c95a3438a867d4926783" + "hash": "526eb6e2cd2eefdc34346bb96f01cc62", + "highlights": [] }, { - "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": "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": "", @@ -290417,16 +294906,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "44f66f79511f2f0899541bfbbe36c047" + "hash": "5a528573352875b7166b6215071f712b", + "highlights": [] }, { - "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": "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": "", @@ -290438,16 +294928,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e47e02857e0fc31c5e079ef0ea013ec7" + "hash": "ea34306e096a1babd1abd0a02330c554", + "highlights": [] }, { - "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": "‘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": "", @@ -290459,16 +294950,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c25502c2f92c93b7917e63846af24f8b" + "hash": "9aa03dcbec103b1db58685868653e662", + "highlights": [] }, { - "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": "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": "", @@ -290480,16 +294972,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d43bbd286e7966aae0260d39af67e07d" + "hash": "21d1342c379e9490eebd03bb83800810", + "highlights": [] }, { - "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": "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": "", @@ -290501,16 +294994,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "54d59f2950c184afade51693ea934772" + "hash": "42271a4a749b85bea8162e5a70d72b47", + "highlights": [] }, { - "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": "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": "", @@ -290522,16 +295016,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c007448e8c910b83644f26c3b05ccf5" + "hash": "0238812474ad9db7f219d22a4b596636", + "highlights": [] }, { - "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": "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": "", @@ -290543,16 +295038,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "379fa3f51a1a37c1a7fd11d3973ed1dd" + "hash": "0eb607b5431d3ab7aee569c9ffa195dc", + "highlights": [] }, { - "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": "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": "", @@ -290564,16 +295060,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7cee35d8a2fbf53a388b5e43cd264f24" + "hash": "436367d7c7a20c6da93922eb964f78ab", + "highlights": [] }, { - "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": "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": "", @@ -290585,16 +295082,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d14151fea254780f1706971e3ad35886" + "hash": "be00c0a7cb12fc1fb59dd580ace18b99", + "highlights": [] }, { - "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": "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": "", @@ -290606,16 +295104,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b2c3e20bf50e5b0d7c1f3d5ed90c52e" + "hash": "05468cbca02f567bcd8e163f06d99a1a", + "highlights": [] }, { - "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": "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": "", @@ -290627,16 +295126,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1c203c369124ce5a30a3634b3ff57c6" + "hash": "10887c1883c44dacd63550798bfac69d", + "highlights": [] }, { - "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", + "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": "2021-12-21T16:40:09Z", + "pubDate": "2022-01-04T15:47:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -290648,16 +295148,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea988438b796dd306d449e7f9f5a49f6" + "hash": "3b8807a1b4f3791e11e1c093104de3b9", + "highlights": [] }, { - "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": "‘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": "", @@ -290669,16 +295170,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed89e5fc6dd7994aefb43d328a5c6bf4" + "hash": "f24f3ee2701ff2dfdb3800012df61485", + "highlights": [] }, { - "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": "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": "", @@ -290690,16 +295192,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a420e1a5085a5302d8c105863ae7fc0" + "hash": "b5c4512b42e7935e7963d44a38322fe8", + "highlights": [] }, { - "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": "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": "", @@ -290711,16 +295214,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "496b70885d6eb9ff98d8690e63bc881a" + "hash": "9aac4ac85d228199b09f04985a12e01a", + "highlights": [] }, { - "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", + "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": "", @@ -290732,16 +295236,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a347347528a86b0cb53131793661ec3b" + "hash": "9fce7311b3260e900f98c83415836fcd", + "highlights": [] }, { - "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": "‘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": "", @@ -290753,16 +295258,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b61a80a3e879c504260aae92ebfdaf7" + "hash": "4f2ace27ab7ce014728bf45d008731a0", + "highlights": [] }, { - "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": "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": "", @@ -290774,16 +295280,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4229b83b2d6d3550e5614c55ef6b3abb" + "hash": "9d25e9cd6e5583610a6d8245ea8347e3", + "highlights": [] }, { - "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": "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": "", @@ -290795,16 +295302,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "23666e39fd7b69e5b143e7cf10b23110" + "hash": "7c9cb56e7db4086704a28d52b0e25f07", + "highlights": [] }, { - "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": "‘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": "", @@ -290816,16 +295324,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a97209bfe01ffb63aad88f1d203f5aac" + "hash": "523a6f5501f4ceb72df23af54ebe2042", + "highlights": [] }, { - "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": "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": "", @@ -290837,16 +295346,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2d78bbb241fcac0a4191db781d51ff2" + "hash": "3d05cb2b9ae452d6622decf74cad744d", + "highlights": [] }, { - "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": "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": "", @@ -290858,16 +295368,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "789d89b7b558d4e5602c08f5ff3168ed" + "hash": "fa2b42854fcc37f8ade214e69d49ca8c", + "highlights": [] }, { - "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": "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": "", @@ -290879,16 +295390,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c06b607cb1c6eec38fd2a09b8e3d85af" + "hash": "f4be8d04c791cadd963aa80ae757a2ca", + "highlights": [] }, { - "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": "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": "", @@ -290900,16 +295412,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "36bfcc602dda7bc736182b2955bff298" + "hash": "7c8e2cd4ebc756126b20a6cd4de5e9d5", + "highlights": [] }, { - "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": "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": "", @@ -290921,16 +295434,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a313b3a0b0393c6224377a3979cd8432" + "hash": "cf6baa8d43b6778995181d2242dbb578", + "highlights": [] }, { - "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": "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": "", @@ -290942,16 +295456,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "47d241d7980a6531e4568113cabe72d8" + "hash": "585d224cfde046a10a0c40fc0d8d2295", + "highlights": [] }, { - "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": "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": "", @@ -290963,16 +295478,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fae7a9acce640a32df7e0078d6b8affb" + "hash": "7f36a43e721b484d762d568bf1b6e634", + "highlights": [] }, { - "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": "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": "", @@ -290984,16 +295500,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "09a1a8ccef40e35c7658e40e1cb1605b" + "hash": "a72670067220bc5dbbab384a5b6d881d", + "highlights": [] }, { - "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": "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": "", @@ -291005,16 +295522,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "72cf4ae8a1d78e68183b92a8f95c2eba" + "hash": "7f205435aa379c449e89204c6a2660c7", + "highlights": [] }, { - "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": "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": "", @@ -291026,16 +295544,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "41687089d343aeac99c9807c90dae4d4" + "hash": "dc81c282947bf2b2581033c879054d90", + "highlights": [] }, { - "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": "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": "", @@ -291047,16 +295566,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0dd1abc8e32681985720358a706cd274" + "hash": "c5460c6e98092280b569ff481c0013b8", + "highlights": [] }, { - "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": "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": "", @@ -291068,16 +295588,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6850c7f5cc2a9ba6c12ee28d66c98c56" + "hash": "3ee6eb9f6f9e4a2ca9ec2cc743bde7e8", + "highlights": [] }, { - "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": "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": "", @@ -291089,16 +295610,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b48d61378cccd1114f312817c7c7e2d7" + "hash": "cf0ac88e0795124362657d54da1bdc94", + "highlights": [] }, { - "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": "‘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": "", @@ -291110,16 +295632,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "870341c35d002284a8687c5991c31f06" + "hash": "e6303448058d20d3582dd4767552c920", + "highlights": [] }, { - "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": "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": "", @@ -291131,16 +295654,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "286f19c42c8390863134fd48321c7940" + "hash": "edbc9b7a93f80a25fcb0a203ca969440", + "highlights": [] }, { - "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": "‘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": "", @@ -291152,16 +295676,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ecda9bef902da52fd13c20b197608804" + "hash": "b83282acb45c5d5ac5267d709e4314ea", + "highlights": [] }, { - "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": "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": "", @@ -291173,16 +295698,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "09cc2988d6440e24a6025225b50f2944" + "hash": "ef1432332bb9ec0be73130c7b8c07ca0", + "highlights": [] }, { - "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": "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": "", @@ -291194,16 +295720,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fe3557ec8e1609ff753d1304a9ca1da" + "hash": "61591e9cb54d9023fcab3934e50acc66", + "highlights": [] }, { - "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": "‘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": "", @@ -291215,16 +295742,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "927d982f33093287528efc8be8bb15ec" + "hash": "dff3b90debcc66f3b17e697897f01e81", + "highlights": [] }, { - "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": "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": "", @@ -291236,16 +295764,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cadefb4a034496ab8dd0cc40e0f1da42" + "hash": "ad0e537c8d3156ea813546efd71209a8", + "highlights": [] }, { - "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": "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": "", @@ -291257,16 +295786,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d1ab7b05411bfd7f73a3723cbb388ec" + "hash": "47e77a172c86a621d63a7d3962973ce9", + "highlights": [] }, { - "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/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", + "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": "", @@ -291278,16 +295808,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "df9e615b2b36feab0fed05a38d9cd2be" + "hash": "7b360dca867fec4fe63da71fac624879", + "highlights": [] }, { - "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": "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": "", @@ -291299,16 +295830,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e83610dced6fe36ec4b11b540fc4f34b" + "hash": "b5f583921d62d48a9804facbb7b491d9", + "highlights": [] }, { - "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": "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": "", @@ -291320,16 +295852,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b4a0796098c31b1010f04b558c9a397" + "hash": "03cef31a00316f286225261a3b8ce4fb", + "highlights": [] }, { - "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": "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": "", @@ -291341,16 +295874,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a21339a7243b61a3b8c707b8d6b14de0" + "hash": "9af3f280bdab47a59ab705ebb3a5deec", + "highlights": [] }, { - "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": "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": "", @@ -291362,16 +295896,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b266ed206b2d15905c76b5f69e4745b6" + "hash": "80035e3e652e0ba2c9d3d4502b3a2f45", + "highlights": [] }, { - "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": "‘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": "", @@ -291383,16 +295918,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "55e8ac4fa06ae63739f4696e85f7d51b" + "hash": "b43471eb9ec352a9e5fee01e15b61302", + "highlights": [] }, { - "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": "‘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": "", @@ -291404,16 +295940,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "937d7682d5289afcda3736e5c6c5bd61" + "hash": "d8ac96ce468afb2573bd36f109360b2d", + "highlights": [] }, { - "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": "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": "", @@ -291425,16 +295962,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "05097f8e151747d37bbbfc08f5a6d8d3" + "hash": "cf99c4deed5e96fce2b756f7b94f157d", + "highlights": [] }, { - "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": "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": "", @@ -291446,16 +295984,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "29495b9b8095ee4630ffd058a45b4ba9" + "hash": "73bd25f5f2827645f18b0d4a564ddbda", + "highlights": [] }, { - "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": "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": "", @@ -291467,16 +296006,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e2850990fb474d2f815a16c712c450b" + "hash": "3db342718eed737786b7a723658d1e69", + "highlights": [] }, { - "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": "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": "", @@ -291488,16 +296028,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "be9c4e7d81bf26c3d238db44d156d37f" + "hash": "bfe9622842cc75b36dcf41f717d6599b", + "highlights": [] }, { - "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": "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": "", @@ -291509,16 +296050,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "76e1dc20014ceeb91709ce7cea1f38b7" + "hash": "189a1d597c9d07fcc7758af4fc8f9b60", + "highlights": [] }, { - "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": "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": "", @@ -291530,16 +296072,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a06bb703dd87a4206f31bdbaaad3ae00" + "hash": "84c2e8bf5a108fc4a23dd28b6f7c64bb", + "highlights": [] }, { - "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": "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": "", @@ -291551,16 +296094,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0482acb625cb1ab329e763f48f6ac07" + "hash": "d9c2946eef19e56eb5b4c4bfe7f9d9d6", + "highlights": [] }, { - "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": "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": "", @@ -291572,16 +296116,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "632f0362d1429819e02eaa89f28c52bf" + "hash": "b7b75278ce2acd2c29f4940aed96a25f", + "highlights": [] }, { - "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", + "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": "2021-12-23T00:22:02Z", + "pubDate": "2022-01-03T15:23:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -291593,16 +296138,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "74211dd71e07e0ddd1baae9e90a0a22d" + "hash": "67da2b8b96903459b0fc3cf5431dd892", + "highlights": [] }, { - "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": "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": "", @@ -291614,16 +296160,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d75b3005deea682ecac160cd7fa691b" + "hash": "0f3000c0adc2d6e73e94323eef217be9", + "highlights": [] }, { - "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": "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": "", @@ -291635,16 +296182,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6cfc26b9c6cae9941dd80a30af3b36c6" + "hash": "304b978831baa98c1f7d6c818a7be226", + "highlights": [] }, { - "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": "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": "", @@ -291656,16 +296204,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f169a0d8758d46646b90f911d907c53c" + "hash": "0ea38fc0465feec92fcd44b5e00226b2", + "highlights": [] }, { - "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": "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": "", @@ -291677,16 +296226,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "afadf7ad6e23949a6446bffbd5408777" + "hash": "a015ac38f7270e013a3f8aa295d15d12", + "highlights": [] }, { - "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": "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": "", @@ -291698,16 +296248,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b2fa86018feee7d9e1d6102320e5858" + "hash": "57fee50da714131198670fe7bdf2dc63", + "highlights": [] }, { - "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": "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": "", @@ -291719,16 +296270,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b5980595b84fab481f86e999564e5272" + "hash": "60bec2df3bbf184dafd7007edd399fec", + "highlights": [] }, { - "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": "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": "", @@ -291740,16 +296292,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9bbd8b71fb0d4bb8f06a9608c5d8470" + "hash": "a8d41fe5f3e104e8f2ccc02c0c79a92a", + "highlights": [] }, { - "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": "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": "", @@ -291761,16 +296314,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e76c687efc62ff81b5173ec9de77547d" + "hash": "c13b1faa0402f9a96fd98c397bbdd0d9", + "highlights": [] }, { - "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": "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": "", @@ -291782,16 +296336,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e007773f2579da2a3b1a11ce9f9a3162" + "hash": "5b94c0375e33280a5a3d9dc849dc2a93", + "highlights": [] }, { - "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": "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": "", @@ -291803,16 +296358,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "99819821ae4769b23960c3942516f5df" + "hash": "5e2e3675adf8890349c897c6a4d847d5", + "highlights": [] }, { - "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": "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": "", @@ -291824,16 +296380,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8901ee4c967401190a3826c88ecff0dd" + "hash": "0ca2d790f6a74db0b0bbcdfcbe87a01d", + "highlights": [] }, { - "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", + "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": "", @@ -291845,16 +296402,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "24ebd802f5440031754a997549dfed07" + "hash": "e305b74cbc7f42f752b89d015083a6fe", + "highlights": [] }, { - "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": "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": "", @@ -291866,16 +296424,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "351738c1569cb56c088c10530fdf3fbf" + "hash": "7b2ac22a8fddc653b9b7fc0763d13a21", + "highlights": [] }, { - "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": "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": "", @@ -291887,16 +296446,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc5310e827026f5a134955d78201ff7b" + "hash": "fd04fe5d362344b7cb046710fc4a55e6", + "highlights": [] }, { - "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": "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": "", @@ -291908,16 +296468,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e2dcd870d266caa8e5e9e0bccdaab14" + "hash": "38a34c46ca9ac3fd2b05d86b5b1cb913", + "highlights": [] }, { - "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": "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": "", @@ -291929,16 +296490,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d7b1207102c8e45b686abfabd0bdd652" + "hash": "41f264424746b95ef3693adccb754d64", + "highlights": [] }, { - "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": "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": "", @@ -291950,16 +296512,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "025d279c1c5f1e731ca4546deb98084a" + "hash": "783a3a938d9f2eaef5286674e9d2c155", + "highlights": [] }, { - "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": "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": "", @@ -291971,16 +296534,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a23c37cb427583508982c601599af232" + "hash": "af77dcbd56a3f56fb90917380ae68c86", + "highlights": [] }, { - "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": "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": "", @@ -291992,16 +296556,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "737b78edfee53bc6264aec77932a8bec" + "hash": "c1f72eb5ae3a612301031bacb9329e87", + "highlights": [] }, { - "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": "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": "", @@ -292013,16 +296578,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "23a10626152c0620140afee9739e9161" + "hash": "16000cdc090ed40653f0c4309ece1609", + "highlights": [] }, { - "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": "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": "", @@ -292034,16 +296600,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7028af85fbc35ff19c9159033ef20ce" + "hash": "12ea2e846f558a96caf56e105bc0eead", + "highlights": [] }, { - "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": "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": "", @@ -292055,16 +296622,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "546a77694ddd7fdec752162165686155" + "hash": "804d529235a32c0b08b0b64beb9da65a", + "highlights": [] }, { - "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": "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": "", @@ -292076,16 +296644,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "31bf1189de7300fc523a24fed6195494" + "hash": "79da00bf7d7242e996a3de412cb7bc72", + "highlights": [] }, { - "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": "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": "", @@ -292097,16 +296666,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "97544a51229a0390e609f50f96ec69c4" + "hash": "9f28aab869ca54e7d9e0e9ec5ce2d698", + "highlights": [] }, { - "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": "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": "", @@ -292118,16 +296688,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5fc9248379811bb83ee305026560f10" + "hash": "2cde40a430d4e332550864c51b539961", + "highlights": [] }, { - "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": "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": "", @@ -292139,16 +296710,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "edbcc8ec4599328e40e3e9cc2348aa19" + "hash": "b4954a7b486c87b9b16321dd06bad54e", + "highlights": [] }, { - "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...", + "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/video/2021/dec/20/keir-starmer-no-10-wine-and-cheese-work-meeting-video", - "creator": "", - "pubDate": "2021-12-20T16:34:29Z", + "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": "", @@ -292160,16 +296732,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "60602e5e53a4b96eb02a3f39167a5172" + "hash": "a6fbd650149608c53c9da952a81f73a2", + "highlights": [] }, { - "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": "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": "", @@ -292181,16 +296754,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3cdabd2bb21fd9c239eb7716f3715b67" + "hash": "c69f017fb1e6a72f8dfd0db486318050", + "highlights": [] }, { - "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...", + "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/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", + "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": "", @@ -292202,16 +296776,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7aa3c492eb594480e4f310c5f109f847" + "hash": "ee9a5662513cf404ee98139cf58cf30b", + "highlights": [] }, { - "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": "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": "", @@ -292223,16 +296798,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab98ea94ec51ac9b1bebd63395c3e487" + "hash": "ba07f316b2f457a2d2950a2164b15511", + "highlights": [] }, { - "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": "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": "", @@ -292244,16 +296820,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "abdc579b7755e6250843ae3574bfee62" + "hash": "82836a79e2cb19b3fda63b88ce42a4e1", + "highlights": [] }, { - "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": "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": "", @@ -292265,16 +296842,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa0f06ddea66134c6001caf94cfe289b" + "hash": "ae945d751541a7e40c373a3029dc2684", + "highlights": [] }, { - "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": "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": "", @@ -292286,16 +296864,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "45873abb054c06821000684647306e11" + "hash": "9c5baf50b19b7cbf2e06efcf98e52455", + "highlights": [] }, { - "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": "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": "", @@ -292307,16 +296886,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e99b2bf780b87a75c9e3d042528ba29f" + "hash": "3102f9f16480e48cd42a5f9972ed52a6", + "highlights": [] }, { - "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": "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": "", @@ -292328,16 +296908,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "229c6d171fb7ac6f732366760d9d4f65" + "hash": "ae43619e577e4d2efddef311dfab7bc0", + "highlights": [] }, { - "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": "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": "", @@ -292349,16 +296930,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb8e0cd1cc8f9dacc70001ef3e436cfe" + "hash": "603e1f62cd2a9f3cdaa133e1ee2091e8", + "highlights": [] }, { - "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": "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": "", @@ -292370,16 +296952,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7258704c4c2e9e5d65a4494f2c4d055" + "hash": "1308f0e670a5c48b53fe73777797c2ac", + "highlights": [] }, { - "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": "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": "", @@ -292391,16 +296974,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b473c71d44f9a5f750a8a8ca628416c" + "hash": "d0ff79043fc5b0f9e31cc125948a5ae7", + "highlights": [] }, { - "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": "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": "", @@ -292412,16 +296996,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3900df4317aa56ecf326a0eb15c7c986" + "hash": "da3a317c3473a505c8c4720a61d3d163", + "highlights": [] }, { - "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": "‘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": "", @@ -292433,16 +297018,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d51c6f28691e948e2041887ba0d0ce20" + "hash": "ef9428edb313a47a1d0c392a969b6d6b", + "highlights": [] }, { - "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": "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": "", @@ -292454,16 +297040,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "870ec18ff1bf6ac3aab7a9fb32256e50" + "hash": "8768de485c63c2b000f7d545133d2ebc", + "highlights": [] }, { - "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", + "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": "", @@ -292475,16 +297062,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e1e127152c935ebada338c5f52800c4" + "hash": "2bd84989a2e54bf09ff816a909ce53f2", + "highlights": [] }, { - "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": "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": "", @@ -292496,16 +297084,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1982b223aa6dff0df19e2efff755783b" + "hash": "5f329c5fcf2d15cf9ab9ee29e9acd17d", + "highlights": [] }, { - "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": "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": "", @@ -292517,16 +297106,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b610dc69b26f9f8c517b2e151fa15d6" + "hash": "31eeb1f7d591f4bf76b780b161535338", + "highlights": [] }, { - "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": "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": "", @@ -292538,16 +297128,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a5d7a514617da4048a76ccf1200eefb" + "hash": "685ac4f815e7f672feb636a8d4d633d3", + "highlights": [] }, { - "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": "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": "", @@ -292559,16 +297150,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a926cb7f7c27cc0b51e2972e4bac856c" + "hash": "43d2786893c594b82648562dd7267f0e", + "highlights": [] }, { - "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": "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": "", @@ -292580,16 +297172,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "28e08d84ff5533f62da7fcd7784dd576" + "hash": "6e443f4c1358d971798b061c8fb58140", + "highlights": [] }, { - "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": "‘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": "", @@ -292601,16 +297194,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9dfb8db5e1d4acf6cee609dda1361468" + "hash": "1c75a3589af5669cd6465d7875126ed7", + "highlights": [] }, { - "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": "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": "", @@ -292622,16 +297216,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "63e5934556e0572394668dbe347796cf" + "hash": "6888bafa119065b7dd2fe2483162e5ec", + "highlights": [] }, { - "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": "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": "", @@ -292643,16 +297238,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0421946af13abe8195a238c13823bcee" + "hash": "e92372d090953fa3cc2eb8a03a0bf56d", + "highlights": [] }, { - "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": "‘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": "", @@ -292664,16 +297260,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c87102780fbeeefceecaf0a387cc65d3" + "hash": "56db675489de952c1cfc95615a270985", + "highlights": [] }, { - "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": "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": "", @@ -292685,16 +297282,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "269b1ea021c164d3acac7ca10959a7bb" + "hash": "221e5b1bef676bbb46f5510566890984", + "highlights": [] }, { - "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": "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": "", @@ -292706,16 +297304,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "37db0c8ffdeda174fda1913d72da3723" + "hash": "4b2f3fc8b22214d650a9227152a108b4", + "highlights": [] }, { - "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": "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": "", @@ -292727,16 +297326,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c888cbfc93305f64acf7deb76cfa84f9" + "hash": "e8017e8f1f2728ca0f9f1f92ec68a80d", + "highlights": [] }, { - "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": "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": "", @@ -292748,37 +297348,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4e94bcf24d3356b692121b731fb4d7f" + "hash": "172e6f254ceee9b088d7d79ba80bb30f", + "highlights": [] }, { - "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": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", + "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": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4c0e57c3c19e947ee99c16738e39ba6e" + "hash": "60f8c58d90adae755bb75e11cf3a5d5f", + "highlights": [] }, { - "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": "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": "", @@ -292790,16 +297392,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "206f9fd91e1814f9147964f497b2e049" + "hash": "ac52c0510f7e134ae630edd3159473b5", + "highlights": [] }, { - "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": "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": "", @@ -292811,16 +297414,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8cb7f331f86886ce506552e6e7acc1d2" + "hash": "674123cc59dfed057511cd1200ed0ce0", + "highlights": [] }, { - "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": "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": "", @@ -292832,16 +297436,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b61db8c6e9605c7097f963be33fa90ce" + "hash": "a4068bbbd18a4a343aaa087960f91009", + "highlights": [] }, { - "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": "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": "", @@ -292853,16 +297458,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a572235d43204b9c8a666e8881d3c0e1" + "hash": "b2232fd6b4db0a4897fca48113a943b6", + "highlights": [] }, { - "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": "'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": "", @@ -292874,16 +297480,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e725198873fe582e65992efbbe1ad556" + "hash": "3ab9871d7c21771c32851a25b2d79a12", + "highlights": [] }, { - "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": "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": "", @@ -292895,16 +297502,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "88ec0de9bef275d0c5c9a653cbd7cb48" + "hash": "aebf4793d7aa28b81927f4bc736f4b02", + "highlights": [] }, { - "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": "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": "", @@ -292916,16 +297524,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2fe7ea11b29a69a8150a9a850c0210c" + "hash": "441264e49296e07ee2c3e91542a215a3", + "highlights": [] }, { - "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": "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": "", @@ -292937,16 +297546,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "97e4ee52cbe5d1d3eeb63632c40d1131" + "hash": "6c967891d15fde6db310f3001e0ef395", + "highlights": [] }, { - "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", + "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": "2021-12-21T15:55:57Z", + "pubDate": "2022-01-02T17:03:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -292958,16 +297568,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9cf544562b0e5b2004fc139eec9a6800" + "hash": "5f7957af42b3e9a5a8c3acb5f405f94c", + "highlights": [] }, { - "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": "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": "", @@ -292979,16 +297590,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e07be29144ac4a1bcc489cef9dfb2261" + "hash": "e04cdf2ec2b69967095fe1655ab9f1ae", + "highlights": [] }, { - "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": "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": "", @@ -293000,16 +297612,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc632c4c436ab20898d21cfa33748621" + "hash": "69d26be04fc85bba72b9670d8daf1e4a", + "highlights": [] }, { - "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": "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": "", @@ -293021,16 +297634,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6812c9cd26ff72853c2df3ab72a936e6" + "hash": "57c7478fe661d62af991322d9d07b381", + "highlights": [] }, { - "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...", + "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/2021/dec/21/dutch-border-hoppers-ignore-belgium-and-germanys-stay-away-plea", - "creator": "Daniel Boffey in Brussels", - "pubDate": "2021-12-21T10:20:03Z", + "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": "", @@ -293042,16 +297656,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b424a99b46a0882bf9410768a551580" + "hash": "a1cbaa1ea0bf8d06d1ea8f9a37fdad7c", + "highlights": [] }, { - "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": "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": "", @@ -293063,16 +297678,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2df084cb7442b30fc90a95424be70658" + "hash": "c7ecb2534b6d1a1c3bbe8b96624604e8", + "highlights": [] }, { - "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": "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": "", @@ -293084,16 +297700,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4fcd93ea94f713cdb7dc681725b5e99" + "hash": "403f3d8feb29573551adaaa5bd977522", + "highlights": [] }, { - "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": "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": "", @@ -293105,16 +297722,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfe4afb968f0bec13240602c3f883fd7" + "hash": "e3db1d84a261f479d871de1a82e92d17", + "highlights": [] }, { - "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": "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": "", @@ -293126,16 +297744,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5203772bf421214c72a97ab5e342fbcd" + "hash": "35ee5ec576c04b2856ee6ed554bde48d", + "highlights": [] }, { - "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": "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": "", @@ -293147,16 +297766,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e2e798d0b0e57928f7fc733dc80734d" + "hash": "26597691e4d1f294978e1f41d14e5613", + "highlights": [] }, { - "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": "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": "", @@ -293168,16 +297788,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a544ea46ba06d7c2c87b92467b819a55" + "hash": "db014aa8f041838e72ea6fbe9a868314", + "highlights": [] }, { - "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": "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": "", @@ -293189,16 +297810,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a9aebd949067c8bc6a15ebb23459152" + "hash": "c5890205ca2536900d7eb425cdba2f29", + "highlights": [] }, { - "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": "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": "", @@ -293210,16 +297832,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc8ff5a74a3b10ce1b30dfc475d72db0" + "hash": "cb30e8de89d196739ff530e75ebd1eeb", + "highlights": [] }, { - "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", + "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": "", @@ -293231,16 +297854,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d970d04eb7559f169eb60c0642e8ed1" + "hash": "859c76d27cb66d2ffb2dad3b87580f7f", + "highlights": [] }, { - "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": "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": "", @@ -293252,16 +297876,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d42044280361e1334b85b7cde946238f" + "hash": "5aef7d5d70260cc4045407418541cf27", + "highlights": [] }, { - "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": "‘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": "", @@ -293273,16 +297898,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c15898e8325522d63728c76cf7c3c27" + "hash": "06a3721b5f6862a8ac1e62c5a3e69d36", + "highlights": [] }, { - "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": "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": "", @@ -293294,16 +297920,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a052bdc67cdb9ef03dfad998fb43fbf1" + "hash": "dd0a36abc17afae58b0afbf6fc9ad4c6", + "highlights": [] }, { - "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": "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": "", @@ -293315,16 +297942,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1aabcb2156f33aea5ed7caa8697a7fa" + "hash": "f41add65b33d72e63e065d24d695a39a", + "highlights": [] }, { - "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": "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": "", @@ -293336,16 +297964,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "05afc29ed0ab5b11ade655faa98e02b6" + "hash": "f9e9d47838d71dca0b37e3b2d44df0ce", + "highlights": [] }, { - "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": "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": "", @@ -293357,16 +297986,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed19aeafb42ba3d52a550c6160af92f9" + "hash": "d6bcf5b0d0ac8842e067c986fb703fa9", + "highlights": [] }, { - "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": "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": "", @@ -293378,16 +298008,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "56d66d44ec4a5043bbd9d4ddd7fa2df0" + "hash": "6be96c964b35ee12e8eb7650c94eb983", + "highlights": [] }, { - "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": "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": "", @@ -293399,16 +298030,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a14e1b7839e2a739c35ab1c989c2db94" + "hash": "3242509b1886102c081e0e4f2a43ed20", + "highlights": [] }, { - "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", + "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": "", @@ -293420,16 +298052,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4dd4a869e456aa9fc592844bc671830b" + "hash": "73d2c11697f09b0b403ed3ac84877ca7", + "highlights": [] }, { - "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": "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": "", @@ -293441,16 +298074,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "79b420b8932f3ad5bdd7a8762ff409b5" + "hash": "5a84fc0ce12aeaa2a91d640a163cc40e", + "highlights": [] }, { - "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": "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": "", @@ -293462,16 +298096,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "38fec6aebfdd4a35f3e116e86230cfcc" + "hash": "2e9a2478ea0fe1f228a53cc62dcebf91", + "highlights": [] }, { - "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": "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": "", @@ -293483,16 +298118,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b296a874feda6f49475e7a847f4876da" + "hash": "89ddd6b1e9e4988c72d4a3cfb06a72eb", + "highlights": [] }, { - "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": "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": "", @@ -293504,16 +298140,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb21c8dfb568d62eead0ff11a33cfb50" + "hash": "3bbb449d083610d0ac631bb54c385cfa", + "highlights": [] }, { - "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": "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": "", @@ -293525,16 +298162,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6983d8dce2e0bf5df4a498d3129f1c5" + "hash": "4e822e173eb0515b05d78a811c280f37", + "highlights": [] }, { - "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...", + "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/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", + "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": "", @@ -293546,16 +298184,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4661c2a6e478a374a3b07913f8f91f33" + "hash": "283b34e82d4380cb0b09f53b0f79d00f", + "highlights": [] }, { - "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": "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": "", @@ -293567,16 +298206,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c97314bb2fb9ed2109b1f46b75ee18d7" + "hash": "3bd4cffde8917c2ba5c42b4e1bee11fc", + "highlights": [] }, { - "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": "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": "", @@ -293588,16 +298228,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "07530623986334ca9cb214dd19184e6b" + "hash": "c84fb226bc91d1c5436ed5710bc4f58d", + "highlights": [] }, { - "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": "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": "", @@ -293609,16 +298250,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "62ffde3113dffc7899a70de7949cf5fb" + "hash": "5126850a3cd85e0b040b15dfec7aaf40", + "highlights": [] }, { - "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": "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": "", @@ -293630,16 +298272,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6135b18b3d91091b99f8387fe838926" + "hash": "0c702d38c96e6766856ff6cee3b43c05", + "highlights": [] }, { - "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": "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": "", @@ -293651,16 +298294,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bb0302a9f1c0e6791abe86eb42ef3457" + "hash": "6e21574635deecaf4bfa7a1ead4115ff", + "highlights": [] }, { - "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": "‘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": "", @@ -293672,16 +298316,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7eb71d73e24f88d4dba378ceb10d5f27" + "hash": "dd06f07852c8dcd0c981e71ef15fccbb", + "highlights": [] }, { - "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": "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": "", @@ -293693,16 +298338,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "51eef064eef113a03f42bbf3139d49b1" + "hash": "01e423245417e48bbe7eea21654a3844", + "highlights": [] }, { - "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": "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": "", @@ -293714,16 +298360,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "04093009edd8a5c2275601c9619bbeec" + "hash": "13d4ba1dc4d07af3c0411771d0869338", + "highlights": [] }, { - "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": "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": "", @@ -293735,16 +298382,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c3bad12ecaa26070ac2bc8f021672ab" + "hash": "7c9c7598f5aa4aeab15bc292647cc652", + "highlights": [] }, { - "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": "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": "", @@ -293756,16 +298404,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c5780f472ebe9583ec11dfbb98ac6d27" + "hash": "a9ecb6ab023f2959ec40cb25e2eb5380", + "highlights": [] }, { - "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": "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": "", @@ -293777,16 +298426,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ef9bf488d64cdf9abff2643a1187366" + "hash": "26c8cc3dab98c5d55b3ea27774a6699d", + "highlights": [] }, { - "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": "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": "", @@ -293798,16 +298448,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c901fe631bcb510e4753be7397c9fe15" + "hash": "7114e28e63656eff2c1c852b3d81724b", + "highlights": [] }, { - "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": "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": "", @@ -293819,16 +298470,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "53b6cb21cea77e51f1d8b00fc07f6199" + "hash": "82e6cc4d283c4d4bf43ae7b6508b728f", + "highlights": [] }, { - "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": "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": "", @@ -293840,16 +298492,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9df1c30a5d7ce5316e2b8a1b8203fb39" + "hash": "3e83a752604d8ee7d4f2d0342a0860b3", + "highlights": [] }, { - "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": "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": "", @@ -293861,16 +298514,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fbef8627a38d4cdf2997a47c0e362ebd" + "hash": "7efdc122562ae7d36e82803c4ddc0100", + "highlights": [] }, { - "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": "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": "", @@ -293882,16 +298536,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0613271693f2b9490fb97340e7601554" + "hash": "3f17e4df9954231caa9e1660e39bd04d", + "highlights": [] }, { - "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": "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": "", @@ -293903,16 +298558,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e75155bbb94adb4fbc9935dcbb01094" + "hash": "61e98e3492aa4a8dd1d268c7132b3dfd", + "highlights": [] }, { - "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": "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": "", @@ -293924,16 +298580,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "44896956b6bd0bc60ac6d7b4b28d9504" + "hash": "aa5e1d88fbbe3d3344136e3706b9677a", + "highlights": [] }, { - "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", + "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": "", @@ -293945,16 +298602,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad6498cf1c859fcb9d2c701992e529c2" + "hash": "bc7a59ed3837ac934b6af469bfb10f3d", + "highlights": [] }, { - "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", + "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": "", @@ -293966,16 +298624,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a86d53c77f38b58cf0e87e415fc30c4" + "hash": "d3463cd98c166804a250ef1e0f55553e", + "highlights": [] }, { - "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": "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": "", @@ -293987,16 +298646,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f28b52817547fa3f3e7381da30d6e2a" + "hash": "ab9f5954d749f1813d67c445dfb128f1", + "highlights": [] }, { - "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": "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": "", @@ -294008,20 +298668,21 @@ "favorite": false, "created": false, "tags": [], - "hash": "9233a941de384010dd759141f630b36d" + "hash": "aff3f5be42ec4a0adb1abcf2e9e99f58", + "highlights": [] }, { - "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": "", - "id": "", + "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": "The Guardian", @@ -294029,16 +298690,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2240d94cbaaa6b0ada84f905ef5f4dc" + "hash": "af5069fdbad199772db362d98fe7bead", + "highlights": [] }, { - "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", + "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": "", @@ -294050,16 +298712,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b52848e81c1773344ec82bf93aea5c99" + "hash": "251f985d96a5731ffbadf4cc2afe62de", + "highlights": [] }, { - "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": "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": "", @@ -294071,16 +298734,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "884e932b38f70f9d5b6ff20327a667a1" + "hash": "b693caf494480b244ea6b1fb47c99e11", + "highlights": [] }, { - "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": "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": "", @@ -294092,16 +298756,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d4b48537da1d934d4440a34d579acdc" + "hash": "1aaf3eb9f299583b565b985ebfc14ceb", + "highlights": [] }, { - "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": "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": "", @@ -294113,16 +298778,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5fdfe26e329919a6c4f8a9613c02875" + "hash": "53f83c59e5876133e4be3be0d804c152", + "highlights": [] }, { - "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": "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": "", @@ -294134,16 +298800,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "94a1c294d173c5d540c9df9479ba46fb" + "hash": "e182756d6c8708af0f1f58f633a4f49d", + "highlights": [] }, { - "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": "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": "", @@ -294155,16 +298822,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ddf7ec06ac124a55f059b9fe30233c05" + "hash": "3967a0bdc2a040fc71847e8c8c71a8c5", + "highlights": [] }, { - "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...", + "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/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", + "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": "", @@ -294176,16 +298844,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f88e915b43cc159c1de411587b8c4df" + "hash": "718beaea4334801539e3672521a54262", + "highlights": [] }, { - "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": "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": "", @@ -294197,16 +298866,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e591f0b7bd8e1d48a304b0e3cb154f6" + "hash": "366d12fd1dacd1a0f6b691cf484eff68", + "highlights": [] }, { - "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": "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": "", @@ -294218,16 +298888,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd8b86b3b4f3ed7d0007d46043aa36cd" + "hash": "34c4c3d05b880ffb9c3821fa285986b8", + "highlights": [] }, { - "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": "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": "", @@ -294239,16 +298910,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "00474a0d5bac1adfe38d73e89dfb244e" + "hash": "6b38ea8fd5ff2f044d25babc9e86ddde", + "highlights": [] }, { - "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": "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": "", @@ -294260,16 +298932,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b15e0b6eb962fcad935707452eb8bed8" + "hash": "c3ccd771e1322c6fe2880966a0e5d1c6", + "highlights": [] }, { - "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": "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": "", @@ -294281,16 +298954,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "726a0dfe7572356445654e90d7072ba7" + "hash": "31a43c137f205237d47f9d8fcfc7562b", + "highlights": [] }, { - "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": "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": "", @@ -294302,16 +298976,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "01a19d92849b0964533b1dcb75e65f26" + "hash": "5a0e5d6250f72f02af58064d0b156476", + "highlights": [] }, { - "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": "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": "", @@ -294323,16 +298998,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "01a840b8744d7a74a04562b2810ddd60" + "hash": "deac75975c9b26f1d757a18bf5937dae", + "highlights": [] }, { - "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": "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": "", @@ -294344,16 +299020,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f24821ef593cd22a2f3b6668f9f4f150" + "hash": "67f4e8e8a1d0df8162105c68c2feb94e", + "highlights": [] }, { - "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": "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": "", @@ -294365,16 +299042,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "53f7eb593317148f784a3a822fe5f725" + "hash": "16acd51c628df26a3af0c4ab7345912a", + "highlights": [] }, { - "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": "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": "", @@ -294386,16 +299064,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "534e6e4d75238761635633ade1b5723a" + "hash": "18e2d8e688c2b25781bc72f44fde3018", + "highlights": [] }, { - "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": "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": "", @@ -294407,16 +299086,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "50de9ca22bd7920e7e752c6b7d60d7d6" + "hash": "8ffa945cdd227e55975553063c0e5ba6", + "highlights": [] }, { - "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": "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": "", @@ -294428,16 +299108,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc08e4b34ea2bb5d4349e3b3cf91c7db" + "hash": "73e223cbc152ad5e48882b0fdd38622e", + "highlights": [] }, { - "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": "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": "", @@ -294449,16 +299130,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0bd8daf5d5974d5e2ed24f926d28fd96" + "hash": "11275b21f2b0a235bbbc70fff3fa82c2", + "highlights": [] }, { - "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": "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": "", @@ -294470,16 +299152,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "77127a5072a6e97cdffff9efa9c23dcf" + "hash": "ea5263ec1c949fc7176aa15035cc7d94", + "highlights": [] }, { - "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": "‘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": "", @@ -294491,16 +299174,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b3095a5481944e58bdcfbce844ddeed" + "hash": "88aec215fd789c53f7c0842d4837dccf", + "highlights": [] }, { - "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": "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": "", @@ -294512,16 +299196,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb365bc9f181b792ce6e507edcd0b165" + "hash": "30bacd4c5583713ba72ab8467d4e667b", + "highlights": [] }, { - "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": "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": "", @@ -294533,16 +299218,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f8c4609960f908f96e9bc8f3a30adb0" + "hash": "f3ed30b8b7ed80d3df1894d7b07b707d", + "highlights": [] }, { - "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": "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": "", @@ -294554,16 +299240,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2e216a339eaa503f5be68015b5c3de4" + "hash": "2f13aab09d5a117a0e764b441734fa91", + "highlights": [] }, { - "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": "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": "", @@ -294575,16 +299262,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "92139ee4846e02ae069f6e65506b6775" + "hash": "72db0ce525cec4148bce05b85abd1a11", + "highlights": [] }, { - "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": "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": "", @@ -294596,16 +299284,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e69b19cc03e59aa4aa172a3342efcd4" + "hash": "e3e14009fec6d9136e86d3494115c400", + "highlights": [] }, { - "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": "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": "", @@ -294617,16 +299306,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "445e78cb73922a5caaaaf56cb82f6dcb" + "hash": "c424ade6d9ea39b8fe0349845ee6edc3", + "highlights": [] }, { - "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": "‘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": "", @@ -294638,16 +299328,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4540f2d3d403022c3cf893fa48f172d" + "hash": "b92d6e02ca895298e8b0ebee0accb1f3", + "highlights": [] }, { - "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": "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": "", @@ -294659,16 +299350,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "45849205110cdba9117476eeeda078fe" + "hash": "86ab9e261394c6c765772de0a264a645", + "highlights": [] }, { - "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": "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": "", @@ -294680,16 +299372,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c06dc3014e7f45ceb164a7eaeec3c01" + "hash": "0a3243cc865a351edde21e4427f5dbaa", + "highlights": [] }, { - "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": "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": "", @@ -294701,16 +299394,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3342efa6f2f9bb948da9aee3867d37b" + "hash": "334be679b61e4aedbd04329278fff5ab", + "highlights": [] }, { - "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": "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": "", @@ -294722,16 +299416,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a821c1486610ed62be936d96762f57fd" + "hash": "cf4634311837a7e5fb07701c84cdd52d", + "highlights": [] }, { - "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": "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": "", @@ -294743,16 +299438,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6ec7998ba49307c6338810f275b50f7" + "hash": "6919de40825611c31d76156a34ee8903", + "highlights": [] }, { - "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...", + "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/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", + "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": "", @@ -294764,16 +299460,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "69937118117d74adf7e942638d2aef40" + "hash": "5dd931bee898963f11c2a2e2484d4ee9", + "highlights": [] }, { - "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": "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": "", @@ -294785,16 +299482,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "19250cf321402f08c842c0104ad3988d" + "hash": "ecf7df2758eacf01de38dda98726a0ec", + "highlights": [] }, { - "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": "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": "", @@ -294806,16 +299504,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "52bedb10298e38febde7daef690b6269" + "hash": "06a6b0700e9bfc6003ef0b500700b8a2", + "highlights": [] }, { - "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": "‘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": "", @@ -294827,16 +299526,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a08b561e4f20050f5fe72835a7a91da" + "hash": "0f9b7b8d243b416b6adf5da3eca2aa4e", + "highlights": [] }, { - "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": "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": "", @@ -294848,16 +299548,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f0a12efc5b73a512e8e394724d09c29" + "hash": "862b5cc062fac177fcd5c0441493f729", + "highlights": [] }, { - "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": "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": "", @@ -294869,16 +299570,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e2e83c242ad55a363309370e7598789" + "hash": "1a801499b2ec8fc07446144783cc3cd0", + "highlights": [] }, { - "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": "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": "", @@ -294890,16 +299592,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe5f513f2539caa2cfc80b706a506177" + "hash": "19db22b3cc5b311be03828020c23fbe9", + "highlights": [] }, { - "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": "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": "", @@ -294911,16 +299614,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac62c3b845c073bdd90a17d36a12a1eb" + "hash": "0c51a2c44a7fa911d4904fe62b18fa8d", + "highlights": [] }, { - "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": "‘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": "", @@ -294932,16 +299636,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa81a99af385fb35701700723ee3dce6" + "hash": "cd98f42a3337616206981c1be041ee29", + "highlights": [] }, { - "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": "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": "", @@ -294953,16 +299658,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2479e85952dfad8bc1a2688dba3578b0" + "hash": "604391e450646ac331898e723fc4b039", + "highlights": [] }, { - "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": "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": "", @@ -294974,16 +299680,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a34468cf8fca7d204b189d624b9825f8" + "hash": "1476410c2aaf3daa48bea83b0c602498", + "highlights": [] }, { - "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": "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": "", @@ -294995,16 +299702,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2e879b484f5713aeee995fdb863a7c8" + "hash": "4ddcd23c5b2a520485a50547b9a86960", + "highlights": [] }, { - "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": "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": "", @@ -295016,16 +299724,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd7097d3697c049b856e79e4df6c5f3f" + "hash": "5350081c6ce8f7a6efa24a7cb0eb9055", + "highlights": [] }, { - "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": "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": "", @@ -295037,16 +299746,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "514f9735bec3096f188af0d3bf41a8c5" + "hash": "d0182aa16e4f594ef55d8bad2c8ba460", + "highlights": [] }, { - "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": "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": "", @@ -295058,16 +299768,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b23dbb53b56aa00684a610b24bd2dcc5" + "hash": "bdbff775fd57074faec048ec67f89b9a", + "highlights": [] }, { - "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": "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": "", @@ -295079,16 +299790,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac997d51124fa496c434d2d099468628" + "hash": "d4d0c242e60b8f940f8074cdbc0d0a40", + "highlights": [] }, { - "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": "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": "", @@ -295100,16 +299812,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aff19c5fbd10ba907b5ec12fa382e5bb" + "hash": "8ac929e38f79924448badae86c4dedb8", + "highlights": [] }, { - "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": "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": "", @@ -295121,16 +299834,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2daa2ee1758e46a6e2efb143e0cd6ad7" + "hash": "e23ec20bfda8c1b7d2b0b71dec1022d9", + "highlights": [] }, { - "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": "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": "", @@ -295142,16 +299856,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c249bff2cf78fc8aea9744c75229deec" + "hash": "9954af0c32a733e8d76f6a6728e1127e", + "highlights": [] }, { - "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": "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": "", @@ -295163,16 +299878,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac9449500d53356cf4a78d0e9eb2193a" + "hash": "7babcbdef5237c991bb0e2a3d1aa3632", + "highlights": [] }, { - "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": "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": "", @@ -295184,16 +299900,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6e73ffb4280fb237b7f3a0f7aa854d3" + "hash": "391114654db88aa66ec7f66b0b4f9221", + "highlights": [] }, { - "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": "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": "", @@ -295205,16 +299922,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "70cadaee0f199c128055be6cd9adf8d8" + "hash": "a770dfc01bbe9f56d16039ba29cca132", + "highlights": [] }, { - "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": "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": "", @@ -295226,16 +299944,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a6158d4d11ec53c2c5056101bca4e3d" + "hash": "cfe00c6ede4813283fb956f5ab272964", + "highlights": [] }, { - "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": "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": "", @@ -295247,16 +299966,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd94114fcbf36287351f70ddd4be022e" + "hash": "e6816095fef2556eea7f9633a6a5febb", + "highlights": [] }, { - "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": "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": "", @@ -295268,37 +299988,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8df86c6b953cc07af9a25984322fc7f2" + "hash": "7ccd9fa11bfc5f78734791fcc82f3028", + "highlights": [] }, { - "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": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "The Guardian", - "read": false, - "favorite": false, - "created": false, - "tags": [], - "hash": "73be2c249e759aa2b9dab3ab891a73af" - }, - { - "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": "‘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": "", @@ -295310,16 +300010,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "738313bafc5c38105a0fad4a6b57079a" + "hash": "34d4b233d5487545778f0b920ec9dca1", + "highlights": [] }, { - "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": "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": "", @@ -295331,16 +300032,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "810a53a352ec0130bbfa4516f96b335f" + "hash": "5fe2ee7ca09d5b4e9027915dd78d1ac2", + "highlights": [] }, { - "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 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": "", @@ -295352,16 +300054,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea4af28042a836d433883c813d8bd7f9" + "hash": "bf691c1a5909655b2536835ce26db259", + "highlights": [] }, { - "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": "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": "", @@ -295373,16 +300076,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "80753f59f633a231efe83cf953df5989" + "hash": "8bd77a3d64dba8190661cd5cc5e14fd2", + "highlights": [] }, { - "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": "‘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": "", @@ -295394,16 +300098,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4887ff52e5c3bae1bae9cde19a98550" + "hash": "68d1f21b08bc4afb28f381740d64bfe9", + "highlights": [] }, { - "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": "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": "", @@ -295415,16 +300120,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d160efc293dda86747618a07a7b63bdb" + "hash": "c24f1f919c8abdf9da4097f996ccde5e", + "highlights": [] }, { - "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": "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": "", @@ -295436,16 +300142,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f14ec007a86a31f56b4bdae62c92dba7" + "hash": "1302ee6aded65dda04e811390dbeec87", + "highlights": [] }, { - "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": "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": "", @@ -295457,16 +300164,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f92b729fc3f2a5ac9f6b8b09e037ee26" + "hash": "c3f8b7f27ecd5266889eef33f351fbc7", + "highlights": [] }, { - "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": "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": "", @@ -295478,16 +300186,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6ce23accd6127aff79ef459e51378ff" + "hash": "439604ca78aac1e9eb9ff211016affb5", + "highlights": [] }, { - "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": "‘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": "", @@ -295499,16 +300208,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "859c52bc06aaee979db6ad3e0535d72c" + "hash": "003e5fb99ab6a4d64b216ed4f0b93d06", + "highlights": [] }, { - "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": "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": "", @@ -295520,16 +300230,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad6d0988f52eb10a71f0339d803e58ac" + "hash": "ed47ebe7f6071046e4e568301fc32d66", + "highlights": [] }, { - "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": "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": "", @@ -295541,16 +300252,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8cf3a9bcd62708caa321b8c36e61efb4" + "hash": "5333786ddaa3066b77030916b9737cb2", + "highlights": [] }, { - "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": "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": "", @@ -295562,16 +300274,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "40d35e0d7e5b3e4ff90b7433187e9c2b" + "hash": "f9d1f64cadede4c1dfcf6b838075c495", + "highlights": [] }, { - "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": "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": "", @@ -295583,16 +300296,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "789093b5aae7db1862d64928ffcd86d5" + "hash": "4ae7c31fbd2de9ff09b99007a0a2663b", + "highlights": [] }, { - "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": "‘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": "", @@ -295604,16 +300318,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "616e891db74acd2c3a14582f193dc835" + "hash": "299f170d57bfbae26525871ff18157fc", + "highlights": [] }, { - "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": "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": "", @@ -295625,16 +300340,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "08af4434cca04fdadf29b41ba392cdb3" + "hash": "376d87b8e06746636c158e9e92c248e8", + "highlights": [] }, { - "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": "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": "", @@ -295646,16 +300362,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e6c9c9fe0c8026b5157ef59320fdc13" + "hash": "0d16e2a91e433af1e9e4b193e2e0dbe6", + "highlights": [] }, { - "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": "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": "", @@ -295667,16 +300384,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3cb164940df3b00c15de3921f74aadaf" + "hash": "fb6b3e6d29b902fad0fe75c7d9fadece", + "highlights": [] }, { - "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": "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": "", @@ -295688,16 +300406,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca410dc94c483784221f41b22dc9da46" + "hash": "04bea0f5cff37c690e912dc6d132384d", + "highlights": [] }, { - "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": "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": "", @@ -295709,16 +300428,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "23b810557d2b48bab990a839abf38651" + "hash": "348179f605493faa5ff3a2b303401fbb", + "highlights": [] }, { - "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": "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": "", @@ -295730,16 +300450,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e70c75af49f7a64b8e12e9c72d443901" + "hash": "48785500dd35a930a9874eae1131c079", + "highlights": [] }, { - "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": "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": "", @@ -295751,16 +300472,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1be572cb2932848d0022042f9385887" + "hash": "ba58e05397b3bb03a78bcf4dd1b24e2d", + "highlights": [] }, { - "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": "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": "", @@ -295772,16 +300494,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "60dbc70fe60163f8f7c7fc36d00a08e6" + "hash": "a34f43b72d2d51854cff13847912c665", + "highlights": [] }, { - "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": "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": "", @@ -295793,16 +300516,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a90c7e113644f22d2712dbea132e1924" + "hash": "61a75fade71b8731d3d13c623fe6c9fd", + "highlights": [] }, { - "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": "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": "", @@ -295814,16 +300538,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "52a99a833ab4ef7140e0a3656374abcf" + "hash": "ef141dd24d52f94a401bdb5241e30c7d", + "highlights": [] }, { - "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": "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": "", @@ -295835,16 +300560,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "56d7a93177f6ab8ad4e821c79f294fc2" + "hash": "612900ae12333541bb03509d80338f2c", + "highlights": [] }, { - "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": "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": "", @@ -295856,16 +300582,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "323c754d42e83b799924c0f86e7aee4a" + "hash": "564642cdf5a339b7864afc402888aa39", + "highlights": [] }, { - "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": "‘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": "", @@ -295877,16 +300604,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad1bea926b066afa5db0ad2b9f38d116" + "hash": "93f28d659fa2f3317ceb1cb84c6dc9dd", + "highlights": [] }, { - "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": "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": "", @@ -295898,16 +300626,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "692a15a227fa75afd0da5424296b678e" + "hash": "58ef7341f1148f58d5a8096c96341532", + "highlights": [] }, { - "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": "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": "", @@ -295919,16 +300648,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fdb843e2f31ff874bbaa66344729b2c" + "hash": "1e1519f6ed32c8dec6f695b26c1240e9", + "highlights": [] }, { - "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": "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": "", @@ -295940,16 +300670,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f7c109d20b3835fc7fc35a705dd0bf9" + "hash": "f7c649bba749da4ccd15d45195846963", + "highlights": [] }, { - "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": "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": "", @@ -295961,16 +300692,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "519a3c82aff84df08826bd7b030a2639" + "hash": "69963e0617b92155a5a9de23b797ae6d", + "highlights": [] }, { - "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": "‘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": "", @@ -295982,16 +300714,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ec65a799fffeaa432f0a58de567541d" + "hash": "e8df04c225eec3927516eb9d3bbd2b6a", + "highlights": [] }, { - "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": "‘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": "", @@ -296003,16 +300736,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7afea2af4a7d9fbed2ddc988fe07fb67" + "hash": "c6d9d83e51f34e1c2de2e616c3a2f748", + "highlights": [] }, { - "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": "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": "", @@ -296024,16 +300758,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b4892c15d2a9373332544f439f8c714" + "hash": "5c77b480ec95322ab5e8be36d87361af", + "highlights": [] }, { - "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": "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": "", @@ -296045,16 +300780,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c4dbf18f38ba4ba4b32032a3be88bad" + "hash": "805672739ec98b6e8be678e0d2f3354b", + "highlights": [] }, { - "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": "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": "", @@ -296066,16 +300802,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f9dddf922ed7a578a45bbf40e56be12" + "hash": "2d3f3d50de3d0f448b1a2786c53cff7a", + "highlights": [] }, { - "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": "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": "", @@ -296087,16 +300824,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "89b32f78950e9af66a03aefb468c1526" + "hash": "cbdc353904d9d90b9bfcf2f5a75ea6fb", + "highlights": [] }, { - "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", + "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": "", @@ -296108,16 +300846,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6e9bde6463ff670d05bea77b4b81661" + "hash": "bfa950138c1409d5ce4b084e6e722958", + "highlights": [] }, { - "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": "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": "", @@ -296129,16 +300868,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1bb966294293450448b61f7a688125de" + "hash": "3da1fd0d2ebba7ae33e8a99b26d6e7aa", + "highlights": [] }, { - "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": "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": "", @@ -296150,16 +300890,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a587ec184c228b3ac4715b9c308cb4ff" + "hash": "7359d142118a5ade9dcdbd3f2d8fd839", + "highlights": [] }, { - "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": "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": "", @@ -296171,16 +300912,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "484a76e03a1c4ec9b25c95127068d784" + "hash": "d4b65fac6793412a9b67ace5659d35a3", + "highlights": [] }, { - "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": "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": "", @@ -296192,16 +300934,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7df79d5fb86d91eea6bea0fe7731f37" + "hash": "3a4eb8c60c5be9413a36737fbc42b236", + "highlights": [] }, { - "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": "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": "", @@ -296213,16 +300956,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "982aba2050c8fe7b2d7da4530d6c4d2a" + "hash": "4cce9304a06199ee3c4305a18c2540e3", + "highlights": [] }, { - "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": "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": "", @@ -296234,16 +300978,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ffefc538fff0c450312929dddf8e3dbd" + "hash": "31b602bf421616989eb85b39f34618a9", + "highlights": [] }, { - "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": "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": "", @@ -296255,16 +301000,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1bfcd0223053c320c45b75651b46a5aa" + "hash": "df8f7f193520574b08fb17f8bd329515", + "highlights": [] }, { - "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": "‘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": "", @@ -296276,16 +301022,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "932194939aaeb7c6b58f78a2f4c8c69c" + "hash": "7dd5634b04072cd4ee235655a439c1a1", + "highlights": [] }, { - "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": "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": "", @@ -296297,16 +301044,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c651d3e04cbf22d2980620348d68965d" + "hash": "5a0872281995ec1fb956c06dbc12f960", + "highlights": [] }, { - "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": "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": "", @@ -296318,16 +301066,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ae537286cff48ad47b109d829c31744" + "hash": "63062a8c387b2f6d66cf8ead2c4e8489", + "highlights": [] }, { - "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": "‘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": "", @@ -296339,16 +301088,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "931eb0442393663a97e5d30a33419642" + "hash": "a9fbdd39835e62e2a59e221895d5ba77", + "highlights": [] }, { - "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": "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": "", @@ -296360,16 +301110,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "357c9a9fb36f3ca2aef00de35128cf1a" + "hash": "f26f381db5b3bebc2e004b5fe898b9a5", + "highlights": [] }, { - "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": "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": "", @@ -296381,16 +301132,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d673c5356f8f415744884bec7b18528" + "hash": "030051f333f101884402a32a339fea2f", + "highlights": [] }, { - "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": "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": "", @@ -296402,16 +301154,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3af7242ec2069ff7d08a6f7fb7fbebae" + "hash": "55e59f5f18d7b0e7d38dfa74933cac3a", + "highlights": [] }, { - "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": "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": "", @@ -296423,16 +301176,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fae37e74b83d3fc3743f514a67de9df7" + "hash": "b5dd6e0354bb15d3fce473d4db0ec738", + "highlights": [] }, { - "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": "‘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": "", @@ -296444,16 +301198,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a37b90b20a1bd70d8e49a474d9e6ee6e" + "hash": "c8c3dd0d1589d42d1096e5bc6b6ef3a0", + "highlights": [] }, { - "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": "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": "", @@ -296465,16 +301220,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "48f1a53e76a47aeaad1622a36906d39d" + "hash": "a57645babde31d4ec10e25211c419a49", + "highlights": [] }, { - "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": "‘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": "", @@ -296486,16 +301242,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3bc20c4ad2a9330b85e7ae15228c2512" + "hash": "e37e669ce59c56e5e872938e18759f6d", + "highlights": [] }, { - "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": "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": "", @@ -296507,16 +301264,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0374f031a5acfb33eb622a4d498b67f7" + "hash": "d62ab40d327bfe0b5fac7151e8791f1a", + "highlights": [] }, { - "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...", + "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/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", + "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": "", @@ -296528,16 +301286,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "581a3b91a8b11a3d416c0966e4f157eb" + "hash": "650aeda2ff1a2d8a25b6000638780686", + "highlights": [] }, { - "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...", + "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/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", + "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": "", @@ -296549,16 +301308,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb6fa2f3796e512d1e452d365b13e24d" + "hash": "4c28a44f20f720c784d7c189066b9089", + "highlights": [] }, { - "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": "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": "", @@ -296570,16 +301330,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9cdcae1ff779710c197d21d6edafa6b2" + "hash": "4236aab388de5d6c37f95af3da0ff9dd", + "highlights": [] }, { - "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": "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": "", @@ -296591,16 +301352,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "864d62139490ade9f5b26980ac67111d" + "hash": "a426ac8f0d613b3d51db4378babf87e1", + "highlights": [] }, { - "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...", + "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/video/2021/dec/16/mps-to-question-chris-whitty-on-impact-of-omicron-variant-watch-live", - "creator": "", - "pubDate": "2021-12-16T10:37:22Z", + "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": "", @@ -296612,16 +301374,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f6fae21e21f72f48b243a5eb132033c" + "hash": "8c441577031779a56d59ad9b1c50a6f1", + "highlights": [] }, { - "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...", + "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/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", + "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": "", @@ -296633,16 +301396,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8950de0f406b25eaa72b485656156b20" + "hash": "9fd79b2e88958ef9b978af6b04aa24bd", + "highlights": [] }, { - "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": "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": "", @@ -296654,16 +301418,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b86f7200b6eeba6fe2b588dd483b657" + "hash": "377872fab193f644a20b48916554e1f8", + "highlights": [] }, { - "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": "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": "", @@ -296675,16 +301440,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "98c659f9ac79e98581cd2e729c4c4a69" + "hash": "1a4f50f5c5d4f7318dd6fab46b49fc4e", + "highlights": [] }, { - "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": "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": "", @@ -296696,16 +301462,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a69817d16a4057cbe83662cff9cb880c" + "hash": "7f787f0e22bda1917204a3172bccca1d", + "highlights": [] }, { - "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": "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": "", @@ -296717,16 +301484,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "361531a29f74ea60b305577b6495f63f" + "hash": "0e02f8f5f18a7701ee1477d6a401c0f2", + "highlights": [] }, { - "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": "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": "", @@ -296738,16 +301506,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2dddd62f240193994d2fe1e6a5633fac" + "hash": "d7a8aff2c01398f2f5f3a52977e77aa0", + "highlights": [] }, { - "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": "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": "", @@ -296759,16 +301528,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c59db3dac02e938a4c60f954db883328" + "hash": "66bf645f215666613acd28a5d974b976", + "highlights": [] }, { - "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": "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": "", @@ -296780,16 +301550,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "36de7c55d00410b00eacd3997acced84" + "hash": "393cf70e9581cc895891c008883f5606", + "highlights": [] }, { - "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": "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": "", @@ -296801,16 +301572,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e2934e820b1474c552a256e3f27c68f" + "hash": "523153c6374d7da64412ff86c00ef42e", + "highlights": [] }, { - "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": "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": "", @@ -296822,16 +301594,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "175b3aceccf352f198b3ca513d651b9d" + "hash": "a09a59ae3d0e7ab9fa02e03e453c40d8", + "highlights": [] }, { - "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": "‘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": "", @@ -296843,16 +301616,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "af9df6f665b2872f1912dd7dfa87cde3" + "hash": "652b55c8be28de6e27830d2baa9d70c8", + "highlights": [] }, { - "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": "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": "", @@ -296864,16 +301638,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "152f33b0062a2e94862e4b3155f5d3c3" + "hash": "7f012190a2568676abb876ffbd95acb3", + "highlights": [] }, { - "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": "‘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": "", @@ -296885,16 +301660,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5c16785ecdc6cca2c496a88c941688f" + "hash": "490f65cccb9aa4d3a9f1b49ecee58466", + "highlights": [] }, { - "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": "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": "", @@ -296906,16 +301682,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a472b6d87a8dcebac02e02bee718567d" + "hash": "e1f9fe52123d00a6d8ec8f7c1772193f", + "highlights": [] }, { - "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...", + "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/17/capitol-attack-insurrectionists-fundraising-defense-money", - "creator": "Ed Pilkington", - "pubDate": "2021-12-17T07:00:22Z", + "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": "", @@ -296927,16 +301704,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef4ca9d37cfc2e805ca77610735eb595" + "hash": "12638c534ed288ce51d23240f9dd66f5", + "highlights": [] }, { - "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": "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": "", @@ -296948,16 +301726,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "72351047fbdf03775ddefa51cfbfea25" + "hash": "f47c6308a2baf8c6876a66504edb220c", + "highlights": [] }, { - "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": "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": "", @@ -296969,16 +301748,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b83ae86a894dfa0874d0403d9a5f9e03" + "hash": "071fad07c461de47767bdc0fcb3b11a4", + "highlights": [] }, { - "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": "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": "", @@ -296990,16 +301770,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "88874816cd5015bd71bd6fe67165cfb2" + "hash": "49f97147b02ba42ba64bd9ea06dc9c7e", + "highlights": [] }, { - "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", + "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": "", @@ -297011,16 +301792,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6cdb12ad0b0b613ca0e4796d9684ba6" + "hash": "6400a1a0a750d7ebb1f3cd3560df49da", + "highlights": [] }, { - "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": "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": "", @@ -297032,16 +301814,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "74c0664dd0c8f5e3a64731de4de354e8" + "hash": "6e0bd08d47b0d58553f6d66e80111664", + "highlights": [] }, { - "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": "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": "", @@ -297053,16 +301836,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "77fa79b3c95bec555c0243d815eb949d" + "hash": "849d4e31cdda36f337281b55c5e0b65b", + "highlights": [] }, { - "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": "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": "", @@ -297074,16 +301858,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "382e958e00389f618317575ce2b0527b" + "hash": "d6b32b1dc047bde72cd4a787a7e6abfc", + "highlights": [] }, { - "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": "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": "", @@ -297095,16 +301880,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "83f7144ad727cdf37bcfe8e17a776783" + "hash": "e1e917920b96aee3d94a001bd251ec1e", + "highlights": [] }, { - "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": "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": "", @@ -297116,16 +301902,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b26f5d3a0eeaebf3ea262ccc32197c7" + "hash": "44c947ac7b45332a56d36c7b510b2792", + "highlights": [] }, { - "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": "‘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": "", @@ -297137,16 +301924,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "50817dd4832674a8f42bbe240f18769b" + "hash": "0451472639f64bc3f7f980ac64b5f76e", + "highlights": [] }, { - "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": "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": "", @@ -297158,16 +301946,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfe605a8633d793d73151c0166753bc0" + "hash": "c49ed913ae6816ad46c1a9ee0cb918da", + "highlights": [] }, { - "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": "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": "", @@ -297179,16 +301968,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c9137a7848d73896f9f2ff576eb5cb6" + "hash": "f9a30c3531f4ff9c81d1c18fd231a031", + "highlights": [] }, { - "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": "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": "", @@ -297200,16 +301990,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e32545c7b90bd41077868eeabef7311a" + "hash": "ea03b10e9e655fa2e7e6d403c52cd7f0", + "highlights": [] }, { - "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", + "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": "", @@ -297221,16 +302012,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aca0fe6f255ac4fe5d24f1d17c7fbd73" + "hash": "721fd616f298fcd6f91e62a8c78110ad", + "highlights": [] }, { - "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": "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": "", @@ -297242,16 +302034,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fbf2f1e223a93d024500d1bc4b87bba7" + "hash": "dabddff86909264e28ef930cbfe45d46", + "highlights": [] }, { - "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", + "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": "", @@ -297263,16 +302056,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "351f509ddaf5a2e0bf42dcb394347ccf" + "hash": "7ff84143422aa78d563df10708a86631", + "highlights": [] }, { - "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": "‘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": "", @@ -297284,16 +302078,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f2a8dbae43f6227bd0bbf1db5805bfc" + "hash": "6bf7c8b6f70b7c03c42ceefa55613aa0", + "highlights": [] }, { - "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": "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": "", @@ -297305,16 +302100,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "62be7103349ff07eec49f4d93972a8b6" + "hash": "7d885273ff29bbb380be33040d6e146a", + "highlights": [] }, { - "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": "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": "", @@ -297326,16 +302122,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e93d7320e7f1f4e0b8ad6ed6b5b87b46" + "hash": "77ec53155ced006498cc4ec37f0b9896", + "highlights": [] }, { - "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": "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": "", @@ -297347,16 +302144,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "181053280701e72ed647c6462bd1684f" + "hash": "ae46c16f06ad3a16c305c58f9934ccfc", + "highlights": [] }, { - "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": "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": "", @@ -297368,16 +302166,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "06d03a5e4052ed5ecbf9901bbd3d181d" + "hash": "865ffddad1fd40cec4eee0c0f7fabb6a" }, { - "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": "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": "", @@ -297389,16 +302187,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0a6f4a9d27e1ed9aee06bc5032bec99" + "hash": "3fd88586f78ef0a7bea109349b4acb4f" }, { - "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": "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": "", @@ -297410,16 +302208,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "034d31fa5933bdf765513dbc0c08a75f" + "hash": "e4855d5f8a18bf24a3c56a9e94fb513b" }, { - "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": "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": "", @@ -297431,16 +302229,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "03dd009e7a0c96fdb2574fe80b7a7a8c" + "hash": "413cfe63d8943a05f784d091a0d2b375" }, { - "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": "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": "", @@ -297452,16 +302250,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d39cecfccdf2e4c404c4e8883c115925" + "hash": "b13e530104280ea8d56a68e3a6e5331f" }, { - "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": "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": "", @@ -297473,16 +302271,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f55c00ed501a2a38d94ad13e28fe3909" + "hash": "3628050340838f37ab9b016493f5b9fa" }, { - "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": "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": "", @@ -297494,16 +302292,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ebc11ac8aeaefdba54ee9845ef39c347" + "hash": "b8f81f7ab3428cb55ee5423b5718db46" }, { - "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": "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": "", @@ -297515,16 +302313,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "432eca6019ef5775bc03001d6ab34d7b" + "hash": "cfb943b8879d750c1c66c6fdad61903e" }, { - "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": "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": "", @@ -297536,16 +302334,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "41d4776f84472e41bce31ff03b3e33c3" + "hash": "8bbf66d5445b11933d03febd4285110d" }, { - "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": "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": "", @@ -297557,16 +302355,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "11d21796aad7ae19e449c2d57b6eb045" + "hash": "d99b7bbfeb9b41e033cf416327299c6f" }, { - "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": "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": "", @@ -297578,16 +302376,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "228acb26e962ed2eb8ab713a851aa5d8" + "hash": "c489502f0897d67af722431ede2352c0" }, { - "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": "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": "", @@ -297599,16 +302397,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1307088f503a9270ddea450a39ab1fe5" + "hash": "a01660c7527200eb2926d8474dec3fba" }, { - "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": "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": "", @@ -297620,16 +302418,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9992bccb6da5e34e456a9d5e015449f" + "hash": "cb2ef2a29553af69e86200808cdfc8c5" }, { - "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": "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": "", @@ -297641,16 +302439,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "668e031467c2dbc8d07f4173a5eb8d8e" + "hash": "4d9200e009cf6ccbd272ee2c516a07f9" }, { - "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": "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": "", @@ -297662,16 +302460,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "85977f9e2c1ed7b5af8e76421f15e450" + "hash": "79c0f43ab35da927e5d51372add8c8da" }, { - "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": "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": "", @@ -297683,16 +302481,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "296f37fe8a6e843e2511d3896aeea289" + "hash": "6ccb1f60794f5829a5e4ca3917f1730b" }, { - "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": "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": "", @@ -297704,16 +302502,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd111411738f7be591fe76ab170a68a5" + "hash": "89cdc26dadcc237709722d1a88283332" }, { - "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": "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": "", @@ -297725,16 +302523,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f926300d168a0d6ec3c384b9329ffbc8" + "hash": "a51fffaf0690a59668d34214d5d757f7" }, { - "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": "‘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": "", @@ -297746,16 +302544,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "66347a6cd0e4e408696a8c90f88a436c" + "hash": "aa0d490f652ab8e8e435b0ac6a9f295f" }, { - "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": "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": "", @@ -297767,16 +302565,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fd4a8ffa8935995b3dbadfcef5d55254" + "hash": "66eeb777283434b49d0739d34e003b19" }, { - "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": "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": "", @@ -297788,16 +302586,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c7d7cb3933e2462510be0a510c7bf62" + "hash": "744b92928bcf0b1e923a6e1692463079" }, { - "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": "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": "", @@ -297809,16 +302607,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "17a4f98a365db07a6a3e8844f4cd446b" + "hash": "cb1a14a410ec8e8c7a7fb467f3589b72" }, { - "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": "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": "", @@ -297830,16 +302628,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3230e57516895a633a36ea28d0f7edb2" + "hash": "ab74f26ba4a9295fac648345cafcf8f2" }, { - "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": "‘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": "", @@ -297851,16 +302649,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5136afc6d41df4327a44576e1f2c452e" + "hash": "b6ecb1905992d8bec2ef77ee4e22e89e" }, { - "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": "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": "", @@ -297872,16 +302670,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "824a9e472f0f0c62eb950d36d9fe17c6" + "hash": "32d40893063975432c188acb65147a0d" }, { - "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": "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": "", @@ -297893,16 +302691,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "43ac610cefab73053c7e99f7c4533687" + "hash": "8f0166cda6dd48d51e1d2da71dc577b8" }, { - "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": "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": "", @@ -297914,16 +302712,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b193a6fafafcdced82df6554e1d35042" + "hash": "d0fb06146fc9f3fb24b52642f99245d7" }, { - "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": "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": "", @@ -297935,16 +302733,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c02466863c478c0d104f006db2a33264" + "hash": "e62acf0d7ac55c595c18e1521913177c" }, { - "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": "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": "", @@ -297956,16 +302754,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "27d66fa1480b7d0dc51df3e07b92b349" + "hash": "50e90819778b1faf5100fdfe86dcefaf" }, { - "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": "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": "", @@ -297977,16 +302775,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e18114c39f3cfdfe4f81a443b4596e3" + "hash": "83a5913d77a503f6c7dca7cee0487cda" }, { - "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...", + "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/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", + "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": "", @@ -297998,16 +302796,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a66327830c004418b64615bab52067ce" + "hash": "8227f448aa50f740ec29eb005d985ccf" }, { - "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": "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": "", @@ -298019,16 +302817,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4cbe99db072a6ecc3214ef71fa914a2" + "hash": "7ba266c1a4b1a9d4c6adf70b39e3254b" }, { - "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": "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": "", @@ -298040,16 +302838,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ae1895be86892d7e72d49d9142629b0" + "hash": "b96f980b6ee2d41243a3a001ce73f920" }, { - "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": "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": "", @@ -298061,16 +302859,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3de000aca7bd675c2d1a90b23d3963b8" + "hash": "47389ce9e009ffa676c8fc3b1aa12d54" }, { - "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": "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": "", @@ -298082,16 +302880,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "07ac164d113d35b9af50328abec95854" + "hash": "34187d602308de61f7188d1348d29b96" }, { - "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": "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": "", @@ -298103,16 +302901,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "96b6a44ccf85a41964aea3db78d47ebb" + "hash": "cb13dea31d512aeda5ffc2e6f7374314" }, { - "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": "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": "", @@ -298124,16 +302922,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1acff8cbed11efeb92dda36343b006da" + "hash": "fb6b61bf4e28265bf5f2dce30c47f87d" }, { - "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": "‘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": "", @@ -298145,16 +302943,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5fd139455f7a74d9c3172c55b021675a" + "hash": "35769895d8bc828eba228c6348fa3cc3" }, { - "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": "‘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": "", @@ -298166,16 +302964,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5644cb3d1baa5abab08b02bb10b6794" + "hash": "4b7908bbe37db540a45044b7ee791806" }, { - "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": "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": "", @@ -298187,16 +302985,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e3072d34c9e588666236a43e1c61820" + "hash": "c8a9c5706b2f944d12617e2c0a8d5c3a" }, { - "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": "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": "", @@ -298208,16 +303006,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8da4c5ea53f2d196c895cd94df629a1" + "hash": "f20669f452642a8a82de166e82f6dffe" }, { - "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": "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": "", @@ -298229,16 +303027,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "10e42d9a79f21504f2438310d84e4318" + "hash": "421593f8c448c0bdc006b95f81b4c993" }, { - "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": "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": "", @@ -298250,16 +303048,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad20644c77ee677b1b55e32f22ad0a8c" + "hash": "56b62a0ba9f44e88c6de15deaeee509a" }, { - "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": "‘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": "", @@ -298271,16 +303069,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "32bade8b0e5d85d55f88331e200e1a27" + "hash": "44819b21e0e805528bede30ed453dfa2" }, { - "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": "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": "", @@ -298292,16 +303090,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "faa5eae6c4f21a802599b43aa54b5c24" + "hash": "686cef07cac3b02a64ce184c7e2680c9" }, { - "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": "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": "", @@ -298313,16 +303111,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a45b8b84ca8f296a9763ef6acd99eddc" + "hash": "9881838f1e7114b5056403b937f556ce" }, { - "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": "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": "", @@ -298334,16 +303132,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "47e2c887d1e94eea5385d561de4dfbe1" + "hash": "24e5295a744cd19a8c632872b79fdf07" }, { - "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": "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": "", @@ -298355,16 +303153,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "531f6a6928013de26f7c65623080e993" + "hash": "3f01ed722371bcc6f0630f0242c14ac3" }, { - "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": "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": "", @@ -298376,16 +303174,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "948024ca2d0755694a5ba420f1740c75" + "hash": "269e94f4794df96c1fc1c0b888becab6" }, { - "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": "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": "", @@ -298397,16 +303195,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "41f8f5040476c2eb6eea22476772efab" + "hash": "14e0a3ec27e900a1eb53cfa8984730f2" }, { - "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": "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": "", @@ -298418,16 +303216,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a842c983c78c0dce2369163e51f4e3d" + "hash": "aa7ec4d49619d43297949e1d586f28c0" }, { - "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": "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": "", @@ -298439,16 +303237,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b3afd1324930f2705e88e7f30ab9c83" + "hash": "89db4e7eba96c50d79608ae360bf7ea7" }, { - "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": "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": "", @@ -298460,16 +303258,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "42a32016447efee6380ead5f11090690" + "hash": "08ad8668f7d1f4df5e44b56fb4bac16c" }, { - "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": "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": "", @@ -298481,16 +303279,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "204e428d7535af726228db404a09b3bb" + "hash": "7a13140be043e54dc1db73e947622881" }, { - "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": "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": "", @@ -298502,16 +303300,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2395d530ee8dc44b4dad16466bb08530" + "hash": "e86e2548702c0db9621183dd10250f50" }, { - "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": "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": "", @@ -298523,16 +303321,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0532b5172dc4f4bd123780bf1468567" + "hash": "f7a987fd2831e59ab1db561b62ad18c1" }, { - "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": "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": "", @@ -298544,16 +303342,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0686a7598efc1cb89a81b00b38f5010" + "hash": "b79afe3e23e82d7df1b987015226db98" }, { - "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": "‘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": "", @@ -298565,16 +303363,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe3999189be7220834a51b818d30a2f1" + "hash": "52b955df8554b2e4f0178555f4b181b3" }, { - "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": "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": "", @@ -298586,16 +303384,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dbf05cbec98c944bd29f60bd48dde584" + "hash": "9f10af3a5f9d78b30d1e7da99c11fed6" }, { - "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": "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": "", @@ -298607,16 +303405,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "941a5f7ffb60cf851c2602fa9d79dcb7" + "hash": "14e01371f8f11f29cd6abd6af3c6193c" }, { - "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": "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": "", @@ -298628,16 +303426,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6d895449b74b750f50e93699cb264e2" + "hash": "29f8cb4db2dd8eeed1dee832a28a3b79" }, { - "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": "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": "", @@ -298649,16 +303447,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bb01ec3e6e939663343a0a7a207e8099" + "hash": "4acb1f538ba521fe5ce619b12051eb92" }, { - "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": "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": "", @@ -298670,16 +303468,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "80628b08ef7818def5ecf5bc3c706c2a" + "hash": "eaef69ebcf062e543df31e46f9ce2ef6" }, { - "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": "'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": "", @@ -298691,16 +303489,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "13d958787fe41a153ca20228665f1f00" + "hash": "27dc7d6baf614d9fa0e4fe37b05d7eb2" }, { - "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": "'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": "", @@ -298712,16 +303510,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a1d0b991c225db712605d160b17f61c" + "hash": "a89dec9f2ef081e0baa5b02cea78327f" }, { - "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": "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": "", @@ -298733,16 +303531,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4654062b97dcec9dd65e74eb0dfca61" + "hash": "a6fc56334ac4a26218927fb19e57626d" }, { - "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": "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": "", @@ -298754,16 +303552,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b444732150e6465211d26b3decf970f" + "hash": "42153cf2b562380438919b281f24fb13" }, { - "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": "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": "", @@ -298775,16 +303573,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "00b4455d186cbc801b133b7b098620eb" + "hash": "afa08fa9d8fd61b8c0b41916b9275271" }, { - "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": "'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": "", @@ -298796,16 +303594,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c633ba56c48e482d1adf19838fcf5302" + "hash": "78db6143d0bb8cd7240efb5db500aa18" }, { - "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": "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": "", @@ -298817,16 +303615,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "05c05e55fe4a60b6247993b33268e803" + "hash": "47a1b164490f819b29a9a5e316e82419" }, { - "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": "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": "", @@ -298838,16 +303636,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ce9e3d4eb45c2d5c42242fba21b86ee" + "hash": "92a49eccb0871353610921ed619b2806" }, { - "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": "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": "", @@ -298859,16 +303657,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "482364b32299ab98fa5d8e2cd0112726" + "hash": "ff9c6072ca29920928425d827393a1c5" }, { - "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": "‘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": "", @@ -298880,16 +303678,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f00bc598a688c913f6a3e05c9e99e7d4" + "hash": "4c0020248b2c587a12dc6e679b835454" }, { - "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": "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": "", @@ -298901,16 +303699,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "be7acdfa3d500f6ad932e57a1445c03b" + "hash": "bd76af9b8e5c5e83bdb239844abf4515" }, { - "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": "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": "", @@ -298922,16 +303720,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa2f01665b31ea64827d93ccb9b8f41a" + "hash": "b5914583d913733ad32535559a6aebb3" }, { - "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": "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": "", @@ -298943,16 +303741,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "39532ca9ad532b6aa820b7951db87ca3" + "hash": "bc2fa2500ff769a2cef9a4671c716ca4" }, { - "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": "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": "", @@ -298964,16 +303762,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1449ef046b548c0e524220edfa1b3f9" + "hash": "1cd4d3e58a896c575e9b9ece82afb4a5" }, { - "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": "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": "", @@ -298985,16 +303783,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce1aa2ca465566354882cdceae27444f" + "hash": "056986c3130a89f572aa6cd171b35c49" }, { - "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": "‘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": "", @@ -299006,16 +303804,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6a8af9f85cc1acae422d03301032d38" + "hash": "ebe2be35d0374f69f625c81908fe531e" }, { - "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": "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": "", @@ -299027,16 +303825,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ecd71243e5727df0ba2040995f92d817" + "hash": "299d3e7c4bcbbdaa194dea12e2e6b6fb" }, { - "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": "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": "", @@ -299048,16 +303846,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0baaa4ead9d7a77d589612bff65664ff" + "hash": "685a95087dc3056df21849bf4bbeedc1" }, { - "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": "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": "", @@ -299069,16 +303867,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0951e2f1cc748dd16a8063c573bbe646" + "hash": "a2841ce3a49f25c99468c061d26aea62" }, { - "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": "‘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": "", @@ -299090,16 +303888,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c2ade39bf38876400ae2b8710881b7f" + "hash": "8b4ef3316eabf03c1ecf7c4a70e9630c" }, { - "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": "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": "", @@ -299111,16 +303909,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d569d840e7b72a1a48ba8f4a960e5358" + "hash": "eaa3d67adeb8c37477a31fb4423aacf6" }, { - "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", + "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": "", @@ -299132,16 +303930,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "990c72121d0768a48936b5a87cae4ed4" + "hash": "8a9b64dda61da9868c6babb7d7300ba4" }, { - "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": "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": "", @@ -299153,16 +303951,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a344c3827b0c37d9f856e3a2073e3020" + "hash": "b4359a27c1231f7fab605dc336b14f82" }, { - "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": "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": "", @@ -299174,16 +303972,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bfc21df982e758f534de64034f3f15c" + "hash": "15aab60137136883b77d263a82d61395" }, { - "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": "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": "", @@ -299195,16 +303993,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9b97043de158e18bffdee63e6361eb5" + "hash": "b90c58135f7dff1c645e49d56dc8f95c" }, { - "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": "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": "", @@ -299216,16 +304014,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf32f9735bab936bc80d4e6328b94aa1" + "hash": "64396fcd9b707649f8d07d93ca0a3952" }, { - "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", + "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": "", @@ -299237,16 +304035,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "628e6aa3f71925961302cda6dbdc3dfb" + "hash": "5f3c8462b0f399245b5b6a566a97d9fb" }, { - "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": "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": "", @@ -299258,16 +304056,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d0e226076eb04f50704b7b3ff5ded58" + "hash": "046b78f164868d6fb7f31facbe6fd2b9" }, { - "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": "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": "", @@ -299279,16 +304077,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "53d43f26cc10d85ab436bb1c7258aa5b" + "hash": "0cc9d0ae41ea802d84b48d156a1ec466" }, { - "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": "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": "", @@ -299300,16 +304098,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9714076df6d758d7825172c87738e46" + "hash": "8ea452ed8d49710d1590679a059d4922" }, { - "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": "‘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": "", @@ -299321,16 +304119,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "12ea8e2dc5e9785fa3f314bab6c7cb03" + "hash": "0958b6c1a12e8685b2d7040f2b33ebd5" }, { - "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": "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": "", @@ -299342,16 +304140,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5dd3ccbf5b84affc8a0e077af5684750" + "hash": "4e2f9869680de6dd002ce760cfce3fba" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -299363,16 +304161,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4dfac25a883fcf73af4b4a2435dacb2" + "hash": "e08e18953908e1ea7e0fc34fdd8417a8" }, { - "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": "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": "", @@ -299384,16 +304182,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2eb1ec7fbef87d91c043128d5e5aabab" + "hash": "90e765fd2e5cff73fda8986e2ce66abb" }, { - "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": "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": "", @@ -299405,16 +304203,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "56cc36095ab15aefaeae380569d0686e" + "hash": "8a880463935442d746a6c10aa96cbb6a" }, { - "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": "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": "", @@ -299426,16 +304224,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0aa5989b403174f322e5b01930a10fa0" + "hash": "592bee7eb55ef42930c1720373628f4d" }, { - "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": "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": "", @@ -299447,16 +304245,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f498d8996893a35de2d9ef329fab789e" + "hash": "63972f39dc13d7cf6aca81d4854ef695" }, { - "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": "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": "", @@ -299468,16 +304266,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c66677c370d05817991fb19f33769f1e" + "hash": "0014fc4370156a0749e0537b428f2fcf" }, { - "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": "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": "", @@ -299489,16 +304287,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b53a83f8c04f10f1ef94692d6f73218" + "hash": "8e9d6a3794b154aefd3370e04bb2ee7e" }, { - "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": "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": "", @@ -299510,16 +304308,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f82a1441093cb1afa895f26e1fa752ab" + "hash": "fd38994b157c9ec081aca70df0d747dd" }, { - "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": "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": "", @@ -299531,16 +304329,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d174430a3bb831f6eef34fb15c61a902" + "hash": "b7f320ff4851a589642e86ee382cdcd8" }, { - "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": "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": "", @@ -299552,16 +304350,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "94a425df0b412f2fd9a305bc3c702145" + "hash": "c345c3faad8f2388e0a67e5750cd9578" }, { - "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": "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": "", @@ -299573,16 +304371,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f28664c2811239b41c77218b1549fb90" + "hash": "bc03e312390371c8a8a2d5b0f46b954f" }, { - "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": "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": "", @@ -299594,16 +304392,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1efc36f381312ca72c098cce11533f6a" + "hash": "d652890fcd1d380a82c3f5d1b6e288d9" }, { - "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": "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": "", @@ -299615,16 +304413,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb741280323b43f7b0014192c78fd6b2" + "hash": "dcdac07143fd03b515774d7f689ee037" }, { - "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": "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": "", @@ -299636,16 +304434,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a321069aab8e3cb2ce16e99f7df8ada0" + "hash": "79e5e8dee322f2d6917db95d0137c8c5" }, { - "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": "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": "", @@ -299657,16 +304455,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2059fe285150a006bd08d70edf9a7660" + "hash": "31ad88579ac19e4b8be005c3ddbce830" }, { - "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": "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": "", @@ -299678,16 +304476,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb93eb8646fd8692b1b8dba67aa607a9" + "hash": "f6527f4d3e24d702e5dedb44b11d2b2e" }, { - "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": "‘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": "", @@ -299699,16 +304497,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b80c7c447dce0cf56f2c10a506127b6a" + "hash": "a4338eb3b569280082f129fd3d3481c6" }, { - "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": "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": "", @@ -299720,16 +304518,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf1aa13e88f86ceb929803c8634a7345" + "hash": "e8fd30bcabd9d17abb12edf2cc4393d8" }, { - "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": "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": "", @@ -299741,16 +304539,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c1a6b5e454a25548de26f8306e1186c" + "hash": "00a8eb195aa3e804f8e46dfa5e27fc90" }, { - "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": "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": "", @@ -299762,16 +304560,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa3b7bafab4df46b5353a2181ed378bb" + "hash": "001d43b2636793bf52ac546b60315ad9" }, { - "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": "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": "", @@ -299783,16 +304581,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c46186cc2e23bdec462649abf0298c8" + "hash": "156c8bd6a3211ae55fa6b7f2ffc18c25" }, { - "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": "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": "", @@ -299804,16 +304602,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "31754f61750beb4258257d88b760c7e4" + "hash": "720ab15ff1e83252df54b0c7490fca05" }, { - "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": "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": "", @@ -299825,16 +304623,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b7592f0a77501111442b8bb0dd478d7" + "hash": "1dd007e9cf0203c941a89cf59b8fc6d6" }, { - "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": "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": "", @@ -299846,16 +304644,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a06e129b2c33468160ec39a628a57d8a" + "hash": "3636696db3bf664b144ff4aa35c3514a" }, { - "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": "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": "", @@ -299867,16 +304665,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "61a28d0b065e899a3418460272d435cb" + "hash": "dcc2fc9b9d22b3a66c7f253e679495da" }, { - "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": "‘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": "", @@ -299888,16 +304686,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f69b013a047a04de737254000b650fe" + "hash": "0bd8ec6be10624ca06792c3a9dc6aaab" }, { - "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", + "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-14T14:06:05Z", + "pubDate": "2021-12-22T18:56:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -299909,16 +304707,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0da63ad5a9397d50bbac488b6b172fed" + "hash": "885c683dc19718c3c2dd3e283f17db2d" }, { - "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": "'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", "enclosure": "", "enclosureType": "", "image": "", @@ -299930,16 +304728,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b5bd83ec3ceb9b104ca58766ecbae55" + "hash": "30609f9edb2aa60490a59fccf3cdd7fc" }, { - "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": "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": "", @@ -299951,16 +304749,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "affad60fe793941166625b7f4671fb11" + "hash": "336c9384160e050b7930969e9cc1fb3d" }, { - "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": "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": "", @@ -299972,16 +304770,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "21bc41464e4b048b4ba0054f29b3c2d0" + "hash": "cdb904e378aeb291da347f1ff09757b6" }, { - "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": "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": "", @@ -299993,16 +304791,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0559e5c9d854f684315bdd97d69ab701" + "hash": "46efcf5cb66b00c947cbba032148607d" }, { - "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": "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": "", @@ -300014,16 +304812,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "263f4d3a7fca74f5a74026ff0229979e" + "hash": "2272e9cdbb01b56b88e36887beffbd58" }, { - "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": "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": "", @@ -300035,16 +304833,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f845f8e23f08a4b1e0d0d1295b8d775" + "hash": "1006811e77d6c34dcf16c9100f832a19" }, { - "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": "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": "", @@ -300056,16 +304854,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5097a4314bea0fc2978cfad7c0c8736d" + "hash": "253d19d02f74c045b3a2b12b397d6a54" }, { - "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": "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": "", @@ -300077,16 +304875,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4e379ebc471a8528a78e31ad6a9ea2c" + "hash": "465877e5d2ef168a15ec79f534ff3d4c" }, { - "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": "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": "", @@ -300098,16 +304896,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "af0379b9ccea6f7fb10e3255c217a2e5" + "hash": "7217f468371c0435e687a667df45e230" }, { - "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": "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": "", @@ -300119,16 +304917,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "24f996f77a0ca6b1766bd418164aa34d" + "hash": "3eff7c79346af4286b5ba50857a8d846" }, { - "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": "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": "", @@ -300140,16 +304938,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3006d034e4030cc540913cba46e5ccd0" + "hash": "df5fc8b84841c740120c2021a05fb62d" }, { - "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": "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": "", @@ -300161,16 +304959,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f664abcc6af2668b89ba32a319b9718" + "hash": "c6af3f5d1f10a146e93c88fc72ed76b0" }, { - "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": "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": "", @@ -300182,16 +304980,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a51ca8e1aef02cc0535f4f87f104144b" + "hash": "de1dbdfe28b162166ba67b9399a34814" }, { - "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": "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": "", @@ -300203,16 +305001,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f47601a3c8bec1c20bf05120b2a11dba" + "hash": "084644f84f93e6469426c38748754e4f" }, { - "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": "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": "", @@ -300224,16 +305022,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "25affc69b20774b391fef36b9491be96" + "hash": "12d37154251d6d6b390b44a2b4a2a4cf" }, { - "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", + "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": "", @@ -300245,16 +305043,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f8f31016410830384d2a20df2882c95" + "hash": "5045132f80c8284cb4b79693e458ee44" }, { - "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": "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": "", @@ -300266,16 +305064,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "20f752e2509a75e3bf0c344835db25b0" + "hash": "8aa471f79bca1fc328a342dbc93d4a69" }, { - "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": "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": "", @@ -300287,16 +305085,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a4de2665726eab347915bc86a8e9e0b3" + "hash": "5de76b9ddaad4a611137bf9c52a55f97" }, { - "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": "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": "", @@ -300308,16 +305106,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "015a569f712aefbce826e2822b96b08c" + "hash": "c9cfdf32169f404376b0b2bbf4e5d3b3" }, { - "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": "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": "", @@ -300329,16 +305127,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b1aa2fb9bf3bc955c6f7a77779e91e1" + "hash": "7937f048890eb65cccd06da26404e913" }, { - "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": "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": "", @@ -300350,16 +305148,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea3ee17d1d79bc2a8e7798b5df229cbb" + "hash": "ae771e8a9a6cd4d3f60fe702b6c0df6a" }, { - "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": "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": "", @@ -300371,16 +305169,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9e82aaee3a9382f38d903c5fd71d688" + "hash": "d1203de0b00c8cf2296282acc7744630" }, { - "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": "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": "", @@ -300392,16 +305190,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7aa0d270590f51dc7f1e2d11542356cc" + "hash": "a3c5e43cc68edab6dd70d3aee134a8c5" }, { - "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": "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": "", @@ -300413,16 +305211,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e53569ab690152e06673f1ba74092cb" + "hash": "163b1526c5756048d55e54a290047c11" }, { - "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": "‘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": "", @@ -300434,16 +305232,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7517cbb3bd3d54a0ad2ba80ec04503cc" + "hash": "4354ff56dcc43cc9789f0b543723d15b" }, { - "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": "‘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": "", @@ -300455,16 +305253,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ee1ae3b2b01fb6ffc55c7dd1c2d3c20" + "hash": "d2652067ef425597ea308758a50fa530" }, { - "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": "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": "", @@ -300476,16 +305274,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "be7bb7e2eeaf3ea06ae5310cf102e10d" + "hash": "c9733abdc944bb1907db56e34699a976" }, { - "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": "‘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": "", @@ -300497,16 +305295,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa51358701e2697d2e9ee18cc171c67d" + "hash": "7a43880ae32ab818d8e0e18d5b7cdf94" }, { - "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": "‘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": "", @@ -300518,16 +305316,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "330db4dae0c7f2d3eff309e616225f82" + "hash": "ab34ceb5fefd1447479e2d23730397fe" }, { - "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": "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": "", @@ -300539,16 +305337,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "11608f38d2352a1872eb2156be3ae343" + "hash": "9de49239b65dff57a7045a1d59bbe6fc" }, { - "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": "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": "", @@ -300560,16 +305358,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6acdfc11fdfc97136c896e37c0e670eb" + "hash": "257c962ba8186d7b59e70180078719f9" }, { - "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": "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": "", @@ -300581,16 +305379,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae3b5a8d4058d3865e12b33c55c05d90" + "hash": "687213716747ccec045178ba0a16f4c1" }, { - "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": "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": "", @@ -300602,16 +305400,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "008af98ab9769059a9e1c70bfe5d7d28" + "hash": "0e3cd3aba8efafc6881396e3955bd364" }, { - "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": "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": "", @@ -300623,16 +305421,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "991699d78546e82756911ff656048187" + "hash": "efbec96e869fa183c0171b71424f6530" }, { - "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": "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": "", @@ -300644,16 +305442,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a92cac3210477b6fe5684b3731f84f28" + "hash": "fb2a018f549e75e5f85ac62645270730" }, { - "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...", + "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/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", + "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": "", @@ -300665,16 +305463,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c8950cb7506c247c9c42c7804cd2081" + "hash": "c424ba2394c080ce1b57b8700c0cb402" }, { - "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": "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": "", @@ -300686,16 +305484,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e016e0d1ccbaa59e40ff73927da9ea04" + "hash": "ce3ab9f080709ea7d644de2f4ad90382" }, { - "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": "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": "", @@ -300707,16 +305505,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5edd38d933747f5cee27168a226fff69" + "hash": "7ce2ac0b075f42888d11cd6802255107" }, { - "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": "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": "", @@ -300728,16 +305526,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ee2c7a4b4a74c2f1d125d6228de36dd" + "hash": "83e117f45f6318f538fdd5407885b15a" }, { - "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": "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": "", @@ -300749,16 +305547,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e8d92763a047cefea3638636452be1e" + "hash": "df529dd05fa065efb340f126a4c45e91" }, { - "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": "‘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": "", @@ -300770,16 +305568,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2a56d29b34d300ab84d58781d220f2a" + "hash": "306deb8f74b7910aa0e0bea23ae7be84" }, { - "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": "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": "", @@ -300791,16 +305589,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "71707d21e410af8d0ff37e5435c2ba61" + "hash": "b55b3fc980db0005a08fcd22b52be2b4" }, { - "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": "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": "", @@ -300812,16 +305610,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "424bc1486fceebb8c61e0d3526371f64" + "hash": "5e7edf62976fb7bdd8f460b1142b21e3" }, { - "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": "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": "", @@ -300833,16 +305631,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8fcf19a0c09020a91034bc445bd06c3b" + "hash": "0651287c1dd56880a70e857f95ebd6fd" }, { - "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": "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": "", @@ -300854,16 +305652,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c68a095f816f788fb4cc842fb69acd4f" + "hash": "18b08ba42a3e4d4903bd22eeabc1cb93" }, { - "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": "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": "", @@ -300875,16 +305673,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "775a6cc9c6006f007286390df94714cf" + "hash": "0980eddf295726dc685fa33023414e21" }, { - "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": "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": "", @@ -300896,16 +305694,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a21bd62bb79d5a3fdf5a02186c0d16a" + "hash": "b705405278c0e5890c0b38e660ffcf74" }, { - "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": "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": "", @@ -300917,16 +305715,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "84fd982fd71843bf1fe84d2b5632c5b7" + "hash": "d202462d01fd6285b87229430dacbaeb" }, { - "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": "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": "", @@ -300938,16 +305736,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c63f885fabaf81b83e74202206919b9c" + "hash": "ea131ac68f5556f13a6011718be7118f" }, { - "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": "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": "", @@ -300959,16 +305757,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2eb0da94e9fac09dec5913bfa49a63ac" + "hash": "c343ed4c858816dc69304af91a5ff0d1" }, { - "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", + "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": "", @@ -300980,16 +305778,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "446145d61f6a116c87875e8ac9b09d44" + "hash": "b7ecb4ed835454795d7002daf27d6502" }, { - "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": "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": "", @@ -301001,16 +305799,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "291c07999289f2e78a0a4859cb93a242" + "hash": "2a23999450804fce554b34bafb3e6f1c" }, { - "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": "‘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": "", @@ -301022,16 +305820,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6aff60d0d79b2bc8f43bb009f4512d3" + "hash": "d054a21c679ddc9ebd67b47dcbb6c358" }, { - "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": "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": "", @@ -301043,16 +305841,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2294dc2bcabe8540009f43eff9f977fe" + "hash": "9b12aab132607bb1a1791a27f95f1c20" }, { - "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": "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": "", @@ -301064,16 +305862,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "358f9aa134a98e9d79acbc683b0b7e57" + "hash": "ca8d195a8824ff0e643ef35b1f1cfb2f" }, { - "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": "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": "", @@ -301085,16 +305883,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "613e9f2277b6af494839f761652918d5" + "hash": "75caf456a87c57e67754509ecfbb32df" }, { - "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": "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": "", @@ -301106,16 +305904,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe536311eb7fcb7f7c55231a0ef7c704" + "hash": "6dd06367f838c7931599799335699723" }, { - "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": "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": "", @@ -301127,16 +305925,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e557bb90debcc7433a614ff149d8c54" + "hash": "8bc2147d5569885faea8b29c18d0b5e2" }, { - "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": "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": "", @@ -301148,16 +305946,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3b6ca0f4d2e0246ca562d3c5ac5b19b" + "hash": "6328ee5d71dc0b9e059773cf43b9c54e" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -301169,16 +305967,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a07d351a21057951385dc8025d347c9f" + "hash": "ba0ebda2c5445679c146c176858b908a" }, { - "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...", + "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/13/so-depressing-covid-empties-city-of-london-of-pre-christmas-cheer", - "creator": "Archie Bland", - "pubDate": "2021-12-13T18:43:00Z", + "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": "", @@ -301190,16 +305988,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "47931b792c47cc816114d1cd2a92f0c3" + "hash": "d0a7f200bfd5e2c1ebc0a09e463d5d95" }, { - "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", + "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": "", @@ -301211,16 +306009,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f66db18b3ffa301c95f0c955ef344002" + "hash": "563d0997c6ceac0590a830623006fe7b" }, { - "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": "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": "", @@ -301232,16 +306030,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e902f265c20564962cbe5977b027849" + "hash": "ddc48a72af0f6c78342674a8056567d9" }, { - "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": "‘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": "", @@ -301253,16 +306051,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf5087b60ca23bff4913a00e1fd50b33" + "hash": "d20fcfc190c5a664b67fba0080d46368" }, { - "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": "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": "", @@ -301274,16 +306072,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d7dd8cf79b9e923a789ccd7a13c5e48" + "hash": "de796aef58e795d871d95cbf378cb0a0" }, { - "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": "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": "", @@ -301295,16 +306093,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "563ec3915dbe82528fa0fba3474db9de" + "hash": "c63cf7dada276ecf1ccac35b63e81514" }, { - "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": "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": "", @@ -301316,16 +306114,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "99360d2b8d1bc12be1c75aef5f917dd2" + "hash": "676ae7684ba21f63d17782ad9b3bfb79" }, { - "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": "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": "", @@ -301337,16 +306135,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "302e4a81470b6f978bc75275f152e2a1" + "hash": "a15adbd62b73980169f88c7e23435378" }, { - "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": "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": "", @@ -301358,16 +306156,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "803ee3ffca7a698152bf052f751d76bb" + "hash": "e6a64bed608a53b15329bed85ac29c0a" }, { - "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": "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": "", @@ -301379,16 +306177,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e31ea19c2fb3d92efba683a1cca2ee87" + "hash": "63175843cd9d8c6e1ad9afced07491a6" }, { - "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": "‘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": "", @@ -301400,16 +306198,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba1fa4d1f7ca8a75889dcad644e1f1c5" + "hash": "85be8a8a17be1b2621218bab9c127462" }, { - "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": "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": "", @@ -301421,16 +306219,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c321afba848dfc23165a8f9d95a2ed6e" + "hash": "55abcc552a656a93cd7c96c908bad54f" }, { - "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": "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": "", @@ -301442,16 +306240,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9ab324d87e3db25ef41206b60774993" + "hash": "071d75f80edbd7998388a9b418affd77" }, { - "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": "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": "", @@ -301463,16 +306261,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aeb14bd9c496e147c9ee707e630eeaad" + "hash": "7f8e91aa90ef135cfdcf5ff66496017c" }, { - "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": "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": "", @@ -301484,16 +306282,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "db768e5b14948db6a3f4d9cb79e2d7ad" + "hash": "4ea8d056fcfae830256c5214489070a2" }, { - "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": "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": "", @@ -301505,16 +306303,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "916e059993e7f8dcd2f13d0ba81a4b87" + "hash": "1f1d21825cd50fe1343a332db3940160" }, { - "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": "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": "", @@ -301526,16 +306324,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7cd42d0b55cd78cc4587119e16714fe0" + "hash": "ccad0b58b670c95a3438a867d4926783" }, { - "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": "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": "", @@ -301547,16 +306345,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d231bcd3295045cf830a59a95e469917" + "hash": "44f66f79511f2f0899541bfbbe36c047" }, { - "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": "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": "", @@ -301568,16 +306366,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d91113f28aa1055dcd3895ec08938811" + "hash": "e47e02857e0fc31c5e079ef0ea013ec7" }, { - "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": "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": "", @@ -301589,16 +306387,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b23cc5d5f9ca4bc9f4f6124b176b224" + "hash": "c25502c2f92c93b7917e63846af24f8b" }, { - "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": "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": "", @@ -301610,16 +306408,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "12e39e029facb9b23d5aadff4b9adaf5" + "hash": "d43bbd286e7966aae0260d39af67e07d" }, { - "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": "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": "", @@ -301631,16 +306429,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "03f13ba10498951b09aee6bcfa573671" + "hash": "54d59f2950c184afade51693ea934772" }, { - "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": "‘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": "", @@ -301652,16 +306450,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "86e61823642acc8ddd00b011a3238e5c" + "hash": "1c007448e8c910b83644f26c3b05ccf5" }, { - "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": "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": "", @@ -301673,16 +306471,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7eeb2c8d4841831705cf6672949c9422" + "hash": "379fa3f51a1a37c1a7fd11d3973ed1dd" }, { - "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": "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": "", @@ -301694,16 +306492,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4be552bc5e3382a6180415fdf49c324" + "hash": "7cee35d8a2fbf53a388b5e43cd264f24" }, { - "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": "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": "", @@ -301715,16 +306513,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6d9ed057afd0cb1807ad915d22a96ca" + "hash": "d14151fea254780f1706971e3ad35886" }, { - "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": "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": "", @@ -301736,16 +306534,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d3c5500bf89bdcdf8a9ae17ff5586bc" + "hash": "4b2c3e20bf50e5b0d7c1f3d5ed90c52e" }, { - "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": "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": "", @@ -301757,16 +306555,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dca770d9cd9540bf44ebea45556775d0" + "hash": "e1c203c369124ce5a30a3634b3ff57c6" }, { - "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": "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": "", @@ -301778,16 +306576,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9497aec40a0aa6f1c4d8ce1007383856" + "hash": "ea988438b796dd306d449e7f9f5a49f6" }, { - "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": "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": "", @@ -301799,16 +306597,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7fe9fe332586b39dc1b556069aa7555" + "hash": "ed89e5fc6dd7994aefb43d328a5c6bf4" }, { - "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": "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": "", @@ -301820,16 +306618,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f69ad125870e7773249f177394376f9d" + "hash": "7a420e1a5085a5302d8c105863ae7fc0" }, { - "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": "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": "", @@ -301841,16 +306639,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1e779ef829e70ddc3a17693a0cee44d" + "hash": "496b70885d6eb9ff98d8690e63bc881a" }, { - "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": "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": "", @@ -301862,16 +306660,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "398d08b57a85678429f7a01d9811c07f" + "hash": "a347347528a86b0cb53131793661ec3b" }, { - "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": "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": "", @@ -301883,16 +306681,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9af5ada3f9da1293ec6c27b47f9b6c35" + "hash": "0b61a80a3e879c504260aae92ebfdaf7" }, { - "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": "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": "", @@ -301904,16 +306702,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "191933b09fccbf1809db95f046da5064" + "hash": "4229b83b2d6d3550e5614c55ef6b3abb" }, { - "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": "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": "", @@ -301925,16 +306723,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7216f9e1039da8168bd00865d9545319" + "hash": "23666e39fd7b69e5b143e7cf10b23110" }, { - "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": "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": "", @@ -301946,16 +306744,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "45a207195540d0ebb2b8b4ef68575dce" + "hash": "a97209bfe01ffb63aad88f1d203f5aac" }, { - "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": "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": "", @@ -301967,16 +306765,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a39b3075bc081a6362c3169e950421b" + "hash": "a2d78bbb241fcac0a4191db781d51ff2" }, { - "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": "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": "", @@ -301988,16 +306786,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1bf38b95761acbf8fc0e5bbd383d1048" + "hash": "789d89b7b558d4e5602c08f5ff3168ed" }, { - "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": "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": "", @@ -302009,16 +306807,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "72f92c3c97c3769d3e007e025e524eb4" + "hash": "c06b607cb1c6eec38fd2a09b8e3d85af" }, { - "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": "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": "", @@ -302030,16 +306828,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b6d319dd2b8d36c70d9db30ff505bdb" + "hash": "36bfcc602dda7bc736182b2955bff298" }, { - "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": "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": "", @@ -302051,16 +306849,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8b6871d905e5399830f39de0d5adf3e" + "hash": "a313b3a0b0393c6224377a3979cd8432" }, { - "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": "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": "", @@ -302072,16 +306870,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca3e7efd4fdcf1c724a3742c9e940c33" + "hash": "47d241d7980a6531e4568113cabe72d8" }, { - "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": "‘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": "", @@ -302093,16 +306891,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd226a9494454f9fcb75b5e7236edeb3" + "hash": "fae7a9acce640a32df7e0078d6b8affb" }, { - "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": "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": "", @@ -302114,16 +306912,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0111b058fe640706d0184bcddc7b95f" + "hash": "09a1a8ccef40e35c7658e40e1cb1605b" }, { - "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": "‘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": "", @@ -302135,16 +306933,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bbb7fe14d5d4c27e0fcac8ae9d556a9" + "hash": "72cf4ae8a1d78e68183b92a8f95c2eba" }, { - "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": "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": "", @@ -302156,16 +306954,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3135d727d63debdb3f9f5026437155d3" + "hash": "41687089d343aeac99c9807c90dae4d4" }, { - "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": "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": "", @@ -302177,16 +306975,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "83ec77215579d6828a850c8353a78ac5" + "hash": "0dd1abc8e32681985720358a706cd274" }, { - "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": "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": "", @@ -302198,16 +306996,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d26c8fafbb2479be32928290ddffbf8f" + "hash": "6850c7f5cc2a9ba6c12ee28d66c98c56" }, { - "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": "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": "", @@ -302219,16 +307017,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d33060f9ca462c6c1ca04bec20e5e1ca" + "hash": "b48d61378cccd1114f312817c7c7e2d7" }, { - "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": "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": "", @@ -302240,16 +307038,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb24046c93d41c83efd5b9705784786b" + "hash": "870341c35d002284a8687c5991c31f06" }, { - "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": "‘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": "", @@ -302261,16 +307059,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d53b49a4158bffeacf1abb630c7dca74" + "hash": "286f19c42c8390863134fd48321c7940" }, { - "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": "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": "", @@ -302282,16 +307080,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "70dae70c8c5ebfdec2e53e09ee7deb45" + "hash": "ecda9bef902da52fd13c20b197608804" }, { - "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": "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": "", @@ -302303,16 +307101,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e532713154909644b669b6fb35b8149" + "hash": "09cc2988d6440e24a6025225b50f2944" }, { - "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": "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": "", @@ -302324,16 +307122,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9fd3cb9ea2c2a8c6d9ed3d90217a0c1" + "hash": "1fe3557ec8e1609ff753d1304a9ca1da" }, { - "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": "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": "", @@ -302345,16 +307143,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "312d7ed1320f4d47c882bf4b8d9c7f3a" + "hash": "927d982f33093287528efc8be8bb15ec" }, { - "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": "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": "", @@ -302366,16 +307164,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b9602ef389ebb83bd8750fb4ffee8af" + "hash": "cadefb4a034496ab8dd0cc40e0f1da42" }, { - "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": "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": "", @@ -302387,16 +307185,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c95798efe93da4b2cd3764b4e52210bf" + "hash": "5d1ab7b05411bfd7f73a3723cbb388ec" }, { - "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": "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/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": "", @@ -302408,16 +307206,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f26eea73cc96dd89d3e876d0c4979e4" + "hash": "df9e615b2b36feab0fed05a38d9cd2be" }, { - "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", + "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": "", @@ -302429,16 +307227,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ec6bb4120dda06b5d16d4ea1443e967" + "hash": "e83610dced6fe36ec4b11b540fc4f34b" }, { - "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": "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": "", @@ -302450,16 +307248,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "50e6b5d11086afe2516b2feaf1bf812b" + "hash": "9b4a0796098c31b1010f04b558c9a397" }, { - "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": "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": "", @@ -302471,16 +307269,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d9952982716db873c4a41bd62b47f7d" + "hash": "a21339a7243b61a3b8c707b8d6b14de0" }, { - "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": "'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": "", @@ -302492,16 +307290,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6321eeaa78ee458569f787a0cdfe133" + "hash": "b266ed206b2d15905c76b5f69e4745b6" }, { - "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": "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": "", @@ -302513,16 +307311,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7d061065e232a0ad68bc673e7fda7a5" + "hash": "55e8ac4fa06ae63739f4696e85f7d51b" }, { - "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": "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": "", @@ -302534,16 +307332,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a85bcbc6600ccc73aac5ebb9c6fa7968" + "hash": "937d7682d5289afcda3736e5c6c5bd61" }, { - "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": "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": "", @@ -302555,16 +307353,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfb75ada52f67e35535a5d5bbb8e188d" + "hash": "05097f8e151747d37bbbfc08f5a6d8d3" }, { - "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": "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": "", @@ -302576,16 +307374,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c28f52ff636eaf63e3b03e0b1743c6ce" + "hash": "29495b9b8095ee4630ffd058a45b4ba9" }, { - "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": "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": "", @@ -302597,16 +307395,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "83ac6120008c59e5d9f94b0d17bae0ce" + "hash": "2e2850990fb474d2f815a16c712c450b" }, { - "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": "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": "", @@ -302618,16 +307416,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "51f1d26454ef54a9c88d7f73ebc42020" + "hash": "be9c4e7d81bf26c3d238db44d156d37f" }, { - "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": "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": "", @@ -302639,16 +307437,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a644200460011c50370de4ce8ba1509d" + "hash": "76e1dc20014ceeb91709ce7cea1f38b7" }, { - "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": "‘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": "", @@ -302660,16 +307458,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "07ee0fe9cd4b722287e9bff2bf366d76" + "hash": "a06bb703dd87a4206f31bdbaaad3ae00" }, { - "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": "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": "", @@ -302681,16 +307479,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bd120b6a7d8d4cf43cc3adeacaf0959" + "hash": "c0482acb625cb1ab329e763f48f6ac07" }, { - "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": "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": "", @@ -302702,16 +307500,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "228928d6af15e7c387bcda8ade80e187" + "hash": "632f0362d1429819e02eaa89f28c52bf" }, { - "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": "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": "", @@ -302723,16 +307521,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "32846b0ed62d3b65426b3e58d94aa9e6" + "hash": "74211dd71e07e0ddd1baae9e90a0a22d" }, { - "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": "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": "", @@ -302744,16 +307542,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d55e90c9013cdc0926fd06d5c62f7b2" + "hash": "9d75b3005deea682ecac160cd7fa691b" }, { - "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": "‘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": "", @@ -302765,16 +307563,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f7cbc28c5dca911bc9b1d75dba885a4" + "hash": "6cfc26b9c6cae9941dd80a30af3b36c6" }, { - "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": "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": "", @@ -302786,16 +307584,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "202f0b52ceeb7b2fcc434ec1e3078057" + "hash": "f169a0d8758d46646b90f911d907c53c" }, { - "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": "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": "", @@ -302807,16 +307605,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7fe6c2870ef7ba51675ef093736e4c2" + "hash": "afadf7ad6e23949a6446bffbd5408777" }, { - "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": "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": "", @@ -302828,16 +307626,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "32a9c5af0e777f13bd4a30c75c10004f" + "hash": "8b2fa86018feee7d9e1d6102320e5858" }, { - "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": "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": "", @@ -302849,16 +307647,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e18724c38de2716caee2c0ce907d4de7" + "hash": "b5980595b84fab481f86e999564e5272" }, { - "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": "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": "", @@ -302870,16 +307668,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7da76b35540ab04d8440a0c617a175e3" + "hash": "a9bbd8b71fb0d4bb8f06a9608c5d8470" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -302891,16 +307689,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e96297cf3e25b36c7a334728b3339915" + "hash": "e76c687efc62ff81b5173ec9de77547d" }, { - "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": "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": "", @@ -302912,16 +307710,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccd4a873e2f62e8e8fc80867f8f33828" + "hash": "e007773f2579da2a3b1a11ce9f9a3162" }, { - "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": "‘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": "", @@ -302933,16 +307731,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "009414533d7e256e32f26397459af4af" + "hash": "99819821ae4769b23960c3942516f5df" }, { - "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": "'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": "", @@ -302954,16 +307752,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ddad039b66adbdff360860ad27c6f6e2" + "hash": "8901ee4c967401190a3826c88ecff0dd" }, { - "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": "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": "", @@ -302975,16 +307773,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cab63c9f828aa575100256a5753c805a" + "hash": "24ebd802f5440031754a997549dfed07" }, { - "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": "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": "", @@ -302996,16 +307794,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "034cbf8beb1d4a9c860d13dea0448e1f" + "hash": "351738c1569cb56c088c10530fdf3fbf" }, { - "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": "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": "", @@ -303017,16 +307815,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8300fab54392c220634f648647bc0b9" + "hash": "cc5310e827026f5a134955d78201ff7b" }, { - "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": "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": "", @@ -303038,16 +307836,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a537d3af044efd96b530ec644fdd241" + "hash": "9e2dcd870d266caa8e5e9e0bccdaab14" }, { - "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": "‘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": "", @@ -303059,16 +307857,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "59f7aacfcacddf4ebb1121b7f993dfdb" + "hash": "d7b1207102c8e45b686abfabd0bdd652" }, { - "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": "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": "", @@ -303080,16 +307878,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a3444ffbf768b08d527830b071c8f41" + "hash": "025d279c1c5f1e731ca4546deb98084a" }, { - "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": "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": "", @@ -303101,16 +307899,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dcc0ee317332c06a8363ae6da5386fd4" + "hash": "a23c37cb427583508982c601599af232" }, { - "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": "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": "", @@ -303122,16 +307920,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bb5be49131920af3832b68c48ad785ba" + "hash": "737b78edfee53bc6264aec77932a8bec" }, { - "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": "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": "", @@ -303143,16 +307941,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0c582cc5302ca0e772273cfd803de4e" + "hash": "23a10626152c0620140afee9739e9161" }, { - "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": "‘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": "", @@ -303164,16 +307962,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9dbf94abfb97e72f76b381d481261ed" + "hash": "f7028af85fbc35ff19c9159033ef20ce" }, { - "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": "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": "", @@ -303185,16 +307983,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b050390b530d1fd471a6f93f7e3aeb04" + "hash": "546a77694ddd7fdec752162165686155" }, { - "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": "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": "", @@ -303206,16 +308004,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "342502440ba19b5f8be416c240378d54" + "hash": "31bf1189de7300fc523a24fed6195494" }, { - "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": "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": "", @@ -303227,16 +308025,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c77c30f04253126329dfdd3648e4290b" + "hash": "97544a51229a0390e609f50f96ec69c4" }, { - "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": "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": "", @@ -303248,16 +308046,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "133cd09bdd49094f638d6b6b5a94d4ec" + "hash": "e5fc9248379811bb83ee305026560f10" }, { - "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": "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": "", @@ -303269,16 +308067,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "284a5a89e3f4cc9d45e57bf276751a2f" + "hash": "edbcc8ec4599328e40e3e9cc2348aa19" }, { - "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": "'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", "enclosure": "", "enclosureType": "", "image": "", @@ -303290,16 +308088,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "383c45386babfa33b02071290b6943e9" + "hash": "60602e5e53a4b96eb02a3f39167a5172" }, { - "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": "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": "", @@ -303311,16 +308109,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d99d14ec467a4e82e64834f9a1e22d7" + "hash": "3cdabd2bb21fd9c239eb7716f3715b67" }, { - "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": "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": "", @@ -303332,16 +308130,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e84ac3292f359dafbdf56e28f515b929" + "hash": "7aa3c492eb594480e4f310c5f109f847" }, { - "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": "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": "", @@ -303353,16 +308151,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3dd014c617069d5af036ee8d2bd9b367" + "hash": "ab98ea94ec51ac9b1bebd63395c3e487" }, { - "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": "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": "", @@ -303374,16 +308172,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce73b264346e485298c36ab57ff562f0" + "hash": "abdc579b7755e6250843ae3574bfee62" }, { - "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": "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": "", @@ -303395,16 +308193,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ecf912840039399f76486025a0b02c82" + "hash": "aa0f06ddea66134c6001caf94cfe289b" }, { - "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": "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": "", @@ -303416,16 +308214,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "48e47aff979cff623425aa6aee6bc206" + "hash": "45873abb054c06821000684647306e11" }, { - "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": "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": "", @@ -303437,16 +308235,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "149ef66a8405e14598fb3555bd7d7ec5" + "hash": "e99b2bf780b87a75c9e3d042528ba29f" }, { - "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": "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": "", @@ -303458,16 +308256,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "991cc032509daed00aed51bb2ac5c63d" + "hash": "229c6d171fb7ac6f732366760d9d4f65" }, { - "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": "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": "", @@ -303479,16 +308277,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3db281f63b7d237932feaa229a16a440" + "hash": "fb8e0cd1cc8f9dacc70001ef3e436cfe" }, { - "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": "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": "", @@ -303500,16 +308298,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c31fa7da7f6edde5440caccfc788041" + "hash": "f7258704c4c2e9e5d65a4494f2c4d055" }, { - "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": "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": "", @@ -303521,16 +308319,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4625dc41bccae74176f2f053fd459948" + "hash": "4b473c71d44f9a5f750a8a8ca628416c" }, { - "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": "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": "", @@ -303542,16 +308340,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2117e088c6bf05b0f6dc4e1bdc5fccbe" + "hash": "3900df4317aa56ecf326a0eb15c7c986" }, { - "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...", + "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/2021/dec/11/why-uncontrolled-hiv-may-be-behind-the-emergence-of-omicron", - "creator": "Ian Sample Science editor", - "pubDate": "2021-12-11T08:00:04Z", + "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": "", @@ -303563,16 +308361,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfa0a5e44a9b3f717362966773c4756b" + "hash": "d51c6f28691e948e2041887ba0d0ce20" }, { - "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": "‘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": "", @@ -303584,16 +308382,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8be96cb600a0dc04a6a0746863cede95" + "hash": "870ec18ff1bf6ac3aab7a9fb32256e50" }, { - "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": "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": "", @@ -303605,16 +308403,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "070befc5d5c5439b1045fdf764784b74" + "hash": "9e1e127152c935ebada338c5f52800c4" }, { - "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": "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": "", @@ -303626,16 +308424,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5d76b0b467cd61cb78daf9b9f54aeb4" + "hash": "1982b223aa6dff0df19e2efff755783b" }, { - "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": "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": "", @@ -303647,16 +308445,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "84ad81a7edef7f326ba6a426aa2a25da" + "hash": "7b610dc69b26f9f8c517b2e151fa15d6" }, { - "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": "‘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": "", @@ -303664,20 +308462,20 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "acf964195f8a0b127c677d9101c8b1d5" + "hash": "9a5d7a514617da4048a76ccf1200eefb" }, { - "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": "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": "", @@ -303689,16 +308487,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b02b7fbc4a8e5b47f586f70bdfdea2f" + "hash": "a926cb7f7c27cc0b51e2972e4bac856c" }, { - "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": "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": "", @@ -303710,16 +308508,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6a9f3ca2e648041a91876d7de60cd7d5" + "hash": "28e08d84ff5533f62da7fcd7784dd576" }, { - "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": "‘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": "", @@ -303731,16 +308529,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e60e6d9084dbbb06044f1c208e7a9f99" + "hash": "9dfb8db5e1d4acf6cee609dda1361468" }, { - "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": "‘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": "", @@ -303752,16 +308550,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce930bb999f4e5e518111d0f70d6d83b" + "hash": "63e5934556e0572394668dbe347796cf" }, { - "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": "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": "", @@ -303773,16 +308571,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1736ec0a07ee59e63bbe0d36ea7de7e7" + "hash": "0421946af13abe8195a238c13823bcee" }, { - "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": "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": "", @@ -303794,16 +308592,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f0e24e1fbfb4b25ac66f8fb5286ee88" + "hash": "c87102780fbeeefceecaf0a387cc65d3" }, { - "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": "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": "", @@ -303815,16 +308613,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "663baf175a5b8fb20bac8dbcaf215be9" + "hash": "269b1ea021c164d3acac7ca10959a7bb" }, { - "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": "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": "", @@ -303836,16 +308634,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "479d2ca856fe0c3305a27425020426aa" + "hash": "37db0c8ffdeda174fda1913d72da3723" }, { - "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": "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": "", @@ -303857,16 +308655,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6624f2f30b1b3aa7e0523cd96081496e" + "hash": "c888cbfc93305f64acf7deb76cfa84f9" }, { - "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": "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": "", @@ -303878,16 +308676,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b65533bb7a35d9a66ce324537918dcf8" + "hash": "e4e94bcf24d3356b692121b731fb4d7f" }, { - "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": "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": "", @@ -303899,16 +308697,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bbfc94c3a3ffb57a8e5e7e246e44a3b3" + "hash": "4c0e57c3c19e947ee99c16738e39ba6e" }, { - "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": "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": "", @@ -303920,16 +308718,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "84a1d2c53796aba67d4b9c60c2373b9e" + "hash": "206f9fd91e1814f9147964f497b2e049" }, { - "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": "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": "", @@ -303941,16 +308739,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7489ea7f943626380c4fa70f6b8c3ba0" + "hash": "8cb7f331f86886ce506552e6e7acc1d2" }, { - "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": "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": "", @@ -303962,16 +308760,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "72ecaaf43208be439702afcf014457f8" + "hash": "b61db8c6e9605c7097f963be33fa90ce" }, { - "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": "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": "", @@ -303983,16 +308781,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "98acee78bb92d36ee6058ecb43f5d3a0" + "hash": "a572235d43204b9c8a666e8881d3c0e1" }, { - "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": "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": "", @@ -304004,16 +308802,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "08b9d989699aa48b03cc3c89b0192690" + "hash": "e725198873fe582e65992efbbe1ad556" }, { - "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": "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": "", @@ -304025,16 +308823,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2aebcbd06cef8ebdaac0b6636f73ad11" + "hash": "88ec0de9bef275d0c5c9a653cbd7cb48" }, { - "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": "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": "", @@ -304046,16 +308844,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb2240d4db81b7cc63f105bec159b184" + "hash": "d2fe7ea11b29a69a8150a9a850c0210c" }, { - "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": "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": "", @@ -304067,16 +308865,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c6a48ff290c3112e3080b7a776afe22" + "hash": "97e4ee52cbe5d1d3eeb63632c40d1131" }, { - "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": "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": "", @@ -304088,16 +308886,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f363a9d8304b31f07e2518754598e65" + "hash": "9cf544562b0e5b2004fc139eec9a6800" }, { - "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": "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": "", @@ -304105,20 +308903,20 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2ec298dbe6878aabf58cd76dcad3fd8e" + "hash": "e07be29144ac4a1bcc489cef9dfb2261" }, { - "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": "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": "", @@ -304130,16 +308928,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "968a7c05fe862a75e9df1f12e398a2f7" + "hash": "bc632c4c436ab20898d21cfa33748621" }, { - "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": "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": "", @@ -304147,20 +308945,20 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "800dfa4333edface21239b2e157dbf23" + "hash": "6812c9cd26ff72853c2df3ab72a936e6" }, { - "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": "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": "", @@ -304172,16 +308970,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e6c32969f615eccd8991aca1edefa235" + "hash": "9b424a99b46a0882bf9410768a551580" }, { - "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": "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": "", @@ -304193,16 +308991,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9561d1860353cafa1e694237e531740" + "hash": "2df084cb7442b30fc90a95424be70658" }, { - "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": "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": "", @@ -304210,20 +309008,20 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "87275dd3d6d8c43f2d8728f04a363fc1" + "hash": "e4fcd93ea94f713cdb7dc681725b5e99" }, { - "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": "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": "", @@ -304235,16 +309033,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6c00f8adc32ec7ca0006a9ec0511fd1" + "hash": "cfe4afb968f0bec13240602c3f883fd7" }, { - "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": "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": "", @@ -304256,16 +309054,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dfc04f49d9adabcacd7a53f9a8f6a251" + "hash": "5203772bf421214c72a97ab5e342fbcd" }, { - "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": "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": "", @@ -304277,16 +309075,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6c624215019ea01bcb207590650446e" + "hash": "5e2e798d0b0e57928f7fc733dc80734d" }, { - "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": "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": "", @@ -304298,16 +309096,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6e49b3262fb82547311bc5c70c4cb06" + "hash": "a544ea46ba06d7c2c87b92467b819a55" }, { - "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": "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": "", @@ -304319,16 +309117,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "67441e6b8b13e331ee5e9609edb15632" + "hash": "9a9aebd949067c8bc6a15ebb23459152" }, { - "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": "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": "", @@ -304340,16 +309138,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f45a0750b3b9d2cb3150d7926f80ff1b" + "hash": "fc8ff5a74a3b10ce1b30dfc475d72db0" }, { - "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": "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": "", @@ -304361,16 +309159,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7763dd63744e6c5ca01abf97ee1142a4" + "hash": "3d970d04eb7559f169eb60c0642e8ed1" }, { - "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": "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": "", @@ -304382,16 +309180,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "51d8df2b6b7a1c205a3acb505db374fe" + "hash": "d42044280361e1334b85b7cde946238f" }, { - "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": "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": "", @@ -304403,16 +309201,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ecc7f625eb36a621bfbe64acdf1de020" + "hash": "6c15898e8325522d63728c76cf7c3c27" }, { - "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": "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": "", @@ -304424,16 +309222,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d15e6920f312fbd1c8ad6b6d60b0a78" + "hash": "a052bdc67cdb9ef03dfad998fb43fbf1" }, { - "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": "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": "", @@ -304445,16 +309243,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1bba77b6f3988b8c09c71df5b5f23ee6" + "hash": "b1aabcb2156f33aea5ed7caa8697a7fa" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -304466,16 +309264,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d7621bb6486aea3faf23c7ddfadabede" + "hash": "05afc29ed0ab5b11ade655faa98e02b6" }, { - "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": "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": "", @@ -304487,16 +309285,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "13c46975bd82b5e3a527867fbdb2553d" + "hash": "ed19aeafb42ba3d52a550c6160af92f9" }, { - "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": "‘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": "", @@ -304508,16 +309306,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "69ec86a4c48f894d35bbaa398ffd1479" + "hash": "56d66d44ec4a5043bbd9d4ddd7fa2df0" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -304529,16 +309327,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4dc9dd87974fb4b6d4e505196067d586" + "hash": "a14e1b7839e2a739c35ab1c989c2db94" }, { - "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": "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": "", @@ -304550,16 +309348,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d91e49f93bdb8b656e39f41ab074e7f" + "hash": "4dd4a869e456aa9fc592844bc671830b" }, { - "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": "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": "", @@ -304571,16 +309369,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8302d5e9dc88cc8cdcaec841510a892" + "hash": "79b420b8932f3ad5bdd7a8762ff409b5" }, { - "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": "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": "", @@ -304592,16 +309390,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c75af711c8b05aa29162fc4bdf61c25a" + "hash": "38fec6aebfdd4a35f3e116e86230cfcc" }, { - "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": "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": "", @@ -304613,16 +309411,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "10517b8276bdd05efaf60b14fdac9500" + "hash": "b296a874feda6f49475e7a847f4876da" }, { - "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": "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": "", @@ -304634,16 +309432,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a39462e4a814e899a529e69db7715b8c" + "hash": "eb21c8dfb568d62eead0ff11a33cfb50" }, { - "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": "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": "", @@ -304655,16 +309453,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f30091f6149711a535466cb2c81479d7" + "hash": "d6983d8dce2e0bf5df4a498d3129f1c5" }, { - "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...", + "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/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", + "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": "", @@ -304676,16 +309474,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9749d48d3a722f6f1728883c494737cb" + "hash": "4661c2a6e478a374a3b07913f8f91f33" }, { - "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": "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": "", @@ -304697,16 +309495,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a64af93c6d782704a097a7162b39e111" + "hash": "c97314bb2fb9ed2109b1f46b75ee18d7" }, { - "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": "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": "", @@ -304718,16 +309516,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9946461322ab7f6224fb94fac6d13b7a" + "hash": "07530623986334ca9cb214dd19184e6b" }, { - "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": "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": "", @@ -304739,16 +309537,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b076afef901f7be5d01c870677b0e284" + "hash": "62ffde3113dffc7899a70de7949cf5fb" }, { - "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": "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": "", @@ -304756,20 +309554,20 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6b94706a5e9e7d99530f384fde4a55e3" + "hash": "a6135b18b3d91091b99f8387fe838926" }, { - "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": "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": "", @@ -304777,20 +309575,20 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "776c230290ea574cf048e400e610a3ab" + "hash": "bb0302a9f1c0e6791abe86eb42ef3457" }, { - "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": "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": "", @@ -304802,16 +309600,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2daf71d7a39167388af9f8554a9f1b14" + "hash": "7eb71d73e24f88d4dba378ceb10d5f27" }, { - "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": "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": "", @@ -304823,16 +309621,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "91833a57666c6b613d544908ca743d81" + "hash": "51eef064eef113a03f42bbf3139d49b1" }, { - "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": "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": "", @@ -304844,16 +309642,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2aa3369f0ef41c638c8a265a7129d810" + "hash": "04093009edd8a5c2275601c9619bbeec" }, { - "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": "‘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": "", @@ -304865,16 +309663,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c4ee65692f9bc7967974f4e4e564a19" + "hash": "3c3bad12ecaa26070ac2bc8f021672ab" }, { - "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": "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": "", @@ -304886,16 +309684,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccde40ead5efe0027074db5d00e9834a" + "hash": "c5780f472ebe9583ec11dfbb98ac6d27" }, { - "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": "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": "", @@ -304907,16 +309705,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c2604d804c709a0e3983d9c88a1a9d6f" + "hash": "6ef9bf488d64cdf9abff2643a1187366" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -304928,16 +309726,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee361808efec283fff15094057ed5858" + "hash": "c901fe631bcb510e4753be7397c9fe15" }, { - "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": "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": "", @@ -304949,16 +309747,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "710d7c9ad726e14689962d33ba365a46" + "hash": "53b6cb21cea77e51f1d8b00fc07f6199" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -304970,16 +309768,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "835b45a835bad22e3ae2a408a09f4cdf" + "hash": "9df1c30a5d7ce5316e2b8a1b8203fb39" }, { - "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": "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": "", @@ -304991,16 +309789,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8a09010923be8a69ea53c43fc9d3705" + "hash": "fbef8627a38d4cdf2997a47c0e362ebd" }, { - "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": "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": "", @@ -305012,16 +309810,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "18c22e1161271e43d73b1c889fe39d52" + "hash": "0613271693f2b9490fb97340e7601554" }, { - "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": "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": "", @@ -305033,16 +309831,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "95ab44da7ad7c246ba2bb327e73d60e6" + "hash": "6e75155bbb94adb4fbc9935dcbb01094" }, { - "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": "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": "", @@ -305054,16 +309852,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d9785a74f74222edf8eeb5bf47c4967" + "hash": "44896956b6bd0bc60ac6d7b4b28d9504" }, { - "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": "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": "", @@ -305075,16 +309873,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f9fe8bc7a3d909563ec972f1171b476" + "hash": "ad6498cf1c859fcb9d2c701992e529c2" }, { - "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": "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": "", @@ -305096,16 +309894,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9512aa4b987c6cb22387b00a9d02f93" + "hash": "2a86d53c77f38b58cf0e87e415fc30c4" }, { - "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": "‘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": "", @@ -305113,23 +309911,24 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c4ef313f5957ae8a12a8e69b5b83fa3e" + "hash": "8f28b52817547fa3f3e7381da30d6e2a" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305137,39 +309936,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4b14d08ddb3a1d26f60f16a6b786e8e" + "hash": "9233a941de384010dd759141f630b36d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6caa2a7a836740ca37f201ab7513c67a" + "hash": "f2240d94cbaaa6b0ada84f905ef5f4dc" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305177,19 +309978,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6730d4573a8db55545c201846bb32e1" + "hash": "b52848e81c1773344ec82bf93aea5c99" }, { - "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...", + "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/world/2021/dec/10/scientists-ostrich-cells-glowing-covid-detection-masks", - "creator": "Reuters in Tokyo", - "pubDate": "2021-12-10T08:43:25Z", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305197,19 +309999,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f46a606a164de99df1a07135ee628f70" + "hash": "884e932b38f70f9d5b6ff20327a667a1" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305217,19 +310020,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ce1f8bbb4f2e42e85e332688ae03d46" + "hash": "3d4b48537da1d934d4440a34d579acdc" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305237,39 +310041,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "a87b511b10d796246d5bd1b1798155c8" + "hash": "e5fdfe26e329919a6c4f8a9613c02875" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dc42a002b156292e909e2eefe8014ec0" + "hash": "94a1c294d173c5d540c9df9479ba46fb" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305277,19 +310083,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fbdf0d045d253aed58f706d2694a2a6f" + "hash": "ddf7ec06ac124a55f059b9fe30233c05" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305297,39 +310104,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "3416fef36be032d4c5e00233ca9910e6" + "hash": "8f88e915b43cc159c1de411587b8c4df" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d0061e56784345535bf5fa25749d497" + "hash": "4e591f0b7bd8e1d48a304b0e3cb154f6" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305337,19 +310146,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e053d216eb95d92ef63173adf232083d" + "hash": "cd8b86b3b4f3ed7d0007d46043aa36cd" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305357,19 +310167,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c12ecc5098001909eccd5bae067f5073" + "hash": "00474a0d5bac1adfe38d73e89dfb244e" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305377,19 +310188,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee67888aabc904f900e5c6227e2b3ba8" + "hash": "b15e0b6eb962fcad935707452eb8bed8" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305397,19 +310209,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b45fe2a67dd0c71d96c5bc52c8b5b3d" + "hash": "726a0dfe7572356445654e90d7072ba7" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305417,19 +310230,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3ec16c854e7c26e2014f208b27939e4" + "hash": "01a19d92849b0964533b1dcb75e65f26" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305437,19 +310251,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9724586f7e6382b9ef288268d7d82091" + "hash": "01a840b8744d7a74a04562b2810ddd60" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305457,19 +310272,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eda2613a04b4ba229c05247f23c9937d" + "hash": "f24821ef593cd22a2f3b6668f9f4f150" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305477,19 +310293,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "521fec28dc62b5241af64c6250227af4" + "hash": "53f7eb593317148f784a3a822fe5f725" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305497,19 +310314,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c5e7dee8a67c03321026733a06611709" + "hash": "534e6e4d75238761635633ade1b5723a" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305517,19 +310335,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "92bc6db93103ff2f15198bd6f7b4f6f4" + "hash": "50de9ca22bd7920e7e752c6b7d60d7d6" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305537,19 +310356,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad7b0ce2ef17f296bf876895494c52e9" + "hash": "fc08e4b34ea2bb5d4349e3b3cf91c7db" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305557,19 +310377,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2bdbbee4e7a932dc7cd18f32eac00e5e" + "hash": "0bd8daf5d5974d5e2ed24f926d28fd96" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305577,19 +310398,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6f79b4ad5a7e3c08c505c760f5d2e05" + "hash": "77127a5072a6e97cdffff9efa9c23dcf" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305597,19 +310419,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0df23d21fad6ffcd9186cc2758cf069" + "hash": "9b3095a5481944e58bdcfbce844ddeed" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305617,19 +310440,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e29f7303c95ec8a3f4847f51755fdb4" + "hash": "fb365bc9f181b792ce6e507edcd0b165" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305637,19 +310461,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d676d46522c8b8c1aa056147313a2840" + "hash": "1f8c4609960f908f96e9bc8f3a30adb0" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305657,19 +310482,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7b6825b25cf4ed1d2de2b39af3ae258" + "hash": "b2e216a339eaa503f5be68015b5c3de4" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305677,19 +310503,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "388006e39d4db187648e5d10707dfc30" + "hash": "92139ee4846e02ae069f6e65506b6775" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305697,19 +310524,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d746af6b0d9b74eeaf21f68760b559b0" + "hash": "8e69b19cc03e59aa4aa172a3342efcd4" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305717,19 +310545,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1802c060d0f06d723c3099eab11c28a" + "hash": "445e78cb73922a5caaaaf56cb82f6dcb" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305737,19 +310566,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef2d16c6224d597fb41db4c41913edbd" + "hash": "d4540f2d3d403022c3cf893fa48f172d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305757,19 +310587,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d9118734c2183c1c3904069032e0bb6" + "hash": "45849205110cdba9117476eeeda078fe" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305777,19 +310608,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc3b61678200fc5ce54dca9e18e4e678" + "hash": "7c06dc3014e7f45ceb164a7eaeec3c01" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305797,19 +310629,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f33ed2fe0c4c7d9988bcc97514d077b3" + "hash": "f3342efa6f2f9bb948da9aee3867d37b" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305817,19 +310650,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4ef368f965fc853515edf3cd5998607" + "hash": "a821c1486610ed62be936d96762f57fd" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305837,19 +310671,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d033358f86e2be3b58e86ff52e982651" + "hash": "c6ec7998ba49307c6338810f275b50f7" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305857,19 +310692,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9066f8314eb6128aece7a954a3ea51c" + "hash": "69937118117d74adf7e942638d2aef40" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305877,19 +310713,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e59a4323cb7f98bdc13b763db14fee5" + "hash": "19250cf321402f08c842c0104ad3988d" }, { - "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...", + "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/10/dozens-die-and-thousands-flee-in-west-darfur-tribal-fighting", - "creator": "Staff and agencies", - "pubDate": "2021-12-10T01:48:23Z", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305897,59 +310734,62 @@ "favorite": false, "created": false, "tags": [], - "hash": "994727225ffda7b10a335b33b7586c8c" + "hash": "52bedb10298e38febde7daef690b6269" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e1598fd0b3d0d08188374cc71c1e07e4" + "hash": "0a08b561e4f20050f5fe72835a7a91da" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "21750d7ebf284c81c6970b4f37b00fbf" + "hash": "4f0a12efc5b73a512e8e394724d09c29" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305957,39 +310797,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "f199cf9f5eb3230d5ecef76e347b4d1b" + "hash": "1e2e83c242ad55a363309370e7598789" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6d4acb41ea140b45c13102a14afe7d5e" + "hash": "fe5f513f2539caa2cfc80b706a506177" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -305997,19 +310839,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "efb0d2ca3810886b8a34d491c7ee2d7a" + "hash": "ac62c3b845c073bdd90a17d36a12a1eb" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306017,19 +310860,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "366c561560dba14bdb8d72769891a0b5" + "hash": "aa81a99af385fb35701700723ee3dce6" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306037,19 +310881,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9bfce5f1c73a6d8456b86be3c164d0f" + "hash": "2479e85952dfad8bc1a2688dba3578b0" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306057,19 +310902,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2cff7c63e354a1c990cc72d6998d4eb3" + "hash": "a34468cf8fca7d204b189d624b9825f8" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306077,19 +310923,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "91c9ff81f55e4c0a2a6da68921c4d9f2" + "hash": "e2e879b484f5713aeee995fdb863a7c8" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306097,19 +310944,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dab8be6abb92a865ce74d4cd6ef75eaf" + "hash": "dd7097d3697c049b856e79e4df6c5f3f" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306117,19 +310965,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5796113cc9793be9462ddd16748da652" + "hash": "514f9735bec3096f188af0d3bf41a8c5" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306137,19 +310986,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e585e6d840411ff25b547ce6efaf78c" + "hash": "b23dbb53b56aa00684a610b24bd2dcc5" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306157,19 +311007,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "94ee637bb9a789c7bc69698cbcbad665" + "hash": "ac997d51124fa496c434d2d099468628" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306177,19 +311028,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d07e0810f814321b71a3a155373266f" + "hash": "aff19c5fbd10ba907b5ec12fa382e5bb" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306197,19 +311049,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d7fb75393f8c0ef5ed9963940ea1562" + "hash": "2daa2ee1758e46a6e2efb143e0cd6ad7" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306217,19 +311070,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "320f664ff355fb25ecfb7d4ca8003edd" + "hash": "c249bff2cf78fc8aea9744c75229deec" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306237,19 +311091,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e601d91adf7cec747a3cad65412548f5" + "hash": "ac9449500d53356cf4a78d0e9eb2193a" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306257,19 +311112,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "04a972c473cd1e8b408ce9dbf2481020" + "hash": "d6e73ffb4280fb237b7f3a0f7aa854d3" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306277,19 +311133,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6292319f9d4604c0108bdbc00a7a925a" + "hash": "70cadaee0f199c128055be6cd9adf8d8" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306297,19 +311154,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ab2c27a12522ebab724d3ed1c504711" + "hash": "1a6158d4d11ec53c2c5056101bca4e3d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306317,19 +311175,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3be40080c2e08d278fdeb65f26fb8824" + "hash": "cd94114fcbf36287351f70ddd4be022e" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306337,19 +311196,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbe7077f93bfddefcba5ac8631f7cc43" + "hash": "8df86c6b953cc07af9a25984322fc7f2" }, { - "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...", + "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/video/2021/dec/06/sajid-javid-updates-mps-on-uk-omicron-cases-and-new-travel-rules-video", - "creator": "", - "pubDate": "2021-12-06T18:58:49Z", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306357,19 +311217,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d5ec345ee6c630df15508300575706e" + "hash": "73be2c249e759aa2b9dab3ab891a73af" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306377,19 +311238,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f34a1be81ecaa983a46b0c896262f07f" + "hash": "738313bafc5c38105a0fad4a6b57079a" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306397,19 +311259,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "396eff207f957dcb6e766a7ddcd571f9" + "hash": "810a53a352ec0130bbfa4516f96b335f" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306417,19 +311280,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "54f80c1c1a38814a9d2f6d8881cf657c" + "hash": "ea4af28042a836d433883c813d8bd7f9" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306437,19 +311301,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "29629711b7e52bd4e6adb08e62f8eaaa" + "hash": "80753f59f633a231efe83cf953df5989" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306457,19 +311322,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b43bd63e38ff3b1e28656d2999a26a93" + "hash": "c4887ff52e5c3bae1bae9cde19a98550" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306477,19 +311343,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ff8764b01ab01fdbc6bded66c7e71c3" + "hash": "d160efc293dda86747618a07a7b63bdb" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306497,19 +311364,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4241e4f46f988342f8f7c08d9bcd8929" + "hash": "f14ec007a86a31f56b4bdae62c92dba7" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306517,19 +311385,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8b73a0f51536f1a11fe9fc32bcc4374" + "hash": "f92b729fc3f2a5ac9f6b8b09e037ee26" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306537,19 +311406,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9fa0255eac764ede7829bd121acd96bf" + "hash": "b6ce23accd6127aff79ef459e51378ff" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306557,19 +311427,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb144f55a88733500f36bb72dd70689e" + "hash": "859c52bc06aaee979db6ad3e0535d72c" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306577,19 +311448,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e5b5e87359638fd52ed38cdc1c25ab4" + "hash": "ad6d0988f52eb10a71f0339d803e58ac" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306597,19 +311469,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2bc7d91ec799f859c428f4a71734a4fc" + "hash": "8cf3a9bcd62708caa321b8c36e61efb4" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306617,19 +311490,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9dc3813b9cffa339e89512ca7f11e37b" + "hash": "40d35e0d7e5b3e4ff90b7433187e9c2b" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306637,19 +311511,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "30ff4d8ae8e0f47361ff825422497616" + "hash": "789093b5aae7db1862d64928ffcd86d5" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306657,19 +311532,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "670652dd3f0fa46f63bdec68312259b2" + "hash": "616e891db74acd2c3a14582f193dc835" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306677,19 +311553,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bdba7386f414be1d6660cb14ae71085a" + "hash": "08af4434cca04fdadf29b41ba392cdb3" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306697,19 +311574,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "82ba0f00e304ef1d6d28bdb7b061ebcf" + "hash": "7e6c9c9fe0c8026b5157ef59320fdc13" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306717,19 +311595,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb53f1bfde295a530a2b2ab779f60b2e" + "hash": "3cb164940df3b00c15de3921f74aadaf" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306737,19 +311616,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eeac98bc9302951915ea45764a12c3a0" + "hash": "ca410dc94c483784221f41b22dc9da46" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306757,19 +311637,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "158cc57f069765be5997b3d948132f53" + "hash": "23b810557d2b48bab990a839abf38651" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306777,19 +311658,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "933c4da5f8d4009038098eb50f406098" + "hash": "e70c75af49f7a64b8e12e9c72d443901" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306797,19 +311679,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f08a23c327244ab5e18a0353a1ddd53d" + "hash": "f1be572cb2932848d0022042f9385887" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306817,19 +311700,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ecff3cd7f87db12c21a19fe72608fe1" + "hash": "60dbc70fe60163f8f7c7fc36d00a08e6" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306837,19 +311721,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "63b7dce937b2d872565dc74515050692" + "hash": "a90c7e113644f22d2712dbea132e1924" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306857,19 +311742,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "658e034941b13735631df5bb9862bdd0" + "hash": "52a99a833ab4ef7140e0a3656374abcf" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306877,19 +311763,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "759e62bdc2059ed507570cd428c08876" + "hash": "56d7a93177f6ab8ad4e821c79f294fc2" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306897,19 +311784,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6975ce6ef23ca77a4051dcb713956523" + "hash": "323c754d42e83b799924c0f86e7aee4a" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306917,19 +311805,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "26f5f014d6ce6a611a7bd0964a707d5a" + "hash": "ad1bea926b066afa5db0ad2b9f38d116" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306937,19 +311826,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3199a7fe10c64d9e0c0efc2e31f5d3a4" + "hash": "692a15a227fa75afd0da5424296b678e" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306957,19 +311847,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d126af343c86382a6545a3c20badc11" + "hash": "1fdb843e2f31ff874bbaa66344729b2c" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306977,19 +311868,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a44c99c99373a2b894e37a330e5fbd0f" + "hash": "2f7c109d20b3835fc7fc35a705dd0bf9" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -306997,19 +311889,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e03ef50c01914aae3f51ac9f20c6cef0" + "hash": "519a3c82aff84df08826bd7b030a2639" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307017,19 +311910,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5f60fffd16e7e74c4890e7c300cd593" + "hash": "6ec65a799fffeaa432f0a58de567541d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307037,19 +311931,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc4d3c71d95550695bff7fcba03c5a2f" + "hash": "7afea2af4a7d9fbed2ddc988fe07fb67" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307057,19 +311952,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "26a955895d380456644a36d88131fc06" + "hash": "9b4892c15d2a9373332544f439f8c714" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307077,19 +311973,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8d2905ad564ec532433cc558159c08d" + "hash": "2c4dbf18f38ba4ba4b32032a3be88bad" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307097,19 +311994,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7495c3296d7582bdba10bd33971914d8" + "hash": "7f9dddf922ed7a578a45bbf40e56be12" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307117,19 +312015,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "584419141f6ef5ee9e3c9d6e5ba498c8" + "hash": "89b32f78950e9af66a03aefb468c1526" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307137,19 +312036,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc07c845254989dada51e9ae37e076d5" + "hash": "b6e9bde6463ff670d05bea77b4b81661" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307157,19 +312057,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e970a92fba6ae5b0b033fe18aec45ed5" + "hash": "1bb966294293450448b61f7a688125de" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307177,19 +312078,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "efa9529b4207fa120ec252706c28808b" + "hash": "a587ec184c228b3ac4715b9c308cb4ff" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307197,19 +312099,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "23f407a411dc0d099a66a371975d5c1f" + "hash": "484a76e03a1c4ec9b25c95127068d784" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307217,19 +312120,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fe177e10ec00056602bbd17b9138eed" + "hash": "f7df79d5fb86d91eea6bea0fe7731f37" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307237,19 +312141,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab750e0bfc23fe67d6ffd6f016ede5e0" + "hash": "982aba2050c8fe7b2d7da4530d6c4d2a" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307257,19 +312162,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5f5db60b8d3febb11deda57943fea8e" + "hash": "ffefc538fff0c450312929dddf8e3dbd" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307277,19 +312183,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2856aa953aaa6b30b2e44ef6a599666" + "hash": "1bfcd0223053c320c45b75651b46a5aa" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307297,19 +312204,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c12719253ef524cc95a9aa5194933526" + "hash": "932194939aaeb7c6b58f78a2f4c8c69c" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307317,19 +312225,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ff8d17c604371641ce185ae92ee1421" + "hash": "c651d3e04cbf22d2980620348d68965d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307337,19 +312246,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b515a697da939be0d6e2e4b14c289c06" + "hash": "0ae537286cff48ad47b109d829c31744" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307357,19 +312267,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5cbbc6d7bfc3302130933b5c28416762" + "hash": "931eb0442393663a97e5d30a33419642" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307377,19 +312288,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7cde84567189757de5af9ad66326317" + "hash": "357c9a9fb36f3ca2aef00de35128cf1a" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307397,19 +312309,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa42ddf4a607105249d63428a5455cbd" + "hash": "0d673c5356f8f415744884bec7b18528" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307417,19 +312330,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "db0d73a4c067b491c991094be611b6db" + "hash": "3af7242ec2069ff7d08a6f7fb7fbebae" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307437,19 +312351,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc47c10a55f2f0e4558e3d7dca88303c" + "hash": "fae37e74b83d3fc3743f514a67de9df7" }, { - "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 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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307457,19 +312372,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9b2ec353dbfe4a71c6e67627aca7840" + "hash": "a37b90b20a1bd70d8e49a474d9e6ee6e" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307477,19 +312393,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e0f7b2538bbfa11e0e5065095698380" + "hash": "48f1a53e76a47aeaad1622a36906d39d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307497,19 +312414,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f05d568ce44f464fc2b8ab51f4c52bab" + "hash": "3bc20c4ad2a9330b85e7ae15228c2512" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307517,19 +312435,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "26bae58b5cb9e782a65773d90d6182e8" + "hash": "0374f031a5acfb33eb622a4d498b67f7" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307537,19 +312456,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc0042a5087320705ac9476419fb7ab6" + "hash": "581a3b91a8b11a3d416c0966e4f157eb" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307557,19 +312477,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "34c58714c87ecc936cd5bf51d440594e" + "hash": "eb6fa2f3796e512d1e452d365b13e24d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307577,19 +312498,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f62bc88dbab2e3ef2daf37c8af1cacd" + "hash": "9cdcae1ff779710c197d21d6edafa6b2" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307597,19 +312519,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e7821d03dcde511306f5f3956431a5c8" + "hash": "864d62139490ade9f5b26980ac67111d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307617,19 +312540,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a055d9053c7bc9cdace28d6098a07778" + "hash": "7f6fae21e21f72f48b243a5eb132033c" }, { - "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...", + "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/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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307637,19 +312561,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f439d3bf9921882ffa8d8511f3f34fd4" + "hash": "8950de0f406b25eaa72b485656156b20" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307657,19 +312582,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e612ab74ebc0dfd289422640f8f3aa3" + "hash": "8b86f7200b6eeba6fe2b588dd483b657" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307677,19 +312603,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e8efcf348cb529d1a7ea681031d6cbd" + "hash": "98c659f9ac79e98581cd2e729c4c4a69" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307697,19 +312624,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1c60b2514cf501610ab0f42577fb96e" + "hash": "a69817d16a4057cbe83662cff9cb880c" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307717,19 +312645,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cac18fb01cbc2cbd5bc5cd3ba07907f7" + "hash": "361531a29f74ea60b305577b6495f63f" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307737,19 +312666,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b1f92d7a54f7617fb5f7a53c349f167" + "hash": "2dddd62f240193994d2fe1e6a5633fac" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307757,19 +312687,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "be9ec545f0725ddb573fe5e3aa1bf0a5" + "hash": "c59db3dac02e938a4c60f954db883328" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307777,19 +312708,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3997a3077295e845dec54215d4e67d67" + "hash": "36de7c55d00410b00eacd3997acced84" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307797,19 +312729,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3234c98fc7c394a45904439ec33bd1b" + "hash": "8e2934e820b1474c552a256e3f27c68f" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307817,19 +312750,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6bc348c8c8b1877c4dc84d48b6629ee" + "hash": "175b3aceccf352f198b3ca513d651b9d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307837,19 +312771,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "17f6a52fcf2b615c2664d072dd1689cd" + "hash": "af9df6f665b2872f1912dd7dfa87cde3" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307857,19 +312792,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d460abf8c49574d6f1ca60efdbc865db" + "hash": "152f33b0062a2e94862e4b3155f5d3c3" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307877,19 +312813,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5fa4460dab9db0ab34dffb6e11db889b" + "hash": "d5c16785ecdc6cca2c496a88c941688f" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307897,19 +312834,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a344c78c16f53612b3a18e624a062c42" + "hash": "a472b6d87a8dcebac02e02bee718567d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307917,19 +312855,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "debb731c236b25056cf9a748fbab83bc" + "hash": "ef4ca9d37cfc2e805ca77610735eb595" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307937,19 +312876,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7e07ecd681c8c1803f7dc1d56d84c38" + "hash": "72351047fbdf03775ddefa51cfbfea25" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307957,19 +312897,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "20eceb14bfe39062c1f1502fec482ccc" + "hash": "b83ae86a894dfa0874d0403d9a5f9e03" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307977,19 +312918,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "723f4b22d0e485cea5abd7108a4eb60a" + "hash": "88874816cd5015bd71bd6fe67165cfb2" }, { - "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...", + "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/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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -307997,19 +312939,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "64fc5e1594f6d2bfb709e78959051cef" + "hash": "a6cdb12ad0b0b613ca0e4796d9684ba6" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308017,19 +312960,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "062f384165c4a8cf73eea312e6e83ebc" + "hash": "74c0664dd0c8f5e3a64731de4de354e8" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308037,19 +312981,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9f296b84dfd086bdb30fd5532febfc6" + "hash": "77fa79b3c95bec555c0243d815eb949d" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308057,19 +313002,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d171c0411c5db2b94b401273987e003" + "hash": "382e958e00389f618317575ce2b0527b" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308077,19 +313023,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "85560a67457be52a3f20a6756dd2ebc5" + "hash": "83f7144ad727cdf37bcfe8e17a776783" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308097,19 +313044,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b70f1d93b5ed9365442f73491c64937f" + "hash": "5b26f5d3a0eeaebf3ea262ccc32197c7" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308117,19 +313065,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8338089453a1458a372153afb5545f7e" + "hash": "50817dd4832674a8f42bbe240f18769b" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308137,19 +313086,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "64b37ba11ea0c4436bde7ee75d002c03" + "hash": "bfe605a8633d793d73151c0166753bc0" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308157,19 +313107,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "59c0eab48d3f4945a3b328bf4197885b" + "hash": "0c9137a7848d73896f9f2ff576eb5cb6" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308177,19 +313128,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "620c5f1f6277a35729c6c433ee4f34e6" + "hash": "e32545c7b90bd41077868eeabef7311a" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308197,19 +313149,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e54729488f48d3acbf7c8b7769e56b01" + "hash": "aca0fe6f255ac4fe5d24f1d17c7fbd73" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308217,19 +313170,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "491ee18e053498153f45bee65ea0cf90" + "hash": "fbf2f1e223a93d024500d1bc4b87bba7" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308237,19 +313191,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b3acab0cc65d3d72508e87c39553730" + "hash": "351f509ddaf5a2e0bf42dcb394347ccf" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308257,19 +313212,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "92a64a9b04ca5e539171f57bda128e8b" + "hash": "4f2a8dbae43f6227bd0bbf1db5805bfc" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308277,19 +313233,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d787767c5670d888f35ac62859c46281" + "hash": "62be7103349ff07eec49f4d93972a8b6" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308297,19 +313254,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a601d88373e98d1cbbd7a04866d51569" + "hash": "e93d7320e7f1f4e0b8ad6ed6b5b87b46" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308317,19 +313275,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "496f783a271812add59981075db5ca2c" + "hash": "181053280701e72ed647c6462bd1684f" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308337,19 +313296,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "98ab255fab1240474ec629e8d8c386ef" + "hash": "06d03a5e4052ed5ecbf9901bbd3d181d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308357,19 +313317,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b49995aaf0aab24766e0eb5e178c216" + "hash": "d0a6f4a9d27e1ed9aee06bc5032bec99" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308377,19 +313338,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2032d4294522536175d92725add602c" + "hash": "034d31fa5933bdf765513dbc0c08a75f" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308397,19 +313359,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e401975815eb6bba2e0636ac20f3e86" + "hash": "03dd009e7a0c96fdb2574fe80b7a7a8c" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308417,19 +313380,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d940af27ff1cef80d15a30f684141c80" + "hash": "d39cecfccdf2e4c404c4e8883c115925" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308437,19 +313401,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "86c09c1745694e51a26dd49f9622e6a8" + "hash": "f55c00ed501a2a38d94ad13e28fe3909" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308457,19 +313422,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "df07e66455b5d354254126b0d3ae9ce3" + "hash": "ebc11ac8aeaefdba54ee9845ef39c347" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308477,19 +313443,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "776b8661e8a89269bb1da68861ab6989" + "hash": "432eca6019ef5775bc03001d6ab34d7b" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308497,19 +313464,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d55f96e47c558721c3e7b0d825048d6" + "hash": "41d4776f84472e41bce31ff03b3e33c3" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308517,19 +313485,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "19c851acef6038c69ffd36fdb35ed16e" + "hash": "11d21796aad7ae19e449c2d57b6eb045" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308537,19 +313506,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ddf8c6826a65716c6b6d9202a8e5ad2b" + "hash": "228acb26e962ed2eb8ab713a851aa5d8" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308557,19 +313527,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd3e6d187c199835e5a71b24402ba419" + "hash": "1307088f503a9270ddea450a39ab1fe5" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308577,19 +313548,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "73be5603bcc69053d57940911c524af5" + "hash": "e9992bccb6da5e34e456a9d5e015449f" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308597,19 +313569,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8492f334c2e36180749bc22e67893989" + "hash": "668e031467c2dbc8d07f4173a5eb8d8e" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308617,19 +313590,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba9cb15e1e23d14dde99b27e7fa498a5" + "hash": "85977f9e2c1ed7b5af8e76421f15e450" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308637,19 +313611,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "92abeca98c172a34f46e34a1bf9b65d3" + "hash": "296f37fe8a6e843e2511d3896aeea289" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308657,19 +313632,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a1e5d4423def39251193328f4d6a1fe" + "hash": "cd111411738f7be591fe76ab170a68a5" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308677,19 +313653,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9db97e8fc4c15269efee18918eae5325" + "hash": "f926300d168a0d6ec3c384b9329ffbc8" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308697,19 +313674,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2db29ad6c26edda9090c76244a6b7b64" + "hash": "66347a6cd0e4e408696a8c90f88a436c" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308717,19 +313695,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "64d03b00c269c394f5a98a43913be3fa" + "hash": "fd4a8ffa8935995b3dbadfcef5d55254" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308737,19 +313716,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a7098c84a71257ce78ba0b9214e340f" + "hash": "2c7d7cb3933e2462510be0a510c7bf62" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308757,19 +313737,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "610c137e37c63c67686d754dc86b346d" + "hash": "17a4f98a365db07a6a3e8844f4cd446b" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308777,19 +313758,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e180b0cf3c490f2b86aafcf8d89a359" + "hash": "3230e57516895a633a36ea28d0f7edb2" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308797,19 +313779,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e352ec215f6102242cdf67c6f6f07db1" + "hash": "5136afc6d41df4327a44576e1f2c452e" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308817,19 +313800,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff5aed56beb5146c7f5567fb617699fe" + "hash": "824a9e472f0f0c62eb950d36d9fe17c6" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308837,19 +313821,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6576fb04874b38fc9e508dc324977fb0" + "hash": "43ac610cefab73053c7e99f7c4533687" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308857,19 +313842,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1c1ac8da744421265f7328fc999546a" + "hash": "b193a6fafafcdced82df6554e1d35042" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308877,19 +313863,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "954611bbeda65b4aee37c3ef8cdf7a18" + "hash": "c02466863c478c0d104f006db2a33264" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308897,19 +313884,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "91f8324bf35d8da75ff43401b8d892af" + "hash": "27d66fa1480b7d0dc51df3e07b92b349" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308917,19 +313905,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "716cc978ffb9ba421694e66a2c96d8ca" + "hash": "9e18114c39f3cfdfe4f81a443b4596e3" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308937,19 +313926,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed7cdb9d70bd92fbfd5130002001b930" + "hash": "a66327830c004418b64615bab52067ce" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308957,19 +313947,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ceadd30f58879b6528f44e02854ba44" + "hash": "e4cbe99db072a6ecc3214ef71fa914a2" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308977,19 +313968,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a9666edc8d54184a3d5f920f1ed875a" + "hash": "7ae1895be86892d7e72d49d9142629b0" }, { - "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", + "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-08T01:28:29Z", + "pubDate": "2021-12-15T22:36:55Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -308997,19 +313989,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "01b8237cd23a4d5cf8c4d0c73d146c00" + "hash": "3de000aca7bd675c2d1a90b23d3963b8" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309017,19 +314010,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bbcecc97c61635c5011672fe84ca0601" + "hash": "07ac164d113d35b9af50328abec95854" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309037,19 +314031,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "907287d2f9172cc48c976c0ceec09351" + "hash": "96b6a44ccf85a41964aea3db78d47ebb" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309057,19 +314052,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "26427c3522072afbcfa9a3aa9fe9fbc0" + "hash": "1acff8cbed11efeb92dda36343b006da" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309077,19 +314073,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e24f7ef64fa75a3668e39353a4be26c7" + "hash": "5fd139455f7a74d9c3172c55b021675a" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309097,19 +314094,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c0f7f82f79a67d7b0a2c7d014eb524b" + "hash": "f5644cb3d1baa5abab08b02bb10b6794" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309117,19 +314115,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "65de49e5dfd0d42aa5b5df8a83e77d7d" + "hash": "0e3072d34c9e588666236a43e1c61820" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309137,19 +314136,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5bcb11f91adf3cf847aff2508697f66" + "hash": "b8da4c5ea53f2d196c895cd94df629a1" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309157,19 +314157,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a43ccd98f8c272554639f9c44f9f8a64" + "hash": "10e42d9a79f21504f2438310d84e4318" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309177,19 +314178,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6564ed938297b12b1b692405169c35f0" + "hash": "ad20644c77ee677b1b55e32f22ad0a8c" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309197,19 +314199,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0cb614aa44869843b30eace5c834a1f" + "hash": "32bade8b0e5d85d55f88331e200e1a27" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309217,19 +314220,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ebbafa5b9060d9ee54a0b7eca0e3a9ea" + "hash": "faa5eae6c4f21a802599b43aa54b5c24" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309237,19 +314241,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "73d23ddecd5c622077966bbb6db98462" + "hash": "a45b8b84ca8f296a9763ef6acd99eddc" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309257,19 +314262,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d791ef29d46b2c27305a49c0cce898d8" + "hash": "47e2c887d1e94eea5385d561de4dfbe1" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309277,19 +314283,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d96eb10ea9651cc958790707a4f471a" + "hash": "531f6a6928013de26f7c65623080e993" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309297,19 +314304,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ca092cb121b2ea07c75f9d0d33411c6" + "hash": "948024ca2d0755694a5ba420f1740c75" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309317,19 +314325,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dff2d1f9efdf79a87961daca8a443e68" + "hash": "41f8f5040476c2eb6eea22476772efab" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309337,19 +314346,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3bb60462e951cc6d839dbf7e867efe59" + "hash": "5a842c983c78c0dce2369163e51f4e3d" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309357,19 +314367,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e9ae5e0f677a34c393e7c7dd8f58960" + "hash": "2b3afd1324930f2705e88e7f30ab9c83" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309377,19 +314388,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4769c3c50b137ae0b0937677da8aba7" + "hash": "42a32016447efee6380ead5f11090690" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309397,19 +314409,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a4a4fb143f90a0935c7fe1d011ec5045" + "hash": "204e428d7535af726228db404a09b3bb" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309417,19 +314430,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d33f60cb08a90f4487a1012b619a678" + "hash": "2395d530ee8dc44b4dad16466bb08530" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309437,19 +314451,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "34ba78eff18cda684574ceeac6696728" + "hash": "c0532b5172dc4f4bd123780bf1468567" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309457,19 +314472,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "849decede0f7a730fee61a3b4bc97ed2" + "hash": "c0686a7598efc1cb89a81b00b38f5010" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309477,19 +314493,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "166654597fccab2336585ab638edcc4d" + "hash": "fe3999189be7220834a51b818d30a2f1" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309497,19 +314514,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5ce6cfb241795908ba5f3462e757260" + "hash": "dbf05cbec98c944bd29f60bd48dde584" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309517,19 +314535,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "38b68bdf131e522a11b5f1c2acda91a8" + "hash": "941a5f7ffb60cf851c2602fa9d79dcb7" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309537,19 +314556,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f1f44244c49b685c275d5197418f20b" + "hash": "c6d895449b74b750f50e93699cb264e2" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309557,19 +314577,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "47890afc1570857ead13dc84bba3dbeb" + "hash": "bb01ec3e6e939663343a0a7a207e8099" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309577,19 +314598,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6577ad0130bdba2839b887bbd404511" + "hash": "80628b08ef7818def5ecf5bc3c706c2a" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309597,19 +314619,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5dc740758f87c6e1f52adba48fe92598" + "hash": "13d958787fe41a153ca20228665f1f00" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309617,19 +314640,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f72dbd89d84ac0f7e6af0f6bab1a584d" + "hash": "3a1d0b991c225db712605d160b17f61c" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309637,19 +314661,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "17d2c2bc864bb90287a386686cd2532e" + "hash": "c4654062b97dcec9dd65e74eb0dfca61" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309657,19 +314682,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bdc365b3a10fee5772567e5e7de0c23" + "hash": "1b444732150e6465211d26b3decf970f" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309677,19 +314703,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "43b805aa59f924782f0fc17c0b4028d0" + "hash": "00b4455d186cbc801b133b7b098620eb" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309697,19 +314724,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3602e43519aed7d961816a028bb07885" + "hash": "c633ba56c48e482d1adf19838fcf5302" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309717,19 +314745,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "add8faa941d4e5fbaff566b0701b331a" + "hash": "05c05e55fe4a60b6247993b33268e803" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309737,19 +314766,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac8cf85bacfbc4755d01efe1e9a3cfd0" + "hash": "0ce9e3d4eb45c2d5c42242fba21b86ee" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309757,19 +314787,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4056a532ea6f127308f866792ff8f0a" + "hash": "482364b32299ab98fa5d8e2cd0112726" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309777,19 +314808,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e7d461c2d5d490a7315d14ab83dade9f" + "hash": "f00bc598a688c913f6a3e05c9e99e7d4" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309797,19 +314829,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2751e823d76781549eaf60f2bcd75728" + "hash": "be7acdfa3d500f6ad932e57a1445c03b" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309817,19 +314850,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7cc6a5e30fc6c0deb46f8d6e05a6b84" + "hash": "aa2f01665b31ea64827d93ccb9b8f41a" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309837,19 +314871,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "93bd5d33f2b5c4318f3a5b4dba3cc285" + "hash": "39532ca9ad532b6aa820b7951db87ca3" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309857,19 +314892,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9708fce931766b49dc2d447c01e8aca" + "hash": "d1449ef046b548c0e524220edfa1b3f9" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309877,19 +314913,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d86c7041ea944dd9cd6f90805827d423" + "hash": "ce1aa2ca465566354882cdceae27444f" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309897,19 +314934,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "91aae4433ba20e1b21ff67ada1bf5bf9" + "hash": "d6a8af9f85cc1acae422d03301032d38" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309917,19 +314955,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1540b4106ad0d5a2e2c43ffd823f240" + "hash": "ecd71243e5727df0ba2040995f92d817" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309937,19 +314976,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6acee5fc8eeef06fc27acf066400873b" + "hash": "0baaa4ead9d7a77d589612bff65664ff" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309957,19 +314997,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a208f04083554e3e78f6ca934c2502ba" + "hash": "0951e2f1cc748dd16a8063c573bbe646" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309977,19 +315018,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "002dd66970d37dee67299eb513802122" + "hash": "6c2ade39bf38876400ae2b8710881b7f" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -309997,19 +315039,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae166a45932d18936bc59e8b63927203" + "hash": "d569d840e7b72a1a48ba8f4a960e5358" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310017,19 +315060,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9897de625ae24ba8fc00c710ed0dc95" + "hash": "990c72121d0768a48936b5a87cae4ed4" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310037,19 +315081,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4fd0997495fdbf8f97a6a1f4712a58f9" + "hash": "a344c3827b0c37d9f856e3a2073e3020" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310057,19 +315102,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "faacc1a3377247a5078f1853d606f6b8" + "hash": "8bfc21df982e758f534de64034f3f15c" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310077,19 +315123,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d9d9ccb09534a5785d24f45497323106" + "hash": "c9b97043de158e18bffdee63e6361eb5" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310097,19 +315144,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "993b9b7ed445827e191c21321dad9dcb" + "hash": "bf32f9735bab936bc80d4e6328b94aa1" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310117,19 +315165,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d3f3c40c7200dc245e1cc660b1d2633e" + "hash": "628e6aa3f71925961302cda6dbdc3dfb" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310137,19 +315186,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab88caa6344cb6627e4c4e66c3d5551e" + "hash": "1d0e226076eb04f50704b7b3ff5ded58" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310157,19 +315207,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f5f4d088e462e181e81ff54dac9e07e" + "hash": "53d43f26cc10d85ab436bb1c7258aa5b" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310177,19 +315228,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c3b29c466aaf0c92b37a0f1ba5427d4" + "hash": "f9714076df6d758d7825172c87738e46" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310197,19 +315249,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0fcb300ae1d838025546ba25d170d6b" + "hash": "12ea8e2dc5e9785fa3f314bab6c7cb03" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310217,19 +315270,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b07bfb16cb5259f423c575ee2ade753" + "hash": "5dd3ccbf5b84affc8a0e077af5684750" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310237,19 +315291,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "75b66cefcd11af2eda97eefaf3adcf9a" + "hash": "d4dfac25a883fcf73af4b4a2435dacb2" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310257,19 +315312,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "59aaaf1a23f329d89c9c9c7d322cf757" + "hash": "2eb1ec7fbef87d91c043128d5e5aabab" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310277,19 +315333,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "00474f523d6a6fa5dbcb50d028be331c" + "hash": "56cc36095ab15aefaeae380569d0686e" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310297,19 +315354,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc06858d407c041bd816c0177ab46864" + "hash": "0aa5989b403174f322e5b01930a10fa0" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310317,19 +315375,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "259ff07db44bd9dffd22af346c9f06d0" + "hash": "f498d8996893a35de2d9ef329fab789e" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310337,19 +315396,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7766bf872c47126cdf0325b109b9427" + "hash": "c66677c370d05817991fb19f33769f1e" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310357,19 +315417,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "614f6bfc95521f96f516dacdce067178" + "hash": "6b53a83f8c04f10f1ef94692d6f73218" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310377,19 +315438,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b70794309866d380bd89166fa70ad72d" + "hash": "f82a1441093cb1afa895f26e1fa752ab" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310397,19 +315459,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4074d8c4bd3c985fe43e7a1a72e997e5" + "hash": "d174430a3bb831f6eef34fb15c61a902" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310417,19 +315480,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7cce41ac772d3f288f61fda9a85acd64" + "hash": "94a425df0b412f2fd9a305bc3c702145" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310437,19 +315501,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f06663b4fa6bec9f4bc3405172586a5f" + "hash": "f28664c2811239b41c77218b1549fb90" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310457,19 +315522,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "93f41d4508ad935384bddff8ea15a7a6" + "hash": "1efc36f381312ca72c098cce11533f6a" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310477,19 +315543,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fdd8e0f6540dd6340d69a1239876c9aa" + "hash": "eb741280323b43f7b0014192c78fd6b2" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310497,19 +315564,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d1fb871f9819397e5095c5978fccc4d" + "hash": "a321069aab8e3cb2ce16e99f7df8ada0" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310517,39 +315585,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab2a3fdb800d689ac6d83ad7fdd0fe81" + "hash": "2059fe285150a006bd08d70edf9a7660" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4bce8a7390b1bd8810b9a9ade71401e6" + "hash": "fb93eb8646fd8692b1b8dba67aa607a9" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310557,19 +315627,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2cea425ec5134d4a9fa06b5bffb6f0b2" + "hash": "b80c7c447dce0cf56f2c10a506127b6a" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310577,19 +315648,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "55260e9a86d4a09ab4f870d41c97037a" + "hash": "bf1aa13e88f86ceb929803c8634a7345" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310597,19 +315669,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2493af888767180121763fdf222953c9" + "hash": "9c1a6b5e454a25548de26f8306e1186c" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310617,19 +315690,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b01ce633fa8cd54f4ae8001e4f2a8500" + "hash": "fa3b7bafab4df46b5353a2181ed378bb" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310637,19 +315711,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba308437ba621a38e703d1e9b41ac140" + "hash": "5c46186cc2e23bdec462649abf0298c8" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310657,19 +315732,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bac5fc7c24aa9c7df5cd721c09edad4e" + "hash": "31754f61750beb4258257d88b760c7e4" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310677,19 +315753,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ccd0af3b6eb796a8881624d9e4ccd4d" + "hash": "0b7592f0a77501111442b8bb0dd478d7" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310697,19 +315774,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a14844caf4288e9b030cdead352270f5" + "hash": "a06e129b2c33468160ec39a628a57d8a" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310717,19 +315795,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1cabe4397cdbc61be25a47efce62abf" + "hash": "61a28d0b065e899a3418460272d435cb" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310737,19 +315816,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c94f51197677e5d10d519cfefd5c6004" + "hash": "8f69b013a047a04de737254000b650fe" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310757,19 +315837,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb89f6ee0bb938aeaf43a844154a83b4" + "hash": "0da63ad5a9397d50bbac488b6b172fed" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310777,19 +315858,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "94443621628a3576f8936946d5a95bb7" + "hash": "7b5bd83ec3ceb9b104ca58766ecbae55" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310797,19 +315879,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6786d1001423f564c68c148c4163d867" + "hash": "affad60fe793941166625b7f4671fb11" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310817,19 +315900,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "20d19655d347aae54d5a146c1131ec8d" + "hash": "21bc41464e4b048b4ba0054f29b3c2d0" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310837,19 +315921,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "215dcfcf31370b0ddbf233228f2a1157" + "hash": "0559e5c9d854f684315bdd97d69ab701" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310857,19 +315942,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8fbf3a7f0c7d02650f294ef2e97c52e" + "hash": "263f4d3a7fca74f5a74026ff0229979e" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310877,19 +315963,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "be6bfffda0fa3e68bd1a2b505ccf4379" + "hash": "5f845f8e23f08a4b1e0d0d1295b8d775" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310897,19 +315984,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "da7914a91c73148d1bc027867c94694f" + "hash": "5097a4314bea0fc2978cfad7c0c8736d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310917,39 +316005,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b3a1f799f598f6ec5c7556b1dfb31b0" + "hash": "f4e379ebc471a8528a78e31ad6a9ea2c" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c1cfc96f8ab9540ce94d61d5d44c08c4" + "hash": "af0379b9ccea6f7fb10e3255c217a2e5" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310957,19 +316047,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8df9716c00304086faac1c6d510c0b25" + "hash": "24f996f77a0ca6b1766bd418164aa34d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310977,19 +316068,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0ea1a326f26ab49b62a32ab671bceec" + "hash": "3006d034e4030cc540913cba46e5ccd0" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -310997,19 +316089,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "560ab32c85079e805971da5fac7e3fa5" + "hash": "6f664abcc6af2668b89ba32a319b9718" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311017,19 +316110,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bd0cbc6056fe8b01e6cb181b130d732" + "hash": "a51ca8e1aef02cc0535f4f87f104144b" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311037,19 +316131,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b11ef8fb00ea731a8336379d1549950e" + "hash": "f47601a3c8bec1c20bf05120b2a11dba" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311057,19 +316152,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "019850a6668ba42c0c07fe874faeb810" + "hash": "25affc69b20774b391fef36b9491be96" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311077,19 +316173,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2651f10ac0eb0a5db7f34b45aa30b89" + "hash": "8f8f31016410830384d2a20df2882c95" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311097,19 +316194,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd494c64f76cf5d5265625fd17e25da9" + "hash": "20f752e2509a75e3bf0c344835db25b0" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311117,19 +316215,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd5bf88daa6f95e0203919340f0aa5a6" + "hash": "a4de2665726eab347915bc86a8e9e0b3" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311137,19 +316236,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "189d117b708c4f65a1c026535ca81abe" + "hash": "015a569f712aefbce826e2822b96b08c" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311157,19 +316257,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf9ce53596236fb7cb3c9fc0d3c13732" + "hash": "0b1aa2fb9bf3bc955c6f7a77779e91e1" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311177,19 +316278,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8901f1447c3eec4db1cb5603c61a13b" + "hash": "ea3ee17d1d79bc2a8e7798b5df229cbb" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311197,19 +316299,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "baacf073796f2f2a98de6754e09522c3" + "hash": "b9e82aaee3a9382f38d903c5fd71d688" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311217,19 +316320,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7cd947a474d4112d8fad3a2da27ec8a2" + "hash": "7aa0d270590f51dc7f1e2d11542356cc" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311237,19 +316341,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6a8db88dda5342a834246a791b1322ef" + "hash": "9e53569ab690152e06673f1ba74092cb" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311257,19 +316362,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "98644de2159a3f5c3cd571b4803df349" + "hash": "7517cbb3bd3d54a0ad2ba80ec04503cc" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311277,19 +316383,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0976a5e2de147b91ec2a84abfd8522a" + "hash": "7ee1ae3b2b01fb6ffc55c7dd1c2d3c20" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311297,19 +316404,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f6d64b997e9305286e285e0ad0d7dd7" + "hash": "be7bb7e2eeaf3ea06ae5310cf102e10d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311317,19 +316425,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1fc74cb77ae015a7eb376b17881b270" + "hash": "aa51358701e2697d2e9ee18cc171c67d" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311337,19 +316446,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a11b99c0a0034661958ce8ee7c4cb5f" + "hash": "330db4dae0c7f2d3eff309e616225f82" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311357,19 +316467,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5f456a4ae0d2d1d35c88239091f255a" + "hash": "11608f38d2352a1872eb2156be3ae343" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311377,19 +316488,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "88480a045d1c81cd10e8298c2913f380" + "hash": "6acdfc11fdfc97136c896e37c0e670eb" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311397,19 +316509,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f3e9ea36914e32fbe91ebc6fef994be" + "hash": "ae3b5a8d4058d3865e12b33c55c05d90" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311417,19 +316530,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "072c6bf76c0210799683283eac9fd9b0" + "hash": "008af98ab9769059a9e1c70bfe5d7d28" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311437,19 +316551,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "49646f7682871614bb9c21eca212922d" + "hash": "991699d78546e82756911ff656048187" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311457,19 +316572,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9759af4815eb71d9eee5f3327ab740d" + "hash": "a92cac3210477b6fe5684b3731f84f28" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311477,19 +316593,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b8b24845058ffb7b7cb161a322443af" + "hash": "6c8950cb7506c247c9c42c7804cd2081" }, { - "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", + "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", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311497,19 +316614,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a500dbd9e9d39e6fe41b26e3dbe77e66" + "hash": "e016e0d1ccbaa59e40ff73927da9ea04" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311517,19 +316635,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "368c7cc507eab90d1d81cb03929c01ef" + "hash": "5edd38d933747f5cee27168a226fff69" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311537,19 +316656,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "081c5d9edbbf540202849f9dcbc6e998" + "hash": "2ee2c7a4b4a74c2f1d125d6228de36dd" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311557,19 +316677,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a32e173a7f9621aa4fbf09c2b956af9e" + "hash": "4e8d92763a047cefea3638636452be1e" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311577,19 +316698,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b76edd324ecd2f0426f95383199ca78e" + "hash": "a2a56d29b34d300ab84d58781d220f2a" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311597,19 +316719,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c324c23bf18bbbc75426fd1f89ff5b2" + "hash": "71707d21e410af8d0ff37e5435c2ba61" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311617,19 +316740,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e565b06dd3a2a4d8e32cbf076105232" + "hash": "424bc1486fceebb8c61e0d3526371f64" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311637,19 +316761,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "78d5477dfb2bbfdf84819115a21843a5" + "hash": "8fcf19a0c09020a91034bc445bd06c3b" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311657,19 +316782,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7b5558e1171e3a7c35cd03bec625d1f" + "hash": "c68a095f816f788fb4cc842fb69acd4f" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311677,19 +316803,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5fcf36ba448598270677a997747a1ae" + "hash": "775a6cc9c6006f007286390df94714cf" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311697,19 +316824,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "10820e6bd87f444644dc48faf50661bb" + "hash": "5a21bd62bb79d5a3fdf5a02186c0d16a" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311717,19 +316845,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e7c5463535b8b1c2a1e5f2e72abe952" + "hash": "84fd982fd71843bf1fe84d2b5632c5b7" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311737,19 +316866,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5a589f58e90b23964a2d9d38586123e" + "hash": "c63f885fabaf81b83e74202206919b9c" }, { - "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 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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311757,19 +316887,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "80c394414e72026024f5a5fea41f5729" + "hash": "2eb0da94e9fac09dec5913bfa49a63ac" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311777,19 +316908,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a7e535351b6fdc2c5191b7b61d95850" + "hash": "446145d61f6a116c87875e8ac9b09d44" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311797,19 +316929,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf29680adaa125d1cdc54bc8b6f5baae" + "hash": "291c07999289f2e78a0a4859cb93a242" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311817,19 +316950,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "26b047d3b2e2a22cc62701d6287167fd" + "hash": "b6aff60d0d79b2bc8f43bb009f4512d3" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311837,19 +316971,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8ba309b408cadbb55704e10fd4449cf" + "hash": "2294dc2bcabe8540009f43eff9f977fe" }, { - "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": "", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311857,19 +316992,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "620425b8c0c2bf3d0accaeb886105927" + "hash": "358f9aa134a98e9d79acbc683b0b7e57" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311877,19 +317013,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3069e1401f466648d087541f45c24e45" + "hash": "613e9f2277b6af494839f761652918d5" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311897,19 +317034,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e51cb3c395c178f4d87813a39f300c37" + "hash": "fe536311eb7fcb7f7c55231a0ef7c704" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311917,19 +317055,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "79021f18f81d970a7822bc8390c86a72" + "hash": "1e557bb90debcc7433a614ff149d8c54" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311937,19 +317076,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "52940123fec7f8d520ab49fe1bbbdfa3" + "hash": "a3b6ca0f4d2e0246ca562d3c5ac5b19b" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311957,19 +317097,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc507b81dfa0e68c782ef3284cd84693" + "hash": "a07d351a21057951385dc8025d347c9f" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311977,19 +317118,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "96100e74e1fc7bf5bd024bb40964e3b6" + "hash": "47931b792c47cc816114d1cd2a92f0c3" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -311997,19 +317139,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c321365769d7d782ba7054042c9cfc64" + "hash": "f66db18b3ffa301c95f0c955ef344002" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312017,19 +317160,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d9b3463654c652f8053de16995c841c6" + "hash": "8e902f265c20564962cbe5977b027849" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312037,19 +317181,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb464f7f0a4fab96c57ec66785e183d1" + "hash": "bf5087b60ca23bff4913a00e1fd50b33" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312057,19 +317202,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "90d92edb36f36db3adb053ea5ad78cfd" + "hash": "9d7dd8cf79b9e923a789ccd7a13c5e48" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312077,19 +317223,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3265698eebf5818d6a9aec2320b1420a" + "hash": "563ec3915dbe82528fa0fba3474db9de" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312097,19 +317244,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a8cc745d77136d490d90d44057cbef3" + "hash": "99360d2b8d1bc12be1c75aef5f917dd2" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312117,19 +317265,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "38f9e6d3f1a8a2402b68d0302987d899" + "hash": "302e4a81470b6f978bc75275f152e2a1" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312137,19 +317286,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e759ac13a9f10836a9801da30ba73a90" + "hash": "803ee3ffca7a698152bf052f751d76bb" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312157,19 +317307,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff113ee2c6c46a85b94d268f115c435d" + "hash": "e31ea19c2fb3d92efba683a1cca2ee87" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312177,19 +317328,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bec9fce9d42ed6c9ee44afe64ffba81d" + "hash": "ba1fa4d1f7ca8a75889dcad644e1f1c5" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312197,19 +317349,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fbf5cb91bf096b56755ea5f1d7e6b86a" + "hash": "c321afba848dfc23165a8f9d95a2ed6e" }, { - "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...", + "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/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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312217,19 +317370,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "db95547bc338e6e2336cfd7bf4d5eb88" + "hash": "e9ab324d87e3db25ef41206b60774993" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312237,19 +317391,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea18888f89582d2e90155f19a727778b" + "hash": "aeb14bd9c496e147c9ee707e630eeaad" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312257,19 +317412,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "46f197d828ee544768e8697620559f0b" + "hash": "db768e5b14948db6a3f4d9cb79e2d7ad" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312277,19 +317433,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c5b38adf94d47cac0962f22e28567e3" + "hash": "916e059993e7f8dcd2f13d0ba81a4b87" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312297,19 +317454,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2a0156d7714ebdf4cc105dfc1273ecb" + "hash": "7cd42d0b55cd78cc4587119e16714fe0" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312317,19 +317475,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0888e64a373e27577e24ea926ca6117" + "hash": "d231bcd3295045cf830a59a95e469917" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312337,19 +317496,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6845ad91f8c06cf9fb90dd42a50a1591" + "hash": "d91113f28aa1055dcd3895ec08938811" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312357,19 +317517,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2a247c73bba8d76796a6cc51efa85c8" + "hash": "7b23cc5d5f9ca4bc9f4f6124b176b224" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312377,19 +317538,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5827baf34244e9cfeeb72cc9fe4d9f91" + "hash": "12e39e029facb9b23d5aadff4b9adaf5" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312397,19 +317559,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e270402597ef9f4ba8915a0e94c1165d" + "hash": "03f13ba10498951b09aee6bcfa573671" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312417,19 +317580,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "18eda27dccbb450f5681f1d321a408af" + "hash": "86e61823642acc8ddd00b011a3238e5c" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312437,19 +317601,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e2a574682c7e37e57efc9b19c6c2476" + "hash": "7eeb2c8d4841831705cf6672949c9422" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312457,19 +317622,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a29cefbc0edcab2524cd4641f644900a" + "hash": "c4be552bc5e3382a6180415fdf49c324" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312477,19 +317643,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d7b2395efd488d1f21c5fa3a386227d" + "hash": "c6d9ed057afd0cb1807ad915d22a96ca" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312497,19 +317664,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "03dd2941dab3e5e9dc1f21d623ffcba2" + "hash": "3d3c5500bf89bdcdf8a9ae17ff5586bc" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312517,19 +317685,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "77b83ad5d67099ad240bae086d8b83a8" + "hash": "dca770d9cd9540bf44ebea45556775d0" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312537,19 +317706,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4fbaf5af1304a42ae259d78e38e2de03" + "hash": "9497aec40a0aa6f1c4d8ce1007383856" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312557,19 +317727,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "360da6c4021100f38caa1d3eceb7344d" + "hash": "f7fe9fe332586b39dc1b556069aa7555" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312577,19 +317748,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5d6800209f2599e829110304a774b9b" + "hash": "f69ad125870e7773249f177394376f9d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312597,19 +317769,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "11afd895bffca7ec9103aab6fa507e2b" + "hash": "b1e779ef829e70ddc3a17693a0cee44d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312617,19 +317790,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "056a1ccd2c2e06dfed9c331c0ae64367" + "hash": "398d08b57a85678429f7a01d9811c07f" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312637,19 +317811,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "74247deb6b8ccdbee674decc8026d08c" + "hash": "9af5ada3f9da1293ec6c27b47f9b6c35" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312657,19 +317832,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "594205fbbe1cd22b31095fef8dfcdb89" + "hash": "191933b09fccbf1809db95f046da5064" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312677,19 +317853,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eacbb47a79437c85343449d06cc71116" + "hash": "7216f9e1039da8168bd00865d9545319" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312697,19 +317874,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce476e4cff5e36f28bf2394c587ae7b3" + "hash": "45a207195540d0ebb2b8b4ef68575dce" }, { - "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...", + "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/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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312717,19 +317895,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b524a416b5a931f657ce728a3890041" + "hash": "0a39b3075bc081a6362c3169e950421b" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312737,19 +317916,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c0b99793a55290a17e65890d7cdbfae" + "hash": "1bf38b95761acbf8fc0e5bbd383d1048" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312757,19 +317937,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b448f29d282bb0d43e3dd7c8ffcaff0" + "hash": "72f92c3c97c3769d3e007e025e524eb4" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312777,19 +317958,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "744c5ee0f9dcc669b135c6c69d06cec7" + "hash": "6b6d319dd2b8d36c70d9db30ff505bdb" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312797,19 +317979,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "167ba495abe53c92fe218c1bd118a12c" + "hash": "c8b6871d905e5399830f39de0d5adf3e" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312817,19 +318000,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bdb511b42c27f3549fb1e3d732b6a597" + "hash": "ca3e7efd4fdcf1c724a3742c9e940c33" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312837,19 +318021,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "10bbcfba101f4d85445eff6d0a21b518" + "hash": "dd226a9494454f9fcb75b5e7236edeb3" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312857,19 +318042,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ef4f03a05e6daa1e616d40581d1b638" + "hash": "a0111b058fe640706d0184bcddc7b95f" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312877,19 +318063,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4675ec4a62fc727eea54a7d2e3dd8178" + "hash": "6bbb7fe14d5d4c27e0fcac8ae9d556a9" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312897,19 +318084,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ba1a77a4c7d39869a1951403193bfe2" + "hash": "3135d727d63debdb3f9f5026437155d3" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312917,19 +318105,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9a26a7fd13febb36a42658d7885bdfc" + "hash": "83ec77215579d6828a850c8353a78ac5" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312937,19 +318126,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1f032ff0bb03be57f8e02325f3d046a" + "hash": "d26c8fafbb2479be32928290ddffbf8f" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312957,19 +318147,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "44e6ed20bf61270bc50fb0d1599c2ef7" + "hash": "d33060f9ca462c6c1ca04bec20e5e1ca" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312977,19 +318168,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ec3cead698b17857763bfa5f8336d6f" + "hash": "fb24046c93d41c83efd5b9705784786b" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -312997,19 +318189,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f2fadc8ac844180145191d146150175" + "hash": "d53b49a4158bffeacf1abb630c7dca74" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313017,19 +318210,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f4e24bbc0ac6a9361214e58a4a94bec" + "hash": "70dae70c8c5ebfdec2e53e09ee7deb45" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313037,39 +318231,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbff6fcd184521a09ace9f80c04f4383" + "hash": "2e532713154909644b669b6fb35b8149" }, { - "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": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "The Guardian", - "read": false, - "favorite": false, - "created": false, - "tags": [], - "hash": "2daf2706ddf8483b7b873d2228bcd66e" - }, - { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313077,19 +318252,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c621c9d4063978b46092a14e31cb24af" + "hash": "c9fd3cb9ea2c2a8c6d9ed3d90217a0c1" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313097,19 +318273,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b4f6c772bb77de7f22403b6ab8d44d2" + "hash": "312d7ed1320f4d47c882bf4b8d9c7f3a" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313117,19 +318294,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "326bab274f908dc23a047b563148f44d" + "hash": "3b9602ef389ebb83bd8750fb4ffee8af" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313137,19 +318315,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc0cbbfb6cc9e306622b956fcbe2cc9e" + "hash": "c95798efe93da4b2cd3764b4e52210bf" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313157,19 +318336,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b87e5d8d27846c99bd356f3ee6fbd7c" + "hash": "8f26eea73cc96dd89d3e876d0c4979e4" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313177,19 +318357,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "849846150887d2183bf863de18a63b68" + "hash": "7ec6bb4120dda06b5d16d4ea1443e967" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313197,19 +318378,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf1b6d17454774a9de8ed59871bb76af" + "hash": "50e6b5d11086afe2516b2feaf1bf812b" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313217,19 +318399,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a3f8f14beaa8f3a86ac8eb4f49c610e" + "hash": "3d9952982716db873c4a41bd62b47f7d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313237,19 +318420,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b827c32605c1437a7caceb04019c6887" + "hash": "b6321eeaa78ee458569f787a0cdfe133" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313257,19 +318441,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a0d54f86431007e0b02d560a951bf2d" + "hash": "c7d061065e232a0ad68bc673e7fda7a5" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313277,19 +318462,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea7754a5b82c151ec175ec0f9e47138f" + "hash": "a85bcbc6600ccc73aac5ebb9c6fa7968" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313297,19 +318483,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb6198a1d0bf20a6e349aae206e9d407" + "hash": "bfb75ada52f67e35535a5d5bbb8e188d" }, { - "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...", + "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/live/2021/dec/05/covid-live-coronavirus-india-death-toll-uk-booster-jabs-christmas", - "creator": "Kevin Rawlinson", - "pubDate": "2021-12-05T11:51:00Z", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313317,19 +318504,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "125c5fe5dd5fd5e2ba92c00bc30fcd16" + "hash": "c28f52ff636eaf63e3b03e0b1743c6ce" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313337,19 +318525,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ef9bca9f9840dee7df4362944467f46" + "hash": "83ac6120008c59e5d9f94b0d17bae0ce" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313357,19 +318546,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fdc3932af3615bb98137fa0e8865248f" + "hash": "51f1d26454ef54a9c88d7f73ebc42020" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313377,19 +318567,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "983ef1de22dfdba9b64c2e959eebdc6c" + "hash": "a644200460011c50370de4ce8ba1509d" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313397,19 +318588,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "23a73d83c135082aedb54595819036e8" + "hash": "07ee0fe9cd4b722287e9bff2bf366d76" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313417,19 +318609,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "649917e227275cee34629828ce536acc" + "hash": "6bd120b6a7d8d4cf43cc3adeacaf0959" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313437,19 +318630,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e2f942b8d71a9a04dfb20d336be0e27" + "hash": "228928d6af15e7c387bcda8ade80e187" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313457,39 +318651,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "91119d3dedd3098f0c2725c906f6e9da" + "hash": "32846b0ed62d3b65426b3e58d94aa9e6" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bd63728a9798053291e8ced88274238a" + "hash": "3d55e90c9013cdc0926fd06d5c62f7b2" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313497,19 +318693,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0de319edf44bfc8ef3cea2bb74e4fee" + "hash": "3f7cbc28c5dca911bc9b1d75dba885a4" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313517,19 +318714,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "649e00d865bd69737c5035ed55cf3dfc" + "hash": "202f0b52ceeb7b2fcc434ec1e3078057" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313537,19 +318735,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb9a7b7580baca37cf564cdbc573c0e7" + "hash": "c7fe6c2870ef7ba51675ef093736e4c2" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313557,19 +318756,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "238b2438809589280a05cb467e086efe" + "hash": "32a9c5af0e777f13bd4a30c75c10004f" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313577,19 +318777,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1336dc2cb5d521e79ba42b4203398534" + "hash": "e18724c38de2716caee2c0ce907d4de7" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313597,19 +318798,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9f9aa2fd217ebd0b399ce68f2971d06" + "hash": "7da76b35540ab04d8440a0c617a175e3" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313617,19 +318819,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "042bbcb92fdba3b8583f6157e1e38279" + "hash": "e96297cf3e25b36c7a334728b3339915" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313637,19 +318840,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "aca126d7a89b2533e2fd5f6c0f1f5398" + "hash": "ccd4a873e2f62e8e8fc80867f8f33828" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313657,19 +318861,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f205d94d683cd1781a635542407b61d" + "hash": "009414533d7e256e32f26397459af4af" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313677,19 +318882,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d93f594ec8f8e2845042a28fd96db14" + "hash": "ddad039b66adbdff360860ad27c6f6e2" }, { - "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-", + "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-05T06:41:55Z", + "pubDate": "2021-12-12T10:00:35Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313697,19 +318903,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e546eab56c290f4b4bf5aadad628efe9" + "hash": "cab63c9f828aa575100256a5753c805a" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313717,19 +318924,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c8f9616e4a237e0f1f42ac3c4262c0c" + "hash": "034cbf8beb1d4a9c860d13dea0448e1f" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313737,19 +318945,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "422a2adb628ffdf9515094358e72d323" + "hash": "e8300fab54392c220634f648647bc0b9" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313757,19 +318966,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd181b7da3d52aff845f1e4e2b2890df" + "hash": "3a537d3af044efd96b530ec644fdd241" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313777,19 +318987,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c10f44a7edf51f02ebbdf2c173f35bb" + "hash": "59f7aacfcacddf4ebb1121b7f993dfdb" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313797,19 +319008,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0bc084c5276a196b795aad77961a26a5" + "hash": "7a3444ffbf768b08d527830b071c8f41" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313817,19 +319029,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0368ebe85a15a610aae90a7ea65a3f9" + "hash": "dcc0ee317332c06a8363ae6da5386fd4" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313837,19 +319050,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4635d55296d6ac3330cd9b44c43ec28" + "hash": "bb5be49131920af3832b68c48ad785ba" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313857,19 +319071,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "abaa236acd638912f4d4e13936575915" + "hash": "b0c582cc5302ca0e772273cfd803de4e" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313877,19 +319092,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "84475ea9bea5d5abcb15ee511df9f385" + "hash": "b9dbf94abfb97e72f76b381d481261ed" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313897,19 +319113,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "271f62767c115edc716090b278cd2c1f" + "hash": "b050390b530d1fd471a6f93f7e3aeb04" }, { - "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...", + "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/2021/dec/02/how-probable-omicron-covid-variant-take-hold-uk", - "creator": "Nicola Davis", - "pubDate": "2021-12-02T17:31:32Z", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313917,19 +319134,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "82377fe51c6e2019aa63bc99491d026e" + "hash": "342502440ba19b5f8be416c240378d54" }, { - "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...", + "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/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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313937,19 +319155,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "afa02337b2cac28b47f950f48c51fa16" + "hash": "c77c30f04253126329dfdd3648e4290b" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313957,19 +319176,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "62d8c157f79ec2b74fdb2451f9e81df9" + "hash": "133cd09bdd49094f638d6b6b5a94d4ec" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313977,19 +319197,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4cd2035b7d39519f0c4bfe7adb6eded1" + "hash": "284a5a89e3f4cc9d45e57bf276751a2f" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -313997,39 +319218,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c9c4b4ab1b24a124408da8fbbcb0e01" + "hash": "383c45386babfa33b02071290b6943e9" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "def6989671d460dcb49db7a82356aeb3" + "hash": "1d99d14ec467a4e82e64834f9a1e22d7" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314037,19 +319260,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5cb8a1fac9ab9c3cd9bfa3fe281793f1" + "hash": "e84ac3292f359dafbdf56e28f515b929" }, { - "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": "‘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/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/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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314057,19 +319281,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a29e41117c721ee0977b2a06655014c" + "hash": "3dd014c617069d5af036ee8d2bd9b367" }, { - "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": "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/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/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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314077,19 +319302,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d65835ae4e9a07fefa5b9e5977023848" + "hash": "ce73b264346e485298c36ab57ff562f0" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314097,39 +319323,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "cea1f79884b80bd60223299f092f0b27" + "hash": "ecf912840039399f76486025a0b02c82" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "85005c7eb9e55b7654da330ae71d75fa" + "hash": "48e47aff979cff623425aa6aee6bc206" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314137,19 +319365,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a08aa5f11b9606a77cb35bac5d76628d" + "hash": "149ef66a8405e14598fb3555bd7d7ec5" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314157,19 +319386,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b1d8608b8d07f1f0801ee738a1dbc6d" + "hash": "991cc032509daed00aed51bb2ac5c63d" }, { - "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": "‘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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314177,19 +319407,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "11b7a5b8cd48b259e356a34130ab1b04" + "hash": "3db281f63b7d237932feaa229a16a440" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314197,19 +319428,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bef92024ebb2af839e27c8cb9d0fa70e" + "hash": "5c31fa7da7f6edde5440caccfc788041" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314217,39 +319449,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "d33cb408fbf9376ab2c8639e32222915" + "hash": "4625dc41bccae74176f2f053fd459948" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4b12bb1b9bd9cb8e96df664d686c07e5" + "hash": "2117e088c6bf05b0f6dc4e1bdc5fccbe" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314257,19 +319491,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f1312df2d5c0090b6b8909110e7acc4" + "hash": "cfa0a5e44a9b3f717362966773c4756b" }, { - "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...", + "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/live/2021/dec/05/australia-live-news-updates-omicron-covid-cases-pfizer-vaccine-approved", - "creator": "Justine Landis-Hanley", - "pubDate": "2021-12-04T22:39:58Z", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314277,19 +319512,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0af016a259d15d15acfe9302643367ef" + "hash": "8be96cb600a0dc04a6a0746863cede95" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314297,19 +319533,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ee7b4ea48099ab2a6703dc44d1a4ef0" + "hash": "070befc5d5c5439b1045fdf764784b74" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314317,19 +319554,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "af3730233e293b1284dbd2761648ec3b" + "hash": "f5d76b0b467cd61cb78daf9b9f54aeb4" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314337,39 +319575,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb6c27e0091c7f6bd4c3af470c9b8ed3" + "hash": "84ad81a7edef7f326ba6a426aa2a25da" }, { - "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": "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "ed05b3d352d0fa8db63059156f8f39ad" + "hash": "acf964195f8a0b127c677d9101c8b1d5" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314377,19 +319617,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b7f68df641232841ab6735d3dbc88365" + "hash": "6b02b7fbc4a8e5b47f586f70bdfdea2f" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314397,19 +319638,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f11c4ac5669fbc0e88dcce50388f4a64" + "hash": "6a9f3ca2e648041a91876d7de60cd7d5" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314417,19 +319659,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "19a70f87676e645a195ca64d3c7d5020" + "hash": "e60e6d9084dbbb06044f1c208e7a9f99" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314437,19 +319680,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1742276e73e8dfd9b5662523639b2df9" + "hash": "ce930bb999f4e5e518111d0f70d6d83b" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314457,19 +319701,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e214b8f48ab33322d432aa74804f29ba" + "hash": "1736ec0a07ee59e63bbe0d36ea7de7e7" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314477,19 +319722,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "509c76192308966e996f4a1bce7804eb" + "hash": "6f0e24e1fbfb4b25ac66f8fb5286ee88" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314497,19 +319743,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "709fe318427ae47e5a72c75584f8bab0" + "hash": "663baf175a5b8fb20bac8dbcaf215be9" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314517,19 +319764,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "59ec57ad96394e365e2beeabeaf98bf3" + "hash": "479d2ca856fe0c3305a27425020426aa" }, { - "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", + "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", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314537,19 +319785,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "aea191ee2486abd6d14dbb651c21d9f3" + "hash": "6624f2f30b1b3aa7e0523cd96081496e" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314557,19 +319806,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "af96b395ad5425f2e8aaff63df087907" + "hash": "b65533bb7a35d9a66ce324537918dcf8" }, { - "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", + "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", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314577,19 +319827,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4a0feefa1037ae477cf5666b00e8e83" + "hash": "bbfc94c3a3ffb57a8e5e7e246e44a3b3" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314597,19 +319848,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d7d7ae4161ee2ecda0e6613f47831f5" + "hash": "84a1d2c53796aba67d4b9c60c2373b9e" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314617,19 +319869,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae5a5676ffc3612ad6d2d8b14e89081e" + "hash": "7489ea7f943626380c4fa70f6b8c3ba0" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314637,19 +319890,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b26ef4ad80acd74eef4652b4a2a9985" + "hash": "72ecaaf43208be439702afcf014457f8" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314657,19 +319911,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bff37e3e4f6720c743ee410d03b7ef08" + "hash": "98acee78bb92d36ee6058ecb43f5d3a0" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314677,19 +319932,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e3d1e8718c235f355e961b36c2fc8bd" + "hash": "08b9d989699aa48b03cc3c89b0192690" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314697,19 +319953,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5585265823459cadd6658e8c497c5d09" + "hash": "2aebcbd06cef8ebdaac0b6636f73ad11" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314717,19 +319974,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9adddcf902769ff84b4f374c2e043c94" + "hash": "eb2240d4db81b7cc63f105bec159b184" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314737,19 +319995,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "726e280ea21558452cf6932aea24fe79" + "hash": "4c6a48ff290c3112e3080b7a776afe22" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314757,39 +320016,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "286d57036627f524571b435860ba00c8" + "hash": "8f363a9d8304b31f07e2518754598e65" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "fec25b068076a5f7662cdc744f9c35d4" + "hash": "2ec298dbe6878aabf58cd76dcad3fd8e" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314797,39 +320058,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "69fbee58efe80e8e5590d1c57a715938" + "hash": "968a7c05fe862a75e9df1f12e398a2f7" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "5ba1ad5c5bfeb2ea27407f0c3ee62817" + "hash": "800dfa4333edface21239b2e157dbf23" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314837,19 +320100,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b314c9e2de4e4f0463b0fcc1962a1c0" + "hash": "e6c32969f615eccd8991aca1edefa235" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314857,39 +320121,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "147b9c264c6a21a6fd243174a103245c" + "hash": "e9561d1860353cafa1e694237e531740" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "2bb82a5ddf1e968fd7bd29974c749365" + "hash": "87275dd3d6d8c43f2d8728f04a363fc1" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314897,19 +320163,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c79da79c89365823c0e50eda49c6418" + "hash": "a6c00f8adc32ec7ca0006a9ec0511fd1" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314917,19 +320184,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "51934e6ec4442b660d5fb97ee5c118ee" + "hash": "dfc04f49d9adabcacd7a53f9a8f6a251" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314937,19 +320205,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c65698811d276a8f44c25a84ddb982e9" + "hash": "b6c624215019ea01bcb207590650446e" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314957,19 +320226,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e576668ab5d7cd4f157ee302b824726" + "hash": "a6e49b3262fb82547311bc5c70c4cb06" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314977,19 +320247,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "86a1a41a43c41934b0a1d2907f83d6cf" + "hash": "67441e6b8b13e331ee5e9609edb15632" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -314997,19 +320268,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f35bc8cedd59a66819b3aeb5720a1c7" + "hash": "f45a0750b3b9d2cb3150d7926f80ff1b" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315017,19 +320289,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "91fad6ab94af54d42132d94ed2511e10" + "hash": "7763dd63744e6c5ca01abf97ee1142a4" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315037,19 +320310,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "db118d119f8111040468d2beee66ba08" + "hash": "51d8df2b6b7a1c205a3acb505db374fe" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315057,19 +320331,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "adc5f40b9c15078764eff92de15d9193" + "hash": "ecc7f625eb36a621bfbe64acdf1de020" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315077,19 +320352,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "56bdf5d3360a68e0f374d4a34f1dba8c" + "hash": "3d15e6920f312fbd1c8ad6b6d60b0a78" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315097,19 +320373,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1cb506aebf93e0d01a61eb2dd0547f0b" + "hash": "1bba77b6f3988b8c09c71df5b5f23ee6" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315117,19 +320394,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "820514a68f2debee858a7d0bbe9a77c6" + "hash": "d7621bb6486aea3faf23c7ddfadabede" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315137,19 +320415,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9360a7ec6fea55a43ae9d3985c9b16e6" + "hash": "13c46975bd82b5e3a527867fbdb2553d" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315157,19 +320436,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "47d10e7c67c3329467c201659bd26c72" + "hash": "69ec86a4c48f894d35bbaa398ffd1479" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315177,19 +320457,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "842ae29017f313abffea629585518996" + "hash": "4dc9dd87974fb4b6d4e505196067d586" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315197,19 +320478,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6984a64e88af86941c472cba3519df22" + "hash": "3d91e49f93bdb8b656e39f41ab074e7f" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315217,19 +320499,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2f0b87462b7d5dfa11f0f8f9d1cecf6" + "hash": "c8302d5e9dc88cc8cdcaec841510a892" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315237,19 +320520,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "059be5632fbad25cebb62c1be1637129" + "hash": "c75af711c8b05aa29162fc4bdf61c25a" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315257,19 +320541,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e712d99250bae2c6a92fecc9e59b46f" + "hash": "10517b8276bdd05efaf60b14fdac9500" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315277,19 +320562,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8df88746fb9eee28b870f437d7a80c8f" + "hash": "a39462e4a814e899a529e69db7715b8c" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315297,19 +320583,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a8c95c6f881b8546da70c4df7f2e08c" + "hash": "f30091f6149711a535466cb2c81479d7" }, { - "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": "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/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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315317,19 +320604,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "17b4b32d93c954f2ee63170a0c4c806f" + "hash": "9749d48d3a722f6f1728883c494737cb" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315337,19 +320625,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "70283319c49ea4159b4f543601a499c8" + "hash": "a64af93c6d782704a097a7162b39e111" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315357,19 +320646,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "739186e302abe1caa9c7b85d91a6f7d7" + "hash": "9946461322ab7f6224fb94fac6d13b7a" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315377,59 +320667,62 @@ "favorite": false, "created": false, "tags": [], - "hash": "772cd5398618274150f346648dab96ad" + "hash": "b076afef901f7be5d01c870677b0e284" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "3a7ee7e379741837962aac0dda1ce0db" + "hash": "6b94706a5e9e7d99530f384fde4a55e3" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "b3f6f3467654d4a9442b0e93a5d0b741" + "hash": "776c230290ea574cf048e400e610a3ab" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315437,19 +320730,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6cc4c8abb27deb2e4b00a3796f620c4" + "hash": "2daf71d7a39167388af9f8554a9f1b14" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315457,19 +320751,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "961e0db1667f84de29e7feb6f86955f5" + "hash": "91833a57666c6b613d544908ca743d81" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315477,19 +320772,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ff1230a4e738280cc976da94f14f1e4" + "hash": "2aa3369f0ef41c638c8a265a7129d810" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315497,19 +320793,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "861caeffcb8f4266c7ef180e17457e43" + "hash": "6c4ee65692f9bc7967974f4e4e564a19" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315517,19 +320814,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "150430be5445a7e87127e052b2790cee" + "hash": "ccde40ead5efe0027074db5d00e9834a" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315537,19 +320835,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c080ad7b5cd8ec36d96c22568977763" + "hash": "c2604d804c709a0e3983d9c88a1a9d6f" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315557,19 +320856,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf5824c81c614a10e250b87902bb9b0e" + "hash": "ee361808efec283fff15094057ed5858" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315577,19 +320877,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0edb3ddeb7ca69cc47e8d8c13b269b84" + "hash": "710d7c9ad726e14689962d33ba365a46" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315597,19 +320898,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e68cdfc19025f7bdd65c699c7e1a13ec" + "hash": "835b45a835bad22e3ae2a408a09f4cdf" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315617,19 +320919,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e53db528dfa42255c11f361ee1e99bef" + "hash": "c8a09010923be8a69ea53c43fc9d3705" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315637,19 +320940,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1da83751835607ed6193542b79fb9ca" + "hash": "18c22e1161271e43d73b1c889fe39d52" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315657,19 +320961,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c01488cafa81a4fca858f6edabe83254" + "hash": "95ab44da7ad7c246ba2bb327e73d60e6" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315677,19 +320982,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "26ecc25256ec5708b418c38affd94c44" + "hash": "0d9785a74f74222edf8eeb5bf47c4967" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315697,19 +321003,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e289ef9bf982dec103dec5c82279173" + "hash": "1f9fe8bc7a3d909563ec972f1171b476" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -315717,36 +321024,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "4aef209fcfc921c399ec5a1b6f0f2847" + "hash": "b9512aa4b987c6cb22387b00a9d02f93" }, { - "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", + "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": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "83280d0b55ece5ff6d90d45b9faf54b5" + "hash": "c4ef313f5957ae8a12a8e69b5b83fa3e" }, { - "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", + "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": "", @@ -315757,36 +321065,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "22dfc1fff33d5ce79824842a4960c3b1" + "hash": "b4b14d08ddb3a1d26f60f16a6b786e8e" }, { - "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", + "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": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "aa79bd7dec74a605b280d76d80e01b6e" + "hash": "6caa2a7a836740ca37f201ab7513c67a" }, { - "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", + "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": "", @@ -315797,16 +321105,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0e8a2efc3dde8ce7561b1d2b3b279d7" + "hash": "f6730d4573a8db55545c201846bb32e1" }, { - "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", + "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": "", @@ -315817,16 +321125,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "442654ff1c019af292fb8ac50d9f41d5" + "hash": "f46a606a164de99df1a07135ee628f70" }, { - "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", + "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": "", @@ -315837,16 +321145,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b19f2ac7485e5ebf2debc7e936cf0d0" + "hash": "8ce1f8bbb4f2e42e85e332688ae03d46" }, { - "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", + "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": "", @@ -315857,36 +321165,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "c41b2b95e55b55518c61bb62b3db9eea" + "hash": "a87b511b10d796246d5bd1b1798155c8" }, { - "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", + "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": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "02b35571116aa5bdd2e8d1a4d2888780" + "hash": "dc42a002b156292e909e2eefe8014ec0" }, { - "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", + "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": "", @@ -315897,16 +321205,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c1a9138b8b5d1fee6a61fed8ce52b8d" + "hash": "fbdf0d045d253aed58f706d2694a2a6f" }, { - "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", + "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": "", @@ -315917,36 +321225,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a31b29802c3b71aaa707d9e66fd07df" + "hash": "3416fef36be032d4c5e00233ca9910e6" }, { - "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", + "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": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "3008193d0ffe7974ac259cf1dd057ddd" + "hash": "3d0061e56784345535bf5fa25749d497" }, { - "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", + "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": "", @@ -315957,16 +321265,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c8314f8f1c7f2d93e37421aea61f64f" + "hash": "e053d216eb95d92ef63173adf232083d" }, { - "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", + "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": "", @@ -315977,16 +321285,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0de20de4060a2ef037595bd9c23a7507" + "hash": "c12ecc5098001909eccd5bae067f5073" }, { - "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", + "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": "", @@ -315997,16 +321305,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad336110f37050eeef077fc8f99b4953" + "hash": "ee67888aabc904f900e5c6227e2b3ba8" }, { - "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", + "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": "", @@ -316017,16 +321325,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f3e9c62b7fabb0dac04ae0f846db270" + "hash": "4b45fe2a67dd0c71d96c5bc52c8b5b3d" }, { - "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", + "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": "", @@ -316037,16 +321345,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "31342da85613185e7ee1cf904a6e6086" + "hash": "a3ec16c854e7c26e2014f208b27939e4" }, { - "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", + "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": "", @@ -316057,16 +321365,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "21661d459b3eb8da2997664ec0874839" + "hash": "9724586f7e6382b9ef288268d7d82091" }, { - "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", + "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": "", @@ -316077,16 +321385,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b919cc8c048888d363a4599a4e461e51" + "hash": "eda2613a04b4ba229c05247f23c9937d" }, { - "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", + "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": "", @@ -316097,16 +321405,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "04dc474a56ae23f6bb643da72c2b4be4" + "hash": "521fec28dc62b5241af64c6250227af4" }, { - "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", + "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": "", @@ -316117,16 +321425,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a051bd0b1ecab5c95fe13ea3605f0743" + "hash": "c5e7dee8a67c03321026733a06611709" }, { - "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", + "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": "", @@ -316137,16 +321445,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "94b5f7b3a9727159f546815f65193b37" + "hash": "92bc6db93103ff2f15198bd6f7b4f6f4" }, { - "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", + "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": "", @@ -316157,16 +321465,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9fd82f572c725372d87ae06bb4e28476" + "hash": "ad7b0ce2ef17f296bf876895494c52e9" }, { - "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", + "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": "", @@ -316177,16 +321485,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "09472f1f20f5fd5fd4159b565cd4769a" + "hash": "2bdbbee4e7a932dc7cd18f32eac00e5e" }, { - "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", + "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": "", @@ -316197,16 +321505,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "10e04efb93d811023a8f88f6e91bd319" + "hash": "d6f79b4ad5a7e3c08c505c760f5d2e05" }, { - "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", + "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": "", @@ -316217,16 +321525,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e55f57c28464c730c706df0389f51904" + "hash": "b0df23d21fad6ffcd9186cc2758cf069" }, { - "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", + "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": "", @@ -316237,16 +321545,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "81c599644f7c514c1e950c982e4e3fdc" + "hash": "0e29f7303c95ec8a3f4847f51755fdb4" }, { - "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", + "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": "", @@ -316257,16 +321565,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "878e45f037bee79783a8907b289bc4aa" + "hash": "d676d46522c8b8c1aa056147313a2840" }, { - "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", + "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": "", @@ -316277,16 +321585,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "316079ada9ff6c6e66b36c9fb84947ed" + "hash": "c7b6825b25cf4ed1d2de2b39af3ae258" }, { - "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", + "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": "", @@ -316297,16 +321605,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "267d12c2cdb8efe73b004689e37fba88" + "hash": "388006e39d4db187648e5d10707dfc30" }, { - "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", + "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": "", @@ -316317,16 +321625,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3dbaeb146d5ddd619f381ff160169f11" + "hash": "d746af6b0d9b74eeaf21f68760b559b0" }, { - "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", + "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": "", @@ -316337,16 +321645,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "13f8e7d702b4dcf9a0bff0dc570c2023" + "hash": "e1802c060d0f06d723c3099eab11c28a" }, { - "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", + "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", "enclosure": "", "enclosureType": "", "image": "", @@ -316357,16 +321665,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3707af08b6b01d9b7778eb8247cbe046" + "hash": "ef2d16c6224d597fb41db4c41913edbd" }, { - "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", + "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": "", @@ -316377,16 +321685,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "44bbc75163cb7ddbc5419d9fae70dba9" + "hash": "1d9118734c2183c1c3904069032e0bb6" }, { - "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", + "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": "", @@ -316397,16 +321705,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d28e986ba1a2a9ce06e9827d125e62f" + "hash": "cc3b61678200fc5ce54dca9e18e4e678" }, { - "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", + "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": "", @@ -316417,16 +321725,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5717a7453607c648e841837d1094c296" + "hash": "f33ed2fe0c4c7d9988bcc97514d077b3" }, { - "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", + "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": "", @@ -316437,16 +321745,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "768b980e0a2e8c6e2eacc4dd94c6db33" + "hash": "c4ef368f965fc853515edf3cd5998607" }, { - "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", + "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", "enclosure": "", "enclosureType": "", "image": "", @@ -316457,16 +321765,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "49ee50f79c8b9718c5966ce8ad361af9" + "hash": "d033358f86e2be3b58e86ff52e982651" }, { - "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", + "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": "", @@ -316477,16 +321785,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea0820d04e9bff6a2862b033638a7e12" + "hash": "f9066f8314eb6128aece7a954a3ea51c" }, { - "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", + "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": "", @@ -316497,16 +321805,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6746b1ee6d691d4f1c375f47c0bd73c0" + "hash": "5e59a4323cb7f98bdc13b763db14fee5" }, { - "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", + "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": "", @@ -316517,56 +321825,56 @@ "favorite": false, "created": false, "tags": [], - "hash": "1074a063752f93378db43890c5766eea" + "hash": "994727225ffda7b10a335b33b7586c8c" }, { - "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", + "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": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "c479dfdd4acdc44687a6412b6d7c39c4" + "hash": "e1598fd0b3d0d08188374cc71c1e07e4" }, { - "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", + "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": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "80d7a9832ec9680744edc3c09df8d010" + "hash": "21750d7ebf284c81c6970b4f37b00fbf" }, { - "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", + "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": "", @@ -316577,36 +321885,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "c23e3e3f28bd31d06e2f6b0ec7dfbded" + "hash": "f199cf9f5eb3230d5ecef76e347b4d1b" }, { - "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", + "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": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "c1d923497021c1828db168644a4c7d08" + "hash": "6d4acb41ea140b45c13102a14afe7d5e" }, { - "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", + "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": "", @@ -316617,16 +321925,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "14a1bb7a25add9850a93fe4f35d194c0" + "hash": "efb0d2ca3810886b8a34d491c7ee2d7a" }, { - "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", + "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": "", @@ -316637,16 +321945,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "21224600b67d6fcf180445741dd7ba91" + "hash": "366c561560dba14bdb8d72769891a0b5" }, { - "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", + "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": "", @@ -316657,16 +321965,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f49b1ffd73284fee41bec7fb471561a" + "hash": "c9bfce5f1c73a6d8456b86be3c164d0f" }, { - "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", + "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": "", @@ -316677,16 +321985,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d270a5bf58f896cb6458f473a85822e" + "hash": "2cff7c63e354a1c990cc72d6998d4eb3" }, { - "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", + "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": "", @@ -316697,16 +322005,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "99b43a7f17a1770cf57fedc2800ef493" + "hash": "91c9ff81f55e4c0a2a6da68921c4d9f2" }, { - "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", + "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": "", @@ -316717,16 +322025,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ebaf680860f7c42416e2b3534a753b39" + "hash": "dab8be6abb92a865ce74d4cd6ef75eaf" }, { - "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", + "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": "", @@ -316737,16 +322045,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f20e212d553c25d2e34b964f3ed037d" + "hash": "5796113cc9793be9462ddd16748da652" }, { - "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", + "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": "", @@ -316757,16 +322065,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "26a1ad6c6cd63c399715a96131c02864" + "hash": "6e585e6d840411ff25b547ce6efaf78c" }, { - "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", + "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": "", @@ -316777,16 +322085,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "21bf5aa2e3ad1fe1ff69cfa05572063d" + "hash": "94ee637bb9a789c7bc69698cbcbad665" }, { - "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", + "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": "", @@ -316797,16 +322105,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb2b8d6125fc2667a411c3b92b0b27f6" + "hash": "7d07e0810f814321b71a3a155373266f" }, { - "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", + "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": "", @@ -316817,16 +322125,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b542b792542d541ebab2557efb4eeaa5" + "hash": "9d7fb75393f8c0ef5ed9963940ea1562" }, { - "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", + "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": "", @@ -316837,16 +322145,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d757fb904db7c83556eeb1f8224306ba" + "hash": "320f664ff355fb25ecfb7d4ca8003edd" }, { - "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", + "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": "", @@ -316857,16 +322165,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c17f6a057a5b8d1cfa9b5c71984e350b" + "hash": "e601d91adf7cec747a3cad65412548f5" }, { - "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", + "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": "", @@ -316877,16 +322185,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e625f20862cf1e7c9f1f1f4795f99130" + "hash": "04a972c473cd1e8b408ce9dbf2481020" }, { - "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", + "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": "", @@ -316897,16 +322205,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "de42fdd328194425a65d03642893f91e" + "hash": "6292319f9d4604c0108bdbc00a7a925a" }, { - "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", + "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": "", @@ -316917,16 +322225,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3cfb376709b0ea4d23c1b970af6cbcf" + "hash": "2ab2c27a12522ebab724d3ed1c504711" }, { - "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", + "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": "", @@ -316937,16 +322245,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a69c70fd7a209f8a0bb0905ee409d4a" + "hash": "3be40080c2e08d278fdeb65f26fb8824" }, { - "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", + "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": "", @@ -316957,16 +322265,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba9ab6ea6ec313476a3d6198f728d53f" + "hash": "cbe7077f93bfddefcba5ac8631f7cc43" }, { - "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", + "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": "", @@ -316977,16 +322285,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8b0ef18e91cd2c80f606cf01a7c9f40" + "hash": "0d5ec345ee6c630df15508300575706e" }, { - "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", + "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": "", @@ -316997,16 +322305,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dbe1136f5e4dc42f6b534927c7c31fb3" + "hash": "f34a1be81ecaa983a46b0c896262f07f" }, { - "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", + "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": "", @@ -317017,16 +322325,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3b997f4b2b7c2cda3e62d517da7a636" + "hash": "396eff207f957dcb6e766a7ddcd571f9" }, { - "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", + "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": "", @@ -317037,16 +322345,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6cfe00e454e12febe87ff67341763b7" + "hash": "54f80c1c1a38814a9d2f6d8881cf657c" }, { - "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", + "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": "", @@ -317057,16 +322365,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "22ca2dd35805e9f0dcbf2ff7d9350bf3" + "hash": "29629711b7e52bd4e6adb08e62f8eaaa" }, { - "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", + "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": "", @@ -317077,16 +322385,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf12a1715c8d7a436ef4414f5ee89675" + "hash": "b43bd63e38ff3b1e28656d2999a26a93" }, { - "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", + "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": "", @@ -317097,16 +322405,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "70fa34affb6b12d9423df08e6169cdc8" + "hash": "1ff8764b01ab01fdbc6bded66c7e71c3" }, { - "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", + "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": "", @@ -317117,16 +322425,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c69c25a99fc37bdb80743c119026a030" + "hash": "4241e4f46f988342f8f7c08d9bcd8929" }, { - "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", + "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": "", @@ -317137,16 +322445,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "41d7074c06d8cffda69e167859dca03e" + "hash": "b8b73a0f51536f1a11fe9fc32bcc4374" }, { - "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", + "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": "", @@ -317157,16 +322465,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "48cc1b6a4f3a048b448206f6a5fc3bdc" + "hash": "9fa0255eac764ede7829bd121acd96bf" }, { - "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", + "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": "", @@ -317177,16 +322485,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "60a4833bfd90fdca46252b43f584fde7" + "hash": "eb144f55a88733500f36bb72dd70689e" }, { - "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", + "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": "", @@ -317197,16 +322505,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f730ab9e952d158f69444cd223d8c625" + "hash": "0e5b5e87359638fd52ed38cdc1c25ab4" }, { - "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", + "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": "", @@ -317217,16 +322525,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b3c9eb7103dda947b6b4b23b2dc5e4c" + "hash": "2bc7d91ec799f859c428f4a71734a4fc" }, { - "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", + "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": "", @@ -317237,16 +322545,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "abc3680b7dd0a3698a2175a69dfd5df0" + "hash": "9dc3813b9cffa339e89512ca7f11e37b" }, { - "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", + "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": "", @@ -317257,16 +322565,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8de69f4fa3ecbaee6b46b2e8c43495d" + "hash": "30ff4d8ae8e0f47361ff825422497616" }, { - "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", + "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": "", @@ -317277,16 +322585,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "34c608ae0a88aece360bb39117649095" + "hash": "670652dd3f0fa46f63bdec68312259b2" }, { - "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", + "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": "", @@ -317297,16 +322605,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b3321264e8356e0f67dfc0b1d6ec2871" + "hash": "bdba7386f414be1d6660cb14ae71085a" }, { - "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", + "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": "", @@ -317317,16 +322625,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3fe7fb0d312816f072cfbf0e6e101cc3" + "hash": "82ba0f00e304ef1d6d28bdb7b061ebcf" }, { - "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", + "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": "", @@ -317337,16 +322645,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1951fca90126aeb205220f881fcc8c7d" + "hash": "fb53f1bfde295a530a2b2ab779f60b2e" }, { - "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", + "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": "", @@ -317357,16 +322665,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec53630d7a82f9da6742dc88011a571d" + "hash": "eeac98bc9302951915ea45764a12c3a0" }, { - "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", + "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": "", @@ -317377,16 +322685,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0de7e5838872b14c712a26121f16b04" + "hash": "158cc57f069765be5997b3d948132f53" }, { - "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", + "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": "", @@ -317397,16 +322705,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "69ef8a20018215d539c0a1a4613dca1a" + "hash": "933c4da5f8d4009038098eb50f406098" }, { - "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", + "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", "enclosure": "", "enclosureType": "", "image": "", @@ -317417,16 +322725,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "466f9562c17c90e463d6645c086c0067" + "hash": "f08a23c327244ab5e18a0353a1ddd53d" }, { - "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", + "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": "", @@ -317437,16 +322745,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1956f3037fa810431b57bfcef4f6db9" + "hash": "9ecff3cd7f87db12c21a19fe72608fe1" }, { - "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", + "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": "", @@ -317457,16 +322765,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7ee179912faf31731c7fba3b0c3847b" + "hash": "63b7dce937b2d872565dc74515050692" }, { - "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", + "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": "", @@ -317477,16 +322785,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "921097a9bac43e65c8917b52965a030a" + "hash": "658e034941b13735631df5bb9862bdd0" }, { - "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", + "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": "", @@ -317497,16 +322805,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "97ed4a752d85741dd1003731f388e22e" + "hash": "759e62bdc2059ed507570cd428c08876" }, { - "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", + "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": "", @@ -317517,16 +322825,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "217dd2632ffb2b4c685ea9a7e856c4bb" + "hash": "6975ce6ef23ca77a4051dcb713956523" }, { - "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", + "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": "", @@ -317537,16 +322845,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "816c6e2c95ece939fdecf057137eeedf" + "hash": "26f5f014d6ce6a611a7bd0964a707d5a" }, { - "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", + "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": "", @@ -317557,16 +322865,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2906592c19bd1a21cc72262362036d92" + "hash": "3199a7fe10c64d9e0c0efc2e31f5d3a4" }, { - "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", + "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": "", @@ -317577,16 +322885,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "827243b98e5855906625ccb1a136870d" + "hash": "2d126af343c86382a6545a3c20badc11" }, { - "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", + "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": "", @@ -317597,16 +322905,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "93d55c8ea4b6987ecde7b6021ead0405" + "hash": "a44c99c99373a2b894e37a330e5fbd0f" }, { - "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", + "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": "", @@ -317617,16 +322925,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "41b790671245169027342f537b57aa89" + "hash": "e03ef50c01914aae3f51ac9f20c6cef0" }, { - "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", + "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": "", @@ -317637,16 +322945,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d015983a732de97667a30bebc62d4b3d" + "hash": "e5f60fffd16e7e74c4890e7c300cd593" }, { - "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", + "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": "", @@ -317657,16 +322965,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bdff2210364f8a92b74dabbd0da21a84" + "hash": "fc4d3c71d95550695bff7fcba03c5a2f" }, { - "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", + "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": "", @@ -317677,16 +322985,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "de47f0d7cc799e22a1164058db4ffc61" + "hash": "26a955895d380456644a36d88131fc06" }, { - "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", + "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": "", @@ -317697,16 +323005,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "72684d122b5d1e0fc5e66786a5da7a4b" + "hash": "e8d2905ad564ec532433cc558159c08d" }, { - "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", + "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": "", @@ -317717,36 +323025,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2fccf5aba070699aa5de58a1f47eff7" + "hash": "7495c3296d7582bdba10bd33971914d8" }, { - "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", + "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": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "714e52f67eff185cca043506feae55d7" + "hash": "584419141f6ef5ee9e3c9d6e5ba498c8" }, { - "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", + "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": "", @@ -317757,16 +323065,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa402c9748fc8759cfa207c3f2f432cf" + "hash": "cc07c845254989dada51e9ae37e076d5" }, { - "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", + "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": "", @@ -317777,36 +323085,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "7fc0aa5e0eb12be3070c5c854d31ceb0" + "hash": "e970a92fba6ae5b0b033fe18aec45ed5" }, { - "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", + "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": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d9dc1f442233b446139fb0f00d38def7" + "hash": "efa9529b4207fa120ec252706c28808b" }, { - "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", + "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": "", @@ -317817,16 +323125,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f76e86afde76fc715bcbe09eedf0e3f4" + "hash": "23f407a411dc0d099a66a371975d5c1f" }, { - "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", + "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": "", @@ -317837,16 +323145,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "705223468833c3032dd121c16c0e3f92" + "hash": "1fe177e10ec00056602bbd17b9138eed" }, { - "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", + "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": "", @@ -317857,16 +323165,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b9f523d8d7a11221c6b0341495b3d91" + "hash": "ab750e0bfc23fe67d6ffd6f016ede5e0" }, { - "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", + "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": "", @@ -317877,16 +323185,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eca52d0960a7194327db579eea536657" + "hash": "f5f5db60b8d3febb11deda57943fea8e" }, { - "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", + "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": "", @@ -317897,16 +323205,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "073b13a302594707319220f30c05eedb" + "hash": "e2856aa953aaa6b30b2e44ef6a599666" }, { - "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", + "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": "", @@ -317917,16 +323225,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "24fa0219d5f9c84c2b2bb3a354ee9458" + "hash": "c12719253ef524cc95a9aa5194933526" }, { - "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", + "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": "", @@ -317937,16 +323245,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "828a109f567d4375ddca69852ce6767c" + "hash": "0ff8d17c604371641ce185ae92ee1421" }, { - "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", + "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": "", @@ -317957,16 +323265,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "267758bc2608a6970808e949b8be497d" + "hash": "b515a697da939be0d6e2e4b14c289c06" }, { - "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", + "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": "", @@ -317977,16 +323285,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "749a7089e0322e10609ab0925c520f65" + "hash": "5cbbc6d7bfc3302130933b5c28416762" }, { - "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", + "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": "", @@ -317997,16 +323305,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "414e04dfc1b19f413c44814ab878ee7d" + "hash": "a7cde84567189757de5af9ad66326317" }, { - "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", + "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": "", @@ -318017,16 +323325,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5665f3da0df2747eaf5dc88d7b6ab22d" + "hash": "fa42ddf4a607105249d63428a5455cbd" }, { - "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", + "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": "", @@ -318037,16 +323345,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5efcb5ff2d6c96ff371db3d0cda88a70" + "hash": "db0d73a4c067b491c991094be611b6db" }, { - "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", + "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": "", @@ -318057,16 +323365,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fdb9513c2416fea2c844303406eb8b60" + "hash": "fc47c10a55f2f0e4558e3d7dca88303c" }, { - "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", + "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": "", @@ -318077,16 +323385,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "85a86b06ea77484f2a6c74760511bfc2" + "hash": "c9b2ec353dbfe4a71c6e67627aca7840" }, { - "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", + "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": "", @@ -318097,16 +323405,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2b369f56837691bc909079fac4959ff" + "hash": "9e0f7b2538bbfa11e0e5065095698380" }, { - "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", + "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", "enclosure": "", "enclosureType": "", "image": "", @@ -318117,16 +323425,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "86777d060ccbc058c1a17360ed0df5ac" + "hash": "f05d568ce44f464fc2b8ab51f4c52bab" }, { - "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", + "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": "", @@ -318137,16 +323445,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c62f2ec4fe1b5df4b1183fa65c85eee1" + "hash": "26bae58b5cb9e782a65773d90d6182e8" }, { - "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", + "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": "", @@ -318157,16 +323465,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e48b4a14fe7d164ad4b0aded46c112e0" + "hash": "dc0042a5087320705ac9476419fb7ab6" }, { - "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", + "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": "", @@ -318177,16 +323485,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dab63ede33a36ebb9573fefad7567307" + "hash": "34c58714c87ecc936cd5bf51d440594e" }, { - "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", + "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": "", @@ -318197,16 +323505,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3181c0bf9e2897f646662cc05878b19d" + "hash": "2f62bc88dbab2e3ef2daf37c8af1cacd" }, { - "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", + "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": "", @@ -318217,16 +323525,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "941684e571366a828dba743099960dce" + "hash": "e7821d03dcde511306f5f3956431a5c8" }, { - "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", + "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": "", @@ -318237,16 +323545,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c4c5de92d019f47104ec149a2f53fd2" + "hash": "a055d9053c7bc9cdace28d6098a07778" }, { - "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", + "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": "", @@ -318257,16 +323565,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "761a58582d4f15a1e8f87b221f8204e5" + "hash": "f439d3bf9921882ffa8d8511f3f34fd4" }, { - "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", + "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": "", @@ -318277,16 +323585,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f170607ec014ef647b4acf76018ec651" + "hash": "3e612ab74ebc0dfd289422640f8f3aa3" }, { - "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", + "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": "", @@ -318297,16 +323605,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7dd99b9012b4ec917416b3c8e7ef0885" + "hash": "6e8efcf348cb529d1a7ea681031d6cbd" }, { - "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", + "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": "", @@ -318317,36 +323625,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "06e0d1336e7e6908c5007863d0963ad6" + "hash": "f1c60b2514cf501610ab0f42577fb96e" }, { - "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", + "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", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "85040e12a2fcae6cfd4cf0c034993385" + "hash": "cac18fb01cbc2cbd5bc5cd3ba07907f7" }, { - "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", + "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": "", @@ -318357,16 +323665,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5eca7e76b0eeb26cc6ecf62567c150b6" + "hash": "2b1f92d7a54f7617fb5f7a53c349f167" }, { - "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", + "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": "", @@ -318377,16 +323685,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e22d80610af962f2ed1a1f26d0d3335f" + "hash": "be9ec545f0725ddb573fe5e3aa1bf0a5" }, { - "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", + "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": "", @@ -318397,16 +323705,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c35e0a5ecb05068ac01a1bd966888812" + "hash": "3997a3077295e845dec54215d4e67d67" }, { - "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", + "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": "", @@ -318417,16 +323725,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2677d2cbf827f5cddb95a8368c642e3" + "hash": "c3234c98fc7c394a45904439ec33bd1b" }, { - "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", + "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": "", @@ -318437,16 +323745,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0048764a61df056e164673f29bdc4a65" + "hash": "a6bc348c8c8b1877c4dc84d48b6629ee" }, { - "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", + "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": "", @@ -318457,16 +323765,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f45aa9b07fd48ea005aa288f1984f6a2" + "hash": "17f6a52fcf2b615c2664d072dd1689cd" }, { - "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", + "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": "", @@ -318477,16 +323785,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc86869c753868f2ab0c80126d982360" + "hash": "d460abf8c49574d6f1ca60efdbc865db" }, { - "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", + "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": "", @@ -318497,16 +323805,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5fa785254ac583d9c19792bd9f5c580" + "hash": "5fa4460dab9db0ab34dffb6e11db889b" }, { - "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", + "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": "", @@ -318517,16 +323825,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "678f1404c8d2c68fa5488b85abd40040" + "hash": "a344c78c16f53612b3a18e624a062c42" }, { - "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", + "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": "", @@ -318537,56 +323845,56 @@ "favorite": false, "created": false, "tags": [], - "hash": "23457de1fee6e2a10ed2fd584c89dfce" + "hash": "debb731c236b25056cf9a748fbab83bc" }, { - "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", + "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": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "05f9d6105b1e752e9e9a182460cfd75d" + "hash": "a7e07ecd681c8c1803f7dc1d56d84c38" }, { - "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", + "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": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f986421a5bc32f015ee1eb6b44b40128" + "hash": "20eceb14bfe39062c1f1502fec482ccc" }, { - "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", + "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": "", @@ -318597,16 +323905,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d56640a7f1c40673e0dd11e839aa635" + "hash": "723f4b22d0e485cea5abd7108a4eb60a" }, { - "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", + "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": "", @@ -318617,16 +323925,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d7d0fd6284778d81e46308364a50842e" + "hash": "64fc5e1594f6d2bfb709e78959051cef" }, { - "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", + "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": "", @@ -318637,16 +323945,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfa30cd24b5ede4c83653bb84f38f120" + "hash": "062f384165c4a8cf73eea312e6e83ebc" }, { - "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", + "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": "", @@ -318657,16 +323965,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1e69811dffbbcdd464c9782d0876e6a" + "hash": "b9f296b84dfd086bdb30fd5532febfc6" }, { - "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", + "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": "", @@ -318677,16 +323985,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7cbb657744c08be196ae5132bf186f97" + "hash": "1d171c0411c5db2b94b401273987e003" }, { - "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", + "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": "", @@ -318697,16 +324005,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e8feb2f86047f9f7310eee539e9f809" + "hash": "85560a67457be52a3f20a6756dd2ebc5" }, { - "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", + "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": "", @@ -318717,16 +324025,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "052abed903bdc5d39fe91d34de009653" + "hash": "b70f1d93b5ed9365442f73491c64937f" }, { - "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", + "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": "", @@ -318737,16 +324045,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "69304058f6e2c0e5a75c8daeab2ebed9" + "hash": "8338089453a1458a372153afb5545f7e" }, { - "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", + "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": "", @@ -318757,16 +324065,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9828b99ce26cd1920b25be680f70c203" + "hash": "64b37ba11ea0c4436bde7ee75d002c03" }, { - "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", + "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": "", @@ -318777,16 +324085,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d8384cffbdfed4898e75102e1b8c6c5" + "hash": "59c0eab48d3f4945a3b328bf4197885b" }, { - "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", + "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": "", @@ -318797,16 +324105,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c3e6dfe3da1007902450a0bbb774e27" + "hash": "620c5f1f6277a35729c6c433ee4f34e6" }, { - "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", + "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": "", @@ -318817,16 +324125,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "18aa26662fae1202910a58bccea6a40b" + "hash": "e54729488f48d3acbf7c8b7769e56b01" }, { - "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", + "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": "", @@ -318837,16 +324145,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5247a9456d99f66c70f31cd9bdea26b3" + "hash": "491ee18e053498153f45bee65ea0cf90" }, { - "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", + "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": "", @@ -318857,16 +324165,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a0886196caa21643c00526b54f014d8" + "hash": "9b3acab0cc65d3d72508e87c39553730" }, { - "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", + "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": "", @@ -318877,16 +324185,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9aa65068fa95dbd526db864643c535fa" + "hash": "92a64a9b04ca5e539171f57bda128e8b" }, { - "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", + "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": "", @@ -318897,16 +324205,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "19e8d121beece80ebc13d8013baabfb0" + "hash": "d787767c5670d888f35ac62859c46281" }, { - "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", + "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": "", @@ -318917,16 +324225,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "22f80ee66a7e73bea345a33912715f81" + "hash": "a601d88373e98d1cbbd7a04866d51569" }, { - "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", + "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": "", @@ -318937,16 +324245,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c38d13e956a47f24d4eb6d4c1f0ca963" + "hash": "496f783a271812add59981075db5ca2c" }, { - "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", + "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": "", @@ -318957,36 +324265,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d19d9db0dd294e0ebe90b6bc8cd4640" + "hash": "98ab255fab1240474ec629e8d8c386ef" }, { - "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", + "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": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cf906095385b901dfbab0c265b807bf5" + "hash": "5b49995aaf0aab24766e0eb5e178c216" }, { - "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", + "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": "", @@ -318997,16 +324305,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6803bc07e2265cacf61280a40709115" + "hash": "d2032d4294522536175d92725add602c" }, { - "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", + "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": "", @@ -319017,16 +324325,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0689a0471a3d11d9f4058b0ab5d746a" + "hash": "9e401975815eb6bba2e0636ac20f3e86" }, { - "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", + "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": "", @@ -319037,16 +324345,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2908134c4e7291862226a6d03f6bb222" + "hash": "d940af27ff1cef80d15a30f684141c80" }, { - "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", + "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": "", @@ -319057,16 +324365,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a4891f21e9428a32bccc2246113636da" + "hash": "86c09c1745694e51a26dd49f9622e6a8" }, { - "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", + "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": "", @@ -319077,16 +324385,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "95a7c2f67b2230c47f816b995c674779" + "hash": "df07e66455b5d354254126b0d3ae9ce3" }, { - "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", + "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": "", @@ -319097,16 +324405,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "017f16d89a5d556bcc15f1dbbb1496b9" + "hash": "776b8661e8a89269bb1da68861ab6989" }, { - "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", + "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": "", @@ -319117,16 +324425,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a035b22a38a927954791fd8b663a2cee" + "hash": "2d55f96e47c558721c3e7b0d825048d6" }, { - "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", + "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": "", @@ -319137,16 +324445,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e33bfa4e5ff16665cfffd2c753afe2c2" + "hash": "19c851acef6038c69ffd36fdb35ed16e" }, { - "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", + "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": "", @@ -319157,16 +324465,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef6e57fcee23b800238a46e08f70770b" + "hash": "ddf8c6826a65716c6b6d9202a8e5ad2b" }, { - "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", + "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": "", @@ -319177,16 +324485,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a5853e331b9a80423c498bc947e8edf" + "hash": "bd3e6d187c199835e5a71b24402ba419" }, { - "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", + "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": "", @@ -319197,16 +324505,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ada680a66615d1053e3095fc3879de34" + "hash": "73be5603bcc69053d57940911c524af5" }, { - "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", + "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": "", @@ -319217,16 +324525,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "72e6064767eec3e533b4648f7d23e5a2" + "hash": "8492f334c2e36180749bc22e67893989" }, { - "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", + "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": "", @@ -319237,16 +324545,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "528fa6583cc3d33766060b7f4c6e970f" + "hash": "ba9cb15e1e23d14dde99b27e7fa498a5" }, { - "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", + "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": "", @@ -319257,16 +324565,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2d2180a2d31cbcd0b274894ba4ff08f" + "hash": "92abeca98c172a34f46e34a1bf9b65d3" }, { - "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", + "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": "", @@ -319277,16 +324585,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c397fbc8ef1e7ae57da2d6ed015ffd66" + "hash": "2a1e5d4423def39251193328f4d6a1fe" }, { - "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", + "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": "", @@ -319297,16 +324605,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "83c8f074f1c13c6ff1c31a9ec982efa1" + "hash": "9db97e8fc4c15269efee18918eae5325" }, { - "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", + "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": "", @@ -319317,16 +324625,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "be0bcab773fc21c0922c5c7d7ac82f70" + "hash": "2db29ad6c26edda9090c76244a6b7b64" }, { - "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", + "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": "", @@ -319337,16 +324645,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e88ff5a111d48594f3c00c5ae98e2e5" + "hash": "64d03b00c269c394f5a98a43913be3fa" }, { - "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", + "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": "", @@ -319357,16 +324665,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e379e4decde079cf94c7644eb982245f" + "hash": "9a7098c84a71257ce78ba0b9214e340f" }, { - "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", + "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": "", @@ -319377,16 +324685,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "47425aa3a99151218408ee63ba6ae3f5" + "hash": "610c137e37c63c67686d754dc86b346d" }, { - "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", + "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": "", @@ -319397,16 +324705,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3e6a3367b0e692a31d4d6aed3f08f14" + "hash": "5e180b0cf3c490f2b86aafcf8d89a359" }, { - "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", + "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": "", @@ -319417,16 +324725,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7100e726d75ae61a31941326b900eaf4" + "hash": "e352ec215f6102242cdf67c6f6f07db1" }, { - "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", + "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": "", @@ -319437,16 +324745,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4bc360da63c32e3abb3daa5fdd5ab6a" + "hash": "ff5aed56beb5146c7f5567fb617699fe" }, { - "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": "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": "", @@ -319457,16 +324765,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b0cb718d2354beef418dee8ecb23795" + "hash": "6576fb04874b38fc9e508dc324977fb0" }, { - "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": "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": "", @@ -319477,16 +324785,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d95cc2ddd57f99994f249dc9107a80a8" + "hash": "f1c1ac8da744421265f7328fc999546a" }, { - "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": "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": "", @@ -319497,16 +324805,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb7110af74367df1a5b797d28b4ecefe" + "hash": "954611bbeda65b4aee37c3ef8cdf7a18" }, { - "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": "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", "enclosure": "", "enclosureType": "", "image": "", @@ -319517,16 +324825,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4abf08cff64d559f0966f4f03e58c18" + "hash": "91f8324bf35d8da75ff43401b8d892af" }, { - "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...", + "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/2021/nov/29/six-cases-of-covid-omicron-variant-found-in-scotland", - "creator": "Peter Walker Political correspondent", - "pubDate": "2021-11-29T08:54:47Z", + "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": "", @@ -319537,16 +324845,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6f07b33da16634f32138e42c758504c" + "hash": "716cc978ffb9ba421694e66a2c96d8ca" }, { - "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": "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": "", @@ -319557,16 +324865,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f5a572fb4091b0ed263e43f0ae67221" + "hash": "ed7cdb9d70bd92fbfd5130002001b930" }, { - "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": "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": "", @@ -319577,16 +324885,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae21000a295dd088bb823eaebab106ae" + "hash": "4ceadd30f58879b6528f44e02854ba44" }, { - "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": "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": "", @@ -319597,16 +324905,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "996aacb71ee962676c328d4b70e938e1" + "hash": "7a9666edc8d54184a3d5f920f1ed875a" }, { - "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": "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": "", @@ -319617,16 +324925,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "38779f0b1b37ac8d41fc7d0fa797cc77" + "hash": "01b8237cd23a4d5cf8c4d0c73d146c00" }, { - "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": "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": "", @@ -319637,16 +324945,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d3fe5fa985173e4a6f1861991816c50" + "hash": "bbcecc97c61635c5011672fe84ca0601" }, { - "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": "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": "", @@ -319657,16 +324965,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "44a20e7bee4edfce33cfc32124fe0204" + "hash": "907287d2f9172cc48c976c0ceec09351" }, { - "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": "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": "", @@ -319677,16 +324985,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb907fbb05fcfe17ba237df0e7cb15ca" + "hash": "26427c3522072afbcfa9a3aa9fe9fbc0" }, { - "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": "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": "", @@ -319697,16 +325005,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9dbaf96828b652a3312f4b1dcfac091f" + "hash": "e24f7ef64fa75a3668e39353a4be26c7" }, { - "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": "‘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": "", @@ -319717,16 +325025,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f48fae141696543761abfc771ae40e6f" + "hash": "2c0f7f82f79a67d7b0a2c7d014eb524b" }, { - "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": "‘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": "", @@ -319737,16 +325045,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e3b24ab2d242d24fa9241f7f74ce163" + "hash": "65de49e5dfd0d42aa5b5df8a83e77d7d" }, { - "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": "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": "", @@ -319757,16 +325065,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f910edc7ccc14a87b430767e7b37962a" + "hash": "a5bcb11f91adf3cf847aff2508697f66" }, { - "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": "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": "", @@ -319777,16 +325085,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ede481d1bae7b9d2deebf613b1cad06" + "hash": "a43ccd98f8c272554639f9c44f9f8a64" }, { - "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": "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": "", @@ -319797,16 +325105,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5a270c7cb9abd22cffd45338319e24a" + "hash": "6564ed938297b12b1b692405169c35f0" }, { - "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": "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": "", @@ -319817,16 +325125,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb28e335eba34f3df477c5f18bce6fe2" + "hash": "c0cb614aa44869843b30eace5c834a1f" }, { - "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": "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": "", @@ -319837,16 +325145,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "923d6a5eb489e1552cdfc3d1df85da45" + "hash": "ebbafa5b9060d9ee54a0b7eca0e3a9ea" }, { - "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": "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": "", @@ -319857,16 +325165,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bf2086756572083cfdb40c1918075ca" + "hash": "73d23ddecd5c622077966bbb6db98462" }, { - "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": "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": "", @@ -319877,16 +325185,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "04d4991452b4ff9491d826dba32ffd13" + "hash": "d791ef29d46b2c27305a49c0cce898d8" }, { - "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": "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": "", @@ -319897,16 +325205,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "02c3261d2666e7e45854af11dd29e634" + "hash": "5d96eb10ea9651cc958790707a4f471a" }, { - "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": "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": "", @@ -319917,16 +325225,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "89e3529aef4d0c666bde562cb1096c8e" + "hash": "5ca092cb121b2ea07c75f9d0d33411c6" }, { - "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": "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": "", @@ -319937,16 +325245,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ceaf412e36212c2cf1906f65d40f8a7b" + "hash": "dff2d1f9efdf79a87961daca8a443e68" }, { - "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": "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": "", @@ -319957,16 +325265,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "41a6fc451b0467e3c93c04b796dbac79" + "hash": "3bb60462e951cc6d839dbf7e867efe59" }, { - "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": "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": "", @@ -319977,16 +325285,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ac3cfa172a2bafcaa1146f81d9f6dfe" + "hash": "7e9ae5e0f677a34c393e7c7dd8f58960" }, { - "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", + "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": "", @@ -319997,16 +325305,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0594086961347f4f43ce14554308ba1d" + "hash": "c4769c3c50b137ae0b0937677da8aba7" }, { - "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": "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": "", @@ -320017,16 +325325,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "17166a9d86b9e106a86087f39663d3c6" + "hash": "a4a4fb143f90a0935c7fe1d011ec5045" }, { - "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": "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": "", @@ -320037,16 +325345,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "22b839ae04c0b29c7df6b94347e65837" + "hash": "3d33f60cb08a90f4487a1012b619a678" }, { - "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": "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": "", @@ -320057,16 +325365,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3753660330797415af3c4467898be4b7" + "hash": "34ba78eff18cda684574ceeac6696728" }, { - "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": "‘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": "", @@ -320077,16 +325385,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5136c047f075ac028921f47fde2f0201" + "hash": "849decede0f7a730fee61a3b4bc97ed2" }, { - "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": "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": "", @@ -320097,16 +325405,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6df9d8565d6a1b43a40497d1dee32de3" + "hash": "166654597fccab2336585ab638edcc4d" }, { - "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": "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": "", @@ -320117,16 +325425,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "337aeb2ec25311d4f6b231616d7da6aa" + "hash": "e5ce6cfb241795908ba5f3462e757260" }, { - "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": "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": "", @@ -320137,16 +325445,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "98a27a42666d5d3e658c10b4ccf572a3" + "hash": "38b68bdf131e522a11b5f1c2acda91a8" }, { - "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": "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": "", @@ -320157,16 +325465,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "27a054c057437884b0c0cc3cf8c52f2c" + "hash": "4f1f44244c49b685c275d5197418f20b" }, { - "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", + "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": "", @@ -320177,16 +325485,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a971f0f6bff875ed9c0ac638a125e9c" + "hash": "47890afc1570857ead13dc84bba3dbeb" }, { - "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", + "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": "", @@ -320197,16 +325505,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bcabf77fd211716ffc4130a56fe70d42" + "hash": "d6577ad0130bdba2839b887bbd404511" }, { - "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": "‘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": "", @@ -320217,16 +325525,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca1eddcd509d51c44ec8933bdd229247" + "hash": "5dc740758f87c6e1f52adba48fe92598" }, { - "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": "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": "", @@ -320237,16 +325545,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "db31e6d5a5fcc028fc10db1df4c28f45" + "hash": "f72dbd89d84ac0f7e6af0f6bab1a584d" }, { - "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": "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": "", @@ -320257,16 +325565,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "05e5973d7a03a17a97365fee4d5de59f" + "hash": "17d2c2bc864bb90287a386686cd2532e" }, { - "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": "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": "", @@ -320277,16 +325585,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "64cfa35832e7f5bd00baa7b5da98b071" + "hash": "6bdc365b3a10fee5772567e5e7de0c23" }, { - "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": "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": "", @@ -320297,16 +325605,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "60276bad53a03cea8e101aa2334e6ec8" + "hash": "43b805aa59f924782f0fc17c0b4028d0" }, { - "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": "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": "", @@ -320317,16 +325625,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c62ff786014ecae49f6951df863ca206" + "hash": "3602e43519aed7d961816a028bb07885" }, { - "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": "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": "", @@ -320337,16 +325645,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5cd3eefcd7792edd4e11e0e91551a0ef" + "hash": "add8faa941d4e5fbaff566b0701b331a" }, { - "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": "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": "", @@ -320357,16 +325665,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6aaf233cffb75ca85544018d789cc698" + "hash": "ac8cf85bacfbc4755d01efe1e9a3cfd0" }, { - "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": "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": "", @@ -320377,16 +325685,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "07eb92dfcb2ec5ddbd5608b86648b04d" + "hash": "f4056a532ea6f127308f866792ff8f0a" }, { - "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": "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": "", @@ -320397,16 +325705,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b1e9ba8a8845736c74b3e96c98332e1" + "hash": "e7d461c2d5d490a7315d14ab83dade9f" }, { - "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": "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": "", @@ -320417,16 +325725,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f2e6b392cbff2b8c761f72c4d021b36" + "hash": "2751e823d76781549eaf60f2bcd75728" }, { - "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": "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": "", @@ -320437,16 +325745,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "490f36515e21ff018b2c776381d21171" + "hash": "f7cc6a5e30fc6c0deb46f8d6e05a6b84" }, { - "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": "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": "", @@ -320457,16 +325765,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b20ba68e6b78cd174b243d4f78a9ed07" + "hash": "93bd5d33f2b5c4318f3a5b4dba3cc285" }, { - "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": "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": "", @@ -320477,16 +325785,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1725e30f11a5ec2d7d1377d9cfedb308" + "hash": "b9708fce931766b49dc2d447c01e8aca" }, { - "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": "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": "", @@ -320497,16 +325805,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc6b8b44d255eaa30cfa8266d8b3f554" + "hash": "d86c7041ea944dd9cd6f90805827d423" }, { - "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": "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": "", @@ -320517,17 +325825,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8fc2303be48e80d0f63ecc62c7d45952" + "hash": "91aae4433ba20e1b21ff67ada1bf5bf9" }, { - "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": "", + "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": "", "language": "en", @@ -320537,16 +325845,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0a9abbb948ad1239d64af713c9488e4" + "hash": "f1540b4106ad0d5a2e2c43ffd823f240" }, { - "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": "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": "", @@ -320557,16 +325865,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "89f10de82ba5faab8c1a4ec562d69240" + "hash": "6acee5fc8eeef06fc27acf066400873b" }, { - "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": "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": "", @@ -320577,16 +325885,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "014a2c700f602a6f3d7f1f80fbb3af58" + "hash": "a208f04083554e3e78f6ca934c2502ba" }, { - "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": "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": "", @@ -320597,16 +325905,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a454b27a8a1971a6e02f4317484d760" + "hash": "002dd66970d37dee67299eb513802122" }, { - "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": "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": "", @@ -320617,16 +325925,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b7eac78ba8c458861ab3dfe67268848" + "hash": "ae166a45932d18936bc59e8b63927203" }, { - "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": "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": "", @@ -320637,16 +325945,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "58614878615250929ebf1498ca6a2a44" + "hash": "b9897de625ae24ba8fc00c710ed0dc95" }, { - "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": "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": "", @@ -320657,16 +325965,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6064dcbbd21c7acb5c206a13ce8ddb20" + "hash": "4fd0997495fdbf8f97a6a1f4712a58f9" }, { - "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": "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": "", @@ -320677,16 +325985,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "316a97e32985780235f4985274344d25" + "hash": "faacc1a3377247a5078f1853d606f6b8" }, { - "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", + "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": "", @@ -320697,15361 +326005,28573 @@ "favorite": false, "created": false, "tags": [], - "hash": "9bf3990ff9eeee934515b5a7e14a92a3" + "hash": "d9d9ccb09534a5785d24f45497323106" }, { - "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": "‘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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "202bfd06a1f5eb96350ac0266f78bbd0" + "hash": "993b9b7ed445827e191c21321dad9dcb" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "64d0103ee3b488c85a38b9182703e5da" + "hash": "d3f3c40c7200dc245e1cc660b1d2633e" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "87a43bbbb1f1c718d1e27ad2499dffea" + "hash": "ab88caa6344cb6627e4c4e66c3d5551e" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "65bb9af223df2a5f17832a237a718e2b" + "hash": "9f5f4d088e462e181e81ff54dac9e07e" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cf59e9697769f8d4f551cd7f0b1446a4" + "hash": "0c3b29c466aaf0c92b37a0f1ba5427d4" }, { - "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 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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2d8674d3267b5269802efd3df958e98e" + "hash": "c0fcb300ae1d838025546ba25d170d6b" }, { - "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": "‘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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "67876eb85ea8f538f7c457cafdd70ba3" + "hash": "2b07bfb16cb5259f423c575ee2ade753" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "16ed4ab9dff1fdad611c6fde813174bf" + "hash": "75b66cefcd11af2eda97eefaf3adcf9a" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3078e45475728d6778dd28e0ebfbe689" + "hash": "59aaaf1a23f329d89c9c9c7d322cf757" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4f62130930e62e903721435bd63ca1e3" + "hash": "00474f523d6a6fa5dbcb50d028be331c" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "57788169f50a95832e6c7621bddaeb8e" + "hash": "bc06858d407c041bd816c0177ab46864" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3f4d711e55d2d555f90bb146a74d9a65" + "hash": "259ff07db44bd9dffd22af346c9f06d0" }, { - "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": "‘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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6d160a8da29b1d65e0e6e8fb2bd6a185" + "hash": "c7766bf872c47126cdf0325b109b9427" }, { - "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": "'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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "45e09c7a5757abca896a099769f925b7" + "hash": "614f6bfc95521f96f516dacdce067178" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "43f6a1b7cf244d575773e1aa1b35bd89" + "hash": "b70794309866d380bd89166fa70ad72d" }, { - "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...", + "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/2021/nov/27/two-cases-of-omicron-covid-variant-identified-in-uk", - "creator": "Andrew Gregory, Health Editor", - "pubDate": "2021-11-27T15:14:50Z", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "578caef70b44d6825ba74397ef1a66f9" + "hash": "4074d8c4bd3c985fe43e7a1a72e997e5" }, { - "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": "‘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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a0f7ab35661cffffb34ea37eb7a95b25" + "hash": "7cce41ac772d3f288f61fda9a85acd64" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e277554f0a9e037d4fbf290fd770a310" + "hash": "f06663b4fa6bec9f4bc3405172586a5f" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0bae7f75661fd32e4777894bd247a290" + "hash": "93f41d4508ad935384bddff8ea15a7a6" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c6d2327d89a40bf10e6a9e85df44fd22" + "hash": "fdd8e0f6540dd6340d69a1239876c9aa" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "46e27e413ef8f3b2dbe796bb66bd59ed" + "hash": "4d1fb871f9819397e5095c5978fccc4d" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "caecbd751e483cb52442a6f35aeaa4ca" + "hash": "ab2a3fdb800d689ac6d83ad7fdd0fe81" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": true, "favorite": false, "created": false, "tags": [], - "hash": "a58f5eaaa3968412fc977337705d659a" + "hash": "4bce8a7390b1bd8810b9a9ade71401e6" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e2779dcb9dc8de51de67c5d0bc1a9d17" + "hash": "2cea425ec5134d4a9fa06b5bffb6f0b2" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ebbcfac8caa1257e92745ff516bf4aec" + "hash": "55260e9a86d4a09ab4f870d41c97037a" }, { - "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", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eb56b4ffb0f4112cf778c14cfa312428" + "hash": "2493af888767180121763fdf222953c9" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "86a3bf768d2f212885fd6eb4308f64a8" + "hash": "b01ce633fa8cd54f4ae8001e4f2a8500" }, { - "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": "‘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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b731beb890d8ff7521549dfb1e76e949" + "hash": "ba308437ba621a38e703d1e9b41ac140" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c9ca154bc7608aacecbb99115e062535" + "hash": "bac5fc7c24aa9c7df5cd721c09edad4e" }, { - "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": "‘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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c794c179118e2eccf02beeb03d48208c" + "hash": "4ccd0af3b6eb796a8881624d9e4ccd4d" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "793eac75a7eeed2aeb71eb58c1b12b68" + "hash": "a14844caf4288e9b030cdead352270f5" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eb881cc9b167f582c8ebad21ebd7bc99" + "hash": "c1cabe4397cdbc61be25a47efce62abf" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8538122643744db105c7e26a385ebbf2" + "hash": "c94f51197677e5d10d519cfefd5c6004" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "af73ee1f8d936211f3b1f113ea53f56b" + "hash": "cb89f6ee0bb938aeaf43a844154a83b4" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2cf0464b0b86eb636a79c3d66ef6b6cf" + "hash": "94443621628a3576f8936946d5a95bb7" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "39ed175fb735b8b7c7e7f6e56fd97652" + "hash": "6786d1001423f564c68c148c4163d867" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fb27314079d8f25f36b5eed316ba1588" + "hash": "20d19655d347aae54d5a146c1131ec8d" }, { - "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", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2cfba542d75d2f0fb718987396e19474" + "hash": "215dcfcf31370b0ddbf233228f2a1157" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c7cf0985ae7e6d839560cc2ef9b4fcf7" + "hash": "a8fbf3a7f0c7d02650f294ef2e97c52e" }, { - "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": "'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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "282c4e58971f294c401c8c8a53a131d8" + "hash": "be6bfffda0fa3e68bd1a2b505ccf4379" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c0448f12a1c94c2f75f88e2dead88e44" + "hash": "da7914a91c73148d1bc027867c94694f" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b0de60fe7ea1b16f61424571744158db" + "hash": "4b3a1f799f598f6ec5c7556b1dfb31b0" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "22d05b9bb6c2af3327e3f36fc54b0806" + "hash": "c1cfc96f8ab9540ce94d61d5d44c08c4" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0e357be229f0d842031a2ad0bbd84cf4" + "hash": "8df9716c00304086faac1c6d510c0b25" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a4e40ccf2fab138dc08c0447ea8af02" + "hash": "e0ea1a326f26ab49b62a32ab671bceec" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2752d9df2307ed2b64e7292c0825b5c7" + "hash": "560ab32c85079e805971da5fac7e3fa5" }, { - "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 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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6ef288d8073798e6ca28fd0701291675" + "hash": "6bd0cbc6056fe8b01e6cb181b130d732" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "96b788688d8311c240ba911b46c1c5e9" + "hash": "b11ef8fb00ea731a8336379d1549950e" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "840b6fc9aba1b2775cbe24ed835b6c01" + "hash": "019850a6668ba42c0c07fe874faeb810" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "db1c239b19fe5e9f18897d75716cbbcc" + "hash": "f2651f10ac0eb0a5db7f34b45aa30b89" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "16f47057d1ef7ead7b6240307121dec6" + "hash": "dd494c64f76cf5d5265625fd17e25da9" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3ed4a8d5cddb6b04a232de7f09c6c753" + "hash": "cd5bf88daa6f95e0203919340f0aa5a6" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bc7c7ca9d1fed28bb3555edf72b97d63" + "hash": "189d117b708c4f65a1c026535ca81abe" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8929afb17d65bae605cb0aef40c00b01" + "hash": "bf9ce53596236fb7cb3c9fc0d3c13732" }, { - "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": "‘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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0c403cc4dd3c7d1a49c2430fb4daee40" + "hash": "a8901f1447c3eec4db1cb5603c61a13b" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9e50db3f122479f1f98b79d93f86b81b" + "hash": "baacf073796f2f2a98de6754e09522c3" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "13975525c98837e9b0fc78ee093ee6bd" + "hash": "7cd947a474d4112d8fad3a2da27ec8a2" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7ea90019ecea12426d77a1dfcc214e77" + "hash": "6a8db88dda5342a834246a791b1322ef" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1c9d561b1f4eadff5f1223ee38185179" + "hash": "98644de2159a3f5c3cd571b4803df349" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8841988dacbdd63e3149292988a5e776" + "hash": "d0976a5e2de147b91ec2a84abfd8522a" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1e9af2cc1b23398a49f407053265043e" + "hash": "1f6d64b997e9305286e285e0ad0d7dd7" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1ab15f6d3aff56b4f7b802ade8bd2d29" + "hash": "a1fc74cb77ae015a7eb376b17881b270" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bf818b0c74cc768fb5ac3259b5c911c8" + "hash": "2a11b99c0a0034661958ce8ee7c4cb5f" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d5e268e0e8f9be0731a86c7c5153344d" + "hash": "d5f456a4ae0d2d1d35c88239091f255a" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9fd756b5c75d88f988b3aa0c62ffad08" + "hash": "88480a045d1c81cd10e8298c2913f380" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dddad8a70ba6e988330bc17d5b55bd3c" + "hash": "1f3e9ea36914e32fbe91ebc6fef994be" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "09c0024692a3f15338d0360d055a109d" + "hash": "072c6bf76c0210799683283eac9fd9b0" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7554b10c935e22970a479892e80ec33f" + "hash": "49646f7682871614bb9c21eca212922d" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "61b6eace8e7f512a26fc166385614b4b" + "hash": "f9759af4815eb71d9eee5f3327ab740d" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f026a22210a3307b715ae0de2d3b014f" + "hash": "3b8b24845058ffb7b7cb161a322443af" }, { - "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": "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": false, "favorite": false, "created": false, "tags": [], - "hash": "3bb07a0e73ca06e5e6ef74d4a7ca9f09" + "hash": "a500dbd9e9d39e6fe41b26e3dbe77e66" }, { - "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": "‘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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a77ab326b11c5952d9b51f32093bb80c" + "hash": "368c7cc507eab90d1d81cb03929c01ef" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "74dce2e1be36c689ac9bd9f886e3720a" + "hash": "081c5d9edbbf540202849f9dcbc6e998" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d764272569365921042d1407825390d0" + "hash": "a32e173a7f9621aa4fbf09c2b956af9e" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4c7f242e4d9e8c5b9163370c0b146a36" + "hash": "b76edd324ecd2f0426f95383199ca78e" }, { - "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", + "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": false, "favorite": false, "created": false, "tags": [], - "hash": "e3e909f1120103ae073b3993257163f3" + "hash": "4c324c23bf18bbbc75426fd1f89ff5b2" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8d5a9ef3313f93f56f7f8c7ae9031bd1" + "hash": "0e565b06dd3a2a4d8e32cbf076105232" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d4557e474f87883c737fd8ac39770515" + "hash": "78d5477dfb2bbfdf84819115a21843a5" }, { - "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": "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": false, "favorite": false, "created": false, "tags": [], - "hash": "5c93aebeeea11295dd11fb544bb566b9" + "hash": "a7b5558e1171e3a7c35cd03bec625d1f" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "daea045d3470570b24545b2542983485" + "hash": "f5fcf36ba448598270677a997747a1ae" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d672e9e416603cd1311a4c341d3c4fb8" + "hash": "10820e6bd87f444644dc48faf50661bb" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "850c20ba589b57ad15481fd14f184f5a" + "hash": "9e7c5463535b8b1c2a1e5f2e72abe952" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "db1e08d524427bafcb978eb6b266f12b" + "hash": "f5a589f58e90b23964a2d9d38586123e" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a2edb65d8e87b2464cc6e7aac0967dfe" + "hash": "80c394414e72026024f5a5fea41f5729" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6b7b3169a9d1cb2a0579636d204728b7" + "hash": "3a7e535351b6fdc2c5191b7b61d95850" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "65526513db32ccf8262260dbd5339b69" + "hash": "bf29680adaa125d1cdc54bc8b6f5baae" }, { - "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": "‘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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "76dab19b81838ff821dd5588ac1e95cf" + "hash": "26b047d3b2e2a22cc62701d6287167fd" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a6af60679311ab234e260569176112e1" + "hash": "d8ba309b408cadbb55704e10fd4449cf" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ff9f6b77d7f1186574f29c7453f3132d" + "hash": "620425b8c0c2bf3d0accaeb886105927" }, { - "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": "'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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aca79cdce46cd096f3b0d085b5246489" + "hash": "3069e1401f466648d087541f45c24e45" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a11db78ae1a31690054b8af79de368a2" + "hash": "e51cb3c395c178f4d87813a39f300c37" }, { - "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", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "98c11941b850dfcf076ab85987f63d28" + "hash": "79021f18f81d970a7822bc8390c86a72" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8bd34696be7d715bb8a18116731b93e2" + "hash": "52940123fec7f8d520ab49fe1bbbdfa3" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4c1c8f64e202074f2e5ad2a8bf149f3c" + "hash": "bc507b81dfa0e68c782ef3284cd84693" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c3abbf8c6e63c1edc567fdb13a8d1645" + "hash": "96100e74e1fc7bf5bd024bb40964e3b6" }, { - "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": "952746246da9961c115682260f35ee56" - }, - { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "87a42e041f764abbeb9ff013d3a58bd1" + "hash": "c321365769d7d782ba7054042c9cfc64" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "77134c4b539e958c1dc0a673ad6a2a3b" + "hash": "d9b3463654c652f8053de16995c841c6" }, { - "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", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b50a3742a3c3200d8aac19c1c1a8b70f" + "hash": "fb464f7f0a4fab96c57ec66785e183d1" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1b114187e50c8c41ac3f33cda4ca1c41" + "hash": "90d92edb36f36db3adb053ea5ad78cfd" }, { - "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", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a49acc62dafa4f28cd9c1e458ff08ea" + "hash": "3265698eebf5818d6a9aec2320b1420a" }, { - "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": "‘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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "05d3cc0b707bec59187804cf51dd6c33" + "hash": "9a8cc745d77136d490d90d44057cbef3" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "28a3271994e76de9a1722c03619cbbe4" + "hash": "38f9e6d3f1a8a2402b68d0302987d899" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "74d628329f750bd120eab9750534b247" + "hash": "e759ac13a9f10836a9801da30ba73a90" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4e7ac6b46fb3b2c863751544880c129c" + "hash": "ff113ee2c6c46a85b94d268f115c435d" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "067886867b9a348f87ceffba2a9a5b3e" + "hash": "bec9fce9d42ed6c9ee44afe64ffba81d" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2a589dff9991e6d2d3ae9dc40ec47e73" + "hash": "fbf5cb91bf096b56755ea5f1d7e6b86a" }, { - "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...", + "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/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", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "36289a6d31c0eec4377787a76e5f0c2c" + "hash": "db95547bc338e6e2336cfd7bf4d5eb88" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "080895faa5a86994a5123e5a45a0598c" + "hash": "ea18888f89582d2e90155f19a727778b" }, { - "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": "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": false, "favorite": false, "created": false, "tags": [], - "hash": "bee6a51aeec40fd501b2212bd3e39c31" + "hash": "46f197d828ee544768e8697620559f0b" }, { - "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": "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": false, "favorite": false, "created": false, "tags": [], - "hash": "e3ac685822e33ec7b27241b7204f7b80" + "hash": "5c5b38adf94d47cac0962f22e28567e3" }, { - "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": "‘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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7df20e51cb02566802cc76986f7ab04e" + "hash": "a2a0156d7714ebdf4cc105dfc1273ecb" }, { - "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": "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": false, "favorite": false, "created": false, "tags": [], - "hash": "627973766c8e230c8217f2b42daad00d" + "hash": "b0888e64a373e27577e24ea926ca6117" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a474126ad8edcf85bb2f3eab01a28920" + "hash": "6845ad91f8c06cf9fb90dd42a50a1591" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5800e0249afb49d7ab801f155a1935d0" + "hash": "a2a247c73bba8d76796a6cc51efa85c8" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3b166d65b643b4ff06f2a4b39b743169" + "hash": "5827baf34244e9cfeeb72cc9fe4d9f91" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "80cb7ae7ed19ed47c3a885df8f19c6eb" + "hash": "e270402597ef9f4ba8915a0e94c1165d" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b2023119d8d88f26f42c5d2fe0ce83c8" + "hash": "18eda27dccbb450f5681f1d321a408af" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "12fa66a6cf34d43efaf837248874dad8" + "hash": "0e2a574682c7e37e57efc9b19c6c2476" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f6c273b11ae681668a9cea57adb88f77" + "hash": "a29cefbc0edcab2524cd4641f644900a" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c1878f9d2a8d4986b51a7d8f9c9639b7" + "hash": "4d7b2395efd488d1f21c5fa3a386227d" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a80f307b6603072ed3c7298f2a6aa0c" + "hash": "03dd2941dab3e5e9dc1f21d623ffcba2" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0c20921659dc2bf6d4f40af6f0d70f3b" + "hash": "77b83ad5d67099ad240bae086d8b83a8" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d3277b7ba7d2eb6b525ee68e67c3b2ff" + "hash": "4fbaf5af1304a42ae259d78e38e2de03" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c74826ce849d7406588991f512ae1b2a" + "hash": "360da6c4021100f38caa1d3eceb7344d" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b2338571b3d54766cdb639b0904a94c8" + "hash": "d5d6800209f2599e829110304a774b9b" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fce00b4717cf1ca466914df06a6da3b0" + "hash": "11afd895bffca7ec9103aab6fa507e2b" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "58c0274f67513b7ad7f36057538a7803" + "hash": "056a1ccd2c2e06dfed9c331c0ae64367" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "751834e04cfa525904634c5828bac710" + "hash": "74247deb6b8ccdbee674decc8026d08c" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4383b1a0761b554056bc97fe3eabb2ce" + "hash": "594205fbbe1cd22b31095fef8dfcdb89" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b33d9193325144c628240849812f2a9d" + "hash": "eacbb47a79437c85343449d06cc71116" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dd51235dc6ff35787a3301cadc709fc1" + "hash": "ce476e4cff5e36f28bf2394c587ae7b3" }, { - "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": "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", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b5a12fba1bc77d55bb46435c4647079c" + "hash": "9b524a416b5a931f657ce728a3890041" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3f95105ace12ec645e9b36ac3c0e7373" + "hash": "9c0b99793a55290a17e65890d7cdbfae" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9e281365fb3c4fbb7140fc1eb18a75b2" + "hash": "7b448f29d282bb0d43e3dd7c8ffcaff0" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bb675663d083530bc3a70b5ad486353c" + "hash": "744c5ee0f9dcc669b135c6c69d06cec7" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "92dc32fe33b27a9ab4dbfbec82fecf1e" + "hash": "167ba495abe53c92fe218c1bd118a12c" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "93d97cf0fa8dd9d410e8e6b027403c4e" + "hash": "bdb511b42c27f3549fb1e3d732b6a597" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3eaebae0bacbb0f4edf061cd332f2ccd" + "hash": "10bbcfba101f4d85445eff6d0a21b518" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "94cf56b26bd39c623cc3ec8688facf33" + "hash": "7ef4f03a05e6daa1e616d40581d1b638" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2a0569c045046bbca19853983230411c" + "hash": "4675ec4a62fc727eea54a7d2e3dd8178" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "291812f9dc54e603a6180099f9c4eee8" + "hash": "3ba1a77a4c7d39869a1951403193bfe2" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4abad2cd01d21462d2cbec8f16eeaa59" + "hash": "b9a26a7fd13febb36a42658d7885bdfc" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fd5582699639f518bff02a2080494d21" + "hash": "b1f032ff0bb03be57f8e02325f3d046a" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "adf18c88e49e633d84b1320eb09d81dc" + "hash": "44e6ed20bf61270bc50fb0d1599c2ef7" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ea6b95347eb38d738b13f5453e8f5977" + "hash": "1ec3cead698b17857763bfa5f8336d6f" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e8b2f27d6ef4045d5fe247ebe7349062" + "hash": "5f2fadc8ac844180145191d146150175" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e52973b2123f474ac9a5d41a1ee613ce" + "hash": "2f4e24bbc0ac6a9361214e58a4a94bec" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0d99befad49b47362ad849f70bd92a66" + "hash": "cbff6fcd184521a09ace9f80c04f4383" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cf3296b73eda1ce72fba134d5b5373bc" + "hash": "2daf2706ddf8483b7b873d2228bcd66e" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b83e52e836ae5bf08fafcd72ae1c8372" + "hash": "c621c9d4063978b46092a14e31cb24af" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f1b175a4be13c8df96d314f2d9dc68a5" + "hash": "1b4f6c772bb77de7f22403b6ab8d44d2" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9272f036ecd1cc5208ec86de521e7630" + "hash": "326bab274f908dc23a047b563148f44d" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "849956fbe920018c40f9607ac71294c9" + "hash": "bc0cbbfb6cc9e306622b956fcbe2cc9e" }, { - "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": "‘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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "788c7a259249875134982e13f80f12c8" + "hash": "3b87e5d8d27846c99bd356f3ee6fbd7c" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e6286905c9d271c87a5256f3d689e95d" + "hash": "849846150887d2183bf863de18a63b68" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "89dd997d03a9190529472a508e187feb" + "hash": "cf1b6d17454774a9de8ed59871bb76af" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "68fd565713815466e74f3d2d55a75265" + "hash": "5a3f8f14beaa8f3a86ac8eb4f49c610e" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "87d088c023e5e7e9aa15147c3925898c" + "hash": "b827c32605c1437a7caceb04019c6887" }, { - "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": "‘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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a0e376fc422f8f6da277a03c8321347f" + "hash": "8a0d54f86431007e0b02d560a951bf2d" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "951b6dce78ceb64283b6dc2f69f0d433" + "hash": "ea7754a5b82c151ec175ec0f9e47138f" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "13443b536e9adb82a544435ab9d6a773" + "hash": "eb6198a1d0bf20a6e349aae206e9d407" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "52ac2f82cbc3234dce2c3b0d87f3227a" + "hash": "125c5fe5dd5fd5e2ba92c00bc30fcd16" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5e368b4abd742f4bd0c18d6a9288cd67" + "hash": "1ef9bca9f9840dee7df4362944467f46" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1e3972dddbcd490aafe8e8bb52313cc2" + "hash": "fdc3932af3615bb98137fa0e8865248f" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "214efd8ff45c546a4f01d21b61dbc5e4" + "hash": "983ef1de22dfdba9b64c2e959eebdc6c" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3c9517e7991579b0ae80d12cc745ad8e" + "hash": "23a73d83c135082aedb54595819036e8" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ad38ecab75c2a55add8923c35d2c66ba" + "hash": "649917e227275cee34629828ce536acc" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aff736b772e8e0aabad8795a4e1a6029" + "hash": "2e2f942b8d71a9a04dfb20d336be0e27" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d6db1ba0a1e049be2714df7385d6a11d" + "hash": "91119d3dedd3098f0c2725c906f6e9da" }, { - "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": "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": "b870297edbd404f5bdaa62b4fe1544f5" + "hash": "bd63728a9798053291e8ced88274238a" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "79860146c2ff97db1cd0ccf6739426d9" + "hash": "c0de319edf44bfc8ef3cea2bb74e4fee" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7eeaef6479aac8bc32d5d55a3d4d8537" + "hash": "649e00d865bd69737c5035ed55cf3dfc" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4273f38b0c3a4fe307819c278bec6741" + "hash": "eb9a7b7580baca37cf564cdbc573c0e7" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b03ef056b262fa0a3cc81ba95747cf66" + "hash": "238b2438809589280a05cb467e086efe" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7b9c98e6d7c32b5e23b226d6fac03d72" + "hash": "1336dc2cb5d521e79ba42b4203398534" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "df58642d685c15e1ec771e076b037bea" + "hash": "a9f9aa2fd217ebd0b399ce68f2971d06" }, { - "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": "‘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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0106c5eca1422a563e4e5941be0cee45" + "hash": "042bbcb92fdba3b8583f6157e1e38279" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "630d03ee7cc9b036bc53dd47db63d423" + "hash": "aca126d7a89b2533e2fd5f6c0f1f5398" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c4e0268ee7e2307a9f1e6c2512c2da8a" + "hash": "1f205d94d683cd1781a635542407b61d" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a75a1bd310bc63059b5f47b38905140a" + "hash": "0d93f594ec8f8e2845042a28fd96db14" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7c498f83674eda61dc6fbe8f523dde0c" + "hash": "e546eab56c290f4b4bf5aadad628efe9" }, { - "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": "‘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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a2ad7e5f13aa79f02f26383b9a554f51" + "hash": "1c8f9616e4a237e0f1f42ac3c4262c0c" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a7955fca0286a085c64f73745f429b87" + "hash": "422a2adb628ffdf9515094358e72d323" }, { - "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 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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b0a80246884b567a5e3e6b99a7b0fa25" + "hash": "bd181b7da3d52aff845f1e4e2b2890df" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "569923807e3d0574b106bf3526eff25f" + "hash": "1c10f44a7edf51f02ebbdf2c173f35bb" }, { - "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 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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5d4b8ebe13452defd15f482ee3bd9d72" + "hash": "0bc084c5276a196b795aad77961a26a5" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8ec65acbbdc79bd7d7d411ba73b6e89c" + "hash": "f0368ebe85a15a610aae90a7ea65a3f9" }, { - "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": "‘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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9198d8173bd32fff9bc8419c1ddf592e" + "hash": "f4635d55296d6ac3330cd9b44c43ec28" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d89216bbb96fff0dcd87edd6d77c065" + "hash": "abaa236acd638912f4d4e13936575915" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f914a566f7bb1ce1759520f447e2422f" + "hash": "84475ea9bea5d5abcb15ee511df9f385" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0afdd168d4b51046b8969c8f58553b1a" + "hash": "271f62767c115edc716090b278cd2c1f" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3405232836a7d4ef26bf081b68a37526" + "hash": "82377fe51c6e2019aa63bc99491d026e" }, { - "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", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "33f98da1bfb77dd94ed25355b891eec9" + "hash": "afa02337b2cac28b47f950f48c51fa16" }, { - "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": "‘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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "549f91f0f04d87f207e3580139ea872e" + "hash": "62d8c157f79ec2b74fdb2451f9e81df9" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "be3cd09ccf1c70a6e7752197a6c50de8" + "hash": "4cd2035b7d39519f0c4bfe7adb6eded1" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a4887c4d3847e727f7041949f357cb1f" + "hash": "4c9c4b4ab1b24a124408da8fbbcb0e01" }, { - "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": "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": "f7e10ef010ca493f13639e1a1fb3c9b5" + "hash": "def6989671d460dcb49db7a82356aeb3" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "994b863c23c885b0a20910aef83beac7" + "hash": "5cb8a1fac9ab9c3cd9bfa3fe281793f1" }, { - "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", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b7144d6e2460b384bf8839390f61a315" + "hash": "5a29e41117c721ee0977b2a06655014c" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5a90839d2d5f9802a37e34a9a8956aae" + "hash": "d65835ae4e9a07fefa5b9e5977023848" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ef972daf6fafac4f6693d04d263460b3" + "hash": "cea1f79884b80bd60223299f092f0b27" }, { - "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", + "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": "4803e1ebd72001584a3d78242b3a9e9f" + "hash": "85005c7eb9e55b7654da330ae71d75fa" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6654afd7ff48af95a8d84e7169ff8084" + "hash": "a08aa5f11b9606a77cb35bac5d76628d" }, { - "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", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3a4a2d259aed6d1168e8e0db2ef7f68f" + "hash": "6b1d8608b8d07f1f0801ee738a1dbc6d" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8cda8e2498f4eead05f12a5ed39294d5" + "hash": "11b7a5b8cd48b259e356a34130ab1b04" }, { - "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", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "02e051fc55fc23aeb06dfb95a1f2e22c" + "hash": "bef92024ebb2af839e27c8cb9d0fa70e" }, { - "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", - "creator": "", - "pubDate": "2021-11-21T11:31:19Z", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cf0544bb7abfbf830f6c1a6c6fcd8a74" + "hash": "d33cb408fbf9376ab2c8639e32222915" }, { - "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": "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": "b8c06c4bad2beecc1c997059b6d8cd5c" + "hash": "4b12bb1b9bd9cb8e96df664d686c07e5" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0bd295d10feb765e2552c04ef6902dd4" + "hash": "6f1312df2d5c0090b6b8909110e7acc4" }, { - "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", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "53d96469b0f948c683556575e7ca2242" + "hash": "0af016a259d15d15acfe9302643367ef" }, { - "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", + "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "efb6249461ca3698cd1305c5433bb69a" + "hash": "0ee7b4ea48099ab2a6703dc44d1a4ef0" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "133a5421376d3835fd8c9274edf52ce4" + "hash": "af3730233e293b1284dbd2761648ec3b" }, { - "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": "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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "08f063fdca9f0d51cd74a48737c107a3" + "hash": "cb6c27e0091c7f6bd4c3af470c9b8ed3" }, { - "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": "‘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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f5a979fb06cf1d3ebb436dc8000ec15b" + "hash": "ed05b3d352d0fa8db63059156f8f39ad" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f819285396007403f2c263d950fd630f" + "hash": "b7f68df641232841ab6735d3dbc88365" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "23ccfb1e9231e5b992275d107181b630" + "hash": "f11c4ac5669fbc0e88dcce50388f4a64" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a8ab67233377322905e15426fa656389" + "hash": "19a70f87676e645a195ca64d3c7d5020" }, { - "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": "‘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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bfb9a52ede1aeb1b2d07cd54d69456bf" + "hash": "1742276e73e8dfd9b5662523639b2df9" }, { - "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", + "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1e7fd42ccccca4e5855f91231501aa01" + "hash": "e214b8f48ab33322d432aa74804f29ba" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6abf22ac705d9fdfb9a84436ca0d2ef7" + "hash": "509c76192308966e996f4a1bce7804eb" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "277ac20ba31b2821ce4da1d8e8865bd1" + "hash": "709fe318427ae47e5a72c75584f8bab0" }, { - "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 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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "10bd85deeb0da412bdf1ca4589084233" + "hash": "59ec57ad96394e365e2beeabeaf98bf3" }, { - "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", + "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "53e6f3427606d1f9ad5987d6bcc566b2" + "hash": "aea191ee2486abd6d14dbb651c21d9f3" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "70b9daac52fc4f03eb36554a3ca62200" + "hash": "af96b395ad5425f2e8aaff63df087907" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1a7d8baa70ebc59a341cf3a83f8256a5" + "hash": "c4a0feefa1037ae477cf5666b00e8e83" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b14fd059c076d84e5529403ad19c1de3" + "hash": "4d7d7ae4161ee2ecda0e6613f47831f5" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0b2084d86fce893097ad73f29a402d34" + "hash": "ae5a5676ffc3612ad6d2d8b14e89081e" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "58746ce0800a93f0a0e772ad53b056d6" + "hash": "0b26ef4ad80acd74eef4652b4a2a9985" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3e18aabe01abcf7f8446c64af623ec5f" + "hash": "bff37e3e4f6720c743ee410d03b7ef08" }, { - "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": "'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": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ccce405443bcd3260df67d7c2e79b314" + "hash": "1e3d1e8718c235f355e961b36c2fc8bd" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "017194cb7b18a1a73c51388f3beeb676" + "hash": "5585265823459cadd6658e8c497c5d09" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3a0b1612366942a2158ca659c89740d6" + "hash": "9adddcf902769ff84b4f374c2e043c94" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9b4a3c4b2a08b97c14b7ea00ad1e2c71" + "hash": "726e280ea21558452cf6932aea24fe79" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "80d0f1a6335f7f59099a54cce4a1f53e" + "hash": "286d57036627f524571b435860ba00c8" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "efa56dfd1fbfdfed13225ecd2d294540" + "hash": "fec25b068076a5f7662cdc744f9c35d4" }, { - "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-19T15:52:18Z", + "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f1620dae01bdf4e7bbb6047a2669102c" + "hash": "69fbee58efe80e8e5590d1c57a715938" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "287932a37469db5fbbefc5ab1cfc3fb3" + "hash": "5ba1ad5c5bfeb2ea27407f0c3ee62817" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a5a5a467125facba7845054008386f24" + "hash": "2b314c9e2de4e4f0463b0fcc1962a1c0" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7553aed7889a0a24079dbb247451bf88" + "hash": "147b9c264c6a21a6fd243174a103245c" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6cc82fac7c44ac39ca2917277b358eda" + "hash": "2bb82a5ddf1e968fd7bd29974c749365" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "218a3c450632fa78fee6bde5ea4aeaaf" + "hash": "6c79da79c89365823c0e50eda49c6418" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2a7d37ff561589a7ff4f96006ba01995" + "hash": "51934e6ec4442b660d5fb97ee5c118ee" }, { - "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...", + "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/video/2021/nov/19/modi-repeals-controversial-laws-victory-indian-farmers-video-report", - "creator": "Maheen Sadiq", - "pubDate": "2021-11-19T14:07:16Z", + "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4f1255a05b37e156c4f1a0f19c1d1681" + "hash": "c65698811d276a8f44c25a84ddb982e9" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "52a01a7e7844b2a3cd4ef8ddc11b8e0a" + "hash": "1e576668ab5d7cd4f157ee302b824726" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9d4d1c0cf54c8da3cb5bc51256e3262e" + "hash": "86a1a41a43c41934b0a1d2907f83d6cf" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e13f3aaf53cbb5667dbafb0090a2b89e" + "hash": "6f35bc8cedd59a66819b3aeb5720a1c7" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3b8d572357562a5712b407d7c98b8f92" + "hash": "91fad6ab94af54d42132d94ed2511e10" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f1d486951615eb7e842cbbe8d49adae5" + "hash": "db118d119f8111040468d2beee66ba08" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "89d1215fd92fef4b87c9db593af0c38a" + "hash": "adc5f40b9c15078764eff92de15d9193" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "10c33cdfa9760aecab1df372f9cd119e" + "hash": "56bdf5d3360a68e0f374d4a34f1dba8c" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e837a80c2e653b7a0f76923348aeff17" + "hash": "1cb506aebf93e0d01a61eb2dd0547f0b" }, { - "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-19T07:38:27Z", + "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f51c87c5c30fcf9c8fe7f8646fc431ac" + "hash": "820514a68f2debee858a7d0bbe9a77c6" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8ec657783da6df1834b5118f4f7affd3" + "hash": "9360a7ec6fea55a43ae9d3985c9b16e6" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "573df2281e2c34694e689413f7700282" + "hash": "47d10e7c67c3329467c201659bd26c72" }, { - "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": "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", "folder": "00.03 News/News - EN", "feed": "The Guardian", "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": "842ae29017f313abffea629585518996" + }, { - "title": "Political Scandals Are the Exit From Covid Coercion", - "description": "Quietly ending lockdowns as voters get to scream at a scapegoat is far easier than saying they were a waste.", - "content": "Quietly ending lockdowns as voters get to scream at a scapegoat is far easier than saying they were a waste.", - "category": "PAID", - "link": "https://www.wsj.com/articles/political-scandal-exit-covid-coercion-boris-johnson-downing-street-uk-prime-minister-lockdown-omicron-11642095433", - "creator": "", - "pubDate": "Thu, 13 Jan 2022 13:06:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a29605fcd1d84fed4b20911a1646b020", - "highlights": [] + "hash": "6984a64e88af86941c472cba3519df22" }, { - "title": "Time for Harris to Cut Biden Loose", - "description": "How the vice president can start leading the country right now and become America’s 47th president in 2025.", - "content": "How the vice president can start leading the country right now and become America’s 47th president in 2025.", - "category": "PAID", - "link": "https://www.wsj.com/articles/time-for-harris-to-cut-biden-loose-11642091480", - "creator": "", - "pubDate": "Thu, 13 Jan 2022 11:31:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b63e5fd2ec76fe50fd520390dea44126", - "highlights": [] + "hash": "b2f0b87462b7d5dfa11f0f8f9d1cecf6" }, { - "title": "What Inflation Costs Workers", - "description": "The Biden-Powell price increases reduced real wages by 2.4% in 2021.", - "content": "The Biden-Powell price increases reduced real wages by 2.4% in 2021.", - "category": "PAID", - "link": "https://www.wsj.com/articles/what-inflation-costs-workers-joe-biden-jerome-powell-cpi-price-increases-11642016349", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 18:36:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e2a826fa5deb88a6f5adbb987d621fe7", - "highlights": [] + "hash": "059be5632fbad25cebb62c1be1637129" }, { - "title": "The Cops Who Didn't Come Home", - "description": "Seventy-three officers were killed feloniously while on duty last year, a 20-year high.", - "content": "Seventy-three officers were killed feloniously while on duty last year, a 20-year high.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-cops-who-didnt-come-home-fbi-police-special-agent-killing-murder-record-high-reform-crime-shooting-11642020020", + "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": "Wed, 12 Jan 2022 18:42:00 -0500", + "pubDate": "2021-12-04T06:00:18Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e1c1aba30ec5afd90f1fde0a592f418f", - "highlights": [] + "hash": "3e712d99250bae2c6a92fecc9e59b46f" }, { - "title": "Biden's Operation Snail Speed on Covid Therapies", - "description": "Less than 1% of $1.9 trillion in last March’s relief cash went for treatments.", - "content": "Less than 1% of $1.9 trillion in last March’s relief cash went for treatments.", - "category": "PAID", - "link": "https://www.wsj.com/articles/bidens-operation-snail-speed-covid-therapies-pfizer-merck-ridgeback-vir-11642024875", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 18:32:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cc49dae21372830622dfd2cdd05bbfd6", - "highlights": [] + "hash": "8df88746fb9eee28b870f437d7a80c8f" }, { - "title": "Omicron Has Killed Certitude", - "description": "People no longer care what government or ‘science’ tells them about Covid-19.", - "content": "People no longer care what government or ‘science’ tells them about Covid-19.", - "category": "PAID", - "link": "https://www.wsj.com/articles/omicron-has-killed-certitude-fauci-follow-science-biden-covid-censorship-misinformation-variant-11642024638", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 18:09:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "253745c451a1e504d99c34825c61c681", - "highlights": [] + "hash": "4a8c95c6f881b8546da70c4df7f2e08c" }, { - "title": "Saved by a Pig's Heart", - "description": "And by the creativity and innovation of U.S. medical care.", - "content": "And by the creativity and innovation of U.S. medical care.", - "category": "PAID", - "link": "https://www.wsj.com/articles/a-shot-in-the-dark-bartley-griffith-pig-heart-transplant-david-bennett-11641934472", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 18:28:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "11ecb10df403701767eac5930698d32f", - "highlights": [] + "hash": "17b4b32d93c954f2ee63170a0c4c806f" }, { - "title": "The Case for Grayscale Mode", - "description": "If you’re addicted to your smartphone, it’s probably because the colors are too vivid.", - "content": "If you’re addicted to your smartphone, it’s probably because the colors are too vivid.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-case-for-grayscale-smartphones-screen-time-wasted-attention-scrolling-twitter-imessage-facebook-11642020254", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 18:09:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "667d70504476dc5a79342e4938f822dc", - "highlights": [] + "hash": "70283319c49ea4159b4f543601a499c8" }, { - "title": "Putin Is Running Rings Around the West", - "description": "While U.S. and European leaders natter about soft power, Russia’s president is making power moves.", - "content": "While U.S. and European leaders natter about soft power, Russia’s president is making power moves.", - "category": "PAID", - "link": "https://www.wsj.com/articles/putin-is-running-rings-around-the-west-ukraine-kazakhstan-troops-border-invasion-russia-11642008206", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 13:25:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bb9c6554d09d1b60d49fc652c0e3d7fc", - "highlights": [] + "hash": "739186e302abe1caa9c7b85d91a6f7d7" }, { - "title": "Conservatives for Abusive Lawsuits", - "description": "Lawmakers shouldn’t make it easier for employees to sue over vaccine mandates.", - "content": "Lawmakers shouldn’t make it easier for employees to sue over vaccine mandates.", - "category": "PAID", - "link": "https://www.wsj.com/articles/conservatives-for-abusive-lawsuits-litigation-vaccines-covid-workplace-tort-11642019726", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 18:40:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "51db46d84d9f82d3da6df0ead0c69f58", - "highlights": [] + "hash": "772cd5398618274150f346648dab96ad" }, { - "title": "Are You With Joe Biden, or Jefferson Davis?", - "description": "The President’s speech on voting rights is divorced from reality.", - "content": "The President’s speech on voting rights is divorced from reality.", - "category": "PAID", - "link": "https://www.wsj.com/articles/are-you-with-joe-biden-or-jefferson-davis-georgia-voting-rights-filibuster-11641943418", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 19:01:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aca43db3790beb8fc670898de6df8027", - "highlights": [] + "hash": "3a7ee7e379741837962aac0dda1ce0db" }, { - "title": "Four Reasons to Keep Worrying About Inflation", - "description": "Labor markets are tight, demand remains elevated, and the effects of Covid are highly uncertain.", - "content": "Labor markets are tight, demand remains elevated, and the effects of Covid are highly uncertain.", - "category": "PAID", - "link": "https://www.wsj.com/articles/four-reasons-keep-worrying-inflation-price-level-real-wage-services-goods-bottleneck-powell-11642095203", - "creator": "", - "pubDate": "Thu, 13 Jan 2022 13:06:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f2a0eadb8285956dc03e4868af6f4c38", - "highlights": [] + "hash": "b3f6f3467654d4a9442b0e93a5d0b741" }, { - "title": "Biden's Georgia Election-Law Distortions", - "description": "He says he’ll ‘defend our democracy’ from election laws that are fairer than New York’s.", - "content": "He says he’ll ‘defend our democracy’ from election laws that are fairer than New York’s.", - "category": "PAID", - "link": "https://www.wsj.com/articles/biden-georgia-election-distortions-freedom-vote-act-right-john-lewis-jim-crow-new-york-ballot-mail-11642020035", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 18:41:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5d1f22a162af6f7667bda0a39df7aefb", - "highlights": [] + "hash": "f6cc4c8abb27deb2e4b00a3796f620c4" }, { - "title": "The Democrats' Inflation Blame Game", - "description": "Everyone and everything is responsible except the government spending that’s actually fueling it.", - "content": "Everyone and everything is responsible except the government spending that’s actually fueling it.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-democrats-inflation-blame-game-budget-carter-1970s-voters-denial-biden-powell-2022-midterms-11642008348", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 13:26:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0062ba21f76525b1ac9e1a8911e995dd", - "highlights": [] + "hash": "961e0db1667f84de29e7feb6f86955f5" }, { - "title": "How Many Hats Does It Take to Restart a Tennis Match?", - "description": "About three—that’s the number of caps Reilly Opelka had to try on after an avian accident made his first unwearable.", - "content": "About three—that’s the number of caps Reilly Opelka had to try on after an avian accident made his first unwearable.", - "category": "PAID", - "link": "https://www.wsj.com/articles/how-many-hats-does-it-take-tennis-reilly-opelka-bird-poop-australian-open-cressy-melbourne-11642029835", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 18:38:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9526ad35aa46f7d99943fc732cc07d2e", - "highlights": [] + "hash": "7ff1230a4e738280cc976da94f14f1e4" }, { - "title": "The Message of Sidney Poitier's Success", - "description": "He improved America’s perceptions of its black countrymen at a time when it really mattered.", - "content": "He improved America’s perceptions of its black countrymen at a time when it really mattered.", - "category": "PAID", - "link": "https://www.wsj.com/articles/message-of-sidney-poitier-success-black-race-crime-anti-racism-civil-rights-police-blm-activism-11641941296", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 18:23:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "00d9eb650d8d52b35f66e008f05e52df", - "highlights": [] + "hash": "861caeffcb8f4266c7ef180e17457e43" }, { - "title": "America Takes a Real Pay Cut", - "description": "Wages are rising, but not nearly as fast as inflation.", - "content": "Wages are rising, but not nearly as fast as inflation.", - "category": "PAID", - "link": "https://www.wsj.com/articles/america-takes-a-real-pay-cut-11642025430", - "creator": "", - "pubDate": "Wed, 12 Jan 2022 17:10:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7f532aea669aad90f9ad2696f8286633", - "highlights": [] + "hash": "150430be5445a7e87127e052b2790cee" }, { - "title": "The Greening of the Federal Reserve", - "description": "Powell endorses bank stress tests to allocate capital for climate policy.", - "content": "Powell endorses bank stress tests to allocate capital for climate policy.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-greening-of-the-federal-reserve-jerome-powell-climate-11641941000", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 19:06:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8696508a748109fc3311ba07a5b5bc2a", - "highlights": [] + "hash": "3c080ad7b5cd8ec36d96c22568977763" }, { - "title": "Hillary Clinton's 2024 Election Comeback", - "description": "Joe Biden and Kamala Harris have become unpopular. It may be time for a change candidate.", - "content": "Joe Biden and Kamala Harris have become unpopular. It may be time for a change candidate.", - "category": "PAID", - "link": "https://www.wsj.com/articles/hillary-clinton-2024-comeback-president-biden-harris-democrat-nominee-race-2022-midterm-loss-11641914951", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 12:28:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3e00b0973c7c343d4af1e2a2e6d26f99", - "highlights": [] + "hash": "cf5824c81c614a10e250b87902bb9b0e" }, { - "title": "Australia's Strategic Offensive", - "description": "A pact with Japan is the latest move to resist China’s coercion.", - "content": "A pact with Japan is the latest move to resist China’s coercion.", - "category": "PAID", - "link": "https://www.wsj.com/articles/australias-strategic-offensive-japan-china-scott-morrison-xi-jinping-11641941895", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 19:03:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ce094f874345accb15b0814e6b1952f6", - "highlights": [] + "hash": "0edb3ddeb7ca69cc47e8d8c13b269b84" }, { - "title": "The Market Is Too Serene About Inflation", - "description": "As in the early 1980s, new realities test the idea that interest rates reflect ‘rational expectations.’", - "content": "As in the early 1980s, new realities test the idea that interest rates reflect ‘rational expectations.’", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-market-is-too-serene-about-inflation-interest-rate-paul-volcker-fomc-federal-reserve-price-stability-11641933266", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 18:25:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cca5a91c6c92713c6d6dd2a955938d0e", - "highlights": [] + "hash": "e68cdfc19025f7bdd65c699c7e1a13ec" }, { - "title": "A Left-Right Revolt Against the New Elites", - "description": "‘Meritocracy’ rewards achievement and talent. That isn’t an unalloyed good.", - "content": "‘Meritocracy’ rewards achievement and talent. That isn’t an unalloyed good.", - "category": "PAID", - "link": "https://www.wsj.com/articles/left-right-revolt-against-elites-meritocracy-education-universities-covid-charles-murray-sandel-scholz-11641915303", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 12:27:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c0546d816fbbbefb8dacc256fae63982", - "highlights": [] + "hash": "e53db528dfa42255c11f361ee1e99bef" }, { - "title": "James Comey and Our Poisoned Politics", - "description": "Five years ago, the FBI boss was busy selling the bogus Steele dossier.", - "content": "Five years ago, the FBI boss was busy selling the bogus Steele dossier.", - "category": "PAID", - "link": "https://www.wsj.com/articles/james-comey-and-our-poisoned-politics-11641944998", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 18:49:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4e69ea1a6ac22b39bea8887305ed1219", - "highlights": [] + "hash": "a1da83751835607ed6193542b79fb9ca" }, { - "title": "The Supreme Court's Covid Case Confusion", - "description": "The liberal justices are as dizzy as the rest of us from the political spin.", - "content": "The liberal justices are as dizzy as the rest of us from the political spin.", - "category": "PAID", - "link": "https://www.wsj.com/articles/court-supreme-covid-confusion-justices-kagan-sotomayor-breyer-vaccine-mandate-omicron-11641934433", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 18:22:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2fa89d4912ef7a448489fe09421b7bcd", - "highlights": [] + "hash": "c01488cafa81a4fca858f6edabe83254" }, { - "title": "A Minimum-Wage Reality Check", - "description": "Portland, Maine, reverses a destructive raise in mandated pay.", - "content": "Portland, Maine, reverses a destructive raise in mandated pay.", - "category": "PAID", - "link": "https://www.wsj.com/articles/a-minimum-wage-reality-check-portland-maine-city-council-business-11641942338", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 18:58:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "08588bbf9eb5dbe95aaa068225576c92", - "highlights": [] + "hash": "26ecc25256ec5708b418c38affd94c44" }, { - "title": "A Deceptive Covid Study, Unmasked", - "description": "Duke researchers look at transmission in schools and end up reinforcing their prior assumptions.", - "content": "Duke researchers look at transmission in schools and end up reinforcing their prior assumptions.", - "category": "PAID", - "link": "https://www.wsj.com/articles/deceptive-covid-study-unmasked-abc-misleading-omicron-north-carolina-students-duke-mask-test-to-stay-11641933613", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 18:25:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0696dc1ec2e3db7894dad800ddb02673", - "highlights": [] + "hash": "0e289ef9bf982dec103dec5c82279173" }, { - "title": "He Showed Me the Way Out of Hollywood", - "description": "Having made it as an actor himself, Gary McCleery helped me begin my second act.", - "content": "Having made it as an actor himself, Gary McCleery helped me begin my second act.", - "category": "PAID", - "link": "https://www.wsj.com/articles/gary-mccleery-showed-me-the-way-out-of-hollywood-acting-indie-movies-john-sayles-film-11641930824", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 18:24:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "44f9f4abc3b1dc96d6775c5d6f2a2285", - "highlights": [] + "hash": "4aef209fcfc921c399ec5a1b6f0f2847" }, { - "title": "Biden Has Met the Enemy, and He Is Us", - "description": "What if Kamala Harris believed it when she likened the Capitol riot to Pearl Harbor and 9/11?", - "content": "What if Kamala Harris believed it when she likened the Capitol riot to Pearl Harbor and 9/11?", - "category": "PAID", - "link": "https://www.wsj.com/articles/biden-has-met-the-enemy-and-he-is-us-national-security-harris-jan-6-capitol-hill-riot-protest-russia-china-aghanistan-ukraine-nato-11641832907", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 12:36:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1a31373ae6c84a55261d488b626bf565", - "highlights": [] + "hash": "83280d0b55ece5ff6d90d45b9faf54b5" }, { - "title": "Should We Be Scared of Omicron?", - "description": "Students debate the response to the new Covid variant.", - "content": "Students debate the response to the new Covid variant.", - "category": "PAID", - "link": "https://www.wsj.com/articles/should-we-be-scared-of-omicron-students-campus-college-variant-covid-mask-vaccine-mandate-11641933784", - "creator": "", - "pubDate": "Tue, 11 Jan 2022 18:40:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3754563b5690b7c4f7c235ff63277b97", - "highlights": [] + "hash": "22dfc1fff33d5ce79824842a4960c3b1" }, { - "title": "Single-Payer Healthcare Makes a California Comeback", - "description": "Sacramento Democrats are back, this time with huge tax increases.", - "content": "Sacramento Democrats are back, this time with huge tax increases.", - "category": "PAID", - "link": "https://www.wsj.com/articles/single-payer-medicine-makes-a-california-comeback-gavin-newsom-xavier-becerra-healthcare-11641853914", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 18:40:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "321e7c8f75a9efa42848be7b2fc74d11", - "highlights": [] + "hash": "aa79bd7dec74a605b280d76d80e01b6e" }, { - "title": "How Adversaries Size Up Biden's Foreign Policy", - "description": "He slaps vanity sanctions on would-be friends, playing into China’s hands.", - "content": "He slaps vanity sanctions on would-be friends, playing into China’s hands.", - "category": "PAID", - "link": "https://www.wsj.com/articles/how-adversaries-size-up-biden-worldview-russia-china-south-asia-sanctions-xi-democracy-taiwan-hong-kong-asean-india-11641846956", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 18:08:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d01257b5e90ccb17425d7d843c37b40f", - "highlights": [] + "hash": "b0e8a2efc3dde8ce7561b1d2b3b279d7" }, { - "title": "Brad Raffensperger vs. Noncitizen Voting", - "description": "New York Democrats hand the GOP a winning political issue.", - "content": "New York Democrats hand the GOP a winning political issue.", - "category": "PAID", - "link": "https://www.wsj.com/articles/brad-raffensperger-vs-noncitizen-voting-democrats-new-york-eric-adams-republicans-11641848856", + "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": "Mon, 10 Jan 2022 18:40:00 -0500", + "pubDate": "2021-12-01T11:01:36Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a69e1d82acc0fd43504710ccb4296ebd", - "highlights": [] + "hash": "442654ff1c019af292fb8ac50d9f41d5" }, { - "title": "Now She Tells Us", - "description": "CDC director Rochelle Walensky suddenly emphasizes relative risks.", - "content": "CDC director Rochelle Walensky suddenly emphasizes relative risks.", - "category": "PAID", - "link": "https://www.wsj.com/articles/now-she-tells-us-11641843802", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 14:43:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e96bfacac3186376a550eb98522923bc", - "highlights": [] + "hash": "8b19f2ac7485e5ebf2debc7e936cf0d0" }, { - "title": "Nord Stream 2 Sanctions in the Senate", - "description": "A vote on the natural-gas pipeline would override Biden’s waiver favor to Putin.", - "content": "A vote on the natural-gas pipeline would override Biden’s waiver favor to Putin.", - "category": "PAID", - "link": "https://www.wsj.com/articles/nord-stream-2-pipeline-in-the-senate-russia-ted-cruz-chuck-schumer-vladimir-putin-joe-biden-11641852884", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 18:37:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "28770c09aac092ef7e4f1749c646074b", - "highlights": [] + "hash": "c41b2b95e55b55518c61bb62b3db9eea" }, { - "title": "An Ugly Game of Race Preferences", - "description": "‘I mean there has been an anti asian feel underlying some of this, hate to say it lol.’", - "content": "‘I mean there has been an anti asian feel underlying some of this, hate to say it lol.’", - "category": "PAID", - "link": "https://www.wsj.com/articles/an-ugly-game-of-race-preferences-thomas-jefferson-high-school-asian-american-black-hispanic-lawsuit-discrimination-admissions-11641853307", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 18:07:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1e2998535b0bf651dabd8008bba17403", - "highlights": [] + "hash": "02b35571116aa5bdd2e8d1a4d2888780" }, { - "title": "U.S. Mistakes Fed Putin's Ukraine Temptation", - "description": "At the rate he’s going, Biden will be making concessions to Russia for the rest of his term.", - "content": "At the rate he’s going, Biden will be making concessions to Russia for the rest of his term.", - "category": "PAID", - "link": "https://www.wsj.com/articles/american-fecklessness-fed-putin-ukraine-troops-border-russia-energy-gas-poland-western-europe-germany-france-invasion-biden-11641832674", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 12:38:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2c8f745587beee59e2cd478604eb42ff", - "highlights": [] + "hash": "4c1a9138b8b5d1fee6a61fed8ce52b8d" }, { - "title": "Yellen's Global-Tax Zombie Lives", - "description": "Her Gilti tax fix looks like it will bite U.S. companies in Europe.", - "content": "Her Gilti tax fix looks like it will bite U.S. companies in Europe.", - "category": "PAID", - "link": "https://www.wsj.com/articles/janet-yellens-global-tax-zombie-lives-gilti-corporate-europe-11641332667", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 18:33:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "607f4c54ae4c88ffb03df73df7b4b781", - "highlights": [] + "hash": "9a31b29802c3b71aaa707d9e66fd07df" }, { - "title": "Democrats Threaten the Voting Rights Act", - "description": "Their bills in Congress would federalize elections and mar a longstanding bipartisan achievement.", - "content": "Their bills in Congress would federalize elections and mar a longstanding bipartisan achievement.", - "category": "PAID", - "link": "https://www.wsj.com/articles/democrats-threaten-voting-rights-act-federalize-bipartisan-elections-preclearance-sensenbrenner-for-the-people-freedom-to-vote-11641849965", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 18:31:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c2853c0be657381dcdd76d71eeafd9f9", - "highlights": [] + "hash": "3008193d0ffe7974ac259cf1dd057ddd" }, { - "title": "Slow the Spread? Speeding It May Be Safer", - "description": "Tamping down on Omicron may increase the risk of an ‘antigenic shift’ to a far deadlier supervariant.", - "content": "Tamping down on Omicron may increase the risk of an ‘antigenic shift’ to a far deadlier supervariant.", - "category": "PAID", - "link": "https://www.wsj.com/articles/speeding-it-may-be-safer-omicron-mandates-antigenic-drift-shift-covid-supervariant-mask-social-distancing-lockdown-vaccine-11641847062", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 18:31:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a907bb4aed6ef9ecc752079f6d50314f", - "highlights": [] + "hash": "7c8314f8f1c7f2d93e37421aea61f64f" }, { - "title": "A Week Under My Son's Roof---and Rules", - "description": "It’s no fun having to follow someone else’s household diktats.", - "content": "It’s no fun having to follow someone else’s household diktats.", - "category": "PAID", - "link": "https://www.wsj.com/articles/a-week-under-my-sons-roof-and-rules-father-cleaning-parenting-age-california-11641847245", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 18:10:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a3e319ee5db4a0c637ac9e1e349c2d76", - "highlights": [] + "hash": "0de20de4060a2ef037595bd9c23a7507" }, { - "title": "China's New Friends in Central America", - "description": "Salvadoran President Bukele is courting Beijing and playing footsie with thugs.", - "content": "Salvadoran President Bukele is courting Beijing and playing footsie with thugs.", - "category": "PAID", - "link": "https://www.wsj.com/articles/china-new-friends-in-central-america-bukele-el-salvador-honduras-nicaragua-influence-taiwan-fmln-la-union-tom-shannon-11641759240", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 17:15:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "41b85d06f65ac9cc5f732785f454e207", - "highlights": [] + "hash": "ad336110f37050eeef077fc8f99b4953" }, { - "title": "Is Climate Change in Your Problem Top 10?", - "description": "‘Limitarianism’ may prove to be as deadly as other 20th-century ‘isms.’", - "content": "‘Limitarianism’ may prove to be as deadly as other 20th-century ‘isms.’", - "category": "PAID", - "link": "https://www.wsj.com/articles/is-climate-change-in-your-top-10-urgent-issues-gop-democrats-problems-worry-global-warming-environment-don't-look-up-11641741976", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 12:41:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e413938024f4d099d44a41ce1ee982c8", - "highlights": [] + "hash": "9f3e9c62b7fabb0dac04ae0f846db270" }, { - "title": "Notable & Quotable: Covid and the Democrats", - "description": "‘By questioning the wisdom of school closures—and taking our child out of public school—I found myself going against the party line.’", - "content": "‘By questioning the wisdom of school closures—and taking our child out of public school—I found myself going against the party line.’", - "category": "PAID", - "link": "https://www.wsj.com/articles/notable-quotable-covid-democrats-twitter-lockdown-public-omicron-school-closure-teachers-unions-misogyny-sexism-feminism-11641854586", - "creator": "", - "pubDate": "Mon, 10 Jan 2022 18:29:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "87609835d4f02a96ad99853970c3a547", - "highlights": [] + "hash": "31342da85613185e7ee1cf904a6e6086" }, { - "title": "Paranoia Is a Rational Response to a World Gone Mad", - "description": "When society is unhinged, you’d be crazy not to think the killers and carjackers are coming for you.", - "content": "When society is unhinged, you’d be crazy not to think the killers and carjackers are coming for you.", - "category": "PAID", - "link": "https://www.wsj.com/articles/paranoia-is-a-rational-response-to-a-world-gone-mad-crime-wave-murder-looting-chicago-mugging-police-11641760407", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 17:17:00 -0500", - "enclosure": "", - "enclosureType": "", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "11fd5fdb102a7d9b5149fd147391bfca", - "highlights": [] + "hash": "21661d459b3eb8da2997664ec0874839" }, { - "title": "The Native American Victims of McGirt", - "description": "‘There is no protection for me—or anyone like me,’ one woman says.", - "content": "‘There is no protection for me—or anyone like me,’ one woman says.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-native-american-victims-of-mcgirt-oklahoma-supreme-court-11641589074", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 17:13:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "448e079878b1fa4e3369e3a03664fae8", - "highlights": [] + "hash": "b919cc8c048888d363a4599a4e461e51" }, { - "title": "No Climate Warriors in Frozen Foxholes", - "description": "Forty-one Democrats urge federal regulators to lower heating prices.", - "content": "Forty-one Democrats urge federal regulators to lower heating prices.", - "category": "PAID", - "link": "https://www.wsj.com/articles/no-climate-warriors-in-frozen-foxholes-ferc-energy-prices-elizabeth-warren-ed-markey-11641515672", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 17:12:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "161073b0b5ba597aa61f6f28160b578f", - "highlights": [] + "hash": "04dc474a56ae23f6bb643da72c2b4be4" }, { - "title": "Is the Crisis in Kazakhstan the Rebirth of the Soviet Union?", - "description": "The West needs to be firm as Putin seeks to expand Moscow’s control over neighboring states.", - "content": "The West needs to be firm as Putin seeks to expand Moscow’s control over neighboring states.", - "category": "PAID", - "link": "https://www.wsj.com/articles/is-the-crisis-in-kazakhstan-the-rebirth-of-the-soviet-union-russia-biden-putin-nato-military-kassym-jomart-tokayev-11641741523", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 12:39:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9d42fb5cc60cd8f25eeca020383b2147", - "highlights": [] + "hash": "a051bd0b1ecab5c95fe13ea3605f0743" }, { - "title": "Answering Schumer on the Filibuster", - "description": "Democrats should have taken our advice not to break the 60-vote rule for judicial nominees in 2013.", - "content": "Democrats should have taken our advice not to break the 60-vote rule for judicial nominees in 2013.", - "category": "PAID", - "link": "https://www.wsj.com/articles/answering-schumer-on-the-filibuster-chuck-legislative-judicial-supreme-court-voting-bill-11641762123", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 17:08:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "026a1fd019bce2f73f463be08a142256", - "highlights": [] + "hash": "94b5f7b3a9727159f546815f65193b37" }, { - "title": "Why I'm Seeking a Third Senate Term", - "description": "I’d like to retire, but I think the country is in too much peril.", - "content": "I’d like to retire, but I think the country is in too much peril.", - "category": "PAID", - "link": "https://www.wsj.com/articles/why-im-seeking-a-third-senate-term-11641695974", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 09:00:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "37f992da14ab630f40e66970753c9eaf", - "highlights": [] + "hash": "9fd82f572c725372d87ae06bb4e28476" }, { - "title": "Why the Jan. 6 'Big Lie' Narrative Will Fail", - "description": "The public can see through media spin, and events will likely push politics back from the extremes.", - "content": "The public can see through media spin, and events will likely push politics back from the extremes.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-big-lie-narrative-will-fail-mainstream-media-jan-6-journalism-2020-election-capitol-riot-protest-trump-11641574341", - "creator": "", - "pubDate": "Fri, 07 Jan 2022 18:04:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6cfbe0924814e13882fe08286bae2a06", - "highlights": [] + "hash": "09472f1f20f5fd5fd4159b565cd4769a" }, { - "title": "Meatpackers Are Biden's Latest Inflation Scapegoat", - "description": "He cries ‘gouging’ as they face higher costs for labor, fuel and feed.", - "content": "He cries ‘gouging’ as they face higher costs for labor, fuel and feed.", - "category": "PAID", - "link": "https://www.wsj.com/articles/meatpackers-are-biden-latest-inflation-scapegoat-beef-pork-chicken-labor-fertilizer-fuel-bottleneck-work-force-participation-agriculture-11641759774", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 17:18:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dee5addff0353daf62d662c6bd565662", - "highlights": [] + "hash": "10e04efb93d811023a8f88f6e91bd319" }, { - "title": "Bill Gardner, Election Federalist, Retires", - "description": "The New Hampshire Democrat is a cogent critic of H.R.1.", - "content": "The New Hampshire Democrat is a cogent critic of H.R.1.", - "category": "PAID", - "link": "https://www.wsj.com/articles/bill-gardner-election-federalist-retires-new-hampshire-voting-hr1-hassan-presidential-primary-11641746592", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 17:01:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "590c9a60752202e4d4444620938545f0", - "highlights": [] + "hash": "e55f57c28464c730c706df0389f51904" }, { - "title": "Omicron Makes Biden's Vaccine Mandates Obsolete", - "description": "There is no evidence so far that vaccines are reducing infections from the fast-spreading variant.", - "content": "There is no evidence so far that vaccines are reducing infections from the fast-spreading variant.", - "category": "PAID", - "link": "https://www.wsj.com/articles/omicron-makes-bidens-vaccine-mandates-obsolete-covid-healthcare-osha-evidence-supreme-court-11641760009", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 17:20:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7fe4e7524df997aa1fd040f766a6bab8", - "highlights": [] + "hash": "81c599644f7c514c1e950c982e4e3fdc" }, { - "title": "What the Jan. 6 Panel Won't Probe", - "description": "Members look in vain for a coup plot but ignore Congress’s own security failures.", - "content": "Members look in vain for a coup plot but ignore Congress’s own security failures.", - "category": "PAID", - "link": "https://www.wsj.com/articles/jan-6-panel-wont-probe-anniversary-pelosi-cheney-protest-trump-riot-storming-capitol-police-11641506377", - "creator": "", - "pubDate": "Thu, 06 Jan 2022 18:25:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aa4e89721bde315110ba45c291347586", - "highlights": [] + "hash": "878e45f037bee79783a8907b289bc4aa" }, { - "title": "The Endless Loop of Covid-19", - "description": "The current moment is much like 20 months ago. It is no governmental triumph that this is so.", - "content": "The current moment is much like 20 months ago. It is no governmental triumph that this is so.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-endless-loop-of-covid-19-omicron-delta-masks-variant-lockdowns-leadership-biden-speech-11641510595", - "creator": "", - "pubDate": "Thu, 06 Jan 2022 18:53:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "92b5d665bed63d40433907e4898f9dae", - "highlights": [] + "hash": "316079ada9ff6c6e66b36c9fb84947ed" }, { - "title": "Notable & Quotable: A CNN Epiphany on Covid", - "description": "‘We need to recognize that getting Covid isn’t a moral failing!’", - "content": "‘We need to recognize that getting Covid isn’t a moral failing!’", - "category": "PAID", - "link": "https://www.wsj.com/articles/notable-quotable-stigma-covid-omicron-chris-cillizza-disease-11641760915", - "creator": "", - "pubDate": "Sun, 09 Jan 2022 17:14:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8b99967daa0ca49076d521640500b1ee", - "highlights": [] + "hash": "267d12c2cdb8efe73b004689e37fba88" }, { - "title": "Capitol Riot: The Musical!", - "description": "Pelosi stages a star-studded event to advance her party’s agenda.", - "content": "Pelosi stages a star-studded event to advance her party’s agenda.", - "category": "PAID", - "link": "https://www.wsj.com/articles/capitol-riot-the-musical-11641578646", - "creator": "", - "pubDate": "Fri, 07 Jan 2022 13:04:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a8fa7b5a3db965ab93986b4f0130d6ac", - "highlights": [] + "hash": "3dbaeb146d5ddd619f381ff160169f11" }, { - "title": "A Dangerous Moment for Europe", - "description": "What will Biden give Putin to avoid an invasion of Ukraine?", - "content": "What will Biden give Putin to avoid an invasion of Ukraine?", - "category": "PAID", - "link": "https://www.wsj.com/articles/a-dangerous-moment-for-europe-joe-biden-russia-vladimir-putin-ukraine-troop-build-up-invasion-11641596719", - "creator": "", - "pubDate": "Fri, 07 Jan 2022 18:45:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5ac7060974e8faef1047a8f98b1d0a2d", - "highlights": [] + "hash": "13f8e7d702b4dcf9a0bff0dc570c2023" }, { - "title": "A Look at Putin Through the Soviet Lens", - "description": "The Ukraine situation reminds Cold War historian Sergey Radchenko of the Berlin crisis of 1958-61.", - "content": "The Ukraine situation reminds Cold War historian Sergey Radchenko of the Berlin crisis of 1958-61.", - "category": "PAID", - "link": "https://www.wsj.com/articles/look-at-putin-through-soviet-lens-russia-crimea-donbas-ukraine-belarus-radchenko-khruschev-11641573884", - "creator": "", - "pubDate": "Fri, 07 Jan 2022 13:07:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "11892bd132df87a60215254b598cd91c", - "highlights": [] + "hash": "3707af08b6b01d9b7778eb8247cbe046" }, { - "title": "The Vaccine Mandate 'Work-Around' May Run Aground", - "description": "Chief Justice Roberts asks a telling question on the OSHA mandate.", - "content": "Chief Justice Roberts asks a telling question on the OSHA mandate.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-work-around-may-go-aground-supreme-court-john-roberts-biden-vaccine-mandate-covid-osha-elizabeth-prelogar-11641597592", - "creator": "", - "pubDate": "Fri, 07 Jan 2022 18:42:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7b6a7ed373fba533de40f143722cde67", - "highlights": [] + "hash": "44bbc75163cb7ddbc5419d9fae70dba9" }, { - "title": "New York's Race-Based Preferential Covid Treatments", - "description": "New guidelines say whites may not be eligible for antibodies and antivirals, while nonwhites are.", - "content": "New guidelines say whites may not be eligible for antibodies and antivirals, while nonwhites are.", - "category": "PAID", - "link": "https://www.wsj.com/articles/new-york-race-based-covid-treatment-white-hispanic-inequity-monoclonal-antibodies-antiviral-pfizer-omicron-11641573991", - "creator": "", - "pubDate": "Fri, 07 Jan 2022 13:06:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "571838ce25347fb5f11537c7e18a64a9", - "highlights": [] + "hash": "4d28e986ba1a2a9ce06e9827d125e62f" }, { - "title": "Carving Up Biden's Inflation Beef", - "description": "The White House needs a refresher in the law of supply and demand.", - "content": "The White House needs a refresher in the law of supply and demand.", - "category": "PAID", - "link": "https://www.wsj.com/articles/carving-up-bidens-inflation-beef-meat-producers-tyson-prices-11641587628", - "creator": "", - "pubDate": "Fri, 07 Jan 2022 18:38:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eedf99fa3c16199def8446e396a430d2", - "highlights": [] + "hash": "5717a7453607c648e841837d1094c296" }, { - "title": "Reading Shakespeare in a Sea of Troubles", - "description": "My pandemic therapy? A weekly Zoom group dedicated to studying the Bard’s plays slowly and carefully.", - "content": "My pandemic therapy? A weekly Zoom group dedicated to studying the Bard’s plays slowly and carefully.", - "category": "PAID", - "link": "https://www.wsj.com/articles/reading-shakespeare-in-a-sea-of-troubles-covid-education-zoom-literature-mental-health-lockdown-11641574601", - "creator": "", - "pubDate": "Fri, 07 Jan 2022 18:04:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2175217382da923f4725042d27a4f646", - "highlights": [] + "hash": "768b980e0a2e8c6e2eacc4dd94c6db33" }, { - "title": "The Worker Supply Bottleneck", - "description": "The labor market is tightening faster than the Federal Reserve expected.", - "content": "The labor market is tightening faster than the Federal Reserve expected.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-worker-supply-bottleneck-federal-reserve-jobs-labor-shortage-inflation-11641595392", - "creator": "", - "pubDate": "Fri, 07 Jan 2022 18:36:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e8cf122557f63d72d8ff97063e7d4b31", - "highlights": [] + "hash": "49ee50f79c8b9718c5966ce8ad361af9" }, { - "title": "For Winsome Sears, Education Is the Key to Black Success", - "description": "America hasn’t always been perfect, says Virginia’s lieutenant governor-elect, but it isn’t 1963 anymore.", - "content": "America hasn’t always been perfect, says Virginia’s lieutenant governor-elect, but it isn’t 1963 anymore.", - "category": "PAID", - "link": "https://www.wsj.com/articles/winsome-sears-education-key-black-success-virginia-governor-charter-school-choice-crt-critical-race-theory-11641574129", - "creator": "", - "pubDate": "Fri, 07 Jan 2022 18:03:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "23426c5cdb05f8cc480bc92791024bc7", - "highlights": [] + "hash": "ea0820d04e9bff6a2862b033638a7e12" }, { - "title": "Manchin-Adams in 2024?", - "description": "New York’s mayor says he’s the party’s future. If he succeeds, he just might be that.", - "content": "New York’s mayor says he’s the party’s future. If he succeeds, he just might be that.", - "category": "PAID", - "link": "https://www.wsj.com/articles/manchin-adams-2024-new-york-mayor-crime-murder-broken-window-presidential-prospect-democrat-leadership-11641418875", - "creator": "", - "pubDate": "Wed, 05 Jan 2022 18:11:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2898e8d222fab5f7a410b180eedf5653", - "highlights": [] + "hash": "6746b1ee6d691d4f1c375f47c0bd73c0" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f85175a4d95fd31c6422c40bca9f3b44", - "highlights": [] + "hash": "1074a063752f93378db43890c5766eea" }, { - "title": "Notable & Quotable: Authoritarianism", - "description": "‘Climate change poses an even graver threat to public safety. Consequently, I argue, legitimacy may require a similarly authoritarian approach.’", - "content": "‘Climate change poses an even graver threat to public safety. Consequently, I argue, legitimacy may require a similarly authoritarian approach.’", - "category": "PAID", - "link": "https://www.wsj.com/articles/notable-quotable-authoritarianism-climate-change-political-science-danger-11641579426", - "creator": "", - "pubDate": "Fri, 07 Jan 2022 18:02:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1ae3648a3203a9a74ead8149c620d903", - "highlights": [] + "hash": "c479dfdd4acdc44687a6412b6d7c39c4" }, { - "title": "Biden's Moment of Truth in Iran", - "description": "With negotiations likely to fail, he’d better be prepared for a military strike.", - "content": "With negotiations likely to fail, he’d better be prepared for a military strike.", - "category": "PAID", - "link": "https://www.wsj.com/articles/bidens-moment-of-truth-in-iran-negotiations-deal-nuclear-warheads-proliferation-centrifuges-fissile-11641504610", - "creator": "", - "pubDate": "Thu, 06 Jan 2022 18:51:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9cd77f2f0abae8f721b2a11014bc31e4", - "highlights": [] + "hash": "80d7a9832ec9680744edc3c09df8d010" }, { - "title": "Supreme Stakes on Vaccine Mandates", - "description": "The Court’s ruling will echo far beyond the current pandemic.", - "content": "The Court’s ruling will echo far beyond the current pandemic.", - "category": "PAID", - "link": "https://www.wsj.com/articles/supreme-stakes-on-vaccine-mandates-biden-supreme-court-osha-covid-11641509988", - "creator": "", - "pubDate": "Thu, 06 Jan 2022 18:50:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f41f7a3d0ca975e98d2282c0a5e9eadc", - "highlights": [] + "hash": "c23e3e3f28bd31d06e2f6b0ec7dfbded" }, { - "title": "Donald Trump Can Never Lose", - "description": "But his refusal to accept defeat has cost many of his supporters a great deal.", - "content": "But his refusal to accept defeat has cost many of his supporters a great deal.", - "category": "PAID", - "link": "https://www.wsj.com/articles/donald-trump-can-never-lose-2020-election-joe-biden-11641511214", - "creator": "", - "pubDate": "Thu, 06 Jan 2022 18:46:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5c4639ad6b02aab168dee1678f5d0cf1", - "highlights": [] + "hash": "c1d923497021c1828db168644a4c7d08" }, { - "title": "Djokovic Pays for Australia's Unforced Covid Errors", - "description": "A vaccine mandate bars the world’s top tennis player.", - "content": "A vaccine mandate bars the world’s top tennis player.", - "category": "PAID", - "link": "https://www.wsj.com/articles/djokovic-pays-for-australia-errors-novak-vaccine-mandate-open-tennis-covid-lockdowns-omicron-11641484404", - "creator": "", - "pubDate": "Thu, 06 Jan 2022 12:37:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "32cc047d900a494ba6beb5e303a36162", - "highlights": [] + "hash": "14a1bb7a25add9850a93fe4f35d194c0" }, { - "title": "Biden on Democracy for Democrats", - "description": "The President seems to think democracy is a partisan project.", - "content": "The President seems to think democracy is a partisan project.", - "category": "PAID", - "link": "https://www.wsj.com/articles/joe-biden-on-democracy-for-democrats-jan-6-speech-donald-trump-capitol-riot-11641508890", - "creator": "", - "pubDate": "Thu, 06 Jan 2022 18:43:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0fd59e49d36bd8909f2925982cbf1531", - "highlights": [] + "hash": "21224600b67d6fcf180445741dd7ba91" }, { - "title": "A Sanctuary City for Crime", - "description": "Manhattan’s new district attorney undercuts Mayor Adams’s initiative to make New York safe again.", - "content": "Manhattan’s new district attorney undercuts Mayor Adams’s initiative to make New York safe again.", - "category": "PAID", - "link": "https://www.wsj.com/articles/a-sanctuary-city-for-criminals-alvin-bragg-new-york-district-attorney-crime-prison-law-11641505544", - "creator": "", - "pubDate": "Thu, 06 Jan 2022 18:37:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "61b199c2b7d3d605e1007dd37fb6f28c", - "highlights": [] + "hash": "8f49b1ffd73284fee41bec7fb471561a" }, { - "title": "In Kazakhstan, Putin's Dictator Protection Racket Is on Display", - "description": "The country’s president calls on Moscow to put down widespread protests.", - "content": "The country’s president calls on Moscow to put down widespread protests.", - "category": "PAID", - "link": "https://www.wsj.com/articles/vladimir-putins-dictator-protection-racket-kazakhstan-russia-11641503897", - "creator": "", - "pubDate": "Fri, 07 Jan 2022 10:25:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3f3c4f12e5a5b1d39eae29dacbc41308", - "highlights": [] + "hash": "3d270a5bf58f896cb6458f473a85822e" }, { - "title": "How Marxism 'Won' the War of Ideas", - "description": "The late Italian writer Augusto Del Noce saw its ironic triumph coming in the West.", - "content": "The late Italian writer Augusto Del Noce saw its ironic triumph coming in the West.", - "category": "PAID", - "link": "https://www.wsj.com/articles/marxism-won-war-of-ideas-augusto-del-noce-gnosticism-catholic-therapy-ai-mental-health-technology-11641483920", - "creator": "", - "pubDate": "Thu, 06 Jan 2022 12:41:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9517774a60fc51e5b4950f2a3ba36562", - "highlights": [] + "hash": "99b43a7f17a1770cf57fedc2800ef493" }, { - "title": "The Vaccine Mandate Case May Mark the End of the 'Work-Around' Era", - "description": "It gives the Supreme Court an opportunity to revive the separation of powers.", - "content": "It gives the Supreme Court an opportunity to revive the separation of powers.", - "category": "PAID", - "link": "https://www.wsj.com/articles/end-of-work-arounds-biden-executive-order-vaccine-mandate-covid-omicron-supreme-court-11641505106", - "creator": "", - "pubDate": "Thu, 06 Jan 2022 18:52:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "41471877ddde6b09c8bcee38b6765c8c", - "highlights": [] + "hash": "ebaf680860f7c42416e2b3534a753b39" }, { - "title": "Putin's Dictator Protection Racket", - "description": "Kazakhstan calls on Moscow to put down widespread protests.", - "content": "Kazakhstan calls on Moscow to put down widespread protests.", - "category": "PAID", - "link": "https://www.wsj.com/articles/vladimir-putins-dictator-protection-racket-kazakhstan-russia-11641503897", - "creator": "", - "pubDate": "Thu, 06 Jan 2022 18:40:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "05c8f021e5a705da9d3107b46c54dfed", - "highlights": [] + "hash": "8f20e212d553c25d2e34b964f3ed037d" }, { - "title": "A Record Month for Raises", - "description": "The number of small firms lifting compensation hits a new high.", - "content": "The number of small firms lifting compensation hits a new high.", - "category": "PAID", - "link": "https://www.wsj.com/articles/a-record-month-for-raises-11641489387", - "creator": "", - "pubDate": "Thu, 06 Jan 2022 12:16:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1da3896c21eab954dfabad3a44ddf69f", - "highlights": [] + "hash": "26a1ad6c6cd63c399715a96131c02864" }, { - "title": "China Takes Lithuania as an Economic Hostage", - "description": "Its trade retaliation over Taiwan is wreaking havoc with global supply chains.", - "content": "Its trade retaliation over Taiwan is wreaking havoc with global supply chains.", - "category": "PAID", - "link": "https://www.wsj.com/articles/china-takes-lithuania-as-economic-hostage-taiwan-global-supply-chain-trade-goods-beijing-11641506297", + "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": "Thu, 06 Jan 2022 18:36:00 -0500", + "pubDate": "2021-12-01T00:41:39Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8b46a066e51557fd50f62fe9338b0556", - "highlights": [] + "hash": "21bf5aa2e3ad1fe1ff69cfa05572063d" }, { - "title": "Remote Instruction Is Bad for Mom and Dad", - "description": "When schools forced kids to stay home, parents reported an uptick in mental-health issues.", - "content": "When schools forced kids to stay home, parents reported an uptick in mental-health issues.", - "category": "PAID", - "link": "https://www.wsj.com/articles/remote-instruction-is-bad-for-mom-and-dad-mental-health-child-care-learning-depression-anxiety-11641505909", - "creator": "", - "pubDate": "Thu, 06 Jan 2022 18:35:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a4aef03d0db239a33187a540c329f5a9", - "highlights": [] + "hash": "eb2b8d6125fc2667a411c3b92b0b27f6" }, { - "title": "Democracy Isn't Dying", - "description": "Jan. 6 was a riot, not an insurrection, and U.S. institutions held.", - "content": "Jan. 6 was a riot, not an insurrection, and U.S. institutions held.", - "category": "PAID", - "link": "https://www.wsj.com/articles/democracy-isnt-dying-capitol-riot-jan-6-donald-trump-election-11641421265", - "creator": "", - "pubDate": "Wed, 05 Jan 2022 18:46:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cedbb13cb710893069bd13c009764c78", - "highlights": [] + "hash": "b542b792542d541ebab2557efb4eeaa5" }, { - "title": "Republicans' Jan. 6 Responsibility", - "description": "The GOP has a duty to condemn the riot and those who refuse to acknowledge it.", - "content": "The GOP has a duty to condemn the riot and those who refuse to acknowledge it.", - "category": "PAID", - "link": "https://www.wsj.com/articles/republicans-jan-6-responsibility-anniversary-riot-storm-capitol-trump-protesters-investigation-11641417707", - "creator": "", - "pubDate": "Wed, 05 Jan 2022 18:15:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e9b7d1a225f402b66000411772eead11", - "highlights": [] + "hash": "d757fb904db7c83556eeb1f8224306ba" }, { - "title": "About Those 300 Stolen Ballots...", - "description": "This guy wasn’t aiming at election fraud, but that’s small comfort.", - "content": "This guy wasn’t aiming at election fraud, but that’s small comfort.", - "category": "PAID", - "link": "https://www.wsj.com/articles/about-those-300-stolen-ballots-torrance-california-election-eduardo-mena-gavin-newsom-recall-11641424833", - "creator": "", - "pubDate": "Wed, 05 Jan 2022 18:41:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bdf07ed444182e6da68b504169197b00", - "highlights": [] + "hash": "c17f6a057a5b8d1cfa9b5c71984e350b" }, { - "title": "Inflation and the 'Experience Economy'", - "description": "Government statistics don’t account for how much consumers value memories and time well spent.", - "content": "Government statistics don’t account for how much consumers value memories and time well spent.", - "category": "PAID", - "link": "https://www.wsj.com/articles/inflation-and-the-experience-economy-consumer-values-costs-services-time-disney-cpi-monetary-11641416593", - "creator": "", - "pubDate": "Wed, 05 Jan 2022 18:16:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5dd047854234f843f8ddc1ede5dcc66a", - "highlights": [] + "hash": "e625f20862cf1e7c9f1f1f4795f99130" }, { - "title": "The Scandal of Chicago's Teachers Union", - "description": "Arizona shows the way to respond to unions that refuse to teach.", - "content": "Arizona shows the way to respond to unions that refuse to teach.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-scandal-of-chicagos-teachers-union-doug-ducey-arizona-schools-students-covid-11641422073", - "creator": "", - "pubDate": "Wed, 05 Jan 2022 18:39:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c9e9e8d4f3689741adf0cc4d2e4f2b9d", - "highlights": [] + "hash": "de42fdd328194425a65d03642893f91e" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b2851e1015bcafd10d5ffbd7a91f5798", - "highlights": [] + "hash": "a3cfb376709b0ea4d23c1b970af6cbcf" }, { - "title": "Biden's Immigration Self-Sabotage", - "description": "Judges restore Remain in Mexico, but the President says no thanks.", - "content": "Judges restore Remain in Mexico, but the President says no thanks.", - "category": "PAID", - "link": "https://www.wsj.com/articles/joe-bidens-immigration-self-sabotage-border-crisis-remain-in-mexico-policy-kamala-harris-11641315596", - "creator": "", - "pubDate": "Wed, 05 Jan 2022 18:34:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "21bb2bbb46b90ea390cd5509c88ee098", - "highlights": [] + "hash": "0a69c70fd7a209f8a0bb0905ee409d4a" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9c4c8cea56dc85cfdac33d2130f96db1", - "highlights": [] + "hash": "ba9ab6ea6ec313476a3d6198f728d53f" }, { - "title": "Today's Soaring Energy Prices Are Only the Beginning", - "description": "Current ‘net zero’ plans will cost many trillions while doing little to slow global warming.", - "content": "Current ‘net zero’ plans will cost many trillions while doing little to slow global warming.", - "category": "PAID", - "link": "https://www.wsj.com/articles/soaring-energy-prices-only-the-beginning-climate-change-net-zero-renewable-wind-electricity-11641417084", - "creator": "", - "pubDate": "Wed, 05 Jan 2022 18:13:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "30ac903fcc321c66ef016c25fd43d72c", - "highlights": [] + "hash": "a8b0ef18e91cd2c80f606cf01a7c9f40" }, { - "title": "Stop Calling Jan. 6 an 'Insurrection'", - "description": "That’s a legal term that denotes much more than a sporadically violent riot or disturbance.", - "content": "That’s a legal term that denotes much more than a sporadically violent riot or disturbance.", - "category": "PAID", - "link": "https://www.wsj.com/articles/stop-calling-jan-6-an-insurrection-capitol-riot-civil-disorder-insurgency-protest-first-amendment-11641417543", - "creator": "", - "pubDate": "Wed, 05 Jan 2022 18:12:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cd58b6e40b835f25b9644e205ce6ba6e", - "highlights": [] + "hash": "dbe1136f5e4dc42f6b534927c7c31fb3" }, { - "title": "Does the Democratic Party Have a Future?", - "description": "New York Mayor Eric Adams says he’s it. If he succeeds, he may be right.", - "content": "New York Mayor Eric Adams says he’s it. If he succeeds, he may be right.", - "category": "PAID", - "link": "https://www.wsj.com/articles/manchin-adams-2024-new-york-mayor-crime-murder-broken-window-presidential-prospect-democrat-leadership-11641418875", - "creator": "", - "pubDate": "Wed, 05 Jan 2022 18:11:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1ee22959fa47905574cff28d6690ebe6", - "highlights": [] + "hash": "a3b997f4b2b7c2cda3e62d517da7a636" }, { - "title": "Congress Ducks Blame for the Capitol Riot", - "description": "Lawmakers ignored their own responsibility for overseeing the police and sergeants-at-arms.", - "content": "Lawmakers ignored their own responsibility for overseeing the police and sergeants-at-arms.", - "category": "PAID", - "link": "https://www.wsj.com/articles/congress-ducks-blame-capitol-attack-riot-protest-rules-committee-klobuchar-blunt-schumer-jan-6-11641418015", - "creator": "", - "pubDate": "Wed, 05 Jan 2022 18:17:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "23c86b082c36726a0ee2e6f133c7dc94", - "highlights": [] + "hash": "f6cfe00e454e12febe87ff67341763b7" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "479847eaf16144cff5af2836d3250b79", - "highlights": [] + "hash": "22ca2dd35805e9f0dcbf2ff7d9350bf3" }, { - "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": "", + "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", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c0ca4d0e276f357ae787545ebdc996fb", - "highlights": [] + "hash": "bf12a1715c8d7a436ef4414f5ee89675" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e8bda4a6dbca07a54c99dcb76141c554", - "highlights": [] + "hash": "70fa34affb6b12d9423df08e6169cdc8" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e716a41725e1107f9ffbbe6651db7715", - "highlights": [] + "hash": "c69c25a99fc37bdb80743c119026a030" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dc7123fca48f49d1f8f9682bea66b886", - "highlights": [] + "hash": "41d7074c06d8cffda69e167859dca03e" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7ea8142f6cdbaf7a329eff589fc9ac7b", - "highlights": [] + "hash": "48cc1b6a4f3a048b448206f6a5fc3bdc" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ebba6b254e2f0f14c0a23a93c7a34ccf", - "highlights": [] + "hash": "60a4833bfd90fdca46252b43f584fde7" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "501fa1c1e8c792801fa2ba78d09c6eb8", - "highlights": [] + "hash": "f730ab9e952d158f69444cd223d8c625" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "55a67493d21e71bd1c6b81a51e154b0a", - "highlights": [] + "hash": "6b3c9eb7103dda947b6b4b23b2dc5e4c" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bca01879fdd9c58ca9309524aeb4add1", - "highlights": [] + "hash": "abc3680b7dd0a3698a2175a69dfd5df0" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "337ec5b47e19aa7a4dcebd32d4e836ad", - "highlights": [] + "hash": "c8de69f4fa3ecbaee6b46b2e8c43495d" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d497ee7f1c5ec8d9927e3c6dc1f6fc61", - "highlights": [] + "hash": "34c608ae0a88aece360bb39117649095" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cfeaf8bb0edea12c8665fbde890b514b", - "highlights": [] + "hash": "b3321264e8356e0f67dfc0b1d6ec2871" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3a0a9438d3eb40d1c901f7884f81e75d", - "highlights": [] + "hash": "3fe7fb0d312816f072cfbf0e6e101cc3" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "11ae2b070eb7e9b379e6e81a19678d23", - "highlights": [] + "hash": "1951fca90126aeb205220f881fcc8c7d" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "714fca1abb7cb4eb7d192e02b1fb02d0", - "highlights": [] + "hash": "ec53630d7a82f9da6742dc88011a571d" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6c146fa025a00384088ad42752308dd5", - "highlights": [] + "hash": "c0de7e5838872b14c712a26121f16b04" }, { - "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", + "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": "Mon, 03 Jan 2022 18:03:00 -0500", + "pubDate": "2021-12-01T18:56:00Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "78368e941767800ccd6aa81749b332ce", - "highlights": [] + "hash": "69ef8a20018215d539c0a1a4613dca1a" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f5238701f95e1bdf380cd3d114ea9c70", - "highlights": [] + "hash": "466f9562c17c90e463d6645c086c0067" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ac82b781d1d90bbf76418ec934309d8a", - "highlights": [] + "hash": "c1956f3037fa810431b57bfcef4f6db9" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e084a9a171f71503c672e20f31d08bc3", - "highlights": [] + "hash": "a7ee179912faf31731c7fba3b0c3847b" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1c12536bde3082f04215a8c9923a3929", - "highlights": [] + "hash": "921097a9bac43e65c8917b52965a030a" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f969e057b18e8ab24275de23018ecfc9", - "highlights": [] + "hash": "97ed4a752d85741dd1003731f388e22e" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f1d93c4f0f05c045050f75bb85b75d91", - "highlights": [] + "hash": "217dd2632ffb2b4c685ea9a7e856c4bb" }, { - "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": "Mon, 03 Jan 2022 18:05:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6f378e58b4463cb3db06d1c7cabdafb9", - "highlights": [] + "hash": "816c6e2c95ece939fdecf057137eeedf" }, { - "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", + "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": "Mon, 03 Jan 2022 18:04:00 -0500", + "pubDate": "2021-11-30T17:44:42Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c668efa1f378a6f92864997650a21fb0", - "highlights": [] + "hash": "2906592c19bd1a21cc72262362036d92" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3986b5a7b49a8131e6501a52763bad6d", - "highlights": [] + "hash": "827243b98e5855906625ccb1a136870d" }, { - "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", + "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": "Sun, 02 Jan 2022 18:02:00 -0500", + "pubDate": "2021-11-30T11:51:49Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "68996ef53fb4259c4712fa41ee5781cb", - "highlights": [] + "hash": "93d55c8ea4b6987ecde7b6021ead0405" }, { - "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", + "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": "Sun, 02 Jan 2022 17:01:00 -0500", + "pubDate": "2021-11-30T06:13:04Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7208f52ed332611e8f4d00c81f684ed9", - "highlights": [] + "hash": "41b790671245169027342f537b57aa89" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "77bc8318205c4cd4ea3f99a2b32e1284", - "highlights": [] + "hash": "d015983a732de97667a30bebc62d4b3d" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bbfab713856adc06cb2bd97aee2c74a1", - "highlights": [] + "hash": "bdff2210364f8a92b74dabbd0da21a84" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7f5e8ca78f700297ba4ebfd3e1a35e2d", - "highlights": [] + "hash": "de47f0d7cc799e22a1164058db4ffc61" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "294e8bc84be763f8c3891d5056829941", - "highlights": [] + "hash": "72684d122b5d1e0fc5e66786a5da7a4b" }, { - "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": "Sun, 02 Jan 2022 18:01:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7f04bea17b7714fb5b107927cec4b84a", - "highlights": [] + "hash": "d2fccf5aba070699aa5de58a1f47eff7" }, { - "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": "Wed, 29 Dec 2021 18:05:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", - "read": false, + "feed": "The Guardian", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "ae2a4ab04359de8446cc2326a215d050", - "highlights": [] + "hash": "714e52f67eff185cca043506feae55d7" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "57930724e6ea7fdfa43c24cc1c1d1e69", - "highlights": [] + "hash": "aa402c9748fc8759cfa207c3f2f432cf" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a28f78a1e2e3d6b93bb84d2dad4d3d84", - "highlights": [] + "hash": "7fc0aa5e0eb12be3070c5c854d31ceb0" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", - "read": false, + "feed": "The Guardian", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "ed9c218ad4f03bd47745cf24fedec64e", - "highlights": [] + "hash": "d9dc1f442233b446139fb0f00d38def7" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "671b59d1124b595be8abb2112eab1b48", - "highlights": [] + "hash": "f76e86afde76fc715bcbe09eedf0e3f4" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "68c67e4d7299a89dc17398adf2403156", - "highlights": [] + "hash": "705223468833c3032dd121c16c0e3f92" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0faf0bbb1127d1f004b90c68ad611632", - "highlights": [] + "hash": "3b9f523d8d7a11221c6b0341495b3d91" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0e7ddf83686699edeb29cf0d1f902b01", - "highlights": [] + "hash": "eca52d0960a7194327db579eea536657" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "68fbf73aa0058b45213dbc7e5f5dea6c", - "highlights": [] + "hash": "073b13a302594707319220f30c05eedb" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1e54bb9bb98bc15925d22e8d7fb5b793", - "highlights": [] + "hash": "24fa0219d5f9c84c2b2bb3a354ee9458" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2adf124748e2006aac2a28d9da68c471", - "highlights": [] + "hash": "828a109f567d4375ddca69852ce6767c" }, { - "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", + "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": "Thu, 30 Dec 2021 12:23:00 -0500", + "pubDate": "2021-11-30T20:48:51Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "78c5fc8bbfa3dbbc9de54774dc858921", - "highlights": [] + "hash": "267758bc2608a6970808e949b8be497d" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7337edb73e3b8ddb11d37dc51ec8bab0", - "highlights": [] + "hash": "749a7089e0322e10609ab0925c520f65" }, { - "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", + "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": "Thu, 30 Dec 2021 18:50:00 -0500", + "pubDate": "2021-11-30T18:16:12Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "78f707060466beb674a4089a356560fe", - "highlights": [] + "hash": "414e04dfc1b19f413c44814ab878ee7d" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "51538c17fb53d113540dec278ca77292", - "highlights": [] + "hash": "5665f3da0df2747eaf5dc88d7b6ab22d" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "54488b30f9e37ca08448764bf710f6ca", - "highlights": [] + "hash": "5efcb5ff2d6c96ff371db3d0cda88a70" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "479a490fd91040762fbf6329fb02ce1f", - "highlights": [] + "hash": "fdb9513c2416fea2c844303406eb8b60" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6ebab1f41b36fd5d51483a64e33d98e5", - "highlights": [] + "hash": "85a86b06ea77484f2a6c74760511bfc2" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9175268cc222dbad7c6345ef9b431800", - "highlights": [] + "hash": "f2b369f56837691bc909079fac4959ff" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "73739d4508adf128311c0eb60a84417a", - "highlights": [] + "hash": "86777d060ccbc058c1a17360ed0df5ac" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bfdc9a85c2a8d859967517fc93521b7f", - "highlights": [] + "hash": "c62f2ec4fe1b5df4b1183fa65c85eee1" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4bf042aa95819cb08bfa539a1fba47f1", - "highlights": [] + "hash": "e48b4a14fe7d164ad4b0aded46c112e0" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f4f806c05327450c0ac1dab1273db853", - "highlights": [] + "hash": "dab63ede33a36ebb9573fefad7567307" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dd2c74f3d8f3469b6210681c55d974ac", - "highlights": [] + "hash": "3181c0bf9e2897f646662cc05878b19d" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "548199f7178e56c3b259a2291b67af7d", - "highlights": [] + "hash": "941684e571366a828dba743099960dce" }, { - "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": "Wed, 29 Dec 2021 18:14:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "966a226d11c7f438c71676d5a7097916", - "highlights": [] + "hash": "9c4c5de92d019f47104ec149a2f53fd2" }, { - "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", + "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": "Tue, 28 Dec 2021 12:00:00 -0500", + "pubDate": "2021-11-30T06:00:08Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7aeb4c27bd188acdea95f5260cc43f0b", - "highlights": [] + "hash": "761a58582d4f15a1e8f87b221f8204e5" }, { - "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", + "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": "Wed, 29 Dec 2021 18:48:00 -0500", + "pubDate": "2021-11-29T18:49:48Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f2f061bc4416ce7b764ad63b57cd5d64", - "highlights": [] + "hash": "f170607ec014ef647b4acf76018ec651" }, { - "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", + "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": "Wed, 29 Dec 2021 18:13:00 -0500", + "pubDate": "2021-11-29T16:50:45Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fb70c61d76f88caaeb9f2f26248d8cc2", - "highlights": [] + "hash": "7dd99b9012b4ec917416b3c8e7ef0885" }, { - "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", + "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": "Wed, 29 Dec 2021 18:03:00 -0500", + "pubDate": "2021-11-29T11:15:08Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c733f2203df54dde29e47fcad555ed24", - "highlights": [] + "hash": "06e0d1336e7e6908c5007863d0963ad6" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", - "read": false, + "feed": "The Guardian", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "12e20ff03379e0d989ae17fabdd88a00", - "highlights": [] + "hash": "85040e12a2fcae6cfd4cf0c034993385" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "124f271be9979e09349a23768027b5b0", - "highlights": [] + "hash": "5eca7e76b0eeb26cc6ecf62567c150b6" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "87492697f2dff8d9452471f5a3c4c2bb", - "highlights": [] + "hash": "e22d80610af962f2ed1a1f26d0d3335f" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9fff0c47a275f841754700045025a173" + "hash": "c35e0a5ecb05068ac01a1bd966888812" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cca8268564d77406b0c44fd0aa0f1370" + "hash": "d2677d2cbf827f5cddb95a8368c642e3" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f746b3dfddf441156a13ffacf5dc8687" + "hash": "0048764a61df056e164673f29bdc4a65" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cea90c94f63ba19f062a08afe5c22296" + "hash": "f45aa9b07fd48ea005aa288f1984f6a2" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "43b2db9efcba90fac102c0679dd04dcc" + "hash": "dc86869c753868f2ab0c80126d982360" }, { - "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", + "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": "Tue, 28 Dec 2021 18:43:00 -0500", + "pubDate": "2021-11-28T21:05:04Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "25659c810c4a7ddb93873957e6488a7f" + "hash": "d5fa785254ac583d9c19792bd9f5c580" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "63fac8719a69a0341ba984fa731d1640" + "hash": "678f1404c8d2c68fa5488b85abd40040" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6783914be04d79523314bb5f23975ccb" + "hash": "23457de1fee6e2a10ed2fd584c89dfce" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", - "read": false, + "feed": "The Guardian", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "04cc7e05ce68d54bfd522282a71c4429" + "hash": "05f9d6105b1e752e9e9a182460cfd75d" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", - "read": false, + "feed": "The Guardian", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "b59dd1e25d7905ddd4415efbf005b469" + "hash": "f986421a5bc32f015ee1eb6b44b40128" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fdd76b4a17b284777a98f5a913d4b2ab" + "hash": "9d56640a7f1c40673e0dd11e839aa635" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a8c25f24e9cef5f5b2014e2af777e75c" + "hash": "d7d0fd6284778d81e46308364a50842e" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e0e1709754c320b9bcdb3f1b6104e290" + "hash": "cfa30cd24b5ede4c83653bb84f38f120" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "226830f862e044457439e1d04dbc7dba" + "hash": "d1e69811dffbbcdd464c9782d0876e6a" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dcc5c7f09efb52a6bdb8036e511c45f3" + "hash": "7cbb657744c08be196ae5132bf186f97" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7b870e9a4ed7662fc6058ccf767a958b" + "hash": "2e8feb2f86047f9f7310eee539e9f809" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "19e5d9497ac04b44b09b76cf49c9c7fc" + "hash": "052abed903bdc5d39fe91d34de009653" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3abcbf74559bd54209c4d322a09ce63d" + "hash": "69304058f6e2c0e5a75c8daeab2ebed9" }, { - "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": "Thu, 23 Dec 2021 17:24:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9afa935380107f31eda26cd6f3ab9df1" + "hash": "9828b99ce26cd1920b25be680f70c203" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8f66f5d4f0d4c1f1a603526840ac33b1" + "hash": "2d8384cffbdfed4898e75102e1b8c6c5" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0c64f2e920667fb4db39a904772f897b" + "hash": "7c3e6dfe3da1007902450a0bbb774e27" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e75bca131b61b032a75ac9a24bbe40c7" + "hash": "18aa26662fae1202910a58bccea6a40b" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4437fa627420a3cd7714c5d0be049c7e" + "hash": "5247a9456d99f66c70f31cd9bdea26b3" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a83939f20d87c5280ac1120ed2453186" + "hash": "0a0886196caa21643c00526b54f014d8" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a38880ea3f1c4a4c1b6b88af23bb868d" + "hash": "9aa65068fa95dbd526db864643c535fa" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b750328dd4e94a5d1937500ae4c6fb3a" + "hash": "19e8d121beece80ebc13d8013baabfb0" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "233dee6f7e1ae33a83c1df0fef7be205" + "hash": "22f80ee66a7e73bea345a33912715f81" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4f8e595d074634c98e9b998743720714" + "hash": "c38d13e956a47f24d4eb6d4c1f0ca963" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b0cd1306b7b0dee3b199b5200d2e1012" + "hash": "9d19d9db0dd294e0ebe90b6bc8cd4640" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", - "read": false, + "feed": "The Guardian", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "afa8d84b50872efb98689712afdcaaa6" + "hash": "cf906095385b901dfbab0c265b807bf5" }, { - "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": "Fri, 24 Dec 2021 08:49:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ca1f92c3a3bf376331b7b78d95e046a1" + "hash": "d6803bc07e2265cacf61280a40709115" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1db519f14b3b593b906f40d90d80c1a0" + "hash": "e0689a0471a3d11d9f4058b0ab5d746a" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "705b2ddd1121fc5e2d0d8fdf331549cd" + "hash": "2908134c4e7291862226a6d03f6bb222" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f6f803f4e361c84d4c38a9f0a4ee52d8" + "hash": "a4891f21e9428a32bccc2246113636da" }, { - "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", + "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": "Thu, 23 Dec 2021 18:53:00 -0500", + "pubDate": "2021-11-28T12:45:27Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "12dbb37f5092a7c2fa8106bdb5783db8" + "hash": "95a7c2f67b2230c47f816b995c674779" }, { - "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", + "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": "Thu, 23 Dec 2021 17:26:00 -0500", + "pubDate": "2021-11-27T15:04:34Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f154cb27ada8ba8ac58ea5f3f13d9b87" + "hash": "017f16d89a5d556bcc15f1dbbb1496b9" }, { - "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", + "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": "Thu, 23 Dec 2021 17:22:00 -0500", + "pubDate": "2021-11-26T17:03:59Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3c45295ff5cf1bdcd1208146c22493d9" + "hash": "a035b22a38a927954791fd8b663a2cee" }, { - "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", + "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": "Thu, 23 Dec 2021 18:14:00 -0500", + "pubDate": "2021-11-26T12:37:33Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e4eb6f349febba5f72519ca257aac910" + "hash": "e33bfa4e5ff16665cfffd2c753afe2c2" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "30daaf9ad9b815df8d90094a487491ae" + "hash": "ef6e57fcee23b800238a46e08f70770b" }, { - "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": "", + "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", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cf3fba180c2469c012b813bab08e17d0" + "hash": "9a5853e331b9a80423c498bc947e8edf" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9759eeacdeb74ce6a094e4ea62101ab9" + "hash": "ada680a66615d1053e3095fc3879de34" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1bca4554b57699ac411d1ab8065c630b" + "hash": "72e6064767eec3e533b4648f7d23e5a2" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5cc42328c79ef83f33620bb6e94eadce" + "hash": "528fa6583cc3d33766060b7f4c6e970f" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "51d6ab83f4ccc6785ecca3ccc1de9526" + "hash": "d2d2180a2d31cbcd0b274894ba4ff08f" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "51f4f6ae9cf3d0b6de6e8cb35e649379" + "hash": "c397fbc8ef1e7ae57da2d6ed015ffd66" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "55d64661516455428a908fda6f1c2dc2" + "hash": "83c8f074f1c13c6ff1c31a9ec982efa1" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7115bc641a07c1422be85022e1f0fc5d" + "hash": "be0bcab773fc21c0922c5c7d7ac82f70" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c559bf4a98a96276cc3f1911c425ed6d" + "hash": "1e88ff5a111d48594f3c00c5ae98e2e5" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cb20321b07dc809a64334590a4d6c0b0" + "hash": "e379e4decde079cf94c7644eb982245f" }, { - "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", + "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": "Wed, 22 Dec 2021 16:07:00 -0500", + "pubDate": "2021-11-26T10:09:20Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "02eda17f893afd31c9e5a2492a29e3f7" + "hash": "47425aa3a99151218408ee63ba6ae3f5" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "103132b0415e06c68d059ac72e23f569" + "hash": "a3e6a3367b0e692a31d4d6aed3f08f14" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "76591f0ecc1172b851bdb5ab799e55fe" + "hash": "7100e726d75ae61a31941326b900eaf4" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7cc25589044a8c630451b07ac1bf0358" + "hash": "f4bc360da63c32e3abb3daa5fdd5ab6a" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "beca477809da552234bcdb07a025bc83" + "hash": "2b0cb718d2354beef418dee8ecb23795" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e304f3709878ba439625211318266978" + "hash": "d95cc2ddd57f99994f249dc9107a80a8" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8189beb72431fa53cf57d738fb83a4af" + "hash": "eb7110af74367df1a5b797d28b4ecefe" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2d603e98115a9739311281a2520c2edd" + "hash": "d4abf08cff64d559f0966f4f03e58c18" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6162a1606b328bf385c680d2603b579b" + "hash": "b6f07b33da16634f32138e42c758504c" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d924e0e39d8a7735f47ba6b3c716ad6a" + "hash": "2f5a572fb4091b0ed263e43f0ae67221" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "826fd38865de4a72ed714e2f07e56232" + "hash": "ae21000a295dd088bb823eaebab106ae" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7790b27c565f078a712ac41896a23ba9" + "hash": "996aacb71ee962676c328d4b70e938e1" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a42c559b71c9749ca7f76a25e856180b" + "hash": "38779f0b1b37ac8d41fc7d0fa797cc77" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b11442f1bce0f43d20f3ea64b591855a" + "hash": "3d3fe5fa985173e4a6f1861991816c50" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f2abf6744fabdaf3f48db2676b07db50" + "hash": "44a20e7bee4edfce33cfc32124fe0204" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "63fd589424f58fd46c43e13cc150400b" + "hash": "fb907fbb05fcfe17ba237df0e7cb15ca" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "98948c3668c5f0773a62bc1ea4aff9f1" + "hash": "9dbaf96828b652a3312f4b1dcfac091f" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c25113ea3333becee16585656ee0e851" + "hash": "f48fae141696543761abfc771ae40e6f" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e22677a6184d4636983888f8073ac566" + "hash": "2e3b24ab2d242d24fa9241f7f74ce163" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fb22038b93ee2d75c8fd299acb979e09" + "hash": "f910edc7ccc14a87b430767e7b37962a" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1e10799223064f438f37dd01fc6265c7" + "hash": "0ede481d1bae7b9d2deebf613b1cad06" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b24d29fe5382fca02fd072377ed476a7" + "hash": "f5a270c7cb9abd22cffd45338319e24a" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2c7b6ceb3a38f5012a9c487f7dc4cbba" + "hash": "eb28e335eba34f3df477c5f18bce6fe2" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a97d29093cd4c162c89c5140a535e5a" + "hash": "923d6a5eb489e1552cdfc3d1df85da45" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "50051b76e462ff060c9dc4c773bbb938" + "hash": "8bf2086756572083cfdb40c1918075ca" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4f980265c108f0ac863e44b2f51416f9" + "hash": "04d4991452b4ff9491d826dba32ffd13" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eed36c39e704eb98ddd87d6d89527cb1" + "hash": "02c3261d2666e7e45854af11dd29e634" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "82904bf4152770a286171656a0bb0269" + "hash": "89e3529aef4d0c666bde562cb1096c8e" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9ace4380cb2a2cab241604684144c2d9" + "hash": "ceaf412e36212c2cf1906f65d40f8a7b" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8f8d2d1e915d09f21910b34ce776c57f" + "hash": "41a6fc451b0467e3c93c04b796dbac79" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5f1c64d18bdc1f18f14d74120079e8da" + "hash": "2ac3cfa172a2bafcaa1146f81d9f6dfe" }, { - "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", + "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": "Sun, 19 Dec 2021 16:05:00 -0500", + "pubDate": "2021-11-28T14:00:28Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d2b4b5fe053688bb013d17db18389c6" + "hash": "0594086961347f4f43ce14554308ba1d" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4e30484a44b799ab2957e5af167ebfff" + "hash": "17166a9d86b9e106a86087f39663d3c6" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dea72e66a79f156a2a5797638a7295d6" + "hash": "22b839ae04c0b29c7df6b94347e65837" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "051b3448c81f83b43e36f81a45f32691" + "hash": "3753660330797415af3c4467898be4b7" }, { - "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": "Sun, 19 Dec 2021 16:15:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "27e174f191578f52494ed67a1daaec73" + "hash": "5136c047f075ac028921f47fde2f0201" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "38305088cb0a491a6cd0638873aafd8c" + "hash": "6df9d8565d6a1b43a40497d1dee32de3" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f7478e6f703f0ecd7d55ffd2f7e45c31" + "hash": "337aeb2ec25311d4f6b231616d7da6aa" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "afeec9afad428255e1a33aa21bbede2d" + "hash": "98a27a42666d5d3e658c10b4ccf572a3" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "50ba6bb07888ef5266a2ea6e3c6bd05b" + "hash": "27a054c057437884b0c0cc3cf8c52f2c" }, { - "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", + "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": "Sun, 19 Dec 2021 16:03:00 -0500", + "pubDate": "2021-11-25T20:55:08Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dc1cd5fa8404b90f37293d31b22689ba" + "hash": "0a971f0f6bff875ed9c0ac638a125e9c" }, { - "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", + "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": "Fri, 17 Dec 2021 20:50:00 -0500", + "pubDate": "2021-11-25T16:33:21Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "916a62702bc6d07320fa2ae17897a4e7" + "hash": "bcabf77fd211716ffc4130a56fe70d42" }, { - "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": "Fri, 17 Dec 2021 18:40:00 -0500", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "de0396a4b4878a04c750de7842000d5c" + "hash": "ca1eddcd509d51c44ec8933bdd229247" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4653e8683a668af61f96ab366e255115" + "hash": "db31e6d5a5fcc028fc10db1df4c28f45" }, { - "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": "Fri, 17 Dec 2021 18:38:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", - "read": false, - "favorite": false, - "created": false, - "tags": [], - "hash": "52125a763bbc77c0246ed326e1a215a8" - }, - { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0c2d35e32715608882f8925262c9cd41" + "hash": "05e5973d7a03a17a97365fee4d5de59f" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "05bf346b550c2cca2521f373f6909d74" + "hash": "64cfa35832e7f5bd00baa7b5da98b071" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3512468752efc5206a6fcc727bf686ff" + "hash": "60276bad53a03cea8e101aa2334e6ec8" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4cadcf2ea38ee94741c31a8c2a8c1beb" + "hash": "c62ff786014ecae49f6951df863ca206" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b273c45ee3a0a0fbbe77aedd114207cb" + "hash": "5cd3eefcd7792edd4e11e0e91551a0ef" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3900000d7f5d634fe5893a011f8e4228" + "hash": "6aaf233cffb75ca85544018d789cc698" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fbe265f2d91d133eb92cdcea40f18b64" + "hash": "07eb92dfcb2ec5ddbd5608b86648b04d" }, { - "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", + "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", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b300597342ff936747edfb5cb6590891" + "hash": "3b1e9ba8a8845736c74b3e96c98332e1" }, { - "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", + "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", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a9f91472c5c63f055d8eb7407bba2637" + "hash": "8f2e6b392cbff2b8c761f72c4d021b36" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "01810b522d4205e3efd480d8aa27e7bc" + "hash": "490f36515e21ff018b2c776381d21171" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f7ff3aa673c2cb84926f30fcb1b45ecf" + "hash": "b20ba68e6b78cd174b243d4f78a9ed07" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1cc8d08e03f97d51a75afef1a40d9104" + "hash": "1725e30f11a5ec2d7d1377d9cfedb308" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7e929da692a0f0b65ff66881eafe00b1" + "hash": "dc6b8b44d255eaa30cfa8266d8b3f554" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1b70cc3e7907416f2e1aac81a8f87139" + "hash": "8fc2303be48e80d0f63ecc62c7d45952" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8d2ea33781dd474d989d03e2fc41711f" + "hash": "b0a9abbb948ad1239d64af713c9488e4" }, { - "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", + "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", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4c6cfb563675db0b49968301924314f8" + "hash": "89f10de82ba5faab8c1a4ec562d69240" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6096a556f6706b6810621a104ddf4c0b" + "hash": "014a2c700f602a6f3d7f1f80fbb3af58" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e337fb4272424e1e0307082db0b3d5aa" + "hash": "1a454b27a8a1971a6e02f4317484d760" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5c7cbc6a711072492acf057a1a93841d" + "hash": "8b7eac78ba8c458861ab3dfe67268848" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e6bffc9fb80babda834e4fbea363b11a" + "hash": "58614878615250929ebf1498ca6a2a44" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f138a29d7215ec20ea7e385288f6f8f2" + "hash": "6064dcbbd21c7acb5c206a13ce8ddb20" }, { - "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", + "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": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b3fc7a5f57d3b8a4851d3a1f21cc0b2f" + "hash": "316a97e32985780235f4985274344d25" }, { - "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": "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": "Wed, 15 Dec 2021 18:15:00 -0500", + "pubDate": "2021-11-25T16:01:19Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "92abcb9a956fffab0b12fad1b4838a7c" + "hash": "9bf3990ff9eeee934515b5a7e14a92a3" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ef813b46358fd2fe93e95522b51ab237" + "hash": "202bfd06a1f5eb96350ac0266f78bbd0" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "02fd03e19f17b42a4bb952d2152c5ab7" + "hash": "64d0103ee3b488c85a38b9182703e5da" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f69ae76a35d2531ea729283203997e7a" + "hash": "87a43bbbb1f1c718d1e27ad2499dffea" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a3e16042f28d7f5b4efad0847b2a308" + "hash": "65bb9af223df2a5f17832a237a718e2b" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f177175a5c29d8550cdfb7ee60bdb7ce" + "hash": "cf59e9697769f8d4f551cd7f0b1446a4" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3c8b6e8c617854fac9a419b963ac1e3c" + "hash": "2d8674d3267b5269802efd3df958e98e" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4095ef65a95cd1ca10f585cb255ebfb0" + "hash": "67876eb85ea8f538f7c457cafdd70ba3" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "25d9671107a75a5ad0941b1ccd09332f" + "hash": "16ed4ab9dff1fdad611c6fde813174bf" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ba0c72dc3907e8c1e80d928f09fd478d" + "hash": "3078e45475728d6778dd28e0ebfbe689" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "633dfc64d944789ac235496f25618c92" + "hash": "4f62130930e62e903721435bd63ca1e3" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "217cdb1ce97c60b0d9596faaec3ad86c" + "hash": "57788169f50a95832e6c7621bddaeb8e" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6c07ec30df5de498a526fd661a7388e9" + "hash": "3f4d711e55d2d555f90bb146a74d9a65" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9c8b4721dc078d4e560b74832f685a0a" + "hash": "6d160a8da29b1d65e0e6e8fb2bd6a185" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d98e50855fd8b758c6bf59d085ac4c0" + "hash": "45e09c7a5757abca896a099769f925b7" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bbb51783151e6a5563135c4d4f4580ff" + "hash": "43f6a1b7cf244d575773e1aa1b35bd89" }, { - "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", + "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", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e98a582133dfd7d12dd57e6537f93249" + "hash": "578caef70b44d6825ba74397ef1a66f9" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "782e00678b0c86dd9e81f7e09a2aacbf" + "hash": "a0f7ab35661cffffb34ea37eb7a95b25" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e1cbf4b967efbb84fa9c24d327bcda5b" + "hash": "e277554f0a9e037d4fbf290fd770a310" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d131b4de037ed72c7cf3e6da94c2692a" + "hash": "0bae7f75661fd32e4777894bd247a290" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "db0f028a5dac27fbba9db6d6fe847222" + "hash": "c6d2327d89a40bf10e6a9e85df44fd22" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "35f34210282b34ac548bc028016b7f72" + "hash": "46e27e413ef8f3b2dbe796bb66bd59ed" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5d75c1b9f7d9e3aed2abcf7ce4d7d6d9" + "hash": "caecbd751e483cb52442a6f35aeaa4ca" }, { - "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", + "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": "Wall Street Journal", - "read": false, + "feed": "The Guardian", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "2484cff997ff30c77b9192e8a9e5729a" + "hash": "a58f5eaaa3968412fc977337705d659a" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bb4c91df9327a30e8800f11212fbca60" + "hash": "e2779dcb9dc8de51de67c5d0bc1a9d17" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "51bf2fe180531edd064993dc735552f4" + "hash": "ebbcfac8caa1257e92745ff516bf4aec" }, { - "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": "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": "Mon, 13 Dec 2021 13:07:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "2021-11-27T12:50:05Z", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "296575f39446f3146b833ea63b932459" + "hash": "eb56b4ffb0f4112cf778c14cfa312428" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9ea41463919394eb69b5b8ae15c2b079" + "hash": "86a3bf768d2f212885fd6eb4308f64a8" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "802f1be67eef7e5108c49d6f8b9630fd" + "hash": "b731beb890d8ff7521549dfb1e76e949" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c6ac63b50a445da450c5bdf17418b803" + "hash": "c9ca154bc7608aacecbb99115e062535" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "16ad777b68599b4d2f1ae7753bc48b03" + "hash": "c794c179118e2eccf02beeb03d48208c" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "643f54eaef45986d1e6d6125b739308c" + "hash": "793eac75a7eeed2aeb71eb58c1b12b68" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "97bfdf2efdc6a6378f71592f62d97a45" + "hash": "eb881cc9b167f582c8ebad21ebd7bc99" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fcf427f8f9dce1bdc99386534ba9f6eb" + "hash": "8538122643744db105c7e26a385ebbf2" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c66fdf8a0a840440acac0dbe3fe0829f" + "hash": "af73ee1f8d936211f3b1f113ea53f56b" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d611502cf6d893676b4acea4c4a8b42" + "hash": "2cf0464b0b86eb636a79c3d66ef6b6cf" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e60bb5bb0a55b42501ae3b0168435110" + "hash": "39ed175fb735b8b7c7e7f6e56fd97652" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5482dc0a9bf56b40e79cfa924270168c" + "hash": "fb27314079d8f25f36b5eed316ba1588" }, { - "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": "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": "Sun, 12 Dec 2021 17:29:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "2021-11-27T06:00:50Z", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e5bbf9fab351c60b40693e21d864c305" + "hash": "2cfba542d75d2f0fb718987396e19474" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "415c7342a3e34d3610a6131fa765564b" + "hash": "c7cf0985ae7e6d839560cc2ef9b4fcf7" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6785a98f50ca740e967d201b0f5d721f" + "hash": "282c4e58971f294c401c8c8a53a131d8" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e63351ec049c582e9940384da97eae2d" + "hash": "c0448f12a1c94c2f75f88e2dead88e44" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "036f3cb1a6a59b3c0fbcd922c852f36e" + "hash": "b0de60fe7ea1b16f61424571744158db" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "442a01a758f8b23c6a44b356bf8cb4cf" + "hash": "22d05b9bb6c2af3327e3f36fc54b0806" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b7135e8e1509dc30091bf45c7f2e1add" + "hash": "0e357be229f0d842031a2ad0bbd84cf4" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "301c753965a212cea640260d8010abc7" + "hash": "0a4e40ccf2fab138dc08c0447ea8af02" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "502bd550551bb779d3a06288792993c0" + "hash": "2752d9df2307ed2b64e7292c0825b5c7" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "45e00d07b6dc4da523fe0efa59398e7f" + "hash": "6ef288d8073798e6ca28fd0701291675" }, { - "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", + "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", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0d72edad1ba0d2e7cde4090f0829f565" + "hash": "96b788688d8311c240ba911b46c1c5e9" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6b048c13f552a042e6d4d71df0dad9ef" + "hash": "840b6fc9aba1b2775cbe24ed835b6c01" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7e0639eaf4908c49008ffba4ac3f1812" + "hash": "db1c239b19fe5e9f18897d75716cbbcc" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bd808e6de29b41dff8c7dfd0ede614a1" + "hash": "16f47057d1ef7ead7b6240307121dec6" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "56a33db0e1b463eeb20e7ca7b76382be" + "hash": "3ed4a8d5cddb6b04a232de7f09c6c753" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "354c77dc04dfee7787cf38c8b9c5b8b5" + "hash": "bc7c7ca9d1fed28bb3555edf72b97d63" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "edb47cb19f62385561f042a83e97bf07" + "hash": "8929afb17d65bae605cb0aef40c00b01" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0255147c44072af7a7b835ceaa7714ec" + "hash": "0c403cc4dd3c7d1a49c2430fb4daee40" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "92787c97f40bf401dec057cbe29a0bcd" + "hash": "9e50db3f122479f1f98b79d93f86b81b" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f9a2a10c748fb3c92b80e5e7536e02db" + "hash": "13975525c98837e9b0fc78ee093ee6bd" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e892997d7c8f1f0be5ed9b574f282b8a" + "hash": "7ea90019ecea12426d77a1dfcc214e77" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2e3c1ce0999b5113a2fa3f87cffdca05" + "hash": "1c9d561b1f4eadff5f1223ee38185179" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "27271c1a3e43656f322a34047c320698" + "hash": "8841988dacbdd63e3149292988a5e776" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "696e276268cb0f4aadd8a57dfeb83f32" + "hash": "1e9af2cc1b23398a49f407053265043e" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7e7344d198c7e63928d890bf3b9aa3ed" + "hash": "1ab15f6d3aff56b4f7b802ade8bd2d29" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c7d034e69eb8dbce9ff2eb12ef2ac1da" + "hash": "bf818b0c74cc768fb5ac3259b5c911c8" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "02e39fff3e45f8507925c6354cb7114f" + "hash": "d5e268e0e8f9be0731a86c7c5153344d" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8583f8a241fa3c306380d43d6c881009" + "hash": "9fd756b5c75d88f988b3aa0c62ffad08" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b1788370d7d0fe26a8a0fe3308b59fe1" + "hash": "dddad8a70ba6e988330bc17d5b55bd3c" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d505c7b55bab9208544d9d1c5bc1006a" + "hash": "09c0024692a3f15338d0360d055a109d" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "85298a4be84985d65d3568cd7b292620" + "hash": "7554b10c935e22970a479892e80ec33f" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e50b0bbac0f011a6fe46918de73d5a97" + "hash": "61b6eace8e7f512a26fc166385614b4b" }, { - "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": "Thu, 09 Dec 2021 18:41:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1f64cac6fc4a58fd512cf8dfc3a5fa06" + "hash": "f026a22210a3307b715ae0de2d3b014f" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8eb8600254628a6dfa528effb5dd12a4" + "hash": "3bb07a0e73ca06e5e6ef74d4a7ca9f09" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6fc01e147b1176a2aeb23a55ab2097d8" + "hash": "a77ab326b11c5952d9b51f32093bb80c" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c2735e11713f274c28b1a661f826e93f" + "hash": "74dce2e1be36c689ac9bd9f886e3720a" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "73e93d2b979873d10a88af97aca2ebce" + "hash": "d764272569365921042d1407825390d0" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ad072c64ace4127ac75a7e181e68d45d" + "hash": "4c7f242e4d9e8c5b9163370c0b146a36" }, { - "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": "Wed, 08 Dec 2021 17:02:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5b00c63f65d7306f2591f03e2a599f10" + "hash": "e3e909f1120103ae073b3993257163f3" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "941214bd8e42d101f32b4e6326c29402" + "hash": "8d5a9ef3313f93f56f7f8c7ae9031bd1" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d54ddf3cd69eff0f959ca609ab9ff18" + "hash": "d4557e474f87883c737fd8ac39770515" }, { - "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": "Wed, 08 Dec 2021 16:59:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4ac4c64504669403091c285a26a20abb" + "hash": "5c93aebeeea11295dd11fb544bb566b9" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "31d24d36a05a5f7bb17f94e4756065e9" + "hash": "daea045d3470570b24545b2542983485" }, { - "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": "Wed, 08 Dec 2021 16:51:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ebc10e0ee36566f2672be17b8a92fa69" + "hash": "d672e9e416603cd1311a4c341d3c4fb8" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b28261a5ef8639c840ea61f13b9944cb" + "hash": "850c20ba589b57ad15481fd14f184f5a" }, { - "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": "Wed, 08 Dec 2021 16:56:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f93350ea4ba49eb863535fc521b9b8ed" + "hash": "db1e08d524427bafcb978eb6b266f12b" }, { - "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": "Wed, 08 Dec 2021 16:54:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cb8545231e771a3a1f5db910b3c7e621" + "hash": "a2edb65d8e87b2464cc6e7aac0967dfe" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8a2e4173366b4426186abb8d9b9e3fb5" + "hash": "6b7b3169a9d1cb2a0579636d204728b7" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f07808e2c340683658a113bd0c961ff6" + "hash": "65526513db32ccf8262260dbd5339b69" }, { - "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": "Tue, 07 Dec 2021 18:54:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c48581e12ba81a20fc65e70b24d23fdd" + "hash": "76dab19b81838ff821dd5588ac1e95cf" }, { - "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": "Mon, 06 Dec 2021 13:15:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "95cb3a9928401b3323bdcfe03bb9c45f" + "hash": "a6af60679311ab234e260569176112e1" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ea8e6b2f119dde0054568bafdac34d87" + "hash": "ff9f6b77d7f1186574f29c7453f3132d" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9204847fee9c5749cfc4f5692966feb2" + "hash": "aca79cdce46cd096f3b0d085b5246489" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "47425719eacf2bf17345562039ee887c" + "hash": "a11db78ae1a31690054b8af79de368a2" }, { - "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": "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": "Tue, 07 Dec 2021 21:42:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "pubDate": "2021-11-25T02:43:44Z", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3ca8dd438a0f9f09ade577c2936c3490" + "hash": "98c11941b850dfcf076ab85987f63d28" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dba4ed4f3cd217ac8022c3ae77889f54" + "hash": "8bd34696be7d715bb8a18116731b93e2" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ce2b514996e488fb65388b479110797e" + "hash": "4c1c8f64e202074f2e5ad2a8bf149f3c" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "39ed59ece58d6c3cbd3ef3dde8eca2d3" + "hash": "c3abbf8c6e63c1edc567fdb13a8d1645" }, { - "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": "Tue, 07 Dec 2021 18:25:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b315dffc2c580450ca40c303affecfb8" + "hash": "952746246da9961c115682260f35ee56" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5a199466e356ee794b86ae5656c2e648" + "hash": "87a42e041f764abbeb9ff013d3a58bd1" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9e235cd980517d3cca174e0c16257c1a" + "hash": "77134c4b539e958c1dc0a673ad6a2a3b" }, { - "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": "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": "Mon, 06 Dec 2021 18:42:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "pubDate": "2021-11-24T19:22:25Z", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "948f21d499e9cd756f76a688de71f97f" + "hash": "b50a3742a3c3200d8aac19c1c1a8b70f" }, { - "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": "Mon, 06 Dec 2021 18:28:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fc1c01f41529eceecfa508a8380b3efe" + "hash": "1b114187e50c8c41ac3f33cda4ca1c41" }, { - "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": "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": "Mon, 06 Dec 2021 18:53:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "pubDate": "2021-11-24T18:53:41Z", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "97f2fbaa3fe2a4d93baf57f46a122695" + "hash": "0a49acc62dafa4f28cd9c1e458ff08ea" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5e9b77f5b015f68beb2dce08b76b524c" + "hash": "05d3cc0b707bec59187804cf51dd6c33" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dc86cf16e7df2eff1a9c4c2d976d631c" + "hash": "28a3271994e76de9a1722c03619cbbe4" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5003897e860bf8ebf632d6c87c4a4964" + "hash": "74d628329f750bd120eab9750534b247" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1c5445a4da38acce0c8e9df84b594dbd" + "hash": "4e7ac6b46fb3b2c863751544880c129c" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a160354e33a409134c21b74b515531c3" + "hash": "067886867b9a348f87ceffba2a9a5b3e" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "575ca5b9f7e715c564d2b1a5bb53429a" - }, - { - "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": "Wall Street Journal", - "read": true, - "favorite": false, - "created": false, - "tags": [], - "hash": "baca2dc3460b060354b87768b5263a78" + "hash": "2a589dff9991e6d2d3ae9dc40ec47e73" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "afff2ed222a7a92c64cd85ebfe6cd3b3" + "hash": "36289a6d31c0eec4377787a76e5f0c2c" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "79d04cae2fe3f6d32051ca35def6bc81" + "hash": "080895faa5a86994a5123e5a45a0598c" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a8f76021799c57abd90cb70135b1dfe8" + "hash": "bee6a51aeec40fd501b2212bd3e39c31" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a1209f0fa53a2b2935f3a79becc48e6f" + "hash": "e3ac685822e33ec7b27241b7204f7b80" }, { - "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": "Sun, 05 Dec 2021 15:44:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d7478c9b34cf9b1b6efb60c74b8e934a" + "hash": "7df20e51cb02566802cc76986f7ab04e" }, { - "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", + "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": "Wall Street Journal", - "read": true, + "feed": "The Guardian", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e14d3f2c0d01c62401689fa3f2d5b66a" + "hash": "627973766c8e230c8217f2b42daad00d" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c98ad2a2101fc0d9f481609b4fb5c520" + "hash": "a474126ad8edcf85bb2f3eab01a28920" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "17e516b5d6d8805c99250010227bc2cb" + "hash": "5800e0249afb49d7ab801f155a1935d0" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0c89e856ed223a4c45347f0297d96647" + "hash": "3b166d65b643b4ff06f2a4b39b743169" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4d19320ea97fe81ac3cc83865d2a640f" + "hash": "80cb7ae7ed19ed47c3a885df8f19c6eb" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f1b4eb084bba0763327f37ab12388ae5" + "hash": "b2023119d8d88f26f42c5d2fe0ce83c8" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "17c312378e15a13e2d5cc6cc997d9167" + "hash": "12fa66a6cf34d43efaf837248874dad8" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "25d9eb03c3d2d067f66ab5f40955b977" + "hash": "f6c273b11ae681668a9cea57adb88f77" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1a7ee6f14aa199f9bf59ab7cdaf5d70c" + "hash": "c1878f9d2a8d4986b51a7d8f9c9639b7" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1406a867078a9634bedc84e0c4f274f8" + "hash": "0a80f307b6603072ed3c7298f2a6aa0c" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b8706b59ba85d5019a1637487784ffa9" + "hash": "0c20921659dc2bf6d4f40af6f0d70f3b" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d3801841deb9ee6a951176d7863aa153" + "hash": "d3277b7ba7d2eb6b525ee68e67c3b2ff" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "15b0024c1cd7f60b3c4575bf043281cc" + "hash": "c74826ce849d7406588991f512ae1b2a" }, { - "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", + "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", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ed7f06c5b8dfc366263310858a0a85d2" + "hash": "b2338571b3d54766cdb639b0904a94c8" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "270999591a05eef8ad1bfc8f2c4fea34" + "hash": "fce00b4717cf1ca466914df06a6da3b0" }, { - "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": "Fri, 03 Dec 2021 18:47:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d1cc1f296f102692af1c31c38ec3e1a1" + "hash": "58c0274f67513b7ad7f36057538a7803" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bbe647c7814b0027f26f9115dc2406ec" + "hash": "751834e04cfa525904634c5828bac710" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "06959f10ee9546e6367fcbe5cff7eb6f" + "hash": "4383b1a0761b554056bc97fe3eabb2ce" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2d3427149882b95b4bb0b30a83626c09" + "hash": "b33d9193325144c628240849812f2a9d" }, { - "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", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e65932ee5aa900001bb45b9dab0ca4ff" + "hash": "dd51235dc6ff35787a3301cadc709fc1" }, { - "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", - "creator": "", - "pubDate": "Fri, 03 Dec 2021 18:37:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b0a7fe1c0cdcb18954ec0a0e62d7a55d" + "hash": "b5a12fba1bc77d55bb46435c4647079c" }, { - "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", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 18:17:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ae6d9a0575f0a736c8273bb531ab39af" + "hash": "3f95105ace12ec645e9b36ac3c0e7373" }, { - "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", - "creator": "", - "pubDate": "Fri, 03 Dec 2021 18:11:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f9856e4c65632d30b45daf7c5e3d209d" + "hash": "9e281365fb3c4fbb7140fc1eb18a75b2" }, { - "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", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:46:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ac768b0eb4761b2da2d62393a7c3c255" + "hash": "bb675663d083530bc3a70b5ad486353c" }, { - "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", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:42:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "34d009471e41d40ac76c35492dbae60d" + "hash": "92dc32fe33b27a9ab4dbfbec82fecf1e" }, { - "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", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:25:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2d29dec942c772b16a02a0ca29c0b066" + "hash": "93d97cf0fa8dd9d410e8e6b027403c4e" }, { - "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", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:42:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "32e34f745f2ff72d7cfeb075eff7047e" + "hash": "3eaebae0bacbb0f4edf061cd332f2ccd" }, { - "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", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 13:13:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4a89b59c3c13bba48619d7ab60fededd" + "hash": "94cf56b26bd39c623cc3ec8688facf33" }, { - "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", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:41:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2e52a17e404920d6360924434f6e2848" + "hash": "2a0569c045046bbca19853983230411c" }, { - "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", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 12:46:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b5e5fa5ada0515dfee94bc54bbbb6a7d" + "hash": "291812f9dc54e603a6180099f9c4eee8" }, { - "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", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 19:17:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5ab478a61e3f76284817a400aa08d81f" + "hash": "4abad2cd01d21462d2cbec8f16eeaa59" }, { - "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", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:21:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "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", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0096effb8c6611cbddcb1280b23b186d" + "hash": "fd5582699639f518bff02a2080494d21" }, { - "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", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:28:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ef2d50ff469155d80d9caaaf3fe94a2f" + "hash": "adf18c88e49e633d84b1320eb09d81dc" }, { - "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", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:28:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1a9bbc371cf385daed230e3fd4624215" + "hash": "ea6b95347eb38d738b13f5453e8f5977" }, { - "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", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 19:09:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "497bf9aded1ff62b7f3621b9f320622f" + "hash": "e8b2f27d6ef4045d5fe247ebe7349062" }, { - "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", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 18:41:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e33e44fc3719ba90777424f5b517dd01" + "hash": "e52973b2123f474ac9a5d41a1ee613ce" }, { - "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", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 18:54:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b9ad2c6eb2e29ca1c4c727b77d64bfe6" + "hash": "0d99befad49b47362ad849f70bd92a66" }, { - "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", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 17:41:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "145d9846dd1083d9aacfb084cee736b0" + "hash": "cf3296b73eda1ce72fba134d5b5373bc" }, { - "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", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 19:08:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5259dc03ef78821e7eb15460f4d7a409" + "hash": "b83e52e836ae5bf08fafcd72ae1c8372" }, { - "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", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 18:40:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cf35a90b06c28248fce4e0310af3bd83" + "hash": "f1b175a4be13c8df96d314f2d9dc68a5" }, { - "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", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:21:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b305dbba754f16b212897919cc20344f" + "hash": "9272f036ecd1cc5208ec86de521e7630" }, { - "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", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 19:05:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "34e50710106c2d082466a41b6c9ab753" + "hash": "849956fbe920018c40f9607ac71294c9" }, { - "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", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 18:40:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "472bcb6cac2cddec42f988bb8614ed12" + "hash": "788c7a259249875134982e13f80f12c8" }, { - "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", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 11:00:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cae3270b9e4596207863b18121f78412" + "hash": "e6286905c9d271c87a5256f3d689e95d" }, { - "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", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:54:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "034dbffece393a4e3be71d4d33586e8d" + "hash": "89dd997d03a9190529472a508e187feb" }, { - "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", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:39:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "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", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0d5941b0bfaa772cf3f2cd21b520b323" + "hash": "68fd565713815466e74f3d2d55a75265" }, { - "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", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:22:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bea8abc79e70e441e7acee5dfd83c2dc" + "hash": "87d088c023e5e7e9aa15147c3925898c" }, { - "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", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 19:13:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7cdeae8771120eb6f499549e8465b820" + "hash": "a0e376fc422f8f6da277a03c8321347f" }, { - "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", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 12:26:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ce868f863629418a454e85fe95aae2e8" + "hash": "951b6dce78ceb64283b6dc2f69f0d433" }, { - "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", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:52:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "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", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aefc0f17663150d2eecc30202adcb863" + "hash": "13443b536e9adb82a544435ab9d6a773" }, { - "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", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:24:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "bbb604335cf199f14f13fca2ead9aacb" + "hash": "52ac2f82cbc3234dce2c3b0d87f3227a" }, { - "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", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 18:18:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0fe01a3ec1a293bcbbf78a47b7758b1b" + "hash": "5e368b4abd742f4bd0c18d6a9288cd67" }, { - "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", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:51:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d1e6a5101b80518f407515761b32aa6b" + "hash": "1e3972dddbcd490aafe8e8bb52313cc2" }, { - "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", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:07:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8b0b9b6dc7fb98621c04192af42c154b" + "hash": "214efd8ff45c546a4f01d21b61dbc5e4" }, { - "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", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:20:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "15b19e632ac677c66211b4315a9e4702" + "hash": "3c9517e7991579b0ae80d12cc745ad8e" }, { - "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", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 12:26:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "daab2c4ab25cbcf51a4adf06e819083d" + "hash": "ad38ecab75c2a55add8923c35d2c66ba" }, { - "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", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:24:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7fe5a3fffa701474467a8b49b652f3db" + "hash": "aff736b772e8e0aabad8795a4e1a6029" }, { - "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", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 18:39:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d8cf5fd3730c9c6bb636f7e60e343163" + "hash": "d6db1ba0a1e049be2714df7385d6a11d" }, { - "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", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 18:23:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b430984ac8919d4ea5f50d2e59f9bf8b" + "hash": "b870297edbd404f5bdaa62b4fe1544f5" }, { - "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", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 18:36:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2817f70f1e201ab1849888e4a8d83d8c" + "hash": "79860146c2ff97db1cd0ccf6739426d9" }, { - "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", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 13:02:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c2b7cc203292d5944eeb2dd9be71902c" + "hash": "7eeaef6479aac8bc32d5d55a3d4d8537" }, { - "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", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 18:34:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "931e6ddfe0c5ece161db466b7054f59c" + "hash": "4273f38b0c3a4fe307819c278bec6741" }, { - "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", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 18:22:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5aef7750ca7098dfcdaae0b469f9e595" + "hash": "b03ef056b262fa0a3cc81ba95747cf66" }, { - "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", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 18:18:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "87787c2fa87a30fdce84fe66de3cc872" + "hash": "7b9c98e6d7c32b5e23b226d6fac03d72" }, { - "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", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 18:32:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6dc866141d70a032fd9e4f744ea69f36" + "hash": "df58642d685c15e1ec771e076b037bea" }, { - "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", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 17:21:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "38bf9aac1ddec5621e44177a971865aa" + "hash": "0106c5eca1422a563e4e5941be0cee45" }, { - "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", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 18:21:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "daf1370ba1437130d73bbd0a4a957c00" + "hash": "630d03ee7cc9b036bc53dd47db63d423" }, { - "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", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 18:19:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "da0cf47f976b5c08650fd91b2e3a07c6" + "hash": "c4e0268ee7e2307a9f1e6c2512c2da8a" }, { - "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", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 17:17:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ff378ebb4cf59c71581383437d0212c6" + "hash": "a75a1bd310bc63059b5f47b38905140a" }, { - "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", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 17:06:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c739e270785697a2d7760cc4d26c4806" + "hash": "7c498f83674eda61dc6fbe8f523dde0c" }, { - "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", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 15:26:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8e42b87fe153be975513287e2e8a1aa3" + "hash": "a2ad7e5f13aa79f02f26383b9a554f51" }, { - "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", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 17:15:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3fc2c99c65cd2e3dc8e2a0624ff97979" + "hash": "a7955fca0286a085c64f73745f429b87" }, { - "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", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 17:03:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4b27ad20b6acaefedc6b9a098dee1708" + "hash": "b0a80246884b567a5e3e6b99a7b0fa25" }, { - "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", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 16:59:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9328f04adbe92af1829b99be1530f67a" + "hash": "569923807e3d0574b106bf3526eff25f" }, { - "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", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 17:13:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5f57f3f8b708a9b228d6ac5f38a8f54c" + "hash": "5d4b8ebe13452defd15f482ee3bd9d72" }, { - "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", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 15:27:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "65f774d7a6dbc83859c862908ebfa764" + "hash": "8ec65acbbdc79bd7d7d411ba73b6e89c" }, { - "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", - "creator": "", - "pubDate": "Fri, 26 Nov 2021 17:38:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "de51b5f0395a9ab7fc767ea8488c76bc" + "hash": "9198d8173bd32fff9bc8419c1ddf592e" }, { - "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", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 17:11:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "895fd11f4fde32bc21b69e4f48dafe34" + "hash": "3d89216bbb96fff0dcd87edd6d77c065" }, { - "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", - "creator": "", - "pubDate": "Fri, 26 Nov 2021 18:16:00 -0500", - "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": "Wall Street Journal", - "read": true, + "feed": "The Guardian", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5aa2f6c82189a9f4d026a0d4e281db55" + "hash": "f914a566f7bb1ce1759520f447e2422f" }, { - "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", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 13:02:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1e855e73bc6771dd4772b0495b8e1e52" + "hash": "0afdd168d4b51046b8969c8f58553b1a" }, { - "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", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 17:08:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cad884a7f4a35cd1453028e6e0587c03" + "hash": "3405232836a7d4ef26bf081b68a37526" }, { - "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": "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": "Fri, 26 Nov 2021 17:26:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "pubDate": "2021-11-22T15:06:34Z", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1da406554e572ecae8ca0e14b4d1f0ee" + "hash": "33f98da1bfb77dd94ed25355b891eec9" }, { - "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", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 17:23:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1da6301147c25eb3b044259b02a1cb4d" + "hash": "549f91f0f04d87f207e3580139ea872e" }, { - "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", - "creator": "", - "pubDate": "Fri, 26 Nov 2021 11:07:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "99852ba1746cebf8466697c8e89899d9" + "hash": "be3cd09ccf1c70a6e7752197a6c50de8" }, { - "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", - "creator": "", - "pubDate": "Fri, 26 Nov 2021 17:45:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4f9e9275b96ab2be369edeeb6c878896" + "hash": "a4887c4d3847e727f7041949f357cb1f" }, { - "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", - "creator": "", - "pubDate": "Fri, 26 Nov 2021 18:14:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f2d5aa886f7f063999b89591e1dbf505" + "hash": "f7e10ef010ca493f13639e1a1fb3c9b5" }, { - "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", - "creator": "", - "pubDate": "Fri, 26 Nov 2021 17:42:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "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", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "60b5f42126f31351e961ffd44f808760" + "hash": "994b863c23c885b0a20910aef83beac7" }, { - "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": "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": "Thu, 25 Nov 2021 16:34:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "pubDate": "2021-11-22T10:41:47Z", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "157bcefc42b88f31380245eefae2d4fb" + "hash": "b7144d6e2460b384bf8839390f61a315" }, { - "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", - "creator": "", - "pubDate": "Fri, 26 Nov 2021 18:15:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0db0b1572fa45fcb2dbcb90833722c8c" + "hash": "5a90839d2d5f9802a37e34a9a8956aae" }, { - "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", - "creator": "", - "pubDate": "Fri, 26 Nov 2021 13:23:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "11fa57b8735b9618be26e897f5b1100c" + "hash": "ef972daf6fafac4f6693d04d263460b3" }, { - "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": "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": "Fri, 26 Nov 2021 18:12:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "pubDate": "2021-11-22T03:35:00Z", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1b7050c209c09843a08ff6422c8342a9" + "hash": "4803e1ebd72001584a3d78242b3a9e9f" }, { - "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", - "creator": "", - "pubDate": "Thu, 25 Nov 2021 15:00:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d7bc46f00e2a0dd44d91394100d4ab85" + "hash": "6654afd7ff48af95a8d84e7169ff8084" }, { - "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": "'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": "Fri, 26 Nov 2021 13:24:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "pubDate": "2021-11-21T16:55:17Z", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9baab3c5f2b142bc43fff39172f1753b" + "hash": "3a4a2d259aed6d1168e8e0db2ef7f68f" }, { - "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", - "creator": "", - "pubDate": "Thu, 25 Nov 2021 13:35:00 -0500", - "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "610f0f70d4ce48c1d65c9e4df5c9ec27" + "hash": "8cda8e2498f4eead05f12a5ed39294d5" }, { - "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": "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": "Fri, 26 Nov 2021 17:40:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "pubDate": "2021-11-21T13:41:31Z", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "074adbeeba25fb8c6ba55e2e2613aab4" + "hash": "02e051fc55fc23aeb06dfb95a1f2e22c" }, { - "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": "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", "creator": "", - "pubDate": "Thu, 25 Nov 2021 16:44:00 -0500", + "pubDate": "2021-11-21T11:31:19Z", "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5dafb28ac7fc8a35c4331ef09529b690" + "hash": "cf0544bb7abfbf830f6c1a6c6fcd8a74" }, { - "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", - "creator": "", - "pubDate": "Thu, 25 Nov 2021 16:43:00 -0500", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ad78323da0279333c7647edf2a529f64" + "hash": "b8c06c4bad2beecc1c997059b6d8cd5c" }, { - "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", - "creator": "", - "pubDate": "Thu, 25 Nov 2021 16:42:00 -0500", + "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": "Wall Street Journal", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "631c9b0527403825120b408e2e2aea83" + "hash": "0bd295d10feb765e2552c04ef6902dd4" }, { - "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.", + "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": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "53d96469b0f948c683556575e7ca2242" + }, + { + "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": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "efb6249461ca3698cd1305c5433bb69a" + }, + { + "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": "133a5421376d3835fd8c9274edf52ce4" + }, + { + "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": true, + "favorite": false, + "created": false, + "tags": [], + "hash": "08f063fdca9f0d51cd74a48737c107a3" + }, + { + "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": "f5a979fb06cf1d3ebb436dc8000ec15b" + }, + { + "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": "f819285396007403f2c263d950fd630f" + }, + { + "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": "23ccfb1e9231e5b992275d107181b630" + }, + { + "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": "a8ab67233377322905e15426fa656389" + }, + { + "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": "bfb9a52ede1aeb1b2d07cd54d69456bf" + }, + { + "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": "1e7fd42ccccca4e5855f91231501aa01" + }, + { + "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": "6abf22ac705d9fdfb9a84436ca0d2ef7" + }, + { + "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": "277ac20ba31b2821ce4da1d8e8865bd1" + }, + { + "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": "10bd85deeb0da412bdf1ca4589084233" + }, + { + "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": "53e6f3427606d1f9ad5987d6bcc566b2" + }, + { + "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": "70b9daac52fc4f03eb36554a3ca62200" + }, + { + "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": "1a7d8baa70ebc59a341cf3a83f8256a5" + }, + { + "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": "b14fd059c076d84e5529403ad19c1de3" + }, + { + "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": "0b2084d86fce893097ad73f29a402d34" + }, + { + "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": "58746ce0800a93f0a0e772ad53b056d6" + }, + { + "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": "3e18aabe01abcf7f8446c64af623ec5f" + }, + { + "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": "ccce405443bcd3260df67d7c2e79b314" + }, + { + "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": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "017194cb7b18a1a73c51388f3beeb676" + }, + { + "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": "3a0b1612366942a2158ca659c89740d6" + }, + { + "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": "9b4a3c4b2a08b97c14b7ea00ad1e2c71" + }, + { + "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": "80d0f1a6335f7f59099a54cce4a1f53e" + }, + { + "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": "efa56dfd1fbfdfed13225ecd2d294540" + }, + { + "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-19T15:52:18Z", + "folder": "00.03 News/News - EN", + "feed": "The Guardian", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f1620dae01bdf4e7bbb6047a2669102c" + }, + { + "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": "287932a37469db5fbbefc5ab1cfc3fb3" + }, + { + "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": "a5a5a467125facba7845054008386f24" + }, + { + "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": "7553aed7889a0a24079dbb247451bf88" + }, + { + "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": "6cc82fac7c44ac39ca2917277b358eda" + }, + { + "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": "218a3c450632fa78fee6bde5ea4aeaaf" + }, + { + "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": "2a7d37ff561589a7ff4f96006ba01995" + }, + { + "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": "4f1255a05b37e156c4f1a0f19c1d1681" + }, + { + "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": "52a01a7e7844b2a3cd4ef8ddc11b8e0a" + }, + { + "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": "9d4d1c0cf54c8da3cb5bc51256e3262e" + }, + { + "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": "e13f3aaf53cbb5667dbafb0090a2b89e" + }, + { + "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": "3b8d572357562a5712b407d7c98b8f92" + }, + { + "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": "f1d486951615eb7e842cbbe8d49adae5" + }, + { + "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": "89d1215fd92fef4b87c9db593af0c38a" + }, + { + "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": "10c33cdfa9760aecab1df372f9cd119e" + }, + { + "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", + "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-19T07:38:27Z", + "folder": "00.03 News/News - EN", + "feed": "The Guardian", + "read": true, + "favorite": false, + "created": false, + "tags": [], + "hash": "f51c87c5c30fcf9c8fe7f8646fc431ac" + }, + { + "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": "8ec657783da6df1834b5118f4f7affd3" + }, + { + "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": "573df2281e2c34694e689413f7700282" + }, + { + "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": "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": "A Report to Our Readers", + "description": "In 2021 our journalists covered a world of disruptive change. What won’t change: Our effort to retain your trust.", + "content": "In 2021 our journalists covered a world of disruptive change. What won’t change: Our effort to retain your trust.", "category": "PAID", - "link": "https://www.wsj.com/articles/activision-esg-vanguard-blackrock-fidelity-woke-gaming-investing-sexual-misconduct-11637794901", + "link": "https://www.wsj.com/articles/letter-publisher-latour-wsj-facebook-files-afghanistan-reporting-opinion-business-11642179671", "creator": "", - "pubDate": "Thu, 25 Nov 2021 16:33:00 -0500", + "pubDate": "Fri, 14 Jan 2022 20:12:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "825d9e2abe157480e57ef0fff6568aeb" + "hash": "99aec400f79a0402be04432601c0f7f9", + "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.", + "title": "Boris Johnson's Other Disaster", + "description": "His political woes are a warning to conservatives who indulge green-energy illusions.", + "content": "His political woes are a warning to conservatives who indulge green-energy illusions.", "category": "PAID", - "link": "https://www.wsj.com/articles/the-housing-gang-is-getting-back-together-for-another-bust-inflation-mortgage-rates-11637794694", + "link": "https://www.wsj.com/articles/boris-johnsons-other-disaster-party-covid-lockdowns-energy-prices-11642171720", "creator": "", - "pubDate": "Thu, 25 Nov 2021 16:31:00 -0500", + "pubDate": "Fri, 14 Jan 2022 18:38:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "078bd99978e71dbda296d58e2651e7e0" + "hash": "dfdb5ee040c9975fb8aa26b9835f4096", + "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.", + "title": "Don't Bail Out Putin", + "description": "His Ukraine gambit is ultimately about enlisting the West in a scheme to prop up his rule.", + "content": "His Ukraine gambit is ultimately about enlisting the West in a scheme to prop up his rule.", "category": "PAID", - "link": "https://www.wsj.com/articles/the-beatles-let-it-be-peter-jackson-john-paul-george-ringo-friendship-1970-11637795405", + "link": "https://www.wsj.com/articles/dont-bail-out-putin-russia-nato-nations-threat-military-allies-ukraine-nato-invasion-sanctions-11642199542", "creator": "", - "pubDate": "Thu, 25 Nov 2021 16:29:00 -0500", + "pubDate": "Fri, 14 Jan 2022 18:23:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "94bfb30f6faf102cce6c9e927ce5c709" + "hash": "855d9cf21d6e88ddd9f19f5548d91514", + "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.", + "title": "A Costly Lesson in Chinese Business Practices", + "description": "Patrick Jenevein wanted to work with partners on wind energy. Instead he found himself in a yearslong contract dispute.", + "content": "Patrick Jenevein wanted to work with partners on wind energy. Instead he found himself in a yearslong contract dispute.", "category": "PAID", - "link": "https://www.wsj.com/articles/why-my-church-grew-during-the-pandemic-mass-service-catholic-adoration-eucharist-11637795847", + "link": "https://www.wsj.com/articles/a-costly-lesson-in-chinese-business-practices-china-broken-contract-ccp-accountability-tang-ipo-theft-corruption-11642020844", "creator": "", - "pubDate": "Thu, 25 Nov 2021 16:27:00 -0500", + "pubDate": "Fri, 14 Jan 2022 18:54:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9093c193b186b07482d03ea227e4e7ad" + "hash": "3a09014d3cea2d2f861212f6e9f60249", + "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.", + "title": "Navient, the Student Loan Punching Bag", + "description": "Politicians loot the company for helping for-profit schools.", + "content": "Politicians loot the company for helping for-profit schools.", "category": "PAID", - "link": "https://www.wsj.com/articles/jane-austen-tom-lefroy-kipling-emma-persuasion-love-decoding-pride-prejudice-11637794443", + "link": "https://www.wsj.com/articles/navient-the-student-loan-punching-bag-richard-cordray-11642199900", "creator": "", - "pubDate": "Thu, 25 Nov 2021 14:59:00 -0500", + "pubDate": "Fri, 14 Jan 2022 18:36:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8edc2c5488ce84209ab6f01860f08148" + "hash": "0cb80e30f8b8631bbc48fee02d5568d5", + "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.", + "title": "Biden's Georgia Speech Is a Break Point", + "description": "He thought he was merely appealing to his base. He might have united the rest of the country against him.", + "content": "He thought he was merely appealing to his base. He might have united the rest of the country against him.", "category": "PAID", - "link": "https://www.wsj.com/articles/the-leadership-germans-wanted-olaf-scholz-angela-merkel-christian-lindner-11637773238", + "link": "https://www.wsj.com/articles/biden-reaches-break-point-georgia-speech-voting-rights-senate-mcconnell-division-election-law-11642110521", "creator": "", - "pubDate": "Wed, 24 Nov 2021 19:42:00 -0500", + "pubDate": "Thu, 13 Jan 2022 18:43:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aef9b84e8548c9c440ebc35540d63a06" + "hash": "a97261e3ed04a7fd850354e9d9a9e5ff", + "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.", + "title": "What the Supreme Court's OSHA Ruling Means", + "description": "It weakens the legal basis for earlier efforts to protect workers from Covid, and it suggests other administrative ‘work-arounds’ will eventually fall.", + "content": "It weakens the legal basis for earlier efforts to protect workers from Covid, and it suggests other administrative ‘work-arounds’ will eventually fall.", "category": "PAID", - "link": "https://www.wsj.com/articles/the-ahmaud-arbery-verdict-travis-greg-mcmichael-william-bryan-11637800000", + "link": "https://www.wsj.com/articles/what-the-supreme-courts-osha-ruling-means-vaccine-testing-mandate-covid-khan-biden-ftc-administrative-state-chevron-11642199704", "creator": "", - "pubDate": "Wed, 24 Nov 2021 19:41:00 -0500", + "pubDate": "Fri, 14 Jan 2022 18:41:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4f8458432217a5cd69717ec45431d795" + "hash": "ab528c8c746cc469f6d6d94ca6d80fa1", + "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.", + "title": "Who You Calling 'Dastardly,' Mr. Schumer?", + "description": "Another tall tale about Georgia voting proves too good to check.", + "content": "Another tall tale about Georgia voting proves too good to check.", "category": "PAID", - "link": "https://www.wsj.com/articles/one-more-at-the-table-11637783628", + "link": "https://www.wsj.com/articles/who-you-calling-dastardly-chuck-schumer-georgia-voting-law-11642172418", "creator": "", - "pubDate": "Wed, 24 Nov 2021 14:53:00 -0500", + "pubDate": "Fri, 14 Jan 2022 18:37:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f4198adc09e40a2be28258bab3bd279e" + "hash": "19b5777eb306de7f06d72d8228c7fa1b", + "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.", + "title": "Biden Follows the Trump Playbook", + "description": "His Georgia speech’s demagoguery echoes his predecessor’s from just over a year ago.", + "content": "His Georgia speech’s demagoguery echoes his predecessor’s from just over a year ago.", "category": "PAID", - "link": "https://www.wsj.com/articles/what-the-kyle-rittenhouse-trial-says-about-america-kenosha-shooting-acquitted-riots-11637706467", + "link": "https://www.wsj.com/articles/biden-follows-the-trump-playbook-voting-rights-elections-georgia-lies-speech-2022-2020-11642114705", "creator": "", - "pubDate": "Tue, 23 Nov 2021 18:44:00 -0500", + "pubDate": "Thu, 13 Jan 2022 18:27:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5a49c7baf57df74bc4551e601d81e4ff" + "hash": "21f471714de4bd3f5a6bff595d1da1ec", + "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.", + "title": "Jennifer Granholm's Green Brigade", + "description": "The Department of Energy launches a Clean Energy Corps.", + "content": "The Department of Energy launches a Clean Energy Corps.", "category": "PAID", - "link": "https://www.wsj.com/articles/the-desolate-wilderness-william-bradford-nathaniel-morton-plymouth-pilgrims-11637708909", + "link": "https://www.wsj.com/articles/jennifer-granholms-green-brigade-department-of-energy-clean-energy-corps-11642202501", "creator": "", - "pubDate": "Tue, 23 Nov 2021 18:41:00 -0500", + "pubDate": "Fri, 14 Jan 2022 18:35:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ec25a43c4efa55285e26bfcbb368e73c" + "hash": "67ee77603c99d774d02eadf23b602c79", + "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.", + "title": "Biden Crosses the Quinnipiac", + "description": "Did the president finally admit that his claims about states preventing people from voting are false?", + "content": "Did the president finally admit that his claims about states preventing people from voting are false?", "category": "PAID", - "link": "https://www.wsj.com/articles/and-the-fair-land-11637710823", + "link": "https://www.wsj.com/articles/biden-crosses-the-quinnipiac-11642185888", "creator": "", - "pubDate": "Tue, 23 Nov 2021 18:40:00 -0500", + "pubDate": "Fri, 14 Jan 2022 13:53:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1f6b85ea6c5ddab5492bbc8d69216772" + "hash": "5d80f22b5e9735e4c5d6d162178e58a4", + "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.", + "title": "Florida Is Living With Covid---and Freedom", + "description": "The state’s surgeon general, Joseph Ladapo, on his advice against tests for the asymptomatic, his opposition to vaccination mandates, and life in Los Angeles under lockdown.", + "content": "The state’s surgeon general, Joseph Ladapo, on his advice against tests for the asymptomatic, his opposition to vaccination mandates, and life in Los Angeles under lockdown.", "category": "PAID", - "link": "https://www.wsj.com/articles/strategic-political-oil-reserve-opec-biden-11637701493", + "link": "https://www.wsj.com/articles/florida-lives-with-covid-freedom-joseph-ladapo-masks-vaccines-mandates-schools-open-omicron-new-york-11642174190", "creator": "", - "pubDate": "Tue, 23 Nov 2021 18:36:00 -0500", + "pubDate": "Fri, 14 Jan 2022 13:32:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f10b5c7c37ed1f3bedd12adc4c2e91e6" + "hash": "177c8d87b7c18e0760d2418dd1e4cdad", + "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.", + "title": "Why the Chicago Teachers Union Always Gets What It Wants", + "description": "It can strike and ignore children because Illinois lawmakers give it extraordinary power.", + "content": "It can strike and ignore children because Illinois lawmakers give it extraordinary power.", "category": "PAID", - "link": "https://www.wsj.com/articles/the-great-ohio-opioid-stick-up-dan-polster-cvs-walmart-walgreens-jury-11637709510", + "link": "https://www.wsj.com/articles/chicago-teachers-union-gets-what-it-wants-strike-students-covid-teaching-education-omicron-collective-bargianing-11642199401", "creator": "", - "pubDate": "Tue, 23 Nov 2021 18:33:00 -0500", + "pubDate": "Fri, 14 Jan 2022 18:22:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8c515b973614a0b180c93a519151fcda" + "hash": "ff43e0b0a390b128f3dccc672cbf0cdf", + "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.", + "title": "Can Politics Get Better When Higher Education Keeps Getting Worse?", + "description": "Voters have the sense to resist notions like critical race theory. A generation from now, they may not.", + "content": "Voters have the sense to resist notions like critical race theory. A generation from now, they may not.", "category": "PAID", - "link": "https://www.wsj.com/articles/college-testing-bait-and-switch-university-of-california-sat-janet-napolitano-11637689492", + "link": "https://www.wsj.com/articles/can-politics-get-better-higher-ed-college-university-education-crt-defund-police-radical-progressives-11642174342", "creator": "", - "pubDate": "Tue, 23 Nov 2021 18:30:00 -0500", + "pubDate": "Fri, 14 Jan 2022 13:23:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e9d26ebdb373f19c8ef3e15220652c2c" + "hash": "31e6132dc1de762d92084d2fd8555e9d", + "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.", + "title": "A Split Supreme Court Decision on Vaccine Mandates", + "description": "At least the Justices struck down OSHA’s overreach on private employers.", + "content": "At least the Justices struck down OSHA’s overreach on private employers.", "category": "PAID", - "link": "https://www.wsj.com/articles/america-vietnam-mistakes-afghanistan-quagmire-binladen-strategy-11637705112", + "link": "https://www.wsj.com/articles/a-split-decision-on-vaccine-mandates-supreme-court-biden-administration-osha-cms-covid-11642116331", "creator": "", - "pubDate": "Tue, 23 Nov 2021 18:19:00 -0500", + "pubDate": "Thu, 13 Jan 2022 18:56:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "644a81ab956cba52297bcf1be192d8a5" + "hash": "c983e079f7f8f842f01d43dd701daf4a", + "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.", + "title": "Political Scandals Are the Exit From Covid Coercion", + "description": "Quietly ending lockdowns as voters get to scream at a scapegoat is far easier than saying they were a waste.", + "content": "Quietly ending lockdowns as voters get to scream at a scapegoat is far easier than saying they were a waste.", "category": "PAID", - "link": "https://www.wsj.com/articles/how-to-protect-your-brain-from-injury-abbott-test-concussion-football-nfl-11637703934", + "link": "https://www.wsj.com/articles/political-scandal-exit-covid-coercion-boris-johnson-downing-street-uk-prime-minister-lockdown-omicron-11642095433", + "creator": "", + "pubDate": "Thu, 13 Jan 2022 13:06:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a29605fcd1d84fed4b20911a1646b020", + "highlights": [] + }, + { + "title": "Four Reasons to Keep Worrying About Inflation", + "description": "Labor markets are tight, demand remains elevated, and the effects of Covid are highly uncertain.", + "content": "Labor markets are tight, demand remains elevated, and the effects of Covid are highly uncertain.", + "category": "PAID", + "link": "https://www.wsj.com/articles/four-reasons-keep-worrying-inflation-price-level-real-wage-services-goods-bottleneck-powell-11642095203", + "creator": "", + "pubDate": "Thu, 13 Jan 2022 13:06:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f2a0eadb8285956dc03e4868af6f4c38", + "highlights": [] + }, + { + "title": "Terry Teachout", + "description": "Our drama critic wrote beautifully and upheld artistic standards.", + "content": "Our drama critic wrote beautifully and upheld artistic standards.", + "category": "PAID", + "link": "https://www.wsj.com/articles/terry-teachout-11642111768", + "creator": "", + "pubDate": "Thu, 13 Jan 2022 18:53:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cb76ee96058d61cbc379b03bb2409e67", + "highlights": [] + }, + { + "title": "Experts Disagree, and So Should You", + "description": "Nothing can relieve you of the burden of deciding what to believe.", + "content": "Nothing can relieve you of the burden of deciding what to believe.", + "category": "PAID", + "link": "https://www.wsj.com/articles/experts-disagree-and-so-should-you-media-washington-post-fauci-covid-response-test-omicron-11642111728", + "creator": "", + "pubDate": "Thu, 13 Jan 2022 18:46:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9524af22ebda5a96284256092e7ad28d", + "highlights": [] + }, + { + "title": "Kyrsten Sinema's Filibuster Defense", + "description": "The Biden-Schumer election demagoguery hits a bipartisan wall.", + "content": "The Biden-Schumer election demagoguery hits a bipartisan wall.", + "category": "PAID", + "link": "https://www.wsj.com/articles/kyrsten-sinemas-filibuster-defense-biden-senate-speech-11642114243", + "creator": "", + "pubDate": "Thu, 13 Jan 2022 18:51:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "27109d40d83f34c5af82da142e9449b8", + "highlights": [] + }, + { + "title": "Universities Breach Their Contracts", + "description": "Students have legal recourse against unreasonable Covid restrictions.", + "content": "Students have legal recourse against unreasonable Covid restrictions.", + "category": "PAID", + "link": "https://www.wsj.com/articles/universities-breach-their-contracts-students-covid-online-learning-in-person-expectations-discount-11642112219", + "creator": "", + "pubDate": "Thu, 13 Jan 2022 18:41:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "279233b5ab15923ea18e5ddbdc7e304d", + "highlights": [] + }, + { + "title": "The IRS Pleads Poverty", + "description": "The tax agency blames lack of funding for refund delays. Of course.", + "content": "The tax agency blames lack of funding for refund delays. Of course.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-irs-pleads-poverty-treasury-funding-delays-charles-rettig-taxpayer-advocate-erin-collins-11642096755", + "creator": "", + "pubDate": "Thu, 13 Jan 2022 18:45:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "887a86603fa371ef6c347924145a86cb", + "highlights": [] + }, + { + "title": "Russia, China and the Bid for Empire", + "description": "The U.S. must hold the line against their imperial ambitions in Ukraine, Taiwan and elsewhere.", + "content": "The U.S. must hold the line against their imperial ambitions in Ukraine, Taiwan and elsewhere.", + "category": "PAID", + "link": "https://www.wsj.com/articles/russia-china-bid-empire-colonialism-ukraine-taiwan-imperial-invasion-qing-dynasty-soviet-union-romanov-11642111334", + "creator": "", + "pubDate": "Thu, 13 Jan 2022 18:47:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d7c734f729cdc81ec61859213fe76488", + "highlights": [] + }, + { + "title": "Time for Harris to Cut Biden Loose", + "description": "How the vice president can start leading the country right now and become America’s 47th president in 2025.", + "content": "How the vice president can start leading the country right now and become America’s 47th president in 2025.", + "category": "PAID", + "link": "https://www.wsj.com/articles/time-for-harris-to-cut-biden-loose-11642091480", + "creator": "", + "pubDate": "Thu, 13 Jan 2022 11:31:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b63e5fd2ec76fe50fd520390dea44126", + "highlights": [] + }, + { + "title": "Yeshiva University, the Jewish College Basketball Powerhouse", + "description": "The NBA cheers the Maccabees after their 50-game win streak.", + "content": "The NBA cheers the Maccabees after their 50-game win streak.", + "category": "PAID", + "link": "https://www.wsj.com/articles/yeshiva-university-the-jewish-college-basketball-powerhouse-sports-teamwork-nba-division-iii-11642112193", + "creator": "", + "pubDate": "Thu, 13 Jan 2022 18:28:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "65c8b7ceb1a649fcb028b682f837244f", + "highlights": [] + }, + { + "title": "Omicron Has Killed Certitude", + "description": "People no longer care what government or ‘science’ tells them about Covid-19.", + "content": "People no longer care what government or ‘science’ tells them about Covid-19.", + "category": "PAID", + "link": "https://www.wsj.com/articles/omicron-has-killed-certitude-fauci-follow-science-biden-covid-censorship-misinformation-variant-11642024638", + "creator": "", + "pubDate": "Wed, 12 Jan 2022 18:09:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "253745c451a1e504d99c34825c61c681", + "highlights": [] + }, + { + "title": "What Inflation Costs Workers", + "description": "The Biden-Powell price increases reduced real wages by 2.4% in 2021.", + "content": "The Biden-Powell price increases reduced real wages by 2.4% in 2021.", + "category": "PAID", + "link": "https://www.wsj.com/articles/what-inflation-costs-workers-joe-biden-jerome-powell-cpi-price-increases-11642016349", + "creator": "", + "pubDate": "Wed, 12 Jan 2022 18:36:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e2a826fa5deb88a6f5adbb987d621fe7", + "highlights": [] + }, + { + "title": "The Cops Who Didn't Come Home", + "description": "Seventy-three officers were killed feloniously while on duty last year, a 20-year high.", + "content": "Seventy-three officers were killed feloniously while on duty last year, a 20-year high.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-cops-who-didnt-come-home-fbi-police-special-agent-killing-murder-record-high-reform-crime-shooting-11642020020", + "creator": "", + "pubDate": "Wed, 12 Jan 2022 18:42:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e1c1aba30ec5afd90f1fde0a592f418f", + "highlights": [] + }, + { + "title": "Biden's Operation Snail Speed on Covid Therapies", + "description": "Less than 1% of $1.9 trillion in last March’s relief cash went for treatments.", + "content": "Less than 1% of $1.9 trillion in last March’s relief cash went for treatments.", + "category": "PAID", + "link": "https://www.wsj.com/articles/bidens-operation-snail-speed-covid-therapies-pfizer-merck-ridgeback-vir-11642024875", + "creator": "", + "pubDate": "Wed, 12 Jan 2022 18:32:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cc49dae21372830622dfd2cdd05bbfd6", + "highlights": [] + }, + { + "title": "Saved by a Pig's Heart", + "description": "And by the creativity and innovation of U.S. medical care.", + "content": "And by the creativity and innovation of U.S. medical care.", + "category": "PAID", + "link": "https://www.wsj.com/articles/a-shot-in-the-dark-bartley-griffith-pig-heart-transplant-david-bennett-11641934472", + "creator": "", + "pubDate": "Wed, 12 Jan 2022 18:28:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "11ecb10df403701767eac5930698d32f", + "highlights": [] + }, + { + "title": "The Case for Grayscale Mode", + "description": "If you’re addicted to your smartphone, it’s probably because the colors are too vivid.", + "content": "If you’re addicted to your smartphone, it’s probably because the colors are too vivid.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-case-for-grayscale-smartphones-screen-time-wasted-attention-scrolling-twitter-imessage-facebook-11642020254", + "creator": "", + "pubDate": "Wed, 12 Jan 2022 18:09:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "667d70504476dc5a79342e4938f822dc", + "highlights": [] + }, + { + "title": "Putin Is Running Rings Around the West", + "description": "While U.S. and European leaders natter about soft power, Russia’s president is making power moves.", + "content": "While U.S. and European leaders natter about soft power, Russia’s president is making power moves.", + "category": "PAID", + "link": "https://www.wsj.com/articles/putin-is-running-rings-around-the-west-ukraine-kazakhstan-troops-border-invasion-russia-11642008206", + "creator": "", + "pubDate": "Wed, 12 Jan 2022 13:25:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bb9c6554d09d1b60d49fc652c0e3d7fc", + "highlights": [] + }, + { + "title": "Conservatives for Abusive Lawsuits", + "description": "Lawmakers shouldn’t make it easier for employees to sue over vaccine mandates.", + "content": "Lawmakers shouldn’t make it easier for employees to sue over vaccine mandates.", + "category": "PAID", + "link": "https://www.wsj.com/articles/conservatives-for-abusive-lawsuits-litigation-vaccines-covid-workplace-tort-11642019726", + "creator": "", + "pubDate": "Wed, 12 Jan 2022 18:40:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "51db46d84d9f82d3da6df0ead0c69f58", + "highlights": [] + }, + { + "title": "Are You With Joe Biden, or Jefferson Davis?", + "description": "The President’s speech on voting rights is divorced from reality.", + "content": "The President’s speech on voting rights is divorced from reality.", + "category": "PAID", + "link": "https://www.wsj.com/articles/are-you-with-joe-biden-or-jefferson-davis-georgia-voting-rights-filibuster-11641943418", + "creator": "", + "pubDate": "Tue, 11 Jan 2022 19:01:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "aca43db3790beb8fc670898de6df8027", + "highlights": [] + }, + { + "title": "Biden's Georgia Election-Law Distortions", + "description": "He says he’ll ‘defend our democracy’ from election laws that are fairer than New York’s.", + "content": "He says he’ll ‘defend our democracy’ from election laws that are fairer than New York’s.", + "category": "PAID", + "link": "https://www.wsj.com/articles/biden-georgia-election-distortions-freedom-vote-act-right-john-lewis-jim-crow-new-york-ballot-mail-11642020035", + "creator": "", + "pubDate": "Wed, 12 Jan 2022 18:41:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5d1f22a162af6f7667bda0a39df7aefb", + "highlights": [] + }, + { + "title": "The Democrats' Inflation Blame Game", + "description": "Everyone and everything is responsible except the government spending that’s actually fueling it.", + "content": "Everyone and everything is responsible except the government spending that’s actually fueling it.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-democrats-inflation-blame-game-budget-carter-1970s-voters-denial-biden-powell-2022-midterms-11642008348", + "creator": "", + "pubDate": "Wed, 12 Jan 2022 13:26:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0062ba21f76525b1ac9e1a8911e995dd", + "highlights": [] + }, + { + "title": "How Many Hats Does It Take to Restart a Tennis Match?", + "description": "About three—that’s the number of caps Reilly Opelka had to try on after an avian accident made his first unwearable.", + "content": "About three—that’s the number of caps Reilly Opelka had to try on after an avian accident made his first unwearable.", + "category": "PAID", + "link": "https://www.wsj.com/articles/how-many-hats-does-it-take-tennis-reilly-opelka-bird-poop-australian-open-cressy-melbourne-11642029835", + "creator": "", + "pubDate": "Wed, 12 Jan 2022 18:38:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9526ad35aa46f7d99943fc732cc07d2e", + "highlights": [] + }, + { + "title": "The Message of Sidney Poitier's Success", + "description": "He improved America’s perceptions of its black countrymen at a time when it really mattered.", + "content": "He improved America’s perceptions of its black countrymen at a time when it really mattered.", + "category": "PAID", + "link": "https://www.wsj.com/articles/message-of-sidney-poitier-success-black-race-crime-anti-racism-civil-rights-police-blm-activism-11641941296", + "creator": "", + "pubDate": "Tue, 11 Jan 2022 18:23:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "00d9eb650d8d52b35f66e008f05e52df", + "highlights": [] + }, + { + "title": "America Takes a Real Pay Cut", + "description": "Wages are rising, but not nearly as fast as inflation.", + "content": "Wages are rising, but not nearly as fast as inflation.", + "category": "PAID", + "link": "https://www.wsj.com/articles/america-takes-a-real-pay-cut-11642025430", + "creator": "", + "pubDate": "Wed, 12 Jan 2022 17:10:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7f532aea669aad90f9ad2696f8286633", + "highlights": [] + }, + { + "title": "The Greening of the Federal Reserve", + "description": "Powell endorses bank stress tests to allocate capital for climate policy.", + "content": "Powell endorses bank stress tests to allocate capital for climate policy.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-greening-of-the-federal-reserve-jerome-powell-climate-11641941000", + "creator": "", + "pubDate": "Tue, 11 Jan 2022 19:06:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8696508a748109fc3311ba07a5b5bc2a", + "highlights": [] + }, + { + "title": "Hillary Clinton's 2024 Election Comeback", + "description": "Joe Biden and Kamala Harris have become unpopular. It may be time for a change candidate.", + "content": "Joe Biden and Kamala Harris have become unpopular. It may be time for a change candidate.", + "category": "PAID", + "link": "https://www.wsj.com/articles/hillary-clinton-2024-comeback-president-biden-harris-democrat-nominee-race-2022-midterm-loss-11641914951", + "creator": "", + "pubDate": "Tue, 11 Jan 2022 12:28:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3e00b0973c7c343d4af1e2a2e6d26f99", + "highlights": [] + }, + { + "title": "Australia's Strategic Offensive", + "description": "A pact with Japan is the latest move to resist China’s coercion.", + "content": "A pact with Japan is the latest move to resist China’s coercion.", + "category": "PAID", + "link": "https://www.wsj.com/articles/australias-strategic-offensive-japan-china-scott-morrison-xi-jinping-11641941895", + "creator": "", + "pubDate": "Tue, 11 Jan 2022 19:03:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ce094f874345accb15b0814e6b1952f6", + "highlights": [] + }, + { + "title": "The Market Is Too Serene About Inflation", + "description": "As in the early 1980s, new realities test the idea that interest rates reflect ‘rational expectations.’", + "content": "As in the early 1980s, new realities test the idea that interest rates reflect ‘rational expectations.’", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-market-is-too-serene-about-inflation-interest-rate-paul-volcker-fomc-federal-reserve-price-stability-11641933266", + "creator": "", + "pubDate": "Tue, 11 Jan 2022 18:25:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cca5a91c6c92713c6d6dd2a955938d0e", + "highlights": [] + }, + { + "title": "A Left-Right Revolt Against the New Elites", + "description": "‘Meritocracy’ rewards achievement and talent. That isn’t an unalloyed good.", + "content": "‘Meritocracy’ rewards achievement and talent. That isn’t an unalloyed good.", + "category": "PAID", + "link": "https://www.wsj.com/articles/left-right-revolt-against-elites-meritocracy-education-universities-covid-charles-murray-sandel-scholz-11641915303", + "creator": "", + "pubDate": "Tue, 11 Jan 2022 12:27:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c0546d816fbbbefb8dacc256fae63982", + "highlights": [] + }, + { + "title": "James Comey and Our Poisoned Politics", + "description": "Five years ago, the FBI boss was busy selling the bogus Steele dossier.", + "content": "Five years ago, the FBI boss was busy selling the bogus Steele dossier.", + "category": "PAID", + "link": "https://www.wsj.com/articles/james-comey-and-our-poisoned-politics-11641944998", + "creator": "", + "pubDate": "Tue, 11 Jan 2022 18:49:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4e69ea1a6ac22b39bea8887305ed1219", + "highlights": [] + }, + { + "title": "The Supreme Court's Covid Case Confusion", + "description": "The liberal justices are as dizzy as the rest of us from the political spin.", + "content": "The liberal justices are as dizzy as the rest of us from the political spin.", + "category": "PAID", + "link": "https://www.wsj.com/articles/court-supreme-covid-confusion-justices-kagan-sotomayor-breyer-vaccine-mandate-omicron-11641934433", + "creator": "", + "pubDate": "Tue, 11 Jan 2022 18:22:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2fa89d4912ef7a448489fe09421b7bcd", + "highlights": [] + }, + { + "title": "A Minimum-Wage Reality Check", + "description": "Portland, Maine, reverses a destructive raise in mandated pay.", + "content": "Portland, Maine, reverses a destructive raise in mandated pay.", + "category": "PAID", + "link": "https://www.wsj.com/articles/a-minimum-wage-reality-check-portland-maine-city-council-business-11641942338", + "creator": "", + "pubDate": "Tue, 11 Jan 2022 18:58:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "08588bbf9eb5dbe95aaa068225576c92", + "highlights": [] + }, + { + "title": "A Deceptive Covid Study, Unmasked", + "description": "Duke researchers look at transmission in schools and end up reinforcing their prior assumptions.", + "content": "Duke researchers look at transmission in schools and end up reinforcing their prior assumptions.", + "category": "PAID", + "link": "https://www.wsj.com/articles/deceptive-covid-study-unmasked-abc-misleading-omicron-north-carolina-students-duke-mask-test-to-stay-11641933613", + "creator": "", + "pubDate": "Tue, 11 Jan 2022 18:25:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0696dc1ec2e3db7894dad800ddb02673", + "highlights": [] + }, + { + "title": "He Showed Me the Way Out of Hollywood", + "description": "Having made it as an actor himself, Gary McCleery helped me begin my second act.", + "content": "Having made it as an actor himself, Gary McCleery helped me begin my second act.", + "category": "PAID", + "link": "https://www.wsj.com/articles/gary-mccleery-showed-me-the-way-out-of-hollywood-acting-indie-movies-john-sayles-film-11641930824", + "creator": "", + "pubDate": "Tue, 11 Jan 2022 18:24:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "44f9f4abc3b1dc96d6775c5d6f2a2285", + "highlights": [] + }, + { + "title": "Biden Has Met the Enemy, and He Is Us", + "description": "What if Kamala Harris believed it when she likened the Capitol riot to Pearl Harbor and 9/11?", + "content": "What if Kamala Harris believed it when she likened the Capitol riot to Pearl Harbor and 9/11?", + "category": "PAID", + "link": "https://www.wsj.com/articles/biden-has-met-the-enemy-and-he-is-us-national-security-harris-jan-6-capitol-hill-riot-protest-russia-china-aghanistan-ukraine-nato-11641832907", + "creator": "", + "pubDate": "Mon, 10 Jan 2022 12:36:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1a31373ae6c84a55261d488b626bf565", + "highlights": [] + }, + { + "title": "Should We Be Scared of Omicron?", + "description": "Students debate the response to the new Covid variant.", + "content": "Students debate the response to the new Covid variant.", + "category": "PAID", + "link": "https://www.wsj.com/articles/should-we-be-scared-of-omicron-students-campus-college-variant-covid-mask-vaccine-mandate-11641933784", + "creator": "", + "pubDate": "Tue, 11 Jan 2022 18:40:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3754563b5690b7c4f7c235ff63277b97", + "highlights": [] + }, + { + "title": "Single-Payer Healthcare Makes a California Comeback", + "description": "Sacramento Democrats are back, this time with huge tax increases.", + "content": "Sacramento Democrats are back, this time with huge tax increases.", + "category": "PAID", + "link": "https://www.wsj.com/articles/single-payer-medicine-makes-a-california-comeback-gavin-newsom-xavier-becerra-healthcare-11641853914", + "creator": "", + "pubDate": "Mon, 10 Jan 2022 18:40:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "321e7c8f75a9efa42848be7b2fc74d11", + "highlights": [] + }, + { + "title": "How Adversaries Size Up Biden's Foreign Policy", + "description": "He slaps vanity sanctions on would-be friends, playing into China’s hands.", + "content": "He slaps vanity sanctions on would-be friends, playing into China’s hands.", + "category": "PAID", + "link": "https://www.wsj.com/articles/how-adversaries-size-up-biden-worldview-russia-china-south-asia-sanctions-xi-democracy-taiwan-hong-kong-asean-india-11641846956", + "creator": "", + "pubDate": "Mon, 10 Jan 2022 18:08:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d01257b5e90ccb17425d7d843c37b40f", + "highlights": [] + }, + { + "title": "Brad Raffensperger vs. Noncitizen Voting", + "description": "New York Democrats hand the GOP a winning political issue.", + "content": "New York Democrats hand the GOP a winning political issue.", + "category": "PAID", + "link": "https://www.wsj.com/articles/brad-raffensperger-vs-noncitizen-voting-democrats-new-york-eric-adams-republicans-11641848856", + "creator": "", + "pubDate": "Mon, 10 Jan 2022 18:40:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a69e1d82acc0fd43504710ccb4296ebd", + "highlights": [] + }, + { + "title": "Now She Tells Us", + "description": "CDC director Rochelle Walensky suddenly emphasizes relative risks.", + "content": "CDC director Rochelle Walensky suddenly emphasizes relative risks.", + "category": "PAID", + "link": "https://www.wsj.com/articles/now-she-tells-us-11641843802", + "creator": "", + "pubDate": "Mon, 10 Jan 2022 14:43:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e96bfacac3186376a550eb98522923bc", + "highlights": [] + }, + { + "title": "Nord Stream 2 Sanctions in the Senate", + "description": "A vote on the natural-gas pipeline would override Biden’s waiver favor to Putin.", + "content": "A vote on the natural-gas pipeline would override Biden’s waiver favor to Putin.", + "category": "PAID", + "link": "https://www.wsj.com/articles/nord-stream-2-pipeline-in-the-senate-russia-ted-cruz-chuck-schumer-vladimir-putin-joe-biden-11641852884", + "creator": "", + "pubDate": "Mon, 10 Jan 2022 18:37:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "28770c09aac092ef7e4f1749c646074b", + "highlights": [] + }, + { + "title": "An Ugly Game of Race Preferences", + "description": "‘I mean there has been an anti asian feel underlying some of this, hate to say it lol.’", + "content": "‘I mean there has been an anti asian feel underlying some of this, hate to say it lol.’", + "category": "PAID", + "link": "https://www.wsj.com/articles/an-ugly-game-of-race-preferences-thomas-jefferson-high-school-asian-american-black-hispanic-lawsuit-discrimination-admissions-11641853307", + "creator": "", + "pubDate": "Mon, 10 Jan 2022 18:07:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1e2998535b0bf651dabd8008bba17403", + "highlights": [] + }, + { + "title": "U.S. Mistakes Fed Putin's Ukraine Temptation", + "description": "At the rate he’s going, Biden will be making concessions to Russia for the rest of his term.", + "content": "At the rate he’s going, Biden will be making concessions to Russia for the rest of his term.", + "category": "PAID", + "link": "https://www.wsj.com/articles/american-fecklessness-fed-putin-ukraine-troops-border-russia-energy-gas-poland-western-europe-germany-france-invasion-biden-11641832674", + "creator": "", + "pubDate": "Mon, 10 Jan 2022 12:38:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2c8f745587beee59e2cd478604eb42ff", + "highlights": [] + }, + { + "title": "Yellen's Global-Tax Zombie Lives", + "description": "Her Gilti tax fix looks like it will bite U.S. companies in Europe.", + "content": "Her Gilti tax fix looks like it will bite U.S. companies in Europe.", + "category": "PAID", + "link": "https://www.wsj.com/articles/janet-yellens-global-tax-zombie-lives-gilti-corporate-europe-11641332667", + "creator": "", + "pubDate": "Mon, 10 Jan 2022 18:33:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "607f4c54ae4c88ffb03df73df7b4b781", + "highlights": [] + }, + { + "title": "Democrats Threaten the Voting Rights Act", + "description": "Their bills in Congress would federalize elections and mar a longstanding bipartisan achievement.", + "content": "Their bills in Congress would federalize elections and mar a longstanding bipartisan achievement.", + "category": "PAID", + "link": "https://www.wsj.com/articles/democrats-threaten-voting-rights-act-federalize-bipartisan-elections-preclearance-sensenbrenner-for-the-people-freedom-to-vote-11641849965", + "creator": "", + "pubDate": "Mon, 10 Jan 2022 18:31:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c2853c0be657381dcdd76d71eeafd9f9", + "highlights": [] + }, + { + "title": "Slow the Spread? Speeding It May Be Safer", + "description": "Tamping down on Omicron may increase the risk of an ‘antigenic shift’ to a far deadlier supervariant.", + "content": "Tamping down on Omicron may increase the risk of an ‘antigenic shift’ to a far deadlier supervariant.", + "category": "PAID", + "link": "https://www.wsj.com/articles/speeding-it-may-be-safer-omicron-mandates-antigenic-drift-shift-covid-supervariant-mask-social-distancing-lockdown-vaccine-11641847062", + "creator": "", + "pubDate": "Mon, 10 Jan 2022 18:31:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a907bb4aed6ef9ecc752079f6d50314f", + "highlights": [] + }, + { + "title": "A Week Under My Son's Roof---and Rules", + "description": "It’s no fun having to follow someone else’s household diktats.", + "content": "It’s no fun having to follow someone else’s household diktats.", + "category": "PAID", + "link": "https://www.wsj.com/articles/a-week-under-my-sons-roof-and-rules-father-cleaning-parenting-age-california-11641847245", + "creator": "", + "pubDate": "Mon, 10 Jan 2022 18:10:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a3e319ee5db4a0c637ac9e1e349c2d76", + "highlights": [] + }, + { + "title": "China's New Friends in Central America", + "description": "Salvadoran President Bukele is courting Beijing and playing footsie with thugs.", + "content": "Salvadoran President Bukele is courting Beijing and playing footsie with thugs.", + "category": "PAID", + "link": "https://www.wsj.com/articles/china-new-friends-in-central-america-bukele-el-salvador-honduras-nicaragua-influence-taiwan-fmln-la-union-tom-shannon-11641759240", + "creator": "", + "pubDate": "Sun, 09 Jan 2022 17:15:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "41b85d06f65ac9cc5f732785f454e207", + "highlights": [] + }, + { + "title": "Is Climate Change in Your Problem Top 10?", + "description": "‘Limitarianism’ may prove to be as deadly as other 20th-century ‘isms.’", + "content": "‘Limitarianism’ may prove to be as deadly as other 20th-century ‘isms.’", + "category": "PAID", + "link": "https://www.wsj.com/articles/is-climate-change-in-your-top-10-urgent-issues-gop-democrats-problems-worry-global-warming-environment-don't-look-up-11641741976", + "creator": "", + "pubDate": "Sun, 09 Jan 2022 12:41:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e413938024f4d099d44a41ce1ee982c8", + "highlights": [] + }, + { + "title": "Notable & Quotable: Covid and the Democrats", + "description": "‘By questioning the wisdom of school closures—and taking our child out of public school—I found myself going against the party line.’", + "content": "‘By questioning the wisdom of school closures—and taking our child out of public school—I found myself going against the party line.’", + "category": "PAID", + "link": "https://www.wsj.com/articles/notable-quotable-covid-democrats-twitter-lockdown-public-omicron-school-closure-teachers-unions-misogyny-sexism-feminism-11641854586", + "creator": "", + "pubDate": "Mon, 10 Jan 2022 18:29:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "87609835d4f02a96ad99853970c3a547", + "highlights": [] + }, + { + "title": "Paranoia Is a Rational Response to a World Gone Mad", + "description": "When society is unhinged, you’d be crazy not to think the killers and carjackers are coming for you.", + "content": "When society is unhinged, you’d be crazy not to think the killers and carjackers are coming for you.", + "category": "PAID", + "link": "https://www.wsj.com/articles/paranoia-is-a-rational-response-to-a-world-gone-mad-crime-wave-murder-looting-chicago-mugging-police-11641760407", + "creator": "", + "pubDate": "Sun, 09 Jan 2022 17:17:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "11fd5fdb102a7d9b5149fd147391bfca", + "highlights": [] + }, + { + "title": "The Native American Victims of McGirt", + "description": "‘There is no protection for me—or anyone like me,’ one woman says.", + "content": "‘There is no protection for me—or anyone like me,’ one woman says.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-native-american-victims-of-mcgirt-oklahoma-supreme-court-11641589074", + "creator": "", + "pubDate": "Sun, 09 Jan 2022 17:13:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "448e079878b1fa4e3369e3a03664fae8", + "highlights": [] + }, + { + "title": "No Climate Warriors in Frozen Foxholes", + "description": "Forty-one Democrats urge federal regulators to lower heating prices.", + "content": "Forty-one Democrats urge federal regulators to lower heating prices.", + "category": "PAID", + "link": "https://www.wsj.com/articles/no-climate-warriors-in-frozen-foxholes-ferc-energy-prices-elizabeth-warren-ed-markey-11641515672", + "creator": "", + "pubDate": "Sun, 09 Jan 2022 17:12:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "161073b0b5ba597aa61f6f28160b578f", + "highlights": [] + }, + { + "title": "Is the Crisis in Kazakhstan the Rebirth of the Soviet Union?", + "description": "The West needs to be firm as Putin seeks to expand Moscow’s control over neighboring states.", + "content": "The West needs to be firm as Putin seeks to expand Moscow’s control over neighboring states.", + "category": "PAID", + "link": "https://www.wsj.com/articles/is-the-crisis-in-kazakhstan-the-rebirth-of-the-soviet-union-russia-biden-putin-nato-military-kassym-jomart-tokayev-11641741523", + "creator": "", + "pubDate": "Sun, 09 Jan 2022 12:39:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9d42fb5cc60cd8f25eeca020383b2147", + "highlights": [] + }, + { + "title": "Answering Schumer on the Filibuster", + "description": "Democrats should have taken our advice not to break the 60-vote rule for judicial nominees in 2013.", + "content": "Democrats should have taken our advice not to break the 60-vote rule for judicial nominees in 2013.", + "category": "PAID", + "link": "https://www.wsj.com/articles/answering-schumer-on-the-filibuster-chuck-legislative-judicial-supreme-court-voting-bill-11641762123", + "creator": "", + "pubDate": "Sun, 09 Jan 2022 17:08:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "026a1fd019bce2f73f463be08a142256", + "highlights": [] + }, + { + "title": "Why I'm Seeking a Third Senate Term", + "description": "I’d like to retire, but I think the country is in too much peril.", + "content": "I’d like to retire, but I think the country is in too much peril.", + "category": "PAID", + "link": "https://www.wsj.com/articles/why-im-seeking-a-third-senate-term-11641695974", + "creator": "", + "pubDate": "Sun, 09 Jan 2022 09:00:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "37f992da14ab630f40e66970753c9eaf", + "highlights": [] + }, + { + "title": "Why the Jan. 6 'Big Lie' Narrative Will Fail", + "description": "The public can see through media spin, and events will likely push politics back from the extremes.", + "content": "The public can see through media spin, and events will likely push politics back from the extremes.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-big-lie-narrative-will-fail-mainstream-media-jan-6-journalism-2020-election-capitol-riot-protest-trump-11641574341", + "creator": "", + "pubDate": "Fri, 07 Jan 2022 18:04:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6cfbe0924814e13882fe08286bae2a06", + "highlights": [] + }, + { + "title": "Meatpackers Are Biden's Latest Inflation Scapegoat", + "description": "He cries ‘gouging’ as they face higher costs for labor, fuel and feed.", + "content": "He cries ‘gouging’ as they face higher costs for labor, fuel and feed.", + "category": "PAID", + "link": "https://www.wsj.com/articles/meatpackers-are-biden-latest-inflation-scapegoat-beef-pork-chicken-labor-fertilizer-fuel-bottleneck-work-force-participation-agriculture-11641759774", + "creator": "", + "pubDate": "Sun, 09 Jan 2022 17:18:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "dee5addff0353daf62d662c6bd565662", + "highlights": [] + }, + { + "title": "Bill Gardner, Election Federalist, Retires", + "description": "The New Hampshire Democrat is a cogent critic of H.R.1.", + "content": "The New Hampshire Democrat is a cogent critic of H.R.1.", + "category": "PAID", + "link": "https://www.wsj.com/articles/bill-gardner-election-federalist-retires-new-hampshire-voting-hr1-hassan-presidential-primary-11641746592", + "creator": "", + "pubDate": "Sun, 09 Jan 2022 17:01:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "590c9a60752202e4d4444620938545f0", + "highlights": [] + }, + { + "title": "Omicron Makes Biden's Vaccine Mandates Obsolete", + "description": "There is no evidence so far that vaccines are reducing infections from the fast-spreading variant.", + "content": "There is no evidence so far that vaccines are reducing infections from the fast-spreading variant.", + "category": "PAID", + "link": "https://www.wsj.com/articles/omicron-makes-bidens-vaccine-mandates-obsolete-covid-healthcare-osha-evidence-supreme-court-11641760009", + "creator": "", + "pubDate": "Sun, 09 Jan 2022 17:20:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7fe4e7524df997aa1fd040f766a6bab8", + "highlights": [] + }, + { + "title": "What the Jan. 6 Panel Won't Probe", + "description": "Members look in vain for a coup plot but ignore Congress’s own security failures.", + "content": "Members look in vain for a coup plot but ignore Congress’s own security failures.", + "category": "PAID", + "link": "https://www.wsj.com/articles/jan-6-panel-wont-probe-anniversary-pelosi-cheney-protest-trump-riot-storming-capitol-police-11641506377", + "creator": "", + "pubDate": "Thu, 06 Jan 2022 18:25:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "aa4e89721bde315110ba45c291347586", + "highlights": [] + }, + { + "title": "The Endless Loop of Covid-19", + "description": "The current moment is much like 20 months ago. It is no governmental triumph that this is so.", + "content": "The current moment is much like 20 months ago. It is no governmental triumph that this is so.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-endless-loop-of-covid-19-omicron-delta-masks-variant-lockdowns-leadership-biden-speech-11641510595", + "creator": "", + "pubDate": "Thu, 06 Jan 2022 18:53:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "92b5d665bed63d40433907e4898f9dae", + "highlights": [] + }, + { + "title": "Notable & Quotable: A CNN Epiphany on Covid", + "description": "‘We need to recognize that getting Covid isn’t a moral failing!’", + "content": "‘We need to recognize that getting Covid isn’t a moral failing!’", + "category": "PAID", + "link": "https://www.wsj.com/articles/notable-quotable-stigma-covid-omicron-chris-cillizza-disease-11641760915", + "creator": "", + "pubDate": "Sun, 09 Jan 2022 17:14:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8b99967daa0ca49076d521640500b1ee", + "highlights": [] + }, + { + "title": "Capitol Riot: The Musical!", + "description": "Pelosi stages a star-studded event to advance her party’s agenda.", + "content": "Pelosi stages a star-studded event to advance her party’s agenda.", + "category": "PAID", + "link": "https://www.wsj.com/articles/capitol-riot-the-musical-11641578646", + "creator": "", + "pubDate": "Fri, 07 Jan 2022 13:04:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a8fa7b5a3db965ab93986b4f0130d6ac", + "highlights": [] + }, + { + "title": "A Dangerous Moment for Europe", + "description": "What will Biden give Putin to avoid an invasion of Ukraine?", + "content": "What will Biden give Putin to avoid an invasion of Ukraine?", + "category": "PAID", + "link": "https://www.wsj.com/articles/a-dangerous-moment-for-europe-joe-biden-russia-vladimir-putin-ukraine-troop-build-up-invasion-11641596719", + "creator": "", + "pubDate": "Fri, 07 Jan 2022 18:45:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5ac7060974e8faef1047a8f98b1d0a2d", + "highlights": [] + }, + { + "title": "A Look at Putin Through the Soviet Lens", + "description": "The Ukraine situation reminds Cold War historian Sergey Radchenko of the Berlin crisis of 1958-61.", + "content": "The Ukraine situation reminds Cold War historian Sergey Radchenko of the Berlin crisis of 1958-61.", + "category": "PAID", + "link": "https://www.wsj.com/articles/look-at-putin-through-soviet-lens-russia-crimea-donbas-ukraine-belarus-radchenko-khruschev-11641573884", + "creator": "", + "pubDate": "Fri, 07 Jan 2022 13:07:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "11892bd132df87a60215254b598cd91c", + "highlights": [] + }, + { + "title": "The Vaccine Mandate 'Work-Around' May Run Aground", + "description": "Chief Justice Roberts asks a telling question on the OSHA mandate.", + "content": "Chief Justice Roberts asks a telling question on the OSHA mandate.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-work-around-may-go-aground-supreme-court-john-roberts-biden-vaccine-mandate-covid-osha-elizabeth-prelogar-11641597592", + "creator": "", + "pubDate": "Fri, 07 Jan 2022 18:42:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7b6a7ed373fba533de40f143722cde67", + "highlights": [] + }, + { + "title": "New York's Race-Based Preferential Covid Treatments", + "description": "New guidelines say whites may not be eligible for antibodies and antivirals, while nonwhites are.", + "content": "New guidelines say whites may not be eligible for antibodies and antivirals, while nonwhites are.", + "category": "PAID", + "link": "https://www.wsj.com/articles/new-york-race-based-covid-treatment-white-hispanic-inequity-monoclonal-antibodies-antiviral-pfizer-omicron-11641573991", + "creator": "", + "pubDate": "Fri, 07 Jan 2022 13:06:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "571838ce25347fb5f11537c7e18a64a9", + "highlights": [] + }, + { + "title": "Carving Up Biden's Inflation Beef", + "description": "The White House needs a refresher in the law of supply and demand.", + "content": "The White House needs a refresher in the law of supply and demand.", + "category": "PAID", + "link": "https://www.wsj.com/articles/carving-up-bidens-inflation-beef-meat-producers-tyson-prices-11641587628", + "creator": "", + "pubDate": "Fri, 07 Jan 2022 18:38:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "eedf99fa3c16199def8446e396a430d2", + "highlights": [] + }, + { + "title": "Reading Shakespeare in a Sea of Troubles", + "description": "My pandemic therapy? A weekly Zoom group dedicated to studying the Bard’s plays slowly and carefully.", + "content": "My pandemic therapy? A weekly Zoom group dedicated to studying the Bard’s plays slowly and carefully.", + "category": "PAID", + "link": "https://www.wsj.com/articles/reading-shakespeare-in-a-sea-of-troubles-covid-education-zoom-literature-mental-health-lockdown-11641574601", + "creator": "", + "pubDate": "Fri, 07 Jan 2022 18:04:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2175217382da923f4725042d27a4f646", + "highlights": [] + }, + { + "title": "The Worker Supply Bottleneck", + "description": "The labor market is tightening faster than the Federal Reserve expected.", + "content": "The labor market is tightening faster than the Federal Reserve expected.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-worker-supply-bottleneck-federal-reserve-jobs-labor-shortage-inflation-11641595392", + "creator": "", + "pubDate": "Fri, 07 Jan 2022 18:36:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e8cf122557f63d72d8ff97063e7d4b31", + "highlights": [] + }, + { + "title": "For Winsome Sears, Education Is the Key to Black Success", + "description": "America hasn’t always been perfect, says Virginia’s lieutenant governor-elect, but it isn’t 1963 anymore.", + "content": "America hasn’t always been perfect, says Virginia’s lieutenant governor-elect, but it isn’t 1963 anymore.", + "category": "PAID", + "link": "https://www.wsj.com/articles/winsome-sears-education-key-black-success-virginia-governor-charter-school-choice-crt-critical-race-theory-11641574129", + "creator": "", + "pubDate": "Fri, 07 Jan 2022 18:03:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "23426c5cdb05f8cc480bc92791024bc7", + "highlights": [] + }, + { + "title": "Manchin-Adams in 2024?", + "description": "New York’s mayor says he’s the party’s future. If he succeeds, he just might be that.", + "content": "New York’s mayor says he’s the party’s future. If he succeeds, he just might be that.", + "category": "PAID", + "link": "https://www.wsj.com/articles/manchin-adams-2024-new-york-mayor-crime-murder-broken-window-presidential-prospect-democrat-leadership-11641418875", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 18:11:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2898e8d222fab5f7a410b180eedf5653", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f85175a4d95fd31c6422c40bca9f3b44", + "highlights": [] + }, + { + "title": "Notable & Quotable: Authoritarianism", + "description": "‘Climate change poses an even graver threat to public safety. Consequently, I argue, legitimacy may require a similarly authoritarian approach.’", + "content": "‘Climate change poses an even graver threat to public safety. Consequently, I argue, legitimacy may require a similarly authoritarian approach.’", + "category": "PAID", + "link": "https://www.wsj.com/articles/notable-quotable-authoritarianism-climate-change-political-science-danger-11641579426", + "creator": "", + "pubDate": "Fri, 07 Jan 2022 18:02:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1ae3648a3203a9a74ead8149c620d903", + "highlights": [] + }, + { + "title": "Biden's Moment of Truth in Iran", + "description": "With negotiations likely to fail, he’d better be prepared for a military strike.", + "content": "With negotiations likely to fail, he’d better be prepared for a military strike.", + "category": "PAID", + "link": "https://www.wsj.com/articles/bidens-moment-of-truth-in-iran-negotiations-deal-nuclear-warheads-proliferation-centrifuges-fissile-11641504610", + "creator": "", + "pubDate": "Thu, 06 Jan 2022 18:51:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9cd77f2f0abae8f721b2a11014bc31e4", + "highlights": [] + }, + { + "title": "Supreme Stakes on Vaccine Mandates", + "description": "The Court’s ruling will echo far beyond the current pandemic.", + "content": "The Court’s ruling will echo far beyond the current pandemic.", + "category": "PAID", + "link": "https://www.wsj.com/articles/supreme-stakes-on-vaccine-mandates-biden-supreme-court-osha-covid-11641509988", + "creator": "", + "pubDate": "Thu, 06 Jan 2022 18:50:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f41f7a3d0ca975e98d2282c0a5e9eadc", + "highlights": [] + }, + { + "title": "Donald Trump Can Never Lose", + "description": "But his refusal to accept defeat has cost many of his supporters a great deal.", + "content": "But his refusal to accept defeat has cost many of his supporters a great deal.", + "category": "PAID", + "link": "https://www.wsj.com/articles/donald-trump-can-never-lose-2020-election-joe-biden-11641511214", + "creator": "", + "pubDate": "Thu, 06 Jan 2022 18:46:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5c4639ad6b02aab168dee1678f5d0cf1", + "highlights": [] + }, + { + "title": "Djokovic Pays for Australia's Unforced Covid Errors", + "description": "A vaccine mandate bars the world’s top tennis player.", + "content": "A vaccine mandate bars the world’s top tennis player.", + "category": "PAID", + "link": "https://www.wsj.com/articles/djokovic-pays-for-australia-errors-novak-vaccine-mandate-open-tennis-covid-lockdowns-omicron-11641484404", + "creator": "", + "pubDate": "Thu, 06 Jan 2022 12:37:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "32cc047d900a494ba6beb5e303a36162", + "highlights": [] + }, + { + "title": "Biden on Democracy for Democrats", + "description": "The President seems to think democracy is a partisan project.", + "content": "The President seems to think democracy is a partisan project.", + "category": "PAID", + "link": "https://www.wsj.com/articles/joe-biden-on-democracy-for-democrats-jan-6-speech-donald-trump-capitol-riot-11641508890", + "creator": "", + "pubDate": "Thu, 06 Jan 2022 18:43:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0fd59e49d36bd8909f2925982cbf1531", + "highlights": [] + }, + { + "title": "A Sanctuary City for Crime", + "description": "Manhattan’s new district attorney undercuts Mayor Adams’s initiative to make New York safe again.", + "content": "Manhattan’s new district attorney undercuts Mayor Adams’s initiative to make New York safe again.", + "category": "PAID", + "link": "https://www.wsj.com/articles/a-sanctuary-city-for-criminals-alvin-bragg-new-york-district-attorney-crime-prison-law-11641505544", + "creator": "", + "pubDate": "Thu, 06 Jan 2022 18:37:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "61b199c2b7d3d605e1007dd37fb6f28c", + "highlights": [] + }, + { + "title": "In Kazakhstan, Putin's Dictator Protection Racket Is on Display", + "description": "The country’s president calls on Moscow to put down widespread protests.", + "content": "The country’s president calls on Moscow to put down widespread protests.", + "category": "PAID", + "link": "https://www.wsj.com/articles/vladimir-putins-dictator-protection-racket-kazakhstan-russia-11641503897", + "creator": "", + "pubDate": "Fri, 07 Jan 2022 10:25:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3f3c4f12e5a5b1d39eae29dacbc41308", + "highlights": [] + }, + { + "title": "How Marxism 'Won' the War of Ideas", + "description": "The late Italian writer Augusto Del Noce saw its ironic triumph coming in the West.", + "content": "The late Italian writer Augusto Del Noce saw its ironic triumph coming in the West.", + "category": "PAID", + "link": "https://www.wsj.com/articles/marxism-won-war-of-ideas-augusto-del-noce-gnosticism-catholic-therapy-ai-mental-health-technology-11641483920", + "creator": "", + "pubDate": "Thu, 06 Jan 2022 12:41:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9517774a60fc51e5b4950f2a3ba36562", + "highlights": [] + }, + { + "title": "The Vaccine Mandate Case May Mark the End of the 'Work-Around' Era", + "description": "It gives the Supreme Court an opportunity to revive the separation of powers.", + "content": "It gives the Supreme Court an opportunity to revive the separation of powers.", + "category": "PAID", + "link": "https://www.wsj.com/articles/end-of-work-arounds-biden-executive-order-vaccine-mandate-covid-omicron-supreme-court-11641505106", + "creator": "", + "pubDate": "Thu, 06 Jan 2022 18:52:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "41471877ddde6b09c8bcee38b6765c8c", + "highlights": [] + }, + { + "title": "Putin's Dictator Protection Racket", + "description": "Kazakhstan calls on Moscow to put down widespread protests.", + "content": "Kazakhstan calls on Moscow to put down widespread protests.", + "category": "PAID", + "link": "https://www.wsj.com/articles/vladimir-putins-dictator-protection-racket-kazakhstan-russia-11641503897", + "creator": "", + "pubDate": "Thu, 06 Jan 2022 18:40:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "05c8f021e5a705da9d3107b46c54dfed", + "highlights": [] + }, + { + "title": "A Record Month for Raises", + "description": "The number of small firms lifting compensation hits a new high.", + "content": "The number of small firms lifting compensation hits a new high.", + "category": "PAID", + "link": "https://www.wsj.com/articles/a-record-month-for-raises-11641489387", + "creator": "", + "pubDate": "Thu, 06 Jan 2022 12:16:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1da3896c21eab954dfabad3a44ddf69f", + "highlights": [] + }, + { + "title": "China Takes Lithuania as an Economic Hostage", + "description": "Its trade retaliation over Taiwan is wreaking havoc with global supply chains.", + "content": "Its trade retaliation over Taiwan is wreaking havoc with global supply chains.", + "category": "PAID", + "link": "https://www.wsj.com/articles/china-takes-lithuania-as-economic-hostage-taiwan-global-supply-chain-trade-goods-beijing-11641506297", + "creator": "", + "pubDate": "Thu, 06 Jan 2022 18:36:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8b46a066e51557fd50f62fe9338b0556", + "highlights": [] + }, + { + "title": "Remote Instruction Is Bad for Mom and Dad", + "description": "When schools forced kids to stay home, parents reported an uptick in mental-health issues.", + "content": "When schools forced kids to stay home, parents reported an uptick in mental-health issues.", + "category": "PAID", + "link": "https://www.wsj.com/articles/remote-instruction-is-bad-for-mom-and-dad-mental-health-child-care-learning-depression-anxiety-11641505909", + "creator": "", + "pubDate": "Thu, 06 Jan 2022 18:35:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a4aef03d0db239a33187a540c329f5a9", + "highlights": [] + }, + { + "title": "Democracy Isn't Dying", + "description": "Jan. 6 was a riot, not an insurrection, and U.S. institutions held.", + "content": "Jan. 6 was a riot, not an insurrection, and U.S. institutions held.", + "category": "PAID", + "link": "https://www.wsj.com/articles/democracy-isnt-dying-capitol-riot-jan-6-donald-trump-election-11641421265", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 18:46:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cedbb13cb710893069bd13c009764c78", + "highlights": [] + }, + { + "title": "Republicans' Jan. 6 Responsibility", + "description": "The GOP has a duty to condemn the riot and those who refuse to acknowledge it.", + "content": "The GOP has a duty to condemn the riot and those who refuse to acknowledge it.", + "category": "PAID", + "link": "https://www.wsj.com/articles/republicans-jan-6-responsibility-anniversary-riot-storm-capitol-trump-protesters-investigation-11641417707", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 18:15:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e9b7d1a225f402b66000411772eead11", + "highlights": [] + }, + { + "title": "About Those 300 Stolen Ballots...", + "description": "This guy wasn’t aiming at election fraud, but that’s small comfort.", + "content": "This guy wasn’t aiming at election fraud, but that’s small comfort.", + "category": "PAID", + "link": "https://www.wsj.com/articles/about-those-300-stolen-ballots-torrance-california-election-eduardo-mena-gavin-newsom-recall-11641424833", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 18:41:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bdf07ed444182e6da68b504169197b00", + "highlights": [] + }, + { + "title": "Inflation and the 'Experience Economy'", + "description": "Government statistics don’t account for how much consumers value memories and time well spent.", + "content": "Government statistics don’t account for how much consumers value memories and time well spent.", + "category": "PAID", + "link": "https://www.wsj.com/articles/inflation-and-the-experience-economy-consumer-values-costs-services-time-disney-cpi-monetary-11641416593", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 18:16:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5dd047854234f843f8ddc1ede5dcc66a", + "highlights": [] + }, + { + "title": "The Scandal of Chicago's Teachers Union", + "description": "Arizona shows the way to respond to unions that refuse to teach.", + "content": "Arizona shows the way to respond to unions that refuse to teach.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-scandal-of-chicagos-teachers-union-doug-ducey-arizona-schools-students-covid-11641422073", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 18:39:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c9e9e8d4f3689741adf0cc4d2e4f2b9d", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b2851e1015bcafd10d5ffbd7a91f5798", + "highlights": [] + }, + { + "title": "Biden's Immigration Self-Sabotage", + "description": "Judges restore Remain in Mexico, but the President says no thanks.", + "content": "Judges restore Remain in Mexico, but the President says no thanks.", + "category": "PAID", + "link": "https://www.wsj.com/articles/joe-bidens-immigration-self-sabotage-border-crisis-remain-in-mexico-policy-kamala-harris-11641315596", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 18:34:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "21bb2bbb46b90ea390cd5509c88ee098", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9c4c8cea56dc85cfdac33d2130f96db1", + "highlights": [] + }, + { + "title": "Today's Soaring Energy Prices Are Only the Beginning", + "description": "Current ‘net zero’ plans will cost many trillions while doing little to slow global warming.", + "content": "Current ‘net zero’ plans will cost many trillions while doing little to slow global warming.", + "category": "PAID", + "link": "https://www.wsj.com/articles/soaring-energy-prices-only-the-beginning-climate-change-net-zero-renewable-wind-electricity-11641417084", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 18:13:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "30ac903fcc321c66ef016c25fd43d72c", + "highlights": [] + }, + { + "title": "Stop Calling Jan. 6 an 'Insurrection'", + "description": "That’s a legal term that denotes much more than a sporadically violent riot or disturbance.", + "content": "That’s a legal term that denotes much more than a sporadically violent riot or disturbance.", + "category": "PAID", + "link": "https://www.wsj.com/articles/stop-calling-jan-6-an-insurrection-capitol-riot-civil-disorder-insurgency-protest-first-amendment-11641417543", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 18:12:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cd58b6e40b835f25b9644e205ce6ba6e", + "highlights": [] + }, + { + "title": "Does the Democratic Party Have a Future?", + "description": "New York Mayor Eric Adams says he’s it. If he succeeds, he may be right.", + "content": "New York Mayor Eric Adams says he’s it. If he succeeds, he may be right.", + "category": "PAID", + "link": "https://www.wsj.com/articles/manchin-adams-2024-new-york-mayor-crime-murder-broken-window-presidential-prospect-democrat-leadership-11641418875", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 18:11:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1ee22959fa47905574cff28d6690ebe6", + "highlights": [] + }, + { + "title": "Congress Ducks Blame for the Capitol Riot", + "description": "Lawmakers ignored their own responsibility for overseeing the police and sergeants-at-arms.", + "content": "Lawmakers ignored their own responsibility for overseeing the police and sergeants-at-arms.", + "category": "PAID", + "link": "https://www.wsj.com/articles/congress-ducks-blame-capitol-attack-riot-protest-rules-committee-klobuchar-blunt-schumer-jan-6-11641418015", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 18:17:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "23c86b082c36726a0ee2e6f133c7dc94", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "479847eaf16144cff5af2836d3250b79", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c0ca4d0e276f357ae787545ebdc996fb", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e8bda4a6dbca07a54c99dcb76141c554", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e716a41725e1107f9ffbbe6651db7715", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "dc7123fca48f49d1f8f9682bea66b886", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7ea8142f6cdbaf7a329eff589fc9ac7b", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ebba6b254e2f0f14c0a23a93c7a34ccf", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "501fa1c1e8c792801fa2ba78d09c6eb8", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "55a67493d21e71bd1c6b81a51e154b0a", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bca01879fdd9c58ca9309524aeb4add1", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "337ec5b47e19aa7a4dcebd32d4e836ad", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d497ee7f1c5ec8d9927e3c6dc1f6fc61", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cfeaf8bb0edea12c8665fbde890b514b", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3a0a9438d3eb40d1c901f7884f81e75d", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "11ae2b070eb7e9b379e6e81a19678d23", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "714fca1abb7cb4eb7d192e02b1fb02d0", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6c146fa025a00384088ad42752308dd5", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "78368e941767800ccd6aa81749b332ce", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f5238701f95e1bdf380cd3d114ea9c70", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ac82b781d1d90bbf76418ec934309d8a", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e084a9a171f71503c672e20f31d08bc3", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1c12536bde3082f04215a8c9923a3929", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f969e057b18e8ab24275de23018ecfc9", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f1d93c4f0f05c045050f75bb85b75d91", + "highlights": [] + }, + { + "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": "Mon, 03 Jan 2022 18:05:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6f378e58b4463cb3db06d1c7cabdafb9", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c668efa1f378a6f92864997650a21fb0", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3986b5a7b49a8131e6501a52763bad6d", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "68996ef53fb4259c4712fa41ee5781cb", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7208f52ed332611e8f4d00c81f684ed9", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "77bc8318205c4cd4ea3f99a2b32e1284", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bbfab713856adc06cb2bd97aee2c74a1", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7f5e8ca78f700297ba4ebfd3e1a35e2d", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "294e8bc84be763f8c3891d5056829941", + "highlights": [] + }, + { + "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": "Sun, 02 Jan 2022 18:01:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7f04bea17b7714fb5b107927cec4b84a", + "highlights": [] + }, + { + "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": "Wed, 29 Dec 2021 18:05:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ae2a4ab04359de8446cc2326a215d050", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "57930724e6ea7fdfa43c24cc1c1d1e69", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a28f78a1e2e3d6b93bb84d2dad4d3d84", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ed9c218ad4f03bd47745cf24fedec64e", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "671b59d1124b595be8abb2112eab1b48", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "68c67e4d7299a89dc17398adf2403156", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0faf0bbb1127d1f004b90c68ad611632", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0e7ddf83686699edeb29cf0d1f902b01", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "68fbf73aa0058b45213dbc7e5f5dea6c", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1e54bb9bb98bc15925d22e8d7fb5b793", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2adf124748e2006aac2a28d9da68c471", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "78c5fc8bbfa3dbbc9de54774dc858921", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7337edb73e3b8ddb11d37dc51ec8bab0", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "78f707060466beb674a4089a356560fe", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "51538c17fb53d113540dec278ca77292", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "54488b30f9e37ca08448764bf710f6ca", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "479a490fd91040762fbf6329fb02ce1f", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6ebab1f41b36fd5d51483a64e33d98e5", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9175268cc222dbad7c6345ef9b431800", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "73739d4508adf128311c0eb60a84417a", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bfdc9a85c2a8d859967517fc93521b7f", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4bf042aa95819cb08bfa539a1fba47f1", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f4f806c05327450c0ac1dab1273db853", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "dd2c74f3d8f3469b6210681c55d974ac", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "548199f7178e56c3b259a2291b67af7d", + "highlights": [] + }, + { + "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": "Wed, 29 Dec 2021 18:14:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "966a226d11c7f438c71676d5a7097916", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7aeb4c27bd188acdea95f5260cc43f0b", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f2f061bc4416ce7b764ad63b57cd5d64", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fb70c61d76f88caaeb9f2f26248d8cc2", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c733f2203df54dde29e47fcad555ed24", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "12e20ff03379e0d989ae17fabdd88a00", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "124f271be9979e09349a23768027b5b0", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "87492697f2dff8d9452471f5a3c4c2bb", + "highlights": [] + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9fff0c47a275f841754700045025a173" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cca8268564d77406b0c44fd0aa0f1370" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f746b3dfddf441156a13ffacf5dc8687" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cea90c94f63ba19f062a08afe5c22296" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "43b2db9efcba90fac102c0679dd04dcc" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "25659c810c4a7ddb93873957e6488a7f" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "63fac8719a69a0341ba984fa731d1640" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6783914be04d79523314bb5f23975ccb" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "04cc7e05ce68d54bfd522282a71c4429" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b59dd1e25d7905ddd4415efbf005b469" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fdd76b4a17b284777a98f5a913d4b2ab" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a8c25f24e9cef5f5b2014e2af777e75c" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e0e1709754c320b9bcdb3f1b6104e290" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "226830f862e044457439e1d04dbc7dba" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "dcc5c7f09efb52a6bdb8036e511c45f3" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7b870e9a4ed7662fc6058ccf767a958b" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "19e5d9497ac04b44b09b76cf49c9c7fc" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3abcbf74559bd54209c4d322a09ce63d" + }, + { + "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": "Thu, 23 Dec 2021 17:24:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9afa935380107f31eda26cd6f3ab9df1" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8f66f5d4f0d4c1f1a603526840ac33b1" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0c64f2e920667fb4db39a904772f897b" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e75bca131b61b032a75ac9a24bbe40c7" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4437fa627420a3cd7714c5d0be049c7e" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a83939f20d87c5280ac1120ed2453186" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a38880ea3f1c4a4c1b6b88af23bb868d" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b750328dd4e94a5d1937500ae4c6fb3a" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "233dee6f7e1ae33a83c1df0fef7be205" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4f8e595d074634c98e9b998743720714" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b0cd1306b7b0dee3b199b5200d2e1012" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "afa8d84b50872efb98689712afdcaaa6" + }, + { + "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": "Fri, 24 Dec 2021 08:49:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ca1f92c3a3bf376331b7b78d95e046a1" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1db519f14b3b593b906f40d90d80c1a0" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "705b2ddd1121fc5e2d0d8fdf331549cd" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f6f803f4e361c84d4c38a9f0a4ee52d8" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "12dbb37f5092a7c2fa8106bdb5783db8" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f154cb27ada8ba8ac58ea5f3f13d9b87" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3c45295ff5cf1bdcd1208146c22493d9" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e4eb6f349febba5f72519ca257aac910" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "30daaf9ad9b815df8d90094a487491ae" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cf3fba180c2469c012b813bab08e17d0" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9759eeacdeb74ce6a094e4ea62101ab9" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1bca4554b57699ac411d1ab8065c630b" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5cc42328c79ef83f33620bb6e94eadce" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "51d6ab83f4ccc6785ecca3ccc1de9526" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "51f4f6ae9cf3d0b6de6e8cb35e649379" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "55d64661516455428a908fda6f1c2dc2" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7115bc641a07c1422be85022e1f0fc5d" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c559bf4a98a96276cc3f1911c425ed6d" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cb20321b07dc809a64334590a4d6c0b0" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "02eda17f893afd31c9e5a2492a29e3f7" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "103132b0415e06c68d059ac72e23f569" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "76591f0ecc1172b851bdb5ab799e55fe" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7cc25589044a8c630451b07ac1bf0358" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "beca477809da552234bcdb07a025bc83" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e304f3709878ba439625211318266978" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8189beb72431fa53cf57d738fb83a4af" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2d603e98115a9739311281a2520c2edd" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6162a1606b328bf385c680d2603b579b" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d924e0e39d8a7735f47ba6b3c716ad6a" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "826fd38865de4a72ed714e2f07e56232" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7790b27c565f078a712ac41896a23ba9" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a42c559b71c9749ca7f76a25e856180b" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b11442f1bce0f43d20f3ea64b591855a" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f2abf6744fabdaf3f48db2676b07db50" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "63fd589424f58fd46c43e13cc150400b" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "98948c3668c5f0773a62bc1ea4aff9f1" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c25113ea3333becee16585656ee0e851" + }, + { + "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": "Wall Street Journal", + "read": false, + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fb22038b93ee2d75c8fd299acb979e09" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1e10799223064f438f37dd01fc6265c7" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b24d29fe5382fca02fd072377ed476a7" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2c7b6ceb3a38f5012a9c487f7dc4cbba" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0a97d29093cd4c162c89c5140a535e5a" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "50051b76e462ff060c9dc4c773bbb938" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4f980265c108f0ac863e44b2f51416f9" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "eed36c39e704eb98ddd87d6d89527cb1" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "82904bf4152770a286171656a0bb0269" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9ace4380cb2a2cab241604684144c2d9" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8f8d2d1e915d09f21910b34ce776c57f" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5f1c64d18bdc1f18f14d74120079e8da" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3d2b4b5fe053688bb013d17db18389c6" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4e30484a44b799ab2957e5af167ebfff" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "dea72e66a79f156a2a5797638a7295d6" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "051b3448c81f83b43e36f81a45f32691" + }, + { + "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": "Sun, 19 Dec 2021 16:15:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "27e174f191578f52494ed67a1daaec73" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "38305088cb0a491a6cd0638873aafd8c" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f7478e6f703f0ecd7d55ffd2f7e45c31" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "afeec9afad428255e1a33aa21bbede2d" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "50ba6bb07888ef5266a2ea6e3c6bd05b" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "dc1cd5fa8404b90f37293d31b22689ba" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "916a62702bc6d07320fa2ae17897a4e7" + }, + { + "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": "Fri, 17 Dec 2021 18:40:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "de0396a4b4878a04c750de7842000d5c" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4653e8683a668af61f96ab366e255115" + }, + { + "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": "Fri, 17 Dec 2021 18:38:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "52125a763bbc77c0246ed326e1a215a8" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0c2d35e32715608882f8925262c9cd41" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "05bf346b550c2cca2521f373f6909d74" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3512468752efc5206a6fcc727bf686ff" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4cadcf2ea38ee94741c31a8c2a8c1beb" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b273c45ee3a0a0fbbe77aedd114207cb" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3900000d7f5d634fe5893a011f8e4228" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fbe265f2d91d133eb92cdcea40f18b64" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b300597342ff936747edfb5cb6590891" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a9f91472c5c63f055d8eb7407bba2637" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "01810b522d4205e3efd480d8aa27e7bc" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f7ff3aa673c2cb84926f30fcb1b45ecf" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1cc8d08e03f97d51a75afef1a40d9104" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7e929da692a0f0b65ff66881eafe00b1" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1b70cc3e7907416f2e1aac81a8f87139" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8d2ea33781dd474d989d03e2fc41711f" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4c6cfb563675db0b49968301924314f8" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6096a556f6706b6810621a104ddf4c0b" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e337fb4272424e1e0307082db0b3d5aa" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5c7cbc6a711072492acf057a1a93841d" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e6bffc9fb80babda834e4fbea363b11a" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f138a29d7215ec20ea7e385288f6f8f2" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b3fc7a5f57d3b8a4851d3a1f21cc0b2f" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "92abcb9a956fffab0b12fad1b4838a7c" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ef813b46358fd2fe93e95522b51ab237" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "02fd03e19f17b42a4bb952d2152c5ab7" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f69ae76a35d2531ea729283203997e7a" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0a3e16042f28d7f5b4efad0847b2a308" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f177175a5c29d8550cdfb7ee60bdb7ce" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3c8b6e8c617854fac9a419b963ac1e3c" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4095ef65a95cd1ca10f585cb255ebfb0" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "25d9671107a75a5ad0941b1ccd09332f" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ba0c72dc3907e8c1e80d928f09fd478d" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "633dfc64d944789ac235496f25618c92" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "217cdb1ce97c60b0d9596faaec3ad86c" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6c07ec30df5de498a526fd661a7388e9" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9c8b4721dc078d4e560b74832f685a0a" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3d98e50855fd8b758c6bf59d085ac4c0" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bbb51783151e6a5563135c4d4f4580ff" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e98a582133dfd7d12dd57e6537f93249" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "782e00678b0c86dd9e81f7e09a2aacbf" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e1cbf4b967efbb84fa9c24d327bcda5b" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d131b4de037ed72c7cf3e6da94c2692a" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "db0f028a5dac27fbba9db6d6fe847222" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "35f34210282b34ac548bc028016b7f72" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5d75c1b9f7d9e3aed2abcf7ce4d7d6d9" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2484cff997ff30c77b9192e8a9e5729a" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bb4c91df9327a30e8800f11212fbca60" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "51bf2fe180531edd064993dc735552f4" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "296575f39446f3146b833ea63b932459" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9ea41463919394eb69b5b8ae15c2b079" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "802f1be67eef7e5108c49d6f8b9630fd" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c6ac63b50a445da450c5bdf17418b803" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "16ad777b68599b4d2f1ae7753bc48b03" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "643f54eaef45986d1e6d6125b739308c" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "97bfdf2efdc6a6378f71592f62d97a45" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fcf427f8f9dce1bdc99386534ba9f6eb" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c66fdf8a0a840440acac0dbe3fe0829f" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3d611502cf6d893676b4acea4c4a8b42" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e60bb5bb0a55b42501ae3b0168435110" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5482dc0a9bf56b40e79cfa924270168c" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e5bbf9fab351c60b40693e21d864c305" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "415c7342a3e34d3610a6131fa765564b" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6785a98f50ca740e967d201b0f5d721f" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e63351ec049c582e9940384da97eae2d" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "036f3cb1a6a59b3c0fbcd922c852f36e" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "442a01a758f8b23c6a44b356bf8cb4cf" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b7135e8e1509dc30091bf45c7f2e1add" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "301c753965a212cea640260d8010abc7" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "502bd550551bb779d3a06288792993c0" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "45e00d07b6dc4da523fe0efa59398e7f" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0d72edad1ba0d2e7cde4090f0829f565" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6b048c13f552a042e6d4d71df0dad9ef" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7e0639eaf4908c49008ffba4ac3f1812" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bd808e6de29b41dff8c7dfd0ede614a1" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "56a33db0e1b463eeb20e7ca7b76382be" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "354c77dc04dfee7787cf38c8b9c5b8b5" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "edb47cb19f62385561f042a83e97bf07" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0255147c44072af7a7b835ceaa7714ec" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "92787c97f40bf401dec057cbe29a0bcd" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f9a2a10c748fb3c92b80e5e7536e02db" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e892997d7c8f1f0be5ed9b574f282b8a" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2e3c1ce0999b5113a2fa3f87cffdca05" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "27271c1a3e43656f322a34047c320698" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "696e276268cb0f4aadd8a57dfeb83f32" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7e7344d198c7e63928d890bf3b9aa3ed" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c7d034e69eb8dbce9ff2eb12ef2ac1da" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "02e39fff3e45f8507925c6354cb7114f" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8583f8a241fa3c306380d43d6c881009" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b1788370d7d0fe26a8a0fe3308b59fe1" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d505c7b55bab9208544d9d1c5bc1006a" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "85298a4be84985d65d3568cd7b292620" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e50b0bbac0f011a6fe46918de73d5a97" + }, + { + "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": "Thu, 09 Dec 2021 18:41: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": "1f64cac6fc4a58fd512cf8dfc3a5fa06" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8eb8600254628a6dfa528effb5dd12a4" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6fc01e147b1176a2aeb23a55ab2097d8" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c2735e11713f274c28b1a661f826e93f" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "73e93d2b979873d10a88af97aca2ebce" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ad072c64ace4127ac75a7e181e68d45d" + }, + { + "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": "Wed, 08 Dec 2021 17:02: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": "5b00c63f65d7306f2591f03e2a599f10" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "941214bd8e42d101f32b4e6326c29402" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3d54ddf3cd69eff0f959ca609ab9ff18" + }, + { + "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": "Wed, 08 Dec 2021 16:59: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": "4ac4c64504669403091c285a26a20abb" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "31d24d36a05a5f7bb17f94e4756065e9" + }, + { + "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": "Wed, 08 Dec 2021 16: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": "ebc10e0ee36566f2672be17b8a92fa69" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b28261a5ef8639c840ea61f13b9944cb" + }, + { + "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": "Wed, 08 Dec 2021 16:56: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": "f93350ea4ba49eb863535fc521b9b8ed" + }, + { + "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": "Wed, 08 Dec 2021 16:54: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": "cb8545231e771a3a1f5db910b3c7e621" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8a2e4173366b4426186abb8d9b9e3fb5" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f07808e2c340683658a113bd0c961ff6" + }, + { + "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": "Tue, 07 Dec 2021 18:54: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": "c48581e12ba81a20fc65e70b24d23fdd" + }, + { + "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": "Mon, 06 Dec 2021 13:15: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": "95cb3a9928401b3323bdcfe03bb9c45f" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ea8e6b2f119dde0054568bafdac34d87" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9204847fee9c5749cfc4f5692966feb2" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "47425719eacf2bf17345562039ee887c" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3ca8dd438a0f9f09ade577c2936c3490" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "dba4ed4f3cd217ac8022c3ae77889f54" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ce2b514996e488fb65388b479110797e" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "39ed59ece58d6c3cbd3ef3dde8eca2d3" + }, + { + "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": "Tue, 07 Dec 2021 18:25: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": "b315dffc2c580450ca40c303affecfb8" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5a199466e356ee794b86ae5656c2e648" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9e235cd980517d3cca174e0c16257c1a" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "948f21d499e9cd756f76a688de71f97f" + }, + { + "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": "Mon, 06 Dec 2021 18:28: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": "fc1c01f41529eceecfa508a8380b3efe" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "97f2fbaa3fe2a4d93baf57f46a122695" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5e9b77f5b015f68beb2dce08b76b524c" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "dc86cf16e7df2eff1a9c4c2d976d631c" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5003897e860bf8ebf632d6c87c4a4964" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1c5445a4da38acce0c8e9df84b594dbd" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a160354e33a409134c21b74b515531c3" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "575ca5b9f7e715c564d2b1a5bb53429a" + }, + { + "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": "Wall Street Journal", + "read": true, + "favorite": false, + "created": false, + "tags": [], + "hash": "baca2dc3460b060354b87768b5263a78" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "afff2ed222a7a92c64cd85ebfe6cd3b3" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "79d04cae2fe3f6d32051ca35def6bc81" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a8f76021799c57abd90cb70135b1dfe8" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a1209f0fa53a2b2935f3a79becc48e6f" + }, + { + "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": "Sun, 05 Dec 2021 15:44: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": "d7478c9b34cf9b1b6efb60c74b8e934a" + }, + { + "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": "Wall Street Journal", + "read": true, + "favorite": false, + "created": false, + "tags": [], + "hash": "e14d3f2c0d01c62401689fa3f2d5b66a" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c98ad2a2101fc0d9f481609b4fb5c520" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "17e516b5d6d8805c99250010227bc2cb" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0c89e856ed223a4c45347f0297d96647" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4d19320ea97fe81ac3cc83865d2a640f" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f1b4eb084bba0763327f37ab12388ae5" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "17c312378e15a13e2d5cc6cc997d9167" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "25d9eb03c3d2d067f66ab5f40955b977" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1a7ee6f14aa199f9bf59ab7cdaf5d70c" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1406a867078a9634bedc84e0c4f274f8" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b8706b59ba85d5019a1637487784ffa9" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d3801841deb9ee6a951176d7863aa153" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "15b0024c1cd7f60b3c4575bf043281cc" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ed7f06c5b8dfc366263310858a0a85d2" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "270999591a05eef8ad1bfc8f2c4fea34" + }, + { + "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": "Fri, 03 Dec 2021 18:47: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": "d1cc1f296f102692af1c31c38ec3e1a1" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bbe647c7814b0027f26f9115dc2406ec" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "06959f10ee9546e6367fcbe5cff7eb6f" + }, + { + "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": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "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": "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", + "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", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b0a7fe1c0cdcb18954ec0a0e62d7a55d" + }, + { + "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", + "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", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ae6d9a0575f0a736c8273bb531ab39af" + }, + { + "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", + "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", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f9856e4c65632d30b45daf7c5e3d209d" + }, + { + "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", + "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", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ac768b0eb4761b2da2d62393a7c3c255" + }, + { + "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", + "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", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "34d009471e41d40ac76c35492dbae60d" + }, + { + "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", + "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", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2d29dec942c772b16a02a0ca29c0b066" + }, + { + "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", + "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", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "32e34f745f2ff72d7cfeb075eff7047e" + }, + { + "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", + "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", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4a89b59c3c13bba48619d7ab60fededd" + }, + { + "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", + "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", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2e52a17e404920d6360924434f6e2848" + }, + { + "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", + "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", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b5e5fa5ada0515dfee94bc54bbbb6a7d" + }, + { + "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", + "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", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5ab478a61e3f76284817a400aa08d81f" + }, + { + "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", + "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", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0096effb8c6611cbddcb1280b23b186d" + }, + { + "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", + "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", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ef2d50ff469155d80d9caaaf3fe94a2f" + }, + { + "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", + "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", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1a9bbc371cf385daed230e3fd4624215" + }, + { + "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", + "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", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "497bf9aded1ff62b7f3621b9f320622f" + }, + { + "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", + "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", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e33e44fc3719ba90777424f5b517dd01" + }, + { + "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", + "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", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b9ad2c6eb2e29ca1c4c727b77d64bfe6" + }, + { + "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", + "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", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "145d9846dd1083d9aacfb084cee736b0" + }, + { + "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", + "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", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5259dc03ef78821e7eb15460f4d7a409" + }, + { + "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", + "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, + "favorite": false, + "created": false, + "tags": [], + "hash": "cf35a90b06c28248fce4e0310af3bd83" + }, + { + "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", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 18:21: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": "b305dbba754f16b212897919cc20344f" + }, + { + "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", + "creator": "", + "pubDate": "Wed, 01 Dec 2021 19:05: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": "34e50710106c2d082466a41b6c9ab753" + }, + { + "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", + "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, + "favorite": false, + "created": false, + "tags": [], + "hash": "472bcb6cac2cddec42f988bb8614ed12" + }, + { + "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", + "creator": "", + "pubDate": "Wed, 01 Dec 2021 11:00: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": "cae3270b9e4596207863b18121f78412" + }, + { + "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", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 18:54: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": "034dbffece393a4e3be71d4d33586e8d" + }, + { + "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", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 18:39: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": "0d5941b0bfaa772cf3f2cd21b520b323" + }, + { + "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", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 18:22: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": "bea8abc79e70e441e7acee5dfd83c2dc" + }, + { + "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", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 19:13: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": "7cdeae8771120eb6f499549e8465b820" + }, + { + "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", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 12:26: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": "ce868f863629418a454e85fe95aae2e8" + }, + { + "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", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 18:52: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": "aefc0f17663150d2eecc30202adcb863" + }, + { + "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", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 18:24: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": "bbb604335cf199f14f13fca2ead9aacb" + }, + { + "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", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 18:18: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": "0fe01a3ec1a293bcbbf78a47b7758b1b" + }, + { + "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", + "creator": "", + "pubDate": "Tue, 30 Nov 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": "d1e6a5101b80518f407515761b32aa6b" + }, + { + "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", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 18:07: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": "8b0b9b6dc7fb98621c04192af42c154b" + }, + { + "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", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 18:20: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": "15b19e632ac677c66211b4315a9e4702" + }, + { + "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", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 12:26: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": "daab2c4ab25cbcf51a4adf06e819083d" + }, + { + "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", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 18:24: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": "7fe5a3fffa701474467a8b49b652f3db" + }, + { + "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", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 18:39: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": "d8cf5fd3730c9c6bb636f7e60e343163" + }, + { + "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", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 18:23: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": "b430984ac8919d4ea5f50d2e59f9bf8b" + }, + { + "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", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 18:36: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": "2817f70f1e201ab1849888e4a8d83d8c" + }, + { + "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", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 13:02: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": "c2b7cc203292d5944eeb2dd9be71902c" + }, + { + "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", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 18:34: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": "931e6ddfe0c5ece161db466b7054f59c" + }, + { + "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", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 18:22: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": "5aef7750ca7098dfcdaae0b469f9e595" + }, + { + "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", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 18:18: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": "87787c2fa87a30fdce84fe66de3cc872" + }, + { + "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", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 18:32: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": "6dc866141d70a032fd9e4f744ea69f36" + }, + { + "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", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 17:21: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": "38bf9aac1ddec5621e44177a971865aa" + }, + { + "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", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 18:21: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": "daf1370ba1437130d73bbd0a4a957c00" + }, + { + "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", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 18:19: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": "da0cf47f976b5c08650fd91b2e3a07c6" + }, + { + "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", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 17:17: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": "ff378ebb4cf59c71581383437d0212c6" + }, + { + "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", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 17:06: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": "c739e270785697a2d7760cc4d26c4806" + }, + { + "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", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 15:26: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": "8e42b87fe153be975513287e2e8a1aa3" + }, + { + "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", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 17:15: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": "3fc2c99c65cd2e3dc8e2a0624ff97979" + }, + { + "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", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 17:03: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": "4b27ad20b6acaefedc6b9a098dee1708" + }, + { + "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", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 16:59: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": "9328f04adbe92af1829b99be1530f67a" + }, + { + "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", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 17:13: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": "5f57f3f8b708a9b228d6ac5f38a8f54c" + }, + { + "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", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 15:27: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": "65f774d7a6dbc83859c862908ebfa764" + }, + { + "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", + "creator": "", + "pubDate": "Fri, 26 Nov 2021 17:38: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": "de51b5f0395a9ab7fc767ea8488c76bc" + }, + { + "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", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 17:11: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": "895fd11f4fde32bc21b69e4f48dafe34" + }, + { + "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", + "creator": "", + "pubDate": "Fri, 26 Nov 2021 18:16:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": true, + "favorite": false, + "created": false, + "tags": [], + "hash": "5aa2f6c82189a9f4d026a0d4e281db55" + }, + { + "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", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 13:02: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": "1e855e73bc6771dd4772b0495b8e1e52" + }, + { + "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", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 17:08: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": "cad884a7f4a35cd1453028e6e0587c03" + }, + { + "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", + "creator": "", + "pubDate": "Fri, 26 Nov 2021 17:26: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": "1da406554e572ecae8ca0e14b4d1f0ee" + }, + { + "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", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 17:23: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": "1da6301147c25eb3b044259b02a1cb4d" + }, + { + "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", + "creator": "", + "pubDate": "Fri, 26 Nov 2021 11:07: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": "99852ba1746cebf8466697c8e89899d9" + }, + { + "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", + "creator": "", + "pubDate": "Fri, 26 Nov 2021 17:45: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": "4f9e9275b96ab2be369edeeb6c878896" + }, + { + "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", + "creator": "", + "pubDate": "Fri, 26 Nov 2021 18:14: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": "f2d5aa886f7f063999b89591e1dbf505" + }, + { + "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", + "creator": "", + "pubDate": "Fri, 26 Nov 2021 17:42: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": "60b5f42126f31351e961ffd44f808760" + }, + { + "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", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 16:34: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": "157bcefc42b88f31380245eefae2d4fb" + }, + { + "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", + "creator": "", + "pubDate": "Fri, 26 Nov 2021 18:15: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": "0db0b1572fa45fcb2dbcb90833722c8c" + }, + { + "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", + "creator": "", + "pubDate": "Fri, 26 Nov 2021 13:23: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": "11fa57b8735b9618be26e897f5b1100c" + }, + { + "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", + "creator": "", + "pubDate": "Fri, 26 Nov 2021 18:12: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": "1b7050c209c09843a08ff6422c8342a9" + }, + { + "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", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 15:00: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": "d7bc46f00e2a0dd44d91394100d4ab85" + }, + { + "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", + "creator": "", + "pubDate": "Fri, 26 Nov 2021 13:24: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": "9baab3c5f2b142bc43fff39172f1753b" + }, + { + "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", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 13:35: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": "610f0f70d4ce48c1d65c9e4df5c9ec27" + }, + { + "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", + "creator": "", + "pubDate": "Fri, 26 Nov 2021 17:40: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": "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": "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", + "creator": "", + "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": "ad78323da0279333c7647edf2a529f64" + }, + { + "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", + "creator": "", + "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": "631c9b0527403825120b408e2e2aea83" + }, + { + "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", + "creator": "", + "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": "825d9e2abe157480e57ef0fff6568aeb" + }, + { + "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", + "creator": "", + "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": "078bd99978e71dbda296d58e2651e7e0" + }, + { + "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", + "creator": "", + "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": "94bfb30f6faf102cce6c9e927ce5c709" + }, + { + "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", + "creator": "", + "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": "9093c193b186b07482d03ea227e4e7ad" + }, + { + "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", + "creator": "", + "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": "8edc2c5488ce84209ab6f01860f08148" + }, + { + "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", + "creator": "", + "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": "aef9b84e8548c9c440ebc35540d63a06" + }, + { + "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", + "creator": "", + "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": "4f8458432217a5cd69717ec45431d795" + }, + { + "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", + "creator": "", + "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": "f4198adc09e40a2be28258bab3bd279e" + }, + { + "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", + "creator": "", + "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": "5a49c7baf57df74bc4551e601d81e4ff" + }, + { + "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", + "creator": "", + "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": "ec25a43c4efa55285e26bfcbb368e73c" + }, + { + "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", + "creator": "", + "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": "1f6b85ea6c5ddab5492bbc8d69216772" + }, + { + "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", + "creator": "", + "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": "f10b5c7c37ed1f3bedd12adc4c2e91e6" + }, + { + "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", + "creator": "", + "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": "8c515b973614a0b180c93a519151fcda" + }, + { + "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", + "creator": "", + "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": "e9d26ebdb373f19c8ef3e15220652c2c" + }, + { + "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", + "creator": "", + "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": "644a81ab956cba52297bcf1be192d8a5" + }, + { + "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", + "creator": "", + "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": "b25092f67d6bca615e2be3d4d895e534" + }, + { + "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", + "creator": "", + "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": "2007ce520ad77bcb34354b677c6c1f76" + }, + { + "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", + "creator": "", + "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": "0a9a1bc22e649935a219f0b5b59610c3" + }, + { + "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", + "creator": "", + "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": "402020d7d3362e828249ef0ade0f8b96" + }, + { + "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", + "creator": "", + "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": "bb8f6ebdf8c73c24e82ed6ff85ec4815" + }, + { + "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", + "creator": "", + "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": "76149e12248ba95bcfec4da7f2354325" + }, + { + "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", + "creator": "", + "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": "22a2210b28ca482fcc985064720da4f7" + }, + { + "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", + "creator": "", + "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": "7f239bfda2a6fc91b106869e4ca21dc0" + }, + { + "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", + "creator": "", + "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": "14aaef7ce7500a2980e15ef0f7a28c16" + }, + { + "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", + "creator": "", + "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": "f56bf9bb99613f27314d2c11fd351ab4" + }, + { + "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", + "creator": "", + "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": "e8fc52827403bf78c1844ce18f2fccdb" + }, + { + "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", + "creator": "", + "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": "9094d426859184b72deb10b21e856ad9" + }, + { + "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", + "creator": "", + "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": "7c0008ea8db66f4181fc02e93c227b48" + }, + { + "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", + "creator": "", + "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": "813d31104ab5978749c1520c7cfd2f9a" + }, + { + "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", + "creator": "", + "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": "87b79f1fc4ec696fd58ba563c28bd7ee" + }, + { + "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", + "creator": "", + "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": "7cd977eb579c1acf7d1903e5e32f1d24" + }, + { + "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", + "creator": "", + "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": "d5a1349d97a66224111d98b3173926b2" + }, + { + "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", + "creator": "", + "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": "4358aa78ff2008e215cddd596a425c25" + }, + { + "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", + "creator": "", + "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": "8476dbd2f59559faeff5cf8b29ffb7e6" + }, + { + "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", + "creator": "", + "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": "f0fae7ed82f34c4e3951cceae98dcbd3" + }, + { + "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", + "creator": "", + "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": "ff76360621de83921e0043d023086ae9" + }, + { + "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", + "creator": "", + "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": "6e30a2a407fd64139ea7f728aa498c74" + }, + { + "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", + "creator": "", + "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": "656e3e3ef25d124c80ad1b55f0cadc26" + }, + { + "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", + "creator": "", + "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": "158ad46ad3153964978635327d0f34ff" + }, + { + "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", + "creator": "", + "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": "a29e9e9d4f06801f67435ccd2ed55554" + }, + { + "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", + "creator": "", + "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": "7ab2d3e2724ea1f95843d360c2ae78cb" + }, + { + "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", + "creator": "", + "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": "eb00e2de7875c8a8ca651f73857ecf48" + }, + { + "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", + "creator": "", + "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": "065aa308167a27ec8c38c725341a91ef" + }, + { + "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", + "creator": "", + "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": "3e84d40e9abc2595260ad575c1ea4dcd" + }, + { + "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", + "creator": "", + "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": "1454a31374fc9c9989558963006efddd" + }, + { + "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", + "creator": "", + "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": "ddaf9316e51dda112d9d968456d8aed5" + }, + { + "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", + "creator": "", + "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": "03ba9fb7f8485c76be6debbbf645a4ec" + }, + { + "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", + "creator": "", + "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": "a7c9603b37f2661a972317a4fb6dd287" + }, + { + "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", + "creator": "", + "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": "16feb61fb271668e3c13a24ae9c99d33" + }, + { + "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", + "creator": "", + "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": "c27199e001efb88c9c7ef6d1e86a0601" + }, + { + "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", + "creator": "", + "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": "42689585a54eafffda9c14cb3ac3dd58" + }, + { + "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", + "creator": "", + "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": "7107f4759889425b7fca6d438e2116df" + }, + { + "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", + "creator": "", + "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": "e78c2ae56ebd9dc231b45b910d09e850" + }, + { + "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", + "creator": "", + "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": "863fbead638a9c5dbfcf7003c5404c07" + }, + { + "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", + "creator": "", + "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": "794dac340c98d9b4f2cb976d92098a6e" + }, + { + "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", + "creator": "", + "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": "cb92b8911bfb9147a9f0d97292765777" + }, + { + "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", + "creator": "", + "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": "5681de0363fbf963e5715b4cf03755db" + }, + { + "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": "4d70e533eb05650f6073a37c37ad2174" + }, + { + "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", + "creator": "", + "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": "fbd3fd75a66cec6413676a0b32ac6e42" + }, + { + "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", + "creator": "", + "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": "b1e423d41303996b7485ce9bf24d4ea3" + }, + { + "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", + "creator": "", + "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": "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": "Comment allier le vieillissement et son coût économique ?", + "description": "Selon une étude des Nations unies, d’ici à 2050, 25 % de la population des pays aux revenus les plus élevés aura plus de 65 ans. Mais comment ces pays vont-ils pouvoir gérer le coût du vieillissement de la population tout en garantissant aux personnes âgées une qualité de vie décente ?", + "content": "Selon une étude des Nations unies, d’ici à 2050, 25 % de la population des pays aux revenus les plus élevés aura plus de 65 ans. Mais comment ces pays vont-ils pouvoir gérer le coût du vieillissement de la population tout en garantissant aux personnes âgées une qualité de vie décente ?", + "category": "", + "link": "https://www.courrierinternational.com/article/video-comment-allier-le-vieillissement-et-son-cout-economique", + "creator": "", + "pubDate": "Sat, 15 Jan 2022 16:52:11 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/capture_decran_2022-01-13_a_17.24.03.png?itok=MuK8-Cfv", + "enclosureType": "image/png", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/capture_decran_2022-01-13_a_17.24.03.png?itok=MuK8-Cfv", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "efc022200e12afa61254881be4b8723b", + "highlights": [] + }, + { + "title": "Au Kenya, KFC sommé de s’approvisionner sur le marché local", + "description": "En rupture de stock de frites, la chaîne de restauration rapide américaine a annoncé souffrir de problèmes d’approvisionnement dus au fait que ses pommes de terre étaient importées. Une révélation qui passe mal parmi les producteurs du pays, qui peinent à écouler leur production.", + "content": "En rupture de stock de frites, la chaîne de restauration rapide américaine a annoncé souffrir de problèmes d’approvisionnement dus au fait que ses pommes de terre étaient importées. Une révélation qui passe mal parmi les producteurs du pays, qui peinent à écouler leur production.", + "category": "", + "link": "https://www.courrierinternational.com/article/polemique-au-kenya-kfc-somme-de-sapprovisionner-sur-le-marche-local", + "creator": "", + "pubDate": "Sat, 15 Jan 2022 14:02:58 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/kenya_2.jpg?itok=m3DrnFQo", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/kenya_2.jpg?itok=m3DrnFQo", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5975323928f6ba90b4d96f8a0959d7c8", + "highlights": [] + }, + { + "title": "Le Venezuela, un casino géant où le dollar est roi", + "description": "Un ancien correspondant du New York Times au Venezuela y est retourné après l’autorisation de rouvrir les casinos dans le pays. Au-delà de la symbolique du retour de ces établissements, il raconte à The Atlantic l’arrivée du capitalisme dans le pays socialiste et les grandes inégalités sociales.", + "content": "Un ancien correspondant du New York Times au Venezuela y est retourné après l’autorisation de rouvrir les casinos dans le pays. Au-delà de la symbolique du retour de ces établissements, il raconte à The Atlantic l’arrivée du capitalisme dans le pays socialiste et les grandes inégalités sociales.", + "category": "", + "link": "https://www.courrierinternational.com/article/desillusion-le-venezuela-un-casino-geant-ou-le-dollar-est-roi", + "creator": "", + "pubDate": "Sat, 15 Jan 2022 06:07:30 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxhz6gv.jpg?itok=Yyczjwc6", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxhz6gv.jpg?itok=Yyczjwc6", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3b0754e52630ad330c876748aee494e5", + "highlights": [] + }, + { + "title": "La quête du Graal du masque biodégradable", + "description": "Avec la pandémie de Covid-19, 129 milliards de masques jetables sont fabriqués chaque mois dans le monde. Partout, des entreprises testent de nouveaux matériaux qui les rendraient moins nocifs pour la planète.", + "content": "Avec la pandémie de Covid-19, 129 milliards de masques jetables sont fabriqués chaque mois dans le monde. Partout, des entreprises testent de nouveaux matériaux qui les rendraient moins nocifs pour la planète.", + "category": "", + "link": "https://www.courrierinternational.com/article/innovation-la-quete-du-graal-du-masque-biodegradable", + "creator": "", + "pubDate": "Sat, 15 Jan 2022 06:07:30 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/075_chatterjee-notitle220111_npcvi.jpg?itok=noJPDlk6", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/075_chatterjee-notitle220111_npcvi.jpg?itok=noJPDlk6", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "71e17a11f7ed60b528ef0aa08b670fc2", + "highlights": [] + }, + { + "title": "Tout pour comprendre l’inflation et pourquoi son retour inquiète", + "description": "Après des décennies sans inflation, la hausse des prix généralisée fait craindre une surchauffe de l’économie… et de nouveaux problèmes pour les consommateurs et les producteurs partout dans le monde.", + "content": "Après des décennies sans inflation, la hausse des prix généralisée fait craindre une surchauffe de l’économie… et de nouveaux problèmes pour les consommateurs et les producteurs partout dans le monde.", + "category": "", + "link": "https://www.courrierinternational.com/article/etats-unis-tout-pour-comprendre-linflation-et-pourquoi-son-retour-inquiete", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 06:27:19 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_9w268v.jpg?itok=HWRFrzMF", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_9w268v.jpg?itok=HWRFrzMF", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5e752146e9eeb319e002773b667bad01", + "highlights": [] + }, + { + "title": "Le Libor est mort et avec lui disparaît un pan de la finance internationale", + "description": "Depuis cinquante-deux ans, cet indice essentiel servait de référence aux banques du monde entier pour fixer les taux d’intérêt. Ébranlé par un énorme scandale de manipulation du marché datant de 2008, il aura tenu jusqu’au 31 décembre 2021.", + "content": "Depuis cinquante-deux ans, cet indice essentiel servait de référence aux banques du monde entier pour fixer les taux d’intérêt. Ébranlé par un énorme scandale de manipulation du marché datant de 2008, il aura tenu jusqu’au 31 décembre 2021.", + "category": "", + "link": "https://www.courrierinternational.com/article/banque-le-libor-est-mort-et-avec-lui-disparait-un-pan-de-la-finance-internationale", + "creator": "", + "pubDate": "Thu, 13 Jan 2022 17:28:41 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rts3qm9o.jpg?itok=YzCn5pL6", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rts3qm9o.jpg?itok=YzCn5pL6", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": true, + "favorite": false, + "created": false, + "tags": [], + "hash": "ad9f9ac97df37c0d1f03d4e64f73c493", + "highlights": [] + }, + { + "title": "Vers un monde dépeuplé ", + "description": "En 2050, 151 des 195 pays du globe seront en situation de décroissance démographique. Le vieillissement des populations déjà notable en Asie et en Occident entraine  pénurie de main-d’œuvre et ralentissement économique. Quel moteur de croissance pour remplacer la démographie ?", + "content": "En 2050, 151 des 195 pays du globe seront en situation de décroissance démographique. Le vieillissement des populations déjà notable en Asie et en Occident entraine  pénurie de main-d’œuvre et ralentissement économique. Quel moteur de croissance pour remplacer la démographie ?", + "category": "", + "link": "https://www.courrierinternational.com/article/demographie-vers-un-monde-depeuple", + "creator": "", + "pubDate": "Thu, 13 Jan 2022 06:29:26 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/cameron-law-w.jpg?itok=jFrJQJC1", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/cameron-law-w.jpg?itok=jFrJQJC1", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d6ef6a96a3ddc4f8b08896e25cc2bace", + "highlights": [] + }, + { + "title": "Des perspectives très moroses pour l’économie mondiale", + "description": "Deux rapports publiés mardi 11 janvier, l’un de la Banque mondiale, l’autre par le Forum de Davos, dressent un constat pessimiste des inégalités croissantes. Tous deux alertent sur un ralentissement de la reprise et les risques climatiques, dont les pays pauvres feront les frais.", + "content": "Deux rapports publiés mardi 11 janvier, l’un de la Banque mondiale, l’autre par le Forum de Davos, dressent un constat pessimiste des inégalités croissantes. Tous deux alertent sur un ralentissement de la reprise et les risques climatiques, dont les pays pauvres feront les frais.", + "category": "", + "link": "https://www.courrierinternational.com/article/rapports-des-perspectives-tres-moroses-pour-leconomie-mondiale", + "creator": "", + "pubDate": "Wed, 12 Jan 2022 18:00:22 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/068_aa_29112021_533162.jpg?itok=3Uf1OwZu", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/068_aa_29112021_533162.jpg?itok=3Uf1OwZu", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2fe98140841e4f09d16da17ba4a14af1", + "highlights": [] + }, + { + "title": "Le procès antitrust contre Facebook aux États-Unis aura bien lieu", + "description": "Après un premier revers l’été dernier, le gendarme américain de la concurrence vient d’obtenir l’accord de la justice pour poursuivre le géant de la technologie. Objectif : limiter son monopole sur le marché.", + "content": "Après un premier revers l’été dernier, le gendarme américain de la concurrence vient d’obtenir l’accord de la justice pour poursuivre le géant de la technologie. Objectif : limiter son monopole sur le marché.", + "category": "", + "link": "https://www.courrierinternational.com/article/gafa-le-proces-antitrust-contre-facebook-aux-etats-unis-aura-bien-lieu", + "creator": "", + "pubDate": "Wed, 12 Jan 2022 13:56:27 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_98g4w2.jpg?itok=766oTt4u", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_98g4w2.jpg?itok=766oTt4u", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": true, + "favorite": false, + "created": false, + "tags": [], + "hash": "8666b8344eb8baf772dfb16d076c86c0", + "highlights": [] + }, + { + "title": "Démographie : plus dure sera la chute", + "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 avons construit notre dossier autour d’un long article du Nikkei Asia qui s’inquiète de la décroissance annoncée de la population mondiale dès 2050. Retraites, système de protection sociale, immigration, modèles économiques : du Japon aux États-Unis en passant par la Chine, l’Allemagne et la France, tout est à réinventer. Et ce ne sera pas simple.", + "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 avons construit notre dossier autour d’un long article du Nikkei Asia qui s’inquiète de la décroissance annoncée de la population mondiale dès 2050. Retraites, système de protection sociale, immigration, modèles économiques : du Japon aux États-Unis en passant par la Chine, l’Allemagne et la France, tout est à réinventer. Et ce ne sera pas simple.", + "category": "", + "link": "https://www.courrierinternational.com/article/la-une-de-lhebdo-demographie-plus-dure-sera-la-chute", + "creator": "", + "pubDate": "Wed, 12 Jan 2022 09:31:58 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/demog.jpg?itok=telqcUAx", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/demog.jpg?itok=telqcUAx", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b5ce95fd6acc25426bc8cecb162beb67", + "highlights": [] + }, + { + "title": "Take-Two lance l’une des plus grandes acquisitions du jeu vidéo pour s’offrir Zynga", + "description": "L’éditeur de Grand Theft Auto rachète le créateur des jeux vidéo mobiles Zynga pour 12,7 milliards de dollars. De quoi élargir son catalogue au populaire FarmVille et revendiquer un milliard de joueurs dans le monde.", + "content": "L’éditeur de Grand Theft Auto rachète le créateur des jeux vidéo mobiles Zynga pour 12,7 milliards de dollars. De quoi élargir son catalogue au populaire FarmVille et revendiquer un milliard de joueurs dans le monde.", + "category": "", + "link": "https://www.courrierinternational.com/article/le-chiffre-du-jour-take-two-lance-lune-des-plus-grandes-acquisitions-du-jeu-video-pour", + "creator": "", + "pubDate": "Tue, 11 Jan 2022 15:41:47 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/image_253.png?itok=dme4e2M3", + "enclosureType": "image/png", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/image_253.png?itok=dme4e2M3", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0477e80d689005cb773a45e94c8c26a1", + "highlights": [] + }, + { + "title": "Les confinements n’ont pas fait les affaires des fabricants de préservatifs", + "description": "Le plus gros producteur de préservatifs du monde enregistre un effondrement de ses ventes sur deux ans, au point de se lancer dans la fabrication de gants en latex. Le groupe malais Karex Berhad avait pourtant anticipé une pénurie au début de la pandémie.", + "content": "Le plus gros producteur de préservatifs du monde enregistre un effondrement de ses ventes sur deux ans, au point de se lancer dans la fabrication de gants en latex. Le groupe malais Karex Berhad avait pourtant anticipé une pénurie au début de la pandémie.", + "category": "", + "link": "https://www.courrierinternational.com/article/economie-les-confinements-nont-pas-fait-les-affaires-des-fabricants-de-preservatifs", + "creator": "", + "pubDate": "Tue, 11 Jan 2022 14:49:51 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/capote.jpg?itok=utsYGQiv", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/capote.jpg?itok=utsYGQiv", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3382d28bf298ffab76a290436819b220", + "highlights": [] + }, + { + "title": "Le ratage du 6 janvier, les concurrents du FBI, avantage à Tesla et la leçon de Theranos", + "description": "Une majorité d’Américains pansaient encore leurs plaies en cette semaine morose de commémoration de l’insurrection du 6 janvier 2021. Et le Washington Post en rajoute une couche en démontrant quasi scientifiquement, analyse par intelligence artificielle et graphiques saisissants à l’appui, à quel point les réseaux sociaux grouillaient de signes avant-coureurs de l’assaut du Capitole. Entre novembre 2020, date de l’élection, et début janvier, plus de 650 000 posts...", + "content": "Une majorité d’Américains pansaient encore leurs plaies en cette semaine morose de commémoration de l’insurrection du 6 janvier 2021. Et le Washington Post en rajoute une couche en démontrant quasi scientifiquement, analyse par intelligence artificielle et graphiques saisissants à l’appui, à quel point les réseaux sociaux grouillaient de signes avant-coureurs de l’assaut du Capitole. Entre novembre 2020, date de l’élection, et début janvier, plus de 650 000 posts...", + "category": "", + "link": "https://www.courrierinternational.com/article/la-lettre-tech-le-ratage-du-6-janvier-les-concurrents-du-fbi-avantage-tesla-et-la-lecon-de", + "creator": "", + "pubDate": "Tue, 11 Jan 2022 09:34:58 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/lettre_tech_1_0_0_21.png?itok=__zq-xAq", + "enclosureType": "image/png", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/lettre_tech_1_0_0_21.png?itok=__zq-xAq", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "713fcdeb5837186b0af31e11b740bc85", + "highlights": [] + }, + { + "title": "Le trésor secret de la guerre froide de la Bundesbank", + "description": "Dans les années 1960, la Banque centrale de l’Allemagne de l’Ouest a bâti un abri antiatomique pour y cacher l’équivalent de tout l’argent liquide circulant dans le pays. Jusqu’en 1989, des milliards de marks y ont été entreposés pour faire face à une éventuelle hyperinflation créée par l’ennemi ou à une attaque nucléaire.", + "content": "Dans les années 1960, la Banque centrale de l’Allemagne de l’Ouest a bâti un abri antiatomique pour y cacher l’équivalent de tout l’argent liquide circulant dans le pays. Jusqu’en 1989, des milliards de marks y ont été entreposés pour faire face à une éventuelle hyperinflation créée par l’ennemi ou à une attaque nucléaire.", + "category": "", + "link": "https://www.courrierinternational.com/article/monnaie-le-tresor-secret-de-la-guerre-froide-de-la-bundesbank", + "creator": "", + "pubDate": "Mon, 10 Jan 2022 16:55:46 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/043_dpa-pa_170309-90-011383_dpai.jpg?itok=Ksr3Rjz9", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/043_dpa-pa_170309-90-011383_dpai.jpg?itok=Ksr3Rjz9", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": true, + "favorite": false, + "created": false, + "tags": [], + "hash": "a9a6aab4fcf4ef58091675567ce75f14", + "highlights": [] + }, + { + "title": "Triste fin de règne pour l’A380", + "description": "L’ultime exemplaire du plus gros-porteur au monde a quitté sans panache Hambourg, le 16 décembre. L’avion mythique d’Airbus méritait mieux.", + "content": "L’ultime exemplaire du plus gros-porteur au monde a quitté sans panache Hambourg, le 16 décembre. L’avion mythique d’Airbus méritait mieux.", + "category": "", + "link": "https://www.courrierinternational.com/article/aviation-triste-fin-de-regne-pour-la380", + "creator": "", + "pubDate": "Mon, 10 Jan 2022 06:48:55 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/1627-clone-p-36-falco.jpg?itok=LmgRVTbW", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/1627-clone-p-36-falco.jpg?itok=LmgRVTbW", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": true, + "favorite": false, + "created": false, + "tags": [], + "hash": "161ee14447415f9aeac05019247b9835", + "highlights": [] + }, + { + "title": "Pour les Verts finlandais, “bien sûr que le nucléaire est une énergie durable”", + "description": "L’Union européenne a décidé de classer le nucléaire dans la catégorie des énergies de transition. Atte Harjannes, président des Verts au Parlement finlandais, explique au Welt am Sonntag pourquoi c’est une bonne chose.", + "content": "L’Union européenne a décidé de classer le nucléaire dans la catégorie des énergies de transition. Atte Harjannes, président des Verts au Parlement finlandais, explique au Welt am Sonntag pourquoi c’est une bonne chose.", + "category": "", + "link": "https://www.courrierinternational.com/article/transition-pour-les-verts-finlandais-bien-sur-que-le-nucleaire-est-une-energie-durable", + "creator": "", + "pubDate": "Sun, 09 Jan 2022 18:20:32 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_8wv6th.jpg?itok=U_61JS6j", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_8wv6th.jpg?itok=U_61JS6j", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "730d13660e22daaa072762b0ffbe1de0", + "highlights": [] + }, + { + "title": "La dette de la France n’en finit pas de grandir", + "description": "Contrer l’inflation et la hausse les prix de l’énergie, financer le “quoi qu’il en coûte” face au Covid-19, soutenir la transition verte… Paris dépense à tout va. Et aimerait lever les freins européens en la matière, s’inquiète ce journal allemand.", + "content": "Contrer l’inflation et la hausse les prix de l’énergie, financer le “quoi qu’il en coûte” face au Covid-19, soutenir la transition verte… Paris dépense à tout va. Et aimerait lever les freins européens en la matière, s’inquiète ce journal allemand.", + "category": "", + "link": "https://www.courrierinternational.com/article/vu-dallemagne-la-dette-de-la-france-nen-finit-pas-de-grandir", + "creator": "", + "pubDate": "Sun, 09 Jan 2022 15:11:20 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/fra-eco-constantin.jpg?itok=0j-PvwDg", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/fra-eco-constantin.jpg?itok=0j-PvwDg", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3488b295aa531ec543d83159f8e6bb1e", + "highlights": [] + }, + { + "title": "MSC ravit à Maersk la première place mondiale du transport maritime", + "description": "Malgré les difficultés de sa division croisière et grâce à la flambée des prix du fret, le suisse MSC a dépassé en tonnage la capacité du traditionnel poids lourd du secteur, le danois Maersk.", + "content": "Malgré les difficultés de sa division croisière et grâce à la flambée des prix du fret, le suisse MSC a dépassé en tonnage la capacité du traditionnel poids lourd du secteur, le danois Maersk.", + "category": "", + "link": "https://www.courrierinternational.com/article/logistique-msc-ravit-maersk-la-premiere-place-mondiale-du-transport-maritime", + "creator": "", + "pubDate": "Fri, 07 Jan 2022 19:29:06 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/063_1236528542.jpg?itok=2Vs2kFz5", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/063_1236528542.jpg?itok=2Vs2kFz5", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": true, + "favorite": false, + "created": false, + "tags": [], + "hash": "92a5906fe349897d36947acd60524ef9", + "highlights": [] + }, + { + "title": "L’inflation en Europe a atteint un pic à 5 % en décembre", + "description": "Les prix dans la zone euro ont poursuivi leur hausse en fin d’année, portés par la flambée des coûts de l’énergie. L’inflation est plus forte que prévu et inédite depuis vingt-cinq ans dans l’Union européenne.", + "content": "Les prix dans la zone euro ont poursuivi leur hausse en fin d’année, portés par la flambée des coûts de l’énergie. L’inflation est plus forte que prévu et inédite depuis vingt-cinq ans dans l’Union européenne.", + "category": "", + "link": "https://www.courrierinternational.com/article/consommation-linflation-en-europe-atteint-un-pic-5-en-decembre", + "creator": "", + "pubDate": "Fri, 07 Jan 2022 18:27:56 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxks0g5.jpg?itok=s8SltBYE", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxks0g5.jpg?itok=s8SltBYE", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4560cbe6f7d41e03f50626d8e2deecfa", + "highlights": [] + }, + { + "title": "Google et Facebook à l’amende en France pour atteinte à la vie privée", + "description": "La Commission nationale informatique et libertés condamne Google à payer 150 millions d’euros et Facebook, 60 millions d’euros, pour avoir enfreint les règles européennes de protection des données privées.", + "content": "La Commission nationale informatique et libertés condamne Google à payer 150 millions d’euros et Facebook, 60 millions d’euros, pour avoir enfreint les règles européennes de protection des données privées.", + "category": "", + "link": "https://www.courrierinternational.com/article/gafa-google-et-facebook-lamende-en-france-pour-atteinte-la-vie-privee", + "creator": "", + "pubDate": "Thu, 06 Jan 2022 14:12:21 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_9vn2zb.jpg?itok=FiKqG7_V", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_9vn2zb.jpg?itok=FiKqG7_V", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1a6dcaab1d02bcecfab6d18b2698d139", + "highlights": [] + }, + { + "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": "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5f0c7d213af2747efbce71425af8d399", + "highlights": [] + }, + { + "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": "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c3e689c2cc67ad6e2b8c02cacd7b80f3", + "highlights": [] + }, + { + "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": "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "774842a6778b64d5680fb441a451fa98", + "highlights": [] + }, + { + "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": "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "51a1c27b261ccde8361ecd1eb783739c", + "highlights": [] + }, + { + "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": "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d802bb91d69c51d72e68d4a42649c42a", + "highlights": [] + }, + { + "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": "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cb38ee1d29e23fa6b92cb70fc6bc54d4", + "highlights": [] + }, + { + "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": "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "744db2c7c4dcc72d6c43b2d69173a5ee", + "highlights": [] + }, + { + "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": "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "197ad4679eab5384047542ba6b05ed81", + "highlights": [] + }, + { + "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": "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "10630a85d0e00c6f33cd18f0f2829c59", + "highlights": [] + }, + { + "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": "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7cd460bf3bd409cbe8cdd57a7822d1ba", + "highlights": [] + }, + { + "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": "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7e379cc5a00470e74cb32b94a8ccdfbe", + "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.", + "category": "", + "link": "https://www.courrierinternational.com/article/mode-comment-shein-roi-de-la-fast-fashion-reussi-deshabiller-amazon", + "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", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a2dce7dd62e9727f85225f2e768c8d5f", + "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.", + "category": "", + "link": "https://www.courrierinternational.com/article/energie-lue-propose-daccorder-au-nucleaire-et-au-gaz-naturel-un-label-vert", + "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", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cd11d507b51d249518ea085f0f13bc56", + "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.", + "category": "", + "link": "https://www.courrierinternational.com/article/finance-la-folie-electorale-de-2022-inquiete-les-marches-mondiaux", + "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", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e34ade28382515362eb720acafd369ff", + "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.", + "category": "", + "link": "https://www.courrierinternational.com/article/energie-verte-en-nouvelle-caledonie-la-quete-du-nickel-vert-de-tesla", + "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", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0ce0cd46481848b0a22a6deeed29a635", + "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 ", + "category": "", + "link": "https://www.courrierinternational.com/article/bien-etre-le-pouls-un-indicateur-economique-trop-longtemps-ignore", + "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", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "61f3d6f561f9a6846fc30f254f220c7e", + "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é.", + "category": "", + "link": "https://www.courrierinternational.com/article/verbatim-le-patron-duniqlo-ne-veut-pas-choisir-entre-la-chine-et-les-etats-unis", + "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", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a893b8bd78797b6680d2c17374f1e610", + "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 %.", + "category": "", + "link": "https://www.courrierinternational.com/article/energie-les-prix-du-gaz-baissent-grace-au-redoux-en-europe", + "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", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f11223ab7196b8515b95d033451b6f21", + "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.", + "category": "", + "link": "https://www.courrierinternational.com/article/courrier-ados-les-baskets-usagees-ont-elles-vraiment-droit-une-seconde-vie", + "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", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b5779de63318f237923a18047b8194f0", + "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.", + "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": "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "26a789100f35a7e2795f34bd41df32a8", + "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 ", + "category": "", + "link": "https://www.courrierinternational.com/revue-de-presse/sexisme-metoo-pourquoi-le-danemark-ete-si-lent-au-demarrage", + "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", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9410d555f4f992eca09de2afd2d58ad4", + "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 %.", + "category": "", + "link": "https://www.courrierinternational.com/article/le-chiffre-du-jour-la-deroute-de-didi-le-champion-chinois-des-vtc", + "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", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d6d67202f8d96b6e3cbd672dfe706047", + "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.", + "category": "", + "link": "https://www.courrierinternational.com/revue-de-presse/accord-en-espagne-une-reforme-du-marche-du-travail-qui-ne-plait-personne", + "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", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0cdc697d70f81c4d2a9c14fb8023bf9f", + "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.", + "category": "", + "link": "https://www.courrierinternational.com/article/espace-la-chine-se-plaint-lonu-dincidents-avec-les-satellites-starlink-delon-musk", + "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", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d1c2406996107d6dac884e3136c00865", + "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.", + "category": "", + "link": "https://www.courrierinternational.com/article/sondage-les-pdg-nont-pas-peur-du-covid-19-pour-2022", + "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", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4b336087479985407f8aa335917e5ed5", + "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.", + "category": "", + "link": "https://www.courrierinternational.com/article/placement-les-lego-plus-rentables-que-les-lingots-dor", + "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", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ff13b32a9ed8ec543d74fe0d587b357e", + "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”.", + "category": "", + "link": "https://www.courrierinternational.com/article/environnement-les-philippines-renouent-avec-les-mines-ciel-ouvert", + "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", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4131ad1090cd4917dafc1c732452de83", + "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.", + "category": "", + "link": "https://www.courrierinternational.com/article/environnement-la-justice-interdit-shell-de-forer-au-large-de-lafrique-du-sud", + "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", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d199fe2eca534ae7ff13921c372bcb7b", + "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.", + "category": "", + "link": "https://www.courrierinternational.com/article/frontieres-face-la-fermeture-de-leurs-commerces-le-petit-exode-des-neerlandais-en-belgique", + "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", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7ec1ea822e736bd270a813b3e4efc79a", + "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.", + "category": "", + "link": "https://www.courrierinternational.com/article/agriculture-le-champignon-de-paris-fait-son-retour-dans-la-capitale", + "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", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "238b75b1f8ee20700aba40f6257f2adc", + "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...", + "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, 23 Nov 2021 18:18:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b25092f67d6bca615e2be3d4d895e534" + "hash": "2da7b7e373e39d2040d940bb5ea4199e", + "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": "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": "Tue, 23 Nov 2021 18:16:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2007ce520ad77bcb34354b677c6c1f76" + "hash": "0a7e835aa14af9a938d64bb21f66ca6b", + "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": "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": "Tue, 23 Nov 2021 18:16:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a9a1bc22e649935a219f0b5b59610c3" + "hash": "c0f0f1602d272c75b87058b92fdce3ee", + "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": "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": "Tue, 23 Nov 2021 18:15:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "402020d7d3362e828249ef0ade0f8b96" + "hash": "75d8c4c22c0eb86c3f39f3f672974835", + "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": "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": "Tue, 23 Nov 2021 17:24:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bb8f6ebdf8c73c24e82ed6ff85ec4815" + "hash": "d7fa94de82a4cd288203e6fecac467d0", + "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": "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": "Tue, 23 Nov 2021 12:59:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "76149e12248ba95bcfec4da7f2354325" + "hash": "d73b15168695a77eaafe825f1201a088", + "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": "À 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": "Tue, 23 Nov 2021 12:58:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "22a2210b28ca482fcc985064720da4f7" + "hash": "bacd18cfb846b2a275910817a2eb1721", + "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": "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, 22 Nov 2021 18:53:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7f239bfda2a6fc91b106869e4ca21dc0" + "hash": "25ee975bf37112a78d42ca0980154a08", + "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": "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, 22 Nov 2021 18:49:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "14aaef7ce7500a2980e15ef0f7a28c16" + "hash": "ddf78dd0a53f4ab3f323e502adc49c54", + "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": "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, 22 Nov 2021 18:45:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f56bf9bb99613f27314d2c11fd351ab4" + "hash": "4ec9e6b0d683b26340da630b527f3559", + "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": "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, 22 Nov 2021 18:43:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e8fc52827403bf78c1844ce18f2fccdb" + "hash": "1d2b41f1d9e62b4c078a00de2920e0c8", + "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": "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, 22 Nov 2021 18:41:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9094d426859184b72deb10b21e856ad9" + "hash": "72731b27437f0039feb41578ff411961", + "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": "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, 22 Nov 2021 18:40:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7c0008ea8db66f4181fc02e93c227b48" + "hash": "b417f4a2919d9293022a543e6ca35cc8", + "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": "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": "Mon, 22 Nov 2021 18:39:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "813d31104ab5978749c1520c7cfd2f9a" + "hash": "b8d92a8d0931f37a58aa2920bd615abd", + "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": "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": "Mon, 22 Nov 2021 18:36:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "87b79f1fc4ec696fd58ba563c28bd7ee" + "hash": "87ee7e679de1faaac75bf97d03c45935", + "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": "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, 22 Nov 2021 18:35:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7cd977eb579c1acf7d1903e5e32f1d24" + "hash": "79fb3a1cd574f4a6c1ff2511e3981832", + "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": "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": "Mon, 22 Nov 2021 18:33:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d5a1349d97a66224111d98b3173926b2" + "hash": "e89f81163d823e0a50082950cbbd1c3e", + "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": "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": "Mon, 22 Nov 2021 16:51:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4358aa78ff2008e215cddd596a425c25" + "hash": "a1c5ff66e86a531b6badffcbcf891c85", + "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": "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": "Mon, 22 Nov 2021 13:04:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8476dbd2f59559faeff5cf8b29ffb7e6" + "hash": "dcdebd54026f7d280c7fb52a2ca2f878", + "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": "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": "Mon, 22 Nov 2021 13:01:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f0fae7ed82f34c4e3951cceae98dcbd3" + "hash": "d6be2900f7d3e4ff8a752ef48ecc9fd8", + "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": "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, 21 Nov 2021 17:18:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ff76360621de83921e0043d023086ae9" + "hash": "1f015a3776fa18715881ff0543b800d0", + "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": "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": "Sun, 21 Nov 2021 17:17:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6e30a2a407fd64139ea7f728aa498c74" + "hash": "10dfb7a808ae4206d06778011b71abe6", + "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": "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": "Sun, 21 Nov 2021 16:47:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "656e3e3ef25d124c80ad1b55f0cadc26" + "hash": "e0bff8480b3787b6aa8b92b878794a44", + "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": "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, 21 Nov 2021 16:34:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "158ad46ad3153964978635327d0f34ff" + "hash": "a2322d69eaada815e20dd6d8229ff7f5", + "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": "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, 21 Nov 2021 16:33:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a29e9e9d4f06801f67435ccd2ed55554" + "hash": "7d750b72dbba7b7690a368e3b6bfc6d3", + "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": "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": "Sun, 21 Nov 2021 16:33:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7ab2d3e2724ea1f95843d360c2ae78cb" + "hash": "29603eaed468f01856f7060ed54e1591", + "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": "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, 21 Nov 2021 16:32:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eb00e2de7875c8a8ca651f73857ecf48" + "hash": "1fe82d048c950a51cdc14664b852e178", + "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": "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": "Sun, 21 Nov 2021 13:45:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "065aa308167a27ec8c38c725341a91ef" + "hash": "fb5b66d4555a5e48db702c46c17b64bd", + "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": "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": "Sun, 21 Nov 2021 13:44:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3e84d40e9abc2595260ad575c1ea4dcd" + "hash": "f00c3616bfbc771054d96d8b19ba3ed2", + "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": "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": "Sat, 20 Nov 2021 16:38:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1454a31374fc9c9989558963006efddd" + "hash": "56328b024ded9978c4e40d1ded2f1f6e", + "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": "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, 19 Nov 2021 19:03:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ddaf9316e51dda112d9d968456d8aed5" + "hash": "72a8433d34c1b0ff64cc16d0bf331bbc", + "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": "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, 19 Nov 2021 18:25:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "03ba9fb7f8485c76be6debbbf645a4ec" + "hash": "67da82694593bffb828eee746d6ff3ec", + "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": "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, 19 Nov 2021 15:13:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a7c9603b37f2661a972317a4fb6dd287" + "hash": "3410b762079bf26382c74916b518cae0", + "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": "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, 19 Nov 2021 14:25:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "16feb61fb271668e3c13a24ae9c99d33" + "hash": "c4905a8bfdcc01df3a05ad910b2ee04b", + "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": "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": "Fri, 19 Nov 2021 14:24:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c27199e001efb88c9c7ef6d1e86a0601" + "hash": "ba198995e7d164b54ca026f33cd09a05", + "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": "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": "Thu, 18 Nov 2021 21:50:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "42689585a54eafffda9c14cb3ac3dd58" + "hash": "d23a10f9918b5f5fd183d3655b248a23", + "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": "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": "Thu, 18 Nov 2021 18:43:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7107f4759889425b7fca6d438e2116df" + "hash": "d1cf55e01c3b767d88b10dca3513398e", + "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": "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": "Thu, 18 Nov 2021 18:39:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e78c2ae56ebd9dc231b45b910d09e850" + "hash": "1e2e7e01ca7bdde389a4ffc7266ab7ab", + "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": "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": "Thu, 18 Nov 2021 18:38:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "863fbead638a9c5dbfcf7003c5404c07" + "hash": "48a6f4406c62b72b7159a8e263c80a70", + "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": "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, 18 Nov 2021 18:34:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "794dac340c98d9b4f2cb976d92098a6e" + "hash": "5bed53e1dbb768af33f0210e34c01d50", + "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": "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, 18 Nov 2021 18:29:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", - "read": false, + "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": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "cb92b8911bfb9147a9f0d97292765777" + "hash": "c70cf8f2be14aef427cab589bdf00654", + "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": "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, 18 Nov 2021 18:27:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", - "read": false, + "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": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "5681de0363fbf963e5715b4cf03755db" + "hash": "0ec811202780493d0f48d59dce3fc82c", + "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": "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, 18 Nov 2021 18:25:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4d70e533eb05650f6073a37c37ad2174" + "hash": "e656e13d48859b2c897537167348f803" }, { - "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": "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, 18 Nov 2021 18:06:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fbd3fd75a66cec6413676a0b32ac6e42" + "hash": "a3f30b3520998922179f628b4d05458f" }, { - "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": "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, 18 Nov 2021 12:05:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b1e423d41303996b7485ce9bf24d4ea3" + "hash": "afbff5136adea0916fb9492d8b7d56e1" }, { - "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": "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, 18 Nov 2021 12:03:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "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": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "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": "4f2bdb893c976dc21ff98bab4f9fed7b" + }, { - "title": "Le Libor est mort et avec lui disparaît un pan de la finance internationale", - "description": "Depuis cinquante-deux ans, cet indice essentiel servait de référence aux banques du monde entier pour fixer les taux d’intérêt. Ébranlé par un énorme scandale de manipulation du marché datant de 2008, il aura tenu jusqu’au 31 décembre 2021.", - "content": "Depuis cinquante-deux ans, cet indice essentiel servait de référence aux banques du monde entier pour fixer les taux d’intérêt. Ébranlé par un énorme scandale de manipulation du marché datant de 2008, il aura tenu jusqu’au 31 décembre 2021.", + "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/banque-le-libor-est-mort-et-avec-lui-disparait-un-pan-de-la-finance-internationale", + "link": "https://www.courrierinternational.com/article/liste-les-femmes-les-plus-influentes-de-2021-selon-le-financial-times", "creator": "", - "pubDate": "Thu, 13 Jan 2022 17:28:41 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rts3qm9o.jpg?itok=YzCn5pL6", + "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": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rts3qm9o.jpg?itok=YzCn5pL6", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", @@ -336060,20 +354580,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad9f9ac97df37c0d1f03d4e64f73c493", - "highlights": [] + "hash": "f029b7c935d01da3d5670f2c7e54ceba" }, { - "title": "Vers un monde dépeuplé ", - "description": "En 2050, 151 des 195 pays du globe seront en situation de décroissance démographique. Le vieillissement des populations déjà notable en Asie et en Occident entraine  pénurie de main-d’œuvre et ralentissement économique. Quel moteur de croissance pour remplacer la démographie ?", - "content": "En 2050, 151 des 195 pays du globe seront en situation de décroissance démographique. Le vieillissement des populations déjà notable en Asie et en Occident entraine  pénurie de main-d’œuvre et ralentissement économique. Quel moteur de croissance pour remplacer la démographie ?", + "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/article/demographie-vers-un-monde-depeuple", + "link": "https://www.courrierinternational.com/revue-de-presse/visite-macron-dans-le-golfe-une-tournee-au-menu-economique-et-diplomatique-copieux", "creator": "", - "pubDate": "Thu, 13 Jan 2022 06:29:26 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/cameron-law-w.jpg?itok=jFrJQJC1", + "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": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/cameron-law-w.jpg?itok=jFrJQJC1", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", @@ -336082,20 +354601,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6ef6a96a3ddc4f8b08896e25cc2bace", - "highlights": [] + "hash": "d07265dcd16316491f84a5c2ec599fba" }, { - "title": "Des perspectives très moroses pour l’économie mondiale", - "description": "Deux rapports publiés mardi 11 janvier, l’un de la Banque mondiale, l’autre par le Forum de Davos, dressent un constat pessimiste des inégalités croissantes. Tous deux alertent sur un ralentissement de la reprise et les risques climatiques, dont les pays pauvres feront les frais.", - "content": "Deux rapports publiés mardi 11 janvier, l’un de la Banque mondiale, l’autre par le Forum de Davos, dressent un constat pessimiste des inégalités croissantes. Tous deux alertent sur un ralentissement de la reprise et les risques climatiques, dont les pays pauvres feront les frais.", + "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/rapports-des-perspectives-tres-moroses-pour-leconomie-mondiale", + "link": "https://www.courrierinternational.com/article/infrastructure-le-train-de-la-chance-pour-le-laos", "creator": "", - "pubDate": "Wed, 12 Jan 2022 18:00:22 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/068_aa_29112021_533162.jpg?itok=3Uf1OwZu", - "enclosureType": "image/jpeg", - "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/068_aa_29112021_533162.jpg?itok=3Uf1OwZu", + "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": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", @@ -336104,42 +354622,40 @@ "favorite": false, "created": false, "tags": [], - "hash": "2fe98140841e4f09d16da17ba4a14af1", - "highlights": [] + "hash": "86df45861e94f562915e3d71498206eb" }, { - "title": "Le procès antitrust contre Facebook aux États-Unis aura bien lieu", - "description": "Après un premier revers l’été dernier, le gendarme américain de la concurrence vient d’obtenir l’accord de la justice pour poursuivre le géant de la technologie. Objectif : limiter son monopole sur le marché.", - "content": "Après un premier revers l’été dernier, le gendarme américain de la concurrence vient d’obtenir l’accord de la justice pour poursuivre le géant de la technologie. Objectif : limiter son monopole sur le marché.", + "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/gafa-le-proces-antitrust-contre-facebook-aux-etats-unis-aura-bien-lieu", + "link": "https://www.courrierinternational.com/article/divertissement-susan-arnold-premiere-presidente-de-disney", "creator": "", - "pubDate": "Wed, 12 Jan 2022 13:56:27 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_98g4w2.jpg?itok=766oTt4u", + "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": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_98g4w2.jpg?itok=766oTt4u", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8666b8344eb8baf772dfb16d076c86c0", - "highlights": [] + "hash": "cda3c0bdb45cd7a31c2dc109eb3ce781" }, { - "title": "Démographie : plus dure sera la chute", - "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 avons construit notre dossier autour d’un long article du Nikkei Asia qui s’inquiète de la décroissance annoncée de la population mondiale dès 2050. Retraites, système de protection sociale, immigration, modèles économiques : du Japon aux États-Unis en passant par la Chine, l’Allemagne et la France, tout est à réinventer. Et ce ne sera pas simple.", - "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 avons construit notre dossier autour d’un long article du Nikkei Asia qui s’inquiète de la décroissance annoncée de la population mondiale dès 2050. Retraites, système de protection sociale, immigration, modèles économiques : du Japon aux États-Unis en passant par la Chine, l’Allemagne et la France, tout est à réinventer. Et ce ne sera pas simple.", + "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/article/la-une-de-lhebdo-demographie-plus-dure-sera-la-chute", + "link": "https://www.courrierinternational.com/revue-de-presse/vu-despagne-bruxelles-veut-concurrencer-les-nouvelles-routes-de-la-soie-chinoises", "creator": "", - "pubDate": "Wed, 12 Jan 2022 09:31:58 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/demog.jpg?itok=telqcUAx", + "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": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/demog.jpg?itok=telqcUAx", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", @@ -336148,20 +354664,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b5ce95fd6acc25426bc8cecb162beb67", - "highlights": [] + "hash": "3c6e73b4ea10ba3989b99ac941c02ed1" }, { - "title": "Take-Two lance l’une des plus grandes acquisitions du jeu vidéo pour s’offrir Zynga", - "description": "L’éditeur de Grand Theft Auto rachète le créateur des jeux vidéo mobiles Zynga pour 12,7 milliards de dollars. De quoi élargir son catalogue au populaire FarmVille et revendiquer un milliard de joueurs dans le monde.", - "content": "L’éditeur de Grand Theft Auto rachète le créateur des jeux vidéo mobiles Zynga pour 12,7 milliards de dollars. De quoi élargir son catalogue au populaire FarmVille et revendiquer un milliard de joueurs dans le monde.", + "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-take-two-lance-lune-des-plus-grandes-acquisitions-du-jeu-video-pour", + "link": "https://www.courrierinternational.com/article/le-chiffre-du-jour-les-americains-champions-du-monde-des-dechets-plastiques", "creator": "", - "pubDate": "Tue, 11 Jan 2022 15:41:47 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/image_253.png?itok=dme4e2M3", + "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": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/image_253.png?itok=dme4e2M3", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", @@ -336170,20 +354685,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0477e80d689005cb773a45e94c8c26a1", - "highlights": [] + "hash": "d256c4310dc24e6003e3a81d5cf9b912" }, { - "title": "Les confinements n’ont pas fait les affaires des fabricants de préservatifs", - "description": "Le plus gros producteur de préservatifs du monde enregistre un effondrement de ses ventes sur deux ans, au point de se lancer dans la fabrication de gants en latex. Le groupe malais Karex Berhad avait pourtant anticipé une pénurie au début de la pandémie.", - "content": "Le plus gros producteur de préservatifs du monde enregistre un effondrement de ses ventes sur deux ans, au point de se lancer dans la fabrication de gants en latex. Le groupe malais Karex Berhad avait pourtant anticipé une pénurie au début de la pandémie.", + "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/economie-les-confinements-nont-pas-fait-les-affaires-des-fabricants-de-preservatifs", + "link": "https://www.courrierinternational.com/article/croissance-le-variant-omicron-menace-la-reprise-economique-mondiale-selon-locde", "creator": "", - "pubDate": "Tue, 11 Jan 2022 14:49:51 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/capote.jpg?itok=utsYGQiv", + "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": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/capote.jpg?itok=utsYGQiv", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", @@ -336192,20 +354706,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3382d28bf298ffab76a290436819b220", - "highlights": [] + "hash": "8640d2fcd3bbf285e3b38fd2d60dd983" }, { - "title": "Le ratage du 6 janvier, les concurrents du FBI, avantage à Tesla et la leçon de Theranos", - "description": "Une majorité d’Américains pansaient encore leurs plaies en cette semaine morose de commémoration de l’insurrection du 6 janvier 2021. Et le Washington Post en rajoute une couche en démontrant quasi scientifiquement, analyse par intelligence artificielle et graphiques saisissants à l’appui, à quel point les réseaux sociaux grouillaient de signes avant-coureurs de l’assaut du Capitole. Entre novembre 2020, date de l’élection, et début janvier, plus de 650 000 posts...", - "content": "Une majorité d’Américains pansaient encore leurs plaies en cette semaine morose de commémoration de l’insurrection du 6 janvier 2021. Et le Washington Post en rajoute une couche en démontrant quasi scientifiquement, analyse par intelligence artificielle et graphiques saisissants à l’appui, à quel point les réseaux sociaux grouillaient de signes avant-coureurs de l’assaut du Capitole. Entre novembre 2020, date de l’élection, et début janvier, plus de 650 000 posts...", + "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/la-lettre-tech-le-ratage-du-6-janvier-les-concurrents-du-fbi-avantage-tesla-et-la-lecon-de", + "link": "https://www.courrierinternational.com/article/le-chiffre-du-jour-encore-une-annee-record-pour-les-energies-renouvelables", "creator": "", - "pubDate": "Tue, 11 Jan 2022 09:34:58 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/lettre_tech_1_0_0_21.png?itok=__zq-xAq", + "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": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/lettre_tech_1_0_0_21.png?itok=__zq-xAq", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", @@ -336214,64 +354727,61 @@ "favorite": false, "created": false, "tags": [], - "hash": "713fcdeb5837186b0af31e11b740bc85", - "highlights": [] + "hash": "435681cf5c9758f7b56d39091bf1778a" }, { - "title": "Le trésor secret de la guerre froide de la Bundesbank", - "description": "Dans les années 1960, la Banque centrale de l’Allemagne de l’Ouest a bâti un abri antiatomique pour y cacher l’équivalent de tout l’argent liquide circulant dans le pays. Jusqu’en 1989, des milliards de marks y ont été entreposés pour faire face à une éventuelle hyperinflation créée par l’ennemi ou à une attaque nucléaire.", - "content": "Dans les années 1960, la Banque centrale de l’Allemagne de l’Ouest a bâti un abri antiatomique pour y cacher l’équivalent de tout l’argent liquide circulant dans le pays. Jusqu’en 1989, des milliards de marks y ont été entreposés pour faire face à une éventuelle hyperinflation créée par l’ennemi ou à une attaque nucléaire.", + "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/monnaie-le-tresor-secret-de-la-guerre-froide-de-la-bundesbank", + "link": "https://www.courrierinternational.com/article/conjoncture-linflation-dans-la-zone-euro-semballe-49", "creator": "", - "pubDate": "Mon, 10 Jan 2022 16:55:46 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/043_dpa-pa_170309-90-011383_dpai.jpg?itok=Ksr3Rjz9", + "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": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/043_dpa-pa_170309-90-011383_dpai.jpg?itok=Ksr3Rjz9", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a9a6aab4fcf4ef58091675567ce75f14", - "highlights": [] + "hash": "c7935f65e45229157b83d3039ede9e0e" }, { - "title": "Triste fin de règne pour l’A380", - "description": "L’ultime exemplaire du plus gros-porteur au monde a quitté sans panache Hambourg, le 16 décembre. L’avion mythique d’Airbus méritait mieux.", - "content": "L’ultime exemplaire du plus gros-porteur au monde a quitté sans panache Hambourg, le 16 décembre. L’avion mythique d’Airbus méritait mieux.", + "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/aviation-triste-fin-de-regne-pour-la380", + "link": "https://www.courrierinternational.com/article/social-lego-offre-trois-jours-de-conge-ses-salaries-apres-une-annee-extraordinaire", "creator": "", - "pubDate": "Mon, 10 Jan 2022 06:48:55 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/1627-clone-p-36-falco.jpg?itok=LmgRVTbW", + "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": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/1627-clone-p-36-falco.jpg?itok=LmgRVTbW", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "161ee14447415f9aeac05019247b9835", - "highlights": [] + "hash": "087850ec674c4c3da8c48b1c47d9fc65" }, { - "title": "Pour les Verts finlandais, “bien sûr que le nucléaire est une énergie durable”", - "description": "L’Union européenne a décidé de classer le nucléaire dans la catégorie des énergies de transition. Atte Harjannes, président des Verts au Parlement finlandais, explique au Welt am Sonntag pourquoi c’est une bonne chose.", - "content": "L’Union européenne a décidé de classer le nucléaire dans la catégorie des énergies de transition. Atte Harjannes, président des Verts au Parlement finlandais, explique au Welt am Sonntag pourquoi c’est une bonne chose.", + "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/transition-pour-les-verts-finlandais-bien-sur-que-le-nucleaire-est-une-energie-durable", + "link": "https://www.courrierinternational.com/article/la-lettre-tech-lami-covid-la-guerre-froide-chez-mcdo-et-les-narcos-high-tech", "creator": "", - "pubDate": "Sun, 09 Jan 2022 18:20:32 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_8wv6th.jpg?itok=U_61JS6j", - "enclosureType": "image/jpeg", - "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_8wv6th.jpg?itok=U_61JS6j", + "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": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", @@ -336280,20 +354790,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "730d13660e22daaa072762b0ffbe1de0", - "highlights": [] + "hash": "93002caafde43f0e0c68f6e50b6d4170" }, { - "title": "La dette de la France n’en finit pas de grandir", - "description": "Contrer l’inflation et la hausse les prix de l’énergie, financer le “quoi qu’il en coûte” face au Covid-19, soutenir la transition verte… Paris dépense à tout va. Et aimerait lever les freins européens en la matière, s’inquiète ce journal allemand.", - "content": "Contrer l’inflation et la hausse les prix de l’énergie, financer le “quoi qu’il en coûte” face au Covid-19, soutenir la transition verte… Paris dépense à tout va. Et aimerait lever les freins européens en la matière, s’inquiète ce journal allemand.", + "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/vu-dallemagne-la-dette-de-la-france-nen-finit-pas-de-grandir", + "link": "https://www.courrierinternational.com/article/video-espagne-cadix-la-derniere-generation-douvriers-de-la-metallurgie", "creator": "", - "pubDate": "Sun, 09 Jan 2022 15:11:20 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/fra-eco-constantin.jpg?itok=0j-PvwDg", - "enclosureType": "image/jpeg", - "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/fra-eco-constantin.jpg?itok=0j-PvwDg", + "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": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", @@ -336302,20 +354811,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3488b295aa531ec543d83159f8e6bb1e", - "highlights": [] + "hash": "e85638535f5ce4f61be05817c9c19ee9" }, { - "title": "MSC ravit à Maersk la première place mondiale du transport maritime", - "description": "Malgré les difficultés de sa division croisière et grâce à la flambée des prix du fret, le suisse MSC a dépassé en tonnage la capacité du traditionnel poids lourd du secteur, le danois Maersk.", - "content": "Malgré les difficultés de sa division croisière et grâce à la flambée des prix du fret, le suisse MSC a dépassé en tonnage la capacité du traditionnel poids lourd du secteur, le danois Maersk.", + "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/logistique-msc-ravit-maersk-la-premiere-place-mondiale-du-transport-maritime", + "link": "https://www.courrierinternational.com/article/vu-de-suisse-la-france-t-elle-raison-de-dereferencer-wish", "creator": "", - "pubDate": "Fri, 07 Jan 2022 19:29:06 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/063_1236528542.jpg?itok=2Vs2kFz5", + "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": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/063_1236528542.jpg?itok=2Vs2kFz5", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", @@ -336324,42 +354832,40 @@ "favorite": false, "created": false, "tags": [], - "hash": "92a5906fe349897d36947acd60524ef9", - "highlights": [] + "hash": "c319fdf3696c008e7f389153117062c4" }, { - "title": "L’inflation en Europe a atteint un pic à 5 % en décembre", - "description": "Les prix dans la zone euro ont poursuivi leur hausse en fin d’année, portés par la flambée des coûts de l’énergie. L’inflation est plus forte que prévu et inédite depuis vingt-cinq ans dans l’Union européenne.", - "content": "Les prix dans la zone euro ont poursuivi leur hausse en fin d’année, portés par la flambée des coûts de l’énergie. L’inflation est plus forte que prévu et inédite depuis vingt-cinq ans dans l’Union européenne.", + "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-linflation-en-europe-atteint-un-pic-5-en-decembre", + "link": "https://www.courrierinternational.com/article/consommation-tout-le-monde-paie-cher-ses-courses", "creator": "", - "pubDate": "Fri, 07 Jan 2022 18:27:56 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxks0g5.jpg?itok=s8SltBYE", + "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": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxks0g5.jpg?itok=s8SltBYE", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "4560cbe6f7d41e03f50626d8e2deecfa", - "highlights": [] + "hash": "822ee5101ed6028dd3ad54dc9c1cb525" }, { - "title": "Google et Facebook à l’amende en France pour atteinte à la vie privée", - "description": "La Commission nationale informatique et libertés condamne Google à payer 150 millions d’euros et Facebook, 60 millions d’euros, pour avoir enfreint les règles européennes de protection des données privées.", - "content": "La Commission nationale informatique et libertés condamne Google à payer 150 millions d’euros et Facebook, 60 millions d’euros, pour avoir enfreint les règles européennes de protection des données privées.", + "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/gafa-google-et-facebook-lamende-en-france-pour-atteinte-la-vie-privee", + "link": "https://www.courrierinternational.com/article/economie-voyage-dans-lenfer-de-la-bureaucratie-post-brexit", "creator": "", - "pubDate": "Thu, 06 Jan 2022 14:12:21 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_9vn2zb.jpg?itok=FiKqG7_V", + "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": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_9vn2zb.jpg?itok=FiKqG7_V", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", @@ -336368,64 +354874,61 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a6dcaab1d02bcecfab6d18b2698d139", - "highlights": [] + "hash": "3344baee4dd638539bfa49cf0c275143" }, { - "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.", + "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/revue-de-presse/inflation-malgre-la-hausse-de-la-production-le-baril-de-petrole-100-dollars-en-2022", + "link": "https://www.courrierinternational.com/article/societe-une-journee-avec-un-cow-boy-indonesien-collecteur-de-dettes", "creator": "", - "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", + "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": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rts3646s.jpg?itok=8AtTcE-d", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "5f0c7d213af2747efbce71425af8d399", - "highlights": [] + "hash": "85b9769642a525b342f829a7498e240f" }, { - "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.", + "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/bourse-exclu-de-wall-street-china-mobile-se-rattrape-shanghai", + "link": "https://www.courrierinternational.com/article/revers-costa-rica-les-zones-dombres-du-paradis-damerique-centrale", "creator": "", - "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", + "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": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/051_xxjpbee007178_20210529_pepfn0a001.jpg?itok=Gad8hctM", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "c3e689c2cc67ad6e2b8c02cacd7b80f3", - "highlights": [] + "hash": "477794094b2c5c73e8c45f83a7c57910" }, { - "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.", + "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/electronique-le-vrai-faux-grand-retour-du-ces-las-vegas", + "link": "https://www.courrierinternational.com/article/social-un-black-friday-de-manifestations-contre-amazon", "creator": "", - "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", + "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": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", @@ -336434,20 +354937,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "774842a6778b64d5680fb441a451fa98", - "highlights": [] + "hash": "0025b20e0cd71982b819eda351e6fe5e" }, { - "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.", + "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/le-chiffre-du-jour-les-sommes-dargent-envoyees-au-mexique-par-la-diaspora-explosent", + "link": "https://www.courrierinternational.com/article/contagion-leurope-et-lasie-se-barricadent-face-au-nouveau-variant-dafrique-du-sud", "creator": "", - "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", + "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": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", @@ -336456,42 +354958,40 @@ "favorite": false, "created": false, "tags": [], - "hash": "51a1c27b261ccde8361ecd1eb783739c", - "highlights": [] + "hash": "b9129c7300d6c77faa193660997b59f2" }, { - "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.", + "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/article/obsolescence-le-blackberry-pionnier-des-smartphones-raccroche", + "link": "https://www.courrierinternational.com/revue-de-presse/securite-des-cochons-patrouillent-pour-proteger-le-principal-aeroport-des-pays-bas", "creator": "", - "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", + "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": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "d802bb91d69c51d72e68d4a42649c42a", - "highlights": [] + "hash": "95d2e549b878039ad3bd75f67435b0b0" }, { - "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...", + "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/la-lettre-tech-le-heros-de-times-square-les-humains-de-la-big-tech-et-les-tripoteurs-du", + "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, 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", + "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": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", @@ -336500,20 +355000,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb38ee1d29e23fa6b92cb70fc6bc54d4", - "highlights": [] + "hash": "b1c21bf012620f6c211e47c035c311cb" }, { - "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.", + "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/previsions-linflation-nuage-dans-le-ciel-bleu-de-leconomie-mondiale-en-2022", + "link": "https://www.courrierinternational.com/article/petrole-biden-puise-dans-les-reserves-strategiques-pour-lutter-contre-la-crise-de-lenergie", "creator": "", - "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", + "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": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rts41fzz.jpg?itok=wHlMDwei", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", @@ -336522,20 +355021,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "744db2c7c4dcc72d6c43b2d69173a5ee", - "highlights": [] + "hash": "fe7c25a4b87267ec51814459d6139fff" }, { - "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.", + "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/automobile-tesla-des-livraisons-record-et-des-rappels-de-vehicules-massifs", + "link": "https://www.courrierinternational.com/article/epilogue-la-marque-tolkien-met-fin-laventure-de-la-cryptomonnaie-jrr-token", "creator": "", - "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", + "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": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/teslamodel3_0.jpg?itok=kjXNSZM7", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", @@ -336544,20 +355042,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "197ad4679eab5384047542ba6b05ed81", - "highlights": [] + "hash": "2adeb0f8fe77aae792b44e1ddea30bb8" }, { - "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.", + "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/article/le-chiffre-du-jour-le-canal-de-suez-enregistre-un-record-de-transit-de-marchandises-en-2021", + "link": "https://www.courrierinternational.com/revue-de-presse/economie-en-hongrie-la-monnaie-nationale-plombee-par-linflation-et-la-pandemie", "creator": "", - "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", + "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": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/image_31.jpg?itok=ntT1W0eT", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", @@ -336566,20 +355063,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "10630a85d0e00c6f33cd18f0f2829c59", - "highlights": [] + "hash": "985f46ac8998870f06444bedc6c9fa16" }, { - "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.", + "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/intelligence-artificielle-prouver-les-crimes-de-guerre-en-syrie-laide-dimages-synthetiques", + "link": "https://www.courrierinternational.com/article/indonesie-la-folie-des-grandeurs-agricoles-du-president-joko-widodo", "creator": "", - "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", + "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": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", @@ -336588,20 +355084,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7cd460bf3bd409cbe8cdd57a7822d1ba", - "highlights": [] + "hash": "137d54d5c27b7917280677ca71a73277" }, { - "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 ", + "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/vu-de-suisse-jai-revetu-lhabit-du-forcat-moderne-livreur-velo", + "link": "https://www.courrierinternational.com/article/surveillance-apple-poursuit-le-concepteur-israelien-du-logiciel-espion-pegasus", "creator": "", - "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", + "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": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rts3115b.jpg?itok=0qBrLX7R", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", @@ -336610,20 +355105,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e379cc5a00470e74cb32b94a8ccdfbe", - "highlights": [] + "hash": "9194246260072321ca97d03199b6f98b" }, { - "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": "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/mode-comment-shein-roi-de-la-fast-fashion-reussi-deshabiller-amazon", + "link": "https://www.courrierinternational.com/article/exploitation-comment-les-ouvriers-vietnamiens-ont-sauve-la-production-dapple-et-de-samsung", "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", + "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": "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", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", @@ -336632,20 +355126,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2dce7dd62e9727f85225f2e768c8d5f", - "highlights": [] + "hash": "a146aa80bc4f4ab7232b5a0a97b72420" }, { - "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": "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/energie-lue-propose-daccorder-au-nucleaire-et-au-gaz-naturel-un-label-vert", + "link": "https://www.courrierinternational.com/article/electronique-samsung-investit-17-milliards-de-dollars-dans-une-usine-de-puces-au-texas", "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": "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": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", @@ -336654,20 +355147,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd11d507b51d249518ea085f0f13bc56", - "highlights": [] + "hash": "58df0a26a8d2ccd08720f165881e3968" }, { - "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": "“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/article/finance-la-folie-electorale-de-2022-inquiete-les-marches-mondiaux", + "link": "https://www.courrierinternational.com/une/contrecoup-au-revoir-hong-kong-la-capitale-financiere-ne-se-remet-pas-du-covid-19", "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", + "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": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/063_628522004.jpg?itok=o2vJb6GS", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", @@ -336676,20 +355168,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e34ade28382515362eb720acafd369ff", - "highlights": [] + "hash": "87e6536ad82ca49a2a14fd6a0b86f1b6" }, { - "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": "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/energie-verte-en-nouvelle-caledonie-la-quete-du-nickel-vert-de-tesla", + "link": "https://www.courrierinternational.com/article/la-lettre-tech-les-brise-fer-de-lespace-les-bricoleurs-dapple-limprobable-tgv-et-les", "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": "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": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", @@ -336698,20 +355189,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ce0cd46481848b0a22a6deeed29a635", - "highlights": [] + "hash": "4ddbf801dae312dd89c73ec999e2f0c2" }, { - "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": "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/bien-etre-le-pouls-un-indicateur-economique-trop-longtemps-ignore", + "link": "https://www.courrierinternational.com/article/economie-le-patron-de-la-banque-centrale-americaine-reconduit-pour-un-second-mandat", "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": "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": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", @@ -336720,20 +355210,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "61f3d6f561f9a6846fc30f254f220c7e", - "highlights": [] + "hash": "7cd80a433a22c7b62d2fa56be552ab84" }, { - "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": "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/verbatim-le-patron-duniqlo-ne-veut-pas-choisir-entre-la-chine-et-les-etats-unis", + "link": "https://www.courrierinternational.com/article/etats-unis-et-si-la-penurie-de-main-doeuvre-etait-une-chance-pour-les-travailleurs", "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", + "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": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/053_ar-006yunikuroyanaiinta1120.jpg?itok=Z0L0m0-T", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", @@ -336742,42 +355231,40 @@ "favorite": false, "created": false, "tags": [], - "hash": "a893b8bd78797b6680d2c17374f1e610", - "highlights": [] + "hash": "373393ced4b875478aeadc2fbfb8f353" }, { - "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": "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/article/energie-les-prix-du-gaz-baissent-grace-au-redoux-en-europe", + "link": "https://www.courrierinternational.com/revue-de-presse/inflation-dans-sa-guerre-contre-les-taux-dinteret-erdogan-fait-seffondrer-la-monnaie", "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", + "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": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/043_dpa-pa_211027-99-751558_dpai.jpg?itok=YHahMnLc", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "f11223ab7196b8515b95d033451b6f21", - "highlights": [] + "hash": "99f437d7727b4e18adaa198ccc8d36da" }, { - "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": "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/courrier-ados-les-baskets-usagees-ont-elles-vraiment-droit-une-seconde-vie", + "link": "https://www.courrierinternational.com/article/commerce-le-pire-est-passe-pour-les-chaines-dapprovisionnement", "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", + "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": "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", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", @@ -336786,20 +355273,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b5779de63318f237923a18047b8194f0", - "highlights": [] + "hash": "bd6cf2b37fb0dd1abf6e3b726f557fb9" }, { - "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": "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/article/le-chiffre-du-jour-en-roumanie-le-plus-grand-investisseur-etranger-est-le-roumain-lui-meme", + "link": "https://www.courrierinternational.com/une/economie-faut-il-avoir-peur-de-ce-monstre-quest-linflation", "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", + "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": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/image_43_2.png?itok=p61uzT9D", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", @@ -336808,20 +355294,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "26a789100f35a7e2795f34bd41df32a8", - "highlights": [] + "hash": "0090d231acb5362e7707ade1be3ced74" }, { - "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": "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/revue-de-presse/sexisme-metoo-pourquoi-le-danemark-ete-si-lent-au-demarrage", + "link": "https://www.courrierinternational.com/article/travail-lespagne-testera-la-semaine-de-quatre-jours-en-2022", "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", + "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": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/043_20180308-190226-l-2.jpg?itok=7rbHSK2S", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", @@ -336830,20 +355315,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9410d555f4f992eca09de2afd2d58ad4", - "highlights": [] + "hash": "db1a61dcb7cc13549d4820e8089b5ab3" }, { - "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": "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/le-chiffre-du-jour-la-deroute-de-didi-le-champion-chinois-des-vtc", + "link": "https://www.courrierinternational.com/article/demographie-le-japon-en-passe-daccorder-un-titre-de-sejour-illimite-aux-travailleurs", "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": "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": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", @@ -336852,21 +355336,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6d67202f8d96b6e3cbd672dfe706047", - "highlights": [] + "hash": "a23e553032bc39da74a945fb6d8f6756" }, { - "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": "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/revue-de-presse/accord-en-espagne-une-reforme-du-marche-du-travail-qui-ne-plait-personne", + "link": "https://www.courrierinternational.com/article/le-chiffre-du-jour-un-nouveau-plan-de-relance-massif-au-japon", "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", + "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": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": true, + "favorite": false, + "created": false, + "tags": [], + "hash": "c322a18ec4409e42eb740f7f59cf8a6f" + }, + { + "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": "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": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", @@ -336874,43 +355376,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "0cdc697d70f81c4d2a9c14fb8023bf9f", - "highlights": [] + "hash": "fb0d36b77c0fc592a0c198ad43c5bc9a" }, { - "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": "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/espace-la-chine-se-plaint-lonu-dincidents-avec-les-satellites-starlink-delon-musk", + "link": "https://www.courrierinternational.com/article/e-commerce-amazon-interdit-visa-ses-clients-britanniques", "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", + "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": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "d1c2406996107d6dac884e3136c00865", - "highlights": [] + "hash": "a24c84dcd1e3ab9e3a10af67b98eabd1" }, { - "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": "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/sondage-les-pdg-nont-pas-peur-du-covid-19-pour-2022", + "link": "https://www.courrierinternational.com/article/social-fin-de-la-greve-historique-chez-john-deere-aux-etats-unis", "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", + "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": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", @@ -336918,21 +355416,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b336087479985407f8aa335917e5ed5", - "highlights": [] + "hash": "a43082d71fe8fa154f0784ae4209861f" }, { - "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": "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/article/placement-les-lego-plus-rentables-que-les-lingots-dor", + "link": "https://www.courrierinternational.com/revue-de-presse/fiscalite-shell-file-langlaise-les-pays-bas-accusent-le-coup", "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", + "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": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", @@ -336940,21 +355436,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff13b32a9ed8ec543d74fe0d587b357e", - "highlights": [] + "hash": "36f08cf4eefff29e8fb87cf9e10e9ff5" }, { - "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": "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/environnement-les-philippines-renouent-avec-les-mines-ciel-ouvert", + "link": "https://www.courrierinternational.com/article/boulot-la-semaine-de-quatre-jours-cest-bon-pour-la-planete", "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", + "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": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", @@ -336962,21 +355456,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4131ad1090cd4917dafc1c732452de83", - "highlights": [] + "hash": "3608c5018eea654e5326ed6b548a16e7" }, { - "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": "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/article/environnement-la-justice-interdit-shell-de-forer-au-large-de-lafrique-du-sud", + "link": "https://www.courrierinternational.com/revue-de-presse/jeux-video-le-patron-dactivision-blizzard-mis-en-cause-pour-sa-gestion-du", "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", + "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": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", @@ -336984,21 +355476,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d199fe2eca534ae7ff13921c372bcb7b", - "highlights": [] + "hash": "34ae771bec0b983b53ee24e2a0ea49e3" }, { - "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": "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/frontieres-face-la-fermeture-de-leurs-commerces-le-petit-exode-des-neerlandais-en-belgique", + "link": "https://www.courrierinternational.com/article/cryptomonnaie-le-bitcoin-la-peine-apres-les-nouvelles-attaques-de-la-chine-contre-le-minage", "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", + "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": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", @@ -337006,21 +355496,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ec1ea822e736bd270a813b3e4efc79a", - "highlights": [] + "hash": "3460c52d80dad192a4a80a8f469e58b3" }, { - "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": "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/agriculture-le-champignon-de-paris-fait-son-retour-dans-la-capitale", + "link": "https://www.courrierinternational.com/article/energie-la-premiere-mini-centrale-nucleaire-de-bill-gates-en-fonction-dici-sept-ans-aux", "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", + "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": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", @@ -337028,21 +355516,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "238b75b1f8ee20700aba40f6257f2adc", - "highlights": [] + "hash": "ea3ba8902f0bb48fec4eb8b9227bc677" }, { - "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": "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-lettre-tech-le-ratage-domicron-la-grande-peur-du-cream-cheese-et-les-gagnants-du", + "link": "https://www.courrierinternational.com/article/la-une-de-lhebdo-remettre-le-travail-sa-place", "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": "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": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", @@ -337050,21 +355536,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2da7b7e373e39d2040d940bb5ea4199e", - "highlights": [] + "hash": "c572d4615ce2119f69e901b46f81da37" }, { - "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": "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/classement-les-pays-gagnants-et-perdants-de-la-reprise-economique-en-2021", + "link": "https://www.courrierinternational.com/article/big-tech-le-plan-strategique-de-google-650-millions-deuros-pour-laustralie", "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", + "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": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", @@ -337072,21 +355556,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a7e835aa14af9a938d64bb21f66ca6b", - "highlights": [] + "hash": "e3c97b4b499e230d2fb652ba553b550a" }, { - "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": "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/vu-de-suisse-tesla-exploite-la-faiblesse-humaine-face-la-technologie", + "link": "https://www.courrierinternational.com/article/la-lettre-tech-la-tour-de-babel-du-streaming-les-chauffards-damazon-et-le-malheur-des", "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": "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": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", @@ -337094,21 +355576,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0f0f1602d272c75b87058b92fdce3ee", - "highlights": [] + "hash": "d125fa793a103c2a67a99b4a5eb41842" }, { - "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": "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/opinion-finissons-en-avec-lobsession-allemande-pour-linflation", + "link": "https://www.courrierinternational.com/article/immobilier-de-barcelone-paris-loffensive-anti-airbnb", "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", + "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": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", @@ -337116,21 +355596,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "75d8c4c22c0eb86c3f39f3f672974835", - "highlights": [] + "hash": "a6e6450c4e58f4153b29cbef3ffbbeda" }, { - "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": "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/vu-du-japon-quand-les-bidonvilles-de-seoul-deviennent-une-version-miniature-de-squid-game", + "link": "https://www.courrierinternational.com/article/aviation-airbus-decroche-un-megacontrat-de-255-avions", "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", + "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": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", @@ -337138,21 +355616,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d7fa94de82a4cd288203e6fecac467d0", - "highlights": [] + "hash": "4d68e2c6d2a666208e1c4badc62021ae" }, { - "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": "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/une/grande-demission-adieu-boulot-de-merde-les-employes-vont-voir-ailleurs", + "link": "https://www.courrierinternational.com/article/social-les-semaines-de-75-heures-des-sous-traitants-du-geant-de-la-mode-shein", "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", + "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": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", @@ -337160,21 +355636,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d73b15168695a77eaafe825f1201a088", - "highlights": [] + "hash": "a9619035521a4e55352e9a229e66d99d" }, { - "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": "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/article/portugal-lisbonne-au-coeur-de-la-crise-du-logement", + "link": "https://www.courrierinternational.com/long-format/reportage-la-gomme-arabique-moisson-doree-du-soudan", "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", + "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": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", @@ -337182,21 +355656,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "bacd18cfb846b2a275910817a2eb1721", - "highlights": [] + "hash": "02f03e2feb55b78320f97404c33f0239" }, { - "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": "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/travail-en-espagne-un-syndicat-pour-les-streameurs", + "link": "https://www.courrierinternational.com/article/industrie-astrazeneca-veut-tirer-des-benefices-de-son-vaccin-contre-le-covid-19", "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": "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": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", @@ -337204,21 +355676,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "25ee975bf37112a78d42ca0980154a08", - "highlights": [] + "hash": "7c9e4c19a4acab3bd23fa6a3ba508db2" }, { - "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": "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/tissu-la-france-peut-elle-vraiment-croire-en-une-reindustrialisation", + "link": "https://www.courrierinternational.com/article/musique-quand-adele-ed-sheeran-et-abba-embouteillent-lindustrie-du-vinyle", "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", + "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": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", @@ -337226,21 +355696,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ddf78dd0a53f4ab3f323e502adc49c54", - "highlights": [] + "hash": "af9d369b9b4531a7a81bc1dde31af80a" }, { - "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": "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/une/tabou-pourquoi-avons-nous-tant-de-mal-parler-dargent", + "link": "https://www.courrierinternational.com/article/boom-tremblez-chers-francais-le-vin-anglais-sort-de-sa-cave", "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": "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": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", @@ -337248,21 +355716,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ec9e6b0d683b26340da630b527f3559", - "highlights": [] + "hash": "95660142b75b34738f1365b3db5fa3e1" }, { - "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": "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/revue-de-presse/bresil-en-amazonie-la-fievre-de-lor-saisi-les-habitants-des-fleuves", + "link": "https://www.courrierinternational.com/article/immobilier-aux-quatre-coins-du-globe-le-marche-du-logement-est-devenu-fou", "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", + "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": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", @@ -337270,21 +355736,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d2b41f1d9e62b4c078a00de2920e0c8", - "highlights": [] + "hash": "f0581457e24218d4a6937c06371bb4bc" }, { - "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": "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/etats-unis-la-justice-invalide-limmunite-de-la-famille-sackler-dans-la-crise-des-opioides", + "link": "https://www.courrierinternational.com/article/inflation-les-etats-unis-enregistrent-la-plus-forte-hausse-des-prix-depuis-trente-ans", "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", + "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": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", @@ -337292,21 +355756,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "72731b27437f0039feb41578ff411961", - "highlights": [] + "hash": "ee516e4e2a516a5c646394737250fa4c" }, { - "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": "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/economie-la-livre-turque-devisse-encore-apres-une-nouvelle-decision-derdogan", + "link": "https://www.courrierinternational.com/revue-de-presse/hong-kong-le-south-china-morning-post-bientot-absorbe-par-pekin", "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", + "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": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", @@ -337314,21 +355776,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b417f4a2919d9293022a543e6ca35cc8", - "highlights": [] + "hash": "ffce9bc271f59f66137e5a3070ffd8ba" }, { - "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": "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/le-chiffre-du-jour-en-colombie-la-pandemie-fait-des-ravages-chez-les-classes-moyennes", + "link": "https://www.courrierinternational.com/article/la-une-de-lhebdo-logement-la-loi-du-plus-riche", "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": "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": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", @@ -337336,21 +355796,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8d92a8d0931f37a58aa2920bd615abd", - "highlights": [] + "hash": "852b928404589fde2a6c61eb85e29ce9" }, { - "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": "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/revue-de-presse/vu-despagne-lue-echoue-encore-apporter-une-reponse-la-flambee-du-prix-de-lenergie", + "link": "https://www.courrierinternational.com/article/belgique-alibaba-installe-sa-plateforme-logistique-europeenne-liege-sans-tambour-ni", "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", + "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": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", @@ -337358,21 +355816,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "87ee7e679de1faaac75bf97d03c45935", - "highlights": [] + "hash": "92e37a16bcb33997a0f3524a45e9bc89" }, { - "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": "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/technologie-leurope-se-dote-dune-loi-contre-le-far-west-numerique", + "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, 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": "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": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", @@ -337380,21 +355836,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "79fb3a1cd574f4a6c1ff2511e3981832", - "highlights": [] + "hash": "47de012bcd88118a93bfa7cd17cc8d08" }, { - "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": "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/tensions-taiwan-bloque-le-transfert-de-sa-haute-technologie-la-chine", + "link": "https://www.courrierinternational.com/article/le-chiffre-du-jour-paytm-vise-le-record-dintroduction-en-bourse-en-inde", "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": "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": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", @@ -337402,21 +355856,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e89f81163d823e0a50082950cbbd1c3e", - "highlights": [] + "hash": "c23033a53cb19d05a0002535095a01bc" }, { - "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": "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/crise-les-jeunes-chinois-senfoncent-dans-le-bourbier-de-la-dette", + "link": "https://www.courrierinternational.com/article/logistique-face-la-penurie-de-routiers-le-royaume-uni-sen-remet-aux-trains", "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", + "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": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", @@ -337424,21 +355876,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1c5ff66e86a531b6badffcbcf891c85", - "highlights": [] + "hash": "851e2065aed69dd84eed04165fecc21f" }, { - "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": "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/monnaie-en-afghanistan-lhyperinflation-porte-un-coup-leconomie-deja-exsangue", + "link": "https://www.courrierinternational.com/article/bourse-elon-musk-t-il-gagne-son-coup-de-poker-contre-la-taxe-des-milliardaires", "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": "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": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Courier International - Eco", @@ -337446,2301 +355896,2397 @@ "favorite": false, "created": false, "tags": [], - "hash": "dcdebd54026f7d280c7fb52a2ca2f878", - "highlights": [] + "hash": "3963ce16cbd8164924836b249dd6d636" }, { - "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": "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/corruption-les-etats-unis-sattaquent-enfin-au-blanchiment-dargent", + "link": "https://www.courrierinternational.com/article/travail-les-petits-boulots-les-plus-bizarres-dallemagne", "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", - "image": "", - "id": "", - "language": "fr", + "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": "d6be2900f7d3e4ff8a752ef48ecc9fd8", - "highlights": [] + "hash": "e063d279e4393d26815eade6ef001515" }, { - "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": "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/buzz-une-publicite-ou-des-femmes-se-transforment-en-vaches-fait-scandale-en-coree-du-sud", + "link": "https://www.courrierinternational.com/article/agroalimentaire-ces-abattoirs-europeens-qui-exploitent-les-ouvriers-etrangers", "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", - "image": "", - "id": "", - "language": "fr", + "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": "1f015a3776fa18715881ff0543b800d0", - "highlights": [] + "hash": "663cd91d56dad5d2c8a8ed7c4c0d6422" }, { - "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": "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/economie-des-reductions-de-salaire-considerables-pour-certains-fonctionnaires-chinois", + "link": "https://www.courrierinternational.com/article/concurrence-la-cocotte-minute-de-la-livraison-express", "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", - "image": "", - "id": "", - "language": "fr", + "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": "10dfb7a808ae4206d06778011b71abe6", - "highlights": [] + "hash": "a3aefd635ba134c339b9c41b51444cfa" }, { - "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": "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/le-chiffre-du-jour-linflation-au-royaume-uni-atteint-son-plus-haut-niveau-depuis-dix-ans", + "link": "https://www.courrierinternational.com/article/classement-la-france-detronee-par-lespagne-nest-plus-le-deuxieme-plus-gros-producteur-de-vin", "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", - "image": "", - "id": "", - "language": "fr", + "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": "e0bff8480b3787b6aa8b92b878794a44", - "highlights": [] + "hash": "dc5201850533de7ef882167b777c5810" }, { - "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": "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/la-une-de-lhebdo-quest-ce-quon-mange-demain", + "link": "https://www.courrierinternational.com/article/cop26-des-engagements-encourageants-pour-delaisser-les-energies-fossiles", "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", - "image": "", - "id": "", - "language": "fr", + "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": "a2322d69eaada815e20dd6d8229ff7f5", - "highlights": [] + "hash": "2ecd6b06aeb024421c502e471132a336" }, { - "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": "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/emploi-au-japon-travailler-jusqua-80-ans-ou-plus", + "link": "https://www.courrierinternational.com/article/pandemie-vaccination-quasi-obligatoire-pour-plus-de-100-millions-de-salaries-americains", "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", - "image": "", - "id": "", - "language": "fr", + "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": "7d750b72dbba7b7690a368e3b6bfc6d3", - "highlights": [] + "hash": "74a2f42552ae2548ccecdc4300676b5f" }, { - "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": "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/devaluation-linterminable-degringolade-de-la-livre-libanaise", + "link": "https://www.courrierinternational.com/article/monnaie-la-banque-centrale-americaine-ralentit-son-soutien-leconomie", "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", - "image": "", - "id": "", - "language": "fr", + "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": "29603eaed468f01856f7060ed54e1591", - "highlights": [] + "hash": "0395ac8fa006434ff62a6ce7d6cfe14a" }, { - "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": "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/vu-de-suisse-le-proces-dubs-un-rate-historique-de-la-justice-francaise", + "link": "https://www.courrierinternational.com/article/monnaie-leconomie-argentine-vire-au-cauchemar-avec-ses-multiples-taux-de-change-en-dollars", "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", - "image": "", - "id": "", - "language": "fr", + "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": "1fe82d048c950a51cdc14664b852e178", - "highlights": [] + "hash": "48ed7c6973ab14259c9eca419ec01106" }, { - "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": "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/energie-les-aleas-de-nord-stream-2-font-nouveau-flamber-les-prix-du-gaz-europeen", + "link": "https://www.courrierinternational.com/article/cop26-les-pays-du-nord-engagent-85-milliards-de-dollars-pour-decarboner-lafrique-du-sud", "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", - "image": "", - "id": "", - "language": "fr", + "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": "fb5b66d4555a5e48db702c46c17b64bd", - "highlights": [] + "hash": "29e78f21ffa6bacc1c66418ab8f25cd2" }, { - "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": "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/revue-de-presse/milliards-largentine-sous-pression-pour-la-renegociation-de-sa-dette-aupres-du-fmi", + "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": "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": "fr", + "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": "f00c3616bfbc771054d96d8b19ba3ed2", - "highlights": [] + "hash": "53bafb6a71231a73d7ceb2f9fef2e7cd" }, { - "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": "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/la-lettre-tech-un-monde-sans-amazon-lhotel-du-bon-cobalt-et-lembauche-asynchrone", + "link": "https://www.courrierinternational.com/article/technologie-facebook-cesse-dutiliser-son-systeme-de-reconnaissance-faciale", "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", - "image": "", - "id": "", - "language": "fr", + "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": "56328b024ded9978c4e40d1ded2f1f6e", - "highlights": [] + "hash": "f054c7aa604220fe898ca75620532c40" }, { - "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": "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/influence-elon-musk-sacre-personnalite-de-lannee-par-le-magazine-time", + "link": "https://www.courrierinternational.com/article/asie-la-chine-suscite-des-peurs-en-demandant-ses-habitants-de-stocker-des-provisions", "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", - "image": "", - "id": "", - "language": "fr", + "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": "72a8433d34c1b0ff64cc16d0bf331bbc", - "highlights": [] + "hash": "ca884d385d52330772cab0d058ccd285" }, { - "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": "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/surveillance-le-chinois-sensetime-sur-liste-noire-americaine-reporte-son-entree-en-bourse", + "link": "https://www.courrierinternational.com/article/game-over-epic-games-met-fin-la-version-chinoise-du-jeu-fortnite", "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", - "image": "", - "id": "", - "language": "fr", + "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": "67da82694593bffb828eee746d6ff3ec", - "highlights": [] + "hash": "416c3cabd6a7cf9383093c66f17f2037" }, { - "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": "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/article/pollution-les-petits-arrangements-climatiques-de-lindustrie-automobile-en-europe", + "link": "https://www.courrierinternational.com/revue-de-presse/energie-lespagne-victime-collaterale-de-larret-de-lactivite-du-gazoduc-maghreb", "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", - "image": "", - "id": "", - "language": "fr", + "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": "3410b762079bf26382c74916b518cae0", - "highlights": [] + "hash": "98891e4bfb857391be7893c6ea9733b3" }, { - "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": "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/immobilier-le-promoteur-chinois-evergrande-au-bord-de-la-faillite-et-alors", + "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": "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": "fr", + "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": "c4905a8bfdcc01df3a05ad910b2ee04b", - "highlights": [] + "hash": "91f4370ccedd67c49be4ffaa45940b6e" }, { - "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": "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/etats-unis-un-cafe-starbucks-buffalo-sera-le-premier-se-doter-dun-syndicat", + "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": "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": "fr", + "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": "ba198995e7d164b54ca026f33cd09a05", - "highlights": [] + "hash": "ada8d22c39e2496e1d925d2fb126774b" }, { - "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": "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/luxe-record-de-commandes-de-yachts-quimporte-la-pandemie-les-plus-riches-se-font-plaisir", + "link": "https://www.courrierinternational.com/article/technologie-dans-la-plus-grande-usine-du-monde-de-sequestration-du-co2", "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", - "image": "", - "id": "", - "language": "fr", + "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": "d23a10f9918b5f5fd183d3655b248a23", - "highlights": [] + "hash": "e0712775f4f57282d00e445435cc9261" }, { - "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": "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/etats-unis-le-variant-omicron-reporte-la-fin-du-teletravail-chez-google-uber-et-ford", + "link": "https://www.courrierinternational.com/article/anachronisme-le-japon-dit-enfin-adieu-la-disquette", "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", - "image": "", - "id": "", - "language": "fr", + "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": "d1cf55e01c3b767d88b10dca3513398e", - "highlights": [] + "hash": "78193263d5e86c07c0444c6ab6dcbb4a" }, { - "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": "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/reseaux-sociaux-weibo-le-twitter-chinois-chute-son-entree-en-bourse-hong-kong", + "link": "https://www.courrierinternational.com/article/veganisme-apres-le-burger-sans-viande-les-oeufs-vegetaux", "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", - "image": "", - "id": "", - "language": "fr", + "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": "1e2e7e01ca7bdde389a4ffc7266ab7ab", - "highlights": [] + "hash": "2f74cacf2ca42e9daba341c031199d24" }, { - "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": "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/fosse-2-750-milliardaires-controlent-35-de-la-richesse-mondiale", + "link": "https://www.courrierinternational.com/article/crise-climatique-taxe-bien-lalcool-pourquoi-pas-le-carbone", "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", - "image": "", - "id": "", - "language": "fr", + "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": "48a6f4406c62b72b7159a8e263c80a70", - "highlights": [] + "hash": "a485c04b096a5f8a6ac93567a5b0a0f0" }, { - "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": "À 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/economie-le-fonds-dinvestissement-blackstone-plus-grand-proprietaire-dentrepots-au-monde", + "link": "https://www.courrierinternational.com/article/tendance-miami-les-riches-latino-americains-se-ruent-sur-limmobilier", "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", - "image": "", - "id": "", - "language": "fr", + "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": "5bed53e1dbb768af33f0210e34c01d50", - "highlights": [] + "hash": "9c2dd9a8dfcdf03c150c4a886767e776" }, { - "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": "À 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/la-lettre-tech-hauts-et-bas-du-boo-le-recif-de-jeff-bezos-et-les-sceptiques-du-molnupiravir", + "link": "https://www.courrierinternational.com/article/fiscalite-rome-le-g20-approuve-une-taxation-des-multinationales-qui-beneficiera-aux-pays", "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", - "image": "", - "id": "", - "language": "fr", + "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": "c70cf8f2be14aef427cab589bdf00654", - "highlights": [] - }, + "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": "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": "A Tonga, les habitants fuient le tsunami après l’éruption du volcan Hunga Tonga-Hunga Ha’apai", + "description": "Une image prise par le satellite japonais Himawari-8 et publiée par l’Institut national de l’information et des communications (Japon) le 15 janvier 2022 montre l’éruption volcanique qui a provoqué un tsunami à Tonga. L’éruption était si intense qu’elle a été entendue comme un « fort bruit de tonnerre » aux Fidji, à plus de 800 kilomètres de là.", + "content": "Une image prise par le satellite japonais Himawari-8 et publiée par l’Institut national de l’information et des communications (Japon) le 15 janvier 2022 montre l’éruption volcanique qui a provoqué un tsunami à Tonga. L’éruption était si intense qu’elle a été entendue comme un « fort bruit de tonnerre » aux Fidji, à plus de 800 kilomètres de là.", "category": "", - "link": "https://www.courrierinternational.com/article/telelicenciement-le-patron-dune-fintech-licencie-900-salaries-par-zoom", + "link": "https://www.lemonde.fr/international/article/2022/01/15/a-tonga-les-habitants-fuient-le-tsunami-apres-l-eruption-du-volcan-hunga-tonga-hunga-ha-apai_6109641_3210.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": "Sat, 15 Jan 2022 17:54:58 +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": "184b5c57921a4d52e76c417ee4962d46", "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": "En visite dans le camp de migrants de Samos, Valérie Pécresse vante un « modèle » de « fermeté » et d’« humanité »", + "description": "Manos Logothetis, secrétaire général pour la réception des demandeurs d’asile, montre des thermomètres à l’entrée du centre de Samos, lors de la visite de la candidate LR Valérie Pécresse en Grèce pour parler de questions d’immigration, île de Samos, 15 janvier 2022", + "content": "Manos Logothetis, secrétaire général pour la réception des demandeurs d’asile, montre des thermomètres à l’entrée du centre de Samos, lors de la visite de la candidate LR Valérie Pécresse en Grèce pour parler de questions d’immigration, île de Samos, 15 janvier 2022", "category": "", - "link": "https://www.courrierinternational.com/article/crise-en-turquie-la-monnaie-chute-et-le-peuple-trinque", + "link": "https://www.lemonde.fr/politique/article/2022/01/15/en-visite-au-camp-de-migrants-de-samos-valerie-pecresse-vante-un-modele-de-fermete-et-d-humanite_6109638_823448.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": "Sat, 15 Jan 2022 16:25: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": "e656e13d48859b2c897537167348f803" + "hash": "795705ad2d8a7aacedc1055ba092567d", + "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": "Primaire populaire : sept candidatures retenues, dont celles de Christiane Taubira, Anne Hidalgo, Jean-Luc Mélenchon et Yannick Jadot", + "description": "Lors d’une visite de Christiane Taubira sur le marché de Noël de Saint-Denis, le 18 decembre 2021, au lendemain de l'annonce sur l'éventualité de sa candidature,  un militant en faveur de la Primaire populaire tend l’affiche de l’initiative citoyenne.", + "content": "Lors d’une visite de Christiane Taubira sur le marché de Noël de Saint-Denis, le 18 decembre 2021, au lendemain de l'annonce sur l'éventualité de sa candidature,  un militant en faveur de la Primaire populaire tend l’affiche de l’initiative citoyenne.", "category": "", - "link": "https://www.courrierinternational.com/article/construction-trop-cher-le-fer-rouille-en-algerie", + "link": "https://www.lemonde.fr/politique/article/2022/01/15/primaire-populaire-sept-candidatures-retenues-dont-celles-de-christiane-taubira-anne-hidalgo-jean-luc-melenchon-et-yannick-jadot_6109637_823448.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": "Sat, 15 Jan 2022 16:23: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": "a3f30b3520998922179f628b4d05458f" + "hash": "a20bb3158586d60b95f008c79ca99fcb", + "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": "La Primaire populaire a dévoilé ses sept candidats avant l’élection présidentielle 2022", + "description": "Déclaration de candidature à la présidentielle par Christiane Taubira, esplanade de la grande côte à la Croix Rousse à Lyon, le 15 janvier.", + "content": "Déclaration de candidature à la présidentielle par Christiane Taubira, esplanade de la grande côte à la Croix Rousse à Lyon, le 15 janvier.", "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/election-presidentielle-2022/live/2022/01/15/la-primaire-populaire-a-devoile-ses-sept-candidats-avant-l-election-presidentielle-2022-dont-hidalgo-jadot-melenchon-et-taubira_6109601_6059010.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": "Sat, 15 Jan 2022 10:00:55 +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": "adbabdc9508064e959717b02c33f7168", + "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": "Transfert de Pape Gueye : l’OM interdit de recrutement pour un an", + "description": "Le milieu de terrain Pape Gueye, lors d’un match entre l’Olympique de Marseille et le RC Lens, au Stade-Vélodrome de Marseille, le 26 septembre 2021.", + "content": "Le milieu de terrain Pape Gueye, lors d’un match entre l’Olympique de Marseille et le RC Lens, au Stade-Vélodrome de Marseille, le 26 septembre 2021.", "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/sport/article/2022/01/15/transfert-de-pape-gueye-l-om-interdit-de-recrutement-pour-un-an_6109630_3242.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": "Sat, 15 Jan 2022 14:48: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": "4f2bdb893c976dc21ff98bab4f9fed7b" + "hash": "7591893d445f6874c6d6d84366f0c77a", + "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": "Un troisième homme mis en examen après la diffusion d’une vidéo montrant un automobiliste agrippant des piétons en roulant", + "description": "A PAF (Air and Border Police) member control passengers of a train coming from Spain at Cerbere train station, as part of an operation to fight illegal immigration at the Franco-Spanish border in Cerbere, southern France on January 11, 2022. (Photo by RAYMOND ROIG / AFP)", + "content": "A PAF (Air and Border Police) member control passengers of a train coming from Spain at Cerbere train station, as part of an operation to fight illegal immigration at the Franco-Spanish border in Cerbere, southern France on January 11, 2022. (Photo by RAYMOND ROIG / AFP)", "category": "", - "link": "https://www.courrierinternational.com/article/liste-les-femmes-les-plus-influentes-de-2021-selon-le-financial-times", + "link": "https://www.lemonde.fr/societe/article/2022/01/15/un-troisieme-homme-mis-en-examen-apres-la-diffusion-d-une-video-montrant-un-automobiliste-agrippant-des-pietons-en-roulant_6109628_3224.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": "Sat, 15 Jan 2022 14:11:44 +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": "2f1b0fd79c0ebc558b9738eb3fcfbd98", + "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": "En Tunisie, le correspondant du journal « Libération » brutalisé par des policiers lors d’une manifestation", + "description": "Des policiers fouillent une valise, alors que des manifestations sont organisées contre le président tunisien, Kaïs Saïed, à Tunis, le 14 janvier 2022.", + "content": "Des policiers fouillent une valise, alors que des manifestations sont organisées contre le président tunisien, Kaïs Saïed, à Tunis, le 14 janvier 2022.", "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/afrique/article/2022/01/15/en-tunisie-le-correspondant-du-journal-liberation-brutalise-par-des-policiers-lors-d-une-manifestation_6109623_3212.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": "Sat, 15 Jan 2022 13:13: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": "d07265dcd16316491f84a5c2ec599fba" + "hash": "f823da31e7e91ea6481cd1efa1f226ae", + "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": "Marine Le Pen, au Louvre, veut refermer « la parenthèse Macron »", + "description": "Dans un clip de campagne de trois minutes et demie, où elle se met en scène déambulant sur la célèbre esplanade, Marine Le Pen a concentré ses attaques sur Emmanuel Macron.", + "content": "Dans un clip de campagne de trois minutes et demie, où elle se met en scène déambulant sur la célèbre esplanade, Marine Le Pen a concentré ses attaques sur Emmanuel Macron.", "category": "", - "link": "https://www.courrierinternational.com/article/infrastructure-le-train-de-la-chance-pour-le-laos", + "link": "https://www.lemonde.fr/politique/article/2022/01/15/marine-le-pen-au-louvre-veut-refermer-la-parenthese-macron_6109622_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": "Sat, 15 Jan 2022 12:59: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": "86df45861e94f562915e3d71498206eb" + "hash": "53cf651065208e9a16467cd98803a6b5", + "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": "Scolarisation des enfants handicapés : Eric Zemmour déclenche un tollé avec ses propos sur l’« obsession de l’inclusion »", + "description": "Eric Zemmour, lors de son discours à Saint-Quentin (Aisne), le 14 janvier 2022.", + "content": "Eric Zemmour, lors de son discours à Saint-Quentin (Aisne), le 14 janvier 2022.", "category": "", - "link": "https://www.courrierinternational.com/article/divertissement-susan-arnold-premiere-presidente-de-disney", + "link": "https://www.lemonde.fr/politique/article/2022/01/15/scolarisation-des-enfants-handicapes-eric-zemmour-fustige-l-obsession-de-l-inclusion_6109621_823448.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": "Sat, 15 Jan 2022 12:57: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": "cda3c0bdb45cd7a31c2dc109eb3ce781" + "hash": "8f5104b14b4a9ce92a967fcd5c102edb", + "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": "Christiane Taubira annonce sa candidature à l’élection présidentielle", + "description": "Christiane Taubira salue ses supporteurs après sa déclaration de candidature à l’élection présidentielle, sur l’esplanade de la Grande-Côte, dans le quartier de la Croix-Rousse, à Lyon, le 15 janvier 2022.", + "content": "Christiane Taubira salue ses supporteurs après sa déclaration de candidature à l’élection présidentielle, sur l’esplanade de la Grande-Côte, dans le quartier de la Croix-Rousse, à Lyon, le 15 janvier 2022.", "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/2022/01/15/christiane-taubira-annonce-sa-candidature-a-l-election-presidentielle_6109618_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": "Sat, 15 Jan 2022 11:37: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": "3c6e73b4ea10ba3989b99ac941c02ed1" + "hash": "198131730cebfabb203398b51b2c2b5f", + "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": "Au Liban, la justice démunie face à l’intouchable secret bancaire", + "description": "Riad Salamé, patron de la Banque du Liban, à Beyrouth, le 11 novembre 2019.", + "content": "Riad Salamé, patron de la Banque du Liban, à Beyrouth, le 11 novembre 2019.", "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/2022/01/15/au-liban-la-justice-demunie-face-a-l-intouchable-secret-bancaire_6109610_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": "Sat, 15 Jan 2022 10:57:37 +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": "e1861626f6ac1f4222fbbb1a1052bdd0", + "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": "Un tribunal américain condamne les Farc à indemniser le fils d’Ingrid Betancourt", + "description": "Ingrid Betancourt, juste après sa libération, et son fils, Lawrence Delloye, à la grotte de Massabielle, à Lourdes (Hautes-Pyrénées), le 12 juillet 2008.", + "content": "Ingrid Betancourt, juste après sa libération, et son fils, Lawrence Delloye, à la grotte de Massabielle, à Lourdes (Hautes-Pyrénées), le 12 juillet 2008.", "category": "", - "link": "https://www.courrierinternational.com/article/croissance-le-variant-omicron-menace-la-reprise-economique-mondiale-selon-locde", + "link": "https://www.lemonde.fr/international/article/2022/01/15/un-tribunal-americain-condamne-les-farc-a-indemniser-le-fils-d-ingrid-betancourt_6109607_3210.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": "Sat, 15 Jan 2022 10:29:25 +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": "bba33329356c6daeb79c3e71fed9906a", + "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": "Anne Hidalgo présente ses propositions sur la sécurité, entre l’état des lieux et la déclaration d’intentions", + "description": "La candidate à l’élection présidentielle pour le  Parti socialiste (PS), Anne Hidalgo, lors de la présentation de son programme à Paris, le 13 janvier.", + "content": "La candidate à l’élection présidentielle pour le  Parti socialiste (PS), Anne Hidalgo, lors de la présentation de son programme à Paris, le 13 janvier.", "category": "", - "link": "https://www.courrierinternational.com/article/le-chiffre-du-jour-encore-une-annee-record-pour-les-energies-renouvelables", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2022/01/15/anne-hidalgo-presente-ses-propositions-sur-la-securite-entre-l-etat-des-lieux-et-la-declaration-d-intentions_6109604_6059010.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": "Sat, 15 Jan 2022 10:14: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": "69a4642377cfb1fa3c7939e8e97a58e4", + "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": "Espionnage au logiciel Pegasus : l’opposition polonaise dénonce une atteinte au processus électoral", + "description": "Le sénateur polonais Krzysztof Brejza, à Varsovie, le soir des élections législatives, le 13 octobre 2019.", + "content": "Le sénateur polonais Krzysztof Brejza, à Varsovie, le soir des élections législatives, le 13 octobre 2019.", "category": "", - "link": "https://www.courrierinternational.com/article/conjoncture-linflation-dans-la-zone-euro-semballe-49", + "link": "https://www.lemonde.fr/international/article/2022/01/15/espionnage-au-logiciel-pegasus-l-opposition-polonaise-denonce-une-atteinte-au-processus-electoral_6109603_3210.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, 15 Jan 2022 10:11: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": "c7935f65e45229157b83d3039ede9e0e" + "hash": "ec2ffdbf2292605ea3e183003c03bf54", + "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": "Covid-19 : des signes encourageants dans les chiffres de l’épidémie en France", + "description": "Une patiente atteinte du Covid-19, au service des urgences de l'hôpital Sainte-Musse, à Toulon, le 6 janvier.", + "content": "Une patiente atteinte du Covid-19, au service des urgences de l'hôpital Sainte-Musse, à Toulon, le 6 janvier.", "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/planete/article/2022/01/15/covid-19-une-etincelle-d-espoir-dans-les-chiffres-de-l-epidemie_6109571_3244.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": "Sat, 15 Jan 2022 05:49: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": "087850ec674c4c3da8c48b1c47d9fc65" + "hash": "d63537561d72bc8827594d7888b7418a", + "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": "La Corée du Nord confirme avoir procédé à un nouvel essai de missiles", + "description": "Cette image fournie par le gouvernement nord-coréen montre le lancement, depuis un train, d’un missile, le 14 janvier 2022, dans la province nord de Pyongyang.", + "content": "Cette image fournie par le gouvernement nord-coréen montre le lancement, depuis un train, d’un missile, le 14 janvier 2022, dans la province nord de Pyongyang.", "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/international/article/2022/01/15/la-coree-du-nord-confirme-avoir-procede-a-de-nouveaux-essais-de-missiles_6109580_3210.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": "Sat, 15 Jan 2022 07:16: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": "93002caafde43f0e0c68f6e50b6d4170" + "hash": "4a31f71ee6804b877a6a61dab6639d31", + "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": "Etats-Unis : Google et Meta accusés d’avoir passé un accord anticoncurrentiel", + "description": "D’après les accusations d’Etats américains, les dirigeants les plus haut placés du géant de la recherche en ligne et de la maison mère de Facebook étaient directement impliqués dans un accord illégal passé en 2018 pour asseoir leur domination du marché de la publicité sur le web.", + "content": "D’après les accusations d’Etats américains, les dirigeants les plus haut placés du géant de la recherche en ligne et de la maison mère de Facebook étaient directement impliqués dans un accord illégal passé en 2018 pour asseoir leur domination du marché de la publicité sur le web.", "category": "", - "link": "https://www.courrierinternational.com/article/video-espagne-cadix-la-derniere-generation-douvriers-de-la-metallurgie", + "link": "https://www.lemonde.fr/pixels/article/2022/01/15/etats-unis-google-et-meta-accuses-d-avoir-passe-un-accord-anticoncurrentiel_6109573_4408996.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": "Sat, 15 Jan 2022 06:26: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": "e85638535f5ce4f61be05817c9c19ee9" + "hash": "947bdcbcb0ccc0b65be0be594072fa62", + "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": "Passe vaccinal : l’Assemblée nationale adopte le projet de loi en deuxième lecture au bout d’une nuit de débats", + "description": "La présidente du groupe LFI, Mathilde Panot, a pris la parole à l'Assemblée nationale pour défendre sa motion de rejet du projet de loi, le 14 janvier 2022.", + "content": "La présidente du groupe LFI, Mathilde Panot, a pris la parole à l'Assemblée nationale pour défendre sa motion de rejet du projet de loi, le 14 janvier 2022.", "category": "", - "link": "https://www.courrierinternational.com/article/vu-de-suisse-la-france-t-elle-raison-de-dereferencer-wish", + "link": "https://www.lemonde.fr/planete/article/2022/01/15/passe-vaccinal-l-assemblee-nationale-adopte-en-deuxieme-lecture-le-projet-de-loi_6109563_3244.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": "Sat, 15 Jan 2022 04:34:47 +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": "65754649832398b19cc62a42353cbb0f", + "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 surface de la réserve marine des Galapagos agrandie de près de 50 %", + "description": "Le président équatorien, Guillermo Lasso (au centre) montre le décret augmentant la surface de la réserve marine des Galapagos, aux côtés de l’ancien président américain Bill Clinton (à gauche) et du président colombien Ivan Duque, le 14 janvier 2022, à Puerto Ayora, sur l’île de Santa Cruz.", + "content": "Le président équatorien, Guillermo Lasso (au centre) montre le décret augmentant la surface de la réserve marine des Galapagos, aux côtés de l’ancien président américain Bill Clinton (à gauche) et du président colombien Ivan Duque, le 14 janvier 2022, à Puerto Ayora, sur l’île de Santa Cruz.", "category": "", - "link": "https://www.courrierinternational.com/article/consommation-tout-le-monde-paie-cher-ses-courses", + "link": "https://www.lemonde.fr/planete/article/2022/01/15/la-surface-de-la-reserve-marine-des-galapagos-agrandie-de-pres-de-50_6109562_3244.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": "Sat, 15 Jan 2022 03:56:45 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": true, "favorite": false, "created": false, "tags": [], - "hash": "822ee5101ed6028dd3ad54dc9c1cb525" + "hash": "df4cdfccfdc9387a7ece85502fe33dd1", + "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": "Affaire Baldwin : l’acteur a remis son téléphone à la police", + "description": "Les enquêteurs estiment que l’appareil peut contenir « des preuves » – messages ou e-mails – utiles aux investigations sur la mort d’une cinéaste lors du tournage du film « Rust », après un tir accidentel.", + "content": "Les enquêteurs estiment que l’appareil peut contenir « des preuves » – messages ou e-mails – utiles aux investigations sur la mort d’une cinéaste lors du tournage du film « Rust », après un tir accidentel.", "category": "", - "link": "https://www.courrierinternational.com/article/economie-voyage-dans-lenfer-de-la-bureaucratie-post-brexit", + "link": "https://www.lemonde.fr/international/article/2022/01/15/affaire-baldwin-l-acteur-a-remis-son-telephone-a-la-police_6109558_3210.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": "Sat, 15 Jan 2022 02:24:14 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", - "read": false, + "feed": "Le Monde", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "3344baee4dd638539bfa49cf0c275143" + "hash": "6b8ba418b4df0d79beb09869ff9dd2d6", + "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": "Novak Djokovic placé de nouveau en rétention en Australie, en attendant une décision de justice sur son sort", + "description": "Novak Djokovic à l’entraînement, le 12 janvier 2022, à Melbourne.", + "content": "Novak Djokovic à l’entraînement, le 12 janvier 2022, à Melbourne.", "category": "", - "link": "https://www.courrierinternational.com/article/societe-une-journee-avec-un-cow-boy-indonesien-collecteur-de-dettes", + "link": "https://www.lemonde.fr/tennis/article/2022/01/15/novak-djokovic-place-de-nouveau-en-retention-en-australie_6109556_1616659.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": "Sat, 15 Jan 2022 01:25:54 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": true, "favorite": false, "created": false, "tags": [], - "hash": "85b9769642a525b342f829a7498e240f" + "hash": "5be82d11df42fb846969cbf7f97fcfb9", + "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": "Ligue 1 : Nice se défait difficilement de Nantes pour conforter sa deuxième place", + "description": "La frappe victorieuse de Khephren Thuram, qui résiste au tacle de Fabio, permet à Nice de s’imposer 2-1 face à Nantes, le 14 janvier 2022 à l’Allianz Riviera.", + "content": "La frappe victorieuse de Khephren Thuram, qui résiste au tacle de Fabio, permet à Nice de s’imposer 2-1 face à Nantes, le 14 janvier 2022 à l’Allianz Riviera.", "category": "", - "link": "https://www.courrierinternational.com/article/revers-costa-rica-les-zones-dombres-du-paradis-damerique-centrale", + "link": "https://www.lemonde.fr/football/article/2022/01/15/ligue-1-nice-se-defait-difficilement-de-nantes-pour-conforter-sa-deuxieme-place_6109555_1616938.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": "Sat, 15 Jan 2022 00:36:18 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": true, "favorite": false, "created": false, "tags": [], - "hash": "477794094b2c5c73e8c45f83a7c57910" + "hash": "bc70ea71bb1a3aba0d3662fe1cf0d402", + "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": "Martin Shkreli condamné pour monopole et banni à vie de l’industrie pharmaceutique", + "description": "Photo du 17 décembre 2015, montrant Martin Shkreli lors de son placement en garde à vue à New York", + "content": "Photo du 17 décembre 2015, montrant Martin Shkreli lors de son placement en garde à vue à New York", "category": "", - "link": "https://www.courrierinternational.com/article/social-un-black-friday-de-manifestations-contre-amazon", + "link": "https://www.lemonde.fr/economie/article/2022/01/14/martin-shkreli-condamne-pour-monopole-et-banni-a-vie-de-l-industrie-pharmaceutique_6109554_3234.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": "Fri, 14 Jan 2022 23:05: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": "0025b20e0cd71982b819eda351e6fe5e" + "hash": "86c773e5404878d2a747962b6f810cdf", + "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": "Covid-19 : plus de 14 000 classes fermées, un niveau inédit depuis le printemps de 2020", + "description": "Séance de dépistage dans les locaux du complexe scolaire Fénelon-Notre-Dame, à La Rochelle, le 13 janvier 2022.", + "content": "Séance de dépistage dans les locaux du complexe scolaire Fénelon-Notre-Dame, à La Rochelle, le 13 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/education/article/2022/01/14/covid-19-plus-de-14-000-classes-fermees-un-niveau-inedit-depuis-le-printemps-de-2020_6109553_1473685.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": "Fri, 14 Jan 2022 22:14: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": "b9129c7300d6c77faa193660997b59f2" + "hash": "4b49d9e7a3c40395c913f687426abe8b", + "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": "Royaume-Uni : Johnson fragilisé après une série de révélations sur des soirées alcoolisées à Downing Street en pleine pandémie", + "description": "Selon la presse, plus d’une dizaine de fêtes se sont tenues dans des bâtiments officiels du gouvernement depuis le début de la pandémie, malgré les restrictions imposées aux Britanniques. Boris Johnson a admis avoir participé à au moins l’une de ces « Booze parties ».", + "content": "Selon la presse, plus d’une dizaine de fêtes se sont tenues dans des bâtiments officiels du gouvernement depuis le début de la pandémie, malgré les restrictions imposées aux Britanniques. Boris Johnson a admis avoir participé à au moins l’une de ces « Booze parties ».", "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/international/article/2022/01/14/royaume-uni-des-booze-parties-en-serie-a-downing-street-en-pleine-pandemie_6109549_3210.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": "Fri, 14 Jan 2022 21:10:35 +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": "d55da7533caa0f0c1f971a91b4845aaf", + "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": "Médias : une soixantaine de journalistes ont quitté le groupe Prisma après le rachat par Vivendi", + "description": "Le géant français des médias Vivendi, piloté par le milliardaire conservateur Vincent Bolloré, avait finalisé fin mai l’acquisition de Prisma Media suscitant des inquiétudes au sein des différentes rédactions du groupe.", + "content": "Le géant français des médias Vivendi, piloté par le milliardaire conservateur Vincent Bolloré, avait finalisé fin mai l’acquisition de Prisma Media suscitant des inquiétudes au sein des différentes rédactions du groupe.", "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/actualite-medias/article/2022/01/14/medias-une-soixantaine-de-journalistes-ont-quitte-le-groupe-prisma-apres-le-rachat-par-vivendi_6109550_3236.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, 14 Jan 2022 21:17: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": "b1c21bf012620f6c211e47c035c311cb" + "hash": "eedc83baeff68dd175b8dd4817fa9ad8", + "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": "Les Pays-Bas vont assouplir les restrictions anti-Covid à partir de samedi", + "description": "Dans un bar de La Hague, le 14 janvier 2022.", + "content": "Dans un bar de La Hague, le 14 janvier 2022.", "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/international/article/2022/01/14/les-pays-bas-vont-assouplir-les-restrictions-anti-covid-a-partir-de-samedi_6109547_3210.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, 14 Jan 2022 20:37: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": "fe7c25a4b87267ec51814459d6139fff" + "hash": "02eb01d31e1ce2fffc9508bb0cbc45ad", + "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": "Emmanuel Macron présente sa version de « l’université de demain »", + "description": "En clôture du congrès de France Universités jeudi soir, le chef de l’Etat a regretté « l’intolérable gâchis » de l’échec en première année et appelé l’université à être « plus efficacement professionnalisante ».", + "content": "En clôture du congrès de France Universités jeudi soir, le chef de l’Etat a regretté « l’intolérable gâchis » de l’échec en première année et appelé l’université à être « plus efficacement professionnalisante ».", "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/2022/01/14/au-congres-de-france-universites-emmanuel-macron-presente-sa-version-de-l-universite-de-demain_6109546_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, 14 Jan 2022 20:35: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": "2adeb0f8fe77aae792b44e1ddea30bb8" + "hash": "17c2311e4c99d21ac2343f1936d2f082", + "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 ex-FARC condamnés à payer 36 millions de dollars pour l’enlèvement d’Ingrid Betancourt", + "description": "Ingrid Betancourt, le 13 septembre 2021.", + "content": "Ingrid Betancourt, le 13 septembre 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/international/article/2022/01/14/les-ex-farc-condamnes-a-payer-36-millions-de-dollars-pour-l-enlevement-d-ingrid-betancourt_6109545_3210.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, 14 Jan 2022 20:05: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": "8add4d809b2fbf0624782c8737f76242", + "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": "Covid-19 : en Afrique, le reflux de la vague Omicron", + "description": "Une femme porte un masque contre le Covid-19 à Engcobo, en Afrique du Sud, le 2 décembre 2021.", + "content": "Une femme porte un masque contre le Covid-19 à Engcobo, en Afrique du Sud, le 2 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/indonesie-la-folie-des-grandeurs-agricoles-du-president-joko-widodo", + "link": "https://www.lemonde.fr/afrique/article/2022/01/14/covid-19-en-afrique-le-reflux-de-la-vague-omicron_6109543_3212.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, 14 Jan 2022 20: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": "137d54d5c27b7917280677ca71a73277" + "hash": "d87b0ab3432c8df1aa5391f725f1026e", + "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”.", - "category": "", - "link": "https://www.courrierinternational.com/article/surveillance-apple-poursuit-le-concepteur-israelien-du-logiciel-espion-pegasus", - "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", + "title": "En représentant un fœtus noir, un étudiant révèle l’invisibilisation de la diversité en médecine", + "description": "Un fœtus de femme noire, représenté par Chidiebere Ibe, le 24 novembre 2021.", + "content": "Un fœtus de femme noire, représenté par Chidiebere Ibe, le 24 novembre 2021.", + "category": "", + "link": "https://www.lemonde.fr/societe/article/2022/01/14/en-representant-un-f-tus-noir-un-etudiant-revele-l-invisibilisation-de-la-diversite-en-medecine_6109538_3224.html", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 19:38: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": "9194246260072321ca97d03199b6f98b" + "hash": "de187152402cabaf0fdcfad892bccd50", + "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": "Election présidentielle 2022 : Marine Le Pen à l’offensive, Jean-Michel Blanquer admet « faire des erreurs »… Le récap politique du jour", + "description": "Alors que la candidate du Rassemblement national a sévèrement critiqué son concurrent d’extrême droite Eric Zemmour, le ministre de l’éducation a présenté des excuses et la gauche se prépare à un week-end agité.", + "content": "Alors que la candidate du Rassemblement national a sévèrement critiqué son concurrent d’extrême droite Eric Zemmour, le ministre de l’éducation a présenté des excuses et la gauche se prépare à un week-end agité.", "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/election-presidentielle-2022/article/2022/01/14/election-presidentielle-2022-marine-le-pen-a-l-offensive-jean-michel-blanquer-admet-faire-des-erreurs-le-recap-politique-du-jour_6109532_6059010.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, 14 Jan 2022 19: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": "a146aa80bc4f4ab7232b5a0a97b72420" + "hash": "3b101794b2cbdbffb0ef35ea2ec91329", + "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": "Ukraine : inquiétude et manœuvres diplomatiques après une semaine de discussions infructueuses", + "description": "Un soldat ukrainien dans une tranchée, sur la ligne de front, face aux séparatistes prorusses, le 10 janvier 2022.", + "content": "Un soldat ukrainien dans une tranchée, sur la ligne de front, face aux séparatistes prorusses, le 10 janvier 2022.", "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/2022/01/14/ukraine-inquietude-et-man-uvres-diplomatiques-apres-une-semaine-de-discussions-infructueuses_6109527_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, 14 Jan 2022 18:32:55 +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": "e1911fc941f1f6cdcb7296f855881738", + "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": "Entre Edouard Philippe et Emmanuel Macron, les relations tournent à l’aigre", + "description": "Le président du parti Horizons, Edouard Philippe, s’adressant à ses partisans à Nice, le 1er décembre 2021.", + "content": "Le président du parti Horizons, Edouard Philippe, s’adressant à ses partisans à Nice, le 1er 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/politique/article/2022/01/14/entre-edouard-philippe-et-emmanuel-macron-les-relations-tournent-a-l-aigre_6109524_823448.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, 14 Jan 2022 18:28:07 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", - "read": false, + "feed": "Le Monde", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "87e6536ad82ca49a2a14fd6a0b86f1b6" + "hash": "46ac417f681e43c81e7fbba507a3f0fd", + "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": "Autotests gratuits pour les enfants cas contact : comment ça marche ?", + "description": "Entre les personnes se soumettant à un test antigénique et les parents nécessitant des autotests pour renvoyer leurs enfants à l’école, les files d’attente s’allongent devant les pharmacies, ici à Paris, dimanche 9 janvier 2022.", + "content": "Entre les personnes se soumettant à un test antigénique et les parents nécessitant des autotests pour renvoyer leurs enfants à l’école, les files d’attente s’allongent devant les pharmacies, ici à Paris, dimanche 9 janvier 2022.", "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/planete/article/2022/01/14/autotests-gratuits-pour-les-enfants-cas-contact-comment-ca-marche_6109520_3244.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, 14 Jan 2022 17:59: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": "4ddbf801dae312dd89c73ec999e2f0c2" + "hash": "b53c11ce1ead1f94ae7537fedd93170d", + "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": "Jean-Jacques Beineix, le réalisateur de « 37°2 le matin », est mort", + "description": "Jean-Jacques Beineix, lors d’une conférence de presse de Reporters sans frontières, à Paris, le 28 avril 2008.", + "content": "Jean-Jacques Beineix, lors d’une conférence de presse de Reporters sans frontières, à Paris, le 28 avril 2008.", "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/disparitions/article/2022/01/14/jean-jacques-beineix-le-realisateur-de-37-2-le-matin-est-mort_6109517_3382.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, 14 Jan 2022 17:19:43 +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": "ad1cde5b86efcf142af73fa31f08803c", + "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": "Biathlon : victoire de l’équipe de France au relais féminin de Ruhpolding", + "description": "L’équipe de France célèbre sa victoire au relais 4 x 6 km féminin lors de la Coupe du monde de biathlon, à Ruhpolding, en Allemagne, le 14 janvier 2022.", + "content": "L’équipe de France célèbre sa victoire au relais 4 x 6 km féminin lors de la Coupe du monde de biathlon, à Ruhpolding, en Allemagne, le 14 janvier 2022.", "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/sport/article/2022/01/14/biathlon-victoire-de-l-equipe-de-france-au-relais-feminin-de-ruhpolding_6109511_3242.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, 14 Jan 2022 16:27: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": "373393ced4b875478aeadc2fbfb8f353" + "hash": "fed6869673329a159b586f5da3a1fb18", + "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": "A Tunis, des centaines de personnes manifestent contre le président Kaïs Saïed", + "description": "Lors d’une manifestation contre le président tunisien, Kaïs Saïed, à Tunis, le 14 janvier 2022.", + "content": "Lors d’une manifestation contre le président tunisien, Kaïs Saïed, à Tunis, le 14 janvier 2022.", "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/afrique/article/2022/01/14/a-tunis-des-centaines-de-personnes-manifestent-contre-le-president-kais-saied_6109510_3212.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, 14 Jan 2022 16:15:32 +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": "9fb3d1b86ea1b7d4727501307ca1591f", + "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": "REvil, important groupe cybercriminel, a été démantelé sur demande des Etats-Unis, annonce la Russie", + "description": "C’est l’un des plus importants réseaux criminels pratiquant les attaques par rançongiciel dans le monde. Dans leur communiqué, les services de renseignement russes affirment avoir mené des perquisitions à 25 adresses liées à 14 suspects.", + "content": "C’est l’un des plus importants réseaux criminels pratiquant les attaques par rançongiciel dans le monde. Dans leur communiqué, les services de renseignement russes affirment avoir mené des perquisitions à 25 adresses liées à 14 suspects.", "category": "", - "link": "https://www.courrierinternational.com/article/commerce-le-pire-est-passe-pour-les-chaines-dapprovisionnement", + "link": "https://www.lemonde.fr/pixels/article/2022/01/14/le-groupe-cybercriminel-revil-a-ete-demantele-sur-demande-des-etats-unis-annonce-la-russie_6109506_4408996.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": "Fri, 14 Jan 2022 15:48: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": "f433c474a026b4f2351ab6b4c558e655", + "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": "Covid-19 : La Haute Autorité de santé autorise le vaccin de Novavax en France", + "description": "Nuvaxovid, le vaccin de Novavax contre le coronavirus, a la particularité de ne pas utiliser la technologie de l’ARN messager", + "content": "Nuvaxovid, le vaccin de Novavax contre le coronavirus, a la particularité de ne pas utiliser la technologie de l’ARN messager", "category": "", - "link": "https://www.courrierinternational.com/une/economie-faut-il-avoir-peur-de-ce-monstre-quest-linflation", + "link": "https://www.lemonde.fr/planete/article/2022/01/14/covid-19-la-haute-autorite-de-sante-autorise-le-vaccin-de-novavax-en-france_6109503_3244.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, 14 Jan 2022 15:41: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": "0090d231acb5362e7707ade1be3ced74" + "hash": "498bfa0b3b471c602d8b48062a48a53b", + "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": "Covid-19 : le Luxembourg rend le passe sanitaire obligatoire pour aller travailler", + "description": "Au centre de vaccination Hall Victor-Hugo à Luxembourg, le 21 janvier 2021.", + "content": "Au centre de vaccination Hall Victor-Hugo à Luxembourg, le 21 janvier 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/travail-lespagne-testera-la-semaine-de-quatre-jours-en-2022", + "link": "https://www.lemonde.fr/planete/article/2022/01/14/covid-19-le-luxembourg-rend-le-passe-sanitaire-obligatoire-pour-aller-travailler_6109502_3244.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, 14 Jan 2022 15:35: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": "db1a61dcb7cc13549d4820e8089b5ab3" + "hash": "8390b0aa986b46d28a21799f674acdcd", + "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": "Ukraine : où en sont les pourparlers entre la Russie, les Etats-Unis et l’OTAN ? Quels risques d’escalade ? Retrouvez les réponses de nos correspondants à vos questions", + "description": "Tensions à la frontière ukrainienne, sécurité de l’Europe, exigences de Moscou, origines historiques de la crise… Benoît Vitkine et Piotr Smolar, correspondants du « Monde » à Moscou et Washington, répondent à vos questions.", + "content": "Tensions à la frontière ukrainienne, sécurité de l’Europe, exigences de Moscou, origines historiques de la crise… Benoît Vitkine et Piotr Smolar, correspondants du « Monde » à Moscou et Washington, répondent à vos questions.", "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/international/live/2022/01/14/ukraine-ou-en-sont-les-pourparlers-entre-la-russie-les-etats-unis-et-l-otan-quels-risques-d-escalade-posez-vos-questions-a-nos-journalistes_6109500_3210.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, 14 Jan 2022 15:30: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": "a23e553032bc39da74a945fb6d8f6756" + "hash": "8be28f3d18ad2522f2fb163ba201ad23", + "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": "Christiane Taubira devrait mettre fin au suspense samedi sur sa candidature à l’élection présidentielle", + "description": "L’ancienne ministre de la justice Christiane Taubira, à Rennes, le 11 janvier 2022.", + "content": "L’ancienne ministre de la justice Christiane Taubira, à Rennes, le 11 janvier 2022.", "category": "", - "link": "https://www.courrierinternational.com/article/le-chiffre-du-jour-un-nouveau-plan-de-relance-massif-au-japon", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2022/01/14/christiane-taubira-devrait-mettre-fin-au-suspense-samedi-sur-sa-candidature-a-l-election-presidentielle_6109498_6059010.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, 14 Jan 2022 15:18:28 +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": "b22abf20125bcc03677f9840b32a8484", + "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": "Mort de l’architecte espagnol Ricardo Bofill, le concepteur des espaces d’Abraxas à Noisy-le-Grand et du quartier Antigone à Montpellier", + "description": "L’architecte espagnol Ricardo Bofill, le 5 juin 1975.", + "content": "L’architecte espagnol Ricardo Bofill, le 5 juin 1975.", "category": "", - "link": "https://www.courrierinternational.com/article/economie-linflation-peut-elle-couler-la-presidence-de-joe-biden", + "link": "https://www.lemonde.fr/disparitions/article/2022/01/14/mort-de-l-architecte-espagnol-ricardo-bofill-le-concepteur-des-espaces-d-abraxas-a-noisy-le-grand-et-du-quartier-antigone-a-montpellier_6109496_3382.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": "Fri, 14 Jan 2022 15:12: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": "fb0d36b77c0fc592a0c198ad43c5bc9a" + "hash": "d096aacba4a41ab9dc936290d82dcf50", + "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": "Covid-19 : la propagation d’Omicron en France bouscule la stratégie de dépistage", + "description": "Entre le 3 et le 9 janvier, près de 12 millions de tests PCR et antigéniques ont été réalisés en France, soit une augmentation de 44 % en une semaine.", + "content": "Entre le 3 et le 9 janvier, près de 12 millions de tests PCR et antigéniques ont été réalisés en France, soit une augmentation de 44 % en une semaine.", "category": "", - "link": "https://www.courrierinternational.com/article/e-commerce-amazon-interdit-visa-ses-clients-britanniques", + "link": "https://www.lemonde.fr/planete/article/2022/01/14/omicron-bouscule-la-strategie-de-depistage_6109442_3244.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": "Fri, 14 Jan 2022 10:46:16 +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": "8f6a6375d48c861aebe17340c75c8323", + "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’économie allemande n’a progressé que de 2,7 % en 2021", + "description": "Vue aérienne d’une zone de fret ferroviaire à Munich (sud de l’Allemagne), le 5 septembre 2021.", + "content": "Vue aérienne d’une zone de fret ferroviaire à Munich (sud de l’Allemagne), le 5 septembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/social-fin-de-la-greve-historique-chez-john-deere-aux-etats-unis", + "link": "https://www.lemonde.fr/economie/article/2022/01/14/l-economie-allemande-n-a-progresse-que-de-2-7-en-2021_6109493_3234.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": "Fri, 14 Jan 2022 14:34: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": "a43082d71fe8fa154f0784ae4209861f" + "hash": "fb47203b3b8a6dbbc4c2bc37e1b65f73", + "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": "Le gouvernement britannique présente ses excuses à la reine pour les fêtes qui ont eu lieu la veille des obsèques du prince Philip", + "description": "Boris Johnson, le premier ministre britannique, à Londres, le 16 décembre 2021.", + "content": "Boris Johnson, le premier ministre britannique, à Londres, le 16 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/international/article/2022/01/14/downing-street-presente-ses-excuses-a-la-reine-pour-les-fetes-qui-ont-eu-lieu-la-veille-des-obseques-du-prince-philip_6109492_3210.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": "Fri, 14 Jan 2022 14:27:24 +0100", + "enclosure": "", + "enclosureType": "", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", - "read": false, + "feed": "Le Monde", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "36f08cf4eefff29e8fb87cf9e10e9ff5" + "hash": "60cf3f96c3ffffd8de1650204808369f", + "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": "Immobilier : la démétropolisation post-confinements rééquilibre les territoires", + "description": "A Bordeaux, le 4 mars 2021.", + "content": "A Bordeaux, le 4 mars 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/boulot-la-semaine-de-quatre-jours-cest-bon-pour-la-planete", + "link": "https://www.lemonde.fr/economie/article/2022/01/14/immobilier-la-demetropolisation-post-confinements-reequilibre-les-territoires_6109491_3234.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": "Fri, 14 Jan 2022 14:26: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": "3608c5018eea654e5326ed6b548a16e7" + "hash": "756d718de02c4af6161e6b47d903bcf4", + "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": "Dakar : le Qatari Nasser Al-Attiyah remporte son quatrième rallye en auto, Sam Sunderland double la mise en moto", + "description": "Le Qatari Nasser Al-Attiyah et son copilote français, Mathieu Baumel, se sont imposés dans la catégorie auto sur le Dakar, qui se déroulait en Arabie saoudite, le 14 janvier 2022.", + "content": "Le Qatari Nasser Al-Attiyah et son copilote français, Mathieu Baumel, se sont imposés dans la catégorie auto sur le Dakar, qui se déroulait en Arabie saoudite, le 14 janvier 2022.", "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/sport/article/2022/01/14/dakar-le-qatarien-nasser-al-attiyah-remporte-son-quatrieme-rallye-en-auto-sam-sunderland-double-la-mise-en-moto_6109490_3242.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": "Fri, 14 Jan 2022 14:08: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": "34ae771bec0b983b53ee24e2a0ea49e3" + "hash": "7bf567982e5e8f566c317a804e50a448", + "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": "La Corée du Nord a tiré deux nouveaux missiles balistiques malgré les sanctions américaines, selon la Corée du Sud", + "description": "Des Sud-Coréens regardent la télévision à Séoul : il est question du dernier tir de missiles de Pyongyang, le 14 janvier 2022.", + "content": "Des Sud-Coréens regardent la télévision à Séoul : il est question du dernier tir de missiles de Pyongyang, le 14 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/international/article/2022/01/14/la-coree-du-nord-a-tire-deux-nouveaux-missiles-balistiques-malgre-les-sanctions-americaines-selon-la-coree-du-sud_6109484_3210.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": "Fri, 14 Jan 2022 13:54: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": "3460c52d80dad192a4a80a8f469e58b3" + "hash": "7ca745d35f591625744e06ac5b2c8fcf", + "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": "Enseignement supérieur : Emmanuel Macron propose une remise en question du double système « grandes écoles-universités »", + "description": "En clôture du congrès de la Conférence des présidents d’université, le chef de l’Etat a dévoilé ses souhaits pour l’enseignement supérieur pour les prochaines années.", + "content": "En clôture du congrès de la Conférence des présidents d’université, le chef de l’Etat a dévoilé ses souhaits pour l’enseignement supérieur pour les prochaines années.", "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/politique/article/2022/01/14/enseignement-superieur-emmanuel-macron-propose-une-remise-en-question-du-double-systeme-grandes-ecoles-universites_6109482_823448.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": "Fri, 14 Jan 2022 13:49:24 +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": "46ce8352650e550c1c87c34e954a9341", + "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": "Le taux du Livret A sera relevé à 1 % au 1er février, sa première hausse depuis plus de dix ans", + "description": "Le gouverneur de la Banque de France a proposé, le 14 janvier 2022, d’augmenter le taux du livret A de 0,5 % à 1 % au 1er février, une première en plus de dix ans, et le ministre de l’économie doit se prononcer dans la journée.", + "content": "Le gouverneur de la Banque de France a proposé, le 14 janvier 2022, d’augmenter le taux du livret A de 0,5 % à 1 % au 1er février, une première en plus de dix ans, et le ministre de l’économie doit se prononcer dans la journée.", "category": "", - "link": "https://www.courrierinternational.com/article/la-une-de-lhebdo-remettre-le-travail-sa-place", + "link": "https://www.lemonde.fr/economie/article/2022/01/14/la-banque-de-france-propose-de-relever-le-taux-du-livret-a-a-1-une-premiere-en-plus-de-dix-ans_6109478_3234.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": "Fri, 14 Jan 2022 13:12: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": "c572d4615ce2119f69e901b46f81da37" + "hash": "0499723c7f7b070a12cbc9acf881c3cf", + "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": "Passe sanitaire désactivé faute de dose de rappel à partir du 15 janvier : 10 questions pour comprendre", + "description": "Contrôle d’un passe sanitaire, en août 2021 à Paris, gare de Lyon.", + "content": "Contrôle d’un passe sanitaire, en août 2021 à Paris, gare de Lyon.", "category": "", - "link": "https://www.courrierinternational.com/article/big-tech-le-plan-strategique-de-google-650-millions-deuros-pour-laustralie", + "link": "https://www.lemonde.fr/planete/article/2022/01/14/passe-sanitaire-desactive-faute-de-dose-de-rappel-a-partir-du-15-janvier-10-questions-pour-comprendre_6109474_3244.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": "Fri, 14 Jan 2022 12:52: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": "e3c97b4b499e230d2fb652ba553b550a" + "hash": "9c5dec4fe716ab3ded3ec8fd432e55e4", + "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": "Réforme de la haute fonction publique : le Conseil constitutionnel valide deux dispositions contestées", + "description": "La question prioritaire de constitutionnalité concernait, d’une part, l’indépendance des membres des corps d’inspection et, d’autre part, les modalités de recrutement au Conseil d’Etat et à la Cour des comptes.", + "content": "La question prioritaire de constitutionnalité concernait, d’une part, l’indépendance des membres des corps d’inspection et, d’autre part, les modalités de recrutement au Conseil d’Etat et à la Cour des comptes.", "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/politique/article/2022/01/14/reforme-de-la-haute-fonction-publique-le-conseil-constitutionnel-valide-deux-dispositions-contestees_6109473_823448.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": "Fri, 14 Jan 2022 12:49: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": "d125fa793a103c2a67a99b4a5eb41842" + "hash": "1f18b72d0894d1e0157c8939ffd1cbf6", + "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": "Que disent les nouveaux e-mails rendus publics sur l’origine du SARS-CoV-2 ?", + "description": "Dans un des e-mails, Michael Farzan, découvreur du récepteur du SARS, estime à 70 % la probabilité que le SARS-CoV-2 soit né en laboratoire.", + "content": "Dans un des e-mails, Michael Farzan, découvreur du récepteur du SARS, estime à 70 % la probabilité que le SARS-CoV-2 soit né en laboratoire.", "category": "", - "link": "https://www.courrierinternational.com/article/immobilier-de-barcelone-paris-loffensive-anti-airbnb", + "link": "https://www.lemonde.fr/les-decodeurs/article/2022/01/14/que-disent-les-nouveaux-courriels-rendus-publics-sur-l-origine-du-sarc-cov-2_6109472_4355770.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": "Fri, 14 Jan 2022 12:46: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": "a6e6450c4e58f4153b29cbef3ffbbeda" + "hash": "5dfdfdf015da7e1e3cf9e6dc1f55b3a9", + "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": "La maison Latapie des architectes du prix Pritzker 2021 cherche un acheteur", + "description": "La maison Latapie, à Floirac (Gironde), réalisée en 1993 par Anne Lacaton et Jean-Philippe Vassal.", + "content": "La maison Latapie, à Floirac (Gironde), réalisée en 1993 par Anne Lacaton et Jean-Philippe Vassal.", "category": "", - "link": "https://www.courrierinternational.com/article/aviation-airbus-decroche-un-megacontrat-de-255-avions", + "link": "https://www.lemonde.fr/culture/article/2022/01/14/la-maison-latapie-des-architectes-du-prix-pritzker-2021-cherche-un-acheteur_6109471_3246.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, 14 Jan 2022 12:45: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": "4d68e2c6d2a666208e1c4badc62021ae" + "hash": "d4a1cf455721a4a8fabddf28347e0469", + "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": "Russie : deux proches de l’opposant Alexeï Navalny désormais considérés comme « terroristes et extrémistes »", + "description": "Leonid Volkov (à gauche) Ivan Jdanov (à droite) le 22 février 2021 lors d’une conférence de presse à l’ambassade de Lituanie à Bruxelles.", + "content": "Leonid Volkov (à gauche) Ivan Jdanov (à droite) le 22 février 2021 lors d’une conférence de presse à l’ambassade de Lituanie à Bruxelles.", "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/2022/01/14/russie-deux-proches-de-l-opposant-alexei-navalny-desormais-consideres-comme-terroristes-et-extremistes_6109470_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": "Fri, 14 Jan 2022 12:38: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": "a9619035521a4e55352e9a229e66d99d" + "hash": "f3f239252ad1c0deb92c9bb89a95fe51", + "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": "Retrouvez le déroulé de l’actualité politique du vendredi 14 janvier", + "description": "Après l’échec d’accord entre le Sénat et l’Assemblée nationale sur le passe vaccinal, le projet de loi examiné vendredi en deuxième lecture par les députés a finalement été adopté au petit matin samedi.", + "content": "Après l’échec d’accord entre le Sénat et l’Assemblée nationale sur le passe vaccinal, le projet de loi examiné vendredi en deuxième lecture par les députés a finalement été adopté au petit matin samedi.", "category": "", - "link": "https://www.courrierinternational.com/long-format/reportage-la-gomme-arabique-moisson-doree-du-soudan", + "link": "https://www.lemonde.fr/politique/live/2022/01/14/les-debats-sur-le-passe-vaccinal-continuent-a-l-assemblee-a-athenes-valerie-pecresse-vante-la-gestion-de-l-immigration-par-la-grece_6109423_823448.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": "Fri, 14 Jan 2022 12:22: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": "02f03e2feb55b78320f97404c33f0239" + "hash": "054074be0621850e21fb88631c8940a0", + "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": "Un jeune migrant venu du Soudan meurt au large du Pas de Calais en tentant de traverser la Manche", + "description": "Après une opération de sauvetage de migrants qui ont tenté de traverser la Manche, à Berck, le 14 janvier 2022", + "content": "Après une opération de sauvetage de migrants qui ont tenté de traverser la Manche, à Berck, le 14 janvier 2022", "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/international/article/2022/01/14/un-migrant-meurt-au-large-de-berck-en-tentant-de-traverser-la-manche_6109464_3210.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": "Fri, 14 Jan 2022 12:16: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": "7c9e4c19a4acab3bd23fa6a3ba508db2" + "hash": "e27ba8754b5f27627e3f0b9afa46bbb8", + "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": "Air France-KLM pousse Pieter Elbers, le patron de KLM, vers la sortie", + "description": "Pieter Elbers, PDG de KLM, filiale néerlandaise d’Air France, le 20 février 2020.", + "content": "Pieter Elbers, PDG de KLM, filiale néerlandaise d’Air France, le 20 février 2020.", "category": "", - "link": "https://www.courrierinternational.com/article/musique-quand-adele-ed-sheeran-et-abba-embouteillent-lindustrie-du-vinyle", + "link": "https://www.lemonde.fr/economie/article/2022/01/14/air-france-pousse-pieter-elbers-le-patron-de-klm-vers-la-sortie_6109459_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/vinylrecordsadv241.jpg?itok=eGKgwzuX", - "enclosureType": "image/jpeg", + "pubDate": "Fri, 14 Jan 2022 11:53:37 +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": "eb7dd3d15fce9e1e2b5d93cc56fd71c0", + "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": "Scolarisation des enfants handicapés : Eric Zemmour fustige l’« obsession de l’inclusion »", + "description": "Eric Zemmour, lors de son discours à Saint-Quentin (Aisne), le 14 janvier 2022.", + "content": "Eric Zemmour, lors de son discours à Saint-Quentin (Aisne), le 14 janvier 2022.", "category": "", - "link": "https://www.courrierinternational.com/article/boom-tremblez-chers-francais-le-vin-anglais-sort-de-sa-cave", + "link": "https://www.lemonde.fr/politique/article/2022/01/15/scolarisation-des-enfants-handicapes-eric-zemmour-fustige-l-obsession-de-l-inclusion_6109621_823448.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": "Sat, 15 Jan 2022 12:57: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": "95660142b75b34738f1365b3db5fa3e1" + "hash": "df42288c2f3c9f92cbdafae756e27f34", + "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": "Au Japon, les milieux d’affaires et universitaires s’inquiètent de la stricte fermeture des frontières", + "description": "A Tokyo, le 11 janvier 2022.", + "content": "A Tokyo, le 11 janvier 2022.", "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/planete/article/2022/01/14/au-japon-les-milieux-d-affaires-et-universitaires-s-inquietent-de-la-stricte-fermeture-des-frontieres_6109455_3244.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": "Fri, 14 Jan 2022 11:21: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": "f0581457e24218d4a6937c06371bb4bc" + "hash": "e16322b47166c7301e25882d39adbb2a", + "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": "Jean-Michel Blanquer promet 8 000 renforts au total dans les établissements scolaires jusqu’à juillet", + "description": "Rassemblement devant l'inspection academique et la direction des services départementaux de l'education nationnal, à Strasbourg, le 13 janvier 2022.", + "content": "Rassemblement devant l'inspection academique et la direction des services départementaux de l'education nationnal, à Strasbourg, le 13 janvier 2022.", "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/education/article/2022/01/14/jean-michel-blanquer-promet-8-000-renforts-au-total-dans-les-etablissements-scolaires-jusqu-a-juillet_6109452_1473685.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, 14 Jan 2022 11:06:37 +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": "ab3cf69b7589a76bd220c599c5163ff3", + "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": "Au Burkina Faso, une dizaine de militaires et de civils soupçonnés de préparer un coup d’Etat", + "description": "Le président burkinabé, Roch Marc Christian Kaboré, le 12 novembre 2021 lors d’un discours à l’Unesco à Paris.", + "content": "Le président burkinabé, Roch Marc Christian Kaboré, le 12 novembre 2021 lors d’un discours à l’Unesco à Paris.", "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/afrique/article/2022/01/14/au-burkina-faso-une-dizaine-de-militaires-et-de-civils-soupconnes-de-preparer-un-coup-d-etat_6109451_3212.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, 14 Jan 2022 11:02: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": "ba9ff0012787887d21c9098eafcb3461", + "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": "La Primaire populaire a dévoilé ses sept candidats avant l’élection présidentielle 2022", + "description": "Déclaration de candidature à la présidentielle par Christiane Taubira, esplanade de la grande côte à la Croix Rousse à Lyon, le 15 janvier.", + "content": "Déclaration de candidature à la présidentielle par Christiane Taubira, esplanade de la grande côte à la Croix Rousse à Lyon, le 15 janvier.", "category": "", - "link": "https://www.courrierinternational.com/article/la-une-de-lhebdo-logement-la-loi-du-plus-riche", + "link": "https://www.lemonde.fr/election-presidentielle-2022/live/2022/01/15/election-presidentielle-2022-christiane-taubira-s-exprime-sur-sa-candidature-la-primaire-populaire-devoile-sa-liste-fin-du-faux-suspense-pour-la-gauche_6109601_6059010.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": "Sat, 15 Jan 2022 10:01: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": "852b928404589fde2a6c61eb85e29ce9" + "hash": "5c5abcafd7433b8c2f25e323212d82cc", + "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": "A l’Assemblée nationale, le passe vaccinal est adopté après de longues discussions", + "description": "Depuis le début de l’examen du projet de loi transformant le passe sanitaire en passe vaccinal, la tension est grande entre la majorité et Les Républicains, en pleine campagne présidentielle.", + "content": "Depuis le début de l’examen du projet de loi transformant le passe sanitaire en passe vaccinal, la tension est grande entre la majorité et Les Républicains, en pleine campagne présidentielle.", "category": "", - "link": "https://www.courrierinternational.com/article/belgique-alibaba-installe-sa-plateforme-logistique-europeenne-liege-sans-tambour-ni", + "link": "https://www.lemonde.fr/politique/live/2022/01/14/les-debats-sur-le-passe-vaccinal-continuent-a-l-assemblee-a-athenes-valerie-pecresse-vante-la-gestion-de-l-immigration-par-la-grece_6109423_823448.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, 14 Jan 2022 12:22: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": "92e37a16bcb33997a0f3524a45e9bc89" + "hash": "536bb3a4a11072aabccaa97145e96d6f", + "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": "Passe vaccinal : comment les débats se sont enlisés au Parlement", + "description": "Le ministre de la santé, Olivier Véran, au Sénat, le 11 janvier 2022.", + "content": "Le ministre de la santé, Olivier Véran, au Sénat, le 11 janvier 2022.", "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/politique/article/2022/01/14/passe-vaccinal-recit-de-dix-jours-d-enlisement-des-debats-au-parlement_6109437_823448.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": "Fri, 14 Jan 2022 10:31: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": "47de012bcd88118a93bfa7cd17cc8d08" + "hash": "d277482c682ed74ca0bc5e51cd89d322", + "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": "L’action d’EDF perd plus de 20 % en Bourse, plombée par des prévisions de résultats financiers et de production électrique à la baisse", + "description": "Jeudi, le gouvernement français a demandé à EDF d’augmenter de 20 % le volume d’électricité nucléaire vendu à prix réduit à ses concurrents cette année, pour limiter la hausse des prix. Cette décision va faire perdre des milliards d’euros à l’entreprise.", + "content": "Jeudi, le gouvernement français a demandé à EDF d’augmenter de 20 % le volume d’électricité nucléaire vendu à prix réduit à ses concurrents cette année, pour limiter la hausse des prix. Cette décision va faire perdre des milliards d’euros à l’entreprise.", "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/2022/01/14/l-action-d-edf-perd-plus-de-20-en-bourse-plombee-par-des-previsions-de-resultats-financiers-et-de-production-electrique-a-la-baisse_6109446_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": "Fri, 14 Jan 2022 10:57:02 +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": "08695b9a1cf2a9a92e49970a6dcff599", + "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": "Les Vingt-Sept inquiets des échanges américano-russes sur la sécurité", + "description": "Le haut représentant pour les affaires étrangères de l’UE, Josep Borrell, et le ministre français des affaires européennes, Jean-Yves Le Drian, lors d’une réunion à Brest, le 13 janvier 2022.", + "content": "Le haut représentant pour les affaires étrangères de l’UE, Josep Borrell, et le ministre français des affaires européennes, Jean-Yves Le Drian, lors d’une réunion à Brest, le 13 janvier 2022.", "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/international/article/2022/01/14/les-vingt-sept-inquiets-des-echanges-americano-russes-sur-la-securite_6109441_3210.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": "Fri, 14 Jan 2022 10:45: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": "851e2065aed69dd84eed04165fecc21f" + "hash": "3d31063035c9a79b9d032fc22608c3d8", + "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": "Un Franco-Syrien poursuivi en France pour « complicité de crimes »", + "description": "La mise en examen de Salah Habib est la première en France dans une enquête portant sur des soupçons de soutien à l’armée syrienne et à son programme d’armes chimiques.", + "content": "La mise en examen de Salah Habib est la première en France dans une enquête portant sur des soupçons de soutien à l’armée syrienne et à son programme d’armes chimiques.", "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/international/article/2022/01/14/un-franco-syrien-poursuivi-en-france-pour-complicite-de-crimes_6109439_3210.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": "Fri, 14 Jan 2022 10:39: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": "3963ce16cbd8164924836b249dd6d636" + "hash": "af64d37db84aeadc37203f0e1c2cc7ab", + "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": "Renault accélère sa transformation électrique", + "description": "Le directeur général de Renault, Luca de Meo, au milieu de Mégane électriques, à Munich, en Allemagne, le 6 septembre 2021.", + "content": "Le directeur général de Renault, Luca de Meo, au milieu de Mégane électriques, à Munich, en Allemagne, le 6 septembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/travail-les-petits-boulots-les-plus-bizarres-dallemagne", + "link": "https://www.lemonde.fr/economie/article/2022/01/14/renault-accelere-sa-transformation-electrique_6109438_3234.html", "creator": "", - "pubDate": "Mon, 08 Nov 2021 09:20:08 +0100", + "pubDate": "Fri, 14 Jan 2022 10:32: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": "e063d279e4393d26815eade6ef001515" + "hash": "923eab9e9bfea1b8dac31c10d9968ebd", + "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": "Art : au Grand Palais, grandes manœuvres autour de la FIAC", + "description": "La FIAC (Foire internationale d’art contemporain) au Grand Palais, à Paris, le 18 octobre 2019.", + "content": "La FIAC (Foire internationale d’art contemporain) au Grand Palais, à Paris, le 18 octobre 2019.", "category": "", - "link": "https://www.courrierinternational.com/article/agroalimentaire-ces-abattoirs-europeens-qui-exploitent-les-ouvriers-etrangers", + "link": "https://www.lemonde.fr/culture/article/2022/01/14/art-au-grand-palais-grandes-man-uvres-autour-de-la-fiac_6109436_3246.html", "creator": "", - "pubDate": "Mon, 08 Nov 2021 05:57:22 +0100", + "pubDate": "Fri, 14 Jan 2022 10:18: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": "663cd91d56dad5d2c8a8ed7c4c0d6422" + "hash": "db8d6191634caf6cc5ddb03c7aa53968", + "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": "Covid-19 : Hongkong élargit sa stratégie d’isolement international, les passagers aériens de plus de 150 pays interdits de transit", + "description": "Dans un centre communautaire de dépistage du Covid-19, à Tuen Mun, Hongkong, le 12 janvier 2022.", + "content": "Dans un centre communautaire de dépistage du Covid-19, à Tuen Mun, Hongkong, le 12 janvier 2022.", "category": "", - "link": "https://www.courrierinternational.com/article/concurrence-la-cocotte-minute-de-la-livraison-express", + "link": "https://www.lemonde.fr/planete/article/2022/01/14/covid-19-hongkong-interdit-aux-passagers-de-plus-de-150-pays-de-transiter-par-son-aeroport_6109435_3244.html", "creator": "", - "pubDate": "Sat, 06 Nov 2021 14:35:11 +0100", + "pubDate": "Fri, 14 Jan 2022 10:17: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": "a3aefd635ba134c339b9c41b51444cfa" + "hash": "24bc967d62580781b9966fb89e4b49da", + "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": "Grève des enseignants : « Certains syndicats appellent à la poursuite du mouvement »", + "description": "Paris, France le 13 janvier 2022 - Manifestation lors de la journee de greve dans l Education nationale. Une manifestante au sein du cortege de la Fédération indépendante et démocratique lycéenne (FIDL) tient une pancarte lisant \"ma pancarte est toute pourrie mon education le sera aussi\".", + "content": "Paris, France le 13 janvier 2022 - Manifestation lors de la journee de greve dans l Education nationale. Une manifestante au sein du cortege de la Fédération indépendante et démocratique lycéenne (FIDL) tient une pancarte lisant \"ma pancarte est toute pourrie mon education le sera aussi\".", "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/live/2022/01/14/greve-des-enseignants-quelles-suites-a-la-mobilisation-de-jeudi-posez-vos-questions_6109433_3224.html", "creator": "", - "pubDate": "Fri, 05 Nov 2021 16:59:49 +0100", + "pubDate": "Fri, 14 Jan 2022 10:03:05 +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": "e3f073767d03ff3dd4139e33c82bf700", + "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": "Le visa de Novak Djokovic de nouveau annulé par l’Australie", + "description": "Novak Dojokovic devrait faire appel de la décision prise par le ministre de l’immigration australien d’annuler son visa d’entrée. S’il ne le fait pas, ou s’il n’obtient pas gain de cause, il ne jouera pas l’Open d’Australie et sera immédiatement expulsé.", + "content": "Novak Dojokovic devrait faire appel de la décision prise par le ministre de l’immigration australien d’annuler son visa d’entrée. S’il ne le fait pas, ou s’il n’obtient pas gain de cause, il ne jouera pas l’Open d’Australie et sera immédiatement expulsé.", "category": "", - "link": "https://www.courrierinternational.com/article/cop26-des-engagements-encourageants-pour-delaisser-les-energies-fossiles", + "link": "https://www.lemonde.fr/international/article/2022/01/14/le-visa-de-novak-djokovic-de-nouveau-annule-par-l-australie_6109427_3210.html", "creator": "", - "pubDate": "Fri, 05 Nov 2021 15:44:45 +0100", + "pubDate": "Fri, 14 Jan 2022 08:19: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": "2ecd6b06aeb024421c502e471132a336" + "hash": "06079f2052b3b851b688a6941244d6ac", + "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": "Ukraine : une cyberattaque contre des sites gouvernementaux n’a provoqué « aucune fuite de données personnelles », selon Kiev", + "description": "Cette agression a lieu dans un contexte de grandes tensions militaires et diplomatiques avec la Russie. L’Ukraine a subi plusieurs cyberattaques au cours des dernières années, notamment contre des infrastructures critiques.", + "content": "Cette agression a lieu dans un contexte de grandes tensions militaires et diplomatiques avec la Russie. L’Ukraine a subi plusieurs cyberattaques au cours des dernières années, notamment contre des infrastructures critiques.", "category": "", - "link": "https://www.courrierinternational.com/article/pandemie-vaccination-quasi-obligatoire-pour-plus-de-100-millions-de-salaries-americains", + "link": "https://www.lemonde.fr/international/article/2022/01/14/ukraine-une-cyberattaque-touche-de-nombreux-sites-gouvernementaux_6109424_3210.html", "creator": "", - "pubDate": "Fri, 05 Nov 2021 05:55:22 +0100", + "pubDate": "Fri, 14 Jan 2022 07:52: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": "74a2f42552ae2548ccecdc4300676b5f" + "hash": "a93360d19c92b795ad2330efc50cfb82", + "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": "La température atteint 50,7°C en Australie-Occidentale, un nouveau record", + "description": "« C’est la température la plus chaude jamais enregistrée en Australie depuis soixante-deux ans », a annoncé le Bureau de météorologie de l’Etat australien.", + "content": "« C’est la température la plus chaude jamais enregistrée en Australie depuis soixante-deux ans », a annoncé le Bureau de météorologie de l’Etat australien.", "category": "", - "link": "https://www.courrierinternational.com/article/monnaie-la-banque-centrale-americaine-ralentit-son-soutien-leconomie", + "link": "https://www.lemonde.fr/planete/article/2022/01/14/temperature-record-relevee-en-australie-50-7-c_6109419_3244.html", "creator": "", - "pubDate": "Thu, 04 Nov 2021 16:31:25 +0100", + "pubDate": "Fri, 14 Jan 2022 06:33:24 +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": "405ee113d4d3d8ade6fe787402461da5", + "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": "Derrière le procès d’un squatteur, la difficulté croissante pour les plus pauvres de se loger en Bretagne", + "description": "Une maison à Belle-Ile-en-Mer.", + "content": "Une maison à Belle-Ile-en-Mer.", "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/societe/article/2022/01/14/a-belle-ile-en-mer-le-proces-d-un-squatteur-met-en-lumiere-les-problemes-de-logement_6109417_3224.html", "creator": "", - "pubDate": "Thu, 04 Nov 2021 11:58:03 +0100", + "pubDate": "Fri, 14 Jan 2022 06:13: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": "48ed7c6973ab14259c9eca419ec01106" + "hash": "34bafa00f653a8a3463d6fb007d39785", + "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": "A l’Assemblée nationale, les discussions s’éternisent sur le passe vaccinal", + "description": "Depuis le début de l’examen du projet de loi transformant le passe sanitaire en passe vaccinal, la tension est grande entre la majorité et Les Républicains, en pleine campagne présidentielle.", + "content": "Depuis le début de l’examen du projet de loi transformant le passe sanitaire en passe vaccinal, la tension est grande entre la majorité et Les Républicains, en pleine campagne présidentielle.", "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/politique/live/2022/01/14/les-debats-sur-le-passe-vaccinal-continuent-a-l-assemblee-a-athenes-valerie-pecresse-vante-la-gestion-de-l-immigration-par-la-grece_6109423_823448.html", "creator": "", - "pubDate": "Wed, 03 Nov 2021 17:48:37 +0100", + "pubDate": "Fri, 14 Jan 2022 12:22: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": "29e78f21ffa6bacc1c66418ab8f25cd2" + "hash": "9c3e976509978a40a1b1924088de94de", + "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": "Face à la colère des enseignants, Emmanuel Macron joue l’apaisement à trois mois de la présidentielle", + "description": "Les enseignants défilent pour protester contre les mesures sanitaires du gouvernement, à Marseille, le 13 janvier 2022.", + "content": "Les enseignants défilent pour protester contre les mesures sanitaires du gouvernement, à Marseille, le 13 janvier 2022.", "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/politique/article/2022/01/14/sur-l-ecole-emmanuel-macron-joue-l-apaisement_6109411_823448.html", "creator": "", - "pubDate": "Wed, 03 Nov 2021 12:34:19 +0100", + "pubDate": "Fri, 14 Jan 2022 05:59: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": "53bafb6a71231a73d7ceb2f9fef2e7cd" + "hash": "e51bac6c9901791a25e8a0061889eaf6", + "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": "La Polynésie française placée en vigilance rouge pour fortes pluies", + "description": "Carte de vigilance météorologique sur la Polynésie française émise par Météo-France, le 13 janvier 2022", + "content": "Carte de vigilance météorologique sur la Polynésie française émise par Météo-France, le 13 janvier 2022", "category": "", - "link": "https://www.courrierinternational.com/article/technologie-facebook-cesse-dutiliser-son-systeme-de-reconnaissance-faciale", + "link": "https://www.lemonde.fr/planete/article/2022/01/14/la-polynesie-francaise-placee-en-vigilance-rouge-pour-fortes-pluies_6109408_3244.html", "creator": "", - "pubDate": "Tue, 02 Nov 2021 21:24:54 +0100", + "pubDate": "Fri, 14 Jan 2022 05:14: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": "f054c7aa604220fe898ca75620532c40" + "hash": "53369211059818dfcb6ff1255a9b9b9f", + "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": "Aux Etats-Unis, la commission d’enquête sur le 6 janvier assigne quatre réseaux sociaux à témoigner", + "description": "Le Capitole, à Washington, le 13 janvier 2022.", + "content": "Le Capitole, à Washington, le 13 janvier 2022.", "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/international/article/2022/01/14/aux-etats-unis-la-commission-d-enquete-sur-le-6-janvier-assigne-quatre-reseaux-sociaux-a-temoigner_6109403_3210.html", "creator": "", - "pubDate": "Tue, 02 Nov 2021 19:42:26 +0100", + "pubDate": "Fri, 14 Jan 2022 04:32:24 +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": "011cf52d5607bcbe90e02ae705eae72c", + "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": "ADP, Bouygues et Colas sanctionnés par la Banque mondiale pour pratiques frauduleuses", + "description": "Les trois sociétés sont accusées d’avoir contourné les règles dans l’attribution de marchés, notamment en rencontrant des dirigeants politiques.", + "content": "Les trois sociétés sont accusées d’avoir contourné les règles dans l’attribution de marchés, notamment en rencontrant des dirigeants politiques.", "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/2022/01/14/adp-bouygues-et-colas-sanctionnes-par-la-banque-mondiale-pour-pratiques-frauduleuses_6109400_3234.html", "creator": "", - "pubDate": "Tue, 02 Nov 2021 17:09:10 +0100", + "pubDate": "Fri, 14 Jan 2022 03:42:25 +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": "b17e482e4473754cfa85f3eaf894f39a", + "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": "Les Oath Keepers, milice d’extrême droite ayant mené l’assaut contre le Capitole, poursuivie pour « conspiration de sédition »", + "description": "Le fondateur de la milice des Oath Keepers, Stewart Rhodes, avec des membres de son organisation, à Minneapolis (Minnesota), en octobre 2019.", + "content": "Le fondateur de la milice des Oath Keepers, Stewart Rhodes, avec des membres de son organisation, à Minneapolis (Minnesota), en octobre 2019.", "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/article/2022/01/14/assaut-du-capitole-le-fbi-poursuit-la-milice-des-oath-keepers-pour-sedition_6109397_3210.html", "creator": "", - "pubDate": "Tue, 02 Nov 2021 17:06:45 +0100", + "pubDate": "Fri, 14 Jan 2022 01:29: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": "98891e4bfb857391be7893c6ea9733b3" + "hash": "a39748b5277c61702d8145b5001d0791", + "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": "Sirhan Sirhan, l’assassin de Robert Kennedy, ne sera pas libéré", + "description": "L’assassin de Robert Kennedy en 1968, Sirhan Sirhan, lors d’une audience de libération conditionnelle, à San Diego (Californie), aux Etats-Unis, le 10 février 2016.", + "content": "L’assassin de Robert Kennedy en 1968, Sirhan Sirhan, lors d’une audience de libération conditionnelle, à San Diego (Californie), aux Etats-Unis, le 10 février 2016.", "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/2022/01/14/le-gouverneur-de-californie-refuse-la-liberation-de-l-assassin-de-robert-kennedy_6109395_3210.html", "creator": "", - "pubDate": "Tue, 02 Nov 2021 14:26:32 +0100", + "pubDate": "Fri, 14 Jan 2022 01:09: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": "91f4370ccedd67c49be4ffaa45940b6e" + "hash": "0e28332a3457fce821f537248b62b912", + "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": "Euro de handball : la France se rassure en battant nettement la Croatie", + "description": "L’arrière Dika Mem a terminé meilleur marqueur du match France-Croatie, remporté 27 à 22 par l’équipe tricolore.", + "content": "L’arrière Dika Mem a terminé meilleur marqueur du match France-Croatie, remporté 27 à 22 par l’équipe tricolore.", "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/sport/article/2022/01/14/euro-de-handball-la-france-se-rassure-en-battant-nettement-la-croatie_6109394_3242.html", "creator": "", - "pubDate": "Tue, 02 Nov 2021 12:19:04 +0100", + "pubDate": "Fri, 14 Jan 2022 00:46: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": "ada8d22c39e2496e1d925d2fb126774b" + "hash": "23eed3b313874e353170abab33852460", + "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": "En représentant un fœtus noir, un étudiant révèle l’invisibilisation de la diversité en médecine", + "description": "Un fœtus de femme noire, représenté par Chidiebere Ibe, le 24 novembre 2021.", + "content": "Un fœtus de femme noire, représenté par Chidiebere Ibe, le 24 novembre 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/societe/article/2022/01/14/en-representant-un-f-tus-noir-un-etudiant-revele-l-invisibilisation-de-la-diversite-en-medecine_6109538_3224.html", "creator": "", - "pubDate": "Tue, 02 Nov 2021 06:03:30 +0100", + "pubDate": "Fri, 14 Jan 2022 19:38: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": "e0712775f4f57282d00e445435cc9261" + "hash": "958b9afb23ef296e036451a43fdb9f8e", + "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": "Dans les Hauts-de-France, Eric Zemmour prône une école du « passé » ; les débats sur le passe vaccinal se tendent à l’Assemblée", + "description": "Depuis le début de l’examen du projet de loi transformant le passe sanitaire en passe vaccinal, la tension est grande entre la majorité et Les Républicains, sur fond de campagne présidentielle.", + "content": "Depuis le début de l’examen du projet de loi transformant le passe sanitaire en passe vaccinal, la tension est grande entre la majorité et Les Républicains, sur fond de campagne présidentielle.", "category": "", - "link": "https://www.courrierinternational.com/article/anachronisme-le-japon-dit-enfin-adieu-la-disquette", + "link": "https://www.lemonde.fr/politique/live/2022/01/14/les-debats-sur-le-passe-vaccinal-continuent-a-l-assemblee-a-athenes-valerie-pecresse-vante-la-gestion-de-l-immigration-par-la-grece_6109423_823448.html", "creator": "", - "pubDate": "Mon, 01 Nov 2021 17:26:58 +0100", + "pubDate": "Fri, 14 Jan 2022 12:22: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": "78193263d5e86c07c0444c6ab6dcbb4a" + "hash": "f77e7b476ddde163e2c0afe1a2791197", + "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": "Ecole : Jean-Michel Blanquer promet le recrutement de 3 300 contractuels et 5 millions de masques FFP2 pour les enseignants", + "description": "Le premier ministre Jean Castex et le ministre de l’éducation, Jean-Michel Blanquer lors d’une rencontre avec les syndicats le 13 janvier.", + "content": "Le premier ministre Jean Castex et le ministre de l’éducation, Jean-Michel Blanquer lors d’une rencontre avec les syndicats le 13 janvier.", "category": "", - "link": "https://www.courrierinternational.com/article/veganisme-apres-le-burger-sans-viande-les-oeufs-vegetaux", + "link": "https://www.lemonde.fr/societe/article/2022/01/13/ecole-jean-michel-blanquer-promet-le-recrutement-de-3-300-contractuels-et-5-millions-de-masques-ffp2-pour-les-enseignants_6109389_3224.html", "creator": "", - "pubDate": "Mon, 01 Nov 2021 17:21:08 +0100", + "pubDate": "Thu, 13 Jan 2022 23:17: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": "2f74cacf2ca42e9daba341c031199d24" + "hash": "e2febc59dae09676c56242c74993eb96", + "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": "L’Etat met à contribution EDF pour « limiter la hausse des prix de l’électricité » en France", + "description": "Logo d’EDF, au siège de l’entreprise, à Paris, en février 2019.", + "content": "Logo d’EDF, au siège de l’entreprise, à Paris, en février 2019.", "category": "", - "link": "https://www.courrierinternational.com/article/crise-climatique-taxe-bien-lalcool-pourquoi-pas-le-carbone", + "link": "https://www.lemonde.fr/energies/article/2022/01/13/l-etat-met-a-contribution-edf-pour-limiter-la-hausse-des-prix-de-l-electricite-en-2022_6109388_1653054.html", "creator": "", - "pubDate": "Mon, 01 Nov 2021 05:44:48 +0100", + "pubDate": "Thu, 13 Jan 2022 23:12: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": "a485c04b096a5f8a6ac93567a5b0a0f0" + "hash": "42e997ecc18955d394ca425f7860d758", + "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": "Joe Biden enregistre des revers à la Cour suprême et au Sénat", + "description": "Joe Biden, à Washington, le 13 janvier 2022.", + "content": "Joe Biden, à Washington, le 13 janvier 2022.", "category": "", - "link": "https://www.courrierinternational.com/article/tendance-miami-les-riches-latino-americains-se-ruent-sur-limmobilier", + "link": "https://www.lemonde.fr/international/article/2022/01/13/a-la-cour-supreme-et-au-senat-joe-biden-enregistre-des-revers_6109387_3210.html", "creator": "", - "pubDate": "Sun, 31 Oct 2021 13:49:12 +0100", + "pubDate": "Thu, 13 Jan 2022 22:45: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": "9c2dd9a8dfcdf03c150c4a886767e776" + "hash": "533cc5dadada5bf45cedcf75a005948b", + "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": "CAN : le Cameroun surclasse l’Ethiopie et se qualifie pour les huitièmes de finale", + "description": "Vincent Aboubakar, le capitaine des Lions indomptables, a marqué deux buts face à l’Ethiopie, jeudi 13 janvier 2022.", + "content": "Vincent Aboubakar, le capitaine des Lions indomptables, a marqué deux buts face à l’Ethiopie, jeudi 13 janvier 2022.", "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/afrique/article/2022/01/13/can-le-cameroun-surclasse-l-ethiopie-et-se-qualifie-pour-les-huitiemes-de-finale_6109385_3212.html", "creator": "", - "pubDate": "Sat, 30 Oct 2021 16:19:38 +0200", + "pubDate": "Thu, 13 Jan 2022 21:53:14 +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": "6691e96e5e2c2c6dfa7e64f00a79a06b", + "highlights": [] + }, { "title": "Prothèses mammaires PIP : le certificateur TÜV Rheinland doit indemniser 1 600 nouvelles plaignantes", "description": "Prothèse mammaire PIP défectueuse, à Marseille, le 10 juin 2010.", @@ -339764,7 +358310,7 @@ "highlights": [] }, { - "title": "Covid-19 : la justice suspend l’arrêté préfectoral rendant obligatoire le masque en extérieur à Paris", + "title": "Covid-19 : le port obligatoire du masque à l’extérieur à Paris suspendu par la justice", "description": "A Paris, le 5 janvier 2022.", "content": "A Paris, le 5 janvier 2022.", "category": "", @@ -339782,7 +358328,7 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1f8ec84aec5466e9d2c80d6925ab82b", + "hash": "914ec743a6788372dd8d7d11bd95b58b", "highlights": [] }, { @@ -339829,6 +358375,72 @@ "hash": "42b4f0f7e44bfeb29bb469c707eeb050", "highlights": [] }, + { + "title": "Le groupe cybercriminel REvil a été démantelé sur demande des Etats-Unis, annonce la Russie", + "description": "C’est l’un des plus importants réseaux criminels pratiquant les attaques par rançongiciels dans le monde. Dans leur communiqué, les services de renseignement russes affirment avoir mené des perquisitions à 25 adresses liées à 14 suspects.", + "content": "C’est l’un des plus importants réseaux criminels pratiquant les attaques par rançongiciels dans le monde. Dans leur communiqué, les services de renseignement russes affirment avoir mené des perquisitions à 25 adresses liées à 14 suspects.", + "category": "", + "link": "https://www.lemonde.fr/pixels/article/2022/01/14/le-groupe-cybercriminel-revil-a-ete-demantele-sur-demande-des-etats-unis-annonce-la-russie_6109506_4408996.html", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 15:48: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": "7fe425edf57d4e75598c17a889206a50", + "highlights": [] + }, + { + "title": "Ukraine : où en sont les pourparlers entre la Russie, les Etats-Unis et l’OTAN ? Quels risques d’escalade ? Posez vos questions à nos journalistes", + "description": "Tensions à la frontière ukrainienne, sécurité de l’Europe, exigences de Moscou, origines historiques de la crise… Benoît Vitkine et Piotr Smolar, correspondants du « Monde » à Moscou et Washington, répondent à vos questions.", + "content": "Tensions à la frontière ukrainienne, sécurité de l’Europe, exigences de Moscou, origines historiques de la crise… Benoît Vitkine et Piotr Smolar, correspondants du « Monde » à Moscou et Washington, répondent à vos questions.", + "category": "", + "link": "https://www.lemonde.fr/international/live/2022/01/14/ukraine-ou-en-sont-les-pourparlers-entre-la-russie-les-etats-unis-et-l-otan-quels-risques-d-escalade-posez-vos-questions-a-nos-journalistes_6109500_3210.html", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 15:30: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": "009b6e3a355d1b42c7c2e9fa52d6543f", + "highlights": [] + }, + { + "title": "A l’Assemblée, LFI critique « le déni permanent, l’orgueil, et l’amateurisme » du gouvernement ; Gabriel Attal défend le passe vaccinal : suivez notre direct politique", + "description": "En campagne, Valérie Pécresse se rend en Grèce pour parler d’immigration, à moins de trois mois de l’élection présidentielle. Dans les Côtes-d’Armor, Marine Le Pen a réitéré son opposition aux éoliennes en mer et sur terre.", + "content": "En campagne, Valérie Pécresse se rend en Grèce pour parler d’immigration, à moins de trois mois de l’élection présidentielle. Dans les Côtes-d’Armor, Marine Le Pen a réitéré son opposition aux éoliennes en mer et sur terre.", + "category": "", + "link": "https://www.lemonde.fr/politique/live/2022/01/14/emmanuel-macron-veut-une-reforme-systemique-de-l-universite-marine-le-pen-s-oppose-aux-eoliennes-dans-les-cotes-d-armor-suivez-notre-direct-politique_6109423_823448.html", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 07:28:49 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c35d13bf035e157f90188a243b5fa356", + "highlights": [] + }, { "title": "Enquête | Le CPF, terrain de chasse des escrocs", "description": "Créé en 2015, le compte personnel de formation fait l’objet d’une campagne massive de sollicitations par téléphone ou SMS, derrière laquelle se glissent arnaques, ventes forcées et entreprises peu scrupuleuses.", @@ -339961,6 +358573,50 @@ "hash": "dc732003b34fdf0635cc0412e452cb0c", "highlights": [] }, + { + "title": "Air France pousse Pieter Elbers, le patron de KLM, vers la sortie", + "description": "Pieter Elbers, PDG de KLM, filiale néerlandaise d’Air France, le 20 février 2020.", + "content": "Pieter Elbers, PDG de KLM, filiale néerlandaise d’Air France, le 20 février 2020.", + "category": "", + "link": "https://www.lemonde.fr/economie/article/2022/01/14/air-france-pousse-pieter-elbers-le-patron-de-klm-vers-la-sortie_6109459_3234.html", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 11:53: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": "b2d7a055a3f6545a25249171702ff300", + "highlights": [] + }, + { + "title": "« On est là pour faire la loi, pas seulement la campagne présidentielle » : le passe vaccinal de retour à l’Assemblée nationale, suivez notre direct politique", + "description": "En campagne, Valérie Pécresse se rend en Grèce pour parler d’immigration, à moins de trois mois de l’élection présidentielle. Dans les Côtes-d’Armor, Marine Le Pen a réitéré son opposition aux éoliennes en mer et sur terre.", + "content": "En campagne, Valérie Pécresse se rend en Grèce pour parler d’immigration, à moins de trois mois de l’élection présidentielle. Dans les Côtes-d’Armor, Marine Le Pen a réitéré son opposition aux éoliennes en mer et sur terre.", + "category": "", + "link": "https://www.lemonde.fr/politique/live/2022/01/14/emmanuel-macron-veut-une-reforme-systemique-de-l-universite-marine-le-pen-s-oppose-aux-eoliennes-dans-les-cotes-d-armor-suivez-notre-direct-politique_6109423_823448.html", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 07:28:49 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a30411c6f25dbdd27ab0b1e093761d3e", + "highlights": [] + }, { "title": "Le témoin interrogé depuis mercredi dans l’enquête sur le quadruple meurtre de 2012 à Chevaline a été libéré, jeudi. Sa garde à vue levée sans « aucune charge » retenue contre lui, a annoncé le parquet d’Annecy.", "description": "Une dépanneuse escortée par des gendarmes sur la route de la Combe d’Ire transporte la voiture dans laquelle trois personnes ont été abattues dans le village alpin de Chevaline, le 6 septembre 2012.", @@ -340115,6 +358771,94 @@ "hash": "916ddc1f9c6f2ce7d609dd446350bb53", "highlights": [] }, + { + "title": "Covid-19 : Hongkong élargit sa stratégie d’isolement international, les passagers aériens de plus de 150 pays interdits de transit", + "description": "Dans un centre communautaire de dépistage du Covid-19, à Tuen Mun, Hongkong, le 12 janvier 2022.", + "content": "Dans un centre communautaire de dépistage du Covid-19, à Tuen Mun, Hongkong, le 12 janvier 2022.", + "category": "", + "link": "https://www.lemonde.fr/planete/article/2022/01/14/covid-19-hongkong-interdit-aux-passagers-de-plus-de-150-pays-de-transiter-par-son-aeroport_6109435_3244.html", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 10:17: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": "f6e3bb9dea43f04fd3b2c4c3a945a96c", + "highlights": [] + }, + { + "title": "Grève des enseignants : « L’école est un sujet crucial pour Emmanuel Macron et la plupart des présumés candidats à l’Elysée »", + "description": "Des manifestants de la Fédération des Conseils de Parents d'Elèves (FCPE) sont mobilisés pour protester contre le protocole sanitaire à l’école, à Paris, le 13 janvier 2022.", + "content": "Des manifestants de la Fédération des Conseils de Parents d'Elèves (FCPE) sont mobilisés pour protester contre le protocole sanitaire à l’école, à Paris, le 13 janvier 2022.", + "category": "", + "link": "https://www.lemonde.fr/societe/live/2022/01/14/greve-des-enseignants-quelles-suites-a-la-mobilisation-de-jeudi-posez-vos-questions_6109433_3224.html", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 10:03: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": "53a0ebd2e55be63995598bef680297f1", + "highlights": [] + }, + { + "title": "Ukraine : une cyberattaque vise des sites gouvernementaux, « aucune fuite de données personnelles », selon Kiev", + "description": "Cette agression a lieu dans un contexte de grandes tensions militaires et diplomatiques avec la Russie. L’Ukraine a subi plusieurs cyberattaques au cours des dernières années, notamment contre des infrastructures critiques.", + "content": "Cette agression a lieu dans un contexte de grandes tensions militaires et diplomatiques avec la Russie. L’Ukraine a subi plusieurs cyberattaques au cours des dernières années, notamment contre des infrastructures critiques.", + "category": "", + "link": "https://www.lemonde.fr/international/article/2022/01/14/ukraine-une-cyberattaque-touche-de-nombreux-sites-gouvernementaux_6109424_3210.html", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 07:52: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": "057b7655b135d9b3537b8eb3250c3905", + "highlights": [] + }, + { + "title": "Emmanuel Macron expose ses propositions sur l’université, Marine Le Pen dénonce « le saccage du paysage » causé par les éoliennes : suivez notre direct politique", + "description": "Le ministre de l’éducation est revenu sur sa gestion critiquée de l’épidémie. En campagne, Marie Le Pen va dans les Côtes-d’Armor, et Valérie Pécresse, en Grèce.", + "content": "Le ministre de l’éducation est revenu sur sa gestion critiquée de l’épidémie. En campagne, Marie Le Pen va dans les Côtes-d’Armor, et Valérie Pécresse, en Grèce.", + "category": "", + "link": "https://www.lemonde.fr/politique/live/2022/01/14/apres-l-impasse-parlementaire-le-passe-vaccinal-revient-a-l-assemblee-suivez-notre-direct-politique_6109423_823448.html", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 07:28: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": "35110f23852f2a5830fe976bfb24a309", + "highlights": [] + }, { "title": "Affaire Yannick Agnel : de nouvelles questions", "description": "Selon la cellule investigation de Radio France, plusieurs nageurs auraient été au courant dès 2017 de la « relation intime » entre l’ancien athlète et la fille de son ex-entraîneur.", @@ -340489,6 +359233,94 @@ "hash": "267439b371d6aefd9fd813e27c5b54f9", "highlights": [] }, + { + "title": "Grève des enseignants : quelles suites à la mobilisation de jeudi ? Posez vos questions", + "description": "Jean-Michel Blanquer a annoncé de nouvelles mesures après une journée de grève très suivie. Mattea Battaglia, journaliste chargée du suivi de l’éducation au « Monde », répond à vos questions à partir de 10 h 30.", + "content": "Jean-Michel Blanquer a annoncé de nouvelles mesures après une journée de grève très suivie. Mattea Battaglia, journaliste chargée du suivi de l’éducation au « Monde », répond à vos questions à partir de 10 h 30.", + "category": "", + "link": "https://www.lemonde.fr/societe/live/2022/01/14/greve-des-enseignants-quelles-suites-a-la-mobilisation-de-jeudi-posez-vos-questions_6109433_3224.html", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 10:03: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": "909dbf8e66e87ed314d3b5567118db17", + "highlights": [] + }, + { + "title": "Ukraine : une cyberattaque vise des sites gouvernementaux, « aucune fuite de données personnelles » selon Kiev", + "description": "Cette agression a lieu dans un contexte de grandes tensions militaires et diplomatiques avec la Russie. L’Ukraine a subi plusieurs cyberattaques au cours des dernières années, notamment contre des infrastructures critiques.", + "content": "Cette agression a lieu dans un contexte de grandes tensions militaires et diplomatiques avec la Russie. L’Ukraine a subi plusieurs cyberattaques au cours des dernières années, notamment contre des infrastructures critiques.", + "category": "", + "link": "https://www.lemonde.fr/international/article/2022/01/14/ukraine-une-cyberattaque-touche-de-nombreux-sites-gouvernementaux_6109424_3210.html", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 07:52: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": "51011964a43f7d096f5870808ffecea1", + "highlights": [] + }, + { + "title": "Jean-Michel Blanquer reconnaît « des erreurs », Benoit Payan entretient le doute sur son soutien à Anne Hidalgo : suivez notre direct politique", + "description": "Le ministre de l’éducation est revenu sur sa gestion critiquée de l’épidémie à l’école. En campagne, Marie Le Pen se rend dans les Côtes-d’Armor, et Valérie Pécresse, en Grèce.", + "content": "Le ministre de l’éducation est revenu sur sa gestion critiquée de l’épidémie à l’école. En campagne, Marie Le Pen se rend dans les Côtes-d’Armor, et Valérie Pécresse, en Grèce.", + "category": "", + "link": "https://www.lemonde.fr/politique/live/2022/01/14/apres-l-impasse-parlementaire-le-passe-vaccinal-revient-a-l-assemblee-suivez-notre-direct-politique_6109423_823448.html", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 07:28: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": "a7758fa5eaecef381d9e5cc77526d657", + "highlights": [] + }, + { + "title": "A la Cour suprême et au Sénat, Joe Biden enregistre des revers", + "description": "Joe Biden, à Washington, le 13 janvier 2022.", + "content": "Joe Biden, à Washington, le 13 janvier 2022.", + "category": "", + "link": "https://www.lemonde.fr/international/article/2022/01/13/a-la-cour-supreme-et-au-senat-joe-biden-enregistre-des-revers_6109387_3210.html", + "creator": "", + "pubDate": "Thu, 13 Jan 2022 22:45: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": "f8b6572b1f585c827496cbd8fca758f5", + "highlights": [] + }, { "title": "Kiev satisfait de l’« unité » de ses partenaires face à Moscou", "description": "Le président ukrainien, Volodymyr Zelensky, et le secrétaire général de l’OTAN, Jens Stoltenberg, à Bruxelles, le 16 décembre 2021.", @@ -340621,6 +359453,50 @@ "hash": "7b4a165a9384530103371ac206fcf975", "highlights": [] }, + { + "title": "En Ukraine, une cyberattaque de grande ampleur vise de nombreux sites gouvernementaux", + "description": "Cette agression a lieu dans un contexte de grandes tensions militaires et diplomatiques avec la Russie. L’Ukraine a subi plusieurs cyberattaques ces dernières années, notamment contre des infrastructures critiques.", + "content": "Cette agression a lieu dans un contexte de grandes tensions militaires et diplomatiques avec la Russie. L’Ukraine a subi plusieurs cyberattaques ces dernières années, notamment contre des infrastructures critiques.", + "category": "", + "link": "https://www.lemonde.fr/international/article/2022/01/14/ukraine-une-cyberattaque-touche-de-nombreux-sites-gouvernementaux_6109424_3210.html", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 07:52: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": "38b897b6fe04273546fbb74b313dc334", + "highlights": [] + }, + { + "title": "« Je ne suis pas parfait, je fais des erreurs », reconnaît Jean-Michel Blanquer : suivez notre direct politique", + "description": "Le ministre de l’éducation est revenu sur sa gestion critiquée de l’épidémie à l’école. En campagne, Marie Le Pen se rend dans les Côtes-d’Armor et Valérie Pécresse en Grèce.", + "content": "Le ministre de l’éducation est revenu sur sa gestion critiquée de l’épidémie à l’école. En campagne, Marie Le Pen se rend dans les Côtes-d’Armor et Valérie Pécresse en Grèce.", + "category": "", + "link": "https://www.lemonde.fr/politique/live/2022/01/14/apres-l-impasse-parlementaire-le-passe-vaccinal-revient-a-l-assemblee-suivez-notre-direct-politique_6109423_823448.html", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 07:28: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": "405fd4c1c2c7ffd58d3b9f842bec2415", + "highlights": [] + }, { "title": "Toulouse : les éboueurs votent la fin de la grève", "description": "La grève des éboueurs à Toulouse, qui avait débuté le 16 décembre 2021, s’est achevée le 13 janvier 2022.", @@ -340709,6 +359585,182 @@ "hash": "6cef6b97a8c6d2d91f214cf4cecbb64c", "highlights": [] }, + { + "title": "En Ukraine, de nombreux sites gouvernementaux visés par une cyberattaque de grande ampleur", + "description": "Cette agression a lieu dans un contexte de grandes tensions militaires et diplomatiques avec la Russie. L’Ukraine a subi plusieurs cyberattaques ces dernières années, notamment contre son réseau d’électricité.", + "content": "Cette agression a lieu dans un contexte de grandes tensions militaires et diplomatiques avec la Russie. L’Ukraine a subi plusieurs cyberattaques ces dernières années, notamment contre son réseau d’électricité.", + "category": "", + "link": "https://www.lemonde.fr/international/article/2022/01/14/ukraine-une-cyberattaque-touche-de-nombreux-sites-gouvernementaux_6109424_3210.html", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 07:52: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": "21ab13a65f6326b5f397eb9ac1f06637", + "highlights": [] + }, + { + "title": "Après l’impasse parlementaire, le passe vaccinal revient à l’Assemblée : suivez notre direct politique", + "description": "Députés et sénateurs ne sont pas parvenus à se mettre d’accord, jeudi, sur le projet de loi sanitaire du gouvernement. En campagne, Marie Le Pen se rend aujourd’hui dans les Côtes-d’Armor, quand Valérie Pécresse se déplace en Grèce.", + "content": "Députés et sénateurs ne sont pas parvenus à se mettre d’accord, jeudi, sur le projet de loi sanitaire du gouvernement. En campagne, Marie Le Pen se rend aujourd’hui dans les Côtes-d’Armor, quand Valérie Pécresse se déplace en Grèce.", + "category": "", + "link": "https://www.lemonde.fr/politique/live/2022/01/14/apres-l-impasse-parlementaire-le-passe-vaccinal-revient-a-l-assemblee-suivez-notre-direct-politique_6109423_823448.html", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 07:28: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": "5525a26b74b815cba8bff75f8a577158", + "highlights": [] + }, + { + "title": "Le gouverneur de Californie refuse la libération de l’assassin de Robert Kennedy", + "description": "L’assassin de Robert Kennedy en 1968, Sirhan Sirhan, lors d’une audience de libération conditionnelle, à San Diego (Californie), aux Etats-Unis, le 10 février 2016.", + "content": "L’assassin de Robert Kennedy en 1968, Sirhan Sirhan, lors d’une audience de libération conditionnelle, à San Diego (Californie), aux Etats-Unis, le 10 février 2016.", + "category": "", + "link": "https://www.lemonde.fr/international/article/2022/01/14/le-gouverneur-de-californie-refuse-la-liberation-de-l-assassin-de-robert-kennedy_6109395_3210.html", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 01:09: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": "686ea24c8ae7b17bad9f2e20b3ade4a2", + "highlights": [] + }, + { + "title": "Température record relevée en Australie : 50,7 °C", + "description": "Des lits de rivière asséchés et des collines dans la région de Pilbara, en Australie-Occidentale, le 2 décembre 2013.", + "content": "Des lits de rivière asséchés et des collines dans la région de Pilbara, en Australie-Occidentale, le 2 décembre 2013.", + "category": "", + "link": "https://www.lemonde.fr/planete/article/2022/01/14/temperature-record-relevee-en-australie-50-7-c_6109419_3244.html", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 06:33:24 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7d686a731ed7affaea908e8427a257e9", + "highlights": [] + }, + { + "title": "A Belle-Ile-en-Mer, le procès d’un squatteur met en lumière les problèmes de logement", + "description": "Devant le palais de justice de Lorient (Morbihan), en 2016.", + "content": "Devant le palais de justice de Lorient (Morbihan), en 2016.", + "category": "", + "link": "https://www.lemonde.fr/societe/article/2022/01/14/a-belle-ile-en-mer-le-proces-d-un-squatteur-met-en-lumiere-les-problemes-de-logement_6109417_3224.html", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 06:13:31 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cc7d2e29108bef8f5ebd6327beb9bf9b", + "highlights": [] + }, + { + "title": "Aux Etats-Unis, la commission d’enquête sur le 6 janvier assigne quatre réseaux sociaux à témoigner", + "description": "Le Capitole, à Washington, le 13 janvier 2022.", + "content": "Le Capitole, à Washington, le 13 janvier 2022.", + "category": "", + "link": "https://www.lemonde.fr/international/article/2022/01/14/aux-etats-unis-la-commission-d-enquete-sur-le-6-janvier-assigne-quatre-reseaux-sociaux-a-temoigner_6109403_3210.html", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 04:32:24 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f9dab01ad65ac01a3a8c59c6baabf18e", + "highlights": [] + }, + { + "title": "Assaut du Capitole : le FBI poursuit la milice des Oath Keepers pour sédition", + "description": "Le fondateur de la milice Oath Keepers, Stewart Rhodes, lors d’une interview, à Eureka (Montana), en juin 2016.", + "content": "Le fondateur de la milice Oath Keepers, Stewart Rhodes, lors d’une interview, à Eureka (Montana), en juin 2016.", + "category": "", + "link": "https://www.lemonde.fr/international/article/2022/01/14/assaut-du-capitole-le-fbi-poursuit-la-milice-des-oath-keepers-pour-sedition_6109397_3210.html", + "creator": "", + "pubDate": "Fri, 14 Jan 2022 01:29: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": "7992fcc65f31425ab061dd03da8704fc", + "highlights": [] + }, + { + "title": "L’Etat met à contribution EDF pour limiter la hausse des prix de l’électricité en 2022", + "description": "Logo d’EDF, au siège de l’entreprise, à Paris, en février 2019.", + "content": "Logo d’EDF, au siège de l’entreprise, à Paris, en février 2019.", + "category": "", + "link": "https://www.lemonde.fr/energies/article/2022/01/13/l-etat-met-a-contribution-edf-pour-limiter-la-hausse-des-prix-de-l-electricite-en-2022_6109388_1653054.html", + "creator": "", + "pubDate": "Thu, 13 Jan 2022 23:12:49 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "952e3e52d92dc4aa51db1127f4693647", + "highlights": [] + }, { "title": "Covid-19 : le Forum économique mondial met en garde contre le creusement des inégalités", "description": "Un lycéen reçoit une dose de vaccin contre le Covid-19, à Bangalore, en Inde, le 10 janvier 2022.", @@ -340775,6 +359827,28 @@ "hash": "a665ed2997896b671f4aa2375019b66e", "highlights": [] }, + { + "title": "Covid-19 : la justice suspend l’arrêté préfectoral rendant obligatoire le masque en extérieur à Paris", + "description": "A Paris, le 5 janvier 2022.", + "content": "A Paris, le 5 janvier 2022.", + "category": "", + "link": "https://www.lemonde.fr/planete/article/2022/01/13/covid-19-la-justice-suspend-l-arrete-prefectoral-rendant-obligatoire-le-masque-en-exterieur-a-paris_6109383_3244.html", + "creator": "", + "pubDate": "Thu, 13 Jan 2022 21:02: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": "f1f8ec84aec5466e9d2c80d6925ab82b", + "highlights": [] + }, { "title": "Covid-19 : des scénarios actualisés de l’Institut Pasteur précisent l’ampleur possible du pic à l’hôpital", "description": "Des infirmières au service des urgences de l’hôpital Delafontaine, à Saint-Denis (Seine-Saint-Denis), le 12 janvier.", @@ -390957,6 +410031,94 @@ "image": null, "description": "Toute l'info économique, financière et boursière sur la France", "items": [ + { + "title": "Contrat d'engagement jeune : le mode d'emploi est prêt", + "description": "Bénéficiaires, opérateurs, nature des engagements, conditions d'attribution et de versement de l'allocation, sanctions : les modalités de mise en oeuvre, à compter du 1 er  mars, du dispositif d'aide aux jeunes les plus précaires sont précisées dans un projet de décret auquel « Les Echos » ont eu accès.", + "content": "Bénéficiaires, opérateurs, nature des engagements, conditions d'attribution et de versement de l'allocation, sanctions : les modalités de mise en oeuvre, à compter du 1 er  mars, du dispositif d'aide aux jeunes les plus précaires sont précisées dans un projet de décret auquel « Les Echos » ont eu accès.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700741879662-contrat-dengagement-jeune-le-mode-demploi-est-pret-2451881.php#xtor=RSS-71", + "creator": "Alain Ruello", + "pubDate": "Fri, 14 Jan 2022 14:44:09 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/14/2451881_contrat-dengagement-jeune-le-mode-demploi-est-pret-web-070742005512_300x160.jpg", + "enclosureType": "image/jpg", + "image": "https://externals.lesechos.fr/medias/2022/01/14/2451881_contrat-dengagement-jeune-le-mode-demploi-est-pret-web-070742005512_300x160.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Les Echos", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "338489f779b07f7094aa03a747e4c8c4", + "highlights": [] + }, + { + "title": "Covid : 600.000 personnes risquent de perdre leur passe sanitaire ce samedi", + "description": "Près de 16 millions de Français sont censés avoir procédé à un rappel pour conserver le bénéfice de leur passe sanitaire sans avoir à produire un test. A partir de la semaine prochaine, un passe vaccinal devrait être exigé. La plupart des adultes vaccinés devront avoir fait leur rappel avant le 15 février.", + "content": "Près de 16 millions de Français sont censés avoir procédé à un rappel pour conserver le bénéfice de leur passe sanitaire sans avoir à produire un test. A partir de la semaine prochaine, un passe vaccinal devrait être exigé. La plupart des adultes vaccinés devront avoir fait leur rappel avant le 15 février.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700741324168-covid-600000-personnes-risquent-de-perdre-leur-passe-sanitaire-ce-samedi-2451844.php#xtor=RSS-71", + "creator": "Solveig Godeluck", + "pubDate": "Fri, 14 Jan 2022 09:56:47 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/14/2451844_covid-600000-personnes-risquent-de-perdre-leur-passe-sanitaire-ce-samedi-web-070741324800_300x160.jpg", + "enclosureType": "image/jpg", + "image": "https://externals.lesechos.fr/medias/2022/01/14/2451844_covid-600000-personnes-risquent-de-perdre-leur-passe-sanitaire-ce-samedi-web-070741324800_300x160.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Les Echos", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ce7cbe5424f56b804ed9c5480fef96bb", + "highlights": [] + }, + { + "title": "Télétravail : l'amende pour les entreprises ramenée à 500 euros", + "description": "A la demande du gouvernement, les députés ont rétabli en commission l'amende en cas de non-respect du protocole sanitaire en entreprise, qu'avait supprimée le Sénat. Mais avec un plafond par infraction divisé par deux, à 500 euros.", + "content": "A la demande du gouvernement, les députés ont rétabli en commission l'amende en cas de non-respect du protocole sanitaire en entreprise, qu'avait supprimée le Sénat. Mais avec un plafond par infraction divisé par deux, à 500 euros.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700741293464-teletravail-lamende-pour-les-entreprises-ramenee-a-500-euros-2451839.php#xtor=RSS-71", + "creator": "Leïla de Comarmond", + "pubDate": "Fri, 14 Jan 2022 09:34:47 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/14/2451839_teletravail-lamende-pour-les-entreprises-ramenee-a-500-euros-web-070735862731_300x160.jpg", + "enclosureType": "image/jpg", + "image": "https://externals.lesechos.fr/medias/2022/01/14/2451839_teletravail-lamende-pour-les-entreprises-ramenee-a-500-euros-web-070735862731_300x160.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Les Echos", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "17d1591e2d0ec7127b6c08dc09a423dd", + "highlights": [] + }, + { + "title": "Près d'un million d'entreprises ont été créées en 2021, un record", + "description": "En dépit de la crise sanitaire, la France affiche toujours plus de créations d'entreprises et même un nouveau record en la matière. Après des années 2019 et 2020 déjà records, 2021 a vu la création près de 996.000 sociétés, selon l'Insee. Soit une hausse de 17,4 % sur un an.", + "content": "En dépit de la crise sanitaire, la France affiche toujours plus de créations d'entreprises et même un nouveau record en la matière. Après des années 2019 et 2020 déjà records, 2021 a vu la création près de 996.000 sociétés, selon l'Insee. Soit une hausse de 17,4 % sur un an.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700741549177-pres-dun-million-dentreprises-ont-ete-creees-en-2021-un-record-2451861.php#xtor=RSS-71", + "creator": "Claude Fouquet", + "pubDate": "Fri, 14 Jan 2022 11:30:52 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/14/2451861_pres-dun-million-dentreprises-ont-ete-creees-en-2021-un-record-web-tete-070741884075.jpg", + "enclosureType": "image/jpg", + "image": "https://externals.lesechos.fr/medias/2022/01/14/2451861_pres-dun-million-dentreprises-ont-ete-creees-en-2021-un-record-web-tete-070741884075.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Les Echos", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6c968b06304cc0c5e36d789c341fbb35", + "highlights": [] + }, { "title": "La Cour des comptes pointe les impasses du RSA", "description": "Dans un rapport publié ce jeudi, les magistrats financiers critiquent la renationalisation de cette prestation sociale en cours dans certains départements déshérités. Ils insistent sur un nécessaire suivi plus intensif des bénéficiaires, dans une logique de droits et devoirs.", @@ -390979,6 +410141,28 @@ "hash": "45300130c48b5bd977822d1e9f1bc5c1", "highlights": [] }, + { + "title": "Réindustrialisation des territoires : le commissariat au Plan veut accélérer", + "description": "Dans le rapport qu'il vient de remettre au haut-commissariat au Plan, Laurent Cappelletti, professeur du CNAM, estime que l'Etat doit mieux accompagner les élus locaux et formule une série de propositions pour renforcer la dynamique territoriale.", + "content": "Dans le rapport qu'il vient de remettre au haut-commissariat au Plan, Laurent Cappelletti, professeur du CNAM, estime que l'Etat doit mieux accompagner les élus locaux et formule une série de propositions pour renforcer la dynamique territoriale.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700733307425-reindustrialisation-des-territoires-le-commissariat-au-plan-veut-accelerer-2451845.php#xtor=RSS-71", + "creator": "Nathalie Silbert", + "pubDate": "Fri, 14 Jan 2022 10:00:44 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/14/2451845_reindustrialisation-des-territoires-le-commissariat-au-plan-veut-accelerer-web-tete-070733348446.jpg", + "enclosureType": "image/jpg", + "image": "https://externals.lesechos.fr/medias/2022/01/14/2451845_reindustrialisation-des-territoires-le-commissariat-au-plan-veut-accelerer-web-tete-070733348446.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Les Echos", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1867417aa65e4b4ccf9bca6ef0a9b40c", + "highlights": [] + }, { "title": "La forte inflation ampute le pouvoir d'achat des Français, alertent les économistes", "description": "La commission des Finances du Sénat a auditionné ce mercredi plusieurs économistes sur « les perspectives et les conséquences à moyen terme » de la forte hausse des prix en France. La question du pouvoir d'achat des ménages a été longuement évoquée.", @@ -395445,6 +414629,842 @@ "image": null, "description": "Engadget is a web magazine with obsessive daily coverage of everything new in gadgets and consumer electronics", "items": [ + { + "title": "Hitting the Books: The first man to listen to the birth of stars", + "description": "

    If the efforts of the 10,000-plus people who developed and assembled the James Webb Space Telescope are any indication, the age of the independent scientist are well and truly over. Newton, Galileo, Keppler, and Copernicus all fundamentally altered humanity's understanding of our place in the universe, and did so on their own, but with the formalization and professionalization of the field in the Victorian Era, these occurences of an amatuer astronomer using homebrew equipment all the more rare. 

    In his new book, The Invisible World: Why There's More to Reality than Meets the Eye, University of Cambridge Public Astronomer, Matthew Bothwell tells the story of how we discovered an entire, previously unseen universe beyond humanity's natural sight. In the excerpt below, Bothwell recounts the exploits of Grote Reber, one of the world's first (and for a while, only) radio astronomers.

    \"The
    Oneworld Publishing

    Excerpted with permissionfrom The Invisible Universe by Matthew Bothwell (Oneworld 2021).


    The Only Radio Astronomer in the World

    It’s a little strange to look back at how the astronomical world reacted to Jansky’s results. With hindsight, we can see that astronomy was about to be turned upside down by a revolution at least as big as the one started by Galileo’s telescope. Detecting radio waves from space marks the first time in history that humanity glimpsed the vast invisible Universe, hiding beyond the narrow window of the visible spectrum. It was a momentous occasion that was all but ignored in academic astronomy circles for one very simple reason: the world of radio engineering was just too far removed from the world of astronomy. When Jansky published his initial results he attempted to bridge the divide, spending half the paper giving his readers a crash-course in astronomy (explaining how to measure the location of things in the sky, and exactly why a signal repeating every twenty-three hours and fifty-six minutes meant something interesting). But, ultimately, the two disciplines suffered from a failure to communicate. The engineers spoke a language of vacuum tubes, amplifiers and antenna voltages: incomprehensible to the scientists more used to speaking of stars, galaxies and planets. As Princeton astronomer Melvin Skellett later put it:

    The astronomers said ‘Gee that’s interesting – you mean there’s radio stuff coming from the stars?’ I said, ‘Well, that’s what it looks like’. ‘Very interesting.’ And that’s all they had to say about it. Anything from Bell Labs they had to believe, but they didn’t see any use for it or any reason to investigate further. It was so far from the way they thought of astronomy that there was no real interest.

    After Jansky had moved on to other problems, there was only one person who became interested in listening to radio waves from space. For around a decade, from the mid-1930s until the mid-1940s, Grote Reber was the only radio astronomer in the world.

    Grote Reber’s story is unique in all of twentieth-century science. He single-handedly developed an entire field of science, taking on the task of building equipment, conducting observations, and exploring the theory behind his discoveries. What makes him unique is that he did all of this as a complete amateur, working alone outside the scientific establishment. His job, designing electric equipment for radio broadcasts, had given him the skills to build his telescope. His fascination with the scientific literature brought him into contact with Jansky’s discovery of cosmic static, and when it became clear that no one else in the world seemed to care very much, he took it upon himself to invent the field of radio astronomy. He built his telescope in his Chicago back garden using equipment and materials available to anyone. His telescope, nearly ten metres across, was the talk of his neighbourhood (for good reason – it looks a bit like a cartoon doomsday device). His mother used it to dry her washing.

    He spent years scanning the sky with his homemade machine. He observed with his telescope all night, every night, while still working his day job (apparently he would snatch a few hours of sleep in the evening after work, and again at dawn after he was finished at the telescope). When he realised he didn’t know enough physics and astronomy to understand the things he was seeing, he took courses at the local university. Over the years, his observations painted a beautiful picture of the sky as seen with radio eyes. He detected the sweep of our Milky Way, with bright spots at the galactic centre (where Jansky had picked up his star-static), and again towards the constellations Cygnus and Cassiopeia. By this time he had learned enough physics to make scientific contributions, too. He knew that if the hiss from the Milky Way was caused by thermal emission – heat radiation from stars or hot gas – then it would be stronger at shorter wavelengths. Given that Reber was picking up much shorter wavelengths than Jansky (60 cm, compared to Jansky’s fifteen-metre waves), Reber should have been bombarded with invisible radio waves tens of thousands of times more powerful than anything Jansky saw. But he wasn’t. Reber was confident enough in his equipment to conclude that whatever was making these radio waves, it had to be ‘non-thermal’ – that is, it was something different from the standard ‘hot things glow’ radiation we discussed back in chapter 2. He even proposed the (correct!) solution: that hot interstellar electrons whizzing past an ion – a positively charged atom – will get sling-shotted around like a Formula 1 car taking a tight corner. The cornering electron will emit a radio wave, and the combined effect of billions of these events is what Reber was detecting from his back garden. This only happens in clouds of hot gas. Reber was, it turns out, picking up radio waves being emitted by clouds containing new-born stars scattered throughout our Galaxy. He was, quite literally, listening to stars being born. It was a sound no human had ever heard before. To this day, radio observations are used to trace the formation of stars, from small clouds in our own Milky Way to the birth of galaxies in the most distant corners of the Universe.

    In many ways, Reber’s story seems like an anachronism. The golden age of independent scientists, who could make groundbreaking discoveries working alone with homemade equipment, was hundreds of years ago. With the passing of the Victorian era, science became a complex, expensive, and above all professional business. Grote Reber is, as far as I know, the last of the amateur ‘outsider’ scientists; the last person who had no scientific training, built his own equipment in his garden, and through painstaking and meticulous work managed to change the scientific world.

    ", + "content": "

    If the efforts of the 10,000-plus people who developed and assembled the James Webb Space Telescope are any indication, the age of the independent scientist are well and truly over. Newton, Galileo, Keppler, and Copernicus all fundamentally altered humanity's understanding of our place in the universe, and did so on their own, but with the formalization and professionalization of the field in the Victorian Era, these occurences of an amatuer astronomer using homebrew equipment all the more rare. 

    In his new book, The Invisible World: Why There's More to Reality than Meets the Eye, University of Cambridge Public Astronomer, Matthew Bothwell tells the story of how we discovered an entire, previously unseen universe beyond humanity's natural sight. In the excerpt below, Bothwell recounts the exploits of Grote Reber, one of the world's first (and for a while, only) radio astronomers.

    \"The
    Oneworld Publishing

    Excerpted with permissionfrom The Invisible Universe by Matthew Bothwell (Oneworld 2021).


    The Only Radio Astronomer in the World

    It’s a little strange to look back at how the astronomical world reacted to Jansky’s results. With hindsight, we can see that astronomy was about to be turned upside down by a revolution at least as big as the one started by Galileo’s telescope. Detecting radio waves from space marks the first time in history that humanity glimpsed the vast invisible Universe, hiding beyond the narrow window of the visible spectrum. It was a momentous occasion that was all but ignored in academic astronomy circles for one very simple reason: the world of radio engineering was just too far removed from the world of astronomy. When Jansky published his initial results he attempted to bridge the divide, spending half the paper giving his readers a crash-course in astronomy (explaining how to measure the location of things in the sky, and exactly why a signal repeating every twenty-three hours and fifty-six minutes meant something interesting). But, ultimately, the two disciplines suffered from a failure to communicate. The engineers spoke a language of vacuum tubes, amplifiers and antenna voltages: incomprehensible to the scientists more used to speaking of stars, galaxies and planets. As Princeton astronomer Melvin Skellett later put it:

    The astronomers said ‘Gee that’s interesting – you mean there’s radio stuff coming from the stars?’ I said, ‘Well, that’s what it looks like’. ‘Very interesting.’ And that’s all they had to say about it. Anything from Bell Labs they had to believe, but they didn’t see any use for it or any reason to investigate further. It was so far from the way they thought of astronomy that there was no real interest.

    After Jansky had moved on to other problems, there was only one person who became interested in listening to radio waves from space. For around a decade, from the mid-1930s until the mid-1940s, Grote Reber was the only radio astronomer in the world.

    Grote Reber’s story is unique in all of twentieth-century science. He single-handedly developed an entire field of science, taking on the task of building equipment, conducting observations, and exploring the theory behind his discoveries. What makes him unique is that he did all of this as a complete amateur, working alone outside the scientific establishment. His job, designing electric equipment for radio broadcasts, had given him the skills to build his telescope. His fascination with the scientific literature brought him into contact with Jansky’s discovery of cosmic static, and when it became clear that no one else in the world seemed to care very much, he took it upon himself to invent the field of radio astronomy. He built his telescope in his Chicago back garden using equipment and materials available to anyone. His telescope, nearly ten metres across, was the talk of his neighbourhood (for good reason – it looks a bit like a cartoon doomsday device). His mother used it to dry her washing.

    He spent years scanning the sky with his homemade machine. He observed with his telescope all night, every night, while still working his day job (apparently he would snatch a few hours of sleep in the evening after work, and again at dawn after he was finished at the telescope). When he realised he didn’t know enough physics and astronomy to understand the things he was seeing, he took courses at the local university. Over the years, his observations painted a beautiful picture of the sky as seen with radio eyes. He detected the sweep of our Milky Way, with bright spots at the galactic centre (where Jansky had picked up his star-static), and again towards the constellations Cygnus and Cassiopeia. By this time he had learned enough physics to make scientific contributions, too. He knew that if the hiss from the Milky Way was caused by thermal emission – heat radiation from stars or hot gas – then it would be stronger at shorter wavelengths. Given that Reber was picking up much shorter wavelengths than Jansky (60 cm, compared to Jansky’s fifteen-metre waves), Reber should have been bombarded with invisible radio waves tens of thousands of times more powerful than anything Jansky saw. But he wasn’t. Reber was confident enough in his equipment to conclude that whatever was making these radio waves, it had to be ‘non-thermal’ – that is, it was something different from the standard ‘hot things glow’ radiation we discussed back in chapter 2. He even proposed the (correct!) solution: that hot interstellar electrons whizzing past an ion – a positively charged atom – will get sling-shotted around like a Formula 1 car taking a tight corner. The cornering electron will emit a radio wave, and the combined effect of billions of these events is what Reber was detecting from his back garden. This only happens in clouds of hot gas. Reber was, it turns out, picking up radio waves being emitted by clouds containing new-born stars scattered throughout our Galaxy. He was, quite literally, listening to stars being born. It was a sound no human had ever heard before. To this day, radio observations are used to trace the formation of stars, from small clouds in our own Milky Way to the birth of galaxies in the most distant corners of the Universe.

    In many ways, Reber’s story seems like an anachronism. The golden age of independent scientists, who could make groundbreaking discoveries working alone with homemade equipment, was hundreds of years ago. With the passing of the Victorian era, science became a complex, expensive, and above all professional business. Grote Reber is, as far as I know, the last of the amateur ‘outsider’ scientists; the last person who had no scientific training, built his own equipment in his garden, and through painstaking and meticulous work managed to change the scientific world.

    ", + "category": "Science", + "link": "https://www.engadget.com/hitting-the-books-the-invisible-universe-matthew-bothwell-oneworld-press-163035122.html?src=rss", + "creator": "Andrew Tarantola", + "pubDate": "Sat, 15 Jan 2022 16:30:35 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0e35e442c6609fdea95398305c452934", + "highlights": [] + }, + { + "title": "California judge says Google's non-disclosure agreements violate state law", + "description": "

    Google may have to rethink its non-disclosure agreements following a long-running lawsuit from an anonymous worker. According to The Washington Post, a California Superior Court judge has ruled that Google's employee confidentiality agreements violate state labor laws. Terms banning the employee from discussing his job with potential employers amounted to a non-compete clause and were thus illegal in the state, the judge said.

    The internet company originally persuaded a judge to toss out most of the worker's claims in the belief federal law overrode California legislation. An appeals court overturned that decision, however, noting that state laws did more to protect free speech rights that included work experience. Google has declined to comment on either the verdict or any plans to appeal.

    The outcome wouldn't let Google employees discuss trade secrets if it was upheld. It would let people discuss work experience, though, and could make it easier for job-seekers to switch roles without fear of lawsuits. It might also provide more opportunities for sexual assault and harassment victims to discuss their reasons for leaving a company, although California legislation has already tackled non-disclosure agreements that bar victims from talking about incidents.

     This ruling might also have wider repercussions for California's tech sector. QH Law partner Ramsey Hanafi told the Post that many large tech companies have similar gag rules. Like it or not, Silicon Valley firms might have to revamp their agreements and accept that it will be easier for staff to leave or identify toxic work cultures.

    ", + "content": "

    Google may have to rethink its non-disclosure agreements following a long-running lawsuit from an anonymous worker. According to The Washington Post, a California Superior Court judge has ruled that Google's employee confidentiality agreements violate state labor laws. Terms banning the employee from discussing his job with potential employers amounted to a non-compete clause and were thus illegal in the state, the judge said.

    The internet company originally persuaded a judge to toss out most of the worker's claims in the belief federal law overrode California legislation. An appeals court overturned that decision, however, noting that state laws did more to protect free speech rights that included work experience. Google has declined to comment on either the verdict or any plans to appeal.

    The outcome wouldn't let Google employees discuss trade secrets if it was upheld. It would let people discuss work experience, though, and could make it easier for job-seekers to switch roles without fear of lawsuits. It might also provide more opportunities for sexual assault and harassment victims to discuss their reasons for leaving a company, although California legislation has already tackled non-disclosure agreements that bar victims from talking about incidents.

     This ruling might also have wider repercussions for California's tech sector. QH Law partner Ramsey Hanafi told the Post that many large tech companies have similar gag rules. Like it or not, Silicon Valley firms might have to revamp their agreements and accept that it will be easier for staff to leave or identify toxic work cultures.

    ", + "category": "Company Legal & Law Matters", + "link": "https://www.engadget.com/california-google-non-disclosure-lawsuit-ruling-160308642.html?src=rss", + "creator": "Jon Fingas", + "pubDate": "Sat, 15 Jan 2022 16:03:08 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a0dac0d7d56a8a9dce1254064c4ecbf2", + "highlights": [] + }, + { + "title": "Tesla reportedly delays Cybertruck production to 2023", + "description": "

    Tesla has once again quietly pushed back its Cybertruck's release to next year, according to Reuters. The automaker will reportedly begin the electric truck's production by the end of the first quarter of 2023 instead of this year. While Tesla has yet to formally announce the delay, the Cybertruck's order page removed a previous reference to production in 2022. The design section of the page previously read "You will be able to complete your configuration as production nears in 2022." Now, the sentence ends after the word "nears." 

    Back in November, somebody on Twitter asked company chief Elon Musk for an update on the Cybertruck. Musk responded that Tesla has been grappling with a "supply chain nightmare," and that he'll provide more updates during the company's next earnings call scheduled for January 26th.

    Oh man, this year has been such a supply chain nightmare & it’s not over!

    I will provide an updated product roadmap on next earnings call.

    — Elon Musk (@elonmusk) November 29, 2021

    According to Reuters' source, Tesla will have a limited production of the Cybertruck at first before increasing its output. The company unveiled the Cybertruck in 2019 at a big event, wherein Musk said that production was slated to begin in late 2021. During the company's January 2021 earnings call, he said Tesla only expects a few deliveries in 2021 and for volume production to start in 2022. Later that year, though, the company delayed the vehicle's release to 2022. 

    Delays with Tesla releases don't come as a surprise anymore, seeing as Musk is known for announcing timetables that are a bit too optimistic. Supply chain and component shortages brought about by the pandemic may have also contributed to the delay, if Reuters' report turns out to be true. We'll find out for sure when Tesla reveals its updated product roadmap before the month ends.

    ", + "content": "

    Tesla has once again quietly pushed back its Cybertruck's release to next year, according to Reuters. The automaker will reportedly begin the electric truck's production by the end of the first quarter of 2023 instead of this year. While Tesla has yet to formally announce the delay, the Cybertruck's order page removed a previous reference to production in 2022. The design section of the page previously read "You will be able to complete your configuration as production nears in 2022." Now, the sentence ends after the word "nears." 

    Back in November, somebody on Twitter asked company chief Elon Musk for an update on the Cybertruck. Musk responded that Tesla has been grappling with a "supply chain nightmare," and that he'll provide more updates during the company's next earnings call scheduled for January 26th.

    Oh man, this year has been such a supply chain nightmare & it’s not over!

    I will provide an updated product roadmap on next earnings call.

    — Elon Musk (@elonmusk) November 29, 2021

    According to Reuters' source, Tesla will have a limited production of the Cybertruck at first before increasing its output. The company unveiled the Cybertruck in 2019 at a big event, wherein Musk said that production was slated to begin in late 2021. During the company's January 2021 earnings call, he said Tesla only expects a few deliveries in 2021 and for volume production to start in 2022. Later that year, though, the company delayed the vehicle's release to 2022. 

    Delays with Tesla releases don't come as a surprise anymore, seeing as Musk is known for announcing timetables that are a bit too optimistic. Supply chain and component shortages brought about by the pandemic may have also contributed to the delay, if Reuters' report turns out to be true. We'll find out for sure when Tesla reveals its updated product roadmap before the month ends.

    ", + "category": "site|engadget", + "link": "https://www.engadget.com/tesla-cybertruck-production-production-2023-152051543.html?src=rss", + "creator": "Mariella Moon", + "pubDate": "Sat, 15 Jan 2022 15:20:51 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "60792d8022bd149ce495dab0978d2178", + "highlights": [] + }, + { + "title": "The Roomba j7+ poop-detecting robot vacuum is $250 off right now", + "description": "

    If you made the resolution to tidy up more regularly in 2022, a robot vacuum can help with that. And for those that hate cleaning, investing in a robot vacuum with self-emptying functionality can make it so you rarely have to interact with the machine. Two of iRobot's higher-end models with clean bases are on sale at Wellbots right now when you use the code ENGADGET250 at checkout — both the Roomba s9+ and the Roomba j7+ will be $250 off, bringing them down to $850 and $600, respectively. Those are great deals, especially considering the prices are better than we saw during Cyber Monday at the end of last year.

    Buy Roomba j7+ at Wellbots - $600Buy Roomba s9+ at Wellbots - $850

    The Roomba j7+ is the latest robo-vac from iRobot and it has new AI-driven computer vision technology the helps it detect objects and move around them as it cleans. It's thanks to this feature that the company calls the j7 a series of "poop-detecting" devices because they should be able to successfully avoid a robot vacuum's arch nemesis — your pet's accidents. iRobot's Pet Owner Official Promise (or P.O.O.P. for short) ensures that you'll get a new vacuum if the robot fails to avoid a run in with poop during your first year of ownership.

    Otherwise, the j7 series sits right under the s9 series in iRobot's lineup, meaning it has a number of advanced features like 10x the suction power of a standard Roomba, dual multi-surface rubber brushes and Imprint Smart Mapping, the latter of which lets you direct the vacuum to clean only certain rooms. The "plus" part of the j7+ refers to the clean base, or an extended part of the dock into which the vacuum will empty its debris after every job. So instead of emptying the dustbin yourself after every cleaning, you'll only have to empty the base about once every two months. Combine that with the smart controls in the iRobot mobile app and you may only have to interact with the Roomba every so often — the app lets you do things like remote start the device, set cleaning schedules and more.

    The s9+ is the most advanced device that iRobot makes and it has a few differences from the j7 series. It has 40x the suction power of iRobot's standard series of vacuums and a design that helps it clean corners better. It also has a 3D sensor that helps it detect and clean around objects, although the technology is slightly different than that in the j7 series. Both are compatible with Amazon's Alexa and the Google Assistant, too, so you can control the robo-vacs with voice commands if you wish.

    Follow @EngadgetDeals on Twitter for the latest tech deals and buying advice.

    ", + "content": "

    If you made the resolution to tidy up more regularly in 2022, a robot vacuum can help with that. And for those that hate cleaning, investing in a robot vacuum with self-emptying functionality can make it so you rarely have to interact with the machine. Two of iRobot's higher-end models with clean bases are on sale at Wellbots right now when you use the code ENGADGET250 at checkout — both the Roomba s9+ and the Roomba j7+ will be $250 off, bringing them down to $850 and $600, respectively. Those are great deals, especially considering the prices are better than we saw during Cyber Monday at the end of last year.

    Buy Roomba j7+ at Wellbots - $600Buy Roomba s9+ at Wellbots - $850

    The Roomba j7+ is the latest robo-vac from iRobot and it has new AI-driven computer vision technology the helps it detect objects and move around them as it cleans. It's thanks to this feature that the company calls the j7 a series of "poop-detecting" devices because they should be able to successfully avoid a robot vacuum's arch nemesis — your pet's accidents. iRobot's Pet Owner Official Promise (or P.O.O.P. for short) ensures that you'll get a new vacuum if the robot fails to avoid a run in with poop during your first year of ownership.

    Otherwise, the j7 series sits right under the s9 series in iRobot's lineup, meaning it has a number of advanced features like 10x the suction power of a standard Roomba, dual multi-surface rubber brushes and Imprint Smart Mapping, the latter of which lets you direct the vacuum to clean only certain rooms. The "plus" part of the j7+ refers to the clean base, or an extended part of the dock into which the vacuum will empty its debris after every job. So instead of emptying the dustbin yourself after every cleaning, you'll only have to empty the base about once every two months. Combine that with the smart controls in the iRobot mobile app and you may only have to interact with the Roomba every so often — the app lets you do things like remote start the device, set cleaning schedules and more.

    The s9+ is the most advanced device that iRobot makes and it has a few differences from the j7 series. It has 40x the suction power of iRobot's standard series of vacuums and a design that helps it clean corners better. It also has a 3D sensor that helps it detect and clean around objects, although the technology is slightly different than that in the j7 series. Both are compatible with Amazon's Alexa and the Google Assistant, too, so you can control the robo-vacs with voice commands if you wish.

    Follow @EngadgetDeals on Twitter for the latest tech deals and buying advice.

    ", + "category": "Consumer Discretionary", + "link": "https://www.engadget.com/the-roomba-j7-poop-detecting-robot-vacuum-is-250-off-right-now-150019435.html?src=rss", + "creator": "Valentina Palladino", + "pubDate": "Sat, 15 Jan 2022 15:00:19 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bfcb3fc5666be273db4722df86802e73", + "highlights": [] + }, + { + "title": "Apple will let dating apps in the Netherlands offer third-party payments", + "description": "

    Apple is once again honoring regulations requiring it to allow alternative payment options in the App Store, although this one is highly specific. As Reutersreports, Apple confirmed it would comply with orders from the Netherlands' Authority for Consumers and Markets forcing it to allow third-party payment systems in Tinder and other locally-offered dating apps. The regulator determined on December 24th that Apple had abused its market power by requiring its in-app purchasing platform, and gave Apple until January 15th to make the change if it wanted to avoid fines.

    Like with past decisions, Apple wasn't happy. It contended that allowing third-party options would "compromise the user experience" while posing new privacy and security threats, and reminded developers they (or their payment partners) would be responsible for handling refunds and similar issues. Apple is appealing the ACM's decision.

    The order doesn't affect other apps available in the Netherlands. However, it reflects growing regulatory opposition to Apple's App Store business model in multiple countries, including South Korea and the US. Officials are increasingly convinced Apple is using its in-app purchasing requirement to stifle competition, and it won't be surprising if other countries follow suit before long.

    ", + "content": "

    Apple is once again honoring regulations requiring it to allow alternative payment options in the App Store, although this one is highly specific. As Reutersreports, Apple confirmed it would comply with orders from the Netherlands' Authority for Consumers and Markets forcing it to allow third-party payment systems in Tinder and other locally-offered dating apps. The regulator determined on December 24th that Apple had abused its market power by requiring its in-app purchasing platform, and gave Apple until January 15th to make the change if it wanted to avoid fines.

    Like with past decisions, Apple wasn't happy. It contended that allowing third-party options would "compromise the user experience" while posing new privacy and security threats, and reminded developers they (or their payment partners) would be responsible for handling refunds and similar issues. Apple is appealing the ACM's decision.

    The order doesn't affect other apps available in the Netherlands. However, it reflects growing regulatory opposition to Apple's App Store business model in multiple countries, including South Korea and the US. Officials are increasingly convinced Apple is using its in-app purchasing requirement to stifle competition, and it won't be surprising if other countries follow suit before long.

    ", + "category": "Software", + "link": "https://www.engadget.com/apple-netherlands-payment-ruling-dating-apps-145622372.html?src=rss", + "creator": "Jon Fingas", + "pubDate": "Sat, 15 Jan 2022 14:56:22 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cb555b3ec367d7e82320384d78c63e63", + "highlights": [] + }, + { + "title": "Recommended Reading: 2022 should be a big year for animated films", + "description": "

    The post-Spider-Verse revolution feels alive in 2022’s animation slate

    Alicia Haddick, Polygon

    Spider-Man: Into the Spider-Verse was a game-changer for animated films. It blended 2D and CG masterfully, creating a new vision for what movies could be. As we venture into 2022, there's a massive slate of films that will continue to push boundaries — including Spider-Man: Across the Spider-Verse (Part One).

    The subversive genius of extremely slow email

    Ian Bogost, The Atlantic

    An email app sends and receives email more like you would snail mail: once per day. Could subversive projects like this provide relief from the instant interaction Big Tech has transformed our lives into? And if they do, will we be content with the results?

    Ailing Amazon workers struggle to find COVID tests themselves

    Louise Matsakis, NBC News

    Amazon was providing on-site COVID-19 testing at its facilities during the pandemic, but with cases surging to all-time highs, the company's workforce is struggling to get what they need to clock in safely. 

    ", + "content": "

    The post-Spider-Verse revolution feels alive in 2022’s animation slate

    Alicia Haddick, Polygon

    Spider-Man: Into the Spider-Verse was a game-changer for animated films. It blended 2D and CG masterfully, creating a new vision for what movies could be. As we venture into 2022, there's a massive slate of films that will continue to push boundaries — including Spider-Man: Across the Spider-Verse (Part One).

    The subversive genius of extremely slow email

    Ian Bogost, The Atlantic

    An email app sends and receives email more like you would snail mail: once per day. Could subversive projects like this provide relief from the instant interaction Big Tech has transformed our lives into? And if they do, will we be content with the results?

    Ailing Amazon workers struggle to find COVID tests themselves

    Louise Matsakis, NBC News

    Amazon was providing on-site COVID-19 testing at its facilities during the pandemic, but with cases surging to all-time highs, the company's workforce is struggling to get what they need to clock in safely. 

    ", + "category": "site|engadget", + "link": "https://www.engadget.com/recommended-reading-2022-animated-films-140023439.html?src=rss", + "creator": "Billy Steele", + "pubDate": "Sat, 15 Jan 2022 14:00:23 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "33297e73a2940a40a706df8fdbdd10c3", + "highlights": [] + }, + { + "title": "Fox News host Dan Bongino suspended on YouTube over COVID-19 misinformation", + "description": "

    Fox News host and right-wing commentator Dan Bongino won't be able to upload anything to his YouTube channel for a week, according to Forbes and The Hill. The website has temporarily suspended his account over COVID-19 misinformation, specifically for saying masks are useless in preventing the coronavirus' spread. YouTube updated its rules in 2020 to prohibit "content about COVID-19 that poses a serious risk of egregious harm." It doesn't permit videos with medical misinformation that contradicts local health authorities, such as the World Health Organization. 

    The organization considers wearing masks "a key measure to reduce transmission and save lives." That's why YouTube explicitly states that videos containing claims that wearing masks have negative side effects and that they don't play a role in preventing the contraction or transmission of COVID-19 go against its policy. The website has suspended several creators for COVID-19 disinformation in the past, including Sky News Australia, One American News Network and Senator Rand Paul.

    Bongino is only getting a week-long suspension, because it's his first strike under the policy. If he gets another strike within 90 days, he'll get another two-week suspension. His channel will only be removed if he gets a third strike within three months. In addition to suspending his uploads, YouTube has also demonetized his channel for "repeatedly violating [its] Advertiser-Friendly Guidelines on harmful and dangerous acts." He will, however, be able to re-apply for the Partner Program after 30 days. 

    That said, it looks like Bongino has plans to keep on breaking YouTube's COVID-19 rules. The Bongino Report website's Twitter account posted a copy of his email to YouTube, which tells the customer service rep that he will "immediately post content on why masks have been totally ineffective in stopping this pandemic" after his suspension is over. He dared YouTube to do something about it. Bongino also called the website (and, by extension, Google) a "tyrannical, free speech-hating, bullshit, big tech shithole."

    ", + "content": "

    Fox News host and right-wing commentator Dan Bongino won't be able to upload anything to his YouTube channel for a week, according to Forbes and The Hill. The website has temporarily suspended his account over COVID-19 misinformation, specifically for saying masks are useless in preventing the coronavirus' spread. YouTube updated its rules in 2020 to prohibit "content about COVID-19 that poses a serious risk of egregious harm." It doesn't permit videos with medical misinformation that contradicts local health authorities, such as the World Health Organization. 

    The organization considers wearing masks "a key measure to reduce transmission and save lives." That's why YouTube explicitly states that videos containing claims that wearing masks have negative side effects and that they don't play a role in preventing the contraction or transmission of COVID-19 go against its policy. The website has suspended several creators for COVID-19 disinformation in the past, including Sky News Australia, One American News Network and Senator Rand Paul.

    Bongino is only getting a week-long suspension, because it's his first strike under the policy. If he gets another strike within 90 days, he'll get another two-week suspension. His channel will only be removed if he gets a third strike within three months. In addition to suspending his uploads, YouTube has also demonetized his channel for "repeatedly violating [its] Advertiser-Friendly Guidelines on harmful and dangerous acts." He will, however, be able to re-apply for the Partner Program after 30 days. 

    That said, it looks like Bongino has plans to keep on breaking YouTube's COVID-19 rules. The Bongino Report website's Twitter account posted a copy of his email to YouTube, which tells the customer service rep that he will "immediately post content on why masks have been totally ineffective in stopping this pandemic" after his suspension is over. He dared YouTube to do something about it. Bongino also called the website (and, by extension, Google) a "tyrannical, free speech-hating, bullshit, big tech shithole."

    ", + "category": "Media", + "link": "https://www.engadget.com/dan-bongino-suspended-youtube-covid-19-misinformation-133519539.html?src=rss", + "creator": "Mariella Moon", + "pubDate": "Sat, 15 Jan 2022 13:35:19 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "75404dad2de28e617c1eae92e8a6c269", + "highlights": [] + }, + { + "title": "Link-sharing service Linktree suddenly blocks sex workers", + "description": "

    Yet another service has kicked sex workers off its platform. According to Motherboard, Linktree, a tool that allows you to share multiple links with one URL online, has given sex workers the boot overnight and without warning. Banned users have taken to social networks like Twitter to announce that their accounts were banned "for inappropriate use" and didn't even get an email or any kind of notice about it. Some were reportedly billed for the service, which costs $9 per months for the Pro tier, but weren't refunded when their account was canceled. 

    Marlene Bonnelly, Head of Trust & Safety at Linktree, told the publication that the accounts that were banned shared a URL that violated its Community Standards. Bonnelly's statement reads:

    "Per our company's policies, the Linktree accounts banned stemmed from sharing a URL which violated Community Standards by sharing advertisements for the sale of real-life sexual services."

    Sex workers make use of tools like Linktree, because some platforms don't allow linking out to adult websites such as OnlyFans directly. Perhaps more importantly, they have to diversify make use of several websites, because they'll never know when a service will suddenly decide to ban adult content. 

    Financial services like PayPal, Visa and MasterCard, have long been known to close the accounts of people in the business of sex. Patreon banned content of a sexual nature back in 2017, and the number of services that decided not to host sex workers and their content have only grown since the US government passed FOSTA-SESTA a few years ago. Even OnlyFans, which has become synonymous with adult content, tried to ban "sexually explicit conduct" in 2021 until it suspended its planned policy change.

    Linktree's Terms of Service states that a user must not "include any sexually explicit material (including pictures and language) on your Page itself or your account itself." However, it's vague and not entirely clear if linking to websites like OnlyFans has always been against its rules. It's also unclear why Linktree suddenly started banning sex workers when they'd been using the service without issue for quite some time, but people in the business of sex may want to find another link-sharing tool they can use.

    ", + "content": "

    Yet another service has kicked sex workers off its platform. According to Motherboard, Linktree, a tool that allows you to share multiple links with one URL online, has given sex workers the boot overnight and without warning. Banned users have taken to social networks like Twitter to announce that their accounts were banned "for inappropriate use" and didn't even get an email or any kind of notice about it. Some were reportedly billed for the service, which costs $9 per months for the Pro tier, but weren't refunded when their account was canceled. 

    Marlene Bonnelly, Head of Trust & Safety at Linktree, told the publication that the accounts that were banned shared a URL that violated its Community Standards. Bonnelly's statement reads:

    "Per our company's policies, the Linktree accounts banned stemmed from sharing a URL which violated Community Standards by sharing advertisements for the sale of real-life sexual services."

    Sex workers make use of tools like Linktree, because some platforms don't allow linking out to adult websites such as OnlyFans directly. Perhaps more importantly, they have to diversify make use of several websites, because they'll never know when a service will suddenly decide to ban adult content. 

    Financial services like PayPal, Visa and MasterCard, have long been known to close the accounts of people in the business of sex. Patreon banned content of a sexual nature back in 2017, and the number of services that decided not to host sex workers and their content have only grown since the US government passed FOSTA-SESTA a few years ago. Even OnlyFans, which has become synonymous with adult content, tried to ban "sexually explicit conduct" in 2021 until it suspended its planned policy change.

    Linktree's Terms of Service states that a user must not "include any sexually explicit material (including pictures and language) on your Page itself or your account itself." However, it's vague and not entirely clear if linking to websites like OnlyFans has always been against its rules. It's also unclear why Linktree suddenly started banning sex workers when they'd been using the service without issue for quite some time, but people in the business of sex may want to find another link-sharing tool they can use.

    ", + "category": "site|engadget", + "link": "https://www.engadget.com/linktree-boots-sex-workers-overnight-114707878.html?src=rss", + "creator": "Mariella Moon", + "pubDate": "Sat, 15 Jan 2022 11:47:07 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ce562434fa346bd05b11f639fe1b717b", + "highlights": [] + }, + { + "title": "Russia captures hacker likely responsible for Colonial Pipeline cyberattack", + "description": "

    The hacker behind the ransomware attack that took down the Colonial Pipeline last year has been apprehended by Russian authorities, according to US officials.

    Russia’s FSB intelligence agency said Friday that 14 people associated with the REvil ransomware group had been arrested, according toThe Wall Street Journal. The group has taken responsibility for numerous cyberattacks in the US. Officials in the US believe the hacker behind the ransomware attack on the Colonial Pipeline last spring was among those arrested, according to an unnamed administration official who spoke to CNN.

    Last year’s cyberattack, which was attributed to a ransomware gang, caused a significant disruption to the Colonial Pipeline, which supplies nearly half of the fuel for the entire east coast of the US. The temporary shutdown of the pipeline incited mass panic buying at gas stations in and around the east coast of the US, which resulted in shortages in at least 11 states.

    As CNN notes, the arrest comes after a week of diplomatic talks between the United States and Russia regarding Russia’s buildup of troops near the border with Ukraine. The Biden official told the network that it believes the arrest was “not related” to the situation. But some analysts have suggested otherwise, noting that this is the first first US investigation Russia has cooperated on in eight years.

    ", + "content": "

    The hacker behind the ransomware attack that took down the Colonial Pipeline last year has been apprehended by Russian authorities, according to US officials.

    Russia’s FSB intelligence agency said Friday that 14 people associated with the REvil ransomware group had been arrested, according toThe Wall Street Journal. The group has taken responsibility for numerous cyberattacks in the US. Officials in the US believe the hacker behind the ransomware attack on the Colonial Pipeline last spring was among those arrested, according to an unnamed administration official who spoke to CNN.

    Last year’s cyberattack, which was attributed to a ransomware gang, caused a significant disruption to the Colonial Pipeline, which supplies nearly half of the fuel for the entire east coast of the US. The temporary shutdown of the pipeline incited mass panic buying at gas stations in and around the east coast of the US, which resulted in shortages in at least 11 states.

    As CNN notes, the arrest comes after a week of diplomatic talks between the United States and Russia regarding Russia’s buildup of troops near the border with Ukraine. The Biden official told the network that it believes the arrest was “not related” to the situation. But some analysts have suggested otherwise, noting that this is the first first US investigation Russia has cooperated on in eight years.

    ", + "category": "Basic Materials Industry", + "link": "https://www.engadget.com/russia-captures-hacker-likely-responsible-for-colonial-pipeline-012541371.html?src=rss", + "creator": "Karissa Bell", + "pubDate": "Sat, 15 Jan 2022 01:25:41 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f14975b59d56157a33cc22db37dc2ba6", + "highlights": [] + }, + { + "title": "Google starts rolling out the Pixel 6 and 6 Pro's delayed December update", + "description": "

    Google has begun rolling out the Pixel 6 and 6 Pro’s latest update following a delay in December. As may you recall, the company “paused” the release of the OTA after there were reports of the software causing calls to drop and disconnect. The issue was such that Google took the nearly unprecedented move of removing the associated factory images for that update from its developer website.

    In December, the company said the software would arrive sometime in “late January.” Last week, it pushed up that timeline to today, January 14th. “The update will be available for all devices over the following week, but exact timing may vary depending on your carrier and country,” the company said. To that point, some carriers have said they’ll begin pushing out the software starting early next week. For instance, Canadian carrier Fido notes on its website it’s targeting January 17th for the start of its rollout.

    Now that the update is available, it includes all the fixes Google had planned to release in December in addition to more than a dozen new ones. Among other tweaks, you’ll find a fix for an issue that had caused the Pixel 6 and 6 Pro to drop a connection to a WiFi network in certain situations. Additionally, the update addresses a bug that had caused the phones to drain their batteries faster than expected.

    ", + "content": "

    Google has begun rolling out the Pixel 6 and 6 Pro’s latest update following a delay in December. As may you recall, the company “paused” the release of the OTA after there were reports of the software causing calls to drop and disconnect. The issue was such that Google took the nearly unprecedented move of removing the associated factory images for that update from its developer website.

    In December, the company said the software would arrive sometime in “late January.” Last week, it pushed up that timeline to today, January 14th. “The update will be available for all devices over the following week, but exact timing may vary depending on your carrier and country,” the company said. To that point, some carriers have said they’ll begin pushing out the software starting early next week. For instance, Canadian carrier Fido notes on its website it’s targeting January 17th for the start of its rollout.

    Now that the update is available, it includes all the fixes Google had planned to release in December in addition to more than a dozen new ones. Among other tweaks, you’ll find a fix for an issue that had caused the Pixel 6 and 6 Pro to drop a connection to a WiFi network in certain situations. Additionally, the update addresses a bug that had caused the phones to drain their batteries faster than expected.

    ", + "category": "Information Technology", + "link": "https://www.engadget.com/google-pixel-6-pro-december-update-rolling-out-230425275.html?src=rss", + "creator": "Igor Bonifacic", + "pubDate": "Fri, 14 Jan 2022 23:04:25 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a12fec00b8a59945a00d9e2b547bd438", + "highlights": [] + }, + { + "title": "The FTC is reportedly investigating Meta's VR unit for anticompetitive practices", + "description": "

    The Federal Trade Commission (FTC) as well as several states, including New York, Tennesse and North Carolina, are reportedly investigating Meta’s virtual reality division in relation to potential anti-competitive behavior. According to Bloomberg, the FTC and involved state attorneys general began interviewing third-party developers last year to find out if the company has put them at a disadvantage when they’ve tried to compete against its own software.

    Some third-party developers claim Meta frequently copies their best ideas and then makes it harder for their apps to function on its headsets. Among other developers, the outlet points to the experience of Virtual Desktop creator Guy Godin. In 2019, he added a feature to his app that allowed Oculus Quest owners to stream PC games to their headsets. Meta, then known as Facebook, reportedly threatened to delist the app if Godin didn’t remove the feature. That same year, the company released Oculus Link, a feature that allows Quest users to connect the headset to their PC via a USB-C cable.

    It’s unclear how close the FTC may be to filing formal charges against Meta. The agency declined to comment on the matter for Bloomberg. However, what is clear is that Meta is firmly in the FTC’s crosshairs over its various acquisitions. In December, The Information reported the agency had opened a probe into its proposed $400 million deal to buy Supernatural studio Within. Separately, this week a federal judge allowed the FTC to proceed with an amended antitrust lawsuit that seeks to undo the company’s acquisitions of WhatsApp and Instagram.

    ", + "content": "

    The Federal Trade Commission (FTC) as well as several states, including New York, Tennesse and North Carolina, are reportedly investigating Meta’s virtual reality division in relation to potential anti-competitive behavior. According to Bloomberg, the FTC and involved state attorneys general began interviewing third-party developers last year to find out if the company has put them at a disadvantage when they’ve tried to compete against its own software.

    Some third-party developers claim Meta frequently copies their best ideas and then makes it harder for their apps to function on its headsets. Among other developers, the outlet points to the experience of Virtual Desktop creator Guy Godin. In 2019, he added a feature to his app that allowed Oculus Quest owners to stream PC games to their headsets. Meta, then known as Facebook, reportedly threatened to delist the app if Godin didn’t remove the feature. That same year, the company released Oculus Link, a feature that allows Quest users to connect the headset to their PC via a USB-C cable.

    It’s unclear how close the FTC may be to filing formal charges against Meta. The agency declined to comment on the matter for Bloomberg. However, what is clear is that Meta is firmly in the FTC’s crosshairs over its various acquisitions. In December, The Information reported the agency had opened a probe into its proposed $400 million deal to buy Supernatural studio Within. Separately, this week a federal judge allowed the FTC to proceed with an amended antitrust lawsuit that seeks to undo the company’s acquisitions of WhatsApp and Instagram.

    ", + "category": "Personal Investing Ideas & Strategies", + "link": "https://www.engadget.com/ftc-meta-investigation-antitrust-virtual-reality-211947952.html?src=rss", + "creator": "Igor Bonifacic", + "pubDate": "Fri, 14 Jan 2022 21:19:47 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4c909e01172a77222bfee2a07e31a560", + "highlights": [] + }, + { + "title": "US residents can order free, at-home COVID-19 tests starting on January 19th", + "description": "

    One year, 10 months and eight days after the World Health Organization declared the COVID-19 pandemic, Americans will be able to order free, at-home tests from the government. Starting on January 19th, you'll be able to visit COVIDTests.gov and request tests, which will be mailed to your home.

    For now, the website only has a landing page in English and Spanish. It notes that the shipping costs will be covered too.

    The Biden administration is buying one billion at-home, rapid tests to give to US residents for free. The hope is to make sure everyone has a test on hand when they need it. The White House said 500 million of those tests will be available on January 19th. At the outset, you'll be able to order four per residential address.

    A phone line is being set up so those who can't access the website can place an order. The administration says it's working with national and local organizations to help people in at-risk and hard-hit communities to secure tests.

    One important thing to note: the tests will usually ship within 7-12 days of ordering. That timeline won't be incredibly useful for people who show symptoms of COVID-19 or have a close contact with a positive case and don't have an at-home test handy. 

    Still, it's worth stocking up on these free tests, especially given how in-demand they are. Even Twitter accounts known for helping people secure new gaming consoles are providing stock alerts for COVID-19 tests these days.

    ", + "content": "

    One year, 10 months and eight days after the World Health Organization declared the COVID-19 pandemic, Americans will be able to order free, at-home tests from the government. Starting on January 19th, you'll be able to visit COVIDTests.gov and request tests, which will be mailed to your home.

    For now, the website only has a landing page in English and Spanish. It notes that the shipping costs will be covered too.

    The Biden administration is buying one billion at-home, rapid tests to give to US residents for free. The hope is to make sure everyone has a test on hand when they need it. The White House said 500 million of those tests will be available on January 19th. At the outset, you'll be able to order four per residential address.

    A phone line is being set up so those who can't access the website can place an order. The administration says it's working with national and local organizations to help people in at-risk and hard-hit communities to secure tests.

    One important thing to note: the tests will usually ship within 7-12 days of ordering. That timeline won't be incredibly useful for people who show symptoms of COVID-19 or have a close contact with a positive case and don't have an at-home test handy. 

    Still, it's worth stocking up on these free tests, especially given how in-demand they are. Even Twitter accounts known for helping people secure new gaming consoles are providing stock alerts for COVID-19 tests these days.

    ", + "category": "site|engadget", + "link": "https://www.engadget.com/order-covid-19-test-free-government-204832596.html?src=rss", + "creator": "Kris Holt", + "pubDate": "Fri, 14 Jan 2022 20:48:32 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "97950ae99e38308b8ca8b8e3d90142e1", + "highlights": [] + }, + { + "title": "Netflix is about to get more expensive for North American customers", + "description": "

    It's that time again: Netflix is raising prices for customers in the US and Canada. Monthly prices are slated to increase a buck or two, depending on your subscription tier. 

    Reuters first reported that in the US, standard plans would go from $13.99 monthly up to $15.49; Netflix's own help site confirmed the change, as well as a bump to the premium tier from about $18 to $19.99 monthly. 

    The change is essentially mirrored up north, where standard plans were hiked from 15.99 Canadian to 16.49. (Standard plans only cover the use of two screens simultaneously, while premium allows for up to four, as well as Ultra HD picture quality.)

    If this all sounds familiar, it's because this is more or less what Netflix does every few years. An extra dollar or two was tacked on near the tail end of 2020. The same was true in January of 2019, October 2017, October 2015, May 2014, you get the idea. You start to forget that this service used to cost $8 a month a decade ago, albeit the company's original content ambitions have grown in parallel to the price, for better or worse.  

    ", + "content": "

    It's that time again: Netflix is raising prices for customers in the US and Canada. Monthly prices are slated to increase a buck or two, depending on your subscription tier. 

    Reuters first reported that in the US, standard plans would go from $13.99 monthly up to $15.49; Netflix's own help site confirmed the change, as well as a bump to the premium tier from about $18 to $19.99 monthly. 

    The change is essentially mirrored up north, where standard plans were hiked from 15.99 Canadian to 16.49. (Standard plans only cover the use of two screens simultaneously, while premium allows for up to four, as well as Ultra HD picture quality.)

    If this all sounds familiar, it's because this is more or less what Netflix does every few years. An extra dollar or two was tacked on near the tail end of 2020. The same was true in January of 2019, October 2017, October 2015, May 2014, you get the idea. You start to forget that this service used to cost $8 a month a decade ago, albeit the company's original content ambitions have grown in parallel to the price, for better or worse.  

    ", + "category": "site|engadget", + "link": "https://www.engadget.com/netflix-price-us-increase-canada-203548569.html?src=rss", + "creator": "Bryan Menegus", + "pubDate": "Fri, 14 Jan 2022 20:35:48 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cb93eb5621fff65288dd73202b154ba0", + "highlights": [] + }, + { + "title": "Google Meet’s second-screen Companion Mode is coming to the Nest Hub Max", + "description": "

    After updating Workspace (formerly G Suite) with a number of new features last year, Google’s previously-announced Companion Mode for the Nest Hub Max and other Google Meet hardware has begun rolling out.

    Companion Mode is a second screen experience designed to support the shift towards hybrid working environments by providing easier access to various Google Meet controls and features for people calling in from a shared office.

    Previously, workers who called in from a meeting room often had to jockey for control if they wanted to do simple things like raise their hand (virtually) or drop a comment in chat. The result was that employees who worked remotely and called into meetings using a phone or PC were often more active and visible in meetings than their colleagues at the office who participated using a traditional conference room set up.

    However, thanks to the addition of Companion Mode, office workers will soon get access to most of Google Meet’s features via Nest Hub Max or other certified hardware like a Lenovo Tap while still being part of the shared meeting. And while the Nest Hub Max might not be a common sight in conference rooms today, this new mode could help Google push more devices to businesses of all sizes as they adapt to post-pandemic working arrangements. To join a meeting using Companion Mode, you can either activate the setting in Google Meet’s “green room” or by using a dedicated URL: g.co/companion.

    Google Meet features available in Companion Mode include chatting, starting and voting on polls, raising your hand (which includes displaying a person’s name and title), using host controls and turning on captions or translations.

    Google says the goal is to ensure that regardless of where you’re working from, everyone in a video call will have access to a similar set of tools and features. Companion Mode will be enabled by default, though, for people using the free version of Meet, it’s important to note that anyone using it will count as an additional participant towards the 100-person limit, instead of a room full of people counting as a single attendee.

    Companion Mode in Google Meet is rolling out this week, though depending on your domain or user type, it may take another few weeks for it to be available on your device.

    ", + "content": "

    After updating Workspace (formerly G Suite) with a number of new features last year, Google’s previously-announced Companion Mode for the Nest Hub Max and other Google Meet hardware has begun rolling out.

    Companion Mode is a second screen experience designed to support the shift towards hybrid working environments by providing easier access to various Google Meet controls and features for people calling in from a shared office.

    Previously, workers who called in from a meeting room often had to jockey for control if they wanted to do simple things like raise their hand (virtually) or drop a comment in chat. The result was that employees who worked remotely and called into meetings using a phone or PC were often more active and visible in meetings than their colleagues at the office who participated using a traditional conference room set up.

    However, thanks to the addition of Companion Mode, office workers will soon get access to most of Google Meet’s features via Nest Hub Max or other certified hardware like a Lenovo Tap while still being part of the shared meeting. And while the Nest Hub Max might not be a common sight in conference rooms today, this new mode could help Google push more devices to businesses of all sizes as they adapt to post-pandemic working arrangements. To join a meeting using Companion Mode, you can either activate the setting in Google Meet’s “green room” or by using a dedicated URL: g.co/companion.

    Google Meet features available in Companion Mode include chatting, starting and voting on polls, raising your hand (which includes displaying a person’s name and title), using host controls and turning on captions or translations.

    Google says the goal is to ensure that regardless of where you’re working from, everyone in a video call will have access to a similar set of tools and features. Companion Mode will be enabled by default, though, for people using the free version of Meet, it’s important to note that anyone using it will count as an additional participant towards the 100-person limit, instead of a room full of people counting as a single attendee.

    Companion Mode in Google Meet is rolling out this week, though depending on your domain or user type, it may take another few weeks for it to be available on your device.

    ", + "category": "Technology & Electronics", + "link": "https://www.engadget.com/google-meet-companion-mode-rolling-out-to-the-nest-hub-max-195017337.html?src=rss", + "creator": "Sam Rutherford", + "pubDate": "Fri, 14 Jan 2022 20:05:17 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1c84d1d2ee1c9b9a1768871192d889d1", + "highlights": [] + }, + { + "title": "Waymo has its first commercial autonomous trucking customer", + "description": "

    Last June, Alphabet’s self-driving unit worked with J.B. Hunt, a trucking and logistics company, to test its Waymo Via technology in Texas. On Friday, the two announced they’re forming a strategic partnership with the hope of deploying a fully autonomous trucking operation within the state sometime in the next few years. In the immediate future, Waymo and J.B. Hunt say they plan to hold multiple pilots involving Waymo Via. That’s the Waymo Driver-powered unit the Alphabet subsidiary developed for Class 8 trucks. They also plan to complete additional market studies.

    The expanded partnership follows a successful first pilot in which Waymo and J.B Hunt said they moved 862,179 lbs of freight without their test trucks speeding or ending up in any accidents. The conclusion they drew at the time was that Waymo Driver was ready to deliver freight on-time and safely. Waymo is just one of a handful of companies working on autonomous trucking technology. A few months before the company completed its June pilot with J.B. Hunt, Aurora, the startup that acquired Uber’s Advanced Technologies Group, announced it was working with Volvo to build fully autonomous semi trucks that would carry cargo across North America.

    ", + "content": "

    Last June, Alphabet’s self-driving unit worked with J.B. Hunt, a trucking and logistics company, to test its Waymo Via technology in Texas. On Friday, the two announced they’re forming a strategic partnership with the hope of deploying a fully autonomous trucking operation within the state sometime in the next few years. In the immediate future, Waymo and J.B. Hunt say they plan to hold multiple pilots involving Waymo Via. That’s the Waymo Driver-powered unit the Alphabet subsidiary developed for Class 8 trucks. They also plan to complete additional market studies.

    The expanded partnership follows a successful first pilot in which Waymo and J.B Hunt said they moved 862,179 lbs of freight without their test trucks speeding or ending up in any accidents. The conclusion they drew at the time was that Waymo Driver was ready to deliver freight on-time and safely. Waymo is just one of a handful of companies working on autonomous trucking technology. A few months before the company completed its June pilot with J.B. Hunt, Aurora, the startup that acquired Uber’s Advanced Technologies Group, announced it was working with Volvo to build fully autonomous semi trucks that would carry cargo across North America.

    ", + "category": "Investment & Company Information", + "link": "https://www.engadget.com/waymo-jb-hunt-partnership-194006100.html?src=rss", + "creator": "Igor Bonifacic", + "pubDate": "Fri, 14 Jan 2022 19:40:06 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "590d85fc1e59a36ba5ca7c4202394620", + "highlights": [] + }, + { + "title": "Netflix greenlights a tennis docuseries from the 'Drive to Survive' team", + "description": "

    Netflix is making a bigger push into sports docuseries following the success of Formula 1: Drive to Survive. We learned this week that a show covering the 2022 PGA Tour and men's major golf championships is on the way, and now the company has announced a similar show covering the world of top-level tennis is in the works.

    All three shows are being produced or co-produced by the same company, Box to Box Films. Netflix says the as-yet-untitled tennis series will devote equal time to men and women. The names of the players involved haven't been revealed, according to Bloomberg, but given the high-profile names taking part in Drive to Survive and the golf show, expect the tennis series to feature prominent figures.

    Netflix has locked in deals with both tennis governing bodies, the ATP and WTA, as well as the organizers of the four Grand Slam tournaments — the biggest events on the tennis calendar. Given that production has started at the Australian Open, the docuseries could start with some major drama.

    On Friday, Australian officials once again revoked the visa of Novak Djokovic, the world's top-ranked men's player, this time "on health and good order grounds." Djokovic, who is unvaccinated against COVID-19, said earlier this month that he was granted a medical exemption to travel to Australia and continue his quest for a record 21st men's Grand Slam singles title. However, questions were raised about the validity of his exemption, and he admitted to making an "error of judgment" by attending public events in December while awaiting the awaiting the results of a COVID-19 test. He tested positive.

    Drive to Survive helped to boost the popularity of Formula 1, especially among US viewers. Tennis execs will surely be hoping for a similar effect from the upcoming docuseries. Last year's US Open drew an average of 796,000 viewers, the second-lowest viewing figures since ESPN secured rights to the tournament in 2015.

    ", + "content": "

    Netflix is making a bigger push into sports docuseries following the success of Formula 1: Drive to Survive. We learned this week that a show covering the 2022 PGA Tour and men's major golf championships is on the way, and now the company has announced a similar show covering the world of top-level tennis is in the works.

    All three shows are being produced or co-produced by the same company, Box to Box Films. Netflix says the as-yet-untitled tennis series will devote equal time to men and women. The names of the players involved haven't been revealed, according to Bloomberg, but given the high-profile names taking part in Drive to Survive and the golf show, expect the tennis series to feature prominent figures.

    Netflix has locked in deals with both tennis governing bodies, the ATP and WTA, as well as the organizers of the four Grand Slam tournaments — the biggest events on the tennis calendar. Given that production has started at the Australian Open, the docuseries could start with some major drama.

    On Friday, Australian officials once again revoked the visa of Novak Djokovic, the world's top-ranked men's player, this time "on health and good order grounds." Djokovic, who is unvaccinated against COVID-19, said earlier this month that he was granted a medical exemption to travel to Australia and continue his quest for a record 21st men's Grand Slam singles title. However, questions were raised about the validity of his exemption, and he admitted to making an "error of judgment" by attending public events in December while awaiting the awaiting the results of a COVID-19 test. He tested positive.

    Drive to Survive helped to boost the popularity of Formula 1, especially among US viewers. Tennis execs will surely be hoping for a similar effect from the upcoming docuseries. Last year's US Open drew an average of 796,000 viewers, the second-lowest viewing figures since ESPN secured rights to the tournament in 2015.

    ", + "category": "Tennis", + "link": "https://www.engadget.com/netflix-tennis-docuseries-drive-to-survive-novak-djokovic-192108880.html?src=rss", + "creator": "Kris Holt", + "pubDate": "Fri, 14 Jan 2022 19:21:08 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5e2c81a8791e60c21adfef135c645b1a", + "highlights": [] + }, + { + "title": "60 companies say Facebook unfairly rejected their ads for women's health products", + "description": "

    Five dozen companies specializing in women’s health products and services say Facebook has frequently rejected their ads over objections they contain “adult content,” according to a report the Center for Intimacy Justice published this week. Facebook’s advertising policies prohibit reproductive health products or services that focus on sexual pleasure, but anecdotes from the companies the Center for Intimacy Justice either interviewed or surveyed paint the picture of a platform that enforces those guidelines in a way that’s seemingly arbitrary and sexist.

    The 60 companies that took part in the report have all had advertisements rejected by Facebook at one point or another. About half said they’ve also had their accounts suspended by the social media giant. One such company is Joylux. It offers vFit Gold, a product women can use to strengthen their pelvic floor. “Because of the nature of our product, the look of it,” Joylux CEO Colette Courtion told The New York Times Facebook and other companies believe it’s “pornographic” in nature.

    Since 2017, Joylux claims Facebook has shut down its advertising account twice. It says the company never provided a reason for those actions. It also claims Facebook has automatically denied ads that include “vagina.” That’s something Meta, Facebook’s parent company, disputes. A spokesperson for the company told Engadget it doesn’t enforce a blanket ban on keywords like “vagina” and “menopause.” Instead, it says it considers “how each ad is positioned.”

    \"Facebook
    Center for Intimacy Justice

    With help from an agency specializing in appealing ad rejections, Joylux has managed to get its ads up on Facebook in recent years. However, the company has had to change its copy to the point where those advertisements aren’t helpful to consumers. “We can’t show what the product looks like and we can’t say what it does,” Joylux told The New York Times.

    A spokesperson for Meta told Engadget its enforcement isn’t perfect and that sometimes it makes mistakes. The company also noted it has its current policy in place in part because it strives to take into account what people from different countries and cultures will take away from ads that promote adult products.

    “We welcome ads for sexual wellness products but we prohibit nudity and have specific rules about how these products can be marketed on our platform,” the spokesperson said. “We have provided detail to advertisers about what kinds of products and descriptions we allow in ads.”

    What makes Facebook’s actions in these instances frustrating for the 60 companies that took part in the report is that they believe Meta hasn’t applied the same standards to ads targeting men. “Right now, it’s arbitrary where they’ll say a product is or isn’t allowed in a way that we think has really sexist undertones and a lack of understanding about health,” Jackie Rotman, the founder of the Center for Intimacy Justice, told The Times.

    To that point, the organization found an ad promoting an erectile dysfunction pill that promised a “wet hot American summer.” Another, promoting a lubricant, said the lotion was “made just for men’s alone time.”

    ", + "content": "

    Five dozen companies specializing in women’s health products and services say Facebook has frequently rejected their ads over objections they contain “adult content,” according to a report the Center for Intimacy Justice published this week. Facebook’s advertising policies prohibit reproductive health products or services that focus on sexual pleasure, but anecdotes from the companies the Center for Intimacy Justice either interviewed or surveyed paint the picture of a platform that enforces those guidelines in a way that’s seemingly arbitrary and sexist.

    The 60 companies that took part in the report have all had advertisements rejected by Facebook at one point or another. About half said they’ve also had their accounts suspended by the social media giant. One such company is Joylux. It offers vFit Gold, a product women can use to strengthen their pelvic floor. “Because of the nature of our product, the look of it,” Joylux CEO Colette Courtion told The New York Times Facebook and other companies believe it’s “pornographic” in nature.

    Since 2017, Joylux claims Facebook has shut down its advertising account twice. It says the company never provided a reason for those actions. It also claims Facebook has automatically denied ads that include “vagina.” That’s something Meta, Facebook’s parent company, disputes. A spokesperson for the company told Engadget it doesn’t enforce a blanket ban on keywords like “vagina” and “menopause.” Instead, it says it considers “how each ad is positioned.”

    \"Facebook
    Center for Intimacy Justice

    With help from an agency specializing in appealing ad rejections, Joylux has managed to get its ads up on Facebook in recent years. However, the company has had to change its copy to the point where those advertisements aren’t helpful to consumers. “We can’t show what the product looks like and we can’t say what it does,” Joylux told The New York Times.

    A spokesperson for Meta told Engadget its enforcement isn’t perfect and that sometimes it makes mistakes. The company also noted it has its current policy in place in part because it strives to take into account what people from different countries and cultures will take away from ads that promote adult products.

    “We welcome ads for sexual wellness products but we prohibit nudity and have specific rules about how these products can be marketed on our platform,” the spokesperson said. “We have provided detail to advertisers about what kinds of products and descriptions we allow in ads.”

    What makes Facebook’s actions in these instances frustrating for the 60 companies that took part in the report is that they believe Meta hasn’t applied the same standards to ads targeting men. “Right now, it’s arbitrary where they’ll say a product is or isn’t allowed in a way that we think has really sexist undertones and a lack of understanding about health,” Jackie Rotman, the founder of the Center for Intimacy Justice, told The Times.

    To that point, the organization found an ad promoting an erectile dysfunction pill that promised a “wet hot American summer.” Another, promoting a lubricant, said the lotion was “made just for men’s alone time.”

    ", + "category": "site|engadget", + "link": "https://www.engadget.com/center-for-intimacy-justice-facebook-report-181456219.html?src=rss", + "creator": "Igor Bonifacic", + "pubDate": "Fri, 14 Jan 2022 18:14:56 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "25032b9639380876742149c2b261397a", + "highlights": [] + }, + { + "title": "Cyberattack hits Ukraine government websites amid tensions with Russia", + "description": "

    Hackers have hit around 70 Ukraine government department websites, forcing many of them offline. A message in Ukrainian, Russian and Polish on the country's foreign ministry site reportedly read "Ukrainians! All your personal data has been uploaded to the public network. All data on the computer is destroyed, it is impossible to restore them.”

    The page referenced "historical land" and featured crossed-out versions of Ukraine map and flag. "All information about you has become public, be afraid and wait for the worst. This is for you for your past, present and future," the message is said to have read. Along with the foreign ministry site, the state emergency service, state treasury and the ministries of education, foreign affairs, sport, energy, agrarian policy, veterans and environment were reportedly targeted.

    However, Ukraine's security service told CNN that personal data was not affected. It noted that most services have been restored. 

    According to the Ukrainian Information Ministry, early indications suggest the Russian Federation carried out the attack. "This is not the first time or even the second time that Ukrainian Internet resources have been attacked since the beginning of the Russian military aggression," the ministry said in a statement.

    The Ministry of Culture and Information Policy suggested that references to Ukrainian ultra-nationalist groups in the message were an attempt by hackers to mask the "Russian footprint." The ministry added that "It is obvious that this was done on purpose to cast a shadow over the hacker attack on Poland: Russia and its proxies have been working for a long time to create the quarrel between two friendly neighboring countries."

    Hackers believed to be from Russia have targeted other parts of Ukraine's infrastructure in recent years. In 2015, an attack took out parts of the power grid. Since then, Russia was also blamed for attacks on Ukraine's weapon supply and the Kiev airport. The NotPetya cyberattack, for which the US charged Russian hackers in 2020, impacted the Ukrainian government and banking system, a state power distributor and an airport, as well as entities in Russia and the US.

    The latest attack took place as Russia mobilizes 100,000 troops to Ukraine's border. Western allies fear Russia will again invade Ukraine, following its annexation of Crimea in 2014.

    Attempts by the US, NATO and the Organization for Security and Cooperation in Europe to de-escalate the situation in talks with Russia this week haven't proven successful. Russia’s lead envoy said the discussions hit a dead end.

    Although Russia has denied plans to attack Ukraine, it said it may take action if its demands aren't met. Among those is an assurance that Ukraine and Georgia won't join NATO.

    Jens Stoltenberg, the secretary general of NATO, condemned the cyberattack on Ukraine. He said NATO has been working with the country for years to bolster its cyber defenses and that the two sides will sign an agreement on enhanced cyber cooperation in the coming days. As part of that, the country will gain access to NATO’s malware information sharing platform.

    ", + "content": "

    Hackers have hit around 70 Ukraine government department websites, forcing many of them offline. A message in Ukrainian, Russian and Polish on the country's foreign ministry site reportedly read "Ukrainians! All your personal data has been uploaded to the public network. All data on the computer is destroyed, it is impossible to restore them.”

    The page referenced "historical land" and featured crossed-out versions of Ukraine map and flag. "All information about you has become public, be afraid and wait for the worst. This is for you for your past, present and future," the message is said to have read. Along with the foreign ministry site, the state emergency service, state treasury and the ministries of education, foreign affairs, sport, energy, agrarian policy, veterans and environment were reportedly targeted.

    However, Ukraine's security service told CNN that personal data was not affected. It noted that most services have been restored. 

    According to the Ukrainian Information Ministry, early indications suggest the Russian Federation carried out the attack. "This is not the first time or even the second time that Ukrainian Internet resources have been attacked since the beginning of the Russian military aggression," the ministry said in a statement.

    The Ministry of Culture and Information Policy suggested that references to Ukrainian ultra-nationalist groups in the message were an attempt by hackers to mask the "Russian footprint." The ministry added that "It is obvious that this was done on purpose to cast a shadow over the hacker attack on Poland: Russia and its proxies have been working for a long time to create the quarrel between two friendly neighboring countries."

    Hackers believed to be from Russia have targeted other parts of Ukraine's infrastructure in recent years. In 2015, an attack took out parts of the power grid. Since then, Russia was also blamed for attacks on Ukraine's weapon supply and the Kiev airport. The NotPetya cyberattack, for which the US charged Russian hackers in 2020, impacted the Ukrainian government and banking system, a state power distributor and an airport, as well as entities in Russia and the US.

    The latest attack took place as Russia mobilizes 100,000 troops to Ukraine's border. Western allies fear Russia will again invade Ukraine, following its annexation of Crimea in 2014.

    Attempts by the US, NATO and the Organization for Security and Cooperation in Europe to de-escalate the situation in talks with Russia this week haven't proven successful. Russia’s lead envoy said the discussions hit a dead end.

    Although Russia has denied plans to attack Ukraine, it said it may take action if its demands aren't met. Among those is an assurance that Ukraine and Georgia won't join NATO.

    Jens Stoltenberg, the secretary general of NATO, condemned the cyberattack on Ukraine. He said NATO has been working with the country for years to bolster its cyber defenses and that the two sides will sign an agreement on enhanced cyber cooperation in the coming days. As part of that, the country will gain access to NATO’s malware information sharing platform.

    ", + "category": "US International News", + "link": "https://www.engadget.com/ukraine-cyberattack-government-websites-russia-170143091.html?src=rss", + "creator": "Kris Holt", + "pubDate": "Fri, 14 Jan 2022 17:01:43 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "070782bc61d0d2cdac2a0a5ea6e73cd4", + "highlights": [] + }, + { + "title": "Nintendo's 'Ring Fit Adventure' falls to $55, plus the rest of the week's best tech deals", + "description": "

    This week brought deals on Apple devices, gaming gear and more. The Mac Mini M1 remains on sale for $600 while the 3rd-generation AirPods are back down to a record low of $140. Nintendo's Ring Fit Adventure is back in stock and $25 off, while you can still get a one-year Switch Online family membership plus a microSD card for 50 percent off. Here are the best tech deals from this week that you can still get today.

    Nintendo Ring Fit Adventure

    \"Nintendo
    Devindra Hardawar / Engadget

    The Ring Fit Adventure is back on sale for $55, or $25 off its normal price. It's a good option for Switch owners who want to work out more in the new year but don't want to go outside to do it. Joy-Cons strap to the included ring and leg strap so the game can record your movements as it has you doing things like squats and crunches to progress through a fantasy world, defeat enemies and more.

    Buy Ring Fit Adventure at Amazon - $55

    AirPods (3rd gen)

    \"Apple
    Billy Steele/Engadget

    Apple's latest AirPods are on sale for $140 right now, or 22 percent off their normal price. These are the company's newest earbuds and we gave them a score of 88 for their improved design, better audio quality and long battery life.

    Buy AirPods (3rd gen) at Amazon - $140

    2020 MacBook Pro M1

    \"Apple's
    Devindra Hardawar / Engadget

    The 2020 MacBook Pro M1 remains $150 off, bringing the model with 8GB of RAM and 256GB of storage down to $1,150. It's not the latest MacBook Pro with the higher-end CPUs that Apple recently came out with, but it's still a viable option. We gave it a score of 84 for its speedy performance, lovely display and its long, 16.5-hour battery life.

    Buy 2020 MacBook Pro M1 at Amazon - $1,150

    Mac Mini M1

    \"Apple
    Engadget

    The base Mac Mini M1 is $100 off thanks to a sale and an additional coupon, bringing it down to $600. This model runs on the M1 chipset along with 8GB of RAM and 256GB of storage. This is Apple's most affordable M1 machine, making it a good option if you're in need of an upgraded desktop.

    Buy Mac Mini at Amazon - $600

    Nintendo Switch Online bundle

    \"SanDisk
    SanDisk

    Amazon still has a bundle that includes a one-year Switch Online family membership and a 128GB SanDisk microSD card for $35. You're essentially getting the microSD card for free here, and the family-plan subscription gives up to eight people access to online play, cloud data storage and a library of NES and SNES games to play whenever you want.

    Buy Switch Online bundle at Amazon - $35

    Samsung Galaxy Buds 2

    \"Samsung
    Billy Steele/Engadget

    The Galaxy Buds 2 are down to $100 right now, or $50 off their normal price. We gave them a score of 84 for their improve sound quality, adjustable ambient sound mode, comfortable design and support for wireless charging.

    Buy Galaxy Buds 2 at Woot - $100

    Samsung Galaxy S21 FE

    \"Samsung
    Engadget

    Samsung's latest smartphone, the Galaxy S21 FE, is officially available and starting to ship and Amazon throws in a $100 gift card if you order the handset through the online retailer. We briefly tested the FE at CES 2022 and called it "last year's flagship without the frills," and it includes a 5-nanometer processor, a 120HZ display, a 32-megapixel front-facing camera, a larger battery and more.

    Buy Galaxy S21 FE bundle at Amazon - $700

    Google Nest Audio

    The Nest Audio smart speaker is down to $75, which is $25 off its regular price. While not as good as its Black Friday price, it's still a good discount on one of our favorite smart speakers. It earned a score of 87 from us for its excellent audio quality, stereo mode and minimalist design. You can also pick up the Nest Mini for only $25.

    Buy Nest Audio at Best Buy - $75

    Google News Hub (2nd gen)

    The second-generation Nest Hub has been discounted to $60, or $40 off its normal price. That's also only $10 more than it was during the holiday shopping season. We gave it a score of 89 for its nice 7-inch display, improved performance and audio quality plus its new sleep tracking feature.

    Buy Nest Hub (2nd gen) at Best Buy - $60

    Withings Body+ smart scale

    \"Withings\"
    Withings

    Withings' Body+ smart scale is 41 percent off for today only as part of a daily deal on Amazon that includes a number of other similar scales. Withings' gadget connects to WiFi and tracks things like your weight change, body fat and water percentage, muscle and bone mass and more.

    Buy Body+ smart scale at Amazon - $59

    Libro.fm

    \"Libro.fm
    Libro.fm

    Engadget readers can get a total of two free audiobooks when signing up for Libro.fm, the audiobook subscription service that supports local bookstores. Similarly to Audible, a Libro.fm membership costs $15 per month and gives you one audiobook credit per month, plus 30 percent off any audiobooks you buy á la carte.

    Subscribe to Libro.fm - $15/month

    New tech deals

    Echo Show 5

    The second-generation Echo Show 5 is on sale for $45, or 47 percent off its normal price. Not much has changed from the first to the second generation, but that's ok. We gave the latest model a score of 85 for its good sound quality, tap-to-snooze feature and quaint design.

    Buy Echo Show 5 (2nd gen) at Amazon - $45

    Wyze Cam v3

    The Wyze Cam v3 with spotlight kit is 32 percent off, knocking it down to $36. This is one of the easiest smart home security cameras to use, and one of the most affordable, and the spotlight kit will make it more useful as an outside cam at night.

    Buy Wyze Cam v3 at Amazon - $36

    HBO Max

    HBO Max is having a sale through January 25th that knocks 20 percent off its monthly plans. That means you can get the service with ads for $8 per month or the ad-free tier for $12 per month, with both discounted rates lasting for one year. Current HBO Max subscribers cannot take advantage of the deal, but if you recently cancelled and wanted to come back, you should be able to get the discount.

    Subscribe to HBO Max starting at $8/month

    Follow @EngadgetDeals on Twitter for the latest tech deals and buying advice.

    ", + "content": "

    This week brought deals on Apple devices, gaming gear and more. The Mac Mini M1 remains on sale for $600 while the 3rd-generation AirPods are back down to a record low of $140. Nintendo's Ring Fit Adventure is back in stock and $25 off, while you can still get a one-year Switch Online family membership plus a microSD card for 50 percent off. Here are the best tech deals from this week that you can still get today.

    Nintendo Ring Fit Adventure

    \"Nintendo
    Devindra Hardawar / Engadget

    The Ring Fit Adventure is back on sale for $55, or $25 off its normal price. It's a good option for Switch owners who want to work out more in the new year but don't want to go outside to do it. Joy-Cons strap to the included ring and leg strap so the game can record your movements as it has you doing things like squats and crunches to progress through a fantasy world, defeat enemies and more.

    Buy Ring Fit Adventure at Amazon - $55

    AirPods (3rd gen)

    \"Apple
    Billy Steele/Engadget

    Apple's latest AirPods are on sale for $140 right now, or 22 percent off their normal price. These are the company's newest earbuds and we gave them a score of 88 for their improved design, better audio quality and long battery life.

    Buy AirPods (3rd gen) at Amazon - $140

    2020 MacBook Pro M1

    \"Apple's
    Devindra Hardawar / Engadget

    The 2020 MacBook Pro M1 remains $150 off, bringing the model with 8GB of RAM and 256GB of storage down to $1,150. It's not the latest MacBook Pro with the higher-end CPUs that Apple recently came out with, but it's still a viable option. We gave it a score of 84 for its speedy performance, lovely display and its long, 16.5-hour battery life.

    Buy 2020 MacBook Pro M1 at Amazon - $1,150

    Mac Mini M1

    \"Apple
    Engadget

    The base Mac Mini M1 is $100 off thanks to a sale and an additional coupon, bringing it down to $600. This model runs on the M1 chipset along with 8GB of RAM and 256GB of storage. This is Apple's most affordable M1 machine, making it a good option if you're in need of an upgraded desktop.

    Buy Mac Mini at Amazon - $600

    Nintendo Switch Online bundle

    \"SanDisk
    SanDisk

    Amazon still has a bundle that includes a one-year Switch Online family membership and a 128GB SanDisk microSD card for $35. You're essentially getting the microSD card for free here, and the family-plan subscription gives up to eight people access to online play, cloud data storage and a library of NES and SNES games to play whenever you want.

    Buy Switch Online bundle at Amazon - $35

    Samsung Galaxy Buds 2

    \"Samsung
    Billy Steele/Engadget

    The Galaxy Buds 2 are down to $100 right now, or $50 off their normal price. We gave them a score of 84 for their improve sound quality, adjustable ambient sound mode, comfortable design and support for wireless charging.

    Buy Galaxy Buds 2 at Woot - $100

    Samsung Galaxy S21 FE

    \"Samsung
    Engadget

    Samsung's latest smartphone, the Galaxy S21 FE, is officially available and starting to ship and Amazon throws in a $100 gift card if you order the handset through the online retailer. We briefly tested the FE at CES 2022 and called it "last year's flagship without the frills," and it includes a 5-nanometer processor, a 120HZ display, a 32-megapixel front-facing camera, a larger battery and more.

    Buy Galaxy S21 FE bundle at Amazon - $700

    Google Nest Audio

    The Nest Audio smart speaker is down to $75, which is $25 off its regular price. While not as good as its Black Friday price, it's still a good discount on one of our favorite smart speakers. It earned a score of 87 from us for its excellent audio quality, stereo mode and minimalist design. You can also pick up the Nest Mini for only $25.

    Buy Nest Audio at Best Buy - $75

    Google News Hub (2nd gen)

    The second-generation Nest Hub has been discounted to $60, or $40 off its normal price. That's also only $10 more than it was during the holiday shopping season. We gave it a score of 89 for its nice 7-inch display, improved performance and audio quality plus its new sleep tracking feature.

    Buy Nest Hub (2nd gen) at Best Buy - $60

    Withings Body+ smart scale

    \"Withings\"
    Withings

    Withings' Body+ smart scale is 41 percent off for today only as part of a daily deal on Amazon that includes a number of other similar scales. Withings' gadget connects to WiFi and tracks things like your weight change, body fat and water percentage, muscle and bone mass and more.

    Buy Body+ smart scale at Amazon - $59

    Libro.fm

    \"Libro.fm
    Libro.fm

    Engadget readers can get a total of two free audiobooks when signing up for Libro.fm, the audiobook subscription service that supports local bookstores. Similarly to Audible, a Libro.fm membership costs $15 per month and gives you one audiobook credit per month, plus 30 percent off any audiobooks you buy á la carte.

    Subscribe to Libro.fm - $15/month

    New tech deals

    Echo Show 5

    The second-generation Echo Show 5 is on sale for $45, or 47 percent off its normal price. Not much has changed from the first to the second generation, but that's ok. We gave the latest model a score of 85 for its good sound quality, tap-to-snooze feature and quaint design.

    Buy Echo Show 5 (2nd gen) at Amazon - $45

    Wyze Cam v3

    The Wyze Cam v3 with spotlight kit is 32 percent off, knocking it down to $36. This is one of the easiest smart home security cameras to use, and one of the most affordable, and the spotlight kit will make it more useful as an outside cam at night.

    Buy Wyze Cam v3 at Amazon - $36

    HBO Max

    HBO Max is having a sale through January 25th that knocks 20 percent off its monthly plans. That means you can get the service with ads for $8 per month or the ad-free tier for $12 per month, with both discounted rates lasting for one year. Current HBO Max subscribers cannot take advantage of the deal, but if you recently cancelled and wanted to come back, you should be able to get the discount.

    Subscribe to HBO Max starting at $8/month

    Follow @EngadgetDeals on Twitter for the latest tech deals and buying advice.

    ", + "category": "Consumer Discretionary", + "link": "https://www.engadget.com/nintendos-ring-fit-adventure-falls-to-55-best-tech-deals-this-week-164501254.html?src=rss", + "creator": "Valentina Palladino", + "pubDate": "Fri, 14 Jan 2022 16:45:01 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6465e31e0d47b108d272daa6526ddb26", + "highlights": [] + }, + { + "title": "Facebook's video speed-dating service is shutting down January 20th", + "description": "

    Facebook’s New Product Experimentation (NPE) team is often quick to abandon apps that don’t find traction, and a video speed-dating service it has tested over the last nine months is next for the chopping block. The company told Sparked users the experiment will shut down on January 20th.

    “We started building Sparked in late 2020 to help people find love through an experience rooted in kindness. Since then, thanks to regular input and feedback from you, we improved where we could, learned a ton, and made connections between people,” Facebook wrote in the email, which TechCrunch obtained. “Like many good ideas, some take off and others, like Sparked, must come to an end.”

    Users will be able to download their data before January 20th. After that date, Facebook will wipe their Sparked accounts.

    Sparked was a blend of Chatroulette, the video chats other dating apps have introduced over the last few years and a speed dating event. At a predetermined time, users from a certain area or demographic would take part in dating events (there were a few global events too). They'd have four minutes to chat with a potential match, and if they both wanted to spend more time with each other, they could set up a second, 10-minute date and/or exchange contact details.

    Although users needed a Facebook account to use Sparked, the service was distinct from both Facebook and Facebook Dating. It had no public profiles, messaging or matching features, like swiping on Tinder.

    Facebook initially described Sparked as a small beta test to learn about video dating, so it might not truly have intended for the service to blow up in popularity. Both Sparked and Facebook Dating added audio chat features last year.

    Sparked is joining a long list of NPE projects that Facebook has shut down, including Pinterest-style app for hobbyists Hobbi, TikTok clone Lasso and selfie app MSQRD. A few NPE apps remain on the App Store in the US: TikTok-esque app for rappers called BARS, an app for couples called Tuned and collaborative music video app Collab. Facebook said this week that Collab is also closing down on March 12th.

    ", + "content": "

    Facebook’s New Product Experimentation (NPE) team is often quick to abandon apps that don’t find traction, and a video speed-dating service it has tested over the last nine months is next for the chopping block. The company told Sparked users the experiment will shut down on January 20th.

    “We started building Sparked in late 2020 to help people find love through an experience rooted in kindness. Since then, thanks to regular input and feedback from you, we improved where we could, learned a ton, and made connections between people,” Facebook wrote in the email, which TechCrunch obtained. “Like many good ideas, some take off and others, like Sparked, must come to an end.”

    Users will be able to download their data before January 20th. After that date, Facebook will wipe their Sparked accounts.

    Sparked was a blend of Chatroulette, the video chats other dating apps have introduced over the last few years and a speed dating event. At a predetermined time, users from a certain area or demographic would take part in dating events (there were a few global events too). They'd have four minutes to chat with a potential match, and if they both wanted to spend more time with each other, they could set up a second, 10-minute date and/or exchange contact details.

    Although users needed a Facebook account to use Sparked, the service was distinct from both Facebook and Facebook Dating. It had no public profiles, messaging or matching features, like swiping on Tinder.

    Facebook initially described Sparked as a small beta test to learn about video dating, so it might not truly have intended for the service to blow up in popularity. Both Sparked and Facebook Dating added audio chat features last year.

    Sparked is joining a long list of NPE projects that Facebook has shut down, including Pinterest-style app for hobbyists Hobbi, TikTok clone Lasso and selfie app MSQRD. A few NPE apps remain on the App Store in the US: TikTok-esque app for rappers called BARS, an app for couples called Tuned and collaborative music video app Collab. Facebook said this week that Collab is also closing down on March 12th.

    ", + "category": "Software", + "link": "https://www.engadget.com/meta-facebook-video-speed-dating-sparked-shutting-down-collab-154126226.html?src=rss", + "creator": "Kris Holt", + "pubDate": "Fri, 14 Jan 2022 15:41:26 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "750b8a1890cb2796f7dc5fd7a9b4551a", + "highlights": [] + }, + { + "title": "Khadas' Tea DAC is a compelling MagSafe accessory", + "description": "

    As more music streaming services introduce lossless or high-definition audio to their offerings, interest in DACs (digital-to-analog converters, or “headphone amplifiers”) has picked up pace — so much so we created this guide. What was once the reserve of audiophiles is slowly becoming a go-to gadget for those who want more than what their phone and AirPods can deliver. But they’re not without caveats. For one, they’re often expensive, and sometimes they aren’t much smaller than the phone you’re attaching them to. Enter the Tea DAC by Khadas.

    Khadas started out making media-friendly single board computers (SBC - think… media-specific Raspberry Pi type things) before moving on to desktop DACs. Tea is the company’s first mobile DAC and it appears to be primarily targeted at iPhone users – though it’s also compatible with Android. The reason I suggest it’s more apt for Apple’s phones is that it’s MagSafe compatible. Combine that with the slim, iPhone-esque all-metal design and it solves one of the main problems with mobile DACs: Having something heavy hanging out the back of your phone.

    With the Tea, it sticks to the back of your phone and the low profile makes it only a little more noticeable than Apple’s own MagSafe wallets. You can, of course, find MagSafe capable cases for Android, but your phone and budget will be a factor.

    Beyond the slick form factor, the Tea doesn’t scrimp on its codec support. Over USB/Lightning, the Tea can handle audio right up to 32bit/384kHz. Given that most mainstream music services don’t offer anything above 192kHz, streamers will be more than covered. Similarly, the Tea can decode MQA (Tidal) along with DSD, AAC, FLAC, APE, OGG and all the standard formats (WAV/MP3 etc.). If you prefer to go wireless, the Tea also supports LDAC and AptX HD over Bluetooth.

    \"Tea
    James Trew / Engadget

    Here I should mention that, for all its iPhone friendliness, Apple doesn’t offer either LDAC or AptX HD support in its flagship phones. You can still use the Bluetooth functionality in Tea, but you won’t be able to enjoy the higher-quality formats. Though it does at least mean you can charge your phone while still using the DAC or you can wander around with the smaller Tea connected to your headphones rather than your mobile. There are plenty of Android phones that do support LDAC/AptX HD, but you’ll need to check the manufacturer website to confirm (most Pixels, Samsung flagships and OnePlus phones offer LDAC/AptX HD decoding).

    There are a few things you won’t find here, but most of those fall into the higher end of audio. For example, there’s only a regular 3.5mm headphone jack – no option for 2.5 or 4.4mm balanced cans at this point (though rumor has it that a “Pro” version with that might be on the way). There’s also limited feedback about what codec/audio quality you’re currently receiving, with just a simple color-changing LED indicating the format, which you can’t see unless the phone is face down. Inputs are limited to USB-C, so it’ll work with your phone and PC, but no line in.

    This puts the Tea in an interesting category. It’s perfectly capable for people that want the most out of their streaming service and even should appeal to audiophiles looking for a discreet option that covers most bases. But at $199 it’s a reasonable spend. Perhaps its most obvious competitor is the BTR5 from Fiio. That’s also a portable DAC with high-res Bluetooth support along with a similar selection of cabled formats (also up to 32bit/384kHz with MQA support). Oh, and the Fiio offers a balanced headphone option, too (2.5mm). When you factor in that the BTR5 also typically retails for $159, you have to really want that slim, MagSafe design.

    That’s not to undersell it though. I tested the BTR5 and the Tea side by side, and the sheer convenience of the Tea was obvious. With the Fiio, your phone feels tethered, almost weighed down by the DAC. With the Tea, it’s similar to using one of those iPhone cases with a battery in it – a little more thickness, but you can still operate the phone as you normally would.

    The Tea also has a much bigger battery capacity – 1,160 mAh compared to the Fiio’s 550 mAh. This obviously isn’t an audio benefit, but it soon becomes one if you plan on listening for extended periods or being away from a charging option for more than a few hours. Which, given the mobile nature of these devices feels like a reasonable possibility.

    \"Tea
    James Trew / Engadget

    I am, however, not a huge fan of the user interface. The Tea has three buttons: One on the left and two on the right. The single button works as a power switch or to summon your virtual assistant. The two buttons on the other side will either control volume or skip tracks. You toggle between volume and skip mode with a dual press of the power button and the top button on the other side. It works… fine, but it’s not very elegant. Also, if you leave it in track skip mode and go to adjust the volume, you’re going to be on the next track before you know it. A minor, but frustrating thing.

    In wired mode, the Tea pumps out robust, loud, clear audio. It’s maybe not quite as loud as some other DACs. Even the diminutive Firefly gives the Tea a run for its money there. But, the sound you do get is clean and full of gain, and that’s the goal here: Take a good signal and let it be heard without colorization.

    Beyond its primary function as a DAC, it also won’t get in the way of taking calls. A pair of mics on the base of the Tea allow you to talk without having to fall back to the mic on your phone. What’s more, the mics on the Tea are several leagues better than the one on the iPhone, especially when speaking to it while it’s resting on the desk. You can also set the Tea to charge via your phone if you’re running low on juice, or disable this feature to not tax the battery on your handset if you prefer.

    All in all, the Tea is a welcome addition to a growing category. At $199 it’s not the cheapest for the feature set, but its well-thought-out design and aesthetic also make it pretty convenient and discreet. Unfortunately, if this all sounds up your alley, then you’ll have to wait a little longer. While Khadas clearly is production-ready, the company is choosing to go the Indiegogo route, with the campaign slated to go live in the coming weeks.

    ", + "content": "

    As more music streaming services introduce lossless or high-definition audio to their offerings, interest in DACs (digital-to-analog converters, or “headphone amplifiers”) has picked up pace — so much so we created this guide. What was once the reserve of audiophiles is slowly becoming a go-to gadget for those who want more than what their phone and AirPods can deliver. But they’re not without caveats. For one, they’re often expensive, and sometimes they aren’t much smaller than the phone you’re attaching them to. Enter the Tea DAC by Khadas.

    Khadas started out making media-friendly single board computers (SBC - think… media-specific Raspberry Pi type things) before moving on to desktop DACs. Tea is the company’s first mobile DAC and it appears to be primarily targeted at iPhone users – though it’s also compatible with Android. The reason I suggest it’s more apt for Apple’s phones is that it’s MagSafe compatible. Combine that with the slim, iPhone-esque all-metal design and it solves one of the main problems with mobile DACs: Having something heavy hanging out the back of your phone.

    With the Tea, it sticks to the back of your phone and the low profile makes it only a little more noticeable than Apple’s own MagSafe wallets. You can, of course, find MagSafe capable cases for Android, but your phone and budget will be a factor.

    Beyond the slick form factor, the Tea doesn’t scrimp on its codec support. Over USB/Lightning, the Tea can handle audio right up to 32bit/384kHz. Given that most mainstream music services don’t offer anything above 192kHz, streamers will be more than covered. Similarly, the Tea can decode MQA (Tidal) along with DSD, AAC, FLAC, APE, OGG and all the standard formats (WAV/MP3 etc.). If you prefer to go wireless, the Tea also supports LDAC and AptX HD over Bluetooth.

    \"Tea
    James Trew / Engadget

    Here I should mention that, for all its iPhone friendliness, Apple doesn’t offer either LDAC or AptX HD support in its flagship phones. You can still use the Bluetooth functionality in Tea, but you won’t be able to enjoy the higher-quality formats. Though it does at least mean you can charge your phone while still using the DAC or you can wander around with the smaller Tea connected to your headphones rather than your mobile. There are plenty of Android phones that do support LDAC/AptX HD, but you’ll need to check the manufacturer website to confirm (most Pixels, Samsung flagships and OnePlus phones offer LDAC/AptX HD decoding).

    There are a few things you won’t find here, but most of those fall into the higher end of audio. For example, there’s only a regular 3.5mm headphone jack – no option for 2.5 or 4.4mm balanced cans at this point (though rumor has it that a “Pro” version with that might be on the way). There’s also limited feedback about what codec/audio quality you’re currently receiving, with just a simple color-changing LED indicating the format, which you can’t see unless the phone is face down. Inputs are limited to USB-C, so it’ll work with your phone and PC, but no line in.

    This puts the Tea in an interesting category. It’s perfectly capable for people that want the most out of their streaming service and even should appeal to audiophiles looking for a discreet option that covers most bases. But at $199 it’s a reasonable spend. Perhaps its most obvious competitor is the BTR5 from Fiio. That’s also a portable DAC with high-res Bluetooth support along with a similar selection of cabled formats (also up to 32bit/384kHz with MQA support). Oh, and the Fiio offers a balanced headphone option, too (2.5mm). When you factor in that the BTR5 also typically retails for $159, you have to really want that slim, MagSafe design.

    That’s not to undersell it though. I tested the BTR5 and the Tea side by side, and the sheer convenience of the Tea was obvious. With the Fiio, your phone feels tethered, almost weighed down by the DAC. With the Tea, it’s similar to using one of those iPhone cases with a battery in it – a little more thickness, but you can still operate the phone as you normally would.

    The Tea also has a much bigger battery capacity – 1,160 mAh compared to the Fiio’s 550 mAh. This obviously isn’t an audio benefit, but it soon becomes one if you plan on listening for extended periods or being away from a charging option for more than a few hours. Which, given the mobile nature of these devices feels like a reasonable possibility.

    \"Tea
    James Trew / Engadget

    I am, however, not a huge fan of the user interface. The Tea has three buttons: One on the left and two on the right. The single button works as a power switch or to summon your virtual assistant. The two buttons on the other side will either control volume or skip tracks. You toggle between volume and skip mode with a dual press of the power button and the top button on the other side. It works… fine, but it’s not very elegant. Also, if you leave it in track skip mode and go to adjust the volume, you’re going to be on the next track before you know it. A minor, but frustrating thing.

    In wired mode, the Tea pumps out robust, loud, clear audio. It’s maybe not quite as loud as some other DACs. Even the diminutive Firefly gives the Tea a run for its money there. But, the sound you do get is clean and full of gain, and that’s the goal here: Take a good signal and let it be heard without colorization.

    Beyond its primary function as a DAC, it also won’t get in the way of taking calls. A pair of mics on the base of the Tea allow you to talk without having to fall back to the mic on your phone. What’s more, the mics on the Tea are several leagues better than the one on the iPhone, especially when speaking to it while it’s resting on the desk. You can also set the Tea to charge via your phone if you’re running low on juice, or disable this feature to not tax the battery on your handset if you prefer.

    All in all, the Tea is a welcome addition to a growing category. At $199 it’s not the cheapest for the feature set, but its well-thought-out design and aesthetic also make it pretty convenient and discreet. Unfortunately, if this all sounds up your alley, then you’ll have to wait a little longer. While Khadas clearly is production-ready, the company is choosing to go the Indiegogo route, with the campaign slated to go live in the coming weeks.

    ", + "category": "Technology & Electronics", + "link": "https://www.engadget.com/khadas-tea-dac-magsafe-143001002.html?src=rss", + "creator": "James Trew", + "pubDate": "Fri, 14 Jan 2022 14:30:01 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ab3c4b1ff8e63ba00d82e03a7249222f", + "highlights": [] + }, + { + "title": "Jabra Elite 4 Active review: Checking a lot boxes for $120", + "description": "

    I review a lot of true wireless earbuds, so I’m always curious what the next trends will be when companies offer their annual refresh for new products. Over the last few years, smaller sizes, better battery life and hands-free features have become the norm, but there’s only so much you can do on such a tiny device.

    In 2021, Jabra set the new standard for affordable wireless earbuds with the Elite 3. At $80, it covers most of the basics quite well.Now the company is improving its mid-range option with the Elite 4 Active. It’s a more workout-focused model, complete with active noise cancellation (ANC) and enough moisture protection for the sweatiest of sessions. Like it did last year, Jabra is seeking to not only make its true wireless lineup compelling in terms of features and performance, but to also make the price more competitive. This $120 model delivers a lot of options that we typically see on earbuds that go for $150-$180.

    The Elite 4 Active carries Jabra’s new design that debuted on the Elite 3, Elite 7 Active and Elite 7 Pro last year. Instead of a mostly circular earbud with an elbow that holds the microphones, the company switched to a rounded triangle shape that offers a cleaner look. Most importantly, all of Jabra’s latest earbuds are significantly smaller than their predecessors and the Elite 4 Active continues that trend. The smaller size not only means these buds don’t stick out from your ears as much, but they’re also lighter and more comfy.

    I wouldn’t blame you for mistaking the Elite 4 Active for the Elite 3. Aesthetically, the main difference is the outer panel on the 3 is one big button, while that area on the 4 Active is seamless. The button is there, but it’s sealed off. Jabra increased the water resistance to IP57 for this model, and the onboard controls are one area where it had to increase protection. Of course, Jabra has always designed its earbuds with the Active label for workouts. Better sweat protection is usually part of that formula.

    \"Jabra
    Billy Steele/Engadget

    The lack of a defined panel or button proved to be an issue for me when accessing the controls. I had to train myself to remember to press in the middle of the earbud as getting too far to the top or bottom wouldn’t register my actions. The outer surface of the Elite 4 Active is completely smooth, without so much as a raised dot to indicate you’re in the right place. Over time I might get used to this, but after a couple weeks of testing, I’m still not nailing it consistently.

    Like every other Jabra model, you can tailor the Elite 4 Active to your needs via the company’s Sound+ app. Since this set is Jabra’s mid-range option, you get more features than the entry-level Elite 3, but not quite as much as the Elite 7 Pro or Elite 7 Active. First, there’s ANC and it’s customizable. Notice I didn’t say adjustable. Specifically, the app lets you set a level of noise cancellation during initial setup. You can also tweak the balance if you need more on one side than the other. Jabra will allow you to repeat this process if you need to, but there’s no easily accessible slider like the Elite 7 models.

    The company’s transparency mode, HearThrough, can be controlled in the app via a slider. In fact, you can even set what the on-board control for sound mode does (single press on the left side). You can have it cycle through HearThrough and ANC, HearThrough and off or HearThrough, ANC and off. The app also allows you to turn on and off Sidetone, which lets you hear your voice when you’re on a call. Unlike some Jabra models, it isn’t adjustable – just all or nothing. Still, being able to hear yourself so you’re a bit less shouty over Zoom is better for everyone. The company’s own Find My feature returns as well, helping you locate a misplaced earbud if you’re willing to give it the proper permissions. And on Android, you can opt for one-touch access to Spotify if that’s your preferred streaming service.

    \"Jabra
    Billy Steele/Engadget

    For a $120 set of earbuds, I wouldn’t blame you for not expecting too much in the sound department. However, Jabra has a track record of solid audio across its true wireless lineup. With the Elite 4 Active, the company maintains its reputation for buds that sound good, but not great. There’s decent clarity and nice detail, but they lack the wider soundstage and depth pricier models from the likes of Sony and Sennheiser offer.

    The Elite 4 Active has pretty good sonic range, but big bombastic tracks like Run The Jewels “Mean Demeanor” and Gojira’s “Another World” sound overly compressed. The bass is solid and not muddy, so keeping the energy up during workouts with hip hop, EDM, or isn’t a problem. It’s just that on the whole, songs lack the dimensional punch you can find with a bigger investment. For $120 though, the Elite 4 Active gets the job done in most cases.

    If you find yourself yearning to tweak the EQ, you can do that in the Sound+ app via a set of sliders. If one-tap audio changes are more your style, Jabra also offers a collection of presets for quick customization. It’s not the most robust set of options for dialing in the sound, but it’s more than you get on the ultra affordable Elite 3.

    One advantage the Elite 4 Active has over the Elite 3 is active noise cancellation. As I mentioned, you can customize the feature to a degree, but it’s not as powerful as what’s on Jabra’s pricer earbuds. Still, the ANC here will help block out some distractions, just don’t expect it to do a lot of heavy lifting.

    The Elite 4 Active has four microphones for calls. Jabra says they’re covered with a “special mesh” to reduce wind noise when you’re outdoors. Typically, mileage varies greatly on call quality with true wireless earbuds. Most of the time you just end up sounding like you’re on speakerphone. With the Elite 4 Active, the call quality is slightly better, but still not as good as if you had a microphone closer to your mouth – or even pointed more towards your face. Background noise is reduced when you’re talking, but any environmental roar is distracting when you’re not.

    Jabra says you can expect up to seven hours of battery life on the Elite 4 Active, with three additional charges in the case for a total of 28 hours. The company doesn’t specify whether or not that’s with ANC on, but in my tests I managed seven and a half hours with noise canceling active. It’s by no means the best battery life you’ll find in true wireless earbuds, but it’s certainly enough to get you through a workday if you take a break or two. If you run out of juice before you head out the door, a quick charge feature gives you an hour of use in 10 minutes.

    At $120, Jabra is offering solid mid-range specs at the same price as some companies’ budget models. What’s more, most of those don’t offer ANC, let alone a transparency mode or customizable sound. Samsung put noise canceling inside of its cheapest true wireless model with the Galaxy Buds 2. These earbuds are tiny and comfy and wireless charging is included, but the ANC performance is just okay. Plus, the Galaxy Buds 2 are only IPX2 rated, so you’ll want to be careful about how wet you get them. Full price they’re $150, but we’ve seen them as low as $100.

    If you’re looking to maximize your dollars, I’d suggest looking into Anker’s Soundcore line. You can find a lot of value, and features, for well under $100 there. Plus, the company’s top-of-the-line flagship ANC model, the Liberty 3 Pro, is only $170. And if you’re good with passive noise isolation, Jabra’s own Elite 3 can get the job done for $60.

    If Jabra’s new mission is to deliver the same overall quality as its previous earbuds at more affordable prices, I’m here for it. With the Elite 4 Active, as it did with the Elite 3, the company has managed to offer a compelling set of features at a great price. It hasn’t cut corners to do so, improving details like design and fit while maintaining its standard for sound quality. There are some omissions, but all the basics are covered and for the most part done well. Once again, we have more evidence that you don’t need to spend over $150 in order to get a set of good true wireless earbuds.

    ", + "content": "

    I review a lot of true wireless earbuds, so I’m always curious what the next trends will be when companies offer their annual refresh for new products. Over the last few years, smaller sizes, better battery life and hands-free features have become the norm, but there’s only so much you can do on such a tiny device.

    In 2021, Jabra set the new standard for affordable wireless earbuds with the Elite 3. At $80, it covers most of the basics quite well.Now the company is improving its mid-range option with the Elite 4 Active. It’s a more workout-focused model, complete with active noise cancellation (ANC) and enough moisture protection for the sweatiest of sessions. Like it did last year, Jabra is seeking to not only make its true wireless lineup compelling in terms of features and performance, but to also make the price more competitive. This $120 model delivers a lot of options that we typically see on earbuds that go for $150-$180.

    The Elite 4 Active carries Jabra’s new design that debuted on the Elite 3, Elite 7 Active and Elite 7 Pro last year. Instead of a mostly circular earbud with an elbow that holds the microphones, the company switched to a rounded triangle shape that offers a cleaner look. Most importantly, all of Jabra’s latest earbuds are significantly smaller than their predecessors and the Elite 4 Active continues that trend. The smaller size not only means these buds don’t stick out from your ears as much, but they’re also lighter and more comfy.

    I wouldn’t blame you for mistaking the Elite 4 Active for the Elite 3. Aesthetically, the main difference is the outer panel on the 3 is one big button, while that area on the 4 Active is seamless. The button is there, but it’s sealed off. Jabra increased the water resistance to IP57 for this model, and the onboard controls are one area where it had to increase protection. Of course, Jabra has always designed its earbuds with the Active label for workouts. Better sweat protection is usually part of that formula.

    \"Jabra
    Billy Steele/Engadget

    The lack of a defined panel or button proved to be an issue for me when accessing the controls. I had to train myself to remember to press in the middle of the earbud as getting too far to the top or bottom wouldn’t register my actions. The outer surface of the Elite 4 Active is completely smooth, without so much as a raised dot to indicate you’re in the right place. Over time I might get used to this, but after a couple weeks of testing, I’m still not nailing it consistently.

    Like every other Jabra model, you can tailor the Elite 4 Active to your needs via the company’s Sound+ app. Since this set is Jabra’s mid-range option, you get more features than the entry-level Elite 3, but not quite as much as the Elite 7 Pro or Elite 7 Active. First, there’s ANC and it’s customizable. Notice I didn’t say adjustable. Specifically, the app lets you set a level of noise cancellation during initial setup. You can also tweak the balance if you need more on one side than the other. Jabra will allow you to repeat this process if you need to, but there’s no easily accessible slider like the Elite 7 models.

    The company’s transparency mode, HearThrough, can be controlled in the app via a slider. In fact, you can even set what the on-board control for sound mode does (single press on the left side). You can have it cycle through HearThrough and ANC, HearThrough and off or HearThrough, ANC and off. The app also allows you to turn on and off Sidetone, which lets you hear your voice when you’re on a call. Unlike some Jabra models, it isn’t adjustable – just all or nothing. Still, being able to hear yourself so you’re a bit less shouty over Zoom is better for everyone. The company’s own Find My feature returns as well, helping you locate a misplaced earbud if you’re willing to give it the proper permissions. And on Android, you can opt for one-touch access to Spotify if that’s your preferred streaming service.

    \"Jabra
    Billy Steele/Engadget

    For a $120 set of earbuds, I wouldn’t blame you for not expecting too much in the sound department. However, Jabra has a track record of solid audio across its true wireless lineup. With the Elite 4 Active, the company maintains its reputation for buds that sound good, but not great. There’s decent clarity and nice detail, but they lack the wider soundstage and depth pricier models from the likes of Sony and Sennheiser offer.

    The Elite 4 Active has pretty good sonic range, but big bombastic tracks like Run The Jewels “Mean Demeanor” and Gojira’s “Another World” sound overly compressed. The bass is solid and not muddy, so keeping the energy up during workouts with hip hop, EDM, or isn’t a problem. It’s just that on the whole, songs lack the dimensional punch you can find with a bigger investment. For $120 though, the Elite 4 Active gets the job done in most cases.

    If you find yourself yearning to tweak the EQ, you can do that in the Sound+ app via a set of sliders. If one-tap audio changes are more your style, Jabra also offers a collection of presets for quick customization. It’s not the most robust set of options for dialing in the sound, but it’s more than you get on the ultra affordable Elite 3.

    One advantage the Elite 4 Active has over the Elite 3 is active noise cancellation. As I mentioned, you can customize the feature to a degree, but it’s not as powerful as what’s on Jabra’s pricer earbuds. Still, the ANC here will help block out some distractions, just don’t expect it to do a lot of heavy lifting.

    The Elite 4 Active has four microphones for calls. Jabra says they’re covered with a “special mesh” to reduce wind noise when you’re outdoors. Typically, mileage varies greatly on call quality with true wireless earbuds. Most of the time you just end up sounding like you’re on speakerphone. With the Elite 4 Active, the call quality is slightly better, but still not as good as if you had a microphone closer to your mouth – or even pointed more towards your face. Background noise is reduced when you’re talking, but any environmental roar is distracting when you’re not.

    Jabra says you can expect up to seven hours of battery life on the Elite 4 Active, with three additional charges in the case for a total of 28 hours. The company doesn’t specify whether or not that’s with ANC on, but in my tests I managed seven and a half hours with noise canceling active. It’s by no means the best battery life you’ll find in true wireless earbuds, but it’s certainly enough to get you through a workday if you take a break or two. If you run out of juice before you head out the door, a quick charge feature gives you an hour of use in 10 minutes.

    At $120, Jabra is offering solid mid-range specs at the same price as some companies’ budget models. What’s more, most of those don’t offer ANC, let alone a transparency mode or customizable sound. Samsung put noise canceling inside of its cheapest true wireless model with the Galaxy Buds 2. These earbuds are tiny and comfy and wireless charging is included, but the ANC performance is just okay. Plus, the Galaxy Buds 2 are only IPX2 rated, so you’ll want to be careful about how wet you get them. Full price they’re $150, but we’ve seen them as low as $100.

    If you’re looking to maximize your dollars, I’d suggest looking into Anker’s Soundcore line. You can find a lot of value, and features, for well under $100 there. Plus, the company’s top-of-the-line flagship ANC model, the Liberty 3 Pro, is only $170. And if you’re good with passive noise isolation, Jabra’s own Elite 3 can get the job done for $60.

    If Jabra’s new mission is to deliver the same overall quality as its previous earbuds at more affordable prices, I’m here for it. With the Elite 4 Active, as it did with the Elite 3, the company has managed to offer a compelling set of features at a great price. It hasn’t cut corners to do so, improving details like design and fit while maintaining its standard for sound quality. There are some omissions, but all the basics are covered and for the most part done well. Once again, we have more evidence that you don’t need to spend over $150 in order to get a set of good true wireless earbuds.

    ", + "category": "site|engadget", + "link": "https://www.engadget.com/jabra-elite-4-active-review-140024466.html?src=rss", + "creator": "Billy Steele", + "pubDate": "Fri, 14 Jan 2022 14:00:24 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "163726f21e31d96ac506aaa8d766051e", + "highlights": [] + }, + { + "title": "'Final Fantasy XIV' will go back on sale on January 25th", + "description": "

    New players will be able to purchase digital copies of Final Fantasy XIV again starting on January 25th, the game's director and producer Naoki Yoshida has announced in a lengthy post. Square Enix suspended the game's physical and digital sales in mid-December last year, because it was doing too well for what the company could handle at the time. People have had to wait hours to get in when they try to play at peak times, because the "dense concentration of play hours... far exceed [the game's] server capacity." Unfortunately, the developer wasn't able to add more servers before the Endwalker expansion was released due to the global semiconductor shortage. 

    In his post, Yoshida explained the steps the company is taking to address the game's high levels of congestion. To start with, Square Enix is bringing its Oceanian Data Center online also on January 25th and opening five new Worlds from the start so that everyone in Oceania can transfer over for a better experience. The world transfer service is currently suspended, but it will resume on January 26th — further, those transferring to the new Oceanian Worlds will be able to do so for free. 

    Yoshida has also revealed that Square Enix has been working on expanding its Japanese, European and North American data centers. The company explained that due to the global semiconductor shortage, it took some time to procure the needed components to be able to bring them online. In fact, it has to establish the new data centers in phases, because it's still having a tough time securing the necessary server equipment. 

    For North America, the first phase of the expansion will happen sometime in August 2022, and it will see four new Worlds go online. The second phase will be implemented in the summer of 2023 and will open four more Worlds. For Japan, the developer plans to add one more logical data center to the current three in order to lower the number of Worlds for each of them. The European expansion will also happen in two phases, the first of which is scheduled for July 2022 and will bring four new Worlds online. In the summer of 2023, Square Enix will establish one new logical data center with eight new Worlds in Europe. 

    "Once again, I wish to apologize for the delays to server expansion caused by the global semiconductor shortage," Yoshida wrote. He also asked for players' understanding in resuming sales of the game, even though some may consider the decision to be premature. Square Enix will monitor server stability following the resumption of sales and could restart free trials if everything goes well. However, in case servers "continue to experience extreme levels of congestion" despite all the steps it's taking, the developer may consider suspending digital sales once again. 

    ", + "content": "

    New players will be able to purchase digital copies of Final Fantasy XIV again starting on January 25th, the game's director and producer Naoki Yoshida has announced in a lengthy post. Square Enix suspended the game's physical and digital sales in mid-December last year, because it was doing too well for what the company could handle at the time. People have had to wait hours to get in when they try to play at peak times, because the "dense concentration of play hours... far exceed [the game's] server capacity." Unfortunately, the developer wasn't able to add more servers before the Endwalker expansion was released due to the global semiconductor shortage. 

    In his post, Yoshida explained the steps the company is taking to address the game's high levels of congestion. To start with, Square Enix is bringing its Oceanian Data Center online also on January 25th and opening five new Worlds from the start so that everyone in Oceania can transfer over for a better experience. The world transfer service is currently suspended, but it will resume on January 26th — further, those transferring to the new Oceanian Worlds will be able to do so for free. 

    Yoshida has also revealed that Square Enix has been working on expanding its Japanese, European and North American data centers. The company explained that due to the global semiconductor shortage, it took some time to procure the needed components to be able to bring them online. In fact, it has to establish the new data centers in phases, because it's still having a tough time securing the necessary server equipment. 

    For North America, the first phase of the expansion will happen sometime in August 2022, and it will see four new Worlds go online. The second phase will be implemented in the summer of 2023 and will open four more Worlds. For Japan, the developer plans to add one more logical data center to the current three in order to lower the number of Worlds for each of them. The European expansion will also happen in two phases, the first of which is scheduled for July 2022 and will bring four new Worlds online. In the summer of 2023, Square Enix will establish one new logical data center with eight new Worlds in Europe. 

    "Once again, I wish to apologize for the delays to server expansion caused by the global semiconductor shortage," Yoshida wrote. He also asked for players' understanding in resuming sales of the game, even though some may consider the decision to be premature. Square Enix will monitor server stability following the resumption of sales and could restart free trials if everything goes well. However, in case servers "continue to experience extreme levels of congestion" despite all the steps it's taking, the developer may consider suspending digital sales once again. 

    ", + "category": "Personal Investing Ideas & Strategies", + "link": "https://www.engadget.com/final-fantasy-xiv-back-on-sale-january-25th-133146587.html?src=rss", + "creator": "Mariella Moon", + "pubDate": "Fri, 14 Jan 2022 13:31:46 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "456e5e510290648dd0ac932941255826", + "highlights": [] + }, + { + "title": "Microsoft opens a third-party review into its harassment and discrimination policies", + "description": "

    Microsoft has hired a third -party law firm to review its policies on sexual harassment and gender discrimination policies, The Verge has reported. As part of that, the final report will summarize the results of sexual harassment investigations against the company's senior leadership and board of directors, including former CEO Bill Gates. 

    The report will "lead to the public release of a transparency report assessing the effectiveness of the company's workplace sexual harassment and gender discrimination policies, training, and related policies," Microsoft said in a press release. It will also "assess the steps that have been taken to hold employees, including executives, accountable for sexual harassment or gender discrimination," and include the number of sexual harassment cases investigated and their resolution. 

    [The report] will lead to the public release of a transparency report assessing the effectiveness of the company's workplace sexual harassment and gender discrimination policies, training, and related policies. This will include a review of concerns raised by employees in 2019 in the “In Need of Assistance” email thread, steps the company has taken to respond to these concerns, and additional steps that could further strengthen these safeguards. The review will also include an analysis of policies, practices, and commitments to create a safe, inclusive work environment.

    Microsoft had been planning to disclose how it implements sexual harassment and gender discrimination policies, with a key request being the disclosure of executive-level investigations. However, late last year, Microsoft shareholders forced the company to write up an annual report detailing how it handles sexual harassment cases within the company. 

    The review will be conducted by the law firm Arent Fox and will look at allegations of discrimination and harassment arising from an internal Microsoft email chain back in 2019. In over 90 pages of emails, female employees alleged that they were harassed and denied promotions and pay raises, among other issues. They further complained that managers and the company's HR department took no action in many cases. Microsoft was also accused of 238 cases of gender discrimination or sexual harassment in 2018. 

    While the board will assess the previous investigation against Gates, it won't reinvestigate the affair that happened in 2000. Gates resigned from Microsoft's board in early March of 2020, reportedly before the investigation was complete.

    "We’re committed not just to reviewing the report but learning from the assessment so we can continue to improve the experiences of our employees,” Microsoft CEO Satya Nadella said in a statement. “I embrace this comprehensive review as an opportunity to continue to get better."

    ", + "content": "

    Microsoft has hired a third -party law firm to review its policies on sexual harassment and gender discrimination policies, The Verge has reported. As part of that, the final report will summarize the results of sexual harassment investigations against the company's senior leadership and board of directors, including former CEO Bill Gates. 

    The report will "lead to the public release of a transparency report assessing the effectiveness of the company's workplace sexual harassment and gender discrimination policies, training, and related policies," Microsoft said in a press release. It will also "assess the steps that have been taken to hold employees, including executives, accountable for sexual harassment or gender discrimination," and include the number of sexual harassment cases investigated and their resolution. 

    [The report] will lead to the public release of a transparency report assessing the effectiveness of the company's workplace sexual harassment and gender discrimination policies, training, and related policies. This will include a review of concerns raised by employees in 2019 in the “In Need of Assistance” email thread, steps the company has taken to respond to these concerns, and additional steps that could further strengthen these safeguards. The review will also include an analysis of policies, practices, and commitments to create a safe, inclusive work environment.

    Microsoft had been planning to disclose how it implements sexual harassment and gender discrimination policies, with a key request being the disclosure of executive-level investigations. However, late last year, Microsoft shareholders forced the company to write up an annual report detailing how it handles sexual harassment cases within the company. 

    The review will be conducted by the law firm Arent Fox and will look at allegations of discrimination and harassment arising from an internal Microsoft email chain back in 2019. In over 90 pages of emails, female employees alleged that they were harassed and denied promotions and pay raises, among other issues. They further complained that managers and the company's HR department took no action in many cases. Microsoft was also accused of 238 cases of gender discrimination or sexual harassment in 2018. 

    While the board will assess the previous investigation against Gates, it won't reinvestigate the affair that happened in 2000. Gates resigned from Microsoft's board in early March of 2020, reportedly before the investigation was complete.

    "We’re committed not just to reviewing the report but learning from the assessment so we can continue to improve the experiences of our employees,” Microsoft CEO Satya Nadella said in a statement. “I embrace this comprehensive review as an opportunity to continue to get better."

    ", + "category": "site|engadget", + "link": "https://www.engadget.com/microsoft-hires-an-outside-firm-to-review-its-harassment-and-discrimination-policies-132048142.html?src=rss", + "creator": "Steve Dent", + "pubDate": "Fri, 14 Jan 2022 13:20:48 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "520280ba6823702d6477fa8ac7172e98", + "highlights": [] + }, + { + "title": "Withings' Body+ smart scale is 41 percent off for today only", + "description": "

    If you're seriously sticking to your New Year's resolution this time around to live a healthier lifestyle and want a digital scale to monitor the changes to your body, Withings has one on sale. The Withings Body+ smart scale is currently available for $58.50 on Amazon. That's not quite its all-time low for the device, but it is 41 percent off its retail price of $100. 

    Buy Withings Body+ Digital Wi-Fi Smart Scale at Amazon - $58.50

    The Withings Body+ connects to the internet via WiFi and automatically syncs your information with the Health Mate app. While it can't measure your heart rate like the the brand's latest scale can, the Body+ is capable of almost all the things you'd expect from a smart scale. It can monitor your weight in pounds, kilograms or stones, measure your body fat and water percentage and determine your muscle and bone mass. Withings says its weight measurements are accurate to within 100 grams. 

    You can also share the scale with your whole household, and maybe even some houseguests, since it monitor data for up to eight people. The scale can apparently identify each user, and each one can access their personal histories. And yes, the scale can track healthy weight gain for pregnant individuals, has a baby mode for the youngest members of the family and an Athlete mode, presumably for those extra serious about achieving their goals. Finally, the Health Mate app can also help you manage your daily calories and let you access your data using voice control through Alexa.

    You can only get the Body+ scale at a discount within the day, and there's less than 20 hours left for the deal as of this writing.

    Follow @EngadgetDeals on Twitter for the latest tech deals and buying advice.

    All products recommended by Engadget are selected by our editorial team, independent of our parent company. Some of our stories include affiliate links. If you buy something through one of these links, we may earn an affiliate commission.

    ", + "content": "

    If you're seriously sticking to your New Year's resolution this time around to live a healthier lifestyle and want a digital scale to monitor the changes to your body, Withings has one on sale. The Withings Body+ smart scale is currently available for $58.50 on Amazon. That's not quite its all-time low for the device, but it is 41 percent off its retail price of $100. 

    Buy Withings Body+ Digital Wi-Fi Smart Scale at Amazon - $58.50

    The Withings Body+ connects to the internet via WiFi and automatically syncs your information with the Health Mate app. While it can't measure your heart rate like the the brand's latest scale can, the Body+ is capable of almost all the things you'd expect from a smart scale. It can monitor your weight in pounds, kilograms or stones, measure your body fat and water percentage and determine your muscle and bone mass. Withings says its weight measurements are accurate to within 100 grams. 

    You can also share the scale with your whole household, and maybe even some houseguests, since it monitor data for up to eight people. The scale can apparently identify each user, and each one can access their personal histories. And yes, the scale can track healthy weight gain for pregnant individuals, has a baby mode for the youngest members of the family and an Athlete mode, presumably for those extra serious about achieving their goals. Finally, the Health Mate app can also help you manage your daily calories and let you access your data using voice control through Alexa.

    You can only get the Body+ scale at a discount within the day, and there's less than 20 hours left for the deal as of this writing.

    Follow @EngadgetDeals on Twitter for the latest tech deals and buying advice.

    All products recommended by Engadget are selected by our editorial team, independent of our parent company. Some of our stories include affiliate links. If you buy something through one of these links, we may earn an affiliate commission.

    ", + "category": "Health", + "link": "https://www.engadget.com/withings-body-digital-scale-41-percent-off-amazon-125029119.html?src=rss", + "creator": "Mariella Moon", + "pubDate": "Fri, 14 Jan 2022 12:50:29 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "62e3ce662eb608b74f345f313462450d", + "highlights": [] + }, + { + "title": "The Morning After: What is Sony’s smartphone plan?", + "description": "

    I’m not sure what’s in Sony’s playbook when it comes to selling its phones in the US. Take the Xperia 5 III. After launching in other regions last year, the phone is only now available stateside for $1,000. This is its middle-ish high-end phone, with the flagship Xperia 1 series of smartphones (seen above) both bigger and pricier.

    \"TMA\"
    Sony

    For that price, this Xperia does have things to offer. The autofocus tricks, courtesy of Sony’s camera arm, are often impressive. The Xperia 5 III can also record 4K video at up to 120 fps; it’s a camera-first smartphone designed for folks who are really into photography or video. But, well, that’s true of all of Sony’s recent phones. And if you’re dying for truly cutting-edge smartphone photography, perhaps the Xperia Pro-I, with a 1-inch camera sensor, would fulfill the brief more clearly. It’s... only $800 more — further evidence of Sony’s smartphone prices feeling entirely separate from its competitors.

    — Mat Smith

    Sony A7 IV camera review

    A powerhouse of a hybrid camera

    \"TMA\"
    Engadget

    Sony’s A7 IV is a successful followup to its popular mainstream A7 III. Resolution is up considerably to 33 megapixels, and image quality is much improved overall. Video is now on par with rivals with 4K at up to 60p with 10 bit 4:2:2 quality. Autofocus is incredible for both video and stills, and the in-body stabilization does a good job. The biggest drawbacks are the relatively high price and the rolling shutter that limits use of the electronic shutter. Steve Dent puts the newest, best Sony camera to the test. (And I guest star as a voice-over talent.)

    Continue reading.

    Comcast tests the first multigigabit cable modem

    But will you get full use of that bandwidth?

    Comcast has successfully tested the first 10G modem capable of multigigabit speeds. The Broadcom-built prototype can provide download and upload bandwidth topping 4Gbps. At those speeds, downloading all 61 gigs of Call of Duty: Vanguard for PC would take just over two minutes.

    Continue reading.

    'Baby Shark' is the first YouTube video to reach 10 billion views

    Sorry, everyone.

    \"TMA\"
    YouTube

    Doop doop doop doop doop doop. Times 10 billion.

    Continue reading.

    This is the beginning of the end for the Xbox One

    Microsoft is no longer making the consoles.

    We learned in July 2020 that Microsoft had discontinued the Xbox One X and Xbox One S Digital Edition. Now, it has emerged the company also quietly stopped making the Xbox One S by the end of that year, “to focus on the production of Xbox Series X/S,” according to Xbox’s senior director of console product marketing.

    Continue reading.

    Woman sentenced to prison for stealing 3,000 iPods intended for students

    The employee also filed fraudulent tax returns to try to cover up her actions.

    Kristy Stock was sentenced to 18 months in federal prison for her role in a scheme to steal and resell more than 3,000 iPods intended for Native American students. The charges against Stock included both tax fraud and transportation of stolen goods. Stock was supposed to use federal grant money to buy iPods to distribute to students. However, thanks to help from other conspirators James Bender and Saurabh Chawla, the group ended up shipping the stolen iPods to Maryland where they were listed on eBay before being sold at a “substantial” markup.

    Continue reading.

    Facebook, Google, Twitter and Reddit subpoenaed over January 6th insurrection

    Company responses so far have been 'inadequate,' according to the committee.

    Facebook owner Meta, Google, Twitter and Reddit have been subpoenaed by the Congressional select committee investigating the January 6th insurrection at the US Capitol. Two key questions for the select committee are how the spread of misinformation and violent extremism contributed to the violent attack on our democracy, and what steps — if any — social media companies took to prevent their platforms from being breeding grounds for radicalizing people to violence,” committee chair Bennie Thompson (D-MS) said.

    Continue reading.

     

    The biggest news stories you might have missed


    Samsung's Galaxy Buds 2 are back on sale for $100

    Apple's updated iCloud Private Relay notice clarifies why it might not work for some users

    Leica's M11 rangefinder camera features a 60-megapixel, full-frame sensor

    Ubisoft's 'The Settlers' reboot finally arrives March 17th

    Pioneer DJ debuts DDJ-REV series of battle-style controllers

    ", + "content": "

    I’m not sure what’s in Sony’s playbook when it comes to selling its phones in the US. Take the Xperia 5 III. After launching in other regions last year, the phone is only now available stateside for $1,000. This is its middle-ish high-end phone, with the flagship Xperia 1 series of smartphones (seen above) both bigger and pricier.

    \"TMA\"
    Sony

    For that price, this Xperia does have things to offer. The autofocus tricks, courtesy of Sony’s camera arm, are often impressive. The Xperia 5 III can also record 4K video at up to 120 fps; it’s a camera-first smartphone designed for folks who are really into photography or video. But, well, that’s true of all of Sony’s recent phones. And if you’re dying for truly cutting-edge smartphone photography, perhaps the Xperia Pro-I, with a 1-inch camera sensor, would fulfill the brief more clearly. It’s... only $800 more — further evidence of Sony’s smartphone prices feeling entirely separate from its competitors.

    — Mat Smith

    Sony A7 IV camera review

    A powerhouse of a hybrid camera

    \"TMA\"
    Engadget

    Sony’s A7 IV is a successful followup to its popular mainstream A7 III. Resolution is up considerably to 33 megapixels, and image quality is much improved overall. Video is now on par with rivals with 4K at up to 60p with 10 bit 4:2:2 quality. Autofocus is incredible for both video and stills, and the in-body stabilization does a good job. The biggest drawbacks are the relatively high price and the rolling shutter that limits use of the electronic shutter. Steve Dent puts the newest, best Sony camera to the test. (And I guest star as a voice-over talent.)

    Continue reading.

    Comcast tests the first multigigabit cable modem

    But will you get full use of that bandwidth?

    Comcast has successfully tested the first 10G modem capable of multigigabit speeds. The Broadcom-built prototype can provide download and upload bandwidth topping 4Gbps. At those speeds, downloading all 61 gigs of Call of Duty: Vanguard for PC would take just over two minutes.

    Continue reading.

    'Baby Shark' is the first YouTube video to reach 10 billion views

    Sorry, everyone.

    \"TMA\"
    YouTube

    Doop doop doop doop doop doop. Times 10 billion.

    Continue reading.

    This is the beginning of the end for the Xbox One

    Microsoft is no longer making the consoles.

    We learned in July 2020 that Microsoft had discontinued the Xbox One X and Xbox One S Digital Edition. Now, it has emerged the company also quietly stopped making the Xbox One S by the end of that year, “to focus on the production of Xbox Series X/S,” according to Xbox’s senior director of console product marketing.

    Continue reading.

    Woman sentenced to prison for stealing 3,000 iPods intended for students

    The employee also filed fraudulent tax returns to try to cover up her actions.

    Kristy Stock was sentenced to 18 months in federal prison for her role in a scheme to steal and resell more than 3,000 iPods intended for Native American students. The charges against Stock included both tax fraud and transportation of stolen goods. Stock was supposed to use federal grant money to buy iPods to distribute to students. However, thanks to help from other conspirators James Bender and Saurabh Chawla, the group ended up shipping the stolen iPods to Maryland where they were listed on eBay before being sold at a “substantial” markup.

    Continue reading.

    Facebook, Google, Twitter and Reddit subpoenaed over January 6th insurrection

    Company responses so far have been 'inadequate,' according to the committee.

    Facebook owner Meta, Google, Twitter and Reddit have been subpoenaed by the Congressional select committee investigating the January 6th insurrection at the US Capitol. Two key questions for the select committee are how the spread of misinformation and violent extremism contributed to the violent attack on our democracy, and what steps — if any — social media companies took to prevent their platforms from being breeding grounds for radicalizing people to violence,” committee chair Bennie Thompson (D-MS) said.

    Continue reading.

     

    The biggest news stories you might have missed


    Samsung's Galaxy Buds 2 are back on sale for $100

    Apple's updated iCloud Private Relay notice clarifies why it might not work for some users

    Leica's M11 rangefinder camera features a 60-megapixel, full-frame sensor

    Ubisoft's 'The Settlers' reboot finally arrives March 17th

    Pioneer DJ debuts DDJ-REV series of battle-style controllers

    ", + "category": "Technology & Electronics", + "link": "https://www.engadget.com/the-morning-after-what-is-sonys-smartphone-plan-123003513.html?src=rss", + "creator": "Mat Smith", + "pubDate": "Fri, 14 Jan 2022 12:30:03 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8268bf5e292ce637b668bae7ab25b80c", + "highlights": [] + }, + { + "title": "Block is officially building an 'open Bitcoin mining system,' says founder Jack Dorsey", + "description": "

    Block founder Jack Dorsey has announced on Twitter that the company is officially building an open bitcoin mining system. Dorsey first announced in October last year that the digital payments provider, then known as Square, was considering working on the project even before it rebranded itself. If you'll recall, Square changed its name to Block to tie its services together and to better represent the future of its business in cryptocurrencies and blockchain technologies. 

    We’re officially building an open bitcoin mining system ✨ https://t.co/PaNc7gXS48

    — jack⚡️ (@jack) January 13, 2022

    Now, Block's general manager for hardware, Templeton Thomas, has revealed more details on the company's initial discussions regarding the project. On Twitter, Thomas said that Block aims to "make mining more distributed and efficient in every way, from buying, to set up, to maintenance, to mining." As such, Block has identified the pain points and the technical challenges of the process, starting with availability, since rigs are hard to find and and are expensive. Block has to find a way to make them more accessible to be able to meet its objective. 

    The company also wants to build a reliable system that addresses current rigs' usual issues with heat dissipation and dust. Plus, Block is looking into striking the right balance between performance and other factors, such as making sure the rig is efficient while having low power consumption. Thomas said Block is also thinking of which partners to consider for the project and has already started building out a core engineering team to working on solutions and answer for all its questions. 

    Dorsey is a big believer in cryptocurrency and even once said that he believes bitcoin will replace the dollar one day. Block had invested heavily in cryptocurrency and reportedly holds 8,027 bitcoins or around US$338 million, based on current value.

    ", + "content": "

    Block founder Jack Dorsey has announced on Twitter that the company is officially building an open bitcoin mining system. Dorsey first announced in October last year that the digital payments provider, then known as Square, was considering working on the project even before it rebranded itself. If you'll recall, Square changed its name to Block to tie its services together and to better represent the future of its business in cryptocurrencies and blockchain technologies. 

    We’re officially building an open bitcoin mining system ✨ https://t.co/PaNc7gXS48

    — jack⚡️ (@jack) January 13, 2022

    Now, Block's general manager for hardware, Templeton Thomas, has revealed more details on the company's initial discussions regarding the project. On Twitter, Thomas said that Block aims to "make mining more distributed and efficient in every way, from buying, to set up, to maintenance, to mining." As such, Block has identified the pain points and the technical challenges of the process, starting with availability, since rigs are hard to find and and are expensive. Block has to find a way to make them more accessible to be able to meet its objective. 

    The company also wants to build a reliable system that addresses current rigs' usual issues with heat dissipation and dust. Plus, Block is looking into striking the right balance between performance and other factors, such as making sure the rig is efficient while having low power consumption. Thomas said Block is also thinking of which partners to consider for the project and has already started building out a core engineering team to working on solutions and answer for all its questions. 

    Dorsey is a big believer in cryptocurrency and even once said that he believes bitcoin will replace the dollar one day. Block had invested heavily in cryptocurrency and reportedly holds 8,027 bitcoins or around US$338 million, based on current value.

    ", + "category": "site|engadget", + "link": "https://www.engadget.com/jack-dorseys-block-is-officially-building-an-open-bitcoin-mining-system-114033482.html?src=rss", + "creator": "Mariella Moon", + "pubDate": "Fri, 14 Jan 2022 11:40:33 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2a820a9c83355004b437f58799a9f56e", + "highlights": [] + }, + { + "title": "Tesla now accepts Dogecoin payments for some of its merch", + "description": "

    Tesla is allowing customers to buy select merchandise items using Dogecoin, according to the website and a tweet from CEO Elon Musk. You can now pick up the Cyberwhistle for 300 doge ($58), Giga Texas Belt Buckle for 835 doge ($161) and the Cyberquad for Kids at 12,020 doge or $2,320. According to the store, Dogecoin is now the only way to buy those items as a cash option is no longer showing. 

    Tesla merch buyable with Dogecoin

    — Elon Musk (@elonmusk) January 14, 2022

    Musk has been interested in Dogecoin of late, having discussed in May the potential "efficiency" of the cryptocurrency compared to Bitcoin. Then in December, he tweeted that the company would "make some merch buyable with Doge & see how it goes." Following Musk's announcement today, Dogecoin has gone up around 14 percent over the last 24 hours.

    Tesla accepted Bitcoin as payment for its cars in February 2021, but halted the initiative less than two months later citing Bitcoin's environmental impact. "Cryptocurrency is a good idea on many levels... but this cannot come at a great cost to the environment," Musk said on Twitter at the time. 

    Dogecoin uses less power to mine, mainly because it's worth less than Bitcoin. Musk said last year that he was working with Dogecoin's devs to improve its efficiency, though there's no clear way yet to do that without decreasing its value. That said, Block's CEO Jack Dorsey just announced plans to build an open Bitcoin mining system that makes that particular cryptocurrency "more distributed and efficient."  

    ", + "content": "

    Tesla is allowing customers to buy select merchandise items using Dogecoin, according to the website and a tweet from CEO Elon Musk. You can now pick up the Cyberwhistle for 300 doge ($58), Giga Texas Belt Buckle for 835 doge ($161) and the Cyberquad for Kids at 12,020 doge or $2,320. According to the store, Dogecoin is now the only way to buy those items as a cash option is no longer showing. 

    Tesla merch buyable with Dogecoin

    — Elon Musk (@elonmusk) January 14, 2022

    Musk has been interested in Dogecoin of late, having discussed in May the potential "efficiency" of the cryptocurrency compared to Bitcoin. Then in December, he tweeted that the company would "make some merch buyable with Doge & see how it goes." Following Musk's announcement today, Dogecoin has gone up around 14 percent over the last 24 hours.

    Tesla accepted Bitcoin as payment for its cars in February 2021, but halted the initiative less than two months later citing Bitcoin's environmental impact. "Cryptocurrency is a good idea on many levels... but this cannot come at a great cost to the environment," Musk said on Twitter at the time. 

    Dogecoin uses less power to mine, mainly because it's worth less than Bitcoin. Musk said last year that he was working with Dogecoin's devs to improve its efficiency, though there's no clear way yet to do that without decreasing its value. That said, Block's CEO Jack Dorsey just announced plans to build an open Bitcoin mining system that makes that particular cryptocurrency "more distributed and efficient."  

    ", + "category": "site|engadget", + "link": "https://www.engadget.com/tesla-begins-letting-customers-buy-some-of-its-merch-using-dogecoin-110819070.html?src=rss", + "creator": "Steve Dent", + "pubDate": "Fri, 14 Jan 2022 11:08:19 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "57e791155e1d77b3d339b88ed52544e0", + "highlights": [] + }, + { + "title": "Meta hit with $3.2 billion class action suit over alleged exploitation of UK Facebook users", + "description": "

    A legal expert has teamed with a litigation firm to sue Meta on behalf of 44 million Facebook users in the UK, claiming that they had their data exploited in violation of competition laws, TechCrunch has reported. The firm is seeking £2.3 billion ($3.1 billion) in damages for UK Facebook users. 

    The lawsuit was filed by competition law specialist Dr. Liza Lovdahl Gormsen, and is being funded by Innsworth, a law firm that takes on cases in exchange for a share of damages won. It claims that even though users don't pay to use Facebook, they surrender data that has considerable value. 

    "They are exploiting users by taking their personal data without properly compensating them for taking that data," Lovdahl Gormsen said in a statement. "I don’t think the users are entirely clear when they click on the terms and conditions how unfair that deal is." 

    She added that Facebook has become "the sole social network in the UK where you could be sure to connect with friends and family in one place." And even as it locked users into its ecosystem (which includes WhatsApp and Instagram), it was tracking users across other websites as well. "It abused its market dominance to impose unfair terms and conditions on ordinary Britons giving it the power to exploit their personal data," according to Lovdahl Gormsen. 

    The lawsuit covers the period from October 2015 to December 31st, 2019. It's an "opt-out" class action lawsuit, meaning that users will not need to take any action to receive damages in the case, unless they decide to opt out. 

    "People access our service for free. They choose our services because we deliver value for them and they have meaningful control of what information they share on Meta’s platforms and who with. We have invested heavily to create tools that allow them to do so," a Meta spokesperson told The Guardian in a statement. 

    Facebook already had a hit of bad news this week in the US, as a Federal judge said an antitrust suit by the Federal Trade Commission (FTC) against Facebook could move forward. The FTC wants to force Meta to sell Instagram and WhatsApp, accusing it of engaging in "anti-competitive conduct" against rivals. 

    ", + "content": "

    A legal expert has teamed with a litigation firm to sue Meta on behalf of 44 million Facebook users in the UK, claiming that they had their data exploited in violation of competition laws, TechCrunch has reported. The firm is seeking £2.3 billion ($3.1 billion) in damages for UK Facebook users. 

    The lawsuit was filed by competition law specialist Dr. Liza Lovdahl Gormsen, and is being funded by Innsworth, a law firm that takes on cases in exchange for a share of damages won. It claims that even though users don't pay to use Facebook, they surrender data that has considerable value. 

    "They are exploiting users by taking their personal data without properly compensating them for taking that data," Lovdahl Gormsen said in a statement. "I don’t think the users are entirely clear when they click on the terms and conditions how unfair that deal is." 

    She added that Facebook has become "the sole social network in the UK where you could be sure to connect with friends and family in one place." And even as it locked users into its ecosystem (which includes WhatsApp and Instagram), it was tracking users across other websites as well. "It abused its market dominance to impose unfair terms and conditions on ordinary Britons giving it the power to exploit their personal data," according to Lovdahl Gormsen. 

    The lawsuit covers the period from October 2015 to December 31st, 2019. It's an "opt-out" class action lawsuit, meaning that users will not need to take any action to receive damages in the case, unless they decide to opt out. 

    "People access our service for free. They choose our services because we deliver value for them and they have meaningful control of what information they share on Meta’s platforms and who with. We have invested heavily to create tools that allow them to do so," a Meta spokesperson told The Guardian in a statement. 

    Facebook already had a hit of bad news this week in the US, as a Federal judge said an antitrust suit by the Federal Trade Commission (FTC) against Facebook could move forward. The FTC wants to force Meta to sell Instagram and WhatsApp, accusing it of engaging in "anti-competitive conduct" against rivals. 

    ", + "category": "Business", + "link": "https://www.engadget.com/lawsuit-against-meta-claims-uk-facebook-users-were-exploited-095336377.html?src=rss", + "creator": "Steve Dent", + "pubDate": "Fri, 14 Jan 2022 09:53:36 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "259c4ddf5cea06a6e8fb2d2f0d43cd6f", + "highlights": [] + }, + { + "title": "PayPal faces lawsuit for freezing customer accounts and funds", + "description": "

    Three PayPal users who've allegedly had their accounts frozen and funds taken by the company without explanation have filed a federal lawsuit against the online payment service. The plaintiffs — two users from California and one from Chicago — are accusing the company of unlawfully seizing their personal property and violating racketeering laws. They're now proposing a class-action lawsuit on behalf of all other users who've had their accounts frozen before and are seeking restitution, as well as punitive and exemplary damages.

    Lena Evans, one of the plaintiffs who'd been a PayPal user for 22 years, said the website seized $26,984 from her account six months after it got frozen without ever telling her why. Evans had been using PayPal to buy and sell clothing on eBay, to exchange money for a poker league she owns and for a non-profit that helps women with various needs. 

    Fellow plaintiff Roni Shemtov said PayPal seized over $42,000 of her money and never got an acceptable reason for why her account was terminated. She received several different explanations when she contacted the company: One customer rep said it was because she used the same IP and computer as other Paypal users, while another said it was because she sold yoga clothing at 20 to 30 percent lower than retail. Yet another representative allegedly said it was because she used multiple accounts, which she denies. 

    Shbadan Akylbekov, the third plaintiff, said PayPal seized over $172,000 of his money without giving him any explanation why the account got limited in the first place. Akylbekov used the account of a company his wife owns to sell Hyaluron pens, which are needle-less pens that inject hyaluronic acid into the skin. After the money disappeared from the account following a six-month freeze, PayPal allegedly sent his wife a letter that says she "violated PayPal's User Agreement and Acceptable Use Policy (AUP) by accepting payments for the sale of injectable fillers not approved by the FDA." It also said that the money was taken from her account "for its liquidated damages arising from those AUP violations pursuant to the User Agreement."

    PayPal has long angered many a user for limiting accounts and freezing their funds for six months or more. One high-profile case was American poker player Chris Moneymaker's who had $12,000 taken from his account after six months of being limited. Moneymaker was already in the process of asking people to join him in a class action lawsuit before his funds were "mysteriously returned." 

    Part of the complaint reads:

    "Plaintiffs bring this class action against Defendant PAYPAL, INC. ("PayPal") to recover damages and other relief available at law and in equity on behalf of themselves, as well as on behalf of the members of the class defined herein... This action stems from Defendant’s widespread business practice of unilaterally seizing funds from its clients’ financial accounts, without cause and without any fair or due process.

    PayPal places a "hold" on Plaintiffs' own funds in their own PayPal accounts. PayPal has failed to inform Plaintiffs and members of the class of the reason(s) for the actions PayPal has taken, even telling Plaintiffs and members of the class that they will "have to get a subpoena" to learn the simple information as to why PayPal was holding, and denying Plaintiffs, access to their own money."

    ", + "content": "

    Three PayPal users who've allegedly had their accounts frozen and funds taken by the company without explanation have filed a federal lawsuit against the online payment service. The plaintiffs — two users from California and one from Chicago — are accusing the company of unlawfully seizing their personal property and violating racketeering laws. They're now proposing a class-action lawsuit on behalf of all other users who've had their accounts frozen before and are seeking restitution, as well as punitive and exemplary damages.

    Lena Evans, one of the plaintiffs who'd been a PayPal user for 22 years, said the website seized $26,984 from her account six months after it got frozen without ever telling her why. Evans had been using PayPal to buy and sell clothing on eBay, to exchange money for a poker league she owns and for a non-profit that helps women with various needs. 

    Fellow plaintiff Roni Shemtov said PayPal seized over $42,000 of her money and never got an acceptable reason for why her account was terminated. She received several different explanations when she contacted the company: One customer rep said it was because she used the same IP and computer as other Paypal users, while another said it was because she sold yoga clothing at 20 to 30 percent lower than retail. Yet another representative allegedly said it was because she used multiple accounts, which she denies. 

    Shbadan Akylbekov, the third plaintiff, said PayPal seized over $172,000 of his money without giving him any explanation why the account got limited in the first place. Akylbekov used the account of a company his wife owns to sell Hyaluron pens, which are needle-less pens that inject hyaluronic acid into the skin. After the money disappeared from the account following a six-month freeze, PayPal allegedly sent his wife a letter that says she "violated PayPal's User Agreement and Acceptable Use Policy (AUP) by accepting payments for the sale of injectable fillers not approved by the FDA." It also said that the money was taken from her account "for its liquidated damages arising from those AUP violations pursuant to the User Agreement."

    PayPal has long angered many a user for limiting accounts and freezing their funds for six months or more. One high-profile case was American poker player Chris Moneymaker's who had $12,000 taken from his account after six months of being limited. Moneymaker was already in the process of asking people to join him in a class action lawsuit before his funds were "mysteriously returned." 

    Part of the complaint reads:

    "Plaintiffs bring this class action against Defendant PAYPAL, INC. ("PayPal") to recover damages and other relief available at law and in equity on behalf of themselves, as well as on behalf of the members of the class defined herein... This action stems from Defendant’s widespread business practice of unilaterally seizing funds from its clients’ financial accounts, without cause and without any fair or due process.

    PayPal places a "hold" on Plaintiffs' own funds in their own PayPal accounts. PayPal has failed to inform Plaintiffs and members of the class of the reason(s) for the actions PayPal has taken, even telling Plaintiffs and members of the class that they will "have to get a subpoena" to learn the simple information as to why PayPal was holding, and denying Plaintiffs, access to their own money."

    ", + "category": "Business", + "link": "https://www.engadget.com/paypal-lawsuit-freezing-customer-accounts-funds-073128563.html?src=rss", + "creator": "Mariella Moon", + "pubDate": "Fri, 14 Jan 2022 07:31:28 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d299bbac8c994bbfca0ac4a19ed7450d", + "highlights": [] + }, + { + "title": "Facebook's Spanish-language moderators have reportedly been working in unsafe conditions", + "description": "

    It’s no secret Meta employs contract laborers to do much of the hard work of enforcing its content moderation policies on Facebook. And despite assisting one of the most valuable companies in the world, those workers have frequently complained of their jobs involving poor compensation and anxiety-inducing work. Some are now also saying they’re being treated worse than other workers.

    According to BuzzFeed News, Genpact, a Meta subcontractor that has previously been accused of fostering poor working conditions, has required the Spanish-language moderators out of its Richardson, Texas office to report for in-person work since April 2021. Those workers have had to put their health at risk against both the delta and omicron coronavirus variants while their English-language counterparts have been allowed to cycle through the office in three-month rotations.

    The news of the situation at Genpact comes just one week after workers at Accenture, another Meta subcontractor, successfully protested to force the company to scrap a requirement it had in place for hundreds of Facebook moderators to return to in-person work on January 24th.

    Contractors who spoke to BuzzFeed News claim Genpact also holds them to unreasonable standards. They say they’re expected to make moderation decisions in about a minute while maintaining an 85 percent accuracy rate. Complicating everything is the fact that Meta reportedly doesn’t disseminate guidelines on how to apply Facebook’s Community Standards in a language other than English, leaving those workers in a situation where they’re forced to first translate that guidance before applying it. 

    And there’s the scale of the problem the team has to tackle. Genpact’s Spanish-language moderation team is named after Mexico but in addition to moderating content posted by people living in the North American country, they’re also responsible for Facebook and Instagram posts from Spanish-speaking users in most Latin American countries as well. In Mexico alone, Facebook has more than 84 million users. By contrast, the Genpact Mexican market team consists of approximately 50 individuals.

    “We use the combination of technology and people to keep content that breaks our rules off of our platform, and while AI has made progress in this space, people are a key part of our safety efforts,” a Meta spokesperson told Engadget. “We know these jobs can be difficult, which is why we work closely with our partners to constantly evaluate how to best support these teams.”

    ", + "content": "

    It’s no secret Meta employs contract laborers to do much of the hard work of enforcing its content moderation policies on Facebook. And despite assisting one of the most valuable companies in the world, those workers have frequently complained of their jobs involving poor compensation and anxiety-inducing work. Some are now also saying they’re being treated worse than other workers.

    According to BuzzFeed News, Genpact, a Meta subcontractor that has previously been accused of fostering poor working conditions, has required the Spanish-language moderators out of its Richardson, Texas office to report for in-person work since April 2021. Those workers have had to put their health at risk against both the delta and omicron coronavirus variants while their English-language counterparts have been allowed to cycle through the office in three-month rotations.

    The news of the situation at Genpact comes just one week after workers at Accenture, another Meta subcontractor, successfully protested to force the company to scrap a requirement it had in place for hundreds of Facebook moderators to return to in-person work on January 24th.

    Contractors who spoke to BuzzFeed News claim Genpact also holds them to unreasonable standards. They say they’re expected to make moderation decisions in about a minute while maintaining an 85 percent accuracy rate. Complicating everything is the fact that Meta reportedly doesn’t disseminate guidelines on how to apply Facebook’s Community Standards in a language other than English, leaving those workers in a situation where they’re forced to first translate that guidance before applying it. 

    And there’s the scale of the problem the team has to tackle. Genpact’s Spanish-language moderation team is named after Mexico but in addition to moderating content posted by people living in the North American country, they’re also responsible for Facebook and Instagram posts from Spanish-speaking users in most Latin American countries as well. In Mexico alone, Facebook has more than 84 million users. By contrast, the Genpact Mexican market team consists of approximately 50 individuals.

    “We use the combination of technology and people to keep content that breaks our rules off of our platform, and while AI has made progress in this space, people are a key part of our safety efforts,” a Meta spokesperson told Engadget. “We know these jobs can be difficult, which is why we work closely with our partners to constantly evaluate how to best support these teams.”

    ", + "category": "Personal Investing Ideas & Strategies", + "link": "https://www.engadget.com/meta-genpact-spanish-langauge-descrimination-001938677.html?src=rss", + "creator": "Igor Bonifacic", + "pubDate": "Fri, 14 Jan 2022 00:19:38 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c9a8bfae72138bdd87bf8fde3d1bfc80", + "highlights": [] + }, + { + "title": "After 15 years, Local Motors will reportedly cease operations this Friday", + "description": "

    Crowdsourcing automaker Local Motors will cease operations this Friday, according to employees, TechCrunch reports. The company has not yet officially announced its imminent demise, though its reactions from its workforce have already appeared on LinkedIn.

    “As with most adventures, they must come to an end,” Jeff Hollowell, Local Motors VP of information technology, wrote on Thursday. “Local Motors has closed its doors. It has been an exciting, challenging, and educational experience working with Olli and all the team at Local Motors. I was fortunate to work with amazing individuals and help build what others said could not be done! I’ve been able to grow as a leader and learn new skills that I now take to my next path forward. Thanks to all the team members and partners that I was able to work with. The time spent was well worth the effort.”

    Local Motors pioneered the idea of crowdsourcing the production of vehicles with 2016's, Olli, a 3D-printed 12-passenger microbus powered by now equally defunct IBM's Watson. It set off a minor arms race among automakers to produce a new class of autonomous EV people movers, however, imparting Level 4 autonomous capabilities has proven exceedingly difficult to date — in part due to technological shortcomings in the current generation of sensor and signal processing systems. Of. course, that hasn't dissuaded companies from trying, their efforts having led to a series of high-profile traffic accidents in recent years such as the Navya that wrecked in the opening hours of CES 2017, the Toyota e-Pallette that ran down a paralympian in August, and the solo-vehicle accident in Whitby, Ontario that critically injured a man last December.

    Local Motors first made a name for itself with the Rally Fighter kit car before it pivoted to developing the Olli. The company had planned to launch a pilot program for the second iteration of its autonomous shuttle, the Olli 2.0, in Toronto last spring, however those plans were subsequently pushed back to February, 2022, and, with Thursday's revelation, will now likely never take place.

    ", + "content": "

    Crowdsourcing automaker Local Motors will cease operations this Friday, according to employees, TechCrunch reports. The company has not yet officially announced its imminent demise, though its reactions from its workforce have already appeared on LinkedIn.

    “As with most adventures, they must come to an end,” Jeff Hollowell, Local Motors VP of information technology, wrote on Thursday. “Local Motors has closed its doors. It has been an exciting, challenging, and educational experience working with Olli and all the team at Local Motors. I was fortunate to work with amazing individuals and help build what others said could not be done! I’ve been able to grow as a leader and learn new skills that I now take to my next path forward. Thanks to all the team members and partners that I was able to work with. The time spent was well worth the effort.”

    Local Motors pioneered the idea of crowdsourcing the production of vehicles with 2016's, Olli, a 3D-printed 12-passenger microbus powered by now equally defunct IBM's Watson. It set off a minor arms race among automakers to produce a new class of autonomous EV people movers, however, imparting Level 4 autonomous capabilities has proven exceedingly difficult to date — in part due to technological shortcomings in the current generation of sensor and signal processing systems. Of. course, that hasn't dissuaded companies from trying, their efforts having led to a series of high-profile traffic accidents in recent years such as the Navya that wrecked in the opening hours of CES 2017, the Toyota e-Pallette that ran down a paralympian in August, and the solo-vehicle accident in Whitby, Ontario that critically injured a man last December.

    Local Motors first made a name for itself with the Rally Fighter kit car before it pivoted to developing the Olli. The company had planned to launch a pilot program for the second iteration of its autonomous shuttle, the Olli 2.0, in Toronto last spring, however those plans were subsequently pushed back to February, 2022, and, with Thursday's revelation, will now likely never take place.

    ", + "category": "site|engadget", + "link": "https://www.engadget.com/after-15-years-local-motors-will-reportedly-cease-operations-this-friday-224540158.html?src=rss", + "creator": "Andrew Tarantola", + "pubDate": "Thu, 13 Jan 2022 22:45:40 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fdb45ade8649fbe55824e185a8b35df9", + "highlights": [] + }, + { + "title": "US lawmakers want terms of service to be summarized in plain language", + "description": "

    Unless you’re a lawyer, there’s a pretty good chance you’ve never read through a website’s entire terms of service. There’s a simple reason for that. Far too often, they’re too long and difficult to parse. Some services offer summary statements, but they’re the exception, not the norm.

    A bipartisan group of lawmakers made up of Representative Lori Trahan and Senators Bill Cassidy and Ben Ray Luján of Louisana and New Mexico want to change that. They’ve introduced the Terms-of-service Labelling, Design and Readability Act – that’s TLDR for short. Taking a page from Apple, the proposed legislation would require online businesses to include a “nutrition label-style” summary at the top of their terms of service agreements and make the contracts easy for researchers to examine through the use of XML tags. It would also require them to disclose any recent data breaches, as well as provide information on whether a user can delete their data and how they would go about doing that.

    “For far too long, blanket terms of service agreements have forced consumers to either ‘agree’ to all of a company’s conditions or lose access to a website or app entirely. No negotiation, no alternative, and no real choice,” said Representative Trahan. The group cites a 2012 study that found it would take the average American 76 workdays to read all the terms of service contracts they’ve agreed to use their favorite online services as the basis for the need of the TLDR Act. Should the legislation pass, it would empower the Federal Trade Commission and state attorneys general to enforce it.

    ", + "content": "

    Unless you’re a lawyer, there’s a pretty good chance you’ve never read through a website’s entire terms of service. There’s a simple reason for that. Far too often, they’re too long and difficult to parse. Some services offer summary statements, but they’re the exception, not the norm.

    A bipartisan group of lawmakers made up of Representative Lori Trahan and Senators Bill Cassidy and Ben Ray Luján of Louisana and New Mexico want to change that. They’ve introduced the Terms-of-service Labelling, Design and Readability Act – that’s TLDR for short. Taking a page from Apple, the proposed legislation would require online businesses to include a “nutrition label-style” summary at the top of their terms of service agreements and make the contracts easy for researchers to examine through the use of XML tags. It would also require them to disclose any recent data breaches, as well as provide information on whether a user can delete their data and how they would go about doing that.

    “For far too long, blanket terms of service agreements have forced consumers to either ‘agree’ to all of a company’s conditions or lose access to a website or app entirely. No negotiation, no alternative, and no real choice,” said Representative Trahan. The group cites a 2012 study that found it would take the average American 76 workdays to read all the terms of service contracts they’ve agreed to use their favorite online services as the basis for the need of the TLDR Act. Should the legislation pass, it would empower the Federal Trade Commission and state attorneys general to enforce it.

    ", + "category": "Politics & Government", + "link": "https://www.engadget.com/tldr-act-introduction-222327260.html?src=rss", + "creator": "Igor Bonifacic", + "pubDate": "Thu, 13 Jan 2022 22:23:27 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "66fa10aedb96fedf5f57ad7c24dfa519", + "highlights": [] + }, + { + "title": "Now all Twitter Spaces hosts can record audio", + "description": "

    You no longer have to be one of the privileged few to record Twitter Spaces. Twitter has announced that all Android and iOS users can record Spaces when they're hosting. As before, you just have to toggle "record space" before you start. From there, your audio will be available for public listening and sharing 30 days after the initial stream.

    Hosts can delete recordings at any time. Twitter will keep audio files for up to 120 days, however, to verify terms of service violation reports.

    The expansion will help creators who want to regularly host shows and meetings on Spaces — it's now easy to offer at least temporary after-show listening without having to separately record clips. This also helps Twitter fend off competition from Clubhouse, which added recording in November. Although you might not switch to Twitter for this, it could reduce the incentive to sign up for Clubhouse if you weren't already on the platform.

    Another update on Spaces Recording:

    The option for hosts to record is now available for everyone on Android and iOS! When starting a Space, tap the “Record Space” switch to have it available for public playback for 30 days once the Space has ended. pic.twitter.com/fYzaOjQJlF

    — Twitter Support (@TwitterSupport) January 13, 2022

    ", + "content": "

    You no longer have to be one of the privileged few to record Twitter Spaces. Twitter has announced that all Android and iOS users can record Spaces when they're hosting. As before, you just have to toggle "record space" before you start. From there, your audio will be available for public listening and sharing 30 days after the initial stream.

    Hosts can delete recordings at any time. Twitter will keep audio files for up to 120 days, however, to verify terms of service violation reports.

    The expansion will help creators who want to regularly host shows and meetings on Spaces — it's now easy to offer at least temporary after-show listening without having to separately record clips. This also helps Twitter fend off competition from Clubhouse, which added recording in November. Although you might not switch to Twitter for this, it could reduce the incentive to sign up for Clubhouse if you weren't already on the platform.

    Another update on Spaces Recording:

    The option for hosts to record is now available for everyone on Android and iOS! When starting a Space, tap the “Record Space” switch to have it available for public playback for 30 days once the Space has ended. pic.twitter.com/fYzaOjQJlF

    — Twitter Support (@TwitterSupport) January 13, 2022

    ", + "category": "site|engadget", + "link": "https://www.engadget.com/twitter-spaces-audio-recording-for-everyone-220027329.html?src=rss", + "creator": "Jon Fingas", + "pubDate": "Thu, 13 Jan 2022 22:00:27 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "95b2951667453d44f8d1165aa7f64d25", + "highlights": [] + }, + { + "title": "Sinclair locks down local streaming rights for 16 NBA teams", + "description": "

    Sinclair Broadcast Group has reached a deal to stream 16 NBA teams’ games to fans in local markets. The company, which is aiming to launch a standalone streaming service this year, previously secured local rights for some NHL and MLB teams, but the NBA deal is a major piece of the puzzle.

    The agreement covers the Atlanta Hawks, Charlotte Hornets, Cleveland Cavaliers, Dallas Mavericks, Detroit Pistons, Indiana Pacers, LA Clippers, Memphis Grizzlies, Miami Heat, Milwaukee Bucks, Minnesota Timberwolves, New Orleans Pelicans, Oklahoma City Thunder, Orlando Magic, Phoenix Suns and San Antonio Spurs.

    The service, which is expected to debut in the first half of the year, is likely to be fairly pricey at north of $20 per month, according to Sports Business Journal. However, it should give fans a way to see their local teams if games aren't broadcast nationally or they can't watch Sinclair’s Bally Sports regional sports networks (RSNs). Those networks aren't available on YouTube TV or Hulu, for instance. Local games are typically blacked out in any case, including on NBA League Pass.

    Sinclair snapped up a batch of Fox Sports RSNs that Disney had to sell off as part of the Fox acquisition. The RSNs were later rebranded to Bally Sports.

    ", + "content": "

    Sinclair Broadcast Group has reached a deal to stream 16 NBA teams’ games to fans in local markets. The company, which is aiming to launch a standalone streaming service this year, previously secured local rights for some NHL and MLB teams, but the NBA deal is a major piece of the puzzle.

    The agreement covers the Atlanta Hawks, Charlotte Hornets, Cleveland Cavaliers, Dallas Mavericks, Detroit Pistons, Indiana Pacers, LA Clippers, Memphis Grizzlies, Miami Heat, Milwaukee Bucks, Minnesota Timberwolves, New Orleans Pelicans, Oklahoma City Thunder, Orlando Magic, Phoenix Suns and San Antonio Spurs.

    The service, which is expected to debut in the first half of the year, is likely to be fairly pricey at north of $20 per month, according to Sports Business Journal. However, it should give fans a way to see their local teams if games aren't broadcast nationally or they can't watch Sinclair’s Bally Sports regional sports networks (RSNs). Those networks aren't available on YouTube TV or Hulu, for instance. Local games are typically blacked out in any case, including on NBA League Pass.

    Sinclair snapped up a batch of Fox Sports RSNs that Disney had to sell off as part of the Fox acquisition. The RSNs were later rebranded to Bally Sports.

    ", + "category": "National Basketball Association", + "link": "https://www.engadget.com/sinclair-nba-streaming-rights-214005427.html?src=rss", + "creator": "Kris Holt", + "pubDate": "Thu, 13 Jan 2022 21:40:05 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3fd415ae7016b41b30747df3b32bbe1b", + "highlights": [] + }, + { + "title": "Facebook, Google, Twitter and Reddit subpoenaed by Jan. 6 committee", + "description": "

    Facebook, Google, Twitter and Reddit have been subpoenaed by the Congressional select committee investigating the Jan. 6th insurrection at the U.S. Capitol. In a statement, the committee said the companies’ responses so far have been “inadequate.”

    “Two key questions for the Select Committee are how the spread of misinformation and violent extremism contributed to the violent attack on our democracy, and what steps—if any—social media companies took to prevent their platforms from being breeding grounds for radicalizing people to violence,” committee chair Bennie Thompson (D-MS) said.

    “It’s disappointing that after months of engagement, we still do not have the documents and information necessary to answer those basic questions. The Select Committee is working to get answers for the American people and help ensure nothing like January 6th ever happens again. We cannot allow our important work to be delayed any further.”

    The committee is looking for a range of records related to users’ activity on Facebook, YouTube, Twitter and Reddit, as well as internal documents about the companies’ handling of Jan. 6th. As a stipulation of these new subpoenas, all of the companies have been given a deadline of January 27th to turn over documents to the committee.

    In a letter addressed to Mark Zuckerberg, Thompson addresses Facebook’s handling of the “Stop the Steal” movement that was organized on its platform. An internal memo detailed how Facebook failed to recognize the danger posed by the groups until after the violence on January 6th. The letter also references testimony from whistleblower Frances Haugen, who told Congress last year that Facebook disbanded its civic integrity team after the election.

    In a letter to Google CEO Sundar Pichai, Thompson says that the select committee “believes Alphabet has significant undisclosed information that is critical to its investigation, concerning how Alphabet developed, implemented, and reviewed its content moderation, algorithmic promotion, demonetization, and other policies that may have affected the January 6, 2021 events.” He notes that some rioters live streamed the attack on YouTube and that misinformation about the election spreads on the platform “to this day.”

    Thompson’s letter to recently installed Twitter CEO Parag Agrawal notes that Jack Dorsey testified that Twitter had played a role in the events on January 6th. “Twitter has failed to fully comply or even commit to a timeline for complying with the Select Committee’s request for internal company analyses of misinformation, disinformation, and malinformation relating to the 2020 election, efforts to challenge or overturn the election, and the use of Twitter by domestic violent extremists or foreign malign influences to affect the 2020 election,” Thompson writes.

    For Reddit, the committee seems primarily concerned with the r/The_Donald subreddit, which was banned in June of 2020, as well as r/donaldtrump, which was kicked off the platform on January 8th 2021. The letter notes that the r/The_Donald community migrated to TheDonald.win, where there was a “significant amount of online discussion and planning” related to the insurrection.

    A Twitter spokesperson declined to comment on the subpoena. Representatives for Meta, Reddit and Google didn't immediately respond to requests for comment.

    Update 1/13 7:50pm ET: In a statement, a Google spokesperson said the company is "committed to working with Congress through this process." "We have strict policies prohibiting content that incites violence or undermines trust in elections across YouTube and Google's products, and we enforced these policies in the run-up to January 6 and continue to do so today."

    Update 1/13 8:22pm ET: "As Chairman Thompson said recently, 'Facebook is working with [the committee] to provide the necessary information we requested,'" a spokesperson for Meta said in a statement. "Since then, Meta has produced documents to the committee on a schedule committee staff requested - and we will continue to do so."

    ", + "content": "

    Facebook, Google, Twitter and Reddit have been subpoenaed by the Congressional select committee investigating the Jan. 6th insurrection at the U.S. Capitol. In a statement, the committee said the companies’ responses so far have been “inadequate.”

    “Two key questions for the Select Committee are how the spread of misinformation and violent extremism contributed to the violent attack on our democracy, and what steps—if any—social media companies took to prevent their platforms from being breeding grounds for radicalizing people to violence,” committee chair Bennie Thompson (D-MS) said.

    “It’s disappointing that after months of engagement, we still do not have the documents and information necessary to answer those basic questions. The Select Committee is working to get answers for the American people and help ensure nothing like January 6th ever happens again. We cannot allow our important work to be delayed any further.”

    The committee is looking for a range of records related to users’ activity on Facebook, YouTube, Twitter and Reddit, as well as internal documents about the companies’ handling of Jan. 6th. As a stipulation of these new subpoenas, all of the companies have been given a deadline of January 27th to turn over documents to the committee.

    In a letter addressed to Mark Zuckerberg, Thompson addresses Facebook’s handling of the “Stop the Steal” movement that was organized on its platform. An internal memo detailed how Facebook failed to recognize the danger posed by the groups until after the violence on January 6th. The letter also references testimony from whistleblower Frances Haugen, who told Congress last year that Facebook disbanded its civic integrity team after the election.

    In a letter to Google CEO Sundar Pichai, Thompson says that the select committee “believes Alphabet has significant undisclosed information that is critical to its investigation, concerning how Alphabet developed, implemented, and reviewed its content moderation, algorithmic promotion, demonetization, and other policies that may have affected the January 6, 2021 events.” He notes that some rioters live streamed the attack on YouTube and that misinformation about the election spreads on the platform “to this day.”

    Thompson’s letter to recently installed Twitter CEO Parag Agrawal notes that Jack Dorsey testified that Twitter had played a role in the events on January 6th. “Twitter has failed to fully comply or even commit to a timeline for complying with the Select Committee’s request for internal company analyses of misinformation, disinformation, and malinformation relating to the 2020 election, efforts to challenge or overturn the election, and the use of Twitter by domestic violent extremists or foreign malign influences to affect the 2020 election,” Thompson writes.

    For Reddit, the committee seems primarily concerned with the r/The_Donald subreddit, which was banned in June of 2020, as well as r/donaldtrump, which was kicked off the platform on January 8th 2021. The letter notes that the r/The_Donald community migrated to TheDonald.win, where there was a “significant amount of online discussion and planning” related to the insurrection.

    A Twitter spokesperson declined to comment on the subpoena. Representatives for Meta, Reddit and Google didn't immediately respond to requests for comment.

    Update 1/13 7:50pm ET: In a statement, a Google spokesperson said the company is "committed to working with Congress through this process." "We have strict policies prohibiting content that incites violence or undermines trust in elections across YouTube and Google's products, and we enforced these policies in the run-up to January 6 and continue to do so today."

    Update 1/13 8:22pm ET: "As Chairman Thompson said recently, 'Facebook is working with [the committee] to provide the necessary information we requested,'" a spokesperson for Meta said in a statement. "Since then, Meta has produced documents to the committee on a schedule committee staff requested - and we will continue to do so."

    ", + "category": "Politics & Government", + "link": "https://www.engadget.com/facebook-google-twitter-and-reddit-subpoenaed-by-jan-6-committee-212421157.html?src=rss", + "creator": "Karissa Bell", + "pubDate": "Thu, 13 Jan 2022 21:24:21 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5e3e75ce3de7f8a0124ebb52de23e922", + "highlights": [] + }, + { + "title": "Oath Keepers leader charged with 'seditious conspiracy' for role in US Capitol breach", + "description": "

    The far-right extremist group Oath Keepers may soon face particularly serious repercussions for its actions on top of a string of internet bans. A DC federal grand jury has unsealed seditious conspiracy charges against Oath Keepers founder Stewart Rhodes and 10 other individuals for their alleged roles in the US Capitol breach on January 6th, 2021. Rhodes and followers face accusations they planned to use force to oppose the electoral college vote certification, including the direct attempt to seize the Capitol building as well as through multiple "quick reaction force" teams that planned to deliver guns and other weapons to extremists inside the building.

    The Oath Keepers' digital savviness played an important role in the charges. The paramilitary group discussed plans with co-conspirators through encrypted messaging apps, social media, text messaging and websites, according to the Justice Department. Federal investigators revealed they'd used Signal messages as part of the case, although it wasn't clear how they'd obtained the discussions — CNBC speculated that a participant in group chats leaked the contents to federal agents.

    Rhodes and Edward Vallejo, who reportedly helped coordinate the quick reaction teams, are the only ones facing charges for the first time. The rest, including prominent members like Donovan Crowl and Jessica Watkins, were already facing indictments. The conspiracy charge carries a maximum sentence of 20 years in prison.

    The legal action could effectively bring down a group long accused of promoting harm both on- and offline. The Oath Keepers had threatened violence online, prompting a Twitter ban in September 2020, and spread COVID-19 conspiracy theories that sometimes included QAnon-linked hashtags. The group's Capitol incursion, meanwhile, was partly fuelled by online election misinformation promoting unsupported claims of widespread fraud during the 2020 presidential vote.

    The Oath Keepers already lost much of their online presence in the months before and after the Capitol incident, but the new charges could make it that much harder for the group or its members to maintain that internet representation. This also underscores social media outlets' imperfect attempts to curb violent organizations and the misinformation that fuels them. While more aggressive crackdowns wouldn't have necessarily stopped the 2021 breach, outlets like Facebook have acknowledged they could have done more to curb groups that spread and acted on that misinformation.

    ", + "content": "

    The far-right extremist group Oath Keepers may soon face particularly serious repercussions for its actions on top of a string of internet bans. A DC federal grand jury has unsealed seditious conspiracy charges against Oath Keepers founder Stewart Rhodes and 10 other individuals for their alleged roles in the US Capitol breach on January 6th, 2021. Rhodes and followers face accusations they planned to use force to oppose the electoral college vote certification, including the direct attempt to seize the Capitol building as well as through multiple "quick reaction force" teams that planned to deliver guns and other weapons to extremists inside the building.

    The Oath Keepers' digital savviness played an important role in the charges. The paramilitary group discussed plans with co-conspirators through encrypted messaging apps, social media, text messaging and websites, according to the Justice Department. Federal investigators revealed they'd used Signal messages as part of the case, although it wasn't clear how they'd obtained the discussions — CNBC speculated that a participant in group chats leaked the contents to federal agents.

    Rhodes and Edward Vallejo, who reportedly helped coordinate the quick reaction teams, are the only ones facing charges for the first time. The rest, including prominent members like Donovan Crowl and Jessica Watkins, were already facing indictments. The conspiracy charge carries a maximum sentence of 20 years in prison.

    The legal action could effectively bring down a group long accused of promoting harm both on- and offline. The Oath Keepers had threatened violence online, prompting a Twitter ban in September 2020, and spread COVID-19 conspiracy theories that sometimes included QAnon-linked hashtags. The group's Capitol incursion, meanwhile, was partly fuelled by online election misinformation promoting unsupported claims of widespread fraud during the 2020 presidential vote.

    The Oath Keepers already lost much of their online presence in the months before and after the Capitol incident, but the new charges could make it that much harder for the group or its members to maintain that internet representation. This also underscores social media outlets' imperfect attempts to curb violent organizations and the misinformation that fuels them. While more aggressive crackdowns wouldn't have necessarily stopped the 2021 breach, outlets like Facebook have acknowledged they could have done more to curb groups that spread and acted on that misinformation.

    ", + "category": "Society & Culture", + "link": "https://www.engadget.com/oath-keepers-leader-charged-capitol-breach-211007516.html?src=rss", + "creator": "Jon Fingas", + "pubDate": "Thu, 13 Jan 2022 21:10:07 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "910f29604b9f921e051bdce7a3893c62", + "highlights": [] + }, + { + "title": "Google wants to work with government to secure open-source software", + "description": "

    Google has called on the US government to take a more proactive role in identifying and protecting open-source projects that are critical to internet security. In a blog post the company published following the White House’s Log4j vulnerability summit on Thursday, Kent Walker, president of global affairs and chief legal officer at Google and Alphabet, said the country needs a public-private partnership that will work to properly fund and staff the most essential open-source projects.

    “For too long, the software community has taken comfort in the assumption that open source software is generally secure due to its transparency and the assumption that ‘many eyes’ were watching to detect and resolve problems,” he said. “But in fact, while some projects do have many eyes on them, others have few or none at all.”

    According to Walker, the partnership would look at the influence and importance of a project to determine how critical it is to the wider ecosystem. Looking to the future, he says the industry needs new ways to identify software that may, down the line, pose a systemic risk to internet security.

    Walker said there’s also a need for more public and private funding, noting Google is ready to contribute to an organization that matches volunteers from companies like itself to critical projects that need the most support. “Open source software is a connective tissue for much of the online world — it deserves the same focus and funding we give to our roads and bridges,” he said.

    The importance of open-source software has been a topic of a lot of discussions following the discovery of the Log4Shell vulnerability. Log4j happens to be one of the most popular and widely used logging library, with services like Steam and iCloud depending on it. Security researcher Marcus Hutchins, who helped stop the spread of WannaCry, called the vulnerability “extremely bad” as it left millions of applications open to attack.

    ", + "content": "

    Google has called on the US government to take a more proactive role in identifying and protecting open-source projects that are critical to internet security. In a blog post the company published following the White House’s Log4j vulnerability summit on Thursday, Kent Walker, president of global affairs and chief legal officer at Google and Alphabet, said the country needs a public-private partnership that will work to properly fund and staff the most essential open-source projects.

    “For too long, the software community has taken comfort in the assumption that open source software is generally secure due to its transparency and the assumption that ‘many eyes’ were watching to detect and resolve problems,” he said. “But in fact, while some projects do have many eyes on them, others have few or none at all.”

    According to Walker, the partnership would look at the influence and importance of a project to determine how critical it is to the wider ecosystem. Looking to the future, he says the industry needs new ways to identify software that may, down the line, pose a systemic risk to internet security.

    Walker said there’s also a need for more public and private funding, noting Google is ready to contribute to an organization that matches volunteers from companies like itself to critical projects that need the most support. “Open source software is a connective tissue for much of the online world — it deserves the same focus and funding we give to our roads and bridges,” he said.

    The importance of open-source software has been a topic of a lot of discussions following the discovery of the Log4Shell vulnerability. Log4j happens to be one of the most popular and widely used logging library, with services like Steam and iCloud depending on it. Security researcher Marcus Hutchins, who helped stop the spread of WannaCry, called the vulnerability “extremely bad” as it left millions of applications open to attack.

    ", + "category": "site|engadget", + "link": "https://www.engadget.com/google-open-source-private-public-partnership-204840652.html?src=rss", + "creator": "Igor Bonifacic", + "pubDate": "Thu, 13 Jan 2022 20:48:40 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f4f912274e16d2d749ae6ca7b9b75354", + "highlights": [] + }, { "title": "'PUBG Mobile' maker sues copycat game and app stores that hosted it", "description": "

    When you're the progenitor of an entire gaming genre and holding the reigns of a billion dollar intellectual property, imitation, it turns out, is not the sincerest form of flattery. It's the sort of thing that gets you dragged into US federal court. And that's exactly what Krafton, maker of PUBG Mobile, is doing to Garena Online over accusations that the Singapore-based game developer has once again infringed its battle royale IP. What's more, Krafton has named Google and Apple in its complaint.

    This isn't the first time that Krafton has sued Garena Online. In 2017, Krafton filed suit in Singapore over the sale of Free Fire: Battlegrounds, Garena's suspiciously PUBG-like mobile shooter, but ended up settling that case. Now, Krafton is suing Garena again, over Free Fire again, but this time in US federal court.

    Krafton alleges that after settling in 2017, Garena immediately resumed selling Free Fire on both Google Play and the Apple App Store without entering into any sort of licencing agreement to use the litigated game content. Additionally, Garena started selling of another battle royale game of questionable copyright pedigree, Free Fire Max, this past September. As such, Krafton is suing Garena for copyright infringement claiming that “Garena has earned hundreds of millions of dollars from its global sales of the infringing apps," and holding both the Google and Apple marketplaces liable for damages for hosting the content. Krafton, which is headquartered in Seoul, South Korea, has not specified damages outside of a statutory $150,000 per infringement. 

    Copyright infringement claims like this are wildly common throughout the tech industry with legal departments constantly on the prowl for potential IP violations, be they intentional or not. For example, earlier this week, the App Store were inundated with knock-off and clones of the newly-minted hit mobile app, Wordle, prompting Apple to intercede and remove the offending iterations.     

    ", @@ -395511,6 +415531,28 @@ "hash": "ad0e40b497a4f16670001d81e96b45a8", "highlights": [] }, + { + "title": "Meta’s video speed-dating service is shutting down January 20th", + "description": "

    Meta’s New Product Experimentation (NPE) team is often quick to abandon apps that don’t find traction, and a video speed-dating service it has tested over the last nine months is next for the chopping block. The company told Sparked users the experiment will shut down on January 20th.

    “We started building Sparked in late 2020 to help people find love through an experience rooted in kindness. Since then, thanks to regular input and feedback from you, we improved where we could, learned a ton, and made connections between people,” Meta wrote in the email, which TechCrunch obtained. “Like many good ideas, some take off and others, like Sparked, must come to an end.”

    Users will be able to download their data before January 20th. After that date, Meta will wipe their Sparked accounts.

    Sparked was a blend of Chatroulette, the video chats other dating apps have introduced over the last few years and a speed dating event. At a predetermined time, users from a certain area or demographic would take part in dating events (there were a few global events too). They'd have four minutes to chat with a potential match, and if they both wanted to spend more time with each other, they could set up a second, 10-minute date and/or exchange contact details.

    Although users needed a Facebook account to use Sparked, the service was distinct from both Facebook and Facebook Dating. It had no public profiles, messaging or matching features, like swiping on Tinder.

    Meta initially described Sparked as a small beta test to learn about video dating, so it might not truly have intended for the service to blow up in popularity. Both Sparked and Facebook Dating added audio chat features last year.

    Sparked is joining a long list of NPE projects that Meta has shut down, including Pinterest-style app for hobbyists Hobbi, TikTok clone Lasso and selfie app MSQRD. A few NPE apps remain on the App Store in the US: TikTok-esque app for rappers called BARS, an app for couples called Tuned and collaborative music video app Collab. Meta said this week that Collab is also closing down on March 12th.

    ", + "content": "

    Meta’s New Product Experimentation (NPE) team is often quick to abandon apps that don’t find traction, and a video speed-dating service it has tested over the last nine months is next for the chopping block. The company told Sparked users the experiment will shut down on January 20th.

    “We started building Sparked in late 2020 to help people find love through an experience rooted in kindness. Since then, thanks to regular input and feedback from you, we improved where we could, learned a ton, and made connections between people,” Meta wrote in the email, which TechCrunch obtained. “Like many good ideas, some take off and others, like Sparked, must come to an end.”

    Users will be able to download their data before January 20th. After that date, Meta will wipe their Sparked accounts.

    Sparked was a blend of Chatroulette, the video chats other dating apps have introduced over the last few years and a speed dating event. At a predetermined time, users from a certain area or demographic would take part in dating events (there were a few global events too). They'd have four minutes to chat with a potential match, and if they both wanted to spend more time with each other, they could set up a second, 10-minute date and/or exchange contact details.

    Although users needed a Facebook account to use Sparked, the service was distinct from both Facebook and Facebook Dating. It had no public profiles, messaging or matching features, like swiping on Tinder.

    Meta initially described Sparked as a small beta test to learn about video dating, so it might not truly have intended for the service to blow up in popularity. Both Sparked and Facebook Dating added audio chat features last year.

    Sparked is joining a long list of NPE projects that Meta has shut down, including Pinterest-style app for hobbyists Hobbi, TikTok clone Lasso and selfie app MSQRD. A few NPE apps remain on the App Store in the US: TikTok-esque app for rappers called BARS, an app for couples called Tuned and collaborative music video app Collab. Meta said this week that Collab is also closing down on March 12th.

    ", + "category": "Software", + "link": "https://www.engadget.com/meta-facebook-video-speed-dating-sparked-shutting-down-collab-154126226.html?src=rss", + "creator": "Kris Holt", + "pubDate": "Fri, 14 Jan 2022 15:41:26 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b2002d27a3abecb45d2f7796254f283d", + "highlights": [] + }, { "title": "'Baby Shark' is the first YouTube video to reach 10 billion views", "description": "

    No, you still can't escape "Baby Shark." Billboardreports Pinkfong's so-catchy-it-hurts children's song has become the first video to reach 10 billion views on YouTube. And no one is likely to catch it any time soon — Luis Fonsi's "Despacito" video, which "Baby Shark" overtook as the most popular video in November 2020, has managed 'just' 7.7 billion views as of this writing.

    The 2016 tune's familiar (if very repetitive) hook is certainly part of its success, but it has also been helped by returning to popular culture over and over again. On top of celebrity covers from the likes of James Corden and Bebe Rexha, "Baby Shark" has also enjoyed a 2019 tour, a viral dance challenge, a spot in Just Dance 2020 and a Nickelodeon TV show that premiered in 2021. Simply put, Pinkfong has kept the track in the limelight where even breakout songs like "Despacito" have faded away.

    Interest isn't likely to cool off in the immediate future. Nickelodeon has not only renewed its "Baby Shark" show, but promised a feature-length movie. There's even an NFT collection if you're determined to merge two internet trends. It could take a long while before another video pulls ahead, even with K-pop megastars routinely breaking ground in other areas.

    ", @@ -395621,6 +415663,28 @@ "hash": "5e2556a2f270cf2d05b8e1b2e591b0b2", "highlights": [] }, + { + "title": "Meta's Spanish-language moderators have reportedly been working in unsafe conditions", + "description": "

    It’s no secret Meta employs contract laborers to do much of the hard work of enforcing its content moderation policies. And despite assisting one of the most valuable companies in the world, those workers have frequently complained of their jobs involving poor compensation and anxiety-inducing work. Some are now also saying they’re being treated worse than other workers.

    According to BuzzFeed News, Genpact, a Meta subcontractor that has previously been accused of fostering poor working conditions, has required the Spanish-language moderators out of its Richardson, Texas office to report for in-person work since April 2021. Those workers have had to put their health at risk against both the delta and omicron coronavirus variants while their English-language counterparts have been allowed to cycle through the office in three-month rotations.

    The news of the situation at Genpact comes just one week after workers at Accenture, another Meta subcontractor, successfully protested to force the company to scrap a requirement it had in place for hundreds of Facebook moderators to return to in-person work on January 24th.

    Contractors who spoke to BuzzFeed News claim Genpact also holds them to unreasonable standards. They say they’re expected to make moderation decisions in about a minute while maintaining an 85 percent accuracy rate. Complicating everything is the fact that Meta reportedly doesn’t disseminate guidelines on how to apply Facebook’s Community Standards in a language other than English, leaving those workers in a situation where they’re forced to first translate that guidance before applying it. 

    And there’s the scale of the problem the team has to tackle. Genpact’s Spanish-language moderation team is named after Mexico but in addition to moderating content posted by people living in the North American country, they’re also responsible for Facebook and Instagram posts from Spanish-speaking users in most Latin American countries as well. In Mexico alone, Facebook has more than 84 million users. By contrast, the Genpact Mexican market team consists of approximately 50 individuals.

    “We use the combination of technology and people to keep content that breaks our rules off of our platform, and while AI has made progress in this space, people are a key part of our safety efforts,” a Meta spokesperson told Engadget. “We know these jobs can be difficult, which is why we work closely with our partners to constantly evaluate how to best support these teams.”

    ", + "content": "

    It’s no secret Meta employs contract laborers to do much of the hard work of enforcing its content moderation policies. And despite assisting one of the most valuable companies in the world, those workers have frequently complained of their jobs involving poor compensation and anxiety-inducing work. Some are now also saying they’re being treated worse than other workers.

    According to BuzzFeed News, Genpact, a Meta subcontractor that has previously been accused of fostering poor working conditions, has required the Spanish-language moderators out of its Richardson, Texas office to report for in-person work since April 2021. Those workers have had to put their health at risk against both the delta and omicron coronavirus variants while their English-language counterparts have been allowed to cycle through the office in three-month rotations.

    The news of the situation at Genpact comes just one week after workers at Accenture, another Meta subcontractor, successfully protested to force the company to scrap a requirement it had in place for hundreds of Facebook moderators to return to in-person work on January 24th.

    Contractors who spoke to BuzzFeed News claim Genpact also holds them to unreasonable standards. They say they’re expected to make moderation decisions in about a minute while maintaining an 85 percent accuracy rate. Complicating everything is the fact that Meta reportedly doesn’t disseminate guidelines on how to apply Facebook’s Community Standards in a language other than English, leaving those workers in a situation where they’re forced to first translate that guidance before applying it. 

    And there’s the scale of the problem the team has to tackle. Genpact’s Spanish-language moderation team is named after Mexico but in addition to moderating content posted by people living in the North American country, they’re also responsible for Facebook and Instagram posts from Spanish-speaking users in most Latin American countries as well. In Mexico alone, Facebook has more than 84 million users. By contrast, the Genpact Mexican market team consists of approximately 50 individuals.

    “We use the combination of technology and people to keep content that breaks our rules off of our platform, and while AI has made progress in this space, people are a key part of our safety efforts,” a Meta spokesperson told Engadget. “We know these jobs can be difficult, which is why we work closely with our partners to constantly evaluate how to best support these teams.”

    ", + "category": "Personal Investing Ideas & Strategies", + "link": "https://www.engadget.com/meta-genpact-spanish-langauge-descrimination-001938677.html?src=rss", + "creator": "Igor Bonifacic", + "pubDate": "Fri, 14 Jan 2022 00:19:38 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "36aa78b4e42d5b132da7c717262fa70e", + "highlights": [] + }, { "title": "Sony A7 IV review: A powerhouse of a hybrid camera", "description": "

    Nearly four years after Sony released its highly successful A7 III hybrid full-frame mirrorless camera, it finally launched a follow up. The A7 IV brings a raft of new features and improvements like a higher-resolution 33-megapixel sensor, improved video specs and updated AI-powered autofocus. However, at $2,500 it’s also $500 more than the A7 III was at launch.

    A lot has changed over the years between the two models. Sony now has to contend with formidable rivals like Canon’s EOS R6 and the Nikon Z6 II. It itself has also released new high-end models like the A7S III, A7R IV and A1 loaded with the latest technology.

    With all that, I was of course curious to see how the A7 IV would stack up in a category it dominated for quite a few years. How does it measure up against rivals, particularly when it comes to video? How much new tech from the high-end models has made it to the mainstream A7 IV? And is it suitable for professional use? Let’s dive in and find out.

    Design and handling

    Sony’s A1, A7S III and A7R IV all had substantial body changes compared to their predecessors, and the A7 IV follows the same script. It has the same nice big grip, so you never feel you’re going to drop it, even with a big lens. However, it has picked up some heft and size, weighing in at 699 grams compared to 650 with the AIII. It’s 7mm thicker, too.

    It has similar controls to the A7 III, with the biggest difference being that the record button has moved from the back to an easier-to-access position on top. The buttons and dials also generally feel better and more precise, and the joystick is grippier and easier to use. It lacks certain dials compared to the far more expensive A1, like the shooting mode and autofocus dials. The lockable exposure compensation dial is the same, but lacks the graphics because it’s designed to be programmable.

    In one way, however, the A7 IV’s body is a step up from the A1. The rear touch display can fully articulate and not just tilt out, so it’s much more practical for low-angle shooting in portrait orientation. That also makes it far more useful as a vlogging camera.

    It has the same well-organized menu system as the A1 and A7S III, though some controls can be a bit tricky to find. As with any other modern camera then, it’s time well spent to set up the function menu, custom menus and manual controls to your liking. Overall, though, Sony’s menus are now among the best, and better organized than on Canon’s EOS R6, for example.

    \"Sony
    Steve Dent/Engadget

    The 3.69-million dot EVF is much clearer than the 2.68-million dot one one on the A7 and on par with similarly priced rivals. However, the rear display is smaller and has lower resolution than the one on the R6. That can make manual focus tricky, though the A7 IV has a new feature that can help there – more on that shortly.

    The A7 IV has a dual-slot card system that supports both SD UHS II and much faster CFexpress Type A cards. However, unlike the slots on the A1 and A7S III, it only has a single dual-slot, with the other being SD UHS II only. Type A CFexpress cards aren’t quite as fast as regular CFexpress cards, topping out at 800 MB/s compared to 1,700 MB/s. They're also only used in Sony cameras, so they’re relatively hard to find and quite expensive.

    Other features include a USB-C port that can power the camera during operation, along with a full-sized HDMI port, thank God. It uses Sony’s new NP-FZ100 battery that delivers up to 580 shots on a charge, or about 2 hours of 4K video shooting. Finally, the A7 IV can close its mechanical shutter when the camera is turned off, protecting it from dust when you change lenses. That’s a feature that first appeared on the EOS R, so thanks for starting that trend, Canon.

    Performance

    \"Sony
    Steve Dent/Engadget

    Sony’s mirrorless cameras are renowned for their autofocus speeds and AI smarts and the A7 IV is no exception. However, Sony made some compromises that affect performance.

    The new 33-megapixel sensor is back-side illuminated but not stacked like the sensor on the A1, so readout speeds are relatively slow. As a result, shooting speeds are 10 fps like the A7 III in either mechanical or electronic shutter modes for compressed RAW photos, and drop to 6 fps if you use lossless or uncompressed RAW, as many photographers prefer to do.

    That’s still impressive considering the resolution is up nearly 50 percent. By comparison though, the Sony A1 can shoot 50-megapixel photos in electronic mode at up to 30 fps, showing the speed benefits of a stacked sensor.

    While burst speeds aren’t improved, you can capture more photos at a time, up to 1,000 in the uncompressed RAW format. If you use CFexpress Type A cards from Sony or ProGrade, you can effectively shoot forever without filling the buffer.

    \"Sony
    Steve Dent/Engadget

    Another drawback with the A7 IV’s slow sensor readout speeds is rolling shutter. If you want to shoot silently in electronic mode, you’ll need to keep the camera steady and your subject can’t move quickly either. Otherwise, you’ll see slanted lines and other artifacts that can be bad enough to ruin shots. Using the crop mode helps a lot, but then you lose the benefits of a full-frame sensor.

    The A7 IV is Sony’s most advanced camera yet when it comes to autofocus. All of Sony’s new AI tricks add up to make it the easiest to use and most reliable camera I’ve ever tested in that regard.

    Unlike the A7 III, face, eye and body tracking works in all focus modes for animals, birds and people. Unless you turn it off, it’ll automatically pick up your subject’s eyes, face or body and track them even if they turn or disappear from frame.

    Whether you’re tracking sports, birds or cars, the tracking spot will stay tenaciously locked to your subject in most situations. All you have to do is touch the subject you want to track and the camera will take it from there.

    \"Sony
    Steve Dent/Engadget

    The A7 IV’s autofocus can easily keep up with the camera’s burst speeds for sports or bird shooting. But more importantly, the A7 IV consistently nails focus in other tricky situations, particularly with people. In some chaotic situations with lots of subjects and complex lighting, I ended up with very few unusable shots. Keep in mind that optimum focus performance requires Sony’s latest lenses, but it worked well with recent Sigma models as well.

    Focus is just one part of the equation. It consistently nailed auto-exposure and auto white balance in tricky situations with a mix of lighting. That worked well in a bar with a mix of studio and practical lights, or in front of the famous Paris department store animated windows with all kinds of colors of lights.

    In-body stabilization improves a half stop over the A7 III to 5.5 stops with compatible lenses, but neither comes close to Canon’s claimed 8 stops on the EOS R6. That’s somewhat balanced out by Sony’s superior high ISO performance, however. I was still able to get reasonably sharp shots down to a half second with some care.

    Photo Quality

    A big improvement with the A7 IV is with image quality. You’d expect more sharpness with the extra resolution, and it certainly delivers that. However, you might also think that the smaller pixels would make A7 IV worse in low light, but nope. In fact, through much of its ISO range, the A7 IV performs better even than Sony’s low-light champ, the A7S III.

    Images are clean and usable in most low-light situations right up to ISO 12,800, with plenty of detail even in underexposed shots. In fact, the A7 IV has the least noise I’ve ever seen in that ISO range. Correctly exposed photos are usable up to ISO 25,600, but noise becomes a serious issue after that.

    Sony has improved its color science with every new camera lately, and the A7 IV has perhaps its best setup yet. The green cast we’ve seen on earlier models is gone and colors are accurate right out of the camera and easier to balance in post than ever before.

    JPEGs look great straight out of the camera with a nice balance between detail and noise reduction. The 14-bit RAW images deliver up to 13 stops of dynamic range, giving you plenty of room to lift shadows and claw back highlights. Overall, Sony’s A7 IV delivers perhaps the best images of any of its cameras, with a great balance between detail, high ISO performance and color accuracy.

    \"Sony

    As a semi-pro hybrid camera, the A7 IV is aimed at enthusiasts but could easily serve as a second body for professional shooters who use Sony gear. To that end, I’ve enlisted the services of Samuel Dejours and Nathanael Charpentiers from Studio Nathsam in Gien, France, who do weddings, births, events and studio work.

    How is the handling on the a7 III from a pro standpoint?

    Samuel: First of all the handling is a lot better than the A7 III. What I liked a lot, which is a big change for Sony, is the fully articulating display. It’s especially useful in portrait mode when you’re shooting from ground level below the subject.

    What are the strong and weak points for events and studio use?

    Nat: In terms of the color accuracy, it’s really improved a lot, it’s great now.

    Samuel: A big issue for us is that the rolling shutter is pretty pronounced, which is a shame because it limits the use of the camera in silent mode for weddings and events.

    Nathanael: And if you use this camera it’s really required for certain things because the mechanical shutter is particularly loud.

    Could this serve as a professional camera for you?

    Yes, it could serve as a professional camera because it’s really versatile in terms of doing both photos and video. It lacks features available on the A1 and A9, but that’s normal because those cameras are in a completely different price category.

    Video

    \"Sony
    Samuel Dejours

    Finally we’re onto video, the one area where rival cameras have moved well beyond the A7 III. Fortunately the A7 IV has big improvements in that area too, along with one drawback.

    As before, it can shoot downsampled 4K video at up to 30p using the full width of the sensor, meaning video is extremely sharp. But now, it can capture that video at 4:2:2 10-bit with Sony’s S-Log, so it’s much easier to stretch and pull in post-production.

    And now you can shoot 4K at up to 60 fps, also with 10 bits of color depth. While it’s cropped, video is still downsampled from a 4.6K size, so it remains sharp. The A7 IV can’t handle 120 fps 4K like Canon’s EOS R6, but then again it doesn’t have the R6’s serious overheating issues either. If you need that frame rate, it’s only available up to 1080p. HDMI output is limited to 4K 25p at just 8 bits of color depth, unfortunately.

    With 13 stops of dynamic range in Sony’s S-Log3 mode, along with 10-bit 4:2:2 color and reasonably high bit rates up to 500 Mbps, image quality is superb and easy to control in post. The lack of noise at high ISO ranges is a huge plus, making the camera usable in a lot of low and tricky lighting situations.

    Eye AF and tracking now work in video mode, making it far more dependable for shooting interviews or action. As with photos, it’s extremely intuitive to use. You can tap a subject to track it, and it will automatically switch to eye or face tracking as needed.

    \"Sony

    There’s a new and cool video feature called lens breathing compensation. Normally, pulling focus from one subject to another causes a slight but distracting zoom – an issue that’s particularly problematic on Sony’s pricey GM lenses, as good as they are. The breathing compensation function introduces a slight digital zoom that counteracts any change in focal length when focusing on a new subject.

    Using the feature does cause a slight crop, and it only works with select, mostly expensive, Sony lenses. It’s a really nice feature though, and currently only found on the A7 IV.

    Sony has made manual focusing for video easier as well with Manual Focus Assist. It places blue and red colors over objects behind and in front of the focus plane, while objects in focus are clear. Once I got used to it, it was relatively easy to pull focus quickly and in the right direction. The color display is a bit blocky, though, so super precise adjustments can be a challenge.

    Image stabilization is very effective for video, particularly with active mode engaged. It works with 4K in both cropped 60p and uncropped 30p modes. However, rolling shutter can be pretty brutal in 30p mode with the full width of the sensor, and stabilization can sometimes make that worse (and unfixable). If you have a wide lens and can stick to the cropped mode with active stabilization, wobble is well controlled and not much worse than with the excellent A1.

    Wrap-up

    \"Sony
    Steve Dent/Engadget

    The A7 IV offers big improvements in resolution, AF tracking, video features and more, but forget about the spec sheet for a second. Sony’s largest achievement is that it created a mainstream camera that makes photography and video easier, thanks to AI smarts that can aid any photographer, no matter their skill.

    The biggest drawback is rolling shutter that might give you pause if you require a silent mode or want to shoot uncropped 4K video. Another issue is the $2,500 price that’s $500 more than the A7 III was at launch.

    Other hybrid cameras in that price range can’t quite measure up, though. Canon’s $2,500 20-megapixel EOS R6 is your best alternative, but the resolution is a big step down. Panasonic’s 24-megapixel S5 and Nikon’s Z6 II are other decent options, but lack the reliability and ease of use of the A7 IV. So once again, Sony rules the mainstream hybrid camera market and will probably do so for a while to come.

    ", @@ -417040,6 +437104,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": "Serious Security: Linux full-disk encryption bug fixed – patch now!", + "description": "Imagine if someone who didn't have your password could sneakily modify data that was encrypted with it.", + "content": "Imagine if someone who didn't have your password could sneakily modify data that was encrypted with it.", + "category": "Cryptography", + "link": "https://nakedsecurity.sophos.com/2022/01/14/serious-security-linux-full-disk-encryption-bug-fixed-patch-now/", + "creator": "Paul Ducklin", + "pubDate": "Fri, 14 Jan 2022 17:58:59 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Naked Security", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "adead7e0f3e9e9204aa099a595e786ab", + "highlights": [] + }, + { + "title": "REvil ransomware crew allegedly busted in Russia, says FSB", + "description": "The Russian Federal Security Bureau has just published a report about the investigation and arrest of the infamous \"REvil\" ransomware crew.", + "content": "The Russian Federal Security Bureau has just published a report about the investigation and arrest of the infamous \"REvil\" ransomware crew.", + "category": "Ransomware", + "link": "https://nakedsecurity.sophos.com/2022/01/14/revil-ransomware-crew-allegedly-busted-in-russia-says-fsb/", + "creator": "Naked Security writer", + "pubDate": "Fri, 14 Jan 2022 14:48:53 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Naked Security", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5fd0f45e3442c2c0aa29da17791fb5e6", + "highlights": [] + }, { "title": "S3 Ep65: Supply chain conniption, NetUSB hole, Honda flashback, FTC muscle [Podcast + Transcript]", "description": "Latest episode -listen to it or read it now!", @@ -417999,6 +438107,908 @@ "image": null, "description": "News for nerds, stuff that matters", "items": [ + { + "title": "California Judge Rules Google's Confidentiality Agreements Break the State's Labor Laws", + "description": "\"A California judge ruled this week that the confidentiality agreements Google requires its employees to sign are too broad and break the state's labor laws,\" reports the Washington Post, calling it \"a decision that could make it easier for workers at famously secret Big Tech firms to speak openly about their companies.\"\n\nA Google employee identified as John Doe argued that the broad nondisclosure agreement the company asked him to sign barred him from speaking about his job to other potential employers, amounting to a non-compete clause, which are illegal in California. In a Thursday ruling in California Superior Court, a judge agreed with the employee, while declining to make a judgment on other allegations that Google's agreements blocked whistleblowing and sharing information about wages with other workers. \n\nThe ruling marks the latest victory for labor advocates who have sought to force Big Tech companies to relax the stringent confidentiality policies that compel employees to stay quiet about every aspect of their jobs, even after they quit.... \n\nThe decision isn't final and could still be appealed by Google.... If Google doesn't appeal, or loses the appeal, it could have a real impact on how much power companies hold over employees, said Ramsey Hanafi, a partner with QH Law in San Francisco. \"It would mean most of these Big Tech companies would have to rewrite their agreements,\" Hanafi said. \"They all have this broad language that employees can't say anything about anything about their old companies....\" \n\nIn its opinion, the California Courts of Appeal affirmed the importance of the state's labor laws that go further than federal laws in protecting employees' rights to free speech. Those laws give workers in California the right to \"speak as they choose about their work lives,\" the court wrote. \"In sum, these statutes establish as a minimum employment standard an employee anti-gag rule....\" \n\nThe lawsuit was originally filed in 2016, the article points out, and has been responsible for exposing several internal Google documents (including one detailing a program where employees can report suspected leakers of Google information).

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "\"A California judge ruled this week that the confidentiality agreements Google requires its employees to sign are too broad and break the state's labor laws,\" reports the Washington Post, calling it \"a decision that could make it easier for workers at famously secret Big Tech firms to speak openly about their companies.\"\n\nA Google employee identified as John Doe argued that the broad nondisclosure agreement the company asked him to sign barred him from speaking about his job to other potential employers, amounting to a non-compete clause, which are illegal in California. In a Thursday ruling in California Superior Court, a judge agreed with the employee, while declining to make a judgment on other allegations that Google's agreements blocked whistleblowing and sharing information about wages with other workers. \n\nThe ruling marks the latest victory for labor advocates who have sought to force Big Tech companies to relax the stringent confidentiality policies that compel employees to stay quiet about every aspect of their jobs, even after they quit.... \n\nThe decision isn't final and could still be appealed by Google.... If Google doesn't appeal, or loses the appeal, it could have a real impact on how much power companies hold over employees, said Ramsey Hanafi, a partner with QH Law in San Francisco. \"It would mean most of these Big Tech companies would have to rewrite their agreements,\" Hanafi said. \"They all have this broad language that employees can't say anything about anything about their old companies....\" \n\nIn its opinion, the California Courts of Appeal affirmed the importance of the state's labor laws that go further than federal laws in protecting employees' rights to free speech. Those laws give workers in California the right to \"speak as they choose about their work lives,\" the court wrote. \"In sum, these statutes establish as a minimum employment standard an employee anti-gag rule....\" \n\nThe lawsuit was originally filed in 2016, the article points out, and has been responsible for exposing several internal Google documents (including one detailing a program where employees can report suspected leakers of Google information).

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://tech.slashdot.org/story/22/01/15/0350226/california-judge-rules-googles-confidentiality-agreements-break-the-states-labor-laws?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "EditorDavid", + "pubDate": "2022-01-15T17:34:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0450b68d27610a82d60d9769cad89670", + "highlights": [] + }, + { + "title": "Zuckerberg and Pichai Allegedly Signed Off On Illegal Facebook-Google Ad Deal", + "description": "BuzzFeed News reports:\n\nGoogle CEO Sundar Pichai and Facebook CEO Mark Zuckerberg personally signed off on a secret advertising deal that allegedly gave Facebook special privileges on Google's ad platform, according to newly unredacted court documents filed on Friday. \n\nThe allegation is from a complaint first filed in December 2020 by Texas and several other states against Google for engaging in \"false, deceptive, or misleading acts\" while operating its buy-and-sell auction system for digital ads. In the complaint, state attorneys general claim Google illegally teamed up with Facebook, its fiercest competitor in the digital advertising market, for a 2018 deal Google dubbed \"Jedi Blue\" in a reference to Star Wars. Prior to the alleged deal, Facebook appeared to threaten Google's dominance in the market by backing an ad-buying technique called \"header bidding.\" \"Google understood the severity of the threat to its position if Facebook were to enter the market and support header bidding,\" the complaint reads. \"To diffuse this threat, Google made overtures to Facebook.\" \n\nIn the end, Facebook backed off after Google agreed to give the social network \"information, speed, and other advantages\" in auctions run by Google, the complaint says. \n\nThe newly unredacted version of the complaint shows that the deal was allegedly struck at the highest levels of the companies, a noteworthy level of cooperation from two of the most powerful companies in the world.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "BuzzFeed News reports:\n\nGoogle CEO Sundar Pichai and Facebook CEO Mark Zuckerberg personally signed off on a secret advertising deal that allegedly gave Facebook special privileges on Google's ad platform, according to newly unredacted court documents filed on Friday. \n\nThe allegation is from a complaint first filed in December 2020 by Texas and several other states against Google for engaging in \"false, deceptive, or misleading acts\" while operating its buy-and-sell auction system for digital ads. In the complaint, state attorneys general claim Google illegally teamed up with Facebook, its fiercest competitor in the digital advertising market, for a 2018 deal Google dubbed \"Jedi Blue\" in a reference to Star Wars. Prior to the alleged deal, Facebook appeared to threaten Google's dominance in the market by backing an ad-buying technique called \"header bidding.\" \"Google understood the severity of the threat to its position if Facebook were to enter the market and support header bidding,\" the complaint reads. \"To diffuse this threat, Google made overtures to Facebook.\" \n\nIn the end, Facebook backed off after Google agreed to give the social network \"information, speed, and other advantages\" in auctions run by Google, the complaint says. \n\nThe newly unredacted version of the complaint shows that the deal was allegedly struck at the highest levels of the companies, a noteworthy level of cooperation from two of the most powerful companies in the world.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://tech.slashdot.org/story/22/01/15/1545215/zuckerberg-and-pichai-allegedly-signed-off-on-illegal-facebook-google-ad-deal?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "EditorDavid", + "pubDate": "2022-01-15T16:34:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "67719c0ac5bbc1c70c5b6077a0ad4cc7", + "highlights": [] + }, + { + "title": "Despite Cannabinoids Study, 'Odds Aren't Fantastic' It Will Ever Treat Covid", + "description": "While a recent study found that cannabinoids protected cells in a petri dish from SARS-CoV-2 infection, \"working in a petri dish is a relatively low bar for a drug to clear,\" Slate points out. \n\n\"The conventional wisdom in pharmaceutical sciences holds that, of every 10,000 drugs that shows potential effectiveness, only one will make it to market.\"\n\nDish experiments need to be followed up with animal studies, and then comes the rigorous gauntlet of human trials. And between cells and humans, there's a lot that can go wrong. In a dish, scientists can deliver a drug precisely to where it is needed, but it's difficult to know ahead of time how drugs will move through a body and whether they will reach their intended targets, such as the lungs and the upper respiratory tract. At this stage, it's impossible to know how CBDA and CBGA will fare, but the odds aren't fantastic. \n\nOther drugs that showed similar early promise for treating COVID have since failed spectacularly, harming users and sowing political discord in the process. Ivermectin, azithromycin, and hydroxychloroquine all fought coronavirus infection in cells, but we now know that they do nothing to prevent or treat COVID in humans. \n\nBut at least cannabinoids are largely safe; humans have been guinea pigs in their Phase 1 trial for millennia. \nAnother important caveat: even the researcher's study was only proposing cannabinoids \"as a complement to vaccines.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "While a recent study found that cannabinoids protected cells in a petri dish from SARS-CoV-2 infection, \"working in a petri dish is a relatively low bar for a drug to clear,\" Slate points out. \n\n\"The conventional wisdom in pharmaceutical sciences holds that, of every 10,000 drugs that shows potential effectiveness, only one will make it to market.\"\n\nDish experiments need to be followed up with animal studies, and then comes the rigorous gauntlet of human trials. And between cells and humans, there's a lot that can go wrong. In a dish, scientists can deliver a drug precisely to where it is needed, but it's difficult to know ahead of time how drugs will move through a body and whether they will reach their intended targets, such as the lungs and the upper respiratory tract. At this stage, it's impossible to know how CBDA and CBGA will fare, but the odds aren't fantastic. \n\nOther drugs that showed similar early promise for treating COVID have since failed spectacularly, harming users and sowing political discord in the process. Ivermectin, azithromycin, and hydroxychloroquine all fought coronavirus infection in cells, but we now know that they do nothing to prevent or treat COVID in humans. \n\nBut at least cannabinoids are largely safe; humans have been guinea pigs in their Phase 1 trial for millennia. \nAnother important caveat: even the researcher's study was only proposing cannabinoids \"as a complement to vaccines.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://science.slashdot.org/story/22/01/15/0140252/despite-cannabinoids-study-odds-arent-fantastic-it-will-ever-treat-covid?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "EditorDavid", + "pubDate": "2022-01-15T15:34:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1006c34184b2e3e862842a45dbfe4885", + "highlights": [] + }, + { + "title": "New Study of 1980s Mars Meteorite Debunks Proof of Ancient Life On Planet", + "description": "An anonymous reader quotes a report from The Guardian: A four billion-year-old meteorite from Mars that caused a splash here on Earth decades ago contains no evidence of ancient, primitive Martian life after all, scientists have said. In 1996, a NASA-led team announced that organic compounds in the rock appeared to have been left by living creatures. Other scientists were skeptical and researchers chipped away at that premise over the decades, most recently by a team led by the Carnegie Institution for Science's Andrew Steele. Tiny samples from the meteorite show the carbon-rich compounds are actually the result of water -- most likely salty or briny water -- flowing over the rock for a prolonged period, Steele said. The findings appear in the Science journal.\n \nDuring Mars' wet and early past, at least two impacts occurred near the rock, heating the planet's surrounding surface, before a third impact bounced it off the red planet and into space millions of years ago. The 4lb (2kg) rock was found in Antarctica in 1984. Groundwater moving through the cracks in the rock, while it was still on Mars, formed the tiny globs of carbon that are present, according to the researchers. The same thing can happen on Earth and could help explain the presence of methane in Mars' atmosphere, they said. But two scientists who took part in the original study took issue with these latest findings, calling them \"disappointing.\" In a shared email, they said they stand by their 1996 observations. \"While the data presented incrementally adds to our knowledge of (the meteorite), the interpretation is hardly novel, nor is it supported by the research,\" wrote Kathie Thomas-Keprta and Simon Clemett, astromaterial researchers at NASA's Johnson Space Center in Houston. \"Unsupported speculation does nothing to resolve the conundrum surrounding the origin of organic matter\" in the meteorite, they added.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "An anonymous reader quotes a report from The Guardian: A four billion-year-old meteorite from Mars that caused a splash here on Earth decades ago contains no evidence of ancient, primitive Martian life after all, scientists have said. In 1996, a NASA-led team announced that organic compounds in the rock appeared to have been left by living creatures. Other scientists were skeptical and researchers chipped away at that premise over the decades, most recently by a team led by the Carnegie Institution for Science's Andrew Steele. Tiny samples from the meteorite show the carbon-rich compounds are actually the result of water -- most likely salty or briny water -- flowing over the rock for a prolonged period, Steele said. The findings appear in the Science journal.\n \nDuring Mars' wet and early past, at least two impacts occurred near the rock, heating the planet's surrounding surface, before a third impact bounced it off the red planet and into space millions of years ago. The 4lb (2kg) rock was found in Antarctica in 1984. Groundwater moving through the cracks in the rock, while it was still on Mars, formed the tiny globs of carbon that are present, according to the researchers. The same thing can happen on Earth and could help explain the presence of methane in Mars' atmosphere, they said. But two scientists who took part in the original study took issue with these latest findings, calling them \"disappointing.\" In a shared email, they said they stand by their 1996 observations. \"While the data presented incrementally adds to our knowledge of (the meteorite), the interpretation is hardly novel, nor is it supported by the research,\" wrote Kathie Thomas-Keprta and Simon Clemett, astromaterial researchers at NASA's Johnson Space Center in Houston. \"Unsupported speculation does nothing to resolve the conundrum surrounding the origin of organic matter\" in the meteorite, they added.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://science.slashdot.org/story/22/01/14/2335258/new-study-of-1980s-mars-meteorite-debunks-proof-of-ancient-life-on-planet?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-15T13:00:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6532911807969367470ab4e8b4264045", + "highlights": [] + }, + { + "title": "Nvidia's AI-Powered Scaling Makes Old Games Look Better Without a Huge Performance Hit", + "description": "Nvidia's latest game-ready driver includes a tool that could let you improve the image quality of games that your graphics card can easily run, alongside optimizations for the new God of War PC port. The Verge reports: The tech is called Deep Learning Dynamic Super Resolution, or DLDSR, and Nvidia says you can use it to make \"most games\" look sharper by running them at a higher resolution than your monitor natively supports. DLDSR builds on Nvidia's Dynamic Super Resolution tech, which has been around for years. Essentially, regular old DSR renders a game at a higher resolution than your monitor can handle and then downscales it to your monitor's native resolution. This leads to an image with better sharpness but usually comes with a dip in performance (you are asking your GPU to do more work, after all). So, for instance, if you had a graphics card capable of running a game at 4K but only had a 1440p monitor, you could use DSR to get a boost in clarity.\n \nDLDSR takes the same concept and incorporates AI that can also work to enhance the image. According to Nvidia, this means you can upscale less (and therefore lose less performance) while still getting similar image quality improvements. In real numbers, Nvidia claims you'll get image quality similar to running at four times the resolution using DSR with only 2.25 times the resolution with DLDSR. Nvidia gives an example using 2017's Prey: Digital Deluxe running on a 1080p monitor: 4x DSR runs at 108 FPS, while 2.25x DLDSR is getting 143 FPS, only two frames per second slower than running at native 1080p.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Nvidia's latest game-ready driver includes a tool that could let you improve the image quality of games that your graphics card can easily run, alongside optimizations for the new God of War PC port. The Verge reports: The tech is called Deep Learning Dynamic Super Resolution, or DLDSR, and Nvidia says you can use it to make \"most games\" look sharper by running them at a higher resolution than your monitor natively supports. DLDSR builds on Nvidia's Dynamic Super Resolution tech, which has been around for years. Essentially, regular old DSR renders a game at a higher resolution than your monitor can handle and then downscales it to your monitor's native resolution. This leads to an image with better sharpness but usually comes with a dip in performance (you are asking your GPU to do more work, after all). So, for instance, if you had a graphics card capable of running a game at 4K but only had a 1440p monitor, you could use DSR to get a boost in clarity.\n \nDLDSR takes the same concept and incorporates AI that can also work to enhance the image. According to Nvidia, this means you can upscale less (and therefore lose less performance) while still getting similar image quality improvements. In real numbers, Nvidia claims you'll get image quality similar to running at four times the resolution using DSR with only 2.25 times the resolution with DLDSR. Nvidia gives an example using 2017's Prey: Digital Deluxe running on a 1080p monitor: 4x DSR runs at 108 FPS, while 2.25x DLDSR is getting 143 FPS, only two frames per second slower than running at native 1080p.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://games.slashdot.org/story/22/01/14/2328239/nvidias-ai-powered-scaling-makes-old-games-look-better-without-a-huge-performance-hit?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-15T10:00:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f15221d2afc74fc9e9d650e1f7e25672", + "highlights": [] + }, + { + "title": "Space Anemia Is Tied To Being In the Void and Can Stick Around Awhile", + "description": "fahrbot-bot shares a report from Ars Technica: Space isn't easy on humans. Some aspects are avoidable -- the vacuum, of course, and the cold, as well as some of the radiation. Astronauts can also lose bone density, thanks to a lack of gravity. NASA has even created a fun acronym for the issues: RIDGE, which stands for space radiation, isolation and confinement, distance from Earth, gravity fields, and hostile and closed environments. New research adds to the worries by describing how being in space destroys your blood. Or rather, something about space -- and we don't know what just yet -- causes the human body to perform hemolysis at a higher rate than back on Earth.\n \nThis phenomenon, called space anemia, has been well-studied. It's part of a suite of problems that astronauts face when they come back to terra firma, which is how Guy Trudel -- one of the paper's authors and a specialist in physical medicine and rehabilitation at The Ottawa Hospital -- got involved. \"[W]hen the astronauts return from space, they are very much like the patients we admit in rehab,\" he told Ars. Space anemia had been viewed as an adaptation to shifting fluids in the astronauts' upper bodies when they first arrive in space. They rapidly lose 10 percent of the liquid in their blood vessels, and it was expected that their bodies destroyed a matching 10 percent of red blood cells to get things back into balance. People also suspected that things went back to normal after 10 days. Trudel and his team found, however, that the hemolysis was a primary response to being in space. \"Our results were a bit of a surprise,\" he said. [...]\n \nTrudel's team isn't sure exactly why being in space would cause the human body to destroy blood cells at this faster rate. There are some potential culprits, however. Hemolysis can happen in four different parts of the body: the bone marrow (where red blood cells are made), the blood vessels, the liver, or the spleen. From this list, Trudel suspects that the bone marrow or the spleen are the most likely problem areas, and his team has plans to investigate the issue further in the future. \"What causes the anemia is the hemolysis, but what causes the hemolysis is the next step,\" he said. It's also uncertain how long a person in space can continue to destroy 54 percent more red blood cells than their Earth-bound kin. \"We don't have data beyond six months. There's a knowledge gap for longer missions, for one-year missions, or missions to the Moon or Mars or other bodies,\" he said.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "fahrbot-bot shares a report from Ars Technica: Space isn't easy on humans. Some aspects are avoidable -- the vacuum, of course, and the cold, as well as some of the radiation. Astronauts can also lose bone density, thanks to a lack of gravity. NASA has even created a fun acronym for the issues: RIDGE, which stands for space radiation, isolation and confinement, distance from Earth, gravity fields, and hostile and closed environments. New research adds to the worries by describing how being in space destroys your blood. Or rather, something about space -- and we don't know what just yet -- causes the human body to perform hemolysis at a higher rate than back on Earth.\n \nThis phenomenon, called space anemia, has been well-studied. It's part of a suite of problems that astronauts face when they come back to terra firma, which is how Guy Trudel -- one of the paper's authors and a specialist in physical medicine and rehabilitation at The Ottawa Hospital -- got involved. \"[W]hen the astronauts return from space, they are very much like the patients we admit in rehab,\" he told Ars. Space anemia had been viewed as an adaptation to shifting fluids in the astronauts' upper bodies when they first arrive in space. They rapidly lose 10 percent of the liquid in their blood vessels, and it was expected that their bodies destroyed a matching 10 percent of red blood cells to get things back into balance. People also suspected that things went back to normal after 10 days. Trudel and his team found, however, that the hemolysis was a primary response to being in space. \"Our results were a bit of a surprise,\" he said. [...]\n \nTrudel's team isn't sure exactly why being in space would cause the human body to destroy blood cells at this faster rate. There are some potential culprits, however. Hemolysis can happen in four different parts of the body: the bone marrow (where red blood cells are made), the blood vessels, the liver, or the spleen. From this list, Trudel suspects that the bone marrow or the spleen are the most likely problem areas, and his team has plans to investigate the issue further in the future. \"What causes the anemia is the hemolysis, but what causes the hemolysis is the next step,\" he said. It's also uncertain how long a person in space can continue to destroy 54 percent more red blood cells than their Earth-bound kin. \"We don't have data beyond six months. There's a knowledge gap for longer missions, for one-year missions, or missions to the Moon or Mars or other bodies,\" he said.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://science.slashdot.org/story/22/01/14/2321216/space-anemia-is-tied-to-being-in-the-void-and-can-stick-around-awhile?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-15T07:00:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e810dc757eb2fbf338209bc24a56bf7a", + "highlights": [] + }, + { + "title": "The Kunga Is the Oldest Known Hybrid Bred By Humans", + "description": "An anonymous reader quotes a report from ScienceNews: Meet the kunga, the earliest known hybrid animal bred by people. The ancient equine from Syro-Mesopotamia existed around 4,500 years ago and was a cross between a donkey and a hemippe, a type of Asiatic wild ass, researchers report January 14 in Science Advances. Horses didn't appear in this region of Asia until 4,000 years ago, centuries after their domestication in Russia. But dozens of equine skeletons were excavated in the early 2000s from a royal burial complex dating back to 2600 B.C. at Umm el-Marra in northern Syria. The animals, whose physical features didn't match any known equine species, appear to be \"kungas\" -- horselike animals seen in artwork and referenced in clay tablets predating horses by centuries.\n \n\"They were highly valued, very expensive,\" says paleogeneticist Eva-Maria Geigl of Institut Jacques Monod in Paris. Geigl and her colleagues analyzed a kunga's genome, or genetic instruction book, and compared it with those of horses, donkeys and Asiatic wild asses, including the hemippe (Equus hemionus hemippus), which has been extinct since 1929. The kunga's mother was a donkey and its father a hemippe, making it the oldest evidence of humans creating hybrid animals. A mule from 1000 B.C. in Anatolia reported by the same research group in 2020 is the next oldest hybrid. Geigl thinks kungas were created for warfare, as they could pull wagons. Coaxing donkeys into dangerous situations is hard, she says, and no Asiatic wild ass can be tamed. But a hybrid might have had the characteristics people sought.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "An anonymous reader quotes a report from ScienceNews: Meet the kunga, the earliest known hybrid animal bred by people. The ancient equine from Syro-Mesopotamia existed around 4,500 years ago and was a cross between a donkey and a hemippe, a type of Asiatic wild ass, researchers report January 14 in Science Advances. Horses didn't appear in this region of Asia until 4,000 years ago, centuries after their domestication in Russia. But dozens of equine skeletons were excavated in the early 2000s from a royal burial complex dating back to 2600 B.C. at Umm el-Marra in northern Syria. The animals, whose physical features didn't match any known equine species, appear to be \"kungas\" -- horselike animals seen in artwork and referenced in clay tablets predating horses by centuries.\n \n\"They were highly valued, very expensive,\" says paleogeneticist Eva-Maria Geigl of Institut Jacques Monod in Paris. Geigl and her colleagues analyzed a kunga's genome, or genetic instruction book, and compared it with those of horses, donkeys and Asiatic wild asses, including the hemippe (Equus hemionus hemippus), which has been extinct since 1929. The kunga's mother was a donkey and its father a hemippe, making it the oldest evidence of humans creating hybrid animals. A mule from 1000 B.C. in Anatolia reported by the same research group in 2020 is the next oldest hybrid. Geigl thinks kungas were created for warfare, as they could pull wagons. Coaxing donkeys into dangerous situations is hard, she says, and no Asiatic wild ass can be tamed. But a hybrid might have had the characteristics people sought.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://science.slashdot.org/story/22/01/14/2311206/the-kunga-is-the-oldest-known-hybrid-bred-by-humans?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-15T03:30:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cfb2b9a2b916608761f6f389aac5e1bc", + "highlights": [] + }, + { + "title": "FedEx Asks FAA To Let It Install Anti-Missile Lasers On Its Cargo Planes", + "description": "With the right military equipment, a single person can target a plane from three miles away using a heat-seeking missile. While such a nightmare is a rare occurrence, FedEx has applied to the FAA seeking approval to install a laser-based, anti-missile defense system on its cargo planes as an added safety measure. Gizmodo reports: FedEx's request to the Federal Aviation Administration, filed on Jan. 4, didn't come completely out of left field, however. In 2008, the company worked with Northrop Grumman to test its anti-missile laser-based defense systems on 12 of the shipping company's cargo planes for over a year. At the time, Northrop Grumman announced that its \"system is ready to be deployed on civilian aircraft,\" although no commercial orders had been placed at the time, according to a company spokesperson. That may have changed, however.\n \nFedEx's application to the FAA (PDF) to allow it to install and use anti-missile systems on its Airbus Model A321-200 cargo planes doesn't specifically mention Northrop Grumman's hardware, so the shipping company could now be working with another company, but the proposed hardware is basically the same as what was tested back in 2008. In the application document (PDF), which is \"scheduled to be published in the Federal Register on Jan. 18,\" FedEx cites \"several incidents abroad\" where \"civilian aircraft were fired upon by man-portable air defense systems\" which are nearly impossible to detect given their range of operation, but undoubtedly a serious threat when operating aircraft in some parts of the world.\n \nThe biggest problem with FedEx's application seems to be that the FAA's \"design standards for transport category airplanes did not envisage that a design feature could project infrared laser energy outside the airplane\" and that the \"FAA's design standards are inadequate to address this capability.\" As a result, the defense system is being considered a \"novel or unusual design feature\" and as such will be subjected to several special safety regulations given how dangerous intense infrared light can be to the skin and eyes of \"persons on the aircraft, on the ground, and on other aircraft.\" These regulations will include the ability to completely disable the system while the airplane is on the ground to prevent \"inadvertent operation,\" a design that prevents inflight use from ever damaging the aircraft itself or risking the safety of the crew and passengers, even in the event of a system failure or accidental operation. They also require extensive markings, labels, warnings, and documentation for everyone from maintenance staff to ground crew, to pilots, warning them of the laser's class and risks, including an addendum to the flight manual explaining the complete use of the system.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "With the right military equipment, a single person can target a plane from three miles away using a heat-seeking missile. While such a nightmare is a rare occurrence, FedEx has applied to the FAA seeking approval to install a laser-based, anti-missile defense system on its cargo planes as an added safety measure. Gizmodo reports: FedEx's request to the Federal Aviation Administration, filed on Jan. 4, didn't come completely out of left field, however. In 2008, the company worked with Northrop Grumman to test its anti-missile laser-based defense systems on 12 of the shipping company's cargo planes for over a year. At the time, Northrop Grumman announced that its \"system is ready to be deployed on civilian aircraft,\" although no commercial orders had been placed at the time, according to a company spokesperson. That may have changed, however.\n \nFedEx's application to the FAA (PDF) to allow it to install and use anti-missile systems on its Airbus Model A321-200 cargo planes doesn't specifically mention Northrop Grumman's hardware, so the shipping company could now be working with another company, but the proposed hardware is basically the same as what was tested back in 2008. In the application document (PDF), which is \"scheduled to be published in the Federal Register on Jan. 18,\" FedEx cites \"several incidents abroad\" where \"civilian aircraft were fired upon by man-portable air defense systems\" which are nearly impossible to detect given their range of operation, but undoubtedly a serious threat when operating aircraft in some parts of the world.\n \nThe biggest problem with FedEx's application seems to be that the FAA's \"design standards for transport category airplanes did not envisage that a design feature could project infrared laser energy outside the airplane\" and that the \"FAA's design standards are inadequate to address this capability.\" As a result, the defense system is being considered a \"novel or unusual design feature\" and as such will be subjected to several special safety regulations given how dangerous intense infrared light can be to the skin and eyes of \"persons on the aircraft, on the ground, and on other aircraft.\" These regulations will include the ability to completely disable the system while the airplane is on the ground to prevent \"inadvertent operation,\" a design that prevents inflight use from ever damaging the aircraft itself or risking the safety of the crew and passengers, even in the event of a system failure or accidental operation. They also require extensive markings, labels, warnings, and documentation for everyone from maintenance staff to ground crew, to pilots, warning them of the laser's class and risks, including an addendum to the flight manual explaining the complete use of the system.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://tech.slashdot.org/story/22/01/14/2256243/fedex-asks-faa-to-let-it-install-anti-missile-lasers-on-its-cargo-planes?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-15T02:02:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cb4dc5a946a1429474f0edd45a81ec40", + "highlights": [] + }, + { + "title": "Germany To Dedicate 2% Of Its Land To Wind Power Development", + "description": "The new German government is proposing a bold new initiative to dramatically increase onshore wind power in the country by 2030. \"If successful, the plan would add up to 10 gigawatts of new onshore wind capacity every year for the rest of the decade,\" reports CleanTechnica. \"In total, 2% of Germany's land area will be set aside for wind energy generation. [T]he German government also plans to increase its offshore wind target to 30 GW by 2030.\" From the report: During a press conference, [the nation's new Green Minister for Economics and Climate, Robert Habeck] made it clear that wind energy, particularly onshore wind, will remain the most important source of electricity in Germany and is the key to further emission reductions, according to WindEurope. \"The Energiewende is roaring again. Germany wants a huge expansion of onshore wind. And the Government fully understands that that requires faster permitting of new wind farms -- and they intend to deliver this ASAP with a dedicated new 'Onshore Wind Law.' Today's announcements mark the comeback of German leadership on renewables -- fantastisch!\" says WindEurope CEO Giles Dickson.\n \nHabeck intends to remove restraints on onshore wind development caused by concerns about radar installations for civilian and military aviation. He estimates the government plan could free up 4 to 5 GW of new wind projects currently blocked by aviation radar, and an additional 4 GW currently blocked by the military. Support for renewable energies will be paid from the state budget, reducing the burden on low income households and small businesses. The package is also said to define the energy transition as a 'matter of public interest' in order to prioritize wind energy projects over other forms of land use -- an important precondition to streamlining the permit process and finding new sites for wind energy projects.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "The new German government is proposing a bold new initiative to dramatically increase onshore wind power in the country by 2030. \"If successful, the plan would add up to 10 gigawatts of new onshore wind capacity every year for the rest of the decade,\" reports CleanTechnica. \"In total, 2% of Germany's land area will be set aside for wind energy generation. [T]he German government also plans to increase its offshore wind target to 30 GW by 2030.\" From the report: During a press conference, [the nation's new Green Minister for Economics and Climate, Robert Habeck] made it clear that wind energy, particularly onshore wind, will remain the most important source of electricity in Germany and is the key to further emission reductions, according to WindEurope. \"The Energiewende is roaring again. Germany wants a huge expansion of onshore wind. And the Government fully understands that that requires faster permitting of new wind farms -- and they intend to deliver this ASAP with a dedicated new 'Onshore Wind Law.' Today's announcements mark the comeback of German leadership on renewables -- fantastisch!\" says WindEurope CEO Giles Dickson.\n \nHabeck intends to remove restraints on onshore wind development caused by concerns about radar installations for civilian and military aviation. He estimates the government plan could free up 4 to 5 GW of new wind projects currently blocked by aviation radar, and an additional 4 GW currently blocked by the military. Support for renewable energies will be paid from the state budget, reducing the burden on low income households and small businesses. The package is also said to define the energy transition as a 'matter of public interest' in order to prioritize wind energy projects over other forms of land use -- an important precondition to streamlining the permit process and finding new sites for wind energy projects.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://hardware.slashdot.org/story/22/01/14/237207/germany-to-dedicate-2-of-its-land-to-wind-power-development?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-15T01:44:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c4fc41eddaa53f3820dff649d2c0141d", + "highlights": [] + }, + { + "title": "Germany's Security Watchdog Finds No Evidence of Censorship In Xiaomi Phones", + "description": "Germany's federal cybersecurity watchdog, the BSI, did not find any evidence of censorship functions in mobile phones manufactured by China's Xiaomi, a spokesperson said on Thursday. Reuters reports: Lithuania's state cybersecurity body had said in September that Xiaomi phones had a built-in ability to detect and censor terms such as \"Free Tibet,\" \"Long live Taiwan independence\" or \"democracy movement.\" The BSI started an examination following these accusations, which lasted several months. \"As a result, the BSI was unable to identify any anomalies that would require further investigation or other measures,\" the BSI spokesperson said.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Germany's federal cybersecurity watchdog, the BSI, did not find any evidence of censorship functions in mobile phones manufactured by China's Xiaomi, a spokesperson said on Thursday. Reuters reports: Lithuania's state cybersecurity body had said in September that Xiaomi phones had a built-in ability to detect and censor terms such as \"Free Tibet,\" \"Long live Taiwan independence\" or \"democracy movement.\" The BSI started an examination following these accusations, which lasted several months. \"As a result, the BSI was unable to identify any anomalies that would require further investigation or other measures,\" the BSI spokesperson said.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://yro.slashdot.org/story/22/01/14/2251231/germanys-security-watchdog-finds-no-evidence-of-censorship-in-xiaomi-phones?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-15T01:25:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ffb93be64f0120adad00fdc9404cea3c", + "highlights": [] + }, + { + "title": "Tesla Expands Gigafactory Nevada Solar Array Toward Goal To Become World's Biggest", + "description": "An anonymous reader quotes a report from Electrek: New satellite images show that Tesla significantly expanded its rooftop solar array at Gigafactory Nevada as it aims for it to become the world's biggest. In 2017, Tesla announced plans for a giant 70 MW rooftop array at Gigafactory Nevada, which would be the largest in the world by a wide margin. The project has been lagging for a long time. Tesla finally started construction of the solar array in 2018 and expanded on it throughout the next few years, but it has never grown near the size Tesla has been talking about. Last summer, the automaker said that it had deployed 3.2 MW at the site. At the time, Tesla also changed its goal to deploy 24 MW instead of 70 MW on the rooftop of the factory, which itself is now smaller than originally planned. The company said that it believes this would still be enough to be the largest rooftop deployment of solar power. To be fair, there are much bigger solar farms than 24 MW out there, but Tesla is specifically talking about rooftop solar arrays and not ground-mounted installations.\n \nNow a few months later, it looks like Tesla has made a lot of progress with several more MW of solar power deployed at Gigafactory Nevada based on new satellite images. The image on the left is from September 2021 and the one on the right is from yesterday, January 12 (via Building Tesla). It's hard to determine exactly how much capacity Tesla deployed, but it looks like a significant increase over the last few months. As for the factory itself, it has been expanding in size for a long time. The factory has been producing a lot of battery cells, packs, and drivetrains for Tesla, but the giant structure has been stuck at ~30% completion for the past four years.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "An anonymous reader quotes a report from Electrek: New satellite images show that Tesla significantly expanded its rooftop solar array at Gigafactory Nevada as it aims for it to become the world's biggest. In 2017, Tesla announced plans for a giant 70 MW rooftop array at Gigafactory Nevada, which would be the largest in the world by a wide margin. The project has been lagging for a long time. Tesla finally started construction of the solar array in 2018 and expanded on it throughout the next few years, but it has never grown near the size Tesla has been talking about. Last summer, the automaker said that it had deployed 3.2 MW at the site. At the time, Tesla also changed its goal to deploy 24 MW instead of 70 MW on the rooftop of the factory, which itself is now smaller than originally planned. The company said that it believes this would still be enough to be the largest rooftop deployment of solar power. To be fair, there are much bigger solar farms than 24 MW out there, but Tesla is specifically talking about rooftop solar arrays and not ground-mounted installations.\n \nNow a few months later, it looks like Tesla has made a lot of progress with several more MW of solar power deployed at Gigafactory Nevada based on new satellite images. The image on the left is from September 2021 and the one on the right is from yesterday, January 12 (via Building Tesla). It's hard to determine exactly how much capacity Tesla deployed, but it looks like a significant increase over the last few months. As for the factory itself, it has been expanding in size for a long time. The factory has been producing a lot of battery cells, packs, and drivetrains for Tesla, but the giant structure has been stuck at ~30% completion for the past four years.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://hardware.slashdot.org/story/22/01/14/2230221/tesla-expands-gigafactory-nevada-solar-array-toward-goal-to-become-worlds-biggest?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-15T00:45:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d3c72861c76e0afaf1a388ea5f6a0ae5", + "highlights": [] + }, + { + "title": "Meta's Oculus Unit Faces FTC-Led Probe of Competition Practices", + "description": "The U.S. Federal Trade Commission and multiple states are investigating Meta's virtual reality unit Oculus over potential anti-competitive practices. Bloomberg reports: The FTC and a group of states led by New York have quizzed outside developers that make Oculus apps in recent months as part of the inquiry, the people said. The officials have been scrutinizing how Meta, the world's largest social media company, may be using its market power in the VR space to stifle competition, said the people, who asked not to be identified because the matter isn't public. In interviews with several developers, the antitrust enforcers asked how the Oculus app store may be discriminating against third parties that sell apps that compete with Meta's own software. They were also curious about Meta's sales strategy for the Oculus VR headset and how the price of the company's device undercuts competitors. Meta sells the Oculus Quest 2 headset for $299, well below some models from HTC Corp. and others.\n \nThe FTC and states including New York, Tennessee and North Carolina began reaching out to developers concerned about Oculus-related antitrust issues last year, one of the people said. [...] Developers have complained that Meta uses its market power to thwart companies that offer competing games and services on Oculus. They allege the company copies the most promising ideas and makes it harder for some apps to work properly on the platform. [...] The antitrust scrutiny could complicate Meta's plans to build out what Chief Executive Officer Mark Zuckerberg calls the metaverse -- immersive digital worlds accessed through virtual and augmented reality-powered devices. Zuckerberg has said he thinks the devices will become the next major computing platform for human communication, after mobile phones, eventually replacing some in-person interactions.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "The U.S. Federal Trade Commission and multiple states are investigating Meta's virtual reality unit Oculus over potential anti-competitive practices. Bloomberg reports: The FTC and a group of states led by New York have quizzed outside developers that make Oculus apps in recent months as part of the inquiry, the people said. The officials have been scrutinizing how Meta, the world's largest social media company, may be using its market power in the VR space to stifle competition, said the people, who asked not to be identified because the matter isn't public. In interviews with several developers, the antitrust enforcers asked how the Oculus app store may be discriminating against third parties that sell apps that compete with Meta's own software. They were also curious about Meta's sales strategy for the Oculus VR headset and how the price of the company's device undercuts competitors. Meta sells the Oculus Quest 2 headset for $299, well below some models from HTC Corp. and others.\n \nThe FTC and states including New York, Tennessee and North Carolina began reaching out to developers concerned about Oculus-related antitrust issues last year, one of the people said. [...] Developers have complained that Meta uses its market power to thwart companies that offer competing games and services on Oculus. They allege the company copies the most promising ideas and makes it harder for some apps to work properly on the platform. [...] The antitrust scrutiny could complicate Meta's plans to build out what Chief Executive Officer Mark Zuckerberg calls the metaverse -- immersive digital worlds accessed through virtual and augmented reality-powered devices. Zuckerberg has said he thinks the devices will become the next major computing platform for human communication, after mobile phones, eventually replacing some in-person interactions.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://tech.slashdot.org/story/22/01/14/2223247/metas-oculus-unit-faces-ftc-led-probe-of-competition-practices?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-15T00:02:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cabd290c792104a0c5cadbede61822c2", + "highlights": [] + }, + { + "title": "John Deere Hit With Class Action Lawsuit for Alleged Tractor Repair Monopoly", + "description": "A class action lawsuit filed in Chicago has accused John Deere of running an illegal repair monopoly. Motherboard reports: The lawsuit alleged that John Deere has used software locks and restricted access to repair documentation and tools, making it very difficult for farmers to fix their own agricultural equipment, a problem that Motherboard has documented for years and that lawmakers, the FTC, and even the Biden administration have acknowledged. The lawsuit claims John Deere is violating antitrust rules and also alleges that Deere is illegally \"tying\" farmers to Deere-authorized service centers through arbitrary means.\n \n\"Farmers have traditionally had the ability to repair and maintain their own tractors as needed, or else have had the option to bring their tractors to an independent mechanic,\" the lawsuit said. \"However, in newer generations of its agricultural equipment, Deere has deliberately monopolized the market for repair and maintenance services of its agricultural equipment with Engine Control Units (ECUs) by making crucial software and repair tools inaccessible to farmers and independent repair shops.\"\n \nForest River Farms, a farming corporation in North Dakota, filed the recent antitrust lawsuit against John Deere, alleging that \"Deere's network of highly-consolidated independent dealerships is not permitted through their agreements with Deere to provide farmers or repair shops with access to the same software and repair tools the Dealerships have.\" \"As a result of shutting out farmers and independent repair shops from accessing the necessary resources for repairs, Deere and the Dealerships have cornered the Deere Repair Services Market in the United States for Deere-branded agricultural equipment controlled by ECUs and have derived supracompetitive profits from the sale of repair and maintenance services,\" the lawsuit, which repeatedly cites some of Motherboard's reporting on the issue, continues. [...] The lawsuit alleges that, though Deere has made some types of software and repair parts available to the public, they are \"insufficient to restore competition to the Deere repair services market,\" and notes that \"there are no legitimate reasons to restrict access to necessary repair tools.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "A class action lawsuit filed in Chicago has accused John Deere of running an illegal repair monopoly. Motherboard reports: The lawsuit alleged that John Deere has used software locks and restricted access to repair documentation and tools, making it very difficult for farmers to fix their own agricultural equipment, a problem that Motherboard has documented for years and that lawmakers, the FTC, and even the Biden administration have acknowledged. The lawsuit claims John Deere is violating antitrust rules and also alleges that Deere is illegally \"tying\" farmers to Deere-authorized service centers through arbitrary means.\n \n\"Farmers have traditionally had the ability to repair and maintain their own tractors as needed, or else have had the option to bring their tractors to an independent mechanic,\" the lawsuit said. \"However, in newer generations of its agricultural equipment, Deere has deliberately monopolized the market for repair and maintenance services of its agricultural equipment with Engine Control Units (ECUs) by making crucial software and repair tools inaccessible to farmers and independent repair shops.\"\n \nForest River Farms, a farming corporation in North Dakota, filed the recent antitrust lawsuit against John Deere, alleging that \"Deere's network of highly-consolidated independent dealerships is not permitted through their agreements with Deere to provide farmers or repair shops with access to the same software and repair tools the Dealerships have.\" \"As a result of shutting out farmers and independent repair shops from accessing the necessary resources for repairs, Deere and the Dealerships have cornered the Deere Repair Services Market in the United States for Deere-branded agricultural equipment controlled by ECUs and have derived supracompetitive profits from the sale of repair and maintenance services,\" the lawsuit, which repeatedly cites some of Motherboard's reporting on the issue, continues. [...] The lawsuit alleges that, though Deere has made some types of software and repair parts available to the public, they are \"insufficient to restore competition to the Deere repair services market,\" and notes that \"there are no legitimate reasons to restrict access to necessary repair tools.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://yro.slashdot.org/story/22/01/14/2218258/john-deere-hit-with-class-action-lawsuit-for-alleged-tractor-repair-monopoly?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-14T23:22:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0dbbd1eaa83dc941213495e37422b074", + "highlights": [] + }, + { + "title": "Humble Subscription Service Is Dumping Mac, Linux Access In 18 Days", + "description": "An anonymous reader quotes a report from Ars Technica: Humble, the bundle-centric games retailer that launched with expansive Mac and Linux support in 2010, will soon shift a major component of its business to Windows-only gaming. The retailer's monthly subscription service, Humble Choice, previously offered a number of price tiers; the more you paid, the more new games you could claim in a given month. Starting February 1, Humble Choice will include less choice, as it will only offer a single $12/month tier, complete with a few new game giveaways per month and ongoing access to two collections of games: Humble's existing \"Trove\" collection of classic games, and a brand-new \"Humble Games Collection\" of more modern titles.\n \nBut this shift in subscription strategy comes with a new, unfortunate requirement: an entirely new launcher app, which must be used to access and download Humble Trove and Humble Games Collection games going forward. Worse, this app will be Windows-only. Current subscribers have been given an abrupt countdown warning (as spotted by NeoWin). Those subscribers have until January 31 to use the existing website interface to download DRM-free copies of any games' Mac or Linux versions. Starting February 1, subscription-specific downloads will be taken off the site, and Mac and Linux versions in particular will disappear altogether. Interestingly, the current Trove library consists of 79 games, but Humble says that the Trove collection will include \"50+ games\" starting February 1. This week's warning to Humble's Mac and Linux subscribers notes that \"many\" of the current Trove games will appear on the Humble Launcher, which is likely a nice way of saying that some of the existing games will not -- perhaps around 20 or so, based on the aforementioned numbers. Despite these changes, Trove's selection of games will remain DRM-free. FAQs about the Humble Launcher suggest that subscribers can download Trove files and continue accessing them in DRM-free fashion, no Humble Launcher or ongoing subscription required. The same promise has not been made for the more modern game collection found in the new Humble Games Collection.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "An anonymous reader quotes a report from Ars Technica: Humble, the bundle-centric games retailer that launched with expansive Mac and Linux support in 2010, will soon shift a major component of its business to Windows-only gaming. The retailer's monthly subscription service, Humble Choice, previously offered a number of price tiers; the more you paid, the more new games you could claim in a given month. Starting February 1, Humble Choice will include less choice, as it will only offer a single $12/month tier, complete with a few new game giveaways per month and ongoing access to two collections of games: Humble's existing \"Trove\" collection of classic games, and a brand-new \"Humble Games Collection\" of more modern titles.\n \nBut this shift in subscription strategy comes with a new, unfortunate requirement: an entirely new launcher app, which must be used to access and download Humble Trove and Humble Games Collection games going forward. Worse, this app will be Windows-only. Current subscribers have been given an abrupt countdown warning (as spotted by NeoWin). Those subscribers have until January 31 to use the existing website interface to download DRM-free copies of any games' Mac or Linux versions. Starting February 1, subscription-specific downloads will be taken off the site, and Mac and Linux versions in particular will disappear altogether. Interestingly, the current Trove library consists of 79 games, but Humble says that the Trove collection will include \"50+ games\" starting February 1. This week's warning to Humble's Mac and Linux subscribers notes that \"many\" of the current Trove games will appear on the Humble Launcher, which is likely a nice way of saying that some of the existing games will not -- perhaps around 20 or so, based on the aforementioned numbers. Despite these changes, Trove's selection of games will remain DRM-free. FAQs about the Humble Launcher suggest that subscribers can download Trove files and continue accessing them in DRM-free fashion, no Humble Launcher or ongoing subscription required. The same promise has not been made for the more modern game collection found in the new Humble Games Collection.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://games.slashdot.org/story/22/01/14/225222/humble-subscription-service-is-dumping-mac-linux-access-in-18-days?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-14T22:45:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "44ace02ed1f0ae1433e5cde4999a13e0", + "highlights": [] + }, + { + "title": "People Building 'Blockchain City' in Wyoming Scammed by Hackers", + "description": "CityDAO -- the group that bought 40 acres of Wyoming in hopes of \"building a city on the Ethereum blockchain\" -- announced this week that its Discord server was hacked and members' funds were successfully stolen as a result. From a report: \"EMERGENCY NOTICE. A CityDAO Discord admin account has been hacked. THERE IS NO LAND DROP. DO NOT CONNECT YOUR WALLET,\" the project's Twitter account declared. CityDAO is a \"decentralized autonomous organization\" that hopes to collectively govern a blockchain city, offering citizenship and governance tokens in exchange for the purchase of a \"land NFT\" bestowing ownership rights to a plot of land. Like many other cryptocurrency, NFT, and DAO projects, CityDAO's community lives on Discord, a popular service chiefly designed for gamers but which has become an indispensable part of the crypto ecosystem. On Discord, CityDAO issues announcements, updates, answers questions, hosts a community, and issues alerts for \"land drops,\" or opportunities to buy NFTs that represent parcels of land. \n\nThe attack worked by compromising the Discord account of a moderator, a core-team member and early investor who goes by Lyons800. They detailed the angle of attack in a Twitter thread the following day. First, the attacker posted a doctored screenshot showing a conversation with Lyons800 in another Discord server, claiming that he was scamming people there. Lyons800 offered to prove it wasn't him and got on a voice call with the scammer, who convinced the moderator to let them inspect their console. From there, the scammer obtained Lyons800's Discord authentication token that let them hijack the account. In a tweet, Lyons800 described this as \"a ridiculous security breach from Discord.\" From here, the scammer launched a webhook attack to exploit CityDAO and BaconDAO -- a group that describes itself as an \"investors guild\" that educates its members -- where Lyons800 is a co-founder. Webhooks are best thought of as tools that connect Discord servers to other websites, and are often used to send automated messages and updates.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "CityDAO -- the group that bought 40 acres of Wyoming in hopes of \"building a city on the Ethereum blockchain\" -- announced this week that its Discord server was hacked and members' funds were successfully stolen as a result. From a report: \"EMERGENCY NOTICE. A CityDAO Discord admin account has been hacked. THERE IS NO LAND DROP. DO NOT CONNECT YOUR WALLET,\" the project's Twitter account declared. CityDAO is a \"decentralized autonomous organization\" that hopes to collectively govern a blockchain city, offering citizenship and governance tokens in exchange for the purchase of a \"land NFT\" bestowing ownership rights to a plot of land. Like many other cryptocurrency, NFT, and DAO projects, CityDAO's community lives on Discord, a popular service chiefly designed for gamers but which has become an indispensable part of the crypto ecosystem. On Discord, CityDAO issues announcements, updates, answers questions, hosts a community, and issues alerts for \"land drops,\" or opportunities to buy NFTs that represent parcels of land. \n\nThe attack worked by compromising the Discord account of a moderator, a core-team member and early investor who goes by Lyons800. They detailed the angle of attack in a Twitter thread the following day. First, the attacker posted a doctored screenshot showing a conversation with Lyons800 in another Discord server, claiming that he was scamming people there. Lyons800 offered to prove it wasn't him and got on a voice call with the scammer, who convinced the moderator to let them inspect their console. From there, the scammer obtained Lyons800's Discord authentication token that let them hijack the account. In a tweet, Lyons800 described this as \"a ridiculous security breach from Discord.\" From here, the scammer launched a webhook attack to exploit CityDAO and BaconDAO -- a group that describes itself as an \"investors guild\" that educates its members -- where Lyons800 is a co-founder. Webhooks are best thought of as tools that connect Discord servers to other websites, and are often used to send automated messages and updates.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://it.slashdot.org/story/22/01/14/2049248/people-building-blockchain-city-in-wyoming-scammed-by-hackers?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-14T22:05:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "63c029aad7969fd37ca64b6409b6ae55", + "highlights": [] + }, + { + "title": "Pharma Bro Martin Shkreli Banned For Life From Drug Industry in Monopoly Case, Ordered To Pay $64.6 Million", + "description": "fahrbot-bot writes: A federal judge on Friday ordered notorious \"Pharma Bro\" Martin Shkreli banned for life from the pharmaceutical industry and also ordered him to pay $64.6 million in profits he earned from hiking the price of the life-saving drug Daraprim by more than 5,000% overnight. The ruling in U.S. District Court in Manhattan came in response to a lawsuit alleging illegal and monopolistic behavior connected with Daraprim by the incarcerated securities fraudster Shkreli. \n\nThe plaintiffs in the case were the Federal Trade Commission, and seven states, including New York and California. Those same plaintiffs last month obtained a $40 million settlement for the same claims from Vyera Pharmaceuticals, the company that Shkreli had founded. \"Americans can rest easy because Martin Shkreli is a pharma bro no more,\" said New York Attorney General Letitia James. Shkreli is serving a seven-year federal prison term for financial crimes unrelated to his controversial price increase of Daraprim, a drug used to treat parasitic infections in pregnant women, babies, HIV patients, and others. Shkreli controversially raised the drug's price from $13.50 per pill to a whopping $750 per pill in 2015.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "fahrbot-bot writes: A federal judge on Friday ordered notorious \"Pharma Bro\" Martin Shkreli banned for life from the pharmaceutical industry and also ordered him to pay $64.6 million in profits he earned from hiking the price of the life-saving drug Daraprim by more than 5,000% overnight. The ruling in U.S. District Court in Manhattan came in response to a lawsuit alleging illegal and monopolistic behavior connected with Daraprim by the incarcerated securities fraudster Shkreli. \n\nThe plaintiffs in the case were the Federal Trade Commission, and seven states, including New York and California. Those same plaintiffs last month obtained a $40 million settlement for the same claims from Vyera Pharmaceuticals, the company that Shkreli had founded. \"Americans can rest easy because Martin Shkreli is a pharma bro no more,\" said New York Attorney General Letitia James. Shkreli is serving a seven-year federal prison term for financial crimes unrelated to his controversial price increase of Daraprim, a drug used to treat parasitic infections in pregnant women, babies, HIV patients, and others. Shkreli controversially raised the drug's price from $13.50 per pill to a whopping $750 per pill in 2015.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://science.slashdot.org/story/22/01/14/2053241/pharma-bro-martin-shkreli-banned-for-life-from-drug-industry-in-monopoly-case-ordered-to-pay-646-million?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-14T21:21:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0ecddafc86ab69a8234d8cbdad87c59d", + "highlights": [] + }, + { + "title": "Netflix Raises Monthly Subscription Prices in US, Canada", + "description": "Netflix has raised its monthly subscription price by $1 to $2 per month in the United States depending on the plan, the company said on Friday, to help pay for new programming to compete in the crowded streaming TV market. From a report: The standard plan, which allows for two simultaneous streams, now costs $15.49 per month, up from $13.99, in the United States. Prices also went up in Canada, where the standard plan climbed to C$16.49 from C$14.99. The price increases, the first in those markets since October 2020, took effect immediately for new customers. Existing members will see the new prices in the coming weeks when they receive their monthly bills.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Netflix has raised its monthly subscription price by $1 to $2 per month in the United States depending on the plan, the company said on Friday, to help pay for new programming to compete in the crowded streaming TV market. From a report: The standard plan, which allows for two simultaneous streams, now costs $15.49 per month, up from $13.99, in the United States. Prices also went up in Canada, where the standard plan climbed to C$16.49 from C$14.99. The price increases, the first in those markets since October 2020, took effect immediately for new customers. Existing members will see the new prices in the coming weeks when they receive their monthly bills.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://entertainment.slashdot.org/story/22/01/14/2032215/netflix-raises-monthly-subscription-prices-in-us-canada?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-14T20:45:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "847491f5e2e5cd0dcb15715026240e42", + "highlights": [] + }, + { + "title": "FAA Issues First Aircraft-Specific Limits Due To 5G Signals", + "description": "U.S. aviation regulators published the first aircraft-specific restriction related to new 5G service expected to begin next week, ordering operators of Boeing 737 Max jets to update landing requirements. From a report: Equipment on the planes that could be subject to interference from 5G radio waves could alter how the jet stops after touching down, the Federal Aviation Administration said in an airworthiness directive posted on a government website Friday. Interference from 5G could result in \"degraded deceleration performance and longer landing distance than normal,\" the FAA said.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "U.S. aviation regulators published the first aircraft-specific restriction related to new 5G service expected to begin next week, ordering operators of Boeing 737 Max jets to update landing requirements. From a report: Equipment on the planes that could be subject to interference from 5G radio waves could alter how the jet stops after touching down, the Federal Aviation Administration said in an airworthiness directive posted on a government website Friday. Interference from 5G could result in \"degraded deceleration performance and longer landing distance than normal,\" the FAA said.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://news.slashdot.org/story/22/01/14/206211/faa-issues-first-aircraft-specific-limits-due-to-5g-signals?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-14T20:05:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "38466e28e0ef5d433479e94a75e991c2", + "highlights": [] + }, + { + "title": "Spider-Man Comic Page Sells for Record $3.36M Bidding", + "description": "A single page of artwork from a 1984 Spider-Man comic book sold at auction Thursday for a record $3.36 million. From a report: Mike Zeck's artwork for page 25 from Marvel Comics' \"Secret Wars No. 8\" brings the first appearance of Spidey's black suit. The symbiote suit would eventually lead to the emergence of the character Venom. The record bidding, which started at $330,000 and soared past $3 million, came on the first day of Heritage Auctions' four-day comic event in Dallas. The previous record for an interior page of a U.S. comic book was $657,250 for art from a 1974 issue of \"The Incredible Hulk\" that featured a tease for the first appearance of Wolverine.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "A single page of artwork from a 1984 Spider-Man comic book sold at auction Thursday for a record $3.36 million. From a report: Mike Zeck's artwork for page 25 from Marvel Comics' \"Secret Wars No. 8\" brings the first appearance of Spidey's black suit. The symbiote suit would eventually lead to the emergence of the character Venom. The record bidding, which started at $330,000 and soared past $3 million, came on the first day of Heritage Auctions' four-day comic event in Dallas. The previous record for an interior page of a U.S. comic book was $657,250 for art from a 1974 issue of \"The Incredible Hulk\" that featured a tease for the first appearance of Wolverine.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://entertainment.slashdot.org/story/22/01/14/1919248/spider-man-comic-page-sells-for-record-336m-bidding?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-14T19:20:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ddafef682b872f8b5bf767bc6dcc97c8", + "highlights": [] + }, + { + "title": "Google Misled Publishers and Advertisers, Unredacted Lawsuit Alleges", + "description": "Google misled publishers and advertisers for years about the pricing and processes of its ad auctions, creating secret programs that deflated sales for some companies while increasing prices for buyers, according to newly unredacted allegations and details in a lawsuit by state attorneys general. From a report: Meanwhile, Google pocketed the difference between what it told publishers and advertisers that an ad cost and used the pool of money to manipulate future auctions to expand its digital monopoly, the newly unredacted complaint alleges. The documents cite internal correspondence in which Google employees said some of these practices amounted to growing its business through \"insider information.\" The unredacted filing on Friday in the U.S. District Court of the Southern District of New York came after a federal judge ruled this week that an amended complaint filed last year could be unsealed. The lawsuit was first filed in December 2020, with many sections of the complaint redacted. Since then, the redactions have been stripped away in a series of rulings, providing fresh details about the states' argument that Google runs a monopoly that harmed ad-industry competitors and publishers.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Google misled publishers and advertisers for years about the pricing and processes of its ad auctions, creating secret programs that deflated sales for some companies while increasing prices for buyers, according to newly unredacted allegations and details in a lawsuit by state attorneys general. From a report: Meanwhile, Google pocketed the difference between what it told publishers and advertisers that an ad cost and used the pool of money to manipulate future auctions to expand its digital monopoly, the newly unredacted complaint alleges. The documents cite internal correspondence in which Google employees said some of these practices amounted to growing its business through \"insider information.\" The unredacted filing on Friday in the U.S. District Court of the Southern District of New York came after a federal judge ruled this week that an amended complaint filed last year could be unsealed. The lawsuit was first filed in December 2020, with many sections of the complaint redacted. Since then, the redactions have been stripped away in a series of rulings, providing fresh details about the states' argument that Google runs a monopoly that harmed ad-industry competitors and publishers.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://tech.slashdot.org/story/22/01/14/1711201/google-misled-publishers-and-advertisers-unredacted-lawsuit-alleges?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-14T18:45:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3b953dd40efb6062c69103dd41fdff1c", + "highlights": [] + }, + { + "title": "Intel's Dropping of SGX Prevents Ultra HD Blu-Ray Playback on PCs", + "description": "Intel removed the security feature SGX from processors of the 11th and newer generations. Problem is, the feature is one of the requirements to play Ultra HD Blu-Ray discs on computer systems. From a report: The Ultra HD Blu-Ray format, often referred to as 4K Ultra HD or 4K Blu-Ray, supports 4K UHD playback with a pixel resolution of 3840x2160. One of the requirements for playback of Ultra HD Blu-Ray discs on PCs is that SGX is supported by the installed processor and by the motherboard firmware. The Blu-Ray Disc Association defined DRM requirements for Ultra HD Blu-Ray disc playback. Besides SGX, playback is protected by HDCP 2.2 and AACS 2.0, with some discs using AACS 2.1. Intel Software Guard Extensions (SGX) \"allow user-level as well as operating system code to define private regions of memory, called enclaves, whose contents are protected and unable to be either read or saved by any process outside the enclave itself, including processes running at higher privilege levels\" according to Wikipedia.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Intel removed the security feature SGX from processors of the 11th and newer generations. Problem is, the feature is one of the requirements to play Ultra HD Blu-Ray discs on computer systems. From a report: The Ultra HD Blu-Ray format, often referred to as 4K Ultra HD or 4K Blu-Ray, supports 4K UHD playback with a pixel resolution of 3840x2160. One of the requirements for playback of Ultra HD Blu-Ray discs on PCs is that SGX is supported by the installed processor and by the motherboard firmware. The Blu-Ray Disc Association defined DRM requirements for Ultra HD Blu-Ray disc playback. Besides SGX, playback is protected by HDCP 2.2 and AACS 2.0, with some discs using AACS 2.1. Intel Software Guard Extensions (SGX) \"allow user-level as well as operating system code to define private regions of memory, called enclaves, whose contents are protected and unable to be either read or saved by any process outside the enclave itself, including processes running at higher privilege levels\" according to Wikipedia.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://tech.slashdot.org/story/22/01/14/1650202/intels-dropping-of-sgx-prevents-ultra-hd-blu-ray-playback-on-pcs?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-14T18:05:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "637b9afffb3048312e88aaac8f2d21ae", + "highlights": [] + }, + { + "title": "Apple's New VR/AR Headset Risks Being Delayed Until 2023", + "description": "Apple is considering pushing back the debut of its mixed-reality headset by at least a few months, potentially delaying its first major new product since the Apple Watch in 2015, Bloomberg News reported Friday, citing people familiar with the situation. From the report: The headset -- a high-end device that blends virtual and augmented reality -- was targeted for an unveiling at Apple's annual Worldwide Developers Conference in June, followed by a release later in the year. But development challenges related to overheating, cameras and software have made it harder to stay on track, said the people, who asked not to be identified because the matter is private. That could push the announcement until the end of 2022 or later, with the product hitting shelves by 2023, the people said.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Apple is considering pushing back the debut of its mixed-reality headset by at least a few months, potentially delaying its first major new product since the Apple Watch in 2015, Bloomberg News reported Friday, citing people familiar with the situation. From the report: The headset -- a high-end device that blends virtual and augmented reality -- was targeted for an unveiling at Apple's annual Worldwide Developers Conference in June, followed by a release later in the year. But development challenges related to overheating, cameras and software have made it harder to stay on track, said the people, who asked not to be identified because the matter is private. That could push the announcement until the end of 2022 or later, with the product hitting shelves by 2023, the people said.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://apple.slashdot.org/story/22/01/14/1643210/apples-new-vrar-headset-risks-being-delayed-until-2023?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-14T17:25:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bd41461b417bf2bbf4eff7aab967d1a6", + "highlights": [] + }, + { + "title": "PayPal Faces Lawsuit For Freezing Customer Accounts and Funds", + "description": "Three PayPal users who've allegedly had their accounts frozen and funds taken by the company without explanation have filed a federal lawsuit against the online payment service. From a report: The plaintiffs -- two users from California and one from Chicago -- are accusing the company of unlawfully seizing their personal property and violating racketeering laws. They're now proposing a class-action lawsuit on behalf of all other users who've had their accounts frozen before and are seeking restitution, as well as punitive and exemplary damages. Lena Evans, one of the plaintiffs who'd been a PayPal user for 22 years, said the website seized $26,984 from her account six months after it got frozen without ever telling her why. Evans had been using PayPal to buy and sell clothing on eBay, to exchange money for a poker league she owns and for a non-profit that helps women with various needs. Fellow plaintiff Roni Shemtov said PayPal seized over $42,000 of her money and never got an acceptable reason for why her account was terminated. She received several different explanations when she contacted the company: One customer rep said it was because she used the same IP and computer as other Paypal users, while another said it was because she sold yoga clothing at 20 to 30 percent lower than retail. Yet another representative allegedly said it was because she used multiple accounts, which she denies.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Three PayPal users who've allegedly had their accounts frozen and funds taken by the company without explanation have filed a federal lawsuit against the online payment service. From a report: The plaintiffs -- two users from California and one from Chicago -- are accusing the company of unlawfully seizing their personal property and violating racketeering laws. They're now proposing a class-action lawsuit on behalf of all other users who've had their accounts frozen before and are seeking restitution, as well as punitive and exemplary damages. Lena Evans, one of the plaintiffs who'd been a PayPal user for 22 years, said the website seized $26,984 from her account six months after it got frozen without ever telling her why. Evans had been using PayPal to buy and sell clothing on eBay, to exchange money for a poker league she owns and for a non-profit that helps women with various needs. Fellow plaintiff Roni Shemtov said PayPal seized over $42,000 of her money and never got an acceptable reason for why her account was terminated. She received several different explanations when she contacted the company: One customer rep said it was because she used the same IP and computer as other Paypal users, while another said it was because she sold yoga clothing at 20 to 30 percent lower than retail. Yet another representative allegedly said it was because she used multiple accounts, which she denies.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://news.slashdot.org/story/22/01/14/1639241/paypal-faces-lawsuit-for-freezing-customer-accounts-and-funds?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-14T16:45:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "eb19a64fb6d387a4a78600469fef89e5", + "highlights": [] + }, + { + "title": "Last Of Us Voice Actor Pisses Everyone Off With NFT Push", + "description": "Troy Baker, best known as the voice behind The Last Of Us Parts 2's Joel Miller, made trouble for himself overnight when he announced his support for a new NFT venture around monetizing artists' voice work. From a report: \"You can hate. Or you can create. What'll it be?\" he standoffish-ly tweeted. It didn't take fans long to decide. \"I'm partnering with VoiceverseNFT to explore ways where together we might bring new tools to new creators to make new things, and allow everyone a chance to own and invest in the IP's they create,\" Baker -- who's voiced dozens of video game characters from Final Fantasy XIII's Snow to Fortnite's Agent Jones -- wrote overnight. \"We all have a story to tell.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Troy Baker, best known as the voice behind The Last Of Us Parts 2's Joel Miller, made trouble for himself overnight when he announced his support for a new NFT venture around monetizing artists' voice work. From a report: \"You can hate. Or you can create. What'll it be?\" he standoffish-ly tweeted. It didn't take fans long to decide. \"I'm partnering with VoiceverseNFT to explore ways where together we might bring new tools to new creators to make new things, and allow everyone a chance to own and invest in the IP's they create,\" Baker -- who's voiced dozens of video game characters from Final Fantasy XIII's Snow to Fortnite's Agent Jones -- wrote overnight. \"We all have a story to tell.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://tech.slashdot.org/story/22/01/14/163215/last-of-us-voice-actor-pisses-everyone-off-with-nft-push?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-14T16:03:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "271d138b817b6fe244e1a1efacc27726", + "highlights": [] + }, + { + "title": "In China, You Can Go To College To Become a Social Media Influencer", + "description": "An anonymous reader shares a report: As colleges around China approach their final few weeks before the winter break, frequent users of Douyin (TikTok's Chinese version) may have noticed a new type of post in their feeds: students asking for likes and followers to pass their final exams. Xu Maomao, for example, posted a video hash-tagged \"SOS,\" where she pled for 10,000 followers in order to complete a course called \"Self-Made Media Content Creation and Operation\" that she is taking at the Communication University of Zhejiang (CUZ). \"I am now an ordinary college student forced to become a social media influencer,\" joked Xu Maomao. As influencers in Europe struggle to balance the weight of selling a brand and remaining âoeauthenticâ to their followers, their Chinese counterparts are taking college courses that will help them secure a career path towards the lucrative profession of social media influencers. \n\nFrom China's e-commerce hub Hangzhou, to the inland agricultural base of Henan Province, and even in far-off Tibet, vocational colleges across China are training young people to become professional influencers. Semesters are now spent on entry-level courses on topics such as short-video editing, social media marketing, e-commerce, and other aspects of the new \"trade,\" and are often taught in cooperation with industry players such as the social media platforms themselves. By offering these courses, the Chinese higher education system is now part of the driving force for the professionalization of Chinese social media influencers and is producing a large talent pool that is now pouring into the country's flourishing digital economy. By December 16, two days before the deadline, Xu Maomao was still half way to go towards the goal of 10,000 followers. Her course instructor eventually agreed that anyone with 5,000 followers could get a 90 for the final exam, perhaps because too few had achieved the original target.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "An anonymous reader shares a report: As colleges around China approach their final few weeks before the winter break, frequent users of Douyin (TikTok's Chinese version) may have noticed a new type of post in their feeds: students asking for likes and followers to pass their final exams. Xu Maomao, for example, posted a video hash-tagged \"SOS,\" where she pled for 10,000 followers in order to complete a course called \"Self-Made Media Content Creation and Operation\" that she is taking at the Communication University of Zhejiang (CUZ). \"I am now an ordinary college student forced to become a social media influencer,\" joked Xu Maomao. As influencers in Europe struggle to balance the weight of selling a brand and remaining âoeauthenticâ to their followers, their Chinese counterparts are taking college courses that will help them secure a career path towards the lucrative profession of social media influencers. \n\nFrom China's e-commerce hub Hangzhou, to the inland agricultural base of Henan Province, and even in far-off Tibet, vocational colleges across China are training young people to become professional influencers. Semesters are now spent on entry-level courses on topics such as short-video editing, social media marketing, e-commerce, and other aspects of the new \"trade,\" and are often taught in cooperation with industry players such as the social media platforms themselves. By offering these courses, the Chinese higher education system is now part of the driving force for the professionalization of Chinese social media influencers and is producing a large talent pool that is now pouring into the country's flourishing digital economy. By December 16, two days before the deadline, Xu Maomao was still half way to go towards the goal of 10,000 followers. Her course instructor eventually agreed that anyone with 5,000 followers could get a 90 for the final exam, perhaps because too few had achieved the original target.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://tech.slashdot.org/story/22/01/14/1528220/in-china-you-can-go-to-college-to-become-a-social-media-influencer?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-14T15:27:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1fb03a66e1aa9fa09be5f8a422a8f074", + "highlights": [] + }, + { + "title": "FSB Arrests 14 Members of REvil Ransomware Gang", + "description": "An anonymous reader writes: The Russian Federal Security Service (FSB) said today that it has raided and shut down the operations of the REvil ransomware gang. Raids were conducted today at 25 residents owned by 14 members suspected to be part of the REvil team across Moscow, St. Petersburg, Leningrad, and the Lipetsk regions. Authorities said they seized more than 426 million rubles, $600,000, and 500,000 euro in cash, along with cryptocurrency wallets, computers, and 20 expensive cars. The REvil gang is responsible for ransomware attacks against Apple supplier Quanta, Kaseya, and JBS Foods.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "An anonymous reader writes: The Russian Federal Security Service (FSB) said today that it has raided and shut down the operations of the REvil ransomware gang. Raids were conducted today at 25 residents owned by 14 members suspected to be part of the REvil team across Moscow, St. Petersburg, Leningrad, and the Lipetsk regions. Authorities said they seized more than 426 million rubles, $600,000, and 500,000 euro in cash, along with cryptocurrency wallets, computers, and 20 expensive cars. The REvil gang is responsible for ransomware attacks against Apple supplier Quanta, Kaseya, and JBS Foods.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://it.slashdot.org/story/22/01/14/154259/fsb-arrests-14-members-of-revil-ransomware-gang?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-14T15:05:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "044c6ed69f069038b2d11aacf139a541", + "highlights": [] + }, + { + "title": "Cyberattack Hits Ukrainian Websites as Russia Tensions Mount", + "description": "Ukraine's worst cyberattack in four years brought down the websites of scores of government agencies for hours. Authorities didn't immediately identify the source of the hacks, which took place as tensions with Russia intensified over its troop buildup across the border. From a report: Seventy government agencies were were hit, including the Foreign and Agriculture Ministries, Viktor Zhora, the deputy head of the state agency in charge of special communication and information protection, said Friday. Authorities are investigating and will have their first conclusions later in the day, he said. \"There was no leak of important data, the content of the websites was not damaged,\" Ukraine Zhora said. \"We are collecting digital evidence and analyzing data to understand the full chain of this attack.\" Ukraine has previously accused Russia of mounting major cyberattacks against its digital infrastructure. Relations between the two former Soviet partners have worsened since the ouster of a Russian-backed president in 2014 and Moscow's subsequent annexation of Crimea.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Ukraine's worst cyberattack in four years brought down the websites of scores of government agencies for hours. Authorities didn't immediately identify the source of the hacks, which took place as tensions with Russia intensified over its troop buildup across the border. From a report: Seventy government agencies were were hit, including the Foreign and Agriculture Ministries, Viktor Zhora, the deputy head of the state agency in charge of special communication and information protection, said Friday. Authorities are investigating and will have their first conclusions later in the day, he said. \"There was no leak of important data, the content of the websites was not damaged,\" Ukraine Zhora said. \"We are collecting digital evidence and analyzing data to understand the full chain of this attack.\" Ukraine has previously accused Russia of mounting major cyberattacks against its digital infrastructure. Relations between the two former Soviet partners have worsened since the ouster of a Russian-backed president in 2014 and Moscow's subsequent annexation of Crimea.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://tech.slashdot.org/story/22/01/14/1443233/cyberattack-hits-ukrainian-websites-as-russia-tensions-mount?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-14T14:43:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "26f30e4475a294dc7a206856b7abe8ff", + "highlights": [] + }, + { + "title": "Federal Investigators Say They Used Encrypted Signal Messages To Charge Far-Right Militia Group Leader", + "description": "JoeyRox shares a report from CNBC: Federal investigators claimed to access encrypted Signal messages used to help charge the leader of the Oath Keepers, an extremist far-right militia group, and other defendants in a seditious plot on Jan. 6, 2021. It's not clear how investigators gained access to the messages. One possibility is that another recipient with access to the messages handed them over to investigators. The complaint references group messages run on the app, so it's possible another participant in those chats cooperated.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "JoeyRox shares a report from CNBC: Federal investigators claimed to access encrypted Signal messages used to help charge the leader of the Oath Keepers, an extremist far-right militia group, and other defendants in a seditious plot on Jan. 6, 2021. It's not clear how investigators gained access to the messages. One possibility is that another recipient with access to the messages handed them over to investigators. The complaint references group messages run on the app, so it's possible another participant in those chats cooperated.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://it.slashdot.org/story/22/01/13/2338246/federal-investigators-say-they-used-encrypted-signal-messages-to-charge-far-right-militia-group-leader?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-14T13:00:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ba48f01233a34b8261e705ffaf5397e2", + "highlights": [] + }, + { + "title": "Tesla Removes 2022 Production Date From Cybertruck Website", + "description": "X2b5Ysb8 shares a report from The Verge: Tesla has never been fantastic at meeting deadlines, so it's not too surprising that the company's ambitious electric pickup -- the Cybertruck -- is running a little late. Recently, reference to a 2022 production schedule was scrubbed from its website. The Cybertruck was originally announced in 2019, with Tesla promising that the vehicle would be rolling off production lines in late 2021. Then, in August that year, full production was delayed to some time in 2022. Now, that deadline seems to have been waived, too.\n \nLots of factors could contribute to a delay. These include external challenges, like the ongoing pandemic and global chip shortage (which has affected all automakers), as well as Cybertruck-specific problems. The vehicle's angular look is controversial, attracting awe and scorn in equal measure, but it certainly comes with unique design challenges, like the problem of creating a huge windshield wiper to cover the mammoth front window. Ramping up production on the Cybertruck might also be a relatively low priority for Tesla considering its other vehicles have had fantastic years. [...] We should know more about the vehicle's future soon, though. Tesla CEO Elon Musk promised to share a \"Product roadmap update\" for the Cybertruck on the next Tesla earnings call. That's scheduled for January 26th. Not long to wait.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "X2b5Ysb8 shares a report from The Verge: Tesla has never been fantastic at meeting deadlines, so it's not too surprising that the company's ambitious electric pickup -- the Cybertruck -- is running a little late. Recently, reference to a 2022 production schedule was scrubbed from its website. The Cybertruck was originally announced in 2019, with Tesla promising that the vehicle would be rolling off production lines in late 2021. Then, in August that year, full production was delayed to some time in 2022. Now, that deadline seems to have been waived, too.\n \nLots of factors could contribute to a delay. These include external challenges, like the ongoing pandemic and global chip shortage (which has affected all automakers), as well as Cybertruck-specific problems. The vehicle's angular look is controversial, attracting awe and scorn in equal measure, but it certainly comes with unique design challenges, like the problem of creating a huge windshield wiper to cover the mammoth front window. Ramping up production on the Cybertruck might also be a relatively low priority for Tesla considering its other vehicles have had fantastic years. [...] We should know more about the vehicle's future soon, though. Tesla CEO Elon Musk promised to share a \"Product roadmap update\" for the Cybertruck on the next Tesla earnings call. That's scheduled for January 26th. Not long to wait.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://tech.slashdot.org/story/22/01/13/2336203/tesla-removes-2022-production-date-from-cybertruck-website?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-14T10:00:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "401d79bd19b609d66c82acc974bc7a74", + "highlights": [] + }, + { + "title": "Astronomers Have Found Another Possible 'Exomoon' beyond Our Solar System", + "description": "Astronomers say they have found a second plausible candidate for a moon beyond our solar system, an exomoon, orbiting a world nearly 6,000 light-years from Earth. Scientific American reports: Called Kepler-1708 b-i, the moon appears to be a gas-dominated object, slightly smaller than Neptune, orbiting a Jupiter-sized planet around a sunlike star -- an unusual but not wholly unprecedented planet-moon configuration. The findings appear in Nature Astronomy. Confirming or refuting the result may not be immediately possible, but given the expected abundance of moons in our galaxy and beyond, it could further herald the tentative beginnings of an exciting new era of extrasolar astronomy -- one focused not on alien planets but on the natural satellites that orbit them and the possibilities of life therein.\n \nKepler-1708 b-i's existence was first hinted at in 2018, during an examination of archival data by David Kipping of Columbia University, one of the discoverers of Kepler-1625 b-i, and his colleagues. The team analyzed transit data from NASA's Kepler space telescope of 70 so-called cool giants -- gas giants, such as Jupiter and Saturn, that orbit relatively far from their stars, with years consisting of more than 400 Earth days. The team looked for signs of transiting exomoons orbiting these worlds, seeking additional dips in light from any shadowy lunar companions. Then the researchers spent the next few years killing their darlings, vetting one potential exomoon candidate after another and finding each better explained by other phenomena -- with a single exception: Kepler-1708 b-i. \"It's a moon candidate we can't kill,\" Kipping says. \"For four years we've tried to prove this thing was bogus. It passed every test we can imagine.\"\n \nThe magnitude of the relevant smaller, additional dip in light points to the existence of a moon about 2.6 times the size of Earth. The nature of the transit method means that only the radius of worlds can be directly gleaned, not their mass. But this one's size suggests a gas giant of some sort. \"It's probably in the 'mini Neptune' category,\" Kipping says, referring to a type of world that, despite not existing in our solar system, is present in abundance around other stars. The planet this putative mini Neptune moon orbits, the Jupiter-sized Kepler-1708 b, completes an orbit of its star every 737 days at a distance 1.6 times that between Earth and the sun. Presuming the candidate is genuinely a moon, it would orbit the planet once every 4.6 Earth days, at a distance of more than 740,000 kilometers -- nearly twice the distance our own moon's orbit around Earth. The fact that only this single candidate emerged from the analysis of 70 cool giants could suggest that large gaseous moons are \"not super common\" in the cosmos [...].

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Astronomers say they have found a second plausible candidate for a moon beyond our solar system, an exomoon, orbiting a world nearly 6,000 light-years from Earth. Scientific American reports: Called Kepler-1708 b-i, the moon appears to be a gas-dominated object, slightly smaller than Neptune, orbiting a Jupiter-sized planet around a sunlike star -- an unusual but not wholly unprecedented planet-moon configuration. The findings appear in Nature Astronomy. Confirming or refuting the result may not be immediately possible, but given the expected abundance of moons in our galaxy and beyond, it could further herald the tentative beginnings of an exciting new era of extrasolar astronomy -- one focused not on alien planets but on the natural satellites that orbit them and the possibilities of life therein.\n \nKepler-1708 b-i's existence was first hinted at in 2018, during an examination of archival data by David Kipping of Columbia University, one of the discoverers of Kepler-1625 b-i, and his colleagues. The team analyzed transit data from NASA's Kepler space telescope of 70 so-called cool giants -- gas giants, such as Jupiter and Saturn, that orbit relatively far from their stars, with years consisting of more than 400 Earth days. The team looked for signs of transiting exomoons orbiting these worlds, seeking additional dips in light from any shadowy lunar companions. Then the researchers spent the next few years killing their darlings, vetting one potential exomoon candidate after another and finding each better explained by other phenomena -- with a single exception: Kepler-1708 b-i. \"It's a moon candidate we can't kill,\" Kipping says. \"For four years we've tried to prove this thing was bogus. It passed every test we can imagine.\"\n \nThe magnitude of the relevant smaller, additional dip in light points to the existence of a moon about 2.6 times the size of Earth. The nature of the transit method means that only the radius of worlds can be directly gleaned, not their mass. But this one's size suggests a gas giant of some sort. \"It's probably in the 'mini Neptune' category,\" Kipping says, referring to a type of world that, despite not existing in our solar system, is present in abundance around other stars. The planet this putative mini Neptune moon orbits, the Jupiter-sized Kepler-1708 b, completes an orbit of its star every 737 days at a distance 1.6 times that between Earth and the sun. Presuming the candidate is genuinely a moon, it would orbit the planet once every 4.6 Earth days, at a distance of more than 740,000 kilometers -- nearly twice the distance our own moon's orbit around Earth. The fact that only this single candidate emerged from the analysis of 70 cool giants could suggest that large gaseous moons are \"not super common\" in the cosmos [...].

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://science.slashdot.org/story/22/01/13/2330245/astronomers-have-found-another-possible-exomoon-beyond-our-solar-system?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-14T07:00:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7a28d5f7c54283ac84b367904d51742d", + "highlights": [] + }, + { + "title": "The Hottest Eight Years On Record Were the Last Eight Years", + "description": "An anonymous reader quotes a report from The Verge: The last eight years have been the eight hottest years on record, NASA and the National Oceanic Administration (NOAA) confirmed today. 2021 ranks as the sixth hottest year on record, the agencies said, as global average temperatures trend upward. Rankings aside, there were plenty of red flags throughout 2021 to show us how remarkable the year was for temperature extremes. \"The fact is that we've now kind of moved into a new regime ... this is likely the warmest decade in many, many hundreds, maybe 1000s of years,\" says Gavin Schmidt, director of NASA's Goddard Institute for Space Studies. \"There's enough change that it's having impacts locally.\"\n \nIn North America, those local impacts included epically bad summer heat, even for typically cool regions. In late June and early July, the Pacific Northwestern US and Western Canada struggled with record-smashing temperatures that buckled roads and melted power cables. In the desert further south, California's Death Valley reached a blazing 130 degrees Fahrenheit (54.4 degrees Celsius) in July, potentially breaking the world record for the hottest temperature ever recorded on the planet -- for the second year in a row. Across the Atlantic, Europe experienced sweltering heat, too. A reading of 119.8 degrees Fahrenheit (48.8 degrees Celsius) in Sicily might have broken the European record for maximum temperature. (The World Meteorological Organization is still working to vet those records.) All told, July 2021 was the hottest month humans have ever recorded, according to NOAA.\n \nHeat trapped in the world's oceans also reached record levels in 2021, according to research published this week. Ocean heatwaves are likely twice as common now as they were in the early 1980s, and they can be devastating for marine life and coastal communities. They kill coral, take a toll on fishing and crabbing industries, and can even make droughts worse onshore. Temperatures might have been even hotter in 2021, were it not for a La Nina event. La Nina is a recurring climate phenomenon defined by cooler-than-average waters in the eastern equatorial Pacific, which has predictable effects on weather patterns worldwide.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "An anonymous reader quotes a report from The Verge: The last eight years have been the eight hottest years on record, NASA and the National Oceanic Administration (NOAA) confirmed today. 2021 ranks as the sixth hottest year on record, the agencies said, as global average temperatures trend upward. Rankings aside, there were plenty of red flags throughout 2021 to show us how remarkable the year was for temperature extremes. \"The fact is that we've now kind of moved into a new regime ... this is likely the warmest decade in many, many hundreds, maybe 1000s of years,\" says Gavin Schmidt, director of NASA's Goddard Institute for Space Studies. \"There's enough change that it's having impacts locally.\"\n \nIn North America, those local impacts included epically bad summer heat, even for typically cool regions. In late June and early July, the Pacific Northwestern US and Western Canada struggled with record-smashing temperatures that buckled roads and melted power cables. In the desert further south, California's Death Valley reached a blazing 130 degrees Fahrenheit (54.4 degrees Celsius) in July, potentially breaking the world record for the hottest temperature ever recorded on the planet -- for the second year in a row. Across the Atlantic, Europe experienced sweltering heat, too. A reading of 119.8 degrees Fahrenheit (48.8 degrees Celsius) in Sicily might have broken the European record for maximum temperature. (The World Meteorological Organization is still working to vet those records.) All told, July 2021 was the hottest month humans have ever recorded, according to NOAA.\n \nHeat trapped in the world's oceans also reached record levels in 2021, according to research published this week. Ocean heatwaves are likely twice as common now as they were in the early 1980s, and they can be devastating for marine life and coastal communities. They kill coral, take a toll on fishing and crabbing industries, and can even make droughts worse onshore. Temperatures might have been even hotter in 2021, were it not for a La Nina event. La Nina is a recurring climate phenomenon defined by cooler-than-average waters in the eastern equatorial Pacific, which has predictable effects on weather patterns worldwide.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://science.slashdot.org/story/22/01/13/2321257/the-hottest-eight-years-on-record-were-the-last-eight-years?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-14T03:30:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7e71bc70b3485020a2428c5352894d71", + "highlights": [] + }, + { + "title": "World's Largest Fish Breeding Grounds Found Under the Antarctic Ice", + "description": "sciencehabit shares a report from Science.org: The most extensive and densely populated breeding colony of fish anywhere lurks deep underneath the ice of the Weddell Sea, scientists aboard an Antarctic research cruise have discovered. The 240 square kilometers of regularly spaced icefish nests, east of the Antarctic Peninsula, has astonished marine ecologists. \"We had no idea that it would be just on this scale, and I think that's the most fantastic thing,\" says Mark Belchier, a fish biologist with the British Antarctic Survey and the government of South Georgia & the South Sandwich Islands, who was not involved in the new work.\n \nIn February 2021, the RV Polarstern -- a large German research ship -- was breaking through sea ice in the Weddell Sea to study marine life. While towing video cameras and other instruments half a kilometer down, near the sea floor, the ship came upon thousands of 75-centimeter-wide nests, each occupied by a single adult icefish -- and up to 2100 eggs. \"It was really an amazing sight,\" says deep-sea biologist Autun Purser of the Alfred Wegener Institute, who led the ship's underwater imaging. Sonar revealed nests extending for several hundred meters, like a World War I battlefield scarred by miniature craters. High-resolution video and cameras captured more than 12,000 adult icefish (Neopagetopsis ionah). The fish, which grow to about 60 centimeters, are adapted to life in the extreme cold. They produce antifreezelike compounds, and -- thanks to the region's oxygen-rich waters -- are among the only vertebrates to have colorless, hemoglobin-free blood.\n \nIncluding three subsequent tows, the team on the RV Polarstern saw 16,160 closely packed fish nests, 76% of which were guarded by solitary males. Assuming a similar density of nests in the areas between the ship's transects, the researchers estimate that about 60 million nests cover roughly 240 square kilometers, they report today in Current Biology. Because of their sheer numbers, the icefish and their eggs are likely key players in the local ecosystem. [...] The vast colony, the researchers say, is a new reason to create a marine protected area in the Weddell Sea, an idea has been proposed five out of the past 6 years to the intergovernmental treaty organization that regulates fisheries there.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "sciencehabit shares a report from Science.org: The most extensive and densely populated breeding colony of fish anywhere lurks deep underneath the ice of the Weddell Sea, scientists aboard an Antarctic research cruise have discovered. The 240 square kilometers of regularly spaced icefish nests, east of the Antarctic Peninsula, has astonished marine ecologists. \"We had no idea that it would be just on this scale, and I think that's the most fantastic thing,\" says Mark Belchier, a fish biologist with the British Antarctic Survey and the government of South Georgia & the South Sandwich Islands, who was not involved in the new work.\n \nIn February 2021, the RV Polarstern -- a large German research ship -- was breaking through sea ice in the Weddell Sea to study marine life. While towing video cameras and other instruments half a kilometer down, near the sea floor, the ship came upon thousands of 75-centimeter-wide nests, each occupied by a single adult icefish -- and up to 2100 eggs. \"It was really an amazing sight,\" says deep-sea biologist Autun Purser of the Alfred Wegener Institute, who led the ship's underwater imaging. Sonar revealed nests extending for several hundred meters, like a World War I battlefield scarred by miniature craters. High-resolution video and cameras captured more than 12,000 adult icefish (Neopagetopsis ionah). The fish, which grow to about 60 centimeters, are adapted to life in the extreme cold. They produce antifreezelike compounds, and -- thanks to the region's oxygen-rich waters -- are among the only vertebrates to have colorless, hemoglobin-free blood.\n \nIncluding three subsequent tows, the team on the RV Polarstern saw 16,160 closely packed fish nests, 76% of which were guarded by solitary males. Assuming a similar density of nests in the areas between the ship's transects, the researchers estimate that about 60 million nests cover roughly 240 square kilometers, they report today in Current Biology. Because of their sheer numbers, the icefish and their eggs are likely key players in the local ecosystem. [...] The vast colony, the researchers say, is a new reason to create a marine protected area in the Weddell Sea, an idea has been proposed five out of the past 6 years to the intergovernmental treaty organization that regulates fisheries there.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://news.slashdot.org/story/22/01/13/2312213/worlds-largest-fish-breeding-grounds-found-under-the-antarctic-ice?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-14T02:10:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bed142c1cae79fb388a5e08340c7d839", + "highlights": [] + }, + { + "title": "Yahoo Tells Japan Employees They Can Work Anywhere, Commute By Plane When Necessary", + "description": "Yahoo Japan is telling its 8,000 employees they can work anywhere in the country -- and even be flown into work when the job requires it -- bucking the trend of companies looking to return workers to offices in the third year of the coronavirus pandemic. The Japan Times reports: The program takes effect April 1 and allows employees to commute by plane, which wasn't previously an option, the company said in a statement Wednesday. While Yahoo is best known for its internet portal in Japan, it's a unit of SoftBank Group's Z Holdings, which also owns the Line messaging app and PayPay mobile payments service. Ninety percent of the company's employees are now working remotely, according to President Kentaro Kawabe, who tweeted that an overwhelming majority of them said their performance has held steady or improved at home. \"So we're allowing Yahoo employees to live anywhere in Japan. This doesn't mean we're denying the benefits of the office -- you'll be able to fly in when needed,\" he added.\n \nYahoo is setting a commuting budget of $1,300 per month per worker and lifting its previous daily cap. In-person communication will still be encouraged as the initiative is also aimed at bolstering morale and well-being, with social gatherings to be subsidized by [$44] per employee a month. The company has had an \"office anywhere\" remote work system in place since 2014, however it had capped the number of work-from-home days before the virus took hold to five days a month.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Yahoo Japan is telling its 8,000 employees they can work anywhere in the country -- and even be flown into work when the job requires it -- bucking the trend of companies looking to return workers to offices in the third year of the coronavirus pandemic. The Japan Times reports: The program takes effect April 1 and allows employees to commute by plane, which wasn't previously an option, the company said in a statement Wednesday. While Yahoo is best known for its internet portal in Japan, it's a unit of SoftBank Group's Z Holdings, which also owns the Line messaging app and PayPay mobile payments service. Ninety percent of the company's employees are now working remotely, according to President Kentaro Kawabe, who tweeted that an overwhelming majority of them said their performance has held steady or improved at home. \"So we're allowing Yahoo employees to live anywhere in Japan. This doesn't mean we're denying the benefits of the office -- you'll be able to fly in when needed,\" he added.\n \nYahoo is setting a commuting budget of $1,300 per month per worker and lifting its previous daily cap. In-person communication will still be encouraged as the initiative is also aimed at bolstering morale and well-being, with social gatherings to be subsidized by [$44] per employee a month. The company has had an \"office anywhere\" remote work system in place since 2014, however it had capped the number of work-from-home days before the virus took hold to five days a month.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://tech.slashdot.org/story/22/01/13/237202/yahoo-tells-japan-employees-they-can-work-anywhere-commute-by-plane-when-necessary?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-14T01:45:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fa8830a0ded416d77205189506ab7cbb", + "highlights": [] + }, + { + "title": "Jack Dorsey Announces Bitcoin Legal Defense Fund", + "description": "Former Twitter CEO and Block founder Jack Dorsey has announced plans to create a \"Bitcoin Legal Defense Fund\" with Chaincode Labs co-founder Alex Morcos and Martin White, who appears to be an academic at the University of Sussex. CoinTelegraph reports: The announcement was sent on a mailing list for Bitcoin developers, bitcoin-dev, at 13:45 UTC on Wednesday from an email address appearing to belong to Dorsey. The announcement stated the fund will help provide a legal defense for Bitcoin developers, who are \"currently the subject of multi-front litigation.\" \"Litigation and continued threats are having their intended effect; individual defendants have chosen to capitulate in the absence of legal support,\" the email stated, referencing open-source developers who are often independent and, therefore, susceptible to legal pressure.\n \nThe announcement went on to describe the Bitcoin Legal Defense Fund as a \"nonprofit entity that aims to minimize legal headaches that discourage software developers from actively developing Bitcoin and related projects.\" \"The main purpose of this Fund is to defend developers from lawsuits regarding their activities in the Bitcoin ecosystem, including finding and retaining defense counsel, developing litigation strategy, and paying legal bills,\" it stated. Initially, the fund will include volunteers and part-time lawyers for developers to \"take advantage of if they so wish,\" although, the email also states that \"the board of the Fund will be responsible for determining which lawsuits and defendants it will help defend.\" According to the email, the fund's first project will be to take over the existing defense of Ramona Ang's \"Tulip Trading Lawsuit\" against developers for alleged misconduct over access to a Bitcoin (BTC) fortune.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Former Twitter CEO and Block founder Jack Dorsey has announced plans to create a \"Bitcoin Legal Defense Fund\" with Chaincode Labs co-founder Alex Morcos and Martin White, who appears to be an academic at the University of Sussex. CoinTelegraph reports: The announcement was sent on a mailing list for Bitcoin developers, bitcoin-dev, at 13:45 UTC on Wednesday from an email address appearing to belong to Dorsey. The announcement stated the fund will help provide a legal defense for Bitcoin developers, who are \"currently the subject of multi-front litigation.\" \"Litigation and continued threats are having their intended effect; individual defendants have chosen to capitulate in the absence of legal support,\" the email stated, referencing open-source developers who are often independent and, therefore, susceptible to legal pressure.\n \nThe announcement went on to describe the Bitcoin Legal Defense Fund as a \"nonprofit entity that aims to minimize legal headaches that discourage software developers from actively developing Bitcoin and related projects.\" \"The main purpose of this Fund is to defend developers from lawsuits regarding their activities in the Bitcoin ecosystem, including finding and retaining defense counsel, developing litigation strategy, and paying legal bills,\" it stated. Initially, the fund will include volunteers and part-time lawyers for developers to \"take advantage of if they so wish,\" although, the email also states that \"the board of the Fund will be responsible for determining which lawsuits and defendants it will help defend.\" According to the email, the fund's first project will be to take over the existing defense of Ramona Ang's \"Tulip Trading Lawsuit\" against developers for alleged misconduct over access to a Bitcoin (BTC) fortune.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://yro.slashdot.org/story/22/01/13/2146204/jack-dorsey-announces-bitcoin-legal-defense-fund?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-14T01:25:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b7fcf0c382188659590647052867a4ac", + "highlights": [] + }, + { + "title": "Carmakers Launch Desperate Attempt To Delay Massachusetts Right-to-Repair Law", + "description": "An anonymous reader quotes a report from Gizmodo: Major car manufacturers aren't giving up on their efforts to stymie Massachusetts' right to repair legislation. Less than two years after residents in the state voted in favor of updated right to repair laws that would let independent auto repair shops receive telematics data from vehicles, groups representing auto manufacturers are now introducing their own new proposals that would delay the law's implementation. If passed, the two new proposals, first viewed by Motherboard, would push back the starting date of Massachusetts' right to repair law to 2025, three years later than the original 2022 start date. Though supporters of the proposal argue the extra years would give automakers more time to comply with the laws, the efforts were derided by critics like Massachusetts Right to Repair Coalition Director Tommy Hickey.\n \n\"Massachusetts consumers have spoken, and the law now gives them the right to control their own repair data so that they can get their car fixed where they want,\" Hickey told the Gloucester Daily Times. \"However, instead of listening to their customers and attempting to comply with the ballot initiative, automakers and dealers filed a baseless, anti-democratic lawsuit.\" For those unaware, Massachusetts' 2020 law was intended to make it easier for small auto shops to access diagnostic data about vehicles without the need for proprietary tools available only to manufacturers. When the law goes into effect, The Drive notes, it would require any automaker doing business in the state to allow this telematics data to be accessible through a smartphone app.\n \nThe auto industry has argued making such tools more widely available could come with cybersecurity and vehicle safety risks, though that line of argument has often come across as more akin to fearmongering than actual concern for consumers' well-being. (One ad paid for by the Alliance for Automotive Innovation tried to convince viewers a sexual predator could use vehicle data to stalk and prey upon their victims). Industry groups representing carmakers even went as far as to file a lawsuit in U.S. District Court arguing the law was unconstitutional. The ruling on that suit has yet to be determined.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "An anonymous reader quotes a report from Gizmodo: Major car manufacturers aren't giving up on their efforts to stymie Massachusetts' right to repair legislation. Less than two years after residents in the state voted in favor of updated right to repair laws that would let independent auto repair shops receive telematics data from vehicles, groups representing auto manufacturers are now introducing their own new proposals that would delay the law's implementation. If passed, the two new proposals, first viewed by Motherboard, would push back the starting date of Massachusetts' right to repair law to 2025, three years later than the original 2022 start date. Though supporters of the proposal argue the extra years would give automakers more time to comply with the laws, the efforts were derided by critics like Massachusetts Right to Repair Coalition Director Tommy Hickey.\n \n\"Massachusetts consumers have spoken, and the law now gives them the right to control their own repair data so that they can get their car fixed where they want,\" Hickey told the Gloucester Daily Times. \"However, instead of listening to their customers and attempting to comply with the ballot initiative, automakers and dealers filed a baseless, anti-democratic lawsuit.\" For those unaware, Massachusetts' 2020 law was intended to make it easier for small auto shops to access diagnostic data about vehicles without the need for proprietary tools available only to manufacturers. When the law goes into effect, The Drive notes, it would require any automaker doing business in the state to allow this telematics data to be accessible through a smartphone app.\n \nThe auto industry has argued making such tools more widely available could come with cybersecurity and vehicle safety risks, though that line of argument has often come across as more akin to fearmongering than actual concern for consumers' well-being. (One ad paid for by the Alliance for Automotive Innovation tried to convince viewers a sexual predator could use vehicle data to stalk and prey upon their victims). Industry groups representing carmakers even went as far as to file a lawsuit in U.S. District Court arguing the law was unconstitutional. The ruling on that suit has yet to be determined.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://tech.slashdot.org/story/22/01/13/2138212/carmakers-launch-desperate-attempt-to-delay-massachusetts-right-to-repair-law?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-14T00:45:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3baf4035d82ffe7c9de086040d72d6b6", + "highlights": [] + }, + { + "title": "More Than 1 Million Fewer Students Are In College, the Lowest Numbers In 50 Years", + "description": "More than 1 million fewer students are enrolled in college now than before the pandemic began. NPR reports: According to new data released Thursday, U.S. colleges and universities saw a drop of nearly 500,000 undergraduate students in the fall of 2021, continuing a historic decline that began the previous fall. Compared with the fall of 2019, the last fall semester before the coronavirus pandemic, undergraduate enrollment has fallen a total of 6.6%. That represents the largest two-year decrease in more than 50 years.\n \nThe nation's community colleges are continuing to feel the bulk of the decline, with a 13% enrollment drop over the course of the pandemic. But the fall 2021 numbers show that bachelor's degree-seeking students at four-year colleges are making up about half of the shrinkage in undergraduate students, a big shift from the fall of 2020, when the vast majority of the declines were among associate degree seekers. Graduate program enrollment, which saw an increase in the fall of 2020, declined slightly, down by nearly 11,000 in the fall of 2021. Overall, enrollment in undergraduate and graduate programs has been trending downward since around 2012, but the pandemic turbocharged the declines at the undergrad level. \"The easiest assumption is that they're out there working,\" says Doug Shapiro, who leads the research center at the National Student Clearinghouse, where the new data comes from. \"Unemployment is down. The labor market is good. Wages are rising for workers in low-skilled jobs. So if you have a high school diploma, this seems like a pretty good time to be out there making some money.\"\n \n\"It's very tempting for high school graduates, but the fear is that they are trading a short-term gain for a long-term loss,\" Shapiro says. \"And the longer they stay away from college, you know, life starts to happen and it becomes harder and harder to start thinking about yourself going back into a classroom.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "More than 1 million fewer students are enrolled in college now than before the pandemic began. NPR reports: According to new data released Thursday, U.S. colleges and universities saw a drop of nearly 500,000 undergraduate students in the fall of 2021, continuing a historic decline that began the previous fall. Compared with the fall of 2019, the last fall semester before the coronavirus pandemic, undergraduate enrollment has fallen a total of 6.6%. That represents the largest two-year decrease in more than 50 years.\n \nThe nation's community colleges are continuing to feel the bulk of the decline, with a 13% enrollment drop over the course of the pandemic. But the fall 2021 numbers show that bachelor's degree-seeking students at four-year colleges are making up about half of the shrinkage in undergraduate students, a big shift from the fall of 2020, when the vast majority of the declines were among associate degree seekers. Graduate program enrollment, which saw an increase in the fall of 2020, declined slightly, down by nearly 11,000 in the fall of 2021. Overall, enrollment in undergraduate and graduate programs has been trending downward since around 2012, but the pandemic turbocharged the declines at the undergrad level. \"The easiest assumption is that they're out there working,\" says Doug Shapiro, who leads the research center at the National Student Clearinghouse, where the new data comes from. \"Unemployment is down. The labor market is good. Wages are rising for workers in low-skilled jobs. So if you have a high school diploma, this seems like a pretty good time to be out there making some money.\"\n \n\"It's very tempting for high school graduates, but the fear is that they are trading a short-term gain for a long-term loss,\" Shapiro says. \"And the longer they stay away from college, you know, life starts to happen and it becomes harder and harder to start thinking about yourself going back into a classroom.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://news.slashdot.org/story/22/01/13/2131205/more-than-1-million-fewer-students-are-in-college-the-lowest-numbers-in-50-years?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-14T00:02:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "86f6d9bf8dd302377a612fd86487ae04", + "highlights": [] + }, + { + "title": "Fortnite Sneaks Back Onto iPhone By Way Of GeForce Now", + "description": "It's been 518 days since Apple kicked Fortnite off of the App Store after Epic Games tried to bypass its payment system. Now the popular free-to-play battle royale is once again playable on iPhones, sort of. From a report: Starting next week, Fortnite will be available on iOS by way of streaming, as part of an upcoming closed beta for Nvidia's GeForce Now game streaming program. \"Fortnite on GeForce NOW will launch in a limited-time closed beta for mobile, all streamed through the Safari web browser on iOS and the GeForce NOW Android app,\" Nvidia announced on its blog today. \"The beta is open for registration for all GeForce NOW members, and will help test our server capacity, graphics delivery and new touch controls performance.\" \n\nGeForce Now, subscriptions for which range from free to $200 a year for the premium tier, lets users stream games they already own to PCs, tablets, and smartphones. It's one way to make blockbuster PC games portable, or to play them on rigs with beefier specs than the ones people already have at home. In Fortnite's case, GeForce Now subscribers will soon be able to stream the shooter to iOS devices and play it using touch controls via Apple's Safari. The browser workaround is one way companies like Microsoft have been able to get their game streaming platforms on iPhones despite Apple's ban on allowing them inside its App Store. Now its bringing back the game that kicked off a massive, messy, year-long legal battle that's still raging to this day.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "It's been 518 days since Apple kicked Fortnite off of the App Store after Epic Games tried to bypass its payment system. Now the popular free-to-play battle royale is once again playable on iPhones, sort of. From a report: Starting next week, Fortnite will be available on iOS by way of streaming, as part of an upcoming closed beta for Nvidia's GeForce Now game streaming program. \"Fortnite on GeForce NOW will launch in a limited-time closed beta for mobile, all streamed through the Safari web browser on iOS and the GeForce NOW Android app,\" Nvidia announced on its blog today. \"The beta is open for registration for all GeForce NOW members, and will help test our server capacity, graphics delivery and new touch controls performance.\" \n\nGeForce Now, subscriptions for which range from free to $200 a year for the premium tier, lets users stream games they already own to PCs, tablets, and smartphones. It's one way to make blockbuster PC games portable, or to play them on rigs with beefier specs than the ones people already have at home. In Fortnite's case, GeForce Now subscribers will soon be able to stream the shooter to iOS devices and play it using touch controls via Apple's Safari. The browser workaround is one way companies like Microsoft have been able to get their game streaming platforms on iPhones despite Apple's ban on allowing them inside its App Store. Now its bringing back the game that kicked off a massive, messy, year-long legal battle that's still raging to this day.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://apple.slashdot.org/story/22/01/13/2041258/fortnite-sneaks-back-onto-iphone-by-way-of-geforce-now?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-13T23:25:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3a2c642651461e75d386670524bc75f9", + "highlights": [] + }, + { + "title": "Epstein-Barr Virus Found To Trigger Multiple Sclerosis", + "description": "An anonymous reader quotes a report from Scientific American: A connection between the human herpesvirus Epstein-Barr and multiple sclerosis (MS) has long been suspected but has been difficult to prove. Epstein-Barr virus (EBV) is the primary cause of mononucleosis and is so common that 95 percent of adults carry it. Unlike Epstein-Barr, MS, a devastating demyelinating disease of the central nervous system, is relatively rare. It affects 2.8 million people worldwide. But people who contract infectious mononucleosis are at slightly increased risk of developing MS. In the disease, inflammation damages the myelin sheath that insulates nerve cells, ultimately disrupting signals to and from the brain and causing a variety of symptoms, from numbness and pain to paralysis. To prove that infection with Epstein-Barr causes MS, however, a research study would have to show that people would not develop the disease if they were not first infected with the virus. A randomized trial to test such a hypothesis by purposely infecting thousands of people would of course be unethical.\n \nInstead researchers at the Harvard T. H. Chan School of Public Health and Harvard Medical School turned to what they call \"an experiment of nature.\" They used two decades of blood samples from more than 10 million young adults on active duty in the U.S. military (the samples were taken for routine HIV testing). About 5 percent of those individuals (several hundred thousand people) were negative for Epstein-Barr when they started military service, and 955 eventually developed MS. The researchers were able to compare the outcomes of those who were subsequently infected and those who were not. The results, published on September 13 in Science, show that the risk of multiple sclerosis increased 32-fold after infection with Epstein-Barr but not after infection with other viruses. \"These findings cannot be explained by any known risk factor for MS and suggest EBV as the leading cause of MS,\" the researchers wrote. In an accompanying commentary, immunologists William H. Robinson and Lawrence Steinman, both at Stanford University, wrote, \"These findings provide compelling data that implicate EBV as the trigger for the development of MS.\" Epidemiologist Alberto Ascherio, senior author of the new study, says, \"The bottom line is almost: if you're not infected with EBV, you don't get MS. It's rare to get such black-and-white results.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "An anonymous reader quotes a report from Scientific American: A connection between the human herpesvirus Epstein-Barr and multiple sclerosis (MS) has long been suspected but has been difficult to prove. Epstein-Barr virus (EBV) is the primary cause of mononucleosis and is so common that 95 percent of adults carry it. Unlike Epstein-Barr, MS, a devastating demyelinating disease of the central nervous system, is relatively rare. It affects 2.8 million people worldwide. But people who contract infectious mononucleosis are at slightly increased risk of developing MS. In the disease, inflammation damages the myelin sheath that insulates nerve cells, ultimately disrupting signals to and from the brain and causing a variety of symptoms, from numbness and pain to paralysis. To prove that infection with Epstein-Barr causes MS, however, a research study would have to show that people would not develop the disease if they were not first infected with the virus. A randomized trial to test such a hypothesis by purposely infecting thousands of people would of course be unethical.\n \nInstead researchers at the Harvard T. H. Chan School of Public Health and Harvard Medical School turned to what they call \"an experiment of nature.\" They used two decades of blood samples from more than 10 million young adults on active duty in the U.S. military (the samples were taken for routine HIV testing). About 5 percent of those individuals (several hundred thousand people) were negative for Epstein-Barr when they started military service, and 955 eventually developed MS. The researchers were able to compare the outcomes of those who were subsequently infected and those who were not. The results, published on September 13 in Science, show that the risk of multiple sclerosis increased 32-fold after infection with Epstein-Barr but not after infection with other viruses. \"These findings cannot be explained by any known risk factor for MS and suggest EBV as the leading cause of MS,\" the researchers wrote. In an accompanying commentary, immunologists William H. Robinson and Lawrence Steinman, both at Stanford University, wrote, \"These findings provide compelling data that implicate EBV as the trigger for the development of MS.\" Epidemiologist Alberto Ascherio, senior author of the new study, says, \"The bottom line is almost: if you're not infected with EBV, you don't get MS. It's rare to get such black-and-white results.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://science.slashdot.org/story/22/01/13/2116229/epstein-barr-virus-found-to-trigger-multiple-sclerosis?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-13T22:45:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "46ad6dec14502f3688bd950ceb272946", + "highlights": [] + }, + { + "title": "China To Create Own NFT Industry Based on State-backed Blockchain Infrastructure", + "description": "China's state-backed Blockchain Services Network (BSN) plans to roll out infrastructure at the end of this month to support the deployment of non-fungible tokens (NFTs), a major step to creating a Chinese NFT industry that is not linked to cryptocurrencies. From a report: Although Beijing has banned cryptocurrencies, He Yifan, chief executive of Red Date Technology, which provides technical support to BSN, told the South China Morning Post that NFTs \"have no legal issue in China\" as long as they distance themselves from cryptocurrencies like bitcoin. The infrastructure, named the BSN-Distributed Digital Certificate (BSN-DDC), to differentiate it from crypto-transacted NFTs, will offer application programming interfaces for businesses or individuals so they can build their own user portals or apps to manage NFTs. Only Chinese yuan is allowed for purchases and service fees. \"NFTs in China will see annual output in the billions in the future,\" He said in an interview.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "China's state-backed Blockchain Services Network (BSN) plans to roll out infrastructure at the end of this month to support the deployment of non-fungible tokens (NFTs), a major step to creating a Chinese NFT industry that is not linked to cryptocurrencies. From a report: Although Beijing has banned cryptocurrencies, He Yifan, chief executive of Red Date Technology, which provides technical support to BSN, told the South China Morning Post that NFTs \"have no legal issue in China\" as long as they distance themselves from cryptocurrencies like bitcoin. The infrastructure, named the BSN-Distributed Digital Certificate (BSN-DDC), to differentiate it from crypto-transacted NFTs, will offer application programming interfaces for businesses or individuals so they can build their own user portals or apps to manage NFTs. Only Chinese yuan is allowed for purchases and service fees. \"NFTs in China will see annual output in the billions in the future,\" He said in an interview.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://tech.slashdot.org/story/22/01/13/2111239/china-to-create-own-nft-industry-based-on-state-backed-blockchain-infrastructure?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-13T22:05:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3aea18bfd52ac16d777b45b94f4f74ec", + "highlights": [] + }, + { + "title": "January 6 Committee Subpoenas Social Media Giants In Probe of Capitol Attack", + "description": "The House select committee investigating the deadly Capitol riot has subpoenaed social media giants Twitter, Reddit and the parent companies of Facebook and Google, the panel's chairman said Thursday. CNBC reports: The select committee had asked a trove of records last summer from those and other social companies, but received \"inadequate responses\" from four of the largest platforms, according to a press release Thursday. The committee is once again demanding that Google parent company Alphabet, Twitter, Reddit and Meta -- formerly known as Facebook -- hand over a slew of records relating to domestic terrorism, the spread of misinformation and efforts to influence or overturn the 2020 election.\n \n\"Two key questions for the Select Committee are how the spread of misinformation and violent extremism contributed to the violent attack on our democracy, and what steps -- if any -- social media companies took to prevent their platforms from being breeding grounds for radicalizing people to violence,\" Chairman Bennie Thompson, D-Miss., said in the press release. \"It's disappointing that after months of engagement, we still do not have the documents and information necessary to answer those basic questions,\" Thompson said. \"The Select Committee is working to get answers for the American people and help ensure nothing like January 6th ever happens again. We cannot allow our important work to be delayed any further.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "The House select committee investigating the deadly Capitol riot has subpoenaed social media giants Twitter, Reddit and the parent companies of Facebook and Google, the panel's chairman said Thursday. CNBC reports: The select committee had asked a trove of records last summer from those and other social companies, but received \"inadequate responses\" from four of the largest platforms, according to a press release Thursday. The committee is once again demanding that Google parent company Alphabet, Twitter, Reddit and Meta -- formerly known as Facebook -- hand over a slew of records relating to domestic terrorism, the spread of misinformation and efforts to influence or overturn the 2020 election.\n \n\"Two key questions for the Select Committee are how the spread of misinformation and violent extremism contributed to the violent attack on our democracy, and what steps -- if any -- social media companies took to prevent their platforms from being breeding grounds for radicalizing people to violence,\" Chairman Bennie Thompson, D-Miss., said in the press release. \"It's disappointing that after months of engagement, we still do not have the documents and information necessary to answer those basic questions,\" Thompson said. \"The Select Committee is working to get answers for the American people and help ensure nothing like January 6th ever happens again. We cannot allow our important work to be delayed any further.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://yro.slashdot.org/story/22/01/13/2123201/january-6-committee-subpoenas-social-media-giants-in-probe-of-capitol-attack?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-13T21:26:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0ba42599c7d4c03dac716d13d9ef7d4b", + "highlights": [] + }, + { + "title": "Ground Temperatures Hit 129F as Argentina Suffers Blackouts", + "description": "Ground temperatures climbed above 129 degrees Fahrenheit (54 degrees Celsius) in parts of Argentina this week as the country suffers through a shockingly hot start to summer. Air temperatures were equally suffocating, leading to widespread blackouts as the Southern Cone attempts to beat the heat. From a report: Copernicus's Sentinel 3 satellite recorded the extreme ground temperatures. Those temperatures are different than air temperatures, which is our usual way of conveying how hot a place is. The surface of the Earth tend to be hotter than air temperatures, given that heat can more easily dissipate in the air. But air temperatures are still pretty unbearable in Argentina. On Tuesday, temperatures rose to 106.7 degrees Fahrenheit (41.5 degrees Celsius) in Buenos Aires, the second-highest reading in the city in more than 100 years of records. Other parts of the country saw temperatures as high as 113 degrees Fahrenheit (45 degrees Celsius). The heat was so bad in Argentina on Tuesday that it was briefly the hottest place in the world, surpassing parts of Australia that usually have that honor during austral summer. \"This is a heat wave of extraordinary characteristics, with extreme temperature values ââthat will even be analyzed after its completion, and it may generate some historical records for Argentina temperatures and persistence of heat,\" meteorologist Lucas Berengua told Reuters.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Ground temperatures climbed above 129 degrees Fahrenheit (54 degrees Celsius) in parts of Argentina this week as the country suffers through a shockingly hot start to summer. Air temperatures were equally suffocating, leading to widespread blackouts as the Southern Cone attempts to beat the heat. From a report: Copernicus's Sentinel 3 satellite recorded the extreme ground temperatures. Those temperatures are different than air temperatures, which is our usual way of conveying how hot a place is. The surface of the Earth tend to be hotter than air temperatures, given that heat can more easily dissipate in the air. But air temperatures are still pretty unbearable in Argentina. On Tuesday, temperatures rose to 106.7 degrees Fahrenheit (41.5 degrees Celsius) in Buenos Aires, the second-highest reading in the city in more than 100 years of records. Other parts of the country saw temperatures as high as 113 degrees Fahrenheit (45 degrees Celsius). The heat was so bad in Argentina on Tuesday that it was briefly the hottest place in the world, surpassing parts of Australia that usually have that honor during austral summer. \"This is a heat wave of extraordinary characteristics, with extreme temperature values ââthat will even be analyzed after its completion, and it may generate some historical records for Argentina temperatures and persistence of heat,\" meteorologist Lucas Berengua told Reuters.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://news.slashdot.org/story/22/01/13/2036235/ground-temperatures-hit-129f-as-argentina-suffers-blackouts?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-13T20:45:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "78cd81328a8d3ab793c8452f035b4600", + "highlights": [] + }, { "title": "Asia's Richest Man Plans To Invest $76 Billion in Green Projects", "description": "The conglomerate led by Mukesh Ambani, Asia's richest man, announced plans to invest $76 billion toward clean energy projects, dwarfing an earlier commitment of $10 billion by the world's biggest fossil-fuel billionaire. From a report: Reliance Industries, controlled by Ambani, has signed pacts with the state government of Gujarat for a total investment of 5.96 trillion rupees ($81 billion), according to an exchange filing Thursday. Of this, about 5 trillion rupees would be used over the next 15 years to build 100 gigawatts of renewable power projects and a green hydrogen network while 600 billion rupees will be for factories making solar modules, hydrogen electrolyzers, fuel cells and storage batteries, the filing said. The remaining sum is to be spent in the retail-to-refining group's new and existing projects, including the upgrade of its telecom network for 5G services and expansion of its consumer retail businesses. Reliance has already \"started the process of scouting land\" for its renewable energy power projects and has requested the Gujarat administration for 450,000 acres (182,110 hectares) in the arid Kutch region. Though the investment pact is just a memorandum of understanding right now, it outlines the scope of Ambani's green ambitions and is a big step up from the $10 billion investment over three years he had announced in June. Ambani is in the midst of transforming his fossil fuel-fed empire and pivoting it toward green energy and digital technology.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", @@ -437311,6 +458321,292 @@ "image": null, "description": "Original and proudly opinionated perspectives for Generation T", "items": [ + { + "title": "To live on the Moon, we need to extract its oxygen", + "description": "
    Alongside advances in space exploration, we’ve recently seen much time and money invested into technologies that could allow effective space resource utilization. And at the forefront of these efforts has been a laser-sharp focus on finding the best way to produce oxygen on the Moon. In October, the Australian Space Agency and NASA signed a deal to send an Australian-made rover to the Moon under the Artemis program, with a goal to collect lunar rocks that could ultimately provide breathable oxygen on the Moon. Although the Moon does have an atmosphere, it’s very thin and composed mostly of hydrogen, neon,…

    This story continues at The Next Web
    \n \n
    ", + "content": "
    Alongside advances in space exploration, we’ve recently seen much time and money invested into technologies that could allow effective space resource utilization. And at the forefront of these efforts has been a laser-sharp focus on finding the best way to produce oxygen on the Moon. In October, the Australian Space Agency and NASA signed a deal to send an Australian-made rover to the Moon under the Artemis program, with a goal to collect lunar rocks that could ultimately provide breathable oxygen on the Moon. Although the Moon does have an atmosphere, it’s very thin and composed mostly of hydrogen, neon,…

    This story continues at The Next Web
    \n \n
    ", + "category": "Space", + "link": "https://thenextweb.com/news/live-on-the-moon-extract-its-oxygen", + "creator": "The Conversation", + "pubDate": "Sat, 15 Jan 2022 11:00:30 +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%2FMoon-space-station-hed-shutterstock_1862726671-e1642174759612.jpg&signature=17f028f162830500c5e42cbb48ac90f3", + "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%2FMoon-space-station-hed-shutterstock_1862726671-e1642174759612.jpg&signature=17f028f162830500c5e42cbb48ac90f3", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ffe5307fac7dc966f24b53011caf4397", + "highlights": [] + }, + { + "title": "Netflix raises prices for the 6th time since 2014", + "description": "
    The unfortunately inevitable has arrived: Netflix is raising its prices (in the US and Canada, for now). Here’s the TL;DR in the US: The Basic Plan (480p, 1 device at a time) is going from $8.99 to $9.99 The Standard Plan (1080P, 2 devices) is going from $13.99 to $15.49 The Premium Plan (4K, 4 devices) is going from $17.99 to $19.99 In Canada, Standard plans will now cost $16.49 CAD (up from $14.99 CAD) and premium plans will cost $20.99 CAD (up from $18.99)  — basic plans remain the same up north. The prices are effective immediately for new…

    This story continues at The Next Web

    Or just read more coverage about: Netflix
    \n \n
    ", + "content": "
    The unfortunately inevitable has arrived: Netflix is raising its prices (in the US and Canada, for now). Here’s the TL;DR in the US: The Basic Plan (480p, 1 device at a time) is going from $8.99 to $9.99 The Standard Plan (1080P, 2 devices) is going from $13.99 to $15.49 The Premium Plan (4K, 4 devices) is going from $17.99 to $19.99 In Canada, Standard plans will now cost $16.49 CAD (up from $14.99 CAD) and premium plans will cost $20.99 CAD (up from $18.99)  — basic plans remain the same up north. The prices are effective immediately for new…

    This story continues at The Next Web

    Or just read more coverage about: Netflix
    \n \n
    ", + "category": "Plugged", + "link": "https://thenextweb.com/news/netflix-gets-more-expensive", + "creator": "Napier Lopez", + "pubDate": "Fri, 14 Jan 2022 22:06:52 +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%2FNetflix-Money-copy.jpg&signature=704ccd2fc73d369690d04f7da5eaf9c4", + "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%2FNetflix-Money-copy.jpg&signature=704ccd2fc73d369690d04f7da5eaf9c4", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "06195298d89de04506359250f9f67d10", + "highlights": [] + }, + { + "title": "Why is the NFL crowd-sourcing feckless AI solutions to its concussion problem?", + "description": "
    The NFL and Amazon Web Services (AWS) today announced the results of their second annual artificial intelligence competition. In total, five teams split the $100K prize. And I can’t think of any reason why you should care. Up front: According to the NFL, the contest is supposed to help solve its injury problems using machine learning. Here’s what the league had to say in today’s press release: The NFL reviews game footage of all major injuries, analyzing each injury frame-by-frame from every angle, recording 150 different variables. The winners’ models automate that process, making review more comprehensive, accurate and 83…

    This story continues at The Next Web
    \n \n
    ", + "content": "
    The NFL and Amazon Web Services (AWS) today announced the results of their second annual artificial intelligence competition. In total, five teams split the $100K prize. And I can’t think of any reason why you should care. Up front: According to the NFL, the contest is supposed to help solve its injury problems using machine learning. Here’s what the league had to say in today’s press release: The NFL reviews game footage of all major injuries, analyzing each injury frame-by-frame from every angle, recording 150 different variables. The winners’ models automate that process, making review more comprehensive, accurate and 83…

    This story continues at The Next Web
    \n \n
    ", + "category": "Neural", + "link": "https://thenextweb.com/news/why-nfl-crowd-sourcing-feckless-ai-solutions-concussion-problem", + "creator": "Tristan Greene", + "pubDate": "Fri, 14 Jan 2022 20:15:51 +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%2Fwtfnfl.jpg&signature=3a6bd4bb42667b0870ebb0eb8fea098d", + "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%2Fwtfnfl.jpg&signature=3a6bd4bb42667b0870ebb0eb8fea098d", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "eb655c9a6722e31a9f8f9b3a7cbcf6ed", + "highlights": [] + }, + { + "title": "Your childhood dreams aren’t dead yet: NASA needs more astronauts", + "description": "
    Your childhood dreams may have been crushed, but NASA has offered hope that they could yet be fulfilled. According to a new report discovered by Space.com, the space agency may soon need more astronauts — and you could be one of them. Possibly. The report reveals that NASA’s astronaut corps has shrunk from nearly 150 people to just 44. As the agency prepares to send humans to the Moon and Mars, officials are concerned that this cadre is too small. These concerns have been bubbling for some time. In March 2020, NASA announced that it needed new explorers to cover its…

    This story continues at The Next Web

    Or just read more coverage about: NASA
    \n \n
    ", + "content": "
    Your childhood dreams may have been crushed, but NASA has offered hope that they could yet be fulfilled. According to a new report discovered by Space.com, the space agency may soon need more astronauts — and you could be one of them. Possibly. The report reveals that NASA’s astronaut corps has shrunk from nearly 150 people to just 44. As the agency prepares to send humans to the Moon and Mars, officials are concerned that this cadre is too small. These concerns have been bubbling for some time. In March 2020, NASA announced that it needed new explorers to cover its…

    This story continues at The Next Web

    Or just read more coverage about: NASA
    \n \n
    ", + "category": "Insider", + "link": "https://thenextweb.com/news/nasa-may-need-new-astronauts-how-to-become-an-astronaut", + "creator": "Thomas Macaulay", + "pubDate": "Fri, 14 Jan 2022 17:57:38 +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-5.jpg&signature=f168ee648e5cf014286985459d8fdba2", + "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-5.jpg&signature=f168ee648e5cf014286985459d8fdba2", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8460b756c18d8a5e88fffad77096e8ca", + "highlights": [] + }, + { + "title": "Over half in UK not ready for autonomous vehicles", + "description": "
    This article was originally published by Christopher Carey on Cities Today, the leading news platform on urban mobility and innovation, reaching an international audience of city leaders. For the latest updates, follow Cities Today on Twitter, Facebook, LinkedIn, Instagram, and YouTube, or sign up for Cities Today News. Results from the UK’s first multi-city autonomous vehicle(AV) trial have revealed that 55 percent of respondents would not feel comfortable using a self-driving car if given the opportunity, Findings from a national survey – which analysed 2,500 responses – also found that just 30 percent of those surveyed believed self-driving vehicles will be safer than traditional vehicles, with 44 percent…

    This story continues at The Next Web
    \n \n
    ", + "content": "
    This article was originally published by Christopher Carey on Cities Today, the leading news platform on urban mobility and innovation, reaching an international audience of city leaders. For the latest updates, follow Cities Today on Twitter, Facebook, LinkedIn, Instagram, and YouTube, or sign up for Cities Today News. Results from the UK’s first multi-city autonomous vehicle(AV) trial have revealed that 55 percent of respondents would not feel comfortable using a self-driving car if given the opportunity, Findings from a national survey – which analysed 2,500 responses – also found that just 30 percent of those surveyed believed self-driving vehicles will be safer than traditional vehicles, with 44 percent…

    This story continues at The Next Web
    \n \n
    ", + "category": "Shift", + "link": "https://thenextweb.com/news/over-half-uk-not-ready-for-autonomous-vehicles-syndication", + "creator": "Cities Today", + "pubDate": "Fri, 14 Jan 2022 15:59:25 +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-45-9.jpg&signature=1dc6e7f7cd2ab61726ab1199c938ca5c", + "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-45-9.jpg&signature=1dc6e7f7cd2ab61726ab1199c938ca5c", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2d6554d7f6ab44d92e6adc25c630c558", + "highlights": [] + }, + { + "title": "5 tips to keep your computer FAST AF after updates", + "description": "
    “Please download an update” pops up on most people’s computers regularly, but many worry about doing just that in case their computer doesn’t work as well afterward. Computer users install software updates to improve the performance and security of their computers. However, slowdowns can happen. There are several reasons why. If your computer has limited amount of random access memory (the physical hardware inside a computer that temporarily stores data), then updates could slow your computer down. Nowadays, 4-8GB RAM would be limited, and 16-32GB would be ideal for a general-purpose computer. Software updates often require the use of additional…

    This story continues at The Next Web
    \n \n
    ", + "content": "
    “Please download an update” pops up on most people’s computers regularly, but many worry about doing just that in case their computer doesn’t work as well afterward. Computer users install software updates to improve the performance and security of their computers. However, slowdowns can happen. There are several reasons why. If your computer has limited amount of random access memory (the physical hardware inside a computer that temporarily stores data), then updates could slow your computer down. Nowadays, 4-8GB RAM would be limited, and 16-32GB would be ideal for a general-purpose computer. Software updates often require the use of additional…

    This story continues at The Next Web
    \n \n
    ", + "category": "Plugged", + "link": "https://thenextweb.com/news/5-tips-to-keep-computer-fast-after-updates", + "creator": "The Conversation", + "pubDate": "Fri, 14 Jan 2022 15:00:28 +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%2Fslow-internet-1.jpeg&signature=358b310db97aac7dd7b5edf442eeb779", + "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%2Fslow-internet-1.jpeg&signature=358b310db97aac7dd7b5edf442eeb779", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "50d68e41811b37c35930d61dc9268906", + "highlights": [] + }, + { + "title": "Gen Z is surprisingly nostalgic about BlackBerry phones", + "description": "
    If you love commemorating historic dates, I’ve got one for you: January 4, 2022. That, friends, is the day old BlackBerry finally died. It’s been a long fall for the company. For a while, BlackBerry was… well, I don’t know about cool, but it was popular. More than that, it defined a particular moment in our collective memory. This was the start of the mobile era, a time when having a full keyboard on a phone felt revolutionary. But all good things must end. The classic BlackBerry devices (those made before the switch to Android) stopped working on January 4. These…

    This story continues at The Next Web

    Or just read more coverage about: Blackberry
    \n \n
    ", + "content": "
    If you love commemorating historic dates, I’ve got one for you: January 4, 2022. That, friends, is the day old BlackBerry finally died. It’s been a long fall for the company. For a while, BlackBerry was… well, I don’t know about cool, but it was popular. More than that, it defined a particular moment in our collective memory. This was the start of the mobile era, a time when having a full keyboard on a phone felt revolutionary. But all good things must end. The classic BlackBerry devices (those made before the switch to Android) stopped working on January 4. These…

    This story continues at The Next Web

    Or just read more coverage about: Blackberry
    \n \n
    ", + "category": "Plugged", + "link": "https://thenextweb.com/news/gen-z-nostalgic-about-blackberry-phones-interview-analysis", + "creator": "Callum Booth", + "pubDate": "Fri, 14 Jan 2022 14:54: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%2F2022%2F01%2FBlackBerry-phones-discontinued-gen-z-nostalgia.jpg&signature=702b2ba253ce0d2d9143ba3831db69e2", + "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%2FBlackBerry-phones-discontinued-gen-z-nostalgia.jpg&signature=702b2ba253ce0d2d9143ba3831db69e2", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "485fa98c3c9052015e73dd0c4a0fa453", + "highlights": [] + }, + { + "title": "How NASA’s 2022 lunar mission paves the way for humans’ return to the Moon", + "description": "
    On December 19 1972, astronauts Eugene Cernan, Harrison Schmitt, and Ronald Evans splashed down safely in the Pacific Ocean, ending the Apollo 17 lunar mission. They were the last people to travel beyond low-Earth orbit – typically defined as less than 1,000km above the Earth’s surface. Some 49 years later, we are approaching the launch of NASA’s Artemis 1 lunar mission. Artemis is the latest in a long series of projects over many decades to attempt a human return to the Moon. It’s by far the closest one to being realized, with the earliest launch attempts currently scheduled for March…

    This story continues at The Next Web

    Or just read more coverage about: NASA
    \n \n
    ", + "content": "
    On December 19 1972, astronauts Eugene Cernan, Harrison Schmitt, and Ronald Evans splashed down safely in the Pacific Ocean, ending the Apollo 17 lunar mission. They were the last people to travel beyond low-Earth orbit – typically defined as less than 1,000km above the Earth’s surface. Some 49 years later, we are approaching the launch of NASA’s Artemis 1 lunar mission. Artemis is the latest in a long series of projects over many decades to attempt a human return to the Moon. It’s by far the closest one to being realized, with the earliest launch attempts currently scheduled for March…

    This story continues at The Next Web

    Or just read more coverage about: NASA
    \n \n
    ", + "category": "Space", + "link": "https://thenextweb.com/news/nasas-2022-lunar-mission-humans-return-to-moon-syndication", + "creator": "The Conversation", + "pubDate": "Fri, 14 Jan 2022 12:46: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%2Freturntomoon.jpg&signature=598c3e58f2cd55b8e1aa2c1df62bbb94", + "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%2Freturntomoon.jpg&signature=598c3e58f2cd55b8e1aa2c1df62bbb94", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "057fe48d5fc162e406a3337230506c40", + "highlights": [] + }, + { + "title": "EV sales can overthrow gas-guzzlers in Europe by 2025, study finds", + "description": "
    Efforts by automakers and legislators seem to be paying off, as a new study found that consumers’ transition to all-electric vehicles in the EU and UK is “inevitable.” The study was conducted by Element Energy and included 14,000 respondents from the UK, France, Italy, Spain, Germany, Poland, and the Netherlands. You know, the countries that make up nearly 80% of the new passenger car registrations across the EU, UK, and EFTA region. And, folks, the key findings are so optimistic that they’ve really made my day. So, let’s get cracking. 1. Lower upfront cost will make EVs the most in-demand powertrain…

    This story continues at The Next Web
    \n \n
    ", + "content": "
    Efforts by automakers and legislators seem to be paying off, as a new study found that consumers’ transition to all-electric vehicles in the EU and UK is “inevitable.” The study was conducted by Element Energy and included 14,000 respondents from the UK, France, Italy, Spain, Germany, Poland, and the Netherlands. You know, the countries that make up nearly 80% of the new passenger car registrations across the EU, UK, and EFTA region. And, folks, the key findings are so optimistic that they’ve really made my day. So, let’s get cracking. 1. Lower upfront cost will make EVs the most in-demand powertrain…

    This story continues at The Next Web
    \n \n
    ", + "category": "Shift", + "link": "https://thenextweb.com/news/ev-sales-can-overthrow-gas-guzzlers-europe-2025-study-finds", + "creator": "Ioanna Lykiardopoulou", + "pubDate": "Fri, 14 Jan 2022 12:38:27 +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-45-8.jpg&signature=46922ec5f383df3952bf0dc62dd410e3", + "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-45-8.jpg&signature=46922ec5f383df3952bf0dc62dd410e3", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "36566dd17cc43bf845510fbde487411e", + "highlights": [] + }, + { + "title": "The TLDR bill wants to make those long-ass T&Cs digestible", + "description": "
    Facebook‘s basic terms of service have more than 4,200 words, and Twitter’s basic terms of service have more than 3,000 words. It would take you days to go through them if you REALLY want to understand what these companies stipulate when you agree to use their products. Pages-long terms of service agreements have been a pain in the neck for ages, but a new bill introduced in the US could be our savior. The Terms-of-service Labeling, Design and Readability (TLDR) Act, introduced by a bipartisan trio of Senators Bill Cassidy and Ben Ray Luján, and Congresswoman Lori Trahan, aims to…

    This story continues at The Next Web
    \n \n
    ", + "content": "
    Facebook‘s basic terms of service have more than 4,200 words, and Twitter’s basic terms of service have more than 3,000 words. It would take you days to go through them if you REALLY want to understand what these companies stipulate when you agree to use their products. Pages-long terms of service agreements have been a pain in the neck for ages, but a new bill introduced in the US could be our savior. The Terms-of-service Labeling, Design and Readability (TLDR) Act, introduced by a bipartisan trio of Senators Bill Cassidy and Ben Ray Luján, and Congresswoman Lori Trahan, aims to…

    This story continues at The Next Web
    \n \n
    ", + "category": "Plugged", + "link": "https://thenextweb.com/news/tldr-bill-terms-of-services-readable-analysis", + "creator": "Ivan Mehta", + "pubDate": "Fri, 14 Jan 2022 12:13:20 +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%2FConfusing-TOS-terms-of-service-legalese-hed.jpg&signature=34da1c82b10d3f46a8a4325254d9c154", + "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%2FConfusing-TOS-terms-of-service-legalese-hed.jpg&signature=34da1c82b10d3f46a8a4325254d9c154", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "71c889d8d06244c26bfa825bebd66761", + "highlights": [] + }, + { + "title": "NASA needs more astronauts", + "description": "
    Your childhood dreams may have been crushed, but NASA could still fulfill them. According to a new report discovered by Space.com, the space agency may soon need more astronauts — and you could be one of them. Possibly. The report reveals that NASA’s astronaut corps has shrunk from nearly 150 people to just 44. As the agency prepares to send humans to the Moon and Mars, officials are concerned that this cadre is too small. These concerns have been bubbling for some time. In March 2020, NASA announced that it needed new explorers to cover its expanding range of missions. .…

    This story continues at The Next Web

    Or just read more coverage about: NASA
    \n \n
    ", + "content": "
    Your childhood dreams may have been crushed, but NASA could still fulfill them. According to a new report discovered by Space.com, the space agency may soon need more astronauts — and you could be one of them. Possibly. The report reveals that NASA’s astronaut corps has shrunk from nearly 150 people to just 44. As the agency prepares to send humans to the Moon and Mars, officials are concerned that this cadre is too small. These concerns have been bubbling for some time. In March 2020, NASA announced that it needed new explorers to cover its expanding range of missions. .…

    This story continues at The Next Web

    Or just read more coverage about: NASA
    \n \n
    ", + "category": "Insider", + "link": "https://thenextweb.com/news/nasa-may-need-new-astronauts-how-to-become-an-astronaut", + "creator": "Thomas Macaulay", + "pubDate": "Fri, 14 Jan 2022 17:57:38 +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-5.jpg&signature=f168ee648e5cf014286985459d8fdba2", + "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-5.jpg&signature=f168ee648e5cf014286985459d8fdba2", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c3abfa7d46e79d22f79194dd7bdc1a61", + "highlights": [] + }, + { + "title": "Voice assistants will soon get all up in your shopping and binge-watching", + "description": "
    Thanks to the likes of Siri, Alexa, and Google Assistant, voice tech has seen a huge rise in the past decade. But the voice assistant industry has yet to reach its full potential and it can become an integral part of many applications we use every day. In the next few years, we will see the advent of new markets, applications, and platforms for voice assistants that will go beyond the reach of the incumbents, says Nick MacShane, Founder and Senior Managing Director at Progress Partners, a merchant bank providing M&A, capital raise, and SPAC advisory for emerging tech and…

    This story continues at The Next Web
    \n \n
    ", + "content": "
    Thanks to the likes of Siri, Alexa, and Google Assistant, voice tech has seen a huge rise in the past decade. But the voice assistant industry has yet to reach its full potential and it can become an integral part of many applications we use every day. In the next few years, we will see the advent of new markets, applications, and platforms for voice assistants that will go beyond the reach of the incumbents, says Nick MacShane, Founder and Senior Managing Director at Progress Partners, a merchant bank providing M&A, capital raise, and SPAC advisory for emerging tech and…

    This story continues at The Next Web
    \n \n
    ", + "category": "Tech", + "link": "https://thenextweb.com/news/voice-assistants-will-soon-get-all-up-in-your-shopping-and-binge-watching-syndication", + "creator": "Ben Dickson", + "pubDate": "Fri, 14 Jan 2022 06:26:43 +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%2FVoice-assistants-future-hed.jpg&signature=724ca02dae9ad1c3aa94154ec0a58f9e", + "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%2FVoice-assistants-future-hed.jpg&signature=724ca02dae9ad1c3aa94154ec0a58f9e", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3609619b039782aa581bab3efec75599", + "highlights": [] + }, + { + "title": "Dear websites, please stop asking me to download your mobile app", + "description": "
    Dear *insert website name,* Please stop asking me to your mobile app. I don’t want want to use it. I don’t care if you think your app is the bees-knees. If I wanted to use your app, I’d go to the app store and download said app. But I didn’t do that. Instead, I’m writing this letter to make my stance clear: I prefer to access your service within the comfort of a browser, thank-you-very-much. It’s fine to tell me to download your app the first time I visit your page, or even send me a reminder now and then.…

    This story continues at The Next Web
    \n \n
    ", + "content": "
    Dear *insert website name,* Please stop asking me to your mobile app. I don’t want want to use it. I don’t care if you think your app is the bees-knees. If I wanted to use your app, I’d go to the app store and download said app. But I didn’t do that. Instead, I’m writing this letter to make my stance clear: I prefer to access your service within the comfort of a browser, thank-you-very-much. It’s fine to tell me to download your app the first time I visit your page, or even send me a reminder now and then.…

    This story continues at The Next Web
    \n \n
    ", + "category": "Plugged", + "link": "https://thenextweb.com/news/i-dont-want-to-use-your-app", + "creator": "Napier Lopez", + "pubDate": "Thu, 13 Jan 2022 22:27:44 +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%2FUse-App-alt-copy.jpg&signature=1e49af8583cb16154261af34e69ea979", + "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%2FUse-App-alt-copy.jpg&signature=1e49af8583cb16154261af34e69ea979", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "674b5677b6b6ea3bcee513bb87362dfc", + "highlights": [] + }, { "title": "Did the world actually end in 2012?", "description": "
    Numerous reputable news sites and media personalities have spent the past couple of weeks alleging that the current year is “2022.” How can they be so sure? Here at Neural we believe in science. And the presence of evidence isn’t necessarily evidence that we’re present. That’s why we’re not willing to concede that it’s 2022 yet. What if the world really did end on 21 December 2012? The fact that you’re reading this makes it a bit hard to accept, but we think we can make a pretty strong argument. Reality? No thanks The first challenge we need to overcome…

    This story continues at The Next Web
    \n \n
    ", @@ -445459,6 +466755,490 @@ "image": null, "description": "Channel Description", "items": [ + { + "title": "Our Favorite Period Products", + "description": "Try a subscription service—or opt for budget- and eco-friendly gear like a menstrual cup, period underwear, or reusable pads.", + "content": "Try a subscription service—or opt for budget- and eco-friendly gear like a menstrual cup, period underwear, or reusable pads.", + "category": "Gear", + "link": "https://www.wired.com/story/best-menstrual-products", + "creator": "Medea Giordano", + "pubDate": "Sat, 15 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": "0c8c8c58945dba0cf3a8b5c21d6e8ad2", + "highlights": [] + }, + { + "title": "A Teen Took Control of Teslas by Hacking a Third-Party App", + "description": "Plus: Open source sabotage, Ukrainian website hacks, and more of the week's top security news.", + "content": "Plus: Open source sabotage, Ukrainian website hacks, and more of the week's top security news.", + "category": "Security", + "link": "https://www.wired.com/story/tesla-hack-ukraine-russia-ransomware-security-news", + "creator": "Brian Barrett", + "pubDate": "Sat, 15 Jan 2022 14:29:31 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e18503252e5de4a3450dba11b67a1b08", + "highlights": [] + }, + { + "title": "Old Climate Clues Shed New Light on History", + "description": "Historians are reexamining eras of social turmoil and linking them to volcanic eruptions, prolonged droughts, and other disturbances in the natural world.", + "content": "Historians are reexamining eras of social turmoil and linking them to volcanic eruptions, prolonged droughts, and other disturbances in the natural world.", + "category": "Science", + "link": "https://www.wired.com/story/old-climate-clues-shed-new-light-on-history", + "creator": "Jacques Leslie", + "pubDate": "Sat, 15 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": "e58462e019c8ad3bbd69cb4e798e0b93", + "highlights": [] + }, + { + "title": "16 Great Deals on Laptops, Cameras, and Video Games", + "description": "Whether you're headed out in the cold this long weekend or curling up on the couch at home, we've rounded up the web's best sales for you.", + "content": "Whether you're headed out in the cold this long weekend or curling up on the couch at home, we've rounded up the web's best sales for you.", + "category": "Gear", + "link": "https://www.wired.com/story/weekend-deals-january-15-2022", + "creator": "Gear Team", + "pubDate": "Sat, 15 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": "c3ac652f4db80639646ba2a81ea07d77", + "highlights": [] + }, + { + "title": "Galloping Ghost Gives Arcade Gaming an Extra Life", + "description": "One of the world's largest arcades is still making history, preserving video games for posterity and inviting anyone who wants to play to the table.", + "content": "One of the world's largest arcades is still making history, preserving video games for posterity and inviting anyone who wants to play to the table.", + "category": "Culture", + "link": "https://www.wired.com/story/galloping-ghost-arcade-gaming", + "creator": "Michael J. Seidlinger", + "pubDate": "Sat, 15 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": "b9c42621f1240ba4d4219d414e1a2253", + "highlights": [] + }, + { + "title": "15 Great Chinese Dramas to Binge", + "description": "There's really no excuse to miss out on C-dramas' epic fight scenes and time travel romances—especially since you can find a lot on YouTube or for free.", + "content": "There's really no excuse to miss out on C-dramas' epic fight scenes and time travel romances—especially since you can find a lot on YouTube or for free.", + "category": "Culture", + "link": "https://www.wired.com/story/great-chinese-dramas-stream", + "creator": "L Tong", + "pubDate": "Sat, 15 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": "011eb920ea3a018b0c7830427bc2cc6b", + "highlights": [] + }, + { + "title": "Google's Alleged Scheme to Corner the Online Ad Market", + "description": "A newly unredacted legal filing sheds light on internal programs that antitrust enforcers argue advantaged Google at the expense of advertisers and publishers.", + "content": "A newly unredacted legal filing sheds light on internal programs that antitrust enforcers argue advantaged Google at the expense of advertisers and publishers.", + "category": "Business", + "link": "https://www.wired.com/story/google-antitrust-ad-market-lawsuit", + "creator": "Gilad Edelman", + "pubDate": "Fri, 14 Jan 2022 22:03:59 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "36afa1359fed29627d2125ce06dcee70", + "highlights": [] + }, + { + "title": "In Belle, the Internet Unlocks Our Best Selves", + "description": "Director Mamoru Hosada’s anime movie is about the web’s ability to unleash us.", + "content": "Director Mamoru Hosada’s anime movie is about the web’s ability to unleash us.", + "category": "Culture", + "link": "https://www.wired.com/story/belle-anime-essay", + "creator": "Cecilia D'Anastasio", + "pubDate": "Fri, 14 Jan 2022 19:05:25 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ca78d5911c167bace932165c596ac954", + "highlights": [] + }, + { + "title": "Russia Takes Down REvil Hackers—as Ukraine Tensions Mount", + "description": "Over a dozen alleged members of the notorious ransomware group have been arrested, but the Kremlin's critics are wary of the underlying motivation.", + "content": "Over a dozen alleged members of the notorious ransomware group have been arrested, but the Kremlin's critics are wary of the underlying motivation.", + "category": "Security", + "link": "https://www.wired.com/story/russia-revil-ransomware-arrests-ukraine", + "creator": "Matt Burgess, Lily Hay Newman", + "pubDate": "Fri, 14 Jan 2022 18:17:29 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "78048047460c265718df285ab2a1f83d", + "highlights": [] + }, + { + "title": "The Matrix Resurrections Is a Movie for Grown-Ups", + "description": "The subtle beauty of Lana Wachowski's long-awaited sequel is that it doesn't care what people think.", + "content": "The subtle beauty of Lana Wachowski's long-awaited sequel is that it doesn't care what people think.", + "category": "Culture", + "link": "https://www.wired.com/2022/01/geeks-guide-matrix-resurrections", + "creator": "Geek's Guide to the Galaxy", + "pubDate": "Fri, 14 Jan 2022 17:13:00 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1aa0aa0ea138cbee3ce62082628f7253", + "highlights": [] + }, + { + "title": "How to Reboot Your Gadgets and How Often to Do It", + "description": "Your IT department is right. Turning your electronics off and on again is so helpful that you might want to schedule regular reboots.", + "content": "Your IT department is right. Turning your electronics off and on again is so helpful that you might want to schedule regular reboots.", + "category": "Gear", + "link": "https://www.wired.com/story/how-to-reboot-your-gadgets", + "creator": "Simon Hill", + "pubDate": "Fri, 14 Jan 2022 15:00:00 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "41ab328eda013e5cab71ab2b294d567e", + "highlights": [] + }, + { + "title": "Apple Booted the Wordle Copycat Apps, But More Will Come", + "description": "The simple premise of the wildly popular word guessing game is difficult to protect under US law.", + "content": "The simple premise of the wildly popular word guessing game is difficult to protect under US law.", + "category": "Gear", + "link": "https://www.wired.com/story/apple-booted-wordle-copycat-apps-but-more-will-come", + "creator": "Kyle Orland, Ars Technica", + "pubDate": "Fri, 14 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": "f0ef6e06b081b6f695b1b67a229cd580", + "highlights": [] + }, + { + "title": "Put In a Dollar, Get $100 Back: A True Bitcoin Story", + "description": "Plus: Early digital cash, the Corbevax vaccine, and adventures in Cryptoland.", + "content": "Plus: Early digital cash, the Corbevax vaccine, and adventures in Cryptoland.", + "category": "Business", + "link": "https://www.wired.com/story/plaintext-true-bitcoin-story", + "creator": "Steven Levy", + "pubDate": "Fri, 14 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": "b78039dfe12604f47018b74f4a9babb4", + "highlights": [] + }, + { + "title": "Maybe the Internet Shouldn’t Pick an Oscars Host", + "description": "Though having Elmo run the show would be fun.", + "content": "Though having Elmo run the show would be fun.", + "category": "Culture", + "link": "https://www.wired.com/story/oscars-host-internet", + "creator": "Angela Watercutter", + "pubDate": "Fri, 14 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": "95e6a0c56a8de82ada263d6fdb4794cd", + "highlights": [] + }, + { + "title": "A Pandemic Historian Warns Us All to Stop Looking at the Past", + "description": "Being trapped in my own quarantine reminded me of how little we’ve learned.", + "content": "Being trapped in my own quarantine reminded me of how little we’ve learned.", + "category": "Ideas", + "link": "https://www.wired.com/story/a-pandemic-historian-warns-us-all-to-stop-looking-at-the-past", + "creator": "Howard Markel", + "pubDate": "Fri, 14 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": "ceaf9b8fac6e8ee5513726b2096cf3f2", + "highlights": [] + }, + { + "title": "The Science Behind Dry January’s Zero-Alcohol Hooch", + "description": "This week, we discuss the techniques used to create alcohol-free liquor, beer, and wine.", + "content": "This week, we discuss the techniques used to create alcohol-free liquor, beer, and wine.", + "category": "Gear", + "link": "https://www.wired.com/story/gadget-lab-podcast-534", + "creator": "WIRED Staff", + "pubDate": "Fri, 14 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": "01a847f8d505f89bfb6bedb80ce043d9", + "highlights": [] + }, + { + "title": "The Gritty, Underground Network Bringing Japan’s Arcades to the US", + "description": "After falling in love with an obscure anime rhythm game, I became obsessed with obtaining a machine of my own—or finding the people who could.", + "content": "After falling in love with an obscure anime rhythm game, I became obsessed with obtaining a machine of my own—or finding the people who could.", + "category": "Culture", + "link": "https://www.wired.com/story/gritty-underground-network-bringing-japan-arcades-to-us", + "creator": "Cecilia D'Anastasio", + "pubDate": "Fri, 14 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": "0165832eeff174da8b3eb1104a04108e", + "highlights": [] + }, + { + "title": "Ultra-Long Battery Life Is Coming … Eventually", + "description": "Consumer electronics companies are boasting about unprecedented leaps in battery tech. How legit are the claims?", + "content": "Consumer electronics companies are boasting about unprecedented leaps in battery tech. How legit are the claims?", + "category": "Gear", + "link": "https://www.wired.com/story/ultra-long-battery-life-coming-eventually", + "creator": "Lauren Goode", + "pubDate": "Fri, 14 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": "9337606f59b31e17318d4d744a7e7436", + "highlights": [] + }, + { + "title": "Cities Want Ebikes to Stay in Their Lane—but Which One?", + "description": "From New York to Moab, Utah, bicyclists and municipal officials are divided over whether ebikes should be permitted on bicycle trails.", + "content": "From New York to Moab, Utah, bicyclists and municipal officials are divided over whether ebikes should be permitted on bicycle trails.", + "category": "Business", + "link": "https://www.wired.com/story/cities-debate-ebikes-belong", + "creator": "Aarian Marshall", + "pubDate": "Fri, 14 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": "01284edbbdce77cad189df877943c76a", + "highlights": [] + }, + { + "title": "Pregnant People Are Still Not Getting Vaccinated Against Covid", + "description": "Misinformation and muddled public health messaging have failed expectant parents. Now Omicron's surge is putting both carriers and babies at risk.", + "content": "Misinformation and muddled public health messaging have failed expectant parents. Now Omicron's surge is putting both carriers and babies at risk.", + "category": "Science", + "link": "https://www.wired.com/story/pregnant-people-still-not-getting-vaccinated-covid", + "creator": "Grace Browne", + "pubDate": "Fri, 14 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": "1129309fb822b4addca3cc7f7182ef4d", + "highlights": [] + }, + { + "title": "The Mercedes EQS Might Just Have Too Much Tech", + "description": "Can the top-end, tech-heavy electric Merc rival the likes of the Audi e-tron GT, Tesla Model S, and Porsche Taycan?", + "content": "Can the top-end, tech-heavy electric Merc rival the likes of the Audi e-tron GT, Tesla Model S, and Porsche Taycan?", + "category": "Gear", + "link": "https://www.wired.com/review/mercedes-2022-eqs-review", + "creator": "Jeremy White", + "pubDate": "Fri, 14 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": "54f5224c962c78ce8f15dbcb55b7977e", + "highlights": [] + }, + { + "title": "The World Was Cooler in 2021 Than 2020. That’s Not Good News", + "description": "The global temperature was down, thanks to La Niña, but it was still the sixth-hottest year on record. And 2 billion people had their warmest year yet.", + "content": "The global temperature was down, thanks to La Niña, but it was still the sixth-hottest year on record. And 2 billion people had their warmest year yet.", + "category": "Science", + "link": "https://www.wired.com/story/the-world-was-cooler-in-2021-than-2020-thats-not-good-news", + "creator": "Matt Simon", + "pubDate": "Thu, 13 Jan 2022 22:23:04 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "87353eb022737f2812e6f6d559c556bc", + "highlights": [] + }, { "title": "Astrophysicists Release the Biggest Map of the Universe Yet", "description": "A powerful astronomy instrument called DESI charts millions of galaxies in the night sky. Can it help scientists finally figure out what dark energy is?", @@ -457244,24 +479024,23 @@ "Le Rugbynistere", "Les Echos - Monde", "Autosport", - "BBC Worldwide", "Nature", "Les Echos", "L'Equipe - Rugby", "Wall Street Journal", - "SoFoot", - "NYTimes", - "Le Monde", "Courier International - Eco", "EndGadget", "Naked Security", "Slashdot", "The Next Web", "Wired", - "The Guardian", "Jalopnik", "00.03 News", - "Sport360" + "Sport360", + "SoFoot", + "RMC Sport", + "Le Monde", + "The Guardian" ], "renamedText": { "filtered_folders": "", diff --git a/.obsidian/workspace b/.obsidian/workspace index 16159cbc..ace5caf1 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -9,7 +9,7 @@ "state": { "type": "markdown", "state": { - "file": "00.01 Admin/Templates/Template Person.md", + "file": "01.02 Home/@Main Dashboard.md", "mode": "preview" } } @@ -76,7 +76,7 @@ "state": { "type": "backlink", "state": { - "file": "00.01 Admin/Templates/Template Person.md", + "file": "01.02 Home/@Main Dashboard.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -101,7 +101,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "00.01 Admin/Templates/Template Person.md", + "file": "01.02 Home/@Main Dashboard.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -144,15 +144,15 @@ }, "active": "9c08f31f4b20f340", "lastOpenFiles": [ - "00.01 Admin/Templates/Template Person.md", "01.02 Home/@Main Dashboard.md", - "01.03 Family/@Family organisation.md", - "01.03 Family/Timothée Bédier.md", - "01.03 Family/Thaïs Bédier.md", - "01.03 Family/Séraphine Priso Le Bastart.md", - "01.03 Family/Quentin de Villeneuve.md", - "01.03 Family/Pierre Bédier.md", - "01.03 Family/Philomène de Villeneuve.md", - "01.03 Family/Opportune de Villeneuve.md" + "06.02 Investments/VC Tasks.md", + "06.02 Investments/Equity Tasks.md", + "06.02 Investments/Crypto Tasks.md", + "01.01 Life Orga/Family.md", + "01.01 Life Orga/Lifestyle.md", + "01.01 Life Orga/Finances.md", + "01.01 Life Orga/Life Admin.md", + "01.01 Life Orga/IT & Computer.md", + "01.01 Life Orga/Personal projects.md" ] } \ No newline at end of file diff --git a/00.01 Admin/Obsidian plugins.md b/00.01 Admin/Obsidian plugins.md index 7eb1e16f..a5e47f8d 100644 --- a/00.01 Admin/Obsidian plugins.md +++ b/00.01 Admin/Obsidian plugins.md @@ -56,6 +56,8 @@ style: number https://github.com/SkepticMystic/email-templates https://github.com/dbarenholz/obsidian-plaintext +[GitHub - dbarenholz/obsidian-wordle: Play Wordle in Obsidian.](https://github.com/dbarenholz/obsidian-wordle) +[GitHub - mdelobelle/obsidian-multiselect: Select multiple notes and include their links the current note](https://github.com/mdelobelle/obsidian-multiselect) 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 Person.md b/00.01 Admin/Templates/Template Person.md index dea3041d..7d9b6284 100644 --- a/00.01 Admin/Templates/Template Person.md +++ b/00.01 Admin/Templates/Template Person.md @@ -89,5 +89,15 @@ style: number **Phone** | `=this.Person.Phone` **Email** | `=this.Person.Email` +  + +--- + +  + +### Birthday + +  +     \ No newline at end of file diff --git a/00.01 Admin/Test sheet.md b/00.01 Admin/Test sheet.md index c939acb4..a86d6922 100644 --- a/00.01 Admin/Test sheet.md +++ b/00.01 Admin/Test sheet.md @@ -4,6 +4,7 @@ ChildrenType: ["Note", "Task", "Recipe"] JSXExample: "Hello JSX!" Number1: 1 Number2: 3 +TimeStamp: 2022-01-15 --- `jsx-` diff --git a/01.01 Life Orga/Family.md b/01.01 Life Orga/Family.md index ff84314c..660d4796 100644 --- a/01.01 Life Orga/Family.md +++ b/01.01 Life Orga/Family.md @@ -90,7 +90,6 @@ hide task count   -- [x] Re-start dialogue ✅ 2021-12-05   @@ -108,10 +107,12 @@ hide task count   -### Completed tasks +### Completed to-dos   +- [x] Re-start dialogue ✅ 2021-12-05 +   --- diff --git a/01.01 Life Orga/Finances.md b/01.01 Life Orga/Finances.md index 899138cc..5aca208d 100644 --- a/01.01 Life Orga/Finances.md +++ b/01.01 Life Orga/Finances.md @@ -71,10 +71,6 @@ All things related to personal Finances. - [ ] [[Finances]]: Closing accounts with [[hLedger]] 📅 2022-01-28 - [ ] [[Finances]]: Set up 2022 & CHF 📅 2022-01-21 -- [x] Set up Investments on [[hLedger]] -- [x] Explore Personal Accounting software -- [x] Consolidate financial views across geographies -- [x] Check [[Crypto Tasks|Crypto assets]]   @@ -189,6 +185,21 @@ hide task count   +### Completed to-dos + +  + +- [x] Set up Investments on [[hLedger]] +- [x] Explore Personal Accounting software +- [x] Consolidate financial views across geographies +- [x] Check [[Crypto Tasks|Crypto assets]] + +  + +--- + +  + ### Dependencies %%🔐α GVwoQnHMhoUoG79zYoNrHATnyNt4bJAM3MoU+GZDPV4sv+ymhDKmr+g4lhplMB355WC0u+HJopXDmDyzCTMiLkjmzp0kaMuXNdXV/0leisQ+1BIKkbUu02e4VZvmCPmbajUvffUJvWSrDBYtWF2naicaaZzpUTRfdwkEZcn03ZqhO9Pv/BzrqnYf7VI/PQwmcZkToRe2kEIW34xYzY+gd9lY8ApfehMLWpyBAJCEXTZW6o7T53iPv2iAbj8PA7kzabaYta/MCGtzzSm5rGNYB0w5cE8/353/tQDgPpfakHziHPLingQLsqSZY+4= 🔐%% diff --git a/01.01 Life Orga/IT & Computer.md b/01.01 Life Orga/IT & Computer.md index a3517f25..13f79d9d 100644 --- a/01.01 Life Orga/IT & Computer.md +++ b/01.01 Life Orga/IT & Computer.md @@ -70,15 +70,7 @@ All tasks and To-dos linked to IT and Computer   -- [x] Continue building server capabilities ✅ 2021-09-15 -- [x] Find a good (&synced) [[IT & Computer#App dependencies|Calendar]] platform ✅ 2021-10-19 -- [x] Set-up [[Nextcloud]] -- [x] Transfer [[Server Alias|aliases]] -- [x] Computer security: set-up [[IT & Computer#Snort|Snort]] ✅ 2021-09-15 -- [x] Find a good downloading platform to replace [[IT & Computer#App dependencies|Vuze]] -- [x] Find an email Client to replace [[IT & Computer#App dependencies|Spark]] ✅ 2021-09-14 -- [x] Subscribe to Obsidian Weekly round-up   @@ -195,6 +187,25 @@ hide task count   +### Completed to-dos + +  + +- [x] Continue building server capabilities ✅ 2021-09-15 +- [x] Find a good (&synced) [[IT & Computer#App dependencies|Calendar]] platform ✅ 2021-10-19 +- [x] Set-up [[Nextcloud]] +- [x] Transfer [[Server Alias|aliases]] +- [x] Computer security: set-up [[IT & Computer#Snort|Snort]] ✅ 2021-09-15 +- [x] Find a good downloading platform to replace [[IT & Computer#App dependencies|Vuze]] +- [x] Find an email Client to replace [[IT & Computer#App dependencies|Spark]] ✅ 2021-09-14 +- [x] Subscribe to Obsidian Weekly round-up + +  + +--- + +  + ### Dependencies   diff --git a/01.01 Life Orga/Life Admin.md b/01.01 Life Orga/Life Admin.md index 0f7c29b0..6bd5fb9b 100644 --- a/01.01 Life Orga/Life Admin.md +++ b/01.01 Life Orga/Life Admin.md @@ -24,7 +24,7 @@ Parent:: [[@Life Organisation|Life Organisation]]
    Progress bar
    - +
    --- @@ -69,7 +69,20 @@ Repository of tasks and To-Dos re Utilities & Public service admin   +- [ ] [[Life Admin]]: Get a [[Life Admin#Swiss Mobile|CH mobile line]] 📅 2022-03-31 +- [ ] [[Life Admin]]: Cancel UK mobile line 📅 2022-03-31 - [ ] [[Life Admin]]: Monitor UK naturalisation (2021-08-02) 📅 2022-02-02 + +  + +--- + +  + +### Completed to-dos + +  + - [x] Check Tax implication of Unemployment Benefits - [x] Election Register - [x] Apply for a [[Life Admin#French ID|French ID]] @@ -90,5 +103,11 @@ Repository of tasks and To-Dos re Utilities & Public service admin [Prise de rendez-vous](https://pastel.diplomatie.gouv.fr/rdvinternet/html-4.02.00/frameset/frameset.html?lcid=2&sgid=173&suid=5) +&emsp: + +#### Swiss Mobile + +[Compare mobile plans: 78 deals from CHF 9.90 at comparis.ch](https://en.comparis.ch/telecom/mobile/angebote/alle-handyabos) +     diff --git a/01.01 Life Orga/Lifestyle.md b/01.01 Life Orga/Lifestyle.md index d6e606ba..18c385d4 100644 --- a/01.01 Life Orga/Lifestyle.md +++ b/01.01 Life Orga/Lifestyle.md @@ -70,12 +70,8 @@ Repository of Tasks & To-dos regarding life style.   - [ ] [[Lifestyle]]: Re-start swimming 📅 2022-03-31 -- [x] Stop smoking 📅 2021-12-31 ✅ 2021-12-05 - [ ] [[Lifestyle]]: Re-start [[Lifestyle#polo|Polo]] 📅 2022-06-30 - [ ] [[Lifestyle]]: Continue building [[Lifestyle#Music Library|Music Library]] 📅 2022-03-30 -- [x] [[Lifestyle]]: Build Movie library ✅ 2022-01-13 -- [x] Organisation of holiday in France -- [x] Tattoo   @@ -107,6 +103,20 @@ hide task count ~~~ ``` +  + +--- + +  + +### Completed to-dos + +  + +- [x] Stop smoking 📅 2021-12-31 ✅ 2021-12-05 +- [x] [[Lifestyle]]: Build Movie library ✅ 2022-01-13 +- [x] Organisation of holiday in France +- [x] Tattoo   diff --git a/01.01 Life Orga/Personal projects.md b/01.01 Life Orga/Personal projects.md index 09e59090..5e3c4819 100644 --- a/01.01 Life Orga/Personal projects.md +++ b/01.01 Life Orga/Personal projects.md @@ -73,10 +73,9 @@ Keeping personal projects in check and on track. - [ ] Refaire [[Personal projects#Chevalière|chevalière]] (Bastard & Flourville) 📅 2023-12-31 - [ ] Continuer à construire un petit trousseau d'[[Personal projects#art|art]] 📅 2023-02-21 -- [ ] Caligraph & frame life mementos +- [ ] Caligraph & frame life mementos 📅 2023-06-30 - [ ] Continue [[@lebv.org Tasks|lebv.org]] 📅 2022-06-28 - [ ] Acheter une [[Voitures|voiture]] ⏳ 2022-03-31 📅 2022-12-31 -- [x] Post-hiring life hacks ✅ 2021-12-05   @@ -145,6 +144,18 @@ hide task count   +### Completed to-dos + +  + +- [x] Post-hiring life hacks ✅ 2021-12-05 + +  + +--- + +  + ### Dependencies   diff --git a/01.03 Family/Jérôme Bédier.md b/01.03 Family/Jérôme Bédier.md index 28695dab..e3622652 100644 --- a/01.03 Family/Jérôme Bédier.md +++ b/01.03 Family/Jérôme Bédier.md @@ -98,7 +98,8 @@ style: number   -- [ ] :birthday: **[[Jérôme Bédier|Jérôme]]** 🔁 every year 📅 2022-01-14 +- [ ] :birthday: **[[Jérôme Bédier|Jérôme]]** 🔁 every year 📅 2023-01-14 +- [x] :birthday: **[[Jérôme Bédier|Jérôme]]** 🔁 every year 📅 2022-01-14 ✅ 2022-01-14     \ No newline at end of file diff --git a/03.03 Food & Wine/@@Recipes.md b/03.03 Food & Wine/@@Recipes.md index 62aec492..6505c18f 100644 --- a/03.03 Food & Wine/@@Recipes.md +++ b/03.03 Food & Wine/@@Recipes.md @@ -42,6 +42,14 @@ id CreateNote + + + + + + + + ```button name Save type command diff --git a/03.03 Food & Wine/Cauliflower with Cashew Crema.md b/03.03 Food & Wine/Cauliflower with Cashew Crema.md new file mode 100644 index 00000000..f5b8694b --- /dev/null +++ b/03.03 Food & Wine/Cauliflower with Cashew Crema.md @@ -0,0 +1,141 @@ +--- + +ServingSize: 4 +cssclass: recipeTable +Tag: ["Healthy", "Nuts", "NotYetTested"] +Date: 2021-09-21 +DocType: "Recipe" +Hierarchy: "NonRoot" +location: [51.514678599999996, -0.18378583926867909] +CollapseMetaTable: Yes +Meta: + IsFavourite: False + Rating: 4 +Recipe: + Courses: "Side dish" + Categories: "Vegetable" + Collections: "Mexican" + Source: https://www.bonappetit.com/recipe/cauliflower-tacos-with-cashew-crema + PreparationTime: + CookingTime: 60 + OServingSize: 4 +Ingredients: + - 1 green chile (such as serrano), finely grated + - 4 clove garlic, finely grated + - 0.25 cup cashew or almond butter + - 3 Tbsp. fresh lime juice + - 1 pinch Kosher salt + - 0.25 cup grapeseed or vegetable oil + - 2 tsp. ground cumin + - 2 tsp. smoked paprika + - 2 whole medium heads of cauliflower, cut into 1"–2" florets + - 1 whole small white onion, thinly sliced + +--- + +Parent:: [[@@Recipes|Recipes]], [[@Side dishes|Side dishes]] + +--- + +  + +```button +name Edit Recipe parameters +type command +action MetaEdit: Run MetaEdit +id EditMetaData +``` +^button-CauliflowerwithCashewCremaEdit + + +```button +name Save +type command +action Save current file +id Save +``` +^button-CauliflowerwithCashewCremaNSave + + + +  + +# Cauliflower with Cashew Crema + +  + +```toc +style: number +``` + +  + +--- + +  + +### Practical Informations + +| | +|-|- +**Courses**: | `$=dv.current().Recipe.Courses` +**Categories**: | `$=dv.current().Recipe.Categories` +**Collections**: | `$=dv.current().Recipe.Collections` +**Serving size**: | `$=dv.current().ServingSize` +**Cooking time**: | `$=dv.current().Recipe.CookingTime` min + +  + +--- + +  + +### Ingredients + +  + +```dataviewjs +dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize}) +``` + +  + +--- + +  + +### Instructions + +  + +#### Step 1 + +Using a fork, mix chile, garlic, cashew butter, lime juice, and 3 Tbsp. water in a small bowl to combine; season with salt. Set aside. + +  + +#### Step 2 + +Place a rack in lowest position; preheat oven to 450°. Stir garlic, oil, cumin, and paprika in a small bowl to combine. Arrange cauliflower on a rimmed baking sheet and pour spiced oil over. Season with salt and toss to evenly coat cauliflower. Roast, undisturbed, until dark brown and crisp on the bottom, 15–20 minutes. Remove from oven and turn florets over. Continue to roast until second side is dark brown and crisp, 15–20 minutes longer. + +  + +#### Step 3 + +Heat a large skillet over medium-high. Working in batches, toast tortillas in a single layer, turning halfway through, until warmed through, about 1 minute total. Transfer to plates. + +  + +#### Step 4 + +Spread each tortilla with some reserved sauce; top with cauliflower. Garnish with onion, avocado, radishes, and cilantro. Serve with lime wedges for squeezing over. + +  + +```ad-tip +title: Serving tip +Serve with sliced avocado, sliced radishes, cilantro leaves with tender stems, and lime wedges. +``` + +  +  \ No newline at end of file diff --git a/03.03 Food & Wine/Crispy Salmon with Bulgur.md b/03.03 Food & Wine/Crispy Salmon with Bulgur.md new file mode 100644 index 00000000..543d3ef0 --- /dev/null +++ b/03.03 Food & Wine/Crispy Salmon with Bulgur.md @@ -0,0 +1,144 @@ +--- + +ServingSize: 4 +cssclass: recipeTable +Tag: ["Healthy", "NotYetTested"] +Date: 2021-09-21 +DocType: "Recipe" +Hierarchy: "NonRoot" +location: [51.514678599999996, -0.18378583926867909] +CollapseMetaTable: Yes +Meta: + IsFavourite: False + Rating: +Recipe: + Courses: "Main dish" + Categories: "Fish" + Collections: "Middle Eastern" + Source: https://www.bonappetit.com/recipe/crispy-salmon-with-bulgur + PreparationTime: + CookingTime: 25 + OServingSize: 4 +Ingredients: + - 1 cup medium-grind bulgur + - 0.25 cup chopped dill + - 3 Tbsp. plus ¼ cup extra-virgin olive oil, divided + - 1 pinch Kosher salt, freshly ground pepper + - 1 whole small shallot, finely chopped + - 0.25 cup apple cider vinegar + - 0.25 cup sour cream + - 0.25 cup whole grain or Dijon mustard + - 4 whole 6-oz. skin-on salmon fillets + - 1 whole large fennel bulb, shaved ona mandoline or thinly sliced + - 8 whole radishes, trimmed, shaved on a mandoline or thinly sliced + +--- + +Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main dishes]] + +--- + +  + +```button +name Edit Recipe parameters +type command +action MetaEdit: Run MetaEdit +id EditMetaData +``` +^button-CrispySalmonwithBulgurEdit + +```button +name Save +type command +action Save current file +id Save +``` +^button-CrispySalmonwithBulgurNSave + +  + +# Crispy Salmon with Bulgur + +  + +```toc +style: number +``` + +  + +--- + +  + +### Practical Informations + +| | +|-|- +**Courses**: | `$=dv.current().Recipe.Courses` +**Categories**: | `$=dv.current().Recipe.Categories` +**Collections**: | `$=dv.current().Recipe.Collections` +**Serving size**: | `$=dv.current().ServingSize` +**Cooking time**: | `$=dv.current().Recipe.CookingTime` min + +  + +--- + +  + +### Ingredients + +  + +```dataviewjs +dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize}) +``` + +  + +--- + +  + +### Instructions + +  + +```ad-tip +title: Dressing +**Do ahead:** Dressing can be made 3 days ahead. Cover and chill. +``` + +  + +#### Step 1 + +Bring 1 cup water to a boil in a small saucepan. Remove from heat and immediately add bulgur. Cover pan and let sit until bulgur is tender, about 10 minutes. Drain off excess water, then mix in dill and 2 Tbsp. oil. Season with salt and pepper. + +  + +#### Step 2 + +Meanwhile, whisk shallot, vinegar, sour cream, mustard, and ¼ cup oil in a small bowl until smooth; season dressing with salt. Set aside. + +  + +#### Step 3 + +Heat remaining 1 Tbsp. oil in a large nonstick skillet over medium-high. Season salmon with salt and arrange skin side down in skillet. Reduce heat to medium and cook, pressing down gently on fish, until skin is golden brown and crisp, 6–8 minutes. Turn fillets over and cook until just cooked through, about 3 minutes. Transfer to a large plate, arranging skin side up. + +  + +#### Step 4 + +Combine fennel and radishes in a large bowl. Drizzle reserved dressing over to suit your taste (you won’t need all of it) and toss to coat. Season with more salt if needed. + +  + +#### Step 5 + +To serve, spoon bulgur among plates, dividing evenly, and top each with a salmon fillet and fennel and radish salad. + +  \ No newline at end of file diff --git a/03.03 Food & Wine/Kung Pao Cauliflower.md b/03.03 Food & Wine/Kung Pao Cauliflower.md new file mode 100644 index 00000000..18b52f3d --- /dev/null +++ b/03.03 Food & Wine/Kung Pao Cauliflower.md @@ -0,0 +1,154 @@ +--- + +ServingSize: 4 +cssclass: recipeTable +Tag: ["Healthy", "NotYetTested"] +Date: 2021-09-21 +DocType: "Recipe" +Hierarchy: "NonRoot" +location: [51.514678599999996, -0.18378583926867909] +CollapseMetaTable: Yes +Meta: + IsFavourite: False + Rating: +Recipe: + Courses: "Side dish" + Categories: "Vegetable" + Collections: "Asian" + Source: https://www.bonappetit.com/recipe/kung-pao-cauliflower + PreparationTime: + CookingTime: 30 + OServingSize: 4 +Ingredients: + - 2 tablespoons Chinese rice wine or dry sherry + - 2 teaspoons cornstarch + - 1 tablespoon plus 2 teaspoons soy sauce + - 1 tablespoon sherry vinegar + - 2 teaspoons hoisin sauce + - 2 teaspoons sugar + - 1 teaspoon toasted sesame oil + - 1 whole medium head of cauliflower + - 2 tablespoons vegetable oil, divided + - 3 ounces slab or thick-cut bacon, chopped + - 6 dried japones chiles, chiles de árbol, or other red chiles + - 1 teaspoon Sichuan peppercorns or ½ teaspoon cracked black peppercorns + - 3 whole scallions, dark-green and white parts separated, thinly sliced + - 1 whole serrano chile, sliced + - 1 whole 1-inch piece ginger, peeled, finely chopped + - 2 cloves garlic, sliced + - 0.25 cup unsalted, roasted peanuts + - 1 pinch Kosher salt + +--- + +Parent:: [[@@Recipes|Recipes]], [[@Side dishes|Side dishes]] + +--- + +  + +```button +name Edit Recipe parameters +type command +action MetaEdit: Run MetaEdit +id EditMetaData +``` +^button-KungPaoCauliflowerEdit + + +```button +name Save +type command +action Save current file +id Save +``` +^button-KungPaoCauliflowerNSave + + + +  + +# Kung Pao Cauliflower + +  + +```toc +style: number +``` + +  + +--- + +  + +### Practical Informations + +| | +|-|- +**Courses**: | `$=dv.current().Recipe.Courses` +**Categories**: | `$=dv.current().Recipe.Categories` +**Collections**: | `$=dv.current().Recipe.Collections` +**Serving size**: | `$=dv.current().ServingSize` +**Cooking time**: | `$=dv.current().Recipe.CookingTime` min + +  + +--- + +  + +### Ingredients + +  + +```dataviewjs +dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize}) +``` + +  + +--- + +  + +### Instructions + +  + +#### Step 1 + +Stir wine, cornstarch, and 1 Tbsp. soy sauce in a medium bowl; set marinade aside. + +  + +#### Step 2 + +Stir vinegar, hoisin sauce, sugar, sesame oil, and remaining 2 tsp. soy sauce in a small bowl; set sauce aside. + +  + +#### Step 3 + +Remove leaves and cut cauliflower into medium florets. Trim woody end of stalk and discard, then cut stalk into ½"-thick pieces. Heat 1 Tbsp. vegetable oil in a wok or large cast-iron skillet over medium-high. Cook cauliflower, tossing occasionally, until browned in places and beginning to soften, 7–9 minutes. Give reserved marinade a stir to reincorporate cornstarch and add cauliflower to bowl; toss to coat. Toss occasionally while you cook the bacon. + +  + +#### Step 4 + +Reduce heat to medium. Cook bacon and remaining 1 Tbsp. vegetable oil in wok, stirring often, until bacon is browned and crisp, about 5 minutes. Add dried chiles and peppercorns and cook, tossing, just until fragrant (be careful not to burn), about 30 seconds. Transfer bacon, chiles, and peppercorns to a plate, leaving bacon drippings behind. + +  + +#### Step 5 + +Return cauliflower to wok with a slotted spoon; discard excess marinade. Cook cauliflower, tossing occasionally, until charred in spots and crisp-tender (short of scorching it, don’t worry about letting it go pretty dark), 8–10 minutes. Add scallion whites, serrano chile, ginger, garlic, peanuts, and reserved sauce and cook, tossing often, until fragrant and cauliflower is tender, about 2 minutes. Add bacon mixture and cook, tossing, just until sauce coats cauliflower, about 1 minute; season with salt. + +  + +#### Step 6 + +Transfer to a platter and top with scallion greens. Serve with rice alongside. + +  +  diff --git a/03.03 Food & Wine/Sticky & Spicy Baked Cauliflower.md b/03.03 Food & Wine/Sticky & Spicy Baked Cauliflower.md new file mode 100644 index 00000000..ddfdce0a --- /dev/null +++ b/03.03 Food & Wine/Sticky & Spicy Baked Cauliflower.md @@ -0,0 +1,134 @@ +--- + +ServingSize: 4 +cssclass: recipeTable +Tag: ["Healthy", "NotYetTested"] +Date: 2021-09-21 +DocType: "Recipe" +Hierarchy: "NonRoot" +location: [51.514678599999996, -0.18378583926867909] +CollapseMetaTable: Yes +Meta: + IsFavourite: False + Rating: +Recipe: + Courses: "Side dish" + Categories: "Vegetable" + Collections: "Asian" + Source: https://www.bonappetit.com/recipe/sticky-and-spicy-baked-cauliflower + PreparationTime: + CookingTime: 50 + OServingSize: 4 +Ingredients: + - 1 cup all-purpose flour + - 0.5 cup cornstarch + - 2 tsp. baking powder + - 0.5 tsp. Morton kosher salt + - 1 whole large head of cauliflower (about 2½ lb.), cut into large florets + - 0.25 cup gochujang (Korean hot pepper paste) + - 3 Tbsp. soy sauce + - 2 Tbsp. pure maple syrup + - 2 Tbsp. mirin + - 2 tsp. unseasoned rice vinegar + +--- + +Parent:: [[@@Recipes|Recipes]], [[@Side dishes|Side dishes]] + +--- + +  + +```button +name Edit Recipe parameters +type command +action MetaEdit: Run MetaEdit +id EditMetaData +``` +^button-StickySpicyBakedCauliflowerEdit + + +```button +name Save +type command +action Save current file +id Save +``` +^button-StickySpicyBakedCauliflowerNSave + + + +  + +# Sticky & Spicy Baked Cauliflower + +  + +```toc +style: number +``` + +  + +--- + +  + +### Practical Informations + +| | +|-|- +**Courses**: | `$=dv.current().Recipe.Courses` +**Categories**: | `$=dv.current().Recipe.Categories` +**Collections**: | `$=dv.current().Recipe.Collections` +**Serving size**: | `$=dv.current().ServingSize` +**Cooking time**: | `$=dv.current().Recipe.CookingTime` min + +  + +--- + +  + +### Ingredients + +  + +```dataviewjs +dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize}) +``` + +  + +--- + +  + +### Instructions + +  + +#### Step 1 + +Preheat oven to 400°. Whisk flour, cornstarch, baking powder, and salt in a large bowl to combine. Whisk in 1 cup water to create a thin pancake-like batter (you may need to add more water to achieve the right consistency). Using your hand or 2 forks and working one at a time, dip cauliflower florets into batter, letting excess drip back into bowl, and divide between 2 parchment-lined rimmed baking sheets. Bake cauliflower until edges are just beginning to turn golden brown, 20–25 minutes. + +  + +#### Step 2 + +Meanwhile, whisk gochujang, soy sauce, maple syrup, mirin, and 1 cup water in a medium bowl. Pour sauce into a skillet large enough to hold all of the cauliflower florets (a 12" skillet should do it) and bring to a simmer over medium heat, whisking occasionally. Cook, whisking, until sauce is thick enough to coat a spoon, 8–10 minutes. Stir in vinegar and remove pan from heat. + +  + +#### Step 3 + +Using tongs, transfer cauliflower to skillet with glaze and toss until florets are evenly coated in sauce. + +  + +#### Step 4 + +Divide rice among shallow bowls and spoon cauliflower over. Top with sesame seeds and scallions. + +  +  \ No newline at end of file diff --git a/05.01 Computer setup/Storage and Syncing.md b/05.01 Computer setup/Storage and Syncing.md index a2511ae0..9ecd3bf7 100644 --- a/05.01 Computer setup/Storage and Syncing.md +++ b/05.01 Computer setup/Storage and Syncing.md @@ -197,7 +197,8 @@ The following Apps require a manual backup: - [x] [[Storage and Syncing|Storage & Sync]]: Backup Volumes to [[Sync|Sync.com]] 🔁 every 3 months on the 2nd Monday 📅 2021-12-01 ✅ 2022-01-08 - [x] [[Storage and Syncing|Storage & Sync]]: Backup Volumes to [[Sync|Sync.com]] 🔁 every 3 months on the 2nd Monday 📅 2021-09-16 ✅ 2021-10-16 - [x] Backup Volumes to [[Sync|Sync.com]] 🔁 every 3 months on the 2nd Monday ✅ 2021-09-15 -- [ ] [[Storage and Syncing|Storage & Sync]]: Transfer pictures to ED 🔁 every 3 months on the 2nd Thursday 📅 2022-01-14 +- [ ] [[Storage and Syncing|Storage & Sync]]: Transfer pictures to ED 🔁 every 3 months on the 2nd Thursday 📅 2022-04-15 +- [x] [[Storage and Syncing|Storage & Sync]]: Transfer pictures to ED 🔁 every 3 months on the 2nd Thursday 📅 2022-01-14 ✅ 2022-01-14 - [x] [[Storage and Syncing|Storage & Sync]]: Transfer pictures to ED 🔁 every 3 months on the 2nd Thursday 📅 2021-10-20 ✅ 2022-01-08 - [x] [[Storage and Syncing|Storage & Sync]]: Transfer pictures to ED 🔁 every 3 months on the 2nd Thursday ✅ 2021-10-19 diff --git a/06.02 Investments/Aragon.md b/06.02 Investments/Aragon.md index 13afd854..24f5e5c8 100644 --- a/06.02 Investments/Aragon.md +++ b/06.02 Investments/Aragon.md @@ -6,7 +6,7 @@ Date: 2021-08-17 DocType: "Investment" Hierarchy: "NonRoot" location: [47.1644093,8.5153325] -TimeStamp: 2022-01-12 +TimeStamp: 2022-01-14 Investment: Type: "Crypto" Style: "Growth" @@ -15,7 +15,7 @@ Investment: Trading: PDate: 2021-03-22 PPrice: 8.007 - LPrice: 9.18 + LPrice: 8.28 CollapseMetaTable: yes --- @@ -98,7 +98,7 @@ The token itself has limited use cases hence its high dependence on mass adoptio ```ad-product title: Price update -ANT:USD price = 9.18, volume = 10,536.62, change = 0.04 on 2022-01-12T23:03:02 +ANT:USD price = 8.28, volume = 19,334.89, change = -0.12 on 2022-01-14T17:39:02 ``` ANT is the token that gives rights to participate in the governance of Aragon, a DAO itself. It is understood that users of Aragon solutions would want a share of the decision-making on the future of the service and price should therefore be correlated to adoption. diff --git a/06.02 Investments/Chainlink.md b/06.02 Investments/Chainlink.md index 2437bcdd..40cb6180 100644 --- a/06.02 Investments/Chainlink.md +++ b/06.02 Investments/Chainlink.md @@ -5,7 +5,7 @@ Tag: ["Infrastructure", "Bridge", "Investment"] Date: 2021-08-17 DocType: "Investment" Hierarchy: "NonRoot" -TimeStamp: 2022-01-12 +TimeStamp: 2022-01-14 location: [19.2824849, -81.24453276644255] Investment: Type: "Crypto" @@ -15,7 +15,7 @@ Investment: Trading: PDate: 2021-03-06 PPrice: 28.68538 - LPrice: 26.63 + LPrice: 24.74 CollapseMetaTable: yes --- @@ -99,7 +99,7 @@ Maturing project with Institutional buying support. ```ad-product title: Price update -LINK:USD price = 26.63, volume = 4,040,879.63, change = -0.05 on 2022-01-12T23:04:02 +LINK:USD price = 24.74, volume = 4,128,244.11, change = -0.01 on 2022-01-14T17:40:02 ``` The LINK token is the utility token of the network (i.e. the mean of exchange of information and gas fees) linking its value to the traffic in the network and therefore adoption. diff --git a/06.02 Investments/Crypto Tasks.md b/06.02 Investments/Crypto Tasks.md index 0047d045..163b91bc 100644 --- a/06.02 Investments/Crypto Tasks.md +++ b/06.02 Investments/Crypto Tasks.md @@ -24,7 +24,7 @@ Parent:: [[@Investment Task master|Tasks for Investments]], [[Crypto Investments
    Progress bar
    - +
    --- @@ -71,7 +71,22 @@ All tasks and to-dos Crypto-related. [[#^Top|TOP]]   -- [ ] [[Crypto Tasks#internet alerts|monitor Crypto news and publications]] 🔁 every week on Friday 📅 2022-01-14 +- [ ] [[Crypto Tasks#internet alerts|monitor Crypto news and publications]] 🔁 every week on Friday 📅 2022-01-21 +- [ ] Vote for [[EOS]] block producers 🔁 every month on the 1st Tuesday +- [ ] Check [[Nimbus]] earnings 🔁 every month on the 2nd Monday +- [ ] Find staking for [[Aragon]] + +  + +--- + +  + +### Completed to-dos + +  + +- [x] [[Crypto Tasks#internet alerts|monitor Crypto news and publications]] 🔁 every week on Friday 📅 2022-01-15 ✅ 2022-01-14 - [x] [[Crypto Tasks#internet alerts|monitor Crypto news and publications]] 🔁 every week on Friday 📅 2022-01-07 ✅ 2022-01-08 - [x] [[Crypto Tasks#internet alerts|monitor Crypto news and publications]] 🔁 every week on Friday 📅 2021-12-31 ✅ 2021-12-31 - [x] [[Crypto Tasks#internet alerts|monitor Crypto news and publications]] 🔁 every week on Friday 📅 2021-12-24 ✅ 2021-12-24 @@ -89,14 +104,15 @@ All tasks and to-dos Crypto-related. - [x] [[Crypto Tasks#internet alerts|monitor Crypto news and publications]] 🔁 every week on Friday 📅 2021-10-01 ✅ 2021-10-01 - [x] [[Crypto Tasks#internet alerts|monitor Crypto news and publications]] 🔁 every week on Friday ✅ 2021-09-24 - [x] Monitor [[Crypto Tasks#Storj|Storj]] (Blockchain storage) ✅ 2021-09-14 -- [ ] Monitor [[Crypto Tasks#GuardTime|GuardTime]], [[Crypto Tasks#Paxos|Paxos]] (Equity with proprietary Blockchain solutions for Defence or Private purposes) -- [ ] Vote for [[EOS]] block producers 🔁 every month on the 1st Tuesday -- [ ] Check [[Nimbus]] earnings 🔁 every month on the 2nd Monday -- [ ] Find staking for [[Aragon]] +- [x] Monitor [[Crypto Tasks#GuardTime|GuardTime]], [[Crypto Tasks#Paxos|Paxos]] (Equity with proprietary Blockchain solutions for Defence or Private purposes) ✅ 2022-01-14 +- [x] Vote for [[EOS]] block producers 🔁 every month on the 1st Tuesday ✅ 2022-01-14 +- [x] Vote for [[EOS]] block producers 🔁 every month on the 1st Tuesday ✅ 2022-01-14 +- [x] Check [[Nimbus]] earnings 🔁 every month on the 2nd Monday ✅ 2022-01-14 - [x] Find staking for [[Ocean Protocol|OCEAN]] ✅ 2021-09-21 - [x] Geo-tag HQ of investment - [x] Tokenomics section +   --- diff --git a/06.02 Investments/EOS.md b/06.02 Investments/EOS.md index 13d012cf..e0352c7b 100644 --- a/06.02 Investments/EOS.md +++ b/06.02 Investments/EOS.md @@ -5,7 +5,7 @@ Tag: ["Blockchain", "Infrastructure", "ESG", "Investment"] Date: 2021-08-17 DocType: "Investment" Hierarchy: "NonRoot" -TimeStamp: 2022-01-12 +TimeStamp: 2022-01-14 location: [19.2953549, -81.3807776] Investment: Type: "Crypto" @@ -15,7 +15,7 @@ Investment: Trading: PDate: 2021-03-06 PPrice: 4.57 - LPrice: 2.88 + LPrice: 2.87 CollapseMetaTable: yes --- @@ -110,7 +110,7 @@ It is also the first Blockchain technology to advertise a 'Carbon-Neutral' footp ```ad-product title: Price update -EOS:USD price = 2.88, volume = 10,540,042.02, change = -0.01 on 2022-01-12T23:10:03 +EOS:USD price = 2.87, volume = 12,067,328.17, change = 0.01 on 2022-01-14T17:41:02 ``` EOS is the utility token powering the mainnet. It is used to 'buy' RAM on the blockchain, by buying EOS. Each individual or instance receive RAM priority in accordance to the number of tokens they hold. diff --git a/06.02 Investments/Enjin.md b/06.02 Investments/Enjin.md index 2a6a1e1a..cbbd6113 100644 --- a/06.02 Investments/Enjin.md +++ b/06.02 Investments/Enjin.md @@ -5,7 +5,7 @@ Tag: ["NFT", "Gaming", "ESG", "Investment"] Date: 2021-08-17 DocType: "Investment" Hierarchy: "NonRoot" -TimeStamp: 2022-01-12 +TimeStamp: 2022-01-14 location: [1.2813384, 103.85091665] Investment: Type: "Crypto" @@ -15,7 +15,7 @@ Investment: Trading: PDate: 2021-03-08 PPrice: 1.9 - LPrice: 2.56 + LPrice: 2.41 CollapseMetaTable: yes --- @@ -100,7 +100,7 @@ Adoption and competition risk are high; even higher since NFT have made the head ```ad-product title: Price update -ENJ:USD price = 2.56, volume = 11,794,408.55, change = 0.05 on 2022-01-12T23:08:01 +ENJ:USD price = 2.41, volume = 12,825,556.08, change = 0.00 on 2022-01-14T17:40:02 ``` The ENJ token represents the utility token of Enjin, which primary aim is to mint NFTs for gaming and artistic purposes. Circulation and availability is deemed to decrease as that token represents the reserve value of each NFT minted. diff --git a/06.02 Investments/Equity Tasks.md b/06.02 Investments/Equity Tasks.md index 627a9cab..9d8cdcb9 100644 --- a/06.02 Investments/Equity Tasks.md +++ b/06.02 Investments/Equity Tasks.md @@ -71,7 +71,19 @@ Note summarising all tasks and to-dos for Listed Equity investments. [[#^Top|TOP]]   -- [ ] [[Equity Tasks#internet alerts|monitor Equity news and publications]] 🔁 every week on Friday 📅 2022-01-14 +- [ ] [[Equity Tasks#internet alerts|monitor Equity news and publications]] 🔁 every week on Friday 📅 2022-01-21 + +  + +--- + +  + +### Completed to-dos + +  + +- [x] [[Equity Tasks#internet alerts|monitor Equity news and publications]] 🔁 every week on Friday 📅 2022-01-14 ✅ 2022-01-14 - [x] [[Equity Tasks#internet alerts|monitor Equity news and publications]] 🔁 every week on Friday 📅 2022-01-07 ✅ 2022-01-08 - [x] [[Equity Tasks#internet alerts|monitor Equity news and publications]] 🔁 every week on Friday 📅 2021-12-31 ✅ 2021-12-31 - [x] [[Equity Tasks#internet alerts|monitor Equity news and publications]] 🔁 every week on Friday 📅 2021-12-24 ✅ 2021-12-24 diff --git a/06.02 Investments/Holochain.md b/06.02 Investments/Holochain.md index 1dd3d7b6..1029d613 100644 --- a/06.02 Investments/Holochain.md +++ b/06.02 Investments/Holochain.md @@ -5,7 +5,7 @@ Tag: ["Blockchain", "Infrastructure", "ESG", "Investment"] Date: 2021-08-17 DocType: "Investment" Hierarchy: "NonRoot" -TimeStamp: 2022-01-12 +TimeStamp: 2022-01-14 location: [36.14231564218552, -5.352527091457547] Investment: Type: "Crypto" @@ -100,7 +100,7 @@ The technology is sufficiently disruptive for growing significantly over the nex ```ad-product title: Price update -HOT:USD price = 0.01, volume = 848,587,100.00, change = 0.00 on 2022-01-12T23:12:02 +HOT:USD price = 0.01, volume = 866,968,767.33, change = 0.00 on 2022-01-14T17:42:02 ``` HOT is an ERC20 placeholder for the native Holofuel and its value currently fluctuates with investors' interests in the project. The native token price should be relatively stable and be mostly used to buy/sell storage and RAM through self-hosting. diff --git a/06.02 Investments/Ocean Protocol.md b/06.02 Investments/Ocean Protocol.md index 7dd46974..629982fe 100644 --- a/06.02 Investments/Ocean Protocol.md +++ b/06.02 Investments/Ocean Protocol.md @@ -5,7 +5,7 @@ Tag: ["Data", "Industrial", "Marketplace", "AI"] Date: 2021-08-17 DocType: "Investment" Hierarchy: "NonRoot" -TimeStamp: 2022-01-12 +TimeStamp: 2022-01-14 location: [1.336245, 103.8866274] Investment: Type: "Crypto" @@ -15,7 +15,7 @@ Investment: Trading: PDate: 2021-03-15 PPrice: 1.47497 - LPrice: 0.79 + LPrice: 0.76 CollapseMetaTable: yes --- @@ -99,7 +99,7 @@ The token itself has little utility beyond powering the marketplace and therefor ```ad-product title: Price update -OCEAN:USD price = 0.79, volume = 97,672.32, change = 0.00 on 2022-01-12T23:15:02 +OCEAN:USD price = 0.76, volume = 126,444.59, change = 0.00 on 2022-01-14T17:43:02 ``` The OCEAN token powers the marketplace and will benefit from generated transactions and adoption. However, the token appears to be a simple currency mean and therefore may not hold an intrinsic value. Instead, token holders are encouraged to participate in liquidity pools between dataset-specific tokens and OCEAN to guarantee the liquidity of dataset-linked currencies and increase wealth through staking. diff --git a/06.02 Investments/Polkadot.md b/06.02 Investments/Polkadot.md index 82f5e68b..26a674db 100644 --- a/06.02 Investments/Polkadot.md +++ b/06.02 Investments/Polkadot.md @@ -5,7 +5,7 @@ Tag: ["Infrastructure", "Bridge", "Investment"] Date: 2021-08-17 DocType: "Investment" Hierarchy: "NonRoot" -TimeStamp: 2022-01-12 +TimeStamp: 2022-01-14 location: [47.1644093,8.5153325] Investment: Type: "Crypto" @@ -15,7 +15,7 @@ Investment: Trading: PDate: 2021-03-15 PPrice: 34.52 - LPrice: 27.37 + LPrice: 27.21 CollapseMetaTable: yes --- @@ -100,7 +100,7 @@ The main risk today lies in the supply side and so-called Inflation, which in th ```ad-product title: Price update -DOT:USD price = 27.37, volume = 7,072,021.25, change = 0.03 on 2022-01-12T23:16:02 +DOT:USD price = 27.21, volume = 8,755,718.32, change = 0.00 on 2022-01-14T17:43:02 ``` DOT is the utility token of the Bridge and will therefore benefit from traffic, adoption and use. diff --git a/06.02 Investments/VC Tasks.md b/06.02 Investments/VC Tasks.md index 4106396b..b7186d28 100644 --- a/06.02 Investments/VC Tasks.md +++ b/06.02 Investments/VC Tasks.md @@ -71,7 +71,20 @@ Tasks and to-dos for VC investments. [[#^Top|TOP]]   -- [ ] [[VC Tasks#internet alerts|monitor VC news and publications]] 🔁 every week on Friday 📅 2022-01-14 +- [ ] [[VC Tasks#internet alerts|monitor VC news and publications]] 🔁 every week on Friday 📅 2022-01-21 +- [ ] Integrate 'Current Valuations' in note + +  + +--- + +  + +### Completed to-dos + +  + +- [x] [[VC Tasks#internet alerts|monitor VC news and publications]] 🔁 every week on Friday 📅 2022-01-15 ✅ 2022-01-14 - [x] [[VC Tasks#internet alerts|monitor VC news and publications]] 🔁 every week on Friday 📅 2022-01-07 ✅ 2022-01-08 - [x] [[VC Tasks#internet alerts|monitor VC news and publications]] 🔁 every week on Friday 📅 2021-12-31 ✅ 2021-12-31 - [x] [[VC Tasks#internet alerts|monitor VC news and publications]] 🔁 every week on Friday 📅 2021-12-24 ✅ 2021-12-24 @@ -91,11 +104,6 @@ Tasks and to-dos for VC investments. - [x] download Tax status of [[QED Naval]] ✅ 2021-10-01 - [x] Geo-tag HQ of investment - [x] Give context on [[Le Miel de Paris]] -- [ ] Integrate 'Current Valuations' in note - -  - ----